From f0945e850378546ad4d40d9caf3fc34598a9eaba Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:28:54 -0400 Subject: [PATCH 01/15] refactor: move client into its own folder --- .eslintrc | 45 +- Dockerfile | 1 - ReactMap.js | 7 +- client/.eslintrc | 74 + client/build.js | 13 + index.html => client/index.html | 0 client/jsconfig.json | 27 + client/package.json | 60 + .../lib => client/plugins}/customFile.js | 0 .../lib => client/plugins}/favicon.js | 8 +- .../lib => client/plugins}/index.js | 0 .../lib => client/plugins}/locale.js | 12 +- .../lib => client/plugins}/muteWarnings.js | 0 .../public}/favicon/fallback.ico | Bin .../public}/images/custom/.gitkeep | 0 .../public}/images/perms/backups.png | Bin .../public}/images/perms/devices.png | Bin .../public}/images/perms/dynamax.png | Bin .../public}/images/perms/eventStops.png | Bin .../public}/images/perms/gymBadges.png | Bin .../public}/images/perms/gyms.png | Bin .../public}/images/perms/invasions.png | Bin {public => client/public}/images/perms/iv.png | Bin .../public}/images/perms/lures.png | Bin .../public}/images/perms/map.png | Bin .../public}/images/perms/nestSubmissions.png | Bin .../public}/images/perms/nests.png | Bin .../public}/images/perms/pokemon.png | Bin .../public}/images/perms/pokestops.png | Bin .../public}/images/perms/portals.png | Bin .../public}/images/perms/pvp.png | Bin .../public}/images/perms/quests.png | Bin .../public}/images/perms/raids.png | Bin .../public}/images/perms/routes.png | Bin .../public}/images/perms/s2cells.png | Bin .../public}/images/perms/scanAreas.png | Bin .../public}/images/perms/scanCells.png | Bin .../public}/images/perms/showcaseRankings.png | Bin .../public}/images/perms/spawnpoints.png | Bin .../public}/images/perms/stations.png | Bin .../public}/images/perms/stats.png | Bin .../public}/images/perms/submissionCells.png | Bin .../public}/images/perms/weather.png | Bin .../public}/images/uicons/.gitkeep | 0 {public => client/public}/loading.js | 0 client/public/locales/de/translation.json | 7284 +++++++++++++++ client/public/locales/en/translation.json | 6001 ++++++++++++ client/public/locales/es/translation.json | 6001 ++++++++++++ client/public/locales/fr/translation.json | 7280 +++++++++++++++ client/public/locales/hi/translation.json | 6001 ++++++++++++ client/public/locales/id/translation.json | 6001 ++++++++++++ client/public/locales/it/translation.json | 6001 ++++++++++++ client/public/locales/ja/translation.json | 7281 +++++++++++++++ client/public/locales/ko/translation.json | 6001 ++++++++++++ client/public/locales/nl/translation.json | 6017 ++++++++++++ client/public/locales/pl/translation.json | 6004 ++++++++++++ client/public/locales/pt-br/translation.json | 6001 ++++++++++++ client/public/locales/ru/translation.json | 8250 +++++++++++++++++ client/public/locales/sv/translation.json | 6001 ++++++++++++ client/public/locales/th/translation.json | 6001 ++++++++++++ client/public/locales/tr/translation.json | 6003 ++++++++++++ client/public/locales/zh-tw/translation.json | 6001 ++++++++++++ {public => client/public}/robots.txt | 0 {src => client/src}/App.jsx | 0 {src => client/src}/assets/constants.js | 0 {src => client/src}/assets/css/holiday.css | 0 {src => client/src}/assets/css/loading.css | 0 {src => client/src}/assets/css/main.css | 0 {src => client/src}/assets/fallbackMarker.js | 0 {src => client/src}/assets/theme.js | 0 .../src}/components/BasicAccordion.jsx | 0 {src => client/src}/components/Config.jsx | 0 .../src}/components/ErrorBoundary.jsx | 0 {src => client/src}/components/Global.jsx | 0 {src => client/src}/components/I.jsx | 0 {src => client/src}/components/Img.jsx | 0 {src => client/src}/components/Loading.jsx | 0 {src => client/src}/components/Menu.jsx | 0 .../src}/components/Notification.jsx | 0 {src => client/src}/components/QuestTitle.jsx | 0 {src => client/src}/components/StatusIcon.jsx | 0 .../src}/components/StyledDivider.jsx | 2 +- {src => client/src}/components/TabPanel.jsx | 0 .../src}/components/ToggleTypography.jsx | 0 .../src}/components/ToolTipWrapper.jsx | 0 .../src}/components/auth/Discord.jsx | 0 {src => client/src}/components/auth/Local.jsx | 0 .../src}/components/auth/Telegram.jsx | 0 .../components/dialogs/BadgeSelection.jsx | 2 +- .../src}/components/dialogs/ClientError.jsx | 0 .../src}/components/dialogs/DialogWrapper.jsx | 0 .../src}/components/dialogs/Feedback.jsx | 0 .../src}/components/dialogs/Footer.jsx | 0 .../src}/components/dialogs/Header.jsx | 0 .../src}/components/dialogs/Help.jsx | 0 .../components/dialogs/NestSubmission.jsx | 0 .../src}/components/dialogs/ResetFilters.jsx | 0 .../src}/components/dialogs/UserOptions.jsx | 0 .../src}/components/filters/Advanced.jsx | 0 .../src}/components/filters/FilterMenu.jsx | 0 .../src}/components/filters/Gender.jsx | 0 .../src}/components/filters/Options.jsx | 0 .../components/filters/OptionsContainer.jsx | 0 .../components/filters/QuestConditions.jsx | 0 .../src}/components/filters/Size.jsx | 0 .../src}/components/filters/SlotSelection.jsx | 2 +- .../src}/components/filters/StringFilter.jsx | 0 .../components/inputs/BasicListButton.jsx | 0 .../src}/components/inputs/BoolToggle.jsx | 0 .../src}/components/inputs/ExpandCollapse.jsx | 0 .../src}/components/inputs/FCSelect.jsx | 0 .../src}/components/inputs/GenericSearch.jsx | 0 .../components/inputs/LocaleSelection.jsx | 0 .../src}/components/inputs/MultiSelector.jsx | 0 .../src}/components/inputs/SliderTile.jsx | 0 .../src}/components/inputs/ThemeToggle.jsx | 0 .../src}/components/inputs/VisibleToggle.jsx | 0 .../src}/components/popups/Coords.jsx | 0 .../src}/components/popups/Dropdown.jsx | 0 .../src}/components/popups/ExtraInfo.jsx | 0 .../src}/components/popups/GenderIcon.jsx | 0 .../src}/components/popups/HeaderImage.jsx | 0 .../src}/components/popups/NameTT.jsx | 0 .../src}/components/popups/Navigation.jsx | 0 .../src}/components/popups/PokeMove.jsx | 0 .../src}/components/popups/PokeType.jsx | 0 .../src}/components/popups/PowerUp.jsx | 0 .../src}/components/popups/TimeStamps.jsx | 0 .../src}/components/popups/TimeTile.jsx | 0 .../src}/components/popups/Timer.jsx | 0 .../src}/components/popups/Title.jsx | 0 .../src}/components/virtual/ColoredTile.jsx | 0 .../src}/components/virtual/SelectorItem.jsx | 0 .../src}/components/virtual/StandardItem.jsx | 0 .../src}/components/virtual/Table.jsx | 0 .../src}/components/virtual/VirtualGrid.jsx | 0 .../src}/features/builder/DonorPage.jsx | 0 .../src}/features/builder/LoginPage.jsx | 0 {src => client/src}/features/builder/Motd.jsx | 0 .../builder/components/CustomButton.jsx | 0 .../builder/components/CustomDialog.jsx | 0 .../builder/components/CustomText.jsx | 0 .../builder/components/CustomTile.jsx | 0 .../features/builder/components/Generator.jsx | 0 .../builder/components/LinkWrapper.jsx | 0 {src => client/src}/features/builder/index.js | 0 {src => client/src}/features/builder/utils.js | 0 .../src}/features/device/DevicePath.jsx | 0 .../src}/features/device/DevicePopup.jsx | 0 .../src}/features/device/DeviceTile.jsx | 0 .../src}/features/device/deviceMarker.js | 0 {src => client/src}/features/device/index.js | 0 {src => client/src}/features/drawer/Admin.jsx | 0 .../src}/features/drawer/Extras.jsx | 0 .../src}/features/drawer/Routes.jsx | 0 .../src}/features/drawer/S2Cells.jsx | 0 .../src}/features/drawer/Stations.jsx | 0 .../src}/features/drawer/Wayfarer.jsx | 0 .../src}/features/drawer/areas/AreaTable.jsx | 0 .../src}/features/drawer/areas/Child.jsx | 0 .../src}/features/drawer/areas/Parent.jsx | 0 .../src}/features/drawer/areas/index.jsx | 0 .../features/drawer/components/Actions.jsx | 0 .../features/drawer/components/AllForts.jsx | 0 .../drawer/components/CollapsibleItem.jsx | 0 .../features/drawer/components/Section.jsx | 0 .../drawer/components/SelectorList.jsx | 0 .../src}/features/drawer/gyms/GymBadges.jsx | 0 .../src}/features/drawer/gyms/Raids.jsx | 0 .../src}/features/drawer/gyms/index.jsx | 0 {src => client/src}/features/drawer/index.jsx | 0 .../features/drawer/nests/ActiveNests.jsx | 0 .../src}/features/drawer/nests/AvgSlider.jsx | 0 .../features/drawer/nests/NestSelector.jsx | 0 .../src}/features/drawer/nests/index.jsx | 0 .../features/drawer/pokemon/FilterHelp.jsx | 0 .../features/drawer/pokemon/ModeSelector.jsx | 0 .../features/drawer/pokemon/PokemonSlider.jsx | 0 .../features/drawer/pokemon/PokemonTab.jsx | 0 .../src}/features/drawer/pokemon/index.jsx | 0 .../features/drawer/pokestops/EventStops.jsx | 0 .../features/drawer/pokestops/Invasions.jsx | 0 .../src}/features/drawer/pokestops/Lures.jsx | 0 .../src}/features/drawer/pokestops/Quests.jsx | 0 .../src}/features/drawer/pokestops/index.jsx | 0 .../src}/features/drawer/settings/General.jsx | 0 .../src}/features/drawer/settings/Holiday.jsx | 0 .../src}/features/drawer/settings/Icon.jsx | 0 .../src}/features/drawer/settings/UAssets.jsx | 0 .../src}/features/drawer/settings/index.jsx | 0 {src => client/src}/features/gym/GymPopup.jsx | 0 {src => client/src}/features/gym/GymTile.jsx | 0 {src => client/src}/features/gym/gymMarker.js | 0 {src => client/src}/features/gym/index.js | 0 .../src}/features/gym/useWebhook.js | 0 .../features/holiday/HolidayAnimations.js | 0 .../src}/features/holiday/HolidayEffect.jsx | 0 .../src}/features/holiday/index.jsx | 0 {src => client/src}/features/holiday/utils.js | 0 .../src}/features/nest/NestPopup.jsx | 0 .../src}/features/nest/NestTile.jsx | 0 {src => client/src}/features/nest/index.js | 0 .../src}/features/nest/nestMarker.js | 0 .../src}/features/pokemon/PokemonPopup.jsx | 0 .../src}/features/pokemon/PokemonTile.jsx | 0 {src => client/src}/features/pokemon/index.js | 0 .../src}/features/pokemon/pokemonMarker.js | 0 .../src}/features/pokestop/PokestopPopup.jsx | 0 .../src}/features/pokestop/PokestopTile.jsx | 0 .../src}/features/pokestop/index.js | 0 .../features/pokestop/usePokestopMarker.js | 0 .../src}/features/portal/PortalPopup.jsx | 0 .../src}/features/portal/PortalTile.jsx | 0 {src => client/src}/features/portal/index.js | 0 .../src}/features/profile/Backups.jsx | 0 .../src}/features/profile/ExtraFields.jsx | 0 .../src}/features/profile/GymBadges.jsx | 0 .../src}/features/profile/LinkAccounts.jsx | 0 .../src}/features/profile/Permissions.jsx | 0 .../src}/features/profile/index.jsx | 0 .../src}/features/route/RoutePopup.jsx | 0 .../src}/features/route/RouteTile.jsx | 0 {src => client/src}/features/route/index.js | 0 .../src}/features/route/routeMarker.js | 0 .../src}/features/route/useFormatDistance.js | 0 .../src}/features/s2cell/BaseCell.jsx | 0 .../src}/features/s2cell/GenerateCells.jsx | 0 {src => client/src}/features/s2cell/index.js | 0 .../src}/features/scanArea/ScanAreaTile.jsx | 0 .../src}/features/scanArea/index.js | 0 .../src}/features/scanCell/ScanCellPopup.jsx | 0 .../src}/features/scanCell/ScanCellTile.jsx | 0 .../src}/features/scanCell/index.js | 0 .../src}/features/scanCell/scanCellMarker.js | 0 .../src}/features/scanner/ContextProvider.jsx | 0 .../src}/features/scanner/Marker.jsx | 0 .../src}/features/scanner/Popup.jsx | 0 .../src}/features/scanner/ScanDialog.jsx | 0 .../src}/features/scanner/ScanOnDemand.jsx | 0 .../src}/features/scanner/Shared.jsx | 0 .../src}/features/scanner/hooks/store.js | 0 .../features/scanner/hooks/useCheckValid.js | 0 {src => client/src}/features/scanner/index.js | 0 .../scanner/scanNext/PopupContent.jsx | 0 .../features/scanner/scanNext/getCoords.js | 0 .../src}/features/scanner/scanNext/index.jsx | 0 .../scanner/scanZone/AdvAccordion.jsx | 0 .../scanner/scanZone/PopupContent.jsx | 0 .../features/scanner/scanZone/getCoords.js | 0 .../src}/features/scanner/scanZone/index.jsx | 0 .../src}/features/search/OptionImage.jsx | 1 - {src => client/src}/features/search/index.jsx | 0 .../src}/features/search/renderInput.jsx | 0 .../src}/features/search/renderOption.jsx | 0 .../src}/features/search/useSendSearch.js | 0 .../features/spawnpoint/SpawnpointPopup.jsx | 0 .../features/spawnpoint/SpawnpointTile.jsx | 0 .../src}/features/spawnpoint/index.js | 0 .../features/spawnpoint/spawnpointMarker.js | 0 .../src}/features/station/StationPopup.jsx | 0 .../src}/features/station/StationTile.jsx | 0 {src => client/src}/features/station/index.js | 0 .../features/station/useGetStationMons.js | 0 .../src}/features/station/useStationMarker.js | 0 .../src}/features/tutorial/Advanced.jsx | 0 .../src}/features/tutorial/Closing.jsx | 0 .../src}/features/tutorial/Popups.jsx | 0 .../src}/features/tutorial/Sidebar.jsx | 0 .../src}/features/tutorial/Sliders.jsx | 0 .../src}/features/tutorial/Welcome.jsx | 0 {src => client/src}/features/tutorial/data.js | 0 .../src}/features/tutorial/index.jsx | 0 {src => client/src}/features/wayfarer/PoI.jsx | 0 .../src}/features/wayfarer/S14Cell.jsx | 2 +- .../src}/features/wayfarer/S17Cell.jsx | 0 .../src}/features/wayfarer/WayfarerPopup.jsx | 0 .../src}/features/wayfarer/WayfarerTile.jsx | 0 .../src}/features/wayfarer/index.js | 0 .../src}/features/wayfarer/typeCell.js | 0 .../src}/features/weather/ActiveWeather.jsx | 0 .../src}/features/weather/WeatherPopup.jsx | 0 .../src}/features/weather/WeatherTile.jsx | 0 {src => client/src}/features/weather/index.js | 0 .../src}/features/weather/weatherMarker.js | 0 .../src}/features/webhooks/Error.jsx | 0 .../src}/features/webhooks/Manage.jsx | 0 .../src}/features/webhooks/Notification.jsx | 0 .../src}/features/webhooks/Selecting.jsx | 0 .../src}/features/webhooks/Tracked.jsx | 0 .../src}/features/webhooks/Webhook.jsx | 0 .../src}/features/webhooks/WebhookAdv.jsx | 0 .../features/webhooks/hooks/useGenFilters.js | 0 .../features/webhooks/hooks/useGetAreas.js | 0 .../webhooks/hooks/useGetHookContext.js | 0 .../webhooks/hooks/useGetWebhookData.js | 0 .../features/webhooks/hooks/useSyncData.js | 0 .../features/webhooks/human/Draggable.jsx | 0 .../src}/features/webhooks/human/Location.jsx | 0 .../features/webhooks/human/area/AreaChip.jsx | 0 .../webhooks/human/area/AreaGroup.jsx | 0 .../webhooks/human/area/AreaSelection.jsx | 0 .../features/webhooks/human/area/Selected.jsx | 0 .../features/webhooks/human/area/index.jsx | 0 .../src}/features/webhooks/human/index.jsx | 0 .../webhooks/human/profile/ActiveHourChip.jsx | 0 .../webhooks/human/profile/CopyView.jsx | 0 .../webhooks/human/profile/DeleteVIew.jsx | 0 .../webhooks/human/profile/EditView.jsx | 0 .../webhooks/human/profile/NewProfile.jsx | 0 .../webhooks/human/profile/ProfileTile.jsx | 0 .../webhooks/human/profile/ProfileView.jsx | 0 .../webhooks/human/profile/handleUpdate.js | 0 .../features/webhooks/human/profile/index.jsx | 0 .../webhooks/human/status/EnableSwitch.jsx | 0 .../webhooks/human/status/HookSelection.jsx | 0 .../webhooks/human/status/ProfileSelect.jsx | 0 .../features/webhooks/human/status/index.jsx | 0 .../src}/features/webhooks/index.js | 0 .../features/webhooks/services/Poracle.js | 0 .../features/webhooks/tiles/TrackedTile.jsx | 0 .../features/webhooks/tiles/WebhookItem.jsx | 0 {src => client/src}/hooks/useAnalytics.js | 0 {src => client/src}/hooks/useFilter.js | 0 {src => client/src}/hooks/useForcePopup.js | 0 {src => client/src}/hooks/useGetAvailable.js | 2 +- {src => client/src}/hooks/useHideElement.js | 0 {src => client/src}/hooks/useLocation.js | 0 {src => client/src}/hooks/useMapData.js | 0 {src => client/src}/hooks/useMarkerTimer.js | 0 {src => client/src}/hooks/useOpacity.js | 0 {src => client/src}/hooks/useProcessError.js | 0 {src => client/src}/hooks/useRelativeTime.js | 0 {src => client/src}/hooks/useTranslateById.js | 0 {src => client/src}/index.jsx | 0 {src => client/src}/pages/Blocked.jsx | 0 {src => client/src}/pages/Error.jsx | 0 {src => client/src}/pages/Reset.jsx | 0 .../pages/data/components/Notification.jsx | 0 .../pages/data/components/ResetFilters.jsx | 0 .../pages/data/components/ResetGeneral.jsx | 0 .../src}/pages/data/components/Shared.jsx | 0 .../src}/pages/data/components/TopRow.jsx | 0 {src => client/src}/pages/data/hooks/store.js | 0 {src => client/src}/pages/data/index.jsx | 0 {src => client/src}/pages/index.jsx | 0 .../pages/locales/components/AllSwitch.jsx | 0 .../pages/locales/components/EditLocale.jsx | 0 .../locales/components/LocalesFooter.jsx | 0 .../locales/components/LocalesHeader.jsx | 0 .../pages/locales/components/LocalesTable.jsx | 0 .../src}/pages/locales/hooks/store.js | 0 {src => client/src}/pages/locales/index.jsx | 0 .../src}/pages/login/DefaultPage.jsx | 0 {src => client/src}/pages/login/Methods.jsx | 0 {src => client/src}/pages/login/index.jsx | 0 .../src}/pages/map/components/Clustering.jsx | 0 .../src}/pages/map/components/Container.jsx | 0 .../src}/pages/map/components/Data.jsx | 0 .../src}/pages/map/components/Effects.jsx | 0 .../src}/pages/map/components/FloatingBtn.jsx | 0 .../src}/pages/map/components/Layers.jsx | 0 .../src}/pages/map/components/Nav.jsx | 0 .../src}/pages/map/components/QueryData.jsx | 0 .../pages/map/components/WebhookQuery.jsx | 0 .../src}/pages/map/hooks/useGenGyms.js | 0 .../src}/pages/map/hooks/useGenPokemon.js | 0 .../src}/pages/map/hooks/useGenPokestops.js | 0 .../src}/pages/map/hooks/usePermCheck.js | 0 .../src}/pages/map/hooks/useTileLayer.js | 0 {src => client/src}/pages/map/index.jsx | 0 {src => client/src}/pages/map/tileObject.js | 0 .../playground/components/ComponentMenu.jsx | 0 .../pages/playground/components/Download.jsx | 0 .../pages/playground/components/Editor.jsx | 0 .../playground/components/LocaleMenu.jsx | 0 .../pages/playground/components/MainMenu.jsx | 0 .../src}/pages/playground/components/Save.jsx | 0 .../pages/playground/components/Status.jsx | 0 .../pages/playground/components/Theme.jsx | 0 .../playground/components/ToggleEditor.jsx | 0 .../pages/playground/components/Toolbar.jsx | 0 .../pages/playground/components/Viewer.jsx | 0 .../src}/pages/playground/hooks/store.js | 0 .../pages/playground/hooks/useSafeParse.js | 0 .../src}/pages/playground/index.jsx | 1 - {src => client/src}/services/Assets.js | 0 {src => client/src}/services/Sentry.js | 0 .../src}/services/SimpleTTLCache.js | 0 .../src}/services/apollo/AbortableContext.js | 0 .../src}/services/apollo/AbortableLink.js | 0 .../src}/services/apollo/RobustTimeout.js | 0 {src => client/src}/services/apollo/index.js | 0 .../src}/services/desktopNotification.js | 0 {src => client/src}/services/events.js | 0 {src => client/src}/services/fetches.js | 2 +- {src => client/src}/services/i18n.js | 0 .../src}/services/queries/available.js | 0 .../src}/services/queries/config.js | 0 .../src}/services/queries/device.js | 0 .../src}/services/queries/geocoder.js | 0 {src => client/src}/services/queries/gym.js | 0 {src => client/src}/services/queries/index.js | 0 {src => client/src}/services/queries/nest.js | 0 .../src}/services/queries/pokemon.js | 0 .../src}/services/queries/pokestop.js | 0 .../src}/services/queries/portal.js | 0 {src => client/src}/services/queries/route.js | 0 .../src}/services/queries/s2cell.js | 0 .../src}/services/queries/scanAreas.js | 0 .../src}/services/queries/scanCell.js | 0 .../src}/services/queries/scanner.js | 0 .../src}/services/queries/search.js | 0 .../src}/services/queries/spawnpoint.js | 0 .../src}/services/queries/station.js | 0 .../src}/services/queries/submissionCells.js | 0 {src => client/src}/services/queries/user.js | 0 .../src}/services/queries/weather.js | 0 .../src}/services/queries/webhook.js | 0 {src => client/src}/store/useFormatStore.js | 0 {src => client/src}/store/useLayoutStore.js | 0 {src => client/src}/store/useMapStore.js | 0 {src => client/src}/store/useMemory.js | 6 +- {src => client/src}/store/useStorage.js | 4 +- {src => client/src}/store/useWebhookStore.js | 0 {src => client/src}/utils/analytics.js | 0 {src => client/src}/utils/applyToAll.js | 0 {src => client/src}/utils/checkAdvFilter.js | 0 {src => client/src}/utils/dayCheck.js | 0 {src => client/src}/utils/deepMerge.js | 0 {src => client/src}/utils/downloadJson.js | 0 {src => client/src}/utils/formatDistance.js | 0 {src => client/src}/utils/formatInterval.js | 0 .../src}/utils/fromSearchCategory.js | 0 {src => client/src}/utils/generateSlots.js | 0 {src => client/src}/utils/getAttackBonus.js | 0 {src => client/src}/utils/getBadge.js | 0 {src => client/src}/utils/getGlowRules.js | 2 +- {src => client/src}/utils/getGruntReward.js | 0 {src => client/src}/utils/getQueryArgs.js | 0 {src => client/src}/utils/getRewardInfo.js | 0 .../src}/utils/getTileBackground.js | 0 {src => client/src}/utils/getTimeUntil.js | 0 {src => client/src}/utils/hasAll.js | 0 .../src}/utils/isLocalStorageEnabled.js | 0 {src => client/src}/utils/offset.js | 0 {src => client/src}/utils/parseConditions.js | 0 {src => client/src}/utils/resetState.js | 0 {src => client/src}/utils/setDeep.js | 0 {src => client/src}/utils/setLoadingText.js | 0 {src => client/src}/utils/strings.js | 0 {src => client/src}/utils/timeCheck.js | 0 vite.config.js => client/vite.config.js | 53 +- docker-compose.example.yml | 2 +- jsconfig.json | 16 +- package.json | 114 +- packages/config/lib/index.js | 2 - packages/types/lib/augmentations.d.ts | 9 +- packages/types/lib/config.d.ts | 14 +- packages/types/lib/models.d.ts | 22 +- packages/types/lib/poracle.d.ts | 4 +- packages/types/lib/scanner.d.ts | 34 +- packages/types/lib/server.d.ts | 16 +- packages/types/package.json | 10 +- packages/vite-plugins/package.json | 21 - server/jsconfig.json | 16 + server/package.json | 87 + server/src/services/EventManager.js | 2 +- server/src/services/scannerApi.js | 6 +- yarn.lock | 1746 ++-- 469 files changed, 109624 insertions(+), 952 deletions(-) create mode 100644 client/.eslintrc create mode 100644 client/build.js rename index.html => client/index.html (100%) create mode 100644 client/jsconfig.json create mode 100644 client/package.json rename {packages/vite-plugins/lib => client/plugins}/customFile.js (100%) rename {packages/vite-plugins/lib => client/plugins}/favicon.js (85%) rename {packages/vite-plugins/lib => client/plugins}/index.js (100%) rename {packages/vite-plugins/lib => client/plugins}/locale.js (73%) rename {packages/vite-plugins/lib => client/plugins}/muteWarnings.js (100%) rename {public => client/public}/favicon/fallback.ico (100%) rename {public => client/public}/images/custom/.gitkeep (100%) rename {public => client/public}/images/perms/backups.png (100%) rename {public => client/public}/images/perms/devices.png (100%) rename {public => client/public}/images/perms/dynamax.png (100%) rename {public => client/public}/images/perms/eventStops.png (100%) rename {public => client/public}/images/perms/gymBadges.png (100%) rename {public => client/public}/images/perms/gyms.png (100%) rename {public => client/public}/images/perms/invasions.png (100%) rename {public => client/public}/images/perms/iv.png (100%) rename {public => client/public}/images/perms/lures.png (100%) rename {public => client/public}/images/perms/map.png (100%) rename {public => client/public}/images/perms/nestSubmissions.png (100%) rename {public => client/public}/images/perms/nests.png (100%) rename {public => client/public}/images/perms/pokemon.png (100%) rename {public => client/public}/images/perms/pokestops.png (100%) rename {public => client/public}/images/perms/portals.png (100%) rename {public => client/public}/images/perms/pvp.png (100%) rename {public => client/public}/images/perms/quests.png (100%) rename {public => client/public}/images/perms/raids.png (100%) rename {public => client/public}/images/perms/routes.png (100%) rename {public => client/public}/images/perms/s2cells.png (100%) rename {public => client/public}/images/perms/scanAreas.png (100%) rename {public => client/public}/images/perms/scanCells.png (100%) rename {public => client/public}/images/perms/showcaseRankings.png (100%) rename {public => client/public}/images/perms/spawnpoints.png (100%) rename {public => client/public}/images/perms/stations.png (100%) rename {public => client/public}/images/perms/stats.png (100%) rename {public => client/public}/images/perms/submissionCells.png (100%) rename {public => client/public}/images/perms/weather.png (100%) rename {public => client/public}/images/uicons/.gitkeep (100%) rename {public => client/public}/loading.js (100%) create mode 100644 client/public/locales/de/translation.json create mode 100644 client/public/locales/en/translation.json create mode 100644 client/public/locales/es/translation.json create mode 100644 client/public/locales/fr/translation.json create mode 100644 client/public/locales/hi/translation.json create mode 100644 client/public/locales/id/translation.json create mode 100644 client/public/locales/it/translation.json create mode 100644 client/public/locales/ja/translation.json create mode 100644 client/public/locales/ko/translation.json create mode 100644 client/public/locales/nl/translation.json create mode 100644 client/public/locales/pl/translation.json create mode 100644 client/public/locales/pt-br/translation.json create mode 100644 client/public/locales/ru/translation.json create mode 100644 client/public/locales/sv/translation.json create mode 100644 client/public/locales/th/translation.json create mode 100644 client/public/locales/tr/translation.json create mode 100644 client/public/locales/zh-tw/translation.json rename {public => client/public}/robots.txt (100%) rename {src => client/src}/App.jsx (100%) rename {src => client/src}/assets/constants.js (100%) rename {src => client/src}/assets/css/holiday.css (100%) rename {src => client/src}/assets/css/loading.css (100%) rename {src => client/src}/assets/css/main.css (100%) rename {src => client/src}/assets/fallbackMarker.js (100%) rename {src => client/src}/assets/theme.js (100%) rename {src => client/src}/components/BasicAccordion.jsx (100%) rename {src => client/src}/components/Config.jsx (100%) rename {src => client/src}/components/ErrorBoundary.jsx (100%) rename {src => client/src}/components/Global.jsx (100%) rename {src => client/src}/components/I.jsx (100%) rename {src => client/src}/components/Img.jsx (100%) rename {src => client/src}/components/Loading.jsx (100%) rename {src => client/src}/components/Menu.jsx (100%) rename {src => client/src}/components/Notification.jsx (100%) rename {src => client/src}/components/QuestTitle.jsx (100%) rename {src => client/src}/components/StatusIcon.jsx (100%) rename {src => client/src}/components/StyledDivider.jsx (89%) rename {src => client/src}/components/TabPanel.jsx (100%) rename {src => client/src}/components/ToggleTypography.jsx (100%) rename {src => client/src}/components/ToolTipWrapper.jsx (100%) rename {src => client/src}/components/auth/Discord.jsx (100%) rename {src => client/src}/components/auth/Local.jsx (100%) rename {src => client/src}/components/auth/Telegram.jsx (100%) rename {src => client/src}/components/dialogs/BadgeSelection.jsx (95%) rename {src => client/src}/components/dialogs/ClientError.jsx (100%) rename {src => client/src}/components/dialogs/DialogWrapper.jsx (100%) rename {src => client/src}/components/dialogs/Feedback.jsx (100%) rename {src => client/src}/components/dialogs/Footer.jsx (100%) rename {src => client/src}/components/dialogs/Header.jsx (100%) rename {src => client/src}/components/dialogs/Help.jsx (100%) rename {src => client/src}/components/dialogs/NestSubmission.jsx (100%) rename {src => client/src}/components/dialogs/ResetFilters.jsx (100%) rename {src => client/src}/components/dialogs/UserOptions.jsx (100%) rename {src => client/src}/components/filters/Advanced.jsx (100%) rename {src => client/src}/components/filters/FilterMenu.jsx (100%) rename {src => client/src}/components/filters/Gender.jsx (100%) rename {src => client/src}/components/filters/Options.jsx (100%) rename {src => client/src}/components/filters/OptionsContainer.jsx (100%) rename {src => client/src}/components/filters/QuestConditions.jsx (100%) rename {src => client/src}/components/filters/Size.jsx (100%) rename {src => client/src}/components/filters/SlotSelection.jsx (97%) rename {src => client/src}/components/filters/StringFilter.jsx (100%) rename {src => client/src}/components/inputs/BasicListButton.jsx (100%) rename {src => client/src}/components/inputs/BoolToggle.jsx (100%) rename {src => client/src}/components/inputs/ExpandCollapse.jsx (100%) rename {src => client/src}/components/inputs/FCSelect.jsx (100%) rename {src => client/src}/components/inputs/GenericSearch.jsx (100%) rename {src => client/src}/components/inputs/LocaleSelection.jsx (100%) rename {src => client/src}/components/inputs/MultiSelector.jsx (100%) rename {src => client/src}/components/inputs/SliderTile.jsx (100%) rename {src => client/src}/components/inputs/ThemeToggle.jsx (100%) rename {src => client/src}/components/inputs/VisibleToggle.jsx (100%) rename {src => client/src}/components/popups/Coords.jsx (100%) rename {src => client/src}/components/popups/Dropdown.jsx (100%) rename {src => client/src}/components/popups/ExtraInfo.jsx (100%) rename {src => client/src}/components/popups/GenderIcon.jsx (100%) rename {src => client/src}/components/popups/HeaderImage.jsx (100%) rename {src => client/src}/components/popups/NameTT.jsx (100%) rename {src => client/src}/components/popups/Navigation.jsx (100%) rename {src => client/src}/components/popups/PokeMove.jsx (100%) rename {src => client/src}/components/popups/PokeType.jsx (100%) rename {src => client/src}/components/popups/PowerUp.jsx (100%) rename {src => client/src}/components/popups/TimeStamps.jsx (100%) rename {src => client/src}/components/popups/TimeTile.jsx (100%) rename {src => client/src}/components/popups/Timer.jsx (100%) rename {src => client/src}/components/popups/Title.jsx (100%) rename {src => client/src}/components/virtual/ColoredTile.jsx (100%) rename {src => client/src}/components/virtual/SelectorItem.jsx (100%) rename {src => client/src}/components/virtual/StandardItem.jsx (100%) rename {src => client/src}/components/virtual/Table.jsx (100%) rename {src => client/src}/components/virtual/VirtualGrid.jsx (100%) rename {src => client/src}/features/builder/DonorPage.jsx (100%) rename {src => client/src}/features/builder/LoginPage.jsx (100%) rename {src => client/src}/features/builder/Motd.jsx (100%) rename {src => client/src}/features/builder/components/CustomButton.jsx (100%) rename {src => client/src}/features/builder/components/CustomDialog.jsx (100%) rename {src => client/src}/features/builder/components/CustomText.jsx (100%) rename {src => client/src}/features/builder/components/CustomTile.jsx (100%) rename {src => client/src}/features/builder/components/Generator.jsx (100%) rename {src => client/src}/features/builder/components/LinkWrapper.jsx (100%) rename {src => client/src}/features/builder/index.js (100%) rename {src => client/src}/features/builder/utils.js (100%) rename {src => client/src}/features/device/DevicePath.jsx (100%) rename {src => client/src}/features/device/DevicePopup.jsx (100%) rename {src => client/src}/features/device/DeviceTile.jsx (100%) rename {src => client/src}/features/device/deviceMarker.js (100%) rename {src => client/src}/features/device/index.js (100%) rename {src => client/src}/features/drawer/Admin.jsx (100%) rename {src => client/src}/features/drawer/Extras.jsx (100%) rename {src => client/src}/features/drawer/Routes.jsx (100%) rename {src => client/src}/features/drawer/S2Cells.jsx (100%) rename {src => client/src}/features/drawer/Stations.jsx (100%) rename {src => client/src}/features/drawer/Wayfarer.jsx (100%) rename {src => client/src}/features/drawer/areas/AreaTable.jsx (100%) rename {src => client/src}/features/drawer/areas/Child.jsx (100%) rename {src => client/src}/features/drawer/areas/Parent.jsx (100%) rename {src => client/src}/features/drawer/areas/index.jsx (100%) rename {src => client/src}/features/drawer/components/Actions.jsx (100%) rename {src => client/src}/features/drawer/components/AllForts.jsx (100%) rename {src => client/src}/features/drawer/components/CollapsibleItem.jsx (100%) rename {src => client/src}/features/drawer/components/Section.jsx (100%) rename {src => client/src}/features/drawer/components/SelectorList.jsx (100%) rename {src => client/src}/features/drawer/gyms/GymBadges.jsx (100%) rename {src => client/src}/features/drawer/gyms/Raids.jsx (100%) rename {src => client/src}/features/drawer/gyms/index.jsx (100%) rename {src => client/src}/features/drawer/index.jsx (100%) rename {src => client/src}/features/drawer/nests/ActiveNests.jsx (100%) rename {src => client/src}/features/drawer/nests/AvgSlider.jsx (100%) rename {src => client/src}/features/drawer/nests/NestSelector.jsx (100%) rename {src => client/src}/features/drawer/nests/index.jsx (100%) rename {src => client/src}/features/drawer/pokemon/FilterHelp.jsx (100%) rename {src => client/src}/features/drawer/pokemon/ModeSelector.jsx (100%) rename {src => client/src}/features/drawer/pokemon/PokemonSlider.jsx (100%) rename {src => client/src}/features/drawer/pokemon/PokemonTab.jsx (100%) rename {src => client/src}/features/drawer/pokemon/index.jsx (100%) rename {src => client/src}/features/drawer/pokestops/EventStops.jsx (100%) rename {src => client/src}/features/drawer/pokestops/Invasions.jsx (100%) rename {src => client/src}/features/drawer/pokestops/Lures.jsx (100%) rename {src => client/src}/features/drawer/pokestops/Quests.jsx (100%) rename {src => client/src}/features/drawer/pokestops/index.jsx (100%) rename {src => client/src}/features/drawer/settings/General.jsx (100%) rename {src => client/src}/features/drawer/settings/Holiday.jsx (100%) rename {src => client/src}/features/drawer/settings/Icon.jsx (100%) rename {src => client/src}/features/drawer/settings/UAssets.jsx (100%) rename {src => client/src}/features/drawer/settings/index.jsx (100%) rename {src => client/src}/features/gym/GymPopup.jsx (100%) rename {src => client/src}/features/gym/GymTile.jsx (100%) rename {src => client/src}/features/gym/gymMarker.js (100%) rename {src => client/src}/features/gym/index.js (100%) rename {src => client/src}/features/gym/useWebhook.js (100%) rename {src => client/src}/features/holiday/HolidayAnimations.js (100%) rename {src => client/src}/features/holiday/HolidayEffect.jsx (100%) rename {src => client/src}/features/holiday/index.jsx (100%) rename {src => client/src}/features/holiday/utils.js (100%) rename {src => client/src}/features/nest/NestPopup.jsx (100%) rename {src => client/src}/features/nest/NestTile.jsx (100%) rename {src => client/src}/features/nest/index.js (100%) rename {src => client/src}/features/nest/nestMarker.js (100%) rename {src => client/src}/features/pokemon/PokemonPopup.jsx (100%) rename {src => client/src}/features/pokemon/PokemonTile.jsx (100%) rename {src => client/src}/features/pokemon/index.js (100%) rename {src => client/src}/features/pokemon/pokemonMarker.js (100%) rename {src => client/src}/features/pokestop/PokestopPopup.jsx (100%) rename {src => client/src}/features/pokestop/PokestopTile.jsx (100%) rename {src => client/src}/features/pokestop/index.js (100%) rename {src => client/src}/features/pokestop/usePokestopMarker.js (100%) rename {src => client/src}/features/portal/PortalPopup.jsx (100%) rename {src => client/src}/features/portal/PortalTile.jsx (100%) rename {src => client/src}/features/portal/index.js (100%) rename {src => client/src}/features/profile/Backups.jsx (100%) rename {src => client/src}/features/profile/ExtraFields.jsx (100%) rename {src => client/src}/features/profile/GymBadges.jsx (100%) rename {src => client/src}/features/profile/LinkAccounts.jsx (100%) rename {src => client/src}/features/profile/Permissions.jsx (100%) rename {src => client/src}/features/profile/index.jsx (100%) rename {src => client/src}/features/route/RoutePopup.jsx (100%) rename {src => client/src}/features/route/RouteTile.jsx (100%) rename {src => client/src}/features/route/index.js (100%) rename {src => client/src}/features/route/routeMarker.js (100%) rename {src => client/src}/features/route/useFormatDistance.js (100%) rename {src => client/src}/features/s2cell/BaseCell.jsx (100%) rename {src => client/src}/features/s2cell/GenerateCells.jsx (100%) rename {src => client/src}/features/s2cell/index.js (100%) rename {src => client/src}/features/scanArea/ScanAreaTile.jsx (100%) rename {src => client/src}/features/scanArea/index.js (100%) rename {src => client/src}/features/scanCell/ScanCellPopup.jsx (100%) rename {src => client/src}/features/scanCell/ScanCellTile.jsx (100%) rename {src => client/src}/features/scanCell/index.js (100%) rename {src => client/src}/features/scanCell/scanCellMarker.js (100%) rename {src => client/src}/features/scanner/ContextProvider.jsx (100%) rename {src => client/src}/features/scanner/Marker.jsx (100%) rename {src => client/src}/features/scanner/Popup.jsx (100%) rename {src => client/src}/features/scanner/ScanDialog.jsx (100%) rename {src => client/src}/features/scanner/ScanOnDemand.jsx (100%) rename {src => client/src}/features/scanner/Shared.jsx (100%) rename {src => client/src}/features/scanner/hooks/store.js (100%) rename {src => client/src}/features/scanner/hooks/useCheckValid.js (100%) rename {src => client/src}/features/scanner/index.js (100%) rename {src => client/src}/features/scanner/scanNext/PopupContent.jsx (100%) rename {src => client/src}/features/scanner/scanNext/getCoords.js (100%) rename {src => client/src}/features/scanner/scanNext/index.jsx (100%) rename {src => client/src}/features/scanner/scanZone/AdvAccordion.jsx (100%) rename {src => client/src}/features/scanner/scanZone/PopupContent.jsx (100%) rename {src => client/src}/features/scanner/scanZone/getCoords.js (100%) rename {src => client/src}/features/scanner/scanZone/index.jsx (100%) rename {src => client/src}/features/search/OptionImage.jsx (99%) rename {src => client/src}/features/search/index.jsx (100%) rename {src => client/src}/features/search/renderInput.jsx (100%) rename {src => client/src}/features/search/renderOption.jsx (100%) rename {src => client/src}/features/search/useSendSearch.js (100%) rename {src => client/src}/features/spawnpoint/SpawnpointPopup.jsx (100%) rename {src => client/src}/features/spawnpoint/SpawnpointTile.jsx (100%) rename {src => client/src}/features/spawnpoint/index.js (100%) rename {src => client/src}/features/spawnpoint/spawnpointMarker.js (100%) rename {src => client/src}/features/station/StationPopup.jsx (100%) rename {src => client/src}/features/station/StationTile.jsx (100%) rename {src => client/src}/features/station/index.js (100%) rename {src => client/src}/features/station/useGetStationMons.js (100%) rename {src => client/src}/features/station/useStationMarker.js (100%) rename {src => client/src}/features/tutorial/Advanced.jsx (100%) rename {src => client/src}/features/tutorial/Closing.jsx (100%) rename {src => client/src}/features/tutorial/Popups.jsx (100%) rename {src => client/src}/features/tutorial/Sidebar.jsx (100%) rename {src => client/src}/features/tutorial/Sliders.jsx (100%) rename {src => client/src}/features/tutorial/Welcome.jsx (100%) rename {src => client/src}/features/tutorial/data.js (100%) rename {src => client/src}/features/tutorial/index.jsx (100%) rename {src => client/src}/features/wayfarer/PoI.jsx (100%) rename {src => client/src}/features/wayfarer/S14Cell.jsx (89%) rename {src => client/src}/features/wayfarer/S17Cell.jsx (100%) rename {src => client/src}/features/wayfarer/WayfarerPopup.jsx (100%) rename {src => client/src}/features/wayfarer/WayfarerTile.jsx (100%) rename {src => client/src}/features/wayfarer/index.js (100%) rename {src => client/src}/features/wayfarer/typeCell.js (100%) rename {src => client/src}/features/weather/ActiveWeather.jsx (100%) rename {src => client/src}/features/weather/WeatherPopup.jsx (100%) rename {src => client/src}/features/weather/WeatherTile.jsx (100%) rename {src => client/src}/features/weather/index.js (100%) rename {src => client/src}/features/weather/weatherMarker.js (100%) rename {src => client/src}/features/webhooks/Error.jsx (100%) rename {src => client/src}/features/webhooks/Manage.jsx (100%) rename {src => client/src}/features/webhooks/Notification.jsx (100%) rename {src => client/src}/features/webhooks/Selecting.jsx (100%) rename {src => client/src}/features/webhooks/Tracked.jsx (100%) rename {src => client/src}/features/webhooks/Webhook.jsx (100%) rename {src => client/src}/features/webhooks/WebhookAdv.jsx (100%) rename {src => client/src}/features/webhooks/hooks/useGenFilters.js (100%) rename {src => client/src}/features/webhooks/hooks/useGetAreas.js (100%) rename {src => client/src}/features/webhooks/hooks/useGetHookContext.js (100%) rename {src => client/src}/features/webhooks/hooks/useGetWebhookData.js (100%) rename {src => client/src}/features/webhooks/hooks/useSyncData.js (100%) rename {src => client/src}/features/webhooks/human/Draggable.jsx (100%) rename {src => client/src}/features/webhooks/human/Location.jsx (100%) rename {src => client/src}/features/webhooks/human/area/AreaChip.jsx (100%) rename {src => client/src}/features/webhooks/human/area/AreaGroup.jsx (100%) rename {src => client/src}/features/webhooks/human/area/AreaSelection.jsx (100%) rename {src => client/src}/features/webhooks/human/area/Selected.jsx (100%) rename {src => client/src}/features/webhooks/human/area/index.jsx (100%) rename {src => client/src}/features/webhooks/human/index.jsx (100%) rename {src => client/src}/features/webhooks/human/profile/ActiveHourChip.jsx (100%) rename {src => client/src}/features/webhooks/human/profile/CopyView.jsx (100%) rename {src => client/src}/features/webhooks/human/profile/DeleteVIew.jsx (100%) rename {src => client/src}/features/webhooks/human/profile/EditView.jsx (100%) rename {src => client/src}/features/webhooks/human/profile/NewProfile.jsx (100%) rename {src => client/src}/features/webhooks/human/profile/ProfileTile.jsx (100%) rename {src => client/src}/features/webhooks/human/profile/ProfileView.jsx (100%) rename {src => client/src}/features/webhooks/human/profile/handleUpdate.js (100%) rename {src => client/src}/features/webhooks/human/profile/index.jsx (100%) rename {src => client/src}/features/webhooks/human/status/EnableSwitch.jsx (100%) rename {src => client/src}/features/webhooks/human/status/HookSelection.jsx (100%) rename {src => client/src}/features/webhooks/human/status/ProfileSelect.jsx (100%) rename {src => client/src}/features/webhooks/human/status/index.jsx (100%) rename {src => client/src}/features/webhooks/index.js (100%) rename {src => client/src}/features/webhooks/services/Poracle.js (100%) rename {src => client/src}/features/webhooks/tiles/TrackedTile.jsx (100%) rename {src => client/src}/features/webhooks/tiles/WebhookItem.jsx (100%) rename {src => client/src}/hooks/useAnalytics.js (100%) rename {src => client/src}/hooks/useFilter.js (100%) rename {src => client/src}/hooks/useForcePopup.js (100%) rename {src => client/src}/hooks/useGetAvailable.js (95%) rename {src => client/src}/hooks/useHideElement.js (100%) rename {src => client/src}/hooks/useLocation.js (100%) rename {src => client/src}/hooks/useMapData.js (100%) rename {src => client/src}/hooks/useMarkerTimer.js (100%) rename {src => client/src}/hooks/useOpacity.js (100%) rename {src => client/src}/hooks/useProcessError.js (100%) rename {src => client/src}/hooks/useRelativeTime.js (100%) rename {src => client/src}/hooks/useTranslateById.js (100%) rename {src => client/src}/index.jsx (100%) rename {src => client/src}/pages/Blocked.jsx (100%) rename {src => client/src}/pages/Error.jsx (100%) rename {src => client/src}/pages/Reset.jsx (100%) rename {src => client/src}/pages/data/components/Notification.jsx (100%) rename {src => client/src}/pages/data/components/ResetFilters.jsx (100%) rename {src => client/src}/pages/data/components/ResetGeneral.jsx (100%) rename {src => client/src}/pages/data/components/Shared.jsx (100%) rename {src => client/src}/pages/data/components/TopRow.jsx (100%) rename {src => client/src}/pages/data/hooks/store.js (100%) rename {src => client/src}/pages/data/index.jsx (100%) rename {src => client/src}/pages/index.jsx (100%) rename {src => client/src}/pages/locales/components/AllSwitch.jsx (100%) rename {src => client/src}/pages/locales/components/EditLocale.jsx (100%) rename {src => client/src}/pages/locales/components/LocalesFooter.jsx (100%) rename {src => client/src}/pages/locales/components/LocalesHeader.jsx (100%) rename {src => client/src}/pages/locales/components/LocalesTable.jsx (100%) rename {src => client/src}/pages/locales/hooks/store.js (100%) rename {src => client/src}/pages/locales/index.jsx (100%) rename {src => client/src}/pages/login/DefaultPage.jsx (100%) rename {src => client/src}/pages/login/Methods.jsx (100%) rename {src => client/src}/pages/login/index.jsx (100%) rename {src => client/src}/pages/map/components/Clustering.jsx (100%) rename {src => client/src}/pages/map/components/Container.jsx (100%) rename {src => client/src}/pages/map/components/Data.jsx (100%) rename {src => client/src}/pages/map/components/Effects.jsx (100%) rename {src => client/src}/pages/map/components/FloatingBtn.jsx (100%) rename {src => client/src}/pages/map/components/Layers.jsx (100%) rename {src => client/src}/pages/map/components/Nav.jsx (100%) rename {src => client/src}/pages/map/components/QueryData.jsx (100%) rename {src => client/src}/pages/map/components/WebhookQuery.jsx (100%) rename {src => client/src}/pages/map/hooks/useGenGyms.js (100%) rename {src => client/src}/pages/map/hooks/useGenPokemon.js (100%) rename {src => client/src}/pages/map/hooks/useGenPokestops.js (100%) rename {src => client/src}/pages/map/hooks/usePermCheck.js (100%) rename {src => client/src}/pages/map/hooks/useTileLayer.js (100%) rename {src => client/src}/pages/map/index.jsx (100%) rename {src => client/src}/pages/map/tileObject.js (100%) rename {src => client/src}/pages/playground/components/ComponentMenu.jsx (100%) rename {src => client/src}/pages/playground/components/Download.jsx (100%) rename {src => client/src}/pages/playground/components/Editor.jsx (100%) rename {src => client/src}/pages/playground/components/LocaleMenu.jsx (100%) rename {src => client/src}/pages/playground/components/MainMenu.jsx (100%) rename {src => client/src}/pages/playground/components/Save.jsx (100%) rename {src => client/src}/pages/playground/components/Status.jsx (100%) rename {src => client/src}/pages/playground/components/Theme.jsx (100%) rename {src => client/src}/pages/playground/components/ToggleEditor.jsx (100%) rename {src => client/src}/pages/playground/components/Toolbar.jsx (100%) rename {src => client/src}/pages/playground/components/Viewer.jsx (100%) rename {src => client/src}/pages/playground/hooks/store.js (100%) rename {src => client/src}/pages/playground/hooks/useSafeParse.js (100%) rename {src => client/src}/pages/playground/index.jsx (95%) rename {src => client/src}/services/Assets.js (100%) rename {src => client/src}/services/Sentry.js (100%) rename {src => client/src}/services/SimpleTTLCache.js (100%) rename {src => client/src}/services/apollo/AbortableContext.js (100%) rename {src => client/src}/services/apollo/AbortableLink.js (100%) rename {src => client/src}/services/apollo/RobustTimeout.js (100%) rename {src => client/src}/services/apollo/index.js (100%) rename {src => client/src}/services/desktopNotification.js (100%) rename {src => client/src}/services/events.js (100%) rename {src => client/src}/services/fetches.js (94%) rename {src => client/src}/services/i18n.js (100%) rename {src => client/src}/services/queries/available.js (100%) rename {src => client/src}/services/queries/config.js (100%) rename {src => client/src}/services/queries/device.js (100%) rename {src => client/src}/services/queries/geocoder.js (100%) rename {src => client/src}/services/queries/gym.js (100%) rename {src => client/src}/services/queries/index.js (100%) rename {src => client/src}/services/queries/nest.js (100%) rename {src => client/src}/services/queries/pokemon.js (100%) rename {src => client/src}/services/queries/pokestop.js (100%) rename {src => client/src}/services/queries/portal.js (100%) rename {src => client/src}/services/queries/route.js (100%) rename {src => client/src}/services/queries/s2cell.js (100%) rename {src => client/src}/services/queries/scanAreas.js (100%) rename {src => client/src}/services/queries/scanCell.js (100%) rename {src => client/src}/services/queries/scanner.js (100%) rename {src => client/src}/services/queries/search.js (100%) rename {src => client/src}/services/queries/spawnpoint.js (100%) rename {src => client/src}/services/queries/station.js (100%) rename {src => client/src}/services/queries/submissionCells.js (100%) rename {src => client/src}/services/queries/user.js (100%) rename {src => client/src}/services/queries/weather.js (100%) rename {src => client/src}/services/queries/webhook.js (100%) rename {src => client/src}/store/useFormatStore.js (100%) rename {src => client/src}/store/useLayoutStore.js (100%) rename {src => client/src}/store/useMapStore.js (100%) rename {src => client/src}/store/useMemory.js (93%) rename {src => client/src}/store/useStorage.js (97%) rename {src => client/src}/store/useWebhookStore.js (100%) rename {src => client/src}/utils/analytics.js (100%) rename {src => client/src}/utils/applyToAll.js (100%) rename {src => client/src}/utils/checkAdvFilter.js (100%) rename {src => client/src}/utils/dayCheck.js (100%) rename {src => client/src}/utils/deepMerge.js (100%) rename {src => client/src}/utils/downloadJson.js (100%) rename {src => client/src}/utils/formatDistance.js (100%) rename {src => client/src}/utils/formatInterval.js (100%) rename {src => client/src}/utils/fromSearchCategory.js (100%) rename {src => client/src}/utils/generateSlots.js (100%) rename {src => client/src}/utils/getAttackBonus.js (100%) rename {src => client/src}/utils/getBadge.js (100%) rename {src => client/src}/utils/getGlowRules.js (83%) rename {src => client/src}/utils/getGruntReward.js (100%) rename {src => client/src}/utils/getQueryArgs.js (100%) rename {src => client/src}/utils/getRewardInfo.js (100%) rename {src => client/src}/utils/getTileBackground.js (100%) rename {src => client/src}/utils/getTimeUntil.js (100%) rename {src => client/src}/utils/hasAll.js (100%) rename {src => client/src}/utils/isLocalStorageEnabled.js (100%) rename {src => client/src}/utils/offset.js (100%) rename {src => client/src}/utils/parseConditions.js (100%) rename {src => client/src}/utils/resetState.js (100%) rename {src => client/src}/utils/setDeep.js (100%) rename {src => client/src}/utils/setLoadingText.js (100%) rename {src => client/src}/utils/strings.js (100%) rename {src => client/src}/utils/timeCheck.js (100%) rename vite.config.js => client/vite.config.js (84%) delete mode 100644 packages/vite-plugins/package.json create mode 100644 server/jsconfig.json create mode 100644 server/package.json diff --git a/.eslintrc b/.eslintrc index 26d7dd6e7..bc7738450 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,43 +1,35 @@ { - "extends": ["airbnb", "airbnb/rules/react", "eslint:recommended", "prettier"], + "root": true, + "extends": [ + "eslint:recommended", + "prettier" + ], "parserOptions": { "ecmaVersion": "latest" }, "env": { - "browser": true, - "jest": true, - "node": true - }, - "globals": { - "document": true, - "window": true, - "CONFIG": true + "node": true, + "es6": true }, "rules": { + "no-console": "warn", "global-require": 0, "lines-between-class-members": 0, "no-continue": 0, "no-plusplus": 0, "import/no-dynamic-require": 0, "camelcase": 0, - "react/jsx-props-no-spreading": 0, "linebreak-style": 0, - "react/prop-types": 0, "no-confusing-arrow": 0, "no-restricting-syntax": 0, "semi": 0, "allowForLoopAfterthoughts": 0, "radix": 0, "eqeqeq": 0, - "jsx-a11y/aria-role": 0, "consistent-return": 0, "no-use-before-define": 0, "no-param-reassign": 0, "arrow-parens": 0, - "react/jsx-one-expression-per-line": 0, - "jsx-a11y/no-noninteractive-element-interactions": 0, - "jsx-a11y/click-events-have-key-events": 0, - "react/function-component-definition": 0, "no-underscore-dangle": 0, "no-return-assign": 0, "no-nested-ternary": "off", @@ -69,24 +61,5 @@ } } ] - }, - "settings": { - "node": { - "extensions": [".mjs", ".js", ".jsx", ".ts", ".tsx"] - }, - "import/resolver": { - "alias": { - "map": [ - ["@components", "./src/components/"], - ["@features", "./src/features/"], - ["@services", "./src/services/"], - ["@hooks", "./src/hooks/"], - ["@assets", "./src/assets/"], - ["@utils", "./src/utils/"], - ["@store", "./src/store/"] - ], - "extensions": [".mjs", ".js", ".jsx", ".ts", ".tsx"] - } - } } -} +} \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index da98a0a1c..246afd929 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,6 @@ ENV PATH=$PATH:/home/node/.npm-global/bin WORKDIR /home/node COPY package.json . COPY yarn.lock . -RUN apk add git RUN npm install -g yarn COPY . . RUN yarn install diff --git a/ReactMap.js b/ReactMap.js index f01005a0c..c1411ce56 100644 --- a/ReactMap.js +++ b/ReactMap.js @@ -1,12 +1,9 @@ // @ts-check -/* eslint-disable import/no-extraneous-dependencies */ -const { build } = require('vite') - const { log, TAGS } = require('@rm/logger') const { generate } = require('@rm/masterfile') generate(true).then(() => - build() + require('@rm/client') .then(() => log.info(TAGS.build, 'React Map Compiled')) - .then(() => require('./server/src/index')), + .then(() => require('@rm/server')), ) diff --git a/client/.eslintrc b/client/.eslintrc new file mode 100644 index 000000000..d482f9fd3 --- /dev/null +++ b/client/.eslintrc @@ -0,0 +1,74 @@ +{ + "extends": [ + "../.eslintrc", + "plugin:react/recommended" + ], + "parserOptions": { + "sourceType": "module", + "allowImportExportEverywhere": true + }, + "rules": { + "react/jsx-props-no-spreading": 0, + "react/prop-types": 0, + "react/jsx-one-expression-per-line": 0, + "jsx-a11y/no-noninteractive-element-interactions": 0, + "jsx-a11y/click-events-have-key-events": 0, + "react/function-component-definition": 0, + "react/display-name": 0 + }, + "globals": { + "document": true, + "window": true, + "CONFIG": true + }, + "env": { + "browser": true, + "es6": true + }, + "settings": { + "react": { + "version": "detect" + }, + "import/resolver": { + "alias": { + "map": [ + [ + "@components", + "./src/components/" + ], + [ + "@features", + "./src/features/" + ], + [ + "@services", + "./src/services/" + ], + [ + "@hooks", + "./src/hooks/" + ], + [ + "@assets", + "./src/assets/" + ], + [ + "@utils", + "./src/utils/" + ], + [ + "@store", + "./src/store/" + ] + ], + "extensions": [ + ".mjs", + ".js", + ".jsx", + ".ts", + ".tsx" + ] + } + } + } +} \ No newline at end of file diff --git a/client/build.js b/client/build.js new file mode 100644 index 000000000..32c407165 --- /dev/null +++ b/client/build.js @@ -0,0 +1,13 @@ +// @ts-check + +const { build } = require('vite') +const viteConfig = require('./vite.config') + +process.env.SKIP_CONFIG = 'true' + +module.exports = build( + viteConfig({ + mode: process.env.NODE_ENV || 'production', + command: 'build', + }), +) diff --git a/index.html b/client/index.html similarity index 100% rename from index.html rename to client/index.html diff --git a/client/jsconfig.json b/client/jsconfig.json new file mode 100644 index 000000000..b8a9a3b8b --- /dev/null +++ b/client/jsconfig.json @@ -0,0 +1,27 @@ +{ + "compilerOptions": { + "target": "ESNext", + "module": "ESNext", + "moduleResolution": "node", + "resolveJsonModule": true, + "esModuleInterop": true, + "allowSyntheticDefaultImports": true, + "baseUrl": "./src", + "rootDir": "./", + "outDir": "../dist", + "lib": ["ESNext", "DOM"], + "jsx": "react-jsx", + "allowJs": true, + "paths": { + "@assets/*": ["./assets/*"], + "@components/*": ["./components/*"], + "@features/*": ["./features/*"], + "@services/*": ["./services/*"], + "@hooks/*": ["./hooks/*"], + "@utils/*": ["./utils/*"], + "@store/*": ["./store/*"] + } + }, + "include": ["src", "vite.config.js"], + "exclude": ["node_modules", "dist"] +} diff --git a/client/package.json b/client/package.json new file mode 100644 index 000000000..0348a9b35 --- /dev/null +++ b/client/package.json @@ -0,0 +1,60 @@ +{ + "name": "@rm/client", + "version": "1.0.0", + "private": true, + "main": "./build.js", + "scripts": { + "build": "vite build", + "release": "vite build -- -r", + "watch": "vite" + }, + "dependencies": { + "@apollo/client": "3.11.4", + "@emotion/react": "11.13.0", + "@emotion/styled": "11.13.0", + "@monaco-editor/react": "4.6.0", + "@mui/icons-material": "5.16.7", + "@mui/lab": "5.0.0-alpha.173", + "@mui/material": "5.16.7", + "@rm/config": "*", + "@rm/locales": "*", + "@rm/logger": "*", + "@sentry/react": "^7.65.0", + "@turf/boolean-point-in-polygon": "7.1.0", + "@turf/destination": "7.1.0", + "@turf/helpers": "7.1.0", + "@turtlesocks/react-leaflet.locatecontrol": "^0.1.1", + "dlv": "^1.1.3", + "graphql": "16.9.0", + "i18next": "23.12.3", + "i18next-browser-languagedetector": "8.0.0", + "i18next-fs-backend": "2.3.2", + "i18next-http-backend": "2.5.2", + "leaflet": "1.9.4", + "leaflet.locatecontrol": "0.81.0", + "lodash": "^4.17.21", + "nodes2ts": "3.0.0", + "react": "18.3.1", + "react-dom": "18.3.1", + "react-ga4": "^1.4.1", + "react-i18next": "15.0.1", + "react-leaflet": "4.2.1", + "react-router-dom": "^6.15.0", + "react-virtuoso": "4.10.1", + "suncalc": "^1.9.0", + "supercluster": "^8.0.1", + "uicons.js": "2.0.2", + "zustand": "4.4.6" + }, + "devDependencies": { + "@rm/types": "*", + "@sentry/vite-plugin": "2.10.3", + "@types/react": "^18.3.3", + "@types/react-dom": "^18.3.0", + "@vitejs/plugin-react-swc": "3.7.0", + "monaco-editor": "^0.41.0", + "rollup-plugin-delete": "^2.0.0", + "vite": "5.4.6", + "vite-plugin-checker": "0.7.2" + } +} diff --git a/packages/vite-plugins/lib/customFile.js b/client/plugins/customFile.js similarity index 100% rename from packages/vite-plugins/lib/customFile.js rename to client/plugins/customFile.js diff --git a/packages/vite-plugins/lib/favicon.js b/client/plugins/favicon.js similarity index 85% rename from packages/vite-plugins/lib/favicon.js rename to client/plugins/favicon.js index 53fb5513c..84f44f8f5 100644 --- a/packages/vite-plugins/lib/favicon.js +++ b/client/plugins/favicon.js @@ -9,10 +9,14 @@ const { log, TAGS } = require('@rm/logger') * @returns {import('vite').Plugin} */ const faviconPlugin = (isDevelopment) => { - const basePath = path.join(__dirname, '../../../public/favicon') + const basePath = fs.existsSync( + path.join(__dirname, '../../public/favicon/favicon.ico'), + ) + ? path.join(__dirname, '../../public/favicon') + : path.join(__dirname, '../public/favicon') const markerPath = path.join( __dirname, - '../../../node_modules/leaflet/dist/images/marker-icon.png', + '../../node_modules/leaflet/dist/images/marker-icon.png', ) const fallback = path.join(basePath, `fallback.ico`) const custom = process.env.NODE_CONFIG_ENV diff --git a/packages/vite-plugins/lib/index.js b/client/plugins/index.js similarity index 100% rename from packages/vite-plugins/lib/index.js rename to client/plugins/index.js diff --git a/packages/vite-plugins/lib/locale.js b/client/plugins/locale.js similarity index 73% rename from packages/vite-plugins/lib/locale.js rename to client/plugins/locale.js index 6e7fd86e5..175f7020a 100644 --- a/packages/vite-plugins/lib/locale.js +++ b/client/plugins/locale.js @@ -1,7 +1,7 @@ // @ts-check const { join } = require('path') -const { create, writeAll } = require('@rm/locales') +const { create } = require('@rm/locales') /** * @param {boolean} isDevelopment @@ -9,11 +9,11 @@ const { create, writeAll } = require('@rm/locales') */ const localePlugin = (isDevelopment) => ({ name: 'vite-plugin-locales', - async buildStart() { - if (!isDevelopment) return - const localeObj = await create() - await writeAll(localeObj, true, __dirname, '../../../public/locales') - }, + // async buildStart() { + // if (!isDevelopment) return + // const localeObj = await create() + // await writeAll(localeObj, true, __dirname, '../public/locales') + // }, async generateBundle() { if (isDevelopment) return const localeObj = await create() diff --git a/packages/vite-plugins/lib/muteWarnings.js b/client/plugins/muteWarnings.js similarity index 100% rename from packages/vite-plugins/lib/muteWarnings.js rename to client/plugins/muteWarnings.js diff --git a/public/favicon/fallback.ico b/client/public/favicon/fallback.ico similarity index 100% rename from public/favicon/fallback.ico rename to client/public/favicon/fallback.ico diff --git a/public/images/custom/.gitkeep b/client/public/images/custom/.gitkeep similarity index 100% rename from public/images/custom/.gitkeep rename to client/public/images/custom/.gitkeep diff --git a/public/images/perms/backups.png b/client/public/images/perms/backups.png similarity index 100% rename from public/images/perms/backups.png rename to client/public/images/perms/backups.png diff --git a/public/images/perms/devices.png b/client/public/images/perms/devices.png similarity index 100% rename from public/images/perms/devices.png rename to client/public/images/perms/devices.png diff --git a/public/images/perms/dynamax.png b/client/public/images/perms/dynamax.png similarity index 100% rename from public/images/perms/dynamax.png rename to client/public/images/perms/dynamax.png diff --git a/public/images/perms/eventStops.png b/client/public/images/perms/eventStops.png similarity index 100% rename from public/images/perms/eventStops.png rename to client/public/images/perms/eventStops.png diff --git a/public/images/perms/gymBadges.png b/client/public/images/perms/gymBadges.png similarity index 100% rename from public/images/perms/gymBadges.png rename to client/public/images/perms/gymBadges.png diff --git a/public/images/perms/gyms.png b/client/public/images/perms/gyms.png similarity index 100% rename from public/images/perms/gyms.png rename to client/public/images/perms/gyms.png diff --git a/public/images/perms/invasions.png b/client/public/images/perms/invasions.png similarity index 100% rename from public/images/perms/invasions.png rename to client/public/images/perms/invasions.png diff --git a/public/images/perms/iv.png b/client/public/images/perms/iv.png similarity index 100% rename from public/images/perms/iv.png rename to client/public/images/perms/iv.png diff --git a/public/images/perms/lures.png b/client/public/images/perms/lures.png similarity index 100% rename from public/images/perms/lures.png rename to client/public/images/perms/lures.png diff --git a/public/images/perms/map.png b/client/public/images/perms/map.png similarity index 100% rename from public/images/perms/map.png rename to client/public/images/perms/map.png diff --git a/public/images/perms/nestSubmissions.png b/client/public/images/perms/nestSubmissions.png similarity index 100% rename from public/images/perms/nestSubmissions.png rename to client/public/images/perms/nestSubmissions.png diff --git a/public/images/perms/nests.png b/client/public/images/perms/nests.png similarity index 100% rename from public/images/perms/nests.png rename to client/public/images/perms/nests.png diff --git a/public/images/perms/pokemon.png b/client/public/images/perms/pokemon.png similarity index 100% rename from public/images/perms/pokemon.png rename to client/public/images/perms/pokemon.png diff --git a/public/images/perms/pokestops.png b/client/public/images/perms/pokestops.png similarity index 100% rename from public/images/perms/pokestops.png rename to client/public/images/perms/pokestops.png diff --git a/public/images/perms/portals.png b/client/public/images/perms/portals.png similarity index 100% rename from public/images/perms/portals.png rename to client/public/images/perms/portals.png diff --git a/public/images/perms/pvp.png b/client/public/images/perms/pvp.png similarity index 100% rename from public/images/perms/pvp.png rename to client/public/images/perms/pvp.png diff --git a/public/images/perms/quests.png b/client/public/images/perms/quests.png similarity index 100% rename from public/images/perms/quests.png rename to client/public/images/perms/quests.png diff --git a/public/images/perms/raids.png b/client/public/images/perms/raids.png similarity index 100% rename from public/images/perms/raids.png rename to client/public/images/perms/raids.png diff --git a/public/images/perms/routes.png b/client/public/images/perms/routes.png similarity index 100% rename from public/images/perms/routes.png rename to client/public/images/perms/routes.png diff --git a/public/images/perms/s2cells.png b/client/public/images/perms/s2cells.png similarity index 100% rename from public/images/perms/s2cells.png rename to client/public/images/perms/s2cells.png diff --git a/public/images/perms/scanAreas.png b/client/public/images/perms/scanAreas.png similarity index 100% rename from public/images/perms/scanAreas.png rename to client/public/images/perms/scanAreas.png diff --git a/public/images/perms/scanCells.png b/client/public/images/perms/scanCells.png similarity index 100% rename from public/images/perms/scanCells.png rename to client/public/images/perms/scanCells.png diff --git a/public/images/perms/showcaseRankings.png b/client/public/images/perms/showcaseRankings.png similarity index 100% rename from public/images/perms/showcaseRankings.png rename to client/public/images/perms/showcaseRankings.png diff --git a/public/images/perms/spawnpoints.png b/client/public/images/perms/spawnpoints.png similarity index 100% rename from public/images/perms/spawnpoints.png rename to client/public/images/perms/spawnpoints.png diff --git a/public/images/perms/stations.png b/client/public/images/perms/stations.png similarity index 100% rename from public/images/perms/stations.png rename to client/public/images/perms/stations.png diff --git a/public/images/perms/stats.png b/client/public/images/perms/stats.png similarity index 100% rename from public/images/perms/stats.png rename to client/public/images/perms/stats.png diff --git a/public/images/perms/submissionCells.png b/client/public/images/perms/submissionCells.png similarity index 100% rename from public/images/perms/submissionCells.png rename to client/public/images/perms/submissionCells.png diff --git a/public/images/perms/weather.png b/client/public/images/perms/weather.png similarity index 100% rename from public/images/perms/weather.png rename to client/public/images/perms/weather.png diff --git a/public/images/uicons/.gitkeep b/client/public/images/uicons/.gitkeep similarity index 100% rename from public/images/uicons/.gitkeep rename to client/public/images/uicons/.gitkeep diff --git a/public/loading.js b/client/public/loading.js similarity index 100% rename from public/loading.js rename to client/public/loading.js diff --git a/client/public/locales/de/translation.json b/client/public/locales/de/translation.json new file mode 100644 index 000000000..9fe64e939 --- /dev/null +++ b/client/public/locales/de/translation.json @@ -0,0 +1,7284 @@ +{ + "login": "Anmelden", + "click_once": "Klicken Sie nur einmal auf Autorisieren", + "save": "speichern", + "reset": "Zurücksetzen", + "close": "schliessen", + "reset_filters": "Filter zurücksetzen", + "pokemon_filters": "Pokemon Filter Einstellungen", + "gyms_filters": "Arena Filter Einstellungen", + "pokestops_filters": "Pokestop Filter Einstellungen", + "nests_filters": "Nest Filter Einstellungen", + "help": "Hilfe", + "apply_to_all": "Auf alle anwenden", + "disable_all": "alle deaktivieren", + "enable_all": "alle aktivieren", + "enabled": "aktiviert", + "legacy": "Legendär", + "id": "ID", + "location": "Standort", + "search_pokemon": "Pokemon durchsuchen", + "search_nests": "Nester durchsuchen", + "search_gyms": "Arenen durchsuchen", + "search_pokestops": "Pokestops durchsuchen", + "search_raids": "Raids durchsuchen", + "search_eggs": "Eier durchsuchen", + "search_quests": "Quests durchsuchen", + "search_lures": "Lockmodule durchsuchen", + "search_invasions": "Invasionen durchsuchen", + "sm": "S", + "md": "M", + "lg": "L", + "xl": "XL", + "min": "Min", + "max": "Max", + "set_size": "Symbolgröße einstellen", + "slot_selection": "Platz Auswahl", + "generations": "Generation", + "types": "Type", + "forms": "Form", + "rarity": "Seltenheit", + "others": "Andere", + "categories": "Kategorien", + "rank": "Rang", + "slider_iv": "IV Rang", + "slider_great": "Superliga", + "slider_ultra": "Hyperliga", + "slider_little": "Mini-Cup", + "slider_atk_iv": "Attacke", + "slider_def_iv": "Verteidigung", + "slider_sta_iv": "Ausdauer", + "slider_level": "Level", + "slider_size": "Größe", + "abbreviation_level": "L", + "lvl": "Lvl", + "cap": "Cap", + "custom": "benutzerdefiniert", + "valid": "gültig", + "invalid": "ungültig!", + "overwrites": "Überschreibt alle Filter", + "valid_filter": "Gültiger Statistikfilter", + "invalid_filter": "Geben Sie einen gültigen Filter ein", + "gyms": "Arena", + "nests": "Nester", + "pokestops": "Pokestops", + "pokemon": "Pokemon", + "wayfarer": "Wayfarer", + "scan_areas": "Gebiete", + "s2cells": "S2 Zellen", + "weather": "Wetter", + "admin": "Admin", + "settings": "Einstellungen", + "advanced": "erweitert", + "tile_servers": "Tileserver", + "icons": "Symbole", + "navigation": "Navigation", + "drawer": "Drawer", + "tile_servers_default": "Standard Tileserver", + "drawer_temporary": "Vorübergehend", + "drawer_persistent": "dauerhaft", + "locale_selection": "Sprache wählen", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "Importieren", + "export": "Exportieren", + "logout": "Abmelden", + "local_storage_cleared": "Cache bereinigt!", + "iv_or_filter": "IV oder Filter", + "polygons": "Polygone", + "raids": "Raids", + "ex_eligible": "EX Raid", + "in_battle": "Im Kampf", + "all_pokestops": "Alle Pokestops", + "lures": " Lockmodule", + "quests": "Quests", + "invasions": "Invasionen", + "portals": "Portale", + "submission_cells": "Einreich-Zellen", + "spawnpoint": "Spawnpunkt", + "spawnpoints": "Spawnpunkte", + "s2_cell_level": "Level {{level}} S2 Zellen", + "total_count": "Komplette Anzahl", + "next_submission": "Nächster Vorschlag!", + "never": "nie", + "next_gym": "Nächste Arena", + "scan_cells": "S2 Zellen", + "devices": "Geräte", + "use_my_location": "Meinen Standort verwenden", + "submit_feedback_title": "Feedback/Fehlerbericht senden", + "use_the_link_below": "Sie können den unten stehenden Link verwenden, um Feedback oder Fehler, auf die Sie gestoßen sind, zu senden.", + "feedback_to_devs": "Dieses Feedback wird direkt an die Entwickler gesendet.", + "feedback_form": "Feedback-Formular", + "unknown_pokestop": "Unbekannter Pokestop-Name", + "unknown_gym": "Unbekannter Arena-Name", + "exclude": "Ausschließen", + "exclude_quest": "Quest ausschließen", + "exclude_invasion": "Invasion ausschließen", + "exclude_team": "Team ausschließen", + "exclude_raid": "Raid ausschließen", + "exclude_lure": "Lockmodul ausschließen", + "timer": "Timer", + "hide": "Ausblenden", + "tier": "Level", + "slots": "Plätze", + "mega": "Mega", + "form": "Form", + "starts": "Startet", + "ends": "Endet", + "defender": "Verteidiger", + "best_buddy": "Bester Kumpel", + "cp": "WP", + "kilogram": "kg", + "meter": "m", + "total_cp": "Gesamt WP", + "first_seen": "Zum ersten Mal gesehen", + "last_seen": "Zuletzt gesehen", + "last_modified": "Zuletzt bearbeitet", + "last_updated": "Letzte Aktualisierung", + "imported": "Importiert", + "nest_estimated": "Nest-Daten werden geschätzt!", + "verify_nests": "Überprüfen Sie dies, indem Sie die aktuellen Spawns überprüfen", + "nest_out_of_date": "Nest ist möglicherweise veraltet!", + "nest_check_current": "Überprüfen Sie stattdessen die aktuellen Spawns", + "spawns_per_hour": "spawns/h", + "teams": "Teams", + "eggs": "Eier", + "reverse": "Umkehren", + "selected": "Ausgewählt", + "unselected": "Nicht ausgewählt", + "only_available": "Verfügbar", + "common": "häufig", + "uncommon": "selten", + "rare": "rar", + "ultra_rare": "ultra-rar", + "regional": "Regional", + "event": "Event", + "legendary": "Legendär", + "mythical": "Mysteriös", + "ultra_beast": "Ultrabestie", + "alt_forms": "alle Formen", + "alola": "Alola", + "galarian": "Galar", + "showing": "Zeigen", + "instance": "Instanz", + "online": "Online", + "offline": "Offline", + "boosted_types": "Wetterboost", + "pokemon_options": "Pokemon Optionen", + "pokestops_options": "Pokestop Optionen", + "gyms_options": "Arena Optionen", + "nests_options": "Nest Optionen", + "wayfarer_options": "Wayfarer Optionen", + "admin_options": "Admin Optionen", + "weather_options": "Wetter Optionen", + "s2cells_options": "S2 Zellen Optionen", + "clustering": "Clustering", + "glow": "Glow", + "legacy_filter": "Legacy Filter", + "raid_timers": "Alle Raid Timer", + "invasion_timers": "Alle Invasion Timer", + "lure_timers": "Alle Lockmodul Timer", + "device_path_color": "Geräte Pfadfarbe", + "old_portals": "Alte Portale", + "new_portals": "Neue Portale", + "items": "Items", + "energy": "Energie", + "ar_eligible": "AR geeignet", + "iv_circles": "IV Marker", + "min_iv_circle": "min. IV Marker", + "interaction_ranges": "Interaktionsradius", + "cannot_connect": "\nVerbindung zum Server derzeit nicht möglich.\nNochmaliges Versuchen führt nur zu mehr Problemen.\nBitte versuche es erneut in ein paar Minuten.\n\n- Map Admin Team", + "mad_quest_text": "Native Quests", + "xs": "XS", + "primary": "Primär", + "secondary": "Sekundär", + "zero_iv": "0% IV", + "hundo_iv": "100% IV", + "open_menu": "Menü öffnen", + "zoom_in": "Hineinzoomen", + "zoom_out": "Herauszoomen", + "welcome": "Willkommen zu", + "back": "Zurück", + "next": "Weiter", + "finish": "Beenden", + "start_tutorial": "Starte Tutorial", + "view_profile": "Profil anzeigen", + "login_optional": "Login (Optional)", + "tutorial": "Tutorial", + "tutorial_language": "Wähle deine Sprache", + "tutorial_welcome": "Dieses Tutorial ist interaktiv und du solltest unbedingt mit allen angebotenen Optionen herumspielen", + "tutorial_categories": "Kategorien, auf die du Zugriff hast", + "tutorial_logged_in": "Du kannst Details zu deinen Berechtigungen in deinem Profil anschauen.", + "tutorial_logged_out": "Du kannst Details zu deinen Berechtigungen anschauen, wenn du dich eingeloggt hast.", + "tutorial_sidebar_0": "All dein Filter und Einstellungen befinden sich hier", + "tutorial_sidebar_1": "Für jede Kategorie kannst du mit den Schaltern die gewünschten Daten aktivieren", + "tutorial_sidebar_2": "Optionen: Zusätzliche Anpassungen\nErweitert: Werden wir später in diesem Tutorial behandeln", + "tutorial_sliders_0": "Verwenden von Schaltern zum Einstellen von Filtern", + "tutorial_sliders_1": "Pokémon zwischen:", + "tutorial_sliders_2": "- IVs {{iv0}}% bis {{iv1}}%", + "tutorial_sliders_3": "Level {{level0}} bis {{level1}}", + "tutorial_sliders_3alt": "- UND ist Level {{level0}} bis {{level1}}", + "tutorial_sliders_4": "- Superliga Rang {{gl0}} bis {{gl1}}", + "tutorial_sliders_4alt": "- ODER Superliga Rang {{gl0}} bis {{gl1}}", + "tutorial_sliders_5": "- Hyperliga Rang {{ul0}} bis {{ul1}}", + "tutorial_sliders_5alt": "- ODER Hyperliga Rang {{ul0}} bis {{ul1}}", + "tutorial_sliders_6": "Verketten mit anderen der gleichen Farbe", + "tutorial_sliders_7": "Filter getrennt von anderen Schiebereglern", + "tutorial_sliders_8": "Ein 'voller' Schieberegler bedeutet, dass er deaktiviert ist:", + "tutorial_sliders_9": "Alle Spawns, unabhänig von IV Scan", + "tutorial_help": "Verknüpfung zu diesem Menü", + "tutorial_adv_filter": "Nur in der mobilen Ansicht - öffnet die Filteroptionen für das erweiterte Menü", + "tutorial_tune": "Setzt den erweiterten Filter für alle Pokémon, die gerade im Menü gefiltert werden", + "tutorial_format_size": "Legt die Symbolgröße für alle aktuell gefilterten Einträge im Menü fest", + "tutorial_check": "Aktiviert alle aktuell gefilterten Einträge im Menü", + "tutorial_clear": "Deaktiviert alle aktuell gefilterten Einträge im Menü", + "tutorial_save": "Speichert die aktuelle Auswahl und schließt das Menü", + "tutorial_show_all_view": "Pokestops & Arenen umschalten", + "tutorial_show_pokemon_view": "Pokémon umschalten", + "tutorial_toggle": "Ein Klick auf das Häkchen/X schaltet das Element um", + "tutorial_pokemon_caption": "Mit diesem Symbol können Sie Filter für dieses spezielle Pokémon einstellen", + "tutorial_all_caption": "Teams haben ein spezielles Slot-Menü\nAlle anderen Elemente ermöglichen die Anpassung der Symbolgröße", + "tutorial_popup_0": "Popups sind nun interaktiv!", + "tutorial_popup_1": "Die drei Punkte öffnen die Optionen zum Ausblenden, Ausschließen und Umschalten des Timers", + "tutorial_popup_2": "Die Symbole auf beiden Seiten des Navigations-Links werden erweitert, um zusätzliche Informationen anzuzeigen. Probier es aus!", + "tutorial_popup_3": "Die Icons variieren für jede Kategorie, sehen Sie sich alle an", + "tutorial_closing_0": "Zusätzliche Info", + "tutorial_closing_1": "Die globalen Pokémon-Schalter in der Seitenleiste funktionieren getrennt vom erweiterten Menü und haben keinen Einfluss aufeinander", + "tutorial_closing_2": "Sehen Sie sich unbedingt den Abschnitt Einstellungen in der Seitenleiste an", + "tutorial_closing_3": "Es gibt viele ästhetische Optionen für jede Kategorie, aber bedenke, je mehr du deiner Map hinzufügst, desto höher ist die Wahrscheinlichkeit, dass deine Map einfriert", + "tutorial_closing_4": "Das Tutorial kann erneut angezeigt werden, indem du es im Bereich Einstellungen in der Seitenleiste auswählst", + "tutorial_closing_5": "Bleiben Sie sicher und viel Glück!", + "intro": "Einleitung", + "sidebar": "Seitenleiste", + "sliders": "Schieberegler", + "popups": "Popups", + "closing": "Schließen", + "shortcuts": "Verknüpfungen", + "iv": "IV", + "area_restrictions": "Gebietseinschränkungen", + "map": "Map", + "stats": "Statistik", + "pvp": "PVP", + "area_restrictions_subtitle": "Sie haben Zugriff auf diese Gebiete", + "devices_subtitle": "Zeigt aktive Gerätestandorte und Routen an", + "gyms_subtitle": "Zeigt alle aktiven Arenenstandorte, das aktive Team und wie viele Plätze jede Arena zur Verfügung hat", + "invasions_subtitle": "Zeigt Informationen zu Team Rocket-Invasionen, einschließlich Kampfaufstellung, Ablaufzeit und mögliche Belohnungen", + "iv_subtitle": "Zeigt IV% und Leuchtoptionen", + "lures_subtitle": "Zeigt Lockmodulformationen an, einschließlich Typ und Ablaufzeit", + "map_subtitle": "Zeigt die Map", + "nests_subtitle": "Zeigt aktiv nestende Pokemon und Nestpolygone", + "pokemon_subtitle": "Zeigt alle Pokemon-Standorte und Ablaufzeiten", + "pokestops_subtitle": "Zeigt alle Pokestop-Standorte", + "portals_subtitle": "Zeigt alle Ingress-Portale", + "pvp_subtitle": "Zeigt PVP-Rang/WP/Level-Informationen für jedes Pokemon", + "quests_subtitle": "Zeigt Quest Belohnung und Aufgabeninformationen an", + "raids_subtitle": "Zeigt alle Raid-Informationen, einschließlich des Raid-Bosses, der Eier, der Ablaufzeit und des Movesets", + "scan_cells_subtitle": "Zeigt an, wann eine S2-Zelle zuletzt von einem Gerät gescannt wurde", + "scan_areas_subtitle": "Zeigt verfügbare Scanbereich Polygone", + "spawnpoints_subtitle": "Zeigt Spawnpunkte und deren geschätzte Despawnzeit an", + "stats_subtitle": "Zeigt Pokemon-Statistiken und Level an", + "submission_cells_subtitle": "Zeigt nützliche Informationen zum Einreichen neuer POIs an.", + "weather_subtitle": "Zeigt Wetterinformationen im Spiel für jede Zelle an", + "scanner_subtitle": "Ermöglicht on Demand scannen eines Standorts, innerhalb des Scangebietes", + "s2cells_subtitle": "Zeigt S2-Zellen in verschiedenen Leveln auf der Map an", + "backups_subtitle": "Ermöglicht das Sichern und Laden von Einstellungen über verschiedene Geräte hinweg", + "backups": "Sicherungen", + "user_profile": "Benutzer-Profil", + "user_username": "Benutzername", + "candy": "Bonbon", + "show_ex_badge": "EX Abzeichen anzeigen", + "search": "Suche", + "global_search_quests": "Füge den Namen der Belohnung ein...", + "global_search_lures": "Füge den Namen des Lockmoduls ein...", + "global_search_pokestops": "Füge den Namen des Pokestop ein...", + "global_search_gyms": "Füge den Namen der Arena ein...", + "global_search_portals": "Füge den Namen des Portals ein...", + "global_search_nests": "Füge den Namen des Nestes ein...", + "global_search_raids": "Füge den Namen des Raid Boss ein...", + "global_search_pokemon": "Gib den Pokemon-Namen ein...", + "global_search_invasions": "Füge den Rüpel Typ, Namen oder Belohnungs-Pokémon Namen ein...", + "raid_level_badges": "Raid Level Abzeichen", + "options": "Optionen", + "profile": "Profil", + "pokemon_icons": "Pokemon Icons", + "pokestop_icons": "Pokestop Icons", + "gym_icons": "Arena Icons", + "team_icons": "Team Icons", + "egg_icons": "Ei Icons", + "raid_icons": "Raid Icons", + "nest_icons": "Nest Icons", + "reward_icons": "Belohnung Icons", + "type_icons": "Typ Icons", + "weather_icons": "Wetter Icons", + "misc_icons": "Misc Icons", + "invasion_icons": "Invasion Icons", + "spawnpoint_icons": "Spawnpunkt-Symbole", + "device_icons": "Gerätesymbole", + "pokemon_audio": "Pokémon-Audio", + "pokestop_audio": "PokéStop-Audio", + "gym_audio": "Arenen-Audio", + "team_audio": "Team-Audio", + "egg_audio": "Ei-Audio", + "raid_audio": "Raid-Audio", + "nest_audio": "Nest-Audio", + "reward_audio": "Belohnungs-Audio", + "type_audio": "Typ-Audio", + "weather_audio": "Wetter-Audio", + "misc_audio": "Sonstige Audios", + "invasion_audio": "Invasions-Audio", + "spawnpoint_audio": "Spawnpunkt-Audio", + "device_audio": "Geräte-Audio", + "pokemon_timers": "Alle Pokemon Timer", + "show_dex_num_in_popup": "Pokedex # in Popup anzeigen", + "popup": "Popup", + "pvp_level": "Level {{level}} PVP Stats", + "pvp_mega": "Mega PVP Stats", + "webhook_entry": "Füge zu {{name}} hinzu", + "remove_webhook_entry": "Entferne von {{name}}", + "distance": "Distanz", + "gym": "Arena", + "egg": "Ei", + "raid": "Raid", + "lure": "Lockmodul", + "quest": "Quest", + "invasion": "Invasion", + "nest": "Nest", + "pokestop": "Pokestop", + "team": "Team", + "global": "Global", + "manage_webhook": "Organisiere {{name}}", + "drag_and_drop": "Ziehen Sie die Markierung, um Ihren Standort festzulegen", + "click_to_select": "Zum Auswählen klicken", + "add_new": "Füge neuen {{category}} Alarm hinzu", + "my_location": "Mein Standort", + "choose_on_map": "Wähle auf der Karte", + "select_profile": "Profil auswählen", + "distance_radius": "Vorschau der Radiusabstände", + "areas": "Gebiete", + "select_webhook": "Bot auswählen", + "ar_quest_true": "mit AR-Quest", + "ar_quest_false": "ohne AR-Quest", + "with_ar": "Mit AR", + "both": "Beide", + "without_ar": "Ohne AR", + "exclude_quest_multi": "{{reward}} ausschließen", + "cluster_limit_0": "Limit von {{variable_0}} ({{variable_1}}) wurde erreicht", + "cluster_limit_1": "Bitte reinzoomen oder die Filter einschränken", + "show_polygons": "Polygone anzeigen", + "exclude_invasion_multi": "{{invasion}} ausschließen", + "stardust": "Sternenstaub", + "slider_cp": "WP", + "pvp_ranking_league": "Liga", + "pvp_ranking_min_cp": "Min WP", + "slider_pvp": "Ränge", + "profile_no": "Profil", + "template": "Vorlage", + "gender": "Geschlecht", + "clean": "Bereinigen", + "all_forms": "Alle Formen", + "pvp_entry": "PVP Eintrag", + "no_iv": "Inkl. Keine IV", + "by_distance": "nach Entfernung", + "min_time": "Min Zeit", + "add_new_profile": "Neues Profil hinzufügen", + "slider_none": "Keine", + "non_registered_human_title": "Ups, da stimmt etwas nicht!", + "non_registered_human_desc": "Du bist möglicherweise nicht bei {{webhook}} registriert\nOder der Server ist derzeit nicht erreichbar", + "try_again_later": "Bitte versuche es später nochmal", + "selected_areas_one": "{{count}} Gebiet ausgewählt", + "selected_areas_other": "{{count}} Gebiete ausgewählt", + "webhook_selection": "{{name}} Auswahl", + "message_of_the_day": "Nachricht des Tages", + "has_quest_indicator": "Alternative Farbe für Stops mit Quests", + "show_ar_badge": "AR Symbol anzeigen", + "all_gyms": "Alle Arenen", + "general": "Allgemeines", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "Verknüpfe Global und Erweitert", + "normal_forms": "Standardformen", + "weather_indicator": "Wetter Symbol", + "page": "Seite {{page}}", + "navigation_controls": "Navigations-Steuerungen", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "Exklusiv", + "all_moves": "Alle Attacken", + "move": "Attacke", + "any": "alle", + "min_spawn_average": "Min Spawn Rate", + "select_all": "Alle auswählen", + "delete_all": "Alle löschen", + "cancel": "Abbrechen", + "day_1": "Montag", + "day_2": "Dienstag", + "day_3": "Mittwoch", + "day_4": "Donnerstag", + "day_5": "Freitag", + "day_6": "Samstag", + "day_7": "Sonntag", + "profile_name": "Profilname", + "manage_profiles": "Verwalte Profile", + "min_spawn_avg": "Durchschn. Min Spawn", + "poke_global": "Alle", + "amount": "Anzahl", + "specific_gym": "Spezifische Arena", + "search_location": "Standorte durchsuchen", + "search_specific": "Suche nach spezifischer {{category}}", + "webhook_success_gym": "Raids, Eier, und Team Wechsel Alarme wurden hinzugefügt!", + "slot_changes": "Platzänderungen", + "slot_changes_poracle": "Platzänderung", + "confirm_delete": "Dadurch wird die Tracking-Funktion für dieses Profil entfernt, bist du sicher?", + "confirm_copy": "Wähle das Profil, das du zu \"{{profile}}\" kopieren möchtest, dadurch wird dieses Profil vollständig überschrieben.", + "webhook_error": "{{name}} konnte das nicht verarbeiten.\nBitte versuche es später nochmals.", + "profile_error": "Muss eindeutig und gültig sein", + "team_0": "Neutral", + "battle_changes": "im Kampf", + "battle_changes_poracle": "wird_angegriffen", + "auto": "Auto", + "webhooks_subtitle": "Verwalte deine Benachrichtigungen für diese Bots, direkt von der Karte aus.", + "event_stops_subtitle": "Zeigt spezielle Event Pokestops wie z.B. Kecleon Stops an.", + "webhooks": "Benachrichtigungen", + "scanner": "Scanner", + "everything_individually": "Individuelle Benachrichtigungen hinzufügen", + "individually": "individuell", + "join": "Beitreten", + "errors_404": "Hoppla, diese Seite kann nicht gefunden werden!", + "errors_500": "Es ist ein Serverfehler aufgetreten, bitte versuche es später erneut!", + "local_username": "Nutzername", + "local_password": "Passwort", + "local_error": "Es ist ein Fehler aufgetreten, bitte versuche es später noch einmal!", + "no_filter_results": "Keine Ergebnisse gefunden,\nversuche deine Filter zu erweitern!", + "donor_page": "Spenderseite", + "go_back": "zurück", + "access": "Zugriff", + "link_discord": "Discord verknüpfen", + "select_webhook_strategy": "Alarm Manager", + "webhook_strategy_success_0": "Erfolg! Aktualisieren, um Benachrichtigungseinstellungen abzurufen...", + "register": "Registrieren", + "invalid_credentials": "Ungültige Anmeldeinformationen", + "localauth_failed": "Authentifizierung fehlgeschlagen", + "error_creating_user": "Neuer Benutzer kann derzeit nicht registriert werden", + "discord_linked": "Discord Verknüpft", + "telegram_linked": "Telegram Verknüpft", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 7, + "popup_gym_seen_timer_width": 5, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 7, + "popup_pokestop_seen_timer_width": 5, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 6, + "popup_pokemon_seen_timer_width": 5, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 10, + "join_button": 10, + "level": "Level", + "km": "km", + "feedback": "Feedback", + "donor_menu": "Spendermenü", + "pokemon_cell": "Der Standort des Pokemon kann variieren", + "timer_verified": "Die Despawnzeit ist bestätigt", + "timer_unverified": "Die Despawnzeit ist nicht bestätigt", + "all": "Alle", + "badge_0": "keiner", + "badge_1": "Basis", + "badge_2": "Bronze", + "badge_3": "Silber", + "badge_4": "Gold", + "gym_badge_menu": "Arenaorden bearbeiten", + "gym_badges": "Arenaorden", + "gym_badge_diamonds": "Arenaorden anzeigen", + "gym_badges_subtitle": "Die Arenaorden auf der Karte und als Liste auf der Profilseite anzeigen.", + "confirm_filters_reset": "Filter zurücksetzen", + "filters_reset_text": "Sollen die Einstellungen wirklich auf die Standardwerte zurückgesetzt werden? Das kann nicht rückgängig gemacht werden!", + "filters_reset_title": "Filter zurücksetzen", + "raid_quick_select": "Schnellauswahl", + "disabled": "Deaktiviert", + "loading": "laden von {{category}}", + "loading_icons": "Icons abrufen", + "loading_invasions": "Rocket-Lineup abrufen", + "scan_next": "Standort scannen", + "scan_next_choose": "Ziehen Sie die Markierung per Drag & Drop um die Scanposition festzulegen", + "scan_zone": "Scanne ein Gebiet", + "scan_zone_choose": "Ziehen Sie die Markierung per Drag & Drop um die Scanposition festzulegen und die Größe zu wählen", + "scan_zone_size": "Größe", + "scan_zone_range": "Reichweite", + "scan_zone_spacing": "Abstand", + "scan_zone_radius": "Radius", + "scan_requests": "Scan Anfrage", + "scan_queue": "Aktuelle Warteschlange", + "click_to_scan": "Hier scannen", + "scan_confirmed_title": "Scan-Anfrage bestätigt", + "scan_confirmed": "Gerät wurde an den Standort geschickt, das Ergebnis wird bald auf der Karte erscheinen!", + "scan_loading_title": "Sende Scan-Anfrage", + "scan_loading": "Deine Scan-Anfrage wird bearbeitet und wurde erfolgreich abgeschickt!", + "scan_error_title": "Fehler", + "scan_error": "Es ist ein Fehler bei der Verarbeitung der Scan-Anfrage aufgetreten...", + "scan_outside_area": "Dieser Standort liegt außerhalb der Grenzen der zugelassenen Gebiete.", + "pvp_ranking_cap": "Level", + "lc_title": "folge deinem Standort", + "lc_metersUnit": "Meter", + "lc_feetUnit": "Fuss", + "lc_popup": "Dein Standort befindet sich innerhalb von {distance} {unit} Abstand zu diesem Punkt.", + "lc_outsideMapBoundsMsg": "Dein Standort scheint sich außerhalb der Grenzen der Karte zu befinden.", + "no_alerts": "Keine Benachrichtigungen gefunden", + "loading_settings": "Lade Einstellungen", + "refresh_to_continue": "Bitte aktualisiere, bevor du fortfährst", + "session_expired_title": "Sitzung abgelaufen", + "session_expired_body": "Deine Sitzung ist abgelaufen", + "old_client_title": "Veraltet", + "old_client_body": "Eine neue Version der Map ist verfügbar", + "early_old_client_title": "veraltet", + "early_old_client_body": "Eine alte Version dieser Map könnte im Browser zwischengespeichert sein, lösche den Cache, bevor diese Map verwendet werden kann.", + "refresh": "Aktualisieren", + "points": "Punkte", + "day": "Tag", + "days": "Tage", + "react_error": "Etwas ist schiefgelaufen", + "clickable_icon": "Icon ist anklickbar", + "two_stops_till_next": "2 Stops bis zur nächsten", + "one_stop_till_next": "1 Stop bis zur nächsten", + "no_more_gyms": "keine weitere Arena", + "light_map_border": "heller Kartenrand", + "dark_map_border": "dunkler Kartenrand", + "cell_blocked": "Zelle ist blockiert", + "poi_color": "POI Farbe", + "quest_condition": "Questbedingung", + "always_show_labels": "Labels immer anzeigen", + "scan_areas_options": "Optionen für Scanbereiche", + "historic_rarity": "Historische Seltenheit", + "poi": "Wayspots", + "300m_range": "300m Radius", + "lure_range": "Lockmodulradius", + "custom_range": "individueller Radius", + "tap_to_toggle": "Tippen zum Umschalten", + "power_up": "Aufladung", + "never_alt": "Nie", + "seen_nearby_stop": "über Nearby gesehen", + "seen_nearby_cell": "in dieser S2 Zelle gesehen", + "seen_lure_encounter": "getroffen am Lockmodul", + "seen_lure_wild": "Spawn am Lockmodul", + "seen_wild": "Spawn in der Wildnis", + "event_stops": "Event Stops", + "event_stop_timers": "Event Stop Timer", + "size_0": "alle", + "size_1": "XXS", + "size_2": "XS", + "size_3": "M", + "size_4": "XL", + "size_5": "XXL", + "show_size_indicator": "Größen Marker", + "size": "Größe", + "gold_stop": "Gold Stop", + "profile_backups": "Profil Sicherungen", + "new_backup": "neue Sicherungen", + "create": "erstellen", + "load": "laden", + "update": "aktualisieren", + "delete": "löschen", + "name": "Name", + "only_confirmed": "nur bestätigte", + "only_exclude_grunts": "Rüpel ausschließen", + "only_exclude_leaders": "Bosse ausschließen", + "rocket_pokemon": "Crypto-Pokemon", + "decoy": "Täusch-Rüpel", + "s2_cell_limit_0": "Sie haben versucht, mehr als 20.000 Zellen zu generieren ({{variable_0}})", + "s2_cell_zoom_limit": "Einige Zellen sind zu klein, um in diesem Zoomlevel angezeigt zu werden.", + "show_all_pvp_ranks": "alle PVP Ränge anzeigen", + "enable_pokemon_popup_coords": "Pokémon Koordinaten anzeigen", + "enable_gym_popup_coords": "Arena Koordinaten anzeigen", + "enable_pokestop_popup_coords": "Pokéstop Koordinaten anzeigen", + "enable_portal_popup_coords": "Portal Koordinaten anzeigen", + "on_block_join_discord": "Bitte trete unserem Discord bei, um weitere Informationen zu erhalten.", + "on_block_msg": "Du wurdest aufgrund deiner Mitgliedschaft blockiert", + "denied": "verweigert", + "showcase": "Showcase", + "unknown_event": "unbekanntes Event", + "scanner_countdown": "verfügbar in {{time}}s", + "success": "Erfolg", + "contribute": "Beitragen", + "mi": "mi", + "filter_by_areas": "nach Gebieten filtern", + "submit_nest_name": "Nestnamen mitteilen", + "nest_submission_menu": "Namen aktualisieren", + "nest_submissions": "Nest Einreichungen", + "nest_submissions_subtitle": "Ermöglicht neue Namen für Nester einzureichen.", + "pokemon_opacity": "dynamische Pokemon Durchsichtigkeit", + "invasion_opacity": "dynamische Invasion Durchsichtigkeit", + "raid_opacity": "dynamische Raid Durchsichtigkeit", + "opacity_ten_minutes": "Durchsichtigkeit ab 10 Minuten", + "opacity_five_minutes": "Durchsichtigkeit ab 5 Minuten", + "opacity_one_minute": "Durchsichtigkeit ab 1 Minute", + "level_circles": "Level Marker", + "min_level_circle": "min. Level Marker", + "mutation_auth_error": "Die Anfrage war nicht erfolgreich, da Du nicht angemeldet warst.", + "submitted_by": "Eingereicht von", + "reversible": "umkehrbar", + "version": "Version", + "route_tags": "Routen Tags", + "routes": "Routen", + "route_type": "Routen Typ", + "routes_subtitle": "Zeige Routen und relevante Infos dazu, auf der Map.", + "description": "Beschreibung", + "additional_info": "zusätzliche Infos", + "duration": "Dauer", + "elevation": "Höhenunterschied", + "contest_category_1": "kleinste Größe", + "context_category_2": "größte Größe", + "total_entries": "Gesamteinträge", + "showcase_rankings": "Showcase-Ranking", + "showcase_rankings_subtitle": "Zeigt die Top-Rankingliste für einen Showcase an einem Pokestop an.", + "tth": "TTH", + "tth_0": "alle", + "tth_1": "bekannt", + "tth_2": "unbekannt", + "no_access": "Kein Zugriff", + "cooldown": "Cooldown", + "scan_some_outside_area": "Einige Standorte liegen außerhalb der Grenzen der zugelassenen Gebiete.", + "alerts": "Benachrichtigungen", + "alert_manager": "Benachrichtigungs Manager", + "menu": "Menü", + "theme": "Theme", + "exit": "verlassen", + "component": "Elemente", + "component_login_page": "Login Seite", + "component_donation_page": "Spenden Seite", + "component_message_of_the_day": "Nachricht des Tages", + "download": "download", + "playground": "Playground", + "locale": "Sprachen", + "saved": "gespeichert", + "show_editor": "Editor anzeigen", + "hide_editor": "Editor ausblenden", + "reported_error": "Dieser Fehler wurde dem Server mit Kennung gemeldet", + "dark_mode": "Dunkelmodus", + "load_from_autosave": "Aus Autosave laden", + "done": "Erledigt", + "fast": "Sofort", + "charged": "Lade", + "offline_mode": "offline Modus", + "include_sponsored": "einschließlich gesponserte", + "showcase_color": "Showcasefarbe", + "partner_color": "Partnerfarbe", + "disable": "deaktivieren {{- name}}", + "profiling": "Profilbearbeitung", + "showcase_block": "Gesperrt wegen eines Showcase", + "signed_in_as": "eingeloggt als", + "missing_map_perm": "Du hast keine Berechtigung, die Karte anzuzeigen.", + "access_denied": "Zugriff verweigert", + "audio": "Audio", + "desktop_notifications": "Desktop-Benachrichtigungen", + "notifications_options": "Benachrichtigungsoptionen", + "audio_always_on": "Audio immer abspielen", + "volume_level": "Lautstärkepegel", + "notifications_status": "Benachrichtigungsstatus", + "granted": "gewährt", + "set_all": "alle wählen", + "set_filtered": "gefilterte wählen", + "only_show_available": "nur verfügbare anzeigen", + "easy_mode": "Easy Mode", + "quick_select": "Globale Schnellauswahl", + "pokemon_filter_mode": "Pokémon Filter Mode", + "basic": "Einfach", + "intermediate": "Fortgeschritten", + "expert": "Experte", + "basic_description": "Wähle einfach Pokémon aus und wende einen globalen Filter an", + "intermediate_description": "Lege individuelle Filter global und pro Pokémon fest (traditionell)", + "expert_description": "Manuelle Eingabeabfragen für größtmögliche Anpassungsfähigkeit", + "icon_size": "Icon Größe", + "developer": "Entwickler", + "raid_override": "Raid Override", + "search_rocket_pokemon": "Crypto Pokémon suchen", + "main": "Haupt", + "extra": "Extra", + "select": "Auswählen", + "searching": "suche...", + "no_options": "Keine Treffer...", + "and": "UND", + "or": "ODER", + "only_global": "nur Globale", + "global_caption": "Ignoriert alle anderen Filter", + "global_and_individual": "Globale & Individuelle Filter", + "gender_filters_all": "Geschlecht gilt für alle", + "and_caption": "miteinander verbunden", + "or_caption": "filtert unabhängig", + "filter_help": "Filter Hilfe", + "kilometers": "Kilometer", + "miles": "Meilen", + "distance_unit": "Maßeinheit", + "data_management": "Einstellungsverwaltung", + "reset_or_manage_text": "Filter komplett zurücksetzen, oder die Einstellungsverwaltung anzeigen lassen, auf der einzelne Kategorien zurückgesetzt werden können.", + "reset_audio": "Töne zurücksetzen", + "reset_all": "Alles zurücksetzen", + "reset_icons": "Icons zurücksetzen", + "reset_position": "Position zurücksetzen", + "reset_ui": "UI zurücksetzen", + "reset_options": "Optionen zurücksetzen", + "reset_menus": "Menüs zurücksetzen", + "reset_settings": "Einstellungen zurücksetzen", + "reset_general_title": "Allgemein", + "reset_filters_title": "Filter", + "reset_assets": "Styles", + "reset_pokemon": "Pokémon zurücksetzen", + "reset_pokestops": "PokéStops zurücksetzen", + "reset_gyms": "Arenen zurücksetzen", + "reset_nests": "Nester zurücksetzen", + "reset_portals": "Portale zurücksetzen", + "reset_routes": "Routen zurücksetzen", + "reset_scan_areas": "Scangebiete zurücksetzen", + "reset_scan_cells": "Scanzellen zurücksetzen", + "reset_devices": "Geräte zurücksetzen", + "reset_weather": "Wetter zurücksetzen", + "reset_s2cells": "S2 Zellen zurücksetzen", + "reset_spawnpoints": "Spawnpoints zurücksetzen", + "reset_submission_cells": "Submission Zellen zurücksetzen", + "hisuian": "Hisui", + "spacial_rend_range": "Raumschlag Effekt Bereich", + "key": "Schlüssel", + "ai": "KI", + "human": "Human", + "locales": "Locales", + "instructions": "Anleitung", + "locale_instructions_1": "Wähle im Dropdown-Menü eine Sprache aus.", + "locale_instructions_2": "Gib in der Spalte \"Human\" die gewünschten Übersetzungen ein.", + "locale_instructions_3": "Klicke auf die Schaltfläche \"$t(download)\", um eine JSON-Datei herunterzuladen.", + "locale_instructions_4": "Fork den GitHub-Repo-Link unten", + "locale_instructions_5": "Erstelle einen neuen Branch und benennen ihn mit der Sprache, die übersetzt werden soll.", + "locale_instructions_6": "Ersetze den Inhalt von \"packages/locales/lib/human/{{lng}}.json\" durch die heruntergeladene Datei.", + "locale_instructions_7": "Erstellen eine neue Pull Request auf den \"develop\" Branch.", + "locale_instructions_8": "Warte bis die Pull-Anfrage überprüft und gemerged wurde.", + "enter_translation": "Übersetzung eingeben", + "individual_filters": "individuell gefiltert", + "data_limit_reached": "Du hast kürzlich zu viele Daten angefordert und befindest dich im Cooldown bis {{until}}", + "unknown_station": "unbekannte Kraftquelle", + "exclude_battle": "Dyna-Raids ausschließen", + "station": "Kraftquelle", + "stations": "Kraftquellen", + "stations_filters": "Dynamax Filter Einstellungen", + "stations_options": "Kraftquellen Optionen", + "all_stations": "alle Kraftquellen", + "search_battles": "Dyna-Raids durchsuchen", + "started": "gestartet", + "ended": "beendet", + "search_stations": "Kraftquellen durchsuchen", + "global_search_stations": "Füge den Namen der Kraftquelle ein...", + "station_timers": "Kraftquellen Timer", + "stations_opacity": "Kraftquellen Durchsichtigkeit", + "max_battles": "Dyna-Raids", + "dynamax": "Dynamax", + "stations_subtitle": "Kraftquellen auf der Map anzeigen", + "dynamax_subtitle": "Dyna-Raids auf der Map anzeigen", + "override": "Dyna-Raid Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Angriffsbonus", + "battle_bonus": "Kampfbonus", + "copy_coordinates": "Koordinaten kopieren", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Kraftquellen Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Crypto", + "alignment_2": "Erlöst", + "challenge_buddy_affection_plural": "Verdiene {{amount}} Herzen mit deinem Kumpel.", + "challenge_buddy_treat_plural": "Gib deinem Kumpel {{amount}} Snacks.", + "character_category_0": "Unset", + "character_category_1": "Team Leiter", + "character_category_2": "Rüpel", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Rüpel Ballon ♀", + "character_category_8": "Rüpel Ballon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Goldmünzen", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Stern Ei", + "egg_1_plural": "1 Stern Eier", + "egg_2": "2 Stern Ei", + "egg_2_plural": "2 Stern Eier", + "egg_3": "3 Stern Ei", + "egg_3_plural": "3 Stern Eier", + "egg_4": "4 Stern Ei", + "egg_4_plural": "4 Stern Eier", + "egg_5": "Legendäres Ei", + "egg_5_plural": "Legendäre Eier", + "egg_6": "Mega Ei", + "egg_6_plural": "Mega Eier", + "egg_7": "Mega Legendäres Ei", + "egg_7_plural": "Mega Legendäre Eier", + "egg_8": "Ultrapforte", + "egg_8_plural": "Ultrapforten", + "egg_9": "Top Ei", + "egg_9_plural": "Top Eier", + "egg_10": "Proto Ei", + "egg_10_plural": "Proto Eier", + "egg_11": "1 Crypto Ei", + "egg_11_plural": "1 Crypto Eier", + "egg_12": "2 Crypto Ei", + "egg_12_plural": "2 Crypto Eier", + "egg_13": "3 Crypto Ei", + "egg_13_plural": "3 Crypto Eier", + "egg_14": "4 Crypto Ei", + "egg_14_plural": "4 Crypto Eier", + "egg_15": "Legendäres Crypto Ei", + "egg_15_plural": "Legendäre Crypto Eier", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Proto", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "!", + "form_28": "?", + "form_29": "Normalform", + "form_30": "Sonnenform", + "form_31": "Regenform", + "form_32": "Schneeform", + "form_33": "Normalform", + "form_34": "Angriffsform", + "form_35": "Verteidigungsform", + "form_36": "Initiativeform", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "Normal", + "form_46": "Alola", + "form_47": "Normal", + "form_48": "Alola", + "form_49": "Normal", + "form_50": "Alola", + "form_51": "Normal", + "form_52": "Alola", + "form_53": "Normal", + "form_54": "Alola", + "form_55": "Normal", + "form_56": "Alola", + "form_57": "Normal", + "form_58": "Alola", + "form_59": "Normal", + "form_60": "Alola", + "form_61": "Normal", + "form_62": "Alola", + "form_63": "Normal", + "form_64": "Alola", + "form_65": "Normal", + "form_66": "Alola", + "form_67": "Normal", + "form_68": "Alola", + "form_69": "Normal", + "form_70": "Alola", + "form_71": "Normal", + "form_72": "Alola", + "form_73": "Normal", + "form_74": "Alola", + "form_75": "Normal", + "form_76": "Alola", + "form_77": "Normal", + "form_78": "Alola", + "form_79": "Normal", + "form_80": "Alola", + "form_81": "Normal", + "form_82": "Frost", + "form_83": "Wirbel", + "form_84": "Schneid", + "form_85": "Wasch", + "form_86": "Hitze", + "form_87": "Pflanzenumhang", + "form_88": "Sandumhang", + "form_89": "Lumpenumhang", + "form_90": "Wandel", + "form_91": "Ur", + "form_92": "Zenit", + "form_93": "Land", + "form_94": "Wolkenform", + "form_95": "Sonnenform", + "form_96": "Westliches Meer", + "form_97": "Östliches Meer", + "form_98": "Westliches Meer", + "form_99": "Östliches Meer", + "form_100": "Normal", + "form_101": "Kampf", + "form_102": "Flug", + "form_103": "Gift", + "form_104": "Boden", + "form_105": "Gestein", + "form_106": "Käfer", + "form_107": "Geist", + "form_108": "Stahl", + "form_109": "Feuer", + "form_110": "Wasser", + "form_111": "Pflanze", + "form_112": "Elektro", + "form_113": "Psycho", + "form_114": "Eis", + "form_115": "Drache", + "form_116": "Unlicht", + "form_117": "Fee", + "form_118": "Pflanzenumhang", + "form_119": "Sandumhang", + "form_120": "Lumpenumhang", + "form_121": "09", + "form_122": "10", + "form_123": "11", + "form_124": "12", + "form_125": "13", + "form_126": "14", + "form_127": "15", + "form_128": "16", + "form_129": "17", + "form_130": "18", + "form_131": "19", + "form_132": "20", + "form_133": "Rüstung", + "form_135": "Normal", + "form_136": "Rotlinig", + "form_137": "Blaulinig", + "form_138": "Standard", + "form_139": "Trance", + "form_140": "Inkarnation", + "form_141": "Tiergeist", + "form_142": "Inkarnation", + "form_143": "Tiergeist", + "form_144": "Inkarnation", + "form_145": "Tiergeist", + "form_146": "Normal", + "form_147": "Schwarz", + "form_148": "Weiß", + "form_149": "Standard", + "form_150": "Resolut", + "form_151": "Gesang", + "form_152": "Tanz", + "form_153": "Crypto", + "form_154": "Erlöst", + "form_155": "Crypto", + "form_156": "Erlöst", + "form_157": "Normal", + "form_158": "Crypto", + "form_159": "Erlöst", + "form_160": "Normal", + "form_161": "Crypto", + "form_162": "Erlöst", + "form_163": "Normal", + "form_164": "Crypto", + "form_165": "Erlöst", + "form_166": "Normal", + "form_167": "Crypto", + "form_168": "Erlöst", + "form_169": "Normal", + "form_170": "Crypto", + "form_171": "Erlöst", + "form_172": "Normal", + "form_173": "Crypto", + "form_174": "Erlöst", + "form_175": "Normal", + "form_176": "Crypto", + "form_177": "Erlöst", + "form_178": "Normal", + "form_179": "Crypto", + "form_180": "Erlöst", + "form_181": "Normal", + "form_182": "Crypto", + "form_183": "Erlöst", + "form_184": "Normal", + "form_185": "Crypto", + "form_186": "Erlöst", + "form_187": "Normal", + "form_188": "Crypto", + "form_189": "Erlöst", + "form_190": "Normal", + "form_191": "Crypto", + "form_192": "Erlöst", + "form_193": "Normal", + "form_194": "Crypto", + "form_195": "Erlöst", + "form_196": "Normal", + "form_197": "Crypto", + "form_198": "Erlöst", + "form_199": "Normal", + "form_200": "Crypto", + "form_201": "Erlöst", + "form_202": "Normal", + "form_203": "Crypto", + "form_204": "Erlöst", + "form_205": "Normal", + "form_206": "Crypto", + "form_207": "Erlöst", + "form_208": "Normal", + "form_209": "Crypto", + "form_210": "Erlöst", + "form_211": "Normal", + "form_212": "Crypto", + "form_213": "Erlöst", + "form_214": "Normal", + "form_215": "Crypto", + "form_216": "Erlöst", + "form_217": "Normal", + "form_218": "Crypto", + "form_219": "Erlöst", + "form_220": "Crypto", + "form_221": "Erlöst", + "form_222": "Crypto", + "form_223": "Erlöst", + "form_224": "Normal", + "form_225": "Crypto", + "form_226": "Erlöst", + "form_227": "Crypto", + "form_228": "Erlöst", + "form_229": "Normal", + "form_230": "Crypto", + "form_231": "Erlöst", + "form_232": "Normal", + "form_233": "Crypto", + "form_234": "Erlöst", + "form_235": "Normal", + "form_236": "Crypto", + "form_237": "Erlöst", + "form_238": "Normal", + "form_239": "Crypto", + "form_240": "Erlöst", + "form_241": "Normal", + "form_242": "Crypto", + "form_243": "Erlöst", + "form_244": "Normal", + "form_245": "Crypto", + "form_246": "Erlöst", + "form_247": "Normal", + "form_248": "Crypto", + "form_249": "Erlöst", + "form_250": "Normal", + "form_251": "Crypto", + "form_252": "Erlöst", + "form_253": "Normal", + "form_254": "Crypto", + "form_255": "Erlöst", + "form_256": "Normal", + "form_257": "Crypto", + "form_258": "Erlöst", + "form_259": "Normal", + "form_260": "Crypto", + "form_261": "Erlöst", + "form_262": "Normal", + "form_263": "Crypto", + "form_264": "Erlöst", + "form_265": "Normal", + "form_266": "Crypto", + "form_267": "Erlöst", + "form_268": "Normal", + "form_269": "Crypto", + "form_270": "Erlöst", + "form_271": "Normal", + "form_272": "Crypto", + "form_273": "Erlöst", + "form_274": "Normal", + "form_275": "Crypto", + "form_276": "Erlöst", + "form_277": "Normal", + "form_278": "Crypto", + "form_279": "Erlöst", + "form_280": "Normal", + "form_281": "Crypto", + "form_282": "Erlöst", + "form_283": "Normal", + "form_284": "Crypto", + "form_285": "Erlöst", + "form_286": "Normal", + "form_287": "Crypto", + "form_288": "Erlöst", + "form_289": "Normal", + "form_290": "Crypto", + "form_291": "Erlöst", + "form_292": "Normal", + "form_293": "Crypto", + "form_294": "Erlöst", + "form_295": "Normal", + "form_296": "Crypto", + "form_297": "Erlöst", + "form_298": "Normal", + "form_299": "Crypto", + "form_300": "Erlöst", + "form_301": "Normal", + "form_302": "Crypto", + "form_303": "Erlöst", + "form_304": "Normal", + "form_305": "Crypto", + "form_306": "Erlöst", + "form_307": "Normal", + "form_308": "Crypto", + "form_309": "Erlöst", + "form_310": "Normal", + "form_311": "Crypto", + "form_312": "Erlöst", + "form_313": "Normal", + "form_314": "Crypto", + "form_315": "Erlöst", + "form_316": "Normal", + "form_317": "Crypto", + "form_318": "Erlöst", + "form_319": "Normal", + "form_320": "Crypto", + "form_321": "Erlöst", + "form_322": "Normal", + "form_323": "Crypto", + "form_324": "Erlöst", + "form_585": "Frühling", + "form_586": "Sommer", + "form_587": "Herbst", + "form_588": "Winter", + "form_589": "Frühling", + "form_590": "Sommer", + "form_591": "Herbst", + "form_592": "Winter", + "form_593": "Normal", + "form_594": "Blitzmodul", + "form_595": "Flammenmodul", + "form_596": "Gefriermodul", + "form_597": "Aquamodul", + "form_598": "Normal", + "form_599": "Noevolve", + "form_600": "Normal", + "form_601": "Noevolve", + "form_602": "Normal", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "Normal", + "form_611": "Crypto", + "form_612": "Erlöst", + "form_613": "Normal", + "form_614": "Crypto", + "form_615": "Erlöst", + "form_616": "Normal", + "form_617": "Crypto", + "form_618": "Erlöst", + "form_619": "Normal", + "form_620": "Crypto", + "form_621": "Erlöst", + "form_622": "Normal", + "form_623": "Crypto", + "form_624": "Erlöst", + "form_625": "Normal", + "form_626": "Crypto", + "form_627": "Erlöst", + "form_628": "Normal", + "form_629": "Crypto", + "form_630": "Erlöst", + "form_631": "Normal", + "form_632": "Crypto", + "form_633": "Erlöst", + "form_634": "Normal", + "form_635": "Crypto", + "form_636": "Erlöst", + "form_637": "Normal", + "form_638": "Crypto", + "form_639": "Erlöst", + "form_640": "Normal", + "form_641": "Crypto", + "form_642": "Erlöst", + "form_643": "Normal", + "form_644": "Crypto", + "form_645": "Erlöst", + "form_646": "Normal", + "form_647": "Crypto", + "form_648": "Erlöst", + "form_649": "Normal", + "form_650": "Crypto", + "form_651": "Erlöst", + "form_652": "Normal", + "form_653": "Crypto", + "form_654": "Erlöst", + "form_655": "Normal", + "form_656": "Crypto", + "form_657": "Erlöst", + "form_658": "Normal", + "form_659": "Crypto", + "form_660": "Erlöst", + "form_661": "Normal", + "form_662": "Crypto", + "form_663": "Erlöst", + "form_664": "Normal", + "form_665": "Crypto", + "form_666": "Erlöst", + "form_667": "Normal", + "form_668": "Crypto", + "form_669": "Erlöst", + "form_670": "Normal", + "form_671": "Crypto", + "form_672": "Erlöst", + "form_673": "Crypto", + "form_674": "Erlöst", + "form_675": "Crypto", + "form_676": "Erlöst", + "form_677": "Normal", + "form_678": "Crypto", + "form_679": "Erlöst", + "form_680": "Normal", + "form_681": "Crypto", + "form_682": "Erlöst", + "form_683": "Normal", + "form_684": "Crypto", + "form_685": "Erlöst", + "form_686": "Crypto", + "form_687": "Erlöst", + "form_688": "Normal", + "form_689": "Crypto", + "form_690": "Erlöst", + "form_691": "Normal", + "form_692": "Crypto", + "form_693": "Erlöst", + "form_694": "Normal", + "form_695": "Crypto", + "form_696": "Erlöst", + "form_697": "Normal", + "form_698": "Crypto", + "form_699": "Erlöst", + "form_700": "Normal", + "form_701": "Crypto", + "form_702": "Erlöst", + "form_703": "Normal", + "form_704": "Crypto", + "form_705": "Erlöst", + "form_706": "Normal", + "form_707": "Crypto", + "form_708": "Erlöst", + "form_709": "Crypto", + "form_710": "Erlöst", + "form_711": "Crypto", + "form_712": "Erlöst", + "form_713": "Normal", + "form_714": "Crypto", + "form_715": "Erlöst", + "form_716": "Normal", + "form_717": "Crypto", + "form_718": "Erlöst", + "form_719": "Normal", + "form_720": "Crypto", + "form_721": "Erlöst", + "form_722": "Normal", + "form_723": "Crypto", + "form_724": "Erlöst", + "form_725": "Crypto", + "form_726": "Erlöst", + "form_727": "Crypto", + "form_728": "Erlöst", + "form_729": "Normal", + "form_730": "Crypto", + "form_731": "Erlöst", + "form_732": "Crypto", + "form_733": "Erlöst", + "form_734": "Normal", + "form_735": "Crypto", + "form_736": "Erlöst", + "form_737": "Normal", + "form_738": "Crypto", + "form_739": "Erlöst", + "form_740": "Normal", + "form_741": "Crypto", + "form_742": "Erlöst", + "form_743": "Normal", + "form_744": "Crypto", + "form_745": "Erlöst", + "form_746": "Normal", + "form_747": "Crypto", + "form_748": "Erlöst", + "form_749": "Normal", + "form_750": "Crypto", + "form_751": "Erlöst", + "form_752": "Normal", + "form_753": "Crypto", + "form_754": "Erlöst", + "form_755": "Normal", + "form_756": "Crypto", + "form_757": "Erlöst", + "form_758": "Normal", + "form_759": "Crypto", + "form_760": "Erlöst", + "form_761": "Normal", + "form_762": "Crypto", + "form_763": "Erlöst", + "form_764": "Normal", + "form_765": "Crypto", + "form_766": "Erlöst", + "form_767": "Normal", + "form_768": "Crypto", + "form_769": "Erlöst", + "form_770": "Normal", + "form_771": "Crypto", + "form_772": "Erlöst", + "form_773": "Normal", + "form_774": "Crypto", + "form_775": "Erlöst", + "form_776": "Normal", + "form_777": "Crypto", + "form_778": "Erlöst", + "form_779": "Normal", + "form_780": "Crypto", + "form_781": "Erlöst", + "form_782": "Normal", + "form_783": "Crypto", + "form_784": "Erlöst", + "form_785": "Normal", + "form_786": "Crypto", + "form_787": "Erlöst", + "form_788": "Normal", + "form_789": "Crypto", + "form_790": "Erlöst", + "form_791": "Normal", + "form_792": "Crypto", + "form_793": "Erlöst", + "form_794": "Normal", + "form_795": "Crypto", + "form_796": "Erlöst", + "form_797": "Normal", + "form_798": "Crypto", + "form_799": "Erlöst", + "form_800": "Normal", + "form_801": "Crypto", + "form_802": "Erlöst", + "form_803": "Normal", + "form_804": "Crypto", + "form_805": "Erlöst", + "form_806": "Normal", + "form_807": "Crypto", + "form_808": "Erlöst", + "form_809": "Normal", + "form_810": "Crypto", + "form_811": "Erlöst", + "form_812": "Normal", + "form_813": "Crypto", + "form_814": "Erlöst", + "form_815": "Normal", + "form_816": "Crypto", + "form_817": "Erlöst", + "form_818": "Normal", + "form_819": "Crypto", + "form_820": "Erlöst", + "form_821": "Normal", + "form_822": "Crypto", + "form_823": "Erlöst", + "form_824": "Normal", + "form_825": "Crypto", + "form_826": "Erlöst", + "form_827": "Normal", + "form_828": "Crypto", + "form_829": "Erlöst", + "form_830": "Normal", + "form_831": "Crypto", + "form_832": "Erlöst", + "form_833": "Normal", + "form_834": "Crypto", + "form_835": "Erlöst", + "form_836": "Normal", + "form_837": "Crypto", + "form_838": "Erlöst", + "form_839": "Normal", + "form_840": "Crypto", + "form_841": "Erlöst", + "form_842": "Crypto", + "form_843": "Erlöst", + "form_844": "Crypto", + "form_845": "Erlöst", + "form_846": "Normal", + "form_847": "Crypto", + "form_848": "Erlöst", + "form_849": "Normal", + "form_850": "Crypto", + "form_851": "Erlöst", + "form_852": "Normal", + "form_853": "Crypto", + "form_854": "Erlöst", + "form_855": "Normal", + "form_856": "Crypto", + "form_857": "Erlöst", + "form_858": "Normal", + "form_859": "Crypto", + "form_860": "Erlöst", + "form_861": "Normal", + "form_862": "Crypto", + "form_863": "Erlöst", + "form_864": "Normal", + "form_865": "Crypto", + "form_866": "Erlöst", + "form_867": "Normal", + "form_868": "Crypto", + "form_869": "Erlöst", + "form_870": "Normal", + "form_871": "Crypto", + "form_872": "Erlöst", + "form_873": "Normal", + "form_874": "Crypto", + "form_875": "Erlöst", + "form_876": "Normal", + "form_877": "Crypto", + "form_878": "Erlöst", + "form_879": "Normal", + "form_880": "Crypto", + "form_881": "Erlöst", + "form_882": "Crypto", + "form_883": "Erlöst", + "form_884": "Crypto", + "form_885": "Erlöst", + "form_886": "Crypto", + "form_887": "Erlöst", + "form_888": "Normal", + "form_889": "Crypto", + "form_890": "Erlöst", + "form_891": "Normal", + "form_892": "Crypto", + "form_893": "Erlöst", + "form_894": "Herbst 2019", + "form_895": "Herbst 2019", + "form_896": "Herbst 2019", + "form_897": "Herbst 2019", + "form_898": "Normal", + "form_899": "Crypto", + "form_900": "Erlöst", + "form_901": "Vs 2019", + "form_902": "Normal", + "form_903": "Crypto", + "form_904": "Erlöst", + "form_905": "Normal", + "form_906": "Crypto", + "form_907": "Erlöst", + "form_908": "Normal", + "form_909": "Crypto", + "form_910": "Erlöst", + "form_911": "Normal", + "form_912": "Crypto", + "form_913": "Erlöst", + "form_914": "Normal", + "form_915": "Crypto", + "form_916": "Erlöst", + "form_917": "Normal", + "form_918": "Crypto", + "form_919": "Erlöst", + "form_920": "Normal", + "form_921": "Crypto", + "form_922": "Erlöst", + "form_923": "Normal", + "form_924": "Crypto", + "form_925": "Erlöst", + "form_926": "Normal", + "form_927": "Crypto", + "form_928": "Erlöst", + "form_929": "Normal", + "form_930": "Crypto", + "form_931": "Erlöst", + "form_932": "Normal", + "form_933": "Crypto", + "form_934": "Erlöst", + "form_935": "Normal", + "form_936": "Crypto", + "form_937": "Erlöst", + "form_938": "Normal", + "form_939": "Crypto", + "form_940": "Erlöst", + "form_941": "Normal", + "form_942": "Crypto", + "form_943": "Erlöst", + "form_944": "Galar", + "form_945": "Normal", + "form_946": "Galar", + "form_947": "Normal", + "form_948": "Galar", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "Normal", + "form_954": "Crypto", + "form_955": "Erlöst", + "form_956": "Normal", + "form_957": "Crypto", + "form_958": "Erlöst", + "form_959": "Normal", + "form_960": "Crypto", + "form_961": "Erlöst", + "form_962": "Normal", + "form_963": "Crypto", + "form_964": "Erlöst", + "form_965": "Normal", + "form_966": "Crypto", + "form_967": "Erlöst", + "form_968": "Normal", + "form_969": "Crypto", + "form_970": "Erlöst", + "form_971": "Normal", + "form_972": "Crypto", + "form_973": "Erlöst", + "form_974": "Normal", + "form_975": "Crypto", + "form_976": "Erlöst", + "form_977": "Crypto", + "form_978": "Erlöst", + "form_979": "Crypto", + "form_980": "Erlöst", + "form_981": "Normal", + "form_982": "Crypto", + "form_983": "Erlöst", + "form_984": "Normal", + "form_985": "Crypto", + "form_986": "Erlöst", + "form_987": "Normal", + "form_988": "Crypto", + "form_989": "Erlöst", + "form_990": "Normal", + "form_991": "Crypto", + "form_992": "Erlöst", + "form_993": "Normal", + "form_994": "Crypto", + "form_995": "Erlöst", + "form_996": "Normal", + "form_997": "Crypto", + "form_998": "Erlöst", + "form_999": "Normal", + "form_1000": "Crypto", + "form_1001": "Erlöst", + "form_1002": "Normal", + "form_1003": "Crypto", + "form_1004": "Erlöst", + "form_1005": "Normal", + "form_1006": "Crypto", + "form_1007": "Erlöst", + "form_1008": "Normal", + "form_1009": "Crypto", + "form_1010": "Erlöst", + "form_1011": "Normal", + "form_1012": "Crypto", + "form_1013": "Erlöst", + "form_1014": "Normal", + "form_1015": "Crypto", + "form_1016": "Erlöst", + "form_1017": "Normal", + "form_1018": "Crypto", + "form_1019": "Erlöst", + "form_1020": "Normal", + "form_1021": "Crypto", + "form_1022": "Erlöst", + "form_1023": "Normal", + "form_1024": "Crypto", + "form_1025": "Erlöst", + "form_1026": "Normal", + "form_1027": "Crypto", + "form_1028": "Erlöst", + "form_1029": "Normal", + "form_1030": "Crypto", + "form_1031": "Erlöst", + "form_1032": "Normal", + "form_1033": "Crypto", + "form_1034": "Erlöst", + "form_1035": "Normal", + "form_1036": "Crypto", + "form_1037": "Erlöst", + "form_1038": "Normal", + "form_1039": "Crypto", + "form_1040": "Erlöst", + "form_1041": "Normal", + "form_1042": "Crypto", + "form_1043": "Erlöst", + "form_1044": "Normal", + "form_1045": "Crypto", + "form_1046": "Erlöst", + "form_1047": "Normal", + "form_1048": "Crypto", + "form_1049": "Erlöst", + "form_1050": "Normal", + "form_1051": "Crypto", + "form_1052": "Erlöst", + "form_1053": "Normal", + "form_1054": "Crypto", + "form_1055": "Erlöst", + "form_1056": "Normal", + "form_1057": "Crypto", + "form_1058": "Erlöst", + "form_1059": "Normal", + "form_1060": "Crypto", + "form_1061": "Erlöst", + "form_1062": "Normal", + "form_1063": "Crypto", + "form_1064": "Erlöst", + "form_1065": "Normal", + "form_1066": "Crypto", + "form_1067": "Erlöst", + "form_1068": "Normal", + "form_1069": "Crypto", + "form_1070": "Erlöst", + "form_1071": "Normal", + "form_1072": "Crypto", + "form_1073": "Erlöst", + "form_1074": "Normal", + "form_1075": "Crypto", + "form_1076": "Erlöst", + "form_1077": "Normal", + "form_1078": "Crypto", + "form_1079": "Erlöst", + "form_1080": "Normal", + "form_1081": "Crypto", + "form_1082": "Erlöst", + "form_1083": "Normal", + "form_1084": "Crypto", + "form_1085": "Erlöst", + "form_1086": "Normal", + "form_1087": "Crypto", + "form_1088": "Erlöst", + "form_1089": "Normal", + "form_1090": "Crypto", + "form_1091": "Erlöst", + "form_1092": "Normal", + "form_1093": "Crypto", + "form_1094": "Erlöst", + "form_1095": "Normal", + "form_1096": "Crypto", + "form_1097": "Erlöst", + "form_1098": "Normal", + "form_1099": "Crypto", + "form_1100": "Erlöst", + "form_1101": "Normal", + "form_1102": "Crypto", + "form_1103": "Erlöst", + "form_1104": "Normal", + "form_1105": "Crypto", + "form_1106": "Erlöst", + "form_1107": "Normal", + "form_1108": "Crypto", + "form_1109": "Erlöst", + "form_1110": "Normal", + "form_1111": "Crypto", + "form_1112": "Erlöst", + "form_1113": "Crypto", + "form_1114": "Erlöst", + "form_1115": "Normal", + "form_1116": "Crypto", + "form_1117": "Erlöst", + "form_1118": "Normal", + "form_1119": "Crypto", + "form_1120": "Erlöst", + "form_1121": "Normal", + "form_1122": "Crypto", + "form_1123": "Erlöst", + "form_1124": "Normal", + "form_1125": "Crypto", + "form_1126": "Erlöst", + "form_1127": "Normal", + "form_1128": "Crypto", + "form_1129": "Erlöst", + "form_1130": "Normal", + "form_1131": "Crypto", + "form_1132": "Erlöst", + "form_1133": "Normal", + "form_1134": "Crypto", + "form_1135": "Erlöst", + "form_1136": "Normal", + "form_1137": "Crypto", + "form_1138": "Erlöst", + "form_1139": "Normal", + "form_1140": "Crypto", + "form_1141": "Erlöst", + "form_1142": "Normal", + "form_1143": "Crypto", + "form_1144": "Erlöst", + "form_1145": "Normal", + "form_1146": "Crypto", + "form_1147": "Erlöst", + "form_1148": "Normal", + "form_1149": "Crypto", + "form_1150": "Erlöst", + "form_1151": "Normal", + "form_1152": "Crypto", + "form_1153": "Erlöst", + "form_1154": "Normal", + "form_1155": "Crypto", + "form_1156": "Erlöst", + "form_1157": "Normal", + "form_1158": "Crypto", + "form_1159": "Erlöst", + "form_1160": "Normal", + "form_1161": "Crypto", + "form_1162": "Erlöst", + "form_1163": "Normal", + "form_1164": "Crypto", + "form_1165": "Erlöst", + "form_1166": "Normal", + "form_1167": "Crypto", + "form_1168": "Erlöst", + "form_1169": "Normal", + "form_1170": "Crypto", + "form_1171": "Erlöst", + "form_1172": "Normal", + "form_1173": "Crypto", + "form_1174": "Erlöst", + "form_1175": "Normal", + "form_1176": "Crypto", + "form_1177": "Erlöst", + "form_1178": "Normal", + "form_1179": "Crypto", + "form_1180": "Erlöst", + "form_1181": "Normal", + "form_1182": "Crypto", + "form_1183": "Erlöst", + "form_1184": "Normal", + "form_1185": "Crypto", + "form_1186": "Erlöst", + "form_1187": "Normal", + "form_1188": "Crypto", + "form_1189": "Erlöst", + "form_1190": "Normal", + "form_1191": "Crypto", + "form_1192": "Erlöst", + "form_1193": "Normal", + "form_1194": "Crypto", + "form_1195": "Erlöst", + "form_1196": "Normal", + "form_1197": "Crypto", + "form_1198": "Erlöst", + "form_1199": "Normal", + "form_1200": "Crypto", + "form_1201": "Erlöst", + "form_1202": "Normal", + "form_1203": "Crypto", + "form_1204": "Erlöst", + "form_1205": "Normal", + "form_1206": "Crypto", + "form_1207": "Erlöst", + "form_1208": "Normal", + "form_1209": "Crypto", + "form_1210": "Erlöst", + "form_1211": "Normal", + "form_1212": "Crypto", + "form_1213": "Erlöst", + "form_1214": "Normal", + "form_1215": "Crypto", + "form_1216": "Erlöst", + "form_1217": "Normal", + "form_1218": "Crypto", + "form_1219": "Erlöst", + "form_1220": "Normal", + "form_1221": "Crypto", + "form_1222": "Erlöst", + "form_1223": "Normal", + "form_1224": "Crypto", + "form_1225": "Erlöst", + "form_1226": "Normal", + "form_1227": "Crypto", + "form_1228": "Erlöst", + "form_1229": "Normal", + "form_1230": "Crypto", + "form_1231": "Erlöst", + "form_1232": "Normal", + "form_1233": "Crypto", + "form_1234": "Erlöst", + "form_1235": "Normal", + "form_1236": "Crypto", + "form_1237": "Erlöst", + "form_1238": "Normal", + "form_1239": "Crypto", + "form_1240": "Erlöst", + "form_1241": "Normal", + "form_1242": "Crypto", + "form_1243": "Erlöst", + "form_1244": "Normal", + "form_1245": "Crypto", + "form_1246": "Erlöst", + "form_1247": "Normal", + "form_1248": "Crypto", + "form_1249": "Erlöst", + "form_1250": "Normal", + "form_1251": "Crypto", + "form_1252": "Erlöst", + "form_1253": "Normal", + "form_1254": "Crypto", + "form_1255": "Erlöst", + "form_1256": "Normal", + "form_1257": "Crypto", + "form_1258": "Erlöst", + "form_1259": "Normal", + "form_1260": "Crypto", + "form_1261": "Erlöst", + "form_1262": "Normal", + "form_1263": "Crypto", + "form_1264": "Erlöst", + "form_1265": "Normal", + "form_1266": "Crypto", + "form_1267": "Erlöst", + "form_1268": "Normal", + "form_1269": "Crypto", + "form_1270": "Erlöst", + "form_1271": "Normal", + "form_1272": "Crypto", + "form_1273": "Erlöst", + "form_1274": "Normal", + "form_1275": "Crypto", + "form_1276": "Erlöst", + "form_1277": "Normal", + "form_1278": "Crypto", + "form_1279": "Erlöst", + "form_1280": "Normal", + "form_1281": "Crypto", + "form_1282": "Erlöst", + "form_1283": "Normal", + "form_1284": "Crypto", + "form_1285": "Erlöst", + "form_1286": "Normal", + "form_1287": "Crypto", + "form_1288": "Erlöst", + "form_1289": "Normal", + "form_1290": "Crypto", + "form_1291": "Erlöst", + "form_1292": "Normal", + "form_1293": "Crypto", + "form_1294": "Erlöst", + "form_1295": "Normal", + "form_1296": "Crypto", + "form_1297": "Erlöst", + "form_1298": "Normal", + "form_1299": "Crypto", + "form_1300": "Erlöst", + "form_1301": "Normal", + "form_1302": "Crypto", + "form_1303": "Erlöst", + "form_1304": "Normal", + "form_1305": "Crypto", + "form_1306": "Erlöst", + "form_1307": "Normal", + "form_1308": "Crypto", + "form_1309": "Erlöst", + "form_1310": "Normal", + "form_1311": "Crypto", + "form_1312": "Erlöst", + "form_1313": "Normal", + "form_1314": "Crypto", + "form_1315": "Erlöst", + "form_1316": "Normal", + "form_1317": "Crypto", + "form_1318": "Erlöst", + "form_1319": "Normal", + "form_1320": "Crypto", + "form_1321": "Erlöst", + "form_1322": "Normal", + "form_1323": "Crypto", + "form_1324": "Erlöst", + "form_1325": "Normal", + "form_1326": "Crypto", + "form_1327": "Erlöst", + "form_1328": "Normal", + "form_1329": "Crypto", + "form_1330": "Erlöst", + "form_1331": "Normal", + "form_1332": "Crypto", + "form_1333": "Erlöst", + "form_1334": "Normal", + "form_1335": "Crypto", + "form_1336": "Erlöst", + "form_1337": "Normal", + "form_1338": "Crypto", + "form_1339": "Erlöst", + "form_1340": "Normal", + "form_1341": "Crypto", + "form_1342": "Erlöst", + "form_1343": "Normal", + "form_1344": "Crypto", + "form_1345": "Erlöst", + "form_1346": "Normal", + "form_1347": "Crypto", + "form_1348": "Erlöst", + "form_1349": "Normal", + "form_1350": "Crypto", + "form_1351": "Erlöst", + "form_1352": "Normal", + "form_1353": "Crypto", + "form_1354": "Erlöst", + "form_1355": "Normal", + "form_1356": "Crypto", + "form_1357": "Erlöst", + "form_1358": "Normal", + "form_1359": "Crypto", + "form_1360": "Erlöst", + "form_1361": "Normal", + "form_1362": "Crypto", + "form_1363": "Erlöst", + "form_1364": "Normal", + "form_1365": "Crypto", + "form_1366": "Erlöst", + "form_1367": "Normal", + "form_1368": "Crypto", + "form_1369": "Erlöst", + "form_1370": "Normal", + "form_1371": "Crypto", + "form_1372": "Erlöst", + "form_1373": "Crypto", + "form_1374": "Erlöst", + "form_1375": "Crypto", + "form_1376": "Erlöst", + "form_1377": "Crypto", + "form_1378": "Erlöst", + "form_1379": "Normal", + "form_1380": "Crypto", + "form_1381": "Erlöst", + "form_1382": "Normal", + "form_1383": "Crypto", + "form_1384": "Erlöst", + "form_1385": "Normal", + "form_1386": "Crypto", + "form_1387": "Erlöst", + "form_1388": "Normal", + "form_1389": "Crypto", + "form_1390": "Erlöst", + "form_1391": "Normal", + "form_1392": "Crypto", + "form_1393": "Erlöst", + "form_1394": "Normal", + "form_1395": "Crypto", + "form_1396": "Erlöst", + "form_1397": "Normal", + "form_1398": "Crypto", + "form_1399": "Erlöst", + "form_1400": "Normal", + "form_1401": "Crypto", + "form_1402": "Erlöst", + "form_1403": "Normal", + "form_1404": "Crypto", + "form_1405": "Erlöst", + "form_1406": "Normal", + "form_1407": "Crypto", + "form_1408": "Erlöst", + "form_1409": "Normal", + "form_1410": "Crypto", + "form_1411": "Erlöst", + "form_1412": "Normal", + "form_1413": "Crypto", + "form_1414": "Erlöst", + "form_1415": "Normal", + "form_1416": "Crypto", + "form_1417": "Erlöst", + "form_1418": "Normal", + "form_1419": "Crypto", + "form_1420": "Erlöst", + "form_1421": "Normal", + "form_1422": "Crypto", + "form_1423": "Erlöst", + "form_1424": "Normal", + "form_1425": "Crypto", + "form_1426": "Erlöst", + "form_1427": "Normal", + "form_1428": "Crypto", + "form_1429": "Erlöst", + "form_1430": "Normal", + "form_1431": "Crypto", + "form_1432": "Erlöst", + "form_1433": "Normal", + "form_1434": "Crypto", + "form_1435": "Erlöst", + "form_1436": "Normal", + "form_1437": "Crypto", + "form_1438": "Erlöst", + "form_1439": "Normal", + "form_1440": "Crypto", + "form_1441": "Erlöst", + "form_1442": "Normal", + "form_1443": "Crypto", + "form_1444": "Erlöst", + "form_1445": "Normal", + "form_1446": "Crypto", + "form_1447": "Erlöst", + "form_1448": "Normal", + "form_1449": "Crypto", + "form_1450": "Erlöst", + "form_1451": "Normal", + "form_1452": "Crypto", + "form_1453": "Erlöst", + "form_1454": "Normal", + "form_1455": "Crypto", + "form_1456": "Erlöst", + "form_1457": "Normal", + "form_1458": "Crypto", + "form_1459": "Erlöst", + "form_1460": "Normal", + "form_1461": "Crypto", + "form_1462": "Erlöst", + "form_1463": "Normal", + "form_1464": "Crypto", + "form_1465": "Erlöst", + "form_1466": "Normal", + "form_1467": "Crypto", + "form_1468": "Erlöst", + "form_1469": "Normal", + "form_1470": "Crypto", + "form_1471": "Erlöst", + "form_1472": "Normal", + "form_1473": "Crypto", + "form_1474": "Erlöst", + "form_1475": "Normal", + "form_1476": "Crypto", + "form_1477": "Erlöst", + "form_1478": "Normal", + "form_1479": "Crypto", + "form_1480": "Erlöst", + "form_1481": "Normal", + "form_1482": "Crypto", + "form_1483": "Erlöst", + "form_1484": "Normal", + "form_1485": "Crypto", + "form_1486": "Erlöst", + "form_1487": "Normal", + "form_1488": "Crypto", + "form_1489": "Erlöst", + "form_1490": "Normal", + "form_1491": "Crypto", + "form_1492": "Erlöst", + "form_1493": "Normal", + "form_1494": "Crypto", + "form_1495": "Erlöst", + "form_1496": "Normal", + "form_1497": "Crypto", + "form_1498": "Erlöst", + "form_1499": "Normal", + "form_1500": "Crypto", + "form_1501": "Erlöst", + "form_1502": "Normal", + "form_1503": "Crypto", + "form_1504": "Erlöst", + "form_1505": "Normal", + "form_1506": "Crypto", + "form_1507": "Erlöst", + "form_1508": "Normal", + "form_1509": "Crypto", + "form_1510": "Erlöst", + "form_1511": "Normal", + "form_1512": "Crypto", + "form_1513": "Erlöst", + "form_1514": "Normal", + "form_1515": "Crypto", + "form_1516": "Erlöst", + "form_1517": "Normal", + "form_1518": "Crypto", + "form_1519": "Erlöst", + "form_1520": "Normal", + "form_1521": "Crypto", + "form_1522": "Erlöst", + "form_1523": "Normal", + "form_1524": "Crypto", + "form_1525": "Erlöst", + "form_1526": "Normal", + "form_1527": "Crypto", + "form_1528": "Erlöst", + "form_1529": "Normal", + "form_1530": "Crypto", + "form_1531": "Erlöst", + "form_1532": "Normal", + "form_1533": "Crypto", + "form_1534": "Erlöst", + "form_1535": "Normal", + "form_1536": "Crypto", + "form_1537": "Erlöst", + "form_1538": "Normal", + "form_1539": "Crypto", + "form_1540": "Erlöst", + "form_1541": "Normal", + "form_1542": "Crypto", + "form_1543": "Erlöst", + "form_1544": "Normal", + "form_1545": "Crypto", + "form_1546": "Erlöst", + "form_1547": "Normal", + "form_1548": "Crypto", + "form_1549": "Erlöst", + "form_1550": "Normal", + "form_1551": "Crypto", + "form_1552": "Erlöst", + "form_1553": "Normal", + "form_1554": "Crypto", + "form_1555": "Erlöst", + "form_1556": "Normal", + "form_1557": "Crypto", + "form_1558": "Erlöst", + "form_1559": "Normal", + "form_1560": "Crypto", + "form_1561": "Erlöst", + "form_1562": "Normal", + "form_1563": "Crypto", + "form_1564": "Erlöst", + "form_1565": "Normal", + "form_1566": "Crypto", + "form_1567": "Erlöst", + "form_1568": "Normal", + "form_1569": "Crypto", + "form_1570": "Erlöst", + "form_1571": "Normal", + "form_1572": "Crypto", + "form_1573": "Erlöst", + "form_1574": "Normal", + "form_1575": "Crypto", + "form_1576": "Erlöst", + "form_1577": "Normal", + "form_1578": "Crypto", + "form_1579": "Erlöst", + "form_1580": "Normal", + "form_1581": "Crypto", + "form_1582": "Erlöst", + "form_1583": "Normal", + "form_1584": "Crypto", + "form_1585": "Erlöst", + "form_1586": "Normal", + "form_1587": "Crypto", + "form_1588": "Erlöst", + "form_1589": "Normal", + "form_1590": "Crypto", + "form_1591": "Erlöst", + "form_1592": "Normal", + "form_1593": "Crypto", + "form_1594": "Erlöst", + "form_1595": "Normal", + "form_1596": "Crypto", + "form_1597": "Erlöst", + "form_1598": "Normal", + "form_1599": "Crypto", + "form_1600": "Erlöst", + "form_1601": "Normal", + "form_1602": "Crypto", + "form_1603": "Erlöst", + "form_1604": "Normal", + "form_1605": "Crypto", + "form_1606": "Erlöst", + "form_1607": "Normal", + "form_1608": "Crypto", + "form_1609": "Erlöst", + "form_1610": "Normal", + "form_1611": "Crypto", + "form_1612": "Erlöst", + "form_1613": "Normal", + "form_1614": "Crypto", + "form_1615": "Erlöst", + "form_1616": "Normal", + "form_1617": "Crypto", + "form_1618": "Erlöst", + "form_1619": "Normal", + "form_1620": "Crypto", + "form_1621": "Erlöst", + "form_1622": "Normal", + "form_1623": "Crypto", + "form_1624": "Erlöst", + "form_1625": "Normal", + "form_1626": "Crypto", + "form_1627": "Erlöst", + "form_1628": "Normal", + "form_1629": "Crypto", + "form_1630": "Erlöst", + "form_1631": "Normal", + "form_1632": "Crypto", + "form_1633": "Erlöst", + "form_1634": "Normal", + "form_1635": "Crypto", + "form_1636": "Erlöst", + "form_1637": "Normal", + "form_1638": "Crypto", + "form_1639": "Erlöst", + "form_1640": "Normal", + "form_1641": "Crypto", + "form_1642": "Erlöst", + "form_1643": "Normal", + "form_1644": "Crypto", + "form_1645": "Erlöst", + "form_1646": "Normal", + "form_1647": "Crypto", + "form_1648": "Erlöst", + "form_1649": "Normal", + "form_1650": "Crypto", + "form_1651": "Erlöst", + "form_1652": "Normal", + "form_1653": "Crypto", + "form_1654": "Erlöst", + "form_1655": "Normal", + "form_1656": "Crypto", + "form_1657": "Erlöst", + "form_1658": "Normal", + "form_1659": "Crypto", + "form_1660": "Erlöst", + "form_1661": "Normal", + "form_1662": "Crypto", + "form_1663": "Erlöst", + "form_1664": "Normal", + "form_1665": "Crypto", + "form_1666": "Erlöst", + "form_1667": "Normal", + "form_1668": "Crypto", + "form_1669": "Erlöst", + "form_1670": "Normal", + "form_1671": "Crypto", + "form_1672": "Erlöst", + "form_1673": "Normal", + "form_1674": "Crypto", + "form_1675": "Erlöst", + "form_1676": "Normal", + "form_1677": "Crypto", + "form_1678": "Erlöst", + "form_1679": "Normal", + "form_1680": "Crypto", + "form_1681": "Erlöst", + "form_1682": "Normal", + "form_1683": "Crypto", + "form_1684": "Erlöst", + "form_1685": "Normal", + "form_1686": "Crypto", + "form_1687": "Erlöst", + "form_1688": "Normal", + "form_1689": "Crypto", + "form_1690": "Erlöst", + "form_1691": "Normal", + "form_1692": "Crypto", + "form_1693": "Erlöst", + "form_1694": "Normal", + "form_1695": "Crypto", + "form_1696": "Erlöst", + "form_1697": "Normal", + "form_1698": "Crypto", + "form_1699": "Erlöst", + "form_1700": "Normal", + "form_1701": "Crypto", + "form_1702": "Erlöst", + "form_1703": "Normal", + "form_1704": "Crypto", + "form_1705": "Erlöst", + "form_1706": "Normal", + "form_1707": "Crypto", + "form_1708": "Erlöst", + "form_1709": "Normal", + "form_1710": "Crypto", + "form_1711": "Erlöst", + "form_1712": "Normal", + "form_1713": "Crypto", + "form_1714": "Erlöst", + "form_1715": "Normal", + "form_1716": "Crypto", + "form_1717": "Erlöst", + "form_1718": "Normal", + "form_1719": "Crypto", + "form_1720": "Erlöst", + "form_1721": "Normal", + "form_1722": "Crypto", + "form_1723": "Erlöst", + "form_1724": "Normal", + "form_1725": "Crypto", + "form_1726": "Erlöst", + "form_1727": "Normal", + "form_1728": "Crypto", + "form_1729": "Erlöst", + "form_1730": "Normal", + "form_1731": "Crypto", + "form_1732": "Erlöst", + "form_1733": "Normal", + "form_1734": "Crypto", + "form_1735": "Erlöst", + "form_1736": "Normal", + "form_1737": "Crypto", + "form_1738": "Erlöst", + "form_1739": "Normal", + "form_1740": "Crypto", + "form_1741": "Erlöst", + "form_1742": "Normal", + "form_1743": "Crypto", + "form_1744": "Erlöst", + "form_1745": "Normal", + "form_1746": "Crypto", + "form_1747": "Erlöst", + "form_1748": "Normal", + "form_1749": "Crypto", + "form_1750": "Erlöst", + "form_1751": "Normal", + "form_1752": "Crypto", + "form_1753": "Erlöst", + "form_1754": "Normal", + "form_1755": "Crypto", + "form_1756": "Erlöst", + "form_1757": "Normal", + "form_1758": "Crypto", + "form_1759": "Erlöst", + "form_1760": "Normal", + "form_1761": "Crypto", + "form_1762": "Erlöst", + "form_1763": "Normal", + "form_1764": "Crypto", + "form_1765": "Erlöst", + "form_1766": "Normal", + "form_1767": "Crypto", + "form_1768": "Erlöst", + "form_1769": "Normal", + "form_1770": "Crypto", + "form_1771": "Erlöst", + "form_1772": "Normal", + "form_1773": "Crypto", + "form_1774": "Erlöst", + "form_1775": "Normal", + "form_1776": "Crypto", + "form_1777": "Erlöst", + "form_1778": "Normal", + "form_1779": "Crypto", + "form_1780": "Erlöst", + "form_1781": "Normal", + "form_1782": "Crypto", + "form_1783": "Erlöst", + "form_1784": "Normal", + "form_1785": "Crypto", + "form_1786": "Erlöst", + "form_1787": "Normal", + "form_1788": "Crypto", + "form_1789": "Erlöst", + "form_1790": "Normal", + "form_1791": "Crypto", + "form_1792": "Erlöst", + "form_1793": "Normal", + "form_1794": "Crypto", + "form_1795": "Erlöst", + "form_1796": "Normal", + "form_1797": "Crypto", + "form_1798": "Erlöst", + "form_1799": "Normal", + "form_1800": "Crypto", + "form_1801": "Erlöst", + "form_1802": "Normal", + "form_1803": "Crypto", + "form_1804": "Erlöst", + "form_1805": "Normal", + "form_1806": "Crypto", + "form_1807": "Erlöst", + "form_1808": "Normal", + "form_1809": "Crypto", + "form_1810": "Erlöst", + "form_1811": "Normal", + "form_1812": "Crypto", + "form_1813": "Erlöst", + "form_1814": "Normal", + "form_1815": "Crypto", + "form_1816": "Erlöst", + "form_1817": "Normal", + "form_1818": "Crypto", + "form_1819": "Erlöst", + "form_1820": "Normal", + "form_1821": "Crypto", + "form_1822": "Erlöst", + "form_1823": "Normal", + "form_1824": "Crypto", + "form_1825": "Erlöst", + "form_1826": "Normal", + "form_1827": "Crypto", + "form_1828": "Erlöst", + "form_1829": "Normal", + "form_1830": "Crypto", + "form_1831": "Erlöst", + "form_1832": "Normal", + "form_1833": "Crypto", + "form_1834": "Erlöst", + "form_1835": "Normal", + "form_1836": "Crypto", + "form_1837": "Erlöst", + "form_1838": "Normal", + "form_1839": "Crypto", + "form_1840": "Erlöst", + "form_1841": "Normal", + "form_1842": "Crypto", + "form_1843": "Erlöst", + "form_1844": "Normal", + "form_1845": "Crypto", + "form_1846": "Erlöst", + "form_1847": "Normal", + "form_1848": "Crypto", + "form_1849": "Erlöst", + "form_1850": "Normal", + "form_1851": "Crypto", + "form_1852": "Erlöst", + "form_1853": "Normal", + "form_1854": "Crypto", + "form_1855": "Erlöst", + "form_1856": "Normal", + "form_1857": "Crypto", + "form_1858": "Erlöst", + "form_1859": "Normal", + "form_1860": "Crypto", + "form_1861": "Erlöst", + "form_1862": "Normal", + "form_1863": "Crypto", + "form_1864": "Erlöst", + "form_1865": "Normal", + "form_1866": "Crypto", + "form_1867": "Erlöst", + "form_1868": "Normal", + "form_1869": "Crypto", + "form_1870": "Erlöst", + "form_1871": "Normal", + "form_1872": "Crypto", + "form_1873": "Erlöst", + "form_1874": "Normal", + "form_1875": "Crypto", + "form_1876": "Erlöst", + "form_1877": "Normal", + "form_1878": "Crypto", + "form_1879": "Erlöst", + "form_1880": "Normal", + "form_1881": "Crypto", + "form_1882": "Erlöst", + "form_1883": "Normal", + "form_1884": "Crypto", + "form_1885": "Erlöst", + "form_1886": "Normal", + "form_1887": "Crypto", + "form_1888": "Erlöst", + "form_1889": "Normal", + "form_1890": "Crypto", + "form_1891": "Erlöst", + "form_1892": "Normal", + "form_1893": "Crypto", + "form_1894": "Erlöst", + "form_1895": "Normal", + "form_1896": "Crypto", + "form_1897": "Erlöst", + "form_1898": "Normal", + "form_1899": "Crypto", + "form_1900": "Erlöst", + "form_1901": "Normal", + "form_1902": "Crypto", + "form_1903": "Erlöst", + "form_1904": "Normal", + "form_1905": "Crypto", + "form_1906": "Erlöst", + "form_1907": "Normal", + "form_1908": "Crypto", + "form_1909": "Erlöst", + "form_1910": "Normal", + "form_1911": "Crypto", + "form_1912": "Erlöst", + "form_1913": "Normal", + "form_1914": "Crypto", + "form_1915": "Erlöst", + "form_1916": "Normal", + "form_1917": "Crypto", + "form_1918": "Erlöst", + "form_1919": "Normal", + "form_1920": "Crypto", + "form_1921": "Erlöst", + "form_1922": "Normal", + "form_1923": "Crypto", + "form_1924": "Erlöst", + "form_1925": "Normal", + "form_1926": "Crypto", + "form_1927": "Erlöst", + "form_1928": "Normal", + "form_1929": "Crypto", + "form_1930": "Erlöst", + "form_1931": "Normal", + "form_1932": "Crypto", + "form_1933": "Erlöst", + "form_1934": "Normal", + "form_1935": "Crypto", + "form_1936": "Erlöst", + "form_1937": "Normal", + "form_1938": "Crypto", + "form_1939": "Erlöst", + "form_1940": "Normal", + "form_1941": "Crypto", + "form_1942": "Erlöst", + "form_1943": "Normal", + "form_1944": "Crypto", + "form_1945": "Erlöst", + "form_1946": "Normal", + "form_1947": "Crypto", + "form_1948": "Erlöst", + "form_1949": "Normal", + "form_1950": "Crypto", + "form_1951": "Erlöst", + "form_1952": "Normal", + "form_1953": "Crypto", + "form_1954": "Erlöst", + "form_1955": "Normal", + "form_1956": "Crypto", + "form_1957": "Erlöst", + "form_1958": "Normal", + "form_1959": "Crypto", + "form_1960": "Erlöst", + "form_1961": "Normal", + "form_1962": "Crypto", + "form_1963": "Erlöst", + "form_1964": "Normal", + "form_1965": "Crypto", + "form_1966": "Erlöst", + "form_1967": "Normal", + "form_1968": "Crypto", + "form_1969": "Erlöst", + "form_1970": "Normal", + "form_1971": "Crypto", + "form_1972": "Erlöst", + "form_1973": "Normal", + "form_1974": "Crypto", + "form_1975": "Erlöst", + "form_1976": "Normal", + "form_1977": "Crypto", + "form_1978": "Erlöst", + "form_1979": "Normal", + "form_1980": "Crypto", + "form_1981": "Erlöst", + "form_1982": "Normal", + "form_1983": "Crypto", + "form_1984": "Erlöst", + "form_1985": "Normal", + "form_1986": "Crypto", + "form_1987": "Erlöst", + "form_1988": "Normal", + "form_1989": "Crypto", + "form_1990": "Erlöst", + "form_1991": "Normal", + "form_1992": "Crypto", + "form_1993": "Erlöst", + "form_1994": "Normal", + "form_1995": "Crypto", + "form_1996": "Erlöst", + "form_1997": "Normal", + "form_1998": "Crypto", + "form_1999": "Erlöst", + "form_2000": "Normal", + "form_2001": "Crypto", + "form_2002": "Erlöst", + "form_2003": "Normal", + "form_2004": "Crypto", + "form_2005": "Erlöst", + "form_2006": "Normal", + "form_2007": "Crypto", + "form_2008": "Erlöst", + "form_2009": "Normal", + "form_2010": "Crypto", + "form_2011": "Erlöst", + "form_2012": "Normal", + "form_2013": "Crypto", + "form_2014": "Erlöst", + "form_2015": "Normal", + "form_2016": "Crypto", + "form_2017": "Erlöst", + "form_2018": "Normal", + "form_2019": "Crypto", + "form_2020": "Erlöst", + "form_2021": "Normal", + "form_2022": "Crypto", + "form_2023": "Erlöst", + "form_2024": "Normal", + "form_2025": "Crypto", + "form_2026": "Erlöst", + "form_2027": "Normal", + "form_2028": "Crypto", + "form_2029": "Erlöst", + "form_2030": "Normal", + "form_2031": "Crypto", + "form_2032": "Erlöst", + "form_2033": "Normal", + "form_2034": "Crypto", + "form_2035": "Erlöst", + "form_2036": "Normal", + "form_2037": "Crypto", + "form_2038": "Erlöst", + "form_2039": "Normal", + "form_2040": "Crypto", + "form_2041": "Erlöst", + "form_2042": "Normal", + "form_2043": "Crypto", + "form_2044": "Erlöst", + "form_2045": "Normal", + "form_2046": "Crypto", + "form_2047": "Erlöst", + "form_2048": "Normal", + "form_2049": "Crypto", + "form_2050": "Erlöst", + "form_2051": "Normal", + "form_2052": "Crypto", + "form_2053": "Erlöst", + "form_2054": "Normal", + "form_2055": "Crypto", + "form_2056": "Erlöst", + "form_2057": "Normal", + "form_2058": "Crypto", + "form_2059": "Erlöst", + "form_2060": "Normal", + "form_2061": "Crypto", + "form_2062": "Erlöst", + "form_2063": "Normal", + "form_2064": "Crypto", + "form_2065": "Erlöst", + "form_2066": "Normal", + "form_2067": "Crypto", + "form_2068": "Erlöst", + "form_2069": "Normal", + "form_2070": "Crypto", + "form_2071": "Erlöst", + "form_2072": "Normal", + "form_2073": "Crypto", + "form_2074": "Erlöst", + "form_2075": "Normal", + "form_2076": "Crypto", + "form_2077": "Erlöst", + "form_2078": "Normal", + "form_2079": "Crypto", + "form_2080": "Erlöst", + "form_2081": "Normal", + "form_2082": "Crypto", + "form_2083": "Erlöst", + "form_2084": "Normal", + "form_2085": "Crypto", + "form_2086": "Erlöst", + "form_2087": "Normal", + "form_2088": "Crypto", + "form_2089": "Erlöst", + "form_2090": "Normal", + "form_2091": "Crypto", + "form_2092": "Erlöst", + "form_2093": "Normal", + "form_2094": "Crypto", + "form_2095": "Erlöst", + "form_2096": "Normal", + "form_2097": "Crypto", + "form_2098": "Erlöst", + "form_2099": "Normal", + "form_2100": "Crypto", + "form_2101": "Erlöst", + "form_2102": "Normal", + "form_2103": "Crypto", + "form_2104": "Erlöst", + "form_2105": "Normal", + "form_2106": "Crypto", + "form_2107": "Erlöst", + "form_2108": "Normal", + "form_2109": "Crypto", + "form_2110": "Erlöst", + "form_2111": "Normal", + "form_2112": "Crypto", + "form_2113": "Erlöst", + "form_2114": "Normal", + "form_2115": "Crypto", + "form_2116": "Erlöst", + "form_2117": "Normal", + "form_2118": "Crypto", + "form_2119": "Erlöst", + "form_2120": "Normal", + "form_2121": "Crypto", + "form_2122": "Erlöst", + "form_2123": "Normal", + "form_2124": "Crypto", + "form_2125": "Erlöst", + "form_2126": "Normal", + "form_2127": "Crypto", + "form_2128": "Erlöst", + "form_2129": "Normal", + "form_2130": "Crypto", + "form_2131": "Erlöst", + "form_2132": "Normal", + "form_2133": "Crypto", + "form_2134": "Erlöst", + "form_2135": "Normal", + "form_2136": "Crypto", + "form_2137": "Erlöst", + "form_2138": "Normal", + "form_2139": "Crypto", + "form_2140": "Erlöst", + "form_2141": "Normal", + "form_2142": "Crypto", + "form_2143": "Erlöst", + "form_2144": "Normal", + "form_2145": "Crypto", + "form_2146": "Erlöst", + "form_2147": "Normal", + "form_2148": "Crypto", + "form_2149": "Erlöst", + "form_2150": "Normal", + "form_2151": "Crypto", + "form_2152": "Erlöst", + "form_2153": "Normal", + "form_2154": "Crypto", + "form_2155": "Erlöst", + "form_2156": "Normal", + "form_2157": "Crypto", + "form_2158": "Erlöst", + "form_2159": "Normal", + "form_2160": "Crypto", + "form_2161": "Erlöst", + "form_2162": "Normal", + "form_2163": "Crypto", + "form_2164": "Erlöst", + "form_2165": "Normal", + "form_2166": "Crypto", + "form_2167": "Erlöst", + "form_2168": "Normal", + "form_2169": "Crypto", + "form_2170": "Erlöst", + "form_2171": "Normal", + "form_2172": "Crypto", + "form_2173": "Erlöst", + "form_2174": "Normal", + "form_2175": "Crypto", + "form_2176": "Erlöst", + "form_2177": "Normal", + "form_2178": "Crypto", + "form_2179": "Erlöst", + "form_2180": "Normal", + "form_2181": "Crypto", + "form_2182": "Erlöst", + "form_2183": "Normal", + "form_2184": "Crypto", + "form_2185": "Erlöst", + "form_2186": "Normal", + "form_2187": "Crypto", + "form_2188": "Erlöst", + "form_2189": "Normal", + "form_2190": "Crypto", + "form_2191": "Erlöst", + "form_2192": "Normal", + "form_2193": "Crypto", + "form_2194": "Erlöst", + "form_2195": "Normal", + "form_2196": "Crypto", + "form_2197": "Erlöst", + "form_2198": "Normal", + "form_2199": "Crypto", + "form_2200": "Erlöst", + "form_2201": "Normal", + "form_2202": "Crypto", + "form_2203": "Erlöst", + "form_2204": "Normal", + "form_2205": "Crypto", + "form_2206": "Erlöst", + "form_2207": "Normal", + "form_2208": "Crypto", + "form_2209": "Erlöst", + "form_2210": "Normal", + "form_2211": "Crypto", + "form_2212": "Erlöst", + "form_2213": "Normal", + "form_2214": "Crypto", + "form_2215": "Erlöst", + "form_2216": "Normal", + "form_2217": "Crypto", + "form_2218": "Erlöst", + "form_2219": "Normal", + "form_2220": "Crypto", + "form_2221": "Erlöst", + "form_2222": "Normal", + "form_2223": "Crypto", + "form_2224": "Erlöst", + "form_2225": "Normal", + "form_2226": "Crypto", + "form_2227": "Erlöst", + "form_2228": "Normal", + "form_2229": "Crypto", + "form_2230": "Erlöst", + "form_2231": "Normal", + "form_2232": "Crypto", + "form_2233": "Erlöst", + "form_2234": "Normal", + "form_2235": "Crypto", + "form_2236": "Erlöst", + "form_2237": "Normal", + "form_2238": "Crypto", + "form_2239": "Erlöst", + "form_2240": "Normal", + "form_2241": "Crypto", + "form_2242": "Erlöst", + "form_2243": "Normal", + "form_2244": "Crypto", + "form_2245": "Erlöst", + "form_2246": "Normal", + "form_2247": "Crypto", + "form_2248": "Erlöst", + "form_2249": "Normal", + "form_2250": "Crypto", + "form_2251": "Erlöst", + "form_2252": "Normal", + "form_2253": "Crypto", + "form_2254": "Erlöst", + "form_2255": "Normal", + "form_2256": "Crypto", + "form_2257": "Erlöst", + "form_2258": "Normal", + "form_2259": "Crypto", + "form_2260": "Erlöst", + "form_2261": "Normal", + "form_2262": "Crypto", + "form_2263": "Erlöst", + "form_2264": "Normal", + "form_2265": "Crypto", + "form_2266": "Erlöst", + "form_2267": "Normal", + "form_2268": "Crypto", + "form_2269": "Erlöst", + "form_2270": "Normal", + "form_2271": "Crypto", + "form_2272": "Erlöst", + "form_2273": "Normal", + "form_2274": "Crypto", + "form_2275": "Erlöst", + "form_2276": "Normal", + "form_2277": "Crypto", + "form_2278": "Erlöst", + "form_2279": "Normal", + "form_2280": "Crypto", + "form_2281": "Erlöst", + "form_2282": "Normal", + "form_2283": "Crypto", + "form_2284": "Erlöst", + "form_2285": "Normal", + "form_2286": "Crypto", + "form_2287": "Erlöst", + "form_2288": "Normal", + "form_2289": "Crypto", + "form_2290": "Erlöst", + "form_2291": "Normal", + "form_2292": "Crypto", + "form_2293": "Erlöst", + "form_2294": "Normal", + "form_2295": "Crypto", + "form_2296": "Erlöst", + "form_2297": "Normal", + "form_2298": "Crypto", + "form_2299": "Erlöst", + "form_2300": "Normal", + "form_2301": "Crypto", + "form_2302": "Erlöst", + "form_2303": "Normal", + "form_2304": "Crypto", + "form_2305": "Erlöst", + "form_2306": "Normal", + "form_2307": "Crypto", + "form_2308": "Erlöst", + "form_2309": "Normal", + "form_2310": "Crypto", + "form_2311": "Erlöst", + "form_2312": "Normal", + "form_2313": "Crypto", + "form_2314": "Erlöst", + "form_2315": "Normal", + "form_2316": "Crypto", + "form_2317": "Erlöst", + "form_2318": "Normal", + "form_2319": "Crypto", + "form_2320": "Erlöst", + "form_2321": "Normal", + "form_2322": "Crypto", + "form_2323": "Erlöst", + "form_2324": "Normal", + "form_2325": "Crypto", + "form_2326": "Erlöst", + "form_2327": "Frühjahr 2020", + "form_2328": "Frühjahr 2020", + "form_2329": "Frühjahr 2020", + "form_2330": "Weiblich", + "form_2331": "Weiblich", + "form_2332": "Kostüm 2020", + "form_2333": "Kostüm 2020", + "form_2334": "Kostüm 2020", + "form_2335": "Galar", + "form_2336": "Galar", + "form_2337": "Galar", + "form_2338": "Galar", + "form_2339": "Galar", + "form_2340": "Galar", + "form_2341": "Galar", + "form_2342": "Galar Normal", + "form_2343": "Galar Trance", + "form_2344": "Galar", + "form_2345": "Galar", + "form_2463": "Tief-Form", + "form_2464": "Hoch-Form", + "form_2477": "Fälschungsform", + "form_2478": "Originalform", + "form_2480": "Fälschungsform", + "form_2481": "Originalform", + "form_2501": "Normal", + "form_2502": "Crypto", + "form_2503": "Erlöst", + "form_2504": "Normal", + "form_2505": "Crypto", + "form_2506": "Erlöst", + "form_2507": "Normal", + "form_2510": "Normal", + "form_2511": "Crypto", + "form_2512": "Erlöst", + "form_2513": "Normal", + "form_2516": "Normal", + "form_2517": "Crypto", + "form_2518": "Erlöst", + "form_2540": "Tiefkühlkopf", + "form_2541": "Wohlfühlkopf", + "form_2542": "Männlich", + "form_2543": "Weiblich", + "form_2544": "Pappsatt", + "form_2545": "Kohldampf", + "form_2576": "König des Schwertes", + "form_2577": "Heldenhafter Krieger", + "form_2578": "König des Schildes", + "form_2579": "Heldenhafter Krieger", + "form_2580": "Unendynamax", + "form_2581": "Normal", + "form_2582": "Galar", + "form_2583": "Galar", + "form_2584": "Galar", + "form_2585": "Kostüm 2020", + "form_2586": "Kostüm 2020", + "form_2587": "Normal", + "form_2588": "Weiblich", + "form_2589": "Normal", + "form_2590": "Weiblich", + "form_2591": "10%", + "form_2592": "50%", + "form_2593": "Optimum", + "form_2594": "Archipel", + "form_2595": "Kontinental", + "form_2596": "Prunk", + "form_2597": "Fancy", + "form_2598": "Ziergarten", + "form_2599": "Dürre", + "form_2600": "Frost", + "form_2601": "Dschungel", + "form_2602": "Aquamarin", + "form_2603": "Blumenmeer", + "form_2604": "Innovation", + "form_2605": "Monsun", + "form_2606": "Ozean", + "form_2607": "Pokeball", + "form_2608": "Schneefeld", + "form_2609": "Flussdelta", + "form_2610": "Sand", + "form_2611": "Savanne", + "form_2612": "Sonne", + "form_2613": "Flocke", + "form_2614": "Rotblütler", + "form_2615": "Gelbblütler", + "form_2616": "Orangeblütler", + "form_2617": "Blaublütler", + "form_2618": "Weißblütler", + "form_2619": "Rotblütler", + "form_2620": "Gelbblütler", + "form_2621": "Orangeblütler", + "form_2622": "Blaublütler", + "form_2623": "Weißblütler", + "form_2624": "Rotblütler", + "form_2625": "Gelbblütler", + "form_2626": "Orangeblütler", + "form_2627": "Blaublütler", + "form_2628": "Weißblütler", + "form_2629": "Zottelform", + "form_2630": "Herzchenschnitt", + "form_2631": "Sternchenschnitt", + "form_2632": "Diamantenschnitt", + "form_2633": "Fräuleinschnitt", + "form_2634": "Damenschnitt", + "form_2635": "Kavaliersschnitt", + "form_2636": "Königinnenschnitt", + "form_2637": "Kabuki-Schnitt", + "form_2638": "Herrscherschnitt", + "form_2639": "Schild", + "form_2640": "Schwert", + "form_2641": "S", + "form_2642": "M", + "form_2643": "L", + "form_2644": "XL", + "form_2645": "S", + "form_2646": "M", + "form_2647": "L", + "form_2648": "XL", + "form_2649": "Neutral", + "form_2650": "Aktiv", + "form_2651": "Beschränkt", + "form_2652": "Ungebunden", + "form_2666": "Kostüm 2020 Deprecated", + "form_2668": "Kostüm 2020", + "form_2669": "Abenteuerhut 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Fliegendes 5. Jubiläum", + "form_2679": "Flamenco", + "form_2680": "Cheerleading", + "form_2681": "Hula", + "form_2683": "Buyo", + "form_2684": "Tag", + "form_2685": "Nacht", + "form_2686": "Zwielicht", + "form_2687": "Einzel", + "form_2688": "Schwarm", + "form_2689": "Normal", + "form_2690": "Käfer", + "form_2691": "Unlicht", + "form_2692": "Drache", + "form_2693": "Elektro", + "form_2694": "Fee", + "form_2695": "Kampf", + "form_2696": "Feuer", + "form_2697": "Flug", + "form_2698": "Geist", + "form_2699": "Pflanze", + "form_2700": "Boden", + "form_2701": "Eis", + "form_2702": "Gift", + "form_2703": "Psycho", + "form_2704": "Gestein", + "form_2705": "Stahl", + "form_2706": "Wasser", + "form_2707": "Meteor", + "form_2708": "Blau", + "form_2709": "Grün", + "form_2710": "Hellblau", + "form_2711": "Orange", + "form_2712": "Rot", + "form_2713": "Violett", + "form_2714": "Gelb", + "form_2715": "Entlarvt", + "form_2716": "Standard", + "form_2717": "Normal", + "form_2718": "Abendmähne", + "form_2719": "Morgenschwingen", + "form_2720": "Ultra", + "form_2721": "Normal", + "form_2722": "Originalfarbe", + "form_2723": "Fokussierter Stil", + "form_2724": "Fließender Stil", + "form_2725": "Normal", + "form_2726": "Schimmelreiter", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "Zwielichtform", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "Sonnenform", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "Sonnenform", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "Inkarnationsform", + "form_2803": "Tiergeistform", + "form_2804": "Weißlinig", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "Normal", + "form_2808": "Weiblich", + "form_2809": "Normal", + "form_2810": "Normal", + "form_2811": "Normal", + "form_2812": "Normal", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "Normal", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "Urform", + "form_2830": "Urform", + "form_2831": "Normal", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "Normal", + "form_2982": "Weiblich", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Grüngefiedert", + "form_2986": "Blaugefiedert", + "form_2987": "Gelbgefiedert", + "form_2988": "White", + "form_2989": "Alltagsform", + "form_2990": "Heldenhafter Krieger", + "form_2991": "Gebogene Form", + "form_2992": "Hängende Form", + "form_2993": "Gestreckte Form", + "form_2994": "Zweisegmentform", + "form_2995": "Dreisegmentform", + "form_2996": "Vollkommene Gestalt", + "form_2997": "Kompletter Modus", + "form_2998": "Normal", + "form_3000": "Normal", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "Männlich", + "gender_2": "Weiblich", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Einall", + "generation_6": "Kalos", + "generation_7": "Alola", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "keiner", + "grunt_1": "Blanche", + "grunt_2": "Candela", + "grunt_3": "Spark", + "grunt_4": "Rüpel (Männlich)", + "grunt_5": "Rüpel (Weiblich)", + "grunt_6": "Käfer - Rüpel (Weiblich)", + "grunt_7": "Käfer - Rüpel (Männlich)", + "grunt_8": "Rüpel (Weiblich)", + "grunt_9": "Rüpel (Männlich)", + "grunt_10": "Unlicht - Rüpel (Weiblich)", + "grunt_11": "Unlicht - Rüpel (Männlich)", + "grunt_12": "Drache - Rüpel (Weiblich)", + "grunt_13": "Drache - Rüpel (Männlich)", + "grunt_14": "Fee - Rüpel (Weiblich)", + "grunt_15": "Fee - Rüpel (Männlich)", + "grunt_16": "Kampf - Rüpel (Weiblich)", + "grunt_17": "Kampf - Rüpel (Männlich)", + "grunt_18": "Feuer - Rüpel (Weiblich)", + "grunt_19": "Feuer - Rüpel (Männlich)", + "grunt_20": "Flug - Rüpel (Weiblich)", + "grunt_21": "Flug - Rüpel (Männlich)", + "grunt_22": "Pflanze - Rüpel (Weiblich)", + "grunt_23": "Pflanze - Rüpel (Männlich)", + "grunt_24": "Boden - Rüpel (Weiblich)", + "grunt_25": "Boden - Rüpel (Männlich)", + "grunt_26": "Eis - Rüpel (Weiblich)", + "grunt_27": "Eis - Rüpel (Männlich)", + "grunt_28": "Stahl - Rüpel (Weiblich)", + "grunt_29": "Stahl - Rüpel (Männlich)", + "grunt_30": "Normal - Rüpel (Weiblich)", + "grunt_31": "Normal - Rüpel (Männlich)", + "grunt_32": "Gift - Rüpel (Weiblich)", + "grunt_33": "Gift - Rüpel (Männlich)", + "grunt_34": "Psycho - Rüpel (Weiblich)", + "grunt_35": "Psycho - Rüpel (Männlich)", + "grunt_36": "Gestein - Rüpel (Weiblich)", + "grunt_37": "Gestein - Rüpel (Männlich)", + "grunt_38": "Wasser - Rüpel (Weiblich)", + "grunt_39": "Wasser - Rüpel (Männlich)", + "grunt_40": "Player Team Leader", + "grunt_41": "Boss Cliff", + "grunt_42": "Boss Arlo", + "grunt_43": "Boss Sierra", + "grunt_44": "Giovanni", + "grunt_45": "Täusch-Rüpel (Männlich)", + "grunt_46": "Täusch-Rüpel (Weiblich)", + "grunt_47": "Geist - Rüpel (Weiblich)", + "grunt_48": "Geist - Rüpel (Männlich)", + "grunt_49": "Elektro - Rüpel (Weiblich)", + "grunt_50": "Elektro - Rüpel (Männlich)", + "grunt_51": "Rüpel (Weiblich)", + "grunt_52": "Rüpel (Männlich)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "Käfer - Rüpel (Weiblich)", + "grunt_56": "Käfer - Rüpel (Männlich)", + "grunt_57": "Unlicht - Rüpel (Weiblich)", + "grunt_58": "Unlicht - Rüpel (Männlich)", + "grunt_59": "Drache - Rüpel (Weiblich)", + "grunt_60": "Drache - Rüpel (Männlich)", + "grunt_61": "Fee - Rüpel (Weiblich)", + "grunt_62": "Fee - Rüpel (Männlich)", + "grunt_63": "Kampf - Rüpel (Weiblich)", + "grunt_64": "Kampf - Rüpel (Männlich)", + "grunt_65": "Feuer - Rüpel (Weiblich)", + "grunt_66": "Feuer - Rüpel (Männlich)", + "grunt_67": "Flug - Rüpel (Weiblich)", + "grunt_68": "Flug - Rüpel (Männlich)", + "grunt_69": "Pflanze - Rüpel (Weiblich)", + "grunt_70": "Pflanze - Rüpel (Männlich)", + "grunt_71": "Boden - Rüpel (Weiblich)", + "grunt_72": "Boden - Rüpel (Männlich)", + "grunt_73": "Eis - Rüpel (Weiblich)", + "grunt_74": "Eis - Rüpel (Männlich)", + "grunt_75": "Rüpel (Weiblich)", + "grunt_76": "Rüpel (Männlich)", + "grunt_77": "Normal - Rüpel (Weiblich)", + "grunt_78": "Normal - Rüpel (Männlich)", + "grunt_79": "Gift - Rüpel (Weiblich)", + "grunt_80": "Gift - Rüpel (Männlich)", + "grunt_81": "Psycho - Rüpel (Weiblich)", + "grunt_82": "Psycho - Rüpel (Männlich)", + "grunt_83": "Gestein - Rüpel (Weiblich)", + "grunt_84": "Gestein - Rüpel (Männlich)", + "grunt_85": "Wasser - Rüpel (Weiblich)", + "grunt_86": "Wasser - Rüpel (Männlich)", + "grunt_87": "Geist - Rüpel (Weiblich)", + "grunt_88": "Geist - Rüpel (Männlich)", + "grunt_89": "Elektro - Rüpel (Weiblich)", + "grunt_90": "Elektro - Rüpel (Männlich)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "Keiner", + "grunt_a_1": "Blanche", + "grunt_a_2": "Candela", + "grunt_a_3": "Spark", + "grunt_a_4": "Rüpel ♂", + "grunt_a_5": "Rüpel ♀", + "grunt_a_6": "Käfer ♀", + "grunt_a_7": "Käfer ♂", + "grunt_a_8": "Rüpel ♀", + "grunt_a_9": "Rüpel ♂", + "grunt_a_10": "Unlicht ♀", + "grunt_a_11": "Unlicht ♂", + "grunt_a_12": "Drache ♀", + "grunt_a_13": "Drache ♂", + "grunt_a_14": "Fee ♀", + "grunt_a_15": "Fee ♂", + "grunt_a_16": "Kampf ♀", + "grunt_a_17": "Kampf ♂", + "grunt_a_18": "Feuer ♀", + "grunt_a_19": "Feuer ♂", + "grunt_a_20": "Flug ♀", + "grunt_a_21": "Flug ♂", + "grunt_a_22": "Pflanze ♀", + "grunt_a_23": "Pflanze ♂", + "grunt_a_24": "Boden ♀", + "grunt_a_25": "Boden ♂", + "grunt_a_26": "Eis ♀", + "grunt_a_27": "Eis ♂", + "grunt_a_28": "Stahl ♀", + "grunt_a_29": "Stahl ♂", + "grunt_a_30": "Normal ♀", + "grunt_a_31": "Normal ♂", + "grunt_a_32": "Gift ♀", + "grunt_a_33": "Gift ♂", + "grunt_a_34": "Psycho ♀", + "grunt_a_35": "Psycho ♂", + "grunt_a_36": "Gestein ♀", + "grunt_a_37": "Gestein ♂", + "grunt_a_38": "Wasser ♀", + "grunt_a_39": "Wasser ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "Boss Cliff", + "grunt_a_42": "Boss Arlo", + "grunt_a_43": "Boss Sierra", + "grunt_a_44": "Giovanni", + "grunt_a_45": "Täusch-Rüpel ♂", + "grunt_a_46": "Täusch-Rüpel ♀", + "grunt_a_47": "Geist ♀", + "grunt_a_48": "Geist ♂", + "grunt_a_49": "Elektro ♀", + "grunt_a_50": "Elektro ♂", + "grunt_a_51": "Rüpel ♀", + "grunt_a_52": "Rüpel ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "Käfer ♀", + "grunt_a_56": "Käfer ♂", + "grunt_a_57": "Unlicht ♀", + "grunt_a_58": "Unlicht ♂", + "grunt_a_59": "Drache ♀", + "grunt_a_60": "Drache ♂", + "grunt_a_61": "Fee ♀", + "grunt_a_62": "Fee ♂", + "grunt_a_63": "Kampf ♀", + "grunt_a_64": "Kampf ♂", + "grunt_a_65": "Feuer ♀", + "grunt_a_66": "Feuer ♂", + "grunt_a_67": "Flug ♀", + "grunt_a_68": "Flug ♂", + "grunt_a_69": "Pflanze ♀", + "grunt_a_70": "Pflanze ♂", + "grunt_a_71": "Boden ♀", + "grunt_a_72": "Boden ♂", + "grunt_a_73": "Eis ♀", + "grunt_a_74": "Eis ♂", + "grunt_a_75": "Rüpel ♀", + "grunt_a_76": "Rüpel ♂", + "grunt_a_77": "Normal ♀", + "grunt_a_78": "Normal ♂", + "grunt_a_79": "Gift ♀", + "grunt_a_80": "Gift ♂", + "grunt_a_81": "Psycho ♀", + "grunt_a_82": "Psycho ♂", + "grunt_a_83": "Gestein ♀", + "grunt_a_84": "Gestein ♂", + "grunt_a_85": "Wasser ♀", + "grunt_a_86": "Wasser ♂", + "grunt_a_87": "Geist ♀", + "grunt_a_88": "Geist ♂", + "grunt_a_89": "Elektro ♀", + "grunt_a_90": "Elektro ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "Unbekannt", + "item_1": "Pokéball", + "item_2": "Superball", + "item_3": "Hyperball", + "item_4": "Meisterball", + "item_5": "Premierball", + "item_6": "Ultraball", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "Trank", + "item_102": "Supertrank", + "item_103": "Hypertrank", + "item_104": "Top-Trank", + "item_201": "Beleber", + "item_202": "Top-Beleber", + "item_301": "Glücks-Ei", + "item_401": "Rauch", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "Wunderbox", + "item_406": "Täglicher Abenteuerrauch", + "item_407": "Münztasche", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "Lockmodul", + "item_502": "Gletscher-Lockmodul", + "item_503": "Moos-Lockmodul", + "item_504": "Magnet-Lockmodul", + "item_505": "Regen-Lockmodul", + "item_506": "Gold-Lockmodul", + "item_602": "X-Angriff", + "item_603": "X-Verteidigung", + "item_604": "Nicht definiert", + "item_650": "Zygarde-Zelle", + "item_651": "Zygarde-Würfel", + "item_701": "Himmihbeere", + "item_702": "Morbbeere", + "item_703": "Nanabbeere", + "item_704": "Nirbebeere", + "item_705": "Sananabeere", + "item_706": "Goldene Himmihbeere", + "item_707": "Golden Nanab Berry", + "item_708": "Silberne Sananabeere", + "item_709": "Knursp", + "item_801": "Kamera", + "item_802": "Sticker", + "item_803": "Postkartenbuch", + "item_901": "Brutmaschine ∞", + "item_902": "Ei-Brutmaschine", + "item_903": "Super-Brutmaschine", + "item_1001": "Pokémon-Aufbewahrung", + "item_1002": "Item-Beutel", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "Sonnenstein", + "item_1102": "King-Stein", + "item_1103": "Metallmantel", + "item_1104": "Drachenhaut", + "item_1105": "Up-Grade", + "item_1106": "Sinnoh-Stein", + "item_1107": "Einall-Stein", + "item_1150": "Gierspenst-Münzen", + "item_1201": "Sofort-TM", + "item_1202": "Lade-TM", + "item_1203": "Top-Sofort-TM", + "item_1204": "Top-Lade-TM", + "item_1250": "Meteorit", + "item_1301": "Sonderbonbon", + "item_1302": "Sonderbonbon XL", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "Raid-Pass", + "item_1402": "Premium-Kampf-Pass", + "item_1404": "Sternenstück", + "item_1405": "Geschenk", + "item_1406": "Team-Medaillon", + "item_1408": "Fern-Raid-Pass", + "item_1409": "S Raid Ticket", + "item_1501": "Mysteriöses Teil", + "item_1502": "Rocket-Radar", + "item_1503": "Super-Rocket-Radar", + "item_1504": "Crypto-Scherbe", + "item_1505": "Erlöster Edelstein", + "item_1506": "Dyna-Partikel", + "item_1507": "Dyna-Partikel-Beutel", + "item_1600": "Ticket", + "item_1601": "Ticket", + "item_1602": "Ticket", + "item_1603": "Ticket", + "item_1604": "Extraticket", + "item_1605": "Extraticket", + "item_1606": "Pass für Befristete GO-Kampfliga-Forschung", + "item_1607": "Ticket", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Safari-Ticket: Seoul", + "item_1611": "Safari-Ticket: Barcelona", + "item_1612": "Safari-Ticket: Mexico City", + "item_1613": "Safari-Ticket: Tainan", + "item_1614": "Ticket City Safari 04", + "item_1615": "Ticket", + "item_1616": "Ticket", + "item_1617": "Ticket", + "item_1618": "Ticket", + "item_1619": "Ticket", + "item_1620": "Ticket", + "item_1621": "Ticket", + "item_1622": "Ticket", + "item_1623": "Ticket", + "item_1624": "Ticket", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "Normal", + "lure_502": "Gletscher", + "lure_503": "Moos", + "lure_504": "Magnet", + "lure_505": "Regen", + "lure_506": "Gold", + "max_battle_1": "1 Stern Dyna Raid", + "max_battle_1_plural": "1 Stern Dyna Raids", + "max_battle_2": "2 Stern Dyna Raid", + "max_battle_2_plural": "2 Stern Dyna Raids", + "max_battle_3": "3 Stern Dyna Raid", + "max_battle_3_plural": "3 Stern Dyna Raids", + "max_battle_4": "4 Stern Dyna Raid", + "max_battle_4_plural": "4 Stern Dyna Raids", + "max_battle_5": "Legendärer Dyna Raid", + "max_battle_5_plural": "Legendäre Dyna Raids", + "move_0": "Unbekannt", + "move_1": "Donnerschock", + "move_2": "Ruckzuckhieb", + "move_3": "Kratzer", + "move_4": "Glut", + "move_5": "Rankenhieb", + "move_6": "Tackle", + "move_7": "Rasierblatt", + "move_8": "Bodycheck", + "move_9": "Aquaknarre", + "move_10": "Biss", + "move_11": "Klaps", + "move_12": "Duplexhieb", + "move_13": "Wickel", + "move_14": "Hyperstrahl", + "move_15": "Schlecker", + "move_16": "Finsteraura", + "move_17": "Smog", + "move_18": "Schlammbad", + "move_19": "Metallklaue", + "move_20": "Klammer", + "move_21": "Flammenrad", + "move_22": "Vielender", + "move_23": "Flügelschlag", + "move_24": "Flammenwurf", + "move_25": "Tiefschlag", + "move_26": "Schaufler", + "move_27": "Fußkick", + "move_28": "Kreuzhieb", + "move_29": "Psychoklinge", + "move_30": "Psystrahl", + "move_31": "Erdbeben", + "move_32": "Steinkante", + "move_33": "Eishieb", + "move_34": "Herzstempel", + "move_35": "Ladungsstoß", + "move_36": "Lichtkanone", + "move_37": "Pikser", + "move_38": "Bohrschnabel", + "move_39": "Eisstrahl", + "move_40": "Blizzard", + "move_41": "Luftschnitt", + "move_42": "Hitzewelle", + "move_43": "Duonadel", + "move_44": "Gifthieb", + "move_45": "Aero-Ass", + "move_46": "Schlagbohrer", + "move_47": "Blütenwirbel", + "move_48": "Megasauger", + "move_49": "Käfergebrumm", + "move_50": "Giftzahn", + "move_51": "Nachthieb", + "move_52": "Schlitzer", + "move_53": "Blubbstrahl", + "move_54": "Überroller", + "move_55": "Karateschlag", + "move_56": "Fußtritt", + "move_57": "Wasserdüse", + "move_58": "Nassschweif", + "move_59": "Samenbomben", + "move_60": "Psychoschock", + "move_61": "Steinwurf", + "move_62": "Antik-Kraft", + "move_63": "Felsgrab", + "move_64": "Steinhagel", + "move_65": "Juwelenkraft", + "move_66": "Schattenstoß", + "move_67": "Finsterfaust", + "move_68": "Dunkelklaue", + "move_69": "Unheilböen", + "move_70": "Spukball", + "move_71": "Patronenhieb", + "move_72": "Magnetbombe", + "move_73": "Stahlflügel", + "move_74": "Eisenschädel", + "move_75": "Parabolladung", + "move_76": "Funkensprung", + "move_77": "Donnerschlag", + "move_78": "Donner", + "move_79": "Donnerblitz", + "move_80": "Windhose", + "move_81": "Feuerodem", + "move_82": "Drachenpuls", + "move_83": "Drachenklaue", + "move_84": "Säuselstimme", + "move_85": "Diebeskuss", + "move_86": "Zauberschein", + "move_87": "Mondgewalt", + "move_88": "Knuddler", + "move_89": "Giftstreich", + "move_90": "Matschbombe", + "move_91": "Schlammwoge", + "move_92": "Mülltreffer", + "move_93": "Lehmschuss", + "move_94": "Knochenkeule", + "move_95": "Dampfwalze", + "move_96": "Schlammbombe", + "move_97": "Zornklinge", + "move_98": "Käferbiss", + "move_99": "Ampelleuchte", + "move_100": "Kreuzschere", + "move_101": "Nitroladung", + "move_102": "Funkenflug", + "move_103": "Feuersturm", + "move_104": "Lake", + "move_105": "Aquawelle", + "move_106": "Siedewasser", + "move_107": "Hydropumpe", + "move_108": "Psychokinese", + "move_109": "Psychostoß", + "move_110": "Eissplitter", + "move_111": "Eissturm", + "move_112": "Eisesodem", + "move_113": "Absorber", + "move_114": "Gigasauger", + "move_115": "Feuerschlag", + "move_116": "Solarstrahl", + "move_117": "Laubklinge", + "move_118": "Blattgeißel", + "move_119": "Platscher", + "move_120": "Säure", + "move_121": "Windschnitt", + "move_122": "Orkan", + "move_123": "Durchbruch", + "move_124": "Zerschneider", + "move_125": "Sternschauer", + "move_126": "Hornattacke", + "move_127": "Stampfer", + "move_128": "Kopfnuss", + "move_129": "Hyperzahn", + "move_130": "Slam", + "move_131": "Bodyslam", + "move_132": "Erholung", + "move_133": "Verzweifler", + "move_134": "Siedewasser", + "move_135": "Hydropumpe", + "move_136": "Wickel", + "move_137": "Wickel", + "move_200": "Zornklinge", + "move_201": "Käferbiss", + "move_202": "Biss", + "move_203": "Tiefschlag", + "move_204": "Feuerodem", + "move_205": "Donnerschock", + "move_206": "Funkensprung", + "move_207": "Fußkick", + "move_208": "Karateschlag", + "move_209": "Glut", + "move_210": "Flügelschlag", + "move_211": "Pikser", + "move_212": "Schlecker", + "move_213": "Dunkelklaue", + "move_214": "Rankenhieb", + "move_215": "Rasierblatt", + "move_216": "Lehmschuss", + "move_217": "Eissplitter", + "move_218": "Eisesodem", + "move_219": "Ruckzuckhieb", + "move_220": "Kratzer", + "move_221": "Tackle", + "move_222": "Klaps", + "move_223": "Zerschneider", + "move_224": "Gifthieb", + "move_225": "Säure", + "move_226": "Psychoklinge", + "move_227": "Steinwurf", + "move_228": "Metallklaue", + "move_229": "Patronenhieb", + "move_230": "Aquaknarre", + "move_231": "Platscher", + "move_232": "Aquaknarre", + "move_233": "Lehmschelle", + "move_234": "Zen-Kopfstoß", + "move_235": "Konfusion", + "move_236": "Giftstachel", + "move_237": "Blubber", + "move_238": "Finte", + "move_239": "Stahlflügel", + "move_240": "Feuerzahn", + "move_241": "Zertrümmerer", + "move_242": "Wandler", + "move_243": "Konter", + "move_244": "Pulverschnee", + "move_245": "Nahkampf", + "move_246": "Wuchtschlag", + "move_247": "Fokusstoß", + "move_248": "Aurorastrahl", + "move_249": "Ladestrahl", + "move_250": "Voltwechsel", + "move_251": "Stromstoß", + "move_252": "Blitzkanone", + "move_253": "Drachenrute", + "move_254": "Lawine", + "move_255": "Luftschnitt", + "move_256": "Sturzflug", + "move_257": "Himmelsfeger", + "move_258": "Sandgrab", + "move_259": "Felswurf", + "move_260": "Plage", + "move_261": "Käfertrutz", + "move_262": "Silberhauch", + "move_263": "Erstauner", + "move_264": "Bürde", + "move_265": "Nachtnebel", + "move_266": "Eisenschweif", + "move_267": "Gyroball", + "move_268": "Rammboss", + "move_269": "Feuerwirbel", + "move_270": "Hitzekoller", + "move_271": "Kugelsaat", + "move_272": "Strauchler", + "move_273": "Energieball", + "move_274": "Sondersensor", + "move_275": "Seher", + "move_276": "Spiegelcape", + "move_277": "Wutanfall", + "move_278": "Standpauke", + "move_279": "Knirscher", + "move_280": "Schmarotzer", + "move_281": "Kraftreserve", + "move_282": "Bodycheck", + "move_283": "Kaskade", + "move_284": "Surfer", + "move_285": "Draco Meteor", + "move_286": "Kismetwunsch", + "move_287": "Gähner", + "move_288": "Psyschub", + "move_289": "Ursprungswoge", + "move_290": "Abgrundsklinge", + "move_291": "Geschenk", + "move_292": "Meteorologe", + "move_293": "Meteorologe", + "move_294": "Meteorologe", + "move_295": "Meteorologe", + "move_296": "Flora-Statue", + "move_297": "Katapult", + "move_298": "Lohekanonade", + "move_299": "Aquahaubitze", + "move_300": "Zuflucht", + "move_301": "Sternenhieb", + "move_302": "Schädelwumme", + "move_303": "Säurespeier", + "move_304": "Erdkräfte", + "move_305": "Krabbhammer", + "move_306": "Anfallen", + "move_307": "Zermalmklaue", + "move_308": "Octazooka", + "move_309": "Spiegelsalve", + "move_310": "Kraftkoloss", + "move_311": "Stachelfinale", + "move_312": "Grasmixer", + "move_313": "Blutsauger", + "move_314": "Ableithieb", + "move_315": "Schattenknochen", + "move_316": "Lehmbrühe", + "move_317": "Feuerfeger", + "move_318": "Kalkklinge", + "move_319": "Steigerungshieb", + "move_320": "Charme", + "move_321": "Gigastoß", + "move_322": "Frustration", + "move_323": "Rückkehr", + "move_324": "Synchrolärm", + "move_325": "Zielschuss", + "move_326": "Donnerzahn", + "move_327": "Eiszahn", + "move_328": "Hornbohrer", + "move_329": "Geofissur", + "move_330": "Sanctoklinge", + "move_331": "Flying Press", + "move_332": "Aurasphäre", + "move_333": "Gegenstoß", + "move_334": "Felswerfer", + "move_335": "Luftstoß", + "move_336": "Techblaster", + "move_337": "Techblaster", + "move_338": "Techblaster", + "move_339": "Techblaster", + "move_340": "Techblaster", + "move_341": "Fliegen", + "move_342": "V-Generator", + "move_343": "Blättersturm", + "move_344": "Triplette", + "move_345": "Windstoß", + "move_346": "Einäschern", + "move_347": "Dark Void", + "move_348": "Daunenreigen", + "move_349": "Fiery Dance", + "move_350": "Feenbrise", + "move_351": "Relic Song", + "move_352": "Meteorologe", + "move_353": "Psychobeißer", + "move_354": "Dimensionswahn", + "move_355": "Dimensionsloch", + "move_356": "Doppelkick", + "move_357": "Zauberblatt", + "move_358": "Läuterfeuer", + "move_359": "Eisspeer", + "move_360": "Luftstoß+", + "move_361": "Luftstoß++", + "move_362": "Läuterfeuer+", + "move_363": "Läuterfeuer++", + "move_364": "Akrobatik", + "move_365": "Scheinwerfer", + "move_366": "Nebelball", + "move_367": "Wirbler", + "move_368": "Walzer", + "move_369": "Schocksamen", + "move_370": "Abblocker", + "move_371": "Schemenkraft", + "move_372": "Meteorstrahl", + "move_373": "Wasser-Shuriken", + "move_374": "Kreuzdonner", + "move_375": "Kreuzflamme", + "move_376": "Poltergeist", + "move_377": "Pferdestärke", + "move_378": "Eiszeit", + "move_379": "Breitseite", + "move_380": "Überschallknall", + "move_381": "Panzerfäuste", + "move_382": "Magieflamme", + "move_383": "Aquadurchstoß", + "move_384": "Zenitstürmer", + "move_385": "Blattwerk", + "move_386": "Lavasturm", + "move_387": "Geokontrolle", + "move_388": "Raumschlag", + "move_389": "Unheilsschwingen", + "move_390": "Naturzorn", + "move_391": "Dreifach-Axel", + "move_392": "Wegbereiter", + "move_393": "Brandsand", + "move_394": "Zeitenlärm", + "move_395": "Polarorkan", + "move_396": "Wüstenorkan", + "move_397": "Donnerorkan", + "move_398": "Schattenfessel", + "move_399": "Volttackle", + "move_400": "Dark Lariat", + "move_401": "Psywelle", + "move_402": "Metallsound", + "move_403": "Sandwirbel", + "move_404": "Stahlgestirn", + "move_405": "Schattenstrahl", + "move_406": "Aura-Rad", + "move_407": "Aura-Rad", + "move_408": "Turmkick", + "move_409": "Dyna-Brand", + "move_410": "Dyna-Schwarm", + "move_411": "Dyna-Gewitter", + "move_412": "Dyna-Angriff", + "move_413": "Dyna-Faust", + "move_414": "Dyna-Spuk", + "move_415": "Dyna-Frost", + "move_416": "Dyna-Giftschwall", + "move_417": "Dyna-Flut", + "move_418": "Dyna-Düse", + "move_419": "Dyna-Zauber", + "move_420": "Dyna-Wyrm", + "move_421": "Dyna-Kinese", + "move_422": "Dyna-Brocken", + "move_423": "Dyna-Erdstoß", + "move_424": "Dyna-Dunkel", + "move_425": "Dyna-Flora", + "move_426": "Dyna-Stahlzacken", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "Kraftwelle", + "move_463": "Schaumserenade", + "poke_0": "Ersatzpokemon", + "poke_1": "Bisasam", + "poke_2": "Bisaknosp", + "poke_3": "Bisaflor", + "poke_3_e1": "Mega-Bisaflor", + "poke_4": "Glumanda", + "poke_5": "Glutexo", + "poke_6": "Glurak", + "poke_6_e2": "Mega-Glurak X", + "poke_6_e3": "Mega-Glurak Y", + "poke_7": "Schiggy", + "poke_8": "Schillok", + "poke_9": "Turtok", + "poke_9_e1": "Mega-Turtok", + "poke_10": "Raupy", + "poke_11": "Safcon", + "poke_12": "Smettbo", + "poke_13": "Hornliu", + "poke_14": "Kokuna", + "poke_15": "Bibor", + "poke_15_e1": "Mega-Bibor", + "poke_16": "Taubsi", + "poke_17": "Tauboga", + "poke_18": "Tauboss", + "poke_18_e1": "Mega-Tauboss", + "poke_19": "Rattfratz", + "poke_20": "Rattikarl", + "poke_21": "Habitak", + "poke_22": "Ibitak", + "poke_23": "Rettan", + "poke_24": "Arbok", + "poke_25": "Pikachu", + "poke_26": "Raichu", + "poke_27": "Sandan", + "poke_28": "Sandamer", + "poke_29": "Nidoran♀", + "poke_30": "Nidorina", + "poke_31": "Nidoqueen", + "poke_32": "Nidoran♂", + "poke_33": "Nidorino", + "poke_34": "Nidoking", + "poke_35": "Piepi", + "poke_36": "Pixi", + "poke_37": "Vulpix", + "poke_38": "Vulnona", + "poke_39": "Pummeluff", + "poke_40": "Knuddeluff", + "poke_41": "Zubat", + "poke_42": "Golbat", + "poke_43": "Myrapla", + "poke_44": "Duflor", + "poke_45": "Giflor", + "poke_46": "Paras", + "poke_47": "Parasek", + "poke_48": "Bluzuk", + "poke_49": "Omot", + "poke_50": "Digda", + "poke_51": "Digdri", + "poke_52": "Mauzi", + "poke_53": "Snobilikat", + "poke_54": "Enton", + "poke_55": "Entoron", + "poke_56": "Menki", + "poke_57": "Rasaff", + "poke_58": "Fukano", + "poke_59": "Arkani", + "poke_60": "Quapsel", + "poke_61": "Quaputzi", + "poke_62": "Quappo", + "poke_63": "Abra", + "poke_64": "Kadabra", + "poke_65": "Simsala", + "poke_65_e1": "Mega-Simsala", + "poke_66": "Machollo", + "poke_67": "Maschock", + "poke_68": "Machomei", + "poke_69": "Knofensa", + "poke_70": "Ultrigaria", + "poke_71": "Sarzenia", + "poke_72": "Tentacha", + "poke_73": "Tentoxa", + "poke_74": "Kleinstein", + "poke_75": "Georok", + "poke_76": "Geowaz", + "poke_77": "Ponita", + "poke_78": "Gallopa", + "poke_79": "Flegmon", + "poke_80": "Lahmus", + "poke_80_e1": "Mega-Lahmus", + "poke_81": "Magnetilo", + "poke_82": "Magneton", + "poke_83": "Porenta", + "poke_84": "Dodu", + "poke_85": "Dodri", + "poke_86": "Jurob", + "poke_87": "Jugong", + "poke_88": "Sleima", + "poke_89": "Sleimok", + "poke_90": "Muschas", + "poke_91": "Austos", + "poke_92": "Nebulak", + "poke_93": "Alpollo", + "poke_94": "Gengar", + "poke_94_e1": "Mega-Gengar", + "poke_95": "Onix", + "poke_96": "Traumato", + "poke_97": "Hypno", + "poke_98": "Krabby", + "poke_99": "Kingler", + "poke_100": "Voltobal", + "poke_101": "Lektrobal", + "poke_102": "Owei", + "poke_103": "Kokowei", + "poke_104": "Tragosso", + "poke_105": "Knogga", + "poke_106": "Kicklee", + "poke_107": "Nockchan", + "poke_108": "Schlurp", + "poke_109": "Smogon", + "poke_110": "Smogmog", + "poke_111": "Rihorn", + "poke_112": "Rizeros", + "poke_113": "Chaneira", + "poke_114": "Tangela", + "poke_115": "Kangama", + "poke_115_e1": "Mega-Kangama", + "poke_116": "Seeper", + "poke_117": "Seemon", + "poke_118": "Goldini", + "poke_119": "Golking", + "poke_120": "Sterndu", + "poke_121": "Starmie", + "poke_122": "Pantimos", + "poke_123": "Sichlor", + "poke_124": "Rossana", + "poke_125": "Elektek", + "poke_126": "Magmar", + "poke_127": "Pinsir", + "poke_127_e1": "Mega-Pinsir", + "poke_128": "Tauros", + "poke_129": "Karpador", + "poke_130": "Garados", + "poke_130_e1": "Mega-Garados", + "poke_131": "Lapras", + "poke_132": "Ditto", + "poke_133": "Evoli", + "poke_134": "Aquana", + "poke_135": "Blitza", + "poke_136": "Flamara", + "poke_137": "Porygon", + "poke_138": "Amonitas", + "poke_139": "Amoroso", + "poke_140": "Kabuto", + "poke_141": "Kabutops", + "poke_142": "Aerodactyl", + "poke_142_e1": "Mega-Aerodactyl", + "poke_143": "Relaxo", + "poke_144": "Arktos", + "poke_145": "Zapdos", + "poke_146": "Lavados", + "poke_147": "Dratini", + "poke_148": "Dragonir", + "poke_149": "Dragoran", + "poke_150": "Mewtu", + "poke_150_e2": "Mega-Mewtu X", + "poke_150_e3": "Mega-Mewtu Y", + "poke_151": "Mew", + "poke_152": "Endivie", + "poke_153": "Lorblatt", + "poke_154": "Meganie", + "poke_155": "Feurigel", + "poke_156": "Igelavar", + "poke_157": "Tornupto", + "poke_158": "Karnimani", + "poke_159": "Tyracroc", + "poke_160": "Impergator", + "poke_161": "Wiesor", + "poke_162": "Wiesenior", + "poke_163": "Hoothoot", + "poke_164": "Noctuh", + "poke_165": "Ledyba", + "poke_166": "Ledian", + "poke_167": "Webarak", + "poke_168": "Ariados", + "poke_169": "Iksbat", + "poke_170": "Lampi", + "poke_171": "Lanturn", + "poke_172": "Pichu", + "poke_173": "Pii", + "poke_174": "Fluffeluff", + "poke_175": "Togepi", + "poke_176": "Togetic", + "poke_177": "Natu", + "poke_178": "Xatu", + "poke_179": "Voltilamm", + "poke_180": "Waaty", + "poke_181": "Ampharos", + "poke_181_e1": "Mega-Ampharos", + "poke_182": "Blubella", + "poke_183": "Marill", + "poke_184": "Azumarill", + "poke_185": "Mogelbaum", + "poke_186": "Quaxo", + "poke_187": "Hoppspross", + "poke_188": "Hubelupf", + "poke_189": "Papungha", + "poke_190": "Griffel", + "poke_191": "Sonnkern", + "poke_192": "Sonnflora", + "poke_193": "Yanma", + "poke_194": "Felino", + "poke_195": "Morlord", + "poke_196": "Psiana", + "poke_197": "Nachtara", + "poke_198": "Kramurx", + "poke_199": "Laschoking", + "poke_200": "Traunfugil", + "poke_201": "Icognito", + "poke_202": "Woingenau", + "poke_203": "Girafarig", + "poke_204": "Tannza", + "poke_205": "Forstellka", + "poke_206": "Dummisel", + "poke_207": "Skorgla", + "poke_208": "Stahlos", + "poke_208_e1": "Mega-Stahlos", + "poke_209": "Snubbull", + "poke_210": "Granbull", + "poke_211": "Baldorfish", + "poke_212": "Scherox", + "poke_212_e1": "Mega-Scherox", + "poke_213": "Pottrott", + "poke_214": "Skaraborn", + "poke_214_e1": "Mega-Skaraborn", + "poke_215": "Sniebel", + "poke_216": "Teddiursa", + "poke_217": "Ursaring", + "poke_218": "Schneckmag", + "poke_219": "Magcargo", + "poke_220": "Quiekel", + "poke_221": "Keifel", + "poke_222": "Corasonn", + "poke_223": "Remoraid", + "poke_224": "Octillery", + "poke_225": "Botogel", + "poke_226": "Mantax", + "poke_227": "Panzaeron", + "poke_228": "Hunduster", + "poke_229": "Hundemon", + "poke_229_e1": "Mega-Hundemon", + "poke_230": "Seedraking", + "poke_231": "Phanpy", + "poke_232": "Donphan", + "poke_233": "Porygon2", + "poke_234": "Damhirplex", + "poke_235": "Farbeagle", + "poke_236": "Rabauz", + "poke_237": "Kapoera", + "poke_238": "Kussilla", + "poke_239": "Elekid", + "poke_240": "Magby", + "poke_241": "Miltank", + "poke_242": "Heiteira", + "poke_243": "Raikou", + "poke_244": "Entei", + "poke_245": "Suicune", + "poke_246": "Larvitar", + "poke_247": "Pupitar", + "poke_248": "Despotar", + "poke_248_e1": "Mega-Despotar", + "poke_249": "Lugia", + "poke_250": "Ho-Oh", + "poke_251": "Celebi", + "poke_252": "Geckarbor", + "poke_253": "Reptain", + "poke_254": "Gewaldro", + "poke_254_e1": "Mega-Gewaldro", + "poke_255": "Flemmli", + "poke_256": "Jungglut", + "poke_257": "Lohgock", + "poke_257_e1": "Mega-Lohgock", + "poke_258": "Hydropi", + "poke_259": "Moorabbel", + "poke_260": "Sumpex", + "poke_260_e1": "Mega-Sumpex", + "poke_261": "Fiffyen", + "poke_262": "Magnayen", + "poke_263": "Zigzachs", + "poke_264": "Geradaks", + "poke_265": "Waumpel", + "poke_266": "Schaloko", + "poke_267": "Papinella", + "poke_268": "Panekon", + "poke_269": "Pudox", + "poke_270": "Loturzel", + "poke_271": "Lombrero", + "poke_272": "Kappalores", + "poke_273": "Samurzel", + "poke_274": "Blanas", + "poke_275": "Tengulist", + "poke_276": "Schwalbini", + "poke_277": "Schwalboss", + "poke_278": "Wingull", + "poke_279": "Pelipper", + "poke_280": "Trasla", + "poke_281": "Kirlia", + "poke_282": "Guardevoir", + "poke_282_e1": "Mega-Guardevoir", + "poke_283": "Gehweiher", + "poke_284": "Maskeregen", + "poke_285": "Knilz", + "poke_286": "Kapilz", + "poke_287": "Bummelz", + "poke_288": "Muntier", + "poke_289": "Letarking", + "poke_290": "Nincada", + "poke_291": "Ninjask", + "poke_292": "Ninjatom", + "poke_293": "Flurmel", + "poke_294": "Krakeelo", + "poke_295": "Krawumms", + "poke_296": "Makuhita", + "poke_297": "Hariyama", + "poke_298": "Azurill", + "poke_299": "Nasgnet", + "poke_300": "Eneco", + "poke_301": "Enekoro", + "poke_302": "Zobiris", + "poke_302_e1": "Mega-Zobiris", + "poke_303": "Flunkifer", + "poke_303_e1": "Mega-Flunkifer", + "poke_304": "Stollunior", + "poke_305": "Stollrak", + "poke_306": "Stolloss", + "poke_306_e1": "Mega-Stolloss", + "poke_307": "Meditie", + "poke_308": "Meditalis", + "poke_308_e1": "Mega-Meditalis", + "poke_309": "Frizelbliz", + "poke_310": "Voltenso", + "poke_310_e1": "Mega-Voltenso", + "poke_311": "Plusle", + "poke_312": "Minun", + "poke_313": "Volbeat", + "poke_314": "Illumise", + "poke_315": "Roselia", + "poke_316": "Schluppuck", + "poke_317": "Schlukwech", + "poke_318": "Kanivanha", + "poke_319": "Tohaido", + "poke_319_e1": "Mega-Tohaido", + "poke_320": "Wailmer", + "poke_321": "Wailord", + "poke_322": "Camaub", + "poke_323": "Camerupt", + "poke_323_e1": "Mega-Camerupt", + "poke_324": "Qurtel", + "poke_325": "Spoink", + "poke_326": "Groink", + "poke_327": "Pandir", + "poke_328": "Knacklion", + "poke_329": "Vibrava", + "poke_330": "Libelldra", + "poke_331": "Tuska", + "poke_332": "Noktuska", + "poke_333": "Wablu", + "poke_334": "Altaria", + "poke_334_e1": "Mega-Altaria", + "poke_335": "Sengo", + "poke_336": "Vipitis", + "poke_337": "Lunastein", + "poke_338": "Sonnfel", + "poke_339": "Schmerbe", + "poke_340": "Welsar", + "poke_341": "Krebscorps", + "poke_342": "Krebutack", + "poke_343": "Puppance", + "poke_344": "Lepumentas", + "poke_345": "Liliep", + "poke_346": "Wielie", + "poke_347": "Anorith", + "poke_348": "Armaldo", + "poke_349": "Barschwa", + "poke_350": "Milotic", + "poke_351": "Formeo", + "poke_352": "Kecleon", + "poke_353": "Shuppet", + "poke_354": "Banette", + "poke_354_e1": "Mega-Banette", + "poke_355": "Zwirrlicht", + "poke_356": "Zwirrklop", + "poke_357": "Tropius", + "poke_358": "Palimpalim", + "poke_359": "Absol", + "poke_359_e1": "Mega-Absol", + "poke_360": "Isso", + "poke_361": "Schneppke", + "poke_362": "Firnontor", + "poke_362_e1": "Mega-Firnontor", + "poke_363": "Seemops", + "poke_364": "Seejong", + "poke_365": "Walraisa", + "poke_366": "Perlu", + "poke_367": "Aalabyss", + "poke_368": "Saganabyss", + "poke_369": "Relicanth", + "poke_370": "Liebiskus", + "poke_371": "Kindwurm", + "poke_372": "Draschel", + "poke_373": "Brutalanda", + "poke_373_e1": "Mega-Brutalanda", + "poke_374": "Tanhel", + "poke_375": "Metang", + "poke_376": "Metagross", + "poke_376_e1": "Mega-Metagross", + "poke_377": "Regirock", + "poke_378": "Regice", + "poke_379": "Registeel", + "poke_380": "Latias", + "poke_380_e1": "Mega-Latias", + "poke_381": "Latios", + "poke_381_e1": "Mega-Latios", + "poke_382": "Kyogre", + "poke_383": "Groudon", + "poke_384": "Rayquaza", + "poke_384_e1": "Mega-Rayquaza", + "poke_385": "Jirachi", + "poke_386": "Deoxys", + "poke_387": "Chelast", + "poke_388": "Chelcarain", + "poke_389": "Chelterrar", + "poke_390": "Panflam", + "poke_391": "Panpyro", + "poke_392": "Panferno", + "poke_393": "Plinfa", + "poke_394": "Pliprin", + "poke_395": "Impoleon", + "poke_396": "Staralili", + "poke_397": "Staravia", + "poke_398": "Staraptor", + "poke_399": "Bidiza", + "poke_400": "Bidifas", + "poke_401": "Zirpurze", + "poke_402": "Zirpeise", + "poke_403": "Sheinux", + "poke_404": "Luxio", + "poke_405": "Luxtra", + "poke_406": "Knospi", + "poke_407": "Roserade", + "poke_408": "Koknodon", + "poke_409": "Rameidon", + "poke_410": "Schilterus", + "poke_411": "Bollterus", + "poke_412": "Burmy", + "poke_413": "Burmadame", + "poke_414": "Moterpel", + "poke_415": "Wadribie", + "poke_416": "Honweisel", + "poke_417": "Pachirisu", + "poke_418": "Bamelin", + "poke_419": "Bojelin", + "poke_420": "Kikugi", + "poke_421": "Kinoso", + "poke_422": "Schalellos", + "poke_423": "Gastrodon", + "poke_424": "Ambidiffel", + "poke_425": "Driftlon", + "poke_426": "Drifzepeli", + "poke_427": "Haspiror", + "poke_428": "Schlapor", + "poke_428_e1": "Mega-Schlapor", + "poke_429": "Traunmagil", + "poke_430": "Kramshef", + "poke_431": "Charmian", + "poke_432": "Shnurgarst", + "poke_433": "Klingplim", + "poke_434": "Skunkapuh", + "poke_435": "Skuntank", + "poke_436": "Bronzel", + "poke_437": "Bronzong", + "poke_438": "Mobai", + "poke_439": "Pantimimi", + "poke_440": "Wonneira", + "poke_441": "Plaudagei", + "poke_442": "Kryppuk", + "poke_443": "Kaumalat", + "poke_444": "Knarksel", + "poke_445": "Knakrack", + "poke_445_e1": "Mega-Knakrack", + "poke_446": "Mampfaxo", + "poke_447": "Riolu", + "poke_448": "Lucario", + "poke_448_e1": "Mega-Lucario", + "poke_449": "Hippopotas", + "poke_450": "Hippoterus", + "poke_451": "Pionskora", + "poke_452": "Piondragi", + "poke_453": "Glibunkel", + "poke_454": "Toxiquak", + "poke_455": "Venuflibis", + "poke_456": "Finneon", + "poke_457": "Lumineon", + "poke_458": "Mantirps", + "poke_459": "Shnebedeck", + "poke_460": "Rexblisar", + "poke_460_e1": "Mega-Rexblisar", + "poke_461": "Snibunna", + "poke_462": "Magnezone", + "poke_463": "Schlurplek", + "poke_464": "Rihornior", + "poke_465": "Tangoloss", + "poke_466": "Elevoltek", + "poke_467": "Magbrant", + "poke_468": "Togekiss", + "poke_469": "Yanmega", + "poke_470": "Folipurba", + "poke_471": "Glaziola", + "poke_472": "Skorgro", + "poke_473": "Mamutel", + "poke_474": "Porygon-Z", + "poke_475": "Galagladi", + "poke_475_e1": "Mega-Galagladi", + "poke_476": "Voluminas", + "poke_477": "Zwirrfinst", + "poke_478": "Frosdedje", + "poke_479": "Rotom", + "poke_480": "Selfe", + "poke_481": "Vesprit", + "poke_482": "Tobutz", + "poke_483": "Dialga", + "poke_484": "Palkia", + "poke_485": "Heatran", + "poke_486": "Regigigas", + "poke_487": "Giratina", + "poke_488": "Cresselia", + "poke_489": "Phione", + "poke_490": "Manaphy", + "poke_491": "Darkrai", + "poke_492": "Shaymin", + "poke_493": "Arceus", + "poke_494": "Victini", + "poke_495": "Serpifeu", + "poke_496": "Efoserp", + "poke_497": "Serpiroyal", + "poke_498": "Floink", + "poke_499": "Ferkokel", + "poke_500": "Flambirex", + "poke_501": "Ottaro", + "poke_502": "Zwottronin", + "poke_503": "Admurai", + "poke_504": "Nagelotz", + "poke_505": "Kukmarda", + "poke_506": "Yorkleff", + "poke_507": "Terribark", + "poke_508": "Bissbark", + "poke_509": "Felilou", + "poke_510": "Kleoparda", + "poke_511": "Vegimak", + "poke_512": "Vegichita", + "poke_513": "Grillmak", + "poke_514": "Grillchita", + "poke_515": "Sodamak", + "poke_516": "Sodachita", + "poke_517": "Somniam", + "poke_518": "Somnivora", + "poke_519": "Dusselgurr", + "poke_520": "Navitaub", + "poke_521": "Fasasnob", + "poke_522": "Elezeba", + "poke_523": "Zebritz", + "poke_524": "Kiesling", + "poke_525": "Sedimantur", + "poke_526": "Brockoloss", + "poke_527": "Fleknoil", + "poke_528": "Fletiamo", + "poke_529": "Rotomurf", + "poke_530": "Stalobor", + "poke_531": "Ohrdoch", + "poke_531_e1": "Mega-Ohrdoch", + "poke_532": "Praktibalk", + "poke_533": "Strepoli", + "poke_534": "Meistagrif", + "poke_535": "Schallquap", + "poke_536": "Mebrana", + "poke_537": "Branawarz", + "poke_538": "Jiutesto", + "poke_539": "Karadonis", + "poke_540": "Strawickl", + "poke_541": "Folikon", + "poke_542": "Matrifol", + "poke_543": "Toxiped", + "poke_544": "Rollum", + "poke_545": "Cerapendra", + "poke_546": "Waumboll", + "poke_547": "Elfun", + "poke_548": "Lilminip", + "poke_549": "Dressella", + "poke_550": "Barschuft", + "poke_551": "Ganovil", + "poke_552": "Rokkaiman", + "poke_553": "Rabigator", + "poke_554": "Flampion", + "poke_555": "Flampivian", + "poke_556": "Maracamba", + "poke_557": "Lithomith", + "poke_558": "Castellith", + "poke_559": "Zurrokex", + "poke_560": "Irokex", + "poke_561": "Symvolara", + "poke_562": "Makabaja", + "poke_563": "Echnatoll", + "poke_564": "Galapaflos", + "poke_565": "Karippas", + "poke_566": "Flapteryx", + "poke_567": "Aeropteryx", + "poke_568": "Unratütox", + "poke_569": "Deponitox", + "poke_570": "Zorua", + "poke_571": "Zoroark", + "poke_572": "Picochilla", + "poke_573": "Chillabell", + "poke_574": "Mollimorba", + "poke_575": "Hypnomorba", + "poke_576": "Morbitesse", + "poke_577": "Monozyto", + "poke_578": "Mitodos", + "poke_579": "Zytomega", + "poke_580": "Piccolente", + "poke_581": "Swaroness", + "poke_582": "Gelatini", + "poke_583": "Gelatroppo", + "poke_584": "Gelatwino", + "poke_585": "Sesokitz", + "poke_586": "Kronjuwild", + "poke_587": "Emolga", + "poke_588": "Laukaps", + "poke_589": "Cavalanzas", + "poke_590": "Tarnpignon", + "poke_591": "Hutsassa", + "poke_592": "Quabbel", + "poke_593": "Apoquallyp", + "poke_594": "Mamolida", + "poke_595": "Wattzapf", + "poke_596": "Voltula", + "poke_597": "Kastadur", + "poke_598": "Tentantel", + "poke_599": "Klikk", + "poke_600": "Kliklak", + "poke_601": "Klikdiklak", + "poke_602": "Zapplardin", + "poke_603": "Zapplalek", + "poke_604": "Zapplarang", + "poke_605": "Pygraulon", + "poke_606": "Megalon", + "poke_607": "Lichtel", + "poke_608": "Laternecto", + "poke_609": "Skelabra", + "poke_610": "Milza", + "poke_611": "Sharfax", + "poke_612": "Maxax", + "poke_613": "Petznief", + "poke_614": "Siberio", + "poke_615": "Frigometri", + "poke_616": "Schnuthelm", + "poke_617": "Hydragil", + "poke_618": "Flunschlik", + "poke_619": "Lin-Fu", + "poke_620": "Wie-Shu", + "poke_621": "Shardrago", + "poke_622": "Golbit", + "poke_623": "Golgantes", + "poke_624": "Gladiantri", + "poke_625": "Caesurio", + "poke_626": "Bisofank", + "poke_627": "Geronimatz", + "poke_628": "Washakwil", + "poke_629": "Skallyk", + "poke_630": "Grypheldis", + "poke_631": "Furnifraß", + "poke_632": "Fermicula", + "poke_633": "Kapuno", + "poke_634": "Duodino", + "poke_635": "Trikephalo", + "poke_636": "Ignivor", + "poke_637": "Ramoth", + "poke_638": "Kobalium", + "poke_639": "Terrakium", + "poke_640": "Viridium", + "poke_641": "Boreos", + "poke_642": "Voltolos", + "poke_643": "Reshiram", + "poke_644": "Zekrom", + "poke_645": "Demeteros", + "poke_646": "Kyurem", + "poke_647": "Keldeo", + "poke_648": "Meloetta", + "poke_649": "Genesect", + "poke_650": "Igamaro", + "poke_651": "Igastarnish", + "poke_652": "Brigaron", + "poke_653": "Fynx", + "poke_654": "Rutena", + "poke_655": "Fennexis", + "poke_656": "Froxy", + "poke_657": "Amphizel", + "poke_658": "Quajutsu", + "poke_659": "Scoppel", + "poke_660": "Grebbit", + "poke_661": "Dartiri", + "poke_662": "Dartignis", + "poke_663": "Fiaro", + "poke_664": "Purmel", + "poke_665": "Puponcho", + "poke_666": "Vivillon", + "poke_667": "Leufeo", + "poke_668": "Pyroleo", + "poke_669": "Flabébé", + "poke_670": "Floette", + "poke_671": "Florges", + "poke_672": "Mähikel", + "poke_673": "Chevrumm", + "poke_674": "Pam-Pam", + "poke_675": "Pandagro", + "poke_676": "Coiffwaff", + "poke_677": "Psiau", + "poke_678": "Psiaugon", + "poke_679": "Gramokles", + "poke_680": "Duokles", + "poke_681": "Durengard", + "poke_682": "Parfi", + "poke_683": "Parfinesse", + "poke_684": "Flauschling", + "poke_685": "Sabbaione", + "poke_686": "Iscalar", + "poke_687": "Calamanero", + "poke_688": "Bithora", + "poke_689": "Thanathora", + "poke_690": "Algitt", + "poke_691": "Tandrak", + "poke_692": "Scampisto", + "poke_693": "Wummer", + "poke_694": "Eguana", + "poke_695": "Elezard", + "poke_696": "Balgoras", + "poke_697": "Monargoras", + "poke_698": "Amarino", + "poke_699": "Amagarga", + "poke_700": "Feelinara", + "poke_701": "Resladero", + "poke_702": "Dedenne", + "poke_703": "Rocara", + "poke_704": "Viscora", + "poke_705": "Viscargot", + "poke_706": "Viscogon", + "poke_707": "Clavion", + "poke_708": "Paragoni", + "poke_709": "Trombork", + "poke_710": "Irrbis", + "poke_711": "Pumpdjinn", + "poke_712": "Arktip", + "poke_713": "Arktilas", + "poke_714": "eF-eM", + "poke_715": "UHaFnir", + "poke_716": "Xerneas", + "poke_717": "Yveltal", + "poke_718": "Zygarde", + "poke_719": "Diancie", + "poke_719_e1": "Mega-Diancie", + "poke_720": "Hoopa", + "poke_721": "Volcanion", + "poke_722": "Bauz", + "poke_723": "Arboretoss", + "poke_724": "Silvarro", + "poke_725": "Flamiau", + "poke_726": "Miezunder", + "poke_727": "Fuegro", + "poke_728": "Robball", + "poke_729": "Marikeck", + "poke_730": "Primarene", + "poke_731": "Peppeck", + "poke_732": "Trompeck", + "poke_733": "Tukanon", + "poke_734": "Mangunior", + "poke_735": "Manguspektor", + "poke_736": "Mabula", + "poke_737": "Akkup", + "poke_738": "Donarion", + "poke_739": "Krabbox", + "poke_740": "Krawell", + "poke_741": "Choreogel", + "poke_742": "Wommel", + "poke_743": "Bandelby", + "poke_744": "Wuffels", + "poke_745": "Wolwerock", + "poke_746": "Lusardin", + "poke_747": "Garstella", + "poke_748": "Aggrostella", + "poke_749": "Pampuli", + "poke_750": "Pampross", + "poke_751": "Araqua", + "poke_752": "Aranestro", + "poke_753": "Imantis", + "poke_754": "Mantidea", + "poke_755": "Bubungus", + "poke_756": "Lamellux", + "poke_757": "Molunk", + "poke_758": "Amfira", + "poke_759": "Velursi", + "poke_760": "Kosturso", + "poke_761": "Frubberl", + "poke_762": "Frubaila", + "poke_763": "Fruyal", + "poke_764": "Curelei", + "poke_765": "Kommandutan", + "poke_766": "Quartermak", + "poke_767": "Reißlaus", + "poke_768": "Tectass", + "poke_769": "Sankabuh", + "poke_770": "Colossand", + "poke_771": "Gufa", + "poke_772": "Typ:Null", + "poke_773": "Amigento", + "poke_774": "Meteno", + "poke_775": "Koalelu", + "poke_776": "Tortunator", + "poke_777": "Togedemaru", + "poke_778": "Mimigma", + "poke_779": "Knirfish", + "poke_780": "Sen-Long", + "poke_781": "Moruda", + "poke_782": "Miniras", + "poke_783": "Mediras", + "poke_784": "Grandiras", + "poke_785": "Kapu-Riki", + "poke_786": "Kapu-Fala", + "poke_787": "Kapu-Toro", + "poke_788": "Kapu-Kime", + "poke_789": "Cosmog", + "poke_790": "Cosmovum", + "poke_791": "Solgaleo", + "poke_792": "Lunala", + "poke_793": "Anego", + "poke_794": "Masskito", + "poke_795": "Schabelle", + "poke_796": "Voltriant", + "poke_797": "Kaguron", + "poke_798": "Katagami", + "poke_799": "Schlingking", + "poke_800": "Necrozma", + "poke_801": "Magearna", + "poke_802": "Marshadow", + "poke_803": "Venicro", + "poke_804": "Agoyon", + "poke_805": "Muramura", + "poke_806": "Kopplosio", + "poke_807": "Zeraora", + "poke_808": "Meltan", + "poke_809": "Melmetal", + "poke_810": "Chimpep", + "poke_811": "Chimstix", + "poke_812": "Gortrom", + "poke_813": "Hopplo", + "poke_814": "Kickerlo", + "poke_815": "Liberlo", + "poke_816": "Memmeon", + "poke_817": "Phlegleon", + "poke_818": "Intelleon", + "poke_819": "Raffel", + "poke_820": "Schlaraffel", + "poke_821": "Meikro", + "poke_822": "Kranoviz", + "poke_823": "Krarmor", + "poke_824": "Sensect", + "poke_825": "Keradar", + "poke_826": "Maritellit", + "poke_827": "Kleptifux", + "poke_828": "Gaunux", + "poke_829": "Cottini", + "poke_830": "Cottomi", + "poke_831": "Wolly", + "poke_832": "Zwollock", + "poke_833": "Kamehaps", + "poke_834": "Kamalm", + "poke_835": "Voldi", + "poke_836": "Bellektro", + "poke_837": "Klonkett", + "poke_838": "Wagong", + "poke_839": "Montecarbo", + "poke_840": "Knapfel", + "poke_841": "Drapfel", + "poke_842": "Schlapfel", + "poke_843": "Salanga", + "poke_844": "Sanaconda", + "poke_845": "Urgl", + "poke_846": "Pikuda", + "poke_847": "Barrakiefa", + "poke_848": "Toxel", + "poke_849": "Riffex", + "poke_850": "Thermopod", + "poke_851": "Infernopod", + "poke_852": "Klopptopus", + "poke_853": "Kaocto", + "poke_854": "Fatalitee", + "poke_855": "Mortipot", + "poke_856": "Brimova", + "poke_857": "Brimano", + "poke_858": "Silembrim", + "poke_859": "Bähmon", + "poke_860": "Pelzebub", + "poke_861": "Olangaar", + "poke_862": "Barrikadax", + "poke_863": "Mauzinger", + "poke_864": "Gorgasonn", + "poke_865": "Lauchzelot", + "poke_866": "Pantifrost", + "poke_867": "Oghnatoll", + "poke_868": "Hokumil", + "poke_869": "Pokusan", + "poke_870": "Legios", + "poke_871": "Britzigel", + "poke_872": "Snomnom", + "poke_873": "Mottineva", + "poke_874": "Humanolith", + "poke_875": "Kubuin", + "poke_876": "Servol", + "poke_877": "Morpeko", + "poke_878": "Kupfanti", + "poke_879": "Patinaraja", + "poke_880": "Lectragon", + "poke_881": "Lecryodon", + "poke_882": "Pescragon", + "poke_883": "Pescryodon", + "poke_884": "Duraludon", + "poke_885": "Grolldra", + "poke_886": "Phandra", + "poke_887": "Katapuldra", + "poke_888": "Zacian", + "poke_889": "Zamazenta", + "poke_890": "Endynalos", + "poke_891": "Dakuma", + "poke_892": "Wulaosu", + "poke_893": "Zarude", + "poke_894": "Regieleki", + "poke_895": "Regidrago", + "poke_896": "Polaross", + "poke_897": "Phantoross", + "poke_898": "Coronospa", + "poke_899": "Damythir", + "poke_900": "Axantor", + "poke_901": "Ursaluna", + "poke_902": "Salmagnis", + "poke_903": "Snieboss", + "poke_904": "Myriador", + "poke_905": "Cupidos", + "poke_906": "Felori", + "poke_907": "Feliospa", + "poke_908": "Maskagato", + "poke_909": "Krokel", + "poke_910": "Lokroko", + "poke_911": "Skelokrok", + "poke_912": "Kwaks", + "poke_913": "Fuentente", + "poke_914": "Bailonda", + "poke_915": "Ferkuli", + "poke_916": "Fragrunz", + "poke_917": "Tarundel", + "poke_918": "Spinsidias", + "poke_919": "Micrick", + "poke_920": "Lextremo", + "poke_921": "Pamo", + "poke_922": "Pamamo", + "poke_923": "Pamomamo", + "poke_924": "Zwieps", + "poke_925": "Famieps", + "poke_926": "Hefel", + "poke_927": "Backel", + "poke_928": "Olini", + "poke_929": "Olivinio", + "poke_930": "Olithena", + "poke_931": "Krawalloro", + "poke_932": "Geosali", + "poke_933": "Sedisal", + "poke_934": "Saltigant", + "poke_935": "Knarbon", + "poke_936": "Crimanzo", + "poke_937": "Azugladis", + "poke_938": "Blipp", + "poke_939": "Wampitz", + "poke_940": "Voltrel", + "poke_941": "Voltrean", + "poke_942": "Mobtiff", + "poke_943": "Mastifioso", + "poke_944": "Sproxi", + "poke_945": "Affiti", + "poke_946": "Weherba", + "poke_947": "Horrerba", + "poke_948": "Tentagra", + "poke_949": "Tenterra", + "poke_950": "Klibbe", + "poke_951": "Chilingel", + "poke_952": "Halupenjo", + "poke_953": "Relluk", + "poke_954": "Skarabaks", + "poke_955": "Flattutu", + "poke_956": "Psiopatra", + "poke_957": "Forgita", + "poke_958": "Tafforgita", + "poke_959": "Granforgita", + "poke_960": "Schligda", + "poke_961": "Schligdri", + "poke_962": "Adebom", + "poke_963": "Normifin", + "poke_964": "Delfinator", + "poke_965": "Knattox", + "poke_966": "Knattatox", + "poke_967": "Mopex", + "poke_968": "Schlurm", + "poke_969": "Lumispross", + "poke_970": "Lumiflora", + "poke_971": "Gruff", + "poke_972": "Friedwuff", + "poke_973": "Flaminkno", + "poke_974": "Flaniwal", + "poke_975": "Kolowal", + "poke_976": "Agiluza", + "poke_977": "Heerashai", + "poke_978": "Nigiragi", + "poke_979": "Epitaff", + "poke_980": "Suelord", + "poke_981": "Farigiraf", + "poke_982": "Dummimisel", + "poke_983": "Gladimperio", + "poke_984": "Riesenzahn", + "poke_985": "Brüllschweif", + "poke_986": "Wutpilz", + "poke_987": "Flatterhaar", + "poke_988": "Kriechflügel", + "poke_989": "Sandfell", + "poke_990": "Eisenrad", + "poke_991": "Eisenbündel", + "poke_992": "Eisenhand", + "poke_993": "Eisenhals", + "poke_994": "Eisenfalter", + "poke_995": "Eisendorn", + "poke_996": "Frospino", + "poke_997": "Cryospino", + "poke_998": "Espinodon", + "poke_999": "Gierspenst", + "poke_1000": "Monetigo", + "poke_1001": "Chongjian", + "poke_1002": "Baojian", + "poke_1003": "Dinglu", + "poke_1004": "Yuyu", + "poke_1005": "Donnersichel", + "poke_1006": "Eisenkrieger", + "poke_1007": "Koraidon", + "poke_1008": "Miraidon", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "Keiner", + "poke_type_1": "Normal", + "poke_type_2": "Kampf", + "poke_type_3": "Flug", + "poke_type_4": "Gift", + "poke_type_5": "Boden", + "poke_type_6": "Gestein", + "poke_type_7": "Käfer", + "poke_type_8": "Geist", + "poke_type_9": "Stahl", + "poke_type_10": "Feuer", + "poke_type_11": "Wasser", + "poke_type_12": "Pflanze", + "poke_type_13": "Elektro", + "poke_type_14": "Psycho", + "poke_type_15": "Eis", + "poke_type_16": "Drache", + "poke_type_17": "Unlicht", + "poke_type_18": "Fee", + "purified": "Erlöst", + "quest_0": "Unbekannter Quest Typ", + "quest_1": "{{amount}} mal erster Fang des Tages", + "quest_2": "{{amount}} mal erster Pokestop des Tages", + "quest_3": "mehrteilige Quest", + "quest_4": "Fange {{amount}} Pokemon", + "quest_5": "Drehe {{amount}} Pokestop(s)", + "quest_6": "Brüte {{amount}} Ei(er) aus", + "quest_7": "Gewinne {{amount}} Arenakampf / Arenakämpfe", + "quest_8": "Gewinne {{amount}} Raid(s)", + "quest_9": "Schließe {{amount}} Quest(s) ab", + "quest_10": "Verschicke {{amount}} Pokemon", + "quest_11": "Markiere {{amount}} Pokemon als Favorit(en)", + "quest_12": "automatisch vervollständigt", + "quest_13": "Benutze {{amount}} Beeren beim Fangen von Pokemon", + "quest_14": "Verwende {{amount}} PowerUps bei Pokemon", + "quest_15": "Entwickle {{amount}} Pokemon", + "quest_16": "Lande {{amount}} Wurf/Würfe", + "quest_17": "Verdiene {{amount}} Bonbons durch spazieren mit deinem Kumpel", + "quest_18": "Erhalte {{amount}} Medaille(n)", + "quest_19": "Erreiche Level {{amount}}", + "quest_20": "Kämpfe in {{amount}} Raid(s)", + "quest_21": "Gewinne {{amount}} Arenakampf / Arenakämpfe", + "quest_22": "Füge {{amount}} Freund(e) hinzu", + "quest_23": "Tausche {{amount}} Pokemon", + "quest_24": "Verschicke {{amount}} Geschenk(e) an Freunde", + "quest_25": "Entwickle {{amount}} Pokemon zu einem bestimmten Pokemon", + "quest_27": "Gewinne {{amount}} Kampf/Kämpfe", + "quest_28": "Mache {{amount}} Schnappschuss/Schnappschüsse", + "quest_29": "Kämpfe in {{amount}} Team Rocket Kampf/Kämpfe", + "quest_30": "Erlöse {{amount}} Pokemon", + "quest_31": "Finde {{amount}} Team Rocket Invasion(en)", + "quest_32": "{{amount}} mal erster Grunt des Tages", + "quest_33": "Füttere deinen Kumpel {{amount}} mal", + "quest_34": "Verdiene {{amount}} Herzen mit deinem Kumpel", + "quest_35": "Spiele {{amount}} mal mit deinem Kumpel", + "quest_36": "Erhöhe deinen Kumpel-Level {{amount}} mal", + "quest_37": "Erhalte {{amount}} Kumpel-Punkte durch spazieren", + "quest_38": "Erhalte {{amount}} Souvenir(e) von deinem Kumpel", + "quest_39": "Benutze {{amount}} Rauch", + "quest_40": "Finde mit Kumpel ${amount}} Souvenir(e)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Laufe {{amount}} km", + "quest_43": "Mega-Entwickle {{amount}} Pokemon", + "quest_44": "Erhalte {{amount}} Sternenstaub", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "{{amount}} ortsbasierende AR Scan(s)", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Verwende {{amount}} Ladeattacken", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Mache {{amount}} Schnappschuss/Schnappschüsse von wilden Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Öffne {{amount}} Geschenk(e)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "Laufe {{amount}} km mit deinem Kumpel.", + "quest_catch_type_dark_plural": "Fange {{amount}} Pokémon vom Typ Unlicht.", + "quest_catch_type_dragon_plural": "Fange {{amount}} Pokémon vom Typ Drache.", + "quest_catch_type_poison_plural": "Fange {{amount}} Pokémon vom Typ Gift.", + "quest_catch_type_psychic_plural": "Fange {{amount}} Pokémon vom Typ Psycho.", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Typ", + "quest_condition_1_formatted": "Typ(en): {{types}}", + "quest_condition_2": "Pokemon Kategorie", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "wetterverstärkt", + "quest_condition_4": "täglicher Fang-Bonus", + "quest_condition_5": "täglicher Dreh-Bonus", + "quest_condition_6": "gewinne Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Wurfart", + "quest_condition_8_formatted": "{{throw_type}}", + "quest_condition_9": "gewinne Arenakampf", + "quest_condition_10": "sehr effektive Ladeattacke", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "einzigartiger Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "hintereinander", + "quest_condition_14_formatted": "{{throw_type}}, hintereinander", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Abzeichen Typ", + "quest_condition_17": "Spieler Level", + "quest_condition_18": "gewinne Kampf", + "quest_condition_19": "neuer Freund", + "quest_condition_20": "Tage in Folge", + "quest_condition_21": "einzigartige Pokemon", + "quest_condition_22": "NPC Kampf", + "quest_condition_23": "PVP Kampf", + "quest_condition_24": "Ort", + "quest_condition_25": "Distanz", + "quest_condition_26": "Pokemon Ausrichtung", + "quest_condition_26_formatted": "Pokemon Ausrichtung(en): {{alignments}}", + "quest_condition_27": "Invasions Kategorie", + "quest_condition_27_formatted": "Invasions Kategorie(en): {{categories}}", + "quest_condition_28": "Mit Kumpel", + "quest_condition_29": "Kumpel Interessanter POI", + "quest_condition_30": "Tägliche Kumpel-Zuneigung", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "einzelner Tag", + "quest_condition_33": "einzigartiges Pokemon Team", + "quest_condition_34": "Max WP", + "quest_condition_35": "Glücks-Pokemon", + "quest_condition_36": "Legendäres Pokemon", + "quest_condition_37": "Mit Mega-Entwicklung", + "quest_condition_37_formatted": "Mega Entwicklung(en): {{evolutions}}", + "quest_condition_38": "GO Kampfliga Rang", + "quest_condition_39": "Fänge hintereinander", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Gewinne in der GO Kampfliga", + "quest_condition_42": "Scannen", + "quest_condition_42_formatted": "{{poi}} scannen", + "quest_condition_43": "Mit Item Typen", + "quest_condition_43_formatted": "Mit Item Typen: {{types}}", + "quest_condition_44": "Innerhalb bestimmter Zeit", + "quest_condition_44_formatted": "in {{time}} Sekunden", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "Besiege {{amount}} Pokémon vom Typ Geist.", + "quest_fight_type_ghost_psychic_plural": "Besiege {{amount}} Pokémon vom Typ Psycho oder Geist.", + "quest_fight_type_psychic_plural": "Besiege {{amount}} Pokémon vom Typ Psycho.", + "quest_incense_singular": "Verwende einen Rauch.", + "quest_land_excellent_plural": "Lande {{amount}} fabelhafte Würfe.", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Sternenstaub", + "quest_reward_3_formatted": "{{amount}} Sternenstaub", + "quest_reward_4": "Bonbon", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Bonbon", + "quest_reward_5": "Avatar-Kleidung", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Begegnung", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "Pokemünzen", + "quest_reward_8_formatted": "{{amount}} Pokemünzen", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Aufkleber", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Aufkleber", + "quest_reward_12": "Mega Energie", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energie", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "Kämpfe {{amount_0}}-mal gegen einen Teamleiter.", + "quest_title_challenge_2019_battle_trainer": "Kämpfe gegen einen anderen Trainer.", + "quest_title_challenge_2019_battle_trainer_plural": "Kämpfe {{amount_0}}-mal gegen einen anderen Trainer.", + "quest_title_challenge_2019_battle_trainer_win": "Gewinne {{amount_0}}-mal gegen einen anderen Trainer.", + "quest_title_challenge_2019_snapshot_eevee": "Mache {{amount_0}} Schnappschüsse von Evoli.", + "quest_title_challenge_2019_snapshot_loudred": "Mache einen Schnappschuss von Krakeelo.", + "quest_title_challenge_2019_snapshot_pkmn": "Mach {{amount_0}} Schnappschüsse von Jirachi.", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Fee.", + "quest_title_challenge_2019_snapshot_pkmn_flying": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Flug.", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Geist.", + "quest_title_challenge_2019_snapshot_pkmn_grass": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Pflanze.", + "quest_title_challenge_2019_snapshot_pkmn_ground": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Boden.", + "quest_title_challenge_2019_snapshot_pkmn_ice": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Eis.", + "quest_title_challenge_2019_snapshot_pkmn_normal": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Normal.", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Psycho.", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Psycho oder Stahl.", + "quest_title_challenge_2019_snapshot_pkmn_rock": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Gestein.", + "quest_title_challenge_2019_snapshot_pkmn_steel": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Stahl.", + "quest_title_challenge_2019_snapshot_pkmn_water": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Wasser.", + "quest_title_challenge_2019_trade_distance": "Tausche gegen 3 Pokémon, die aus mindestens 100 km Entfernung stammen.", + "quest_title_challenge_available": "Eine neue Herausforderung ist verfügbar!", + "quest_title_challenge_battle_gbl_win_all": "Gewinne in der GO-Kampfliga", + "quest_title_challenge_battle_trainer_great": "Kämpfe gegen einen anderen Trainer in der Superliga.", + "quest_title_challenge_buddy_affection_plural": "Verdiene {{amount_0}} Herzen mit deinem Kumpel.", + "quest_title_challenge_buddy_affection_single": "Verdiene ein Herz mit deinem Kumpel.", + "quest_title_challenge_buddy_battle_plural": "Kämpfe {{amount_0}}-mal an der Seite deines Kumpels, während ihr zusammen unterwegs seid.", + "quest_title_challenge_buddy_battle_single": "Kämpfe an der Seite deines Kumpels, während ihr zusammen unterwegs seid.", + "quest_title_challenge_buddy_emotion_plural": "Mache deinen Kumpel {{amount_0}}-mal aufgeregt.", + "quest_title_challenge_buddy_emotion_single": "Mache deinen Kumpel aufgeregt.", + "quest_title_challenge_buddy_level_best_plural": "Erreiche Bester Kumpel {{amount_0}}-mal mit Pokémon.", + "quest_title_challenge_buddy_level_best_single": "Erreiche Bester Kumpel mit einem Pokémon.", + "quest_title_challenge_buddy_level_good_plural": "Erreiche Guter Kumpel {{amount_0}}-mal mit Pokémon. ", + "quest_title_challenge_buddy_level_good_single": "Erreiche Guter Kumpel mit einem Pokémon.", + "quest_title_challenge_buddy_level_great_plural": "Erreiche Superkumpel {{amount_0}}-mal mit Pokémon.", + "quest_title_challenge_buddy_level_great_single": "Erreiche Superkumpel mit einem Pokémon. ", + "quest_title_challenge_buddy_level_plural": "Erhöhe den Kumpel-Level von Pokémon {{amount_0}}-mal.", + "quest_title_challenge_buddy_level_single": "Erhöhe den Kumpel-Level von einem Pokémon.", + "quest_title_challenge_buddy_level_ultra_plural": "Erreiche Hyperkumpel {{amount_0}}-mal mit Pokémon.", + "quest_title_challenge_buddy_level_ultra_single": "Erreiche Hyperkumpel mit einem Pokémon. ", + "quest_title_challenge_buddy_play_plural": "Spiele {{amount_0}}-mal mit deinem Kumpel.", + "quest_title_challenge_buddy_play_single": "Spiele mit deinem Kumpel.", + "quest_title_challenge_buddy_poi_plural": "Besuche {{amount_0}}-mal interessante Orte, die dein Kumpel entdeckt hat.", + "quest_title_challenge_buddy_poi_single": "Besuche einen interessanten Ort, den dein Kumpel entdeckt hat.", + "quest_title_challenge_buddy_snapshot_plural": "Mache {{amount_0}} Schnappschüsse von deinem Kumpel.", + "quest_title_challenge_buddy_snapshot_single": "Mache einen Schnappschuss von deinem Kumpel.", + "quest_title_challenge_buddy_treat_plural": "Gib deinem Kumpel {{amount_0}} Snacks.", + "quest_title_challenge_buddy_treat_single": "Gib deinem Kumpel einen Snack.", + "quest_title_challenge_catch_legendary": "Fange ein Legendäres Pokémon durch einen Feldforschungsdurchbruch oder Raid.", + "quest_title_challenge_catch_unique_any": "Fange {{amount_0}} verschiedene Arten von Pokémon.", + "quest_title_challenge_snapshot_bidoof": "Mache einen Schnappschuss von Bidiza.", + "quest_title_challenge_snapshot_dratini_singular": "Mache einen Schnappschuss von Dratini.", + "quest_title_challenge_snapshot_eevee": "Mache einen Schnappschuss von Evoli.", + "quest_title_challenge_snapshot_pkmn_bug": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Käfer.", + "quest_title_challenge_snapshot_pkmn_bug_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Käfer.", + "quest_title_challenge_snapshot_pkmn_dark": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Finsternis.", + "quest_title_challenge_snapshot_pkmn_dark_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Finsternis.", + "quest_title_challenge_snapshot_pkmn_dragon": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Drache.", + "quest_title_challenge_snapshot_pkmn_dragon_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Drache.", + "quest_title_challenge_snapshot_pkmn_electric": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Elektro.", + "quest_title_challenge_snapshot_pkmn_electric_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Elektro.", + "quest_title_challenge_snapshot_pkmn_fairy_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Fee.", + "quest_title_challenge_snapshot_pkmn_fighting": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Kampf.", + "quest_title_challenge_snapshot_pkmn_fighting_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Kampf.", + "quest_title_challenge_snapshot_pkmn_fire": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Feuer.", + "quest_title_challenge_snapshot_pkmn_fire_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Feuer.", + "quest_title_challenge_snapshot_pkmn_flying_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Flug.", + "quest_title_challenge_snapshot_pkmn_ghost_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Geist.", + "quest_title_challenge_snapshot_pkmn_grass_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Pflanze.", + "quest_title_challenge_snapshot_pkmn_ground_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Boden.", + "quest_title_challenge_snapshot_pkmn_ice_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Eis.", + "quest_title_challenge_snapshot_pkmn_normal_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Normal.", + "quest_title_challenge_snapshot_pkmn_poison": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Gift.", + "quest_title_challenge_snapshot_pkmn_poison_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Gift.", + "quest_title_challenge_snapshot_pkmn_psychic_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Psycho.", + "quest_title_challenge_snapshot_pkmn_rock": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Gestein.", + "quest_title_challenge_snapshot_pkmn_rock_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Gestein.", + "quest_title_challenge_snapshot_pkmn_steel_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Stahl.", + "quest_title_challenge_snapshot_pkmn_water_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Wasser.", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Mache einen Schnappschuss von Elezeba im Freien.", + "quest_title_challenge_snapshot_wild_glameow_singular": "Mache einen Schnappschuss von Charmian im Freien.", + "quest_title_geotarget_quest_description": "{{amount_0}} scannen", + "quest_title_quest_achieve_lvl_40": "Erreiche Level 40.", + "quest_title_quest_adventure_effect_activate_plural": "Aktiviere {{amount_0}}-mal einen Abenteuer-Effekt.", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Aktiviere {{amount_0}}-mal den Abenteuer-Effekt Zeitenlärm.", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Aktiviere den Abenteuer-Effekt Zeitenlärm.", + "quest_title_quest_adventure_effect_activate_singular": "Aktiviere einen Abenteuer-Effekt.", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Aktiviere {{amount_0}}-mal den Abenteuer-Effekt Raumschlag.", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Aktiviere den Abenteuer-Effekt Raumschlag.", + "quest_title_quest_adventure_evolve_singular": "Abenteuerwoche: Entwickle ein Amonitas oder Kabuto.", + "quest_title_quest_adventure_hatch_egg_plural": "Abenteuerwoche: Brüte {{amount_0}} Eier aus.", + "quest_title_quest_adventure_visit_pokestop_new_plural": "Abenteuerwoche: Drehe {{amount_0}} PokéStops, die du noch nicht besucht hast.", + "quest_title_quest_adventure_walk_buddy_plural": "Abenteuerwoche: Verdiene {{amount_0}} Bonbons durch Spazieren mit deinem Kumpel.", + "quest_title_quest_adventure2019_catch_special33_plural": "Abenteuerwoche 2019: Fange {{amount_0}} Stollunior.", + "quest_title_quest_adventure2019_evolve_singular": "Abenteuerwoche 2019: Entwickle ein Liliep oder Anorith.", + "quest_title_quest_adventure2019_hatch_egg_plural": "Abenteuerwoche 2019: Brüte {{amount_0}} Eier aus.", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Abenteuerwoche 2019: Drehe {{amount_0}} PokéStops, die du noch nicht besucht hast.", + "quest_title_quest_adventure2019_visit_pokestop_plural": "Abenteuerwoche 2019: Drehe 25 PokéStops.", + "quest_title_quest_adventure2019_walk_buddy_plural": "Abenteuerwoche 2019: Verdiene {{amount_0}} Bonbons durch Spazieren mit deinem Kumpel.", + "quest_title_quest_alodude_catch": "Fange {{amount_0}} Alola-Kleinstein.", + "quest_title_quest_alodude_evolve_a": "Entwickle {{amount_0}} Alola-Kleinstein.", + "quest_title_quest_alodude_evolve_b": "Entwickle {{amount_0}} Alola-Georok.", + "quest_title_quest_alodude_snap": "Mache {{amount_0}} Schnappschüsse von Alola-Kleinstein.", + "quest_title_quest_at_catch_a": "Fange {{amount_0}} Abra.", + "quest_title_quest_at_evolve_a": "Entwickle {{amount_0}} Abra.", + "quest_title_quest_at_evolve_k": "Entwickle {{amount_0}} Kadabra.", + "quest_title_quest_axew_catch_b": "Fange {{amount_0}} Milza.", + "quest_title_quest_axew_evolve_b": "Entwickle {{amount_0}} Milza.", + "quest_title_quest_axew_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Milza.", + "quest_title_quest_azelf_wild_snap": "Mache einen Schnappschuss von Tobutz im Freien.", + "quest_title_quest_bagon_catch_b": "Fange {{amount_0}} Kindwurm.", + "quest_title_quest_bagon_evolve_b_plural": "Entwickle {{amount_0}} Kindwurm", + "quest_title_quest_bagon_evolve_b_singular": "Entwickle ein Kindwurm", + "quest_title_quest_bagon_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Kindwurm.", + "quest_title_quest_battle_buddy_adventure_plural": "Kämpfe {{amount_0}}-mal gegen einen Trainer mit deinem Kumpel während ihr auf Abenteuer seid.", + "quest_title_quest_battle_buddy_adventure_single": "Kämpfe gegen einen Trainer mit deinem Kumpel während ihr auf Abenteuer seid.", + "quest_title_quest_battle_dangling_reward_toast": "Du musst deinen aktuellen Kampf beenden, bevor du einen neuen Kampf beginnen kannst!", + "quest_title_quest_battle_error_toast": "Beim Starten des Kampfes ist ein Fehler aufgetreten.", + "quest_title_quest_battle_gbl_halloween_plural": "Kämpfe {{amount_0}}-mal im Halloween-Cup.", + "quest_title_quest_battle_gbl_halloween_win_plural": "Gewinne {{amount_0}} Trainerkämpfe im Halloween-Cup.", + "quest_title_quest_battle_gbl_plural": "Kämpfe {{amount_0}}-mal in der GO-Kampfliga.", + "quest_title_quest_battle_gbl_singular": "Kämpfe in der GO-Kampfliga.", + "quest_title_quest_battle_gbl_win_plural": "Gewinne {{amount_0}} Trainerkämpfe in der GO-Kampfliga.", + "quest_title_quest_battle_gbl_win_singular": "Gewinne 1 Trainerkampf in der GO-Kampfliga.", + "quest_title_quest_battle_great_plural": "Kämpfe {{amount_0}}-mal gegen einen Trainer in der Superliga.", + "quest_title_quest_battle_great_win_plural": "Gewinne {{amount_0}} Trainerkämpfe in der Superliga.", + "quest_title_quest_battle_great_win_singular": "Gewinne 1 Trainerkampf in der Superliga.", + "quest_title_quest_battle_gym_plural": "Kämpfe {{amount_0}}-mal in einer Arena.", + "quest_title_quest_battle_gym_singular": "Kämpfe in einer Arena.", + "quest_title_quest_battle_master_win_plural": "Gewinne {{amount_0}} Trainerkämpfe in der Meisterliga.", + "quest_title_quest_battle_master_win_singular": "Gewinne 1 Trainerkampf in der Meisterliga.", + "quest_title_quest_battle_raid_plural": "Kämpfe in {{amount_0}} Raids.", + "quest_title_quest_battle_raid_singular": "Kämpfe in einem Raid.", + "quest_title_quest_battle_raid_with_friend_plural": "Kämpfe in {{amount_0}} Raids mit einem Freund.", + "quest_title_quest_battle_raid_with_friend_singular": "Kämpfe in einem Raid mit einem Freund.", + "quest_title_quest_battle_supereffective_charge_plural": "Setze eine sehr effektive Lade-Attacke in {{amount_0}} Arenakämpfen ein.", + "quest_title_quest_battle_supereffective_charge_singular": "Setze eine sehr effektive Lade-Attacke in einem Arenakampf ein.", + "quest_title_quest_battle_team_rocket_plural": "Kämpfe gegen {{amount_0}} Team GO Rocket-Rüpel.", + "quest_title_quest_battle_team_rocket_singular": "Kämpfe gegen einen Team GO Rocket-Rüpel.", + "quest_title_quest_battle_ultra_win_plural": "Gewinne {{amount_0}} Trainerkämpfe in der Hyperliga.", + "quest_title_quest_battle_ultra_win_singular": "Gewinne 1 Trainerkampf in der Hyperliga.", + "quest_title_quest_battle19_catch_fighting_easy": "Fange {{amount_0}} Pokémon vom Typ Kampf.", + "quest_title_quest_battle19_catch_medium_pkmn": "Fange ein Makuhita oder Meditie!", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Lande {{amount_0}} fabelhafte Würfe hintereinander.", + "quest_title_quest_battle19_raid_win_veryhard": "Gewinne {{amount_0}} Raids.", + "quest_title_quest_battle19_supereffective_charge_hard": "Setze eine sehr effektive Lade-Attacke in {{amount_0}} Arenakämpfen ein.", + "quest_title_quest_battler_appears": "EIN GEGNER ERSCHEINT!", + "quest_title_quest_beat_raid_10_minutes": "Gewinne einen Raid in weniger als 10 Minuten.", + "quest_title_quest_beat_raid_60_seconds": "Gewinne einen Raid in weniger als 60 Sekunden.", + "quest_title_quest_beat_raid_singular_minutes": "Gewinne einen Raid in weniger als {{amount_0}} Minuten.", + "quest_title_quest_beat_raid_singular_seconds": "Gewinne einen Raid in weniger als {{amount_0}} Sekunden.", + "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: Fange {{amount_0}} Taubsi oder Rattfratz.", + "quest_title_quest_begins19_evolve_plural": "Pokémon Day: Entwickle ein Mauzi.", + "quest_title_quest_beldum_catch_b": "Fange {{amount_0}} Tanhel.", + "quest_title_quest_beldum_evolve_b_plural": "Entwickle {{amount_0}} Tanhel.", + "quest_title_quest_beldum_evolve_b_singular": "Entwickle ein Tanhel.", + "quest_title_quest_bellsprout_catch_b": "Fange {{amount_0}} Knofensa", + "quest_title_quest_bellsprout_evolve_b_plural": "Entwickle {{amount_0}} Knofensa", + "quest_title_quest_bellsprout_evolve_b_singular": "Entwickle ein Knofensa", + "quest_title_quest_bellsprout_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Knofensa!", + "quest_title_quest_beluga_evolve_pkmn": "Let's go: Entwickle {{amount_0}} Anorith.", + "quest_title_quest_beluga_excellent_singular": "Let's Go: Lande {{amount_0}} fabelhaften Wurf.", + "quest_title_quest_beluga_hatch_plural": "Let’s Go: Brüte {{amount_0}} Eier aus.", + "quest_title_quest_best_buddy_bronze": "Habe 1 Besten Kumpel.", + "quest_title_quest_best_buddy_silver": "Habe 10 Beste Kumpel.", + "quest_title_quest_bounsweet_catch_b": "Fange {{amount_0}} Frubberl", + "quest_title_quest_bounsweet_evolve_b_plural": "Entwickle {{amount_0}} Frubberl", + "quest_title_quest_bounsweet_evolve_b_singular": "Entwickle ein Frubberl", + "quest_title_quest_braixen_evolve_b": "Entwickle {{amount_0}} Rutena.", + "quest_title_quest_breakthrough_completed": "Feldforschung abgeschlossen!", + "quest_title_quest_breakthrough_reward_mystery": "Geheime Items", + "quest_title_quest_breakthrough_reward_stardust": "Sternen-staub", + "quest_title_quest_brionne_evolve_b_plural": "Entwickle {{amount_0}} Marikeck.", + "quest_title_quest_brionne_evolve_b_singular": "Entwickle ein Marikeck.", + "quest_title_quest_buddy_affection_days": "Verdiene an {{amount_0}} verschiedenen Tagen ein Herz mit deinem Kumpel.", + "quest_title_quest_buddy_affection_days_in_a_row": "Verdiene {{amount_0}} Tage hintereinander ein Herz mit deinem Kumpel.", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Kämpfe {{amount_0}}-mal gegen einen Trainer mit deinem Kumpel während ihr auf Abenteuer seid.", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "Kämpfe gegen einen Trainer mit deinem Kumpel während ihr auf Abenteuer seid.", + "quest_title_quest_buddy_souvenir_plural": "Erhalte {{amount_0}} Souvenirs von deinem Kumpel.", + "quest_title_quest_buddy_souvenir_singular": "Erhalte 1 Souvenir von deinem Kumpel.", + "quest_title_quest_buddy_walk_km_plural": "Laufe {{amount_0}} km mit deinem Kumpel.", + "quest_title_quest_bulbt_catch_b": "Fange {{amount_0}} Bisasam.", + "quest_title_quest_bulbt_evolve_b": "Entwickle {{amount_0}} Bisasam.", + "quest_title_quest_bulbt_evolve_s1": "Entwickle {{amount_0}} Bisaknosp.", + "quest_title_quest_cacnea_catch": "Fange {{amount_0}} Tuska.", + "quest_title_quest_catch_151": "Fange 151 Pokémon.", + "quest_title_quest_catch_b_types_plural": "Fange {{amount_0}} Pokémon vom Typ Elektro, Normal oder Gift.", + "quest_title_quest_catch_basic_types_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze, Wasser oder Feuer.", + "quest_title_quest_catch_berry_any_drifloon": "Verwende {{amount_0}} Beeren beim Fangen von Driftlon.", + "quest_title_quest_catch_berry_nanab_drifloon": "Verwende {{amount_0}} Nanabbeeren beim Fangen von Driftlon.", + "quest_title_quest_catch_berry_pinap": "Verwende {{amount_0}} Sananabeeren beim Fangen von Pokémon.", + "quest_title_quest_catch_berry_razz": "Verwende {{amount_0}} Himmihbeeren beim Fangen von Pokémon.", + "quest_title_quest_catch_berry_razz_drifloon": "Verwende {{amount_0}} Himmihbeeren beim Fangen von Driftlon.", + "quest_title_quest_catch_bronzor_plural": "Fange {{amount_0}} Bronzel.", + "quest_title_quest_catch_c_types_plural": "Fange {{amount_0}} Pokémon vom Typ Flug, Psycho oder Unlicht.", + "quest_title_quest_catch_carbink_singular": "Fange ein Rocara", + "quest_title_quest_catch_celebi_types_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze oder Psycho.", + "quest_title_quest_catch_costumed_plural": "Fange {{amount_0}} Evoli mit Sonnenkrone oder Mondkrone", + "quest_title_quest_catch_crabrawler_plural": "Fange {{amount_0}} Krabbox", + "quest_title_quest_catch_dark_type_plural": "Fange {{amount_0}} Pokémon vom Typ Unlicht.", + "quest_title_quest_catch_darumaka_plural": "Fange {{amount_0}} Flampion.", + "quest_title_quest_catch_daysinarow": "Fange {{amount_0}} Tage hintereinander ein Pokémon.", + "quest_title_quest_catch_dialga": "Fange Dialga.", + "quest_title_quest_catch_drifloon": "Fange {{amount_0}} Driftlon.", + "quest_title_quest_catch_ducklett_plural": "Fange {{amount_0}} Piccolente", + "quest_title_quest_catch_ducklett_singular": "Fange ein Piccolente.", + "quest_title_quest_catch_emolga_plural": "Fange {{amount_0}} Emolga", + "quest_title_quest_catch_excellent_curve_drifloon": "Fange {{amount_0}} Driftlon mit fabelhaften Curveball-Würfen.", + "quest_title_quest_catch_excellent_with_berry_drifloon": "Fange {{amount_0}} Drifloon mit fabelhaften Würfen, nachdem du ihnen Beeren gegeben hast.", + "quest_title_quest_catch_feed_plural": "Verwende {{amount_0}} Beeren beim Fangen von Pokémon.", + "quest_title_quest_catch_feed_singular": "Verwende eine Beere beim Fangen eines Pokémon.", + "quest_title_quest_catch_furfou_singular": "Fange ein Coiffwaff.", + "quest_title_quest_catch_groudon_primal_boosted_types": "Fange {{amount_0}} Pokémon vom Typ Feuer, Pflanze oder Boden.", + "quest_title_quest_catch_groudon_type": "Fange {{amount_0}} Pokémon vom Typ Feuer, Pflanze oder Boden.", + "quest_title_quest_catch_hoenn_pokemon": "Fange {{amount_0}} Pokémon, die ursprünglich in der Hoenn-Region entdeckt wurden.", + "quest_title_quest_catch_in_day_plural": "Fange {{amount_0}} Pokémon an einem einzigen Tag.", + "quest_title_quest_catch_jan21_hoenn1_plural": "Fange {{amount_0}} Groudon.", + "quest_title_quest_catch_jan21_hoenn2_plural": "Fange {{amount_0}} Kyogre.", + "quest_title_quest_catch_johto_pokemon": "Fange {{amount_0}} Pokémon, die ursprünglich in der Johto-Region entdeckt wurden.", + "quest_title_quest_catch_kanto_pokemon": "Fange {{amount_0}} Pokémon, die ursprünglich in der Kanto-Region entdeckt wurden.", + "quest_title_quest_catch_kyogre_primal_boosted_types": "Fange {{amount_0}} Pokémon vom Typ Wasser, Elektro oder Käfer.", + "quest_title_quest_catch_kyogre_type": "Fange {{amount_0}} Pokémon vom Typ Wasser, Elektro oder Käfer.", + "quest_title_quest_catch_legendary_inarow_plural": "Fange die nächsten {{amount_0}} Legendären oder Mysteriösen Pokémon, denen du begegnest.", + "quest_title_quest_catch_legendary_plural": "Fange {{amount_0}} Legendäre oder Mysteriöse Pokémon.", + "quest_title_quest_catch_legendary_singular": "Fange 1 Legendäres oder Mysteriöses Pokémon.", + "quest_title_quest_catch_lunatone_plural": "Fange {{amount_0}} Lunastein.", + "quest_title_quest_catch_luvdisc": "Fange {{amount_0}} Liebiskus.", + "quest_title_quest_catch_misc_01_types_plural": "Fange {{amount_0}} Pokémon vom Typ Normal, Wasser oder Eis.", + "quest_title_quest_catch_nymble_plural": "Fange {{amount_0}} Micrick.", + "quest_title_quest_catch_palkia": "Fange Palkia.", + "quest_title_quest_catch_pikachu_plural": "Fange {{amount_0}} Pikachu.", + "quest_title_quest_catch_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon.", + "quest_title_quest_catch_pokemon_dai_plural": "Verwende den Täglichen Abenteuerrauch, um {{amount_0}} Pokémon zu fangen.", + "quest_title_quest_catch_pokemon_days": "Fange an {{amount_0}} verschiedenen Tagen ein Pokémon.", + "quest_title_quest_catch_pokemon_great_ball_plural": "Fange {{amount_0}} Pokémon in Superbällen.", + "quest_title_quest_catch_pokemon_great_ball_singular": "Fange ein Pokémon in einem Superball.", + "quest_title_quest_catch_pokemon_legendary_plural": "Fange {{amount_0}} Legendäre Pokémon.", + "quest_title_quest_catch_pokemon_legendary_singular": "Fange ein Legendäres Pokémon.", + "quest_title_quest_catch_pokemon_party_plural": "Fange {{amount_0}} Pokémon mit einem Team.", + "quest_title_quest_catch_pokemon_plural": "Fange {{amount_0}} Pokémon.", + "quest_title_quest_catch_pokemon_poke_ball_plural": "Fange {{amount_0}} Pokémon in Pokébällen.", + "quest_title_quest_catch_pokemon_poke_ball_singular": "Fange ein Pokémon in einem Pokéball.", + "quest_title_quest_catch_pokemon_routes_plural": "Fange {{amount_0}} Pokémon beim Folgen von Routen.", + "quest_title_quest_catch_pokemon_routes_singular": "Fange ein Pokémon beim Folgen von Routen.", + "quest_title_quest_catch_pokemon_singular": "Fange ein Pokémon.", + "quest_title_quest_catch_pokemon_task": "Fange Pokémon.", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "Fange {{amount_0}} Pokémon in Hyperbällen.", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "Fange ein Pokémon in einem Hyperball.", + "quest_title_quest_catch_psychic_steel": "Fange {{amount_0}} Pokémon vom Typ Psycho oder Stahl.", + "quest_title_quest_catch_raid_regi_any": "Fange ein Regirock, Regice oder Registeel bei einem Raid.", + "quest_title_quest_catch_raid_regi_ice": "Fange ein Regice bei einem Raid.", + "quest_title_quest_catch_raid_regi_rock": "Fange ein Regirock bei einem Raid.", + "quest_title_quest_catch_raid_regi_steel": "Fange ein Registeel bei einem Raid.", + "quest_title_quest_catch_rayquaza_type": "Fange {{amount_0}} Pokémon vom Typ Flug, Psycho oder Drache.", + "quest_title_quest_catch_sinnoh_pokemon": "Fange {{amount_0}} Pokémon, die ursprünglich in der Sinnoh-Region entdeckt wurden.", + "quest_title_quest_catch_sinnoh_pokemon_singular": "Fange ein Pokémon, das ursprünglich in der Sinnoh-Region entdeckt wurde.", + "quest_title_quest_catch_solrock_plural": "Fange {{amount_0}} Sonnfel.", + "quest_title_quest_catch_special_aerodactyl": "Fange ein Aerodactyl.", + "quest_title_quest_catch_special_bidoof": "Fange {{amount_0}} Bidiza.", + "quest_title_quest_catch_special_chespin": "Fange ein Igamaro.", + "quest_title_quest_catch_special_cottonee": "Fange {{amount_0}} Waumboll.", + "quest_title_quest_catch_special_cubone": "Fange ein Tragosso.", + "quest_title_quest_catch_special_exeggcute": "Fange {{amount_0}} Owei.", + "quest_title_quest_catch_special_fennekin": "Fange ein Fynx.", + "quest_title_quest_catch_special_fletchling": "Fange ein Dartiri.", + "quest_title_quest_catch_special_froakie": "Fange ein Froxy.", + "quest_title_quest_catch_special_furfrou": "Fange ein Coiffwaff.", + "quest_title_quest_catch_special_jirachi": "Fange Jirachi!", + "quest_title_quest_catch_special_lieep_anorithl": "Fange {{amount_0}} Liliep oder Anorith.", + "quest_title_quest_catch_special_litleo": "Fange ein Leufeo.", + "quest_title_quest_catch_special_mew": "Fange Mew!", + "quest_title_quest_catch_special_natu": "Fange {{amount_0}} Natu.", + "quest_title_quest_catch_special_omanyte_kabuto": "Fange {{amount_0}} Amonitas oder Kabuto.", + "quest_title_quest_catch_special_pumpkaboo": "Fange {{amount_0}} Irrbis.", + "quest_title_quest_catch_special_slugma_gulpin": "Fange {{amount_0}} Schneckmag oder Schluppuck.", + "quest_title_quest_catch_special_voltorb": "Fange {{amount_0}} Voltobal.", + "quest_title_quest_catch_special0_plural": "Fange {{amount_0}} Ditto.", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Fange die {{amount_0}} Pokémon auf der Eventliste.", + "quest_title_quest_catch_special0_singular": "Fange ein Ditto.", + "quest_title_quest_catch_special1_plural": "Fange {{amount_0}} Myrapla oder Knofensa.", + "quest_title_quest_catch_special1_singular": "Fange ein Myrapla oder Knofensa.", + "quest_title_quest_catch_special2_plural": "Fange {{amount_0}} Wablu.", + "quest_title_quest_catch_special2_singular": "Fange ein Wablu.", + "quest_title_quest_catch_special3_plural": "Fange {{amount_0}} Taubsi oder Kramurx.", + "quest_title_quest_catch_special3_singular": "Fange ein Taubsi oder Kramurx.", + "quest_title_quest_catch_special4_plural": "Fange {{amount_0}} Geckarbor oder Hydropi.", + "quest_title_quest_catch_special4_singular": "Fange ein Geckarbor oder Hydropi.", + "quest_title_quest_catch_special5_plural": "Fange {{amount_0}} Mauzi oder Eneco.", + "quest_title_quest_catch_special5_singular": "Fange ein Mauzi oder Eneco.", + "quest_title_quest_catch_special6_plural": "Fange {{amount_0}} Voltilamm", + "quest_title_quest_catch_special7_plural": "Fange {{amount_0}} Glumanda", + "quest_title_quest_catch_special8_plural": "Fange {{amount_0}} Larvitar.", + "quest_title_quest_catch_special9_plural": "Fange {{amount_0}} Icognito.", + "quest_title_quest_catch_special10_plural": "Fange {{amount_0}} Plusle.", + "quest_title_quest_catch_special11_plural": "Fange {{amount_0}} Minun.", + "quest_title_quest_catch_special12_plural": "Fange {{amount_0}} Schiggy.", + "quest_title_quest_catch_special13_plural": "Fange {{amount_0}} Roselia.", + "quest_title_quest_catch_special14_singular": "Fange ein Mauzi oder Fukano.", + "quest_title_quest_catch_special15_singular": "Fange ein Snubbull oder Fiffyen.", + "quest_title_quest_catch_special16_singular": "Fange ein Eneco oder Fiffyen.", + "quest_title_quest_catch_special17_plural": "Fange {{amount_0}} Evoli.", + "quest_title_quest_catch_special18_plural": "Fange {{amount_0}} Tanhel.", + "quest_title_quest_catch_special19_plural": "Fange {{amount_0}} Bummelz.", + "quest_title_quest_catch_special20_plural": "Fange {{amount_0}} Trasla.", + "quest_title_quest_catch_special21_singular": "Fange ein Rattfratz oder Pikachu.", + "quest_title_quest_catch_special22_plural": "Fange {{amount_0}} Endivie.", + "quest_title_quest_catch_special23_plural": "Fange {{amount_0}} Feurigel.", + "quest_title_quest_catch_special24_plural": "Fange {{amount_0}} Karnimani.", + "quest_title_quest_catch_special25_plural": "Fange {{amount_0}} Quiekel.", + "quest_title_quest_catch_special26_plural": "Fange {{amount_0}} Geckarbor.", + "quest_title_quest_catch_special27_plural": "Fange {{amount_0}} Kindwurm.", + "quest_title_quest_catch_special28_plural": "Fange {{amount_0}} Flemmli.", + "quest_title_quest_catch_special29_plural": "Fange {{amount_0}} Hydropi.", + "quest_title_quest_catch_special31_plural": "Fange {{amount_0}} Chelast.", + "quest_title_quest_catch_special33_plural": "Fange {{amount_0}} Knacklion.", + "quest_title_quest_catch_special34_plural": "Fange {{amount_0}} Panflam.", + "quest_title_quest_catch_special35_plural": "Fange {{amount_0}} Plinfa.", + "quest_title_quest_catch_special36_plural": "Fange {{amount_0}} Rihorn.", + "quest_title_quest_catch_special37_plural": "Fange {{amount_0}} Machollo.", + "quest_title_quest_catch_special38_plural": "Fange {{amount_0}} Vulpix.", + "quest_title_quest_catch_special39_plural": "Fange {{amount_0}} Dratini.", + "quest_title_quest_catch_special40_plural": "Fange {{amount_0}} Abra.", + "quest_title_quest_catch_special41_plural": "Fange {{amount_0}} Seemops.", + "quest_title_quest_catch_special42_plural": "Fange {{amount_0}} Hornliu.", + "quest_title_quest_catch_special43_plural": "Fange {{amount_0}} Staralili.", + "quest_title_quest_catch_special44_plural": "Fange {{amount_0}} Samurzel.", + "quest_title_quest_catch_special45_plural": "Fange {{amount_0}} Sleima.", + "quest_title_quest_catch_special46_plural": "Fange {{amount_0}} Porygon.", + "quest_title_quest_catch_staryu_plural": "Fange {{amount_0}} Sterndu.", + "quest_title_quest_catch_stufful_pinap_plural": "Verwende {{amount_0}} Sananabeeren beim Fangen von Pokémon.", + "quest_title_quest_catch_stufful_pinap_singular": "Verwende eine Sananabeere beim Fangen eines Pokémon.", + "quest_title_quest_catch_stufful_razz_plural": "Verwende {{amount_0}} Himmihbeeren beim Fangen von Pokémon.", + "quest_title_quest_catch_stufful_razz_singular": "Verwende eine Himmihbeere beim Fangen eines Pokémon.", + "quest_title_quest_catch_transform_pokemon_plural": "Fange {{amount_0}} Exemplare des Transform-Pokémon.", + "quest_title_quest_catch_trubbish_plural": "Fange {{amount_0}} Unratütox.", + "quest_title_quest_catch_type_bug_plural": "Fange {{amount_0}} Pokémon vom Typ Käfer.", + "quest_title_quest_catch_type_bug_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Käfer.", + "quest_title_quest_catch_type_bug_singular": "Fange ein Pokémon vom Typ Käfer.", + "quest_title_quest_catch_type_buzzwole": "Fange ein Pokémon, das vom selben Typ ist wie Masskito.", + "quest_title_quest_catch_type_buzzwole_effective": "Fange ein Pokémon von einem Typ, gegen den Masskito eine Schwäche hat.", + "quest_title_quest_catch_type_buzzwole_plural": "Fange {{amount_0}} Pokémon, die vom selben Typ sind wie Masskito.", + "quest_title_quest_catch_type_celesteela_effective": "Fange ein Pokémon von einem Typ, gegen den Kaguron eine Schwäche hat.", + "quest_title_quest_catch_type_dark_plural": "Fange {{amount_0}} Pokémon vom Typ Unlicht.", + "quest_title_quest_catch_type_dark_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Unlicht.", + "quest_title_quest_catch_type_dark_singular": "Fange ein Pokémon vom Typ Unlicht.", + "quest_title_quest_catch_type_dragon_normal_plural": "Fange {{amount_0}} Pokémon vom Typ Normal oder Drache.", + "quest_title_quest_catch_type_dragon_plural": "Fange {{amount_0}} Pokémon vom Typ Drache.", + "quest_title_quest_catch_type_dragon_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Drache.", + "quest_title_quest_catch_type_dragon_singular": "Fange ein Pokémon vom Typ Drache.", + "quest_title_quest_catch_type_electric_flying_plural": "Fange {{amount_0}} Pokémon vom Typ Elektro oder Flug.", + "quest_title_quest_catch_type_electric_plural": "Fange {{amount_0}} Pokémon vom Typ Elektro.", + "quest_title_quest_catch_type_electric_plural_unique": "Fange {{amount_0}} verschiedene Arten von Elektro-Pokémon.", + "quest_title_quest_catch_type_electric_singular": "Fange ein Pokémon vom Typ Elektro.", + "quest_title_quest_catch_type_fairy_plural": "Fange {{amount_0}} Pokémon vom Typ Fee.", + "quest_title_quest_catch_type_fairy_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Fee.", + "quest_title_quest_catch_type_fairy_singular": "Fange ein Pokémon vom Typ Fee.", + "quest_title_quest_catch_type_fighting_plural": "Fange {{amount_0}} Pokémon vom Typ Kampf.", + "quest_title_quest_catch_type_fighting_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Kampf.", + "quest_title_quest_catch_type_fighting_singular": "Fange ein Pokémon vom Typ Kampf.", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Fange {{amount_0}} Feuer- oder Unlicht-Pokémon.", + "quest_title_quest_catch_type_fire_plural": "Fange {{amount_0}} Pokémon vom Typ Feuer.", + "quest_title_quest_catch_type_fire_singular": "Fange ein Pokémon vom Typ Feuer.", + "quest_title_quest_catch_type_flying_plural": "Fange {{amount_0}} Pokémon vom Typ Flug.", + "quest_title_quest_catch_type_flying_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Flug.", + "quest_title_quest_catch_type_flying_singular": "Fange ein Pokémon vom Typ Flug.", + "quest_title_quest_catch_type_ghost_dark_plural": "Fange {{amount_0}} Geister- oder Unlicht-Pokémon.", + "quest_title_quest_catch_type_ghost_plural": "Fange {{amount_0}} Pokémon vom Typ Geist.", + "quest_title_quest_catch_type_ghost_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Geist.", + "quest_title_quest_catch_type_ghost_singular": "Fange ein Pokémon vom Typ Geist.", + "quest_title_quest_catch_type_grass_bug_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze oder Käfer.", + "quest_title_quest_catch_type_grass_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze.", + "quest_title_quest_catch_type_grass_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pflanzen-Pokémon.", + "quest_title_quest_catch_type_grass_poison_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze oder Gift.", + "quest_title_quest_catch_type_grass_singular": "Fange ein Pokémon vom Typ Pflanze.", + "quest_title_quest_catch_type_ground_plural": "Fange {{amount_0}} Pokémon vom Typ Boden.", + "quest_title_quest_catch_type_ground_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Boden.", + "quest_title_quest_catch_type_ground_singular": "Fange ein Pokémon vom Typ Boden.", + "quest_title_quest_catch_type_guzzlord_effective": "Fange ein Pokémon von einem Typ, gegen den Schlingking eine Schwäche hat.", + "quest_title_quest_catch_type_ice_grass_plural_unique": "Fange {{amount_0}} Pokémon vom Typ Pflanze oder Eis.", + "quest_title_quest_catch_type_ice_plural": "Fange {{amount_0}} Pokémon vom Typ Eis.", + "quest_title_quest_catch_type_ice_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Eis.", + "quest_title_quest_catch_type_ice_singular": "Fange ein Pokémon vom Typ Eis.", + "quest_title_quest_catch_type_kartana_effective": "Fange ein Pokémon von einem Typ, gegen den Katagami eine Schwäche hat.", + "quest_title_quest_catch_type_nihilego": "Fange ein Pokémon, das vom selben Typ ist wie Anego.", + "quest_title_quest_catch_type_nihilego_effective": "Fange ein Pokémon von einem Typ, gegen den Anego eine Schwäche hat.", + "quest_title_quest_catch_type_nihilego_plural": "Fange {{amount_0}} Pokémon, die vom selben Typ sind wie Anego.", + "quest_title_quest_catch_type_normal_plural": "Fange {{amount_0}} Pokémon vom Typ Normal.", + "quest_title_quest_catch_type_normal_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Normal.", + "quest_title_quest_catch_type_normal_singular": "Fange ein Pokémon vom Typ Normal.", + "quest_title_quest_catch_type_pheremosa_effective": "Fange ein Pokémon von einem Typ, gegen den Schabelle eine Schwäche hat.", + "quest_title_quest_catch_type_pheromosa": "Fange ein Pokémon, das vom selben Typ ist wie Schabelle.", + "quest_title_quest_catch_type_pheromosa_plural": "Fange {{amount_0}} Pokémon, die vom selben Typ sind wie Schabelle.", + "quest_title_quest_catch_type_poison_plural": "Fange {{amount_0}} Pokémon vom Typ Gift.", + "quest_title_quest_catch_type_poison_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Gift.", + "quest_title_quest_catch_type_poison_singular": "Fange ein Pokémon vom Typ Gift.", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "Fange {{amount_0}} Pokémon vom Typ Psycho oder Kampf.", + "quest_title_quest_catch_type_psychic_plural": "Fange {{amount_0}} Pokémon vom Typ Psycho.", + "quest_title_quest_catch_type_psychic_plural_unique": "Fange {{amount_0}} verschiedene Arten von Psycho-Pokémon.", + "quest_title_quest_catch_type_psychic_singular": "Fange ein Pokémon vom Typ Psycho.", + "quest_title_quest_catch_type_rock_plural": "Fange {{amount_0}} Pokémon vom Typ Gestein.", + "quest_title_quest_catch_type_rock_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Gestein.", + "quest_title_quest_catch_type_rock_singular": "Fange ein Pokémon vom Typ Gestein.", + "quest_title_quest_catch_type_shaymin": "Fange ein Pokémon, das vom selben Typ ist wie Shaymin.", + "quest_title_quest_catch_type_shaymin_plural": "Fange {{amount_0}} Pokémon, die vom selben Typ sind wie Shaymin.", + "quest_title_quest_catch_type_steel_plural": "Fange {{amount_0}} Pokémon vom Typ Stahl.", + "quest_title_quest_catch_type_steel_plural_unique": "Fange {{amount_0}} verschiedene Arten von Stahl-Pokémon.", + "quest_title_quest_catch_type_steel_singular": "Fange ein Pokémon vom Typ Stahl.", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Fange {{amount_0}} Feuer-, Wasser- oder Elektro-Pokémon.", + "quest_title_quest_catch_type_water_flying_plural": "Fange {{amount_0}} Pokémon vom Typ Wasser oder Flug.", + "quest_title_quest_catch_type_water_ground_plural": "Fange {{amount_0}} Pokémon vom Typ Wasser oder Boden.", + "quest_title_quest_catch_type_water_plural": "Fange {{amount_0}} Pokémon vom Typ Wasser.", + "quest_title_quest_catch_type_water_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Wasser.", + "quest_title_quest_catch_type_water_singular": "Fange ein Pokémon vom Typ Wasser.", + "quest_title_quest_catch_type_xurkitree": "Fange ein Pokémon, das vom selben Typ ist wie Voltriant.", + "quest_title_quest_catch_type_xurkitree_effective": "Fange ein Pokémon von einem Typ, gegen den Voltriant eine Schwäche hat.", + "quest_title_quest_catch_type_xurkitree_plural": "Fange {{amount_0}} Pokémon, die vom selben Typ sind wie Voltriant.", + "quest_title_quest_catch_types_rainy_plural": "Fange {{amount_0}} Pokémon vom Typ Wasser, Elektro oder Käfer.", + "quest_title_quest_catch_types_rainy_singular": "Fange ein Pokémon vom Typ Wasser, Elektro oder Käfer.", + "quest_title_quest_catch_types_snowy_plural": "Fange {{amount_0}} Pokémon vom Typ Eis oder Stahl.", + "quest_title_quest_catch_types_snowy_singular": "Fange ein Pokémon vom Typ Eis oder Stahl.", + "quest_title_quest_catch_types_sunny_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze, Feuer oder Boden.", + "quest_title_quest_catch_types_sunny_singular": "Fange ein Pokémon vom Typ Pflanze, Feuer oder Boden.", + "quest_title_quest_catch_types_windy_plural": "Fange {{amount_0}} Pokémon vom Typ Flug, Psycho oder Drache.", + "quest_title_quest_catch_types_windy_singular": "Fange ein Pokémon vom Typ Flug, Psycho oder Drache.", + "quest_title_quest_catch_weather_boost_plural": "Fange {{amount_0}} Pokémon mit Wetterverstärkung.", + "quest_title_quest_catch_weather_boost_singular": "Fange ein Pokémon mit Wetterverstärkung.", + "quest_title_quest_catch_whismur": "Fange {{amount_0}} Flurmel.", + "quest_title_quest_challenge_party_power_plural": "Setze {{amount_0}}-mal Team-Power in einem Raid-Kampf ein.", + "quest_title_quest_challenge_party_power_singular": "Setze Team-Power in einem Raid-Kampf ein.", + "quest_title_quest_change_form_furfrou": "Ändere den Schnitt bei einem Coiffwaff", + "quest_title_quest_change_form_plural": "Ändere die Form von {{amount_0}} Pokémon.", + "quest_title_quest_change_form_singular": "Ändere die Form eines Pokémon.", + "quest_title_quest_chansey_catch_b": "Fange {{amount_0}} Chaneira.", + "quest_title_quest_chansey_evolve_b_plural": "Entwickle {{amount_0}} Chaneira.", + "quest_title_quest_chansey_evolve_b_singular": "Entwickle ein Chaneira.", + "quest_title_quest_chansey_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Chaneira.", + "quest_title_quest_charge_attack_party_plural": "Setze {{amount_0}} Lade-Attacken mit einem Team ein.", + "quest_title_quest_charge_attack_party_singular": "Setze eine Lade-Attacke mit einem Team ein.", + "quest_title_quest_charged_attack_plural": "Setze {{amount_0}} Lade-Attacken ein.", + "quest_title_quest_charjabug_evolve_b": "Entwickle {{amount_0}} Akkup.", + "quest_title_quest_chart_catch_b": "Fange {{amount_0}} Glumanda.", + "quest_title_quest_chart_catch_s1": "Fange {{amount_0}} Glutexo.", + "quest_title_quest_chart_evolve_b": "Entwickle {{amount_0}} Glumanda.", + "quest_title_quest_chart_evolve_s1": "Entwickle {{amount_0}} Glutexo.", + "quest_title_quest_chespin_catch_b": "Fange {{amount_0}} Igamaro.", + "quest_title_quest_chespin_evolve_b": "Entwickle {{amount_0}} Igamaro.", + "quest_title_quest_chespin_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Igamaro.", + "quest_title_quest_crocalor_evolve_b": "Entwickle ein Lokroko.", + "quest_title_quest_cyndaquil_catch_b": "Fange {{amount_0}} Feurigel.", + "quest_title_quest_cyndaquil_evolve_b_plural": "Entwickle {{amount_0}} Feurigel.", + "quest_title_quest_cyndaquil_evolve_b_singular": "Entwickle ein Feurigel.", + "quest_title_quest_dartrix_evolve_b_plural": "Entwickle {{amount_0}} Arboretoss.", + "quest_title_quest_dartrix_evolve_b_singular": "Entwickle {{amount_0}} Arboretoss.", + "quest_title_quest_dec2021_catch_b": "Fange {{amount_0}} Pokémon, die bei Community Days 2021 erschienen sind.", + "quest_title_quest_dec2022_catch_b": "Fange {{amount_0}} Pokémon während des Community Day im Dezember 2022", + "quest_title_quest_dec2023_catch_b": "Fange {{amount_0}} Pokémon, die bei Community Days im Jahr 2023 erschienen sind.", + "quest_title_quest_defeat_jessie_james_plural": "Besiege Jessie oder James {{amount_0}}-mal.", + "quest_title_quest_defeat_rocket": "Besiege {{amount_0}} Mitglieder von Team GO Rocket", + "quest_title_quest_defeat_rocket_leader_2500": "Besiege {{amount_0}}-mal einen Team GO Rocket-Boss mit Pokémon, max. 2500 WP.", + "quest_title_quest_defeat_rocket_singular": "Besiege ein Mitglied von Team GO Rocket", + "quest_title_quest_deino_catch": "Fange {{amount_0}} Kapuno.", + "quest_title_quest_deino_evolve_a": "Entwickle {{amount_0}} Kapuno.", + "quest_title_quest_deino_evolve_b": "Entwickle {{amount_0}} Kapuno oder Duodino.", + "quest_title_quest_deino_snap": "Mache {{amount_0}} Schnappschüsse von Kapuno.", + "quest_title_quest_dragonair_evolve_b": "Entwickle {{amount_0}} Dragonir.", + "quest_title_quest_dratini_cdc_catch_b": "Fange {{amount_0}} Dratini.", + "quest_title_quest_dratini_cdc_evolve_b": "Entwickle {{amount_0}} Dratini.", + "quest_title_quest_dratini_cdc_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Dratini.", + "quest_title_quest_drizzle_evolve": "Entwickle ein Phlegleon.", + "quest_title_quest_dude_catch": "Fange {{amount_0}} Kleinstein.", + "quest_title_quest_dude_evolve_a": "Entwickle {{amount_0}} Kleinstein.", + "quest_title_quest_dude_evolve_b": "Entwickle {{amount_0}} Georok.", + "quest_title_quest_dude_snap": "Mache {{amount_0}} Schnappschüsse von Kleinstein.", + "quest_title_quest_duskt_catch_b": "Fange {{amount_0}} Zwirrlicht.", + "quest_title_quest_duskt_evolve_b": "Entwickle {{amount_0}} Zwirrlicht.", + "quest_title_quest_duskt_evolve_s1": "Entwickle {{amount_0}} Zwirrklop.", + "quest_title_quest_earn_buddy_ribbon_plural": "Verdiene {{amount_0}} Bester-Kumpel-Bänder mit deinen Pokémon.", + "quest_title_quest_eelektrik_evolve_b_plural": "Entwickle {{amount_0}} Zapplalek.", + "quest_title_quest_eelektrik_evolve_b_singular": "Entwickle ein Zapplalek.", + "quest_title_quest_eevee_evolve_plural": "Entwickle Evoli zu jeder seiner einzigartigen Entwicklungen.", + "quest_title_quest_eevet_catch_b": "Fange {{amount_0}} Evoli.", + "quest_title_quest_eevet_evolve_b": "Entwickle {{amount_0}} Evoli.", + "quest_title_quest_elect_catch_b": "Fange {{amount_0}} Elektek.", + "quest_title_quest_elect_evolve_b": "Entwickle {{amount_0}} Elektek.", + "quest_title_quest_elite_raid_victory_plural": "Gewinne {{amount_0}} Top-Raids.", + "quest_title_quest_elite_raid_victory_singular": "Gewinne einen Top-Raid.", + "quest_title_quest_elite4_a": "Besiege die GO Tour Top Vier: Hochebenen-Trainer", + "quest_title_quest_elite4_b": "Besiege die GO Tour Top Vier: Höhlen-Trainer", + "quest_title_quest_elite4_c": "Besiege die GO Tour Top Vier: Ozean-Trainer", + "quest_title_quest_elite4_d": "Besiege die GO Tour Top Vier: Savannen-Trainer", + "quest_title_quest_elrd22_april16_battle": "Owei-Forschung: Kämpfe in einer Arena.", + "quest_title_quest_elrd22_april16_berries": "Owei-Forschung: Verwende drei Beeren beim Fangen von Pokémon.", + "quest_title_quest_elrd22_april16_catch_grass": "Owei-Forschung: Fange drei Pokémon vom Typ Pflanze.", + "quest_title_quest_elrd22_april16_charged_move": "Owei-Forschung: Setze eine sehr effektive Lade-Attacke ein.", + "quest_title_quest_elrd22_april16_curve": "Owei-Forschung: Lande fünf Curveball-Würfe.", + "quest_title_quest_elrd22_april16_evolve_grass": "Owei-Forschung: Entwickle zwei Pokémon vom Typ Pflanze.", + "quest_title_quest_elrd22_april16_gifts_stickers": "Owei-Forschung: Verschicke zwei Geschenke mit einem Sticker.", + "quest_title_quest_elrd22_april16_great": "Owei-Forschung: Lande drei großartige Würfe.", + "quest_title_quest_elrd22_april16_great_row": "Owei-Forschung: Lande zwei großartige Würfe hintereinander.", + "quest_title_quest_elrd22_april16_nice": "Owei-Forschung: Lande fünf gute Würfe.", + "quest_title_quest_elrd22_april16_nice_row": "Owei-Forschung: Lande drei gute Würfe hintereinander.", + "quest_title_quest_elrd22_april16_raid": "Owei-Forschung: Kämpfe in einem Raid-Kampf.", + "quest_title_quest_elrd22_april16_spin": "Owei-Forschung: Drehe zwei PokéStops.", + "quest_title_quest_elrd22_april16_weather_easy": "Owei-Forschung: Fange drei Pokémon mit Wetterverstärkung.", + "quest_title_quest_elrd22_april16_weather_hard": "Owei-Forschung: Fange fünf Pokémon mit Wetterverstärkung.", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Owei-Forschung: Mache einen Schnappschuss von einem Pflanzen-Pokémon im Freien.", + "quest_title_quest_equinox19_catch_medium_pkmn": "Fange {{amount_0}} Bisasam oder Chikorita.", + "quest_title_quest_equinox19_catch_type_grass_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze.", + "quest_title_quest_equinox19_evolve_type_grass_plural": "Entwickle {{amount_0}} Pokémon vom Typ Pflanze.", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Entwickle {{amount_0}} Pokémon vom Typ Pflanze.", + "quest_title_quest_event_eevee_snapshot_barcelona": "Mache einen Schnappschuss von deinem Evoli in Barcelona.", + "quest_title_quest_event_eevee_snapshot_jakarta": "Mache einen Schnappschuss von deinem Evoli in Jakarta.", + "quest_title_quest_event_eevee_snapshot_mexico_city": "Mache einen Schnappschuss von deinem Evoli in Mexico City.", + "quest_title_quest_event_eevee_snapshot_seoul": "Mache einen Schnappschuss von deinem Evoli in Seoul.", + "quest_title_quest_event_eevee_snapshot_tainan": "Mache einen Schnappschuss von deinem Evoli in Tainan.", + "quest_title_quest_event_leave_behind_spin": "Drehe 10 PokéStops oder Arenen, die du noch nicht besucht hast.", + "quest_title_quest_event_leave_behind_spin_safari_city": "Drehe den PokéStop bei einem Evoli-Forscher-Standort.", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Drehe {{amount_0}} PokéStops bei Evoli-Forscher-Standorten, die du noch nicht besucht hast.", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Drehe einen PokéStop bei einem Evoli-Forscher-Standort, den du noch nicht besucht hast.", + "quest_title_quest_event_spin_barcelona": "Drehe einen PokéStop oder eine Arena in Barcelona.", + "quest_title_quest_event_spin_incheon": "Drehe einen PokéStop oder eine Arena in Incheon.", + "quest_title_quest_event_spin_jakarta": "Drehe einen PokéStop oder eine Arena in Jakarta.", + "quest_title_quest_event_spin_mexico_city": "Drehe einen PokéStop oder eine Arena in Mexico City.", + "quest_title_quest_event_spin_seoul": "Drehe einen PokéStop oder eine Arena in Seoul.", + "quest_title_quest_event_spin_tainan": "Drehe einen PokéStop oder eine Arena in Tainan.", + "quest_title_quest_evolve_abra_singular": "Entwickle ein Abra.", + "quest_title_quest_evolve_aipom_singular": "Entwickle ein Griffel.", + "quest_title_quest_evolve_amaura_singular": "Entwickle ein Amarino.", + "quest_title_quest_evolve_anorith_singular": "Entwickle ein Anorith.", + "quest_title_quest_evolve_archen_singular": "Entwickle ein Flapteryx.", + "quest_title_quest_evolve_aron_singular": "Entwickle ein Stollunior.", + "quest_title_quest_evolve_axew_singular": "Entwickle ein Milza.", + "quest_title_quest_evolve_azurill_singular": "Entwickle ein Azurill.", + "quest_title_quest_evolve_bagon_singular": "Entwickle ein Kindwurm.", + "quest_title_quest_evolve_baltoy_singular": "Entwickle ein Puppance.", + "quest_title_quest_evolve_barboach_singular": "Entwickle ein Schmerbe.", + "quest_title_quest_evolve_bayleef": "Entwickle dein Lorblatt.", + "quest_title_quest_evolve_bayleef_singular": "Entwickle ein Lorblatt.", + "quest_title_quest_evolve_beldum_singular": "Entwickle ein Tanhel.", + "quest_title_quest_evolve_bellsprout_singular": "Entwickle ein Knofensa.", + "quest_title_quest_evolve_bergmite_singular": "Entwickle ein Arktip.", + "quest_title_quest_evolve_bidoof_singular": "Entwickle ein Bidiza.", + "quest_title_quest_evolve_binacle_singular": "Entwickle ein Bithora.", + "quest_title_quest_evolve_blitzle_singular": "Entwickle ein Elezeba.", + "quest_title_quest_evolve_boldore_singular": "Entwickle ein Sedimantur.", + "quest_title_quest_evolve_bonsly_singular": "Entwickle ein Mobai.", + "quest_title_quest_evolve_braixen_singular": "Entwickle ein Rutena.", + "quest_title_quest_evolve_bronzor_singular": "Entwickle ein Bronzel.", + "quest_title_quest_evolve_budew_singular": "Entwickle ein Knospi.", + "quest_title_quest_evolve_buizel_singular": "Entwickle ein Bamelin.", + "quest_title_quest_evolve_bulbasaur": "Entwickle ein Bisasam.", + "quest_title_quest_evolve_bulbasaur_singular": "Entwickle ein Bisasam.", + "quest_title_quest_evolve_buneary_singular": "Entwickle ein Haspiror.", + "quest_title_quest_evolve_bunnelby_singular": "Entwickle ein Scoppel.", + "quest_title_quest_evolve_burmy_singular": "Entwickle ein Burmy.", + "quest_title_quest_evolve_cacnea_singular": "Entwickle ein Tuska.", + "quest_title_quest_evolve_carvanha_singular": "Entwickle ein Kanivanha.", + "quest_title_quest_evolve_cascoon_singular": "Entwickle ein Panekon.", + "quest_title_quest_evolve_caterpie_singular": "Entwickle ein Raupy.", + "quest_title_quest_evolve_chansey_singular": "Entwickle ein Chaneira.", + "quest_title_quest_evolve_charmander": "Entwickle ein Glumanda.", + "quest_title_quest_evolve_charmander_singular": "Entwickle ein Glumanda.", + "quest_title_quest_evolve_charmeleon_singular": "Entwickle ein Glutexo.", + "quest_title_quest_evolve_cherubi_singular": "Entwickle ein Kikugi.", + "quest_title_quest_evolve_chespin_singular": "Entwickle ein Igamaro.", + "quest_title_quest_evolve_chikorita": "Entwickle dein Endivie.", + "quest_title_quest_evolve_chikorita_singular": "Entwickle ein Endivie.", + "quest_title_quest_evolve_chimchar_singular": "Entwickle ein Panflam.", + "quest_title_quest_evolve_chinchou_singular": "Entwickle ein Lampi.", + "quest_title_quest_evolve_chingling_singular": "Entwickle ein Klingplim.", + "quest_title_quest_evolve_clamperl_singular": "Entwickle ein Perlu.", + "quest_title_quest_evolve_clauncher_singular": "Entwickle ein Scampisto.", + "quest_title_quest_evolve_clefairy_singular": "Entwickle ein Piepi.", + "quest_title_quest_evolve_cleffa_singular": "Entwickle ein Pii.", + "quest_title_quest_evolve_combee_singular": "Entwickle ein Wadribie.", + "quest_title_quest_evolve_combusken_singular": "Entwickle ein Jungglut.", + "quest_title_quest_evolve_corphish_singular": "Entwickle ein Krebscorps.", + "quest_title_quest_evolve_cosmoem_singular": "Entwickle ein Cosmovum", + "quest_title_quest_evolve_cosmog_singular": "Entwickle ein Cosmog.", + "quest_title_quest_evolve_cottonee_singular": "Entwickle ein Waumboll.", + "quest_title_quest_evolve_cranidos_singular": "Entwickle ein Koknodon.", + "quest_title_quest_evolve_croagunk_singular": "Entwickle ein Glibunkel.", + "quest_title_quest_evolve_croconaw": "Entwickle dein Tyracroc.", + "quest_title_quest_evolve_croconaw_singular": "Entwickle ein Tyracroc.", + "quest_title_quest_evolve_cubchoo_singular": "Entwickle ein Petznief.", + "quest_title_quest_evolve_cubone_singular": "Entwickle ein Tragosso.", + "quest_title_quest_evolve_cyndaquil": "Entwickle dein Feurigel.", + "quest_title_quest_evolve_cyndaquil_singular": "Entwickle ein Feurigel.", + "quest_title_quest_evolve_dark_type_singular": "Entwickle ein Pokémon vom Typ Unlicht.", + "quest_title_quest_evolve_darumaka_singular": "Entwickle ein Flampion.", + "quest_title_quest_evolve_deerling_singular": "Entwickle ein Sesokitz.", + "quest_title_quest_evolve_deino_singular": "Entwickle ein Kapuno.", + "quest_title_quest_evolve_dewott_singular": "Entwickle ein Zwottronin.", + "quest_title_quest_evolve_diglett_singular": "Entwickle ein Digda.", + "quest_title_quest_evolve_doduo_singular": "Entwickle ein Dodu.", + "quest_title_quest_evolve_doublade_singular": "Entwickle ein Duokles.", + "quest_title_quest_evolve_dragonair_singular": "Entwickle ein Dragonir.", + "quest_title_quest_evolve_dratini_singular": "Entwickle ein Dratini.", + "quest_title_quest_evolve_drifloon_singular": "Entwickle ein Driftlon.", + "quest_title_quest_evolve_drilbur_singular": "Entwickle ein Rotomurf.", + "quest_title_quest_evolve_drowzee_singular": "Entwickle ein Traumato.", + "quest_title_quest_evolve_ducklett_singular": "Entwickle ein Piccolente.", + "quest_title_quest_evolve_duosion_singular": "Entwickle ein Mitodos.", + "quest_title_quest_evolve_durant_singular": "Entwickle ein Fermicula.", + "quest_title_quest_evolve_dusclops_singular": "Entwickle ein Zwirrklop.", + "quest_title_quest_evolve_duskull_singular": "Entwickle ein Zwirrlicht.", + "quest_title_quest_evolve_dwebble_singular": "Entwickle ein Lithomith.", + "quest_title_quest_evolve_eelektrik_singular": "Entwickle ein Zapplalek.", + "quest_title_quest_evolve_eevee_singular": "Entwickle ein Evoli.", + "quest_title_quest_evolve_eevee_types_plural": "Entwickle {{amount_0}} Pokémon vom Typ Elektro, Wasser oder Feuer.", + "quest_title_quest_evolve_eevee_types_singular": "Entwickle ein Pokémon vom Typ Elektro, Wasser oder Feuer.", + "quest_title_quest_evolve_ekans_singular": "Entwickle ein Rettan.", + "quest_title_quest_evolve_electabuzz_singular": "Entwickle ein Elektek.", + "quest_title_quest_evolve_electrike_singular": "Entwickle ein Frizelbliz.", + "quest_title_quest_evolve_elekid_singular": "Entwickle ein Elekid.", + "quest_title_quest_evolve_elgyem_singular": "Entwickle ein Pygraulon.", + "quest_title_quest_evolve_espeon": "Entwickle tagsüber Evoli zu Psiana.", + "quest_title_quest_evolve_espurr_singular": "Entwickle ein Psiau.", + "quest_title_quest_evolve_evolved_grass_singular": "Entwickle ein entwickeltes Pokémon vom Typ Pflanze.", + "quest_title_quest_evolve_exeggcute_singular": "Entwickle ein Owei.", + "quest_title_quest_evolve_farfetch'd_singular": "Entwickle ein Porenta.", + "quest_title_quest_evolve_feebas_singular": "Entwickle ein Barschwa.", + "quest_title_quest_evolve_fennekin_singular": "Entwickle ein Fynx.", + "quest_title_quest_evolve_ferroseed_singular": "Entwickle ein Kastadur.", + "quest_title_quest_evolve_finneon_singular": "Entwickle ein Finneon.", + "quest_title_quest_evolve_flaaffy_singular": "Entwickle ein Waaty.", + "quest_title_quest_evolve_flabébé_singular": "Entwickle ein Flabébé.", + "quest_title_quest_evolve_fletchinder_singular": "Entwickle ein Dartignis.", + "quest_title_quest_evolve_fletchling_singular": "Entwickle ein Dartiri.", + "quest_title_quest_evolve_floette_singular": "Entwickle ein Floette.", + "quest_title_quest_evolve_foongus_singular": "Entwickle ein Tarnpignon.", + "quest_title_quest_evolve_fraxure_singular": "Entwickle ein Sharfax.", + "quest_title_quest_evolve_frillish_singular": "Entwickle ein Quabbel.", + "quest_title_quest_evolve_froakie_singular": "Entwickle ein Froxy.", + "quest_title_quest_evolve_frogadier_singular": "Entwickle ein Amphizel.", + "quest_title_quest_evolve_gabite_singular": "Entwickle ein Knarksel.", + "quest_title_quest_evolve_gastly_singular": "Entwickle ein Nebulak.", + "quest_title_quest_evolve_geodude_singular": "Entwickle ein Kleinstein.", + "quest_title_quest_evolve_gible_singular": "Entwickle ein Kaumalat.", + "quest_title_quest_evolve_glalie_singular": "Entwickle ein Firnontor.", + "quest_title_quest_evolve_glameow_singular": "Entwickle ein Charmian.", + "quest_title_quest_evolve_gligar_singular": "Entwickle ein Skorgla.", + "quest_title_quest_evolve_gloom_singular": "Entwickle ein Duflor.", + "quest_title_quest_evolve_golbat_singular": "Entwickle ein Golbat.", + "quest_title_quest_evolve_goldeen_singular": "Entwickle ein Goldini.", + "quest_title_quest_evolve_golett_singular": "Entwickle ein Golbit.", + "quest_title_quest_evolve_goomy_singular": "Entwickle ein Viscora.", + "quest_title_quest_evolve_gothita_singular": "Entwickle ein Mollimorba.", + "quest_title_quest_evolve_gothorita_singular": "Entwickle ein Hypnomorba.", + "quest_title_quest_evolve_graveler_singular": "Entwickle ein Georok.", + "quest_title_quest_evolve_grimer_singular": "Entwickle ein Sleima.", + "quest_title_quest_evolve_grotle_singular": "Entwickle ein Chelcarain.", + "quest_title_quest_evolve_ground_plural": "Entwickle {{amount_0}} Pokémon vom Typ Boden.", + "quest_title_quest_evolve_grovyle_singular": "Entwickle ein Reptain.", + "quest_title_quest_evolve_growlithe_singular": "Entwickle ein Fukano.", + "quest_title_quest_evolve_gulpin_singular": "Entwickle ein Schluppuck.", + "quest_title_quest_evolve_gurdurr_singular": "Entwickle ein Strepoli.", + "quest_title_quest_evolve_happiny_singular": "Entwickle ein Wonneira.", + "quest_title_quest_evolve_haunter_singular": "Entwickle ein Alpollo.", + "quest_title_quest_evolve_heatmor_singular": "Entwickle ein Furnifraß.", + "quest_title_quest_evolve_helioptile_singular": "Entwickle ein Eguana.", + "quest_title_quest_evolve_herdier_singular": "Entwickle ein Terribark.", + "quest_title_quest_evolve_hippopotas_singular": "Entwickle ein Hippopotas.", + "quest_title_quest_evolve_honedge_singular": "Entwickle ein Gramokles.", + "quest_title_quest_evolve_hoothoot_singular": "Entwickle ein Hoothoot.", + "quest_title_quest_evolve_hoppip_singular": "Entwickle ein Hoppspross.", + "quest_title_quest_evolve_horsea_singular": "Entwickle ein Seeper.", + "quest_title_quest_evolve_houndour_singular": "Entwickle ein Hunduster.", + "quest_title_quest_evolve_igglybuff_singular": "Entwickle ein Fluffeluff.", + "quest_title_quest_evolve_illumise_singular": "Entwickle ein Illumise.", + "quest_title_quest_evolve_inkay_singular": "Entwickle ein Iscalar.", + "quest_title_quest_evolve_items_plural": "Verwende {{amount_0}}-mal Items, um Pokémon zu entwickeln.", + "quest_title_quest_evolve_items_singular": "Verwende ein Item, um ein Pokémon zu entwickeln", + "quest_title_quest_evolve_ivysaur_singular": "Entwickle ein Bisaknosp.", + "quest_title_quest_evolve_jigglypuff_singular": "Entwickle ein Pummeluff.", + "quest_title_quest_evolve_joltik_singular": "Entwickle ein Wattzapf.", + "quest_title_quest_evolve_kabuto_singular": "Entwickle ein Kabuto.", + "quest_title_quest_evolve_kadabra_singular": "Entwickle ein Kadabra.", + "quest_title_quest_evolve_kakuna_singular": "Entwickle ein Kokuna.", + "quest_title_quest_evolve_karrablast_singular": "Entwickle ein Laukaps.", + "quest_title_quest_evolve_kirlia_singular": "Entwickle ein Kirlia.", + "quest_title_quest_evolve_klang_singular": "Entwickle ein Kliklak.", + "quest_title_quest_evolve_klink_singular": "Entwickle ein Klikk.", + "quest_title_quest_evolve_koffing_singular": "Entwickle ein Smogon.", + "quest_title_quest_evolve_krabby_singular": "Entwickle ein Krabby.", + "quest_title_quest_evolve_kricketot_singular": "Entwickle ein Zirpurze.", + "quest_title_quest_evolve_krokorok_singular": "Entwickle ein Rokkaiman.", + "quest_title_quest_evolve_lairon_singular": "Entwickle ein Stollrak.", + "quest_title_quest_evolve_lampent_singular": "Entwickle ein Laternecto.", + "quest_title_quest_evolve_larvesta_singular": "Entwickle ein Ignivor.", + "quest_title_quest_evolve_larvitar_singular": "Entwickle ein Larvitar.", + "quest_title_quest_evolve_ledyba_singular": "Entwickle ein Ledyba.", + "quest_title_quest_evolve_lickitung_singular": "Entwickle ein Schlurp.", + "quest_title_quest_evolve_lileep_singular": "Entwickle ein Liliep.", + "quest_title_quest_evolve_lillipup_singular": "Entwickle ein Yorkleff.", + "quest_title_quest_evolve_linoone_singular": "Entwickle {{amount_0}} Galar-Geradaks.", + "quest_title_quest_evolve_litleo_singular": "Entwickle ein Leufeo.", + "quest_title_quest_evolve_litwick_singular": "Entwickle ein Lichtel.", + "quest_title_quest_evolve_lombre_singular": "Entwickle ein Lombrero.", + "quest_title_quest_evolve_lotad_singular": "Entwickle ein Loturzel.", + "quest_title_quest_evolve_loudred_singular": "Entwickle ein Krakeelo.", + "quest_title_quest_evolve_luxio_singular": "Entwickle ein Luxio.", + "quest_title_quest_evolve_machoke_singular": "Entwickle ein Maschock.", + "quest_title_quest_evolve_machop_singular": "Entwickle ein Machollo.", + "quest_title_quest_evolve_magby_singular": "Entwickle ein Magby.", + "quest_title_quest_evolve_magikarp_singular": "Entwickle ein Karpador.", + "quest_title_quest_evolve_magmar_singular": "Entwickle ein Magmar.", + "quest_title_quest_evolve_magnemite_singular": "Entwickle ein Magnetilo.", + "quest_title_quest_evolve_makuhita_singular": "Entwickle ein Makuhita.", + "quest_title_quest_evolve_mankey_singular": "Entwickle ein Menki.", + "quest_title_quest_evolve_mantyke_singular": "Entwickle ein Mantirps.", + "quest_title_quest_evolve_mareep_singular": "Entwickle ein Voltilamm.", + "quest_title_quest_evolve_marill_singular": "Entwickle ein Marill.", + "quest_title_quest_evolve_marshtomp_singular": "Entwickle ein Moorabbel.", + "quest_title_quest_evolve_meditite_singular": "Entwickle ein Meditie.", + "quest_title_quest_evolve_meowth_singular": "Entwickle ein Mauzi.", + "quest_title_quest_evolve_metang_singular": "Entwickle ein Metang.", + "quest_title_quest_evolve_metapod_singular": "Entwickle ein Safcon.", + "quest_title_quest_evolve_mienfoo_singular": "Entwickle ein Lin-Fu.", + "quest_title_quest_evolve_mime jr._singular": "Entwickle ein Pantimimi.", + "quest_title_quest_evolve_minccino_singular": "Entwickle ein Picochilla.", + "quest_title_quest_evolve_misdreavus_singular": "Entwickle ein Traunfugil.", + "quest_title_quest_evolve_monferno_singular": "Entwickle ein Panpyro.", + "quest_title_quest_evolve_mr. mime_singular": "Entwickle ein Pantimos.", + "quest_title_quest_evolve_mudkip_singular": "Entwickle ein Hydropi.", + "quest_title_quest_evolve_munchlax_singular": "Entwickle ein Mampfaxo.", + "quest_title_quest_evolve_munna_singular": "Entwickle ein Somniam.", + "quest_title_quest_evolve_murkrow_singular": "Entwickle ein Kramurx.", + "quest_title_quest_evolve_natu_singular": "Entwickle ein Natu.", + "quest_title_quest_evolve_nidoranfemale_singular": "Entwickle ein Nidoran♀.", + "quest_title_quest_evolve_nidoranmale_singular": "Entwickle ein Nidoran♂.", + "quest_title_quest_evolve_nidorina_singular": "Entwickle ein Nidorina.", + "quest_title_quest_evolve_nidorino_singular": "Entwickle ein Nidorino.", + "quest_title_quest_evolve_nincada_singular": "Entwickle ein Nincada.", + "quest_title_quest_evolve_noibat_singular": "Entwickle ein eF-eM.", + "quest_title_quest_evolve_nosepass_singular": "Entwickle ein Nasgnet.", + "quest_title_quest_evolve_numel_singular": "Entwickle ein Camaub.", + "quest_title_quest_evolve_nuzleaf_singular": "Entwickle ein Blanas.", + "quest_title_quest_evolve_oddish_singular": "Entwickle ein Myrapla.", + "quest_title_quest_evolve_omanyte_singular": "Entwickle ein Amonitas.", + "quest_title_quest_evolve_onix_singular": "Entwickle ein Onix.", + "quest_title_quest_evolve_oshawott_singular": "Entwickle ein Ottaro.", + "quest_title_quest_evolve_palpitoad_singular": "Entwickle ein Mebrana.", + "quest_title_quest_evolve_pancham_singular": "Entwickle ein Pam-Pam.", + "quest_title_quest_evolve_panpour_singular": "Entwickle ein Sodamak.", + "quest_title_quest_evolve_pansage_singular": "Entwickle ein Vegimak.", + "quest_title_quest_evolve_pansear_singular": "Entwickle ein Grillmak.", + "quest_title_quest_evolve_paras_singular": "Entwickle ein Paras.", + "quest_title_quest_evolve_patrat_singular": "Entwickle ein Nagelotz.", + "quest_title_quest_evolve_pawniard_singular": "Entwickle ein Gladiantri.", + "quest_title_quest_evolve_petilil_singular": "Entwickle ein Lilminip.", + "quest_title_quest_evolve_phanpy_singular": "Entwickle ein Phanpy.", + "quest_title_quest_evolve_phantump_singular": "Entwickle ein Paragoni.", + "quest_title_quest_evolve_pichu_singular": "Entwickle ein Pichu.", + "quest_title_quest_evolve_pidgeotto_singular": "Entwickle ein Tauboga.", + "quest_title_quest_evolve_pidgey_singular": "Entwickle ein Taubsi.", + "quest_title_quest_evolve_pidove_singular": "Entwickle ein Dusselgurr.", + "quest_title_quest_evolve_pignite_singular": "Entwickle ein Ferkokel.", + "quest_title_quest_evolve_pikachu_singular": "Entwickle ein Pikachu.", + "quest_title_quest_evolve_piloswine_plural": "Entwickle {{amount_0}} Keifel.", + "quest_title_quest_evolve_piloswine_singular": "Entwickle ein Keifel.", + "quest_title_quest_evolve_pineco_singular": "Entwickle ein Tannza.", + "quest_title_quest_evolve_piplup_singular": "Entwickle ein Plinfa.", + "quest_title_quest_evolve_plural": "Entwickle {{amount_0}} Pokémon.", + "quest_title_quest_evolve_poison_type_singular": "Entwickle ein Pokémon vom Typ Gift.", + "quest_title_quest_evolve_poliwag_singular": "Entwickle ein Quapsel.", + "quest_title_quest_evolve_poliwhirl_singular": "Entwickle ein Quaputzi.", + "quest_title_quest_evolve_ponyta_singular": "Entwickle ein Ponita.", + "quest_title_quest_evolve_poochyena_singular": "Entwickle ein Fiffyen.", + "quest_title_quest_evolve_porygon2_singular": "Entwickle ein Porygon2.", + "quest_title_quest_evolve_prinplup_singular": "Entwickle ein Pliprin.", + "quest_title_quest_evolve_psyduck_singular": "Entwickle ein Enton.", + "quest_title_quest_evolve_pumpkaboo_singular": "Entwickle ein Irrbis.", + "quest_title_quest_evolve_pupitar_singular": "Entwickle ein Pupitar.", + "quest_title_quest_evolve_purrloin_singular": "Entwickle ein Felilou.", + "quest_title_quest_evolve_quilava": "Entwickle dein Igelavar.", + "quest_title_quest_evolve_quilava_singular": "Entwickle ein Igelavar.", + "quest_title_quest_evolve_quilladin_singular": "Entwickle ein Igastarnish.", + "quest_title_quest_evolve_qwilfish_singular": "Entwickle ein Baldorfish.", + "quest_title_quest_evolve_ralts_singular": "Entwickle ein Trasla.", + "quest_title_quest_evolve_rattata_singular": "Entwickle ein Rattfratz.", + "quest_title_quest_evolve_remoraid_singular": "Entwickle ein Remoraid.", + "quest_title_quest_evolve_rhydon_singular": "Entwickle ein Rizeros.", + "quest_title_quest_evolve_rhyhorn_singular": "Entwickle ein Rihorn.", + "quest_title_quest_evolve_riolu_singular": "Entwickle ein Riolu.", + "quest_title_quest_evolve_roggenrola_singular": "Entwickle ein Kiesling.", + "quest_title_quest_evolve_roselia_singular": "Entwickle ein Roselia.", + "quest_title_quest_evolve_rufflet_singular": "Entwickle ein Geronimatz.", + "quest_title_quest_evolve_sandile_singular": "Entwickle ein Ganovil.", + "quest_title_quest_evolve_sandshrew_singular": "Entwickle ein Sandan.", + "quest_title_quest_evolve_sb_singular": "Entwickle ein Snubbull.", + "quest_title_quest_evolve_scatterbug_singular": "Entwickle ein Purmel.", + "quest_title_quest_evolve_scraggy_singular": "Entwickle ein Zurrokex.", + "quest_title_quest_evolve_scyther_singular": "Entwickle ein Sichlor.", + "quest_title_quest_evolve_seadra_singular": "Entwickle ein Seemon.", + "quest_title_quest_evolve_sealeo_singular": "Entwickle ein Seejong.", + "quest_title_quest_evolve_seedot_singular": "Entwickle ein Samurzel.", + "quest_title_quest_evolve_seel_singular": "Entwickle ein Jurob.", + "quest_title_quest_evolve_sentret_singular": "Entwickle ein Wiesor.", + "quest_title_quest_evolve_servine_singular": "Entwickle ein Efoserp.", + "quest_title_quest_evolve_sewaddle_singular": "Entwickle ein Strawickl.", + "quest_title_quest_evolve_shelgon_singular": "Entwickle ein Draschel.", + "quest_title_quest_evolve_shellder_singular": "Entwickle ein Muschas.", + "quest_title_quest_evolve_shellos_singular": "Entwickle ein Schalellos.", + "quest_title_quest_evolve_shelmet_singular": "Entwickle ein Schnuthelm.", + "quest_title_quest_evolve_shieldon_singular": "Entwickle ein Schilterus.", + "quest_title_quest_evolve_shinx_singular": "Entwickle ein Sheinux.", + "quest_title_quest_evolve_shroomish_singular": "Entwickle ein Knilz.", + "quest_title_quest_evolve_shuckle_singular": "Entwickle ein Pottrott.", + "quest_title_quest_evolve_shuppet_singular": "Entwickle ein Shuppet.", + "quest_title_quest_evolve_silcoon_singular": "Entwickle ein Schaloko.", + "quest_title_quest_evolve_singular": "Entwickle ein Pokémon.", + "quest_title_quest_evolve_skiddo_singular": "Entwickle ein Mähikel.", + "quest_title_quest_evolve_skiploom_singular": "Entwickle ein Hubelupf.", + "quest_title_quest_evolve_skitty_singular": "Entwickle ein Eneco.", + "quest_title_quest_evolve_skorupi_singular": "Entwickle ein Pionskora.", + "quest_title_quest_evolve_skrelp_singular": "Entwickle ein Algitt.", + "quest_title_quest_evolve_slakoth_singular": "Entwickle ein Bummelz.", + "quest_title_quest_evolve_sliggoo_singular": "Entwickle ein Viscargot.", + "quest_title_quest_evolve_slowpoke_plural": "Entwickle {{amount_0}} Flegmon.", + "quest_title_quest_evolve_slowpoke_singular": "Entwickle ein Flegmon.", + "quest_title_quest_evolve_slugma_singular": "Entwickle ein Schneckmag.", + "quest_title_quest_evolve_smoochum_singular": "Entwickle ein Kussilla.", + "quest_title_quest_evolve_sneasel_singular": "Entwickle ein Sniebel.", + "quest_title_quest_evolve_snivy_singular": "Entwickle ein Serpifeu.", + "quest_title_quest_evolve_snorunt_singular": "Entwickle ein Schneppke.", + "quest_title_quest_evolve_snover_singular": "Entwickle ein Shnebedeck.", + "quest_title_quest_evolve_snubbull_singular": "Entwickle ein Snubbull.", + "quest_title_quest_evolve_solosis_singular": "Entwickle ein Monozyto.", + "quest_title_quest_evolve_spearow_singular": "Entwickle ein Habitak.", + "quest_title_quest_evolve_special_drowzee": "Entwickle ein Traumato.", + "quest_title_quest_evolve_special_feebas_singular": "Entwickle ein Barschwa.", + "quest_title_quest_evolve_special_galarian_mrmime": "Entwickle ein Galar-Pantimos.", + "quest_title_quest_evolve_special_galarian_slowpoke": "Entwickle ein Galar-Flegmon.", + "quest_title_quest_evolve_special_grimer": "Entwickle ein Sleima.", + "quest_title_quest_evolve_special_magnemite": "Entwickle ein Magnetilo.", + "quest_title_quest_evolve_special_scyther": "Entwickle ein Sichlor.", + "quest_title_quest_evolve_special0_singular": "Entwickle ein Karpador.", + "quest_title_quest_evolve_special1_plural": "Entwickle {{amount_0}} Taubsi.", + "quest_title_quest_evolve_special1_singular": "Entwickle ein Seeper.", + "quest_title_quest_evolve_special2_singular": "Entwickle ein Mauzi.", + "quest_title_quest_evolve_spewpa_singular": "Entwickle ein Puponcho.", + "quest_title_quest_evolve_spheal_singular": "Entwickle ein Seemops.", + "quest_title_quest_evolve_spinarak_singular": "Entwickle ein Webarak.", + "quest_title_quest_evolve_spoink_singular": "Entwickle ein Spoink.", + "quest_title_quest_evolve_spritzee_singular": "Entwickle ein Parfi.", + "quest_title_quest_evolve_squirtle_singular": "Entwickle ein Schiggy.", + "quest_title_quest_evolve_staravia_singular": "Entwickle ein Staravia.", + "quest_title_quest_evolve_starly_singular": "Entwickle ein Staralili.", + "quest_title_quest_evolve_staryu_singular": "Entwickle ein Sterndu.", + "quest_title_quest_evolve_steelix_singular": "Entwickle ein Stahlos.", + "quest_title_quest_evolve_stunky_singular": "Entwickle ein Skunkapuh.", + "quest_title_quest_evolve_sunkern_singular": "Entwickle ein Sonnkern.", + "quest_title_quest_evolve_sunstone_singular": "Benutze einen Sonnenstein, um Duflor oder Sonnkern zu entwickeln.", + "quest_title_quest_evolve_surskit_singular": "Entwickle ein Gehweiher.", + "quest_title_quest_evolve_swablu_singular": "Entwickle ein Wablu.", + "quest_title_quest_evolve_swadloon_singular": "Entwickle ein Folikon.", + "quest_title_quest_evolve_swinub_singular": "Entwickle ein Quiekel.", + "quest_title_quest_evolve_swirlix_singular": "Entwickle ein Flauschling.", + "quest_title_quest_evolve_taillow_singular": "Entwickle ein Schwalbini.", + "quest_title_quest_evolve_tangela_singular": "Entwickle ein Tangela.", + "quest_title_quest_evolve_teddiursa_singular": "Entwickle ein Teddiursa.", + "quest_title_quest_evolve_tentacool_singular": "Entwickle ein Tentacha.", + "quest_title_quest_evolve_tepig_singular": "Entwickle ein Floink.", + "quest_title_quest_evolve_timburr_singular": "Entwickle ein Praktibalk.", + "quest_title_quest_evolve_tirtouga_singular": "Entwickle ein Galapaflos.", + "quest_title_quest_evolve_togepi_singular": "Entwickle ein Togepi.", + "quest_title_quest_evolve_togetic_singular": "Entwickle ein Togetic.", + "quest_title_quest_evolve_torchic_singular": "Entwickle ein Flemmli.", + "quest_title_quest_evolve_totodile": "Entwickle dein Karnimani.", + "quest_title_quest_evolve_totodile_singular": "Entwickle ein Karnimani.", + "quest_title_quest_evolve_tranquill_singular": "Entwickle ein Navitaub.", + "quest_title_quest_evolve_trapinch_singular": "Entwickle ein Knacklion.", + "quest_title_quest_evolve_treecko_singular": "Entwickle ein Geckarbor.", + "quest_title_quest_evolve_trubbish_singular": "Entwickle ein Unratütox.", + "quest_title_quest_evolve_turtwig_singular": "Entwickle ein Chelast.", + "quest_title_quest_evolve_tympole_singular": "Entwickle ein Schallquap.", + "quest_title_quest_evolve_tynamo_singular": "Entwickle ein Zapplardin.", + "quest_title_quest_evolve_type_dark_plural": "Entwickle {{amount_0}} Pokémon vom Typ Unlicht.", + "quest_title_quest_evolve_type_dragon_plural": "Entwickle {{amount_0}} Pokémon vom Typ Drache.", + "quest_title_quest_evolve_type_dragon_singular": "Entwickle ein Pokémon vom Typ Drache.", + "quest_title_quest_evolve_type_electric_plural": "Entwickle {{amount_0}} Pokemon vom Typ Elektro.", + "quest_title_quest_evolve_type_electric_singular": "Entwickle ein Pokémon vom Typ Elektro.", + "quest_title_quest_evolve_type_fairy_plural": "Entwickle {{amount_0}} Pokémon vom Typ Fee.", + "quest_title_quest_evolve_type_fairy_singular": "Entwickle ein Pokémon vom Typ Fee.", + "quest_title_quest_evolve_type_fire_plural": "Entwickle {{amount_0}} Pokémon vom Typ Feuer.", + "quest_title_quest_evolve_type_fire_singular": "Entwickle ein Pokémon vom Typ Feuer.", + "quest_title_quest_evolve_type_flying_plural": "Entwickle {{amount_0}} Pokémon vom Typ Flug.", + "quest_title_quest_evolve_type_flying_singular": "Entwickle ein Pokémon vom Typ Flug.", + "quest_title_quest_evolve_type_ghost_plural": "Entwickle {{amount_0}} Pokémon vom Typ Geist.", + "quest_title_quest_evolve_type_ghost_single": "Entwickle ein Pokémon vom Typ Geist.", + "quest_title_quest_evolve_type_grass_plural": "Entwickle {{amount_0}} Pokémon vom Typ Pflanze.", + "quest_title_quest_evolve_type_grass_singular": "Entwickle ein Pokémon vom Typ Pflanze.", + "quest_title_quest_evolve_type_ice_plural": "Entwickle {{amount_0}} Pokémon vom Typ Eis.", + "quest_title_quest_evolve_type_ice_singular": "Entwickle ein Pokémon vom Typ Eis.", + "quest_title_quest_evolve_type_poison_plural": "Entwickle {{amount_0}} Pokémon vom Typ Gift.", + "quest_title_quest_evolve_type_psychic_plural": "Entwickle {{amount_0}} Pokemon vom Typ Psycho.", + "quest_title_quest_evolve_type_psychic_singular": "Entwickle ein Pokémon vom Typ Psycho.", + "quest_title_quest_evolve_type_rock_plural": "Entwickle {{amount_0}} Pokémon vom Typ Gestein.", + "quest_title_quest_evolve_type_steel_plural": "Entwickle {{amount_0}} Pokémon vom Typ Stahl.", + "quest_title_quest_evolve_type_water_plural": "Entwickle {{amount_0}} Pokémon vom Typ Wasser.", + "quest_title_quest_evolve_type_water_singular": "Entwickle ein Pokémon vom Typ Wasser.", + "quest_title_quest_evolve_tyrogue_singular": "Entwickle ein Rabauz.", + "quest_title_quest_evolve_tyrunt_singular": "Entwickle ein Balgoras.", + "quest_title_quest_evolve_umbreon": "Entwickle nachts Evoli zu Nachtara.", + "quest_title_quest_evolve_vanillish_singular": "Entwickle ein Gelatroppo.", + "quest_title_quest_evolve_vanillite_singular": "Entwickle ein Gelatini.", + "quest_title_quest_evolve_venipede_singular": "Entwickle ein Toxiped.", + "quest_title_quest_evolve_venonat_singular": "Entwickle ein Bluzuk.", + "quest_title_quest_evolve_vibrava_singular": "Entwickle ein Vibrava.", + "quest_title_quest_evolve_vigoroth_singular": "Entwickle ein Muntier.", + "quest_title_quest_evolve_volbeat_singular": "Entwickle ein Volbeat.", + "quest_title_quest_evolve_voltorb_singular": "Entwickle ein Voltobal.", + "quest_title_quest_evolve_vullaby_singular": "Entwickle ein Skallyk.", + "quest_title_quest_evolve_vulpix_singular": "Entwickle ein Vulpix.", + "quest_title_quest_evolve_wailmer_singular": "Entwickle ein Wailmer.", + "quest_title_quest_evolve_wartortle_singular": "Entwickle ein Schillok.", + "quest_title_quest_evolve_weedle_singular": "Entwickle ein Hornliu.", + "quest_title_quest_evolve_weepinbell_singular": "Entwickle ein Ultrigaria.", + "quest_title_quest_evolve_whirlipede_singular": "Entwickle ein Rollum.", + "quest_title_quest_evolve_whismur_singular": "Entwickle ein Flurmel.", + "quest_title_quest_evolve_wingull_singular": "Entwickle ein Wingull.", + "quest_title_quest_evolve_woobat_singular": "Entwickle ein Fleknoil.", + "quest_title_quest_evolve_wooper_singular": "Entwickle ein Felino.", + "quest_title_quest_evolve_wurmple_singular": "Entwickle ein Waumpel.", + "quest_title_quest_evolve_wynaut_singular": "Entwickle ein Isso.", + "quest_title_quest_evolve_yamask_singular": "Entwickle ein Makabaja.", + "quest_title_quest_evolve_yanma_singular": "Entwickle ein Yanma.", + "quest_title_quest_evolve_zigzagoon_singular": "Entwickle ein Zigzachs.", + "quest_title_quest_evolve_zorua_singular": "Entwickle ein Zorua.", + "quest_title_quest_evolve_zubat_singular": "Entwickle ein Zubat.", + "quest_title_quest_evolve_zweilous_singular": "Entwickle ein Duodino.", + "quest_title_quest_explore_buddy": "Verdiene ein Bonbon durch das Erkunden mit deinem Kumpel.", + "quest_title_quest_explore_buddy_carbink": "Verdiene ein Bonbon durch das Erkunden mit Rocara als Kumpel.", + "quest_title_quest_explore_buddy_plural": "Verdiene {{amount_0}} Bonbons durch das Erkunden mit deinem Kumpel.", + "quest_title_quest_explore_buddy_routes_plural": "Verdiene {{amount_0}} Bonbons beim Erkunden von Routen mit deinem Kumpel.", + "quest_title_quest_explore_buddy_routes_singular": "Verdiene ein Bonbon beim Erkunden von Routen mit deinem Kumpel.", + "quest_title_quest_explore_km": "Erkunde {{amount_0}} km.", + "quest_title_quest_explore_km_party": "Erkunde {{amount_0}} km mit einem Team.", + "quest_title_quest_febresearchday_battle_gym_singular": "Perlu-Forschung: Kämpfe in einer Arena.", + "quest_title_quest_febresearchday_battle_raid_singular": "Perlu-Forschung: Kämpfe in einem Raid-Kampf.", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Perlu-Forschung: Setze eine sehr effektive Lade-Attacke in einem Arena-Kampf ein.", + "quest_title_quest_febresearchday_catch_feed_plural": "Perlu-Forschung: Verwende {{amount_0}} Beeren beim Fangen von Pokémon.", + "quest_title_quest_febresearchday_catch_special1_singular": "Perlu-Forschung: Fange ein Karpador oder Wailmer.", + "quest_title_quest_febresearchday_catch_special2_singular": "Perlu-Forschung: Fange ein Enton oder Krabby.", + "quest_title_quest_febresearchday_catch_type_water_plural": "Perlu-Forschung: Fange {{amount_0}} Pokémon vom Typ Wasser.", + "quest_title_quest_febresearchday_evolve_type_water_plural": "Perlu-Forschung: Entwickle {{amount_0}} Pokémon vom Typ Wasser.", + "quest_title_quest_febresearchday_land_curveball_plural": "Perlu-Forschung: Lande {{amount_0}} Curveball-Würfe.", + "quest_title_quest_febresearchday_land_great_plural": "Perlu-Forschung: Lande {{amount_0}} großartige Würfe.", + "quest_title_quest_febresearchday_land_inarow_great_plural": "Perlu-Forschung: Lande {{amount_0}} großartige Würfe hintereinander.", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "Perlu-Forschung: Lande {{amount_0}} gute Würfe hintereinander.", + "quest_title_quest_febresearchday_land_nice_plural": "Perlu-Forschung: Lande {{amount_0}} gute Würfe.", + "quest_title_quest_febresearchday_visit_pokestops_plural": "Perlu-Forschung: Drehe {{amount_0}} PokéStops.", + "quest_title_quest_feed_buddy_multiple": "Gib deinem Kumpel {{amount_0}}-mal einen Snack.", + "quest_title_quest_feed_buddy_singular": "Gib deinem Kumpel einen Snack", + "quest_title_quest_feed_goldenrazz_plural": "Verwende {{amount_0}} Goldene Himmihbeeren beim Fangen von Pokémon.", + "quest_title_quest_feed_nanab_plural": "Verwende {{amount_0}} Nanabbeeren beim Fangen von Pokémon.", + "quest_title_quest_feed_pinaps_plural": "Verwende {{amount_0}} Sananabeeren beim Fangen von Pokémon.", + "quest_title_quest_feed_razz_plural": "Verwende {{amount_0}} Himmihbeeren beim Fangen von Pokémon.", + "quest_title_quest_fennekin_catch_b": "Fange {{amount_0}} Fynx.", + "quest_title_quest_fennekin_evolve_b": "Entwickle {{amount_0}} Fynx.", + "quest_title_quest_fennekin_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Fynx.", + "quest_title_quest_field_research_plural": "Schließe {{amount_0}} Feldforschungsaufgaben ab.", + "quest_title_quest_field_research_singular": "Schließe 1 Feldforschungsaufgabe ab.", + "quest_title_quest_fight_type_bug_plural": "Besiege {{amount_0}} Pokémon vom Typ Käfer.", + "quest_title_quest_fight_type_dark_plural": "Besiege {{amount_0}} Pokémon vom Typ Unlicht.", + "quest_title_quest_fight_type_dark_steel_plural": "Besiege {{amount_0}} Pokémon vom Typ Unlicht oder Stahl.", + "quest_title_quest_fight_type_dragon_plural": "Besiege {{amount_0}} Pokémon vom Typ Drache.", + "quest_title_quest_fight_type_electric_plural": "Besiege {{amount_0}} Pokémon vom Typ Elektro.", + "quest_title_quest_fight_type_fairy_plural": "Besiege {{amount_0}} Pokémon vom Typ Fee.", + "quest_title_quest_fight_type_fighting_plural": "Besiege {{amount_0}} Pokémon vom Typ Kampf.", + "quest_title_quest_fight_type_fire_plural": "Besiege {{amount_0}} Pokémon vom Typ Feuer.", + "quest_title_quest_fight_type_flying_plural": "Besiege {{amount_0}} Pokémon vom Typ Flug.", + "quest_title_quest_fight_type_ghost_fighting_plural": "Besiege {{amount_0}} Pokémon vom Typ Kampf oder Geist.", + "quest_title_quest_fight_type_ghost_plural": "Besiege {{amount_0}} Pokémon vom Typ Geist.", + "quest_title_quest_fight_type_ghost_psychic_plural": "Besiege {{amount_0}} Pokémon vom Typ Psycho oder Geist.", + "quest_title_quest_fight_type_grass_plural": "Besiege {{amount_0}} Pokémon vom Typ Pflanze.", + "quest_title_quest_fight_type_ground_plural": "Besiege {{amount_0}} Pokémon vom Typ Boden.", + "quest_title_quest_fight_type_ice_plural": "Besiege {{amount_0}} Pokémon vom Typ Eis.", + "quest_title_quest_fight_type_normal_plural": "Besiege {{amount_0}} Pokémon vom Typ Normal.", + "quest_title_quest_fight_type_normal_psychic_plural": "Besiege {{amount_0}} Pokémon vom Typ Normal oder Psycho.", + "quest_title_quest_fight_type_poison_plural": "Besiege {{amount_0}} Pokémon vom Typ Gift.", + "quest_title_quest_fight_type_psychic_plural": "Besiege {{amount_0}} Pokémon vom Typ Psycho.", + "quest_title_quest_fight_type_rock_plural": "Besiege {{amount_0}} Pokémon vom Typ Gestein.", + "quest_title_quest_fight_type_steel_plural": "Besiege {{amount_0}} Pokémon vom Typ Stahl.", + "quest_title_quest_fight_type_water_plural": "Besiege {{amount_0}} Pokémon vom Typ Wasser.", + "quest_title_quest_first_catch_of_the_day": "Erster Fang des Tages", + "quest_title_quest_first_pokestop_of_the_day": "Erster PokéStop des Tages", + "quest_title_quest_flaaffy_evolve_b": "Entwickle {{amount_0}} Waaty.", + "quest_title_quest_flett_catch_b": "Fange {{amount_0}} Dartiri.", + "quest_title_quest_flett_evolve_b": "Entwickle {{amount_0}} Dartiri.", + "quest_title_quest_flett_evolve_s1": "Entwickle {{amount_0}} Dartignis.", + "quest_title_quest_floragato_evolve_b": "Entwickle ein Feliospa.", + "quest_title_quest_fraxure_evolve_b": "Entwickle {{amount_0}} Sharfax.", + "quest_title_quest_froakie_catch_b": "Fange {{amount_0}} Froxy.", + "quest_title_quest_froakie_evolve_b": "Entwickle {{amount_0}} Froxy.", + "quest_title_quest_froakie_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Froxy.", + "quest_title_quest_frogadier_evolve_b": "Entwickle {{amount_0}} Amphizel.", + "quest_title_quest_fuecoco_evolve_b": "Entwickle ein Krokel.", + "quest_title_quest_fuse_necrozma": "Fusioniere Necrozma", + "quest_title_quest_gbl_rank": "Erreiche Rang {{amount_0}} in der GO-Kampfliga.", + "quest_title_quest_gbl_rank_fifteen": "Erreiche Rang 15 in der GO-Kampfliga.", + "quest_title_quest_gbl_rank_five": "Erreiche Rang 5 in der GO-Kampfliga.", + "quest_title_quest_gbl_rank_ten": "Erreiche Rang 10 in der GO-Kampfliga.", + "quest_title_quest_gbl_rank_twenty": "Erreiche Rang 20 in der GO-Kampfliga.", + "quest_title_quest_get_cell_singular": "Finde eine Zygarde-Zelle.", + "quest_title_quest_giblt_catch_b": "Fange {{amount_0}} Kaumalat.", + "quest_title_quest_giblt_evolve_b": "Entwickle {{amount_0}} Kaumalat.", + "quest_title_quest_giblt_evolve_s1": "Entwickle {{amount_0}} Knarksel.", + "quest_title_quest_gift_open_plural": "Öffne {{amount_0}} Geschenke.", + "quest_title_quest_gift_open_singular": "Öffne ein Geschenk.", + "quest_title_quest_go_for_a_spin_00": "Finde und drehe Pandir-PokéStop 1 von 8", + "quest_title_quest_go_for_a_spin_01": "Finde und drehe Pandir-PokéStop 2 von 8", + "quest_title_quest_go_for_a_spin_02": "Finde und drehe Pandir-PokéStop 3 von 8", + "quest_title_quest_go_for_a_spin_03": "Finde und drehe Pandir-PokéStop 4 von 8", + "quest_title_quest_go_for_a_spin_04": "Finde und drehe Pandir-PokéStop 5 von 8", + "quest_title_quest_go_for_a_spin_05": "Finde und drehe Pandir-PokéStop 6 von 8", + "quest_title_quest_go_for_a_spin_06": "Finde und drehe Pandir-PokéStop 7 von 8", + "quest_title_quest_go_for_a_spin_07": "Finde und drehe Pandir-PokéStop 8 von 8", + "quest_title_quest_go_tour_snapshot_habitat_01": "Mache einen Schnappschuss mit deinem Kumpel im Lebensraum Glühender Sand.", + "quest_title_quest_go_tour_snapshot_habitat_02": "Mache einen Schnappschuss mit deinem Kumpel im Lebensraum Unheimlicher Nebel.", + "quest_title_quest_go_tour_snapshot_habitat_03": "Mache einen Schnappschuss mit deinem Kumpel im Lebensraum Grüne Erde.", + "quest_title_quest_go_tour_snapshot_habitat_04": "Mache einen Schnappschuss mit deinem Kumpel im Lebensraum Historische Küste.", + "quest_title_quest_gold_hoenn_dex": "Verdiene die Hoenn-Gold-Medaille.", + "quest_title_quest_gold_medal_plural": "Verdiene {{amount_0}} Gold-Medaillen.", + "quest_title_quest_gold_medal_plural_five": "Verdiene 5 Gold-Medaillen.", + "quest_title_quest_gold_medal_singular": "Verdiene 1 Gold-Medaille.", + "quest_title_quest_goomy_catch_b": "Fange {{amount_0}} Viscora.", + "quest_title_quest_goomy_evolve_b_plural": "Entwickle {{amount_0}} Viscora.", + "quest_title_quest_goomy_evolve_b_singular": "Entwickle ein Viscora.", + "quest_title_quest_grookey_evolve": "Entwickle ein Chimpep.", + "quest_title_quest_grubbin_catch_b": "Fange {{amount_0}} Mabula.", + "quest_title_quest_grubbin_evolve_b": "Entwickle {{amount_0}} Mabula.", + "quest_title_quest_grubbin_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Mabula.", + "quest_title_quest_gt_catch_b": "Fange {{amount_0}} Nebulak.", + "quest_title_quest_gt_evolve_b": "Entwickle {{amount_0}} Nebulak.", + "quest_title_quest_gt_evolve_s1": "Entwickle {{amount_0}} Alpollo.", + "quest_title_quest_gulpin_catch": "Fange {{amount_0}} Schluppuck.", + "quest_title_quest_gurdurr_evolve_b": "Entwickle {{amount_0}} Strepoli.", + "quest_title_quest_hallo19_catch_specific_plural": "Fange {{amount_0}} Fiffyen oder Hunduster.", + "quest_title_quest_hallo19_catch_type_dark_plural": "Fange {{amount_0}} Pokémon vom Typ Unlicht.", + "quest_title_quest_hallo19_catch_type_ghost_plural": "Fange {{amount_0}} Pokémon vom Typ Geist.", + "quest_title_quest_hallo19_evolve_plural": "Entwickle {{amount_0}} Zwirrlicht oder Shuppet.", + "quest_title_quest_hallo19_transfer_plural": "Verschicke {{amount_0}} Pokémon.", + "quest_title_quest_hatch_egg_plural": "Brüte {{amount_0}} Eier aus.", + "quest_title_quest_hatch_egg_routes_plural": "Brüte beim Folgen von Routen {{amount_0) Eier aus.", + "quest_title_quest_hatch_egg_routes_singular": "Brüte beim Folgen von Routen ein Ei aus.", + "quest_title_quest_hatch_egg_singular": "Brüte ein Ei aus.", + "quest_title_quest_hoenn_celebration_research": "Hoenn-Feier-Forschung", + "quest_title_quest_hoenn19_catch_specific_plural": "Hoenn-Feier: Fange {{amount_0}} Zigzachs oder Schwalbini.", + "quest_title_quest_hoenn19_evolve_specific_plural": "Hoenn-Feier: Entwickle {{amount_0}} Waumpel.", + "quest_title_quest_hoenn19_hatch_eggs": "Hoenn-Feier: Brüte {{amount_0}} Eier aus.", + "quest_title_quest_hoppt_catch_b": "Fange {{amount_0}} Hoppspross.", + "quest_title_quest_hoppt_evolve_b": "Entwickle {{amount_0}} Hoppspross.", + "quest_title_quest_hoppt_evolve_s1": "Entwickle {{amount_0}} Hubelupf.", + "quest_title_quest_incense_or_dai_plural": "Verwende {{amount_0}} Rauch oder Tägliche Abenteuerrauch.", + "quest_title_quest_incense_or_dai_singular": "Verwende einen Rauch oder Täglichen Abenteuerrauch.", + "quest_title_quest_incense_plural": "Verwende {{amount_0}} Rauch.", + "quest_title_quest_incense_routes_plural": "Verwende {{amount_0}} Rauch beim Folgen von Routen.", + "quest_title_quest_incense_routes_singular": "Verwende einen Rauch beim Folgen von Routen.", + "quest_title_quest_incense_singular": "Verwende einen Rauch.", + "quest_title_quest_jan19rsd_buddywalk_singular": "Barschwa-Forschung: Verdiene {{amount_0}} Bonbons durch Spazieren mit deinem Kumpel.", + "quest_title_quest_jan19rsd_hatch_egg_singular": "Barschwa-Forschung: Brüte ein Ei aus.", + "quest_title_quest_jan19rsd_land_great_plural": "Barschwa-Forschung: Lande {{amount_0}} großartige Würfe.", + "quest_title_quest_jan19rsd_land_nice_plural": "Barschwa-Forschung: Lande {{amount_0}} gute Würfe.", + "quest_title_quest_johtofestival_catch_special17_plural": "Johto-Festival: Fange {{amount_0}} Sonnkern.", + "quest_title_quest_johtofestival_catch_type_water_plural": "Johto-Festival: Fange {{amount_0}} Wasser-Pokémon.", + "quest_title_quest_johtofestival_evolve_plural": "Johto-Festival: Entwickle {{amount_0}} Sonnkern oder Natu.", + "quest_title_quest_johtofestival_land_excellent_plural": "Johto-Festival: Lande {{amount_0}} fabelhafte Würfe.", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Johto-Festival: Lande {{amount_0}} großartige Curveball-Würfe hintereinander.", + "quest_title_quest_johtofestival_win_raid_singular": "Johto-Festival: Gewinne einen Raid.", + "quest_title_quest_kanto_green_bellsprout": "GO Tour: Fange Knofensa", + "quest_title_quest_kanto_green_meowth": "GO Tour: Fange Mauzi", + "quest_title_quest_kanto_green_sandshrew": "GO Tour: Fange Sandan", + "quest_title_quest_kanto_green_vulpix": "GO Tour: Fange Vulpix", + "quest_title_quest_kanto_hatch_plural": "GO Tour Kanto: Brüte {{amount_0}} Eier aus", + "quest_title_quest_kanto_hatch_singular": "GO Tour Kanto: Brüte ein Ei aus", + "quest_title_quest_kanto_npc_plural": "GO Tour Kanto: Besiege {{amount_0}} GO Tour-Herausforderer", + "quest_title_quest_kanto_npc_singular": "GO Tour Kanto: Besiege einen GO Tour-Herausforderer", + "quest_title_quest_kanto_red_ekans": "GO Tour: Fange Rettan", + "quest_title_quest_kanto_red_growlithe": "GO Tour: Fange Fukano", + "quest_title_quest_kanto_red_mankey": "GO Tour: Fange Menki", + "quest_title_quest_kanto_red_oddish": "GO Tour: Fange Myrapla", + "quest_title_quest_kecleon_catch": "Fange {{amount_0}} Kecleon.", + "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "Lande {{amount_0}} Curveball-Würfe bei Geister-Pokémon.", + "quest_title_quest_land_curveball_plural": "Lande {{amount_0}} Curveball-Würfe.", + "quest_title_quest_land_curveball_singular": "Lande einen Curveball-Wurf.", + "quest_title_quest_land_excellent_curveball_plural": "Lande {{amount_0}} fabelhafte Curveball-Würfe.", + "quest_title_quest_land_excellent_curveball_singular": "Lande einen fabelhaften Curveball-Wurf.", + "quest_title_quest_land_excellent_plural": "Lande {{amount_0}} fabelhafte Würfe.", + "quest_title_quest_land_excellent_singular": "Lande einen fabelhaften Wurf.", + "quest_title_quest_land_great_curve_inarow_type_ghost": "Lande {{amount_0}} großartige Curveball-Würfe hintereinander bei Geister-Pokémon.", + "quest_title_quest_land_great_curve_type_ghost": "Lande {{amount_0}} großartige Curveball-Würfe bei Geister-Pokémon.", + "quest_title_quest_land_great_curveball_plural": "Lande {{amount_0}} großartige Curveball-Würfe.", + "quest_title_quest_land_great_curveball_singular": "Lande einen großartigen Curveball-Wurf.", + "quest_title_quest_land_great_plural": "Lande {{amount_0}} großartige Würfe.", + "quest_title_quest_land_great_singular": "Lande einen großartigen Wurf.", + "quest_title_quest_land_great_type_ghost": "Lande {{amount_0}} großartige Würfe bei Geister-Pokémon.", + "quest_title_quest_land_inarow_curveball_plural": "Lande {{amount_0}} Curveball-Würfe hintereinander.", + "quest_title_quest_land_inarow_excellent_curveball_plural": "Lande {{amount_0}} fabelhafte Curveball-Würfe hintereinander.", + "quest_title_quest_land_inarow_excellent_plural": "Lande {{amount_0}} fabelhafte Würfe hintereinander.", + "quest_title_quest_land_inarow_great_curveball_plural": "Lande {{amount_0}} großartige Curveball-Würfe hintereinander.", + "quest_title_quest_land_inarow_great_plural": "Lande {{amount_0}} großartige Würfe hintereinander.", + "quest_title_quest_land_inarow_nice_curveball_plural": "Lande {{amount_0}} gute Curveball-Würfe hintereinander.", + "quest_title_quest_land_inarow_nice_plural": "Lande {{amount_0}} gute Würfe hintereinander.", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "Lande {{amount_0}} gute Curveball-Würfe hintereinander bei Geister-Pokémon.", + "quest_title_quest_land_nice_curve_plural": "Lande {{amount_0}} gute Curveball-Würfe.", + "quest_title_quest_land_nice_curve_singular": "Lande einen guten Curveball-Wurf.", + "quest_title_quest_land_nice_curve_type_ghost": "Lande {{amount_0}} gute Curveball-Würfe bei Geister-Pokémon.", + "quest_title_quest_land_nice_electric_plural": "Fange {{amount_0}} Elektro-Pokémon mit guten Würfen.", + "quest_title_quest_land_nice_plural": "Lande {{amount_0}} gute Würfe.", + "quest_title_quest_land_nice_singular": "Lande einen guten Wurf.", + "quest_title_quest_land_nice_type_ghost": "Lande {{amount_0}} gute Würfe bei Geister-Pokémon.", + "quest_title_quest_larvitar_cdc_evolve_b": "Entwickle {{amount_0}} Larvitar.", + "quest_title_quest_larvitar_cdc_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Larvitar.", + "quest_title_quest_latias_wild_snap": "Mache einen Schnappschuss von Latias im Freien.", + "quest_title_quest_latios_wild_snap": "Mache einen Schnappschuss von Latios im Freien.", + "quest_title_quest_litten_catch_b": "Fange {{amount_0}} Flamiau", + "quest_title_quest_litten_evolve_b_plural": "Entwickle {{amount_0}} Flamiau", + "quest_title_quest_litten_evolve_b_singular": "Entwickle ein Flamiau", + "quest_title_quest_litten_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Flamiau.", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "Fordere einen Trainer in der Nähe auf, indem du seinen Kampfcode scannst.", + "quest_title_quest_lucky_plural": "Erhalte {{amount_0}} Glücks-Pokémon durch Tauschen.", + "quest_title_quest_lucky_singular": "Erhalte 1 Glücks-Pokémon durch einen Tausch.", + "quest_title_quest_lunar19_friends_trade_plural": "Tausche {{amount_0}} Pokémon mit einem Freund.", + "quest_title_quest_macht_catch_b": "Fange {{amount_0}} Machollo.", + "quest_title_quest_macht_evolve_b": "Entwickle {{amount_0}} Machollo", + "quest_title_quest_macht_evolve_s1": "Entwickle {{amount_0}} Maschock", + "quest_title_quest_magit_catch_b": "Fange {{amount_0}} Karpador.", + "quest_title_quest_magit_evolve_b": "Entwickle {{amount_0}} Karpador.", + "quest_title_quest_magmt_catch_b": "Fange {{amount_0}} Magmar.", + "quest_title_quest_magmt_evolve_b": "Entwickle {{amount_0}} Magmar.", + "quest_title_quest_mareep_catch_b": "Fange {{amount_0}} Voltilamm.", + "quest_title_quest_mareep_evolve_b": "Entwickle {{amount_0}} Voltilamm.", + "quest_title_quest_mareep_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Voltilamm.", + "quest_title_quest_mega_evo_primal_rev_plural": "Löse die Protomorphose ODER Mega-Entwicklung {{amount_0}}-mal bei einem Pokémon aus.", + "quest_title_quest_mega_evo_primal_rev_singular": "Löse die Protomorphose oder Mega-Entwicklung bei einem Pokémon aus.", + "quest_title_quest_mega_evolve_beedrill": "Löse bei einem Bibor die Mega-Entwicklung aus.", + "quest_title_quest_mega_evolve_blastoise": "Löse bei einem Turtok die Mega-Entwicklung aus.", + "quest_title_quest_mega_evolve_charizard": "Löse bei einem Glurak die Mega-Entwicklung aus.", + "quest_title_quest_mega_evolve_diancie": "Löse bei einem Diancie die Mega-Entwicklung aus.", + "quest_title_quest_mega_evolve_plural": "Löse bei {{amount_0}} Pokémon die Mega-Entwicklung aus.", + "quest_title_quest_mega_evolve_rayquaza": "Löse bei einem Rayquaza die Mega-Entwicklung aus.", + "quest_title_quest_mega_evolve_singular": "Löse bei einem Pokémon die Mega-Entwicklung aus.", + "quest_title_quest_mega_evolve_venusaur": "Löse bei einem Bisaflor die Mega-Entwicklung aus.", + "quest_title_quest_mega_join_raid_plural": "Kämpfe in {{amount_0}} Mega-Raids.", + "quest_title_quest_mega_join_raid_singular": "Kämpfe in einem Mega-Raid.", + "quest_title_quest_mega_win_raid_plural": "Gewinne {{amount_0}} Mega-Raids.", + "quest_title_quest_mega_win_raid_singular": "Gewinne einen Mega-Raid.", + "quest_title_quest_mesprit_wild_snap": "Mache einen Schnappschuss von Vesprit im Freien.", + "quest_title_quest_metang_evolve_b_singular": "Entwickle ein Metang.", + "quest_title_quest_more_reseach_coming_soon": "Mehr Forschungsaufgaben bald erhältlich!", + "quest_title_quest_mudkt_catch_b": "Fange {{amount_0}} Hydropi.", + "quest_title_quest_mudkt_evolve_b": "Entwickle {{amount_0}} Hydropi.", + "quest_title_quest_mudkt_evolve_s1": "Entwickle {{amount_0}} Moorabbel.", + "quest_title_quest_new_friends_plural": "Schließe {{amount_0}} neue Freundschaften.", + "quest_title_quest_new_friends_singular": "Schließe eine neue Freundschaft.", + "quest_title_quest_noibat_catch_b": "Fange {{amount_0}} eF-eM.", + "quest_title_quest_noibat_evolve_b": "Entwickle {{amount_0}} eF-eM.", + "quest_title_quest_noibat_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} eF-eM.", + "quest_title_quest_oshat_catch_b": "Fange {{amount_0}} Ottaro.", + "quest_title_quest_oshat_evolve_b": "Entwickle {{amount_0}} Ottaro.", + "quest_title_quest_oshat_evolve_s1": "Entwickle ein Zwottronin.", + "quest_title_quest_party_catch_electric_type_plural": "Fange {{amount_0}} Pokémon vom Typ Elektro mit einem Team.", + "quest_title_quest_party_catch_electric_type_singular": "Fange ein Pokémon vom Typ Elektro mit einem Team.", + "quest_title_quest_party_catch_fire_type_plural": "Fange {{amount_0}} Pokémon vom Typ Feuer mit einem Team.", + "quest_title_quest_party_catch_fire_type_singular": "Fange ein Pokémon vom Typ Feuer mit einem Team.", + "quest_title_quest_party_catch_normal_type_plural": "Fange {{amount_0}} Pokémon vom Typ Normal mit einem Team.", + "quest_title_quest_party_catch_normal_type_singular": "Fange ein Pokémon vom Typ Normal mit einem Team.", + "quest_title_quest_party_catch_water_type_plural": "Fange {{amount_0}} Pokémon vom Typ Wasser mit einem Team.", + "quest_title_quest_party_catch_water_type_singular": "Fange ein Pokémon vom Typ Wasser mit einem Team.", + "quest_title_quest_party_challenge_plural": "Schließe {{amount_0}} Team-Herausforderungen ab.", + "quest_title_quest_party_challenge_singular": "Schließe eine Team-Herausforderung ab.", + "quest_title_quest_platinum_johto_badge": "Verdiene die Johto-Platin-Medaille", + "quest_title_quest_platinum_kanto_badge": "Verdiene die Platin-Kanto-Medaille.", + "quest_title_quest_platinum_medal_plural": "Verdiene {{amount_0}} Platin-Medaillen.", + "quest_title_quest_platinum_medal_plural_five": "Verdiene 5 Platin-Medaillen.", + "quest_title_quest_platinum_medal_plural_forty": "Verdiene 40 Platin-Medaillen.", + "quest_title_quest_platinum_medal_plural_ten": "Verdiene 10 Platin-Medaillen.", + "quest_title_quest_platinum_medal_plural_twenty": "Verdiene 20 Platin-Medaillen.", + "quest_title_quest_platinum_medal_singular": "Verdiene 1 Platin-Medaille.", + "quest_title_quest_play_buddy_singular": "Spiele mit deinem Kumpel.", + "quest_title_quest_pokemon_appears": "Pokémon erscheint!", + "quest_title_quest_poliwag_catch_b": "Fange {{amount_0}} Quapsel", + "quest_title_quest_poliwag_evolve_b": "Entwickle {{amount_0}} Quapsel", + "quest_title_quest_poliwag_snapshot_b": "Mache {{amount_0}} Schnappschüsse von Quapsel.", + "quest_title_quest_poliwhirl_evolve_b": "Entwickle {{amount_0}} Quaputzi", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "Fange {{amount_0}} Robball.", + "quest_title_quest_popplio_evolve_b_plural": "Entwickle {{amount_0}} Robball.", + "quest_title_quest_popplio_evolve_b_singular": "Entwickle ein Robball.", + "quest_title_quest_porygon_catch_b": "Fange {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_plural": "Entwickle {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_singular": "Entwickle ein Porygon", + "quest_title_quest_porygon_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Porygon.", + "quest_title_quest_porygon2_evolve_b_plural": "Entwickle {{amount_0}} Porygon2", + "quest_title_quest_porygon2_evolve_b_singular": "Entwickle ein Porygon2", + "quest_title_quest_poryt_catch_b": "Fange {{amount_0}} Porygon.", + "quest_title_quest_poryt_catch_s1": "Fange {{amount_0}} Porygon2.", + "quest_title_quest_poryt_evolve_b": "Entwickle {{amount_0}} Porygon.", + "quest_title_quest_poryt_evolve_s1": "Entwickle {{amount_0}} Porygon2.", + "quest_title_quest_power_up_dragon_plural": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Drache.", + "quest_title_quest_power_up_fire_ice": "Verwende 5 Power-ups bei Pokémon vom Typ Feuer oder Eis.", + "quest_title_quest_power_up_grass_ghost": "Verwende 5 Power-ups bei Pokémon vom Typ Pflanze oder Geist.", + "quest_title_quest_power_up_legendary_plural": "Verwende {{amount_0}}-mal ein Power-up bei Legendären oder Mysteriösen Pokémon.", + "quest_title_quest_power_up_legendary_singular": "Verwende ein Power-up bei 1 Legendären oder Mysteriösen Pokémon.", + "quest_title_quest_power_up_max_plural": "Verwende Power-ups bei {{amount_0}} Pokémon bis zu ihren maximalen WP", + "quest_title_quest_power_up_max_singular": "Verwende Power-ups bei 1 Pokémon bis zu seinen maximalen WP", + "quest_title_quest_power_up_plural": "Verwende {{amount_0}} Power-ups bei Pokémon.", + "quest_title_quest_power_up_plural_bug": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Käfer.", + "quest_title_quest_power_up_plural_dark": "Verwende ein Power-up bei {{amount_0}} Pokémon vom Typ Unlicht.", + "quest_title_quest_power_up_plural_dragon": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Drache.", + "quest_title_quest_power_up_plural_electric": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Elektro.", + "quest_title_quest_power_up_plural_fairy": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Fee.", + "quest_title_quest_power_up_plural_fighting": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Kampf.", + "quest_title_quest_power_up_plural_fire": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Feuer.", + "quest_title_quest_power_up_plural_flying": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Flug.", + "quest_title_quest_power_up_plural_ghost": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Geist.", + "quest_title_quest_power_up_plural_grass": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Pflanze.", + "quest_title_quest_power_up_plural_ground": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Boden.", + "quest_title_quest_power_up_plural_ice": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Eis.", + "quest_title_quest_power_up_plural_normal": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Normal.", + "quest_title_quest_power_up_plural_poison": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Gift.", + "quest_title_quest_power_up_plural_psychic": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Psycho", + "quest_title_quest_power_up_plural_rock": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Gestein.", + "quest_title_quest_power_up_plural_rock_fairy": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Gestein oder Fee.", + "quest_title_quest_power_up_plural_steel": "Verwende ein Power-up bei {{amount_0}} Pokémon vom Typ Stahl.", + "quest_title_quest_power_up_plural_water": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Wasser.", + "quest_title_quest_power_up_poison_rock": "Verwende 5 Power-ups bei Pokémon vom Typ Gift oder Gestein.", + "quest_title_quest_power_up_singular": "Verwende ein Power-up bei einem Pokémon.", + "quest_title_quest_power_up_singular_marshadow": "Verwende ein Power-up bei Marshadow", + "quest_title_quest_power_up_water_normal": "Verwende 5 Power-ups bei Pokémon vom Typ Normal oder Wasser.", + "quest_title_quest_primal_raid_victory_groudon": "Gewinne einen Proto-Groudon-Raid.", + "quest_title_quest_primal_raid_victory_kyogre": "Gewinne einen Proto-Kyogre-Raid.", + "quest_title_quest_primal_raid_victory_plural": "Gewinne {{amount_0}} Proto-Raids.", + "quest_title_quest_primal_raid_victory_singular": "Gewinne einen Proto-Raid.", + "quest_title_quest_primal_reversion_plural": "Löse bei einem Pokémon {{amount_0}}-mal die Protomorphose aus.", + "quest_title_quest_primal_reversion_singular": "Löse bei einem Pokémon die Protomorphose aus.", + "quest_title_quest_primal_surge_candy": "Proto-Alarm: Verdiene ein Bonbon durch Spazieren mit deinem Kumpel.", + "quest_title_quest_primal_surge_catch": "Proto-Alarm: Fange 10 Pokémon.", + "quest_title_quest_primal_surge_hatch": "Proto-Alarm: Brüte ein Ei aus.", + "quest_title_quest_primal_surge_power_ground": "Proto-Alarm: Verwende 5 Power-ups bei Pokémon vom Typ Boden.", + "quest_title_quest_primal_surge_power_water": "Proto-Alarm: Verwende 5 Power-ups bei Pokémon vom Typ Wasser.", + "quest_title_quest_primal_surge_raid": "Proto-Alarm: Gewinne einen Raid.", + "quest_title_quest_psychicspec_catch_abra_plural": "Fange {{amount_0}} Abra oder Traumato.", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "Fange {{amount_0}} Pokémon vom Typ Psycho.", + "quest_title_quest_psychicspec_evolve_plural": "Entwickle {{amount_0}} Owei oder Flegmon.", + "quest_title_quest_quaxly_evolve_b": "Entwickle ein Kwaks.", + "quest_title_quest_quaxwell_evolve_b": "Entwickle ein Fuentente.", + "quest_title_quest_quilava_evolve_b_plural": "Entwickle {{amount_0}} Igelavar.", + "quest_title_quest_quilava_evolve_b_singular": "Entwickle ein Igelavar.", + "quest_title_quest_quilladin_evolve_b": "Entwickle {{amount_0}} Igastarnish.", + "quest_title_quest_raboot_evolve": "Entwickle ein Kickerlo.", + "quest_title_quest_raid_friend_singular": "Nimm mit einem Freund an einem Raid teil.", + "quest_title_quest_raid_t5_win": "Gewinne einen Stufe-5-Raid.", + "quest_title_quest_raid_with_buddy_plural": "Kämpfe in {{amount_0}} Raids mit deinem Kumpel.", + "quest_title_quest_raid_with_buddy_singular": "Kämpfe in einem Raid mit deinem Kumpel.", + "quest_title_quest_reach_hoenn_gold": "Verdiene die Hoenn-Gold-Medaille.", + "quest_title_quest_reach_johto_gold": "Verdiene die Johto-Gold-Medaille.", + "quest_title_quest_reach_kanto_gold": "Verdiene die Kanto-Gold-Medaille.", + "quest_title_quest_reach_kanto_silver": "Verdiene die Kanto-Silber-Medaille.", + "quest_title_quest_reach_level": "Erreiche Level {{amount_0}}.", + "quest_title_quest_referral_initial_milestone": "Hat sich bei Pokémon GO angemeldet", + "quest_title_quest_remove_bonus_challenge_desc": "Morgen erhältst du eine weitere Aufgabe.", + "quest_title_quest_reward_desc_1": "Sammle Stempel, um bei Prof. Willow Forschungsdurchbrüche freizuschalten.", + "quest_title_quest_reward_desc_2": "Du brauchst noch", + "quest_title_quest_reward_desc_3_plural": "{{amount_0}} Stempel bis zum Durchbruch!", + "quest_title_quest_reward_desc_3_singular": "{{amount_0}} Stempel bis zum Durchbruch!", + "quest_title_quest_reward_encounter_later": "Später", + "quest_title_quest_reward_encounter_uses_ar": "Dieses Pokémon kann nur im AR-Modus gefangen werden.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "Ein geheimnisvolles Pokémon erscheint!", + "quest_title_quest_reward_start_encounter": "Begegnung beginnen", + "quest_title_quest_rocket_battle_plural": "Kämpfe gegen {{amount_0}} Team GO Rocket-Rüpel.", + "quest_title_quest_rocket_battle_win_plural": "Besiege {{amount_0}} Team GO Rocket-Rüpel.", + "quest_title_quest_rocket_battle_win_singular": "Besiege einen Team GO Rocket-Rüpel.", + "quest_title_quest_rocket_catch_shadow_singular": "Fange ein Crypto-Pokémon.", + "quest_title_quest_rocket_evolve_plural": "Entwickle {{amount_0}} Pokémon.", + "quest_title_quest_rocket_leader_battle_win_singular": "Besiege einen Team GO Rocket-Boss.", + "quest_title_quest_rocket_power_up_plural": "Verwende {{amount_0}}-mal Power-ups bei Pokémon.", + "quest_title_quest_rocket_purify_dark_plural": "Erlöse {{amount_0}} Crypto-Pokémon vom Typ Unlicht.", + "quest_title_quest_rocket_purify_fire_plural": "Erlöse {{amount_0}} Crypto-Pokémon vom Typ Feuer.", + "quest_title_quest_rocket_purify_plural": "Erlöse {{amount_0}} Crypto-Pokémon.", + "quest_title_quest_rocket_purify_type_singular": "Erlöse ein Crypto-Pokémon vom Typ Feuer, Wasser oder Pflanze.", + "quest_title_quest_rocket_rescue_shadow_plural": "Rette {{amount_0}} Crypto-Pokémon.", + "quest_title_quest_rocket_shadow_plural": "Fange {{amount_0}} Crypto-Pokémon.", + "quest_title_quest_rockethq1_arlo_win": "Besiege Team GO Rocket-Boss Arlo.", + "quest_title_quest_rockethq1_arlo_win_plural": "Besiege Team GO Rocket-Boss Arlo {{amount_0}}-mal.", + "quest_title_quest_rockethq1_battle_boss": "Kämpfe gegen den Boss von Team GO Rocket.", + "quest_title_quest_rockethq1_catch_legendary_shadow": "Fange ein Legendäres Crypto-Pokémon.", + "quest_title_quest_rockethq1_catch_shadow1": "Fange {{amount_0}} Crypto-Pokémon.", + "quest_title_quest_rockethq1_cliff_win": "Besiege Team GO Rocket-Boss Cliff.", + "quest_title_quest_rockethq1_cliff_win_plural": "Besiege Team GO Rocket-Boss Cliff {{amount_0}}-mal.", + "quest_title_quest_rockethq1_defeat_boss": "Besiege den Boss von Team GO Rocket.", + "quest_title_quest_rockethq1_find_boss": "Finde den Boss von Team GO Rocket.", + "quest_title_quest_rockethq1_grunt_win1": "Besiege {{amount_0}} Team GO Rocket-Rüpel.", + "quest_title_quest_rockethq1_grunt_win2": "Besiege {{amount_0}} Team GO Rocket-Rüpel.", + "quest_title_quest_rockethq1_leader_win_plural": "Besiege einen Team GO Rocket-Boss {{amount_0}}-mal.", + "quest_title_quest_rockethq1_leaders_win_plural": "Besiege einen Team GO Rocket-Boss {{amount_0}}-mal.", + "quest_title_quest_rockethq1_purify": "Erlöse {{amount_0}} Crypto-Pokémon.", + "quest_title_quest_rockethq1_raid_win": "Gewinne {{amount_0}} Raids.", + "quest_title_quest_rockethq1_sierra_win": "Besiege Team GO Rocket-Boss Sierra.", + "quest_title_quest_rockethq1_sierra_win_plural": "Besiege Team GO Rocket-Boss Sierra {{amount_0}}-mal.", + "quest_title_quest_rockethq1_spin": "Drehe {{amount_0}} PokéStops.", + "quest_title_quest_rockethq1_spin_row": "Drehe {{amount_0}} Tage hintereinander einen PokéStop.", + "quest_title_quest_rockethq1_supereffective": "Setze {{amount_0}} sehr effektive Lade-Attacken in Arenakämpfen ein.", + "quest_title_quest_rockethq1_trainerbattle_win": "Gewinne {{amount_0}} Superliga-Trainerkämpfe gegen einen anderen Trainer.", + "quest_title_quest_roggenrola_catch_b": "Fange {{amount_0}} Kiesling.", + "quest_title_quest_roggenrola_evolve_b": "Entwickle {{amount_0}} Kiesling.", + "quest_title_quest_roggenrola_snapshot_b": "Mache {{amount_0}} Schnappschüsse von Kiesling.", + "quest_title_quest_roset_catch_b": "Fange {{amount_0}} Roselia.", + "quest_title_quest_roset_evolve_b": "Entwickle {{amount_0}} Roselia.", + "quest_title_quest_rowlet_catch_b": "Fange {{amount_0}} Bauz.", + "quest_title_quest_rowlet_evolve_b_plural": "Entwickle {{amount_0}} Bauz.", + "quest_title_quest_rowlet_evolve_b_singular": "Entwickle {{amount_0}} Bauz.", + "quest_title_quest_rowlet_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Bauz.", + "quest_title_quest_sandt_catch_b": "Fange {{amount_0}} Sandan.", + "quest_title_quest_sandt_evolve_b": "Entwickle {{amount_0}} Sandan.", + "quest_title_quest_scorbunny_evolve": "Entwickle ein Hopplo.", + "quest_title_quest_send_gifts_daily_row": "Verschicke {{amount_0}} Tage hintereinander Geschenke.", + "quest_title_quest_send_gifts_plural": "Schicke {{amount_0}} Geschenke an Freunde.", + "quest_title_quest_send_gifts_singular": "Schicke ein Geschenk an einen Freund.", + "quest_title_quest_send_gifts_sticker_plural": "Verschicke {{amount_0}} Geschenke mit einem Sticker.", + "quest_title_quest_send_gifts_sticker_singular": "Verschicke ein Geschenk mit einem Sticker.", + "quest_title_quest_shelgon_evolve_b_plural": "Entwickle {{amount_0}} Draschel", + "quest_title_quest_shelgon_evolve_b_singular": "Entwickle ein Draschel", + "quest_title_quest_shint_catch_b": "Fange {{amount_0}} Sheinux.", + "quest_title_quest_shint_evolve_b": "Entwickle {{amount_0}} Sheinux.", + "quest_title_quest_shint_evolve_s1": "Entwickle {{amount_0}} Luxio.", + "quest_title_quest_sinnoh_evolve_plural": "Entwickle {{amount_0}} Pokémon zu Arten, die ursprünglich in der Sinnoh-Region entdeckt wurden.", + "quest_title_quest_sinnoh_evolve_stone_plural": "Verwende einen Sinnoh-Stein, um {{amount_0}} Pokémon zu entwickeln.", + "quest_title_quest_sinnoh_medal_gold": "Verdiene eine Sinnoh-Gold-Medaille.", + "quest_title_quest_sliggoo_evolve_b_plural": "Entwickle {{amount_0}} Viscargot.", + "quest_title_quest_sliggoo_evolve_b_singular": "Entwickle ein Viscargot.", + "quest_title_quest_slowpoke_catch_b": "Fange {{amount_0}} Flegmon oder Galar-Flegmon.", + "quest_title_quest_slowpoke_evolve_b": "Entwickle {{amount_0}} Flegmon oder Galar-Flegmon.", + "quest_title_quest_slowpoke_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Flegmon oder Galar-Flegmon.", + "quest_title_quest_snapshot_ar_photo_safari": "Mach einen Schnappschuss von deinem Kumpel am Pokémon GO-Zelt", + "quest_title_quest_snapshot_bali": "Mache einen Schnappschuss in Bali", + "quest_title_quest_snapshot_buddy": "Mache einen Schnappschuss mit deinem Kumpel", + "quest_title_quest_snapshot_bulbasaur": "Mache einen Schnappschuss von Bisasam.", + "quest_title_quest_snapshot_charmander": "Mache einen Schnappschuss von Glumanda.", + "quest_title_quest_snapshot_chikorita": "Mache einen Schnappschuss von deinem Endivie.", + "quest_title_quest_snapshot_cyndaquil": "Mache einen Schnappschuss von deinem Feurigel.", + "quest_title_quest_snapshot_genesect": "Mache {{amount_0}} Schnappschüsse von Genesect.", + "quest_title_quest_snapshot_hariyama": "Mache einen Schnappschuss von deinem Hariyama.", + "quest_title_quest_snapshot_hoopa_singular": "Mache einen Schnappschuss von Hoopa.", + "quest_title_quest_snapshot_jeju": "Mache einen Schnappschuss auf Jeju Island", + "quest_title_quest_snapshot_keldeo": "Mache {{amount_0}} Schnappschüsse von Keldeo.", + "quest_title_quest_snapshot_landorus": "Mache einen Schnappschuss von Demeteros.", + "quest_title_quest_snapshot_machamp": "Mache einen Schnappschuss von deinem Machomei.", + "quest_title_quest_snapshot_okinawa": "Mache einen Schnappschuss in Okinawa", + "quest_title_quest_snapshot_poison_grass_singular": "Mache einen Schnappschuss von einem wilden Gift-Pokémon.", + "quest_title_quest_snapshot_regi_ice": "Mache einen Schnappschuss von Regice.", + "quest_title_quest_snapshot_regi_rock": "Mache einen Schnappschuss von Regirock.", + "quest_title_quest_snapshot_regi_steel": "Mache einen Schnappschuss von Registeel.", + "quest_title_quest_snapshot_scrafty": "Mache einen Schnappschuss von deinem Irokex.", + "quest_title_quest_snapshot_singular": "Mache einen Schnappschuss", + "quest_title_quest_snapshot_storage_bug_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen Käfer-Pokémon, die du gefangen hast.", + "quest_title_quest_snapshot_storage_steel_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen Stahl-Pokémon, die du gefangen hast.", + "quest_title_quest_snapshot_storage_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen Pokémon im Freien.", + "quest_title_quest_snapshot_surabaya": "Mache einen Schnappschuss in Surabaya", + "quest_title_quest_snapshot_thundurus": "Mache einen Schnappschuss von Voltolos.", + "quest_title_quest_snapshot_tornadus": "Mache einen Schnappschuss von Boreos.", + "quest_title_quest_snapshot_totodile": "Mache einen Schnappschuss von deinem Karnimani.", + "quest_title_quest_snapshot_unique_fire_pokemon": "Mache Schnappschüsse von {{amount_0}} verschiedenen Feuer-Pokémon.", + "quest_title_quest_snapshot_unique_pokemon": "Mache Schnappschüsse von {{amount_0}} verschiedenen Pokémon.", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Mache einen Schnappschuss von Sheinux, Elezeba oder Coiffwaff im Freien.", + "quest_title_quest_snapshot_wild_bug_plural": "Mache {{amount_0}} Schnappschüsse von Käfer-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_bug_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen Käfer-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Mache einen Schnappschuss von Smettbo, Sheinux oder Elezeba im Freien.", + "quest_title_quest_snapshot_wild_dark_plural": "Mache {{amount_0}} Schnappschüsse von Unlicht-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_dark_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Unlicht-Pokémon.", + "quest_title_quest_snapshot_wild_dragon_plural": "Mache {{amount_0}} Schnappschüsse von Drachen-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Drachen-Pokémon.", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Mache einen Schnappschuss von Lampi, Finneon oder Piccolente im Freien.", + "quest_title_quest_snapshot_wild_eevee": "Mache einen Schnappschuss von Evoli im Freien.", + "quest_title_quest_snapshot_wild_electric_plural": "Mache {{amount_0}} Schnappschüsse von Elektro-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_electric_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Elektro-Pokémon.", + "quest_title_quest_snapshot_wild_entei": "Mache einen Schnappschuss von Entei im Freien.", + "quest_title_quest_snapshot_wild_fairy_plural": "Mache {{amount_0}} Schnappschüsse von Feen-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Feen-Pokémon.", + "quest_title_quest_snapshot_wild_fighting_plural": "Mache {{amount_0}} Schnappschüsse von Kampf-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Kampf-Pokémon.", + "quest_title_quest_snapshot_wild_fire_plural": "Mache {{amount_0}} Schnappschüsse von Feuer-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_fire_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Feuer-Pokémon.", + "quest_title_quest_snapshot_wild_flying_plural": "Mache {{amount_0}} Schnappschüsse von Flug-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_flying_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Flug-Pokémon.", + "quest_title_quest_snapshot_wild_frillish_absol": "Mache einen Schnappschuss von Absol oder Quabbel im Freien.", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Mache einen Schnappschuss von Sandan, Kleinstein oder Tuska im Freien.", + "quest_title_quest_snapshot_wild_ghost_plural": "Mache {{amount_0}} Schnappschüsse von Geister-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Geister-Pokémon.", + "quest_title_quest_snapshot_wild_grass_plural": "Mache {{amount_0}} Schnappschüsse von Pflanzen-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_grass_singular": "Mache einen Schnappschuss von einem Pflanzen-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_grass_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Pflanzen-Pokémon.", + "quest_title_quest_snapshot_wild_ground_plural": "Mache {{amount_0}} Schnappschüsse von Boden-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_ground_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Boden-Pokémon.", + "quest_title_quest_snapshot_wild_hoothoot": "Mache einen Schnappschuss von Hoothoot im Freien.", + "quest_title_quest_snapshot_wild_ice_plural": "Mache {{amount_0}} Schnappschüsse von Eis-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_ice_singular": "Mache einen Schnappschuss von einem Eis-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_ice_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Eis-Pokémon.", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Mache einen Schnappschuss von Safcon, Griffel oder Loturzel im Freien.", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Mache einen Schnappschuss von Lampi, Liebiskus oder Finneon im Freien.", + "quest_title_quest_snapshot_wild_mareanie_singluar": "Mache einen Schnappschuss von Garstella im Freien.", + "quest_title_quest_snapshot_wild_normal_plural": "Mache {{amount_0}} Schnappschüsse von Normal-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_normal_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Normal-Pokémon.", + "quest_title_quest_snapshot_wild_plural": "Mache {{amount_0}} Schnappschüsse von Pokémon im Freien.", + "quest_title_quest_snapshot_wild_poison_plural": "Mache {{amount_0}} Schnappschüsse von Gift-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_poison_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Gift-Pokémon.", + "quest_title_quest_snapshot_wild_psychic_plural": "Mache {{amount_0}} Schnappschüsse von Psycho-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Psycho-Pokémon.", + "quest_title_quest_snapshot_wild_raikou": "Mache einen Schnappschuss von Raikou im Freien.", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Mache {{amount_0}} Schnappschüsse von verschiedenen wilden Boden-, Gesteins- oder Feen-Pokémon.", + "quest_title_quest_snapshot_wild_rock_plural": "Mache {{amount_0}} Schnappschüsse von Gesteins-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_rock_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Gesteins-Pokémon.", + "quest_title_quest_snapshot_wild_singular": "Mache einen Schnappschuss von einem Pokémon im Freien.", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Mache einen Schnappschuss von Dodri, Mantax oder Panzaeron im Freien.", + "quest_title_quest_snapshot_wild_skitty_kirlia": "Mache einen Schnappschuss von Kirlia oder Eneco im Freien.", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Mache einen Schnappschuss von Sniebel, Glibunkel oder Quabbel im Freien.", + "quest_title_quest_snapshot_wild_steel_plural": "Mache {{amount_0}} Schnappschüsse von Stahl-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_steel_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen Stahl-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_suicune": "Mache einen Schnappschuss von Suicune im Freien.", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Mache einen Schnappschuss von Sandan, Knacklion oder Tuska im Freien.", + "quest_title_quest_snapshot_wild_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen Pokémon im Freien.", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Mache {{amount_0}} Schnappschüsse von verschiedenen Feuer-, Wasser- oder Pflanzen-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_water_plural": "Mache {{amount_0}} Schnappschüsse von Wasser-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_water_singular": "Mache einen Schnappschuss von Wasser-Pokémon im Freien.", + "quest_title_quest_snapshot_wild_water_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Wasser-Pokémon.", + "quest_title_quest_snapshot_yogyakarta": "Mache einen Schnappschuss in Yogyakarta.", + "quest_title_quest_snapshots_inarow_plural": "Mache {{amount_0}} Tage hintereinander einen Schnappschuss eines Pokémon.", + "quest_title_quest_snapshots_plural": "Mach {{amount_0}} Schnappschüsse.", + "quest_title_quest_snapshots_your_plural": "Mache {{amount_0}} Schnappschüsse von deinen Pokémon.", + "quest_title_quest_snapshots_your_singular": "Mache einen Schnappschuss von einem deiner Pokémon.", + "quest_title_quest_snivt_catch_b": "Fange {{amount_0}} Serpifeu.", + "quest_title_quest_snivt_evolve_b": "Entwickle {{amount_0}} Serpifeu.", + "quest_title_quest_snivt_evolve_s1": "Entwickle {{amount_0}} Efoserp.", + "quest_title_quest_sobble_evolve": "Entwickle ein Memmeon.", + "quest_title_quest_sphet_catch_b": "Fange {{amount_0}} Seemops.", + "quest_title_quest_sphet_evolve_b": "Entwickle {{amount_0}} Seemops.", + "quest_title_quest_sphet_evolve_s1": "Entwickle {{amount_0}} Seejong.", + "quest_title_quest_spin_151": "Drehe 151 PokéStops oder Arenen.", + "quest_title_quest_spin_daysinarow": "Drehe {{amount_0}} Tage hintereinander einen PokéStop.", + "quest_title_quest_spin_go_tour_habitat_01": "Drehe {{amount_0}} PokéStops oder Arenen im Lebensraum Küstenmetropole.", + "quest_title_quest_spin_go_tour_habitat_02": "Drehe {{amount_0}} PokéStops oder Arenen im Lebensraum Umschlungene Ruinen.", + "quest_title_quest_spin_go_tour_habitat_03": "Drehe {{amount_0}} PokéStops oder Arenen im Lebensraum Blubbernder Sumpf.", + "quest_title_quest_spin_go_tour_habitat_04": "Drehe {{amount_0}} PokéStops oder Arenen im Lebensraum Heiße Gebirgsquellen.", + "quest_title_quest_spin_go_tour_spiritomb_plural": "Drehe {{amount_0}} verschiedene Kryppuk-PokéStops.", + "quest_title_quest_spin_go_tour_spiritomb_singular": "Drehe einen Kryppuk-PokéStop.", + "quest_title_quest_spin_mexico_plural": "Drehe {{amount_0}} PokéStops in Mexiko.", + "quest_title_quest_spin_mexico_singular": "Drehe einen PokéStop in Mexiko.", + "quest_title_quest_spin_pokestop_days": "Besuche an {{amount_0}} verschiedenen Tagen PokéStops.", + "quest_title_quest_spin_ultra_wormhole_gym": "Drehe die Arena, die als „Ultrapforte” gekennzeichnet ist.", + "quest_title_quest_spin_wcs_2024": "Drehe 10 PokéStops oder Arenen beim Hawai‘i Convention Center", + "quest_title_quest_sprigatito_evolve_b": "Entwickle ein Felori.", + "quest_title_quest_squirtle_catch_b": "Fange {{amount_0}} Schiggy.", + "quest_title_quest_squirtle_evolve_b": "Entwickle {{amount_0}} Schiggy.", + "quest_title_quest_squirtle_snapshot_b": "Mache {{amount_0}} Schnappschüsse von Schiggy.", + "quest_title_quest_st_catch_s": "Fange 15 Samurzel.", + "quest_title_quest_st_evolve_n": "Entwickle ein Blanas.", + "quest_title_quest_st_evolve_s": "Entwickle 3 Samurzel.", + "quest_title_quest_stardust_plural": "Verdiene {{amount_0}} Sternenstaub.", + "quest_title_quest_starly_catch_b": "Fange {{amount_0}} Staralili.", + "quest_title_quest_starly_evolve_b": "Entwickle {{amount_0}} Staralili.", + "quest_title_quest_starly_snapshot_b": "Mache {{amount_0}} Schnappschüsse von Staralili.", + "quest_title_quest_start_battle": "KAMPF BEGINNEN!", + "quest_title_quest_steenee_evolve_b_plural": "Entwickle {{amount_0}} Frubaila", + "quest_title_quest_steenee_evolve_b_singular": "Entwickle ein Frubaila", + "quest_title_quest_streak_format": "SERIE: {{amount_0}} TAG(E)!", + "quest_title_quest_stuff_catch_b": "Fange {{amount_0}} Velursi.", + "quest_title_quest_stuff_evolve_b": "Entwickle {{amount_0}} Velursi.", + "quest_title_quest_stuff_snapshot_b": "Mache {{amount_0}} Schnappschüsse von Velursi im Freien.", + "quest_title_quest_supereffective_charge_party_plural": "Setze {{amount_0}} sehr effektive Lade-Attacken mit einem Team ein.", + "quest_title_quest_supereffective_charge_party_singular": "Setze eine sehr effektive Lade-Attacke mit einem Team ein.", + "quest_title_quest_supereffective_charge_plural": "Setze {{amount_0}} sehr effektive Lade-Attacken ein.", + "quest_title_quest_supereffective_charge_singular": "Setze eine sehr effektive Lade-Attacke ein.", + "quest_title_quest_surskit_catch": "Fange {{amount_0}} Gehweiher.", + "quest_title_quest_swabt_catch_b": "Fange {{amount_0}} Wablu.", + "quest_title_quest_swabt_evolve_b": "Entwickle {{amount_0}} Wablu.", + "quest_title_quest_swinub_cdc_evolve_b": "Entwickle {{amount_0}} Quiekel.", + "quest_title_quest_swinub_cdc_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Quiekel.", + "quest_title_quest_teddiursa_catch_b": "Fange {{amount_0}} Teddiursa.", + "quest_title_quest_teddiursa_evolve_b": "Entwickle {{amount_0}} Teddiursa.", + "quest_title_quest_teddiursa_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Teddiursa.", + "quest_title_quest_template.display.branches#0.button_text_key": "Raids, Rüpel und Arenen!", + "quest_title_quest_template.display.branches#0.description_key": "Wenn du dich für diesen Pfad entscheidest, erhältst du Aufgaben, die mit dem Herausfordern von Arenen, Raids und Mitgliedern von Team GO Rocket zu tun haben, um Belohnungen wie eine Begegnung mit Glurak und mehr zu erhalten.", + "quest_title_quest_template.display.branches#1.button_text_key": "GO-Kampfliga!", + "quest_title_quest_template.display.branches#1.description_key": "Wenn du dich für diesen Weg entscheidest, erhältst du Aufgaben, die mit dem Kampf gegen andere Trainer zu tun haben, um Belohnungen wie eine Begegnung mit Glurak und mehr zu erhalten.", + "quest_title_quest_tepit_catch_b": "Fange {{amount_0}} Floink.", + "quest_title_quest_tepit_evolve_b": "Entwickle {{amount_0}} Floink.", + "quest_title_quest_tepit_evolve_s1": "Entwickle {{amount_0}} Ferkokel.", + "quest_title_quest_thwackey_evolve": "Entwickle ein Chimstix.", + "quest_title_quest_timburr_catch_b": "Fange {{amount_0}} Praktibalk.", + "quest_title_quest_timburr_evolve_b": "Entwickle {{amount_0}} Praktibalk.", + "quest_title_quest_timburr_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Praktibalk.", + "quest_title_quest_time_remaining_day_plural": "Es bleiben noch {{amount_0}} Tage, um diese Spezialforschung abzuschließen.", + "quest_title_quest_time_remaining_day_singular": "Es bleibt noch {{amount_0}} Tag, um diese Spezialforschung abzuschließen.", + "quest_title_quest_togetic_catch_b": "Fange {{amount_0}} Togetic.", + "quest_title_quest_togetic_evolve_b": "Entwickle {{amount_0}} Togetic.", + "quest_title_quest_togetic_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Togetic.", + "quest_title_quest_torracat_evolve_b_plural": "Entwickle {{amount_0}} Miezunder", + "quest_title_quest_torracat_evolve_b_singular": "Entwickle ein Miezunder", + "quest_title_quest_trade_50km_plural": "Tausche {{amount_0}}-mal Pokémon, die mindestens 50 km voneinander entfernt gefangen wurden.", + "quest_title_quest_trade_100km_plural": "Tausche {{amount_0}}-mal Pokémon, die mindestens 100 km voneinander entfernt gefangen wurden.", + "quest_title_quest_trade_200km_plural": "Tausche {{amount_0}}-mal Pokémon, die mindestens 200 km voneinander entfernt gefangen wurden.", + "quest_title_quest_trade_300km_plural": "Tausche {{amount_0}}-mal Pokémon, die mindestens 300 km voneinander entfernt gefangen wurden.", + "quest_title_quest_trade_400km_plural": "Tausche {{amount_0}}-mal Pokémon, die mindestens 400 km voneinander entfernt gefangen wurden.", + "quest_title_quest_trade_500km_plural": "Tausche {{amount_0}}-mal Pokémon, die mindestens 500 km voneinander entfernt gefangen wurden.", + "quest_title_quest_trade_500km_singular": "Tausche einmal Pokémon, die mindestens 500 km voneinander entfernt gefangen wurden.", + "quest_title_quest_trade_pikachu_plural": "Tausche {{amount_0}} Pikachu", + "quest_title_quest_trade_plural": "Tausche {{amount_0}}-mal Pokémon.", + "quest_title_quest_trade_singular": "Tausche ein Pokémon.", + "quest_title_quest_transfer_pidgey_plural": "Verschicke {{amount_0}} Taubsi", + "quest_title_quest_transfer_pokemon_plural": "Verschicke {{amount_0}} Pokémon.", + "quest_title_quest_transfer_pokemon_singular": "Verschicke ein Pokémon.", + "quest_title_quest_transfer_rock_or_poison_plural": "Verschicke {{amount_0}} Pokémon vom Typ Gestein oder Gift.", + "quest_title_quest_transfer_rock_poison": "Verschicke {{amount_0}} Pokémon vom Typ Gestein oder Gift.", + "quest_title_quest_transfer_type_bug_plural": "Verschicke {{amount_0}} Pokémon vom Typ Käfer.", + "quest_title_quest_transfer_type_dark_plural": "Verschicke {{amount_0}} Pokémon vom Typ Unlicht.", + "quest_title_quest_transfer_type_dragon_plural": "Verschicke {{amount_0}} Pokémon vom Typ Drache.", + "quest_title_quest_transfer_type_electric_plural": "Verschicke {{amount_0}} Pokémon vom Typ Elektro.", + "quest_title_quest_transfer_type_fairy_plural": "Verschicke {{amount_0}} Pokémon vom Typ Fee.", + "quest_title_quest_transfer_type_fighting_plural": "Verschicke {{amount_0}} Pokémon vom Typ Kampf.", + "quest_title_quest_transfer_type_fire_plural": "Verschicke {{amount_0}} Pokémon vom Typ Feuer.", + "quest_title_quest_transfer_type_flying_plural": "Verschicke {{amount_0}} Pokémon vom Typ Flug.", + "quest_title_quest_transfer_type_ghost_plural": "Verschicke {{amount_0}} Pokémon vom Typ Geist.", + "quest_title_quest_transfer_type_grass_plural": "Verschicke {{amount_0}} Pokémon vom Typ Pflanze.", + "quest_title_quest_transfer_type_ground_plural": "Verschicke {{amount_0}} Pokémon vom Typ Boden.", + "quest_title_quest_transfer_type_ice_plural": "Verschicke {{amount_0}} Pokémon vom Typ Eis.", + "quest_title_quest_transfer_type_normal_plural": "Verschicke {{amount_0}} Pokémon vom Typ Normal.", + "quest_title_quest_transfer_type_poison_plural": "Verschicke {{amount_0}} Pokémon vom Typ Gift.", + "quest_title_quest_transfer_type_psychic_plural": "Verschicke {{amount_0}} Pokémon vom Typ Psycho.", + "quest_title_quest_transfer_type_rock_plural": "Verschicke {{amount_0}} Pokémon vom Typ Gestein.", + "quest_title_quest_transfer_type_steel_plural": "Verschicke {{amount_0}} Pokémon vom Typ Stahl.", + "quest_title_quest_transfer_type_water_plural": "Verschicke {{amount_0}} Pokémon vom Typ Wasser.", + "quest_title_quest_travel_routes_km_plural": "Laufe {{amount_0}} km beim Folgen von Routen.", + "quest_title_quest_travel_routes_meters_plural": "Laufe {{amount_0}} m beim Folgen von Routen.", + "quest_title_quest_tynamo_catch_b": "Fange {{amount_0}} Zapplardin.", + "quest_title_quest_tynamo_evolve_b_plural": "Entwickle {{amount_0}} Zapplardin.", + "quest_title_quest_tynamo_evolve_b_singular": "Entwickle ein Zapplardin.", + "quest_title_quest_under_investigation": "Prof. Willow betreibt momentan Recherche zu dieser Forschung. Schau bald wieder für weitere Details vorbei!", + "quest_title_quest_urd22_june_battle_gym": "Forschungstag: Kämpfe in einer Arena.", + "quest_title_quest_urd22_june_battle_raid": "Forschungstag: Kämpfe in einem Raid-Kampf.", + "quest_title_quest_urd22_june_beries": "Forschungstag: Verwende {{amount_0}} Beeren beim Fangen von Pokémon.", + "quest_title_quest_urd22_june_catch_rock": "Forschungstag: Fange {{amount_0}} Pokémon vom Typ Gestein.", + "quest_title_quest_urd22_june_catch_weather": "Forschungstag: Fange {{amount_0}} Pokémon mit Wetterverstärkung.", + "quest_title_quest_urd22_june_curveball": "Forschungstag: Lande {{amount_0}} Curveball-Würfe.", + "quest_title_quest_urd22_june_curveball_row": "Forschungstag: Lande {{amount_0}} Curveball-Würfe hintereinander.", + "quest_title_quest_urd22_june_evolve_rock": "Forschungstag: Entwickle {{amount_0}} Pokémon vom Typ Gestein.", + "quest_title_quest_urd22_june_gift_sticker": "Forschungstag: Verschicke {{amount_0}} Geschenke mit Sticker.", + "quest_title_quest_urd22_june_great": "Hyperbonus: Lande {{amount_0}} großartige Würfe.", + "quest_title_quest_urd22_june_great_row": "Forschungstag: Lande {{amount_0}} großartige Würfe hintereinander.", + "quest_title_quest_urd22_june_nice": "Hyperbonus: Lande {{amount_0}} gute Würfe.", + "quest_title_quest_urd22_june_nice_row": "Forschungstag: Lande {{amount_0}} gute Würfe hintereinander.", + "quest_title_quest_urd22_june_powerup": "Forschungstag: Verwende {{amount_0}}-mal ein Power-up bei einem Pokémon.", + "quest_title_quest_urd22_june_snap_rock": "Forschungstag: Mache einen Schnappschuss von einem Gesteins-Pokémon im Freien.", + "quest_title_quest_urd22_june_spin_stops": "Forschungstag: Drehe {{amount_0}} PokéStops.", + "quest_title_quest_urd22_june_supereffective": "Forschungstag: Setze eine sehr effektive Lade-Attacke ein.", + "quest_title_quest_ursaring_evolve_b": "Entwickle {{amount_0}} Ursaring.", + "quest_title_quest_use_any_potion": "Verwende einen beliebigen Trank für ein Pokémon.", + "quest_title_quest_use_charged_move_singular": "Setze eine sehr effektive Lade-Attacke ein.", + "quest_title_quest_use_charged_tm": "Verwende eine Lade-TM.", + "quest_title_quest_use_dai_plural": "Verwende {{amount_0}}-mal Täglichen Abenteuerrauch.", + "quest_title_quest_use_dai_singular": "Verwende einen Täglichen Abenteuerrauch.", + "quest_title_quest_use_fast_tm": "Verwende eine Sofort-TM.", + "quest_title_quest_use_hyper_potion": "Verwende einen Hypertrank für ein Pokémon.", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "Verwende {{amount_0}} Lockmodule beim Folgen von Routen.", + "quest_title_quest_use_lure_singular": "Verwende ein Lockmodul beim Folgen von Routen.", + "quest_title_quest_use_max_potion": "Verwende einen Top-Trank für ein Pokémon.", + "quest_title_quest_use_poffin": "Verwende einen Knursp.", + "quest_title_quest_use_rare_candy_plural": "Verwende {{amount_0}} Sonderbonbons.", + "quest_title_quest_use_rare_candy_singular": "Verwende ein Sonderbonbon.", + "quest_title_quest_use_standard_charged_tm": "Verwende eine Lade-TM.", + "quest_title_quest_use_standard_fast_tm": "Verwende eine Sofort-TM.", + "quest_title_quest_use_super_potion": "Verwende einen Supertrank für ein Pokémon.", + "quest_title_quest_uxie_wild_snap": "Mache einen Schnappschuss von Selfe im Freien.", + "quest_title_quest_val19_catch_specific_plural": "Valentinstag: Fange {{amount_0}} Liebiskus.", + "quest_title_quest_val19_catch_specific_singular": "Valentinstag: Fange ein Chaneira.", + "quest_title_quest_visit_different_pokestops": "Drehe {{amount_0}} verschiedene PokéStops.", + "quest_title_quest_visit_pokestop_new_plural": "Drehe {{amount_0}} PokéStops, die du noch nicht besucht hast.", + "quest_title_quest_visit_pokestop_new_singular": "Drehe einen PokéStop, den du noch nicht besucht hast.", + "quest_title_quest_visit_pokestops_party_plural": "Drehe {{amount_0}} PokéStops oder Arenen mit einem Team.", + "quest_title_quest_visit_pokestops_plural": "Drehe {{amount_0}} PokéStops oder Arenen.", + "quest_title_quest_visit_pokestops_singular": "Drehe einen PokéStop oder eine Arena.", + "quest_title_quest_visit_unique_pokestops_plural": "Drehe {{amount_0}} verschiedene PokéStops oder Arenen.", + "quest_title_quest_wailmer_catch_b": "Fange {{amount_0}} Wailmer.", + "quest_title_quest_waina_catch_great_ultra_plural": "Fange {{amount_0}} Pokémon in Superbällen oder Hyperbällen mit Pokémon GO Plus +.", + "quest_title_quest_waina_catch_plural": "Fange {{amount_0}} Pokémon in Pokébällen mit Pokémon GO Plus +.", + "quest_title_quest_waina_sleep_days": "Erfasse deinen Schlaf {{amount_0}} Tage lang mit Pokémon GO Plus +.", + "quest_title_quest_waina_sleep_days_singular": "Erfasse deinen Schlaf einen Tag lang mit Pokémon GO Plus +.", + "quest_title_quest_waina_spin_pokestop_plural": "Drehe {{amount_0}} PokéStops mit Pokémon GO Plus +.", + "quest_title_quest_walk_25km_inaweek_plural": "Erhalte {{amount_0}}-mal die wöchentliche 25-km-Abenteuer-Sync-Belohnung.", + "quest_title_quest_walk_buddy_plural": "Verdiene {{amount_0}} Bonbons durch Spazieren mit deinem Kumpel.", + "quest_title_quest_walk_buddy_singular": "Verdiene ein Bonbon durch Spazieren mit deinem Kumpel.", + "quest_title_quest_walk_eevee_for_evo": "Laufe 10 km mit Evoli als dein Kumpel, um Bonbons zu verdienen.", + "quest_title_quest_walk_hgrowlithe_header_0": "Feurige Abenteuer", + "quest_title_quest_walk_km": "Laufe {{amount_0}} km.", + "quest_title_quest_walk_km_plural": "Laufe {{amount_0}} km.", + "quest_title_quest_walk_routes_plural": "Laufe {{amount_0}} km beim Folgen von Routen.", + "quest_title_quest_walk_routes_singular": "Laufe {{amount_0}} km beim Folgen von Routen.", + "quest_title_quest_walk_steps": "Gehe {{amount_0}} Schritte.", + "quest_title_quest_wartortle_evolve_b": "Entwickle {{amount_0}} Schillok.", + "quest_title_quest_waterfestival_catch_feed_plural": "Wasserfestival: Verwende {{amount_0}} Beeren beim Fangen von Pokémon.", + "quest_title_quest_waterfestival_catch_pokemon_plural": "Wasserfestival: Fange {{amount_0}} Pokémon.", + "quest_title_quest_waterfestival_catch_special9_plural": "Wasserfestival: Fange {{amount_0}} Karpador oder Wailmer.", + "quest_title_quest_waterfestival_catch_type_water_plural": "Wasserfestival: Fange {{amount_0}} Pokémon vom Typ Wasser.", + "quest_title_quest_waterfestival_evolve_plural": "Wasserfestival: Entwickle {{amount_0}} Muschas.", + "quest_title_quest_waterfestival_evolve_type_water_plural": "Wasserfestival: Entwickle {{amount_0}} Pokémon vom Typ Wasser.", + "quest_title_quest_waterfestival_hatch_egg_singular": "Wasserfestival: Brüte ein Ei aus.", + "quest_title_quest_waterfestival_land_great_plural": "Wasserfestival: Lande {{amount_0}} großartige Würfe.", + "quest_title_quest_waterfestival_land_nice_plural": "Wasserfestival: Lande {{amount_0}} gute Würfe.", + "quest_title_quest_waterfestival_win_raid_singular": "Wasserfestival: Gewinne einen Raid.", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer-Bonus: Fange {{amount_0}} Pokémon.", + "quest_title_quest_wcs_2024_catch_psychic_electric": "Fange {{amount_0}} Pokémon vom Typ Elektro oder Psycho.", + "quest_title_quest_wcs_2024_snapshot_fairy": "Mache {{amount_0}} Schnappschüsse von verschiedenen wilden Feen-Pokémon.", + "quest_title_quest_wcs_2024_spin_00": "Drehe den PokéStop bei der Pokémon GO Zone.", + "quest_title_quest_wcs_2024_spin_01": "Drehe den PokéStop beim Play Lab.", + "quest_title_quest_wcs_2024_spin_02": "Drehe den PokéStop bei der Collect & Trade Corner.", + "quest_title_quest_weepinbell_evolve_b_plural": "Entwickle {{amount_0}} Ultrigaria", + "quest_title_quest_weepinbell_evolve_b_singular": "Entwickle ein Ultrigaria", + "quest_title_quest_wimpod_catch_b": "Fange {{amount_0}} Reißlaus.", + "quest_title_quest_win_gym_plural": "Gewinne {{amount_0}} Arenakämpfe.", + "quest_title_quest_win_gym_singular": "Gewinne einen Arenakampf.", + "quest_title_quest_win_raid_2_singular": "Gewinne einen Stufe-2-Raid oder höher.", + "quest_title_quest_win_raid_3_plural": "Gewinne {{amount_0}} Stufe-3-Raids oder höher.", + "quest_title_quest_win_raid_3_singular": "Gewinne einen Stufe-3-Raid oder höher.", + "quest_title_quest_win_raid_buddy_plural": "Gewinne {{amount_0}} Raids mit deinem Kumpel-Pokémon.", + "quest_title_quest_win_raid_buddy_singular": "Gewinne einen Raid mit deinem Kumpel.", + "quest_title_quest_win_raid_lvl1_higher_singular": "Gewinne einen Stufe-1-Raid oder höher.", + "quest_title_quest_win_raid_lvl1_singular": "Gewinne einen Stufe-1-Raid.", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Gewinne {{amount_0}} Raids nur mit Pokémon mit 1 500 WP oder weniger.", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Gewinne einen Raid nur mit Pokémon mit 1 500 WP oder weniger.", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Gewinne {{amount_0}} Stufe-3-Raids nur mit Pokémon mit 1 500 WP oder weniger.", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Gewinne einen Stufe-3-Raid nur mit Pokémon mit 1 500 WP oder weniger.", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Gewinne {{amount_0}} Stufe-3-Raids mit Pokémon bis zu 2 500 WP.", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Gewinne einen Stufe-3-Raid mit Pokémon bis zu 2 500 WP.", + "quest_title_quest_win_raid_party_plural": "Gewinne {{amount_0}} Raids mit einem Team.", + "quest_title_quest_win_raid_party_singular": "Gewinne einen Raid mit einem Team.", + "quest_title_quest_win_raid_plural": "Gewinne {{amount_0}} Raids.", + "quest_title_quest_win_raid_singular": "Gewinne einen Raid.", + "quest_title_quest_win_raid_unique_plural": "Gewinne {{amount_0}} Raids mit einem Team, in dem jedes Pokémon eine andere Art ist.", + "quest_title_quest_win_raid_unique_singular": "Gewinne einen Raid mit einem Team, in dem jedes Pokémon eine andere Art ist.", + "quest_title_quest_win_raid_with_friend_plural": "Gewinne {{amount_0}} Raids mit einem Freund.", + "quest_title_quest_win_raid_with_friend_singular": "Gewinne einen Raid mit einem Freund.", + "quest_title_quest_win_raids_unique_1500_plural": "Gewinne {{amount_0}} Raids mit unterschiedlichen Pokémon, max. 1500 WP.", + "quest_title_quest_win_raids_unique_plural": "Gewinne {{amount_0}} Raids mit einem Team von unterschiedlichen Pokémon.", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "Besiege {{amount_0}}-mal einen Team GO Rocket-Boss nur mit Pokémon mit 1 500 WP oder weniger.", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "Besiege einen Team GO Rocket-Boss nur mit Pokémon mit 1 500 WP oder weniger.", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "Besiege {{amount_0}}-mal einen Team GO Rocket-Boss nur mit Pokémon mit 2 500 WP oder weniger.", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "Besiege {{amount_0}}-mal einen Team GO Rocket-Boss nur mit Pokémon mit 3 000 WP oder weniger.", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "Besiege {{amount_0}}-mal einen Team GO Rocket-Boss nur mit Pokémon mit 3 500 WP oder weniger.", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "Besiege {{amount_0}}-mal einen Team GO Rocket-Boss nur mit Pokémon mit 4 000 WP oder weniger.", + "quest_title_quest_wooper_catch_b": "Fange {{amount_0}} Felino oder Paldea-Felino.", + "quest_title_quest_wooper_evolve_b": "Entwickle {{amount_0}} Felino oder Paldea-Felino.", + "quest_title_quest_wooper_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Felino oder Paldea-Felino.", + "quest_title_quest_wt_catch_weedle": "Fange {{amount_0}} Hornliu.", + "quest_title_quest_wt_evolve_kakuna": "Entwickle {{amount_0}} Kokuna.", + "quest_title_quest_wt_evolve_weedle": "Entwickle {{amount_0}} Hornliu.", + "quest_title_quest_xp_plural": "Verdiene {{amount_0}} EP.", + "quest_title_quest_zigzagoon_catch_b": "Fange {{amount_0}} Galar-Zigzachs.", + "quest_title_quest_zigzagoon_evolve_b": "Entwickle {{amount_0}} Galar-Zigzachs.", + "quest_title_quest_zigzagoon_snapshot_b": "Mache {{amount_0}} Schnappschüsse von Galar-Zigzachs.", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "0 Pokémon gefangen", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "{{amount_0}} Pokémon gefangen", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 Pokémon gefangen", + "quest_title_score_1_10_11_12_singular": "{{amount_0}} Pokémon vom Typ Feuer, Wasser oder Pflanze gefangen", + "quest_title_score_1_10_singular": "{{amount_0}} Pokémon vom Typ Feuer gefangen", + "quest_title_score_1_11_singular": "{{amount_0}} Pokémon vom Typ Wasser gefangen", + "quest_title_score_1_12_singular": "{{amount_0}} Pokémon vom Typ Pflanze gefangen", + "quest_title_score_1_none": "0 Pokémon gefangen", + "quest_title_score_1_plural": "{{amount_0}} Pokémon gefangen", + "quest_title_score_1_singular": "1 Pokémon gefangen", + "quest_title_score_6_plural": "{{amount_0}} Raids gewonnen", + "quest_title_score_6_singular": "1 Raid gewonnen", + "quest_title_score_8_10_none": "0 gute Würfe gelandet", + "quest_title_score_8_10_plural": "{{amount_0}} gute Würfe gelandet", + "quest_title_score_8_10_singular": "1 guten Wurf gelandet", + "quest_title_score_8_11_none": "0 großartige Würfe gelandet", + "quest_title_score_8_11_plural": "{{amount_0}} großartige Würfe gelandet", + "quest_title_score_8_11_singular": "1 großartigen Wurf gelandet", + "quest_title_score_8_12_none": "0 fabelhafte Würfe gelandet", + "quest_title_score_8_12_plural": "{{amount_0}} fabelhafte Würfe gelandet", + "quest_title_score_8_12_singular": "1 fabelhaften Wurf gelandet", + "quest_title_score_8_13_none": "0 Curveball-Würfe gelandet", + "quest_title_score_8_13_plural": "{{amount_0}} Curveball-Würfe gelandet", + "quest_title_score_8_13_singular": "1 Curveball-Wurf gelandet", + "quest_title_score_11_701_none": "0 Himmihbeeren verwendet", + "quest_title_score_11_701_plural": "{{amount_0}} Himmihbeeren verwendet", + "quest_title_score_11_701_singular": "1 Himmihbeere verwendet", + "quest_title_score_11_703_none": "0 Nanabbeeren verwendet", + "quest_title_score_11_703_plural": "{{amount_0}} Nanabbeeren verwendet", + "quest_title_score_11_703_singular": "1 Nanabbeere verwendet", + "quest_title_score_11_705_none": "0 Sananabeeren verwendet", + "quest_title_score_11_705_plural": "{{amount_0}} Sananabeeren verwendet", + "quest_title_score_11_705_singular": "1 Sananabeere verwendet", + "quest_title_score_15_10_none": "0 gute Curveball-Würfe gelandet", + "quest_title_score_15_10_plural": "{{amount_0}} gute Curveball-Würfe gelandet", + "quest_title_score_15_10_singular": "1 guten Curveball-Wurf gelandet", + "quest_title_score_15_11_none": "0 großartige Curveball-Würfe gelandet", + "quest_title_score_15_11_plural": "{{amount_0}} großartige Curveball-Würfe gelandet", + "quest_title_score_15_11_singular": "1 großartigen Curveball-Wurf gelandet", + "quest_title_score_15_12_none": "0 fabelhafte Curveball-Würfe gelandet", + "quest_title_score_15_12_plural": "{{amount_0}} fabelhafte Curveball-Würfe gelandet", + "quest_title_score_15_12_singular": "1 fabelhaften Curveball-Wurf gelandet", + "quest_title_score_22_none": "0 Kämpfe mit Teamleitern abgeschlossen", + "quest_title_score_22_plural": "{{amount_0}} Kämpfe mit Teamleitern abgeschlossen", + "quest_title_score_22_singular": "1 Kampf mit einem Teamleiter abgeschlossen", + "quest_title_score_23_none": "0 GO-Kampfliga-Kämpfe abgeschlossen", + "quest_title_score_23_plural": "{{amount_0}} GO-Kampfliga-Kämpfe abgeschlossen", + "quest_title_score_23_singular": "1 GO-Kampfliga-Kampf abgeschlossen", + "quest_title_score_battle_raid_none": "In 0 Raids gekämpft", + "quest_title_score_battle_raid_plural": "In {{amount_0}} Raids gekämpft", + "quest_title_score_battle_raid_singular": "In 1 Raid gekämpft", + "quest_title_score_catch_feed_none": "0 Beeren verwendet", + "quest_title_score_catch_feed_plural": "{{amount_0}} Beeren verwendet", + "quest_title_score_catch_feed_singular": "1 Beere verwendet", + "quest_title_score_catch_pokemon": "{{amount_0}} Pokémon gefangen", + "quest_title_score_defeat_rocket_none": "Du hast 0 Team GO Rocket-Mitglieder besiegt.", + "quest_title_score_defeat_rocket_plural": "Du hast {{amount_0}} Team GO Rocket-Mitglieder besiegt.", + "quest_title_score_defeat_rocket_singular": "Du hast 1 Team GO Rocket-Mitglied besiegt.", + "quest_title_score_field_research_none": "0 Feldforschungsaufgaben abgeschlossen", + "quest_title_score_field_research_plural": "{{amount_0}} Feldforschungsaufgaben abgeschlossen", + "quest_title_score_field_research_singular": "1 Feldforschungsaufgabe abgeschlossen", + "quest_title_score_send_gift_none": "0 Geschenke an Freunde verschickt", + "quest_title_score_send_gift_plural": "{{amount_0}} Geschenke an Freunde verschickt", + "quest_title_score_send_gift_singular": "1 Geschenk an einen Freund verschickt", + "quest_title_score_spin_pokestop_none": "0 PokéStops gedreht", + "quest_title_score_spin_pokestop_plural": "{{amount_0}} PokéStops gedreht", + "quest_title_score_spin_pokestop_singular": "1 PokéStop gedreht", + "quest_win_raid_plural": "Gewinne {{amount}} Raids.", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Stern Raid", + "raid_1_plural": "1 Stern Raids", + "raid_2": "2 Stern Raid", + "raid_2_plural": "2 Stern Raids", + "raid_3": "3 Stern Raid", + "raid_3_plural": "3 Stern Raids", + "raid_4": "4 Stern Raid", + "raid_4_plural": "4 Stern Raids", + "raid_5": "Legendärer Raid", + "raid_5_plural": "Legendäre Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendärer Raid", + "raid_7_plural": "Mega Legendäre Raids", + "raid_8": "Ultrabestien Raid", + "raid_8_plural": "Ultrabestien Raids", + "raid_9": "Top Raid", + "raid_9_plural": "Top Raids", + "raid_10": "Proto Raid", + "raid_10_plural": "Proto Raids", + "raid_11": "1 Crypto Raid", + "raid_11_plural": "1 Crypto Raids", + "raid_12": "2 Crypto Raid", + "raid_12_plural": "2 Crypto Raids", + "raid_13": "3 Crypto Raid", + "raid_13_plural": "3 Crypto Raids", + "raid_14": "4 Crypto Raid", + "raid_14_plural": "4 Crypto Raids", + "raid_15": "Legendärer Crypto Raid", + "raid_15_plural": "Legendäre Crypto Raids", + "route_tag_afternoon": "Am besten nachmittags", + "route_tag_architecture": "Architektur", + "route_tag_art": "Kunst", + "route_tag_beachy": "Strand", + "route_tag_bike_path": "Radweg", + "route_tag_biking": "Gut zum Radfahren", + "route_tag_body_of_water": "Ufer", + "route_tag_buildings": "Viele Gebäude", + "route_tag_category_misc": "Sonstiges", + "route_tag_category_nearby": "In der Nähe", + "route_tag_category_suitability": "Angemessenheit", + "route_tag_category_terrain": "Gelände", + "route_tag_category_theme": "Thema", + "route_tag_city_life": "Stadtleben", + "route_tag_culture": "Kultur", + "route_tag_easy_going": "Entspannt", + "route_tag_flat": "Hügelfrei", + "route_tag_foliage": "Viel Vegetation", + "route_tag_food": "Essen", + "route_tag_grassy": "Grasbedeckt", + "route_tag_hilly": "Hügelig", + "route_tag_historic": "Historisch", + "route_tag_intense": "Intensiv", + "route_tag_morning": "Am besten morgens", + "route_tag_muddy": "Matschig", + "route_tag_nature": "Natur", + "route_tag_night": "Am besten nachts", + "route_tag_no_parking": "Kein Parkplatz nahebei", + "route_tag_no_people": "Wenige Menschen", + "route_tag_open_space": "Viel Freiraum", + "route_tag_parking": "Parkplatz nahebei", + "route_tag_parks_nearby": "Parks in der Nähe", + "route_tag_partially_paved": "Teils gepflasterter Weg", + "route_tag_paved": "Gepflasterter Weg", + "route_tag_people": "Viele Menschen", + "route_tag_pets": "Haustierfreundlich", + "route_tag_plenty_pokestops": "Viele PokéStops", + "route_tag_public_transport": "Bei öffentlichen Verkehrsmitteln", + "route_tag_raid_friendly": "Viele Arenen", + "route_tag_rainy_day": "Für einen Regentag", + "route_tag_rocky": "Felsig", + "route_tag_running": "Gut zum Rennen", + "route_tag_sandy": "Sandig", + "route_tag_seasonal": "Jahreszeitlich", + "route_tag_sightseeing": "Sightseeing", + "route_tag_stroller": "Kinderwagengerecht", + "route_tag_sunny_day": "Für einen Sonnentag", + "route_tag_tree_cover": "Bäume vorhanden", + "route_tag_unpaved": "Ungepflasterter Weg", + "route_tag_views": "Tolle Aussichten", + "route_tag_walking": "Gut zum Spazieren", + "route_tag_wheelchair": "Rollstuhlgerecht", + "route_tag_wildlife": "Viele Wildtiere", + "route_tag_woodsy": "Wald", + "route_tags_label": "TAGS", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "Crypto", + "team_1": "Weisheit", + "team_2": "Wagemut", + "team_3": "Intuition", + "team_a_0": "Ohne Team", + "team_a_1": "Team Weisheit", + "team_a_2": "Team Wagemut", + "team_a_3": "Team Intuition", + "throw_type_9": "First", + "throw_type_10": "Gut", + "throw_type_11": "Großartig", + "throw_type_12": "Einfach Fabelhaft", + "throw_type_13": "Curve", + "throw_type_67": "Master Ball", + "weather_0": "Extrem", + "weather_1": "Klar", + "weather_2": "Regen", + "weather_3": "Teilweise bewölkt", + "weather_4": "Bedeckt", + "weather_5": "Windig", + "weather_6": "Schnee", + "weather_7": "Nebel", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁", + "%": "%", + "iconsDefault": "Standard", + "submissions": "{{}} ", + "Alola": "Alola", + "Galarian": "Galar", + "poups": "Popups", + "submissionCells_subtitle": "Zeigt nützliche Informationen für das Einreichen neuer POIs an", + "admin_subtitle": "codebasierter WYSIWYG-Editor für benutzerdefinierten Komponenten", + "stationed_pokemon": "platzierte Pokémon", + "no_stationed_pokemon": "Keine Pokémon platziert" +} diff --git a/client/public/locales/en/translation.json b/client/public/locales/en/translation.json new file mode 100644 index 000000000..74e27300e --- /dev/null +++ b/client/public/locales/en/translation.json @@ -0,0 +1,6001 @@ +{ + "login": "Login", + "click_once": "Only click 'Authorize' once", + "save": "Save", + "reset": "Reset", + "close": "Close", + "reset_filters": "Reset Filters", + "pokemon_filters": "Pokémon Filter Settings", + "gyms_filters": "Gym Filter Settings", + "pokestops_filters": "PokéStop Filter Settings", + "nests_filters": "Nest Filter Settings", + "help": "Help", + "apply_to_all": "Apply To All", + "disable_all": "Disable All", + "enable_all": "Enable All", + "enabled": "Enabled", + "legacy": "Legacy", + "id": "ID", + "location": "Location", + "search_pokemon": "Search Pokémon", + "search_nests": "Search Nests", + "search_gyms": "Search Gyms", + "search_pokestops": "Search PokéStops", + "search_raids": "Search Raids", + "search_eggs": "Search Eggs", + "search_quests": "Search Quests", + "search_lures": "Search Lures", + "search_invasions": "Search Invasions", + "sm": "sm", + "md": "md", + "lg": "lg", + "xl": "XL", + "min": "Min", + "max": "Max", + "set_size": "Set Icon Size", + "slot_selection": "Slot Selection", + "generations": "Generations", + "types": "Types", + "forms": "Forms", + "rarity": "Current Rarity", + "others": "Others", + "categories": "Categories", + "rank": "Rank", + "slider_iv": "IV Range", + "slider_great": "Great League", + "slider_ultra": "Ultra League", + "slider_little": "Little Cup", + "slider_atk_iv": "Attack", + "slider_def_iv": "Defense", + "slider_sta_iv": "Stamina", + "slider_level": "Level", + "slider_size": "Size", + "abbreviation_level": "L", + "lvl": "Lvl", + "cap": "Cap", + "custom": "Custom", + "valid": "Valid", + "invalid": "Invalid!", + "overwrites": "Overwrites All Filters", + "valid_filter": "Valid Stats Filter", + "invalid_filter": "Enter a Valid Filter", + "gyms": "Gyms", + "nests": "Nests", + "pokestops": "PokéStops", + "pokemon": "Pokémon", + "wayfarer": "Wayfarer", + "scan_areas": "Scan Areas", + "s2cells": "S2 Cells", + "weather": "Weather", + "admin": "Admin", + "settings": "Settings", + "advanced": "Advanced", + "tile_servers": "Tile Servers", + "icons": "Icons", + "navigation": "Navigation", + "drawer": "Drawer", + "tile_servers_default": "Default", + "drawer_temporary": "Temporary", + "drawer_persistent": "Persistent", + "locale_selection": "Locale Selection", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "Import", + "export": "Export", + "logout": "Logout", + "local_storage_cleared": "Local Storage has been cleared!", + "iv_or_filter": "IV OR Filter", + "polygons": "Polygons", + "raids": "Raids", + "ex_eligible": "EX Eligible", + "in_battle": "In Battle", + "all_pokestops": "All PokéStops", + "lures": "Lures", + "quests": "Quests", + "invasions": "Invasions", + "portals": "Portals", + "submission_cells": "Submission Cells", + "spawnpoint": "Spawnpoint", + "spawnpoints": "Spawnpoints", + "s2_cell_level": "Level {{level}} S2 Cell", + "total_count": "Total Count", + "next_submission": "Next Submission!", + "never": "Never", + "next_gym": "Next Gym", + "scan_cells": "Scan Cells", + "devices": "Devices", + "use_my_location": "Use My Location", + "submit_feedback_title": "Submit Feedback/Bug Report", + "use_the_link_below": "You can use the link below to submit feedback or any bugs that you have come across.", + "feedback_to_devs": "This feedback is sent directly to the developers.", + "feedback_form": "Feedback Form", + "unknown_pokestop": "Unknown PokéStop Name", + "unknown_gym": "Unknown Gym Name", + "exclude": "Exclude", + "exclude_quest": "Exclude Quest", + "exclude_invasion": "Exclude Invasion", + "exclude_team": "Exclude Team", + "exclude_raid": "Exclude Raid", + "exclude_lure": "Exclude Lure", + "timer": "Timer", + "hide": "Hide", + "tier": "Tier", + "slots": "Slots", + "mega": "Mega", + "form": "Form", + "starts": "Starts", + "ends": "Ends", + "defender": "Defender", + "best_buddy": "Best buddy", + "cp": "CP", + "kilogram": "kg", + "meter": "m", + "total_cp": "Total CP", + "first_seen": "First Seen", + "last_seen": "Last Seen", + "last_modified": "Last Modified", + "last_updated": "Last Updated", + "imported": "Imported", + "nest_estimated": "Nest Data is Estimated!", + "verify_nests": "Verify by Checking Current Spawns", + "nest_out_of_date": "Nest is Potentially Out of Date!", + "nest_check_current": "Check Current Spawns Instead", + "spawns_per_hour": "Per Hour", + "teams": "Teams", + "eggs": "Eggs", + "reverse": "Reverse", + "selected": "Selected", + "unselected": "Unselected", + "only_available": "Available", + "common": "Common", + "uncommon": "Uncommon", + "rare": "Rare", + "ultra_rare": "Ultra Rare", + "regional": "Regional", + "event": "Event", + "legendary": "Legendary", + "mythical": "Mythical", + "ultra_beast": "Ultra Beast", + "alt_forms": "Alt Forms", + "alola": "Alola", + "galarian": "Galarian", + "showing": "Showing", + "instance": "Instance", + "online": "Online", + "offline": "Offline", + "boosted_types": "Boosted Types", + "pokemon_options": "Pokémon Options", + "pokestops_options": "PokéStop Options", + "gyms_options": "Gym Options", + "nests_options": "Nest Options", + "wayfarer_options": "Wayfarer Options", + "admin_options": "Admin Options", + "weather_options": "Weather Options", + "s2cells_options": "S2 Cell Options", + "clustering": "Clustering", + "glow": "Glow", + "legacy_filter": "Legacy Filter", + "raid_timers": "All Raid Timers", + "invasion_timers": "All Invasion Timers", + "lure_timers": "All Lure Timers", + "device_path_color": "Device Path Color", + "old_portals": "Old Portals", + "new_portals": "New Portals", + "items": "Items", + "energy": "Energy", + "ar_eligible": "AR Eligible", + "iv_circles": "IV Indicators", + "min_iv_circle": "Minimum Circle IV", + "interaction_ranges": "Interaction Ranges", + "cannot_connect": "\nUnable to connect to the server at this time.\nTrying again immediately will only cause more issues.\nPlease try again in a few minutes.\n\n- Map Admin Team", + "mad_quest_text": "Native Quests", + "xs": "XS", + "primary": "Primary", + "secondary": "Secondary", + "zero_iv": "0% IV", + "hundo_iv": "100% IV", + "open_menu": "Open Menu", + "zoom_in": "Zoom In", + "zoom_out": "Zoom Out", + "welcome": "Welcome to", + "back": "Back", + "next": "Next", + "finish": "Finish", + "start_tutorial": "Start Tutorial", + "view_profile": "View Profile", + "login_optional": "Login (Optional)", + "tutorial": "Tutorial", + "tutorial_language": "Choose Your Language", + "tutorial_welcome": "This tutorial is interactive and you are highly encouraged to play with all of the options provided", + "tutorial_categories": "Categories You Have Access To", + "tutorial_logged_in": "You can view details about your permissions by viewing your profile.", + "tutorial_logged_out": "You can view details about your permissions by logging in.", + "tutorial_sidebar_0": "All of Your Filters & Settings Live Here", + "tutorial_sidebar_1": "For each category you'll be able to toggle exactly what data you want using the switches", + "tutorial_sidebar_2": "Options: Additional customization\nAdvanced: We will cover later in this tutorial", + "tutorial_sliders_0": "Using sliders to adjust filters", + "tutorial_sliders_1": "Pokémon Between:", + "tutorial_sliders_2": "- IVs {{iv0}}% to {{iv1}}%", + "tutorial_sliders_3": "Level {{level0}} to {{level1}}", + "tutorial_sliders_3alt": "- AND is Level {{level0}} to {{level1}}", + "tutorial_sliders_4": "- Great League Rank {{gl0}} to {{gl1}}", + "tutorial_sliders_4alt": "- OR Great League Rank {{gl0}} to {{gl1}}", + "tutorial_sliders_5": "- Ultra League Rank {{ul0}} to {{ul1}}", + "tutorial_sliders_5alt": "- OR Ultra League Rank {{ul0}} to {{ul1}}", + "tutorial_sliders_6": "Chains with other of the same color", + "tutorial_sliders_7": "Filters separately from other sliders", + "tutorial_sliders_8": "A 'full' slider means that it is disabled:", + "tutorial_sliders_9": "All spawns, regardless of being IV checked or not", + "tutorial_help": "Shortcut to this menu", + "tutorial_adv_filter": "Mobile only, opens the filtering options for the advanced menu", + "tutorial_tune": "Sets the advanced filter for all Pokémon currently being filtered in the menu", + "tutorial_format_size": "Sets the icon size for all items currently being filtered in the menu", + "tutorial_check": "Enables all items currently being filtered in the menu", + "tutorial_clear": "Disables all items currently being filtered in the menu", + "tutorial_save": "Saves the current selection and exits", + "tutorial_show_all_view": "Toggle PokéStops & Gyms", + "tutorial_show_pokemon_view": "Toggle Pokémon", + "tutorial_toggle": "Clicking the Check/X toggles the item", + "tutorial_pokemon_caption": "This icon lets you set filters for that specific Pokémon", + "tutorial_all_caption": "Teams have a special slots menu\nAll other items let you adjust the icon size", + "tutorial_popup_0": "Popups are now interactive!", + "tutorial_popup_1": "The three dots open up the hide, exclude, and toggle timer options", + "tutorial_popup_2": "Icons on either side of the navigation link will expand to show extra info, give it a try!", + "tutorial_popup_3": "The icons vary for each category, be sure to check them all out", + "tutorial_closing_0": "Additional info", + "tutorial_closing_1": "The global Pokémon sliders in the sidebar operate separately from the advanced menu and have no effect on each other", + "tutorial_closing_2": "Be sure to check out the Settings section in the sidebar", + "tutorial_closing_3": "There are lots of aesthetic options available for each category, but keep in mind that the more you add to your map, the higher the chance your map will freeze", + "tutorial_closing_4": "You can view this tutorial again by selecting it in the Settings panel in the sidebar", + "tutorial_closing_5": "Stay safe and good luck!", + "intro": "Intro", + "sidebar": "Sidebar", + "sliders": "Sliders", + "popups": "Popups", + "closing": "Closing", + "shortcuts": "Shortcuts", + "iv": "IV", + "area_restrictions": "Area Restrictions", + "map": "Map", + "stats": "Stats", + "pvp": "PVP", + "area_restrictions_subtitle": "You have access to these areas", + "devices_subtitle": "Shows active device locations and routes", + "gyms_subtitle": "Shows all active gym locations, active team, and how many slots each gym has available", + "invasions_subtitle": "Shows Team Rocket invasion info, including battle lineup, expire time, and possible rewards", + "iv_subtitle": "Shows IV% and glow options", + "lures_subtitle": "Shows lure info, including lure type and expire time", + "map_subtitle": "Shows the map", + "nests_subtitle": "Shows actively nesting Pokémon and nest polygons", + "pokemon_subtitle": "Shows all Pokémon locations and expire times", + "pokestops_subtitle": "Shows all PokéStop locations", + "portals_subtitle": "Shows all Ingress portals", + "pvp_subtitle": "Shows PVP rank/CP/Level info for each Pokémon", + "quests_subtitle": "Shows quest reward and task information", + "raids_subtitle": "Shows all raid info including the raid boss, eggs, expire time, and moveset", + "scan_cells_subtitle": "Shows the last time a S2 cell was scanned by a device", + "scan_areas_subtitle": "Shows available scan areas polygons", + "spawnpoints_subtitle": "Shows spawnpoints and their estimated despawn time", + "stats_subtitle": "Shows Pokémon stats and levels", + "submission_cells_subtitle": "Shows information useful for submitting new POIs", + "weather_subtitle": "Shows in game weather info for each cell", + "scanner_subtitle": "Interact directly with the scanner in various ways", + "s2cells_subtitle": "Displays S2 Cells in a variety of levels on the map", + "backups_subtitle": "Enables backing up and loading of settings across devices", + "backups": "Backups", + "user_profile": "User Profile", + "user_username": "Username", + "candy": "Candy", + "show_ex_badge": "Show EX Badge", + "search": "Search", + "global_search_quests": "Enter Reward Name...", + "global_search_lures": "Enter Lure Name...", + "global_search_pokestops": "Enter PokéStop Name...", + "global_search_gyms": "Enter Gym Name...", + "global_search_portals": "Enter Portal Name...", + "global_search_nests": "Enter Nest Pokémon Name...", + "global_search_raids": "Enter Raid Boss Name...", + "global_search_pokemon": "Enter Pokemon Name...", + "global_search_invasions": "Enter Grunt Type, Name, or Pokemon reward name...", + "raid_level_badges": "Raid Level Badges", + "options": "Options", + "profile": "Profile", + "pokemon_icons": "Pokémon Icons", + "pokestop_icons": "PokéStop Icons", + "gym_icons": "Gym Icons", + "team_icons": "Team Icons", + "egg_icons": "Egg Icons", + "raid_icons": "Raid Icons", + "nest_icons": "Nest Icons", + "reward_icons": "Reward Icons", + "type_icons": "Type Icons", + "weather_icons": "Weather Icons", + "misc_icons": "Misc Icons", + "invasion_icons": "Invasion Icons", + "spawnpoint_icons": "Spawnpoint Icons", + "device_icons": "Device Icons", + "pokemon_audio": "Pokémon Audio", + "pokestop_audio": "PokéStop Audio", + "gym_audio": "Gym Audio", + "team_audio": "Team Audio", + "egg_audio": "Egg Audio", + "raid_audio": "Raid Audio", + "nest_audio": "Nest Audio", + "reward_audio": "Reward Audio", + "type_audio": "Type Audio", + "weather_audio": "Weather Audio", + "misc_audio": "Misc Audio", + "invasion_audio": "Invasion Audio", + "spawnpoint_audio": "Spawnpoint Audio", + "device_audio": "Device Audio", + "pokemon_timers": "All Pokemon Timers", + "show_dex_num_in_popup": "Show Pokedex # in Popup", + "popup": "Popup", + "pvp_level": "Level {{level}} PVP Stats", + "pvp_mega": "Mega PVP Stats", + "webhook_entry": "Add to {{name}}", + "remove_webhook_entry": "Remove from {{name}}", + "distance": "Distance", + "gym": "Gym", + "egg": "Egg", + "raid": "Raid", + "lure": "Lure", + "quest": "Quest", + "invasion": "Invasion", + "nest": "Nest", + "pokestop": "Pokestop", + "team": "Team", + "global": "Global", + "manage_webhook": "Manage {{name}}", + "drag_and_drop": "Drag and Drop the Marker to Set Your Location", + "click_to_select": "Click to Select", + "add_new": "Add New {{category}} Alert", + "my_location": "My Location", + "choose_on_map": "Choose on Map", + "select_profile": "Select Profile", + "distance_radius": "Preview Radius Distances", + "areas": "Areas", + "select_webhook": "Select Bot", + "ar_quest_true": "AR Task", + "ar_quest_false": "No AR", + "with_ar": "With AR", + "both": "Both", + "without_ar": "Without AR", + "exclude_quest_multi": "Exclude {{reward}}", + "cluster_limit_0": "{{variable_0}} limit ({{variable_1}}) has been hit", + "cluster_limit_1": "Please zoom in or narrow your filters", + "show_polygons": "Show Polygons", + "exclude_invasion_multi": "Exclude {{invasion}}", + "stardust": "Stardust", + "slider_cp": "CP", + "pvp_ranking_league": "League", + "pvp_ranking_min_cp": "Min CP", + "slider_pvp": "Ranks", + "profile_no": "Profile", + "template": "Template", + "gender": "Gender", + "clean": "Clean", + "all_forms": "All Forms", + "pvp_entry": "PVP Entry", + "no_iv": "Incl. No IV", + "by_distance": "By Distance", + "min_time": "Min Time", + "add_new_profile": "Add New Profile", + "slider_none": "None", + "non_registered_human_title": "Oops, something is not right!", + "non_registered_human_desc": "You may not be registered with {{webhook}}\nOr the server is currently unreachable", + "try_again_later": "Please try again later", + "selected_areas_one": "{{count}} Area Selected", + "selected_areas_other": "{{count}} Areas Selected", + "webhook_selection": "{{name}} Selection", + "message_of_the_day": "Message of the Day", + "has_quest_indicator": "Alternative Color for Stops with Quests", + "show_ar_badge": "Show AR Badge", + "all_gyms": "All Gyms", + "general": "General", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "Global Respects Selected", + "normal_forms": "Normal Forms", + "weather_indicator": "Weather Boost Indicator", + "page": "Page {{page}}", + "navigation_controls": "Navigation Controls", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "Exclusive", + "all_moves": "All Moves", + "move": "Move", + "any": "Any", + "min_spawn_average": "Min Spawn Rate", + "select_all": "Select All", + "delete_all": "Delete Selected", + "cancel": "Cancel", + "day_1": "Monday", + "day_2": "Tuesday", + "day_3": "Wednesday", + "day_4": "Thursday", + "day_5": "Friday", + "day_6": "Saturday", + "day_7": "Sunday", + "profile_name": "Profile Name", + "manage_profiles": "Manage Profiles", + "min_spawn_avg": "Avg Min Spawn", + "poke_global": "Everything", + "amount": "Amount", + "specific_gym": "Specific Gym", + "search_location": "Search Locations", + "search_specific": "Search for a Specific {{category}}", + "webhook_success_gym": "Raids, Eggs, and Team Change Alerts Have Been Added!", + "slot_changes": "Slot Changes", + "slot_changes_poracle": "slot_changes", + "confirm_delete": "This will remove all tracking for this profile, are you sure?", + "confirm_copy": "Choose which profile you would like to copy \"{{profile}}\" to, this will overwrite that profile entirely.", + "webhook_error": "{{name}} was unable to process that.\nPlease try again later.", + "profile_error": "Must be unique and valid", + "team_0": "Harmony", + "battle_changes": "In Battle", + "battle_changes_poracle": "battle_changes", + "auto": "Auto", + "webhooks_subtitle": "Manage your alerts directly from the map for these bots", + "event_stops_subtitle": "Displays special event Pokéstops such as Kecleon", + "webhooks": "Alerts", + "scanner": "Scanner Actions", + "everything_individually": "Add Individual Alerts", + "individually": "individually", + "join": "Join", + "errors_404": "Oops, this page can't be found!", + "errors_500": "There has a been a server error, try again later!", + "local_username": "Username", + "local_password": "Password", + "local_error": "There has been an error, please try again later!", + "no_filter_results": "No Results Found\nTry Broadening Your Filters", + "donor_page": "Donor Page", + "go_back": "Go Back", + "access": "Access", + "link_discord": "Link Discord", + "select_webhook_strategy": "Alert Manager", + "webhook_strategy_success_0": "Success! Refreshing to fetch alert settings...", + "register": "Register", + "invalid_credentials": "Invalid Credentials", + "localauth_failed": "Authentication failed", + "error_creating_user": "Unable to register new user at this time", + "discord_linked": "Discord Linked", + "telegram_linked": "Telegram Linked", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "level", + "km": "km", + "feedback": "Feedback", + "donor_menu": "Donor Menu", + "pokemon_cell": "Pokemon's Location Could Vary", + "timer_verified": "This Timer is Verified", + "timer_unverified": "This Timer is Unverified", + "all": "All", + "badge_0": "None", + "badge_1": "Basic", + "badge_2": "Bronze", + "badge_3": "Silver", + "badge_4": "Gold", + "gym_badge_menu": "Edit Gym Badge", + "gym_badges": "Gym Badges", + "gym_badge_diamonds": "Show Gym Badges", + "gym_badges_subtitle": "Displays Gym Badges on the map and a list in the profile page.", + "confirm_filters_reset": "Reset filters", + "filters_reset_text": "Are you sure you want to reset settings to default values? This cannot be undone!", + "filters_reset_title": "Reset filters", + "raid_quick_select": "Quick Select", + "disabled": "Disabled", + "loading": "Loading {{category}}", + "loading_icons": "Fetching Icons", + "loading_invasions": "Fetching Invasions", + "scan_next": "Scan Location", + "scan_next_choose": "Drag and Drop the Marker to Set the Scan Location", + "scan_zone": "Scan an Area", + "scan_zone_choose": "Drag and Drop the Marker to Set the Scan Location and Choose the Size", + "scan_zone_size": "Size", + "scan_zone_range": "Range", + "scan_zone_spacing": "Spacing", + "scan_zone_radius": "Radius", + "scan_requests": "Scan Requests", + "scan_queue": "Current Queue", + "click_to_scan": "Scan Here", + "scan_confirmed_title": "Scan demand confirmed", + "scan_confirmed": "Worker has been sent to location, result will soon appear on the map!", + "scan_loading_title": "Sending scan request", + "scan_loading": "Your scan request is being processed and sent to the system!", + "scan_error_title": "Error", + "scan_error": "There has been an error while processing the scan request...", + "scan_outside_area": "This location is outside the boundaries of authorized areas", + "pvp_ranking_cap": "Level", + "lc_title": "Follow Your Location", + "lc_metersUnit": "meters", + "lc_feetUnit": "feet", + "lc_popup": "You are within {distance} {unit} from this point", + "lc_outsideMapBoundsMsg": "You seem located outside the boundaries of the map", + "no_alerts": "No Alerts Found", + "loading_settings": "Loading Settings", + "refresh_to_continue": "Please refresh before continuing", + "session_expired_title": "Session Expired", + "session_expired_body": "Your session has expired", + "old_client_title": "Outdated", + "old_client_body": "A new version of this map is available", + "early_old_client_title": "Outdated", + "early_old_client_body": "An old version of this app might be cached in your browser, you will need to clear your cache before you can use this app.", + "refresh": "Refresh", + "points": "Points", + "day": "Day", + "days": "Days", + "react_error": "Something Went Wrong", + "clickable_icon": "Icon is Clickable", + "two_stops_till_next": "2 stops until next", + "one_stop_till_next": "1 stop until next", + "no_more_gyms": "No more gyms", + "light_map_border": "Light Map Border", + "dark_map_border": "Dark Map Border", + "cell_blocked": "Cell Blocked", + "poi_color": "POI Color", + "quest_condition": "Quest Condition", + "always_show_labels": "Always Show Labels", + "scan_areas_options": "Scan Areas Options", + "historic_rarity": "Historic Rarity", + "poi": "Points of Interest", + "300m_range": "300m Range", + "lure_range": "Lure Range", + "custom_range": "Custom Range", + "tap_to_toggle": "Tap To Toggle", + "power_up": "Power Up", + "never_alt": "Never", + "seen_nearby_stop": "Seen Nearby", + "seen_nearby_cell": "Seen in this Cell", + "seen_lure_encounter": "Lure Encounter", + "seen_lure_wild": "Lure Spawn", + "seen_wild": "Wild Spawn", + "event_stops": "Event Stops", + "event_stop_timers": "Event Stop Timers", + "size_0": "Any", + "size_1": "XXS", + "size_2": "XS", + "size_3": "M", + "size_4": "XL", + "size_5": "XXL", + "show_size_indicator": "Show Size Indicator", + "size": "Size", + "gold_stop": "Gold Stop", + "profile_backups": "Profile Swapping", + "new_backup": "New Backup", + "create": "Create", + "load": "Load", + "update": "Update", + "delete": "Delete", + "name": "Name", + "only_confirmed": "Only Confirmed", + "only_exclude_grunts": "Exclude Grunts", + "only_exclude_leaders": "Exclude Leaders", + "rocket_pokemon": "Rocket Pokémon", + "decoy": "Decoy", + "s2_cell_limit_0": "You attempted to generate more than 20,000 cells ({{variable_0}})", + "s2_cell_zoom_limit": "Some cells are too small to be displayed at this zoom level", + "show_all_pvp_ranks": "Show All PVP Ranks", + "enable_pokemon_popup_coords": "Show Pokémon Coords", + "enable_gym_popup_coords": "Show Gym Coords", + "enable_pokestop_popup_coords": "Show Pokéstop Coords", + "enable_portal_popup_coords": "Show Portal Coords", + "on_block_join_discord": "Please join our discord for more information.", + "on_block_msg": "You have been blocked for being a member of", + "denied": "Denied", + "showcase": "Showcase", + "unknown_event": "Unknown Event", + "scanner_countdown": "Available in {{time}}s", + "success": "Success", + "contribute": "Contribute", + "mi": "mi", + "filter_by_areas": "Filter by Areas", + "submit_nest_name": "Submit Nest Name", + "nest_submission_menu": "Name Update", + "nest_submissions": "Nest Submissions", + "nest_submissions_subtitle": "Allows you to submit new names for nests", + "pokemon_opacity": "Dynamic Pokemon Opacity", + "invasion_opacity": "Dynamic Invasion Opacity", + "raid_opacity": "Dynamic Raid Opacity", + "opacity_ten_minutes": "Opacity at 10 minutes", + "opacity_five_minutes": "Opacity at 5 minutes", + "opacity_one_minute": "Opacity at 1 minute", + "level_circles": "Level Indicators", + "min_level_circle": "Minimum Circle Level", + "mutation_auth_error": "Your request was unsuccessful due to not being logged in", + "submitted_by": "Submitted By", + "reversible": "Reversible", + "version": "Version", + "route_tags": "Route Tags", + "routes": "Routes", + "route_type": "Route Type", + "routes_subtitle": "View in game routes and relevant information about them on the map", + "description": "Description", + "additional_info": "Additional Info", + "duration": "Duration", + "elevation": "Elevation", + "contest_category_1": "Smallest Size", + "context_category_2": "Largest Size", + "total_entries": "Total Entries", + "showcase_rankings": "Showcase Rankings", + "showcase_rankings_subtitle": "Displays a list of the top rankings for a showcase at a Pokestop", + "tth": "TTH", + "tth_0": "All", + "tth_1": "Known", + "tth_2": "Unknown", + "no_access": "No Access", + "cooldown": "Cool Down", + "scan_some_outside_area": "Some locations are outside the authorized boundaries", + "alerts": "alerts", + "alert_manager": "Alert Manager", + "menu": "Menu", + "theme": "Theme", + "exit": "Exit", + "component": "Component", + "component_login_page": "Login Page", + "component_donation_page": "Donation Page", + "component_message_of_the_day": "Message of the Day", + "download": "Download", + "playground": "Playground", + "locale": "Locale", + "saved": "Saved", + "show_editor": "Show Editor", + "hide_editor": "Hide Editor", + "reported_error": "This error has been reported to the server with identifier", + "dark_mode": "Dark Mode", + "load_from_autosave": "Load from autosave", + "done": "Done", + "fast": "Fast", + "charged": "Charged", + "offline_mode": "Offline Mode", + "include_sponsored": "Include Sponsored", + "showcase_color": "Showcase Color", + "partner_color": "Partner Color", + "disable": "Disable {{- name}}", + "profiling": "Profiling", + "showcase_block": "Blocked due to a showcase", + "signed_in_as": "Signed In As", + "missing_map_perm": "You do not have permission to view the map.", + "access_denied": "Access Denied", + "audio": "Audio", + "desktop_notifications": "Desktop Notifications", + "notifications_options": "Notification Options", + "audio_always_on": "Audio Always Plays", + "volume_level": "Volume Level", + "notifications_status": "Notifications Status", + "granted": "granted", + "set_all": "Set All", + "set_filtered": "Set Filtered", + "only_show_available": "Only Show Available", + "easy_mode": "Easy Mode", + "quick_select": "Global Quick Selects", + "pokemon_filter_mode": "Pokémon Filter Mode", + "basic": "Basic", + "intermediate": "Intermediate", + "expert": "Expert", + "basic_description": "Easily select Pokémon and apply a global filter", + "intermediate_description": "Set individual filters globally and per Pokémon (traditional)", + "expert_description": "Manual input queries for the most customization", + "icon_size": "Icon Size", + "developer": "Developer", + "raid_override": "Raid Override", + "search_rocket_pokemon": "Search Rocket Pokémon", + "main": "Main", + "extra": "Extra", + "select": "Select", + "searching": "searching...", + "no_options": "No Options...", + "and": "AND", + "or": "OR", + "only_global": "Only Global", + "global_caption": "Ignores All Other Filters", + "global_and_individual": "Global & Individual Filters", + "gender_filters_all": "Gender Applies to All", + "and_caption": "Linked Together", + "or_caption": "Filters Independently", + "filter_help": "Filter Help", + "kilometers": "Kilometers", + "miles": "Miles", + "distance_unit": "Distance Unit", + "data_management": "Data Management", + "reset_or_manage_text": "You can either hard reset your filters or you can view the data management page which will allow you to reset individual categories.", + "reset_audio": "Reset Audio", + "reset_all": "Reset All", + "reset_icons": "Reset Icons", + "reset_position": "Reset Position", + "reset_ui": "Reset UI", + "reset_options": "Reset Options", + "reset_menus": "Reset Menus", + "reset_settings": "Reset Settings", + "reset_general_title": "General", + "reset_filters_title": "Filters", + "reset_assets": "Assets", + "reset_pokemon": "Reset Pokémon", + "reset_pokestops": "Reset PokéStops", + "reset_gyms": "Reset Gyms", + "reset_nests": "Reset Nests", + "reset_portals": "Reset Portals", + "reset_routes": "Reset Routes", + "reset_scan_areas": "Reset Scan Areas", + "reset_scan_cells": "Reset Scan Cells", + "reset_devices": "Reset Devices", + "reset_weather": "Reset Weather", + "reset_s2cells": "Reset S2 Cells", + "reset_spawnpoints": "Reset Spawnpoints", + "reset_submission_cells": "Reset Submission Cells", + "hisuian": "Hisuian", + "spacial_rend_range": "Spacial Rend Range", + "key": "Key", + "ai": "AI", + "human": "Human", + "locales": "Locales", + "instructions": "Instructions", + "locale_instructions_1": "Select a language from the dropdown", + "locale_instructions_2": "Enter the desired translations in the \"Human\" column", + "locale_instructions_3": "Click the \"$t(download)\" button to download a JSON file", + "locale_instructions_4": "Fork the GitHub repo link below", + "locale_instructions_5": "Create a new branch and name it the language you are translating", + "locale_instructions_6": "Replace the contents of \"packages/locales/lib/human/{{lng}}.json\" with the file you downloaded", + "locale_instructions_7": "Create a pull request", + "locale_instructions_8": "Wait for the pull request to be reviewed and merged", + "enter_translation": "Enter Translation", + "individual_filters": "Partially Filtered", + "data_limit_reached": "You have requested too much data recently and are on cooldown until {{until}}", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "Earn {{amount}} hearts with your buddy", + "challenge_buddy_treat_plural": "Give your buddy {{amount}} treats", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Star Egg", + "egg_1_plural": "1 Star Eggs", + "egg_2": "2 Star Egg", + "egg_2_plural": "2 Star Eggs", + "egg_3": "3 Star Egg", + "egg_3_plural": "3 Star Eggs", + "egg_4": "4 Star Egg", + "egg_4_plural": "4 Star Eggs", + "egg_5": "Legendary Egg", + "egg_5_plural": "Legendary Eggs", + "egg_6": "Mega Egg", + "egg_6_plural": "Mega Eggs", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "Normal", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "Normal", + "form_34": "Attack", + "form_35": "Defense", + "form_36": "Speed", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "Normal", + "form_46": "Alola", + "form_47": "Normal", + "form_48": "Alola", + "form_49": "Normal", + "form_50": "Alola", + "form_51": "Normal", + "form_52": "Alola", + "form_53": "Normal", + "form_54": "Alola", + "form_55": "Normal", + "form_56": "Alola", + "form_57": "Normal", + "form_58": "Alola", + "form_59": "Normal", + "form_60": "Alola", + "form_61": "Normal", + "form_62": "Alola", + "form_63": "Normal", + "form_64": "Alola", + "form_65": "Normal", + "form_66": "Alola", + "form_67": "Normal", + "form_68": "Alola", + "form_69": "Normal", + "form_70": "Alola", + "form_71": "Normal", + "form_72": "Alola", + "form_73": "Normal", + "form_74": "Alola", + "form_75": "Normal", + "form_76": "Alola", + "form_77": "Normal", + "form_78": "Alola", + "form_79": "Normal", + "form_80": "Alola", + "form_81": "Normal", + "form_82": "Frost Rotom", + "form_83": "Fan Rotom", + "form_84": "Mow Rotom", + "form_85": "Wash Rotom", + "form_86": "Heat Rotom", + "form_87": "Plant Cloak", + "form_88": "Sandy Cloak", + "form_89": "Trash Cloak", + "form_90": "Altered Forme", + "form_91": "Origin Forme", + "form_92": "Sky Forme", + "form_93": "Land Forme", + "form_94": "Overcast Form", + "form_95": "Sunny", + "form_96": "West Sea", + "form_97": "East Sea", + "form_98": "West Sea", + "form_99": "East Sea", + "form_100": "Normal", + "form_101": "Fighting", + "form_102": "Flying", + "form_103": "Poison", + "form_104": "Ground", + "form_105": "Rock", + "form_106": "Bug", + "form_107": "Ghost", + "form_108": "Steel", + "form_109": "Fire", + "form_110": "Water", + "form_111": "Grass", + "form_112": "Electric", + "form_113": "Psychic", + "form_114": "Ice", + "form_115": "Dragon", + "form_116": "Dark", + "form_117": "Fairy", + "form_118": "Plant Cloak", + "form_119": "Sandy Cloak", + "form_120": "Trash Cloak", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "Normal", + "form_136": "Red-Striped", + "form_137": "Blue-Striped", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "Incarnate Forme", + "form_141": "Therian Forme", + "form_142": "Incarnate Forme", + "form_143": "Therian Forme", + "form_144": "Incarnate Forme", + "form_145": "Therian Forme", + "form_146": "Normal", + "form_147": "Black Kyurem", + "form_148": "White Kyurem", + "form_149": "Ordinary Form", + "form_150": "Resolute Form", + "form_151": "Aria Forme", + "form_152": "Pirouette Forme", + "form_157": "Normal", + "form_160": "Normal", + "form_163": "Normal", + "form_166": "Normal", + "form_169": "Normal", + "form_172": "Normal", + "form_175": "Normal", + "form_178": "Normal", + "form_181": "Normal", + "form_184": "Normal", + "form_187": "Normal", + "form_190": "Normal", + "form_193": "Normal", + "form_196": "Normal", + "form_199": "Normal", + "form_202": "Normal", + "form_205": "Normal", + "form_208": "Normal", + "form_211": "Normal", + "form_214": "Normal", + "form_217": "Normal", + "form_224": "Normal", + "form_229": "Normal", + "form_232": "Normal", + "form_235": "Normal", + "form_238": "Normal", + "form_241": "Normal", + "form_244": "Normal", + "form_247": "Normal", + "form_250": "Normal", + "form_253": "Normal", + "form_256": "Normal", + "form_259": "Normal", + "form_262": "Normal", + "form_265": "Normal", + "form_268": "Normal", + "form_271": "Normal", + "form_274": "Normal", + "form_277": "Normal", + "form_280": "Normal", + "form_283": "Normal", + "form_286": "Normal", + "form_289": "Normal", + "form_292": "Normal", + "form_295": "Normal", + "form_298": "Normal", + "form_301": "Normal", + "form_304": "Normal", + "form_307": "Normal", + "form_310": "Normal", + "form_313": "Normal", + "form_316": "Normal", + "form_319": "Normal", + "form_322": "Normal", + "form_585": "Spring Form", + "form_586": "Summer Form", + "form_587": "Autumn Form", + "form_588": "Winter Form", + "form_589": "Spring Form", + "form_590": "Summer Form", + "form_591": "Autumn Form", + "form_592": "Winter Form", + "form_593": "Normal", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "Normal", + "form_599": "Noevolve", + "form_600": "Normal", + "form_601": "Noevolve", + "form_602": "Normal", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "Normal", + "form_613": "Normal", + "form_616": "Normal", + "form_619": "Normal", + "form_622": "Normal", + "form_625": "Normal", + "form_628": "Normal", + "form_631": "Normal", + "form_634": "Normal", + "form_637": "Normal", + "form_640": "Normal", + "form_643": "Normal", + "form_646": "Normal", + "form_649": "Normal", + "form_652": "Normal", + "form_655": "Normal", + "form_658": "Normal", + "form_661": "Normal", + "form_664": "Normal", + "form_667": "Normal", + "form_670": "Normal", + "form_677": "Normal", + "form_680": "Normal", + "form_683": "Normal", + "form_688": "Normal", + "form_691": "Normal", + "form_694": "Normal", + "form_697": "Normal", + "form_700": "Normal", + "form_703": "Normal", + "form_706": "Normal", + "form_713": "Normal", + "form_716": "Normal", + "form_719": "Normal", + "form_722": "Normal", + "form_729": "Normal", + "form_734": "Normal", + "form_737": "Normal", + "form_740": "Normal", + "form_743": "Normal", + "form_746": "Normal", + "form_749": "Normal", + "form_752": "Normal", + "form_755": "Normal", + "form_758": "Normal", + "form_761": "Normal", + "form_764": "Normal", + "form_767": "Normal", + "form_770": "Normal", + "form_773": "Normal", + "form_776": "Normal", + "form_779": "Normal", + "form_782": "Normal", + "form_785": "Normal", + "form_788": "Normal", + "form_791": "Normal", + "form_794": "Normal", + "form_797": "Normal", + "form_800": "Normal", + "form_803": "Normal", + "form_806": "Normal", + "form_809": "Normal", + "form_812": "Normal", + "form_815": "Normal", + "form_818": "Normal", + "form_821": "Normal", + "form_824": "Normal", + "form_827": "Normal", + "form_830": "Normal", + "form_833": "Normal", + "form_836": "Normal", + "form_839": "Normal", + "form_846": "Normal", + "form_849": "Normal", + "form_852": "Normal", + "form_855": "Normal", + "form_858": "Normal", + "form_861": "Normal", + "form_864": "Normal", + "form_867": "Normal", + "form_870": "Normal", + "form_873": "Normal", + "form_876": "Normal", + "form_879": "Normal", + "form_888": "Normal", + "form_891": "Normal", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "Normal", + "form_901": "Vs 2019", + "form_902": "Normal", + "form_905": "Normal", + "form_908": "Normal", + "form_911": "Normal", + "form_914": "Normal", + "form_917": "Normal", + "form_920": "Normal", + "form_923": "Normal", + "form_926": "Normal", + "form_929": "Normal", + "form_932": "Normal", + "form_935": "Normal", + "form_938": "Normal", + "form_941": "Normal", + "form_944": "Galarian", + "form_945": "Normal", + "form_946": "Galarian", + "form_947": "Normal", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "Normal", + "form_956": "Normal", + "form_959": "Normal", + "form_962": "Normal", + "form_965": "Normal", + "form_968": "Normal", + "form_971": "Normal", + "form_974": "Normal", + "form_981": "Normal", + "form_984": "Normal", + "form_987": "Normal", + "form_990": "Normal", + "form_993": "Normal", + "form_996": "Normal", + "form_999": "Normal", + "form_1002": "Normal", + "form_1005": "Normal", + "form_1008": "Normal", + "form_1011": "Normal", + "form_1014": "Normal", + "form_1017": "Normal", + "form_1020": "Normal", + "form_1023": "Normal", + "form_1026": "Normal", + "form_1029": "Normal", + "form_1032": "Normal", + "form_1035": "Normal", + "form_1038": "Normal", + "form_1041": "Normal", + "form_1044": "Normal", + "form_1047": "Normal", + "form_1050": "Normal", + "form_1053": "Normal", + "form_1056": "Normal", + "form_1059": "Normal", + "form_1062": "Normal", + "form_1065": "Normal", + "form_1068": "Normal", + "form_1071": "Normal", + "form_1074": "Normal", + "form_1077": "Normal", + "form_1080": "Normal", + "form_1083": "Normal", + "form_1086": "Normal", + "form_1089": "Normal", + "form_1092": "Normal", + "form_1095": "Normal", + "form_1098": "Normal", + "form_1101": "Normal", + "form_1104": "Normal", + "form_1107": "Normal", + "form_1110": "Normal", + "form_1115": "Normal", + "form_1118": "Normal", + "form_1121": "Normal", + "form_1124": "Normal", + "form_1127": "Normal", + "form_1130": "Normal", + "form_1133": "Normal", + "form_1136": "Normal", + "form_1139": "Normal", + "form_1142": "Normal", + "form_1145": "Normal", + "form_1148": "Normal", + "form_1151": "Normal", + "form_1154": "Normal", + "form_1157": "Normal", + "form_1160": "Normal", + "form_1163": "Normal", + "form_1166": "Normal", + "form_1169": "Normal", + "form_1172": "Normal", + "form_1175": "Normal", + "form_1178": "Normal", + "form_1181": "Normal", + "form_1184": "Normal", + "form_1187": "Normal", + "form_1190": "Normal", + "form_1193": "Normal", + "form_1196": "Normal", + "form_1199": "Normal", + "form_1202": "Normal", + "form_1205": "Normal", + "form_1208": "Normal", + "form_1211": "Normal", + "form_1214": "Normal", + "form_1217": "Normal", + "form_1220": "Normal", + "form_1223": "Normal", + "form_1226": "Normal", + "form_1229": "Normal", + "form_1232": "Normal", + "form_1235": "Normal", + "form_1238": "Normal", + "form_1241": "Normal", + "form_1244": "Normal", + "form_1247": "Normal", + "form_1250": "Normal", + "form_1253": "Normal", + "form_1256": "Normal", + "form_1259": "Normal", + "form_1262": "Normal", + "form_1265": "Normal", + "form_1268": "Normal", + "form_1271": "Normal", + "form_1274": "Normal", + "form_1277": "Normal", + "form_1280": "Normal", + "form_1283": "Normal", + "form_1286": "Normal", + "form_1289": "Normal", + "form_1292": "Normal", + "form_1295": "Normal", + "form_1298": "Normal", + "form_1301": "Normal", + "form_1304": "Normal", + "form_1307": "Normal", + "form_1310": "Normal", + "form_1313": "Normal", + "form_1316": "Normal", + "form_1319": "Normal", + "form_1322": "Normal", + "form_1325": "Normal", + "form_1328": "Normal", + "form_1331": "Normal", + "form_1334": "Normal", + "form_1337": "Normal", + "form_1340": "Normal", + "form_1343": "Normal", + "form_1346": "Normal", + "form_1349": "Normal", + "form_1352": "Normal", + "form_1355": "Normal", + "form_1358": "Normal", + "form_1361": "Normal", + "form_1364": "Normal", + "form_1367": "Normal", + "form_1370": "Normal", + "form_1379": "Normal", + "form_1382": "Normal", + "form_1385": "Normal", + "form_1388": "Normal", + "form_1391": "Normal", + "form_1394": "Normal", + "form_1397": "Normal", + "form_1400": "Normal", + "form_1403": "Normal", + "form_1406": "Normal", + "form_1409": "Normal", + "form_1412": "Normal", + "form_1415": "Normal", + "form_1418": "Normal", + "form_1421": "Normal", + "form_1424": "Normal", + "form_1427": "Normal", + "form_1430": "Normal", + "form_1433": "Normal", + "form_1436": "Normal", + "form_1439": "Normal", + "form_1442": "Normal", + "form_1445": "Normal", + "form_1448": "Normal", + "form_1451": "Normal", + "form_1454": "Normal", + "form_1457": "Normal", + "form_1460": "Normal", + "form_1463": "Normal", + "form_1466": "Normal", + "form_1469": "Normal", + "form_1472": "Normal", + "form_1475": "Normal", + "form_1478": "Normal", + "form_1481": "Normal", + "form_1484": "Normal", + "form_1487": "Normal", + "form_1490": "Normal", + "form_1493": "Normal", + "form_1496": "Normal", + "form_1499": "Normal", + "form_1502": "Normal", + "form_1505": "Normal", + "form_1508": "Normal", + "form_1511": "Normal", + "form_1514": "Normal", + "form_1517": "Normal", + "form_1520": "Normal", + "form_1523": "Normal", + "form_1526": "Normal", + "form_1529": "Normal", + "form_1532": "Normal", + "form_1535": "Normal", + "form_1538": "Normal", + "form_1541": "Normal", + "form_1544": "Normal", + "form_1547": "Normal", + "form_1550": "Normal", + "form_1553": "Normal", + "form_1556": "Normal", + "form_1559": "Normal", + "form_1562": "Normal", + "form_1565": "Normal", + "form_1568": "Normal", + "form_1571": "Normal", + "form_1574": "Normal", + "form_1577": "Normal", + "form_1580": "Normal", + "form_1583": "Normal", + "form_1586": "Normal", + "form_1589": "Normal", + "form_1592": "Normal", + "form_1595": "Normal", + "form_1598": "Normal", + "form_1601": "Normal", + "form_1604": "Normal", + "form_1607": "Normal", + "form_1610": "Normal", + "form_1613": "Normal", + "form_1616": "Normal", + "form_1619": "Normal", + "form_1622": "Normal", + "form_1625": "Normal", + "form_1628": "Normal", + "form_1631": "Normal", + "form_1634": "Normal", + "form_1637": "Normal", + "form_1640": "Normal", + "form_1643": "Normal", + "form_1646": "Normal", + "form_1649": "Normal", + "form_1652": "Normal", + "form_1655": "Normal", + "form_1658": "Normal", + "form_1661": "Normal", + "form_1664": "Normal", + "form_1667": "Normal", + "form_1670": "Normal", + "form_1673": "Normal", + "form_1676": "Normal", + "form_1679": "Normal", + "form_1682": "Normal", + "form_1685": "Normal", + "form_1688": "Normal", + "form_1691": "Normal", + "form_1694": "Normal", + "form_1697": "Normal", + "form_1700": "Normal", + "form_1703": "Normal", + "form_1706": "Normal", + "form_1709": "Normal", + "form_1712": "Normal", + "form_1715": "Normal", + "form_1718": "Normal", + "form_1721": "Normal", + "form_1724": "Normal", + "form_1727": "Normal", + "form_1730": "Normal", + "form_1733": "Normal", + "form_1736": "Normal", + "form_1739": "Normal", + "form_1742": "Normal", + "form_1745": "Normal", + "form_1748": "Normal", + "form_1751": "Normal", + "form_1754": "Normal", + "form_1757": "Normal", + "form_1760": "Normal", + "form_1763": "Normal", + "form_1766": "Normal", + "form_1769": "Normal", + "form_1772": "Normal", + "form_1775": "Normal", + "form_1778": "Normal", + "form_1781": "Normal", + "form_1784": "Normal", + "form_1787": "Normal", + "form_1790": "Normal", + "form_1793": "Normal", + "form_1796": "Normal", + "form_1799": "Normal", + "form_1802": "Normal", + "form_1805": "Normal", + "form_1808": "Normal", + "form_1811": "Normal", + "form_1814": "Normal", + "form_1817": "Normal", + "form_1820": "Normal", + "form_1823": "Normal", + "form_1826": "Normal", + "form_1829": "Normal", + "form_1832": "Normal", + "form_1835": "Normal", + "form_1838": "Normal", + "form_1841": "Normal", + "form_1844": "Normal", + "form_1847": "Normal", + "form_1850": "Normal", + "form_1853": "Normal", + "form_1856": "Normal", + "form_1859": "Normal", + "form_1862": "Normal", + "form_1865": "Normal", + "form_1868": "Normal", + "form_1871": "Normal", + "form_1874": "Normal", + "form_1877": "Normal", + "form_1880": "Normal", + "form_1883": "Normal", + "form_1886": "Normal", + "form_1889": "Normal", + "form_1892": "Normal", + "form_1895": "Normal", + "form_1898": "Normal", + "form_1901": "Normal", + "form_1904": "Normal", + "form_1907": "Normal", + "form_1910": "Normal", + "form_1913": "Normal", + "form_1916": "Normal", + "form_1919": "Normal", + "form_1922": "Normal", + "form_1925": "Normal", + "form_1928": "Normal", + "form_1931": "Normal", + "form_1934": "Normal", + "form_1937": "Normal", + "form_1940": "Normal", + "form_1943": "Normal", + "form_1946": "Normal", + "form_1949": "Normal", + "form_1952": "Normal", + "form_1955": "Normal", + "form_1958": "Normal", + "form_1961": "Normal", + "form_1964": "Normal", + "form_1967": "Normal", + "form_1970": "Normal", + "form_1973": "Normal", + "form_1976": "Normal", + "form_1979": "Normal", + "form_1982": "Normal", + "form_1985": "Normal", + "form_1988": "Normal", + "form_1991": "Normal", + "form_1994": "Normal", + "form_1997": "Normal", + "form_2000": "Normal", + "form_2003": "Normal", + "form_2006": "Normal", + "form_2009": "Normal", + "form_2012": "Normal", + "form_2015": "Normal", + "form_2018": "Normal", + "form_2021": "Normal", + "form_2024": "Normal", + "form_2027": "Normal", + "form_2030": "Normal", + "form_2033": "Normal", + "form_2036": "Normal", + "form_2039": "Normal", + "form_2042": "Normal", + "form_2045": "Normal", + "form_2048": "Normal", + "form_2051": "Normal", + "form_2054": "Normal", + "form_2057": "Normal", + "form_2060": "Normal", + "form_2063": "Normal", + "form_2066": "Normal", + "form_2069": "Normal", + "form_2072": "Normal", + "form_2075": "Normal", + "form_2078": "Normal", + "form_2081": "Normal", + "form_2084": "Normal", + "form_2087": "Normal", + "form_2090": "Normal", + "form_2093": "Normal", + "form_2096": "Normal", + "form_2099": "Normal", + "form_2102": "Normal", + "form_2105": "Normal", + "form_2108": "Normal", + "form_2111": "Normal", + "form_2114": "Normal", + "form_2117": "Normal", + "form_2120": "Normal", + "form_2123": "Normal", + "form_2126": "Normal", + "form_2129": "Normal", + "form_2132": "Normal", + "form_2135": "Normal", + "form_2138": "Normal", + "form_2141": "Normal", + "form_2144": "Normal", + "form_2147": "Normal", + "form_2150": "Normal", + "form_2153": "Normal", + "form_2156": "Normal", + "form_2159": "Normal", + "form_2162": "Normal", + "form_2165": "Normal", + "form_2168": "Normal", + "form_2171": "Normal", + "form_2174": "Normal", + "form_2177": "Normal", + "form_2180": "Normal", + "form_2183": "Normal", + "form_2186": "Normal", + "form_2189": "Normal", + "form_2192": "Normal", + "form_2195": "Normal", + "form_2198": "Normal", + "form_2201": "Normal", + "form_2204": "Normal", + "form_2207": "Normal", + "form_2210": "Normal", + "form_2213": "Normal", + "form_2216": "Normal", + "form_2219": "Normal", + "form_2222": "Normal", + "form_2225": "Normal", + "form_2228": "Normal", + "form_2231": "Normal", + "form_2234": "Normal", + "form_2237": "Normal", + "form_2240": "Normal", + "form_2243": "Normal", + "form_2246": "Normal", + "form_2249": "Normal", + "form_2252": "Normal", + "form_2255": "Normal", + "form_2258": "Normal", + "form_2261": "Normal", + "form_2264": "Normal", + "form_2267": "Normal", + "form_2270": "Normal", + "form_2273": "Normal", + "form_2276": "Normal", + "form_2279": "Normal", + "form_2282": "Normal", + "form_2285": "Normal", + "form_2288": "Normal", + "form_2291": "Normal", + "form_2294": "Normal", + "form_2297": "Normal", + "form_2300": "Normal", + "form_2303": "Normal", + "form_2306": "Normal", + "form_2309": "Normal", + "form_2312": "Normal", + "form_2315": "Normal", + "form_2318": "Normal", + "form_2321": "Normal", + "form_2324": "Normal", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "Female", + "form_2331": "Female", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "Low Key Form", + "form_2464": "Amped Form", + "form_2477": "Phony Form", + "form_2478": "Antique Form", + "form_2480": "Phony Form", + "form_2481": "Antique Form", + "form_2501": "Normal", + "form_2504": "Normal", + "form_2507": "Normal", + "form_2510": "Normal", + "form_2513": "Normal", + "form_2516": "Normal", + "form_2540": "Ice Face", + "form_2541": "Noice Face", + "form_2542": "Male", + "form_2543": "Female", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "Crowned Sword", + "form_2577": "Hero of Many Battles", + "form_2578": "Crowned Shield", + "form_2579": "Hero of Many Battles", + "form_2580": "Eternamax", + "form_2581": "Normal", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "Normal", + "form_2588": "Female", + "form_2589": "Normal", + "form_2590": "Female", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "Sunny", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "Baile Style", + "form_2680": "Pom-Pom Style", + "form_2681": "Pa’u Style", + "form_2683": "Sensu Style", + "form_2684": "Midday Form", + "form_2685": "Midnight Form", + "form_2686": "Dusk Form", + "form_2687": "Solo Form", + "form_2688": "School Form", + "form_2689": "Normal", + "form_2690": "Bug", + "form_2691": "Dark", + "form_2692": "Dragon", + "form_2693": "Electric", + "form_2694": "Fairy", + "form_2695": "Fighting", + "form_2696": "Fire", + "form_2697": "Flying", + "form_2698": "Ghost", + "form_2699": "Grass", + "form_2700": "Ground", + "form_2701": "Ice", + "form_2702": "Poison", + "form_2703": "Psychic", + "form_2704": "Rock", + "form_2705": "Steel", + "form_2706": "Water", + "form_2707": "Meteor Blue", + "form_2708": "Blue Plumage", + "form_2709": "Green Plumage", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "Yellow Plumage", + "form_2715": "Busted Form", + "form_2716": "Disguised Form", + "form_2717": "Normal", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "Normal", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "Normal", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "Dusk Form", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "Sunny", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "Sunny", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "Incarnate Forme", + "form_2803": "Therian Forme", + "form_2804": "White-Striped", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "Normal", + "form_2808": "Female", + "form_2809": "Normal", + "form_2810": "Normal", + "form_2811": "Normal", + "form_2812": "Normal", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "Normal", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "Origin Forme", + "form_2830": "Origin Forme", + "form_2831": "Normal", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "Normal", + "form_2982": "Female", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Green Plumage", + "form_2986": "Blue Plumage", + "form_2987": "Yellow Plumage", + "form_2988": "White", + "form_2989": "Zero Form", + "form_2990": "Hero of Many Battles", + "form_2991": "Curly Form", + "form_2992": "Droopy Form", + "form_2993": "Stretchy Form", + "form_2994": "Two-Segment Form", + "form_2995": "Three-Segment Form", + "form_2996": "Apex Build", + "form_2997": "Ultimate Mode", + "form_2998": "Normal", + "form_3000": "Normal", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "Male", + "gender_2": "Female", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "Alola", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "Blanche", + "grunt_2": "Candela", + "grunt_3": "Spark", + "grunt_4": "Grunt (Male)", + "grunt_5": "Grunt (Female)", + "grunt_6": "Bug - Grunt (Female)", + "grunt_7": "Bug - Grunt (Male)", + "grunt_8": "Grunt (Female)", + "grunt_9": "Grunt (Male)", + "grunt_10": "Dark - Grunt (Female)", + "grunt_11": "Dark - Grunt (Male)", + "grunt_12": "Dragon - Grunt (Female)", + "grunt_13": "Dragon - Grunt (Male)", + "grunt_14": "Fairy - Grunt (Female)", + "grunt_15": "Fairy - Grunt (Male)", + "grunt_16": "Fighting - Grunt (Female)", + "grunt_17": "Fighting - Grunt (Male)", + "grunt_18": "Fire - Grunt (Female)", + "grunt_19": "Fire - Grunt (Male)", + "grunt_20": "Flying - Grunt (Female)", + "grunt_21": "Flying - Grunt (Male)", + "grunt_22": "Grass - Grunt (Female)", + "grunt_23": "Grass - Grunt (Male)", + "grunt_24": "Ground - Grunt (Female)", + "grunt_25": "Ground - Grunt (Male)", + "grunt_26": "Ice - Grunt (Female)", + "grunt_27": "Ice - Grunt (Male)", + "grunt_28": "Steel - Grunt (Female)", + "grunt_29": "Steel - Grunt (Male)", + "grunt_30": "Normal - Grunt (Female)", + "grunt_31": "Normal - Grunt (Male)", + "grunt_32": "Poison - Grunt (Female)", + "grunt_33": "Poison - Grunt (Male)", + "grunt_34": "Psychic - Grunt (Female)", + "grunt_35": "Psychic - Grunt (Male)", + "grunt_36": "Rock - Grunt (Female)", + "grunt_37": "Rock - Grunt (Male)", + "grunt_38": "Water - Grunt (Female)", + "grunt_39": "Water - Grunt (Male)", + "grunt_40": "Player Team Leader", + "grunt_41": "Leader Cliff", + "grunt_42": "Leader Arlo", + "grunt_43": "Leader Sierra", + "grunt_44": "Giovanni", + "grunt_45": "Decoy Grunt (Male)", + "grunt_46": "Decoy Grunt (Female)", + "grunt_47": "Ghost - Grunt (Female)", + "grunt_48": "Ghost - Grunt (Male)", + "grunt_49": "Electric - Grunt (Female)", + "grunt_50": "Electric - Grunt (Male)", + "grunt_51": "Grunt (Female)", + "grunt_52": "Grunt (Male)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "Bug - Grunt (Female)", + "grunt_56": "Bug - Grunt (Male)", + "grunt_57": "Dark - Grunt (Female)", + "grunt_58": "Dark - Grunt (Male)", + "grunt_59": "Dragon - Grunt (Female)", + "grunt_60": "Dragon - Grunt (Male)", + "grunt_61": "Fairy - Grunt (Female)", + "grunt_62": "Fairy - Grunt (Male)", + "grunt_63": "Fighting - Grunt (Female)", + "grunt_64": "Fighting - Grunt (Male)", + "grunt_65": "Fire - Grunt (Female)", + "grunt_66": "Fire - Grunt (Male)", + "grunt_67": "Flying - Grunt (Female)", + "grunt_68": "Flying - Grunt (Male)", + "grunt_69": "Grass - Grunt (Female)", + "grunt_70": "Grass - Grunt (Male)", + "grunt_71": "Ground - Grunt (Female)", + "grunt_72": "Ground - Grunt (Male)", + "grunt_73": "Ice - Grunt (Female)", + "grunt_74": "Ice - Grunt (Male)", + "grunt_75": "Grunt (Female)", + "grunt_76": "Grunt (Male)", + "grunt_77": "Normal - Grunt (Female)", + "grunt_78": "Normal - Grunt (Male)", + "grunt_79": "Poison - Grunt (Female)", + "grunt_80": "Poison - Grunt (Male)", + "grunt_81": "Psychic - Grunt (Female)", + "grunt_82": "Psychic - Grunt (Male)", + "grunt_83": "Rock - Grunt (Female)", + "grunt_84": "Rock - Grunt (Male)", + "grunt_85": "Water - Grunt (Female)", + "grunt_86": "Water - Grunt (Male)", + "grunt_87": "Ghost - Grunt (Female)", + "grunt_88": "Ghost - Grunt (Male)", + "grunt_89": "Electric - Grunt (Female)", + "grunt_90": "Electric - Grunt (Male)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "None", + "grunt_a_1": "Blanche", + "grunt_a_2": "Candela", + "grunt_a_3": "Spark", + "grunt_a_4": "Grunt ♂", + "grunt_a_5": "Grunt ♀", + "grunt_a_6": "Bug ♀", + "grunt_a_7": "Bug ♂", + "grunt_a_8": "Grunt ♀", + "grunt_a_9": "Grunt ♂", + "grunt_a_10": "Dark ♀", + "grunt_a_11": "Dark ♂", + "grunt_a_12": "Dragon ♀", + "grunt_a_13": "Dragon ♂", + "grunt_a_14": "Fairy ♀", + "grunt_a_15": "Fairy ♂", + "grunt_a_16": "Fighting ♀", + "grunt_a_17": "Fighting ♂", + "grunt_a_18": "Fire ♀", + "grunt_a_19": "Fire ♂", + "grunt_a_20": "Flying ♀", + "grunt_a_21": "Flying ♂", + "grunt_a_22": "Grass ♀", + "grunt_a_23": "Grass ♂", + "grunt_a_24": "Ground ♀", + "grunt_a_25": "Ground ♂", + "grunt_a_26": "Ice ♀", + "grunt_a_27": "Ice ♂", + "grunt_a_28": "Steel ♀", + "grunt_a_29": "Steel ♂", + "grunt_a_30": "Normal ♀", + "grunt_a_31": "Normal ♂", + "grunt_a_32": "Poison ♀", + "grunt_a_33": "Poison ♂", + "grunt_a_34": "Psychic ♀", + "grunt_a_35": "Psychic ♂", + "grunt_a_36": "Rock ♀", + "grunt_a_37": "Rock ♂", + "grunt_a_38": "Water ♀", + "grunt_a_39": "Water ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "Leader Cliff", + "grunt_a_42": "Leader Arlo", + "grunt_a_43": "Leader Sierra", + "grunt_a_44": "Giovanni", + "grunt_a_45": "Decoy Grunt ♂", + "grunt_a_46": "Decoy Grunt ♀", + "grunt_a_47": "Ghost ♀", + "grunt_a_48": "Ghost ♂", + "grunt_a_49": "Electric ♀", + "grunt_a_50": "Electric ♂", + "grunt_a_51": "Grunt ♀", + "grunt_a_52": "Grunt ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "Bug ♀", + "grunt_a_56": "Bug ♂", + "grunt_a_57": "Dark ♀", + "grunt_a_58": "Dark ♂", + "grunt_a_59": "Dragon ♀", + "grunt_a_60": "Dragon ♂", + "grunt_a_61": "Fairy ♀", + "grunt_a_62": "Fairy ♂", + "grunt_a_63": "Fighting ♀", + "grunt_a_64": "Fighting ♂", + "grunt_a_65": "Fire ♀", + "grunt_a_66": "Fire ♂", + "grunt_a_67": "Flying ♀", + "grunt_a_68": "Flying ♂", + "grunt_a_69": "Grass ♀", + "grunt_a_70": "Grass ♂", + "grunt_a_71": "Ground ♀", + "grunt_a_72": "Ground ♂", + "grunt_a_73": "Ice ♀", + "grunt_a_74": "Ice ♂", + "grunt_a_75": "Grunt ♀", + "grunt_a_76": "Grunt ♂", + "grunt_a_77": "Normal ♀", + "grunt_a_78": "Normal ♂", + "grunt_a_79": "Poison ♀", + "grunt_a_80": "Poison ♂", + "grunt_a_81": "Psychic ♀", + "grunt_a_82": "Psychic ♂", + "grunt_a_83": "Rock ♀", + "grunt_a_84": "Rock ♂", + "grunt_a_85": "Water ♀", + "grunt_a_86": "Water ♂", + "grunt_a_87": "Ghost ♀", + "grunt_a_88": "Ghost ♂", + "grunt_a_89": "Electric ♀", + "grunt_a_90": "Electric ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "Unknown", + "item_1": "Poké Ball", + "item_2": "Great Ball", + "item_3": "Ultra Ball", + "item_4": "Master Ball", + "item_5": "Premier Ball", + "item_6": "Beast Ball", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "Potion", + "item_102": "Super Potion", + "item_103": "Hyper Potion", + "item_104": "Max Potion", + "item_201": "Revive", + "item_202": "Max Revive", + "item_301": "Lucky Egg", + "item_401": "Incense", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "Mystery Box", + "item_406": "Daily Adventure Incense", + "item_407": "Coin Bag", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "Lure Module", + "item_502": "Glacial Lure Module", + "item_503": "Mossy Lure Module", + "item_504": "Magnetic Lure Module", + "item_505": "Rainy Lure Module", + "item_506": "Golden Lure Module", + "item_602": "X Attack", + "item_603": "X Defense", + "item_604": "UNDEFINED", + "item_650": "Zygarde Cell", + "item_651": "Zygarde Cube", + "item_701": "Razz Berry", + "item_702": "Bluk Berry", + "item_703": "Nanab Berry", + "item_704": "Wepear Berry", + "item_705": "Pinap Berry", + "item_706": "Golden Razz Berry", + "item_707": "Golden Nanab Berry", + "item_708": "Silver Pinap Berry", + "item_709": "Poffin", + "item_801": "Camera", + "item_802": "Stickers", + "item_803": "Postcard Book", + "item_901": "Incubator ∞", + "item_902": "Egg Incubator", + "item_903": "Super Incubator", + "item_1001": "Pokémon Storage", + "item_1002": "Item Bag", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "Sun Stone", + "item_1102": "King's Rock", + "item_1103": "Metal Coat", + "item_1104": "Dragon Scale", + "item_1105": "Upgrade", + "item_1106": "Sinnoh Stone", + "item_1107": "Unova Stone", + "item_1150": "Gimmighoul Coins", + "item_1201": "Fast TM", + "item_1202": "Charged TM", + "item_1203": "Elite Fast TM", + "item_1204": "Elite Charged TM", + "item_1250": "Meteorite", + "item_1301": "Rare Candy", + "item_1302": "Rare Candy XL", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "Raid Pass", + "item_1402": "Premium Battle Pass", + "item_1404": "Star Piece", + "item_1405": "Gift", + "item_1406": "Team Medallion", + "item_1408": "Remote Raid Pass", + "item_1409": "S Raid Ticket", + "item_1501": "Mysterious Component", + "item_1502": "Rocket Radar", + "item_1503": "Super Rocket Radar", + "item_1504": "Shadow Shard", + "item_1505": "Purified Gem", + "item_1506": "Max Particle", + "item_1507": "Max Particle Pack", + "item_1600": "Ticket", + "item_1601": "Ticket", + "item_1602": "Ticket", + "item_1603": "Ticket", + "item_1604": "Extra Ticket", + "item_1605": "Extra Ticket", + "item_1606": "GO Battle League Timed Research Pass", + "item_1607": "Ticket", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Safari Ticket: Seoul", + "item_1611": "Safari Ticket: Barcelona", + "item_1612": "Safari Ticket: Mexico City", + "item_1613": "Safari Ticket: Tainan", + "item_1614": "Ticket City Safari 04", + "item_1615": "Ticket", + "item_1616": "Ticket", + "item_1617": "Ticket", + "item_1618": "Ticket", + "item_1619": "Ticket", + "item_1620": "Ticket", + "item_1621": "Ticket", + "item_1622": "Ticket", + "item_1623": "Ticket", + "item_1624": "Ticket", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "Normal", + "lure_502": "Glacial", + "lure_503": "Mossy", + "lure_504": "Magnetic", + "lure_505": "Rainy", + "lure_506": "Golden", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "Unknown", + "move_1": "Thunder Shock", + "move_2": "Quick Attack", + "move_3": "Scratch", + "move_4": "Ember", + "move_5": "Vine Whip", + "move_6": "Tackle", + "move_7": "Razor Leaf", + "move_8": "Take Down", + "move_9": "Water Gun", + "move_10": "Bite", + "move_11": "Pound", + "move_12": "Double Slap", + "move_13": "Wrap", + "move_14": "Hyper Beam", + "move_15": "Lick", + "move_16": "Dark Pulse", + "move_17": "Smog", + "move_18": "Sludge", + "move_19": "Metal Claw", + "move_20": "Vise Grip", + "move_21": "Flame Wheel", + "move_22": "Megahorn", + "move_23": "Wing Attack", + "move_24": "Flamethrower", + "move_25": "Sucker Punch", + "move_26": "Dig", + "move_27": "Low Kick", + "move_28": "Cross Chop", + "move_29": "Psycho Cut", + "move_30": "Psybeam", + "move_31": "Earthquake", + "move_32": "Stone Edge", + "move_33": "Ice Punch", + "move_34": "Heart Stamp", + "move_35": "Discharge", + "move_36": "Flash Cannon", + "move_37": "Peck", + "move_38": "Drill Peck", + "move_39": "Ice Beam", + "move_40": "Blizzard", + "move_41": "Air Slash", + "move_42": "Heat Wave", + "move_43": "Twineedle", + "move_44": "Poison Jab", + "move_45": "Aerial Ace", + "move_46": "Drill Run", + "move_47": "Petal Blizzard", + "move_48": "Mega Drain", + "move_49": "Bug Buzz", + "move_50": "Poison Fang", + "move_51": "Night Slash", + "move_52": "Slash", + "move_53": "Bubble Beam", + "move_54": "Submission", + "move_55": "Karate Chop", + "move_56": "Low Sweep", + "move_57": "Aqua Jet", + "move_58": "Aqua Tail", + "move_59": "Seed Bomb", + "move_60": "Psyshock", + "move_61": "Rock Throw", + "move_62": "Ancient Power", + "move_63": "Rock Tomb", + "move_64": "Rock Slide", + "move_65": "Power Gem", + "move_66": "Shadow Sneak", + "move_67": "Shadow Punch", + "move_68": "Shadow Claw", + "move_69": "Ominous Wind", + "move_70": "Shadow Ball", + "move_71": "Bullet Punch", + "move_72": "Magnet Bomb", + "move_73": "Steel Wing", + "move_74": "Iron Head", + "move_75": "Parabolic Charge", + "move_76": "Spark", + "move_77": "Thunder Punch", + "move_78": "Thunder", + "move_79": "Thunderbolt", + "move_80": "Twister", + "move_81": "Dragon Breath", + "move_82": "Dragon Pulse", + "move_83": "Dragon Claw", + "move_84": "Disarming Voice", + "move_85": "Draining Kiss", + "move_86": "Dazzling Gleam", + "move_87": "Moonblast", + "move_88": "Play Rough", + "move_89": "Cross Poison", + "move_90": "Sludge Bomb", + "move_91": "Sludge Wave", + "move_92": "Gunk Shot", + "move_93": "Mud Shot", + "move_94": "Bone Club", + "move_95": "Bulldoze", + "move_96": "Mud Bomb", + "move_97": "Fury Cutter", + "move_98": "Bug Bite", + "move_99": "Signal Beam", + "move_100": "X-Scissor", + "move_101": "Flame Charge", + "move_102": "Flame Burst", + "move_103": "Fire Blast", + "move_104": "Brine", + "move_105": "Water Pulse", + "move_106": "Scald", + "move_107": "Hydro Pump", + "move_108": "Psychic", + "move_109": "Psystrike", + "move_110": "Ice Shard", + "move_111": "Icy Wind", + "move_112": "Frost Breath", + "move_113": "Absorb", + "move_114": "Giga Drain", + "move_115": "Fire Punch", + "move_116": "Solar Beam", + "move_117": "Leaf Blade", + "move_118": "Power Whip", + "move_119": "Splash", + "move_120": "Acid", + "move_121": "Air Cutter", + "move_122": "Hurricane", + "move_123": "Brick Break", + "move_124": "Cut", + "move_125": "Swift", + "move_126": "Horn Attack", + "move_127": "Stomp", + "move_128": "Headbutt", + "move_129": "Hyper Fang", + "move_130": "Slam", + "move_131": "Body Slam", + "move_132": "Rest", + "move_133": "Struggle", + "move_134": "Scald", + "move_135": "Hydro Pump", + "move_136": "Wrap", + "move_137": "Wrap", + "move_200": "Fury Cutter", + "move_201": "Bug Bite", + "move_202": "Bite", + "move_203": "Sucker Punch", + "move_204": "Dragon Breath", + "move_205": "Thunder Shock", + "move_206": "Spark", + "move_207": "Low Kick", + "move_208": "Karate Chop", + "move_209": "Ember", + "move_210": "Wing Attack", + "move_211": "Peck", + "move_212": "Lick", + "move_213": "Shadow Claw", + "move_214": "Vine Whip", + "move_215": "Razor Leaf", + "move_216": "Mud Shot", + "move_217": "Ice Shard", + "move_218": "Frost Breath", + "move_219": "Quick Attack", + "move_220": "Scratch", + "move_221": "Tackle", + "move_222": "Pound", + "move_223": "Cut", + "move_224": "Poison Jab", + "move_225": "Acid", + "move_226": "Psycho Cut", + "move_227": "Rock Throw", + "move_228": "Metal Claw", + "move_229": "Bullet Punch", + "move_230": "Water Gun", + "move_231": "Splash", + "move_232": "Water Gun", + "move_233": "Mud-Slap", + "move_234": "Zen Headbutt", + "move_235": "Confusion", + "move_236": "Poison Sting", + "move_237": "Bubble", + "move_238": "Feint Attack", + "move_239": "Steel Wing", + "move_240": "Fire Fang", + "move_241": "Rock Smash", + "move_242": "Transform", + "move_243": "Counter", + "move_244": "Powder Snow", + "move_245": "Close Combat", + "move_246": "Dynamic Punch", + "move_247": "Focus Blast", + "move_248": "Aurora Beam", + "move_249": "Charge Beam", + "move_250": "Volt Switch", + "move_251": "Wild Charge", + "move_252": "Zap Cannon", + "move_253": "Dragon Tail", + "move_254": "Avalanche", + "move_255": "Air Slash", + "move_256": "Brave Bird", + "move_257": "Sky Attack", + "move_258": "Sand Tomb", + "move_259": "Rock Blast", + "move_260": "Infestation", + "move_261": "Struggle Bug", + "move_262": "Silver Wind", + "move_263": "Astonish", + "move_264": "Hex", + "move_265": "Night Shade", + "move_266": "Iron Tail", + "move_267": "Gyro Ball", + "move_268": "Heavy Slam", + "move_269": "Fire Spin", + "move_270": "Overheat", + "move_271": "Bullet Seed", + "move_272": "Grass Knot", + "move_273": "Energy Ball", + "move_274": "Extrasensory", + "move_275": "Future Sight", + "move_276": "Mirror Coat", + "move_277": "Outrage", + "move_278": "Snarl", + "move_279": "Crunch", + "move_280": "Foul Play", + "move_281": "Hidden Power", + "move_282": "Take Down", + "move_283": "Waterfall", + "move_284": "Surf", + "move_285": "Draco Meteor", + "move_286": "Doom Desire", + "move_287": "Yawn", + "move_288": "Psycho Boost", + "move_289": "Origin Pulse", + "move_290": "Precipice Blades", + "move_291": "Present", + "move_292": "Weather Ball", + "move_293": "Weather Ball", + "move_294": "Weather Ball", + "move_295": "Weather Ball", + "move_296": "Frenzy Plant", + "move_297": "Smack Down", + "move_298": "Blast Burn", + "move_299": "Hydro Cannon", + "move_300": "Last Resort", + "move_301": "Meteor Mash", + "move_302": "Skull Bash", + "move_303": "Acid Spray", + "move_304": "Earth Power", + "move_305": "Crabhammer", + "move_306": "Lunge", + "move_307": "Crush Claw", + "move_308": "Octazooka", + "move_309": "Mirror Shot", + "move_310": "Superpower", + "move_311": "Fell Stinger", + "move_312": "Leaf Tornado", + "move_313": "Leech Life", + "move_314": "Drain Punch", + "move_315": "Shadow Bone", + "move_316": "Muddy Water", + "move_317": "Blaze Kick", + "move_318": "Razor Shell", + "move_319": "Power-Up Punch", + "move_320": "Charm", + "move_321": "Giga Impact", + "move_322": "Frustration", + "move_323": "Return", + "move_324": "Synchronoise", + "move_325": "Lock-On", + "move_326": "Thunder Fang", + "move_327": "Ice Fang", + "move_328": "Horn Drill", + "move_329": "Fissure", + "move_330": "Sacred Sword", + "move_331": "Flying Press", + "move_332": "Aura Sphere", + "move_333": "Payback", + "move_334": "Rock Wrecker", + "move_335": "Aeroblast", + "move_336": "Techno Blast", + "move_337": "Techno Blast", + "move_338": "Techno Blast", + "move_339": "Techno Blast", + "move_340": "Techno Blast", + "move_341": "Fly", + "move_342": "V-create", + "move_343": "Leaf Storm", + "move_344": "Tri Attack", + "move_345": "Gust", + "move_346": "Incinerate", + "move_347": "Dark Void", + "move_348": "Feather Dance", + "move_349": "Fiery Dance", + "move_350": "Fairy Wind", + "move_351": "Relic Song", + "move_352": "Weather Ball", + "move_353": "Psychic Fangs", + "move_354": "Hyperspace Fury", + "move_355": "Hyperspace Hole", + "move_356": "Double Kick", + "move_357": "Magical Leaf", + "move_358": "Sacred Fire", + "move_359": "Icicle Spear", + "move_360": "Aeroblast+", + "move_361": "Aeroblast++", + "move_362": "Sacred Fire+", + "move_363": "Sacred Fire++", + "move_364": "Acrobatics", + "move_365": "Luster Purge", + "move_366": "Mist Ball", + "move_367": "Brutal Swing", + "move_368": "Rollout", + "move_369": "Seed Flare", + "move_370": "Obstruct", + "move_371": "Shadow Force", + "move_372": "Meteor Beam", + "move_373": "Water Shuriken", + "move_374": "Fusion Bolt", + "move_375": "Fusion Flare", + "move_376": "Poltergeist", + "move_377": "High Horsepower", + "move_378": "Glaciate", + "move_379": "Breaking Swipe", + "move_380": "Boomburst", + "move_381": "Double Iron Bash", + "move_382": "Mystical Fire", + "move_383": "Liquidation", + "move_384": "Dragon Ascent", + "move_385": "Leafage", + "move_386": "Magma Storm", + "move_387": "Geomancy", + "move_388": "Spacial Rend", + "move_389": "Oblivion Wing", + "move_390": "Nature’s Madness", + "move_391": "Triple Axel", + "move_392": "Trailblaze", + "move_393": "Scorching Sands", + "move_394": "Roar of Time", + "move_395": "Bleakwind Storm", + "move_396": "Sandsear Storm", + "move_397": "Wildbolt Storm", + "move_398": "Spirit Shackle", + "move_399": "Volt Tackle", + "move_400": "Darkest Lariat", + "move_401": "Psywave", + "move_402": "Metal Sound", + "move_403": "Sand Attack", + "move_404": "Sunsteel Strike", + "move_405": "Moongeist Beam", + "move_406": "Aura Wheel", + "move_407": "Aura Wheel", + "move_408": "High Jump Kick", + "move_409": "Max Flare", + "move_410": "Max Flutterby", + "move_411": "Max Lightning", + "move_412": "Max Strike", + "move_413": "Max Knuckle", + "move_414": "Max Phantasm", + "move_415": "Max Hailstorm", + "move_416": "Max Ooze", + "move_417": "Max Geyser", + "move_418": "Max Airstream", + "move_419": "Max Starfall", + "move_420": "Max Wyrmwind", + "move_421": "Max Mindstorm", + "move_422": "Max Rockfall", + "move_423": "Max Quake", + "move_424": "Max Darkness", + "move_425": "Max Overgrowth", + "move_426": "Max Steelspike", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "Force Palm", + "move_463": "Sparkling Aria", + "poke_0": "Substitute", + "poke_1": "Bulbasaur", + "poke_2": "Ivysaur", + "poke_3": "Venusaur", + "poke_3_e1": "Mega Venusaur", + "poke_4": "Charmander", + "poke_5": "Charmeleon", + "poke_6": "Charizard", + "poke_6_e2": "Mega Charizard X", + "poke_6_e3": "Mega Charizard Y", + "poke_7": "Squirtle", + "poke_8": "Wartortle", + "poke_9": "Blastoise", + "poke_9_e1": "Mega Blastoise", + "poke_10": "Caterpie", + "poke_11": "Metapod", + "poke_12": "Butterfree", + "poke_13": "Weedle", + "poke_14": "Kakuna", + "poke_15": "Beedrill", + "poke_15_e1": "Mega Beedrill", + "poke_16": "Pidgey", + "poke_17": "Pidgeotto", + "poke_18": "Pidgeot", + "poke_18_e1": "Mega Pidgeot", + "poke_19": "Rattata", + "poke_20": "Raticate", + "poke_21": "Spearow", + "poke_22": "Fearow", + "poke_23": "Ekans", + "poke_24": "Arbok", + "poke_25": "Pikachu", + "poke_26": "Raichu", + "poke_27": "Sandshrew", + "poke_28": "Sandslash", + "poke_29": "Nidoran♀", + "poke_30": "Nidorina", + "poke_31": "Nidoqueen", + "poke_32": "Nidoran♂", + "poke_33": "Nidorino", + "poke_34": "Nidoking", + "poke_35": "Clefairy", + "poke_36": "Clefable", + "poke_37": "Vulpix", + "poke_38": "Ninetales", + "poke_39": "Jigglypuff", + "poke_40": "Wigglytuff", + "poke_41": "Zubat", + "poke_42": "Golbat", + "poke_43": "Oddish", + "poke_44": "Gloom", + "poke_45": "Vileplume", + "poke_46": "Paras", + "poke_47": "Parasect", + "poke_48": "Venonat", + "poke_49": "Venomoth", + "poke_50": "Diglett", + "poke_51": "Dugtrio", + "poke_52": "Meowth", + "poke_53": "Persian", + "poke_54": "Psyduck", + "poke_55": "Golduck", + "poke_56": "Mankey", + "poke_57": "Primeape", + "poke_58": "Growlithe", + "poke_59": "Arcanine", + "poke_60": "Poliwag", + "poke_61": "Poliwhirl", + "poke_62": "Poliwrath", + "poke_63": "Abra", + "poke_64": "Kadabra", + "poke_65": "Alakazam", + "poke_65_e1": "Mega Alakazam", + "poke_66": "Machop", + "poke_67": "Machoke", + "poke_68": "Machamp", + "poke_69": "Bellsprout", + "poke_70": "Weepinbell", + "poke_71": "Victreebel", + "poke_72": "Tentacool", + "poke_73": "Tentacruel", + "poke_74": "Geodude", + "poke_75": "Graveler", + "poke_76": "Golem", + "poke_77": "Ponyta", + "poke_78": "Rapidash", + "poke_79": "Slowpoke", + "poke_80": "Slowbro", + "poke_80_e1": "Mega Slowbro", + "poke_81": "Magnemite", + "poke_82": "Magneton", + "poke_83": "Farfetch'd", + "poke_84": "Doduo", + "poke_85": "Dodrio", + "poke_86": "Seel", + "poke_87": "Dewgong", + "poke_88": "Grimer", + "poke_89": "Muk", + "poke_90": "Shellder", + "poke_91": "Cloyster", + "poke_92": "Gastly", + "poke_93": "Haunter", + "poke_94": "Gengar", + "poke_94_e1": "Mega Gengar", + "poke_95": "Onix", + "poke_96": "Drowzee", + "poke_97": "Hypno", + "poke_98": "Krabby", + "poke_99": "Kingler", + "poke_100": "Voltorb", + "poke_101": "Electrode", + "poke_102": "Exeggcute", + "poke_103": "Exeggutor", + "poke_104": "Cubone", + "poke_105": "Marowak", + "poke_106": "Hitmonlee", + "poke_107": "Hitmonchan", + "poke_108": "Lickitung", + "poke_109": "Koffing", + "poke_110": "Weezing", + "poke_111": "Rhyhorn", + "poke_112": "Rhydon", + "poke_113": "Chansey", + "poke_114": "Tangela", + "poke_115": "Kangaskhan", + "poke_115_e1": "Mega Kangaskhan", + "poke_116": "Horsea", + "poke_117": "Seadra", + "poke_118": "Goldeen", + "poke_119": "Seaking", + "poke_120": "Staryu", + "poke_121": "Starmie", + "poke_122": "Mr. Mime", + "poke_123": "Scyther", + "poke_124": "Jynx", + "poke_125": "Electabuzz", + "poke_126": "Magmar", + "poke_127": "Pinsir", + "poke_127_e1": "Mega Pinsir", + "poke_128": "Tauros", + "poke_129": "Magikarp", + "poke_130": "Gyarados", + "poke_130_e1": "Mega Gyarados", + "poke_131": "Lapras", + "poke_132": "Ditto", + "poke_133": "Eevee", + "poke_134": "Vaporeon", + "poke_135": "Jolteon", + "poke_136": "Flareon", + "poke_137": "Porygon", + "poke_138": "Omanyte", + "poke_139": "Omastar", + "poke_140": "Kabuto", + "poke_141": "Kabutops", + "poke_142": "Aerodactyl", + "poke_142_e1": "Mega Aerodactyl", + "poke_143": "Snorlax", + "poke_144": "Articuno", + "poke_145": "Zapdos", + "poke_146": "Moltres", + "poke_147": "Dratini", + "poke_148": "Dragonair", + "poke_149": "Dragonite", + "poke_150": "Mewtwo", + "poke_150_e2": "Mega Mewtwo X", + "poke_150_e3": "Mega Mewtwo Y", + "poke_151": "Mew", + "poke_152": "Chikorita", + "poke_153": "Bayleef", + "poke_154": "Meganium", + "poke_155": "Cyndaquil", + "poke_156": "Quilava", + "poke_157": "Typhlosion", + "poke_158": "Totodile", + "poke_159": "Croconaw", + "poke_160": "Feraligatr", + "poke_161": "Sentret", + "poke_162": "Furret", + "poke_163": "Hoothoot", + "poke_164": "Noctowl", + "poke_165": "Ledyba", + "poke_166": "Ledian", + "poke_167": "Spinarak", + "poke_168": "Ariados", + "poke_169": "Crobat", + "poke_170": "Chinchou", + "poke_171": "Lanturn", + "poke_172": "Pichu", + "poke_173": "Cleffa", + "poke_174": "Igglybuff", + "poke_175": "Togepi", + "poke_176": "Togetic", + "poke_177": "Natu", + "poke_178": "Xatu", + "poke_179": "Mareep", + "poke_180": "Flaaffy", + "poke_181": "Ampharos", + "poke_181_e1": "Mega Ampharos", + "poke_182": "Bellossom", + "poke_183": "Marill", + "poke_184": "Azumarill", + "poke_185": "Sudowoodo", + "poke_186": "Politoed", + "poke_187": "Hoppip", + "poke_188": "Skiploom", + "poke_189": "Jumpluff", + "poke_190": "Aipom", + "poke_191": "Sunkern", + "poke_192": "Sunflora", + "poke_193": "Yanma", + "poke_194": "Wooper", + "poke_195": "Quagsire", + "poke_196": "Espeon", + "poke_197": "Umbreon", + "poke_198": "Murkrow", + "poke_199": "Slowking", + "poke_200": "Misdreavus", + "poke_201": "Unown", + "poke_202": "Wobbuffet", + "poke_203": "Girafarig", + "poke_204": "Pineco", + "poke_205": "Forretress", + "poke_206": "Dunsparce", + "poke_207": "Gligar", + "poke_208": "Steelix", + "poke_208_e1": "Mega Steelix", + "poke_209": "Snubbull", + "poke_210": "Granbull", + "poke_211": "Qwilfish", + "poke_212": "Scizor", + "poke_212_e1": "Mega Scizor", + "poke_213": "Shuckle", + "poke_214": "Heracross", + "poke_214_e1": "Mega Heracross", + "poke_215": "Sneasel", + "poke_216": "Teddiursa", + "poke_217": "Ursaring", + "poke_218": "Slugma", + "poke_219": "Magcargo", + "poke_220": "Swinub", + "poke_221": "Piloswine", + "poke_222": "Corsola", + "poke_223": "Remoraid", + "poke_224": "Octillery", + "poke_225": "Delibird", + "poke_226": "Mantine", + "poke_227": "Skarmory", + "poke_228": "Houndour", + "poke_229": "Houndoom", + "poke_229_e1": "Mega Houndoom", + "poke_230": "Kingdra", + "poke_231": "Phanpy", + "poke_232": "Donphan", + "poke_233": "Porygon2", + "poke_234": "Stantler", + "poke_235": "Smeargle", + "poke_236": "Tyrogue", + "poke_237": "Hitmontop", + "poke_238": "Smoochum", + "poke_239": "Elekid", + "poke_240": "Magby", + "poke_241": "Miltank", + "poke_242": "Blissey", + "poke_243": "Raikou", + "poke_244": "Entei", + "poke_245": "Suicune", + "poke_246": "Larvitar", + "poke_247": "Pupitar", + "poke_248": "Tyranitar", + "poke_248_e1": "Mega Tyranitar", + "poke_249": "Lugia", + "poke_250": "Ho-Oh", + "poke_251": "Celebi", + "poke_252": "Treecko", + "poke_253": "Grovyle", + "poke_254": "Sceptile", + "poke_254_e1": "Mega Sceptile", + "poke_255": "Torchic", + "poke_256": "Combusken", + "poke_257": "Blaziken", + "poke_257_e1": "Mega Blaziken", + "poke_258": "Mudkip", + "poke_259": "Marshtomp", + "poke_260": "Swampert", + "poke_260_e1": "Mega Swampert", + "poke_261": "Poochyena", + "poke_262": "Mightyena", + "poke_263": "Zigzagoon", + "poke_264": "Linoone", + "poke_265": "Wurmple", + "poke_266": "Silcoon", + "poke_267": "Beautifly", + "poke_268": "Cascoon", + "poke_269": "Dustox", + "poke_270": "Lotad", + "poke_271": "Lombre", + "poke_272": "Ludicolo", + "poke_273": "Seedot", + "poke_274": "Nuzleaf", + "poke_275": "Shiftry", + "poke_276": "Taillow", + "poke_277": "Swellow", + "poke_278": "Wingull", + "poke_279": "Pelipper", + "poke_280": "Ralts", + "poke_281": "Kirlia", + "poke_282": "Gardevoir", + "poke_282_e1": "Mega Gardevoir", + "poke_283": "Surskit", + "poke_284": "Masquerain", + "poke_285": "Shroomish", + "poke_286": "Breloom", + "poke_287": "Slakoth", + "poke_288": "Vigoroth", + "poke_289": "Slaking", + "poke_290": "Nincada", + "poke_291": "Ninjask", + "poke_292": "Shedinja", + "poke_293": "Whismur", + "poke_294": "Loudred", + "poke_295": "Exploud", + "poke_296": "Makuhita", + "poke_297": "Hariyama", + "poke_298": "Azurill", + "poke_299": "Nosepass", + "poke_300": "Skitty", + "poke_301": "Delcatty", + "poke_302": "Sableye", + "poke_302_e1": "Mega Sableye", + "poke_303": "Mawile", + "poke_303_e1": "Mega Mawile", + "poke_304": "Aron", + "poke_305": "Lairon", + "poke_306": "Aggron", + "poke_306_e1": "Mega Aggron", + "poke_307": "Meditite", + "poke_308": "Medicham", + "poke_308_e1": "Mega Medicham", + "poke_309": "Electrike", + "poke_310": "Manectric", + "poke_310_e1": "Mega Manectric", + "poke_311": "Plusle", + "poke_312": "Minun", + "poke_313": "Volbeat", + "poke_314": "Illumise", + "poke_315": "Roselia", + "poke_316": "Gulpin", + "poke_317": "Swalot", + "poke_318": "Carvanha", + "poke_319": "Sharpedo", + "poke_319_e1": "Mega Sharpedo", + "poke_320": "Wailmer", + "poke_321": "Wailord", + "poke_322": "Numel", + "poke_323": "Camerupt", + "poke_323_e1": "Mega Camerupt", + "poke_324": "Torkoal", + "poke_325": "Spoink", + "poke_326": "Grumpig", + "poke_327": "Spinda", + "poke_328": "Trapinch", + "poke_329": "Vibrava", + "poke_330": "Flygon", + "poke_331": "Cacnea", + "poke_332": "Cacturne", + "poke_333": "Swablu", + "poke_334": "Altaria", + "poke_334_e1": "Mega Altaria", + "poke_335": "Zangoose", + "poke_336": "Seviper", + "poke_337": "Lunatone", + "poke_338": "Solrock", + "poke_339": "Barboach", + "poke_340": "Whiscash", + "poke_341": "Corphish", + "poke_342": "Crawdaunt", + "poke_343": "Baltoy", + "poke_344": "Claydol", + "poke_345": "Lileep", + "poke_346": "Cradily", + "poke_347": "Anorith", + "poke_348": "Armaldo", + "poke_349": "Feebas", + "poke_350": "Milotic", + "poke_351": "Castform", + "poke_352": "Kecleon", + "poke_353": "Shuppet", + "poke_354": "Banette", + "poke_354_e1": "Mega Banette", + "poke_355": "Duskull", + "poke_356": "Dusclops", + "poke_357": "Tropius", + "poke_358": "Chimecho", + "poke_359": "Absol", + "poke_359_e1": "Mega Absol", + "poke_360": "Wynaut", + "poke_361": "Snorunt", + "poke_362": "Glalie", + "poke_362_e1": "Mega Glalie", + "poke_363": "Spheal", + "poke_364": "Sealeo", + "poke_365": "Walrein", + "poke_366": "Clamperl", + "poke_367": "Huntail", + "poke_368": "Gorebyss", + "poke_369": "Relicanth", + "poke_370": "Luvdisc", + "poke_371": "Bagon", + "poke_372": "Shelgon", + "poke_373": "Salamence", + "poke_373_e1": "Mega Salamence", + "poke_374": "Beldum", + "poke_375": "Metang", + "poke_376": "Metagross", + "poke_376_e1": "Mega Metagross", + "poke_377": "Regirock", + "poke_378": "Regice", + "poke_379": "Registeel", + "poke_380": "Latias", + "poke_380_e1": "Mega Latias", + "poke_381": "Latios", + "poke_381_e1": "Mega Latios", + "poke_382": "Kyogre", + "poke_383": "Groudon", + "poke_384": "Rayquaza", + "poke_384_e1": "Mega Rayquaza", + "poke_385": "Jirachi", + "poke_386": "Deoxys", + "poke_387": "Turtwig", + "poke_388": "Grotle", + "poke_389": "Torterra", + "poke_390": "Chimchar", + "poke_391": "Monferno", + "poke_392": "Infernape", + "poke_393": "Piplup", + "poke_394": "Prinplup", + "poke_395": "Empoleon", + "poke_396": "Starly", + "poke_397": "Staravia", + "poke_398": "Staraptor", + "poke_399": "Bidoof", + "poke_400": "Bibarel", + "poke_401": "Kricketot", + "poke_402": "Kricketune", + "poke_403": "Shinx", + "poke_404": "Luxio", + "poke_405": "Luxray", + "poke_406": "Budew", + "poke_407": "Roserade", + "poke_408": "Cranidos", + "poke_409": "Rampardos", + "poke_410": "Shieldon", + "poke_411": "Bastiodon", + "poke_412": "Burmy", + "poke_413": "Wormadam", + "poke_414": "Mothim", + "poke_415": "Combee", + "poke_416": "Vespiquen", + "poke_417": "Pachirisu", + "poke_418": "Buizel", + "poke_419": "Floatzel", + "poke_420": "Cherubi", + "poke_421": "Cherrim", + "poke_422": "Shellos", + "poke_423": "Gastrodon", + "poke_424": "Ambipom", + "poke_425": "Drifloon", + "poke_426": "Drifblim", + "poke_427": "Buneary", + "poke_428": "Lopunny", + "poke_428_e1": "Mega Lopunny", + "poke_429": "Mismagius", + "poke_430": "Honchkrow", + "poke_431": "Glameow", + "poke_432": "Purugly", + "poke_433": "Chingling", + "poke_434": "Stunky", + "poke_435": "Skuntank", + "poke_436": "Bronzor", + "poke_437": "Bronzong", + "poke_438": "Bonsly", + "poke_439": "Mime Jr.", + "poke_440": "Happiny", + "poke_441": "Chatot", + "poke_442": "Spiritomb", + "poke_443": "Gible", + "poke_444": "Gabite", + "poke_445": "Garchomp", + "poke_445_e1": "Mega Garchomp", + "poke_446": "Munchlax", + "poke_447": "Riolu", + "poke_448": "Lucario", + "poke_448_e1": "Mega Lucario", + "poke_449": "Hippopotas", + "poke_450": "Hippowdon", + "poke_451": "Skorupi", + "poke_452": "Drapion", + "poke_453": "Croagunk", + "poke_454": "Toxicroak", + "poke_455": "Carnivine", + "poke_456": "Finneon", + "poke_457": "Lumineon", + "poke_458": "Mantyke", + "poke_459": "Snover", + "poke_460": "Abomasnow", + "poke_460_e1": "Mega Abomasnow", + "poke_461": "Weavile", + "poke_462": "Magnezone", + "poke_463": "Lickilicky", + "poke_464": "Rhyperior", + "poke_465": "Tangrowth", + "poke_466": "Electivire", + "poke_467": "Magmortar", + "poke_468": "Togekiss", + "poke_469": "Yanmega", + "poke_470": "Leafeon", + "poke_471": "Glaceon", + "poke_472": "Gliscor", + "poke_473": "Mamoswine", + "poke_474": "Porygon-Z", + "poke_475": "Gallade", + "poke_475_e1": "Mega Gallade", + "poke_476": "Probopass", + "poke_477": "Dusknoir", + "poke_478": "Froslass", + "poke_479": "Rotom", + "poke_480": "Uxie", + "poke_481": "Mesprit", + "poke_482": "Azelf", + "poke_483": "Dialga", + "poke_484": "Palkia", + "poke_485": "Heatran", + "poke_486": "Regigigas", + "poke_487": "Giratina", + "poke_488": "Cresselia", + "poke_489": "Phione", + "poke_490": "Manaphy", + "poke_491": "Darkrai", + "poke_492": "Shaymin", + "poke_493": "Arceus", + "poke_494": "Victini", + "poke_495": "Snivy", + "poke_496": "Servine", + "poke_497": "Serperior", + "poke_498": "Tepig", + "poke_499": "Pignite", + "poke_500": "Emboar", + "poke_501": "Oshawott", + "poke_502": "Dewott", + "poke_503": "Samurott", + "poke_504": "Patrat", + "poke_505": "Watchog", + "poke_506": "Lillipup", + "poke_507": "Herdier", + "poke_508": "Stoutland", + "poke_509": "Purrloin", + "poke_510": "Liepard", + "poke_511": "Pansage", + "poke_512": "Simisage", + "poke_513": "Pansear", + "poke_514": "Simisear", + "poke_515": "Panpour", + "poke_516": "Simipour", + "poke_517": "Munna", + "poke_518": "Musharna", + "poke_519": "Pidove", + "poke_520": "Tranquill", + "poke_521": "Unfezant", + "poke_522": "Blitzle", + "poke_523": "Zebstrika", + "poke_524": "Roggenrola", + "poke_525": "Boldore", + "poke_526": "Gigalith", + "poke_527": "Woobat", + "poke_528": "Swoobat", + "poke_529": "Drilbur", + "poke_530": "Excadrill", + "poke_531": "Audino", + "poke_531_e1": "Mega Audino", + "poke_532": "Timburr", + "poke_533": "Gurdurr", + "poke_534": "Conkeldurr", + "poke_535": "Tympole", + "poke_536": "Palpitoad", + "poke_537": "Seismitoad", + "poke_538": "Throh", + "poke_539": "Sawk", + "poke_540": "Sewaddle", + "poke_541": "Swadloon", + "poke_542": "Leavanny", + "poke_543": "Venipede", + "poke_544": "Whirlipede", + "poke_545": "Scolipede", + "poke_546": "Cottonee", + "poke_547": "Whimsicott", + "poke_548": "Petilil", + "poke_549": "Lilligant", + "poke_550": "Basculin", + "poke_551": "Sandile", + "poke_552": "Krokorok", + "poke_553": "Krookodile", + "poke_554": "Darumaka", + "poke_555": "Darmanitan", + "poke_556": "Maractus", + "poke_557": "Dwebble", + "poke_558": "Crustle", + "poke_559": "Scraggy", + "poke_560": "Scrafty", + "poke_561": "Sigilyph", + "poke_562": "Yamask", + "poke_563": "Cofagrigus", + "poke_564": "Tirtouga", + "poke_565": "Carracosta", + "poke_566": "Archen", + "poke_567": "Archeops", + "poke_568": "Trubbish", + "poke_569": "Garbodor", + "poke_570": "Zorua", + "poke_571": "Zoroark", + "poke_572": "Minccino", + "poke_573": "Cinccino", + "poke_574": "Gothita", + "poke_575": "Gothorita", + "poke_576": "Gothitelle", + "poke_577": "Solosis", + "poke_578": "Duosion", + "poke_579": "Reuniclus", + "poke_580": "Ducklett", + "poke_581": "Swanna", + "poke_582": "Vanillite", + "poke_583": "Vanillish", + "poke_584": "Vanilluxe", + "poke_585": "Deerling", + "poke_586": "Sawsbuck", + "poke_587": "Emolga", + "poke_588": "Karrablast", + "poke_589": "Escavalier", + "poke_590": "Foongus", + "poke_591": "Amoonguss", + "poke_592": "Frillish", + "poke_593": "Jellicent", + "poke_594": "Alomomola", + "poke_595": "Joltik", + "poke_596": "Galvantula", + "poke_597": "Ferroseed", + "poke_598": "Ferrothorn", + "poke_599": "Klink", + "poke_600": "Klang", + "poke_601": "Klinklang", + "poke_602": "Tynamo", + "poke_603": "Eelektrik", + "poke_604": "Eelektross", + "poke_605": "Elgyem", + "poke_606": "Beheeyem", + "poke_607": "Litwick", + "poke_608": "Lampent", + "poke_609": "Chandelure", + "poke_610": "Axew", + "poke_611": "Fraxure", + "poke_612": "Haxorus", + "poke_613": "Cubchoo", + "poke_614": "Beartic", + "poke_615": "Cryogonal", + "poke_616": "Shelmet", + "poke_617": "Accelgor", + "poke_618": "Stunfisk", + "poke_619": "Mienfoo", + "poke_620": "Mienshao", + "poke_621": "Druddigon", + "poke_622": "Golett", + "poke_623": "Golurk", + "poke_624": "Pawniard", + "poke_625": "Bisharp", + "poke_626": "Bouffalant", + "poke_627": "Rufflet", + "poke_628": "Braviary", + "poke_629": "Vullaby", + "poke_630": "Mandibuzz", + "poke_631": "Heatmor", + "poke_632": "Durant", + "poke_633": "Deino", + "poke_634": "Zweilous", + "poke_635": "Hydreigon", + "poke_636": "Larvesta", + "poke_637": "Volcarona", + "poke_638": "Cobalion", + "poke_639": "Terrakion", + "poke_640": "Virizion", + "poke_641": "Tornadus", + "poke_642": "Thundurus", + "poke_643": "Reshiram", + "poke_644": "Zekrom", + "poke_645": "Landorus", + "poke_646": "Kyurem", + "poke_647": "Keldeo", + "poke_648": "Meloetta", + "poke_649": "Genesect", + "poke_650": "Chespin", + "poke_651": "Quilladin", + "poke_652": "Chesnaught", + "poke_653": "Fennekin", + "poke_654": "Braixen", + "poke_655": "Delphox", + "poke_656": "Froakie", + "poke_657": "Frogadier", + "poke_658": "Greninja", + "poke_659": "Bunnelby", + "poke_660": "Diggersby", + "poke_661": "Fletchling", + "poke_662": "Fletchinder", + "poke_663": "Talonflame", + "poke_664": "Scatterbug", + "poke_665": "Spewpa", + "poke_666": "Vivillon", + "poke_667": "Litleo", + "poke_668": "Pyroar", + "poke_669": "Flabébé", + "poke_670": "Floette", + "poke_671": "Florges", + "poke_672": "Skiddo", + "poke_673": "Gogoat", + "poke_674": "Pancham", + "poke_675": "Pangoro", + "poke_676": "Furfrou", + "poke_677": "Espurr", + "poke_678": "Meowstic", + "poke_679": "Honedge", + "poke_680": "Doublade", + "poke_681": "Aegislash", + "poke_682": "Spritzee", + "poke_683": "Aromatisse", + "poke_684": "Swirlix", + "poke_685": "Slurpuff", + "poke_686": "Inkay", + "poke_687": "Malamar", + "poke_688": "Binacle", + "poke_689": "Barbaracle", + "poke_690": "Skrelp", + "poke_691": "Dragalge", + "poke_692": "Clauncher", + "poke_693": "Clawitzer", + "poke_694": "Helioptile", + "poke_695": "Heliolisk", + "poke_696": "Tyrunt", + "poke_697": "Tyrantrum", + "poke_698": "Amaura", + "poke_699": "Aurorus", + "poke_700": "Sylveon", + "poke_701": "Hawlucha", + "poke_702": "Dedenne", + "poke_703": "Carbink", + "poke_704": "Goomy", + "poke_705": "Sliggoo", + "poke_706": "Goodra", + "poke_707": "Klefki", + "poke_708": "Phantump", + "poke_709": "Trevenant", + "poke_710": "Pumpkaboo", + "poke_711": "Gourgeist", + "poke_712": "Bergmite", + "poke_713": "Avalugg", + "poke_714": "Noibat", + "poke_715": "Noivern", + "poke_716": "Xerneas", + "poke_717": "Yveltal", + "poke_718": "Zygarde", + "poke_719": "Diancie", + "poke_719_e1": "Mega Diancie", + "poke_720": "Hoopa", + "poke_721": "Volcanion", + "poke_722": "Rowlet", + "poke_723": "Dartrix", + "poke_724": "Decidueye", + "poke_725": "Litten", + "poke_726": "Torracat", + "poke_727": "Incineroar", + "poke_728": "Popplio", + "poke_729": "Brionne", + "poke_730": "Primarina", + "poke_731": "Pikipek", + "poke_732": "Trumbeak", + "poke_733": "Toucannon", + "poke_734": "Yungoos", + "poke_735": "Gumshoos", + "poke_736": "Grubbin", + "poke_737": "Charjabug", + "poke_738": "Vikavolt", + "poke_739": "Crabrawler", + "poke_740": "Crabominable", + "poke_741": "Oricorio", + "poke_742": "Cutiefly", + "poke_743": "Ribombee", + "poke_744": "Rockruff", + "poke_745": "Lycanroc", + "poke_746": "Wishiwashi", + "poke_747": "Mareanie", + "poke_748": "Toxapex", + "poke_749": "Mudbray", + "poke_750": "Mudsdale", + "poke_751": "Dewpider", + "poke_752": "Araquanid", + "poke_753": "Fomantis", + "poke_754": "Lurantis", + "poke_755": "Morelull", + "poke_756": "Shiinotic", + "poke_757": "Salandit", + "poke_758": "Salazzle", + "poke_759": "Stufful", + "poke_760": "Bewear", + "poke_761": "Bounsweet", + "poke_762": "Steenee", + "poke_763": "Tsareena", + "poke_764": "Comfey", + "poke_765": "Oranguru", + "poke_766": "Passimian", + "poke_767": "Wimpod", + "poke_768": "Golisopod", + "poke_769": "Sandygast", + "poke_770": "Palossand", + "poke_771": "Pyukumuku", + "poke_772": "Type: Null", + "poke_773": "Silvally", + "poke_774": "Minior", + "poke_775": "Komala", + "poke_776": "Turtonator", + "poke_777": "Togedemaru", + "poke_778": "Mimikyu", + "poke_779": "Bruxish", + "poke_780": "Drampa", + "poke_781": "Dhelmise", + "poke_782": "Jangmo-o", + "poke_783": "Hakamo-o", + "poke_784": "Kommo-o", + "poke_785": "Tapu Koko", + "poke_786": "Tapu Lele", + "poke_787": "Tapu Bulu", + "poke_788": "Tapu Fini", + "poke_789": "Cosmog", + "poke_790": "Cosmoem", + "poke_791": "Solgaleo", + "poke_792": "Lunala", + "poke_793": "Nihilego", + "poke_794": "Buzzwole", + "poke_795": "Pheromosa", + "poke_796": "Xurkitree", + "poke_797": "Celesteela", + "poke_798": "Kartana", + "poke_799": "Guzzlord", + "poke_800": "Necrozma", + "poke_801": "Magearna", + "poke_802": "Marshadow", + "poke_803": "Poipole", + "poke_804": "Naganadel", + "poke_805": "Stakataka", + "poke_806": "Blacephalon", + "poke_807": "Zeraora", + "poke_808": "Meltan", + "poke_809": "Melmetal", + "poke_810": "Grookey", + "poke_811": "Thwackey", + "poke_812": "Rillaboom", + "poke_813": "Scorbunny", + "poke_814": "Raboot", + "poke_815": "Cinderace", + "poke_816": "Sobble", + "poke_817": "Drizzile", + "poke_818": "Inteleon", + "poke_819": "Skwovet", + "poke_820": "Greedent", + "poke_821": "Rookidee", + "poke_822": "Corvisquire", + "poke_823": "Corviknight", + "poke_824": "Blipbug", + "poke_825": "Dottler", + "poke_826": "Orbeetle", + "poke_827": "Nickit", + "poke_828": "Thievul", + "poke_829": "Gossifleur", + "poke_830": "Eldegoss", + "poke_831": "Wooloo", + "poke_832": "Dubwool", + "poke_833": "Chewtle", + "poke_834": "Drednaw", + "poke_835": "Yamper", + "poke_836": "Boltund", + "poke_837": "Rolycoly", + "poke_838": "Carkol", + "poke_839": "Coalossal", + "poke_840": "Applin", + "poke_841": "Flapple", + "poke_842": "Appletun", + "poke_843": "Silicobra", + "poke_844": "Sandaconda", + "poke_845": "Cramorant", + "poke_846": "Arrokuda", + "poke_847": "Barraskewda", + "poke_848": "Toxel", + "poke_849": "Toxtricity", + "poke_850": "Sizzlipede", + "poke_851": "Centiskorch", + "poke_852": "Clobbopus", + "poke_853": "Grapploct", + "poke_854": "Sinistea", + "poke_855": "Polteageist", + "poke_856": "Hatenna", + "poke_857": "Hattrem", + "poke_858": "Hatterene", + "poke_859": "Impidimp", + "poke_860": "Morgrem", + "poke_861": "Grimmsnarl", + "poke_862": "Obstagoon", + "poke_863": "Perrserker", + "poke_864": "Cursola", + "poke_865": "Sirfetch'd", + "poke_866": "Mr. Rime", + "poke_867": "Runerigus", + "poke_868": "Milcery", + "poke_869": "Alcremie", + "poke_870": "Falinks", + "poke_871": "Pincurchin", + "poke_872": "Snom", + "poke_873": "Frosmoth", + "poke_874": "Stonjourner", + "poke_875": "Eiscue", + "poke_876": "Indeedee", + "poke_877": "Morpeko", + "poke_878": "Cufant", + "poke_879": "Copperajah", + "poke_880": "Dracozolt", + "poke_881": "Arctozolt", + "poke_882": "Dracovish", + "poke_883": "Arctovish", + "poke_884": "Duraludon", + "poke_885": "Dreepy", + "poke_886": "Drakloak", + "poke_887": "Dragapult", + "poke_888": "Zacian", + "poke_889": "Zamazenta", + "poke_890": "Eternatus", + "poke_891": "Kubfu", + "poke_892": "Urshifu", + "poke_893": "Zarude", + "poke_894": "Regieleki", + "poke_895": "Regidrago", + "poke_896": "Glastrier", + "poke_897": "Spectrier", + "poke_898": "Calyrex", + "poke_899": "Wyrdeer", + "poke_900": "Kleavor", + "poke_901": "Ursaluna", + "poke_902": "Basculegion", + "poke_903": "Sneasler", + "poke_904": "Overqwil", + "poke_905": "Enamorus", + "poke_906": "Sprigatito", + "poke_907": "Floragato", + "poke_908": "Meowscarada", + "poke_909": "Fuecoco", + "poke_910": "Crocalor", + "poke_911": "Skeledirge", + "poke_912": "Quaxly", + "poke_913": "Quaxwell", + "poke_914": "Quaquaval", + "poke_915": "Lechonk", + "poke_916": "Oinkologne", + "poke_917": "Tarountula", + "poke_918": "Spidops", + "poke_919": "Nymble", + "poke_920": "Lokix", + "poke_921": "Pawmi", + "poke_922": "Pawmo", + "poke_923": "Pawmot", + "poke_924": "Tandemaus", + "poke_925": "Maushold", + "poke_926": "Fidough", + "poke_927": "Dachsbun", + "poke_928": "Smoliv", + "poke_929": "Dolliv", + "poke_930": "Arboliva", + "poke_931": "Squawkabilly", + "poke_932": "Nacli", + "poke_933": "Naclstack", + "poke_934": "Garganacl", + "poke_935": "Charcadet", + "poke_936": "Armarouge", + "poke_937": "Ceruledge", + "poke_938": "Tadbulb", + "poke_939": "Bellibolt", + "poke_940": "Wattrel", + "poke_941": "Kilowattrel", + "poke_942": "Maschiff", + "poke_943": "Mabosstiff", + "poke_944": "Shroodle", + "poke_945": "Grafaiai", + "poke_946": "Bramblin", + "poke_947": "Brambleghast", + "poke_948": "Toedscool", + "poke_949": "Toedscruel", + "poke_950": "Klawf", + "poke_951": "Capsakid", + "poke_952": "Scovillain", + "poke_953": "Rellor", + "poke_954": "Rabsca", + "poke_955": "Flittle", + "poke_956": "Espathra", + "poke_957": "Tinkatink", + "poke_958": "Tinkatuff", + "poke_959": "Tinkaton", + "poke_960": "Wiglett", + "poke_961": "Wugtrio", + "poke_962": "Bombirdier", + "poke_963": "Finizen", + "poke_964": "Palafin", + "poke_965": "Varoom", + "poke_966": "Revavroom", + "poke_967": "Cyclizar", + "poke_968": "Orthworm", + "poke_969": "Glimmet", + "poke_970": "Glimmora", + "poke_971": "Greavard", + "poke_972": "Houndstone", + "poke_973": "Flamigo", + "poke_974": "Cetoddle", + "poke_975": "Cetitan", + "poke_976": "Veluza", + "poke_977": "Dondozo", + "poke_978": "Tatsugiri", + "poke_979": "Annihilape", + "poke_980": "Clodsire", + "poke_981": "Farigiraf", + "poke_982": "Dudunsparce", + "poke_983": "Kingambit", + "poke_984": "Great Tusk", + "poke_985": "Scream Tail", + "poke_986": "Brute Bonnet", + "poke_987": "Flutter Mane", + "poke_988": "Slither Wing", + "poke_989": "Sandy Shocks", + "poke_990": "Iron Treads", + "poke_991": "Iron Bundle", + "poke_992": "Iron Hands", + "poke_993": "Iron Jugulis", + "poke_994": "Iron Moth", + "poke_995": "Iron Thorns", + "poke_996": "Frigibax", + "poke_997": "Arctibax", + "poke_998": "Baxcalibur", + "poke_999": "Gimmighoul", + "poke_1000": "Gholdengo", + "poke_1001": "Wo-Chien", + "poke_1002": "Chien-Pao", + "poke_1003": "Ting-Lu", + "poke_1004": "Chi-Yu", + "poke_1005": "Roaring Moon", + "poke_1006": "Iron Valiant", + "poke_1007": "Koraidon", + "poke_1008": "Miraidon", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "None", + "poke_type_1": "Normal", + "poke_type_2": "Fighting", + "poke_type_3": "Flying", + "poke_type_4": "Poison", + "poke_type_5": "Ground", + "poke_type_6": "Rock", + "poke_type_7": "Bug", + "poke_type_8": "Ghost", + "poke_type_9": "Steel", + "poke_type_10": "Fire", + "poke_type_11": "Water", + "poke_type_12": "Grass", + "poke_type_13": "Electric", + "poke_type_14": "Psychic", + "poke_type_15": "Ice", + "poke_type_16": "Dragon", + "poke_type_17": "Dark", + "poke_type_18": "Fairy", + "purified": "Purified", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "Walk {{amount}} km with your buddy", + "quest_catch_type_dark_plural": "Catch {{amount}} Dark-type Pokémon", + "quest_catch_type_dragon_plural": "Catch {{amount}} Dragon-type Pokémon", + "quest_catch_type_poison_plural": "Catch {{amount}} Poison-type Pokémon", + "quest_catch_type_psychic_plural": "Catch {{amount}} Psychic-type Pokémon", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "Defeat {{amount}} Ghost-type Pokémon", + "quest_fight_type_ghost_psychic_plural": "Defeat {{amount}} Psychic- or Ghost-type Pokémon", + "quest_fight_type_psychic_plural": "Defeat {{amount}} Psychic-type Pokémon", + "quest_incense_singular": "Use an Incense", + "quest_land_excellent_plural": "Make {{amount}} Excellent Throws", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "Battle a team leader {{amount_0}} times", + "quest_title_challenge_2019_battle_trainer": "Battle another Trainer", + "quest_title_challenge_2019_battle_trainer_plural": "Battle another Trainer {{amount_0}} times", + "quest_title_challenge_2019_battle_trainer_win": "Win against another Trainer {{amount_0}} times", + "quest_title_challenge_2019_snapshot_eevee": "Take {{amount_0}} snapshots of Eevee", + "quest_title_challenge_2019_snapshot_loudred": "Take a snapshot of Loudred", + "quest_title_challenge_2019_snapshot_pkmn": "Take {{amount_0}} snapshots of Jirachi", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "Take {{amount_0}} snapshots of Fairy-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_flying": "Take {{amount_0}} snapshots of Flying-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "Take {{amount_0}} snapshots of Ghost-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_grass": "Take {{amount_0}} snapshots of Grass-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_ground": "Take {{amount_0}} snapshots of Ground-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_ice": "Take {{amount_0}} snapshots of Ice-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_normal": "Take {{amount_0}} snapshots of Normal-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "Take {{amount_0}} snapshots of Psychic-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Take {{amount_0}} snapshots of Psychic- or Steel-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_steel": "Take {{amount_0}} snapshots of Steel-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_water": "Take {{amount_0}} snapshots of Water-type Pokémon", + "quest_title_challenge_2019_trade_distance": "Trade for 3 Pokémon from at least 100 km away", + "quest_title_challenge_available": "A new challenge is available!", + "quest_title_challenge_battle_gbl_win_all": "Win in the GO Battle League", + "quest_title_challenge_battle_trainer_great": "Battle another Trainer in the Great League", + "quest_title_challenge_buddy_affection_plural": "Earn {{amount_0}} hearts with your buddy", + "quest_title_challenge_buddy_affection_single": "Earn a heart with your buddy", + "quest_title_challenge_buddy_battle_plural": "Battle alongside your buddy {{amount_0}} times while it’s adventuring with you", + "quest_title_challenge_buddy_battle_single": "Battle alongside your buddy while it’s adventuring with you", + "quest_title_challenge_buddy_emotion_plural": "Get your buddy excited {{amount_0}} times", + "quest_title_challenge_buddy_emotion_single": "Get your buddy excited", + "quest_title_challenge_buddy_level_best_plural": "Reach Best Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_best_single": "Reach Best Buddy with a Pokémon", + "quest_title_challenge_buddy_level_good_plural": "Reach Good Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_good_single": "Reach Good Buddy with a Pokémon", + "quest_title_challenge_buddy_level_great_plural": "Reach Great Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_great_single": "Reach Great Buddy with a Pokémon", + "quest_title_challenge_buddy_level_plural": "Increase the Buddy Level of Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_single": "Increase the Buddy Level of a Pokémon", + "quest_title_challenge_buddy_level_ultra_plural": "Reach Ultra Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_ultra_single": "Reach Ultra Buddy with a Pokémon", + "quest_title_challenge_buddy_play_plural": "Play with your buddy {{amount_0}} times", + "quest_title_challenge_buddy_play_single": "Play with your buddy", + "quest_title_challenge_buddy_poi_plural": "Visit interesting locations pointed out by your buddy {{amount_0}} times", + "quest_title_challenge_buddy_poi_single": "Visit an interesting location pointed out by your buddy", + "quest_title_challenge_buddy_snapshot_plural": "Take {{amount_0}} snapshots of your buddy", + "quest_title_challenge_buddy_snapshot_single": "Take a snapshot of your buddy", + "quest_title_challenge_buddy_treat_plural": "Give your buddy {{amount_0}} treats", + "quest_title_challenge_buddy_treat_single": "Give your buddy a treat", + "quest_title_challenge_catch_legendary": "Catch a Legendary Pokémon from a Field Research Breakthrough or raid", + "quest_title_challenge_catch_unique_any": "Catch {{amount_0}} different species of Pokémon", + "quest_title_challenge_snapshot_bidoof": "Take a snapshot of Bidoof", + "quest_title_challenge_snapshot_dratini_singular": "Take a snapshot of Dratini", + "quest_title_challenge_snapshot_eevee": "Take a snapshot of Eevee", + "quest_title_challenge_snapshot_pkmn_bug": "Take {{amount_0}} snapshots of Bug-type Pokémon", + "quest_title_challenge_snapshot_pkmn_bug_single": "Take a snapshot of a Bug-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dark": "Take {{amount_0}} snapshots of Dark-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dark_single": "Take a snapshot of a Dark-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dragon": "Take {{amount_0}} snapshots of Dragon-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dragon_single": "Take a snapshot of a Dragon-type Pokémon", + "quest_title_challenge_snapshot_pkmn_electric": "Take {{amount_0}} snapshots of Electric-type Pokémon", + "quest_title_challenge_snapshot_pkmn_electric_single": "Take a snapshot of an Electric-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fairy_single": "Take a snapshot of a Fairy-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fighting": "Take {{amount_0}} snapshots of Fighting-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fighting_single": "Take a snapshot of a Fighting-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fire": "Take {{amount_0}} snapshots of Fire-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fire_single": "Take a snapshot of a Fire-type Pokémon", + "quest_title_challenge_snapshot_pkmn_flying_single": "Take a snapshot of a Flying-type Pokémon", + "quest_title_challenge_snapshot_pkmn_ghost_single": "Take a snapshot of a Ghost-type Pokémon", + "quest_title_challenge_snapshot_pkmn_grass_single": "Take a snapshot of a Grass-type Pokémon", + "quest_title_challenge_snapshot_pkmn_ground_single": "Take a snapshot of a Ground-type Pokémon", + "quest_title_challenge_snapshot_pkmn_ice_single": "Take a snapshot of an Ice-type Pokémon", + "quest_title_challenge_snapshot_pkmn_normal_single": "Take a snapshot of a Normal-type Pokémon", + "quest_title_challenge_snapshot_pkmn_poison": "Take {{amount_0}} snapshots of Poison-type Pokémon", + "quest_title_challenge_snapshot_pkmn_poison_single": "Take a snapshot of a Poison-type Pokémon", + "quest_title_challenge_snapshot_pkmn_psychic_single": "Take a snapshot of a Psychic-type Pokémon", + "quest_title_challenge_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", + "quest_title_challenge_snapshot_pkmn_rock_single": "Take a snapshot of a Rock-type Pokémon", + "quest_title_challenge_snapshot_pkmn_steel_single": "Take a snapshot of a Steel-type Pokémon", + "quest_title_challenge_snapshot_pkmn_water_single": "Take a snapshot of a Water-type Pokémon", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Take a snapshot of Blitzle in the wild", + "quest_title_challenge_snapshot_wild_glameow_singular": "Take a snapshot of Glameow in the wild", + "quest_title_geotarget_quest_description": "Scan {{amount_0}}", + "quest_title_quest_achieve_lvl_40": "Reach level 40", + "quest_title_quest_adventure_effect_activate_plural": "Activate an Adventure Effect {{amount_0}} times", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Activate Roar of Time’s Adventure Effect {{amount_0}} times", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Activate Roar of Time’s Adventure Effect", + "quest_title_quest_adventure_effect_activate_singular": "Activate an Adventure Effect", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Activate Spacial Rend’s Adventure Effect {{amount_0}} times", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Activate Spacial Rend’s Adventure Effect", + "quest_title_quest_adventure_evolve_singular": "Adventure Week: Evolve an Omanyte or Kabuto", + "quest_title_quest_adventure_hatch_egg_plural": "Adventure Week: Hatch {{amount_0}} Eggs", + "quest_title_quest_adventure_visit_pokestop_new_plural": "Adventure Week: Spin {{amount_0}} PokéStops you haven't visited before", + "quest_title_quest_adventure_walk_buddy_plural": "Adventure Week: Earn {{amount_0}} Candies walking with your buddy", + "quest_title_quest_adventure2019_catch_special33_plural": "Adventure Week 2019: Catch {{amount_0}} Aron", + "quest_title_quest_adventure2019_evolve_singular": "Adventure Week 2019: Evolve a Lileep or Anorith", + "quest_title_quest_adventure2019_hatch_egg_plural": "Adventure Week 2019: Hatch {{amount_0}} Eggs", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Adventure Week 2019: Spin {{amount_0}} PokéStops you haven’t visited before", + "quest_title_quest_adventure2019_visit_pokestop_plural": "Adventure Week 2019: Spin 25 PokéStops", + "quest_title_quest_adventure2019_walk_buddy_plural": "Adventure Week 2019: Earn {{amount_0}} Candies walking with your buddy", + "quest_title_quest_alodude_catch": "Catch {{amount_0}} Alolan Geodude", + "quest_title_quest_alodude_evolve_a": "Evolve {{amount_0}} Alolan Geodude", + "quest_title_quest_alodude_evolve_b": "Evolve {{amount_0}} Alolan Graveler", + "quest_title_quest_alodude_snap": "Take {{amount_0}} snapshots of Alolan Geodude", + "quest_title_quest_at_catch_a": "Catch {{amount_0}} Abra", + "quest_title_quest_at_evolve_a": "Evolve {{amount_0}} Abra", + "quest_title_quest_at_evolve_k": "Evolve {{amount_0}} Kadabra", + "quest_title_quest_axew_catch_b": "Catch {{amount_0}} Axew", + "quest_title_quest_axew_evolve_b": "Evolve {{amount_0}} Axew", + "quest_title_quest_axew_snapshot_b": "Take a snapshot of {{amount_0}} Axew", + "quest_title_quest_azelf_wild_snap": "Take a snapshot of Azelf in the wild", + "quest_title_quest_bagon_catch_b": "Catch {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_plural": "Evolve {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_singular": "Evolve a Bagon", + "quest_title_quest_bagon_snapshot_b": "Take a snapshot of {{amount_0}} Bagon", + "quest_title_quest_battle_buddy_adventure_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", + "quest_title_quest_battle_buddy_adventure_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", + "quest_title_quest_battle_dangling_reward_toast": "You must complete your current battle before beginning a new battle!", + "quest_title_quest_battle_error_toast": "An error occurred when starting the battle", + "quest_title_quest_battle_gbl_halloween_plural": "Battle in the Halloween Cup {{amount_0}} times", + "quest_title_quest_battle_gbl_halloween_win_plural": "Win {{amount_0}} Trainer Battles in the Halloween Cup", + "quest_title_quest_battle_gbl_plural": "Battle in the GO Battle League {{amount_0}} times", + "quest_title_quest_battle_gbl_singular": "Battle in the GO Battle League", + "quest_title_quest_battle_gbl_win_plural": "Win {{amount_0}} Trainer Battles in the GO Battle League", + "quest_title_quest_battle_gbl_win_singular": "Win a Trainer Battle in the GO Battle League", + "quest_title_quest_battle_great_plural": "Battle another Trainer in the Great League {{amount_0}} times", + "quest_title_quest_battle_great_win_plural": "Win {{amount_0}} Trainer Battles in the Great League", + "quest_title_quest_battle_great_win_singular": "Win a Trainer Battle in the Great League", + "quest_title_quest_battle_gym_plural": "Battle in a Gym {{amount_0}} times", + "quest_title_quest_battle_gym_singular": "Battle in a Gym", + "quest_title_quest_battle_master_win_plural": "Win {{amount_0}} Trainer Battles in the Master League", + "quest_title_quest_battle_master_win_singular": "Win a Trainer Battle in the Master League", + "quest_title_quest_battle_raid_plural": "Battle in {{amount_0}} raids", + "quest_title_quest_battle_raid_singular": "Battle in a raid", + "quest_title_quest_battle_raid_with_friend_plural": "Battle in {{amount_0}} raids with a friend", + "quest_title_quest_battle_raid_with_friend_singular": "Battle in a raid with a friend", + "quest_title_quest_battle_supereffective_charge_plural": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", + "quest_title_quest_battle_supereffective_charge_singular": "Use a supereffective Charged Attack in a Gym battle", + "quest_title_quest_battle_team_rocket_plural": "Battle {{amount_0}} Team GO Rocket members", + "quest_title_quest_battle_team_rocket_singular": "Battle a Team GO Rocket member", + "quest_title_quest_battle_ultra_win_plural": "Win {{amount_0}} Trainer Battles in the Ultra League", + "quest_title_quest_battle_ultra_win_singular": "Win a Trainer Battle in the Ultra League", + "quest_title_quest_battle19_catch_fighting_easy": "Catch {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_battle19_catch_medium_pkmn": "Catch {{amount_0}} Makuhita or Meditite", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Make {{amount_0}} Excellent Throws in a row", + "quest_title_quest_battle19_raid_win_veryhard": "Win {{amount_0}} raids", + "quest_title_quest_battle19_supereffective_charge_hard": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", + "quest_title_quest_battler_appears": "AN OPPONENT APPEARS!", + "quest_title_quest_beat_raid_10_minutes": "Win a raid in under 10 minutes", + "quest_title_quest_beat_raid_60_seconds": "Win a raid in under 60 seconds", + "quest_title_quest_beat_raid_singular_minutes": "Win a raid in under {{amount_0}} minutes", + "quest_title_quest_beat_raid_singular_seconds": "Win a raid in under {{amount_0}} seconds", + "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: Catch {{amount_0}} Pidgey or Rattata", + "quest_title_quest_begins19_evolve_plural": "Pokémon Day: Evolve 1 Meowth", + "quest_title_quest_beldum_catch_b": "Catch {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_plural": "Evolve {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_singular": "Evolve a Beldum", + "quest_title_quest_bellsprout_catch_b": "Catch {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_plural": "Evolve {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_singular": "Evolve a Bellsprout", + "quest_title_quest_bellsprout_snapshot_b": "Take a snapshot of {{amount_0}} Bellsprout", + "quest_title_quest_beluga_evolve_pkmn": "Let’s Go: Evolve {{amount_0}} Anorith", + "quest_title_quest_beluga_excellent_singular": "Let's Go: Make {{amount_0}} Excellent Throw", + "quest_title_quest_beluga_hatch_plural": "Let’s Go: Hatch {{amount_0}} Eggs", + "quest_title_quest_best_buddy_bronze": "Have 1 Best Buddy", + "quest_title_quest_best_buddy_silver": "Have 10 Best Buddies", + "quest_title_quest_bounsweet_catch_b": "Catch {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_plural": "Evolve {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_singular": "Evolve a Bounsweet", + "quest_title_quest_braixen_evolve_b": "Evolve {{amount_0}} Braixen", + "quest_title_quest_breakthrough_completed": "Field Research completed!", + "quest_title_quest_breakthrough_reward_mystery": "Mystery items", + "quest_title_quest_breakthrough_reward_stardust": "Stardust", + "quest_title_quest_brionne_evolve_b_plural": "Evolve {{amount_0}} Brionne", + "quest_title_quest_brionne_evolve_b_singular": "Evolve a Brionne", + "quest_title_quest_buddy_affection_days": "Earn a heart with your buddy on {{amount_0}} different days", + "quest_title_quest_buddy_affection_days_in_a_row": "Earn a heart with your buddy {{amount_0}} days in a row", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", + "quest_title_quest_buddy_souvenir_plural": "Receive {{amount_0}} Souvenirs from your buddy", + "quest_title_quest_buddy_souvenir_singular": "Receive a Souvenir from your buddy", + "quest_title_quest_buddy_walk_km_plural": "Walk {{amount_0}} km with your buddy", + "quest_title_quest_bulbt_catch_b": "Catch {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_b": "Evolve {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_s1": "Evolve {{amount_0}} Ivysaur", + "quest_title_quest_cacnea_catch": "Catch {{amount_0}} Cacnea", + "quest_title_quest_catch_151": "Catch 151 Pokémon", + "quest_title_quest_catch_b_types_plural": "Catch {{amount_0}} Electric-, Normal-, or Poison-type Pokémon", + "quest_title_quest_catch_basic_types_plural": "Catch {{amount_0}} Grass-, Water-, or Fire-type Pokémon", + "quest_title_quest_catch_berry_any_drifloon": "Use {{amount_0}} Berries to help catch Drifloon", + "quest_title_quest_catch_berry_nanab_drifloon": "Use {{amount_0}} Nanab Berries to help catch Drifloon", + "quest_title_quest_catch_berry_pinap": "Use {{amount_0}} Pinap Berries to help catch Pokémon", + "quest_title_quest_catch_berry_razz": "Use {{amount_0}} Razz Berries to help catch Pokémon", + "quest_title_quest_catch_berry_razz_drifloon": "Use {{amount_0}} Razz Berries to help catch Drifloon", + "quest_title_quest_catch_bronzor_plural": "Catch {{amount_0}} Bronzor", + "quest_title_quest_catch_c_types_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dark-type Pokémon", + "quest_title_quest_catch_carbink_singular": "Catch a Carbink", + "quest_title_quest_catch_celebi_types_plural": "Catch {{amount_0}} Grass- or Psychic-type Pokémon", + "quest_title_quest_catch_costumed_plural": "Catch {{amount_0}} Eevee wearing a sun crown or moon crown", + "quest_title_quest_catch_crabrawler_plural": "Catch {{amount_0}} Crabrawler", + "quest_title_quest_catch_dark_type_plural": "Catch {{amount_0}} Dark-type Pokémon", + "quest_title_quest_catch_darumaka_plural": "Catch {{amount_0}} Darumaka", + "quest_title_quest_catch_daysinarow": "Catch a Pokémon {{amount_0}} days in a row", + "quest_title_quest_catch_dialga": "Catch Dialga", + "quest_title_quest_catch_drifloon": "Catch {{amount_0}} Drifloon", + "quest_title_quest_catch_ducklett_plural": "Catch {{amount_0}} Ducklett", + "quest_title_quest_catch_ducklett_singular": "Catch a Ducklett", + "quest_title_quest_catch_emolga_plural": "Catch {{amount_0}} Emolga", + "quest_title_quest_catch_excellent_curve_drifloon": "Catch {{amount_0}} Drifloon with Excellent Curveball Throws", + "quest_title_quest_catch_excellent_with_berry_drifloon": "Catch {{amount_0}} Drifloon with Excellent Throws after giving them Berries", + "quest_title_quest_catch_feed_plural": "Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_catch_feed_singular": "Use a Berry to help catch a Pokémon", + "quest_title_quest_catch_furfou_singular": "Catch a Furfrou", + "quest_title_quest_catch_groudon_primal_boosted_types": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", + "quest_title_quest_catch_groudon_type": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", + "quest_title_quest_catch_hoenn_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Hoenn region", + "quest_title_quest_catch_in_day_plural": "Catch {{amount_0}} Pokémon in a single day", + "quest_title_quest_catch_jan21_hoenn1_plural": "Catch {{amount_0}} Groudon", + "quest_title_quest_catch_jan21_hoenn2_plural": "Catch {{amount_0}} Kyogre", + "quest_title_quest_catch_johto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Johto region", + "quest_title_quest_catch_kanto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Kanto region", + "quest_title_quest_catch_kyogre_primal_boosted_types": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_kyogre_type": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_legendary_inarow_plural": "Successfully catch the next {{amount_0}} Legendary or Mythical Pokémon you encounter", + "quest_title_quest_catch_legendary_plural": "Catch {{amount_0}} Legendary or Mythical Pokémon", + "quest_title_quest_catch_legendary_singular": "Catch a Legendary or Mythical Pokémon", + "quest_title_quest_catch_lunatone_plural": "Catch {{amount_0}} Lunatone", + "quest_title_quest_catch_luvdisc": "Catch {{amount_0}} Luvdisc", + "quest_title_quest_catch_misc_01_types_plural": "Catch {{amount_0}} Normal-, Water-, or Ice-type Pokémon", + "quest_title_quest_catch_nymble_plural": "Catch {{amount_0}} Nymble", + "quest_title_quest_catch_palkia": "Catch Palkia", + "quest_title_quest_catch_pikachu_plural": "Catch {{amount_0}} Pikachu", + "quest_title_quest_catch_plural_unique": "Catch {{amount_0}} different species of Pokémon", + "quest_title_quest_catch_pokemon_dai_plural": "Use Daily Adventure Incense to help catch {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_days": "Catch a Pokémon on {{amount_0}} different days", + "quest_title_quest_catch_pokemon_great_ball_plural": "Catch {{amount_0}} Pokémon in Great Balls", + "quest_title_quest_catch_pokemon_great_ball_singular": "Catch a Pokémon in a Great Ball", + "quest_title_quest_catch_pokemon_legendary_plural": "Catch {{amount_0}} Legendary Pokémon", + "quest_title_quest_catch_pokemon_legendary_singular": "Catch a Legendary Pokémon", + "quest_title_quest_catch_pokemon_party_plural": "Catch {{amount_0}} Pokémon while in a party", + "quest_title_quest_catch_pokemon_plural": "Catch {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_poke_ball_plural": "Catch {{amount_0}} Pokémon in Poké Balls", + "quest_title_quest_catch_pokemon_poke_ball_singular": "Catch a Pokémon in a Poké Ball", + "quest_title_quest_catch_pokemon_routes_plural": "Catch {{amount_0}} Pokémon while following Routes", + "quest_title_quest_catch_pokemon_routes_singular": "Catch a Pokémon while following a Route", + "quest_title_quest_catch_pokemon_singular": "Catch a Pokémon", + "quest_title_quest_catch_pokemon_task": "Catch Pokémon", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "Catch {{amount_0}} Pokémon in Ultra Balls", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "Catch a Pokémon in an Ultra Ball", + "quest_title_quest_catch_psychic_steel": "Catch {{amount_0}} Psychic- or Steel-type Pokémon", + "quest_title_quest_catch_raid_regi_any": "Catch a Regirock, Regice, or Registeel from a raid", + "quest_title_quest_catch_raid_regi_ice": "Catch a Regice from a raid", + "quest_title_quest_catch_raid_regi_rock": "Catch a Regirock from a raid", + "quest_title_quest_catch_raid_regi_steel": "Catch a Registeel from a raid", + "quest_title_quest_catch_rayquaza_type": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", + "quest_title_quest_catch_sinnoh_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Sinnoh region", + "quest_title_quest_catch_sinnoh_pokemon_singular": "Catch a Pokémon originally discovered in the Sinnoh region", + "quest_title_quest_catch_solrock_plural": "Catch {{amount_0}} Solrock", + "quest_title_quest_catch_special_aerodactyl": "Catch an Aerodactyl", + "quest_title_quest_catch_special_bidoof": "Catch {{amount_0}} Bidoof", + "quest_title_quest_catch_special_chespin": "Catch a Chespin", + "quest_title_quest_catch_special_cottonee": "Catch {{amount_0}} Cottonee", + "quest_title_quest_catch_special_cubone": "Catch a Cubone", + "quest_title_quest_catch_special_exeggcute": "Catch {{amount_0}} Exeggcute", + "quest_title_quest_catch_special_fennekin": "Catch a Fennekin", + "quest_title_quest_catch_special_fletchling": "Catch a Fletchling", + "quest_title_quest_catch_special_froakie": "Catch a Froakie", + "quest_title_quest_catch_special_furfrou": "Catch a Furfrou", + "quest_title_quest_catch_special_jirachi": "Catch Jirachi!", + "quest_title_quest_catch_special_lieep_anorithl": "Catch {{amount_0}} Lileep or Anorith", + "quest_title_quest_catch_special_litleo": "Catch a Litleo", + "quest_title_quest_catch_special_mew": "Catch Mew!", + "quest_title_quest_catch_special_natu": "Catch {{amount_0}} Natu", + "quest_title_quest_catch_special_omanyte_kabuto": "Catch {{amount_0}} Omanyte or Kabuto", + "quest_title_quest_catch_special_pumpkaboo": "Catch {{amount_0}} Pumpkaboo", + "quest_title_quest_catch_special_slugma_gulpin": "Catch {{amount_0}} Slugma or Gulpin", + "quest_title_quest_catch_special_voltorb": "Catch {{amount_0}} Voltorb", + "quest_title_quest_catch_special0_plural": "Catch {{amount_0}} Ditto", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Catch the {{amount_0}} Pokémon on the event list", + "quest_title_quest_catch_special0_singular": "Catch a Ditto", + "quest_title_quest_catch_special1_plural": "Catch {{amount_0}} Oddish or Bellsprout", + "quest_title_quest_catch_special1_singular": "Catch an Oddish or Bellsprout", + "quest_title_quest_catch_special2_plural": "Catch {{amount_0}} Swablu", + "quest_title_quest_catch_special2_singular": "Catch a Swablu", + "quest_title_quest_catch_special3_plural": "Catch {{amount_0}} Pidgey or Murkrow", + "quest_title_quest_catch_special3_singular": "Catch a Pidgey or Murkrow", + "quest_title_quest_catch_special4_plural": "Catch {{amount_0}} Treecko or Mudkip", + "quest_title_quest_catch_special4_singular": "Catch a Treecko or Mudkip", + "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", + "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", + "quest_title_quest_catch_special6_plural": "Catch {{amount_0}} Mareep", + "quest_title_quest_catch_special7_plural": "Catch {{amount_0}} Charmander", + "quest_title_quest_catch_special8_plural": "Catch {{amount_0}} Larvitar", + "quest_title_quest_catch_special9_plural": "Catch {{amount_0}} Unown", + "quest_title_quest_catch_special10_plural": "Catch {{amount_0}} Plusle", + "quest_title_quest_catch_special11_plural": "Catch {{amount_0}} Minun", + "quest_title_quest_catch_special12_plural": "Catch {{amount_0}} Squirtle", + "quest_title_quest_catch_special13_plural": "Catch {{amount_0}} Roselia", + "quest_title_quest_catch_special14_singular": "Catch a Meowth or Growlithe", + "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", + "quest_title_quest_catch_special16_singular": "Catch a Skitty or Poochyena", + "quest_title_quest_catch_special17_plural": "Catch {{amount_0}} Eevee", + "quest_title_quest_catch_special18_plural": "Catch {{amount_0}} Beldum", + "quest_title_quest_catch_special19_plural": "Catch {{amount_0}} Slakoth", + "quest_title_quest_catch_special20_plural": "Catch {{amount_0}} Ralts", + "quest_title_quest_catch_special21_singular": "Catch a Rattata or Pikachu", + "quest_title_quest_catch_special22_plural": "Catch {{amount_0}} Chikorita", + "quest_title_quest_catch_special23_plural": "Catch {{amount_0}} Cyndaquil", + "quest_title_quest_catch_special24_plural": "Catch {{amount_0}} Totodile", + "quest_title_quest_catch_special25_plural": "Catch {{amount_0}} Swinub", + "quest_title_quest_catch_special26_plural": "Catch {{amount_0}} Treecko", + "quest_title_quest_catch_special27_plural": "Catch {{amount_0}} Bagon", + "quest_title_quest_catch_special28_plural": "Catch {{amount_0}} Torchic", + "quest_title_quest_catch_special29_plural": "Catch {{amount_0}} Mudkip", + "quest_title_quest_catch_special31_plural": "Catch {{amount_0}} Turtwig", + "quest_title_quest_catch_special33_plural": "Catch {{amount_0}} Trapinch", + "quest_title_quest_catch_special34_plural": "Catch {{amount_0}} Chimchar", + "quest_title_quest_catch_special35_plural": "Catch {{amount_0}} Piplup", + "quest_title_quest_catch_special36_plural": "Catch {{amount_0}} Rhyhorn", + "quest_title_quest_catch_special37_plural": "Catch {{amount_0}} Machop", + "quest_title_quest_catch_special38_plural": "Catch {{amount_0}} Vulpix", + "quest_title_quest_catch_special39_plural": "Catch {{amount_0}} Dratini", + "quest_title_quest_catch_special40_plural": "Catch {{amount_0}} Abra", + "quest_title_quest_catch_special41_plural": "Catch {{amount_0}} Spheal", + "quest_title_quest_catch_special42_plural": "Catch {{amount_0}} Weedle", + "quest_title_quest_catch_special43_plural": "Catch {{amount_0}} Starly", + "quest_title_quest_catch_special44_plural": "Catch {{amount_0}} Seedot", + "quest_title_quest_catch_special45_plural": "Catch {{amount_0}} Grimer", + "quest_title_quest_catch_special46_plural": "Catch {{amount_0}} Porygon", + "quest_title_quest_catch_staryu_plural": "Catch {{amount_0}} Staryu", + "quest_title_quest_catch_stufful_pinap_plural": "Use {{amount_0}} Pinap Berries to help catch Pokémon", + "quest_title_quest_catch_stufful_pinap_singular": "Use a Pinap Berry to help catch a Pokémon", + "quest_title_quest_catch_stufful_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", + "quest_title_quest_catch_stufful_razz_singular": "Use a Razz Berry to help catch a Pokémon", + "quest_title_quest_catch_transform_pokemon_plural": "Catch {{amount_0}} of the Transform Pokémon", + "quest_title_quest_catch_trubbish_plural": "Catch {{amount_0}} Trubbish", + "quest_title_quest_catch_type_bug_plural": "Catch {{amount_0}} Bug-type Pokémon", + "quest_title_quest_catch_type_bug_plural_unique": "Catch {{amount_0}} different species of Bug-type Pokémon", + "quest_title_quest_catch_type_bug_singular": "Catch a Bug-type Pokémon", + "quest_title_quest_catch_type_buzzwole": "Catch a Pokémon that shares a type with Buzzwole", + "quest_title_quest_catch_type_buzzwole_effective": "Catch a Pokémon of a type that Buzzwole is weak to", + "quest_title_quest_catch_type_buzzwole_plural": "Catch {{amount_0}} Pokémon that share a type with Buzzwole", + "quest_title_quest_catch_type_celesteela_effective": "Catch a Pokémon of a type that Celesteela is weak to", + "quest_title_quest_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", + "quest_title_quest_catch_type_dark_plural_unique": "Catch {{amount_0}} different species of Dark-type Pokémon", + "quest_title_quest_catch_type_dark_singular": "Catch a Dark-type Pokémon", + "quest_title_quest_catch_type_dragon_normal_plural": "Catch {{amount_0}} Normal- or Dragon-type Pokémon", + "quest_title_quest_catch_type_dragon_plural": "Catch {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_catch_type_dragon_plural_unique": "Catch {{amount_0}} different species of Dragon-type Pokémon", + "quest_title_quest_catch_type_dragon_singular": "Catch a Dragon-type Pokémon", + "quest_title_quest_catch_type_electric_flying_plural": "Catch {{amount_0}} Electric- or Flying-type Pokémon", + "quest_title_quest_catch_type_electric_plural": "Catch {{amount_0}} Electric-type Pokémon", + "quest_title_quest_catch_type_electric_plural_unique": "Catch {{amount_0}} different species of Electric-type Pokémon", + "quest_title_quest_catch_type_electric_singular": "Catch an Electric-type Pokémon", + "quest_title_quest_catch_type_fairy_plural": "Catch {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_catch_type_fairy_plural_unique": "Catch {{amount_0}} different species of Fairy-type Pokémon", + "quest_title_quest_catch_type_fairy_singular": "Catch a Fairy-type Pokémon", + "quest_title_quest_catch_type_fighting_plural": "Catch {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_catch_type_fighting_plural_unique": "Catch {{amount_0}} different species of Fighting-type Pokémon", + "quest_title_quest_catch_type_fighting_singular": "Catch a Fighting-type Pokémon", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Catch {{amount_0}} Fire- or Dark-type Pokémon", + "quest_title_quest_catch_type_fire_plural": "Catch {{amount_0}} Fire-type Pokémon", + "quest_title_quest_catch_type_fire_singular": "Catch a Fire-type Pokémon", + "quest_title_quest_catch_type_flying_plural": "Catch {{amount_0}} Flying-type Pokémon", + "quest_title_quest_catch_type_flying_plural_unique": "Catch {{amount_0}} different species of Flying-type Pokémon", + "quest_title_quest_catch_type_flying_singular": "Catch a Flying-type Pokémon", + "quest_title_quest_catch_type_ghost_dark_plural": "Catch {{amount_0}} Ghost- or Dark-type Pokémon", + "quest_title_quest_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_catch_type_ghost_plural_unique": "Catch {{amount_0}} different species of Ghost-type Pokémon", + "quest_title_quest_catch_type_ghost_singular": "Catch a Ghost-type Pokémon", + "quest_title_quest_catch_type_grass_bug_plural": "Catch {{amount_0}} Grass- or Bug-type Pokémon", + "quest_title_quest_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", + "quest_title_quest_catch_type_grass_plural_unique": "Catch {{amount_0}} different species of Grass-type Pokémon", + "quest_title_quest_catch_type_grass_poison_plural": "Catch {{amount_0}} Grass- or Poison-type Pokémon", + "quest_title_quest_catch_type_grass_singular": "Catch a Grass-type Pokémon", + "quest_title_quest_catch_type_ground_plural": "Catch {{amount_0}} Ground-type Pokémon", + "quest_title_quest_catch_type_ground_plural_unique": "Catch {{amount_0}} different species of Ground-type Pokémon", + "quest_title_quest_catch_type_ground_singular": "Catch a Ground-type Pokémon", + "quest_title_quest_catch_type_guzzlord_effective": "Catch a Pokémon of a type that Guzzlord is weak to", + "quest_title_quest_catch_type_ice_grass_plural_unique": "Catch {{amount_0}} Grass- or Ice-type Pokémon", + "quest_title_quest_catch_type_ice_plural": "Catch {{amount_0}} Ice-type Pokémon", + "quest_title_quest_catch_type_ice_plural_unique": "Catch {{amount_0}} different species of Ice-type Pokémon", + "quest_title_quest_catch_type_ice_singular": "Catch an Ice-type Pokémon", + "quest_title_quest_catch_type_kartana_effective": "Catch a Pokémon of a type that Kartana is weak to", + "quest_title_quest_catch_type_nihilego": "Catch a Pokémon that shares a type with Nihilego", + "quest_title_quest_catch_type_nihilego_effective": "Catch a Pokémon of a type that Nihilego is weak to", + "quest_title_quest_catch_type_nihilego_plural": "Catch {{amount_0}} Pokémon that share a type with Nihilego", + "quest_title_quest_catch_type_normal_plural": "Catch {{amount_0}} Normal-type Pokémon", + "quest_title_quest_catch_type_normal_plural_unique": "Catch {{amount_0}} different species of Normal-type Pokémon", + "quest_title_quest_catch_type_normal_singular": "Catch a Normal-type Pokémon", + "quest_title_quest_catch_type_pheremosa_effective": "Catch a Pokémon of a type that Pheromosa is weak to", + "quest_title_quest_catch_type_pheromosa": "Catch a Pokémon that shares a type with Pheromosa", + "quest_title_quest_catch_type_pheromosa_plural": "Catch {{amount_0}} Pokémon that share a type with Pheromosa", + "quest_title_quest_catch_type_poison_plural": "Catch {{amount_0}} Poison-type Pokémon", + "quest_title_quest_catch_type_poison_plural_unique": "Catch {{amount_0}} different species of Poison-type Pokémon", + "quest_title_quest_catch_type_poison_singular": "Catch a Poison-type Pokémon", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "Catch {{amount_0}} Psychic- or Fighting-type Pokémon", + "quest_title_quest_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_catch_type_psychic_plural_unique": "Catch {{amount_0}} different species of Psychic-type Pokémon", + "quest_title_quest_catch_type_psychic_singular": "Catch a Psychic-type Pokémon", + "quest_title_quest_catch_type_rock_plural": "Catch {{amount_0}} Rock-type Pokémon", + "quest_title_quest_catch_type_rock_plural_unique": "Catch {{amount_0}} different species of Rock-type Pokémon", + "quest_title_quest_catch_type_rock_singular": "Catch a Rock-type Pokémon", + "quest_title_quest_catch_type_shaymin": "Catch a Pokémon that shares a type with Shaymin", + "quest_title_quest_catch_type_shaymin_plural": "Catch {{amount_0}} Pokémon that share a type with Shaymin", + "quest_title_quest_catch_type_steel_plural": "Catch {{amount_0}} Steel-type Pokémon", + "quest_title_quest_catch_type_steel_plural_unique": "Catch {{amount_0}} different species of Steel-type Pokémon", + "quest_title_quest_catch_type_steel_singular": "Catch a Steel-type Pokémon", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Catch {{amount_0}} Fire-, Water-, or Electric-type Pokémon", + "quest_title_quest_catch_type_water_flying_plural": "Catch {{amount_0}} Water- or Flying-type Pokémon", + "quest_title_quest_catch_type_water_ground_plural": "Catch {{amount_0}} Water- or Ground-type Pokémon", + "quest_title_quest_catch_type_water_plural": "Catch {{amount_0}} Water-type Pokémon", + "quest_title_quest_catch_type_water_plural_unique": "Catch {{amount_0}} different species of Water-type Pokémon", + "quest_title_quest_catch_type_water_singular": "Catch a Water-type Pokémon", + "quest_title_quest_catch_type_xurkitree": "Catch a Pokémon that shares a type with Xurkitree", + "quest_title_quest_catch_type_xurkitree_effective": "Catch a Pokémon of a type that Xurkitree is weak to", + "quest_title_quest_catch_type_xurkitree_plural": "Catch {{amount_0}} Pokémon that share a type with Xurkitree", + "quest_title_quest_catch_types_rainy_plural": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_types_rainy_singular": "Catch a Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_types_snowy_plural": "Catch {{amount_0}} Ice- or Steel-type Pokémon", + "quest_title_quest_catch_types_snowy_singular": "Catch an Ice- or Steel-type Pokémon", + "quest_title_quest_catch_types_sunny_plural": "Catch {{amount_0}} Grass-, Fire-, or Ground-type Pokémon", + "quest_title_quest_catch_types_sunny_singular": "Catch a Grass-, Fire-, or Ground-type Pokémon", + "quest_title_quest_catch_types_windy_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", + "quest_title_quest_catch_types_windy_singular": "Catch a Flying-, Psychic-, or Dragon-type Pokémon", + "quest_title_quest_catch_weather_boost_plural": "Catch {{amount_0}} Pokémon with Weather Boost", + "quest_title_quest_catch_weather_boost_singular": "Catch a Pokémon with Weather Boost", + "quest_title_quest_catch_whismur": "Catch {{amount_0}} Whismur", + "quest_title_quest_challenge_party_power_plural": "Use Party Power {{amount_0}} times in Raid Battles", + "quest_title_quest_challenge_party_power_singular": "Use Party Power in a Raid Battle", + "quest_title_quest_change_form_furfrou": "Change a Furfrou’s trim", + "quest_title_quest_change_form_plural": "Change the form of {{amount_0}} Pokémon", + "quest_title_quest_change_form_singular": "Change the form of a Pokémon", + "quest_title_quest_chansey_catch_b": "Catch {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_plural": "Evolve {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_singular": "Evolve a Chansey", + "quest_title_quest_chansey_snapshot_b": "Take a snapshot of {{amount_0}} Chansey", + "quest_title_quest_charge_attack_party_plural": "Use {{amount_0}} Charged Attacks while in a party", + "quest_title_quest_charge_attack_party_singular": "Use a Charged Attack while in a party", + "quest_title_quest_charged_attack_plural": "Use {{amount_0}} Charged Attacks", + "quest_title_quest_charjabug_evolve_b": "Evolve {{amount_0}} Charjabug", + "quest_title_quest_chart_catch_b": "Catch {{amount_0}} Charmander", + "quest_title_quest_chart_catch_s1": "Catch {{amount_0}} Charmeleon", + "quest_title_quest_chart_evolve_b": "Evolve {{amount_0}} Charmander", + "quest_title_quest_chart_evolve_s1": "Evolve {{amount_0}} Charmeleon", + "quest_title_quest_chespin_catch_b": "Catch {{amount_0}} Chespin", + "quest_title_quest_chespin_evolve_b": "Evolve {{amount_0}} Chespin", + "quest_title_quest_chespin_snapshot_b": "Take a snapshot of {{amount_0}} Chespin", + "quest_title_quest_crocalor_evolve_b": "Evolve a Crocalor", + "quest_title_quest_cyndaquil_catch_b": "Catch {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_plural": "Evolve {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_singular": "Evolve a Cyndaquil", + "quest_title_quest_dartrix_evolve_b_plural": "Evolve {{amount_0}} Dartrix", + "quest_title_quest_dartrix_evolve_b_singular": "Evolve {{amount_0}} Dartrix", + "quest_title_quest_dec2021_catch_b": "Catch {{amount_0}} Pokémon featured during 2021’s Community Days", + "quest_title_quest_dec2022_catch_b": "Catch {{amount_0}} Pokémon featured during December Community Day 2022", + "quest_title_quest_dec2023_catch_b": "Catch {{amount_0}} Pokémon featured during 2023 Community Days", + "quest_title_quest_defeat_jessie_james_plural": "Defeat Jessie or James {{amount_0}} times", + "quest_title_quest_defeat_rocket": "Defeat {{amount_0}} Team GO Rocket members", + "quest_title_quest_defeat_rocket_leader_2500": "Defeat {{amount_0}} Team GO Rocket Leaders with Pokémon at or below 2,500 CP", + "quest_title_quest_defeat_rocket_singular": "Defeat a Team GO Rocket member", + "quest_title_quest_deino_catch": "Catch {{amount_0}} Deino", + "quest_title_quest_deino_evolve_a": "Evolve {{amount_0}} Deino", + "quest_title_quest_deino_evolve_b": "Evolve {{amount_0}} Deino or Zweilous", + "quest_title_quest_deino_snap": "Take {{amount_0}} snapshots of Deino", + "quest_title_quest_dragonair_evolve_b": "Evolve {{amount_0}} Dragonair", + "quest_title_quest_dratini_cdc_catch_b": "Catch {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_evolve_b": "Evolve {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Dratini", + "quest_title_quest_drizzle_evolve": "Evolve a Drizzile", + "quest_title_quest_dude_catch": "Catch {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_a": "Evolve {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_b": "Evolve {{amount_0}} Graveler", + "quest_title_quest_dude_snap": "Take {{amount_0}} snapshots of Geodude", + "quest_title_quest_duskt_catch_b": "Catch {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_b": "Evolve {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_s1": "Evolve {{amount_0}} Dusclops", + "quest_title_quest_earn_buddy_ribbon_plural": "Earn {{amount_0}} Best Buddy Ribbons with your Pokémon", + "quest_title_quest_eelektrik_evolve_b_plural": "Evolve {{amount_0}} Eelektrik", + "quest_title_quest_eelektrik_evolve_b_singular": "Evolve an Eelektrik", + "quest_title_quest_eevee_evolve_plural": "Evolve Eevee into each of its unique Evolutions", + "quest_title_quest_eevet_catch_b": "Catch {{amount_0}} Eevee", + "quest_title_quest_eevet_evolve_b": "Evolve {{amount_0}} Eevee", + "quest_title_quest_elect_catch_b": "Catch {{amount_0}} Electabuzz", + "quest_title_quest_elect_evolve_b": "Evolve {{amount_0}} Electabuzz", + "quest_title_quest_elite_raid_victory_plural": "Win {{amount_0}} Elite Raids", + "quest_title_quest_elite_raid_victory_singular": "Win an Elite Raid", + "quest_title_quest_elite4_a": "Defeat the GO Tour Elite Four: Mesa Trainer", + "quest_title_quest_elite4_b": "Defeat the GO Tour Elite Four: Cave Trainer", + "quest_title_quest_elite4_c": "Defeat the GO Tour Elite Four: Ocean Trainer", + "quest_title_quest_elite4_d": "Defeat the GO Tour Elite Four: Savannah Trainer", + "quest_title_quest_elrd22_april16_battle": "Exeggcute Research: Battle in a Gym", + "quest_title_quest_elrd22_april16_berries": "Exeggcute Research: Use three Berries to help catch Pokemon", + "quest_title_quest_elrd22_april16_catch_grass": "Exeggcute Research: Catch three Grass-type Pokémon", + "quest_title_quest_elrd22_april16_charged_move": "Exeggcute Research: Use a Super Effective Charged Move", + "quest_title_quest_elrd22_april16_curve": "Exeggcute Research: Make five Curveball Throws", + "quest_title_quest_elrd22_april16_evolve_grass": "Exeggcute Research: Evolve two Grass-type Pokémon", + "quest_title_quest_elrd22_april16_gifts_stickers": "Exeggcute Research: Send two Gifts and add a sticker to each", + "quest_title_quest_elrd22_april16_great": "Exeggcute Research: Make three Great Throws", + "quest_title_quest_elrd22_april16_great_row": "Exeggcute Research: Make two Great Throws in a row", + "quest_title_quest_elrd22_april16_nice": "Exeggcute Research: Make five Nice Throws", + "quest_title_quest_elrd22_april16_nice_row": "Exeggcute Research: Make three Nice Throws in a row", + "quest_title_quest_elrd22_april16_raid": "Exeggcute Research: Battle in a Raid", + "quest_title_quest_elrd22_april16_spin": "Exeggcute Research: Spin two PokéStops", + "quest_title_quest_elrd22_april16_weather_easy": "Exeggcute Research: Catch three Pokémon with Weather Boost", + "quest_title_quest_elrd22_april16_weather_hard": "Exeggcute Research: Catch five Pokémon with Weather Boost", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Exeggcute Research: Take a snapshot of a wild Grass-type Pokémon", + "quest_title_quest_equinox19_catch_medium_pkmn": "Catch {{amount_0}} Bulbasaur or Chikorita", + "quest_title_quest_equinox19_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", + "quest_title_quest_equinox19_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Evolve {{amount_0}} Grass-type Pokémon", + "quest_title_quest_event_eevee_snapshot_barcelona": "Take a snapshot of your Eevee in Barcelona", + "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", + "quest_title_quest_event_eevee_snapshot_mexico_city": "Take a snapshot of your Eevee in Mexico City", + "quest_title_quest_event_eevee_snapshot_seoul": "Take a snapshot of your Eevee in Seoul", + "quest_title_quest_event_eevee_snapshot_tainan": "Take a snapshot of your Eevee in Tainan", + "quest_title_quest_event_leave_behind_spin": "Spin 10 PokéStops or Gyms you haven’t visited before", + "quest_title_quest_event_leave_behind_spin_safari_city": "Spin any Eevee Explorer PokéStop", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Spin {{amount_0}} Eevee Explorer PokéStops you haven’t spun yet", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Spin an Eevee Explorer PokéStop you haven’t spun yet", + "quest_title_quest_event_spin_barcelona": "Spin a PokéStop or Gym in Barcelona", + "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", + "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", + "quest_title_quest_event_spin_mexico_city": "Spin a PokéStop or Gym in Mexico City", + "quest_title_quest_event_spin_seoul": "Spin a PokéStop or Gym in Seoul", + "quest_title_quest_event_spin_tainan": "Spin a PokéStop or Gym in Tainan", + "quest_title_quest_evolve_abra_singular": "Evolve one Abra", + "quest_title_quest_evolve_aipom_singular": "Evolve one Aipom", + "quest_title_quest_evolve_amaura_singular": "Evolve one Amaura", + "quest_title_quest_evolve_anorith_singular": "Evolve one Anorith", + "quest_title_quest_evolve_archen_singular": "Evolve one Archen", + "quest_title_quest_evolve_aron_singular": "Evolve one Aron", + "quest_title_quest_evolve_axew_singular": "Evolve one Axew", + "quest_title_quest_evolve_azurill_singular": "Evolve one Azurill", + "quest_title_quest_evolve_bagon_singular": "Evolve one Bagon", + "quest_title_quest_evolve_baltoy_singular": "Evolve one Baltoy", + "quest_title_quest_evolve_barboach_singular": "Evolve one Barboach", + "quest_title_quest_evolve_bayleef": "Evolve your Bayleef", + "quest_title_quest_evolve_bayleef_singular": "Evolve one Bayleef", + "quest_title_quest_evolve_beldum_singular": "Evolve one Beldum", + "quest_title_quest_evolve_bellsprout_singular": "Evolve one Bellsprout", + "quest_title_quest_evolve_bergmite_singular": "Evolve one Bergmite", + "quest_title_quest_evolve_bidoof_singular": "Evolve one Bidoof", + "quest_title_quest_evolve_binacle_singular": "Evolve one Binacle", + "quest_title_quest_evolve_blitzle_singular": "Evolve one Blitzle", + "quest_title_quest_evolve_boldore_singular": "Evolve one Boldore", + "quest_title_quest_evolve_bonsly_singular": "Evolve one Bonsly", + "quest_title_quest_evolve_braixen_singular": "Evolve one Braixen", + "quest_title_quest_evolve_bronzor_singular": "Evolve one Bronzor", + "quest_title_quest_evolve_budew_singular": "Evolve one Budew", + "quest_title_quest_evolve_buizel_singular": "Evolve one Buizel", + "quest_title_quest_evolve_bulbasaur": "Evolve a Bulbasaur", + "quest_title_quest_evolve_bulbasaur_singular": "Evolve one Bulbasaur", + "quest_title_quest_evolve_buneary_singular": "Evolve one Buneary", + "quest_title_quest_evolve_bunnelby_singular": "Evolve one Bunnelby", + "quest_title_quest_evolve_burmy_singular": "Evolve one Burmy", + "quest_title_quest_evolve_cacnea_singular": "Evolve one Cacnea", + "quest_title_quest_evolve_carvanha_singular": "Evolve one Carvanha", + "quest_title_quest_evolve_cascoon_singular": "Evolve one Cascoon", + "quest_title_quest_evolve_caterpie_singular": "Evolve one Caterpie", + "quest_title_quest_evolve_chansey_singular": "Evolve one Chansey", + "quest_title_quest_evolve_charmander": "Evolve a Charmander", + "quest_title_quest_evolve_charmander_singular": "Evolve one Charmander", + "quest_title_quest_evolve_charmeleon_singular": "Evolve one Charmeleon", + "quest_title_quest_evolve_cherubi_singular": "Evolve one Cherubi", + "quest_title_quest_evolve_chespin_singular": "Evolve one Chespin", + "quest_title_quest_evolve_chikorita": "Evolve your Chikorita", + "quest_title_quest_evolve_chikorita_singular": "Evolve one Chikorita", + "quest_title_quest_evolve_chimchar_singular": "Evolve one Chimchar", + "quest_title_quest_evolve_chinchou_singular": "Evolve one Chinchou", + "quest_title_quest_evolve_chingling_singular": "Evolve one Chingling", + "quest_title_quest_evolve_clamperl_singular": "Evolve one Clamperl", + "quest_title_quest_evolve_clauncher_singular": "Evolve one Clauncher", + "quest_title_quest_evolve_clefairy_singular": "Evolve one Clefairy", + "quest_title_quest_evolve_cleffa_singular": "Evolve one Cleffa", + "quest_title_quest_evolve_combee_singular": "Evolve one Combee", + "quest_title_quest_evolve_combusken_singular": "Evolve one Combusken", + "quest_title_quest_evolve_corphish_singular": "Evolve one Corphish", + "quest_title_quest_evolve_cosmoem_singular": "Evolve a Cosmoem", + "quest_title_quest_evolve_cosmog_singular": "Evolve a Cosmog", + "quest_title_quest_evolve_cottonee_singular": "Evolve one Cottonee", + "quest_title_quest_evolve_cranidos_singular": "Evolve one Cranidos", + "quest_title_quest_evolve_croagunk_singular": "Evolve one Croagunk", + "quest_title_quest_evolve_croconaw": "Evolve your Croconaw", + "quest_title_quest_evolve_croconaw_singular": "Evolve one Croconaw", + "quest_title_quest_evolve_cubchoo_singular": "Evolve one Cubchoo", + "quest_title_quest_evolve_cubone_singular": "Evolve one Cubone", + "quest_title_quest_evolve_cyndaquil": "Evolve your Cyndaquil", + "quest_title_quest_evolve_cyndaquil_singular": "Evolve one Cyndaquil", + "quest_title_quest_evolve_dark_type_singular": "Evolve a Dark-type Pokémon", + "quest_title_quest_evolve_darumaka_singular": "Evolve one Darumaka", + "quest_title_quest_evolve_deerling_singular": "Evolve one Deerling", + "quest_title_quest_evolve_deino_singular": "Evolve one Deino", + "quest_title_quest_evolve_dewott_singular": "Evolve one Dewott", + "quest_title_quest_evolve_diglett_singular": "Evolve one Diglett", + "quest_title_quest_evolve_doduo_singular": "Evolve one Doduo", + "quest_title_quest_evolve_doublade_singular": "Evolve one Doublade", + "quest_title_quest_evolve_dragonair_singular": "Evolve one Dragonair", + "quest_title_quest_evolve_dratini_singular": "Evolve one Dratini", + "quest_title_quest_evolve_drifloon_singular": "Evolve one Drifloon", + "quest_title_quest_evolve_drilbur_singular": "Evolve one Drilbur", + "quest_title_quest_evolve_drowzee_singular": "Evolve one Drowzee", + "quest_title_quest_evolve_ducklett_singular": "Evolve one Ducklett", + "quest_title_quest_evolve_duosion_singular": "Evolve one Duosion", + "quest_title_quest_evolve_durant_singular": "Evolve one Durant", + "quest_title_quest_evolve_dusclops_singular": "Evolve one Dusclops", + "quest_title_quest_evolve_duskull_singular": "Evolve one Duskull", + "quest_title_quest_evolve_dwebble_singular": "Evolve one Dwebble", + "quest_title_quest_evolve_eelektrik_singular": "Evolve one Eelektrik", + "quest_title_quest_evolve_eevee_singular": "Evolve one Eevee", + "quest_title_quest_evolve_eevee_types_plural": "Evolve {{amount_0}} Electric-, Water-, or Fire-type Pokémon", + "quest_title_quest_evolve_eevee_types_singular": "Evolve an Electric-, Water-, or Fire-type Pokémon", + "quest_title_quest_evolve_ekans_singular": "Evolve one Ekans", + "quest_title_quest_evolve_electabuzz_singular": "Evolve one Electabuzz", + "quest_title_quest_evolve_electrike_singular": "Evolve one Electrike", + "quest_title_quest_evolve_elekid_singular": "Evolve one Elekid", + "quest_title_quest_evolve_elgyem_singular": "Evolve one Elgyem", + "quest_title_quest_evolve_espeon": "Evolve Eevee into Espeon during the day", + "quest_title_quest_evolve_espurr_singular": "Evolve one Espurr", + "quest_title_quest_evolve_evolved_grass_singular": "Evolve an evolved Grass-type Pokémon", + "quest_title_quest_evolve_exeggcute_singular": "Evolve one Exeggcute", + "quest_title_quest_evolve_farfetch'd_singular": "Evolve one Farfetch'd", + "quest_title_quest_evolve_feebas_singular": "Evolve one Feebas", + "quest_title_quest_evolve_fennekin_singular": "Evolve one Fennekin", + "quest_title_quest_evolve_ferroseed_singular": "Evolve one Ferroseed", + "quest_title_quest_evolve_finneon_singular": "Evolve one Finneon", + "quest_title_quest_evolve_flaaffy_singular": "Evolve one Flaaffy", + "quest_title_quest_evolve_flabébé_singular": "Evolve one Flabébé", + "quest_title_quest_evolve_fletchinder_singular": "Evolve one Fletchinder", + "quest_title_quest_evolve_fletchling_singular": "Evolve one Fletchling", + "quest_title_quest_evolve_floette_singular": "Evolve one Floette", + "quest_title_quest_evolve_foongus_singular": "Evolve one Foongus", + "quest_title_quest_evolve_fraxure_singular": "Evolve one Fraxure", + "quest_title_quest_evolve_frillish_singular": "Evolve one Frillish", + "quest_title_quest_evolve_froakie_singular": "Evolve one Froakie", + "quest_title_quest_evolve_frogadier_singular": "Evolve one Frogadier", + "quest_title_quest_evolve_gabite_singular": "Evolve one Gabite", + "quest_title_quest_evolve_gastly_singular": "Evolve one Gastly", + "quest_title_quest_evolve_geodude_singular": "Evolve one Geodude", + "quest_title_quest_evolve_gible_singular": "Evolve one Gible", + "quest_title_quest_evolve_glalie_singular": "Evolve one Glalie", + "quest_title_quest_evolve_glameow_singular": "Evolve one Glameow", + "quest_title_quest_evolve_gligar_singular": "Evolve one Gligar", + "quest_title_quest_evolve_gloom_singular": "Evolve one Gloom", + "quest_title_quest_evolve_golbat_singular": "Evolve one Golbat", + "quest_title_quest_evolve_goldeen_singular": "Evolve one Goldeen", + "quest_title_quest_evolve_golett_singular": "Evolve one Golett", + "quest_title_quest_evolve_goomy_singular": "Evolve one Goomy", + "quest_title_quest_evolve_gothita_singular": "Evolve one Gothita", + "quest_title_quest_evolve_gothorita_singular": "Evolve one Gothorita", + "quest_title_quest_evolve_graveler_singular": "Evolve one Graveler", + "quest_title_quest_evolve_grimer_singular": "Evolve one Grimer", + "quest_title_quest_evolve_grotle_singular": "Evolve one Grotle", + "quest_title_quest_evolve_ground_plural": "Evolve {{amount_0}} Ground-type Pokémon", + "quest_title_quest_evolve_grovyle_singular": "Evolve one Grovyle", + "quest_title_quest_evolve_growlithe_singular": "Evolve one Growlithe", + "quest_title_quest_evolve_gulpin_singular": "Evolve one Gulpin", + "quest_title_quest_evolve_gurdurr_singular": "Evolve one Gurdurr", + "quest_title_quest_evolve_happiny_singular": "Evolve one Happiny", + "quest_title_quest_evolve_haunter_singular": "Evolve one Haunter", + "quest_title_quest_evolve_heatmor_singular": "Evolve one Heatmor", + "quest_title_quest_evolve_helioptile_singular": "Evolve one Helioptile", + "quest_title_quest_evolve_herdier_singular": "Evolve one Herdier", + "quest_title_quest_evolve_hippopotas_singular": "Evolve one Hippopotas", + "quest_title_quest_evolve_honedge_singular": "Evolve one Honedge", + "quest_title_quest_evolve_hoothoot_singular": "Evolve one Hoothoot", + "quest_title_quest_evolve_hoppip_singular": "Evolve one Hoppip", + "quest_title_quest_evolve_horsea_singular": "Evolve one Horsea", + "quest_title_quest_evolve_houndour_singular": "Evolve one Houndour", + "quest_title_quest_evolve_igglybuff_singular": "Evolve one Igglybuff", + "quest_title_quest_evolve_illumise_singular": "Evolve one Illumise", + "quest_title_quest_evolve_inkay_singular": "Evolve one Inkay", + "quest_title_quest_evolve_items_plural": "Use items to evolve Pokémon {{amount_0}} times", + "quest_title_quest_evolve_items_singular": "Use an item to evolve a Pokémon", + "quest_title_quest_evolve_ivysaur_singular": "Evolve one Ivysaur", + "quest_title_quest_evolve_jigglypuff_singular": "Evolve one Jigglypuff", + "quest_title_quest_evolve_joltik_singular": "Evolve one Joltik", + "quest_title_quest_evolve_kabuto_singular": "Evolve one Kabuto", + "quest_title_quest_evolve_kadabra_singular": "Evolve one Kadabra", + "quest_title_quest_evolve_kakuna_singular": "Evolve one Kakuna", + "quest_title_quest_evolve_karrablast_singular": "Evolve one Karrablast", + "quest_title_quest_evolve_kirlia_singular": "Evolve one Kirlia", + "quest_title_quest_evolve_klang_singular": "Evolve one Klang", + "quest_title_quest_evolve_klink_singular": "Evolve one Klink", + "quest_title_quest_evolve_koffing_singular": "Evolve one Koffing", + "quest_title_quest_evolve_krabby_singular": "Evolve one Krabby", + "quest_title_quest_evolve_kricketot_singular": "Evolve one Kricketot", + "quest_title_quest_evolve_krokorok_singular": "Evolve one Krokorok", + "quest_title_quest_evolve_lairon_singular": "Evolve one Lairon", + "quest_title_quest_evolve_lampent_singular": "Evolve one Lampent", + "quest_title_quest_evolve_larvesta_singular": "Evolve one Larvesta", + "quest_title_quest_evolve_larvitar_singular": "Evolve one Larvitar", + "quest_title_quest_evolve_ledyba_singular": "Evolve one Ledyba", + "quest_title_quest_evolve_lickitung_singular": "Evolve one Lickitung", + "quest_title_quest_evolve_lileep_singular": "Evolve one Lileep", + "quest_title_quest_evolve_lillipup_singular": "Evolve one Lillipup", + "quest_title_quest_evolve_linoone_singular": "Evolve {{amount_0}} Galarian Linoone", + "quest_title_quest_evolve_litleo_singular": "Evolve one Litleo", + "quest_title_quest_evolve_litwick_singular": "Evolve one Litwick", + "quest_title_quest_evolve_lombre_singular": "Evolve one Lombre", + "quest_title_quest_evolve_lotad_singular": "Evolve one Lotad", + "quest_title_quest_evolve_loudred_singular": "Evolve one Loudred", + "quest_title_quest_evolve_luxio_singular": "Evolve one Luxio", + "quest_title_quest_evolve_machoke_singular": "Evolve one Machoke", + "quest_title_quest_evolve_machop_singular": "Evolve one Machop", + "quest_title_quest_evolve_magby_singular": "Evolve one Magby", + "quest_title_quest_evolve_magikarp_singular": "Evolve one Magikarp", + "quest_title_quest_evolve_magmar_singular": "Evolve one Magmar", + "quest_title_quest_evolve_magnemite_singular": "Evolve one Magnemite", + "quest_title_quest_evolve_makuhita_singular": "Evolve one Makuhita", + "quest_title_quest_evolve_mankey_singular": "Evolve one Mankey", + "quest_title_quest_evolve_mantyke_singular": "Evolve one Mantyke", + "quest_title_quest_evolve_mareep_singular": "Evolve one Mareep", + "quest_title_quest_evolve_marill_singular": "Evolve one Marill", + "quest_title_quest_evolve_marshtomp_singular": "Evolve one Marshtomp", + "quest_title_quest_evolve_meditite_singular": "Evolve one Meditite", + "quest_title_quest_evolve_meowth_singular": "Evolve one Meowth", + "quest_title_quest_evolve_metang_singular": "Evolve one Metang", + "quest_title_quest_evolve_metapod_singular": "Evolve one Metapod", + "quest_title_quest_evolve_mienfoo_singular": "Evolve one Mienfoo", + "quest_title_quest_evolve_mime jr._singular": "Evolve one Mime Jr.", + "quest_title_quest_evolve_minccino_singular": "Evolve one Minccino", + "quest_title_quest_evolve_misdreavus_singular": "Evolve one Misdreavus", + "quest_title_quest_evolve_monferno_singular": "Evolve one Monferno", + "quest_title_quest_evolve_mr. mime_singular": "Evolve one Mr. Mime", + "quest_title_quest_evolve_mudkip_singular": "Evolve one Mudkip", + "quest_title_quest_evolve_munchlax_singular": "Evolve one Munchlax", + "quest_title_quest_evolve_munna_singular": "Evolve one Munna", + "quest_title_quest_evolve_murkrow_singular": "Evolve one Murkrow", + "quest_title_quest_evolve_natu_singular": "Evolve one Natu", + "quest_title_quest_evolve_nidoranfemale_singular": "Evolve one Nidoran♀", + "quest_title_quest_evolve_nidoranmale_singular": "Evolve one Nidoran♂", + "quest_title_quest_evolve_nidorina_singular": "Evolve one Nidorina", + "quest_title_quest_evolve_nidorino_singular": "Evolve one Nidorino", + "quest_title_quest_evolve_nincada_singular": "Evolve one Nincada", + "quest_title_quest_evolve_noibat_singular": "Evolve one Noibat", + "quest_title_quest_evolve_nosepass_singular": "Evolve one Nosepass", + "quest_title_quest_evolve_numel_singular": "Evolve one Numel", + "quest_title_quest_evolve_nuzleaf_singular": "Evolve one Nuzleaf", + "quest_title_quest_evolve_oddish_singular": "Evolve one Oddish", + "quest_title_quest_evolve_omanyte_singular": "Evolve one Omanyte", + "quest_title_quest_evolve_onix_singular": "Evolve one Onix", + "quest_title_quest_evolve_oshawott_singular": "Evolve one Oshawott", + "quest_title_quest_evolve_palpitoad_singular": "Evolve one Palpitoad", + "quest_title_quest_evolve_pancham_singular": "Evolve one Pancham", + "quest_title_quest_evolve_panpour_singular": "Evolve one Panpour", + "quest_title_quest_evolve_pansage_singular": "Evolve one Pansage", + "quest_title_quest_evolve_pansear_singular": "Evolve one Pansear", + "quest_title_quest_evolve_paras_singular": "Evolve one Paras", + "quest_title_quest_evolve_patrat_singular": "Evolve one Patrat", + "quest_title_quest_evolve_pawniard_singular": "Evolve one Pawniard", + "quest_title_quest_evolve_petilil_singular": "Evolve one Petilil", + "quest_title_quest_evolve_phanpy_singular": "Evolve one Phanpy", + "quest_title_quest_evolve_phantump_singular": "Evolve one Phantump", + "quest_title_quest_evolve_pichu_singular": "Evolve one Pichu", + "quest_title_quest_evolve_pidgeotto_singular": "Evolve one Pidgeotto", + "quest_title_quest_evolve_pidgey_singular": "Evolve one Pidgey", + "quest_title_quest_evolve_pidove_singular": "Evolve one Pidove", + "quest_title_quest_evolve_pignite_singular": "Evolve one Pignite", + "quest_title_quest_evolve_pikachu_singular": "Evolve one Pikachu", + "quest_title_quest_evolve_piloswine_plural": "Evolve {{amount_0}} Piloswine", + "quest_title_quest_evolve_piloswine_singular": "Evolve one Piloswine", + "quest_title_quest_evolve_pineco_singular": "Evolve one Pineco", + "quest_title_quest_evolve_piplup_singular": "Evolve one Piplup", + "quest_title_quest_evolve_plural": "Evolve {{amount_0}} Pokémon", + "quest_title_quest_evolve_poison_type_singular": "Evolve a Poison-type Pokémon", + "quest_title_quest_evolve_poliwag_singular": "Evolve one Poliwag", + "quest_title_quest_evolve_poliwhirl_singular": "Evolve one Poliwhirl", + "quest_title_quest_evolve_ponyta_singular": "Evolve one Ponyta", + "quest_title_quest_evolve_poochyena_singular": "Evolve one Poochyena", + "quest_title_quest_evolve_porygon2_singular": "Evolve one Porygon2", + "quest_title_quest_evolve_prinplup_singular": "Evolve one Prinplup", + "quest_title_quest_evolve_psyduck_singular": "Evolve one Psyduck", + "quest_title_quest_evolve_pumpkaboo_singular": "Evolve one Pumpkaboo", + "quest_title_quest_evolve_pupitar_singular": "Evolve one Pupitar", + "quest_title_quest_evolve_purrloin_singular": "Evolve one Purrloin", + "quest_title_quest_evolve_quilava": "Evolve your Quilava", + "quest_title_quest_evolve_quilava_singular": "Evolve one Quilava", + "quest_title_quest_evolve_quilladin_singular": "Evolve one Quilladin", + "quest_title_quest_evolve_qwilfish_singular": "Evolve one Qwilfish", + "quest_title_quest_evolve_ralts_singular": "Evolve one Ralts", + "quest_title_quest_evolve_rattata_singular": "Evolve one Rattata", + "quest_title_quest_evolve_remoraid_singular": "Evolve one Remoraid", + "quest_title_quest_evolve_rhydon_singular": "Evolve one Rhydon", + "quest_title_quest_evolve_rhyhorn_singular": "Evolve one Rhyhorn", + "quest_title_quest_evolve_riolu_singular": "Evolve one Riolu", + "quest_title_quest_evolve_roggenrola_singular": "Evolve one Roggenrola", + "quest_title_quest_evolve_roselia_singular": "Evolve one Roselia", + "quest_title_quest_evolve_rufflet_singular": "Evolve one Rufflet", + "quest_title_quest_evolve_sandile_singular": "Evolve one Sandile", + "quest_title_quest_evolve_sandshrew_singular": "Evolve one Sandshrew", + "quest_title_quest_evolve_sb_singular": "Evolve a Snubbull", + "quest_title_quest_evolve_scatterbug_singular": "Evolve one Scatterbug", + "quest_title_quest_evolve_scraggy_singular": "Evolve one Scraggy", + "quest_title_quest_evolve_scyther_singular": "Evolve one Scyther", + "quest_title_quest_evolve_seadra_singular": "Evolve one Seadra", + "quest_title_quest_evolve_sealeo_singular": "Evolve one Sealeo", + "quest_title_quest_evolve_seedot_singular": "Evolve one Seedot", + "quest_title_quest_evolve_seel_singular": "Evolve one Seel", + "quest_title_quest_evolve_sentret_singular": "Evolve one Sentret", + "quest_title_quest_evolve_servine_singular": "Evolve one Servine", + "quest_title_quest_evolve_sewaddle_singular": "Evolve one Sewaddle", + "quest_title_quest_evolve_shelgon_singular": "Evolve one Shelgon", + "quest_title_quest_evolve_shellder_singular": "Evolve one Shellder", + "quest_title_quest_evolve_shellos_singular": "Evolve one Shellos", + "quest_title_quest_evolve_shelmet_singular": "Evolve one Shelmet", + "quest_title_quest_evolve_shieldon_singular": "Evolve one Shieldon", + "quest_title_quest_evolve_shinx_singular": "Evolve one Shinx", + "quest_title_quest_evolve_shroomish_singular": "Evolve one Shroomish", + "quest_title_quest_evolve_shuckle_singular": "Evolve one Shuckle", + "quest_title_quest_evolve_shuppet_singular": "Evolve one Shuppet", + "quest_title_quest_evolve_silcoon_singular": "Evolve one Silcoon", + "quest_title_quest_evolve_singular": "Evolve a Pokémon", + "quest_title_quest_evolve_skiddo_singular": "Evolve one Skiddo", + "quest_title_quest_evolve_skiploom_singular": "Evolve one Skiploom", + "quest_title_quest_evolve_skitty_singular": "Evolve one Skitty", + "quest_title_quest_evolve_skorupi_singular": "Evolve one Skorupi", + "quest_title_quest_evolve_skrelp_singular": "Evolve one Skrelp", + "quest_title_quest_evolve_slakoth_singular": "Evolve one Slakoth", + "quest_title_quest_evolve_sliggoo_singular": "Evolve one Sliggoo", + "quest_title_quest_evolve_slowpoke_plural": "Evolve {{amount_0}} Slowpoke", + "quest_title_quest_evolve_slowpoke_singular": "Evolve one Slowpoke", + "quest_title_quest_evolve_slugma_singular": "Evolve one Slugma", + "quest_title_quest_evolve_smoochum_singular": "Evolve one Smoochum", + "quest_title_quest_evolve_sneasel_singular": "Evolve a Sneasel", + "quest_title_quest_evolve_snivy_singular": "Evolve one Snivy", + "quest_title_quest_evolve_snorunt_singular": "Evolve one Snorunt", + "quest_title_quest_evolve_snover_singular": "Evolve one Snover", + "quest_title_quest_evolve_snubbull_singular": "Evolve one Snubbull", + "quest_title_quest_evolve_solosis_singular": "Evolve one Solosis", + "quest_title_quest_evolve_spearow_singular": "Evolve one Spearow", + "quest_title_quest_evolve_special_drowzee": "Evolve a Drowzee", + "quest_title_quest_evolve_special_feebas_singular": "Evolve a Feebas", + "quest_title_quest_evolve_special_galarian_mrmime": "Evolve a Galarian Mr. Mime", + "quest_title_quest_evolve_special_galarian_slowpoke": "Evolve a Galarian Slowpoke", + "quest_title_quest_evolve_special_grimer": "Evolve a Grimer", + "quest_title_quest_evolve_special_magnemite": "Evolve a Magnemite", + "quest_title_quest_evolve_special_scyther": "Evolve a Scyther", + "quest_title_quest_evolve_special0_singular": "Evolve a Magikarp", + "quest_title_quest_evolve_special1_plural": "Evolve {{amount_0}} Pidgey", + "quest_title_quest_evolve_special1_singular": "Evolve a Horsea", + "quest_title_quest_evolve_special2_singular": "Evolve a Meowth", + "quest_title_quest_evolve_spewpa_singular": "Evolve one Spewpa", + "quest_title_quest_evolve_spheal_singular": "Evolve one Spheal", + "quest_title_quest_evolve_spinarak_singular": "Evolve one Spinarak", + "quest_title_quest_evolve_spoink_singular": "Evolve one Spoink", + "quest_title_quest_evolve_spritzee_singular": "Evolve one Spritzee", + "quest_title_quest_evolve_squirtle_singular": "Evolve one Squirtle", + "quest_title_quest_evolve_staravia_singular": "Evolve one Staravia", + "quest_title_quest_evolve_starly_singular": "Evolve one Starly", + "quest_title_quest_evolve_staryu_singular": "Evolve one Staryu", + "quest_title_quest_evolve_steelix_singular": "Evolve one Steelix", + "quest_title_quest_evolve_stunky_singular": "Evolve one Stunky", + "quest_title_quest_evolve_sunkern_singular": "Evolve one Sunkern", + "quest_title_quest_evolve_sunstone_singular": "Use a Sun Stone to evolve Gloom or Sunkern", + "quest_title_quest_evolve_surskit_singular": "Evolve one Surskit", + "quest_title_quest_evolve_swablu_singular": "Evolve one Swablu", + "quest_title_quest_evolve_swadloon_singular": "Evolve one Swadloon", + "quest_title_quest_evolve_swinub_singular": "Evolve one Swinub", + "quest_title_quest_evolve_swirlix_singular": "Evolve one Swirlix", + "quest_title_quest_evolve_taillow_singular": "Evolve one Taillow", + "quest_title_quest_evolve_tangela_singular": "Evolve one Tangela", + "quest_title_quest_evolve_teddiursa_singular": "Evolve one Teddiursa", + "quest_title_quest_evolve_tentacool_singular": "Evolve one Tentacool", + "quest_title_quest_evolve_tepig_singular": "Evolve one Tepig", + "quest_title_quest_evolve_timburr_singular": "Evolve one Timburr", + "quest_title_quest_evolve_tirtouga_singular": "Evolve one Tirtouga", + "quest_title_quest_evolve_togepi_singular": "Evolve one Togepi", + "quest_title_quest_evolve_togetic_singular": "Evolve one Togetic", + "quest_title_quest_evolve_torchic_singular": "Evolve one Torchic", + "quest_title_quest_evolve_totodile": "Evolve your Totodile", + "quest_title_quest_evolve_totodile_singular": "Evolve one Totodile", + "quest_title_quest_evolve_tranquill_singular": "Evolve one Tranquill", + "quest_title_quest_evolve_trapinch_singular": "Evolve one Trapinch", + "quest_title_quest_evolve_treecko_singular": "Evolve one Treecko", + "quest_title_quest_evolve_trubbish_singular": "Evolve one Trubbish", + "quest_title_quest_evolve_turtwig_singular": "Evolve one Turtwig", + "quest_title_quest_evolve_tympole_singular": "Evolve one Tympole", + "quest_title_quest_evolve_tynamo_singular": "Evolve one Tynamo", + "quest_title_quest_evolve_type_dark_plural": "Evolve {{amount_0}} Dark-type Pokémon", + "quest_title_quest_evolve_type_dragon_plural": "Evolve {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_evolve_type_dragon_singular": "Evolve a Dragon-type Pokémon", + "quest_title_quest_evolve_type_electric_plural": "Evolve {{amount_0}} Electric-type Pokémon", + "quest_title_quest_evolve_type_electric_singular": "Evolve an Electric-type Pokémon", + "quest_title_quest_evolve_type_fairy_plural": "Evolve {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_evolve_type_fairy_singular": "Evolve a Fairy-type Pokémon", + "quest_title_quest_evolve_type_fire_plural": "Evolve {{amount_0}} Fire-type Pokémon", + "quest_title_quest_evolve_type_fire_singular": "Evolve a Fire-type Pokémon", + "quest_title_quest_evolve_type_flying_plural": "Evolve {{amount_0}} Flying-type Pokémon", + "quest_title_quest_evolve_type_flying_singular": "Evolve a Flying-type Pokémon", + "quest_title_quest_evolve_type_ghost_plural": "Evolve {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_evolve_type_ghost_single": "Evolve a Ghost-type Pokémon", + "quest_title_quest_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", + "quest_title_quest_evolve_type_grass_singular": "Evolve a Grass-type Pokémon", + "quest_title_quest_evolve_type_ice_plural": "Evolve {{amount_0}} Ice-type Pokémon", + "quest_title_quest_evolve_type_ice_singular": "Evolve an Ice-type Pokémon", + "quest_title_quest_evolve_type_poison_plural": "Evolve {{amount_0}} Poison-type Pokémon", + "quest_title_quest_evolve_type_psychic_plural": "Evolve {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_evolve_type_psychic_singular": "Evolve a Psychic-type Pokémon", + "quest_title_quest_evolve_type_rock_plural": "Evolve {{amount_0}} Rock-type Pokémon", + "quest_title_quest_evolve_type_steel_plural": "Evolve {{amount_0}} Steel-type Pokémon", + "quest_title_quest_evolve_type_water_plural": "Evolve {{amount_0}} Water-type Pokémon", + "quest_title_quest_evolve_type_water_singular": "Evolve a Water-type Pokémon", + "quest_title_quest_evolve_tyrogue_singular": "Evolve one Tyrogue", + "quest_title_quest_evolve_tyrunt_singular": "Evolve one Tyrunt", + "quest_title_quest_evolve_umbreon": "Evolve Eevee into Umbreon at night", + "quest_title_quest_evolve_vanillish_singular": "Evolve one Vanillish", + "quest_title_quest_evolve_vanillite_singular": "Evolve one Vanillite", + "quest_title_quest_evolve_venipede_singular": "Evolve one Venipede", + "quest_title_quest_evolve_venonat_singular": "Evolve one Venonat", + "quest_title_quest_evolve_vibrava_singular": "Evolve one Vibrava", + "quest_title_quest_evolve_vigoroth_singular": "Evolve one Vigoroth", + "quest_title_quest_evolve_volbeat_singular": "Evolve one Volbeat", + "quest_title_quest_evolve_voltorb_singular": "Evolve one Voltorb", + "quest_title_quest_evolve_vullaby_singular": "Evolve one Vullaby", + "quest_title_quest_evolve_vulpix_singular": "Evolve one Vulpix", + "quest_title_quest_evolve_wailmer_singular": "Evolve one Wailmer", + "quest_title_quest_evolve_wartortle_singular": "Evolve one Wartortle", + "quest_title_quest_evolve_weedle_singular": "Evolve one Weedle", + "quest_title_quest_evolve_weepinbell_singular": "Evolve one Weepinbell", + "quest_title_quest_evolve_whirlipede_singular": "Evolve one Whirlipede", + "quest_title_quest_evolve_whismur_singular": "Evolve one Whismur", + "quest_title_quest_evolve_wingull_singular": "Evolve one Wingull", + "quest_title_quest_evolve_woobat_singular": "Evolve one Woobat", + "quest_title_quest_evolve_wooper_singular": "Evolve one Wooper", + "quest_title_quest_evolve_wurmple_singular": "Evolve one Wurmple", + "quest_title_quest_evolve_wynaut_singular": "Evolve one Wynaut", + "quest_title_quest_evolve_yamask_singular": "Evolve one Yamask", + "quest_title_quest_evolve_yanma_singular": "Evolve one Yanma", + "quest_title_quest_evolve_zigzagoon_singular": "Evolve one Zigzagoon", + "quest_title_quest_evolve_zorua_singular": "Evolve one Zorua", + "quest_title_quest_evolve_zubat_singular": "Evolve one Zubat", + "quest_title_quest_evolve_zweilous_singular": "Evolve one Zweilous", + "quest_title_quest_explore_buddy": "Earn a Candy exploring with your buddy", + "quest_title_quest_explore_buddy_carbink": "Earn a Candy exploring with Carbink as your buddy", + "quest_title_quest_explore_buddy_plural": "Earn {{amount_0}} Candies exploring with your buddy", + "quest_title_quest_explore_buddy_routes_plural": "Earn {{amount_0}} Candies while exploring Routes with your buddy", + "quest_title_quest_explore_buddy_routes_singular": "Earn a Candy while exploring Routes with your buddy", + "quest_title_quest_explore_km": "Explore {{amount_0}} km", + "quest_title_quest_explore_km_party": "Explore {{amount_0}} km while in a party", + "quest_title_quest_febresearchday_battle_gym_singular": "Clamperl Research: Battle in a Gym", + "quest_title_quest_febresearchday_battle_raid_singular": "Clamperl Research: Battle in a raid", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Clamperl Research: Use a supereffective Charged Attack in a Gym battle", + "quest_title_quest_febresearchday_catch_feed_plural": "Clamperl Research: Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_febresearchday_catch_special1_singular": "Clamperl Research: Catch a Magikarp or Wailmer", + "quest_title_quest_febresearchday_catch_special2_singular": "Clamperl Research: Catch a Psyduck or Krabby", + "quest_title_quest_febresearchday_catch_type_water_plural": "Clamperl Research: Catch {{amount_0}} Water-type Pokémon", + "quest_title_quest_febresearchday_evolve_type_water_plural": "Clamperl Research: Evolve {{amount_0}} Water-type Pokémon", + "quest_title_quest_febresearchday_land_curveball_plural": "Clamperl Research: Make {{amount_0}} Curveball Throws", + "quest_title_quest_febresearchday_land_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws", + "quest_title_quest_febresearchday_land_inarow_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws in a row", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws in a row", + "quest_title_quest_febresearchday_land_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws", + "quest_title_quest_febresearchday_visit_pokestops_plural": "Clamperl Research: Spin {{amount_0}} PokéStops", + "quest_title_quest_feed_buddy_multiple": "Feed your buddy {{amount_0}} times", + "quest_title_quest_feed_buddy_singular": "Feed your buddy", + "quest_title_quest_feed_goldenrazz_plural": "Use {{amount_0}} Golden Razz Berries to help catch Pokémon", + "quest_title_quest_feed_nanab_plural": "Use {{amount_0}} Nanab Berries while catching Pokémon", + "quest_title_quest_feed_pinaps_plural": "Use {{amount_0}} Pinap Berries while catching Pokémon", + "quest_title_quest_feed_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", + "quest_title_quest_fennekin_catch_b": "Catch {{amount_0}} Fennekin", + "quest_title_quest_fennekin_evolve_b": "Evolve {{amount_0}} Fennekin", + "quest_title_quest_fennekin_snapshot_b": "Take a snapshot of {{amount_0}} Fennekin", + "quest_title_quest_field_research_plural": "Complete {{amount_0}} Field Research tasks", + "quest_title_quest_field_research_singular": "Complete a Field Research task", + "quest_title_quest_fight_type_bug_plural": "Defeat {{amount_0}} Bug-type Pokémon", + "quest_title_quest_fight_type_dark_plural": "Defeat {{amount_0}} Dark-type Pokémon", + "quest_title_quest_fight_type_dark_steel_plural": "Defeat {{amount_0}} Dark- or Steel-type Pokémon", + "quest_title_quest_fight_type_dragon_plural": "Defeat {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_fight_type_electric_plural": "Defeat {{amount_0}} Electric-type Pokémon", + "quest_title_quest_fight_type_fairy_plural": "Defeat {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_fight_type_fighting_plural": "Defeat {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_fight_type_fire_plural": "Defeat {{amount_0}} Fire-type Pokémon", + "quest_title_quest_fight_type_flying_plural": "Defeat {{amount_0}} Flying-type Pokémon", + "quest_title_quest_fight_type_ghost_fighting_plural": "Defeat {{amount_0}} Fighting- or Ghost-type Pokémon", + "quest_title_quest_fight_type_ghost_plural": "Defeat {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_fight_type_ghost_psychic_plural": "Defeat {{amount_0}} Psychic- or Ghost-type Pokémon", + "quest_title_quest_fight_type_grass_plural": "Defeat {{amount_0}} Grass-type Pokémon", + "quest_title_quest_fight_type_ground_plural": "Defeat {{amount_0}} Ground-type Pokémon", + "quest_title_quest_fight_type_ice_plural": "Defeat {{amount_0}} Ice-type Pokémon", + "quest_title_quest_fight_type_normal_plural": "Defeat {{amount_0}} Normal-type Pokémon", + "quest_title_quest_fight_type_normal_psychic_plural": "Defeat {{amount_0}} Normal- or Psychic-type Pokémon", + "quest_title_quest_fight_type_poison_plural": "Defeat {{amount_0}} Poison-type Pokémon", + "quest_title_quest_fight_type_psychic_plural": "Defeat {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_fight_type_rock_plural": "Defeat {{amount_0}} Rock-type Pokémon", + "quest_title_quest_fight_type_steel_plural": "Defeat {{amount_0}} Steel-type Pokémon", + "quest_title_quest_fight_type_water_plural": "Defeat {{amount_0}} Water-type Pokémon", + "quest_title_quest_first_catch_of_the_day": "First Catch of the Day", + "quest_title_quest_first_pokestop_of_the_day": "First PokéStop of the Day", + "quest_title_quest_flaaffy_evolve_b": "Evolve {{amount_0}} Flaaffy", + "quest_title_quest_flett_catch_b": "Catch {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_b": "Evolve {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_s1": "Evolve {{amount_0}} Fletchinder", + "quest_title_quest_floragato_evolve_b": "Evolve a Floragato", + "quest_title_quest_fraxure_evolve_b": "Evolve {{amount_0}} Fraxure", + "quest_title_quest_froakie_catch_b": "Catch {{amount_0}} Froakie", + "quest_title_quest_froakie_evolve_b": "Evolve {{amount_0}} Froakie", + "quest_title_quest_froakie_snapshot_b": "Take a snapshot of {{amount_0}} Froakie", + "quest_title_quest_frogadier_evolve_b": "Evolve {{amount_0}} Frogadier", + "quest_title_quest_fuecoco_evolve_b": "Evolve a Fuecoco", + "quest_title_quest_fuse_necrozma": "Fuse Necrozma", + "quest_title_quest_gbl_rank": "Achieve rank {{amount_0}} in the GO Battle League", + "quest_title_quest_gbl_rank_fifteen": "Achieve rank 15 in the GO Battle League", + "quest_title_quest_gbl_rank_five": "Achieve rank 5 in the GO Battle League", + "quest_title_quest_gbl_rank_ten": "Achieve rank 10 in the GO Battle League", + "quest_title_quest_gbl_rank_twenty": "Achieve rank 20 in the GO Battle League", + "quest_title_quest_get_cell_singular": "Find a Zygarde Cell", + "quest_title_quest_giblt_catch_b": "Catch {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_b": "Evolve {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_s1": "Evolve {{amount_0}} Gabite", + "quest_title_quest_gift_open_plural": "Open {{amount_0}} Gifts", + "quest_title_quest_gift_open_singular": "Open a Gift", + "quest_title_quest_go_for_a_spin_00": "Find and spin Spinda PokéStop 1 of 8", + "quest_title_quest_go_for_a_spin_01": "Find and spin Spinda PokéStop 2 of 8", + "quest_title_quest_go_for_a_spin_02": "Find and spin Spinda PokéStop 3 of 8", + "quest_title_quest_go_for_a_spin_03": "Find and spin Spinda PokéStop 4 of 8", + "quest_title_quest_go_for_a_spin_04": "Find and spin Spinda PokéStop 5 of 8", + "quest_title_quest_go_for_a_spin_05": "Find and spin Spinda PokéStop 6 of 8", + "quest_title_quest_go_for_a_spin_06": "Find and spin Spinda PokéStop 7 of 8", + "quest_title_quest_go_for_a_spin_07": "Find and spin Spinda PokéStop 8 of 8", + "quest_title_quest_go_tour_snapshot_habitat_01": "Take a snapshot of your buddy in the Blistering Sands habitat", + "quest_title_quest_go_tour_snapshot_habitat_02": "Take a snapshot of your buddy in the Eerie Mists habitat", + "quest_title_quest_go_tour_snapshot_habitat_03": "Take a snapshot of your buddy in the Verdant Earth habitat", + "quest_title_quest_go_tour_snapshot_habitat_04": "Take a snapshot of your buddy in the Ancient Shores habitat", + "quest_title_quest_gold_hoenn_dex": "Earn a gold Hoenn medal", + "quest_title_quest_gold_medal_plural": "Earn {{amount_0}} gold medals", + "quest_title_quest_gold_medal_plural_five": "Earn 5 gold medals", + "quest_title_quest_gold_medal_singular": "Earn a gold medal", + "quest_title_quest_goomy_catch_b": "Catch {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_plural": "Evolve {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_singular": "Evolve a Goomy", + "quest_title_quest_grookey_evolve": "Evolve a Grookey", + "quest_title_quest_grubbin_catch_b": "Catch {{amount_0}} Grubbin", + "quest_title_quest_grubbin_evolve_b": "Evolve {{amount_0}} Grubbin", + "quest_title_quest_grubbin_snapshot_b": "Take a snapshot of {{amount_0}} Grubbin", + "quest_title_quest_gt_catch_b": "Catch {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_b": "Evolve {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_s1": "Evolve {{amount_0}} Haunter", + "quest_title_quest_gulpin_catch": "Catch {{amount_0}} Gulpin", + "quest_title_quest_gurdurr_evolve_b": "Evolve {{amount_0}} Gurdurr", + "quest_title_quest_hallo19_catch_specific_plural": "Catch {{amount_0}} Poochyena or Houndour", + "quest_title_quest_hallo19_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", + "quest_title_quest_hallo19_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_hallo19_evolve_plural": "Evolve {{amount_0}} Duskull or Shuppet", + "quest_title_quest_hallo19_transfer_plural": "Transfer {{amount_0}} Pokémon", + "quest_title_quest_hatch_egg_plural": "Hatch {{amount_0}} Eggs", + "quest_title_quest_hatch_egg_routes_plural": "Hatch {{amount_0}} Eggs while following Routes", + "quest_title_quest_hatch_egg_routes_singular": "Hatch an Egg while following a Route", + "quest_title_quest_hatch_egg_singular": "Hatch an Egg", + "quest_title_quest_hoenn_celebration_research": "Hoenn Celebration Research", + "quest_title_quest_hoenn19_catch_specific_plural": "Hoenn Celebration: Catch {{amount_0}} Zigzagoon or Taillow", + "quest_title_quest_hoenn19_evolve_specific_plural": "Hoenn Celebration: Evolve {{amount_0}} Wurmple", + "quest_title_quest_hoenn19_hatch_eggs": "Hoenn Celebration: Hatch {{amount_0}} Eggs", + "quest_title_quest_hoppt_catch_b": "Catch {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_b": "Evolve {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_s1": "Evolve {{amount_0}} Skiploom", + "quest_title_quest_incense_or_dai_plural": "Use {{amount_0}} Incense or Daily Adventure Incense", + "quest_title_quest_incense_or_dai_singular": "Use an Incense or Daily Adventure Incense", + "quest_title_quest_incense_plural": "Use {{amount_0}} Incense", + "quest_title_quest_incense_routes_plural": "Use {{amount_0}} Incense while following Routes", + "quest_title_quest_incense_routes_singular": "Use an Incense while following a Route", + "quest_title_quest_incense_singular": "Use an Incense", + "quest_title_quest_jan19rsd_buddywalk_singular": "Feebas Research: Earn 1 Buddy Candy", + "quest_title_quest_jan19rsd_hatch_egg_singular": "Feebas Research: Hatch 1 Egg", + "quest_title_quest_jan19rsd_land_great_plural": "Feebas Research: Make {{amount_0}} Great Throws", + "quest_title_quest_jan19rsd_land_nice_plural": "Feebas Research: Make {{amount_0}} Nice Throws", + "quest_title_quest_johtofestival_catch_special17_plural": "Johto Festival: Catch {{amount_0}} Sunkern", + "quest_title_quest_johtofestival_catch_type_water_plural": "Johto Festival: Catch {{amount_0}} Water Pokémon", + "quest_title_quest_johtofestival_evolve_plural": "Johto Festival: Evolve {{amount_0}} Sunkern or Natu", + "quest_title_quest_johtofestival_land_excellent_plural": "Johto Festival: Make {{amount_0}} Excellent Throws", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Johto Festival: Make {{amount_0}} Great Curveball Throws in a row", + "quest_title_quest_johtofestival_win_raid_singular": "Johto Festival: Win a raid", + "quest_title_quest_kanto_green_bellsprout": "GO Tour: Catch Bellsprout", + "quest_title_quest_kanto_green_meowth": "GO Tour: Catch Meowth", + "quest_title_quest_kanto_green_sandshrew": "GO Tour: Catch Sandshrew", + "quest_title_quest_kanto_green_vulpix": "GO Tour: Catch Vulpix", + "quest_title_quest_kanto_hatch_plural": "GO Tour Kanto: Hatch {{amount_0}} Eggs", + "quest_title_quest_kanto_hatch_singular": "GO Tour Kanto: Hatch an Egg", + "quest_title_quest_kanto_npc_plural": "GO Tour Kanto: Defeat {{amount_0}} GO Tour Challengers", + "quest_title_quest_kanto_npc_singular": "GO Tour Kanto: Defeat a GO Tour Challenger", + "quest_title_quest_kanto_red_ekans": "GO Tour: Catch Ekans", + "quest_title_quest_kanto_red_growlithe": "GO Tour: Catch Growlithe", + "quest_title_quest_kanto_red_mankey": "GO Tour: Catch Mankey", + "quest_title_quest_kanto_red_oddish": "GO Tour: Catch Oddish", + "quest_title_quest_kecleon_catch": "Catch {{amount_0}} Kecleon", + "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "Make {{amount_0}} Curveball Throws on Ghost-type Pokémon", + "quest_title_quest_land_curveball_plural": "Make {{amount_0}} Curveball Throws", + "quest_title_quest_land_curveball_singular": "Make a Curveball Throw", + "quest_title_quest_land_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws", + "quest_title_quest_land_excellent_curveball_singular": "Make an Excellent Curveball Throw", + "quest_title_quest_land_excellent_plural": "Make {{amount_0}} Excellent Throws", + "quest_title_quest_land_excellent_singular": "Make an Excellent Throw", + "quest_title_quest_land_great_curve_inarow_type_ghost": "Make {{amount_0}} Great Curveball Throws in a row on Ghost-type Pokémon", + "quest_title_quest_land_great_curve_type_ghost": "Make {{amount_0}} Great Curveball Throws on Ghost-type Pokémon", + "quest_title_quest_land_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws", + "quest_title_quest_land_great_curveball_singular": "Make a Great Curveball Throw", + "quest_title_quest_land_great_plural": "Make {{amount_0}} Great Throws", + "quest_title_quest_land_great_singular": "Make a Great Throw", + "quest_title_quest_land_great_type_ghost": "Make {{amount_0}} Great Throws on Ghost-type Pokémon", + "quest_title_quest_land_inarow_curveball_plural": "Make {{amount_0}} Curveball Throws in a row", + "quest_title_quest_land_inarow_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws in a row", + "quest_title_quest_land_inarow_excellent_plural": "Make {{amount_0}} Excellent Throws in a row", + "quest_title_quest_land_inarow_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws in a row", + "quest_title_quest_land_inarow_great_plural": "Make {{amount_0}} Great Throws in a row", + "quest_title_quest_land_inarow_nice_curveball_plural": "Make {{amount_0}} Nice Curveball Throws in a row", + "quest_title_quest_land_inarow_nice_plural": "Make {{amount_0}} Nice Throws in a row", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "Make {{amount_0}} Nice Curveball Throws in a row on Ghost-type Pokémon", + "quest_title_quest_land_nice_curve_plural": "Make {{amount_0}} Nice Curveball Throws", + "quest_title_quest_land_nice_curve_singular": "Make a Nice Curveball Throw", + "quest_title_quest_land_nice_curve_type_ghost": "Make {{amount_0}} Nice Curveball Throws on Ghost-type Pokémon", + "quest_title_quest_land_nice_electric_plural": "Catch {{amount_0}} Electric-type Pokémon with Nice Throws", + "quest_title_quest_land_nice_plural": "Make {{amount_0}} Nice Throws", + "quest_title_quest_land_nice_singular": "Make a Nice Throw", + "quest_title_quest_land_nice_type_ghost": "Make {{amount_0}} Nice Throws on Ghost-type Pokémon", + "quest_title_quest_larvitar_cdc_evolve_b": "Evolve {{amount_0}} Larvitar", + "quest_title_quest_larvitar_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Larvitar", + "quest_title_quest_latias_wild_snap": "Take a snapshot of Latias in the wild", + "quest_title_quest_latios_wild_snap": "Take a snapshot of Latios in the wild", + "quest_title_quest_litten_catch_b": "Catch {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_plural": "Evolve {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_singular": "Evolve a Litten", + "quest_title_quest_litten_snapshot_b": "Take a Snapshot of {{amount_0}} Litten", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "Challenge a nearby Trainer by scanning their Battle Code.", + "quest_title_quest_lucky_plural": "Obtain {{amount_0}} Lucky Pokémon in trades", + "quest_title_quest_lucky_singular": "Obtain a Lucky Pokémon in a trade", + "quest_title_quest_lunar19_friends_trade_plural": "Trade {{amount_0}} Pokémon with a friend", + "quest_title_quest_macht_catch_b": "Catch {{amount_0}} Machop", + "quest_title_quest_macht_evolve_b": "Evolve {{amount_0}} Machop", + "quest_title_quest_macht_evolve_s1": "Evolve {{amount_0}} Machoke", + "quest_title_quest_magit_catch_b": "Catch {{amount_0}} Magikarp", + "quest_title_quest_magit_evolve_b": "Evolve {{amount_0}} Magikarp", + "quest_title_quest_magmt_catch_b": "Catch {{amount_0}} Magmar", + "quest_title_quest_magmt_evolve_b": "Evolve {{amount_0}} Magmar", + "quest_title_quest_mareep_catch_b": "Catch {{amount_0}} Mareep", + "quest_title_quest_mareep_evolve_b": "Evolve {{amount_0}} Mareep", + "quest_title_quest_mareep_snapshot_b": "Take a snapshot of {{amount_0}} Mareep", + "quest_title_quest_mega_evo_primal_rev_plural": "Activate Primal Reversion or Mega Evolve a Pokémon {{amount_0}} times", + "quest_title_quest_mega_evo_primal_rev_singular": "Activate Primal Reversion or Mega Evolve a Pokémon", + "quest_title_quest_mega_evolve_beedrill": "Mega Evolve a Beedrill", + "quest_title_quest_mega_evolve_blastoise": "Mega Evolve a Blastoise", + "quest_title_quest_mega_evolve_charizard": "Mega Evolve a Charizard", + "quest_title_quest_mega_evolve_diancie": "Mega Evolve Diancie", + "quest_title_quest_mega_evolve_plural": "Mega Evolve {{amount_0}} Pokémon", + "quest_title_quest_mega_evolve_rayquaza": "Mega Evolve Rayquaza", + "quest_title_quest_mega_evolve_singular": "Mega Evolve a Pokémon", + "quest_title_quest_mega_evolve_venusaur": "Mega Evolve a Venusaur", + "quest_title_quest_mega_join_raid_plural": "Battle in {{amount_0}} Mega Raids", + "quest_title_quest_mega_join_raid_singular": "Battle in a Mega Raid", + "quest_title_quest_mega_win_raid_plural": "Win {{amount_0}} Mega Raids", + "quest_title_quest_mega_win_raid_singular": "Win a Mega Raid", + "quest_title_quest_mesprit_wild_snap": "Take a snapshot of Mesprit in the wild", + "quest_title_quest_metang_evolve_b_singular": "Evolve a Metang", + "quest_title_quest_more_reseach_coming_soon": "More research requests will be coming soon!", + "quest_title_quest_mudkt_catch_b": "Catch {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_b": "Evolve {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_s1": "Evolve {{amount_0}} Marshtomp", + "quest_title_quest_new_friends_plural": "Make {{amount_0}} new friends", + "quest_title_quest_new_friends_singular": "Make a new friend", + "quest_title_quest_noibat_catch_b": "Catch {{amount_0}} Noibat", + "quest_title_quest_noibat_evolve_b": "Evolve {{amount_0}} Noibat", + "quest_title_quest_noibat_snapshot_b": "Take a snapshot of {{amount_0}} Noibat", + "quest_title_quest_oshat_catch_b": "Catch {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_b": "Evolve {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_s1": "Evolve a Dewott", + "quest_title_quest_party_catch_electric_type_plural": "Catch {{amount_0}} Electric-type Pokémon while in a party", + "quest_title_quest_party_catch_electric_type_singular": "Catch a Electric-type Pokémon while in a party", + "quest_title_quest_party_catch_fire_type_plural": "Catch {{amount_0}} Fire-type Pokémon while in a party", + "quest_title_quest_party_catch_fire_type_singular": "Catch a Fire-type Pokémon while in a party", + "quest_title_quest_party_catch_normal_type_plural": "Catch {{amount_0}} Normal-type Pokémon while in a party", + "quest_title_quest_party_catch_normal_type_singular": "Catch a Normal-type Pokémon while in a party", + "quest_title_quest_party_catch_water_type_plural": "Catch {{amount_0}} Water-type Pokémon while in a party", + "quest_title_quest_party_catch_water_type_singular": "Catch a Water-type Pokémon while in a party", + "quest_title_quest_party_challenge_plural": "Complete {{amount_0}} Party Challenges", + "quest_title_quest_party_challenge_singular": "Complete a Party Challenge", + "quest_title_quest_platinum_johto_badge": "Earn the platinum Johto medal", + "quest_title_quest_platinum_kanto_badge": "Earn the platinum Kanto medal", + "quest_title_quest_platinum_medal_plural": "Earn {{amount_0}} platinum medals", + "quest_title_quest_platinum_medal_plural_five": "Earn 5 platinum medals", + "quest_title_quest_platinum_medal_plural_forty": "Earn 40 platinum medals", + "quest_title_quest_platinum_medal_plural_ten": "Earn 10 platinum medals", + "quest_title_quest_platinum_medal_plural_twenty": "Earn 20 platinum medals", + "quest_title_quest_platinum_medal_singular": "Earn a platinum medal", + "quest_title_quest_play_buddy_singular": "Play with your buddy", + "quest_title_quest_pokemon_appears": "Pokémon appears!", + "quest_title_quest_poliwag_catch_b": "Catch {{amount_0}} Poliwag", + "quest_title_quest_poliwag_evolve_b": "Evolve {{amount_0}} Poliwag", + "quest_title_quest_poliwag_snapshot_b": "Take {{amount_0}} snapshots of Poliwag", + "quest_title_quest_poliwhirl_evolve_b": "Evolve {{amount_0}} Poliwhirl", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "Catch {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_plural": "Evolve {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_singular": "Evolve a Popplio", + "quest_title_quest_porygon_catch_b": "Catch {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_plural": "Evolve {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_singular": "Evolve a Porygon", + "quest_title_quest_porygon_snapshot_b": "Take a snapshot of {{amount_0}} Porygon", + "quest_title_quest_porygon2_evolve_b_plural": "Evolve {{amount_0}} Porygon2", + "quest_title_quest_porygon2_evolve_b_singular": "Evolve a Porygon2", + "quest_title_quest_poryt_catch_b": "Catch {{amount_0}} Porygon", + "quest_title_quest_poryt_catch_s1": "Catch {{amount_0}} Porygon2", + "quest_title_quest_poryt_evolve_b": "Evolve {{amount_0}} Porygon", + "quest_title_quest_poryt_evolve_s1": "Evolve {{amount_0}} Porygon2", + "quest_title_quest_power_up_dragon_plural": "Power up Dragon-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_fire_ice": "Power up Fire- or Ice-type Pokémon 5 times", + "quest_title_quest_power_up_grass_ghost": "Power up Grass- or Ghost-type Pokémon 5 times", + "quest_title_quest_power_up_legendary_plural": "Power up Legendary or Mythical Pokémon {{amount_0}} times", + "quest_title_quest_power_up_legendary_singular": "Power up a Legendary or Mythical Pokémon", + "quest_title_quest_power_up_max_plural": "Power up {{amount_0}} Pokémon to their max CP", + "quest_title_quest_power_up_max_singular": "Power up a Pokémon to its max CP", + "quest_title_quest_power_up_plural": "Power up Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_bug": "Power up Bug-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_dark": "Power up Dark-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_dragon": "Power up Dragon-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_electric": "Power up Electric-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_fairy": "Power up Fairy-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_fighting": "Power up Fighting-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_fire": "Power up Fire-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_flying": "Power up Flying-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_ghost": "Power up Ghost-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_grass": "Power up Grass-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_ground": "Power up Ground-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_ice": "Power up Ice-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_normal": "Power up Normal-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_poison": "Power up Poison-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_psychic": "Power up Psychic-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_rock": "Power up Rock-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_rock_fairy": "Power up Rock- or Fairy-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_steel": "Power up Steel-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_water": "Power up Water-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_poison_rock": "Power up Poison- or Rock-type Pokémon 5 times", + "quest_title_quest_power_up_singular": "Power up a Pokémon", + "quest_title_quest_power_up_singular_marshadow": "Power up Marshadow", + "quest_title_quest_power_up_water_normal": "Power up Normal- or Water-type Pokémon 5 times", + "quest_title_quest_primal_raid_victory_groudon": "Win a Primal Groudon raid", + "quest_title_quest_primal_raid_victory_kyogre": "Win a Primal Kyogre raid", + "quest_title_quest_primal_raid_victory_plural": "Win {{amount_0}} Primal Raids", + "quest_title_quest_primal_raid_victory_singular": "Win a Primal Raid", + "quest_title_quest_primal_reversion_plural": "Activate Primal Reversion {{amount_0}} times", + "quest_title_quest_primal_reversion_singular": "Activate Primal Reversion", + "quest_title_quest_primal_surge_candy": "Primal Surge: Earn a Candy walking with your buddy", + "quest_title_quest_primal_surge_catch": "Primal Surge: Catch 10 Pokémon", + "quest_title_quest_primal_surge_hatch": "Primal Surge: Hatch an Egg", + "quest_title_quest_primal_surge_power_ground": "Primal Surge: Power up Ground-type Pokémon 5 times", + "quest_title_quest_primal_surge_power_water": "Primal Surge: Power up Water-type Pokémon 5 times", + "quest_title_quest_primal_surge_raid": "Primal Surge: Win a raid", + "quest_title_quest_psychicspec_catch_abra_plural": "Catch {{amount_0}} Abra or Drowzee", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_psychicspec_evolve_plural": "Evolve {{amount_0}} Exeggcute or Slowpoke", + "quest_title_quest_quaxly_evolve_b": "Evolve a Quaxly", + "quest_title_quest_quaxwell_evolve_b": "Evolve a Quaxwell", + "quest_title_quest_quilava_evolve_b_plural": "Evolve {{amount_0}} Quilava", + "quest_title_quest_quilava_evolve_b_singular": "Evolve a Quilava", + "quest_title_quest_quilladin_evolve_b": "Evolve {{amount_0}} Quilladin", + "quest_title_quest_raboot_evolve": "Evolve a Raboot", + "quest_title_quest_raid_friend_singular": "Raid with a friend", + "quest_title_quest_raid_t5_win": "Win a five-star raid", + "quest_title_quest_raid_with_buddy_plural": "Battle in {{amount_0}} raids with your buddy", + "quest_title_quest_raid_with_buddy_singular": "Battle in a raid with your buddy", + "quest_title_quest_reach_hoenn_gold": "Earn a gold Hoenn medal", + "quest_title_quest_reach_johto_gold": "Earn a gold Johto medal", + "quest_title_quest_reach_kanto_gold": "Earn a gold Kanto medal", + "quest_title_quest_reach_kanto_silver": "Earn a silver Kanto medal", + "quest_title_quest_reach_level": "Reach level {{amount_0}}", + "quest_title_quest_referral_initial_milestone": "Logged in to Pokémon GO", + "quest_title_quest_remove_bonus_challenge_desc": "You’ll receive another task tomorrow.", + "quest_title_quest_reward_desc_1": "Collect stamps to unlock Research Breakthroughs from Professor Willow!", + "quest_title_quest_reward_desc_2": "Next Breakthrough in", + "quest_title_quest_reward_desc_3_plural": "{{amount_0}} more stamps!", + "quest_title_quest_reward_desc_3_singular": "{{amount_0}} more stamp!", + "quest_title_quest_reward_encounter_later": "Later", + "quest_title_quest_reward_encounter_uses_ar": "You must be in AR mode to catch this Pokémon.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "A mysterious Pokémon has appeared!", + "quest_title_quest_reward_start_encounter": "Start Encounter", + "quest_title_quest_rocket_battle_plural": "Battle {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rocket_battle_win_plural": "Defeat {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rocket_battle_win_singular": "Defeat a Team GO Rocket Grunt", + "quest_title_quest_rocket_catch_shadow_singular": "Catch a Shadow Pokémon", + "quest_title_quest_rocket_evolve_plural": "Evolve {{amount_0}} Pokémon", + "quest_title_quest_rocket_leader_battle_win_singular": "Defeat a Team GO Rocket Leader", + "quest_title_quest_rocket_power_up_plural": "Power up Pokémon {{amount_0}} times", + "quest_title_quest_rocket_purify_dark_plural": "Purify {{amount_0}} Dark-type Shadow Pokémon", + "quest_title_quest_rocket_purify_fire_plural": "Purify {{amount_0}} Fire-type Shadow Pokémon", + "quest_title_quest_rocket_purify_plural": "Purify {{amount_0}} Shadow Pokémon", + "quest_title_quest_rocket_purify_type_singular": "Purify a Fire-, Water-, or Grass-type Shadow Pokémon", + "quest_title_quest_rocket_rescue_shadow_plural": "Rescue {{amount_0}} Shadow Pokémon", + "quest_title_quest_rocket_shadow_plural": "Catch {{amount_0}} Shadow Pokémon", + "quest_title_quest_rockethq1_arlo_win": "Defeat Team GO Rocket Leader Arlo", + "quest_title_quest_rockethq1_arlo_win_plural": "Defeat Team GO Rocket Leader Arlo {{amount_0}} times", + "quest_title_quest_rockethq1_battle_boss": "Battle the Team GO Rocket Boss", + "quest_title_quest_rockethq1_catch_legendary_shadow": "Catch a Legendary Shadow Pokémon", + "quest_title_quest_rockethq1_catch_shadow1": "Catch {{amount_0}} Shadow Pokémon", + "quest_title_quest_rockethq1_cliff_win": "Defeat Team GO Rocket Leader Cliff", + "quest_title_quest_rockethq1_cliff_win_plural": "Defeat Team GO Rocket Leader Cliff {{amount_0}} times", + "quest_title_quest_rockethq1_defeat_boss": "Defeat the Team GO Rocket Boss", + "quest_title_quest_rockethq1_find_boss": "Find the Team GO Rocket Boss", + "quest_title_quest_rockethq1_grunt_win1": "Defeat {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rockethq1_grunt_win2": "Defeat {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rockethq1_leader_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", + "quest_title_quest_rockethq1_leaders_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", + "quest_title_quest_rockethq1_purify": "Purify {{amount_0}} Shadow Pokémon", + "quest_title_quest_rockethq1_raid_win": "Win {{amount_0}} raids", + "quest_title_quest_rockethq1_sierra_win": "Defeat Team GO Rocket Leader Sierra", + "quest_title_quest_rockethq1_sierra_win_plural": "Defeat Team GO Rocket Leader Sierra {{amount_0}} times", + "quest_title_quest_rockethq1_spin": "Spin {{amount_0}} PokéStops", + "quest_title_quest_rockethq1_spin_row": "Spin a PokéStop {{amount_0}} days in a row", + "quest_title_quest_rockethq1_supereffective": "Use {{amount_0}} supereffective Charged Attacks in Gym battles", + "quest_title_quest_rockethq1_trainerbattle_win": "Win {{amount_0}} Great League Trainer Battles against another Trainer", + "quest_title_quest_roggenrola_catch_b": "Catch {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_evolve_b": "Evolve {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_snapshot_b": "Take {{amount_0}} snapshots of Roggenrola", + "quest_title_quest_roset_catch_b": "Catch {{amount_0}} Roselia", + "quest_title_quest_roset_evolve_b": "Evolve {{amount_0}} Roselia", + "quest_title_quest_rowlet_catch_b": "Catch {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_plural": "Evolve {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_singular": "Evolve {{amount_0}} Rowlet", + "quest_title_quest_rowlet_snapshot_b": "Take a snapshot of {{amount_0}} Rowlet", + "quest_title_quest_sandt_catch_b": "Catch {{amount_0}} Sandshrew", + "quest_title_quest_sandt_evolve_b": "Evolve {{amount_0}} Sandshrew", + "quest_title_quest_scorbunny_evolve": "Evolve a Scorbunny", + "quest_title_quest_send_gifts_daily_row": "Send Gifts {{amount_0}} Days in a Row", + "quest_title_quest_send_gifts_plural": "Send {{amount_0}} Gifts to friends", + "quest_title_quest_send_gifts_singular": "Send a Gift to a friend", + "quest_title_quest_send_gifts_sticker_plural": "Send {{amount_0}} Gifts and add a sticker to each", + "quest_title_quest_send_gifts_sticker_singular": "Send a Gift with a sticker", + "quest_title_quest_shelgon_evolve_b_plural": "Evolve {{amount_0}} Shelgon", + "quest_title_quest_shelgon_evolve_b_singular": "Evolve a Shelgon", + "quest_title_quest_shint_catch_b": "Catch {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_b": "Evolve {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_s1": "Evolve {{amount_0}} Luxio", + "quest_title_quest_sinnoh_evolve_plural": "Evolve {{amount_0}} Pokémon to species originally discovered in the Sinnoh region", + "quest_title_quest_sinnoh_evolve_stone_plural": "Use a Sinnoh Stone to evolve {{amount_0}} Pokémon", + "quest_title_quest_sinnoh_medal_gold": "Earn a gold Sinnoh medal", + "quest_title_quest_sliggoo_evolve_b_plural": "Evolve {{amount_0}} Sliggoo", + "quest_title_quest_sliggoo_evolve_b_singular": "Evolve a Sliggoo", + "quest_title_quest_slowpoke_catch_b": "Catch {{amount_0}} Slowpoke or Galarian Slowpoke", + "quest_title_quest_slowpoke_evolve_b": "Evolve {{amount_0}} Slowpoke or Galarian Slowpoke", + "quest_title_quest_slowpoke_snapshot_b": "Take a snapshot of {{amount_0}} Slowpoke or Galarian Slowpoke", + "quest_title_quest_snapshot_ar_photo_safari": "Take a Snapshot with your Buddy at the PGO Tent", + "quest_title_quest_snapshot_bali": "Take a snapshot in Bali", + "quest_title_quest_snapshot_buddy": "Take a snapshot with your buddy", + "quest_title_quest_snapshot_bulbasaur": "Take a snapshot of Bulbasaur", + "quest_title_quest_snapshot_charmander": "Take a snapshot of Charmander", + "quest_title_quest_snapshot_chikorita": "Take a snapshot of your Chikorita", + "quest_title_quest_snapshot_cyndaquil": "Take a snapshot of your Cyndaquil", + "quest_title_quest_snapshot_genesect": "Take {{amount_0}} snapshots of Genesect", + "quest_title_quest_snapshot_hariyama": "Take a snapshot of your Hariyama", + "quest_title_quest_snapshot_hoopa_singular": "Take a snapshot of Hoopa", + "quest_title_quest_snapshot_jeju": "Take a snapshot on Jeju Island", + "quest_title_quest_snapshot_keldeo": "Take {{amount_0}} snapshots of Keldeo", + "quest_title_quest_snapshot_landorus": "Take a snapshot of Landorus", + "quest_title_quest_snapshot_machamp": "Take a snapshot of your Machamp", + "quest_title_quest_snapshot_okinawa": "Take a snapshot in Okinawa", + "quest_title_quest_snapshot_poison_grass_singular": "Take a snapshot of a wild Poison-type Pokémon", + "quest_title_quest_snapshot_regi_ice": "Take a snapshot of Regice", + "quest_title_quest_snapshot_regi_rock": "Take a snapshot of Regirock", + "quest_title_quest_snapshot_regi_steel": "Take a snapshot of Registeel", + "quest_title_quest_snapshot_scrafty": "Take a snapshot of your Scrafty", + "quest_title_quest_snapshot_singular": "Take a snapshot", + "quest_title_quest_snapshot_storage_bug_unique_plural": "Take snapshots of {{amount_0}} different Bug-type Pokémon that you caught", + "quest_title_quest_snapshot_storage_steel_unique_plural": "Take snapshots of {{amount_0}} different Steel-type Pokémon that you caught", + "quest_title_quest_snapshot_storage_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", + "quest_title_quest_snapshot_surabaya": "Take a snapshot in Surabaya", + "quest_title_quest_snapshot_thundurus": "Take a snapshot of Thundurus", + "quest_title_quest_snapshot_tornadus": "Take a snapshot of Tornadus", + "quest_title_quest_snapshot_totodile": "Take a snapshot of your Totodile", + "quest_title_quest_snapshot_unique_fire_pokemon": "Take snapshots of {{amount_0}} different Fire-type Pokémon", + "quest_title_quest_snapshot_unique_pokemon": "Take snapshots of {{amount_0}} different Pokémon", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Take a snapshot of Shinx, Blitzle, or Furfrou in the wild", + "quest_title_quest_snapshot_wild_bug_plural": "Take {{amount_0}} snapshots of wild Bug-type Pokémon", + "quest_title_quest_snapshot_wild_bug_unique_plural": "Take snapshots of {{amount_0}} different wild Bug-type Pokémon", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Take a snapshot of Butterfree, Shinx, or Blitzle in the wild", + "quest_title_quest_snapshot_wild_dark_plural": "Take {{amount_0}} snapshots of wild Dark-type Pokémon", + "quest_title_quest_snapshot_wild_dark_unique_plural": "Take snapshots of {{amount_0}} different wild Dark-type Pokémon", + "quest_title_quest_snapshot_wild_dragon_plural": "Take {{amount_0}} snapshots of wild Dragon-type Pokémon", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "Take snapshots of {{amount_0}} different wild Dragon-type Pokémon", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Take a snapshot of Chinchou, Finneon, or Ducklett in the wild", + "quest_title_quest_snapshot_wild_eevee": "Take a snapshot of Eevee in the wild", + "quest_title_quest_snapshot_wild_electric_plural": "Take {{amount_0}} snapshots of wild Electric-type Pokémon", + "quest_title_quest_snapshot_wild_electric_unique_plural": "Take snapshots of {{amount_0}} different wild Electric-type Pokémon", + "quest_title_quest_snapshot_wild_entei": "Take a snapshot of Entei in the wild", + "quest_title_quest_snapshot_wild_fairy_plural": "Take {{amount_0}} snapshots of wild Fairy-type Pokémon", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Fairy-type Pokémon", + "quest_title_quest_snapshot_wild_fighting_plural": "Take {{amount_0}} snapshots of wild Fighting-type Pokémon", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "Take snapshots of {{amount_0}} different wild Fighting-type Pokémon", + "quest_title_quest_snapshot_wild_fire_plural": "Take {{amount_0}} snapshots of wild Fire-type Pokémon", + "quest_title_quest_snapshot_wild_fire_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-type Pokémon", + "quest_title_quest_snapshot_wild_flying_plural": "Take {{amount_0}} snapshots of wild Flying-type Pokémon", + "quest_title_quest_snapshot_wild_flying_unique_plural": "Take snapshots of {{amount_0}} different wild Flying-type Pokémon", + "quest_title_quest_snapshot_wild_frillish_absol": "Take a snapshot of Absol or Frillish in the wild", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Take a snapshot of Sandshrew, Geodude, or Cacnea in the wild", + "quest_title_quest_snapshot_wild_ghost_plural": "Take {{amount_0}} snapshots of wild Ghost-type Pokémon", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "Take snapshots of {{amount_0}} different wild Ghost-type Pokémon", + "quest_title_quest_snapshot_wild_grass_plural": "Take {{amount_0}} snapshots of wild Grass-type Pokémon", + "quest_title_quest_snapshot_wild_grass_singular": "Take a snapshot of a wild Grass-type Pokémon", + "quest_title_quest_snapshot_wild_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Grass-type Pokémon", + "quest_title_quest_snapshot_wild_ground_plural": "Take {{amount_0}} snapshots of wild Ground-type Pokémon", + "quest_title_quest_snapshot_wild_ground_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-type Pokémon", + "quest_title_quest_snapshot_wild_hoothoot": "Take a snapshot of Hoothoot in the wild", + "quest_title_quest_snapshot_wild_ice_plural": "Take {{amount_0}} snapshots of wild Ice-type Pokémon", + "quest_title_quest_snapshot_wild_ice_singular": "Take a snapshot of a wild Ice-type Pokémon", + "quest_title_quest_snapshot_wild_ice_unique_plural": "Take snapshots of {{amount_0}} different wild Ice-type Pokémon", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Take a snapshot of Metapod, Aipom, or Lotad in the wild", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Take a snapshot of Chinchou, Luvdisc, or Finneon in the wild", + "quest_title_quest_snapshot_wild_mareanie_singluar": "Take a snapshot of Mareanie in the wild", + "quest_title_quest_snapshot_wild_normal_plural": "Take {{amount_0}} snapshots of wild Normal-type Pokémon", + "quest_title_quest_snapshot_wild_normal_unique_plural": "Take snapshots of {{amount_0}} different wild Normal-type Pokémon", + "quest_title_quest_snapshot_wild_plural": "Take {{amount_0}} snapshots of wild Pokémon", + "quest_title_quest_snapshot_wild_poison_plural": "Take {{amount_0}} snapshots of wild Poison-type Pokémon", + "quest_title_quest_snapshot_wild_poison_unique_plural": "Take snapshots of {{amount_0}} different wild Poison-type Pokémon", + "quest_title_quest_snapshot_wild_psychic_plural": "Take {{amount_0}} snapshots of wild Psychic-type Pokémon", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "Take snapshots of {{amount_0}} different wild Psychic-type Pokémon", + "quest_title_quest_snapshot_wild_raikou": "Take a snapshot of Raikou in the wild", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-, Rock-, or Fairy-type Pokémon", + "quest_title_quest_snapshot_wild_rock_plural": "Take {{amount_0}} snapshots of wild Rock-type Pokémon", + "quest_title_quest_snapshot_wild_rock_unique_plural": "Take snapshots of {{amount_0}} different wild Rock-type Pokémon", + "quest_title_quest_snapshot_wild_singular": "Take a snapshot of a wild Pokémon", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Take a snapshot of Dodrio, Mantine, or Skarmory in the wild", + "quest_title_quest_snapshot_wild_skitty_kirlia": "Take a snapshot of Kirlia or Skitty in the wild", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Take a snapshot of Sneasel, Croagunk, or Frillish in the wild", + "quest_title_quest_snapshot_wild_steel_plural": "Take {{amount_0}} snapshots of wild Steel-type Pokémon", + "quest_title_quest_snapshot_wild_steel_unique_plural": "Take snapshots of {{amount_0}} different wild Steel-type Pokémon", + "quest_title_quest_snapshot_wild_suicune": "Take a snapshot of Suicune in the wild", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Take a snapshot of Sandshrew, Trapinch, or Cacnea in the wild", + "quest_title_quest_snapshot_wild_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-, Water-, or Grass-type Pokémon", + "quest_title_quest_snapshot_wild_water_plural": "Take {{amount_0}} snapshots of wild Water-type Pokémon", + "quest_title_quest_snapshot_wild_water_singular": "Take a snapshot of wild Water-type Pokémon", + "quest_title_quest_snapshot_wild_water_unique_plural": "Take snapshots of {{amount_0}} different wild Water-type Pokémon", + "quest_title_quest_snapshot_yogyakarta": "Take a snapshot in Yogyakarta", + "quest_title_quest_snapshots_inarow_plural": "Take a snapshot of a Pokémon {{amount_0}} days in a row", + "quest_title_quest_snapshots_plural": "Take {{amount_0}} snapshots", + "quest_title_quest_snapshots_your_plural": "Take {{amount_0}} snapshots of your Pokémon", + "quest_title_quest_snapshots_your_singular": "Take a snapshot of one of your Pokémon", + "quest_title_quest_snivt_catch_b": "Catch {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_b": "Evolve {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_s1": "Evolve {{amount_0}} Servine", + "quest_title_quest_sobble_evolve": "Evolve a Sobble", + "quest_title_quest_sphet_catch_b": "Catch {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_b": "Evolve {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_s1": "Evolve {{amount_0}} Sealeo", + "quest_title_quest_spin_151": "Spin 151 PokéStops or Gyms", + "quest_title_quest_spin_daysinarow": "Visit PokéStops {{amount_0}} days in a row", + "quest_title_quest_spin_go_tour_habitat_01": "Spin {{amount_0}} PokéStops or Gyms in the Seaside Metropolis habitat", + "quest_title_quest_spin_go_tour_habitat_02": "Spin {{amount_0}} PokéStops or Gyms in the Entangled Ruins habitat", + "quest_title_quest_spin_go_tour_habitat_03": "Spin {{amount_0}} PokéStops or Gyms in the Bubbling Mire habitat", + "quest_title_quest_spin_go_tour_habitat_04": "Spin {{amount_0}} PokéStops or Gyms in the Mountain Hot Spring habitat", + "quest_title_quest_spin_go_tour_spiritomb_plural": "Spin {{amount_0}} different Spiritomb PokéStops", + "quest_title_quest_spin_go_tour_spiritomb_singular": "Spin a Spiritomb PokéStop", + "quest_title_quest_spin_mexico_plural": "Spin {{amount_0}} PokéStops in Mexico", + "quest_title_quest_spin_mexico_singular": "Spin a PokéStop in Mexico", + "quest_title_quest_spin_pokestop_days": "Visit PokéStops on {{amount_0}} different days", + "quest_title_quest_spin_ultra_wormhole_gym": "Spin the Gym marked “Ultra Wormhole”", + "quest_title_quest_spin_wcs_2024": "Spin 10 PokéStops or Gyms at the Hawaiʻi Convention Center", + "quest_title_quest_sprigatito_evolve_b": "Evolve a Sprigatito", + "quest_title_quest_squirtle_catch_b": "Catch {{amount_0}} Squirtle", + "quest_title_quest_squirtle_evolve_b": "Evolve {{amount_0}} Squirtle", + "quest_title_quest_squirtle_snapshot_b": "Take {{amount_0}} snapshots of Squirtle", + "quest_title_quest_st_catch_s": "Catch 15 Seedot", + "quest_title_quest_st_evolve_n": "Evolve a Nuzleaf", + "quest_title_quest_st_evolve_s": "Evolve 3 Seedot", + "quest_title_quest_stardust_plural": "Earn {{amount_0}} Stardust", + "quest_title_quest_starly_catch_b": "Catch {{amount_0}} Starly", + "quest_title_quest_starly_evolve_b": "Evolve {{amount_0}} Starly", + "quest_title_quest_starly_snapshot_b": "Take {{amount_0}} snapshots of Starly", + "quest_title_quest_start_battle": "START BATTLE!", + "quest_title_quest_steenee_evolve_b_plural": "Evolve {{amount_0}} Steenee", + "quest_title_quest_steenee_evolve_b_singular": "Evolve a Steenee", + "quest_title_quest_streak_format": "{{amount_0}} DAY STREAK!", + "quest_title_quest_stuff_catch_b": "Catch {{amount_0}} Stufful", + "quest_title_quest_stuff_evolve_b": "Evolve {{amount_0}} Stufful", + "quest_title_quest_stuff_snapshot_b": "Take {{amount_0}} snapshots of Stufful in the wild", + "quest_title_quest_supereffective_charge_party_plural": "Use {{amount_0}} supereffective Charged Attacks while in a party", + "quest_title_quest_supereffective_charge_party_singular": "Use a supereffective Charged Attack while in a party", + "quest_title_quest_supereffective_charge_plural": "Use {{amount_0}} supereffective Charged Attacks", + "quest_title_quest_supereffective_charge_singular": "Use a supereffective Charged Attack", + "quest_title_quest_surskit_catch": "Catch {{amount_0}} Surskit", + "quest_title_quest_swabt_catch_b": "Catch {{amount_0}} Swablu", + "quest_title_quest_swabt_evolve_b": "Evolve {{amount_0}} Swablu", + "quest_title_quest_swinub_cdc_evolve_b": "Evolve {{amount_0}} Swinub", + "quest_title_quest_swinub_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Swinub", + "quest_title_quest_teddiursa_catch_b": "Catch {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_evolve_b": "Evolve {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_snapshot_b": "Take a snapshot of {{amount_0}} Teddiursa", + "quest_title_quest_template.display.branches#0.button_text_key": "Raids, Grunts, and Gyms!", + "quest_title_quest_template.display.branches#0.description_key": "By choosing this path, you’ll be given tasks related to challenging Gyms, raids, and Team GO Rocket members to earn rewards such as an encounter with Charizard and more.", + "quest_title_quest_template.display.branches#1.button_text_key": "GO Battle League!", + "quest_title_quest_template.display.branches#1.description_key": "By choosing this path, you’ll be challenged with tasks related to battling other Trainers to earn rewards such as an encounter with Charizard and more.", + "quest_title_quest_tepit_catch_b": "Catch {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_b": "Evolve {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_s1": "Evolve {{amount_0}} Pignite", + "quest_title_quest_thwackey_evolve": "Evolve a Thwackey", + "quest_title_quest_timburr_catch_b": "Catch {{amount_0}} Timburr", + "quest_title_quest_timburr_evolve_b": "Evolve {{amount_0}} Timburr", + "quest_title_quest_timburr_snapshot_b": "Take a snapshot of {{amount_0}} Timburr", + "quest_title_quest_time_remaining_day_plural": "{{amount_0}} days left to complete this Special Research", + "quest_title_quest_time_remaining_day_singular": "{{amount_0}} day left to complete this Special Research", + "quest_title_quest_togetic_catch_b": "Catch {{amount_0}} Togetic", + "quest_title_quest_togetic_evolve_b": "Evolve {{amount_0}} Togetic", + "quest_title_quest_togetic_snapshot_b": "Take a snapshot of {{amount_0}} Togetic", + "quest_title_quest_torracat_evolve_b_plural": "Evolve {{amount_0}} Torracat", + "quest_title_quest_torracat_evolve_b_singular": "Evolve a Torracat", + "quest_title_quest_trade_50km_plural": "Make {{amount_0}} trades with Pokémon caught at least 50 km apart", + "quest_title_quest_trade_100km_plural": "Make {{amount_0}} trades with Pokémon caught at least 100 km apart", + "quest_title_quest_trade_200km_plural": "Make {{amount_0}} trades with Pokémon caught at least 200 km apart", + "quest_title_quest_trade_300km_plural": "Make {{amount_0}} trades with Pokémon caught at least 300 km apart", + "quest_title_quest_trade_400km_plural": "Make {{amount_0}} trades with Pokémon caught at least 400 km apart", + "quest_title_quest_trade_500km_plural": "Make {{amount_0}} trades with Pokémon caught at least 500 km apart", + "quest_title_quest_trade_500km_singular": "Make a trade with Pokémon caught at least 500 km apart", + "quest_title_quest_trade_pikachu_plural": "Trade {{amount_0}} Pikachu", + "quest_title_quest_trade_plural": "Trade Pokémon {{amount_0}} times", + "quest_title_quest_trade_singular": "Trade a Pokémon", + "quest_title_quest_transfer_pidgey_plural": "Transfer {{amount_0}} Pidgey", + "quest_title_quest_transfer_pokemon_plural": "Transfer {{amount_0}} Pokémon", + "quest_title_quest_transfer_pokemon_singular": "Transfer a Pokémon", + "quest_title_quest_transfer_rock_or_poison_plural": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", + "quest_title_quest_transfer_rock_poison": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", + "quest_title_quest_transfer_type_bug_plural": "Transfer {{amount_0}} Bug-type Pokémon", + "quest_title_quest_transfer_type_dark_plural": "Transfer {{amount_0}} Dark-type Pokémon", + "quest_title_quest_transfer_type_dragon_plural": "Transfer {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_transfer_type_electric_plural": "Transfer {{amount_0}} Electric-type Pokémon", + "quest_title_quest_transfer_type_fairy_plural": "Transfer {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_transfer_type_fighting_plural": "Transfer {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_transfer_type_fire_plural": "Transfer {{amount_0}} Fire-type Pokémon", + "quest_title_quest_transfer_type_flying_plural": "Transfer {{amount_0}} Flying-type Pokémon", + "quest_title_quest_transfer_type_ghost_plural": "Transfer {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_transfer_type_grass_plural": "Transfer {{amount_0}} Grass-type Pokémon", + "quest_title_quest_transfer_type_ground_plural": "Transfer {{amount_0}} Ground-type Pokémon", + "quest_title_quest_transfer_type_ice_plural": "Transfer {{amount_0}} Ice-type Pokémon", + "quest_title_quest_transfer_type_normal_plural": "Transfer {{amount_0}} Normal-type Pokémon", + "quest_title_quest_transfer_type_poison_plural": "Transfer {{amount_0}} Poison-type Pokémon", + "quest_title_quest_transfer_type_psychic_plural": "Transfer {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_transfer_type_rock_plural": "Transfer {{amount_0}} Rock-type Pokémon", + "quest_title_quest_transfer_type_steel_plural": "Transfer {{amount_0}} Steel-type Pokémon", + "quest_title_quest_transfer_type_water_plural": "Transfer {{amount_0}} Water-type Pokémon", + "quest_title_quest_travel_routes_km_plural": "Walk {{amount_0}} km while traveling Routes", + "quest_title_quest_travel_routes_meters_plural": "Walk {{amount_0}} m while traveling Routes", + "quest_title_quest_tynamo_catch_b": "Catch {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_plural": "Evolve {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_singular": "Evolve a Tynamo", + "quest_title_quest_under_investigation": "Professor Willow is currently performing an investigation regarding this research. Check back for more details soon!", + "quest_title_quest_urd22_june_battle_gym": "Research Day: Battle in a Gym", + "quest_title_quest_urd22_june_battle_raid": "Research Day: Battle in a raid", + "quest_title_quest_urd22_june_beries": "Research Day: Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_urd22_june_catch_rock": "Research Day: Catch {{amount_0}} Rock-type Pokémon", + "quest_title_quest_urd22_june_catch_weather": "Research Day: Catch {{amount_0}} Pokémon with Weather Boost", + "quest_title_quest_urd22_june_curveball": "Research Day: Land {{amount_0}} Curveball Throws", + "quest_title_quest_urd22_june_curveball_row": "Research Day: Land {{amount_0}} Curveball Throws in a row", + "quest_title_quest_urd22_june_evolve_rock": "Research Day: Evolve {{amount_0}} Rock-type Pokémon", + "quest_title_quest_urd22_june_gift_sticker": "Research Day: Send {{amount_0}} Gifts with stickers", + "quest_title_quest_urd22_june_great": "Research Day: Land {{amount_0}} Great Throws", + "quest_title_quest_urd22_june_great_row": "Research Day: Land {{amount_0}} Great Throws in a row", + "quest_title_quest_urd22_june_nice": "Research Day: Land {{amount_0}} Nice Throws", + "quest_title_quest_urd22_june_nice_row": "Research Day: Land {{amount_0}} Nice Throws in a row", + "quest_title_quest_urd22_june_powerup": "Research Day: Power up a Pokémon {{amount_0}} times", + "quest_title_quest_urd22_june_snap_rock": "Research Day: Take a snapshot of a wild Rock-type Pokémon", + "quest_title_quest_urd22_june_spin_stops": "Research Day: Spin {{amount_0}} PokéStops", + "quest_title_quest_urd22_june_supereffective": "Research Day: Use a supereffective Charged Attack", + "quest_title_quest_ursaring_evolve_b": "Evolve {{amount_0}} Ursaring", + "quest_title_quest_use_any_potion": "Use any Potion on a Pokémon", + "quest_title_quest_use_charged_move_singular": "Use a supereffective Charged Attack", + "quest_title_quest_use_charged_tm": "Use a Charged TM", + "quest_title_quest_use_dai_plural": "Use {{amount_0}} Daily Adventure Incense", + "quest_title_quest_use_dai_singular": "Use one Daily Adventure Incense", + "quest_title_quest_use_fast_tm": "Use a Fast TM", + "quest_title_quest_use_hyper_potion": "Use a Hyper Potion on a Pokémon", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "Use {{amount_0}} Lure Modules while following Routes", + "quest_title_quest_use_lure_singular": "Use a Lure Module while following a Route", + "quest_title_quest_use_max_potion": "Use a Max Potion on a Pokémon", + "quest_title_quest_use_poffin": "Use a Poffin", + "quest_title_quest_use_rare_candy_plural": "Use {{amount_0}} Rare Candies", + "quest_title_quest_use_rare_candy_singular": "Use a Rare Candy", + "quest_title_quest_use_standard_charged_tm": "Use a Charged TM", + "quest_title_quest_use_standard_fast_tm": "Use a Fast TM", + "quest_title_quest_use_super_potion": "Use a Super Potion on a Pokémon", + "quest_title_quest_uxie_wild_snap": "Take a snapshot of Uxie in the wild", + "quest_title_quest_val19_catch_specific_plural": "Valentine’s Day: Catch {{amount_0}} Luvdisc", + "quest_title_quest_val19_catch_specific_singular": "Valentine’s Day: Catch a Chansey", + "quest_title_quest_visit_different_pokestops": "Spin {{amount_0}} different PokéStops", + "quest_title_quest_visit_pokestop_new_plural": "Spin {{amount_0}} PokéStops you haven't visited before", + "quest_title_quest_visit_pokestop_new_singular": "Spin a PokéStop you haven't visited before", + "quest_title_quest_visit_pokestops_party_plural": "Spin {{amount_0}} PokéStops or Gyms while in a party", + "quest_title_quest_visit_pokestops_plural": "Spin {{amount_0}} PokéStops or Gyms", + "quest_title_quest_visit_pokestops_singular": "Spin a PokéStop or Gym", + "quest_title_quest_visit_unique_pokestops_plural": "Spin {{amount_0}} different PokéStops or Gyms", + "quest_title_quest_wailmer_catch_b": "Catch {{amount_0}} Wailmer", + "quest_title_quest_waina_catch_great_ultra_plural": "Catch {{amount_0}} Pokémon in Great Balls or Ultra Balls using Pokémon GO Plus +", + "quest_title_quest_waina_catch_plural": "Catch {{amount_0}} Pokémon in Poké Balls using Pokémon GO Plus +", + "quest_title_quest_waina_sleep_days": "Track sleep using Pokémon GO Plus + for {{amount_0}} days", + "quest_title_quest_waina_sleep_days_singular": "Track sleep using Pokémon GO Plus + for 1 day", + "quest_title_quest_waina_spin_pokestop_plural": "Spin {{amount_0}} PokéStops using Pokémon GO Plus +", + "quest_title_quest_walk_25km_inaweek_plural": "Walk 25 km in one week using Adventure Sync {{amount_0}} times", + "quest_title_quest_walk_buddy_plural": "Earn {{amount_0}} Candies walking with your buddy", + "quest_title_quest_walk_buddy_singular": "Earn a Candy walking with your buddy", + "quest_title_quest_walk_eevee_for_evo": "Walk 10 km with Eevee as your buddy to earn Candy", + "quest_title_quest_walk_hgrowlithe_header_0": "Tails of Adventure", + "quest_title_quest_walk_km": "Walk {{amount_0}} km", + "quest_title_quest_walk_km_plural": "Walk {{amount_0}} km", + "quest_title_quest_walk_routes_plural": "Walk {{amount_0}} km while following Routes", + "quest_title_quest_walk_routes_singular": "Walk {{amount_0}} km while following Routes", + "quest_title_quest_walk_steps": "Walk {{amount_0}} steps", + "quest_title_quest_wartortle_evolve_b": "Evolve {{amount_0}} Wartortle", + "quest_title_quest_waterfestival_catch_feed_plural": "Water Festival: Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_waterfestival_catch_pokemon_plural": "Water Festival: Catch {{amount_0}} Pokémon", + "quest_title_quest_waterfestival_catch_special9_plural": "Water Festival: Catch {{amount_0}} Magikarp or Wailmer", + "quest_title_quest_waterfestival_catch_type_water_plural": "Water Festival: Catch {{amount_0}} Water-type Pokémon", + "quest_title_quest_waterfestival_evolve_plural": "Water Festival: Evolve {{amount_0}} Shellder", + "quest_title_quest_waterfestival_evolve_type_water_plural": "Water Festival: Evolve {{amount_0}} Water-type Pokémon", + "quest_title_quest_waterfestival_hatch_egg_singular": "Water Festival: Hatch an Egg", + "quest_title_quest_waterfestival_land_great_plural": "Water Festival: Make {{amount_0}} Great Throws", + "quest_title_quest_waterfestival_land_nice_plural": "Water Festival: Make {{amount_0}} Nice Throws", + "quest_title_quest_waterfestival_win_raid_singular": "Water Festival: Win a raid", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer bonus: Catch {{amount_0}} Pokémon", + "quest_title_quest_wcs_2024_catch_psychic_electric": "Catch {{amount_0}} Electric- or Psychic-type Pokémon", + "quest_title_quest_wcs_2024_snapshot_fairy": "Take {{amount_0}} snapshots of different wild Fairy-type Pokémon", + "quest_title_quest_wcs_2024_spin_00": "Spin the PokéStop at the Pokémon GO Zone", + "quest_title_quest_wcs_2024_spin_01": "Spin the PokéStop at the Play Lab", + "quest_title_quest_wcs_2024_spin_02": "Spin the PokéStop at the Collect & Trade Corner", + "quest_title_quest_weepinbell_evolve_b_plural": "Evolve {{amount_0}} Weepinbell", + "quest_title_quest_weepinbell_evolve_b_singular": "Evolve a Weepinbell", + "quest_title_quest_wimpod_catch_b": "Catch {{amount_0}} Wimpod", + "quest_title_quest_win_gym_plural": "Win {{amount_0}} Gym battles", + "quest_title_quest_win_gym_singular": "Win a Gym battle", + "quest_title_quest_win_raid_2_singular": "Win a two-star raid or higher", + "quest_title_quest_win_raid_3_plural": "Win {{amount_0}} three-star raids or higher", + "quest_title_quest_win_raid_3_singular": "Win a three-star raid or higher", + "quest_title_quest_win_raid_buddy_plural": "Win {{amount_0}} raids with your Buddy Pokémon", + "quest_title_quest_win_raid_buddy_singular": "Win a raid with your buddy", + "quest_title_quest_win_raid_lvl1_higher_singular": "Win a one-star raid or higher", + "quest_title_quest_win_raid_lvl1_singular": "Win a one-star raid", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Win {{amount_0}} raids using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Win a raid using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Win a three-star raid using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 2,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Win a three-star raid using only Pokémon with 2,500 CP or less", + "quest_title_quest_win_raid_party_plural": "Win {{amount_0}} raids while in a party", + "quest_title_quest_win_raid_party_singular": "Win a raid while in a party", + "quest_title_quest_win_raid_plural": "Win {{amount_0}} raids", + "quest_title_quest_win_raid_singular": "Win a raid", + "quest_title_quest_win_raid_unique_plural": "Win {{amount_0}} raids using a team of all unique Pokémon species", + "quest_title_quest_win_raid_unique_singular": "Win a raid using a team of all unique Pokémon species", + "quest_title_quest_win_raid_with_friend_plural": "Win {{amount_0}} raids with a friend", + "quest_title_quest_win_raid_with_friend_singular": "Win a raid with a friend", + "quest_title_quest_win_raids_unique_1500_plural": "Win {{amount_0}} raids with a team of different Pokémon at or below 1,500 CP", + "quest_title_quest_win_raids_unique_plural": "Win {{amount_0}} raids with a team of different Pokémon", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "Defeat a Team GO Rocket Leader using only Pokémon with 1500 CP or less", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 2,500 CP or less", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,000 CP or less", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,500 CP or less", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 4,000 CP or less", + "quest_title_quest_wooper_catch_b": "Catch {{amount_0}} Wooper or Paldean Wooper", + "quest_title_quest_wooper_evolve_b": "Evolve {{amount_0}} Wooper or Paldean Wooper", + "quest_title_quest_wooper_snapshot_b": "Take a snapshot of {{amount_0}} Wooper or Paldean Wooper", + "quest_title_quest_wt_catch_weedle": "Catch {{amount_0}} Weedle", + "quest_title_quest_wt_evolve_kakuna": "Evolve {{amount_0}} Kakuna", + "quest_title_quest_wt_evolve_weedle": "Evolve {{amount_0}} Weedle", + "quest_title_quest_xp_plural": "Earn {{amount_0}} XP", + "quest_title_quest_zigzagoon_catch_b": "Catch {{amount_0}} Galarian Zigzagoon", + "quest_title_quest_zigzagoon_evolve_b": "Evolve {{amount_0}} Galarian Zigzagoon", + "quest_title_quest_zigzagoon_snapshot_b": "Take {{amount_0}} snapshots of Galarian Zigzagoon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Caught 0 Pokémon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Caught {{amount_0}} Pokémon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "Caught 1 Pokémon", + "quest_title_score_1_10_11_12_singular": "Caught {{amount_0}} Fire-, Water-, or Grass-type Pokémon", + "quest_title_score_1_10_singular": "Caught {{amount_0}} Fire-type Pokémon", + "quest_title_score_1_11_singular": "Caught {{amount_0}} Water-type Pokémon", + "quest_title_score_1_12_singular": "Caught {{amount_0}} Grass-type Pokémon", + "quest_title_score_1_none": "Caught 0 Pokémon", + "quest_title_score_1_plural": "Caught {{amount_0}} Pokémon", + "quest_title_score_1_singular": "Caught 1 Pokémon", + "quest_title_score_6_plural": "Won {{amount_0}} raids", + "quest_title_score_6_singular": "Won 1 raid", + "quest_title_score_8_10_none": "Made 0 Nice Throws", + "quest_title_score_8_10_plural": "Made {{amount_0}} Nice Throws", + "quest_title_score_8_10_singular": "Made 1 Nice Throw", + "quest_title_score_8_11_none": "Made 0 Great Throws", + "quest_title_score_8_11_plural": "Made {{amount_0}} Great Throws", + "quest_title_score_8_11_singular": "Made 1 Great Throw", + "quest_title_score_8_12_none": "Made 0 Excellent Throws", + "quest_title_score_8_12_plural": "Made {{amount_0}} Excellent Throws", + "quest_title_score_8_12_singular": "Made 1 Excellent Throw", + "quest_title_score_8_13_none": "Made 0 Curveball Throws", + "quest_title_score_8_13_plural": "Made {{amount_0}} Curveball Throws", + "quest_title_score_8_13_singular": "Made 1 Curveball Throw", + "quest_title_score_11_701_none": "Used 0 Razz Berries", + "quest_title_score_11_701_plural": "Used {{amount_0}} Razz Berries", + "quest_title_score_11_701_singular": "Used 1 Razz Berry", + "quest_title_score_11_703_none": "Used 0 Nanab Berries", + "quest_title_score_11_703_plural": "Used {{amount_0}} Nanab Berries", + "quest_title_score_11_703_singular": "Used 1 Nanab Berry", + "quest_title_score_11_705_none": "Used 0 Pinap Berries", + "quest_title_score_11_705_plural": "Used {{amount_0}} Pinap Berries", + "quest_title_score_11_705_singular": "Used 1 Pinap Berry", + "quest_title_score_15_10_none": "Made 0 Nice Curveball Throws", + "quest_title_score_15_10_plural": "Made {{amount_0}} Nice Curveball Throws", + "quest_title_score_15_10_singular": "Made 1 Nice Curveball Throw", + "quest_title_score_15_11_none": "Made 0 Great Curveball Throws", + "quest_title_score_15_11_plural": "Made {{amount_0}} Great Curveball Throws", + "quest_title_score_15_11_singular": "Made 1 Great Curveball Throw", + "quest_title_score_15_12_none": "Made 0 Excellent Curveball Throws", + "quest_title_score_15_12_plural": "Made {{amount_0}} Excellent Curveball Throws", + "quest_title_score_15_12_singular": "Made 1 Excellent Curveball Throw", + "quest_title_score_22_none": "Completed 0 battles with team leaders", + "quest_title_score_22_plural": "Completed {{amount_0}} battles with team leaders", + "quest_title_score_22_singular": "Completed 1 battle with a team leader", + "quest_title_score_23_none": "Completed 0 GO Battle League battles", + "quest_title_score_23_plural": "Completed {{amount_0}} GO Battle League battles", + "quest_title_score_23_singular": "Completed 1 GO Battle League battle", + "quest_title_score_battle_raid_none": "Battled in 0 raids", + "quest_title_score_battle_raid_plural": "Battled in {{amount_0}} raids", + "quest_title_score_battle_raid_singular": "Battled in 1 raid", + "quest_title_score_catch_feed_none": "Used 0 Berries", + "quest_title_score_catch_feed_plural": "Used {{amount_0}} Berries", + "quest_title_score_catch_feed_singular": "Used 1 Berry", + "quest_title_score_catch_pokemon": "Caught {{amount_0}} Pokémon", + "quest_title_score_defeat_rocket_none": "Defeated 0 Team GO Rocket members", + "quest_title_score_defeat_rocket_plural": "Defeated {{amount_0}} Team GO Rocket members", + "quest_title_score_defeat_rocket_singular": "Defeated 1 Team GO Rocket member", + "quest_title_score_field_research_none": "Completed 0 Field Research tasks", + "quest_title_score_field_research_plural": "Completed {{amount_0}} Field Research tasks", + "quest_title_score_field_research_singular": "Completed 1 Field Research task", + "quest_title_score_send_gift_none": "Sent 0 Gifts to friends", + "quest_title_score_send_gift_plural": "Sent {{amount_0}} Gifts to friends", + "quest_title_score_send_gift_singular": "Sent 1 Gift to a friend", + "quest_title_score_spin_pokestop_none": "Spun 0 PokéStops", + "quest_title_score_spin_pokestop_plural": "Spun {{amount_0}} PokéStops", + "quest_title_score_spin_pokestop_singular": "Spun 1 PokéStop", + "quest_win_raid_plural": "Win {{amount}} raids", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Star Raid", + "raid_1_plural": "1 Star Raids", + "raid_2": "2 Star Raid", + "raid_2_plural": "2 Star Raids", + "raid_3": "3 Star Raid", + "raid_3_plural": "3 Star Raids", + "raid_4": "4 Star Raid", + "raid_4_plural": "4 Star Raids", + "raid_5": "Legendary Raid", + "raid_5_plural": "Legendary Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "Best in the Afternoon", + "route_tag_architecture": "Architecture", + "route_tag_art": "Art", + "route_tag_beachy": "Beachy", + "route_tag_bike_path": "Bike Path", + "route_tag_biking": "Good for Biking", + "route_tag_body_of_water": "Waterside", + "route_tag_buildings": "Lots of Buildings", + "route_tag_category_misc": "Miscellaneous", + "route_tag_category_nearby": "Nearby", + "route_tag_category_suitability": "Suitability", + "route_tag_category_terrain": "Terrain", + "route_tag_category_theme": "Theme", + "route_tag_city_life": "City Life", + "route_tag_culture": "Culture", + "route_tag_easy_going": "Relaxed", + "route_tag_flat": "Flat", + "route_tag_foliage": "Lots of Foliage", + "route_tag_food": "Food", + "route_tag_grassy": "Grassy", + "route_tag_hilly": "Hilly", + "route_tag_historic": "Historic", + "route_tag_intense": "Intense", + "route_tag_morning": "Best in the Morning", + "route_tag_muddy": "Muddy", + "route_tag_nature": "Nature", + "route_tag_night": "Best at Night", + "route_tag_no_parking": "No Parking Nearby", + "route_tag_no_people": "Not Many People", + "route_tag_open_space": "Lots of Open Space", + "route_tag_parking": "Parking Nearby", + "route_tag_parks_nearby": "Parks Nearby", + "route_tag_partially_paved": "Partially Paved Path", + "route_tag_paved": "Paved Path", + "route_tag_people": "Lots of People", + "route_tag_pets": "Pet-Friendly", + "route_tag_plenty_pokestops": "Lots of PokéStops", + "route_tag_public_transport": "Near Public Transport", + "route_tag_raid_friendly": "Lots of Gyms", + "route_tag_rainy_day": "Good for a Rainy Day", + "route_tag_rocky": "Rocky", + "route_tag_running": "Good for Running", + "route_tag_sandy": "Sandy", + "route_tag_seasonal": "Seasonal", + "route_tag_sightseeing": "Sightseeing", + "route_tag_stroller": "Stroller-Accessible", + "route_tag_sunny_day": "Good for a Sunny Day", + "route_tag_tree_cover": "Tree Cover", + "route_tag_unpaved": "Unpaved Path", + "route_tag_views": "Great Views", + "route_tag_walking": "Good for Walking", + "route_tag_wheelchair": "Wheelchair Accessible", + "route_tag_wildlife": "Lots of Wildlife", + "route_tag_woodsy": "Woodsy", + "route_tags_label": "TAGS", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "Shadow", + "team_1": "Mystic", + "team_2": "Valor", + "team_3": "Instinct", + "team_a_0": "No Team", + "team_a_1": "Team Mystic", + "team_a_2": "Team Valor", + "team_a_3": "Team Instinct", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "Extreme", + "weather_1": "Clear", + "weather_2": "Rain", + "weather_3": "Partly Cloudy", + "weather_4": "Cloudy", + "weather_5": "Windy", + "weather_6": "Snow", + "weather_7": "Fog", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/client/public/locales/es/translation.json b/client/public/locales/es/translation.json new file mode 100644 index 000000000..2d0e7fcb4 --- /dev/null +++ b/client/public/locales/es/translation.json @@ -0,0 +1,6001 @@ +{ + "login": "Iniciar sesión", + "click_once": "Haz clic en 'Autorizar' solo una vez", + "save": "Guardar", + "reset": "Restablecer", + "close": "Cerrar", + "reset_filters": "Restablecer filtros", + "pokemon_filters": "Configuración de filtro de Pokémon", + "gyms_filters": "Configuración de filtro de gimnasios", + "pokestops_filters": "Configuración de filtro de Poképaradas", + "nests_filters": "Configuración de filtro de nidos", + "help": "Ayuda", + "apply_to_all": "Aplicar a todos", + "disable_all": "Desactivar todos", + "enable_all": "Activar todos", + "enabled": "Activado", + "legacy": "Legado", + "id": "ID", + "location": "Ubicación", + "search_pokemon": "Buscar Pokémon", + "search_nests": "Buscar nidos", + "search_gyms": "Buscar gimnasios", + "search_pokestops": "Buscar Poképaradas", + "search_raids": "Buscar incursiones", + "search_eggs": "Buscar huevos", + "search_quests": "Buscar misiones", + "search_lures": "Buscar señuelos", + "search_invasions": "Buscar invasiones", + "sm": "sm", + "md": "md", + "lg": "lg", + "xl": "XL", + "min": "Mínimo", + "max": "Máximo", + "set_size": "Establecer tamaño de icono", + "slot_selection": "Selección de ranura", + "generations": "Generaciones", + "types": "Tipos", + "forms": "Formas", + "rarity": "Rareza actual", + "others": "Otros", + "categories": "Categorías", + "rank": "Rango", + "slider_iv": "Rango de IV", + "slider_great": "Liga Super", + "slider_ultra": "Liga Ultra", + "slider_little": "Copa Chica", + "slider_atk_iv": "Ataque", + "slider_def_iv": "Defensa", + "slider_sta_iv": "Salud", + "slider_level": "Nivel", + "slider_size": "Tamaño", + "abbreviation_level": "L", + "lvl": "Nvl", + "cap": "Cap", + "custom": "Personalizado", + "valid": "Válido", + "invalid": "¡Inválido!", + "overwrites": "Sobrescribe todos los filtros", + "valid_filter": "Filtro de estadísticas válido", + "invalid_filter": "Ingresa un filtro válido", + "gyms": "Gimnasios", + "nests": "Nidos", + "pokestops": "Poképaradas", + "pokemon": "Pokémon", + "wayfarer": "Wayfarer", + "scan_areas": "Áreas escaneadas", + "s2cells": "Celdas S2", + "weather": "Clima", + "admin": "Administrador", + "settings": "Configuración", + "advanced": "Avanzado", + "tile_servers": "Servidores de mosaicos de mapa", + "icons": "Iconos", + "navigation": "Navegación", + "drawer": "Cajón", + "tile_servers_default": "Predeterminado", + "drawer_temporary": "Temporal", + "drawer_persistent": "Persistente", + "locale_selection": "Selección de idioma", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "Importar", + "export": "Exportar", + "logout": "Cerrar sesión", + "local_storage_cleared": "¡El almacenamiento local ha sido borrado!", + "iv_or_filter": "Filtro OR de IV", + "polygons": "Polígonos", + "raids": "Incursiones", + "ex_eligible": "Elegible para EX", + "in_battle": "En combate", + "all_pokestops": "Todas las Poképaradas", + "lures": "Módulos Cebo", + "quests": "Misiones", + "invasions": "Invasiones", + "portals": "Portales", + "submission_cells": "Celdas de solicitud", + "spawnpoint": "Punto de aparición", + "spawnpoints": "Puntos de aparición", + "s2_cell_level": "Celda S2 de Nivel {{level}} ", + "total_count": "Total", + "next_submission": "¡Siguiente solicitud!", + "never": "Nunca", + "next_gym": "Siguiente Gimnasio", + "scan_cells": "Escaneo de celdas", + "devices": "Dispositivos", + "use_my_location": "Usar mi ubicación", + "submit_feedback_title": "Enviar comentarios/Informar de errores", + "use_the_link_below": "Puedes usar el enlace de abajo para enviar comentarios o informar cualquier error que hayas encontrado.", + "feedback_to_devs": "Estos comentarios se envían directamente a los desarrolladores.", + "feedback_form": "Formulario de comentarios", + "unknown_pokestop": "Nombre de Poképarada desconocido", + "unknown_gym": "Nombre de Gimnasio desconocido", + "exclude": "Excluir", + "exclude_quest": "Excluir Misión", + "exclude_invasion": "Excluir Invasión", + "exclude_team": "Excluir Equipo", + "exclude_raid": "Excluir Incursión", + "exclude_lure": "Excluir Módulos Cebo", + "timer": "Temporizador", + "hide": "Ocultar", + "tier": "Nivel", + "slots": "Espacios", + "mega": "Mega", + "form": "Forma", + "starts": "Comienza", + "ends": "Termina", + "defender": "Defensor", + "best_buddy": "Mejor amigo", + "cp": "PC", + "kilogram": "kg", + "meter": "m", + "total_cp": "PC Total", + "first_seen": "Visto por primera vez", + "last_seen": "Visto por última vez", + "last_modified": "Última modificación", + "last_updated": "Última actualización", + "imported": "Importado", + "nest_estimated": "¡Los datos del Nido son estimados!", + "verify_nests": "Verificar comprobando las apariciones actuales", + "nest_out_of_date": "¡El Nido puede estar desactualizado!", + "nest_check_current": "Comprueba las apariciones actuales en su lugar", + "spawns_per_hour": "Por hora", + "teams": "Equipos", + "eggs": "Huevos", + "reverse": "Invertir", + "selected": "Seleccionado", + "unselected": "No seleccionado", + "only_available": "Disponible", + "common": "Común", + "uncommon": "Poco común", + "rare": "Raro", + "ultra_rare": "Ultra raro", + "regional": "Regional", + "event": "Evento", + "legendary": "Legendario", + "mythical": "Mítico", + "ultra_beast": "Ultraente", + "alt_forms": "Formas alternativas", + "alola": "Alola", + "galarian": "Galar", + "showing": "Mostrando", + "instance": "Instancia", + "online": "En línea", + "offline": "Fuera de línea", + "boosted_types": "Tipos mejorados", + "pokemon_options": "Opciones de Pokémon", + "pokestops_options": "Opciones de Poképarada", + "gyms_options": "Opciones de Gimnasio", + "nests_options": "Opciones de Nido", + "wayfarer_options": "Opciones de Wayfarer", + "admin_options": "Opciones de Administrador", + "weather_options": "Opciones de Clima", + "s2cells_options": "Opciones de Celda S2", + "clustering": "Agrupación", + "glow": "Brillo", + "legacy_filter": "Filtro legado", + "raid_timers": "Todos los temporizadores de Incursiones", + "invasion_timers": "Todos los temporizadores de Invasiones", + "lure_timers": "Todos los temporizadores de Módulos Cebo", + "device_path_color": "Color de ruta del dispositivo", + "old_portals": "Portales antiguos", + "new_portals": "Portales nuevos", + "items": "Objetos", + "energy": "Energía", + "ar_eligible": "Elegible para AR", + "iv_circles": "Indicadores de IV", + "min_iv_circle": "IV mínimo del círculo", + "interaction_ranges": "Rangos de interacción", + "cannot_connect": "\nNo se puede conectar al servidor en este momento.\nIntentarlo de nuevo inmediatamente solo causará más problemas.\nPor favor, inténtalo de nuevo en unos minutos.\n\n- Grupo de administradores", + "mad_quest_text": "Misiones nativas", + "xs": "XS", + "primary": "Principal", + "secondary": "Secundario", + "zero_iv": "0% IV", + "hundo_iv": "100% IV", + "open_menu": "Abrir menú", + "zoom_in": "Acercar", + "zoom_out": "Alejar", + "welcome": "Bienvenido a", + "back": "Atrás", + "next": "Siguiente", + "finish": "Finalizar", + "start_tutorial": "Iniciar tutorial", + "view_profile": "Ver perfil", + "login_optional": "Iniciar sesión (opcional)", + "tutorial": "Tutorial", + "tutorial_language": "Elige tu idioma", + "tutorial_welcome": "Este tutorial es interactivo y se te anima a jugar con todas las opciones proporcionadas", + "tutorial_categories": "Categorías a las que tienes acceso", + "tutorial_logged_in": "Puedes ver detalles sobre tus permisos al ver tu perfil.", + "tutorial_logged_out": "Puedes ver detalles sobre tus permisos al iniciar sesión.", + "tutorial_sidebar_0": "Todos tus filtros y configuraciones están aquí", + "tutorial_sidebar_1": "Para cada categoría podrás activar o desactivar exactamente qué datos deseas usando los interruptores", + "tutorial_sidebar_2": "Opciones: Personalización adicional\nAvanzado: Lo cubriremos más adelante en este tutorial", + "tutorial_sliders_0": "Usando deslizadores para ajustar los filtros", + "tutorial_sliders_1": "Pokémon entre:", + "tutorial_sliders_2": "- IVs {{iv0}}% a {{iv1}}%", + "tutorial_sliders_3": "Nivel {{level0}} a {{level1}}", + "tutorial_sliders_3alt": "- Y es nivel {{level0}} a {{level1}}", + "tutorial_sliders_4": "- Rango de Gran Liga {{gl0}} a {{gl1}}", + "tutorial_sliders_4alt": "- O rango de Gran Liga {{gl0}} a {{gl1}}", + "tutorial_sliders_5": "- Rango de Ultra Liga {{ul0}} a {{ul1}}", + "tutorial_sliders_5alt": "- O rango de Ultra Liga {{ul0}} a {{ul1}}", + "tutorial_sliders_6": "Cadenas con otros del mismo color", + "tutorial_sliders_7": "Filtros separados de otros deslizadores", + "tutorial_sliders_8": "Un deslizador 'completo' significa que está desactivado:", + "tutorial_sliders_9": "Todos los encuentros, independientemente de si se ha comprobado el IV o no", + "tutorial_help": "Acceso directo a este menú", + "tutorial_adv_filter": "Solo para dispositivos móviles, abre las opciones de filtrado para el menú avanzado", + "tutorial_tune": "Establece el filtro avanzado para todos los Pokémon que se están filtrando actualmente en el menú", + "tutorial_format_size": "Establece el tamaño del icono para todos los elementos que se están filtrando actualmente en el menú", + "tutorial_check": "Habilita todos los elementos que se están filtrando actualmente en el menú", + "tutorial_clear": "Deshabilita todos los elementos que se están filtrando actualmente en el menú", + "tutorial_save": "Guarda la selección actual y sale", + "tutorial_show_all_view": "Alternar PokéParadas y Gimnasios", + "tutorial_show_pokemon_view": "Alternar Pokémon", + "tutorial_toggle": "Hacer clic en el botón de verificación/X alterna el elemento", + "tutorial_pokemon_caption": "Este icono te permite establecer filtros para ese Pokémon específico", + "tutorial_all_caption": "Los equipos tienen un menú especial de ranuras\nTodos los demás elementos te permiten ajustar el tamaño del icono", + "tutorial_popup_0": "¡Las ventanas emergentes ahora son interactivas!", + "tutorial_popup_1": "Los tres puntos abren las opciones de ocultar, excluir y alternar temporizador", + "tutorial_popup_2": "Los iconos a ambos lados del enlace de navegación se expandirán para mostrar información adicional, ¡pruébalo!", + "tutorial_popup_3": "Los iconos varían para cada categoría, asegúrate de revisarlos todos", + "tutorial_closing_0": "Información adicional", + "tutorial_closing_1": "Los deslizadores globales de Pokémon en la barra lateral funcionan de forma independiente del menú avanzado y no tienen efecto entre sí", + "tutorial_closing_2": "Asegúrate de revisar la sección de Configuración en la barra lateral", + "tutorial_closing_3": "Hay muchas opciones estéticas disponibles para cada categoría, pero ten en cuenta que cuanto más agregues a tu mapa, mayor será la probabilidad de que se congele", + "tutorial_closing_4": "Puedes ver este tutorial nuevamente seleccionándolo en el panel de Configuración en la barra lateral", + "tutorial_closing_5": "¡Mantente seguro y buena suerte!", + "intro": "Introducción", + "sidebar": "Barra lateral", + "sliders": "Deslizadores", + "popups": "Ventanas emergentes", + "closing": "Cierre", + "shortcuts": "Atajos", + "iv": "IV", + "area_restrictions": "Restricciones de área", + "map": "Mapa", + "stats": "Estadísticas", + "pvp": "PVP", + "area_restrictions_subtitle": "Tienes acceso a estas áreas", + "devices_subtitle": "Muestra ubicaciones y rutas activas del dispositivo", + "gyms_subtitle": "Muestra todas las ubicaciones de gimnasios activos, equipo activo y cuantos espacios tiene cada gimnasio disponible", + "invasions_subtitle": "Muestra información de invasión del Team Rocket, incluyendo equipo de combate, el tiempo de expiración y las posibles recompensas", + "iv_subtitle": "Muestra opciones de IV% y brillo", + "lures_subtitle": "Muestra información de módulo cebo, incluyendo el tipo y el tiempo de expiración", + "map_subtitle": "Muestra el mapa", + "nests_subtitle": "Muestra Pokémon en nidos y polígonos de nidos activos", + "pokemon_subtitle": "Muestra todas las ubicaciones de Pokémon y los tiempos de expiración", + "pokestops_subtitle": "Muestra todas las ubicaciones de Poképaradas", + "portals_subtitle": "Muestra todas las ubicaciones de portales de Ingress", + "pvp_subtitle": "Muestra información de rango/PC/nivel de PVP para cada Pokémon", + "quests_subtitle": "Muestra recompensas de misiones e información de tareas", + "raids_subtitle": "Muestra toda la información de incursiones, incluyendo el jefe de incursión, los huevos, el tiempo de expiración y los movimientos", + "scan_cells_subtitle": "Muestra la última vez que una celda S2 fue escaneada por un dispositivo", + "scan_areas_subtitle": "Muestra polígonos de áreas de escaneo disponibles", + "spawnpoints_subtitle": "Muestra puntos de aparición y su tiempo estimado de desaparición", + "stats_subtitle": "Muestra estadísticas y niveles de Pokémon", + "submission_cells_subtitle": "Muestra información útil para solicitar nuevos puntos de interés", + "weather_subtitle": "Muestra información del clima en el juego para cada celda", + "scanner_subtitle": "Interactúa directamente con el escáner de varias formas", + "s2cells_subtitle": "Muestra diferentes niveles de celdas S2 en el mapa", + "backups_subtitle": "Permite hacer copias de seguridad y cargar configuraciones en diferentes dispositivos", + "backups": "Copias de seguridad", + "user_profile": "Perfil de usuario", + "user_username": "Nombre de usuario", + "candy": "Caramelos", + "show_ex_badge": "Mostrar insignia EX", + "search": "Buscar", + "global_search_quests": "Introducir nombre de recompensa...", + "global_search_lures": "Introducir nombre de módulo cebo...", + "global_search_pokestops": "Introducir nombre de Poképarada...", + "global_search_gyms": "Introducir nombre de gimnasio...", + "global_search_portals": "Introducir nombre de portal...", + "global_search_nests": "Introducir nombre de Pokémon de nido...", + "global_search_raids": "Introducir nombre de jefe de incursión...", + "global_search_pokemon": "Introducir nombre de Pokémon...", + "global_search_invasions": "Ingresa el Tipo de Recluta, Nombre, o nombre de recompensa de Pokémon...", + "raid_level_badges": "Insignias de nivel de incursión", + "options": "Opciones", + "profile": "Perfil", + "pokemon_icons": "Iconos de Pokémon", + "pokestop_icons": "Iconos de Poképaradas", + "gym_icons": "Iconos de gimnasio", + "team_icons": "Iconos de equipo", + "egg_icons": "Iconos de huevo", + "raid_icons": "Iconos de incursión", + "nest_icons": "Iconos de nido", + "reward_icons": "Iconos de recompensa", + "type_icons": "Iconos de tipo", + "weather_icons": "Iconos de clima", + "misc_icons": "Iconos varios", + "invasion_icons": "Iconos de invasión", + "spawnpoint_icons": "Iconos de Puntos de Aparición", + "device_icons": "Iconos de Dispositivos", + "pokemon_audio": "Audio de Pokémon", + "pokestop_audio": "Audio de PokéParada", + "gym_audio": "Audio de Gimnasio", + "team_audio": "Audio de Equipo", + "egg_audio": "Audio de Huevo", + "raid_audio": "Audio de Incursión", + "nest_audio": "Audio de Nido", + "reward_audio": "Audio de Recompensa", + "type_audio": "Audio de Tipo", + "weather_audio": "Audio del Clima", + "misc_audio": "Audio Varios", + "invasion_audio": "Audio de Invasión", + "spawnpoint_audio": "Audio de Punto de Aparición", + "device_audio": "Audio de Dispositivo", + "pokemon_timers": "Todos los Temporizadores de Pokémon", + "show_dex_num_in_popup": "Mostrar N.º de Pokédex en el Popup", + "popup": "Ventana emergente", + "pvp_level": "Estadísticas de PVP Nivel {{level}}", + "pvp_mega": "Estadísticas de PVP Mega", + "webhook_entry": "Agregar a {{name}}", + "remove_webhook_entry": "Eliminar de {{name}}", + "distance": "Distancia", + "gym": "Gimnasio", + "egg": "Huevo", + "raid": "Incursión", + "lure": "Módulo Cebo", + "quest": "Misión", + "invasion": "Invasión", + "nest": "Nido", + "pokestop": "Poképarada", + "team": "Equipo", + "global": "Global", + "manage_webhook": "Administrar {{name}}", + "drag_and_drop": "Arrastra y suelta el marcador para establecer tu ubicación", + "click_to_select": "Haz clic para seleccionar", + "add_new": "Agregar nueva alerta de {{category}}", + "my_location": "Mi ubicación", + "choose_on_map": "Seleccionar en el mapa", + "select_profile": "Seleccionar perfil", + "distance_radius": "Vista previa de distancias de radio", + "areas": "Áreas", + "select_webhook": "Seleccionar Bot", + "ar_quest_true": "Con RA", + "ar_quest_false": "Sin RA", + "with_ar": "Con RA", + "both": "Ambos", + "without_ar": "Sin RA", + "exclude_quest_multi": "Excluir {{reward}}", + "cluster_limit_0": "Se ha alcanzado el límite de {{variable_0}} ({{variable_1}})", + "cluster_limit_1": "Por favor, acerca el zoom o modifica tus filtros", + "show_polygons": "Mostrar Polígonos", + "exclude_invasion_multi": "Excluir {{invasion}}", + "stardust": "Polvoestelar", + "slider_cp": "PC", + "pvp_ranking_league": "Liga", + "pvp_ranking_min_cp": "PC Mín.", + "slider_pvp": "Rangos", + "profile_no": "Perfil", + "template": "Plantilla", + "gender": "Género", + "clean": "Limpiar", + "all_forms": "Todas las Formas", + "pvp_entry": "Aviso PVP", + "no_iv": "Incl. Sin IV", + "by_distance": "Por Distancia", + "min_time": "Tiempo Mín.", + "add_new_profile": "Crear nuevo perfil", + "slider_none": "Ninguno", + "non_registered_human_title": "¡Ups, algo no está bien!", + "non_registered_human_desc": "Es posible que no estés registrado en {{webhook}}\nO el servidor no está disponible en este momento", + "try_again_later": "Por favor, inténtalo de nuevo más tarde", + "selected_areas_one": "{{count}} Área Seleccionada", + "selected_areas_other": "{{count}} Áreas Seleccionadas", + "webhook_selection": "Selección de {{name}}", + "message_of_the_day": "Mensaje del Día", + "has_quest_indicator": "Color Alternativo para Paradas con Misiones", + "show_ar_badge": "Mostrar Insignia de RA", + "all_gyms": "Todos los Gimnasios", + "general": "General", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "Vincular Global y Avanzado", + "normal_forms": "Formas Normales", + "weather_indicator": "Indicador de Mejora por Clima", + "page": "Página {{page}}", + "navigation_controls": "Controles de Navegación", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "Exclusivo", + "all_moves": "Todos los Movimientos", + "move": "Movimiento", + "any": "Cualquier", + "min_spawn_average": "Ratio Mínimo de Aparición", + "select_all": "Seleccionar Todo", + "delete_all": "Eliminar Seleccionados", + "cancel": "Cancelar", + "day_1": "Lunes", + "day_2": "Martes", + "day_3": "Miércoles", + "day_4": "Jueves", + "day_5": "Viernes", + "day_6": "Sábado", + "day_7": "Domingo", + "profile_name": "Nombre de Perfil", + "manage_profiles": "Administrar Perfiles", + "min_spawn_avg": "Ratio Mínimo de Aparición", + "poke_global": "Todos", + "amount": "Cantidad", + "specific_gym": "Gimnasio Específico", + "search_location": "Buscar Ubicaciones", + "search_specific": "Buscar un {{category}} Específico", + "webhook_success_gym": "¡Se han agregado Alertas de Incursiones, Huevos y Cambio de Equipo!", + "slot_changes": "Cambios de Espacio", + "slot_changes_poracle": "cambios_de_espacio", + "confirm_delete": "Esto eliminará todo el seguimiento para este perfil, ¿estás seguro?", + "confirm_copy": "Elige a qué perfil quieres copiar \"{{profile}}\", esto sobrescribirá completamente ese perfil.", + "webhook_error": "{{name}} no pudo procesar eso.\nPor favor, inténtalo de nuevo más tarde.", + "profile_error": "Debe ser único y válido", + "team_0": "Armonía", + "battle_changes": "En Batalla", + "battle_changes_poracle": "cambios_de_batalla", + "auto": "Automático", + "webhooks_subtitle": "Administra tus alertas directamente desde el mapa para estos bots", + "event_stops_subtitle": "Muestra Poképaradas de eventos especiales como Kecleon", + "webhooks": "Alertas", + "scanner": "Acciones del Escáner", + "everything_individually": "Agregar Alertas Individuales", + "individually": "individualmente", + "join": "Unirse", + "errors_404": "¡Ups, esta página no se puede encontrar!", + "errors_500": "Ha ocurrido un error en el servidor, ¡inténtalo de nuevo más tarde!", + "local_username": "Nombre de Usuario", + "local_password": "Contraseña", + "local_error": "Ha ocurrido un error, ¡por favor inténtalo de nuevo más tarde!", + "no_filter_results": "No se encontraron resultados\nIntenta ampliar tus filtros", + "donor_page": "Página de Donantes", + "go_back": "Volver", + "access": "Acceder", + "link_discord": "Enlazar Discord", + "select_webhook_strategy": "Administrador de Alertas", + "webhook_strategy_success_0": "¡Éxito! Actualizando para obtener la configuración de alertas...", + "register": "Registrarse", + "invalid_credentials": "Credenciales inválidas", + "localauth_failed": "Autenticación fallida", + "error_creating_user": "No se puede registrar un nuevo usuario en este momento", + "discord_linked": "Discord Enlazado", + "telegram_linked": "Telegram Enlazado", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "nivel", + "km": "km", + "feedback": "Comentarios", + "donor_menu": "Menú de Donantes", + "pokemon_cell": "La ubicación del Pokémon puede variar", + "timer_verified": "Este temporizador está verificado", + "timer_unverified": "Este temporizador no está verificado", + "all": "Todos", + "badge_0": "Ninguno", + "badge_1": "Bronce", + "badge_2": "Plata", + "badge_3": "Oro", + "badge_4": "Oro", + "gym_badge_menu": "Editar Medalla de Gimnasio", + "gym_badges": "Medallas de Gimnasio", + "gym_badge_diamonds": "Mostrar Medallas de Gimnasio", + "gym_badges_subtitle": "Muestra las Medallas de Gimnasio en el mapa y una lista en la página de perfil.", + "confirm_filters_reset": "Restablecer filtros", + "filters_reset_text": "¿Estás seguro de que quieres restablecer los valores predeterminados de configuración? ¡Esto no se puede deshacer!", + "filters_reset_title": "Restablecer filtros", + "raid_quick_select": "Selección Rápida", + "disabled": "Desactivado", + "loading": "Cargando {{category}}", + "loading_icons": "Obteniendo Iconos", + "loading_invasions": "Obteniendo Invasiones", + "scan_next": "Escanear Ubicación ", + "scan_next_choose": "Arrastra y suelta el marcador para establecer la ubicación de escaneo", + "scan_zone": "Escanear Área", + "scan_zone_choose": "Arrastra y suelta el marcador para establecer la ubicación de escaneo y elegir el tamaño", + "scan_zone_size": "Tamaño", + "scan_zone_range": "Rango", + "scan_zone_spacing": "Espaciado", + "scan_zone_radius": "Radio", + "scan_requests": "Solicitudes de Escaneo", + "scan_queue": "Cola Actual", + "click_to_scan": "Escanear Aquí", + "scan_confirmed_title": "Demanda de escaneo confirmada", + "scan_confirmed": "¡Se ha enviado un trabajador a la ubicación, pronto aparecerá el resultado en el mapa!", + "scan_loading_title": "Enviando solicitud de escaneo", + "scan_loading": "¡Tu solicitud de escaneo se está procesando y enviando al sistema!", + "scan_error_title": "Error", + "scan_error": "Ha ocurrido un error al procesar la solicitud de escaneo...", + "scan_outside_area": "Esta ubicación está fuera de los límites de las áreas autorizadas", + "pvp_ranking_cap": "Nivel", + "lc_title": "Sigue tu ubicación", + "lc_metersUnit": "metros", + "lc_feetUnit": "pies", + "lc_popup": "Estás a {distance} {unit} de este punto", + "lc_outsideMapBoundsMsg": "Parece que te encuentras fuera de los límites del mapa", + "no_alerts": "No se encontraron alertas", + "loading_settings": "Cargando ajustes", + "refresh_to_continue": "Por favor, actualiza antes de continuar", + "session_expired_title": "Sesión expirada", + "session_expired_body": "Tu sesión ha expirado", + "old_client_title": "Obsoleto", + "old_client_body": "Hay una nueva versión de este mapa disponible", + "early_old_client_title": "Desactualizado", + "early_old_client_body": "Una versión antigua de esta app podría estar almacenada en caché en tu navegador, necesitarás borrar tu caché antes de que puedas usar esta app.", + "refresh": "Actualizar", + "points": "Puntos", + "day": "Día", + "days": "Días", + "react_error": "Algo salió mal", + "clickable_icon": "El icono es clickable", + "two_stops_till_next": "2 paradas hasta la siguiente", + "one_stop_till_next": "1 parada hasta la siguiente", + "no_more_gyms": "No hay más gimnasios", + "light_map_border": "Borde del mapa claro", + "dark_map_border": "Borde del mapa oscuro", + "cell_blocked": "Celda bloqueada", + "poi_color": "Color del POI", + "quest_condition": "Condición de la misión", + "always_show_labels": "Mostrar siempre etiquetas", + "scan_areas_options": "Opciones de escaneo de áreas", + "historic_rarity": "Rareza histórica", + "poi": "Puntos de interés", + "300m_range": "Rango de 300m", + "lure_range": "Rango de módulo cebo", + "custom_range": "Rango personalizado", + "tap_to_toggle": "Toca para alternar", + "power_up": "Potenciar", + "never_alt": "Nunca", + "seen_nearby_stop": "Visto cerca", + "seen_nearby_cell": "Visto en esta celda", + "seen_lure_encounter": "Encuentro de módulo cebo", + "seen_lure_wild": "Aparición de módulo cebo", + "seen_wild": "Aparición salvaje", + "event_stops": "Paradas de evento", + "event_stop_timers": "Temporizadores de paradas de evento", + "size_0": "Cualquiera", + "size_1": "XXS", + "size_2": "XS", + "size_3": "M", + "size_4": "XL", + "size_5": "XXL", + "show_size_indicator": "Mostrar indicador de tamaño", + "size": "Tamaño", + "gold_stop": "Parada dorada", + "profile_backups": "Cambio de perfil", + "new_backup": "Nueva copia de seguridad", + "create": "Crear", + "load": "Cargar", + "update": "Actualizar", + "delete": "Eliminar", + "name": "Nombre", + "only_confirmed": "Solo confirmados", + "only_exclude_grunts": "Excluir gruñidos", + "only_exclude_leaders": "Excluir a los dirigentes", + "rocket_pokemon": "Pokémon del Equipo Rocket", + "decoy": "Señuelo", + "s2_cell_limit_0": "Has intentado generar más de 20,000 celdas ({{variable_0}})", + "s2_cell_zoom_limit": "Algunas celdas son demasiado pequeñas para ser mostradas en este nivel de zoom", + "show_all_pvp_ranks": "Mostrar todos los rangos PVP", + "enable_pokemon_popup_coords": "Mostrar coordenadas de Pokémon", + "enable_gym_popup_coords": "Mostrar coordenadas de gimnasios", + "enable_pokestop_popup_coords": "Mostrar coordenadas de Poképaradas", + "enable_portal_popup_coords": "Mostrar coordenadas de portales", + "on_block_join_discord": "Por favor únete a nuestro discord para obtener más información.", + "on_block_msg": "Has sido bloqueado por ser miembro de", + "denied": "Denegado", + "showcase": "Mostrar", + "unknown_event": "Evento desconocido", + "scanner_countdown": "Disponible en {{time}}s", + "success": "Éxito", + "contribute": "Contribuir", + "mi": "mi", + "filter_by_areas": "Filtrar por áreas", + "submit_nest_name": "Enviar nombre del nido", + "nest_submission_menu": "Actualizar nombre", + "nest_submissions": "Envío de nidos", + "nest_submissions_subtitle": "Te permite enviar nuevos nombres para nidos", + "pokemon_opacity": "Opacidad dinámica de Pokémon", + "invasion_opacity": "Opacidad dinámica de invasión", + "raid_opacity": "Opacidad dinámica de incursión", + "opacity_ten_minutes": "Opacidad a los 10 minutos", + "opacity_five_minutes": "Opacidad a los 5 minutos", + "opacity_one_minute": "Opacidad a 1 minuto", + "level_circles": "Indicadores de nivel", + "min_level_circle": "Nivel mínimo del círculo", + "mutation_auth_error": "Tu solicitud no se pudo completar debido a que no has iniciado sesión", + "submitted_by": "Enviado por", + "reversible": "Reversible", + "version": "Versión", + "route_tags": "Etiquetas de ruta", + "routes": "Rutas", + "route_type": "Tipo de ruta", + "routes_subtitle": "Ver rutas en el juego y la información relevante sobre ellas en el mapa", + "description": "Descripción", + "additional_info": "Información adicional", + "duration": "Duración", + "elevation": "Elevación", + "contest_category_1": "Tamaño más pequeño", + "context_category_2": "Tamaño más grande", + "total_entries": "Participantes", + "showcase_rankings": "Clasificación de exhibición", + "showcase_rankings_subtitle": "Muestra una lista de las mejores clasificaciones para una exhibición en una Pokeparada", + "tth": "TTH", + "tth_0": "Todos", + "tth_1": "Conocidos", + "tth_2": "Desconocidos", + "no_access": "Sin acceso", + "cooldown": "Cooldown", + "scan_some_outside_area": "Some locations are outside the authorized boundaries", + "alerts": "Alertas", + "alert_manager": "Adminsitrador de Alertas", + "menu": "Menú", + "theme": "Tema", + "exit": "Salir", + "component": "Componente", + "component_login_page": "Página de Inicio de Sesión", + "component_donation_page": "Página de Donaciones", + "component_message_of_the_day": "Mensaje del Día", + "download": "Descargar", + "playground": "Playground", + "locale": "Idioma", + "saved": "Guardado", + "show_editor": "Mostrar Editor", + "hide_editor": "Ocultar Editor", + "reported_error": "Este error ha sido reportado al servidor con el identificador", + "dark_mode": "Modo Oscuro", + "load_from_autosave": "Cargar de autoguardado", + "done": "Hecho", + "fast": "Rápido", + "charged": "Cargado", + "offline_mode": "Modo Sin Conexión", + "include_sponsored": "Incluir Patrocinados", + "showcase_color": "Color del Escaparate", + "partner_color": "Color del Socio", + "disable": "Desactivar {{- name}}", + "profiling": "Perfilado", + "showcase_block": "Bloqueado por un escaparate", + "signed_in_as": "Conectado Como", + "missing_map_perm": "No tienes permiso para ver el mapa.", + "access_denied": "Acceso Denegado", + "audio": "Audio", + "desktop_notifications": "Notificaciones de Escritorio", + "notifications_options": "Opciones de Notificaciones", + "audio_always_on": "El Audio Siempre Reproduce", + "volume_level": "Nivel de Volumen", + "notifications_status": "Estado de Notificaciones", + "granted": "concedido", + "set_all": "Establecer Todo", + "set_filtered": "Establecer Filtrado", + "only_show_available": "Mostrar Solo Disponibles", + "easy_mode": "Modo Fácil", + "quick_select": "Selecciones Rápidas Globales", + "pokemon_filter_mode": "Modo de Filtro de Pokémon", + "basic": "Básico", + "intermediate": "Intermedio", + "expert": "Experto", + "basic_description": "Selecciona fácilmente Pokémon y aplica un filtro global", + "intermediate_description": "Establecer filtros individuales globalmente y por Pokémon (tradicional)", + "expert_description": "Entradas manuales para la personalización más detallada", + "icon_size": "Tamaño del Icono", + "developer": "Desarrollador", + "raid_override": "Anulación de Raid", + "search_rocket_pokemon": "Buscar Pokémon de Team Rocket", + "main": "Principal", + "extra": "Extra", + "select": "Seleccionar", + "searching": "buscando...", + "no_options": "No hay Opciones...", + "and": "Y", + "or": "O", + "only_global": "Solo Global", + "global_caption": "Ignora Todos Los Demás Filtros", + "global_and_individual": "Filtros Globales e Individuales", + "gender_filters_all": "El Género Se Aplica a Todos", + "and_caption": "Enlazados Juntos", + "or_caption": "Filtros de Manera Independiente", + "filter_help": "Ayuda de Filtro", + "kilometers": "Kilómetros", + "miles": "Millas", + "distance_unit": "Unidad de Distancia", + "data_management": "Gestión de Datos", + "reset_or_manage_text": "Puedes restablecer completamente tus filtros o puedes ver la página de gestión de datos que te permitirá restablecer categorías individuales.", + "reset_audio": "Restablecer Audio", + "reset_all": "Restablecer Todo", + "reset_icons": "Restablecer Iconos", + "reset_position": "Restablecer Posición", + "reset_ui": "Restablecer Interfaz de Usuario", + "reset_options": "Restablecer Opciones", + "reset_menus": "Restablecer Menús", + "reset_settings": "Restablecer Ajustes", + "reset_general_title": "General", + "reset_filters_title": "Filtros", + "reset_assets": "Restablecer Recursos", + "reset_pokemon": "Restablecer Pokémon", + "reset_pokestops": "Restablecer Poképaradas", + "reset_gyms": "Restablecer Gimnasios", + "reset_nests": "Restablecer Nidos", + "reset_portals": "Restablecer Portales", + "reset_routes": "Restablecer Rutas", + "reset_scan_areas": "Restablecer Áreas de Escaneo", + "reset_scan_cells": "Restablecer Celdas de Escaneo", + "reset_devices": "Restablecer Dispositivos", + "reset_weather": "Restablecer Clima", + "reset_s2cells": "Restablecer Celdas S2", + "reset_spawnpoints": "Restablecer Puntos de Aparición", + "reset_submission_cells": "Restablecer Celdas de Envío", + "hisuian": "Hisui", + "spacial_rend_range": "Rango de Corte Espacial", + "key": "Clave", + "ai": "IA", + "human": "Humano", + "locales": "Localizaciones", + "instructions": "Instrucciones", + "locale_instructions_1": "Selecciona un idioma del menú desplegable", + "locale_instructions_2": "Introduce las traducciones deseadas en la columna \"Humano\"", + "locale_instructions_3": "Haz clic en el botón \"$t(descargar)\" para descargar un archivo JSON", + "locale_instructions_4": "Haz fork al enlace del repositorio de GitHub abajo", + "locale_instructions_5": "Crea una nueva rama y nómbrala con el idioma al que estás traduciendo", + "locale_instructions_6": "Reemplaza el contenido de \"packages/locales/lib/human/{{lng}}.json\" con el archivo que descargaste", + "locale_instructions_7": "Crea una solicitud de extracción", + "locale_instructions_8": "Espera a que la solicitud de extracción sea revisada y fusionada", + "enter_translation": "Introduce la Traducción", + "individual_filters": "Filtrado Parcial", + "data_limit_reached": "Has solicitado demasiados datos recientemente y estás en enfriamiento hasta {{until}}", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "Consigue {{amount}} corazones con tu compañero", + "challenge_buddy_treat_plural": "Dale {{amount}} golosinas a tu compañero", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Estrella Huevos", + "egg_1_plural": "1 Estrella Huevos", + "egg_2": "2 Estrella Huevo", + "egg_2_plural": "2 Estrella Huevos", + "egg_3": "3 Estrella Huevos", + "egg_3_plural": "3 Estrella Huevos", + "egg_4": "4 Estrella Huevos", + "egg_4_plural": "4 Estrella Huevos", + "egg_5": "Legendär Huevo", + "egg_5_plural": "Huevos Legendarios", + "egg_6": "Mega Huevo", + "egg_6_plural": "Mega Huevos", + "egg_7": "Mega Legendär Huevo", + "egg_7_plural": "Mega Legendär Huevos", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "Normal", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "Normal", + "form_34": "Ataque", + "form_35": "Defensa", + "form_36": "Velocidad", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "Normal", + "form_46": "Alola", + "form_47": "Normal", + "form_48": "Alola", + "form_49": "Normal", + "form_50": "Alola", + "form_51": "Normal", + "form_52": "Alola", + "form_53": "Normal", + "form_54": "Alola", + "form_55": "Normal", + "form_56": "Alola", + "form_57": "Normal", + "form_58": "Alola", + "form_59": "Normal", + "form_60": "Alola", + "form_61": "Normal", + "form_62": "Alola", + "form_63": "Normal", + "form_64": "Alola", + "form_65": "Normal", + "form_66": "Alola", + "form_67": "Normal", + "form_68": "Alola", + "form_69": "Normal", + "form_70": "Alola", + "form_71": "Normal", + "form_72": "Alola", + "form_73": "Normal", + "form_74": "Alola", + "form_75": "Normal", + "form_76": "Alola", + "form_77": "Normal", + "form_78": "Alola", + "form_79": "Normal", + "form_80": "Alola", + "form_81": "Normal", + "form_82": "Rotom Frío", + "form_83": "Rotom Ventilador", + "form_84": "Rotom Corte", + "form_85": "Rotom Lavado", + "form_86": "Rotom Calor", + "form_87": "Tronco Planta", + "form_88": "Tronco Arena", + "form_89": "Tronco Basura", + "form_90": "Forma Modificada", + "form_91": "Forma Origen", + "form_92": "Forma Cielo", + "form_93": "Forma Tierra", + "form_94": "Forma Encapotado", + "form_95": "Sunny", + "form_96": "Mar Oeste", + "form_97": "Mar Este", + "form_98": "Mar Oeste", + "form_99": "Mar Este", + "form_100": "Normal", + "form_101": "Lucha", + "form_102": "Volador", + "form_103": "Veneno", + "form_104": "Tierra", + "form_105": "Roca", + "form_106": "Bicho", + "form_107": "Fantasma", + "form_108": "Acero", + "form_109": "Fuego", + "form_110": "Agua", + "form_111": "Planta", + "form_112": "Eléctrico", + "form_113": "Psíquico", + "form_114": "Hielo", + "form_115": "Dragón", + "form_116": "Siniestro", + "form_117": "Hada", + "form_118": "Tronco Planta", + "form_119": "Tronco Arena", + "form_120": "Tronco Basura", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "Normal", + "form_136": "Forma Raya Roja", + "form_137": "Forma Raya Azul", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "Forma Avatar", + "form_141": "Forma Tótem", + "form_142": "Forma Avatar", + "form_143": "Forma Tótem", + "form_144": "Forma Avatar", + "form_145": "Forma Tótem", + "form_146": "Normal", + "form_147": "Kyurem Negro", + "form_148": "Kyurem Blanco", + "form_149": "Forma Habitual", + "form_150": "Forma Brío", + "form_151": "Forma Lírica", + "form_152": "Forma Danza", + "form_157": "Normal", + "form_160": "Normal", + "form_163": "Normal", + "form_166": "Normal", + "form_169": "Normal", + "form_172": "Normal", + "form_175": "Normal", + "form_178": "Normal", + "form_181": "Normal", + "form_184": "Normal", + "form_187": "Normal", + "form_190": "Normal", + "form_193": "Normal", + "form_196": "Normal", + "form_199": "Normal", + "form_202": "Normal", + "form_205": "Normal", + "form_208": "Normal", + "form_211": "Normal", + "form_214": "Normal", + "form_217": "Normal", + "form_224": "Normal", + "form_229": "Normal", + "form_232": "Normal", + "form_235": "Normal", + "form_238": "Normal", + "form_241": "Normal", + "form_244": "Normal", + "form_247": "Normal", + "form_250": "Normal", + "form_253": "Normal", + "form_256": "Normal", + "form_259": "Normal", + "form_262": "Normal", + "form_265": "Normal", + "form_268": "Normal", + "form_271": "Normal", + "form_274": "Normal", + "form_277": "Normal", + "form_280": "Normal", + "form_283": "Normal", + "form_286": "Normal", + "form_289": "Normal", + "form_292": "Normal", + "form_295": "Normal", + "form_298": "Normal", + "form_301": "Normal", + "form_304": "Normal", + "form_307": "Normal", + "form_310": "Normal", + "form_313": "Normal", + "form_316": "Normal", + "form_319": "Normal", + "form_322": "Normal", + "form_585": "Forma Primavera", + "form_586": "Forma Verano", + "form_587": "Forma Otoño", + "form_588": "Forma Invierno", + "form_589": "Forma Primavera", + "form_590": "Forma Verano", + "form_591": "Forma Otoño", + "form_592": "Forma Invierno", + "form_593": "Normal", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "Normal", + "form_599": "Noevolve", + "form_600": "Normal", + "form_601": "Noevolve", + "form_602": "Normal", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "Normal", + "form_613": "Normal", + "form_616": "Normal", + "form_619": "Normal", + "form_622": "Normal", + "form_625": "Normal", + "form_628": "Normal", + "form_631": "Normal", + "form_634": "Normal", + "form_637": "Normal", + "form_640": "Normal", + "form_643": "Normal", + "form_646": "Normal", + "form_649": "Normal", + "form_652": "Normal", + "form_655": "Normal", + "form_658": "Normal", + "form_661": "Normal", + "form_664": "Normal", + "form_667": "Normal", + "form_670": "Normal", + "form_677": "Normal", + "form_680": "Normal", + "form_683": "Normal", + "form_688": "Normal", + "form_691": "Normal", + "form_694": "Normal", + "form_697": "Normal", + "form_700": "Normal", + "form_703": "Normal", + "form_706": "Normal", + "form_713": "Normal", + "form_716": "Normal", + "form_719": "Normal", + "form_722": "Normal", + "form_729": "Normal", + "form_734": "Normal", + "form_737": "Normal", + "form_740": "Normal", + "form_743": "Normal", + "form_746": "Normal", + "form_749": "Normal", + "form_752": "Normal", + "form_755": "Normal", + "form_758": "Normal", + "form_761": "Normal", + "form_764": "Normal", + "form_767": "Normal", + "form_770": "Normal", + "form_773": "Normal", + "form_776": "Normal", + "form_779": "Normal", + "form_782": "Normal", + "form_785": "Normal", + "form_788": "Normal", + "form_791": "Normal", + "form_794": "Normal", + "form_797": "Normal", + "form_800": "Normal", + "form_803": "Normal", + "form_806": "Normal", + "form_809": "Normal", + "form_812": "Normal", + "form_815": "Normal", + "form_818": "Normal", + "form_821": "Normal", + "form_824": "Normal", + "form_827": "Normal", + "form_830": "Normal", + "form_833": "Normal", + "form_836": "Normal", + "form_839": "Normal", + "form_846": "Normal", + "form_849": "Normal", + "form_852": "Normal", + "form_855": "Normal", + "form_858": "Normal", + "form_861": "Normal", + "form_864": "Normal", + "form_867": "Normal", + "form_870": "Normal", + "form_873": "Normal", + "form_876": "Normal", + "form_879": "Normal", + "form_888": "Normal", + "form_891": "Normal", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "Normal", + "form_901": "Vs 2019", + "form_902": "Normal", + "form_905": "Normal", + "form_908": "Normal", + "form_911": "Normal", + "form_914": "Normal", + "form_917": "Normal", + "form_920": "Normal", + "form_923": "Normal", + "form_926": "Normal", + "form_929": "Normal", + "form_932": "Normal", + "form_935": "Normal", + "form_938": "Normal", + "form_941": "Normal", + "form_944": "Galarian", + "form_945": "Normal", + "form_946": "Galarian", + "form_947": "Normal", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "Normal", + "form_956": "Normal", + "form_959": "Normal", + "form_962": "Normal", + "form_965": "Normal", + "form_968": "Normal", + "form_971": "Normal", + "form_974": "Normal", + "form_981": "Normal", + "form_984": "Normal", + "form_987": "Normal", + "form_990": "Normal", + "form_993": "Normal", + "form_996": "Normal", + "form_999": "Normal", + "form_1002": "Normal", + "form_1005": "Normal", + "form_1008": "Normal", + "form_1011": "Normal", + "form_1014": "Normal", + "form_1017": "Normal", + "form_1020": "Normal", + "form_1023": "Normal", + "form_1026": "Normal", + "form_1029": "Normal", + "form_1032": "Normal", + "form_1035": "Normal", + "form_1038": "Normal", + "form_1041": "Normal", + "form_1044": "Normal", + "form_1047": "Normal", + "form_1050": "Normal", + "form_1053": "Normal", + "form_1056": "Normal", + "form_1059": "Normal", + "form_1062": "Normal", + "form_1065": "Normal", + "form_1068": "Normal", + "form_1071": "Normal", + "form_1074": "Normal", + "form_1077": "Normal", + "form_1080": "Normal", + "form_1083": "Normal", + "form_1086": "Normal", + "form_1089": "Normal", + "form_1092": "Normal", + "form_1095": "Normal", + "form_1098": "Normal", + "form_1101": "Normal", + "form_1104": "Normal", + "form_1107": "Normal", + "form_1110": "Normal", + "form_1115": "Normal", + "form_1118": "Normal", + "form_1121": "Normal", + "form_1124": "Normal", + "form_1127": "Normal", + "form_1130": "Normal", + "form_1133": "Normal", + "form_1136": "Normal", + "form_1139": "Normal", + "form_1142": "Normal", + "form_1145": "Normal", + "form_1148": "Normal", + "form_1151": "Normal", + "form_1154": "Normal", + "form_1157": "Normal", + "form_1160": "Normal", + "form_1163": "Normal", + "form_1166": "Normal", + "form_1169": "Normal", + "form_1172": "Normal", + "form_1175": "Normal", + "form_1178": "Normal", + "form_1181": "Normal", + "form_1184": "Normal", + "form_1187": "Normal", + "form_1190": "Normal", + "form_1193": "Normal", + "form_1196": "Normal", + "form_1199": "Normal", + "form_1202": "Normal", + "form_1205": "Normal", + "form_1208": "Normal", + "form_1211": "Normal", + "form_1214": "Normal", + "form_1217": "Normal", + "form_1220": "Normal", + "form_1223": "Normal", + "form_1226": "Normal", + "form_1229": "Normal", + "form_1232": "Normal", + "form_1235": "Normal", + "form_1238": "Normal", + "form_1241": "Normal", + "form_1244": "Normal", + "form_1247": "Normal", + "form_1250": "Normal", + "form_1253": "Normal", + "form_1256": "Normal", + "form_1259": "Normal", + "form_1262": "Normal", + "form_1265": "Normal", + "form_1268": "Normal", + "form_1271": "Normal", + "form_1274": "Normal", + "form_1277": "Normal", + "form_1280": "Normal", + "form_1283": "Normal", + "form_1286": "Normal", + "form_1289": "Normal", + "form_1292": "Normal", + "form_1295": "Normal", + "form_1298": "Normal", + "form_1301": "Normal", + "form_1304": "Normal", + "form_1307": "Normal", + "form_1310": "Normal", + "form_1313": "Normal", + "form_1316": "Normal", + "form_1319": "Normal", + "form_1322": "Normal", + "form_1325": "Normal", + "form_1328": "Normal", + "form_1331": "Normal", + "form_1334": "Normal", + "form_1337": "Normal", + "form_1340": "Normal", + "form_1343": "Normal", + "form_1346": "Normal", + "form_1349": "Normal", + "form_1352": "Normal", + "form_1355": "Normal", + "form_1358": "Normal", + "form_1361": "Normal", + "form_1364": "Normal", + "form_1367": "Normal", + "form_1370": "Normal", + "form_1379": "Normal", + "form_1382": "Normal", + "form_1385": "Normal", + "form_1388": "Normal", + "form_1391": "Normal", + "form_1394": "Normal", + "form_1397": "Normal", + "form_1400": "Normal", + "form_1403": "Normal", + "form_1406": "Normal", + "form_1409": "Normal", + "form_1412": "Normal", + "form_1415": "Normal", + "form_1418": "Normal", + "form_1421": "Normal", + "form_1424": "Normal", + "form_1427": "Normal", + "form_1430": "Normal", + "form_1433": "Normal", + "form_1436": "Normal", + "form_1439": "Normal", + "form_1442": "Normal", + "form_1445": "Normal", + "form_1448": "Normal", + "form_1451": "Normal", + "form_1454": "Normal", + "form_1457": "Normal", + "form_1460": "Normal", + "form_1463": "Normal", + "form_1466": "Normal", + "form_1469": "Normal", + "form_1472": "Normal", + "form_1475": "Normal", + "form_1478": "Normal", + "form_1481": "Normal", + "form_1484": "Normal", + "form_1487": "Normal", + "form_1490": "Normal", + "form_1493": "Normal", + "form_1496": "Normal", + "form_1499": "Normal", + "form_1502": "Normal", + "form_1505": "Normal", + "form_1508": "Normal", + "form_1511": "Normal", + "form_1514": "Normal", + "form_1517": "Normal", + "form_1520": "Normal", + "form_1523": "Normal", + "form_1526": "Normal", + "form_1529": "Normal", + "form_1532": "Normal", + "form_1535": "Normal", + "form_1538": "Normal", + "form_1541": "Normal", + "form_1544": "Normal", + "form_1547": "Normal", + "form_1550": "Normal", + "form_1553": "Normal", + "form_1556": "Normal", + "form_1559": "Normal", + "form_1562": "Normal", + "form_1565": "Normal", + "form_1568": "Normal", + "form_1571": "Normal", + "form_1574": "Normal", + "form_1577": "Normal", + "form_1580": "Normal", + "form_1583": "Normal", + "form_1586": "Normal", + "form_1589": "Normal", + "form_1592": "Normal", + "form_1595": "Normal", + "form_1598": "Normal", + "form_1601": "Normal", + "form_1604": "Normal", + "form_1607": "Normal", + "form_1610": "Normal", + "form_1613": "Normal", + "form_1616": "Normal", + "form_1619": "Normal", + "form_1622": "Normal", + "form_1625": "Normal", + "form_1628": "Normal", + "form_1631": "Normal", + "form_1634": "Normal", + "form_1637": "Normal", + "form_1640": "Normal", + "form_1643": "Normal", + "form_1646": "Normal", + "form_1649": "Normal", + "form_1652": "Normal", + "form_1655": "Normal", + "form_1658": "Normal", + "form_1661": "Normal", + "form_1664": "Normal", + "form_1667": "Normal", + "form_1670": "Normal", + "form_1673": "Normal", + "form_1676": "Normal", + "form_1679": "Normal", + "form_1682": "Normal", + "form_1685": "Normal", + "form_1688": "Normal", + "form_1691": "Normal", + "form_1694": "Normal", + "form_1697": "Normal", + "form_1700": "Normal", + "form_1703": "Normal", + "form_1706": "Normal", + "form_1709": "Normal", + "form_1712": "Normal", + "form_1715": "Normal", + "form_1718": "Normal", + "form_1721": "Normal", + "form_1724": "Normal", + "form_1727": "Normal", + "form_1730": "Normal", + "form_1733": "Normal", + "form_1736": "Normal", + "form_1739": "Normal", + "form_1742": "Normal", + "form_1745": "Normal", + "form_1748": "Normal", + "form_1751": "Normal", + "form_1754": "Normal", + "form_1757": "Normal", + "form_1760": "Normal", + "form_1763": "Normal", + "form_1766": "Normal", + "form_1769": "Normal", + "form_1772": "Normal", + "form_1775": "Normal", + "form_1778": "Normal", + "form_1781": "Normal", + "form_1784": "Normal", + "form_1787": "Normal", + "form_1790": "Normal", + "form_1793": "Normal", + "form_1796": "Normal", + "form_1799": "Normal", + "form_1802": "Normal", + "form_1805": "Normal", + "form_1808": "Normal", + "form_1811": "Normal", + "form_1814": "Normal", + "form_1817": "Normal", + "form_1820": "Normal", + "form_1823": "Normal", + "form_1826": "Normal", + "form_1829": "Normal", + "form_1832": "Normal", + "form_1835": "Normal", + "form_1838": "Normal", + "form_1841": "Normal", + "form_1844": "Normal", + "form_1847": "Normal", + "form_1850": "Normal", + "form_1853": "Normal", + "form_1856": "Normal", + "form_1859": "Normal", + "form_1862": "Normal", + "form_1865": "Normal", + "form_1868": "Normal", + "form_1871": "Normal", + "form_1874": "Normal", + "form_1877": "Normal", + "form_1880": "Normal", + "form_1883": "Normal", + "form_1886": "Normal", + "form_1889": "Normal", + "form_1892": "Normal", + "form_1895": "Normal", + "form_1898": "Normal", + "form_1901": "Normal", + "form_1904": "Normal", + "form_1907": "Normal", + "form_1910": "Normal", + "form_1913": "Normal", + "form_1916": "Normal", + "form_1919": "Normal", + "form_1922": "Normal", + "form_1925": "Normal", + "form_1928": "Normal", + "form_1931": "Normal", + "form_1934": "Normal", + "form_1937": "Normal", + "form_1940": "Normal", + "form_1943": "Normal", + "form_1946": "Normal", + "form_1949": "Normal", + "form_1952": "Normal", + "form_1955": "Normal", + "form_1958": "Normal", + "form_1961": "Normal", + "form_1964": "Normal", + "form_1967": "Normal", + "form_1970": "Normal", + "form_1973": "Normal", + "form_1976": "Normal", + "form_1979": "Normal", + "form_1982": "Normal", + "form_1985": "Normal", + "form_1988": "Normal", + "form_1991": "Normal", + "form_1994": "Normal", + "form_1997": "Normal", + "form_2000": "Normal", + "form_2003": "Normal", + "form_2006": "Normal", + "form_2009": "Normal", + "form_2012": "Normal", + "form_2015": "Normal", + "form_2018": "Normal", + "form_2021": "Normal", + "form_2024": "Normal", + "form_2027": "Normal", + "form_2030": "Normal", + "form_2033": "Normal", + "form_2036": "Normal", + "form_2039": "Normal", + "form_2042": "Normal", + "form_2045": "Normal", + "form_2048": "Normal", + "form_2051": "Normal", + "form_2054": "Normal", + "form_2057": "Normal", + "form_2060": "Normal", + "form_2063": "Normal", + "form_2066": "Normal", + "form_2069": "Normal", + "form_2072": "Normal", + "form_2075": "Normal", + "form_2078": "Normal", + "form_2081": "Normal", + "form_2084": "Normal", + "form_2087": "Normal", + "form_2090": "Normal", + "form_2093": "Normal", + "form_2096": "Normal", + "form_2099": "Normal", + "form_2102": "Normal", + "form_2105": "Normal", + "form_2108": "Normal", + "form_2111": "Normal", + "form_2114": "Normal", + "form_2117": "Normal", + "form_2120": "Normal", + "form_2123": "Normal", + "form_2126": "Normal", + "form_2129": "Normal", + "form_2132": "Normal", + "form_2135": "Normal", + "form_2138": "Normal", + "form_2141": "Normal", + "form_2144": "Normal", + "form_2147": "Normal", + "form_2150": "Normal", + "form_2153": "Normal", + "form_2156": "Normal", + "form_2159": "Normal", + "form_2162": "Normal", + "form_2165": "Normal", + "form_2168": "Normal", + "form_2171": "Normal", + "form_2174": "Normal", + "form_2177": "Normal", + "form_2180": "Normal", + "form_2183": "Normal", + "form_2186": "Normal", + "form_2189": "Normal", + "form_2192": "Normal", + "form_2195": "Normal", + "form_2198": "Normal", + "form_2201": "Normal", + "form_2204": "Normal", + "form_2207": "Normal", + "form_2210": "Normal", + "form_2213": "Normal", + "form_2216": "Normal", + "form_2219": "Normal", + "form_2222": "Normal", + "form_2225": "Normal", + "form_2228": "Normal", + "form_2231": "Normal", + "form_2234": "Normal", + "form_2237": "Normal", + "form_2240": "Normal", + "form_2243": "Normal", + "form_2246": "Normal", + "form_2249": "Normal", + "form_2252": "Normal", + "form_2255": "Normal", + "form_2258": "Normal", + "form_2261": "Normal", + "form_2264": "Normal", + "form_2267": "Normal", + "form_2270": "Normal", + "form_2273": "Normal", + "form_2276": "Normal", + "form_2279": "Normal", + "form_2282": "Normal", + "form_2285": "Normal", + "form_2288": "Normal", + "form_2291": "Normal", + "form_2294": "Normal", + "form_2297": "Normal", + "form_2300": "Normal", + "form_2303": "Normal", + "form_2306": "Normal", + "form_2309": "Normal", + "form_2312": "Normal", + "form_2315": "Normal", + "form_2318": "Normal", + "form_2321": "Normal", + "form_2324": "Normal", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "Hembra", + "form_2331": "Hembra", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "Forma Grave", + "form_2464": "Forma Aguda", + "form_2477": "Forma Falsificada", + "form_2478": "Forma Genuina", + "form_2480": "Forma Falsificada", + "form_2481": "Forma Genuina", + "form_2501": "Normal", + "form_2504": "Normal", + "form_2507": "Normal", + "form_2510": "Normal", + "form_2513": "Normal", + "form_2516": "Normal", + "form_2540": "Cara de Hielo", + "form_2541": "Cara Deshielo", + "form_2542": "Macho", + "form_2543": "Hembra", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "Espada Suprema", + "form_2577": "Guerrero Avezado", + "form_2578": "Escudo Supremo", + "form_2579": "Guerrero Avezado", + "form_2580": "Eternamax", + "form_2581": "Normal", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "Normal", + "form_2588": "Hembra", + "form_2589": "Normal", + "form_2590": "Hembra", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "Sol", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "Estilo Apasionado", + "form_2680": "Estilo Animado", + "form_2681": "Estilo Plácido", + "form_2683": "Estilo Refinado", + "form_2684": "Forma Diurna", + "form_2685": "Forma Nocturna", + "form_2686": "Forma Crepuscular", + "form_2687": "Forma Individual", + "form_2688": "Forma Banco", + "form_2689": "Normal", + "form_2690": "Bicho", + "form_2691": "Siniestro", + "form_2692": "Dragón", + "form_2693": "Eléctrico", + "form_2694": "Hada", + "form_2695": "Lucha", + "form_2696": "Fuego", + "form_2697": "Volador", + "form_2698": "Fantasma", + "form_2699": "Planta", + "form_2700": "Tierra", + "form_2701": "Hielo", + "form_2702": "Veneno", + "form_2703": "Psíquico", + "form_2704": "Roca", + "form_2705": "Acero", + "form_2706": "Agua", + "form_2707": "Meteor Blue", + "form_2708": "Plumaje Azul", + "form_2709": "Plumaje Verde", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "Plumaje Amarillo", + "form_2715": "Forma Descubierta", + "form_2716": "Forma Encubierta", + "form_2717": "Normal", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "Normal", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "Normal", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "Forma Crepuscular", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "Sol", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "Sol", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "Forma Avatar", + "form_2803": "Forma Tótem", + "form_2804": "Raya Blanca", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "Normal", + "form_2808": "Hembra", + "form_2809": "Normal", + "form_2810": "Normal", + "form_2811": "Normal", + "form_2812": "Normal", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "Normal", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "Forma Origen", + "form_2830": "Forma Origen", + "form_2831": "Normal", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "Normal", + "form_2982": "Hembra", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Plumaje Verde", + "form_2986": "Plumaje Azul", + "form_2987": "Plumaje Amarillo", + "form_2988": "White", + "form_2989": "Forma Ingenua", + "form_2990": "Guerrero Avezado", + "form_2991": "Forma Curvada", + "form_2992": "Forma Lánguida", + "form_2993": "Forma Recta", + "form_2994": "Forma Binodular", + "form_2995": "Forma Trinodular", + "form_2996": "Fisonomía Plena", + "form_2997": "Modo Pleno", + "form_2998": "Normal", + "form_3000": "Normal", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "Macho", + "gender_2": "Hembra", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "Alola", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "Blanche", + "grunt_2": "Candela", + "grunt_3": "Spark", + "grunt_4": "Recluta (Macho)", + "grunt_5": "Recluta (Hembra)", + "grunt_6": "Bicho - Recluta (Hembra)", + "grunt_7": "Bicho - Recluta (Macho)", + "grunt_8": "Recluta (Hembra)", + "grunt_9": "Recluta (Macho)", + "grunt_10": "Siniestro - Recluta (Hembra)", + "grunt_11": "Siniestro - Recluta (Macho)", + "grunt_12": "Dragón - Recluta (Hembra)", + "grunt_13": "Dragón - Recluta (Macho)", + "grunt_14": "Hada - Recluta (Hembra)", + "grunt_15": "Hada - Recluta (Macho)", + "grunt_16": "Lucha - Recluta (Hembra)", + "grunt_17": "Lucha - Recluta (Macho)", + "grunt_18": "Fuego - Recluta (Hembra)", + "grunt_19": "Fuego - Recluta (Macho)", + "grunt_20": "Volador - Recluta (Hembra)", + "grunt_21": "Volador - Recluta (Macho)", + "grunt_22": "Planta - Recluta (Hembra)", + "grunt_23": "Planta - Recluta (Macho)", + "grunt_24": "Tierra - Recluta (Hembra)", + "grunt_25": "Tierra - Recluta (Macho)", + "grunt_26": "Hielo - Recluta (Hembra)", + "grunt_27": "Hielo - Recluta (Macho)", + "grunt_28": "Acero - Recluta (Hembra)", + "grunt_29": "Acero - Recluta (Macho)", + "grunt_30": "Normal - Recluta (Hembra)", + "grunt_31": "Normal - Recluta (Macho)", + "grunt_32": "Veneno - Recluta (Hembra)", + "grunt_33": "Veneno - Recluta (Macho)", + "grunt_34": "Psíquico - Recluta (Hembra)", + "grunt_35": "Psíquico - Recluta (Macho)", + "grunt_36": "Roca - Recluta (Hembra)", + "grunt_37": "Roca - Recluta (Macho)", + "grunt_38": "Agua - Recluta (Hembra)", + "grunt_39": "Agua - Recluta (Macho)", + "grunt_40": "Player Team Leader", + "grunt_41": "Líder Cliff", + "grunt_42": "Líder Arlo", + "grunt_43": "Líder Sierra", + "grunt_44": "Giovanni", + "grunt_45": "Recluta señuelo (Macho)", + "grunt_46": "Recluta señuelo (Hembra)", + "grunt_47": "Fantasma - Recluta (Hembra)", + "grunt_48": "Fantasma - Recluta (Macho)", + "grunt_49": "Eléctrico - Recluta (Hembra)", + "grunt_50": "Eléctrico - Recluta (Macho)", + "grunt_51": "Recluta (Hembra)", + "grunt_52": "Recluta (Macho)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "Bicho - Recluta (Hembra)", + "grunt_56": "Bicho - Recluta (Macho)", + "grunt_57": "Siniestro - Recluta (Hembra)", + "grunt_58": "Siniestro - Recluta (Macho)", + "grunt_59": "Dragón - Recluta (Hembra)", + "grunt_60": "Dragón - Recluta (Macho)", + "grunt_61": "Hada - Recluta (Hembra)", + "grunt_62": "Hada - Recluta (Macho)", + "grunt_63": "Lucha - Recluta (Hembra)", + "grunt_64": "Lucha - Recluta (Macho)", + "grunt_65": "Fuego - Recluta (Hembra)", + "grunt_66": "Fuego - Recluta (Macho)", + "grunt_67": "Volador - Recluta (Hembra)", + "grunt_68": "Volador - Recluta (Macho)", + "grunt_69": "Planta - Recluta (Hembra)", + "grunt_70": "Planta - Recluta (Macho)", + "grunt_71": "Tierra - Recluta (Hembra)", + "grunt_72": "Tierra - Recluta (Macho)", + "grunt_73": "Hielo - Recluta (Hembra)", + "grunt_74": "Hielo - Recluta (Macho)", + "grunt_75": "Recluta (Hembra)", + "grunt_76": "Recluta (Macho)", + "grunt_77": "Normal - Recluta (Hembra)", + "grunt_78": "Normal - Recluta (Macho)", + "grunt_79": "Veneno - Recluta (Hembra)", + "grunt_80": "Veneno - Recluta (Macho)", + "grunt_81": "Psíquico - Recluta (Hembra)", + "grunt_82": "Psíquico - Recluta (Macho)", + "grunt_83": "Roca - Recluta (Hembra)", + "grunt_84": "Roca - Recluta (Macho)", + "grunt_85": "Agua - Recluta (Hembra)", + "grunt_86": "Agua - Recluta (Macho)", + "grunt_87": "Fantasma - Recluta (Hembra)", + "grunt_88": "Fantasma - Recluta (Macho)", + "grunt_89": "Eléctrico - Recluta (Hembra)", + "grunt_90": "Eléctrico - Recluta (Macho)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "Ninguno", + "grunt_a_1": "Blanche", + "grunt_a_2": "Candela", + "grunt_a_3": "Spark", + "grunt_a_4": "Recluta ♂", + "grunt_a_5": "Recluta ♀", + "grunt_a_6": "Bicho ♀", + "grunt_a_7": "Bicho ♂", + "grunt_a_8": "Recluta ♀", + "grunt_a_9": "Recluta ♂", + "grunt_a_10": "Siniestro ♀", + "grunt_a_11": "Siniestro ♂", + "grunt_a_12": "Dragón ♀", + "grunt_a_13": "Dragón ♂", + "grunt_a_14": "Hada ♀", + "grunt_a_15": "Hada ♂", + "grunt_a_16": "Lucha ♀", + "grunt_a_17": "Lucha ♂", + "grunt_a_18": "Fuego ♀", + "grunt_a_19": "Fuego ♂", + "grunt_a_20": "Volador ♀", + "grunt_a_21": "Volador ♂", + "grunt_a_22": "Planta ♀", + "grunt_a_23": "Planta ♂", + "grunt_a_24": "Tierra ♀", + "grunt_a_25": "Tierra ♂", + "grunt_a_26": "Hielo ♀", + "grunt_a_27": "Hielo ♂", + "grunt_a_28": "Acero ♀", + "grunt_a_29": "Acero ♂", + "grunt_a_30": "Normal ♀", + "grunt_a_31": "Normal ♂", + "grunt_a_32": "Veneno ♀", + "grunt_a_33": "Veneno ♂", + "grunt_a_34": "Psíquico ♀", + "grunt_a_35": "Psíquico ♂", + "grunt_a_36": "Roca ♀", + "grunt_a_37": "Roca ♂", + "grunt_a_38": "Agua ♀", + "grunt_a_39": "Agua ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "Líder Cliff", + "grunt_a_42": "Líder Arlo", + "grunt_a_43": "Líder Sierra", + "grunt_a_44": "Giovanni", + "grunt_a_45": "Recluta señuelo ♂", + "grunt_a_46": "Recluta señuelo ♀", + "grunt_a_47": "Fantasma ♀", + "grunt_a_48": "Fantasma ♂", + "grunt_a_49": "Eléctrico ♀", + "grunt_a_50": "Eléctrico ♂", + "grunt_a_51": "Recluta ♀", + "grunt_a_52": "Recluta ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "Bicho ♀", + "grunt_a_56": "Bicho ♂", + "grunt_a_57": "Siniestro ♀", + "grunt_a_58": "Siniestro ♂", + "grunt_a_59": "Dragón ♀", + "grunt_a_60": "Dragón ♂", + "grunt_a_61": "Hada ♀", + "grunt_a_62": "Hada ♂", + "grunt_a_63": "Lucha ♀", + "grunt_a_64": "Lucha ♂", + "grunt_a_65": "Fuego ♀", + "grunt_a_66": "Fuego ♂", + "grunt_a_67": "Volador ♀", + "grunt_a_68": "Volador ♂", + "grunt_a_69": "Planta ♀", + "grunt_a_70": "Planta ♂", + "grunt_a_71": "Tierra ♀", + "grunt_a_72": "Tierra ♂", + "grunt_a_73": "Hielo ♀", + "grunt_a_74": "Hielo ♂", + "grunt_a_75": "Recluta ♀", + "grunt_a_76": "Recluta ♂", + "grunt_a_77": "Normal ♀", + "grunt_a_78": "Normal ♂", + "grunt_a_79": "Veneno ♀", + "grunt_a_80": "Veneno ♂", + "grunt_a_81": "Psíquico ♀", + "grunt_a_82": "Psíquico ♂", + "grunt_a_83": "Roca ♀", + "grunt_a_84": "Roca ♂", + "grunt_a_85": "Agua ♀", + "grunt_a_86": "Agua ♂", + "grunt_a_87": "Fantasma ♀", + "grunt_a_88": "Fantasma ♂", + "grunt_a_89": "Eléctrico ♀", + "grunt_a_90": "Eléctrico ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "Desconocido", + "item_1": "Poké Ball", + "item_2": "Super Ball", + "item_3": "Ultra Ball", + "item_4": "Master Ball", + "item_5": "Honor Ball", + "item_6": "Ente Ball", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "Poción", + "item_102": "Superpoción", + "item_103": "Hiperpoción", + "item_104": "Poción Máxima", + "item_201": "Revivir", + "item_202": "Revivir Máximo", + "item_301": "Huevo Suerte", + "item_401": "Incienso", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "Caja Misteriosa", + "item_406": "Incienso de aventura diario", + "item_407": "Cofre de Monedas", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "Módulo Cebo", + "item_502": "Módulo Cebo Glaciar", + "item_503": "Módulo Cebo Musgoso", + "item_504": "Módulo Cebo Magnético", + "item_505": "Módulo Cebo Lluvioso", + "item_506": "Módulo Cebo Dorado", + "item_602": "Ataque X", + "item_603": "Defensa X", + "item_604": "SIN DEFINIR", + "item_650": "Célula de Zygarde", + "item_651": "Arca de Zygarde", + "item_701": "Baya Frambu", + "item_702": "Baya Oram", + "item_703": "Baya Latano", + "item_704": "Baya Peragu", + "item_705": "Baya Pinia", + "item_706": "Baya Frambu dorada", + "item_707": "Golden Nanab Berry", + "item_708": "Baya Pinia plateada", + "item_709": "Pokocho", + "item_801": "Cámara", + "item_802": "Pegatinas", + "item_803": "Álbum de postales", + "item_901": "Incubadora ∞", + "item_902": "Incubadora", + "item_903": "Superincubadora", + "item_1001": "Almacenamiento de Pokémon", + "item_1002": "Aumento de espacio (Bolsa)", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "Piedra Solar", + "item_1102": "Roca del Rey", + "item_1103": "Revestimiento Metálico", + "item_1104": "Escama Dragón", + "item_1105": "Mejora", + "item_1106": "Piedra Sinnoh", + "item_1107": "Piedra Teselia", + "item_1150": "Monedas de Gimmighoul", + "item_1201": "MT de ataque rápido", + "item_1202": "MT de ataque cargado", + "item_1203": "MT élite de ataque rápido", + "item_1204": "MT élite de ataque cargado", + "item_1250": "Meteorito", + "item_1301": "Caramelo Raro", + "item_1302": "Caramelo Raro ++", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "Pase de incursión", + "item_1402": "Pase de combate prémium", + "item_1404": "Trozo Estrella", + "item_1405": "Regalo", + "item_1406": "Medallón de Equipos", + "item_1408": "Pase de incursión remota", + "item_1409": "S Raid Ticket", + "item_1501": "Componente misterioso", + "item_1502": "Radar Rocket", + "item_1503": "Superradar Rocket", + "item_1504": "Esquirla Oscura", + "item_1505": "Gema Purificada", + "item_1506": "Partícula Max", + "item_1507": "Pack de Partículas Max", + "item_1600": "Entrada", + "item_1601": "Entrada", + "item_1602": "Entrada", + "item_1603": "Entrada", + "item_1604": "Entrada extra", + "item_1605": "Entrada extra", + "item_1606": "Pase de investigación temporal de Liga Combates GO", + "item_1607": "Entrada", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Entrada de Safari: Seúl", + "item_1611": "Entrada de Safari: Barcelona", + "item_1612": "Entrada de Safari: Ciudad de México", + "item_1613": "Entrada de Safari: Tainan", + "item_1614": "Ticket City Safari 04", + "item_1615": "Entrada", + "item_1616": "Entrada", + "item_1617": "Entrada", + "item_1618": "Entrada", + "item_1619": "Entrada", + "item_1620": "Entrada", + "item_1621": "Entrada", + "item_1622": "Entrada", + "item_1623": "Entrada", + "item_1624": "Entrada", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "Normal", + "lure_502": "Glaciar", + "lure_503": "Musgoso", + "lure_504": "Magnético", + "lure_505": "Lluvioso", + "lure_506": "Dorado", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "Desconocido", + "move_1": "Impactrueno", + "move_2": "Ataque Rápido", + "move_3": "Arañazo", + "move_4": "Ascuas", + "move_5": "Látigo Cepa", + "move_6": "Placaje", + "move_7": "Hoja Afilada", + "move_8": "Derribo", + "move_9": "Pistola Agua", + "move_10": "Mordisco", + "move_11": "Destructor", + "move_12": "Doble Bofetón", + "move_13": "Constricción", + "move_14": "Hiperrayo", + "move_15": "Lengüetazo", + "move_16": "Pulso Umbrío", + "move_17": "Polución", + "move_18": "Residuos", + "move_19": "Garra Metal", + "move_20": "Agarre", + "move_21": "Rueda Fuego", + "move_22": "Megacuerno", + "move_23": "Ataque Ala", + "move_24": "Lanzallamas", + "move_25": "Golpe Bajo", + "move_26": "Excavar", + "move_27": "Patada Baja", + "move_28": "Tajo Cruzado", + "move_29": "Psicocorte", + "move_30": "Psicorrayo", + "move_31": "Terremoto", + "move_32": "Roca Afilada", + "move_33": "Puño Hielo", + "move_34": "Arrumaco", + "move_35": "Chispazo", + "move_36": "Foco Resplandor", + "move_37": "Picotazo", + "move_38": "Pico Taladro", + "move_39": "Rayo Hielo", + "move_40": "Ventisca", + "move_41": "Tajo Aéreo", + "move_42": "Onda Ígnea", + "move_43": "Doble Ataque", + "move_44": "Puya Nociva", + "move_45": "Golpe Aéreo", + "move_46": "Taladradora", + "move_47": "Tormenta Floral", + "move_48": "Megaagotar", + "move_49": "Zumbido", + "move_50": "Colmillo Veneno", + "move_51": "Tajo Umbrío", + "move_52": "Cuchillada", + "move_53": "Rayo Burbuja", + "move_54": "Sumisión", + "move_55": "Golpe Kárate", + "move_56": "Puntapié", + "move_57": "Acua Jet", + "move_58": "Acua Cola", + "move_59": "Bomba Germen", + "move_60": "Psicocarga", + "move_61": "Lanzarrocas", + "move_62": "Poder Pasado", + "move_63": "Tumba Rocas", + "move_64": "Avalancha", + "move_65": "Joya de Luz", + "move_66": "Sombra Vil", + "move_67": "Puño Sombra", + "move_68": "Garra Umbría", + "move_69": "Viento Aciago", + "move_70": "Bola Sombra", + "move_71": "Puño Bala", + "move_72": "Bomba Imán", + "move_73": "Ala de Acero", + "move_74": "Cabeza de Hierro", + "move_75": "Carga Parábola", + "move_76": "Chispa", + "move_77": "Puño Trueno", + "move_78": "Trueno", + "move_79": "Rayo", + "move_80": "Ciclón", + "move_81": "Dragoaliento", + "move_82": "Pulso Dragón", + "move_83": "Garra Dragón", + "move_84": "Voz Cautivadora", + "move_85": "Beso Drenaje", + "move_86": "Brillo Mágico", + "move_87": "Fuerza Lunar", + "move_88": "Carantoña", + "move_89": "Veneno X", + "move_90": "Bomba Lodo", + "move_91": "Onda Tóxica", + "move_92": "Lanzamugre", + "move_93": "Disparo Lodo", + "move_94": "Hueso Palo", + "move_95": "Terratemblor", + "move_96": "Bomba Fango", + "move_97": "Corte Furia", + "move_98": "Picadura", + "move_99": "Doble Rayo", + "move_100": "Tijera X", + "move_101": "Nitrocarga", + "move_102": "Pirotecnia", + "move_103": "Llamarada", + "move_104": "Salmuera", + "move_105": "Hidropulso", + "move_106": "Escaldar", + "move_107": "Hidrobomba", + "move_108": "Psíquico", + "move_109": "Onda Mental", + "move_110": "Canto Helado", + "move_111": "Viento Hielo", + "move_112": "Vaho Gélido", + "move_113": "Absorber", + "move_114": "Gigadrenado", + "move_115": "Puño Fuego", + "move_116": "Rayo Solar", + "move_117": "Hoja Aguda", + "move_118": "Latigazo", + "move_119": "Salpicadura", + "move_120": "Ácido", + "move_121": "Aire Afilado", + "move_122": "Vendaval", + "move_123": "Demolición", + "move_124": "Corte", + "move_125": "Rapidez", + "move_126": "Cornada", + "move_127": "Pisotón", + "move_128": "Golpe Cabeza", + "move_129": "Hipercolmillo", + "move_130": "Atizar", + "move_131": "Golpe Cuerpo", + "move_132": "Descanso", + "move_133": "Combate", + "move_134": "Escaldar", + "move_135": "Hidrobomba", + "move_136": "Constricción", + "move_137": "Constricción", + "move_200": "Corte Furia", + "move_201": "Picadura", + "move_202": "Mordisco", + "move_203": "Golpe Bajo", + "move_204": "Dragoaliento", + "move_205": "Impactrueno", + "move_206": "Chispa", + "move_207": "Patada Baja", + "move_208": "Golpe Kárate", + "move_209": "Ascuas", + "move_210": "Ataque Ala", + "move_211": "Picotazo", + "move_212": "Lengüetazo", + "move_213": "Garra Umbría", + "move_214": "Látigo Cepa", + "move_215": "Hoja Afilada", + "move_216": "Disparo Lodo", + "move_217": "Canto Helado", + "move_218": "Vaho Gélido", + "move_219": "Ataque Rápido", + "move_220": "Arañazo", + "move_221": "Placaje", + "move_222": "Destructor", + "move_223": "Corte", + "move_224": "Puya Nociva", + "move_225": "Ácido", + "move_226": "Psicocorte", + "move_227": "Lanzarrocas", + "move_228": "Garra Metal", + "move_229": "Puño Bala", + "move_230": "Pistola Agua", + "move_231": "Salpicadura", + "move_232": "Pistola Agua", + "move_233": "Bofetón Lodo", + "move_234": "Cabezazo Zen", + "move_235": "Confusión", + "move_236": "Picotazo Veneno", + "move_237": "Burbuja", + "move_238": "Finta", + "move_239": "Ala de Acero", + "move_240": "Colmillo Ígneo", + "move_241": "Golpe Roca", + "move_242": "Transformación", + "move_243": "Contraataque", + "move_244": "Nieve Polvo", + "move_245": "A Bocajarro", + "move_246": "Puño Dinámico", + "move_247": "Onda Certera", + "move_248": "Rayo Aurora", + "move_249": "Rayo Carga", + "move_250": "Voltiocambio", + "move_251": "Voltio Cruel", + "move_252": "Electrocañón", + "move_253": "Cola Dragón", + "move_254": "Alud", + "move_255": "Tajo Aéreo", + "move_256": "Pájaro Osado", + "move_257": "Ataque Aéreo", + "move_258": "Bucle Arena", + "move_259": "Pedrada", + "move_260": "Acoso", + "move_261": "Estoicismo", + "move_262": "Viento Plata", + "move_263": "Impresionar", + "move_264": "Infortunio", + "move_265": "Tinieblas", + "move_266": "Cola Férrea", + "move_267": "Giro Bola", + "move_268": "Cuerpo Pesado", + "move_269": "Giro Fuego", + "move_270": "Sofoco", + "move_271": "Semilladora", + "move_272": "Hierba Lazo", + "move_273": "Energibola", + "move_274": "Paranormal", + "move_275": "Premonición", + "move_276": "Manto Espejo", + "move_277": "Enfado", + "move_278": "Alarido", + "move_279": "Triturar", + "move_280": "Juego Sucio", + "move_281": "Poder Oculto", + "move_282": "Derribo", + "move_283": "Cascada", + "move_284": "Surf", + "move_285": "Cometa Draco", + "move_286": "Deseo Oculto", + "move_287": "Bostezo", + "move_288": "Psicoataque", + "move_289": "Pulso Primigenio", + "move_290": "Filo del Abismo", + "move_291": "Presente", + "move_292": "Meteorobola", + "move_293": "Meteorobola", + "move_294": "Meteorobola", + "move_295": "Meteorobola", + "move_296": "Planta Feroz", + "move_297": "Antiaéreo", + "move_298": "Anillo Ígneo", + "move_299": "Hidrocañón", + "move_300": "Última Baza", + "move_301": "Puño Meteoro", + "move_302": "Cabezazo", + "move_303": "Bomba Ácida", + "move_304": "Tierra Viva", + "move_305": "Martillazo", + "move_306": "Plancha", + "move_307": "Garra Brutal", + "move_308": "Pulpocañón", + "move_309": "Disparo Espejo", + "move_310": "Fuerza Bruta", + "move_311": "Aguijón Letal", + "move_312": "Ciclón de Hojas", + "move_313": "Chupavidas", + "move_314": "Puño Drenaje", + "move_315": "Hueso Sombrío", + "move_316": "Agua Lodosa", + "move_317": "Patada Ígnea", + "move_318": "Concha Filo", + "move_319": "Puño Incremento", + "move_320": "Encanto", + "move_321": "Gigaimpacto", + "move_322": "Frustración", + "move_323": "Retribución", + "move_324": "Sincrorruido", + "move_325": "Fijar Blanco", + "move_326": "Colmillo Rayo", + "move_327": "Colmillo Hielo", + "move_328": "Perforador", + "move_329": "Fisura", + "move_330": "Espada Santa", + "move_331": "Plancha Voladora", + "move_332": "Esfera Aural", + "move_333": "Vendetta", + "move_334": "Romperrocas", + "move_335": "Aerochorro", + "move_336": "Tecno Shock", + "move_337": "Tecno Shock", + "move_338": "Tecno Shock", + "move_339": "Tecno Shock", + "move_340": "Tecno Shock", + "move_341": "Vuelo", + "move_342": "V de Fuego", + "move_343": "Lluevehojas", + "move_344": "Triataque", + "move_345": "Tornado", + "move_346": "Calcinación", + "move_347": "Dark Void", + "move_348": "Danza Pluma", + "move_349": "Fiery Dance", + "move_350": "Viento Feérico", + "move_351": "Relic Song", + "move_352": "Meteorobola", + "move_353": "Psicocolmillo", + "move_354": "Cerco Dimensión", + "move_355": "Paso Dimensional", + "move_356": "Doble Patada", + "move_357": "Hoja Mágica", + "move_358": "Fuego Sagrado", + "move_359": "Carámbano", + "move_360": "Aerochorro+", + "move_361": "Aerochorro++", + "move_362": "Fuego Sagrado+", + "move_363": "Fuego Sagrado++", + "move_364": "Acróbata", + "move_365": "Resplandor", + "move_366": "Bola Neblina", + "move_367": "Giro Vil", + "move_368": "Desenrollar", + "move_369": "Fogonazo", + "move_370": "Obstrucción", + "move_371": "Golpe Umbrío", + "move_372": "Rayo Meteórico", + "move_373": "Shuriken de Agua", + "move_374": "Rayo Fusión", + "move_375": "Llama Fusión", + "move_376": "Poltergeist", + "move_377": "Fuerza Equina", + "move_378": "Mundo Gélido", + "move_379": "Vasto Impacto", + "move_380": "Estruendo", + "move_381": "Ferropuño Doble", + "move_382": "Llama Embrujada", + "move_383": "Hidroariete", + "move_384": "Ascenso Draco", + "move_385": "Follaje", + "move_386": "Lluvia Ígnea", + "move_387": "Geocontrol", + "move_388": "Corte Vacío", + "move_389": "Ala Mortífera", + "move_390": "Furia Natural", + "move_391": "Triple Axel", + "move_392": "Abrecaminos", + "move_393": "Arenas Ardientes", + "move_394": "Distorsión", + "move_395": "Vendaval Gélido", + "move_396": "Simún de Arena", + "move_397": "Electormenta", + "move_398": "Puntada Sombría", + "move_399": "Placaje Eléctrico", + "move_400": "Lariat Oscuro", + "move_401": "Psicoonda", + "move_402": "Eco Metálico", + "move_403": "Ataque Arena", + "move_404": "Meteoimpacto", + "move_405": "Rayo Umbrío", + "move_406": "Rueda Aural", + "move_407": "Rueda Aural", + "move_408": "Patada Salto Alta", + "move_409": "Maxignición", + "move_410": "Maxinsecto", + "move_411": "Maxitormenta", + "move_412": "Maxiataque", + "move_413": "Maxipuño", + "move_414": "Maxiespectro", + "move_415": "Maxihelada", + "move_416": "Maxiácido", + "move_417": "Maxichorro", + "move_418": "Maxiciclón", + "move_419": "Maxiestela", + "move_420": "Maxidraco", + "move_421": "Maxionda", + "move_422": "Maxilito", + "move_423": "Maxitemblor", + "move_424": "Maxisombra", + "move_425": "Maxiflora", + "move_426": "Maximetal", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "Palmeo", + "move_463": "Aria Burbuja", + "poke_0": "Substitución", + "poke_1": "Bulbasaur", + "poke_2": "Ivysaur", + "poke_3": "Venusaur", + "poke_3_e1": "Mega-Venusaur", + "poke_4": "Charmander", + "poke_5": "Charmeleon", + "poke_6": "Charizard", + "poke_6_e2": "Mega-Charizard X", + "poke_6_e3": "Mega-Charizard Y", + "poke_7": "Squirtle", + "poke_8": "Wartortle", + "poke_9": "Blastoise", + "poke_9_e1": "Mega-Blastoise", + "poke_10": "Caterpie", + "poke_11": "Metapod", + "poke_12": "Butterfree", + "poke_13": "Weedle", + "poke_14": "Kakuna", + "poke_15": "Beedrill", + "poke_15_e1": "Mega-Beedrill", + "poke_16": "Pidgey", + "poke_17": "Pidgeotto", + "poke_18": "Pidgeot", + "poke_18_e1": "Mega-Pidgeot", + "poke_19": "Rattata", + "poke_20": "Raticate", + "poke_21": "Spearow", + "poke_22": "Fearow", + "poke_23": "Ekans", + "poke_24": "Arbok", + "poke_25": "Pikachu", + "poke_26": "Raichu", + "poke_27": "Sandshrew", + "poke_28": "Sandslash", + "poke_29": "Nidoran♀", + "poke_30": "Nidorina", + "poke_31": "Nidoqueen", + "poke_32": "Nidoran♂", + "poke_33": "Nidorino", + "poke_34": "Nidoking", + "poke_35": "Clefairy", + "poke_36": "Clefable", + "poke_37": "Vulpix", + "poke_38": "Ninetales", + "poke_39": "Jigglypuff", + "poke_40": "Wigglytuff", + "poke_41": "Zubat", + "poke_42": "Golbat", + "poke_43": "Oddish", + "poke_44": "Gloom", + "poke_45": "Vileplume", + "poke_46": "Paras", + "poke_47": "Parasect", + "poke_48": "Venonat", + "poke_49": "Venomoth", + "poke_50": "Diglett", + "poke_51": "Dugtrio", + "poke_52": "Meowth", + "poke_53": "Persian", + "poke_54": "Psyduck", + "poke_55": "Golduck", + "poke_56": "Mankey", + "poke_57": "Primeape", + "poke_58": "Growlithe", + "poke_59": "Arcanine", + "poke_60": "Poliwag", + "poke_61": "Poliwhirl", + "poke_62": "Poliwrath", + "poke_63": "Abra", + "poke_64": "Kadabra", + "poke_65": "Alakazam", + "poke_65_e1": "Mega-Alakazam", + "poke_66": "Machop", + "poke_67": "Machoke", + "poke_68": "Machamp", + "poke_69": "Bellsprout", + "poke_70": "Weepinbell", + "poke_71": "Victreebel", + "poke_72": "Tentacool", + "poke_73": "Tentacruel", + "poke_74": "Geodude", + "poke_75": "Graveler", + "poke_76": "Golem", + "poke_77": "Ponyta", + "poke_78": "Rapidash", + "poke_79": "Slowpoke", + "poke_80": "Slowbro", + "poke_80_e1": "Mega-Slowbro", + "poke_81": "Magnemite", + "poke_82": "Magneton", + "poke_83": "Farfetch'd", + "poke_84": "Doduo", + "poke_85": "Dodrio", + "poke_86": "Seel", + "poke_87": "Dewgong", + "poke_88": "Grimer", + "poke_89": "Muk", + "poke_90": "Shellder", + "poke_91": "Cloyster", + "poke_92": "Gastly", + "poke_93": "Haunter", + "poke_94": "Gengar", + "poke_94_e1": "Mega-Gengar", + "poke_95": "Onix", + "poke_96": "Drowzee", + "poke_97": "Hypno", + "poke_98": "Krabby", + "poke_99": "Kingler", + "poke_100": "Voltorb", + "poke_101": "Electrode", + "poke_102": "Exeggcute", + "poke_103": "Exeggutor", + "poke_104": "Cubone", + "poke_105": "Marowak", + "poke_106": "Hitmonlee", + "poke_107": "Hitmonchan", + "poke_108": "Lickitung", + "poke_109": "Koffing", + "poke_110": "Weezing", + "poke_111": "Rhyhorn", + "poke_112": "Rhydon", + "poke_113": "Chansey", + "poke_114": "Tangela", + "poke_115": "Kangaskhan", + "poke_115_e1": "Mega-Kangaskhan", + "poke_116": "Horsea", + "poke_117": "Seadra", + "poke_118": "Goldeen", + "poke_119": "Seaking", + "poke_120": "Staryu", + "poke_121": "Starmie", + "poke_122": "Mr. Mime", + "poke_123": "Scyther", + "poke_124": "Jynx", + "poke_125": "Electabuzz", + "poke_126": "Magmar", + "poke_127": "Pinsir", + "poke_127_e1": "Mega-Pinsir", + "poke_128": "Tauros", + "poke_129": "Magikarp", + "poke_130": "Gyarados", + "poke_130_e1": "Mega-Gyarados", + "poke_131": "Lapras", + "poke_132": "Ditto", + "poke_133": "Eevee", + "poke_134": "Vaporeon", + "poke_135": "Jolteon", + "poke_136": "Flareon", + "poke_137": "Porygon", + "poke_138": "Omanyte", + "poke_139": "Omastar", + "poke_140": "Kabuto", + "poke_141": "Kabutops", + "poke_142": "Aerodactyl", + "poke_142_e1": "Mega-Aerodactyl", + "poke_143": "Snorlax", + "poke_144": "Articuno", + "poke_145": "Zapdos", + "poke_146": "Moltres", + "poke_147": "Dratini", + "poke_148": "Dragonair", + "poke_149": "Dragonite", + "poke_150": "Mewtwo", + "poke_150_e2": "Mega-Mewtwo X", + "poke_150_e3": "Mega-Mewtwo Y", + "poke_151": "Mew", + "poke_152": "Chikorita", + "poke_153": "Bayleef", + "poke_154": "Meganium", + "poke_155": "Cyndaquil", + "poke_156": "Quilava", + "poke_157": "Typhlosion", + "poke_158": "Totodile", + "poke_159": "Croconaw", + "poke_160": "Feraligatr", + "poke_161": "Sentret", + "poke_162": "Furret", + "poke_163": "Hoothoot", + "poke_164": "Noctowl", + "poke_165": "Ledyba", + "poke_166": "Ledian", + "poke_167": "Spinarak", + "poke_168": "Ariados", + "poke_169": "Crobat", + "poke_170": "Chinchou", + "poke_171": "Lanturn", + "poke_172": "Pichu", + "poke_173": "Cleffa", + "poke_174": "Igglybuff", + "poke_175": "Togepi", + "poke_176": "Togetic", + "poke_177": "Natu", + "poke_178": "Xatu", + "poke_179": "Mareep", + "poke_180": "Flaaffy", + "poke_181": "Ampharos", + "poke_181_e1": "Mega-Ampharos", + "poke_182": "Bellossom", + "poke_183": "Marill", + "poke_184": "Azumarill", + "poke_185": "Sudowoodo", + "poke_186": "Politoed", + "poke_187": "Hoppip", + "poke_188": "Skiploom", + "poke_189": "Jumpluff", + "poke_190": "Aipom", + "poke_191": "Sunkern", + "poke_192": "Sunflora", + "poke_193": "Yanma", + "poke_194": "Wooper", + "poke_195": "Quagsire", + "poke_196": "Espeon", + "poke_197": "Umbreon", + "poke_198": "Murkrow", + "poke_199": "Slowking", + "poke_200": "Misdreavus", + "poke_201": "Unown", + "poke_202": "Wobbuffet", + "poke_203": "Girafarig", + "poke_204": "Pineco", + "poke_205": "Forretress", + "poke_206": "Dunsparce", + "poke_207": "Gligar", + "poke_208": "Steelix", + "poke_208_e1": "Mega-Steelix", + "poke_209": "Snubbull", + "poke_210": "Granbull", + "poke_211": "Qwilfish", + "poke_212": "Scizor", + "poke_212_e1": "Mega-Scizor", + "poke_213": "Shuckle", + "poke_214": "Heracross", + "poke_214_e1": "Mega-Heracross", + "poke_215": "Sneasel", + "poke_216": "Teddiursa", + "poke_217": "Ursaring", + "poke_218": "Slugma", + "poke_219": "Magcargo", + "poke_220": "Swinub", + "poke_221": "Piloswine", + "poke_222": "Corsola", + "poke_223": "Remoraid", + "poke_224": "Octillery", + "poke_225": "Delibird", + "poke_226": "Mantine", + "poke_227": "Skarmory", + "poke_228": "Houndour", + "poke_229": "Houndoom", + "poke_229_e1": "Mega-Houndoom", + "poke_230": "Kingdra", + "poke_231": "Phanpy", + "poke_232": "Donphan", + "poke_233": "Porygon2", + "poke_234": "Stantler", + "poke_235": "Smeargle", + "poke_236": "Tyrogue", + "poke_237": "Hitmontop", + "poke_238": "Smoochum", + "poke_239": "Elekid", + "poke_240": "Magby", + "poke_241": "Miltank", + "poke_242": "Blissey", + "poke_243": "Raikou", + "poke_244": "Entei", + "poke_245": "Suicune", + "poke_246": "Larvitar", + "poke_247": "Pupitar", + "poke_248": "Tyranitar", + "poke_248_e1": "Mega-Tyranitar", + "poke_249": "Lugia", + "poke_250": "Ho-Oh", + "poke_251": "Celebi", + "poke_252": "Treecko", + "poke_253": "Grovyle", + "poke_254": "Sceptile", + "poke_254_e1": "Mega-Sceptile", + "poke_255": "Torchic", + "poke_256": "Combusken", + "poke_257": "Blaziken", + "poke_257_e1": "Mega-Blaziken", + "poke_258": "Mudkip", + "poke_259": "Marshtomp", + "poke_260": "Swampert", + "poke_260_e1": "Mega-Swampert", + "poke_261": "Poochyena", + "poke_262": "Mightyena", + "poke_263": "Zigzagoon", + "poke_264": "Linoone", + "poke_265": "Wurmple", + "poke_266": "Silcoon", + "poke_267": "Beautifly", + "poke_268": "Cascoon", + "poke_269": "Dustox", + "poke_270": "Lotad", + "poke_271": "Lombre", + "poke_272": "Ludicolo", + "poke_273": "Seedot", + "poke_274": "Nuzleaf", + "poke_275": "Shiftry", + "poke_276": "Taillow", + "poke_277": "Swellow", + "poke_278": "Wingull", + "poke_279": "Pelipper", + "poke_280": "Ralts", + "poke_281": "Kirlia", + "poke_282": "Gardevoir", + "poke_282_e1": "Mega-Gardevoir", + "poke_283": "Surskit", + "poke_284": "Masquerain", + "poke_285": "Shroomish", + "poke_286": "Breloom", + "poke_287": "Slakoth", + "poke_288": "Vigoroth", + "poke_289": "Slaking", + "poke_290": "Nincada", + "poke_291": "Ninjask", + "poke_292": "Shedinja", + "poke_293": "Whismur", + "poke_294": "Loudred", + "poke_295": "Exploud", + "poke_296": "Makuhita", + "poke_297": "Hariyama", + "poke_298": "Azurill", + "poke_299": "Nosepass", + "poke_300": "Skitty", + "poke_301": "Delcatty", + "poke_302": "Sableye", + "poke_302_e1": "Mega-Sableye", + "poke_303": "Mawile", + "poke_303_e1": "Mega-Mawile", + "poke_304": "Aron", + "poke_305": "Lairon", + "poke_306": "Aggron", + "poke_306_e1": "Mega-Aggron", + "poke_307": "Meditite", + "poke_308": "Medicham", + "poke_308_e1": "Mega-Medicham", + "poke_309": "Electrike", + "poke_310": "Manectric", + "poke_310_e1": "Mega-Manectric", + "poke_311": "Plusle", + "poke_312": "Minun", + "poke_313": "Volbeat", + "poke_314": "Illumise", + "poke_315": "Roselia", + "poke_316": "Gulpin", + "poke_317": "Swalot", + "poke_318": "Carvanha", + "poke_319": "Sharpedo", + "poke_319_e1": "Mega-Sharpedo", + "poke_320": "Wailmer", + "poke_321": "Wailord", + "poke_322": "Numel", + "poke_323": "Camerupt", + "poke_323_e1": "Mega-Camerupt", + "poke_324": "Torkoal", + "poke_325": "Spoink", + "poke_326": "Grumpig", + "poke_327": "Spinda", + "poke_328": "Trapinch", + "poke_329": "Vibrava", + "poke_330": "Flygon", + "poke_331": "Cacnea", + "poke_332": "Cacturne", + "poke_333": "Swablu", + "poke_334": "Altaria", + "poke_334_e1": "Mega-Altaria", + "poke_335": "Zangoose", + "poke_336": "Seviper", + "poke_337": "Lunatone", + "poke_338": "Solrock", + "poke_339": "Barboach", + "poke_340": "Whiscash", + "poke_341": "Corphish", + "poke_342": "Crawdaunt", + "poke_343": "Baltoy", + "poke_344": "Claydol", + "poke_345": "Lileep", + "poke_346": "Cradily", + "poke_347": "Anorith", + "poke_348": "Armaldo", + "poke_349": "Feebas", + "poke_350": "Milotic", + "poke_351": "Castform", + "poke_352": "Kecleon", + "poke_353": "Shuppet", + "poke_354": "Banette", + "poke_354_e1": "Mega-Banette", + "poke_355": "Duskull", + "poke_356": "Dusclops", + "poke_357": "Tropius", + "poke_358": "Chimecho", + "poke_359": "Absol", + "poke_359_e1": "Mega-Absol", + "poke_360": "Wynaut", + "poke_361": "Snorunt", + "poke_362": "Glalie", + "poke_362_e1": "Mega-Glalie", + "poke_363": "Spheal", + "poke_364": "Sealeo", + "poke_365": "Walrein", + "poke_366": "Clamperl", + "poke_367": "Huntail", + "poke_368": "Gorebyss", + "poke_369": "Relicanth", + "poke_370": "Luvdisc", + "poke_371": "Bagon", + "poke_372": "Shelgon", + "poke_373": "Salamence", + "poke_373_e1": "Mega-Salamence", + "poke_374": "Beldum", + "poke_375": "Metang", + "poke_376": "Metagross", + "poke_376_e1": "Mega-Metagross", + "poke_377": "Regirock", + "poke_378": "Regice", + "poke_379": "Registeel", + "poke_380": "Latias", + "poke_380_e1": "Mega-Latias", + "poke_381": "Latios", + "poke_381_e1": "Mega-Latios", + "poke_382": "Kyogre", + "poke_383": "Groudon", + "poke_384": "Rayquaza", + "poke_384_e1": "Mega-Rayquaza", + "poke_385": "Jirachi", + "poke_386": "Deoxys", + "poke_387": "Turtwig", + "poke_388": "Grotle", + "poke_389": "Torterra", + "poke_390": "Chimchar", + "poke_391": "Monferno", + "poke_392": "Infernape", + "poke_393": "Piplup", + "poke_394": "Prinplup", + "poke_395": "Empoleon", + "poke_396": "Starly", + "poke_397": "Staravia", + "poke_398": "Staraptor", + "poke_399": "Bidoof", + "poke_400": "Bibarel", + "poke_401": "Kricketot", + "poke_402": "Kricketune", + "poke_403": "Shinx", + "poke_404": "Luxio", + "poke_405": "Luxray", + "poke_406": "Budew", + "poke_407": "Roserade", + "poke_408": "Cranidos", + "poke_409": "Rampardos", + "poke_410": "Shieldon", + "poke_411": "Bastiodon", + "poke_412": "Burmy", + "poke_413": "Wormadam", + "poke_414": "Mothim", + "poke_415": "Combee", + "poke_416": "Vespiquen", + "poke_417": "Pachirisu", + "poke_418": "Buizel", + "poke_419": "Floatzel", + "poke_420": "Cherubi", + "poke_421": "Cherrim", + "poke_422": "Shellos", + "poke_423": "Gastrodon", + "poke_424": "Ambipom", + "poke_425": "Drifloon", + "poke_426": "Drifblim", + "poke_427": "Buneary", + "poke_428": "Lopunny", + "poke_428_e1": "Mega-Lopunny", + "poke_429": "Mismagius", + "poke_430": "Honchkrow", + "poke_431": "Glameow", + "poke_432": "Purugly", + "poke_433": "Chingling", + "poke_434": "Stunky", + "poke_435": "Skuntank", + "poke_436": "Bronzor", + "poke_437": "Bronzong", + "poke_438": "Bonsly", + "poke_439": "Mime Jr.", + "poke_440": "Happiny", + "poke_441": "Chatot", + "poke_442": "Spiritomb", + "poke_443": "Gible", + "poke_444": "Gabite", + "poke_445": "Garchomp", + "poke_445_e1": "Mega-Garchomp", + "poke_446": "Munchlax", + "poke_447": "Riolu", + "poke_448": "Lucario", + "poke_448_e1": "Mega-Lucario", + "poke_449": "Hippopotas", + "poke_450": "Hippowdon", + "poke_451": "Skorupi", + "poke_452": "Drapion", + "poke_453": "Croagunk", + "poke_454": "Toxicroak", + "poke_455": "Carnivine", + "poke_456": "Finneon", + "poke_457": "Lumineon", + "poke_458": "Mantyke", + "poke_459": "Snover", + "poke_460": "Abomasnow", + "poke_460_e1": "Mega-Abomasnow", + "poke_461": "Weavile", + "poke_462": "Magnezone", + "poke_463": "Lickilicky", + "poke_464": "Rhyperior", + "poke_465": "Tangrowth", + "poke_466": "Electivire", + "poke_467": "Magmortar", + "poke_468": "Togekiss", + "poke_469": "Yanmega", + "poke_470": "Leafeon", + "poke_471": "Glaceon", + "poke_472": "Gliscor", + "poke_473": "Mamoswine", + "poke_474": "Porygon-Z", + "poke_475": "Gallade", + "poke_475_e1": "Mega-Gallade", + "poke_476": "Probopass", + "poke_477": "Dusknoir", + "poke_478": "Froslass", + "poke_479": "Rotom", + "poke_480": "Uxie", + "poke_481": "Mesprit", + "poke_482": "Azelf", + "poke_483": "Dialga", + "poke_484": "Palkia", + "poke_485": "Heatran", + "poke_486": "Regigigas", + "poke_487": "Giratina", + "poke_488": "Cresselia", + "poke_489": "Phione", + "poke_490": "Manaphy", + "poke_491": "Darkrai", + "poke_492": "Shaymin", + "poke_493": "Arceus", + "poke_494": "Victini", + "poke_495": "Snivy", + "poke_496": "Servine", + "poke_497": "Serperior", + "poke_498": "Tepig", + "poke_499": "Pignite", + "poke_500": "Emboar", + "poke_501": "Oshawott", + "poke_502": "Dewott", + "poke_503": "Samurott", + "poke_504": "Patrat", + "poke_505": "Watchog", + "poke_506": "Lillipup", + "poke_507": "Herdier", + "poke_508": "Stoutland", + "poke_509": "Purrloin", + "poke_510": "Liepard", + "poke_511": "Pansage", + "poke_512": "Simisage", + "poke_513": "Pansear", + "poke_514": "Simisear", + "poke_515": "Panpour", + "poke_516": "Simipour", + "poke_517": "Munna", + "poke_518": "Musharna", + "poke_519": "Pidove", + "poke_520": "Tranquill", + "poke_521": "Unfezant", + "poke_522": "Blitzle", + "poke_523": "Zebstrika", + "poke_524": "Roggenrola", + "poke_525": "Boldore", + "poke_526": "Gigalith", + "poke_527": "Woobat", + "poke_528": "Swoobat", + "poke_529": "Drilbur", + "poke_530": "Excadrill", + "poke_531": "Audino", + "poke_531_e1": "Mega-Audino", + "poke_532": "Timburr", + "poke_533": "Gurdurr", + "poke_534": "Conkeldurr", + "poke_535": "Tympole", + "poke_536": "Palpitoad", + "poke_537": "Seismitoad", + "poke_538": "Throh", + "poke_539": "Sawk", + "poke_540": "Sewaddle", + "poke_541": "Swadloon", + "poke_542": "Leavanny", + "poke_543": "Venipede", + "poke_544": "Whirlipede", + "poke_545": "Scolipede", + "poke_546": "Cottonee", + "poke_547": "Whimsicott", + "poke_548": "Petilil", + "poke_549": "Lilligant", + "poke_550": "Basculin", + "poke_551": "Sandile", + "poke_552": "Krokorok", + "poke_553": "Krookodile", + "poke_554": "Darumaka", + "poke_555": "Darmanitan", + "poke_556": "Maractus", + "poke_557": "Dwebble", + "poke_558": "Crustle", + "poke_559": "Scraggy", + "poke_560": "Scrafty", + "poke_561": "Sigilyph", + "poke_562": "Yamask", + "poke_563": "Cofagrigus", + "poke_564": "Tirtouga", + "poke_565": "Carracosta", + "poke_566": "Archen", + "poke_567": "Archeops", + "poke_568": "Trubbish", + "poke_569": "Garbodor", + "poke_570": "Zorua", + "poke_571": "Zoroark", + "poke_572": "Minccino", + "poke_573": "Cinccino", + "poke_574": "Gothita", + "poke_575": "Gothorita", + "poke_576": "Gothitelle", + "poke_577": "Solosis", + "poke_578": "Duosion", + "poke_579": "Reuniclus", + "poke_580": "Ducklett", + "poke_581": "Swanna", + "poke_582": "Vanillite", + "poke_583": "Vanillish", + "poke_584": "Vanilluxe", + "poke_585": "Deerling", + "poke_586": "Sawsbuck", + "poke_587": "Emolga", + "poke_588": "Karrablast", + "poke_589": "Escavalier", + "poke_590": "Foongus", + "poke_591": "Amoonguss", + "poke_592": "Frillish", + "poke_593": "Jellicent", + "poke_594": "Alomomola", + "poke_595": "Joltik", + "poke_596": "Galvantula", + "poke_597": "Ferroseed", + "poke_598": "Ferrothorn", + "poke_599": "Klink", + "poke_600": "Klang", + "poke_601": "Klinklang", + "poke_602": "Tynamo", + "poke_603": "Eelektrik", + "poke_604": "Eelektross", + "poke_605": "Elgyem", + "poke_606": "Beheeyem", + "poke_607": "Litwick", + "poke_608": "Lampent", + "poke_609": "Chandelure", + "poke_610": "Axew", + "poke_611": "Fraxure", + "poke_612": "Haxorus", + "poke_613": "Cubchoo", + "poke_614": "Beartic", + "poke_615": "Cryogonal", + "poke_616": "Shelmet", + "poke_617": "Accelgor", + "poke_618": "Stunfisk", + "poke_619": "Mienfoo", + "poke_620": "Mienshao", + "poke_621": "Druddigon", + "poke_622": "Golett", + "poke_623": "Golurk", + "poke_624": "Pawniard", + "poke_625": "Bisharp", + "poke_626": "Bouffalant", + "poke_627": "Rufflet", + "poke_628": "Braviary", + "poke_629": "Vullaby", + "poke_630": "Mandibuzz", + "poke_631": "Heatmor", + "poke_632": "Durant", + "poke_633": "Deino", + "poke_634": "Zweilous", + "poke_635": "Hydreigon", + "poke_636": "Larvesta", + "poke_637": "Volcarona", + "poke_638": "Cobalion", + "poke_639": "Terrakion", + "poke_640": "Virizion", + "poke_641": "Tornadus", + "poke_642": "Thundurus", + "poke_643": "Reshiram", + "poke_644": "Zekrom", + "poke_645": "Landorus", + "poke_646": "Kyurem", + "poke_647": "Keldeo", + "poke_648": "Meloetta", + "poke_649": "Genesect", + "poke_650": "Chespin", + "poke_651": "Quilladin", + "poke_652": "Chesnaught", + "poke_653": "Fennekin", + "poke_654": "Braixen", + "poke_655": "Delphox", + "poke_656": "Froakie", + "poke_657": "Frogadier", + "poke_658": "Greninja", + "poke_659": "Bunnelby", + "poke_660": "Diggersby", + "poke_661": "Fletchling", + "poke_662": "Fletchinder", + "poke_663": "Talonflame", + "poke_664": "Scatterbug", + "poke_665": "Spewpa", + "poke_666": "Vivillon", + "poke_667": "Litleo", + "poke_668": "Pyroar", + "poke_669": "Flabébé", + "poke_670": "Floette", + "poke_671": "Florges", + "poke_672": "Skiddo", + "poke_673": "Gogoat", + "poke_674": "Pancham", + "poke_675": "Pangoro", + "poke_676": "Furfrou", + "poke_677": "Espurr", + "poke_678": "Meowstic", + "poke_679": "Honedge", + "poke_680": "Doublade", + "poke_681": "Aegislash", + "poke_682": "Spritzee", + "poke_683": "Aromatisse", + "poke_684": "Swirlix", + "poke_685": "Slurpuff", + "poke_686": "Inkay", + "poke_687": "Malamar", + "poke_688": "Binacle", + "poke_689": "Barbaracle", + "poke_690": "Skrelp", + "poke_691": "Dragalge", + "poke_692": "Clauncher", + "poke_693": "Clawitzer", + "poke_694": "Helioptile", + "poke_695": "Heliolisk", + "poke_696": "Tyrunt", + "poke_697": "Tyrantrum", + "poke_698": "Amaura", + "poke_699": "Aurorus", + "poke_700": "Sylveon", + "poke_701": "Hawlucha", + "poke_702": "Dedenne", + "poke_703": "Carbink", + "poke_704": "Goomy", + "poke_705": "Sliggoo", + "poke_706": "Goodra", + "poke_707": "Klefki", + "poke_708": "Phantump", + "poke_709": "Trevenant", + "poke_710": "Pumpkaboo", + "poke_711": "Gourgeist", + "poke_712": "Bergmite", + "poke_713": "Avalugg", + "poke_714": "Noibat", + "poke_715": "Noivern", + "poke_716": "Xerneas", + "poke_717": "Yveltal", + "poke_718": "Zygarde", + "poke_719": "Diancie", + "poke_719_e1": "Mega-Diancie", + "poke_720": "Hoopa", + "poke_721": "Volcanion", + "poke_722": "Rowlet", + "poke_723": "Dartrix", + "poke_724": "Decidueye", + "poke_725": "Litten", + "poke_726": "Torracat", + "poke_727": "Incineroar", + "poke_728": "Popplio", + "poke_729": "Brionne", + "poke_730": "Primarina", + "poke_731": "Pikipek", + "poke_732": "Trumbeak", + "poke_733": "Toucannon", + "poke_734": "Yungoos", + "poke_735": "Gumshoos", + "poke_736": "Grubbin", + "poke_737": "Charjabug", + "poke_738": "Vikavolt", + "poke_739": "Crabrawler", + "poke_740": "Crabominable", + "poke_741": "Oricorio", + "poke_742": "Cutiefly", + "poke_743": "Ribombee", + "poke_744": "Rockruff", + "poke_745": "Lycanroc", + "poke_746": "Wishiwashi", + "poke_747": "Mareanie", + "poke_748": "Toxapex", + "poke_749": "Mudbray", + "poke_750": "Mudsdale", + "poke_751": "Dewpider", + "poke_752": "Araquanid", + "poke_753": "Fomantis", + "poke_754": "Lurantis", + "poke_755": "Morelull", + "poke_756": "Shiinotic", + "poke_757": "Salandit", + "poke_758": "Salazzle", + "poke_759": "Stufful", + "poke_760": "Bewear", + "poke_761": "Bounsweet", + "poke_762": "Steenee", + "poke_763": "Tsareena", + "poke_764": "Comfey", + "poke_765": "Oranguru", + "poke_766": "Passimian", + "poke_767": "Wimpod", + "poke_768": "Golisopod", + "poke_769": "Sandygast", + "poke_770": "Palossand", + "poke_771": "Pyukumuku", + "poke_772": "Código Cero", + "poke_773": "Silvally", + "poke_774": "Minior", + "poke_775": "Komala", + "poke_776": "Turtonator", + "poke_777": "Togedemaru", + "poke_778": "Mimikyu", + "poke_779": "Bruxish", + "poke_780": "Drampa", + "poke_781": "Dhelmise", + "poke_782": "Jangmo-o", + "poke_783": "Hakamo-o", + "poke_784": "Kommo-o", + "poke_785": "Tapu Koko", + "poke_786": "Tapu Lele", + "poke_787": "Tapu Bulu", + "poke_788": "Tapu Fini", + "poke_789": "Cosmog", + "poke_790": "Cosmoem", + "poke_791": "Solgaleo", + "poke_792": "Lunala", + "poke_793": "Nihilego", + "poke_794": "Buzzwole", + "poke_795": "Pheromosa", + "poke_796": "Xurkitree", + "poke_797": "Celesteela", + "poke_798": "Kartana", + "poke_799": "Guzzlord", + "poke_800": "Necrozma", + "poke_801": "Magearna", + "poke_802": "Marshadow", + "poke_803": "Poipole", + "poke_804": "Naganadel", + "poke_805": "Stakataka", + "poke_806": "Blacephalon", + "poke_807": "Zeraora", + "poke_808": "Meltan", + "poke_809": "Melmetal", + "poke_810": "Grookey", + "poke_811": "Thwackey", + "poke_812": "Rillaboom", + "poke_813": "Scorbunny", + "poke_814": "Raboot", + "poke_815": "Cinderace", + "poke_816": "Sobble", + "poke_817": "Drizzile", + "poke_818": "Inteleon", + "poke_819": "Skwovet", + "poke_820": "Greedent", + "poke_821": "Rookidee", + "poke_822": "Corvisquire", + "poke_823": "Corviknight", + "poke_824": "Blipbug", + "poke_825": "Dottler", + "poke_826": "Orbeetle", + "poke_827": "Nickit", + "poke_828": "Thievul", + "poke_829": "Gossifleur", + "poke_830": "Eldegoss", + "poke_831": "Wooloo", + "poke_832": "Dubwool", + "poke_833": "Chewtle", + "poke_834": "Drednaw", + "poke_835": "Yamper", + "poke_836": "Boltund", + "poke_837": "Rolycoly", + "poke_838": "Carkol", + "poke_839": "Coalossal", + "poke_840": "Applin", + "poke_841": "Flapple", + "poke_842": "Appletun", + "poke_843": "Silicobra", + "poke_844": "Sandaconda", + "poke_845": "Cramorant", + "poke_846": "Arrokuda", + "poke_847": "Barraskewda", + "poke_848": "Toxel", + "poke_849": "Toxtricity", + "poke_850": "Sizzlipede", + "poke_851": "Centiskorch", + "poke_852": "Clobbopus", + "poke_853": "Grapploct", + "poke_854": "Sinistea", + "poke_855": "Polteageist", + "poke_856": "Hatenna", + "poke_857": "Hattrem", + "poke_858": "Hatterene", + "poke_859": "Impidimp", + "poke_860": "Morgrem", + "poke_861": "Grimmsnarl", + "poke_862": "Obstagoon", + "poke_863": "Perrserker", + "poke_864": "Cursola", + "poke_865": "Sirfetch’d", + "poke_866": "Mr. Rime", + "poke_867": "Runerigus", + "poke_868": "Milcery", + "poke_869": "Alcremie", + "poke_870": "Falinks", + "poke_871": "Pincurchin", + "poke_872": "Snom", + "poke_873": "Frosmoth", + "poke_874": "Stonjourner", + "poke_875": "Eiscue", + "poke_876": "Indeedee", + "poke_877": "Morpeko", + "poke_878": "Cufant", + "poke_879": "Copperajah", + "poke_880": "Dracozolt", + "poke_881": "Arctozolt", + "poke_882": "Dracovish", + "poke_883": "Arctovish", + "poke_884": "Duraludon", + "poke_885": "Dreepy", + "poke_886": "Drakloak", + "poke_887": "Dragapult", + "poke_888": "Zacian", + "poke_889": "Zamazenta", + "poke_890": "Eternatus", + "poke_891": "Kubfu", + "poke_892": "Urshifu", + "poke_893": "Zarude", + "poke_894": "Regieleki", + "poke_895": "Regidrago", + "poke_896": "Glastrier", + "poke_897": "Spectrier", + "poke_898": "Calyrex", + "poke_899": "Wyrdeer", + "poke_900": "Kleavor", + "poke_901": "Ursaluna", + "poke_902": "Basculegion", + "poke_903": "Sneasler", + "poke_904": "Overqwil", + "poke_905": "Enamorus", + "poke_906": "Sprigatito", + "poke_907": "Floragato", + "poke_908": "Meowscarada", + "poke_909": "Fuecoco", + "poke_910": "Crocalor", + "poke_911": "Skeledirge", + "poke_912": "Quaxly", + "poke_913": "Quaxwell", + "poke_914": "Quaquaval", + "poke_915": "Lechonk", + "poke_916": "Oinkologne", + "poke_917": "Tarountula", + "poke_918": "Spidops", + "poke_919": "Nymble", + "poke_920": "Lokix", + "poke_921": "Pawmi", + "poke_922": "Pawmo", + "poke_923": "Pawmot", + "poke_924": "Tandemaus", + "poke_925": "Maushold", + "poke_926": "Fidough", + "poke_927": "Dachsbun", + "poke_928": "Smoliv", + "poke_929": "Dolliv", + "poke_930": "Arboliva", + "poke_931": "Squawkabilly", + "poke_932": "Nacli", + "poke_933": "Naclstack", + "poke_934": "Garganacl", + "poke_935": "Charcadet", + "poke_936": "Armarouge", + "poke_937": "Ceruledge", + "poke_938": "Tadbulb", + "poke_939": "Bellibolt", + "poke_940": "Wattrel", + "poke_941": "Kilowattrel", + "poke_942": "Maschiff", + "poke_943": "Mabosstiff", + "poke_944": "Shroodle", + "poke_945": "Grafaiai", + "poke_946": "Bramblin", + "poke_947": "Brambleghast", + "poke_948": "Toedscool", + "poke_949": "Toedscruel", + "poke_950": "Klawf", + "poke_951": "Capsakid", + "poke_952": "Scovillain", + "poke_953": "Rellor", + "poke_954": "Rabsca", + "poke_955": "Flittle", + "poke_956": "Espathra", + "poke_957": "Tinkatink", + "poke_958": "Tinkatuff", + "poke_959": "Tinkaton", + "poke_960": "Wiglett", + "poke_961": "Wugtrio", + "poke_962": "Bombirdier", + "poke_963": "Finizen", + "poke_964": "Palafin", + "poke_965": "Varoom", + "poke_966": "Revavroom", + "poke_967": "Cyclizar", + "poke_968": "Orthworm", + "poke_969": "Glimmet", + "poke_970": "Glimmora", + "poke_971": "Greavard", + "poke_972": "Houndstone", + "poke_973": "Flamigo", + "poke_974": "Cetoddle", + "poke_975": "Cetitan", + "poke_976": "Veluza", + "poke_977": "Dondozo", + "poke_978": "Tatsugiri", + "poke_979": "Annihilape", + "poke_980": "Clodsire", + "poke_981": "Farigiraf", + "poke_982": "Dudunsparce", + "poke_983": "Kingambit", + "poke_984": "Colmilargo", + "poke_985": "Colagrito", + "poke_986": "Furioseta", + "poke_987": "Melenaleteo", + "poke_988": "Reptalada", + "poke_989": "Pelarena", + "poke_990": "Ferrodada", + "poke_991": "Ferrosaco", + "poke_992": "Ferropalmas", + "poke_993": "Ferrocuello", + "poke_994": "Ferropolilla", + "poke_995": "Ferropúas", + "poke_996": "Frigibax", + "poke_997": "Arctibax", + "poke_998": "Baxcalibur", + "poke_999": "Gimmighoul", + "poke_1000": "Gholdengo", + "poke_1001": "Wo-Chien", + "poke_1002": "Chien-Pao", + "poke_1003": "Ting-Lu", + "poke_1004": "Chi-Yu", + "poke_1005": "Bramaluna", + "poke_1006": "Ferropaladín", + "poke_1007": "Koraidon", + "poke_1008": "Miraidon", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "Ninguno", + "poke_type_1": "Normal", + "poke_type_2": "Lucha", + "poke_type_3": "Volador", + "poke_type_4": "Veneno", + "poke_type_5": "Tierra", + "poke_type_6": "Roca", + "poke_type_7": "Bicho", + "poke_type_8": "Fantasma", + "poke_type_9": "Acero", + "poke_type_10": "Fuego", + "poke_type_11": "Agua", + "poke_type_12": "Planta", + "poke_type_13": "Eléctrico", + "poke_type_14": "Psíquico", + "poke_type_15": "Hielo", + "poke_type_16": "Dragón", + "poke_type_17": "Siniestro", + "poke_type_18": "Hada", + "purified": "Purificado", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "Camina {{amount}} km con tu Pokémon compañero", + "quest_catch_type_dark_plural": "Captura {{amount}} Pokémon de tipo Siniestro", + "quest_catch_type_dragon_plural": "Captura {{amount}} Pokémon de tipo Dragón", + "quest_catch_type_poison_plural": "Captura {{amount}} Pokémon de tipo Veneno", + "quest_catch_type_psychic_plural": "Captura {{amount}} Pokémon de tipo Psíquico", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "Derrota a {{amount}} Pokémon de tipo Fantasma", + "quest_fight_type_ghost_psychic_plural": "Derrota a {{amount}} Pokémon de tipo Psíquico o Fantasma", + "quest_fight_type_psychic_plural": "Derrota a {{amount}} Pokémon de tipo Psíquico", + "quest_incense_singular": "Usa un Incienso", + "quest_land_excellent_plural": "Haz {{amount}} lanzamientos excelentes", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "Combate contra 1 líder de equipo {{amount_0}} veces", + "quest_title_challenge_2019_battle_trainer": "Combate contra otro Entrenador", + "quest_title_challenge_2019_battle_trainer_plural": "Combate contra otro Entrenador {{amount_0}} veces", + "quest_title_challenge_2019_battle_trainer_win": "Gana a otro Entrenador {{amount_0}} veces", + "quest_title_challenge_2019_snapshot_eevee": "Consigue {{amount_0}} instantáneas de Eevee", + "quest_title_challenge_2019_snapshot_loudred": "Consigue 1 instantánea de Loudred", + "quest_title_challenge_2019_snapshot_pkmn": "Consigue {{amount_0}} instantáneas de Jirachi", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Hada", + "quest_title_challenge_2019_snapshot_pkmn_flying": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Volador", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Fantasma", + "quest_title_challenge_2019_snapshot_pkmn_grass": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Planta", + "quest_title_challenge_2019_snapshot_pkmn_ground": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Tierra", + "quest_title_challenge_2019_snapshot_pkmn_ice": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Hielo", + "quest_title_challenge_2019_snapshot_pkmn_normal": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Normal", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Psíquico", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Psíquico o Acero", + "quest_title_challenge_2019_snapshot_pkmn_rock": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Roca", + "quest_title_challenge_2019_snapshot_pkmn_steel": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Acero", + "quest_title_challenge_2019_snapshot_pkmn_water": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Agua", + "quest_title_challenge_2019_trade_distance": "Intercambia 3 Pokémon de, al menos, 100 km de distancia", + "quest_title_challenge_available": "¡Hay un nuevo desafío disponible!", + "quest_title_challenge_battle_gbl_win_all": "Gana en la Liga Combates GO", + "quest_title_challenge_battle_trainer_great": "Combate contra otro Entrenador en la Liga Super Ball", + "quest_title_challenge_buddy_affection_plural": "Consigue {{amount_0}} corazones con tu compañero", + "quest_title_challenge_buddy_affection_single": "Consigue un corazón con tu compañero", + "quest_title_challenge_buddy_battle_plural": "Combate junto a tu compañero {{amount_0}} veces mientras sale de aventura contigo", + "quest_title_challenge_buddy_battle_single": "Combate junto a tu compañero mientras sale de aventura contigo", + "quest_title_challenge_buddy_emotion_plural": "Haz que tu compañero se sienta eufórico {{amount_0}} veces", + "quest_title_challenge_buddy_emotion_single": "Haz que tu compañero se sienta eufórico", + "quest_title_challenge_buddy_level_best_plural": "Hazte Mejor Compañero de un Pokémon {{amount_0}} veces", + "quest_title_challenge_buddy_level_best_single": "Hazte Mejor Compañero de un Pokémon", + "quest_title_challenge_buddy_level_good_plural": "Hazte Buen Compañero de un Pokémon {{amount_0}} veces", + "quest_title_challenge_buddy_level_good_single": "Hazte Buen Compañero de un Pokémon", + "quest_title_challenge_buddy_level_great_plural": "Hazte Gran Compañero de un Pokémon {{amount_0}} veces", + "quest_title_challenge_buddy_level_great_single": "Hazte Gran Compañero de un Pokémon", + "quest_title_challenge_buddy_level_plural": "Aumenta el nivel de compañero de un Pokémon {{amount_0}} veces", + "quest_title_challenge_buddy_level_single": "Aumenta el nivel de compañero de un Pokémon", + "quest_title_challenge_buddy_level_ultra_plural": "Hazte Excelente Compañero de un Pokémon {{amount_0}} veces", + "quest_title_challenge_buddy_level_ultra_single": "Hazte Excelente Compañero de un Pokémon", + "quest_title_challenge_buddy_play_plural": "Juega con tu compañero {{amount_0}} veces", + "quest_title_challenge_buddy_play_single": "Juega con tu compañero", + "quest_title_challenge_buddy_poi_plural": "Visita puntos de interés que te indique tu compañero {{amount_0}} veces", + "quest_title_challenge_buddy_poi_single": "Visita un punto de interés que te indique tu compañero", + "quest_title_challenge_buddy_snapshot_plural": "Consigue {{amount_0}} instantáneas de tu compañero", + "quest_title_challenge_buddy_snapshot_single": "Consigue una instantánea de tu compañero", + "quest_title_challenge_buddy_treat_plural": "Dale {{amount_0}} golosinas a tu compañero", + "quest_title_challenge_buddy_treat_single": "Dale una golosina a tu compañero", + "quest_title_challenge_catch_legendary": "Captura 1 Pokémon legendario de un logro de investigación de campo o incursión", + "quest_title_challenge_catch_unique_any": "Captura {{amount_0}} especies diferentes de Pokémon", + "quest_title_challenge_snapshot_bidoof": "Consigue una instantánea de Bidoof", + "quest_title_challenge_snapshot_dratini_singular": "Consigue 1 instantánea de Dratini", + "quest_title_challenge_snapshot_eevee": "Consigue 1 instantánea de Eevee", + "quest_title_challenge_snapshot_pkmn_bug": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Bicho", + "quest_title_challenge_snapshot_pkmn_bug_single": "Consigue una instantánea de un Pokémon de tipo Bicho", + "quest_title_challenge_snapshot_pkmn_dark": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Siniestro", + "quest_title_challenge_snapshot_pkmn_dark_single": "Consigue una instantánea de un Pokémon de tipo Siniestro", + "quest_title_challenge_snapshot_pkmn_dragon": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Dragón", + "quest_title_challenge_snapshot_pkmn_dragon_single": "Consigue una instantánea de un Pokémon de tipo Dragón", + "quest_title_challenge_snapshot_pkmn_electric": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Eléctrico", + "quest_title_challenge_snapshot_pkmn_electric_single": "Consigue una instantánea de un Pokémon de tipo Eléctrico", + "quest_title_challenge_snapshot_pkmn_fairy_single": "Consigue una instantánea de un Pokémon de tipo Hada", + "quest_title_challenge_snapshot_pkmn_fighting": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Lucha", + "quest_title_challenge_snapshot_pkmn_fighting_single": "Consigue una instantánea de un Pokémon de tipo Lucha", + "quest_title_challenge_snapshot_pkmn_fire": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Fuego", + "quest_title_challenge_snapshot_pkmn_fire_single": "Consigue una instantánea de un Pokémon de tipo Fuego", + "quest_title_challenge_snapshot_pkmn_flying_single": "Consigue una instantánea de un Pokémon de tipo Volador", + "quest_title_challenge_snapshot_pkmn_ghost_single": "Consigue una instantánea de un Pokémon de tipo Fantasma", + "quest_title_challenge_snapshot_pkmn_grass_single": "Consigue una instantánea de un Pokémon de tipo Planta", + "quest_title_challenge_snapshot_pkmn_ground_single": "Consigue una instantánea de un Pokémon de tipo Tierra", + "quest_title_challenge_snapshot_pkmn_ice_single": "Consigue una instantánea de un Pokémon de tipo Hielo", + "quest_title_challenge_snapshot_pkmn_normal_single": "Consigue una instantánea de un Pokémon de tipo Normal", + "quest_title_challenge_snapshot_pkmn_poison": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Veneno", + "quest_title_challenge_snapshot_pkmn_poison_single": "Consigue una instantánea de un Pokémon de tipo Veneno", + "quest_title_challenge_snapshot_pkmn_psychic_single": "Consigue una instantánea de un Pokémon de tipo Psíquico", + "quest_title_challenge_snapshot_pkmn_rock": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Roca ", + "quest_title_challenge_snapshot_pkmn_rock_single": "Consigue una instantánea de un Pokémon de tipo Roca", + "quest_title_challenge_snapshot_pkmn_steel_single": "Consigue una instantánea de un Pokémon de tipo Acero", + "quest_title_challenge_snapshot_pkmn_water_single": "Consigue una instantánea de un Pokémon de tipo Agua", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Consigue una instantánea de Blitzle en estado salvaje", + "quest_title_challenge_snapshot_wild_glameow_singular": "Consigue una instantánea de Glameow en estado salvaje", + "quest_title_geotarget_quest_description": "Escanea {{amount_0}}", + "quest_title_quest_achieve_lvl_40": "Alcanza el nivel 40", + "quest_title_quest_adventure_effect_activate_plural": "Activa un Efecto aventura {{amount_0}} veces", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Activa el Efecto aventura de Distorsión {{amount_0}} veces", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Activa el Efecto aventura de Distorsión", + "quest_title_quest_adventure_effect_activate_singular": "Activa un Efecto aventura", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Activa el Efecto aventura de Corte Vacío {{amount_0}} veces", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Activa el Efecto aventura de Corte Vacío", + "quest_title_quest_adventure_evolve_singular": "Semana de Aventuras: Haz evolucionar un Omanyte o Kabuto", + "quest_title_quest_adventure_hatch_egg_plural": "Semana de Aventuras: Haz eclosionar {{amount_0}} Huevos", + "quest_title_quest_adventure_visit_pokestop_new_plural": "Semana de Aventuras: Da vueltas a {{amount_0}} fotodiscos en Poképaradas donde no hayas estado antes", + "quest_title_quest_adventure_walk_buddy_plural": "Semana de Aventuras: Consigue {{amount_0}} Caramelos caminando con tu compañero", + "quest_title_quest_adventure2019_catch_special33_plural": "Semana de Aventuras 2019: Captura {{amount_0}} Aron", + "quest_title_quest_adventure2019_evolve_singular": "Semana de Aventuras 2019: Haz evolucionar un Lileep o Anorith", + "quest_title_quest_adventure2019_hatch_egg_plural": "Semana de Aventuras 2019: Haz eclosionar {{amount_0}} Huevos", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Semana de Aventuras 2019: Da vueltas a {{amount_0}} fotodiscos en Poképaradas donde no hayas estado antes", + "quest_title_quest_adventure2019_visit_pokestop_plural": "Semana de Aventuras 2019: Da vueltas a fotodiscos en 25 Poképaradas", + "quest_title_quest_adventure2019_walk_buddy_plural": "Semana de Aventuras 2019: Consigue {{amount_0}} Caramelos caminando con tu compañero", + "quest_title_quest_alodude_catch": "Captura {{amount_0}} Geodude de Alola", + "quest_title_quest_alodude_evolve_a": "Haz evolucionar {{amount_0}} Geodude de Alola", + "quest_title_quest_alodude_evolve_b": "Haz evolucionar {{amount_0}} Graveler de Alola", + "quest_title_quest_alodude_snap": "Toma {{amount_0}} instantáneas de Geodude de Alola", + "quest_title_quest_at_catch_a": "Captura {{amount_0}} Abra", + "quest_title_quest_at_evolve_a": "Haz evolucionar {{amount_0}} Abra", + "quest_title_quest_at_evolve_k": "Haz evolucionar {{amount_0}} Kadabra", + "quest_title_quest_axew_catch_b": "Captura {{amount_0}} Axew", + "quest_title_quest_axew_evolve_b": "Haz evolucionar {{amount_0}} Axew", + "quest_title_quest_axew_snapshot_b": "Consigue una instantánea de {{amount_0}} Axew", + "quest_title_quest_azelf_wild_snap": "Consigue una instantánea de Azelf en estado salvaje", + "quest_title_quest_bagon_catch_b": "Captura {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_plural": "Haz evolucionar {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_singular": "Haz evolucionar un Bagon", + "quest_title_quest_bagon_snapshot_b": "Consigue una instantánea de {{amount_0}} Bagon", + "quest_title_quest_battle_buddy_adventure_plural": "Combate contra otro Entrenador {{amount_0}} veces junto a tu Pokémon compañero mientras sale de aventura contigo", + "quest_title_quest_battle_buddy_adventure_single": "Combate contra otro Entrenador junto a tu Pokémon compañero mientras sale de aventura contigo", + "quest_title_quest_battle_dangling_reward_toast": "¡Debes completar el combate en curso antes de comenzar un nuevo combate!", + "quest_title_quest_battle_error_toast": "Se ha producido un error al comenzar el combate", + "quest_title_quest_battle_gbl_halloween_plural": "Combate en la Copa de Halloween {{amount_0}} veces", + "quest_title_quest_battle_gbl_halloween_win_plural": "Gana {{amount_0}} combates de Entrenador de la Copa de Halloween", + "quest_title_quest_battle_gbl_plural": "Combate en la Liga Combates GO {{amount_0}} veces", + "quest_title_quest_battle_gbl_singular": "Combate en la Liga Combates GO", + "quest_title_quest_battle_gbl_win_plural": "Gana {{amount_0}} combates de Entrenador de la Liga Combates GO", + "quest_title_quest_battle_gbl_win_singular": "Gana un combate de Entrenador de la Liga Combates GO", + "quest_title_quest_battle_great_plural": "Combate contra otro Entrenador en la Liga Super Ball {{amount_0}} veces", + "quest_title_quest_battle_great_win_plural": "Gana {{amount_0}} combates de Entrenador de la Liga Super Ball", + "quest_title_quest_battle_great_win_singular": "Gana un combate de Entrenador de la Liga Super Ball", + "quest_title_quest_battle_gym_plural": "Combate en un Gimnasio {{amount_0}} veces", + "quest_title_quest_battle_gym_singular": "Combate en un Gimnasio 1 vez", + "quest_title_quest_battle_master_win_plural": "Gana {{amount_0}} combates de Entrenador de la Liga Master Ball", + "quest_title_quest_battle_master_win_singular": "Gana un combate de Entrenador de la Liga Master Ball", + "quest_title_quest_battle_raid_plural": "Participa en {{amount_0}} incursiones", + "quest_title_quest_battle_raid_singular": "Participa en 1 incursión", + "quest_title_quest_battle_raid_with_friend_plural": "Combate en {{amount_0}} incursiones con un amigo", + "quest_title_quest_battle_raid_with_friend_singular": "Combate en una incursión con un amigo", + "quest_title_quest_battle_supereffective_charge_plural": "Usa un ataque cargado supereficaz en {{amount_0}} combates de Gimnasio", + "quest_title_quest_battle_supereffective_charge_singular": "Usa un ataque cargado supereficaz en un combate de Gimnasio", + "quest_title_quest_battle_team_rocket_plural": "Combate contra {{amount_0}} Reclutas del Team GO Rocket", + "quest_title_quest_battle_team_rocket_singular": "Combate contra un Recluta del Team GO Rocket", + "quest_title_quest_battle_ultra_win_plural": "Gana {{amount_0}} combates de Entrenador de la Liga Ultra Ball", + "quest_title_quest_battle_ultra_win_singular": "Gana un combate de Entrenador de la Liga Ultra Ball", + "quest_title_quest_battle19_catch_fighting_easy": "Captura {{amount_0}} Pokémon de tipo Lucha", + "quest_title_quest_battle19_catch_medium_pkmn": "Captura {{amount_0}} Makuhita o Meditite", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Haz {{amount_0}} lanzamientos excelentes seguidos", + "quest_title_quest_battle19_raid_win_veryhard": "Gana en {{amount_0}} incursiones", + "quest_title_quest_battle19_supereffective_charge_hard": "Usa un ataque cargado supereficaz en {{amount_0}} combates de Gimnasio", + "quest_title_quest_battler_appears": "¡APARECE UN RIVAL!", + "quest_title_quest_beat_raid_10_minutes": "Gana una incursión en menos de 10 minutos", + "quest_title_quest_beat_raid_60_seconds": "Gana una incursión en menos de 60 segundos", + "quest_title_quest_beat_raid_singular_minutes": "Gana una incursión en menos de {{amount_0}} minutos", + "quest_title_quest_beat_raid_singular_seconds": "Gana una incursión en menos de {{amount_0}} segundos", + "quest_title_quest_begins19_catch_specific_plural": "Día de Pokémon: Captura {{amount_0}} Pidgey o Rattata", + "quest_title_quest_begins19_evolve_plural": "Día de Pokémon: Haz evolucionar 1 Meowth", + "quest_title_quest_beldum_catch_b": "Captura {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_plural": "Haz evolucionar {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_singular": "Haz evolucionar un Beldum", + "quest_title_quest_bellsprout_catch_b": "Captura {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_plural": "Haz evolucionar {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_singular": "Haz evolucionar un Bellsprout", + "quest_title_quest_bellsprout_snapshot_b": "Consigue una instantánea de {{amount_0}} Bellsprout", + "quest_title_quest_beluga_evolve_pkmn": "Let’s Go: Haz evolucionar {{amount_0}} Anorith", + "quest_title_quest_beluga_excellent_singular": "Let's Go: Haz {{amount_0}} lanzamiento excelente", + "quest_title_quest_beluga_hatch_plural": "Let’s Go: Haz eclosionar {{amount_0}} Huevos", + "quest_title_quest_best_buddy_bronze": "Ten un mejor compañero", + "quest_title_quest_best_buddy_silver": "Ten 10 mejores compañeros", + "quest_title_quest_bounsweet_catch_b": "Captura {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_plural": "Haz evolucionar {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_singular": "Haz evolucionar un Bounsweet", + "quest_title_quest_braixen_evolve_b": "Haz evolucionar {{amount_0}} Braixen", + "quest_title_quest_breakthrough_completed": "¡Investigación de campo completada!", + "quest_title_quest_breakthrough_reward_mystery": "Objetos sorpresa", + "quest_title_quest_breakthrough_reward_stardust": "Polvos Estelares", + "quest_title_quest_brionne_evolve_b_plural": "Haz evolucionar {{amount_0}} Brionne", + "quest_title_quest_brionne_evolve_b_singular": "Haz evolucionar un Brionne", + "quest_title_quest_buddy_affection_days": "Consigue un corazón con tu compañero en {{amount_0}} días diferentes", + "quest_title_quest_buddy_affection_days_in_a_row": "Consigue un corazón con tu compañero {{amount_0}} días consecutivos", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Combate contra otro Entrenador {{amount_0}} veces junto a tu Pokémon compañero mientras sale de aventura contigo", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "Combate contra otro Entrenador junto a tu Pokémon compañero mientras sale de aventura contigo", + "quest_title_quest_buddy_souvenir_plural": "Recibe {{amount_0}} souvenirs de tu Pokémon compañero", + "quest_title_quest_buddy_souvenir_singular": "Recibe un souvenir de tu Pokémon compañero", + "quest_title_quest_buddy_walk_km_plural": "Camina {{amount_0}} km con tu Pokémon compañero", + "quest_title_quest_bulbt_catch_b": "Captura {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_b": "Haz evolucionar {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_s1": "Haz evolucionar {{amount_0}} Ivysaur", + "quest_title_quest_cacnea_catch": "Captura {{amount_0}} Cacnea", + "quest_title_quest_catch_151": "Captura 151 Pokémon", + "quest_title_quest_catch_b_types_plural": "Captura {{amount_0}} Pokémon de tipo Eléctrico, Normal o Veneno", + "quest_title_quest_catch_basic_types_plural": "Captura {{amount_0}} Pokémon de tipo Planta, Agua o Fuego", + "quest_title_quest_catch_berry_any_drifloon": "Usa {{amount_0}} bayas para ayudarte a capturar Drifloon", + "quest_title_quest_catch_berry_nanab_drifloon": "Usa {{amount_0}} Bayas Latano para ayudarte a capturar Drifloon", + "quest_title_quest_catch_berry_pinap": "Usa {{amount_0}} Bayas Pinia para ayudarte a capturar Pokémon", + "quest_title_quest_catch_berry_razz": "Usa {{amount_0}} Bayas Frambu para ayudarte a capturar Pokémon", + "quest_title_quest_catch_berry_razz_drifloon": "Usa {{amount_0}} Bayas Frambu para ayudarte a capturar Drifloon", + "quest_title_quest_catch_bronzor_plural": "Captura {{amount_0}} Bronzor", + "quest_title_quest_catch_c_types_plural": "Captura {{amount_0}} Pokémon de tipo Volador, Psíquico o Siniestro", + "quest_title_quest_catch_carbink_singular": "Captura un Carbink", + "quest_title_quest_catch_celebi_types_plural": "Atrapa {{amount_0}} Pokémon de tipo Planta o Psíquico", + "quest_title_quest_catch_costumed_plural": "Captura {{amount_0}} Eevee con corona de sol o corona de luna", + "quest_title_quest_catch_crabrawler_plural": "Captura {{amount_0}} Crabrawler", + "quest_title_quest_catch_dark_type_plural": "Captura {{amount_0}} Pokémon de tipo Siniestro", + "quest_title_quest_catch_darumaka_plural": "Captura {{amount_0}} Darumaka", + "quest_title_quest_catch_daysinarow": "Atrapa 1 Pokémon {{amount_0}} días seguidos", + "quest_title_quest_catch_dialga": "Captura a Dialga", + "quest_title_quest_catch_drifloon": "Captura {{amount_0}} Drifloon", + "quest_title_quest_catch_ducklett_plural": "Captura {{amount_0}} Ducklett", + "quest_title_quest_catch_ducklett_singular": "Captura un Ducklett", + "quest_title_quest_catch_emolga_plural": "Captura {{amount_0}} Emolga", + "quest_title_quest_catch_excellent_curve_drifloon": "Captura {{amount_0}} Drifloon con lanzamientos excelentes de bola curva", + "quest_title_quest_catch_excellent_with_berry_drifloon": "Captura {{amount_0}} Drifloon con lanzamientos excelentes después de usar bayas", + "quest_title_quest_catch_feed_plural": "Usa {{amount_0}} bayas para ayudarte a capturar Pokémon", + "quest_title_quest_catch_feed_singular": "Usa 1 baya para ayudarte a capturar Pokémon", + "quest_title_quest_catch_furfou_singular": "Captura un Furfrou", + "quest_title_quest_catch_groudon_primal_boosted_types": "Captura {{amount_0}} Pokémon de tipo Fuego, Planta o Tierra", + "quest_title_quest_catch_groudon_type": "Captura {{amount_0}} Pokémon de tipo Fuego, Planta o Tierra", + "quest_title_quest_catch_hoenn_pokemon": "Captura {{amount_0}} Pokémon originalmente descubiertos en la región de Hoenn", + "quest_title_quest_catch_in_day_plural": "Captura {{amount_0}} Pokémon en un solo día", + "quest_title_quest_catch_jan21_hoenn1_plural": "Captura {{amount_0}} Groudon", + "quest_title_quest_catch_jan21_hoenn2_plural": "Captura {{amount_0}} Kyogre", + "quest_title_quest_catch_johto_pokemon": "Captura {{amount_0}} Pokémon originalmente descubiertos en la región de Johto", + "quest_title_quest_catch_kanto_pokemon": "Captura {{amount_0}} Pokémon originalmente descubiertos en la región de Kanto", + "quest_title_quest_catch_kyogre_primal_boosted_types": "Captura {{amount_0}} Pokémon de tipo Agua, Eléctrico o Bicho.", + "quest_title_quest_catch_kyogre_type": "Captura {{amount_0}} Pokémon de tipo Agua, Eléctrico o Bicho", + "quest_title_quest_catch_legendary_inarow_plural": "Captura los siguientes {{amount_0}} Pokémon legendarios o singulares con los que te encuentres", + "quest_title_quest_catch_legendary_plural": "Captura {{amount_0}} Pokémon legendarios o singulares", + "quest_title_quest_catch_legendary_singular": "Captura un Pokémon legendario o singular", + "quest_title_quest_catch_lunatone_plural": "Captura {{amount_0}} Lunatone", + "quest_title_quest_catch_luvdisc": "Captura {{amount_0}} Luvdisc", + "quest_title_quest_catch_misc_01_types_plural": "Captura {{amount_0}} Pokémon de tipo Normal, Agua o Hielo", + "quest_title_quest_catch_nymble_plural": "Captura {{amount_0}} Nymble", + "quest_title_quest_catch_palkia": "Captura a Palkia", + "quest_title_quest_catch_pikachu_plural": "Captura {{amount_0}} Pikachu", + "quest_title_quest_catch_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon", + "quest_title_quest_catch_pokemon_dai_plural": "Usa Incienso de aventura diario para ayudarte a capturar {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_days": "Captura un Pokémon en {{amount_0}} días diferentes", + "quest_title_quest_catch_pokemon_great_ball_plural": "Captura {{amount_0}} Pokémon con Super Balls", + "quest_title_quest_catch_pokemon_great_ball_singular": "Captura un Pokémon con una Super Ball", + "quest_title_quest_catch_pokemon_legendary_plural": "Captura {{amount_0}} Pokémon legendarios", + "quest_title_quest_catch_pokemon_legendary_singular": "Captura un Pokémon legendario", + "quest_title_quest_catch_pokemon_party_plural": "Captura {{amount_0}} Pokémon mientras estás en un equipo", + "quest_title_quest_catch_pokemon_plural": "Captura {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_poke_ball_plural": "Captura {{amount_0}} Pokémon con Poké Balls", + "quest_title_quest_catch_pokemon_poke_ball_singular": "Captura un Pokémon con una Poké Ball", + "quest_title_quest_catch_pokemon_routes_plural": "Captura {{amount_0}} Pokémon mientras caminas por Rutas", + "quest_title_quest_catch_pokemon_routes_singular": "Captura 1 Pokémon mientras caminas por una Ruta", + "quest_title_quest_catch_pokemon_singular": "Captura 1 Pokémon", + "quest_title_quest_catch_pokemon_task": "Captura Pokémon", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "Captura {{amount_0}} Pokémon con Ultra Balls", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "Captura un Pokémon con una Ultra Ball", + "quest_title_quest_catch_psychic_steel": "Captura {{amount_0}} Pokémon de tipo Psíquico o Acero", + "quest_title_quest_catch_raid_regi_any": "Captura 1 Regirock, Regice o Registeel en una incursión", + "quest_title_quest_catch_raid_regi_ice": "Captura 1 Regice en una incursión", + "quest_title_quest_catch_raid_regi_rock": "Captura 1 Regirock en una incursión", + "quest_title_quest_catch_raid_regi_steel": "Captura 1 Registeel en una incursión", + "quest_title_quest_catch_rayquaza_type": "Captura {{amount_0}} Pokémon de tipo Volador, Psíquico o Dragón.", + "quest_title_quest_catch_sinnoh_pokemon": "Captura {{amount_0}} Pokémon originalmente descubiertos en la región de Sinnoh", + "quest_title_quest_catch_sinnoh_pokemon_singular": "Captura un Pokémon originalmente descubierto en la región de Sinnoh", + "quest_title_quest_catch_solrock_plural": "Captura {{amount_0}} Solrock", + "quest_title_quest_catch_special_aerodactyl": "Captura 1 Aerodactyl", + "quest_title_quest_catch_special_bidoof": "Captura {{amount_0}} Bidoof", + "quest_title_quest_catch_special_chespin": "Captura un Chespin", + "quest_title_quest_catch_special_cottonee": "Captura {{amount_0}} Cottonee", + "quest_title_quest_catch_special_cubone": "Captura un Cubone", + "quest_title_quest_catch_special_exeggcute": "Captura {{amount_0}} Exeggcute", + "quest_title_quest_catch_special_fennekin": "Captura un Fennekin", + "quest_title_quest_catch_special_fletchling": "Captura un Fletchling", + "quest_title_quest_catch_special_froakie": "Captura un Froakie", + "quest_title_quest_catch_special_furfrou": "Captura un Furfrou", + "quest_title_quest_catch_special_jirachi": "¡Captura a Jirachi!", + "quest_title_quest_catch_special_lieep_anorithl": "Captura {{amount_0}} Lileep o Anorith", + "quest_title_quest_catch_special_litleo": "Captura un Litleo", + "quest_title_quest_catch_special_mew": "¡Captura un Mew!", + "quest_title_quest_catch_special_natu": "Captura {{amount_0}} Natu", + "quest_title_quest_catch_special_omanyte_kabuto": "Captura {{amount_0}} Omanyte o Kabuto", + "quest_title_quest_catch_special_pumpkaboo": "Captura {{amount_0}} Pumpkaboo", + "quest_title_quest_catch_special_slugma_gulpin": "Captura {{amount_0}} Slugma o Gulpin", + "quest_title_quest_catch_special_voltorb": "Captura {{amount_0}} Voltorb", + "quest_title_quest_catch_special0_plural": "Captura {{amount_0}} Ditto", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Captura los {{amount_0}} Pokémon de la lista del evento", + "quest_title_quest_catch_special0_singular": "Captura 1 Ditto", + "quest_title_quest_catch_special1_plural": "Captura {{amount_0}} Oddish o Bellsprout", + "quest_title_quest_catch_special1_singular": "Captura 1 Oddish o Bellsprout", + "quest_title_quest_catch_special2_plural": "Captura {{amount_0}} Swablu", + "quest_title_quest_catch_special2_singular": "Captura 1 Swablu", + "quest_title_quest_catch_special3_plural": "Captura {{amount_0}} Pidgey o Murkrow", + "quest_title_quest_catch_special3_singular": "Captura 1 Pidgey o Murkrow", + "quest_title_quest_catch_special4_plural": "Captura {{amount_0}} Treecko o Mudkip", + "quest_title_quest_catch_special4_singular": "Captura 1 Treecko o Mudkip", + "quest_title_quest_catch_special5_plural": "Captura {{amount_0}} Meowth o Skitty", + "quest_title_quest_catch_special5_singular": "Captura 1 Meowth o Skitty", + "quest_title_quest_catch_special6_plural": "Captura {{amount_0}} Mareep", + "quest_title_quest_catch_special7_plural": "Captura {{amount_0}} Charmander", + "quest_title_quest_catch_special8_plural": "Capturar {{amount_0}} Larvitar", + "quest_title_quest_catch_special9_plural": "Captura {{amount_0}} Unown", + "quest_title_quest_catch_special10_plural": "Captura {{amount_0}} Plusle", + "quest_title_quest_catch_special11_plural": "Captura {{amount_0}} Minun", + "quest_title_quest_catch_special12_plural": "Captura {{amount_0}} Squirtle", + "quest_title_quest_catch_special13_plural": "Captura {{amount_0}} Roselia", + "quest_title_quest_catch_special14_singular": "Atrapa 1 Meowth o Growlithe", + "quest_title_quest_catch_special15_singular": "Atrapa 1 Snubbull o Poochyena", + "quest_title_quest_catch_special16_singular": "Atrapa un Skitty o un Poochyena", + "quest_title_quest_catch_special17_plural": "Captura {{amount_0}} Eevee", + "quest_title_quest_catch_special18_plural": "Captura {{amount_0}} Beldum", + "quest_title_quest_catch_special19_plural": "Captura {{amount_0}} Slakoth", + "quest_title_quest_catch_special20_plural": "Captura {{amount_0}} Ralts", + "quest_title_quest_catch_special21_singular": "Captura 1 Rattata o 1 Pikachu", + "quest_title_quest_catch_special22_plural": "Captura {{amount_0}} Chikorita.", + "quest_title_quest_catch_special23_plural": "Captura {{amount_0}} Cyndaquil", + "quest_title_quest_catch_special24_plural": "Captura {{amount_0}} Totodile", + "quest_title_quest_catch_special25_plural": "Captura {{amount_0}} Swinub", + "quest_title_quest_catch_special26_plural": "Captura {{amount_0}} Treecko", + "quest_title_quest_catch_special27_plural": "Captura {{amount_0}} Bagon", + "quest_title_quest_catch_special28_plural": "Captura {{amount_0}} Torchic", + "quest_title_quest_catch_special29_plural": "Captura {{amount_0}} Mudkip", + "quest_title_quest_catch_special31_plural": "Captura {{amount_0}} Turtwig", + "quest_title_quest_catch_special33_plural": "Captura {{amount_0}} Trapinch", + "quest_title_quest_catch_special34_plural": "Captura {{amount_0}} Chimchar", + "quest_title_quest_catch_special35_plural": "Captura {{amount_0}} Piplup", + "quest_title_quest_catch_special36_plural": "Captura {{amount_0}} Rhyhorn", + "quest_title_quest_catch_special37_plural": "Captura {{amount_0}} Machop", + "quest_title_quest_catch_special38_plural": "Captura {{amount_0}} Vulpix", + "quest_title_quest_catch_special39_plural": "Captura {{amount_0}} Dratini", + "quest_title_quest_catch_special40_plural": "Captura {{amount_0}} Abra", + "quest_title_quest_catch_special41_plural": "Captura {{amount_0}} Spheal", + "quest_title_quest_catch_special42_plural": "Captura {{amount_0}} Weedle", + "quest_title_quest_catch_special43_plural": "Captura {{amount_0}} Starly", + "quest_title_quest_catch_special44_plural": "Captura {{amount_0}} Seedot", + "quest_title_quest_catch_special45_plural": "Captura {{amount_0}} Grimer", + "quest_title_quest_catch_special46_plural": "Captura {{amount_0}} Porygon", + "quest_title_quest_catch_staryu_plural": "Captura {{amount_0}} Staryu", + "quest_title_quest_catch_stufful_pinap_plural": "Usa {{amount_0}} Bayas Pinia para ayudarte a capturar Pokémon", + "quest_title_quest_catch_stufful_pinap_singular": "Usa una Baya Pinia para ayudarte a capturar un Pokémon", + "quest_title_quest_catch_stufful_razz_plural": "Usa {{amount_0}} Bayas Frambu para ayudarte a capturar Pokémon", + "quest_title_quest_catch_stufful_razz_singular": "Usa una Baya Frambu para ayudarte a capturar un Pokémon", + "quest_title_quest_catch_transform_pokemon_plural": "Captura {{amount_0}} veces al Pokémon Transformación", + "quest_title_quest_catch_trubbish_plural": "Captura {{amount_0}} Trubbish", + "quest_title_quest_catch_type_bug_plural": "Captura {{amount_0}} Pokémon de tipo Bicho", + "quest_title_quest_catch_type_bug_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Bicho", + "quest_title_quest_catch_type_bug_singular": "Captura 1 Pokémon de tipo Bicho", + "quest_title_quest_catch_type_buzzwole": "Captura un Pokémon que comparta un tipo con Buzzwole", + "quest_title_quest_catch_type_buzzwole_effective": "Captura un Pokémon de un tipo frente al que Buzzwole tenga debilidad", + "quest_title_quest_catch_type_buzzwole_plural": "Captura {{amount_0}} Pokémon que compartan un tipo con Buzzwole", + "quest_title_quest_catch_type_celesteela_effective": "Captura un Pokémon de un tipo frente al que Celesteela tenga debilidad", + "quest_title_quest_catch_type_dark_plural": "Captura {{amount_0}} Pokémon de tipo Siniestro", + "quest_title_quest_catch_type_dark_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Siniestro", + "quest_title_quest_catch_type_dark_singular": "Captura 1 Pokémon de tipo Siniestro", + "quest_title_quest_catch_type_dragon_normal_plural": "Captura {{amount_0}} Pokémon de tipo Normal o Dragón", + "quest_title_quest_catch_type_dragon_plural": "Captura {{amount_0}} Pokémon de tipo Dragón", + "quest_title_quest_catch_type_dragon_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Dragón", + "quest_title_quest_catch_type_dragon_singular": "Captura 1 Pokémon de tipo Dragón", + "quest_title_quest_catch_type_electric_flying_plural": "Captura {{amount_0}} Pokémon de tipo Eléctrico o Volador", + "quest_title_quest_catch_type_electric_plural": "Captura {{amount_0}} Pokémon de tipo Eléctrico", + "quest_title_quest_catch_type_electric_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Eléctrico", + "quest_title_quest_catch_type_electric_singular": "Captura 1 Pokémon de tipo Eléctrico", + "quest_title_quest_catch_type_fairy_plural": "Captura {{amount_0}} Pokémon de tipo Hada", + "quest_title_quest_catch_type_fairy_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Hada", + "quest_title_quest_catch_type_fairy_singular": "Captura 1 Pokémon de tipo Hada", + "quest_title_quest_catch_type_fighting_plural": "Captura {{amount_0}} Pokémon de tipo Lucha", + "quest_title_quest_catch_type_fighting_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Lucha", + "quest_title_quest_catch_type_fighting_singular": "Captura 1 Pokémon de tipo Lucha", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Captura {{amount_0}} Pokémon de tipo Fuego o Siniestro", + "quest_title_quest_catch_type_fire_plural": "Captura {{amount_0}} Pokémon de tipo Fuego", + "quest_title_quest_catch_type_fire_singular": "Captura 1 Pokémon de tipo Fuego", + "quest_title_quest_catch_type_flying_plural": "Captura {{amount_0}} Pokémon de tipo Volador", + "quest_title_quest_catch_type_flying_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Volador", + "quest_title_quest_catch_type_flying_singular": "Captura 1 Pokémon de tipo Volador", + "quest_title_quest_catch_type_ghost_dark_plural": "Captura {{amount_0}} Pokémon de tipo Fantasma o Siniestro", + "quest_title_quest_catch_type_ghost_plural": "Captura {{amount_0}} Pokémon de tipo Fantasma", + "quest_title_quest_catch_type_ghost_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Fantasma", + "quest_title_quest_catch_type_ghost_singular": "Captura 1 Pokémon de tipo Fantasma", + "quest_title_quest_catch_type_grass_bug_plural": "Captura {{amount_0}} Pokémon de tipo Planta o Bicho", + "quest_title_quest_catch_type_grass_plural": "Captura {{amount_0}} Pokémon de tipo Planta", + "quest_title_quest_catch_type_grass_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Planta", + "quest_title_quest_catch_type_grass_poison_plural": "Captura {{amount_0}} Pokémon de tipo Planta o Veneno", + "quest_title_quest_catch_type_grass_singular": "Captura 1 Pokémon de tipo Planta", + "quest_title_quest_catch_type_ground_plural": "Captura {{amount_0}} Pokémon de tipo Tierra", + "quest_title_quest_catch_type_ground_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Tierra", + "quest_title_quest_catch_type_ground_singular": "Captura 1 Pokémon de tipo Tierra", + "quest_title_quest_catch_type_guzzlord_effective": "Captura un Pokémon de un tipo frente al que Guzzlord tenga debilidad", + "quest_title_quest_catch_type_ice_grass_plural_unique": "Captura {{amount_0}} Pokémon de tipo Planta o Hielo", + "quest_title_quest_catch_type_ice_plural": "Captura {{amount_0}} Pokémon de tipo Hielo", + "quest_title_quest_catch_type_ice_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Hielo", + "quest_title_quest_catch_type_ice_singular": "Captura 1 Pokémon de tipo Hielo", + "quest_title_quest_catch_type_kartana_effective": "Captura un Pokémon de un tipo frente al que Kartana tenga debilidad", + "quest_title_quest_catch_type_nihilego": "Captura un Pokémon que comparta un tipo con Nihilego", + "quest_title_quest_catch_type_nihilego_effective": "Captura un Pokémon de un tipo frente al que Nihilego tenga debilidad", + "quest_title_quest_catch_type_nihilego_plural": "Captura {{amount_0}} Pokémon que compartan un tipo con Nihilego", + "quest_title_quest_catch_type_normal_plural": "Captura {{amount_0}} Pokémon de tipo Normal", + "quest_title_quest_catch_type_normal_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Normal", + "quest_title_quest_catch_type_normal_singular": "Captura 1 Pokémon de tipo Normal", + "quest_title_quest_catch_type_pheremosa_effective": "Captura un Pokémon de un tipo frente al que Pheromosa tenga debilidad", + "quest_title_quest_catch_type_pheromosa": "Captura un Pokémon que comparta un tipo con Pheromosa", + "quest_title_quest_catch_type_pheromosa_plural": "Captura {{amount_0}} Pokémon que compartan un tipo con Pheromosa", + "quest_title_quest_catch_type_poison_plural": "Captura {{amount_0}} Pokémon de tipo Veneno", + "quest_title_quest_catch_type_poison_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Veneno", + "quest_title_quest_catch_type_poison_singular": "Captura 1 Pokémon de tipo Veneno", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "Captura {{amount_0}} Pokémon de tipo Psíquico o Lucha", + "quest_title_quest_catch_type_psychic_plural": "Captura {{amount_0}} Pokémon de tipo Psíquico", + "quest_title_quest_catch_type_psychic_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Psíquico", + "quest_title_quest_catch_type_psychic_singular": "Captura 1 Pokémon de tipo Psíquico", + "quest_title_quest_catch_type_rock_plural": "Captura {{amount_0}} Pokémon de tipo Roca", + "quest_title_quest_catch_type_rock_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Roca", + "quest_title_quest_catch_type_rock_singular": "Captura 1 Pokémon de tipo Roca", + "quest_title_quest_catch_type_shaymin": "Captura un Pokémon que comparta un tipo con Shaymin", + "quest_title_quest_catch_type_shaymin_plural": "Captura {{amount_0}} Pokémon que compartan un tipo con Shaymin", + "quest_title_quest_catch_type_steel_plural": "Captura {{amount_0}} Pokémon de tipo Acero", + "quest_title_quest_catch_type_steel_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Acero", + "quest_title_quest_catch_type_steel_singular": "Captura 1 Pokémon de tipo Acero", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Captura {{amount_0}} Pokémon de tipo Fuego, Agua o Eléctrico", + "quest_title_quest_catch_type_water_flying_plural": "Captura {{amount_0}} Pokémon de tipo Agua o Volador", + "quest_title_quest_catch_type_water_ground_plural": "Captura {{amount_0}} Pokémon de tipo Agua o Tierra", + "quest_title_quest_catch_type_water_plural": "Captura {{amount_0}} Pokémon de tipo Agua", + "quest_title_quest_catch_type_water_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Agua", + "quest_title_quest_catch_type_water_singular": "Captura 1 Pokémon de tipo Agua", + "quest_title_quest_catch_type_xurkitree": "Captura un Pokémon que comparta un tipo con Xurkitree", + "quest_title_quest_catch_type_xurkitree_effective": "Captura un Pokémon de un tipo frente al que Xurkitree tenga debilidad", + "quest_title_quest_catch_type_xurkitree_plural": "Captura {{amount_0}} Pokémon que compartan un tipo con Xurkitree", + "quest_title_quest_catch_types_rainy_plural": "Captura {{amount_0}} Pokémon de tipo Agua, Eléctrico o Bicho", + "quest_title_quest_catch_types_rainy_singular": "Captura 1 Pokémon de tipo Agua, Eléctrico o Bicho", + "quest_title_quest_catch_types_snowy_plural": "Captura {{amount_0}} Pokémon de tipo Hielo o Acero.", + "quest_title_quest_catch_types_snowy_singular": "Captura 1 Pokémon de tipo Hielo o Acero.", + "quest_title_quest_catch_types_sunny_plural": "Captura {{amount_0}} Pokémon de tipo Planta, Fuego o Tierra", + "quest_title_quest_catch_types_sunny_singular": "Captura 1 Pokémon de tipo Planta, Fuego o Tierra", + "quest_title_quest_catch_types_windy_plural": "Captura {{amount_0}} Pokémon de tipo Volador, Psíquico o Dragón.", + "quest_title_quest_catch_types_windy_singular": "Captura 1 Pokémon de tipo Volador, Psíquico o Dragón.", + "quest_title_quest_catch_weather_boost_plural": "Captura {{amount_0}} Pokémon potenciados por el tiempo atmosférico", + "quest_title_quest_catch_weather_boost_singular": "Captura 1 Pokémon potenciado por el tiempo atmosférico", + "quest_title_quest_catch_whismur": "Captura {{amount_0}} Whismur", + "quest_title_quest_challenge_party_power_plural": "Usa la mejora de equipo {{amount_0}} veces en incursiones", + "quest_title_quest_challenge_party_power_singular": "Usa la mejora de equipo en una incursión", + "quest_title_quest_change_form_furfrou": "Cambia el corte de un Furfrou", + "quest_title_quest_change_form_plural": "Cambia la forma de {{amount_0}} Pokémon", + "quest_title_quest_change_form_singular": "Cambia la forma de un Pokémon", + "quest_title_quest_chansey_catch_b": "Captura {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_plural": "Haz evolucionar {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_singular": "Haz evolucionar un Chansey", + "quest_title_quest_chansey_snapshot_b": "Consigue una instantánea de {{amount_0}} Chansey", + "quest_title_quest_charge_attack_party_plural": "Usa {{amount_0}} ataques cargados mientras estás en un equipo", + "quest_title_quest_charge_attack_party_singular": "Usa un ataque cargado mientras estás en un equipo", + "quest_title_quest_charged_attack_plural": "Usa {{amount_0}} ataques cargados", + "quest_title_quest_charjabug_evolve_b": "Haz evolucionar {{amount_0}} Charjabug", + "quest_title_quest_chart_catch_b": "Captura {{amount_0}} Charmander", + "quest_title_quest_chart_catch_s1": "Captura {{amount_0}} Charmeleon", + "quest_title_quest_chart_evolve_b": "Haz evolucionar {{amount_0}} Charmander", + "quest_title_quest_chart_evolve_s1": "Haz evolucionar {{amount_0}} Charmeleon", + "quest_title_quest_chespin_catch_b": "Captura {{amount_0}} Chespin", + "quest_title_quest_chespin_evolve_b": "Haz evolucionar {{amount_0}} Chespin", + "quest_title_quest_chespin_snapshot_b": "Consigue una instantánea de {{amount_0}} Chespin", + "quest_title_quest_crocalor_evolve_b": "Haz evolucionar a Crocalor", + "quest_title_quest_cyndaquil_catch_b": "Captura {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_plural": "Haz evolucionar {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_singular": "Haz evolucionar a un Cyndaquil", + "quest_title_quest_dartrix_evolve_b_plural": "Haz evolucionar {{amount_0}} Dartrix", + "quest_title_quest_dartrix_evolve_b_singular": "Haz evolucionar {{amount_0}} Dartrix", + "quest_title_quest_dec2021_catch_b": "Captura {{amount_0}} Pokémon protagonistas de los Días de la Comunidad de 2021", + "quest_title_quest_dec2022_catch_b": "Captura {{amount_0}} Pokémon protagonistas del Día de la Comunidad de diciembre de 2022", + "quest_title_quest_dec2023_catch_b": "Captura {{amount_0}} Pokémon protagonistas de los Días de la Comunidad de 2023", + "quest_title_quest_defeat_jessie_james_plural": "Derrota a Jessie o James {{amount_0}} veces", + "quest_title_quest_defeat_rocket": "Derrota a {{amount_0}} miembros del Team GO Rocket", + "quest_title_quest_defeat_rocket_leader_2500": "Derrota {{amount_0}} líderes del Team GO Rocket con Pokémon de hasta 2500 PC", + "quest_title_quest_defeat_rocket_singular": "Derrota a un miembro del Team GO Rocket", + "quest_title_quest_deino_catch": "Captura {{amount_0}} Deino", + "quest_title_quest_deino_evolve_a": "Haz evolucionar {{amount_0}} Deino", + "quest_title_quest_deino_evolve_b": "Haz evolucionar {{amount_0}} Deino o Zweilous", + "quest_title_quest_deino_snap": "Toma {{amount_0}} instantáneas de Deino", + "quest_title_quest_dragonair_evolve_b": "Haz evolucionar {{amount_0}} Dragonair", + "quest_title_quest_dratini_cdc_catch_b": "Captura {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_evolve_b": "Haz evolucionar {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_snapshot_b": "Consigue una instantánea de {{amount_0}} Dratini", + "quest_title_quest_drizzle_evolve": "Haz evolucionar un Drizzle", + "quest_title_quest_dude_catch": "Captura {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_a": "Haz evolucionar {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_b": "Haz evolucionar {{amount_0}} Graveler", + "quest_title_quest_dude_snap": "Toma {{amount_0}} instantáneas de Geodude", + "quest_title_quest_duskt_catch_b": "Captura {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_b": "Haz evolucionar {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_s1": "Haz evolucionar {{amount_0}} Dusclops", + "quest_title_quest_earn_buddy_ribbon_plural": "Consigue {{amount_0}} cintas de mejor compañero con tus Pokémon", + "quest_title_quest_eelektrik_evolve_b_plural": "Haz evolucionar {{amount_0}} Eelektrik", + "quest_title_quest_eelektrik_evolve_b_singular": "Haz evolucionar un Eelektrik", + "quest_title_quest_eevee_evolve_plural": "Haz evolucionar a Eevee a cada una de sus diferentes evoluciones", + "quest_title_quest_eevet_catch_b": "Captura {{amount_0}} Eevee", + "quest_title_quest_eevet_evolve_b": "Haz evolucionar {{amount_0}} Eevee", + "quest_title_quest_elect_catch_b": "Captura {{amount_0}} Electabuzz", + "quest_title_quest_elect_evolve_b": "Haz evolucionar {{amount_0}} Electabuzz", + "quest_title_quest_elite_raid_victory_plural": "Gana en {{amount_0}} incursiones Élite", + "quest_title_quest_elite_raid_victory_singular": "Gana en una incursión Élite", + "quest_title_quest_elite4_a": "Derrota al Alto Mando del Tour de GO: Meseta", + "quest_title_quest_elite4_b": "Derrota al Alto Mando del Tour de GO: Caverna", + "quest_title_quest_elite4_c": "Derrota al Alto Mando del Tour de GO: Océano", + "quest_title_quest_elite4_d": "Derrota al Alto Mando del Tour de GO: Sabana", + "quest_title_quest_elrd22_april16_battle": "Investigación de Exeggcute: Combate en un Gimnasio", + "quest_title_quest_elrd22_april16_berries": "Investigación de Exeggcute: Usa tres bayas para ayudarte a capturar Pokémon", + "quest_title_quest_elrd22_april16_catch_grass": "Investigación de Exeggcute: Captura tres Pokémon de tipo Planta", + "quest_title_quest_elrd22_april16_charged_move": "Investigación de Exeggcute: Usa un ataque cargado supereficaz", + "quest_title_quest_elrd22_april16_curve": "Investigación de Exeggcute: Haz cinco lanzamientos de bola curva", + "quest_title_quest_elrd22_april16_evolve_grass": "Investigación de Exeggcute: Haz evolucionar dos Pokémon de tipo Planta", + "quest_title_quest_elrd22_april16_gifts_stickers": "Investigación de Exeggcute: Envía dos regalos y añade una pegatina a cada uno", + "quest_title_quest_elrd22_april16_great": "Investigación de Exeggcute: Haz tres grandes lanzamientos", + "quest_title_quest_elrd22_april16_great_row": "Investigación de Exeggcute: Haz dos grandes lanzamientos seguidos", + "quest_title_quest_elrd22_april16_nice": "Investigación de Exeggcute: Haz cinco buenos lanzamientos", + "quest_title_quest_elrd22_april16_nice_row": "Investigación de Exeggcute: Haz tres buenos lanzamientos seguidos", + "quest_title_quest_elrd22_april16_raid": "Investigación de Exeggcute: Combate en una incursión", + "quest_title_quest_elrd22_april16_spin": "Investigación de Exeggcute: Da vueltas a fotodiscos en dos Poképaradas", + "quest_title_quest_elrd22_april16_weather_easy": "Investigación de Exeggcute: Captura tres Pokémon potenciados por el tiempo atmosférico", + "quest_title_quest_elrd22_april16_weather_hard": "Investigación de Exeggcute: Captura cinco Pokémon potenciados por el tiempo atmosférico", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Investigación de Exeggcute: Consigue una instantánea de un Pokémon de tipo Planta en estado salvaje", + "quest_title_quest_equinox19_catch_medium_pkmn": "Captura {{amount_0}} Bulbasaur o Chikorita", + "quest_title_quest_equinox19_catch_type_grass_plural": "Captura {{amount_0}} Pokémon de tipo Planta", + "quest_title_quest_equinox19_evolve_type_grass_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Planta", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Haz evolucionar {{amount_0}} Pokémon de tipo Planta", + "quest_title_quest_event_eevee_snapshot_barcelona": "Consigue una instantánea de tu Eevee en Barcelona", + "quest_title_quest_event_eevee_snapshot_jakarta": "Consigue una instantánea de tu Eevee en Yakarta", + "quest_title_quest_event_eevee_snapshot_mexico_city": "Consigue una instantánea de tu Eevee en Ciudad de México", + "quest_title_quest_event_eevee_snapshot_seoul": "Consigue una instantánea de tu Eevee en Seúl", + "quest_title_quest_event_eevee_snapshot_tainan": "Consigue una instantánea de tu Eevee en Tainan", + "quest_title_quest_event_leave_behind_spin": "Da vueltas a 10 fotodiscos en Poképaradas o Gimnasios donde no hayas estado antes", + "quest_title_quest_event_leave_behind_spin_safari_city": "Gira el fotodisco en cualquier Poképarada de Exploradores Eevee", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Gira {{amount_0}} fotodiscos en Poképaradas de Exploradores Eevee que no hayas visitado", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Gira un fotodisco en una Poképarada de Exploradores Eevee que no hayas visitado", + "quest_title_quest_event_spin_barcelona": "Da vueltas a un fotodisco en una Poképarada o Gimnasio en Barcelona", + "quest_title_quest_event_spin_incheon": "Da vueltas a un fotodisco en una Poképarada o Gimnasio en Incheon", + "quest_title_quest_event_spin_jakarta": "Da vueltas a un fotodisco en una Poképarada o Gimnasio en Yakarta", + "quest_title_quest_event_spin_mexico_city": "Da vueltas a un fotodisco en una Poképarada o Gimnasio en Ciudad de México", + "quest_title_quest_event_spin_seoul": "Da vueltas a un fotodisco en una Poképarada o Gimnasio en Seúl", + "quest_title_quest_event_spin_tainan": "Da vueltas a un fotodisco en una Poképarada o Gimnasio en Tainan", + "quest_title_quest_evolve_abra_singular": "Haz evolucionar un Abra", + "quest_title_quest_evolve_aipom_singular": "Haz evolucionar un Aipom", + "quest_title_quest_evolve_amaura_singular": "Haz evolucionar un Amaura", + "quest_title_quest_evolve_anorith_singular": "Haz evolucionar un Anorith", + "quest_title_quest_evolve_archen_singular": "Haz evolucionar un Archen", + "quest_title_quest_evolve_aron_singular": "Haz evolucionar un Aron", + "quest_title_quest_evolve_axew_singular": "Haz evolucionar un Axew", + "quest_title_quest_evolve_azurill_singular": "Haz evolucionar un Azurill", + "quest_title_quest_evolve_bagon_singular": "Haz evolucionar un Bagon", + "quest_title_quest_evolve_baltoy_singular": "Haz evolucionar un Baltoy", + "quest_title_quest_evolve_barboach_singular": "Haz evolucionar un Barboach", + "quest_title_quest_evolve_bayleef": "Haz evolucionar a tu Bayleef", + "quest_title_quest_evolve_bayleef_singular": "Haz evolucionar un Bayleef", + "quest_title_quest_evolve_beldum_singular": "Haz evolucionar un Beldum", + "quest_title_quest_evolve_bellsprout_singular": "Haz evolucionar un Bellsprout", + "quest_title_quest_evolve_bergmite_singular": "Haz evolucionar un Bergmite", + "quest_title_quest_evolve_bidoof_singular": "Haz evolucionar un Bidoof", + "quest_title_quest_evolve_binacle_singular": "Haz evolucionar un Binacle", + "quest_title_quest_evolve_blitzle_singular": "Haz evolucionar un Blitzle", + "quest_title_quest_evolve_boldore_singular": "Haz evolucionar un Boldore", + "quest_title_quest_evolve_bonsly_singular": "Haz evolucionar un Bonsly", + "quest_title_quest_evolve_braixen_singular": "Haz evolucionar un Braixen", + "quest_title_quest_evolve_bronzor_singular": "Haz evolucionar un Bronzor", + "quest_title_quest_evolve_budew_singular": "Haz evolucionar un Budew", + "quest_title_quest_evolve_buizel_singular": "Haz evolucionar un Buizel", + "quest_title_quest_evolve_bulbasaur": "Haz evolucionar un Bulbasaur", + "quest_title_quest_evolve_bulbasaur_singular": "Haz evolucionar un Bulbasaur", + "quest_title_quest_evolve_buneary_singular": "Haz evolucionar un Buneary", + "quest_title_quest_evolve_bunnelby_singular": "Haz evolucionar un Bunnelby", + "quest_title_quest_evolve_burmy_singular": "Haz evolucionar un Burmy", + "quest_title_quest_evolve_cacnea_singular": "Haz evolucionar un Cacnea", + "quest_title_quest_evolve_carvanha_singular": "Haz evolucionar un Carvanha", + "quest_title_quest_evolve_cascoon_singular": "Haz evolucionar un Cascoon", + "quest_title_quest_evolve_caterpie_singular": "Haz evolucionar un Caterpie", + "quest_title_quest_evolve_chansey_singular": "Haz evolucionar un Chansey", + "quest_title_quest_evolve_charmander": "Haz evolucionar un Charmander", + "quest_title_quest_evolve_charmander_singular": "Haz evolucionar un Charmander", + "quest_title_quest_evolve_charmeleon_singular": "Haz evolucionar un Charmeleon", + "quest_title_quest_evolve_cherubi_singular": "Haz evolucionar un Cherubi", + "quest_title_quest_evolve_chespin_singular": "Haz evolucionar un Chespin", + "quest_title_quest_evolve_chikorita": "Haz evolucionar a tu Chikorita", + "quest_title_quest_evolve_chikorita_singular": "Haz evolucionar un Chikorita", + "quest_title_quest_evolve_chimchar_singular": "Haz evolucionar un Chimchar", + "quest_title_quest_evolve_chinchou_singular": "Haz evolucionar un Chinchou", + "quest_title_quest_evolve_chingling_singular": "Haz evolucionar un Chingling", + "quest_title_quest_evolve_clamperl_singular": "Haz evolucionar un Clamperl", + "quest_title_quest_evolve_clauncher_singular": "Haz evolucionar un Clauncher", + "quest_title_quest_evolve_clefairy_singular": "Haz evolucionar un Clefairy", + "quest_title_quest_evolve_cleffa_singular": "Haz evolucionar un Cleffa", + "quest_title_quest_evolve_combee_singular": "Haz evolucionar un Combee", + "quest_title_quest_evolve_combusken_singular": "Haz evolucionar un Combusken", + "quest_title_quest_evolve_corphish_singular": "Haz evolucionar un Corphish", + "quest_title_quest_evolve_cosmoem_singular": "Haz evolucionar a un Cosmoem", + "quest_title_quest_evolve_cosmog_singular": "Haz evolucionar un Cosmog", + "quest_title_quest_evolve_cottonee_singular": "Haz evolucionar un Cottonee", + "quest_title_quest_evolve_cranidos_singular": "Haz evolucionar un Cranidos", + "quest_title_quest_evolve_croagunk_singular": "Haz evolucionar un Croagunk", + "quest_title_quest_evolve_croconaw": "Haz evolucionar a tu Croconaw", + "quest_title_quest_evolve_croconaw_singular": "Haz evolucionar un Croconaw", + "quest_title_quest_evolve_cubchoo_singular": "Haz evolucionar un Cubchoo", + "quest_title_quest_evolve_cubone_singular": "Haz evolucionar un Cubone", + "quest_title_quest_evolve_cyndaquil": "Haz evolucionar a tu Cyndaquil", + "quest_title_quest_evolve_cyndaquil_singular": "Haz evolucionar un Cyndaquil", + "quest_title_quest_evolve_dark_type_singular": "Haz evolucionar un Pokémon de tipo Siniestro", + "quest_title_quest_evolve_darumaka_singular": "Haz evolucionar un Darumaka", + "quest_title_quest_evolve_deerling_singular": "Haz evolucionar un Deerling", + "quest_title_quest_evolve_deino_singular": "Haz evolucionar un Deino", + "quest_title_quest_evolve_dewott_singular": "Haz evolucionar un Dewott", + "quest_title_quest_evolve_diglett_singular": "Haz evolucionar un Diglett", + "quest_title_quest_evolve_doduo_singular": "Haz evolucionar un Doduo", + "quest_title_quest_evolve_doublade_singular": "Haz evolucionar un Doublade", + "quest_title_quest_evolve_dragonair_singular": "Haz evolucionar un Dragonair", + "quest_title_quest_evolve_dratini_singular": "Haz evolucionar un Dratini", + "quest_title_quest_evolve_drifloon_singular": "Haz evolucionar un Drifloon", + "quest_title_quest_evolve_drilbur_singular": "Haz evolucionar un Drilbur", + "quest_title_quest_evolve_drowzee_singular": "Haz evolucionar un Drowzee", + "quest_title_quest_evolve_ducklett_singular": "Haz evolucionar un Ducklett", + "quest_title_quest_evolve_duosion_singular": "Haz evolucionar un Duosion", + "quest_title_quest_evolve_durant_singular": "Haz evolucionar un Durant", + "quest_title_quest_evolve_dusclops_singular": "Haz evolucionar un Dusclops", + "quest_title_quest_evolve_duskull_singular": "Haz evolucionar un Duskull", + "quest_title_quest_evolve_dwebble_singular": "Haz evolucionar un Dwebble", + "quest_title_quest_evolve_eelektrik_singular": "Haz evolucionar un Eelektrik", + "quest_title_quest_evolve_eevee_singular": "Haz evolucionar un Eevee", + "quest_title_quest_evolve_eevee_types_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Eléctrico, Agua o Fuego", + "quest_title_quest_evolve_eevee_types_singular": "Haz evolucionar un Pokémon de tipo Eléctrico, Agua o Fuego", + "quest_title_quest_evolve_ekans_singular": "Haz evolucionar un Ekans", + "quest_title_quest_evolve_electabuzz_singular": "Haz evolucionar un Electabuzz", + "quest_title_quest_evolve_electrike_singular": "Haz evolucionar un Electrike", + "quest_title_quest_evolve_elekid_singular": "Haz evolucionar un Elekid", + "quest_title_quest_evolve_elgyem_singular": "Haz evolucionar un Elgyem", + "quest_title_quest_evolve_espeon": "Haz evolucionar un Eevee a Espeon durante el día", + "quest_title_quest_evolve_espurr_singular": "Haz evolucionar un Espurr", + "quest_title_quest_evolve_evolved_grass_singular": "Haz evolucionar un Pokémon de tipo Planta evolucionado", + "quest_title_quest_evolve_exeggcute_singular": "Haz evolucionar un Exeggcute", + "quest_title_quest_evolve_farfetch'd_singular": "Haz evolucionar un Farfetch'd", + "quest_title_quest_evolve_feebas_singular": "Haz evolucionar un Feebas", + "quest_title_quest_evolve_fennekin_singular": "Haz evolucionar un Fennekin", + "quest_title_quest_evolve_ferroseed_singular": "Haz evolucionar un Ferroseed", + "quest_title_quest_evolve_finneon_singular": "Haz evolucionar un Finneon", + "quest_title_quest_evolve_flaaffy_singular": "Haz evolucionar un Flaaffy", + "quest_title_quest_evolve_flabébé_singular": "Haz evolucionar un Flabébé", + "quest_title_quest_evolve_fletchinder_singular": "Haz evolucionar un Fletchinder", + "quest_title_quest_evolve_fletchling_singular": "Haz evolucionar un Fletchling", + "quest_title_quest_evolve_floette_singular": "Haz evolucionar un Floette", + "quest_title_quest_evolve_foongus_singular": "Haz evolucionar un Foongus", + "quest_title_quest_evolve_fraxure_singular": "Haz evolucionar un Fraxure", + "quest_title_quest_evolve_frillish_singular": "Haz evolucionar un Frillish", + "quest_title_quest_evolve_froakie_singular": "Haz evolucionar un Froakie", + "quest_title_quest_evolve_frogadier_singular": "Haz evolucionar un Frogadier", + "quest_title_quest_evolve_gabite_singular": "Haz evolucionar un Gabite", + "quest_title_quest_evolve_gastly_singular": "Haz evolucionar un Gastly", + "quest_title_quest_evolve_geodude_singular": "Haz evolucionar un Geodude", + "quest_title_quest_evolve_gible_singular": "Haz evolucionar un Gible", + "quest_title_quest_evolve_glalie_singular": "Haz evolucionar un Glalie", + "quest_title_quest_evolve_glameow_singular": "Haz evolucionar un Glameow", + "quest_title_quest_evolve_gligar_singular": "Haz evolucionar un Gligar", + "quest_title_quest_evolve_gloom_singular": "Haz evolucionar un Gloom", + "quest_title_quest_evolve_golbat_singular": "Haz evolucionar un Golbat", + "quest_title_quest_evolve_goldeen_singular": "Haz evolucionar un Goldeen", + "quest_title_quest_evolve_golett_singular": "Haz evolucionar un Golett", + "quest_title_quest_evolve_goomy_singular": "Haz evolucionar un Goomy", + "quest_title_quest_evolve_gothita_singular": "Haz evolucionar un Gothita", + "quest_title_quest_evolve_gothorita_singular": "Haz evolucionar un Gothorita", + "quest_title_quest_evolve_graveler_singular": "Haz evolucionar un Graveler", + "quest_title_quest_evolve_grimer_singular": "Haz evolucionar un Grimer", + "quest_title_quest_evolve_grotle_singular": "Haz evolucionar un Grotle", + "quest_title_quest_evolve_ground_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Tierra", + "quest_title_quest_evolve_grovyle_singular": "Haz evolucionar un Grovyle", + "quest_title_quest_evolve_growlithe_singular": "Haz evolucionar un Growlithe", + "quest_title_quest_evolve_gulpin_singular": "Haz evolucionar un Gulpin", + "quest_title_quest_evolve_gurdurr_singular": "Haz evolucionar un Gurdurr", + "quest_title_quest_evolve_happiny_singular": "Haz evolucionar un Happiny", + "quest_title_quest_evolve_haunter_singular": "Haz evolucionar un Haunter", + "quest_title_quest_evolve_heatmor_singular": "Haz evolucionar un Heatmor", + "quest_title_quest_evolve_helioptile_singular": "Haz evolucionar un Helioptile", + "quest_title_quest_evolve_herdier_singular": "Haz evolucionar un Herdier", + "quest_title_quest_evolve_hippopotas_singular": "Haz evolucionar un Hippopotas", + "quest_title_quest_evolve_honedge_singular": "Haz evolucionar un Honedge", + "quest_title_quest_evolve_hoothoot_singular": "Haz evolucionar un Hoothoot", + "quest_title_quest_evolve_hoppip_singular": "Haz evolucionar un Hoppip", + "quest_title_quest_evolve_horsea_singular": "Haz evolucionar un Horsea", + "quest_title_quest_evolve_houndour_singular": "Haz evolucionar un Houndour", + "quest_title_quest_evolve_igglybuff_singular": "Haz evolucionar un Igglybuff", + "quest_title_quest_evolve_illumise_singular": "Haz evolucionar un Illumise", + "quest_title_quest_evolve_inkay_singular": "Haz evolucionar un Inkay", + "quest_title_quest_evolve_items_plural": "Usa objetos para hacer evolucionar Pokémon {{amount_0}} veces", + "quest_title_quest_evolve_items_singular": "Usa un objeto para hacer evolucionar a un Pokémon", + "quest_title_quest_evolve_ivysaur_singular": "Haz evolucionar un Ivysaur", + "quest_title_quest_evolve_jigglypuff_singular": "Haz evolucionar un Jigglypuff", + "quest_title_quest_evolve_joltik_singular": "Haz evolucionar un Joltik", + "quest_title_quest_evolve_kabuto_singular": "Haz evolucionar un Kabuto", + "quest_title_quest_evolve_kadabra_singular": "Haz evolucionar un Kadabra", + "quest_title_quest_evolve_kakuna_singular": "Haz evolucionar un Kakuna", + "quest_title_quest_evolve_karrablast_singular": "Haz evolucionar un Karrablast", + "quest_title_quest_evolve_kirlia_singular": "Haz evolucionar un Kirlia", + "quest_title_quest_evolve_klang_singular": "Haz evolucionar un Klang", + "quest_title_quest_evolve_klink_singular": "Haz evolucionar un Klink", + "quest_title_quest_evolve_koffing_singular": "Haz evolucionar un Koffing", + "quest_title_quest_evolve_krabby_singular": "Haz evolucionar un Krabby", + "quest_title_quest_evolve_kricketot_singular": "Haz evolucionar un Kricketot", + "quest_title_quest_evolve_krokorok_singular": "Haz evolucionar un Krokorok", + "quest_title_quest_evolve_lairon_singular": "Haz evolucionar un Lairon", + "quest_title_quest_evolve_lampent_singular": "Haz evolucionar un Lampent", + "quest_title_quest_evolve_larvesta_singular": "Haz evolucionar un Larvesta", + "quest_title_quest_evolve_larvitar_singular": "Haz evolucionar un Larvitar", + "quest_title_quest_evolve_ledyba_singular": "Haz evolucionar un Ledyba", + "quest_title_quest_evolve_lickitung_singular": "Haz evolucionar un Lickitung", + "quest_title_quest_evolve_lileep_singular": "Haz evolucionar un Lileep", + "quest_title_quest_evolve_lillipup_singular": "Haz evolucionar un Lillipup", + "quest_title_quest_evolve_linoone_singular": "Haz evolucionar {{amount_0}} Linoone de Galar", + "quest_title_quest_evolve_litleo_singular": "Haz evolucionar un Litleo", + "quest_title_quest_evolve_litwick_singular": "Haz evolucionar un Litwick", + "quest_title_quest_evolve_lombre_singular": "Haz evolucionar un Lombre", + "quest_title_quest_evolve_lotad_singular": "Haz evolucionar un Lotad", + "quest_title_quest_evolve_loudred_singular": "Haz evolucionar un Loudred", + "quest_title_quest_evolve_luxio_singular": "Haz evolucionar un Luxio", + "quest_title_quest_evolve_machoke_singular": "Haz evolucionar un Machoke", + "quest_title_quest_evolve_machop_singular": "Haz evolucionar un Machop", + "quest_title_quest_evolve_magby_singular": "Haz evolucionar un Magby", + "quest_title_quest_evolve_magikarp_singular": "Haz evolucionar un Magikarp", + "quest_title_quest_evolve_magmar_singular": "Haz evolucionar un Magmar", + "quest_title_quest_evolve_magnemite_singular": "Haz evolucionar un Magnemite", + "quest_title_quest_evolve_makuhita_singular": "Haz evolucionar un Makuhita", + "quest_title_quest_evolve_mankey_singular": "Haz evolucionar un Mankey", + "quest_title_quest_evolve_mantyke_singular": "Haz evolucionar un Mantyke", + "quest_title_quest_evolve_mareep_singular": "Haz evolucionar un Mareep", + "quest_title_quest_evolve_marill_singular": "Haz evolucionar un Marill", + "quest_title_quest_evolve_marshtomp_singular": "Haz evolucionar un Marshtomp", + "quest_title_quest_evolve_meditite_singular": "Haz evolucionar un Meditite", + "quest_title_quest_evolve_meowth_singular": "Haz evolucionar un Meowth", + "quest_title_quest_evolve_metang_singular": "Haz evolucionar un Metang", + "quest_title_quest_evolve_metapod_singular": "Haz evolucionar un Metapod", + "quest_title_quest_evolve_mienfoo_singular": "Haz evolucionar un Mienfoo", + "quest_title_quest_evolve_mime jr._singular": "Haz evolucionar un Mime Jr.", + "quest_title_quest_evolve_minccino_singular": "Haz evolucionar un Minccino", + "quest_title_quest_evolve_misdreavus_singular": "Haz evolucionar un Misdreavus", + "quest_title_quest_evolve_monferno_singular": "Haz evolucionar un Monferno", + "quest_title_quest_evolve_mr. mime_singular": "Haz evolucionar un Mr. Mime", + "quest_title_quest_evolve_mudkip_singular": "Haz evolucionar un Mudkip", + "quest_title_quest_evolve_munchlax_singular": "Haz evolucionar un Munchlax", + "quest_title_quest_evolve_munna_singular": "Haz evolucionar un Munna", + "quest_title_quest_evolve_murkrow_singular": "Haz evolucionar un Murkrow", + "quest_title_quest_evolve_natu_singular": "Haz evolucionar un Natu", + "quest_title_quest_evolve_nidoranfemale_singular": "Haz evolucionar un Nidoran♀", + "quest_title_quest_evolve_nidoranmale_singular": "Haz evolucionar un Nidoran♂", + "quest_title_quest_evolve_nidorina_singular": "Haz evolucionar un Nidorina", + "quest_title_quest_evolve_nidorino_singular": "Haz evolucionar un Nidorino", + "quest_title_quest_evolve_nincada_singular": "Haz evolucionar un Nincada", + "quest_title_quest_evolve_noibat_singular": "Haz evolucionar un Noibat", + "quest_title_quest_evolve_nosepass_singular": "Haz evolucionar un Nosepass", + "quest_title_quest_evolve_numel_singular": "Haz evolucionar un Numel", + "quest_title_quest_evolve_nuzleaf_singular": "Haz evolucionar un Nuzleaf", + "quest_title_quest_evolve_oddish_singular": "Haz evolucionar un Oddish", + "quest_title_quest_evolve_omanyte_singular": "Haz evolucionar un Omanyte", + "quest_title_quest_evolve_onix_singular": "Haz evolucionar un Onix", + "quest_title_quest_evolve_oshawott_singular": "Haz evolucionar un Oshawott", + "quest_title_quest_evolve_palpitoad_singular": "Haz evolucionar un Palpitoad", + "quest_title_quest_evolve_pancham_singular": "Haz evolucionar un Pancham", + "quest_title_quest_evolve_panpour_singular": "Haz evolucionar un Panpour", + "quest_title_quest_evolve_pansage_singular": "Haz evolucionar un Pansage", + "quest_title_quest_evolve_pansear_singular": "Haz evolucionar un Pansear", + "quest_title_quest_evolve_paras_singular": "Haz evolucionar un Paras", + "quest_title_quest_evolve_patrat_singular": "Haz evolucionar un Patrat", + "quest_title_quest_evolve_pawniard_singular": "Haz evolucionar un Pawniard", + "quest_title_quest_evolve_petilil_singular": "Haz evolucionar un Petilil", + "quest_title_quest_evolve_phanpy_singular": "Haz evolucionar un Phanpy", + "quest_title_quest_evolve_phantump_singular": "Haz evolucionar un Phantump", + "quest_title_quest_evolve_pichu_singular": "Haz evolucionar un Pichu", + "quest_title_quest_evolve_pidgeotto_singular": "Haz evolucionar un Pidgeotto", + "quest_title_quest_evolve_pidgey_singular": "Haz evolucionar un Pidgey", + "quest_title_quest_evolve_pidove_singular": "Haz evolucionar un Pidove", + "quest_title_quest_evolve_pignite_singular": "Haz evolucionar un Pignite", + "quest_title_quest_evolve_pikachu_singular": "Haz evolucionar un Pikachu", + "quest_title_quest_evolve_piloswine_plural": "Haz evolucionar {{amount_0}} Piloswine", + "quest_title_quest_evolve_piloswine_singular": "Haz evolucionar un Piloswine", + "quest_title_quest_evolve_pineco_singular": "Haz evolucionar un Pineco", + "quest_title_quest_evolve_piplup_singular": "Haz evolucionar un Piplup", + "quest_title_quest_evolve_plural": "Haz evolucionar {{amount_0}} Pokémon", + "quest_title_quest_evolve_poison_type_singular": "Haz evolucionar un Pokémon de tipo Veneno", + "quest_title_quest_evolve_poliwag_singular": "Haz evolucionar un Poliwag", + "quest_title_quest_evolve_poliwhirl_singular": "Haz evolucionar un Poliwhirl", + "quest_title_quest_evolve_ponyta_singular": "Haz evolucionar un Ponyta", + "quest_title_quest_evolve_poochyena_singular": "Haz evolucionar un Poochyena", + "quest_title_quest_evolve_porygon2_singular": "Haz evolucionar un Porygon2", + "quest_title_quest_evolve_prinplup_singular": "Haz evolucionar un Prinplup", + "quest_title_quest_evolve_psyduck_singular": "Haz evolucionar un Psyduck", + "quest_title_quest_evolve_pumpkaboo_singular": "Haz evolucionar un Pumpkaboo", + "quest_title_quest_evolve_pupitar_singular": "Haz evolucionar un Pupitar", + "quest_title_quest_evolve_purrloin_singular": "Haz evolucionar un Purrloin", + "quest_title_quest_evolve_quilava": "Haz evolucionar a tu Quilava", + "quest_title_quest_evolve_quilava_singular": "Haz evolucionar un Quilava", + "quest_title_quest_evolve_quilladin_singular": "Haz evolucionar un Quilladin", + "quest_title_quest_evolve_qwilfish_singular": "Haz evolucionar un Qwilfish", + "quest_title_quest_evolve_ralts_singular": "Haz evolucionar un Ralts", + "quest_title_quest_evolve_rattata_singular": "Haz evolucionar un Rattata", + "quest_title_quest_evolve_remoraid_singular": "Haz evolucionar un Remoraid", + "quest_title_quest_evolve_rhydon_singular": "Haz evolucionar un Rhydon", + "quest_title_quest_evolve_rhyhorn_singular": "Haz evolucionar un Rhyhorn", + "quest_title_quest_evolve_riolu_singular": "Haz evolucionar un Riolu", + "quest_title_quest_evolve_roggenrola_singular": "Haz evolucionar un Roggenrola", + "quest_title_quest_evolve_roselia_singular": "Haz evolucionar un Roselia", + "quest_title_quest_evolve_rufflet_singular": "Haz evolucionar un Rufflet", + "quest_title_quest_evolve_sandile_singular": "Haz evolucionar un Sandile", + "quest_title_quest_evolve_sandshrew_singular": "Haz evolucionar un Sandshrew", + "quest_title_quest_evolve_sb_singular": "Haz evolucionar un Snubbull", + "quest_title_quest_evolve_scatterbug_singular": "Haz evolucionar un Scatterbug", + "quest_title_quest_evolve_scraggy_singular": "Haz evolucionar un Scraggy", + "quest_title_quest_evolve_scyther_singular": "Haz evolucionar un Scyther", + "quest_title_quest_evolve_seadra_singular": "Haz evolucionar un Seadra", + "quest_title_quest_evolve_sealeo_singular": "Haz evolucionar un Sealeo", + "quest_title_quest_evolve_seedot_singular": "Haz evolucionar un Seedot", + "quest_title_quest_evolve_seel_singular": "Haz evolucionar un Seel", + "quest_title_quest_evolve_sentret_singular": "Haz evolucionar un Sentret", + "quest_title_quest_evolve_servine_singular": "Haz evolucionar un Servine", + "quest_title_quest_evolve_sewaddle_singular": "Haz evolucionar un Sewaddle", + "quest_title_quest_evolve_shelgon_singular": "Haz evolucionar un Shelgon", + "quest_title_quest_evolve_shellder_singular": "Haz evolucionar un Shellder", + "quest_title_quest_evolve_shellos_singular": "Haz evolucionar un Shellos", + "quest_title_quest_evolve_shelmet_singular": "Haz evolucionar un Shelmet", + "quest_title_quest_evolve_shieldon_singular": "Haz evolucionar un Shieldon", + "quest_title_quest_evolve_shinx_singular": "Haz evolucionar un Shinx", + "quest_title_quest_evolve_shroomish_singular": "Haz evolucionar un Shroomish", + "quest_title_quest_evolve_shuckle_singular": "Haz evolucionar un Shuckle", + "quest_title_quest_evolve_shuppet_singular": "Haz evolucionar un Shuppet", + "quest_title_quest_evolve_silcoon_singular": "Haz evolucionar un Silcoon", + "quest_title_quest_evolve_singular": "Haz evolucionar 1 Pokémon", + "quest_title_quest_evolve_skiddo_singular": "Haz evolucionar un Skiddo", + "quest_title_quest_evolve_skiploom_singular": "Haz evolucionar un Skiploom", + "quest_title_quest_evolve_skitty_singular": "Haz evolucionar un Skitty", + "quest_title_quest_evolve_skorupi_singular": "Haz evolucionar un Skorupi", + "quest_title_quest_evolve_skrelp_singular": "Haz evolucionar un Skrelp", + "quest_title_quest_evolve_slakoth_singular": "Haz evolucionar un Slakoth", + "quest_title_quest_evolve_sliggoo_singular": "Haz evolucionar un Sliggoo", + "quest_title_quest_evolve_slowpoke_plural": "Haz evolucionar {{amount_0}} Slowpoke", + "quest_title_quest_evolve_slowpoke_singular": "Haz evolucionar un Slowpoke", + "quest_title_quest_evolve_slugma_singular": "Haz evolucionar un Slugma", + "quest_title_quest_evolve_smoochum_singular": "Haz evolucionar un Smoochum", + "quest_title_quest_evolve_sneasel_singular": "Haz evolucionar un Sneasel", + "quest_title_quest_evolve_snivy_singular": "Haz evolucionar un Snivy", + "quest_title_quest_evolve_snorunt_singular": "Haz evolucionar un Snorunt", + "quest_title_quest_evolve_snover_singular": "Haz evolucionar un Snover", + "quest_title_quest_evolve_snubbull_singular": "Haz evolucionar un Snubbull", + "quest_title_quest_evolve_solosis_singular": "Haz evolucionar un Solosis", + "quest_title_quest_evolve_spearow_singular": "Haz evolucionar un Spearow", + "quest_title_quest_evolve_special_drowzee": "Haz evolucionar 1 Drowzee", + "quest_title_quest_evolve_special_feebas_singular": "Haz evolucionar 1 Feebas", + "quest_title_quest_evolve_special_galarian_mrmime": "Haz evolucionar un Mr. Mime de Galar", + "quest_title_quest_evolve_special_galarian_slowpoke": "Haz evolucionar a Slowpoke de Galar", + "quest_title_quest_evolve_special_grimer": "Haz evolucionar 1 Grimer", + "quest_title_quest_evolve_special_magnemite": "Haz evolucionar un Magnemite", + "quest_title_quest_evolve_special_scyther": "Haz evolucionar 1 Scyther", + "quest_title_quest_evolve_special0_singular": "Haz evolucionar 1 Magikarp", + "quest_title_quest_evolve_special1_plural": "Haz evolucionar {{amount_0}} Pidgey", + "quest_title_quest_evolve_special1_singular": "Haz evolucionar 1 Horsea", + "quest_title_quest_evolve_special2_singular": "Haz evolucionar 1 Meowth", + "quest_title_quest_evolve_spewpa_singular": "Haz evolucionar un Spewpa", + "quest_title_quest_evolve_spheal_singular": "Haz evolucionar un Spheal", + "quest_title_quest_evolve_spinarak_singular": "Haz evolucionar un Spinarak", + "quest_title_quest_evolve_spoink_singular": "Haz evolucionar un Spoink", + "quest_title_quest_evolve_spritzee_singular": "Haz evolucionar un Spritzee", + "quest_title_quest_evolve_squirtle_singular": "Haz evolucionar un Squirtle", + "quest_title_quest_evolve_staravia_singular": "Haz evolucionar un Staravia", + "quest_title_quest_evolve_starly_singular": "Haz evolucionar un Starly", + "quest_title_quest_evolve_staryu_singular": "Haz evolucionar un Staryu", + "quest_title_quest_evolve_steelix_singular": "Haz evolucionar un Steelix", + "quest_title_quest_evolve_stunky_singular": "Haz evolucionar un Stunky", + "quest_title_quest_evolve_sunkern_singular": "Haz evolucionar un Sunkern", + "quest_title_quest_evolve_sunstone_singular": "Usa 1 Piedra Solar para hacer evolucionar a Gloom o Sunkern", + "quest_title_quest_evolve_surskit_singular": "Haz evolucionar un Surskit", + "quest_title_quest_evolve_swablu_singular": "Haz evolucionar un Swablu", + "quest_title_quest_evolve_swadloon_singular": "Haz evolucionar un Swadloon", + "quest_title_quest_evolve_swinub_singular": "Haz evolucionar un Swinub", + "quest_title_quest_evolve_swirlix_singular": "Haz evolucionar un Swirlix", + "quest_title_quest_evolve_taillow_singular": "Haz evolucionar un Taillow", + "quest_title_quest_evolve_tangela_singular": "Haz evolucionar un Tangela", + "quest_title_quest_evolve_teddiursa_singular": "Haz evolucionar un Teddiursa", + "quest_title_quest_evolve_tentacool_singular": "Haz evolucionar un Tentacool", + "quest_title_quest_evolve_tepig_singular": "Haz evolucionar un Tepig", + "quest_title_quest_evolve_timburr_singular": "Haz evolucionar un Timburr", + "quest_title_quest_evolve_tirtouga_singular": "Haz evolucionar un Tirtouga", + "quest_title_quest_evolve_togepi_singular": "Haz evolucionar un Togepi", + "quest_title_quest_evolve_togetic_singular": "Haz evolucionar un Togetic", + "quest_title_quest_evolve_torchic_singular": "Haz evolucionar un Torchic", + "quest_title_quest_evolve_totodile": "Haz evolucionar a tu Totodile", + "quest_title_quest_evolve_totodile_singular": "Haz evolucionar un Totodile", + "quest_title_quest_evolve_tranquill_singular": "Haz evolucionar un Tranquill", + "quest_title_quest_evolve_trapinch_singular": "Haz evolucionar un Trapinch", + "quest_title_quest_evolve_treecko_singular": "Haz evolucionar un Treecko", + "quest_title_quest_evolve_trubbish_singular": "Haz evolucionar un Trubbish", + "quest_title_quest_evolve_turtwig_singular": "Haz evolucionar un Turtwig", + "quest_title_quest_evolve_tympole_singular": "Haz evolucionar un Tympole", + "quest_title_quest_evolve_tynamo_singular": "Haz evolucionar un Tynamo", + "quest_title_quest_evolve_type_dark_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Siniestro", + "quest_title_quest_evolve_type_dragon_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Dragón", + "quest_title_quest_evolve_type_dragon_singular": "Haz evolucionar un Pokémon de tipo Dragón", + "quest_title_quest_evolve_type_electric_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Eléctrico.", + "quest_title_quest_evolve_type_electric_singular": "Haz evolucionar un Pokémon de tipo Eléctrico.", + "quest_title_quest_evolve_type_fairy_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Hada", + "quest_title_quest_evolve_type_fairy_singular": "Haz evolucionar un Pokémon de tipo Hada", + "quest_title_quest_evolve_type_fire_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Fuego", + "quest_title_quest_evolve_type_fire_singular": "Haz evolucionar 1 Pokémon de tipo Fuego", + "quest_title_quest_evolve_type_flying_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Volador.", + "quest_title_quest_evolve_type_flying_singular": "Haz evolucionar 1 Pokémon de tipo Volador.", + "quest_title_quest_evolve_type_ghost_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Fantasma", + "quest_title_quest_evolve_type_ghost_single": "Haz evolucionar un Pokémon de tipo Fantasma", + "quest_title_quest_evolve_type_grass_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Planta", + "quest_title_quest_evolve_type_grass_singular": "Haz evolucionar un Pokémon de tipo Planta", + "quest_title_quest_evolve_type_ice_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Hielo.", + "quest_title_quest_evolve_type_ice_singular": "Haz evolucionar un Pokémon de tipo Hielo.", + "quest_title_quest_evolve_type_poison_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Veneno", + "quest_title_quest_evolve_type_psychic_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Psíquico", + "quest_title_quest_evolve_type_psychic_singular": "Haz evolucionar 1 Pokémon de tipo Psíquico", + "quest_title_quest_evolve_type_rock_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Roca", + "quest_title_quest_evolve_type_steel_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Acero", + "quest_title_quest_evolve_type_water_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Agua", + "quest_title_quest_evolve_type_water_singular": "Haz evolucionar 1 Pokémon de tipo Agua.", + "quest_title_quest_evolve_tyrogue_singular": "Haz evolucionar un Tyrogue", + "quest_title_quest_evolve_tyrunt_singular": "Haz evolucionar un Tyrunt", + "quest_title_quest_evolve_umbreon": "Haz evolucionar 1 Eevee a Umbreon por la noche", + "quest_title_quest_evolve_vanillish_singular": "Haz evolucionar un Vanillish", + "quest_title_quest_evolve_vanillite_singular": "Haz evolucionar un Vanillite", + "quest_title_quest_evolve_venipede_singular": "Haz evolucionar un Venipede", + "quest_title_quest_evolve_venonat_singular": "Haz evolucionar un Venonat", + "quest_title_quest_evolve_vibrava_singular": "Haz evolucionar un Vibrava", + "quest_title_quest_evolve_vigoroth_singular": "Haz evolucionar un Vigoroth", + "quest_title_quest_evolve_volbeat_singular": "Haz evolucionar un Volbeat", + "quest_title_quest_evolve_voltorb_singular": "Haz evolucionar un Voltorb", + "quest_title_quest_evolve_vullaby_singular": "Haz evolucionar un Vullaby", + "quest_title_quest_evolve_vulpix_singular": "Haz evolucionar un Vulpix", + "quest_title_quest_evolve_wailmer_singular": "Haz evolucionar un Wailmer", + "quest_title_quest_evolve_wartortle_singular": "Haz evolucionar un Wartortle", + "quest_title_quest_evolve_weedle_singular": "Haz evolucionar un Weedle", + "quest_title_quest_evolve_weepinbell_singular": "Haz evolucionar un Weepinbell", + "quest_title_quest_evolve_whirlipede_singular": "Haz evolucionar un Whirlipede", + "quest_title_quest_evolve_whismur_singular": "Haz evolucionar un Whismur", + "quest_title_quest_evolve_wingull_singular": "Haz evolucionar un Wingull", + "quest_title_quest_evolve_woobat_singular": "Haz evolucionar un Woobat", + "quest_title_quest_evolve_wooper_singular": "Haz evolucionar un Wooper", + "quest_title_quest_evolve_wurmple_singular": "Haz evolucionar un Wurmple", + "quest_title_quest_evolve_wynaut_singular": "Haz evolucionar un Wynaut", + "quest_title_quest_evolve_yamask_singular": "Haz evolucionar un Yamask", + "quest_title_quest_evolve_yanma_singular": "Haz evolucionar un Yanma", + "quest_title_quest_evolve_zigzagoon_singular": "Haz evolucionar un Zigzagoon", + "quest_title_quest_evolve_zorua_singular": "Haz evolucionar un Zorua", + "quest_title_quest_evolve_zubat_singular": "Haz evolucionar un Zubat", + "quest_title_quest_evolve_zweilous_singular": "Haz evolucionar un Zweilous", + "quest_title_quest_explore_buddy": "Consigue 1 Caramelo explorando con tu compañero", + "quest_title_quest_explore_buddy_carbink": "Consigue un Caramelo explorando con Carbink como tu compañero", + "quest_title_quest_explore_buddy_plural": "Consigue {{amount_0}} Caramelos explorando con tu compañero", + "quest_title_quest_explore_buddy_routes_plural": "Consigue {{amount_0}} Caramelos explorando Rutas con tu compañero", + "quest_title_quest_explore_buddy_routes_singular": "Consigue 1 Caramelo explorando Rutas con tu compañero", + "quest_title_quest_explore_km": "Explora {{amount_0}} km", + "quest_title_quest_explore_km_party": "Explora {{amount_0}} km mientras estás en un equipo", + "quest_title_quest_febresearchday_battle_gym_singular": "Investigación de Clamperl: Combate en 1 Gimnasio", + "quest_title_quest_febresearchday_battle_raid_singular": "Investigación de Clamperl: Combate en 1 incursión", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Investigación de Clamperl: Usa un ataque cargado supereficaz en un combate de Gimnasio", + "quest_title_quest_febresearchday_catch_feed_plural": "Investigación de Clamperl: Usa {{amount_0}} bayas para ayudarte a capturar Pokémon", + "quest_title_quest_febresearchday_catch_special1_singular": "Investigación de Clamperl: Captura un Magikarp o Wailmer", + "quest_title_quest_febresearchday_catch_special2_singular": "Investigación de Clamperl: Captura un Psyduck o Krabby", + "quest_title_quest_febresearchday_catch_type_water_plural": "Investigación de Clamperl: Captura {{amount_0}} Pokémon de tipo Agua", + "quest_title_quest_febresearchday_evolve_type_water_plural": "Investigación de Clamperl: Haz evolucionar {{amount_0}} Pokémon de tipo Agua", + "quest_title_quest_febresearchday_land_curveball_plural": "Investigación de Clamperl: Haz {{amount_0}} lanzamientos de bola curva", + "quest_title_quest_febresearchday_land_great_plural": "Investigación de Clamperl: Haz {{amount_0}} grandes lanzamientos", + "quest_title_quest_febresearchday_land_inarow_great_plural": "Investigación de Clamperl: Haz {{amount_0}} grandes lanzamientos seguidos", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "Investigación de Clamperl: Haz {{amount_0}} buenos lanzamientos seguidos", + "quest_title_quest_febresearchday_land_nice_plural": "Investigación de Clamperl: Haz {{amount_0}} buenos lanzamientos", + "quest_title_quest_febresearchday_visit_pokestops_plural": "Investigación de Clamperl: Da vueltas a {{amount_0}} fotodiscos en Poképaradas", + "quest_title_quest_feed_buddy_multiple": "Alimenta a tu compañero {{amount_0}} veces", + "quest_title_quest_feed_buddy_singular": "Dale alimento a tu compañero", + "quest_title_quest_feed_goldenrazz_plural": "Usa {{amount_0}} Bayas Frambu doradas para ayudarte a capturar Pokémon", + "quest_title_quest_feed_nanab_plural": "Usa {{amount_0}} Bayas Latano mientras capturas Pokémon", + "quest_title_quest_feed_pinaps_plural": "Usa {{amount_0}} Bayas Pinia mientras atrapas Pokémon", + "quest_title_quest_feed_razz_plural": "Usa {{amount_0}} Bayas Frambu para ayudarte a capturar Pokémon", + "quest_title_quest_fennekin_catch_b": "Captura {{amount_0}} Fennekin", + "quest_title_quest_fennekin_evolve_b": "Haz evolucionar {{amount_0}} Fennekin", + "quest_title_quest_fennekin_snapshot_b": "Consigue una instantánea de {{amount_0}} Fennekin", + "quest_title_quest_field_research_plural": "Completa {{amount_0}} tareas de investigación de campo", + "quest_title_quest_field_research_singular": "Completa una tarea de investigación de campo", + "quest_title_quest_fight_type_bug_plural": "Derrota a {{amount_0}} Pokémon de tipo Bicho", + "quest_title_quest_fight_type_dark_plural": "Derrota a {{amount_0}} Pokémon de tipo Siniestro", + "quest_title_quest_fight_type_dark_steel_plural": "Derrota a {{amount_0}} Pokémon de tipo Siniestro o Acero", + "quest_title_quest_fight_type_dragon_plural": "Derrota a {{amount_0}} Pokémon de tipo Dragón", + "quest_title_quest_fight_type_electric_plural": "Derrota a {{amount_0}} Pokémon de tipo Eléctrico", + "quest_title_quest_fight_type_fairy_plural": "Derrota a {{amount_0}} Pokémon de tipo Hada", + "quest_title_quest_fight_type_fighting_plural": "Derrota a {{amount_0}} Pokémon de tipo Lucha", + "quest_title_quest_fight_type_fire_plural": "Derrota a {{amount_0}} Pokémon de tipo Fuego", + "quest_title_quest_fight_type_flying_plural": "Derrota a {{amount_0}} Pokémon de tipo Volador", + "quest_title_quest_fight_type_ghost_fighting_plural": "Derrota a {{amount_0}} Pokémon de tipo Lucha o Fantasma", + "quest_title_quest_fight_type_ghost_plural": "Derrota a {{amount_0}} Pokémon de tipo Fantasma", + "quest_title_quest_fight_type_ghost_psychic_plural": "Derrota a {{amount_0}} Pokémon de tipo Psíquico o Fantasma", + "quest_title_quest_fight_type_grass_plural": "Derrota a {{amount_0}} Pokémon de tipo Planta", + "quest_title_quest_fight_type_ground_plural": "Derrota a {{amount_0}} Pokémon de tipo Tierra", + "quest_title_quest_fight_type_ice_plural": "Derrota a {{amount_0}} Pokémon de tipo Hielo", + "quest_title_quest_fight_type_normal_plural": "Derrota a {{amount_0}} Pokémon de tipo Normal", + "quest_title_quest_fight_type_normal_psychic_plural": "Derrota a {{amount_0}} Pokémon de tipo Normal o Psíquico", + "quest_title_quest_fight_type_poison_plural": "Derrota a {{amount_0}} Pokémon de tipo Veneno", + "quest_title_quest_fight_type_psychic_plural": "Derrota a {{amount_0}} Pokémon de tipo Psíquico", + "quest_title_quest_fight_type_rock_plural": "Derrota a {{amount_0}} Pokémon de tipo Roca", + "quest_title_quest_fight_type_steel_plural": "Derrota a {{amount_0}} Pokémon de tipo Acero", + "quest_title_quest_fight_type_water_plural": "Derrota a {{amount_0}} Pokémon de tipo Agua", + "quest_title_quest_first_catch_of_the_day": "Primera captura del día", + "quest_title_quest_first_pokestop_of_the_day": "Primera Poképarada del día", + "quest_title_quest_flaaffy_evolve_b": "Haz evolucionar {{amount_0}} Flaaffy", + "quest_title_quest_flett_catch_b": "Captura {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_b": "Haz evolucionar {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_s1": "Haz evolucionar {{amount_0}} Fletchinder", + "quest_title_quest_floragato_evolve_b": "Haz evolucionar a Floragato", + "quest_title_quest_fraxure_evolve_b": "Haz evolucionar {{amount_0}} Fraxure", + "quest_title_quest_froakie_catch_b": "Captura {{amount_0}} Froakie", + "quest_title_quest_froakie_evolve_b": "Haz evolucionar {{amount_0}} Froakie", + "quest_title_quest_froakie_snapshot_b": "Consigue una instantánea de {{amount_0}} Froakie", + "quest_title_quest_frogadier_evolve_b": "Haz evolucionar {{amount_0}} Frogadier", + "quest_title_quest_fuecoco_evolve_b": "Haz evolucionar a Fuecoco", + "quest_title_quest_fuse_necrozma": "Fusiona a Necrozma", + "quest_title_quest_gbl_rank": "Alcanza el rango {{amount_0}} en la Liga Combates GO", + "quest_title_quest_gbl_rank_fifteen": "Alcanza el rango 15 en la Liga Combates GO", + "quest_title_quest_gbl_rank_five": "Alcanza el rango 5 en la Liga Combates GO", + "quest_title_quest_gbl_rank_ten": "Alcanza el rango 10 en la Liga Combates GO", + "quest_title_quest_gbl_rank_twenty": "Alcanza el rango 20 en la Liga Combates GO", + "quest_title_quest_get_cell_singular": "Encuentra 1 célula de Zygarde", + "quest_title_quest_giblt_catch_b": "Captura {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_b": "Haz evolucionar {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_s1": "Haz evolucionar {{amount_0}} Gabite", + "quest_title_quest_gift_open_plural": "Abre {{amount_0}} regalos", + "quest_title_quest_gift_open_singular": "Abre un regalo", + "quest_title_quest_go_for_a_spin_00": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (1 de 8)", + "quest_title_quest_go_for_a_spin_01": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (2 de 8)", + "quest_title_quest_go_for_a_spin_02": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (3 de 8)", + "quest_title_quest_go_for_a_spin_03": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (4 de 8)", + "quest_title_quest_go_for_a_spin_04": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (5 de 8)", + "quest_title_quest_go_for_a_spin_05": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (6 de 8)", + "quest_title_quest_go_for_a_spin_06": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (7 de 8)", + "quest_title_quest_go_for_a_spin_07": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (8 de 8)", + "quest_title_quest_go_tour_snapshot_habitat_01": "Consigue una instantánea con tu compañero en Arena Abrasadora", + "quest_title_quest_go_tour_snapshot_habitat_02": "Consigue una instantánea con tu compañero en Niebla Misteriosa", + "quest_title_quest_go_tour_snapshot_habitat_03": "Consigue una instantánea con tu compañero en Tierra Frondosa", + "quest_title_quest_go_tour_snapshot_habitat_04": "Consigue una instantánea con tu compañero en Costas Ancestrales", + "quest_title_quest_gold_hoenn_dex": "Consigue 1 insignia de Hoenn dorada", + "quest_title_quest_gold_medal_plural": "Consigue {{amount_0}} insignias doradas", + "quest_title_quest_gold_medal_plural_five": "Consigue 5 insignias doradas", + "quest_title_quest_gold_medal_singular": "Consigue una insignia dorada", + "quest_title_quest_goomy_catch_b": "Captura {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_plural": "Haz evolucionar {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_singular": "Haz evolucionar un Goomy", + "quest_title_quest_grookey_evolve": "Haz evolucionar un Grookey", + "quest_title_quest_grubbin_catch_b": "Captura {{amount_0}} Grubbin", + "quest_title_quest_grubbin_evolve_b": "Haz evolucionar {{amount_0}} Grubbin", + "quest_title_quest_grubbin_snapshot_b": "Consigue una instantánea de {{amount_0}} Grubbin", + "quest_title_quest_gt_catch_b": "Captura {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_b": "Haz evolucionar {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_s1": "Haz evolucionar {{amount_0}} Haunter", + "quest_title_quest_gulpin_catch": "Captura {{amount_0}} Gulpin", + "quest_title_quest_gurdurr_evolve_b": "Haz evolucionar {{amount_0}} Gurdurr", + "quest_title_quest_hallo19_catch_specific_plural": "Captura {{amount_0}} Poochyena o Houndour", + "quest_title_quest_hallo19_catch_type_dark_plural": "Captura {{amount_0}} Pokémon de tipo Siniestro", + "quest_title_quest_hallo19_catch_type_ghost_plural": "Captura {{amount_0}} Pokémon de tipo Fantasma", + "quest_title_quest_hallo19_evolve_plural": "Haz evolucionar {{amount_0}} Duskull o Shuppet", + "quest_title_quest_hallo19_transfer_plural": "Transfiere {{amount_0}} Pokémon", + "quest_title_quest_hatch_egg_plural": "Haz eclosionar {{amount_0}} Huevos", + "quest_title_quest_hatch_egg_routes_plural": "Haz eclosionar {{amount_0}} Huevos mientras caminas por Rutas", + "quest_title_quest_hatch_egg_routes_singular": "Haz eclosionar 1 Huevo mientras caminas por una Ruta", + "quest_title_quest_hatch_egg_singular": "Haz eclosionar 1 Huevo", + "quest_title_quest_hoenn_celebration_research": "Investigación de celebración de Hoenn", + "quest_title_quest_hoenn19_catch_specific_plural": "Celebración de Hoenn: Captura {{amount_0}} Zigzagoon o Taillow", + "quest_title_quest_hoenn19_evolve_specific_plural": "Celebración de Hoenn: Haz evolucionar {{amount_0}} Wurmple", + "quest_title_quest_hoenn19_hatch_eggs": "Celebración de Hoenn: Haz eclosionar {{amount_0}} Huevos", + "quest_title_quest_hoppt_catch_b": "Captura {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_b": "Haz evolucionar {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_s1": "Haz evolucionar {{amount_0}} Skiploom", + "quest_title_quest_incense_or_dai_plural": "Usa {{amount_0}} Inciensos o Inciensos de aventura diarios", + "quest_title_quest_incense_or_dai_singular": "Usa un Incienso o Incienso de aventura diario", + "quest_title_quest_incense_plural": "Usa {{amount_0}} Inciensos", + "quest_title_quest_incense_routes_plural": "Usa {{amount_0}} Inciensos mientras caminas por Rutas", + "quest_title_quest_incense_routes_singular": "Usa 1 Incienso mientras caminas por una Ruta", + "quest_title_quest_incense_singular": "Usa un Incienso", + "quest_title_quest_jan19rsd_buddywalk_singular": "Investigación de Feebas: Consigue 1 Caramelo caminando con tu compañero", + "quest_title_quest_jan19rsd_hatch_egg_singular": "Investigación de Feebas: Haz eclosionar 1 Huevo", + "quest_title_quest_jan19rsd_land_great_plural": "Investigación de Feebas: Acierta {{amount_0}} grandes lanzamientos", + "quest_title_quest_jan19rsd_land_nice_plural": "Investigación de Feebas: Acierta {{amount_0}} buenos lanzamientos", + "quest_title_quest_johtofestival_catch_special17_plural": "Festival de Johto: Captura {{amount_0}} Sunkern", + "quest_title_quest_johtofestival_catch_type_water_plural": "Festival de Johto: Captura {{amount_0}} Pokémon de tipo Agua", + "quest_title_quest_johtofestival_evolve_plural": "Festival de Johto: Haz evolucionar {{amount_0}} Sunkern o Natu", + "quest_title_quest_johtofestival_land_excellent_plural": "Festival de Johto: Haz {{amount_0}} lanzamientos excelentes", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Festival de Johto: Acierta {{amount_0}} grandes lanzamientos de bola curva seguidos", + "quest_title_quest_johtofestival_win_raid_singular": "Festival de Johto: Gana en 1 incursión", + "quest_title_quest_kanto_green_bellsprout": "Tour de GO: Captura Bellsprout", + "quest_title_quest_kanto_green_meowth": "Tour de GO: Captura Meowth", + "quest_title_quest_kanto_green_sandshrew": "Tour de GO: Captura Sandshrew", + "quest_title_quest_kanto_green_vulpix": "Tour de GO: Captura Vulpix para intercambiar", + "quest_title_quest_kanto_hatch_plural": "Tour de GO en Kanto: Eclosiona {{amount_0}} Huevos", + "quest_title_quest_kanto_hatch_singular": "Tour de GO en Kanto: Eclosiona un Huevo", + "quest_title_quest_kanto_npc_plural": "Tour de GO en Kanto: Derrota a {{amount_0}} rivales del Tour de GO", + "quest_title_quest_kanto_npc_singular": "Tour de GO en Kanto: Derrota a un rival del Tour de GO", + "quest_title_quest_kanto_red_ekans": "Tour de GO: Captura Ekans", + "quest_title_quest_kanto_red_growlithe": "Tour de GO: Captura Growlithe", + "quest_title_quest_kanto_red_mankey": "Tour de GO: Captura Mankey", + "quest_title_quest_kanto_red_oddish": "Tour de GO: Captura Oddish", + "quest_title_quest_kecleon_catch": "Captura {{amount_0}} Kecleon", + "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "Haz {{amount_0}} lanzamientos de bola curva con Pokémon de tipo Fantasma", + "quest_title_quest_land_curveball_plural": "Haz {{amount_0}} lanzamientos de bola curva", + "quest_title_quest_land_curveball_singular": "Haz un lanzamiento de bola curva", + "quest_title_quest_land_excellent_curveball_plural": "Haz {{amount_0}} lanzamientos excelentes de bola curva", + "quest_title_quest_land_excellent_curveball_singular": "Haz un lanzamiento excelente de bola curva", + "quest_title_quest_land_excellent_plural": "Haz {{amount_0}} lanzamientos excelentes", + "quest_title_quest_land_excellent_singular": "Haz un lanzamiento excelente", + "quest_title_quest_land_great_curve_inarow_type_ghost": "Haz {{amount_0}} grandes lanzamientos de bola curva seguidos con Pokémon de tipo Fantasma", + "quest_title_quest_land_great_curve_type_ghost": "Haz {{amount_0}} grandes lanzamientos de bola curva con Pokémon de tipo Fantasma", + "quest_title_quest_land_great_curveball_plural": "Acierta {{amount_0}} grandes lanzamientos de bola curva", + "quest_title_quest_land_great_curveball_singular": "Haz un gran lanzamiento de bola curva", + "quest_title_quest_land_great_plural": "Haz {{amount_0}} grandes lanzamientos", + "quest_title_quest_land_great_singular": "Haz un gran lanzamiento", + "quest_title_quest_land_great_type_ghost": "Haz {{amount_0}} grandes lanzamientos con Pokémon de tipo Fantasma", + "quest_title_quest_land_inarow_curveball_plural": "Haz {{amount_0}} lanzamientos de bola curva seguidos", + "quest_title_quest_land_inarow_excellent_curveball_plural": "Haz {{amount_0}} lanzamientos excelentes de bola curva seguidos", + "quest_title_quest_land_inarow_excellent_plural": "Haz {{amount_0}} lanzamientos excelentes seguidos", + "quest_title_quest_land_inarow_great_curveball_plural": "Haz {{amount_0}} grandes lanzamientos de bola curva seguidos", + "quest_title_quest_land_inarow_great_plural": "Haz {{amount_0}} grandes lanzamientos seguidos", + "quest_title_quest_land_inarow_nice_curveball_plural": "Haz {{amount_0}} buenos lanzamientos de bola curva seguidos", + "quest_title_quest_land_inarow_nice_plural": "Haz {{amount_0}} buenos lanzamientos seguidos", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "Haz {{amount_0}} buenos lanzamientos de bola curva seguidos con Pokémon de tipo Fantasma", + "quest_title_quest_land_nice_curve_plural": "Haz {{amount_0}} buenos lanzamientos de bola curva", + "quest_title_quest_land_nice_curve_singular": "Haz un buen lanzamiento de bola curva ", + "quest_title_quest_land_nice_curve_type_ghost": "Haz {{amount_0}} buenos lanzamientos de bola curva con Pokémon de tipo Fantasma", + "quest_title_quest_land_nice_electric_plural": "Captura {{amount_0}} Pokémon de tipo Eléctrico con buenos lanzamientos.", + "quest_title_quest_land_nice_plural": "Haz {{amount_0}} buenos lanzamientos", + "quest_title_quest_land_nice_singular": "Haz un buen lanzamiento", + "quest_title_quest_land_nice_type_ghost": "Haz {{amount_0}} buenos lanzamientos con Pokémon de tipo Fantasma", + "quest_title_quest_larvitar_cdc_evolve_b": "Haz evolucionar {{amount_0}} Larvitar", + "quest_title_quest_larvitar_cdc_snapshot_b": "Consigue una instantánea de {{amount_0}} Larvitar", + "quest_title_quest_latias_wild_snap": "Consigue una instantánea de Latias en estado salvaje", + "quest_title_quest_latios_wild_snap": "Consigue una instantánea de Latios en estado salvaje", + "quest_title_quest_litten_catch_b": "Captura {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_plural": "Haz evolucionar {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_singular": "Haz evolucionar un Litten", + "quest_title_quest_litten_snapshot_b": "Consigue una instantánea de {{amount_0}} Litten", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "Desafía a un Entrenador que se encuentre cerca de ti escaneando su código de combate.", + "quest_title_quest_lucky_plural": "Consigue {{amount_0}} Pokémon con suerte en intercambios", + "quest_title_quest_lucky_singular": "Consigue un Pokémon con suerte en intercambios", + "quest_title_quest_lunar19_friends_trade_plural": "Intercambia {{amount_0}} Pokémon con un amigo", + "quest_title_quest_macht_catch_b": "Captura {{amount_0}} Machop", + "quest_title_quest_macht_evolve_b": "Haz evolucionar {{amount_0}} Machop", + "quest_title_quest_macht_evolve_s1": "Haz evolucionar {{amount_0}} Machoke", + "quest_title_quest_magit_catch_b": "Captura {{amount_0}} Magikarp", + "quest_title_quest_magit_evolve_b": "Haz evolucionar {{amount_0}} Magikarp", + "quest_title_quest_magmt_catch_b": "Captura {{amount_0}} Magmar", + "quest_title_quest_magmt_evolve_b": "Haz evolucionar {{amount_0}} Magmar", + "quest_title_quest_mareep_catch_b": "Captura {{amount_0}} Mareep", + "quest_title_quest_mareep_evolve_b": "Haz evolucionar {{amount_0}} Mareep", + "quest_title_quest_mareep_snapshot_b": "Consigue una instantánea de {{amount_0}} Mareep", + "quest_title_quest_mega_evo_primal_rev_plural": "Activa la Regresión Primigenia o haz megaevolucionar un Pokémon {{amount_0}} veces", + "quest_title_quest_mega_evo_primal_rev_singular": "Activa la Regresión Primigenia o haz megaevolucionar un Pokémon", + "quest_title_quest_mega_evolve_beedrill": "Haz megaevolucionar un Beedrill", + "quest_title_quest_mega_evolve_blastoise": "Haz megaevolucionar 1 Blastoise", + "quest_title_quest_mega_evolve_charizard": "Haz megaevolucionar 1 Charizard", + "quest_title_quest_mega_evolve_diancie": "Haz megaevolucionar a Diancie", + "quest_title_quest_mega_evolve_plural": "Haz megaevolucionar {{amount_0}} Pokémon", + "quest_title_quest_mega_evolve_rayquaza": "Haz megaevolucionar a Rayquaza", + "quest_title_quest_mega_evolve_singular": "Haz megaevolucionar 1 Pokémon", + "quest_title_quest_mega_evolve_venusaur": "Haz megaevolucionar 1 Venusaur", + "quest_title_quest_mega_join_raid_plural": "Participa en {{amount_0}} megaincursiones", + "quest_title_quest_mega_join_raid_singular": "Participa en 1 megaincursión", + "quest_title_quest_mega_win_raid_plural": "Gana en {{amount_0}} megaincursiones", + "quest_title_quest_mega_win_raid_singular": "Gana en 1 megaincursión", + "quest_title_quest_mesprit_wild_snap": "Consigue una instantánea de Mesprit en estado salvaje", + "quest_title_quest_metang_evolve_b_singular": "Haz evolucionar un Metang", + "quest_title_quest_more_reseach_coming_soon": "¡Más investigaciones próximamente!", + "quest_title_quest_mudkt_catch_b": "Captura {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_b": "Haz evolucionar {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_s1": "Haz evolucionar {{amount_0}} Marshtomp", + "quest_title_quest_new_friends_plural": "Haz {{amount_0}} nuevos amigos", + "quest_title_quest_new_friends_singular": "Haz un nuevo amigo", + "quest_title_quest_noibat_catch_b": "Captura {{amount_0}} Noibat", + "quest_title_quest_noibat_evolve_b": "Haz evolucionar {{amount_0}} Noibat", + "quest_title_quest_noibat_snapshot_b": "Consigue una instantánea de {{amount_0}} Noibat", + "quest_title_quest_oshat_catch_b": "Captura {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_b": "Haz evolucionar {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_s1": "Haz evolucionar a Dewott", + "quest_title_quest_party_catch_electric_type_plural": "Captura {{amount_0}} Pokémon de tipo Eléctrico mientras estás en un equipo", + "quest_title_quest_party_catch_electric_type_singular": "Captura un Pokémon de tipo Eléctrico mientras estás en un equipo", + "quest_title_quest_party_catch_fire_type_plural": "Captura {{amount_0}} Pokémon de tipo Fuego mientras estás en un equipo", + "quest_title_quest_party_catch_fire_type_singular": "Captura un Pokémon de tipo Fuego mientras estás en un equipo", + "quest_title_quest_party_catch_normal_type_plural": "Captura {{amount_0}} Pokémon de tipo Normal mientras estás en un equipo", + "quest_title_quest_party_catch_normal_type_singular": "Captura un Pokémon de tipo Normal mientras estás en un equipo", + "quest_title_quest_party_catch_water_type_plural": "Captura {{amount_0}} Pokémon de tipo Agua mientras estás en un equipo", + "quest_title_quest_party_catch_water_type_singular": "Captura un Pokémon de tipo Agua mientras estás en un equipo", + "quest_title_quest_party_challenge_plural": "Completa {{amount_0}} desafíos en equipo", + "quest_title_quest_party_challenge_singular": "Completa un desafío en equipo", + "quest_title_quest_platinum_johto_badge": "Gana la insignia platino de Johto", + "quest_title_quest_platinum_kanto_badge": "Gana la insignia platino de Kanto", + "quest_title_quest_platinum_medal_plural": "Consigue {{amount_0}} insignias de platino", + "quest_title_quest_platinum_medal_plural_five": "Consigue 5 insignias de platino", + "quest_title_quest_platinum_medal_plural_forty": "Consigue 40 insignias de platino", + "quest_title_quest_platinum_medal_plural_ten": "Consigue 10 insignias de platino", + "quest_title_quest_platinum_medal_plural_twenty": "Consigue 20 insignias de platino", + "quest_title_quest_platinum_medal_singular": "Consigue una insignia de platino", + "quest_title_quest_play_buddy_singular": "Juega con tu compañero", + "quest_title_quest_pokemon_appears": "¡Aparece un Pokémon!", + "quest_title_quest_poliwag_catch_b": "Captura {{amount_0}} Poliwag", + "quest_title_quest_poliwag_evolve_b": "Haz evolucionar {{amount_0}} Poliwag", + "quest_title_quest_poliwag_snapshot_b": "Consigue {{amount_0}} instantáneas de Poliwag", + "quest_title_quest_poliwhirl_evolve_b": "Haz evolucionar {{amount_0}} Poliwhirl", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "Captura {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_plural": "Haz evolucionar {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_singular": "Haz evolucionar un Popplio", + "quest_title_quest_porygon_catch_b": "Captura {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_plural": "Haz evolucionar {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_singular": "Haz evolucionar un Porygon", + "quest_title_quest_porygon_snapshot_b": "Consigue una instantánea de {{amount_0}} Porygon", + "quest_title_quest_porygon2_evolve_b_plural": "Haz evolucionar {{amount_0}} Porygon2", + "quest_title_quest_porygon2_evolve_b_singular": "Haz evolucionar un Porygon2", + "quest_title_quest_poryt_catch_b": "Captura {{amount_0}} Porygon", + "quest_title_quest_poryt_catch_s1": "Captura {{amount_0}} Porygon2", + "quest_title_quest_poryt_evolve_b": "Haz evolucionar {{amount_0}} Porygon", + "quest_title_quest_poryt_evolve_s1": "Haz evolucionar {{amount_0}} Porygon2", + "quest_title_quest_power_up_dragon_plural": "Da más poder a Pokémon de tipo Dragón {{amount_0}} veces", + "quest_title_quest_power_up_fire_ice": "Da más poder a Pokémon de tipo Fuego o de tipo Hielo 5 veces", + "quest_title_quest_power_up_grass_ghost": "Da más poder a Pokémon de tipo Planta o de tipo Fantasma 5 veces", + "quest_title_quest_power_up_legendary_plural": "Da más poder a Pokémon legendarios o singulares {{amount_0}} veces", + "quest_title_quest_power_up_legendary_singular": "Da más poder a un Pokémon legendario o singular", + "quest_title_quest_power_up_max_plural": "Da más poder a {{amount_0}} Pokémon hasta que alcancen sus PC máximos", + "quest_title_quest_power_up_max_singular": "Da más poder a un Pokémon hasta que alcance sus PC máximos", + "quest_title_quest_power_up_plural": "Da más poder a un Pokémon {{amount_0}} veces", + "quest_title_quest_power_up_plural_bug": "Da más poder a Pokémon de tipo Bicho {{amount_0}} veces", + "quest_title_quest_power_up_plural_dark": "Da más poder a {{amount_0}} Pokémon de tipo Siniestro", + "quest_title_quest_power_up_plural_dragon": "Da más poder a Pokémon de tipo Dragón {{amount_0}} veces", + "quest_title_quest_power_up_plural_electric": "Da más poder a Pokémon de tipo Eléctrico {{amount_0}} veces", + "quest_title_quest_power_up_plural_fairy": "Da más poder a Pokémon de tipo Hada {{amount_0}} veces", + "quest_title_quest_power_up_plural_fighting": "Da más poder a Pokémon de tipo Lucha {{amount_0}} veces", + "quest_title_quest_power_up_plural_fire": "Da más poder a Pokémon de tipo Fuego {{amount_0}} veces", + "quest_title_quest_power_up_plural_flying": "Da más poder a Pokémon de tipo Volador {{amount_0}} veces", + "quest_title_quest_power_up_plural_ghost": "Da más poder a Pokémon de tipo Fantasma {{amount_0}} veces", + "quest_title_quest_power_up_plural_grass": "Da más poder a Pokémon de tipo Planta {{amount_0}} veces", + "quest_title_quest_power_up_plural_ground": "Da más poder a Pokémon de tipo Tierra {{amount_0}} veces", + "quest_title_quest_power_up_plural_ice": "Da más poder a Pokémon de tipo Hielo {{amount_0}} veces", + "quest_title_quest_power_up_plural_normal": "Da más poder a Pokémon de tipo Normal {{amount_0}} veces", + "quest_title_quest_power_up_plural_poison": "Da más poder a Pokémon de tipo Veneno {{amount_0}} veces", + "quest_title_quest_power_up_plural_psychic": "Da más poder a Pokémon de tipo Psíquico {{amount_0}} veces", + "quest_title_quest_power_up_plural_rock": "Da más poder a Pokémon de tipo Roca {{amount_0}} veces", + "quest_title_quest_power_up_plural_rock_fairy": "Da más poder a Pokémon de tipo Roca o de tipo Hada {{amount_0}} veces", + "quest_title_quest_power_up_plural_steel": "Da más poder a {{amount_0}} Pokémon de tipo Acero", + "quest_title_quest_power_up_plural_water": "Da más poder a Pokémon de tipo Agua {{amount_0}} veces", + "quest_title_quest_power_up_poison_rock": "Da más poder a Pokémon de tipo Veneno o de tipo Roca 5 veces", + "quest_title_quest_power_up_singular": "Da más poder a un Pokémon 1 vez", + "quest_title_quest_power_up_singular_marshadow": "Da más poder a Marshadow", + "quest_title_quest_power_up_water_normal": "Da más poder a Pokémon de tipo Normal o de tipo Agua 5 veces", + "quest_title_quest_primal_raid_victory_groudon": "Gana una incursión de Groudon Primigenio", + "quest_title_quest_primal_raid_victory_kyogre": "Gana una incursión de Kyogre Primigenio", + "quest_title_quest_primal_raid_victory_plural": "Gana en {{amount_0}} incursiones primigenias", + "quest_title_quest_primal_raid_victory_singular": "Gana una incursión primigenia", + "quest_title_quest_primal_reversion_plural": "Haz que un Pokémon pase por la Regresión Primigenia {{amount_0}} veces", + "quest_title_quest_primal_reversion_singular": "Haz que un Pokémon pase por la Regresión Primigenia", + "quest_title_quest_primal_surge_candy": "Oleada primigenia: Consigue 1 Caramelo caminando con tu compañero", + "quest_title_quest_primal_surge_catch": "Oleada primigenia: Captura 10 Pokémon", + "quest_title_quest_primal_surge_hatch": "Oleada primigenia: Haz eclosionar 1 Huevo", + "quest_title_quest_primal_surge_power_ground": "Oleada primigenia: Da más poder a Pokémon de tipo Tierra 5 veces", + "quest_title_quest_primal_surge_power_water": "Oleada primigenia: Da más poder a Pokémon de tipo Agua 5 veces", + "quest_title_quest_primal_surge_raid": "Oleada primigenia: Gana en 1 incursión", + "quest_title_quest_psychicspec_catch_abra_plural": "Captura {{amount_0}} Abra o Drowzee", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "Captura {{amount_0}} Pokémon de tipo Psíquico", + "quest_title_quest_psychicspec_evolve_plural": "Haz evolucionar {{amount_0}} Exeggcute o Slowpoke", + "quest_title_quest_quaxly_evolve_b": "Haz evolucionar a Quaxly", + "quest_title_quest_quaxwell_evolve_b": "Haz evolucionar a Quaxwell", + "quest_title_quest_quilava_evolve_b_plural": "Haz evolucionar {{amount_0}} Quilava", + "quest_title_quest_quilava_evolve_b_singular": "Haz evolucionar a un Quilava", + "quest_title_quest_quilladin_evolve_b": "Haz evolucionar {{amount_0}} Quilladin", + "quest_title_quest_raboot_evolve": "Haz evolucionar un Raboot", + "quest_title_quest_raid_friend_singular": "Haz una incursión con una de tus amistades", + "quest_title_quest_raid_t5_win": "Gana una incursión de nivel 5", + "quest_title_quest_raid_with_buddy_plural": "Combate en {{amount_0}} incursiones con tu compañero", + "quest_title_quest_raid_with_buddy_singular": "Combate en una incursión con tu compañero", + "quest_title_quest_reach_hoenn_gold": "Consigue 1 insignia de Hoenn dorada", + "quest_title_quest_reach_johto_gold": "Consigue 1 insignia de Johto dorada", + "quest_title_quest_reach_kanto_gold": "Consigue 1 insignia de Kanto dorada", + "quest_title_quest_reach_kanto_silver": "Consigue 1 insignia de Kanto plateada", + "quest_title_quest_reach_level": "Alcanza el nivel {{amount_0}}", + "quest_title_quest_referral_initial_milestone": "Has iniciado sesión en Pokémon GO", + "quest_title_quest_remove_bonus_challenge_desc": "Recibirás otra mañana.", + "quest_title_quest_reward_desc_1": "¡Colecciona sellos para desbloquear logros de investigación del Profesor Willow!", + "quest_title_quest_reward_desc_2": "Se consigue con:", + "quest_title_quest_reward_desc_3_plural": "¡{{amount_0}} sellos más!", + "quest_title_quest_reward_desc_3_singular": "¡{{amount_0}} sello más!", + "quest_title_quest_reward_encounter_later": "Más tarde", + "quest_title_quest_reward_encounter_uses_ar": "Se necesita usar RA para capturar a este Pokémon.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "¡Ha aparecido un Pokémon misterioso!", + "quest_title_quest_reward_start_encounter": "Comenzar encuentro", + "quest_title_quest_rocket_battle_plural": "Combate contra {{amount_0}} Reclutas del Team GO Rocket", + "quest_title_quest_rocket_battle_win_plural": "Derrota a {{amount_0}} Reclutas del Team GO Rocket", + "quest_title_quest_rocket_battle_win_singular": "Derrota a 1 Recluta del Team GO Rocket", + "quest_title_quest_rocket_catch_shadow_singular": "Captura un Pokémon oscuro", + "quest_title_quest_rocket_evolve_plural": "Haz evolucionar {{amount_0}} Pokémon", + "quest_title_quest_rocket_leader_battle_win_singular": "Derrota a un líder del Team GO Rocket", + "quest_title_quest_rocket_power_up_plural": "Da más poder a un Pokémon {{amount_0}} veces", + "quest_title_quest_rocket_purify_dark_plural": "Purifica {{amount_0}} Pokémon oscuros de tipo Siniestro", + "quest_title_quest_rocket_purify_fire_plural": "Purifica {{amount_0}} Pokémon oscuros de tipo Fuego", + "quest_title_quest_rocket_purify_plural": "Purifica {{amount_0}} Pokémon oscuros", + "quest_title_quest_rocket_purify_type_singular": "Purifica un Pokémon oscuro de tipo Fuego, Agua o Planta", + "quest_title_quest_rocket_rescue_shadow_plural": "Rescata {{amount_0}} Pokémon oscuros", + "quest_title_quest_rocket_shadow_plural": "Captura {{amount_0}} Pokémon oscuros", + "quest_title_quest_rockethq1_arlo_win": "Derrota al líder del Team GO Rocket Arlo", + "quest_title_quest_rockethq1_arlo_win_plural": "Derrota al líder del Team GO Rocket Arlo {{amount_0}} veces", + "quest_title_quest_rockethq1_battle_boss": "Combate contra el jefe del Team GO Rocket", + "quest_title_quest_rockethq1_catch_legendary_shadow": "Captura un Pokémon legendario oscuro", + "quest_title_quest_rockethq1_catch_shadow1": "Captura {{amount_0}} Pokémon oscuros", + "quest_title_quest_rockethq1_cliff_win": "Derrota al líder del Team GO Rocket Cliff", + "quest_title_quest_rockethq1_cliff_win_plural": "Derrota al líder del Team GO Rocket Cliff {{amount_0}} veces", + "quest_title_quest_rockethq1_defeat_boss": "Derrota al jefe del Team GO Rocket", + "quest_title_quest_rockethq1_find_boss": "Encuentra al jefe del Team GO Rocket", + "quest_title_quest_rockethq1_grunt_win1": "Derrota a {{amount_0}} Reclutas del Team GO Rocket", + "quest_title_quest_rockethq1_grunt_win2": "Derrota a {{amount_0}} Reclutas del Team GO Rocket", + "quest_title_quest_rockethq1_leader_win_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces", + "quest_title_quest_rockethq1_leaders_win_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces", + "quest_title_quest_rockethq1_purify": "Purifica {{amount_0}} Pokémon oscuros", + "quest_title_quest_rockethq1_raid_win": "Gana en {{amount_0}} incursiones", + "quest_title_quest_rockethq1_sierra_win": "Derrota a la líder del Team GO Rocket Sierra", + "quest_title_quest_rockethq1_sierra_win_plural": "Derrota a la líder del Team GO Rocket Sierra {{amount_0}} veces", + "quest_title_quest_rockethq1_spin": "Da vueltas a {{amount_0}} fotodiscos en Poképaradas", + "quest_title_quest_rockethq1_spin_row": "Da vueltas a fotodiscos en Poképaradas {{amount_0}} días seguidos", + "quest_title_quest_rockethq1_supereffective": "Usa {{amount_0}} ataques cargados supereficaces en combates de Gimnasio", + "quest_title_quest_rockethq1_trainerbattle_win": "Gana {{amount_0}} combates de Entrenador de Liga Super Ball contra otro Entrenador", + "quest_title_quest_roggenrola_catch_b": "Captura {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_evolve_b": "Haz evolucionar {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_snapshot_b": "Consigue {{amount_0}} instantáneas de Roggenrola", + "quest_title_quest_roset_catch_b": "Captura {{amount_0}} Roselia", + "quest_title_quest_roset_evolve_b": "Haz evolucionar {{amount_0}} Roselia", + "quest_title_quest_rowlet_catch_b": "Captura {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_plural": "Haz evolucionar {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_singular": "Haz evolucionar {{amount_0}} Rowlet", + "quest_title_quest_rowlet_snapshot_b": "Consigue una instantánea de {{amount_0}} Rowlet", + "quest_title_quest_sandt_catch_b": "Captura {{amount_0}} Sandshrew", + "quest_title_quest_sandt_evolve_b": "Haz evolucionar {{amount_0}} Sandshrew", + "quest_title_quest_scorbunny_evolve": "Haz evolucionar un Scorbunny", + "quest_title_quest_send_gifts_daily_row": "Envía regalos {{amount_0}} días seguidos", + "quest_title_quest_send_gifts_plural": "Envía {{amount_0}} regalos a amigos", + "quest_title_quest_send_gifts_singular": "Envía un regalo a un amigo", + "quest_title_quest_send_gifts_sticker_plural": "Envía {{amount_0}} regalos y añade una pegatina a cada uno", + "quest_title_quest_send_gifts_sticker_singular": "Envía un regalo con una pegatina", + "quest_title_quest_shelgon_evolve_b_plural": "Haz evolucionar {{amount_0}} Shelgon", + "quest_title_quest_shelgon_evolve_b_singular": "Haz evolucionar un Shelgon", + "quest_title_quest_shint_catch_b": "Captura {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_b": "Haz evolucionar {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_s1": "Haz evolucionar {{amount_0}} Luxio", + "quest_title_quest_sinnoh_evolve_plural": "Haz evolucionar {{amount_0}} Pokémon a especies originalmente descubiertas en la región de Sinnoh", + "quest_title_quest_sinnoh_evolve_stone_plural": "Usa una Piedra Sinnoh para hacer evolucionar {{amount_0}} Pokémon", + "quest_title_quest_sinnoh_medal_gold": "Consigue 1 insignia de Sinnoh dorada", + "quest_title_quest_sliggoo_evolve_b_plural": "Haz evolucionar {{amount_0}} Sliggoo", + "quest_title_quest_sliggoo_evolve_b_singular": "Haz evolucionar un Sliggoo", + "quest_title_quest_slowpoke_catch_b": "Captura {{amount_0}} Slowpoke o Slowpoke de Galar", + "quest_title_quest_slowpoke_evolve_b": "Haz evolucionar {{amount_0}} Slowpoke o Slowpoke de Galar", + "quest_title_quest_slowpoke_snapshot_b": "Consigue una instantánea de {{amount_0}} Slowpoke o Slowpoke de Galar", + "quest_title_quest_snapshot_ar_photo_safari": "Toma una instantánea con tu compañero en la carpa de Pokémon GO", + "quest_title_quest_snapshot_bali": "Consigue una instantánea en Bali", + "quest_title_quest_snapshot_buddy": "Consigue una instantánea con tu compañero", + "quest_title_quest_snapshot_bulbasaur": "Consigue una instantánea de Bulbasaur", + "quest_title_quest_snapshot_charmander": "Consigue una instantánea de Charmander", + "quest_title_quest_snapshot_chikorita": "Consigue una instantánea de tu Chikorita", + "quest_title_quest_snapshot_cyndaquil": "Consigue una instantánea de tu Cyndaquil", + "quest_title_quest_snapshot_genesect": "Consigue {{amount_0}} instantáneas de Genesect", + "quest_title_quest_snapshot_hariyama": "Consigue una instantánea de tu Hariyama", + "quest_title_quest_snapshot_hoopa_singular": "Consigue 1 instantánea de Hoopa", + "quest_title_quest_snapshot_jeju": "Consigue una instantánea en la Isla de Jeju", + "quest_title_quest_snapshot_keldeo": "Consigue {{amount_0}} instantáneas de Keldeo", + "quest_title_quest_snapshot_landorus": "Consigue una instantánea de Landorus", + "quest_title_quest_snapshot_machamp": "Consigue una instantánea de tu Machamp", + "quest_title_quest_snapshot_okinawa": "Consigue una instantánea en Okinawa", + "quest_title_quest_snapshot_poison_grass_singular": "Consigue una instantánea de un Pokémon de tipo Veneno en estado salvaje", + "quest_title_quest_snapshot_regi_ice": "Consigue una instantánea de Regice", + "quest_title_quest_snapshot_regi_rock": "Consigue una instantánea de Regirock", + "quest_title_quest_snapshot_regi_steel": "Consigue una instantánea de Registeel", + "quest_title_quest_snapshot_scrafty": "Consigue una instantánea de tu Scrafty", + "quest_title_quest_snapshot_singular": "Consigue una instantánea", + "quest_title_quest_snapshot_storage_bug_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Bicho diferentes que hayas capturado", + "quest_title_quest_snapshot_storage_steel_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Acero diferentes que hayas capturado", + "quest_title_quest_snapshot_storage_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon salvajes diferentes", + "quest_title_quest_snapshot_surabaya": "Consigue una instantánea en Surabaya", + "quest_title_quest_snapshot_thundurus": "Consigue 1 instantánea de Thundurus", + "quest_title_quest_snapshot_tornadus": "Consigue 1 instantánea de Tornadus", + "quest_title_quest_snapshot_totodile": "Consigue una instantánea de tu Totodile", + "quest_title_quest_snapshot_unique_fire_pokemon": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Fuego diferentes", + "quest_title_quest_snapshot_unique_pokemon": "Consigue instantáneas de {{amount_0}} Pokémon diferentes", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Consigue una instantánea de Shinx, Blitzle o Furfrou en estado salvaje", + "quest_title_quest_snapshot_wild_bug_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Bicho en estado salvaje", + "quest_title_quest_snapshot_wild_bug_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Bicho salvajes diferentes", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Consigue una instantánea de Butterfree, Shinx o Blitzle en estado salvaje", + "quest_title_quest_snapshot_wild_dark_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Siniestro en estado salvaje", + "quest_title_quest_snapshot_wild_dark_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Siniestro salvajes diferentes", + "quest_title_quest_snapshot_wild_dragon_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Dragón en estado salvaje", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Dragón salvajes diferentes", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Consigue una instantánea de Chinchou, Finneon o Ducklett en estado salvaje", + "quest_title_quest_snapshot_wild_eevee": "Consigue una instantánea de Eevee en estado salvaje", + "quest_title_quest_snapshot_wild_electric_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Eléctrico en estado salvaje", + "quest_title_quest_snapshot_wild_electric_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Eléctrico salvajes diferentes", + "quest_title_quest_snapshot_wild_entei": "Consigue una instantánea de Entei en estado salvaje", + "quest_title_quest_snapshot_wild_fairy_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Hada en estado salvaje", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Hada salvajes diferentes", + "quest_title_quest_snapshot_wild_fighting_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Lucha en estado salvaje", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Lucha salvajes diferentes", + "quest_title_quest_snapshot_wild_fire_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Fuego en estado salvaje", + "quest_title_quest_snapshot_wild_fire_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Fuego salvajes diferentes", + "quest_title_quest_snapshot_wild_flying_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Volador en estado salvaje", + "quest_title_quest_snapshot_wild_flying_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Volador salvajes diferentes", + "quest_title_quest_snapshot_wild_frillish_absol": "Consigue una instantánea de Absol o Frillish en estado salvaje", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Consigue una instantánea de Sandshrew, Geodude o Cacnea en estado salvaje", + "quest_title_quest_snapshot_wild_ghost_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Fantasma en estado salvaje", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Fantasma salvajes diferentes", + "quest_title_quest_snapshot_wild_grass_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Planta en estado salvaje", + "quest_title_quest_snapshot_wild_grass_singular": "Consigue una instantánea de un Pokémon de tipo Planta en estado salvaje", + "quest_title_quest_snapshot_wild_grass_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Planta salvajes diferentes", + "quest_title_quest_snapshot_wild_ground_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Tierra en estado salvaje", + "quest_title_quest_snapshot_wild_ground_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Tierra salvajes diferentes", + "quest_title_quest_snapshot_wild_hoothoot": "Consigue una instantánea de Hoothoot en estado salvaje", + "quest_title_quest_snapshot_wild_ice_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Hielo en estado salvaje", + "quest_title_quest_snapshot_wild_ice_singular": "Consigue una instantánea de un Pokémon de Tipo Hielo en estado salvaje", + "quest_title_quest_snapshot_wild_ice_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Hielo salvajes diferentes", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Consigue una instantánea de Metapod, Aipom o Lotad en estado salvaje", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Consigue una instantánea de Chinchou, Luvdisc o Finneon en estado salvaje", + "quest_title_quest_snapshot_wild_mareanie_singluar": "Consigue una instantánea de Mareanie en estado salvaje", + "quest_title_quest_snapshot_wild_normal_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Normal en estado salvaje", + "quest_title_quest_snapshot_wild_normal_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Normal salvajes diferentes", + "quest_title_quest_snapshot_wild_plural": "Consigue {{amount_0}} instantáneas de Pokémon en estado salvaje", + "quest_title_quest_snapshot_wild_poison_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Veneno en estado salvaje", + "quest_title_quest_snapshot_wild_poison_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Veneno salvajes diferentes", + "quest_title_quest_snapshot_wild_psychic_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Psíquico en estado salvaje", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Psíquico salvajes diferentes", + "quest_title_quest_snapshot_wild_raikou": "Consigue una instantánea de Raikou en estado salvaje", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon diferentes de tipo Tierra, Roca o Hada en estado salvaje", + "quest_title_quest_snapshot_wild_rock_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Roca en estado salvaje", + "quest_title_quest_snapshot_wild_rock_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Roca salvajes diferentes", + "quest_title_quest_snapshot_wild_singular": "Consigue una instantánea de un Pokémon en estado salvaje", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Consigue una instantánea de Dodrio, Mantine o Skarmory en estado salvaje", + "quest_title_quest_snapshot_wild_skitty_kirlia": "Consigue una instantánea de Kirlia o Skitty en estado salvaje", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Consigue una instantánea de Sneasel, Croagunk o Frillish en estado salvaje", + "quest_title_quest_snapshot_wild_steel_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Acero en estado salvaje", + "quest_title_quest_snapshot_wild_steel_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Acero salvajes diferentes", + "quest_title_quest_snapshot_wild_suicune": "Consigue una instantánea de Suicune en estado salvaje", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Consigue una instantánea de Sandshrew, Trapinch o Cacnea en estado salvaje", + "quest_title_quest_snapshot_wild_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon salvajes diferentes", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon diferentes de tipo Fuego, Agua o Planta en estado salvaje", + "quest_title_quest_snapshot_wild_water_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Agua en estado salvaje", + "quest_title_quest_snapshot_wild_water_singular": "Consigue una instantánea de un Pokémon salvaje de tipo Agua", + "quest_title_quest_snapshot_wild_water_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Agua salvajes diferentes", + "quest_title_quest_snapshot_yogyakarta": "Consigue una instantánea en Yogyakarta", + "quest_title_quest_snapshots_inarow_plural": "Toma una instantánea de un Pokémon {{amount_0}} días seguidos", + "quest_title_quest_snapshots_plural": "Consigue {{amount_0}} instantáneas", + "quest_title_quest_snapshots_your_plural": "Consigue {{amount_0}} instantáneas de tus Pokémon", + "quest_title_quest_snapshots_your_singular": "Consigue una instantánea de uno de tus Pokémon", + "quest_title_quest_snivt_catch_b": "Captura {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_b": "Haz evolucionar {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_s1": "Haz evolucionar {{amount_0}} Servine", + "quest_title_quest_sobble_evolve": "Haz evolucionar un Sobble", + "quest_title_quest_sphet_catch_b": "Captura {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_b": "Haz evolucionar {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_s1": "Haz evolucionar {{amount_0}} Sealeo", + "quest_title_quest_spin_151": "Da vueltas a 151 fotodiscos en Poképaradas o Gimnasios", + "quest_title_quest_spin_daysinarow": "Visita Poképaradas {{amount_0}} días seguidos", + "quest_title_quest_spin_go_tour_habitat_01": "Da vueltas a fotodiscos en {{amount_0}} Poképaradas o Gimnasios en el hábitat Metrópolis Costera", + "quest_title_quest_spin_go_tour_habitat_02": "Da vueltas a fotodiscos en {{amount_0}} Poképaradas o Gimnasios en el hábitat Ruinas Laberínticas", + "quest_title_quest_spin_go_tour_habitat_03": "Da vueltas a fotodiscos en {{amount_0}} Poképaradas o Gimnasios en el hábitat Ciénaga Burbujeante", + "quest_title_quest_spin_go_tour_habitat_04": "Da vueltas a fotodiscos en {{amount_0}} Poképaradas o Gimnasios en el hábitat Manantial de Montaña", + "quest_title_quest_spin_go_tour_spiritomb_plural": "Da vueltas a fotodiscos en {{amount_0}} Poképaradas Spiritomb diferentes", + "quest_title_quest_spin_go_tour_spiritomb_singular": "Da vueltas a un fotodisco en una Poképarada Spiritomb", + "quest_title_quest_spin_mexico_plural": "Da vueltas a {{amount_0}} fotodiscos en Poképaradas en México", + "quest_title_quest_spin_mexico_singular": "Da vueltas al fotodisco en una Poképarada en México", + "quest_title_quest_spin_pokestop_days": "Visita Poképaradas en {{amount_0}} días diferentes", + "quest_title_quest_spin_ultra_wormhole_gym": "Da vueltas al fotodisco del Gimnasio marcado como ”Ultraumbral”", + "quest_title_quest_spin_wcs_2024": "Da vueltas a fotodiscos en 10 Poképaradas o Gimnasios en el Hawaiʻi Convention Center", + "quest_title_quest_sprigatito_evolve_b": "Haz evolucionar a Sprigatito", + "quest_title_quest_squirtle_catch_b": "Captura {{amount_0}} Squirtle", + "quest_title_quest_squirtle_evolve_b": "Haz evolucionar {{amount_0}} Squirtle", + "quest_title_quest_squirtle_snapshot_b": "Consigue {{amount_0}} instantáneas de Squirtle", + "quest_title_quest_st_catch_s": "Captura 15 Seedot", + "quest_title_quest_st_evolve_n": "Haz evolucionar un Nuzleaf", + "quest_title_quest_st_evolve_s": "Haz evolucionar 3 Seedot", + "quest_title_quest_stardust_plural": "Consigue {{amount_0}} Polvos Estelares", + "quest_title_quest_starly_catch_b": "Captura {{amount_0}} Starly", + "quest_title_quest_starly_evolve_b": "Haz evolucionar {{amount_0}} Starly", + "quest_title_quest_starly_snapshot_b": "Consigue {{amount_0}} instantáneas de Starly", + "quest_title_quest_start_battle": "¡COMIENZA EL COMBATE!", + "quest_title_quest_steenee_evolve_b_plural": "Haz evolucionar {{amount_0}} Steenee", + "quest_title_quest_steenee_evolve_b_singular": "Haz evolucionar un Steenee", + "quest_title_quest_streak_format": "Días seguidos: ¡{{amount_0}}!", + "quest_title_quest_stuff_catch_b": "Captura {{amount_0}} Stufful", + "quest_title_quest_stuff_evolve_b": "Haz evolucionar {{amount_0}} Stufful", + "quest_title_quest_stuff_snapshot_b": "Toma {{amount_0}} instantáneas de Stufful en estado salvaje", + "quest_title_quest_supereffective_charge_party_plural": "Usa {{amount_0}} ataques cargados supereficaces mientras estás en un equipo", + "quest_title_quest_supereffective_charge_party_singular": "Usa un ataque cargado supereficaz mientras estás en un equipo", + "quest_title_quest_supereffective_charge_plural": "Usa {{amount_0}} ataques cargados supereficaces", + "quest_title_quest_supereffective_charge_singular": "Usa un ataque cargado supereficaz", + "quest_title_quest_surskit_catch": "Captura {{amount_0}} Surskit", + "quest_title_quest_swabt_catch_b": "Captura {{amount_0}} Swablu", + "quest_title_quest_swabt_evolve_b": "Haz evolucionar {{amount_0}} Swablu", + "quest_title_quest_swinub_cdc_evolve_b": "Haz evolucionar {{amount_0}} Swinub", + "quest_title_quest_swinub_cdc_snapshot_b": "Consigue una instantánea de {{amount_0}} Swinub", + "quest_title_quest_teddiursa_catch_b": "Captura {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_evolve_b": "Haz evolucionar {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_snapshot_b": "Consigue una instantánea de {{amount_0}} Teddiursa", + "quest_title_quest_template.display.branches#0.button_text_key": "¡Incursiones, Gimnasios y Reclutas!", + "quest_title_quest_template.display.branches#0.description_key": "Al elegir esta opción, tu desafío será completar tareas relacionadas con los combates en Gimnasios, incursiones y frente a miembros del Team GO Rocket, y ganarás recompensas como encuentros con Charizard y mucho más.", + "quest_title_quest_template.display.branches#1.button_text_key": "¡Liga Combates GO!", + "quest_title_quest_template.display.branches#1.description_key": "Al elegir esta opción, tu desafío será completar tareas relacionadas con combatir y ganar a otros Entrenadores, y ganarás recompensas como encuentros con Charizard y mucho más.", + "quest_title_quest_tepit_catch_b": "Captura {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_b": "Haz evolucionar {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_s1": "Haz evolucionar {{amount_0}} Pignite", + "quest_title_quest_thwackey_evolve": "Haz evolucionar un Thwackey", + "quest_title_quest_timburr_catch_b": "Captura {{amount_0}} Timburr", + "quest_title_quest_timburr_evolve_b": "Haz evolucionar {{amount_0}} Timburr", + "quest_title_quest_timburr_snapshot_b": "Consigue una instantánea de {{amount_0}} Timburr", + "quest_title_quest_time_remaining_day_plural": "Quedan {{amount_0}} días para completar esta investigación especial", + "quest_title_quest_time_remaining_day_singular": "Queda {{amount_0}} día para completar esta investigación especial", + "quest_title_quest_togetic_catch_b": "Captura {{amount_0}} Togetic", + "quest_title_quest_togetic_evolve_b": "Haz evolucionar {{amount_0}} Togetic", + "quest_title_quest_togetic_snapshot_b": "Consigue una instantánea de {{amount_0}} Togetic", + "quest_title_quest_torracat_evolve_b_plural": "Haz evolucionar {{amount_0}} Torracat", + "quest_title_quest_torracat_evolve_b_singular": "Haz evolucionar un Torracat", + "quest_title_quest_trade_50km_plural": "Haz {{amount_0}} intercambios de Pokémon capturados a una distancia de al menos 50 km entre ambos", + "quest_title_quest_trade_100km_plural": "Haz {{amount_0}} intercambios de Pokémon capturados a una distancia de al menos 100 km entre ambos", + "quest_title_quest_trade_200km_plural": "Haz {{amount_0}} intercambios de Pokémon capturados a una distancia de al menos 200 km entre ambos", + "quest_title_quest_trade_300km_plural": "Haz {{amount_0}} intercambios de Pokémon capturados a una distancia de al menos 300 km entre ambos", + "quest_title_quest_trade_400km_plural": "Haz {{amount_0}} intercambios de Pokémon capturados a una distancia de al menos 400 km entre ambos", + "quest_title_quest_trade_500km_plural": "Haz {{amount_0}} intercambios de Pokémon capturados a una distancia de al menos 500 km entre ambos", + "quest_title_quest_trade_500km_singular": "Haz un intercambio de Pokémon capturados a una distancia de al menos 500 km entre ambos", + "quest_title_quest_trade_pikachu_plural": "Intercambia {{amount_0}} Pikachu", + "quest_title_quest_trade_plural": "Intercambia Pokémon {{amount_0}} veces", + "quest_title_quest_trade_singular": "Intercambia 1 Pokémon", + "quest_title_quest_transfer_pidgey_plural": "Transfiere {{amount_0}} Pidgey", + "quest_title_quest_transfer_pokemon_plural": "Transfiere {{amount_0}} Pokémon", + "quest_title_quest_transfer_pokemon_singular": "Transfiere un Pokémon", + "quest_title_quest_transfer_rock_or_poison_plural": "Transfiere {{amount_0}} Pokémon de tipo Roca o de tipo Veneno", + "quest_title_quest_transfer_rock_poison": "Transfiere {{amount_0}} Pokémon de tipo Roca o de tipo Veneno", + "quest_title_quest_transfer_type_bug_plural": "Transfiere {{amount_0}} Pokémon de tipo Bicho", + "quest_title_quest_transfer_type_dark_plural": "Transfiere {{amount_0}} Pokémon de tipo Siniestro", + "quest_title_quest_transfer_type_dragon_plural": "Transfiere {{amount_0}} Pokémon de tipo Dragón", + "quest_title_quest_transfer_type_electric_plural": "Transfiere {{amount_0}} Pokémon de tipo Eléctrico", + "quest_title_quest_transfer_type_fairy_plural": "Transfiere {{amount_0}} Pokémon de tipo Hada", + "quest_title_quest_transfer_type_fighting_plural": "Transfiere {{amount_0}} Pokémon de tipo Lucha", + "quest_title_quest_transfer_type_fire_plural": "Transfiere {{amount_0}} Pokémon de tipo Fuego", + "quest_title_quest_transfer_type_flying_plural": "Transfiere {{amount_0}} Pokémon de tipo Volador", + "quest_title_quest_transfer_type_ghost_plural": "Transfiere {{amount_0}} Pokémon de tipo Fantasma", + "quest_title_quest_transfer_type_grass_plural": "Transfiere {{amount_0}} Pokémon de tipo Planta", + "quest_title_quest_transfer_type_ground_plural": "Transfiere {{amount_0}} Pokémon de tipo Tierra", + "quest_title_quest_transfer_type_ice_plural": "Transfiere {{amount_0}} Pokémon de tipo Hielo", + "quest_title_quest_transfer_type_normal_plural": "Transfiere {{amount_0}} Pokémon de tipo Normal", + "quest_title_quest_transfer_type_poison_plural": "Transfiere {{amount_0}} Pokémon de tipo Veneno", + "quest_title_quest_transfer_type_psychic_plural": "Transfiere {{amount_0}} Pokémon de tipo Psíquico", + "quest_title_quest_transfer_type_rock_plural": "Transfiere {{amount_0}} Pokémon de tipo Roca", + "quest_title_quest_transfer_type_steel_plural": "Transfiere {{amount_0}} Pokémon de tipo Acero", + "quest_title_quest_transfer_type_water_plural": "Transfiere {{amount_0}} Pokémon de tipo Agua", + "quest_title_quest_travel_routes_km_plural": "Camina {{amount_0}} km mientras recorres Rutas", + "quest_title_quest_travel_routes_meters_plural": "Camina {{amount_0}} m mientras recorres Rutas", + "quest_title_quest_tynamo_catch_b": "Captura {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_plural": "Haz evolucionar {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_singular": "Haz evolucionar un Tynamo", + "quest_title_quest_under_investigation": "El Profesor Willow está trabajando en esta investigación. ¡Vuelve pronto para obtener más información!", + "quest_title_quest_urd22_june_battle_gym": "Día de Investigación: Combate en un Gimnasio", + "quest_title_quest_urd22_june_battle_raid": "Día de Investigación: Combate en una incursión", + "quest_title_quest_urd22_june_beries": "Día de Investigación: Usa {{amount_0}} bayas para ayudarte a capturar Pokémon", + "quest_title_quest_urd22_june_catch_rock": "Día de Investigación: Captura {{amount_0}} Pokémon de tipo Roca", + "quest_title_quest_urd22_june_catch_weather": "Día de Investigación: Captura {{amount_0}} Pokémon potenciados por el tiempo", + "quest_title_quest_urd22_june_curveball": "Día de Investigación: Acierta {{amount_0}} lanzamientos de bola curva", + "quest_title_quest_urd22_june_curveball_row": "Día de Investigación: Acierta {{amount_0}} lanzamientos de bola curva seguidos", + "quest_title_quest_urd22_june_evolve_rock": "Día de Investigación: Haz evolucionar {{amount_0}} Pokémon de tipo Roca", + "quest_title_quest_urd22_june_gift_sticker": "Día de Investigación: Envía {{amount_0}} regalos con pegatina", + "quest_title_quest_urd22_june_great": "Día de Investigación: Acierta {{amount_0}} grandes lanzamientos", + "quest_title_quest_urd22_june_great_row": "Día de Investigación: Acierta {{amount_0}} grandes lanzamientos seguidos", + "quest_title_quest_urd22_june_nice": "Día de Investigación: Acierta {{amount_0}} buenos lanzamientos", + "quest_title_quest_urd22_june_nice_row": "Día de Investigación: Acierta {{amount_0}} buenos lanzamientos seguidos", + "quest_title_quest_urd22_june_powerup": "Día de Investigación: Da más poder a un Pokémon {{amount_0}} veces", + "quest_title_quest_urd22_june_snap_rock": "Día de Investigación: Haz una instantánea de un Pokémon de tipo Roca salvaje", + "quest_title_quest_urd22_june_spin_stops": "Día de Investigación: Da vueltas a {{amount_0}} fotodiscos en Poképaradas", + "quest_title_quest_urd22_june_supereffective": "Día de Investigación: Usa un ataque cargado supereficaz", + "quest_title_quest_ursaring_evolve_b": "Haz evolucionar {{amount_0}} Ursaring", + "quest_title_quest_use_any_potion": "Usa cualquier Poción en un Pokémon", + "quest_title_quest_use_charged_move_singular": "Usa un ataque cargado supereficaz", + "quest_title_quest_use_charged_tm": "Usa una MT de ataque cargado", + "quest_title_quest_use_dai_plural": "Usa {{amount_0}} Inciensos de aventura diarios", + "quest_title_quest_use_dai_singular": "Usa un Incienso de aventura diario", + "quest_title_quest_use_fast_tm": "Usa una MT de ataque rápido", + "quest_title_quest_use_hyper_potion": "Usa una Hiperpoción en un Pokémon", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "Usa {{amount_0}} Módulos Cebo mientras caminas por Rutas", + "quest_title_quest_use_lure_singular": "Usa 1 Módulo Cebo mientras caminas por una Ruta", + "quest_title_quest_use_max_potion": "Usa una Poción Máxima en un Pokémon", + "quest_title_quest_use_poffin": "Usa un Pokocho", + "quest_title_quest_use_rare_candy_plural": "Usa {{amount_0}} Caramelos Raros", + "quest_title_quest_use_rare_candy_singular": "Usa un Caramelo Raro", + "quest_title_quest_use_standard_charged_tm": "Usa una MT de ataque cargado", + "quest_title_quest_use_standard_fast_tm": "Usa una MT de ataque rápido", + "quest_title_quest_use_super_potion": "Usa una Superpoción en un Pokémon", + "quest_title_quest_uxie_wild_snap": "Consigue una instantánea de Uxie en estado salvaje", + "quest_title_quest_val19_catch_specific_plural": "Día de San Valentín: Captura {{amount_0}} Luvdisc", + "quest_title_quest_val19_catch_specific_singular": "Día de San Valentín: Captura 1 Chansey", + "quest_title_quest_visit_different_pokestops": "Da vueltas a {{amount_0}} fotodiscos en diferentes Poképaradas", + "quest_title_quest_visit_pokestop_new_plural": "Da vueltas a {{amount_0}} fotodiscos en Poképaradas donde no hayas estado antes", + "quest_title_quest_visit_pokestop_new_singular": "Da vueltas a 1 fotodisco en una Poképarada donde no hayas estado antes", + "quest_title_quest_visit_pokestops_party_plural": "Gira {{amount_0}} fotodiscos en Poképaradas o Gimnasios mientras estás en un equipo", + "quest_title_quest_visit_pokestops_plural": "Da vueltas a {{amount_0}} fotodiscos en Poképaradas o Gimnasios", + "quest_title_quest_visit_pokestops_singular": "Da vueltas a 1 fotodisco en una Poképarada o Gimnasio", + "quest_title_quest_visit_unique_pokestops_plural": "Da vueltas a {{amount_0}} fotodiscos en diferentes Poképaradas o Gimnasios", + "quest_title_quest_wailmer_catch_b": "Captura {{amount_0}} Wailmer", + "quest_title_quest_waina_catch_great_ultra_plural": "Captura {{amount_0}} Pokémon con Super Balls o Ultra Balls usando un Pokémon GO Plus + ", + "quest_title_quest_waina_catch_plural": "Captura {{amount_0}} Pokémon con Poké Balls usando un Pokémon GO Plus + ", + "quest_title_quest_waina_sleep_days": "Registra tu sueño durante {{amount_0}} días usando Pokémon GO Plus +", + "quest_title_quest_waina_sleep_days_singular": "Registra tu sueño durante 1 día usando Pokémon GO Plus +", + "quest_title_quest_waina_spin_pokestop_plural": "Da vueltas a {{amount_0}} fotodiscos en Poképaradas usando un Pokémon GO Plus + ", + "quest_title_quest_walk_25km_inaweek_plural": "Recibe las recompensas semanales de 25 km de Sincroaventura {{amount_0}} veces", + "quest_title_quest_walk_buddy_plural": "Consigue {{amount_0}} Caramelos caminando con tu compañero", + "quest_title_quest_walk_buddy_singular": "Consigue 1 Caramelo caminando con tu compañero", + "quest_title_quest_walk_eevee_for_evo": "Camina 10 km con Eevee como tu compañero para conseguir Caramelos", + "quest_title_quest_walk_hgrowlithe_header_0": "Aventuras caninas", + "quest_title_quest_walk_km": "Camina {{amount_0}} km", + "quest_title_quest_walk_km_plural": "Camina {{amount_0}} km", + "quest_title_quest_walk_routes_plural": "Camina {{amount_0}} km en las Rutas", + "quest_title_quest_walk_routes_singular": "Camina {{amount_0}} km en las Rutas", + "quest_title_quest_walk_steps": "Camina {{amount_0}} pasos", + "quest_title_quest_wartortle_evolve_b": "Haz evolucionar {{amount_0}} Wartortle", + "quest_title_quest_waterfestival_catch_feed_plural": "Festival Acuático: Usa {{amount_0}} bayas para ayudarte a capturar Pokémon", + "quest_title_quest_waterfestival_catch_pokemon_plural": "Festival Acuático: Captura {{amount_0}} Pokémon", + "quest_title_quest_waterfestival_catch_special9_plural": "Festival Acuático: Captura {{amount_0}} Magikarp o Wailmer", + "quest_title_quest_waterfestival_catch_type_water_plural": " Festival Acuático: Captura {{amount_0}} Pokémon de tipo Agua", + "quest_title_quest_waterfestival_evolve_plural": "Festival Acuático: Haz evolucionar {{amount_0}} Shellder", + "quest_title_quest_waterfestival_evolve_type_water_plural": "Festival Acuático: Haz evolucionar {{amount_0}} Pokémon de tipo Agua", + "quest_title_quest_waterfestival_hatch_egg_singular": "Festival Acuático: Haz eclosionar 1 Huevo", + "quest_title_quest_waterfestival_land_great_plural": "Festival Acuático: Haz {{amount_0}} grandes lanzamientos", + "quest_title_quest_waterfestival_land_nice_plural": "Festival Acuático: Haz {{amount_0}} buenos lanzamientos", + "quest_title_quest_waterfestival_win_raid_singular": "Festival Acuático: Gana en 1 incursión", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Bonus Wayfarer: Atrapa {{amount_0}} Pokémon", + "quest_title_quest_wcs_2024_catch_psychic_electric": "Captura {{amount_0}} Pokémon de tipo Eléctrico o Psíquico", + "quest_title_quest_wcs_2024_snapshot_fairy": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Hada salvajes diferentes", + "quest_title_quest_wcs_2024_spin_00": "Da vueltas al fotodisco de la Poképarada en la Zona de Pokémon GO", + "quest_title_quest_wcs_2024_spin_01": "Da vueltas al fotodisco de la Poképarada en Play Lab", + "quest_title_quest_wcs_2024_spin_02": "Da vueltas al fotodisco de la Poképarada del Collect & Trade Corner", + "quest_title_quest_weepinbell_evolve_b_plural": "Haz evolucionar {{amount_0}} Weepinbell", + "quest_title_quest_weepinbell_evolve_b_singular": "Haz evolucionar un Weepinbell", + "quest_title_quest_wimpod_catch_b": "Captura {{amount_0}} Wimpod", + "quest_title_quest_win_gym_plural": "Gana {{amount_0}} combates de Gimnasio", + "quest_title_quest_win_gym_singular": "Gana 1 combate de Gimnasio", + "quest_title_quest_win_raid_2_singular": "Gana en 1 incursión de nivel 2 o superior", + "quest_title_quest_win_raid_3_plural": "Gana en {{amount_0}} incursiones de nivel 3 o superior", + "quest_title_quest_win_raid_3_singular": "Gana en 1 incursión de nivel 3 o superior", + "quest_title_quest_win_raid_buddy_plural": "Gana en {{amount_0}} incursiones con tu Pokémon compañero", + "quest_title_quest_win_raid_buddy_singular": "Gana una incursión con tu compañero", + "quest_title_quest_win_raid_lvl1_higher_singular": "Gana una incursión de nivel 1 o superior", + "quest_title_quest_win_raid_lvl1_singular": "Gana una incursión de nivel 1", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Gana {{amount_0}} incursiones usando solo Pokémon con 1500 CP o menos", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Gana una incursión usando solo Pokémon con 1500 PC o menos", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Gana {{amount_0}} incursiones de nivel 3 usando solo Pokémon con 1500 PC o menos", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Gana una incursión de nivel 3 usando solo Pokémon con 1500 PC o menos", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Gana {{amount_0}} incursiones de nivel 3 usando solo Pokémon con 2500 PC o menos", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Gana una incursión de nivel 3 usando solo Pokémon con 2500 PC o menos", + "quest_title_quest_win_raid_party_plural": "Gana en {{amount_0}} incursiones mientras estás en un equipo", + "quest_title_quest_win_raid_party_singular": "Gana en una incursión mientras estás en un equipo", + "quest_title_quest_win_raid_plural": "Gana en {{amount_0}} incursiones", + "quest_title_quest_win_raid_singular": "Gana en 1 incursión", + "quest_title_quest_win_raid_unique_plural": "Gana {{amount_0}} incursiones con un equipo de Pokémon de diferentes especies", + "quest_title_quest_win_raid_unique_singular": "Gana una incursión con un equipo de Pokémon de diferentes especies", + "quest_title_quest_win_raid_with_friend_plural": "Gana {{amount_0}} incursiones con un amigo", + "quest_title_quest_win_raid_with_friend_singular": "Gana una incursión con un amigo", + "quest_title_quest_win_raids_unique_1500_plural": "Gana en {{amount_0}} incursiones con Pokémon distintos de hasta 1500 PC", + "quest_title_quest_win_raids_unique_plural": "Gana en {{amount_0}} incursiones con un equipo de Pokémon diferentes", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces usando solo Pokémon con 1500 PC o menos", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "Derrota a un líder del Team GO Rocket usando solo Pokémon con 1500 PC o menos", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces usando solo Pokémon con 2500 PC o menos", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces usando solo Pokémon con 3,000 PC o menos", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces usando solo Pokémon con 3,500 PC o menos", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces usando solo Pokémon con 4,000 PC o menos", + "quest_title_quest_wooper_catch_b": "Captura {{amount_0}} Wooper o Wooper de Paldea", + "quest_title_quest_wooper_evolve_b": "Haz evolucionar a {{amount_0}} Wooper o Wooper de Paldea", + "quest_title_quest_wooper_snapshot_b": "Consigue una instantánea de {{amount_0}} Wooper o Wooper de Paldea", + "quest_title_quest_wt_catch_weedle": "Captura {{amount_0}} Weedle", + "quest_title_quest_wt_evolve_kakuna": "Haz evolucionar {{amount_0}} Kakuna", + "quest_title_quest_wt_evolve_weedle": "Haz evolucionar {{amount_0}} Weedle", + "quest_title_quest_xp_plural": "Gana {{amount_0}} PX", + "quest_title_quest_zigzagoon_catch_b": "Captura {{amount_0}} Zigzagoon de Galar", + "quest_title_quest_zigzagoon_evolve_b": "Haz evolucionar {{amount_0}} Zigzagoon de Galar", + "quest_title_quest_zigzagoon_snapshot_b": "Consigue {{amount_0}} instantáneas de Zigzagoon de Galar", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Ningún Pokémon capturado", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Pokémon capturados: {{amount_0}} ", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 Pokémon capturado", + "quest_title_score_1_10_11_12_singular": "Pokémon de tipo Fuego, Agua o Planta capturados: {{amount_0}}", + "quest_title_score_1_10_singular": "Pokémon de tipo Fuego capturados: {{amount_0}}", + "quest_title_score_1_11_singular": "Pokémon de tipo Agua capturados: {{amount_0}}", + "quest_title_score_1_12_singular": "Pokémon de tipo Planta capturados: {{amount_0}}", + "quest_title_score_1_none": "Ningún Pokémon capturado", + "quest_title_score_1_plural": "Pokémon capturados: {{amount_0}}", + "quest_title_score_1_singular": "1 Pokémon capturado", + "quest_title_score_6_plural": "Incursiones ganadas: {{amount_0}}", + "quest_title_score_6_singular": "Incursiones ganadas: 1", + "quest_title_score_8_10_none": "Buenos lanzamientos hechos: 0", + "quest_title_score_8_10_plural": "Buenos lanzamientos hechos: {{amount_0}}", + "quest_title_score_8_10_singular": "Buenos lanzamientos hechos: 1", + "quest_title_score_8_11_none": "Grandes lanzamientos hechos: 0", + "quest_title_score_8_11_plural": "Grandes lanzamientos hechos: {{amount_0}}", + "quest_title_score_8_11_singular": "Grandes lanzamientos hechos: 1", + "quest_title_score_8_12_none": "Lanzamientos excelentes hechos: 0", + "quest_title_score_8_12_plural": "Lanzamientos excelentes hechos: {{amount_0}}", + "quest_title_score_8_12_singular": "Lanzamientos excelentes hechos: 1", + "quest_title_score_8_13_none": "Lanzamientos de bola curva hechos: 0", + "quest_title_score_8_13_plural": "Lanzamientos de bola curva hechos: {{amount_0}}", + "quest_title_score_8_13_singular": "Lanzamientos de bola curva hechos: 1", + "quest_title_score_11_701_none": "Bayas Frambu usadas: 0", + "quest_title_score_11_701_plural": "Bayas Frambu usadas: {{amount_0}}", + "quest_title_score_11_701_singular": "Bayas Frambu usadas: 1", + "quest_title_score_11_703_none": "Bayas Latano usadas: 0", + "quest_title_score_11_703_plural": "Bayas Latano usadas: {{amount_0}}", + "quest_title_score_11_703_singular": "Bayas Latano usadas: 1", + "quest_title_score_11_705_none": "Bayas Pinia usadas: 0", + "quest_title_score_11_705_plural": "Bayas Pinia usadas: {{amount_0}}", + "quest_title_score_11_705_singular": "Bayas Pinia usadas: 1", + "quest_title_score_15_10_none": "Buenos lanzamientos de bola curva hechos: 0", + "quest_title_score_15_10_plural": "Buenos lanzamientos de bola curva hechos: {{amount_0}}", + "quest_title_score_15_10_singular": "Buenos lanzamientos de bola curva hechos: 1", + "quest_title_score_15_11_none": "Grandes lanzamientos de bola curva hechos: 0", + "quest_title_score_15_11_plural": "Grandes lanzamientos de bola curva hechos: {{amount_0}}", + "quest_title_score_15_11_singular": "Grandes lanzamientos de bola curva hechos: 1", + "quest_title_score_15_12_none": "Lanzamientos excelentes de bola curva hechos: 0", + "quest_title_score_15_12_plural": "Lanzamientos excelentes de bola curva hechos: {{amount_0}}", + "quest_title_score_15_12_singular": "Lanzamientos excelentes de bola curva hechos: 1", + "quest_title_score_22_none": "Combates completados con líderes de equipo: 0", + "quest_title_score_22_plural": "Combates completados con líderes de equipo: {{amount_0}}", + "quest_title_score_22_singular": "Combates completados con un líder de equipo: 1", + "quest_title_score_23_none": "Combates de la Liga Combates GO completados: 0", + "quest_title_score_23_plural": "Combates de la Liga Combates GO completados: {{amount_0}}", + "quest_title_score_23_singular": "Combates de la Liga Combates GO completados: 1", + "quest_title_score_battle_raid_none": "Has participado en 0 incursiones", + "quest_title_score_battle_raid_plural": "Has participado en {{amount_0}} incursiones", + "quest_title_score_battle_raid_singular": "Has participado en 1 incursión", + "quest_title_score_catch_feed_none": "Bayas usadas: 0", + "quest_title_score_catch_feed_plural": "Bayas usadas: {{amount_0}}", + "quest_title_score_catch_feed_singular": "Bayas usadas: 1", + "quest_title_score_catch_pokemon": "Pokémon capturados: {{amount_0}} ", + "quest_title_score_defeat_rocket_none": "No has derrotado a ningún miembro del Team GO Rocket", + "quest_title_score_defeat_rocket_plural": "Has derrotado a {{amount_0}} miembros del Team GO Rocket", + "quest_title_score_defeat_rocket_singular": "Has derrotado a 1 miembro del Team GO Rocket", + "quest_title_score_field_research_none": "Tareas de investigación de campo completadas: 0", + "quest_title_score_field_research_plural": "Tareas de investigación de campo completadas: {{amount_0}}", + "quest_title_score_field_research_singular": "Tareas de investigación de campo completadas: 1", + "quest_title_score_send_gift_none": "Regalos enviados a amigos: 0", + "quest_title_score_send_gift_plural": "Regalos enviados a amigos: {{amount_0}} ", + "quest_title_score_send_gift_singular": "Regalos enviados a amigos: 1", + "quest_title_score_spin_pokestop_none": "Girado el fotodisco en 0 Poképaradas", + "quest_title_score_spin_pokestop_plural": "Girado el fotodisco en {{amount_0}} Poképaradas", + "quest_title_score_spin_pokestop_singular": "Girado el fotodisco en 1 Poképarada", + "quest_win_raid_plural": "Gana en {{amount}} incursiones", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Estrella Incursión", + "raid_1_plural": "1 Estrella Incursións", + "raid_2": "2 Estrella Incursión", + "raid_2_plural": "2 Estrella Incursións", + "raid_3": "3 Estrella Incursión", + "raid_3_plural": "3 Estrella Incursións", + "raid_4": "4 Estrella Incursión", + "raid_4_plural": "4 Estrella Incursións", + "raid_5": "Legendär Incursión", + "raid_5_plural": "Legendär Incursións", + "raid_6": "Mega Incursión", + "raid_6_plural": "Mega Incursións", + "raid_7": "Mega Legendär Incursión", + "raid_7_plural": "Mega Legendär Incursións", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "Mejor por la tarde", + "route_tag_architecture": "Arquitectura", + "route_tag_art": "Arte", + "route_tag_beachy": "Playero", + "route_tag_bike_path": "Camino de bicis", + "route_tag_biking": "Bueno para la bici", + "route_tag_body_of_water": "Cerca del agua", + "route_tag_buildings": "Muchos edificios", + "route_tag_category_misc": "Misceláneas", + "route_tag_category_nearby": "Cerca", + "route_tag_category_suitability": "Accesibilidad", + "route_tag_category_terrain": "Terreno", + "route_tag_category_theme": "Temática", + "route_tag_city_life": "Vida urbana", + "route_tag_culture": "Cultural", + "route_tag_easy_going": "Relajada", + "route_tag_flat": "Plana", + "route_tag_foliage": "Frondoso", + "route_tag_food": "Gastronomía", + "route_tag_grassy": "Con hierba", + "route_tag_hilly": "Montañas", + "route_tag_historic": "Histórica", + "route_tag_intense": "Intensa", + "route_tag_morning": "Mejor por la mañana", + "route_tag_muddy": "Fangoso", + "route_tag_nature": "Naturaleza", + "route_tag_night": "Mejor por la noche", + "route_tag_no_parking": "Sin parking cerca", + "route_tag_no_people": "Poca gente", + "route_tag_open_space": "Mucho espacio abierto", + "route_tag_parking": "Parking cercano", + "route_tag_parks_nearby": "Parques cercanos", + "route_tag_partially_paved": "Camino parcialmente pavimentado", + "route_tag_paved": "Camino pavimentado", + "route_tag_people": "Mucha gente", + "route_tag_pets": "Se admiten mascotas", + "route_tag_plenty_pokestops": "Muchas Poképaradas", + "route_tag_public_transport": "Cerca del transporte público", + "route_tag_raid_friendly": "Muchos Gimnasios", + "route_tag_rainy_day": "Perfecta para un día lluvioso", + "route_tag_rocky": "Rocoso", + "route_tag_running": "Bueno para correr", + "route_tag_sandy": "Arenoso", + "route_tag_seasonal": "De temporada", + "route_tag_sightseeing": "Con vistas", + "route_tag_stroller": "Accesible con cochecito", + "route_tag_sunny_day": "Perfecta para un día soleado", + "route_tag_tree_cover": "Cubierto de árboles", + "route_tag_unpaved": "Camino sin pavimentar", + "route_tag_views": "Magníficas vistas", + "route_tag_walking": "Bueno para andar", + "route_tag_wheelchair": "Accesible para sillas de ruedas", + "route_tag_wildlife": "Muchos animales", + "route_tag_woodsy": "Boscoso", + "route_tags_label": "ETIQUETAS", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "Oscuro", + "team_1": "Sabiduría", + "team_2": "Valor", + "team_3": "Instinto", + "team_a_0": "Sin equipo", + "team_a_1": "Equipo Sabiduría", + "team_a_2": "Equipo Valor", + "team_a_3": "Equipo Instinto", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "Condiciones extremas", + "weather_1": "Despejado", + "weather_2": "Lluvioso", + "weather_3": "Parcialmente nublado", + "weather_4": "Cielo cubierto", + "weather_5": "Viento", + "weather_6": "Nieve", + "weather_7": "Niebla", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/client/public/locales/fr/translation.json b/client/public/locales/fr/translation.json new file mode 100644 index 000000000..094027e6d --- /dev/null +++ b/client/public/locales/fr/translation.json @@ -0,0 +1,7280 @@ +{ + "login": "Connexion", + "click_once": "Ne cliquer 'Autoriser' qu'une fois", + "save": "Enregistrer", + "reset": "Réinitialiser", + "close": "Fermer", + "reset_filters": "Réinitialiser les Filtres", + "pokemon_filters": "Filtres de Pokémon", + "gyms_filters": "Filtres d'Arènes", + "pokestops_filters": "Filtres de Pokéstops", + "nests_filters": "Filtres de Nids", + "help": "Aide", + "apply_to_all": "Appliquer à tous", + "disable_all": "Tout Désactiver", + "enable_all": "Tout Activer", + "enabled": "Activé", + "legacy": "Legacy", + "id": "ID", + "location": "Position", + "search_pokemon": "Recherche Pokémon", + "search_nests": "Recherche Nids", + "search_gyms": "Recherche Arènes", + "search_pokestops": "Recherche Pokéstops", + "search_raids": "Rechercher des raids", + "search_eggs": "Rechercher des œufs", + "search_quests": "Rechercher des quêtes", + "search_lures": "Rechercher des leurres", + "search_invasions": "Rechercher des invasions", + "sm": "S", + "md": "M", + "lg": "L", + "xl": "XL", + "min": "Min", + "max": "Max", + "set_size": "Définir Taille d'icône", + "slot_selection": "Sélection place libre", + "generations": "Générations", + "types": "Types", + "forms": "Formes", + "rarity": "Rareté", + "others": "Autres", + "categories": "Catégories", + "rank": "Rang", + "slider_iv": "Plage IV", + "slider_great": "Ligue Super", + "slider_ultra": "Ligue Hyper", + "slider_little": "Petite Ligue", + "slider_atk_iv": "Attaque", + "slider_def_iv": "Défense", + "slider_sta_iv": "Stamina", + "slider_level": "Niveau", + "slider_size": "Taille", + "abbreviation_level": "N", + "lvl": "Niv", + "cap": "Cap", + "custom": "Personnalisé", + "valid": "Valide", + "invalid": "Invalide!", + "overwrites": "Écraser tous les filtres", + "valid_filter": "Filtres de Stats Valides", + "invalid_filter": "Entrer Filtre Valide", + "gyms": "Arènes", + "nests": "Nids", + "pokestops": "Pokéstops", + "pokemon": "Pokémon", + "wayfarer": "Wayfarer", + "scan_areas": "Villes", + "s2cells": "Cellules S2", + "weather": "Météo", + "admin": "Admin", + "settings": "Paramètres", + "advanced": "Avancé", + "tile_servers": "Type de cartes", + "icons": "Icônes", + "navigation": "Navigation", + "drawer": "Menu", + "tile_servers_default": "Défaut", + "drawer_temporary": "Temporaire", + "drawer_persistent": "Persistant", + "locale_selection": "Sélection Langue", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "Importer", + "export": "Exporter", + "logout": "Déconnecter", + "local_storage_cleared": "Le stockage local a été supprimé !", + "iv_or_filter": "Filtre IV OU", + "polygons": "Polygones", + "raids": "Raids", + "ex_eligible": "Arène EX", + "in_battle": "En Combat", + "all_pokestops": "Tous les Pokéstops", + "lures": "Leurres", + "quests": "Quêtes", + "invasions": "Invasions", + "portals": "Portails", + "submission_cells": "Cellules Wayfarer", + "spawnpoint": "Spawnpoint", + "spawnpoints": "Spawnpoints", + "s2_cell_level": "Cellule S2 Niveau {{level}}", + "total_count": "Compte Total", + "next_submission": "Prochaine Soumission!", + "never": "Jamais", + "next_gym": "Prochaine Arène", + "scan_cells": "Cellules de scan", + "devices": "Appareils", + "use_my_location": "Utiliser Ma Position", + "submit_feedback_title": "Envoyer Commentaire/Rapport de bug", + "use_the_link_below": "Vous pouvez utiliser le lien ci-dessous pour vos commentaires ou bugs rencontrés.", + "feedback_to_devs": "Ces commentaires sont envoyés directement aux développeurs.", + "feedback_form": "Formulaire Commentaire", + "unknown_pokestop": "Pokéstop Inconnu", + "unknown_gym": "Arène Inconnue", + "exclude": "Exclure", + "exclude_quest": "Exclure Quête", + "exclude_invasion": "Exclure Invasion", + "exclude_team": "Exclure Équipe", + "exclude_raid": "Exclure Raid", + "exclude_lure": "Exclure Leurre", + "timer": "Timer", + "hide": "Cacher", + "tier": "Niv.", + "slots": "Places", + "mega": "Méga", + "form": "Forme", + "starts": "Démarre", + "ends": "Fin à", + "defender": "Défenseur", + "best_buddy": "Meilleur ami", + "cp": "PC", + "kilogram": "kg", + "meter": "m", + "total_cp": "PC Total", + "first_seen": "Découvert à", + "last_seen": "Actualisé à", + "last_modified": "Dernière Modification", + "last_updated": "Dernière Mise à jour", + "imported": "Importé", + "nest_estimated": "Les données de Nids sont estimées !", + "verify_nests": "Vérifiez avec les Pokémon présents", + "nest_out_of_date": "Les Nids sont potentiellement périmés !", + "nest_check_current": "Vérifier les Pokémon présents à la place", + "spawns_per_hour": "par heure", + "teams": "Équipes", + "eggs": "Œufs", + "reverse": "Inversé", + "selected": "Sélectionné", + "unselected": "Déselectionné", + "only_available": "Disponible", + "common": "Commun", + "uncommon": "Peu commun", + "rare": "Rare", + "ultra_rare": "Ultra Rare", + "regional": "Régional", + "event": "Évènement", + "legendary": "Légendaire", + "mythical": "Mythique", + "ultra_beast": "Ultra Bête", + "alt_forms": "Autres Formes", + "alola": "Alola", + "galarian": "Galarien", + "showing": "Affiché ", + "instance": "Instance", + "online": "Online", + "offline": "Offline", + "boosted_types": "Types Boostés", + "pokemon_options": "Options Pokémon", + "pokestops_options": "Options Pokéstop", + "gyms_options": "Options Arènes", + "nests_options": "Options Nids", + "wayfarer_options": "Options Wayfarer", + "admin_options": "Options Admin", + "weather_options": "Options météo", + "s2cells_options": "Options des cellules S2", + "clustering": "Regrouper", + "glow": "Halo", + "legacy_filter": "Filtre Legacy", + "raid_timers": "Tous les Timers Raid", + "invasion_timers": "Tous les Timers Invasion", + "lure_timers": "Tous les Timers Leurre", + "device_path_color": "Couleur de route", + "old_portals": "Anciens Portails", + "new_portals": "Nouveaux Portails", + "items": "Objets", + "energy": "Énergie", + "ar_eligible": "Cartographie RA Active", + "iv_circles": "Indicateurs d'IV", + "min_iv_circle": "Seuil étiquette IV", + "interaction_ranges": "Portée d'interaction", + "cannot_connect": "\nImpossible de se connecter au serveur.\nRé-essayer immédiatement ne ferait que surcharger le serveur.\nEssayez à nouveau dans quelques minutes.\n\n- Merci -", + "mad_quest_text": "Quêtes Directes", + "xs": "XS", + "primary": "Primaire", + "secondary": "Secondaire", + "zero_iv": "IV 0%", + "hundo_iv": "100% IV", + "open_menu": "Ouvrir le Menu", + "zoom_in": "Zoom avant", + "zoom_out": "Zoom arrière", + "welcome": "Bienvenue sur", + "back": "retour", + "next": "suivant", + "finish": "Terminer", + "start_tutorial": "Démarrer le Tutoriel", + "view_profile": "Voir le Profil", + "login_optional": "Connexion (Optionnel)", + "tutorial": "Tutoriel", + "tutorial_language": "Choisissez votre Langue", + "tutorial_welcome": "Ce tutoriel est intéractif. Il est fortement recommandé de tester les différentes options proposées.", + "tutorial_categories": "Catégories auxquelles vous avez accès", + "tutorial_logged_in": "Vous pouvez voir le détail de vos autorisations en visualisant votre profil.", + "tutorial_logged_out": "Vous pouvez voir le détail de vos autorisations en vous connectant.", + "tutorial_sidebar_0": "Tous vos Filtres et Paramètres se trouvent ici", + "tutorial_sidebar_1": "Pour chaque catégorie vous pouvez activer ou désactiver n'importe quelle donnée en utilisant des switchs", + "tutorial_sidebar_2": "Options: Personnalisations Supplémentaires\nAvancé: Nous couvrirons cette partie plus loin dans le tutoriel", + "tutorial_sliders_0": "Utilisation de curseurs pour ajuster les filtres", + "tutorial_sliders_1": "Pokémon Entre:", + "tutorial_sliders_2": "- IVs {{iv0}}% et {{iv1}}%", + "tutorial_sliders_3": "Niveau {{level0}} et {{level1}}", + "tutorial_sliders_3alt": "- ET est Niveau {{level0}} à {{level1}}", + "tutorial_sliders_4": "- Ligue Super Rang {{gl0}} à {{gl1}}", + "tutorial_sliders_4alt": "- OU Ligue Super Rang {{gl0}} à {{gl1}}", + "tutorial_sliders_5": "- Ligue Ultra Rang {{ul0}} à {{ul1}}", + "tutorial_sliders_5alt": "- OU Ligue Ultra Rang {{ul0}} à {{ul1}}", + "tutorial_sliders_6": "S'ajoute aux autres de la même couleur", + "tutorial_sliders_7": "Filtre indépendant des autres curseurs", + "tutorial_sliders_8": "Un Curseur 'Complet' signifie que celui-ci est désactivé:", + "tutorial_sliders_9": "Tous les Pokémon que les IV soient vérifiés ou pas", + "tutorial_help": "Raccourci vers ce menu", + "tutorial_adv_filter": "Mobile uniquement, ouvre les options de filtres du menu avancé", + "tutorial_tune": "Configure le filtre avancé pour tous les Pokémon actuellement filtrés dans le menu", + "tutorial_format_size": "Configure la taille des icônes pour tous les éléments actuellement filtrés dans le menu", + "tutorial_check": "Active tous les éléments actuellement filtrés dans le menu", + "tutorial_clear": "Désactive tous les éléments actuellement filtrés dans le menu", + "tutorial_save": "Sauver la sélection actuelle et quitter", + "tutorial_show_all_view": "Activer les Pokéstops & Arènes", + "tutorial_show_pokemon_view": "Activer les Pokémon", + "tutorial_toggle": "Cliquer le ✓/✗ active/désactive cet élément", + "tutorial_pokemon_caption": "Cette icône vous permet de configurer les filtres pour ce pokémon spécifique", + "tutorial_all_caption": "Les équipes ont un menu spécifique\nLa taille des icônes peut être adaptée pour tous les autres éléments", + "tutorial_popup_0": "Les Popups sont à présent interactifs!", + "tutorial_popup_1": "Les 3 points ouvrent les options permettant de cacher, exclure ou activer les timers", + "tutorial_popup_2": "Les icônes de chaque coté de la navigation s'ouvrent afin de présenter des informations supplémentaires, testez-les!", + "tutorial_popup_3": "Les icônes varient pour chaque catégorie, vérifiez les tous", + "tutorial_closing_0": "Informations Supplémentaires", + "tutorial_closing_1": "Les curseurs Pokémon dans la barre latérale fonctionnent séparément du menu avancé et n'ont pas d'effet l'un sur l'autre", + "tutorial_closing_2": "Vérifiez les paramètres dans la section Paramètres de la barre latérale", + "tutorial_closing_3": "Il y a beaucoup d'options esthétiques pour chaque catégorie, mais restez conscient qu'au plus vous activez d'options, au plus la carte sera lente", + "tutorial_closing_4": "Vous pouvez re-visualiser ce tutoriel depuis le menu Paramètres dans la barre latérale", + "tutorial_closing_5": "Restez prudent et Bonne Chance!", + "intro": "Introduction", + "sidebar": "Barre latérale", + "sliders": "Curseurs", + "popups": "Popups", + "closing": "Conclusion", + "shortcuts": "Raccourcis", + "iv": "IV", + "area_restrictions": "Restrictions de Zones", + "map": "Carte", + "stats": "Stats", + "pvp": "PVP", + "area_restrictions_subtitle": "Vous avez accès à ces zones", + "devices_subtitle": "Affiche la localisation des appareils actifs et leurs routes", + "gyms_subtitle": "Affiche la localisation de toutes les Arènes, équipes en contrôle, et nombre de places disponibles", + "invasions_subtitle": "Affiche les informations d'invasions de la Team Rocket, y compris les combats, heure d'expiration et récompenses possibles", + "iv_subtitle": "Affice les % d'IV et options de mise en évidence", + "lures_subtitle": "Affiche les infos des Leurres, y compris les types et heure d'expiration", + "map_subtitle": "Affiche la Carte", + "nests_subtitle": "Affiche les nids et Polygones de nids actifs", + "pokemon_subtitle": "Affiche la localisation de tous les Pokémon et heure d'expiration", + "pokestops_subtitle": "Affiche la localisation de tous les Pokéstops", + "portals_subtitle": "Affiche tous les Portails Ingress", + "pvp_subtitle": "Affiche les infos PVP/PC/Niveau pour chaque Pokémon", + "quests_subtitle": "Affiche les récompenses de quêtes et tâches", + "raids_subtitle": "Affiche les informations de raids y compris les Boss et leurs attaques, Oeufs et heure d'expiration", + "scan_cells_subtitle": "Affiche la dernière fois que la cellule S2 a été scannée", + "scan_areas_subtitle": "Affiche les zones de scan", + "spawnpoints_subtitle": "Affiche les points d'apparition et les heures d'expiration estimées", + "stats_subtitle": "Affiche les Stats et Niveaux des Pokémon", + "submission_cells_subtitle": "Affiche des informations utiles pour soumettre de nouveaux POI", + "weather_subtitle": "Affiche les informations météo du jeu pour chaque cellule", + "scanner_subtitle": "Formuler des demandes de scan sur mesure", + "s2cells_subtitle": "Afficher les cellules S2 de différents niveaux sur la carte", + "backups_subtitle": "Activer des sauvegardes et chargements de paramètres d'un appareil à l'autre", + "backups": "Sauvegardes", + "user_profile": "Profil Utilisateur", + "user_username": "Nom d'utilisateur ", + "candy": "Bonbon", + "show_ex_badge": "Afficher les Badges EX", + "search": "Recherche", + "global_search_quests": "Entrer le nom de la récompense...", + "global_search_lures": "Entrer le nom d'un Leurre...", + "global_search_pokestops": "Entrer le nom d'un Pokéstop...", + "global_search_gyms": "Entrer le nom d'une Arène...", + "global_search_portals": "Entrer le nom d'un Portail...", + "global_search_nests": "Entrer le nom d'un Nid...", + "global_search_raids": "Entrer le nom d'un Boss de Raid...", + "global_search_pokemon": "Entrer le nom d'un Pokémon...", + "global_search_invasions": "Entrez le type de Sbire, son nom ou Pokémon de récompense...", + "raid_level_badges": "Badges de Niveau de Raid", + "options": "Options", + "profile": "Profil", + "pokemon_icons": "Icônes de Pokémon", + "pokestop_icons": "Icônes de Pokéstop", + "gym_icons": "Icônes d'Arènes", + "team_icons": "Icônes d'équipes", + "egg_icons": "Icônes d'œufs", + "raid_icons": "Icônes de Raid", + "nest_icons": "Icônes de Nids", + "reward_icons": "Icônes de Récompenses", + "type_icons": "Icônes de Type", + "weather_icons": "Icônes Météo", + "misc_icons": "Icônes Divers", + "invasion_icons": "Icônes d'Invasions", + "spawnpoint_icons": "Icônes de points d'apparition", + "device_icons": "Icônes d'appareils", + "pokemon_audio": "Son de pokémon", + "pokestop_audio": "Son de pokéstop", + "gym_audio": "Son d'arène'", + "team_audio": "Son d’équipe", + "egg_audio": "Son d’œuf", + "raid_audio": "Son de raid", + "nest_audio": "Son de nid", + "reward_audio": "Son de quête", + "type_audio": "Son de type", + "weather_audio": "Son de météo", + "misc_audio": "Son divers", + "invasion_audio": "Son d’invasion", + "spawnpoint_audio": "Son de point d’apparition", + "device_audio": "Son d’appareil", + "pokemon_timers": "Tous les timers Pokémon", + "show_dex_num_in_popup": "Visualiser le # de Pokédex en Popup", + "popup": "Popup", + "pvp_level": "Stats PvP Niveau {{level}}", + "pvp_mega": "Stats PvP Méga", + "webhook_entry": "Ajouter à {{name}}", + "remove_webhook_entry": "Supprimer de {{name}}", + "distance": "Distance", + "gym": "Arène", + "egg": "Œuf", + "raid": "Raid", + "lure": "Leurre", + "quest": "Quête", + "invasion": "Invasion", + "nest": "Nid", + "pokestop": "Pokéstop", + "team": "Équipe", + "global": "Global", + "manage_webhook": "Gérer {{name}}", + "drag_and_drop": "Glisser et déposer le marqueur pour définir votre emplacement", + "click_to_select": "Valider", + "add_new": "Ajouter une alerte {{category}}", + "my_location": "Ma position", + "choose_on_map": "Choisir sur la carte", + "select_profile": "Sélectionner un profil", + "distance_radius": "Aperçu du rayon des distances", + "areas": "Zones", + "select_webhook": "Sélectionner un bot", + "ar_quest_true": "Avec RA", + "ar_quest_false": "Sans RA", + "with_ar": "Avec RA", + "both": "Tout", + "without_ar": "Sans RA", + "exclude_quest_multi": "Exclure {{reward}}", + "cluster_limit_0": "La limite de {{variable_1}} pour les ({{variable_0}}) est atteinte", + "cluster_limit_1": "Veuillez zoomer davantage ou ajouter des filtres", + "show_polygons": "Afficher les Polygones", + "exclude_invasion_multi": "Exclure {{invasion}}", + "stardust": "Poussière d'étoiles", + "slider_cp": "PC", + "pvp_ranking_league": "Ligue", + "pvp_ranking_min_cp": "PC min", + "slider_pvp": "Rang", + "profile_no": "Profil", + "template": "Modèle", + "gender": "Sexe", + "clean": "Effacer", + "all_forms": "Toutes les formes", + "pvp_entry": "Entrée PVP", + "no_iv": "Sans IV inclus", + "by_distance": "Par Distance", + "min_time": "Temps min", + "add_new_profile": "Ajouter un nouveau profil", + "slider_none": "Aucun", + "non_registered_human_title": "Oups, quelque chose n'est pas bon !", + "non_registered_human_desc": "Vous n'êtes peut-être pas enregistré auprès de {{webhook}}.\nOu le serveur est actuellement inaccessible", + "try_again_later": "Veuillez réessayer plus tard", + "selected_areas_one": "{{count}} zone sélectionnée", + "selected_areas_other": "{{count}} zones sélectionnées", + "webhook_selection": "{{name}} Sélection", + "message_of_the_day": "Message du jour", + "has_quest_indicator": "Couleur alternative pour afficher les Quêtes", + "show_ar_badge": "Afficher les Badges RA", + "all_gyms": "Toutes les Arènes", + "general": "Générale", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "Lien global et avancé", + "normal_forms": "Formes normales", + "weather_indicator": "Indicateur météo", + "page": "Page {{page}}", + "navigation_controls": "Commandes de navigation", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "Exclusif", + "all_moves": "Toutes les attaques", + "move": "Attaque", + "any": "Peu importe", + "min_spawn_average": "Taux d'apparition min", + "select_all": "Sélectionner tout", + "delete_all": "Effacer sélection", + "cancel": "Annuler", + "day_1": "Lundi", + "day_2": "Mardi", + "day_3": "Mercredi", + "day_4": "Jeudi", + "day_5": "Vendredi", + "day_6": "Samedi", + "day_7": "Dimanche", + "profile_name": "Nom du profil", + "manage_profiles": "Gérer les profils", + "min_spawn_avg": "Taux d'apparition min", + "poke_global": "Tous", + "amount": "Quantité", + "specific_gym": "Arène spéficique", + "search_location": "Recherche d'adresse", + "search_specific": "Chercher un(e) {{category}} spécifique", + "webhook_success_gym": "Les alertes d'arènes, œufs et changement d'équipe ont été ajoutées !", + "slot_changes": "Changements de places", + "slot_changes_poracle": "slot_changes", + "confirm_delete": "Toutes les alertes de ce profil seront supprimées, êtes-vous sûr ?", + "confirm_copy": "Choisissez le profil vers lequel vous souhaitez copier \"{{profile}}\" (le profil de destination sera écrasé).", + "webhook_error": "{{name}} n'a pas pu traiter cette demande.\nMerci de ré-essayer plus tard.", + "profile_error": "Doit être unique et valide.", + "team_0": "Harmony", + "battle_changes": "Attaquée", + "battle_changes_poracle": "battle_changes", + "auto": "Auto", + "webhooks_subtitle": "Gérer vos alertes directement depuis la carte pour ces bots", + "event_stops_subtitle": "Affiche les Pokéstops d'événements spéciaux comme Kecleon", + "webhooks": "Alertes", + "scanner": "Actions du Scanner", + "everything_individually": "Ajouter des alertes individuelles", + "individually": "individuellement", + "join": "Rejoindre", + "errors_404": "Oups, cette page est introuvable !", + "errors_500": "Il y a eu une erreur de serveur, ré-essayez plus tard !", + "local_username": "Nom d'utilisateur", + "local_password": "Mot de passe", + "local_error": "Il y a eu une erreur, veuillez ré-essayer plus tard !", + "no_filter_results": "Aucun résultat trouvé\n\nEssayez d'élargir vos filtres", + "donor_page": "Donateur", + "go_back": "Retour", + "access": "Accès", + "link_discord": "Lier Discord", + "select_webhook_strategy": "Gestionnaire d'alertes", + "webhook_strategy_success_0": "Succès! \nActualisation pour récupérer les paramètres d'alertes...", + "register": "S'inscrire", + "invalid_credentials": "Les informations d'identification sont invalides", + "localauth_failed": "Authentification impossible", + "error_creating_user": "Impossible d'enregistrer un nouvel utilisateur pour le moment", + "discord_linked": "Discord lié", + "telegram_linked": "Télégram lié", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 6, + "popup_gym_seen_timer_width": 6, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 6, + "popup_pokestop_seen_timer_width": 6, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 6, + "popup_pokemon_seen_timer_width": 5, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 12, + "join_button": 12, + "level": "niveau", + "km": "km", + "feedback": "Retour", + "donor_menu": "Menu des donateurs", + "pokemon_cell": "L'emplacement du Pokémon peut varier", + "timer_verified": "Ce timer est vérifié", + "timer_unverified": "Ce timer n'est pas vérifié", + "all": "Tout", + "badge_0": "Sans", + "badge_1": "Basique", + "badge_2": "Bronze", + "badge_3": "Argent", + "badge_4": "Or", + "gym_badge_menu": "Editer Badge d'Arène", + "gym_badges": "Badges d'Arènes", + "gym_badge_diamonds": "Afficher les Badges d'Arènes", + "gym_badges_subtitle": "Affiche les badges d'arènes sur la carte et une liste dans la page profile.", + "confirm_filters_reset": "Réinitialiser les filtres", + "filters_reset_text": "Voulez-vous vraiment réinitialiser les paramètres aux valeurs par défaut ? \nCelà ne peut pas être annulé!", + "filters_reset_title": "Réinitialiser les filtres", + "raid_quick_select": "Sélection rapide", + "disabled": "Désactivé", + "loading": "Chargement {{category}}", + "loading_icons": "Récupération des Icônes", + "loading_invasions": "Récupération des Invasions", + "scan_next": "Scanner un emplacement", + "scan_next_choose": "Glisser et déposer le marqueur pour définir l'emplacement de scan", + "scan_zone": "Scanner une zone", + "scan_zone_choose": "Glisser et déposer le marqueur pour définir l'emplacement et choisissez la taille du scan", + "scan_zone_size": "Taille", + "scan_zone_range": "Portée", + "scan_zone_spacing": "Espacement", + "scan_zone_radius": "Rayon", + "scan_requests": "Demandes de Scan ", + "scan_queue": "File d'attente ", + "click_to_scan": "Scanner ici", + "scan_confirmed_title": "Demande de scan confirmée", + "scan_confirmed": "L'appareil a été envoyé à la position de scan, le résultat sera bientôt visible sur la map !", + "scan_loading_title": "Envoi de la demande de scan", + "scan_loading": "Votre demande de scan est analysée et transmise au système !", + "scan_error_title": "Erreur", + "scan_error": "Il y a eu une erreur lors du traitement de la demande de scan...", + "scan_outside_area": "Cet emplacement est en dehors des zones autorisées", + "pvp_ranking_cap": "Niveau", + "lc_title": "Suivez votre position", + "lc_metersUnit": "mètres", + "lc_feetUnit": "pieds", + "lc_popup": "Vous êtes à {distance} {unit} de ce point", + "lc_outsideMapBoundsMsg": "Vous semblez situé en dehors des limites de la carte", + "no_alerts": "Aucune alerte trouvée", + "loading_settings": "Chargement des paramètres", + "refresh_to_continue": "Veuillez actualiser avant de continuer", + "session_expired_title": "La session a expiré", + "session_expired_body": "Votre session a expiré", + "old_client_title": "Mise à jour", + "old_client_body": "Une nouvelle version de cette carte est disponible", + "early_old_client_title": "Version obsolète", + "early_old_client_body": "Une ancienne version du client de l'app pourrait être en mémoire dans votre navigateur. Veuillez vider le cache de votre navigateur.", + "refresh": "Rafraîchir", + "points": "Points", + "day": "Jour", + "days": "Jours", + "react_error": "Un problème est survenu", + "clickable_icon": "L'icône est cliquable", + "two_stops_till_next": "2 pokéstops jusqu'à la prochaine", + "one_stop_till_next": "1 pokéstops jusqu'à la prochaine", + "no_more_gyms": "Plus d'arènes", + "light_map_border": "Bordure de carte claire", + "dark_map_border": "Bordure de carte sombre", + "cell_blocked": "Cellule bloquée", + "poi_color": "Couleur du point d'intérêt", + "quest_condition": "État de la quête", + "always_show_labels": "Toujours afficher les étiquettes", + "scan_areas_options": "Options des zones de scan", + "historic_rarity": "Rareté historique", + "poi": "POI", + "300m_range": "Portée 300m", + "lure_range": "Distance des Leurres", + "custom_range": "Plage Personnalisée", + "tap_to_toggle": "Appuyez pour basculer", + "power_up": "Boost", + "never_alt": "Jamais", + "seen_nearby_stop": "Vus à proximité", + "seen_nearby_cell": "Vus dans cette cellule", + "seen_lure_encounter": "Pokemon de Leurre", + "seen_lure_wild": "Pokemon Sauvage de Leurre", + "seen_wild": "Pokemon Sauvage", + "event_stops": "Évènements", + "event_stop_timers": "Timers Pokéstop Évènement", + "size_0": "Tous", + "size_1": "XXS", + "size_2": "XS", + "size_3": "M", + "size_4": "XL", + "size_5": "XXL", + "show_size_indicator": "Afficher les indicateurs de taille", + "size": "Taille", + "gold_stop": "Pokéstop Doré", + "profile_backups": "Changement de profil", + "new_backup": "Nouvelle Sauvegarde", + "create": "Créer", + "load": "Charger", + "update": "Mettre à jour", + "delete": "Supprimer", + "name": "Nom", + "only_confirmed": "Confirmé seulement", + "only_exclude_grunts": "Exclure les grognements", + "only_exclude_leaders": "Exclure les dirigeants", + "rocket_pokemon": "Pokémon Rocket", + "decoy": "Leurre", + "s2_cell_limit_0": "Vous avez essayé de générer plus de 20 000 cellules ({{variable_0}})", + "s2_cell_zoom_limit": "Certaines cellules sont trop petites pour être affichées à ce niveau de zoom", + "show_all_pvp_ranks": "Afficher tous les rangs PVPS", + "enable_pokemon_popup_coords": "Afficher les coordonnées Pokémon", + "enable_gym_popup_coords": "Afficher les coordonnées Arènes", + "enable_pokestop_popup_coords": "Afficher les coordonnées Pokéstop", + "enable_portal_popup_coords": "Afficher les coordonnées Portails", + "on_block_join_discord": "Rejoignez le serveur Discord pour plus d'informations.", + "on_block_msg": "Vous avez été bloqué car membre de", + "denied": "Refusé", + "showcase": "Concours", + "unknown_event": "Inconnu", + "scanner_countdown": "Disponible dans {{time}}s", + "success": "Succès", + "contribute": "Contribuer", + "mi": "mi", + "filter_by_areas": "Filtrer par Zones", + "submit_nest_name": "Soumettre un Nom de Nid", + "nest_submission_menu": "Mise à Jour du Nom", + "nest_submissions": "Soumissions de Nid", + "nest_submissions_subtitle": "Vous permet de soumettre de nouveaux noms pour les nids", + "pokemon_opacity": "Opacité Dynamique des Pokémon", + "invasion_opacity": "Opacité Dynamique des Invasions", + "raid_opacity": "Opacité Dynamique des Raids", + "opacity_ten_minutes": "Opacité à 10 minutes", + "opacity_five_minutes": "Opacité à 5 minutes", + "opacity_one_minute": "Opacité à 1 minute", + "level_circles": "Indicateurs de Niveau", + "min_level_circle": "Niveau Minimum de l'indicateur", + "mutation_auth_error": "Votre demande n'a pas abouti car vous n'êtes pas connecté", + "submitted_by": "Soumis Par", + "reversible": "Réversible", + "version": "Version", + "route_tags": "Tags de routes", + "routes": "Routes", + "route_type": "Type de routes", + "routes_subtitle": "Voir les routes dans le jeu et les informations pertinentes à leur sujet sur la carte", + "description": "Description", + "additional_info": "Informations supplémentaires", + "duration": "Durée", + "elevation": "Dénivelé", + "contest_category_1": "Plus petite taille", + "context_category_2": "Plus grande taille", + "total_entries": "Total des entrées", + "showcase_rankings": "Classement de mise en valeur", + "showcase_rankings_subtitle": "Affiche une liste des meilleurs classements pour une mise en valeur à un Pokestop", + "tth": "TTH", + "tth_0": "Tous", + "tth_1": "Connus", + "tth_2": "Inconnus", + "no_access": "Pas d'accès", + "cooldown": "Cool Down", + "scan_some_outside_area": "Certaines localisations sont en dehors des limites autorisées", + "alerts": "alertes", + "alert_manager": "Gestionnaire d'alerte", + "menu": "Menu", + "theme": "Thême", + "exit": "Sortie", + "component": "Composant", + "component_login_page": "Page de connexion", + "component_donation_page": "Page de don", + "component_message_of_the_day": "Message du jour", + "download": "Télécharger", + "playground": "Playground", + "locale": "Langue", + "saved": "Sauvegardé", + "show_editor": "Montrer l'éditeur", + "hide_editor": "Cacher l'éditeur", + "reported_error": "Cette erreur a été remontée au serveur avec son identifiant", + "dark_mode": "Mode Sombre", + "load_from_autosave": "Charger la sauvegarde auto", + "done": "Fait", + "fast": "Rapide", + "charged": "Chargée", + "offline_mode": "Mode Hors Ligne", + "include_sponsored": "Inclure Sponsorisé", + "showcase_color": "Couleur des Concours", + "partner_color": "Couleur Partenaire", + "disable": "Désactiver {{- name}}", + "profiling": "Profiling", + "showcase_block": "Bloqué à cause d'un concours", + "signed_in_as": "Connecté en tant que", + "missing_map_perm": "Vous n'avez pas la permission de voir la carte.", + "access_denied": "Accès refusé", + "audio": "Audio", + "desktop_notifications": "Notifications Bureau", + "notifications_options": "Options de Notifications", + "audio_always_on": "Toujours jouer l'audio", + "volume_level": "Niveau du Volume", + "notifications_status": "Statut des Notifications", + "granted": "autorisé", + "set_all": "Définir tous", + "set_filtered": "Définir filtrés", + "only_show_available": "Montrer disponible seulement", + "easy_mode": "Mode Facile", + "quick_select": "Sélecteurs rapides globaux", + "pokemon_filter_mode": "Mode Filtres de Pokémon", + "basic": "Basique", + "intermediate": "Intermédiaire", + "expert": "Expert", + "basic_description": "Sélectionner facilement des Pokémon et appliquer un filtre global", + "intermediate_description": "Définir des filtres globaux et individuels par Pokémon (traditionnel)", + "expert_description": "Définir des filtres manuels pour des personnalisations avancées", + "icon_size": "Taille d'icônes", + "developer": "Developpeur", + "raid_override": "Raid Override", + "search_rocket_pokemon": "Recherche Pokémon de Sbire", + "main": "Principal", + "extra": "Extra", + "select": "Sélection", + "searching": "recherche...", + "no_options": "Pas d'options...", + "and": "ET", + "or": "OU", + "only_global": "Seulement Global", + "global_caption": "Ignore tous les autres filtres", + "global_and_individual": "Filtres Global & Individuel", + "gender_filters_all": "Les genres s'appliquent à tous", + "and_caption": "Filtres combinés", + "or_caption": "Filtres indépendants", + "filter_help": "Aide des filtres", + "kilometers": "Kilomètres", + "miles": "Miles", + "distance_unit": "Unité de Distance", + "data_management": "Gestion des données", + "reset_or_manage_text": "Vous pouvez soit réinitialiser tous vos filtres, soit accéder à la gestion des données pour réinitialiser les filtres de certaines catégories seulement.", + "reset_audio": "Réinitialiser Audio", + "reset_all": "Réinitialiser Tout", + "reset_icons": "Réinitialiser Icônes", + "reset_position": "Réinitialiser Position", + "reset_ui": "Réinitialiser UI", + "reset_options": "Réinitialiser Options", + "reset_menus": "Réinitialiser Menus", + "reset_settings": "Réinitialiser Paramètres", + "reset_general_title": "Général", + "reset_filters_title": "Filtres", + "reset_assets": "Assets", + "reset_pokemon": "Réinitialiser Pokémon", + "reset_pokestops": "Réinitialiser PokéStops", + "reset_gyms": "Réinitialiser Arènes", + "reset_nests": "Réinitialiser Nids", + "reset_portals": "Réinitialiser Portails", + "reset_routes": "Réinitialiser Routes", + "reset_scan_areas": "Réinitialiser Villes", + "reset_scan_cells": "Réinitialiser Cellules de Scan", + "reset_devices": "Réinitialiser Appareils", + "reset_weather": "Réinitialiser Météo", + "reset_s2cells": "Réinitialiser Cellules S2", + "reset_spawnpoints": "Réinitialiser Points d'apparition", + "reset_submission_cells": "Réinitialiser Wayfarer", + "hisuian": "de Hisui", + "spacial_rend_range": "Portée Spatio-Rift", + "key": "Clé", + "ai": "IA", + "human": "Humain", + "locales": "Langues", + "instructions": "Instructions", + "locale_instructions_1": "Sélectionner une langue du menu déroulant", + "locale_instructions_2": "Entrer les traductions désirées dans la colonne \"Humain\"", + "locale_instructions_3": "Cliquer sur le bouton \"Télécharger\" pour obtenir le fichier JSON", + "locale_instructions_4": "Faire un clone du repo GitHub ci-dessous", + "locale_instructions_5": "Créer une branche et la nommer comme la langue traduite", + "locale_instructions_6": "Remplacer le contenu de \"packages/locales/lib/human/{{lng}}.json\" avec celui du fichier téléchargé.", + "locale_instructions_7": "Créer une demande de tirage \"PR\"", + "locale_instructions_8": "Attendre que la PR soit examinée et intégrée", + "enter_translation": "Saisir la traduction", + "individual_filters": "Filtres partiels", + "data_limit_reached": "Vous avez demandé trop de données récemment et êtes en période de refroidissement jusqu'à {{until}}", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Obscur", + "alignment_2": "Purifié", + "challenge_buddy_affection_plural": "Gagne {{amount}} cœurs avec ton copain", + "challenge_buddy_treat_plural": "Donne {{amount}} friandises à ton copain", + "character_category_0": "Unset", + "character_category_1": "Chef d'équipe", + "character_category_2": "Sbire", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Vacances", + "costume_2": "Fête", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Aventure", + "costume_6": "Casquette Noire", + "costume_7": "Fleur", + "costume_8": "Toque", + "costume_9": "Détective", + "costume_10": "One Piece", + "costume_11": "Pokémon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "Œuf Niveau 1", + "egg_1_plural": "Œufs Niveau 1", + "egg_2": "Œuf Niveau 2", + "egg_2_plural": "Œufs Niveau 2", + "egg_3": "Œuf Niveau 3", + "egg_3_plural": "Œufs Niveau 3", + "egg_4": "Œuf Niveau 4", + "egg_4_plural": "Œufs Niveau 4", + "egg_5": "Œuf Légendaire", + "egg_5_plural": "Œufs Légendaires", + "egg_6": "Œuf Méga", + "egg_6_plural": "Œufs Méga", + "egg_7": "Œuf Méga Légendaire", + "egg_7_plural": "Œufs Méga Légendaires", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Méga", + "evo_2": "Méga X", + "evo_3": "Méga Y", + "evo_4": "Primal", + "form_0": "form_0", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "!", + "form_28": "?", + "form_29": "Normal", + "form_30": "Solaire", + "form_31": "Eau de pluie", + "form_32": "Blizzard", + "form_33": "Normal", + "form_34": "Attaque", + "form_35": "Défense", + "form_36": "Vitesse", + "form_37": "00", + "form_38": "01", + "form_39": "02", + "form_40": "03", + "form_41": "04", + "form_42": "05", + "form_43": "06", + "form_44": "07", + "form_45": "Normal", + "form_46": "Alola", + "form_47": "Normal", + "form_48": "Alola", + "form_49": "Normal", + "form_50": "Alola", + "form_51": "Normal", + "form_52": "Alola", + "form_53": "Normal", + "form_54": "Alola", + "form_55": "Normal", + "form_56": "Alola", + "form_57": "Normal", + "form_58": "Alola", + "form_59": "Normal", + "form_60": "Alola", + "form_61": "Normal", + "form_62": "Alola", + "form_63": "Normal", + "form_64": "Alola", + "form_65": "Normal", + "form_66": "Alola", + "form_67": "Normal", + "form_68": "Alola", + "form_69": "Normal", + "form_70": "Alola", + "form_71": "Normal", + "form_72": "Alola", + "form_73": "Normal", + "form_74": "Alola", + "form_75": "Normal", + "form_76": "Alola", + "form_77": "Normal", + "form_78": "Alola", + "form_79": "Normal", + "form_80": "Alola", + "form_81": "Normal", + "form_82": "Motisma Froid", + "form_83": "Motisma Hélice", + "form_84": "Motisma Tonte", + "form_85": "Motisma Lavage", + "form_86": "Motisma Chaleur", + "form_87": "Plante", + "form_88": "Cape Sable", + "form_89": "Cape Déchet", + "form_90": "Forme Alternative", + "form_91": "Forme Originelle", + "form_92": "Forme Céleste", + "form_93": "Forme Terrestre", + "form_94": "Temps Couvert", + "form_95": "Temps Ensoleillé", + "form_96": "Mer Occident", + "form_97": "Mer Orient", + "form_98": "Mer Occident", + "form_99": "Mer Orient", + "form_100": "Normal", + "form_101": "Combat", + "form_102": "Vol", + "form_103": "Poison", + "form_104": "Sol", + "form_105": "Roche", + "form_106": "Insecte", + "form_107": "Spectre", + "form_108": "Acier", + "form_109": "Feu", + "form_110": "Eau", + "form_111": "Plante", + "form_112": "Électrik", + "form_113": "Psy", + "form_114": "Glace", + "form_115": "Dragon", + "form_116": "Ténèbres", + "form_117": "Fée", + "form_118": "Cape Plante", + "form_119": "Cape Sable", + "form_120": "Cape Déchet", + "form_121": "08", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "Armure", + "form_135": "Normal", + "form_136": "Motif Rouge", + "form_137": "Motif Bleu", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "Forme Avatar", + "form_141": "Forme Totémique", + "form_142": "Forme Avatar", + "form_143": "Forme Totémique", + "form_144": "Forme Avatar", + "form_145": "Forme Totémique", + "form_146": "Normal", + "form_147": "Kyurem Noir", + "form_148": "Kyurem Blanc", + "form_149": "Aspect Normal", + "form_150": "Resolute", + "form_151": "Forme Chant", + "form_152": "Pirouette", + "form_153": "Obscur", + "form_154": "Purifié", + "form_155": "Obscur", + "form_156": "Purifié", + "form_157": "Normal", + "form_158": "Obscur", + "form_159": "Purifié", + "form_160": "Normal", + "form_161": "Obscur", + "form_162": "Purifié", + "form_163": "Normal", + "form_164": "Obscur", + "form_165": "Purifié", + "form_166": "Normal", + "form_167": "Obscur", + "form_168": "Purifié", + "form_169": "Normal", + "form_170": "Obscur", + "form_171": "Purifié", + "form_172": "Normal", + "form_173": "Obscur", + "form_174": "Purifié", + "form_175": "Normal", + "form_176": "Obscur", + "form_177": "Purifié", + "form_178": "Normal", + "form_179": "Obscur", + "form_180": "Purifié", + "form_181": "Normal", + "form_182": "Obscur", + "form_183": "Purifié", + "form_184": "Normal", + "form_185": "Obscur", + "form_186": "Purifié", + "form_187": "Normal", + "form_188": "Obscur", + "form_189": "Purifié", + "form_190": "Normal", + "form_191": "Obscur", + "form_192": "Purifié", + "form_193": "Normal", + "form_194": "Obscur", + "form_195": "Purifié", + "form_196": "Normal", + "form_197": "Obscur", + "form_198": "Purifié", + "form_199": "Normal", + "form_200": "Obscur", + "form_201": "Purifié", + "form_202": "Normal", + "form_203": "Obscur", + "form_204": "Purifié", + "form_205": "Normal", + "form_206": "Obscur", + "form_207": "Purifié", + "form_208": "Normal", + "form_209": "Obscur", + "form_210": "Purifié", + "form_211": "Normal", + "form_212": "Obscur", + "form_213": "Purifié", + "form_214": "Normal", + "form_215": "Obscur", + "form_216": "Purifié", + "form_217": "Normal", + "form_218": "Obscur", + "form_219": "Purifié", + "form_220": "Obscur", + "form_221": "Purifié", + "form_222": "Obscur", + "form_223": "Purifié", + "form_224": "Normal", + "form_225": "Obscur", + "form_226": "Purifié", + "form_227": "Obscur", + "form_228": "Purifié", + "form_229": "Normal", + "form_230": "Obscur", + "form_231": "Purifié", + "form_232": "Normal", + "form_233": "Obscur", + "form_234": "Purifié", + "form_235": "Normal", + "form_236": "Obscur", + "form_237": "Purifié", + "form_238": "Normal", + "form_239": "Obscur", + "form_240": "Purifié", + "form_241": "Normal", + "form_242": "Obscur", + "form_243": "Purifié", + "form_244": "Normal", + "form_245": "Obscur", + "form_246": "Purifié", + "form_247": "Normal", + "form_248": "Obscur", + "form_249": "Purifié", + "form_250": "Normal", + "form_251": "Obscur", + "form_252": "Purifié", + "form_253": "Normal", + "form_254": "Obscur", + "form_255": "Purifié", + "form_256": "Normal", + "form_257": "Obscur", + "form_258": "Purifié", + "form_259": "Normal", + "form_260": "Obscur", + "form_261": "Purifié", + "form_262": "Normal", + "form_263": "Obscur", + "form_264": "Purifié", + "form_265": "Normal", + "form_266": "Obscur", + "form_267": "Purifié", + "form_268": "Normal", + "form_269": "Obscur", + "form_270": "Purifié", + "form_271": "Normal", + "form_272": "Obscur", + "form_273": "Purifié", + "form_274": "Normal", + "form_275": "Obscur", + "form_276": "Purifié", + "form_277": "Normal", + "form_278": "Obscur", + "form_279": "Purifié", + "form_280": "Normal", + "form_281": "Obscur", + "form_282": "Purifié", + "form_283": "Normal", + "form_284": "Obscur", + "form_285": "Purifié", + "form_286": "Normal", + "form_287": "Obscur", + "form_288": "Purifié", + "form_289": "Normal", + "form_290": "Obscur", + "form_291": "Purifié", + "form_292": "Normal", + "form_293": "Obscur", + "form_294": "Purifié", + "form_295": "Normal", + "form_296": "Obscur", + "form_297": "Purifié", + "form_298": "Normal", + "form_299": "Obscur", + "form_300": "Purifié", + "form_301": "Normal", + "form_302": "Obscur", + "form_303": "Purifié", + "form_304": "Normal", + "form_305": "Obscur", + "form_306": "Purifié", + "form_307": "Normal", + "form_308": "Obscur", + "form_309": "Purifié", + "form_310": "Normal", + "form_311": "Obscur", + "form_312": "Purifié", + "form_313": "Normal", + "form_314": "Obscur", + "form_315": "Purifié", + "form_316": "Normal", + "form_317": "Obscur", + "form_318": "Purifié", + "form_319": "Normal", + "form_320": "Obscur", + "form_321": "Purifié", + "form_322": "Normal", + "form_323": "Obscur", + "form_324": "Purifié", + "form_585": "Forme Printemps", + "form_586": "Forme Été", + "form_587": "Forme Automne", + "form_588": "Forme Hiver", + "form_589": "Forme Printemps", + "form_590": "Forme Été", + "form_591": "Forme Automne", + "form_592": "Forme Hiver", + "form_593": "Normal", + "form_594": "Module Choc", + "form_595": "Module Pyro", + "form_596": "Module Cryo", + "form_597": "Module Aqua", + "form_598": "Normal", + "form_599": "Noevolve", + "form_600": "Normal", + "form_601": "Noevolve", + "form_602": "Normal", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "Normal", + "form_611": "Obscur", + "form_612": "Purifié", + "form_613": "Normal", + "form_614": "Obscur", + "form_615": "Purifié", + "form_616": "Normal", + "form_617": "Obscur", + "form_618": "Purifié", + "form_619": "Normal", + "form_620": "Obscur", + "form_621": "Purifié", + "form_622": "Normal", + "form_623": "Obscur", + "form_624": "Purifié", + "form_625": "Normal", + "form_626": "Obscur", + "form_627": "Purifié", + "form_628": "Normal", + "form_629": "Obscur", + "form_630": "Purifié", + "form_631": "Normal", + "form_632": "Obscur", + "form_633": "Purifié", + "form_634": "Normal", + "form_635": "Obscur", + "form_636": "Purifié", + "form_637": "Normal", + "form_638": "Obscur", + "form_639": "Purifié", + "form_640": "Normal", + "form_641": "Obscur", + "form_642": "Purifié", + "form_643": "Normal", + "form_644": "Obscur", + "form_645": "Purifié", + "form_646": "Normal", + "form_647": "Obscur", + "form_648": "Purifié", + "form_649": "Normal", + "form_650": "Obscur", + "form_651": "Purifié", + "form_652": "Normal", + "form_653": "Obscur", + "form_654": "Purifié", + "form_655": "Normal", + "form_656": "Obscur", + "form_657": "Purifié", + "form_658": "Normal", + "form_659": "Obscur", + "form_660": "Purifié", + "form_661": "Normal", + "form_662": "Obscur", + "form_663": "Purifié", + "form_664": "Normal", + "form_665": "Obscur", + "form_666": "Purifié", + "form_667": "Normal", + "form_668": "Obscur", + "form_669": "Purifié", + "form_670": "Normal", + "form_671": "Obscur", + "form_672": "Purifié", + "form_673": "Obscur", + "form_674": "Purifié", + "form_675": "Obscur", + "form_676": "Purifié", + "form_677": "Normal", + "form_678": "Obscur", + "form_679": "Purifié", + "form_680": "Normal", + "form_681": "Obscur", + "form_682": "Purifié", + "form_683": "Normal", + "form_684": "Obscur", + "form_685": "Purifié", + "form_686": "Obscur", + "form_687": "Purifié", + "form_688": "Normal", + "form_689": "Obscur", + "form_690": "Purifié", + "form_691": "Normal", + "form_692": "Obscur", + "form_693": "Purifié", + "form_694": "Normal", + "form_695": "Obscur", + "form_696": "Purifié", + "form_697": "Normal", + "form_698": "Obscur", + "form_699": "Purifié", + "form_700": "Normal", + "form_701": "Obscur", + "form_702": "Purifié", + "form_703": "Normal", + "form_704": "Obscur", + "form_705": "Purifié", + "form_706": "Normal", + "form_707": "Obscur", + "form_708": "Purifié", + "form_709": "Obscur", + "form_710": "Purifié", + "form_711": "Obscur", + "form_712": "Purifié", + "form_713": "Normal", + "form_714": "Obscur", + "form_715": "Purifié", + "form_716": "Normal", + "form_717": "Obscur", + "form_718": "Purifié", + "form_719": "Normal", + "form_720": "Obscur", + "form_721": "Purifié", + "form_722": "Normal", + "form_723": "Obscur", + "form_724": "Purifié", + "form_725": "Obscur", + "form_726": "Purifié", + "form_727": "Obscur", + "form_728": "Purifié", + "form_729": "Normal", + "form_730": "Obscur", + "form_731": "Purifié", + "form_732": "Obscur", + "form_733": "Purifié", + "form_734": "Normal", + "form_735": "Obscur", + "form_736": "Purifié", + "form_737": "Normal", + "form_738": "Obscur", + "form_739": "Purifié", + "form_740": "Normal", + "form_741": "Obscur", + "form_742": "Purifié", + "form_743": "Normal", + "form_744": "Obscur", + "form_745": "Purifié", + "form_746": "Normal", + "form_747": "Obscur", + "form_748": "Purifié", + "form_749": "Normal", + "form_750": "Obscur", + "form_751": "Purifié", + "form_752": "Normal", + "form_753": "Obscur", + "form_754": "Purifié", + "form_755": "Normal", + "form_756": "Obscur", + "form_757": "Purifié", + "form_758": "Normal", + "form_759": "Obscur", + "form_760": "Purifié", + "form_761": "Normal", + "form_762": "Obscur", + "form_763": "Purifié", + "form_764": "Normal", + "form_765": "Obscur", + "form_766": "Purifié", + "form_767": "Normal", + "form_768": "Obscur", + "form_769": "Purifié", + "form_770": "Normal", + "form_771": "Obscur", + "form_772": "Purifié", + "form_773": "Normal", + "form_774": "Obscur", + "form_775": "Purifié", + "form_776": "Normal", + "form_777": "Obscur", + "form_778": "Purifié", + "form_779": "Normal", + "form_780": "Obscur", + "form_781": "Purifié", + "form_782": "Normal", + "form_783": "Obscur", + "form_784": "Purifié", + "form_785": "Normal", + "form_786": "Obscur", + "form_787": "Purifié", + "form_788": "Normal", + "form_789": "Obscur", + "form_790": "Purifié", + "form_791": "Normal", + "form_792": "Obscur", + "form_793": "Purifié", + "form_794": "Normal", + "form_795": "Obscur", + "form_796": "Purifié", + "form_797": "Normal", + "form_798": "Obscur", + "form_799": "Purifié", + "form_800": "Normal", + "form_801": "Obscur", + "form_802": "Purifié", + "form_803": "Normal", + "form_804": "Obscur", + "form_805": "Purifié", + "form_806": "Normal", + "form_807": "Obscur", + "form_808": "Purifié", + "form_809": "Normal", + "form_810": "Obscur", + "form_811": "Purifié", + "form_812": "Normal", + "form_813": "Obscur", + "form_814": "Purifié", + "form_815": "Normal", + "form_816": "Obscur", + "form_817": "Purifié", + "form_818": "Normal", + "form_819": "Obscur", + "form_820": "Purifié", + "form_821": "Normal", + "form_822": "Obscur", + "form_823": "Purifié", + "form_824": "Normal", + "form_825": "Obscur", + "form_826": "Purifié", + "form_827": "Normal", + "form_828": "Obscur", + "form_829": "Purifié", + "form_830": "Normal", + "form_831": "Obscur", + "form_832": "Purifié", + "form_833": "Normal", + "form_834": "Obscur", + "form_835": "Purifié", + "form_836": "Normal", + "form_837": "Obscur", + "form_838": "Purifié", + "form_839": "Normal", + "form_840": "Obscur", + "form_841": "Purifié", + "form_842": "Obscur", + "form_843": "Purifié", + "form_844": "Obscur", + "form_845": "Purifié", + "form_846": "Normal", + "form_847": "Obscur", + "form_848": "Purifié", + "form_849": "Normal", + "form_850": "Obscur", + "form_851": "Purifié", + "form_852": "Normal", + "form_853": "Obscur", + "form_854": "Purifié", + "form_855": "Normal", + "form_856": "Obscur", + "form_857": "Purifié", + "form_858": "Normal", + "form_859": "Obscur", + "form_860": "Purifié", + "form_861": "Normal", + "form_862": "Obscur", + "form_863": "Purifié", + "form_864": "Normal", + "form_865": "Obscur", + "form_866": "Purifié", + "form_867": "Normal", + "form_868": "Obscur", + "form_869": "Purifié", + "form_870": "Normal", + "form_871": "Obscur", + "form_872": "Purifié", + "form_873": "Normal", + "form_874": "Obscur", + "form_875": "Purifié", + "form_876": "Normal", + "form_877": "Obscur", + "form_878": "Purifié", + "form_879": "Normal", + "form_880": "Obscur", + "form_881": "Purifié", + "form_882": "Obscur", + "form_883": "Purifié", + "form_884": "Obscur", + "form_885": "Purifié", + "form_886": "Obscur", + "form_887": "Purifié", + "form_888": "Normal", + "form_889": "Obscur", + "form_890": "Purifié", + "form_891": "Normal", + "form_892": "Obscur", + "form_893": "Purifié", + "form_894": "Automne 2019", + "form_895": "Automne 2019", + "form_896": "Automne 2019", + "form_897": "Automne 2019", + "form_898": "Normal", + "form_899": "Obscur", + "form_900": "Purifié", + "form_901": "Vs 2019", + "form_902": "Normal", + "form_903": "Obscur", + "form_904": "Purifié", + "form_905": "Normal", + "form_906": "Obscur", + "form_907": "Purifié", + "form_908": "Normal", + "form_909": "Obscur", + "form_910": "Purifié", + "form_911": "Normal", + "form_912": "Obscur", + "form_913": "Purifié", + "form_914": "Normal", + "form_915": "Obscur", + "form_916": "Purifié", + "form_917": "Normal", + "form_918": "Obscur", + "form_919": "Purifié", + "form_920": "Normal", + "form_921": "Obscur", + "form_922": "Purifié", + "form_923": "Normal", + "form_924": "Obscur", + "form_925": "Purifié", + "form_926": "Normal", + "form_927": "Obscur", + "form_928": "Purifié", + "form_929": "Normal", + "form_930": "Obscur", + "form_931": "Purifié", + "form_932": "Normal", + "form_933": "Obscur", + "form_934": "Purifié", + "form_935": "Normal", + "form_936": "Obscur", + "form_937": "Purifié", + "form_938": "Normal", + "form_939": "Obscur", + "form_940": "Purifié", + "form_941": "Normal", + "form_942": "Obscur", + "form_943": "Purifié", + "form_944": "Galarian", + "form_945": "Normal", + "form_946": "Galarian", + "form_947": "Normal", + "form_948": "Galarian", + "form_949": "Clone 2019", + "form_950": "Clone 2019", + "form_951": "Clone 2019", + "form_952": "Clone 2019", + "form_953": "Normal", + "form_954": "Obscur", + "form_955": "Purifié", + "form_956": "Normal", + "form_957": "Obscur", + "form_958": "Purifié", + "form_959": "Normal", + "form_960": "Obscur", + "form_961": "Purifié", + "form_962": "Normal", + "form_963": "Obscur", + "form_964": "Purifié", + "form_965": "Normal", + "form_966": "Obscur", + "form_967": "Purifié", + "form_968": "Normal", + "form_969": "Obscur", + "form_970": "Purifié", + "form_971": "Normal", + "form_972": "Obscur", + "form_973": "Purifié", + "form_974": "Normal", + "form_975": "Obscur", + "form_976": "Purifié", + "form_977": "Obscur", + "form_978": "Purifié", + "form_979": "Obscur", + "form_980": "Purifié", + "form_981": "Normal", + "form_982": "Obscur", + "form_983": "Purifié", + "form_984": "Normal", + "form_985": "Obscur", + "form_986": "Purifié", + "form_987": "Normal", + "form_988": "Obscur", + "form_989": "Purifié", + "form_990": "Normal", + "form_991": "Obscur", + "form_992": "Purifié", + "form_993": "Normal", + "form_994": "Obscur", + "form_995": "Purifié", + "form_996": "Normal", + "form_997": "Obscur", + "form_998": "Purifié", + "form_999": "Normal", + "form_1000": "Obscur", + "form_1001": "Purifié", + "form_1002": "Normal", + "form_1003": "Obscur", + "form_1004": "Purifié", + "form_1005": "Normal", + "form_1006": "Obscur", + "form_1007": "Purifié", + "form_1008": "Normal", + "form_1009": "Obscur", + "form_1010": "Purifié", + "form_1011": "Normal", + "form_1012": "Obscur", + "form_1013": "Purifié", + "form_1014": "Normal", + "form_1015": "Obscur", + "form_1016": "Purifié", + "form_1017": "Normal", + "form_1018": "Obscur", + "form_1019": "Purifié", + "form_1020": "Normal", + "form_1021": "Obscur", + "form_1022": "Purifié", + "form_1023": "Normal", + "form_1024": "Obscur", + "form_1025": "Purifié", + "form_1026": "Normal", + "form_1027": "Obscur", + "form_1028": "Purifié", + "form_1029": "Normal", + "form_1030": "Obscur", + "form_1031": "Purifié", + "form_1032": "Normal", + "form_1033": "Obscur", + "form_1034": "Purifié", + "form_1035": "Normal", + "form_1036": "Obscur", + "form_1037": "Purifié", + "form_1038": "Normal", + "form_1039": "Obscur", + "form_1040": "Purifié", + "form_1041": "Normal", + "form_1042": "Obscur", + "form_1043": "Purifié", + "form_1044": "Normal", + "form_1045": "Obscur", + "form_1046": "Purifié", + "form_1047": "Normal", + "form_1048": "Obscur", + "form_1049": "Purifié", + "form_1050": "Normal", + "form_1051": "Obscur", + "form_1052": "Purifié", + "form_1053": "Normal", + "form_1054": "Obscur", + "form_1055": "Purifié", + "form_1056": "Normal", + "form_1057": "Obscur", + "form_1058": "Purifié", + "form_1059": "Normal", + "form_1060": "Obscur", + "form_1061": "Purifié", + "form_1062": "Normal", + "form_1063": "Obscur", + "form_1064": "Purifié", + "form_1065": "Normal", + "form_1066": "Obscur", + "form_1067": "Purifié", + "form_1068": "Normal", + "form_1069": "Obscur", + "form_1070": "Purifié", + "form_1071": "Normal", + "form_1072": "Obscur", + "form_1073": "Purifié", + "form_1074": "Normal", + "form_1075": "Obscur", + "form_1076": "Purifié", + "form_1077": "Normal", + "form_1078": "Obscur", + "form_1079": "Purifié", + "form_1080": "Normal", + "form_1081": "Obscur", + "form_1082": "Purifié", + "form_1083": "Normal", + "form_1084": "Obscur", + "form_1085": "Purifié", + "form_1086": "Normal", + "form_1087": "Obscur", + "form_1088": "Purifié", + "form_1089": "Normal", + "form_1090": "Obscur", + "form_1091": "Purifié", + "form_1092": "Normal", + "form_1093": "Obscur", + "form_1094": "Purifié", + "form_1095": "Normal", + "form_1096": "Obscur", + "form_1097": "Purifié", + "form_1098": "Normal", + "form_1099": "Obscur", + "form_1100": "Purifié", + "form_1101": "Normal", + "form_1102": "Obscur", + "form_1103": "Purifié", + "form_1104": "Normal", + "form_1105": "Obscur", + "form_1106": "Purifié", + "form_1107": "Normal", + "form_1108": "Obscur", + "form_1109": "Purifié", + "form_1110": "Normal", + "form_1111": "Obscur", + "form_1112": "Purifié", + "form_1113": "Obscur", + "form_1114": "Purifié", + "form_1115": "Normal", + "form_1116": "Obscur", + "form_1117": "Purifié", + "form_1118": "Normal", + "form_1119": "Obscur", + "form_1120": "Purifié", + "form_1121": "Normal", + "form_1122": "Obscur", + "form_1123": "Purifié", + "form_1124": "Normal", + "form_1125": "Obscur", + "form_1126": "Purifié", + "form_1127": "Normal", + "form_1128": "Obscur", + "form_1129": "Purifié", + "form_1130": "Normal", + "form_1131": "Obscur", + "form_1132": "Purifié", + "form_1133": "Normal", + "form_1134": "Obscur", + "form_1135": "Purifié", + "form_1136": "Normal", + "form_1137": "Obscur", + "form_1138": "Purifié", + "form_1139": "Normal", + "form_1140": "Obscur", + "form_1141": "Purifié", + "form_1142": "Normal", + "form_1143": "Obscur", + "form_1144": "Purifié", + "form_1145": "Normal", + "form_1146": "Obscur", + "form_1147": "Purifié", + "form_1148": "Normal", + "form_1149": "Obscur", + "form_1150": "Purifié", + "form_1151": "Normal", + "form_1152": "Obscur", + "form_1153": "Purifié", + "form_1154": "Normal", + "form_1155": "Obscur", + "form_1156": "Purifié", + "form_1157": "Normal", + "form_1158": "Obscur", + "form_1159": "Purifié", + "form_1160": "Normal", + "form_1161": "Obscur", + "form_1162": "Purifié", + "form_1163": "Normal", + "form_1164": "Obscur", + "form_1165": "Purifié", + "form_1166": "Normal", + "form_1167": "Obscur", + "form_1168": "Purifié", + "form_1169": "Normal", + "form_1170": "Obscur", + "form_1171": "Purifié", + "form_1172": "Normal", + "form_1173": "Obscur", + "form_1174": "Purifié", + "form_1175": "Normal", + "form_1176": "Obscur", + "form_1177": "Purifié", + "form_1178": "Normal", + "form_1179": "Obscur", + "form_1180": "Purifié", + "form_1181": "Normal", + "form_1182": "Obscur", + "form_1183": "Purifié", + "form_1184": "Normal", + "form_1185": "Obscur", + "form_1186": "Purifié", + "form_1187": "Normal", + "form_1188": "Obscur", + "form_1189": "Purifié", + "form_1190": "Normal", + "form_1191": "Obscur", + "form_1192": "Purifié", + "form_1193": "Normal", + "form_1194": "Obscur", + "form_1195": "Purifié", + "form_1196": "Normal", + "form_1197": "Obscur", + "form_1198": "Purifié", + "form_1199": "Normal", + "form_1200": "Obscur", + "form_1201": "Purifié", + "form_1202": "Normal", + "form_1203": "Obscur", + "form_1204": "Purifié", + "form_1205": "Normal", + "form_1206": "Obscur", + "form_1207": "Purifié", + "form_1208": "Normal", + "form_1209": "Obscur", + "form_1210": "Purifié", + "form_1211": "Normal", + "form_1212": "Obscur", + "form_1213": "Purifié", + "form_1214": "Normal", + "form_1215": "Obscur", + "form_1216": "Purifié", + "form_1217": "Normal", + "form_1218": "Obscur", + "form_1219": "Purifié", + "form_1220": "Normal", + "form_1221": "Obscur", + "form_1222": "Purifié", + "form_1223": "Normal", + "form_1224": "Obscur", + "form_1225": "Purifié", + "form_1226": "Normal", + "form_1227": "Obscur", + "form_1228": "Purifié", + "form_1229": "Normal", + "form_1230": "Obscur", + "form_1231": "Purifié", + "form_1232": "Normal", + "form_1233": "Obscur", + "form_1234": "Purifié", + "form_1235": "Normal", + "form_1236": "Obscur", + "form_1237": "Purifié", + "form_1238": "Normal", + "form_1239": "Obscur", + "form_1240": "Purifié", + "form_1241": "Normal", + "form_1242": "Obscur", + "form_1243": "Purifié", + "form_1244": "Normal", + "form_1245": "Obscur", + "form_1246": "Purifié", + "form_1247": "Normal", + "form_1248": "Obscur", + "form_1249": "Purifié", + "form_1250": "Normal", + "form_1251": "Obscur", + "form_1252": "Purifié", + "form_1253": "Normal", + "form_1254": "Obscur", + "form_1255": "Purifié", + "form_1256": "Normal", + "form_1257": "Obscur", + "form_1258": "Purifié", + "form_1259": "Normal", + "form_1260": "Obscur", + "form_1261": "Purifié", + "form_1262": "Normal", + "form_1263": "Obscur", + "form_1264": "Purifié", + "form_1265": "Normal", + "form_1266": "Obscur", + "form_1267": "Purifié", + "form_1268": "Normal", + "form_1269": "Obscur", + "form_1270": "Purifié", + "form_1271": "Normal", + "form_1272": "Obscur", + "form_1273": "Purifié", + "form_1274": "Normal", + "form_1275": "Obscur", + "form_1276": "Purifié", + "form_1277": "Normal", + "form_1278": "Obscur", + "form_1279": "Purifié", + "form_1280": "Normal", + "form_1281": "Obscur", + "form_1282": "Purifié", + "form_1283": "Normal", + "form_1284": "Obscur", + "form_1285": "Purifié", + "form_1286": "Normal", + "form_1287": "Obscur", + "form_1288": "Purifié", + "form_1289": "Normal", + "form_1290": "Obscur", + "form_1291": "Purifié", + "form_1292": "Normal", + "form_1293": "Obscur", + "form_1294": "Purifié", + "form_1295": "Normal", + "form_1296": "Obscur", + "form_1297": "Purifié", + "form_1298": "Normal", + "form_1299": "Obscur", + "form_1300": "Purifié", + "form_1301": "Normal", + "form_1302": "Obscur", + "form_1303": "Purifié", + "form_1304": "Normal", + "form_1305": "Obscur", + "form_1306": "Purifié", + "form_1307": "Normal", + "form_1308": "Obscur", + "form_1309": "Purifié", + "form_1310": "Normal", + "form_1311": "Obscur", + "form_1312": "Purifié", + "form_1313": "Normal", + "form_1314": "Obscur", + "form_1315": "Purifié", + "form_1316": "Normal", + "form_1317": "Obscur", + "form_1318": "Purifié", + "form_1319": "Normal", + "form_1320": "Obscur", + "form_1321": "Purifié", + "form_1322": "Normal", + "form_1323": "Obscur", + "form_1324": "Purifié", + "form_1325": "Normal", + "form_1326": "Obscur", + "form_1327": "Purifié", + "form_1328": "Normal", + "form_1329": "Obscur", + "form_1330": "Purifié", + "form_1331": "Normal", + "form_1332": "Obscur", + "form_1333": "Purifié", + "form_1334": "Normal", + "form_1335": "Obscur", + "form_1336": "Purifié", + "form_1337": "Normal", + "form_1338": "Obscur", + "form_1339": "Purifié", + "form_1340": "Normal", + "form_1341": "Obscur", + "form_1342": "Purifié", + "form_1343": "Normal", + "form_1344": "Obscur", + "form_1345": "Purifié", + "form_1346": "Normal", + "form_1347": "Obscur", + "form_1348": "Purifié", + "form_1349": "Normal", + "form_1350": "Obscur", + "form_1351": "Purifié", + "form_1352": "Normal", + "form_1353": "Obscur", + "form_1354": "Purifié", + "form_1355": "Normal", + "form_1356": "Obscur", + "form_1357": "Purifié", + "form_1358": "Normal", + "form_1359": "Obscur", + "form_1360": "Purifié", + "form_1361": "Normal", + "form_1362": "Obscur", + "form_1363": "Purifié", + "form_1364": "Normal", + "form_1365": "Obscur", + "form_1366": "Purifié", + "form_1367": "Normal", + "form_1368": "Obscur", + "form_1369": "Purifié", + "form_1370": "Normal", + "form_1371": "Obscur", + "form_1372": "Purifié", + "form_1373": "Obscur", + "form_1374": "Purifié", + "form_1375": "Obscur", + "form_1376": "Purifié", + "form_1377": "Obscur", + "form_1378": "Purifié", + "form_1379": "Normal", + "form_1380": "Obscur", + "form_1381": "Purifié", + "form_1382": "Normal", + "form_1383": "Obscur", + "form_1384": "Purifié", + "form_1385": "Normal", + "form_1386": "Obscur", + "form_1387": "Purifié", + "form_1388": "Normal", + "form_1389": "Obscur", + "form_1390": "Purifié", + "form_1391": "Normal", + "form_1392": "Obscur", + "form_1393": "Purifié", + "form_1394": "Normal", + "form_1395": "Obscur", + "form_1396": "Purifié", + "form_1397": "Normal", + "form_1398": "Obscur", + "form_1399": "Purifié", + "form_1400": "Normal", + "form_1401": "Obscur", + "form_1402": "Purifié", + "form_1403": "Normal", + "form_1404": "Obscur", + "form_1405": "Purifié", + "form_1406": "Normal", + "form_1407": "Obscur", + "form_1408": "Purifié", + "form_1409": "Normal", + "form_1410": "Obscur", + "form_1411": "Purifié", + "form_1412": "Normal", + "form_1413": "Obscur", + "form_1414": "Purifié", + "form_1415": "Normal", + "form_1416": "Obscur", + "form_1417": "Purifié", + "form_1418": "Normal", + "form_1419": "Obscur", + "form_1420": "Purifié", + "form_1421": "Normal", + "form_1422": "Obscur", + "form_1423": "Purifié", + "form_1424": "Normal", + "form_1425": "Obscur", + "form_1426": "Purifié", + "form_1427": "Normal", + "form_1428": "Obscur", + "form_1429": "Purifié", + "form_1430": "Normal", + "form_1431": "Obscur", + "form_1432": "Purifié", + "form_1433": "Normal", + "form_1434": "Obscur", + "form_1435": "Purifié", + "form_1436": "Normal", + "form_1437": "Obscur", + "form_1438": "Purifié", + "form_1439": "Normal", + "form_1440": "Obscur", + "form_1441": "Purifié", + "form_1442": "Normal", + "form_1443": "Obscur", + "form_1444": "Purifié", + "form_1445": "Normal", + "form_1446": "Obscur", + "form_1447": "Purifié", + "form_1448": "Normal", + "form_1449": "Obscur", + "form_1450": "Purifié", + "form_1451": "Normal", + "form_1452": "Obscur", + "form_1453": "Purifié", + "form_1454": "Normal", + "form_1455": "Obscur", + "form_1456": "Purifié", + "form_1457": "Normal", + "form_1458": "Obscur", + "form_1459": "Purifié", + "form_1460": "Normal", + "form_1461": "Obscur", + "form_1462": "Purifié", + "form_1463": "Normal", + "form_1464": "Obscur", + "form_1465": "Purifié", + "form_1466": "Normal", + "form_1467": "Obscur", + "form_1468": "Purifié", + "form_1469": "Normal", + "form_1470": "Obscur", + "form_1471": "Purifié", + "form_1472": "Normal", + "form_1473": "Obscur", + "form_1474": "Purifié", + "form_1475": "Normal", + "form_1476": "Obscur", + "form_1477": "Purifié", + "form_1478": "Normal", + "form_1479": "Obscur", + "form_1480": "Purifié", + "form_1481": "Normal", + "form_1482": "Obscur", + "form_1483": "Purifié", + "form_1484": "Normal", + "form_1485": "Obscur", + "form_1486": "Purifié", + "form_1487": "Normal", + "form_1488": "Obscur", + "form_1489": "Purifié", + "form_1490": "Normal", + "form_1491": "Obscur", + "form_1492": "Purifié", + "form_1493": "Normal", + "form_1494": "Obscur", + "form_1495": "Purifié", + "form_1496": "Normal", + "form_1497": "Obscur", + "form_1498": "Purifié", + "form_1499": "Normal", + "form_1500": "Obscur", + "form_1501": "Purifié", + "form_1502": "Normal", + "form_1503": "Obscur", + "form_1504": "Purifié", + "form_1505": "Normal", + "form_1506": "Obscur", + "form_1507": "Purifié", + "form_1508": "Normal", + "form_1509": "Obscur", + "form_1510": "Purifié", + "form_1511": "Normal", + "form_1512": "Obscur", + "form_1513": "Purifié", + "form_1514": "Normal", + "form_1515": "Obscur", + "form_1516": "Purifié", + "form_1517": "Normal", + "form_1518": "Obscur", + "form_1519": "Purifié", + "form_1520": "Normal", + "form_1521": "Obscur", + "form_1522": "Purifié", + "form_1523": "Normal", + "form_1524": "Obscur", + "form_1525": "Purifié", + "form_1526": "Normal", + "form_1527": "Obscur", + "form_1528": "Purifié", + "form_1529": "Normal", + "form_1530": "Obscur", + "form_1531": "Purifié", + "form_1532": "Normal", + "form_1533": "Obscur", + "form_1534": "Purifié", + "form_1535": "Normal", + "form_1536": "Obscur", + "form_1537": "Purifié", + "form_1538": "Normal", + "form_1539": "Obscur", + "form_1540": "Purifié", + "form_1541": "Normal", + "form_1542": "Obscur", + "form_1543": "Purifié", + "form_1544": "Normal", + "form_1545": "Obscur", + "form_1546": "Purifié", + "form_1547": "Normal", + "form_1548": "Obscur", + "form_1549": "Purifié", + "form_1550": "Normal", + "form_1551": "Obscur", + "form_1552": "Purifié", + "form_1553": "Normal", + "form_1554": "Obscur", + "form_1555": "Purifié", + "form_1556": "Normal", + "form_1557": "Obscur", + "form_1558": "Purifié", + "form_1559": "Normal", + "form_1560": "Obscur", + "form_1561": "Purifié", + "form_1562": "Normal", + "form_1563": "Obscur", + "form_1564": "Purifié", + "form_1565": "Normal", + "form_1566": "Obscur", + "form_1567": "Purifié", + "form_1568": "Normal", + "form_1569": "Obscur", + "form_1570": "Purifié", + "form_1571": "Normal", + "form_1572": "Obscur", + "form_1573": "Purifié", + "form_1574": "Normal", + "form_1575": "Obscur", + "form_1576": "Purifié", + "form_1577": "Normal", + "form_1578": "Obscur", + "form_1579": "Purifié", + "form_1580": "Normal", + "form_1581": "Obscur", + "form_1582": "Purifié", + "form_1583": "Normal", + "form_1584": "Obscur", + "form_1585": "Purifié", + "form_1586": "Normal", + "form_1587": "Obscur", + "form_1588": "Purifié", + "form_1589": "Normal", + "form_1590": "Obscur", + "form_1591": "Purifié", + "form_1592": "Normal", + "form_1593": "Obscur", + "form_1594": "Purifié", + "form_1595": "Normal", + "form_1596": "Obscur", + "form_1597": "Purifié", + "form_1598": "Normal", + "form_1599": "Obscur", + "form_1600": "Purifié", + "form_1601": "Normal", + "form_1602": "Obscur", + "form_1603": "Purifié", + "form_1604": "Normal", + "form_1605": "Obscur", + "form_1606": "Purifié", + "form_1607": "Normal", + "form_1608": "Obscur", + "form_1609": "Purifié", + "form_1610": "Normal", + "form_1611": "Obscur", + "form_1612": "Purifié", + "form_1613": "Normal", + "form_1614": "Obscur", + "form_1615": "Purifié", + "form_1616": "Normal", + "form_1617": "Obscur", + "form_1618": "Purifié", + "form_1619": "Normal", + "form_1620": "Obscur", + "form_1621": "Purifié", + "form_1622": "Normal", + "form_1623": "Obscur", + "form_1624": "Purifié", + "form_1625": "Normal", + "form_1626": "Obscur", + "form_1627": "Purifié", + "form_1628": "Normal", + "form_1629": "Obscur", + "form_1630": "Purifié", + "form_1631": "Normal", + "form_1632": "Obscur", + "form_1633": "Purifié", + "form_1634": "Normal", + "form_1635": "Obscur", + "form_1636": "Purifié", + "form_1637": "Normal", + "form_1638": "Obscur", + "form_1639": "Purifié", + "form_1640": "Normal", + "form_1641": "Obscur", + "form_1642": "Purifié", + "form_1643": "Normal", + "form_1644": "Obscur", + "form_1645": "Purifié", + "form_1646": "Normal", + "form_1647": "Obscur", + "form_1648": "Purifié", + "form_1649": "Normal", + "form_1650": "Obscur", + "form_1651": "Purifié", + "form_1652": "Normal", + "form_1653": "Obscur", + "form_1654": "Purifié", + "form_1655": "Normal", + "form_1656": "Obscur", + "form_1657": "Purifié", + "form_1658": "Normal", + "form_1659": "Obscur", + "form_1660": "Purifié", + "form_1661": "Normal", + "form_1662": "Obscur", + "form_1663": "Purifié", + "form_1664": "Normal", + "form_1665": "Obscur", + "form_1666": "Purifié", + "form_1667": "Normal", + "form_1668": "Obscur", + "form_1669": "Purifié", + "form_1670": "Normal", + "form_1671": "Obscur", + "form_1672": "Purifié", + "form_1673": "Normal", + "form_1674": "Obscur", + "form_1675": "Purifié", + "form_1676": "Normal", + "form_1677": "Obscur", + "form_1678": "Purifié", + "form_1679": "Normal", + "form_1680": "Obscur", + "form_1681": "Purifié", + "form_1682": "Normal", + "form_1683": "Obscur", + "form_1684": "Purifié", + "form_1685": "Normal", + "form_1686": "Obscur", + "form_1687": "Purifié", + "form_1688": "Normal", + "form_1689": "Obscur", + "form_1690": "Purifié", + "form_1691": "Normal", + "form_1692": "Obscur", + "form_1693": "Purifié", + "form_1694": "Normal", + "form_1695": "Obscur", + "form_1696": "Purifié", + "form_1697": "Normal", + "form_1698": "Obscur", + "form_1699": "Purifié", + "form_1700": "Normal", + "form_1701": "Obscur", + "form_1702": "Purifié", + "form_1703": "Normal", + "form_1704": "Obscur", + "form_1705": "Purifié", + "form_1706": "Normal", + "form_1707": "Obscur", + "form_1708": "Purifié", + "form_1709": "Normal", + "form_1710": "Obscur", + "form_1711": "Purifié", + "form_1712": "Normal", + "form_1713": "Obscur", + "form_1714": "Purifié", + "form_1715": "Normal", + "form_1716": "Obscur", + "form_1717": "Purifié", + "form_1718": "Normal", + "form_1719": "Obscur", + "form_1720": "Purifié", + "form_1721": "Normal", + "form_1722": "Obscur", + "form_1723": "Purifié", + "form_1724": "Normal", + "form_1725": "Obscur", + "form_1726": "Purifié", + "form_1727": "Normal", + "form_1728": "Obscur", + "form_1729": "Purifié", + "form_1730": "Normal", + "form_1731": "Obscur", + "form_1732": "Purifié", + "form_1733": "Normal", + "form_1734": "Obscur", + "form_1735": "Purifié", + "form_1736": "Normal", + "form_1737": "Obscur", + "form_1738": "Purifié", + "form_1739": "Normal", + "form_1740": "Obscur", + "form_1741": "Purifié", + "form_1742": "Normal", + "form_1743": "Obscur", + "form_1744": "Purifié", + "form_1745": "Normal", + "form_1746": "Obscur", + "form_1747": "Purifié", + "form_1748": "Normal", + "form_1749": "Obscur", + "form_1750": "Purifié", + "form_1751": "Normal", + "form_1752": "Obscur", + "form_1753": "Purifié", + "form_1754": "Normal", + "form_1755": "Obscur", + "form_1756": "Purifié", + "form_1757": "Normal", + "form_1758": "Obscur", + "form_1759": "Purifié", + "form_1760": "Normal", + "form_1761": "Obscur", + "form_1762": "Purifié", + "form_1763": "Normal", + "form_1764": "Obscur", + "form_1765": "Purifié", + "form_1766": "Normal", + "form_1767": "Obscur", + "form_1768": "Purifié", + "form_1769": "Normal", + "form_1770": "Obscur", + "form_1771": "Purifié", + "form_1772": "Normal", + "form_1773": "Obscur", + "form_1774": "Purifié", + "form_1775": "Normal", + "form_1776": "Obscur", + "form_1777": "Purifié", + "form_1778": "Normal", + "form_1779": "Obscur", + "form_1780": "Purifié", + "form_1781": "Normal", + "form_1782": "Obscur", + "form_1783": "Purifié", + "form_1784": "Normal", + "form_1785": "Obscur", + "form_1786": "Purifié", + "form_1787": "Normal", + "form_1788": "Obscur", + "form_1789": "Purifié", + "form_1790": "Normal", + "form_1791": "Obscur", + "form_1792": "Purifié", + "form_1793": "Normal", + "form_1794": "Obscur", + "form_1795": "Purifié", + "form_1796": "Normal", + "form_1797": "Obscur", + "form_1798": "Purifié", + "form_1799": "Normal", + "form_1800": "Obscur", + "form_1801": "Purifié", + "form_1802": "Normal", + "form_1803": "Obscur", + "form_1804": "Purifié", + "form_1805": "Normal", + "form_1806": "Obscur", + "form_1807": "Purifié", + "form_1808": "Normal", + "form_1809": "Obscur", + "form_1810": "Purifié", + "form_1811": "Normal", + "form_1812": "Obscur", + "form_1813": "Purifié", + "form_1814": "Normal", + "form_1815": "Obscur", + "form_1816": "Purifié", + "form_1817": "Normal", + "form_1818": "Obscur", + "form_1819": "Purifié", + "form_1820": "Normal", + "form_1821": "Obscur", + "form_1822": "Purifié", + "form_1823": "Normal", + "form_1824": "Obscur", + "form_1825": "Purifié", + "form_1826": "Normal", + "form_1827": "Obscur", + "form_1828": "Purifié", + "form_1829": "Normal", + "form_1830": "Obscur", + "form_1831": "Purifié", + "form_1832": "Normal", + "form_1833": "Obscur", + "form_1834": "Purifié", + "form_1835": "Normal", + "form_1836": "Obscur", + "form_1837": "Purifié", + "form_1838": "Normal", + "form_1839": "Obscur", + "form_1840": "Purifié", + "form_1841": "Normal", + "form_1842": "Obscur", + "form_1843": "Purifié", + "form_1844": "Normal", + "form_1845": "Obscur", + "form_1846": "Purifié", + "form_1847": "Normal", + "form_1848": "Obscur", + "form_1849": "Purifié", + "form_1850": "Normal", + "form_1851": "Obscur", + "form_1852": "Purifié", + "form_1853": "Normal", + "form_1854": "Obscur", + "form_1855": "Purifié", + "form_1856": "Normal", + "form_1857": "Obscur", + "form_1858": "Purifié", + "form_1859": "Normal", + "form_1860": "Obscur", + "form_1861": "Purifié", + "form_1862": "Normal", + "form_1863": "Obscur", + "form_1864": "Purifié", + "form_1865": "Normal", + "form_1866": "Obscur", + "form_1867": "Purifié", + "form_1868": "Normal", + "form_1869": "Obscur", + "form_1870": "Purifié", + "form_1871": "Normal", + "form_1872": "Obscur", + "form_1873": "Purifié", + "form_1874": "Normal", + "form_1875": "Obscur", + "form_1876": "Purifié", + "form_1877": "Normal", + "form_1878": "Obscur", + "form_1879": "Purifié", + "form_1880": "Normal", + "form_1881": "Obscur", + "form_1882": "Purifié", + "form_1883": "Normal", + "form_1884": "Obscur", + "form_1885": "Purifié", + "form_1886": "Normal", + "form_1887": "Obscur", + "form_1888": "Purifié", + "form_1889": "Normal", + "form_1890": "Obscur", + "form_1891": "Purifié", + "form_1892": "Normal", + "form_1893": "Obscur", + "form_1894": "Purifié", + "form_1895": "Normal", + "form_1896": "Obscur", + "form_1897": "Purifié", + "form_1898": "Normal", + "form_1899": "Obscur", + "form_1900": "Purifié", + "form_1901": "Normal", + "form_1902": "Obscur", + "form_1903": "Purifié", + "form_1904": "Normal", + "form_1905": "Obscur", + "form_1906": "Purifié", + "form_1907": "Normal", + "form_1908": "Obscur", + "form_1909": "Purifié", + "form_1910": "Normal", + "form_1911": "Obscur", + "form_1912": "Purifié", + "form_1913": "Normal", + "form_1914": "Obscur", + "form_1915": "Purifié", + "form_1916": "Normal", + "form_1917": "Obscur", + "form_1918": "Purifié", + "form_1919": "Normal", + "form_1920": "Obscur", + "form_1921": "Purifié", + "form_1922": "Normal", + "form_1923": "Obscur", + "form_1924": "Purifié", + "form_1925": "Normal", + "form_1926": "Obscur", + "form_1927": "Purifié", + "form_1928": "Normal", + "form_1929": "Obscur", + "form_1930": "Purifié", + "form_1931": "Normal", + "form_1932": "Obscur", + "form_1933": "Purifié", + "form_1934": "Normal", + "form_1935": "Obscur", + "form_1936": "Purifié", + "form_1937": "Normal", + "form_1938": "Obscur", + "form_1939": "Purifié", + "form_1940": "Normal", + "form_1941": "Obscur", + "form_1942": "Purifié", + "form_1943": "Normal", + "form_1944": "Obscur", + "form_1945": "Purifié", + "form_1946": "Normal", + "form_1947": "Obscur", + "form_1948": "Purifié", + "form_1949": "Normal", + "form_1950": "Obscur", + "form_1951": "Purifié", + "form_1952": "Normal", + "form_1953": "Obscur", + "form_1954": "Purifié", + "form_1955": "Normal", + "form_1956": "Obscur", + "form_1957": "Purifié", + "form_1958": "Normal", + "form_1959": "Obscur", + "form_1960": "Purifié", + "form_1961": "Normal", + "form_1962": "Obscur", + "form_1963": "Purifié", + "form_1964": "Normal", + "form_1965": "Obscur", + "form_1966": "Purifié", + "form_1967": "Normal", + "form_1968": "Obscur", + "form_1969": "Purifié", + "form_1970": "Normal", + "form_1971": "Obscur", + "form_1972": "Purifié", + "form_1973": "Normal", + "form_1974": "Obscur", + "form_1975": "Purifié", + "form_1976": "Normal", + "form_1977": "Obscur", + "form_1978": "Purifié", + "form_1979": "Normal", + "form_1980": "Obscur", + "form_1981": "Purifié", + "form_1982": "Normal", + "form_1983": "Obscur", + "form_1984": "Purifié", + "form_1985": "Normal", + "form_1986": "Obscur", + "form_1987": "Purifié", + "form_1988": "Normal", + "form_1989": "Obscur", + "form_1990": "Purifié", + "form_1991": "Normal", + "form_1992": "Obscur", + "form_1993": "Purifié", + "form_1994": "Normal", + "form_1995": "Obscur", + "form_1996": "Purifié", + "form_1997": "Normal", + "form_1998": "Obscur", + "form_1999": "Purifié", + "form_2000": "Normal", + "form_2001": "Obscur", + "form_2002": "Purifié", + "form_2003": "Normal", + "form_2004": "Obscur", + "form_2005": "Purifié", + "form_2006": "Normal", + "form_2007": "Obscur", + "form_2008": "Purifié", + "form_2009": "Normal", + "form_2010": "Obscur", + "form_2011": "Purifié", + "form_2012": "Normal", + "form_2013": "Obscur", + "form_2014": "Purifié", + "form_2015": "Normal", + "form_2016": "Obscur", + "form_2017": "Purifié", + "form_2018": "Normal", + "form_2019": "Obscur", + "form_2020": "Purifié", + "form_2021": "Normal", + "form_2022": "Obscur", + "form_2023": "Purifié", + "form_2024": "Normal", + "form_2025": "Obscur", + "form_2026": "Purifié", + "form_2027": "Normal", + "form_2028": "Obscur", + "form_2029": "Purifié", + "form_2030": "Normal", + "form_2031": "Obscur", + "form_2032": "Purifié", + "form_2033": "Normal", + "form_2034": "Obscur", + "form_2035": "Purifié", + "form_2036": "Normal", + "form_2037": "Obscur", + "form_2038": "Purifié", + "form_2039": "Normal", + "form_2040": "Obscur", + "form_2041": "Purifié", + "form_2042": "Normal", + "form_2043": "Obscur", + "form_2044": "Purifié", + "form_2045": "Normal", + "form_2046": "Obscur", + "form_2047": "Purifié", + "form_2048": "Normal", + "form_2049": "Obscur", + "form_2050": "Purifié", + "form_2051": "Normal", + "form_2052": "Obscur", + "form_2053": "Purifié", + "form_2054": "Normal", + "form_2055": "Obscur", + "form_2056": "Purifié", + "form_2057": "Normal", + "form_2058": "Obscur", + "form_2059": "Purifié", + "form_2060": "Normal", + "form_2061": "Obscur", + "form_2062": "Purifié", + "form_2063": "Normal", + "form_2064": "Obscur", + "form_2065": "Purifié", + "form_2066": "Normal", + "form_2067": "Obscur", + "form_2068": "Purifié", + "form_2069": "Normal", + "form_2070": "Obscur", + "form_2071": "Purifié", + "form_2072": "Normal", + "form_2073": "Obscur", + "form_2074": "Purifié", + "form_2075": "Normal", + "form_2076": "Obscur", + "form_2077": "Purifié", + "form_2078": "Normal", + "form_2079": "Obscur", + "form_2080": "Purifié", + "form_2081": "Normal", + "form_2082": "Obscur", + "form_2083": "Purifié", + "form_2084": "Normal", + "form_2085": "Obscur", + "form_2086": "Purifié", + "form_2087": "Normal", + "form_2088": "Obscur", + "form_2089": "Purifié", + "form_2090": "Normal", + "form_2091": "Obscur", + "form_2092": "Purifié", + "form_2093": "Normal", + "form_2094": "Obscur", + "form_2095": "Purifié", + "form_2096": "Normal", + "form_2097": "Obscur", + "form_2098": "Purifié", + "form_2099": "Normal", + "form_2100": "Obscur", + "form_2101": "Purifié", + "form_2102": "Normal", + "form_2103": "Obscur", + "form_2104": "Purifié", + "form_2105": "Normal", + "form_2106": "Obscur", + "form_2107": "Purifié", + "form_2108": "Normal", + "form_2109": "Obscur", + "form_2110": "Purifié", + "form_2111": "Normal", + "form_2112": "Obscur", + "form_2113": "Purifié", + "form_2114": "Normal", + "form_2115": "Obscur", + "form_2116": "Purifié", + "form_2117": "Normal", + "form_2118": "Obscur", + "form_2119": "Purifié", + "form_2120": "Normal", + "form_2121": "Obscur", + "form_2122": "Purifié", + "form_2123": "Normal", + "form_2124": "Obscur", + "form_2125": "Purifié", + "form_2126": "Normal", + "form_2127": "Obscur", + "form_2128": "Purifié", + "form_2129": "Normal", + "form_2130": "Obscur", + "form_2131": "Purifié", + "form_2132": "Normal", + "form_2133": "Obscur", + "form_2134": "Purifié", + "form_2135": "Normal", + "form_2136": "Obscur", + "form_2137": "Purifié", + "form_2138": "Normal", + "form_2139": "Obscur", + "form_2140": "Purifié", + "form_2141": "Normal", + "form_2142": "Obscur", + "form_2143": "Purifié", + "form_2144": "Normal", + "form_2145": "Obscur", + "form_2146": "Purifié", + "form_2147": "Normal", + "form_2148": "Obscur", + "form_2149": "Purifié", + "form_2150": "Normal", + "form_2151": "Obscur", + "form_2152": "Purifié", + "form_2153": "Normal", + "form_2154": "Obscur", + "form_2155": "Purifié", + "form_2156": "Normal", + "form_2157": "Obscur", + "form_2158": "Purifié", + "form_2159": "Normal", + "form_2160": "Obscur", + "form_2161": "Purifié", + "form_2162": "Normal", + "form_2163": "Obscur", + "form_2164": "Purifié", + "form_2165": "Normal", + "form_2166": "Obscur", + "form_2167": "Purifié", + "form_2168": "Normal", + "form_2169": "Obscur", + "form_2170": "Purifié", + "form_2171": "Normal", + "form_2172": "Obscur", + "form_2173": "Purifié", + "form_2174": "Normal", + "form_2175": "Obscur", + "form_2176": "Purifié", + "form_2177": "Normal", + "form_2178": "Obscur", + "form_2179": "Purifié", + "form_2180": "Normal", + "form_2181": "Obscur", + "form_2182": "Purifié", + "form_2183": "Normal", + "form_2184": "Obscur", + "form_2185": "Purifié", + "form_2186": "Normal", + "form_2187": "Obscur", + "form_2188": "Purifié", + "form_2189": "Normal", + "form_2190": "Obscur", + "form_2191": "Purifié", + "form_2192": "Normal", + "form_2193": "Obscur", + "form_2194": "Purifié", + "form_2195": "Normal", + "form_2196": "Obscur", + "form_2197": "Purifié", + "form_2198": "Normal", + "form_2199": "Obscur", + "form_2200": "Purifié", + "form_2201": "Normal", + "form_2202": "Obscur", + "form_2203": "Purifié", + "form_2204": "Normal", + "form_2205": "Obscur", + "form_2206": "Purifié", + "form_2207": "Normal", + "form_2208": "Obscur", + "form_2209": "Purifié", + "form_2210": "Normal", + "form_2211": "Obscur", + "form_2212": "Purifié", + "form_2213": "Normal", + "form_2214": "Obscur", + "form_2215": "Purifié", + "form_2216": "Normal", + "form_2217": "Obscur", + "form_2218": "Purifié", + "form_2219": "Normal", + "form_2220": "Obscur", + "form_2221": "Purifié", + "form_2222": "Normal", + "form_2223": "Obscur", + "form_2224": "Purifié", + "form_2225": "Normal", + "form_2226": "Obscur", + "form_2227": "Purifié", + "form_2228": "Normal", + "form_2229": "Obscur", + "form_2230": "Purifié", + "form_2231": "Normal", + "form_2232": "Obscur", + "form_2233": "Purifié", + "form_2234": "Normal", + "form_2235": "Obscur", + "form_2236": "Purifié", + "form_2237": "Normal", + "form_2238": "Obscur", + "form_2239": "Purifié", + "form_2240": "Normal", + "form_2241": "Obscur", + "form_2242": "Purifié", + "form_2243": "Normal", + "form_2244": "Obscur", + "form_2245": "Purifié", + "form_2246": "Normal", + "form_2247": "Obscur", + "form_2248": "Purifié", + "form_2249": "Normal", + "form_2250": "Obscur", + "form_2251": "Purifié", + "form_2252": "Normal", + "form_2253": "Obscur", + "form_2254": "Purifié", + "form_2255": "Normal", + "form_2256": "Obscur", + "form_2257": "Purifié", + "form_2258": "Normal", + "form_2259": "Obscur", + "form_2260": "Purifié", + "form_2261": "Normal", + "form_2262": "Obscur", + "form_2263": "Purifié", + "form_2264": "Normal", + "form_2265": "Obscur", + "form_2266": "Purifié", + "form_2267": "Normal", + "form_2268": "Obscur", + "form_2269": "Purifié", + "form_2270": "Normal", + "form_2271": "Obscur", + "form_2272": "Purifié", + "form_2273": "Normal", + "form_2274": "Obscur", + "form_2275": "Purifié", + "form_2276": "Normal", + "form_2277": "Obscur", + "form_2278": "Purifié", + "form_2279": "Normal", + "form_2280": "Obscur", + "form_2281": "Purifié", + "form_2282": "Normal", + "form_2283": "Obscur", + "form_2284": "Purifié", + "form_2285": "Normal", + "form_2286": "Obscur", + "form_2287": "Purifié", + "form_2288": "Normal", + "form_2289": "Obscur", + "form_2290": "Purifié", + "form_2291": "Normal", + "form_2292": "Obscur", + "form_2293": "Purifié", + "form_2294": "Normal", + "form_2295": "Obscur", + "form_2296": "Purifié", + "form_2297": "Normal", + "form_2298": "Obscur", + "form_2299": "Purifié", + "form_2300": "Normal", + "form_2301": "Obscur", + "form_2302": "Purifié", + "form_2303": "Normal", + "form_2304": "Obscur", + "form_2305": "Purifié", + "form_2306": "Normal", + "form_2307": "Obscur", + "form_2308": "Purifié", + "form_2309": "Normal", + "form_2310": "Obscur", + "form_2311": "Purifié", + "form_2312": "Normal", + "form_2313": "Obscur", + "form_2314": "Purifié", + "form_2315": "Normal", + "form_2316": "Obscur", + "form_2317": "Purifié", + "form_2318": "Normal", + "form_2319": "Obscur", + "form_2320": "Purifié", + "form_2321": "Normal", + "form_2322": "Obscur", + "form_2323": "Purifié", + "form_2324": "Normal", + "form_2325": "Obscur", + "form_2326": "Purifié", + "form_2327": "Printemps 2020", + "form_2328": "Printemps 2020", + "form_2329": "Printemps 2020", + "form_2330": "Femelle", + "form_2331": "Femelle", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "Low Key Form", + "form_2464": "Amped Form", + "form_2477": "Phony Form", + "form_2478": "Antique Form", + "form_2480": "Phony Form", + "form_2481": "Antique Form", + "form_2501": "Normal", + "form_2502": "Obscur", + "form_2503": "Purifié", + "form_2504": "Normal", + "form_2505": "Obscur", + "form_2506": "Purifié", + "form_2507": "Normal", + "form_2510": "Normal", + "form_2511": "Obscur", + "form_2512": "Purifié", + "form_2513": "Normal", + "form_2516": "Normal", + "form_2517": "Obscur", + "form_2518": "Purifié", + "form_2540": "Ice Face", + "form_2541": "Noice Face", + "form_2542": "Mâle", + "form_2543": "Femelle", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "Crowned Sword", + "form_2577": "Hero of Many Battles", + "form_2578": "Crowned Shield", + "form_2579": "Hero of Many Battles", + "form_2580": "Eternamax", + "form_2581": "Normal", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "Normal", + "form_2588": "Femelle", + "form_2589": "Normal", + "form_2590": "Femelle", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "Sun", + "form_2613": "Tundra", + "form_2614": "Red", + "form_2615": "Yellow", + "form_2616": "Orange", + "form_2617": "Blue", + "form_2618": "White", + "form_2619": "Red", + "form_2620": "Yellow", + "form_2621": "Orange", + "form_2622": "Blue", + "form_2623": "White", + "form_2624": "Red", + "form_2625": "Yellow", + "form_2626": "Orange", + "form_2627": "Blue", + "form_2628": "White", + "form_2629": "Natural", + "form_2630": "Heart", + "form_2631": "Star", + "form_2632": "Diamond", + "form_2633": "Debutante", + "form_2634": "Matron", + "form_2635": "Dandy", + "form_2636": "La Reine", + "form_2637": "Kabuki", + "form_2638": "Pharaoh", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Mini", + "form_2642": "Normale", + "form_2643": "Maxi", + "form_2644": "Ultra", + "form_2645": "Mini", + "form_2646": "Normale", + "form_2647": "Maxi", + "form_2648": "Ultra", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Hiver 2020", + "form_2671": "Hiver 2020", + "form_2672": "Hiver 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "Style Flamenco", + "form_2680": "Style Pom-Pom", + "form_2681": "Style Hula", + "form_2683": "Style Buyô", + "form_2684": "Forme Diurne", + "form_2685": "Forme Nocturne", + "form_2686": "Forme Crépusculaire", + "form_2687": "Solo Form", + "form_2688": "School Form", + "form_2689": "Normal", + "form_2690": "Insecte", + "form_2691": "Ténèbres", + "form_2692": "Dragon", + "form_2693": "Électrik", + "form_2694": "Fée", + "form_2695": "Combat", + "form_2696": "Feu", + "form_2697": "Vol", + "form_2698": "Spectre", + "form_2699": "Plante", + "form_2700": "Sol", + "form_2701": "Glace", + "form_2702": "Poison", + "form_2703": "Psy", + "form_2704": "Roche", + "form_2705": "Acier", + "form_2706": "Eau", + "form_2707": "Meteor Blue", + "form_2708": "Plumage Bleu", + "form_2709": "Plumage Vert", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "Plumage Jaune", + "form_2715": "Busted Form", + "form_2716": "Disguised Form", + "form_2717": "Normal", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "Normal", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "Normal", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "Forme Crépusculaire", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "Solaire", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "Solaire", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "Forme Avatar", + "form_2803": "Forme Totémique", + "form_2804": "Motif Blanc", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "Normal", + "form_2808": "Femelle", + "form_2809": "Normal", + "form_2810": "Normal", + "form_2811": "Normal", + "form_2812": "Normal", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "Normal", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "Forme Originelle", + "form_2830": "Forme Originelle", + "form_2831": "Normal", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "Normal", + "form_2982": "Femelle", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Plumage Vert", + "form_2986": "Plumage Bleu", + "form_2987": "Plumage Jaune", + "form_2988": "White", + "form_2989": "Forme Ordinaire", + "form_2990": "Hero of Many Battles", + "form_2991": "Forme Courbée", + "form_2992": "Forme Affalée", + "form_2993": "Forme Raide", + "form_2994": "Forme Double", + "form_2995": "Forme Triple", + "form_2996": "Forme Finale", + "form_2997": "Mode Ultime", + "form_2998": "Normal", + "form_3000": "Normal", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "Mâle", + "gender_2": "Femelle", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "Alola", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Aucun", + "grunt_1": "Blanche", + "grunt_2": "Candela", + "grunt_3": "Spark", + "grunt_4": "Sbire (mâle)", + "grunt_5": "Sbire (femelle)", + "grunt_6": "Insecte - Sbire (femelle)", + "grunt_7": "Insecte - Sbire (mâle)", + "grunt_8": "Spectre - Femelle Grunt", + "grunt_9": "Spectre - Male Grunt", + "grunt_10": "Ténèbres - Sbire (femelle)", + "grunt_11": "Ténèbres - Sbire (mâle)", + "grunt_12": "Dragon - Sbire (femelle)", + "grunt_13": "Dragon - Sbire (mâle)", + "grunt_14": "Fée - Sbire (femelle)", + "grunt_15": "Fée - Sbire (mâle)", + "grunt_16": "Combat - Sbire (femelle)", + "grunt_17": "Combat - Sbire (mâle)", + "grunt_18": "Feu - Sbire (femelle)", + "grunt_19": "Feu - Sbire (mâle)", + "grunt_20": "Vol - Sbire (femelle)", + "grunt_21": "Vol - Sbire (mâle)", + "grunt_22": "Plante - Sbire (femelle)", + "grunt_23": "Plante - Sbire (mâle)", + "grunt_24": "Sol - Sbire (femelle)", + "grunt_25": "Sol - Sbire (mâle)", + "grunt_26": "Glace - Sbire (femelle)", + "grunt_27": "Glace - Sbire (mâle)", + "grunt_28": "Sbire (femelle)", + "grunt_29": "Sbire (mâle)", + "grunt_30": "Normal - Sbire (femelle)", + "grunt_31": "Normal - Sbire (mâle)", + "grunt_32": "Poison - Sbire (femelle)", + "grunt_33": "Poison - Sbire (mâle)", + "grunt_34": "Psy - Sbire (femelle)", + "grunt_35": "Psy - Sbire (mâle)", + "grunt_36": "Roche - Sbire (femelle)", + "grunt_37": "Roche - Sbire (mâle)", + "grunt_38": "Eau - Sbire (femelle)", + "grunt_39": "Eau - Sbire (mâle)", + "grunt_40": "Blizzard", + "grunt_41": "Chef Cliff", + "grunt_42": "Chef Arlo", + "grunt_43": "Chef Sierra", + "grunt_44": "Giovanni", + "grunt_45": "Faux Sbire (mâle)", + "grunt_46": "Faux Sbire (femelle)", + "grunt_47": "Spectre - Sbire (femelle)", + "grunt_48": "Spectre - Sbire (mâle)", + "grunt_49": "Électrik - Sbire (femelle)", + "grunt_50": "Électrik - Sbire (mâle)", + "grunt_51": "Sbire  (Femelle)", + "grunt_52": "Sbire  (Mâle)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "Insecte - Sbire  (Femelle)", + "grunt_56": "Insecte - Sbire  (Mâle)", + "grunt_57": "Ténèbres - Sbire  (Femelle)", + "grunt_58": "Ténèbres - Sbire  (Mâle)", + "grunt_59": "Dragon - Sbire  (Femelle)", + "grunt_60": "Dragon - Sbire  (Mâle)", + "grunt_61": "Fée - Sbire  (Femelle)", + "grunt_62": "Fée - Sbire  (Mâle)", + "grunt_63": "Combat - Sbire  (Femelle)", + "grunt_64": "Combat - Sbire  (Mâle)", + "grunt_65": "Feu - Sbire  (Femelle)", + "grunt_66": "Feu - Sbire  (Mâle)", + "grunt_67": "Vol - Sbire  (Femelle)", + "grunt_68": "Vol - Sbire  (Mâle)", + "grunt_69": "Plante - Sbire  (Femelle)", + "grunt_70": "Plante - Sbire  (Mâle)", + "grunt_71": "Sol - Sbire  (Femelle)", + "grunt_72": "Sol - Sbire  (Mâle)", + "grunt_73": "Glace - Sbire  (Femelle)", + "grunt_74": "Glace - Sbire  (Mâle)", + "grunt_75": "Sbire  (Femelle)", + "grunt_76": "Sbire  (Mâle)", + "grunt_77": "Normal - Sbire  (Femelle)", + "grunt_78": "Normal - Sbire  (Mâle)", + "grunt_79": "Poison - Sbire  (Femelle)", + "grunt_80": "Poison - Sbire  (Mâle)", + "grunt_81": "Psy - Sbire  (Femelle)", + "grunt_82": "Psy - Sbire  (Mâle)", + "grunt_83": "Roche - Sbire  (Femelle)", + "grunt_84": "Roche - Sbire  (Mâle)", + "grunt_85": "Eau - Sbire  (Femelle)", + "grunt_86": "Eau - Sbire  (Mâle)", + "grunt_87": "Spectre - Sbire  (Femelle)", + "grunt_88": "Spectre - Sbire  (Mâle)", + "grunt_89": "Électrik - Sbire  (Femelle)", + "grunt_90": "Électrik - Sbire  (Mâle)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "Aucun", + "grunt_a_1": "Blanche", + "grunt_a_2": "Candela", + "grunt_a_3": "Spark ", + "grunt_a_4": "Sbire  ♂", + "grunt_a_5": "Sbire  ♀", + "grunt_a_6": "Insecte ♀", + "grunt_a_7": "Insecte ♂", + "grunt_a_8": "Sbire  ♀", + "grunt_a_9": "Sbire  ♂", + "grunt_a_10": "Ténèbres ♀", + "grunt_a_11": "Ténèbres ♂", + "grunt_a_12": "Dragon ♀", + "grunt_a_13": "Dragon ♂", + "grunt_a_14": "Fée ♀", + "grunt_a_15": "Fée ♂", + "grunt_a_16": "Combat ♀", + "grunt_a_17": "Combat ♂", + "grunt_a_18": "Feu ♀", + "grunt_a_19": "Feu ♂", + "grunt_a_20": "Vol ♀", + "grunt_a_21": "Vol ♂", + "grunt_a_22": "Plante ♀", + "grunt_a_23": "Plante ♂", + "grunt_a_24": "Sol ♀", + "grunt_a_25": "Sol ♂", + "grunt_a_26": "Glace ♀", + "grunt_a_27": "Glace ♂", + "grunt_a_28": "Acier ♀", + "grunt_a_29": "Acier ♂", + "grunt_a_30": "Normal ♀", + "grunt_a_31": "Normal ♂", + "grunt_a_32": "Poison ♀", + "grunt_a_33": "Poison ♂", + "grunt_a_34": "Psy ♀", + "grunt_a_35": "Psy ♂", + "grunt_a_36": "Roche ♀", + "grunt_a_37": "Roche ♂", + "grunt_a_38": "Eau ♀", + "grunt_a_39": "Eau ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "Chef Cliff ", + "grunt_a_42": "Chef Arlo ", + "grunt_a_43": "Chef Sierra ", + "grunt_a_44": "Giovanni", + "grunt_a_45": "Faux Sbire ♂", + "grunt_a_46": "Faux Sbire ♀", + "grunt_a_47": "Spectre ♀", + "grunt_a_48": "Spectre ♂", + "grunt_a_49": "Électrik ♀", + "grunt_a_50": "Électrik ♂", + "grunt_a_51": "Sbire  ♀", + "grunt_a_52": "Sbire  ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "Insecte ♀", + "grunt_a_56": "Insecte ♂", + "grunt_a_57": "Ténèbres ♀", + "grunt_a_58": "Ténèbres ♂", + "grunt_a_59": "Dragon ♀", + "grunt_a_60": "Dragon ♂", + "grunt_a_61": "Fée ♀", + "grunt_a_62": "Fée ♂", + "grunt_a_63": "Combat ♀", + "grunt_a_64": "Combat ♂", + "grunt_a_65": "Feu ♀", + "grunt_a_66": "Feu ♂", + "grunt_a_67": "Vol ♀", + "grunt_a_68": "Vol ♂", + "grunt_a_69": "Plante ♀", + "grunt_a_70": "Plante ♂", + "grunt_a_71": "Sol ♀", + "grunt_a_72": "Sol ♂", + "grunt_a_73": "Glace ♀", + "grunt_a_74": "Glace ♂", + "grunt_a_75": "Sbire  ♀", + "grunt_a_76": "Sbire  ♂", + "grunt_a_77": "Normal ♀", + "grunt_a_78": "Normal ♂", + "grunt_a_79": "Poison ♀", + "grunt_a_80": "Poison ♂", + "grunt_a_81": "Psy ♀", + "grunt_a_82": "Psy ♂", + "grunt_a_83": "Roche ♀", + "grunt_a_84": "Roche ♂", + "grunt_a_85": "Eau ♀", + "grunt_a_86": "Eau ♂", + "grunt_a_87": "Spectre ♀", + "grunt_a_88": "Spectre ♂", + "grunt_a_89": "Électrik ♀", + "grunt_a_90": "Électrik ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "Inconnu", + "item_1": "Poké Ball", + "item_2": "Super Ball", + "item_3": "Hyper Ball", + "item_4": "Master Ball", + "item_5": "Honor Ball", + "item_6": "Ultra Ball", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "Potion", + "item_102": "Super Potion", + "item_103": "Hyper Potion", + "item_104": "Potion Max", + "item_201": "Rappel", + "item_202": "Rappel Max", + "item_301": "Œuf Chance", + "item_401": "Encens", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "Boîte Mystère", + "item_406": "Encens d’aventure quotidienne", + "item_407": "Sac de pièces", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "Module Leurre", + "item_502": "Leurre Glacial", + "item_503": "Leurre Moussu", + "item_504": "Leurre Magnétique", + "item_505": "Leurre Pluvieux", + "item_506": "Module Leurre Doré", + "item_602": "Attaque +", + "item_603": "Défense +", + "item_604": "UNDEFINED", + "item_650": "Cellule de Zygarde", + "item_651": "Boîte Zygarde", + "item_701": "Baie Framby", + "item_702": "Baie Remu", + "item_703": "Baie Nanab", + "item_704": "Baie Repoi", + "item_705": "Baie Nanana", + "item_706": "Baie Framby dorée", + "item_707": "Golden Nanab Berry", + "item_708": "Baie Nanana argentée", + "item_709": "Poffin", + "item_801": "Appareil photo", + "item_802": "Stickers", + "item_803": "Album de Cartes postales", + "item_901": "Incubateur ∞", + "item_902": "Incubateur", + "item_903": "Super-Incubateur", + "item_1001": "Stockage de Pokémon", + "item_1002": "Sac d’objets", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "Pierre Soleil", + "item_1102": "Roche Royale", + "item_1103": "Peau Métal", + "item_1104": "Écaille Draco", + "item_1105": "Améliorator", + "item_1106": "Pierre Sinnoh", + "item_1107": "Pierre Unys", + "item_1150": "Pièce ??????", + "item_1201": "CT Attaque Immédiate", + "item_1202": "CT Attaque Chargée", + "item_1203": "CT Attaque Immédiate d’élite", + "item_1204": "CT Attaque Chargée d’élite", + "item_1250": "Météorite", + "item_1301": "Super Bonbon", + "item_1302": "Super Bonbon L", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "Passe de Raid", + "item_1402": "Passe de combat premium", + "item_1404": "Morceau d’Étoile", + "item_1405": "Cadeau", + "item_1406": "Médaillon d’équipe", + "item_1408": "Passe de Raid à distance", + "item_1409": "S Raid Ticket", + "item_1501": "Élément mystérieux", + "item_1502": "Radar Rocket", + "item_1503": "Super Radar Rocket", + "item_1504": "Fragment obscur", + "item_1505": "Gemme purifiée", + "item_1506": "Particule Max", + "item_1507": "Lot de Particules Max", + "item_1600": "Ticket", + "item_1601": "Ticket", + "item_1602": "Ticket", + "item_1603": "Ticket", + "item_1604": "Ticket supplémentaire", + "item_1605": "Ticket supplémentaire", + "item_1606": "Passe d’Étude ponctuelle Ligue Combat GO", + "item_1607": "Ticket", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Ticket Safari : Séoul", + "item_1611": "Ticket Safari : Barcelone", + "item_1612": "Ticket Safari : Mexico", + "item_1613": "Ticket Safari : Tainan", + "item_1614": "Ticket City Safari 04", + "item_1615": "Ticket", + "item_1616": "Ticket", + "item_1617": "Ticket", + "item_1618": "Ticket", + "item_1619": "Ticket", + "item_1620": "Ticket", + "item_1621": "Ticket", + "item_1622": "Ticket", + "item_1623": "Ticket", + "item_1624": "Ticket", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "Normal", + "lure_502": "Glacial", + "lure_503": "Moussu", + "lure_504": "Magnétique", + "lure_505": "Pluvieux", + "lure_506": "Doré", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "Inconnu", + "move_1": "Éclair", + "move_2": "Vive-Attaque", + "move_3": "Griffe", + "move_4": "Flammèche", + "move_5": "Fouet Lianes", + "move_6": "Charge", + "move_7": "Tranch’Herbe", + "move_8": "Bélier", + "move_9": "Pistolet à O", + "move_10": "Morsure", + "move_11": "Écras’Face", + "move_12": "Torgnoles", + "move_13": "Ligotage", + "move_14": "Ultralaser", + "move_15": "Léchouille", + "move_16": "Vibrobscur", + "move_17": "Purédpois", + "move_18": "Détritus", + "move_19": "Griffe Acier", + "move_20": "Force Poigne", + "move_21": "Roue de Feu", + "move_22": "Mégacorne", + "move_23": "Cru-Ailes", + "move_24": "Lance-Flammes", + "move_25": "Coup Bas", + "move_26": "Tunnel", + "move_27": "Balayage", + "move_28": "Coup Croix", + "move_29": "Coupe Psycho", + "move_30": "Rafale Psy", + "move_31": "Séisme", + "move_32": "Lame de Roc", + "move_33": "Poing Glace", + "move_34": "Crève-Cœur", + "move_35": "Coup d’Jus", + "move_36": "Luminocanon", + "move_37": "Picpic", + "move_38": "Bec Vrille", + "move_39": "Laser Glace", + "move_40": "Blizzard", + "move_41": "Lame d’Air", + "move_42": "Canicule", + "move_43": "Double Dard", + "move_44": "Direct Toxik", + "move_45": "Aéropique", + "move_46": "Tunnelier", + "move_47": "Tempête Florale", + "move_48": "Méga-Sangsue", + "move_49": "Bourdon", + "move_50": "Crochet Venin", + "move_51": "Tranche-Nuit", + "move_52": "Tranche", + "move_53": "Bulles d’O", + "move_54": "Sacrifice", + "move_55": "Poing Karaté", + "move_56": "Balayette", + "move_57": "Aqua-Jet", + "move_58": "Hydro-Queue", + "move_59": "Canon Graine", + "move_60": "Choc Psy", + "move_61": "Jet-Pierres", + "move_62": "Pouvoir Antique", + "move_63": "Tomberoche", + "move_64": "Éboulement", + "move_65": "Rayon Gemme", + "move_66": "Ombre Portée", + "move_67": "Poing Ombre", + "move_68": "Griffe Ombre", + "move_69": "Vent Mauvais", + "move_70": "Ball’Ombre", + "move_71": "Pisto-Poing", + "move_72": "Bombe Aimant", + "move_73": "Ailes d’Acier", + "move_74": "Tête de Fer", + "move_75": "Parabocharge", + "move_76": "Étincelle", + "move_77": "Poing Éclair", + "move_78": "Fatal-Foudre", + "move_79": "Tonnerre", + "move_80": "Ouragan", + "move_81": "Draco-Souffle", + "move_82": "Draco-Choc", + "move_83": "Draco-Griffe", + "move_84": "Voix Enjôleuse", + "move_85": "Vampibaiser", + "move_86": "Éclat Magique", + "move_87": "Pouvoir Lunaire", + "move_88": "Câlinerie", + "move_89": "Poison Croix", + "move_90": "Bombe Beurk", + "move_91": "Cradovague", + "move_92": "Détricanon", + "move_93": "Tir de Boue", + "move_94": "Massd’Os", + "move_95": "Piétisol", + "move_96": "Boue-Bombe", + "move_97": "Taillade", + "move_98": "Piqûre", + "move_99": "Rayon Signal", + "move_100": "Plaie Croix", + "move_101": "Nitrocharge", + "move_102": "Rebondifeu", + "move_103": "Déflagration", + "move_104": "Saumure", + "move_105": "Vibraqua", + "move_106": "Ébullition", + "move_107": "Hydrocanon", + "move_108": "Psyko", + "move_109": "Frappe Psy", + "move_110": "Éclats Glace", + "move_111": "Vent Glace", + "move_112": "Souffle Glacé", + "move_113": "Vole-Vie", + "move_114": "Giga-Sangsue", + "move_115": "Poing Feu", + "move_116": "Lance-Soleil", + "move_117": "Lame Feuille", + "move_118": "Mégafouet", + "move_119": "Trempette", + "move_120": "Acide", + "move_121": "Tranch’Air", + "move_122": "Vent Violent", + "move_123": "Casse-Brique", + "move_124": "Coupe", + "move_125": "Météores", + "move_126": "Koud’Korne", + "move_127": "Écrasement", + "move_128": "Coup d’Boule", + "move_129": "Croc de Mort", + "move_130": "Souplesse", + "move_131": "Plaquage", + "move_132": "Repos", + "move_133": "Lutte", + "move_134": "Ébullition", + "move_135": "Hydrocanon", + "move_136": "Ligotage", + "move_137": "Ligotage", + "move_200": "Taillade", + "move_201": "Piqûre", + "move_202": "Morsure", + "move_203": "Coup Bas", + "move_204": "Draco-Souffle", + "move_205": "Éclair", + "move_206": "Étincelle", + "move_207": "Balayage", + "move_208": "Poing Karaté", + "move_209": "Flammèche", + "move_210": "Cru-Ailes", + "move_211": "Picpic", + "move_212": "Léchouille", + "move_213": "Griffe Ombre", + "move_214": "Fouet Lianes", + "move_215": "Tranch’Herbe", + "move_216": "Tir de Boue", + "move_217": "Éclats Glace", + "move_218": "Souffle Glacé", + "move_219": "Vive-Attaque", + "move_220": "Griffe", + "move_221": "Charge", + "move_222": "Écras’Face", + "move_223": "Coupe", + "move_224": "Direct Toxik", + "move_225": "Acide", + "move_226": "Coupe Psycho", + "move_227": "Jet-Pierres", + "move_228": "Griffe Acier", + "move_229": "Pisto-Poing", + "move_230": "Pistolet à O", + "move_231": "Trempette", + "move_232": "Pistolet à O", + "move_233": "Coud’Boue", + "move_234": "Psykoud’Boul", + "move_235": "Choc Mental", + "move_236": "Dard-Venin", + "move_237": "Écume", + "move_238": "Feinte", + "move_239": "Ailes d’Acier", + "move_240": "Crocs Feu", + "move_241": "Éclate-Roc", + "move_242": "Morphing", + "move_243": "Riposte", + "move_244": "Poudreuse", + "move_245": "Close Combat", + "move_246": "Dynamo-Poing", + "move_247": "Exploforce", + "move_248": "Onde Boréale", + "move_249": "Rayon Chargé", + "move_250": "Change Éclair", + "move_251": "Éclair Fou", + "move_252": "Élecanon", + "move_253": "Draco-Queue", + "move_254": "Avalanche", + "move_255": "Lame d’Air", + "move_256": "Rapace", + "move_257": "Piqué", + "move_258": "Tourbi-Sable", + "move_259": "Boule Roc", + "move_260": "Harcèlement", + "move_261": "Survinsecte", + "move_262": "Vent Argenté", + "move_263": "Étonnement", + "move_264": "Châtiment", + "move_265": "Ombre Nocturne", + "move_266": "Queue de Fer", + "move_267": "Gyroballe", + "move_268": "Tacle Lourd", + "move_269": "Danse Flammes", + "move_270": "Surchauffe", + "move_271": "Balle Graine", + "move_272": "Nœud Herbe", + "move_273": "Éco-Sphère", + "move_274": "Extrasenseur", + "move_275": "Prescience", + "move_276": "Voile Miroir", + "move_277": "Colère", + "move_278": "Aboiement", + "move_279": "Mâchouille", + "move_280": "Tricherie", + "move_281": "Puissance Cachée", + "move_282": "Bélier", + "move_283": "Cascade", + "move_284": "Surf", + "move_285": "Draco-Météore", + "move_286": "Carnareket", + "move_287": "Bâillement", + "move_288": "Psycho-Boost", + "move_289": "Onde Originelle", + "move_290": "Lame Pangéenne", + "move_291": "Cadeau", + "move_292": "Ball’Météo", + "move_293": "Ball’Météo", + "move_294": "Ball’Météo", + "move_295": "Ball’Météo", + "move_296": "Végé-Attaque", + "move_297": "Anti-Air", + "move_298": "Rafale Feu", + "move_299": "Hydroblast", + "move_300": "Dernier Recours", + "move_301": "Poing Météore", + "move_302": "Coud’Krâne", + "move_303": "Bombe Acide", + "move_304": "Telluriforce", + "move_305": "Pince-Masse", + "move_306": "Furie-Bond", + "move_307": "Éclate Griffe", + "move_308": "Octazooka", + "move_309": "Miroi-Tir", + "move_310": "Surpuissance", + "move_311": "Dard Mortel", + "move_312": "Phytomixeur", + "move_313": "Vampirisme", + "move_314": "Vampi-Poing", + "move_315": "Os Ombre", + "move_316": "Ocroupi", + "move_317": "Pied Brûleur", + "move_318": "Coqui-Lame", + "move_319": "Poing Boost", + "move_320": "Charme", + "move_321": "Giga Impact", + "move_322": "Frustration", + "move_323": "Retour", + "move_324": "Synchropeine", + "move_325": "Verrouillage", + "move_326": "Crocs Éclair", + "move_327": "Crocs Givre", + "move_328": "Empal’Korne", + "move_329": "Abîme", + "move_330": "Lame Sainte", + "move_331": "Flying Press", + "move_332": "Aurasphère", + "move_333": "Représailles", + "move_334": "Roc-Boulet", + "move_335": "Aéroblast", + "move_336": "Techno-Buster", + "move_337": "Techno-Buster", + "move_338": "Techno-Buster", + "move_339": "Techno-Buster", + "move_340": "Techno-Buster", + "move_341": "Vol", + "move_342": "Coup Victoire", + "move_343": "Tempête Verte", + "move_344": "Triplattaque", + "move_345": "Tornade", + "move_346": "Calcination", + "move_347": "Dark Void", + "move_348": "Danse Plumes", + "move_349": "Fiery Dance", + "move_350": "Vent Féérique", + "move_351": "Relic Song", + "move_352": "Ball’Météo", + "move_353": "Psycho-Croc", + "move_354": "Furie Dimension", + "move_355": "TrouDimensionnel", + "move_356": "Double Pied", + "move_357": "Feuille Magik", + "move_358": "Feu Sacré", + "move_359": "Stalactite", + "move_360": "Aéroblast+", + "move_361": "Aéroblast++", + "move_362": "Feu Sacré+", + "move_363": "Feu Sacré++", + "move_364": "Acrobatie", + "move_365": "Lumi-Éclat", + "move_366": "Ball’Brume", + "move_367": "Centrifugifle", + "move_368": "Roulade", + "move_369": "Fulmigraine", + "move_370": "Blocage", + "move_371": "Revenant", + "move_372": "Laser Météore", + "move_373": "Sheauriken", + "move_374": "Éclair Croix", + "move_375": "Flamme Croix", + "move_376": "Esprit Frappeur", + "move_377": "Cavalerie Lourde", + "move_378": "Ère Glaciaire", + "move_379": "Abattage", + "move_380": "Bang Sonique", + "move_381": "Écrous d’Poing", + "move_382": "Feu Ensorcelé", + "move_383": "Aqua-Brèche", + "move_384": "Draco Ascension", + "move_385": "Feuillage", + "move_386": "Vortex Magma", + "move_387": "Géo-Contrôle", + "move_388": "Spatio-Rift", + "move_389": "Mort-Ailes", + "move_390": "Ire de la Nature", + "move_391": "Triple Axel", + "move_392": "Désherbaffe", + "move_393": "Sable Ardent", + "move_394": "Hurle-Temps", + "move_395": "Typhon Hivernal", + "move_396": "Typhon Pyrosable", + "move_397": "Typhon Fulgurant", + "move_398": "Tisse Ombre", + "move_399": "Électacle", + "move_400": "Dark Lariat", + "move_401": "Vague Psy", + "move_402": "Strido-Son", + "move_403": "Jet de Sable", + "move_404": "Choc Météore", + "move_405": "Rayon Spectral", + "move_406": "Roue Libre", + "move_407": "Roue Libre", + "move_408": "Pied Voltige", + "move_409": "Pyromax", + "move_410": "Insectomax", + "move_411": "Fulguromax", + "move_412": "Normalomax", + "move_413": "Pugilomax", + "move_414": "Spectromax", + "move_415": "Cryomax", + "move_416": "Toxinomax", + "move_417": "Hydromax", + "move_418": "Aéromax", + "move_419": "Enchantomax", + "move_420": "Dracomax", + "move_421": "Psychomax", + "move_422": "Lithomax", + "move_423": "Sismomax", + "move_424": "Sinistromax", + "move_425": "Phytomax", + "move_426": "Métallomax", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "Forte-Paume", + "move_463": "Aria de l’Écume", + "poke_0": "Pokémon", + "poke_1": "Bulbizarre", + "poke_2": "Herbizarre", + "poke_3": "Florizarre", + "poke_3_e1": "Méga-Florizarre", + "poke_4": "Salamèche", + "poke_5": "Reptincel", + "poke_6": "Dracaufeu", + "poke_6_e2": "Méga-Dracaufeu X", + "poke_6_e3": "Méga-Dracaufeu Y", + "poke_7": "Carapuce", + "poke_8": "Carabaffe", + "poke_9": "Tortank", + "poke_9_e1": "Méga-Tortank", + "poke_10": "Chenipan", + "poke_11": "Chrysacier", + "poke_12": "Papilusion", + "poke_13": "Aspicot", + "poke_14": "Coconfort", + "poke_15": "Dardargnan", + "poke_15_e1": "Méga-Dardargnan", + "poke_16": "Roucool", + "poke_17": "Roucoups", + "poke_18": "Roucarnage", + "poke_18_e1": "Méga-Roucarnage", + "poke_19": "Rattata", + "poke_20": "Rattatac", + "poke_21": "Piafabec", + "poke_22": "Rapasdepic", + "poke_23": "Abo", + "poke_24": "Arbok", + "poke_25": "Pikachu", + "poke_26": "Raichu", + "poke_27": "Sabelette", + "poke_28": "Sablaireau", + "poke_29": "Nidoran♀", + "poke_30": "Nidorina", + "poke_31": "Nidoqueen", + "poke_32": "Nidoran♂", + "poke_33": "Nidorino", + "poke_34": "Nidoking", + "poke_35": "Mélofée", + "poke_36": "Mélodelfe", + "poke_37": "Goupix", + "poke_38": "Feunard", + "poke_39": "Rondoudou", + "poke_40": "Grodoudou", + "poke_41": "Nosferapti", + "poke_42": "Nosferalto", + "poke_43": "Mystherbe", + "poke_44": "Ortide", + "poke_45": "Rafflesia", + "poke_46": "Paras", + "poke_47": "Parasect", + "poke_48": "Mimitoss", + "poke_49": "Aéromite", + "poke_50": "Taupiqueur", + "poke_51": "Triopikeur", + "poke_52": "Miaouss", + "poke_53": "Persian", + "poke_54": "Psykokwak", + "poke_55": "Akwakwak", + "poke_56": "Férosinge", + "poke_57": "Colossinge", + "poke_58": "Caninos", + "poke_59": "Arcanin", + "poke_60": "Ptitard", + "poke_61": "Têtarte", + "poke_62": "Tartard", + "poke_63": "Abra", + "poke_64": "Kadabra", + "poke_65": "Alakazam", + "poke_65_e1": "Méga-Alakazam", + "poke_66": "Machoc", + "poke_67": "Machopeur", + "poke_68": "Mackogneur", + "poke_69": "Chétiflor", + "poke_70": "Boustiflor", + "poke_71": "Empiflor", + "poke_72": "Tentacool", + "poke_73": "Tentacruel", + "poke_74": "Racaillou", + "poke_75": "Gravalanch", + "poke_76": "Grolem", + "poke_77": "Ponyta", + "poke_78": "Galopa", + "poke_79": "Ramoloss", + "poke_80": "Flagadoss", + "poke_80_e1": "Méga-Flagadoss", + "poke_81": "Magnéti", + "poke_82": "Magnéton", + "poke_83": "Canarticho", + "poke_84": "Doduo", + "poke_85": "Dodrio", + "poke_86": "Otaria", + "poke_87": "Lamantine", + "poke_88": "Tadmorv", + "poke_89": "Grotadmorv", + "poke_90": "Kokiyas", + "poke_91": "Crustabri", + "poke_92": "Fantominus", + "poke_93": "Spectrum", + "poke_94": "Ectoplasma", + "poke_94_e1": "Méga-Ectoplasma", + "poke_95": "Onix", + "poke_96": "Soporifik", + "poke_97": "Hypnomade", + "poke_98": "Krabby", + "poke_99": "Krabboss", + "poke_100": "Voltorbe", + "poke_101": "Électrode", + "poke_102": "Noeunoeuf", + "poke_103": "Noadkoko", + "poke_104": "Osselait", + "poke_105": "Ossatueur", + "poke_106": "Kicklee", + "poke_107": "Tygnon", + "poke_108": "Excelangue", + "poke_109": "Smogo", + "poke_110": "Smogogo", + "poke_111": "Rhinocorne", + "poke_112": "Rhinoféros", + "poke_113": "Leveinard", + "poke_114": "Saquedeneu", + "poke_115": "Kangourex", + "poke_115_e1": "Méga-Kangourex", + "poke_116": "Hypotrempe", + "poke_117": "Hypocéan", + "poke_118": "Poissirène", + "poke_119": "Poissoroy", + "poke_120": "Stari", + "poke_121": "Staross", + "poke_122": "M. Mime", + "poke_123": "Insécateur", + "poke_124": "Lippoutou", + "poke_125": "Élektek", + "poke_126": "Magmar", + "poke_127": "Scarabrute", + "poke_127_e1": "Méga-Scarabrute", + "poke_128": "Tauros", + "poke_129": "Magicarpe", + "poke_130": "Léviator", + "poke_130_e1": "Méga-Léviator", + "poke_131": "Lokhlass", + "poke_132": "Métamorph", + "poke_133": "Évoli", + "poke_134": "Aquali", + "poke_135": "Voltali", + "poke_136": "Pyroli", + "poke_137": "Porygon", + "poke_138": "Amonita", + "poke_139": "Amonistar", + "poke_140": "Kabuto", + "poke_141": "Kabutops", + "poke_142": "Ptéra", + "poke_142_e1": "Méga-Ptéra", + "poke_143": "Ronflex", + "poke_144": "Artikodin", + "poke_145": "Électhor", + "poke_146": "Sulfura", + "poke_147": "Minidraco", + "poke_148": "Draco", + "poke_149": "Dracolosse", + "poke_150": "Mewtwo", + "poke_150_e2": "Méga-Mewtwo X", + "poke_150_e3": "Méga-Mewtwo Y", + "poke_151": "Mew", + "poke_152": "Germignon", + "poke_153": "Macronium", + "poke_154": "Méganium", + "poke_155": "Héricendre", + "poke_156": "Feurisson", + "poke_157": "Typhlosion", + "poke_158": "Kaiminus", + "poke_159": "Crocrodil", + "poke_160": "Aligatueur", + "poke_161": "Fouinette", + "poke_162": "Fouinar", + "poke_163": "Hoothoot", + "poke_164": "Noarfang", + "poke_165": "Coxy", + "poke_166": "Coxyclaque", + "poke_167": "Mimigal", + "poke_168": "Migalos", + "poke_169": "Nostenfer", + "poke_170": "Loupio", + "poke_171": "Lanturn", + "poke_172": "Pichu", + "poke_173": "Mélo", + "poke_174": "Toudoudou", + "poke_175": "Togepi", + "poke_176": "Togetic", + "poke_177": "Natu", + "poke_178": "Xatu", + "poke_179": "Wattouat", + "poke_180": "Lainergie", + "poke_181": "Pharamp", + "poke_181_e1": "Méga-Pharamp", + "poke_182": "Joliflor", + "poke_183": "Marill", + "poke_184": "Azumarill", + "poke_185": "Simularbre", + "poke_186": "Tarpaud", + "poke_187": "Granivol", + "poke_188": "Floravol", + "poke_189": "Cotovol", + "poke_190": "Capumain", + "poke_191": "Tournegrin", + "poke_192": "Héliatronc", + "poke_193": "Yanma", + "poke_194": "Axoloto", + "poke_195": "Maraiste", + "poke_196": "Mentali", + "poke_197": "Noctali", + "poke_198": "Cornèbre", + "poke_199": "Roigada", + "poke_200": "Feuforêve", + "poke_201": "Zarbi", + "poke_202": "Qulbutoké", + "poke_203": "Girafarig", + "poke_204": "Pomdepik", + "poke_205": "Foretress", + "poke_206": "Insolourdo", + "poke_207": "Scorplane", + "poke_208": "Steelix", + "poke_208_e1": "Méga-Steelix", + "poke_209": "Snubbull", + "poke_210": "Granbull", + "poke_211": "Qwilfish", + "poke_212": "Cizayox", + "poke_212_e1": "Méga-Cizayox", + "poke_213": "Caratroc", + "poke_214": "Scarhino", + "poke_214_e1": "Méga-Scarhino", + "poke_215": "Farfuret", + "poke_216": "Teddiursa", + "poke_217": "Ursaring", + "poke_218": "Limagma", + "poke_219": "Volcaropod", + "poke_220": "Marcacrin", + "poke_221": "Cochignon", + "poke_222": "Corayon", + "poke_223": "Rémoraid", + "poke_224": "Octillery", + "poke_225": "Cadoizo", + "poke_226": "Démanta", + "poke_227": "Airmure", + "poke_228": "Malosse", + "poke_229": "Démolosse", + "poke_229_e1": "Méga-Démolosse", + "poke_230": "Hyporoi", + "poke_231": "Phanpy", + "poke_232": "Donphan", + "poke_233": "Porygon2", + "poke_234": "Cerfrousse", + "poke_235": "Queulorior", + "poke_236": "Debugant", + "poke_237": "Kapoera", + "poke_238": "Lippouti", + "poke_239": "Élekid", + "poke_240": "Magby", + "poke_241": "Écrémeuh", + "poke_242": "Leuphorie", + "poke_243": "Raikou", + "poke_244": "Entei", + "poke_245": "Suicune", + "poke_246": "Embrylex", + "poke_247": "Ymphect", + "poke_248": "Tyranocif", + "poke_248_e1": "Méga-Tyranocif", + "poke_249": "Lugia", + "poke_250": "Ho-Oh", + "poke_251": "Celebi", + "poke_252": "Arcko", + "poke_253": "Massko", + "poke_254": "Jungko", + "poke_254_e1": "Méga-Jungko", + "poke_255": "Poussifeu", + "poke_256": "Galifeu", + "poke_257": "Braségali", + "poke_257_e1": "Méga-Braségali", + "poke_258": "Gobou", + "poke_259": "Flobio", + "poke_260": "Laggron", + "poke_260_e1": "Méga-Laggron", + "poke_261": "Medhyèna", + "poke_262": "Grahyèna", + "poke_263": "Zigzaton", + "poke_264": "Linéon", + "poke_265": "Chenipotte", + "poke_266": "Armulys", + "poke_267": "Charmillon", + "poke_268": "Blindalys", + "poke_269": "Papinox", + "poke_270": "Nénupiot", + "poke_271": "Lombre", + "poke_272": "Ludicolo", + "poke_273": "Grainipiot", + "poke_274": "Pifeuil", + "poke_275": "Tengalice", + "poke_276": "Nirondelle", + "poke_277": "Hélédelle", + "poke_278": "Goélise", + "poke_279": "Bekipan", + "poke_280": "Tarsal", + "poke_281": "Kirlia", + "poke_282": "Gardevoir", + "poke_282_e1": "Méga-Gardevoir", + "poke_283": "Arakdo", + "poke_284": "Maskadra", + "poke_285": "Balignon", + "poke_286": "Chapignon", + "poke_287": "Parecool", + "poke_288": "Vigoroth", + "poke_289": "Monaflèmit", + "poke_290": "Ningale", + "poke_291": "Ninjask", + "poke_292": "Munja", + "poke_293": "Chuchmur", + "poke_294": "Ramboum", + "poke_295": "Brouhabam", + "poke_296": "Makuhita", + "poke_297": "Hariyama", + "poke_298": "Azurill", + "poke_299": "Tarinor", + "poke_300": "Skitty", + "poke_301": "Delcatty", + "poke_302": "Ténéfix", + "poke_302_e1": "Méga-Ténéfix", + "poke_303": "Mysdibule", + "poke_303_e1": "Méga-Mysdibule", + "poke_304": "Galekid", + "poke_305": "Galegon", + "poke_306": "Galeking", + "poke_306_e1": "Méga-Galeking", + "poke_307": "Méditikka", + "poke_308": "Charmina", + "poke_308_e1": "Méga-Charmina", + "poke_309": "Dynavolt", + "poke_310": "Élecsprint", + "poke_310_e1": "Méga-Élecsprint", + "poke_311": "Posipi", + "poke_312": "Négapi", + "poke_313": "Muciole", + "poke_314": "Lumivole", + "poke_315": "Rosélia", + "poke_316": "Gloupti", + "poke_317": "Avaltout", + "poke_318": "Carvanha", + "poke_319": "Sharpedo", + "poke_319_e1": "Méga-Sharpedo", + "poke_320": "Wailmer", + "poke_321": "Wailord", + "poke_322": "Chamallot", + "poke_323": "Camérupt", + "poke_323_e1": "Méga-Camérupt", + "poke_324": "Chartor", + "poke_325": "Spoink", + "poke_326": "Groret", + "poke_327": "Spinda", + "poke_328": "Kraknoix", + "poke_329": "Vibraninf", + "poke_330": "Libégon", + "poke_331": "Cacnea", + "poke_332": "Cacturne", + "poke_333": "Tylton", + "poke_334": "Altaria", + "poke_334_e1": "Méga-Altaria", + "poke_335": "Mangriff", + "poke_336": "Séviper", + "poke_337": "Séléroc", + "poke_338": "Solaroc", + "poke_339": "Barloche", + "poke_340": "Barbicha", + "poke_341": "Écrapince", + "poke_342": "Colhomard", + "poke_343": "Balbuto", + "poke_344": "Kaorine", + "poke_345": "Lilia", + "poke_346": "Vacilys", + "poke_347": "Anorith", + "poke_348": "Armaldo", + "poke_349": "Barpau", + "poke_350": "Milobellus", + "poke_351": "Morphéo", + "poke_352": "Kecleon", + "poke_353": "Polichombr", + "poke_354": "Branette", + "poke_354_e1": "Méga-Branette", + "poke_355": "Skelénox", + "poke_356": "Téraclope", + "poke_357": "Tropius", + "poke_358": "Éoko", + "poke_359": "Absol", + "poke_359_e1": "Méga-Absol", + "poke_360": "Okéoké", + "poke_361": "Stalgamin", + "poke_362": "Oniglali", + "poke_362_e1": "Méga-Oniglali", + "poke_363": "Obalie", + "poke_364": "Phogleur", + "poke_365": "Kaimorse", + "poke_366": "Coquiperl", + "poke_367": "Serpang", + "poke_368": "Rosabyss", + "poke_369": "Relicanth", + "poke_370": "Lovdisc", + "poke_371": "Draby", + "poke_372": "Drackhaus", + "poke_373": "Drattak", + "poke_373_e1": "Méga-Drattak", + "poke_374": "Terhal", + "poke_375": "Métang", + "poke_376": "Métalosse", + "poke_376_e1": "Méga-Métalosse", + "poke_377": "Regirock", + "poke_378": "Regice", + "poke_379": "Registeel", + "poke_380": "Latias", + "poke_380_e1": "Méga-Latias", + "poke_381": "Latios", + "poke_381_e1": "Méga-Latios", + "poke_382": "Kyogre", + "poke_383": "Groudon", + "poke_384": "Rayquaza", + "poke_384_e1": "Méga-Rayquaza", + "poke_385": "Jirachi", + "poke_386": "Deoxys", + "poke_387": "Tortipouss", + "poke_388": "Boskara", + "poke_389": "Torterra", + "poke_390": "Ouisticram", + "poke_391": "Chimpenfeu", + "poke_392": "Simiabraz", + "poke_393": "Tiplouf", + "poke_394": "Prinplouf", + "poke_395": "Pingoléon", + "poke_396": "Étourmi", + "poke_397": "Étourvol", + "poke_398": "Étouraptor", + "poke_399": "Keunotor", + "poke_400": "Castorno", + "poke_401": "Crikzik", + "poke_402": "Mélokrik", + "poke_403": "Lixy", + "poke_404": "Luxio", + "poke_405": "Luxray", + "poke_406": "Rozbouton", + "poke_407": "Roserade", + "poke_408": "Kranidos", + "poke_409": "Charkos", + "poke_410": "Dinoclier", + "poke_411": "Bastiodon", + "poke_412": "Cheniti", + "poke_413": "Cheniselle", + "poke_414": "Papilord", + "poke_415": "Apitrini", + "poke_416": "Apireine", + "poke_417": "Pachirisu", + "poke_418": "Mustébouée", + "poke_419": "Mustéflott", + "poke_420": "Ceribou", + "poke_421": "Ceriflor", + "poke_422": "Sancoki", + "poke_423": "Tritosor", + "poke_424": "Capidextre", + "poke_425": "Baudrive", + "poke_426": "Grodrive", + "poke_427": "Laporeille", + "poke_428": "Lockpin", + "poke_428_e1": "Méga-Lockpin", + "poke_429": "Magirêve", + "poke_430": "Corboss", + "poke_431": "Chaglam", + "poke_432": "Chaffreux", + "poke_433": "Korillon", + "poke_434": "Moufouette", + "poke_435": "Moufflair", + "poke_436": "Archéomire", + "poke_437": "Archéodong", + "poke_438": "Manzaï", + "poke_439": "Mime Jr.", + "poke_440": "Ptiravi", + "poke_441": "Pijako", + "poke_442": "Spiritomb", + "poke_443": "Griknot", + "poke_444": "Carmache", + "poke_445": "Carchacrok", + "poke_445_e1": "Méga-Carchacrok", + "poke_446": "Goinfrex", + "poke_447": "Riolu", + "poke_448": "Lucario", + "poke_448_e1": "Méga-Lucario", + "poke_449": "Hippopotas", + "poke_450": "Hippodocus", + "poke_451": "Rapion", + "poke_452": "Drascore", + "poke_453": "Cradopaud", + "poke_454": "Coatox", + "poke_455": "Vortente", + "poke_456": "Écayon", + "poke_457": "Luminéon", + "poke_458": "Babimanta", + "poke_459": "Blizzi", + "poke_460": "Blizzaroi", + "poke_460_e1": "Méga-Blizzaroi", + "poke_461": "Dimoret", + "poke_462": "Magnézone", + "poke_463": "Coudlangue", + "poke_464": "Rhinastoc", + "poke_465": "Bouldeneu", + "poke_466": "Élekable", + "poke_467": "Maganon", + "poke_468": "Togekiss", + "poke_469": "Yanmega", + "poke_470": "Phyllali", + "poke_471": "Givrali", + "poke_472": "Scorvol", + "poke_473": "Mammochon", + "poke_474": "Porygon-Z", + "poke_475": "Gallame", + "poke_475_e1": "Méga-Gallame", + "poke_476": "Tarinorme", + "poke_477": "Noctunoir", + "poke_478": "Momartik", + "poke_479": "Motisma", + "poke_480": "Créhelf", + "poke_481": "Créfollet", + "poke_482": "Créfadet", + "poke_483": "Dialga", + "poke_484": "Palkia", + "poke_485": "Heatran", + "poke_486": "Regigigas", + "poke_487": "Giratina", + "poke_488": "Cresselia", + "poke_489": "Phione", + "poke_490": "Manaphy", + "poke_491": "Darkrai", + "poke_492": "Shaymin", + "poke_493": "Arceus", + "poke_494": "Victini", + "poke_495": "Vipélierre", + "poke_496": "Lianaja", + "poke_497": "Majaspic", + "poke_498": "Gruikui", + "poke_499": "Grotichon", + "poke_500": "Roitiflam", + "poke_501": "Moustillon", + "poke_502": "Mateloutre", + "poke_503": "Clamiral", + "poke_504": "Ratentif", + "poke_505": "Miradar", + "poke_506": "Ponchiot", + "poke_507": "Ponchien", + "poke_508": "Mastouffe", + "poke_509": "Chacripan", + "poke_510": "Léopardus", + "poke_511": "Feuillajou", + "poke_512": "Feuiloutan", + "poke_513": "Flamajou", + "poke_514": "Flamoutan", + "poke_515": "Flotajou", + "poke_516": "Flotoutan", + "poke_517": "Munna", + "poke_518": "Mushana", + "poke_519": "Poichigeon", + "poke_520": "Colombeau", + "poke_521": "Déflaisan", + "poke_522": "Zébibron", + "poke_523": "Zéblitz", + "poke_524": "Nodulithe", + "poke_525": "Géolithe", + "poke_526": "Gigalithe", + "poke_527": "Chovsourir", + "poke_528": "Rhinolove", + "poke_529": "Rototaupe", + "poke_530": "Minotaupe", + "poke_531": "Nanméouïe", + "poke_531_e1": "Méga-Nanméouïe", + "poke_532": "Charpenti", + "poke_533": "Ouvrifier", + "poke_534": "Bétochef", + "poke_535": "Tritonde", + "poke_536": "Batracné", + "poke_537": "Crapustule", + "poke_538": "Judokrak", + "poke_539": "Karaclée", + "poke_540": "Larveyette", + "poke_541": "Couverdure", + "poke_542": "Manternel", + "poke_543": "Venipatte", + "poke_544": "Scobolide", + "poke_545": "Brutapode", + "poke_546": "Doudouvet", + "poke_547": "Farfaduvet", + "poke_548": "Chlorobule", + "poke_549": "Fragilady", + "poke_550": "Bargantua", + "poke_551": "Mascaïman", + "poke_552": "Escroco", + "poke_553": "Crocorible", + "poke_554": "Darumarond", + "poke_555": "Darumacho", + "poke_556": "Maracachi", + "poke_557": "Crabicoque", + "poke_558": "Crabaraque", + "poke_559": "Baggiguane", + "poke_560": "Baggaïd", + "poke_561": "Cryptéro", + "poke_562": "Tutafeh", + "poke_563": "Tutankafer", + "poke_564": "Carapagos", + "poke_565": "Mégapagos", + "poke_566": "Arkéapti", + "poke_567": "Aéroptéryx", + "poke_568": "Miamiasme", + "poke_569": "Miasmax", + "poke_570": "Zorua", + "poke_571": "Zoroark", + "poke_572": "Chinchidou", + "poke_573": "Pashmilla", + "poke_574": "Scrutella", + "poke_575": "Mesmérella", + "poke_576": "Sidérella", + "poke_577": "Nucléos", + "poke_578": "Méios", + "poke_579": "Symbios", + "poke_580": "Couaneton", + "poke_581": "Lakmécygne", + "poke_582": "Sorbébé", + "poke_583": "Sorboul", + "poke_584": "Sorbouboul", + "poke_585": "Vivaldaim", + "poke_586": "Haydaim", + "poke_587": "Emolga", + "poke_588": "Carabing", + "poke_589": "Lançargot", + "poke_590": "Trompignon", + "poke_591": "Gaulet", + "poke_592": "Viskuse", + "poke_593": "Moyade", + "poke_594": "Mamanbo", + "poke_595": "Statitik", + "poke_596": "Mygavolt", + "poke_597": "Grindur", + "poke_598": "Noacier", + "poke_599": "Tic", + "poke_600": "Clic", + "poke_601": "Cliticlic", + "poke_602": "Anchwatt", + "poke_603": "Lampéroie", + "poke_604": "Ohmassacre", + "poke_605": "Lewsor", + "poke_606": "Neitram", + "poke_607": "Funécire", + "poke_608": "Mélancolux", + "poke_609": "Lugulabre", + "poke_610": "Coupenotte", + "poke_611": "Incisache", + "poke_612": "Tranchodon", + "poke_613": "Polarhume", + "poke_614": "Polagriffe", + "poke_615": "Hexagel", + "poke_616": "Escargaume", + "poke_617": "Limaspeed", + "poke_618": "Limonde", + "poke_619": "Kungfouine", + "poke_620": "Shaofouine", + "poke_621": "Drakkarmin", + "poke_622": "Gringolem", + "poke_623": "Golemastoc", + "poke_624": "Scalpion", + "poke_625": "Scalproie", + "poke_626": "Frison", + "poke_627": "Furaiglon", + "poke_628": "Gueriaigle", + "poke_629": "Vostourno", + "poke_630": "Vaututrice", + "poke_631": "Aflamanoir", + "poke_632": "Fermite", + "poke_633": "Solochi", + "poke_634": "Diamat", + "poke_635": "Trioxhydre", + "poke_636": "Pyronille", + "poke_637": "Pyrax", + "poke_638": "Cobaltium", + "poke_639": "Terrakium", + "poke_640": "Viridium", + "poke_641": "Boréas", + "poke_642": "Fulguris", + "poke_643": "Reshiram", + "poke_644": "Zekrom", + "poke_645": "Démétéros", + "poke_646": "Kyurem", + "poke_647": "Keldeo", + "poke_648": "Meloetta", + "poke_649": "Genesect", + "poke_650": "Marisson", + "poke_651": "Boguérisse", + "poke_652": "Blindépique", + "poke_653": "Feunnec", + "poke_654": "Roussil", + "poke_655": "Goupelin", + "poke_656": "Grenousse", + "poke_657": "Croâporal", + "poke_658": "Amphinobi", + "poke_659": "Sapereau", + "poke_660": "Excavarenne", + "poke_661": "Passerouge", + "poke_662": "Braisillon", + "poke_663": "Flambusard", + "poke_664": "Lépidonille", + "poke_665": "Pérégrain", + "poke_666": "Prismillon", + "poke_667": "Hélionceau", + "poke_668": "Némélios", + "poke_669": "Flabébé", + "poke_670": "Floette", + "poke_671": "Florges", + "poke_672": "Cabriolaine", + "poke_673": "Chevroum", + "poke_674": "Pandespiègle", + "poke_675": "Pandarbare", + "poke_676": "Couafarel", + "poke_677": "Psystigri", + "poke_678": "Mistigrix", + "poke_679": "Monorpale", + "poke_680": "Dimoclès", + "poke_681": "Exagide", + "poke_682": "Fluvetin", + "poke_683": "Cocotine", + "poke_684": "Sucroquin", + "poke_685": "Cupcanaille", + "poke_686": "Sepiatop", + "poke_687": "Sepiatroce", + "poke_688": "Opermine", + "poke_689": "Golgopathe", + "poke_690": "Venalgue", + "poke_691": "Kravarech", + "poke_692": "Flingouste", + "poke_693": "Gamblast", + "poke_694": "Galvaran", + "poke_695": "Iguolta", + "poke_696": "Ptyranidur", + "poke_697": "Rexillius", + "poke_698": "Amagara", + "poke_699": "Dragmara", + "poke_700": "Nymphali", + "poke_701": "Brutalibré", + "poke_702": "Dedenne", + "poke_703": "Strassie", + "poke_704": "Mucuscule", + "poke_705": "Colimucus", + "poke_706": "Muplodocus", + "poke_707": "Trousselin", + "poke_708": "Brocélôme", + "poke_709": "Desséliande", + "poke_710": "Pitrouille", + "poke_711": "Banshitrouye", + "poke_712": "Grelaçon", + "poke_713": "Séracrawl", + "poke_714": "Sonistrelle", + "poke_715": "Bruyverne", + "poke_716": "Xerneas", + "poke_717": "Yveltal", + "poke_718": "Zygarde", + "poke_719": "Diancie", + "poke_719_e1": "Méga-Diancie", + "poke_720": "Hoopa", + "poke_721": "Volcanion", + "poke_722": "Brindibou", + "poke_723": "Efflèche", + "poke_724": "Archéduc", + "poke_725": "Flamiaou", + "poke_726": "Matoufeu", + "poke_727": "Félinferno", + "poke_728": "Otaquin", + "poke_729": "Otarlette", + "poke_730": "Oratoria", + "poke_731": "Picassaut", + "poke_732": "Piclairon", + "poke_733": "Bazoucan", + "poke_734": "Manglouton", + "poke_735": "Argouste", + "poke_736": "Larvibule", + "poke_737": "Chrysapile", + "poke_738": "Lucanon", + "poke_739": "Crabagarre", + "poke_740": "Crabominable", + "poke_741": "Plumeline", + "poke_742": "Bombydou", + "poke_743": "Rubombelle", + "poke_744": "Rocabot", + "poke_745": "Lougaroc", + "poke_746": "Froussardine", + "poke_747": "Vorastérie", + "poke_748": "Prédastérie", + "poke_749": "Tiboudet", + "poke_750": "Bourrinos", + "poke_751": "Araqua", + "poke_752": "Tarenbulle", + "poke_753": "Mimantis", + "poke_754": "Floramantis", + "poke_755": "Spododo", + "poke_756": "Lampignon", + "poke_757": "Tritox", + "poke_758": "Malamandre", + "poke_759": "Nounourson", + "poke_760": "Chelours", + "poke_761": "Croquine", + "poke_762": "Candine", + "poke_763": "Sucreine", + "poke_764": "Guérilande", + "poke_765": "Gouroutan", + "poke_766": "Quartermac", + "poke_767": "Sovkipou", + "poke_768": "Sarmuraï", + "poke_769": "Bacabouh", + "poke_770": "Trépassable", + "poke_771": "Concombaffe", + "poke_772": "Type:0", + "poke_773": "Silvallié", + "poke_774": "Météno", + "poke_775": "Dodoala", + "poke_776": "Boumata", + "poke_777": "Togedemaru", + "poke_778": "Mimiqui", + "poke_779": "Denticrisse", + "poke_780": "Draïeul", + "poke_781": "Sinistrail", + "poke_782": "Bébécaille", + "poke_783": "Écaïd", + "poke_784": "Ékaïser", + "poke_785": "Tokorico", + "poke_786": "Tokopiyon", + "poke_787": "Tokotoro", + "poke_788": "Tokopisco", + "poke_789": "Cosmog", + "poke_790": "Cosmovum", + "poke_791": "Solgaleo", + "poke_792": "Lunala", + "poke_793": "Zéroïd", + "poke_794": "Mouscoto", + "poke_795": "Cancrelove", + "poke_796": "Câblifère", + "poke_797": "Bamboiselle", + "poke_798": "Katagami", + "poke_799": "Engloutyran", + "poke_800": "Necrozma", + "poke_801": "Magearna", + "poke_802": "Marshadow", + "poke_803": "Vémini", + "poke_804": "Mandrillon", + "poke_805": "Ama-Ama", + "poke_806": "Pierroteknik", + "poke_807": "Zeraora", + "poke_808": "Meltan", + "poke_809": "Melmetal", + "poke_810": "Ouistempo", + "poke_811": "Badabouin", + "poke_812": "Gorythmic", + "poke_813": "Flambino", + "poke_814": "Lapyro", + "poke_815": "Pyrobut", + "poke_816": "Larméléon", + "poke_817": "Arrozard", + "poke_818": "Lézargus", + "poke_819": "Rongourmand", + "poke_820": "Rongrigou", + "poke_821": "Minisange", + "poke_822": "Bleuseille", + "poke_823": "Corvaillus", + "poke_824": "Larvadar", + "poke_825": "Coléodôme", + "poke_826": "Astronelle", + "poke_827": "Goupilou", + "poke_828": "Roublenard", + "poke_829": "Tournicoton", + "poke_830": "Blancoton", + "poke_831": "Moumouton", + "poke_832": "Moumouflon", + "poke_833": "Khélocrok", + "poke_834": "Torgamord", + "poke_835": "Voltoutou", + "poke_836": "Fulgudog", + "poke_837": "Charbi", + "poke_838": "Wagomine", + "poke_839": "Monthracite", + "poke_840": "Verpom", + "poke_841": "Pomdrapi", + "poke_842": "Dratatin", + "poke_843": "Dunaja", + "poke_844": "Dunaconda", + "poke_845": "Nigosier", + "poke_846": "Embrochet", + "poke_847": "Hastacuda", + "poke_848": "Toxizap", + "poke_849": "Salarsen", + "poke_850": "Grillepattes", + "poke_851": "Scolocendre", + "poke_852": "Poulpaf", + "poke_853": "Krakos", + "poke_854": "Théffroi", + "poke_855": "Polthégeist", + "poke_856": "Bibichut", + "poke_857": "Chapotus", + "poke_858": "Sorcilence", + "poke_859": "Grimalin", + "poke_860": "Fourbelin", + "poke_861": "Angoliath", + "poke_862": "Ixon", + "poke_863": "Berserkatt", + "poke_864": "Corayôme", + "poke_865": "Palarticho", + "poke_866": "M. Glaquette", + "poke_867": "Tutétékri", + "poke_868": "Crèmy", + "poke_869": "Charmilly", + "poke_870": "Hexadron", + "poke_871": "Wattapik", + "poke_872": "Frissonille", + "poke_873": "Beldeneige", + "poke_874": "Dolman", + "poke_875": "Bekaglaçon", + "poke_876": "Wimessir", + "poke_877": "Morpeko", + "poke_878": "Charibari", + "poke_879": "Pachyradjah", + "poke_880": "Galvagon", + "poke_881": "Galvagla", + "poke_882": "Hydragon", + "poke_883": "Hydragla", + "poke_884": "Duralugon", + "poke_885": "Fantyrm", + "poke_886": "Dispareptil", + "poke_887": "Lanssorien", + "poke_888": "Zacian", + "poke_889": "Zamazenta", + "poke_890": "Éthernatos", + "poke_891": "Wushours", + "poke_892": "Shifours", + "poke_893": "Zarude", + "poke_894": "Regieleki", + "poke_895": "Regidrago", + "poke_896": "Blizzeval", + "poke_897": "Spectreval", + "poke_898": "Sylveroy", + "poke_899": "Cerbyllin", + "poke_900": "Hachécateur", + "poke_901": "Ursaking", + "poke_902": "Paragruel", + "poke_903": "Farfurex", + "poke_904": "Qwilpik", + "poke_905": "Amovénus", + "poke_906": "Poussacha", + "poke_907": "Matourgeon", + "poke_908": "Miascarade", + "poke_909": "Chochodile", + "poke_910": "Crocogril", + "poke_911": "Flâmigator", + "poke_912": "Coiffeton", + "poke_913": "Canarbello", + "poke_914": "Palmaval", + "poke_915": "Gourmelet", + "poke_916": "Fragroin", + "poke_917": "Tissenboule", + "poke_918": "Filentrappe", + "poke_919": "Lilliterelle", + "poke_920": "Gambex", + "poke_921": "Pohm", + "poke_922": "Pohmotte", + "poke_923": "Pohmarmotte", + "poke_924": "Compagnol", + "poke_925": "Famignol", + "poke_926": "Pâtachiot", + "poke_927": "Briochien", + "poke_928": "Olivini", + "poke_929": "Olivado", + "poke_930": "Arboliva", + "poke_931": "Tapatoès", + "poke_932": "Selutin", + "poke_933": "Amassel", + "poke_934": "Gigansel", + "poke_935": "Charbambin", + "poke_936": "Carmadura", + "poke_937": "Malvalame", + "poke_938": "Têtampoule", + "poke_939": "Ampibidou", + "poke_940": "Zapétrel", + "poke_941": "Fulgulairo", + "poke_942": "Grondogue", + "poke_943": "Dogrino", + "poke_944": "Gribouraigne", + "poke_945": "Tag-Tag", + "poke_946": "Virovent", + "poke_947": "Virevorreur", + "poke_948": "Terracool", + "poke_949": "Terracruel", + "poke_950": "Craparoi", + "poke_951": "Pimito", + "poke_952": "Scovilain", + "poke_953": "Léboulérou", + "poke_954": "Bérasca", + "poke_955": "Flotillon", + "poke_956": "Cléopsytra", + "poke_957": "Forgerette", + "poke_958": "Forgella", + "poke_959": "Forgelina", + "poke_960": "Taupikeau", + "poke_961": "Triopikeau", + "poke_962": "Lestombaile", + "poke_963": "Dofin", + "poke_964": "Superdofin", + "poke_965": "Vrombi", + "poke_966": "Vrombotor", + "poke_967": "Motorizard", + "poke_968": "Ferdeter", + "poke_969": "Germéclat", + "poke_970": "Floréclat", + "poke_971": "Toutombe", + "poke_972": "Tomberro", + "poke_973": "Flamenroule", + "poke_974": "Piétacé", + "poke_975": "Balbalèze", + "poke_976": "Délestin", + "poke_977": "Oyacata", + "poke_978": "Nigirigon", + "poke_979": "Courrousinge", + "poke_980": "Terraiste", + "poke_981": "Farigiraf", + "poke_982": "Deusolourdo", + "poke_983": "Scalpereur", + "poke_984": "Fort-Ivoire", + "poke_985": "Hurle-Queue", + "poke_986": "Fongus-Furie", + "poke_987": "Flotte-Mèche", + "poke_988": "Rampe-Ailes", + "poke_989": "Pelage-Sablé", + "poke_990": "Roue-de-Fer", + "poke_991": "Hotte-de-Fer", + "poke_992": "Paume-de-Fer", + "poke_993": "Têtes-de-Fer", + "poke_994": "Mite-de-Fer", + "poke_995": "Épine-de-Fer", + "poke_996": "Frigodo", + "poke_997": "Cryodo", + "poke_998": "Glaivodo", + "poke_999": "Mordudor", + "poke_1000": "Gromago", + "poke_1001": "Chongjian", + "poke_1002": "Baojian", + "poke_1003": "Dinglu", + "poke_1004": "Yuyu", + "poke_1005": "Rugit-Lune", + "poke_1006": "Garde-de-Fer", + "poke_1007": "Koraidon", + "poke_1008": "Miraidon", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "Aucun", + "poke_type_1": "Normal", + "poke_type_2": "Combat", + "poke_type_3": "Vol", + "poke_type_4": "Poison", + "poke_type_5": "Sol", + "poke_type_6": "Roche", + "poke_type_7": "Insecte", + "poke_type_8": "Spectre", + "poke_type_9": "Acier", + "poke_type_10": "Feu", + "poke_type_11": "Eau", + "poke_type_12": "Plante", + "poke_type_13": "Électrik", + "poke_type_14": "Psy", + "poke_type_15": "Glace", + "poke_type_16": "Dragon", + "poke_type_17": "Ténèbres", + "poke_type_18": "Fée", + "purified": "Purifié", + "quest_0": "Type de Quête Inconnu", + "quest_1": "{{amount}} fois Première Capture du Jour", + "quest_2": "{{amount}} fois Premier Pokéstop du Jour", + "quest_3": "Quête Multiple", + "quest_4": "Attrape {{amount}} Pokémon", + "quest_5": "Fais tourner {{amount}} Pokéstop(s)", + "quest_6": "Fais éclore {{amount}} Œuf(s)", + "quest_7": "Combats {{amount}} fois dans une Arène", + "quest_8": "Combats {{amount}} fois dans un Raid", + "quest_9": "Termine {{amount}} Quête(s)", + "quest_10": "Transfère {{amount}} Pokémon", + "quest_11": "Ajoute {{amount}} Pokémon à tes favoris", + "quest_12": "Autocomplete", + "quest_13": "Utilise {{amount}} Baies pour t'aider à attraper des Pokémon", + "quest_14": "Recharge {{amount}} Pokémon", + "quest_15": "Fais évoluer {{amount}} Pokémon", + "quest_16": "Fais {{amount}} Lancer(s)", + "quest_17": "Gagne {{amount}} Bonbons en marchant avec ton Copain", + "quest_18": "Gagne {{amount}} Médaille(s)", + "quest_19": "Gagne {{amount}} Niveau", + "quest_20": "Participe à {{amount}} Combat(s) de Raid(s)", + "quest_21": "Combats {{amount}} fois", + "quest_22": "Ajoute {{amount}} Ami(s)", + "quest_23": "Échange {{amount}} Pokémon", + "quest_24": "Envoie {{amount}} Cadeau(x)", + "quest_25": "Fais évoluer {{amount}} Pokémon spécifique(s)", + "quest_27": "Termine {{amount}} Combat(s)", + "quest_28": "Prends {{amount}} Photo(s)", + "quest_29": "Combats {{amount}} fois la Team Rocket", + "quest_30": "Purifie {{amount}} Pokémon", + "quest_31": "Trouve {{amount}} Invasion(s) Team Rocket", + "quest_32": "{{amount}} fois Premier Sbire du Jour", + "quest_33": "Donne {{amount}} friandise(s) à ton Copain", + "quest_34": "Gagne {{amount}} coeurs avec ton Copain", + "quest_35": "Joue {{amount}} fois avec ton Copain", + "quest_36": "Recharge ton Copain {{amount}} fois", + "quest_37": "Gagne {{amount}} points d'Amitié en marchant avec ton Copain", + "quest_38": "Gagne {{amount}} Souvenirs de ton Copain", + "quest_39": "Utilise un Encens {{amount}} fois", + "quest_40": "Obtiens {{amount}} Souvenir(s) de ton Copain", + "quest_41": "Obtiens {{amount}} Récompenses", + "quest_42": "Marche {{amount}} km", + "quest_43": "Fais Méga-évoluer {{amount}} Pokémon", + "quest_44": "Obtiens {{amount}} Poussières Étoiles", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "Cartographie RA", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Utilise {{amount}} Attaque(s) Chargée(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Combats {{amount}} NPC(s) d'évènement", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Prends {{amount}} Photo(s) de Pokémon sauvage(s)", + "quest_58": "Utilise {{amount}} Objet(s) de Pokémon", + "quest_59": "Ouvre {{amount}} Cadeau(x)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "Marche {{amount}} km avec ton copain", + "quest_catch_type_dark_plural": "Attrape {{amount}} Pokémon de type Ténèbres", + "quest_catch_type_dragon_plural": "Attrape {{amount}} Pokémon de type Dragon", + "quest_catch_type_poison_plural": "Attrape {{amount}} Pokémon de type Poison", + "quest_catch_type_psychic_plural": "Attrape {{amount}} Pokémon de type Psy", + "quest_condition_0": "Unset", + "quest_condition_1": "Type de Pokémon", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Catégorie de Pokémon", + "quest_condition_2_formatted": "Pokémon: {{Pokemon}}", + "quest_condition_3": "Boosté par la Météo", + "quest_condition_4": "Bonus de Capture du Jour", + "quest_condition_5": "Bonus de Visite du Jour", + "quest_condition_6": "Gagne le Raid", + "quest_condition_7": "Raid Niveau", + "quest_condition_7_formatted": "Raid Niveau(x): {{levels}}", + "quest_condition_8": "Type de lancer", + "quest_condition_8_formatted": "{{throw_type}} Lancer", + "quest_condition_9": "Gagne le combat d'Arène", + "quest_condition_10": "Attaque super efficace", + "quest_condition_11": "Objet", + "quest_condition_11_formatted": "Objet: {{item}}", + "quest_condition_12": "Pokéstop Unique", + "quest_condition_13": "Contexte de la Quête", + "quest_condition_14": "À la suite", + "quest_condition_14_formatted": "{{throw_type}} Lancer(s) à la suite", + "quest_condition_15": "Lancer à effet", + "quest_condition_16": "Type de Médaille", + "quest_condition_17": "Niveau de Joueur", + "quest_condition_18": "Gagne le Combat", + "quest_condition_19": "Nouvel Ami", + "quest_condition_20": "Jours à la suite", + "quest_condition_21": "Pokémon Unique", + "quest_condition_22": "Combat NPC", + "quest_condition_23": "Combat PVP", + "quest_condition_24": "Position", + "quest_condition_25": "Distance", + "quest_condition_26": "Forme de Pokémon", + "quest_condition_26_formatted": "Forme(s) de Pokémon: {{alignments}}", + "quest_condition_27": "Catégorie d'Invasion", + "quest_condition_27_formatted": "Catégorie(s) d'Invasion: {{categories}}", + "quest_condition_28": "Avec ton Copain", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Niveau de Pokémon", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "PC Max", + "quest_condition_35": "Pokémon chanceux", + "quest_condition_36": "Pokémon Légendaire", + "quest_condition_37": "Avec un Pokémon Méga évolué", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "Rang GBL", + "quest_condition_39": "Captures à la suite", + "quest_condition_40": "Type de rencontre", + "quest_condition_41": "Gagne dans la Ligue Combat Go", + "quest_condition_42": "Scanne un POI", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "Type d'objet", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "En moins de 10 Minutes", + "quest_condition_44_formatted": "En {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "Remporte un combat contre {{amount}} Pokémon de type Spectre", + "quest_fight_type_ghost_psychic_plural": "Remporte un combat contre {{amount}} Pokémon de type Psy ou Spectre", + "quest_fight_type_psychic_plural": "Remporte un combat contre {{amount}} Pokémon de type Psy", + "quest_incense_singular": "Utilise un Encens", + "quest_land_excellent_plural": "Fais {{amount}} Excellents lancers", + "quest_reward_0": "Indéfini", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Objet", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Poussières Étoiles", + "quest_reward_3_formatted": "{{amount}} Poussières Étoiles", + "quest_reward_4": "Bonbon", + "quest_reward_4_formatted": "{{amount}} {{Pokemon}} Bonbon", + "quest_reward_5": "Vêtement d'Avatar", + "quest_reward_6": "Quête", + "quest_reward_7": "Rencontre Pokémon", + "quest_reward_7_formatted": "{{Pokemon}}", + "quest_reward_8": "PokéPièce", + "quest_reward_8_formatted": "{{amount}} PokéPièces", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Autocollant", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Méga-Énergie", + "quest_reward_12_formatted": "{{amount}} Méga-Énergie {{Pokemon}}", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "Combats {{amount_0}} fois contre un capitaine d’équipe", + "quest_title_challenge_2019_battle_trainer": "Combats un autre Dresseur", + "quest_title_challenge_2019_battle_trainer_plural": "Combat {{amount_0}} fois contre un autre Dresseur", + "quest_title_challenge_2019_battle_trainer_win": "Gagne {{amount_0}} fois contre un autre Dresseur", + "quest_title_challenge_2019_snapshot_eevee": "Prends {{amount_0}} photos d’Évoli", + "quest_title_challenge_2019_snapshot_loudred": "Prends une photo de Ramboum", + "quest_title_challenge_2019_snapshot_pkmn": "Prends {{amount_0}} photos de Jirachi", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "Prends {{amount_0}} photos de Pokémon de type Fée", + "quest_title_challenge_2019_snapshot_pkmn_flying": "Prends {{amount_0}} photos de Pokémon de type Vol", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "Prends {{amount_0}} photos de Pokémon de type Spectre", + "quest_title_challenge_2019_snapshot_pkmn_grass": "Prends {{amount_0}} photos de Pokémon de type Plante", + "quest_title_challenge_2019_snapshot_pkmn_ground": "Prends {{amount_0}} photos de Pokémon de type Sol", + "quest_title_challenge_2019_snapshot_pkmn_ice": "Prends {{amount_0}} photos de Pokémon de type Glace", + "quest_title_challenge_2019_snapshot_pkmn_normal": "Prends {{amount_0}} photos de Pokémon de type Normal", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "Prends {{amount_0}} photos de Pokémon de type Psy", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Prends {{amount_0}} photos de Pokémon de type Psy ou Acier", + "quest_title_challenge_2019_snapshot_pkmn_rock": "Prends {{amount_0}} photos de Pokémon de type Roche", + "quest_title_challenge_2019_snapshot_pkmn_steel": "Prends {{amount_0}} photos de Pokémon de type Acier", + "quest_title_challenge_2019_snapshot_pkmn_water": "Prends {{amount_0}} photos de Pokémon de type Eau", + "quest_title_challenge_2019_trade_distance": "Échange 3 Pokémon sur une distance d’au moins 100 km", + "quest_title_challenge_available": "Nouveau défi disponible !", + "quest_title_challenge_battle_gbl_win_all": "Gagne dans la Ligue Combat GO.", + "quest_title_challenge_battle_trainer_great": "Combats un Dresseur dans la Ligue Super", + "quest_title_challenge_buddy_affection_plural": "Gagne {{amount_0}} cœurs avec ton copain", + "quest_title_challenge_buddy_affection_single": "Gagne un cœur avec ton copain", + "quest_title_challenge_buddy_battle_plural": "Combats {{amount_0}} fois aux côtés de ton copain au cours de vos aventures", + "quest_title_challenge_buddy_battle_single": "Combats aux côtés de ton copain au cours de vos aventures", + "quest_title_challenge_buddy_emotion_plural": "Fais progresser {{amount_0}} fois ton copain au niveau Enthousiaste", + "quest_title_challenge_buddy_emotion_single": "Fais progresser ton copain au niveau Enthousiaste", + "quest_title_challenge_buddy_level_best_plural": "Atteins {{amount_0}} fois le rang de Meilleur Copain avec des Pokémon", + "quest_title_challenge_buddy_level_best_single": "Atteins le rang de Meilleur Copain avec un Pokémon", + "quest_title_challenge_buddy_level_good_plural": "Atteins {{amount_0}} fois le rang de Bon Copain avec des Pokémon", + "quest_title_challenge_buddy_level_good_single": "Atteins le rang de Bon Copain avec un Pokémon", + "quest_title_challenge_buddy_level_great_plural": "Atteins {{amount_0}} fois le rang de Grand Copain avec des Pokémon", + "quest_title_challenge_buddy_level_great_single": "Atteins le rang de Grand Copain avec un Pokémon", + "quest_title_challenge_buddy_level_plural": "Augmente {{amount_0}} fois le Niveau Copain de Pokémon", + "quest_title_challenge_buddy_level_single": "Augmente le Niveau Copain d’un Pokémon", + "quest_title_challenge_buddy_level_ultra_plural": "Atteins {{amount_0}} fois le rang d’Excellent Copain avec des Pokémon", + "quest_title_challenge_buddy_level_ultra_single": "Atteins le rang d’Excellent Copain avec un Pokémon", + "quest_title_challenge_buddy_play_plural": "Joue {{amount_0}} fois avec ton copain", + "quest_title_challenge_buddy_play_single": "Joue avec ton copain", + "quest_title_challenge_buddy_poi_plural": "Visite {{amount_0}} fois un endroit intéressant que t’indique ton copain", + "quest_title_challenge_buddy_poi_single": "Visite un endroit intéressant que t’indique ton copain", + "quest_title_challenge_buddy_snapshot_plural": "Prends {{amount_0}} photos de ton copain", + "quest_title_challenge_buddy_snapshot_single": "Prends une photo de ton copain", + "quest_title_challenge_buddy_treat_plural": "Donne {{amount_0}} friandises à ton copain", + "quest_title_challenge_buddy_treat_single": "Donne une friandise à ton copain", + "quest_title_challenge_catch_legendary": "Attrape un Pokémon légendaire d’une Phase d’Étude ou d’un Raid", + "quest_title_challenge_catch_unique_any": "Attrape {{amount_0}} espèces différentes de Pokémon", + "quest_title_challenge_snapshot_bidoof": "Prends une photo de Keunotor", + "quest_title_challenge_snapshot_dratini_singular": "Prends une photo de Minidraco", + "quest_title_challenge_snapshot_eevee": "Prends une photo d’Évoli", + "quest_title_challenge_snapshot_pkmn_bug": "Prends {{amount_0}} photos de Pokémon de type Insecte", + "quest_title_challenge_snapshot_pkmn_bug_single": "Prends une photo d’un Pokémon de type Insecte", + "quest_title_challenge_snapshot_pkmn_dark": "Prends {{amount_0}} photos de Pokémon de type Ténèbres", + "quest_title_challenge_snapshot_pkmn_dark_single": "Prends une photo d’un Pokémon de type Ténèbres", + "quest_title_challenge_snapshot_pkmn_dragon": "Prends {{amount_0}} photos de Pokémon de type Dragon", + "quest_title_challenge_snapshot_pkmn_dragon_single": "Prends une photo d’un Pokémon de type Dragon", + "quest_title_challenge_snapshot_pkmn_electric": "Prends {{amount_0}} photos de Pokémon de type Électrik", + "quest_title_challenge_snapshot_pkmn_electric_single": "Prends une photo d’un Pokémon de type Électrik", + "quest_title_challenge_snapshot_pkmn_fairy_single": "Prends une photo d’un Pokémon de type Fée", + "quest_title_challenge_snapshot_pkmn_fighting": "Prends {{amount_0}} photos de Pokémon de type Combat", + "quest_title_challenge_snapshot_pkmn_fighting_single": "Prends une photo d’un Pokémon de type Combat", + "quest_title_challenge_snapshot_pkmn_fire": "Prends {{amount_0}} photos de Pokémon de type Feu", + "quest_title_challenge_snapshot_pkmn_fire_single": "Prends une photo d’un Pokémon de type Feu", + "quest_title_challenge_snapshot_pkmn_flying_single": "Prends une photo d’un Pokémon de type Vol", + "quest_title_challenge_snapshot_pkmn_ghost_single": "Prends une photo d’un Pokémon de type Spectre", + "quest_title_challenge_snapshot_pkmn_grass_single": "Prends une photo d’un Pokémon de type Plante", + "quest_title_challenge_snapshot_pkmn_ground_single": "Prends une photo d’un Pokémon de type Sol", + "quest_title_challenge_snapshot_pkmn_ice_single": "Prends une photo d’un Pokémon de type Glace", + "quest_title_challenge_snapshot_pkmn_normal_single": "Prends une photo d’un Pokémon de type Normal", + "quest_title_challenge_snapshot_pkmn_poison": "Prends {{amount_0}} photos de Pokémon de type Poison", + "quest_title_challenge_snapshot_pkmn_poison_single": "Prends une photo d’un Pokémon de type Poison", + "quest_title_challenge_snapshot_pkmn_psychic_single": "Prends une photo d’un Pokémon de type Psy", + "quest_title_challenge_snapshot_pkmn_rock": "Prends {{amount_0}} photos de Pokémon de type Roche", + "quest_title_challenge_snapshot_pkmn_rock_single": "Prends une photo d’un Pokémon de type Roche", + "quest_title_challenge_snapshot_pkmn_steel_single": "Prends une photo d’un Pokémon de type Acier", + "quest_title_challenge_snapshot_pkmn_water_single": "Prends une photo d’un Pokémon de type Eau", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Prends une photo d’un Zébibron dans la nature.", + "quest_title_challenge_snapshot_wild_glameow_singular": "Prends une photo d’un Chaglam dans la nature.", + "quest_title_geotarget_quest_description": "Scanne {{amount_0}}", + "quest_title_quest_achieve_lvl_40": "Atteins le niveau 40", + "quest_title_quest_adventure_effect_activate_plural": "Active un Effet Aventure {{amount_0}} fois", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Active l’Effet Aventure Hurle-Temps {{amount_0}} fois", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Active l’Effet Aventure Hurle-Temps", + "quest_title_quest_adventure_effect_activate_singular": "Active un Effet Aventure", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Active l’Effet Aventure Spatio-Rift {{amount_0}} fois", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Active l’Effet Aventure Spatio-Rift", + "quest_title_quest_adventure_evolve_singular": "Semaine Aventure : fais évoluer un Amonita ou un Kabuto", + "quest_title_quest_adventure_hatch_egg_plural": "Semaine Aventure : fais éclore {{amount_0}} Œufs", + "quest_title_quest_adventure_visit_pokestop_new_plural": "Semaine Aventure : fais tourner {{amount_0}} nouveaux PokéStops", + "quest_title_quest_adventure_walk_buddy_plural": "Semaine Aventure : gagne {{amount_0}} Bonbons en marchant avec ton copain", + "quest_title_quest_adventure2019_catch_special33_plural": "Semaine Aventure 2019 : attrape {{amount_0}} Galekid", + "quest_title_quest_adventure2019_evolve_singular": "Semaine Aventure 2019 : fais évoluer un Lilia ou un Anorith", + "quest_title_quest_adventure2019_hatch_egg_plural": "Semaine Aventure 2019 : fais éclore {{amount_0}} Œufs", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Semaine Aventure 2019 : fais tourner {{amount_0}} nouveaux PokéStops", + "quest_title_quest_adventure2019_visit_pokestop_plural": "Semaine Aventure 2019 : fais tourner 25 PokéStops", + "quest_title_quest_adventure2019_walk_buddy_plural": "Semaine Aventure 2019 : gagne {{amount_0}} Bonbons en marchant avec ton copain", + "quest_title_quest_alodude_catch": "Attrape {{amount_0}} Racaillou d’Alola", + "quest_title_quest_alodude_evolve_a": "Fais évoluer {{amount_0}} Racaillou d’Alola", + "quest_title_quest_alodude_evolve_b": "Fais évoluer {{amount_0}} Gravalanch d’Alola", + "quest_title_quest_alodude_snap": "Prends {{amount_0}} photos de Racaillou d’Alola", + "quest_title_quest_at_catch_a": "Attrape {{amount_0}} Abra", + "quest_title_quest_at_evolve_a": "Fais évoluer {{amount_0}} Abra", + "quest_title_quest_at_evolve_k": "Fais évoluer {{amount_0}} Kadabra", + "quest_title_quest_axew_catch_b": "Attrape {{amount_0}} Coupenotte", + "quest_title_quest_axew_evolve_b": "Fais évoluer {{amount_0}} Coupenotte", + "quest_title_quest_axew_snapshot_b": "Prends en photo {{amount_0}} Coupenotte", + "quest_title_quest_azelf_wild_snap": "Prends une photo de Créfadet dans la nature", + "quest_title_quest_bagon_catch_b": "Attrape {{amount_0}} Draby", + "quest_title_quest_bagon_evolve_b_plural": "Fais évoluer {{amount_0}} Draby", + "quest_title_quest_bagon_evolve_b_singular": "Fais évoluer un Draby", + "quest_title_quest_bagon_snapshot_b": "Prends en photo {{amount_0}} Draby", + "quest_title_quest_battle_buddy_adventure_plural": "Combats un autre Dresseur aux côtés de ton Copain Pokémon au cours de vos aventures {{amount_0}} fois", + "quest_title_quest_battle_buddy_adventure_single": "Combats un autre Dresseur aux côtés de ton Copain Pokémon au cours de vos aventures", + "quest_title_quest_battle_dangling_reward_toast": "Tu dois finir le combat en cours avant de commencer un nouveau combat.", + "quest_title_quest_battle_error_toast": "Une erreur s’est produite au démarrage du combat", + "quest_title_quest_battle_gbl_halloween_plural": "Combats {{amount_0}} fois dans la Coupe Halloween", + "quest_title_quest_battle_gbl_halloween_win_plural": "Remporte {{amount_0}} Combats de Dresseurs dans la Coupe Halloween", + "quest_title_quest_battle_gbl_plural": "Combats {{amount_0}} fois dans la Ligue Combat GO", + "quest_title_quest_battle_gbl_singular": "Combats dans la Ligue Combat GO", + "quest_title_quest_battle_gbl_win_plural": "Remporte {{amount_0}} Combats de Dresseurs dans la Ligue Combat GO", + "quest_title_quest_battle_gbl_win_singular": "Remporte un Combat de Dresseurs dans la Ligue Combat GO", + "quest_title_quest_battle_great_plural": "Combats un Dresseur dans la Ligue Super {{amount_0}} fois", + "quest_title_quest_battle_great_win_plural": "Remporte {{amount_0}} Combats de Dresseurs dans la Ligue Super", + "quest_title_quest_battle_great_win_singular": "Remporte un Combat de Dresseurs dans la Ligue Super", + "quest_title_quest_battle_gym_plural": "Combats {{amount_0}} fois dans une Arène", + "quest_title_quest_battle_gym_singular": "Combats dans une Arène", + "quest_title_quest_battle_master_win_plural": "Remporte {{amount_0}} Combats de Dresseurs dans la Ligue Master", + "quest_title_quest_battle_master_win_singular": "Remporte un Combat de Dresseurs dans la Ligue Master", + "quest_title_quest_battle_raid_plural": "Combats dans {{amount_0}} Raids", + "quest_title_quest_battle_raid_singular": "Combats dans un Raid", + "quest_title_quest_battle_raid_with_friend_plural": "Combats dans {{amount_0}} Raids avec un ami", + "quest_title_quest_battle_raid_with_friend_singular": "Combats dans un Raid avec un ami", + "quest_title_quest_battle_supereffective_charge_plural": "Utilise une Attaque Chargée très efficace dans {{amount_0}} combats d’Arènes", + "quest_title_quest_battle_supereffective_charge_singular": "Utilise une Attaque Chargée super efficace en combat d’Arène", + "quest_title_quest_battle_team_rocket_plural": "Combats {{amount_0}} Sbires de la Team GO Rocket", + "quest_title_quest_battle_team_rocket_singular": "Combats un Sbire de la Team GO Rocket", + "quest_title_quest_battle_ultra_win_plural": "Remporte {{amount_0}} Combats de Dresseurs dans la Ligue Hyper", + "quest_title_quest_battle_ultra_win_singular": "Remporte un Combat de Dresseurs dans la Ligue Hyper", + "quest_title_quest_battle19_catch_fighting_easy": "Attrape {{amount_0}} Pokémon de type Combat", + "quest_title_quest_battle19_catch_medium_pkmn": "Attrape {{amount_0}} Makuhita ou Méditikka", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Fais {{amount_0}} Excellents lancers à la suite", + "quest_title_quest_battle19_raid_win_veryhard": "Gagne {{amount_0}} Raids", + "quest_title_quest_battle19_supereffective_charge_hard": "Utilise une Attaque Chargée super efficace dans {{amount_0}} combats d’Arènes", + "quest_title_quest_battler_appears": "UN ADVERSAIRE APPARAÎT !", + "quest_title_quest_beat_raid_10_minutes": "Gagne un Raid en moins de 10 minutes", + "quest_title_quest_beat_raid_60_seconds": "Gagne un Raid en moins de 60 secondes", + "quest_title_quest_beat_raid_singular_minutes": "Gagne un Raid en moins de {{amount_0}} minutes", + "quest_title_quest_beat_raid_singular_seconds": "Gagne un Raid en moins de {{amount_0}} secondes", + "quest_title_quest_begins19_catch_specific_plural": "Journée Pokémon : attrape {{amount_0}} Roucool ou Rattata", + "quest_title_quest_begins19_evolve_plural": "Journée Pokémon : fais évoluer un Miaouss", + "quest_title_quest_beldum_catch_b": "Attrape {{amount_0}} Terhal", + "quest_title_quest_beldum_evolve_b_plural": "Fais évoluer {{amount_0}} Terhal", + "quest_title_quest_beldum_evolve_b_singular": "Fais évoluer un Terhal", + "quest_title_quest_bellsprout_catch_b": "Attrape {{amount_0}} Chétiflor", + "quest_title_quest_bellsprout_evolve_b_plural": "Fais évoluer {{amount_0}} Chétiflor", + "quest_title_quest_bellsprout_evolve_b_singular": "Fais évoluer un Chétiflor", + "quest_title_quest_bellsprout_snapshot_b": "Prends en photo {{amount_0}} Chétiflor", + "quest_title_quest_beluga_evolve_pkmn": "Let’s Go : Fais évoluer {{amount_0}} Anorith", + "quest_title_quest_beluga_excellent_singular": "Let’s Go : fais {{amount_0}} Excellent lancer", + "quest_title_quest_beluga_hatch_plural": "Let’s Go : fais éclore {{amount_0}} Œufs", + "quest_title_quest_best_buddy_bronze": "1 Meilleur Copain obtenu", + "quest_title_quest_best_buddy_silver": "10 Meilleurs Copains obtenus", + "quest_title_quest_bounsweet_catch_b": "Attrape {{amount_0}} Croquine", + "quest_title_quest_bounsweet_evolve_b_plural": "Fais évoluer {{amount_0}} Croquine", + "quest_title_quest_bounsweet_evolve_b_singular": "Fais évoluer un Croquine", + "quest_title_quest_braixen_evolve_b": "Fais évoluer{{amount_0}} Roussil", + "quest_title_quest_breakthrough_completed": "Étude de terrain terminée.", + "quest_title_quest_breakthrough_reward_mystery": "Objets mystère", + "quest_title_quest_breakthrough_reward_stardust": "Poussière Étoile", + "quest_title_quest_brionne_evolve_b_plural": "Fais évoluer {{amount_0}} Otarlette", + "quest_title_quest_brionne_evolve_b_singular": "Fais évoluer un Otarlette", + "quest_title_quest_buddy_affection_days": "Gagne un cœur avec ton copain pendant {{amount_0}} jours différents", + "quest_title_quest_buddy_affection_days_in_a_row": "Gagne un cœur avec ton copain {{amount_0}} jours de suite", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Combats un autre Dresseur aux côtés de ton Copain Pokémon au cours de vos aventures {{amount_0}} fois", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "Combats un autre Dresseur aux côtés de ton Copain Pokémon au cours de vos aventures", + "quest_title_quest_buddy_souvenir_plural": "Reçois {{amount_0}} Souvenirs de la part de ton copain", + "quest_title_quest_buddy_souvenir_singular": "Reçois un Souvenir de la part de ton copain", + "quest_title_quest_buddy_walk_km_plural": "Marche {{amount_0}} km avec ton copain", + "quest_title_quest_bulbt_catch_b": "Attrape {{amount_0}} Bulbizarre", + "quest_title_quest_bulbt_evolve_b": "Fais évoluer {{amount_0}} Bulbizarre", + "quest_title_quest_bulbt_evolve_s1": "Fais évoluer {{amount_0}} Herbizarre", + "quest_title_quest_cacnea_catch": "Attrape {{amount_0}} Cacnea", + "quest_title_quest_catch_151": "Attrape 151 Pokémon", + "quest_title_quest_catch_b_types_plural": "Attrape {{amount_0}} Pokémon de type Électrik, Normal ou Poison", + "quest_title_quest_catch_basic_types_plural": "Attrape {{amount_0}} Pokémon de type Plante, Eau ou Feu", + "quest_title_quest_catch_berry_any_drifloon": "Utilise {{amount_0}} Baies pour t’aider à attraper un Baudrive", + "quest_title_quest_catch_berry_nanab_drifloon": "Utilise {{amount_0}} des Baies Nanab pour t’aider à attraper un Baudrive", + "quest_title_quest_catch_berry_pinap": "Utilise {{amount_0}} Baies Nanana pour t’aider à attraper des Pokémon.", + "quest_title_quest_catch_berry_razz": "Utilise {{amount_0}} Baies Framby pour t’aider à attraper des Pokémon.", + "quest_title_quest_catch_berry_razz_drifloon": "Utilise {{amount_0}} des Baies Framby pour t’aider à attraper un Baudrive", + "quest_title_quest_catch_bronzor_plural": "Attrape {{amount_0}} Archéomire", + "quest_title_quest_catch_c_types_plural": "Attrape {{amount_0}} Pokémon de type Vol, Psy ou Ténèbres", + "quest_title_quest_catch_carbink_singular": "Attrape un Strassie", + "quest_title_quest_catch_celebi_types_plural": "Attrape {{amount_0}} Pokémon de type Plante ou Psy", + "quest_title_quest_catch_costumed_plural": "Attrape {{amount_0}} Évoli coiffés d’une couronne en forme de soleil ou de lune", + "quest_title_quest_catch_crabrawler_plural": "Attrape {{amount_0}} Crabagarre", + "quest_title_quest_catch_dark_type_plural": "Attrape {{amount_0}} Pokémon de type Ténèbres", + "quest_title_quest_catch_darumaka_plural": "Attrape {{amount_0}} Darumarond", + "quest_title_quest_catch_daysinarow": "Attrape un Pokémon {{amount_0}} jours d’affilée", + "quest_title_quest_catch_dialga": "Attrape Dialga", + "quest_title_quest_catch_drifloon": "Attrape {{amount_0}} Baudrive", + "quest_title_quest_catch_ducklett_plural": "Attrape {{amount_0}} Couaneton", + "quest_title_quest_catch_ducklett_singular": "Attrape un Couaneton", + "quest_title_quest_catch_emolga_plural": "Attrape {{amount_0}} Emolga", + "quest_title_quest_catch_excellent_curve_drifloon": "Attrape {{amount_0}} Baudrive avec d’Excellents lancers à effet", + "quest_title_quest_catch_excellent_with_berry_drifloon": "Attrape {{amount_0}} Baudrive avec d’Excellents lancers après leur avoir donné des Baies", + "quest_title_quest_catch_feed_plural": "Utilise {{amount_0}} Baies pour t’aider à attraper des Pokémon", + "quest_title_quest_catch_feed_singular": "Utilise une Baie pour t’aider à attraper un Pokémon", + "quest_title_quest_catch_furfou_singular": "Attrape un Couafarel.", + "quest_title_quest_catch_groudon_primal_boosted_types": "Attrape {{amount_0}} Pokémon de type Feu, Plante ou Sol", + "quest_title_quest_catch_groudon_type": "Attrape {{amount_0}} Pokémon de type Feu, Plante ou Sol", + "quest_title_quest_catch_hoenn_pokemon": "Attrape {{amount_0}} Pokémon découverts dans la région de Hoenn", + "quest_title_quest_catch_in_day_plural": "Attrape {{amount_0}} Pokémon en une seule journée", + "quest_title_quest_catch_jan21_hoenn1_plural": "Attrape {{amount_0}} Groudon", + "quest_title_quest_catch_jan21_hoenn2_plural": "Attrape {{amount_0}} Kyogre", + "quest_title_quest_catch_johto_pokemon": "Attrape {{amount_0}} Pokémon découverts dans la région de Johto", + "quest_title_quest_catch_kanto_pokemon": "Attrape {{amount_0}} Pokémon découverts dans la région de Kanto", + "quest_title_quest_catch_kyogre_primal_boosted_types": "Attrape {{amount_0}} Pokémon de type Eau, Électrik ou Insecte", + "quest_title_quest_catch_kyogre_type": "Attrape {{amount_0}} Pokémon de type Eau, Électrik ou Insecte", + "quest_title_quest_catch_legendary_inarow_plural": "Attrape les {{amount_0}} prochains Pokémon légendaires ou fabuleux que tu rencontreras", + "quest_title_quest_catch_legendary_plural": "Attrape {{amount_0}} Pokémon légendaires ou fabuleux", + "quest_title_quest_catch_legendary_singular": "Attrape un Pokémon légendaire ou fabuleux", + "quest_title_quest_catch_lunatone_plural": "Attrape {{amount_0}} Séléroc", + "quest_title_quest_catch_luvdisc": "Attrape {{amount_0}} Lovdisc", + "quest_title_quest_catch_misc_01_types_plural": "Attrape {{amount_0}} Pokémon de type Normal, Eau ou Glace", + "quest_title_quest_catch_nymble_plural": "Attrape {{amount_0}} Lilliterelle", + "quest_title_quest_catch_palkia": "Attrape Palkia", + "quest_title_quest_catch_pikachu_plural": "Attrape {{amount_0}} Pikachu.", + "quest_title_quest_catch_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon", + "quest_title_quest_catch_pokemon_dai_plural": "Utilise des Encens d’aventure quotidienne pour attraper {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_days": "Attrape un Pokémon pendant {{amount_0}} jours différents", + "quest_title_quest_catch_pokemon_great_ball_plural": "Attrape {{amount_0}} Pokémon avec une Super Ball", + "quest_title_quest_catch_pokemon_great_ball_singular": "Attrape un Pokémon avec une Super Ball", + "quest_title_quest_catch_pokemon_legendary_plural": "Attrape {{amount_0}} Pokémon légendaires", + "quest_title_quest_catch_pokemon_legendary_singular": "Attrape un Pokémon légendaire", + "quest_title_quest_catch_pokemon_party_plural": "Attrape {{amount_0}} Pokémon en équipe", + "quest_title_quest_catch_pokemon_plural": "Attrape {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_poke_ball_plural": "Attrape {{amount_0}} Pokémon avec une Poké Ball", + "quest_title_quest_catch_pokemon_poke_ball_singular": "Attrape un Pokémon avec une Poké Ball", + "quest_title_quest_catch_pokemon_routes_plural": "Attrape {{amount_0}} Pokémon en suivant des Routes", + "quest_title_quest_catch_pokemon_routes_singular": "Attrape un Pokémon en suivant une Route", + "quest_title_quest_catch_pokemon_singular": "Attrape un Pokémon", + "quest_title_quest_catch_pokemon_task": "Attrape des Pokémon", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "Attrape {{amount_0}} Pokémon avec une Hyper Ball", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "Attrape un Pokémon avec une Hyper Ball", + "quest_title_quest_catch_psychic_steel": "Attrape {{amount_0}} Pokémon de type Psy ou Acier", + "quest_title_quest_catch_raid_regi_any": "Attrape un Regirock, Regice ou Registeel dans un Raid", + "quest_title_quest_catch_raid_regi_ice": "Attrape un Regice dans un Raid", + "quest_title_quest_catch_raid_regi_rock": "Attrape un Regirock dans un Raid", + "quest_title_quest_catch_raid_regi_steel": "Attrape un Registeel dans un Raid", + "quest_title_quest_catch_rayquaza_type": "Attrape {{amount_0}} Pokémon de type Vol, Psy ou Dragon", + "quest_title_quest_catch_sinnoh_pokemon": "Attrape {{amount_0}} Pokémon découverts dans la région de Sinnoh", + "quest_title_quest_catch_sinnoh_pokemon_singular": "Attrape un Pokémon découvert dans la région de Sinnoh", + "quest_title_quest_catch_solrock_plural": "Attrape {{amount_0}} Solaroc", + "quest_title_quest_catch_special_aerodactyl": "Attrape un Ptéra", + "quest_title_quest_catch_special_bidoof": "Attrape {{amount_0}} Keunotor", + "quest_title_quest_catch_special_chespin": "Attrape un Marisson", + "quest_title_quest_catch_special_cottonee": "Attrape {{amount_0}} Doudouvet", + "quest_title_quest_catch_special_cubone": "Attrape un Osselait", + "quest_title_quest_catch_special_exeggcute": "Attrape {{amount_0}} Noeunoeuf", + "quest_title_quest_catch_special_fennekin": "Attrape un Feunnec", + "quest_title_quest_catch_special_fletchling": "Attrape un Passerouge", + "quest_title_quest_catch_special_froakie": "Attrape un Grenousse", + "quest_title_quest_catch_special_furfrou": "Attrape un Couafarel", + "quest_title_quest_catch_special_jirachi": "Attrape Jirachi !", + "quest_title_quest_catch_special_lieep_anorithl": "Attrape {{amount_0}} Lilia ou Anorith", + "quest_title_quest_catch_special_litleo": "Attrape un Hélionceau", + "quest_title_quest_catch_special_mew": "Attrape Mew !", + "quest_title_quest_catch_special_natu": "Attrape {{amount_0}} Natu", + "quest_title_quest_catch_special_omanyte_kabuto": "Attrape {{amount_0}} Amonita ou Kabuto", + "quest_title_quest_catch_special_pumpkaboo": "Attrape {{amount_0}} Pitrouille", + "quest_title_quest_catch_special_slugma_gulpin": "Attrape {{amount_0}} Limagma ou Gloupti", + "quest_title_quest_catch_special_voltorb": "Attrape {{amount_0}} Voltorbe", + "quest_title_quest_catch_special0_plural": "Attrape {{amount_0}} Métamorph", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020 : attrape les {{amount_0}} Pokémon de la liste de l’évènement.", + "quest_title_quest_catch_special0_singular": "Attrape un Métamorph", + "quest_title_quest_catch_special1_plural": "Attrape {{amount_0}} Mystherbe ou Chétiflor", + "quest_title_quest_catch_special1_singular": "Attrape un Mystherbe ou un Chétiflor", + "quest_title_quest_catch_special2_plural": "Attrape {{amount_0}} Tylton", + "quest_title_quest_catch_special2_singular": "Attrape un Tylton", + "quest_title_quest_catch_special3_plural": "Attrape {{amount_0}} Roucool ou Cornèbre", + "quest_title_quest_catch_special3_singular": "Attrape un Roucool ou un Cornèbre", + "quest_title_quest_catch_special4_plural": "Attrape {{amount_0}} Arcko ou Gobou", + "quest_title_quest_catch_special4_singular": "Attrape un Arcko ou un Gobou", + "quest_title_quest_catch_special5_plural": "Attrape {{amount_0}} Miaouss ou Skitty", + "quest_title_quest_catch_special5_singular": "Attrape un Miaouss ou un Skitty", + "quest_title_quest_catch_special6_plural": "Attrape {{amount_0}} Wattouat", + "quest_title_quest_catch_special7_plural": "Attrape {{amount_0}} Salamèche", + "quest_title_quest_catch_special8_plural": "Attrape {{amount_0}} Embrylex", + "quest_title_quest_catch_special9_plural": "Attrape {{amount_0}} Zarbi", + "quest_title_quest_catch_special10_plural": "Attrape {{amount_0}} Posipi", + "quest_title_quest_catch_special11_plural": "Attrape {{amount_0}} Négapi", + "quest_title_quest_catch_special12_plural": "Attrape {{amount_0}} Carapuce", + "quest_title_quest_catch_special13_plural": "Attrape {{amount_0}} Rosélia", + "quest_title_quest_catch_special14_singular": "Attrape un Miaouss ou un Caninos", + "quest_title_quest_catch_special15_singular": "Attrape un Snubbull ou un Medhyèna", + "quest_title_quest_catch_special16_singular": "Attrape un Skitty ou un Medhyèna", + "quest_title_quest_catch_special17_plural": "Attrape {{amount_0}} Évoli", + "quest_title_quest_catch_special18_plural": "Attrape {{amount_0}} Terhal", + "quest_title_quest_catch_special19_plural": "Attrape {{amount_0}} Parecool", + "quest_title_quest_catch_special20_plural": "Attrape {{amount_0}} Tarsal", + "quest_title_quest_catch_special21_singular": "Attrape un Rattata ou un Pikachu", + "quest_title_quest_catch_special22_plural": "Attrape {{amount_0}} Germignon", + "quest_title_quest_catch_special23_plural": "Attrape {{amount_0}} Héricendre", + "quest_title_quest_catch_special24_plural": "Attrape {{amount_0}} Kaiminus", + "quest_title_quest_catch_special25_plural": "Attrape {{amount_0}} Marcacrin", + "quest_title_quest_catch_special26_plural": "Attrape {{amount_0}} Arcko", + "quest_title_quest_catch_special27_plural": "Attrape {{amount_0}} Draby", + "quest_title_quest_catch_special28_plural": "Attrape {{amount_0}} Poussifeu", + "quest_title_quest_catch_special29_plural": "Attrape {{amount_0}} Gobou", + "quest_title_quest_catch_special31_plural": "Attrape {{amount_0}} Tortipouss", + "quest_title_quest_catch_special33_plural": "Attrape {{amount_0}} Kraknoix", + "quest_title_quest_catch_special34_plural": "Attrape {{amount_0}} Ouisticram", + "quest_title_quest_catch_special35_plural": "Attrape {{amount_0}} Tiplouf", + "quest_title_quest_catch_special36_plural": "Attrape {{amount_0}} Rhinocorne", + "quest_title_quest_catch_special37_plural": "Attrape {{amount_0}} Machoc", + "quest_title_quest_catch_special38_plural": "Attrape {{amount_0}} Goupix", + "quest_title_quest_catch_special39_plural": "Attrape {{amount_0}} Minidraco", + "quest_title_quest_catch_special40_plural": "Attrape {{amount_0}} Abra", + "quest_title_quest_catch_special41_plural": "Attrape {{amount_0}} Obalie", + "quest_title_quest_catch_special42_plural": "Attrape {{amount_0}} Aspicot", + "quest_title_quest_catch_special43_plural": "Attrape {{amount_0}} Étourmi", + "quest_title_quest_catch_special44_plural": "Attrape {{amount_0}} Grainipiot", + "quest_title_quest_catch_special45_plural": "Attrape {{amount_0}} Tadmorv", + "quest_title_quest_catch_special46_plural": "Attrape {{amount_0}} Porygon", + "quest_title_quest_catch_staryu_plural": "Attrape {{amount_0}} Stari", + "quest_title_quest_catch_stufful_pinap_plural": "Utilise {{amount_0}} Baies Nanana pour t’aider à attraper des Pokémon.", + "quest_title_quest_catch_stufful_pinap_singular": "Utilise une Baie Nanana pour t’aider à attraper un Pokémon", + "quest_title_quest_catch_stufful_razz_plural": "Utilise {{amount_0}} Baies Framby pour t’aider à attraper des Pokémon.", + "quest_title_quest_catch_stufful_razz_singular": "Utilise une Baie Framby pour t’aider à attraper un Pokémon", + "quest_title_quest_catch_transform_pokemon_plural": "Attrape {{amount_0}} Pokémon Morphing", + "quest_title_quest_catch_trubbish_plural": "Attrape {{amount_0}} Miamiasme", + "quest_title_quest_catch_type_bug_plural": "Attrape {{amount_0}} Pokémon de type Insecte", + "quest_title_quest_catch_type_bug_plural_unique": "Attrape {{amount_0}} espèces de Pokémon de type Insecte", + "quest_title_quest_catch_type_bug_singular": "Attrape un Pokémon de type Insecte", + "quest_title_quest_catch_type_buzzwole": "Attrape un Pokémon partageant un type avec Mouscoto.", + "quest_title_quest_catch_type_buzzwole_effective": "Attrape un Pokémon d’un type face auquel Mouscoto est vulnérable.", + "quest_title_quest_catch_type_buzzwole_plural": "Attrape {{amount_0}} Pokémon qui partagent un type avec Mouscoto", + "quest_title_quest_catch_type_celesteela_effective": "Attrape un Pokémon d’un type face auquel Bamboiselle est vulnérable.", + "quest_title_quest_catch_type_dark_plural": "Attrape {{amount_0}} Pokémon de type Ténèbres", + "quest_title_quest_catch_type_dark_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Ténèbres", + "quest_title_quest_catch_type_dark_singular": "Attrape un Pokémon de type Ténèbres", + "quest_title_quest_catch_type_dragon_normal_plural": "Attrape {{amount_0}} Pokémon de types Normal ou Dragon", + "quest_title_quest_catch_type_dragon_plural": "Attrape {{amount_0}} Pokémon de type Dragon", + "quest_title_quest_catch_type_dragon_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Dragon", + "quest_title_quest_catch_type_dragon_singular": "Attrape un Pokémon de type Dragon", + "quest_title_quest_catch_type_electric_flying_plural": "Attrape {{amount_0}} Pokémon de type Électrik ou Vol", + "quest_title_quest_catch_type_electric_plural": "Attrape {{amount_0}} Pokémon de type Électrik", + "quest_title_quest_catch_type_electric_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Électrik", + "quest_title_quest_catch_type_electric_singular": "Attrape un Pokémon de type Électrik", + "quest_title_quest_catch_type_fairy_plural": "Attrape {{amount_0}} Pokémon de type Fée", + "quest_title_quest_catch_type_fairy_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Fée", + "quest_title_quest_catch_type_fairy_singular": "Attrape un Pokémon de type Fée", + "quest_title_quest_catch_type_fighting_plural": "Attrape {{amount_0}} Pokémon de type Combat", + "quest_title_quest_catch_type_fighting_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Combat", + "quest_title_quest_catch_type_fighting_singular": "Attrape un Pokémon de type Combat", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Attrape {{amount_0}} Pokémon de types Feu ou Ténèbres", + "quest_title_quest_catch_type_fire_plural": "Attrape {{amount_0}} Pokémon de type Feu", + "quest_title_quest_catch_type_fire_singular": "Attrape un Pokémon de type Feu", + "quest_title_quest_catch_type_flying_plural": "Attrape {{amount_0}} Pokémon de type Vol", + "quest_title_quest_catch_type_flying_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Vol", + "quest_title_quest_catch_type_flying_singular": "Attrape un Pokémon de type Vol", + "quest_title_quest_catch_type_ghost_dark_plural": "Attrape {{amount_0}} Pokémon de types Spectre ou Ténèbres", + "quest_title_quest_catch_type_ghost_plural": "Attrape {{amount_0}} Pokémon de type Spectre", + "quest_title_quest_catch_type_ghost_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Spectre", + "quest_title_quest_catch_type_ghost_singular": "Attrape un Pokémon de type Spectre", + "quest_title_quest_catch_type_grass_bug_plural": "Attrape {{amount_0}} Pokémon de type Plante ou Insecte", + "quest_title_quest_catch_type_grass_plural": "Attrape {{amount_0}} Pokémon de type Plante", + "quest_title_quest_catch_type_grass_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Plante", + "quest_title_quest_catch_type_grass_poison_plural": "Attrape {{amount_0}} Pokémon de type Plante ou Poison", + "quest_title_quest_catch_type_grass_singular": "Attrape un Pokémon de type Plante", + "quest_title_quest_catch_type_ground_plural": "Attrape {{amount_0}} Pokémon de type Sol", + "quest_title_quest_catch_type_ground_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Sol", + "quest_title_quest_catch_type_ground_singular": "Attrape un Pokémon de type Sol", + "quest_title_quest_catch_type_guzzlord_effective": "Attrape un Pokémon d’un type face auquel Engloutyran est vulnérable.", + "quest_title_quest_catch_type_ice_grass_plural_unique": "Attrape {{amount_0}} Pokémon de type Plante ou Glace", + "quest_title_quest_catch_type_ice_plural": "Attrape {{amount_0}} Pokémon de type Glace", + "quest_title_quest_catch_type_ice_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Glace", + "quest_title_quest_catch_type_ice_singular": "Attrape un Pokémon de type Glace", + "quest_title_quest_catch_type_kartana_effective": "Attrape un Pokémon d’un type face auquel Katagami est vulnérable.", + "quest_title_quest_catch_type_nihilego": "Attrape un Pokémon partageant un type avec Zéroïd.", + "quest_title_quest_catch_type_nihilego_effective": "Attrape un Pokémon d’un type face auquel Zéroïd est vulnérable.", + "quest_title_quest_catch_type_nihilego_plural": "Attrape {{amount_0}} Pokémon qui partagent un type avec Zéroïd", + "quest_title_quest_catch_type_normal_plural": "Attrape {{amount_0}} Pokémon de type Normal", + "quest_title_quest_catch_type_normal_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Normal", + "quest_title_quest_catch_type_normal_singular": "Attrape un Pokémon de type Normal", + "quest_title_quest_catch_type_pheremosa_effective": "Attrape un Pokémon d’un type face auquel Cancrelove est vulnérable.", + "quest_title_quest_catch_type_pheromosa": "Attrape un Pokémon partageant un type avec Cancrelove.", + "quest_title_quest_catch_type_pheromosa_plural": "Attrape {{amount_0}} Pokémon qui partagent un type avec Cancrelove", + "quest_title_quest_catch_type_poison_plural": "Attrape {{amount_0}} Pokémon de type Poison", + "quest_title_quest_catch_type_poison_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Poison", + "quest_title_quest_catch_type_poison_singular": "Attrape un Pokémon de type Poison", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "Attrape {{amount_0}} Pokémon de type Psy ou Combat", + "quest_title_quest_catch_type_psychic_plural": "Attrape {{amount_0}} Pokémon de type Psy", + "quest_title_quest_catch_type_psychic_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Psy", + "quest_title_quest_catch_type_psychic_singular": "Attrape un Pokémon de type Psy", + "quest_title_quest_catch_type_rock_plural": "Attrape {{amount_0}} Pokémon de type Roche", + "quest_title_quest_catch_type_rock_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Roche", + "quest_title_quest_catch_type_rock_singular": "Attrape un Pokémon de type Roche", + "quest_title_quest_catch_type_shaymin": "Attrape un Pokémon partageant un type avec Shaymin.", + "quest_title_quest_catch_type_shaymin_plural": "Attrape {{amount_0}} Pokémon qui partagent un type avec Shaymin", + "quest_title_quest_catch_type_steel_plural": "Attrape {{amount_0}} Pokémon de type Acier", + "quest_title_quest_catch_type_steel_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Acier", + "quest_title_quest_catch_type_steel_singular": "Attrape un Pokémon de type Acier", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Attrape {{amount_0}} Pokémon de type Feu, Eau ou Électrik", + "quest_title_quest_catch_type_water_flying_plural": "Attrape {{amount_0}} Pokémon de types Eau ou Vol", + "quest_title_quest_catch_type_water_ground_plural": "Attrape {{amount_0}} Pokémon de type Eau ou Sol", + "quest_title_quest_catch_type_water_plural": "Attrape {{amount_0}} Pokémon de type Eau", + "quest_title_quest_catch_type_water_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Eau", + "quest_title_quest_catch_type_water_singular": "Attrape un Pokémon de type Eau", + "quest_title_quest_catch_type_xurkitree": "Attrape un Pokémon partageant un type avec Câblifère.", + "quest_title_quest_catch_type_xurkitree_effective": "Attrape un Pokémon d’un type face auquel Câblifère est vulnérable.", + "quest_title_quest_catch_type_xurkitree_plural": "Attrape {{amount_0}} Pokémon qui partagent un type avec Câblifère", + "quest_title_quest_catch_types_rainy_plural": "Attrape {{amount_0}} Pokémon de type Eau, Électrik ou Insecte", + "quest_title_quest_catch_types_rainy_singular": "Attrape un Pokémon de type Eau, Électrik ou Insecte", + "quest_title_quest_catch_types_snowy_plural": "Attrape {{amount_0}} Pokémon de type Glace ou Acier", + "quest_title_quest_catch_types_snowy_singular": "Attrape un Pokémon de type Glace ou Acier", + "quest_title_quest_catch_types_sunny_plural": "Attrape {{amount_0}} Pokémon de type Plante, Feu ou Sol", + "quest_title_quest_catch_types_sunny_singular": "Attrape un Pokémon de type Plante, Feu ou Sol", + "quest_title_quest_catch_types_windy_plural": "Attrape {{amount_0}} Pokémon de type Vol, Psy ou Dragon", + "quest_title_quest_catch_types_windy_singular": "Attrape un Pokémon de type Vol, Psy ou Dragon", + "quest_title_quest_catch_weather_boost_plural": "Attrape {{amount_0}} Pokémon boostés par la météo", + "quest_title_quest_catch_weather_boost_singular": "Attrape un Pokémon boosté par la météo", + "quest_title_quest_catch_whismur": "Attrape {{amount_0}} Chuchmur", + "quest_title_quest_challenge_party_power_plural": "Utilise Puissance d’équipe {{amount_0}} fois dans des Combats de Raids", + "quest_title_quest_challenge_party_power_singular": "Utilise Puissance d’équipe dans un Combat de Raid", + "quest_title_quest_change_form_furfrou": "Change le style de Couafarel", + "quest_title_quest_change_form_plural": "Change la forme de {{amount_0}} Pokémon", + "quest_title_quest_change_form_singular": "Change la forme d’un Pokémon", + "quest_title_quest_chansey_catch_b": "Attrape {{amount_0}} Leveinard", + "quest_title_quest_chansey_evolve_b_plural": "Fais évoluer {{amount_0}} Leveinard", + "quest_title_quest_chansey_evolve_b_singular": "Fais évoluer un Leveinard", + "quest_title_quest_chansey_snapshot_b": "Prends en photo {{amount_0}} Leveinard", + "quest_title_quest_charge_attack_party_plural": "Utilise {{amount_0}} Attaques Chargées en équipe", + "quest_title_quest_charge_attack_party_singular": "Utilise une Attaque Chargée en équipe", + "quest_title_quest_charged_attack_plural": "Utilise {{amount_0}} Attaques Chargées", + "quest_title_quest_charjabug_evolve_b": "Fais évoluer {{amount_0}} Chrysapile", + "quest_title_quest_chart_catch_b": "Attrape {{amount_0}} Salamèche", + "quest_title_quest_chart_catch_s1": "Attrape {{amount_0}} Reptincel", + "quest_title_quest_chart_evolve_b": "Fais évoluer {{amount_0}} Salamèche", + "quest_title_quest_chart_evolve_s1": "Fais évoluer {{amount_0}} Reptincel", + "quest_title_quest_chespin_catch_b": "Attrape {{amount_0}} Marisson", + "quest_title_quest_chespin_evolve_b": "Fais évoluer {{amount_0}} Marisson", + "quest_title_quest_chespin_snapshot_b": "Prends en photo {{amount_0}} Marisson", + "quest_title_quest_crocalor_evolve_b": "Fais évoluer un Crocogril", + "quest_title_quest_cyndaquil_catch_b": "Attrape {{amount_0}} Héricendre", + "quest_title_quest_cyndaquil_evolve_b_plural": "Fais évoluer {{amount_0}} Héricendre", + "quest_title_quest_cyndaquil_evolve_b_singular": "Fais évoluer un Héricendre", + "quest_title_quest_dartrix_evolve_b_plural": "Fais évoluer {{amount_0}} Efflèche", + "quest_title_quest_dartrix_evolve_b_singular": "Fais évoluer {{amount_0}} Efflèche", + "quest_title_quest_dec2021_catch_b": "Attrape {{amount_0}} Pokémon apparus pendant les Journées Communauté de 2021", + "quest_title_quest_dec2022_catch_b": "Attrape {{amount_0}} Pokémon apparus pendant la Journée Communauté de décembre 2022", + "quest_title_quest_dec2023_catch_b": "Attrape {{amount_0}} Pokémon apparus pendant les Journées Communauté de 2023", + "quest_title_quest_defeat_jessie_james_plural": "Bats Jessie ou James {{amount_0}} fois", + "quest_title_quest_defeat_rocket": "Bats {{amount_0}} membres de la Team GO Rocket", + "quest_title_quest_defeat_rocket_leader_2500": "Bats {{amount_0}} chefs de la Team GO Rocket avec des Pokémon de 2500 PC max", + "quest_title_quest_defeat_rocket_singular": "Bats un membre de la Team GO Rocket", + "quest_title_quest_deino_catch": "Attrape {{amount_0}} Solochi", + "quest_title_quest_deino_evolve_a": "Fais évoluer {{amount_0}} Solochi", + "quest_title_quest_deino_evolve_b": "Fais évoluer {{amount_0}} Solochi ou Diamat", + "quest_title_quest_deino_snap": "Prends {{amount_0}} photos de Solochi", + "quest_title_quest_dragonair_evolve_b": "Fais évoluer {{amount_0}} Draco", + "quest_title_quest_dratini_cdc_catch_b": "Attrape {{amount_0}} Minidraco", + "quest_title_quest_dratini_cdc_evolve_b": "Fais évoluer {{amount_0}} Minidraco", + "quest_title_quest_dratini_cdc_snapshot_b": "Prends une photo de {{amount_0}} Minidraco", + "quest_title_quest_drizzle_evolve": "Fais évoluer un Arrozard", + "quest_title_quest_dude_catch": "Attrape {{amount_0}} Racaillou", + "quest_title_quest_dude_evolve_a": "Fais évoluer {{amount_0}} Racaillou", + "quest_title_quest_dude_evolve_b": "Fais évoluer {{amount_0}} Gravalanch", + "quest_title_quest_dude_snap": "Prends {{amount_0}} photos de Racaillou", + "quest_title_quest_duskt_catch_b": "Attrape {{amount_0}} Skelénox", + "quest_title_quest_duskt_evolve_b": "Fais évoluer {{amount_0}} Skelénox", + "quest_title_quest_duskt_evolve_s1": "Fais évoluer {{amount_0}} Téraclope", + "quest_title_quest_earn_buddy_ribbon_plural": "Gagne {{amount_0}} Rubans de Meilleur Copain avec tes Pokémon", + "quest_title_quest_eelektrik_evolve_b_plural": "Fais évoluer {{amount_0}} Lampéroie", + "quest_title_quest_eelektrik_evolve_b_singular": "Fais évoluer un Lampéroie", + "quest_title_quest_eevee_evolve_plural": "Fais évoluer Évoli en chacune de ses Évolutions", + "quest_title_quest_eevet_catch_b": "Attrape {{amount_0}} Évoli", + "quest_title_quest_eevet_evolve_b": "Fais évoluer {{amount_0}} Évoli", + "quest_title_quest_elect_catch_b": "Attrape {{amount_0}} Élektek", + "quest_title_quest_elect_evolve_b": "Fais évoluer {{amount_0}} Élektek", + "quest_title_quest_elite_raid_victory_plural": "Gagne {{amount_0}} Raids d’élite", + "quest_title_quest_elite_raid_victory_singular": "Gagne un Raid d’élite", + "quest_title_quest_elite4_a": "Des Pokémon de toutes les heures apparaissent dans la nature !", + "quest_title_quest_elite4_b": "Bats le Conseil 4 du Circuit GO : Dresseur Grotte", + "quest_title_quest_elite4_c": "Bats le Conseil 4 du Circuit GO : Dresseuse Océan", + "quest_title_quest_elite4_d": "Bats le Conseil 4 du Circuit GO : Dresseuse Savane", + "quest_title_quest_elrd22_april16_battle": "Étude Noeunoeuf : combats dans une Arène", + "quest_title_quest_elrd22_april16_berries": "Étude Noeunoeuf : utilise 3 Baies pour attraper des Pokémon", + "quest_title_quest_elrd22_april16_catch_grass": "Étude Noeunoeuf : attrape 3 Pokémon de type Plante", + "quest_title_quest_elrd22_april16_charged_move": "Étude Noeunoeuf : utilise une Attaque Chargée super efficace", + "quest_title_quest_elrd22_april16_curve": "Étude Noeunoeuf : fais 5 Lancers à effet", + "quest_title_quest_elrd22_april16_evolve_grass": "Étude Noeunoeuf : fais évoluer 2 Pokémon de type Plante", + "quest_title_quest_elrd22_april16_gifts_stickers": "Étude Noeunoeuf : ajoute des stickers sur 2 Cadeaux et envoie-les", + "quest_title_quest_elrd22_april16_great": "Étude Noeunoeuf : fais 3 Superbes lancers", + "quest_title_quest_elrd22_april16_great_row": "Étude Noeunoeuf : fais 2 Superbes lancers à la suite", + "quest_title_quest_elrd22_april16_nice": "Étude Noeunoeuf : fais 5 Jolis lancers", + "quest_title_quest_elrd22_april16_nice_row": "Étude Noeunoeuf : fais 3 Jolis lancers à la suite", + "quest_title_quest_elrd22_april16_raid": "Étude Noeunoeuf : combats dans un Raid", + "quest_title_quest_elrd22_april16_spin": "Étude Noeunoeuf : fais tourner 2 PokéStops", + "quest_title_quest_elrd22_april16_weather_easy": "Étude Noeunoeuf : attrape 3 Pokémon boostés par la météo", + "quest_title_quest_elrd22_april16_weather_hard": "Étude Noeunoeuf : attrape 5 Pokémon boostés par la météo", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Étude Noeunoeuf : prends une photo d’un Pokémon sauvage de type Plante", + "quest_title_quest_equinox19_catch_medium_pkmn": "Attrape {{amount_0}} Bulbizarre ou Germignon", + "quest_title_quest_equinox19_catch_type_grass_plural": "Attrape {{amount_0}} Pokémon de type Plante", + "quest_title_quest_equinox19_evolve_type_grass_plural": "Fais évoluer {{amount_0}} Pokémon de type Plante", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Fais évoluer {{amount_0}} Pokémon de type Plante", + "quest_title_quest_event_eevee_snapshot_barcelona": "Prends une photo de ton Évoli à Barcelone", + "quest_title_quest_event_eevee_snapshot_jakarta": "Prends une photo de ton Évoli à Jakarta", + "quest_title_quest_event_eevee_snapshot_mexico_city": "Prends une photo de ton Évoli à Mexico", + "quest_title_quest_event_eevee_snapshot_seoul": "Prends une photo de ton Évoli à Séoul", + "quest_title_quest_event_eevee_snapshot_tainan": "Prends une photo de ton Évoli à Tainan", + "quest_title_quest_event_leave_behind_spin": "Fais tourner 10 nouveaux PokéStops ou Arènes", + "quest_title_quest_event_leave_behind_spin_safari_city": "Fais tourner le PokéStop à chaque endroit “Explorateur Évoli”", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Fais tourner {{amount_0}} PokéStops à des endroits “Explorateurs Évoli” que tu découvres pour la première fois.", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Fais tourner un PokéStop à un endroit “Explorateurs Évoli” que tu découvres pour la première fois.", + "quest_title_quest_event_spin_barcelona": "Fais tourner un PokéStop ou une Arène à Barcelone", + "quest_title_quest_event_spin_incheon": "Fais tourner un PokéStop ou une Arène à Incheon", + "quest_title_quest_event_spin_jakarta": "Fais tourner un PokéStop ou une Arène à Jakarta", + "quest_title_quest_event_spin_mexico_city": "Fais tourner un PokéStop ou une Arène à Mexico", + "quest_title_quest_event_spin_seoul": "Fais tourner un PokéStop ou une Arène à Séoul", + "quest_title_quest_event_spin_tainan": "Fais tourner un PokéStop ou une Arène à Tainan", + "quest_title_quest_evolve_abra_singular": "Fais évoluer un Abra", + "quest_title_quest_evolve_aipom_singular": "Fais évoluer un Capumain", + "quest_title_quest_evolve_amaura_singular": "Fais évoluer un Amagara", + "quest_title_quest_evolve_anorith_singular": "Fais évoluer un Anorith", + "quest_title_quest_evolve_archen_singular": "Fais évoluer un Arkéapti", + "quest_title_quest_evolve_aron_singular": "Fais évoluer un Galekid", + "quest_title_quest_evolve_axew_singular": "Fais évoluer un Coupenotte", + "quest_title_quest_evolve_azurill_singular": "Fais évoluer un Azurill", + "quest_title_quest_evolve_bagon_singular": "Fais évoluer un Draby", + "quest_title_quest_evolve_baltoy_singular": "Fais évoluer un Balbuto", + "quest_title_quest_evolve_barboach_singular": "Fais évoluer un Barloche", + "quest_title_quest_evolve_bayleef": "Fais évoluer ton Macronium", + "quest_title_quest_evolve_bayleef_singular": "Fais évoluer un Macronium", + "quest_title_quest_evolve_beldum_singular": "Fais évoluer un Terhal", + "quest_title_quest_evolve_bellsprout_singular": "Fais évoluer un Chétiflor", + "quest_title_quest_evolve_bergmite_singular": "Fais évoluer un Grelaçon", + "quest_title_quest_evolve_bidoof_singular": "Fais évoluer un Keunotor", + "quest_title_quest_evolve_binacle_singular": "Fais évoluer un Opermine", + "quest_title_quest_evolve_blitzle_singular": "Fais évoluer un Zébibron", + "quest_title_quest_evolve_boldore_singular": "Fais évoluer un Géolithe", + "quest_title_quest_evolve_bonsly_singular": "Fais évoluer un Manzaï", + "quest_title_quest_evolve_braixen_singular": "Fais évoluer un Roussil", + "quest_title_quest_evolve_bronzor_singular": "Fais évoluer un Archéomire", + "quest_title_quest_evolve_budew_singular": "Fais évoluer un Rozbouton", + "quest_title_quest_evolve_buizel_singular": "Fais évoluer un Mustébouée", + "quest_title_quest_evolve_bulbasaur": "Fais évoluer un Bulbizarre ", + "quest_title_quest_evolve_bulbasaur_singular": "Fais évoluer un Bulbizarre", + "quest_title_quest_evolve_buneary_singular": "Fais évoluer un Laporeille", + "quest_title_quest_evolve_bunnelby_singular": "Fais évoluer un Sapereau", + "quest_title_quest_evolve_burmy_singular": "Fais évoluer un Cheniti", + "quest_title_quest_evolve_cacnea_singular": "Fais évoluer un Cacnea", + "quest_title_quest_evolve_carvanha_singular": "Fais évoluer un Carvanha", + "quest_title_quest_evolve_cascoon_singular": "Fais évoluer un Blindalys", + "quest_title_quest_evolve_caterpie_singular": "Fais évoluer un Chenipan", + "quest_title_quest_evolve_chansey_singular": "Fais évoluer un Leveinard", + "quest_title_quest_evolve_charmander": "Fais évoluer un Salamèche", + "quest_title_quest_evolve_charmander_singular": "Fais évoluer un Salamèche", + "quest_title_quest_evolve_charmeleon_singular": "Fais évoluer un Reptincel", + "quest_title_quest_evolve_cherubi_singular": "Fais évoluer un Ceribou", + "quest_title_quest_evolve_chespin_singular": "Fais évoluer un Marisson", + "quest_title_quest_evolve_chikorita": "Fais évoluer ton Germignon", + "quest_title_quest_evolve_chikorita_singular": "Fais évoluer un Germignon", + "quest_title_quest_evolve_chimchar_singular": "Fais évoluer un Ouisticram", + "quest_title_quest_evolve_chinchou_singular": "Fais évoluer un Loupio", + "quest_title_quest_evolve_chingling_singular": "Fais évoluer un Korillon", + "quest_title_quest_evolve_clamperl_singular": "Fais évoluer un Coquiperl", + "quest_title_quest_evolve_clauncher_singular": "Fais évoluer un Flingouste", + "quest_title_quest_evolve_clefairy_singular": "Fais évoluer un Mélofée", + "quest_title_quest_evolve_cleffa_singular": "Fais évoluer un Mélo", + "quest_title_quest_evolve_combee_singular": "Fais évoluer un Apitrini", + "quest_title_quest_evolve_combusken_singular": "Fais évoluer un Galifeu", + "quest_title_quest_evolve_corphish_singular": "Fais évoluer un Écrapince", + "quest_title_quest_evolve_cosmoem_singular": "Fais évoluer un Cosmovum", + "quest_title_quest_evolve_cosmog_singular": "Fais évoluer un Cosmog", + "quest_title_quest_evolve_cottonee_singular": "Fais évoluer un Doudouvet", + "quest_title_quest_evolve_cranidos_singular": "Fais évoluer un Kranidos", + "quest_title_quest_evolve_croagunk_singular": "Fais évoluer un Cradopaud", + "quest_title_quest_evolve_croconaw": "Fais évoluer ton Crocrodil", + "quest_title_quest_evolve_croconaw_singular": "Fais évoluer un Crocrodil", + "quest_title_quest_evolve_cubchoo_singular": "Fais évoluer un Polarhume", + "quest_title_quest_evolve_cubone_singular": "Fais évoluer un Osselait", + "quest_title_quest_evolve_cyndaquil": "Fais évoluer ton Héricendre", + "quest_title_quest_evolve_cyndaquil_singular": "Fais évoluer un Héricendre", + "quest_title_quest_evolve_dark_type_singular": "Fais évoluer un Pokémon de type Ténèbres", + "quest_title_quest_evolve_darumaka_singular": "Fais évoluer un Darumarond", + "quest_title_quest_evolve_deerling_singular": "Fais évoluer un Vivaldaim", + "quest_title_quest_evolve_deino_singular": "Fais évoluer un Solochi", + "quest_title_quest_evolve_dewott_singular": "Fais évoluer un Mateloutre", + "quest_title_quest_evolve_diglett_singular": "Fais évoluer un Taupiqueur", + "quest_title_quest_evolve_doduo_singular": "Fais évoluer un Doduo", + "quest_title_quest_evolve_doublade_singular": "Fais évoluer un Dimoclès", + "quest_title_quest_evolve_dragonair_singular": "Fais évoluer un Draco", + "quest_title_quest_evolve_dratini_singular": "Fais évoluer un Minidraco", + "quest_title_quest_evolve_drifloon_singular": "Fais évoluer un Baudrive", + "quest_title_quest_evolve_drilbur_singular": "Fais évoluer un Rototaupe", + "quest_title_quest_evolve_drowzee_singular": "Fais évoluer un Soporifik", + "quest_title_quest_evolve_ducklett_singular": "Fais évoluer un Couaneton", + "quest_title_quest_evolve_duosion_singular": "Fais évoluer un Méios", + "quest_title_quest_evolve_durant_singular": "Fais évoluer un Fermite", + "quest_title_quest_evolve_dusclops_singular": "Fais évoluer un Téraclope", + "quest_title_quest_evolve_duskull_singular": "Fais évoluer un Skelénox", + "quest_title_quest_evolve_dwebble_singular": "Fais évoluer un Crabicoque", + "quest_title_quest_evolve_eelektrik_singular": "Fais évoluer un Lampéroie", + "quest_title_quest_evolve_eevee_singular": "Fais évoluer un Évoli", + "quest_title_quest_evolve_eevee_types_plural": "Fais évoluer {{amount_0}} Pokémon de type Électrik, Eau ou Feu", + "quest_title_quest_evolve_eevee_types_singular": "Fais évoluer un Pokémon de type Électrik, Eau ou Feu", + "quest_title_quest_evolve_ekans_singular": "Fais évoluer un Abo", + "quest_title_quest_evolve_electabuzz_singular": "Fais évoluer un Élektek", + "quest_title_quest_evolve_electrike_singular": "Fais évoluer un Dynavolt", + "quest_title_quest_evolve_elekid_singular": "Fais évoluer un Élekid", + "quest_title_quest_evolve_elgyem_singular": "Fais évoluer un Lewsor", + "quest_title_quest_evolve_espeon": "Fais évoluer Évoli en Mentali pendant la journée", + "quest_title_quest_evolve_espurr_singular": "Fais évoluer un Psystigri", + "quest_title_quest_evolve_evolved_grass_singular": "Fais évoluer un Pokémon de type Plante évolué", + "quest_title_quest_evolve_exeggcute_singular": "Fais évoluer un Noeunoeuf", + "quest_title_quest_evolve_farfetch'd_singular": "Fais évoluer un Canarticho", + "quest_title_quest_evolve_feebas_singular": "Fais évoluer un Barpau", + "quest_title_quest_evolve_fennekin_singular": "Fais évoluer un Feunnec", + "quest_title_quest_evolve_ferroseed_singular": "Fais évoluer un Grindur", + "quest_title_quest_evolve_finneon_singular": "Fais évoluer un Écayon", + "quest_title_quest_evolve_flaaffy_singular": "Fais évoluer un Lainergie", + "quest_title_quest_evolve_flabébé_singular": "Fais évoluer un Flabébé", + "quest_title_quest_evolve_fletchinder_singular": "Fais évoluer un Braisillon", + "quest_title_quest_evolve_fletchling_singular": "Fais évoluer un Passerouge", + "quest_title_quest_evolve_floette_singular": "Fais évoluer un Floette", + "quest_title_quest_evolve_foongus_singular": "Fais évoluer un Trompignon", + "quest_title_quest_evolve_fraxure_singular": "Fais évoluer un Incisache", + "quest_title_quest_evolve_frillish_singular": "Fais évoluer un Viskuse", + "quest_title_quest_evolve_froakie_singular": "Fais évoluer un Grenousse", + "quest_title_quest_evolve_frogadier_singular": "Fais évoluer un Croâporal", + "quest_title_quest_evolve_gabite_singular": "Fais évoluer un Carmache", + "quest_title_quest_evolve_gastly_singular": "Fais évoluer un Fantominus", + "quest_title_quest_evolve_geodude_singular": "Fais évoluer un Racaillou", + "quest_title_quest_evolve_gible_singular": "Fais évoluer un Griknot", + "quest_title_quest_evolve_glalie_singular": "Fais évoluer un Oniglali", + "quest_title_quest_evolve_glameow_singular": "Fais évoluer un Chaglam", + "quest_title_quest_evolve_gligar_singular": "Fais évoluer un Scorplane", + "quest_title_quest_evolve_gloom_singular": "Fais évoluer un Ortide", + "quest_title_quest_evolve_golbat_singular": "Fais évoluer un Nosferalto", + "quest_title_quest_evolve_goldeen_singular": "Fais évoluer un Poissirène", + "quest_title_quest_evolve_golett_singular": "Fais évoluer un Gringolem", + "quest_title_quest_evolve_goomy_singular": "Fais évoluer un Mucuscule", + "quest_title_quest_evolve_gothita_singular": "Fais évoluer un Scrutella", + "quest_title_quest_evolve_gothorita_singular": "Fais évoluer un Mesmérella", + "quest_title_quest_evolve_graveler_singular": "Fais évoluer un Gravalanch", + "quest_title_quest_evolve_grimer_singular": "Fais évoluer un Tadmorv", + "quest_title_quest_evolve_grotle_singular": "Fais évoluer un Boskara", + "quest_title_quest_evolve_ground_plural": "Fais évoluer {{amount_0}} Pokémon de type Sol", + "quest_title_quest_evolve_grovyle_singular": "Fais évoluer un Massko", + "quest_title_quest_evolve_growlithe_singular": "Fais évoluer un Caninos", + "quest_title_quest_evolve_gulpin_singular": "Fais évoluer un Gloupti", + "quest_title_quest_evolve_gurdurr_singular": "Fais évoluer un Ouvrifier", + "quest_title_quest_evolve_happiny_singular": "Fais évoluer un Ptiravi", + "quest_title_quest_evolve_haunter_singular": "Fais évoluer un Spectrum", + "quest_title_quest_evolve_heatmor_singular": "Fais évoluer un Aflamanoir", + "quest_title_quest_evolve_helioptile_singular": "Fais évoluer un Galvaran", + "quest_title_quest_evolve_herdier_singular": "Fais évoluer un Ponchien", + "quest_title_quest_evolve_hippopotas_singular": "Fais évoluer un Hippopotas", + "quest_title_quest_evolve_honedge_singular": "Fais évoluer un Monorpale", + "quest_title_quest_evolve_hoothoot_singular": "Fais évoluer un Hoothoot", + "quest_title_quest_evolve_hoppip_singular": "Fais évoluer un Granivol", + "quest_title_quest_evolve_horsea_singular": "Fais évoluer un Hypotrempe", + "quest_title_quest_evolve_houndour_singular": "Fais évoluer un Malosse", + "quest_title_quest_evolve_igglybuff_singular": "Fais évoluer un Toudoudou", + "quest_title_quest_evolve_illumise_singular": "Fais évoluer un Lumivole", + "quest_title_quest_evolve_inkay_singular": "Fais évoluer un Sepiatop", + "quest_title_quest_evolve_items_plural": "Utilise {{amount_0}} fois des objets pour faire évoluer des Pokémon", + "quest_title_quest_evolve_items_singular": "Utilise un objet pour faire évoluer un Pokémon", + "quest_title_quest_evolve_ivysaur_singular": "Fais évoluer un Herbizarre", + "quest_title_quest_evolve_jigglypuff_singular": "Fais évoluer un Rondoudou", + "quest_title_quest_evolve_joltik_singular": "Fais évoluer un Statitik", + "quest_title_quest_evolve_kabuto_singular": "Fais évoluer un Kabuto", + "quest_title_quest_evolve_kadabra_singular": "Fais évoluer un Kadabra", + "quest_title_quest_evolve_kakuna_singular": "Fais évoluer un Coconfort", + "quest_title_quest_evolve_karrablast_singular": "Fais évoluer un Carabing", + "quest_title_quest_evolve_kirlia_singular": "Fais évoluer un Kirlia", + "quest_title_quest_evolve_klang_singular": "Fais évoluer un Clic", + "quest_title_quest_evolve_klink_singular": "Fais évoluer un Tic", + "quest_title_quest_evolve_koffing_singular": "Fais évoluer un Smogo", + "quest_title_quest_evolve_krabby_singular": "Fais évoluer un Krabby", + "quest_title_quest_evolve_kricketot_singular": "Fais évoluer un Crikzik", + "quest_title_quest_evolve_krokorok_singular": "Fais évoluer un Escroco", + "quest_title_quest_evolve_lairon_singular": "Fais évoluer un Galegon", + "quest_title_quest_evolve_lampent_singular": "Fais évoluer un Mélancolux", + "quest_title_quest_evolve_larvesta_singular": "Fais évoluer un Pyronille", + "quest_title_quest_evolve_larvitar_singular": "Fais évoluer un Embrylex", + "quest_title_quest_evolve_ledyba_singular": "Fais évoluer un Coxy", + "quest_title_quest_evolve_lickitung_singular": "Fais évoluer un Excelangue", + "quest_title_quest_evolve_lileep_singular": "Fais évoluer un Lilia", + "quest_title_quest_evolve_lillipup_singular": "Fais évoluer un Ponchiot", + "quest_title_quest_evolve_linoone_singular": "Fais évoluer {{amount_0}} Linéon de Galar", + "quest_title_quest_evolve_litleo_singular": "Fais évoluer un Hélionceau", + "quest_title_quest_evolve_litwick_singular": "Fais évoluer un Funécire", + "quest_title_quest_evolve_lombre_singular": "Fais évoluer un Lombre", + "quest_title_quest_evolve_lotad_singular": "Fais évoluer un Nénupiot", + "quest_title_quest_evolve_loudred_singular": "Fais évoluer un Ramboum", + "quest_title_quest_evolve_luxio_singular": "Fais évoluer un Luxio", + "quest_title_quest_evolve_machoke_singular": "Fais évoluer un Machopeur", + "quest_title_quest_evolve_machop_singular": "Fais évoluer un Machoc", + "quest_title_quest_evolve_magby_singular": "Fais évoluer un Magby", + "quest_title_quest_evolve_magikarp_singular": "Fais évoluer un Magicarpe", + "quest_title_quest_evolve_magmar_singular": "Fais évoluer un Magmar", + "quest_title_quest_evolve_magnemite_singular": "Fais évoluer un Magnéti", + "quest_title_quest_evolve_makuhita_singular": "Fais évoluer un Makuhita", + "quest_title_quest_evolve_mankey_singular": "Fais évoluer un Férosinge", + "quest_title_quest_evolve_mantyke_singular": "Fais évoluer un Babimanta", + "quest_title_quest_evolve_mareep_singular": "Fais évoluer un Wattouat", + "quest_title_quest_evolve_marill_singular": "Fais évoluer un Marill", + "quest_title_quest_evolve_marshtomp_singular": "Fais évoluer un Flobio", + "quest_title_quest_evolve_meditite_singular": "Fais évoluer un Méditikka", + "quest_title_quest_evolve_meowth_singular": "Fais évoluer un Miaouss", + "quest_title_quest_evolve_metang_singular": "Fais évoluer un Métang", + "quest_title_quest_evolve_metapod_singular": "Fais évoluer un Chrysacier", + "quest_title_quest_evolve_mienfoo_singular": "Fais évoluer un Kungfouine", + "quest_title_quest_evolve_mime jr._singular": "Fais évoluer un Mime Jr.", + "quest_title_quest_evolve_minccino_singular": "Fais évoluer un Chinchidou", + "quest_title_quest_evolve_misdreavus_singular": "Fais évoluer un Feuforêve", + "quest_title_quest_evolve_monferno_singular": "Fais évoluer un Chimpenfeu", + "quest_title_quest_evolve_mr. mime_singular": "Fais évoluer un M. Mime", + "quest_title_quest_evolve_mudkip_singular": "Fais évoluer un Gobou", + "quest_title_quest_evolve_munchlax_singular": "Fais évoluer un Goinfrex", + "quest_title_quest_evolve_munna_singular": "Fais évoluer un Munna", + "quest_title_quest_evolve_murkrow_singular": "Fais évoluer un Cornèbre", + "quest_title_quest_evolve_natu_singular": "Fais évoluer un Natu", + "quest_title_quest_evolve_nidoranfemale_singular": "Fais évoluer un Nidoran♀", + "quest_title_quest_evolve_nidoranmale_singular": "Fais évoluer un Nidoran♂", + "quest_title_quest_evolve_nidorina_singular": "Fais évoluer un Nidorina", + "quest_title_quest_evolve_nidorino_singular": "Fais évoluer un Nidorino", + "quest_title_quest_evolve_nincada_singular": "Fais évoluer un Ningale", + "quest_title_quest_evolve_noibat_singular": "Fais évoluer un Sonistrelle", + "quest_title_quest_evolve_nosepass_singular": "Fais évoluer un Tarinor", + "quest_title_quest_evolve_numel_singular": "Fais évoluer un Chamallot", + "quest_title_quest_evolve_nuzleaf_singular": "Fais évoluer un Pifeuil", + "quest_title_quest_evolve_oddish_singular": "Fais évoluer un Mystherbe", + "quest_title_quest_evolve_omanyte_singular": "Fais évoluer un Amonita", + "quest_title_quest_evolve_onix_singular": "Fais évoluer un Onix", + "quest_title_quest_evolve_oshawott_singular": "Fais évoluer un Moustillon", + "quest_title_quest_evolve_palpitoad_singular": "Fais évoluer un Batracné", + "quest_title_quest_evolve_pancham_singular": "Fais évoluer un Pandespiègle", + "quest_title_quest_evolve_panpour_singular": "Fais évoluer un Flotajou", + "quest_title_quest_evolve_pansage_singular": "Fais évoluer un Feuillajou", + "quest_title_quest_evolve_pansear_singular": "Fais évoluer un Flamajou", + "quest_title_quest_evolve_paras_singular": "Fais évoluer un Paras", + "quest_title_quest_evolve_patrat_singular": "Fais évoluer un Ratentif", + "quest_title_quest_evolve_pawniard_singular": "Fais évoluer un Scalpion", + "quest_title_quest_evolve_petilil_singular": "Fais évoluer un Chlorobule", + "quest_title_quest_evolve_phanpy_singular": "Fais évoluer un Phanpy", + "quest_title_quest_evolve_phantump_singular": "Fais évoluer un Brocélôme", + "quest_title_quest_evolve_pichu_singular": "Fais évoluer un Pichu", + "quest_title_quest_evolve_pidgeotto_singular": "Fais évoluer un Roucoups", + "quest_title_quest_evolve_pidgey_singular": "Fais évoluer un Roucool", + "quest_title_quest_evolve_pidove_singular": "Fais évoluer un Poichigeon", + "quest_title_quest_evolve_pignite_singular": "Fais évoluer un Grotichon", + "quest_title_quest_evolve_pikachu_singular": "Fais évoluer un Pikachu", + "quest_title_quest_evolve_piloswine_plural": "Fais évoluer {{amount_0}} Cochignon", + "quest_title_quest_evolve_piloswine_singular": "Fais évoluer un Cochignon", + "quest_title_quest_evolve_pineco_singular": "Fais évoluer un Pomdepik", + "quest_title_quest_evolve_piplup_singular": "Fais évoluer un Tiplouf", + "quest_title_quest_evolve_plural": "Fais évoluer {{amount_0}} Pokémon", + "quest_title_quest_evolve_poison_type_singular": "Fais évoluer un Pokémon de type Poison", + "quest_title_quest_evolve_poliwag_singular": "Fais évoluer un Ptitard", + "quest_title_quest_evolve_poliwhirl_singular": "Fais évoluer un Têtarte", + "quest_title_quest_evolve_ponyta_singular": "Fais évoluer un Ponyta", + "quest_title_quest_evolve_poochyena_singular": "Fais évoluer un Medhyèna", + "quest_title_quest_evolve_porygon2_singular": "Fais évoluer un Porygon2", + "quest_title_quest_evolve_prinplup_singular": "Fais évoluer un Prinplouf", + "quest_title_quest_evolve_psyduck_singular": "Fais évoluer un Psykokwak", + "quest_title_quest_evolve_pumpkaboo_singular": "Fais évoluer un Pitrouille", + "quest_title_quest_evolve_pupitar_singular": "Fais évoluer un Ymphect", + "quest_title_quest_evolve_purrloin_singular": "Fais évoluer un Chacripan", + "quest_title_quest_evolve_quilava": "Fais évoluer ton Feurisson", + "quest_title_quest_evolve_quilava_singular": "Fais évoluer un Feurisson", + "quest_title_quest_evolve_quilladin_singular": "Fais évoluer un Boguérisse", + "quest_title_quest_evolve_qwilfish_singular": "Fais évoluer un Qwilfish", + "quest_title_quest_evolve_ralts_singular": "Fais évoluer un Tarsal", + "quest_title_quest_evolve_rattata_singular": "Fais évoluer un Rattata", + "quest_title_quest_evolve_remoraid_singular": "Fais évoluer un Rémoraid", + "quest_title_quest_evolve_rhydon_singular": "Fais évoluer un Rhinoféros", + "quest_title_quest_evolve_rhyhorn_singular": "Fais évoluer un Rhinocorne", + "quest_title_quest_evolve_riolu_singular": "Fais évoluer un Riolu", + "quest_title_quest_evolve_roggenrola_singular": "Fais évoluer un Nodulithe", + "quest_title_quest_evolve_roselia_singular": "Fais évoluer un Rosélia", + "quest_title_quest_evolve_rufflet_singular": "Fais évoluer un Furaiglon", + "quest_title_quest_evolve_sandile_singular": "Fais évoluer un Mascaïman", + "quest_title_quest_evolve_sandshrew_singular": "Fais évoluer un Sabelette", + "quest_title_quest_evolve_sb_singular": "Fais évoluer un Snubbull", + "quest_title_quest_evolve_scatterbug_singular": "Fais évoluer un Lépidonille", + "quest_title_quest_evolve_scraggy_singular": "Fais évoluer un Baggiguane", + "quest_title_quest_evolve_scyther_singular": "Fais évoluer un Insécateur", + "quest_title_quest_evolve_seadra_singular": "Fais évoluer un Hypocéan", + "quest_title_quest_evolve_sealeo_singular": "Fais évoluer un Phogleur", + "quest_title_quest_evolve_seedot_singular": "Fais évoluer un Grainipiot", + "quest_title_quest_evolve_seel_singular": "Fais évoluer un Otaria", + "quest_title_quest_evolve_sentret_singular": "Fais évoluer un Fouinette", + "quest_title_quest_evolve_servine_singular": "Fais évoluer un Lianaja", + "quest_title_quest_evolve_sewaddle_singular": "Fais évoluer un Larveyette", + "quest_title_quest_evolve_shelgon_singular": "Fais évoluer un Drackhaus", + "quest_title_quest_evolve_shellder_singular": "Fais évoluer un Kokiyas", + "quest_title_quest_evolve_shellos_singular": "Fais évoluer un Sancoki", + "quest_title_quest_evolve_shelmet_singular": "Fais évoluer un Escargaume", + "quest_title_quest_evolve_shieldon_singular": "Fais évoluer un Dinoclier", + "quest_title_quest_evolve_shinx_singular": "Fais évoluer un Lixy", + "quest_title_quest_evolve_shroomish_singular": "Fais évoluer un Balignon", + "quest_title_quest_evolve_shuckle_singular": "Fais évoluer un Caratroc", + "quest_title_quest_evolve_shuppet_singular": "Fais évoluer un Polichombr", + "quest_title_quest_evolve_silcoon_singular": "Fais évoluer un Armulys", + "quest_title_quest_evolve_singular": "Fais évoluer un Pokémon", + "quest_title_quest_evolve_skiddo_singular": "Fais évoluer un Cabriolaine", + "quest_title_quest_evolve_skiploom_singular": "Fais évoluer un Floravol", + "quest_title_quest_evolve_skitty_singular": "Fais évoluer un Skitty", + "quest_title_quest_evolve_skorupi_singular": "Fais évoluer un Rapion", + "quest_title_quest_evolve_skrelp_singular": "Fais évoluer un Venalgue", + "quest_title_quest_evolve_slakoth_singular": "Fais évoluer un Parecool", + "quest_title_quest_evolve_sliggoo_singular": "Fais évoluer un Colimucus", + "quest_title_quest_evolve_slowpoke_plural": "Fais évoluer {{amount_0}} Ramoloss", + "quest_title_quest_evolve_slowpoke_singular": "Fais évoluer un Ramoloss", + "quest_title_quest_evolve_slugma_singular": "Fais évoluer un Limagma", + "quest_title_quest_evolve_smoochum_singular": "Fais évoluer un Lippouti", + "quest_title_quest_evolve_sneasel_singular": "Fais évoluer un Farfuret", + "quest_title_quest_evolve_snivy_singular": "Fais évoluer un Vipélierre", + "quest_title_quest_evolve_snorunt_singular": "Fais évoluer un Stalgamin", + "quest_title_quest_evolve_snover_singular": "Fais évoluer un Blizzi", + "quest_title_quest_evolve_snubbull_singular": "Fais évoluer un Snubbull", + "quest_title_quest_evolve_solosis_singular": "Fais évoluer un Nucléos", + "quest_title_quest_evolve_spearow_singular": "Fais évoluer un Piafabec", + "quest_title_quest_evolve_special_drowzee": "Fais évoluer un Soporifik", + "quest_title_quest_evolve_special_feebas_singular": "Fais évoluer un Barpau", + "quest_title_quest_evolve_special_galarian_mrmime": "Fais évoluer un M. Mime de Galar", + "quest_title_quest_evolve_special_galarian_slowpoke": "Fais évoluer Ramoloss de Galar", + "quest_title_quest_evolve_special_grimer": "Fais évoluer un Tadmorv", + "quest_title_quest_evolve_special_magnemite": "Fais évoluer un Magnéti", + "quest_title_quest_evolve_special_scyther": "Fais évoluer un Insécateur", + "quest_title_quest_evolve_special0_singular": "Fais évoluer un Magicarpe", + "quest_title_quest_evolve_special1_plural": "Fais évoluer {{amount_0}} Roucool", + "quest_title_quest_evolve_special1_singular": "Fais évoluer un Hypotrempe", + "quest_title_quest_evolve_special2_singular": "Fais évoluer un Miaouss", + "quest_title_quest_evolve_spewpa_singular": "Fais évoluer un Pérégrain", + "quest_title_quest_evolve_spheal_singular": "Fais évoluer un Obalie", + "quest_title_quest_evolve_spinarak_singular": "Fais évoluer un Mimigal", + "quest_title_quest_evolve_spoink_singular": "Fais évoluer un Spoink", + "quest_title_quest_evolve_spritzee_singular": "Fais évoluer un Fluvetin", + "quest_title_quest_evolve_squirtle_singular": "Fais évoluer un Carapuce", + "quest_title_quest_evolve_staravia_singular": "Fais évoluer un Étourvol", + "quest_title_quest_evolve_starly_singular": "Fais évoluer un Étourmi", + "quest_title_quest_evolve_staryu_singular": "Fais évoluer un Stari", + "quest_title_quest_evolve_steelix_singular": "Fais évoluer un Steelix", + "quest_title_quest_evolve_stunky_singular": "Fais évoluer un Moufouette", + "quest_title_quest_evolve_sunkern_singular": "Fais évoluer un Tournegrin", + "quest_title_quest_evolve_sunstone_singular": "Utilise une Pierre Soleil pour faire évoluer Ortide ou Tournegrin", + "quest_title_quest_evolve_surskit_singular": "Fais évoluer un Arakdo", + "quest_title_quest_evolve_swablu_singular": "Fais évoluer un Tylton", + "quest_title_quest_evolve_swadloon_singular": "Fais évoluer un Couverdure", + "quest_title_quest_evolve_swinub_singular": "Fais évoluer un Marcacrin", + "quest_title_quest_evolve_swirlix_singular": "Fais évoluer un Sucroquin", + "quest_title_quest_evolve_taillow_singular": "Fais évoluer un Nirondelle", + "quest_title_quest_evolve_tangela_singular": "Fais évoluer un Saquedeneu", + "quest_title_quest_evolve_teddiursa_singular": "Fais évoluer un Teddiursa", + "quest_title_quest_evolve_tentacool_singular": "Fais évoluer un Tentacool", + "quest_title_quest_evolve_tepig_singular": "Fais évoluer un Gruikui", + "quest_title_quest_evolve_timburr_singular": "Fais évoluer un Charpenti", + "quest_title_quest_evolve_tirtouga_singular": "Fais évoluer un Carapagos", + "quest_title_quest_evolve_togepi_singular": "Fais évoluer un Togepi", + "quest_title_quest_evolve_togetic_singular": "Fais évoluer un Togetic", + "quest_title_quest_evolve_torchic_singular": "Fais évoluer un Poussifeu", + "quest_title_quest_evolve_totodile": "Fais évoluer ton Kaiminus", + "quest_title_quest_evolve_totodile_singular": "Fais évoluer un Kaiminus", + "quest_title_quest_evolve_tranquill_singular": "Fais évoluer un Colombeau", + "quest_title_quest_evolve_trapinch_singular": "Fais évoluer un Kraknoix", + "quest_title_quest_evolve_treecko_singular": "Fais évoluer un Arcko", + "quest_title_quest_evolve_trubbish_singular": "Fais évoluer un Miamiasme", + "quest_title_quest_evolve_turtwig_singular": "Fais évoluer un Tortipouss", + "quest_title_quest_evolve_tympole_singular": "Fais évoluer un Tritonde", + "quest_title_quest_evolve_tynamo_singular": "Fais évoluer un Anchwatt", + "quest_title_quest_evolve_type_dark_plural": "Fais évoluer {{amount_0}} Pokémon de type Ténèbres", + "quest_title_quest_evolve_type_dragon_plural": "Fais évoluer {{amount_0}} Pokémon de type Dragon", + "quest_title_quest_evolve_type_dragon_singular": "Fais évoluer un Pokémon de type Dragon", + "quest_title_quest_evolve_type_electric_plural": "Fais évoluer {{amount_0}} Pokémon de type Électrik", + "quest_title_quest_evolve_type_electric_singular": "Fais évoluer un Pokémon de type Électrik", + "quest_title_quest_evolve_type_fairy_plural": "Fais évoluer {{amount_0}} Pokémon de type Fée", + "quest_title_quest_evolve_type_fairy_singular": "Fais évoluer un Pokémon de type Fée", + "quest_title_quest_evolve_type_fire_plural": "Fais évoluer {{amount_0}} Pokémon de type Feu", + "quest_title_quest_evolve_type_fire_singular": "Fais évoluer un Pokémon de type Feu", + "quest_title_quest_evolve_type_flying_plural": "Fais évoluer {{amount_0}} Pokémon de type Vol", + "quest_title_quest_evolve_type_flying_singular": "Fais évoluer un Pokémon de type Vol", + "quest_title_quest_evolve_type_ghost_plural": "Fais évoluer {{amount_0}} Pokémon de type Spectre", + "quest_title_quest_evolve_type_ghost_single": "Fais évoluer un Pokémon de type Spectre", + "quest_title_quest_evolve_type_grass_plural": "Fais évoluer {{amount_0}} Pokémon de type Plante", + "quest_title_quest_evolve_type_grass_singular": "Fais évoluer un Pokémon de type Plante", + "quest_title_quest_evolve_type_ice_plural": "Fais évoluer {{amount_0}} Pokémon de type Glace", + "quest_title_quest_evolve_type_ice_singular": "Fais évoluer un Pokémon de type Glace", + "quest_title_quest_evolve_type_poison_plural": "Fais évoluer {{amount_0}} Pokémon de type Poison", + "quest_title_quest_evolve_type_psychic_plural": "Fais évoluer {{amount_0}} Pokémon de type Psy", + "quest_title_quest_evolve_type_psychic_singular": "Fais évoluer un Pokémon de type Psy", + "quest_title_quest_evolve_type_rock_plural": "Fais évoluer {{amount_0}} Pokémon de type Roche", + "quest_title_quest_evolve_type_steel_plural": "Fais évoluer {{amount_0}} Pokémon de type Acier", + "quest_title_quest_evolve_type_water_plural": "Fais évoluer {{amount_0}} Pokémon de type Eau", + "quest_title_quest_evolve_type_water_singular": "Fais évoluer un Pokémon de type Eau", + "quest_title_quest_evolve_tyrogue_singular": "Fais évoluer un Debugant", + "quest_title_quest_evolve_tyrunt_singular": "Fais évoluer un Ptyranidur", + "quest_title_quest_evolve_umbreon": "Fais évoluer Évoli en Noctali pendant la nuit", + "quest_title_quest_evolve_vanillish_singular": "Fais évoluer un Sorboul", + "quest_title_quest_evolve_vanillite_singular": "Fais évoluer un Sorbébé", + "quest_title_quest_evolve_venipede_singular": "Fais évoluer un Venipatte", + "quest_title_quest_evolve_venonat_singular": "Fais évoluer un Mimitoss", + "quest_title_quest_evolve_vibrava_singular": "Fais évoluer un Vibraninf", + "quest_title_quest_evolve_vigoroth_singular": "Fais évoluer un Vigoroth", + "quest_title_quest_evolve_volbeat_singular": "Fais évoluer un Muciole", + "quest_title_quest_evolve_voltorb_singular": "Fais évoluer un Voltorbe", + "quest_title_quest_evolve_vullaby_singular": "Fais évoluer un Vostourno", + "quest_title_quest_evolve_vulpix_singular": "Fais évoluer un Goupix", + "quest_title_quest_evolve_wailmer_singular": "Fais évoluer un Wailmer", + "quest_title_quest_evolve_wartortle_singular": "Fais évoluer un Carabaffe", + "quest_title_quest_evolve_weedle_singular": "Fais évoluer un Aspicot", + "quest_title_quest_evolve_weepinbell_singular": "Fais évoluer un Boustiflor", + "quest_title_quest_evolve_whirlipede_singular": "Fais évoluer un Scobolide", + "quest_title_quest_evolve_whismur_singular": "Fais évoluer un Chuchmur", + "quest_title_quest_evolve_wingull_singular": "Fais évoluer un Goélise", + "quest_title_quest_evolve_woobat_singular": "Fais évoluer un Chovsourir", + "quest_title_quest_evolve_wooper_singular": "Fais évoluer un Axoloto", + "quest_title_quest_evolve_wurmple_singular": "Fais évoluer un Chenipotte", + "quest_title_quest_evolve_wynaut_singular": "Fais évoluer un Okéoké", + "quest_title_quest_evolve_yamask_singular": "Fais évoluer un Tutafeh", + "quest_title_quest_evolve_yanma_singular": "Fais évoluer un Yanma", + "quest_title_quest_evolve_zigzagoon_singular": "Fais évoluer un Zigzaton", + "quest_title_quest_evolve_zorua_singular": "Fais évoluer un Zorua", + "quest_title_quest_evolve_zubat_singular": "Fais évoluer un Nosferapti", + "quest_title_quest_evolve_zweilous_singular": "Fais évoluer un Diamat", + "quest_title_quest_explore_buddy": "Gagne un Bonbon en partant en exploration avec ton copain", + "quest_title_quest_explore_buddy_carbink": "Gagne un Bonbon en partant en exploration avec Strassie comme copain", + "quest_title_quest_explore_buddy_plural": "Gagne {{amount_0}} Bonbons en partant en exploration avec ton copain", + "quest_title_quest_explore_buddy_routes_plural": "Gagne {{amount_0}} Bonbons en explorant des Routes avec ton copain", + "quest_title_quest_explore_buddy_routes_singular": "Gagne un Bonbon en explorant des Routes avec ton copain", + "quest_title_quest_explore_km": "Explore {{amount_0}} km", + "quest_title_quest_explore_km_party": "Parcours {{amount_0}} km en équipe", + "quest_title_quest_febresearchday_battle_gym_singular": "Étude Coquiperl : combats dans une Arène", + "quest_title_quest_febresearchday_battle_raid_singular": "Étude Coquiperl : combats dans un Raid", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Étude Coquiperl : utilise une Attaque Chargée super efficace dans un combat d’Arène", + "quest_title_quest_febresearchday_catch_feed_plural": "Étude Coquiperl : utilise {{amount_0}} Baies pour attraper des Pokémon", + "quest_title_quest_febresearchday_catch_special1_singular": "Étude Coquiperl : attrape un Magicarpe ou un Wailmer", + "quest_title_quest_febresearchday_catch_special2_singular": "Étude Coquiperl : attrape un Psykokwak ou un Krabby", + "quest_title_quest_febresearchday_catch_type_water_plural": "Étude Coquiperl : attrape {{amount_0}} Pokémon de type Eau", + "quest_title_quest_febresearchday_evolve_type_water_plural": "Étude Coquiperl : fais évoluer {{amount_0}} Pokémon de type Eau", + "quest_title_quest_febresearchday_land_curveball_plural": "Étude Coquiperl : fais {{amount_0}} lancers à effet", + "quest_title_quest_febresearchday_land_great_plural": "Étude Coquiperl : fais {{amount_0}} Superbes lancers", + "quest_title_quest_febresearchday_land_inarow_great_plural": "Étude Coquiperl : fais {{amount_0}} Superbes lancers à la suite", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "Étude Coquiperl : fais {{amount_0}} Jolis lancers à la suite", + "quest_title_quest_febresearchday_land_nice_plural": "Étude Coquiperl : fais {{amount_0}} Jolis lancers", + "quest_title_quest_febresearchday_visit_pokestops_plural": "Étude Coquiperl : fais tourner {{amount_0}} PokéStops", + "quest_title_quest_feed_buddy_multiple": "Donne à manger à ton copain {{amount_0}} fois.", + "quest_title_quest_feed_buddy_singular": "Donne à manger à ton copain", + "quest_title_quest_feed_goldenrazz_plural": "Utilise {{amount_0}} Baies Framby dorées pour t’aider à attraper des Pokémon", + "quest_title_quest_feed_nanab_plural": "Utilise {{amount_0}} Baies Nanab lorsque tu attrapes des Pokémon", + "quest_title_quest_feed_pinaps_plural": "Utilise {{amount_0}} Baies Nanana lorsque tu attrapes des Pokémon", + "quest_title_quest_feed_razz_plural": "Utilise {{amount_0}} Baies Framby pour t’aider à attraper des Pokémon", + "quest_title_quest_fennekin_catch_b": "Attrape {{amount_0}} Feunnec", + "quest_title_quest_fennekin_evolve_b": "Fais évoluer {{amount_0}} Feunnec", + "quest_title_quest_fennekin_snapshot_b": "Prends en photo {{amount_0}} Feunnec", + "quest_title_quest_field_research_plural": "Termine {{amount_0}} tâches d’Études de terrain", + "quest_title_quest_field_research_singular": "Termine une tâche d’Étude de terrain", + "quest_title_quest_fight_type_bug_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Insecte", + "quest_title_quest_fight_type_dark_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Ténèbres", + "quest_title_quest_fight_type_dark_steel_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Ténèbres ou Acier", + "quest_title_quest_fight_type_dragon_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Dragon", + "quest_title_quest_fight_type_electric_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Électrik", + "quest_title_quest_fight_type_fairy_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Fée", + "quest_title_quest_fight_type_fighting_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Combat", + "quest_title_quest_fight_type_fire_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Feu", + "quest_title_quest_fight_type_flying_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Vol", + "quest_title_quest_fight_type_ghost_fighting_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Combat ou Spectre", + "quest_title_quest_fight_type_ghost_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Spectre", + "quest_title_quest_fight_type_ghost_psychic_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Psy ou Spectre", + "quest_title_quest_fight_type_grass_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Plante", + "quest_title_quest_fight_type_ground_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Sol", + "quest_title_quest_fight_type_ice_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Glace", + "quest_title_quest_fight_type_normal_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Normal", + "quest_title_quest_fight_type_normal_psychic_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Normal ou Psy", + "quest_title_quest_fight_type_poison_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Poison", + "quest_title_quest_fight_type_psychic_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Psy", + "quest_title_quest_fight_type_rock_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Roche", + "quest_title_quest_fight_type_steel_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Acier", + "quest_title_quest_fight_type_water_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Eau", + "quest_title_quest_first_catch_of_the_day": "Première prise du jour", + "quest_title_quest_first_pokestop_of_the_day": "Premier PokéStop du jour", + "quest_title_quest_flaaffy_evolve_b": "Fais évoluer {{amount_0}} Lainergie", + "quest_title_quest_flett_catch_b": "Attrape {{amount_0}} Passerouge", + "quest_title_quest_flett_evolve_b": "Fais évoluer {{amount_0}} Passerouge", + "quest_title_quest_flett_evolve_s1": "Fais évoluer {{amount_0}} Braisillon", + "quest_title_quest_floragato_evolve_b": "Fais évoluer un Matourgeon", + "quest_title_quest_fraxure_evolve_b": "Fais évoluer {{amount_0}} Incisache", + "quest_title_quest_froakie_catch_b": "Attrape {{amount_0}} Grenousse", + "quest_title_quest_froakie_evolve_b": "Fais évoluer {{amount_0}} Grenousse", + "quest_title_quest_froakie_snapshot_b": "Prends en photo {{amount_0}} Grenousse", + "quest_title_quest_frogadier_evolve_b": "Fais évoluer {{amount_0}} Croâporal", + "quest_title_quest_fuecoco_evolve_b": "Fais évoluer un Chochodile", + "quest_title_quest_fuse_necrozma": "Fusionne Necrozma", + "quest_title_quest_gbl_rank": "Atteins le rang {{amount_0}} dans la Ligue Combat GO", + "quest_title_quest_gbl_rank_fifteen": "Atteins le rang 15 dans la Ligue Combat GO", + "quest_title_quest_gbl_rank_five": "Atteins le rang 5 dans la Ligue Combat GO", + "quest_title_quest_gbl_rank_ten": "Atteins le rang 10 dans la Ligue Combat GO", + "quest_title_quest_gbl_rank_twenty": "Atteins le rang 20 dans la Ligue Combat GO", + "quest_title_quest_get_cell_singular": "Trouve une Cellule de Zygarde", + "quest_title_quest_giblt_catch_b": "Attrape {{amount_0}} Griknot", + "quest_title_quest_giblt_evolve_b": "Fais évoluer {{amount_0}} Griknot", + "quest_title_quest_giblt_evolve_s1": "Fais évoluer {{amount_0}} Carmache", + "quest_title_quest_gift_open_plural": "Ouvre {{amount_0}} Cadeaux", + "quest_title_quest_gift_open_singular": "Ouvre un Cadeau", + "quest_title_quest_go_for_a_spin_00": "Trouve et fais tourner un PokéStop Spinda (1/8)", + "quest_title_quest_go_for_a_spin_01": "Trouve et fais tourner un PokéStop Spinda (2/8)", + "quest_title_quest_go_for_a_spin_02": "Trouve et fais tourner un PokéStop Spinda (3/8)", + "quest_title_quest_go_for_a_spin_03": "Trouve et fais tourner un PokéStop Spinda (4/8)", + "quest_title_quest_go_for_a_spin_04": "Trouve et fais tourner un PokéStop Spinda (5/8)", + "quest_title_quest_go_for_a_spin_05": "Trouve et fais tourner un PokéStop Spinda (6/8)", + "quest_title_quest_go_for_a_spin_06": "Trouve et fais tourner un PokéStop Spinda (7/8)", + "quest_title_quest_go_for_a_spin_07": "Trouve et fais tourner un PokéStop Spinda (8/8)", + "quest_title_quest_go_tour_snapshot_habitat_01": "Prends une photo avec ton copain dans Sable brûlant", + "quest_title_quest_go_tour_snapshot_habitat_02": "Prends une photo avec ton copain dans Brume étrange", + "quest_title_quest_go_tour_snapshot_habitat_03": "Prends une photo avec ton copain dans Terre verdoyante", + "quest_title_quest_go_tour_snapshot_habitat_04": "Prends une photo avec ton copain dans Rivage ancien", + "quest_title_quest_gold_hoenn_dex": "Gagne une médaille d’or de Hoenn", + "quest_title_quest_gold_medal_plural": "Gagne {{amount_0}} médailles d’or", + "quest_title_quest_gold_medal_plural_five": "Gagne 5 médailles d’or", + "quest_title_quest_gold_medal_singular": "Gagne une médaille d’or", + "quest_title_quest_goomy_catch_b": "Attrape {{amount_0}} Mucuscule", + "quest_title_quest_goomy_evolve_b_plural": "Fais évoluer {{amount_0}} Mucuscule", + "quest_title_quest_goomy_evolve_b_singular": "Fais évoluer un Mucuscule", + "quest_title_quest_grookey_evolve": "Fais évoluer un Ouistempo", + "quest_title_quest_grubbin_catch_b": "Attrape {{amount_0}} Larvibule", + "quest_title_quest_grubbin_evolve_b": "Fais évoluer {{amount_0}} Larvibule", + "quest_title_quest_grubbin_snapshot_b": "Prends en photo {{amount_0}} Larvibule", + "quest_title_quest_gt_catch_b": "Attrape {{amount_0}} Fantominus", + "quest_title_quest_gt_evolve_b": "Fais évoluer {{amount_0}} Fantominus", + "quest_title_quest_gt_evolve_s1": "Fais évoluer {{amount_0}} Spectrum", + "quest_title_quest_gulpin_catch": "Attrape {{amount_0}} Gloupti", + "quest_title_quest_gurdurr_evolve_b": "Fais évoluer {{amount_0}} Ouvrifier", + "quest_title_quest_hallo19_catch_specific_plural": "Attrape {{amount_0}} Medhyèna ou Malosse", + "quest_title_quest_hallo19_catch_type_dark_plural": "Attrape {{amount_0}} Pokémon de type Ténèbres", + "quest_title_quest_hallo19_catch_type_ghost_plural": "Attrape {{amount_0}} Pokémon de type Spectre", + "quest_title_quest_hallo19_evolve_plural": "Fais évoluer {{amount_0}} Skelénox ou Polichombr", + "quest_title_quest_hallo19_transfer_plural": "Transfère {{amount_0}} Pokémon", + "quest_title_quest_hatch_egg_plural": "Fais éclore {{amount_0}} Œufs", + "quest_title_quest_hatch_egg_routes_plural": "Fais éclore {{amount_0}} Œufs en suivant des Routes", + "quest_title_quest_hatch_egg_routes_singular": "Fais éclore un Œuf en suivant une Route", + "quest_title_quest_hatch_egg_singular": "Fais éclore un Œuf", + "quest_title_quest_hoenn_celebration_research": "Étude de célébration de Hoenn", + "quest_title_quest_hoenn19_catch_specific_plural": "Célébration de Hoenn : attrape {{amount_0}} Zigzaton ou Nirondelle", + "quest_title_quest_hoenn19_evolve_specific_plural": "Célébration de Hoenn : fais évoluer {{amount_0}} Chenipotte", + "quest_title_quest_hoenn19_hatch_eggs": "Célébration de Hoenn : fais éclore {{amount_0}} Œufs", + "quest_title_quest_hoppt_catch_b": "Attrape {{amount_0}} Granivol", + "quest_title_quest_hoppt_evolve_b": "Fais évoluer {{amount_0}} Granivol", + "quest_title_quest_hoppt_evolve_s1": "Fais évoluer {{amount_0}} Floravol", + "quest_title_quest_incense_or_dai_plural": "Utilise {{amount_0}} Encens ou Encens d’aventure quotidienne", + "quest_title_quest_incense_or_dai_singular": "Utilise un Encens ou un Encens d’aventure quotidienne", + "quest_title_quest_incense_plural": "Utilise {{amount_0}} Encens", + "quest_title_quest_incense_routes_plural": "Utilise {{amount_0}} Encens en suivant des Routes", + "quest_title_quest_incense_routes_singular": "Utilise un Encens en suivant une Route", + "quest_title_quest_incense_singular": "Utilise un Encens", + "quest_title_quest_jan19rsd_buddywalk_singular": "Étude Barpau : gagne un Bonbon Copain", + "quest_title_quest_jan19rsd_hatch_egg_singular": "Étude Barpau : fais éclore un Œuf", + "quest_title_quest_jan19rsd_land_great_plural": "Étude Barpau : fais {{amount_0}} Superbes lancers", + "quest_title_quest_jan19rsd_land_nice_plural": "Étude Barpau : fais {{amount_0}} Jolis lancers", + "quest_title_quest_johtofestival_catch_special17_plural": "Festival de Johto : attrape {{amount_0}} Tournegrin", + "quest_title_quest_johtofestival_catch_type_water_plural": "Festival de Johto : attrape {{amount_0}} Pokémon Eau", + "quest_title_quest_johtofestival_evolve_plural": "Festival de Johto : fais évoluer {{amount_0}} Tournegrin ou Natu", + "quest_title_quest_johtofestival_land_excellent_plural": "Festival de Johto : fais {{amount_0}} Excellents lancers", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Festival de Johto : fais {{amount_0}} Superbes lancers à effet à la suite", + "quest_title_quest_johtofestival_win_raid_singular": "Festival de Johto : remporte un Raid", + "quest_title_quest_kanto_green_bellsprout": "Circuit GO : attrape un Chétiflor", + "quest_title_quest_kanto_green_meowth": "Circuit GO : attrape un Miaouss", + "quest_title_quest_kanto_green_sandshrew": "Circuit GO : attrape un Sabelette", + "quest_title_quest_kanto_green_vulpix": "Circuit GO : attrape un Goupix", + "quest_title_quest_kanto_hatch_plural": "Circuit GO : Kanto – Fais éclore {{amount_0}} Œufs", + "quest_title_quest_kanto_hatch_singular": "Circuit GO : Kanto – Fais éclore un Œuf", + "quest_title_quest_kanto_npc_plural": "Circuit GO : Kanto – Bats {{amount_0}} Adversaires du Circuit GO", + "quest_title_quest_kanto_npc_singular": "Circuit GO : Kanto – Bats un Adversaire du Circuit GO", + "quest_title_quest_kanto_red_ekans": "Circuit GO : attrape un Abo", + "quest_title_quest_kanto_red_growlithe": "Circuit GO : attrape un Caninos", + "quest_title_quest_kanto_red_mankey": "Circuit GO : attrape un Férosinge", + "quest_title_quest_kanto_red_oddish": "Circuit GO : attrape un Mystherbe", + "quest_title_quest_kecleon_catch": "Attrape {{amount_0}} Kecleon", + "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "Fais {{amount_0}} lancers à effet sur des Pokémon de type Spectre", + "quest_title_quest_land_curveball_plural": "Fais {{amount_0}} lancers à effet", + "quest_title_quest_land_curveball_singular": "Fais un lancer à effet", + "quest_title_quest_land_excellent_curveball_plural": "Fais {{amount_0}} Excellents lancers à effet", + "quest_title_quest_land_excellent_curveball_singular": "Fais un Excellent lancer à effet", + "quest_title_quest_land_excellent_plural": "Fais {{amount_0}} Excellents lancers", + "quest_title_quest_land_excellent_singular": "Fais un Excellent lancer", + "quest_title_quest_land_great_curve_inarow_type_ghost": "Fais {{amount_0}} Super lancers à effet à la suite sur des Pokémon de type Spectre", + "quest_title_quest_land_great_curve_type_ghost": "Fais {{amount_0}} Super lancers à effet sur des Pokémon de type Spectre", + "quest_title_quest_land_great_curveball_plural": "Fais {{amount_0}} Super lancers à effet", + "quest_title_quest_land_great_curveball_singular": "Fais un Super lancer à effet", + "quest_title_quest_land_great_plural": "Fais {{amount_0}} Super lancers", + "quest_title_quest_land_great_singular": "Fais un Super lancer", + "quest_title_quest_land_great_type_ghost": "Fais {{amount_0}} Super lancers sur des Pokémon de type Spectre", + "quest_title_quest_land_inarow_curveball_plural": "Fais {{amount_0}} lancers à effet à la suite", + "quest_title_quest_land_inarow_excellent_curveball_plural": "Fais {{amount_0}} Excellents lancers à effet à la suite", + "quest_title_quest_land_inarow_excellent_plural": "Fais {{amount_0}} Excellents lancers à la suite", + "quest_title_quest_land_inarow_great_curveball_plural": "Fais {{amount_0}} Super lancers à effet à la suite", + "quest_title_quest_land_inarow_great_plural": "Fais {{amount_0}} Super lancers à la suite", + "quest_title_quest_land_inarow_nice_curveball_plural": "Fais {{amount_0}} Jolis lancers à effet à la suite", + "quest_title_quest_land_inarow_nice_plural": "Fais {{amount_0}} Jolis lancers à la suite.", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "Fais {{amount_0}} Jolis lancers à effet à la suite sur des Pokémon de type Spectre", + "quest_title_quest_land_nice_curve_plural": "Fais {{amount_0}} Jolis lancers à effet", + "quest_title_quest_land_nice_curve_singular": "Fais un Joli lancer à effet", + "quest_title_quest_land_nice_curve_type_ghost": "Fais {{amount_0}} Jolis lancers à effet sur des Pokémon de type Spectre", + "quest_title_quest_land_nice_electric_plural": "Attrape {{amount_0}} Pokémon de type Électrik avec de Jolis lancers", + "quest_title_quest_land_nice_plural": "Fais {{amount_0}} Jolis lancers", + "quest_title_quest_land_nice_singular": "Fais un Joli lancer", + "quest_title_quest_land_nice_type_ghost": "Fais {{amount_0}} Jolis lancers sur des Pokémon de type Spectre", + "quest_title_quest_larvitar_cdc_evolve_b": "Fais évoluer {{amount_0}} Embrylex", + "quest_title_quest_larvitar_cdc_snapshot_b": "Prends en photo {{amount_0}} Embrylex", + "quest_title_quest_latias_wild_snap": "Prends une photo de Latias dans la nature", + "quest_title_quest_latios_wild_snap": "Prends une photo de Latios dans la nature", + "quest_title_quest_litten_catch_b": "Attrape {{amount_0}} Flamiaou", + "quest_title_quest_litten_evolve_b_plural": "Fais évoluer {{amount_0}} Flamiaou", + "quest_title_quest_litten_evolve_b_singular": "Fais évoluer un Flamiaou", + "quest_title_quest_litten_snapshot_b": "Prends en photo {{amount_0}} Flamiaou", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "Défie un Dresseur ou Dresseuse à proximité en scannant son Code Combat.", + "quest_title_quest_lucky_plural": "Obtiens {{amount_0}} Pokémon Chanceux après des échanges", + "quest_title_quest_lucky_singular": "Obtiens un Pokémon Chanceux après un échange", + "quest_title_quest_lunar19_friends_trade_plural": "Échange {{amount_0}} Pokémon avec un ami", + "quest_title_quest_macht_catch_b": "Attrape {{amount_0}} Machoc", + "quest_title_quest_macht_evolve_b": "Fais évoluer {{amount_0}} Machoc", + "quest_title_quest_macht_evolve_s1": "Fais évoluer {{amount_0}} Machopeur", + "quest_title_quest_magit_catch_b": "Attrape {{amount_0}} Magicarpe", + "quest_title_quest_magit_evolve_b": "Fais évoluer {{amount_0}} Magicarpe", + "quest_title_quest_magmt_catch_b": "Attrape {{amount_0}} Magmar", + "quest_title_quest_magmt_evolve_b": "Fais évoluer {{amount_0}} Magmar", + "quest_title_quest_mareep_catch_b": "Attrape {{amount_0}} Wattouat", + "quest_title_quest_mareep_evolve_b": "Fais évoluer {{amount_0}} Wattouat", + "quest_title_quest_mareep_snapshot_b": "Prends en photo {{amount_0}} Wattouat", + "quest_title_quest_mega_evo_primal_rev_plural": "Active la Primo-Résurgence OU fais méga-évoluer un Pokémon {{amount_0}} fois", + "quest_title_quest_mega_evo_primal_rev_singular": "Active la Primo-Résurgence OU fais méga-évoluer un Pokémon", + "quest_title_quest_mega_evolve_beedrill": "Fais méga-évoluer un Dardargnan", + "quest_title_quest_mega_evolve_blastoise": "Fais méga-évoluer un Tortank", + "quest_title_quest_mega_evolve_charizard": "Fais méga-évoluer un Dracaufeu", + "quest_title_quest_mega_evolve_diancie": "Fais méga-évoluer Diancie", + "quest_title_quest_mega_evolve_plural": "Fais méga-évoluer {{amount_0}} Pokémon", + "quest_title_quest_mega_evolve_rayquaza": "Fais méga-évoluer Rayquaza", + "quest_title_quest_mega_evolve_singular": "Fais méga-évoluer un Pokémon", + "quest_title_quest_mega_evolve_venusaur": "Fais méga-évoluer un Florizarre", + "quest_title_quest_mega_join_raid_plural": "Combats dans {{amount_0}} Méga-Raids", + "quest_title_quest_mega_join_raid_singular": "Combats dans un Méga-Raid", + "quest_title_quest_mega_win_raid_plural": "Gagne {{amount_0}} Méga-Raids", + "quest_title_quest_mega_win_raid_singular": "Gagne un Méga-Raid", + "quest_title_quest_mesprit_wild_snap": "Prends une photo de Créfollet dans la nature", + "quest_title_quest_metang_evolve_b_singular": "Fais évoluer un Métang", + "quest_title_quest_more_reseach_coming_soon": "Des études supplémentaires te seront bientôt proposées.", + "quest_title_quest_mudkt_catch_b": "Attrape {{amount_0}} Gobou", + "quest_title_quest_mudkt_evolve_b": "Fais évoluer {{amount_0}} Gobou", + "quest_title_quest_mudkt_evolve_s1": "Fais évoluer {{amount_0}} Flobio", + "quest_title_quest_new_friends_plural": "Fais-toi {{amount_0}} nouveaux amis", + "quest_title_quest_new_friends_singular": "Fais-toi un nouvel ami", + "quest_title_quest_noibat_catch_b": "Attrape {{amount_0}} Sonistrelle", + "quest_title_quest_noibat_evolve_b": "Fais évoluer {{amount_0}} Sonistrelle", + "quest_title_quest_noibat_snapshot_b": "Prends en photo {{amount_0}} Sonistrelle", + "quest_title_quest_oshat_catch_b": "Attrape {{amount_0}} Moustillon", + "quest_title_quest_oshat_evolve_b": "Fais évoluer {{amount_0}} Moustillon", + "quest_title_quest_oshat_evolve_s1": "Fais évoluer un Mateloutre", + "quest_title_quest_party_catch_electric_type_plural": "Attrape {{amount_0}} Pokémon de type Électrik en équipe", + "quest_title_quest_party_catch_electric_type_singular": "Attrape un Pokémon de type Électrik en équipe", + "quest_title_quest_party_catch_fire_type_plural": "Attrape {{amount_0}} Pokémon de type Feu en équipe", + "quest_title_quest_party_catch_fire_type_singular": "Attrape un Pokémon de type Feu en équipe", + "quest_title_quest_party_catch_normal_type_plural": "Attrape {{amount_0}} Pokémon de type Normal en équipe", + "quest_title_quest_party_catch_normal_type_singular": "Attrape un Pokémon de type Normal en équipe", + "quest_title_quest_party_catch_water_type_plural": "Attrape {{amount_0}} Pokémon de type Eau en équipe", + "quest_title_quest_party_catch_water_type_singular": "Attrape un Pokémon de type Eau en équipe", + "quest_title_quest_party_challenge_plural": "Termine {{amount_0}} Défis d’équipe", + "quest_title_quest_party_challenge_singular": "Termine un Défi d’équipe", + "quest_title_quest_platinum_johto_badge": "Remporte la médaille de platine de Johto", + "quest_title_quest_platinum_kanto_badge": "Remporte la médaille de platine de Kanto", + "quest_title_quest_platinum_medal_plural": "Gagne {{amount_0}} médailles de platine", + "quest_title_quest_platinum_medal_plural_five": "Gagne 5 médailles de platine", + "quest_title_quest_platinum_medal_plural_forty": "Gagne 40 médailles de platine", + "quest_title_quest_platinum_medal_plural_ten": "Gagne 10 médailles de platine", + "quest_title_quest_platinum_medal_plural_twenty": "Gagne 20 médailles de platine", + "quest_title_quest_platinum_medal_singular": "Gagne une médaille de platine", + "quest_title_quest_play_buddy_singular": "Joue avec ton copain", + "quest_title_quest_pokemon_appears": "Un Pokémon apparaît !", + "quest_title_quest_poliwag_catch_b": "Attrape {{amount_0}} Ptitard", + "quest_title_quest_poliwag_evolve_b": "Fais évoluer {{amount_0}} Ptitard", + "quest_title_quest_poliwag_snapshot_b": "Prends {{amount_0}} photos de Ptitard", + "quest_title_quest_poliwhirl_evolve_b": "Fais évoluer {{amount_0}} Têtarte", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "Attrape {{amount_0}} Otaquin", + "quest_title_quest_popplio_evolve_b_plural": "Fais évoluer {{amount_0}} Otaquin", + "quest_title_quest_popplio_evolve_b_singular": "Fais évoluer un Otaquin", + "quest_title_quest_porygon_catch_b": "Attrape {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_plural": "Fais évoluer {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_singular": "Fais évoluer un Porygon", + "quest_title_quest_porygon_snapshot_b": "Prends en photo {{amount_0}} Porygon", + "quest_title_quest_porygon2_evolve_b_plural": "Fais évoluer {{amount_0}} Porygon2", + "quest_title_quest_porygon2_evolve_b_singular": "Fais évoluer un Porygon2", + "quest_title_quest_poryt_catch_b": "Attrape {{amount_0}} Porygon", + "quest_title_quest_poryt_catch_s1": "Attrape {{amount_0}} Porygon2", + "quest_title_quest_poryt_evolve_b": "Fais évoluer {{amount_0}} Porygon", + "quest_title_quest_poryt_evolve_s1": "Fais évoluer {{amount_0}} Porygon2", + "quest_title_quest_power_up_dragon_plural": "Recharge un Pokémon de type Dragon {{amount_0}} fois", + "quest_title_quest_power_up_fire_ice": "Recharge un Pokémon de type Feu ou de type Glace 5 fois", + "quest_title_quest_power_up_grass_ghost": "Recharge un Pokémon de type Plante ou de type Spectre 5 fois", + "quest_title_quest_power_up_legendary_plural": "Recharge des Pokémon légendaires ou fabuleux {{amount_0}} fois", + "quest_title_quest_power_up_legendary_singular": "Recharge un Pokémon légendaire ou fabuleux", + "quest_title_quest_power_up_max_plural": "Augmente au maximum les PC de {{amount_0}} Pokémon", + "quest_title_quest_power_up_max_singular": "Augmente au maximum les PC d’un Pokémon", + "quest_title_quest_power_up_plural": "Recharge un Pokémon {{amount_0}} fois", + "quest_title_quest_power_up_plural_bug": "Recharge un Pokémon de type Insecte {{amount_0}} fois", + "quest_title_quest_power_up_plural_dark": "Recharge {{amount_0}} Pokémon de type Ténèbres", + "quest_title_quest_power_up_plural_dragon": "Recharge un Pokémon de type Dragon {{amount_0}} fois", + "quest_title_quest_power_up_plural_electric": "Recharge un Pokémon de type Électrik {{amount_0}} fois", + "quest_title_quest_power_up_plural_fairy": "Recharge un Pokémon de type Fée {{amount_0}} fois", + "quest_title_quest_power_up_plural_fighting": "Recharge un Pokémon de type Combat {{amount_0}} fois", + "quest_title_quest_power_up_plural_fire": "Recharge un Pokémon de type Feu {{amount_0}} fois", + "quest_title_quest_power_up_plural_flying": "Recharge un Pokémon de type Vol {{amount_0}} fois", + "quest_title_quest_power_up_plural_ghost": "Recharge un Pokémon de type Spectre {{amount_0}} fois", + "quest_title_quest_power_up_plural_grass": "Recharge un Pokémon de type Plante {{amount_0}} fois", + "quest_title_quest_power_up_plural_ground": "Recharge un Pokémon de type Sol {{amount_0}} fois", + "quest_title_quest_power_up_plural_ice": "Recharge un Pokémon de type Glace {{amount_0}} fois", + "quest_title_quest_power_up_plural_normal": "Recharge un Pokémon de type Normal {{amount_0}} fois", + "quest_title_quest_power_up_plural_poison": "Recharge un Pokémon de type Poison {{amount_0}} fois", + "quest_title_quest_power_up_plural_psychic": "Recharge un Pokémon de type Psy {{amount_0}} fois", + "quest_title_quest_power_up_plural_rock": "Recharge un Pokémon de type Roche {{amount_0}} fois", + "quest_title_quest_power_up_plural_rock_fairy": "Recharge un Pokémon de type Roche ou Fée {{amount_0}} fois", + "quest_title_quest_power_up_plural_steel": "Recharge {{amount_0}} Pokémon de type Acier", + "quest_title_quest_power_up_plural_water": "Recharge un Pokémon de type Eau {{amount_0}} fois", + "quest_title_quest_power_up_poison_rock": "Recharge un Pokémon de type Poison ou de type Roche 5 fois", + "quest_title_quest_power_up_singular": "Recharge un Pokémon", + "quest_title_quest_power_up_singular_marshadow": "Recharge Marshadow", + "quest_title_quest_power_up_water_normal": "Recharge un Pokémon de type Normal ou de type Eau 5 fois", + "quest_title_quest_primal_raid_victory_groudon": "Gagne un Raid Primo-Groudon", + "quest_title_quest_primal_raid_victory_kyogre": "Gagne un Raid Primo-Kyogre", + "quest_title_quest_primal_raid_victory_plural": "Gagne {{amount_0}} Primo-Raids", + "quest_title_quest_primal_raid_victory_singular": "Gagne un Primo-Raid", + "quest_title_quest_primal_reversion_plural": "Effectue une Primo-Résurgence {{amount_0}} fois pour l’un de tes Pokémon", + "quest_title_quest_primal_reversion_singular": "Effectue une Primo-Résurgence pour l’un de tes Pokémon", + "quest_title_quest_primal_surge_candy": "Primo-afflux : gagne un Bonbon en marchant avec ton copain", + "quest_title_quest_primal_surge_catch": "Primo-afflux : attrape 10 Pokémon", + "quest_title_quest_primal_surge_hatch": "Primo-afflux : fais éclore un Œuf", + "quest_title_quest_primal_surge_power_ground": "Primo-afflux : recharge un Pokémon de type Sol 5 fois", + "quest_title_quest_primal_surge_power_water": "Primo-afflux : recharge un Pokémon de type Eau 5 fois", + "quest_title_quest_primal_surge_raid": "Primo-afflux : gagne un Raid", + "quest_title_quest_psychicspec_catch_abra_plural": "Attrape {{amount_0}} Abra ou Soporifik", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "Attrape {{amount_0}} Pokémon de type Psy", + "quest_title_quest_psychicspec_evolve_plural": "Fais évoluer {{amount_0}} Noeunoeuf ou Ramoloss", + "quest_title_quest_quaxly_evolve_b": "Fais évoluer un Coiffeton", + "quest_title_quest_quaxwell_evolve_b": "Fais évoluer un Canarbello", + "quest_title_quest_quilava_evolve_b_plural": "Fais évoluer {{amount_0}} Feurisson", + "quest_title_quest_quilava_evolve_b_singular": "Fais évoluer un Feurisson", + "quest_title_quest_quilladin_evolve_b": "Fais évoluer {{amount_0}} Boguérisse", + "quest_title_quest_raboot_evolve": "Fais évoluer un Lapyro", + "quest_title_quest_raid_friend_singular": "Participe à un Raid avec un ami", + "quest_title_quest_raid_t5_win": "Gagne un Raid de niveau 5", + "quest_title_quest_raid_with_buddy_plural": "Combats dans {{amount_0}} Raids avec ton copain", + "quest_title_quest_raid_with_buddy_singular": "Combats dans un Raid avec ton copain", + "quest_title_quest_reach_hoenn_gold": "Gagne une médaille d’or de Hoenn", + "quest_title_quest_reach_johto_gold": "Gagne une médaille d’or de Johto", + "quest_title_quest_reach_kanto_gold": "Gagne une médaille d’or de Kanto", + "quest_title_quest_reach_kanto_silver": "Gagne une médaille d’argent de Kanto", + "quest_title_quest_reach_level": "Atteins le niveau {{amount_0}}", + "quest_title_quest_referral_initial_milestone": "Connecté à Pokémon GO", + "quest_title_quest_remove_bonus_challenge_desc": "Tu en recevras une autre demain.", + "quest_title_quest_reward_desc_1": "Collectionne les tampons pour déverrouiller les Phases d’Études du Professeur Willow.", + "quest_title_quest_reward_desc_2": "Phase d’Étude complétée avec", + "quest_title_quest_reward_desc_3_plural": "{{amount_0}} tampons de plus.", + "quest_title_quest_reward_desc_3_singular": "{{amount_0}} tampon de plus.", + "quest_title_quest_reward_encounter_later": "Plus tard", + "quest_title_quest_reward_encounter_uses_ar": "Tu dois être en mode RA pour attraper ce Pokémon.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "Un Pokémon mystérieux est apparu.", + "quest_title_quest_reward_start_encounter": "Aller à sa rencontre", + "quest_title_quest_rocket_battle_plural": "Combats {{amount_0}} Sbires de la Team GO Rocket", + "quest_title_quest_rocket_battle_win_plural": "Bats {{amount_0}} Sbires de la Team GO Rocket ", + "quest_title_quest_rocket_battle_win_singular": "Bats un Sbire de la Team GO Rocket", + "quest_title_quest_rocket_catch_shadow_singular": "Attrape un Pokémon Obscur", + "quest_title_quest_rocket_evolve_plural": "Fais évoluer {{amount_0}} Pokémon", + "quest_title_quest_rocket_leader_battle_win_singular": "Bats un chef de la Team GO Rocket", + "quest_title_quest_rocket_power_up_plural": "Recharge un Pokémon {{amount_0}} fois", + "quest_title_quest_rocket_purify_dark_plural": "Purifie {{amount_0}} Pokémon Obscurs de type Ténèbres", + "quest_title_quest_rocket_purify_fire_plural": "Purifie {{amount_0}} Pokémon Obscurs de type Feu", + "quest_title_quest_rocket_purify_plural": "Purifie {{amount_0}} Pokémon Obscurs", + "quest_title_quest_rocket_purify_type_singular": "Purifie un Pokémon Obscur de type Feu, Eau ou Plante", + "quest_title_quest_rocket_rescue_shadow_plural": "Sauve {{amount_0}} Pokémon Obscurs", + "quest_title_quest_rocket_shadow_plural": "Attrape {{amount_0}} Pokémon Obscurs", + "quest_title_quest_rockethq1_arlo_win": "Bats Arlo, chef de la Team GO Rocket", + "quest_title_quest_rockethq1_arlo_win_plural": "Bats {{amount_0}} fois Arlo, chef de la Team GO Rocket", + "quest_title_quest_rockethq1_battle_boss": "Combats le Boss de la Team GO Rocket", + "quest_title_quest_rockethq1_catch_legendary_shadow": "Attrape un Pokémon Obscur légendaire", + "quest_title_quest_rockethq1_catch_shadow1": "Attrape {{amount_0}} Pokémon Obscurs", + "quest_title_quest_rockethq1_cliff_win": "Bats Cliff, chef de la Team GO Rocket", + "quest_title_quest_rockethq1_cliff_win_plural": "Bats {{amount_0}} fois Cliff, chef de la Team GO Rocket", + "quest_title_quest_rockethq1_defeat_boss": "Bats le Boss de la Team GO Rocket", + "quest_title_quest_rockethq1_find_boss": "Trouve le Boss de la Team GO Rocket", + "quest_title_quest_rockethq1_grunt_win1": "Bats {{amount_0}} Sbires de la Team GO Rocket", + "quest_title_quest_rockethq1_grunt_win2": "Bats {{amount_0}} Sbires de la Team GO Rocket", + "quest_title_quest_rockethq1_leader_win_plural": "Bats {{amount_0}} fois un chef de la Team GO Rocket", + "quest_title_quest_rockethq1_leaders_win_plural": "Bats {{amount_0}} fois un chef de la Team GO Rocket", + "quest_title_quest_rockethq1_purify": "Purifie {{amount_0}} Pokémon Obscurs", + "quest_title_quest_rockethq1_raid_win": "Gagne {{amount_0}} Raids", + "quest_title_quest_rockethq1_sierra_win": "Bats Sierra, chef de la Team GO Rocket", + "quest_title_quest_rockethq1_sierra_win_plural": "Bats {{amount_0}} fois Sierra, chef de la Team GO Rocket", + "quest_title_quest_rockethq1_spin": "Fais tourner {{amount_0}} PokéStops", + "quest_title_quest_rockethq1_spin_row": "Fais tourner un PokéStop {{amount_0}} jours d’affilée", + "quest_title_quest_rockethq1_supereffective": "Utilise {{amount_0}} Attaques Chargées très efficaces en combat d’Arène", + "quest_title_quest_rockethq1_trainerbattle_win": "Gagne {{amount_0}} Combats de Dresseurs de Ligue Super contre un Dresseur", + "quest_title_quest_roggenrola_catch_b": "Attrape {{amount_0}} Nodulithe", + "quest_title_quest_roggenrola_evolve_b": "Fais évoluer {{amount_0}} Nodulithe", + "quest_title_quest_roggenrola_snapshot_b": "Prends {{amount_0}} photos de Nodulithe", + "quest_title_quest_roset_catch_b": "Attrape {{amount_0}} Rosélia", + "quest_title_quest_roset_evolve_b": "Fais évoluer {{amount_0}} Rosélia", + "quest_title_quest_rowlet_catch_b": "Attrape {{amount_0}} Brindibou", + "quest_title_quest_rowlet_evolve_b_plural": "Fais évoluer {{amount_0}} Brindibou", + "quest_title_quest_rowlet_evolve_b_singular": "Fais évoluer {{amount_0}} Brindibou", + "quest_title_quest_rowlet_snapshot_b": "Prends en photo {{amount_0}} Brindibou", + "quest_title_quest_sandt_catch_b": "Attrape {{amount_0}} Sabelette", + "quest_title_quest_sandt_evolve_b": "Fais évoluer {{amount_0}} Sabelette", + "quest_title_quest_scorbunny_evolve": "Fais évoluer un Flambino", + "quest_title_quest_send_gifts_daily_row": "Envoie des Cadeaux {{amount_0}} jours d’affilée", + "quest_title_quest_send_gifts_plural": "Envoie {{amount_0}} Cadeaux à des amis", + "quest_title_quest_send_gifts_singular": "Envoie un Cadeau à un ami", + "quest_title_quest_send_gifts_sticker_plural": "Envoie {{amount_0}} Cadeaux et ajoute un sticker à chaque Cadeau", + "quest_title_quest_send_gifts_sticker_singular": "Envoie un Cadeau avec un sticker", + "quest_title_quest_shelgon_evolve_b_plural": "Fais évoluer {{amount_0}} Drackhaus", + "quest_title_quest_shelgon_evolve_b_singular": "Fais évoluer un Drackhaus", + "quest_title_quest_shint_catch_b": "Attrape {{amount_0}} Lixy", + "quest_title_quest_shint_evolve_b": "Fais évoluer {{amount_0}} Lixy", + "quest_title_quest_shint_evolve_s1": "Fais évoluer {{amount_0}} Luxio", + "quest_title_quest_sinnoh_evolve_plural": "Fais évoluer {{amount_0}} Pokémon en un Pokémon découvert dans la région de Sinnoh", + "quest_title_quest_sinnoh_evolve_stone_plural": "Utilise une Pierre Sinnoh pour faire évoluer {{amount_0}} Pokémon", + "quest_title_quest_sinnoh_medal_gold": "Gagne une médaille d’or de Sinnoh", + "quest_title_quest_sliggoo_evolve_b_plural": "Fais évoluer {{amount_0}} Colimucus", + "quest_title_quest_sliggoo_evolve_b_singular": "Fais évoluer un Colimucus", + "quest_title_quest_slowpoke_catch_b": "Attrape {{amount_0}} Ramoloss ou Ramoloss de Galar", + "quest_title_quest_slowpoke_evolve_b": "Fais évoluer {{amount_0}} Ramoloss ou Ramoloss de Galar", + "quest_title_quest_slowpoke_snapshot_b": "Prends une photo de {{amount_0}} Ramoloss ou Ramoloss de Galar", + "quest_title_quest_snapshot_ar_photo_safari": "Prends une photo de ton copain à la tente Pokémon GO", + "quest_title_quest_snapshot_bali": "Prends une photo à Bali", + "quest_title_quest_snapshot_buddy": "Prends une photo avec ton copain.", + "quest_title_quest_snapshot_bulbasaur": "Prends une photo d’un Bulbizarre", + "quest_title_quest_snapshot_charmander": "Prends une photo d’un Salamèche", + "quest_title_quest_snapshot_chikorita": "Prends une photo de ton Germignon", + "quest_title_quest_snapshot_cyndaquil": "Prends une photo de ton Héricendre", + "quest_title_quest_snapshot_genesect": "Prends {{amount_0}} photos de Genesect", + "quest_title_quest_snapshot_hariyama": "Prends une photo de ton Hariyama", + "quest_title_quest_snapshot_hoopa_singular": "Prends une photo de Hoopa", + "quest_title_quest_snapshot_jeju": "Prends une photo sur l’île de Jeju", + "quest_title_quest_snapshot_keldeo": "Prends {{amount_0}} photos de Keldeo", + "quest_title_quest_snapshot_landorus": "Prends une photo de Démétéros", + "quest_title_quest_snapshot_machamp": "Prends une photo de ton Mackogneur", + "quest_title_quest_snapshot_okinawa": "Prends une photo à Okinawa.", + "quest_title_quest_snapshot_poison_grass_singular": "Prends une photo d’un Pokémon sauvage de type Poison", + "quest_title_quest_snapshot_regi_ice": "Prends une photo de Regice", + "quest_title_quest_snapshot_regi_rock": "Prends une photo de Regirock", + "quest_title_quest_snapshot_regi_steel": "Prends une photo de Registeel", + "quest_title_quest_snapshot_scrafty": "Prends une photo de ton Baggaïd", + "quest_title_quest_snapshot_singular": "Prendre une photo", + "quest_title_quest_snapshot_storage_bug_unique_plural": "Prends des photos de {{amount_0}} Pokémon différents de type Insecte que tu as attrapés.", + "quest_title_quest_snapshot_storage_steel_unique_plural": "Prends des photos de {{amount_0}} Pokémon différents de type Acier que tu as attrapés.", + "quest_title_quest_snapshot_storage_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents", + "quest_title_quest_snapshot_surabaya": "Prends une photo à Surabaya", + "quest_title_quest_snapshot_thundurus": "Prends une photo de Fulguris", + "quest_title_quest_snapshot_tornadus": "Prends une photo de Boréas", + "quest_title_quest_snapshot_totodile": "Prends une photo de ton Kaiminus", + "quest_title_quest_snapshot_unique_fire_pokemon": "Prends des photos de {{amount_0}} Pokémon différents de type Feu", + "quest_title_quest_snapshot_unique_pokemon": "Prends des photos de {{amount_0}} Pokémon différents", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Prends une photo d’un Lixy, Zébibron ou Couafarel dans la nature", + "quest_title_quest_snapshot_wild_bug_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Insecte", + "quest_title_quest_snapshot_wild_bug_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Insecte.", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Prends une photo d’un Papilusion, Lixy ou Zébibron dans la nature", + "quest_title_quest_snapshot_wild_dark_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Ténèbres", + "quest_title_quest_snapshot_wild_dark_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Ténèbres", + "quest_title_quest_snapshot_wild_dragon_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Dragon", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Dragon", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Prends une photo d’un Loupio, Écayon ou Couaneton dans la nature", + "quest_title_quest_snapshot_wild_eevee": "Prends une photo d’un Évoli dans la nature", + "quest_title_quest_snapshot_wild_electric_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Électrik", + "quest_title_quest_snapshot_wild_electric_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Électrik", + "quest_title_quest_snapshot_wild_entei": "Prends une photo d’un Entei dans la nature", + "quest_title_quest_snapshot_wild_fairy_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Fée", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Fée", + "quest_title_quest_snapshot_wild_fighting_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Combat", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Combat", + "quest_title_quest_snapshot_wild_fire_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Feu", + "quest_title_quest_snapshot_wild_fire_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Feu", + "quest_title_quest_snapshot_wild_flying_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Vol", + "quest_title_quest_snapshot_wild_flying_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Vol", + "quest_title_quest_snapshot_wild_frillish_absol": "Prends une photo d’un Absol ou Viskuse dans la nature", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Prends une photo d’un Sabelette, Racaillou ou Cacnea dans la nature", + "quest_title_quest_snapshot_wild_ghost_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Spectre", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Spectre", + "quest_title_quest_snapshot_wild_grass_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Plante", + "quest_title_quest_snapshot_wild_grass_singular": "Prends une photo d’un Pokémon sauvage de type Plante", + "quest_title_quest_snapshot_wild_grass_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Plante", + "quest_title_quest_snapshot_wild_ground_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Sol", + "quest_title_quest_snapshot_wild_ground_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Sol", + "quest_title_quest_snapshot_wild_hoothoot": "Prends une photo d’un Hoothoot dans la nature", + "quest_title_quest_snapshot_wild_ice_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Glace", + "quest_title_quest_snapshot_wild_ice_singular": "Prends une photo d’un Pokémon sauvage de type Glace", + "quest_title_quest_snapshot_wild_ice_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Glace", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Prends une photo d’un Chrysacier, Capumain ou Nénupiot dans la nature", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Prends une photo d’un Loupio, Lovdisc ou Écayon dans la nature", + "quest_title_quest_snapshot_wild_mareanie_singluar": "Prends une photo d’un Vorastérie dans la nature.", + "quest_title_quest_snapshot_wild_normal_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Normal", + "quest_title_quest_snapshot_wild_normal_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Normal", + "quest_title_quest_snapshot_wild_plural": "Prends {{amount_0}} photos de Pokémon sauvages", + "quest_title_quest_snapshot_wild_poison_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Poison", + "quest_title_quest_snapshot_wild_poison_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Poison", + "quest_title_quest_snapshot_wild_psychic_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Psy", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Psy", + "quest_title_quest_snapshot_wild_raikou": "Prends une photo d’un Raikou dans la nature", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Prends des clichés de {{amount_0}} Pokémon sauvages différents de type Sol, Roche ou Fée", + "quest_title_quest_snapshot_wild_rock_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Roche", + "quest_title_quest_snapshot_wild_rock_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Roche", + "quest_title_quest_snapshot_wild_singular": "Prends une photo d’un Pokémon sauvage", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Prends une photo d’un Dodrio, Démanta ou Airmure dans la nature", + "quest_title_quest_snapshot_wild_skitty_kirlia": "Prends une photo d’un Kirlia ou Skitty dans la nature", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Prends une photo d’un Farfuret, Cradopaud ou Viskuse dans la nature", + "quest_title_quest_snapshot_wild_steel_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Acier", + "quest_title_quest_snapshot_wild_steel_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Acier.", + "quest_title_quest_snapshot_wild_suicune": "Prends une photo d’un Suicune dans la nature", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Prends une photo d’un Sabelette, Kraknoix ou Cacnea dans la nature", + "quest_title_quest_snapshot_wild_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Feu, Eau ou Plante", + "quest_title_quest_snapshot_wild_water_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Eau", + "quest_title_quest_snapshot_wild_water_singular": "Prends une photo de Pokémon sauvages de type Eau", + "quest_title_quest_snapshot_wild_water_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Eau", + "quest_title_quest_snapshot_yogyakarta": "Prends une photo à Yogyakarta", + "quest_title_quest_snapshots_inarow_plural": "Prends une photo d’un Pokémon {{amount_0}} jours d’affilée", + "quest_title_quest_snapshots_plural": "Prends {{amount_0}} photos", + "quest_title_quest_snapshots_your_plural": "Prends {{amount_0}} photos de tes Pokémon", + "quest_title_quest_snapshots_your_singular": "Prends une photo de l’un de tes Pokémon", + "quest_title_quest_snivt_catch_b": "Attrape {{amount_0}} Vipélierre", + "quest_title_quest_snivt_evolve_b": "Fais évoluer {{amount_0}} Vipélierre", + "quest_title_quest_snivt_evolve_s1": "Fais évoluer {{amount_0}} Lianaja", + "quest_title_quest_sobble_evolve": "Fais évoluer un Larméléon", + "quest_title_quest_sphet_catch_b": "Attrape {{amount_0}} Obalie", + "quest_title_quest_sphet_evolve_b": "Fais évoluer {{amount_0}} Obalie", + "quest_title_quest_sphet_evolve_s1": "Fais évoluer {{amount_0}} Phogleur", + "quest_title_quest_spin_151": "Fais tourner 151 PokéStops ou Arènes", + "quest_title_quest_spin_daysinarow": "Visite des PokéStops {{amount_0}} jours d’affilée", + "quest_title_quest_spin_go_tour_habitat_01": "Fais tourner {{amount_0}} PokéStops ou Arènes dans l’habitat Métropole côtière", + "quest_title_quest_spin_go_tour_habitat_02": "Fais tourner {{amount_0}} PokéStops ou Arènes dans l’habitat Ruines labyrinthiques", + "quest_title_quest_spin_go_tour_habitat_03": "Fais tourner {{amount_0}} PokéStops ou Arènes dans l’habitat Bourbier bouillonnant", + "quest_title_quest_spin_go_tour_habitat_04": "Fais tourner {{amount_0}} PokéStops ou Arènes dans l’habitat Sources chaudes de montagne", + "quest_title_quest_spin_go_tour_spiritomb_plural": "Fais tourner {{amount_0}} PokéStops Spiritomb différents", + "quest_title_quest_spin_go_tour_spiritomb_singular": "Fais tourner un PokéStop Spiritomb", + "quest_title_quest_spin_mexico_plural": "Fais tourner {{amount_0}} PokéStops au Mexique", + "quest_title_quest_spin_mexico_singular": "Fais tourner un PokéStop au Mexique", + "quest_title_quest_spin_pokestop_days": "Visite des PokéStops pendant {{amount_0}} jours différents", + "quest_title_quest_spin_ultra_wormhole_gym": "Fais tourner l’Arène marquée « Ultra-Brèche »", + "quest_title_quest_spin_wcs_2024": "Fais tourner 10 PokéStops ou Arènes au Hawai‘i Convention Center", + "quest_title_quest_sprigatito_evolve_b": "Fais évoluer un Poussacha", + "quest_title_quest_squirtle_catch_b": "Attrape {{amount_0}} Carapuce", + "quest_title_quest_squirtle_evolve_b": "Fais évoluer {{amount_0}} Carapuce", + "quest_title_quest_squirtle_snapshot_b": "Prends {{amount_0}} photos de Carapuce", + "quest_title_quest_st_catch_s": "Attrape 15 Grainipiot", + "quest_title_quest_st_evolve_n": "Fais évoluer un Pifeuil", + "quest_title_quest_st_evolve_s": "Fais évoluer 3 Grainipiot", + "quest_title_quest_stardust_plural": "Gagne {{amount_0}} Poussières Étoiles", + "quest_title_quest_starly_catch_b": "Attrape {{amount_0}} Étourmi", + "quest_title_quest_starly_evolve_b": "Fais évoluer {{amount_0}} Étourmi", + "quest_title_quest_starly_snapshot_b": "Prends {{amount_0}} photos d’Étourmi", + "quest_title_quest_start_battle": "COMMENCER LE COMBAT !", + "quest_title_quest_steenee_evolve_b_plural": "Fais évoluer {{amount_0}} Candine", + "quest_title_quest_steenee_evolve_b_singular": "Fais évoluer un Candine", + "quest_title_quest_streak_format": "Série de {{amount_0}} jour(s)", + "quest_title_quest_stuff_catch_b": "Attrape {{amount_0}} Nounourson", + "quest_title_quest_stuff_evolve_b": "Fais évoluer {{amount_0}} Nounourson", + "quest_title_quest_stuff_snapshot_b": "Prends {{amount_0}} photos d’un Nounourson dans la nature", + "quest_title_quest_supereffective_charge_party_plural": "Utilise {{amount_0}} Attaques Chargées super efficaces en équipe", + "quest_title_quest_supereffective_charge_party_singular": "Utilise une Attaque Chargée super efficace en équipe", + "quest_title_quest_supereffective_charge_plural": "Utilise {{amount_0}} Attaques Chargées super efficaces", + "quest_title_quest_supereffective_charge_singular": "Utilise une Attaque Chargée super efficace", + "quest_title_quest_surskit_catch": "Attrape {{amount_0}} Arakdo", + "quest_title_quest_swabt_catch_b": "Attrape {{amount_0}} Tylton", + "quest_title_quest_swabt_evolve_b": "Fais évoluer {{amount_0}} Tylton", + "quest_title_quest_swinub_cdc_evolve_b": "Fais évoluer {{amount_0}} Marcacrin", + "quest_title_quest_swinub_cdc_snapshot_b": "Prends en photo {{amount_0}} Marcacrin", + "quest_title_quest_teddiursa_catch_b": "Attrape {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_evolve_b": "Fais évoluer {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_snapshot_b": "Prends en photo {{amount_0}} Teddiursa", + "quest_title_quest_template.display.branches#0.button_text_key": "Raids, Sbires et Arènes !", + "quest_title_quest_template.display.branches#0.description_key": "Si tu choisis cette voie, tu pourras réaliser des tâches en rapport avec les combats d’Arènes, les Raids, et les membres de la Team GO Rocket, et tu gagneras des récompenses comme une rencontre avec Dracaufeu et plus !", + "quest_title_quest_template.display.branches#1.button_text_key": "Ligue Combat GO !", + "quest_title_quest_template.display.branches#1.description_key": "Si tu choisis cette voie, tu pourras réaliser des tâches en rapport avec les combats contre d’autres Dresseurs ou Dresseuses, et tu gagneras des récompenses comme une rencontre avec Dracaufeu et plus !", + "quest_title_quest_tepit_catch_b": "Attrape {{amount_0}} Gruikui", + "quest_title_quest_tepit_evolve_b": "Fais évoluer {{amount_0}} Gruikui", + "quest_title_quest_tepit_evolve_s1": "Fais évoluer {{amount_0}} Grotichon", + "quest_title_quest_thwackey_evolve": "Fais évoluer un Badabouin", + "quest_title_quest_timburr_catch_b": "Attrape {{amount_0}} Charpenti", + "quest_title_quest_timburr_evolve_b": "Fais évoluer {{amount_0}} Charpenti", + "quest_title_quest_timburr_snapshot_b": "Prends en photo {{amount_0}} Charpenti", + "quest_title_quest_time_remaining_day_plural": "Plus que {{amount_0}} jours pour compléter cette Étude spéciale.", + "quest_title_quest_time_remaining_day_singular": "Plus que {{amount_0}} jour pour compléter cette Étude spéciale.", + "quest_title_quest_togetic_catch_b": "Attrape {{amount_0}} Togetic", + "quest_title_quest_togetic_evolve_b": "Fais évoluer {{amount_0}} Togetic", + "quest_title_quest_togetic_snapshot_b": "Prends en photo {{amount_0}} Togetic", + "quest_title_quest_torracat_evolve_b_plural": "Fais évoluer {{amount_0}} Matoufeu", + "quest_title_quest_torracat_evolve_b_singular": "Fais évoluer un Matoufeu", + "quest_title_quest_trade_50km_plural": "Fais {{amount_0}} échanges avec des Pokémon attrapés à au moins 50 km l’un de l’autre", + "quest_title_quest_trade_100km_plural": "Fais {{amount_0}} échanges avec des Pokémon attrapés à au moins 100 km l’un de l’autre", + "quest_title_quest_trade_200km_plural": "Fais {{amount_0}} échanges avec des Pokémon attrapés à au moins 200 km l’un de l’autre", + "quest_title_quest_trade_300km_plural": "Fais {{amount_0}} échanges avec des Pokémon attrapés à au moins 300 km l’un de l’autre", + "quest_title_quest_trade_400km_plural": "Fais {{amount_0}} échanges avec des Pokémon attrapés à au moins 400 km l’un de l’autre", + "quest_title_quest_trade_500km_plural": "Fais {{amount_0}} échanges avec des Pokémon attrapés à au moins 500 km l’un de l’autre", + "quest_title_quest_trade_500km_singular": "Fais un échange avec des Pokémon attrapés à au moins 500 km l’un de l’autre", + "quest_title_quest_trade_pikachu_plural": "Échange {{amount_0}} Pikachu.", + "quest_title_quest_trade_plural": "Échange {{amount_0}} fois des Pokémon", + "quest_title_quest_trade_singular": "Échange un Pokémon", + "quest_title_quest_transfer_pidgey_plural": "Transfère {{amount_0}} Roucool", + "quest_title_quest_transfer_pokemon_plural": "Transfère {{amount_0}} Pokémon", + "quest_title_quest_transfer_pokemon_singular": "Transfère un Pokémon", + "quest_title_quest_transfer_rock_or_poison_plural": "Transfère {{amount_0}} Pokémon de type Roche ou Poison", + "quest_title_quest_transfer_rock_poison": "Transfère {{amount_0}} Pokémon de type Roche ou Poison", + "quest_title_quest_transfer_type_bug_plural": "Transfère {{amount_0}} Pokémon de type Insecte", + "quest_title_quest_transfer_type_dark_plural": "Transfère {{amount_0}} Pokémon de type Ténèbres", + "quest_title_quest_transfer_type_dragon_plural": "Transfère {{amount_0}} Pokémon de type Dragon", + "quest_title_quest_transfer_type_electric_plural": "Transfère {{amount_0}} Pokémon de type Électrik", + "quest_title_quest_transfer_type_fairy_plural": "Transfère {{amount_0}} Pokémon de type Fée", + "quest_title_quest_transfer_type_fighting_plural": "Transfère {{amount_0}} Pokémon de type Combat", + "quest_title_quest_transfer_type_fire_plural": "Transfère {{amount_0}} Pokémon de type Feu", + "quest_title_quest_transfer_type_flying_plural": "Transfère {{amount_0}} Pokémon de type Vol", + "quest_title_quest_transfer_type_ghost_plural": "Transfère {{amount_0}} Pokémon de type Spectre", + "quest_title_quest_transfer_type_grass_plural": "Transfère {{amount_0}} Pokémon de type Plante", + "quest_title_quest_transfer_type_ground_plural": "Transfère {{amount_0}} Pokémon de type Sol", + "quest_title_quest_transfer_type_ice_plural": "Transfère {{amount_0}} Pokémon de type Glace", + "quest_title_quest_transfer_type_normal_plural": "Transfère {{amount_0}} Pokémon de type Normal", + "quest_title_quest_transfer_type_poison_plural": "Transfère {{amount_0}} Pokémon de type Poison", + "quest_title_quest_transfer_type_psychic_plural": "Transfère {{amount_0}} Pokémon de type Psy", + "quest_title_quest_transfer_type_rock_plural": "Transfère {{amount_0}} Pokémon de type Roche", + "quest_title_quest_transfer_type_steel_plural": "Transfère {{amount_0}} Pokémon de type Acier", + "quest_title_quest_transfer_type_water_plural": "Transfère {{amount_0}} Pokémon de type Eau", + "quest_title_quest_travel_routes_km_plural": "Marche {{amount_0}} km en parcourant des Routes", + "quest_title_quest_travel_routes_meters_plural": "Marche {{amount_0}} m en parcourant des Routes", + "quest_title_quest_tynamo_catch_b": "Attrape {{amount_0}} Anchwatt", + "quest_title_quest_tynamo_evolve_b_plural": "Fais évoluer {{amount_0}} Anchwatt", + "quest_title_quest_tynamo_evolve_b_singular": "Fais évoluer un Anchwatt", + "quest_title_quest_under_investigation": "Le Professeur Willow est en cours d’investigation sur cette étude. Reviens vite pour d’autres nouvelles !", + "quest_title_quest_urd22_june_battle_gym": "Journée Étude : combats dans une Arène", + "quest_title_quest_urd22_june_battle_raid": "Journée Étude : combats dans un Raid", + "quest_title_quest_urd22_june_beries": "Journée Étude : utilise {{amount_0}} Baies pour attraper des Pokémon", + "quest_title_quest_urd22_june_catch_rock": "Journée Étude : attrape {{amount_0}} Pokémon de type Roche", + "quest_title_quest_urd22_june_catch_weather": "Journée Étude : attrape {{amount_0}} Pokémon boostés par la météo", + "quest_title_quest_urd22_june_curveball": "Journée Étude : fais {{amount_0}} lancers à effet", + "quest_title_quest_urd22_june_curveball_row": "Journée Étude : fais {{amount_0}} Superbes lancers à effet à la suite", + "quest_title_quest_urd22_june_evolve_rock": "Journée Étude : fais évoluer {{amount_0}} Pokémon de type Roche", + "quest_title_quest_urd22_june_gift_sticker": "Journée Étude : envoie {{amount_0}} Cadeaux avec des stickers", + "quest_title_quest_urd22_june_great": "Journée Étude : fais {{amount_0}} Superbes lancers", + "quest_title_quest_urd22_june_great_row": "Journée Étude : fais {{amount_0}} Superbes lancers à la suite", + "quest_title_quest_urd22_june_nice": "Journée Étude : fais {{amount_0}} Jolis lancers", + "quest_title_quest_urd22_june_nice_row": "Journée Étude : fais {{amount_0}} Jolis lancers à la suite", + "quest_title_quest_urd22_june_powerup": "Journée Étude : recharge un Pokémon {{amount_0}} fois", + "quest_title_quest_urd22_june_snap_rock": "Journée Étude : prends une photo d’un Pokémon sauvage de type Roche", + "quest_title_quest_urd22_june_spin_stops": "Journée Étude : fais tourner {{amount_0}} PokéStops", + "quest_title_quest_urd22_june_supereffective": "Journée Étude : utilise une Attaque Chargée super efficace", + "quest_title_quest_ursaring_evolve_b": "Fais évoluer {{amount_0}} Ursaring", + "quest_title_quest_use_any_potion": "Utilise une Potion sur un Pokémon", + "quest_title_quest_use_charged_move_singular": "Utilise une Attaque Chargée super efficace", + "quest_title_quest_use_charged_tm": "Utilise une CT Attaque Chargée", + "quest_title_quest_use_dai_plural": "Utilise {{amount_0}} Encens d’aventure quotidienne", + "quest_title_quest_use_dai_singular": "Utilise un Encens d’aventure quotidienne", + "quest_title_quest_use_fast_tm": "Utilise une CT Attaque Immédiate", + "quest_title_quest_use_hyper_potion": "Utilise une Hyper Potion sur un Pokémon", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "Utilise {{amount_0}} Modules Leurre en suivant des Routes", + "quest_title_quest_use_lure_singular": "Utilise un Module Leurre en suivant une Route", + "quest_title_quest_use_max_potion": "Utilise une Potion Max sur un Pokémon", + "quest_title_quest_use_poffin": "Utilise un Poffin", + "quest_title_quest_use_rare_candy_plural": "Utilise {{amount_0}} Super Bonbons", + "quest_title_quest_use_rare_candy_singular": "Utilise un Super Bonbon", + "quest_title_quest_use_standard_charged_tm": "Utilise une CT Attaque Chargée", + "quest_title_quest_use_standard_fast_tm": "Utilise une CT Attaque Immédiate", + "quest_title_quest_use_super_potion": "Utilise une Super Potion sur un Pokémon", + "quest_title_quest_uxie_wild_snap": "Prends une photo de Créhelf dans la nature", + "quest_title_quest_val19_catch_specific_plural": "Saint-Valentin : attrape {{amount_0}} Lovdisc", + "quest_title_quest_val19_catch_specific_singular": "Saint-Valentin : attrape un Leveinard", + "quest_title_quest_visit_different_pokestops": "Fais tourner {{amount_0}} PokéStops différents", + "quest_title_quest_visit_pokestop_new_plural": "Fais tourner {{amount_0}} nouveaux PokéStops", + "quest_title_quest_visit_pokestop_new_singular": "Fais tourner un nouveau PokéStop", + "quest_title_quest_visit_pokestops_party_plural": "Fais tourner {{amount_0}} PokéStops ou Arènes en équipe", + "quest_title_quest_visit_pokestops_plural": "Fais tourner {{amount_0}} PokéStops ou Arènes", + "quest_title_quest_visit_pokestops_singular": "Fais tourner un PokéStop ou Arène", + "quest_title_quest_visit_unique_pokestops_plural": "Fais tourner {{amount_0}} Arènes ou PokéStops différents", + "quest_title_quest_wailmer_catch_b": "Attrape {{amount_0}} Wailmer", + "quest_title_quest_waina_catch_great_ultra_plural": "Attrape {{amount_0}} Pokémon avec des Super Balls ou Hyper Balls en utilisant un Pokémon GO Plus + ", + "quest_title_quest_waina_catch_plural": "Attrape {{amount_0}} Pokémon avec des Poké Balls en utilisant un Pokémon GO Plus + ", + "quest_title_quest_waina_sleep_days": "Effectue le suivi de ton sommeil en utilisant un Pokémon GO Plus + pendant {{amount_0}} jours", + "quest_title_quest_waina_sleep_days_singular": "Effectue le suivi de ton sommeil en utilisant un Pokémon GO Plus + pendant un jour", + "quest_title_quest_waina_spin_pokestop_plural": "Fais tourner {{amount_0}} PokéStops en utilisant un Pokémon GO Plus + ", + "quest_title_quest_walk_25km_inaweek_plural": "Marche 25 km par semaine {{amount_0}} fois en utilisant le Suivi d’exploration", + "quest_title_quest_walk_buddy_plural": "Gagne {{amount_0}} Bonbons en marchant avec ton copain", + "quest_title_quest_walk_buddy_singular": "Gagne un Bonbon en marchant avec ton copain", + "quest_title_quest_walk_eevee_for_evo": "Marche 10 km avec Évoli comme copain", + "quest_title_quest_walk_hgrowlithe_header_0": "Une aventure qui a du chien", + "quest_title_quest_walk_km": "Parcours {{amount_0}} km", + "quest_title_quest_walk_km_plural": "Parcours {{amount_0}} km", + "quest_title_quest_walk_routes_plural": "Marche {{amount_0}} km en suivant des Routes", + "quest_title_quest_walk_routes_singular": "Marche {{amount_0}} km en suivant des Routes", + "quest_title_quest_walk_steps": "Fais {{amount_0}} pas", + "quest_title_quest_wartortle_evolve_b": "Fais évoluer {{amount_0}} Carabaffe", + "quest_title_quest_waterfestival_catch_feed_plural": "Festival Aquatique : utilise {{amount_0}} Baies pour attraper des Pokémon", + "quest_title_quest_waterfestival_catch_pokemon_plural": "Festival Aquatique : attrape {{amount_0}} Pokémon", + "quest_title_quest_waterfestival_catch_special9_plural": "Festival Aquatique : attrape {{amount_0}} Magicarpe ou Wailmer", + "quest_title_quest_waterfestival_catch_type_water_plural": "Festival Aquatique : attrape {{amount_0}} Pokémon de type Eau", + "quest_title_quest_waterfestival_evolve_plural": "Festival Aquatique : fais évoluer {{amount_0}} Kokiyas", + "quest_title_quest_waterfestival_evolve_type_water_plural": "Festival Aquatique : fais évoluer {{amount_0}} Pokémon de type Eau", + "quest_title_quest_waterfestival_hatch_egg_singular": "Festival Aquatique : fais éclore un Œuf", + "quest_title_quest_waterfestival_land_great_plural": "Festival Aquatique : fais {{amount_0}} Superbes lancers", + "quest_title_quest_waterfestival_land_nice_plural": "Festival Aquatique : fais {{amount_0}} Jolis lancers", + "quest_title_quest_waterfestival_win_raid_singular": "Festival Aquatique : remporte un Raid", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Bonus Wayfarer : attrape {{amount_0}} Pokémon", + "quest_title_quest_wcs_2024_catch_psychic_electric": "Attrape {{amount_0}} Pokémon de type Électrik ou Psy", + "quest_title_quest_wcs_2024_snapshot_fairy": "Prends {{amount_0}} photos de Pokémon sauvages différents de type Fée", + "quest_title_quest_wcs_2024_spin_00": "Fais tourner le PokéStop dans la Zone Pokémon GO", + "quest_title_quest_wcs_2024_spin_01": "Fais tourner le PokéStop au Play Lab", + "quest_title_quest_wcs_2024_spin_02": "Fais tourner le PokéStop dans le Collect & Trade Corner", + "quest_title_quest_weepinbell_evolve_b_plural": "Fais évoluer {{amount_0}} Boustiflor", + "quest_title_quest_weepinbell_evolve_b_singular": "Fais évoluer un Boustiflor", + "quest_title_quest_wimpod_catch_b": "Attrape {{amount_0}} Sovkipou", + "quest_title_quest_win_gym_plural": "Gagne {{amount_0}} combats d’Arènes", + "quest_title_quest_win_gym_singular": "Gagne un combat d’Arène", + "quest_title_quest_win_raid_2_singular": "Gagne un Raid de niveau 2 ou plus", + "quest_title_quest_win_raid_3_plural": "Gagne {{amount_0}} Raids de niveau 3 ou plus", + "quest_title_quest_win_raid_3_singular": "Gagne un Raid de niveau 3 ou plus", + "quest_title_quest_win_raid_buddy_plural": "Remporte {{amount_0}} Raids avec ton Copain Pokémon", + "quest_title_quest_win_raid_buddy_singular": "Gagne un Raid avec ton copain", + "quest_title_quest_win_raid_lvl1_higher_singular": "Gagne un Raid de niveau 1 ou plus", + "quest_title_quest_win_raid_lvl1_singular": "Gagne un Raid de niveau 1.", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Gagne {{amount_0}} Raids avec uniquement des Pokémon de 1 500 PC ou moins", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Gagne un Raid avec uniquement des Pokémon de 1 500 PC ou moins", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Remporte {{amount_0}} Raids de niveau 3 avec des Pokémon de 1 500 PC ou moins", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Remporte un Raid de niveau 3 avec des Pokémon de 1 500 PC ou moins", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Remporte {{amount_0}} Raids de niveau 3 en utlisant uniquement des Pokémon de 2 500 PC ou moins", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Remporte un Raid de niveau 3 en utilisant uniquement des Pokémon de 2 500 PC ou moins", + "quest_title_quest_win_raid_party_plural": "Gagne {{amount_0}} Raids en équipe", + "quest_title_quest_win_raid_party_singular": "Gagne un Raid en équipe", + "quest_title_quest_win_raid_plural": "Gagne {{amount_0}} Raids", + "quest_title_quest_win_raid_singular": "Gagne un Raid", + "quest_title_quest_win_raid_unique_plural": "Gagne {{amount_0}} Raids avec des Pokémon appartenant tous à une espèce différente", + "quest_title_quest_win_raid_unique_singular": "Gagne un Raid avec des Pokémon appartenant tous à une espèce différente", + "quest_title_quest_win_raid_with_friend_plural": "Remporte {{amount_0}} Raids avec un ami", + "quest_title_quest_win_raid_with_friend_singular": "Remporte un Raid avec un ami", + "quest_title_quest_win_raids_unique_1500_plural": "Gagne {{amount_0}} Raids avec une équipe de Pokémon différents de 1500 PC max", + "quest_title_quest_win_raids_unique_plural": "Remporte {{amount_0}} Raids avec une équipe de Pokémon différents", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "Remporte {{amount_0}} combats contre un chef de la Team GO Rocket en utilisant uniquement des Pokémon de 1 500 PC ou moins", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "Remporte un combat contre un chef de la Team GO Rocket en utilisant uniquement des Pokémon de 1 500 PC ou moins", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "Remporte {{amount_0}} combats contre un chef de la Team GO Rocket en utilisant uniquement des Pokémon de 2 500 PC ou moins", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "Remporte {{amount_0}} combats contre un chef de la Team GO Rocket en utilisant uniquement des Pokémon de 3 000 PC ou moins", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "Remporte {{amount_0}} combats contre un chef de la Team GO Rocket en utilisant uniquement des Pokémon de 3 500 PC ou moins", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "Remporte {{amount_0}} combats contre un chef de la Team GO Rocket en utilisant uniquement des Pokémon de 4 000 PC ou moins", + "quest_title_quest_wooper_catch_b": "Attrape {{amount_0}} Axoloto ou Axoloto de Paldea", + "quest_title_quest_wooper_evolve_b": "Fais évoluer {{amount_0}} Axoloto ou Axoloto de Paldea", + "quest_title_quest_wooper_snapshot_b": "Prends en photo {{amount_0}} Axoloto ou Axoloto de Paldea", + "quest_title_quest_wt_catch_weedle": "Attrape {{amount_0}} Aspicot", + "quest_title_quest_wt_evolve_kakuna": "Fais évoluer {{amount_0}} Coconfort", + "quest_title_quest_wt_evolve_weedle": "Fais évoluer {{amount_0}} Aspicot", + "quest_title_quest_xp_plural": "Gagne {{amount_0}} PX", + "quest_title_quest_zigzagoon_catch_b": "Attrape {{amount_0}} Zigzaton de Galar", + "quest_title_quest_zigzagoon_evolve_b": "Fais évoluer {{amount_0}} Zigzaton de Galar", + "quest_title_quest_zigzagoon_snapshot_b": "Prends {{amount_0}} photos de Zigzaton de Galar", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "0 Pokémon attrapé", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "{{amount_0}} Pokémon attrapés", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 Pokémon attrapé", + "quest_title_score_1_10_11_12_singular": "A attrapé {{amount_0}} Pokémon de type Feu, Eau ou Plante", + "quest_title_score_1_10_singular": "A attrapé {{amount_0}} Pokémon de type Feu", + "quest_title_score_1_11_singular": "A attrapé {{amount_0}} Pokémon de type Eau", + "quest_title_score_1_12_singular": "A attrapé {{amount_0}} Pokémon de type Plante", + "quest_title_score_1_none": "0 Pokémon attrapé", + "quest_title_score_1_plural": "{{amount_0}} Pokémon attrapés", + "quest_title_score_1_singular": "1 Pokémon attrapé", + "quest_title_score_6_plural": "A gagné {{amount_0}} Raids", + "quest_title_score_6_singular": "A gagné 1 Raid", + "quest_title_score_8_10_none": "N’a fait aucun Joli lancer", + "quest_title_score_8_10_plural": "A fait {{amount_0}} Jolis lancers", + "quest_title_score_8_10_singular": "A fait 1 Joli lancer", + "quest_title_score_8_11_none": "N’a fait aucun Super lancer", + "quest_title_score_8_11_plural": "A fait {{amount_0}} Super lancers", + "quest_title_score_8_11_singular": "A fait 1 Super lancer", + "quest_title_score_8_12_none": "N’a fait aucun Excellent lancer", + "quest_title_score_8_12_plural": "A fait {{amount_0}} Excellents lancers", + "quest_title_score_8_12_singular": "A fait 1 Excellent lancer", + "quest_title_score_8_13_none": "N’a fait aucun lancer à effet", + "quest_title_score_8_13_plural": "A fait {{amount_0}} lancers à effet", + "quest_title_score_8_13_singular": "A fait 1 lancer à effet", + "quest_title_score_11_701_none": "N’a utilisé aucune Baie Framby", + "quest_title_score_11_701_plural": "A utilisé {{amount_0}} Baies Framby", + "quest_title_score_11_701_singular": "A utilisé 1 Baie Framby", + "quest_title_score_11_703_none": "N’a utilisé aucune Baie Nanab", + "quest_title_score_11_703_plural": "A utilisé {{amount_0}} Baies Nanab", + "quest_title_score_11_703_singular": "A utilisé 1 Baie Nanab", + "quest_title_score_11_705_none": "N’a utilisé aucune Baie Nanana", + "quest_title_score_11_705_plural": "A utilisé {{amount_0}} Baies Nanana", + "quest_title_score_11_705_singular": "A utilisé 1 Baie Nanana", + "quest_title_score_15_10_none": "N’a fait aucun Joli lancer à effet", + "quest_title_score_15_10_plural": "A fait {{amount_0}} Jolis lancers à effet", + "quest_title_score_15_10_singular": "A fait 1 Joli lancer à effet", + "quest_title_score_15_11_none": "N’a fait aucun Super lancer à effet", + "quest_title_score_15_11_plural": "A fait {{amount_0}} Super lancers à effet", + "quest_title_score_15_11_singular": "A fait 1 Super lancer à effet", + "quest_title_score_15_12_none": "N’a fait aucun Excellent lancer à effet", + "quest_title_score_15_12_plural": "A fait {{amount_0}} Excellents lancers à effet", + "quest_title_score_15_12_singular": "A fait 1 Excellent lancer à effet", + "quest_title_score_22_none": "N’a terminé aucun combat avec un capitaine d’équipe", + "quest_title_score_22_plural": "A terminé {{amount_0}} combats avec des capitaines d’équipe", + "quest_title_score_22_singular": "A terminé 1 combat avec un capitaine d’équipe", + "quest_title_score_23_none": "N’a terminé aucun combat de la Ligue Combat GO", + "quest_title_score_23_plural": "A terminé {{amount_0}} combats de la Ligue Combat GO", + "quest_title_score_23_singular": "A terminé 1 combat de la Ligue Combat GO", + "quest_title_score_battle_raid_none": "N’a combattu dans aucun Raid", + "quest_title_score_battle_raid_plural": "A combattu dans {{amount_0}} Raids", + "quest_title_score_battle_raid_singular": "A combattu dans 1 Raid", + "quest_title_score_catch_feed_none": "N’a utilisé aucune Baie", + "quest_title_score_catch_feed_plural": "A utilisé {{amount_0}} Baies", + "quest_title_score_catch_feed_singular": "A utilisé 1 Baie", + "quest_title_score_catch_pokemon": "{{amount_0}} Pokémon attrapés", + "quest_title_score_defeat_rocket_none": "0 membre de la Team GO Rocket vaincu", + "quest_title_score_defeat_rocket_plural": "{{amount_0}} membres de la Team GO Rocket vaincus", + "quest_title_score_defeat_rocket_singular": "1 membre de la Team GO Rocket vaincu", + "quest_title_score_field_research_none": "0 tâche d’Étude de terrain terminée", + "quest_title_score_field_research_plural": "{{amount_0}} tâches d’Études de terrain terminées", + "quest_title_score_field_research_singular": "1 tâche d’Étude de terrain terminée", + "quest_title_score_send_gift_none": "N’a envoyé aucun cadeau à ses amis", + "quest_title_score_send_gift_plural": "A envoyé {{amount_0}} cadeaux à ses amis", + "quest_title_score_send_gift_singular": "A envoyé 1 cadeau à ses amis", + "quest_title_score_spin_pokestop_none": "0 PokéStop visité", + "quest_title_score_spin_pokestop_plural": "{{amount_0}} PokéStops visités", + "quest_title_score_spin_pokestop_singular": "1 PokéStop visité", + "quest_win_raid_plural": "Gagne {{amount}} Raids", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "Raid Niveau 1", + "raid_1_plural": "Raids Niveau 1", + "raid_2": "Raid Niveau 2", + "raid_2_plural": "Raids Niveau 2", + "raid_3": "Raid Niveau 3", + "raid_3_plural": "Raids Niveau 3", + "raid_4": "Raid Niveau 4", + "raid_4_plural": "Raids Niveau 4", + "raid_5": "Raid Légendaire", + "raid_5_plural": "Raids Légendaires", + "raid_6": "Raid Méga", + "raid_6_plural": "Raids Méga", + "raid_7": "Raid Méga Légendaire", + "raid_7_plural": "Raids Méga Légendaires", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "Mieux l’après-midi", + "route_tag_architecture": "Architecture", + "route_tag_art": "Art", + "route_tag_beachy": "Plage", + "route_tag_bike_path": "Surface adaptée aux vélos", + "route_tag_biking": "Bien pour le vélo", + "route_tag_body_of_water": "Bord de l’eau", + "route_tag_buildings": "Nombreux bâtiments", + "route_tag_category_misc": "Divers", + "route_tag_category_nearby": "À proximité", + "route_tag_category_suitability": "Accessibilité", + "route_tag_category_terrain": "Terrain", + "route_tag_category_theme": "Thème", + "route_tag_city_life": "Vie urbaine", + "route_tag_culture": "Culture", + "route_tag_easy_going": "Détendu", + "route_tag_flat": "Terrain plat", + "route_tag_foliage": "Verdure abondante", + "route_tag_food": "Nourriture", + "route_tag_grassy": "Herbeux", + "route_tag_hilly": "Collines", + "route_tag_historic": "Historique", + "route_tag_intense": "Intense", + "route_tag_morning": "Mieux le matin", + "route_tag_muddy": "Boueux", + "route_tag_nature": "Nature", + "route_tag_night": "Mieux la nuit", + "route_tag_no_parking": "Pas de parking à proximité", + "route_tag_no_people": "Peu de monde", + "route_tag_open_space": "Nombreux espaces ouverts", + "route_tag_parking": "Parking à proximité", + "route_tag_parks_nearby": "Parcs à proximité", + "route_tag_partially_paved": "Surface partiellement pavée", + "route_tag_paved": "Surface pavée", + "route_tag_people": "Beaucoup de monde", + "route_tag_pets": "Animaux acceptés", + "route_tag_plenty_pokestops": "Nombreux PokéStops", + "route_tag_public_transport": "Proche des transports publics", + "route_tag_raid_friendly": "Nombreuses Arènes", + "route_tag_rainy_day": "Bien pour un jour de pluie", + "route_tag_rocky": "Rocheux", + "route_tag_running": "Bien pour la course à pied", + "route_tag_sandy": "Sableux", + "route_tag_seasonal": "Saisonnière", + "route_tag_sightseeing": "Tourisme", + "route_tag_stroller": "Accessible aux poussettes", + "route_tag_sunny_day": "Bien pour un jour ensoleillé", + "route_tag_tree_cover": "Couvert forestier", + "route_tag_unpaved": "Surface non pavée", + "route_tag_views": "Vues magnifiques", + "route_tag_walking": "Bien pour la marche", + "route_tag_wheelchair": "Accessible en fauteuil roulant", + "route_tag_wildlife": "Nombreux animaux sauvages", + "route_tag_woodsy": "Boisé", + "route_tags_label": "MOTS-CLÉS", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "Obscur", + "team_1": "Sagesse", + "team_2": "Bravoure", + "team_3": "Intuition", + "team_a_0": "Pas d’équipe", + "team_a_1": "Sagesse", + "team_a_2": "Bravoure", + "team_a_3": "Intuition", + "throw_type_9": "First", + "throw_type_10": "Joli", + "throw_type_11": "Super", + "throw_type_12": "Excellent", + "throw_type_13": "à effet", + "throw_type_67": "Master Ball", + "weather_0": "Conditions extrêmes", + "weather_1": "Temps clair", + "weather_2": "Pluvieux", + "weather_3": "Quelques nuages", + "weather_4": "Couvert", + "weather_5": "Vent", + "weather_6": "Neige", + "weather_7": "Brouillard", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁", + "%": "%", + "iconsDefault": "Défaut", + "Alola": "Alola", + "Galarian": "Galar", + "submissionCells_subtitle": "Affiche les informations utiles à la création de nouveaux Points d'Intérêts", + "contest_category_2": "Plus grande taille" +} diff --git a/client/public/locales/hi/translation.json b/client/public/locales/hi/translation.json new file mode 100644 index 000000000..550ddda57 --- /dev/null +++ b/client/public/locales/hi/translation.json @@ -0,0 +1,6001 @@ +{ + "login": "लॉगिन", + "click_once": "केवल 'प्राधिकृत करें' एक बार ही क्लिक करें", + "save": "सहेजें", + "reset": "रीसेट करें", + "close": "बंद करें", + "reset_filters": "फ़िल्टर रीसेट करें", + "pokemon_filters": "पोकेमोन फ़िल्टर सेटिंग्स", + "gyms_filters": "जिम फ़िल्टर सेटिंग्स", + "pokestops_filters": "पोकेस्टॉप फ़िल्टर सेटिंग्स", + "nests_filters": "नेस्ट फ़िल्टर सेटिंग्स", + "help": "मदद", + "apply_to_all": "सब पर लागू करें", + "disable_all": "सभी को अक्षम करें", + "enable_all": "सभी को सक्षम करें", + "enabled": "सक्षम किया गया", + "legacy": "लेगेसी", + "id": "आईडी", + "location": "स्थान", + "search_pokemon": "पोकेमोन खोजें", + "search_nests": "नेस्ट खोजें", + "search_gyms": "जिम खोजें", + "search_pokestops": "पोकेस्टॉप खोजें", + "search_raids": "रेड्स खोजें", + "search_eggs": "अंडे खोजें", + "search_quests": "क्वेस्ट्स खोजें", + "search_lures": "ल्यूर्स खोजें", + "search_invasions": "इनवेजन्स खोजें", + "sm": "छोटा", + "md": "मध्यम", + "lg": "बड़ा", + "xl": "बहुत बड़ा", + "min": "न्यूनतम", + "max": "अधिकतम", + "set_size": "आइकन साइज सेट करें", + "slot_selection": "स्लॉट चयन", + "generations": "पीढ़ियाँ", + "types": "प्रकार", + "forms": "फॉर्म", + "rarity": "वर्तमान दुर्लभता", + "others": "अन्य", + "categories": "श्रेणियाँ", + "rank": "रैंक", + "slider_iv": "IV रेंज", + "slider_great": "ग्रेट लीग", + "slider_ultra": "अल्ट्रा लीग", + "slider_little": "लिटिल कप", + "slider_atk_iv": "आक्रमण", + "slider_def_iv": "रक्षा", + "slider_sta_iv": "स्टैमिना", + "slider_level": "लेवल", + "slider_size": "आकार", + "abbreviation_level": "L", + "lvl": "Lvl", + "cap": "कैप", + "custom": "कस्टम", + "valid": "वैध", + "invalid": "अमान्य!", + "overwrites": "सभी फ़िल्टर्स को ओवरराइट करता है", + "valid_filter": "वैध स्टैट्स फ़िल्टर", + "invalid_filter": "एक वैध फ़िल्टर दर्ज करें", + "gyms": "जिम", + "nests": "नेस्ट", + "pokestops": "पोकेस्टॉप्स", + "pokemon": "पोकेमोन", + "wayfarer": "वेफेयरर", + "scan_areas": "स्कैन एरिया", + "s2cells": "S2 सेल्स", + "weather": "मौसम", + "admin": "एडमिन", + "settings": "सेटिंग्स", + "advanced": "उन्नत", + "tile_servers": "टाइल सर्वर", + "icons": "आइकन्स", + "navigation": "नेविगेशन", + "drawer": "ड्रॉअर", + "tile_servers_default": "डिफ़ॉल्ट", + "drawer_temporary": "अस्थायी", + "drawer_persistent": "स्थायी", + "locale_selection": "लोकेल चयन", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "आयात करें", + "export": "निर्यात करें", + "logout": "लॉगआउट", + "local_storage_cleared": "लोकल स्टोरेज साफ़ कर दिया गया है!", + "iv_or_filter": "IV OR फ़िल्टर", + "polygons": "बहुभुज", + "raids": "रेड्स", + "ex_eligible": "EX योग्य", + "in_battle": "बैटल में", + "all_pokestops": "सभी पोकेस्टॉप्स", + "lures": "ल्यूर्स", + "quests": "क्वेस्ट्स", + "invasions": "इनवेजन्स", + "portals": "पोर्टल्स", + "submission_cells": "सबमिशन सेल्स", + "spawnpoint": "स्पॉनपॉइंट", + "spawnpoints": "स्पॉनपॉइंट्स", + "s2_cell_level": "लेवल {{level}} S2 सेल", + "total_count": "कुल गणना", + "next_submission": "अगला सबमिशन!", + "never": "कभी नहीं", + "next_gym": "अगला जिम", + "scan_cells": "स्कैन सेल्स", + "devices": "उपकरण", + "use_my_location": "मेरा स्थान उपयोग करें", + "submit_feedback_title": "प्रतिक्रिया/बग रिपोर्ट सबमिट करें", + "use_the_link_below": "आप नीचे दिए गए लिंक का उपयोग करके प्रतिक्रिया या किसी भी बग को जो आपको आई है, सबमिट कर सकते हैं।", + "feedback_to_devs": "यह प्रतिक्रिया सीधे डेवलपर्स को भेजी जाती है।", + "feedback_form": "प्रतिक्रिया फॉर्म", + "unknown_pokestop": "अज्ञात पोकेस्टॉप नाम", + "unknown_gym": "अज्ञात जिम का नाम", + "exclude": "बाहर रखें", + "exclude_quest": "क्वेस्ट को बाहर रखें", + "exclude_invasion": "आक्रमण को बाहर रखें", + "exclude_team": "टीम को बाहर रखें", + "exclude_raid": "रेड को बाहर रखें", + "exclude_lure": "ल्योर को बाहर रखें", + "timer": "टाइमर", + "hide": "छिपाएं", + "tier": "टियर", + "slots": "स्लॉट्स", + "mega": "मेगा", + "form": "रूप", + "starts": "शुरू होता है", + "ends": "समाप्त होता है", + "defender": "रक्षक", + "best_buddy": "सबसे अच्छा दोस्त", + "cp": "सीपी", + "kilogram": "किलोग्राम", + "meter": "मीटर", + "total_cp": "कुल सीपी", + "first_seen": "पहली बार देखा गया", + "last_seen": "अंतिम बार देखा गया", + "last_modified": "अंतिम संशोधन", + "last_updated": "अंतिम अपडेट", + "imported": "आयातित", + "nest_estimated": "नेस्ट डेटा अनुमानित है!", + "verify_nests": "वर्तमान स्पॉन्स की जांच करके सत्यापित करें", + "nest_out_of_date": "नेस्ट संभवतः पुराना है!", + "nest_check_current": "इसके बजाय वर्तमान स्पॉन्स जांचें", + "spawns_per_hour": "प्रति घंटा", + "teams": "टीम्स", + "eggs": "अंडे", + "reverse": "उल्टा", + "selected": "चयनित", + "unselected": "अचयनित", + "only_available": "केवल उपलब्ध", + "common": "सामान्य", + "uncommon": "दुर्लभ", + "rare": "विरल", + "ultra_rare": "अत्यंत विरल", + "regional": "क्षेत्रीय", + "event": "इवेंट", + "legendary": "लजेंडर", + "mythical": "मथकल", + "ultra_beast": "अल्ट्रा बीस्ट", + "alt_forms": "वैकल्पिक रूप", + "alola": "अलोला", + "galarian": "गैलेरियन", + "showing": "दिखा रहा है", + "instance": "इंस्टेंस", + "online": "ऑनलाइन", + "offline": "ऑफलाइन", + "boosted_types": "बूस्टेड प्रकार", + "pokemon_options": "पोकेमॉन विकल्प", + "pokestops_options": "पोकेस्टॉप विकल्प", + "gyms_options": "जिम विकल्प", + "nests_options": "नेस्ट विकल्प", + "wayfarer_options": "वेफेयर विकल्प", + "admin_options": "एडमिन विकल्प", + "weather_options": "मौसम विकल्प", + "s2cells_options": "S2 सेल विकल्प", + "clustering": "क्लस्टरिंग", + "glow": "चमक", + "legacy_filter": "लीगेसी फिल्टर", + "raid_timers": "सभी रेड टाइमर", + "invasion_timers": "सभी आक्रमण टाइमर", + "lure_timers": "सभी ल्योर टाइमर", + "device_path_color": "डिवाइस पथ कलर", + "old_portals": "पुराने पोर्टल्स", + "new_portals": "नए पोर्टल्स", + "items": "वस्तुएँ", + "energy": "ऊर्जा", + "ar_eligible": "AR योग्य", + "iv_circles": "IV संकेतक", + "min_iv_circle": "न्यूनतम सर्कल IV", + "interaction_ranges": "इंटरेक्शन रेंज", + "cannot_connect": "\nइस समय सर्वर से कनेक्ट नहीं हो सकता।\nतुरंत फिर से प्रयास करने से अधिक समस्याएँ होंगी।\nकृपया कुछ मिनटों में पुनः प्रयास करें।\n\n- मैप एडमिन टीम", + "mad_quest_text": "मूल क्वेस्ट्स", + "xs": "XS", + "primary": "प्राथमिक", + "secondary": "द्वितीयक", + "zero_iv": "0% IV", + "hundo_iv": "100% IV", + "open_menu": "मेन्यू खोलें", + "zoom_in": "ज़ूम इन", + "zoom_out": "ज़ूम आउट", + "welcome": "आपका स्वागत है", + "back": "वापस", + "next": "अगला", + "finish": "समाप्त", + "start_tutorial": "ट्यूटोरियल शुरू करें", + "view_profile": "प्रोफ़ाइल देखें", + "login_optional": "लॉगिन (वैकल्पिक)", + "tutorial": "ट्यूटोरियल", + "tutorial_language": "अपनी भाषा चुनें", + "tutorial_welcome": "यह ट्यूटोरियल इंटरैक्टिव है और आपसे अनुरोध किया जाता है कि आप प्रदान किए गए सभी विकल्पों के साथ खेलें", + "tutorial_categories": "आपकी पहुँच में आने वाली श्रेणियाँ", + "tutorial_logged_in": "अपनी प्रोफ़ाइल देखकर आप अपनी अनुमतियों के बारे में विवरण देख सकते हैं।", + "tutorial_logged_out": "लॉगिन करके आप अपनी अनुमतियों के बारे में विवरण देख सकते हैं।", + "tutorial_sidebar_0": "आपके सभी फिल्टर्स और सेटिंग्स यहाँ रहते हैं", + "tutorial_sidebar_1": "प्रत्येक श्रेणी के लिए आप स्विच का उपयोग करके वांछित डेटा को टॉगल कर पाएंगे", + "tutorial_sidebar_2": "विकल्प: अधिक अनुकूलन\nउन्नत: हम इस ट्यूटोरियल में बाद में कवर करेंगे", + "tutorial_sliders_0": "फिल्टर्स समायोजित करने के लिए स्लाइडर का इस्तेमाल", + "tutorial_sliders_1": "पोकेमोन के बीच में:", + "tutorial_sliders_2": "- IVs {{iv0}}% से {{iv1}}%", + "tutorial_sliders_3": "स्तर {{level0}} से {{level1}} तक", + "tutorial_sliders_3alt": "- और है स्तर {{level0}} से {{level1}} तक", + "tutorial_sliders_4": "- ग्रेट लीग रैंक {{gl0}} से {{gl1}} तक", + "tutorial_sliders_4alt": "- या ग्रेट लीग रैंक {{gl0}} से {{gl1}} तक", + "tutorial_sliders_5": "- अल्ट्रा लीग रैंक {{ul0}} से {{ul1}} तक", + "tutorial_sliders_5alt": "- या अल्ट्रा लीग रैंक {{ul0}} से {{ul1}} तक", + "tutorial_sliders_6": "एक ही रंग के अन्य के साथ श्रृंखला बनाई गई है", + "tutorial_sliders_7": "अन्य स्लाइडर्स से पृथक फिल्टर करता है", + "tutorial_sliders_8": "एक 'पूर्ण' स्लाइडर का मतलब है कि यह निष्क्रिय है:", + "tutorial_sliders_9": "सभी स्पॉन, चाहे वे IV जाँचे गए हों या नहीं", + "tutorial_help": "इस मेन्यू के लिए शॉर्टकट", + "tutorial_adv_filter": "मोबाइल केवल, उन्नत मेनू के लिए फिल्टरिंग विकल्प खोलता है", + "tutorial_tune": "मेन्यू में वर्तमान में फिल्टर किए गए सभी पोकेमोन के लिए उन्नत फिल्टर सेट करता है", + "tutorial_format_size": "मेन्यू में वर्तमान में फिल्टर किए गए सभी आइटम्स का आइकन साइज सेट करता है", + "tutorial_check": "मेन्यू में वर्तमान में फिल्टर किए गए सभी आइटम्स को सक्षम करता है", + "tutorial_clear": "मेन्यू में वर्तमान में फिल्टर किए गए सभी आइटम्स को निष्क्रिय करता है", + "tutorial_save": "वर्तमान चयन को सहेजता है और बाहर निकलता है", + "tutorial_show_all_view": "पोकेस्टॉप्स और जिम्स को टॉगल करें", + "tutorial_show_pokemon_view": "पोकेमोन को टॉगल करें", + "tutorial_toggle": "चेक/X पर क्लिक करने से आइटम टॉगल होता है", + "tutorial_pokemon_caption": "इस आइकन का इस्तेमाल करके आप उस विशेष पोकेमोन के लिए फिल्टर सेट कर सकते हैं", + "tutorial_all_caption": "टीमों के लिए एक विशेष स्लॉट मेनू होता है\nअन्य सभी आइटम्स आपको आइकन साइज समायोजित करने देता है", + "tutorial_popup_0": "पॉपअप्स अब इंटरेक्टिव हैं!", + "tutorial_popup_1": "तीन बिंदु छिपाने, बहिष्कृत करने और टाइमर विकल्पों को टॉगल करते हैं", + "tutorial_popup_2": "नेविगेशन लिंक के दोनों ओर के आइकन्स अतिरिक्त जानकारी दिखाने के लिए विस्तारित होंगे, इसे आजमाकर देखें!", + "tutorial_popup_3": "प्रत्येक श्रेणी के लिए आइकन्स विविध होते हैं, सभी को ज़रूर जांचें", + "tutorial_closing_0": "अतिरिक्त जानकारी", + "tutorial_closing_1": "साइडबार में वैश्विक पोकेमोन स्लाइडर्स उन्नत मेनू से स्वतंत्र रूप से काम करते हैं और एक दूसरे पर कोई प्रभाव नहीं डालते", + "tutorial_closing_2": "साइडबार में सेटिंग्स अनुभाग को ज़रूर देखें", + "tutorial_closing_3": "प्रत्येक श्रेणी के लिए बहुत सारे सौंदर्य विकल्प उपलब्ध हैं, लेकिन ध्यान रखें कि आप अपने मानचित्र में जितना अधिक जोड़ेंगे, आपके मानचित्र के फ्रीज होने की संभावना उतनी ही अधिक होगी", + "tutorial_closing_4": "साइडबार में सेटिंग्स पैनल में इसे चुनकर आप इस ट्यूटोरियल को फिर से देख सकते हैं", + "tutorial_closing_5": "सुरक्षित रहें और शुभकामनाएँ!", + "intro": "परिचय", + "sidebar": "साइडबार", + "sliders": "स्लाइडर्स", + "popups": "पॉपअप्स", + "closing": "समापन", + "shortcuts": "शॉर्टकट्स", + "iv": "IV", + "area_restrictions": "क्षेत्र प्रतिबंध", + "map": "मानचित्र", + "stats": "आँकड़े", + "pvp": "PVP", + "area_restrictions_subtitle": "आपको इन क्षेत्रों तक पहुँच है", + "devices_subtitle": "सक्रिय डिवाइस स्थान और मार्ग दिखाता है", + "gyms_subtitle": "सभी सक्रिय जिम स्थान, सक्रिय टीम, और प्रत्येक जिम में कितने स्लॉट उपलब्ध हैं दिखाता है", + "invasions_subtitle": "टीम रॉकेट आक्रमण जानकारी दिखाता है, जिसमें युद्ध लाइनअप, समाप्ति समय, और संभावित पुरस्कार शामिल हैं", + "iv_subtitle": "IV% और चमक विकल्प दिखाता है", + "lures_subtitle": "लूर जानकारी दिखाता है, जिसमें लूर प्रकार और समाप्ति समय शामिल है", + "map_subtitle": "मानचित्र दिखाता है", + "nests_subtitle": "सक्रिय रूप से घोंसले लगाने वाले पोकेमोन और घोंसले के बहुभुज दिखाता है", + "pokemon_subtitle": "सभी पोकेमोन स्थान और समाप्ति समय दिखाता है", + "pokestops_subtitle": "सभी पोकेस्टॉप स्थान दिखाता है", + "portals_subtitle": "सभी इंग्रेस पोर्टल दिखाता है", + "pvp_subtitle": "प्रत्येक पोकेमोन के लिए PVP रैंक/CP/लेवल की जानकारी दिखाता है", + "quests_subtitle": "क्वेस्ट इनाम और कार्य की जानकारी दिखाता है", + "raids_subtitle": "सभी रेड की जानकारी दिखाता है जिसमें रेड बॉस, अंडे, समय समाप्ति, और मूवसेट शामिल है", + "scan_cells_subtitle": "किसी S2 सेल को आखिरी बार किस उपकरण द्वारा स्कैन किया गया था यह दर्शाता है", + "scan_areas_subtitle": "उपलब्ध स्कैन क्षेत्रों के बहुभुज दिखाता है", + "spawnpoints_subtitle": "स्पॉनपॉइंट्स और उनके अनुमानित डिस्पॉन समय दिखाता है", + "stats_subtitle": "पोकेमोन के स्टैट्स और लेवल्स दिखाता है", + "submission_cells_subtitle": "नए POI जमा करने के लिए उपयोगी जानकारी दिखाता है", + "weather_subtitle": "प्रत्येक सेल के लिए गेम के अंदर के मौसम की जानकारी दिखाता है", + "scanner_subtitle": "विभिन्न तरीकों से स्कैनर के साथ सीधे इंटरेक्ट करें", + "s2cells_subtitle": "नक्शे पर विभिन्न स्तरों में S2 सेल्स प्रदर्शित करता है", + "backups_subtitle": "उपकरणों में सेटिंग्स का बैकअप लेने और लोड करने को सक्षम बनाता है", + "backups": "बैकअप", + "user_profile": "उपयोगकर्ता प्रोफाइल", + "user_username": "उपयोगकर्ता नाम", + "candy": "कैंडी", + "show_ex_badge": "EX बैज दिखाएं", + "search": "खोजें", + "global_search_quests": "इनाम का नाम दर्ज करें...", + "global_search_lures": "ल्यूर का नाम दर्ज करें...", + "global_search_pokestops": "पोकेस्टॉप का नाम दर्ज करें...", + "global_search_gyms": "जिम का नाम दर्ज करें...", + "global_search_portals": "पोर्टल का नाम दर्ज करें...", + "global_search_nests": "नेस्ट पोकेमोन का नाम दर्ज करें...", + "global_search_raids": "रेड बॉस का नाम दर्ज करें...", + "global_search_pokemon": "पोकेमोन का नाम दर्ज करें...", + "global_search_invasions": "ग्रंट का प्रकार, नाम, या पोकेमोन इनाम का नाम दर्ज करें...", + "raid_level_badges": "रेड स्तर बैज", + "options": "विकल्प", + "profile": "प्रोफाइल", + "pokemon_icons": "पोकेमोन आइकन", + "pokestop_icons": "पोकेस्टॉप आइकन", + "gym_icons": "जिम आइकन", + "team_icons": "टीम आइकन", + "egg_icons": "अंडे के आइकन", + "raid_icons": "रेड आइकन", + "nest_icons": "नेस्ट आइकन", + "reward_icons": "इनाम के आइकन", + "type_icons": "प्रकार आइकन", + "weather_icons": "मौसम आइकन", + "misc_icons": "विविध आइकन", + "invasion_icons": "आक्रमण आइकन", + "spawnpoint_icons": "स्पॉनपॉइंट आइकन", + "device_icons": "उपकरण आइकन", + "pokemon_audio": "पोकेमोन ऑडियो", + "pokestop_audio": "पोकेस्टॉप ऑडियो", + "gym_audio": "जिम ऑडियो", + "team_audio": "टीम ऑडियो", + "egg_audio": "अंडे का ऑडियो", + "raid_audio": "रेड ऑडियो", + "nest_audio": "नेस्ट ऑडियो", + "reward_audio": "इनाम का ऑडियो", + "type_audio": "प्रकार का ऑडियो", + "weather_audio": "मौसम का ऑडियो", + "misc_audio": "विविध ऑडियो", + "invasion_audio": "आक्रमण का ऑडियो", + "spawnpoint_audio": "स्पॉनपॉइंट ऑडियो", + "device_audio": "उपकरण ऑडियो", + "pokemon_timers": "सभी पोकेमोन टाइमर", + "show_dex_num_in_popup": "पॉपअप में पोकेडेक्स # दिखाएं", + "popup": "पॉपअप", + "pvp_level": "{{level}} लेवल का PVP स्टैट्स", + "pvp_mega": "मेगा PVP स्टैट्स", + "webhook_entry": "{{name}} में जोड़ें", + "remove_webhook_entry": "{{name}} से हटाएं", + "distance": "दूरी", + "gym": "जिम", + "egg": "अंडा", + "raid": "रेड", + "lure": "ल्यूर", + "quest": "क्वेस्ट", + "invasion": "आक्रमण", + "nest": "नेस्ट", + "pokestop": "पोकेस्टॉप", + "team": "टीम", + "global": "वैश्विक", + "manage_webhook": "{{name}} प्रबंधित करें", + "drag_and_drop": "अपना स्थान सेट करने के लिए मार्कर को ड्रैग और ड्रॉप करें", + "click_to_select": "चयन करने के लिए क्लिक करें", + "add_new": "नया {{category}} अलर्ट जोड़ें", + "my_location": "मेरा स्थान", + "choose_on_map": "नक्शे पर चुनें", + "select_profile": "प्रोफाइल चुनें", + "distance_radius": "पूर्वावलोकन रेडियस दूरियां", + "areas": "क्षेत्र", + "select_webhook": "बॉट चुनें", + "ar_quest_true": "AR कार्य", + "ar_quest_false": "कोई AR नहीं", + "with_ar": "AR के साथ", + "both": "दोनों", + "without_ar": "बिना AR के", + "exclude_quest_multi": "{{reward}} को बाहर करें", + "cluster_limit_0": "{{variable_0}} सीमा ({{variable_1}}) पार हो गई है", + "cluster_limit_1": "कृपया ज़ूम इन करें या अपने फिल्टर्स को संकीर्ण करें", + "show_polygons": "पॉलीगॉन्स दिखाएं", + "exclude_invasion_multi": "{{invasion}} को बाहर करें", + "stardust": "स्टारडस्ट", + "slider_cp": "CP", + "pvp_ranking_league": "लीग", + "pvp_ranking_min_cp": "न्यूनतम CP", + "slider_pvp": "रैंक्स", + "profile_no": "प्रोफ़ाइल", + "template": "टेम्पलेट", + "gender": "लिंग", + "clean": "साफ करें", + "all_forms": "सभी रूप", + "pvp_entry": "PVP प्रवेश", + "no_iv": "Inc. कोई IV नहीं", + "by_distance": "दूरी द्वारा", + "min_time": "न्यूनतम समय", + "add_new_profile": "नई प्रोफ़ाइल जोड़ें", + "slider_none": "कोई नहीं", + "non_registered_human_title": "ओह्ह, कुछ तो गलत है!", + "non_registered_human_desc": "आप {{webhook}} के साथ पंजीकृत नहीं हो सकते हैं\nया सर्वर वर्तमान में पहुँच से बाहर है", + "try_again_later": "कृपया बाद में पुनः प्रयास करें", + "selected_areas_one": "{{count}} क्षेत्र चुना गया", + "selected_areas_other": "{{count}} क्षेत्र चुने गए", + "webhook_selection": "{{name}} चयन", + "message_of_the_day": "आज का संदेश", + "has_quest_indicator": "क्वेस्ट्स वाले स्टॉप्स के लिए वैकल्पिक रंग", + "show_ar_badge": "AR बैज दिखाएं", + "all_gyms": "सभी जिम", + "general": "सामान्य", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "ग्लोबल का चयन किया गया", + "normal_forms": "सामान्य रूप", + "weather_indicator": "मौसम बूस्ट संकेतक", + "page": "पृष्ठ {{page}}", + "navigation_controls": "नेविगेशन नियंत्रण", + "navigation_controls_react": "रिएक्ट", + "navigation_controls_leaflet": "लीफलेट", + "exclusive": "विशेष", + "all_moves": "सभी मूव", + "move": "मूव", + "any": "कोई भी", + "min_spawn_average": "न्यूनतम स्पॉन दर", + "select_all": "सभी का चयन करें", + "delete_all": "चयनित को हटाएं", + "cancel": "रद्द करें", + "day_1": "सोमवार", + "day_2": "मंगलवार", + "day_3": "बुधवार", + "day_4": "गुरुवार", + "day_5": "शुक्रवार", + "day_6": "शनिवार", + "day_7": "रविवार", + "profile_name": "प्रोफ़ाइल नाम", + "manage_profiles": "प्रोफ़ाइल्स प्रबंधित करें", + "min_spawn_avg": "औसत न्यूनतम स्पॉन", + "poke_global": "सब कुछ", + "amount": "मात्रा", + "specific_gym": "विशिष्ट जिम", + "search_location": "स्थान खोजें", + "search_specific": "विशेष {{category}} की खोज करें", + "webhook_success_gym": "रेड्स, एग्स, और टीम चेंज अलर्ट्स जोड़ दिए गए हैं!", + "slot_changes": "स्लॉट परिवर्तन", + "slot_changes_poracle": "स्लॉट परिवर्तन", + "confirm_delete": "इस प्रोफ़ाइल के लिए सभी ट्रैकिंग हटा दिए जाएँगे, क्या आप सुनिश्चित हैं?", + "confirm_copy": "\"{{profile}}\" को किस प्रोफ़ाइल में कॉपी करना चाहेंगे, यह पूरी तरह से उस प्रोफ़ाइल को ओवरराइट कर देगा.", + "webhook_error": "{{name}} इसे प्रोसेस करने में असमर्थ था.\nकृपया बाद में पुनः प्रयास करें.", + "profile_error": "यह अद्वितीय और मान्य होना चाहिए", + "team_0": "कोई टम नहीं", + "battle_changes": "बैटल में", + "battle_changes_poracle": "बैटल परिवर्तन", + "auto": "ऑटो", + "webhooks_subtitle": "इन बॉट्स के लिए मैप से सीधे अपनी अलर्ट्स प्रबंधित करें", + "event_stops_subtitle": "जैसे कि केक्लिओन के विशेष इवेंट पोकेस्टॉप्स दिखाएं", + "webhooks": "अलर्ट्स", + "scanner": "स्कैनर एक्शन्स", + "everything_individually": "व्यक्तिगत अलर्ट्स जोड़ें", + "individually": "व्यक्तिगत रूप से", + "join": "शामिल हों", + "errors_404": "उफ़, यह पृष्ठ नहीं मिला!", + "errors_500": "सर्वर त्रुटि हो गई है, बाद में पुनः प्रयास करें!", + "local_username": "उपयोगकर्ता नाम", + "local_password": "पासवर्ड", + "local_error": "एक त्रुटि हुई है, कृपया बाद में पुनः प्रयास करें!", + "no_filter_results": "कोई परिणाम नहीं मिला\nअपने फिल्टर्स को व्यापक बनाएं", + "donor_page": "दानकर्ता पृष्ठ", + "go_back": "वापस जाओ", + "access": "पहुँच", + "link_discord": "डिस्कोर्ड लिंक करें", + "select_webhook_strategy": "अलर्ट मैनेजर", + "webhook_strategy_success_0": "सफलता! अलर्ट सेटिंग्स लाने के लिए रिफ्रेश हो रहा है...", + "register": "रजिस्टर करें", + "invalid_credentials": "अमान्य प्रमाणपत्र", + "localauth_failed": "प्रमाणीकरण विफल", + "error_creating_user": "इस समय नए उपयोगकर्ता का पंजीकरण नहीं हो सकता", + "discord_linked": "डिस्कोर्ड लिंक किया गया", + "telegram_linked": "टेलीग्राम लिंक किया गया", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "स्तर", + "km": "किमी", + "feedback": "प्रतिक्रिया", + "donor_menu": "दानदाता मेनू", + "pokemon_cell": "पोकेमोन का स्थान भिन्न हो सकता है", + "timer_verified": "यह टाइमर सत्यापित है", + "timer_unverified": "यह टाइमर असत्यापित है", + "all": "सभी", + "badge_0": "कोई नहीं", + "badge_1": "मूल", + "badge_2": "कांस्य", + "badge_3": "रजत", + "badge_4": "सोना", + "gym_badge_menu": "जिम बैज संपादित करें", + "gym_badges": "जिम बैज", + "gym_badge_diamonds": "जिम बैज दिखाएं", + "gym_badges_subtitle": "नक्शे पर जिम बैज और प्रोफाइल पेज में एक सूची दिखाता है।", + "confirm_filters_reset": "फिल्टर रीसेट करें", + "filters_reset_text": "क्या आप वाकई में सेटिंग्स को डिफ़ॉल्ट मानों पर रीसेट करना चाहते हैं? इसे अनकिया नहीं जा सकता!", + "filters_reset_title": "फिल्टर्स रीसेट", + "raid_quick_select": "त्वरित चयन", + "disabled": "अक्षम", + "loading": "{{category}} लोड हो रहा है", + "loading_icons": "आइकन ला रहे हैं", + "loading_invasions": "आक्रमण ला रहे हैं", + "scan_next": "स्थान स्कैन करें", + "scan_next_choose": "स्कैन स्थान सेट करने के लिए मार्कर को ड्रैग और ड्रॉप करें", + "scan_zone": "क्षेत्र स्कैन करें", + "scan_zone_choose": "स्कैन स्थान और आकार चुनने के लिए मार्कर को ड्रैग और ड्रॉप करें", + "scan_zone_size": "आकार", + "scan_zone_range": "रेंज", + "scan_zone_spacing": "अंतराल", + "scan_zone_radius": "त्रिज्या", + "scan_requests": "स्कैन अनुरोध", + "scan_queue": "वर्तमान कतार", + "click_to_scan": "यहाँ स्कैन करें", + "scan_confirmed_title": "स्कैन डिमांड की पुष्टि की गई", + "scan_confirmed": "कार्यकर्ता स्थान पर भेज दिया गया है, परिणाम जल्द ही नक्शे पर आ जाएगा!", + "scan_loading_title": "स्कैन अनुरोध भेज रहा है", + "scan_loading": "आपके स्कैन अनुरोध को प्रोसेस किया जा रहा है और सिस्टम में भेजा जा रहा है!", + "scan_error_title": "त्रुटि", + "scan_error": "स्कैन अनुरोध को प्रोसेस करते समय एक त्रुटि हुई है...", + "scan_outside_area": "यह स्थान अधिकृत क्षेत्रों की सीमाओं के बाहर है", + "pvp_ranking_cap": "स्तर", + "lc_title": "अपने स्थान का अनुसरण करें", + "lc_metersUnit": "मीटर", + "lc_feetUnit": "फ़ीट", + "lc_popup": "आप इस बिंदु से {distance} {unit} के भीतर हैं", + "lc_outsideMapBoundsMsg": "आप नक्शे की सीमाओं के बाहर स्थित प्रतीत होते हैं", + "no_alerts": "कोई अलर्ट्स नहीं मिले", + "loading_settings": "सेटिंग्स लोड हो रही है", + "refresh_to_continue": "जारी रखने से पहले कृपया रिफ्रेश करें", + "session_expired_title": "सत्र समाप्त", + "session_expired_body": "आपका सत्र समाप्त हो गया है", + "old_client_title": "पुराना", + "old_client_body": "इस मैप का एक नया संस्करण उपलब्ध है", + "early_old_client_title": "पुराना", + "early_old_client_body": "आपके ब्राउज़र में इस ऐप का एक पुराना संस्करण कैश में संग्रहीत हो सकता है, आपको इस ऐप का उपयोग करने से पहले अपने कैशे को साफ़ करने की आवश्यकता होगी।", + "refresh": "रिफ्रेश", + "points": "अंक", + "day": "दिन", + "days": "दिन", + "react_error": "कुछ गलत हो गया", + "clickable_icon": "आइकन पर क्लिक किया जा सकता है", + "two_stops_till_next": "अगले तक 2 स्टॉप", + "one_stop_till_next": "अगले तक 1 स्टॉप", + "no_more_gyms": "और अधिक जिम नहीं", + "light_map_border": "लाइट मैप बॉर्डर", + "dark_map_border": "डार्क मैप बॉर्डर", + "cell_blocked": "सेल अवरुद्ध", + "poi_color": "पॉइंट्स ऑफ इंटरेस्ट रंग", + "quest_condition": "क्वेस्ट कंडीशन", + "always_show_labels": "हमेशा लेबल दिखाएं", + "scan_areas_options": "स्कैन क्षेत्र विकल्प", + "historic_rarity": "ऐतिहासिक दुर्लभता", + "poi": "पॉइंट्स ऑफ इंटरेस्ट", + "300m_range": "300 मीटर की रेंज", + "lure_range": "ल्योर रेंज", + "custom_range": "कस्टम रेंज", + "tap_to_toggle": "टॉगल करने के लिए टैप करें", + "power_up": "पॉवर अप", + "never_alt": "कभी नहीं", + "seen_nearby_stop": "पास के स्टॉप पर देखा गया", + "seen_nearby_cell": "इस सेल में देखा गया", + "seen_lure_encounter": "ल्योर एनकाउंटर", + "seen_lure_wild": "ल्योर स्पॉन", + "seen_wild": "वाइल्ड स्पॉन", + "event_stops": "इवेंट स्टॉप्स", + "event_stop_timers": "इवेंट स्टॉप टाइमर्स", + "size_0": "कोई भी", + "size_1": "एक्सएक्सएस", + "size_2": "एक्सएस", + "size_3": "मध्यम", + "size_4": "एक्सएल", + "size_5": "एक्सएक्सएल", + "show_size_indicator": "साइज इंडिकेटर दिखाएं", + "size": "साइज", + "gold_stop": "गोल्ड स्टॉप", + "profile_backups": "प्रोफाइल स्वैपिंग", + "new_backup": "नया बैकअप", + "create": "बनाएँ", + "load": "लोड", + "update": "अपडेट", + "delete": "हटाएं", + "name": "नाम", + "only_confirmed": "केवल पुष्ट", + "only_exclude_grunts": "ग्रंट्स को छोड़ दें", + "only_exclude_leaders": "लीडर्स को छोड़ दें", + "rocket_pokemon": "रॉकेट पोकेमोन", + "decoy": "डेकॉय", + "s2_cell_limit_0": "आपने 20,000 से अधिक सेल्स ({{variable_0}}) बनाने का प्रयास किया", + "s2_cell_zoom_limit": "कुछ सेल इस ज़ूम स्तर पर प्रदर्शित करने के लिए बहुत छोटे हैं", + "show_all_pvp_ranks": "सभी PVP रैंक दिखाएं", + "enable_pokemon_popup_coords": "पोकेमॉन के कोर्ड्स दिखाएँ", + "enable_gym_popup_coords": "जिम के कोर्ड्स दिखाएँ", + "enable_pokestop_popup_coords": "पोकेस्टॉप के कोर्ड्स दिखाएँ", + "enable_portal_popup_coords": "पोर्टल के कोर्ड्स दिखाएँ", + "on_block_join_discord": "अधिक जानकारी के लिए कृपया हमारे डिस्कॉर्ड में शामिल हों।", + "on_block_msg": "आपको इसके सदस्य होने के लिए ब्लॉक किया गया है", + "denied": "अस्वीकृत", + "showcase": "प्रदर्शनी", + "unknown_event": "अज्ञात इवेंट", + "scanner_countdown": "{{time}} सेकंड में उपलब्ध", + "success": "सफलता", + "contribute": "योगदान करें", + "mi": "मील", + "filter_by_areas": "क्षेत्रों के द्वारा फ़िल्टर करें", + "submit_nest_name": "नेस्ट नाम सबमिट करें", + "nest_submission_menu": "नाम अपडेट", + "nest_submissions": "नेस्ट सबमिशन्स", + "nest_submissions_subtitle": "नेस्ट्स के लिए नए नाम सबमिट करने की अनुमति देता है", + "pokemon_opacity": "डायनामिक पोकेमॉन अंधकार", + "invasion_opacity": "डायनामिक इनवेजन अंधकार", + "raid_opacity": "डायनामिक रेड अंधकार", + "opacity_ten_minutes": "10 मिनट में अंधकार", + "opacity_five_minutes": "5 मिनट में अंधकार", + "opacity_one_minute": "1 मिनट में अंधकार", + "level_circles": "लेवल इंडिकेटर्स", + "min_level_circle": "न्यूनतम सर्कल लेवल", + "mutation_auth_error": "आपकी अनुरोध असफल रहा क्योंकि आप लॉग इन नहीं थे", + "submitted_by": "द्वारा सबमिट किया गया", + "reversible": "पलटने योग्य", + "version": "संस्करण", + "route_tags": "मार्ग टैग्स", + "routes": "मार्ग", + "route_type": "मार्ग का प्रकार", + "routes_subtitle": "गेम मार्ग और उनके बा�रे में संबंधित जानकारी मानचित्र पर देखें", + "description": "विवरण", + "additional_info": "अतिरिक्त जानकारी", + "duration": "अवधि", + "elevation": "ऊंचाई", + "contest_category_1": "सबसे छोटा आकार", + "context_category_2": "सबसे बड़ा आकार", + "total_entries": "कुल प्रविष्टियाँ", + "showcase_rankings": "प्रदर्शनी रैंकिंग", + "showcase_rankings_subtitle": "पोकेस्टॉप में प्रदर्शनी के लिए शीर्ष रैंकिंग ​की सूची प्रदर्शित करता है", + "tth": "TTH", + "tth_0": "सभी", + "tth_1": "ज्ञात", + "tth_2": "अज्ञात", + "no_access": "कोई पहुँच नहीं", + "cooldown": "कूल डाउन", + "scan_some_outside_area": "कुछ स्थान अनधिकृत सीमाओं के बाहर हैं", + "alerts": "अलर्ट्स", + "alert_manager": "अलर्ट मैनेजर", + "menu": "मेन्यू", + "theme": "थीम", + "exit": "बाहर", + "component": "घटक", + "component_login_page": "लॉगिन पृष्ठ", + "component_donation_page": "दान पृष्ठ", + "component_message_of_the_day": "दिन का संदेश", + "download": "डाउनलोड", + "playground": "खेल का मैदान", + "locale": "स्थानीय", + "saved": "सहेजा गया", + "show_editor": "संपादक दिखाएं", + "hide_editor": "संपादक छिपाएं", + "reported_error": "इस त्रुटि की सूचना सर्वर को दी गई है, पहचानकर्ता के साथ", + "dark_mode": "डार्क मोड", + "load_from_autosave": "ऑटोसेव से लोड करें", + "done": "समाप्त", + "fast": "तेज", + "charged": "चार्ज्ड", + "offline_mode": "ऑफ़लाइन मोड", + "include_sponsored": "प्रायोजित को शामिल करें", + "showcase_color": "प्रदर्शनी का रंग", + "partner_color": "साझेदार का रंग", + "disable": "{{- name}} को निष्क्रिय करें", + "profiling": "प्रोफ़ाइलिंग", + "showcase_block": "प्रदर्शनी के कारण अवरुद्ध", + "signed_in_as": "के रूप में साइन इन किया", + "missing_map_perm": "आपको नक्शा देखने की अनुमति नहीं है।", + "access_denied": "प्रवेश निषेध", + "audio": "ऑडियो", + "desktop_notifications": "डेस्कटॉप सूचनाएँ", + "notifications_options": "सूचना विकल्प", + "audio_always_on": "ऑडियो हमेशा बजता रहेगा", + "volume_level": "वॉल्यूम स्तर", + "notifications_status": "सूचनाएँ स्थिति", + "granted": "अनुमति दी गई", + "set_all": "सभी सेट करें", + "set_filtered": "फ़िल्टर्ड सेट करें", + "only_show_available": "केवल उपलब्ध दिखाएं", + "easy_mode": "आसान मोड", + "quick_select": "ग्लोबल क्विक चुनें", + "pokemon_filter_mode": "पोकेमॉन फ़िल्टर मोड", + "basic": "मूल", + "intermediate": "मध्यवर्ती", + "expert": "विशेषज्ञ", + "basic_description": "आसानी से पोकेमॉन का चयन करें और एक वैश्विक फ़िल्टर लागू करें", + "intermediate_description": "वैश्विक रूप से और प्रत्येक पोकेमॉन के लिए व्यक्तिगत फ़िल्टर सेट करें (पारंपरिक)", + "expert_description": "सबसे अधिक अनुकूलन के लिए मैनुअल इनपुट क्वेरीज़", + "icon_size": "आइकॉन आकार", + "developer": "डेवलपर", + "raid_override": "रेड ओवरराइड", + "search_rocket_pokemon": "रॉकेट पोकेमॉन खोजें", + "main": "मुख्य", + "extra": "अतिरिक्त", + "select": "चुनें", + "searching": "खोज रहा है...", + "no_options": "कोई विकल्प नहीं...", + "and": "और", + "or": "या", + "only_global": "केवल वैश्विक", + "global_caption": "अन्य सभी फिल्टर्स को नज़रअंदाज़ करता है", + "global_and_individual": "वैश्विक और व्यक्तिगत फ़िल्टर्स", + "gender_filters_all": "लिंग सभी पर लागू होता है", + "and_caption": "एक साथ जोड़ा गया", + "or_caption": "स्वतंत्र रूप से फिल्टर्स करता है", + "filter_help": "फ़िल्टर सहायता", + "kilometers": "किलोमीटर", + "miles": "मील", + "distance_unit": "दूरी की इकाई", + "data_management": "डेटा प्रबंधन", + "reset_or_manage_text": "आप या तो अपने फ़िल्टर्स को कठोर रीसेट कर सकते हैं या आप डेटा प्रबंधन पृष्ठ देख सकते हैं जो आपको व्यक्तिगत श्रेणियों को रीसेट करने की अनुमति देगा।", + "reset_audio": "ऑडियो रीसेट करें", + "reset_all": "सभी रीसेट करें", + "reset_icons": "आइकॉन रीसेट करें", + "reset_position": "स्थिति रीसेट करें", + "reset_ui": "UI रीसेट करें", + "reset_options": "विकल्प रीसेट करें", + "reset_menus": "मेनू रीसेट करें", + "reset_settings": "सेटिंग्स रीसेट करें", + "reset_general_title": "सामान्य", + "reset_filters_title": "फिल्टर्स", + "reset_assets": "एसेट्स रीसेट करें", + "reset_pokemon": "पोकेमॉन रीसेट करें", + "reset_pokestops": "पोकेस्टॉप्स रीसेट करें", + "reset_gyms": "जिम्स रीसेट करें", + "reset_nests": "नेस्ट्स रीसेट करें", + "reset_portals": "पोर्टल्स रीसेट करें", + "reset_routes": "रूट्स रीसेट करें", + "reset_scan_areas": "स्कैन क्षेत्र रीसेट करें", + "reset_scan_cells": "स्कैन सेल्स रीसेट करें", + "reset_devices": "डिवाइसेज रीसेट करें", + "reset_weather": "मौसम रीसेट करें", + "reset_s2cells": "S2 सेल्स रीसेट करें", + "reset_spawnpoints": "स्पानपॉइंट्स रीसेट करें", + "reset_submission_cells": "सबमिशन सेल्स रीसेट करें", + "hisuian": "हिसुइयन", + "spacial_rend_range": "स्पेशल रेंड रेंज", + "key": "कुंजी", + "ai": "कृत्रिम बुद्धिमत्ता", + "human": "मानव", + "locales": "स्थानीय", + "instructions": "निर्देश", + "locale_instructions_1": "ड्रॉपडाउन से एक भाषा चुनें", + "locale_instructions_2": "\"मानव\" स्तंभ में वांछित अनुवाद दर्ज करें", + "locale_instructions_3": "\"$t(download)\" बटन पर क्लिक करके एक JSON फ़ाइल डाउनलोड करें", + "locale_instructions_4": "नीचे दिए गए GitHub रिपो लिंक को फोर्क करें", + "locale_instructions_5": "एक नई शाखा बनाएँ और उसे आपके द्वारा अनुवादित की जा रही भाषा का नाम दें", + "locale_instructions_6": "\"packages/locales/lib/human/{{lng}}.json\" की सामग्री को आपके द्वारा डाउनलोड की गई फ़ाइल से बदलें", + "locale_instructions_7": "एक पुल अनुरोध बनाएँ", + "locale_instructions_8": "पुल अनुरोध की समीक्षा और विलय होने की प्रतीक्षा करें", + "enter_translation": "अनुवाद दर्ज करें", + "individual_filters": "आंशिक रूप से फ़िल्टर्ड", + "data_limit_reached": "आपने हाल ही में बहुत अधिक डेटा का अनुरोध किया है और {{until}} तक कूलडाउन पर हैं", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "अपने पाटनर क साथ {{amount}} हाट कमाएं", + "challenge_buddy_treat_plural": "अपने पाटनर को {{amount}} टीट दें", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Star Egg", + "egg_1_plural": "1 Star Eggs", + "egg_2": "2 Star Egg", + "egg_2_plural": "2 Star Eggs", + "egg_3": "3 Star Egg", + "egg_3_plural": "3 Star Eggs", + "egg_4": "4 Star Egg", + "egg_4_plural": "4 Star Eggs", + "egg_5": "Legendary Egg", + "egg_5_plural": "Legendary Eggs", + "egg_6": "Mega Egg", + "egg_6_plural": "Mega Eggs", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "सामान्य", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "सामान्य", + "form_34": "अटैक", + "form_35": "डफ़ेंस फ़ॉम", + "form_36": "पीड", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "सामान्य", + "form_46": "अलोला", + "form_47": "सामान्य", + "form_48": "अलोला", + "form_49": "सामान्य", + "form_50": "अलोला", + "form_51": "सामान्य", + "form_52": "अलोला", + "form_53": "सामान्य", + "form_54": "अलोला", + "form_55": "सामान्य", + "form_56": "अलोला", + "form_57": "सामान्य", + "form_58": "अलोला", + "form_59": "सामान्य", + "form_60": "अलोला", + "form_61": "सामान्य", + "form_62": "अलोला", + "form_63": "सामान्य", + "form_64": "अलोला", + "form_65": "सामान्य", + "form_66": "अलोला", + "form_67": "सामान्य", + "form_68": "अलोला", + "form_69": "सामान्य", + "form_70": "अलोला", + "form_71": "सामान्य", + "form_72": "अलोला", + "form_73": "सामान्य", + "form_74": "अलोला", + "form_75": "सामान्य", + "form_76": "अलोला", + "form_77": "सामान्य", + "form_78": "अलोला", + "form_79": "सामान्य", + "form_80": "अलोला", + "form_81": "सामान्य", + "form_82": "ॉट रोटॉम", + "form_83": "फ़ैन रोटॉम", + "form_84": "कट रोटॉम", + "form_85": "वॉश रोटॉम", + "form_86": "हीट रोटॉम", + "form_87": "लांट लोक", + "form_88": "सैंडी लोक", + "form_89": "टैश लोक", + "form_90": "अनदर फ़ॉम", + "form_91": "ओरजन फ़ॉम", + "form_92": "काई फ़ॉम", + "form_93": "लैंड फ़ॉम", + "form_94": "ओवरकाट फ़ॉम", + "form_95": "Sunny", + "form_96": "वेट-सी", + "form_97": "ईट-सी", + "form_98": "वेट-सी", + "form_99": "ईट-सी", + "form_100": "सामान्य", + "form_101": "फ़ाइटंग", + "form_102": "़लाइंग", + "form_103": "पॉइज़न", + "form_104": "ाउंड", + "form_105": "रॉक", + "form_106": "बग", + "form_107": "घोट", + "form_108": "टल", + "form_109": "फ़ायर", + "form_110": "वॉटर", + "form_111": "ास", + "form_112": "इलटक", + "form_113": "साइकक", + "form_114": "आइस", + "form_115": "डैगन", + "form_116": "डाक", + "form_117": "फ़ेर", + "form_118": "लांट लोक", + "form_119": "सैंडी लोक", + "form_120": "टैश लोक", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "सामान्य", + "form_136": "रड-टाइप फ़ॉम", + "form_137": "लू-टाइप फ़ॉम", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "इंकानेशन फ़ॉम", + "form_141": "सेेड बीट फ़ॉम", + "form_142": "इंकानेशन फ़ॉम", + "form_143": "सेेड बीट फ़ॉम", + "form_144": "इंकानेशन फ़ॉम", + "form_145": "सेेड बीट फ़ॉम", + "form_146": "सामान्य", + "form_147": "लैक यूरम", + "form_148": "हाइट यूरम", + "form_149": "ऑडनर फ़ॉम", + "form_150": "रज़लूट फ़ॉम", + "form_151": "संगंग फ़ॉम", + "form_152": "टप फ़ॉम", + "form_157": "सामान्य", + "form_160": "सामान्य", + "form_163": "सामान्य", + "form_166": "सामान्य", + "form_169": "सामान्य", + "form_172": "सामान्य", + "form_175": "सामान्य", + "form_178": "सामान्य", + "form_181": "सामान्य", + "form_184": "सामान्य", + "form_187": "सामान्य", + "form_190": "सामान्य", + "form_193": "सामान्य", + "form_196": "सामान्य", + "form_199": "सामान्य", + "form_202": "सामान्य", + "form_205": "सामान्य", + "form_208": "सामान्य", + "form_211": "सामान्य", + "form_214": "सामान्य", + "form_217": "सामान्य", + "form_224": "सामान्य", + "form_229": "सामान्य", + "form_232": "सामान्य", + "form_235": "सामान्य", + "form_238": "सामान्य", + "form_241": "सामान्य", + "form_244": "सामान्य", + "form_247": "सामान्य", + "form_250": "सामान्य", + "form_253": "सामान्य", + "form_256": "सामान्य", + "form_259": "सामान्य", + "form_262": "सामान्य", + "form_265": "सामान्य", + "form_268": "सामान्य", + "form_271": "सामान्य", + "form_274": "सामान्य", + "form_277": "सामान्य", + "form_280": "सामान्य", + "form_283": "सामान्य", + "form_286": "सामान्य", + "form_289": "सामान्य", + "form_292": "सामान्य", + "form_295": "सामान्य", + "form_298": "सामान्य", + "form_301": "सामान्य", + "form_304": "सामान्य", + "form_307": "सामान्य", + "form_310": "सामान्य", + "form_313": "सामान्य", + "form_316": "सामान्य", + "form_319": "सामान्य", + "form_322": "सामान्य", + "form_585": "िंग फ़ॉम", + "form_586": "समर फ़ॉम", + "form_587": "ऑटम फ़ॉम", + "form_588": "वंटर फ़ॉम", + "form_589": "िंग फ़ॉम", + "form_590": "समर फ़ॉम", + "form_591": "ऑटम फ़ॉम", + "form_592": "वंटर फ़ॉम", + "form_593": "सामान्य", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "सामान्य", + "form_599": "Noevolve", + "form_600": "सामान्य", + "form_601": "Noevolve", + "form_602": "सामान्य", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "सामान्य", + "form_613": "सामान्य", + "form_616": "सामान्य", + "form_619": "सामान्य", + "form_622": "सामान्य", + "form_625": "सामान्य", + "form_628": "सामान्य", + "form_631": "सामान्य", + "form_634": "सामान्य", + "form_637": "सामान्य", + "form_640": "सामान्य", + "form_643": "सामान्य", + "form_646": "सामान्य", + "form_649": "सामान्य", + "form_652": "सामान्य", + "form_655": "सामान्य", + "form_658": "सामान्य", + "form_661": "सामान्य", + "form_664": "सामान्य", + "form_667": "सामान्य", + "form_670": "सामान्य", + "form_677": "सामान्य", + "form_680": "सामान्य", + "form_683": "सामान्य", + "form_688": "सामान्य", + "form_691": "सामान्य", + "form_694": "सामान्य", + "form_697": "सामान्य", + "form_700": "सामान्य", + "form_703": "सामान्य", + "form_706": "सामान्य", + "form_713": "सामान्य", + "form_716": "सामान्य", + "form_719": "सामान्य", + "form_722": "सामान्य", + "form_729": "सामान्य", + "form_734": "सामान्य", + "form_737": "सामान्य", + "form_740": "सामान्य", + "form_743": "सामान्य", + "form_746": "सामान्य", + "form_749": "सामान्य", + "form_752": "सामान्य", + "form_755": "सामान्य", + "form_758": "सामान्य", + "form_761": "सामान्य", + "form_764": "सामान्य", + "form_767": "सामान्य", + "form_770": "सामान्य", + "form_773": "सामान्य", + "form_776": "सामान्य", + "form_779": "सामान्य", + "form_782": "सामान्य", + "form_785": "सामान्य", + "form_788": "सामान्य", + "form_791": "सामान्य", + "form_794": "सामान्य", + "form_797": "सामान्य", + "form_800": "सामान्य", + "form_803": "सामान्य", + "form_806": "सामान्य", + "form_809": "सामान्य", + "form_812": "सामान्य", + "form_815": "सामान्य", + "form_818": "सामान्य", + "form_821": "सामान्य", + "form_824": "सामान्य", + "form_827": "सामान्य", + "form_830": "सामान्य", + "form_833": "सामान्य", + "form_836": "सामान्य", + "form_839": "सामान्य", + "form_846": "सामान्य", + "form_849": "सामान्य", + "form_852": "सामान्य", + "form_855": "सामान्य", + "form_858": "सामान्य", + "form_861": "सामान्य", + "form_864": "सामान्य", + "form_867": "सामान्य", + "form_870": "सामान्य", + "form_873": "सामान्य", + "form_876": "सामान्य", + "form_879": "सामान्य", + "form_888": "सामान्य", + "form_891": "सामान्य", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "सामान्य", + "form_901": "Vs 2019", + "form_902": "सामान्य", + "form_905": "सामान्य", + "form_908": "सामान्य", + "form_911": "सामान्य", + "form_914": "सामान्य", + "form_917": "सामान्य", + "form_920": "सामान्य", + "form_923": "सामान्य", + "form_926": "सामान्य", + "form_929": "सामान्य", + "form_932": "सामान्य", + "form_935": "सामान्य", + "form_938": "सामान्य", + "form_941": "सामान्य", + "form_944": "Galarian", + "form_945": "सामान्य", + "form_946": "Galarian", + "form_947": "सामान्य", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "सामान्य", + "form_956": "सामान्य", + "form_959": "सामान्य", + "form_962": "सामान्य", + "form_965": "सामान्य", + "form_968": "सामान्य", + "form_971": "सामान्य", + "form_974": "सामान्य", + "form_981": "सामान्य", + "form_984": "सामान्य", + "form_987": "सामान्य", + "form_990": "सामान्य", + "form_993": "सामान्य", + "form_996": "सामान्य", + "form_999": "सामान्य", + "form_1002": "सामान्य", + "form_1005": "सामान्य", + "form_1008": "सामान्य", + "form_1011": "सामान्य", + "form_1014": "सामान्य", + "form_1017": "सामान्य", + "form_1020": "सामान्य", + "form_1023": "सामान्य", + "form_1026": "सामान्य", + "form_1029": "सामान्य", + "form_1032": "सामान्य", + "form_1035": "सामान्य", + "form_1038": "सामान्य", + "form_1041": "सामान्य", + "form_1044": "सामान्य", + "form_1047": "सामान्य", + "form_1050": "सामान्य", + "form_1053": "सामान्य", + "form_1056": "सामान्य", + "form_1059": "सामान्य", + "form_1062": "सामान्य", + "form_1065": "सामान्य", + "form_1068": "सामान्य", + "form_1071": "सामान्य", + "form_1074": "सामान्य", + "form_1077": "सामान्य", + "form_1080": "सामान्य", + "form_1083": "सामान्य", + "form_1086": "सामान्य", + "form_1089": "सामान्य", + "form_1092": "सामान्य", + "form_1095": "सामान्य", + "form_1098": "सामान्य", + "form_1101": "सामान्य", + "form_1104": "सामान्य", + "form_1107": "सामान्य", + "form_1110": "सामान्य", + "form_1115": "सामान्य", + "form_1118": "सामान्य", + "form_1121": "सामान्य", + "form_1124": "सामान्य", + "form_1127": "सामान्य", + "form_1130": "सामान्य", + "form_1133": "सामान्य", + "form_1136": "सामान्य", + "form_1139": "सामान्य", + "form_1142": "सामान्य", + "form_1145": "सामान्य", + "form_1148": "सामान्य", + "form_1151": "सामान्य", + "form_1154": "सामान्य", + "form_1157": "सामान्य", + "form_1160": "सामान्य", + "form_1163": "सामान्य", + "form_1166": "सामान्य", + "form_1169": "सामान्य", + "form_1172": "सामान्य", + "form_1175": "सामान्य", + "form_1178": "सामान्य", + "form_1181": "सामान्य", + "form_1184": "सामान्य", + "form_1187": "सामान्य", + "form_1190": "सामान्य", + "form_1193": "सामान्य", + "form_1196": "सामान्य", + "form_1199": "सामान्य", + "form_1202": "सामान्य", + "form_1205": "सामान्य", + "form_1208": "सामान्य", + "form_1211": "सामान्य", + "form_1214": "सामान्य", + "form_1217": "सामान्य", + "form_1220": "सामान्य", + "form_1223": "सामान्य", + "form_1226": "सामान्य", + "form_1229": "सामान्य", + "form_1232": "सामान्य", + "form_1235": "सामान्य", + "form_1238": "सामान्य", + "form_1241": "सामान्य", + "form_1244": "सामान्य", + "form_1247": "सामान्य", + "form_1250": "सामान्य", + "form_1253": "सामान्य", + "form_1256": "सामान्य", + "form_1259": "सामान्य", + "form_1262": "सामान्य", + "form_1265": "सामान्य", + "form_1268": "सामान्य", + "form_1271": "सामान्य", + "form_1274": "सामान्य", + "form_1277": "सामान्य", + "form_1280": "सामान्य", + "form_1283": "सामान्य", + "form_1286": "सामान्य", + "form_1289": "सामान्य", + "form_1292": "सामान्य", + "form_1295": "सामान्य", + "form_1298": "सामान्य", + "form_1301": "सामान्य", + "form_1304": "सामान्य", + "form_1307": "सामान्य", + "form_1310": "सामान्य", + "form_1313": "सामान्य", + "form_1316": "सामान्य", + "form_1319": "सामान्य", + "form_1322": "सामान्य", + "form_1325": "सामान्य", + "form_1328": "सामान्य", + "form_1331": "सामान्य", + "form_1334": "सामान्य", + "form_1337": "सामान्य", + "form_1340": "सामान्य", + "form_1343": "सामान्य", + "form_1346": "सामान्य", + "form_1349": "सामान्य", + "form_1352": "सामान्य", + "form_1355": "सामान्य", + "form_1358": "सामान्य", + "form_1361": "सामान्य", + "form_1364": "सामान्य", + "form_1367": "सामान्य", + "form_1370": "सामान्य", + "form_1379": "सामान्य", + "form_1382": "सामान्य", + "form_1385": "सामान्य", + "form_1388": "सामान्य", + "form_1391": "सामान्य", + "form_1394": "सामान्य", + "form_1397": "सामान्य", + "form_1400": "सामान्य", + "form_1403": "सामान्य", + "form_1406": "सामान्य", + "form_1409": "सामान्य", + "form_1412": "सामान्य", + "form_1415": "सामान्य", + "form_1418": "सामान्य", + "form_1421": "सामान्य", + "form_1424": "सामान्य", + "form_1427": "सामान्य", + "form_1430": "सामान्य", + "form_1433": "सामान्य", + "form_1436": "सामान्य", + "form_1439": "सामान्य", + "form_1442": "सामान्य", + "form_1445": "सामान्य", + "form_1448": "सामान्य", + "form_1451": "सामान्य", + "form_1454": "सामान्य", + "form_1457": "सामान्य", + "form_1460": "सामान्य", + "form_1463": "सामान्य", + "form_1466": "सामान्य", + "form_1469": "सामान्य", + "form_1472": "सामान्य", + "form_1475": "सामान्य", + "form_1478": "सामान्य", + "form_1481": "सामान्य", + "form_1484": "सामान्य", + "form_1487": "सामान्य", + "form_1490": "सामान्य", + "form_1493": "सामान्य", + "form_1496": "सामान्य", + "form_1499": "सामान्य", + "form_1502": "सामान्य", + "form_1505": "सामान्य", + "form_1508": "सामान्य", + "form_1511": "सामान्य", + "form_1514": "सामान्य", + "form_1517": "सामान्य", + "form_1520": "सामान्य", + "form_1523": "सामान्य", + "form_1526": "सामान्य", + "form_1529": "सामान्य", + "form_1532": "सामान्य", + "form_1535": "सामान्य", + "form_1538": "सामान्य", + "form_1541": "सामान्य", + "form_1544": "सामान्य", + "form_1547": "सामान्य", + "form_1550": "सामान्य", + "form_1553": "सामान्य", + "form_1556": "सामान्य", + "form_1559": "सामान्य", + "form_1562": "सामान्य", + "form_1565": "सामान्य", + "form_1568": "सामान्य", + "form_1571": "सामान्य", + "form_1574": "सामान्य", + "form_1577": "सामान्य", + "form_1580": "सामान्य", + "form_1583": "सामान्य", + "form_1586": "सामान्य", + "form_1589": "सामान्य", + "form_1592": "सामान्य", + "form_1595": "सामान्य", + "form_1598": "सामान्य", + "form_1601": "सामान्य", + "form_1604": "सामान्य", + "form_1607": "सामान्य", + "form_1610": "सामान्य", + "form_1613": "सामान्य", + "form_1616": "सामान्य", + "form_1619": "सामान्य", + "form_1622": "सामान्य", + "form_1625": "सामान्य", + "form_1628": "सामान्य", + "form_1631": "सामान्य", + "form_1634": "सामान्य", + "form_1637": "सामान्य", + "form_1640": "सामान्य", + "form_1643": "सामान्य", + "form_1646": "सामान्य", + "form_1649": "सामान्य", + "form_1652": "सामान्य", + "form_1655": "सामान्य", + "form_1658": "सामान्य", + "form_1661": "सामान्य", + "form_1664": "सामान्य", + "form_1667": "सामान्य", + "form_1670": "सामान्य", + "form_1673": "सामान्य", + "form_1676": "सामान्य", + "form_1679": "सामान्य", + "form_1682": "सामान्य", + "form_1685": "सामान्य", + "form_1688": "सामान्य", + "form_1691": "सामान्य", + "form_1694": "सामान्य", + "form_1697": "सामान्य", + "form_1700": "सामान्य", + "form_1703": "सामान्य", + "form_1706": "सामान्य", + "form_1709": "सामान्य", + "form_1712": "सामान्य", + "form_1715": "सामान्य", + "form_1718": "सामान्य", + "form_1721": "सामान्य", + "form_1724": "सामान्य", + "form_1727": "सामान्य", + "form_1730": "सामान्य", + "form_1733": "सामान्य", + "form_1736": "सामान्य", + "form_1739": "सामान्य", + "form_1742": "सामान्य", + "form_1745": "सामान्य", + "form_1748": "सामान्य", + "form_1751": "सामान्य", + "form_1754": "सामान्य", + "form_1757": "सामान्य", + "form_1760": "सामान्य", + "form_1763": "सामान्य", + "form_1766": "सामान्य", + "form_1769": "सामान्य", + "form_1772": "सामान्य", + "form_1775": "सामान्य", + "form_1778": "सामान्य", + "form_1781": "सामान्य", + "form_1784": "सामान्य", + "form_1787": "सामान्य", + "form_1790": "सामान्य", + "form_1793": "सामान्य", + "form_1796": "सामान्य", + "form_1799": "सामान्य", + "form_1802": "सामान्य", + "form_1805": "सामान्य", + "form_1808": "सामान्य", + "form_1811": "सामान्य", + "form_1814": "सामान्य", + "form_1817": "सामान्य", + "form_1820": "सामान्य", + "form_1823": "सामान्य", + "form_1826": "सामान्य", + "form_1829": "सामान्य", + "form_1832": "सामान्य", + "form_1835": "सामान्य", + "form_1838": "सामान्य", + "form_1841": "सामान्य", + "form_1844": "सामान्य", + "form_1847": "सामान्य", + "form_1850": "सामान्य", + "form_1853": "सामान्य", + "form_1856": "सामान्य", + "form_1859": "सामान्य", + "form_1862": "सामान्य", + "form_1865": "सामान्य", + "form_1868": "सामान्य", + "form_1871": "सामान्य", + "form_1874": "सामान्य", + "form_1877": "सामान्य", + "form_1880": "सामान्य", + "form_1883": "सामान्य", + "form_1886": "सामान्य", + "form_1889": "सामान्य", + "form_1892": "सामान्य", + "form_1895": "सामान्य", + "form_1898": "सामान्य", + "form_1901": "सामान्य", + "form_1904": "सामान्य", + "form_1907": "सामान्य", + "form_1910": "सामान्य", + "form_1913": "सामान्य", + "form_1916": "सामान्य", + "form_1919": "सामान्य", + "form_1922": "सामान्य", + "form_1925": "सामान्य", + "form_1928": "सामान्य", + "form_1931": "सामान्य", + "form_1934": "सामान्य", + "form_1937": "सामान्य", + "form_1940": "सामान्य", + "form_1943": "सामान्य", + "form_1946": "सामान्य", + "form_1949": "सामान्य", + "form_1952": "सामान्य", + "form_1955": "सामान्य", + "form_1958": "सामान्य", + "form_1961": "सामान्य", + "form_1964": "सामान्य", + "form_1967": "सामान्य", + "form_1970": "सामान्य", + "form_1973": "सामान्य", + "form_1976": "सामान्य", + "form_1979": "सामान्य", + "form_1982": "सामान्य", + "form_1985": "सामान्य", + "form_1988": "सामान्य", + "form_1991": "सामान्य", + "form_1994": "सामान्य", + "form_1997": "सामान्य", + "form_2000": "सामान्य", + "form_2003": "सामान्य", + "form_2006": "सामान्य", + "form_2009": "सामान्य", + "form_2012": "सामान्य", + "form_2015": "सामान्य", + "form_2018": "सामान्य", + "form_2021": "सामान्य", + "form_2024": "सामान्य", + "form_2027": "सामान्य", + "form_2030": "सामान्य", + "form_2033": "सामान्य", + "form_2036": "सामान्य", + "form_2039": "सामान्य", + "form_2042": "सामान्य", + "form_2045": "सामान्य", + "form_2048": "सामान्य", + "form_2051": "सामान्य", + "form_2054": "सामान्य", + "form_2057": "सामान्य", + "form_2060": "सामान्य", + "form_2063": "सामान्य", + "form_2066": "सामान्य", + "form_2069": "सामान्य", + "form_2072": "सामान्य", + "form_2075": "सामान्य", + "form_2078": "सामान्य", + "form_2081": "सामान्य", + "form_2084": "सामान्य", + "form_2087": "सामान्य", + "form_2090": "सामान्य", + "form_2093": "सामान्य", + "form_2096": "सामान्य", + "form_2099": "सामान्य", + "form_2102": "सामान्य", + "form_2105": "सामान्य", + "form_2108": "सामान्य", + "form_2111": "सामान्य", + "form_2114": "सामान्य", + "form_2117": "सामान्य", + "form_2120": "सामान्य", + "form_2123": "सामान्य", + "form_2126": "सामान्य", + "form_2129": "सामान्य", + "form_2132": "सामान्य", + "form_2135": "सामान्य", + "form_2138": "सामान्य", + "form_2141": "सामान्य", + "form_2144": "सामान्य", + "form_2147": "सामान्य", + "form_2150": "सामान्य", + "form_2153": "सामान्य", + "form_2156": "सामान्य", + "form_2159": "सामान्य", + "form_2162": "सामान्य", + "form_2165": "सामान्य", + "form_2168": "सामान्य", + "form_2171": "सामान्य", + "form_2174": "सामान्य", + "form_2177": "सामान्य", + "form_2180": "सामान्य", + "form_2183": "सामान्य", + "form_2186": "सामान्य", + "form_2189": "सामान्य", + "form_2192": "सामान्य", + "form_2195": "सामान्य", + "form_2198": "सामान्य", + "form_2201": "सामान्य", + "form_2204": "सामान्य", + "form_2207": "सामान्य", + "form_2210": "सामान्य", + "form_2213": "सामान्य", + "form_2216": "सामान्य", + "form_2219": "सामान्य", + "form_2222": "सामान्य", + "form_2225": "सामान्य", + "form_2228": "सामान्य", + "form_2231": "सामान्य", + "form_2234": "सामान्य", + "form_2237": "सामान्य", + "form_2240": "सामान्य", + "form_2243": "सामान्य", + "form_2246": "सामान्य", + "form_2249": "सामान्य", + "form_2252": "सामान्य", + "form_2255": "सामान्य", + "form_2258": "सामान्य", + "form_2261": "सामान्य", + "form_2264": "सामान्य", + "form_2267": "सामान्य", + "form_2270": "सामान्य", + "form_2273": "सामान्य", + "form_2276": "सामान्य", + "form_2279": "सामान्य", + "form_2282": "सामान्य", + "form_2285": "सामान्य", + "form_2288": "सामान्य", + "form_2291": "सामान्य", + "form_2294": "सामान्य", + "form_2297": "सामान्य", + "form_2300": "सामान्य", + "form_2303": "सामान्य", + "form_2306": "सामान्य", + "form_2309": "सामान्य", + "form_2312": "सामान्य", + "form_2315": "सामान्य", + "form_2318": "सामान्य", + "form_2321": "सामान्य", + "form_2324": "सामान्य", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "फ़ीमेल", + "form_2331": "फ़ीमेल", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "लो फ़ॉम", + "form_2464": "ऐड फ़ॉम", + "form_2477": "फ़ेक फ़ॉम", + "form_2478": "ऐंटक फ़ॉम", + "form_2480": "फ़ेक फ़ॉम", + "form_2481": "ऐंटक फ़ॉम", + "form_2501": "सामान्य", + "form_2504": "सामान्य", + "form_2507": "सामान्य", + "form_2510": "सामान्य", + "form_2513": "सामान्य", + "form_2516": "सामान्य", + "form_2540": "आइस फ़ेस", + "form_2541": "बढ़या फ़ेस", + "form_2542": "मेल", + "form_2543": "फ़ीमेल", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "कंग ऑफ़ सॉड", + "form_2577": "कई बैटल का हीरो", + "form_2578": "कंग ऑफ़ शीड", + "form_2579": "कई बैटल का हीरो", + "form_2580": "Eternamax", + "form_2581": "सामान्य", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "सामान्य", + "form_2588": "फ़ीमेल", + "form_2589": "सामान्य", + "form_2590": "फ़ीमेल", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "सूरज नकला आ है", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "लम डांस टाइल", + "form_2680": "पॉम-पॉम डांस टाइल", + "form_2681": "ला डांस टाइल", + "form_2683": "फ़ैन डांस टाइल", + "form_2684": "मड-डे फ़ॉम", + "form_2685": "मडनाइट फ़ॉम", + "form_2686": "ट्वाइलाइट फ़ॉम", + "form_2687": "सोलो फ़ॉम", + "form_2688": "कल फ़ॉम", + "form_2689": "सामान्य", + "form_2690": "बग", + "form_2691": "डाक", + "form_2692": "डैगन", + "form_2693": "इलटक", + "form_2694": "फ़ेर", + "form_2695": "फ़ाइटंग", + "form_2696": "फ़ायर", + "form_2697": "़लाइंग", + "form_2698": "घोट", + "form_2699": "ास", + "form_2700": "ाउंड", + "form_2701": "आइस", + "form_2702": "पॉइज़न", + "form_2703": "साइकक", + "form_2704": "रॉक", + "form_2705": "टल", + "form_2706": "वॉटर", + "form_2707": "Meteor Blue", + "form_2708": "Blue Plumage", + "form_2709": "Green Plumage", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "Yellow Plumage", + "form_2715": "रवील फ़ॉम", + "form_2716": "डगाइज़ फ़ॉम", + "form_2717": "सामान्य", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "सामान्य", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "सामान्य", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "ट्वाइलाइट फ़ॉम", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "सूरज नकला आ है", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "सूरज नकला आ है", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "इंकानेशन फ़ॉम", + "form_2803": "सेेड बीट फ़ॉम", + "form_2804": "वाइट-टाइप फ़ॉम", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "सामान्य", + "form_2808": "फ़ीमेल", + "form_2809": "सामान्य", + "form_2810": "सामान्य", + "form_2811": "सामान्य", + "form_2812": "सामान्य", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "सामान्य", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "ओरजन फ़ॉम", + "form_2830": "ओरजन फ़ॉम", + "form_2831": "सामान्य", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "सामान्य", + "form_2982": "फ़ीमेल", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Green Plumage", + "form_2986": "Blue Plumage", + "form_2987": "Yellow Plumage", + "form_2988": "White", + "form_2989": "Zero Form", + "form_2990": "कई बैटल का हीरो", + "form_2991": "Curly Form", + "form_2992": "Droopy Form", + "form_2993": "Stretchy Form", + "form_2994": "Two-Segment Form", + "form_2995": "Three-Segment Form", + "form_2996": "Apex Build", + "form_2997": "Ultimate Mode", + "form_2998": "सामान्य", + "form_3000": "सामान्य", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "मेल", + "gender_2": "फ़ीमेल", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "Alola", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "लांच", + "grunt_2": "कडेला", + "grunt_3": "पाक", + "grunt_4": "जूनयर (मेल)", + "grunt_5": "जूनयर (फ़ीमेल)", + "grunt_6": "बग - जूनयर (फ़ीमेल)", + "grunt_7": "बग - जूनयर (मेल)", + "grunt_8": "जूनयर (फ़ीमेल)", + "grunt_9": "जूनयर (मेल)", + "grunt_10": "डाक - जूनयर (फ़ीमेल)", + "grunt_11": "डाक - जूनयर (मेल)", + "grunt_12": "डैगन - जूनयर (फ़ीमेल)", + "grunt_13": "डैगन - जूनयर (मेल)", + "grunt_14": "फ़ेर - जूनयर (फ़ीमेल)", + "grunt_15": "फ़ेर - जूनयर (मेल)", + "grunt_16": "फ़ाइटंग - जूनयर (फ़ीमेल)", + "grunt_17": "फ़ाइटंग - जूनयर (मेल)", + "grunt_18": "फ़ायर - जूनयर (फ़ीमेल)", + "grunt_19": "फ़ायर - जूनयर (मेल)", + "grunt_20": "़लाइंग - जूनयर (फ़ीमेल)", + "grunt_21": "़लाइंग - जूनयर (मेल)", + "grunt_22": "ास - जूनयर (फ़ीमेल)", + "grunt_23": "ास - जूनयर (मेल)", + "grunt_24": "ाउंड - जूनयर (फ़ीमेल)", + "grunt_25": "ाउंड - जूनयर (मेल)", + "grunt_26": "आइस - जूनयर (फ़ीमेल)", + "grunt_27": "आइस - जूनयर (मेल)", + "grunt_28": "टल - जूनयर (फ़ीमेल)", + "grunt_29": "टल - जूनयर (मेल)", + "grunt_30": "नॉमल - जूनयर (फ़ीमेल)", + "grunt_31": "नॉमल - जूनयर (मेल)", + "grunt_32": "पॉइज़न - जूनयर (फ़ीमेल)", + "grunt_33": "पॉइज़न - जूनयर (मेल)", + "grunt_34": "साइकक - जूनयर (फ़ीमेल)", + "grunt_35": "साइकक - जूनयर (मेल)", + "grunt_36": "रॉक - जूनयर (फ़ीमेल)", + "grunt_37": "रॉक - जूनयर (मेल)", + "grunt_38": "वॉटर - जूनयर (फ़ीमेल)", + "grunt_39": "वॉटर - जूनयर (मेल)", + "grunt_40": "Player Team Leader", + "grunt_41": "लडर लफ़", + "grunt_42": "लडर आलो", + "grunt_43": "लडर सएरा", + "grunt_44": "जोवानी", + "grunt_45": "झांसा देने वाला जूनयर (मेल)", + "grunt_46": "झांसा देने वाला जूनयर (फ़ीमेल)", + "grunt_47": "घोट - जूनयर (फ़ीमेल)", + "grunt_48": "घोट - जूनयर (मेल)", + "grunt_49": "इलटक - जूनयर (फ़ीमेल)", + "grunt_50": "इलटक - जूनयर (मेल)", + "grunt_51": "जूनयर (फ़ीमेल)", + "grunt_52": "जूनयर (मेल)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "बग - जूनयर (फ़ीमेल)", + "grunt_56": "बग - जूनयर (मेल)", + "grunt_57": "डाक - जूनयर (फ़ीमेल)", + "grunt_58": "डाक - जूनयर (मेल)", + "grunt_59": "डैगन - जूनयर (फ़ीमेल)", + "grunt_60": "डैगन - जूनयर (मेल)", + "grunt_61": "फ़ेर - जूनयर (फ़ीमेल)", + "grunt_62": "फ़ेर - जूनयर (मेल)", + "grunt_63": "फ़ाइटंग - जूनयर (फ़ीमेल)", + "grunt_64": "फ़ाइटंग - जूनयर (मेल)", + "grunt_65": "फ़ायर - जूनयर (फ़ीमेल)", + "grunt_66": "फ़ायर - जूनयर (मेल)", + "grunt_67": "़लाइंग - जूनयर (फ़ीमेल)", + "grunt_68": "़लाइंग - जूनयर (मेल)", + "grunt_69": "ास - जूनयर (फ़ीमेल)", + "grunt_70": "ास - जूनयर (मेल)", + "grunt_71": "ाउंड - जूनयर (फ़ीमेल)", + "grunt_72": "ाउंड - जूनयर (मेल)", + "grunt_73": "आइस - जूनयर (फ़ीमेल)", + "grunt_74": "आइस - जूनयर (मेल)", + "grunt_75": "जूनयर (फ़ीमेल)", + "grunt_76": "जूनयर (मेल)", + "grunt_77": "नॉमल - जूनयर (फ़ीमेल)", + "grunt_78": "नॉमल - जूनयर (मेल)", + "grunt_79": "पॉइज़न - जूनयर (फ़ीमेल)", + "grunt_80": "पॉइज़न - जूनयर (मेल)", + "grunt_81": "साइकक - जूनयर (फ़ीमेल)", + "grunt_82": "साइकक - जूनयर (मेल)", + "grunt_83": "रॉक - जूनयर (फ़ीमेल)", + "grunt_84": "रॉक - जूनयर (मेल)", + "grunt_85": "वॉटर - जूनयर (फ़ीमेल)", + "grunt_86": "वॉटर - जूनयर (मेल)", + "grunt_87": "घोट - जूनयर (फ़ीमेल)", + "grunt_88": "घोट - जूनयर (मेल)", + "grunt_89": "इलटक - जूनयर (फ़ीमेल)", + "grunt_90": "इलटक - जूनयर (मेल)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "कोई नहीं", + "grunt_a_1": "लांच", + "grunt_a_2": "कडेला", + "grunt_a_3": "पाक", + "grunt_a_4": "जूनयर ♂", + "grunt_a_5": "जूनयर ♀", + "grunt_a_6": "बग ♀", + "grunt_a_7": "बग ♂", + "grunt_a_8": "जूनयर ♀", + "grunt_a_9": "जूनयर ♂", + "grunt_a_10": "डाक ♀", + "grunt_a_11": "डाक ♂", + "grunt_a_12": "डैगन ♀", + "grunt_a_13": "डैगन ♂", + "grunt_a_14": "फ़ेर ♀", + "grunt_a_15": "फ़ेर ♂", + "grunt_a_16": "फ़ाइटंग ♀", + "grunt_a_17": "फ़ाइटंग ♂", + "grunt_a_18": "फ़ायर ♀", + "grunt_a_19": "फ़ायर ♂", + "grunt_a_20": "़लाइंग ♀", + "grunt_a_21": "़लाइंग ♂", + "grunt_a_22": "ास ♀", + "grunt_a_23": "ास ♂", + "grunt_a_24": "ाउंड ♀", + "grunt_a_25": "ाउंड ♂", + "grunt_a_26": "आइस ♀", + "grunt_a_27": "आइस ♂", + "grunt_a_28": "टल ♀", + "grunt_a_29": "टल ♂", + "grunt_a_30": "नॉमल ♀", + "grunt_a_31": "नॉमल ♂", + "grunt_a_32": "पॉइज़न ♀", + "grunt_a_33": "पॉइज़न ♂", + "grunt_a_34": "साइकक ♀", + "grunt_a_35": "साइकक ♂", + "grunt_a_36": "रॉक ♀", + "grunt_a_37": "रॉक ♂", + "grunt_a_38": "वॉटर ♀", + "grunt_a_39": "वॉटर ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "लडर लफ़", + "grunt_a_42": "लडर आलो", + "grunt_a_43": "लडर सएरा", + "grunt_a_44": "जोवानी", + "grunt_a_45": "झांसा देने वाला जूनयर ♂", + "grunt_a_46": "झांसा देने वाला जूनयर ♀", + "grunt_a_47": "घोट ♀", + "grunt_a_48": "घोट ♂", + "grunt_a_49": "इलटक ♀", + "grunt_a_50": "इलटक ♂", + "grunt_a_51": "जूनयर ♀", + "grunt_a_52": "जूनयर ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "बग ♀", + "grunt_a_56": "बग ♂", + "grunt_a_57": "डाक ♀", + "grunt_a_58": "डाक ♂", + "grunt_a_59": "डैगन ♀", + "grunt_a_60": "डैगन ♂", + "grunt_a_61": "फ़ेर ♀", + "grunt_a_62": "फ़ेर ♂", + "grunt_a_63": "फ़ाइटंग ♀", + "grunt_a_64": "फ़ाइटंग ♂", + "grunt_a_65": "फ़ायर ♀", + "grunt_a_66": "फ़ायर ♂", + "grunt_a_67": "़लाइंग ♀", + "grunt_a_68": "़लाइंग ♂", + "grunt_a_69": "ास ♀", + "grunt_a_70": "ास ♂", + "grunt_a_71": "ाउंड ♀", + "grunt_a_72": "ाउंड ♂", + "grunt_a_73": "आइस ♀", + "grunt_a_74": "आइस ♂", + "grunt_a_75": "जूनयर ♀", + "grunt_a_76": "जूनयर ♂", + "grunt_a_77": "नॉमल ♀", + "grunt_a_78": "नॉमल ♂", + "grunt_a_79": "पॉइज़न ♀", + "grunt_a_80": "पॉइज़न ♂", + "grunt_a_81": "साइकक ♀", + "grunt_a_82": "साइकक ♂", + "grunt_a_83": "रॉक ♀", + "grunt_a_84": "रॉक ♂", + "grunt_a_85": "वॉटर ♀", + "grunt_a_86": "वॉटर ♂", + "grunt_a_87": "घोट ♀", + "grunt_a_88": "घोट ♂", + "grunt_a_89": "इलटक ♀", + "grunt_a_90": "इलटक ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "अज्ञात", + "item_1": "पोक बॉल", + "item_2": "ेट बॉल", + "item_3": "अटा बॉल", + "item_4": "माटर बॉल", + "item_5": "ीमयर बॉल", + "item_6": "बीट बॉल", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "दवा", + "item_102": "सुपर दवा", + "item_103": "हाइपर दवा", + "item_104": "मैस दवा", + "item_201": "रवाइव", + "item_202": "मैस रवाइव", + "item_301": "लक एग", + "item_401": "इंसेंस", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "मटी बॉस", + "item_406": "दैनक एडवेंचर इंसेंस", + "item_407": "कॉइन बैग", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "अटैट मॉड्यूल", + "item_502": "लशयल अटैट मॉड्यूल", + "item_503": "मॉस अटैट मॉड्यूल", + "item_504": "मैनेटक अटैट मॉड्यूल", + "item_505": "रनी अटैट मॉड्यूल", + "item_506": "गोडन अटैट मॉड्यूल", + "item_602": "X अटैक", + "item_603": "X डफ़ेंस", + "item_604": "अपरभािषत", + "item_650": "ज़ाइगाड सेल", + "item_651": "ज़ाइगाड यूब​", + "item_701": "रैज़ बेर", + "item_702": "लुक बेर", + "item_703": "नैनब बेर", + "item_704": "वीपीयर बेर", + "item_705": "पाइनऐप बेर", + "item_706": "गोडन रैज़ बेर", + "item_707": "Golden Nanab Berry", + "item_708": "सवर पाइनऐप बेर", + "item_709": "पॉफ़न", + "item_801": "कमरा", + "item_802": "टकर", + "item_803": "पोटकाड बुक", + "item_901": "इयूबेटर ∞", + "item_902": "एग इयूबेटर", + "item_903": "सुपर इयूबेटर", + "item_1001": "पोकमॉन टोरज", + "item_1002": "आइटम बैग", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "सन टोन", + "item_1102": "कंग रॉक", + "item_1103": "मेटल कोट", + "item_1104": "डैगन कल", + "item_1105": "अपेड", + "item_1106": "सनोह टोन", + "item_1107": "युनोवा टोन", + "item_1150": "येबल सक", + "item_1201": "फ़ाट TM", + "item_1202": "चाज्ड TM", + "item_1203": "एलट फ़ाट TM", + "item_1204": "एलट चाज्ड TM", + "item_1250": "Meteorite", + "item_1301": "रयर कडी", + "item_1302": "रयर कडी XL", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "रड पास", + "item_1402": "ीमयम बैटल पास", + "item_1404": "टार पीस", + "item_1405": "गट", + "item_1406": "टम मेडालयन", + "item_1408": "रमोट रड पास", + "item_1409": "S Raid Ticket", + "item_1501": "रहयमय चीज़", + "item_1502": "रॉकट रडार", + "item_1503": "सुपर रॉकट रडार", + "item_1504": "शैडो का टुकड़ा", + "item_1505": "लाइट जेम", + "item_1506": "मैस पाटकल", + "item_1507": "मैस पाटकल पैक", + "item_1600": "टकट", + "item_1601": "टकट", + "item_1602": "टकट", + "item_1603": "टकट", + "item_1604": "अतरत टकट", + "item_1605": "अतरत टकट", + "item_1606": "GO बैटल लग क सीमत समय वाल रसच का पास", + "item_1607": "टकट", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "सफ़ार टकट : सयोल", + "item_1611": "सफ़ार टकट : बासलोना", + "item_1612": "सफ़ार टकट : मेसको सट", + "item_1613": "सफ़ार टकट : ताइनान", + "item_1614": "Ticket City Safari 04", + "item_1615": "टकट", + "item_1616": "टकट", + "item_1617": "टकट", + "item_1618": "टकट", + "item_1619": "टकट", + "item_1620": "टकट", + "item_1621": "टकट", + "item_1622": "टकट", + "item_1623": "टकट", + "item_1624": "टकट", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "सामान्य", + "lure_502": "लशयल", + "lure_503": "मॉस", + "lure_504": "मैनेटक", + "lure_505": "रनी", + "lure_506": "गोडन", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "अज्ञात", + "move_1": "थंडर शॉक", + "move_2": "वक अटैक", + "move_3": "ैच", + "move_4": "एबर", + "move_5": "वाइन वप", + "move_6": "टैकल", + "move_7": "रज़र लफ़", + "move_8": "टक डाउन", + "move_9": "वॉटर गन", + "move_10": "बाइट", + "move_11": "पाउंड", + "move_12": "डबल लैप ", + "move_13": "जकड़ना", + "move_14": "हाइपर बीम", + "move_15": "लक", + "move_16": "डाक पस", + "move_17": "मॉग", + "move_18": "कचड़", + "move_19": "मेटल लॉ", + "move_20": "वाइस िप", + "move_21": "लम हील", + "move_22": "मेगाहॉन", + "move_23": "वंग अटैक", + "move_24": "लमोअर", + "move_25": "सर्ाइज़ पंच", + "move_26": "खोदना", + "move_27": "अड़ंगी", + "move_28": "ॉस चॉप", + "move_29": "साइको कट", + "move_30": "साइबीम", + "move_31": "अथवेक", + "move_32": "टोन एज", + "move_33": "आइस पंच", + "move_34": "हाट टैप", + "move_35": "डचाज", + "move_36": "लैश कनन", + "move_37": "पेक", + "move_38": "डल पेक", + "move_39": "आइस बीम", + "move_40": "लज़ड", + "move_41": "एयर लैश", + "move_42": "हीट वेव", + "move_43": "डबल नीडल", + "move_44": "पॉइज़न जैब", + "move_45": "एरयल एस", + "move_46": "डल रन", + "move_47": "पेटल लज़ड", + "move_48": "मेगा डेन", + "move_49": "बग बज़", + "move_50": "पॉइज़न फ़ैंग", + "move_51": "नाइट लैश", + "move_52": "लैश", + "move_53": "बबल बीम", + "move_54": "समशन", + "move_55": "कराट चॉप", + "move_56": "लो कक", + "move_57": "ऐवा जेट", + "move_58": "ऐवा टल", + "move_59": "सीड बम", + "move_60": "साइशॉक", + "move_61": "रॉक ो", + "move_62": "एशंट पावर", + "move_63": "रॉक टूम", + "move_64": "रॉक लाइड", + "move_65": "पावर जेम", + "move_66": "शैडो नीक", + "move_67": "शैडो पंच", + "move_68": "शैडो लॉ", + "move_69": "ऑमनस", + "move_70": "शैडो बॉल", + "move_71": "बुलट पंच", + "move_72": "मैनेट बम", + "move_73": "टल वंग", + "move_74": "आयरन हेड", + "move_75": "पैराबॉलक चाज", + "move_76": "पाक", + "move_77": "थंडर पंच", + "move_78": "थंडर", + "move_79": "थंडरबोट", + "move_80": "ट्वटर", + "move_81": "डैगन ेथ", + "move_82": "डैगन पस", + "move_83": "डैगन लॉ", + "move_84": "चामंग वॉइस", + "move_85": "डेनंग कस", + "move_86": "डैज़्लग लम", + "move_87": "मून लाट", + "move_88": "ल रफ़", + "move_89": "ॉस पॉइज़न", + "move_90": "कचड़ बम", + "move_91": "लज वेव", + "move_92": "गंक शॉट", + "move_93": "मड शॉट", + "move_94": "बोन लब", + "move_95": "बुलडोज़", + "move_96": "मड बम", + "move_97": "युर कटर", + "move_98": "बग बाईट", + "move_99": "सनल बीम", + "move_100": "एस-सज़र", + "move_101": "लम चाज", + "move_102": "लम बस्ट", + "move_103": "फ़ायर लाट", + "move_104": "सॉट वॉटर", + "move_105": "वॉटर पस", + "move_106": "कॉड", + "move_107": "हाइडो पंप", + "move_108": "साइकक", + "move_109": "साइटाइक", + "move_110": "आइस शाड", + "move_111": "आइसी वंड", + "move_112": "ॉट ेथ", + "move_113": "ऐसॉब", + "move_114": "गीगा डेन", + "move_115": "फ़ायर पंच", + "move_116": "सोलर बीम", + "move_117": "लफ़ लड", + "move_118": "पावर हप", + "move_119": "लैश", + "move_120": "ऐसड", + "move_121": "एयर कटर", + "move_122": "तूफ़ान", + "move_123": "क ेक", + "move_124": "कट", + "move_125": "वट", + "move_126": "हॉन अटैक", + "move_127": "टॉप", + "move_128": "हेडबट", + "move_129": "हाइपर फ़ैंग", + "move_130": "लैम", + "move_131": "बॉडी लैम", + "move_132": "रट", + "move_133": "टगल", + "move_134": "कॉड", + "move_135": "हाइडो पंप", + "move_136": "जकड़ना", + "move_137": "जकड़ना", + "move_200": "युर कटर", + "move_201": "बग बाईट", + "move_202": "बाइट", + "move_203": "सर्ाइज़ पंच", + "move_204": "डैगन ेथ", + "move_205": "थंडर शॉक", + "move_206": "पाक", + "move_207": "अड़ंगी", + "move_208": "कराट चॉप", + "move_209": "एबर", + "move_210": "वंग अटैक", + "move_211": "पेक", + "move_212": "लक", + "move_213": "शैडो लॉ", + "move_214": "वाइन वप", + "move_215": "रज़र लफ़", + "move_216": "मड शॉट", + "move_217": "आइस शाड", + "move_218": "ॉट ेथ", + "move_219": "वक अटैक", + "move_220": "ैच", + "move_221": "टैकल", + "move_222": "पाउंड", + "move_223": "कट", + "move_224": "पॉइज़न जैब", + "move_225": "ऐसड", + "move_226": "साइको कट", + "move_227": "रॉक ो", + "move_228": "मेटल लॉ", + "move_229": "बुलट पंच", + "move_230": "वॉटर गन", + "move_231": "लैश", + "move_232": "वॉटर गन", + "move_233": "मड-लैप", + "move_234": "ज़ेन हेडबट", + "move_235": "कंयूज़न", + "move_236": "पॉइज़न टंग", + "move_237": "बबल", + "move_238": "फ़ेइंट अटैक", + "move_239": "टल वंग", + "move_240": "फ़ायर फ़ैंग", + "move_241": "रॉक मैश", + "move_242": "टांसफ़ॉम", + "move_243": "काउंटर", + "move_244": "पाउडर नो", + "move_245": "लोज़ कॉबैट", + "move_246": "डाइनैमक पंच", + "move_247": "फ़ोकस लाट", + "move_248": "ऑरोरा बीम", + "move_249": "चाज बीम", + "move_250": "वोट वच", + "move_251": "वाइड चाज", + "move_252": "ज़ैप कनन", + "move_253": "डैगन टल", + "move_254": "ऐवलांच", + "move_255": "एयर लैश", + "move_256": "ेव बड", + "move_257": "काइ अटैक", + "move_258": "सैंड टूम", + "move_259": "रॉक लाट", + "move_260": "इंफ़ेटशन", + "move_261": "टगल बग", + "move_262": "सवर वंड", + "move_263": "ऐटॉनश", + "move_264": "हेस", + "move_265": "नाइट शेड", + "move_266": "आयरन टल", + "move_267": "जायरो बॉल", + "move_268": "हेवी लैम", + "move_269": "फ़ायर िपन", + "move_270": "ओवरहीट", + "move_271": "बुलट सीड", + "move_272": "ास नॉट", + "move_273": "एनिज बॉल", + "move_274": "एटासेंसर", + "move_275": "यूचर साइट", + "move_276": "मरर कोट", + "move_277": "आउटज", + "move_278": "गुराना", + "move_279": "ंच", + "move_280": "फ़ाउल ल", + "move_281": "हडन पावर", + "move_282": "टक डाउन", + "move_283": "वॉटरफ़ॉल", + "move_284": "सर्फ़", + "move_285": "डेको मीटयोर", + "move_286": "डूम डज़ायर", + "move_287": "यॉन", + "move_288": "साइको बूट", + "move_289": "ऑरजन पस", + "move_290": "लफ़ लड", + "move_291": "ेज़ेंट", + "move_292": "वेदर बॉल", + "move_293": "वेदर बॉल", + "move_294": "वेदर बॉल", + "move_295": "वेदर बॉल", + "move_296": "ज़ी लांट", + "move_297": "मैक डाउन", + "move_298": "लाट बन", + "move_299": "हाइडो कनन", + "move_300": "लाट रज़ॉट", + "move_301": "मीटयोर मैश", + "move_302": "कल बैश", + "move_303": "ऐसड े", + "move_304": "पृवी शत", + "move_305": "ैबहैमर", + "move_306": "लज", + "move_307": "श लॉ", + "move_308": "ऑटाज़ूका", + "move_309": "मरर शॉट", + "move_310": "सुपरपावर", + "move_311": "फ़ेल टंगर", + "move_312": "लफ़ टोरनेडो", + "move_313": "लच लाइफ़", + "move_314": "डेन पंच", + "move_315": "शैडो बोन", + "move_316": "मडी वॉटर", + "move_317": "लज़ कक", + "move_318": "रज़र शेल", + "move_319": "पावर-अप पंच", + "move_320": "चाम", + "move_321": "गीगा इपैट", + "move_322": "टशन", + "move_323": "रटन", + "move_324": "संोनॉइज़", + "move_325": "लॉक-ऑन", + "move_326": "थंडर फ़ैंग", + "move_327": "आइस फ़ैंग", + "move_328": "हॉन डल", + "move_329": "िफ़शर", + "move_330": "सेेड सॉड", + "move_331": "लाइंग ेस", + "move_332": "ऑरा फ़ीयर", + "move_333": "पेबैक", + "move_334": "रॉक रकर", + "move_335": "ऐरोलाट", + "move_336": "टनो लाट", + "move_337": "टनो लाट", + "move_338": "टनो लाट", + "move_339": "टनो लाट", + "move_340": "टनो लाट", + "move_341": "लाई", + "move_342": "वी-ीऐट", + "move_343": "लफ़ टॉम", + "move_344": "टाइ अटैक", + "move_345": "हवा का झोंका", + "move_346": "इंसनरट", + "move_347": "Dark Void", + "move_348": "फ़ेदर डांस", + "move_349": "Fiery Dance", + "move_350": "फ़ेर वंड", + "move_351": "Relic Song", + "move_352": "वेदर बॉल", + "move_353": "साइकक फैंस", + "move_354": "हाइपरपेस युर", + "move_355": "हाइपरपेस होल", + "move_356": "डबल कक", + "move_357": "मैजकल लफ़", + "move_358": "सेेड फ़ायर", + "move_359": "आइसकल पीयर", + "move_360": "ऐरोलाट+", + "move_361": "ऐरोलाट++", + "move_362": "सेेड फ़ायर+", + "move_363": "सेेड फ़ायर++", + "move_364": "कलाबाज़ी", + "move_365": "लटर पज", + "move_366": "मट बॉल", + "move_367": "ूटल वंग", + "move_368": "रोलआउट", + "move_369": "सीड लयर", + "move_370": "ऑटट", + "move_371": "शैडो फ़ोस", + "move_372": "मीटयोर बीम", + "move_373": "वॉटर शुरकन", + "move_374": "यूज़न बोट", + "move_375": "यूज़न लयर", + "move_376": "पोटगाइट", + "move_377": "हाई हॉसपावर", + "move_378": "लशीएट", + "move_379": "ेकंग वाइप", + "move_380": "बूमबस्ट", + "move_381": "डबल आइरन बैश", + "move_382": "मटकल फ़ायर", + "move_383": "एवा ेक", + "move_384": "डैगन असेंट", + "move_385": "लफ़ेज", + "move_386": "मैमा टॉम", + "move_387": "जयोमैंसी", + "move_388": "पेशयल रंड​", + "move_389": "ऑलवयन वंग", + "move_390": "नेचर मैडनेस", + "move_391": "Triple Axel", + "move_392": "Trailblaze", + "move_393": "Scorching Sands", + "move_394": "रोर ऑफ टाइम", + "move_395": "Bleakwind Storm", + "move_396": "Sandsear Storm", + "move_397": "Wildbolt Storm", + "move_398": "िपरट शैकल", + "move_399": "Volt Tackle", + "move_400": "डाकट लैरयट", + "move_401": "साइवेव", + "move_402": "मेटल साउंड", + "move_403": "सैंड अटैक", + "move_404": "सनटल टाइक", + "move_405": "मूनगाइट बीम", + "move_406": "Aura Wheel", + "move_407": "Aura Wheel", + "move_408": "हाई जप कक", + "move_409": "मैस लयर", + "move_410": "मैस लटरबाई", + "move_411": "मैस लाइटनंग", + "move_412": "मैस टाइक", + "move_413": "मैस नकल", + "move_414": "मैस फ़ैंटै़म", + "move_415": "मैस हेलटॉम", + "move_416": "मैस ऊज़", + "move_417": "मैस गीज़र", + "move_418": "मैस एयरटीम", + "move_419": "मैस टारफ़ॉल", + "move_420": "मैस वमवंड", + "move_421": "मैस माइंडटॉम", + "move_422": "मैस रॉकफ़ॉल", + "move_423": "मैस वेक", + "move_424": "मैस डाकनेस", + "move_425": "मैस ओवरोथ", + "move_426": "मैस टलपाइक", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "फ़ोस पाम", + "move_463": "पाकलग आरया", + "poke_0": "बदलना", + "poke_1": "बबासॉर", + "poke_2": "आइवीसॉर", + "poke_3": "वीनासॉर", + "poke_3_e1": "मेगा वीनासॉर", + "poke_4": "चारमैंडर", + "poke_5": "चामलयन", + "poke_6": "चारज़ाड", + "poke_6_e2": "मेगा चारज़ाड X", + "poke_6_e3": "मेगा चारज़ाड Y", + "poke_7": "वटल", + "poke_8": "वॉरटॉटल", + "poke_9": "लाटॉइस", + "poke_9_e1": "मेगा लाटॉइस", + "poke_10": "कटरपी", + "poke_11": "मेटापॉड", + "poke_12": "बटर", + "poke_13": "वीडल", + "poke_14": "ककना", + "poke_15": "बीडल", + "poke_15_e1": "मेगा बीडल", + "poke_16": "िपजी", + "poke_17": "िपजयोटो", + "poke_18": "िपजऑट", + "poke_18_e1": "मेगा िपजऑट", + "poke_19": "रैटैटा", + "poke_20": "रैटकट", + "poke_21": "पीयरो", + "poke_22": "िफ़यरो", + "poke_23": "ऐकंस", + "poke_24": "आरबॉक", + "poke_25": "िपकाचू", + "poke_26": "राइचू", + "poke_27": "सैंडू", + "poke_28": "सैंडलैश", + "poke_29": "नीडोरैन ♀", + "poke_30": "नीडोरना", + "poke_31": "नीडोवीन", + "poke_32": "नीडोरैन♂", + "poke_33": "नीडोरनो", + "poke_34": "नीडोकंग", + "poke_35": "लफ़ेर", + "poke_36": "लफ़ेबल", + "poke_37": "वलपस", + "poke_38": "नाइनटस", + "poke_39": "जलपफ़", + "poke_40": "वलटफ़", + "poke_41": "ज़ूबैट", + "poke_42": "गोलबैट", + "poke_43": "ऑडश", + "poke_44": "लूम", + "poke_45": "वाइललूम", + "poke_46": "पैरस", + "poke_47": "पैरासेट", + "poke_48": "वेनोनैट", + "poke_49": "वेनोमॉथ", + "poke_50": "डगलट", + "poke_51": "डगटयो", + "poke_52": "याउथ", + "poke_53": "पशयन", + "poke_54": "साइडक", + "poke_55": "गोडक", + "poke_56": "मैंक", + "poke_57": "ाइमेप", + "poke_58": "ाउलथ", + "poke_59": "आकनाइन", + "poke_60": "बैंगचब", + "poke_61": "बैंगचबग", + "poke_62": "बैंगचबॉस", + "poke_63": "आबरा", + "poke_64": "काडाबरा", + "poke_65": "आलाकज़ाम", + "poke_65_e1": "मेगा आलाकज़ाम", + "poke_66": "मचॉप", + "poke_67": "मचोक", + "poke_68": "मचैप", + "poke_69": "बेलाउट", + "poke_70": "वीिपनबेल", + "poke_71": "वटीबेल", + "poke_72": "टंटाकल", + "poke_73": "टंटाूअल", + "poke_74": "जयोडूड", + "poke_75": "ैवलर", + "poke_76": "गोलम", + "poke_77": "पोनीटा", + "poke_78": "रैिपडैश", + "poke_79": "लोपोक", + "poke_80": "लोो", + "poke_80_e1": "मेगा लोो", + "poke_81": "मैनेमाइट", + "poke_82": "मैनेटॉन", + "poke_83": "फ़ारफ़ेच", + "poke_84": "डोडुओ", + "poke_85": "डोडयो", + "poke_86": "सीसील", + "poke_87": "सीगायगर", + "poke_88": "ाइमर", + "poke_89": "मक", + "poke_90": "शेडर", + "poke_91": "शेलोपल", + "poke_92": "गैटल", + "poke_93": "हॉटर", + "poke_94": "गेंगार", + "poke_94_e1": "मेगा गेंगार", + "poke_95": "ऑनस", + "poke_96": "डाउज़ी", + "poke_97": "हपनो", + "poke_98": "ैबी", + "poke_99": "कंगलर", + "poke_100": "वोटॉब", + "poke_101": "इलटोड", + "poke_102": "एगोला", + "poke_103": "नारयोला", + "poke_104": "यूबोन", + "poke_105": "मैरोवैक", + "poke_106": "ककाटैक", + "poke_107": "मुकाटैक", + "poke_108": "लकटंग", + "poke_109": "कॉिफ़ंग", + "poke_110": "वीिज़ंग", + "poke_111": "राइहॉन", + "poke_112": "राइडॉन", + "poke_113": "चैंसी", + "poke_114": "उलझारा", + "poke_115": "गारामॉन", + "poke_115_e1": "मेगा गारामॉन", + "poke_116": "हॉसी", + "poke_117": "सीडा", + "poke_118": "गोडीन", + "poke_119": "सीकंग", + "poke_120": "टारयू", + "poke_121": "टारमी", + "poke_122": "मटर माइम", + "poke_123": "टाइकट", + "poke_124": "लपलप", + "poke_125": "इलकटक", + "poke_126": "मैमार", + "poke_127": "िपंसर", + "poke_127_e1": "मेगा िपंसर", + "poke_128": "टॉरोस", + "poke_129": "मैजकाप", + "poke_130": "गैराडोस", + "poke_130_e1": "मेगा गैराडोस", + "poke_131": "लैस", + "poke_132": "डो", + "poke_133": "ईवी", + "poke_134": "नीरवी", + "poke_135": "थंडरवी", + "poke_136": "लरवी", + "poke_137": "पोरगॉन", + "poke_138": "ऑमानाइट", + "poke_139": "ऑमाटार", + "poke_140": "कबूटो", + "poke_141": "कबूटॉस", + "poke_142": "ऐरोडैटल", + "poke_142_e1": "मेगा ऐरोडैटल", + "poke_143": "नोरलैस", + "poke_144": "आटकनो", + "poke_145": "ज़ैपडोस", + "poke_146": "मोटस", + "poke_147": "डटनी", + "poke_148": "डैगनेयर", + "poke_149": "डैगनाइट", + "poke_150": "यूटू", + "poke_150_e2": "मेगा यूटू X", + "poke_150_e3": "मेगा यूटू Y", + "poke_151": "यू", + "poke_152": "चकोरटा", + "poke_153": "बेलफ़", + "poke_154": "मैगेनयम", + "poke_155": "सुइगार", + "poke_156": "सुइलावा", + "poke_157": "वसफ़ान", + "poke_158": "नहामछ", + "poke_159": "ोकोमछ", + "poke_160": "महामछ", + "poke_161": "नेवर", + "poke_162": "फ़रबला", + "poke_163": "उलूल", + "poke_164": "नशाउल", + "poke_165": "लडबा", + "poke_166": "लडयन", + "poke_167": "रशमक", + "poke_168": "ेडोमक", + "poke_169": "ोबैट", + "poke_170": "लालटून", + "poke_171": "लालटाना", + "poke_172": "िपचू", + "poke_173": "लफ़ा", + "poke_174": "इलबफ़", + "poke_175": "टोगेपी", + "poke_176": "टोगेटक", + "poke_177": "नेचची", + "poke_178": "नेचयामी", + "poke_179": "मेषीप", + "poke_180": "वोटून", + "poke_181": "डैगल", + "poke_181_e1": "मेगा डैगल", + "poke_182": "नासूम", + "poke_183": "बॉलबी", + "poke_184": "अबॉल", + "poke_185": "नकलटी", + "poke_186": "बैंगचीकंग", + "poke_187": "बीजप", + "poke_188": "पंखुल", + "poke_189": "ईल", + "poke_190": "हापी", + "poke_191": "नटमुखी", + "poke_192": "खुशमुखी", + "poke_193": "हेलकट", + "poke_194": "वूपर", + "poke_195": "दलदलॉड", + "poke_196": "मनवी", + "poke_197": "डाकवी", + "poke_198": "कालो", + "poke_199": "लोकंग", + "poke_200": "शरारम", + "poke_201": "नामालूम", + "poke_202": "सचमुची", + "poke_203": "जरािफ़रा", + "poke_204": "पाइनोला", + "poke_205": "जंकला", + "poke_206": "वररंग", + "poke_207": "लाइडंक", + "poke_208": "टलस", + "poke_208_e1": "मेगा टलस", + "poke_209": "बुलवान", + "poke_210": "बुलडोज", + "poke_211": "सुईिफ़श", + "poke_212": "सज़राथ", + "poke_212_e1": "मेगा सज़राथ", + "poke_213": "शेलसीप", + "poke_214": "हेराॉस", + "poke_214_e1": "मेगा हेराॉस", + "poke_215": "चोरला", + "poke_216": "टडीलू", + "poke_217": "भालूरन", + "poke_218": "लगमा", + "poke_219": "मैकारगो", + "poke_220": "शुअरबी", + "poke_221": "फ़रशूअर", + "poke_222": "हसमुंगा", + "poke_223": "मीनगन", + "poke_224": "ऑटोप", + "poke_225": "डेलबड", + "poke_226": "मैटागर", + "poke_227": "आकामर", + "poke_228": "डैवान", + "poke_229": "डीवान", + "poke_229_e1": "मेगा डीवान", + "poke_230": "कंगडा", + "poke_231": "नहाथी", + "poke_232": "डॉनागज", + "poke_233": "पोरगॉन2", + "poke_234": "बाराडीरा", + "poke_235": "रंगककर", + "poke_236": "फ़ाइटनौ", + "poke_237": "लूटैक", + "poke_238": "चूमम", + "poke_239": "इलकचा", + "poke_240": "शुमैग", + "poke_241": "मलटैंक", + "poke_242": "लसी", + "poke_243": "राइको", + "poke_244": "एंटइ", + "poke_245": "सुइकन", + "poke_246": "लारवार", + "poke_247": "कोषकटार", + "poke_248": "आमार", + "poke_248_e1": "मेगा आमार", + "poke_249": "लूगया", + "poke_250": "हो-ओह", + "poke_251": "सेलबी", + "poke_252": "टीकल", + "poke_253": "िकल", + "poke_254": "जंगलज़ाड", + "poke_254_e1": "मेगा जंगलज़ाड", + "poke_255": "आकक", + "poke_256": "युवाकक", + "poke_257": "गाराकक", + "poke_257_e1": "मेगा गाराकक", + "poke_258": "पंकबु", + "poke_259": "पंॉल", + "poke_260": "वायगर", + "poke_260_e1": "मेगा वायगर", + "poke_261": "पपीबघा", + "poke_262": "बड़ाबघा", + "poke_263": "लहरउन", + "poke_264": "लकन", + "poke_265": "इलल", + "poke_266": "रशकन", + "poke_267": "यूटलाई", + "poke_268": "रकन", + "poke_269": "ज़हरॉथ", + "poke_270": "कमलबी", + "poke_271": "टोकमल", + "poke_272": "फ़नटाना", + "poke_273": "नटल", + "poke_274": "नाकोंपल", + "poke_275": "कटील", + "poke_276": "मनबील", + "poke_277": "बगाबील", + "poke_278": "वंगल", + "poke_279": "पेलपर", + "poke_280": "शूस", + "poke_281": "करलया", + "poke_282": "शौवीनाइट", + "poke_282_e1": "मेगा शौवीनाइट", + "poke_283": "लॉलप", + "poke_284": "बारऑथ", + "poke_285": "बशम", + "poke_286": "ूमकप", + "poke_287": "आलसजी", + "poke_288": "बुलचुला", + "poke_289": "महालसी", + "poke_290": "माटजा", + "poke_291": "नकाब", + "poke_292": "ननकल", + "poke_293": "फ़ुसखुस", + "poke_294": "रोषरोर", + "poke_295": "शोरफ़ोड़", + "poke_296": "माकहता", + "poke_297": "हारयामा", + "poke_298": "बबॉल", + "poke_299": "मैगनाक", + "poke_300": "याल", + "poke_301": "याऊसावा", + "poke_302": "कालज़र", + "poke_302_e1": "मेगा कालज़र", + "poke_303": "मुचीट", + "poke_303_e1": "मेगा मुचीट", + "poke_304": "आइरोबल", + "poke_305": "आइरोहाड", + "poke_306": "आइरोडॉन", + "poke_306_e1": "मेगा आइरोडॉन", + "poke_307": "ननासन", + "poke_308": "करशवार", + "poke_308_e1": "मेगा करशवार", + "poke_309": "फ़ानडर", + "poke_310": "फ़ानबोट", + "poke_310_e1": "मेगा फ़ानबोट", + "poke_311": "लसल", + "poke_312": "माइनन", + "poke_313": "बबीट", + "poke_314": "लाइटनी", + "poke_315": "रोज़ेलया", + "poke_316": "नगलन", + "poke_317": "सबनगल", + "poke_318": "शारपीरा", + "poke_319": "शारपीडो", + "poke_319_e1": "मेगा शारपीडो", + "poke_320": "बेवेल", + "poke_321": "वेलॉड", + "poke_322": "डमूंट", + "poke_323": "वसफूंट", + "poke_323_e1": "मेगा वसफूंट", + "poke_324": "कोयटॉइस", + "poke_325": "सूिंग", + "poke_326": "िपगअर", + "poke_327": "चकरबी", + "poke_328": "मसरौ", + "poke_329": "कंपनावा", + "poke_330": "लाईगॉन", + "poke_331": "ककशाह", + "poke_332": "ककनीशा", + "poke_333": "ईी", + "poke_334": "ईटा", + "poke_334_e1": "मेगा ईटा", + "poke_335": "नेवलैश", + "poke_336": "सपश", + "poke_337": "चानटोन", + "poke_338": "सूरवरॉक", + "poke_339": "मूछल", + "poke_340": "मलाची", + "poke_341": "फ़ौजींगा", + "poke_342": "झींगीगा", + "poke_343": "टूलटॉय", + "poke_344": "माटमन", + "poke_345": "लडीप", + "poke_346": "हलगर", + "poke_347": "पाषींगा", + "poke_348": "पाषामर", + "poke_349": "दीनमीन", + "poke_350": "नीर", + "poke_351": "मौसमर", + "poke_352": "िछपगट", + "poke_353": "मूरसाया", + "poke_354": "ापूत", + "poke_354_e1": "मेगा ापूत", + "poke_355": "घूमरा", + "poke_356": "मंडरैना", + "poke_357": "टॉिपयस", + "poke_358": "टंगट", + "poke_359": "ऐसॉल", + "poke_359_e1": "मेगा ऐसॉल", + "poke_360": "सच", + "poke_361": "बफ़बचा", + "poke_362": "हमास", + "poke_362_e1": "मेगा हमास", + "poke_363": "सीसीलारा", + "poke_364": "सीलयार", + "poke_365": "सीसीलाज़म", + "poke_366": "सीपल", + "poke_367": "टलार", + "poke_368": "गुलाबस", + "poke_369": "पौराकंथ", + "poke_370": "यारशस", + "poke_371": "डैगाल", + "poke_372": "डैगोवच", + "poke_373": "सैलाोश", + "poke_373_e1": "मेगा सैलाोश", + "poke_374": "बलडम", + "poke_375": "मटैंग", + "poke_376": "मेटाोस", + "poke_376_e1": "मेगा मेटाोस", + "poke_377": "रजरॉक", + "poke_378": "रजआइस", + "poke_379": "रजटल", + "poke_380": "लाटयास", + "poke_380_e1": "मेगा लाटयास", + "poke_381": "लाटयोस", + "poke_381_e1": "मेगा लाटयोस", + "poke_382": "कायोगर", + "poke_383": "ाउडॉन", + "poke_384": "रवेज़ा", + "poke_384_e1": "मेगा रवेज़ा", + "poke_385": "जराची", + "poke_386": "डयॉसस", + "poke_387": "खलटल", + "poke_388": "जंगलटल", + "poke_389": "धराटॉइस", + "poke_390": "आगािप", + "poke_391": "फ़ायकप", + "poke_392": "वानफ़ायर", + "poke_393": "िपपलप", + "poke_394": "िंगपु", + "poke_395": "पेंगराजयन", + "poke_396": "मैनाक", + "poke_397": "मैनाटार", + "poke_398": "मैहॉक", + "poke_399": "ऊदब", + "poke_400": "बलापीपा", + "poke_401": "िझंगोलू", + "poke_402": "िझंगीत", + "poke_403": "टंलस", + "poke_404": "रोशनीयर", + "poke_405": "एसरशर", + "poke_406": "कोपल", + "poke_407": "गुलाक", + "poke_408": "कपाल", + "poke_409": "रैमटैंक", + "poke_410": "ढालाटॉस", + "poke_411": "कलाटॉस", + "poke_412": "बोरकट", + "poke_413": "मैमबोर", + "poke_414": "मॉथनर", + "poke_415": "टनबी", + "poke_416": "रानीबी", + "poke_417": "पाचरसू", + "poke_418": "टॎूनेव", + "poke_419": "नेवराट", + "poke_420": "चेरर", + "poke_421": "चेरलफ़ू", + "poke_422": "शेलगुमा", + "poke_423": "लगार", + "poke_424": "वानराथ", + "poke_425": "गुबारा", + "poke_426": "गुबावारा", + "poke_427": "रोलकान", + "poke_428": "रैबीनीयर", + "poke_428_e1": "मेगा रैबीनीयर", + "poke_429": "मैजीरम", + "poke_430": "ोडॉन", + "poke_431": "चामयाऊ", + "poke_432": "कपीकट", + "poke_433": "टंगनी", + "poke_434": "कंकबू", + "poke_435": "बुकटैंक", + "poke_436": "ॉज़ाइना", + "poke_437": "ॉज़ाटन", + "poke_438": "लांटनी", + "poke_439": "माइम जूनयर", + "poke_440": "हैपीनी", + "poke_441": "रैपचैप", + "poke_442": "कौकक", + "poke_443": "शागोला", + "poke_444": "गबाइट", + "poke_445": "गारचॉप", + "poke_445_e1": "मेगा गारचॉप", + "poke_446": "मंचलैस", + "poke_447": "रयोलु", + "poke_448": "लुकारयो", + "poke_448_e1": "मेगा लुकारयो", + "poke_449": "हपोपोटास", + "poke_450": "हपोडॉन", + "poke_451": "बछुवश", + "poke_452": "डैगाबष", + "poke_453": "ॉगावारा", + "poke_454": "ॉगावष", + "poke_455": "मासखाटैप", + "poke_456": "मीनोसेंट", + "poke_457": "नयोनश", + "poke_458": "मैचा", + "poke_459": "हमकप", + "poke_460": "बफ़ाशाह", + "poke_460_e1": "मेगा बफ़ाशाह", + "poke_461": "चंटला", + "poke_462": "मैनेज़ोन", + "poke_463": "लकलक", + "poke_464": "राइिपरयर", + "poke_465": "उलझाबो", + "poke_466": "इलकबल", + "poke_467": "मैमातोप", + "poke_468": "टोगेकस", + "poke_469": "हेलमेगा", + "poke_470": "लफ़ीवी", + "poke_471": "हमीवी", + "poke_472": "लाइबडंक", + "poke_473": "मैमोथर", + "poke_474": "पोरगॉन-Z", + "poke_475": "एललड", + "poke_475_e1": "मेगा एललड", + "poke_476": "ीमैगनाक", + "poke_477": "कालरैना", + "poke_478": "बफ़लका", + "poke_479": "रोटॉम", + "poke_480": "रहपर", + "poke_481": "यपर", + "poke_482": "मयपर", + "poke_483": "डयागा", + "poke_484": "पाकया", + "poke_485": "हीटैन", + "poke_486": "रजगगस", + "poke_487": "गराटना", + "poke_488": "सेलया", + "poke_489": "िफ़योने", + "poke_490": "मैनफ़ी", + "poke_491": "डाकराय", + "poke_492": "शेमन", + "poke_493": "आकयस", + "poke_494": "वटनी", + "poke_495": "वाईनेक", + "poke_496": "सपाइन", + "poke_497": "सपरयर", + "poke_498": "िपगमी", + "poke_499": "उमग", + "poke_500": "फ़ायवलॉड", + "poke_501": "ममोलू", + "poke_502": "सॉडोवार", + "poke_503": "रावसॉड", + "poke_504": "मूकाउट", + "poke_505": "पहरॉग", + "poke_506": "ललपप", + "poke_507": "टोलयर", + "poke_508": "ज़बरडॉग", + "poke_509": "चोरोकट", + "poke_510": "तेंदुआस", + "poke_511": "शाकप", + "poke_512": "वानशाक", + "poke_513": "रोटकप", + "poke_514": "वानरोट", + "poke_515": "नीरकप", + "poke_516": "वानीर", + "poke_517": "मूना", + "poke_518": "मूशना", + "poke_519": "कबूटंगा", + "poke_520": "यूटरगू", + "poke_521": "कूटर", + "poke_522": "हॉटाइप", + "poke_523": "ज़ेबटाइका", + "poke_524": "लडूगो", + "poke_525": "कोरटान", + "poke_526": "गीगायथर", + "poke_527": "चमचक", + "poke_528": "चमगाट", + "poke_529": "मोलडल", + "poke_530": "ाउंडर", + "poke_531": "ऑहैना", + "poke_531_e1": "मेगा ऑहैना", + "poke_532": "इशा", + "poke_533": "कॉलोहाड", + "poke_534": "बूडाबडा", + "poke_535": "डंबराउंड", + "poke_536": "मेंटोडर", + "poke_537": "टरटोडार", + "poke_538": "ोडानव", + "poke_539": "वाडानव", + "poke_540": "लपता", + "poke_541": "लपटाकन", + "poke_542": "आईलफ़", + "poke_543": "खंजूरा", + "poke_544": "रमॉथ", + "poke_545": "वषाजूरा", + "poke_546": "कॉटनी", + "poke_547": "एफ़ायू", + "poke_548": "टल", + "poke_549": "सजलल", + "poke_550": "मरडीन", + "poke_551": "नैनोका", + "poke_552": "अिड़याल", + "poke_553": "बुराडयाल", + "poke_554": "डामाग", + "poke_555": "डामागून", + "poke_556": "जुनजुनाची", + "poke_557": "नवाटोन", + "poke_558": "पैलशैल", + "poke_559": "कडल", + "poke_560": "टोपीबान", + "poke_561": "सबलाय", + "poke_562": "मौकाब", + "poke_563": "डैमौफ़न", + "poke_564": "ोटोकम", + "poke_565": "रबोटोशेल", + "poke_566": "आकया", + "poke_567": "आकयर", + "poke_568": "कचरैग", + "poke_569": "कड़ाबूड़ा", + "poke_570": "ज़ोआ", + "poke_571": "ज़ोरोआक", + "poke_572": "मंचीनो", + "poke_573": "चंचीनो", + "poke_574": "गोलगॉथ", + "poke_575": "गॉथनहार", + "poke_576": "गॉथीमसी", + "poke_577": "एकोवू", + "poke_578": "डूओवा", + "poke_579": "ओवाकनेक", + "poke_580": "डकचा", + "poke_581": "हंसोना", + "poke_582": "वनीलफ़", + "poke_583": "वनीरच", + "poke_584": "ट्वनला", + "poke_585": "हरतु", + "poke_586": "मौसबडीयर", + "poke_587": "इमोगा", + "poke_588": "कवरटल", + "poke_589": "नाइटसीप", + "poke_590": "मशहैरान", + "poke_591": "पूराफ़ाश", + "poke_592": "लश", + "poke_593": "जेलहल", + "poke_594": "अमोला", + "poke_595": "बज़ॉब", + "poke_596": "टरैंटका", + "poke_597": "लौसीडो ", + "poke_598": "डंबलनट", + "poke_599": "गेरार", + "poke_600": "गेरारर", + "poke_601": "गेराररर", + "poke_602": "लकवारा", + "poke_603": "ईलवा", + "poke_604": "ईलवाडर", + "poke_605": "एले", + "poke_606": "बगाईयन", + "poke_607": "मोबात", + "poke_608": "लौमटन", + "poke_609": "झूमडेला", + "poke_610": "फ़ैंगजॉ", + "poke_611": "कडाडी", + "poke_612": "कडाडर", + "poke_613": "रछू", + "poke_614": "बेयरटक", + "poke_615": "ज़ोमेटी", + "poke_616": "शेलमेट", + "poke_617": "फ़ुरडीला", + "poke_618": "मडल", + "poke_619": "कंफ़ीज़ल", + "poke_620": "वी़टाइल", + "poke_621": "िमचेरा", + "poke_622": "गोलमटल", + "poke_623": "गोलायेंट", + "poke_624": "मोराटाना", + "poke_625": "वज़ीरचॉप", + "poke_626": "घुंगरलो", + "poke_627": "चीलोपी", + "poke_628": "वीरगल", + "poke_629": "वलकड", + "poke_630": "वचरना", + "poke_631": "हीटखोर", + "poke_632": "चीटायरन", + "poke_633": "सनो", + "poke_634": "डैडोसर", + "poke_635": "डैटगॉन", + "poke_636": "वालावा", + "poke_637": "वलकनॉथ", + "poke_638": "कोबेलयन", + "poke_639": "टराकयन", + "poke_640": "वराइिज़यन", + "poke_641": "टॉरनैरॉस", + "poke_642": "बोटोरॉस", + "poke_643": "रशरैम", + "poke_644": "ज़ेोम", + "poke_645": "लैंडोरस", + "poke_646": "यूरम", + "poke_647": "कडयो", + "poke_648": "मेलोएटा", + "poke_649": "जनोसेट", + "poke_650": "शाबडल", + "poke_651": "डफ़ेंडल", + "poke_652": "माशाज़ार", + "poke_653": "लौमनी", + "poke_654": "लौमटल", + "poke_655": "मैजलोी", + "poke_656": "ोटर", + "poke_657": "ॉगेडयर", + "poke_658": "ेनंजा", + "poke_659": "डगबट", + "poke_660": "डगमड", + "poke_661": "ऐरोबन", + "poke_662": "लरोबन", + "poke_663": "फ़ायरोबान", + "poke_664": "फैलाबग", + "poke_665": "फैलावारा", + "poke_666": "ववलयॉन", + "poke_667": "शेरटल", + "poke_668": "शेरालज़", + "poke_669": "लबेबे", + "poke_670": "लोएट", + "poke_671": "लोजेस", + "poke_672": "मेमनाइड", + "poke_673": "गोगोट", + "poke_674": "शैताम", + "poke_675": "पंगापांडा", + "poke_676": "टमवान", + "poke_677": "साइकट", + "poke_678": "कटनेसस", + "poke_679": "लडेक", + "poke_680": "डायलड", + "poke_681": "चीरागाड", + "poke_682": "फ़सीफ़स", + "poke_683": "फुलासेंट", + "poke_684": "पफ़लक", + "poke_685": "लीमी", + "poke_686": "याहीहै ", + "poke_687": "कालामारड", + "poke_688": "बायनेकल", + "poke_689": "बानेखौफ़", + "poke_690": "काइफूस", + "poke_691": "डैकाइगॉन", + "poke_692": "लॉगन", + "poke_693": "लॉटर", + "poke_694": "जेनरल", + "poke_695": "िछपलटक", + "poke_696": "टनीरस", + "poke_697": "हाडरस", + "poke_698": "अमारगा", + "poke_699": "अमागामस", + "poke_700": "चामीवी", + "poke_701": "हॉलूचा", + "poke_702": "डेडेने", + "poke_703": "काबीरा", + "poke_704": "लसेरा", + "poke_705": "नेलसा", + "poke_706": "लसलगॉन", + "poke_707": "गुचाबी", + "poke_708": "हटी", + "poke_709": "लाजरॉट", + "poke_710": "कबू", + "poke_711": "कभूत", + "poke_712": "बफ़ाश", + "poke_713": "हमार", + "poke_714": "बैतरंग", + "poke_715": "वायवरंग", + "poke_716": "ज़नयस", + "poke_717": "इवेटाल", + "poke_718": "ज़ाइगाड", + "poke_719": "डायंसी", + "poke_719_e1": "मेगा डायंसी", + "poke_720": "पा", + "poke_721": "वोकनयन", + "poke_722": "वुडलू", + "poke_723": "डाटूलू", + "poke_724": "नाइिक", + "poke_725": "लटन", + "poke_726": "लयाऊ", + "poke_727": "गरगुरा", + "poke_728": "गोलसी", + "poke_729": "यारलसी", + "poke_730": "सीसीलपर", + "poke_731": "चोंचपेकर", + "poke_732": "हॉनपेकर", + "poke_733": "तोपुकान", + "poke_734": "यंगूस", + "poke_735": "जासूगूस", + "poke_736": "टकला", + "poke_737": "चाजाबग", + "poke_738": "इंसेटोप", + "poke_739": "ैबॉस", + "poke_740": "ैबड", + "poke_741": "परडांस", + "poke_742": "यूटलाई", + "poke_743": "रबनबी", + "poke_744": "पपरॉक", + "poke_745": "वेरवुडर", + "poke_746": "सहमीशी", + "poke_747": "मीनटारा", + "poke_748": "ूमीनटारा", + "poke_749": "मटखर", + "poke_750": "मडॉस", + "poke_751": "डॉपमक", + "poke_752": "डैडॉमक", + "poke_753": "फ़ेटस", + "poke_754": "ऑकडस", + "poke_755": "ननीमश", + "poke_756": "ूमशेड", + "poke_757": "लज़ूटरा", + "poke_758": "लज़ोलो", + "poke_759": "सॉलू", + "poke_760": "वेयरबेयर", + "poke_761": "ूशर", + "poke_762": "डांसीरनी", + "poke_763": "शीरवीनी", + "poke_764": "हाचा", + "poke_765": "ओरैंगु", + "poke_766": "फेकाकक", + "poke_767": "डरकट", + "poke_768": "योामर", + "poke_769": "रताबु", + "poke_770": "ेतफ़ोट", + "poke_771": "खीरामुका", + "poke_772": "टाइप : ज़ीरो", + "poke_773": "सवायार", + "poke_774": "छोटुका", + "poke_775": "ननआला", + "poke_776": "टटालाट", + "poke_777": "टोगेडेमा", + "poke_778": "ममयू", + "poke_779": "कसश", + "poke_780": "डैगादा", + "poke_781": "डटोवील", + "poke_782": "टनीखन", + "poke_783": "खनखंडोरा", + "poke_784": "खनखंडॉन", + "poke_785": "टापू कोको", + "poke_786": "टापू लल", + "poke_787": "टापू बूलू", + "poke_788": "टापू िफ़नी", + "poke_789": "कॉ़मॉग", + "poke_790": "कॉ़मोएम", + "poke_791": "सोललयो", + "poke_792": "लूनाला", + "poke_793": "नवाइड", + "poke_794": "मसलबज़", + "poke_795": "फ़ेरोचीए", + "poke_796": "ल", + "poke_797": "सेलटला", + "poke_798": "काटागामी", + "poke_799": "सबखाकंग", + "poke_800": "नैॉ़मा", + "poke_801": "मगयरना", + "poke_802": "माशैडो", + "poke_803": "वषशू", + "poke_804": "सुईलॉग", + "poke_805": "चाचान", + "poke_806": "ललाबूम", + "poke_807": "ज़ेराऑरा", + "poke_808": "मेटन", + "poke_809": "मेलमेटल", + "poke_810": "चपॉप", + "poke_811": "चमटक", + "poke_812": "रलाबूम", + "poke_813": "बनीलप", + "poke_814": "रैबकक", + "poke_815": "टाइबन", + "poke_816": "युरोरा", + "poke_817": "नमीगट", + "poke_818": "पाइगट", + "poke_819": "गगोलू", + "poke_820": "गगोला", + "poke_821": "ोवक", + "poke_822": "ोनील", + "poke_823": "ोआमर", + "poke_824": "खोजीबग", + "poke_825": "रडाकट", + "poke_826": "ऑबीटल", + "poke_827": "फ़ॉसेरा", + "poke_828": "चालूफ़ॉस", + "poke_829": "लाई", + "poke_830": "बरई", + "poke_831": "ऊनू ", + "poke_832": "औन", + "poke_833": "यूटल", + "poke_834": "ंचटल", + "poke_835": "वॉपी", + "poke_836": "वोलवान", + "poke_837": "कोयलार", + "poke_838": "कारकोल", + "poke_839": "कोयलाज", + "poke_840": "ूकरा", + "poke_841": "लैपल", + "poke_842": "डमपल", + "poke_843": "सैंडसप", + "poke_844": "अजगरत", + "poke_845": "ललकाक", + "poke_846": "ऐरोकडा", + "poke_847": "पीराकडा", + "poke_848": "इलज़न", + "poke_849": "टंगडार", + "poke_850": "जूराबन", + "poke_851": "जूरारोट", + "poke_852": "ऑटोपीट", + "poke_853": "ऑटोचोक", + "poke_854": "चायक", + "poke_855": "डैतल", + "poke_856": "हैटना", + "poke_857": "हैटशारा", + "poke_858": "हैटमौन", + "poke_859": "शरापरा", + "poke_860": "फ़ेराहेर", + "poke_861": "हेरओगर", + "poke_862": "बैरगून", + "poke_863": "पज़कर", + "poke_864": "ामूंगा", + "poke_865": "सरफ़ेच", + "poke_866": "मटर राइम", + "poke_867": "डैमौशल", + "poke_868": "मैजीशीर", + "poke_869": "मैजीीम", + "poke_870": "पटून", + "poke_871": "ज़ैपचन", + "poke_872": "बफ़ाखोर", + "poke_873": "बफ़ामॉथ", + "poke_874": "टोनहेंजी", + "poke_875": "पेंयूबाइस", + "poke_876": "हानजी", + "poke_877": "मोरपेको", + "poke_878": "कॉपाराती", + "poke_879": "कॉपाराजा", + "poke_880": "डैगोपाक", + "poke_881": "चलोपाक", + "poke_882": "डैगोिफ़श", + "poke_883": "चलोिफ़श", + "poke_884": "डैगनयम", + "poke_885": "डै", + "poke_886": "डैगुल", + "poke_887": "डैगुलर", + "poke_888": "ज़ाशयन", + "poke_889": "ज़ामाज़ैंटा", + "poke_890": "डायनोनाइट", + "poke_891": "माशावू", + "poke_892": "मारशीफ़ू", + "poke_893": "ज़ाद", + "poke_894": "रजइलक", + "poke_895": "रजडेगो", + "poke_896": "लज़ाश", + "poke_897": "पराश", + "poke_898": "बडशाह", + "poke_899": "मायाडीरा", + "poke_900": "कहाडस", + "poke_901": "मूनोरछ", + "poke_902": "महाडीन", + "poke_903": "बगरला", + "poke_904": "हज़ारोसूई", + "poke_905": "लवटोरॉस", + "poke_906": "याओहा", + "poke_907": "याओकल", + "poke_908": "याकालोरा", + "poke_909": "गरमछ", + "poke_910": "लमछ", + "poke_911": "बोनोशोर", + "poke_912": "वैसी", + "poke_913": "वैजल", + "poke_914": "वेवानवल", + "poke_915": "शौकशुका", + "poke_916": "िपगीसेंट", + "poke_917": "टैरंगोला", + "poke_918": "जालाइडर", + "poke_919": "िपा", + "poke_920": "पैरसटा", + "poke_921": "पंफ़ी", + "poke_922": "पंिफ़या", + "poke_923": "पाफ़या", + "poke_924": "मूशीमूशी", + "poke_925": "मूशीमोर", + "poke_926": "पपीडो", + "poke_927": "पाओपाओ", + "poke_928": "मॉलव", + "poke_929": "डॉलव", + "poke_930": "ऑलवा", + "poke_931": "मयांमठू", + "poke_932": "सॉटू", + "poke_933": "सॉटाडेर", + "poke_934": "नमकायडन", + "poke_935": "कोयलाइट", + "poke_936": "आरमारड", + "poke_937": "लनीलड", + "poke_938": "टमडम", + "poke_939": "बेलबोट", + "poke_940": "इलैटल", + "poke_941": "ईलैटलार", + "poke_942": "गुराटफ़", + "poke_943": "डॉनोटफ़", + "poke_944": "छछूंडॉ", + "poke_945": "ाफ़ीटर", + "poke_946": "येास", + "poke_947": "हॉरोास", + "poke_948": "ज़मीटाकल", + "poke_949": "ज़मीटाूअल", + "poke_950": "ैलफ़", + "poke_951": "कपशशु", + "poke_952": "चलफ़ंगा", + "poke_953": "लरोलरो", + "poke_954": "लारैबगु", + "poke_955": "लचक", + "poke_956": "टैलपैा", + "poke_957": "फ़ौलारटा", + "poke_958": "इपारटा", + "poke_959": "टाइटनीटा", + "poke_960": "वलट", + "poke_961": "वॉटयो", + "poke_962": "डॉपारंदा", + "poke_963": "वेवीफ़न", + "poke_964": "डॉफ़मान", + "poke_965": "ूमू", + "poke_966": "ूमरोर", + "poke_967": "लज़ाबाइक", + "poke_968": "कचुॉल", + "poke_969": "चमकलर", + "poke_970": "लोखलार", + "poke_971": "कू", + "poke_972": "शमवान", + "poke_973": "फ़सामंगो", + "poke_974": "वॉकवेल", + "poke_975": "वेलाजर", + "poke_976": "हेकामीन", + "poke_977": "डॉनकम", + "poke_978": "डैज़ूशी", + "poke_979": "परलौकप", + "poke_980": "मडीलॉड", + "poke_981": "फ़राजरा", + "poke_982": "वरररंग", + "poke_983": "कतानाशाह", + "poke_984": "महादंत", + "poke_985": "चीखीदुम", + "poke_986": "ोधीूम", + "poke_987": "लहराहेयर", + "poke_988": "रंगापंख", + "poke_989": "रतीफ़र", + "poke_990": "आइरनवील", + "poke_991": "आइरनपोटल", + "poke_992": "आइरनभुजा", + "poke_993": "आइरनहलक", + "poke_994": "आइरनमॉथ", + "poke_995": "आइरनपाइक", + "poke_996": "चलबैक", + "poke_997": "हमबैक", + "poke_998": "बैकटार", + "poke_999": "अमीरगो", + "poke_1000": "अमीरगो", + "poke_1001": "वोचएन", + "poke_1002": "चएनपाओ", + "poke_1003": "डंगलू", + "poke_1004": "चीयू", + "poke_1005": "चाँदरोर", + "poke_1006": "आइरनयोा", + "poke_1007": "कोराईडॉन", + "poke_1008": "मराईडॉन", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "कोई नहीं", + "poke_type_1": "नॉमल", + "poke_type_2": "फ़ाइटंग", + "poke_type_3": "़लाइंग", + "poke_type_4": "पॉइज़न", + "poke_type_5": "ाउंड", + "poke_type_6": "रॉक", + "poke_type_7": "बग", + "poke_type_8": "घोट", + "poke_type_9": "टल", + "poke_type_10": "फ़ायर", + "poke_type_11": "वॉटर", + "poke_type_12": "ास", + "poke_type_13": "इलटक", + "poke_type_14": "साइकक", + "poke_type_15": "आइस", + "poke_type_16": "डैगन", + "poke_type_17": "डाक", + "poke_type_18": "फ़ेर", + "purified": "शु", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "अपने पाटनर क साथ {{amount}} km चलं!", + "quest_catch_type_dark_plural": "{{amount}} डाक टाइप पोकमॉन पकड़ें", + "quest_catch_type_dragon_plural": "{{amount}} डैगन टाइप पोकमॉन पकड़ें", + "quest_catch_type_poison_plural": "{{amount}} पॉइज़न टाइप पोकमॉन पकड़ें", + "quest_catch_type_psychic_plural": "{{amount}} साइकक टाइप पोकमॉन पकड़ें", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "{{amount}} घोट टाइप पोकमॉन हराएँ", + "quest_fight_type_ghost_psychic_plural": "{{amount}} साइकक या घोट टाइप पोकमॉन हराएँ", + "quest_fight_type_psychic_plural": "{{amount}} साइकक टाइप पोकमॉन हराएँ", + "quest_incense_singular": "इंसेंस का इतेमाल करं", + "quest_land_excellent_plural": "{{amount}} बेहतरन ो करं", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "टम लडर से {{amount_0}} बार बैटल करं", + "quest_title_challenge_2019_battle_trainer": "दूसर टनर क साथ बैटल करं", + "quest_title_challenge_2019_battle_trainer_plural": "दूसर टनर क साथ {{amount_0}} बार बैटल करं", + "quest_title_challenge_2019_battle_trainer_win": "दूसर टनर से {{amount_0}} बार जीतें", + "quest_title_challenge_2019_snapshot_eevee": "ईवी क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_loudred": "रोषरोर का नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn": "जराची क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "फ़ेर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn_flying": "लाइंग टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "घोट टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn_grass": "ास टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn_ground": "ाउंड टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn_ice": "आइस टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn_normal": "नॉमल टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "साइकक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "साइकक या टल टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn_rock": "रॉक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn_steel": "टल टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_snapshot_pkmn_water": "वॉटर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_2019_trade_distance": "कम से कम 100 km क दूर से 3 पोकमॉन टड करं", + "quest_title_challenge_available": "एक नया चैलंज उपलध है!", + "quest_title_challenge_battle_gbl_win_all": "GO बैटल लग में जीत हासल करं", + "quest_title_challenge_battle_trainer_great": "ेट लग में अय टनर क साथ बैटल करं।", + "quest_title_challenge_buddy_affection_plural": "अपने पाटनर क साथ {{amount_0}} हाट कमाएं", + "quest_title_challenge_buddy_affection_single": "अपने पाटनर क साथ हाट कमाएं", + "quest_title_challenge_buddy_battle_plural": "जब आपका पाटनर आपक साथ एडवेंचर में शामल हो, तो उसक साथ मलकर {{amount_0}} बार बैटल करं", + "quest_title_challenge_buddy_battle_single": "जब आपका पाटनर आपक साथ एडवेंचर में शामल हो, तो उसक साथ मलकर बैटल करं", + "quest_title_challenge_buddy_emotion_plural": "अपने पाटनर को {{amount_0}} बार जोश दलाएं", + "quest_title_challenge_buddy_emotion_single": "अपने पाटनर को जोश दलाएं", + "quest_title_challenge_buddy_level_best_plural": "पोकमॉन क साथ सबसे अछे पाटनर लवल पर {{amount_0}} बार पंचें", + "quest_title_challenge_buddy_level_best_single": "पोकमॉन क साथ सबसे अछे पाटनर लवल पर पंचें", + "quest_title_challenge_buddy_level_good_plural": "पोकमॉन क साथ अछे पाटनर लवल पर {{amount_0}} बार पंचें", + "quest_title_challenge_buddy_level_good_single": "पोकमॉन क साथ अछे पाटनर लवल पर पंचें", + "quest_title_challenge_buddy_level_great_plural": "पोकमॉन क साथ शानदार पाटनर लवल पर {{amount_0}} बार पंचें", + "quest_title_challenge_buddy_level_great_single": "पोकमॉन क साथ शानदार पाटनर लवल पर पंचें", + "quest_title_challenge_buddy_level_plural": "पोकमॉन क पाटनर लवल को {{amount_0}} बार बढ़ाएं", + "quest_title_challenge_buddy_level_single": "पोकमॉन क पाटनर लवल को बढ़ाएं", + "quest_title_challenge_buddy_level_ultra_plural": "पोकमॉन क साथ बेहतरन पाटनर लवल पर {{amount_0}} बार पंचें", + "quest_title_challenge_buddy_level_ultra_single": "पोकमॉन क साथ बेहतरन पाटनर लवल पर पंचें", + "quest_title_challenge_buddy_play_plural": "अपने पाटनर क साथ {{amount_0}} बार खेलं", + "quest_title_challenge_buddy_play_single": "अपने पाटनर क साथ खेलं", + "quest_title_challenge_buddy_poi_plural": "अपने पाटनर ारा {{amount_0}} बार बताई गई दलचप जगहें देखें", + "quest_title_challenge_buddy_poi_single": "अपने पाटनर ारा बताई गई दलचप जगहें देखें", + "quest_title_challenge_buddy_snapshot_plural": "अपने पाटनर क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_buddy_snapshot_single": "अपने पाटनर का नैपशॉट लं", + "quest_title_challenge_buddy_treat_plural": "अपने पाटनर को {{amount_0}} टीट दें", + "quest_title_challenge_buddy_treat_single": "अपने पाटनर को टीट दें", + "quest_title_challenge_catch_legendary": "लजेंडर पोकमॉन को फ़ीड रसच ेकू या रड से पकड़ें", + "quest_title_challenge_catch_unique_any": "पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_challenge_snapshot_bidoof": "ऊदब का नैपशॉट लं", + "quest_title_challenge_snapshot_dratini_singular": "डटनी का नैपशॉट लं", + "quest_title_challenge_snapshot_eevee": "ईवी का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_bug": "बग टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_bug_single": "बग टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_dark": "डाक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_dark_single": "डाक टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_dragon": "डैगन टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_dragon_single": "डैगन टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_electric": "इलटक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_electric_single": "इलटक टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_fairy_single": "फ़ेर टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_fighting": "फ़ाइटंग टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_fighting_single": "फ़ाइटंग टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_fire": "फ़ायर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_fire_single": "फ़ायर टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_flying_single": "लाइंग टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_ghost_single": "घोट टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_grass_single": "ास टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_ground_single": "ाउंड टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_ice_single": "आइस टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_normal_single": "नॉमल टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_poison": "पॉइज़न टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_poison_single": "पॉइज़न टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_psychic_single": "साइकक टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_rock": "रॉक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_rock_single": "रॉक टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_steel_single": "टल टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_pkmn_water_single": "वॉटर टाइप पोकमॉन का नैपशॉट लं", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": " वाइड हॉटाइप का नैपशॉट लं", + "quest_title_challenge_snapshot_wild_glameow_singular": "वाइड में चामयाऊ का नैपशॉट लं", + "quest_title_geotarget_quest_description": "{{amount_0}} कन करं", + "quest_title_quest_achieve_lvl_40": "लवल 40 पर पँचें", + "quest_title_quest_adventure_effect_activate_plural": "{{amount_0}} बार फ़ीड इफ़ेट का उपयोग करं", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "{{amount_0}} बार रोर ऑफ़ टाइम फ़ीड इफ़ेट का उपयोग करं", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "रोर ऑफ़ टाइम फ़ीड इफ़ेट का उपयोग करं", + "quest_title_quest_adventure_effect_activate_singular": "फ़ीड इफ़ेट का उपयाग करं", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "{{amount_0}} बार पेशयल रंड फ़ीड इफ़ेट का उपयोग करं", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "पेशयल रंड फ़ीड इफ़ेट का उपयोग करं", + "quest_title_quest_adventure_evolve_singular": "एडवेंचर वीक: ऑमानाइट या कबूटो को वकसत करं", + "quest_title_quest_adventure_hatch_egg_plural": "एडवेंचर वीक: {{amount_0}} अंडे हैच करं", + "quest_title_quest_adventure_visit_pokestop_new_plural": "एडवेंचर वीक: ऐसे {{amount_0}} पोकटॉप िपन करं जहां आप पहल नहीं गए हैं", + "quest_title_quest_adventure_walk_buddy_plural": "एडवेंचर वीक: अपने पाटनर क साथ चलते ए {{amount_0}} कडी हासल करं", + "quest_title_quest_adventure2019_catch_special33_plural": "एडवेंचर वीक 2019: {{amount_0}} आइरोबल पकड़ें", + "quest_title_quest_adventure2019_evolve_singular": "एडवेंचर वीक 2019: लडीप या पाषींगा को वकसत करं", + "quest_title_quest_adventure2019_hatch_egg_plural": "एडवेंचर वीक 2019: {{amount_0}} अंडे हैच करं", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "एडवेंचर वीक 2019: ऐसे {{amount_0}} पोकटॉप िपन करं जहां आप पहल नहीं गए हैं", + "quest_title_quest_adventure2019_visit_pokestop_plural": "एडवेंचर वीक 2019: 25 पोकटॉप िपन करं", + "quest_title_quest_adventure2019_walk_buddy_plural": "एडवेंचर वीक 2019: अपने पाटनर क साथ चलते ए {{amount_0}} कडी हासल करं", + "quest_title_quest_alodude_catch": "{{amount_0}} अलोला जयोडूड पकड़ें", + "quest_title_quest_alodude_evolve_a": "{{amount_0}} अलोला जयोडूड वकसत करं", + "quest_title_quest_alodude_evolve_b": "{{amount_0}} अलोला ैवलर वकसत करं", + "quest_title_quest_alodude_snap": "अलोला जयोडूड क {{amount_0}} नैपशॉट लं", + "quest_title_quest_at_catch_a": "{{amount_0}} आबरा पकड़ें", + "quest_title_quest_at_evolve_a": "{{amount_0}} आबरा वकसत करं", + "quest_title_quest_at_evolve_k": "{{amount_0}} काडाबरा वकसत करं", + "quest_title_quest_axew_catch_b": "{{amount_0}} फ़ैंगजॉ पकड़ें", + "quest_title_quest_axew_evolve_b": "{{amount_0}} फ़ैंगजॉ को वकसत करं", + "quest_title_quest_axew_snapshot_b": "{{amount_0}} फ़ैंगजॉ का नैपशॉट लं", + "quest_title_quest_azelf_wild_snap": "वाइड मयपर का नैपशॉट लं", + "quest_title_quest_bagon_catch_b": "{{amount_0}} डैगाल पकड़ें", + "quest_title_quest_bagon_evolve_b_plural": "{{amount_0}} डैगाल वकसत करं", + "quest_title_quest_bagon_evolve_b_singular": "एक डैगाल को वकसत करं", + "quest_title_quest_bagon_snapshot_b": "{{amount_0}} डैगाल क नैपशॉट लं", + "quest_title_quest_battle_buddy_adventure_plural": "जब आपका पाटनर पोकमॉन आपक साथ एडवेंचर में शामल हो, तो उसक साथ मलकर कसी और टनर क साथ {{amount_0}} बार बैटल करं", + "quest_title_quest_battle_buddy_adventure_single": "जब आपका पाटनर पोकमॉन आपक साथ एडवेंचर में शामल हो, तो उसक साथ मलकर कसी और टनर क साथ बैटल करं", + "quest_title_quest_battle_dangling_reward_toast": "मौजूदा बैटल पूर करने क बाद ही आप नई बैटल शु कर सकंगे!", + "quest_title_quest_battle_error_toast": "बैटल शु करते समय कोई गड़बड़ी ई", + "quest_title_quest_battle_gbl_halloween_plural": "हैलोवीन कप में {{amount_0}} बार बैटल जीतें।", + "quest_title_quest_battle_gbl_halloween_win_plural": "हैलोवीन कप में {{amount_0}} टनर बैटल जीतें।", + "quest_title_quest_battle_gbl_plural": "GO बैटल लग में {{amount_0}} बार बैटल लड़ें", + "quest_title_quest_battle_gbl_singular": "GO बैटल लग में बैटल लड़ें", + "quest_title_quest_battle_gbl_win_plural": "GO बैटल लग में {{amount_0}} टनर बैटल जीतें।", + "quest_title_quest_battle_gbl_win_singular": "GO बैटल लग में टनर बैटल जीतें।", + "quest_title_quest_battle_great_plural": "ेट लग में कसी और टनर से {{amount_0}} बार बैटल करं", + "quest_title_quest_battle_great_win_plural": "ेट लग में {{amount_0}} टनर बैटल जीतें।", + "quest_title_quest_battle_great_win_singular": "ेट लग में टनर बैटल जीतें।", + "quest_title_quest_battle_gym_plural": "जम में {{amount_0}} बार बैटल", + "quest_title_quest_battle_gym_singular": "जम में बैटल", + "quest_title_quest_battle_master_win_plural": "माटर लग में {{amount_0}} टनर बैटल जीतें।", + "quest_title_quest_battle_master_win_singular": "माटर लग में टनर बैटल जीतें।", + "quest_title_quest_battle_raid_plural": "{{amount_0}} रड में बैटल", + "quest_title_quest_battle_raid_singular": "रड में बैटल", + "quest_title_quest_battle_raid_with_friend_plural": "कसी दोत क साथ {{amount_0}} रड्स में बैटल करं", + "quest_title_quest_battle_raid_with_friend_singular": "कसी दोत क साथ रड में बैटल करं", + "quest_title_quest_battle_supereffective_charge_plural": "{{amount_0}} जम बैटल में बत असरदार चाज्ड अटैक इतेमाल करं", + "quest_title_quest_battle_supereffective_charge_singular": "कसी जम बैटल में बत असरदार चाज्ड अटैक इतेमाल करं", + "quest_title_quest_battle_team_rocket_plural": "बैटल {{amount_0}} टम GO रॉकट क सदय", + "quest_title_quest_battle_team_rocket_singular": "टम GO रॉकट क सदय से बैटल करं", + "quest_title_quest_battle_ultra_win_plural": "अटा लग में {{amount_0}} टनर बैटल जीतें।", + "quest_title_quest_battle_ultra_win_singular": "अटा लग में टनर बैटल जीतें।", + "quest_title_quest_battle19_catch_fighting_easy": "{{amount_0}} फ़ाइटंग टाइप पोकमॉन पकड़ें", + "quest_title_quest_battle19_catch_medium_pkmn": "{{amount_0}} माकहता या ननासन पकड़ें", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "लगातार {{amount_0}} बेहतरन ो करं", + "quest_title_quest_battle19_raid_win_veryhard": "{{amount_0}} रड जीतें", + "quest_title_quest_battle19_supereffective_charge_hard": "{{amount_0}} जम बैटल में ज़्यादा असर करने वाला चाज्ड अटैक इतेमाल करं", + "quest_title_quest_battler_appears": "एक वरोधी दखाई दया!", + "quest_title_quest_beat_raid_10_minutes": "10 मनट क अंदर रड जीतें", + "quest_title_quest_beat_raid_60_seconds": "60 सेकंड क अंदर रड जीतें", + "quest_title_quest_beat_raid_singular_minutes": "{{amount_0}} मनट क अंदर रड जीतें", + "quest_title_quest_beat_raid_singular_seconds": "{{amount_0}} सेकंड क अंदर रड जीतें", + "quest_title_quest_begins19_catch_specific_plural": "पोकमॉन डे : {{amount_0}} िपजी या रैटैटा पकड़ें", + "quest_title_quest_begins19_evolve_plural": "पोकमॉन डे: 1 याउथ को वकसत करं", + "quest_title_quest_beldum_catch_b": "{{amount_0}} बलडम को पकड़ें", + "quest_title_quest_beldum_evolve_b_plural": "{{amount_0}} बलडम वकसत करं", + "quest_title_quest_beldum_evolve_b_singular": "एक बलडम को वकसत करं", + "quest_title_quest_bellsprout_catch_b": " {{amount_0}} बेलाउट पकड़ें", + "quest_title_quest_bellsprout_evolve_b_plural": " {{amount_0}} बेलाउट को वकसत करं", + "quest_title_quest_bellsprout_evolve_b_singular": "एक बेलाउट को वकसत करं", + "quest_title_quest_bellsprout_snapshot_b": "{{amount_0}} बेलाउट क नैपशॉट लं", + "quest_title_quest_beluga_evolve_pkmn": "आइए, चलं! {{amount_0}} पाषींगा को वकसत करं", + "quest_title_quest_beluga_excellent_singular": "आइए, चलं: {{amount_0}} बेहतरन ो करं", + "quest_title_quest_beluga_hatch_plural": "आइए, चलं! {{amount_0}} अंडे हैच करं", + "quest_title_quest_best_buddy_bronze": "1 सबसे अछा पाटनर बनाए", + "quest_title_quest_best_buddy_silver": "10 सबसे अछे पाटनर बनाए", + "quest_title_quest_bounsweet_catch_b": "{{amount_0}} बाउंवीट पकड़ें", + "quest_title_quest_bounsweet_evolve_b_plural": " {{amount_0}} बाउंवीट को वकसत करं", + "quest_title_quest_bounsweet_evolve_b_singular": "एक बाउंवीट को वकसत करं", + "quest_title_quest_braixen_evolve_b": "{{amount_0}} लौमटल वकसत करं", + "quest_title_quest_breakthrough_completed": "फ़ीड रसच पूर ई!", + "quest_title_quest_breakthrough_reward_mystery": "मटी आइटम", + "quest_title_quest_breakthrough_reward_stardust": "टार डट", + "quest_title_quest_brionne_evolve_b_plural": "{{amount_0}} यारलसी वकसत करं", + "quest_title_quest_brionne_evolve_b_singular": "एक यारलसी को वकसत करं", + "quest_title_quest_buddy_affection_days": "अपने पाटनर क साथ {{amount_0}} अलग-अलग दन पर हाट ात करं ", + "quest_title_quest_buddy_affection_days_in_a_row": "अपने पाटनर क साथ {{amount_0}} दन तक लगातार हाट ात करं ", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "जब आपका पाटनर पोकमॉन आपक साथ एडवेंचर में शामल हो, तो उसक साथ मलकर कसी और टनर क साथ {{amount_0}} बार बैटल करं", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "जब आपका पाटनर पोकमॉन आपक साथ एडवेंचर में शामल हो, तो उसक साथ मलकर कसी और टनर क साथ बैटल करं", + "quest_title_quest_buddy_souvenir_plural": "अपने पाटनर से {{amount_0}} यादगार नशानयां पाएं", + "quest_title_quest_buddy_souvenir_singular": "अपने पाटनर से यादगार नशानयां पाएं", + "quest_title_quest_buddy_walk_km_plural": "अपने पाटनर क साथ {{amount_0}} km चलं!", + "quest_title_quest_bulbt_catch_b": "{{amount_0}} बबासॉर पकड़ें", + "quest_title_quest_bulbt_evolve_b": "{{amount_0}} बबासॉर को वकसत करं", + "quest_title_quest_bulbt_evolve_s1": "{{amount_0}} आइवीसॉर को वकसत करं", + "quest_title_quest_cacnea_catch": "{{amount_0}} ककशाह पकड़ें", + "quest_title_quest_catch_151": "151 पोकमॉन पकड़ें", + "quest_title_quest_catch_b_types_plural": "{{amount_0}} इलटक-, नॉमल फ़ॉम-, या पॉइज़न टाइप पोकमॉन पकड़ें!", + "quest_title_quest_catch_basic_types_plural": "{{amount_0}} ास-, वॉटर-, या फ़ायर टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_berry_any_drifloon": "गुबारा को पकड़ने क लए {{amount_0}} बेर इतेमाल करं", + "quest_title_quest_catch_berry_nanab_drifloon": "गुबारा को पकड़ने क लए {{amount_0}} नानाब बेर इतेमाल करं", + "quest_title_quest_catch_berry_pinap": "पोकमॉन को पकड़ने क लए {{amount_0}} पाइनऐप बेर का इतेमाल करं", + "quest_title_quest_catch_berry_razz": "पोकमॉन को पकड़ने क लए {{amount_0}} रैज़ बेर इतेमाल करं", + "quest_title_quest_catch_berry_razz_drifloon": "गुबारा को पकड़ने क लए {{amount_0}} रैज़ बेर इतेमाल करं", + "quest_title_quest_catch_bronzor_plural": "{{amount_0}} ॉज़ाइना पकड़ें", + "quest_title_quest_catch_c_types_plural": "{{amount_0}} लाइंग-, साइकक-, या डाक टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_carbink_singular": "काबीरा को पकड़ें", + "quest_title_quest_catch_celebi_types_plural": "{{amount_0}} ास या साइकक टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_costumed_plural": "सूय ताज या चं ताज पहने {{amount_0}} ईवी को पकड़ें", + "quest_title_quest_catch_crabrawler_plural": "{{amount_0}} ैबॉस पकड़ें", + "quest_title_quest_catch_dark_type_plural": "{{amount_0}} डाक टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_darumaka_plural": "{{amount_0}} डामाग पकड़ें", + "quest_title_quest_catch_daysinarow": "लगातार {{amount_0}} दनों तक पोकमॉन पकड़ें", + "quest_title_quest_catch_dialga": "डयागा को पकड़ें", + "quest_title_quest_catch_drifloon": "{{amount_0}} गुबारा को पकड़ें", + "quest_title_quest_catch_ducklett_plural": "{{amount_0}} डकचा पकड़ें", + "quest_title_quest_catch_ducklett_singular": "एक डकचा पकड़ें", + "quest_title_quest_catch_emolga_plural": "{{amount_0}} इमोगा पकड़ें", + "quest_title_quest_catch_excellent_curve_drifloon": "बेहतरन कवबॉल ो करक {{amount_0}} गुबारा पकड़ें", + "quest_title_quest_catch_excellent_with_berry_drifloon": "{{amount_0}} गुबारा को बेर देने क बाद बेहतरन ो करक पकड़ें", + "quest_title_quest_catch_feed_plural": "{{amount_0}} बेर का इतेमाल करक पोकमॉन पकड़ें", + "quest_title_quest_catch_feed_singular": "बेर का इतेमाल करक पोकमॉन पकड़ें", + "quest_title_quest_catch_furfou_singular": "टमवान पकड़ें", + "quest_title_quest_catch_groudon_primal_boosted_types": "{{amount_0}} फ़ायर-, ास- या ाउंड-टाइप पोकमॉन", + "quest_title_quest_catch_groudon_type": "{{amount_0}} फ़ायर, ास या ाउंड टाइप पोकमॉन", + "quest_title_quest_catch_hoenn_pokemon": "होएन रजन में सबसे पहल खोजे गए {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_in_day_plural": "एक दन में {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_jan21_hoenn1_plural": "{{amount_0}} ाउडॉन को पकड़ें", + "quest_title_quest_catch_jan21_hoenn2_plural": "{{amount_0}} कायोगर को पकड़ें", + "quest_title_quest_catch_johto_pokemon": "जोहतो रजन में सबसे पहल खोजे गए {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_kanto_pokemon": "कांतो रजन में सबसे पहल खोजे गए {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_kyogre_primal_boosted_types": "{{amount_0}} वॉटर, इलटक, या बग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_kyogre_type": "{{amount_0}} वॉटर, इलटक, या बग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_legendary_inarow_plural": "quest_catch_legendary_inarow_plural", + "quest_title_quest_catch_legendary_plural": "{{amount_0}} लजेंडर या मथकल पोकमॉन पकड़ें", + "quest_title_quest_catch_legendary_singular": "लजेंडर या मथकल पोकमॉन पकड़ें", + "quest_title_quest_catch_lunatone_plural": "{{amount_0}} चानटोन पकड़ें", + "quest_title_quest_catch_luvdisc": "{{amount_0}} यारशस पकड़ें", + "quest_title_quest_catch_misc_01_types_plural": "{{amount_0}} नॉमल , वॉटर या आइस टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_nymble_plural": "{{amount_0}} िपा पकड़ें", + "quest_title_quest_catch_palkia": "पाकया को पकड़ें", + "quest_title_quest_catch_pikachu_plural": "{{amount_0}} िपकाचू पकड़ें", + "quest_title_quest_catch_plural_unique": "पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_pokemon_dai_plural": "दैनक एडवेंचर इंसेंस का इतेमाल करक {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_days": "{{amount_0}} अलग-अलग दन पर पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_great_ball_plural": "ेट बॉल में {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_great_ball_singular": "ेट बॉल में एक पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_legendary_plural": "{{amount_0}} लजेंडर पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_legendary_singular": "लजेंडर पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_party_plural": "टम में शामल हो कर {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_plural": "{{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_poke_ball_plural": "पोक बॉल में {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_poke_ball_singular": "पोक बॉल में एक पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_routes_plural": "ट पर चलते समय {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_routes_singular": "ट पर चलते समय एक पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_singular": "पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_task": "पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "अटा बॉल में {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "अटा बॉल में एक पोकमॉन पकड़ें", + "quest_title_quest_catch_psychic_steel": "{{amount_0}} साइकक या टल टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_raid_regi_any": "रड में रजरॉक, रजआइस या रजटल को पकड़ें", + "quest_title_quest_catch_raid_regi_ice": "कस रड में रजआइस को पकड़ें", + "quest_title_quest_catch_raid_regi_rock": "कस रड में रजरॉक को पकड़ें", + "quest_title_quest_catch_raid_regi_steel": "कस रड में रजटल को पकड़ें", + "quest_title_quest_catch_rayquaza_type": "{{amount_0}} लाइंग, साइकक, या डैगन टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_sinnoh_pokemon": "सनोह रजन में सबसे पहल खोजे गए {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_sinnoh_pokemon_singular": "सनोह रजन में सबसे पहल खोजे गए पोकमॉन पकड़ें", + "quest_title_quest_catch_solrock_plural": "{{amount_0}} सूरवरॉक पकड़ें", + "quest_title_quest_catch_special_aerodactyl": "एक ऐरोडैटल को पकड़ें!", + "quest_title_quest_catch_special_bidoof": "{{amount_0}} ऊदब को पकड़ें", + "quest_title_quest_catch_special_chespin": "शाबडल को पकड़ें", + "quest_title_quest_catch_special_cottonee": "{{amount_0}} कॉटनी को पकड़ें", + "quest_title_quest_catch_special_cubone": "यूबोन को पकड़ें!", + "quest_title_quest_catch_special_exeggcute": "{{amount_0}} एगोला को पकड़ें!", + "quest_title_quest_catch_special_fennekin": "लौमनी को पकड़ें", + "quest_title_quest_catch_special_fletchling": "ऐरोबन को पकड़ें", + "quest_title_quest_catch_special_froakie": "ोटर को पकड़ें", + "quest_title_quest_catch_special_furfrou": "टमवान को पकड़ें", + "quest_title_quest_catch_special_jirachi": "जराची को पकड़ें!", + "quest_title_quest_catch_special_lieep_anorithl": "{{amount_0}} लडीप या पाषींगा को पकड़ें", + "quest_title_quest_catch_special_litleo": "शेरटल को पकड़ें", + "quest_title_quest_catch_special_mew": "यू को पकड़ें!", + "quest_title_quest_catch_special_natu": "{{amount_0}} नाटू पकड़ें।", + "quest_title_quest_catch_special_omanyte_kabuto": "{{amount_0}} ऑमानाइट या कबूटो को पकड़ें", + "quest_title_quest_catch_special_pumpkaboo": "{{amount_0}} कबू पकड़ें", + "quest_title_quest_catch_special_slugma_gulpin": "{{amount_0}} लगमा या नगलन को पकड़ें", + "quest_title_quest_catch_special_voltorb": "{{amount_0}} वोटॉब पकड़ें", + "quest_title_quest_catch_special0_plural": "{{amount_0}} डो पकड़ें", + "quest_title_quest_catch_special0_plural_unique": "टोयो ई-पोट 2020: इवेंट लट क {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_special0_singular": "डो पकड़ें", + "quest_title_quest_catch_special1_plural": "{{amount_0}} ऑडश या बेलाउट पकड़ें", + "quest_title_quest_catch_special1_singular": "ऑडश या बेलाउट पकड़ें", + "quest_title_quest_catch_special2_plural": "{{amount_0}} ईी पकड़ें", + "quest_title_quest_catch_special2_singular": "ईी पकड़ें", + "quest_title_quest_catch_special3_plural": "{{amount_0}} िपजी या कालो पकड़ें", + "quest_title_quest_catch_special3_singular": "िपजी या कालो पकड़ें", + "quest_title_quest_catch_special4_plural": "{{amount_0}} टीकल या पंकबु पकड़ें", + "quest_title_quest_catch_special4_singular": "टीकल या पंकबु पकड़ें", + "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", + "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", + "quest_title_quest_catch_special6_plural": "{{amount_0}} मेषीप पकड़ें", + "quest_title_quest_catch_special7_plural": "{{amount_0}} चारमैंडर पकड़ें", + "quest_title_quest_catch_special8_plural": "{{amount_0}} लारवार पकड़ें", + "quest_title_quest_catch_special9_plural": "{{amount_0}} नामालूम पकड़ें", + "quest_title_quest_catch_special10_plural": "{{amount_0}} लसल पकड़ें", + "quest_title_quest_catch_special11_plural": "{{amount_0}} माइनन पकड़ें", + "quest_title_quest_catch_special12_plural": "{{amount_0}} वटल पकड़ें", + "quest_title_quest_catch_special13_plural": "{{amount_0}} रोज़ेलया पकड़ें", + "quest_title_quest_catch_special14_singular": "याउथ या ाउलथ को पकड़ें", + "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", + "quest_title_quest_catch_special16_singular": "पपीबघा या याल को पकड़ें", + "quest_title_quest_catch_special17_plural": "{{amount_0}} ईवी को पकड़ें", + "quest_title_quest_catch_special18_plural": "{{amount_0}} बलडम को पकड़ें", + "quest_title_quest_catch_special19_plural": "{{amount_0}} आलसजी को पकड़ें", + "quest_title_quest_catch_special20_plural": "{{amount_0}} शूस को पकड़ें", + "quest_title_quest_catch_special21_singular": "रैटैटा या िपकाचू को पकड़ें", + "quest_title_quest_catch_special22_plural": "{{amount_0}} चकोरटा को पकड़ें।", + "quest_title_quest_catch_special23_plural": "{{amount_0}} सुइगार पकड़ें!", + "quest_title_quest_catch_special24_plural": "{{amount_0}} नहामछ पकड़ें", + "quest_title_quest_catch_special25_plural": "{{amount_0}} शुअरबी पकड़ें", + "quest_title_quest_catch_special26_plural": "{{amount_0}} टीकल पकड़ें", + "quest_title_quest_catch_special27_plural": "{{amount_0}} डैगाल पकड़ें", + "quest_title_quest_catch_special28_plural": "{{amount_0}} आकक पकड़ें", + "quest_title_quest_catch_special29_plural": "{{amount_0}} पंकबु पकड़ें", + "quest_title_quest_catch_special31_plural": "{{amount_0}} खलटल पकड़ें", + "quest_title_quest_catch_special33_plural": "{{amount_0}} मसरौ पकड़ें", + "quest_title_quest_catch_special34_plural": "{{amount_0}} आगािप को पकड़ें", + "quest_title_quest_catch_special35_plural": "{{amount_0}} िपपलप पकड़ें", + "quest_title_quest_catch_special36_plural": "{{amount_0}} राइहॉन को पकड़ें", + "quest_title_quest_catch_special37_plural": "{{amount_0}} मचॉप को पकड़ें", + "quest_title_quest_catch_special38_plural": "{{amount_0}} वलपस को पकड़ें", + "quest_title_quest_catch_special39_plural": "{{amount_0}} डटनी को पकड़ें", + "quest_title_quest_catch_special40_plural": "{{amount_0}} आबरा पकड़ें", + "quest_title_quest_catch_special41_plural": "{{amount_0}} फ़ील पकड़ें", + "quest_title_quest_catch_special42_plural": "{{amount_0}} वीडल पकड़ें", + "quest_title_quest_catch_special43_plural": "{{amount_0}} टाली पकड़ें", + "quest_title_quest_catch_special44_plural": "{{amount_0}} नटल पकड़ें", + "quest_title_quest_catch_special45_plural": "{{amount_0}} ाइमर पकड़ें", + "quest_title_quest_catch_special46_plural": "{{amount_0}} पोरगॉन को पकड़ें", + "quest_title_quest_catch_staryu_plural": "{{amount_0}} टारयू पकड़ें", + "quest_title_quest_catch_stufful_pinap_plural": "पोकमॉन को पकड़ने क लए {{amount_0}} पाइनऐप बेर का इतेमाल करं", + "quest_title_quest_catch_stufful_pinap_singular": "पोकमॉन को पकड़ने क लए पाइनऐप बेर का इतेमाल करं", + "quest_title_quest_catch_stufful_razz_plural": "पोकमॉन को पकड़ने क लए {{amount_0}} रैज़ बेर इतेमाल करं", + "quest_title_quest_catch_stufful_razz_singular": "पोकमॉन को पकड़ने क लए रैज़ बेर का इतेमाल करं", + "quest_title_quest_catch_transform_pokemon_plural": "{{amount_0}} टांसफॉम पोकमॉन पकड़ें", + "quest_title_quest_catch_trubbish_plural": "{{amount_0}} कचरैग पकड़ें", + "quest_title_quest_catch_type_bug_plural": "{{amount_0}} बग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_bug_plural_unique": "बग टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_bug_singular": "बग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_buzzwole": "ऐसे पोकमॉन पकड़ें जो मसलबज़ क टाइप क हैं", + "quest_title_quest_catch_type_buzzwole_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक िछलाफ मसलबज़ कमज़ोर हो", + "quest_title_quest_catch_type_buzzwole_plural": "ऐसे {{amount_0}} पोकमॉन पकड़ें जो मसलबज़ क टाइप क हैं", + "quest_title_quest_catch_type_celesteela_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक खलाफ सेलटला कमज़ोर हो", + "quest_title_quest_catch_type_dark_plural": "{{amount_0}} डाक टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_dark_plural_unique": "डाक टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_dark_singular": "डाक टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_dragon_normal_plural": " {{amount_0}} नॉमल या डैगन-टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_dragon_plural": "{{amount_0}} डैगन टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_dragon_plural_unique": "डैगन टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_dragon_singular": "डैगन टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_electric_flying_plural": " {{amount_0}} इलटक या लाइंग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_electric_plural": "{{amount_0}} इलटक टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_electric_plural_unique": "इलटक टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_electric_singular": "इलटक टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_fairy_plural": "{{amount_0}} फ़ेर टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_fairy_plural_unique": "फ़ेर टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_fairy_singular": "फ़ेर टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_fighting_plural": "{{amount_0}} फ़ाइटंग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_fighting_plural_unique": "लाइंग टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_fighting_singular": "फ़ाइटंग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Catch {{amount_0}} Fire- or Dark-type Pokémon", + "quest_title_quest_catch_type_fire_plural": "{{amount_0}} फ़ायर टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_fire_singular": "फ़ायर टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_flying_plural": "{{amount_0}} लाइंग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_flying_plural_unique": "लाइंग टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_flying_singular": "लाइंग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_ghost_dark_plural": "{{amount_0}} घोट- या डाक टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_ghost_plural": "{{amount_0}} घोट टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_ghost_plural_unique": "घोट टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_ghost_singular": "घोट टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_grass_bug_plural": "{{amount_0}} ास या बग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_grass_plural": "{{amount_0}} ास टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_grass_plural_unique": "ास टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_grass_poison_plural": "{{amount_0}} ास या पॉइज़न टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_grass_singular": "ास टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_ground_plural": "{{amount_0}} ाउंड टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_ground_plural_unique": "ाउंड टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_ground_singular": "ाउंड टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_guzzlord_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक खलाफ सबखाकंग कमज़ोर हो", + "quest_title_quest_catch_type_ice_grass_plural_unique": "{{amount_0}} ास या आइस टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_ice_plural": "{{amount_0}} आइस टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_ice_plural_unique": "आइस टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_ice_singular": "1 आइस टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_kartana_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक खलाफ काटागामी कमज़ोर हो", + "quest_title_quest_catch_type_nihilego": "ऐसे पोकमॉन पकड़ें जो नवाइड क टाइप क हैं", + "quest_title_quest_catch_type_nihilego_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक खलाफ नवाइड कमज़ोर हो", + "quest_title_quest_catch_type_nihilego_plural": "ऐसे {{amount_0}} पोकमॉन पकड़ें जो नवाइड क टाइप क हैं", + "quest_title_quest_catch_type_normal_plural": "{{amount_0}} नॉमल टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_normal_plural_unique": "नॉमल टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_normal_singular": "1 नॉमल टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_pheremosa_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक खलाफ फ़ेरोचीए कमज़ोर हो", + "quest_title_quest_catch_type_pheromosa": "ऐसे पोकमॉन पकड़ें जो फ़ेरोचीए क टाइप क हैं", + "quest_title_quest_catch_type_pheromosa_plural": "ऐसे {{amount_0}} पोकमॉन पकड़ें जो फ़ेरोचीए क टाइप क हैं", + "quest_title_quest_catch_type_poison_plural": "{{amount_0}} पॉइज़न टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_poison_plural_unique": "पॉइज़न टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_poison_singular": "1 पॉइज़न टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "{{amount_0}} साइकक या फ़ाइटंग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_psychic_plural": "{{amount_0}} साइकक टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_psychic_plural_unique": "साइकक टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_psychic_singular": "1 साइकक टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_rock_plural": "{{amount_0}} रॉक टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_rock_plural_unique": "रॉक टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_rock_singular": "1 रॉक टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_shaymin": "ऐसे पोकमॉन पकड़ें जो शेमन क टाइप क हैं", + "quest_title_quest_catch_type_shaymin_plural": "ऐसे {{amount_0}} पोकमॉन पकड़ें जो शेमन क टाइप क हैं", + "quest_title_quest_catch_type_steel_plural": "{{amount_0}} टल टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_steel_plural_unique": "टल टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_steel_singular": "1 टल टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "{{amount_0}} फ़ायर, वॉटर या इलटक टाइप पोकमॉन को पकड़ें", + "quest_title_quest_catch_type_water_flying_plural": " {{amount_0}} वॉटर या लाइंग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_water_ground_plural": " {{amount_0}} वॉटर या ाउंड टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_water_plural": "{{amount_0}} वॉटर टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_water_plural_unique": "वॉटर टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", + "quest_title_quest_catch_type_water_singular": "1 वॉटर टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_type_xurkitree": "ऐसे पोकमॉन पकड़ें जो ल क टाइप क हैं", + "quest_title_quest_catch_type_xurkitree_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक खलाफ ल कमज़ोर हो", + "quest_title_quest_catch_type_xurkitree_plural": "ऐसे {{amount_0}} पोकमॉन पकड़ें जो ल क टाइप क हैं", + "quest_title_quest_catch_types_rainy_plural": "{{amount_0}} वॉटर, इलटक, या बग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_types_rainy_singular": "वॉटर, इलटक, या बग टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_types_snowy_plural": "{{amount_0}} आइस या टल टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_types_snowy_singular": "आइस या टल टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_types_sunny_plural": "{{amount_0}} ास, फ़ायर या ाउंड टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_types_sunny_singular": "ास, फ़ायर या ाउंड टाइप में से कोई 1 पोकमॉन पकड़ें", + "quest_title_quest_catch_types_windy_plural": "{{amount_0}} लाइंग, साइकक, या डैगन टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_types_windy_singular": "लाइंग, साइकक, या डैगन टाइप पोकमॉन पकड़ें", + "quest_title_quest_catch_weather_boost_plural": "मौसम बूट वाल {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_catch_weather_boost_singular": "मौसम बूट वाल पोकमॉन पकड़ें", + "quest_title_quest_catch_whismur": "{{amount_0}} फ़ुसखुस को पकड़ें", + "quest_title_quest_challenge_party_power_plural": "रैड बैटल में टम पावर का {{amount_0}} बार उपयोग करं", + "quest_title_quest_challenge_party_power_singular": "रैड बैटल में टम पावर का उपयोग करं", + "quest_title_quest_change_form_furfrou": "टमवान का लुक बदलं", + "quest_title_quest_change_form_plural": "{{amount_0}} पोकमॉन का प बदलं", + "quest_title_quest_change_form_singular": "Change the form of a Pokémon", + "quest_title_quest_chansey_catch_b": "{{amount_0}} चैंसी पकड़ें", + "quest_title_quest_chansey_evolve_b_plural": "{{amount_0}} चैंसी वकसत करं", + "quest_title_quest_chansey_evolve_b_singular": "एक चैंसी को वकसत करं", + "quest_title_quest_chansey_snapshot_b": "{{amount_0}} चैंसी क नैपशॉट लं", + "quest_title_quest_charge_attack_party_plural": "टम में शामल हो कर {{amount_0}} चाज्ड अटैक का उपयोग करं", + "quest_title_quest_charge_attack_party_singular": "टम में शामल हो कर चाज्ड अटैक का उपयोग करं", + "quest_title_quest_charged_attack_plural": "{{amount_0}} चाज्ड अटैक इतेमाल करं", + "quest_title_quest_charjabug_evolve_b": "{{amount_0}} चाजाबग वकसत करं", + "quest_title_quest_chart_catch_b": "{{amount_0}} चारमैंडर पकड़ें", + "quest_title_quest_chart_catch_s1": "{{amount_0}} चामलयन पकड़ें", + "quest_title_quest_chart_evolve_b": "{{amount_0}} चारमैंडर को वकसत करं", + "quest_title_quest_chart_evolve_s1": "{{amount_0}} चामलयन वकसत करं", + "quest_title_quest_chespin_catch_b": "{{amount_0}} शाबडल पकड़ें", + "quest_title_quest_chespin_evolve_b": "{{amount_0}} शाबडल वकसत करं", + "quest_title_quest_chespin_snapshot_b": "{{amount_0}} शाबडल का नैपशॉट लं", + "quest_title_quest_crocalor_evolve_b": "लमछ को वकसत करं", + "quest_title_quest_cyndaquil_catch_b": "{{amount_0}} सुइगार पकड़ें!", + "quest_title_quest_cyndaquil_evolve_b_plural": " {{amount_0}} सुइगार को वकसत करं", + "quest_title_quest_cyndaquil_evolve_b_singular": "सुइगार को वकसत करं", + "quest_title_quest_dartrix_evolve_b_plural": "{{amount_0}} डाटूलू को वकसत करं", + "quest_title_quest_dartrix_evolve_b_singular": "{{amount_0}} डाटूलू को वकसत करं", + "quest_title_quest_dec2021_catch_b": "2021 क कयुनट डे पर फ़ीचर ए {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_dec2022_catch_b": "दसंबर कयुनट डे 2022 क दौरान {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_dec2023_catch_b": "2023 क कयुनट डे पर फ़ीचर ए {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_defeat_jessie_james_plural": "जेसी या जेस को {{amount_0}} बार हराएं", + "quest_title_quest_defeat_rocket": "टम GO रॉकट क {{amount_0}} सदयों को हराएं", + "quest_title_quest_defeat_rocket_leader_2500": "2,500 CP या इससे कम वाल पोकमॉन से {{amount_0}} टम GO रॉकट लडर को हराएं", + "quest_title_quest_defeat_rocket_singular": "टम GO रॉकट क सदय को हराएं", + "quest_title_quest_deino_catch": "{{amount_0}} सनो पकड़ें", + "quest_title_quest_deino_evolve_a": "{{amount_0}} सनो को वकसत करं", + "quest_title_quest_deino_evolve_b": "{{amount_0}} सनो या डैडोसर को वकसत करं", + "quest_title_quest_deino_snap": "सनो क {{amount_0}} नैपशॉट लं", + "quest_title_quest_dragonair_evolve_b": "{{amount_0}} डैगनेयर को वकसत करं", + "quest_title_quest_dratini_cdc_catch_b": "{{amount_0}} डटनी को पकड़ें", + "quest_title_quest_dratini_cdc_evolve_b": "{{amount_0}} डटनी को वकसत करं", + "quest_title_quest_dratini_cdc_snapshot_b": "{{amount_0}} डटनी का नैपशॉट लं", + "quest_title_quest_drizzle_evolve": "एक नमीगट को वकसत करं", + "quest_title_quest_dude_catch": "{{amount_0}} जयोडूड पकड़ें", + "quest_title_quest_dude_evolve_a": "{{amount_0}} जयोडूड वकसत करं", + "quest_title_quest_dude_evolve_b": "{{amount_0}} ैवलर वकसत करं", + "quest_title_quest_dude_snap": "जयोडूड क {{amount_0}} नैपशॉट लं", + "quest_title_quest_duskt_catch_b": "{{amount_0}} घूमरा को पकड़ें", + "quest_title_quest_duskt_evolve_b": "{{amount_0}} मंडरैना को वकसत करं", + "quest_title_quest_duskt_evolve_s1": "{{amount_0}} मंडरैना को वकसत करं", + "quest_title_quest_earn_buddy_ribbon_plural": "अपने पोकमॉन क साथ {{amount_0}} सबसे अछे पाटनर का रबन जीतें", + "quest_title_quest_eelektrik_evolve_b_plural": "{{amount_0}} ईलवा को वकसत करं", + "quest_title_quest_eelektrik_evolve_b_singular": "एक ईलवा को वकसत करं", + "quest_title_quest_eevee_evolve_plural": "ईवी को उसक हर यूनीक वकसत प में वकसत करं", + "quest_title_quest_eevet_catch_b": "{{amount_0}} ईवी को पकड़ें", + "quest_title_quest_eevet_evolve_b": "{{amount_0}} ईवी को वकसत करं", + "quest_title_quest_elect_catch_b": "{{amount_0}} इलकटक पकड़ें।", + "quest_title_quest_elect_evolve_b": "{{amount_0}} इलकटक वकसत करं", + "quest_title_quest_elite_raid_victory_plural": "{{amount_0}} ऐलट रड जीतें", + "quest_title_quest_elite_raid_victory_singular": "ऐलट रड जीतें", + "quest_title_quest_elite4_a": "GO टूर एलट फ़ोर को हराएं : मेसा टनर", + "quest_title_quest_elite4_b": "GO टूर एलट फ़ोर को हराएं : कव टनर", + "quest_title_quest_elite4_c": "GO टूर एलट फ़ोर को हराएं : ओशन टनर", + "quest_title_quest_elite4_d": "GO टूर एलट फ़ोर को हराएं : सवाना टनर", + "quest_title_quest_elrd22_april16_battle": "एगोला रसच : जम में बैटल", + "quest_title_quest_elrd22_april16_berries": "एगोला रसच : तीन बेर का इतेमाल करक पोकमॉन पकड़ें", + "quest_title_quest_elrd22_april16_catch_grass": "एगोला रसच : तीन ास टाइप पोकमॉन पकड़ें", + "quest_title_quest_elrd22_april16_charged_move": "एगोला रसच : बेहद असरदार चाज्ड मूव का इतेमाल करं", + "quest_title_quest_elrd22_april16_curve": "एगोला रसच : लगातार तीन बढ़या ो करं", + "quest_title_quest_elrd22_april16_evolve_grass": "एगोला रसच : दो ास टाइप पोकमॉन वकसत करं", + "quest_title_quest_elrd22_april16_gifts_stickers": "एगोला रसच : दो गट भेजें और दोनों में एक-एक टकर लगाएं", + "quest_title_quest_elrd22_april16_great": "एगोला रसच : तीन बत बढ़या ो करं", + "quest_title_quest_elrd22_april16_great_row": "एगोला रसच : लगातार दो बत बढ़या ो करं", + "quest_title_quest_elrd22_april16_nice": "एगोला रसच : पांच बढ़या ो करं", + "quest_title_quest_elrd22_april16_nice_row": "एगोला रसच : लगातार दो बत बढ़या ो करं", + "quest_title_quest_elrd22_april16_raid": "एगोला रसच : रड में बैटल करं", + "quest_title_quest_elrd22_april16_spin": "एगोला रसच : दो पोकटॉप िपन करं", + "quest_title_quest_elrd22_april16_weather_easy": "एगोला रसच : मौसम बूट क मदद से तीन पोकमॉन पकड़ें", + "quest_title_quest_elrd22_april16_weather_hard": "एगोला रसच : मौसम बूट क मदद से तीन पोकमॉन पकड़ें", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "एगोला रसच : वाइड ास टाइप पोकमॉन का एक नैपशॉट लं", + "quest_title_quest_equinox19_catch_medium_pkmn": "{{amount_0}} बबासॉर या चकोरटा पकड़ें", + "quest_title_quest_equinox19_catch_type_grass_plural": "{{amount_0}} ास टाइप पोकमॉन पकड़ें", + "quest_title_quest_equinox19_evolve_type_grass_plural": "{{amount_0}} ास टाइप पोकमॉन वकसत करं", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "{{amount_0}} ास टाइप पोकमॉन वकसत करं", + "quest_title_quest_event_eevee_snapshot_barcelona": "बासलोना में अपने ईवी का एक नैपशॉट लं", + "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", + "quest_title_quest_event_eevee_snapshot_mexico_city": "मेसको सट में अपने ईवी का एक नैपशॉट लं", + "quest_title_quest_event_eevee_snapshot_seoul": "सयोल में अपने ईवी का एक नैपशॉट लं", + "quest_title_quest_event_eevee_snapshot_tainan": "ताइनान में अपने ईवी का एक नैपशॉट लं", + "quest_title_quest_event_leave_behind_spin": " 10 पोकटॉप या जम िपन करं जहां आप पहल नहीं गए हैं", + "quest_title_quest_event_leave_behind_spin_safari_city": "ईवी एसलोरर लोकशन पर पोकटॉप िपन करं", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "ऐसी ईवी एसलोरर लोकशन पर {{amount_0}} पोकटॉप िपन करं जहां आप पहल नहीं गये हैं", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "ऐसी ईवी एसलोरर लोकशन पर पोकटॉप िपन करं जहां आप पहल नहीं गये हैं", + "quest_title_quest_event_spin_barcelona": "बासलोना में एक पोकटॉप या जम को िपन करं", + "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", + "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", + "quest_title_quest_event_spin_mexico_city": "मेसको सट में एक पोकटॉप या जम को िपन करं", + "quest_title_quest_event_spin_seoul": "सयोल में एक पोकटॉप या जम को िपन करं", + "quest_title_quest_event_spin_tainan": "ताइनान में एक पोकटॉप या जम को िपन करं", + "quest_title_quest_evolve_abra_singular": "एक आबरा को वकसत करं", + "quest_title_quest_evolve_aipom_singular": "एक हापी को वकसत करं", + "quest_title_quest_evolve_amaura_singular": "एक अमारगा को वकसत करं", + "quest_title_quest_evolve_anorith_singular": "एक पाषींगा को वकसत करं", + "quest_title_quest_evolve_archen_singular": "एक आकया को वकसत करं", + "quest_title_quest_evolve_aron_singular": "एक आइरोबल को वकसत करं", + "quest_title_quest_evolve_axew_singular": "एक फ़ैंगजॉ को वकसत करं", + "quest_title_quest_evolve_azurill_singular": "एक बबॉल को वकसत करं", + "quest_title_quest_evolve_bagon_singular": "एक डैगाल को वकसत करं", + "quest_title_quest_evolve_baltoy_singular": "एक टूलटॉय को वकसत करं", + "quest_title_quest_evolve_barboach_singular": "एक मूछल को वकसत करं", + "quest_title_quest_evolve_bayleef": "अपने बेलफ़ को वकसत करं", + "quest_title_quest_evolve_bayleef_singular": "एक बेलफ़ को वकसत करं", + "quest_title_quest_evolve_beldum_singular": "एक बलडम को वकसत करं", + "quest_title_quest_evolve_bellsprout_singular": "एक बेलाउट को वकसत करं", + "quest_title_quest_evolve_bergmite_singular": "एक बफ़ाश को वकसत करं", + "quest_title_quest_evolve_bidoof_singular": "एक ऊदब को वकसत करं", + "quest_title_quest_evolve_binacle_singular": "एक बायनेकल को वकसत करं", + "quest_title_quest_evolve_blitzle_singular": "एक हॉटाइप को वकसत करं", + "quest_title_quest_evolve_boldore_singular": "एक कोरटान को वकसत करं", + "quest_title_quest_evolve_bonsly_singular": "एक लांटनी को वकसत करं", + "quest_title_quest_evolve_braixen_singular": "एक लौमटल को वकसत करं", + "quest_title_quest_evolve_bronzor_singular": "एक ॉज़ाइना को वकसत करं", + "quest_title_quest_evolve_budew_singular": "एक कोपल को वकसत करं", + "quest_title_quest_evolve_buizel_singular": "एक टॎूनेव को वकसत करं", + "quest_title_quest_evolve_bulbasaur": "बबासॉर को वकसत करं", + "quest_title_quest_evolve_bulbasaur_singular": "एक बबासॉर को वकसत करं", + "quest_title_quest_evolve_buneary_singular": "एक रोलकान को वकसत करं", + "quest_title_quest_evolve_bunnelby_singular": "एक डगबट को वकसत करं", + "quest_title_quest_evolve_burmy_singular": "एक बोरकट को वकसत करं", + "quest_title_quest_evolve_cacnea_singular": "एक ककशाह को वकसत करं", + "quest_title_quest_evolve_carvanha_singular": "एक शारपीरा को वकसत करं", + "quest_title_quest_evolve_cascoon_singular": "एक रकन को वकसत करं", + "quest_title_quest_evolve_caterpie_singular": "एक कटरपी को वकसत करं", + "quest_title_quest_evolve_chansey_singular": "एक चैंसी को वकसत करं", + "quest_title_quest_evolve_charmander": "चारमैंडर को वकसत करं", + "quest_title_quest_evolve_charmander_singular": "एक चारमैंडर को वकसत करं", + "quest_title_quest_evolve_charmeleon_singular": "एक चामलयन को वकसत करं", + "quest_title_quest_evolve_cherubi_singular": "एक चेरर को वकसत करं", + "quest_title_quest_evolve_chespin_singular": "एक शाबडल को वकसत करं", + "quest_title_quest_evolve_chikorita": "अपने चकोरटा को वकसत करं", + "quest_title_quest_evolve_chikorita_singular": "एक चकोरटा को वकसत करं", + "quest_title_quest_evolve_chimchar_singular": "एक आगािप को वकसत करं", + "quest_title_quest_evolve_chinchou_singular": "एक लालटून को वकसत करं", + "quest_title_quest_evolve_chingling_singular": "एक टंगनी को वकसत करं", + "quest_title_quest_evolve_clamperl_singular": "एक सीपल को वकसत करं", + "quest_title_quest_evolve_clauncher_singular": "एक लॉगन को वकसत करं", + "quest_title_quest_evolve_clefairy_singular": "एक लफ़ेर को वकसत करं", + "quest_title_quest_evolve_cleffa_singular": "एक लफ़ा को वकसत करं", + "quest_title_quest_evolve_combee_singular": "एक टनबी को वकसत करं", + "quest_title_quest_evolve_combusken_singular": "एक युवाकक को वकसत करं", + "quest_title_quest_evolve_corphish_singular": "एक फ़ौजींगा को वकसत करं", + "quest_title_quest_evolve_cosmoem_singular": "कॉ़मोएम को वकसत करं", + "quest_title_quest_evolve_cosmog_singular": "कॉ़मॉग को वकसत करं", + "quest_title_quest_evolve_cottonee_singular": "एक कॉटनी को वकसत करं", + "quest_title_quest_evolve_cranidos_singular": "एक कपाल को वकसत करं", + "quest_title_quest_evolve_croagunk_singular": "एक ॉगावारा को वकसत करं", + "quest_title_quest_evolve_croconaw": "अपने ोकोमछ को वकसत करं", + "quest_title_quest_evolve_croconaw_singular": "एक ोकोमछ को वकसत करं", + "quest_title_quest_evolve_cubchoo_singular": "एक रछू को वकसत करं", + "quest_title_quest_evolve_cubone_singular": "एक यूबोन को वकसत करं", + "quest_title_quest_evolve_cyndaquil": "अपने सुइगार को वकसत करं", + "quest_title_quest_evolve_cyndaquil_singular": "एक सुइगार को वकसत करं", + "quest_title_quest_evolve_dark_type_singular": "डाक टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_darumaka_singular": "एक डामाग को वकसत करं", + "quest_title_quest_evolve_deerling_singular": "एक हरतु को वकसत करं", + "quest_title_quest_evolve_deino_singular": "एक सनो को वकसत करं", + "quest_title_quest_evolve_dewott_singular": "एक सॉडोवार को वकसत करं", + "quest_title_quest_evolve_diglett_singular": "एक डगलट को वकसत करं", + "quest_title_quest_evolve_doduo_singular": "एक डोडुओ को वकसत करं", + "quest_title_quest_evolve_doublade_singular": "एक डलड को वकसत करं", + "quest_title_quest_evolve_dragonair_singular": "एक डैगनेयर को वकसत करं", + "quest_title_quest_evolve_dratini_singular": "एक डटनी को वकसत करं", + "quest_title_quest_evolve_drifloon_singular": "एक गुबारा को वकसत करं", + "quest_title_quest_evolve_drilbur_singular": "एक मोलडल को वकसत करं", + "quest_title_quest_evolve_drowzee_singular": "एक डाउज़ी को वकसत करं", + "quest_title_quest_evolve_ducklett_singular": "एक डकचा को वकसत करं", + "quest_title_quest_evolve_duosion_singular": "एक डूओवा को वकसत करं", + "quest_title_quest_evolve_durant_singular": "एक चीटायरन को वकसत करं", + "quest_title_quest_evolve_dusclops_singular": "एक मंडरैना को वकसत करं", + "quest_title_quest_evolve_duskull_singular": "एक घूमरा को वकसत करं", + "quest_title_quest_evolve_dwebble_singular": "एक नवाटोन को वकसत करं", + "quest_title_quest_evolve_eelektrik_singular": "एक ईलवा को वकसत करं", + "quest_title_quest_evolve_eevee_singular": "एक ईवी को वकसत करं", + "quest_title_quest_evolve_eevee_types_plural": "इलटक-, वॉटर-, या फ़ायर टाइप में से {{amount_0}} पोकमॉन वकसत करं", + "quest_title_quest_evolve_eevee_types_singular": "इलटक-, वॉटर-, या फ़ायर टाइप में से 1 पोकमॉन वकसत करं", + "quest_title_quest_evolve_ekans_singular": "एक ऐकंस को वकसत करं", + "quest_title_quest_evolve_electabuzz_singular": "एक इलकटक को वकसत करं", + "quest_title_quest_evolve_electrike_singular": "एक फ़ानडर को वकसत करं", + "quest_title_quest_evolve_elekid_singular": "एक इलकचा को वकसत करं", + "quest_title_quest_evolve_elgyem_singular": "एक एले को वकसत करं", + "quest_title_quest_evolve_espeon": "दन क समय ईवी को मनवी में वकसत करं", + "quest_title_quest_evolve_espurr_singular": "एक साइकट को वकसत करं", + "quest_title_quest_evolve_evolved_grass_singular": "1 वकसत ए ास टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_exeggcute_singular": "एक एगोला को वकसत करं", + "quest_title_quest_evolve_farfetch'd_singular": "एक फ़ारफ़ेच को वकसत करं", + "quest_title_quest_evolve_feebas_singular": "एक दीनमीन को वकसत करं", + "quest_title_quest_evolve_fennekin_singular": "एक लौमनी को वकसत करं", + "quest_title_quest_evolve_ferroseed_singular": "एक लौसीडो को वकसत करं", + "quest_title_quest_evolve_finneon_singular": "एक मीनोसेंट को वकसत करं", + "quest_title_quest_evolve_flaaffy_singular": "एक वोटून को वकसत करं", + "quest_title_quest_evolve_flabébé_singular": "एक लबेबे को वकसत करं", + "quest_title_quest_evolve_fletchinder_singular": "एक लरोबन को वकसत करं", + "quest_title_quest_evolve_fletchling_singular": "एक ऐरोबन को वकसत करं", + "quest_title_quest_evolve_floette_singular": "एक लोएट को वकसत करं", + "quest_title_quest_evolve_foongus_singular": "एक मशहैरान को वकसत करं", + "quest_title_quest_evolve_fraxure_singular": "एक कडाडी को वकसत करं", + "quest_title_quest_evolve_frillish_singular": "एक लश को वकसत करं", + "quest_title_quest_evolve_froakie_singular": "एक ोटर को वकसत करं", + "quest_title_quest_evolve_frogadier_singular": "एक ॉगेडयर को वकसत करं", + "quest_title_quest_evolve_gabite_singular": "एक गबाइट को वकसत करं", + "quest_title_quest_evolve_gastly_singular": "एक गैटल को वकसत करं", + "quest_title_quest_evolve_geodude_singular": "एक जयोडूड को वकसत करं", + "quest_title_quest_evolve_gible_singular": "एक शागोला को वकसत करं", + "quest_title_quest_evolve_glalie_singular": "एक हमास को वकसत करं", + "quest_title_quest_evolve_glameow_singular": "एक चामयाऊ को वकसत करं", + "quest_title_quest_evolve_gligar_singular": "एक लाइडंक को वकसत करं", + "quest_title_quest_evolve_gloom_singular": "एक लूम को वकसत करं", + "quest_title_quest_evolve_golbat_singular": "एक गोलबैट को वकसत करं", + "quest_title_quest_evolve_goldeen_singular": "एक गोडीन को वकसत करं", + "quest_title_quest_evolve_golett_singular": "एक गोलमटल को वकसत करं", + "quest_title_quest_evolve_goomy_singular": "एक लसेरा को वकसत करं", + "quest_title_quest_evolve_gothita_singular": "एक गोलगॉथ को वकसत करं", + "quest_title_quest_evolve_gothorita_singular": "एक गॉथनहार को वकसत करं", + "quest_title_quest_evolve_graveler_singular": "एक ैवलर को वकसत करं", + "quest_title_quest_evolve_grimer_singular": "एक ाइमर को वकसत करं", + "quest_title_quest_evolve_grotle_singular": "एक जंगलटल को वकसत करं", + "quest_title_quest_evolve_ground_plural": "{{amount_0}} ाउंड टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_grovyle_singular": "एक िकल को वकसत करं", + "quest_title_quest_evolve_growlithe_singular": "एक ाउलथ को वकसत करं", + "quest_title_quest_evolve_gulpin_singular": "एक नगलन को वकसत करं", + "quest_title_quest_evolve_gurdurr_singular": "एक कॉलोहाड को वकसत करं", + "quest_title_quest_evolve_happiny_singular": "एक हैपीनी को वकसत करं", + "quest_title_quest_evolve_haunter_singular": "एक हॉटर को वकसत करं", + "quest_title_quest_evolve_heatmor_singular": "एक हीटखोर को वकसत करं", + "quest_title_quest_evolve_helioptile_singular": "एक जेनरल को वकसत करं", + "quest_title_quest_evolve_herdier_singular": "एक टोलयर को वकसत करं", + "quest_title_quest_evolve_hippopotas_singular": "एक हपोपोटास को वकसत करं", + "quest_title_quest_evolve_honedge_singular": "एक लडेक को वकसत करं", + "quest_title_quest_evolve_hoothoot_singular": "एक उलूल को वकसत करं", + "quest_title_quest_evolve_hoppip_singular": "एक बीजप को वकसत करं", + "quest_title_quest_evolve_horsea_singular": "एक हॉसी को वकसत करं", + "quest_title_quest_evolve_houndour_singular": "एक डैवान को वकसत करं", + "quest_title_quest_evolve_igglybuff_singular": "एक इलबफ़ को वकसत करं", + "quest_title_quest_evolve_illumise_singular": "एक लाइटनी को वकसत करं", + "quest_title_quest_evolve_inkay_singular": "एक याहीहै को वकसत करं", + "quest_title_quest_evolve_items_plural": "पोकमॉन को {{amount_0}} बार वतसत करने क लए आइटम का इतेमाल करं", + "quest_title_quest_evolve_items_singular": "पोकमॉन को वकसत करने क लए कसी आइटम का इतेमाल करं", + "quest_title_quest_evolve_ivysaur_singular": "एक आइवीसॉर को वकसत करं", + "quest_title_quest_evolve_jigglypuff_singular": "एक जलपफ़ को वकसत करं", + "quest_title_quest_evolve_joltik_singular": "एक बज़ॉब को वकसत करं", + "quest_title_quest_evolve_kabuto_singular": "एक कबूटो को वकसत करं", + "quest_title_quest_evolve_kadabra_singular": "एक काडाबरा को वकसत करं", + "quest_title_quest_evolve_kakuna_singular": "एक ककना को वकसत करं", + "quest_title_quest_evolve_karrablast_singular": "एक कवरटल को वकसत करं", + "quest_title_quest_evolve_kirlia_singular": "एक करलया को वकसत करं", + "quest_title_quest_evolve_klang_singular": "एक गेरारर को वकसत करं", + "quest_title_quest_evolve_klink_singular": "एक गेरार को वकसत करं", + "quest_title_quest_evolve_koffing_singular": "एक कॉिफ़ंग को वकसत करं", + "quest_title_quest_evolve_krabby_singular": "एक ैबी को वकसत करं", + "quest_title_quest_evolve_kricketot_singular": "एक िझंगोलू को वकसत करं", + "quest_title_quest_evolve_krokorok_singular": "एक अिड़याल को वकसत करं", + "quest_title_quest_evolve_lairon_singular": "एक आइरोहाड को वकसत करं", + "quest_title_quest_evolve_lampent_singular": "एक लौमटन को वकसत करं", + "quest_title_quest_evolve_larvesta_singular": "एक वालावा को वकसत करं", + "quest_title_quest_evolve_larvitar_singular": "एक लारवार को वकसत करं", + "quest_title_quest_evolve_ledyba_singular": "एक लडबा को वकसत करं", + "quest_title_quest_evolve_lickitung_singular": "एक लकटंग को वकसत करं", + "quest_title_quest_evolve_lileep_singular": "एक लडीप को वकसत करं", + "quest_title_quest_evolve_lillipup_singular": "एक ललपप को वकसत करं", + "quest_title_quest_evolve_linoone_singular": "{{amount_0}} गलार लाइनून वकसत करं", + "quest_title_quest_evolve_litleo_singular": "एक शेरटल को वकसत करं", + "quest_title_quest_evolve_litwick_singular": "एक मोबात को वकसत करं", + "quest_title_quest_evolve_lombre_singular": "एक टोकमल को वकसत करं", + "quest_title_quest_evolve_lotad_singular": "एक कमलबी को वकसत करं", + "quest_title_quest_evolve_loudred_singular": "एक रोषरोर को वकसत करं", + "quest_title_quest_evolve_luxio_singular": "एक रोशनीयर को वकसत करं", + "quest_title_quest_evolve_machoke_singular": "एक मचोक को वकसत करं", + "quest_title_quest_evolve_machop_singular": "एक मचॉप को वकसत करं", + "quest_title_quest_evolve_magby_singular": "एक शुमैग को वकसत करं", + "quest_title_quest_evolve_magikarp_singular": "एक मैजकाप को वकसत करं", + "quest_title_quest_evolve_magmar_singular": "एक मैमार को वकसत करं", + "quest_title_quest_evolve_magnemite_singular": "एक मैनेमाइट को वकसत करं", + "quest_title_quest_evolve_makuhita_singular": "एक माकहता को वकसत करं", + "quest_title_quest_evolve_mankey_singular": "एक मैंक को वकसत करं", + "quest_title_quest_evolve_mantyke_singular": "एक मैचा को वकसत करं", + "quest_title_quest_evolve_mareep_singular": "एक मेषीप को वकसत करं", + "quest_title_quest_evolve_marill_singular": "एक बॉलबी को वकसत करं", + "quest_title_quest_evolve_marshtomp_singular": "एक पंॉल को वकसत करं", + "quest_title_quest_evolve_meditite_singular": "एक ननासन को वकसत करं", + "quest_title_quest_evolve_meowth_singular": "एक याउथ को वकसत करं", + "quest_title_quest_evolve_metang_singular": "एक मटैंग को वकसत करं", + "quest_title_quest_evolve_metapod_singular": "एक मेटापॉड को वकसत करं", + "quest_title_quest_evolve_mienfoo_singular": "एक कंफ़ीज़ल को वकसत करं", + "quest_title_quest_evolve_mime jr._singular": "एक माइम जूनयर को वकसत करं", + "quest_title_quest_evolve_minccino_singular": "एक मंचीनो को वकसत करं", + "quest_title_quest_evolve_misdreavus_singular": "एक शरारम को वकसत करं", + "quest_title_quest_evolve_monferno_singular": "एक फ़ायकप को वकसत करं", + "quest_title_quest_evolve_mr. mime_singular": "एक मटर माइम को वकसत करं", + "quest_title_quest_evolve_mudkip_singular": "एक पंकबु को वकसत करं", + "quest_title_quest_evolve_munchlax_singular": "एक मंचलैस को वकसत करं", + "quest_title_quest_evolve_munna_singular": "एक मूना को वकसत करं", + "quest_title_quest_evolve_murkrow_singular": "एक कालो को वकसत करं", + "quest_title_quest_evolve_natu_singular": "एक नाटू को वकसत करं", + "quest_title_quest_evolve_nidoranfemale_singular": "एक नीडोरैन♀ को वकसत करं", + "quest_title_quest_evolve_nidoranmale_singular": "एक नीडोरैन♂ को वकसत करं", + "quest_title_quest_evolve_nidorina_singular": "एक नीडोरना को वकसत करं", + "quest_title_quest_evolve_nidorino_singular": "एक नीडोरनो को वकसत करं", + "quest_title_quest_evolve_nincada_singular": "एक माटजा को वकसत करं", + "quest_title_quest_evolve_noibat_singular": "एक बैतरंग को वकसत करं", + "quest_title_quest_evolve_nosepass_singular": "एक मैगनाक को वकसत करं", + "quest_title_quest_evolve_numel_singular": "एक डमूंट को वकसत करं", + "quest_title_quest_evolve_nuzleaf_singular": "एक नाकोंपल को वकसत करं", + "quest_title_quest_evolve_oddish_singular": "एक ऑडश को वकसत करं", + "quest_title_quest_evolve_omanyte_singular": "एक ऑमानाइट को वकसत करं", + "quest_title_quest_evolve_onix_singular": "एक ऑनस को वकसत करं", + "quest_title_quest_evolve_oshawott_singular": "एक ममोलू को वकसत करं", + "quest_title_quest_evolve_palpitoad_singular": "एक मेंटोडर को वकसत करं", + "quest_title_quest_evolve_pancham_singular": "एक शैताम को वकसत करं", + "quest_title_quest_evolve_panpour_singular": "एक नीरकप को वकसत करं", + "quest_title_quest_evolve_pansage_singular": "एक शाकप को वकसत करं", + "quest_title_quest_evolve_pansear_singular": "एक रोटकप को वकसत करं", + "quest_title_quest_evolve_paras_singular": "एक पैरस को वकसत करं", + "quest_title_quest_evolve_patrat_singular": "एक मूकाउट को वकसत करं", + "quest_title_quest_evolve_pawniard_singular": "एक मोराटाना को वकसत करं", + "quest_title_quest_evolve_petilil_singular": "एक टल को वकसत करं", + "quest_title_quest_evolve_phanpy_singular": "एक नहाथी को वकसत करं", + "quest_title_quest_evolve_phantump_singular": "एक हटी को वकसत करं", + "quest_title_quest_evolve_pichu_singular": "एक िपचू को वकसत करं", + "quest_title_quest_evolve_pidgeotto_singular": "एक िपजयोटो को वकसत करं", + "quest_title_quest_evolve_pidgey_singular": "एक िपजी को वकसत करं", + "quest_title_quest_evolve_pidove_singular": "एक कबूटंगाको वकसत करं", + "quest_title_quest_evolve_pignite_singular": "एक उमग को वकसत करं", + "quest_title_quest_evolve_pikachu_singular": "एक िपकाचू को वकसत करं", + "quest_title_quest_evolve_piloswine_plural": "{{amount_0}} फ़रशूअर को वकसत करं", + "quest_title_quest_evolve_piloswine_singular": "एक फ़रशूअर को वकसत करं", + "quest_title_quest_evolve_pineco_singular": "एक पाइनोला को वकसत करं", + "quest_title_quest_evolve_piplup_singular": "एक िपपलप को वकसत करं", + "quest_title_quest_evolve_plural": "{{amount_0}} पोकमॉन को वकसत करं", + "quest_title_quest_evolve_poison_type_singular": "पॉइज़न टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_poliwag_singular": "एक बैंगचब को वकसत करं", + "quest_title_quest_evolve_poliwhirl_singular": "एक बैंगचबग को वकसत करं", + "quest_title_quest_evolve_ponyta_singular": "एक पोनीटा को वकसत करं", + "quest_title_quest_evolve_poochyena_singular": "एक पपीबघा को वकसत करं", + "quest_title_quest_evolve_porygon2_singular": "एक पोरगॉन2 को वकसत करं", + "quest_title_quest_evolve_prinplup_singular": "एक िंगपु को वकसत करं", + "quest_title_quest_evolve_psyduck_singular": "एक साइडक को वकसत करं", + "quest_title_quest_evolve_pumpkaboo_singular": "एक कबू को वकसत करं", + "quest_title_quest_evolve_pupitar_singular": "एक कोषकटार को वकसत करं", + "quest_title_quest_evolve_purrloin_singular": "एक चोरोकट को वकसत करं", + "quest_title_quest_evolve_quilava": "अपने सुइलावा को वकसत करं", + "quest_title_quest_evolve_quilava_singular": "एक सुइलावा को वकसत करं", + "quest_title_quest_evolve_quilladin_singular": "एक डफ़ेंडल को वकसत करं", + "quest_title_quest_evolve_qwilfish_singular": "एक सुईिफ़श को वकसत करं", + "quest_title_quest_evolve_ralts_singular": "एक शूस को वकसत करं", + "quest_title_quest_evolve_rattata_singular": "एक रैटैटा को वकसत करं", + "quest_title_quest_evolve_remoraid_singular": "एक मीनगन को वकसत करं", + "quest_title_quest_evolve_rhydon_singular": "एक राइडॉन को वकसत करं", + "quest_title_quest_evolve_rhyhorn_singular": "एक राइहॉन को वकसत करं", + "quest_title_quest_evolve_riolu_singular": "एक रयोलु को वकसत करं", + "quest_title_quest_evolve_roggenrola_singular": "एक लडूगो को वकसत करं", + "quest_title_quest_evolve_roselia_singular": "एक रोज़ेलया को वकसत करं", + "quest_title_quest_evolve_rufflet_singular": "एक चीलोपी को वकसत करं", + "quest_title_quest_evolve_sandile_singular": "एक नैनोका को वकसत करं", + "quest_title_quest_evolve_sandshrew_singular": "एक सैंडू को वकसत करं", + "quest_title_quest_evolve_sb_singular": "बुलवान को वकसत करं", + "quest_title_quest_evolve_scatterbug_singular": "एक फैलाबग को वकसत करं", + "quest_title_quest_evolve_scraggy_singular": "एक कडल को वकसत करं", + "quest_title_quest_evolve_scyther_singular": "एक टाइकट को वकसत करं", + "quest_title_quest_evolve_seadra_singular": "एक सीडा को वकसत करं", + "quest_title_quest_evolve_sealeo_singular": "एक सीलयार को वकसत करं", + "quest_title_quest_evolve_seedot_singular": "एक नटल को वकसत करं", + "quest_title_quest_evolve_seel_singular": "एक सीसीसील को वकसत करं", + "quest_title_quest_evolve_sentret_singular": "एक नेवर को वकसत करं", + "quest_title_quest_evolve_servine_singular": "एक सपाइन को वकसत करं", + "quest_title_quest_evolve_sewaddle_singular": "एक लपता को वकसत करं", + "quest_title_quest_evolve_shelgon_singular": "एक डैगोवच को वकसत करं", + "quest_title_quest_evolve_shellder_singular": "एक शेडर को वकसत करं", + "quest_title_quest_evolve_shellos_singular": "एक शेलगुमा को वकसत करं", + "quest_title_quest_evolve_shelmet_singular": "एक शेलमेट को वकसत करं", + "quest_title_quest_evolve_shieldon_singular": "एक ढालाटॉस को वकसत करं", + "quest_title_quest_evolve_shinx_singular": "एक टंलस को वकसत करं", + "quest_title_quest_evolve_shroomish_singular": "एक बशम को वकसत करं", + "quest_title_quest_evolve_shuckle_singular": "एक शेलसीप को वकसत करं", + "quest_title_quest_evolve_shuppet_singular": "एक मूरसाया को वकसत करं", + "quest_title_quest_evolve_silcoon_singular": "एक रशकन को वकसत करं", + "quest_title_quest_evolve_singular": "1 पोकमॉन को वकसत करं", + "quest_title_quest_evolve_skiddo_singular": "एक मेमनाइड को वकसत करं", + "quest_title_quest_evolve_skiploom_singular": "एक पंखुल को वकसत करं", + "quest_title_quest_evolve_skitty_singular": "एक याल को वकसत करं", + "quest_title_quest_evolve_skorupi_singular": "एक बछुवश को वकसत करं", + "quest_title_quest_evolve_skrelp_singular": "एक काइफूस को वकसत करं", + "quest_title_quest_evolve_slakoth_singular": "एक आलसजी को वकसत करं", + "quest_title_quest_evolve_sliggoo_singular": "एक नेलसा को वकसत करं", + "quest_title_quest_evolve_slowpoke_plural": "{{amount_0}} लोपोक को वकसत करं", + "quest_title_quest_evolve_slowpoke_singular": "एक लोपोक को वकसत करं", + "quest_title_quest_evolve_slugma_singular": "एक लगमा को वकसत करं", + "quest_title_quest_evolve_smoochum_singular": "एक चूमम को वकसत करं", + "quest_title_quest_evolve_sneasel_singular": "एक चोरला को वकसत करं", + "quest_title_quest_evolve_snivy_singular": "एक वाईनेक को वकसत करं", + "quest_title_quest_evolve_snorunt_singular": "एक बफ़बचा को वकसत करं", + "quest_title_quest_evolve_snover_singular": "एक हमकप को वकसत करं", + "quest_title_quest_evolve_snubbull_singular": "एक बुलवान को वकसत करं", + "quest_title_quest_evolve_solosis_singular": "एक एकोवू को वकसत करं", + "quest_title_quest_evolve_spearow_singular": "एक पीयरो को वकसत करं", + "quest_title_quest_evolve_special_drowzee": "एक डाउज़ी को वकसत करं", + "quest_title_quest_evolve_special_feebas_singular": "दीनमीन को वकसत करं", + "quest_title_quest_evolve_special_galarian_mrmime": "गलार मटर माइम को वकसत करं", + "quest_title_quest_evolve_special_galarian_slowpoke": "गलार लोपोक को वकसत करं", + "quest_title_quest_evolve_special_grimer": "एक ाइमर को वकसत करं", + "quest_title_quest_evolve_special_magnemite": "एक मैनेमाइट को वकसत करं", + "quest_title_quest_evolve_special_scyther": "एक टाइकट को वकसत करं", + "quest_title_quest_evolve_special0_singular": "मैजकाप को वकसत करं", + "quest_title_quest_evolve_special1_plural": "{{amount_0}} िपजी को वकसत करं", + "quest_title_quest_evolve_special1_singular": "हॉसी को वकसत करं", + "quest_title_quest_evolve_special2_singular": "याउथ को एवॉव करं", + "quest_title_quest_evolve_spewpa_singular": "एक फैलावारा को वकसत करं", + "quest_title_quest_evolve_spheal_singular": "एक सीसीलारा को वकसत करं", + "quest_title_quest_evolve_spinarak_singular": "एक रशमक को वकसत करं", + "quest_title_quest_evolve_spoink_singular": "एक सूिंग को वकसत करं", + "quest_title_quest_evolve_spritzee_singular": "एक फ़सीफ़स को वकसत करं", + "quest_title_quest_evolve_squirtle_singular": "एक वटल को वकसत करं", + "quest_title_quest_evolve_staravia_singular": "एक मैनाटार को वकसत करं", + "quest_title_quest_evolve_starly_singular": "एक टाली को वकसत करं", + "quest_title_quest_evolve_staryu_singular": "एक टारयू को वकसत करं", + "quest_title_quest_evolve_steelix_singular": "एक टलस को वकसत करं", + "quest_title_quest_evolve_stunky_singular": "एक कंकबू को वकसत करं", + "quest_title_quest_evolve_sunkern_singular": "एक नटमुखी को वकसत करं", + "quest_title_quest_evolve_sunstone_singular": "लूम या नटमुखी को एवॉव करने क लए सन टोन का इतेमाल करं।", + "quest_title_quest_evolve_surskit_singular": "एक लॉलप को वकसत करं", + "quest_title_quest_evolve_swablu_singular": "एक ईी को वकसत करं", + "quest_title_quest_evolve_swadloon_singular": "एक लपटाकन को वकसत करं", + "quest_title_quest_evolve_swinub_singular": "एक शुअरबी को वकसत करं", + "quest_title_quest_evolve_swirlix_singular": "एक पफ़लक को वकसत करं", + "quest_title_quest_evolve_taillow_singular": "एक मनबील को वकसत करं", + "quest_title_quest_evolve_tangela_singular": "एक उलझारा को वकसत करं", + "quest_title_quest_evolve_teddiursa_singular": "एक टडीलू को वकसत करं", + "quest_title_quest_evolve_tentacool_singular": "एक टंटाकल को वकसत करं", + "quest_title_quest_evolve_tepig_singular": "एक िपगमी को वकसत करं", + "quest_title_quest_evolve_timburr_singular": "एक इशा को वकसत करं", + "quest_title_quest_evolve_tirtouga_singular": "एक ोटोकम को वकसत करं", + "quest_title_quest_evolve_togepi_singular": "एक टोगेपी को वकसत करं", + "quest_title_quest_evolve_togetic_singular": "एक टोगेटक को वकसत करं", + "quest_title_quest_evolve_torchic_singular": "एक आकक को वकसत करं", + "quest_title_quest_evolve_totodile": "अपने नहामछ को वकसत करं", + "quest_title_quest_evolve_totodile_singular": "एक नहामछ को वकसत करं", + "quest_title_quest_evolve_tranquill_singular": "एक यूटरगू को वकसत करं", + "quest_title_quest_evolve_trapinch_singular": "एक मसरौ को वकसत करं", + "quest_title_quest_evolve_treecko_singular": "एक टीकल को वकसत करं", + "quest_title_quest_evolve_trubbish_singular": "एक कचरैग को वकसत करं", + "quest_title_quest_evolve_turtwig_singular": "एक खलटल को वकसत करं", + "quest_title_quest_evolve_tympole_singular": "एक डंबराउंड को वकसत करं", + "quest_title_quest_evolve_tynamo_singular": "एक लकवारा को वकसत करं", + "quest_title_quest_evolve_type_dark_plural": "{{amount_0}} डाक टाइप पोकमॉन को एवॉव करं", + "quest_title_quest_evolve_type_dragon_plural": "{{amount_0}} डैगन टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_type_dragon_singular": "1 डैगन टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_type_electric_plural": "{{amount_0}} इलटक टाइप पोकमॉन वकसत करं", + "quest_title_quest_evolve_type_electric_singular": "1 इलटक टाइप पोकमॉन वकसत करं", + "quest_title_quest_evolve_type_fairy_plural": "फ़ेर टाइप वाल {{amount_0}} पोकमॉन को वकसत करं", + "quest_title_quest_evolve_type_fairy_singular": "फ़ेर टाइप वाल पोकमॉन को वकसत करं", + "quest_title_quest_evolve_type_fire_plural": "{{amount_0}} फ़ायर टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_type_fire_singular": "1 फ़ायर टाइप वाल पोकमॉन को एवॉव करं", + "quest_title_quest_evolve_type_flying_plural": "{{amount_0}} लाइंग टाइप पोकमॉन वकसत करं", + "quest_title_quest_evolve_type_flying_singular": "1 लाइंग टाइप पोकमॉन वकसत करं", + "quest_title_quest_evolve_type_ghost_plural": "{{amount_0}} घोट टाइप पोकमॉन वकसत करं", + "quest_title_quest_evolve_type_ghost_single": "एक घोट टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_type_grass_plural": "{{amount_0}} ास टाइप पोकमॉन वकसत करं", + "quest_title_quest_evolve_type_grass_singular": "1 ास टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_type_ice_plural": "{{amount_0}} आइस टाइप पोकमॉन वकसत करं", + "quest_title_quest_evolve_type_ice_singular": "1 आइस टाइप पोकमॉन वतसत करं", + "quest_title_quest_evolve_type_poison_plural": "{{amount_0}} पॉइज़न टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_type_psychic_plural": "{{amount_0}} साइकक टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_type_psychic_singular": "साइकक टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_type_rock_plural": "{{amount_0}} रॉक टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_type_steel_plural": "{{amount_0}} टल टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_type_water_plural": "{{amount_0}} वॉटर टाइप पोकमॉन वकसत करं", + "quest_title_quest_evolve_type_water_singular": "वॉटर टाइप पोकमॉन को वकसत करं", + "quest_title_quest_evolve_tyrogue_singular": "एक फ़ाइटनौ को वकसत करं", + "quest_title_quest_evolve_tyrunt_singular": "एक टनीरस को वकसत करं", + "quest_title_quest_evolve_umbreon": "दन क समय ईवी को डाकवी में वकसत करं", + "quest_title_quest_evolve_vanillish_singular": "एक वनीरच को वकसत करं", + "quest_title_quest_evolve_vanillite_singular": "एक वनीलफ़ को वकसत करं", + "quest_title_quest_evolve_venipede_singular": "एक खंजूरा को वकसत करं", + "quest_title_quest_evolve_venonat_singular": "एक वेनोनैट को वकसत करं", + "quest_title_quest_evolve_vibrava_singular": "एक कंपनावा को वकसत करं", + "quest_title_quest_evolve_vigoroth_singular": "एक बुलचुला को वकसत करं", + "quest_title_quest_evolve_volbeat_singular": "एक बबीट को वकसत करं", + "quest_title_quest_evolve_voltorb_singular": "एक वोटॉब को वकसत करं", + "quest_title_quest_evolve_vullaby_singular": "एक वलकड को वकसत करं", + "quest_title_quest_evolve_vulpix_singular": "एक वलपस को वकसत करं", + "quest_title_quest_evolve_wailmer_singular": "एक बेवेल को वकसत करं", + "quest_title_quest_evolve_wartortle_singular": "एक वॉरटॉटल को वकसत करं", + "quest_title_quest_evolve_weedle_singular": "एक वीडल को वकसत करं", + "quest_title_quest_evolve_weepinbell_singular": "एक वीिपनबेल को वकसत करं", + "quest_title_quest_evolve_whirlipede_singular": "एक रमॉथ को वकसत करं", + "quest_title_quest_evolve_whismur_singular": "एक फ़ुसखुस को वकसत करं", + "quest_title_quest_evolve_wingull_singular": "एक वंगल को वकसत करं", + "quest_title_quest_evolve_woobat_singular": "एक चमचक को वकसत करं", + "quest_title_quest_evolve_wooper_singular": "एक वूपर को वकसत करं", + "quest_title_quest_evolve_wurmple_singular": "एक इलल को वकसत करं", + "quest_title_quest_evolve_wynaut_singular": "एक सच को वकसत करं", + "quest_title_quest_evolve_yamask_singular": "एक मौकाब को वकसत करं", + "quest_title_quest_evolve_yanma_singular": "एक हेलकट को वकसत करं", + "quest_title_quest_evolve_zigzagoon_singular": "एक लहरउन को वकसत करं", + "quest_title_quest_evolve_zorua_singular": "एक ज़ोआ को वकसत करं", + "quest_title_quest_evolve_zubat_singular": "एक ज़ूबैट को वकसत करं", + "quest_title_quest_evolve_zweilous_singular": "एक डैडोसर को वकसत करं", + "quest_title_quest_explore_buddy": "अपने पाटनर क साथ एसलोर करते ए कडी हासल करं", + "quest_title_quest_explore_buddy_carbink": "अपने पाटनर क प में काबीरा क साथ एसलोर करते ए कडी हासल करं", + "quest_title_quest_explore_buddy_plural": "अपने पाटनर क साथ एसलोर करते ए {{amount_0}} कडी हासल करं", + "quest_title_quest_explore_buddy_routes_plural": "अपने पाटनर क साथ एसलोर करते ए {{amount_0}} कडी हासल करं", + "quest_title_quest_explore_buddy_routes_singular": "ट पर अपने पाटनर क साथ एसलोर करते समय कडी हासल करं", + "quest_title_quest_explore_km": "{{amount_0}} km एसलोर करं", + "quest_title_quest_explore_km_party": "टम में शामल हो कर {{amount_0}} कलोमीटर एसलोर करं", + "quest_title_quest_febresearchday_battle_gym_singular": "सीपल रसच : जम में बैटल", + "quest_title_quest_febresearchday_battle_raid_singular": "सीपल रसच : रड में बैटल", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "सीपल रसच : कसी जम बैटल में ज़्यादा असर करने वाला चाज्ड अटैक इतेमाल करं", + "quest_title_quest_febresearchday_catch_feed_plural": "सीपल रसच : {{amount_0}} बेरज़ का इतेमाल करक पोकमॉन पकड़ें", + "quest_title_quest_febresearchday_catch_special1_singular": "सीपल रसच : मैजकाप या बेवेल पकड़ें", + "quest_title_quest_febresearchday_catch_special2_singular": "सीपल रसच : साइडक या ैबी पकड़ें", + "quest_title_quest_febresearchday_catch_type_water_plural": "सीपल रसच : {{amount_0}} वॉटर टाइप पोकमॉन पकड़ें", + "quest_title_quest_febresearchday_evolve_type_water_plural": "सीपल रसच : {{amount_0}} वॉटर टाइप पोकमॉन वकसत करं", + "quest_title_quest_febresearchday_land_curveball_plural": "सीपल रसच : {{amount_0}} कवबॉल ो करं", + "quest_title_quest_febresearchday_land_great_plural": "सीपल रसच : {{amount_0}} बत बढ़या ो करं", + "quest_title_quest_febresearchday_land_inarow_great_plural": "सीपल रसच : लगातार {{amount_0}} बत बढ़या ो करं", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "सीपल रसच : लगातार {{amount_0}} बढ़या ो करं", + "quest_title_quest_febresearchday_land_nice_plural": "सीपल रसच : {{amount_0}} बढ़या ो करं", + "quest_title_quest_febresearchday_visit_pokestops_plural": "सीपल रसच : {{amount_0}} पोकटॉप िपन करं", + "quest_title_quest_feed_buddy_multiple": "अपने पाटनर को {{amount_0}} बार खलाएं", + "quest_title_quest_feed_buddy_singular": "पाटनर को खलाएँ", + "quest_title_quest_feed_goldenrazz_plural": "पोकमॉन को पकड़ने में मदद करने क लए {{amount_0}} गोडन रैज़ बेर इतेमाल करं", + "quest_title_quest_feed_nanab_plural": "पोकमॉन को पकड़ते समय {{amount_0}} नैनब बेर का इतेमाल करं", + "quest_title_quest_feed_pinaps_plural": "पोकमॉन को पकड़ते समय पाइनऐप बेर {{amount_0}} इतेमाल करं", + "quest_title_quest_feed_razz_plural": "पोकमॉन को पकड़ने क लए {{amount_0}} रैज़ बेर इतेमाल करं", + "quest_title_quest_fennekin_catch_b": "{{amount_0}} लौमनी पकड़ें", + "quest_title_quest_fennekin_evolve_b": "{{amount_0}} लौमनी वकसत करं", + "quest_title_quest_fennekin_snapshot_b": "{{amount_0}} लौमनी का नैपशॉट लं", + "quest_title_quest_field_research_plural": "{{amount_0}} फ़ीड रसच टाक पूर करं।", + "quest_title_quest_field_research_singular": "फ़ीड रसच टाक पूरा करं", + "quest_title_quest_fight_type_bug_plural": "{{amount_0}} बग टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_dark_plural": "{{amount_0}} डाक टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_dark_steel_plural": "{{amount_0}} डाक या टल टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_dragon_plural": "{{amount_0}} डैगन टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_electric_plural": "{{amount_0}} इलैटक टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_fairy_plural": "{{amount_0}} फ़ैयर टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_fighting_plural": "{{amount_0}} फ़ाइटंग टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_fire_plural": "{{amount_0}} फ़ायर टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_flying_plural": "{{amount_0}} लाइंग टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_ghost_fighting_plural": "{{amount_0}} फ़ाइटंग या घोट टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_ghost_plural": "{{amount_0}} घोट टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_ghost_psychic_plural": "{{amount_0}} साइकक या घोट टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_grass_plural": "{{amount_0}} ास टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_ground_plural": "{{amount_0}} ाउंड टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_ice_plural": "{{amount_0}} आइस टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_normal_plural": "{{amount_0}} नॉमल टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_normal_psychic_plural": "{{amount_0}} नॉमल या साइकक टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_poison_plural": "{{amount_0}} पॉइज़न टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_psychic_plural": "{{amount_0}} साइकक टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_rock_plural": "{{amount_0}} रॉक टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_steel_plural": "{{amount_0}} टल टाइप पोकमॉन हराएँ", + "quest_title_quest_fight_type_water_plural": "{{amount_0}} वॉटर टाइप पोकमॉन हराएँ", + "quest_title_quest_first_catch_of_the_day": "दन का पहला कच", + "quest_title_quest_first_pokestop_of_the_day": "दन का पहला पोकटॉप", + "quest_title_quest_flaaffy_evolve_b": "{{amount_0}} वोटून वकसत करं", + "quest_title_quest_flett_catch_b": "{{amount_0}} ऐरोबन को वकसत करं", + "quest_title_quest_flett_evolve_b": "{{amount_0}} ऐरोबन को वकसत करं", + "quest_title_quest_flett_evolve_s1": "{{amount_0}} ऐरोबन को वकसत करं", + "quest_title_quest_floragato_evolve_b": "याओकल को वकसत करं", + "quest_title_quest_fraxure_evolve_b": "{{amount_0}} कडाडी को वकसत करं", + "quest_title_quest_froakie_catch_b": "{{amount_0}} ोटर पकड़ें", + "quest_title_quest_froakie_evolve_b": "{{amount_0}} ोटर वकसत करं", + "quest_title_quest_froakie_snapshot_b": "{{amount_0}} ोटर का नैपशॉट लं", + "quest_title_quest_frogadier_evolve_b": "{{amount_0}} ॉगेडयर वकसत करं", + "quest_title_quest_fuecoco_evolve_b": "गरमछ को वकसत करं", + "quest_title_quest_fuse_necrozma": "यूज़ नैॉ़मा", + "quest_title_quest_gbl_rank": "GO बैटल लग में {{amount_0}} रैंक हासल करं", + "quest_title_quest_gbl_rank_fifteen": "GO बैटल लग में 15 वीं रैंक हासल करं", + "quest_title_quest_gbl_rank_five": "GO बैटल लग में 5वीं रैंक हासल करं", + "quest_title_quest_gbl_rank_ten": "GO बैटल लग में 10 वीं रैंक हासल करं", + "quest_title_quest_gbl_rank_twenty": "GO बैटल लग में 20वीं रैंक हासल करं", + "quest_title_quest_get_cell_singular": "ज़ाइगाड सेल खोजें", + "quest_title_quest_giblt_catch_b": "{{amount_0}} शागोला पकड़ें", + "quest_title_quest_giblt_evolve_b": "{{amount_0}} शागोला को वकसत करं", + "quest_title_quest_giblt_evolve_s1": "{{amount_0}} गबाइट को वकसत करं", + "quest_title_quest_gift_open_plural": "{{amount_0}} गट खोलं", + "quest_title_quest_gift_open_singular": "गट खोलं", + "quest_title_quest_go_for_a_spin_00": "8 में से 1 चकरबी पोकटॉप को खोजें और िपन करं", + "quest_title_quest_go_for_a_spin_01": "8 में से 2 चकरबी पोकटॉप को खोजें और िपन करं", + "quest_title_quest_go_for_a_spin_02": "8 में से 3 चकरबी पोकटॉप को खोजें और िपन करं", + "quest_title_quest_go_for_a_spin_03": "8 में से 4 चकरबी पोकटॉप को खोजें और घुमाएं", + "quest_title_quest_go_for_a_spin_04": "8 में से 5 चकरबी पोकटॉप को खोजें और िपन करं", + "quest_title_quest_go_for_a_spin_05": "8 में से 6 चकरबी पोकटॉप को खोजें और घुमाएं", + "quest_title_quest_go_for_a_spin_06": "8 में से 7 चकरबी पोकटॉप को खोजें और घुमाएं", + "quest_title_quest_go_for_a_spin_07": "8 में से 8 चकरबी पोकटॉप को खोजें और घुमाएं", + "quest_title_quest_go_tour_snapshot_habitat_01": "तपती रत वाल आवास में अपने पाटनर का एक नैपशॉट लं", + "quest_title_quest_go_tour_snapshot_habitat_02": "डरावनी धुंध वाल आवास में अपने पाटनर का एक नैपशॉट लं", + "quest_title_quest_go_tour_snapshot_habitat_03": "हर-भर धरती वाल आवास में अपने पाटनर का एक नैपशॉट लं", + "quest_title_quest_go_tour_snapshot_habitat_04": "ाचीन कनारा वाल आवास में अपने पाटनर का एक नैपशॉट लं", + "quest_title_quest_gold_hoenn_dex": "गोड होएन मेडल हासल करं", + "quest_title_quest_gold_medal_plural": "{{amount_0}} गोड मेडल पाएं", + "quest_title_quest_gold_medal_plural_five": "5 गोड मेडल पाएं", + "quest_title_quest_gold_medal_singular": "गोड मेडल पाएं", + "quest_title_quest_goomy_catch_b": "{{amount_0}} लसेरा पकड़ें", + "quest_title_quest_goomy_evolve_b_plural": "{{amount_0}} लसेरा को वकसत करं", + "quest_title_quest_goomy_evolve_b_singular": "एक लसेरा को वकसत करं", + "quest_title_quest_grookey_evolve": "एक चपॉप को वकसत करं", + "quest_title_quest_grubbin_catch_b": "{{amount_0}} टकला पकड़ें", + "quest_title_quest_grubbin_evolve_b": "{{amount_0}} टकला वकसत करं", + "quest_title_quest_grubbin_snapshot_b": "{{amount_0}} टकला का नैपशॉट लं", + "quest_title_quest_gt_catch_b": "{{amount_0}} गैटल को पकड़ें", + "quest_title_quest_gt_evolve_b": "{{amount_0}} गैटल को वकसत करं", + "quest_title_quest_gt_evolve_s1": "{{amount_0}} हॉटर को वकसत करं", + "quest_title_quest_gulpin_catch": "{{amount_0}} नगलन पकड़ें", + "quest_title_quest_gurdurr_evolve_b": "{{amount_0}} कॉलोहाड को वकसत करं", + "quest_title_quest_hallo19_catch_specific_plural": "{{amount_0}} पपीबघा या डैवान पकड़ें", + "quest_title_quest_hallo19_catch_type_dark_plural": "{{amount_0}} डाक टाइप पोकमॉन पकड़ें", + "quest_title_quest_hallo19_catch_type_ghost_plural": "{{amount_0}} घोट टाइप पोकमॉन पकड़ें", + "quest_title_quest_hallo19_evolve_plural": "{{amount_0}} घूमरा या मूरसाया एवॉव करं", + "quest_title_quest_hallo19_transfer_plural": "{{amount_0}} पोकमॉन टांसफ़र करं", + "quest_title_quest_hatch_egg_plural": "{{amount_0}} एग हैच करं", + "quest_title_quest_hatch_egg_routes_plural": "ट पर चलते समय {{amount_0}} अंडे हैच करं", + "quest_title_quest_hatch_egg_routes_singular": "ट पर चलते समय अंडा हैच करं", + "quest_title_quest_hatch_egg_singular": "1 एग हैच करं", + "quest_title_quest_hoenn_celebration_research": "होएन सेलेशन रसच", + "quest_title_quest_hoenn19_catch_specific_plural": "होएन का जन: {{amount_0}} लहरउन या मनबील पकड़ें", + "quest_title_quest_hoenn19_evolve_specific_plural": "होएन का जन : {{amount_0}} इलल वकसत करं", + "quest_title_quest_hoenn19_hatch_eggs": "होएन का जन: {{amount_0}} अंडे हैच करं", + "quest_title_quest_hoppt_catch_b": "{{amount_0}} बीजप पकड़ें", + "quest_title_quest_hoppt_evolve_b": "{{amount_0}} बीजप को वकसत करं", + "quest_title_quest_hoppt_evolve_s1": "{{amount_0}} पंखुल को वकसत करं", + "quest_title_quest_incense_or_dai_plural": "{{amount_0}} इंसेंस या दैनक एडवेंचर इंसेंस का इतेमाल करं", + "quest_title_quest_incense_or_dai_singular": "इंसेंस या दैनक एडवेंचर इंसेंस का इतेमाल करं", + "quest_title_quest_incense_plural": "{{amount_0}} इंसेंस इतेमाल करं", + "quest_title_quest_incense_routes_plural": "ट पर चलते समय {{amount_0}} इंसेंस का इतेमाल करं", + "quest_title_quest_incense_routes_singular": "ट पर चलते समय एक इंसेंस का इतेमाल करं", + "quest_title_quest_incense_singular": "इंसेंस का इतेमाल करं", + "quest_title_quest_jan19rsd_buddywalk_singular": "दीनमीन रसच : 1 पाटनर कडी हासल करं", + "quest_title_quest_jan19rsd_hatch_egg_singular": "दीनमीन रसच : 1 अंडा हैच करं", + "quest_title_quest_jan19rsd_land_great_plural": "दीनमीन रसच : {{amount_0}} बत बढ़या ो करं", + "quest_title_quest_jan19rsd_land_nice_plural": "दीनमीन रसच : {{amount_0}} बढ़या ो करं", + "quest_title_quest_johtofestival_catch_special17_plural": "जोहतो फ़ेटवल: {{amount_0}} नटमुखी को पकड़ें", + "quest_title_quest_johtofestival_catch_type_water_plural": "जोहतो फ़ेटवल: {{amount_0}} वॉटर पोकमॉन पकड़ें", + "quest_title_quest_johtofestival_evolve_plural": "जोहतो फ़ेटवल: {{amount_0}} नटमुखी या नाटू को वकसत करं", + "quest_title_quest_johtofestival_land_excellent_plural": "जोहतो फ़ेटवल: {{amount_0}} बेहतरन ो करं", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "जोहतो फ़ेटवल: लगातार {{amount_0}} बत बढ़या कवबॉल ो करं", + "quest_title_quest_johtofestival_win_raid_singular": "जोहतो फ़ेटवल: रड जीतें", + "quest_title_quest_kanto_green_bellsprout": "GO टूर: बेलाउट को पकड़ें", + "quest_title_quest_kanto_green_meowth": "GO टूर: याउथ को पकड़ें", + "quest_title_quest_kanto_green_sandshrew": "GO टूर: सैंडू को पकड़ें", + "quest_title_quest_kanto_green_vulpix": "GO टूर: वलपस को पकड़ें", + "quest_title_quest_kanto_hatch_plural": "GO टूर कांतो : {{amount_0}} अंडे हैच करं", + "quest_title_quest_kanto_hatch_singular": "GO टूर कांतो : अंडा हैच करं", + "quest_title_quest_kanto_npc_plural": "GO टूर कांतो : {{amount_0}} GO टूर चैलंजर को हराएं", + "quest_title_quest_kanto_npc_singular": "GO टूर कांतो : GO टूर चैलंजर को हराएं", + "quest_title_quest_kanto_red_ekans": "GO टूर: ऐकंस को पकड़ें", + "quest_title_quest_kanto_red_growlithe": "GO टूर: ाउलथ को पकड़ें", + "quest_title_quest_kanto_red_mankey": "GO टूर: मैंक को पकड़ें", + "quest_title_quest_kanto_red_oddish": "GO टूर: ऑडश को पकड़ें", + "quest_title_quest_kecleon_catch": "{{amount_0}} िछपगट पकड़ें", + "quest_title_quest_lampent_evolve_b": "{{amount_0}} लौमटन को वकसत करं", + "quest_title_quest_land_curve_type_ghost": "घोट टाइप पोकमॉन पर {{amount_0}} कवबॉल ो करं", + "quest_title_quest_land_curveball_plural": "{{amount_0}} कवबॉल ो करं", + "quest_title_quest_land_curveball_singular": "कवबॉल ो करं", + "quest_title_quest_land_excellent_curveball_plural": "{{amount_0}} बेहतरन कवबॉल ो करं", + "quest_title_quest_land_excellent_curveball_singular": "1बेहतरन कवबॉल ो करं", + "quest_title_quest_land_excellent_plural": "{{amount_0}} बेहतरन ो करं", + "quest_title_quest_land_excellent_singular": "1 बेहतरन ो करं", + "quest_title_quest_land_great_curve_inarow_type_ghost": "घोट टाइप पोकमॉन पर लगातार {{amount_0}} बत बढ़या कवबॉल ो करं", + "quest_title_quest_land_great_curve_type_ghost": "घोट टाइप पोकमॉन पर {{amount_0}} बत बढ़या कवबॉल ो करं", + "quest_title_quest_land_great_curveball_plural": "{{amount_0}} बत बढ़या कवबॉल ो करं", + "quest_title_quest_land_great_curveball_singular": "1 बत बढ़या कवबॉल ो करं", + "quest_title_quest_land_great_plural": "{{amount_0}} बत बढ़या ो करं", + "quest_title_quest_land_great_singular": "1 बत बढ़या ो करं", + "quest_title_quest_land_great_type_ghost": "घोट टाइप पोकमॉन पर {{amount_0}} बत बढ़या ो करं", + "quest_title_quest_land_inarow_curveball_plural": "लगातार {{amount_0}} कवबॉल ो करं", + "quest_title_quest_land_inarow_excellent_curveball_plural": "लगातार {{amount_0}} बेहतरन कवबॉल ो करं", + "quest_title_quest_land_inarow_excellent_plural": "लगातार {{amount_0}} बेहतरन ो करं", + "quest_title_quest_land_inarow_great_curveball_plural": "लगातार {{amount_0}} बत बढ़या कवबॉल ो करं", + "quest_title_quest_land_inarow_great_plural": "लगातार {{amount_0}} बत बढ़या ो करं", + "quest_title_quest_land_inarow_nice_curveball_plural": "लगातार {{amount_0}} बढ़या कवबॉल ो करं", + "quest_title_quest_land_inarow_nice_plural": "लगातार {{amount_0}} बढ़या ो करं", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "घोट टाइप पोकमॉन पर लगातार {{amount_0}} बढ़या कवबॉल ो करं", + "quest_title_quest_land_nice_curve_plural": "{{amount_0}} बढ़या कवबॉल ो करं", + "quest_title_quest_land_nice_curve_singular": "1 बढ़या कवबॉल ो करं", + "quest_title_quest_land_nice_curve_type_ghost": "घोट टाइप पोकमॉन पर {{amount_0}} बढ़या कवबॉल ो करं", + "quest_title_quest_land_nice_electric_plural": "बढ़या ो से {{amount_0}} इलटक टाइप पोकमॉन पकड़ें", + "quest_title_quest_land_nice_plural": "{{amount_0}} बढ़या ो करं", + "quest_title_quest_land_nice_singular": "1 बढ़या ो करं", + "quest_title_quest_land_nice_type_ghost": "घोट टाइप पोकमॉन पर {{amount_0}} बढ़या ो करं", + "quest_title_quest_larvitar_cdc_evolve_b": "{{amount_0}} लारवार वकसत करं", + "quest_title_quest_larvitar_cdc_snapshot_b": "{{amount_0}} लारवार का नैपशॉट लं", + "quest_title_quest_latias_wild_snap": "वाइड में लाटयास का नैपशॉट लं", + "quest_title_quest_latios_wild_snap": "वाइड में लाटयोस का नैपशॉट लं", + "quest_title_quest_litten_catch_b": "{{amount_0}} लटन पकड़ें", + "quest_title_quest_litten_evolve_b_plural": "{{amount_0}} लटन को वकसत करं", + "quest_title_quest_litten_evolve_b_singular": "लटन को वकसत करं", + "quest_title_quest_litten_snapshot_b": "{{amount_0}} लटन का नैपशॉट लं", + "quest_title_quest_litwick_catch_b": "{{amount_0}} मोबात पकड़ें", + "quest_title_quest_litwick_evolve_b": "{{amount_0}} मोबात को वकसत करं", + "quest_title_quest_litwick_snapshot_b": "मोबात क {{amount_0}} नैपशॉट लं", + "quest_title_quest_local_trainer_battle": "नज़दीक टनर क बैटल कोड को कन कर उनको चैलंज करं।", + "quest_title_quest_lucky_plural": "टड में {{amount_0}} लक पोकमॉन पाएं", + "quest_title_quest_lucky_singular": "टड में लक पोकमॉन पाएं", + "quest_title_quest_lunar19_friends_trade_plural": "कसी दोत क साथ {{amount_0}} पोकमॉन टड करं", + "quest_title_quest_macht_catch_b": "{{amount_0}} मचॉप को पकड़ें", + "quest_title_quest_macht_evolve_b": "{{amount_0}} मचॉप वकसत करं", + "quest_title_quest_macht_evolve_s1": "{{amount_0}} मचोक वकसत करं", + "quest_title_quest_magit_catch_b": "{{amount_0}} मैजकाप को पकड़ें", + "quest_title_quest_magit_evolve_b": "{{amount_0}} मैजकाप को वकसत करं", + "quest_title_quest_magmt_catch_b": "{{amount_0}} मैमार पकड़ें", + "quest_title_quest_magmt_evolve_b": "{{amount_0}} मैमार वकसत करं", + "quest_title_quest_mareep_catch_b": "{{amount_0}} मेषीप पकड़ें", + "quest_title_quest_mareep_evolve_b": "{{amount_0}} मेषीप वकसत करं", + "quest_title_quest_mareep_snapshot_b": "{{amount_0}} मेषीप क नैपशॉट लं", + "quest_title_quest_mega_evo_primal_rev_plural": "ाइमल रवज़न एटवेट करं या कसी पोकमॉन को {{amount_0}} बार मेगा एवॉव करं", + "quest_title_quest_mega_evo_primal_rev_singular": "ाइमल रवज़न एटवेट करं या कसी पोकमॉन को मेगा एवॉव करं", + "quest_title_quest_mega_evolve_beedrill": "बीडल को मेगा एवॉव करं", + "quest_title_quest_mega_evolve_blastoise": "एक लाटॉइस को मेगा एवॉव करं", + "quest_title_quest_mega_evolve_charizard": "एक चारज़ाड को मेगा एवॉव करं", + "quest_title_quest_mega_evolve_diancie": "डायंसी को मेगा एवॉव करं", + "quest_title_quest_mega_evolve_plural": "{{amount_0}} पोकमॉन को मेगा एवॉव करं", + "quest_title_quest_mega_evolve_rayquaza": "रवेज़ा को मेगा एवॉव करं", + "quest_title_quest_mega_evolve_singular": "एक पोकमॉन को मेगा एवॉव करं", + "quest_title_quest_mega_evolve_venusaur": "एक वीनासॉर को मेगा एवॉव करं", + "quest_title_quest_mega_join_raid_plural": "{{amount_0}} मेगा रड में बैटल", + "quest_title_quest_mega_join_raid_singular": "मेगा रड में बैटल", + "quest_title_quest_mega_win_raid_plural": "{{amount_0}} मेगा रड जीतें", + "quest_title_quest_mega_win_raid_singular": "एक मेगा रड जीतें", + "quest_title_quest_mesprit_wild_snap": "वाइड यपर का नैपशॉट लं", + "quest_title_quest_metang_evolve_b_singular": "एक मटैंग को वकसत करं", + "quest_title_quest_more_reseach_coming_soon": "और रसच क रवेट जद ही आने वाल हैं!", + "quest_title_quest_mudkt_catch_b": "{{amount_0}} पंकबु पकड़ें", + "quest_title_quest_mudkt_evolve_b": "{{amount_0}} पंकबु को वकसत करं", + "quest_title_quest_mudkt_evolve_s1": "{{amount_0}} पंॉल को वकसत करं", + "quest_title_quest_new_friends_plural": "{{amount_0}} नए दोत बनाएं", + "quest_title_quest_new_friends_singular": "नया दोत बनाएं", + "quest_title_quest_noibat_catch_b": "{{amount_0}} बैतरंग पकड़ें", + "quest_title_quest_noibat_evolve_b": "{{amount_0}} बैतरंग वकसत करं", + "quest_title_quest_noibat_snapshot_b": "{{amount_0}} बैतरंग का नैपशॉट लं", + "quest_title_quest_oshat_catch_b": "{{amount_0}} आलसजी को पकड़ें", + "quest_title_quest_oshat_evolve_b": "{{amount_0}} ममोलू को वकसत करं", + "quest_title_quest_oshat_evolve_s1": "सॉडोवार को वकसत करं", + "quest_title_quest_party_catch_electric_type_plural": "टम में शामल हो कर {{amount_0}} इलटक टाइप पोकमॉन पकड़ें", + "quest_title_quest_party_catch_electric_type_singular": "टम में शामल हो कर एक इलटक टाइप पोकमॉन पकड़ें", + "quest_title_quest_party_catch_fire_type_plural": "टम में शामल हो कर {{amount_0}} फ़ायर टाइप पोकमॉन पकड़ें", + "quest_title_quest_party_catch_fire_type_singular": "टम में शामल हो कर एक फ़ायर टाइप पोकमॉन पकड़ें", + "quest_title_quest_party_catch_normal_type_plural": "टम में शामल हो कर {{amount_0}} नॉमल टाइप पोकमॉन पकड़ें", + "quest_title_quest_party_catch_normal_type_singular": "टम में शामल हो कर एक नॉमल टाइप पोकमॉन पकड़ें", + "quest_title_quest_party_catch_water_type_plural": "टम में शामल हो कर {{amount_0}} वॉटर टाइप पोकमॉन पकड़ें", + "quest_title_quest_party_catch_water_type_singular": "टम में शामल हो कर एक वॉटर टाइप पोकमॉन पकड़ें", + "quest_title_quest_party_challenge_plural": "{{amount_0}} टम चैलंज पूर करं", + "quest_title_quest_party_challenge_singular": "एक टम चैलंज पूरा करं", + "quest_title_quest_platinum_johto_badge": "लैटनम जोहतो मेडल हासल करं", + "quest_title_quest_platinum_kanto_badge": "लैटनम कांतो मेडल हासल करं", + "quest_title_quest_platinum_medal_plural": "{{amount_0}} लैटनम मेडल पाएं", + "quest_title_quest_platinum_medal_plural_five": "5 लैटनम गोड मेडल पाएं", + "quest_title_quest_platinum_medal_plural_forty": "40 लैटनम गोड मेडल पाएं", + "quest_title_quest_platinum_medal_plural_ten": "10 लैटनम गोड मेडल पाएं", + "quest_title_quest_platinum_medal_plural_twenty": "20 लैटनम गोड मेडल पाएं", + "quest_title_quest_platinum_medal_singular": "लैटनम मेडल पाएं", + "quest_title_quest_play_buddy_singular": "अपने पाटनर क साथ खेलं", + "quest_title_quest_pokemon_appears": "पोकमॉन नज़र आया!", + "quest_title_quest_poliwag_catch_b": "{{amount_0}} बैंगचब पकड़ें", + "quest_title_quest_poliwag_evolve_b": "{{amount_0}} बैंगचब वकसत करं", + "quest_title_quest_poliwag_snapshot_b": "बैंगचब क {{amount_0}} नैपशॉट लं", + "quest_title_quest_poliwhirl_evolve_b": "{{amount_0}} बैंगचबग वकसत करं", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "{{amount_0}} गोलसी पकड़ें", + "quest_title_quest_popplio_evolve_b_plural": "{{amount_0}} गोलसी को वकसत करं", + "quest_title_quest_popplio_evolve_b_singular": "गोलसी को वकसत करं", + "quest_title_quest_porygon_catch_b": "{{amount_0}} पोरगॉन पकड़ें", + "quest_title_quest_porygon_evolve_b_plural": "{{amount_0}} पोरगॉन को वकसत करं", + "quest_title_quest_porygon_evolve_b_singular": " पोरगॉन को वकसत करं", + "quest_title_quest_porygon_snapshot_b": "{{amount_0}} पोरगॉन क नैपशॉट लं", + "quest_title_quest_porygon2_evolve_b_plural": "{{amount_0}} पोरगॉन2 को वकसत करं", + "quest_title_quest_porygon2_evolve_b_singular": " पोरगॉन2 को वकसत करं", + "quest_title_quest_poryt_catch_b": "{{amount_0}} पोरगॉन को पकड़ें", + "quest_title_quest_poryt_catch_s1": "{{amount_0}} पोरगॉन2 पकड़ें", + "quest_title_quest_poryt_evolve_b": "{{amount_0}} पोरगॉन को वकसत करं", + "quest_title_quest_poryt_evolve_s1": "{{amount_0}} पोरगॉन2 को वकसत करं", + "quest_title_quest_power_up_dragon_plural": "डैगन टाइप पोकमॉन को {{amount_0}} गुना पावर अप करं", + "quest_title_quest_power_up_fire_ice": "फ़ायर टाइप या आइस टाइप पोकमॉन को 5 बार पावर अप करं", + "quest_title_quest_power_up_grass_ghost": "ास टाइप या घोट टाइप पोकमॉन को 5 बार पावर अप करं", + "quest_title_quest_power_up_legendary_plural": "लजेंडर या मथकल पोकमॉन क पावर {{amount_0}} बार बढ़ाएं", + "quest_title_quest_power_up_legendary_singular": "लजेंडर या मथकल पोकमॉन क पावर बढ़ाएं", + "quest_title_quest_power_up_max_plural": "{{amount_0}} पोकमॉन क पावर उनक अधकतम CP तक बढ़ाएं", + "quest_title_quest_power_up_max_singular": "पोकमॉन क पावर उसक अधकतम CP तक बढ़ाएं", + "quest_title_quest_power_up_plural": "पोकमॉन को {{amount_0}} बार पावर-अप करं", + "quest_title_quest_power_up_plural_bug": "बग टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_dark": "डाक टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_dragon": "डैगन टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_electric": "इलटक टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_fairy": "फ़ायर-टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_fighting": "फ़ाइटंग टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_fire": "फ़ायर-टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_flying": "लाइंग टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_ghost": "घोट टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_grass": "ास-टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_ground": "ाउंड टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_ice": "आइस टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_normal": "नॉमल टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_poison": "पॉइज़न टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_psychic": "साइकक टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_rock": "रॉक टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_rock_fairy": "रॉक या फ़ेर टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_plural_steel": "टल टाइप पोकमॉन को {{amount_0}} बार पॉवर अप करं", + "quest_title_quest_power_up_plural_water": "वॉटर टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", + "quest_title_quest_power_up_poison_rock": "पॉइज़न टाइप या रॉक टाइप पोकमॉन को 5 बार पावर अप करं", + "quest_title_quest_power_up_singular": "1 पोकमॉन को पावर-अप करं", + "quest_title_quest_power_up_singular_marshadow": "माशैडो को पावर अप करं", + "quest_title_quest_power_up_water_normal": "नॉमल टाइप या वॉटर टाइप पोकमॉन को 5 बार पावर अप करं", + "quest_title_quest_primal_raid_victory_groudon": "ाइम ाउडॉन रड जीतें", + "quest_title_quest_primal_raid_victory_kyogre": "ाइम ाउडॉन रड जीतें", + "quest_title_quest_primal_raid_victory_plural": "{{amount_0}} ाइमल रड जीतें", + "quest_title_quest_primal_raid_victory_singular": "ाइमल रड जीतें", + "quest_title_quest_primal_reversion_plural": "{{amount_0}} बार ाइमल​ रवज़न​ एटवेट करं", + "quest_title_quest_primal_reversion_singular": "ाइमल​ रवज़न​ एटवेट करं", + "quest_title_quest_primal_surge_candy": "ाइमल सज : अपने पाटनर क साथ चलते ए कडी हासल करं", + "quest_title_quest_primal_surge_catch": "ाइमल सज : 10 पोकमॉन पकड़ें", + "quest_title_quest_primal_surge_hatch": "ाइमल सज : अंडा हैच करं", + "quest_title_quest_primal_surge_power_ground": "ाइमल सज : ाउंड टाइप पोकमॉन को 5 बार पावर अप करं", + "quest_title_quest_primal_surge_power_water": "ाइमल सज : वॉटर टाइप पोकमॉन को 5 बार पावर अप करं", + "quest_title_quest_primal_surge_raid": "ाइमल सज : रड जीतें", + "quest_title_quest_psychicspec_catch_abra_plural": "{{amount_0}} आबरा या डाउज़ी को पकड़ें", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "{{amount_0}} साइकक टाइप पोकमॉन पकड़ें", + "quest_title_quest_psychicspec_evolve_plural": "{{amount_0}} एगोला या लोपोक को वकसत करं", + "quest_title_quest_quaxly_evolve_b": "वैसी को वकसत करं", + "quest_title_quest_quaxwell_evolve_b": "वैजल को वकसत करं", + "quest_title_quest_quilava_evolve_b_plural": "{{amount_0}} सुइलावा को वकसत करं", + "quest_title_quest_quilava_evolve_b_singular": "सुइलावा को वकसत करं", + "quest_title_quest_quilladin_evolve_b": "{{amount_0}} डफ़ेंडल वकसत करं", + "quest_title_quest_raboot_evolve": "एक रैबकक को वकसत करं", + "quest_title_quest_raid_friend_singular": "कसी दोत क साथ रड करं", + "quest_title_quest_raid_t5_win": "फ़ाइव-टार रड जीतें", + "quest_title_quest_raid_with_buddy_plural": "अपने पाटनर क साथ {{amount_0}} रड में बैटल करं", + "quest_title_quest_raid_with_buddy_singular": "अपने पाटनर क साथ मलकर रड में बैटल करं", + "quest_title_quest_reach_hoenn_gold": "गोड होएन मेडल हासल करं", + "quest_title_quest_reach_johto_gold": "गोड जोहतो मेडल हासल करं", + "quest_title_quest_reach_kanto_gold": "गोड कांतो मेडल हासल करं", + "quest_title_quest_reach_kanto_silver": "सवर कांतो मेडल हासल करं", + "quest_title_quest_reach_level": "लवल {{amount_0}} पर पंचें", + "quest_title_quest_referral_initial_milestone": "Pokémon GO में लॉग इन कया गया", + "quest_title_quest_remove_bonus_challenge_desc": "आपको कल एक और टाक मलगा।", + "quest_title_quest_reward_desc_1": "टैंप इका कर ोफ़ेसर वलो क रसच में नई खोज करं !", + "quest_title_quest_reward_desc_2": "अगल नई खोज", + "quest_title_quest_reward_desc_3_plural": "{{amount_0}} और टैंप इका में नई खोज!", + "quest_title_quest_reward_desc_3_singular": "{{amount_0}} और टैंप इका में नई खोज!", + "quest_title_quest_reward_encounter_later": "बाद में", + "quest_title_quest_reward_encounter_uses_ar": "इस पोकमॉन को पकड़ने क लए AR मोड में होना ज़र है।", + "quest_title_quest_reward_mysterious_pokemon_appeared": "एक रहयमयी पोकमॉन दखाई दया है!", + "quest_title_quest_reward_start_encounter": "पकड़ने का चांस", + "quest_title_quest_rocket_battle_plural": "{{amount_0}} टम GO रॉकट जूनयर से बैटल करं", + "quest_title_quest_rocket_battle_win_plural": "{{amount_0}} टम GO रॉकट जूनयर को हराएं", + "quest_title_quest_rocket_battle_win_singular": "टम GO रॉकट जूनयर को हराएं", + "quest_title_quest_rocket_catch_shadow_singular": "शैडो पोकमॉन पकड़ें", + "quest_title_quest_rocket_evolve_plural": "{{amount_0}} पोकमॉन को वकसत करं", + "quest_title_quest_rocket_leader_battle_win_singular": "टम GO रॉकट क लडर को हराएं", + "quest_title_quest_rocket_power_up_plural": "पोकमॉन क {{amount_0}} बार पावर बढ़ाएं", + "quest_title_quest_rocket_purify_dark_plural": "Purify {{amount_0}} Dark-type Shadow Pokémon", + "quest_title_quest_rocket_purify_fire_plural": "Purify {{amount_0}} Fire-type Shadow Pokémon", + "quest_title_quest_rocket_purify_plural": "{{amount_0}} शैडो पोकमॉन शु करं", + "quest_title_quest_rocket_purify_type_singular": "फ़ायर, वॉटर या ास टाइप शैडो पोकमॉन शु करं", + "quest_title_quest_rocket_rescue_shadow_plural": "{{amount_0}} शैडो पोकमॉन को बचाएं", + "quest_title_quest_rocket_shadow_plural": "{{amount_0}} शैडो पोकमॉन पकड़ें", + "quest_title_quest_rockethq1_arlo_win": "टम GO रॉकट क लडर आलो को हराएं", + "quest_title_quest_rockethq1_arlo_win_plural": "टम GO रॉकट क लडर आलो को {{amount_0}} बार हराएं", + "quest_title_quest_rockethq1_battle_boss": "टम GO रॉकट क बॉस से बैटल करं", + "quest_title_quest_rockethq1_catch_legendary_shadow": "लजेंडर शैडो पोकमॉन को पकड़ें", + "quest_title_quest_rockethq1_catch_shadow1": "{{amount_0}} शैडो पोकमॉन पकड़ें", + "quest_title_quest_rockethq1_cliff_win": "टम GO रॉकट क लडर लफ़ को हराएं", + "quest_title_quest_rockethq1_cliff_win_plural": "टम GO रॉकट क लडर लफ़ को {{amount_0}} बार हराएं", + "quest_title_quest_rockethq1_defeat_boss": "टम GO रॉकट क बॉस को हराएं", + "quest_title_quest_rockethq1_find_boss": "टम GO रॉकट क बॉस को खोजें", + "quest_title_quest_rockethq1_grunt_win1": "{{amount_0}} टम GO रॉकट जूनयर को हराएं", + "quest_title_quest_rockethq1_grunt_win2": "{{amount_0}} टम GO रॉकट जूनयर को हराएं", + "quest_title_quest_rockethq1_leader_win_plural": "टम GO रॉकट क लडर को {{amount_0}} बार हराएं", + "quest_title_quest_rockethq1_leaders_win_plural": "टम GO रॉकट क लडर को {{amount_0}} बार हराएं", + "quest_title_quest_rockethq1_purify": "{{amount_0}} शैडो पोकमॉन शु करं", + "quest_title_quest_rockethq1_raid_win": "{{amount_0}} रड जीतें", + "quest_title_quest_rockethq1_sierra_win": "टम GO रॉकट क लडर सएरा को हराएं", + "quest_title_quest_rockethq1_sierra_win_plural": "टम GO रॉकट क लडर सएरा को {{amount_0}} बार हराएं", + "quest_title_quest_rockethq1_spin": "{{amount_0}} पोकटॉप िपन करं", + "quest_title_quest_rockethq1_spin_row": "लगातार {{amount_0}} दनों तक पोकटॉप िपन करं", + "quest_title_quest_rockethq1_supereffective": "जम बैटल में ज़्यादा असरदार {{amount_0}} चाज्ड अटैक इतेमाल करं", + "quest_title_quest_rockethq1_trainerbattle_win": "{{amount_0}} कसी दूसर टनर क खलाफ़ ेट लग टनर बैटल जीतें", + "quest_title_quest_roggenrola_catch_b": "{{amount_0}} लडूगो पकड़ें", + "quest_title_quest_roggenrola_evolve_b": "{{amount_0}} लडूगो को वकसत करं", + "quest_title_quest_roggenrola_snapshot_b": "लडूगो क {{amount_0}} नैपशॉट लं", + "quest_title_quest_roset_catch_b": "{{amount_0}} रोज़ेलया पकड़ें", + "quest_title_quest_roset_evolve_b": "{{amount_0}} रोज़ेलया वकसत करं", + "quest_title_quest_rowlet_catch_b": "{{amount_0}} वुडलू पकड़ें", + "quest_title_quest_rowlet_evolve_b_plural": "{{amount_0}} वुडलू वकसत करं", + "quest_title_quest_rowlet_evolve_b_singular": "{{amount_0}} वुडलू वकसत करं", + "quest_title_quest_rowlet_snapshot_b": "{{amount_0}} वुडलू का नैपशॉट लं", + "quest_title_quest_sandt_catch_b": "{{amount_0}} सैंडू को पकड़ें", + "quest_title_quest_sandt_evolve_b": "{{amount_0}} सैंडू वकसत करं", + "quest_title_quest_scorbunny_evolve": "एक बनीलप को वकसत करं", + "quest_title_quest_send_gifts_daily_row": "लगातार {{amount_0}} दनों तक गट भेजें", + "quest_title_quest_send_gifts_plural": "दोतों को {{amount_0}} गट भेजें", + "quest_title_quest_send_gifts_singular": "दोत को गट भेजें", + "quest_title_quest_send_gifts_sticker_plural": "{{amount_0}} गट भेजें और हर एक पर टकर लगाएं", + "quest_title_quest_send_gifts_sticker_singular": "टकर क साथ एक गट भेजें", + "quest_title_quest_shelgon_evolve_b_plural": "{{amount_0}} डैगोवच वकसत करं", + "quest_title_quest_shelgon_evolve_b_singular": "एक डैगोवच को वकसत करं", + "quest_title_quest_shint_catch_b": "{{amount_0}} टंलस को वकसत करं", + "quest_title_quest_shint_evolve_b": "{{amount_0}} टंलस को वकसत करं", + "quest_title_quest_shint_evolve_s1": "{{amount_0}} रोशनीयर को वकसत करं", + "quest_title_quest_sinnoh_evolve_plural": "सनोह रजन में सबसे पहल खोजे गए {{amount_0}} पोकमॉन वकसत करं", + "quest_title_quest_sinnoh_evolve_stone_plural": "सनोह टोन का उपयोग कर {{amount_0}} पोकमॉन को वकसत करं", + "quest_title_quest_sinnoh_medal_gold": "गोड सनोह मेडल हासल करं", + "quest_title_quest_sliggoo_evolve_b_plural": "{{amount_0}} नेलसा को वकसत करं", + "quest_title_quest_sliggoo_evolve_b_singular": "एक नेलसा को वकसत करं", + "quest_title_quest_slowpoke_catch_b": "{{amount_0}} लोपोक या गलार लोपोक को पकड़ें", + "quest_title_quest_slowpoke_evolve_b": "{{amount_0}} लोपोक या गलार लोपोक को वकसत करं", + "quest_title_quest_slowpoke_snapshot_b": "{{amount_0}} लोपोक या गलार लोपोक का नैपशॉट लं", + "quest_title_quest_snapshot_ar_photo_safari": "PGO टंट में अपने पाटनर क साथ एक नैपशॉट लं", + "quest_title_quest_snapshot_bali": " बाल में एक नैपशॉट लं", + "quest_title_quest_snapshot_buddy": "अपने पाटनर क साथ एक नैपशॉट लं", + "quest_title_quest_snapshot_bulbasaur": "बबासॉर का नैपशॉट लं", + "quest_title_quest_snapshot_charmander": "बबासॉर का नैपशॉट लं", + "quest_title_quest_snapshot_chikorita": "अपने चकोरटा का नैपशॉट लं", + "quest_title_quest_snapshot_cyndaquil": "सुइगार का नैपशॉट लं", + "quest_title_quest_snapshot_genesect": "{{amount_0}} जनोसेट फ़ॉम क नैपशॉट लं", + "quest_title_quest_snapshot_hariyama": "अपने हारयामा का नैपशॉट लं", + "quest_title_quest_snapshot_hoopa_singular": "पा का नैपशॉट लं", + "quest_title_quest_snapshot_jeju": "Take a snapshot on Jeju Island", + "quest_title_quest_snapshot_keldeo": "कडयो क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_landorus": "लैंडोरस का नैपशॉट लं", + "quest_title_quest_snapshot_machamp": "अपने मचैप का नैपशॉट लं", + "quest_title_quest_snapshot_okinawa": "ओकनावा में एक नैपशॉट लं", + "quest_title_quest_snapshot_poison_grass_singular": "एक वाइड पॉइज़न टाइप पोकमॉन का नैपशॉट लं", + "quest_title_quest_snapshot_regi_ice": "रजआइस का नैपशॉट लं", + "quest_title_quest_snapshot_regi_rock": "रजरॉक का नैपशॉट लं", + "quest_title_quest_snapshot_regi_steel": "रजटल का नैपशॉट लं", + "quest_title_quest_snapshot_scrafty": "अपने टोपीबान का नैपशॉट लं", + "quest_title_quest_snapshot_singular": "नैपशॉट लं", + "quest_title_quest_snapshot_storage_bug_unique_plural": "उन {{amount_0}} अलग-अलग वाइड बग टाइप पोकमॉन क नैपशॉट लं जहें आपने पकड़ा है", + "quest_title_quest_snapshot_storage_steel_unique_plural": "उन {{amount_0}} अलग-अलग टल टाइप पोकमॉन क नैपशॉट लं जहें आपने पकड़ा है", + "quest_title_quest_snapshot_storage_unique_plural": "{{amount_0}} अलग-अलग वाइड पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_surabaya": "सुराबाया में एक नैपशॉट लं", + "quest_title_quest_snapshot_thundurus": "बोटोरॉस का नैपशॉट लं", + "quest_title_quest_snapshot_tornadus": "टॉरनैरॉस का नैपशॉट लं", + "quest_title_quest_snapshot_totodile": "नहामछ का नैपशॉट लं", + "quest_title_quest_snapshot_unique_fire_pokemon": "{{amount_0}} अलग-अलग तरह क फ़ायर टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_unique_pokemon": "{{amount_0}} अलग-अलग तरह क पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "वाइड में टंलस, हॉटाइप, या टमवान का नैपशॉट लं", + "quest_title_quest_snapshot_wild_bug_plural": "वाइड बग टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_bug_unique_plural": "{{amount_0}} अलग-अलग वाइड बग टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "वाइड में बटर, टंलस, या हॉटाइप का नैपशॉट लं", + "quest_title_quest_snapshot_wild_dark_plural": "वाइड डाक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_dark_unique_plural": "{{amount_0}} अलग-अलग वाइड डाक टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_dragon_plural": "वाइड डैगन टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "{{amount_0}} अलग-अलग डैगन टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "वाइड लालटून, मीनोसेंट, या डकचा का नैपशॉट लं", + "quest_title_quest_snapshot_wild_eevee": "वाइड में ईवी का नैपशॉट लं", + "quest_title_quest_snapshot_wild_electric_plural": "वाइड इलटक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_electric_unique_plural": "{{amount_0}} अलग-अलग इलटक टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_entei": "वाइड एंटइ का नैपशॉट लं", + "quest_title_quest_snapshot_wild_fairy_plural": "वाइड फ़ेर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "{{amount_0}} अलग-अलग फ़ेर टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_fighting_plural": "वाइड फ़ाइटंग टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "{{amount_0}} अलग-अलग फ़ाइटंग टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_fire_plural": "वाइड फ़ायर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_fire_unique_plural": "{{amount_0}} अलग-अलग फ़ायर टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_flying_plural": "वाइड लाइंग टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_flying_unique_plural": "{{amount_0}} अलग-अलग लाइंग टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_frillish_absol": "वाइड में ऐसॉल या लश का नैपशॉट लं", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "वाइड सैंडू, जयोडूड या ककशाह का नैपशॉट लं", + "quest_title_quest_snapshot_wild_ghost_plural": "वाइड घोट टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "{{amount_0}} अलग-अलग घोट टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_grass_plural": "वाइड ास टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_grass_singular": "वाइड ास टाइप पोकमॉन का एक नैपशॉट लं", + "quest_title_quest_snapshot_wild_grass_unique_plural": "{{amount_0}} अलग-अलग ास टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_ground_plural": "वाइड ाउंड टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_ground_unique_plural": "{{amount_0}} अलग-अलग ाउंड टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_hoothoot": "वाइड उलूल का नैपशॉट लं", + "quest_title_quest_snapshot_wild_ice_plural": "वाइड आइस टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_ice_singular": "वाइड आइस टाइप पोकमॉन का नैपशॉट लं", + "quest_title_quest_snapshot_wild_ice_unique_plural": "{{amount_0}} अलग-अलग वाइड आइस टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "वाइड मेटापॉड, हापी या कमलबी का नैपशॉट लं", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "वाइड लालटून, यारशस या मीनोसेंट का नैपशॉट लं", + "quest_title_quest_snapshot_wild_mareanie_singluar": " वाइड मीनटारा का नैपशॉट लं", + "quest_title_quest_snapshot_wild_normal_plural": "वाइड नॉमल टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_normal_unique_plural": "{{amount_0}} अलग-अलग नॉमल टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_plural": "वाइड पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_poison_plural": "वाइड पॉइज़न टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_poison_unique_plural": "{{amount_0}} अलग-अलग पॉइज़न टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_psychic_plural": "वाइड साइकक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "{{amount_0}} अलग-अलग वाइड साइकक टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_raikou": "वाइड राइको का नैपशॉट लं", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "{{amount_0}} अलग-अलग वाइड ाउंड-, रॉक- या फ़ेर टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_rock_plural": "वाइड रॉक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_rock_unique_plural": "{{amount_0}} अलग-अलग वाइड रॉक टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_singular": "वाइड पोकमॉन का एक नैपशॉट लं", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "वाइड डोडयो, मैटागरया आकामर का नैपशॉट लं", + "quest_title_quest_snapshot_wild_skitty_kirlia": "वाइड में करलया या याल का नैपशॉट लं", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "वाइड में चोरला, ॉगावारा, या लश का नैपशॉट लं", + "quest_title_quest_snapshot_wild_steel_plural": "वाइड टल टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_steel_unique_plural": "{{amount_0}} अलग-अलग वाइड टल टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_suicune": "वाइड सुइकन का नैपशॉट लं", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "वाइड सैंडू, मसरौ या ककशाह का नैपशॉट लं", + "quest_title_quest_snapshot_wild_unique_plural": "{{amount_0}} अलग-अलग वाइड पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "{{amount_0}} अलग-अलग तरह क वाइड फ़ायर-, वॉटर- या ास टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_wild_water_plural": "वाइड वॉटर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshot_wild_water_singular": "वाइड वॉटर टाइप पोकमॉन का एक नैपशॉट लं", + "quest_title_quest_snapshot_wild_water_unique_plural": "{{amount_0}} अलग-अलग वॉटर टाइप पोकमॉन क नैपशॉट लं", + "quest_title_quest_snapshot_yogyakarta": "योयाकता में एक नैपशॉट लं", + "quest_title_quest_snapshots_inarow_plural": "लगातार {{amount_0}} दनों तक पोकमॉन का नैपशॉट लं", + "quest_title_quest_snapshots_plural": "{{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshots_your_plural": "अपने पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_snapshots_your_singular": "अपने कसी पोकमॉन का एक नैपशॉट लं", + "quest_title_quest_snivt_catch_b": "{{amount_0}} वाईनेक पकड़ें", + "quest_title_quest_snivt_evolve_b": "{{amount_0}} वाईनेक को वकसत करं", + "quest_title_quest_snivt_evolve_s1": "{{amount_0}} सपाइन को वकसत करं", + "quest_title_quest_sobble_evolve": "युरोरा को वकसत करं", + "quest_title_quest_sphet_catch_b": "{{amount_0}} फ़ील पकड़ें", + "quest_title_quest_sphet_evolve_b": "{{amount_0}} सीसीलारा को वकसत करं", + "quest_title_quest_sphet_evolve_s1": "{{amount_0}} सीलयार को वकसत करं", + "quest_title_quest_spin_151": "151 पोकटॉप या जम िपन करं", + "quest_title_quest_spin_daysinarow": "लगातार {{amount_0}} दनों तक पोकटॉप पर जाएं", + "quest_title_quest_spin_go_tour_habitat_01": "तटवती महानगर आवास में {{amount_0}} पोकटॉप या जम िपन करं", + "quest_title_quest_spin_go_tour_habitat_02": "शंका खडहर आवास में {{amount_0}} पोकटॉप या जम िपन करं", + "quest_title_quest_spin_go_tour_habitat_03": "ज़हरला दलदल आवास में {{amount_0}} पोकटॉप या जम िपन करं", + "quest_title_quest_spin_go_tour_habitat_04": "पवतीय गम पानी क चमे आवास में {{amount_0}} पोकटॉप या जम िपन करं", + "quest_title_quest_spin_go_tour_spiritomb_plural": "{{amount_0}} कौकक पोकटॉप को िपन करं", + "quest_title_quest_spin_go_tour_spiritomb_singular": "कौकक पोकटॉप को िपन करं", + "quest_title_quest_spin_mexico_plural": "मेसको में {{amount_0}} पोकटॉप िपन करं", + "quest_title_quest_spin_mexico_singular": "मेसको में पोकटॉप को िपन करं", + "quest_title_quest_spin_pokestop_days": "{{amount_0}} अलग अलग दन पर पोकटॉप पर जाएं", + "quest_title_quest_spin_ultra_wormhole_gym": "”अटा वॉमहोल” वाल जम को िपन करं", + "quest_title_quest_spin_wcs_2024": "हवाई कवेंशन सेंटर में 10 पोकटॉप या जम िपन करं", + "quest_title_quest_sprigatito_evolve_b": "याओहा को वकसत करं", + "quest_title_quest_squirtle_catch_b": "{{amount_0}} वटल को पकड़ें", + "quest_title_quest_squirtle_evolve_b": "{{amount_0}} वटल को वकसत करं", + "quest_title_quest_squirtle_snapshot_b": "वटल क {{amount_0}} नैपशॉट लं", + "quest_title_quest_st_catch_s": "15 नटल पकड़ें", + "quest_title_quest_st_evolve_n": "नाकोंपल को वकसत करं", + "quest_title_quest_st_evolve_s": "3 नटल को वकसत करं", + "quest_title_quest_stardust_plural": "{{amount_0}} टारडट हासल करं", + "quest_title_quest_starly_catch_b": "{{amount_0}} टाली पकड़ें", + "quest_title_quest_starly_evolve_b": "{{amount_0}} टाली को वकसत करं", + "quest_title_quest_starly_snapshot_b": "टाली क {{amount_0}} नैपशॉट लं", + "quest_title_quest_start_battle": "बैटल शु करं!", + "quest_title_quest_steenee_evolve_b_plural": "{{amount_0}} डांसीरनी को वकसत करं", + "quest_title_quest_steenee_evolve_b_singular": "एक डांसीरनी को वकसत करं", + "quest_title_quest_streak_format": "बोनस {{amount_0}} दन", + "quest_title_quest_stuff_catch_b": "{{amount_0}} सॉलू पकड़ें", + "quest_title_quest_stuff_evolve_b": "{{amount_0}} सॉलू को वकसत करं", + "quest_title_quest_stuff_snapshot_b": "वाइड में सॉलू क {{amount_0}} नैपशॉट लं", + "quest_title_quest_supereffective_charge_party_plural": "टम में शामल हो कर {{amount_0}} सुपर इफ़ैटव चाज्ड अटैक का उपयोग करं", + "quest_title_quest_supereffective_charge_party_singular": "टम में शामल हो कर एक बत असरदार चाज्ड अटैक का उपयोग करं", + "quest_title_quest_supereffective_charge_plural": "{{amount_0}} बेहद भावी चाज्ड अटैक इतेमाल करं", + "quest_title_quest_supereffective_charge_singular": "एक बत असरदार चाज्ड अटैक इतेमाल करं", + "quest_title_quest_surskit_catch": "{{amount_0}} लॉलप पकड़ें", + "quest_title_quest_swabt_catch_b": "{{amount_0}} ईी पकड़ें", + "quest_title_quest_swabt_evolve_b": "{{amount_0}} ईी को वकसत करं", + "quest_title_quest_swinub_cdc_evolve_b": "{{amount_0}} शुअरबी को वकसत करं", + "quest_title_quest_swinub_cdc_snapshot_b": "{{amount_0}} शुअरबी का नैपशॉट लं", + "quest_title_quest_teddiursa_catch_b": "{{amount_0}} टडीलू पकड़ें", + "quest_title_quest_teddiursa_evolve_b": "{{amount_0}} टडीलू को वकसत करं", + "quest_title_quest_teddiursa_snapshot_b": "{{amount_0}} टडीलू क नैपशॉट लं", + "quest_title_quest_template.display.branches#0.button_text_key": "रड्स, जूनयर और जम!", + "quest_title_quest_template.display.branches#0.description_key": "इस राते को चुनने पर, आपको जम, रड्स और टम GO रॉकट क सदयों को चैलंज करने से जुड़े काम दए जाएंगे, ताक आप चारज़ाड सहत कई और से एनकाउंर जैसे रवॉड हासल कर सकं।", + "quest_title_quest_template.display.branches#1.button_text_key": "GO बैटल लग!", + "quest_title_quest_template.display.branches#1.description_key": "इस राते को चुनने पर, आपको दूसर टनस से बैटल करने का चैलंज दया जाएगा, ताक आप चारज़ाड सहत कई और से एनकाउंर जैसे रवॉड हासल कर सकं।", + "quest_title_quest_tepit_catch_b": "{{amount_0}} िपगमी को पकड़ें", + "quest_title_quest_tepit_evolve_b": "{{amount_0}} िपगमी को वकसत करं", + "quest_title_quest_tepit_evolve_s1": "{{amount_0}} उमग को वकसत करं", + "quest_title_quest_thwackey_evolve": "एक चमटक को वकसत करं", + "quest_title_quest_timburr_catch_b": "{{amount_0}} इशा को पकड़ें", + "quest_title_quest_timburr_evolve_b": "{{amount_0}} इशा को वकसत करं", + "quest_title_quest_timburr_snapshot_b": "{{amount_0}} इशा क नैपशॉट लं", + "quest_title_quest_time_remaining_day_plural": "इस पेशल रसच को पूरा करने क लए {{amount_0}} दन बचे हैं", + "quest_title_quest_time_remaining_day_singular": "इस पेशल रसच को पूरा करने क लए {{amount_0}} दन बचे हैं", + "quest_title_quest_togetic_catch_b": "{{amount_0}} टोगेटक पकड़ें", + "quest_title_quest_togetic_evolve_b": "{{amount_0}} टोगेटक वकसत करं", + "quest_title_quest_togetic_snapshot_b": "{{amount_0}} टोगेटक क नैपशॉट लं", + "quest_title_quest_torracat_evolve_b_plural": "{{amount_0}} लयाऊ वकसत करं", + "quest_title_quest_torracat_evolve_b_singular": "लयाऊ को वकसत करं", + "quest_title_quest_trade_50km_plural": "कम से कम 50 km क दूर पर पकड़े गए पोकमॉन क साथ {{amount_0}} टड करं", + "quest_title_quest_trade_100km_plural": "कम से कम 100 km क दूर पर पकड़े गए पोकमॉन क साथ {{amount_0}} टड करं", + "quest_title_quest_trade_200km_plural": "कम से कम 200 km क दूर पर पकड़े गए पोकमॉन क साथ {{amount_0}} टड करं", + "quest_title_quest_trade_300km_plural": "कम से कम 300 km क दूर पर पकड़े गए पोकमॉन क साथ {{amount_0}} टड करं", + "quest_title_quest_trade_400km_plural": "कम से कम 400 km क दूर पर पकड़े गए पोकमॉन क साथ {{amount_0}} टड करं", + "quest_title_quest_trade_500km_plural": "कम से कम 500 km क दूर पर पकड़े गए पोकमॉन क साथ {{amount_0}} टड करं", + "quest_title_quest_trade_500km_singular": "कम से कम 500 km क दूर पर पकड़े गए पोकमॉन क साथ टड करं", + "quest_title_quest_trade_pikachu_plural": "{{amount_0}} िपकाचू टड करं", + "quest_title_quest_trade_plural": "पोकमॉन को {{amount_0}} बार टड करं", + "quest_title_quest_trade_singular": "1 पोकमॉन को टड करं", + "quest_title_quest_transfer_pidgey_plural": "{{amount_0}} िपजी टांसफ़र करं", + "quest_title_quest_transfer_pokemon_plural": "{{amount_0}} पोकमॉन टांसफ़र करं", + "quest_title_quest_transfer_pokemon_singular": "पोकमॉन टांसफ़र करं", + "quest_title_quest_transfer_rock_or_poison_plural": "{{amount_0}} रॉक या पॉइज़न टाइप पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_rock_poison": "{{amount_0}} रॉक या पॉइज़न टाइप पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_bug_plural": "बग टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_dark_plural": "डाक टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_dragon_plural": "डैगन टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_electric_plural": "इलटक टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_fairy_plural": "फ़ेर टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_fighting_plural": "फ़ाइटंग टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_fire_plural": "फ़ायर टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_flying_plural": "लाइंग टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_ghost_plural": "घोट टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_grass_plural": "ास टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_ground_plural": "ाउंड टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_ice_plural": "आइस टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_normal_plural": "नॉमल टाइप {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_poison_plural": "पॉइज़न टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_psychic_plural": "साइकक टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_rock_plural": "रॉक टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_steel_plural": "टल टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_transfer_type_water_plural": "वॉटर टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", + "quest_title_quest_travel_routes_km_plural": "ट पर {{amount_0}} km चलं", + "quest_title_quest_travel_routes_meters_plural": "ट पर {{amount_0}} m चलं", + "quest_title_quest_tynamo_catch_b": "{{amount_0}} लकवारा पकड़ें", + "quest_title_quest_tynamo_evolve_b_plural": "{{amount_0}} लकवारा को वकसत करं", + "quest_title_quest_tynamo_evolve_b_singular": "लकवारा को वकसत करं", + "quest_title_quest_under_investigation": "ोफ़ेसर वलो इस समय इस रसच क बार में एक जांच कर रहे हैं। और जानकार क लए जद ही वापस आएं!", + "quest_title_quest_urd22_june_battle_gym": "रसच का दन : जम में बैटल करं", + "quest_title_quest_urd22_june_battle_raid": "रसच का दन : रड में बैटल करं", + "quest_title_quest_urd22_june_beries": "रसच का दन : {{amount_0}} बेर का इतेमाल करक पोकमॉन पकड़ें", + "quest_title_quest_urd22_june_catch_rock": "रसच का दन : {{amount_0}} रॉक टाइप पोकमॉन पकड़ें", + "quest_title_quest_urd22_june_catch_weather": "रसच का दन : मौसम बूट क साथ {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_urd22_june_curveball": "रसच का दन : {{amount_0}} कवबॉल ो फेंकं", + "quest_title_quest_urd22_june_curveball_row": "रसच का दन : एक क बाद एक {{amount_0}} कवबॉल ो फेंकं", + "quest_title_quest_urd22_june_evolve_rock": "रसच का दन : {{amount_0}} रॉक टाइप पोकमॉन एवॉव करं", + "quest_title_quest_urd22_june_gift_sticker": "रसच का दन : टकर क साथ {{amount_0}} गट भेजें", + "quest_title_quest_urd22_june_great": "रसच का दन : {{amount_0}} बत बढ़या ो फेंकं", + "quest_title_quest_urd22_june_great_row": "रसच का दन : एक क बाद एक {{amount_0}} बत बढ़या ो फेंकं", + "quest_title_quest_urd22_june_nice": "रसच का दन : {{amount_0}} बढ़या ो फेंकं", + "quest_title_quest_urd22_june_nice_row": "रसच का दन : एक क बाद एक {{amount_0}} बढ़या ो फेंकं", + "quest_title_quest_urd22_june_powerup": "रसच का दन : पोकमॉन को {{amount_0}} गुना पावर अप करं", + "quest_title_quest_urd22_june_snap_rock": "रसच का दन : वाइड रॉक टाइप पोकमॉन का एक नैपशॉट लं", + "quest_title_quest_urd22_june_spin_stops": "रसच का दन : {{amount_0}} पोकटॉप िपन करं", + "quest_title_quest_urd22_june_supereffective": "रसच का दन : बेहद भावी चाज्ड अटैक का इतेमाल करं", + "quest_title_quest_ursaring_evolve_b": "{{amount_0}} भालूरन को वकसत करं", + "quest_title_quest_use_any_potion": "पोकमॉन पर कोई भी दवा इतेमाल करं", + "quest_title_quest_use_charged_move_singular": "एक बत असरदार चाज्ड अटैक इतेमाल करं", + "quest_title_quest_use_charged_tm": "चाज्ड TM इतेमाल करं", + "quest_title_quest_use_dai_plural": "{{amount_0}} दैनक एडवेंचर इंसेंस का इतेमाल करं", + "quest_title_quest_use_dai_singular": "एक दैनक एडवेंचर इंसेंस का इतेमाल करं", + "quest_title_quest_use_fast_tm": "तेज़ TM इतेमाल करं", + "quest_title_quest_use_hyper_potion": "पोकमॉन पर हाइपर दवा इतेमाल करं", + "quest_title_quest_use_lure": "अटैट मॉड्यूल इतेमाल करं", + "quest_title_quest_use_lure_plural": "ट पर चलते समय {{amount_0}} अटैट मॉड्यूल इतेमाल करं", + "quest_title_quest_use_lure_singular": "ट पर चलते समय एक अटैट मॉड्यूल इतेमाल करं", + "quest_title_quest_use_max_potion": "पोकमॉन पर मैस दवा इतेमाल करं", + "quest_title_quest_use_poffin": "पॉफ़न का इतेमाल करं", + "quest_title_quest_use_rare_candy_plural": "{{amount_0}} रयर कडी इतेमाल करं", + "quest_title_quest_use_rare_candy_singular": "रयर कडी का इतेमाल करं", + "quest_title_quest_use_standard_charged_tm": "चाज्ड TM इतेमाल करं", + "quest_title_quest_use_standard_fast_tm": "तेज़ TM इतेमाल करं", + "quest_title_quest_use_super_potion": "पोकमॉन पर सुपर दवा इतेमाल करं", + "quest_title_quest_uxie_wild_snap": "वाइड रहपर का नैपशॉट लं", + "quest_title_quest_val19_catch_specific_plural": "वैलंटाइन डे : {{amount_0}} यारशस पकड़ें", + "quest_title_quest_val19_catch_specific_singular": "वैलंटाइन डे : चैंसी को पकड़ें", + "quest_title_quest_visit_different_pokestops": "{{amount_0}} अलग-अलग पोकटॉप को िपन करं", + "quest_title_quest_visit_pokestop_new_plural": " {{amount_0}} पोकटॉप िपन करं जहां आप पहल नहीं गए हैं", + "quest_title_quest_visit_pokestop_new_singular": "1 पोकटॉप िपन करं जहां आप पहल नहीं गए हैं", + "quest_title_quest_visit_pokestops_party_plural": "टम में शामल हो कर {{amount_0}} पोकटॉप या जम िपन करं", + "quest_title_quest_visit_pokestops_plural": "{{amount_0}} पोकटॉप या जम को िपन करं", + "quest_title_quest_visit_pokestops_singular": "1 पोकटॉप या जम को िपन करं", + "quest_title_quest_visit_unique_pokestops_plural": "{{amount_0}} अलग-अलग पोकटॉप या जम को िपन करं", + "quest_title_quest_wailmer_catch_b": "{{amount_0}} बेवेल को पकड़ें", + "quest_title_quest_waina_catch_great_ultra_plural": "Pokémon GO Plus + का इतेमाल करक ेट बॉल या अटा बॉल में {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_waina_catch_plural": "Pokémon GO Plus + का इतेमाल करक पोकबॉल में {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_waina_sleep_days": "Pokémon GO Plus + का इतेमाल करक अपनी नींद को मापें", + "quest_title_quest_waina_sleep_days_singular": "Pokémon GO Plus+ से एक दन क लए अपनी नींद मापें", + "quest_title_quest_waina_spin_pokestop_plural": "Pokémon GO Plus + का इतेमाल करक {{amount_0}} पोकटॉप घुमाएं", + "quest_title_quest_walk_25km_inaweek_plural": "एडवेंचर मोड का {{amount_0}} बार इतेमाल करक एक हते में 25 km चलं", + "quest_title_quest_walk_buddy_plural": "अपने पाटनर क साथ चलते ए {{amount_0}} कडी हासल करं", + "quest_title_quest_walk_buddy_singular": "अपने पाटनर क साथ चलते ए कडी हासल करं", + "quest_title_quest_walk_eevee_for_evo": "कडी पाने क लए ईवी को अपना दोत बनाकर उसक साथ 10 km चलं", + "quest_title_quest_walk_hgrowlithe_header_0": "ाउलथ टाइम चैलंज", + "quest_title_quest_walk_km": "{{amount_0}} km चलं", + "quest_title_quest_walk_km_plural": "{{amount_0}} km चलं", + "quest_title_quest_walk_routes_plural": "ट पर {{amount_0}} km चलं", + "quest_title_quest_walk_routes_singular": "ट पर {{amount_0}} km चलं", + "quest_title_quest_walk_steps": "{{amount_0}} कदम चलं", + "quest_title_quest_wartortle_evolve_b": "{{amount_0}} वॉरटॉटल को वकसत करं", + "quest_title_quest_waterfestival_catch_feed_plural": "वॉटर फ़ेटवल: {{amount_0}} बेरज़ का इतेमाल करक पोकमॉन पकड़ें", + "quest_title_quest_waterfestival_catch_pokemon_plural": "वॉटर फ़ेटवल : {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_waterfestival_catch_special9_plural": "वॉटर फ़ेटवल: {{amount_0}} मैजकाप या बेवेल पकड़ें", + "quest_title_quest_waterfestival_catch_type_water_plural": "वॉटर फ़ेटवल: {{amount_0}} वॉटर टाइप पोकमॉन पकड़ें", + "quest_title_quest_waterfestival_evolve_plural": "वॉटर फ़ेटवल: {{amount_0}} शेडर वकसत करं", + "quest_title_quest_waterfestival_evolve_type_water_plural": "वॉटर फ़ेटवल : {{amount_0}} वॉटर टाइप पोकमॉन वकसत करं", + "quest_title_quest_waterfestival_hatch_egg_singular": "वॉटर फ़ेटवल: अंडा हैच करं", + "quest_title_quest_waterfestival_land_great_plural": "वॉटर फ़ेटवल : {{amount_0}} बत बढ़या ो करं", + "quest_title_quest_waterfestival_land_nice_plural": "वॉटर फ़ेटवल : {{amount_0}} बढ़या ो करं", + "quest_title_quest_waterfestival_win_raid_singular": "वॉटर फ़ेटवल: रड जीतें", + "quest_title_quest_wayfarer_catch_pokemon_plural": "वेफ़ेयरर बोनस : {{amount_0}} पोकमॉन पकड़ें", + "quest_title_quest_wcs_2024_catch_psychic_electric": " {{amount_0}} इलटक या साइकक टाइप पोकमॉन पकड़ें", + "quest_title_quest_wcs_2024_snapshot_fairy": "वभन वाइड फ़ेयर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", + "quest_title_quest_wcs_2024_spin_00": "Pokémon GO ज़ोन में पोकटॉप को िपन करं", + "quest_title_quest_wcs_2024_spin_01": "Play Lab में पोकटॉप को िपन करं", + "quest_title_quest_wcs_2024_spin_02": "Collect & Trade Corner में पोकटॉप को िपन करं", + "quest_title_quest_weepinbell_evolve_b_plural": " {{amount_0}} वीिपनबेल को वकसत करं", + "quest_title_quest_weepinbell_evolve_b_singular": "एक वीिपनबेल को वकसत करं", + "quest_title_quest_wimpod_catch_b": "{{amount_0}} डरकट पकड़ें", + "quest_title_quest_win_gym_plural": "{{amount_0}} जम बैटल जीतें", + "quest_title_quest_win_gym_singular": "1 जम बैटल जीतें", + "quest_title_quest_win_raid_2_singular": "लवल 2 या इससे ऊपर क लवल क रड जीतें", + "quest_title_quest_win_raid_3_plural": "{{amount_0}} लवल 3 या इससे ऊपर क लवल क रड जीतें", + "quest_title_quest_win_raid_3_singular": "लवल 3 या इससे ऊपर क लवल क रड जीतें", + "quest_title_quest_win_raid_buddy_plural": "अपने दोत पोकमॉन क साथ {{amount_0}} रड जीतें", + "quest_title_quest_win_raid_buddy_singular": "अपने पाटनर क साथ मलकर रड जीतें", + "quest_title_quest_win_raid_lvl1_higher_singular": "वन-टार रड या इससे ज़्यादा जीतें", + "quest_title_quest_win_raid_lvl1_singular": "एक वन-टार रड जीतें", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "सफ़ 1,500 CP या इससे कम क पोकमॉन का इतेमाल करक {{amount_0}} रड जीतें", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "सफ़ 1,500 CP या इससे कम क पोकमॉन का इतेमाल करक रड जीतें", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "सफ़ 1,500 CP या इससे कम क पोकमॉन का इतेमाल करक {{amount_0}} ी-टार रड जीतें", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "सफ़ 1,500 CP या इससे कम क पोकमॉन का इतेमाल करक ी-टार रड जीतें", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "सफ़ 2,500 CP या इससे कम क पोकमॉन का इतेमाल करक {{amount_0}} ी-टार रड जीतें", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "सफ़ 2,500 CP या इससे कम क पोकमॉन का इतेमाल करक ी-टार रड जीतें", + "quest_title_quest_win_raid_party_plural": "टम में शामल हो कर {{amount_0}} रड जीतें", + "quest_title_quest_win_raid_party_singular": "टम में शामल हो कर एक रड जीतें", + "quest_title_quest_win_raid_plural": "{{amount_0}} रड जीतें", + "quest_title_quest_win_raid_singular": "रड जीतें", + "quest_title_quest_win_raid_unique_plural": "सफ़ पोकमॉन क यूनीक जातयों से बनी टम क मदद से {{amount_0}} रड जीतें", + "quest_title_quest_win_raid_unique_singular": "सफ़ पोकमॉन क यूनीक जातयों से बनी टम क मदद से रड जीतें", + "quest_title_quest_win_raid_with_friend_plural": "कसी दोत क साथ {{amount_0}} रड्स जीतें", + "quest_title_quest_win_raid_with_friend_singular": "कसी दोत क साथ रड जीतें", + "quest_title_quest_win_raids_unique_1500_plural": "अलग-अलग तरह क पोकमॉन क टम क साथ {{amount_0}} रड जीतें।", + "quest_title_quest_win_raids_unique_plural": "अलग-अलग तरह क पोकमॉन क टम क साथ {{amount_0}} रड जीतें।", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "सफ़ 1,500 CP या इससे कम वाल पोकमॉन का इतेमाल करक टम GO रॉकट क लडर को {{amount_0}} बार हराएं", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "सफ़ 1,500 CP या इससे कम वाल पोकमॉन का इतेमाल करक टम GO रॉकट क लडर को हराएं", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "सफ़ 2,500 CP या इससे कम क पोकमॉन का इतेमाल करक टम GO रॉकट लडर को {{amount_0}} बार हराएं", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "सफ़ 3,000 CP या इससे कम क पोकमॉन का इतेमाल करक टम GO रॉकट लडर को {{amount_0}} बार हराएं", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "सफ़ 3,500 CP या इससे कम क पोकमॉन का इतेमाल करक टम GO रॉकट लडर को {{amount_0}} बार हराएं", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "सफ़ 4,000 CP या इससे कम क पोकमॉन का इतेमाल करक टम GO रॉकट लडर को {{amount_0}} बार हराएं", + "quest_title_quest_wooper_catch_b": "{{amount_0}} वूपर या पैलडीया वूपर पकड़ें", + "quest_title_quest_wooper_evolve_b": "{{amount_0}} वूपर या पैलडीया वूपर वकसत करं", + "quest_title_quest_wooper_snapshot_b": "{{amount_0}} वूपर या पैलडीया वूपर क नैपशॉट लं", + "quest_title_quest_wt_catch_weedle": "{{amount_0}} वीडल पकड़ें", + "quest_title_quest_wt_evolve_kakuna": "{{amount_0}} ककना को वकसत करं", + "quest_title_quest_wt_evolve_weedle": "{{amount_0}} वीडल को वकसत करं", + "quest_title_quest_xp_plural": "{{amount_0}} XP हासल करं", + "quest_title_quest_zigzagoon_catch_b": "{{amount_0}} गलार लहरउन पकड़ें", + "quest_title_quest_zigzagoon_evolve_b": "{{amount_0}} गलार लहरउन वकसत करं", + "quest_title_quest_zigzagoon_snapshot_b": "गलार लहरउन क {{amount_0}} नैपशॉट लं", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "0 पोकमॉन को पकड़ा", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "{{amount_0}} पोकमॉन को पकड़ा", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 पोकमॉन को पकड़ा", + "quest_title_score_1_10_11_12_singular": "{{amount_0}} फ़ायर, वॉटर या ास टाइप पोकमॉन पकड़ा गया", + "quest_title_score_1_10_singular": "{{amount_0}} फ़ायर टाइप पोकमॉन पकड़ा गया", + "quest_title_score_1_11_singular": "{{amount_0}} वॉटर टाइप पोकमॉन पकड़ा गया", + "quest_title_score_1_12_singular": "{{amount_0}} ास टाइप पोकमॉन पकड़ा गया", + "quest_title_score_1_none": "0 पोकमॉन को पकड़ा", + "quest_title_score_1_plural": "{{amount_0}} पोकमॉन को पकड़ा", + "quest_title_score_1_singular": "1 पोकमॉन को पकड़ा", + "quest_title_score_6_plural": "{{amount_0}} रड जीते", + "quest_title_score_6_singular": "1 रड जीते", + "quest_title_score_8_10_none": "0 बढ़या ो कए गए", + "quest_title_score_8_10_plural": "{{amount_0}} बढ़या ो कए गए", + "quest_title_score_8_10_singular": "1 बढ़या ो कया गया", + "quest_title_score_8_11_none": "0 बत बढ़या ो कए गए", + "quest_title_score_8_11_plural": "{{amount_0}} बत बढ़या ो कए गए", + "quest_title_score_8_11_singular": "1 बत बढ़या ो कया गया", + "quest_title_score_8_12_none": "0 बेहतरन ो कए गए", + "quest_title_score_8_12_plural": "{{amount_0}} बेहतरन ो कए गए", + "quest_title_score_8_12_singular": "1 बेहतरन ो कया गया", + "quest_title_score_8_13_none": "0 कवबॉल ो कए गए", + "quest_title_score_8_13_plural": "{{amount_0}} कवबॉल ो कए गए", + "quest_title_score_8_13_singular": "1 कवबॉल ो कया गया", + "quest_title_score_11_701_none": "0 रैज़ बेर इतेमाल क गईं", + "quest_title_score_11_701_plural": "{{amount_0}} रैज़ बेर इतेमाल क गईं", + "quest_title_score_11_701_singular": "1 रैज़ बेर इतेमाल क गई", + "quest_title_score_11_703_none": "0 नैनब बेर इतेमाल क गईं", + "quest_title_score_11_703_plural": "{{amount_0}} नैनब बेर इतेमाल क गईं", + "quest_title_score_11_703_singular": "1 नैनब बेर इतेमाल क गई", + "quest_title_score_11_705_none": "0 रैज़ बेर इतेमाल क गईं", + "quest_title_score_11_705_plural": "{{amount_0}} पाइनऐप बेर इतेमाल क गईं", + "quest_title_score_11_705_singular": "1 पाइनऐप बेर इतेमाल क गई", + "quest_title_score_15_10_none": "0 बढ़या कवबॉल ो कए गए", + "quest_title_score_15_10_plural": "{{amount_0}} बढ़या कवबॉल ो कए गए", + "quest_title_score_15_10_singular": "1 बढ़या कवबॉल ो कया गया", + "quest_title_score_15_11_none": "0 बत बढ़या कवबॉल ो कए गए", + "quest_title_score_15_11_plural": "{{amount_0}} बत बढ़या कवबॉल ो कए गए", + "quest_title_score_15_11_singular": "1 बत बढ़या कवबॉल ो कया गया", + "quest_title_score_15_12_none": "0 बेहतरन कवबॉल ो कए गए", + "quest_title_score_15_12_plural": "{{amount_0}} बेहतरन कवबॉल ो कए गए", + "quest_title_score_15_12_singular": "1 बेहतरन कवबॉल ो कया गया", + "quest_title_score_22_none": "टम लडस क साथ 0 बैटल पूर क गईं", + "quest_title_score_22_plural": "टम लडस क साथ {{amount_0}} बैटल पूर क गईं", + "quest_title_score_22_singular": "टम लडर क साथ 1 बैटल पूर क गई", + "quest_title_score_23_none": "GO बैटल लग में 0 बैटल पूर क गईं", + "quest_title_score_23_plural": "GO बैटल लग में {{amount_0}} बैटल पूर क गईं", + "quest_title_score_23_singular": "GO बैटल लग में 1 बैटल पूर क गई", + "quest_title_score_battle_raid_none": "0 रड में बैटल", + "quest_title_score_battle_raid_plural": "{{amount_0}} रड में बैटल ई", + "quest_title_score_battle_raid_singular": "1 रड में बैटल ई", + "quest_title_score_catch_feed_none": "0 बेर इतेमाल क गईं", + "quest_title_score_catch_feed_plural": "{{amount_0}} बेर इतेमाल क गईं", + "quest_title_score_catch_feed_singular": "1 बेर इतेमाल क गई", + "quest_title_score_catch_pokemon": "{{amount_0}} पोकमॉन को पकड़ा", + "quest_title_score_defeat_rocket_none": "हार ए 0 टम GO रॉकट सदय", + "quest_title_score_defeat_rocket_plural": "हार ए {{amount_0}} टम GO रॉकट सदय", + "quest_title_score_defeat_rocket_singular": "हारा आ 1 टम GO रॉकट सदय", + "quest_title_score_field_research_none": "0 फ़ीड रसच टाक पूरा आ", + "quest_title_score_field_research_plural": "{{amount_0}} फ़ीड रसच टाक पूर ए", + "quest_title_score_field_research_singular": "1 फ़ीड रसच टाक पूरा आ", + "quest_title_score_send_gift_none": "दोतों को 0 गट भेजें", + "quest_title_score_send_gift_plural": "दोतों को {{amount_0}} गट भेजें", + "quest_title_score_send_gift_singular": "दोत को 1 गट भेजें", + "quest_title_score_spin_pokestop_none": "0 पोकटॉप को िपन कया", + "quest_title_score_spin_pokestop_plural": "{{amount_0}} पोकटॉप को िपन कया", + "quest_title_score_spin_pokestop_singular": "1 पोकटॉप को िपन कया", + "quest_win_raid_plural": "{{amount}} रड जीतें", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Star Raid", + "raid_1_plural": "1 Star Raids", + "raid_2": "2 Star Raid", + "raid_2_plural": "2 Star Raids", + "raid_3": "3 Star Raid", + "raid_3_plural": "3 Star Raids", + "raid_4": "4 Star Raid", + "raid_4_plural": "4 Star Raids", + "raid_5": "Legendary Raid", + "raid_5_plural": "Legendary Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "दोपहर", + "route_tag_architecture": "आकटचर", + "route_tag_art": "आट", + "route_tag_beachy": "समु तट", + "route_tag_bike_path": "साइकल का रासता", + "route_tag_biking": "साइकल क लए अनुकल", + "route_tag_body_of_water": "तटवती", + "route_tag_buildings": "इमारतें ही इमारतें", + "route_tag_category_misc": "ववध", + "route_tag_category_nearby": "आस-पास", + "route_tag_category_suitability": "उपयुतता", + "route_tag_category_terrain": "टरन", + "route_tag_category_theme": "थीम", + "route_tag_city_life": "शहर ज़ंदगी", + "route_tag_culture": "संकृत", + "route_tag_easy_going": "रलैड", + "route_tag_flat": "समतल", + "route_tag_foliage": "झड़े ए पतों से भरा", + "route_tag_food": "भोजन", + "route_tag_grassy": "ासी", + "route_tag_hilly": "पहाड़ी", + "route_tag_historic": "ऐतहासक", + "route_tag_intense": "इंटंस", + "route_tag_morning": "सुबह", + "route_tag_muddy": "कचड़", + "route_tag_nature": "कृत", + "route_tag_night": "शाम", + "route_tag_no_parking": "आस-पास पाकंग नहीं है", + "route_tag_no_people": "कम लोग", + "route_tag_open_space": "ओपन एरया", + "route_tag_parking": "आस-पास पाकंग है", + "route_tag_parks_nearby": "आस-पास क पाक", + "route_tag_partially_paved": "कचा-पका राता", + "route_tag_paved": "पका राता", + "route_tag_people": "ढेर सार लोग", + "route_tag_pets": "पालतू जीवों क लए उपयुत", + "route_tag_plenty_pokestops": "ढेर सार पोकटॉप", + "route_tag_public_transport": "पलक टांसपोट क पास", + "route_tag_raid_friendly": "ढेर सार जम", + "route_tag_rainy_day": "बरसात क लए बढ़या", + "route_tag_rocky": "पथरला", + "route_tag_running": "रनंग क लए अनुकल ", + "route_tag_sandy": "रतीला", + "route_tag_seasonal": "सीज़नल", + "route_tag_sightseeing": "पयटन", + "route_tag_stroller": "टोलर-एसेसबल", + "route_tag_sunny_day": "सनी डे क लए बढ़या", + "route_tag_tree_cover": "पेड़ों क छांव", + "route_tag_unpaved": "कचा राता", + "route_tag_views": "कमाल क नजार", + "route_tag_walking": "वॉकंग क लए अनुकल", + "route_tag_wheelchair": "हीलचेयर एसेसबल है", + "route_tag_wildlife": "जंगल जानवर", + "route_tag_woodsy": "जंगल", + "route_tags_label": "टैग", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "शैडो", + "team_1": "मटक", + "team_2": "वेलोर", + "team_3": "इंटंट", + "team_a_0": "कोई टम नहीं", + "team_a_1": "टम मटक", + "team_a_2": "टम वेलोर", + "team_a_3": "टम इंटंट", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "खराब मौसम", + "weather_1": "साफ़", + "weather_2": "बारश", + "weather_3": "थोड़े बादल छाए हैं", + "weather_4": "बादल छाए हैं", + "weather_5": "हवा चल रही है", + "weather_6": "बर्फ़ गर है", + "weather_7": "कोहरा छाया है", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/client/public/locales/id/translation.json b/client/public/locales/id/translation.json new file mode 100644 index 000000000..15674d505 --- /dev/null +++ b/client/public/locales/id/translation.json @@ -0,0 +1,6001 @@ +{ + "login": "Masuk", + "click_once": "Klik 'Otorisasi' sekali saja", + "save": "Simpan", + "reset": "Atur Ulang", + "close": "Tutup", + "reset_filters": "Atur Ulang Filter", + "pokemon_filters": "Pengaturan Filter Pokémon", + "gyms_filters": "Pengaturan Filter Gym", + "pokestops_filters": "Pengaturan Filter PokéStop", + "nests_filters": "Pengaturan Filter Sarang", + "help": "Bantuan", + "apply_to_all": "Terapkan ke Semua", + "disable_all": "Nonaktifkan Semua", + "enable_all": "Aktifkan Semua", + "enabled": "Diaktifkan", + "legacy": "Warisan", + "id": "ID", + "location": "Lokasi", + "search_pokemon": "Cari Pokémon", + "search_nests": "Cari Sarang", + "search_gyms": "Cari Gym", + "search_pokestops": "Cari PokéStop", + "search_raids": "Cari Raid", + "search_eggs": "Cari Telur", + "search_quests": "Cari Misi", + "search_lures": "Cari Umpan", + "search_invasions": "Cari Invasi", + "sm": "kecil", + "md": "sedang", + "lg": "besar", + "xl": "sangat besar", + "min": "Min", + "max": "Maks", + "set_size": "Atur Ukuran Ikon", + "slot_selection": "Pemilihan Slot", + "generations": "Generasi", + "types": "Tipe", + "forms": "Bentuk", + "rarity": "Keberadaan Saat Ini", + "others": "Lainnya", + "categories": "Kategori", + "rank": "Peringkat", + "slider_iv": "Jangkauan IV", + "slider_great": "Liga Super", + "slider_ultra": "Liga Ultra", + "slider_little": "Piala Kecil", + "slider_atk_iv": "Serangan", + "slider_def_iv": "Pertahanan", + "slider_sta_iv": "Stamina", + "slider_level": "Level", + "slider_size": "Ukuran", + "abbreviation_level": "L", + "lvl": "Lvl", + "cap": "Batas", + "custom": "Kustom", + "valid": "Valid", + "invalid": "Tidak Valid!", + "overwrites": "Menimpa Semua Filter", + "valid_filter": "Filter Statistik yang Valid", + "invalid_filter": "Masukkan Filter yang Valid", + "gyms": "Gym", + "nests": "Sarang", + "pokestops": "PokéStop", + "pokemon": "Pokémon", + "wayfarer": "Wayfarer", + "scan_areas": "Area Pemindaian", + "s2cells": "Sel S2", + "weather": "Cuaca", + "admin": "Admin", + "settings": "Pengaturan", + "advanced": "Lanjutan", + "tile_servers": "Server Tile", + "icons": "Ikon", + "navigation": "Navigasi", + "drawer": "Menu Tarik", + "tile_servers_default": "Bawaan", + "drawer_temporary": "Sementara", + "drawer_persistent": "Persisten", + "locale_selection": "Pemilihan Lokal", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "Impor", + "export": "Ekspor", + "logout": "Keluar", + "local_storage_cleared": "Penyimpanan Lokal telah dibersihkan!", + "iv_or_filter": "Filter IV ATAU", + "polygons": "Poligon", + "raids": "Raid", + "ex_eligible": "Memenuhi Syarat EX", + "in_battle": "Dalam Pertarungan", + "all_pokestops": "Semua PokéStop", + "lures": "Umpan", + "quests": "Misi", + "invasions": "Invasi", + "portals": "Portal", + "submission_cells": "Sel Pengajuan", + "spawnpoint": "Titik Muncul", + "spawnpoints": "Titik Muncul", + "s2_cell_level": "Sel S2 Level {{level}}", + "total_count": "Jumlah Total", + "next_submission": "Pengajuan Berikutnya!", + "never": "Tidak Pernah", + "next_gym": "Gym Selanjutnya", + "scan_cells": "Pindai Sel", + "devices": "Perangkat", + "use_my_location": "Gunakan Lokasi Saya", + "submit_feedback_title": "Kirim Umpan Balik/Laporan Bug", + "use_the_link_below": "Anda dapat menggunakan tautan di bawah ini untuk mengirim umpan balik atau bug yang Anda temukan.", + "feedback_to_devs": "Umpan balik ini dikirim langsung ke pengembang.", + "feedback_form": "Formulir Umpan Balik", + "unknown_pokestop": "Nama PokéStop Tidak Diketahui", + "unknown_gym": "Nama Gym Tidak Dikenal", + "exclude": "Kecualikan", + "exclude_quest": "Kecualikan Quest", + "exclude_invasion": "Kecualikan Invasi", + "exclude_team": "Kecualikan Tim", + "exclude_raid": "Kecualikan Raid", + "exclude_lure": "Kecualikan Umpan", + "timer": "Timer", + "hide": "Sembunyikan", + "tier": "Tingkat", + "slots": "Slot", + "mega": "Mega", + "form": "Form", + "starts": "Mulai", + "ends": "Berakhir", + "defender": "Pertahanan", + "best_buddy": "Sahabat terbaik", + "cp": "CP", + "kilogram": "kg", + "meter": "m", + "total_cp": "Total CP", + "first_seen": "Pertama Terlihat", + "last_seen": "Terakhir Terlihat", + "last_modified": "Terakhir Diubah", + "last_updated": "Terakhir Diperbarui", + "imported": "Telah Diimpor", + "nest_estimated": "Data Sarang Diperkirakan!", + "verify_nests": "Verifikasi dengan Memeriksa Spawn Sekarang", + "nest_out_of_date": "Sarang Mungkin Ketinggalan Zaman!", + "nest_check_current": "Periksa Spawn Sekarang", + "spawns_per_hour": "Per Jam", + "teams": "Tim", + "eggs": "Telur", + "reverse": "Balikkan", + "selected": "Terpilih", + "unselected": "Tidak Terpilih", + "only_available": "Tersedia", + "common": "Umum", + "uncommon": "Tidak Umum", + "rare": "Langka", + "ultra_rare": "Sangat Langka", + "regional": "Regional", + "event": "Event", + "legendary": "Legendaris", + "mythical": "Mitos", + "ultra_beast": "Ultra Beast", + "alt_forms": "Form Alternatif", + "alola": "Alola", + "galarian": "Galarian", + "showing": "Menampilkan", + "instance": "Instansi", + "online": "Online", + "offline": "Offline", + "boosted_types": "Tipe yang Ditingkatkan", + "pokemon_options": "Opsi Pokémon", + "pokestops_options": "Opsi PokéStop", + "gyms_options": "Opsi Gym", + "nests_options": "Opsi Sarang", + "wayfarer_options": "Opsi Wayfarer", + "admin_options": "Opsi Admin", + "weather_options": "Opsi Cuaca", + "s2cells_options": "Opsi Sel S2", + "clustering": "Pengelompokan", + "glow": "Bersinar", + "legacy_filter": "Filter Warisan", + "raid_timers": "Timer Raid Semua", + "invasion_timers": "Timer Invasi Semua", + "lure_timers": "Timer Umpan Semua", + "device_path_color": "Warna Jalur Peranti", + "old_portals": "Portal Lama", + "new_portals": "Portal Baru", + "items": "Item", + "energy": "Energi", + "ar_eligible": "Layak AR", + "iv_circles": "Indikator IV", + "min_iv_circle": "Circle IV Minimum", + "interaction_ranges": "Jangkauan Interaksi", + "cannot_connect": "\nTidak bisa terhubung ke server saat ini.\nMencoba lagi segera hanya akan menyebabkan lebih banyak masalah.\nSilakan coba lagi dalam beberapa menit.\n\n- Tim Admin Peta", + "mad_quest_text": "Quest Asli", + "xs": "XS", + "primary": "Utama", + "secondary": "Sekunder", + "zero_iv": "IV 0%", + "hundo_iv": "IV 100%", + "open_menu": "Buka Menu", + "zoom_in": "Perbesar", + "zoom_out": "Perkecil", + "welcome": "Selamat datang di", + "back": "Kembali", + "next": "Selanjutnya", + "finish": "Selesai", + "start_tutorial": "Mulai Tutorial", + "view_profile": "Lihat Profil", + "login_optional": "Login (Opsional)", + "tutorial": "Tutorial", + "tutorial_language": "Pilih Bahasa Anda", + "tutorial_welcome": "Tutorial ini interaktif dan Anda sangat dianjurkan untuk bermain dengan semua opsi yang disediakan", + "tutorial_categories": "Kategori yang Anda Miliki Akses Kepada", + "tutorial_logged_in": "Anda dapat melihat detail tentang izin Anda dengan melihat profil Anda.", + "tutorial_logged_out": "Anda dapat melihat detail tentang izin Anda dengan login.", + "tutorial_sidebar_0": "Semua Filter & Pengaturan Anda Ada Di Sini", + "tutorial_sidebar_1": "Untuk setiap kategori, Anda dapat mengatur data apa saja yang ingin Anda lihat menggunakan tombol pengalih", + "tutorial_sidebar_2": "Opsi: Kustomisasi Tambahan\nLanjutan: Akan kami bahas lebih lanjut dalam tutorial ini", + "tutorial_sliders_0": "Menggunakan penggeser untuk menyesuaikan filter", + "tutorial_sliders_1": "Pokémon Antara:", + "tutorial_sliders_2": "- IVs {{iv0}}% sampai {{iv1}}%", + "tutorial_sliders_3": "Level {{level0}} sampai {{level1}}", + "tutorial_sliders_3alt": "- DAN berlevel {{level0}} sampai {{level1}}", + "tutorial_sliders_4": "- Peringkat Great League {{gl0}} sampai {{gl1}}", + "tutorial_sliders_4alt": "- ATAU Peringkat Great League {{gl0}} sampai {{gl1}}", + "tutorial_sliders_5": "- Peringkat Ultra League {{ul0}} sampai {{ul1}}", + "tutorial_sliders_5alt": "- ATAU Peringkat Ultra League {{ul0}} sampai {{ul1}}", + "tutorial_sliders_6": "Bersambung dengan yang lain dengan warna yang sama", + "tutorial_sliders_7": "Memfilter secara terpisah dari penggeser lainnya", + "tutorial_sliders_8": "Sebuah penggeser 'penuh' berarti itu dinonaktifkan:", + "tutorial_sliders_9": "Semua muncul, terlepas dari apakah telah dicek IV-nya atau tidak", + "tutorial_help": "Pintasan ke menu ini", + "tutorial_adv_filter": "Hanya di ponsel, membuka opsi filtering untuk menu lanjutan", + "tutorial_tune": "Mengatur filter lanjutan untuk semua Pokémon yang sedang difilter di menu", + "tutorial_format_size": "Mengatur ukuran ikon untuk semua item yang sedang difilter di menu", + "tutorial_check": "Mengaktifkan semua item yang sedang difilter di menu", + "tutorial_clear": "Menonaktifkan semua item yang sedang difilter di menu", + "tutorial_save": "Menyimpan pilihan saat ini dan keluar", + "tutorial_show_all_view": "Alihkan PokéStops & Gyms", + "tutorial_show_pokemon_view": "Alihkan Pokémon", + "tutorial_toggle": "Mengklik Centang/X untuk mengalihkan item", + "tutorial_pokemon_caption": "Ikon ini memungkinkan Anda untuk mengatur filter untuk Pokémon tertentu", + "tutorial_all_caption": "Tim memiliki menu slot khusus\nItem lainnya memungkinkan Anda menyesuaikan ukuran ikon", + "tutorial_popup_0": "Popup kini interaktif!", + "tutorial_popup_1": "Tiga titik membuka opsi menyembunyikan, mengecualikan, dan mengalihkan penghitung waktu", + "tutorial_popup_2": "Ikon di kedua sisi tautan navigasi akan membesar untuk menampilkan info ekstra, coba saja!", + "tutorial_popup_3": "Ikon bervariasi untuk setiap kategori, pastikan untuk memeriksa semuanya", + "tutorial_closing_0": "Info tambahan", + "tutorial_closing_1": "Penggeser Pokémon global di samping beroperasi secara terpisah dari menu lanjutan dan tidak mempengaruhi satu sama lain", + "tutorial_closing_2": "Pastikan untuk memeriksa bagian Pengaturan di samping", + "tutorial_closing_3": "Banyak opsi estetik yang tersedia untuk setiap kategori, namun ingat bahwa semakin banyak yang Anda tambahkan ke peta Anda, semakin tinggi kemungkinan peta Anda akan beku", + "tutorial_closing_4": "Anda dapat melihat tutorial ini lagi dengan memilihnya di panel Pengaturan di samping", + "tutorial_closing_5": "Tetap aman dan semoga beruntung!", + "intro": "Intro", + "sidebar": "Samping", + "sliders": "Penggeser", + "popups": "Popup", + "closing": "Penutupan", + "shortcuts": "Pintasan", + "iv": "IV", + "area_restrictions": "Pembatasan Area", + "map": "Peta", + "stats": "Statistik", + "pvp": "PVP", + "area_restrictions_subtitle": "Anda memiliki akses ke area ini", + "devices_subtitle": "Menampilkan lokasi dan rute perangkat aktif", + "gyms_subtitle": "Menampilkan semua lokasi gym aktif, tim aktif, dan berapa banyak slot yang tersedia di setiap gym", + "invasions_subtitle": "Menampilkan info invasi Team Rocket, termasuk lineup pertarungan, waktu kadaluarsa, dan hadiah yang mungkin", + "iv_subtitle": "Menampilkan opsi IV% dan kilau", + "lures_subtitle": "Menampilkan info lure, termasuk tipe lure dan waktu kadaluarsa", + "map_subtitle": "Menampilkan peta", + "nests_subtitle": "Menampilkan Pokémon yang sedang nesting dan poligon sarang", + "pokemon_subtitle": "Menampilkan semua lokasi Pokémon dan waktu kadaluarsanya", + "pokestops_subtitle": "Menampilkan semua lokasi PokéStop", + "portals_subtitle": "Menampilkan semua portal Ingress", + "pvp_subtitle": "Menampilkan informasi Peringkat/CP/Level PVP untuk setiap Pokémon", + "quests_subtitle": "Menampilkan informasi hadiah dan tugas quest", + "raids_subtitle": "Menampilkan semua informasi raid termasuk boss raid, telur, waktu berakhir, dan moveset", + "scan_cells_subtitle": "Menampilkan waktu terakhir sebuah sel S2 dipindai oleh sebuah perangkat", + "scan_areas_subtitle": "Menampilkan poligon area pemindaian yang tersedia", + "spawnpoints_subtitle": "Menampilkan titik spawn dan perkiraan waktu hilangnya", + "stats_subtitle": "Menampilkan statistik dan level Pokémon", + "submission_cells_subtitle": "Menampilkan informasi berguna untuk mengajukan POI baru", + "weather_subtitle": "Menampilkan informasi cuaca dalam game untuk setiap sel", + "scanner_subtitle": "Berinteraksi langsung dengan pemindai dengan berbagai cara", + "s2cells_subtitle": "Menampilkan Sel S2 di berbagai level di peta", + "backups_subtitle": "Mengaktifkan pencadangan dan pemuatan pengaturan lintas perangkat", + "backups": "Cadangan", + "user_profile": "Profil Pengguna", + "user_username": "Nama pengguna", + "candy": "Permen", + "show_ex_badge": "Tampilkan Lencana EX", + "search": "Cari", + "global_search_quests": "Masukkan Nama Hadiah...", + "global_search_lures": "Masukkan Nama Lure...", + "global_search_pokestops": "Masukkan Nama PokéStop...", + "global_search_gyms": "Masukkan Nama Gym...", + "global_search_portals": "Masukkan Nama Portal...", + "global_search_nests": "Masukkan Nama Pokémon Sarang...", + "global_search_raids": "Masukkan Nama Boss Raid...", + "global_search_pokemon": "Masukkan Nama Pokémon...", + "global_search_invasions": "Masukkan Tipe, Nama, atau Nama hadiah Pokémon Grunt...", + "raid_level_badges": "Lencana Level Raid", + "options": "Opsi", + "profile": "Profil", + "pokemon_icons": "Ikon Pokémon", + "pokestop_icons": "Ikon PokéStop", + "gym_icons": "Ikon Gym", + "team_icons": "Ikon Tim", + "egg_icons": "Ikon Telur", + "raid_icons": "Ikon Raid", + "nest_icons": "Ikon Sarang", + "reward_icons": "Ikon Hadiah", + "type_icons": "Ikon Tipe", + "weather_icons": "Ikon Cuaca", + "misc_icons": "Ikon Lainnya", + "invasion_icons": "Ikon Invasi", + "spawnpoint_icons": "Ikon Titik Spawn", + "device_icons": "Ikon Perangkat", + "pokemon_audio": "Audio Pokémon", + "pokestop_audio": "Audio PokéStop", + "gym_audio": "Audio Gym", + "team_audio": "Audio Tim", + "egg_audio": "Audio Telur", + "raid_audio": "Audio Raid", + "nest_audio": "Audio Sarang", + "reward_audio": "Audio Hadiah", + "type_audio": "Audio Tipe", + "weather_audio": "Audio Cuaca", + "misc_audio": "Audio Lainnya", + "invasion_audio": "Audio Invasi", + "spawnpoint_audio": "Audio Titik Spawn", + "device_audio": "Audio Perangkat", + "pokemon_timers": "Semua Timer Pokémon", + "show_dex_num_in_popup": "Tampilkan Nomor Pokedex di Popup", + "popup": "Popup", + "pvp_level": "Statistik PVP Level {{level}}", + "pvp_mega": "Statistik PVP Mega", + "webhook_entry": "Tambahkan ke {{name}}", + "remove_webhook_entry": "Hapus dari {{name}}", + "distance": "Jarak", + "gym": "Gym", + "egg": "Telur", + "raid": "Raid", + "lure": "Lure", + "quest": "Quest", + "invasion": "Invasi", + "nest": "Sarang", + "pokestop": "PokéStop", + "team": "Tim", + "global": "Global", + "manage_webhook": "Kelola {{name}}", + "drag_and_drop": "Seret dan Lepas Marker untuk Menetapkan Lokasi Anda", + "click_to_select": "Klik untuk Memilih", + "add_new": "Tambahkan {{category}} Alert Baru", + "my_location": "Lokasi Saya", + "choose_on_map": "Pilih di Peta", + "select_profile": "Pilih Profil", + "distance_radius": "Pratinjau Jarak Radius", + "areas": "Area", + "select_webhook": "Pilih Bot", + "ar_quest_true": "Tugas AR", + "ar_quest_false": "Tidak AR", + "with_ar": "Dengan AR", + "both": "Keduanya", + "without_ar": "Tanpa AR", + "exclude_quest_multi": "Kecualikan {{reward}}", + "cluster_limit_0": "Batas {{variable_0}} ({{variable_1}}) telah tercapai", + "cluster_limit_1": "Silakan perbesar atau sempitkan filter Anda", + "show_polygons": "Tampilkan Poligon", + "exclude_invasion_multi": "Kecualikan {{invasion}}", + "stardust": "Stardust", + "slider_cp": "CP", + "pvp_ranking_league": "Liga", + "pvp_ranking_min_cp": "CP Min", + "slider_pvp": "Peringkat", + "profile_no": "Profil", + "template": "Template", + "gender": "Jenis Kelamin", + "clean": "Bersihkan", + "all_forms": "Semua Bentuk", + "pvp_entry": "Entri PVP", + "no_iv": "Termasuk Tanpa IV", + "by_distance": "Berdasarkan Jarak", + "min_time": "Waktu Min", + "add_new_profile": "Tambah Profil Baru", + "slider_none": "Tidak Ada", + "non_registered_human_title": "Oops, ada yang tidak beres!", + "non_registered_human_desc": "Anda mungkin belum terdaftar dengan {{webhook}}\nAtau server sedang tidak dapat dijangkau", + "try_again_later": "Silakan coba lagi nanti", + "selected_areas_one": "{{count}} Area Terpilih", + "selected_areas_other": "{{count}} Area Terpilih", + "webhook_selection": "Pilihan {{name}}", + "message_of_the_day": "Pesan Hari Ini", + "has_quest_indicator": "Warna Alternatif untuk Stops dengan Quest", + "show_ar_badge": "Tampilkan Lencana AR", + "all_gyms": "Semua Gym", + "general": "Umum", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "Menghormati Pilihan Global", + "normal_forms": "Bentuk Normal", + "weather_indicator": "Indikator Penguatan Cuaca", + "page": "Halaman {{page}}", + "navigation_controls": "Kontrol Navigasi", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "Eksklusif", + "all_moves": "Semua Gerakan", + "move": "Gerakan", + "any": "Sembarang", + "min_spawn_average": "Rata-rata Spawn Min", + "select_all": "Pilih Semua", + "delete_all": "Hapus yang Dipilih", + "cancel": "Batal", + "day_1": "Senin", + "day_2": "Selasa", + "day_3": "Rabu", + "day_4": "Kamis", + "day_5": "Jumat", + "day_6": "Sabtu", + "day_7": "Minggu", + "profile_name": "Nama Profil", + "manage_profiles": "Kelola Profil", + "min_spawn_avg": "Rata-rata Spawn Min", + "poke_global": "Semuanya", + "amount": "Jumlah", + "specific_gym": "Gym Tertentu", + "search_location": "Cari Lokasi", + "search_specific": "Cari {{category}} Tertentu", + "webhook_success_gym": "Alert Raid, Eggs, dan Perubahan Tim telah Ditambahkan!", + "slot_changes": "Perubahan Slot", + "slot_changes_poracle": "perubahan_slot", + "confirm_delete": "Ini akan menghapus semua pelacakan untuk profil ini, Anda yakin?", + "confirm_copy": "Pilih profil mana yang ingin Anda salin \"{{profile}}\" ke, ini akan menimpa profil tersebut sepenuhnya.", + "webhook_error": "{{name}} tidak dapat memproses itu.\nSilakan coba lagi nanti.", + "profile_error": "Harus unik dan valid", + "team_0": "Tanpa Tim", + "battle_changes": "Dalam Pertarungan", + "battle_changes_poracle": "perubahan_pertarungan", + "auto": "Otomatis", + "webhooks_subtitle": "Kelola alert Anda langsung dari peta untuk bot ini", + "event_stops_subtitle": "Menampilkan Pokéstops acara khusus seperti Kecleon", + "webhooks": "Alert", + "scanner": "Aksi Scanner", + "everything_individually": "Tambahkan Alert Individu", + "individually": "secara individu", + "join": "Gabung", + "errors_404": "Oops, halaman ini tidak ditemukan!", + "errors_500": "Ada kesalahan server, coba lagi nanti!", + "local_username": "Nama Pengguna", + "local_password": "Kata Sandi", + "local_error": "Telah terjadi kesalahan, silakan coba lagi nanti!", + "no_filter_results": "Tidak Ditemukan Hasil\nCoba Lebarkan Filter Anda", + "donor_page": "Halaman Donatur", + "go_back": "Kembali", + "access": "Akses", + "link_discord": "Hubungkan Discord", + "select_webhook_strategy": "Manajer Peringatan", + "webhook_strategy_success_0": "Sukses! Memuat ulang untuk mengambil pengaturan peringatan...", + "register": "Daftar", + "invalid_credentials": "Kredensial Tidak Valid", + "localauth_failed": "Autentikasi gagal", + "error_creating_user": "Tidak dapat mendaftarkan pengguna baru saat ini", + "discord_linked": "Discord Terhubung", + "telegram_linked": "Telegram Terhubung", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "level", + "km": "km", + "feedback": "Umpan Balik", + "donor_menu": "Menu Donatur", + "pokemon_cell": "Lokasi Pokemon Bisa Berbeda", + "timer_verified": "Timer ini Terverifikasi", + "timer_unverified": "Timer ini Tidak Terverifikasi", + "all": "Semua", + "badge_0": "Tidak Ada", + "badge_1": "Dasar", + "badge_2": "Bronze", + "badge_3": "Perak", + "badge_4": "Emas", + "gym_badge_menu": "Edit Lencana Gym", + "gym_badges": "Lencana Gym", + "gym_badge_diamonds": "Tampilkan Lencana Gym", + "gym_badges_subtitle": "Menampilkan Lencana Gym di peta dan sebuah daftar di halaman profil.", + "confirm_filters_reset": "Atur Ulang Filter", + "filters_reset_text": "Apakah Anda yakin ingin mengatur ulang pengaturan ke nilai default? Ini tidak dapat dibatalkan!", + "filters_reset_title": "Atur Ulang Filter", + "raid_quick_select": "Pilih Cepat", + "disabled": "Dinonaktifkan", + "loading": "Memuat {{category}}", + "loading_icons": "Mengambil Ikon", + "loading_invasions": "Mengambil Invasi", + "scan_next": "Pindai Lokasi", + "scan_next_choose": "Seret dan Lepaskan Penanda untuk Menetapkan Lokasi Pemindaian", + "scan_zone": "Pindai Area", + "scan_zone_choose": "Seret dan Lepaskan Penanda untuk Menetapkan Lokasi Pemindaian dan Memilih Ukuran", + "scan_zone_size": "Ukuran", + "scan_zone_range": "Jangkauan", + "scan_zone_spacing": "Jarak", + "scan_zone_radius": "Radius", + "scan_requests": "Permintaan Pemindaian", + "scan_queue": "Antrian Saat Ini", + "click_to_scan": "Pindai Di Sini", + "scan_confirmed_title": "Permintaan pemindaian dikonfirmasi", + "scan_confirmed": "Pekerja telah dikirim ke lokasi, hasil akan segera muncul di peta!", + "scan_loading_title": "Mengirim permintaan pemindaian", + "scan_loading": "Permintaan pemindaian Anda sedang diproses dan dikirim ke sistem!", + "scan_error_title": "Error", + "scan_error": "Telah terjadi kesalahan saat memproses permintaan pemindaian...", + "scan_outside_area": "Lokasi ini berada di luar batas area yang diizinkan", + "pvp_ranking_cap": "Level", + "lc_title": "Ikuti Lokasi Anda", + "lc_metersUnit": "meter", + "lc_feetUnit": "kaki", + "lc_popup": "Anda berada dalam jarak {distance} {unit} dari titik ini", + "lc_outsideMapBoundsMsg": "Anda tampaknya berada di luar batas peta", + "no_alerts": "Tidak Ada Peringatan", + "loading_settings": "Memuat Pengaturan", + "refresh_to_continue": "Silakan segarkan sebelum melanjutkan", + "session_expired_title": "Sesi Berakhir", + "session_expired_body": "Sesi Anda telah berakhir", + "old_client_title": "Ketinggalan Zaman", + "old_client_body": "Versi baru dari peta ini tersedia", + "early_old_client_title": "Ketinggalan Zaman", + "early_old_client_body": "Versi lama dari aplikasi ini mungkin tersimpan di cache browser Anda, Anda perlu membersihkan cache sebelum dapat menggunakan aplikasi ini.", + "refresh": "Segarkan", + "points": "Poin", + "day": "Hari", + "days": "Hari", + "react_error": "Terjadi Kesalahan", + "clickable_icon": "Ikon Dapat Diklik", + "two_stops_till_next": "2 stop sampai berikutnya", + "one_stop_till_next": "1 stop sampai berikutnya", + "no_more_gyms": "Tidak ada gym lagi", + "light_map_border": "Batas Peta Terang", + "dark_map_border": "Batas Peta Gelap", + "cell_blocked": "Sel Diblokir", + "poi_color": "Warna POI", + "quest_condition": "Kondisi Quest", + "always_show_labels": "Selalu Tampilkan Label", + "scan_areas_options": "Opsi Area Pemindaian", + "historic_rarity": "Kelangkaan Bersejarah", + "poi": "Poin Minat", + "300m_range": "Jangkauan 300m", + "lure_range": "Jangkauan Umpan", + "custom_range": "Jangkauan Kustom", + "tap_to_toggle": "Ketuk Untuk Mengganti", + "power_up": "Tingkatkan Kekuatan", + "never_alt": "Tidak Pernah", + "seen_nearby_stop": "Terlihat di Stop Terdekat", + "seen_nearby_cell": "Terlihat di Sel Ini", + "seen_lure_encounter": "Pertemuan Umpan", + "seen_lure_wild": "Spawn Umpan", + "seen_wild": "Spawn Liar", + "event_stops": "Stop Event", + "event_stop_timers": "Timer Stop Event", + "size_0": "Semua", + "size_1": "XXS", + "size_2": "XS", + "size_3": "M", + "size_4": "XL", + "size_5": "XXL", + "show_size_indicator": "Tampilkan Indikator Ukuran", + "size": "Ukuran", + "gold_stop": "Stop Emas", + "profile_backups": "Pertukaran Profil", + "new_backup": "Backup Baru", + "create": "Buat", + "load": "Muat", + "update": "Perbarui", + "delete": "Hapus", + "name": "Nama", + "only_confirmed": "Hanya Terkonfirmasi", + "only_exclude_grunts": "Kecualikan Grunt", + "only_exclude_leaders": "Kecualikan Pemimpin", + "rocket_pokemon": "Pokémon Rocket", + "decoy": "Umpan", + "s2_cell_limit_0": "Anda mencoba untuk menghasilkan lebih dari 20.000 sel ({{variable_0}})", + "s2_cell_zoom_limit": "Beberapa sel terlalu kecil untuk ditampilkan di level zoom ini", + "show_all_pvp_ranks": "Tampilkan Semua Peringkat PVP", + "enable_pokemon_popup_coords": "Tampilkan Koordinat Pokémon", + "enable_gym_popup_coords": "Tampilkan Koordinat Gym", + "enable_pokestop_popup_coords": "Tampilkan Koordinat Pokéstop", + "enable_portal_popup_coords": "Tampilkan Koordinat Portal", + "on_block_join_discord": "Silakan gabung dalam discord kami untuk informasi lebih lanjut.", + "on_block_msg": "Anda telah diblokir karena menjadi anggota dari", + "denied": "Ditolak", + "showcase": "Pameran", + "unknown_event": "Event Tidak Dikenal", + "scanner_countdown": "Tersedia dalam {{time}}s", + "success": "Berhasil", + "contribute": "Kontribusi", + "mi": "mi", + "filter_by_areas": "Filter Berdasarkan Area", + "submit_nest_name": "Kirim Nama Sarang", + "nest_submission_menu": "Perbarui Nama", + "nest_submissions": "Kirim Sarang", + "nest_submissions_subtitle": "Memungkinkan Anda untuk mengirimkan nama baru untuk sarang", + "pokemon_opacity": "Opasitas Pokémon Dinamis", + "invasion_opacity": "Opasitas Invasi Dinamis", + "raid_opacity": "Opasitas Raid Dinamis", + "opacity_ten_minutes": "Opasitas pada 10 menit", + "opacity_five_minutes": "Opasitas pada 5 menit", + "opacity_one_minute": "Opasitas pada 1 menit", + "level_circles": "Indikator Level", + "min_level_circle": "Level Lingkaran Minimum", + "mutation_auth_error": "Permintaan Anda tidak berhasil karena tidak login", + "submitted_by": "Dikirim Oleh", + "reversible": "Dapat Dibalik", + "version": "Versi", + "route_tags": "Tag Rute", + "routes": "Rute", + "route_type": "Tipe Rute", + "routes_subtitle": "Lihat rute dalam game dan informasi relevan tentang mereka di peta", + "description": "Deskripsi", + "additional_info": "Info Tambahan", + "duration": "Durasi", + "elevation": "Elevasi", + "contest_category_1": "Ukuran Terkecil", + "context_category_2": "Ukuran Terbesar", + "total_entries": "Total Entri", + "showcase_rankings": "Peringkat Pameran", + "showcase_rankings_subtitle": "Menampilkan daftar peringkat teratas untuk pameran di Pokéstop", + "tth": "TTH", + "tth_0": "Semua", + "tth_1": "Diketahui", + "tth_2": "Tidak Diketahui", + "no_access": "Tidak Ada Akses", + "cooldown": "Pendinginan", + "scan_some_outside_area": "Beberapa lokasi berada di luar batas yang diizinkan", + "alerts": "alert", + "alert_manager": "Pengelola Alert", + "menu": "Menu", + "theme": "Tema", + "exit": "Keluar", + "component": "Komponen", + "component_login_page": "Halaman Login", + "component_donation_page": "Halaman Donasi", + "component_message_of_the_day": "Pesan Hari Ini", + "download": "Unduh", + "playground": "Taman Bermain", + "locale": "Lokal", + "saved": "Tersimpan", + "show_editor": "Tampilkan Editor", + "hide_editor": "Sembunyikan Editor", + "reported_error": "Kesalahan ini telah dilaporkan ke server dengan identifier", + "dark_mode": "Mode Gelap", + "load_from_autosave": "Muat dari Simpanan Otomatis", + "done": "Selesai", + "fast": "Cepat", + "charged": "Mengisi", + "offline_mode": "Mode Offline", + "include_sponsored": "Sertakan Sponsor", + "showcase_color": "Warna Sorotan", + "partner_color": "Warna Mitra", + "disable": "Nonaktifkan {{- name}}", + "profiling": "Profilisasi", + "showcase_block": "Diblokir karena sebuah sorotan", + "signed_in_as": "Masuk Sebagai", + "missing_map_perm": "Anda tidak memiliki izin untuk melihat peta.", + "access_denied": "Akses Ditolak", + "audio": "Audio", + "desktop_notifications": "Notifikasi Desktop", + "notifications_options": "Opsi Notifikasi", + "audio_always_on": "Audio Selalu Hidup", + "volume_level": "Tingkat Volume", + "notifications_status": "Status Notifikasi", + "granted": "diberikan", + "set_all": "Atur Semua", + "set_filtered": "Terapkan Filter", + "only_show_available": "Hanya Tampilkan yang Tersedia", + "easy_mode": "Mode Mudah", + "quick_select": "Pemilihan Cepat Global", + "pokemon_filter_mode": "Mode Filter Pokémon", + "basic": "Dasar", + "intermediate": "Menengah", + "expert": "Ahli", + "basic_description": "Pilih Pokémon dengan mudah dan terapkan filter global", + "intermediate_description": "Atur filter individu secara global dan per Pokémon (tradisional)", + "expert_description": "Masukan kueri manual untuk kustomisasi terbanyak", + "icon_size": "Ukuran Ikon", + "developer": "Pengembang", + "raid_override": "Penimpaan Raid", + "search_rocket_pokemon": "Cari Pokémon Rocket", + "main": "Utama", + "extra": "Ekstra", + "select": "Pilih", + "searching": "mencari...", + "no_options": "Tidak Ada Opsi...", + "and": "DAN", + "or": "ATAU", + "only_global": "Hanya Global", + "global_caption": "Abaikan Semua Filter Lain", + "global_and_individual": "Filter Global & Individu", + "gender_filters_all": "Jenis Kelamin Berlaku untuk Semua", + "and_caption": "Dikaitkan Bersama", + "or_caption": "Memfilter Secara Independen", + "filter_help": "Bantuan Filter", + "kilometers": "Kilometer", + "miles": "Mil", + "distance_unit": "Satuan Jarak", + "data_management": "Manajemen Data", + "reset_or_manage_text": "Anda dapat melakukan reset berat pada filter anda atau anda dapat melihat halaman manajemen data yang akan memungkinkan anda untuk reset kategori individu.", + "reset_audio": "Reset Audio", + "reset_all": "Reset Semua", + "reset_icons": "Reset Ikon", + "reset_position": "Reset Posisi", + "reset_ui": "Reset UI", + "reset_options": "Reset Opsi", + "reset_menus": "Reset Menu", + "reset_settings": "Reset Pengaturan", + "reset_general_title": "Umum", + "reset_filters_title": "Filter", + "reset_assets": "Reset Aset", + "reset_pokemon": "Reset Pokémon", + "reset_pokestops": "Reset PokéStop", + "reset_gyms": "Reset Gym", + "reset_nests": "Reset Sarang", + "reset_portals": "Reset Portal", + "reset_routes": "Reset Rute", + "reset_scan_areas": "Reset Area Pemindaian", + "reset_scan_cells": "Reset Sel Pemindaian", + "reset_devices": "Reset Perangkat", + "reset_weather": "Reset Cuaca", + "reset_s2cells": "Reset Sel S2", + "reset_spawnpoints": "Reset Lokasi Muncul", + "reset_submission_cells": "Reset Sel Pengajuan", + "hisuian": "Hisuian", + "spacial_rend_range": "Jarak Renggut Spasial", + "key": "Kunci", + "ai": "AI", + "human": "Manusia", + "locales": "Lokal", + "instructions": "Instruksi", + "locale_instructions_1": "Pilih bahasa dari dropdown", + "locale_instructions_2": "Masukkan terjemahan yang diinginkan di kolom \"Manusia\"", + "locale_instructions_3": "Klik tombol \"$t(download)\" untuk mengunduh file JSON", + "locale_instructions_4": "Fork tautan repo GitHub di bawah ini", + "locale_instructions_5": "Buat cabang baru dan namai dengan bahasa yang Anda terjemahkan", + "locale_instructions_6": "Ganti isi dari \"packages/locales/lib/human/{{lng}}.json\" dengan file yang Anda unduh", + "locale_instructions_7": "Buat permintaan tarik", + "locale_instructions_8": "Tunggu permintaan tarik untuk ditinjau dan digabung", + "enter_translation": "Masukkan Terjemahan", + "individual_filters": "Terfilter Sebagian", + "data_limit_reached": "Anda telah meminta terlalu banyak data baru-baru ini dan sedang dalam masa pendinginan hingga {{until}}", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "Dapatkan {{amount}} hati dengan partner", + "challenge_buddy_treat_plural": "Berikan {{amount}} camilan ke partner", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Star Egg", + "egg_1_plural": "1 Star Eggs", + "egg_2": "2 Star Egg", + "egg_2_plural": "2 Star Eggs", + "egg_3": "3 Star Egg", + "egg_3_plural": "3 Star Eggs", + "egg_4": "4 Star Egg", + "egg_4_plural": "4 Star Eggs", + "egg_5": "Legendary Egg", + "egg_5_plural": "Legendary Eggs", + "egg_6": "Mega Egg", + "egg_6_plural": "Mega Eggs", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "Normal", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "Normal", + "form_34": "Serangan", + "form_35": "Pertahanan", + "form_36": "Kecepatan", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "Normal", + "form_46": "Alola", + "form_47": "Normal", + "form_48": "Alola", + "form_49": "Normal", + "form_50": "Alola", + "form_51": "Normal", + "form_52": "Alola", + "form_53": "Normal", + "form_54": "Alola", + "form_55": "Normal", + "form_56": "Alola", + "form_57": "Normal", + "form_58": "Alola", + "form_59": "Normal", + "form_60": "Alola", + "form_61": "Normal", + "form_62": "Alola", + "form_63": "Normal", + "form_64": "Alola", + "form_65": "Normal", + "form_66": "Alola", + "form_67": "Normal", + "form_68": "Alola", + "form_69": "Normal", + "form_70": "Alola", + "form_71": "Normal", + "form_72": "Alola", + "form_73": "Normal", + "form_74": "Alola", + "form_75": "Normal", + "form_76": "Alola", + "form_77": "Normal", + "form_78": "Alola", + "form_79": "Normal", + "form_80": "Alola", + "form_81": "Normal", + "form_82": "Rotom Beku", + "form_83": "Rotom Kipas", + "form_84": "Rotom Pemotong", + "form_85": "Rotom Cuci", + "form_86": "Rotom Panas", + "form_87": "Jubah Tanaman", + "form_88": "Jubah Pasir", + "form_89": "Jubah Sampah", + "form_90": "Bentuk Alter", + "form_91": "Bentuk Origin", + "form_92": "Bentuk Langit", + "form_93": "Bentuk Daratan", + "form_94": "Bentuk Kuncup", + "form_95": "Sunny", + "form_96": "Laut Barat", + "form_97": "Laut Timur", + "form_98": "Laut Barat", + "form_99": "Laut Timur", + "form_100": "Normal", + "form_101": "Petarung", + "form_102": "Terbang", + "form_103": "Racun", + "form_104": "Tanah", + "form_105": "Bebatuan", + "form_106": "Serangga", + "form_107": "Hantu", + "form_108": "Logam", + "form_109": "Api", + "form_110": "Air", + "form_111": "Daun", + "form_112": "Listrik", + "form_113": "Psychic", + "form_114": "Es", + "form_115": "Naga", + "form_116": "Kegelapan", + "form_117": "Peri", + "form_118": "Jubah Tanaman", + "form_119": "Jubah Pasir", + "form_120": "Jubah Sampah", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "Normal", + "form_136": "Wujud Bergaris Merah", + "form_137": "Wujud Bergaris Biru", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "Bentuk Inkarnasi", + "form_141": "Bentuk Therian", + "form_142": "Bentuk Inkarnasi", + "form_143": "Bentuk Therian", + "form_144": "Bentuk Inkarnasi", + "form_145": "Bentuk Therian", + "form_146": "Normal", + "form_147": "Kyurem Hitam", + "form_148": "Kyurem Putih", + "form_149": "Wujud Biasa", + "form_150": "Wujud Determinasi", + "form_151": "Bentuk Aria", + "form_152": "Bentuk Piruet", + "form_157": "Normal", + "form_160": "Normal", + "form_163": "Normal", + "form_166": "Normal", + "form_169": "Normal", + "form_172": "Normal", + "form_175": "Normal", + "form_178": "Normal", + "form_181": "Normal", + "form_184": "Normal", + "form_187": "Normal", + "form_190": "Normal", + "form_193": "Normal", + "form_196": "Normal", + "form_199": "Normal", + "form_202": "Normal", + "form_205": "Normal", + "form_208": "Normal", + "form_211": "Normal", + "form_214": "Normal", + "form_217": "Normal", + "form_224": "Normal", + "form_229": "Normal", + "form_232": "Normal", + "form_235": "Normal", + "form_238": "Normal", + "form_241": "Normal", + "form_244": "Normal", + "form_247": "Normal", + "form_250": "Normal", + "form_253": "Normal", + "form_256": "Normal", + "form_259": "Normal", + "form_262": "Normal", + "form_265": "Normal", + "form_268": "Normal", + "form_271": "Normal", + "form_274": "Normal", + "form_277": "Normal", + "form_280": "Normal", + "form_283": "Normal", + "form_286": "Normal", + "form_289": "Normal", + "form_292": "Normal", + "form_295": "Normal", + "form_298": "Normal", + "form_301": "Normal", + "form_304": "Normal", + "form_307": "Normal", + "form_310": "Normal", + "form_313": "Normal", + "form_316": "Normal", + "form_319": "Normal", + "form_322": "Normal", + "form_585": "Wujud Musim Semi", + "form_586": "Wujud Musim Panas", + "form_587": "Wujud Musim Gugur", + "form_588": "Wujud Musim Dingin", + "form_589": "Wujud Musim Semi", + "form_590": "Wujud Musim Panas", + "form_591": "Wujud Musim Gugur", + "form_592": "Wujud Musim Dingin", + "form_593": "Normal", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "Normal", + "form_599": "Noevolve", + "form_600": "Normal", + "form_601": "Noevolve", + "form_602": "Normal", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "Normal", + "form_613": "Normal", + "form_616": "Normal", + "form_619": "Normal", + "form_622": "Normal", + "form_625": "Normal", + "form_628": "Normal", + "form_631": "Normal", + "form_634": "Normal", + "form_637": "Normal", + "form_640": "Normal", + "form_643": "Normal", + "form_646": "Normal", + "form_649": "Normal", + "form_652": "Normal", + "form_655": "Normal", + "form_658": "Normal", + "form_661": "Normal", + "form_664": "Normal", + "form_667": "Normal", + "form_670": "Normal", + "form_677": "Normal", + "form_680": "Normal", + "form_683": "Normal", + "form_688": "Normal", + "form_691": "Normal", + "form_694": "Normal", + "form_697": "Normal", + "form_700": "Normal", + "form_703": "Normal", + "form_706": "Normal", + "form_713": "Normal", + "form_716": "Normal", + "form_719": "Normal", + "form_722": "Normal", + "form_729": "Normal", + "form_734": "Normal", + "form_737": "Normal", + "form_740": "Normal", + "form_743": "Normal", + "form_746": "Normal", + "form_749": "Normal", + "form_752": "Normal", + "form_755": "Normal", + "form_758": "Normal", + "form_761": "Normal", + "form_764": "Normal", + "form_767": "Normal", + "form_770": "Normal", + "form_773": "Normal", + "form_776": "Normal", + "form_779": "Normal", + "form_782": "Normal", + "form_785": "Normal", + "form_788": "Normal", + "form_791": "Normal", + "form_794": "Normal", + "form_797": "Normal", + "form_800": "Normal", + "form_803": "Normal", + "form_806": "Normal", + "form_809": "Normal", + "form_812": "Normal", + "form_815": "Normal", + "form_818": "Normal", + "form_821": "Normal", + "form_824": "Normal", + "form_827": "Normal", + "form_830": "Normal", + "form_833": "Normal", + "form_836": "Normal", + "form_839": "Normal", + "form_846": "Normal", + "form_849": "Normal", + "form_852": "Normal", + "form_855": "Normal", + "form_858": "Normal", + "form_861": "Normal", + "form_864": "Normal", + "form_867": "Normal", + "form_870": "Normal", + "form_873": "Normal", + "form_876": "Normal", + "form_879": "Normal", + "form_888": "Normal", + "form_891": "Normal", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "Normal", + "form_901": "Vs 2019", + "form_902": "Normal", + "form_905": "Normal", + "form_908": "Normal", + "form_911": "Normal", + "form_914": "Normal", + "form_917": "Normal", + "form_920": "Normal", + "form_923": "Normal", + "form_926": "Normal", + "form_929": "Normal", + "form_932": "Normal", + "form_935": "Normal", + "form_938": "Normal", + "form_941": "Normal", + "form_944": "Galarian", + "form_945": "Normal", + "form_946": "Galarian", + "form_947": "Normal", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "Normal", + "form_956": "Normal", + "form_959": "Normal", + "form_962": "Normal", + "form_965": "Normal", + "form_968": "Normal", + "form_971": "Normal", + "form_974": "Normal", + "form_981": "Normal", + "form_984": "Normal", + "form_987": "Normal", + "form_990": "Normal", + "form_993": "Normal", + "form_996": "Normal", + "form_999": "Normal", + "form_1002": "Normal", + "form_1005": "Normal", + "form_1008": "Normal", + "form_1011": "Normal", + "form_1014": "Normal", + "form_1017": "Normal", + "form_1020": "Normal", + "form_1023": "Normal", + "form_1026": "Normal", + "form_1029": "Normal", + "form_1032": "Normal", + "form_1035": "Normal", + "form_1038": "Normal", + "form_1041": "Normal", + "form_1044": "Normal", + "form_1047": "Normal", + "form_1050": "Normal", + "form_1053": "Normal", + "form_1056": "Normal", + "form_1059": "Normal", + "form_1062": "Normal", + "form_1065": "Normal", + "form_1068": "Normal", + "form_1071": "Normal", + "form_1074": "Normal", + "form_1077": "Normal", + "form_1080": "Normal", + "form_1083": "Normal", + "form_1086": "Normal", + "form_1089": "Normal", + "form_1092": "Normal", + "form_1095": "Normal", + "form_1098": "Normal", + "form_1101": "Normal", + "form_1104": "Normal", + "form_1107": "Normal", + "form_1110": "Normal", + "form_1115": "Normal", + "form_1118": "Normal", + "form_1121": "Normal", + "form_1124": "Normal", + "form_1127": "Normal", + "form_1130": "Normal", + "form_1133": "Normal", + "form_1136": "Normal", + "form_1139": "Normal", + "form_1142": "Normal", + "form_1145": "Normal", + "form_1148": "Normal", + "form_1151": "Normal", + "form_1154": "Normal", + "form_1157": "Normal", + "form_1160": "Normal", + "form_1163": "Normal", + "form_1166": "Normal", + "form_1169": "Normal", + "form_1172": "Normal", + "form_1175": "Normal", + "form_1178": "Normal", + "form_1181": "Normal", + "form_1184": "Normal", + "form_1187": "Normal", + "form_1190": "Normal", + "form_1193": "Normal", + "form_1196": "Normal", + "form_1199": "Normal", + "form_1202": "Normal", + "form_1205": "Normal", + "form_1208": "Normal", + "form_1211": "Normal", + "form_1214": "Normal", + "form_1217": "Normal", + "form_1220": "Normal", + "form_1223": "Normal", + "form_1226": "Normal", + "form_1229": "Normal", + "form_1232": "Normal", + "form_1235": "Normal", + "form_1238": "Normal", + "form_1241": "Normal", + "form_1244": "Normal", + "form_1247": "Normal", + "form_1250": "Normal", + "form_1253": "Normal", + "form_1256": "Normal", + "form_1259": "Normal", + "form_1262": "Normal", + "form_1265": "Normal", + "form_1268": "Normal", + "form_1271": "Normal", + "form_1274": "Normal", + "form_1277": "Normal", + "form_1280": "Normal", + "form_1283": "Normal", + "form_1286": "Normal", + "form_1289": "Normal", + "form_1292": "Normal", + "form_1295": "Normal", + "form_1298": "Normal", + "form_1301": "Normal", + "form_1304": "Normal", + "form_1307": "Normal", + "form_1310": "Normal", + "form_1313": "Normal", + "form_1316": "Normal", + "form_1319": "Normal", + "form_1322": "Normal", + "form_1325": "Normal", + "form_1328": "Normal", + "form_1331": "Normal", + "form_1334": "Normal", + "form_1337": "Normal", + "form_1340": "Normal", + "form_1343": "Normal", + "form_1346": "Normal", + "form_1349": "Normal", + "form_1352": "Normal", + "form_1355": "Normal", + "form_1358": "Normal", + "form_1361": "Normal", + "form_1364": "Normal", + "form_1367": "Normal", + "form_1370": "Normal", + "form_1379": "Normal", + "form_1382": "Normal", + "form_1385": "Normal", + "form_1388": "Normal", + "form_1391": "Normal", + "form_1394": "Normal", + "form_1397": "Normal", + "form_1400": "Normal", + "form_1403": "Normal", + "form_1406": "Normal", + "form_1409": "Normal", + "form_1412": "Normal", + "form_1415": "Normal", + "form_1418": "Normal", + "form_1421": "Normal", + "form_1424": "Normal", + "form_1427": "Normal", + "form_1430": "Normal", + "form_1433": "Normal", + "form_1436": "Normal", + "form_1439": "Normal", + "form_1442": "Normal", + "form_1445": "Normal", + "form_1448": "Normal", + "form_1451": "Normal", + "form_1454": "Normal", + "form_1457": "Normal", + "form_1460": "Normal", + "form_1463": "Normal", + "form_1466": "Normal", + "form_1469": "Normal", + "form_1472": "Normal", + "form_1475": "Normal", + "form_1478": "Normal", + "form_1481": "Normal", + "form_1484": "Normal", + "form_1487": "Normal", + "form_1490": "Normal", + "form_1493": "Normal", + "form_1496": "Normal", + "form_1499": "Normal", + "form_1502": "Normal", + "form_1505": "Normal", + "form_1508": "Normal", + "form_1511": "Normal", + "form_1514": "Normal", + "form_1517": "Normal", + "form_1520": "Normal", + "form_1523": "Normal", + "form_1526": "Normal", + "form_1529": "Normal", + "form_1532": "Normal", + "form_1535": "Normal", + "form_1538": "Normal", + "form_1541": "Normal", + "form_1544": "Normal", + "form_1547": "Normal", + "form_1550": "Normal", + "form_1553": "Normal", + "form_1556": "Normal", + "form_1559": "Normal", + "form_1562": "Normal", + "form_1565": "Normal", + "form_1568": "Normal", + "form_1571": "Normal", + "form_1574": "Normal", + "form_1577": "Normal", + "form_1580": "Normal", + "form_1583": "Normal", + "form_1586": "Normal", + "form_1589": "Normal", + "form_1592": "Normal", + "form_1595": "Normal", + "form_1598": "Normal", + "form_1601": "Normal", + "form_1604": "Normal", + "form_1607": "Normal", + "form_1610": "Normal", + "form_1613": "Normal", + "form_1616": "Normal", + "form_1619": "Normal", + "form_1622": "Normal", + "form_1625": "Normal", + "form_1628": "Normal", + "form_1631": "Normal", + "form_1634": "Normal", + "form_1637": "Normal", + "form_1640": "Normal", + "form_1643": "Normal", + "form_1646": "Normal", + "form_1649": "Normal", + "form_1652": "Normal", + "form_1655": "Normal", + "form_1658": "Normal", + "form_1661": "Normal", + "form_1664": "Normal", + "form_1667": "Normal", + "form_1670": "Normal", + "form_1673": "Normal", + "form_1676": "Normal", + "form_1679": "Normal", + "form_1682": "Normal", + "form_1685": "Normal", + "form_1688": "Normal", + "form_1691": "Normal", + "form_1694": "Normal", + "form_1697": "Normal", + "form_1700": "Normal", + "form_1703": "Normal", + "form_1706": "Normal", + "form_1709": "Normal", + "form_1712": "Normal", + "form_1715": "Normal", + "form_1718": "Normal", + "form_1721": "Normal", + "form_1724": "Normal", + "form_1727": "Normal", + "form_1730": "Normal", + "form_1733": "Normal", + "form_1736": "Normal", + "form_1739": "Normal", + "form_1742": "Normal", + "form_1745": "Normal", + "form_1748": "Normal", + "form_1751": "Normal", + "form_1754": "Normal", + "form_1757": "Normal", + "form_1760": "Normal", + "form_1763": "Normal", + "form_1766": "Normal", + "form_1769": "Normal", + "form_1772": "Normal", + "form_1775": "Normal", + "form_1778": "Normal", + "form_1781": "Normal", + "form_1784": "Normal", + "form_1787": "Normal", + "form_1790": "Normal", + "form_1793": "Normal", + "form_1796": "Normal", + "form_1799": "Normal", + "form_1802": "Normal", + "form_1805": "Normal", + "form_1808": "Normal", + "form_1811": "Normal", + "form_1814": "Normal", + "form_1817": "Normal", + "form_1820": "Normal", + "form_1823": "Normal", + "form_1826": "Normal", + "form_1829": "Normal", + "form_1832": "Normal", + "form_1835": "Normal", + "form_1838": "Normal", + "form_1841": "Normal", + "form_1844": "Normal", + "form_1847": "Normal", + "form_1850": "Normal", + "form_1853": "Normal", + "form_1856": "Normal", + "form_1859": "Normal", + "form_1862": "Normal", + "form_1865": "Normal", + "form_1868": "Normal", + "form_1871": "Normal", + "form_1874": "Normal", + "form_1877": "Normal", + "form_1880": "Normal", + "form_1883": "Normal", + "form_1886": "Normal", + "form_1889": "Normal", + "form_1892": "Normal", + "form_1895": "Normal", + "form_1898": "Normal", + "form_1901": "Normal", + "form_1904": "Normal", + "form_1907": "Normal", + "form_1910": "Normal", + "form_1913": "Normal", + "form_1916": "Normal", + "form_1919": "Normal", + "form_1922": "Normal", + "form_1925": "Normal", + "form_1928": "Normal", + "form_1931": "Normal", + "form_1934": "Normal", + "form_1937": "Normal", + "form_1940": "Normal", + "form_1943": "Normal", + "form_1946": "Normal", + "form_1949": "Normal", + "form_1952": "Normal", + "form_1955": "Normal", + "form_1958": "Normal", + "form_1961": "Normal", + "form_1964": "Normal", + "form_1967": "Normal", + "form_1970": "Normal", + "form_1973": "Normal", + "form_1976": "Normal", + "form_1979": "Normal", + "form_1982": "Normal", + "form_1985": "Normal", + "form_1988": "Normal", + "form_1991": "Normal", + "form_1994": "Normal", + "form_1997": "Normal", + "form_2000": "Normal", + "form_2003": "Normal", + "form_2006": "Normal", + "form_2009": "Normal", + "form_2012": "Normal", + "form_2015": "Normal", + "form_2018": "Normal", + "form_2021": "Normal", + "form_2024": "Normal", + "form_2027": "Normal", + "form_2030": "Normal", + "form_2033": "Normal", + "form_2036": "Normal", + "form_2039": "Normal", + "form_2042": "Normal", + "form_2045": "Normal", + "form_2048": "Normal", + "form_2051": "Normal", + "form_2054": "Normal", + "form_2057": "Normal", + "form_2060": "Normal", + "form_2063": "Normal", + "form_2066": "Normal", + "form_2069": "Normal", + "form_2072": "Normal", + "form_2075": "Normal", + "form_2078": "Normal", + "form_2081": "Normal", + "form_2084": "Normal", + "form_2087": "Normal", + "form_2090": "Normal", + "form_2093": "Normal", + "form_2096": "Normal", + "form_2099": "Normal", + "form_2102": "Normal", + "form_2105": "Normal", + "form_2108": "Normal", + "form_2111": "Normal", + "form_2114": "Normal", + "form_2117": "Normal", + "form_2120": "Normal", + "form_2123": "Normal", + "form_2126": "Normal", + "form_2129": "Normal", + "form_2132": "Normal", + "form_2135": "Normal", + "form_2138": "Normal", + "form_2141": "Normal", + "form_2144": "Normal", + "form_2147": "Normal", + "form_2150": "Normal", + "form_2153": "Normal", + "form_2156": "Normal", + "form_2159": "Normal", + "form_2162": "Normal", + "form_2165": "Normal", + "form_2168": "Normal", + "form_2171": "Normal", + "form_2174": "Normal", + "form_2177": "Normal", + "form_2180": "Normal", + "form_2183": "Normal", + "form_2186": "Normal", + "form_2189": "Normal", + "form_2192": "Normal", + "form_2195": "Normal", + "form_2198": "Normal", + "form_2201": "Normal", + "form_2204": "Normal", + "form_2207": "Normal", + "form_2210": "Normal", + "form_2213": "Normal", + "form_2216": "Normal", + "form_2219": "Normal", + "form_2222": "Normal", + "form_2225": "Normal", + "form_2228": "Normal", + "form_2231": "Normal", + "form_2234": "Normal", + "form_2237": "Normal", + "form_2240": "Normal", + "form_2243": "Normal", + "form_2246": "Normal", + "form_2249": "Normal", + "form_2252": "Normal", + "form_2255": "Normal", + "form_2258": "Normal", + "form_2261": "Normal", + "form_2264": "Normal", + "form_2267": "Normal", + "form_2270": "Normal", + "form_2273": "Normal", + "form_2276": "Normal", + "form_2279": "Normal", + "form_2282": "Normal", + "form_2285": "Normal", + "form_2288": "Normal", + "form_2291": "Normal", + "form_2294": "Normal", + "form_2297": "Normal", + "form_2300": "Normal", + "form_2303": "Normal", + "form_2306": "Normal", + "form_2309": "Normal", + "form_2312": "Normal", + "form_2315": "Normal", + "form_2318": "Normal", + "form_2321": "Normal", + "form_2324": "Normal", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "Wujud Betina", + "form_2331": "Wujud Betina", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "Wujud Tanpa Semangat", + "form_2464": "Wujud Semangat Tinggi", + "form_2477": "Bentuk Imitasi", + "form_2478": "Bentuk Antik Asli", + "form_2480": "Bentuk Imitasi", + "form_2481": "Bentuk Antik Asli", + "form_2501": "Normal", + "form_2504": "Normal", + "form_2507": "Normal", + "form_2510": "Normal", + "form_2513": "Normal", + "form_2516": "Normal", + "form_2540": "Ice Face", + "form_2541": "No Ice Face", + "form_2542": "Wujud Jantan", + "form_2543": "Wujud Betina", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "Raja Pedang", + "form_2577": "Pahlawan di Banyak Pertarungan", + "form_2578": "Raja Perisai", + "form_2579": "Pahlawan di Banyak Pertarungan", + "form_2580": "Eternamax", + "form_2581": "Normal", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "Normal", + "form_2588": "Wujud Betina", + "form_2589": "Normal", + "form_2590": "Wujud Betina", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "Wujud Matahari", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "Gaya Baile", + "form_2680": "Gaya Pom-Pom", + "form_2681": "Gaya Pa'u", + "form_2683": "Gaya Sensu", + "form_2684": "Wujud Tengah Hari", + "form_2685": "Wujud Tengah Malam", + "form_2686": "Wujud Senja", + "form_2687": "Wujud Sendirian", + "form_2688": "Wujud Menggerombol", + "form_2689": "Normal", + "form_2690": "Serangga", + "form_2691": "Kegelapan", + "form_2692": "Naga", + "form_2693": "Listrik", + "form_2694": "Peri", + "form_2695": "Petarung", + "form_2696": "Api", + "form_2697": "Terbang", + "form_2698": "Hantu", + "form_2699": "Daun", + "form_2700": "Tanah", + "form_2701": "Es", + "form_2702": "Racun", + "form_2703": "Psychic", + "form_2704": "Bebatuan", + "form_2705": "Logam", + "form_2706": "Air", + "form_2707": "Meteor Blue", + "form_2708": "Bulu Biru", + "form_2709": "Bulu Hijau", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "Bulu Kuning", + "form_2715": "Wujud Ketahuan", + "form_2716": "Wujud Samaran", + "form_2717": "Normal", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "Normal", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "Normal", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "Wujud Senja", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "Wujud Matahari", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "Wujud Matahari", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "Bentuk Inkarnasi", + "form_2803": "Bentuk Therian", + "form_2804": "Wujud Bergaris Putih", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "Normal", + "form_2808": "Wujud Betina", + "form_2809": "Normal", + "form_2810": "Normal", + "form_2811": "Normal", + "form_2812": "Normal", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "Normal", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "Bentuk Origin", + "form_2830": "Bentuk Origin", + "form_2831": "Normal", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "Normal", + "form_2982": "Wujud Betina", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Bulu Hijau", + "form_2986": "Bulu Biru", + "form_2987": "Bulu Kuning", + "form_2988": "White", + "form_2989": "Bentuk Naif", + "form_2990": "Pahlawan di Banyak Pertarungan", + "form_2991": "Wujud Bengkok", + "form_2992": "Wujud Merunduk", + "form_2993": "Wujud Merenggang", + "form_2994": "Bentuk Dua Segmen", + "form_2995": "Bentuk Tiga Segmen", + "form_2996": "Postur Sempurna", + "form_2997": "Mode Optimum", + "form_2998": "Normal", + "form_3000": "Normal", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "Jantan", + "gender_2": "Betina", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "Alola", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "Blanche", + "grunt_2": "Candela", + "grunt_3": "Spark", + "grunt_4": "Bawahan (Jantan)", + "grunt_5": "Bawahan (Betina)", + "grunt_6": "Serangga - Bawahan (Betina)", + "grunt_7": "Serangga - Bawahan (Jantan)", + "grunt_8": "Bawahan (Betina)", + "grunt_9": "Bawahan (Jantan)", + "grunt_10": "Kegelapan - Bawahan (Betina)", + "grunt_11": "Kegelapan - Bawahan (Jantan)", + "grunt_12": "Naga - Bawahan (Betina)", + "grunt_13": "Naga - Bawahan (Jantan)", + "grunt_14": "Peri - Bawahan (Betina)", + "grunt_15": "Peri - Bawahan (Jantan)", + "grunt_16": "Petarung - Bawahan (Betina)", + "grunt_17": "Petarung - Bawahan (Jantan)", + "grunt_18": "Api - Bawahan (Betina)", + "grunt_19": "Api - Bawahan (Jantan)", + "grunt_20": "Terbang - Bawahan (Betina)", + "grunt_21": "Terbang - Bawahan (Jantan)", + "grunt_22": "Daun - Bawahan (Betina)", + "grunt_23": "Daun - Bawahan (Jantan)", + "grunt_24": "Tanah - Bawahan (Betina)", + "grunt_25": "Tanah - Bawahan (Jantan)", + "grunt_26": "Es - Bawahan (Betina)", + "grunt_27": "Es - Bawahan (Jantan)", + "grunt_28": "Logam - Bawahan (Betina)", + "grunt_29": "Logam - Bawahan (Jantan)", + "grunt_30": "Normal - Bawahan (Betina)", + "grunt_31": "Normal - Bawahan (Jantan)", + "grunt_32": "Racun - Bawahan (Betina)", + "grunt_33": "Racun - Bawahan (Jantan)", + "grunt_34": "Psychic - Bawahan (Betina)", + "grunt_35": "Psychic - Bawahan (Jantan)", + "grunt_36": "Bebatuan - Bawahan (Betina)", + "grunt_37": "Bebatuan - Bawahan (Jantan)", + "grunt_38": "Air - Bawahan (Betina)", + "grunt_39": "Air - Bawahan (Jantan)", + "grunt_40": "Player Team Leader", + "grunt_41": "Pemimpin Cliff", + "grunt_42": "Pemimpin Arlo", + "grunt_43": "Pemimpin Sierra", + "grunt_44": "Giovanni", + "grunt_45": "Umpan Bawahan (Jantan)", + "grunt_46": "Umpan Bawahan (Betina)", + "grunt_47": "Hantu - Bawahan (Betina)", + "grunt_48": "Hantu - Bawahan (Jantan)", + "grunt_49": "Listrik - Bawahan (Betina)", + "grunt_50": "Listrik - Bawahan (Jantan)", + "grunt_51": "Bawahan (Betina)", + "grunt_52": "Bawahan (Jantan)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "Serangga - Bawahan (Betina)", + "grunt_56": "Serangga - Bawahan (Jantan)", + "grunt_57": "Kegelapan - Bawahan (Betina)", + "grunt_58": "Kegelapan - Bawahan (Jantan)", + "grunt_59": "Naga - Bawahan (Betina)", + "grunt_60": "Naga - Bawahan (Jantan)", + "grunt_61": "Peri - Bawahan (Betina)", + "grunt_62": "Peri - Bawahan (Jantan)", + "grunt_63": "Petarung - Bawahan (Betina)", + "grunt_64": "Petarung - Bawahan (Jantan)", + "grunt_65": "Api - Bawahan (Betina)", + "grunt_66": "Api - Bawahan (Jantan)", + "grunt_67": "Terbang - Bawahan (Betina)", + "grunt_68": "Terbang - Bawahan (Jantan)", + "grunt_69": "Daun - Bawahan (Betina)", + "grunt_70": "Daun - Bawahan (Jantan)", + "grunt_71": "Tanah - Bawahan (Betina)", + "grunt_72": "Tanah - Bawahan (Jantan)", + "grunt_73": "Es - Bawahan (Betina)", + "grunt_74": "Es - Bawahan (Jantan)", + "grunt_75": "Bawahan (Betina)", + "grunt_76": "Bawahan (Jantan)", + "grunt_77": "Normal - Bawahan (Betina)", + "grunt_78": "Normal - Bawahan (Jantan)", + "grunt_79": "Racun - Bawahan (Betina)", + "grunt_80": "Racun - Bawahan (Jantan)", + "grunt_81": "Psychic - Bawahan (Betina)", + "grunt_82": "Psychic - Bawahan (Jantan)", + "grunt_83": "Bebatuan - Bawahan (Betina)", + "grunt_84": "Bebatuan - Bawahan (Jantan)", + "grunt_85": "Air - Bawahan (Betina)", + "grunt_86": "Air - Bawahan (Jantan)", + "grunt_87": "Hantu - Bawahan (Betina)", + "grunt_88": "Hantu - Bawahan (Jantan)", + "grunt_89": "Listrik - Bawahan (Betina)", + "grunt_90": "Listrik - Bawahan (Jantan)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Pelatih yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Pelatih yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "Tidak ada", + "grunt_a_1": "Blanche", + "grunt_a_2": "Candela", + "grunt_a_3": "Spark", + "grunt_a_4": "Bawahan ♂", + "grunt_a_5": "Bawahan ♀", + "grunt_a_6": "Serangga ♀", + "grunt_a_7": "Serangga ♂", + "grunt_a_8": "Bawahan ♀", + "grunt_a_9": "Bawahan ♂", + "grunt_a_10": "Kegelapan ♀", + "grunt_a_11": "Kegelapan ♂", + "grunt_a_12": "Naga ♀", + "grunt_a_13": "Naga ♂", + "grunt_a_14": "Peri ♀", + "grunt_a_15": "Peri ♂", + "grunt_a_16": "Petarung ♀", + "grunt_a_17": "Petarung ♂", + "grunt_a_18": "Api ♀", + "grunt_a_19": "Api ♂", + "grunt_a_20": "Terbang ♀", + "grunt_a_21": "Terbang ♂", + "grunt_a_22": "Daun ♀", + "grunt_a_23": "Daun ♂", + "grunt_a_24": "Tanah ♀", + "grunt_a_25": "Tanah ♂", + "grunt_a_26": "Es ♀", + "grunt_a_27": "Es ♂", + "grunt_a_28": "Logam ♀", + "grunt_a_29": "Logam ♂", + "grunt_a_30": "Normal ♀", + "grunt_a_31": "Normal ♂", + "grunt_a_32": "Racun ♀", + "grunt_a_33": "Racun ♂", + "grunt_a_34": "Psychic ♀", + "grunt_a_35": "Psychic ♂", + "grunt_a_36": "Bebatuan ♀", + "grunt_a_37": "Bebatuan ♂", + "grunt_a_38": "Air ♀", + "grunt_a_39": "Air ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "Pemimpin Cliff", + "grunt_a_42": "Pemimpin Arlo", + "grunt_a_43": "Pemimpin Sierra", + "grunt_a_44": "Giovanni", + "grunt_a_45": "Umpan Bawahan ♂", + "grunt_a_46": "Umpan Bawahan ♀", + "grunt_a_47": "Hantu ♀", + "grunt_a_48": "Hantu ♂", + "grunt_a_49": "Listrik ♀", + "grunt_a_50": "Listrik ♂", + "grunt_a_51": "Bawahan ♀", + "grunt_a_52": "Bawahan ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "Serangga ♀", + "grunt_a_56": "Serangga ♂", + "grunt_a_57": "Kegelapan ♀", + "grunt_a_58": "Kegelapan ♂", + "grunt_a_59": "Naga ♀", + "grunt_a_60": "Naga ♂", + "grunt_a_61": "Peri ♀", + "grunt_a_62": "Peri ♂", + "grunt_a_63": "Petarung ♀", + "grunt_a_64": "Petarung ♂", + "grunt_a_65": "Api ♀", + "grunt_a_66": "Api ♂", + "grunt_a_67": "Terbang ♀", + "grunt_a_68": "Terbang ♂", + "grunt_a_69": "Daun ♀", + "grunt_a_70": "Daun ♂", + "grunt_a_71": "Tanah ♀", + "grunt_a_72": "Tanah ♂", + "grunt_a_73": "Es ♀", + "grunt_a_74": "Es ♂", + "grunt_a_75": "Bawahan ♀", + "grunt_a_76": "Bawahan ♂", + "grunt_a_77": "Normal ♀", + "grunt_a_78": "Normal ♂", + "grunt_a_79": "Racun ♀", + "grunt_a_80": "Racun ♂", + "grunt_a_81": "Psychic ♀", + "grunt_a_82": "Psychic ♂", + "grunt_a_83": "Bebatuan ♀", + "grunt_a_84": "Bebatuan ♂", + "grunt_a_85": "Air ♀", + "grunt_a_86": "Air ♂", + "grunt_a_87": "Hantu ♀", + "grunt_a_88": "Hantu ♂", + "grunt_a_89": "Listrik ♀", + "grunt_a_90": "Listrik ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Pelatih yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Pelatih yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "Tidak diketahui", + "item_1": "Bola Pokémon", + "item_2": "Bola Great", + "item_3": "Bola Ultra", + "item_4": "Bola Master", + "item_5": "Bola Premier", + "item_6": "Bola Beast", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "Obat Luka", + "item_102": "Obat Luka Super", + "item_103": "Obat Luka Hiper", + "item_104": "Obat Luka Maksimum", + "item_201": "Serpihan Pembangkit", + "item_202": "Bongkahan Pembangkit", + "item_301": "Telur Kebahagiaan", + "item_401": "Pewangi", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "Kotak Misterius", + "item_406": "Pewangi Harian", + "item_407": "Kotak Koin", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "Modul Umpan", + "item_502": "Modul Umpan Glasial", + "item_503": "Modul Umpan Lumut", + "item_504": "Modul Umpan Magnet", + "item_505": "Modul Umpan Hujan", + "item_506": "Modul Umpan Keemasan", + "item_602": "X Attack", + "item_603": "X Defense", + "item_604": "TAK TERDEFINISI", + "item_650": "Sel Zygarde", + "item_651": "Zygarde Cube", + "item_701": "Beri Razz", + "item_702": "Beri Bluk", + "item_703": "Beri Nanab", + "item_704": "Beri Wepear", + "item_705": "Beri Pinap", + "item_706": "Beri Razz Emas", + "item_707": "Golden Nanab Berry", + "item_708": "Beri Pinap Perak", + "item_709": "Poffin", + "item_801": "Kamera", + "item_802": "Stiker", + "item_803": "Buku Kartu Pos", + "item_901": "Mesin Penetas ∞", + "item_902": "Mesin Penetas Telur", + "item_903": "Mesin Penetas Super", + "item_1001": "Penyimpanan Pokémon", + "item_1002": "Tas Item", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "Batu Mentari", + "item_1102": "Simbol Penguasa", + "item_1103": "Metal Coat", + "item_1104": "Sisik Naga", + "item_1105": "Up-Grade", + "item_1106": "Batu Sinnoh", + "item_1107": "Batu Unova", + "item_1150": "Koin Gimmighoul", + "item_1201": "MJ Cepat", + "item_1202": "MJ Super", + "item_1203": "MJ Cepat Elite", + "item_1204": "MJ Super Elite", + "item_1250": "Meteorit", + "item_1301": "Permen Langka", + "item_1302": "Permen Langka XL", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "Tiket Raid", + "item_1402": "Tiket Pertarungan Premium", + "item_1404": "Serpihan Bintang", + "item_1405": "Hadiah", + "item_1406": "Tim Medallion", + "item_1408": "Tiket Raid Jarak Jauh", + "item_1409": "S Raid Ticket", + "item_1501": "Komponen Misterius", + "item_1502": "Radar Roket", + "item_1503": "Radar Roket Super", + "item_1504": "Serpihan Bayangan", + "item_1505": "Permata Purifikasi", + "item_1506": "Partikel Max", + "item_1507": "Paket Partikel Max", + "item_1600": "Tiket", + "item_1601": "Tiket", + "item_1602": "Tiket", + "item_1603": "Tiket", + "item_1604": "Tiket Ekstra", + "item_1605": "Tiket Ekstra", + "item_1606": "Tiket Penelitian Berwaktu GO Battle League", + "item_1607": "Tiket", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Tiket Safari: Seoul", + "item_1611": "Tiket Safari: Barcelona", + "item_1612": "Tiket Safari: Kota Meksiko", + "item_1613": "Tiket Safari: Tainan", + "item_1614": "Ticket City Safari 04", + "item_1615": "Tiket", + "item_1616": "Tiket", + "item_1617": "Tiket", + "item_1618": "Tiket", + "item_1619": "Tiket", + "item_1620": "Tiket", + "item_1621": "Tiket", + "item_1622": "Tiket", + "item_1623": "Tiket", + "item_1624": "Tiket", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "Normal", + "lure_502": "Glasial", + "lure_503": "Lumut", + "lure_504": "Magnet", + "lure_505": "Hujan", + "lure_506": "Keemasan", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "Tidak diketahui", + "move_1": "Sengatan Listrik", + "move_2": "Serangan Cepat", + "move_3": "Mencakar", + "move_4": "Bara Api", + "move_5": "Cambuk Jalar", + "move_6": "Serudukan", + "move_7": "Daun Pemotong", + "move_8": "Menerjang", + "move_9": "Pistol Air", + "move_10": "Menggigit", + "move_11": "Tumbuk", + "move_12": "Tamparan Ganda", + "move_13": "Membelit", + "move_14": "Sinar Hiper", + "move_15": "Menjilat", + "move_16": "Aura Kegelapan", + "move_17": "Smog", + "move_18": "Serangan Limbah", + "move_19": "Metal Claw", + "move_20": "Capitan Keras", + "move_21": "Roda Api", + "move_22": "Megahorn", + "move_23": "Hantaman Sayap", + "move_24": "Semburan Api", + "move_25": "Pukulan Mendadak", + "move_26": "Menggali", + "move_27": "Tendangan Rendah", + "move_28": "Tebasan Silang", + "move_29": "Psikokinesis Pemotong", + "move_30": "Sinar Psikedelik", + "move_31": "Gempa", + "move_32": "Stone Edge", + "move_33": "Pukulan Pembeku", + "move_34": "Heart Stamp", + "move_35": "Pelepasan Listrik", + "move_36": "Luster Cannon", + "move_37": "Mematuk", + "move_38": "Patukan Bor", + "move_39": "Sinar Pembeku", + "move_40": "Badai Salju", + "move_41": "Sayatan Udara", + "move_42": "Angin Panas", + "move_43": "Double Needle", + "move_44": "Tusukan Beracun", + "move_45": "Jungkiran Walet", + "move_46": "Drill Liner", + "move_47": "Badai Bunga", + "move_48": "Mega Drain", + "move_49": "Dengungan Serangga", + "move_50": "Taring Toksik", + "move_51": "Main Tebas", + "move_52": "Menyayat", + "move_53": "Sinar Gelembung", + "move_54": "Putaran Menyiksa", + "move_55": "Tebasan Karate", + "move_56": "Low Kick", + "move_57": "Aqua Jet", + "move_58": "Aqua Tail", + "move_59": "Bom Benih", + "move_60": "Psyshock", + "move_61": "Lemparan Batu", + "move_62": "Kekuatan Primitif", + "move_63": "Segel Batu", + "move_64": "Longsoran Batu", + "move_65": "Power Gem", + "move_66": "Bayangan Menyelinap", + "move_67": "Pukulan Bayangan", + "move_68": "Shadow Claw", + "move_69": "Angin Mencurigakan", + "move_70": "Shadow Ball", + "move_71": "Pukulan Peluru", + "move_72": "Magnet Bomb", + "move_73": "Sayap Baja", + "move_74": "Iron Head", + "move_75": "Parabolic Charge", + "move_76": "Spark", + "move_77": "Pukulan Guntur", + "move_78": "Guntur", + "move_79": "Ledakan Listrik", + "move_80": "Angin Puyuh", + "move_81": "Napas Naga", + "move_82": "Aura Naga", + "move_83": "Dragon Claw", + "move_84": "Charm Voice", + "move_85": "Ciuman Penyerap", + "move_86": "Magical Shine", + "move_87": "Moon Force", + "move_88": "Main Kasar", + "move_89": "Cross Poison", + "move_90": "Bom Limbah", + "move_91": "Gelombang Limbah", + "move_92": "Tembakan Debu", + "move_93": "Mud Shot", + "move_94": "Gada Tulang", + "move_95": "Meratakan", + "move_96": "Bom Lumpur", + "move_97": "Sabetan Beruntun", + "move_98": "Gigitan Serangga", + "move_99": "Signal Beam", + "move_100": "Gunting-X", + "move_101": "Muatan Api", + "move_102": "Letusan Api", + "move_103": "Ledakan Api Besar", + "move_104": "Air Garam", + "move_105": "Aura Air", + "move_106": "Air Panas", + "move_107": "Pompa Air", + "move_108": "Psikis", + "move_109": "Psycho Break", + "move_110": "Beling Es", + "move_111": "Angin Dingin", + "move_112": "Napas Es", + "move_113": "Menyerap", + "move_114": "Giga Drain", + "move_115": "Pukulan Api", + "move_116": "Solar Beam", + "move_117": "Leaf Blade", + "move_118": "Power Whip", + "move_119": "Melompat", + "move_120": "Cairan Pelarut", + "move_121": "Udara Pemotong", + "move_122": "Badai Angin", + "move_123": "Memecahkan Bata", + "move_124": "Potongan Iai", + "move_125": "Speed Star", + "move_126": "Tusukan Tanduk", + "move_127": "Entakan Kaki", + "move_128": "Tandukan Kepala", + "move_129": "Gigi Mematikan", + "move_130": "Membanting", + "move_131": "Menindih", + "move_132": "Tidur", + "move_133": "Meronta", + "move_134": "Air Panas", + "move_135": "Pompa Air", + "move_136": "Membelit", + "move_137": "Membelit", + "move_200": "Sabetan Beruntun", + "move_201": "Gigitan Serangga", + "move_202": "Menggigit", + "move_203": "Pukulan Mendadak", + "move_204": "Napas Naga", + "move_205": "Sengatan Listrik", + "move_206": "Spark", + "move_207": "Tendangan Rendah", + "move_208": "Tebasan Karate", + "move_209": "Bara Api", + "move_210": "Hantaman Sayap", + "move_211": "Mematuk", + "move_212": "Menjilat", + "move_213": "Shadow Claw", + "move_214": "Cambuk Jalar", + "move_215": "Daun Pemotong", + "move_216": "Mud Shot", + "move_217": "Beling Es", + "move_218": "Napas Es", + "move_219": "Serangan Cepat", + "move_220": "Mencakar", + "move_221": "Serudukan", + "move_222": "Tumbuk", + "move_223": "Potongan Iai", + "move_224": "Tusukan Beracun", + "move_225": "Cairan Pelarut", + "move_226": "Psikokinesis Pemotong", + "move_227": "Lemparan Batu", + "move_228": "Metal Claw", + "move_229": "Pukulan Peluru", + "move_230": "Pistol Air", + "move_231": "Melompat", + "move_232": "Pistol Air", + "move_233": "Semprotan Lumpur", + "move_234": "Sundulan Spiritual", + "move_235": "Psikokinesis", + "move_236": "Jarum Beracun", + "move_237": "Gelembung", + "move_238": "Serangan Tipuan", + "move_239": "Sayap Baja", + "move_240": "Taring Api", + "move_241": "Memecah Batu", + "move_242": "Transformasi", + "move_243": "Serangan Balik", + "move_244": "Bubuk Salju", + "move_245": "Infight", + "move_246": "Pukulan Peledak", + "move_247": "Bola Tenaga Dalam", + "move_248": "Aurora Beam", + "move_249": "Charge Beam", + "move_250": "Volt Change", + "move_251": "Wild Volt", + "move_252": "Meriam Elektromagnetik", + "move_253": "Dragon Tail", + "move_254": "Longsoran Salju", + "move_255": "Sayatan Udara", + "move_256": "Brave Bird", + "move_257": "Serangan Langit", + "move_258": "Neraka Pasir", + "move_259": "Rock Blast", + "move_260": "Membayangi", + "move_261": "Perlawanan Serangga", + "move_262": "Angin Perak", + "move_263": "Mengejutkan", + "move_264": "Mata Kutukan", + "move_265": "Bayangan Malam", + "move_266": "Iron Tail", + "move_267": "Gyro Ball", + "move_268": "Heavy Bomber", + "move_269": "Pusaran Api", + "move_270": "Overheat", + "move_271": "Peluru Biji", + "move_272": "Ikatan Rumput", + "move_273": "Energy Ball", + "move_274": "Kekuatan Gaib", + "move_275": "Penglihatan Masa Depan", + "move_276": "Mirror Coat", + "move_277": "Kemarahan Tak Terkendali", + "move_278": "Menggeram", + "move_279": "Mengunyah", + "move_280": "Main Curang", + "move_281": "Kekuatan yang Bangkit", + "move_282": "Menerjang", + "move_283": "Melawan Arus", + "move_284": "Berselancar", + "move_285": "Meteor Naga", + "move_286": "Harapan Pemusnah", + "move_287": "Menguap", + "move_288": "Psycho Boost", + "move_289": "Aura Asal Mula", + "move_290": "Pedang Jurang", + "move_291": "Hadiah", + "move_292": "Weather Ball", + "move_293": "Weather Ball", + "move_294": "Weather Ball", + "move_295": "Weather Ball", + "move_296": "Hard Plant", + "move_297": "Tembak Jatuh", + "move_298": "Blast Burn", + "move_299": "Hydro Cannon", + "move_300": "Jurus Andalan", + "move_301": "Comet Punch", + "move_302": "Tandukan Kepala Roket", + "move_303": "Semprotan Asam", + "move_304": "Kekuatan Daratan", + "move_305": "Crabhammer", + "move_306": "Terjangan", + "move_307": "Break Claw", + "move_308": "Octazooka", + "move_309": "Mirror Shot", + "move_310": "Kekuatan Super", + "move_311": "Jarum Maut", + "move_312": "Tornado Daun", + "move_313": "Mengisap Darah", + "move_314": "Drain Punch", + "move_315": "Shadow Bone", + "move_316": "Arus Berlumpur", + "move_317": "Blaze Kick", + "move_318": "Pedang Cangkang", + "move_319": "Pukulan Penambah Kekuatan", + "move_320": "Bermanja-manja", + "move_321": "Giga Impact", + "move_322": "Melampiaskan Kemarahan", + "move_323": "Membalas Budi", + "move_324": "Synchronoise", + "move_325": "Lock-On", + "move_326": "Taring Petir", + "move_327": "Taring Es", + "move_328": "Bor Tanduk", + "move_329": "Retakan Tanah", + "move_330": "Pedang Suci", + "move_331": "Flying Press", + "move_332": "Bola Aura", + "move_333": "Menyerang Balik", + "move_334": "Meriam Batu", + "move_335": "Aeroblast", + "move_336": "Techno Buster", + "move_337": "Techno Buster", + "move_338": "Techno Buster", + "move_339": "Techno Buster", + "move_340": "Techno Buster", + "move_341": "Terbang", + "move_342": "V Generate", + "move_343": "Leaf Storm", + "move_344": "Tri Attack", + "move_345": "Embusan Angin", + "move_346": "Membakar Habis", + "move_347": "Dark Void", + "move_348": "Tarian Bulu", + "move_349": "Fiery Dance", + "move_350": "Angin Peri", + "move_351": "Relic Song", + "move_352": "Weather Ball", + "move_353": "Psychic Fang", + "move_354": "Terjangan Hiperdimensi", + "move_355": "Lubang Hiperdimensi", + "move_356": "Tendangan Ganda", + "move_357": "Magical Leaf", + "move_358": "Api Suci", + "move_359": "Jarum Pilar Es", + "move_360": "Aeroblast", + "move_361": "Aeroblast++", + "move_362": "Api Suci+", + "move_363": "Api Suci++", + "move_364": "Akrobat", + "move_365": "Luster Purge", + "move_366": "Mist Ball", + "move_367": "Ayunan Brutal", + "move_368": "Menggelinding", + "move_369": "Seed Flare", + "move_370": "Blocking", + "move_371": "Shadow Dive", + "move_372": "Meteor Beam", + "move_373": "Syuriken Air", + "move_374": "Guntur Bersilang", + "move_375": "Api Bersilang", + "move_376": "Poltergeist", + "move_377": "Daya Kuda Besar", + "move_378": "Dunia Beku", + "move_379": "Wide Breaker", + "move_380": "Gelombang Suara Menggelegar", + "move_381": "Double Iron Bash", + "move_382": "Magical Flame", + "move_383": "Aqua Break", + "move_384": "Terpaan Naga Langit", + "move_385": "Dedaunan", + "move_386": "Magma Storm", + "move_387": "Geocontrol", + "move_388": "Cabikan Ruang Hiper", + "move_389": "Oblivion Wing", + "move_390": "Amukan Alam", + "move_391": "Triple Axel", + "move_392": "Perintis", + "move_393": "Daratan Pasir Membara", + "move_394": "Raungan Waktu", + "move_395": "Badai Angin Dingin", + "move_396": "Badai Pasir Membara", + "move_397": "Badai Halilintar", + "move_398": "Menjahit Bayangan", + "move_399": "Volt Tackle", + "move_400": "Lariat Kegelapan", + "move_401": "Gelombang Psikokinesis", + "move_402": "Suara Logam", + "move_403": "Semprotan Pasir", + "move_404": "Meteor Drive", + "move_405": "Shadow Ray", + "move_406": "Aura Wheel", + "move_407": "Aura Wheel", + "move_408": "Tendangan Lutut Melompat", + "move_409": "Max Flare", + "move_410": "Max Flutterby", + "move_411": "Max Lightning", + "move_412": "Max Strike", + "move_413": "Max Knuckle", + "move_414": "Max Phantasm", + "move_415": "Max Hailstorm", + "move_416": "Max Ooze", + "move_417": "Max Geyser", + "move_418": "Max Airstream", + "move_419": "Max Starfall", + "move_420": "Max Wyrmwind", + "move_421": "Max Mindstorm", + "move_422": "Max Rockfall", + "move_423": "Max Quake", + "move_424": "Max Darkness", + "move_425": "Max Overgrowth", + "move_426": "Max Steelspike", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "Telapak Tenaga Dalam", + "move_463": "Aria Gemerlap", + "poke_0": "Pengganti", + "poke_1": "Bulbasaur", + "poke_2": "Ivysaur", + "poke_3": "Venusaur", + "poke_3_e1": "Mega Venusaur", + "poke_4": "Charmander", + "poke_5": "Charmeleon", + "poke_6": "Charizard", + "poke_6_e2": "Mega Charizard X", + "poke_6_e3": "Mega Charizard Y", + "poke_7": "Squirtle", + "poke_8": "Wartortle", + "poke_9": "Blastoise", + "poke_9_e1": "Mega Blastoise", + "poke_10": "Caterpie", + "poke_11": "Metapod", + "poke_12": "Butterfree", + "poke_13": "Weedle", + "poke_14": "Kakuna", + "poke_15": "Beedrill", + "poke_15_e1": "Mega Beedrill", + "poke_16": "Pidgey", + "poke_17": "Pidgeotto", + "poke_18": "Pidgeot", + "poke_18_e1": "Mega Pidgeot", + "poke_19": "Rattata", + "poke_20": "Raticate", + "poke_21": "Spearow", + "poke_22": "Fearow", + "poke_23": "Ekans", + "poke_24": "Arbok", + "poke_25": "Pikachu", + "poke_26": "Raichu", + "poke_27": "Sandshrew", + "poke_28": "Sandslash", + "poke_29": "Nidoran♀", + "poke_30": "Nidorina", + "poke_31": "Nidoqueen", + "poke_32": "Nidoran♂", + "poke_33": "Nidorino", + "poke_34": "Nidoking", + "poke_35": "Clefairy", + "poke_36": "Clefable", + "poke_37": "Vulpix", + "poke_38": "Ninetales", + "poke_39": "Jigglypuff", + "poke_40": "Wigglytuff", + "poke_41": "Zubat", + "poke_42": "Golbat", + "poke_43": "Oddish", + "poke_44": "Gloom", + "poke_45": "Vileplume", + "poke_46": "Paras", + "poke_47": "Parasect", + "poke_48": "Venonat", + "poke_49": "Venomoth", + "poke_50": "Diglett", + "poke_51": "Dugtrio", + "poke_52": "Meowth", + "poke_53": "Persian", + "poke_54": "Psyduck", + "poke_55": "Golduck", + "poke_56": "Mankey", + "poke_57": "Primeape", + "poke_58": "Growlithe", + "poke_59": "Arcanine", + "poke_60": "Poliwag", + "poke_61": "Poliwhirl", + "poke_62": "Poliwrath", + "poke_63": "Abra", + "poke_64": "Kadabra", + "poke_65": "Alakazam", + "poke_65_e1": "Mega Alakazam", + "poke_66": "Machop", + "poke_67": "Machoke", + "poke_68": "Machamp", + "poke_69": "Bellsprout", + "poke_70": "Weepinbell", + "poke_71": "Victreebel", + "poke_72": "Tentacool", + "poke_73": "Tentacruel", + "poke_74": "Geodude", + "poke_75": "Graveler", + "poke_76": "Golem", + "poke_77": "Ponyta", + "poke_78": "Rapidash", + "poke_79": "Slowpoke", + "poke_80": "Slowbro", + "poke_80_e1": "Mega Slowbro", + "poke_81": "Magnemite", + "poke_82": "Magneton", + "poke_83": "Farfetch'd", + "poke_84": "Doduo", + "poke_85": "Dodrio", + "poke_86": "Seel", + "poke_87": "Dewgong", + "poke_88": "Grimer", + "poke_89": "Muk", + "poke_90": "Shellder", + "poke_91": "Cloyster", + "poke_92": "Gastly", + "poke_93": "Haunter", + "poke_94": "Gengar", + "poke_94_e1": "Mega Gengar", + "poke_95": "Onix", + "poke_96": "Drowzee", + "poke_97": "Hypno", + "poke_98": "Krabby", + "poke_99": "Kingler", + "poke_100": "Voltorb", + "poke_101": "Electrode", + "poke_102": "Exeggcute", + "poke_103": "Exeggutor", + "poke_104": "Cubone", + "poke_105": "Marowak", + "poke_106": "Hitmonlee", + "poke_107": "Hitmonchan", + "poke_108": "Lickitung", + "poke_109": "Koffing", + "poke_110": "Weezing", + "poke_111": "Rhyhorn", + "poke_112": "Rhydon", + "poke_113": "Chansey", + "poke_114": "Tangela", + "poke_115": "Kangaskhan", + "poke_115_e1": "Mega Kangaskhan", + "poke_116": "Horsea", + "poke_117": "Seadra", + "poke_118": "Goldeen", + "poke_119": "Seaking", + "poke_120": "Staryu", + "poke_121": "Starmie", + "poke_122": "Mr. Mime", + "poke_123": "Scyther", + "poke_124": "Jynx", + "poke_125": "Electabuzz", + "poke_126": "Magmar", + "poke_127": "Pinsir", + "poke_127_e1": "Mega Pinsir", + "poke_128": "Tauros", + "poke_129": "Magikarp", + "poke_130": "Gyarados", + "poke_130_e1": "Mega Gyarados", + "poke_131": "Lapras", + "poke_132": "Ditto", + "poke_133": "Eevee", + "poke_134": "Vaporeon", + "poke_135": "Jolteon", + "poke_136": "Flareon", + "poke_137": "Porygon", + "poke_138": "Omanyte", + "poke_139": "Omastar", + "poke_140": "Kabuto", + "poke_141": "Kabutops", + "poke_142": "Aerodactyl", + "poke_142_e1": "Mega Aerodactyl", + "poke_143": "Snorlax", + "poke_144": "Articuno", + "poke_145": "Zapdos", + "poke_146": "Moltres", + "poke_147": "Dratini", + "poke_148": "Dragonair", + "poke_149": "Dragonite", + "poke_150": "Mewtwo", + "poke_150_e2": "Mega Mewtwo X", + "poke_150_e3": "Mega Mewtwo Y", + "poke_151": "Mew", + "poke_152": "Chikorita", + "poke_153": "Bayleef", + "poke_154": "Meganium", + "poke_155": "Cyndaquil", + "poke_156": "Quilava", + "poke_157": "Typhlosion", + "poke_158": "Totodile", + "poke_159": "Croconaw", + "poke_160": "Feraligatr", + "poke_161": "Sentret", + "poke_162": "Furret", + "poke_163": "Hoothoot", + "poke_164": "Noctowl", + "poke_165": "Ledyba", + "poke_166": "Ledian", + "poke_167": "Spinarak", + "poke_168": "Ariados", + "poke_169": "Crobat", + "poke_170": "Chinchou", + "poke_171": "Lanturn", + "poke_172": "Pichu", + "poke_173": "Cleffa", + "poke_174": "Igglybuff", + "poke_175": "Togepi", + "poke_176": "Togetic", + "poke_177": "Natu", + "poke_178": "Xatu", + "poke_179": "Mareep", + "poke_180": "Flaaffy", + "poke_181": "Ampharos", + "poke_181_e1": "Mega Ampharos", + "poke_182": "Bellossom", + "poke_183": "Marill", + "poke_184": "Azumarill", + "poke_185": "Sudowoodo", + "poke_186": "Politoed", + "poke_187": "Hoppip", + "poke_188": "Skiploom", + "poke_189": "Jumpluff", + "poke_190": "Aipom", + "poke_191": "Sunkern", + "poke_192": "Sunflora", + "poke_193": "Yanma", + "poke_194": "Wooper", + "poke_195": "Quagsire", + "poke_196": "Espeon", + "poke_197": "Umbreon", + "poke_198": "Murkrow", + "poke_199": "Slowking", + "poke_200": "Misdreavus", + "poke_201": "Unown", + "poke_202": "Wobbuffet", + "poke_203": "Girafarig", + "poke_204": "Pineco", + "poke_205": "Forretress", + "poke_206": "Dunsparce", + "poke_207": "Gligar", + "poke_208": "Steelix", + "poke_208_e1": "Mega Steelix", + "poke_209": "Snubbull", + "poke_210": "Granbull", + "poke_211": "Qwilfish", + "poke_212": "Scizor", + "poke_212_e1": "Mega Scizor", + "poke_213": "Shuckle", + "poke_214": "Heracross", + "poke_214_e1": "Mega Heracross", + "poke_215": "Sneasel", + "poke_216": "Teddiursa", + "poke_217": "Ursaring", + "poke_218": "Slugma", + "poke_219": "Magcargo", + "poke_220": "Swinub", + "poke_221": "Piloswine", + "poke_222": "Corsola", + "poke_223": "Remoraid", + "poke_224": "Octillery", + "poke_225": "Delibird", + "poke_226": "Mantine", + "poke_227": "Skarmory", + "poke_228": "Houndour", + "poke_229": "Houndoom", + "poke_229_e1": "Mega Houndoom", + "poke_230": "Kingdra", + "poke_231": "Phanpy", + "poke_232": "Donphan", + "poke_233": "Porygon2", + "poke_234": "Stantler", + "poke_235": "Smeargle", + "poke_236": "Tyrogue", + "poke_237": "Hitmontop", + "poke_238": "Smoochum", + "poke_239": "Elekid", + "poke_240": "Magby", + "poke_241": "Miltank", + "poke_242": "Blissey", + "poke_243": "Raikou", + "poke_244": "Entei", + "poke_245": "Suicune", + "poke_246": "Larvitar", + "poke_247": "Pupitar", + "poke_248": "Tyranitar", + "poke_248_e1": "Mega Tyranitar", + "poke_249": "Lugia", + "poke_250": "Ho-Oh", + "poke_251": "Celebi", + "poke_252": "Treecko", + "poke_253": "Grovyle", + "poke_254": "Sceptile", + "poke_254_e1": "Mega Sceptile", + "poke_255": "Torchic", + "poke_256": "Combusken", + "poke_257": "Blaziken", + "poke_257_e1": "Mega Blaziken", + "poke_258": "Mudkip", + "poke_259": "Marshtomp", + "poke_260": "Swampert", + "poke_260_e1": "Mega Swampert", + "poke_261": "Poochyena", + "poke_262": "Mightyena", + "poke_263": "Zigzagoon", + "poke_264": "Linoone", + "poke_265": "Wurmple", + "poke_266": "Silcoon", + "poke_267": "Beautifly", + "poke_268": "Cascoon", + "poke_269": "Dustox", + "poke_270": "Lotad", + "poke_271": "Lombre", + "poke_272": "Ludicolo", + "poke_273": "Seedot", + "poke_274": "Nuzleaf", + "poke_275": "Shiftry", + "poke_276": "Taillow", + "poke_277": "Swellow", + "poke_278": "Wingull", + "poke_279": "Pelipper", + "poke_280": "Ralts", + "poke_281": "Kirlia", + "poke_282": "Gardevoir", + "poke_282_e1": "Mega Gardevoir", + "poke_283": "Surskit", + "poke_284": "Masquerain", + "poke_285": "Shroomish", + "poke_286": "Breloom", + "poke_287": "Slakoth", + "poke_288": "Vigoroth", + "poke_289": "Slaking", + "poke_290": "Nincada", + "poke_291": "Ninjask", + "poke_292": "Shedinja", + "poke_293": "Whismur", + "poke_294": "Loudred", + "poke_295": "Exploud", + "poke_296": "Makuhita", + "poke_297": "Hariyama", + "poke_298": "Azurill", + "poke_299": "Nosepass", + "poke_300": "Skitty", + "poke_301": "Delcatty", + "poke_302": "Sableye", + "poke_302_e1": "Mega Sableye", + "poke_303": "Mawile", + "poke_303_e1": "Mega Mawile", + "poke_304": "Aron", + "poke_305": "Lairon", + "poke_306": "Aggron", + "poke_306_e1": "Mega Aggron", + "poke_307": "Meditite", + "poke_308": "Medicham", + "poke_308_e1": "Mega Medicham", + "poke_309": "Electrike", + "poke_310": "Manectric", + "poke_310_e1": "Mega Manectric", + "poke_311": "Plusle", + "poke_312": "Minun", + "poke_313": "Volbeat", + "poke_314": "Illumise", + "poke_315": "Roselia", + "poke_316": "Gulpin", + "poke_317": "Swalot", + "poke_318": "Carvanha", + "poke_319": "Sharpedo", + "poke_319_e1": "Mega Sharpedo", + "poke_320": "Wailmer", + "poke_321": "Wailord", + "poke_322": "Numel", + "poke_323": "Camerupt", + "poke_323_e1": "Mega Camerupt", + "poke_324": "Torkoal", + "poke_325": "Spoink", + "poke_326": "Grumpig", + "poke_327": "Spinda", + "poke_328": "Trapinch", + "poke_329": "Vibrava", + "poke_330": "Flygon", + "poke_331": "Cacnea", + "poke_332": "Cacturne", + "poke_333": "Swablu", + "poke_334": "Altaria", + "poke_334_e1": "Mega Altaria", + "poke_335": "Zangoose", + "poke_336": "Seviper", + "poke_337": "Lunatone", + "poke_338": "Solrock", + "poke_339": "Barboach", + "poke_340": "Whiscash", + "poke_341": "Corphish", + "poke_342": "Crawdaunt", + "poke_343": "Baltoy", + "poke_344": "Claydol", + "poke_345": "Lileep", + "poke_346": "Cradily", + "poke_347": "Anorith", + "poke_348": "Armaldo", + "poke_349": "Feebas", + "poke_350": "Milotic", + "poke_351": "Castform", + "poke_352": "Kecleon", + "poke_353": "Shuppet", + "poke_354": "Banette", + "poke_354_e1": "Mega Banette", + "poke_355": "Duskull", + "poke_356": "Dusclops", + "poke_357": "Tropius", + "poke_358": "Chimecho", + "poke_359": "Absol", + "poke_359_e1": "Mega Absol", + "poke_360": "Wynaut", + "poke_361": "Snorunt", + "poke_362": "Glalie", + "poke_362_e1": "Mega Glalie", + "poke_363": "Spheal", + "poke_364": "Sealeo", + "poke_365": "Walrein", + "poke_366": "Clamperl", + "poke_367": "Huntail", + "poke_368": "Gorebyss", + "poke_369": "Relicanth", + "poke_370": "Luvdisc", + "poke_371": "Bagon", + "poke_372": "Shelgon", + "poke_373": "Salamence", + "poke_373_e1": "Mega Salamence", + "poke_374": "Beldum", + "poke_375": "Metang", + "poke_376": "Metagross", + "poke_376_e1": "Mega Metagross", + "poke_377": "Regirock", + "poke_378": "Regice", + "poke_379": "Registeel", + "poke_380": "Latias", + "poke_380_e1": "Mega Latias", + "poke_381": "Latios", + "poke_381_e1": "Mega Latios", + "poke_382": "Kyogre", + "poke_383": "Groudon", + "poke_384": "Rayquaza", + "poke_384_e1": "Mega Rayquaza", + "poke_385": "Jirachi", + "poke_386": "Deoxys", + "poke_387": "Turtwig", + "poke_388": "Grotle", + "poke_389": "Torterra", + "poke_390": "Chimchar", + "poke_391": "Monferno", + "poke_392": "Infernape", + "poke_393": "Piplup", + "poke_394": "Prinplup", + "poke_395": "Empoleon", + "poke_396": "Starly", + "poke_397": "Staravia", + "poke_398": "Staraptor", + "poke_399": "Bidoof", + "poke_400": "Bibarel", + "poke_401": "Kricketot", + "poke_402": "Kricketune", + "poke_403": "Shinx", + "poke_404": "Luxio", + "poke_405": "Luxray", + "poke_406": "Budew", + "poke_407": "Roserade", + "poke_408": "Cranidos", + "poke_409": "Rampardos", + "poke_410": "Shieldon", + "poke_411": "Bastiodon", + "poke_412": "Burmy", + "poke_413": "Wormadam", + "poke_414": "Mothim", + "poke_415": "Combee", + "poke_416": "Vespiquen", + "poke_417": "Pachirisu", + "poke_418": "Buizel", + "poke_419": "Floatzel", + "poke_420": "Cherubi", + "poke_421": "Cherrim", + "poke_422": "Shellos", + "poke_423": "Gastrodon", + "poke_424": "Ambipom", + "poke_425": "Drifloon", + "poke_426": "Drifblim", + "poke_427": "Buneary", + "poke_428": "Lopunny", + "poke_428_e1": "Mega Lopunny", + "poke_429": "Mismagius", + "poke_430": "Honchkrow", + "poke_431": "Glameow", + "poke_432": "Purugly", + "poke_433": "Chingling", + "poke_434": "Stunky", + "poke_435": "Skuntank", + "poke_436": "Bronzor", + "poke_437": "Bronzong", + "poke_438": "Bonsly", + "poke_439": "Mime Jr.", + "poke_440": "Happiny", + "poke_441": "Chatot", + "poke_442": "Spiritomb", + "poke_443": "Gible", + "poke_444": "Gabite", + "poke_445": "Garchomp", + "poke_445_e1": "Mega Garchomp", + "poke_446": "Munchlax", + "poke_447": "Riolu", + "poke_448": "Lucario", + "poke_448_e1": "Mega Lucario", + "poke_449": "Hippopotas", + "poke_450": "Hippowdon", + "poke_451": "Skorupi", + "poke_452": "Drapion", + "poke_453": "Croagunk", + "poke_454": "Toxicroak", + "poke_455": "Carnivine", + "poke_456": "Finneon", + "poke_457": "Lumineon", + "poke_458": "Mantyke", + "poke_459": "Snover", + "poke_460": "Abomasnow", + "poke_460_e1": "Mega Abomasnow", + "poke_461": "Weavile", + "poke_462": "Magnezone", + "poke_463": "Lickilicky", + "poke_464": "Rhyperior", + "poke_465": "Tangrowth", + "poke_466": "Electivire", + "poke_467": "Magmortar", + "poke_468": "Togekiss", + "poke_469": "Yanmega", + "poke_470": "Leafeon", + "poke_471": "Glaceon", + "poke_472": "Gliscor", + "poke_473": "Mamoswine", + "poke_474": "Porygon-Z", + "poke_475": "Gallade", + "poke_475_e1": "Mega Gallade", + "poke_476": "Probopass", + "poke_477": "Dusknoir", + "poke_478": "Froslass", + "poke_479": "Rotom", + "poke_480": "Uxie", + "poke_481": "Mesprit", + "poke_482": "Azelf", + "poke_483": "Dialga", + "poke_484": "Palkia", + "poke_485": "Heatran", + "poke_486": "Regigigas", + "poke_487": "Giratina", + "poke_488": "Cresselia", + "poke_489": "Phione", + "poke_490": "Manaphy", + "poke_491": "Darkrai", + "poke_492": "Shaymin", + "poke_493": "Arceus", + "poke_494": "Victini", + "poke_495": "Snivy", + "poke_496": "Servine", + "poke_497": "Serperior", + "poke_498": "Tepig", + "poke_499": "Pignite", + "poke_500": "Emboar", + "poke_501": "Oshawott", + "poke_502": "Dewott", + "poke_503": "Samurott", + "poke_504": "Patrat", + "poke_505": "Watchog", + "poke_506": "Lillipup", + "poke_507": "Herdier", + "poke_508": "Stoutland", + "poke_509": "Purrloin", + "poke_510": "Liepard", + "poke_511": "Pansage", + "poke_512": "Simisage", + "poke_513": "Pansear", + "poke_514": "Simisear", + "poke_515": "Panpour", + "poke_516": "Simipour", + "poke_517": "Munna", + "poke_518": "Musharna", + "poke_519": "Pidove", + "poke_520": "Tranquill", + "poke_521": "Unfezant", + "poke_522": "Blitzle", + "poke_523": "Zebstrika", + "poke_524": "Roggenrola", + "poke_525": "Boldore", + "poke_526": "Gigalith", + "poke_527": "Woobat", + "poke_528": "Swoobat", + "poke_529": "Drilbur", + "poke_530": "Excadrill", + "poke_531": "Audino", + "poke_531_e1": "Mega Audino", + "poke_532": "Timburr", + "poke_533": "Gurdurr", + "poke_534": "Conkeldurr", + "poke_535": "Tympole", + "poke_536": "Palpitoad", + "poke_537": "Seismitoad", + "poke_538": "Throh", + "poke_539": "Sawk", + "poke_540": "Sewaddle", + "poke_541": "Swadloon", + "poke_542": "Leavanny", + "poke_543": "Venipede", + "poke_544": "Whirlipede", + "poke_545": "Scolipede", + "poke_546": "Cottonee", + "poke_547": "Whimsicott", + "poke_548": "Petilil", + "poke_549": "Lilligant", + "poke_550": "Basculin", + "poke_551": "Sandile", + "poke_552": "Krokorok", + "poke_553": "Krookodile", + "poke_554": "Darumaka", + "poke_555": "Darmanitan", + "poke_556": "Maractus", + "poke_557": "Dwebble", + "poke_558": "Crustle", + "poke_559": "Scraggy", + "poke_560": "Scrafty", + "poke_561": "Sigilyph", + "poke_562": "Yamask", + "poke_563": "Cofagrigus", + "poke_564": "Tirtouga", + "poke_565": "Carracosta", + "poke_566": "Archen", + "poke_567": "Archeops", + "poke_568": "Trubbish", + "poke_569": "Garbodor", + "poke_570": "Zorua", + "poke_571": "Zoroark", + "poke_572": "Minccino", + "poke_573": "Cinccino", + "poke_574": "Gothita", + "poke_575": "Gothorita", + "poke_576": "Gothitelle", + "poke_577": "Solosis", + "poke_578": "Duosion", + "poke_579": "Reuniclus", + "poke_580": "Ducklett", + "poke_581": "Swanna", + "poke_582": "Vanillite", + "poke_583": "Vanillish", + "poke_584": "Vanilluxe", + "poke_585": "Deerling", + "poke_586": "Sawsbuck", + "poke_587": "Emolga", + "poke_588": "Karrablast", + "poke_589": "Escavalier", + "poke_590": "Foongus", + "poke_591": "Amoonguss", + "poke_592": "Frillish", + "poke_593": "Jellicent", + "poke_594": "Alomomola", + "poke_595": "Joltik", + "poke_596": "Galvantula", + "poke_597": "Ferroseed", + "poke_598": "Ferrothorn", + "poke_599": "Klink", + "poke_600": "Klang", + "poke_601": "Klinklang", + "poke_602": "Tynamo", + "poke_603": "Eelektrik", + "poke_604": "Eelektross", + "poke_605": "Elgyem", + "poke_606": "Beheeyem", + "poke_607": "Litwick", + "poke_608": "Lampent", + "poke_609": "Chandelure", + "poke_610": "Axew", + "poke_611": "Fraxure", + "poke_612": "Haxorus", + "poke_613": "Cubchoo", + "poke_614": "Beartic", + "poke_615": "Cryogonal", + "poke_616": "Shelmet", + "poke_617": "Accelgor", + "poke_618": "Stunfisk", + "poke_619": "Mienfoo", + "poke_620": "Mienshao", + "poke_621": "Druddigon", + "poke_622": "Golett", + "poke_623": "Golurk", + "poke_624": "Pawniard", + "poke_625": "Bisharp", + "poke_626": "Bouffalant", + "poke_627": "Rufflet", + "poke_628": "Braviary", + "poke_629": "Vullaby", + "poke_630": "Mandibuzz", + "poke_631": "Heatmor", + "poke_632": "Durant", + "poke_633": "Deino", + "poke_634": "Zweilous", + "poke_635": "Hydreigon", + "poke_636": "Larvesta", + "poke_637": "Volcarona", + "poke_638": "Cobalion", + "poke_639": "Terrakion", + "poke_640": "Virizion", + "poke_641": "Tornadus", + "poke_642": "Thundurus", + "poke_643": "Reshiram", + "poke_644": "Zekrom", + "poke_645": "Landorus", + "poke_646": "Kyurem", + "poke_647": "Keldeo", + "poke_648": "Meloetta", + "poke_649": "Genesect", + "poke_650": "Chespin", + "poke_651": "Quilladin", + "poke_652": "Chesnaught", + "poke_653": "Fennekin", + "poke_654": "Braixen", + "poke_655": "Delphox", + "poke_656": "Froakie", + "poke_657": "Frogadier", + "poke_658": "Greninja", + "poke_659": "Bunnelby", + "poke_660": "Diggersby", + "poke_661": "Fletchling", + "poke_662": "Fletchinder", + "poke_663": "Talonflame", + "poke_664": "Scatterbug", + "poke_665": "Spewpa", + "poke_666": "Vivillon", + "poke_667": "Litleo", + "poke_668": "Pyroar", + "poke_669": "Flabébé", + "poke_670": "Floette", + "poke_671": "Florges", + "poke_672": "Skiddo", + "poke_673": "Gogoat", + "poke_674": "Pancham", + "poke_675": "Pangoro", + "poke_676": "Furfrou", + "poke_677": "Espurr", + "poke_678": "Meowstic", + "poke_679": "Honedge", + "poke_680": "Doublade", + "poke_681": "Aegislash", + "poke_682": "Spritzee", + "poke_683": "Aromatisse", + "poke_684": "Swirlix", + "poke_685": "Slurpuff", + "poke_686": "Inkay", + "poke_687": "Malamar", + "poke_688": "Binacle", + "poke_689": "Barbaracle", + "poke_690": "Skrelp", + "poke_691": "Dragalge", + "poke_692": "Clauncher", + "poke_693": "Clawitzer", + "poke_694": "Helioptile", + "poke_695": "Heliolisk", + "poke_696": "Tyrunt", + "poke_697": "Tyrantrum", + "poke_698": "Amaura", + "poke_699": "Aurorus", + "poke_700": "Sylveon", + "poke_701": "Hawlucha", + "poke_702": "Dedenne", + "poke_703": "Carbink", + "poke_704": "Goomy", + "poke_705": "Sliggoo", + "poke_706": "Goodra", + "poke_707": "Klefki", + "poke_708": "Phantump", + "poke_709": "Trevenant", + "poke_710": "Pumpkaboo", + "poke_711": "Gourgeist", + "poke_712": "Bergmite", + "poke_713": "Avalugg", + "poke_714": "Noibat", + "poke_715": "Noivern", + "poke_716": "Xerneas", + "poke_717": "Yveltal", + "poke_718": "Zygarde", + "poke_719": "Diancie", + "poke_719_e1": "Mega Diancie", + "poke_720": "Hoopa", + "poke_721": "Volcanion", + "poke_722": "Rowlet", + "poke_723": "Dartrix", + "poke_724": "Decidueye", + "poke_725": "Litten", + "poke_726": "Torracat", + "poke_727": "Incineroar", + "poke_728": "Popplio", + "poke_729": "Brionne", + "poke_730": "Primarina", + "poke_731": "Pikipek", + "poke_732": "Trumbeak", + "poke_733": "Toucannon", + "poke_734": "Yungoos", + "poke_735": "Gumshoos", + "poke_736": "Grubbin", + "poke_737": "Charjabug", + "poke_738": "Vikavolt", + "poke_739": "Crabrawler", + "poke_740": "Crabominable", + "poke_741": "Oricorio", + "poke_742": "Cutiefly", + "poke_743": "Ribombee", + "poke_744": "Rockruff", + "poke_745": "Lycanroc", + "poke_746": "Wishiwashi", + "poke_747": "Mareanie", + "poke_748": "Toxapex", + "poke_749": "Mudbray", + "poke_750": "Mudsdale", + "poke_751": "Dewpider", + "poke_752": "Araquanid", + "poke_753": "Fomantis", + "poke_754": "Lurantis", + "poke_755": "Morelull", + "poke_756": "Shiinotic", + "poke_757": "Salandit", + "poke_758": "Salazzle", + "poke_759": "Stufful", + "poke_760": "Bewear", + "poke_761": "Bounsweet", + "poke_762": "Steenee", + "poke_763": "Tsareena", + "poke_764": "Comfey", + "poke_765": "Oranguru", + "poke_766": "Passimian", + "poke_767": "Wimpod", + "poke_768": "Golisopod", + "poke_769": "Sandygast", + "poke_770": "Palossand", + "poke_771": "Pyukumuku", + "poke_772": "Type: Null", + "poke_773": "Silvally", + "poke_774": "Minior", + "poke_775": "Komala", + "poke_776": "Turtonator", + "poke_777": "Togedemaru", + "poke_778": "Mimikyu", + "poke_779": "Bruxish", + "poke_780": "Drampa", + "poke_781": "Dhelmise", + "poke_782": "Jangmo-o", + "poke_783": "Hakamo-o", + "poke_784": "Kommo-o", + "poke_785": "Tapu Koko", + "poke_786": "Tapu Lele", + "poke_787": "Tapu Bulu", + "poke_788": "Tapu Fini", + "poke_789": "Cosmog", + "poke_790": "Cosmoem", + "poke_791": "Solgaleo", + "poke_792": "Lunala", + "poke_793": "Nihilego", + "poke_794": "Buzzwole", + "poke_795": "Pheromosa", + "poke_796": "Xurkitree", + "poke_797": "Celesteela", + "poke_798": "Kartana", + "poke_799": "Guzzlord", + "poke_800": "Necrozma", + "poke_801": "Magearna", + "poke_802": "Marshadow", + "poke_803": "Poipole", + "poke_804": "Naganadel", + "poke_805": "Stakataka", + "poke_806": "Blacephalon", + "poke_807": "Zeraora", + "poke_808": "Meltan", + "poke_809": "Melmetal", + "poke_810": "Grookey", + "poke_811": "Thwackey", + "poke_812": "Rillaboom", + "poke_813": "Scorbunny", + "poke_814": "Raboot", + "poke_815": "Cinderace", + "poke_816": "Sobble", + "poke_817": "Drizzile", + "poke_818": "Inteleon", + "poke_819": "Skwovet", + "poke_820": "Greedent", + "poke_821": "Rookidee", + "poke_822": "Corvisquire", + "poke_823": "Corviknight", + "poke_824": "Blipbug", + "poke_825": "Dottler", + "poke_826": "Orbeetle", + "poke_827": "Nickit", + "poke_828": "Thievul", + "poke_829": "Gossifleur", + "poke_830": "Eldegoss", + "poke_831": "Wooloo", + "poke_832": "Dubwool", + "poke_833": "Chewtle", + "poke_834": "Drednaw", + "poke_835": "Yamper", + "poke_836": "Boltund", + "poke_837": "Rolycoly", + "poke_838": "Carkol", + "poke_839": "Coalossal", + "poke_840": "Applin", + "poke_841": "Flapple", + "poke_842": "Appletun", + "poke_843": "Silicobra", + "poke_844": "Sandaconda", + "poke_845": "Cramorant", + "poke_846": "Arrokuda", + "poke_847": "Barraskewda", + "poke_848": "Toxel", + "poke_849": "Toxtricity", + "poke_850": "Sizzlipede", + "poke_851": "Centiskorch", + "poke_852": "Clobbopus", + "poke_853": "Grapploct", + "poke_854": "Sinistea", + "poke_855": "Polteageist", + "poke_856": "Hatenna", + "poke_857": "Hattrem", + "poke_858": "Hatterene", + "poke_859": "Impidimp", + "poke_860": "Morgrem", + "poke_861": "Grimmsnarl", + "poke_862": "Obstagoon", + "poke_863": "Perrserker", + "poke_864": "Cursola", + "poke_865": "Sirfetch'd", + "poke_866": "Mr. Rime", + "poke_867": "Runerigus", + "poke_868": "Milcery", + "poke_869": "Alcremie", + "poke_870": "Falinks", + "poke_871": "Pincurchin", + "poke_872": "Snom", + "poke_873": "Frosmoth", + "poke_874": "Stonjourner", + "poke_875": "Eiscue", + "poke_876": "Indeedee", + "poke_877": "Morpeko", + "poke_878": "Cufant", + "poke_879": "Copperajah", + "poke_880": "Dracozolt", + "poke_881": "Arctozolt", + "poke_882": "Dracovish", + "poke_883": "Arctovish", + "poke_884": "Duraludon", + "poke_885": "Dreepy", + "poke_886": "Drakloak", + "poke_887": "Dragapult", + "poke_888": "Zacian", + "poke_889": "Zamazenta", + "poke_890": "Eternatus", + "poke_891": "Kubfu", + "poke_892": "Urshifu", + "poke_893": "Zarude", + "poke_894": "Regieleki", + "poke_895": "Regidrago", + "poke_896": "Glastrier", + "poke_897": "Spectrier", + "poke_898": "Calyrex", + "poke_899": "Wyrdeer", + "poke_900": "Kleavor", + "poke_901": "Ursaluna", + "poke_902": "Basculegion", + "poke_903": "Sneasler", + "poke_904": "Overqwil", + "poke_905": "Enamorus", + "poke_906": "Sprigatito", + "poke_907": "Floragato", + "poke_908": "Meowscarada", + "poke_909": "Fuecoco", + "poke_910": "Crocalor", + "poke_911": "Skeledirge", + "poke_912": "Quaxly", + "poke_913": "Quaxwell", + "poke_914": "Quaquaval", + "poke_915": "Lechonk", + "poke_916": "Oinkologne", + "poke_917": "Tarountula", + "poke_918": "Spidops", + "poke_919": "Nymble", + "poke_920": "Lokix", + "poke_921": "Pawmi", + "poke_922": "Pawmo", + "poke_923": "Pawmot", + "poke_924": "Tandemaus", + "poke_925": "Maushold", + "poke_926": "Fidough", + "poke_927": "Dachsbun", + "poke_928": "Smoliv", + "poke_929": "Dolliv", + "poke_930": "Arboliva", + "poke_931": "Squawkabilly", + "poke_932": "Nacli", + "poke_933": "Naclstack", + "poke_934": "Garganacl", + "poke_935": "Charcadet", + "poke_936": "Armarouge", + "poke_937": "Ceruledge", + "poke_938": "Tadbulb", + "poke_939": "Bellibolt", + "poke_940": "Wattrel", + "poke_941": "Kilowattrel", + "poke_942": "Maschiff", + "poke_943": "Mabosstiff", + "poke_944": "Shroodle", + "poke_945": "Grafaiai", + "poke_946": "Bramblin", + "poke_947": "Brambleghast", + "poke_948": "Toedscool", + "poke_949": "Toedscruel", + "poke_950": "Klawf", + "poke_951": "Capsakid", + "poke_952": "Scovillain", + "poke_953": "Rellor", + "poke_954": "Rabsca", + "poke_955": "Flittle", + "poke_956": "Espathra", + "poke_957": "Tinkatink", + "poke_958": "Tinkatuff", + "poke_959": "Tinkaton", + "poke_960": "Wiglett", + "poke_961": "Wugtrio", + "poke_962": "Bombirdier", + "poke_963": "Finizen", + "poke_964": "Palafin", + "poke_965": "Varoom", + "poke_966": "Revavroom", + "poke_967": "Cyclizar", + "poke_968": "Orthworm", + "poke_969": "Glimmet", + "poke_970": "Glimmora", + "poke_971": "Greavard", + "poke_972": "Houndstone", + "poke_973": "Flamigo", + "poke_974": "Cetoddle", + "poke_975": "Cetitan", + "poke_976": "Veluza", + "poke_977": "Dondozo", + "poke_978": "Tatsugiri", + "poke_979": "Annihilape", + "poke_980": "Clodsire", + "poke_981": "Farigiraf", + "poke_982": "Dudunsparce", + "poke_983": "Kingambit", + "poke_984": "Great Tusk", + "poke_985": "Scream Tail", + "poke_986": "Brute Bonnet", + "poke_987": "Flutter Mane", + "poke_988": "Slither Wing", + "poke_989": "Sandy Shocks", + "poke_990": "Iron Treads", + "poke_991": "Iron Bundle", + "poke_992": "Iron Hands", + "poke_993": "Iron Jugulis", + "poke_994": "Iron Moth", + "poke_995": "Iron Thorns", + "poke_996": "Frigibax", + "poke_997": "Arctibax", + "poke_998": "Baxcalibur", + "poke_999": "Gimmighoul", + "poke_1000": "Gholdengo", + "poke_1001": "Wo-Chien", + "poke_1002": "Chien-Pao", + "poke_1003": "Ting-Lu", + "poke_1004": "Chi-Yu", + "poke_1005": "Roaring Moon", + "poke_1006": "Iron Valiant", + "poke_1007": "Koraidon", + "poke_1008": "Miraidon", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "Tidak ada", + "poke_type_1": "Normal", + "poke_type_2": "Petarung", + "poke_type_3": "Terbang", + "poke_type_4": "Racun", + "poke_type_5": "Tanah", + "poke_type_6": "Bebatuan", + "poke_type_7": "Serangga", + "poke_type_8": "Hantu", + "poke_type_9": "Logam", + "poke_type_10": "Api", + "poke_type_11": "Air", + "poke_type_12": "Daun", + "poke_type_13": "Listrik", + "poke_type_14": "Psychic", + "poke_type_15": "Es", + "poke_type_16": "Naga", + "poke_type_17": "Kegelapan", + "poke_type_18": "Peri", + "purified": "Purifikasi", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "Jalan {{amount}} km dengan partner", + "quest_catch_type_dark_plural": "Tangkap {{amount}} Pokémon tipe Kegelapan", + "quest_catch_type_dragon_plural": "Tangkap {{amount}} Pokémon tipe Naga", + "quest_catch_type_poison_plural": "Tangkap {{amount}} Pokémon tipe Racun", + "quest_catch_type_psychic_plural": "Tangkap {{amount}} Pokémon tipe Psychic", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "Kalahkan {{amount}} Pokémon tipe Hantu", + "quest_fight_type_ghost_psychic_plural": "Kalahkan {{amount}} Pokémon tipe Psychic atau Hantu", + "quest_fight_type_psychic_plural": "Kalahkan {{amount}} Pokémon tipe Psychic", + "quest_incense_singular": "Gunakan Pewangi", + "quest_land_excellent_plural": "Lakukan {{amount}} Excellent Throw", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "Bertarung dengan pemimpin tim {{amount_0}} kali", + "quest_title_challenge_2019_battle_trainer": "Bertarung dengan Pelatih lain", + "quest_title_challenge_2019_battle_trainer_plural": "Bertarung dengan Pelatih lain {{amount_0}} kali", + "quest_title_challenge_2019_battle_trainer_win": "Menangkan pertarungan melawan {{amount_0}} Pelatih lain", + "quest_title_challenge_2019_snapshot_eevee": "Ambil {{amount_0}} foto Eevee", + "quest_title_challenge_2019_snapshot_loudred": "Ambil foto Loudred", + "quest_title_challenge_2019_snapshot_pkmn": "Ambil {{amount_0}} foto Jirachi", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "Ambil {{amount_0}} foto Pokémon tipe Peri", + "quest_title_challenge_2019_snapshot_pkmn_flying": "Ambil {{amount_0}} foto Pokémon tipe Terbang", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "Ambil {{amount_0}} foto Pokémon tipe Hantu", + "quest_title_challenge_2019_snapshot_pkmn_grass": "Ambil {{amount_0}} foto Pokémon tipe Daun", + "quest_title_challenge_2019_snapshot_pkmn_ground": "Ambil {{amount_0}} foto Pokémon tipe Tanah", + "quest_title_challenge_2019_snapshot_pkmn_ice": "Ambil {{amount_0}} foto Pokémon tipe Es", + "quest_title_challenge_2019_snapshot_pkmn_normal": "Ambil {{amount_0}} foto Pokémon tipe Normal", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "Ambil {{amount_0}} foto Pokémon tipe Psychic", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Ambil {{amount_0}} foto Pokémon tipe Psychic atau Logam", + "quest_title_challenge_2019_snapshot_pkmn_rock": "Ambil {{amount_0}} foto Pokémon tipe Bebatuan", + "quest_title_challenge_2019_snapshot_pkmn_steel": "Ambil {{amount_0}} foto Pokémon tipe Logam", + "quest_title_challenge_2019_snapshot_pkmn_water": "Ambil {{amount_0}} foto Pokémon tipe Air", + "quest_title_challenge_2019_trade_distance": "Tukarkan 3 Pokémon dari jarak minimal 100 km", + "quest_title_challenge_available": "Tantangan baru tersedia!", + "quest_title_challenge_battle_gbl_win_all": "Menangkan GO Battle League", + "quest_title_challenge_battle_trainer_great": "Bertarung dengan Pelatih lain di Liga Great", + "quest_title_challenge_buddy_affection_plural": "Dapatkan {{amount_0}} hati dengan partner", + "quest_title_challenge_buddy_affection_single": "Dapatkan 1 hati dengan partner", + "quest_title_challenge_buddy_battle_plural": "Bertarung dengan partner {{amount_0}} kali ketika sedang bertualang bersama", + "quest_title_challenge_buddy_battle_single": "Bertarung dengan partner ketika sedang bertualang bersama", + "quest_title_challenge_buddy_emotion_plural": "Buat partnermu bersemangat {{amount_0}} kali", + "quest_title_challenge_buddy_emotion_single": "Buat partnermu bersemangat", + "quest_title_challenge_buddy_level_best_plural": "Menjadi Partner Terbaik dengan Pokémon {{amount_0}} kali", + "quest_title_challenge_buddy_level_best_single": "Menjadi Partner Terbaik dengan Pokémon", + "quest_title_challenge_buddy_level_good_plural": "Menjadi Partner Baik dengan Pokémon {{amount_0}} kali", + "quest_title_challenge_buddy_level_good_single": "Menjadi Partner Baik dengan Pokémon", + "quest_title_challenge_buddy_level_great_plural": "Menjadi Partner Dekat dengan Pokémon {{amount_0}} kali", + "quest_title_challenge_buddy_level_great_single": "Menjadi Partner Dekat dengan Pokémon", + "quest_title_challenge_buddy_level_plural": "Tingkatkan Level Partner Pokémon {{amount_0}} kali", + "quest_title_challenge_buddy_level_single": "Tingkatkan Level Partner Pokémon", + "quest_title_challenge_buddy_level_ultra_plural": "Menjadi Partner Ultra dengan Pokémon {{amount_0}} kali", + "quest_title_challenge_buddy_level_ultra_single": "Menjadi Partner Ultra dengan Pokémon", + "quest_title_challenge_buddy_play_plural": "Bermain dengan partnermu {{amount_0}} kali", + "quest_title_challenge_buddy_play_single": "Bermain dengan partnermu", + "quest_title_challenge_buddy_poi_plural": "Kunjungi lokasi menarik yang ditunjukkan oleh partnermu {{amount_0}} kali", + "quest_title_challenge_buddy_poi_single": "Kunjungi lokasi menarik yang ditunjukkan oleh partnermu", + "quest_title_challenge_buddy_snapshot_plural": "Ambil {{amount_0}} foto partnermu", + "quest_title_challenge_buddy_snapshot_single": "Ambil foto partnermu", + "quest_title_challenge_buddy_treat_plural": "Berikan {{amount_0}} camilan ke partner", + "quest_title_challenge_buddy_treat_single": "Berikan camilan ke partner", + "quest_title_challenge_catch_legendary": "Tangkap Pokémon Legendaris dari Inovasi Penelitian Lapangan atau Raid", + "quest_title_challenge_catch_unique_any": "Tangkap {{amount_0}} spesies Pokémon yang berbeda", + "quest_title_challenge_snapshot_bidoof": "Ambil foto Bidoof", + "quest_title_challenge_snapshot_dratini_singular": "Ambil foto Dratini", + "quest_title_challenge_snapshot_eevee": "Ambil foto Eevee", + "quest_title_challenge_snapshot_pkmn_bug": "Ambil {{amount_0}} foto Pokémon tipe Serangga", + "quest_title_challenge_snapshot_pkmn_bug_single": "Ambil foto Pokémon tipe Serangga", + "quest_title_challenge_snapshot_pkmn_dark": "Ambil {{amount_0}} foto Pokémon tipe Kegelapan", + "quest_title_challenge_snapshot_pkmn_dark_single": "Ambil foto Pokémon tipe Kegelapan", + "quest_title_challenge_snapshot_pkmn_dragon": "Ambil {{amount_0}} foto Pokémon tipe Naga", + "quest_title_challenge_snapshot_pkmn_dragon_single": "Ambil foto Pokémon tipe Naga", + "quest_title_challenge_snapshot_pkmn_electric": "Ambil {{amount_0}} foto Pokémon Tipe Listrik", + "quest_title_challenge_snapshot_pkmn_electric_single": "Ambil foto Pokémon tipe Listrik", + "quest_title_challenge_snapshot_pkmn_fairy_single": "Ambil foto Pokémon tipe Peri", + "quest_title_challenge_snapshot_pkmn_fighting": "Ambil {{amount_0}} foto Pokémon tipe Petarung", + "quest_title_challenge_snapshot_pkmn_fighting_single": "Ambil foto Pokémon tipe Petarung", + "quest_title_challenge_snapshot_pkmn_fire": "Ambil {{amount_0}} foto Pokémon tipe Api", + "quest_title_challenge_snapshot_pkmn_fire_single": "Ambil foto Pokémon tipe Api", + "quest_title_challenge_snapshot_pkmn_flying_single": "Ambil foto Pokémon tipe Terbang", + "quest_title_challenge_snapshot_pkmn_ghost_single": "Ambil foto Pokémon tipe Hantu", + "quest_title_challenge_snapshot_pkmn_grass_single": "Ambil foto Pokémon tipe Daun", + "quest_title_challenge_snapshot_pkmn_ground_single": "Ambil foto Pokémon tipe Tanah", + "quest_title_challenge_snapshot_pkmn_ice_single": "Ambil foto Pokémon tipe Es", + "quest_title_challenge_snapshot_pkmn_normal_single": "Ambil foto Pokémon tipe Normal", + "quest_title_challenge_snapshot_pkmn_poison": "Ambil {{amount_0}} foto Pokémon tipe Racun", + "quest_title_challenge_snapshot_pkmn_poison_single": "Ambil foto Pokémon tipe Racun", + "quest_title_challenge_snapshot_pkmn_psychic_single": "Ambil foto Pokémon tipe Psychic", + "quest_title_challenge_snapshot_pkmn_rock": "Ambil {{amount_0}} foto Pokémon tipe Bebatuan", + "quest_title_challenge_snapshot_pkmn_rock_single": "Ambil foto Pokémon tipe Bebatuan", + "quest_title_challenge_snapshot_pkmn_steel_single": "Ambil foto Pokémon tipe Logam", + "quest_title_challenge_snapshot_pkmn_water_single": "Ambil foto Pokémon tipe Air", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Ambil foto Blitzle di alam liar", + "quest_title_challenge_snapshot_wild_glameow_singular": "Ambil foto Glameow di alam liar", + "quest_title_geotarget_quest_description": "Pindai {{amount_0}}", + "quest_title_quest_achieve_lvl_40": "Capai level 40", + "quest_title_quest_adventure_effect_activate_plural": "Aktifkan Efek Petualangan {{amount_0}} kali", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Aktifkan Efek Petualangan Raungan Waktu {{amount_0}} kali", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Aktifkan Efek Petualangan Raungan Waktu", + "quest_title_quest_adventure_effect_activate_singular": "Aktifkan Efek Petualangan", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Aktifkan Efek Petualangan Cabikan Ruang Hiper {{amount_0}} kali", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Aktifkan Efek Petualangan Cabikan Ruang Hiper", + "quest_title_quest_adventure_evolve_singular": "Minggu Petualangan: Evolusikan Omanyte atau Kabuto", + "quest_title_quest_adventure_hatch_egg_plural": "Minggu Petualangan: Tetaskan {{amount_0}} Telur", + "quest_title_quest_adventure_visit_pokestop_new_plural": "Minggu Petualangan: Putar {{amount_0}} PokéStop yang belum pernah dikunjungi", + "quest_title_quest_adventure_walk_buddy_plural": "Minggu Petualangan: Dapatkan {{amount_0}} Permen dengan berjalan bersama partner", + "quest_title_quest_adventure2019_catch_special33_plural": "Minggu Petualangan 2019: Tangkap {{amount_0}} Aron", + "quest_title_quest_adventure2019_evolve_singular": "Minggu Petualangan 2019: Evolusikan Lileep atau Anorith", + "quest_title_quest_adventure2019_hatch_egg_plural": "Minggu Petualangan 2019: Tetaskan {{amount_0}} Telur", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Minggu Petualangan 2019: Putar {{amount_0}} PokéStop yang belum pernah dikunjungi", + "quest_title_quest_adventure2019_visit_pokestop_plural": "Minggu Petualangan 2019: Putar 25 PokéStop", + "quest_title_quest_adventure2019_walk_buddy_plural": "Minggu Petualangan 2019: Dapatkan {{amount_0}} Permen dengan berjalan bersama partnermu", + "quest_title_quest_alodude_catch": "Tangkap {{amount_0}} Alolan Geodude", + "quest_title_quest_alodude_evolve_a": "Evolusikan {{amount_0}} Alolan Geodude", + "quest_title_quest_alodude_evolve_b": "Evolusikan {{amount_0}} Alolan Graveler", + "quest_title_quest_alodude_snap": "Ambil {{amount_0}} foto Alolan Geodude", + "quest_title_quest_at_catch_a": "Tangkap {{amount_0}} Abra", + "quest_title_quest_at_evolve_a": "Evolusikan {{amount_0}} Abra", + "quest_title_quest_at_evolve_k": "Evolusikan {{amount_0}} Kadabra", + "quest_title_quest_axew_catch_b": "Tangkap {{amount_0}} Axew", + "quest_title_quest_axew_evolve_b": "Evolusikan {{amount_0}} Axew", + "quest_title_quest_axew_snapshot_b": "Ambil {{amount_0}} foto Axew", + "quest_title_quest_azelf_wild_snap": "Ambil foto Azelf di alam liar", + "quest_title_quest_bagon_catch_b": "Tangkap {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_plural": "Evolusikan {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_singular": "Evolusikan Bagon", + "quest_title_quest_bagon_snapshot_b": "Ambil {{amount_0}} foto Bagon", + "quest_title_quest_battle_buddy_adventure_plural": "Bertarung melawan Pelatih lain bersama Pokémon Partnermu ketika bertualang bersama {{amount_0}} kali", + "quest_title_quest_battle_buddy_adventure_single": "Bertarung melawan Pelatih lain bersama Pokémon Partnermu ketika bertualang bersama", + "quest_title_quest_battle_dangling_reward_toast": "Kamu harus menyelesaikan pertempuranmu saat ini sebelum memulai pertempuran baru!", + "quest_title_quest_battle_error_toast": "Terjadi kesalahan ketika memulai pertarungan", + "quest_title_quest_battle_gbl_halloween_plural": "Bertarung di Piala Halloween {{amount_0}} kali", + "quest_title_quest_battle_gbl_halloween_win_plural": "Menangkan {{amount_0}} Pertarungan Pelatih di Piala Halloween.", + "quest_title_quest_battle_gbl_plural": "Bertarung di GO Battle League {{amount_0}} kali", + "quest_title_quest_battle_gbl_singular": "Bertarung di GO Battle League", + "quest_title_quest_battle_gbl_win_plural": "Menangkan {{amount_0}} Pertarungan Pelatih di GO Battle League", + "quest_title_quest_battle_gbl_win_singular": "Menangkan Pertarungan Pelatih di GO Battle League", + "quest_title_quest_battle_great_plural": "Bertarung dengan Pelatih lain di Liga Great {{amount_0}} kali", + "quest_title_quest_battle_great_win_plural": "Menangkan {{amount_0}} Pertarungan Pelatih di Liga Great", + "quest_title_quest_battle_great_win_singular": "Menangkan Pertarungan Pelatih di Liga Great", + "quest_title_quest_battle_gym_plural": "Bertarung di Gym {{amount_0}} kali", + "quest_title_quest_battle_gym_singular": "Bertarung di Gym", + "quest_title_quest_battle_master_win_plural": "Menangkan {{amount_0}} Pertarungan Pelatih di Liga Master", + "quest_title_quest_battle_master_win_singular": "Menangkan Pertarungan Pelatih di Liga Master", + "quest_title_quest_battle_raid_plural": "Bertarung di {{amount_0}} Raid", + "quest_title_quest_battle_raid_singular": "Bertarung di Raid", + "quest_title_quest_battle_raid_with_friend_plural": "Bertarung dalam {{amount_0}} Raid bersama teman", + "quest_title_quest_battle_raid_with_friend_singular": "Bertarung dalam Raid bersama teman", + "quest_title_quest_battle_supereffective_charge_plural": "Gunakan Jurus Super yang superefektif di {{amount_0}} Pertarungan Gym", + "quest_title_quest_battle_supereffective_charge_singular": "Gunakan Jurus Super yang superefektif di Pertarungan Gym", + "quest_title_quest_battle_team_rocket_plural": "Bertarung melawan {{amount_0}} anggota Tim Roket GO", + "quest_title_quest_battle_team_rocket_singular": "Bertarung melawan 1 anggota Tim Roket GO", + "quest_title_quest_battle_ultra_win_plural": "Menangkan {{amount_0}} Pertarungan Pelatih di Liga Ultra", + "quest_title_quest_battle_ultra_win_singular": "Menangkan Pertarungan Pelatih di Liga Ultra", + "quest_title_quest_battle19_catch_fighting_easy": "Tangkap {{amount_0}} Pokémon tipe Petarung", + "quest_title_quest_battle19_catch_medium_pkmn": "Tangkap {{amount_0}} Makuhita atau Meditite", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Lakukan {{amount_0}} Excellent Throw secara beruntun", + "quest_title_quest_battle19_raid_win_veryhard": "Menangkan {{amount_0}} Raid", + "quest_title_quest_battle19_supereffective_charge_hard": "Gunakan Serangan Spesial yang superefektif di {{amount_0}} Pertarungan Gym", + "quest_title_quest_battler_appears": "SEORANG LAWAN MUNCUL!", + "quest_title_quest_beat_raid_10_minutes": "Menangkan Raid kurang dari 10 menit", + "quest_title_quest_beat_raid_60_seconds": "Menangkan Raid kurang dari 60 detik", + "quest_title_quest_beat_raid_singular_minutes": "Menangkan Raid kurang dari {{amount_0}} menit", + "quest_title_quest_beat_raid_singular_seconds": "Menangkan Raid kurang dari {{amount_0}} detik", + "quest_title_quest_begins19_catch_specific_plural": "Hari Pokémon: Tangkap {{amount_0}} Pidgey atau Rattata", + "quest_title_quest_begins19_evolve_plural": "Hari Pokémon: Evolusikan 1 Meowth", + "quest_title_quest_beldum_catch_b": "Tangkap {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_plural": "Evolusikan {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_singular": "Evolusikan Beldum", + "quest_title_quest_bellsprout_catch_b": "Tangkap {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_plural": "Evolusikan {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_singular": "Evolusikan Bellsprout", + "quest_title_quest_bellsprout_snapshot_b": "Ambil {{amount_0}} foto Bellsprout", + "quest_title_quest_beluga_evolve_pkmn": "Let's Go: Evolusikan {{amount_0}} Anorith", + "quest_title_quest_beluga_excellent_singular": "Let's Go: Lakukan {{amount_0}} Excellent Throw", + "quest_title_quest_beluga_hatch_plural": "Let's Go: Tetaskan {{amount_0}} Telur", + "quest_title_quest_best_buddy_bronze": "Miliki 1 Partner Terbaik", + "quest_title_quest_best_buddy_silver": "Miliki 10 Partner Terbaik", + "quest_title_quest_bounsweet_catch_b": "Tangkap {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_plural": "Evolusikan {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_singular": "Evolusikan Bounsweet", + "quest_title_quest_braixen_evolve_b": "Evolusikan {{amount_0}} Braixen", + "quest_title_quest_breakthrough_completed": "Penelitian Lapangan selesai!", + "quest_title_quest_breakthrough_reward_mystery": "Item misterius", + "quest_title_quest_breakthrough_reward_stardust": "Debu Bintang", + "quest_title_quest_brionne_evolve_b_plural": "Evolusikan {{amount_0}} Brionne", + "quest_title_quest_brionne_evolve_b_singular": "Evolusikan Brionne", + "quest_title_quest_buddy_affection_days": "Dapatkan hati bersama partnermu selama {{amount_0}} hari berbeda", + "quest_title_quest_buddy_affection_days_in_a_row": "Dapatkan hati bersama partnermu {{amount_0}} hari beruntun", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Bertarung melawan Pelatih lain bersama Pokémon Partnermu ketika bertualang bersama {{amount_0}} kali", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "Bertarung melawan Pelatih lain bersama Pokémon Partnermu ketika bertualang bersama", + "quest_title_quest_buddy_souvenir_plural": "Terima {{amount_0}} Suvenir dari partnermu", + "quest_title_quest_buddy_souvenir_singular": "Terima Suvenir dari partner", + "quest_title_quest_buddy_walk_km_plural": "Jalan {{amount_0}} km dengan partner", + "quest_title_quest_bulbt_catch_b": "Tangkap {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_b": "Evolusikan {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_s1": "Evolusikan {{amount_0}} Ivysaur", + "quest_title_quest_cacnea_catch": "Tangkap {{amount_0}} Cacnea", + "quest_title_quest_catch_151": "Tangkap 151 Pokémon", + "quest_title_quest_catch_b_types_plural": "Tangkap {{amount_0}} Pokémon tipe Listrik, Normal, atau Racun", + "quest_title_quest_catch_basic_types_plural": "Tangkap {{amount_0}} Pokémon tipe Daun, Air, atau Api", + "quest_title_quest_catch_berry_any_drifloon": "Gunakan {{amount_0}} Beri untuk mempermudah penangkapan Drifloon", + "quest_title_quest_catch_berry_nanab_drifloon": "Gunakan {{amount_0}} Beri Nanab untuk mempermudah penangkapan Drifloon", + "quest_title_quest_catch_berry_pinap": "Gunakan {{amount_0}} Beri Pinap untuk mempermudah penangkapan Pokémon", + "quest_title_quest_catch_berry_razz": "Gunakan {{amount_0}} Beri Razz untuk mempermudah penangkapan Pokémon", + "quest_title_quest_catch_berry_razz_drifloon": "Gunakan {{amount_0}} Beri Razz untuk mempermudah penangkapan Drifloon", + "quest_title_quest_catch_bronzor_plural": "Tangkap {{amount_0}} Bronzor", + "quest_title_quest_catch_c_types_plural": "Tangkap {{amount_0}} Pokémon tipe Terbang, Psychic, atau Kegelapan", + "quest_title_quest_catch_carbink_singular": "Tangkap Carbink", + "quest_title_quest_catch_celebi_types_plural": "Tangkap {{amount_0}} Pokémon tipe Daun atau Psychic", + "quest_title_quest_catch_costumed_plural": "Tangkap {{amount_0}} Eevee bermahkota matahari atau bermahkota bulan", + "quest_title_quest_catch_crabrawler_plural": "Tangkap {{amount_0}} Crabrawler", + "quest_title_quest_catch_dark_type_plural": "Tangkap {{amount_0}} Pokémon tipe Kegelapan", + "quest_title_quest_catch_darumaka_plural": "Tangkap {{amount_0}} Darumaka", + "quest_title_quest_catch_daysinarow": "Tangkap Pokémon {{amount_0}} hari berturut-turut", + "quest_title_quest_catch_dialga": "Tangkap Dialga", + "quest_title_quest_catch_drifloon": "Tangkap {{amount_0}} Drifloon", + "quest_title_quest_catch_ducklett_plural": "Tangkap {{amount_0}} Ducklett", + "quest_title_quest_catch_ducklett_singular": "Tangkap Ducklett", + "quest_title_quest_catch_emolga_plural": "Tangkap {{amount_0}} Emolga", + "quest_title_quest_catch_excellent_curve_drifloon": "Tangkap {{amount_0}} Drifloon dengan Lemparan Melengkung: Excellent", + "quest_title_quest_catch_excellent_with_berry_drifloon": "Tangkap {{amount_0}} Drifloon dengan Excellent Throw setelah memberinya Berri", + "quest_title_quest_catch_feed_plural": "Gunakan {{amount_0}} Beri untuk mempermudah penangkapan Pokémon", + "quest_title_quest_catch_feed_singular": "Gunakan Beri untuk mempermudah penangkapan Pokémon", + "quest_title_quest_catch_furfou_singular": "Tangkap Furfrou", + "quest_title_quest_catch_groudon_primal_boosted_types": "Tangkap {{amount_0}} Pokémon tipe Api, Daun, atau Tanah", + "quest_title_quest_catch_groudon_type": "Tangkap {{amount_0}} Pokémon Tipe Api, Daun, atau Tanah", + "quest_title_quest_catch_hoenn_pokemon": "Tangkap {{amount_0}} Pokémon yang pertama kali ditemukan di Daerah Hoenn", + "quest_title_quest_catch_in_day_plural": "Tangkap {{amount_0}} Pokémon dalam satu hari", + "quest_title_quest_catch_jan21_hoenn1_plural": "Tangkap {{amount_0}} Groudon", + "quest_title_quest_catch_jan21_hoenn2_plural": "Tangkap {{amount_0}} Kyogre", + "quest_title_quest_catch_johto_pokemon": "Tangkap {{amount_0}} Pokémon yang pertama kali ditemukan di Daerah Johto", + "quest_title_quest_catch_kanto_pokemon": "Tangkap {{amount_0}} Pokémon yang pertama kali ditemukan di Daerah Kanto", + "quest_title_quest_catch_kyogre_primal_boosted_types": "Tangkap {{amount_0}} Pokémon tipe Air, Listrik, atau Serangga", + "quest_title_quest_catch_kyogre_type": "Tangkap {{amount_0}} Pokémon Tipe Air, Listrik, atau Serangga", + "quest_title_quest_catch_legendary_inarow_plural": "Tangkap secara beruntun {{amount_0}} Pokémon Mitos atau Legendaris kamu temui selanjutnya", + "quest_title_quest_catch_legendary_plural": "Tangkap {{amount_0}} Pokémon Mitos atau Legendaris", + "quest_title_quest_catch_legendary_singular": "Tangkap Pokémon Mitos atau Legendaris", + "quest_title_quest_catch_lunatone_plural": "Tangkap {{amount_0}} Lunatone", + "quest_title_quest_catch_luvdisc": "Tangkap {{amount_0}} Luvdisc", + "quest_title_quest_catch_misc_01_types_plural": "Tangkap {{amount_0}} Pokémon tipe Normal, Air, atau Es", + "quest_title_quest_catch_nymble_plural": "Tangkap {{amount_0}} Nymble", + "quest_title_quest_catch_palkia": "Tangkap Palkia", + "quest_title_quest_catch_pikachu_plural": "Tangkap {{amount_0}} Pikachu", + "quest_title_quest_catch_plural_unique": "Tangkap {{amount_0}} spesies Pokémon yang berbeda", + "quest_title_quest_catch_pokemon_dai_plural": "Gunakan Pewangi Harian untuk menangkap {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_days": "Tangkap Pokémon selama {{amount_0}} hari berbeda", + "quest_title_quest_catch_pokemon_great_ball_plural": "Tangkap {{amount_0}} Pokémon dengan Bola Great", + "quest_title_quest_catch_pokemon_great_ball_singular": "Tangkap Pokémon dengan Bola Great", + "quest_title_quest_catch_pokemon_legendary_plural": "Tangkap {{amount_0}} Pokémon Legendaris", + "quest_title_quest_catch_pokemon_legendary_singular": "Tangkap Pokémon Legendaris", + "quest_title_quest_catch_pokemon_party_plural": "Tangkap {{amount_0}} Pokémon saat tergabung di Grup", + "quest_title_quest_catch_pokemon_plural": "Tangkap {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_poke_ball_plural": "Tangkap {{amount_0}} Pokémon dengan Bola Pokémon", + "quest_title_quest_catch_pokemon_poke_ball_singular": "Tangkap Pokémon dengan Bola Pokémon", + "quest_title_quest_catch_pokemon_routes_plural": "Tangkap {{amount_0}} Pokémon ketika menelusuri Rute", + "quest_title_quest_catch_pokemon_routes_singular": "Tangkap Pokémon ketika menelusuri Rute", + "quest_title_quest_catch_pokemon_singular": "Tangkap Pokémon", + "quest_title_quest_catch_pokemon_task": "Tangkap Pokémon", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "Tangkap {{amount_0}} Pokémon dengan Bola Ultra", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "Tangkap Pokémon dengan Bola Ultra", + "quest_title_quest_catch_psychic_steel": "Tangkap {{amount_0}} Pokémon tipe Psychic atau Logam", + "quest_title_quest_catch_raid_regi_any": "Tangkap Regirock, Regice, atau Registeel dari Raid", + "quest_title_quest_catch_raid_regi_ice": "Tangkap Regice dari Raid", + "quest_title_quest_catch_raid_regi_rock": "Tangkap Regirock dari Raid", + "quest_title_quest_catch_raid_regi_steel": "Tangkap Registeel dari Raid", + "quest_title_quest_catch_rayquaza_type": "Tangkap {{amount_0}} Pokémon Tipe Terbang, Psychic, atau Naga", + "quest_title_quest_catch_sinnoh_pokemon": "Tangkap {{amount_0}} Pokémon yang pertama kali ditemukan di Daerah Sinnoh", + "quest_title_quest_catch_sinnoh_pokemon_singular": "Tangkap Pokémon yang pertama kali ditemukan di Daerah Sinnoh", + "quest_title_quest_catch_solrock_plural": "Tangkap {{amount_0}} Solrock", + "quest_title_quest_catch_special_aerodactyl": "Tangkap Aerodactyl", + "quest_title_quest_catch_special_bidoof": "Tangkap {{amount_0}} Bidoof", + "quest_title_quest_catch_special_chespin": "Tangkap Chespin", + "quest_title_quest_catch_special_cottonee": "Tangkap {{amount_0}} Cottonee", + "quest_title_quest_catch_special_cubone": "Tangkap Cubone", + "quest_title_quest_catch_special_exeggcute": "Tangkap {{amount_0}} Exeggcute", + "quest_title_quest_catch_special_fennekin": "Tangkap Fennekin", + "quest_title_quest_catch_special_fletchling": "Tangkap Fletchling", + "quest_title_quest_catch_special_froakie": "Tangkap Froakie", + "quest_title_quest_catch_special_furfrou": "Tangkap Furfrou", + "quest_title_quest_catch_special_jirachi": "Tangkap Jirachi!", + "quest_title_quest_catch_special_lieep_anorithl": "Tangkap {{amount_0}} Lileep atau Anorith", + "quest_title_quest_catch_special_litleo": "Tangkap Litleo", + "quest_title_quest_catch_special_mew": "Tangkap Mew!", + "quest_title_quest_catch_special_natu": "Tangkap {{amount_0}} Natu", + "quest_title_quest_catch_special_omanyte_kabuto": "Tangkap {{amount_0}} Omanyte atau Kabuto", + "quest_title_quest_catch_special_pumpkaboo": "Tangkap {{amount_0}} Pumpkaboo", + "quest_title_quest_catch_special_slugma_gulpin": "Tangkap {{amount_0}} Slugma atau Gulpin", + "quest_title_quest_catch_special_voltorb": "Tangkap {{amount_0}} Voltorb", + "quest_title_quest_catch_special0_plural": "Tangkap {{amount_0}} Ditto", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Tangkap {{amount_0}} Pokémon yang ada di daftar event", + "quest_title_quest_catch_special0_singular": "Tangkap Ditto", + "quest_title_quest_catch_special1_plural": "Tangkap {{amount_0}} Oddish atau Bellsprout", + "quest_title_quest_catch_special1_singular": "Tangkap Oddish atau Bellsprout", + "quest_title_quest_catch_special2_plural": "Tangkap {{amount_0}} Swablu", + "quest_title_quest_catch_special2_singular": "Tangkap Swablu", + "quest_title_quest_catch_special3_plural": "Tangkap {{amount_0}} Pidgey atau Murkrow", + "quest_title_quest_catch_special3_singular": "Tangkap Pidgey atau Murkrow", + "quest_title_quest_catch_special4_plural": "Tangkap {{amount_0}} Treecko atau Mudkip", + "quest_title_quest_catch_special4_singular": "Tangkap Treecko atau Mudkip", + "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", + "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", + "quest_title_quest_catch_special6_plural": "Tangkap {{amount_0}} Mareep", + "quest_title_quest_catch_special7_plural": "Tangkap {{amount_0}} Charmander", + "quest_title_quest_catch_special8_plural": "Tangkap {{amount_0}} Larvitar", + "quest_title_quest_catch_special9_plural": "Tangkap {{amount_0}} Unown", + "quest_title_quest_catch_special10_plural": "Tangkap {{amount_0}} Plusle", + "quest_title_quest_catch_special11_plural": "Tangkap {{amount_0}} Minun", + "quest_title_quest_catch_special12_plural": "Tangkap {{amount_0}} Squirtle", + "quest_title_quest_catch_special13_plural": "Tangkap {{amount_0}} Roselia", + "quest_title_quest_catch_special14_singular": "Tangkap Meowth atau Growlithe", + "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", + "quest_title_quest_catch_special16_singular": "Tangkap Skitty atau Poochyena", + "quest_title_quest_catch_special17_plural": "Tangkap {{amount_0}} Eevee", + "quest_title_quest_catch_special18_plural": "Tangkap {{amount_0}} Beldum", + "quest_title_quest_catch_special19_plural": "Tangkap {{amount_0}} Slakoth", + "quest_title_quest_catch_special20_plural": "Tangkap {{amount_0}} Ralts", + "quest_title_quest_catch_special21_singular": "Tangkap Rattata atau Pikachu", + "quest_title_quest_catch_special22_plural": "Tangkap {{amount_0}} Chikorita", + "quest_title_quest_catch_special23_plural": "Tangkap {{amount_0}} Cyndaquil", + "quest_title_quest_catch_special24_plural": "Tangkap {{amount_0}} Totodile", + "quest_title_quest_catch_special25_plural": "Tangkap {{amount_0}} Swinub", + "quest_title_quest_catch_special26_plural": "Tangkap {{amount_0}} Treecko", + "quest_title_quest_catch_special27_plural": "Tangkap {{amount_0}} Bagon", + "quest_title_quest_catch_special28_plural": "Tangkap {{amount_0}} Torchic", + "quest_title_quest_catch_special29_plural": "Tangkap {{amount_0}} Mudkip", + "quest_title_quest_catch_special31_plural": "Tangkap {{amount_0}} Turtwig", + "quest_title_quest_catch_special33_plural": "Tangkap {{amount_0}} Trapinch", + "quest_title_quest_catch_special34_plural": "Tangkap {{amount_0}} Chimchar", + "quest_title_quest_catch_special35_plural": "Tangkap {{amount_0}} Piplup", + "quest_title_quest_catch_special36_plural": "Tangkap {{amount_0}} Rhyhorn", + "quest_title_quest_catch_special37_plural": "Tangkap {{amount_0}} Machop", + "quest_title_quest_catch_special38_plural": "Tangkap {{amount_0}} Vulpix", + "quest_title_quest_catch_special39_plural": "Tangkap {{amount_0}} Dratini", + "quest_title_quest_catch_special40_plural": "Tangkap {{amount_0}} Abra", + "quest_title_quest_catch_special41_plural": "Tangkap {{amount_0}} Spheal", + "quest_title_quest_catch_special42_plural": "Tangkap {{amount_0}} Weedle", + "quest_title_quest_catch_special43_plural": "Tangkap {{amount_0}} Starly", + "quest_title_quest_catch_special44_plural": "Tangkap {{amount_0}} Seedot", + "quest_title_quest_catch_special45_plural": "Tangkap {{amount_0}} Grimer", + "quest_title_quest_catch_special46_plural": "Tangkap {{amount_0}} Porygon", + "quest_title_quest_catch_staryu_plural": "Tangkap {{amount_0}} Staryu", + "quest_title_quest_catch_stufful_pinap_plural": "Gunakan {{amount_0}} Beri Pinap untuk mempermudah penangkapan Pokémon", + "quest_title_quest_catch_stufful_pinap_singular": "Gunakan Beri Pinap untuk mempermudah penangkapan Pokémon", + "quest_title_quest_catch_stufful_razz_plural": "Gunakan {{amount_0}} Beri Razz untuk mempermudah penangkapan Pokémon", + "quest_title_quest_catch_stufful_razz_singular": "Gunakan Beri Razz untuk mempermudah penangkapan Pokémon", + "quest_title_quest_catch_transform_pokemon_plural": "Tangkap {{amount_0}} Pokémon Transformasi", + "quest_title_quest_catch_trubbish_plural": "Tangkap {{amount_0}} Trubbish", + "quest_title_quest_catch_type_bug_plural": "Tangkap {{amount_0}} Pokémon tipe Serangga", + "quest_title_quest_catch_type_bug_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Serangga yang berbeda", + "quest_title_quest_catch_type_bug_singular": "Tangkap Pokémon tipe Serangga", + "quest_title_quest_catch_type_buzzwole": "Tangkap Pokémon yang bertipe sama dengan Buzzwole", + "quest_title_quest_catch_type_buzzwole_effective": "Tangkap Pokémon bertipe kelemahan Buzzwole", + "quest_title_quest_catch_type_buzzwole_plural": "Tangkap {{amount_0}} Pokémon yang bertipe sama dengan Buzzwole", + "quest_title_quest_catch_type_celesteela_effective": "Tangkap Pokémon bertipe kelemahan Celesteela", + "quest_title_quest_catch_type_dark_plural": "Tangkap {{amount_0}} Pokémon tipe Kegelapan", + "quest_title_quest_catch_type_dark_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Kegelapan yang berbeda", + "quest_title_quest_catch_type_dark_singular": "Tangkap Pokémon tipe Kegelapan", + "quest_title_quest_catch_type_dragon_normal_plural": "Tangkap {{amount_0}} Pokémon tipe Normal atau Naga", + "quest_title_quest_catch_type_dragon_plural": "Tangkap {{amount_0}} Pokémon tipe Naga", + "quest_title_quest_catch_type_dragon_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Naga yang berbeda", + "quest_title_quest_catch_type_dragon_singular": "Tangkap Pokémon tipe Naga", + "quest_title_quest_catch_type_electric_flying_plural": "Tangkap {{amount_0}} Pokémon tipe Listrik atau Terbang", + "quest_title_quest_catch_type_electric_plural": "Tangkap {{amount_0}} Pokémon tipe Listrik", + "quest_title_quest_catch_type_electric_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Listrik yang berbeda", + "quest_title_quest_catch_type_electric_singular": "Tangkap Pokémon tipe Listrik", + "quest_title_quest_catch_type_fairy_plural": "Tangkap {{amount_0}} Pokémon tipe Peri", + "quest_title_quest_catch_type_fairy_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Peri yang berbeda", + "quest_title_quest_catch_type_fairy_singular": "Tangkap Pokémon tipe Peri", + "quest_title_quest_catch_type_fighting_plural": "Tangkap {{amount_0}} Pokémon tipe Petarung", + "quest_title_quest_catch_type_fighting_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Petarung yang berbeda", + "quest_title_quest_catch_type_fighting_singular": "Tangkap Pokémon tipe Petarung", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Tangkap {{amount_0}} Pokémon tipe Api atau Kegelapan", + "quest_title_quest_catch_type_fire_plural": "Tangkap {{amount_0}} Pokémon tipe Api", + "quest_title_quest_catch_type_fire_singular": "Tangkap Pokémon tipe Api", + "quest_title_quest_catch_type_flying_plural": "Tangkap {{amount_0}} Pokémon tipe Terbang", + "quest_title_quest_catch_type_flying_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Terbang yang berbeda", + "quest_title_quest_catch_type_flying_singular": "Tangkap Pokémon tipe Terbang", + "quest_title_quest_catch_type_ghost_dark_plural": "Tangkap {{amount_0}} Pokémon tipe Hantu atau Kegelapan", + "quest_title_quest_catch_type_ghost_plural": "Tangkap {{amount_0}} Pokémon tipe Hantu", + "quest_title_quest_catch_type_ghost_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Hantu yang berbeda", + "quest_title_quest_catch_type_ghost_singular": "Tangkap Pokémon tipe Hantu", + "quest_title_quest_catch_type_grass_bug_plural": "Tangkap {{amount_0}} Pokémon tipe Serangga atau Daun", + "quest_title_quest_catch_type_grass_plural": "Tangkap {{amount_0}} Pokémon tipe Daun", + "quest_title_quest_catch_type_grass_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Daun yang berbeda", + "quest_title_quest_catch_type_grass_poison_plural": "Tangkap {{amount_0}} Pokémon tipe Daun atau Racun", + "quest_title_quest_catch_type_grass_singular": "Tangkap Pokémon tipe Daun", + "quest_title_quest_catch_type_ground_plural": "Tangkap {{amount_0}} Pokémon tipe Tanah", + "quest_title_quest_catch_type_ground_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Tanah yang berbeda", + "quest_title_quest_catch_type_ground_singular": "Tangkap Pokémon tipe Tanah", + "quest_title_quest_catch_type_guzzlord_effective": "Tangkap Pokémon bertipe kelemahan Guzzlord", + "quest_title_quest_catch_type_ice_grass_plural_unique": "Tangkap {{amount_0}} Pokémon tipe Daun atau Es", + "quest_title_quest_catch_type_ice_plural": "Tangkap {{amount_0}} Pokémon tipe Es", + "quest_title_quest_catch_type_ice_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Es yang berbeda", + "quest_title_quest_catch_type_ice_singular": "Tangkap Pokémon tipe Es", + "quest_title_quest_catch_type_kartana_effective": "Tangkap Pokémon bertipe kelemahan Kartana", + "quest_title_quest_catch_type_nihilego": "Tangkap Pokémon yang bertipe sama dengan Nihilego", + "quest_title_quest_catch_type_nihilego_effective": "Tangkap Pokémon bertipe kelemahan Nihilego", + "quest_title_quest_catch_type_nihilego_plural": "Tangkap {{amount_0}} Pokémon yang bertipe sama dengan Nihilego", + "quest_title_quest_catch_type_normal_plural": "Tangkap {{amount_0}} Pokémon tipe Normal", + "quest_title_quest_catch_type_normal_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Normal yang berbeda", + "quest_title_quest_catch_type_normal_singular": "Tangkap Pokémon tipe Normal", + "quest_title_quest_catch_type_pheremosa_effective": "Tangkap Pokémon bertipe kelemahan Pheromosa", + "quest_title_quest_catch_type_pheromosa": "Tangkap Pokémon yang bertipe sama dengan Pheromosa", + "quest_title_quest_catch_type_pheromosa_plural": "Tangkap {{amount_0}} Pokémon yang bertipe sama dengan Pheromosa", + "quest_title_quest_catch_type_poison_plural": "Tangkap {{amount_0}} Pokémon tipe Racun", + "quest_title_quest_catch_type_poison_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Racun yang berbeda", + "quest_title_quest_catch_type_poison_singular": "Tangkap Pokémon tipe Racun", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "Tangkap {{amount_0}} Pokémon tipe Psychic atau Petarung", + "quest_title_quest_catch_type_psychic_plural": "Tangkap {{amount_0}} Pokémon tipe Psychic", + "quest_title_quest_catch_type_psychic_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Psychic yang berbeda", + "quest_title_quest_catch_type_psychic_singular": "Tangkap Pokémon tipe Psychic", + "quest_title_quest_catch_type_rock_plural": "Tangkap {{amount_0}} Pokémon tipe Bebatuan", + "quest_title_quest_catch_type_rock_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Bebatuan yang berbeda", + "quest_title_quest_catch_type_rock_singular": "Tangkap Pokémon tipe Bebatuan", + "quest_title_quest_catch_type_shaymin": "Tangkap Pokémon yang bertipe sama dengan Shaymin", + "quest_title_quest_catch_type_shaymin_plural": "Tangkap {{amount_0}} Pokémon yang bertipe sama dengan Shaymin", + "quest_title_quest_catch_type_steel_plural": "Tangkap {{amount_0}} Pokémon tipe Logam", + "quest_title_quest_catch_type_steel_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Logam yang berbeda", + "quest_title_quest_catch_type_steel_singular": "Tangkap Pokémon tipe Logam", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Tangkap {{amount_0}} Pokémon tipe Api, Listrik, atau Air", + "quest_title_quest_catch_type_water_flying_plural": "Tangkap {{amount_0}} Pokémon tipe Air atau Terbang", + "quest_title_quest_catch_type_water_ground_plural": "Tangkap {{amount_0}} Pokémon tipe Air atau Tanah", + "quest_title_quest_catch_type_water_plural": "Tangkap {{amount_0}} Pokémon tipe Air", + "quest_title_quest_catch_type_water_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Air yang berbeda", + "quest_title_quest_catch_type_water_singular": "Tangkap Pokémon tipe Air", + "quest_title_quest_catch_type_xurkitree": "Tangkap Pokémon yang bertipe sama dengan Xurkitree", + "quest_title_quest_catch_type_xurkitree_effective": "Tangkap Pokémon bertipe kelemahan Xurkitree", + "quest_title_quest_catch_type_xurkitree_plural": "Tangkap {{amount_0}} Pokémon yang bertipe sama dengan Xurkitree", + "quest_title_quest_catch_types_rainy_plural": "Tangkap {{amount_0}} Pokémon tipe Air, Listrik, atau Serangga", + "quest_title_quest_catch_types_rainy_singular": "Tangkap Pokémon tipe Air, Listrik, atau Serangga", + "quest_title_quest_catch_types_snowy_plural": "Tangkap {{amount_0}} Pokémon tipe Logam atau Es", + "quest_title_quest_catch_types_snowy_singular": "Tangkap Pokémon tipe Logam atau Es", + "quest_title_quest_catch_types_sunny_plural": "Tangkap {{amount_0}} Pokémon tipe Tanah, Api, atau Daun", + "quest_title_quest_catch_types_sunny_singular": "Tangkap Pokémon tipe Tanah, Api, atau Daun", + "quest_title_quest_catch_types_windy_plural": "Tangkap {{amount_0}} Pokémon tipe Terbang, Psychic, atau Naga", + "quest_title_quest_catch_types_windy_singular": "Tangkap Pokémon tipe Terbang, Psychic, atau Naga", + "quest_title_quest_catch_weather_boost_plural": "Tangkap {{amount_0}} Pokémon dengan Pemacu Cuaca", + "quest_title_quest_catch_weather_boost_singular": "Tangkap Pokémon dengan Pemacu Cuaca", + "quest_title_quest_catch_whismur": "Tangkap {{amount_0}} Whismur", + "quest_title_quest_challenge_party_power_plural": "Gunakan Penguat Grup {{amount_0}} kali pada Pertarungan Raid", + "quest_title_quest_challenge_party_power_singular": "Gunakan Penguat Grup pada Pertarungan Raid", + "quest_title_quest_change_form_furfrou": "Ubah wujud Furfrou", + "quest_title_quest_change_form_plural": "Ubah wujud {{amount_0}} Pokémon", + "quest_title_quest_change_form_singular": "Ubah wujud Pokémon", + "quest_title_quest_chansey_catch_b": "Tangkap {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_plural": "Evolusikan {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_singular": "Evolusikan Chansey", + "quest_title_quest_chansey_snapshot_b": "Ambil {{amount_0}} foto Chansey", + "quest_title_quest_charge_attack_party_plural": "Gunakan {{amount_0}} Jurus Super saat tergabung di Grup", + "quest_title_quest_charge_attack_party_singular": "Gunakan Jurus Super saat tergabung di Grup", + "quest_title_quest_charged_attack_plural": "Gunakan {{amount_0}} Jurus Super", + "quest_title_quest_charjabug_evolve_b": "Evolusikan {{amount_0}} Charjabug", + "quest_title_quest_chart_catch_b": "Tangkap {{amount_0}} Charmander", + "quest_title_quest_chart_catch_s1": "Tangkap {{amount_0}} Charmeleon", + "quest_title_quest_chart_evolve_b": "Evolusikan {{amount_0}} Charmander", + "quest_title_quest_chart_evolve_s1": "Evolusikan {{amount_0}} Charmeleon", + "quest_title_quest_chespin_catch_b": "Tangkap {{amount_0}} Chespin", + "quest_title_quest_chespin_evolve_b": "Evolusikan {{amount_0}} Chespin", + "quest_title_quest_chespin_snapshot_b": "Ambil {{amount_0}} foto Chespin", + "quest_title_quest_crocalor_evolve_b": "Evolusikan Crocalor", + "quest_title_quest_cyndaquil_catch_b": "Tangkap {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_plural": "Evolusikan {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_singular": "Evolusikan Cyndaquil", + "quest_title_quest_dartrix_evolve_b_plural": "Evolusikan {{amount_0}} Dartrix", + "quest_title_quest_dartrix_evolve_b_singular": "Evolusikan {{amount_0}} Dartrix", + "quest_title_quest_dec2021_catch_b": "Tangkap {{amount_0}} Pokémon terpilih selama Hari Komunitas Desember 2021", + "quest_title_quest_dec2022_catch_b": "Tangkap {{amount_0}} Pokémon Pilihan selama Hari Komunitas Desember 2022", + "quest_title_quest_dec2023_catch_b": "Tangkap {{amount_0}} Pokémon terpilih selama Hari Komunitas Desember 2023", + "quest_title_quest_defeat_jessie_james_plural": "Kalahkan Jessie atau James {{amount_0}} kali", + "quest_title_quest_defeat_rocket": "Kalahkan {{amount_0}} anggota Tim Roket GO", + "quest_title_quest_defeat_rocket_leader_2500": "Kalahkan {{amount_0}} Pemimpin Tim Roket GO menggunakan Pokémon dengan atau di bawah 2.500 CP", + "quest_title_quest_defeat_rocket_singular": "Kalahkan anggota Tim Roket GO", + "quest_title_quest_deino_catch": "Tangkap {{amount_0}} Deino", + "quest_title_quest_deino_evolve_a": "Evolusikan {{amount_0}} Deino", + "quest_title_quest_deino_evolve_b": "Evolusikan {{amount_0}} Deino atau Zweilous", + "quest_title_quest_deino_snap": "Ambil {{amount_0}} foto Deino", + "quest_title_quest_dragonair_evolve_b": "Evolusikan {{amount_0}} Dragonair", + "quest_title_quest_dratini_cdc_catch_b": "Tangkap {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_evolve_b": "Evolusikan {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_snapshot_b": "Ambil {{amount_0}} foto Dratini", + "quest_title_quest_drizzle_evolve": "Evolusikan Drizzile", + "quest_title_quest_dude_catch": "Tangkap {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_a": "Evolusikan {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_b": "Evolusikan {{amount_0}} Graveler", + "quest_title_quest_dude_snap": "Ambil {{amount_0}} foto Geodude", + "quest_title_quest_duskt_catch_b": "Tangkap {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_b": "Evolusikan {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_s1": "Evolusikan {{amount_0}} Dusclops", + "quest_title_quest_earn_buddy_ribbon_plural": "Dapatkan {{amount_0}} Pita Partner Terbaik dengan Pokémon milikmu", + "quest_title_quest_eelektrik_evolve_b_plural": "Evolusikan {{amount_0}} Eelektrik", + "quest_title_quest_eelektrik_evolve_b_singular": "Evolusikan Eelektrik", + "quest_title_quest_eevee_evolve_plural": "Evolusikan Eevee ke setiap ragam Evolusinya", + "quest_title_quest_eevet_catch_b": "Tangkap {{amount_0}} Eevee", + "quest_title_quest_eevet_evolve_b": "Evolusikan {{amount_0}} Eevee", + "quest_title_quest_elect_catch_b": "Tangkap {{amount_0}} Electabuzz", + "quest_title_quest_elect_evolve_b": "Evolusikan {{amount_0}} Electabuzz", + "quest_title_quest_elite_raid_victory_plural": "Menangkan {{amount_0}} Raid Elite", + "quest_title_quest_elite_raid_victory_singular": "Menangkan Raid Elite", + "quest_title_quest_elite4_a": "Taklukan Empat Elite Tur GO: Pelatih Mesa", + "quest_title_quest_elite4_b": "Taklukan Empat Elite Tur GO: Pelatih Gua", + "quest_title_quest_elite4_c": "Taklukan Empat Elite Tur GO: Pelatih Samudra", + "quest_title_quest_elite4_d": "Taklukan Empat Elite Tur GO: Pelatih Sabana", + "quest_title_quest_elrd22_april16_battle": "Penelitian Exeggcute: Bertarung di Gym", + "quest_title_quest_elrd22_april16_berries": "Penelitian Exeggcute: Gunakan 3 Beri untuk mempermudah penangkapan Pokémon", + "quest_title_quest_elrd22_april16_catch_grass": "Penelitian Exeggcute: Tangkap 3 Pokémon tipe Daun", + "quest_title_quest_elrd22_april16_charged_move": "Penelitian Exeggcute: Gunakan Serangan Spesial superefektif", + "quest_title_quest_elrd22_april16_curve": "Penelitian Exeggcute: Lakukan 5 Lemparan Melengkung", + "quest_title_quest_elrd22_april16_evolve_grass": "Penelitian Exeggcute: Evolusikan 2 Pokémon tipe Daun", + "quest_title_quest_elrd22_april16_gifts_stickers": "Penelitian Exeggcute: Kirimkan 2 hadiah dengan stiker", + "quest_title_quest_elrd22_april16_great": "Penelitian Exeggcute: Lakukan 3 Great Throw", + "quest_title_quest_elrd22_april16_great_row": "Penelitian Exeggcute: Lakukan 2 Great Throw secara beruntun", + "quest_title_quest_elrd22_april16_nice": "Penelitian Exeggcute: Lakukan 5 Nice Throw", + "quest_title_quest_elrd22_april16_nice_row": "Penelitian Exeggcute: Lakukan 3 Nice Throw secara beruntun", + "quest_title_quest_elrd22_april16_raid": "Penelitian Exeggcute: Bertarung di Raid", + "quest_title_quest_elrd22_april16_spin": "Penelitian Exeggcute: Putar 2 PokéStop", + "quest_title_quest_elrd22_april16_weather_easy": "Penelitian Exeggcute: Tangkap 3 Pokémon dengan Pemacu Cuaca", + "quest_title_quest_elrd22_april16_weather_hard": "Penelitian Exeggcute: Tangkap 5 Pokémon dengan Pemacu Cuaca", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Penelitian Exeggcute: Ambil foto Pokémon tipe Daun liar", + "quest_title_quest_equinox19_catch_medium_pkmn": "Tangkap {{amount_0}} Bulbasaur atau Chikorita", + "quest_title_quest_equinox19_catch_type_grass_plural": "Tangkap {{amount_0}} Pokémon tipe Daun", + "quest_title_quest_equinox19_evolve_type_grass_plural": "Evolusikan {{amount_0}} Pokémon tipe Daun", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Evolusikan {{amount_0}} Pokémon tipe Daun", + "quest_title_quest_event_eevee_snapshot_barcelona": "Ambil foto Eevee milikmu di Barcelona", + "quest_title_quest_event_eevee_snapshot_jakarta": "Ambil foto Eevee milikmu di Jakarta", + "quest_title_quest_event_eevee_snapshot_mexico_city": "Ambil foto Eevee milikmu di Kota Meksiko", + "quest_title_quest_event_eevee_snapshot_seoul": "Ambil foto Eevee milikmu di Seoul", + "quest_title_quest_event_eevee_snapshot_tainan": "Ambil foto Eevee milikmu di Tainan", + "quest_title_quest_event_leave_behind_spin": "Putar 10 PokéStop atau Gym yang belum pernah dikunjungi", + "quest_title_quest_event_leave_behind_spin_safari_city": "Putar PokéStop di Lokasi Eevee Si Penjelajah mana pun", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Putar {{amount_0}} PokéStop pada lokasi Eevee Si Penjelajah yang belum pernah dikunjungi", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Putar PokéStop pada lokasi Eevee Si Penjelajah yang belum pernah dikunjungi", + "quest_title_quest_event_spin_barcelona": "Putar PokéStop atau Gym di Barcelona", + "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", + "quest_title_quest_event_spin_jakarta": "Putar PokéStop atau Gym di Jakarta", + "quest_title_quest_event_spin_mexico_city": "Putar PokéStop atau Gym di Kota Meksiko", + "quest_title_quest_event_spin_seoul": "Putar PokéStop atau Gym di Seoul", + "quest_title_quest_event_spin_tainan": "Putar PokéStop atau Gym di Tainan", + "quest_title_quest_evolve_abra_singular": "Evolusikan 1 Abra", + "quest_title_quest_evolve_aipom_singular": "Evolusikan 1 Aipom", + "quest_title_quest_evolve_amaura_singular": "Evolusikan 1 Amaura", + "quest_title_quest_evolve_anorith_singular": "Evolusikan 1 Anorith", + "quest_title_quest_evolve_archen_singular": "Evolusikan 1 Archen", + "quest_title_quest_evolve_aron_singular": "Evolusikan 1 Aron", + "quest_title_quest_evolve_axew_singular": "Evolusikan 1 Axew", + "quest_title_quest_evolve_azurill_singular": "Evolusikan 1 Azurill", + "quest_title_quest_evolve_bagon_singular": "Evolusikan 1 Bagon", + "quest_title_quest_evolve_baltoy_singular": "Evolusikan 1 Baltoy", + "quest_title_quest_evolve_barboach_singular": "Evolusikan 1 Barboach", + "quest_title_quest_evolve_bayleef": "Evolusikan Bayleef", + "quest_title_quest_evolve_bayleef_singular": "Evolusikan 1 Bayleef", + "quest_title_quest_evolve_beldum_singular": "Evolusikan 1 Beldum", + "quest_title_quest_evolve_bellsprout_singular": "Evolusikan 1 Bellsprout", + "quest_title_quest_evolve_bergmite_singular": "Evolusikan 1 Bergmite", + "quest_title_quest_evolve_bidoof_singular": "Evolusikan 1 Bidoof", + "quest_title_quest_evolve_binacle_singular": "Evolusikan 1 Binacle", + "quest_title_quest_evolve_blitzle_singular": "Evolusikan 1 Blitzle", + "quest_title_quest_evolve_boldore_singular": "Evolusikan 1 Boldore", + "quest_title_quest_evolve_bonsly_singular": "Evolusikan 1 Bonsly", + "quest_title_quest_evolve_braixen_singular": "Evolusikan 1 Braixen", + "quest_title_quest_evolve_bronzor_singular": "Evolusikan 1 Bronzor", + "quest_title_quest_evolve_budew_singular": "Evolusikan 1 Budew", + "quest_title_quest_evolve_buizel_singular": "Evolusikan 1 Buizel", + "quest_title_quest_evolve_bulbasaur": "Evolusikan Bulbasaur", + "quest_title_quest_evolve_bulbasaur_singular": "Evolusikan 1 Bulbasaur", + "quest_title_quest_evolve_buneary_singular": "Evolusikan 1 Buneary", + "quest_title_quest_evolve_bunnelby_singular": "Evolusikan 1 Bunnelby", + "quest_title_quest_evolve_burmy_singular": "Evolusikan 1 Burmy", + "quest_title_quest_evolve_cacnea_singular": "Evolusikan 1 Cacnea", + "quest_title_quest_evolve_carvanha_singular": "Evolusikan 1 Carvanha", + "quest_title_quest_evolve_cascoon_singular": "Evolusikan 1 Cascoon", + "quest_title_quest_evolve_caterpie_singular": "Evolusikan 1 Caterpie", + "quest_title_quest_evolve_chansey_singular": "Evolusikan 1 Chansey", + "quest_title_quest_evolve_charmander": "Evolusikan Charmander", + "quest_title_quest_evolve_charmander_singular": "Evolusikan 1 Charmander", + "quest_title_quest_evolve_charmeleon_singular": "Evolusikan 1 Charmeleon", + "quest_title_quest_evolve_cherubi_singular": "Evolusikan 1 Cherubi", + "quest_title_quest_evolve_chespin_singular": "Evolusikan 1 Chespin", + "quest_title_quest_evolve_chikorita": "Evolusikan Chikorita", + "quest_title_quest_evolve_chikorita_singular": "Evolusikan 1 Chikorita", + "quest_title_quest_evolve_chimchar_singular": "Evolusikan 1 Chimchar", + "quest_title_quest_evolve_chinchou_singular": "Evolusikan 1 Chinchou", + "quest_title_quest_evolve_chingling_singular": "Evolusikan 1 Chingling", + "quest_title_quest_evolve_clamperl_singular": "Evolusikan 1 Clamperl", + "quest_title_quest_evolve_clauncher_singular": "Evolusikan 1 Clauncher", + "quest_title_quest_evolve_clefairy_singular": "Evolusikan 1 Clefairy", + "quest_title_quest_evolve_cleffa_singular": "Evolusikan 1 Cleffa", + "quest_title_quest_evolve_combee_singular": "Evolusikan 1 Combee", + "quest_title_quest_evolve_combusken_singular": "Evolusikan 1 Combusken", + "quest_title_quest_evolve_corphish_singular": "Evolusikan 1 Corphish", + "quest_title_quest_evolve_cosmoem_singular": "Evolusikan Cosmoem", + "quest_title_quest_evolve_cosmog_singular": "Evolusikan Cosmog", + "quest_title_quest_evolve_cottonee_singular": "Evolusikan 1 Cottonee", + "quest_title_quest_evolve_cranidos_singular": "Evolusikan 1 Cranidos", + "quest_title_quest_evolve_croagunk_singular": "Evolusikan 1 Croagunk", + "quest_title_quest_evolve_croconaw": "Evolusikan Croconaw", + "quest_title_quest_evolve_croconaw_singular": "Evolusikan 1 Croconaw", + "quest_title_quest_evolve_cubchoo_singular": "Evolusikan 1 Cubchoo", + "quest_title_quest_evolve_cubone_singular": "Evolusikan 1 Cubone", + "quest_title_quest_evolve_cyndaquil": "Evolusikan Cyndaquil", + "quest_title_quest_evolve_cyndaquil_singular": "Evolusikan 1 Cyndaquil", + "quest_title_quest_evolve_dark_type_singular": "Evolusikan Pokémon tipe Kegelapan", + "quest_title_quest_evolve_darumaka_singular": "Evolusikan 1 Darumaka", + "quest_title_quest_evolve_deerling_singular": "Evolusikan 1 Deerling", + "quest_title_quest_evolve_deino_singular": "Evolusikan 1 Deino", + "quest_title_quest_evolve_dewott_singular": "Evolusikan 1 Dewott", + "quest_title_quest_evolve_diglett_singular": "Evolusikan 1 Diglett", + "quest_title_quest_evolve_doduo_singular": "Evolusikan 1 Doduo", + "quest_title_quest_evolve_doublade_singular": "Evolusikan 1 Doublade", + "quest_title_quest_evolve_dragonair_singular": "Evolusikan 1 Dragonair", + "quest_title_quest_evolve_dratini_singular": "Evolusikan 1 Dratini", + "quest_title_quest_evolve_drifloon_singular": "Evolusikan 1 Drifloon", + "quest_title_quest_evolve_drilbur_singular": "Evolusikan 1 Drilbur", + "quest_title_quest_evolve_drowzee_singular": "Evolusikan 1 Drowzee", + "quest_title_quest_evolve_ducklett_singular": "Evolusikan 1 Ducklett", + "quest_title_quest_evolve_duosion_singular": "Evolusikan 1 Duosion", + "quest_title_quest_evolve_durant_singular": "Evolusikan 1 Durant", + "quest_title_quest_evolve_dusclops_singular": "Evolusikan 1 Dusclops", + "quest_title_quest_evolve_duskull_singular": "Evolusikan 1 Duskull", + "quest_title_quest_evolve_dwebble_singular": "Evolusikan 1 Dwebble", + "quest_title_quest_evolve_eelektrik_singular": "Evolusikan 1 Eelektrik", + "quest_title_quest_evolve_eevee_singular": "Evolusikan 1 Eevee", + "quest_title_quest_evolve_eevee_types_plural": "Evolusikan {{amount_0}} Pokémon tipe Listrik, Air, atau Api", + "quest_title_quest_evolve_eevee_types_singular": "Evolusikan Pokémon tipe Listrik, Air, atau Api", + "quest_title_quest_evolve_ekans_singular": "Evolusikan 1 Ekans", + "quest_title_quest_evolve_electabuzz_singular": "Evolusikan 1 Electabuzz", + "quest_title_quest_evolve_electrike_singular": "Evolusikan 1 Electrike", + "quest_title_quest_evolve_elekid_singular": "Evolusikan 1 Elekid", + "quest_title_quest_evolve_elgyem_singular": "Evolusikan 1 Elgyem", + "quest_title_quest_evolve_espeon": "Evolusikan Eevee ke Espeon di siang hari", + "quest_title_quest_evolve_espurr_singular": "Evolusikan 1 Espurr", + "quest_title_quest_evolve_evolved_grass_singular": "Evolusikan Pokémon tipe Daun yang sudah dievolusikan", + "quest_title_quest_evolve_exeggcute_singular": "Evolusikan 1 Exeggcute", + "quest_title_quest_evolve_farfetch'd_singular": "Evolusikan 1 Farfetch'd", + "quest_title_quest_evolve_feebas_singular": "Evolusikan 1 Feebas", + "quest_title_quest_evolve_fennekin_singular": "Evolusikan 1 Fennekin", + "quest_title_quest_evolve_ferroseed_singular": "Evolusikan 1 Ferroseed", + "quest_title_quest_evolve_finneon_singular": "Evolusikan 1 Finneon", + "quest_title_quest_evolve_flaaffy_singular": "Evolusikan 1 Flaaffy", + "quest_title_quest_evolve_flabébé_singular": "Evolusikan 1 Flabébé", + "quest_title_quest_evolve_fletchinder_singular": "Evolusikan 1 Fletchinder", + "quest_title_quest_evolve_fletchling_singular": "Evolusikan 1 Fletchling", + "quest_title_quest_evolve_floette_singular": "Evolusikan 1 Floette", + "quest_title_quest_evolve_foongus_singular": "Evolusikan 1 Foongus", + "quest_title_quest_evolve_fraxure_singular": "Evolusikan 1 Fraxure", + "quest_title_quest_evolve_frillish_singular": "Evolusikan 1 Frillish", + "quest_title_quest_evolve_froakie_singular": "Evolusikan 1 Froakie", + "quest_title_quest_evolve_frogadier_singular": "Evolusikan 1 Frogadier", + "quest_title_quest_evolve_gabite_singular": "Evolusikan 1 Gabite", + "quest_title_quest_evolve_gastly_singular": "Evolusikan 1 Gastly", + "quest_title_quest_evolve_geodude_singular": "Evolusikan 1 Geodude", + "quest_title_quest_evolve_gible_singular": "Evolusikan 1 Gible", + "quest_title_quest_evolve_glalie_singular": "Evolusikan 1 Glalie", + "quest_title_quest_evolve_glameow_singular": "Evolusikan 1 Glameow", + "quest_title_quest_evolve_gligar_singular": "Evolusikan 1 Gligar", + "quest_title_quest_evolve_gloom_singular": "Evolusikan 1 Gloom", + "quest_title_quest_evolve_golbat_singular": "Evolusikan 1 Golbat", + "quest_title_quest_evolve_goldeen_singular": "Evolusikan 1 Goldeen", + "quest_title_quest_evolve_golett_singular": "Evolusikan 1 Golett", + "quest_title_quest_evolve_goomy_singular": "Evolusikan 1 Goomy", + "quest_title_quest_evolve_gothita_singular": "Evolusikan 1 Gothita", + "quest_title_quest_evolve_gothorita_singular": "Evolusikan 1 Gothorita", + "quest_title_quest_evolve_graveler_singular": "Evolusikan 1 Graveler", + "quest_title_quest_evolve_grimer_singular": "Evolusikan 1 Grimer", + "quest_title_quest_evolve_grotle_singular": "Evolusikan 1 Grotle", + "quest_title_quest_evolve_ground_plural": "Evolusikan {{amount_0}} Pokémon tipe Tanah", + "quest_title_quest_evolve_grovyle_singular": "Evolusikan 1 Grovyle", + "quest_title_quest_evolve_growlithe_singular": "Evolusikan 1 Growlithe", + "quest_title_quest_evolve_gulpin_singular": "Evolusikan 1 Gulpin", + "quest_title_quest_evolve_gurdurr_singular": "Evolusikan 1 Gurdurr", + "quest_title_quest_evolve_happiny_singular": "Evolusikan 1 Happiny", + "quest_title_quest_evolve_haunter_singular": "Evolusikan 1 Haunter", + "quest_title_quest_evolve_heatmor_singular": "Evolusikan 1 Heatmor", + "quest_title_quest_evolve_helioptile_singular": "Evolusikan 1 Helioptile", + "quest_title_quest_evolve_herdier_singular": "Evolusikan 1 Herdier", + "quest_title_quest_evolve_hippopotas_singular": "Evolusikan 1 Hippopotas", + "quest_title_quest_evolve_honedge_singular": "Evolusikan 1 Honedge", + "quest_title_quest_evolve_hoothoot_singular": "Evolusikan 1 Hoothoot", + "quest_title_quest_evolve_hoppip_singular": "Evolusikan 1 Hoppip", + "quest_title_quest_evolve_horsea_singular": "Evolusikan 1 Horsea", + "quest_title_quest_evolve_houndour_singular": "Evolusikan 1 Houndour", + "quest_title_quest_evolve_igglybuff_singular": "Evolusikan 1 Igglybuff", + "quest_title_quest_evolve_illumise_singular": "Evolusikan 1 Illumise", + "quest_title_quest_evolve_inkay_singular": "Evolusikan 1 Inkay", + "quest_title_quest_evolve_items_plural": "Gunakan alat untuk mengevolusikan Pokémon {{amount_0}} kali", + "quest_title_quest_evolve_items_singular": "Gunakan alat untuk mengevolusi Pokémon", + "quest_title_quest_evolve_ivysaur_singular": "Evolusikan 1 Ivysaur", + "quest_title_quest_evolve_jigglypuff_singular": "Evolusikan 1 Jigglypuff", + "quest_title_quest_evolve_joltik_singular": "Evolusikan 1 Joltik", + "quest_title_quest_evolve_kabuto_singular": "Evolusikan 1 Kabuto", + "quest_title_quest_evolve_kadabra_singular": "Evolusikan 1 Kadabra", + "quest_title_quest_evolve_kakuna_singular": "Evolusikan 1 Kakuna", + "quest_title_quest_evolve_karrablast_singular": "Evolusikan 1 Karrablast", + "quest_title_quest_evolve_kirlia_singular": "Evolusikan 1 Kirlia", + "quest_title_quest_evolve_klang_singular": "Evolusikan 1 Klang", + "quest_title_quest_evolve_klink_singular": "Evolusikan 1 Klink", + "quest_title_quest_evolve_koffing_singular": "Evolusikan 1 Koffing", + "quest_title_quest_evolve_krabby_singular": "Evolusikan 1 Krabby", + "quest_title_quest_evolve_kricketot_singular": "Evolusikan 1 Kricketot", + "quest_title_quest_evolve_krokorok_singular": "Evolusikan 1 Krokorok", + "quest_title_quest_evolve_lairon_singular": "Evolusikan 1 Lairon", + "quest_title_quest_evolve_lampent_singular": "Evolusikan 1 Lampent", + "quest_title_quest_evolve_larvesta_singular": "Evolusikan 1 Larvesta", + "quest_title_quest_evolve_larvitar_singular": "Evolusikan 1 Larvitar", + "quest_title_quest_evolve_ledyba_singular": "Evolusikan 1 Ledyba", + "quest_title_quest_evolve_lickitung_singular": "Evolusikan 1 Lickitung", + "quest_title_quest_evolve_lileep_singular": "Evolusikan 1 Lileep", + "quest_title_quest_evolve_lillipup_singular": "Evolusikan 1 Lillipup", + "quest_title_quest_evolve_linoone_singular": "Evolusikan {{amount_0}} Galarian Linoone", + "quest_title_quest_evolve_litleo_singular": "Evolusikan 1 Litleo", + "quest_title_quest_evolve_litwick_singular": "Evolusikan 1 Litwick", + "quest_title_quest_evolve_lombre_singular": "Evolusikan 1 Lombre", + "quest_title_quest_evolve_lotad_singular": "Evolusikan 1 Lotad", + "quest_title_quest_evolve_loudred_singular": "Evolusikan 1 Loudred", + "quest_title_quest_evolve_luxio_singular": "Evolusikan 1 Luxio", + "quest_title_quest_evolve_machoke_singular": "Evolusikan 1 Machoke", + "quest_title_quest_evolve_machop_singular": "Evolusikan 1 Machop", + "quest_title_quest_evolve_magby_singular": "Evolusikan 1 Magby", + "quest_title_quest_evolve_magikarp_singular": "Evolusikan 1 Magikarp", + "quest_title_quest_evolve_magmar_singular": "Evolusikan 1 Magmar", + "quest_title_quest_evolve_magnemite_singular": "Evolusikan 1 Magnemite", + "quest_title_quest_evolve_makuhita_singular": "Evolusikan 1 Makuhita", + "quest_title_quest_evolve_mankey_singular": "Evolusikan 1 Mankey", + "quest_title_quest_evolve_mantyke_singular": "Evolusikan 1 Mantyke", + "quest_title_quest_evolve_mareep_singular": "Evolusikan 1 Mareep", + "quest_title_quest_evolve_marill_singular": "Evolusikan 1 Marill", + "quest_title_quest_evolve_marshtomp_singular": "Evolusikan 1 Marshtomp", + "quest_title_quest_evolve_meditite_singular": "Evolusikan 1 Meditite", + "quest_title_quest_evolve_meowth_singular": "Evolusikan 1 Meowth", + "quest_title_quest_evolve_metang_singular": "Evolusikan 1 Metang", + "quest_title_quest_evolve_metapod_singular": "Evolusikan 1 Metapod", + "quest_title_quest_evolve_mienfoo_singular": "Evolusikan 1 Mienfoo", + "quest_title_quest_evolve_mime jr._singular": "Evolusikan 1 Mime Jr.", + "quest_title_quest_evolve_minccino_singular": "Evolusikan 1 Minccino", + "quest_title_quest_evolve_misdreavus_singular": "Evolusikan 1 Misdreavus", + "quest_title_quest_evolve_monferno_singular": "Evolusikan 1 Monferno", + "quest_title_quest_evolve_mr. mime_singular": "Evolusikan 1 Mr. Mime", + "quest_title_quest_evolve_mudkip_singular": "Evolusikan 1 Mudkip", + "quest_title_quest_evolve_munchlax_singular": "Evolusikan 1 Munchlax", + "quest_title_quest_evolve_munna_singular": "Evolusikan 1 Munna", + "quest_title_quest_evolve_murkrow_singular": "Evolusikan 1 Murkrow", + "quest_title_quest_evolve_natu_singular": "Evolusikan 1 Natu", + "quest_title_quest_evolve_nidoranfemale_singular": "Evolusikan 1 Nidoran♀", + "quest_title_quest_evolve_nidoranmale_singular": "Evolusikan 1 Nidoran♂", + "quest_title_quest_evolve_nidorina_singular": "Evolusikan 1 Nidorina", + "quest_title_quest_evolve_nidorino_singular": "Evolusikan 1 Nidorino", + "quest_title_quest_evolve_nincada_singular": "Evolusikan 1 Nincada", + "quest_title_quest_evolve_noibat_singular": "Evolusikan 1 Noibat", + "quest_title_quest_evolve_nosepass_singular": "Evolusikan 1 Nosepass", + "quest_title_quest_evolve_numel_singular": "Evolusikan 1 Numel", + "quest_title_quest_evolve_nuzleaf_singular": "Evolusikan 1 Nuzleaf", + "quest_title_quest_evolve_oddish_singular": "Evolusikan 1 Oddish", + "quest_title_quest_evolve_omanyte_singular": "Evolusikan 1 Omanyte", + "quest_title_quest_evolve_onix_singular": "Evolusikan 1 Onix", + "quest_title_quest_evolve_oshawott_singular": "Evolusikan 1 Oshawott", + "quest_title_quest_evolve_palpitoad_singular": "Evolusikan 1 Palpitoad", + "quest_title_quest_evolve_pancham_singular": "Evolusikan 1 Pancham", + "quest_title_quest_evolve_panpour_singular": "Evolusikan 1 Panpour", + "quest_title_quest_evolve_pansage_singular": "Evolusikan 1 Pansage", + "quest_title_quest_evolve_pansear_singular": "Evolusikan 1 Pansear", + "quest_title_quest_evolve_paras_singular": "Evolusikan 1 Paras", + "quest_title_quest_evolve_patrat_singular": "Evolusikan 1 Patrat", + "quest_title_quest_evolve_pawniard_singular": "Evolusikan 1 Pawniard", + "quest_title_quest_evolve_petilil_singular": "Evolusikan 1 Petilil", + "quest_title_quest_evolve_phanpy_singular": "Evolusikan 1 Phanpy", + "quest_title_quest_evolve_phantump_singular": "Evolusikan 1 Phantump", + "quest_title_quest_evolve_pichu_singular": "Evolusikan 1 Pichu", + "quest_title_quest_evolve_pidgeotto_singular": "Evolusikan 1 Pidgeotto", + "quest_title_quest_evolve_pidgey_singular": "Evolusikan 1 Pidgey", + "quest_title_quest_evolve_pidove_singular": "Evolusikan 1 Pidove", + "quest_title_quest_evolve_pignite_singular": "Evolusikan 1 Pignite", + "quest_title_quest_evolve_pikachu_singular": "Evolusikan 1 Pikachu", + "quest_title_quest_evolve_piloswine_plural": "Evolusikan {{amount_0}} Piloswine", + "quest_title_quest_evolve_piloswine_singular": "Evolusikan 1 Piloswine", + "quest_title_quest_evolve_pineco_singular": "Evolusikan 1 Pineco", + "quest_title_quest_evolve_piplup_singular": "Evolusikan 1 Piplup", + "quest_title_quest_evolve_plural": "Evolusikan {{amount_0}} Pokémon", + "quest_title_quest_evolve_poison_type_singular": "Evolusikan Pokémon tipe Racun", + "quest_title_quest_evolve_poliwag_singular": "Evolusikan 1 Poliwag", + "quest_title_quest_evolve_poliwhirl_singular": "Evolusikan 1 Poliwhirl", + "quest_title_quest_evolve_ponyta_singular": "Evolusikan 1 Ponyta", + "quest_title_quest_evolve_poochyena_singular": "Evolusikan 1 Poochyena", + "quest_title_quest_evolve_porygon2_singular": "Evolusikan 1 Porygon2", + "quest_title_quest_evolve_prinplup_singular": "Evolusikan 1 Prinplup", + "quest_title_quest_evolve_psyduck_singular": "Evolusikan 1 Psyduck", + "quest_title_quest_evolve_pumpkaboo_singular": "Evolusikan 1 Pumpkaboo", + "quest_title_quest_evolve_pupitar_singular": "Evolusikan 1 Pupitar", + "quest_title_quest_evolve_purrloin_singular": "Evolusikan 1 Purrloin", + "quest_title_quest_evolve_quilava": "Evolusikan Quilava", + "quest_title_quest_evolve_quilava_singular": "Evolusikan 1 Quilava", + "quest_title_quest_evolve_quilladin_singular": "Evolusikan 1 Quilladin", + "quest_title_quest_evolve_qwilfish_singular": "Evolusikan 1 Qwilfish", + "quest_title_quest_evolve_ralts_singular": "Evolusikan 1 Ralts", + "quest_title_quest_evolve_rattata_singular": "Evolusikan 1 Rattata", + "quest_title_quest_evolve_remoraid_singular": "Evolusikan 1 Remoraid", + "quest_title_quest_evolve_rhydon_singular": "Evolusikan 1 Rhydon", + "quest_title_quest_evolve_rhyhorn_singular": "Evolusikan 1 Rhyhorn", + "quest_title_quest_evolve_riolu_singular": "Evolusikan 1 Riolu", + "quest_title_quest_evolve_roggenrola_singular": "Evolusikan 1 Roggenrola", + "quest_title_quest_evolve_roselia_singular": "Evolusikan 1 Roselia", + "quest_title_quest_evolve_rufflet_singular": "Evolusikan 1 Rufflet", + "quest_title_quest_evolve_sandile_singular": "Evolusikan 1 Sandile", + "quest_title_quest_evolve_sandshrew_singular": "Evolusikan 1 Sandshrew", + "quest_title_quest_evolve_sb_singular": "Evolusikan Snubbull", + "quest_title_quest_evolve_scatterbug_singular": "Evolusikan 1 Scatterbug", + "quest_title_quest_evolve_scraggy_singular": "Evolusikan 1 Scraggy", + "quest_title_quest_evolve_scyther_singular": "Evolusikan 1 Scyther", + "quest_title_quest_evolve_seadra_singular": "Evolusikan 1 Seadra", + "quest_title_quest_evolve_sealeo_singular": "Evolusikan 1 Sealeo", + "quest_title_quest_evolve_seedot_singular": "Evolusikan 1 Seedot", + "quest_title_quest_evolve_seel_singular": "Evolusikan 1 Seel", + "quest_title_quest_evolve_sentret_singular": "Evolusikan 1 Sentret", + "quest_title_quest_evolve_servine_singular": "Evolusikan 1 Servine", + "quest_title_quest_evolve_sewaddle_singular": "Evolusikan 1 Sewaddle", + "quest_title_quest_evolve_shelgon_singular": "Evolusikan 1 Shelgon", + "quest_title_quest_evolve_shellder_singular": "Evolusikan 1 Shellder", + "quest_title_quest_evolve_shellos_singular": "Evolusikan 1 Shellos", + "quest_title_quest_evolve_shelmet_singular": "Evolusikan 1 Shelmet", + "quest_title_quest_evolve_shieldon_singular": "Evolusikan 1 Shieldon", + "quest_title_quest_evolve_shinx_singular": "Evolusikan 1 Shinx", + "quest_title_quest_evolve_shroomish_singular": "Evolusikan 1 Shroomish", + "quest_title_quest_evolve_shuckle_singular": "Evolusikan 1 Shuckle", + "quest_title_quest_evolve_shuppet_singular": "Evolusikan 1 Shuppet", + "quest_title_quest_evolve_silcoon_singular": "Evolusikan 1 Silcoon", + "quest_title_quest_evolve_singular": "Evolusikan Pokémon", + "quest_title_quest_evolve_skiddo_singular": "Evolusikan 1 Skiddo", + "quest_title_quest_evolve_skiploom_singular": "Evolusikan 1 Skiploom", + "quest_title_quest_evolve_skitty_singular": "Evolusikan 1 Skitty", + "quest_title_quest_evolve_skorupi_singular": "Evolusikan 1 Skorupi", + "quest_title_quest_evolve_skrelp_singular": "Evolusikan 1 Skrelp", + "quest_title_quest_evolve_slakoth_singular": "Evolusikan 1 Slakoth", + "quest_title_quest_evolve_sliggoo_singular": "Evolusikan 1 Sliggoo", + "quest_title_quest_evolve_slowpoke_plural": "Evolusikan {{amount_0}} Slowpoke", + "quest_title_quest_evolve_slowpoke_singular": "Evolusikan 1 Slowpoke", + "quest_title_quest_evolve_slugma_singular": "Evolusikan 1 Slugma", + "quest_title_quest_evolve_smoochum_singular": "Evolusikan 1 Smoochum", + "quest_title_quest_evolve_sneasel_singular": "Evolusikan 1 Sneasel", + "quest_title_quest_evolve_snivy_singular": "Evolusikan 1 Snivy", + "quest_title_quest_evolve_snorunt_singular": "Evolusikan 1 Snorunt", + "quest_title_quest_evolve_snover_singular": "Evolusikan 1 Snover", + "quest_title_quest_evolve_snubbull_singular": "Evolusikan 1 Snubbull", + "quest_title_quest_evolve_solosis_singular": "Evolusikan 1 Solosis", + "quest_title_quest_evolve_spearow_singular": "Evolusikan 1 Spearow", + "quest_title_quest_evolve_special_drowzee": "Evolusikan Drowzee", + "quest_title_quest_evolve_special_feebas_singular": "Evolusikan Feebas", + "quest_title_quest_evolve_special_galarian_mrmime": "Evolusikan Galarian Mr. Mime", + "quest_title_quest_evolve_special_galarian_slowpoke": "Evolusikan Galarian Slowpoke", + "quest_title_quest_evolve_special_grimer": "Evolusikan Grimer", + "quest_title_quest_evolve_special_magnemite": "Evolusikan Magnemite", + "quest_title_quest_evolve_special_scyther": "Evolusikan Scyther", + "quest_title_quest_evolve_special0_singular": "Evolusikan Magikarp", + "quest_title_quest_evolve_special1_plural": "Evolusikan {{amount_0}} Pidgey", + "quest_title_quest_evolve_special1_singular": "Evolusikan Horsea", + "quest_title_quest_evolve_special2_singular": "Evolusikan Meowth", + "quest_title_quest_evolve_spewpa_singular": "Evolusikan 1 Spewpa", + "quest_title_quest_evolve_spheal_singular": "Evolusikan 1 Spheal", + "quest_title_quest_evolve_spinarak_singular": "Evolusikan 1 Spinarak", + "quest_title_quest_evolve_spoink_singular": "Evolusikan 1 Spoink", + "quest_title_quest_evolve_spritzee_singular": "Evolusikan 1 Spritzee", + "quest_title_quest_evolve_squirtle_singular": "Evolusikan 1 Squirtle", + "quest_title_quest_evolve_staravia_singular": "Evolusikan 1 Staravia", + "quest_title_quest_evolve_starly_singular": "Evolusikan 1 Starly", + "quest_title_quest_evolve_staryu_singular": "Evolusikan 1 Staryu", + "quest_title_quest_evolve_steelix_singular": "Evolusikan 1 Steelix", + "quest_title_quest_evolve_stunky_singular": "Evolusikan 1 Stunky", + "quest_title_quest_evolve_sunkern_singular": "Evolusikan 1 Sunkern", + "quest_title_quest_evolve_sunstone_singular": "Gunakan Batu Mentari untuk mengevolusikan Gloom atau Sunkern", + "quest_title_quest_evolve_surskit_singular": "Evolusikan 1 Surskit", + "quest_title_quest_evolve_swablu_singular": "Evolusikan 1 Swablu", + "quest_title_quest_evolve_swadloon_singular": "Evolusikan 1 Swadloon", + "quest_title_quest_evolve_swinub_singular": "Evolusikan 1 Swinub", + "quest_title_quest_evolve_swirlix_singular": "Evolusikan 1 Swirlix", + "quest_title_quest_evolve_taillow_singular": "Evolusikan 1 Taillow", + "quest_title_quest_evolve_tangela_singular": "Evolusikan 1 Tangela", + "quest_title_quest_evolve_teddiursa_singular": "Evolusikan 1 Teddiursa", + "quest_title_quest_evolve_tentacool_singular": "Evolusikan 1 Tentacool", + "quest_title_quest_evolve_tepig_singular": "Evolusikan 1 Tepig", + "quest_title_quest_evolve_timburr_singular": "Evolusikan 1 Timburr", + "quest_title_quest_evolve_tirtouga_singular": "Evolusikan 1 Tirtouga", + "quest_title_quest_evolve_togepi_singular": "Evolusikan 1 Togepi", + "quest_title_quest_evolve_togetic_singular": "Evolusikan 1 Togetic", + "quest_title_quest_evolve_torchic_singular": "Evolusikan 1 Torchic", + "quest_title_quest_evolve_totodile": "Evolusikan Totodile", + "quest_title_quest_evolve_totodile_singular": "Evolusikan 1 Totodile", + "quest_title_quest_evolve_tranquill_singular": "Evolusikan 1 Tranquill", + "quest_title_quest_evolve_trapinch_singular": "Evolusikan 1 Trapinch", + "quest_title_quest_evolve_treecko_singular": "Evolusikan 1 Treecko", + "quest_title_quest_evolve_trubbish_singular": "Evolusikan 1 Trubbish", + "quest_title_quest_evolve_turtwig_singular": "Evolusikan 1 Turtwig", + "quest_title_quest_evolve_tympole_singular": "Evolusikan 1 Tympole", + "quest_title_quest_evolve_tynamo_singular": "Evolusikan 1 Tynamo", + "quest_title_quest_evolve_type_dark_plural": "Evolusikan {{amount_0}} Pokémon tipe Kegelapan", + "quest_title_quest_evolve_type_dragon_plural": "Evolusikan {{amount_0}} Pokémon tipe Naga", + "quest_title_quest_evolve_type_dragon_singular": "Evolusikan Pokémon tipe Naga", + "quest_title_quest_evolve_type_electric_plural": "Evolusikan {{amount_0}} Pokémon tipe Listrik", + "quest_title_quest_evolve_type_electric_singular": "Evolusikan Pokémon tipe Listrik", + "quest_title_quest_evolve_type_fairy_plural": "Evolusikan {{amount_0}} Pokémon tipe Peri", + "quest_title_quest_evolve_type_fairy_singular": "Evolusikan Pokémon tipe Peri", + "quest_title_quest_evolve_type_fire_plural": "Evolusikan {{amount_0}} Pokémon tipe Api", + "quest_title_quest_evolve_type_fire_singular": "Evolusikan Pokémon tipe Api", + "quest_title_quest_evolve_type_flying_plural": "Evolusikan {{amount_0}} Pokémon tipe Terbang", + "quest_title_quest_evolve_type_flying_singular": "Evolusikan Pokémon tipe Terbang", + "quest_title_quest_evolve_type_ghost_plural": "Evolusikan {{amount_0}} Pokémon tipe Hantu", + "quest_title_quest_evolve_type_ghost_single": "Evolusikan Pokémon tipe Hantu", + "quest_title_quest_evolve_type_grass_plural": "Evolusikan {{amount_0}} Pokémon tipe Daun", + "quest_title_quest_evolve_type_grass_singular": "Evolusi Pokémon tipe Daun", + "quest_title_quest_evolve_type_ice_plural": "Evolusikan {{amount_0}} Pokémon tipe Es", + "quest_title_quest_evolve_type_ice_singular": "Evolusikan Pokémon tipe Es", + "quest_title_quest_evolve_type_poison_plural": "Evolusikan {{amount_0}} Pokémon tipe Racun", + "quest_title_quest_evolve_type_psychic_plural": "Evolusikan {{amount_0}} Pokémon tipe Psychic", + "quest_title_quest_evolve_type_psychic_singular": "Evolusikan Pokémon tipe Psychic", + "quest_title_quest_evolve_type_rock_plural": "Evolusikan {{amount_0}} Pokémon tipe Bebatuan", + "quest_title_quest_evolve_type_steel_plural": "Evolusikan {{amount_0}} Pokémon tipe Logam", + "quest_title_quest_evolve_type_water_plural": "Evolusikan {{amount_0}} Pokémon tipe Air", + "quest_title_quest_evolve_type_water_singular": "Evolusikan Pokémon tipe Air", + "quest_title_quest_evolve_tyrogue_singular": "Evolusikan 1 Tyrogue", + "quest_title_quest_evolve_tyrunt_singular": "Evolusikan 1 Tyrunt", + "quest_title_quest_evolve_umbreon": "Evolusikan Eevee ke Umbreon di malam hari", + "quest_title_quest_evolve_vanillish_singular": "Evolusikan 1 Vanillish", + "quest_title_quest_evolve_vanillite_singular": "Evolusikan 1 Vanillite", + "quest_title_quest_evolve_venipede_singular": "Evolusikan 1 Venipede", + "quest_title_quest_evolve_venonat_singular": "Evolusikan 1 Venonat", + "quest_title_quest_evolve_vibrava_singular": "Evolusikan 1 Vibrava", + "quest_title_quest_evolve_vigoroth_singular": "Evolusikan 1 Vigoroth", + "quest_title_quest_evolve_volbeat_singular": "Evolusikan 1 Volbeat", + "quest_title_quest_evolve_voltorb_singular": "Evolusikan 1 Voltorb", + "quest_title_quest_evolve_vullaby_singular": "Evolusikan 1 Vullaby", + "quest_title_quest_evolve_vulpix_singular": "Evolusikan 1 Vulpix", + "quest_title_quest_evolve_wailmer_singular": "Evolusikan 1 Wailmer", + "quest_title_quest_evolve_wartortle_singular": "Evolusikan 1 Wartortle", + "quest_title_quest_evolve_weedle_singular": "Evolusikan 1 Weedle", + "quest_title_quest_evolve_weepinbell_singular": "Evolusikan 1 Weepinbell", + "quest_title_quest_evolve_whirlipede_singular": "Evolusikan 1 Whirlipede", + "quest_title_quest_evolve_whismur_singular": "Evolusikan 1 Whismur", + "quest_title_quest_evolve_wingull_singular": "Evolusikan 1 Wingull", + "quest_title_quest_evolve_woobat_singular": "Evolusikan 1 Woobat", + "quest_title_quest_evolve_wooper_singular": "Evolusikan 1 Wooper", + "quest_title_quest_evolve_wurmple_singular": "Evolusikan 1 Wurmple", + "quest_title_quest_evolve_wynaut_singular": "Evolusikan 1 Wynaut", + "quest_title_quest_evolve_yamask_singular": "Evolusikan 1 Yamask", + "quest_title_quest_evolve_yanma_singular": "Evolusikan 1 Yanma", + "quest_title_quest_evolve_zigzagoon_singular": "Evolusikan 1 Zigzagoon", + "quest_title_quest_evolve_zorua_singular": "Evolusikan 1 Zorua", + "quest_title_quest_evolve_zubat_singular": "Evolusikan 1 Zubat", + "quest_title_quest_evolve_zweilous_singular": "Evolusikan 1 Zweilous", + "quest_title_quest_explore_buddy": "Dapatkan Permen dengan menjelajah bersama Partnermu", + "quest_title_quest_explore_buddy_carbink": "Dapatkan Permen dengan menjelajah bersama Carbink sebagai Partnermu", + "quest_title_quest_explore_buddy_plural": "Dapatkan {{amount_0}} Permen dengan menjelajah bersama partnermu", + "quest_title_quest_explore_buddy_routes_plural": "Dapatkan {{amount_0}} Permen dengan menjelajahi Rute bersama Partnermu", + "quest_title_quest_explore_buddy_routes_singular": "Dapatkan Permen dengan menjelajahi Rute bersama Partnermu", + "quest_title_quest_explore_km": "Jelajah {{amount_0}} km", + "quest_title_quest_explore_km_party": "Jelajah {{amount_0}} km saat tergabung di Grup", + "quest_title_quest_febresearchday_battle_gym_singular": "Penelitan Clamperl: Bertarunglah di Gym", + "quest_title_quest_febresearchday_battle_raid_singular": "Penelitan Clamperl: Bertarunglah di Raid", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Penelitan Clamperl: Gunakan Jurus Super yang superefektif di Pertarungan Gym", + "quest_title_quest_febresearchday_catch_feed_plural": "Penelitan Clamperl: Gunakan {{amount_0}} Beri untuk mempermudah penangkapan Pokémon", + "quest_title_quest_febresearchday_catch_special1_singular": "Penelitan Clamperl: Tangkap Magikarp atau Wailmer", + "quest_title_quest_febresearchday_catch_special2_singular": "Penelitan Clamperl: Tangkap Psyduck atau Krabby", + "quest_title_quest_febresearchday_catch_type_water_plural": "Penelitan Clamperl: Tangkap {{amount_0}} Pokémon tipe Air", + "quest_title_quest_febresearchday_evolve_type_water_plural": "Penelitan Clamperl: Evolusikan {{amount_0}} Pokémon tipe Air", + "quest_title_quest_febresearchday_land_curveball_plural": "Penelitan Clamperl: Lakukan {{amount_0}} Lemparan Melengkung", + "quest_title_quest_febresearchday_land_great_plural": "Penelitan Clamperl: Lakukan {{amount_0}} Great Throw", + "quest_title_quest_febresearchday_land_inarow_great_plural": "Penelitan Clamperl: Lakukan {{amount_0}} Great Throw secara beruntun", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "Penelitan Clamperl: Lakukan {{amount_0}} Nice Throw secara beruntun", + "quest_title_quest_febresearchday_land_nice_plural": "Penelitan Clamperl: Lakukan {{amount_0}} Nice Throw", + "quest_title_quest_febresearchday_visit_pokestops_plural": "Penelitan Clamperl: Putar {{amount_0}} PokéStop", + "quest_title_quest_feed_buddy_multiple": "Beri makan partnermu {{amount_0}} kali", + "quest_title_quest_feed_buddy_singular": "Berikan Partnermu kudapan", + "quest_title_quest_feed_goldenrazz_plural": "Gunakan {{amount_0}} Beri Razz Emas untuk mempermudah penangkapan Pokémon", + "quest_title_quest_feed_nanab_plural": "Gunakan {{amount_0}} Beri Nanab saat menangkap Pokémon", + "quest_title_quest_feed_pinaps_plural": "Gunakan {{amount_0}} Beri Pinap saat menangkap Pokémon", + "quest_title_quest_feed_razz_plural": "Gunakan {{amount_0}} Beri Razz untuk mempermudah penangkapan Pokémon", + "quest_title_quest_fennekin_catch_b": "Tangkap {{amount_0}} Fennekin", + "quest_title_quest_fennekin_evolve_b": "Evolusikan {{amount_0}} Fennekin", + "quest_title_quest_fennekin_snapshot_b": "Ambil {{amount_0}} foto Fennekin", + "quest_title_quest_field_research_plural": "Selesaikan {{amount_0}} tugas Penelitian Lapangan", + "quest_title_quest_field_research_singular": "Selesaikan tugas Penelitian Lapangan", + "quest_title_quest_fight_type_bug_plural": "Kalahkan {{amount_0}} Pokémon tipe Serangga", + "quest_title_quest_fight_type_dark_plural": "Kalahkan {{amount_0}} Pokémon tipe Kegelapan", + "quest_title_quest_fight_type_dark_steel_plural": "Kalahkan {{amount_0}} Pokémon tipe Kegelapan atau Logam", + "quest_title_quest_fight_type_dragon_plural": "Kalahkan {{amount_0}} Pokémon tipe Naga", + "quest_title_quest_fight_type_electric_plural": "Kalahkan {{amount_0}} Pokémon tipe Listrik", + "quest_title_quest_fight_type_fairy_plural": "Kalahkan {{amount_0}} Pokémon tipe Peri", + "quest_title_quest_fight_type_fighting_plural": "Kalahkan {{amount_0}} Pokémon tipe Petarung", + "quest_title_quest_fight_type_fire_plural": "Kalahkan {{amount_0}} Pokémon tipe Api", + "quest_title_quest_fight_type_flying_plural": "Kalahkan {{amount_0}} Pokémon tipe Terbang", + "quest_title_quest_fight_type_ghost_fighting_plural": "Kalahkan {{amount_0}} Pokémon tipe Petarung atau Hantu", + "quest_title_quest_fight_type_ghost_plural": "Kalahkan {{amount_0}} Pokémon tipe Hantu", + "quest_title_quest_fight_type_ghost_psychic_plural": "Kalahkan {{amount_0}} Pokémon tipe Psychic atau Hantu", + "quest_title_quest_fight_type_grass_plural": "Kalahkan {{amount_0}} Pokémon tipe Daun", + "quest_title_quest_fight_type_ground_plural": "Kalahkan {{amount_0}} Pokémon tipe Tanah", + "quest_title_quest_fight_type_ice_plural": "Kalahkan {{amount_0}} Pokémon tipe Es", + "quest_title_quest_fight_type_normal_plural": "Kalahkan {{amount_0}} Pokémon tipe Normal", + "quest_title_quest_fight_type_normal_psychic_plural": "Kalahkan {{amount_0}} Pokémon tipe Normal atau Psychic", + "quest_title_quest_fight_type_poison_plural": "Kalahkan {{amount_0}} Pokémon tipe Racun", + "quest_title_quest_fight_type_psychic_plural": "Kalahkan {{amount_0}} Pokémon tipe Psychic", + "quest_title_quest_fight_type_rock_plural": "Kalahkan {{amount_0}} Pokémon tipe Bebatuan", + "quest_title_quest_fight_type_steel_plural": "Kalahkan {{amount_0}} Pokémon tipe Logam", + "quest_title_quest_fight_type_water_plural": "Kalahkan {{amount_0}} Pokémon tipe Air", + "quest_title_quest_first_catch_of_the_day": "Tangkapan Pertama Hari Ini", + "quest_title_quest_first_pokestop_of_the_day": "PokéStop Pertama Hari Ini", + "quest_title_quest_flaaffy_evolve_b": "Evolusikan {{amount_0}} Flaaffy", + "quest_title_quest_flett_catch_b": "Tangkap {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_b": "Evolusikan {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_s1": "Evolusikan {{amount_0}} Fletchinder", + "quest_title_quest_floragato_evolve_b": "Evolusikan Floragato", + "quest_title_quest_fraxure_evolve_b": "Evolusikan {{amount_0}} Fraxure", + "quest_title_quest_froakie_catch_b": "Tangkap {{amount_0}} Froakie", + "quest_title_quest_froakie_evolve_b": "Evolusikan {{amount_0}} Froakie", + "quest_title_quest_froakie_snapshot_b": "Ambil {{amount_0}} foto Froakie", + "quest_title_quest_frogadier_evolve_b": "Evolusikan {{amount_0}} Frogadier", + "quest_title_quest_fuecoco_evolve_b": "Evolusikan Fuecoco", + "quest_title_quest_fuse_necrozma": "Fusikan Necrozma", + "quest_title_quest_gbl_rank": "Raih peringkat {{amount_0}} di GO Battle League", + "quest_title_quest_gbl_rank_fifteen": "Raih peringkat 15 di GO Battle League", + "quest_title_quest_gbl_rank_five": "Raih peringkat 5 di GO Battle League", + "quest_title_quest_gbl_rank_ten": "Raih peringkat 10 di GO Battle League", + "quest_title_quest_gbl_rank_twenty": "Raih peringkat 20 di GO Battle League", + "quest_title_quest_get_cell_singular": "Temukan Sel Zygarde", + "quest_title_quest_giblt_catch_b": "Tangkap {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_b": "Evolusikan {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_s1": "Evolusikan {{amount_0}} Gabite", + "quest_title_quest_gift_open_plural": "Buka {{amount_0}} Hadiah", + "quest_title_quest_gift_open_singular": "Buka Hadiah", + "quest_title_quest_go_for_a_spin_00": "Temukan dan putar PokéStop Spinda (1/8)", + "quest_title_quest_go_for_a_spin_01": "Temukan dan putar PokéStop Spinda (2/8)", + "quest_title_quest_go_for_a_spin_02": "Temukan dan putar PokéStop Spinda (3/8)", + "quest_title_quest_go_for_a_spin_03": "Temukan dan putar PokéStop Spinda (4/8)", + "quest_title_quest_go_for_a_spin_04": "Temukan dan putar PokéStop Spinda (5/8)", + "quest_title_quest_go_for_a_spin_05": "Temukan dan putar PokéStop Spinda (6/8)", + "quest_title_quest_go_for_a_spin_06": "Temukan dan putar PokéStop Spinda (7/8)", + "quest_title_quest_go_for_a_spin_07": "Temukan dan putar PokéStop Spinda (8/8)", + "quest_title_quest_go_tour_snapshot_habitat_01": "Ambil Foto partnermu di habitat Padang Pasir Panas", + "quest_title_quest_go_tour_snapshot_habitat_02": "Ambil Foto partnermu di habitat Kabut Menakutkan", + "quest_title_quest_go_tour_snapshot_habitat_03": "Ambil Foto partnermu di habitat Ladang Hijau", + "quest_title_quest_go_tour_snapshot_habitat_04": "Ambil Foto partnermu di habitat Pantai Primitif", + "quest_title_quest_gold_hoenn_dex": "Dapatkan Medali Emas Hoenn", + "quest_title_quest_gold_medal_plural": "Dapatkan {{amount_0}} medali emas", + "quest_title_quest_gold_medal_plural_five": "Dapatkan 5 medali emas", + "quest_title_quest_gold_medal_singular": "Dapatkan medali emas", + "quest_title_quest_goomy_catch_b": "Tangkap {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_plural": "Evolusikan {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_singular": "Evolusikan Goomy", + "quest_title_quest_grookey_evolve": "Evolusikan Grookey", + "quest_title_quest_grubbin_catch_b": "Tangkap {{amount_0}} Grubbin", + "quest_title_quest_grubbin_evolve_b": "Evolusikan {{amount_0}} Grubbin", + "quest_title_quest_grubbin_snapshot_b": "Ambil {{amount_0}} foto Grubbin", + "quest_title_quest_gt_catch_b": "Tangkap {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_b": "Evolusikan {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_s1": "Evolusikan {{amount_0}} Haunter", + "quest_title_quest_gulpin_catch": "Tangkap {{amount_0}} Gulpin", + "quest_title_quest_gurdurr_evolve_b": "Evolusikan {{amount_0}} Gurdurr", + "quest_title_quest_hallo19_catch_specific_plural": "Tangkap {{amount_0}} Poochyena atau Houndour", + "quest_title_quest_hallo19_catch_type_dark_plural": "Tangkap {{amount_0}} Pokémon tipe Kegelapan", + "quest_title_quest_hallo19_catch_type_ghost_plural": "Tangkap {{amount_0}} Pokémon tipe Hantu", + "quest_title_quest_hallo19_evolve_plural": "Evolusikan {{amount_0}} Duskull atau Shuppet", + "quest_title_quest_hallo19_transfer_plural": "Transfer {{amount_0}} Pokémon", + "quest_title_quest_hatch_egg_plural": "Tetaskan {{amount_0}} Telur", + "quest_title_quest_hatch_egg_routes_plural": "Tetaskan {{amount_0}} Telur ketika menelusuri Rute", + "quest_title_quest_hatch_egg_routes_singular": "Tetaskan Telur ketika menelusuri Rute", + "quest_title_quest_hatch_egg_singular": "Tetaskan Telur", + "quest_title_quest_hoenn_celebration_research": "Penelitian Perayaan Daerah Hoenn", + "quest_title_quest_hoenn19_catch_specific_plural": "Perayaan Daerah Hoenn: Tangkap {{amount_0}} Zigzagoon atau Taillow", + "quest_title_quest_hoenn19_evolve_specific_plural": "Perayaan Daerah Hoenn: Evolusikan {{amount_0}} Wurmple", + "quest_title_quest_hoenn19_hatch_eggs": "Perayaan Daerah Hoenn: Tetaskan {{amount_0}} Telur", + "quest_title_quest_hoppt_catch_b": "Tangkap {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_b": "Evolusikan {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_s1": "Evolusikan {{amount_0}} Skiploom", + "quest_title_quest_incense_or_dai_plural": "Gunakan {{amount_0}} Pewangi atau Pewangi Harian", + "quest_title_quest_incense_or_dai_singular": "Gunakan Pewangi atau Pewangi Harian", + "quest_title_quest_incense_plural": "Gunakan {{amount_0}} Pewangi", + "quest_title_quest_incense_routes_plural": "Gunakan {{amount_0}} Pewangi ketika menelusuri Rute", + "quest_title_quest_incense_routes_singular": "Gunakan Pewangi ketika menelusuri Rute", + "quest_title_quest_incense_singular": "Gunakan Pewangi", + "quest_title_quest_jan19rsd_buddywalk_singular": "Penelitian Feebas: Dapatkan 1 Permen Partner", + "quest_title_quest_jan19rsd_hatch_egg_singular": "Penelitian Feebas: Tetaskan 1 Telur", + "quest_title_quest_jan19rsd_land_great_plural": "Penelitian Feebas: Lakukan {{amount_0}} Great Throw", + "quest_title_quest_jan19rsd_land_nice_plural": "Penelitian Feebas: Lakukan {{amount_0}} Nice Throw", + "quest_title_quest_johtofestival_catch_special17_plural": "Festival Daerah Johto: Tangkap {{amount_0}} Sunkern", + "quest_title_quest_johtofestival_catch_type_water_plural": "Festival Daerah Johto: Tangkap {{amount_0}} Pokémon Air", + "quest_title_quest_johtofestival_evolve_plural": "Festival Daerah Johto: Evolusikan {{amount_0}} Sunkern atau Natu", + "quest_title_quest_johtofestival_land_excellent_plural": "Festival Daerah Johto: Buat {{amount_0}} Excellent Throw", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Festival Daerah Johto: Buat {{amount_0}} Lemparan Melengkung: Great secara beruntun", + "quest_title_quest_johtofestival_win_raid_singular": "Festival Johto: Menangkan Raid", + "quest_title_quest_kanto_green_bellsprout": "Tur GO: Tangkap Bellsprout", + "quest_title_quest_kanto_green_meowth": "Tur GO: Tangkap Meowth", + "quest_title_quest_kanto_green_sandshrew": "Tur GO: Tangkap Sandshrew", + "quest_title_quest_kanto_green_vulpix": "Tur GO: Tangkap Vulpix", + "quest_title_quest_kanto_hatch_plural": "Tur GO Kanto: Tetaskan {{amount_0}} Telur", + "quest_title_quest_kanto_hatch_singular": "Tur GO Kanto: Tetaskan Telur", + "quest_title_quest_kanto_npc_plural": "Tur GO Kanto: Kalahkan {{amount_0}} Penantang Tur GO", + "quest_title_quest_kanto_npc_singular": "Tur GO Kanto: Kalahkan Penantang Tur GO", + "quest_title_quest_kanto_red_ekans": "Tur GO: Tangkap Ekans", + "quest_title_quest_kanto_red_growlithe": "Tur GO: Tangkap Growlithe", + "quest_title_quest_kanto_red_mankey": "Tur GO: Tangkap Mankey", + "quest_title_quest_kanto_red_oddish": "Tur GO: Tangkap Oddish", + "quest_title_quest_kecleon_catch": "Tangkap {{amount_0}} Kecleon", + "quest_title_quest_lampent_evolve_b": "Evolusikan {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "Lakukan {{amount_0}} Lemparan Melengkung pada Pokémon tipe Hantu", + "quest_title_quest_land_curveball_plural": "Lakukan {{amount_0}} Lemparan Melengkung", + "quest_title_quest_land_curveball_singular": "Lakukan Lemparan Melengkung", + "quest_title_quest_land_excellent_curveball_plural": "Lakukan {{amount_0}} Lemparan Melengkung: Excellent", + "quest_title_quest_land_excellent_curveball_singular": "Lakukan Lemparan Melengkung: Excellent", + "quest_title_quest_land_excellent_plural": "Lakukan {{amount_0}} Excellent Throw", + "quest_title_quest_land_excellent_singular": "Lakukan Excellent Throw", + "quest_title_quest_land_great_curve_inarow_type_ghost": "Lakukan {{amount_0}} Lemparan Kurva: Great secara beruntun pada Pokémon tipe Hantu", + "quest_title_quest_land_great_curve_type_ghost": "Lakukan {{amount_0}} Lemparan Melengkung: Great pada Pokémon tipe Hantu", + "quest_title_quest_land_great_curveball_plural": "Lakukan {{amount_0}} Lemparan Melengkung: Great", + "quest_title_quest_land_great_curveball_singular": "Lakukan Lemparan Melengkung: Great", + "quest_title_quest_land_great_plural": "Lakukan {{amount_0}} Great Throw", + "quest_title_quest_land_great_singular": "Lakukan Great Throw", + "quest_title_quest_land_great_type_ghost": "Lakukan {{amount_0}} Great Throw pada Pokémon tipe Hantu", + "quest_title_quest_land_inarow_curveball_plural": "Lakukan {{amount_0}} Lemparan Melengkung secara beruntun", + "quest_title_quest_land_inarow_excellent_curveball_plural": "Lakukan {{amount_0}} Lemparan Melengkung: Excellent secara beruntun", + "quest_title_quest_land_inarow_excellent_plural": "Lakukan {{amount_0}} Excellent Throw secara beruntun", + "quest_title_quest_land_inarow_great_curveball_plural": "Lakukan {{amount_0}} Lemparan Melengkung: Great secara beruntun", + "quest_title_quest_land_inarow_great_plural": "Lakukan {{amount_0}} Great Throw secara beruntun", + "quest_title_quest_land_inarow_nice_curveball_plural": "Lakukan {{amount_0}} Lemparan Kurva: Nice secara beruntun", + "quest_title_quest_land_inarow_nice_plural": "Lakukan {{amount_0}} Nice Throw secara beruntun", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "Lakukan {{amount_0}} Lemparan Kurva: Nice secara beruntun pada Pokémon tipe Hantu", + "quest_title_quest_land_nice_curve_plural": "Lakukan {{amount_0}} Lemparan Melengkung: Nice", + "quest_title_quest_land_nice_curve_singular": "Lakukan Lemparan Melengkung: Nice", + "quest_title_quest_land_nice_curve_type_ghost": "Lakukan {{amount_0}} Lemparan Melengkung: Nice pada Pokémon tipe Hantu", + "quest_title_quest_land_nice_electric_plural": "Tangkap {{amount_0}} Pokémon tipe Listrik dengan Nice Throw", + "quest_title_quest_land_nice_plural": "Lakukan {{amount_0}} Nice Throw", + "quest_title_quest_land_nice_singular": "Lakukan Nice Throw", + "quest_title_quest_land_nice_type_ghost": "Lakukan {{amount_0}} Nice Throw pada Pokémon tipe Hantu", + "quest_title_quest_larvitar_cdc_evolve_b": "Evolusikan {{amount_0}} Larvitar", + "quest_title_quest_larvitar_cdc_snapshot_b": "Ambil {{amount_0}} foto Larvitar", + "quest_title_quest_latias_wild_snap": "Ambil foto Latias di alam liar", + "quest_title_quest_latios_wild_snap": "Ambil foto Latios di alam liar", + "quest_title_quest_litten_catch_b": "Tangkap {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_plural": "Evolusikan {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_singular": "Evolusikan Litten", + "quest_title_quest_litten_snapshot_b": "Ambil {{amount_0}} foto Litten", + "quest_title_quest_litwick_catch_b": "Tangkap {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolusikan {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Ambil {{amount_0}} foto Litwick", + "quest_title_quest_local_trainer_battle": "Tantang Pelatih di sekitar dengan memindai Kode Pertarungan mereka.", + "quest_title_quest_lucky_plural": "Dapatkan {{amount_0}} Pokémon Istimewa melalui pertukaran", + "quest_title_quest_lucky_singular": "Dapatkan Pokémon Istimewa melalui pertukaran", + "quest_title_quest_lunar19_friends_trade_plural": "Tukar {{amount_0}} Pokémon dengan teman", + "quest_title_quest_macht_catch_b": "Tangkap {{amount_0}} Machop", + "quest_title_quest_macht_evolve_b": "Evolusikan {{amount_0}} Machop", + "quest_title_quest_macht_evolve_s1": "Evolusikan {{amount_0}} Machoke", + "quest_title_quest_magit_catch_b": "Tangkap {{amount_0}} Magikarp", + "quest_title_quest_magit_evolve_b": "Evolusikan {{amount_0}} Magikarp", + "quest_title_quest_magmt_catch_b": "Tangkap {{amount_0}} Magmar", + "quest_title_quest_magmt_evolve_b": "Evolusikan {{amount_0}} Magmar", + "quest_title_quest_mareep_catch_b": "Tangkap {{amount_0}} Mareep", + "quest_title_quest_mareep_evolve_b": "Evolusikan {{amount_0}} Mareep", + "quest_title_quest_mareep_snapshot_b": "Ambil {{amount_0}} foto Mareep", + "quest_title_quest_mega_evo_primal_rev_plural": "Lakukan Reversi Primal atau Evolusi Mega ke Pokémon {{amount_0}} kali", + "quest_title_quest_mega_evo_primal_rev_singular": "Lakukan Reversi Primal atau Evolusi Mega ke Pokémon", + "quest_title_quest_mega_evolve_beedrill": "Lakukan Evolusi Mega pada Beedrill", + "quest_title_quest_mega_evolve_blastoise": "Lakukan Evolusi Mega pada Blastoise", + "quest_title_quest_mega_evolve_charizard": "Lakukan Evolusi Mega pada Charizard", + "quest_title_quest_mega_evolve_diancie": "Lakukan Evolusi Mega pada Diancie", + "quest_title_quest_mega_evolve_plural": "Lakukan Evolusi Mega pada {{amount_0}} Pokémon", + "quest_title_quest_mega_evolve_rayquaza": "Lakukan Evolusi Mega pada Rayquaza", + "quest_title_quest_mega_evolve_singular": "Lakukan Evolusi Mega pada 1 Pokémon.", + "quest_title_quest_mega_evolve_venusaur": "Lakukan Evolusi Mega pada Venusaur", + "quest_title_quest_mega_join_raid_plural": "Bertarung di {{amount_0}} Raid Mega", + "quest_title_quest_mega_join_raid_singular": "Bertarung di 1 Raid Mega", + "quest_title_quest_mega_win_raid_plural": "Menangkan {{amount_0}} Raid Mega", + "quest_title_quest_mega_win_raid_singular": "Menangkan 1 Raid Mega", + "quest_title_quest_mesprit_wild_snap": "Ambil foto Mesprit di alam liar", + "quest_title_quest_metang_evolve_b_singular": "Evolusikan Metang", + "quest_title_quest_more_reseach_coming_soon": "Permintaan penelitian lainnya akan segera hadir!", + "quest_title_quest_mudkt_catch_b": "Tangkap {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_b": "Evolusikan {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_s1": "Evolusikan {{amount_0}} Marshtomp", + "quest_title_quest_new_friends_plural": "Buat {{amount_0}} teman baru", + "quest_title_quest_new_friends_singular": "Buat teman baru", + "quest_title_quest_noibat_catch_b": "Tangkap {{amount_0}} Noibat", + "quest_title_quest_noibat_evolve_b": "Evolusikan {{amount_0}} Noibat ", + "quest_title_quest_noibat_snapshot_b": "Ambil {{amount_0}} foto Noibat", + "quest_title_quest_oshat_catch_b": "Tangkap {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_b": "Evolusikan {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_s1": "Evolusikan Dewott", + "quest_title_quest_party_catch_electric_type_plural": "Tangkap {{amount_0}} Pokémon tipe Listrik saat tergabung di Grup", + "quest_title_quest_party_catch_electric_type_singular": "Tangkap Pokémon tipe Listrik saat tergabung di Grup", + "quest_title_quest_party_catch_fire_type_plural": "Tangkap {{amount_0}} Pokémon tipe Api saat tergabung di Grup", + "quest_title_quest_party_catch_fire_type_singular": "Tangkap Pokémon tipe Api saat tergabung di Grup", + "quest_title_quest_party_catch_normal_type_plural": "Tangkap {{amount_0}} Pokémon tipe Normal saat tergabung di Grup", + "quest_title_quest_party_catch_normal_type_singular": "Tangkap Pokémon tipe Normal saat tergabung di Grup", + "quest_title_quest_party_catch_water_type_plural": "Tangkap {{amount_0}} Pokémon tipe Air saat tergabung di Grup", + "quest_title_quest_party_catch_water_type_singular": "Tangkap Pokémon tipe Air saat tergabung di Grup", + "quest_title_quest_party_challenge_plural": "Selesaikan {{amount_0}} Tantangan Grup", + "quest_title_quest_party_challenge_singular": "Selesaikan Tantangan Grup", + "quest_title_quest_platinum_johto_badge": "Dapatkan Medali Johto Platinum", + "quest_title_quest_platinum_kanto_badge": "Dapatkan Medali Kanto Platinum", + "quest_title_quest_platinum_medal_plural": "Dapatkan {{amount_0}} medali platinum", + "quest_title_quest_platinum_medal_plural_five": "Dapatkan 5 medali platinum", + "quest_title_quest_platinum_medal_plural_forty": "Dapatkan 40 medali platinum", + "quest_title_quest_platinum_medal_plural_ten": "Dapatkan 10 medali platinum", + "quest_title_quest_platinum_medal_plural_twenty": "Dapatkan 20 medali platinum", + "quest_title_quest_platinum_medal_singular": "Dapatkan medali platinum", + "quest_title_quest_play_buddy_singular": "Bermainlah dengan partnermu", + "quest_title_quest_pokemon_appears": "Pokémon muncul!", + "quest_title_quest_poliwag_catch_b": "Tangkap {{amount_0}} Poliwag", + "quest_title_quest_poliwag_evolve_b": "Evolusikan {{amount_0}} Poliwag", + "quest_title_quest_poliwag_snapshot_b": "Ambil {{amount_0}} foto Poliwag", + "quest_title_quest_poliwhirl_evolve_b": "Evolusikan {{amount_0}} Poliwhirl", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "Tangkap {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_plural": "Evolusikan {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_singular": "Evolusikan Popplio", + "quest_title_quest_porygon_catch_b": "Tangkap {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_plural": "Evolusikan {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_singular": "Evolusikan Porygon", + "quest_title_quest_porygon_snapshot_b": "Ambil {{amount_0}} foto Porygon", + "quest_title_quest_porygon2_evolve_b_plural": "Evolusikan {{amount_0}} Porygon2", + "quest_title_quest_porygon2_evolve_b_singular": "Evolusikan Porygon2", + "quest_title_quest_poryt_catch_b": "Tangkap {{amount_0}} Porygon", + "quest_title_quest_poryt_catch_s1": "Tangkap {{amount_0}} Porygon2", + "quest_title_quest_poryt_evolve_b": "Evolusikan {{amount_0}} Porygon", + "quest_title_quest_poryt_evolve_s1": "Evolusikan {{amount_0}} Porygon2", + "quest_title_quest_power_up_dragon_plural": "Perkuat Pokémon tipe Naga {{amount_0}} kali", + "quest_title_quest_power_up_fire_ice": "Perkuat Pokémon tipe Api atau Es 5 kali", + "quest_title_quest_power_up_grass_ghost": "Perkuat Pokémon tipe Rumput atau Hantu 5 kali", + "quest_title_quest_power_up_legendary_plural": "Perkuat Pokémon Mitos atau Legendaris {{amount_0}} kali", + "quest_title_quest_power_up_legendary_singular": "Perkuat Pokémon Mitos atau Legendaris", + "quest_title_quest_power_up_max_plural": "Perkuat {{amount_0}} Pokémon ke CP maksimalnya", + "quest_title_quest_power_up_max_singular": "Perkuat Pokémon ke CP maksimalnya", + "quest_title_quest_power_up_plural": "Perkuat Pokémon {{amount_0}} kali", + "quest_title_quest_power_up_plural_bug": "Perkuat Pokémon tipe Serangga {{amount_0}} kali", + "quest_title_quest_power_up_plural_dark": "Perkuat Pokémon tipe Kegelapan {{amount_0}} kali", + "quest_title_quest_power_up_plural_dragon": "Perkuat Pokémon tipe Naga {{amount_0}} kali", + "quest_title_quest_power_up_plural_electric": "Perkuat Pokémon tipe Listrik {{amount_0}} kali", + "quest_title_quest_power_up_plural_fairy": "Perkuat Pokémon tipe Peri {{amount_0}} kali", + "quest_title_quest_power_up_plural_fighting": "Perkuat Pokémon tipe Petarung {{amount_0}} kali", + "quest_title_quest_power_up_plural_fire": "Perkuat Pokémon tipe Api {{amount_0}} kali", + "quest_title_quest_power_up_plural_flying": "Perkuat Pokémon tipe Terbang {{amount_0}} kali", + "quest_title_quest_power_up_plural_ghost": "Perkuat Pokémon tipe Hantu {{amount_0}} kali", + "quest_title_quest_power_up_plural_grass": "Perkuat Pokémon tipe Daun {{amount_0}} kali", + "quest_title_quest_power_up_plural_ground": "Perkuat Pokémon tipe Tanah {{amount_0}} kali", + "quest_title_quest_power_up_plural_ice": "Perkuat Pokémon tipe Es {{amount_0}} kali", + "quest_title_quest_power_up_plural_normal": "Perkuat Pokémon tipe Normal {{amount_0}} kali", + "quest_title_quest_power_up_plural_poison": "Perkuat Pokémon tipe Racun {{amount_0}} kali", + "quest_title_quest_power_up_plural_psychic": "Perkuat Pokémon tipe Psychic {{amount_0}} kali", + "quest_title_quest_power_up_plural_rock": "Perkuat Pokémon tipe Bebatuan {{amount_0}} kali", + "quest_title_quest_power_up_plural_rock_fairy": "Perkuat Pokémon tipe Bebatuan atau Peri {{amount_0}} kali", + "quest_title_quest_power_up_plural_steel": "Perkuat Pokémon tipe Logam {{amount_0}} kali", + "quest_title_quest_power_up_plural_water": "Perkuat Pokémon tipe Air {{amount_0}} kali", + "quest_title_quest_power_up_poison_rock": "Perkuat Pokémon tipe Racun atau Bebatuan 5 kali", + "quest_title_quest_power_up_singular": "Perkuat Pokémon", + "quest_title_quest_power_up_singular_marshadow": "Perkuat Marshadow", + "quest_title_quest_power_up_water_normal": "Perkuat Pokémon tipe Normal atau Air 5 kali", + "quest_title_quest_primal_raid_victory_groudon": "Menangkan Raid Groudon Primal", + "quest_title_quest_primal_raid_victory_kyogre": "Menangkan Raid Kyogre Primal", + "quest_title_quest_primal_raid_victory_plural": "Menangkan {{amount_0}} Raid Primal", + "quest_title_quest_primal_raid_victory_singular": "Menangkan Raid Primal", + "quest_title_quest_primal_reversion_plural": "Aktifkan Reversi Primal {{amount_0}} kali", + "quest_title_quest_primal_reversion_singular": "Aktifkan Reversi Primal", + "quest_title_quest_primal_surge_candy": "Gejolak Primal: Dapatkan Permen dengan berjalan bersama partnermu", + "quest_title_quest_primal_surge_catch": "Gejolak Primal: Tangkap 10 Pokémon", + "quest_title_quest_primal_surge_hatch": "Gejolak Primal: Tetaskan Telur", + "quest_title_quest_primal_surge_power_ground": "Gejolak Primal: Perkuat Pokémon tipe Tanah 5 kali", + "quest_title_quest_primal_surge_power_water": "Gejolak Primal: Perkuat Pokémon Tipe Air 5 kali", + "quest_title_quest_primal_surge_raid": "Gejolak Primal: Menangkan Raid", + "quest_title_quest_psychicspec_catch_abra_plural": "Tangkap {{amount_0}} Abra atau Drowzee", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "Tangkap {{amount_0}} Pokémon tipe Psychic", + "quest_title_quest_psychicspec_evolve_plural": "Evolusikan {{amount_0}} Exeggcute atau Slowpoke", + "quest_title_quest_quaxly_evolve_b": "Evolusikan Quaxly", + "quest_title_quest_quaxwell_evolve_b": "Evolusikan Quaxwell", + "quest_title_quest_quilava_evolve_b_plural": "Evolusikan {{amount_0}} Quilava", + "quest_title_quest_quilava_evolve_b_singular": "Evolusikan Quilava", + "quest_title_quest_quilladin_evolve_b": "Evolusikan {{amount_0}} Quilladin", + "quest_title_quest_raboot_evolve": "Evolusikan Raboot", + "quest_title_quest_raid_friend_singular": "Raid bersama teman", + "quest_title_quest_raid_t5_win": "Menangkan Raid bintang lima", + "quest_title_quest_raid_with_buddy_plural": "Bertarung dalam {{amount_0}} Raid bersama partnermu", + "quest_title_quest_raid_with_buddy_singular": "Bertarung dalam Raid bersama partnermu", + "quest_title_quest_reach_hoenn_gold": "Dapatkan Medali Emas Hoenn", + "quest_title_quest_reach_johto_gold": "Dapatkan Medali Emas Johto", + "quest_title_quest_reach_kanto_gold": "Dapatkan medali emas Kanto", + "quest_title_quest_reach_kanto_silver": "Dapatkan medali perak Kanto", + "quest_title_quest_reach_level": "Capai level {{amount_0}}", + "quest_title_quest_referral_initial_milestone": "Login ke Pokémon GO", + "quest_title_quest_remove_bonus_challenge_desc": "Kamu akan menerima tugas lain besok.", + "quest_title_quest_reward_desc_1": "Kumpulkan stempel untuk membuka Inovasi Penelitian dari Profesor Willow!", + "quest_title_quest_reward_desc_2": "Inovasi Selanjutnya:", + "quest_title_quest_reward_desc_3_plural": "{{amount_0}} stempel lagi!", + "quest_title_quest_reward_desc_3_singular": "{{amount_0}} stempel lagi!", + "quest_title_quest_reward_encounter_later": "Nanti", + "quest_title_quest_reward_encounter_uses_ar": "Mode AR+ harus digunakan untuk menangkap Pokémon ini.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "Pokémon misterius muncul!", + "quest_title_quest_reward_start_encounter": "Tangkap Sekarang", + "quest_title_quest_rocket_battle_plural": "Bertarung dengan {{amount_0}} Bawahan Tim Roket GO", + "quest_title_quest_rocket_battle_win_plural": "Kalahkan {{amount_0}} Bawahan Tim Roket GO", + "quest_title_quest_rocket_battle_win_singular": "Kalahkan 1 Bawahan Tim Roket GO", + "quest_title_quest_rocket_catch_shadow_singular": "Tangkap Pokémon Bayangan", + "quest_title_quest_rocket_evolve_plural": "Evolusikan {{amount_0}} Pokémon", + "quest_title_quest_rocket_leader_battle_win_singular": "Kalahkan Pemimpin Tim Roket GO", + "quest_title_quest_rocket_power_up_plural": "Perkuat Pokémon {{amount_0}} kali", + "quest_title_quest_rocket_purify_dark_plural": "Purifikasi {{amount_0}} Pokémon Bayangan tipe Kegelapan", + "quest_title_quest_rocket_purify_fire_plural": "Purifikasi {{amount_0}} Pokémon Bayangan tipe Api", + "quest_title_quest_rocket_purify_plural": "Purifikasi {{amount_0}} Pokémon Bayangan", + "quest_title_quest_rocket_purify_type_singular": "Purifikasi Pokémon Bayangan tipe Api, Air, atau Daun", + "quest_title_quest_rocket_rescue_shadow_plural": "Selamatkan {{amount_0}} Pokémon Bayangan", + "quest_title_quest_rocket_shadow_plural": "Tangkap {{amount_0}} Pokémon Bayangan", + "quest_title_quest_rockethq1_arlo_win": "Kalahkan Arlo si Pemimpin Tim Roket GO", + "quest_title_quest_rockethq1_arlo_win_plural": "Kalahkan Pemimpin Tim Roket GO Arlo {{amount_0}} kali", + "quest_title_quest_rockethq1_battle_boss": "Bertarung dengan Bos Tim Roket GO", + "quest_title_quest_rockethq1_catch_legendary_shadow": "Tangkap Pokémon Bayangan Legendaris", + "quest_title_quest_rockethq1_catch_shadow1": "Tangkap {{amount_0}} Pokémon Bayangan", + "quest_title_quest_rockethq1_cliff_win": "Kalahkan Cliff si Pemimpin Tim Roket GO", + "quest_title_quest_rockethq1_cliff_win_plural": "Kalahkan Pemimpin Tim Roket GO Cliff {{amount_0}} kali", + "quest_title_quest_rockethq1_defeat_boss": "Kalahkan Bos Tim Roket GO", + "quest_title_quest_rockethq1_find_boss": "Temukan Bos Tim Roket GO", + "quest_title_quest_rockethq1_grunt_win1": "Kalahkan {{amount_0}} Bawahan Tim Roket GO", + "quest_title_quest_rockethq1_grunt_win2": "Kalahkan {{amount_0}} Bawahan Tim Roket GO", + "quest_title_quest_rockethq1_leader_win_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali", + "quest_title_quest_rockethq1_leaders_win_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali", + "quest_title_quest_rockethq1_purify": "Purifikasi {{amount_0}} Pokémon Bayangan", + "quest_title_quest_rockethq1_raid_win": "Menangkan {{amount_0}} Raid", + "quest_title_quest_rockethq1_sierra_win": "Kalahkan Sierra si Pemimpin Tim Roket GO", + "quest_title_quest_rockethq1_sierra_win_plural": "Kalahkan Pemimpin Tim Roket GO Sierra {{amount_0}} kali", + "quest_title_quest_rockethq1_spin": "Putar {{amount_0}} PokéStop", + "quest_title_quest_rockethq1_spin_row": "Putar PokéStop {{amount_0}} hari berturut-turut", + "quest_title_quest_rockethq1_supereffective": "Gunakan {{amount_0}} Jurus Super yang superefektif di Pertarungan Gym", + "quest_title_quest_rockethq1_trainerbattle_win": "Menangkan {{amount_0}} Pertarungan Pelatih Liga Great melawan Pelatih lain", + "quest_title_quest_roggenrola_catch_b": "Tangkap {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_evolve_b": "Evolusikan {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_snapshot_b": "Ambil {{amount_0}} foto Roggenrola", + "quest_title_quest_roset_catch_b": "Tangkap {{amount_0}} Roselia", + "quest_title_quest_roset_evolve_b": "Evolusikan {{amount_0}} Roselia", + "quest_title_quest_rowlet_catch_b": "Tangkap {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_plural": "Evolusikan {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_singular": "Evolusikan {{amount_0}} Rowlet", + "quest_title_quest_rowlet_snapshot_b": "Ambil {{amount_0}} foto Rowlet", + "quest_title_quest_sandt_catch_b": "Tangkap {{amount_0}} Sandshrew", + "quest_title_quest_sandt_evolve_b": "Evolusikan {{amount_0}} Sandshrew", + "quest_title_quest_scorbunny_evolve": "Evolusikan Scorbunny", + "quest_title_quest_send_gifts_daily_row": "Kirimkan Hadiah {{amount_0}} Hari Berturut-turut", + "quest_title_quest_send_gifts_plural": "Kirim {{amount_0}} Hadiah ke teman", + "quest_title_quest_send_gifts_singular": "Kirimkan Hadiah ke teman", + "quest_title_quest_send_gifts_sticker_plural": "Kirimkan {{amount_0}} Hadiah dengan stiker", + "quest_title_quest_send_gifts_sticker_singular": "Kirimkan Hadiah dengan stiker", + "quest_title_quest_shelgon_evolve_b_plural": "Evolusikan {{amount_0}} Shelgon", + "quest_title_quest_shelgon_evolve_b_singular": "Evolusikan Shelgon", + "quest_title_quest_shint_catch_b": "Tangkap {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_b": "Evolusikan {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_s1": "Evolusikan {{amount_0}} Luxio", + "quest_title_quest_sinnoh_evolve_plural": "Evolusikan {{amount_0}} Pokémon yang pertama kali ditemukan di Daerah Sinnoh", + "quest_title_quest_sinnoh_evolve_stone_plural": "Gunakan Batu Sinnoh untuk mengevolusikan {{amount_0}} Pokémon", + "quest_title_quest_sinnoh_medal_gold": "Dapatkan medali emas Sinnoh", + "quest_title_quest_sliggoo_evolve_b_plural": "Evolusikan {{amount_0}} Sliggoo", + "quest_title_quest_sliggoo_evolve_b_singular": "Evolusikan Sliggoo", + "quest_title_quest_slowpoke_catch_b": "Tangkap {{amount_0}} Slowpoke atau Galarian Slowpoke", + "quest_title_quest_slowpoke_evolve_b": "Evolusikan {{amount_0}} Slowpoke atau Galarian Slowpoke", + "quest_title_quest_slowpoke_snapshot_b": "Ambil {{amount_0}} foto Slowpoke atau Galarian Slowpoke", + "quest_title_quest_snapshot_ar_photo_safari": "Ambil foto partnermu di stan Pokémon GO", + "quest_title_quest_snapshot_bali": "Ambil foto di Bali", + "quest_title_quest_snapshot_buddy": "Ambil foto bersama partnermu", + "quest_title_quest_snapshot_bulbasaur": "Ambil foto Bulbasaur", + "quest_title_quest_snapshot_charmander": "Ambil foto Charmander", + "quest_title_quest_snapshot_chikorita": "Ambil foto Chikorita milikmu", + "quest_title_quest_snapshot_cyndaquil": "Ambil foto Cyndaquil milikmu", + "quest_title_quest_snapshot_genesect": "Ambil {{amount_0}} foto Genesect", + "quest_title_quest_snapshot_hariyama": "Ambil foto Hariyama milikmu", + "quest_title_quest_snapshot_hoopa_singular": "Ambil foto Hoopa", + "quest_title_quest_snapshot_jeju": "Ambil Foto di Pulau Jeju", + "quest_title_quest_snapshot_keldeo": "Ambil {{amount_0}} foto Keldeo", + "quest_title_quest_snapshot_landorus": "Ambil foto Landorus", + "quest_title_quest_snapshot_machamp": "Ambil foto Machamp milikmu", + "quest_title_quest_snapshot_okinawa": "Ambil foto di Okinawa", + "quest_title_quest_snapshot_poison_grass_singular": "Ambil foto Pokémon liar tipe Racun", + "quest_title_quest_snapshot_regi_ice": "Ambil foto Regice", + "quest_title_quest_snapshot_regi_rock": "Ambil foto Regirock", + "quest_title_quest_snapshot_regi_steel": "Ambil foto Registeel", + "quest_title_quest_snapshot_scrafty": "Ambil foto Scrafty milikmu", + "quest_title_quest_snapshot_singular": "Ambil foto", + "quest_title_quest_snapshot_storage_bug_unique_plural": "Ambil foto {{amount_0}} Pokémon tipe Serangga berbeda yang telah ditangkap", + "quest_title_quest_snapshot_storage_steel_unique_plural": "Ambil foto {{amount_0}} Pokémon tipe Logam berbeda yang telah ditangkap", + "quest_title_quest_snapshot_storage_unique_plural": "Ambil foto {{amount_0}} Pokémon liar yang berbeda", + "quest_title_quest_snapshot_surabaya": "Ambil foto di Surabaya", + "quest_title_quest_snapshot_thundurus": "Ambil foto Thundurus", + "quest_title_quest_snapshot_tornadus": "Ambil foto Tornadus", + "quest_title_quest_snapshot_totodile": "Ambil foto Totodile milikmu", + "quest_title_quest_snapshot_unique_fire_pokemon": "Ambil hasil potret {{amount_0}} Pokémon tipe Api yang berbeda.", + "quest_title_quest_snapshot_unique_pokemon": "Ambil hasil potret {{amount_0}} Pokémon yang berbeda", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Ambil foto Shinx, Blitzle, atau Furfrou di alam liar", + "quest_title_quest_snapshot_wild_bug_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Serangga", + "quest_title_quest_snapshot_wild_bug_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Serangga yang berbeda", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Ambil foto Butterfree, Shinx, atau Blitzle di alam liar", + "quest_title_quest_snapshot_wild_dark_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Kegelapan", + "quest_title_quest_snapshot_wild_dark_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Kegelapan yang berbeda", + "quest_title_quest_snapshot_wild_dragon_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Naga", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Naga yang berbeda", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Ambil foto Chinchou, Finneon, atau Ducklett di alam liar", + "quest_title_quest_snapshot_wild_eevee": "Ambil foto Eevee di alam liar", + "quest_title_quest_snapshot_wild_electric_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Listrik", + "quest_title_quest_snapshot_wild_electric_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Listrik yang berbeda", + "quest_title_quest_snapshot_wild_entei": "Ambil foto Entei di alam liar", + "quest_title_quest_snapshot_wild_fairy_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Peri", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Peri yang berbeda", + "quest_title_quest_snapshot_wild_fighting_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Petarung", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Petarung yang berbeda", + "quest_title_quest_snapshot_wild_fire_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Api", + "quest_title_quest_snapshot_wild_fire_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Api yang berbeda", + "quest_title_quest_snapshot_wild_flying_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Terbang", + "quest_title_quest_snapshot_wild_flying_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Terbang yang berbeda", + "quest_title_quest_snapshot_wild_frillish_absol": "Ambil foto Absol atau Frillish di alam liar", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Ambil foto Sandshrew, Geodude, atau Cacnea di alam liar", + "quest_title_quest_snapshot_wild_ghost_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Hantu", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Hantu yang berbeda", + "quest_title_quest_snapshot_wild_grass_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Daun", + "quest_title_quest_snapshot_wild_grass_singular": "Ambil foto Pokémon liar tipe Daun", + "quest_title_quest_snapshot_wild_grass_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Daun yang berbeda", + "quest_title_quest_snapshot_wild_ground_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Tanah", + "quest_title_quest_snapshot_wild_ground_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Tanah yang berbeda", + "quest_title_quest_snapshot_wild_hoothoot": "Ambil foto Hoothoot di alam liar", + "quest_title_quest_snapshot_wild_ice_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Es", + "quest_title_quest_snapshot_wild_ice_singular": "Ambil foto Pokémon liar tipe Es", + "quest_title_quest_snapshot_wild_ice_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Es yang berbeda", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Ambil foto Metapod, Aipom, atau Lotad di alam liar", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Ambil foto Chinchou, Luvdisc, atau Finneon di alam liar", + "quest_title_quest_snapshot_wild_mareanie_singluar": "Ambil foto Mareanie di alam liar", + "quest_title_quest_snapshot_wild_normal_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Normal", + "quest_title_quest_snapshot_wild_normal_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Normal yang berbeda", + "quest_title_quest_snapshot_wild_plural": "Ambil {{amount_0}} foto Pokémon Liar", + "quest_title_quest_snapshot_wild_poison_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Racun", + "quest_title_quest_snapshot_wild_poison_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Racun yang berbeda", + "quest_title_quest_snapshot_wild_psychic_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Psychic", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Psychic yang berbeda", + "quest_title_quest_snapshot_wild_raikou": "Ambil foto Raikou di alam liar", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Tanah, Bebatuan, atau Peri yang berbeda", + "quest_title_quest_snapshot_wild_rock_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Bebatuan", + "quest_title_quest_snapshot_wild_rock_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Bebatuan yang berbeda", + "quest_title_quest_snapshot_wild_singular": "Ambil foto Pokémon Liar", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Ambil foto Dodrio, Mantine, atau Skarmory di alam liar", + "quest_title_quest_snapshot_wild_skitty_kirlia": "Ambil foto Kirlia atau Skitty di alam liar", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Ambil foto Sneasel, Croagunk, atau Frillish di alam liar", + "quest_title_quest_snapshot_wild_steel_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Logam", + "quest_title_quest_snapshot_wild_steel_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Logam yang berbeda", + "quest_title_quest_snapshot_wild_suicune": "Ambil foto Suicune di alam liar", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Ambil foto Sandshrew, Trapinch, atau Cacnea di alam liar", + "quest_title_quest_snapshot_wild_unique_plural": "Ambil foto {{amount_0}} Pokémon liar yang berbeda", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Api, Air, atau Daun yang berbeda", + "quest_title_quest_snapshot_wild_water_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Air", + "quest_title_quest_snapshot_wild_water_singular": "Ambil foto Pokémon liar tipe Air", + "quest_title_quest_snapshot_wild_water_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Air yang berbeda", + "quest_title_quest_snapshot_yogyakarta": "Ambil foto di Yogyakarta", + "quest_title_quest_snapshots_inarow_plural": "Ambil foto Pokémon selama {{amount_0}} hari beruntun", + "quest_title_quest_snapshots_plural": "Ambil {{amount_0}} foto", + "quest_title_quest_snapshots_your_plural": "Ambil {{amount_0}} foto Pokémon milikmu", + "quest_title_quest_snapshots_your_singular": "Ambil foto salah satu Pokémon milikmu", + "quest_title_quest_snivt_catch_b": "Tangkap {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_b": "Evolusikan {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_s1": "Evolusikan {{amount_0}} Servine", + "quest_title_quest_sobble_evolve": "Evolusikan Sobble", + "quest_title_quest_sphet_catch_b": "Tangkap {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_b": "Evolusikan {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_s1": "Evolusikan {{amount_0}} Sealeo", + "quest_title_quest_spin_151": "Putar 151 PokéStop atau Gym", + "quest_title_quest_spin_daysinarow": "Kunjungi PokéStop {{amount_0}} hari berturut-turut", + "quest_title_quest_spin_go_tour_habitat_01": "Putar {{amount_0}} PokéStop atau Gym di habitat Pantai Metropolis", + "quest_title_quest_spin_go_tour_habitat_02": "Putar {{amount_0}} PokéStop atau Gym di habitat Reruntuhan Penjerat", + "quest_title_quest_spin_go_tour_habitat_03": "Putar {{amount_0}} PokéStop atau Gym di habitat Genangan Racun", + "quest_title_quest_spin_go_tour_habitat_04": "Putar {{amount_0}} PokéStop atau Gym di habitat Gunung Mata Air Panas", + "quest_title_quest_spin_go_tour_spiritomb_plural": "Putar {{amount_0}} PokéStop Spiritomb yang berbeda", + "quest_title_quest_spin_go_tour_spiritomb_singular": "Putar PokéStop Spiritomb", + "quest_title_quest_spin_mexico_plural": "Putar {{amount_0}} Pokestop di Meksiko", + "quest_title_quest_spin_mexico_singular": "Putar Pokestop di Meksiko", + "quest_title_quest_spin_pokestop_days": "Kunjungi PokéStop selama {{amount_0}} hari berbeda", + "quest_title_quest_spin_ultra_wormhole_gym": "Putar Gym tempat Lubang Cacing Ultra terbentuk", + "quest_title_quest_spin_wcs_2024": "Putar 10 PokéStop atau Gym di Hawaiʻi Convention Center", + "quest_title_quest_sprigatito_evolve_b": "Evolusikan Sprigatito", + "quest_title_quest_squirtle_catch_b": "Tangkap {{amount_0}} Squirtle", + "quest_title_quest_squirtle_evolve_b": "Evolusikan {{amount_0}} Squirtle", + "quest_title_quest_squirtle_snapshot_b": "Ambil {{amount_0}} foto Squirtle", + "quest_title_quest_st_catch_s": "Tangkap 15 Seedot", + "quest_title_quest_st_evolve_n": "Evolusikan Nuzleaf", + "quest_title_quest_st_evolve_s": "Evolusikan 3 Seedot", + "quest_title_quest_stardust_plural": "Dapatkan {{amount_0}} Debu Bintang", + "quest_title_quest_starly_catch_b": "Tangkap {{amount_0}} Starly", + "quest_title_quest_starly_evolve_b": "Evolusikan {{amount_0}} Starly", + "quest_title_quest_starly_snapshot_b": "Ambil {{amount_0}} foto Starly", + "quest_title_quest_start_battle": "MULAI PERTARUNGAN!", + "quest_title_quest_steenee_evolve_b_plural": "Evolusikan {{amount_0}} Steenee", + "quest_title_quest_steenee_evolve_b_singular": "Evolusikan Steenee", + "quest_title_quest_streak_format": "{{amount_0}} HARI BERUNTUN!", + "quest_title_quest_stuff_catch_b": "Tangkap {{amount_0}} Stufful", + "quest_title_quest_stuff_evolve_b": "Evolusikan {{amount_0}} Stufful", + "quest_title_quest_stuff_snapshot_b": "Ambil {{amount_0}} foto Stufful di alam liar", + "quest_title_quest_supereffective_charge_party_plural": "Gunakan {{amount_0}} Jurus Super yang superefektif saat tergabung di Grup", + "quest_title_quest_supereffective_charge_party_singular": "Gunakan Jurus Super yang superefektif saat tergabung di Grup", + "quest_title_quest_supereffective_charge_plural": "Gunakan {{amount_0}} Jurus Super yang superefektif", + "quest_title_quest_supereffective_charge_singular": "Gunakan Jurus Super yang superefektif", + "quest_title_quest_surskit_catch": "Tangkap {{amount_0}} Surskit", + "quest_title_quest_swabt_catch_b": "Tangkap {{amount_0}} Swablu", + "quest_title_quest_swabt_evolve_b": "Evolusikan {{amount_0}} Swablu", + "quest_title_quest_swinub_cdc_evolve_b": "Evolusikan {{amount_0}} Swinub", + "quest_title_quest_swinub_cdc_snapshot_b": "Ambil {{amount_0}} foto Swinub", + "quest_title_quest_teddiursa_catch_b": "Tangkap {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_evolve_b": "Evolusikan {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_snapshot_b": "Ambil {{amount_0}} foto Teddiursa", + "quest_title_quest_template.display.branches#0.button_text_key": "Raid, Bawahan, dan Gym!", + "quest_title_quest_template.display.branches#0.description_key": "Dengan memilih jalur ini, tugas untuk menantang Gym, Raid, dan Tim Roket GO akan diberikan. Hadiah seperti bertemu dengan Charizard dan lainnya akan diberikan jika tugas diselesaikan.", + "quest_title_quest_template.display.branches#1.button_text_key": "GO Battle League!", + "quest_title_quest_template.display.branches#1.description_key": "Dengan memilih jalur ini, tugas untuk bertarung melawan Pelatih lainnya akan diberikan. Hadiah seperti bertemu dengan Charizard dan lainnya akan diberikan jika tugas diselesaikan.", + "quest_title_quest_tepit_catch_b": "Tangkap {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_b": "Evolusikan {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_s1": "Evolusikan {{amount_0}} Pignite", + "quest_title_quest_thwackey_evolve": "Evolusikan Thwackey", + "quest_title_quest_timburr_catch_b": "Tangkap {{amount_0}} Timburr", + "quest_title_quest_timburr_evolve_b": "Evolusikan {{amount_0}} Timburr", + "quest_title_quest_timburr_snapshot_b": "Ambil {{amount_0}} foto Timburr", + "quest_title_quest_time_remaining_day_plural": "{{amount_0}} hari tersisa untuk menyelesaikan Penelitian Spesial ini", + "quest_title_quest_time_remaining_day_singular": "{{amount_0}} hari tersisa untuk menyelesaikan Penelitian Spesial ini", + "quest_title_quest_togetic_catch_b": "Tangkap {{amount_0}} Togetic", + "quest_title_quest_togetic_evolve_b": "Evolusikan {{amount_0}} Togetic", + "quest_title_quest_togetic_snapshot_b": "Ambil {{amount_0}} foto Togetic", + "quest_title_quest_torracat_evolve_b_plural": "Evolusikan {{amount_0}} Torracat", + "quest_title_quest_torracat_evolve_b_singular": "Evolusikan Torracat", + "quest_title_quest_trade_50km_plural": "Buat {{amount_0}} pertukaran Pokémon dari jarak 50 km atau lebih", + "quest_title_quest_trade_100km_plural": "Buat {{amount_0}} pertukaran Pokémon dari jarak 100 km atau lebih", + "quest_title_quest_trade_200km_plural": "Buat {{amount_0}} pertukaran Pokémon dari jarak 200 km atau lebih", + "quest_title_quest_trade_300km_plural": "Buat {{amount_0}} pertukaran Pokémon dari jarak 300 km atau lebih", + "quest_title_quest_trade_400km_plural": "Buat {{amount_0}} pertukaran Pokémon dari jarak 400 km atau lebih", + "quest_title_quest_trade_500km_plural": "Buat {{amount_0}} pertukaran Pokémon dari jarak 500 km atau lebih", + "quest_title_quest_trade_500km_singular": "Buat pertukaran Pokémon dari jarak 500 km atau lebih", + "quest_title_quest_trade_pikachu_plural": "Tukarkan {{amount_0}} Pikachu", + "quest_title_quest_trade_plural": "Tukar Pokémon {{amount_0}} kali", + "quest_title_quest_trade_singular": "Tukar Pokémon", + "quest_title_quest_transfer_pidgey_plural": "Transfer {{amount_0}} Pidgey", + "quest_title_quest_transfer_pokemon_plural": "Transfer {{amount_0}} Pokémon", + "quest_title_quest_transfer_pokemon_singular": "Transfer Pokémon", + "quest_title_quest_transfer_rock_or_poison_plural": "Transfer {{amount_0}} Pokémon tipe Bebatuan atau Racun", + "quest_title_quest_transfer_rock_poison": "Transfer {{amount_0}} Pokémon tipe Bebatuan atau Racun", + "quest_title_quest_transfer_type_bug_plural": "Transfer {{amount_0}} Pokémon tipe Serangga", + "quest_title_quest_transfer_type_dark_plural": "Transfer {{amount_0}} Pokémon tipe Kegelapan", + "quest_title_quest_transfer_type_dragon_plural": "Transfer {{amount_0}} Pokémon tipe Naga", + "quest_title_quest_transfer_type_electric_plural": "Transfer {{amount_0}} Pokémon tipe Listrik", + "quest_title_quest_transfer_type_fairy_plural": "Transfer {{amount_0}} Pokémon tipe Peri", + "quest_title_quest_transfer_type_fighting_plural": "Transfer {{amount_0}} Pokémon tipe Petarung", + "quest_title_quest_transfer_type_fire_plural": "Transfer {{amount_0}} Pokémon tipe Api", + "quest_title_quest_transfer_type_flying_plural": "Transfer {{amount_0}} Pokémon tipe Terbang", + "quest_title_quest_transfer_type_ghost_plural": "Transfer {{amount_0}} Pokémon tipe Hantu", + "quest_title_quest_transfer_type_grass_plural": "Transfer {{amount_0}} Pokémon tipe Daun", + "quest_title_quest_transfer_type_ground_plural": "Transfer {{amount_0}} Pokémon tipe Tanah", + "quest_title_quest_transfer_type_ice_plural": "Transfer {{amount_0}} Pokémon tipe Es", + "quest_title_quest_transfer_type_normal_plural": "Transfer {{amount_0}} Pokémon tipe Normal", + "quest_title_quest_transfer_type_poison_plural": "Transfer {{amount_0}} Pokémon tipe Racun", + "quest_title_quest_transfer_type_psychic_plural": "Transfer {{amount_0}} Pokémon tipe Psychic", + "quest_title_quest_transfer_type_rock_plural": "Transfer {{amount_0}} Pokémon tipe Bebatuan", + "quest_title_quest_transfer_type_steel_plural": "Transfer {{amount_0}} Pokémon tipe Logam", + "quest_title_quest_transfer_type_water_plural": "Transfer {{amount_0}} Pokémon tipe Air", + "quest_title_quest_travel_routes_km_plural": "Jalan {{amount_0}} km saat menjelajahi Rute", + "quest_title_quest_travel_routes_meters_plural": "Jalan {{amount_0}} m saat menjelajahi Rute", + "quest_title_quest_tynamo_catch_b": "Tangkap {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_plural": "Evolusikan {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_singular": "Evolusikan Tynamo", + "quest_title_quest_under_investigation": "Profesor Willow saat ini sedang melakukan investigasi terkait penelitian ini. Kembali lagi nanti!", + "quest_title_quest_urd22_june_battle_gym": "Hari Penelitian: Bertarung di Gym", + "quest_title_quest_urd22_june_battle_raid": "Hari Penelitian: Bertarung dalam Raid", + "quest_title_quest_urd22_june_beries": "Hari Penelitian: Gunakan {{amount_0}} Beri untuk mempermudah penangkapan Pokémon", + "quest_title_quest_urd22_june_catch_rock": "Hari Penelitian: Tangkap {{amount_0}} Pokémon tipe Bebatuan", + "quest_title_quest_urd22_june_catch_weather": "Hari Penelitian: Tangkap {{amount_0}} Pokémon dengan Pemacu Cuaca", + "quest_title_quest_urd22_june_curveball": "Hari Penelitian: Lakukan {{amount_0}} Lemparan Melengkung", + "quest_title_quest_urd22_june_curveball_row": "Hari Penelitian: Lakukan {{amount_0}} Lemparan Melengkung secara beruntun", + "quest_title_quest_urd22_june_evolve_rock": "Hari Penelitian: Evolusikan {{amount_0}} Pokémon tipe Bebatuan", + "quest_title_quest_urd22_june_gift_sticker": "Hari Penelitian: Kirim {{amount_0}} Hadiah dengan stiker", + "quest_title_quest_urd22_june_great": "Hari Penelitian: Lakukan {{amount_0}} Great Throw", + "quest_title_quest_urd22_june_great_row": "Hari Penelitian: Lakukan {{amount_0}} Great Throw secara beruntun", + "quest_title_quest_urd22_june_nice": "Hari Penelitian: Lakukan {{amount_0}} Nice Throw", + "quest_title_quest_urd22_june_nice_row": "Hari Penelitian: Lakukan {{amount_0}} Nice Throw secara beruntun", + "quest_title_quest_urd22_june_powerup": "Hari Penelitian: Perkuat Pokémon {{amount_0}} kali", + "quest_title_quest_urd22_june_snap_rock": "Hari Penelitian: Ambil foto Pokémon liar tipe Bebatuan", + "quest_title_quest_urd22_june_spin_stops": "Hari Penelitian: Putar {{amount_0}} PokéStop", + "quest_title_quest_urd22_june_supereffective": "Hari Penelitian: Gunakan Jurus Super yang superefektif", + "quest_title_quest_ursaring_evolve_b": "Evolusikan {{amount_0}} Ursaring", + "quest_title_quest_use_any_potion": "Gunakan Obat Luka apa pun pada Pokémon", + "quest_title_quest_use_charged_move_singular": "Gunakan Jurus Super yang superefektif", + "quest_title_quest_use_charged_tm": "Gunakan MJ Super", + "quest_title_quest_use_dai_plural": "Gunakan {{amount_0}} Pewangi Harian", + "quest_title_quest_use_dai_singular": "Gunakan 1 Pewangi Harian", + "quest_title_quest_use_fast_tm": "Gunakan MJ Cepat", + "quest_title_quest_use_hyper_potion": "Gunakan Obat Luka Hiper pada Pokémon", + "quest_title_quest_use_lure": "Gunakan Modul Umpan", + "quest_title_quest_use_lure_plural": "Gunakan {{amount_0}} Modul Umpan ketika menelusuri Rute", + "quest_title_quest_use_lure_singular": "Gunakan Modul Umpan ketika menelusuri Rute", + "quest_title_quest_use_max_potion": "Gunakan Obat Luka Maksimum pada Pokémon", + "quest_title_quest_use_poffin": "Gunakan Poffin", + "quest_title_quest_use_rare_candy_plural": "Gunakan {{amount_0}} Permen Langka", + "quest_title_quest_use_rare_candy_singular": "Gunakan Permen Langka", + "quest_title_quest_use_standard_charged_tm": "Gunakan MJ Super", + "quest_title_quest_use_standard_fast_tm": "Gunakan MJ Cepat", + "quest_title_quest_use_super_potion": "Gunakan Obat Luka Super pada Pokémon", + "quest_title_quest_uxie_wild_snap": "Ambil foto Uxie di alam liar", + "quest_title_quest_val19_catch_specific_plural": "Hari Valentine: Tangkap {{amount_0}} Luvdisc", + "quest_title_quest_val19_catch_specific_singular": "Hari Valentine: Tangkap Chansey", + "quest_title_quest_visit_different_pokestops": "Putar {{amount_0}} PokéStop yang berbeda", + "quest_title_quest_visit_pokestop_new_plural": "Putar {{amount_0}} PokéStop yang belum pernah dikunjungi", + "quest_title_quest_visit_pokestop_new_singular": "Putar PokéStop yang belum pernah dikunjungi", + "quest_title_quest_visit_pokestops_party_plural": "Putar {{amount_0}} PokéStop atau Gym saat tergabung di Grup", + "quest_title_quest_visit_pokestops_plural": "Putar {{amount_0}} PokéStop atau Gym", + "quest_title_quest_visit_pokestops_singular": "Putar PokéStop atau Gym", + "quest_title_quest_visit_unique_pokestops_plural": "Putar {{amount_0}} PokéStop atau Gym yang berbeda", + "quest_title_quest_wailmer_catch_b": "Tangkap {{amount_0}} Wailmer", + "quest_title_quest_waina_catch_great_ultra_plural": "Tangkap {{amount_0}} Pokémon ke Bola Great atau Bola Ultra dengan Pokémon GO Plus +", + "quest_title_quest_waina_catch_plural": "Tangkap {{amount_0}} Pokémon ke Bola Pokémon dengan Pokémon GO Plus +", + "quest_title_quest_waina_sleep_days": "Lacak tidurmu dengan Pokémon GO Plus + selama {{amount_0}} hari", + "quest_title_quest_waina_sleep_days_singular": "Lacak tidurmu dengan Pokémon GO Plus + selama 1 hari", + "quest_title_quest_waina_spin_pokestop_plural": "Putar {{amount_0}} PokéStop dengan Pokémon GO Plus +", + "quest_title_quest_walk_25km_inaweek_plural": "Jalan 25 km dalam satu minggu menggunakan Sinkronisasi Petualangan {{amount_0}} kali", + "quest_title_quest_walk_buddy_plural": "Dapatkan {{amount_0}} Permen dengan berjalan bersama partnermu", + "quest_title_quest_walk_buddy_singular": "Dapatkan 1 Permen dengan berjalan bersama partnermu", + "quest_title_quest_walk_eevee_for_evo": "Bejalanlah 10 km dengan Eevee sebagai partnermu untuk mendapatkan Permen", + "quest_title_quest_walk_hgrowlithe_header_0": "Petualangan Berekor", + "quest_title_quest_walk_km": "Jalan {{amount_0}} km", + "quest_title_quest_walk_km_plural": "Jalan {{amount_0}} km", + "quest_title_quest_walk_routes_plural": "Berjalan {{amount_0}} km saat menelusuri Rute", + "quest_title_quest_walk_routes_singular": "Berjalan {{amount_0}} km saat menelusuri Rute", + "quest_title_quest_walk_steps": "Jalan {{amount_0}} langkah", + "quest_title_quest_wartortle_evolve_b": "Evolusikan {{amount_0}} Wartortle", + "quest_title_quest_waterfestival_catch_feed_plural": "Festival Air: Gunakan {{amount_0}} Beri untuk mempermudah penangkapan Pokémon", + "quest_title_quest_waterfestival_catch_pokemon_plural": "Festival Air: Tangkap {{amount_0}} Pokémon", + "quest_title_quest_waterfestival_catch_special9_plural": "Festival Air: Tangkap {{amount_0}} Magikarp atau Wailmer", + "quest_title_quest_waterfestival_catch_type_water_plural": "Festival Air: Tangkap {{amount_0}} Pokémon tipe Air", + "quest_title_quest_waterfestival_evolve_plural": "Festival Air: Evolusikan {{amount_0}} Shellder", + "quest_title_quest_waterfestival_evolve_type_water_plural": "Festival Air: Evolusikan {{amount_0}} Pokémon tipe Air", + "quest_title_quest_waterfestival_hatch_egg_singular": "Festival Air: Tetaskan Telur", + "quest_title_quest_waterfestival_land_great_plural": "Festival Air: Lakukan {{amount_0}} Great Throw", + "quest_title_quest_waterfestival_land_nice_plural": "Festival Air: Lakukan {{amount_0}} Nice Throw", + "quest_title_quest_waterfestival_win_raid_singular": "Festival Air: Menangkan Raid", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Bonus Wayfarer: Tangkap {{amount_0}} Pokémon", + "quest_title_quest_wcs_2024_catch_psychic_electric": "Tangkap {{amount_0}} Pokémon tipe Listrik atau Psychic", + "quest_title_quest_wcs_2024_snapshot_fairy": "Ambil foto {{amount_0}} Pokémon liar tipe Peri yang berbeda", + "quest_title_quest_wcs_2024_spin_00": "Putar PokéStop di Pokémon GO Zone", + "quest_title_quest_wcs_2024_spin_01": "Putar PokéStop di Play Lab", + "quest_title_quest_wcs_2024_spin_02": "Putar PokéStop di Collect & Trade Corner", + "quest_title_quest_weepinbell_evolve_b_plural": "Evolusikan {{amount_0}} Weepinbell", + "quest_title_quest_weepinbell_evolve_b_singular": "Evolusikan Weepinbell", + "quest_title_quest_wimpod_catch_b": "Tangkap {{amount_0}} Wimpod", + "quest_title_quest_win_gym_plural": "Menangkan {{amount_0}} Pertarungan Gym", + "quest_title_quest_win_gym_singular": "Menangkan Pertarungan Gym", + "quest_title_quest_win_raid_2_singular": "Menangkan Raid bintang 2 atau lebih tinggi", + "quest_title_quest_win_raid_3_plural": "Menangkan {{amount_0}} Raid bintang 3 atau lebih tinggi", + "quest_title_quest_win_raid_3_singular": "Menangkan Raid bintang 3 atau lebih tinggi", + "quest_title_quest_win_raid_buddy_plural": "Menangkan {{amount_0}} Raid dengan Pokémon Partnermu", + "quest_title_quest_win_raid_buddy_singular": "Menangkan 1 Raid dengan partnermu", + "quest_title_quest_win_raid_lvl1_higher_singular": "Menangkan Raid bintang 1 atau lebih tinggi", + "quest_title_quest_win_raid_lvl1_singular": "Menangkan Raid bintang satu", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Menangkan {{amount_0}} Raid dengan hanya menggunakan Pokémon dengan 1.500 CP atau lebih rendah", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Menangkan Raid dengan hanya menggunakan Pokémon dengan 1.500 CP atau lebih rendah", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Menangkan {{amount_0}} Raid bintang tiga dengan hanya menggunakan Pokémon dengan 1.500 CP atau lebih rendah", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Menangkan Raid bintang tiga dengan hanya menggunakan Pokémon dengan 1.500 CP atau lebih rendah", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Menangkan {{amount_0}} Raid bintang tiga hanya dengan Pokémon 2.500 CP atau kurang", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Menangkan Raid bintang tiga hanya dengan Pokémon 2.500 CP atau kurang", + "quest_title_quest_win_raid_party_plural": "Menangkan {{amount_0}} Raid saat tergabung di Grup", + "quest_title_quest_win_raid_party_singular": "Menangkan Raid saat tergabung di Grup", + "quest_title_quest_win_raid_plural": "Menangkan {{amount_0}} Raid", + "quest_title_quest_win_raid_singular": "Menangkan Raid", + "quest_title_quest_win_raid_unique_plural": "Menangkan {{amount_0}} Raid dengan tim yang terdiri dari beragam Pokémon", + "quest_title_quest_win_raid_unique_singular": "Menangkan Raid dengan tim yang terdiri dari beragam Pokémon", + "quest_title_quest_win_raid_with_friend_plural": "Menangkan {{amount_0}} Raid dengan teman", + "quest_title_quest_win_raid_with_friend_singular": "Menangkan sebuah Raid dengan teman", + "quest_title_quest_win_raids_unique_1500_plural": "Menangkan {{amount_0}} Raid dengan tim Pokémon yang berbeda-beda dengan atau di bawah 1.500 CP", + "quest_title_quest_win_raids_unique_plural": "Menangkan {{amount_0}} Raid dengan tim Pokémon yang berbeda-beda", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali dengan hanya menggunakan Pokémon dengan 1.500 CP atau lebih rendah", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "Kalahkan Pemimpin Tim Roket GO dengan hanya menggunakan Pokémon dengan 1.500 CP atau lebih rendah", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali dengan hanya menggunakan Pokémon dengan 2.500 CP atau lebih rendah", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali dengan hanya menggunakan Pokémon dengan 3.000 CP atau lebih rendah", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali dengan hanya menggunakan Pokémon dengan 3.500 CP atau lebih rendah", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali dengan hanya menggunakan Pokémon dengan 4.000 CP atau lebih rendah", + "quest_title_quest_wooper_catch_b": "Tangkap {{amount_0}} Wooper atau Paldean Wooper", + "quest_title_quest_wooper_evolve_b": "Evolusikan {{amount_0}} Wooper atau Paldean Wooper", + "quest_title_quest_wooper_snapshot_b": "Ambil {{amount_0}} foto Wooper atau Paldean Wooper", + "quest_title_quest_wt_catch_weedle": "Tangkap {{amount_0}} Weedle", + "quest_title_quest_wt_evolve_kakuna": "Evolusikan {{amount_0}} Kakuna", + "quest_title_quest_wt_evolve_weedle": "Evolusikan {{amount_0}} Weedle", + "quest_title_quest_xp_plural": "Dapatkan {{amount_0}} XP", + "quest_title_quest_zigzagoon_catch_b": "Tangkap {{amount_0}} Galarian Zigzagoon", + "quest_title_quest_zigzagoon_evolve_b": "Evolusikan {{amount_0}} Galarian Zigzagoon", + "quest_title_quest_zigzagoon_snapshot_b": "Ambil {{amount_0}} foto Galarian Zigzagoon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "0 Pokémon Tertangkap", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "{{amount_0}} Pokémon Tertangkap", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 Pokémon Tertangkap", + "quest_title_score_1_10_11_12_singular": "Menangkap {{amount_0}} Pokémon Tipe Api, Tipe Air, atau Tipe Daun", + "quest_title_score_1_10_singular": "Menangkap {{amount_0}} Pokémon Tipe Api", + "quest_title_score_1_11_singular": "Menangkap {{amount_0}} Pokémon Tipe Air", + "quest_title_score_1_12_singular": "Menangkap {{amount_0}} Pokémon Tipe Daun", + "quest_title_score_1_none": "0 Pokémon Tertangkap", + "quest_title_score_1_plural": "{{amount_0}} Pokémon Tertangkap", + "quest_title_score_1_singular": "1 Pokémon Tertangkap", + "quest_title_score_6_plural": "Menangkan {{amount_0}} Raid", + "quest_title_score_6_singular": "Menangkan 1 Raid", + "quest_title_score_8_10_none": "Melakukan 0 Nice Throw", + "quest_title_score_8_10_plural": "Melakukan {{amount_0}} Nice Throw", + "quest_title_score_8_10_singular": "Melakukan 1 Nice Throw", + "quest_title_score_8_11_none": "Melakukan 0 Great Throw", + "quest_title_score_8_11_plural": "Melakukan {{amount_0}} Great Throw", + "quest_title_score_8_11_singular": "Melakukan 1 Great Throw", + "quest_title_score_8_12_none": "Melakukan 0 Excellent Throw", + "quest_title_score_8_12_plural": "Melakukan {{amount_0}} Excellent Throw", + "quest_title_score_8_12_singular": "Melakukan 1 Excellent Throw", + "quest_title_score_8_13_none": "Melakukan 0 Lemparan Melengkung", + "quest_title_score_8_13_plural": "Melakukan {{amount_0}} Lemparan Melengkung", + "quest_title_score_8_13_singular": "Melakukan 1 Lemparan Melengkung", + "quest_title_score_11_701_none": "Menggunakan 0 Beri Raz", + "quest_title_score_11_701_plural": "Menggunakan {{amount_0}} Beri Raz", + "quest_title_score_11_701_singular": "Menggunakan 1 Beri Razz", + "quest_title_score_11_703_none": "Menggunakan 0 Beri Nanab", + "quest_title_score_11_703_plural": "Menggunakan {{amount_0}} Beri Nanab", + "quest_title_score_11_703_singular": "Menggunakan 1 Beri Nanab", + "quest_title_score_11_705_none": "Menggunakan 0 Beri Pinap", + "quest_title_score_11_705_plural": "Menggunakan {{amount_0}} Beri Pinap", + "quest_title_score_11_705_singular": "Menggunakan 1 Beri Pinap", + "quest_title_score_15_10_none": "Melakukan 0 Lemparan Melengkung: Nice", + "quest_title_score_15_10_plural": "Melakukan {{amount_0}} Lemparan Melengkung: Nice", + "quest_title_score_15_10_singular": "Melakukan 1 Lemparan Melengkung: Nice", + "quest_title_score_15_11_none": "Melakukan 0 Lemparan Melengkung: Great", + "quest_title_score_15_11_plural": "Melakukan {{amount_0}} Lemparan Melengkung: Great", + "quest_title_score_15_11_singular": "Melakukan 1 Lemparan Melengkung: Great", + "quest_title_score_15_12_none": "Melakukan 0 Lemparan Melengkung: Excellent", + "quest_title_score_15_12_plural": "Melakukan {{amount_0}} Lemparan Melengkung: Excellent", + "quest_title_score_15_12_singular": "Melakukan 1 Lemparan Melengkung: Excellent", + "quest_title_score_22_none": "Menyelesaikan 0 pertarungan dengan pemimpin tim", + "quest_title_score_22_plural": "Menyelesaikan {{amount_0}} pertarungan dengan pemimpin tim", + "quest_title_score_22_singular": "Menyelesaikan 1 pertarungan dengan pemimpin tim", + "quest_title_score_23_none": "Menyelesaikan 0 pertarungan GO Battle League", + "quest_title_score_23_plural": "Menyelesaikan {{amount_0}} pertarungan GO Battle League", + "quest_title_score_23_singular": "Menyelesaikan 1 pertarungan GO Battle League", + "quest_title_score_battle_raid_none": "Bertarung di 0 Raid", + "quest_title_score_battle_raid_plural": "Bertarung di {{amount_0}} Raid", + "quest_title_score_battle_raid_singular": "Bertarung di 1 Raid", + "quest_title_score_catch_feed_none": "Menggunakan 0 Beri", + "quest_title_score_catch_feed_plural": "Menggunakan {{amount_0}} Beri", + "quest_title_score_catch_feed_singular": "Menggunakan 1 Beri", + "quest_title_score_catch_pokemon": "{{amount_0}} Pokémon Tertangkap", + "quest_title_score_defeat_rocket_none": "Mengalahkan 0 anggota Tim Roket GO", + "quest_title_score_defeat_rocket_plural": "Mengalahkan {{amount_0}} anggota Tim Roket GO", + "quest_title_score_defeat_rocket_singular": "Mengalahkan 1 anggota Tim Roket GO", + "quest_title_score_field_research_none": "Menyelesaikan 0 tugas Penelitian Lapangan", + "quest_title_score_field_research_plural": "Menyelesaikan {{amount_0}} tugas Penelitian Lapangan", + "quest_title_score_field_research_singular": "Menyelesaikan 1 tugas Penelitian Lapangan", + "quest_title_score_send_gift_none": "Mengirimkan 0 Hadiah ke teman", + "quest_title_score_send_gift_plural": "Mengirimkan {{amount_0}} Hadiah ke teman", + "quest_title_score_send_gift_singular": "Mengirimkan 1 Hadiah ke teman", + "quest_title_score_spin_pokestop_none": "Putar 0 PokéStop", + "quest_title_score_spin_pokestop_plural": "Putar {{amount_0}} PokéStop", + "quest_title_score_spin_pokestop_singular": "Putar 1 PokéStop", + "quest_win_raid_plural": "Menangkan {{amount}} Raid", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Star Raid", + "raid_1_plural": "1 Star Raids", + "raid_2": "2 Star Raid", + "raid_2_plural": "2 Star Raids", + "raid_3": "3 Star Raid", + "raid_3_plural": "3 Star Raids", + "raid_4": "4 Star Raid", + "raid_4_plural": "4 Star Raids", + "raid_5": "Legendary Raid", + "raid_5_plural": "Legendary Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "Sempurna saat Siang", + "route_tag_architecture": "Arsitektur", + "route_tag_art": "Seni", + "route_tag_beachy": "Pantai", + "route_tag_bike_path": "Jalur Sepeda", + "route_tag_biking": "Bagus untuk Bersepeda", + "route_tag_body_of_water": "Tepi Perairan", + "route_tag_buildings": "Banyak Bangunan", + "route_tag_category_misc": "Lainnya", + "route_tag_category_nearby": "Sekitar", + "route_tag_category_suitability": "Kesesuaian", + "route_tag_category_terrain": "Topografi", + "route_tag_category_theme": "Tema", + "route_tag_city_life": "Kehidupan Kota", + "route_tag_culture": "Budaya", + "route_tag_easy_going": "Rileks", + "route_tag_flat": "Datar", + "route_tag_foliage": "Banyak Dedaunan", + "route_tag_food": "Makanan", + "route_tag_grassy": "Berumput", + "route_tag_hilly": "Tanjakan", + "route_tag_historic": "Histori", + "route_tag_intense": "Intens", + "route_tag_morning": "Sempurna saat Pagi", + "route_tag_muddy": "Berlumpur", + "route_tag_nature": "Alam", + "route_tag_night": "Sempurna saat Malam", + "route_tag_no_parking": "Takada Parkiran Terdekat", + "route_tag_no_people": "Sepi", + "route_tag_open_space": "Banyak Ruang Terbuka", + "route_tag_parking": "Ada Parkiran Terdekat", + "route_tag_parks_nearby": "Taman Sekitar", + "route_tag_partially_paved": "Jalur Sebagian Beraspal", + "route_tag_paved": "Jalur Beraspal", + "route_tag_people": "Ramai", + "route_tag_pets": "Ramah Hewan Peliharaan", + "route_tag_plenty_pokestops": "Banyak PokéStop", + "route_tag_public_transport": "Dekat Transportasi Umum", + "route_tag_raid_friendly": "Banyak Gym", + "route_tag_rainy_day": "Cocok untuk Hari Hujan", + "route_tag_rocky": "Berbatu", + "route_tag_running": "Bagus untuk Berlari", + "route_tag_sandy": "Berpasir", + "route_tag_seasonal": "Musiman", + "route_tag_sightseeing": "Wisata", + "route_tag_stroller": "Ramah Kereta Bayi", + "route_tag_sunny_day": "Cocok untuk Hari Cerah", + "route_tag_tree_cover": "Pohon Teduh", + "route_tag_unpaved": "Jalur Tak Beraspal", + "route_tag_views": "Panorama Indah", + "route_tag_walking": "Bagus untuk Berjalan", + "route_tag_wheelchair": "Dapat dilalui kursi roda", + "route_tag_wildlife": "Banyak Hewan Liar", + "route_tag_woodsy": "Rimba", + "route_tags_label": "LABEL", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "Bayangan", + "team_1": "Mystic", + "team_2": "Valor", + "team_3": "Instinct", + "team_a_0": "Tanpa Tim", + "team_a_1": "Tim Mystic", + "team_a_2": "Tim Valor", + "team_a_3": "Tim Instinct", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "Ekstrem", + "weather_1": "Cerah", + "weather_2": "Hujan", + "weather_3": "Berawan", + "weather_4": "Mendung", + "weather_5": "Berangin", + "weather_6": "Bersalju", + "weather_7": "Kabut", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/client/public/locales/it/translation.json b/client/public/locales/it/translation.json new file mode 100644 index 000000000..afc0d917c --- /dev/null +++ b/client/public/locales/it/translation.json @@ -0,0 +1,6001 @@ +{ + "login": "Accesso", + "click_once": "Clicca 'Autorizza' una sola volta", + "save": "Salva", + "reset": "Reimposta", + "close": "Chiudi", + "reset_filters": "Reimposta Filtri", + "pokemon_filters": "Impostazioni Filtri Pokémon", + "gyms_filters": "Impostazioni Filtri Palestra", + "pokestops_filters": "Impostazioni Filtri PokéStop", + "nests_filters": "Impostazioni Filtri Nido", + "help": "Aiuto", + "apply_to_all": "Applica a Tutti", + "disable_all": "Disattiva Tutti", + "enable_all": "Attiva Tutti", + "enabled": "Attivato", + "legacy": "Ereditario", + "id": "ID", + "location": "Posizione", + "search_pokemon": "Cerca Pokémon", + "search_nests": "Cerca Nidi", + "search_gyms": "Cerca Palestre", + "search_pokestops": "Cerca PokéStop", + "search_raids": "Cerca Raid", + "search_eggs": "Cerca Uova", + "search_quests": "Cerca Missioni", + "search_lures": "Cerca Esche", + "search_invasions": "Cerca Invasioni", + "sm": "sm", + "md": "md", + "lg": "lg", + "xl": "XL", + "min": "Min", + "max": "Max", + "set_size": "Imposta Dimensione Icona", + "slot_selection": "Selezione Slot", + "generations": "Generazioni", + "types": "Tipi", + "forms": "Forme", + "rarity": "Rarità Attuale", + "others": "Altri", + "categories": "Categorie", + "rank": "Rango", + "slider_iv": "Intervallo IV", + "slider_great": "Leg. Super", + "slider_ultra": "Leg. Ultra", + "slider_little": "Leg. Piccolo", + "slider_atk_iv": "Attacco", + "slider_def_iv": "Difesa", + "slider_sta_iv": "Resistenza", + "slider_level": "Livello", + "slider_size": "Dimensione", + "abbreviation_level": "L", + "lvl": "Liv", + "cap": "Limite", + "custom": "Personalizzato", + "valid": "Valido", + "invalid": "Non valido!", + "overwrites": "Sovrascrive Tutti i Filtri", + "valid_filter": "Filtro Statistiche Valido", + "invalid_filter": "Inserisci un Filtro Valido", + "gyms": "Palestre", + "nests": "Nidi", + "pokestops": "PokéStop", + "pokemon": "Pokémon", + "wayfarer": "Wayfarer", + "scan_areas": "Area di Scansione", + "s2cells": "Celle S2", + "weather": "Meteo", + "admin": "Amministratore", + "settings": "Impostazioni", + "advanced": "Avanzato", + "tile_servers": "Server Tile", + "icons": "Icone", + "navigation": "Navigazione", + "drawer": "Menu", + "tile_servers_default": "Predefinito", + "drawer_temporary": "Temporaneo", + "drawer_persistent": "Persistente", + "locale_selection": "Selezione Lingua", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "Importa", + "export": "Esporta", + "logout": "Esci", + "local_storage_cleared": "Memoria Locale cancellata!", + "iv_or_filter": "Filtro IV OR", + "polygons": "Poligoni", + "raids": "Raid", + "ex_eligible": "Idoneo EX", + "in_battle": "In Battaglia", + "all_pokestops": "Tutti i PokéStop", + "lures": "Esche", + "quests": "Missioni", + "invasions": "Invasioni", + "portals": "Portali", + "submission_cells": "Celle di Sottomissione", + "spawnpoint": "Punto di Apparizione", + "spawnpoints": "Punti di Apparizione", + "s2_cell_level": "Cella S2 Livello {{level}}", + "total_count": "Conteggio Totale", + "next_submission": "Prossima Sottomissione!", + "never": "Mai", + "next_gym": "Prossima Palestra", + "scan_cells": "Scansiona Celle", + "devices": "Dispositivi", + "use_my_location": "Usa la Mia Posizione", + "submit_feedback_title": "Invia Feedback/Segnala Bug", + "use_the_link_below": "Puoi usare il link sotto per inviare feedback o segnalare bug incontrati.", + "feedback_to_devs": "Questo feedback viene inviato direttamente agli sviluppatori.", + "feedback_form": "Modulo di Feedback", + "unknown_pokestop": "Nome PokéStop Sconosciuto", + "unknown_gym": "Nome Palestra Sconosciuta", + "exclude": "Escludi", + "exclude_quest": "Escludi Missione", + "exclude_invasion": "Escludi Invasione", + "exclude_team": "Escludi Squadra", + "exclude_raid": "Escludi Raid", + "exclude_lure": "Escludi Esca", + "timer": "Timer", + "hide": "Nascondi", + "tier": "Livello", + "slots": "Posti", + "mega": "Mega", + "form": "Forma", + "starts": "Inizia", + "ends": "Finisce", + "defender": "Difensore", + "best_buddy": "Melhor companheiro", + "cp": "PC", + "kilogram": "kg", + "meter": "m", + "total_cp": "PC Totali", + "first_seen": "Visto Prima", + "last_seen": "Visto Ultima", + "last_modified": "Ultima Modifica", + "last_updated": "Ultimo Aggiornamento", + "imported": "Importato", + "nest_estimated": "Dati del Nido Stimati!", + "verify_nests": "Verifica Controllando le Apparizioni Attuali", + "nest_out_of_date": "Il Nido Potrebbe Essere Obsoleto!", + "nest_check_current": "Controlla le Apparizioni Attuali Invece", + "spawns_per_hour": "All'Ora", + "teams": "Squadre", + "eggs": "Uova", + "reverse": "Inverti", + "selected": "Selezionato", + "unselected": "Deselezionato", + "only_available": "Disponibili", + "common": "Comune", + "uncommon": "Non Comune", + "rare": "Raro", + "ultra_rare": "Ultra Raro", + "regional": "Regionale", + "event": "Evento", + "legendary": "Leggendario", + "mythical": "Misterioso", + "ultra_beast": "Ultracreatura", + "alt_forms": "Forme Alt", + "alola": "Alola", + "galarian": "Galarian", + "showing": "Mostrando", + "instance": "Istanza", + "online": "Online", + "offline": "Offline", + "boosted_types": "Tipi Potenziati", + "pokemon_options": "Opzioni Pokémon", + "pokestops_options": "Opzioni PokéStop", + "gyms_options": "Opzioni Palestra", + "nests_options": "Opzioni Nido", + "wayfarer_options": "Opzioni Viandante", + "admin_options": "Opzioni Admin", + "weather_options": "Opzioni Meteo", + "s2cells_options": "Opzioni Celle S2", + "clustering": "Clustering", + "glow": "Bagliore", + "legacy_filter": "Filtro Legacy", + "raid_timers": "Tutti i Timer dei Raid", + "invasion_timers": "Tutti i Timer delle Invasion", + "lure_timers": "Tutti i Timer delle Esche", + "device_path_color": "Colore Percorso Dispositivo", + "old_portals": "Portali Vecchi", + "new_portals": "Portali Nuovi", + "items": "Oggetti", + "energy": "Energia", + "ar_eligible": "Compatibile con AR", + "iv_circles": "Indicatori IV", + "min_iv_circle": "Cerchio IV Minimo", + "interaction_ranges": "Range di Interazione", + "cannot_connect": "\nImpossibile connettersi al server in questo momento.\nRiprovarci subito potrebbe causare ulteriori problemi.\nSi prega di riprovare tra qualche minuto.\n\n- Team di Amministrazione della Mappa", + "mad_quest_text": "Missioni Native", + "xs": "XS", + "primary": "Primario", + "secondary": "Secondario", + "zero_iv": "IV 0%", + "hundo_iv": "IV 100%", + "open_menu": "Apri Menu", + "zoom_in": "Ingrandisci", + "zoom_out": "Riduci", + "welcome": "Benvenuto in", + "back": "Indietro", + "next": "Avanti", + "finish": "Finito", + "start_tutorial": "Inizia Tutorial", + "view_profile": "Visualizza Profilo", + "login_optional": "Login (Opzionale)", + "tutorial": "Tutorial", + "tutorial_language": "Scegli la Tua Lingua", + "tutorial_welcome": "Questo tutorial è interattivo e si consiglia vivamente di giocare con tutte le opzioni fornite", + "tutorial_categories": "Categorie a Cui Hai Accesso", + "tutorial_logged_in": "Puoi visualizzare i dettagli sulle tue autorizzazioni visualizzando il tuo profilo.", + "tutorial_logged_out": "Puoi visualizzare i dettagli sulle tue autorizzazioni effettuando il login.", + "tutorial_sidebar_0": "Tutti i Tuoi Filtri & Impostazioni Si Trovano Qui", + "tutorial_sidebar_1": "Para cada categoria, poderás alternar exatamente os dados que desejas usar os interruptores", + "tutorial_sidebar_2": "Opções: Personalização adicional\nAvançado: Abordaremos mais adiante neste tutorial", + "tutorial_sliders_0": "Usando controles deslizantes para ajustar filtros", + "tutorial_sliders_1": "Pokémon Entre:", + "tutorial_sliders_2": "- IVs de {{iv0}}% a {{iv1}}%", + "tutorial_sliders_3": "Nível de {{level0}} a {{level1}}", + "tutorial_sliders_3alt": "- E está no Nível de {{level0}} a {{level1}}", + "tutorial_sliders_4": "- Classificação na Liga Super de {{gl0}} a {{gl1}}", + "tutorial_sliders_4alt": "- OU Classificação na Liga Super de {{gl0}} a {{gl1}}", + "tutorial_sliders_5": "- Classificação na Liga Ultra de {{ul0}} a {{ul1}}", + "tutorial_sliders_5alt": "- OU Classificação na Liga Ultra de {{ul0}} a {{ul1}}", + "tutorial_sliders_6": "Conecta com outros da mesma cor", + "tutorial_sliders_7": "Filtra separadamente de outros controles deslizantes", + "tutorial_sliders_8": "Um controle deslizante 'cheio' significa que está desativado:", + "tutorial_sliders_9": "Todos os spawns, independentemente de terem sido verificados os IVs ou não", + "tutorial_help": "Atalho para este menu", + "tutorial_adv_filter": "Apenas móvel, abre as opções de filtragem para o menu avançado", + "tutorial_tune": "Define o filtro avançado para todos os Pokémon atualmente sendo filtrados no menu", + "tutorial_format_size": "Define o tamanho do ícone para todos os itens atualmente sendo filtrados no menu", + "tutorial_check": "Ativa todos os itens atualmente sendo filtrados no menu", + "tutorial_clear": "Desativa todos os itens atualmente sendo filtrados no menu", + "tutorial_save": "Salva a seleção atual e sai", + "tutorial_show_all_view": "Alterna PokéParadas & Ginásios", + "tutorial_show_pokemon_view": "Alterna Pokémon", + "tutorial_toggle": "Clicar na Verificação/X alterna o item", + "tutorial_pokemon_caption": "Este ícone permite definir filtros para esse Pokémon específico", + "tutorial_all_caption": "Equipes têm um menu de slots especial\nTodos os outros itens permitem ajustar o tamanho do ícone", + "tutorial_popup_0": "Os pop-ups agora são interativos!", + "tutorial_popup_1": "Os três pontos abrem as opções de ocultar, excluir e alternar temporizador", + "tutorial_popup_2": "Os ícones em ambos os lados do link de navegação se expandirão para mostrar informações extras, experimente!", + "tutorial_popup_3": "Os ícones variam para cada categoria, certifique-se de conferir todos", + "tutorial_closing_0": "Informações adicionais", + "tutorial_closing_1": "Os controles deslizantes Pokémon globais na barra lateral operam separadamente do menu avançado e não têm efeito um sobre o outro", + "tutorial_closing_2": "Certifique-se de conferir a seção de Configurações na barra lateral", + "tutorial_closing_3": "Existem muitas opções estéticas disponíveis para cada categoria, mas tenha em mente que quanto mais você adicionar ao seu mapa, maior a chance de seu mapa congelar", + "tutorial_closing_4": "Você pode visualizar este tutorial novamente selecionando-o no painel de Configurações na barra lateral", + "tutorial_closing_5": "Fique seguro e boa sorte!", + "intro": "Introdução", + "sidebar": "Barra Lateral", + "sliders": "Controles Deslizantes", + "popups": "Pop-ups", + "closing": "Conclusão", + "shortcuts": "Atalhos", + "iv": "IV", + "area_restrictions": "Restrições de Área", + "map": "Mapa", + "stats": "Estatísticas", + "pvp": "PVP", + "area_restrictions_subtitle": "Você tem acesso a estas áreas", + "devices_subtitle": "Mostra localizações de dispositivos ativos e rotas", + "gyms_subtitle": "Mostra todas as localizações de ginásios ativos, time ativo, e quantas vagas cada ginásio tem disponível", + "invasions_subtitle": "Mostra informações de invasões da Equipe Rocket, incluindo lineup de batalha, tempo de expiração e recompensas possíveis", + "iv_subtitle": "Mostra IV% e opções de brilho", + "lures_subtitle": "Mostra informações de iscas, incluindo tipo de isca e tempo de expiração", + "map_subtitle": "Mostra o mapa", + "nests_subtitle": "Mostra Pokémon ativamente fazendo ninho e polígonos de ninho", + "pokemon_subtitle": "Mostra todas as localizações de Pokémon e tempos de expiração", + "pokestops_subtitle": "Mostra todas as localizações de PokéParadas", + "portals_subtitle": "Mostra todos os portais do Ingress", + "pvp_subtitle": "Mostra informazioni su rango PVP/CP/Livello per ogni Pokémon", + "quests_subtitle": "Mostra informazioni su ricompense e compiti delle missioni", + "raids_subtitle": "Mostra tutte le informazioni sui raid inclusi il boss del raid, uova, orario di fine e set di mosse", + "scan_cells_subtitle": "Mostra l'ultima volta che una cellula S2 è stata scansionata da un dispositivo", + "scan_areas_subtitle": "Mostra i poligoni delle aree di scansione disponibili", + "spawnpoints_subtitle": "Mostra i punti di spawn e il loro tempo stimato di scomparsa", + "stats_subtitle": "Mostra statistiche e livelli dei Pokémon", + "submission_cells_subtitle": "Mostra informazioni utili per l'invio di nuovi POI", + "weather_subtitle": "Mostra le informazioni meteo in gioco per ogni cellula", + "scanner_subtitle": "Interagisci direttamente con lo scanner in vari modi", + "s2cells_subtitle": "Mostra le Cellule S2 a vari livelli sulla mappa", + "backups_subtitle": "Permette il backup e il caricamento delle impostazioni su dispositivi diversi", + "backups": "Backup", + "user_profile": "Profilo Utente", + "user_username": "Nome utente", + "candy": "Caramelle", + "show_ex_badge": "Mostra il badge EX", + "search": "Cerca", + "global_search_quests": "Inserisci il nome della ricompensa...", + "global_search_lures": "Inserisci il nome del Richiamo...", + "global_search_pokestops": "Inserisci il nome del PokéStop...", + "global_search_gyms": "Inserisci il nome della Palestra...", + "global_search_portals": "Inserisci il nome del Portale...", + "global_search_nests": "Inserisci il nome del Pokémon del Nido...", + "global_search_raids": "Inserisci il nome del Boss Raid...", + "global_search_pokemon": "Inserisci il nome del Pokémon...", + "global_search_invasions": "Inserisci il tipo di Recluta, il nome o il nome della ricompensa del Pokémon...", + "raid_level_badges": "Badge Livello Raid", + "options": "Opzioni", + "profile": "Profilo", + "pokemon_icons": "Icone Pokémon", + "pokestop_icons": "Icone PokéStop", + "gym_icons": "Icone Palestra", + "team_icons": "Icone Squadra", + "egg_icons": "Icone Uovo", + "raid_icons": "Icone Raid", + "nest_icons": "Icone Nido", + "reward_icons": "Icone Ricompense", + "type_icons": "Icone Tipo", + "weather_icons": "Icone Meteo", + "misc_icons": "Icone Varie", + "invasion_icons": "Icone Invasioni", + "spawnpoint_icons": "Icone Punti di Spawn", + "device_icons": "Icone Dispositivo", + "pokemon_audio": "Audio Pokémon", + "pokestop_audio": "Audio PokéStop", + "gym_audio": "Audio Palestra", + "team_audio": "Audio Squadra", + "egg_audio": "Audio Uovo", + "raid_audio": "Audio Raid", + "nest_audio": "Audio Nido", + "reward_audio": "Audio Ricompense", + "type_audio": "Audio Tipo", + "weather_audio": "Audio Meteo", + "misc_audio": "Audio Varie", + "invasion_audio": "Audio Invasioni", + "spawnpoint_audio": "Audio Punti di Spawn", + "device_audio": "Audio Dispositivo", + "pokemon_timers": "Timer Pokémon Completi", + "show_dex_num_in_popup": "Mostra il numero del Pokédex nel Popup", + "popup": "Popup", + "pvp_level": "Statistiche PVP Livello {{level}}", + "pvp_mega": "Statistiche PVP Mega", + "webhook_entry": "Aggiungi a {{name}}", + "remove_webhook_entry": "Rimuovi da {{name}}", + "distance": "Distanza", + "gym": "Palestra", + "egg": "Uovo", + "raid": "Raid", + "lure": "Richiamo", + "quest": "Missione", + "invasion": "Invasione", + "nest": "Nido", + "pokestop": "PokéStop", + "team": "Squadra", + "global": "Globale", + "manage_webhook": "Gestisci {{name}}", + "drag_and_drop": "Trascina e rilascia il marcatore per impostare la tua posizione", + "click_to_select": "Clicca per selezionare", + "add_new": "Aggiungi Nuovo Allarme per {{category}}", + "my_location": "La Mia Posizione", + "choose_on_map": "Scegli sulla Mappa", + "select_profile": "Seleziona Profilo", + "distance_radius": "Anteprima Distanze Raggio", + "areas": "Aree", + "select_webhook": "Seleziona Bot", + "ar_quest_true": "Compito AR", + "ar_quest_false": "No AR", + "with_ar": "Con AR", + "both": "Entrambi", + "without_ar": "Senza AR", + "exclude_quest_multi": "Esclusi {{reward}}", + "cluster_limit_0": "Limite di {{variable_0}} ({{variable_1}}) raggiunto", + "cluster_limit_1": "Effettua lo zoom avanti o restringi i tuoi filtri", + "show_polygons": "Mostra Poligoni", + "exclude_invasion_multi": "Esclusi {{invasion}}", + "stardust": "Polvere di stelle", + "slider_cp": "CP", + "pvp_ranking_league": "Lega", + "pvp_ranking_min_cp": "CP Min", + "slider_pvp": "Classifiche", + "profile_no": "Profilo", + "template": "Modello", + "gender": "Genere", + "clean": "Pulisci", + "all_forms": "Tutte le forme", + "pvp_entry": "Voce PVP", + "no_iv": "Incl. Nessun IV", + "by_distance": "Per Distanza", + "min_time": "Tempo Min", + "add_new_profile": "Aggiungi Nuovo Profilo", + "slider_none": "Nessuno", + "non_registered_human_title": "Oops, qualcosa non va!", + "non_registered_human_desc": "Potresti non essere registrato con {{webhook}}\nO il server è attualmente irraggiungibile", + "try_again_later": "Si prega di riprovare più tardi", + "selected_areas_one": "{{count}} Area Selezionata", + "selected_areas_other": "{{count}} Aree Selezionate", + "webhook_selection": "Selezione di {{name}}", + "message_of_the_day": "Messaggio del Giorno", + "has_quest_indicator": "Colore Alternativo per Fermate con Missioni", + "show_ar_badge": "Mostra Distintivo AR", + "all_gyms": "Tutte le Palestre", + "general": "Generale", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "Il Globale Rispetta Selezionato", + "normal_forms": "Forme Normali", + "weather_indicator": "Indicatore di Potenziamento Meteo", + "page": "Pagina {{page}}", + "navigation_controls": "Controlli di Navigazione", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "Esclusivo", + "all_moves": "Tutte le Mosse", + "move": "Mossa", + "any": "Qualunque", + "min_spawn_average": "Frequenza Min di Apparizione", + "select_all": "Seleziona Tutto", + "delete_all": "Elimina Selezionati", + "cancel": "Annulla", + "day_1": "Lunedì", + "day_2": "Martedì", + "day_3": "Mercoledì", + "day_4": "Giovedì", + "day_5": "Venerdì", + "day_6": "Sabato", + "day_7": "Domenica", + "profile_name": "Nome Profilo", + "manage_profiles": "Gestisci Profili", + "min_spawn_avg": "Frequenza Min Media di Apparizione", + "poke_global": "Tutto", + "amount": "Quantità", + "specific_gym": "Palestra Specifica", + "search_location": "Cerca Località", + "search_specific": "Cerca un {{category}} Specifico", + "webhook_success_gym": "Allerte per Raid, Uova e Cambio Squadra sono stati aggiunti!", + "slot_changes": "Cambi di Slot", + "slot_changes_poracle": "cambi_di_slot", + "confirm_delete": "Questo rimuoverà tutto il tracciamento per questo profilo, sei sicuro?", + "confirm_copy": "Scegli il profilo a cui vorresti copiare \"{{profile}}\", questo sovrascriverà completamente quel profilo.", + "webhook_error": "{{name}} non è stato in grado di elaborare ciò.\nSi prega di riprovare più tardi.", + "profile_error": "Deve essere unico e valido", + "team_0": "Senza squadra", + "battle_changes": "In Battaglia", + "battle_changes_poracle": "cambiamenti_in_battaglia", + "auto": "Auto", + "webhooks_subtitle": "Gestisci i tuoi allarmi direttamente dalla mappa per questi bot", + "event_stops_subtitle": "Mostra Pokéstop speciali per eventi come Kecleon", + "webhooks": "Allarmi", + "scanner": "Azioni Scanner", + "everything_individually": "Aggiungi Allarmi Individuali", + "individually": "individualmente", + "join": "Unisciti", + "errors_404": "Ops, questa pagina non può essere trovata!", + "errors_500": "C'è stato un errore del server, riprova più tardi!", + "local_username": "Nome Utente", + "local_password": "Password", + "local_error": "C'è stato un errore, si prega di riprovare più tardi!", + "no_filter_results": "Nessun Risultato Trovato\nProva ad Allargare i Tuoi Filtri", + "donor_page": "Pagina dei Donatori", + "go_back": "Voltar", + "access": "Acesso", + "link_discord": "Vincular Discord", + "select_webhook_strategy": "Gerenciador de Alertas", + "webhook_strategy_success_0": "Sucesso! Atualizando para buscar as configurações de alerta...", + "register": "Registrar", + "invalid_credentials": "Credenciais Inválidas", + "localauth_failed": "Autenticação falhou", + "error_creating_user": "Não foi possível registrar o novo usuário no momento", + "discord_linked": "Discord Vinculado", + "telegram_linked": "Telegram Vinculado", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "nível", + "km": "km", + "feedback": "Feedback", + "donor_menu": "Menu do Doador", + "pokemon_cell": "A Localização do Pokémon Pode Variar", + "timer_verified": "Este Timer está Verificado", + "timer_unverified": "Este Timer não está Verificado", + "all": "Todos", + "badge_0": "Nenhum", + "badge_1": "Básico", + "badge_2": "Bronze", + "badge_3": "Prata", + "badge_4": "Ouro", + "gym_badge_menu": "Editar Insígnia de Ginásio", + "gym_badges": "Insígnias de Ginásio", + "gym_badge_diamonds": "Mostrar Insígnias de Ginásio", + "gym_badges_subtitle": "Exibe Insígnias de Ginásio no mapa e uma lista na página de perfil.", + "confirm_filters_reset": "Redefinir filtros", + "filters_reset_text": "Você tem certeza que deseja redefinir as configurações para os valores padrão? Isso não pode ser desfeito!", + "filters_reset_title": "Redefinir filtros", + "raid_quick_select": "Seleção Rápida", + "disabled": "Desativado", + "loading": "Carregando {{category}}", + "loading_icons": "Buscando Ícones", + "loading_invasions": "Buscando Invasões", + "scan_next": "Escanear Localização", + "scan_next_choose": "Arraste e Solte o Marcador para Definir a Localização do Escaneamento", + "scan_zone": "Escanear uma Área", + "scan_zone_choose": "Arraste e Solte o Marcador para Definir a Localização do Escaneamento e Escolher o Tamanho", + "scan_zone_size": "Tamanho", + "scan_zone_range": "Alcance", + "scan_zone_spacing": "Espaçamento", + "scan_zone_radius": "Raio", + "scan_requests": "Pedidos de Escaneamento", + "scan_queue": "Fila Atual", + "click_to_scan": "Escanear Aqui", + "scan_confirmed_title": "Demanda de escaneamento confirmada", + "scan_confirmed": "Trabalhador foi enviado para a localização, resultado aparecerá no mapa em breve!", + "scan_loading_title": "Enviando pedido de escaneamento", + "scan_loading": "Seu pedido de escaneamento está sendo processado e enviado ao sistema!", + "scan_error_title": "Erro", + "scan_error": "Houve um erro ao processar o pedido de escaneamento...", + "scan_outside_area": "Esta localização está fora dos limites das áreas autorizadas", + "pvp_ranking_cap": "Nível", + "lc_title": "Siga Sua Localização", + "lc_metersUnit": "metros", + "lc_feetUnit": "pés", + "lc_popup": "Você está a {distance} {unit} deste ponto", + "lc_outsideMapBoundsMsg": "Você parece localizado fora dos limites do mapa", + "no_alerts": "Nenhum Alerta Encontrado", + "loading_settings": "Carregando Configurações", + "refresh_to_continue": "Por favor, atualize antes de continuar", + "session_expired_title": "Sessão Expirada", + "session_expired_body": "Sua sessão expirou", + "old_client_title": "Desatualizado", + "old_client_body": "Uma nova versão deste mapa está disponível", + "early_old_client_title": "Desatualizado", + "early_old_client_body": "Uma versão antiga deste aplicativo pode estar armazenada em cache no seu navegador, você precisará limpar seu cache antes de poder usar este aplicativo.", + "refresh": "Atualizar", + "points": "Pontos", + "day": "Dia", + "days": "Dias", + "react_error": "Algo Deu Errado", + "clickable_icon": "Ícone Clicável", + "two_stops_till_next": "2 paradas até a próxima", + "one_stop_till_next": "1 parada até a próxima", + "no_more_gyms": "Não há mais ginásios", + "light_map_border": "Borda do Mapa Clara", + "dark_map_border": "Borda do Mapa Escura", + "cell_blocked": "Célula Bloqueada", + "poi_color": "Cor do Ponto de Interesse", + "quest_condition": "Condição de Missão", + "always_show_labels": "Sempre Mostrar Rótulos", + "scan_areas_options": "Opções de Áreas de Escaneamento", + "historic_rarity": "Raridade Histórica", + "poi": "Pontos de Interesse", + "300m_range": "Alcance de 300m", + "lure_range": "Alcance do Lure", + "custom_range": "Alcance Personalizado", + "tap_to_toggle": "Toque para Alternar", + "power_up": "Fortalecer", + "never_alt": "Nunca", + "seen_nearby_stop": "Visto Próximo", + "seen_nearby_cell": "Visto nesta Célula", + "seen_lure_encounter": "Encontro com Lure", + "seen_lure_wild": "Spawn por Lure", + "seen_wild": "Spawn Selvagem", + "event_stops": "Poképaradas de Evento", + "event_stop_timers": "Contadores de Poképaradas de Evento", + "size_0": "Qualquer", + "size_1": "XXP", + "size_2": "XP", + "size_3": "M", + "size_4": "XG", + "size_5": "XXG", + "show_size_indicator": "Mostrar Indicador de Tamanho", + "size": "Tamanho", + "gold_stop": "Poképarada Ouro", + "profile_backups": "Troca de Perfis", + "new_backup": "Novo Backup", + "create": "Criar", + "load": "Carregar", + "update": "Atualizar", + "delete": "Deletar", + "name": "Nome", + "only_confirmed": "Apenas Confirmados", + "only_exclude_grunts": "Excluir Recrutas", + "only_exclude_leaders": "Excluir Líderes", + "rocket_pokemon": "Pokémon da Equipe Rocket", + "decoy": "Isca", + "s2_cell_limit_0": "Você tentou gerar mais de 20.000 células ({{variable_0}})", + "s2_cell_zoom_limit": "Algumas células são pequenas demais para serem exibidas neste nível de zoom", + "show_all_pvp_ranks": "Mostrar Todos os Rankings de PVP", + "enable_pokemon_popup_coords": "Mostrar Coordenadas do Pokémon", + "enable_gym_popup_coords": "Mostrar Coordenadas da Ginásio", + "enable_pokestop_popup_coords": "Mostrar Coordenadas da Poképarada", + "enable_portal_popup_coords": "Mostrar Coordenadas do Portal", + "on_block_join_discord": "Por favor, junte-se ao nosso discord para mais informações.", + "on_block_msg": "Você foi bloqueado por ser um membro de", + "denied": "Negado", + "showcase": "Vitrine", + "unknown_event": "Evento Desconhecido", + "scanner_countdown": "Disponível em {{time}}s", + "success": "Sucesso", + "contribute": "Contribuir", + "mi": "mi", + "filter_by_areas": "Filtrar por Áreas", + "submit_nest_name": "Submeter Nome do Ninho", + "nest_submission_menu": "Atualização de Nome", + "nest_submissions": "Submissões de Ninho", + "nest_submissions_subtitle": "Permite submeter novos nomes para ninhos", + "pokemon_opacity": "Opacidade Dinâmica de Pokémon", + "invasion_opacity": "Opacidade Dinâmica de Invasões", + "raid_opacity": "Opacidade Dinâmica de Raids", + "opacity_ten_minutes": "Opacidade aos 10 minutos", + "opacity_five_minutes": "Opacidade aos 5 minutos", + "opacity_one_minute": "Opacidade ao 1 minuto", + "level_circles": "Indicadores de Nível", + "min_level_circle": "Nível Mínimo do Círculo", + "mutation_auth_error": "Sua solicitação foi mal-sucedida por não estar logado", + "submitted_by": "Submetido Por", + "reversible": "Reversível", + "version": "Versão", + "route_tags": "Tags de Rotas", + "routes": "Rotas", + "route_type": "Tipo de Rota", + "routes_subtitle": "Visualizar rotas no jogo e informações relevantes sobre elas no mapa", + "description": "Descrição", + "additional_info": "Informações Adicionais", + "duration": "Duração", + "elevation": "Elevação", + "contest_category_1": "Menor Tamanho", + "context_category_2": "Maior Tamanho", + "total_entries": "Total de Entradas", + "showcase_rankings": "Rankings da Vitrine", + "showcase_rankings_subtitle": "Exibe uma lista dos rankings mais altos para uma vitrine em uma Poképarada", + "tth": "TTH", + "tth_0": "Todos", + "tth_1": "Conhecido", + "tth_2": "Desconhecido", + "no_access": "Sem Acesso", + "cooldown": "Tempo de Resfriamento", + "scan_some_outside_area": "Algumas localizações estão fora dos limites autorizados", + "alerts": "alertas", + "alert_manager": "Gerenciador de Alertas", + "menu": "Menu", + "theme": "Tema", + "exit": "Sair", + "component": "Componente", + "component_login_page": "Página de Login", + "component_donation_page": "Página de Doação", + "component_message_of_the_day": "Mensagem do Dia", + "download": "Baixar", + "playground": "Parquinho", + "locale": "Idioma", + "saved": "Salvo", + "show_editor": "Mostrar Editor", + "hide_editor": "Esconder Editor", + "reported_error": "Este erro foi reportado ao servidor com o identificador", + "dark_mode": "Modo Escuro", + "load_from_autosave": "Carregar do salvamento automático", + "done": "Concluído", + "fast": "Rápido", + "charged": "Carregado", + "offline_mode": "Modo Offline", + "include_sponsored": "Incluir Patrocinados", + "showcase_color": "Cor de Destaque", + "partner_color": "Cor do Parceiro", + "disable": "Desativar {{- name}}", + "profiling": "Perfilamento", + "showcase_block": "Bloqueado devido a um destaque", + "signed_in_as": "Logado Como", + "missing_map_perm": "Você não tem permissão para visualizar o mapa.", + "access_denied": "Acesso Negado", + "audio": "Áudio", + "desktop_notifications": "Notificações de Desktop", + "notifications_options": "Opções de Notificações", + "audio_always_on": "Áudio Sempre Ativo", + "volume_level": "Nível de Volume", + "notifications_status": "Status das Notificações", + "granted": "concedido", + "set_all": "Definir Todos", + "set_filtered": "Definir Filtrados", + "only_show_available": "Mostrar Apenas Disponíveis", + "easy_mode": "Modo Fácil", + "quick_select": "Seleções Rápidas Globais", + "pokemon_filter_mode": "Modo de Filtro Pokémon", + "basic": "Básico", + "intermediate": "Intermediário", + "expert": "Especialista", + "basic_description": "Selecionar Pokémon facilmente e aplicar um filtro global", + "intermediate_description": "Definir filtros individuais globalmente e por Pokémon (tradicional)", + "expert_description": "Entrada manual de consultas para a maior personalização", + "icon_size": "Tamanho do Ícone", + "developer": "Desenvolvedor", + "raid_override": "Substituição de Raid", + "search_rocket_pokemon": "Buscar Pokémon da Equipe Rocket", + "main": "Principal", + "extra": "Extra", + "select": "Selecionar", + "searching": "buscando...", + "no_options": "Sem Opções...", + "and": "E", + "or": "OU", + "only_global": "Apenas Global", + "global_caption": "Ignora Todos os Outros Filtros", + "global_and_individual": "Filtros Globais & Individuais", + "gender_filters_all": "Gênero Aplica a Todos", + "and_caption": "Ligados Juntos", + "or_caption": "Filtros Independentemente", + "filter_help": "Ajuda de Filtro", + "kilometers": "Quilômetros", + "miles": "Milhas", + "distance_unit": "Unidade de Distância", + "data_management": "Gestão de Dados", + "reset_or_manage_text": "Você pode redefinir completamente seus filtros ou acessar a página de gestão de dados, que permite redefinir categorias individuais.", + "reset_audio": "Redefinir Áudio", + "reset_all": "Redefinir Tudo", + "reset_icons": "Redefinir Ícones", + "reset_position": "Redefinir Posição", + "reset_ui": "Redefinir UI", + "reset_options": "Redefinir Opções", + "reset_menus": "Redefinir Menus", + "reset_settings": "Redefinir Configurações", + "reset_general_title": "Geral", + "reset_filters_title": "Filtros", + "reset_assets": "Redefinir Recursos", + "reset_pokemon": "Redefinir Pokémon", + "reset_pokestops": "Redefinir PokéStops", + "reset_gyms": "Redefinir Ginásios", + "reset_nests": "Redefinir Ninhos", + "reset_portals": "Redefinir Portais", + "reset_routes": "Redefinir Rotas", + "reset_scan_areas": "Redefinir Áreas de Varredura", + "reset_scan_cells": "Redefinir Células de Varredura", + "reset_devices": "Redefinir Dispositivos", + "reset_weather": "Redefinir Tempo", + "reset_s2cells": "Redefinir Células S2", + "reset_spawnpoints": "Redefinir Pontos de Aparecimento", + "reset_submission_cells": "Redefinir Células de Submissão", + "hisuian": "Hisui", + "spacial_rend_range": "Alcance do Corte Espacial", + "key": "Chave", + "ai": "IA", + "human": "Humano", + "locales": "Idiomas", + "instructions": "Instruções", + "locale_instructions_1": "Selecione um idioma no menu suspenso", + "locale_instructions_2": "Insira as traduções desejadas na coluna \"Humano\"", + "locale_instructions_3": "Clique no botão \"$t(download)\" para baixar um arquivo JSON", + "locale_instructions_4": "Fork o link do repositório no GitHub abaixo", + "locale_instructions_5": "Crie uma nova branch e nomeie-a com o idioma para o qual está traduzindo", + "locale_instructions_6": "Substitua o conteúdo de \"packages/locales/lib/human/{{lng}}.json\" com o arquivo que você baixou", + "locale_instructions_7": "Crie uma solicitação de pull", + "locale_instructions_8": "Espere pela revisão e fusão da solicitação de pull", + "enter_translation": "Digite a Tradução", + "individual_filters": "Filtrado Parcialmente", + "data_limit_reached": "Você solicitou muitos dados recentemente e está em espera até {{until}}", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "Guadagna {{amount}} cuori con il tuo compagno", + "challenge_buddy_treat_plural": "Dai {{amount}} snack al tuo compagno", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Star Egg", + "egg_1_plural": "1 Star Eggs", + "egg_2": "2 Star Egg", + "egg_2_plural": "2 Star Eggs", + "egg_3": "3 Star Egg", + "egg_3_plural": "3 Star Eggs", + "egg_4": "4 Star Egg", + "egg_4_plural": "4 Star Eggs", + "egg_5": "Legendary Egg", + "egg_5_plural": "Legendary Eggs", + "egg_6": "Mega Egg", + "egg_6_plural": "Mega Eggs", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "Normale", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "Normale", + "form_34": "Attacco", + "form_35": "Difesa", + "form_36": "Velocità", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "Normale", + "form_46": "Alola", + "form_47": "Normale", + "form_48": "Alola", + "form_49": "Normale", + "form_50": "Alola", + "form_51": "Normale", + "form_52": "Alola", + "form_53": "Normale", + "form_54": "Alola", + "form_55": "Normale", + "form_56": "Alola", + "form_57": "Normale", + "form_58": "Alola", + "form_59": "Normale", + "form_60": "Alola", + "form_61": "Normale", + "form_62": "Alola", + "form_63": "Normale", + "form_64": "Alola", + "form_65": "Normale", + "form_66": "Alola", + "form_67": "Normale", + "form_68": "Alola", + "form_69": "Normale", + "form_70": "Alola", + "form_71": "Normale", + "form_72": "Alola", + "form_73": "Normale", + "form_74": "Alola", + "form_75": "Normale", + "form_76": "Alola", + "form_77": "Normale", + "form_78": "Alola", + "form_79": "Normale", + "form_80": "Alola", + "form_81": "Normale", + "form_82": "Rotom Gelo", + "form_83": "Rotom Vortice", + "form_84": "Rotom Taglio", + "form_85": "Rotom Lavaggio", + "form_86": "Rotom Calore", + "form_87": "Manto Pianta", + "form_88": "Manto Sabbia", + "form_89": "Manto Scarti", + "form_90": "Forma Alterata", + "form_91": "Forma Originale", + "form_92": "Forma Cielo", + "form_93": "Forma Terra", + "form_94": "Forma Nuvola", + "form_95": "Sunny", + "form_96": "Mare Ovest", + "form_97": "Mare Est", + "form_98": "Mare Ovest", + "form_99": "Mare Est", + "form_100": "Normale", + "form_101": "Lotta", + "form_102": "Volante", + "form_103": "Veleno", + "form_104": "Terra", + "form_105": "Roccia", + "form_106": "Coleottero", + "form_107": "Spettro", + "form_108": "Acciaio", + "form_109": "Fuoco", + "form_110": "Acqua", + "form_111": "Erba", + "form_112": "Elettro", + "form_113": "Psico", + "form_114": "Ghiaccio", + "form_115": "Drago", + "form_116": "Buio", + "form_117": "Folletto", + "form_118": "Manto Pianta", + "form_119": "Manto Sabbia", + "form_120": "Manto Scarti", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "Normale", + "form_136": "Forma Linearossa", + "form_137": "Forma Lineablu", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "Forma Incarnazione", + "form_141": "Forma Totem", + "form_142": "Forma Incarnazione", + "form_143": "Forma Totem", + "form_144": "Forma Incarnazione", + "form_145": "Forma Totem", + "form_146": "Normale", + "form_147": "Kyurem Nero", + "form_148": "Kyurem Bianco", + "form_149": "Forma Normale", + "form_150": "Forma Risoluta", + "form_151": "Forma Canto", + "form_152": "Forma Danza", + "form_157": "Normale", + "form_160": "Normale", + "form_163": "Normale", + "form_166": "Normale", + "form_169": "Normale", + "form_172": "Normale", + "form_175": "Normale", + "form_178": "Normale", + "form_181": "Normale", + "form_184": "Normale", + "form_187": "Normale", + "form_190": "Normale", + "form_193": "Normale", + "form_196": "Normale", + "form_199": "Normale", + "form_202": "Normale", + "form_205": "Normale", + "form_208": "Normale", + "form_211": "Normale", + "form_214": "Normale", + "form_217": "Normale", + "form_224": "Normale", + "form_229": "Normale", + "form_232": "Normale", + "form_235": "Normale", + "form_238": "Normale", + "form_241": "Normale", + "form_244": "Normale", + "form_247": "Normale", + "form_250": "Normale", + "form_253": "Normale", + "form_256": "Normale", + "form_259": "Normale", + "form_262": "Normale", + "form_265": "Normale", + "form_268": "Normale", + "form_271": "Normale", + "form_274": "Normale", + "form_277": "Normale", + "form_280": "Normale", + "form_283": "Normale", + "form_286": "Normale", + "form_289": "Normale", + "form_292": "Normale", + "form_295": "Normale", + "form_298": "Normale", + "form_301": "Normale", + "form_304": "Normale", + "form_307": "Normale", + "form_310": "Normale", + "form_313": "Normale", + "form_316": "Normale", + "form_319": "Normale", + "form_322": "Normale", + "form_585": "Forma Primavera", + "form_586": "Forma Estate", + "form_587": "Forma Autunno", + "form_588": "Forma Inverno", + "form_589": "Forma Primavera", + "form_590": "Forma Estate", + "form_591": "Forma Autunno", + "form_592": "Forma Inverno", + "form_593": "Normale", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "Normale", + "form_599": "Noevolve", + "form_600": "Normale", + "form_601": "Noevolve", + "form_602": "Normale", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "Normale", + "form_613": "Normale", + "form_616": "Normale", + "form_619": "Normale", + "form_622": "Normale", + "form_625": "Normale", + "form_628": "Normale", + "form_631": "Normale", + "form_634": "Normale", + "form_637": "Normale", + "form_640": "Normale", + "form_643": "Normale", + "form_646": "Normale", + "form_649": "Normale", + "form_652": "Normale", + "form_655": "Normale", + "form_658": "Normale", + "form_661": "Normale", + "form_664": "Normale", + "form_667": "Normale", + "form_670": "Normale", + "form_677": "Normale", + "form_680": "Normale", + "form_683": "Normale", + "form_688": "Normale", + "form_691": "Normale", + "form_694": "Normale", + "form_697": "Normale", + "form_700": "Normale", + "form_703": "Normale", + "form_706": "Normale", + "form_713": "Normale", + "form_716": "Normale", + "form_719": "Normale", + "form_722": "Normale", + "form_729": "Normale", + "form_734": "Normale", + "form_737": "Normale", + "form_740": "Normale", + "form_743": "Normale", + "form_746": "Normale", + "form_749": "Normale", + "form_752": "Normale", + "form_755": "Normale", + "form_758": "Normale", + "form_761": "Normale", + "form_764": "Normale", + "form_767": "Normale", + "form_770": "Normale", + "form_773": "Normale", + "form_776": "Normale", + "form_779": "Normale", + "form_782": "Normale", + "form_785": "Normale", + "form_788": "Normale", + "form_791": "Normale", + "form_794": "Normale", + "form_797": "Normale", + "form_800": "Normale", + "form_803": "Normale", + "form_806": "Normale", + "form_809": "Normale", + "form_812": "Normale", + "form_815": "Normale", + "form_818": "Normale", + "form_821": "Normale", + "form_824": "Normale", + "form_827": "Normale", + "form_830": "Normale", + "form_833": "Normale", + "form_836": "Normale", + "form_839": "Normale", + "form_846": "Normale", + "form_849": "Normale", + "form_852": "Normale", + "form_855": "Normale", + "form_858": "Normale", + "form_861": "Normale", + "form_864": "Normale", + "form_867": "Normale", + "form_870": "Normale", + "form_873": "Normale", + "form_876": "Normale", + "form_879": "Normale", + "form_888": "Normale", + "form_891": "Normale", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "Normale", + "form_901": "Vs 2019", + "form_902": "Normale", + "form_905": "Normale", + "form_908": "Normale", + "form_911": "Normale", + "form_914": "Normale", + "form_917": "Normale", + "form_920": "Normale", + "form_923": "Normale", + "form_926": "Normale", + "form_929": "Normale", + "form_932": "Normale", + "form_935": "Normale", + "form_938": "Normale", + "form_941": "Normale", + "form_944": "Galarian", + "form_945": "Normale", + "form_946": "Galarian", + "form_947": "Normale", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "Normale", + "form_956": "Normale", + "form_959": "Normale", + "form_962": "Normale", + "form_965": "Normale", + "form_968": "Normale", + "form_971": "Normale", + "form_974": "Normale", + "form_981": "Normale", + "form_984": "Normale", + "form_987": "Normale", + "form_990": "Normale", + "form_993": "Normale", + "form_996": "Normale", + "form_999": "Normale", + "form_1002": "Normale", + "form_1005": "Normale", + "form_1008": "Normale", + "form_1011": "Normale", + "form_1014": "Normale", + "form_1017": "Normale", + "form_1020": "Normale", + "form_1023": "Normale", + "form_1026": "Normale", + "form_1029": "Normale", + "form_1032": "Normale", + "form_1035": "Normale", + "form_1038": "Normale", + "form_1041": "Normale", + "form_1044": "Normale", + "form_1047": "Normale", + "form_1050": "Normale", + "form_1053": "Normale", + "form_1056": "Normale", + "form_1059": "Normale", + "form_1062": "Normale", + "form_1065": "Normale", + "form_1068": "Normale", + "form_1071": "Normale", + "form_1074": "Normale", + "form_1077": "Normale", + "form_1080": "Normale", + "form_1083": "Normale", + "form_1086": "Normale", + "form_1089": "Normale", + "form_1092": "Normale", + "form_1095": "Normale", + "form_1098": "Normale", + "form_1101": "Normale", + "form_1104": "Normale", + "form_1107": "Normale", + "form_1110": "Normale", + "form_1115": "Normale", + "form_1118": "Normale", + "form_1121": "Normale", + "form_1124": "Normale", + "form_1127": "Normale", + "form_1130": "Normale", + "form_1133": "Normale", + "form_1136": "Normale", + "form_1139": "Normale", + "form_1142": "Normale", + "form_1145": "Normale", + "form_1148": "Normale", + "form_1151": "Normale", + "form_1154": "Normale", + "form_1157": "Normale", + "form_1160": "Normale", + "form_1163": "Normale", + "form_1166": "Normale", + "form_1169": "Normale", + "form_1172": "Normale", + "form_1175": "Normale", + "form_1178": "Normale", + "form_1181": "Normale", + "form_1184": "Normale", + "form_1187": "Normale", + "form_1190": "Normale", + "form_1193": "Normale", + "form_1196": "Normale", + "form_1199": "Normale", + "form_1202": "Normale", + "form_1205": "Normale", + "form_1208": "Normale", + "form_1211": "Normale", + "form_1214": "Normale", + "form_1217": "Normale", + "form_1220": "Normale", + "form_1223": "Normale", + "form_1226": "Normale", + "form_1229": "Normale", + "form_1232": "Normale", + "form_1235": "Normale", + "form_1238": "Normale", + "form_1241": "Normale", + "form_1244": "Normale", + "form_1247": "Normale", + "form_1250": "Normale", + "form_1253": "Normale", + "form_1256": "Normale", + "form_1259": "Normale", + "form_1262": "Normale", + "form_1265": "Normale", + "form_1268": "Normale", + "form_1271": "Normale", + "form_1274": "Normale", + "form_1277": "Normale", + "form_1280": "Normale", + "form_1283": "Normale", + "form_1286": "Normale", + "form_1289": "Normale", + "form_1292": "Normale", + "form_1295": "Normale", + "form_1298": "Normale", + "form_1301": "Normale", + "form_1304": "Normale", + "form_1307": "Normale", + "form_1310": "Normale", + "form_1313": "Normale", + "form_1316": "Normale", + "form_1319": "Normale", + "form_1322": "Normale", + "form_1325": "Normale", + "form_1328": "Normale", + "form_1331": "Normale", + "form_1334": "Normale", + "form_1337": "Normale", + "form_1340": "Normale", + "form_1343": "Normale", + "form_1346": "Normale", + "form_1349": "Normale", + "form_1352": "Normale", + "form_1355": "Normale", + "form_1358": "Normale", + "form_1361": "Normale", + "form_1364": "Normale", + "form_1367": "Normale", + "form_1370": "Normale", + "form_1379": "Normale", + "form_1382": "Normale", + "form_1385": "Normale", + "form_1388": "Normale", + "form_1391": "Normale", + "form_1394": "Normale", + "form_1397": "Normale", + "form_1400": "Normale", + "form_1403": "Normale", + "form_1406": "Normale", + "form_1409": "Normale", + "form_1412": "Normale", + "form_1415": "Normale", + "form_1418": "Normale", + "form_1421": "Normale", + "form_1424": "Normale", + "form_1427": "Normale", + "form_1430": "Normale", + "form_1433": "Normale", + "form_1436": "Normale", + "form_1439": "Normale", + "form_1442": "Normale", + "form_1445": "Normale", + "form_1448": "Normale", + "form_1451": "Normale", + "form_1454": "Normale", + "form_1457": "Normale", + "form_1460": "Normale", + "form_1463": "Normale", + "form_1466": "Normale", + "form_1469": "Normale", + "form_1472": "Normale", + "form_1475": "Normale", + "form_1478": "Normale", + "form_1481": "Normale", + "form_1484": "Normale", + "form_1487": "Normale", + "form_1490": "Normale", + "form_1493": "Normale", + "form_1496": "Normale", + "form_1499": "Normale", + "form_1502": "Normale", + "form_1505": "Normale", + "form_1508": "Normale", + "form_1511": "Normale", + "form_1514": "Normale", + "form_1517": "Normale", + "form_1520": "Normale", + "form_1523": "Normale", + "form_1526": "Normale", + "form_1529": "Normale", + "form_1532": "Normale", + "form_1535": "Normale", + "form_1538": "Normale", + "form_1541": "Normale", + "form_1544": "Normale", + "form_1547": "Normale", + "form_1550": "Normale", + "form_1553": "Normale", + "form_1556": "Normale", + "form_1559": "Normale", + "form_1562": "Normale", + "form_1565": "Normale", + "form_1568": "Normale", + "form_1571": "Normale", + "form_1574": "Normale", + "form_1577": "Normale", + "form_1580": "Normale", + "form_1583": "Normale", + "form_1586": "Normale", + "form_1589": "Normale", + "form_1592": "Normale", + "form_1595": "Normale", + "form_1598": "Normale", + "form_1601": "Normale", + "form_1604": "Normale", + "form_1607": "Normale", + "form_1610": "Normale", + "form_1613": "Normale", + "form_1616": "Normale", + "form_1619": "Normale", + "form_1622": "Normale", + "form_1625": "Normale", + "form_1628": "Normale", + "form_1631": "Normale", + "form_1634": "Normale", + "form_1637": "Normale", + "form_1640": "Normale", + "form_1643": "Normale", + "form_1646": "Normale", + "form_1649": "Normale", + "form_1652": "Normale", + "form_1655": "Normale", + "form_1658": "Normale", + "form_1661": "Normale", + "form_1664": "Normale", + "form_1667": "Normale", + "form_1670": "Normale", + "form_1673": "Normale", + "form_1676": "Normale", + "form_1679": "Normale", + "form_1682": "Normale", + "form_1685": "Normale", + "form_1688": "Normale", + "form_1691": "Normale", + "form_1694": "Normale", + "form_1697": "Normale", + "form_1700": "Normale", + "form_1703": "Normale", + "form_1706": "Normale", + "form_1709": "Normale", + "form_1712": "Normale", + "form_1715": "Normale", + "form_1718": "Normale", + "form_1721": "Normale", + "form_1724": "Normale", + "form_1727": "Normale", + "form_1730": "Normale", + "form_1733": "Normale", + "form_1736": "Normale", + "form_1739": "Normale", + "form_1742": "Normale", + "form_1745": "Normale", + "form_1748": "Normale", + "form_1751": "Normale", + "form_1754": "Normale", + "form_1757": "Normale", + "form_1760": "Normale", + "form_1763": "Normale", + "form_1766": "Normale", + "form_1769": "Normale", + "form_1772": "Normale", + "form_1775": "Normale", + "form_1778": "Normale", + "form_1781": "Normale", + "form_1784": "Normale", + "form_1787": "Normale", + "form_1790": "Normale", + "form_1793": "Normale", + "form_1796": "Normale", + "form_1799": "Normale", + "form_1802": "Normale", + "form_1805": "Normale", + "form_1808": "Normale", + "form_1811": "Normale", + "form_1814": "Normale", + "form_1817": "Normale", + "form_1820": "Normale", + "form_1823": "Normale", + "form_1826": "Normale", + "form_1829": "Normale", + "form_1832": "Normale", + "form_1835": "Normale", + "form_1838": "Normale", + "form_1841": "Normale", + "form_1844": "Normale", + "form_1847": "Normale", + "form_1850": "Normale", + "form_1853": "Normale", + "form_1856": "Normale", + "form_1859": "Normale", + "form_1862": "Normale", + "form_1865": "Normale", + "form_1868": "Normale", + "form_1871": "Normale", + "form_1874": "Normale", + "form_1877": "Normale", + "form_1880": "Normale", + "form_1883": "Normale", + "form_1886": "Normale", + "form_1889": "Normale", + "form_1892": "Normale", + "form_1895": "Normale", + "form_1898": "Normale", + "form_1901": "Normale", + "form_1904": "Normale", + "form_1907": "Normale", + "form_1910": "Normale", + "form_1913": "Normale", + "form_1916": "Normale", + "form_1919": "Normale", + "form_1922": "Normale", + "form_1925": "Normale", + "form_1928": "Normale", + "form_1931": "Normale", + "form_1934": "Normale", + "form_1937": "Normale", + "form_1940": "Normale", + "form_1943": "Normale", + "form_1946": "Normale", + "form_1949": "Normale", + "form_1952": "Normale", + "form_1955": "Normale", + "form_1958": "Normale", + "form_1961": "Normale", + "form_1964": "Normale", + "form_1967": "Normale", + "form_1970": "Normale", + "form_1973": "Normale", + "form_1976": "Normale", + "form_1979": "Normale", + "form_1982": "Normale", + "form_1985": "Normale", + "form_1988": "Normale", + "form_1991": "Normale", + "form_1994": "Normale", + "form_1997": "Normale", + "form_2000": "Normale", + "form_2003": "Normale", + "form_2006": "Normale", + "form_2009": "Normale", + "form_2012": "Normale", + "form_2015": "Normale", + "form_2018": "Normale", + "form_2021": "Normale", + "form_2024": "Normale", + "form_2027": "Normale", + "form_2030": "Normale", + "form_2033": "Normale", + "form_2036": "Normale", + "form_2039": "Normale", + "form_2042": "Normale", + "form_2045": "Normale", + "form_2048": "Normale", + "form_2051": "Normale", + "form_2054": "Normale", + "form_2057": "Normale", + "form_2060": "Normale", + "form_2063": "Normale", + "form_2066": "Normale", + "form_2069": "Normale", + "form_2072": "Normale", + "form_2075": "Normale", + "form_2078": "Normale", + "form_2081": "Normale", + "form_2084": "Normale", + "form_2087": "Normale", + "form_2090": "Normale", + "form_2093": "Normale", + "form_2096": "Normale", + "form_2099": "Normale", + "form_2102": "Normale", + "form_2105": "Normale", + "form_2108": "Normale", + "form_2111": "Normale", + "form_2114": "Normale", + "form_2117": "Normale", + "form_2120": "Normale", + "form_2123": "Normale", + "form_2126": "Normale", + "form_2129": "Normale", + "form_2132": "Normale", + "form_2135": "Normale", + "form_2138": "Normale", + "form_2141": "Normale", + "form_2144": "Normale", + "form_2147": "Normale", + "form_2150": "Normale", + "form_2153": "Normale", + "form_2156": "Normale", + "form_2159": "Normale", + "form_2162": "Normale", + "form_2165": "Normale", + "form_2168": "Normale", + "form_2171": "Normale", + "form_2174": "Normale", + "form_2177": "Normale", + "form_2180": "Normale", + "form_2183": "Normale", + "form_2186": "Normale", + "form_2189": "Normale", + "form_2192": "Normale", + "form_2195": "Normale", + "form_2198": "Normale", + "form_2201": "Normale", + "form_2204": "Normale", + "form_2207": "Normale", + "form_2210": "Normale", + "form_2213": "Normale", + "form_2216": "Normale", + "form_2219": "Normale", + "form_2222": "Normale", + "form_2225": "Normale", + "form_2228": "Normale", + "form_2231": "Normale", + "form_2234": "Normale", + "form_2237": "Normale", + "form_2240": "Normale", + "form_2243": "Normale", + "form_2246": "Normale", + "form_2249": "Normale", + "form_2252": "Normale", + "form_2255": "Normale", + "form_2258": "Normale", + "form_2261": "Normale", + "form_2264": "Normale", + "form_2267": "Normale", + "form_2270": "Normale", + "form_2273": "Normale", + "form_2276": "Normale", + "form_2279": "Normale", + "form_2282": "Normale", + "form_2285": "Normale", + "form_2288": "Normale", + "form_2291": "Normale", + "form_2294": "Normale", + "form_2297": "Normale", + "form_2300": "Normale", + "form_2303": "Normale", + "form_2306": "Normale", + "form_2309": "Normale", + "form_2312": "Normale", + "form_2315": "Normale", + "form_2318": "Normale", + "form_2321": "Normale", + "form_2324": "Normale", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "Femmina", + "form_2331": "Femmina", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "Forma Basso", + "form_2464": "Forma Melodia", + "form_2477": "Forma Contraffatta", + "form_2478": "Forma Autentica", + "form_2480": "Forma Contraffatta", + "form_2481": "Forma Autentica", + "form_2501": "Normale", + "form_2504": "Normale", + "form_2507": "Normale", + "form_2510": "Normale", + "form_2513": "Normale", + "form_2516": "Normale", + "form_2540": "Gelofaccia", + "form_2541": "Liquefaccia", + "form_2542": "Maschio", + "form_2543": "Femmina", + "form_2544": "Motivo Panciapiena", + "form_2545": "Motivo Panciavuota", + "form_2576": "Re delle Spade", + "form_2577": "Eroe di Mille Lotte", + "form_2578": "Re degli Scudi", + "form_2579": "Eroe di Mille Lotte", + "form_2580": "Eternamax", + "form_2581": "Normale", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "Normale", + "form_2588": "Femmina", + "form_2589": "Normale", + "form_2590": "Femmina", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "Sole", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "Stile Flamenco", + "form_2680": "Stile Cheerdance", + "form_2681": "Stile Hula", + "form_2683": "Stile Buyō", + "form_2684": "Forma Giorno", + "form_2685": "Forma Notte", + "form_2686": "Forma Crepuscolo", + "form_2687": "Forma Individuale", + "form_2688": "Forma Banco", + "form_2689": "Normale", + "form_2690": "Coleottero", + "form_2691": "Buio", + "form_2692": "Drago", + "form_2693": "Elettro", + "form_2694": "Folletto", + "form_2695": "Lotta", + "form_2696": "Fuoco", + "form_2697": "Volante", + "form_2698": "Spettro", + "form_2699": "Erba", + "form_2700": "Terra", + "form_2701": "Ghiaccio", + "form_2702": "Veleno", + "form_2703": "Psico", + "form_2704": "Roccia", + "form_2705": "Acciaio", + "form_2706": "Acqua", + "form_2707": "Meteor Blue", + "form_2708": "Piume Azzurre", + "form_2709": "Piume Verdi", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "Piume Gialle", + "form_2715": "Forma Smascherata", + "form_2716": "Forma Mascherata", + "form_2717": "Normale", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "Normale", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "Normale", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "Forma Crepuscolo", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "Sole", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "Sole", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "Forma Incarnazione", + "form_2803": "Forma Totem", + "form_2804": "Forma Lineabianca", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "Normale", + "form_2808": "Femmina", + "form_2809": "Normale", + "form_2810": "Normale", + "form_2811": "Normale", + "form_2812": "Normale", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "Normale", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "Forma Originale", + "form_2830": "Forma Originale", + "form_2831": "Normale", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "Normale", + "form_2982": "Femmina", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Piume Verdi", + "form_2986": "Piume Azzurre", + "form_2987": "Piume Gialle", + "form_2988": "White", + "form_2989": "Forma Ingenua", + "form_2990": "Eroe di Mille Lotte", + "form_2991": "Forma Arcuata", + "form_2992": "Forma Adagiata", + "form_2993": "Forma Tesa", + "form_2994": "Forma Bimetamero", + "form_2995": "Forma Trimetamero", + "form_2996": "Foggia Integrale", + "form_2997": "Assetto Completo", + "form_2998": "Normale", + "form_3000": "Normale", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "Maschio", + "gender_2": "Femmina", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "Dialola", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "Blanche", + "grunt_2": "Candela", + "grunt_3": "Spark", + "grunt_4": "Recluta (Maschio)", + "grunt_5": "Recluta (Femmina)", + "grunt_6": "Coleottero - Recluta (Femmina)", + "grunt_7": "Coleottero - Recluta (Maschio)", + "grunt_8": "Recluta (Femmina)", + "grunt_9": "Recluta (Maschio)", + "grunt_10": "Buio - Recluta (Femmina)", + "grunt_11": "Buio - Recluta (Maschio)", + "grunt_12": "Drago - Recluta (Femmina)", + "grunt_13": "Drago - Recluta (Maschio)", + "grunt_14": "Folletto - Recluta (Femmina)", + "grunt_15": "Folletto - Recluta (Maschio)", + "grunt_16": "Lotta - Recluta (Femmina)", + "grunt_17": "Lotta - Recluta (Maschio)", + "grunt_18": "Fuoco - Recluta (Femmina)", + "grunt_19": "Fuoco - Recluta (Maschio)", + "grunt_20": "Volante - Recluta (Femmina)", + "grunt_21": "Volante - Recluta (Maschio)", + "grunt_22": "Erba - Recluta (Femmina)", + "grunt_23": "Erba - Recluta (Maschio)", + "grunt_24": "Terra - Recluta (Femmina)", + "grunt_25": "Terra - Recluta (Maschio)", + "grunt_26": "Ghiaccio - Recluta (Femmina)", + "grunt_27": "Ghiaccio - Recluta (Maschio)", + "grunt_28": "Acciaio - Recluta (Femmina)", + "grunt_29": "Acciaio - Recluta (Maschio)", + "grunt_30": "Normale - Recluta (Femmina)", + "grunt_31": "Normale - Recluta (Maschio)", + "grunt_32": "Veleno - Recluta (Femmina)", + "grunt_33": "Veleno - Recluta (Maschio)", + "grunt_34": "Psico - Recluta (Femmina)", + "grunt_35": "Psico - Recluta (Maschio)", + "grunt_36": "Roccia - Recluta (Femmina)", + "grunt_37": "Roccia - Recluta (Maschio)", + "grunt_38": "Acqua - Recluta (Femmina)", + "grunt_39": "Acqua - Recluta (Maschio)", + "grunt_40": "Player Team Leader", + "grunt_41": "Cliff", + "grunt_42": "Arlo", + "grunt_43": "Sierra", + "grunt_44": "Giovanni", + "grunt_45": "Recluta camuffata (Maschio)", + "grunt_46": "Recluta camuffata (Femmina)", + "grunt_47": "Spettro - Recluta (Femmina)", + "grunt_48": "Spettro - Recluta (Maschio)", + "grunt_49": "Elettro - Recluta (Femmina)", + "grunt_50": "Elettro - Recluta (Maschio)", + "grunt_51": "Recluta (Femmina)", + "grunt_52": "Recluta (Maschio)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "Coleottero - Recluta (Femmina)", + "grunt_56": "Coleottero - Recluta (Maschio)", + "grunt_57": "Buio - Recluta (Femmina)", + "grunt_58": "Buio - Recluta (Maschio)", + "grunt_59": "Drago - Recluta (Femmina)", + "grunt_60": "Drago - Recluta (Maschio)", + "grunt_61": "Folletto - Recluta (Femmina)", + "grunt_62": "Folletto - Recluta (Maschio)", + "grunt_63": "Lotta - Recluta (Femmina)", + "grunt_64": "Lotta - Recluta (Maschio)", + "grunt_65": "Fuoco - Recluta (Femmina)", + "grunt_66": "Fuoco - Recluta (Maschio)", + "grunt_67": "Volante - Recluta (Femmina)", + "grunt_68": "Volante - Recluta (Maschio)", + "grunt_69": "Erba - Recluta (Femmina)", + "grunt_70": "Erba - Recluta (Maschio)", + "grunt_71": "Terra - Recluta (Femmina)", + "grunt_72": "Terra - Recluta (Maschio)", + "grunt_73": "Ghiaccio - Recluta (Femmina)", + "grunt_74": "Ghiaccio - Recluta (Maschio)", + "grunt_75": "Recluta (Femmina)", + "grunt_76": "Recluta (Maschio)", + "grunt_77": "Normale - Recluta (Femmina)", + "grunt_78": "Normale - Recluta (Maschio)", + "grunt_79": "Veleno - Recluta (Femmina)", + "grunt_80": "Veleno - Recluta (Maschio)", + "grunt_81": "Psico - Recluta (Femmina)", + "grunt_82": "Psico - Recluta (Maschio)", + "grunt_83": "Roccia - Recluta (Femmina)", + "grunt_84": "Roccia - Recluta (Maschio)", + "grunt_85": "Acqua - Recluta (Femmina)", + "grunt_86": "Acqua - Recluta (Maschio)", + "grunt_87": "Spettro - Recluta (Femmina)", + "grunt_88": "Spettro - Recluta (Maschio)", + "grunt_89": "Elettro - Recluta (Femmina)", + "grunt_90": "Elettro - Recluta (Maschio)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "Nessuno", + "grunt_a_1": "Blanche", + "grunt_a_2": "Candela", + "grunt_a_3": "Spark", + "grunt_a_4": "Recluta ♂", + "grunt_a_5": "Recluta ♀", + "grunt_a_6": "Coleottero ♀", + "grunt_a_7": "Coleottero ♂", + "grunt_a_8": "Recluta ♀", + "grunt_a_9": "Recluta ♂", + "grunt_a_10": "Buio ♀", + "grunt_a_11": "Buio ♂", + "grunt_a_12": "Drago ♀", + "grunt_a_13": "Drago ♂", + "grunt_a_14": "Folletto ♀", + "grunt_a_15": "Folletto ♂", + "grunt_a_16": "Lotta ♀", + "grunt_a_17": "Lotta ♂", + "grunt_a_18": "Fuoco ♀", + "grunt_a_19": "Fuoco ♂", + "grunt_a_20": "Volante ♀", + "grunt_a_21": "Volante ♂", + "grunt_a_22": "Erba ♀", + "grunt_a_23": "Erba ♂", + "grunt_a_24": "Terra ♀", + "grunt_a_25": "Terra ♂", + "grunt_a_26": "Ghiaccio ♀", + "grunt_a_27": "Ghiaccio ♂", + "grunt_a_28": "Acciaio ♀", + "grunt_a_29": "Acciaio ♂", + "grunt_a_30": "Normale ♀", + "grunt_a_31": "Normale ♂", + "grunt_a_32": "Veleno ♀", + "grunt_a_33": "Veleno ♂", + "grunt_a_34": "Psico ♀", + "grunt_a_35": "Psico ♂", + "grunt_a_36": "Roccia ♀", + "grunt_a_37": "Roccia ♂", + "grunt_a_38": "Acqua ♀", + "grunt_a_39": "Acqua ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "Cliff", + "grunt_a_42": "Arlo", + "grunt_a_43": "Sierra", + "grunt_a_44": "Giovanni", + "grunt_a_45": "Recluta camuffata ♂", + "grunt_a_46": "Recluta camuffata ♀", + "grunt_a_47": "Spettro ♀", + "grunt_a_48": "Spettro ♂", + "grunt_a_49": "Elettro ♀", + "grunt_a_50": "Elettro ♂", + "grunt_a_51": "Recluta ♀", + "grunt_a_52": "Recluta ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "Coleottero ♀", + "grunt_a_56": "Coleottero ♂", + "grunt_a_57": "Buio ♀", + "grunt_a_58": "Buio ♂", + "grunt_a_59": "Drago ♀", + "grunt_a_60": "Drago ♂", + "grunt_a_61": "Folletto ♀", + "grunt_a_62": "Folletto ♂", + "grunt_a_63": "Lotta ♀", + "grunt_a_64": "Lotta ♂", + "grunt_a_65": "Fuoco ♀", + "grunt_a_66": "Fuoco ♂", + "grunt_a_67": "Volante ♀", + "grunt_a_68": "Volante ♂", + "grunt_a_69": "Erba ♀", + "grunt_a_70": "Erba ♂", + "grunt_a_71": "Terra ♀", + "grunt_a_72": "Terra ♂", + "grunt_a_73": "Ghiaccio ♀", + "grunt_a_74": "Ghiaccio ♂", + "grunt_a_75": "Recluta ♀", + "grunt_a_76": "Recluta ♂", + "grunt_a_77": "Normale ♀", + "grunt_a_78": "Normale ♂", + "grunt_a_79": "Veleno ♀", + "grunt_a_80": "Veleno ♂", + "grunt_a_81": "Psico ♀", + "grunt_a_82": "Psico ♂", + "grunt_a_83": "Roccia ♀", + "grunt_a_84": "Roccia ♂", + "grunt_a_85": "Acqua ♀", + "grunt_a_86": "Acqua ♂", + "grunt_a_87": "Spettro ♀", + "grunt_a_88": "Spettro ♂", + "grunt_a_89": "Elettro ♀", + "grunt_a_90": "Elettro ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "Sconosciuto", + "item_1": "Poké Ball", + "item_2": "Mega Ball", + "item_3": "Ultra Ball", + "item_4": "Master Ball", + "item_5": "Premier Ball", + "item_6": "UC Ball", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "Pozione", + "item_102": "Superpozione", + "item_103": "Iperpozione", + "item_104": "Pozione Max", + "item_201": "Revitalizzante", + "item_202": "Revitalizzante Max", + "item_301": "Fortunuovo", + "item_401": "Aroma", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "Pacco sorpresa", + "item_406": "Aroma avventura giornaliera", + "item_407": "Portamonete", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "Modulo esca", + "item_502": "Modulo esca glaciale", + "item_503": "Modulo esca silvestre", + "item_504": "Modulo esca magnetico", + "item_505": "Modulo esca pluviale", + "item_506": "Modulo esca dorato", + "item_602": "Attacco X", + "item_603": "Difesa X", + "item_604": "UNDEFINED", + "item_650": "Cellula di Zygarde", + "item_651": "Teca Zygarde", + "item_701": "Baccalampon", + "item_702": "Baccamora", + "item_703": "Baccabana", + "item_704": "Baccapera", + "item_705": "Baccananas", + "item_706": "Baccalampon dorata", + "item_707": "Golden Nanab Berry", + "item_708": "Baccananas d’argento", + "item_709": "Poffin", + "item_801": "Fotocamera", + "item_802": "Adesivi", + "item_803": "Album delle cartoline", + "item_901": "Incubatrice ∞", + "item_902": "Incubatrice Uova", + "item_903": "Superincubatrice", + "item_1001": "Spazio Pokémon", + "item_1002": "Spazio Borsa", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "Pietrasolare", + "item_1102": "Roccia di Re", + "item_1103": "Metalcoperta", + "item_1104": "Squama Drago", + "item_1105": "Upgrade", + "item_1106": "Pietra Sinnoh", + "item_1107": "Pietra Unima", + "item_1150": "Monete di Gimmighoul", + "item_1201": "MT attacco veloce", + "item_1202": "MT attacco caricato", + "item_1203": "MT attacco veloce fuoriclasse", + "item_1204": "MT attacco caricato fuoriclasse", + "item_1250": "Meteorite", + "item_1301": "Caramella Rara", + "item_1302": "Caramella Rara L", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "Biglietto raid", + "item_1402": "Biglietto lotta premium", + "item_1404": "Pezzo Stella", + "item_1405": "Pacco amicizia", + "item_1406": "Medaglione delle squadre", + "item_1408": "Biglietto raid da remoto", + "item_1409": "S Raid Ticket", + "item_1501": "Componente misterioso", + "item_1502": "Radar Rocket", + "item_1503": "Super radar Rocket", + "item_1504": "Frammento Ombra", + "item_1505": "Gemma purificata", + "item_1506": "Particella Dynamax", + "item_1507": "Pacco particelle Dynamax", + "item_1600": "Biglietto", + "item_1601": "Biglietto", + "item_1602": "Biglietto", + "item_1603": "Biglietto", + "item_1604": "Biglietto extra", + "item_1605": "Biglietto extra", + "item_1606": "Biglietto ricerca a tempo Lega", + "item_1607": "Biglietto", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Biglietto Safari in città a Seoul", + "item_1611": "Biglietto Safari in città a Barcellona", + "item_1612": "Biglietto Safari in città a Città del Messico", + "item_1613": "Biglietto Safari in città a Tainan", + "item_1614": "Ticket City Safari 04", + "item_1615": "Biglietto", + "item_1616": "Biglietto", + "item_1617": "Biglietto", + "item_1618": "Biglietto", + "item_1619": "Biglietto", + "item_1620": "Biglietto", + "item_1621": "Biglietto", + "item_1622": "Biglietto", + "item_1623": "Biglietto", + "item_1624": "Biglietto", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "Normale", + "lure_502": "Glaciale", + "lure_503": "Silvestre", + "lure_504": "Magnetico", + "lure_505": "Pluviale", + "lure_506": "Dorato", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "Sconosciuto", + "move_1": "Tuonoshock", + "move_2": "Attacco Rapido", + "move_3": "Graffio", + "move_4": "Braciere", + "move_5": "Frustata", + "move_6": "Azione", + "move_7": "Foglielama", + "move_8": "Riduttore", + "move_9": "Pistolacqua", + "move_10": "Morso", + "move_11": "Botta", + "move_12": "Doppiasberla", + "move_13": "Avvolgibotta", + "move_14": "Iper Raggio", + "move_15": "Leccata", + "move_16": "Neropulsar", + "move_17": "Smog", + "move_18": "Fango", + "move_19": "Ferrartigli", + "move_20": "Presa", + "move_21": "Ruotafuoco", + "move_22": "Megacorno", + "move_23": "Attacco d’Ala", + "move_24": "Lanciafiamme", + "move_25": "Sbigoattacco", + "move_26": "Fossa", + "move_27": "Colpo Basso", + "move_28": "Incrocolpo", + "move_29": "Psicotaglio", + "move_30": "Psicoraggio", + "move_31": "Terremoto", + "move_32": "Pietrataglio", + "move_33": "Gelopugno", + "move_34": "Cuorestampo", + "move_35": "Scarica", + "move_36": "Cannonflash", + "move_37": "Beccata", + "move_38": "Perforbecco", + "move_39": "Geloraggio", + "move_40": "Bora", + "move_41": "Eterelama", + "move_42": "Ondacalda", + "move_43": "Doppio Ago", + "move_44": "Velenpuntura", + "move_45": "Aeroassalto", + "move_46": "Giravvita", + "move_47": "Fiortempesta", + "move_48": "Megassorbimento", + "move_49": "Ronzio", + "move_50": "Velenodenti", + "move_51": "Nottesferza", + "move_52": "Lacerazione", + "move_53": "Bollaraggio", + "move_54": "Sottomissione", + "move_55": "Colpokarate", + "move_56": "Calciobasso", + "move_57": "Acquagetto", + "move_58": "Idrondata", + "move_59": "Semebomba", + "move_60": "Psicoshock", + "move_61": "Sassata", + "move_62": "Forzantica", + "move_63": "Rocciotomba", + "move_64": "Frana", + "move_65": "Gemmoforza", + "move_66": "Furtivombra", + "move_67": "Pugnodombra", + "move_68": "Ombrartigli", + "move_69": "Funestovento", + "move_70": "Palla Ombra", + "move_71": "Pugnoscarica", + "move_72": "Bombagnete", + "move_73": "Alacciaio", + "move_74": "Metaltestata", + "move_75": "Caricaparabola", + "move_76": "Scintilla", + "move_77": "Tuonopugno", + "move_78": "Tuono", + "move_79": "Fulmine", + "move_80": "Tornado", + "move_81": "Dragospiro", + "move_82": "Dragopulsar", + "move_83": "Dragartigli", + "move_84": "Incantavoce", + "move_85": "Assorbibacio", + "move_86": "Magibrillio", + "move_87": "Forza Lunare", + "move_88": "Carineria", + "move_89": "Velenocroce", + "move_90": "Fangobomba", + "move_91": "Fangonda", + "move_92": "Sporcolancio", + "move_93": "Colpodifango", + "move_94": "Ossoclava", + "move_95": "Battiterra", + "move_96": "Pantanobomba", + "move_97": "Tagliofuria", + "move_98": "Coleomorso", + "move_99": "Segnoraggio", + "move_100": "Forbice X", + "move_101": "Nitrocarica", + "move_102": "Pirolancio", + "move_103": "Fuocobomba", + "move_104": "Acquadisale", + "move_105": "Idropulsar", + "move_106": "Idrovampata", + "move_107": "Idropompa", + "move_108": "Psichico", + "move_109": "Psicobotta", + "move_110": "Geloscheggia", + "move_111": "Ventogelato", + "move_112": "Alitogelido", + "move_113": "Assorbimento", + "move_114": "Gigassorbimento", + "move_115": "Fuocopugno", + "move_116": "Solarraggio", + "move_117": "Fendifoglia", + "move_118": "Vigorcolpo", + "move_119": "Splash", + "move_120": "Acido", + "move_121": "Aerasoio", + "move_122": "Tifone", + "move_123": "Breccia", + "move_124": "Taglio", + "move_125": "Comete", + "move_126": "Incornata", + "move_127": "Pestone", + "move_128": "Bottintesta", + "move_129": "Iperzanna", + "move_130": "Schianto", + "move_131": "Corposcontro", + "move_132": "Riposo", + "move_133": "Scontro", + "move_134": "Idrovampata", + "move_135": "Idropompa", + "move_136": "Avvolgibotta", + "move_137": "Avvolgibotta", + "move_200": "Tagliofuria", + "move_201": "Coleomorso", + "move_202": "Morso", + "move_203": "Sbigoattacco", + "move_204": "Dragospiro", + "move_205": "Tuonoshock", + "move_206": "Scintilla", + "move_207": "Colpo Basso", + "move_208": "Colpokarate", + "move_209": "Braciere", + "move_210": "Attacco d’Ala", + "move_211": "Beccata", + "move_212": "Leccata", + "move_213": "Ombrartigli", + "move_214": "Frustata", + "move_215": "Foglielama", + "move_216": "Colpodifango", + "move_217": "Geloscheggia", + "move_218": "Alitogelido", + "move_219": "Attacco Rapido", + "move_220": "Graffio", + "move_221": "Azione", + "move_222": "Botta", + "move_223": "Taglio", + "move_224": "Velenpuntura", + "move_225": "Acido", + "move_226": "Psicotaglio", + "move_227": "Sassata", + "move_228": "Ferrartigli", + "move_229": "Pugnoscarica", + "move_230": "Pistolacqua", + "move_231": "Splash", + "move_232": "Pistolacqua", + "move_233": "Fangosberla", + "move_234": "Cozzata Zen", + "move_235": "Confusione", + "move_236": "Velenospina", + "move_237": "Bolla", + "move_238": "Finta", + "move_239": "Alacciaio", + "move_240": "Rogodenti", + "move_241": "Spaccaroccia", + "move_242": "Trasformazione", + "move_243": "Contrattacco", + "move_244": "Polneve", + "move_245": "Zuffa", + "move_246": "Dinamipugno", + "move_247": "Focalcolpo", + "move_248": "Raggiaurora", + "move_249": "Raggioscossa", + "move_250": "Invertivolt", + "move_251": "Sprizzalampo", + "move_252": "Falcecannone", + "move_253": "Codadrago", + "move_254": "Slavina", + "move_255": "Eterelama", + "move_256": "Baldeali", + "move_257": "Aeroattacco", + "move_258": "Sabbiotomba", + "move_259": "Cadutamassi", + "move_260": "Assillo", + "move_261": "Entomoblocco", + "move_262": "Ventargenteo", + "move_263": "Sgomento", + "move_264": "Sciagura", + "move_265": "Ombra Notturna", + "move_266": "Codacciaio", + "move_267": "Vortexpalla", + "move_268": "Pesobomba", + "move_269": "Turbofuoco", + "move_270": "Vampata", + "move_271": "Semitraglia", + "move_272": "Laccioerboso", + "move_273": "Energipalla", + "move_274": "Extrasenso", + "move_275": "Divinazione", + "move_276": "Specchiovelo", + "move_277": "Oltraggio", + "move_278": "Urlorabbia", + "move_279": "Sgranocchio", + "move_280": "Ripicca", + "move_281": "Introforza", + "move_282": "Riduttore", + "move_283": "Cascata", + "move_284": "Surf", + "move_285": "Dragobolide", + "move_286": "Obbliderio", + "move_287": "Sbadiglio", + "move_288": "Psicoslancio", + "move_289": "Primopulsar", + "move_290": "Spade Telluriche", + "move_291": "Regalino", + "move_292": "Palla Clima", + "move_293": "Palla Clima", + "move_294": "Palla Clima", + "move_295": "Palla Clima", + "move_296": "Radicalbero", + "move_297": "Abbattimento", + "move_298": "Incendio", + "move_299": "Idrocannone", + "move_300": "Ultimascelta", + "move_301": "Meteorpugno", + "move_302": "Capocciata", + "move_303": "Acidobomba", + "move_304": "Geoforza", + "move_305": "Martellata", + "move_306": "Assalto", + "move_307": "Tritartigli", + "move_308": "Octazooka", + "move_309": "Cristalcolpo", + "move_310": "Troppoforte", + "move_311": "Pungiglione", + "move_312": "Vorticerba", + "move_313": "Sanguisuga", + "move_314": "Assorbipugno", + "move_315": "Ossotetro", + "move_316": "Fanghiglia", + "move_317": "Calciardente", + "move_318": "Conchilama", + "move_319": "Crescipugno", + "move_320": "Fascino", + "move_321": "Gigaimpatto", + "move_322": "Frustrazione", + "move_323": "Ritorno", + "move_324": "Sincrumore", + "move_325": "Localizza", + "move_326": "Fulmindenti", + "move_327": "Gelodenti", + "move_328": "Perforcorno", + "move_329": "Abisso", + "move_330": "Spadasolenne", + "move_331": "Schiacciatuffo", + "move_332": "Forzasfera", + "move_333": "Rivincita", + "move_334": "Devastomasso", + "move_335": "Aerocolpo", + "move_336": "Tecnobotto", + "move_337": "Tecnobotto", + "move_338": "Tecnobotto", + "move_339": "Tecnobotto", + "move_340": "Tecnobotto", + "move_341": "Volo", + "move_342": "Generatore V", + "move_343": "Verdebufera", + "move_344": "Tripletta", + "move_345": "Raffica", + "move_346": "Bruciatutto", + "move_347": "Dark Void", + "move_348": "Danzadipiume", + "move_349": "Fiery Dance", + "move_350": "Vento di Fata", + "move_351": "Relic Song", + "move_352": "Palla Clima", + "move_353": "Psicozanna", + "move_354": "Urtodimensionale", + "move_355": "Forodimensionale", + "move_356": "Doppiocalcio", + "move_357": "Fogliamagica", + "move_358": "Magifuoco", + "move_359": "Gelolancia", + "move_360": "Aerocolpo+", + "move_361": "Aerocolpo++", + "move_362": "Magifuoco+", + "move_363": "Magifuoco++", + "move_364": "Acrobazia", + "move_365": "Abbagliante", + "move_366": "Foschisfera", + "move_367": "Vorticolpo", + "move_368": "Rotolamento", + "move_369": "Infuriaseme", + "move_370": "Sbarramento", + "move_371": "Oscurotuffo", + "move_372": "Raggiometeora", + "move_373": "Acqualame", + "move_374": "Incrotuono", + "move_375": "Incrofiamma", + "move_376": "Poltergeist", + "move_377": "Forza Equina", + "move_378": "Gelamondo", + "move_379": "Vastoimpatto", + "move_380": "Ondaboato", + "move_381": "Pugni Corazzati", + "move_382": "Magifiamma", + "move_383": "Idrobreccia", + "move_384": "Ascesa del Drago", + "move_385": "Fogliame", + "move_386": "Magmaclisma", + "move_387": "Geocontrollo", + "move_388": "Fendispazio", + "move_389": "Ali del Fato", + "move_390": "Ira della Natura", + "move_391": "Triplo Axel", + "move_392": "Apripista", + "move_393": "Sabbiardente", + "move_394": "Fragortempo", + "move_395": "Tempesta Boreale", + "move_396": "Tempesta Ardente", + "move_397": "Tempesta Tonante", + "move_398": "Cucitura d’Ombra", + "move_399": "Locomovolt", + "move_400": "Braccioteso", + "move_401": "Psiconda", + "move_402": "Ferrostrido", + "move_403": "Turbosabbia", + "move_404": "Astrocarica", + "move_405": "Raggio d’Ombra", + "move_406": "Ruota d’Aura", + "move_407": "Ruota d’Aura", + "move_408": "Calcinvolo", + "move_409": "Dynafiammata", + "move_410": "Dynainsetto", + "move_411": "Dynasaetta", + "move_412": "Dynattacco", + "move_413": "Dynapugno", + "move_414": "Dynavuoto", + "move_415": "Dynagelo", + "move_416": "Dynacorrosione", + "move_417": "Dynaflusso", + "move_418": "Dynajet", + "move_419": "Dynafata", + "move_420": "Dynadragone", + "move_421": "Dynapsiche", + "move_422": "Dynamacigno", + "move_423": "Dynasisma", + "move_424": "Dynatenebre", + "move_425": "Dynaflora", + "move_426": "Dynametallo", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "Palmoforza", + "move_463": "Canto Effimero", + "poke_0": "Sostituzione", + "poke_1": "Bulbasaur", + "poke_2": "Ivysaur", + "poke_3": "Venusaur", + "poke_3_e1": "MegaVenusaur", + "poke_4": "Charmander", + "poke_5": "Charmeleon", + "poke_6": "Charizard", + "poke_6_e2": "MegaCharizard X", + "poke_6_e3": "MegaCharizard Y", + "poke_7": "Squirtle", + "poke_8": "Wartortle", + "poke_9": "Blastoise", + "poke_9_e1": "MegaBlastoise", + "poke_10": "Caterpie", + "poke_11": "Metapod", + "poke_12": "Butterfree", + "poke_13": "Weedle", + "poke_14": "Kakuna", + "poke_15": "Beedrill", + "poke_15_e1": "MegaBeedrill", + "poke_16": "Pidgey", + "poke_17": "Pidgeotto", + "poke_18": "Pidgeot", + "poke_18_e1": "MegaPidgeot", + "poke_19": "Rattata", + "poke_20": "Raticate", + "poke_21": "Spearow", + "poke_22": "Fearow", + "poke_23": "Ekans", + "poke_24": "Arbok", + "poke_25": "Pikachu", + "poke_26": "Raichu", + "poke_27": "Sandshrew", + "poke_28": "Sandslash", + "poke_29": "Nidoran♀", + "poke_30": "Nidorina", + "poke_31": "Nidoqueen", + "poke_32": "Nidoran♂", + "poke_33": "Nidorino", + "poke_34": "Nidoking", + "poke_35": "Clefairy", + "poke_36": "Clefable", + "poke_37": "Vulpix", + "poke_38": "Ninetales", + "poke_39": "Jigglypuff", + "poke_40": "Wigglytuff", + "poke_41": "Zubat", + "poke_42": "Golbat", + "poke_43": "Oddish", + "poke_44": "Gloom", + "poke_45": "Vileplume", + "poke_46": "Paras", + "poke_47": "Parasect", + "poke_48": "Venonat", + "poke_49": "Venomoth", + "poke_50": "Diglett", + "poke_51": "Dugtrio", + "poke_52": "Meowth", + "poke_53": "Persian", + "poke_54": "Psyduck", + "poke_55": "Golduck", + "poke_56": "Mankey", + "poke_57": "Primeape", + "poke_58": "Growlithe", + "poke_59": "Arcanine", + "poke_60": "Poliwag", + "poke_61": "Poliwhirl", + "poke_62": "Poliwrath", + "poke_63": "Abra", + "poke_64": "Kadabra", + "poke_65": "Alakazam", + "poke_65_e1": "MegaAlakazam", + "poke_66": "Machop", + "poke_67": "Machoke", + "poke_68": "Machamp", + "poke_69": "Bellsprout", + "poke_70": "Weepinbell", + "poke_71": "Victreebel", + "poke_72": "Tentacool", + "poke_73": "Tentacruel", + "poke_74": "Geodude", + "poke_75": "Graveler", + "poke_76": "Golem", + "poke_77": "Ponyta", + "poke_78": "Rapidash", + "poke_79": "Slowpoke", + "poke_80": "Slowbro", + "poke_80_e1": "MegaSlowbro", + "poke_81": "Magnemite", + "poke_82": "Magneton", + "poke_83": "Farfetch’d", + "poke_84": "Doduo", + "poke_85": "Dodrio", + "poke_86": "Seel", + "poke_87": "Dewgong", + "poke_88": "Grimer", + "poke_89": "Muk", + "poke_90": "Shellder", + "poke_91": "Cloyster", + "poke_92": "Gastly", + "poke_93": "Haunter", + "poke_94": "Gengar", + "poke_94_e1": "MegaGengar", + "poke_95": "Onix", + "poke_96": "Drowzee", + "poke_97": "Hypno", + "poke_98": "Krabby", + "poke_99": "Kingler", + "poke_100": "Voltorb", + "poke_101": "Electrode", + "poke_102": "Exeggcute", + "poke_103": "Exeggutor", + "poke_104": "Cubone", + "poke_105": "Marowak", + "poke_106": "Hitmonlee", + "poke_107": "Hitmonchan", + "poke_108": "Lickitung", + "poke_109": "Koffing", + "poke_110": "Weezing", + "poke_111": "Rhyhorn", + "poke_112": "Rhydon", + "poke_113": "Chansey", + "poke_114": "Tangela", + "poke_115": "Kangaskhan", + "poke_115_e1": "MegaKangaskhan", + "poke_116": "Horsea", + "poke_117": "Seadra", + "poke_118": "Goldeen", + "poke_119": "Seaking", + "poke_120": "Staryu", + "poke_121": "Starmie", + "poke_122": "Mr. Mime", + "poke_123": "Scyther", + "poke_124": "Jynx", + "poke_125": "Electabuzz", + "poke_126": "Magmar", + "poke_127": "Pinsir", + "poke_127_e1": "MegaPinsir", + "poke_128": "Tauros", + "poke_129": "Magikarp", + "poke_130": "Gyarados", + "poke_130_e1": "MegaGyarados", + "poke_131": "Lapras", + "poke_132": "Ditto", + "poke_133": "Eevee", + "poke_134": "Vaporeon", + "poke_135": "Jolteon", + "poke_136": "Flareon", + "poke_137": "Porygon", + "poke_138": "Omanyte", + "poke_139": "Omastar", + "poke_140": "Kabuto", + "poke_141": "Kabutops", + "poke_142": "Aerodactyl", + "poke_142_e1": "MegaAerodactyl", + "poke_143": "Snorlax", + "poke_144": "Articuno", + "poke_145": "Zapdos", + "poke_146": "Moltres", + "poke_147": "Dratini", + "poke_148": "Dragonair", + "poke_149": "Dragonite", + "poke_150": "Mewtwo", + "poke_150_e2": "MegaMewtwo X", + "poke_150_e3": "MegaMewtwo Y", + "poke_151": "Mew", + "poke_152": "Chikorita", + "poke_153": "Bayleef", + "poke_154": "Meganium", + "poke_155": "Cyndaquil", + "poke_156": "Quilava", + "poke_157": "Typhlosion", + "poke_158": "Totodile", + "poke_159": "Croconaw", + "poke_160": "Feraligatr", + "poke_161": "Sentret", + "poke_162": "Furret", + "poke_163": "Hoothoot", + "poke_164": "Noctowl", + "poke_165": "Ledyba", + "poke_166": "Ledian", + "poke_167": "Spinarak", + "poke_168": "Ariados", + "poke_169": "Crobat", + "poke_170": "Chinchou", + "poke_171": "Lanturn", + "poke_172": "Pichu", + "poke_173": "Cleffa", + "poke_174": "Igglybuff", + "poke_175": "Togepi", + "poke_176": "Togetic", + "poke_177": "Natu", + "poke_178": "Xatu", + "poke_179": "Mareep", + "poke_180": "Flaaffy", + "poke_181": "Ampharos", + "poke_181_e1": "MegaAmpharos", + "poke_182": "Bellossom", + "poke_183": "Marill", + "poke_184": "Azumarill", + "poke_185": "Sudowoodo", + "poke_186": "Politoed", + "poke_187": "Hoppip", + "poke_188": "Skiploom", + "poke_189": "Jumpluff", + "poke_190": "Aipom", + "poke_191": "Sunkern", + "poke_192": "Sunflora", + "poke_193": "Yanma", + "poke_194": "Wooper", + "poke_195": "Quagsire", + "poke_196": "Espeon", + "poke_197": "Umbreon", + "poke_198": "Murkrow", + "poke_199": "Slowking", + "poke_200": "Misdreavus", + "poke_201": "Unown", + "poke_202": "Wobbuffet", + "poke_203": "Girafarig", + "poke_204": "Pineco", + "poke_205": "Forretress", + "poke_206": "Dunsparce", + "poke_207": "Gligar", + "poke_208": "Steelix", + "poke_208_e1": "MegaSteelix", + "poke_209": "Snubbull", + "poke_210": "Granbull", + "poke_211": "Qwilfish", + "poke_212": "Scizor", + "poke_212_e1": "MegaScizor", + "poke_213": "Shuckle", + "poke_214": "Heracross", + "poke_214_e1": "MegaHeracross", + "poke_215": "Sneasel", + "poke_216": "Teddiursa", + "poke_217": "Ursaring", + "poke_218": "Slugma", + "poke_219": "Magcargo", + "poke_220": "Swinub", + "poke_221": "Piloswine", + "poke_222": "Corsola", + "poke_223": "Remoraid", + "poke_224": "Octillery", + "poke_225": "Delibird", + "poke_226": "Mantine", + "poke_227": "Skarmory", + "poke_228": "Houndour", + "poke_229": "Houndoom", + "poke_229_e1": "MegaHoundoom", + "poke_230": "Kingdra", + "poke_231": "Phanpy", + "poke_232": "Donphan", + "poke_233": "Porygon2", + "poke_234": "Stantler", + "poke_235": "Smeargle", + "poke_236": "Tyrogue", + "poke_237": "Hitmontop", + "poke_238": "Smoochum", + "poke_239": "Elekid", + "poke_240": "Magby", + "poke_241": "Miltank", + "poke_242": "Blissey", + "poke_243": "Raikou", + "poke_244": "Entei", + "poke_245": "Suicune", + "poke_246": "Larvitar", + "poke_247": "Pupitar", + "poke_248": "Tyranitar", + "poke_248_e1": "MegaTyranitar", + "poke_249": "Lugia", + "poke_250": "Ho-Oh", + "poke_251": "Celebi", + "poke_252": "Treecko", + "poke_253": "Grovyle", + "poke_254": "Sceptile", + "poke_254_e1": "MegaSceptile", + "poke_255": "Torchic", + "poke_256": "Combusken", + "poke_257": "Blaziken", + "poke_257_e1": "MegaBlaziken", + "poke_258": "Mudkip", + "poke_259": "Marshtomp", + "poke_260": "Swampert", + "poke_260_e1": "MegaSwampert", + "poke_261": "Poochyena", + "poke_262": "Mightyena", + "poke_263": "Zigzagoon", + "poke_264": "Linoone", + "poke_265": "Wurmple", + "poke_266": "Silcoon", + "poke_267": "Beautifly", + "poke_268": "Cascoon", + "poke_269": "Dustox", + "poke_270": "Lotad", + "poke_271": "Lombre", + "poke_272": "Ludicolo", + "poke_273": "Seedot", + "poke_274": "Nuzleaf", + "poke_275": "Shiftry", + "poke_276": "Taillow", + "poke_277": "Swellow", + "poke_278": "Wingull", + "poke_279": "Pelipper", + "poke_280": "Ralts", + "poke_281": "Kirlia", + "poke_282": "Gardevoir", + "poke_282_e1": "MegaGardevoir", + "poke_283": "Surskit", + "poke_284": "Masquerain", + "poke_285": "Shroomish", + "poke_286": "Breloom", + "poke_287": "Slakoth", + "poke_288": "Vigoroth", + "poke_289": "Slaking", + "poke_290": "Nincada", + "poke_291": "Ninjask", + "poke_292": "Shedinja", + "poke_293": "Whismur", + "poke_294": "Loudred", + "poke_295": "Exploud", + "poke_296": "Makuhita", + "poke_297": "Hariyama", + "poke_298": "Azurill", + "poke_299": "Nosepass", + "poke_300": "Skitty", + "poke_301": "Delcatty", + "poke_302": "Sableye", + "poke_302_e1": "MegaSableye", + "poke_303": "Mawile", + "poke_303_e1": "MegaMawile", + "poke_304": "Aron", + "poke_305": "Lairon", + "poke_306": "Aggron", + "poke_306_e1": "MegaAggron", + "poke_307": "Meditite", + "poke_308": "Medicham", + "poke_308_e1": "MegaMedicham", + "poke_309": "Electrike", + "poke_310": "Manectric", + "poke_310_e1": "MegaManectric", + "poke_311": "Plusle", + "poke_312": "Minun", + "poke_313": "Volbeat", + "poke_314": "Illumise", + "poke_315": "Roselia", + "poke_316": "Gulpin", + "poke_317": "Swalot", + "poke_318": "Carvanha", + "poke_319": "Sharpedo", + "poke_319_e1": "MegaSharpedo", + "poke_320": "Wailmer", + "poke_321": "Wailord", + "poke_322": "Numel", + "poke_323": "Camerupt", + "poke_323_e1": "MegaCamerupt", + "poke_324": "Torkoal", + "poke_325": "Spoink", + "poke_326": "Grumpig", + "poke_327": "Spinda", + "poke_328": "Trapinch", + "poke_329": "Vibrava", + "poke_330": "Flygon", + "poke_331": "Cacnea", + "poke_332": "Cacturne", + "poke_333": "Swablu", + "poke_334": "Altaria", + "poke_334_e1": "MegaAltaria", + "poke_335": "Zangoose", + "poke_336": "Seviper", + "poke_337": "Lunatone", + "poke_338": "Solrock", + "poke_339": "Barboach", + "poke_340": "Whiscash", + "poke_341": "Corphish", + "poke_342": "Crawdaunt", + "poke_343": "Baltoy", + "poke_344": "Claydol", + "poke_345": "Lileep", + "poke_346": "Cradily", + "poke_347": "Anorith", + "poke_348": "Armaldo", + "poke_349": "Feebas", + "poke_350": "Milotic", + "poke_351": "Castform", + "poke_352": "Kecleon", + "poke_353": "Shuppet", + "poke_354": "Banette", + "poke_354_e1": "MegaBanette", + "poke_355": "Duskull", + "poke_356": "Dusclops", + "poke_357": "Tropius", + "poke_358": "Chimecho", + "poke_359": "Absol", + "poke_359_e1": "MegaAbsol", + "poke_360": "Wynaut", + "poke_361": "Snorunt", + "poke_362": "Glalie", + "poke_362_e1": "MegaGlalie", + "poke_363": "Spheal", + "poke_364": "Sealeo", + "poke_365": "Walrein", + "poke_366": "Clamperl", + "poke_367": "Huntail", + "poke_368": "Gorebyss", + "poke_369": "Relicanth", + "poke_370": "Luvdisc", + "poke_371": "Bagon", + "poke_372": "Shelgon", + "poke_373": "Salamence", + "poke_373_e1": "MegaSalamence", + "poke_374": "Beldum", + "poke_375": "Metang", + "poke_376": "Metagross", + "poke_376_e1": "MegaMetagross", + "poke_377": "Regirock", + "poke_378": "Regice", + "poke_379": "Registeel", + "poke_380": "Latias", + "poke_380_e1": "MegaLatias", + "poke_381": "Latios", + "poke_381_e1": "MegaLatios", + "poke_382": "Kyogre", + "poke_383": "Groudon", + "poke_384": "Rayquaza", + "poke_384_e1": "MegaRayquaza", + "poke_385": "Jirachi", + "poke_386": "Deoxys", + "poke_387": "Turtwig", + "poke_388": "Grotle", + "poke_389": "Torterra", + "poke_390": "Chimchar", + "poke_391": "Monferno", + "poke_392": "Infernape", + "poke_393": "Piplup", + "poke_394": "Prinplup", + "poke_395": "Empoleon", + "poke_396": "Starly", + "poke_397": "Staravia", + "poke_398": "Staraptor", + "poke_399": "Bidoof", + "poke_400": "Bibarel", + "poke_401": "Kricketot", + "poke_402": "Kricketune", + "poke_403": "Shinx", + "poke_404": "Luxio", + "poke_405": "Luxray", + "poke_406": "Budew", + "poke_407": "Roserade", + "poke_408": "Cranidos", + "poke_409": "Rampardos", + "poke_410": "Shieldon", + "poke_411": "Bastiodon", + "poke_412": "Burmy", + "poke_413": "Wormadam", + "poke_414": "Mothim", + "poke_415": "Combee", + "poke_416": "Vespiquen", + "poke_417": "Pachirisu", + "poke_418": "Buizel", + "poke_419": "Floatzel", + "poke_420": "Cherubi", + "poke_421": "Cherrim", + "poke_422": "Shellos", + "poke_423": "Gastrodon", + "poke_424": "Ambipom", + "poke_425": "Drifloon", + "poke_426": "Drifblim", + "poke_427": "Buneary", + "poke_428": "Lopunny", + "poke_428_e1": "MegaLopunny", + "poke_429": "Mismagius", + "poke_430": "Honchkrow", + "poke_431": "Glameow", + "poke_432": "Purugly", + "poke_433": "Chingling", + "poke_434": "Stunky", + "poke_435": "Skuntank", + "poke_436": "Bronzor", + "poke_437": "Bronzong", + "poke_438": "Bonsly", + "poke_439": "Mime Jr.", + "poke_440": "Happiny", + "poke_441": "Chatot", + "poke_442": "Spiritomb", + "poke_443": "Gible", + "poke_444": "Gabite", + "poke_445": "Garchomp", + "poke_445_e1": "MegaGarchomp", + "poke_446": "Munchlax", + "poke_447": "Riolu", + "poke_448": "Lucario", + "poke_448_e1": "MegaLucario", + "poke_449": "Hippopotas", + "poke_450": "Hippowdon", + "poke_451": "Skorupi", + "poke_452": "Drapion", + "poke_453": "Croagunk", + "poke_454": "Toxicroak", + "poke_455": "Carnivine", + "poke_456": "Finneon", + "poke_457": "Lumineon", + "poke_458": "Mantyke", + "poke_459": "Snover", + "poke_460": "Abomasnow", + "poke_460_e1": "MegaAbomasnow", + "poke_461": "Weavile", + "poke_462": "Magnezone", + "poke_463": "Lickilicky", + "poke_464": "Rhyperior", + "poke_465": "Tangrowth", + "poke_466": "Electivire", + "poke_467": "Magmortar", + "poke_468": "Togekiss", + "poke_469": "Yanmega", + "poke_470": "Leafeon", + "poke_471": "Glaceon", + "poke_472": "Gliscor", + "poke_473": "Mamoswine", + "poke_474": "Porygon-Z", + "poke_475": "Gallade", + "poke_475_e1": "MegaGallade", + "poke_476": "Probopass", + "poke_477": "Dusknoir", + "poke_478": "Froslass", + "poke_479": "Rotom", + "poke_480": "Uxie", + "poke_481": "Mesprit", + "poke_482": "Azelf", + "poke_483": "Dialga", + "poke_484": "Palkia", + "poke_485": "Heatran", + "poke_486": "Regigigas", + "poke_487": "Giratina", + "poke_488": "Cresselia", + "poke_489": "Phione", + "poke_490": "Manaphy", + "poke_491": "Darkrai", + "poke_492": "Shaymin", + "poke_493": "Arceus", + "poke_494": "Victini", + "poke_495": "Snivy", + "poke_496": "Servine", + "poke_497": "Serperior", + "poke_498": "Tepig", + "poke_499": "Pignite", + "poke_500": "Emboar", + "poke_501": "Oshawott", + "poke_502": "Dewott", + "poke_503": "Samurott", + "poke_504": "Patrat", + "poke_505": "Watchog", + "poke_506": "Lillipup", + "poke_507": "Herdier", + "poke_508": "Stoutland", + "poke_509": "Purrloin", + "poke_510": "Liepard", + "poke_511": "Pansage", + "poke_512": "Simisage", + "poke_513": "Pansear", + "poke_514": "Simisear", + "poke_515": "Panpour", + "poke_516": "Simipour", + "poke_517": "Munna", + "poke_518": "Musharna", + "poke_519": "Pidove", + "poke_520": "Tranquill", + "poke_521": "Unfezant", + "poke_522": "Blitzle", + "poke_523": "Zebstrika", + "poke_524": "Roggenrola", + "poke_525": "Boldore", + "poke_526": "Gigalith", + "poke_527": "Woobat", + "poke_528": "Swoobat", + "poke_529": "Drilbur", + "poke_530": "Excadrill", + "poke_531": "Audino", + "poke_531_e1": "MegaAudino", + "poke_532": "Timburr", + "poke_533": "Gurdurr", + "poke_534": "Conkeldurr", + "poke_535": "Tympole", + "poke_536": "Palpitoad", + "poke_537": "Seismitoad", + "poke_538": "Throh", + "poke_539": "Sawk", + "poke_540": "Sewaddle", + "poke_541": "Swadloon", + "poke_542": "Leavanny", + "poke_543": "Venipede", + "poke_544": "Whirlipede", + "poke_545": "Scolipede", + "poke_546": "Cottonee", + "poke_547": "Whimsicott", + "poke_548": "Petilil", + "poke_549": "Lilligant", + "poke_550": "Basculin", + "poke_551": "Sandile", + "poke_552": "Krokorok", + "poke_553": "Krookodile", + "poke_554": "Darumaka", + "poke_555": "Darmanitan", + "poke_556": "Maractus", + "poke_557": "Dwebble", + "poke_558": "Crustle", + "poke_559": "Scraggy", + "poke_560": "Scrafty", + "poke_561": "Sigilyph", + "poke_562": "Yamask", + "poke_563": "Cofagrigus", + "poke_564": "Tirtouga", + "poke_565": "Carracosta", + "poke_566": "Archen", + "poke_567": "Archeops", + "poke_568": "Trubbish", + "poke_569": "Garbodor", + "poke_570": "Zorua", + "poke_571": "Zoroark", + "poke_572": "Minccino", + "poke_573": "Cinccino", + "poke_574": "Gothita", + "poke_575": "Gothorita", + "poke_576": "Gothitelle", + "poke_577": "Solosis", + "poke_578": "Duosion", + "poke_579": "Reuniclus", + "poke_580": "Ducklett", + "poke_581": "Swanna", + "poke_582": "Vanillite", + "poke_583": "Vanillish", + "poke_584": "Vanilluxe", + "poke_585": "Deerling", + "poke_586": "Sawsbuck", + "poke_587": "Emolga", + "poke_588": "Karrablast", + "poke_589": "Escavalier", + "poke_590": "Foongus", + "poke_591": "Amoonguss", + "poke_592": "Frillish", + "poke_593": "Jellicent", + "poke_594": "Alomomola", + "poke_595": "Joltik", + "poke_596": "Galvantula", + "poke_597": "Ferroseed", + "poke_598": "Ferrothorn", + "poke_599": "Klink", + "poke_600": "Klang", + "poke_601": "Klinklang", + "poke_602": "Tynamo", + "poke_603": "Eelektrik", + "poke_604": "Eelektross", + "poke_605": "Elgyem", + "poke_606": "Beheeyem", + "poke_607": "Litwick", + "poke_608": "Lampent", + "poke_609": "Chandelure", + "poke_610": "Axew", + "poke_611": "Fraxure", + "poke_612": "Haxorus", + "poke_613": "Cubchoo", + "poke_614": "Beartic", + "poke_615": "Cryogonal", + "poke_616": "Shelmet", + "poke_617": "Accelgor", + "poke_618": "Stunfisk", + "poke_619": "Mienfoo", + "poke_620": "Mienshao", + "poke_621": "Druddigon", + "poke_622": "Golett", + "poke_623": "Golurk", + "poke_624": "Pawniard", + "poke_625": "Bisharp", + "poke_626": "Bouffalant", + "poke_627": "Rufflet", + "poke_628": "Braviary", + "poke_629": "Vullaby", + "poke_630": "Mandibuzz", + "poke_631": "Heatmor", + "poke_632": "Durant", + "poke_633": "Deino", + "poke_634": "Zweilous", + "poke_635": "Hydreigon", + "poke_636": "Larvesta", + "poke_637": "Volcarona", + "poke_638": "Cobalion", + "poke_639": "Terrakion", + "poke_640": "Virizion", + "poke_641": "Tornadus", + "poke_642": "Thundurus", + "poke_643": "Reshiram", + "poke_644": "Zekrom", + "poke_645": "Landorus", + "poke_646": "Kyurem", + "poke_647": "Keldeo", + "poke_648": "Meloetta", + "poke_649": "Genesect", + "poke_650": "Chespin", + "poke_651": "Quilladin", + "poke_652": "Chesnaught", + "poke_653": "Fennekin", + "poke_654": "Braixen", + "poke_655": "Delphox", + "poke_656": "Froakie", + "poke_657": "Frogadier", + "poke_658": "Greninja", + "poke_659": "Bunnelby", + "poke_660": "Diggersby", + "poke_661": "Fletchling", + "poke_662": "Fletchinder", + "poke_663": "Talonflame", + "poke_664": "Scatterbug", + "poke_665": "Spewpa", + "poke_666": "Vivillon", + "poke_667": "Litleo", + "poke_668": "Pyroar", + "poke_669": "Flabébé", + "poke_670": "Floette", + "poke_671": "Florges", + "poke_672": "Skiddo", + "poke_673": "Gogoat", + "poke_674": "Pancham", + "poke_675": "Pangoro", + "poke_676": "Furfrou", + "poke_677": "Espurr", + "poke_678": "Meowstic", + "poke_679": "Honedge", + "poke_680": "Doublade", + "poke_681": "Aegislash", + "poke_682": "Spritzee", + "poke_683": "Aromatisse", + "poke_684": "Swirlix", + "poke_685": "Slurpuff", + "poke_686": "Inkay", + "poke_687": "Malamar", + "poke_688": "Binacle", + "poke_689": "Barbaracle", + "poke_690": "Skrelp", + "poke_691": "Dragalge", + "poke_692": "Clauncher", + "poke_693": "Clawitzer", + "poke_694": "Helioptile", + "poke_695": "Heliolisk", + "poke_696": "Tyrunt", + "poke_697": "Tyrantrum", + "poke_698": "Amaura", + "poke_699": "Aurorus", + "poke_700": "Sylveon", + "poke_701": "Hawlucha", + "poke_702": "Dedenne", + "poke_703": "Carbink", + "poke_704": "Goomy", + "poke_705": "Sliggoo", + "poke_706": "Goodra", + "poke_707": "Klefki", + "poke_708": "Phantump", + "poke_709": "Trevenant", + "poke_710": "Pumpkaboo", + "poke_711": "Gourgeist", + "poke_712": "Bergmite", + "poke_713": "Avalugg", + "poke_714": "Noibat", + "poke_715": "Noivern", + "poke_716": "Xerneas", + "poke_717": "Yveltal", + "poke_718": "Zygarde", + "poke_719": "Diancie", + "poke_719_e1": "MegaDiancie", + "poke_720": "Hoopa", + "poke_721": "Volcanion", + "poke_722": "Rowlet", + "poke_723": "Dartrix", + "poke_724": "Decidueye", + "poke_725": "Litten", + "poke_726": "Torracat", + "poke_727": "Incineroar", + "poke_728": "Popplio", + "poke_729": "Brionne", + "poke_730": "Primarina", + "poke_731": "Pikipek", + "poke_732": "Trumbeak", + "poke_733": "Toucannon", + "poke_734": "Yungoos", + "poke_735": "Gumshoos", + "poke_736": "Grubbin", + "poke_737": "Charjabug", + "poke_738": "Vikavolt", + "poke_739": "Crabrawler", + "poke_740": "Crabominabile", + "poke_741": "Oricorio", + "poke_742": "Cutiefly", + "poke_743": "Ribombee", + "poke_744": "Rockruff", + "poke_745": "Lycanroc", + "poke_746": "Wishiwashi", + "poke_747": "Mareanie", + "poke_748": "Toxapex", + "poke_749": "Mudbray", + "poke_750": "Mudsdale", + "poke_751": "Dewpider", + "poke_752": "Araquanid", + "poke_753": "Fomantis", + "poke_754": "Lurantis", + "poke_755": "Morelull", + "poke_756": "Shiinotic", + "poke_757": "Salandit", + "poke_758": "Salazzle", + "poke_759": "Stufful", + "poke_760": "Bewear", + "poke_761": "Bounsweet", + "poke_762": "Steenee", + "poke_763": "Tsareena", + "poke_764": "Comfey", + "poke_765": "Oranguru", + "poke_766": "Passimian", + "poke_767": "Wimpod", + "poke_768": "Golisopod", + "poke_769": "Sandygast", + "poke_770": "Palossand", + "poke_771": "Pyukumuku", + "poke_772": "Tipo Zero", + "poke_773": "Silvally", + "poke_774": "Minior", + "poke_775": "Komala", + "poke_776": "Turtonator", + "poke_777": "Togedemaru", + "poke_778": "Mimikyu", + "poke_779": "Bruxish", + "poke_780": "Drampa", + "poke_781": "Dhelmise", + "poke_782": "Jangmo-o", + "poke_783": "Hakamo-o", + "poke_784": "Kommo-o", + "poke_785": "Tapu Koko", + "poke_786": "Tapu Lele", + "poke_787": "Tapu Bulu", + "poke_788": "Tapu Fini", + "poke_789": "Cosmog", + "poke_790": "Cosmoem", + "poke_791": "Solgaleo", + "poke_792": "Lunala", + "poke_793": "Nihilego", + "poke_794": "Buzzwole", + "poke_795": "Pheromosa", + "poke_796": "Xurkitree", + "poke_797": "Celesteela", + "poke_798": "Kartana", + "poke_799": "Guzzlord", + "poke_800": "Necrozma", + "poke_801": "Magearna", + "poke_802": "Marshadow", + "poke_803": "Poipole", + "poke_804": "Naganadel", + "poke_805": "Stakataka", + "poke_806": "Blacephalon", + "poke_807": "Zeraora", + "poke_808": "Meltan", + "poke_809": "Melmetal", + "poke_810": "Grookey", + "poke_811": "Thwackey", + "poke_812": "Rillaboom", + "poke_813": "Scorbunny", + "poke_814": "Raboot", + "poke_815": "Cinderace", + "poke_816": "Sobble", + "poke_817": "Drizzile", + "poke_818": "Inteleon", + "poke_819": "Skwovet", + "poke_820": "Greedent", + "poke_821": "Rookidee", + "poke_822": "Corvisquire", + "poke_823": "Corviknight", + "poke_824": "Blipbug", + "poke_825": "Dottler", + "poke_826": "Orbeetle", + "poke_827": "Nickit", + "poke_828": "Thievul", + "poke_829": "Gossifleur", + "poke_830": "Eldegoss", + "poke_831": "Wooloo", + "poke_832": "Dubwool", + "poke_833": "Chewtle", + "poke_834": "Drednaw", + "poke_835": "Yamper", + "poke_836": "Boltund", + "poke_837": "Rolycoly", + "poke_838": "Carkol", + "poke_839": "Coalossal", + "poke_840": "Applin", + "poke_841": "Flapple", + "poke_842": "Appletun", + "poke_843": "Silicobra", + "poke_844": "Sandaconda", + "poke_845": "Cramorant", + "poke_846": "Arrokuda", + "poke_847": "Barraskewda", + "poke_848": "Toxel", + "poke_849": "Toxtricity", + "poke_850": "Sizzlipede", + "poke_851": "Centiskorch", + "poke_852": "Clobbopus", + "poke_853": "Grapploct", + "poke_854": "Sinistea", + "poke_855": "Polteageist", + "poke_856": "Hatenna", + "poke_857": "Hattrem", + "poke_858": "Hatterene", + "poke_859": "Impidimp", + "poke_860": "Morgrem", + "poke_861": "Grimmsnarl", + "poke_862": "Obstagoon", + "poke_863": "Perrserker", + "poke_864": "Cursola", + "poke_865": "Sirfetch’d", + "poke_866": "Mr. Rime", + "poke_867": "Runerigus", + "poke_868": "Milcery", + "poke_869": "Alcremie", + "poke_870": "Falinks", + "poke_871": "Pincurchin", + "poke_872": "Snom", + "poke_873": "Frosmoth", + "poke_874": "Stonjourner", + "poke_875": "Eiscue", + "poke_876": "Indeedee", + "poke_877": "Morpeko", + "poke_878": "Cufant", + "poke_879": "Copperajah", + "poke_880": "Dracozolt", + "poke_881": "Arctozolt", + "poke_882": "Dracovish", + "poke_883": "Arctovish", + "poke_884": "Duraludon", + "poke_885": "Dreepy", + "poke_886": "Drakloak", + "poke_887": "Dragapult", + "poke_888": "Zacian", + "poke_889": "Zamazenta", + "poke_890": "Eternatus", + "poke_891": "Kubfu", + "poke_892": "Urshifu", + "poke_893": "Zarude", + "poke_894": "Regieleki", + "poke_895": "Regidrago", + "poke_896": "Glastrier", + "poke_897": "Spectrier", + "poke_898": "Calyrex", + "poke_899": "Wyrdeer", + "poke_900": "Kleavor", + "poke_901": "Ursaluna", + "poke_902": "Basculegion", + "poke_903": "Sneasler", + "poke_904": "Overqwil", + "poke_905": "Enamorus", + "poke_906": "Sprigatito", + "poke_907": "Floragato", + "poke_908": "Meowscarada", + "poke_909": "Fuecoco", + "poke_910": "Crocalor", + "poke_911": "Skeledirge", + "poke_912": "Quaxly", + "poke_913": "Quaxwell", + "poke_914": "Quaquaval", + "poke_915": "Lechonk", + "poke_916": "Oinkologne", + "poke_917": "Tarountula", + "poke_918": "Spidops", + "poke_919": "Nymble", + "poke_920": "Lokix", + "poke_921": "Pawmi", + "poke_922": "Pawmo", + "poke_923": "Pawmot", + "poke_924": "Tandemaus", + "poke_925": "Maushold", + "poke_926": "Fidough", + "poke_927": "Dachsbun", + "poke_928": "Smoliv", + "poke_929": "Dolliv", + "poke_930": "Arboliva", + "poke_931": "Squawkabilly", + "poke_932": "Nacli", + "poke_933": "Naclstack", + "poke_934": "Garganacl", + "poke_935": "Charcadet", + "poke_936": "Armarouge", + "poke_937": "Ceruledge", + "poke_938": "Tadbulb", + "poke_939": "Bellibolt", + "poke_940": "Wattrel", + "poke_941": "Kilowattrel", + "poke_942": "Maschiff", + "poke_943": "Mabosstiff", + "poke_944": "Shroodle", + "poke_945": "Grafaiai", + "poke_946": "Bramblin", + "poke_947": "Brambleghast", + "poke_948": "Toedscool", + "poke_949": "Toedscruel", + "poke_950": "Klawf", + "poke_951": "Capsakid", + "poke_952": "Scovillain", + "poke_953": "Rellor", + "poke_954": "Rabsca", + "poke_955": "Flittle", + "poke_956": "Espathra", + "poke_957": "Tinkatink", + "poke_958": "Tinkatuff", + "poke_959": "Tinkaton", + "poke_960": "Wiglett", + "poke_961": "Wugtrio", + "poke_962": "Bombirdier", + "poke_963": "Finizen", + "poke_964": "Palafin", + "poke_965": "Varoom", + "poke_966": "Revavroom", + "poke_967": "Cyclizar", + "poke_968": "Orthworm", + "poke_969": "Glimmet", + "poke_970": "Glimmora", + "poke_971": "Greavard", + "poke_972": "Houndstone", + "poke_973": "Flamigo", + "poke_974": "Cetoddle", + "poke_975": "Cetitan", + "poke_976": "Veluza", + "poke_977": "Dondozo", + "poke_978": "Tatsugiri", + "poke_979": "Annihilape", + "poke_980": "Clodsire", + "poke_981": "Farigiraf", + "poke_982": "Dudunsparce", + "poke_983": "Kingambit", + "poke_984": "Grandizanne", + "poke_985": "Codaurlante", + "poke_986": "Fungofurioso", + "poke_987": "Crinealato", + "poke_988": "Alirasenti", + "poke_989": "Peldisabbia", + "poke_990": "Solcoferreo", + "poke_991": "Saccoferreo", + "poke_992": "Manoferrea", + "poke_993": "Colloferreo", + "poke_994": "Falenaferrea", + "poke_995": "Spineferree", + "poke_996": "Frigibax", + "poke_997": "Arctibax", + "poke_998": "Baxcalibur", + "poke_999": "Gimmighoul", + "poke_1000": "Gholdengo", + "poke_1001": "Wo-Chien", + "poke_1002": "Chien-Pao", + "poke_1003": "Ting-Lu", + "poke_1004": "Chi-Yu", + "poke_1005": "Lunaruggente", + "poke_1006": "Eroeferreo", + "poke_1007": "Koraidon", + "poke_1008": "Miraidon", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "Nessuno", + "poke_type_1": "Normale", + "poke_type_2": "Lotta", + "poke_type_3": "Volante", + "poke_type_4": "Veleno", + "poke_type_5": "Terra", + "poke_type_6": "Roccia", + "poke_type_7": "Coleottero", + "poke_type_8": "Spettro", + "poke_type_9": "Acciaio", + "poke_type_10": "Fuoco", + "poke_type_11": "Acqua", + "poke_type_12": "Erba", + "poke_type_13": "Elettro", + "poke_type_14": "Psico", + "poke_type_15": "Ghiaccio", + "poke_type_16": "Drago", + "poke_type_17": "Buio", + "poke_type_18": "Folletto", + "purified": "Purificato", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "Percorri {{amount}} km con il tuo compagno", + "quest_catch_type_dark_plural": "Cattura {{amount}} Pokémon di tipo Buio", + "quest_catch_type_dragon_plural": "Cattura {{amount}} Pokémon di tipo Drago", + "quest_catch_type_poison_plural": "Cattura {{amount}} Pokémon di tipo Veleno", + "quest_catch_type_psychic_plural": "Cattura {{amount}} Pokémon di tipo Psico", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "Sconfiggi {{amount}} Pokémon di tipo Spettro", + "quest_fight_type_ghost_psychic_plural": "Sconfiggi {{amount}} Pokémon di tipo Psico o Spettro", + "quest_fight_type_psychic_plural": "Sconfiggi {{amount}} Pokémon di tipo Psico", + "quest_incense_singular": "Utilizza un aroma", + "quest_land_excellent_plural": "Effettua {{amount}} tiri eccellenti", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "Sfida un capo della squadra {{amount_0}} volte", + "quest_title_challenge_2019_battle_trainer": "Sfida un altro Allenatore", + "quest_title_challenge_2019_battle_trainer_plural": "Sfida un altro Allenatore {{amount_0}} volte", + "quest_title_challenge_2019_battle_trainer_win": "Sconfiggi un altro Allenatore {{amount_0}} volte", + "quest_title_challenge_2019_snapshot_eevee": "Fai {{amount_0}} foto a Eevee", + "quest_title_challenge_2019_snapshot_loudred": "Fai una foto a Loudred", + "quest_title_challenge_2019_snapshot_pkmn": "Fai {{amount_0}} foto a Jirachi", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "Fai {{amount_0}} foto a Pokémon di tipo Folletto", + "quest_title_challenge_2019_snapshot_pkmn_flying": "Fai {{amount_0}} foto a Pokémon di tipo Volante", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "Fai {{amount_0}} foto a Pokémon di tipo Spettro", + "quest_title_challenge_2019_snapshot_pkmn_grass": "Fai {{amount_0}} foto a Pokémon di tipo Erba", + "quest_title_challenge_2019_snapshot_pkmn_ground": "Fai {{amount_0}} foto a Pokémon di tipo Terra", + "quest_title_challenge_2019_snapshot_pkmn_ice": "Fai {{amount_0}} foto a Pokémon di tipo Ghiaccio", + "quest_title_challenge_2019_snapshot_pkmn_normal": "Fai {{amount_0}} foto a Pokémon di tipo Normale", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "Fai {{amount_0}} foto a Pokémon di tipo Psico", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Fai {{amount_0}} foto a Pokémon di tipo Psico o Acciaio", + "quest_title_challenge_2019_snapshot_pkmn_rock": "Fai {{amount_0}} foto a Pokémon di tipo Roccia", + "quest_title_challenge_2019_snapshot_pkmn_steel": "Fai {{amount_0}} foto a Pokémon di tipo Acciaio", + "quest_title_challenge_2019_snapshot_pkmn_water": "Fai {{amount_0}} foto a Pokémon di tipo Acqua", + "quest_title_challenge_2019_trade_distance": "Scambia 3 Pokémon da almeno 100 km di distanza", + "quest_title_challenge_available": "È disponibile una nuova sfida!", + "quest_title_challenge_battle_gbl_win_all": "Vinci nella Lega Lotte GO", + "quest_title_challenge_battle_trainer_great": "Sfida un altro Allenatore nella Lega Mega", + "quest_title_challenge_buddy_affection_plural": "Guadagna {{amount_0}} cuori con il tuo compagno", + "quest_title_challenge_buddy_affection_single": "Guadagna un cuore con il tuo compagno", + "quest_title_challenge_buddy_battle_plural": "Combatti a fianco del tuo compagno {{amount_0}} volte mentre è con te", + "quest_title_challenge_buddy_battle_single": "Combatti a fianco del tuo compagno mentre è con te", + "quest_title_challenge_buddy_emotion_plural": "Fai arrivare ”alle stelle” l’umore del tuo compagno {{amount_0}} volte", + "quest_title_challenge_buddy_emotion_single": "Fai arrivare ”alle stelle” l’umore del tuo compagno", + "quest_title_challenge_buddy_level_best_plural": "Raggiungi il livello ”miglior compagno” con i Pokémon {{amount_0}} volte", + "quest_title_challenge_buddy_level_best_single": "Raggiungi il livello ”miglior compagno” con un Pokémon", + "quest_title_challenge_buddy_level_good_plural": "Raggiungi il livello ”buon compagno” con i Pokémon {{amount_0}} volte", + "quest_title_challenge_buddy_level_good_single": "Raggiungi il livello ”buon compagno” con un Pokémon", + "quest_title_challenge_buddy_level_great_plural": "Raggiungi il livello ”ottimo compagno” con i Pokémon {{amount_0}} volte", + "quest_title_challenge_buddy_level_great_single": "Raggiungi il livello ”ottimo compagno” con un Pokémon", + "quest_title_challenge_buddy_level_plural": "Aumenta il livello di affiatamento con i Pokémon {{amount_0}} volte", + "quest_title_challenge_buddy_level_single": "Aumenta il livello di affiatamento con un Pokémon", + "quest_title_challenge_buddy_level_ultra_plural": "Raggiungi il livello ”super compagno” con i Pokémon {{amount_0}} volte", + "quest_title_challenge_buddy_level_ultra_single": "Raggiungi il livello ”super compagno” con un Pokémon", + "quest_title_challenge_buddy_play_plural": "Gioca con il tuo compagno {{amount_0}} volte", + "quest_title_challenge_buddy_play_single": "Gioca con il tuo compagno", + "quest_title_challenge_buddy_poi_plural": "Visita luoghi interessanti segnalati dal tuo compagno {{amount_0}} volte", + "quest_title_challenge_buddy_poi_single": "Visita un luogo interessante segnalato dal tuo compagno", + "quest_title_challenge_buddy_snapshot_plural": "Fai {{amount_0}} foto al tuo compagno", + "quest_title_challenge_buddy_snapshot_single": "Fai una foto al tuo compagno", + "quest_title_challenge_buddy_treat_plural": "Dai {{amount_0}} snack al tuo compagno", + "quest_title_challenge_buddy_treat_single": "Dai uno snack al tuo compagno", + "quest_title_challenge_catch_legendary": "Cattura un Pokémon leggendario in seguito a una scoperta straordinaria o in un raid", + "quest_title_challenge_catch_unique_any": "Cattura {{amount_0}} specie diverse di Pokémon", + "quest_title_challenge_snapshot_bidoof": "Fai una foto a Bidoof", + "quest_title_challenge_snapshot_dratini_singular": "Fai una foto a Dratini", + "quest_title_challenge_snapshot_eevee": "Fai una foto a Eevee", + "quest_title_challenge_snapshot_pkmn_bug": "Fai {{amount_0}} foto a Pokémon di tipo Coleottero", + "quest_title_challenge_snapshot_pkmn_bug_single": "Fai una foto a un Pokémon di tipo Coleottero", + "quest_title_challenge_snapshot_pkmn_dark": "Fai {{amount_0}} foto a Pokémon di tipo Buio", + "quest_title_challenge_snapshot_pkmn_dark_single": "Fai una foto a un Pokémon di tipo Buio", + "quest_title_challenge_snapshot_pkmn_dragon": "Fai {{amount_0}} foto a Pokémon di tipo Drago", + "quest_title_challenge_snapshot_pkmn_dragon_single": "Fai una foto a un Pokémon di tipo Drago", + "quest_title_challenge_snapshot_pkmn_electric": "Fai {{amount_0}} foto a Pokémon di tipo Elettro", + "quest_title_challenge_snapshot_pkmn_electric_single": "Fai una foto a un Pokémon di tipo Elettro", + "quest_title_challenge_snapshot_pkmn_fairy_single": "Fai una foto a un Pokémon di tipo Folletto", + "quest_title_challenge_snapshot_pkmn_fighting": "Fai {{amount_0}} foto a Pokémon di tipo Lotta", + "quest_title_challenge_snapshot_pkmn_fighting_single": "Fai una foto a un Pokémon di tipo Lotta", + "quest_title_challenge_snapshot_pkmn_fire": "Fai {{amount_0}} foto a Pokémon di tipo Fuoco", + "quest_title_challenge_snapshot_pkmn_fire_single": "Fai una foto a un Pokémon di tipo Fuoco", + "quest_title_challenge_snapshot_pkmn_flying_single": "Fai una foto a un Pokémon di tipo Volante", + "quest_title_challenge_snapshot_pkmn_ghost_single": "Fai una foto a un Pokémon di tipo Spettro", + "quest_title_challenge_snapshot_pkmn_grass_single": "Fai una foto a un Pokémon di tipo Erba", + "quest_title_challenge_snapshot_pkmn_ground_single": "Fai una foto a un Pokémon di tipo Terra", + "quest_title_challenge_snapshot_pkmn_ice_single": "Fai una foto a un Pokémon di tipo Ghiaccio", + "quest_title_challenge_snapshot_pkmn_normal_single": "Fai una foto a un Pokémon di tipo Normale", + "quest_title_challenge_snapshot_pkmn_poison": "Fai {{amount_0}} foto a Pokémon di tipo Veleno", + "quest_title_challenge_snapshot_pkmn_poison_single": "Fai una foto a un Pokémon di tipo Veleno", + "quest_title_challenge_snapshot_pkmn_psychic_single": "Fai una foto a un Pokémon di tipo Psico", + "quest_title_challenge_snapshot_pkmn_rock": "Fai {{amount_0}} foto a Pokémon di tipo Roccia", + "quest_title_challenge_snapshot_pkmn_rock_single": "Fai una foto a un Pokémon di tipo Roccia", + "quest_title_challenge_snapshot_pkmn_steel_single": "Fai una foto a un Pokémon di tipo Acciaio", + "quest_title_challenge_snapshot_pkmn_water_single": "Fai una foto a un Pokémon di tipo Acqua", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Fai una foto a un Blitzle selvatico", + "quest_title_challenge_snapshot_wild_glameow_singular": "Fai una foto a un Glameow selvatico", + "quest_title_geotarget_quest_description": "Scansiona {{amount_0}}", + "quest_title_quest_achieve_lvl_40": "Raggiungi il livello 40", + "quest_title_quest_adventure_effect_activate_plural": "Attiva un effetto avventura {{amount_0}} volte", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Attiva l’effetto avventura di Fragortempo {{amount_0}} volte", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Attiva l’effetto avventura di Fragortempo", + "quest_title_quest_adventure_effect_activate_singular": "Attiva un effetto avventura", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Attiva l’effetto avventura di Fendispazio {{amount_0}} volte", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Attiva l’effetto avventura di Fendispazio", + "quest_title_quest_adventure_evolve_singular": "Settimana dellʼavventura: fai evolvere un Omanyte o un Kabuto", + "quest_title_quest_adventure_hatch_egg_plural": "Settimana dellʼavventura: fai schiudere {{amount_0}} Uova", + "quest_title_quest_adventure_visit_pokestop_new_plural": "Settimana dellʼavventura: fai girare {{amount_0}} dischi di Pokéstop mai visitati prima", + "quest_title_quest_adventure_walk_buddy_plural": "Settimana dellʼavventura: aggiudicati {{amount_0}} caramelle andando in giro con il tuo compagno", + "quest_title_quest_adventure2019_catch_special33_plural": "Settimana dellʼavventura 2019: cattura {{amount_0}} Aron", + "quest_title_quest_adventure2019_evolve_singular": "Settimana dellʼavventura 2019: fai evolvere un Lileep o un Anorith", + "quest_title_quest_adventure2019_hatch_egg_plural": "Settimana dellʼavventura 2019: fai schiudere {{amount_0}} Uova", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Settimana dellʼavventura: fai girare {{amount_0}} dischi di Pokéstop mai visitati prima", + "quest_title_quest_adventure2019_visit_pokestop_plural": "Settimana dellʼavventura 2019: fai girare 25 dischi dei Pokéstop", + "quest_title_quest_adventure2019_walk_buddy_plural": "Settimana dellʼavventura 2019: ottieni {{amount_0}} caramelle camminando con il tuo compagno", + "quest_title_quest_alodude_catch": "Cattura {{amount_0}} Geodude di Alola", + "quest_title_quest_alodude_evolve_a": "Fai evolvere {{amount_0}} Geodude di Alola", + "quest_title_quest_alodude_evolve_b": "Fai evolvere {{amount_0}} Graveler di Alola", + "quest_title_quest_alodude_snap": "Fai {{amount_0}} foto a Geodude di Alola", + "quest_title_quest_at_catch_a": "Cattura {{amount_0}} Abra", + "quest_title_quest_at_evolve_a": "Fai evolvere {{amount_0}} Abra", + "quest_title_quest_at_evolve_k": "Fai evolvere {{amount_0}} Kadabra", + "quest_title_quest_axew_catch_b": "Cattura {{amount_0}} Axew", + "quest_title_quest_axew_evolve_b": "Fai evolvere {{amount_0}} Axew", + "quest_title_quest_axew_snapshot_b": "Fai una foto a {{amount_0}} Axew", + "quest_title_quest_azelf_wild_snap": "Fai una foto ad Azelf allo stato selvatico", + "quest_title_quest_bagon_catch_b": "Cattura {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_plural": "Fai evolvere {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_singular": "Fai evolvere un Bagon", + "quest_title_quest_bagon_snapshot_b": "Fai una foto a {{amount_0}} Bagon", + "quest_title_quest_battle_buddy_adventure_plural": "Sfida {{amount_0}} Allenatori con il tuo Pokémon compagno in squadra, mentre è con te", + "quest_title_quest_battle_buddy_adventure_single": "Sfida un altro Allenatore con il tuo Pokémon compagno in squadra, mentre è con te", + "quest_title_quest_battle_dangling_reward_toast": "Devi terminare la lotta in corso prima di iniziarne una nuova!", + "quest_title_quest_battle_error_toast": "Si è verificato un errore all’inizio della lotta", + "quest_title_quest_battle_gbl_halloween_plural": "Lotta {{amount_0}} volte nella Coppa Halloween", + "quest_title_quest_battle_gbl_halloween_win_plural": "Vinci {{amount_0}} sfide Allenatore nella Coppa Halloween", + "quest_title_quest_battle_gbl_plural": "Lotta nella Lega Lotte GO {{amount_0}} volte", + "quest_title_quest_battle_gbl_singular": "Lotta nella Lega Lotte GO", + "quest_title_quest_battle_gbl_win_plural": "Vinci {{amount_0}} sfide Allenatore nella Lega Lotte GO", + "quest_title_quest_battle_gbl_win_singular": "Vinci una sfida Allenatore nella Lega Lotte GO", + "quest_title_quest_battle_great_plural": "Sfida un altro Allenatore nella Lega Mega {{amount_0}} volte", + "quest_title_quest_battle_great_win_plural": "Vinci {{amount_0}} sfide Allenatore nella Lega Mega", + "quest_title_quest_battle_great_win_singular": "Vinci una sfida Allenatore nella Lega Mega", + "quest_title_quest_battle_gym_plural": "Lotta in una Palestra {{amount_0}} volte", + "quest_title_quest_battle_gym_singular": "Lotta in una Palestra", + "quest_title_quest_battle_master_win_plural": "Vinci {{amount_0}} sfide Allenatore nella Lega Master", + "quest_title_quest_battle_master_win_singular": "Vinci una sfida Allenatore nella Lega Master", + "quest_title_quest_battle_raid_plural": "Lotta in {{amount_0}} raid", + "quest_title_quest_battle_raid_singular": "Lotta in un raid", + "quest_title_quest_battle_raid_with_friend_plural": "Lotta in {{amount_0}} raid con un amico", + "quest_title_quest_battle_raid_with_friend_singular": "Lotta in un raid con un amico", + "quest_title_quest_battle_supereffective_charge_plural": "Usa un attacco caricato superefficace in {{amount_0}} lotte in Palestra", + "quest_title_quest_battle_supereffective_charge_singular": "Usa un attacco caricato superefficace in una lotta in Palestra", + "quest_title_quest_battle_team_rocket_plural": "Sfida {{amount_0}} membri del Team GO Rocket", + "quest_title_quest_battle_team_rocket_singular": "Sfida un membro del Team GO Rocket", + "quest_title_quest_battle_ultra_win_plural": "Vinci {{amount_0}} sfide Allenatore nella Lega Ultra", + "quest_title_quest_battle_ultra_win_singular": "Vinci una sfida Allenatore nella Lega Ultra", + "quest_title_quest_battle19_catch_fighting_easy": "Cattura {{amount_0}} Pokémon di tipo Lotta", + "quest_title_quest_battle19_catch_medium_pkmn": "Cattura {{amount_0}} Makuhita o Meditite", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Effettua {{amount_0}} tiri eccellenti di fila", + "quest_title_quest_battle19_raid_win_veryhard": "Vinci {{amount_0}} raid", + "quest_title_quest_battle19_supereffective_charge_hard": "Usa un attacco caricato superefficace in {{amount_0}} lotte in Palestra", + "quest_title_quest_battler_appears": "È APPARSO UN AVVERSARIO!", + "quest_title_quest_beat_raid_10_minutes": "Vinci un raid in meno di 10 minuti", + "quest_title_quest_beat_raid_60_seconds": "Vinci un raid in meno di 60 secondi", + "quest_title_quest_beat_raid_singular_minutes": "Vinci un raid in meno di {{amount_0}} minuti", + "quest_title_quest_beat_raid_singular_seconds": "Vinci un raid in meno di {{amount_0}} secondi", + "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: cattura {{amount_0}} Pidgey o Rattata", + "quest_title_quest_begins19_evolve_plural": "Pokémon Day: fai evolvere un Meowth", + "quest_title_quest_beldum_catch_b": "Cattura {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_plural": "Fai evolvere {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_singular": "Fai evolvere un Beldum", + "quest_title_quest_bellsprout_catch_b": "Cattura {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_plural": "Fai evolvere {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_singular": "Fai evolvere un Bellsprout", + "quest_title_quest_bellsprout_snapshot_b": "Fai una foto a {{amount_0}} Bellsprout", + "quest_title_quest_beluga_evolve_pkmn": "Let’s GO, fai evolvere {{amount_0}} Anorith", + "quest_title_quest_beluga_excellent_singular": "Let’s GO, effettua {{amount_0}} tiro eccellente", + "quest_title_quest_beluga_hatch_plural": "Let’s GO, fai schiudere {{amount_0}} Uova", + "quest_title_quest_best_buddy_bronze": "Hai un miglior compagno", + "quest_title_quest_best_buddy_silver": "Hai 10 migliori compagni", + "quest_title_quest_bounsweet_catch_b": "Cattura {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_plural": "Fai evolvere {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_singular": "Fai evolvere una Bounsweet", + "quest_title_quest_braixen_evolve_b": "Fai evolvere {{amount_0}} Braixen", + "quest_title_quest_breakthrough_completed": "Ricerca sul campo completata!", + "quest_title_quest_breakthrough_reward_mystery": "Oggetti misteriosi", + "quest_title_quest_breakthrough_reward_stardust": "Polvere di stelle", + "quest_title_quest_brionne_evolve_b_plural": "Fai evolvere {{amount_0}} Brionne", + "quest_title_quest_brionne_evolve_b_singular": "Fai evolvere un Brionne", + "quest_title_quest_buddy_affection_days": "Guadagna un cuore con il tuo compagno in {{amount_0}} giorni diversi", + "quest_title_quest_buddy_affection_days_in_a_row": "Guadagna un cuore con il tuo compagno per {{amount_0}} giorni di fila", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Sfida {{amount_0}} Allenatori con il tuo Pokémon compagno in squadra, mentre è con te", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "Sfida un altro Allenatore con il tuo Pokémon compagno in squadra, mentre è con te", + "quest_title_quest_buddy_souvenir_plural": "Ricevi {{amount_0}} souvenir dal tuo compagno", + "quest_title_quest_buddy_souvenir_singular": "Ricevi un souvenir dal tuo compagno", + "quest_title_quest_buddy_walk_km_plural": "Percorri {{amount_0}} km con il tuo compagno", + "quest_title_quest_bulbt_catch_b": "Cattura {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_b": "Fai evolvere {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_s1": "Fai evolvere {{amount_0}} Ivysaur", + "quest_title_quest_cacnea_catch": "Cattura {{amount_0}} Cacnea", + "quest_title_quest_catch_151": "Cattura 151 Pokémon", + "quest_title_quest_catch_b_types_plural": "Cattura {{amount_0}} Pokémon di tipo Elettro, Normale o Veleno", + "quest_title_quest_catch_basic_types_plural": "Cattura {{amount_0}} Pokémon di tipo Erba, Acqua o Fuoco", + "quest_title_quest_catch_berry_any_drifloon": "Usa {{amount_0}} bacche per catturare Drifloon", + "quest_title_quest_catch_berry_nanab_drifloon": "Usa {{amount_0}} Baccabana per catturare Drifloon", + "quest_title_quest_catch_berry_pinap": "Usa {{amount_0}} Baccananas per catturare più facilmente dei Pokémon", + "quest_title_quest_catch_berry_razz": "Usa {{amount_0}} Baccalampon per catturare più facilmente dei Pokémon", + "quest_title_quest_catch_berry_razz_drifloon": "Usa {{amount_0}} Baccalampon per catturare Drifloon", + "quest_title_quest_catch_bronzor_plural": "Cattura {{amount_0}} Bronzor", + "quest_title_quest_catch_c_types_plural": "Cattura {{amount_0}} Pokémon di tipo Volante, Psico o Buio", + "quest_title_quest_catch_carbink_singular": "Cattura un Carbink", + "quest_title_quest_catch_celebi_types_plural": "Cattura {{amount_0}} Pokémon di tipo Erba o Psico", + "quest_title_quest_catch_costumed_plural": "Cattura {{amount_0}} Eevee con corona solare o con corona lunare", + "quest_title_quest_catch_crabrawler_plural": "Cattura {{amount_0}} Crabrawler", + "quest_title_quest_catch_dark_type_plural": "Cattura {{amount_0}} Pokémon di tipo Buio", + "quest_title_quest_catch_darumaka_plural": "Cattura {{amount_0}} Darumaka", + "quest_title_quest_catch_daysinarow": "Cattura un Pokémon per {{amount_0}} giorni di fila", + "quest_title_quest_catch_dialga": "Cattura Dialga", + "quest_title_quest_catch_drifloon": "Cattura {{amount_0}} Drifloon", + "quest_title_quest_catch_ducklett_plural": "Cattura {{amount_0}} Ducklett", + "quest_title_quest_catch_ducklett_singular": "Cattura un Ducklett", + "quest_title_quest_catch_emolga_plural": "Cattura {{amount_0}} Emolga", + "quest_title_quest_catch_excellent_curve_drifloon": "Cattura {{amount_0}} Drifloon con palle curve dal risultato eccellente", + "quest_title_quest_catch_excellent_with_berry_drifloon": "Cattura {{amount_0}} Drifloon con dei tiri eccellenti dopo avergli dato una bacca", + "quest_title_quest_catch_feed_plural": "Usa {{amount_0}} bacche per catturare Pokémon", + "quest_title_quest_catch_feed_singular": "Usa una bacca per catturare un Pokémon", + "quest_title_quest_catch_furfou_singular": "Cattura un Furfrou", + "quest_title_quest_catch_groudon_primal_boosted_types": "Cattura {{amount_0}} Pokémon di tipo Fuoco, Erba o Terra", + "quest_title_quest_catch_groudon_type": "Cattura {{amount_0}} Pokémon di tipo Fuoco, Erba o Terra", + "quest_title_quest_catch_hoenn_pokemon": "Cattura {{amount_0}} Pokémon originariamente scoperti nella regione di Hoenn", + "quest_title_quest_catch_in_day_plural": "Cattura {{amount_0}} Pokémon in un giorno", + "quest_title_quest_catch_jan21_hoenn1_plural": "Cattura {{amount_0}} Groudon", + "quest_title_quest_catch_jan21_hoenn2_plural": "Cattura {{amount_0}} Kyogre", + "quest_title_quest_catch_johto_pokemon": "Cattura {{amount_0}} Pokémon originariamente scoperti nella regione di Johto", + "quest_title_quest_catch_kanto_pokemon": "Cattura {{amount_0}} Pokémon originariamente scoperti nella regione di Kanto", + "quest_title_quest_catch_kyogre_primal_boosted_types": "Cattura {{amount_0}} Pokémon di tipo Acqua, Elettro o Coleottero", + "quest_title_quest_catch_kyogre_type": "Cattura {{amount_0}} Pokémon di tipo Acqua, Elettro o Coleottero", + "quest_title_quest_catch_legendary_inarow_plural": "Cattura i prossimi {{amount_0}} Pokémon leggendari o misteriosi che incontri", + "quest_title_quest_catch_legendary_plural": "Cattura {{amount_0}} Pokémon leggendari o misteriosi", + "quest_title_quest_catch_legendary_singular": "Cattura un Pokémon leggendario o misterioso", + "quest_title_quest_catch_lunatone_plural": "Cattura {{amount_0}} Lunatone", + "quest_title_quest_catch_luvdisc": "Cattura {{amount_0}} Luvdisc", + "quest_title_quest_catch_misc_01_types_plural": "Cattura {{amount_0}} Pokémon di tipo Normale, Acqua o Ghiaccio", + "quest_title_quest_catch_nymble_plural": "Cattura {{amount_0}} Nymble", + "quest_title_quest_catch_palkia": "Cattura Palkia", + "quest_title_quest_catch_pikachu_plural": "Cattura {{amount_0}} Pikachu", + "quest_title_quest_catch_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon", + "quest_title_quest_catch_pokemon_dai_plural": "Usa degli aromi avventura giornaliera per catturare {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_days": "Cattura un Pokémon in {{amount_0}} giorni diversi", + "quest_title_quest_catch_pokemon_great_ball_plural": "Cattura {{amount_0}} Pokémon con una Mega Ball", + "quest_title_quest_catch_pokemon_great_ball_singular": "Cattura un Pokémon con una Mega Ball", + "quest_title_quest_catch_pokemon_legendary_plural": "Cattura {{amount_0}} Pokémon leggendari", + "quest_title_quest_catch_pokemon_legendary_singular": "Cattura un Pokémon leggendario", + "quest_title_quest_catch_pokemon_party_plural": "Cattura {{amount_0}} Pokémon con un gruppo", + "quest_title_quest_catch_pokemon_plural": "Cattura {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_poke_ball_plural": "Cattura {{amount_0}} Pokémon con una Poké Ball", + "quest_title_quest_catch_pokemon_poke_ball_singular": "Cattura un Pokémon con una Poké Ball", + "quest_title_quest_catch_pokemon_routes_plural": "Cattura {{amount_0}} Pokémon mentre segui dei percorsi", + "quest_title_quest_catch_pokemon_routes_singular": "Cattura un Pokémon mentre segui un percorso", + "quest_title_quest_catch_pokemon_singular": "Cattura un Pokémon", + "quest_title_quest_catch_pokemon_task": "Cattura Pokémon", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "Cattura {{amount_0}} Pokémon con una Ultra Ball", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "Cattura un Pokémon con una Ultra Ball", + "quest_title_quest_catch_psychic_steel": "Cattura {{amount_0}} Pokémon di tipo Psico o Acciaio", + "quest_title_quest_catch_raid_regi_any": "Cattura un Regirock, un Regice o un Registeel in un raid", + "quest_title_quest_catch_raid_regi_ice": "Cattura un Regice in un raid", + "quest_title_quest_catch_raid_regi_rock": "Cattura un Regirock in un raid", + "quest_title_quest_catch_raid_regi_steel": "Cattura un Registeel in un raid", + "quest_title_quest_catch_rayquaza_type": "Cattura {{amount_0}} Pokémon di tipo Volante, Psico o Drago", + "quest_title_quest_catch_sinnoh_pokemon": "Cattura {{amount_0}} Pokémon originariamente scoperti nella regione di Sinnoh", + "quest_title_quest_catch_sinnoh_pokemon_singular": "Cattura un Pokémon originariamente scoperto nella regione di Sinnoh", + "quest_title_quest_catch_solrock_plural": "Cattura {{amount_0}} Solrock", + "quest_title_quest_catch_special_aerodactyl": "Cattura un Aerodactyl", + "quest_title_quest_catch_special_bidoof": "Cattura {{amount_0}} Bidoof", + "quest_title_quest_catch_special_chespin": "Cattura un Chespin", + "quest_title_quest_catch_special_cottonee": "Cattura {{amount_0}} Cottonee", + "quest_title_quest_catch_special_cubone": "Cattura un Cubone", + "quest_title_quest_catch_special_exeggcute": "Cattura {{amount_0}} Exeggcute", + "quest_title_quest_catch_special_fennekin": "Cattura un Fennekin", + "quest_title_quest_catch_special_fletchling": "Cattura un Fletchling", + "quest_title_quest_catch_special_froakie": "Cattura un Froakie", + "quest_title_quest_catch_special_furfrou": "Cattura un Furfrou", + "quest_title_quest_catch_special_jirachi": "Cattura Jirachi!", + "quest_title_quest_catch_special_lieep_anorithl": "Cattura {{amount_0}} Lileep o Anorith", + "quest_title_quest_catch_special_litleo": "Cattura un Litleo", + "quest_title_quest_catch_special_mew": "Cattura Mew!", + "quest_title_quest_catch_special_natu": "Cattura {{amount_0}} Natu", + "quest_title_quest_catch_special_omanyte_kabuto": "Cattura {{amount_0}} Omanyte o Kabuto", + "quest_title_quest_catch_special_pumpkaboo": "Cattura {{amount_0}} Pumpkaboo", + "quest_title_quest_catch_special_slugma_gulpin": "Cattura {{amount_0}} Slugma o Gulpin", + "quest_title_quest_catch_special_voltorb": "Cattura {{amount_0}} Voltorb", + "quest_title_quest_catch_special0_plural": "Cattura {{amount_0}} Ditto", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: cattura i {{amount_0}} Pokémon inclusi nella lista dell’evento", + "quest_title_quest_catch_special0_singular": "Cattura un Ditto", + "quest_title_quest_catch_special1_plural": "Cattura {{amount_0}} Oddish o Bellsprout", + "quest_title_quest_catch_special1_singular": "Cattura un Oddish o un Bellsprout", + "quest_title_quest_catch_special2_plural": "Cattura {{amount_0}} Swablu", + "quest_title_quest_catch_special2_singular": "Cattura uno Swablu", + "quest_title_quest_catch_special3_plural": "Cattura {{amount_0}} Pidgey o Murkrow", + "quest_title_quest_catch_special3_singular": "Cattura un Pidgey o un Murkrow", + "quest_title_quest_catch_special4_plural": "Cattura {{amount_0}} Treecko o Mudkip", + "quest_title_quest_catch_special4_singular": "Cattura un Treecko o un Mudkip", + "quest_title_quest_catch_special5_plural": "Cattura {{amount_0}} Meowth o Skitty", + "quest_title_quest_catch_special5_singular": "Cattura un Meowth o uno Skitty", + "quest_title_quest_catch_special6_plural": "Cattura {{amount_0}} Mareep", + "quest_title_quest_catch_special7_plural": "Cattura {{amount_0}} Charmander", + "quest_title_quest_catch_special8_plural": "Cattura {{amount_0}} Larvitar", + "quest_title_quest_catch_special9_plural": "Cattura {{amount_0}} Unown", + "quest_title_quest_catch_special10_plural": "Cattura {{amount_0}} Plusle", + "quest_title_quest_catch_special11_plural": "Cattura {{amount_0}} Minun", + "quest_title_quest_catch_special12_plural": "Cattura {{amount_0}} Squirtle", + "quest_title_quest_catch_special13_plural": "Cattura {{amount_0}} Roselia", + "quest_title_quest_catch_special14_singular": "Cattura un Meowth o un Growlithe", + "quest_title_quest_catch_special15_singular": "Cattura Snubbull o Poochyena", + "quest_title_quest_catch_special16_singular": "Cattura uno Skitty o un Poochyena", + "quest_title_quest_catch_special17_plural": "Cattura {{amount_0}} Eevee", + "quest_title_quest_catch_special18_plural": "Cattura {{amount_0}} Beldum", + "quest_title_quest_catch_special19_plural": "Cattura {{amount_0}} Slakoth", + "quest_title_quest_catch_special20_plural": "Cattura {{amount_0}} Ralts", + "quest_title_quest_catch_special21_singular": "Cattura un Rattata o un Pikachu", + "quest_title_quest_catch_special22_plural": "Cattura {{amount_0}} Chikorita", + "quest_title_quest_catch_special23_plural": "Cattura {{amount_0}} Cyndaquil", + "quest_title_quest_catch_special24_plural": "Cattura {{amount_0}} Totodile", + "quest_title_quest_catch_special25_plural": "Cattura {{amount_0}} Swinub", + "quest_title_quest_catch_special26_plural": "Cattura {{amount_0}} Treecko", + "quest_title_quest_catch_special27_plural": "Cattura {{amount_0}} Bagon", + "quest_title_quest_catch_special28_plural": "Cattura {{amount_0}} Torchic", + "quest_title_quest_catch_special29_plural": "Cattura {{amount_0}} Mudkip", + "quest_title_quest_catch_special31_plural": "Cattura {{amount_0}} Turtwig", + "quest_title_quest_catch_special33_plural": "Cattura {{amount_0}} Trapinch", + "quest_title_quest_catch_special34_plural": "Cattura {{amount_0}} Chimchar", + "quest_title_quest_catch_special35_plural": "Cattura {{amount_0}} Piplup", + "quest_title_quest_catch_special36_plural": "Cattura {{amount_0}} Rhyhorn", + "quest_title_quest_catch_special37_plural": "Cattura {{amount_0}} Machop", + "quest_title_quest_catch_special38_plural": "Cattura {{amount_0}} Vulpix", + "quest_title_quest_catch_special39_plural": "Cattura {{amount_0}} Dratini", + "quest_title_quest_catch_special40_plural": "Cattura {{amount_0}} Abra", + "quest_title_quest_catch_special41_plural": "Cattura {{amount_0}} Spheal", + "quest_title_quest_catch_special42_plural": "Cattura {{amount_0}} Weedle", + "quest_title_quest_catch_special43_plural": "Cattura {{amount_0}} Starly", + "quest_title_quest_catch_special44_plural": "Cattura {{amount_0}} Seedot", + "quest_title_quest_catch_special45_plural": "Cattura {{amount_0}} Grimer", + "quest_title_quest_catch_special46_plural": "Cattura {{amount_0}} Porygon", + "quest_title_quest_catch_staryu_plural": "Cattura {{amount_0}} Staryu", + "quest_title_quest_catch_stufful_pinap_plural": "Usa {{amount_0}} Baccananas per catturare più facilmente dei Pokémon", + "quest_title_quest_catch_stufful_pinap_singular": "Usa una Baccananas per catturare un Pokémon", + "quest_title_quest_catch_stufful_razz_plural": "Usa {{amount_0}} Baccalampon per catturare più facilmente dei Pokémon", + "quest_title_quest_catch_stufful_razz_singular": "Usa una Baccalampon per catturare un Pokémon", + "quest_title_quest_catch_transform_pokemon_plural": "Cattura {{amount_0}} esemplari del Pokémon Mutante", + "quest_title_quest_catch_trubbish_plural": "Cattura {{amount_0}} Trubbish", + "quest_title_quest_catch_type_bug_plural": "Cattura {{amount_0}} Pokémon di tipo Coleottero", + "quest_title_quest_catch_type_bug_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Coleottero", + "quest_title_quest_catch_type_bug_singular": "Cattura un Pokémon di tipo Coleottero", + "quest_title_quest_catch_type_buzzwole": "Cattura un Pokémon che condivide un tipo con Buzzwole", + "quest_title_quest_catch_type_buzzwole_effective": "Cattura un Pokémon verso il cui tipo Buzzwole abbia debolezza", + "quest_title_quest_catch_type_buzzwole_plural": "Cattura {{amount_0}} Pokémon che condividono un tipo con Buzzwole", + "quest_title_quest_catch_type_celesteela_effective": "Cattura un Pokémon verso il cui tipo Celesteela abbia debolezza", + "quest_title_quest_catch_type_dark_plural": "Cattura {{amount_0}} Pokémon di tipo Buio", + "quest_title_quest_catch_type_dark_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Buio", + "quest_title_quest_catch_type_dark_singular": "Cattura un Pokémon di tipo Buio", + "quest_title_quest_catch_type_dragon_normal_plural": "Cattura {{amount_0}} Pokémon di tipo Normale o Drago", + "quest_title_quest_catch_type_dragon_plural": "Cattura {{amount_0}} Pokémon di tipo Drago", + "quest_title_quest_catch_type_dragon_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Drago", + "quest_title_quest_catch_type_dragon_singular": "Cattura un Pokémon di tipo Drago", + "quest_title_quest_catch_type_electric_flying_plural": "Cattura {{amount_0}} Pokémon di tipo Elettro o Volante", + "quest_title_quest_catch_type_electric_plural": "Cattura {{amount_0}} Pokémon di tipo Elettro", + "quest_title_quest_catch_type_electric_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Elettro", + "quest_title_quest_catch_type_electric_singular": "Cattura un Pokémon di tipo Elettro", + "quest_title_quest_catch_type_fairy_plural": "Cattura {{amount_0}} Pokémon di tipo Folletto", + "quest_title_quest_catch_type_fairy_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Folletto", + "quest_title_quest_catch_type_fairy_singular": "Cattura un Pokémon di tipo Folletto", + "quest_title_quest_catch_type_fighting_plural": "Cattura {{amount_0}} Pokémon di tipo Lotta", + "quest_title_quest_catch_type_fighting_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Lotta", + "quest_title_quest_catch_type_fighting_singular": "Cattura un Pokémon di tipo Lotta", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Cattura {{amount_0}} Pokémon di tipo Fuoco o Buio", + "quest_title_quest_catch_type_fire_plural": "Cattura {{amount_0}} Pokémon di tipo Fuoco", + "quest_title_quest_catch_type_fire_singular": "Cattura un Pokémon di tipo Fuoco", + "quest_title_quest_catch_type_flying_plural": "Cattura {{amount_0}} Pokémon di tipo Volante", + "quest_title_quest_catch_type_flying_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Volante", + "quest_title_quest_catch_type_flying_singular": "Cattura un Pokémon di tipo Volante", + "quest_title_quest_catch_type_ghost_dark_plural": "Cattura {{amount_0}} Pokémon di tipo Spettro o Buio", + "quest_title_quest_catch_type_ghost_plural": "Cattura {{amount_0}} Pokémon di tipo Spettro", + "quest_title_quest_catch_type_ghost_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Spettro", + "quest_title_quest_catch_type_ghost_singular": "Cattura un Pokémon di tipo Spettro", + "quest_title_quest_catch_type_grass_bug_plural": "Cattura {{amount_0}} Pokémon di tipo Erba o Coleottero", + "quest_title_quest_catch_type_grass_plural": "Cattura {{amount_0}} Pokémon di tipo Erba", + "quest_title_quest_catch_type_grass_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Erba", + "quest_title_quest_catch_type_grass_poison_plural": "Cattura {{amount_0}} Pokémon di tipo Erba o Veleno", + "quest_title_quest_catch_type_grass_singular": "Cattura un Pokémon di tipo Erba", + "quest_title_quest_catch_type_ground_plural": "Cattura {{amount_0}} Pokémon di tipo Terra", + "quest_title_quest_catch_type_ground_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Terra", + "quest_title_quest_catch_type_ground_singular": "Cattura un Pokémon di tipo Terra", + "quest_title_quest_catch_type_guzzlord_effective": "Cattura un Pokémon verso il cui tipo Guzzlord abbia debolezza", + "quest_title_quest_catch_type_ice_grass_plural_unique": "Cattura {{amount_0}} Pokémon di tipo Erba o Ghiaccio", + "quest_title_quest_catch_type_ice_plural": "Cattura {{amount_0}} Pokémon di tipo Ghiaccio", + "quest_title_quest_catch_type_ice_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Ghiaccio", + "quest_title_quest_catch_type_ice_singular": "Cattura un Pokémon di tipo Ghiaccio", + "quest_title_quest_catch_type_kartana_effective": "Cattura un Pokémon verso il cui tipo Kartana abbia debolezza", + "quest_title_quest_catch_type_nihilego": "Cattura un Pokémon che condivide un tipo con Nihilego", + "quest_title_quest_catch_type_nihilego_effective": "Cattura un Pokémon verso il cui tipo Nihilego abbia debolezza", + "quest_title_quest_catch_type_nihilego_plural": "Cattura {{amount_0}} Pokémon che condividono un tipo con Nihilego", + "quest_title_quest_catch_type_normal_plural": "Cattura {{amount_0}} Pokémon di tipo Normale", + "quest_title_quest_catch_type_normal_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Normale", + "quest_title_quest_catch_type_normal_singular": "Cattura un Pokémon di tipo Normale", + "quest_title_quest_catch_type_pheremosa_effective": "Cattura un Pokémon verso il cui tipo Pheromosa abbia debolezza", + "quest_title_quest_catch_type_pheromosa": "Cattura un Pokémon che condivide un tipo con Pheromosa", + "quest_title_quest_catch_type_pheromosa_plural": "Cattura {{amount_0}} Pokémon che condividono un tipo con Pheromosa", + "quest_title_quest_catch_type_poison_plural": "Cattura {{amount_0}} Pokémon di tipo Veleno", + "quest_title_quest_catch_type_poison_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Veleno", + "quest_title_quest_catch_type_poison_singular": "Cattura un Pokémon di tipo Veleno", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "Cattura {{amount_0}} Pokémon di tipo Psico o Lotta", + "quest_title_quest_catch_type_psychic_plural": "Cattura {{amount_0}} Pokémon di tipo Psico", + "quest_title_quest_catch_type_psychic_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Psico", + "quest_title_quest_catch_type_psychic_singular": "Cattura un Pokémon di tipo Psico", + "quest_title_quest_catch_type_rock_plural": "Cattura {{amount_0}} Pokémon di tipo Roccia", + "quest_title_quest_catch_type_rock_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Roccia", + "quest_title_quest_catch_type_rock_singular": "Cattura un Pokémon di tipo Roccia", + "quest_title_quest_catch_type_shaymin": "Cattura un Pokémon che condivide un tipo con Shaymin", + "quest_title_quest_catch_type_shaymin_plural": "Cattura {{amount_0}} Pokémon che condividono un tipo con Shaymin", + "quest_title_quest_catch_type_steel_plural": "Cattura {{amount_0}} Pokémon di tipo Acciaio", + "quest_title_quest_catch_type_steel_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Acciaio", + "quest_title_quest_catch_type_steel_singular": "Cattura un Pokémon di tipo Acciaio", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Cattura {{amount_0}} Pokémon di tipo Fuoco, Acqua o Elettro", + "quest_title_quest_catch_type_water_flying_plural": "Cattura {{amount_0}} Pokémon di tipo Acqua o Volante", + "quest_title_quest_catch_type_water_ground_plural": "Cattura {{amount_0}} Pokémon di tipo Acqua o Terra", + "quest_title_quest_catch_type_water_plural": "Cattura {{amount_0}} Pokémon di tipo Acqua", + "quest_title_quest_catch_type_water_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Acqua", + "quest_title_quest_catch_type_water_singular": "Cattura un Pokémon di tipo Acqua", + "quest_title_quest_catch_type_xurkitree": "Cattura un Pokémon che condivide un tipo con Xurkitree", + "quest_title_quest_catch_type_xurkitree_effective": "Cattura un Pokémon verso il cui tipo Xurkitree abbia debolezza", + "quest_title_quest_catch_type_xurkitree_plural": "Cattura {{amount_0}} Pokémon che condividono un tipo con Xurkitree", + "quest_title_quest_catch_types_rainy_plural": "Cattura {{amount_0}} Pokémon di tipo Acqua, Elettro o Coleottero", + "quest_title_quest_catch_types_rainy_singular": "Cattura un Pokémon di tipo Acqua, Elettro o Coleottero", + "quest_title_quest_catch_types_snowy_plural": "Cattura {{amount_0}} Pokémon di tipo Ghiaccio o Acciaio", + "quest_title_quest_catch_types_snowy_singular": "Cattura un Pokémon di tipo Ghiaccio o Acciaio", + "quest_title_quest_catch_types_sunny_plural": "Cattura {{amount_0}} Pokémon di tipo Erba, Fuoco o Terra", + "quest_title_quest_catch_types_sunny_singular": "Cattura un Pokémon di tipo Erba, Fuoco o Terra", + "quest_title_quest_catch_types_windy_plural": "Cattura {{amount_0}} Pokémon di tipo Volante, Psico o Drago", + "quest_title_quest_catch_types_windy_singular": "Cattura un Pokémon di tipo Volante, Psico o Drago", + "quest_title_quest_catch_weather_boost_plural": "Cattura {{amount_0}} Pokémon potenziati da condizioni atmosferiche", + "quest_title_quest_catch_weather_boost_singular": "Cattura un Pokémon potenziato da condizioni atmosferiche", + "quest_title_quest_catch_whismur": "Cattura {{amount_0}} Whismur", + "quest_title_quest_challenge_party_power_plural": "Usa il potenziamento di gruppo {{amount_0}} volte nei raid", + "quest_title_quest_challenge_party_power_singular": "Usa il potenziamento di gruppo in un raid", + "quest_title_quest_change_form_furfrou": "Cambia un taglio di Furfrou", + "quest_title_quest_change_form_plural": "Cambia la forma di {{amount_0}} Pokémon", + "quest_title_quest_change_form_singular": "Cambia la forma di un Pokémon", + "quest_title_quest_chansey_catch_b": "Cattura {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_plural": "Fai evolvere {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_singular": "Fai evolvere una Chansey", + "quest_title_quest_chansey_snapshot_b": "Fai una foto a {{amount_0}} Chansey", + "quest_title_quest_charge_attack_party_plural": "Usa {{amount_0}} attacchi caricati quando sei in gruppo", + "quest_title_quest_charge_attack_party_singular": "Usa un attacco caricato quando sei in gruppo", + "quest_title_quest_charged_attack_plural": "Usa {{amount_0}} attacchi caricati", + "quest_title_quest_charjabug_evolve_b": "Fai evolvere {{amount_0}} Charjabug", + "quest_title_quest_chart_catch_b": "Cattura {{amount_0}} Charmander", + "quest_title_quest_chart_catch_s1": "Cattura {{amount_0}} Charmeleon", + "quest_title_quest_chart_evolve_b": "Fai evolvere {{amount_0}} Charmander", + "quest_title_quest_chart_evolve_s1": "Fai evolvere {{amount_0}} Charmeleon", + "quest_title_quest_chespin_catch_b": "Cattura {{amount_0}} Chespin", + "quest_title_quest_chespin_evolve_b": "Fai evolvere {{amount_0}} Chespin", + "quest_title_quest_chespin_snapshot_b": "Fai una foto a {{amount_0}} Chespin", + "quest_title_quest_crocalor_evolve_b": "Fai evolvere un Crocalor", + "quest_title_quest_cyndaquil_catch_b": "Cattura {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_plural": "Fai evolvere {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_singular": "Fai evolvere un Cyndaquil", + "quest_title_quest_dartrix_evolve_b_plural": "Fai evolvere {{amount_0}} Dartrix", + "quest_title_quest_dartrix_evolve_b_singular": "Fai evolvere {{amount_0}} Dartrix", + "quest_title_quest_dec2021_catch_b": "Cattura {{amount_0}} Pokémon in primo piano dei Community Day del 2021", + "quest_title_quest_dec2022_catch_b": "Cattura {{amount_0}} Pokémon protagonisti del Community Day di dicembre 2022", + "quest_title_quest_dec2023_catch_b": "Cattura {{amount_0}} Pokémon protagonisti dei Community Day di dicembre 2023", + "quest_title_quest_defeat_jessie_james_plural": "Sconfiggi Jessie o James {{amount_0}} volte", + "quest_title_quest_defeat_rocket": "Sconfiggi {{amount_0}} membri del Team GO Rocket", + "quest_title_quest_defeat_rocket_leader_2500": "Sconfiggi {{amount_0}} leader del Team GO Rocket con Pokémon (max. 2.500 PL)", + "quest_title_quest_defeat_rocket_singular": "Sconfiggi un membro del Team GO Rocket", + "quest_title_quest_deino_catch": "Cattura {{amount_0}} Deino", + "quest_title_quest_deino_evolve_a": "Fai evolvere {{amount_0}} Deino", + "quest_title_quest_deino_evolve_b": "Fai evolvere {{amount_0}} Deino o Zweilous", + "quest_title_quest_deino_snap": "Fai {{amount_0}} foto a Deino", + "quest_title_quest_dragonair_evolve_b": "Fai evolvere {{amount_0}} Dragonair", + "quest_title_quest_dratini_cdc_catch_b": "Cattura {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_evolve_b": "Fai evolvere {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_snapshot_b": "Fai una foto a {{amount_0}} Dratini", + "quest_title_quest_drizzle_evolve": "Fai evolvere un Drizzile", + "quest_title_quest_dude_catch": "Cattura {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_a": "Fai evolvere {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_b": "Fai evolvere {{amount_0}} Graveler", + "quest_title_quest_dude_snap": "Fai {{amount_0}} foto a Geodude", + "quest_title_quest_duskt_catch_b": "Cattura {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_b": "Fai evolvere {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_s1": "Fai evolvere {{amount_0}} Dusclops", + "quest_title_quest_earn_buddy_ribbon_plural": "Guadagna {{amount_0}} distintivi di miglior compagno con il tuo Pokémon", + "quest_title_quest_eelektrik_evolve_b_plural": "Fai evolvere {{amount_0}} Eelektrik", + "quest_title_quest_eelektrik_evolve_b_singular": "Fai evolvere un Eelektrik", + "quest_title_quest_eevee_evolve_plural": "Fai evolvere Eevee in ciascuna delle sue fantastiche evoluzioni", + "quest_title_quest_eevet_catch_b": "Cattura {{amount_0}} Eevee", + "quest_title_quest_eevet_evolve_b": "Fai evolvere {{amount_0}} Eevee", + "quest_title_quest_elect_catch_b": "Cattura {{amount_0}} Electabuzz", + "quest_title_quest_elect_evolve_b": "Fai evolvere {{amount_0}} Electabuzz", + "quest_title_quest_elite_raid_victory_plural": "Vinci {{amount_0}} raid fuoriclasse", + "quest_title_quest_elite_raid_victory_singular": "Vinci un raid fuoriclasse", + "quest_title_quest_elite4_a": "Sconfiggi i Superquattro del Tour GO: Allenatore Altopiano", + "quest_title_quest_elite4_b": "Sconfiggi i Superquattro del Tour GO: Allenatore Caverna", + "quest_title_quest_elite4_c": "Sconfiggi i Superquattro del Tour GO: Allenatrice Oceano", + "quest_title_quest_elite4_d": "Sconfiggi i Superquattro del Tour GO: Allenatrice Savana", + "quest_title_quest_elrd22_april16_battle": "Ricerca dedicata a Exeggcute: lotta in una Palestra", + "quest_title_quest_elrd22_april16_berries": "Ricerca dedicata a Exeggcute: usa tre bacche per facilitare la cattura di Pokémon", + "quest_title_quest_elrd22_april16_catch_grass": "Ricerca dedicata a Exeggcute: cattura tre Pokémon di tipo Erba", + "quest_title_quest_elrd22_april16_charged_move": "Ricerca dedicata a Exeggcute: usa un attacco caricato superefficace", + "quest_title_quest_elrd22_april16_curve": "Ricerca dedicata a Exeggcute: lancia cinque palle curve", + "quest_title_quest_elrd22_april16_evolve_grass": "Ricerca dedicata a Exeggcute: fai evolvere due Pokémon di tipo Erba", + "quest_title_quest_elrd22_april16_gifts_stickers": "Ricerca dedicata a Exeggcute: invia due pacchi amicizia aggiungendo un adesivo a entrambi", + "quest_title_quest_elrd22_april16_great": "Ricerca dedicata a Exeggcute: effettua tre ottimi tiri", + "quest_title_quest_elrd22_april16_great_row": "Ricerca dedicata a Exeggcute: effettua due ottimi tiri di fila", + "quest_title_quest_elrd22_april16_nice": "Ricerca dedicata a Exeggcute: effettua cinque bei tiri", + "quest_title_quest_elrd22_april16_nice_row": "Ricerca dedicata a Exeggcute: effettua tre bei tiri di fila", + "quest_title_quest_elrd22_april16_raid": "Ricerca dedicata a Exeggcute: partecipa a un raid", + "quest_title_quest_elrd22_april16_spin": "Ricerca dedicata a Exeggcute: fai girare i dischi foto di due Pokéstop", + "quest_title_quest_elrd22_april16_weather_easy": "Ricerca dedicata a Exeggcute: cattura tre Pokémon potenziati da condizioni atmosferiche", + "quest_title_quest_elrd22_april16_weather_hard": "Ricerca dedicata a Exeggcute: cattura cinque Pokémon potenziati da condizioni atmosferiche", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Ricerca dedicata a Exeggcute: fai una foto a un Pokémon selvatico di tipo Erba", + "quest_title_quest_equinox19_catch_medium_pkmn": "Cattura {{amount_0}} Bulbasaur o Chikorita", + "quest_title_quest_equinox19_catch_type_grass_plural": "Cattura {{amount_0}} Pokémon di tipo Erba", + "quest_title_quest_equinox19_evolve_type_grass_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Erba", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Fai evolvere {{amount_0}} Pokémon di tipo Erba", + "quest_title_quest_event_eevee_snapshot_barcelona": "Fai una foto al tuo Eevee a Barcellona", + "quest_title_quest_event_eevee_snapshot_jakarta": "Fai una foto al tuo Eevee a Giacarta", + "quest_title_quest_event_eevee_snapshot_mexico_city": "Fai una foto al tuo Eevee a Città del Messico", + "quest_title_quest_event_eevee_snapshot_seoul": "Fai una foto al tuo Eevee a Seoul", + "quest_title_quest_event_eevee_snapshot_tainan": "Fai una foto al tuo Eevee a Tainan", + "quest_title_quest_event_leave_behind_spin": "Fai girare 10 dischi foto di Pokéstop o Palestre mai visitati prima", + "quest_title_quest_event_leave_behind_spin_safari_city": "Fai girare il disco foto di un Pokéstop in qualsiasi luogo ospiti l’evento Esploratori Eevee", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Fai girare {{amount_0}} dischi foto di Pokéstop in luoghi mai visitati prima che ospitano l’evento Esploratori Eevee", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Fai girare il disco foto di un Pokéstop mai visitato prima in un luogo che ospita l’evento Esploratori Eevee", + "quest_title_quest_event_spin_barcelona": "Fai girare un disco Pokéstop o Palestra a Barcellona", + "quest_title_quest_event_spin_incheon": "Fai girare un disco del Pokéstop o Palestra a Incheon", + "quest_title_quest_event_spin_jakarta": "Fai girare un disco del Pokéstop o Palestra a Giacarta", + "quest_title_quest_event_spin_mexico_city": "Fai girare un disco Pokéstop o Palestra a Città del Messico", + "quest_title_quest_event_spin_seoul": "Fai girare un disco Pokéstop o Palestra a Seoul", + "quest_title_quest_event_spin_tainan": "Fai girare un disco Pokéstop o Palestra a Tainan", + "quest_title_quest_evolve_abra_singular": "Fai evolvere un Abra", + "quest_title_quest_evolve_aipom_singular": "Fai evolvere un Aipom", + "quest_title_quest_evolve_amaura_singular": "Fai evolvere un Amaura", + "quest_title_quest_evolve_anorith_singular": "Fai evolvere un Anorith", + "quest_title_quest_evolve_archen_singular": "Fai evolvere un Archen", + "quest_title_quest_evolve_aron_singular": "Fai evolvere un Aron", + "quest_title_quest_evolve_axew_singular": "Fai evolvere un Axew", + "quest_title_quest_evolve_azurill_singular": "Fai evolvere un Azurill", + "quest_title_quest_evolve_bagon_singular": "Fai evolvere un Bagon", + "quest_title_quest_evolve_baltoy_singular": "Fai evolvere un Baltoy", + "quest_title_quest_evolve_barboach_singular": "Fai evolvere un Barboach", + "quest_title_quest_evolve_bayleef": "Fai evolvere il tuo Bayleef", + "quest_title_quest_evolve_bayleef_singular": "Fai evolvere un Bayleef", + "quest_title_quest_evolve_beldum_singular": "Fai evolvere un Beldum", + "quest_title_quest_evolve_bellsprout_singular": "Fai evolvere un Bellsprout", + "quest_title_quest_evolve_bergmite_singular": "Fai evolvere un Bergmite", + "quest_title_quest_evolve_bidoof_singular": "Fai evolvere un Bidoof", + "quest_title_quest_evolve_binacle_singular": "Fai evolvere un Binacle", + "quest_title_quest_evolve_blitzle_singular": "Fai evolvere un Blitzle", + "quest_title_quest_evolve_boldore_singular": "Fai evolvere un Boldore", + "quest_title_quest_evolve_bonsly_singular": "Fai evolvere un Bonsly", + "quest_title_quest_evolve_braixen_singular": "Fai evolvere un Braixen", + "quest_title_quest_evolve_bronzor_singular": "Fai evolvere un Bronzor", + "quest_title_quest_evolve_budew_singular": "Fai evolvere un Budew", + "quest_title_quest_evolve_buizel_singular": "Fai evolvere un Buizel", + "quest_title_quest_evolve_bulbasaur": "Fai evolvere un Bulbasaur", + "quest_title_quest_evolve_bulbasaur_singular": "Fai evolvere un Bulbasaur", + "quest_title_quest_evolve_buneary_singular": "Fai evolvere un Buneary", + "quest_title_quest_evolve_bunnelby_singular": "Fai evolvere un Bunnelby", + "quest_title_quest_evolve_burmy_singular": "Fai evolvere un Burmy", + "quest_title_quest_evolve_cacnea_singular": "Fai evolvere un Cacnea", + "quest_title_quest_evolve_carvanha_singular": "Fai evolvere un Carvanha", + "quest_title_quest_evolve_cascoon_singular": "Fai evolvere un Cascoon", + "quest_title_quest_evolve_caterpie_singular": "Fai evolvere un Caterpie", + "quest_title_quest_evolve_chansey_singular": "Fai evolvere un Chansey", + "quest_title_quest_evolve_charmander": "Fai evolvere un Charmander", + "quest_title_quest_evolve_charmander_singular": "Fai evolvere 1 Charmander", + "quest_title_quest_evolve_charmeleon_singular": "Fai evolvere un Charmeleon", + "quest_title_quest_evolve_cherubi_singular": "Fai evolvere un Cherubi", + "quest_title_quest_evolve_chespin_singular": "Fai evolvere un Chespin", + "quest_title_quest_evolve_chikorita": "Fai evolvere il tuo Chikorita", + "quest_title_quest_evolve_chikorita_singular": "Fai evolvere un Chikorita", + "quest_title_quest_evolve_chimchar_singular": "Fai evolvere un Chimchar", + "quest_title_quest_evolve_chinchou_singular": "Fai evolvere un Chinchou", + "quest_title_quest_evolve_chingling_singular": "Fai evolvere un Chingling", + "quest_title_quest_evolve_clamperl_singular": "Fai evolvere un Clamperl", + "quest_title_quest_evolve_clauncher_singular": "Fai evolvere un Clauncher", + "quest_title_quest_evolve_clefairy_singular": "Fai evolvere un Clefairy", + "quest_title_quest_evolve_cleffa_singular": "Fai evolvere un Cleffa", + "quest_title_quest_evolve_combee_singular": "Fai evolvere un Combee", + "quest_title_quest_evolve_combusken_singular": "Fai evolvere un Combusken", + "quest_title_quest_evolve_corphish_singular": "Fai evolvere un Corphish", + "quest_title_quest_evolve_cosmoem_singular": "Fai evolvere un Cosmoem", + "quest_title_quest_evolve_cosmog_singular": "Fai evolvere un Cosmog", + "quest_title_quest_evolve_cottonee_singular": "Fai evolvere un Cottonee", + "quest_title_quest_evolve_cranidos_singular": "Fai evolvere un Cranidos", + "quest_title_quest_evolve_croagunk_singular": "Fai evolvere un Croagunk", + "quest_title_quest_evolve_croconaw": "Fai evolvere il tuo Croconaw", + "quest_title_quest_evolve_croconaw_singular": "Fai evolvere un Croconaw", + "quest_title_quest_evolve_cubchoo_singular": "Fai evolvere un Cubchoo", + "quest_title_quest_evolve_cubone_singular": "Fai evolvere un Cubone", + "quest_title_quest_evolve_cyndaquil": "Fai evolvere il tuo Cyndaquil", + "quest_title_quest_evolve_cyndaquil_singular": "Fai evolvere un Cyndaquil", + "quest_title_quest_evolve_dark_type_singular": "Fai evolvere un Pokémon di tipo Buio", + "quest_title_quest_evolve_darumaka_singular": "Fai evolvere un Darumaka", + "quest_title_quest_evolve_deerling_singular": "Fai evolvere un Deerling", + "quest_title_quest_evolve_deino_singular": "Fai evolvere un Deino", + "quest_title_quest_evolve_dewott_singular": "Fai evolvere un Dewott", + "quest_title_quest_evolve_diglett_singular": "Fai evolvere un Diglett", + "quest_title_quest_evolve_doduo_singular": "Fai evolvere un Doduo", + "quest_title_quest_evolve_doublade_singular": "Fai evolvere un Doublade", + "quest_title_quest_evolve_dragonair_singular": "Fai evolvere un Dragonair", + "quest_title_quest_evolve_dratini_singular": "Fai evolvere un Dratini", + "quest_title_quest_evolve_drifloon_singular": "Fai evolvere un Drifloon", + "quest_title_quest_evolve_drilbur_singular": "Fai evolvere un Drilbur", + "quest_title_quest_evolve_drowzee_singular": "Fai evolvere un Drowzee", + "quest_title_quest_evolve_ducklett_singular": "Fai evolvere un Ducklett", + "quest_title_quest_evolve_duosion_singular": "Fai evolvere un Duosion", + "quest_title_quest_evolve_durant_singular": "Fai evolvere un Durant", + "quest_title_quest_evolve_dusclops_singular": "Fai evolvere un Dusclops", + "quest_title_quest_evolve_duskull_singular": "Fai evolvere un Duskull", + "quest_title_quest_evolve_dwebble_singular": "Fai evolvere un Dwebble", + "quest_title_quest_evolve_eelektrik_singular": "Fai evolvere un Eelektrik", + "quest_title_quest_evolve_eevee_singular": "Fai evolvere un Eevee", + "quest_title_quest_evolve_eevee_types_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Elettro, Acqua o Fuoco", + "quest_title_quest_evolve_eevee_types_singular": "Fai evolvere un Pokémon di tipo Elettro, Acqua o Fuoco", + "quest_title_quest_evolve_ekans_singular": "Fai evolvere un Ekans", + "quest_title_quest_evolve_electabuzz_singular": "Fai evolvere un Electabuzz", + "quest_title_quest_evolve_electrike_singular": "Fai evolvere un Electrike", + "quest_title_quest_evolve_elekid_singular": "Fai evolvere un Elekid", + "quest_title_quest_evolve_elgyem_singular": "Fai evolvere un Elgyem", + "quest_title_quest_evolve_espeon": "Fai evolvere Eevee in Espeon di mattina", + "quest_title_quest_evolve_espurr_singular": "Fai evolvere un Espurr", + "quest_title_quest_evolve_evolved_grass_singular": "Fai evolvere un Pokémon evoluto di tipo Erba", + "quest_title_quest_evolve_exeggcute_singular": "Fai evolvere un Exeggcute", + "quest_title_quest_evolve_farfetch'd_singular": "Fai evolvere un Farfetch’d", + "quest_title_quest_evolve_feebas_singular": "Fai evolvere un Feebas", + "quest_title_quest_evolve_fennekin_singular": "Fai evolvere un Fennekin", + "quest_title_quest_evolve_ferroseed_singular": "Fai evolvere un Ferroseed", + "quest_title_quest_evolve_finneon_singular": "Fai evolvere un Finneon", + "quest_title_quest_evolve_flaaffy_singular": "Fai evolvere un Flaaffy", + "quest_title_quest_evolve_flabébé_singular": "Fai evolvere un Flabébé", + "quest_title_quest_evolve_fletchinder_singular": "Fai evolvere un Fletchinder", + "quest_title_quest_evolve_fletchling_singular": "Fai evolvere un Fletchling", + "quest_title_quest_evolve_floette_singular": "Fai evolvere un Floette", + "quest_title_quest_evolve_foongus_singular": "Fai evolvere un Foongus", + "quest_title_quest_evolve_fraxure_singular": "Fai evolvere un Fraxure", + "quest_title_quest_evolve_frillish_singular": "Fai evolvere un Frillish", + "quest_title_quest_evolve_froakie_singular": "Fai evolvere un Froakie", + "quest_title_quest_evolve_frogadier_singular": "Fai evolvere un Frogadier", + "quest_title_quest_evolve_gabite_singular": "Fai evolvere un Gabite", + "quest_title_quest_evolve_gastly_singular": "Fai evolvere un Gastly", + "quest_title_quest_evolve_geodude_singular": "Fai evolvere un Geodude", + "quest_title_quest_evolve_gible_singular": "Fai evolvere un Gible", + "quest_title_quest_evolve_glalie_singular": "Fai evolvere un Glalie", + "quest_title_quest_evolve_glameow_singular": "Fai evolvere un Glameow", + "quest_title_quest_evolve_gligar_singular": "Fai evolvere un Gligar", + "quest_title_quest_evolve_gloom_singular": "Fai evolvere un Gloom", + "quest_title_quest_evolve_golbat_singular": "Fai evolvere un Golbat", + "quest_title_quest_evolve_goldeen_singular": "Fai evolvere un Goldeen", + "quest_title_quest_evolve_golett_singular": "Fai evolvere un Golett", + "quest_title_quest_evolve_goomy_singular": "Fai evolvere un Goomy", + "quest_title_quest_evolve_gothita_singular": "Fai evolvere un Gothita", + "quest_title_quest_evolve_gothorita_singular": "Fai evolvere un Gothorita", + "quest_title_quest_evolve_graveler_singular": "Fai evolvere un Graveler", + "quest_title_quest_evolve_grimer_singular": "Fai evolvere un Grimer", + "quest_title_quest_evolve_grotle_singular": "Fai evolvere un Grotle", + "quest_title_quest_evolve_ground_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Terra", + "quest_title_quest_evolve_grovyle_singular": "Fai evolvere un Grovyle", + "quest_title_quest_evolve_growlithe_singular": "Fai evolvere un Growlithe", + "quest_title_quest_evolve_gulpin_singular": "Fai evolvere un Gulpin", + "quest_title_quest_evolve_gurdurr_singular": "Fai evolvere un Gurdurr", + "quest_title_quest_evolve_happiny_singular": "Fai evolvere un Happiny", + "quest_title_quest_evolve_haunter_singular": "Fai evolvere un Haunter", + "quest_title_quest_evolve_heatmor_singular": "Fai evolvere un Heatmor", + "quest_title_quest_evolve_helioptile_singular": "Fai evolvere un Helioptile", + "quest_title_quest_evolve_herdier_singular": "Fai evolvere un Herdier", + "quest_title_quest_evolve_hippopotas_singular": "Fai evolvere un Hippopotas", + "quest_title_quest_evolve_honedge_singular": "Fai evolvere un Honedge", + "quest_title_quest_evolve_hoothoot_singular": "Fai evolvere un Hoothoot", + "quest_title_quest_evolve_hoppip_singular": "Fai evolvere un Hoppip", + "quest_title_quest_evolve_horsea_singular": "Fai evolvere un Horsea", + "quest_title_quest_evolve_houndour_singular": "Fai evolvere un Houndour", + "quest_title_quest_evolve_igglybuff_singular": "Fai evolvere un Igglybuff", + "quest_title_quest_evolve_illumise_singular": "Fai evolvere un Illumise", + "quest_title_quest_evolve_inkay_singular": "Fai evolvere un Inkay", + "quest_title_quest_evolve_items_plural": "Fai evolvere {{amount_0}} Pokémon con strumenti evolutivi", + "quest_title_quest_evolve_items_singular": "Usa uno strumento per far evolvere un Pokémon", + "quest_title_quest_evolve_ivysaur_singular": "Fai evolvere un Ivysaur", + "quest_title_quest_evolve_jigglypuff_singular": "Fai evolvere un Jigglypuff", + "quest_title_quest_evolve_joltik_singular": "Fai evolvere un Joltik", + "quest_title_quest_evolve_kabuto_singular": "Fai evolvere un Kabuto", + "quest_title_quest_evolve_kadabra_singular": "Fai evolvere un Kadabra", + "quest_title_quest_evolve_kakuna_singular": "Fai evolvere un Kakuna", + "quest_title_quest_evolve_karrablast_singular": "Fai evolvere un Karrablast", + "quest_title_quest_evolve_kirlia_singular": "Fai evolvere un Kirlia", + "quest_title_quest_evolve_klang_singular": "Fai evolvere un Klang", + "quest_title_quest_evolve_klink_singular": "Fai evolvere un Klink", + "quest_title_quest_evolve_koffing_singular": "Fai evolvere un Koffing", + "quest_title_quest_evolve_krabby_singular": "Fai evolvere un Krabby", + "quest_title_quest_evolve_kricketot_singular": "Fai evolvere un Kricketot", + "quest_title_quest_evolve_krokorok_singular": "Fai evolvere un Krokorok", + "quest_title_quest_evolve_lairon_singular": "Fai evolvere un Lairon", + "quest_title_quest_evolve_lampent_singular": "Fai evolvere un Lampent", + "quest_title_quest_evolve_larvesta_singular": "Fai evolvere un Larvesta", + "quest_title_quest_evolve_larvitar_singular": "Fai evolvere un Larvitar", + "quest_title_quest_evolve_ledyba_singular": "Fai evolvere un Ledyba", + "quest_title_quest_evolve_lickitung_singular": "Fai evolvere un Lickitung", + "quest_title_quest_evolve_lileep_singular": "Fai evolvere un Lileep", + "quest_title_quest_evolve_lillipup_singular": "Fai evolvere un Lillipup", + "quest_title_quest_evolve_linoone_singular": "Fai evolvere {{amount_0}} Linoone di Galar", + "quest_title_quest_evolve_litleo_singular": "Fai evolvere un Litleo", + "quest_title_quest_evolve_litwick_singular": "Fai evolvere un Litwick", + "quest_title_quest_evolve_lombre_singular": "Fai evolvere un Lombre", + "quest_title_quest_evolve_lotad_singular": "Fai evolvere un Lotad", + "quest_title_quest_evolve_loudred_singular": "Fai evolvere un Loudred", + "quest_title_quest_evolve_luxio_singular": "Fai evolvere un Luxio", + "quest_title_quest_evolve_machoke_singular": "Fai evolvere un Machoke", + "quest_title_quest_evolve_machop_singular": "Fai evolvere un Machop", + "quest_title_quest_evolve_magby_singular": "Fai evolvere un Magby", + "quest_title_quest_evolve_magikarp_singular": "Fai evolvere un Magikarp", + "quest_title_quest_evolve_magmar_singular": "Fai evolvere un Magmar", + "quest_title_quest_evolve_magnemite_singular": "Fai evolvere un Magnemite", + "quest_title_quest_evolve_makuhita_singular": "Fai evolvere un Makuhita", + "quest_title_quest_evolve_mankey_singular": "Fai evolvere un Mankey", + "quest_title_quest_evolve_mantyke_singular": "Fai evolvere un Mantyke", + "quest_title_quest_evolve_mareep_singular": "Fai evolvere un Mareep", + "quest_title_quest_evolve_marill_singular": "Fai evolvere un Marill", + "quest_title_quest_evolve_marshtomp_singular": "Fai evolvere un Marshtomp", + "quest_title_quest_evolve_meditite_singular": "Fai evolvere un Meditite", + "quest_title_quest_evolve_meowth_singular": "Fai evolvere un Meowth", + "quest_title_quest_evolve_metang_singular": "Fai evolvere un Metang", + "quest_title_quest_evolve_metapod_singular": "Fai evolvere un Metapod", + "quest_title_quest_evolve_mienfoo_singular": "Fai evolvere un Mienfoo", + "quest_title_quest_evolve_mime jr._singular": "Fai evolvere un Mime Jr.", + "quest_title_quest_evolve_minccino_singular": "Fai evolvere un Minccino", + "quest_title_quest_evolve_misdreavus_singular": "Fai evolvere un Misdreavus", + "quest_title_quest_evolve_monferno_singular": "Fai evolvere un Monferno", + "quest_title_quest_evolve_mr. mime_singular": "Fai evolvere un Mr. Mime", + "quest_title_quest_evolve_mudkip_singular": "Fai evolvere un Mudkip", + "quest_title_quest_evolve_munchlax_singular": "Fai evolvere un Munchlax", + "quest_title_quest_evolve_munna_singular": "Fai evolvere un Munna", + "quest_title_quest_evolve_murkrow_singular": "Fai evolvere un Murkrow", + "quest_title_quest_evolve_natu_singular": "Fai evolvere un Natu", + "quest_title_quest_evolve_nidoranfemale_singular": "Fai evolvere un Nidoran♀", + "quest_title_quest_evolve_nidoranmale_singular": "Fai evolvere un Nidoran♂", + "quest_title_quest_evolve_nidorina_singular": "Fai evolvere un Nidorina", + "quest_title_quest_evolve_nidorino_singular": "Fai evolvere un Nidorino", + "quest_title_quest_evolve_nincada_singular": "Fai evolvere un Nincada", + "quest_title_quest_evolve_noibat_singular": "Fai evolvere un Noibat", + "quest_title_quest_evolve_nosepass_singular": "Fai evolvere un Nosepass", + "quest_title_quest_evolve_numel_singular": "Fai evolvere un Numel", + "quest_title_quest_evolve_nuzleaf_singular": "Fai evolvere un Nuzleaf", + "quest_title_quest_evolve_oddish_singular": "Fai evolvere un Oddish", + "quest_title_quest_evolve_omanyte_singular": "Fai evolvere un Omanyte", + "quest_title_quest_evolve_onix_singular": "Fai evolvere un Onix", + "quest_title_quest_evolve_oshawott_singular": "Fai evolvere un Oshawott", + "quest_title_quest_evolve_palpitoad_singular": "Fai evolvere un Palpitoad", + "quest_title_quest_evolve_pancham_singular": "Fai evolvere un Pancham", + "quest_title_quest_evolve_panpour_singular": "Fai evolvere un Panpour", + "quest_title_quest_evolve_pansage_singular": "Fai evolvere un Pansage", + "quest_title_quest_evolve_pansear_singular": "Fai evolvere un Pansear", + "quest_title_quest_evolve_paras_singular": "Fai evolvere un Paras", + "quest_title_quest_evolve_patrat_singular": "Fai evolvere un Patrat", + "quest_title_quest_evolve_pawniard_singular": "Fai evolvere un Pawniard", + "quest_title_quest_evolve_petilil_singular": "Fai evolvere un Petilil", + "quest_title_quest_evolve_phanpy_singular": "Fai evolvere un Phanpy", + "quest_title_quest_evolve_phantump_singular": "Fai evolvere un Phantump", + "quest_title_quest_evolve_pichu_singular": "Fai evolvere un Pichu", + "quest_title_quest_evolve_pidgeotto_singular": "Fai evolvere un Pidgeotto", + "quest_title_quest_evolve_pidgey_singular": "Fai evolvere un Pidgey", + "quest_title_quest_evolve_pidove_singular": "Fai evolvere un Pidove", + "quest_title_quest_evolve_pignite_singular": "Fai evolvere un Pignite", + "quest_title_quest_evolve_pikachu_singular": "Fai evolvere un Pikachu", + "quest_title_quest_evolve_piloswine_plural": "Fai evolvere {{amount_0}} Piloswine", + "quest_title_quest_evolve_piloswine_singular": "Fai evolvere un Piloswine", + "quest_title_quest_evolve_pineco_singular": "Fai evolvere un Pineco", + "quest_title_quest_evolve_piplup_singular": "Fai evolvere un Piplup", + "quest_title_quest_evolve_plural": "Fai evolvere {{amount_0}} Pokémon", + "quest_title_quest_evolve_poison_type_singular": "Fai evolvere un Pokémon di tipo Veleno", + "quest_title_quest_evolve_poliwag_singular": "Fai evolvere un Poliwag", + "quest_title_quest_evolve_poliwhirl_singular": "Fai evolvere un Poliwhirl", + "quest_title_quest_evolve_ponyta_singular": "Fai evolvere un Ponyta", + "quest_title_quest_evolve_poochyena_singular": "Fai evolvere un Poochyena", + "quest_title_quest_evolve_porygon2_singular": "Fai evolvere un Porygon2", + "quest_title_quest_evolve_prinplup_singular": "Fai evolvere un Prinplup", + "quest_title_quest_evolve_psyduck_singular": "Fai evolvere uno Psyduck", + "quest_title_quest_evolve_pumpkaboo_singular": "Fai evolvere un Pumpkaboo", + "quest_title_quest_evolve_pupitar_singular": "Fai evolvere un Pupitar", + "quest_title_quest_evolve_purrloin_singular": "Fai evolvere un Purrloin", + "quest_title_quest_evolve_quilava": "Fai evolvere il tuo Quilava", + "quest_title_quest_evolve_quilava_singular": "Fai evolvere un Quilava", + "quest_title_quest_evolve_quilladin_singular": "Fai evolvere un Quilladin", + "quest_title_quest_evolve_qwilfish_singular": "Fai evolvere un Qwilfish", + "quest_title_quest_evolve_ralts_singular": "Fai evolvere un Ralts", + "quest_title_quest_evolve_rattata_singular": "Fai evolvere un Rattata", + "quest_title_quest_evolve_remoraid_singular": "Fai evolvere un Remoraid", + "quest_title_quest_evolve_rhydon_singular": "Fai evolvere un Rhydon", + "quest_title_quest_evolve_rhyhorn_singular": "Fai evolvere un Rhyhorn", + "quest_title_quest_evolve_riolu_singular": "Fai evolvere un Riolu", + "quest_title_quest_evolve_roggenrola_singular": "Fai evolvere un Roggenrola", + "quest_title_quest_evolve_roselia_singular": "Fai evolvere un Roselia", + "quest_title_quest_evolve_rufflet_singular": "Fai evolvere un Rufflet", + "quest_title_quest_evolve_sandile_singular": "Fai evolvere un Sandile", + "quest_title_quest_evolve_sandshrew_singular": "Fai evolvere un Sandshrew", + "quest_title_quest_evolve_sb_singular": "Fai evolvere uno Snubbull", + "quest_title_quest_evolve_scatterbug_singular": "Fai evolvere uno Scatterbug", + "quest_title_quest_evolve_scraggy_singular": "Fai evolvere uno Scraggy", + "quest_title_quest_evolve_scyther_singular": "Fai evolvere uno Scyther", + "quest_title_quest_evolve_seadra_singular": "Fai evolvere un Seadra", + "quest_title_quest_evolve_sealeo_singular": "Fai evolvere un Sealeo", + "quest_title_quest_evolve_seedot_singular": "Fai evolvere un Seedot", + "quest_title_quest_evolve_seel_singular": "Fai evolvere un Seel", + "quest_title_quest_evolve_sentret_singular": "Fai evolvere un Sentret", + "quest_title_quest_evolve_servine_singular": "Fai evolvere un Servine", + "quest_title_quest_evolve_sewaddle_singular": "Fai evolvere un Sewaddle", + "quest_title_quest_evolve_shelgon_singular": "Fai evolvere uno Shelgon", + "quest_title_quest_evolve_shellder_singular": "Fai evolvere uno Shellder", + "quest_title_quest_evolve_shellos_singular": "Fai evolvere uno Shellos", + "quest_title_quest_evolve_shelmet_singular": "Fai evolvere uno Shelmet", + "quest_title_quest_evolve_shieldon_singular": "Fai evolvere uno Shieldon", + "quest_title_quest_evolve_shinx_singular": "Fai evolvere uno Shinx", + "quest_title_quest_evolve_shroomish_singular": "Fai evolvere uno Shroomish", + "quest_title_quest_evolve_shuckle_singular": "Fai evolvere uno Shuckle", + "quest_title_quest_evolve_shuppet_singular": "Fai evolvere uno Shuppet", + "quest_title_quest_evolve_silcoon_singular": "Fai evolvere un Silcoon", + "quest_title_quest_evolve_singular": "Fai evolvere un Pokémon", + "quest_title_quest_evolve_skiddo_singular": "Fai evolvere uno Skiddo", + "quest_title_quest_evolve_skiploom_singular": "Fai evolvere uno Skiploom", + "quest_title_quest_evolve_skitty_singular": "Fai evolvere uno Skitty", + "quest_title_quest_evolve_skorupi_singular": "Fai evolvere uno Skorupi", + "quest_title_quest_evolve_skrelp_singular": "Fai evolvere uno Skrelp", + "quest_title_quest_evolve_slakoth_singular": "Fai evolvere uno Slakoth", + "quest_title_quest_evolve_sliggoo_singular": "Fai evolvere uno Sliggoo", + "quest_title_quest_evolve_slowpoke_plural": "Fai evolvere {{amount_0}} Slowpoke", + "quest_title_quest_evolve_slowpoke_singular": "Fai evolvere uno Slowpoke", + "quest_title_quest_evolve_slugma_singular": "Fai evolvere uno Slugma", + "quest_title_quest_evolve_smoochum_singular": "Fai evolvere uno Smoochum", + "quest_title_quest_evolve_sneasel_singular": "Fai evolvere uno Sneasel", + "quest_title_quest_evolve_snivy_singular": "Fai evolvere uno Snivy", + "quest_title_quest_evolve_snorunt_singular": "Fai evolvere uno Snorunt", + "quest_title_quest_evolve_snover_singular": "Fai evolvere uno Snover", + "quest_title_quest_evolve_snubbull_singular": "Fai evolvere uno Snubbull", + "quest_title_quest_evolve_solosis_singular": "Fai evolvere un Solosis", + "quest_title_quest_evolve_spearow_singular": "Fai evolvere uno Spearow", + "quest_title_quest_evolve_special_drowzee": "Fai evolvere un Drowzee", + "quest_title_quest_evolve_special_feebas_singular": "Fai evolvere un Feebas", + "quest_title_quest_evolve_special_galarian_mrmime": "Fai evolvere un Mr. Mime di Galar", + "quest_title_quest_evolve_special_galarian_slowpoke": "Fai evolvere uno Slowpoke di Galar", + "quest_title_quest_evolve_special_grimer": "Fai evolvere un Grimer", + "quest_title_quest_evolve_special_magnemite": "Fai evolvere un Magnemite", + "quest_title_quest_evolve_special_scyther": "Fai evolvere uno Scyther", + "quest_title_quest_evolve_special0_singular": "Fai evolvere un Magikarp", + "quest_title_quest_evolve_special1_plural": "Fai evolvere {{amount_0}} Pidgey", + "quest_title_quest_evolve_special1_singular": "Fai evolvere un Horsea", + "quest_title_quest_evolve_special2_singular": "Fai evolvere un Meowth", + "quest_title_quest_evolve_spewpa_singular": "Fai evolvere uno Spewpa", + "quest_title_quest_evolve_spheal_singular": "Fai evolvere un Spheal", + "quest_title_quest_evolve_spinarak_singular": "Fai evolvere uno Spinarak", + "quest_title_quest_evolve_spoink_singular": "Fai evolvere uno Spoink", + "quest_title_quest_evolve_spritzee_singular": "Fai evolvere uno Spritzee", + "quest_title_quest_evolve_squirtle_singular": "Fai evolvere uno Squirtle", + "quest_title_quest_evolve_staravia_singular": "Fai evolvere uno Staravia", + "quest_title_quest_evolve_starly_singular": "Fai evolvere uno Starly", + "quest_title_quest_evolve_staryu_singular": "Fai evolvere uno Staryu", + "quest_title_quest_evolve_steelix_singular": "Fai evolvere uno Steelix", + "quest_title_quest_evolve_stunky_singular": "Fai evolvere uno Stunky", + "quest_title_quest_evolve_sunkern_singular": "Fai evolvere un Sunkern", + "quest_title_quest_evolve_sunstone_singular": "Usa una Pietrasolare per far evolvere Gloom o Sunkern", + "quest_title_quest_evolve_surskit_singular": "Fai evolvere un Surskit", + "quest_title_quest_evolve_swablu_singular": "Fai evolvere uno Swablu", + "quest_title_quest_evolve_swadloon_singular": "Fai evolvere uno Swadloon", + "quest_title_quest_evolve_swinub_singular": "Fai evolvere uno Swinub", + "quest_title_quest_evolve_swirlix_singular": "Fai evolvere uno Swirlix", + "quest_title_quest_evolve_taillow_singular": "Fai evolvere un Taillow", + "quest_title_quest_evolve_tangela_singular": "Fai evolvere un Tangela", + "quest_title_quest_evolve_teddiursa_singular": "Fai evolvere un Teddiursa", + "quest_title_quest_evolve_tentacool_singular": "Fai evolvere un Tentacool", + "quest_title_quest_evolve_tepig_singular": "Fai evolvere un Tepig", + "quest_title_quest_evolve_timburr_singular": "Fai evolvere un Timburr", + "quest_title_quest_evolve_tirtouga_singular": "Fai evolvere un Tirtouga", + "quest_title_quest_evolve_togepi_singular": "Fai evolvere un Togepi", + "quest_title_quest_evolve_togetic_singular": "Fai evolvere un Togetic", + "quest_title_quest_evolve_torchic_singular": "Fai evolvere un Torchic", + "quest_title_quest_evolve_totodile": "Fai evolvere il tuo Totodile", + "quest_title_quest_evolve_totodile_singular": "Fai evolvere un Totodile", + "quest_title_quest_evolve_tranquill_singular": "Fai evolvere un Tranquill", + "quest_title_quest_evolve_trapinch_singular": "Fai evolvere un Trapinch", + "quest_title_quest_evolve_treecko_singular": "Fai evolvere un Treecko", + "quest_title_quest_evolve_trubbish_singular": "Fai evolvere un Trubbish", + "quest_title_quest_evolve_turtwig_singular": "Fai evolvere un Turtwig", + "quest_title_quest_evolve_tympole_singular": "Fai evolvere un Tympole", + "quest_title_quest_evolve_tynamo_singular": "Fai evolvere un Tynamo", + "quest_title_quest_evolve_type_dark_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Buio", + "quest_title_quest_evolve_type_dragon_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Drago", + "quest_title_quest_evolve_type_dragon_singular": "Fai evolvere un Pokémon di tipo Drago", + "quest_title_quest_evolve_type_electric_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Elettro", + "quest_title_quest_evolve_type_electric_singular": "Fai evolvere un Pokémon di tipo Elettro", + "quest_title_quest_evolve_type_fairy_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Folletto", + "quest_title_quest_evolve_type_fairy_singular": "Fai evolvere un Pokémon di tipo Folletto", + "quest_title_quest_evolve_type_fire_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Fuoco", + "quest_title_quest_evolve_type_fire_singular": "Fai evolvere un Pokémon di tipo Fuoco", + "quest_title_quest_evolve_type_flying_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Volante", + "quest_title_quest_evolve_type_flying_singular": "Fai evolvere un Pokémon di tipo Volante", + "quest_title_quest_evolve_type_ghost_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Spettro", + "quest_title_quest_evolve_type_ghost_single": "Fai evolvere un Pokémon di tipo Spettro", + "quest_title_quest_evolve_type_grass_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Erba", + "quest_title_quest_evolve_type_grass_singular": "Fai evolvere un Pokémon di tipo Erba", + "quest_title_quest_evolve_type_ice_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Ghiaccio", + "quest_title_quest_evolve_type_ice_singular": "Fai evolvere un Pokémon di tipo Ghiaccio", + "quest_title_quest_evolve_type_poison_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Veleno", + "quest_title_quest_evolve_type_psychic_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Psico", + "quest_title_quest_evolve_type_psychic_singular": "Fai evolvere un Pokémon di tipo Psico", + "quest_title_quest_evolve_type_rock_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Roccia", + "quest_title_quest_evolve_type_steel_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Acciaio", + "quest_title_quest_evolve_type_water_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Acqua", + "quest_title_quest_evolve_type_water_singular": "Fai evolvere un Pokémon di tipo Acqua", + "quest_title_quest_evolve_tyrogue_singular": "Fai evolvere un Tyrogue", + "quest_title_quest_evolve_tyrunt_singular": "Fai evolvere un Tyrunt", + "quest_title_quest_evolve_umbreon": "Fai evolvere Eevee in Umbreon di sera", + "quest_title_quest_evolve_vanillish_singular": "Fai evolvere un Vanillish", + "quest_title_quest_evolve_vanillite_singular": "Fai evolvere un Vanillite", + "quest_title_quest_evolve_venipede_singular": "Fai evolvere un Venipede", + "quest_title_quest_evolve_venonat_singular": "Fai evolvere un Venonat", + "quest_title_quest_evolve_vibrava_singular": "Fai evolvere un Vibrava", + "quest_title_quest_evolve_vigoroth_singular": "Fai evolvere un Vigoroth", + "quest_title_quest_evolve_volbeat_singular": "Fai evolvere un Volbeat", + "quest_title_quest_evolve_voltorb_singular": "Fai evolvere un Voltorb", + "quest_title_quest_evolve_vullaby_singular": "Fai evolvere un Vullaby", + "quest_title_quest_evolve_vulpix_singular": "Fai evolvere un Vulpix", + "quest_title_quest_evolve_wailmer_singular": "Fai evolvere un Wailmer", + "quest_title_quest_evolve_wartortle_singular": "Fai evolvere un Wartortle", + "quest_title_quest_evolve_weedle_singular": "Fai evolvere un Weedle", + "quest_title_quest_evolve_weepinbell_singular": "Fai evolvere un Weepinbell", + "quest_title_quest_evolve_whirlipede_singular": "Fai evolvere un Whirlipede", + "quest_title_quest_evolve_whismur_singular": "Fai evolvere un Whismur", + "quest_title_quest_evolve_wingull_singular": "Fai evolvere un Wingull", + "quest_title_quest_evolve_woobat_singular": "Fai evolvere un Woobat", + "quest_title_quest_evolve_wooper_singular": "Fai evolvere un Wooper", + "quest_title_quest_evolve_wurmple_singular": "Fai evolvere un Wurmple", + "quest_title_quest_evolve_wynaut_singular": "Fai evolvere un Wynaut", + "quest_title_quest_evolve_yamask_singular": "Fai evolvere uno Yamask", + "quest_title_quest_evolve_yanma_singular": "Fai evolvere uno Yanma", + "quest_title_quest_evolve_zigzagoon_singular": "Fai evolvere uno Zigzagoon", + "quest_title_quest_evolve_zorua_singular": "Fai evolvere uno Zorua", + "quest_title_quest_evolve_zubat_singular": "Fai evolvere uno Zubat", + "quest_title_quest_evolve_zweilous_singular": "Fai evolvere uno Zweilous", + "quest_title_quest_explore_buddy": "Guadagna una caramella esplorando con il tuo compagno", + "quest_title_quest_explore_buddy_carbink": "Guadagna una caramella esplorando con Carbink come tuo compagno", + "quest_title_quest_explore_buddy_plural": "Guadagna {{amount_0}} caramelle esplorando con il tuo compagno", + "quest_title_quest_explore_buddy_routes_plural": "Guadagna {{amount_0}} caramelle esplorando dei percorsi con il tuo compagno", + "quest_title_quest_explore_buddy_routes_singular": "Guadagna una caramella esplorando dei percorsi con il tuo compagno", + "quest_title_quest_explore_km": "Esplora {{amount_0}} km", + "quest_title_quest_explore_km_party": "Esplora {{amount_0}} km quando sei in gruppo", + "quest_title_quest_febresearchday_battle_gym_singular": "Ricerche su Clamperl: lotta in una Palestra", + "quest_title_quest_febresearchday_battle_raid_singular": "Ricerche su Clamperl: partecipa a un raid", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Ricerche su Clamperl: usa un attacco caricato superefficace in una lotta in Palestra", + "quest_title_quest_febresearchday_catch_feed_plural": "Ricerche su Clamperl: usa {{amount_0}} bacche per catturare più facilmente dei Pokémon", + "quest_title_quest_febresearchday_catch_special1_singular": "Ricerche su Clamperl: cattura un Magikarp o un Wailmer", + "quest_title_quest_febresearchday_catch_special2_singular": "Ricerche su Clamperl: cattura uno Psyduck o un Krabby", + "quest_title_quest_febresearchday_catch_type_water_plural": "Ricerche su Clamperl: cattura {{amount_0}} Pokémon di tipo Acqua", + "quest_title_quest_febresearchday_evolve_type_water_plural": "Ricerche su Clamperl: fai evolvere {{amount_0}} Pokémon di tipo Acqua", + "quest_title_quest_febresearchday_land_curveball_plural": "Ricerche su Clamperl: lancia {{amount_0}} palle curve", + "quest_title_quest_febresearchday_land_great_plural": "Ricerche su Clamperl: effettua {{amount_0}} ottimi tiri", + "quest_title_quest_febresearchday_land_inarow_great_plural": "Ricerche su Clamperl: effettua {{amount_0}} ottimi tiri di fila", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "Ricerche su Clamperl: effettua {{amount_0}} bei tiri di fila", + "quest_title_quest_febresearchday_land_nice_plural": "Ricerche su Clamperl: effettua {{amount_0}} bei tiri", + "quest_title_quest_febresearchday_visit_pokestops_plural": "Ricerche su Clamperl: fai girare {{amount_0}} dischi dei Pokéstop", + "quest_title_quest_feed_buddy_multiple": "Dai una Bacca al tuo compagno {{amount_0}} volte", + "quest_title_quest_feed_buddy_singular": "Dai una Bacca al tuo compagno", + "quest_title_quest_feed_goldenrazz_plural": "Usa {{amount_0}} Baccalampon dorate per catturare più facilmente dei Pokémon", + "quest_title_quest_feed_nanab_plural": "Usa {{amount_0}} Baccabana per catturare Pokémon", + "quest_title_quest_feed_pinaps_plural": "Usa {{amount_0}} Baccananas per catturare Pokémon", + "quest_title_quest_feed_razz_plural": "Usa {{amount_0}} Baccalampon per catturare più facilmente dei Pokémon", + "quest_title_quest_fennekin_catch_b": "Cattura {{amount_0}} Fennekin", + "quest_title_quest_fennekin_evolve_b": "Fai evolvere {{amount_0}} Fennekin", + "quest_title_quest_fennekin_snapshot_b": "Fai una foto a {{amount_0}} Fennekin", + "quest_title_quest_field_research_plural": "Completa {{amount_0}} missioni di ricerca sul campo", + "quest_title_quest_field_research_singular": "Completa una missione di ricerca sul campo", + "quest_title_quest_fight_type_bug_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Coleottero", + "quest_title_quest_fight_type_dark_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Buio", + "quest_title_quest_fight_type_dark_steel_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Buio o Acciaio", + "quest_title_quest_fight_type_dragon_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Drago", + "quest_title_quest_fight_type_electric_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Elettro", + "quest_title_quest_fight_type_fairy_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Folletto", + "quest_title_quest_fight_type_fighting_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Lotta", + "quest_title_quest_fight_type_fire_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Fuoco", + "quest_title_quest_fight_type_flying_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Volante", + "quest_title_quest_fight_type_ghost_fighting_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Lotta o Spettro", + "quest_title_quest_fight_type_ghost_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Spettro", + "quest_title_quest_fight_type_ghost_psychic_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Psico o Spettro", + "quest_title_quest_fight_type_grass_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Erba", + "quest_title_quest_fight_type_ground_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Terra", + "quest_title_quest_fight_type_ice_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Ghiaccio", + "quest_title_quest_fight_type_normal_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Normale", + "quest_title_quest_fight_type_normal_psychic_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Normale o Psico", + "quest_title_quest_fight_type_poison_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Veleno", + "quest_title_quest_fight_type_psychic_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Psico", + "quest_title_quest_fight_type_rock_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Roccia", + "quest_title_quest_fight_type_steel_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Acciaio", + "quest_title_quest_fight_type_water_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Acqua", + "quest_title_quest_first_catch_of_the_day": "Prima cattura di oggi", + "quest_title_quest_first_pokestop_of_the_day": "Primo Pokéstop di oggi", + "quest_title_quest_flaaffy_evolve_b": "Fai evolvere {{amount_0}} Flaaffy", + "quest_title_quest_flett_catch_b": "Cattura {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_b": "Fai evolvere {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_s1": "Fai evolvere {{amount_0}} Fletchinder", + "quest_title_quest_floragato_evolve_b": "Fai evolvere un Floragato", + "quest_title_quest_fraxure_evolve_b": "Fai evolvere {{amount_0}} Fraxure", + "quest_title_quest_froakie_catch_b": "Cattura {{amount_0}} Froakie", + "quest_title_quest_froakie_evolve_b": "Fai evolvere {{amount_0}} Froakie", + "quest_title_quest_froakie_snapshot_b": "Fai una foto a {{amount_0}} Froakie", + "quest_title_quest_frogadier_evolve_b": "Fai evolvere {{amount_0}} Frogadier", + "quest_title_quest_fuecoco_evolve_b": "Fai evolvere un Fuecoco", + "quest_title_quest_fuse_necrozma": "Fondi Necrozma", + "quest_title_quest_gbl_rank": "Raggiungi il livello {{amount_0}} nella Lega Lotte GO", + "quest_title_quest_gbl_rank_fifteen": "Raggiungi il livello 15 nella Lega Lotte GO", + "quest_title_quest_gbl_rank_five": "Raggiungi il livello 5 nella Lega Lotte GO", + "quest_title_quest_gbl_rank_ten": "Raggiungi il livello 10 nella Lega Lotte GO", + "quest_title_quest_gbl_rank_twenty": "Raggiungi il livello 20 nella Lega Lotte GO", + "quest_title_quest_get_cell_singular": "Trova una cellula di Zygarde", + "quest_title_quest_giblt_catch_b": "Cattura {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_b": "Fai evolvere {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_s1": "Fai evolvere {{amount_0}} Gabite", + "quest_title_quest_gift_open_plural": "Apri {{amount_0}} pacchi amicizia", + "quest_title_quest_gift_open_singular": "Apri un pacco amicizia", + "quest_title_quest_go_for_a_spin_00": "Trova e fai girare un disco Pokéstop con Spinda (1/8)", + "quest_title_quest_go_for_a_spin_01": "Trova e fai girare un disco Pokéstop con Spinda (2/8)", + "quest_title_quest_go_for_a_spin_02": "Trova e fai girare un disco Pokéstop con Spinda (3/8)", + "quest_title_quest_go_for_a_spin_03": "Trova e fai girare un disco Pokéstop con Spinda (4/8)", + "quest_title_quest_go_for_a_spin_04": "Trova e fai girare un disco Pokéstop con Spinda (5/8)", + "quest_title_quest_go_for_a_spin_05": "Trova e fai girare un disco Pokéstop con Spinda (6/8)", + "quest_title_quest_go_for_a_spin_06": "Trova e fai girare un disco Pokéstop con Spinda (7/8)", + "quest_title_quest_go_for_a_spin_07": "Trova e fai girare un disco Pokéstop con Spinda (8/8)", + "quest_title_quest_go_tour_snapshot_habitat_01": "Fai una foto al tuo compagno nell’habitat Sabbie roventi", + "quest_title_quest_go_tour_snapshot_habitat_02": "Fai una foto al tuo compagno nell’habitat Nebbie misteriose", + "quest_title_quest_go_tour_snapshot_habitat_03": "Fai una foto al tuo compagno nell’habitat Terra rigogliosa", + "quest_title_quest_go_tour_snapshot_habitat_04": "Fai una foto al tuo compagno nell’habitat Coste antiche", + "quest_title_quest_gold_hoenn_dex": "Ottieni il premio d’oro di Hoenn", + "quest_title_quest_gold_medal_plural": "Ottieni {{amount_0}} premi d’oro", + "quest_title_quest_gold_medal_plural_five": "Ottieni 5 premi d’oro", + "quest_title_quest_gold_medal_singular": "Ottieni un premio d’oro", + "quest_title_quest_goomy_catch_b": "Cattura {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_plural": "Fai evolvere {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_singular": "Fai evolvere un Goomy", + "quest_title_quest_grookey_evolve": "Fai evolvere un Grookey", + "quest_title_quest_grubbin_catch_b": "Cattura {{amount_0}} Grubbin", + "quest_title_quest_grubbin_evolve_b": "Fai evolvere {{amount_0}} Grubbin", + "quest_title_quest_grubbin_snapshot_b": "Fai una foto a {{amount_0}} Grubbin", + "quest_title_quest_gt_catch_b": "Cattura {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_b": "Fai evolvere {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_s1": "Fai evolvere {{amount_0}} Haunter", + "quest_title_quest_gulpin_catch": "Cattura {{amount_0}} Gulpin", + "quest_title_quest_gurdurr_evolve_b": "Fai evolvere {{amount_0}} Gurdurr", + "quest_title_quest_hallo19_catch_specific_plural": "Cattura {{amount_0}} Poochyena o Houndour", + "quest_title_quest_hallo19_catch_type_dark_plural": "Cattura {{amount_0}} Pokémon di tipo Buio", + "quest_title_quest_hallo19_catch_type_ghost_plural": "Cattura {{amount_0}} Pokémon di tipo Spettro", + "quest_title_quest_hallo19_evolve_plural": "Fai evolvere {{amount_0}} Duskull o Shuppet", + "quest_title_quest_hallo19_transfer_plural": "Trasferisci {{amount_0}} Pokémon", + "quest_title_quest_hatch_egg_plural": "Fai schiudere {{amount_0}} Uova", + "quest_title_quest_hatch_egg_routes_plural": "Fai schiudere {{amount_0}} Uova mentre segui dei percorsi", + "quest_title_quest_hatch_egg_routes_singular": "Fai schiudere un Uovo mentre segui un percorso", + "quest_title_quest_hatch_egg_singular": "Fai schiudere un Uovo", + "quest_title_quest_hoenn_celebration_research": "Ricerca dei festeggiamenti di Hoenn", + "quest_title_quest_hoenn19_catch_specific_plural": "Festeggiamenti di Hoenn: cattura {{amount_0}} Zigzagoon o Taillow", + "quest_title_quest_hoenn19_evolve_specific_plural": "Festeggiamenti di Hoenn: fai evolvere {{amount_0}} Wurmple", + "quest_title_quest_hoenn19_hatch_eggs": "Festeggiamenti di Hoenn: fai schiudere {{amount_0}} Uova", + "quest_title_quest_hoppt_catch_b": "Cattura {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_b": "Fai evolvere {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_s1": "Fai evolvere {{amount_0}} Skiploom", + "quest_title_quest_incense_or_dai_plural": "Usa {{amount_0}} aromi o aromi avventura giornaliera", + "quest_title_quest_incense_or_dai_singular": "Usa un aroma o un aroma avventura giornaliera", + "quest_title_quest_incense_plural": "Utilizza {{amount_0}} aromi", + "quest_title_quest_incense_routes_plural": "Usa {{amount_0}} aromi mentre segui dei percorsi", + "quest_title_quest_incense_routes_singular": "Usa un aroma mentre segui un percorso", + "quest_title_quest_incense_singular": "Utilizza un aroma", + "quest_title_quest_jan19rsd_buddywalk_singular": "Ricerche su Feebas: guadagna una caramella camminando con il tuo compagno", + "quest_title_quest_jan19rsd_hatch_egg_singular": "Ricerche su Feebas: fai schiudere un Uovo", + "quest_title_quest_jan19rsd_land_great_plural": "Ricerche su Feebas: effettua {{amount_0}} ottimi tiri", + "quest_title_quest_jan19rsd_land_nice_plural": "Ricerche su Feebas: effettua {{amount_0}} bei tiri", + "quest_title_quest_johtofestival_catch_special17_plural": "Festival di Johto: Cattura {{amount_0}} Sunkern", + "quest_title_quest_johtofestival_catch_type_water_plural": "Festival di Johto: cattura {{amount_0}} Pokémon di tipo Acqua", + "quest_title_quest_johtofestival_evolve_plural": "Festival di Johto: Fai evolvere {{amount_0}} Sunkern o Natu", + "quest_title_quest_johtofestival_land_excellent_plural": "Festival di Johto: Effettua {{amount_0}} tiri eccellenti", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Festival di Johto: Lancia {{amount_0}} palle curve di fila con risultato ottimo", + "quest_title_quest_johtofestival_win_raid_singular": "Festival di Johto: Vinci un raid", + "quest_title_quest_kanto_green_bellsprout": "Tour GO: cattura Bellsprout", + "quest_title_quest_kanto_green_meowth": "Tour GO: cattura Meowth", + "quest_title_quest_kanto_green_sandshrew": "Tour GO: cattura Sandshrew", + "quest_title_quest_kanto_green_vulpix": "Tour GO: cattura Vulpix", + "quest_title_quest_kanto_hatch_plural": "Tour GO di Kanto: fai schiudere {{amount_0}} Uova", + "quest_title_quest_kanto_hatch_singular": "Tour GO di Kanto: fai schiudere un Uovo", + "quest_title_quest_kanto_npc_plural": "Tour GO di Kanto: sconfiggi {{amount_0}} sfidanti del Tour GO", + "quest_title_quest_kanto_npc_singular": "Tour GO di Kanto: sconfiggi uno sfidante del Tour GO", + "quest_title_quest_kanto_red_ekans": "Tour GO: cattura Ekans", + "quest_title_quest_kanto_red_growlithe": "Tour GO: cattura Growlithe", + "quest_title_quest_kanto_red_mankey": "Tour GO: cattura Mankey", + "quest_title_quest_kanto_red_oddish": "Tour GO: cattura Oddish", + "quest_title_quest_kecleon_catch": "Cattura {{amount_0}} Kecleon", + "quest_title_quest_lampent_evolve_b": "Fai evolvere {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "Lancia {{amount_0}} palle curve per catturare Pokémon di tipo Spettro", + "quest_title_quest_land_curveball_plural": "Lancia {{amount_0}} palle curve", + "quest_title_quest_land_curveball_singular": "Lancia una palla curva", + "quest_title_quest_land_excellent_curveball_plural": "Lancia {{amount_0}} palle curve con risultato eccellente", + "quest_title_quest_land_excellent_curveball_singular": "Lancia una palla curva con risultato eccellente", + "quest_title_quest_land_excellent_plural": "Effettua {{amount_0}} tiri eccellenti", + "quest_title_quest_land_excellent_singular": "Effettua un tiro eccellente", + "quest_title_quest_land_great_curve_inarow_type_ghost": "Lancia {{amount_0}} palle curve di fila con risultato ottimo per catturare Pokémon di tipo Spettro", + "quest_title_quest_land_great_curve_type_ghost": "Lancia {{amount_0}} palle curve per catturare Pokémon di tipo Spettro con risultato ottimo", + "quest_title_quest_land_great_curveball_plural": "Lancia {{amount_0}} palle curve con risultato ottimo", + "quest_title_quest_land_great_curveball_singular": "Lancia una palla curva con risultato ottimo", + "quest_title_quest_land_great_plural": "Effettua {{amount_0}} ottimi tiri", + "quest_title_quest_land_great_singular": "Effettua un ottimo tiro", + "quest_title_quest_land_great_type_ghost": "Effettua {{amount_0}} ottimi tiri per catturare Pokémon di tipo Spettro", + "quest_title_quest_land_inarow_curveball_plural": "Lancia {{amount_0}} palle curve di fila", + "quest_title_quest_land_inarow_excellent_curveball_plural": "Lancia {{amount_0}} palle curve di fila con risultato eccellente", + "quest_title_quest_land_inarow_excellent_plural": "Effettua {{amount_0}} tiri eccellenti di fila", + "quest_title_quest_land_inarow_great_curveball_plural": "Lancia {{amount_0}} palle curve di fila con risultato ottimo", + "quest_title_quest_land_inarow_great_plural": "Effettua {{amount_0}} ottimi tiri di fila", + "quest_title_quest_land_inarow_nice_curveball_plural": "Lancia {{amount_0}} palle curve di fila con un bel risultato", + "quest_title_quest_land_inarow_nice_plural": "Effettua {{amount_0}} bei tiri di fila", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "Lancia {{amount_0}} palle curve di fila con un bel risultato per catturare Pokémon di tipo Spettro", + "quest_title_quest_land_nice_curve_plural": "Lancia {{amount_0}} palle curve con un bel risultato", + "quest_title_quest_land_nice_curve_singular": "Lancia una palla curva con un bel risultato", + "quest_title_quest_land_nice_curve_type_ghost": "Lancia {{amount_0}} palle curve con un bel risultato per catturare Pokémon di tipo Spettro ", + "quest_title_quest_land_nice_electric_plural": "Cattura {{amount_0}} Pokémon di tipo Elettro con dei bei tiri", + "quest_title_quest_land_nice_plural": "Effettua {{amount_0}} bei tiri", + "quest_title_quest_land_nice_singular": "Effettua un bel tiro", + "quest_title_quest_land_nice_type_ghost": "Effettua {{amount_0}} bei tiri per catturare Pokémon di tipo Spettro", + "quest_title_quest_larvitar_cdc_evolve_b": "Fai evolvere {{amount_0}} Larvitar", + "quest_title_quest_larvitar_cdc_snapshot_b": "Fai una foto a {{amount_0}} Larvitar", + "quest_title_quest_latias_wild_snap": "Fai una foto a Latias allo stato selvatico", + "quest_title_quest_latios_wild_snap": "Fai una foto a Latios allo stato selvatico", + "quest_title_quest_litten_catch_b": "Cattura {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_plural": "Fai evolvere {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_singular": "Fai evolvere un Litten", + "quest_title_quest_litten_snapshot_b": "Fai una foto a {{amount_0}} Litten", + "quest_title_quest_litwick_catch_b": "Cattura {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Fai evolvere {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Fai {{amount_0}} foto a Litwick", + "quest_title_quest_local_trainer_battle": "Sfida un Allenatore nelle vicinanze scansionando il suo codice della sfida.", + "quest_title_quest_lucky_plural": "Ottieni {{amount_0}} Pokémon fortunati negli scambi", + "quest_title_quest_lucky_singular": "Ottieni un Pokémon fortunato attraverso uno scambio", + "quest_title_quest_lunar19_friends_trade_plural": "Scambia {{amount_0}} Pokémon con un amico", + "quest_title_quest_macht_catch_b": "Cattura {{amount_0}} Machop", + "quest_title_quest_macht_evolve_b": "Fai evolvere {{amount_0}} Machop", + "quest_title_quest_macht_evolve_s1": "Fai evolvere {{amount_0}} Machoke", + "quest_title_quest_magit_catch_b": "Cattura {{amount_0}} Magikarp", + "quest_title_quest_magit_evolve_b": "Fai evolvere {{amount_0}} Magikarp", + "quest_title_quest_magmt_catch_b": "Cattura {{amount_0}} Magmar", + "quest_title_quest_magmt_evolve_b": "Fai evolvere {{amount_0}} Magmar", + "quest_title_quest_mareep_catch_b": "Cattura {{amount_0}} Mareep", + "quest_title_quest_mareep_evolve_b": "Fai evolvere {{amount_0}} Mareep", + "quest_title_quest_mareep_snapshot_b": "Fai una foto a {{amount_0}} Mareep", + "quest_title_quest_mega_evo_primal_rev_plural": "Attiva l’archeorisveglio oppure fai megaevolvere un Pokémon {{amount_0}} volte", + "quest_title_quest_mega_evo_primal_rev_singular": "Attiva l’archeorisveglio oppure fai megaevolvere un Pokémon", + "quest_title_quest_mega_evolve_beedrill": "Fai megaevolvere un Beedrill", + "quest_title_quest_mega_evolve_blastoise": "Fai megaevolvere un Blastoise", + "quest_title_quest_mega_evolve_charizard": "Fai megaevolvere un Charizard", + "quest_title_quest_mega_evolve_diancie": "Fai megaevolvere Diancie", + "quest_title_quest_mega_evolve_plural": "Fai megaevolvere {{amount_0}} Pokémon", + "quest_title_quest_mega_evolve_rayquaza": "Fai megaevolvere Rayquaza", + "quest_title_quest_mega_evolve_singular": "Fai megaevolvere un Pokémon", + "quest_title_quest_mega_evolve_venusaur": "Fai megaevolvere un Venusaur", + "quest_title_quest_mega_join_raid_plural": "Partecipa a {{amount_0}} megaraid", + "quest_title_quest_mega_join_raid_singular": "Partecipa a un megaraid", + "quest_title_quest_mega_win_raid_plural": "Megaraid vinti: {{amount_0}}", + "quest_title_quest_mega_win_raid_singular": "Vinci un megaraid", + "quest_title_quest_mesprit_wild_snap": "Fai una foto a Mesprit allo stato selvatico", + "quest_title_quest_metang_evolve_b_singular": "Fai evolvere un Metang", + "quest_title_quest_more_reseach_coming_soon": "Presto in arrivo altre ricerche!", + "quest_title_quest_mudkt_catch_b": "Cattura {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_b": "Fai evolvere {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_s1": "Fai evolvere {{amount_0}} Marshtomp", + "quest_title_quest_new_friends_plural": "Stringi {{amount_0}} nuove amicizie", + "quest_title_quest_new_friends_singular": "Stringi una nuova amicizia", + "quest_title_quest_noibat_catch_b": "Cattura {{amount_0}} Noibat", + "quest_title_quest_noibat_evolve_b": "Fai evolvere {{amount_0}} Noibat", + "quest_title_quest_noibat_snapshot_b": "Fai una foto a {{amount_0}} Noibat", + "quest_title_quest_oshat_catch_b": "Cattura {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_b": "Fai evolvere {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_s1": "Fai evolvere un Dewott", + "quest_title_quest_party_catch_electric_type_plural": "Cattura {{amount_0}} Pokémon di tipo Elettro con un gruppo", + "quest_title_quest_party_catch_electric_type_singular": "Cattura un Pokémon di tipo Elettro con un gruppo", + "quest_title_quest_party_catch_fire_type_plural": "Cattura {{amount_0}} Pokémon di tipo Fuoco con un gruppo", + "quest_title_quest_party_catch_fire_type_singular": "Cattura un Pokémon di tipo Fuoco con un gruppo", + "quest_title_quest_party_catch_normal_type_plural": "Cattura {{amount_0}} Pokémon di tipo Normale con un gruppo", + "quest_title_quest_party_catch_normal_type_singular": "Cattura un Pokémon di tipo Normale con un gruppo", + "quest_title_quest_party_catch_water_type_plural": "Cattura {{amount_0}} Pokémon di tipo Acqua con un gruppo", + "quest_title_quest_party_catch_water_type_singular": "Cattura un Pokémon di tipo Acqua con un gruppo", + "quest_title_quest_party_challenge_plural": "Completa {{amount_0}} sfide di gruppo", + "quest_title_quest_party_challenge_singular": "Completa una sfida di gruppo", + "quest_title_quest_platinum_johto_badge": "Ottieni il premio di platino di Johto", + "quest_title_quest_platinum_kanto_badge": "Ottieni il premio di platino di Kanto", + "quest_title_quest_platinum_medal_plural": "Ottieni {{amount_0}} premi di platino", + "quest_title_quest_platinum_medal_plural_five": "Ottieni 5 premi di platino", + "quest_title_quest_platinum_medal_plural_forty": "Ottieni 40 premi di platino", + "quest_title_quest_platinum_medal_plural_ten": "Ottieni 10 premi di platino", + "quest_title_quest_platinum_medal_plural_twenty": "Ottieni 20 premi di platino", + "quest_title_quest_platinum_medal_singular": "Ottieni un premio di platino", + "quest_title_quest_play_buddy_singular": "Gioca con il tuo compagno", + "quest_title_quest_pokemon_appears": "Appare un Pokémon", + "quest_title_quest_poliwag_catch_b": "Cattura {{amount_0}} Poliwag", + "quest_title_quest_poliwag_evolve_b": "Fai evolvere {{amount_0}} Poliwag", + "quest_title_quest_poliwag_snapshot_b": "Fai {{amount_0}} foto a Poliwag", + "quest_title_quest_poliwhirl_evolve_b": "Fai evolvere {{amount_0}} Poliwhirl", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "Cattura {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_plural": "Fai evolvere {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_singular": "Fai evolvere un Popplio", + "quest_title_quest_porygon_catch_b": "Cattura {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_plural": "Fai evolvere {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_singular": "Fai evolvere un Porygon", + "quest_title_quest_porygon_snapshot_b": "Fai una foto a {{amount_0}} Porygon", + "quest_title_quest_porygon2_evolve_b_plural": "Fai evolvere {{amount_0}} Porygon2", + "quest_title_quest_porygon2_evolve_b_singular": "Fai evolvere un Porygon2", + "quest_title_quest_poryt_catch_b": "Cattura {{amount_0}} Porygon", + "quest_title_quest_poryt_catch_s1": "Cattura {{amount_0}} Porygon2", + "quest_title_quest_poryt_evolve_b": "Fai evolvere {{amount_0}} Porygon", + "quest_title_quest_poryt_evolve_s1": "Fai evolvere {{amount_0}} Porygon2", + "quest_title_quest_power_up_dragon_plural": "Potenzia Pokémon di tipo Drago {{amount_0}} volte", + "quest_title_quest_power_up_fire_ice": "Potenzia Pokémon di tipo Fuoco o Ghiaccio cinque volte", + "quest_title_quest_power_up_grass_ghost": "Potenzia Pokémon di tipo Erba o Spettro cinque volte", + "quest_title_quest_power_up_legendary_plural": "Potenzia Pokémon leggendari o misteriosi {{amount_0}} volte", + "quest_title_quest_power_up_legendary_singular": "Potenzia un Pokémon leggendario o misterioso", + "quest_title_quest_power_up_max_plural": "Potenzia {{amount_0}} Pokémon ai loro PL massimi", + "quest_title_quest_power_up_max_singular": "Potenzia un Pokémon ai suoi PL massimi", + "quest_title_quest_power_up_plural": "Potenzia dei Pokémon {{amount_0}} volte", + "quest_title_quest_power_up_plural_bug": "Potenzia {{amount_0}} Pokémon di tipo Coleottero", + "quest_title_quest_power_up_plural_dark": "Potenzia {{amount_0}} Pokémon di tipo Buio", + "quest_title_quest_power_up_plural_dragon": "Potenzia Pokémon di tipo Drago {{amount_0}} volte", + "quest_title_quest_power_up_plural_electric": "Potenzia Pokémon di tipo Elettro {{amount_0}} volte", + "quest_title_quest_power_up_plural_fairy": "Potenzia Pokémon di tipo Folletto {{amount_0}} volte", + "quest_title_quest_power_up_plural_fighting": "Potenzia Pokémon di tipo Lotta {{amount_0}} volte", + "quest_title_quest_power_up_plural_fire": "Potenzia Pokémon di tipo Fuoco {{amount_0}} volte", + "quest_title_quest_power_up_plural_flying": "Potenzia Pokémon di tipo Volante {{amount_0}} volte", + "quest_title_quest_power_up_plural_ghost": "Potenzia Pokémon di tipo Spettro {{amount_0}} volte", + "quest_title_quest_power_up_plural_grass": "Potenzia Pokémon di tipo Erba {{amount_0}} volte", + "quest_title_quest_power_up_plural_ground": "Potenzia Pokémon di tipo Terra {{amount_0}} volte", + "quest_title_quest_power_up_plural_ice": "Potenzia Pokémon di tipo Ghiaccio {{amount_0}} volte", + "quest_title_quest_power_up_plural_normal": "Potenzia Pokémon di tipo Normale {{amount_0}} volte", + "quest_title_quest_power_up_plural_poison": "Potenzia {{amount_0}} Pokémon di tipo Veleno", + "quest_title_quest_power_up_plural_psychic": "Potenzia Pokémon di tipo Psico {{amount_0}} volte", + "quest_title_quest_power_up_plural_rock": "Potenzia {{amount_0}} Pokémon di tipo Roccia", + "quest_title_quest_power_up_plural_rock_fairy": "Potenzia Pokémon di tipo Roccia o Folletto {{amount_0}} volte", + "quest_title_quest_power_up_plural_steel": "Potenzia {{amount_0}} Pokémon di tipo Acciaio", + "quest_title_quest_power_up_plural_water": "Potenzia Pokémon di tipo Acqua {{amount_0}} volte", + "quest_title_quest_power_up_poison_rock": "Potenzia Pokémon di tipo Veleno o Roccia cinque volte", + "quest_title_quest_power_up_singular": "Potenzia un Pokémon", + "quest_title_quest_power_up_singular_marshadow": "Potenzia Marshadow", + "quest_title_quest_power_up_water_normal": "Potenzia Pokémon di tipo Normale o Acqua cinque volte", + "quest_title_quest_primal_raid_victory_groudon": "Vinci un raid di ArcheoGroudon", + "quest_title_quest_primal_raid_victory_kyogre": "Vinci un raid di ArcheoKyogre", + "quest_title_quest_primal_raid_victory_plural": "Vinci {{amount_0}} archeoraid", + "quest_title_quest_primal_raid_victory_singular": "Vinci un archeoraid", + "quest_title_quest_primal_reversion_plural": "Attiva l’archeorisveglio {{amount_0}} volte", + "quest_title_quest_primal_reversion_singular": "Attiva l’archeorisveglio", + "quest_title_quest_primal_surge_candy": "Archeoinvasione: guadagna una caramella camminando con il tuo compagno", + "quest_title_quest_primal_surge_catch": "Archeoinvasione: cattura 10 Pokémon", + "quest_title_quest_primal_surge_hatch": "Archeoinvasione: fai schiudere un Uovo", + "quest_title_quest_primal_surge_power_ground": "Archeoinvasione: potenzia Pokémon di tipo Terra cinque volte", + "quest_title_quest_primal_surge_power_water": "Archeoinvasione: potenzia Pokémon di tipo Acqua cinque volte", + "quest_title_quest_primal_surge_raid": "Archeoinvasione: vinci un raid", + "quest_title_quest_psychicspec_catch_abra_plural": "Cattura {{amount_0}} Abra o Drowzee", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "Cattura {{amount_0}} Pokémon di tipo Psico", + "quest_title_quest_psychicspec_evolve_plural": "Fai evolvere {{amount_0}} Exeggcute o Slowpoke", + "quest_title_quest_quaxly_evolve_b": "Fai evolvere un Quaxly", + "quest_title_quest_quaxwell_evolve_b": "Fai evolvere un Quaxwell", + "quest_title_quest_quilava_evolve_b_plural": "Fai evolvere {{amount_0}} Quilava", + "quest_title_quest_quilava_evolve_b_singular": "Fai evolvere un Quilava", + "quest_title_quest_quilladin_evolve_b": "Fai evolvere {{amount_0}} Quilladin", + "quest_title_quest_raboot_evolve": "Fai evolvere un Raboot", + "quest_title_quest_raid_friend_singular": "Partecipa a un raid con un amico", + "quest_title_quest_raid_t5_win": "Vinci un raid di livello cinque", + "quest_title_quest_raid_with_buddy_plural": "Partecipa a {{amount_0}} raid con il tuo compagno", + "quest_title_quest_raid_with_buddy_singular": "Partecipa a un raid con il tuo compagno", + "quest_title_quest_reach_hoenn_gold": "Ottieni il premio d’oro di Hoenn", + "quest_title_quest_reach_johto_gold": "Ottieni il premio d’oro di Johto", + "quest_title_quest_reach_kanto_gold": "Ottieni il premio d’oro di Kanto", + "quest_title_quest_reach_kanto_silver": "Ottinei il premio d’argento di Kanto", + "quest_title_quest_reach_level": "Raggiungi il livello {{amount_0}}", + "quest_title_quest_referral_initial_milestone": "Ha effettuato l’accesso a Pokémon GO", + "quest_title_quest_remove_bonus_challenge_desc": "Ne riceverai un’altra domani.", + "quest_title_quest_reward_desc_1": "Ottieni timbri per sbloccare le scoperte straordinarie del Professor Willow!", + "quest_title_quest_reward_desc_2": "Farai una scoperta straordinaria se ottieni", + "quest_title_quest_reward_desc_3_plural": "altri {{amount_0}} timbri!", + "quest_title_quest_reward_desc_3_singular": "un altro timbro!", + "quest_title_quest_reward_encounter_later": "Più tardi", + "quest_title_quest_reward_encounter_uses_ar": "Devi essere in modalità AR per catturare questo Pokémon.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "È apparso un Pokémon insolito!", + "quest_title_quest_reward_start_encounter": "Affrontalo subito", + "quest_title_quest_rocket_battle_plural": "Sfida {{amount_0}} reclute del Team GO Rocket", + "quest_title_quest_rocket_battle_win_plural": "Sconfiggi {{amount_0}} reclute del Team GO Rocket", + "quest_title_quest_rocket_battle_win_singular": "Sconfiggi una recluta del Team GO Rocket", + "quest_title_quest_rocket_catch_shadow_singular": "Cattura un Pokémon Ombra", + "quest_title_quest_rocket_evolve_plural": "Fai evolvere {{amount_0}} Pokémon", + "quest_title_quest_rocket_leader_battle_win_singular": "Sconfiggi un leader del Team GO Rocket", + "quest_title_quest_rocket_power_up_plural": "Potenzia dei Pokémon {{amount_0}} volte", + "quest_title_quest_rocket_purify_dark_plural": "Purifica {{amount_0}} Pokémon Ombra di tipo Buio", + "quest_title_quest_rocket_purify_fire_plural": "Purifica {{amount_0}} Pokémon Ombra di tipo Fuoco", + "quest_title_quest_rocket_purify_plural": "Purifica {{amount_0}} Pokémon Ombra", + "quest_title_quest_rocket_purify_type_singular": "Purifica un Pokémon Ombra di tipo Fuoco, Acqua o Erba", + "quest_title_quest_rocket_rescue_shadow_plural": "Salva {{amount_0}} Pokémon Ombra", + "quest_title_quest_rocket_shadow_plural": "Cattura {{amount_0}} Pokémon Ombra", + "quest_title_quest_rockethq1_arlo_win": "Sconfiggi Arlo, uno dei leader del Team GO Rocket", + "quest_title_quest_rockethq1_arlo_win_plural": "Sconfiggi Arlo, uno dei leader del Team GO Rocket, {{amount_0}} volte", + "quest_title_quest_rockethq1_battle_boss": "Affronta il capo del Team GO Rocket", + "quest_title_quest_rockethq1_catch_legendary_shadow": "Cattura un Pokémon Ombra leggendario", + "quest_title_quest_rockethq1_catch_shadow1": "Cattura {{amount_0}} Pokémon Ombra", + "quest_title_quest_rockethq1_cliff_win": "Sconfiggi Cliff, uno dei leader del Team GO Rocket", + "quest_title_quest_rockethq1_cliff_win_plural": "Sconfiggi Cliff, uno dei leader del Team GO Rocket, {{amount_0}} volte", + "quest_title_quest_rockethq1_defeat_boss": "Sconfiggi il capo del Team GO Rocket", + "quest_title_quest_rockethq1_find_boss": "Trova il capo del Team GO Rocket", + "quest_title_quest_rockethq1_grunt_win1": "Sconfiggi {{amount_0}} reclute del Team GO Rocket", + "quest_title_quest_rockethq1_grunt_win2": "Sconfiggi {{amount_0}} reclute del Team GO Rocket", + "quest_title_quest_rockethq1_leader_win_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte", + "quest_title_quest_rockethq1_leaders_win_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte", + "quest_title_quest_rockethq1_purify": "Purifica {{amount_0}} Pokémon Ombra", + "quest_title_quest_rockethq1_raid_win": "Vinci {{amount_0}} raid", + "quest_title_quest_rockethq1_sierra_win": "Sconfiggi Sierra, uno dei leader del Team GO Rocket", + "quest_title_quest_rockethq1_sierra_win_plural": "Sconfiggi Sierra, uno dei leader del Team GO Rocket, {{amount_0}} volte", + "quest_title_quest_rockethq1_spin": "Fai girare {{amount_0}} dischi dei Pokéstop", + "quest_title_quest_rockethq1_spin_row": "Fai girare un disco Pokéstop per {{amount_0}} giorni di fila", + "quest_title_quest_rockethq1_supereffective": "Usa {{amount_0}} attacchi caricati superefficaci nelle Lotte in Palestra", + "quest_title_quest_rockethq1_trainerbattle_win": "Vinci {{amount_0}} sfide contro un altro Allenatore nella Lega Mega", + "quest_title_quest_roggenrola_catch_b": "Cattura {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_evolve_b": "Fai evolvere {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_snapshot_b": "Fai {{amount_0}} foto a Roggenrola", + "quest_title_quest_roset_catch_b": "Cattura {{amount_0}} Roselia", + "quest_title_quest_roset_evolve_b": "Fai evolvere {{amount_0}} Roselia", + "quest_title_quest_rowlet_catch_b": "Cattura {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_plural": "Fai evolvere {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_singular": "Fai evolvere {{amount_0}} Rowlet", + "quest_title_quest_rowlet_snapshot_b": "Fai una foto a {{amount_0}} Rowlet", + "quest_title_quest_sandt_catch_b": "Cattura {{amount_0}} Sandshrew", + "quest_title_quest_sandt_evolve_b": "Fai evolvere {{amount_0}} Sandshrew", + "quest_title_quest_scorbunny_evolve": "Fai evolvere uno Scorbunny", + "quest_title_quest_send_gifts_daily_row": "Invia pacchi amicizia per {{amount_0}} giorni di fila", + "quest_title_quest_send_gifts_plural": "Invia {{amount_0}} pacchi amicizia", + "quest_title_quest_send_gifts_singular": "Invia un pacco amicizia a un amico", + "quest_title_quest_send_gifts_sticker_plural": "Invia {{amount_0}} pacchi amicizia e aggiungi a ciascuno un adesivo ", + "quest_title_quest_send_gifts_sticker_singular": "Invia un pacco amicizia con un adesivo", + "quest_title_quest_shelgon_evolve_b_plural": "Fai evolvere {{amount_0}} Shelgon", + "quest_title_quest_shelgon_evolve_b_singular": "Fai evolvere uno Shelgon", + "quest_title_quest_shint_catch_b": "Cattura {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_b": "Fai evolvere {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_s1": "Fai evolvere {{amount_0}} Luxio", + "quest_title_quest_sinnoh_evolve_plural": "Fai evolvere {{amount_0}} Pokémon originariamente scoperti nella regione di Sinnoh", + "quest_title_quest_sinnoh_evolve_stone_plural": "Usa una Pietra Sinnoh per far evolvere {{amount_0}} Pokémon", + "quest_title_quest_sinnoh_medal_gold": "Ottieni il premio d’oro di Sinnoh", + "quest_title_quest_sliggoo_evolve_b_plural": "Fai evolvere {{amount_0}} Sliggoo", + "quest_title_quest_sliggoo_evolve_b_singular": "Fai evolvere uno Sliggoo", + "quest_title_quest_slowpoke_catch_b": "Cattura {{amount_0}} Slowpoke o Slowpoke di Galar", + "quest_title_quest_slowpoke_evolve_b": "Fai evolvere {{amount_0}} Slowpoke o Slowpoke di Galar", + "quest_title_quest_slowpoke_snapshot_b": "Fa una foto a {{amount_0}} Slowpoke o Slowpoke di Galar", + "quest_title_quest_snapshot_ar_photo_safari": "Fai una foto al tuo compagno allo stand di Pokémon GO", + "quest_title_quest_snapshot_bali": "Fai una foto a Bali", + "quest_title_quest_snapshot_buddy": "Fai una foto del tuo compagno", + "quest_title_quest_snapshot_bulbasaur": "Fai una foto a Bulbasaur", + "quest_title_quest_snapshot_charmander": "Fai una foto a un tuo Charmander", + "quest_title_quest_snapshot_chikorita": "Fai una foto a un tuo Chikorita", + "quest_title_quest_snapshot_cyndaquil": "Fai una foto a un tuo Cyndaquil", + "quest_title_quest_snapshot_genesect": "Fai {{amount_0}} foto a Genesect", + "quest_title_quest_snapshot_hariyama": "Fai una foto a un tuo Hariyama", + "quest_title_quest_snapshot_hoopa_singular": "Fai una foto a Hoopa", + "quest_title_quest_snapshot_jeju": "Fai una foto sull’isola di Jeju", + "quest_title_quest_snapshot_keldeo": "Fai {{amount_0}} foto a Keldeo", + "quest_title_quest_snapshot_landorus": "Fai una foto a Landorus", + "quest_title_quest_snapshot_machamp": "Fai una foto a un tuo Machamp", + "quest_title_quest_snapshot_okinawa": "Fai una foto a Okinawa", + "quest_title_quest_snapshot_poison_grass_singular": "Fai una foto a un Pokémon selvatico di tipo Veleno", + "quest_title_quest_snapshot_regi_ice": "Fai una foto a Regice", + "quest_title_quest_snapshot_regi_rock": "Fai una foto a Regirock", + "quest_title_quest_snapshot_regi_steel": "Fai una foto a Registeel", + "quest_title_quest_snapshot_scrafty": "Fai una foto a un tuo Scrafty", + "quest_title_quest_snapshot_singular": "Fai una foto", + "quest_title_quest_snapshot_storage_bug_unique_plural": "Fai una foto a {{amount_0}} Pokémon diversi di tipo Coleottero catturati", + "quest_title_quest_snapshot_storage_steel_unique_plural": "Fai una foto a {{amount_0}} Pokémon diversi di tipo Acciaio catturati", + "quest_title_quest_snapshot_storage_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi", + "quest_title_quest_snapshot_surabaya": "Fai una foto a Surabaya", + "quest_title_quest_snapshot_thundurus": "Fai una foto a Thundurus", + "quest_title_quest_snapshot_tornadus": "Fai una foto a Tornadus", + "quest_title_quest_snapshot_totodile": "Fai una foto a un tuo Totodile", + "quest_title_quest_snapshot_unique_fire_pokemon": "Fai una foto a {{amount_0}} Pokémon diversi di tipo Fuoco", + "quest_title_quest_snapshot_unique_pokemon": "Fai una foto a {{amount_0}} tuoi Pokémon diversi", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Fai una foto a Shinx, Blitzle o Furfrou allo stato selvatico", + "quest_title_quest_snapshot_wild_bug_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Coleottero", + "quest_title_quest_snapshot_wild_bug_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Coleottero", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Fai una foto a Butterfree, Shinx o Blitzle allo stato selvatico", + "quest_title_quest_snapshot_wild_dark_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Buio", + "quest_title_quest_snapshot_wild_dark_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Buio", + "quest_title_quest_snapshot_wild_dragon_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Drago", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Drago", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Fai una foto a Chinchou, Finneon o Ducklett allo stato selvatico", + "quest_title_quest_snapshot_wild_eevee": "Fai una foto a Eevee allo stato selvatico", + "quest_title_quest_snapshot_wild_electric_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Elettro", + "quest_title_quest_snapshot_wild_electric_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Elettro", + "quest_title_quest_snapshot_wild_entei": "Fai una foto a Entei allo stato selvatico", + "quest_title_quest_snapshot_wild_fairy_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Folletto", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Folletto", + "quest_title_quest_snapshot_wild_fighting_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Lotta", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Lotta", + "quest_title_quest_snapshot_wild_fire_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Fuoco", + "quest_title_quest_snapshot_wild_fire_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Fuoco", + "quest_title_quest_snapshot_wild_flying_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Volante", + "quest_title_quest_snapshot_wild_flying_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Volante", + "quest_title_quest_snapshot_wild_frillish_absol": "Fai una foto ad Absol o Frillish allo stato selvatico", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Fai una foto a Sandshrew, Geodude o Cacnea allo stato selvatico", + "quest_title_quest_snapshot_wild_ghost_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Spettro", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Spettro", + "quest_title_quest_snapshot_wild_grass_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Erba", + "quest_title_quest_snapshot_wild_grass_singular": "Fai una foto a un Pokémon selvatico di tipo Erba", + "quest_title_quest_snapshot_wild_grass_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Erba", + "quest_title_quest_snapshot_wild_ground_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Terra", + "quest_title_quest_snapshot_wild_ground_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Terra", + "quest_title_quest_snapshot_wild_hoothoot": "Fai una foto a Hoothoot allo stato selvatico", + "quest_title_quest_snapshot_wild_ice_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Ghiaccio", + "quest_title_quest_snapshot_wild_ice_singular": "Fai una foto a un Pokémon selvatico di tipo Ghiaccio", + "quest_title_quest_snapshot_wild_ice_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Ghiaccio", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Fai una foto a Metapod, Aipom o Lotad allo stato selvatico", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Fai una foto a Chinchou, Luvdisc o Finneon allo stato selvatico", + "quest_title_quest_snapshot_wild_mareanie_singluar": "Fai una foto a un Mareanie selvatico", + "quest_title_quest_snapshot_wild_normal_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Normale", + "quest_title_quest_snapshot_wild_normal_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Normale", + "quest_title_quest_snapshot_wild_plural": "Fai {{amount_0}} foto a Pokémon allo stato selvatico", + "quest_title_quest_snapshot_wild_poison_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Veleno", + "quest_title_quest_snapshot_wild_poison_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Veleno", + "quest_title_quest_snapshot_wild_psychic_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Psico", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Psico", + "quest_title_quest_snapshot_wild_raikou": "Fai una foto a Raikou allo stato selvatico", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Terra, Roccia o Folletto", + "quest_title_quest_snapshot_wild_rock_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Roccia", + "quest_title_quest_snapshot_wild_rock_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Roccia", + "quest_title_quest_snapshot_wild_singular": "Fai una foto a un Pokémon allo stato selvatico", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Fai una foto a Dodrio, Mantine o Skarmory allo stato selvatico", + "quest_title_quest_snapshot_wild_skitty_kirlia": "Fai una foto a Kirlia o Skitty allo stato selvatico", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Fai una foto a Sneasel, Croagunk o Frillish allo stato selvatico", + "quest_title_quest_snapshot_wild_steel_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Acciaio", + "quest_title_quest_snapshot_wild_steel_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Acciaio", + "quest_title_quest_snapshot_wild_suicune": "Fai una foto a Suicune allo stato selvatico", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Fai una foto a Sandshrew, Trapinch o Cacnea allo stato selvatico", + "quest_title_quest_snapshot_wild_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Fuoco, Acqua o Erba", + "quest_title_quest_snapshot_wild_water_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Acqua", + "quest_title_quest_snapshot_wild_water_singular": "Fai una foto a un Pokémon selvatico di tipo Acqua", + "quest_title_quest_snapshot_wild_water_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Acqua", + "quest_title_quest_snapshot_yogyakarta": "Fai una foto a Yogyakarta", + "quest_title_quest_snapshots_inarow_plural": "Fai una foto a un Pokémon per {{amount_0}} giorni consecutivi", + "quest_title_quest_snapshots_plural": "Fai {{amount_0}} foto", + "quest_title_quest_snapshots_your_plural": "Fai {{amount_0}} foto ai tuoi Pokémon", + "quest_title_quest_snapshots_your_singular": "Fai {{amount_0}} foto a uno dei tuoi Pokémon", + "quest_title_quest_snivt_catch_b": "Cattura {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_b": "Fai evolvere {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_s1": "Fai evolvere {{amount_0}} Servine", + "quest_title_quest_sobble_evolve": "Fai evolvere un Sobble", + "quest_title_quest_sphet_catch_b": "Cattura {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_b": "Fai evolvere {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_s1": "Fai evolvere {{amount_0}} Sealeo", + "quest_title_quest_spin_151": "Fai girare 151 dischi dei Pokéstop o delle Palestre", + "quest_title_quest_spin_daysinarow": "Visita dei Pokéstop per {{amount_0}} giorni di fila", + "quest_title_quest_spin_go_tour_habitat_01": "Fai girare {{amount_0}} dischi dei Pokéstop o delle Palestre nell’habitat Metropoli marittima", + "quest_title_quest_spin_go_tour_habitat_02": "Fai girare {{amount_0}} dischi dei Pokéstop o delle Palestre nell’habitat Rovine aggrovigliate", + "quest_title_quest_spin_go_tour_habitat_03": "Fai girare {{amount_0}} dischi dei Pokéstop o delle Palestre nell’habitat Pantano gorgogliante", + "quest_title_quest_spin_go_tour_habitat_04": "Fai girare {{amount_0}} dischi dei Pokéstop o delle Palestre nell’habitat Terme di montagna", + "quest_title_quest_spin_go_tour_spiritomb_plural": "Fai girare {{amount_0}} dischi di Pokéstop di Spiritomb differenti", + "quest_title_quest_spin_go_tour_spiritomb_singular": "Fai girare il disco di un Pokéstop di Spiritomb", + "quest_title_quest_spin_mexico_plural": "Fai girare {{amount_0}} dischi Pokéstop in Messico", + "quest_title_quest_spin_mexico_singular": "Fai girare un disco Pokéstop in Messico", + "quest_title_quest_spin_pokestop_days": "Visita dei Pokéstop in {{amount_0}} giorni diversi", + "quest_title_quest_spin_ultra_wormhole_gym": "Fai girare il disco di una Palestra contrassegnato con “Ultravarco”", + "quest_title_quest_spin_wcs_2024": "Fai girare 10 dischi dei Pokéstop o delle Palestre all’Hawaiʻi Convention Center", + "quest_title_quest_sprigatito_evolve_b": "Fai evolvere uno Sprigatito", + "quest_title_quest_squirtle_catch_b": "Cattura {{amount_0}} Squirtle", + "quest_title_quest_squirtle_evolve_b": "Fai evolvere {{amount_0}} Squirtle", + "quest_title_quest_squirtle_snapshot_b": "Fai {{amount_0}} foto a Squirtle", + "quest_title_quest_st_catch_s": "Cattura 15 Seedot", + "quest_title_quest_st_evolve_n": "Fai evolvere un Nuzleaf", + "quest_title_quest_st_evolve_s": "Fai evolvere tre Seedot", + "quest_title_quest_stardust_plural": "Guadagna {{amount_0}} polvere di stelle", + "quest_title_quest_starly_catch_b": "Cattura {{amount_0}} Starly", + "quest_title_quest_starly_evolve_b": "Fai evolvere {{amount_0}} Starly", + "quest_title_quest_starly_snapshot_b": "Fai {{amount_0}} foto a Starly", + "quest_title_quest_start_battle": "INIZIA LA LOTTA!", + "quest_title_quest_steenee_evolve_b_plural": "Fai evolvere {{amount_0}} Steenee", + "quest_title_quest_steenee_evolve_b_singular": "Fai evolvere una Steenee", + "quest_title_quest_streak_format": "GIORNI DI FILA: {{amount_0}}!", + "quest_title_quest_stuff_catch_b": "Cattura {{amount_0}} Stufful", + "quest_title_quest_stuff_evolve_b": "Fai evolvere {{amount_0}} Stufful", + "quest_title_quest_stuff_snapshot_b": "Fai {{amount_0}} foto a Stufful allo stato selvatico", + "quest_title_quest_supereffective_charge_party_plural": "Usa {{amount_0}} attacchi superefficaci quando sei in gruppo", + "quest_title_quest_supereffective_charge_party_singular": "Usa un attacco superefficace quando sei in gruppo", + "quest_title_quest_supereffective_charge_plural": "Usa {{amount_0}} attacchi caricati superefficaci", + "quest_title_quest_supereffective_charge_singular": "Usa un attacco caricato superefficace", + "quest_title_quest_surskit_catch": "Cattura {{amount_0}} Surskit", + "quest_title_quest_swabt_catch_b": "Cattura {{amount_0}} Swablu", + "quest_title_quest_swabt_evolve_b": "Fai evolvere {{amount_0}} Swablu", + "quest_title_quest_swinub_cdc_evolve_b": "Fai evolvere {{amount_0}} Swinub", + "quest_title_quest_swinub_cdc_snapshot_b": "Fai una foto a {{amount_0}} Swinub", + "quest_title_quest_teddiursa_catch_b": "Cattura {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_evolve_b": "Fai evolvere {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_snapshot_b": "Fai una foto a {{amount_0}} Teddiursa", + "quest_title_quest_template.display.branches#0.button_text_key": "Raid, reclute e Palestre!", + "quest_title_quest_template.display.branches#0.description_key": "Scegliendo questo percorso, ti saranno assegnate missioni in cui affronterai Palestre, raid e membri del Team GO Rocket per ottenere ricompense, come un incontro con Charizard e altro ancora.", + "quest_title_quest_template.display.branches#1.button_text_key": "Lega Lotte GO!", + "quest_title_quest_template.display.branches#1.description_key": "Scegliendo questo percorso, ti saranno assegnate missioni in cui lotterai contro altri giocatori e vincendo otterrai ricompense, come un incontro con Charizard e altro ancora.", + "quest_title_quest_tepit_catch_b": "Cattura {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_b": "Fai evolvere {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_s1": "Fai evolvere {{amount_0}} Pignite", + "quest_title_quest_thwackey_evolve": "Fai evolvere un Thwackey", + "quest_title_quest_timburr_catch_b": "Cattura {{amount_0}} Timburr", + "quest_title_quest_timburr_evolve_b": "Fai evolvere {{amount_0}} Timburr", + "quest_title_quest_timburr_snapshot_b": "Fai una foto a {{amount_0}} Timburr", + "quest_title_quest_time_remaining_day_plural": "Hai {{amount_0}} giorni per completare questa ricerca speciale", + "quest_title_quest_time_remaining_day_singular": "Hai {{amount_0}} giorno per completare questa ricerca speciale", + "quest_title_quest_togetic_catch_b": "Cattura {{amount_0}} Togetic", + "quest_title_quest_togetic_evolve_b": "Fai evolvere {{amount_0}} Togetic", + "quest_title_quest_togetic_snapshot_b": "Fai una foto a {{amount_0}} Togetic", + "quest_title_quest_torracat_evolve_b_plural": "Fai evolvere {{amount_0}} Torracat", + "quest_title_quest_torracat_evolve_b_singular": "Fai evolvere un Torracat", + "quest_title_quest_trade_50km_plural": "Effettua {{amount_0}} scambi con Pokémon catturati ad almeno 50 km di distanza l’uno dall’altro", + "quest_title_quest_trade_100km_plural": "Effettua {{amount_0}} scambi con Pokémon catturati ad almeno 100 km di distanza l’uno dall’altro", + "quest_title_quest_trade_200km_plural": "Effettua {{amount_0}} scambi con Pokémon catturati ad almeno 200 km di distanza l’uno dall’altro", + "quest_title_quest_trade_300km_plural": "Effettua {{amount_0}} scambi con Pokémon catturati ad almeno 300 km di distanza l’uno dall’altro", + "quest_title_quest_trade_400km_plural": "Effettua {{amount_0}} scambi con Pokémon catturati ad almeno 400 km di distanza l’uno dall’altro", + "quest_title_quest_trade_500km_plural": "Effettua {{amount_0}} scambi con Pokémon catturati ad almeno 500 km di distanza l’uno dall’altro", + "quest_title_quest_trade_500km_singular": "Effettua uno scambio con Pokémon catturati ad almeno 500 km di distanza l’uno dall’altro", + "quest_title_quest_trade_pikachu_plural": "Trasferisci {{amount_0}} Pikachu", + "quest_title_quest_trade_plural": "Effettua {{amount_0}} scambi di Pokémon", + "quest_title_quest_trade_singular": "Effettua uno scambio di Pokémon", + "quest_title_quest_transfer_pidgey_plural": "Trasferisci {{amount_0}} Pidgey", + "quest_title_quest_transfer_pokemon_plural": "Trasferisci {{amount_0}} Pokémon", + "quest_title_quest_transfer_pokemon_singular": "Trasferisci un Pokémon", + "quest_title_quest_transfer_rock_or_poison_plural": "Trasferisci {{amount_0}} Pokémon di tipo Roccia o Veleno", + "quest_title_quest_transfer_rock_poison": "Trasferisci {{amount_0}} Pokémon di tipo Roccia o Veleno", + "quest_title_quest_transfer_type_bug_plural": "Trasferisci {{amount_0}} Pokémon di tipo Coleottero", + "quest_title_quest_transfer_type_dark_plural": "Trasferisci {{amount_0}} Pokémon di tipo Buio", + "quest_title_quest_transfer_type_dragon_plural": "Trasferisci {{amount_0}} Pokémon di tipo Drago", + "quest_title_quest_transfer_type_electric_plural": "Trasferisci {{amount_0}} Pokémon di tipo Elettro", + "quest_title_quest_transfer_type_fairy_plural": "Trasferisci {{amount_0}} Pokémon di tipo Folletto", + "quest_title_quest_transfer_type_fighting_plural": "Trasferisci {{amount_0}} Pokémon di tipo Lotta", + "quest_title_quest_transfer_type_fire_plural": "Trasferisci {{amount_0}} Pokémon di tipo Fuoco", + "quest_title_quest_transfer_type_flying_plural": "Trasferisci {{amount_0}} Pokémon di tipo Volante", + "quest_title_quest_transfer_type_ghost_plural": "Trasferisci {{amount_0}} Pokémon di tipo Spettro", + "quest_title_quest_transfer_type_grass_plural": "Trasferisci {{amount_0}} Pokémon di tipo Erba", + "quest_title_quest_transfer_type_ground_plural": "Trasferisci {{amount_0}} Pokémon di tipo Terra", + "quest_title_quest_transfer_type_ice_plural": "Trasferisci {{amount_0}} Pokémon di tipo Ghiaccio", + "quest_title_quest_transfer_type_normal_plural": "Trasferisci {{amount_0}} Pokémon di tipo Normale", + "quest_title_quest_transfer_type_poison_plural": "Trasferisci {{amount_0}} Pokémon di tipo Veleno", + "quest_title_quest_transfer_type_psychic_plural": "Trasferisci {{amount_0}} Pokémon di tipo Psico", + "quest_title_quest_transfer_type_rock_plural": "Trasferisci {{amount_0}} Pokémon di tipo Roccia", + "quest_title_quest_transfer_type_steel_plural": "Trasferisci {{amount_0}} Pokémon di tipo Acciaio", + "quest_title_quest_transfer_type_water_plural": "Trasferisci {{amount_0}} Pokémon di tipo Acqua", + "quest_title_quest_travel_routes_km_plural": "Percorri {{amount_0}} km mentre segui dei percorsi", + "quest_title_quest_travel_routes_meters_plural": "Percorri {{amount_0}} m mentre segui dei percorsi", + "quest_title_quest_tynamo_catch_b": "Cattura {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_plural": "Fai evolvere {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_singular": "Fai evolvere un Tynamo", + "quest_title_quest_under_investigation": "Il Professor Willow sta facendo un’indagine per questa ricerca. Torna presto a trovarci per ulteriori informazioni!", + "quest_title_quest_urd22_june_battle_gym": "Giornata di ricerca: lotta in una Palestra", + "quest_title_quest_urd22_june_battle_raid": "Giornata di ricerca: partecipa a un raid", + "quest_title_quest_urd22_june_beries": "Giornata di ricerca: usa {{amount_0}} bacche per catturrare dei Pokémon", + "quest_title_quest_urd22_june_catch_rock": "Giornata di ricerca: cattura {{amount_0}} Pokémon di tipo Roccia", + "quest_title_quest_urd22_june_catch_weather": "Giornata di ricerca: cattura {{amount_0}} Pokémon potenziati da condizioni atmosferiche", + "quest_title_quest_urd22_june_curveball": "Giornata di ricerca: lancia {{amount_0}} palle curve", + "quest_title_quest_urd22_june_curveball_row": "Giornata di ricerca: lancia {{amount_0}} palle curve di fila", + "quest_title_quest_urd22_june_evolve_rock": "Giornata di ricerca: fai evolvere {{amount_0}} Pokémon di tipo Roccia", + "quest_title_quest_urd22_june_gift_sticker": "Giornata di ricerca: invia {{amount_0}} pacchi amicizia con adesivi", + "quest_title_quest_urd22_june_great": "Giornata di ricerca: effettua {{amount_0}} ottimi tiri", + "quest_title_quest_urd22_june_great_row": "Giornata di ricerca: effettua {{amount_0}} ottimi tiri di fila", + "quest_title_quest_urd22_june_nice": "Giornata di ricerca: effettua {{amount_0}} bei tiri", + "quest_title_quest_urd22_june_nice_row": "Giornata di ricerca: effettua {{amount_0}} bei tiri di fila", + "quest_title_quest_urd22_june_powerup": "Giornata di ricerca: potenzia un Pokémon {{amount_0}} volte", + "quest_title_quest_urd22_june_snap_rock": "Giornata di ricerca: fai una foto a un Pokémon selvatico di tipo Roccia", + "quest_title_quest_urd22_june_spin_stops": "Giornata di ricerca: fai girare {{amount_0}} dischi dei Pokéstop", + "quest_title_quest_urd22_june_supereffective": "Giornata di ricerca: usa un attacco caricato superefficace", + "quest_title_quest_ursaring_evolve_b": "Fai evolvere {{amount_0}} Ursaring", + "quest_title_quest_use_any_potion": "Usa qualsiasi Pozione su un Pokémon", + "quest_title_quest_use_charged_move_singular": "Usa un attacco caricato superefficace", + "quest_title_quest_use_charged_tm": "Usa una MT attacco caricato", + "quest_title_quest_use_dai_plural": "Usa {{amount_0}} aromi avventura giornaliera", + "quest_title_quest_use_dai_singular": "Usa un aroma avventura giornaliera", + "quest_title_quest_use_fast_tm": "Usa una MT attacco veloce", + "quest_title_quest_use_hyper_potion": "Usa una Iperpozione su un Pokémon", + "quest_title_quest_use_lure": "Usa un modulo esca", + "quest_title_quest_use_lure_plural": "Usa {{amount_0}} moduli esca mentre segui dei percorsi", + "quest_title_quest_use_lure_singular": "Usa un modulo esca mentre segui un percorso", + "quest_title_quest_use_max_potion": "Usa una Pozione Max su un Pokémon", + "quest_title_quest_use_poffin": "Usa un Poffin", + "quest_title_quest_use_rare_candy_plural": "Usa {{amount_0}} Caramelle Rare", + "quest_title_quest_use_rare_candy_singular": "Usa una Caramella Rara", + "quest_title_quest_use_standard_charged_tm": "Usa una MT attacco caricato", + "quest_title_quest_use_standard_fast_tm": "Usa una MT attacco veloce", + "quest_title_quest_use_super_potion": "Usa una Superpozione su un Pokémon", + "quest_title_quest_uxie_wild_snap": "Fai una foto a Uxie allo stato selvatico", + "quest_title_quest_val19_catch_specific_plural": "San Valentino: cattura {{amount_0}} Luvdisc", + "quest_title_quest_val19_catch_specific_singular": "San Valentino: cattura un Chansey", + "quest_title_quest_visit_different_pokestops": "Fai girare {{amount_0}} dischi di Pokéstop differenti", + "quest_title_quest_visit_pokestop_new_plural": "Fai girare {{amount_0}} dischi di Pokéstop mai visitati prima", + "quest_title_quest_visit_pokestop_new_singular": "Fai girare un disco del Pokéstop mai visitato prima", + "quest_title_quest_visit_pokestops_party_plural": "Fai girare {{amount_0}} dischi Pokéstop o Palestra quando sei in gruppo", + "quest_title_quest_visit_pokestops_plural": "Fai girare {{amount_0}} dischi di Pokéstop o Palestre", + "quest_title_quest_visit_pokestops_singular": "Fai girare un disco del Pokéstop o della Palestra", + "quest_title_quest_visit_unique_pokestops_plural": "Fai girare {{amount_0}} dischi foto di Pokéstop o Palestre differenti", + "quest_title_quest_wailmer_catch_b": "Cattura {{amount_0}} Wailmer", + "quest_title_quest_waina_catch_great_ultra_plural": "Cattura {{amount_0}} Pokémon con le Mega Ball o le Ultra Ball usando un Pokémon GO Plus +", + "quest_title_quest_waina_catch_plural": "Cattura {{amount_0}} Pokémon con le Poké Ball usando un Pokémon GO Plus +", + "quest_title_quest_waina_sleep_days": "Tieni traccia del tuo sonno usando un Pokémon GO Plus + per {{amount_0}} giorni", + "quest_title_quest_waina_sleep_days_singular": "Tieni traccia del tuo sonno usando Pokémon GO Plus + per 1 giorno", + "quest_title_quest_waina_spin_pokestop_plural": "Fai girare {{amount_0}} dischi dei Pokéstop usando un Pokémon GO Plus +", + "quest_title_quest_walk_25km_inaweek_plural": "Percorri 25 km in una settimana {{amount_0}} volte usando Sincroavventura", + "quest_title_quest_walk_buddy_plural": "Guadagna {{amount_0}} caramelle camminando con il tuo compagno", + "quest_title_quest_walk_buddy_singular": "Guadagna una caramella camminando con il tuo compagno", + "quest_title_quest_walk_eevee_for_evo": "Cammina 10 km con Eevee come tuo compagno per guadagnare delle caramelle", + "quest_title_quest_walk_hgrowlithe_header_0": "Avventure da cani", + "quest_title_quest_walk_km": "Percorri {{amount_0}} km", + "quest_title_quest_walk_km_plural": "Percorri {{amount_0}} km", + "quest_title_quest_walk_routes_plural": "Percorri {{amount_0}} km mentre segui dei percorsi", + "quest_title_quest_walk_routes_singular": "Percorri {{amount_0}} km mentre segui dei percorsi", + "quest_title_quest_walk_steps": "Fai {{amount_0}} passi", + "quest_title_quest_wartortle_evolve_b": "Fai evolvere {{amount_0}} Wartortle", + "quest_title_quest_waterfestival_catch_feed_plural": "Festival dell’Acqua: usa {{amount_0}} bacche per facilitare la cattura di Pokémon", + "quest_title_quest_waterfestival_catch_pokemon_plural": "Festival dell’Acqua: cattura {{amount_0}} Pokémon di tipo Acqua", + "quest_title_quest_waterfestival_catch_special9_plural": "Festival dell’Acqua: cattura {{amount_0}} Magikarp o Wailmer", + "quest_title_quest_waterfestival_catch_type_water_plural": "Festival dell’Acqua: cattura {{amount_0}} Pokémon di tipo Acqua", + "quest_title_quest_waterfestival_evolve_plural": "Festival dell’Acqua: fai evolvere {{amount_0}} Shellder", + "quest_title_quest_waterfestival_evolve_type_water_plural": "Festival dell’Acqua: fai evolvere {{amount_0}} Pokémon di tipo Acqua", + "quest_title_quest_waterfestival_hatch_egg_singular": "Festival dell’Acqua: fai schiudere un Uovo", + "quest_title_quest_waterfestival_land_great_plural": "Festival dell’Acqua: effettua {{amount_0}} ottimi tiri", + "quest_title_quest_waterfestival_land_nice_plural": "Festival dell’Acqua: effettua {{amount_0}} bei tiri", + "quest_title_quest_waterfestival_win_raid_singular": "Festival dell’Acqua: vinci un raid", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Bonus Wayfarer: cattura {{amount_0}} Pokémon", + "quest_title_quest_wcs_2024_catch_psychic_electric": "Cattura {{amount_0}} Pokémon di tipo Elettro o Psico", + "quest_title_quest_wcs_2024_snapshot_fairy": "Fai {{amount_0}} foto a Pokémon selvatici diversi di tipo Folletto", + "quest_title_quest_wcs_2024_spin_00": "Fai girare il disco del Pokéstop alla Pokémon GO Zone", + "quest_title_quest_wcs_2024_spin_01": "Fai girare il disco del Pokéstop al Play Lab", + "quest_title_quest_wcs_2024_spin_02": "Fai girare il disco del Pokéstop al Collect & Trade Corner", + "quest_title_quest_weepinbell_evolve_b_plural": "Fai evolvere {{amount_0}} Weepinbell", + "quest_title_quest_weepinbell_evolve_b_singular": "Fai evolvere un Weepinbell", + "quest_title_quest_wimpod_catch_b": "Cattura {{amount_0}} Wimpod", + "quest_title_quest_win_gym_plural": "Vinci {{amount_0}} lotte in Palestra", + "quest_title_quest_win_gym_singular": "Vinci una lotta in Palestra", + "quest_title_quest_win_raid_2_singular": "Vinci un raid di livello due o superiore", + "quest_title_quest_win_raid_3_plural": "Vinci {{amount_0}} raid di livello tre o superiore", + "quest_title_quest_win_raid_3_singular": "Vinci un raid di livello tre o superiore", + "quest_title_quest_win_raid_buddy_plural": "Vinci {{amount_0}} raid con il tuo Pokémon compagno", + "quest_title_quest_win_raid_buddy_singular": "Vinci un raid con il tuo Pokémon compagno", + "quest_title_quest_win_raid_lvl1_higher_singular": "Vinci un raid di livello uno o superiore", + "quest_title_quest_win_raid_lvl1_singular": "Vinci un raid di livello uno", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Vinci {{amount_0}} raid usando solo Pokémon con un massimo di 1.500 PL", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Vinci un raid usando solo Pokémon con un massimo di 1.500 PL", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Vinci {{amount_0}} raid di livello tre usando solo Pokémon con un massimo di 1.500 PL", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Vinci un raid di livello tre usando solo Pokémon con un massimo di 1.500 PL", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Vinci {{amount_0}} raid di livello tre usando solo Pokémon con un massimo di 2.500 PL", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Vinci un raid di livello tre usando solo Pokémon con un massimo di 2.500 PL", + "quest_title_quest_win_raid_party_plural": "Vinci {{amount_0}} raid in gruppo", + "quest_title_quest_win_raid_party_singular": "Vinci un raid in gruppo", + "quest_title_quest_win_raid_plural": "Vinci {{amount_0}} raid", + "quest_title_quest_win_raid_singular": "Vinci un raid", + "quest_title_quest_win_raid_unique_plural": "Vinci {{amount_0}} raid usando una squadra di Pokémon di specie diverse tra loro", + "quest_title_quest_win_raid_unique_singular": "Vinci un raid usando una squadra di Pokémon di specie diverse", + "quest_title_quest_win_raid_with_friend_plural": "Vinci {{amount_0}} raid con un amico", + "quest_title_quest_win_raid_with_friend_singular": "Vinci un raid con un amico", + "quest_title_quest_win_raids_unique_1500_plural": "Vinci {{amount_0}} raid con una squadra formata da Pokémon diversi con un massimo di 1.500 PL", + "quest_title_quest_win_raids_unique_plural": "Vinci {{amount_0}} raid con una squadra di Pokémon diversi", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte usando solo Pokémon con un massimo di 1.500 PL", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "Sconfiggi un leader del Team GO Rocket usando solo Pokémon con un massimo di 1.500 PL", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte usando solo Pokémon con un massimo di 2.500 PL", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte usando solo Pokémon con un massimo di 3.000 PL", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte usando solo Pokémon con un massimo di 3.500 PL", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte usando solo Pokémon con un massimo di 4.000 PL", + "quest_title_quest_wooper_catch_b": "Cattura {{amount_0}} Wooper o Wooper di Paldea", + "quest_title_quest_wooper_evolve_b": "Fai evolvere {{amount_0}} Wooper o Wooper di Paldea", + "quest_title_quest_wooper_snapshot_b": "Fa una foto a {{amount_0}} Wooper o Wooper di Paldea", + "quest_title_quest_wt_catch_weedle": "Cattura {{amount_0}} Weedle", + "quest_title_quest_wt_evolve_kakuna": "Fai evolvere {{amount_0}} Kakuna", + "quest_title_quest_wt_evolve_weedle": "Fai evolvere {{amount_0}} Weedle", + "quest_title_quest_xp_plural": "Ottieni {{amount_0}} PE", + "quest_title_quest_zigzagoon_catch_b": "Cattura {{amount_0}} Zigzagoon di Galar", + "quest_title_quest_zigzagoon_evolve_b": "Fai evolvere {{amount_0}} Zigzagoon di Galar", + "quest_title_quest_zigzagoon_snapshot_b": "Fai {{amount_0}} foto a Zigzagoon di Galar", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "0 Pokémon catturati", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Pokémon catturati: {{amount_0}}", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 Pokémon catturato", + "quest_title_score_1_10_11_12_singular": "Pokémon di tipo Fuoco, Acqua o Erba catturati: {{amount_0}} ", + "quest_title_score_1_10_singular": "Pokémon di tipo Fuoco catturati: {{amount_0}}", + "quest_title_score_1_11_singular": "Pokémon di tipo Acqua catturati: {{amount_0}}", + "quest_title_score_1_12_singular": "Pokémon di tipo Erba catturati: {{amount_0}}", + "quest_title_score_1_none": "0 Pokémon catturati", + "quest_title_score_1_plural": "Pokémon catturati: {{amount_0}}", + "quest_title_score_1_singular": "1 Pokémon catturato", + "quest_title_score_6_plural": "Raid vinti: {{amount_0}}", + "quest_title_score_6_singular": "Raid vinti: 1", + "quest_title_score_8_10_none": "Bei tiri effettuati: 0", + "quest_title_score_8_10_plural": "Bei tiri effettuati: {{amount_0}}", + "quest_title_score_8_10_singular": "Bei tiri effettuati: 1", + "quest_title_score_8_11_none": "Ottimi tiri effettuati: 0", + "quest_title_score_8_11_plural": "Ottimi tiri effettuati: {{amount_0}}", + "quest_title_score_8_11_singular": "Ottimi tiri effettuati: 1", + "quest_title_score_8_12_none": "Tiri eccellenti effettuati: 0", + "quest_title_score_8_12_plural": "Tiri eccellenti effettuati: {{amount_0}} ", + "quest_title_score_8_12_singular": "Tiri eccellenti effettuati: 1", + "quest_title_score_8_13_none": "Palle curve lanciate: 0", + "quest_title_score_8_13_plural": "Palle curve lanciate: {{amount_0}}", + "quest_title_score_8_13_singular": "Palle curve lanciate: 1", + "quest_title_score_11_701_none": "Baccalampon usate: 0", + "quest_title_score_11_701_plural": "Baccalampon usate: {{amount_0}}", + "quest_title_score_11_701_singular": "Baccalampon usate: 1", + "quest_title_score_11_703_none": "Baccabana usate: 0", + "quest_title_score_11_703_plural": "Baccabana usate: {{amount_0}}", + "quest_title_score_11_703_singular": "Baccabana usate: 1", + "quest_title_score_11_705_none": "Baccananas usate: 0", + "quest_title_score_11_705_plural": "Baccananas usate: {{amount_0}}", + "quest_title_score_11_705_singular": "Baccananas usate: 1", + "quest_title_score_15_10_none": "Palle curve lanciate con un bel risultato: 0", + "quest_title_score_15_10_plural": "Palle curve lanciate con un bel risultato: {{amount_0}}", + "quest_title_score_15_10_singular": "Palle curve lanciate con un bel risultato: 1", + "quest_title_score_15_11_none": "Palle curve lanciate con risultato ottimo: 0", + "quest_title_score_15_11_plural": "Palle curve lanciate con risultato ottimo: {{amount_0}}", + "quest_title_score_15_11_singular": "Palle curve lanciate con risultato ottimo: 1", + "quest_title_score_15_12_none": "Palle curve lanciate con risultato eccellente: 0", + "quest_title_score_15_12_plural": "Palle curve lanciate con risultato eccellente: {{amount_0}}", + "quest_title_score_15_12_singular": "Palle curve lanciate con risultato eccellente: 1", + "quest_title_score_22_none": "Sfide completate con i capi delle tre squadre: 0", + "quest_title_score_22_plural": "Sfide completate con i capi delle tre squadre: {{amount_0}}", + "quest_title_score_22_singular": "Sfide completate con un capo delle tre squadre: 1", + "quest_title_score_23_none": "Sfide nella Lega Lotte GO completate: 0", + "quest_title_score_23_plural": "Sfide nella Lega Lotte GO completate: {{amount_0}}", + "quest_title_score_23_singular": "Sfide nella Lega Lotte GO completate: 1", + "quest_title_score_battle_raid_none": "Hai partecipato a 0 raid", + "quest_title_score_battle_raid_plural": "Hai partecipato a {{amount_0}} raid", + "quest_title_score_battle_raid_singular": "Hai partecipato a un raid", + "quest_title_score_catch_feed_none": "Bacche usate: 0", + "quest_title_score_catch_feed_plural": "Bacche usate: {{amount_0}}", + "quest_title_score_catch_feed_singular": "Bacche usate: 1", + "quest_title_score_catch_pokemon": "Pokémon catturati: {{amount_0}}", + "quest_title_score_defeat_rocket_none": "Non hai sconfitto nessun membro del Team GO Rocket", + "quest_title_score_defeat_rocket_plural": "Hai sconfitto {{amount_0}} membri del Team GO Rocket", + "quest_title_score_defeat_rocket_singular": "Hai sconfitto un membro del Team GO Rocket", + "quest_title_score_field_research_none": "Non hai completato nessuna missione di ricerca sul campo", + "quest_title_score_field_research_plural": "Hai completato {{amount_0}} missioni di ricerca sul campo", + "quest_title_score_field_research_singular": "Hai completato una missione di ricerca sul campo", + "quest_title_score_send_gift_none": "Pacchi amicizia inviati: 0", + "quest_title_score_send_gift_plural": "Pacchi amicizia inviati: {{amount_0}}", + "quest_title_score_send_gift_singular": "Pacchi amicizia inviati: 1", + "quest_title_score_spin_pokestop_none": "Hai fatto girare 0 Pokéstop", + "quest_title_score_spin_pokestop_plural": "Hai fatto girare {{amount_0}} Pokéstop", + "quest_title_score_spin_pokestop_singular": "Hai fatto girare 1 Pokéstop", + "quest_win_raid_plural": "Vinci {{amount}} raid", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Star Raid", + "raid_1_plural": "1 Star Raids", + "raid_2": "2 Star Raid", + "raid_2_plural": "2 Star Raids", + "raid_3": "3 Star Raid", + "raid_3_plural": "3 Star Raids", + "raid_4": "4 Star Raid", + "raid_4_plural": "4 Star Raids", + "raid_5": "Legendary Raid", + "raid_5_plural": "Legendary Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "Consigliato nelle ore pomeridiane", + "route_tag_architecture": "Architettura", + "route_tag_art": "arte", + "route_tag_beachy": "Spiaggia", + "route_tag_bike_path": "Tragitto ciclabile", + "route_tag_biking": "Indicato per la bicicletta", + "route_tag_body_of_water": "Vicino all’acqua", + "route_tag_buildings": "Tanti edifici", + "route_tag_category_misc": "Varie", + "route_tag_category_nearby": "Dintorni", + "route_tag_category_suitability": "Idoneità", + "route_tag_category_terrain": "Terreno", + "route_tag_category_theme": "Tema", + "route_tag_city_life": "Vita metropolitana", + "route_tag_culture": "Cultura", + "route_tag_easy_going": "rilassato", + "route_tag_flat": "pianura", + "route_tag_foliage": "Fogliame abbondante", + "route_tag_food": "Cibo", + "route_tag_grassy": "Erboso", + "route_tag_hilly": "collina", + "route_tag_historic": "storico", + "route_tag_intense": "intenso", + "route_tag_morning": "Consigliato nelle ore mattutine", + "route_tag_muddy": "Fangoso", + "route_tag_nature": "natura", + "route_tag_night": "Consigliato nelle ore serali", + "route_tag_no_parking": "Parcheggio lontano", + "route_tag_no_people": "poche persone", + "route_tag_open_space": "Tanti spazi aperti", + "route_tag_parking": "Parcheggio nelle vicinanze", + "route_tag_parks_nearby": "vicino a parchi", + "route_tag_partially_paved": "Tragitto parzialmente asfaltato", + "route_tag_paved": "Tragitto asfaltato", + "route_tag_people": "tante persone", + "route_tag_pets": "accessibile con animali", + "route_tag_plenty_pokestops": "Tanti Pokéstop", + "route_tag_public_transport": "vicino al trasporto pubblico", + "route_tag_raid_friendly": "Tante Palestre", + "route_tag_rainy_day": "ideale in caso di pioggia", + "route_tag_rocky": "Roccioso", + "route_tag_running": "Indicato per la corsa", + "route_tag_sandy": "Sabbioso", + "route_tag_seasonal": "stagionale", + "route_tag_sightseeing": "Turistico", + "route_tag_stroller": "accessibile con passeggini", + "route_tag_sunny_day": "ideale in caso di sole", + "route_tag_tree_cover": "Alberato", + "route_tag_unpaved": "Tragitto non asfaltato", + "route_tag_views": "panorama", + "route_tag_walking": "Indicato per passeggiate", + "route_tag_wheelchair": "accessibile con sedia a rotelle", + "route_tag_wildlife": "Tanti animali selvatici", + "route_tag_woodsy": "Boschivo", + "route_tags_label": "ETICHETTE", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "Ombra", + "team_1": "Saggezza", + "team_2": "Coraggio", + "team_3": "Istinto", + "team_a_0": "Senza squadra", + "team_a_1": "Squadra Saggezza", + "team_a_2": "Squadra Coraggio", + "team_a_3": "Squadra Istinto", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "Condizioni estreme", + "weather_1": "Sereno", + "weather_2": "Pioggia", + "weather_3": "Parzialmente nuvoloso", + "weather_4": "Coperto", + "weather_5": "Vento", + "weather_6": "Neve", + "weather_7": "Nebbia", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/client/public/locales/ja/translation.json b/client/public/locales/ja/translation.json new file mode 100644 index 000000000..666409415 --- /dev/null +++ b/client/public/locales/ja/translation.json @@ -0,0 +1,7281 @@ +{ + "login": "ログイン", + "click_once": "'Authorize'を一度だけクリックしてください", + "save": "保存", + "reset": "リセット", + "close": "閉じる", + "reset_filters": "フィルターをリセット", + "pokemon_filters": "ポケモン フィルター設定", + "gyms_filters": "ジム フィルター設定", + "pokestops_filters": "ポケストップ フィルター設定", + "nests_filters": "巣 フィルター設定", + "help": "ヘルプ", + "apply_to_all": "すべてに適用", + "disable_all": "すべて無効", + "enable_all": "すべて有効", + "enabled": "有効", + "legacy": "レガシー", + "id": "ID", + "location": "場所", + "search_pokemon": "ポケモンを探す", + "search_nests": "巣を探す", + "search_gyms": "ジムを探す", + "search_pokestops": "ポケストップを探す", + "search_raids": "レイドを探す", + "search_eggs": "エッグを探す", + "search_quests": "クエストを探す", + "search_lures": "ルアーを探す", + "search_invasions": "ロケット団を探す", + "sm": "小", + "md": "中", + "lg": "大", + "xl": "特大", + "min": "最小", + "max": "最大", + "set_size": "アイコンサイズを設定", + "slot_selection": "スロット選択", + "generations": "世代", + "types": "タイプ", + "forms": "フォルム", + "rarity": "現在のレア度", + "others": "その他", + "categories": "カテゴリー", + "rank": "ランク", + "slider_iv": "IVレンジ", + "slider_great": "スーパーリーグ", + "slider_ultra": "ハイパーリーグ", + "slider_little": "リトルカップ", + "slider_atk_iv": "攻撃", + "slider_def_iv": "防御", + "slider_sta_iv": "HP", + "slider_level": "レベル", + "slider_size": "サイズ", + "abbreviation_level": "L", + "lvl": "Lvl", + "cap": "上限", + "custom": "カスタム", + "valid": "有効", + "invalid": "無効です!", + "overwrites": "すべてのフィルターを上書き", + "valid_filter": "有効な統計フィルター", + "invalid_filter": "有効なフィルターを入力してください", + "gyms": "ジム", + "nests": "巣", + "pokestops": "ポケストップ", + "pokemon": "ポケモン", + "wayfarer": "Wayfarer", + "scan_areas": "スキャンエリア", + "s2cells": "S2セル", + "weather": "天気", + "admin": "管理", + "settings": "設定", + "advanced": "詳細設定", + "tile_servers": "タイルサーバー", + "icons": "アイコン", + "navigation": "ナビゲーション", + "drawer": "ドロワー", + "tile_servers_default": "デフォルト", + "drawer_temporary": "一時的", + "drawer_persistent": "永続的", + "locale_selection": "言語選択", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "インポート", + "export": "エクスポート", + "logout": "ログアウト", + "local_storage_cleared": "ローカルストレージがクリアされました!", + "iv_or_filter": "IV OR フィルター", + "polygons": "ポリゴン", + "raids": "レイド", + "ex_eligible": "EX適格", + "in_battle": "戦闘中", + "all_pokestops": "すべてのポケストップ", + "lures": "ルアー", + "quests": "クエスト", + "invasions": "ロケット団", + "portals": "ポータル", + "submission_cells": "提出セル", + "spawnpoint": "スポーンポイント", + "spawnpoints": "スポーンポイント", + "s2_cell_level": "レベル {{level}} S2セル", + "total_count": "総数", + "next_submission": "次の提出!", + "never": "なし", + "next_gym": "次のジム", + "scan_cells": "スキャンセル", + "devices": "デバイス", + "use_my_location": "位置情報を使用", + "submit_feedback_title": "フィードバック/バグレポートを送信", + "use_the_link_below": "以下のリンクを使用してフィードバックや遭遇したバグを送信できます。", + "feedback_to_devs": "このフィードバックは開発者に直接送信されます。", + "feedback_form": "フィードバックフォーム", + "unknown_pokestop": "未知のポケストップ名", + "unknown_gym": "未知のジム名", + "exclude": "除外", + "exclude_quest": "クエストを除外", + "exclude_invasion": "ロケット団を除外", + "exclude_team": "チームを除外", + "exclude_raid": "レイドを除外", + "exclude_lure": "ルアーを除外", + "timer": "タイマー", + "hide": "非表示", + "tier": "段階", + "slots": "スロット", + "mega": "メガ", + "form": "フォーム", + "starts": "開始", + "ends": "終了", + "defender": "ディフェンダー", + "best_buddy": "最高の相棒", + "cp": "CP", + "kilogram": "kg", + "meter": "m", + "total_cp": "合計CP", + "first_seen": "初めて見た日", + "last_seen": "最後に見た日", + "last_modified": "最終更新日", + "last_updated": "最終更新日", + "imported": "インポートされた", + "nest_estimated": "巣のデータは推定です!", + "verify_nests": "現在のスポーンを確認して検証する", + "nest_out_of_date": "巣は古くなっている可能性があります!", + "nest_check_current": "現在のスポーンを代わりに確認する", + "spawns_per_hour": "1時間あたりの発生数", + "teams": "チーム", + "eggs": "エッグ", + "reverse": "反転", + "selected": "選択済み", + "unselected": "未選択", + "only_available": "利用可能", + "common": "よくある", + "uncommon": "まれ", + "rare": "レア", + "ultra_rare": "ウルトラレア", + "regional": "地域限定", + "event": "イベント", + "legendary": "伝説のポケモン", + "mythical": "まぼろし", + "ultra_beast": "ウルトラビースト", + "alt_forms": "他のフォルム", + "alola": "アローラ", + "galarian": "ガラル", + "showing": "表示中", + "instance": "インスタンス", + "online": "オンライン", + "offline": "オフライン", + "boosted_types": "ブーストされるタイプ", + "pokemon_options": "ポケモンオプション", + "pokestops_options": "ポケストップオプション", + "gyms_options": "ジムオプション", + "nests_options": "巣オプション", + "wayfarer_options": "Wayfarerオプション", + "admin_options": "管理オプション", + "weather_options": "天候オプション", + "s2cells_options": "S2セルオプション", + "clustering": "クラスタリング", + "glow": "発光", + "legacy_filter": "レガシーフィルター", + "raid_timers": "レイドタイマー", + "invasion_timers": "すべてのロケット団タイマー", + "lure_timers": "ルアータイマー", + "device_path_color": "デバイスパスの色", + "old_portals": "古いポータル", + "new_portals": "新しいポータル", + "items": "アイテム", + "energy": "エネルギー", + "ar_eligible": "AR 対応", + "iv_circles": "IV インジケータ", + "min_iv_circle": "最小のサークル IV", + "interaction_ranges": "交流範囲", + "cannot_connect": "\n現時点でサーバーに接続できません。\nすぐに再試行するとさらに問題が生じる可能性があります。\n数分後に再試行してください。\n\n- マップ管理チーム", + "mad_quest_text": "ネイティブクエスト", + "xs": "XS", + "primary": "プライマリ", + "secondary": "セカンダリ", + "zero_iv": "0% IV", + "hundo_iv": "100% IV", + "open_menu": "メニューを開く", + "zoom_in": "ズームイン", + "zoom_out": "ズームアウト", + "welcome": "ようこそ", + "back": "戻る", + "next": "次へ", + "finish": "完了", + "start_tutorial": "チュートリアルを開始", + "view_profile": "プロフィールを見る", + "login_optional": "ログイン(オプション)", + "tutorial": "チュートリアル", + "tutorial_language": "言語を選択", + "tutorial_welcome": "このチュートリアルは対話形式であり、提供されたすべてのオプションを試すことが強く推奨されます", + "tutorial_categories": "アクセス可能なカテゴリー", + "tutorial_logged_in": "プロフィールを見ることで、あなたの許可についての詳細を見ることができます。", + "tutorial_logged_out": "ログインすることで、あなたの許可についての詳細を見ることができます。", + "tutorial_sidebar_0": "あなたのすべてのフィルター&設定はここにあります", + "tutorial_sidebar_1": "各カテゴリーで、スイッチを使って表示したいデータを正確に切り替えることができます", + "tutorial_sidebar_2": "オプション: 追加のカスタマイズ\n上級: このチュートリアルの後半で説明します", + "tutorial_sliders_0": "スライダーを使ってフィルターを調整する", + "tutorial_sliders_1": "ポケモンの範囲:", + "tutorial_sliders_2": "- IV値 {{iv0}}% から {{iv1}}%", + "tutorial_sliders_3": "レベル {{level0}} から {{level1}}", + "tutorial_sliders_3alt": "- かつそのレベルが {{level0}} から {{level1}}", + "tutorial_sliders_4": "- スーパーリーグのランク {{gl0}} から {{gl1}}", + "tutorial_sliders_4alt": "- またはスーパーリーグのランク {{gl0}} から {{gl1}}", + "tutorial_sliders_5": "- ハイパーリーグのランク {{ul0}} から {{ul1}}", + "tutorial_sliders_5alt": "- またはハイパーリーグのランク {{ul0}} から {{ul1}}", + "tutorial_sliders_6": "同じ色の他のスライダーと連動", + "tutorial_sliders_7": "他のスライダーとは別にフィルター", + "tutorial_sliders_8": "「全て」に設定されたスライダーは、無効化されています:", + "tutorial_sliders_9": "IVチェックの有無に関わらず、すべての出現情報", + "tutorial_help": "このメニューへのショートカット", + "tutorial_adv_filter": "モバイル専用、詳細メニューのフィルタリングオプションを開く", + "tutorial_tune": "メニューで現在フィルタリングされている全てのポケモンの高度なフィルタを設定します", + "tutorial_format_size": "メニューで現在フィルタリングされている全項目のアイコンサイズを設定", + "tutorial_check": "メニューで現在フィルタリングされている全項目を有効にする", + "tutorial_clear": "メニューで現在フィルタリングされている全項目を無効にする", + "tutorial_save": "現在の選択を保存して終了", + "tutorial_show_all_view": "ポケストップとジムの表示を切り替える", + "tutorial_show_pokemon_view": "ポケモンの表示を切り替える", + "tutorial_toggle": "チェック/× をクリックすると項目が切り替わります", + "tutorial_pokemon_caption": "このアイコンを使って、その特定のポケモンのフィルタを設定できます", + "tutorial_all_caption": "チームには特別なスロットメニューがあります\n他の全項目ではアイコンサイズを調整できます", + "tutorial_popup_0": "ポップアップがインタラクティブになりました!", + "tutorial_popup_1": "三つの点を開くと、非表示、除外、タイマーの切り替えオプションが表示されます", + "tutorial_popup_2": "ナビゲーションリンクの両側のアイコンは拡大して追加情報が見られるようになります、試してみてください!", + "tutorial_popup_3": "カテゴリーごとにアイコンが異なるので、全てを確認してください", + "tutorial_closing_0": "追加情報", + "tutorial_closing_1": "サイドバーにある全世界のポケモンスライダーは、詳細メニューとは別に動作し、互いに影響しません", + "tutorial_closing_2": "サイドバーの設定セクションも確認してください", + "tutorial_closing_3": "各カテゴリーには多くの美観オプションが用意されていますが、マップに追加する項目が多いほど、マップがフリーズする可能性が高まることに注意してください", + "tutorial_closing_4": "このチュートリアルを再度見るには、サイドバーの設定パネルで選択してください", + "tutorial_closing_5": "安全に、そして幸運を!", + "intro": "イントロ", + "sidebar": "サイドバー", + "sliders": "スライダー", + "popups": "ポップアップ", + "closing": "終了", + "shortcuts": "ショートカット", + "iv": "個体値", + "area_restrictions": "エリア制限", + "map": "マップ", + "stats": "統計", + "pvp": "PVP", + "area_restrictions_subtitle": "これらのエリアにアクセスできます", + "devices_subtitle": "アクティブなデバイスの位置とルートを表示", + "gyms_subtitle": "アクティブなジムの場所、アクティブなチーム、各ジムに利用可能なスロットの数を表示", + "invasions_subtitle": "ロケット団の情報を表示、バトルラインナップ、失効時間、および可能な報酬を含む", + "iv_subtitle": "個体値%と光のオプションを表示", + "lures_subtitle": "ルアー情報を表示、ルアータイプと失効時間を含む", + "map_subtitle": "マップを表示", + "nests_subtitle": "積極的に巣作りをしているポケモンと巣の多角形を表示", + "pokemon_subtitle": "全てのポケモンの位置と失効時間を表示", + "pokestops_subtitle": "全てのポケストップの位置を表示", + "portals_subtitle": "全てのIngressポータルを表示", + "pvp_subtitle": "各ポケモンのPVPランク/CP/レベル情報を表示", + "quests_subtitle": "クエストの報酬とタスク情報を表示", + "raids_subtitle": "レイドボス、卵、終了時間、およびムーブセットを含む全レイド情報を表示", + "scan_cells_subtitle": "S2セルがデバイスによって最後にスキャンされた時間を表示", + "scan_areas_subtitle": "利用可能なスキャンエリアのポリゴンを表示", + "spawnpoints_subtitle": "スポーンポイントとその推定消滅時間を表示", + "stats_subtitle": "ポケモンのステータスとレベルを表示", + "submission_cells_subtitle": "新しいPOIを提出するための情報を表示", + "weather_subtitle": "各セルのゲーム内天気情報を表示", + "scanner_subtitle": "様々な方法でスキャナーと直接やり取り", + "s2cells_subtitle": "地図上でさまざまなレベルのS2セルを表示", + "backups_subtitle": "デバイス間での設定のバックアップと読み込みを可能にする", + "backups": "バックアップ", + "user_profile": "ユーザープロファイル", + "user_username": "ユーザー名", + "candy": "アメ", + "show_ex_badge": "EXバッジを表示", + "search": "検索", + "global_search_quests": "報酬名を入力...", + "global_search_lures": "ルアー名を入力...", + "global_search_pokestops": "ポケストップ名を入力...", + "global_search_gyms": "ジム名を入力...", + "global_search_portals": "ポータル名を入力...", + "global_search_nests": "巣のポケモン名を入力...", + "global_search_raids": "レイドボス名を入力...", + "global_search_pokemon": "ポケモン名を入力...", + "global_search_invasions": "したっぱのタイプ、名前、またはポケモンの報酬名を入力...", + "raid_level_badges": "レイドレベルバッジ", + "options": "オプション", + "profile": "プロファイル", + "pokemon_icons": "ポケモンアイコン", + "pokestop_icons": "ポケストップアイコン", + "gym_icons": "ジムアイコン", + "team_icons": "チームアイコン", + "egg_icons": "卵アイコン", + "raid_icons": "レイドアイコン", + "nest_icons": "巣アイコン", + "reward_icons": "報酬アイコン", + "type_icons": "タイプアイコン", + "weather_icons": "天気アイコン", + "misc_icons": "その他のアイコン", + "invasion_icons": "ロケット団アイコン", + "spawnpoint_icons": "スポーンポイントアイコン", + "device_icons": "デバイスアイコン", + "pokemon_audio": "ポケモンの音", + "pokestop_audio": "ポケストップの音", + "gym_audio": "ジムの音", + "team_audio": "チームの音", + "egg_audio": "卵の音", + "raid_audio": "レイドの音", + "nest_audio": "巣の音", + "reward_audio": "報酬の音", + "type_audio": "タイプの音", + "weather_audio": "天気の音", + "misc_audio": "その他の音", + "invasion_audio": "ロケット団の音", + "spawnpoint_audio": "スポーンポイントの音", + "device_audio": "デバイスの音", + "pokemon_timers": "すべてのポケモンタイマー", + "show_dex_num_in_popup": "ポップアップに図鑑番号を表示", + "popup": "ポップアップ", + "pvp_level": "レベル{{level}}のPVPステータス", + "pvp_mega": "メガPVPステータス", + "webhook_entry": "{{name}}に追加", + "remove_webhook_entry": "{{name}}から削除", + "distance": "距離", + "gym": "ジム", + "egg": "卵", + "raid": "レイド", + "lure": "ルアー", + "quest": "クエスト", + "invasion": "ロケット団", + "nest": "巣", + "pokestop": "ポケストップ", + "team": "チーム", + "global": "グローバル", + "manage_webhook": "{{name}}の管理", + "drag_and_drop": "マーカーをドラッグ&ドロップして位置を設定", + "click_to_select": "選択するにはクリック", + "add_new": "新しい{{category}}アラートを追加", + "my_location": "自分の位置", + "choose_on_map": "地図で選択", + "select_profile": "プロファイルを選択", + "distance_radius": "プレビュー半径距離", + "areas": "エリア", + "select_webhook": "ボットを選択", + "ar_quest_true": "ARタスク", + "ar_quest_false": "ARなし", + "with_ar": "ARあり", + "both": "両方", + "without_ar": "ARなし", + "exclude_quest_multi": "{{reward}}を除外する", + "cluster_limit_0": "{{variable_0}}の限界({{variable_1}})に達しました", + "cluster_limit_1": "フィルタを狭めるかズームインしてください", + "show_polygons": "ポリゴンを表示", + "exclude_invasion_multi": "{{invasion}}を除外する", + "stardust": "ほしのすな", + "slider_cp": "CP", + "pvp_ranking_league": "リーグ", + "pvp_ranking_min_cp": "最小CP", + "slider_pvp": "ランキング", + "profile_no": "プロファイル番号", + "template": "テンプレート", + "gender": "性別", + "clean": "クリーン", + "all_forms": "全フォーム", + "pvp_entry": "PVPエントリ", + "no_iv": "IVなしも含む", + "by_distance": "距離順", + "min_time": "最小時間", + "add_new_profile": "新しいプロファイルを追加", + "slider_none": "なし", + "non_registered_human_title": "おっと、何かが正しくありません!", + "non_registered_human_desc": "{{webhook}}に登録されていない可能性があります\nまたは現在サーバーにアクセスできません", + "try_again_later": "後でもう一度試してください", + "selected_areas_one": "{{count}}エリアが選択されました", + "selected_areas_other": "{{count}}エリアが選択されました", + "webhook_selection": "{{name}}の選択", + "message_of_the_day": "今日のメッセージ", + "has_quest_indicator": "クエストのあるストップを示す別の色", + "show_ar_badge": "ARバッジを表示", + "all_gyms": "全てのジム", + "general": "一般", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "グローバルが選択されています", + "normal_forms": "ノーマルフォーム", + "weather_indicator": "天候ブーストの指標", + "page": "ページ {{page}}", + "navigation_controls": "ナビゲーションコントロール", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "エクスクルーシブ", + "all_moves": "全てのわざ", + "move": "わざ", + "any": "任意", + "min_spawn_average": "最小出現率", + "select_all": "全て選択", + "delete_all": "選択したものを削除", + "cancel": "キャンセル", + "day_1": "月曜日", + "day_2": "火曜日", + "day_3": "水曜日", + "day_4": "木曜日", + "day_5": "金曜日", + "day_6": "土曜日", + "day_7": "日曜日", + "profile_name": "プロファイル名", + "manage_profiles": "プロファイル管理", + "min_spawn_avg": "平均最小出現率", + "poke_global": "全て", + "amount": "数", + "specific_gym": "特定のジム", + "search_location": "場所を検索", + "search_specific": "特定の{{category}}を検索", + "webhook_success_gym": "レイド、タマゴ、チーム変更のアラートが追加されました!", + "slot_changes": "スロット変更", + "slot_changes_poracle": "スロット変更", + "confirm_delete": "このプロファイルの追跡をすべて削除しますが、よろしいですか?", + "confirm_copy": "「{{profile}}」をコピーするプロファイルを選択してください、これによりそのプロファイルが完全に上書きされます。", + "webhook_error": "{{name}}が処理できませんでした。\n後でもう一度試してください。", + "profile_error": "一意で有効な名前でなければなりません", + "team_0": "所属なし", + "battle_changes": "バトル中", + "battle_changes_poracle": "バトル変更", + "auto": "自動", + "webhooks_subtitle": "これらのボットのために直接マップからアラートを管理", + "event_stops_subtitle": "カクレオンのような特別なイベントポケストップを表示", + "webhooks": "アラート", + "scanner": "スキャナーアクション", + "everything_individually": "個別にアラートを追加", + "individually": "個別に", + "join": "参加", + "errors_404": "おっと、このページは見つかりません!", + "errors_500": "サーバーエラーが発生しました、後でもう一度試してください!", + "local_username": "ユーザー名", + "local_password": "パスワード", + "local_error": "エラーが発生しました、後でもう一度試してください!", + "no_filter_results": "結果が見つかりません\nフィルターを広げてみてください", + "donor_page": "ドナーページ", + "go_back": "戻る", + "access": "アクセス", + "link_discord": "Discordをリンクする", + "select_webhook_strategy": "アラートマネージャー", + "webhook_strategy_success_0": "成功!アラート設定を取得するために更新中...", + "register": "登録", + "invalid_credentials": "無効な認証情報", + "localauth_failed": "認証に失敗しました", + "error_creating_user": "現在、新しいユーザーを登録できません", + "discord_linked": "Discordがリンクされました", + "telegram_linked": "Telegramがリンクされました", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "レベル", + "km": "km", + "feedback": "フィードバック", + "donor_menu": "ドナーメニュー", + "pokemon_cell": "ポケモンの位置は異なる可能性があります", + "timer_verified": "このタイマーは検証済みです", + "timer_unverified": "このタイマーは未検証です", + "all": "すべて", + "badge_0": "なし", + "badge_1": "基本", + "badge_2": "ブロンズ", + "badge_3": "シルバー", + "badge_4": "ゴールド", + "gym_badge_menu": "ジムバッジを編集", + "gym_badges": "ジムバッジ", + "gym_badge_diamonds": "ジムバッジを表示", + "gym_badges_subtitle": "地図上およびプロフィールページのリストにジムバッジを表示します。", + "confirm_filters_reset": "フィルターをリセット", + "filters_reset_text": "フィルター設定をデフォルト値にリセットしてもよろしいですか?これは取り消しできません!", + "filters_reset_title": "フィルターをリセットする", + "raid_quick_select": "クイックセレクト", + "disabled": "無効", + "loading": "{{category}}を読み込み中", + "loading_icons": "アイコンを取得中", + "loading_invasions": "ロケット団を取得中", + "scan_next": "次の場所をスキャン", + "scan_next_choose": "マーカーをドラッグアンドドロップしてスキャン場所を設定する", + "scan_zone": "エリアをスキャン", + "scan_zone_choose": "マーカーをドラッグアンドドロップしてスキャン場所とサイズを選択する", + "scan_zone_size": "サイズ", + "scan_zone_range": "範囲", + "scan_zone_spacing": "間隔", + "scan_zone_radius": "半径", + "scan_requests": "スキャンリクエスト", + "scan_queue": "現在のキュー", + "click_to_scan": "ここをスキャン", + "scan_confirmed_title": "スキャン要求が確認されました", + "scan_confirmed": "ワーカーが場所に送られ、結果はすぐに地図に表示されます!", + "scan_loading_title": "スキャン要求を送信中", + "scan_loading": "あなたのスキャン要求が処理され、システムに送信されています!", + "scan_error_title": "エラー", + "scan_error": "スキャンリクエストを処理する際にエラーが発生しました...", + "scan_outside_area": "この場所は承認されたエリアの境界外です", + "pvp_ranking_cap": "レベル", + "lc_title": "あなたの位置を追跡", + "lc_metersUnit": "メートル", + "lc_feetUnit": "フィート", + "lc_popup": "このポイントから{distance} {unit}以内にいます", + "lc_outsideMapBoundsMsg": "地図の境界外に位置しているようです", + "no_alerts": "アラートが見つかりません", + "loading_settings": "設定を読み込み中", + "refresh_to_continue": "続行する前に更新してください", + "session_expired_title": "セッションの期限が切れました", + "session_expired_body": "あなたのセッションの有効期限が切れました", + "old_client_title": "古いバージョン", + "old_client_body": "この地図の新しいバージョンが利用可能です", + "early_old_client_title": "古いバージョン", + "early_old_client_body": "このアプリの古いバージョンがブラウザにキャッシュされている可能性があります。このアプリを使用するにはキャッシュをクリアする必要があります。", + "refresh": "更新", + "points": "ポイント", + "day": "日", + "days": "日間", + "react_error": "何か問題が発生しました", + "clickable_icon": "クリック可能なアイコン", + "two_stops_till_next": "次まで2つのストップ", + "one_stop_till_next": "次まで1つのストップ", + "no_more_gyms": "これ以上ジムはありません", + "light_map_border": "ライトマップボーダー", + "dark_map_border": "ダークマップボーダー", + "cell_blocked": "セルがブロックされました", + "poi_color": "POI色", + "quest_condition": "クエスト条件", + "always_show_labels": "ラベルを常に表示", + "scan_areas_options": "スキャンエリアオプション", + "historic_rarity": "歴史的な珍しさ", + "poi": "興味のあるポイント", + "300m_range": "300m範囲", + "lure_range": "ルアーの範囲", + "custom_range": "カスタム範囲", + "tap_to_toggle": "タップして切り替え", + "power_up": "パワーアップ", + "never_alt": "決して", + "seen_nearby_stop": "近くのストップで見た", + "seen_nearby_cell": "このセル内で見た", + "seen_lure_encounter": "ルアー遭遇", + "seen_lure_wild": "ルアー野生", + "seen_wild": "野生出現", + "event_stops": "イベントストップ", + "event_stop_timers": "イベントストップタイマー", + "size_0": "どれか", + "size_1": "XXS", + "size_2": "XS", + "size_3": "M", + "size_4": "XL", + "size_5": "XXL", + "show_size_indicator": "サイズ指示器を表示", + "size": "サイズ", + "gold_stop": "ゴールドストップ", + "profile_backups": "プロファイルの切り替え", + "new_backup": "新しいバックアップ", + "create": "作成", + "load": "読み込み", + "update": "更新", + "delete": "削除", + "name": "名前", + "only_confirmed": "確認済みのみ", + "only_exclude_grunts": "したっぱを除外する", + "only_exclude_leaders": "リーダーを除外する", + "rocket_pokemon": "シャドウポケモン", + "decoy": "おとり", + "s2_cell_limit_0": "20,000セル以上を生成しようとしました ({{variable_0}})", + "s2_cell_zoom_limit": "一部のセルはこのズームレベルでは小さすぎて表示されません", + "show_all_pvp_ranks": "全てのPVPランクを表示", + "enable_pokemon_popup_coords": "ポケモンの座標を表示", + "enable_gym_popup_coords": "ジムの座標を表示", + "enable_pokestop_popup_coords": "ポケストップの座標を表示", + "enable_portal_popup_coords": "ポータルの座標を表示", + "on_block_join_discord": "詳細はDiscordに参加してください。", + "on_block_msg": "あなたはメンバーであるためブロックされました", + "denied": "拒否されました", + "showcase": "おひろめ", + "unknown_event": "不明なイベント", + "scanner_countdown": "{{time}}秒で利用可能", + "success": "成功", + "contribute": "貢献", + "mi": "マイル", + "filter_by_areas": "エリアでフィルター", + "submit_nest_name": "巣の名前を提出", + "nest_submission_menu": "名前の更新", + "nest_submissions": "巣の提出", + "nest_submissions_subtitle": "巣の新しい名前を提出できます", + "pokemon_opacity": "動的ポケモン不透明度", + "invasion_opacity": "動的ロケット団の不透明度", + "raid_opacity": "動的レイドの不透明度", + "opacity_ten_minutes": "10分での不透明度", + "opacity_five_minutes": "5分での不透明度", + "opacity_one_minute": "1分での不透明度", + "level_circles": "レベルインジケータ", + "min_level_circle": "最小サークルレベル", + "mutation_auth_error": "ログインしていないため、リクエストは失敗しました", + "submitted_by": "提出者", + "reversible": "可逆", + "version": "バージョン", + "route_tags": "ルートタグ", + "routes": "ルート", + "route_type": "ルートのタイプ", + "routes_subtitle": "マップ上でゲーム内のルートとそれに関する情報を表示", + "description": "説明", + "additional_info": "追加情報", + "duration": "期間", + "elevation": "高度", + "contest_category_1": "最小サイズ", + "context_category_2": "最大サイズ", + "total_entries": "総エントリー数", + "showcase_rankings": "おひろめランキング", + "showcase_rankings_subtitle": "ポケストップのおひろめのトップランキングのリストを表示", + "tth": "TTH", + "tth_0": "全て", + "tth_1": "既知", + "tth_2": "不明", + "no_access": "アクセス不可", + "cooldown": "クールダウン", + "scan_some_outside_area": "一部の場所が認可された境界の外にあります", + "alerts": "アラート", + "alert_manager": "アラートマネージャー", + "menu": "メニュー", + "theme": "テーマ", + "exit": "終了", + "component": "コンポーネント", + "component_login_page": "ログインページ", + "component_donation_page": "寄付ページ", + "component_message_of_the_day": "今日のメッセージ", + "download": "ダウンロード", + "playground": "遊び場", + "locale": "ロケール", + "saved": "保存済み", + "show_editor": "エディタを表示", + "hide_editor": "エディタを非表示", + "reported_error": "このエラーは識別子を持ってサーバーに報告されました", + "dark_mode": "ダークモード", + "load_from_autosave": "自動保存から読み込む", + "done": "完了", + "fast": "高速", + "charged": "チャージ済み", + "offline_mode": "オフラインモード", + "include_sponsored": "スポンサーを含む", + "showcase_color": "ショーケースカラー", + "partner_color": "パートナーカラー", + "disable": "{{- name}} を無効化", + "profiling": "プロファイリング", + "showcase_block": "ショーケースによりブロックされました", + "signed_in_as": "次のアカウントでログイン中", + "missing_map_perm": "マップを表示する権限がありません。", + "access_denied": "アクセス拒否", + "audio": "オーディオ", + "desktop_notifications": "デスクトップ通知", + "notifications_options": "通知オプション", + "audio_always_on": "常にオーディオを再生", + "volume_level": "音量レベル", + "notifications_status": "通知の状態", + "granted": "許可済み", + "set_all": "すべて設定", + "set_filtered": "フィルター設定", + "only_show_available": "利用可能のみを表示", + "easy_mode": "簡単モード", + "quick_select": "グローバルクイックセレクト", + "pokemon_filter_mode": "ポケモンフィルターモード", + "basic": "基本", + "intermediate": "中級", + "expert": "エキスパート", + "basic_description": "簡単にポケモンを選択し、グローバルフィルターを適用", + "intermediate_description": "グローバルおよびポケモンごとに個別のフィルターを設定(従来)", + "expert_description": "最もカスタマイズ可能な手動入力クエリ", + "icon_size": "アイコンのサイズ", + "developer": "開発者", + "raid_override": "レイドオーバーライド", + "search_rocket_pokemon": "ロケット団ポケモンを検索", + "main": "メイン", + "extra": "エクストラ", + "select": "選択", + "searching": "検索中...", + "no_options": "オプションなし...", + "and": "AND", + "or": "OR", + "only_global": "グローバルのみ", + "global_caption": "他のすべてのフィルターを無視", + "global_and_individual": "グローバル&個別のフィルター", + "gender_filters_all": "性別は全てに適用", + "and_caption": "連携", + "or_caption": "独立したフィルター", + "filter_help": "フィルターヘルプ", + "kilometers": "キロメートル", + "miles": "マイル", + "distance_unit": "距離の単位", + "data_management": "データ管理", + "reset_or_manage_text": "フィルターをハードリセットするか、個別のカテゴリをリセットできるデータ管理ページを表示できます。", + "reset_audio": "オーディオをリセット", + "reset_all": "すべてリセット", + "reset_icons": "アイコンをリセット", + "reset_position": "位置をリセット", + "reset_ui": "UIをリセット", + "reset_options": "オプションをリセット", + "reset_menus": "メニューをリセット", + "reset_settings": "設定をリセット", + "reset_general_title": "一般", + "reset_filters_title": "フィルター", + "reset_assets": "アセットをリセット", + "reset_pokemon": "ポケモンをリセット", + "reset_pokestops": "ポケストップをリセット", + "reset_gyms": "ジムをリセット", + "reset_nests": "巣をリセット", + "reset_portals": "ポータルをリセット", + "reset_routes": "ルートをリセット", + "reset_scan_areas": "スキャンエリアをリセット", + "reset_scan_cells": "スキャンセルをリセット", + "reset_devices": "デバイスをリセット", + "reset_weather": "天気をリセット", + "reset_s2cells": "S2セルをリセット", + "reset_spawnpoints": "スポーンポイントをリセット", + "reset_submission_cells": "提出セルをリセット", + "hisuian": "ヒスイ", + "spacial_rend_range": "あくうせつだんの範囲", + "key": "キー", + "ai": "AI", + "human": "人間", + "locales": "ロケール", + "instructions": "指示", + "locale_instructions_1": "ドロップダウンから言語を選択してください", + "locale_instructions_2": "「人間」列に必要な翻訳を入力してください", + "locale_instructions_3": "\"$t(download)\"ボタンをクリックしてJSONファイルをダウンロードしてください", + "locale_instructions_4": "以下のGitHubリポジトリのリンクをフォークしてください", + "locale_instructions_5": "新しいブランチを作成し、翻訳する言語で名前を付けてください", + "locale_instructions_6": "ダウンロードしたファイルで\"packages/locales/lib/human/{{lng}}.json\"の内容を置き換えてください", + "locale_instructions_7": "プルリクエストを作成してください", + "locale_instructions_8": "プルリクエストがレビューされ、マージされるのを待ってください", + "enter_translation": "翻訳を入力", + "individual_filters": "部分的にフィルターされています", + "data_limit_reached": "最近要求されたデータ量が多すぎるため、{{until}}までクールダウン中です", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "相棒のハートポイントを{{amount}}個獲得する", + "challenge_buddy_treat_plural": "おやつを{{amount}}個あげる", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "カクレオン", + "display_type_9": "おひろめ", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Star Egg", + "egg_1_plural": "1 Star Eggs", + "egg_2": "2 Star Egg", + "egg_2_plural": "2 Star Eggs", + "egg_3": "3 Star Egg", + "egg_3_plural": "3 Star Eggs", + "egg_4": "4 Star Egg", + "egg_4_plural": "4 Star Eggs", + "egg_5": "Legendary Egg", + "egg_5_plural": "Legendary Eggs", + "egg_6": "Mega Egg", + "egg_6_plural": "Mega Eggs", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "!", + "form_28": "?", + "form_29": "通常", + "form_30": "たいよう", + "form_31": "あまみず", + "form_32": "ゆきぐも", + "form_33": "ノーマルフォルム", + "form_34": "アタックフォルム", + "form_35": "ディフェンスフォルム", + "form_36": "スピードフォルム", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "通常", + "form_46": "アローラ", + "form_47": "通常", + "form_48": "アローラ", + "form_49": "通常", + "form_50": "アローラ", + "form_51": "通常", + "form_52": "アローラ", + "form_53": "通常", + "form_54": "アローラ", + "form_55": "通常", + "form_56": "アローラ", + "form_57": "通常", + "form_58": "アローラ", + "form_59": "通常", + "form_60": "アローラ", + "form_61": "通常", + "form_62": "アローラ", + "form_63": "通常", + "form_64": "アローラ", + "form_65": "通常", + "form_66": "アローラ", + "form_67": "通常", + "form_68": "アローラ", + "form_69": "通常", + "form_70": "アローラ", + "form_71": "通常", + "form_72": "アローラ", + "form_73": "通常", + "form_74": "アローラ", + "form_75": "通常", + "form_76": "アローラ", + "form_77": "通常", + "form_78": "アローラ", + "form_79": "通常", + "form_80": "アローラ", + "form_81": "通常", + "form_82": "フロストロトム", + "form_83": "スピンロトム", + "form_84": "カットロトム", + "form_85": "ウォッシュロトム", + "form_86": "ヒートロトム", + "form_87": "くさきのミノ", + "form_88": "すなちのミノ", + "form_89": "ゴミのミノ", + "form_90": "アナザーフォルム", + "form_91": "オリジンフォルム", + "form_92": "スカイフォルム", + "form_93": "ランドフォルム", + "form_94": "ネガフォルム", + "form_95": "ポジフォルム", + "form_96": "にしのうみ", + "form_97": "ひがしのうみ", + "form_98": "にしのうみ", + "form_99": "ひがしのうみ", + "form_100": "通常", + "form_101": "かくとう", + "form_102": "ひこう", + "form_103": "どく", + "form_104": "じめん", + "form_105": "いわ", + "form_106": "むし", + "form_107": "ゴースト", + "form_108": "はがね", + "form_109": "ほのお", + "form_110": "みず", + "form_111": "くさ", + "form_112": "でんき", + "form_113": "エスパー", + "form_114": "こおり", + "form_115": "ドラゴン", + "form_116": "あく", + "form_117": "フェアリー", + "form_118": "くさきのミノ", + "form_119": "すなちのミノ", + "form_120": "ゴミのミノ", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "通常", + "form_136": "あかすじのすがた", + "form_137": "あおすじのすがた", + "form_138": "Standard", + "form_139": "ダルマモード", + "form_140": "けしんフォルム", + "form_141": "れいじゅうフォルム", + "form_142": "けしんフォルム", + "form_143": "れいじゅうフォルム", + "form_144": "けしんフォルム", + "form_145": "れいじゅうフォルム", + "form_146": "通常", + "form_147": "ブラックキュレム", + "form_148": "ホワイトキュレム", + "form_149": "いつものすがた", + "form_150": "かくごのすがた", + "form_151": "ボイスフォルム", + "form_152": "ステップフォルム", + "form_153": "シャドウ", + "form_154": "ライト", + "form_155": "シャドウ", + "form_156": "ライト", + "form_157": "通常", + "form_158": "シャドウ", + "form_159": "ライト", + "form_160": "通常", + "form_161": "シャドウ", + "form_162": "ライト", + "form_163": "通常", + "form_164": "シャドウ", + "form_165": "ライト", + "form_166": "通常", + "form_167": "シャドウ", + "form_168": "ライト", + "form_169": "通常", + "form_170": "シャドウ", + "form_171": "ライト", + "form_172": "通常", + "form_173": "シャドウ", + "form_174": "ライト", + "form_175": "通常", + "form_176": "シャドウ", + "form_177": "ライト", + "form_178": "通常", + "form_179": "シャドウ", + "form_180": "ライト", + "form_181": "通常", + "form_182": "シャドウ", + "form_183": "ライト", + "form_184": "通常", + "form_185": "シャドウ", + "form_186": "ライト", + "form_187": "通常", + "form_188": "シャドウ", + "form_189": "ライト", + "form_190": "通常", + "form_191": "シャドウ", + "form_192": "ライト", + "form_193": "通常", + "form_194": "シャドウ", + "form_195": "ライト", + "form_196": "通常", + "form_197": "シャドウ", + "form_198": "ライト", + "form_199": "通常", + "form_200": "シャドウ", + "form_201": "ライト", + "form_202": "通常", + "form_203": "シャドウ", + "form_204": "ライト", + "form_205": "通常", + "form_206": "シャドウ", + "form_207": "ライト", + "form_208": "通常", + "form_209": "シャドウ", + "form_210": "ライト", + "form_211": "通常", + "form_212": "シャドウ", + "form_213": "ライト", + "form_214": "通常", + "form_215": "シャドウ", + "form_216": "ライト", + "form_217": "通常", + "form_218": "シャドウ", + "form_219": "ライト", + "form_220": "シャドウ", + "form_221": "ライト", + "form_222": "シャドウ", + "form_223": "ライト", + "form_224": "通常", + "form_225": "シャドウ", + "form_226": "ライト", + "form_227": "シャドウ", + "form_228": "ライト", + "form_229": "通常", + "form_230": "シャドウ", + "form_231": "ライト", + "form_232": "通常", + "form_233": "シャドウ", + "form_234": "ライト", + "form_235": "通常", + "form_236": "シャドウ", + "form_237": "ライト", + "form_238": "通常", + "form_239": "シャドウ", + "form_240": "ライト", + "form_241": "通常", + "form_242": "シャドウ", + "form_243": "ライト", + "form_244": "通常", + "form_245": "シャドウ", + "form_246": "ライト", + "form_247": "通常", + "form_248": "シャドウ", + "form_249": "ライト", + "form_250": "通常", + "form_251": "シャドウ", + "form_252": "ライト", + "form_253": "通常", + "form_254": "シャドウ", + "form_255": "ライト", + "form_256": "通常", + "form_257": "シャドウ", + "form_258": "ライト", + "form_259": "通常", + "form_260": "シャドウ", + "form_261": "ライト", + "form_262": "通常", + "form_263": "シャドウ", + "form_264": "ライト", + "form_265": "通常", + "form_266": "シャドウ", + "form_267": "ライト", + "form_268": "通常", + "form_269": "シャドウ", + "form_270": "ライト", + "form_271": "通常", + "form_272": "シャドウ", + "form_273": "ライト", + "form_274": "通常", + "form_275": "シャドウ", + "form_276": "ライト", + "form_277": "通常", + "form_278": "シャドウ", + "form_279": "ライト", + "form_280": "通常", + "form_281": "シャドウ", + "form_282": "ライト", + "form_283": "通常", + "form_284": "シャドウ", + "form_285": "ライト", + "form_286": "通常", + "form_287": "シャドウ", + "form_288": "ライト", + "form_289": "通常", + "form_290": "シャドウ", + "form_291": "ライト", + "form_292": "通常", + "form_293": "シャドウ", + "form_294": "ライト", + "form_295": "通常", + "form_296": "シャドウ", + "form_297": "ライト", + "form_298": "通常", + "form_299": "シャドウ", + "form_300": "ライト", + "form_301": "通常", + "form_302": "シャドウ", + "form_303": "ライト", + "form_304": "通常", + "form_305": "シャドウ", + "form_306": "ライト", + "form_307": "通常", + "form_308": "シャドウ", + "form_309": "ライト", + "form_310": "通常", + "form_311": "シャドウ", + "form_312": "ライト", + "form_313": "通常", + "form_314": "シャドウ", + "form_315": "ライト", + "form_316": "通常", + "form_317": "シャドウ", + "form_318": "ライト", + "form_319": "通常", + "form_320": "シャドウ", + "form_321": "ライト", + "form_322": "通常", + "form_323": "シャドウ", + "form_324": "ライト", + "form_585": "はるのすがた", + "form_586": "なつのすがた", + "form_587": "あきのすがた", + "form_588": "ふゆのすがた", + "form_589": "はるのすがた", + "form_590": "なつのすがた", + "form_591": "あきのすがた", + "form_592": "ふゆのすがた", + "form_593": "通常", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "通常", + "form_599": "Noevolve", + "form_600": "通常", + "form_601": "Noevolve", + "form_602": "通常", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "通常", + "form_611": "シャドウ", + "form_612": "ライト", + "form_613": "通常", + "form_614": "シャドウ", + "form_615": "ライト", + "form_616": "通常", + "form_617": "シャドウ", + "form_618": "ライト", + "form_619": "通常", + "form_620": "シャドウ", + "form_621": "ライト", + "form_622": "通常", + "form_623": "シャドウ", + "form_624": "ライト", + "form_625": "通常", + "form_626": "シャドウ", + "form_627": "ライト", + "form_628": "通常", + "form_629": "シャドウ", + "form_630": "ライト", + "form_631": "通常", + "form_632": "シャドウ", + "form_633": "ライト", + "form_634": "通常", + "form_635": "シャドウ", + "form_636": "ライト", + "form_637": "通常", + "form_638": "シャドウ", + "form_639": "ライト", + "form_640": "通常", + "form_641": "シャドウ", + "form_642": "ライト", + "form_643": "通常", + "form_644": "シャドウ", + "form_645": "ライト", + "form_646": "通常", + "form_647": "シャドウ", + "form_648": "ライト", + "form_649": "通常", + "form_650": "シャドウ", + "form_651": "ライト", + "form_652": "通常", + "form_653": "シャドウ", + "form_654": "ライト", + "form_655": "通常", + "form_656": "シャドウ", + "form_657": "ライト", + "form_658": "通常", + "form_659": "シャドウ", + "form_660": "ライト", + "form_661": "通常", + "form_662": "シャドウ", + "form_663": "ライト", + "form_664": "通常", + "form_665": "シャドウ", + "form_666": "ライト", + "form_667": "通常", + "form_668": "シャドウ", + "form_669": "ライト", + "form_670": "通常", + "form_671": "シャドウ", + "form_672": "ライト", + "form_673": "シャドウ", + "form_674": "ライト", + "form_675": "シャドウ", + "form_676": "ライト", + "form_677": "通常", + "form_678": "シャドウ", + "form_679": "ライト", + "form_680": "通常", + "form_681": "シャドウ", + "form_682": "ライト", + "form_683": "通常", + "form_684": "シャドウ", + "form_685": "ライト", + "form_686": "シャドウ", + "form_687": "ライト", + "form_688": "通常", + "form_689": "シャドウ", + "form_690": "ライト", + "form_691": "通常", + "form_692": "シャドウ", + "form_693": "ライト", + "form_694": "通常", + "form_695": "シャドウ", + "form_696": "ライト", + "form_697": "通常", + "form_698": "シャドウ", + "form_699": "ライト", + "form_700": "通常", + "form_701": "シャドウ", + "form_702": "ライト", + "form_703": "通常", + "form_704": "シャドウ", + "form_705": "ライト", + "form_706": "通常", + "form_707": "シャドウ", + "form_708": "ライト", + "form_709": "シャドウ", + "form_710": "ライト", + "form_711": "シャドウ", + "form_712": "ライト", + "form_713": "通常", + "form_714": "シャドウ", + "form_715": "ライト", + "form_716": "通常", + "form_717": "シャドウ", + "form_718": "ライト", + "form_719": "通常", + "form_720": "シャドウ", + "form_721": "ライト", + "form_722": "通常", + "form_723": "シャドウ", + "form_724": "ライト", + "form_725": "シャドウ", + "form_726": "ライト", + "form_727": "シャドウ", + "form_728": "ライト", + "form_729": "通常", + "form_730": "シャドウ", + "form_731": "ライト", + "form_732": "シャドウ", + "form_733": "ライト", + "form_734": "通常", + "form_735": "シャドウ", + "form_736": "ライト", + "form_737": "通常", + "form_738": "シャドウ", + "form_739": "ライト", + "form_740": "通常", + "form_741": "シャドウ", + "form_742": "ライト", + "form_743": "通常", + "form_744": "シャドウ", + "form_745": "ライト", + "form_746": "通常", + "form_747": "シャドウ", + "form_748": "ライト", + "form_749": "通常", + "form_750": "シャドウ", + "form_751": "ライト", + "form_752": "通常", + "form_753": "シャドウ", + "form_754": "ライト", + "form_755": "通常", + "form_756": "シャドウ", + "form_757": "ライト", + "form_758": "通常", + "form_759": "シャドウ", + "form_760": "ライト", + "form_761": "通常", + "form_762": "シャドウ", + "form_763": "ライト", + "form_764": "通常", + "form_765": "シャドウ", + "form_766": "ライト", + "form_767": "通常", + "form_768": "シャドウ", + "form_769": "ライト", + "form_770": "通常", + "form_771": "シャドウ", + "form_772": "ライト", + "form_773": "通常", + "form_774": "シャドウ", + "form_775": "ライト", + "form_776": "通常", + "form_777": "シャドウ", + "form_778": "ライト", + "form_779": "通常", + "form_780": "シャドウ", + "form_781": "ライト", + "form_782": "通常", + "form_783": "シャドウ", + "form_784": "ライト", + "form_785": "通常", + "form_786": "シャドウ", + "form_787": "ライト", + "form_788": "通常", + "form_789": "シャドウ", + "form_790": "ライト", + "form_791": "通常", + "form_792": "シャドウ", + "form_793": "ライト", + "form_794": "通常", + "form_795": "シャドウ", + "form_796": "ライト", + "form_797": "通常", + "form_798": "シャドウ", + "form_799": "ライト", + "form_800": "通常", + "form_801": "シャドウ", + "form_802": "ライト", + "form_803": "通常", + "form_804": "シャドウ", + "form_805": "ライト", + "form_806": "通常", + "form_807": "シャドウ", + "form_808": "ライト", + "form_809": "通常", + "form_810": "シャドウ", + "form_811": "ライト", + "form_812": "通常", + "form_813": "シャドウ", + "form_814": "ライト", + "form_815": "通常", + "form_816": "シャドウ", + "form_817": "ライト", + "form_818": "通常", + "form_819": "シャドウ", + "form_820": "ライト", + "form_821": "通常", + "form_822": "シャドウ", + "form_823": "ライト", + "form_824": "通常", + "form_825": "シャドウ", + "form_826": "ライト", + "form_827": "通常", + "form_828": "シャドウ", + "form_829": "ライト", + "form_830": "通常", + "form_831": "シャドウ", + "form_832": "ライト", + "form_833": "通常", + "form_834": "シャドウ", + "form_835": "ライト", + "form_836": "通常", + "form_837": "シャドウ", + "form_838": "ライト", + "form_839": "通常", + "form_840": "シャドウ", + "form_841": "ライト", + "form_842": "シャドウ", + "form_843": "ライト", + "form_844": "シャドウ", + "form_845": "ライト", + "form_846": "通常", + "form_847": "シャドウ", + "form_848": "ライト", + "form_849": "通常", + "form_850": "シャドウ", + "form_851": "ライト", + "form_852": "通常", + "form_853": "シャドウ", + "form_854": "ライト", + "form_855": "通常", + "form_856": "シャドウ", + "form_857": "ライト", + "form_858": "通常", + "form_859": "シャドウ", + "form_860": "ライト", + "form_861": "通常", + "form_862": "シャドウ", + "form_863": "ライト", + "form_864": "通常", + "form_865": "シャドウ", + "form_866": "ライト", + "form_867": "通常", + "form_868": "シャドウ", + "form_869": "ライト", + "form_870": "通常", + "form_871": "シャドウ", + "form_872": "ライト", + "form_873": "通常", + "form_874": "シャドウ", + "form_875": "ライト", + "form_876": "通常", + "form_877": "シャドウ", + "form_878": "ライト", + "form_879": "通常", + "form_880": "シャドウ", + "form_881": "ライト", + "form_882": "シャドウ", + "form_883": "ライト", + "form_884": "シャドウ", + "form_885": "ライト", + "form_886": "シャドウ", + "form_887": "ライト", + "form_888": "通常", + "form_889": "シャドウ", + "form_890": "ライト", + "form_891": "通常", + "form_892": "シャドウ", + "form_893": "ライト", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "通常", + "form_899": "シャドウ", + "form_900": "ライト", + "form_901": "Vs 2019", + "form_902": "通常", + "form_903": "シャドウ", + "form_904": "ライト", + "form_905": "通常", + "form_906": "シャドウ", + "form_907": "ライト", + "form_908": "通常", + "form_909": "シャドウ", + "form_910": "ライト", + "form_911": "通常", + "form_912": "シャドウ", + "form_913": "ライト", + "form_914": "通常", + "form_915": "シャドウ", + "form_916": "ライト", + "form_917": "通常", + "form_918": "シャドウ", + "form_919": "ライト", + "form_920": "通常", + "form_921": "シャドウ", + "form_922": "ライト", + "form_923": "通常", + "form_924": "シャドウ", + "form_925": "ライト", + "form_926": "通常", + "form_927": "シャドウ", + "form_928": "ライト", + "form_929": "通常", + "form_930": "シャドウ", + "form_931": "ライト", + "form_932": "通常", + "form_933": "シャドウ", + "form_934": "ライト", + "form_935": "通常", + "form_936": "シャドウ", + "form_937": "ライト", + "form_938": "通常", + "form_939": "シャドウ", + "form_940": "ライト", + "form_941": "通常", + "form_942": "シャドウ", + "form_943": "ライト", + "form_944": "ガラル", + "form_945": "通常", + "form_946": "ガラル", + "form_947": "通常", + "form_948": "ガラル", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "通常", + "form_954": "シャドウ", + "form_955": "ライト", + "form_956": "通常", + "form_957": "シャドウ", + "form_958": "ライト", + "form_959": "通常", + "form_960": "シャドウ", + "form_961": "ライト", + "form_962": "通常", + "form_963": "シャドウ", + "form_964": "ライト", + "form_965": "通常", + "form_966": "シャドウ", + "form_967": "ライト", + "form_968": "通常", + "form_969": "シャドウ", + "form_970": "ライト", + "form_971": "通常", + "form_972": "シャドウ", + "form_973": "ライト", + "form_974": "通常", + "form_975": "シャドウ", + "form_976": "ライト", + "form_977": "シャドウ", + "form_978": "ライト", + "form_979": "シャドウ", + "form_980": "ライト", + "form_981": "通常", + "form_982": "シャドウ", + "form_983": "ライト", + "form_984": "通常", + "form_985": "シャドウ", + "form_986": "ライト", + "form_987": "通常", + "form_988": "シャドウ", + "form_989": "ライト", + "form_990": "通常", + "form_991": "シャドウ", + "form_992": "ライト", + "form_993": "通常", + "form_994": "シャドウ", + "form_995": "ライト", + "form_996": "通常", + "form_997": "シャドウ", + "form_998": "ライト", + "form_999": "通常", + "form_1000": "シャドウ", + "form_1001": "ライト", + "form_1002": "通常", + "form_1003": "シャドウ", + "form_1004": "ライト", + "form_1005": "通常", + "form_1006": "シャドウ", + "form_1007": "ライト", + "form_1008": "通常", + "form_1009": "シャドウ", + "form_1010": "ライト", + "form_1011": "通常", + "form_1012": "シャドウ", + "form_1013": "ライト", + "form_1014": "通常", + "form_1015": "シャドウ", + "form_1016": "ライト", + "form_1017": "通常", + "form_1018": "シャドウ", + "form_1019": "ライト", + "form_1020": "通常", + "form_1021": "シャドウ", + "form_1022": "ライト", + "form_1023": "通常", + "form_1024": "シャドウ", + "form_1025": "ライト", + "form_1026": "通常", + "form_1027": "シャドウ", + "form_1028": "ライト", + "form_1029": "通常", + "form_1030": "シャドウ", + "form_1031": "ライト", + "form_1032": "通常", + "form_1033": "シャドウ", + "form_1034": "ライト", + "form_1035": "通常", + "form_1036": "シャドウ", + "form_1037": "ライト", + "form_1038": "通常", + "form_1039": "シャドウ", + "form_1040": "ライト", + "form_1041": "通常", + "form_1042": "シャドウ", + "form_1043": "ライト", + "form_1044": "通常", + "form_1045": "シャドウ", + "form_1046": "ライト", + "form_1047": "通常", + "form_1048": "シャドウ", + "form_1049": "ライト", + "form_1050": "通常", + "form_1051": "シャドウ", + "form_1052": "ライト", + "form_1053": "通常", + "form_1054": "シャドウ", + "form_1055": "ライト", + "form_1056": "通常", + "form_1057": "シャドウ", + "form_1058": "ライト", + "form_1059": "通常", + "form_1060": "シャドウ", + "form_1061": "ライト", + "form_1062": "通常", + "form_1063": "シャドウ", + "form_1064": "ライト", + "form_1065": "通常", + "form_1066": "シャドウ", + "form_1067": "ライト", + "form_1068": "通常", + "form_1069": "シャドウ", + "form_1070": "ライト", + "form_1071": "通常", + "form_1072": "シャドウ", + "form_1073": "ライト", + "form_1074": "通常", + "form_1075": "シャドウ", + "form_1076": "ライト", + "form_1077": "通常", + "form_1078": "シャドウ", + "form_1079": "ライト", + "form_1080": "通常", + "form_1081": "シャドウ", + "form_1082": "ライト", + "form_1083": "通常", + "form_1084": "シャドウ", + "form_1085": "ライト", + "form_1086": "通常", + "form_1087": "シャドウ", + "form_1088": "ライト", + "form_1089": "通常", + "form_1090": "シャドウ", + "form_1091": "ライト", + "form_1092": "通常", + "form_1093": "シャドウ", + "form_1094": "ライト", + "form_1095": "通常", + "form_1096": "シャドウ", + "form_1097": "ライト", + "form_1098": "通常", + "form_1099": "シャドウ", + "form_1100": "ライト", + "form_1101": "通常", + "form_1102": "シャドウ", + "form_1103": "ライト", + "form_1104": "通常", + "form_1105": "シャドウ", + "form_1106": "ライト", + "form_1107": "通常", + "form_1108": "シャドウ", + "form_1109": "ライト", + "form_1110": "通常", + "form_1111": "シャドウ", + "form_1112": "ライト", + "form_1113": "シャドウ", + "form_1114": "ライト", + "form_1115": "通常", + "form_1116": "シャドウ", + "form_1117": "ライト", + "form_1118": "通常", + "form_1119": "シャドウ", + "form_1120": "ライト", + "form_1121": "通常", + "form_1122": "シャドウ", + "form_1123": "ライト", + "form_1124": "通常", + "form_1125": "シャドウ", + "form_1126": "ライト", + "form_1127": "通常", + "form_1128": "シャドウ", + "form_1129": "ライト", + "form_1130": "通常", + "form_1131": "シャドウ", + "form_1132": "ライト", + "form_1133": "通常", + "form_1134": "シャドウ", + "form_1135": "ライト", + "form_1136": "通常", + "form_1137": "シャドウ", + "form_1138": "ライト", + "form_1139": "通常", + "form_1140": "シャドウ", + "form_1141": "ライト", + "form_1142": "通常", + "form_1143": "シャドウ", + "form_1144": "ライト", + "form_1145": "通常", + "form_1146": "シャドウ", + "form_1147": "ライト", + "form_1148": "通常", + "form_1149": "シャドウ", + "form_1150": "ライト", + "form_1151": "通常", + "form_1152": "シャドウ", + "form_1153": "ライト", + "form_1154": "通常", + "form_1155": "シャドウ", + "form_1156": "ライト", + "form_1157": "通常", + "form_1158": "シャドウ", + "form_1159": "ライト", + "form_1160": "通常", + "form_1161": "シャドウ", + "form_1162": "ライト", + "form_1163": "通常", + "form_1164": "シャドウ", + "form_1165": "ライト", + "form_1166": "通常", + "form_1167": "シャドウ", + "form_1168": "ライト", + "form_1169": "通常", + "form_1170": "シャドウ", + "form_1171": "ライト", + "form_1172": "通常", + "form_1173": "シャドウ", + "form_1174": "ライト", + "form_1175": "通常", + "form_1176": "シャドウ", + "form_1177": "ライト", + "form_1178": "通常", + "form_1179": "シャドウ", + "form_1180": "ライト", + "form_1181": "通常", + "form_1182": "シャドウ", + "form_1183": "ライト", + "form_1184": "通常", + "form_1185": "シャドウ", + "form_1186": "ライト", + "form_1187": "通常", + "form_1188": "シャドウ", + "form_1189": "ライト", + "form_1190": "通常", + "form_1191": "シャドウ", + "form_1192": "ライト", + "form_1193": "通常", + "form_1194": "シャドウ", + "form_1195": "ライト", + "form_1196": "通常", + "form_1197": "シャドウ", + "form_1198": "ライト", + "form_1199": "通常", + "form_1200": "シャドウ", + "form_1201": "ライト", + "form_1202": "通常", + "form_1203": "シャドウ", + "form_1204": "ライト", + "form_1205": "通常", + "form_1206": "シャドウ", + "form_1207": "ライト", + "form_1208": "通常", + "form_1209": "シャドウ", + "form_1210": "ライト", + "form_1211": "通常", + "form_1212": "シャドウ", + "form_1213": "ライト", + "form_1214": "通常", + "form_1215": "シャドウ", + "form_1216": "ライト", + "form_1217": "通常", + "form_1218": "シャドウ", + "form_1219": "ライト", + "form_1220": "通常", + "form_1221": "シャドウ", + "form_1222": "ライト", + "form_1223": "通常", + "form_1224": "シャドウ", + "form_1225": "ライト", + "form_1226": "通常", + "form_1227": "シャドウ", + "form_1228": "ライト", + "form_1229": "通常", + "form_1230": "シャドウ", + "form_1231": "ライト", + "form_1232": "通常", + "form_1233": "シャドウ", + "form_1234": "ライト", + "form_1235": "通常", + "form_1236": "シャドウ", + "form_1237": "ライト", + "form_1238": "通常", + "form_1239": "シャドウ", + "form_1240": "ライト", + "form_1241": "通常", + "form_1242": "シャドウ", + "form_1243": "ライト", + "form_1244": "通常", + "form_1245": "シャドウ", + "form_1246": "ライト", + "form_1247": "通常", + "form_1248": "シャドウ", + "form_1249": "ライト", + "form_1250": "通常", + "form_1251": "シャドウ", + "form_1252": "ライト", + "form_1253": "通常", + "form_1254": "シャドウ", + "form_1255": "ライト", + "form_1256": "通常", + "form_1257": "シャドウ", + "form_1258": "ライト", + "form_1259": "通常", + "form_1260": "シャドウ", + "form_1261": "ライト", + "form_1262": "通常", + "form_1263": "シャドウ", + "form_1264": "ライト", + "form_1265": "通常", + "form_1266": "シャドウ", + "form_1267": "ライト", + "form_1268": "通常", + "form_1269": "シャドウ", + "form_1270": "ライト", + "form_1271": "通常", + "form_1272": "シャドウ", + "form_1273": "ライト", + "form_1274": "通常", + "form_1275": "シャドウ", + "form_1276": "ライト", + "form_1277": "通常", + "form_1278": "シャドウ", + "form_1279": "ライト", + "form_1280": "通常", + "form_1281": "シャドウ", + "form_1282": "ライト", + "form_1283": "通常", + "form_1284": "シャドウ", + "form_1285": "ライト", + "form_1286": "通常", + "form_1287": "シャドウ", + "form_1288": "ライト", + "form_1289": "通常", + "form_1290": "シャドウ", + "form_1291": "ライト", + "form_1292": "通常", + "form_1293": "シャドウ", + "form_1294": "ライト", + "form_1295": "通常", + "form_1296": "シャドウ", + "form_1297": "ライト", + "form_1298": "通常", + "form_1299": "シャドウ", + "form_1300": "ライト", + "form_1301": "通常", + "form_1302": "シャドウ", + "form_1303": "ライト", + "form_1304": "通常", + "form_1305": "シャドウ", + "form_1306": "ライト", + "form_1307": "通常", + "form_1308": "シャドウ", + "form_1309": "ライト", + "form_1310": "通常", + "form_1311": "シャドウ", + "form_1312": "ライト", + "form_1313": "通常", + "form_1314": "シャドウ", + "form_1315": "ライト", + "form_1316": "通常", + "form_1317": "シャドウ", + "form_1318": "ライト", + "form_1319": "通常", + "form_1320": "シャドウ", + "form_1321": "ライト", + "form_1322": "通常", + "form_1323": "シャドウ", + "form_1324": "ライト", + "form_1325": "通常", + "form_1326": "シャドウ", + "form_1327": "ライト", + "form_1328": "通常", + "form_1329": "シャドウ", + "form_1330": "ライト", + "form_1331": "通常", + "form_1332": "シャドウ", + "form_1333": "ライト", + "form_1334": "通常", + "form_1335": "シャドウ", + "form_1336": "ライト", + "form_1337": "通常", + "form_1338": "シャドウ", + "form_1339": "ライト", + "form_1340": "通常", + "form_1341": "シャドウ", + "form_1342": "ライト", + "form_1343": "通常", + "form_1344": "シャドウ", + "form_1345": "ライト", + "form_1346": "通常", + "form_1347": "シャドウ", + "form_1348": "ライト", + "form_1349": "通常", + "form_1350": "シャドウ", + "form_1351": "ライト", + "form_1352": "通常", + "form_1353": "シャドウ", + "form_1354": "ライト", + "form_1355": "通常", + "form_1356": "シャドウ", + "form_1357": "ライト", + "form_1358": "通常", + "form_1359": "シャドウ", + "form_1360": "ライト", + "form_1361": "通常", + "form_1362": "シャドウ", + "form_1363": "ライト", + "form_1364": "通常", + "form_1365": "シャドウ", + "form_1366": "ライト", + "form_1367": "通常", + "form_1368": "シャドウ", + "form_1369": "ライト", + "form_1370": "通常", + "form_1371": "シャドウ", + "form_1372": "ライト", + "form_1373": "シャドウ", + "form_1374": "ライト", + "form_1375": "シャドウ", + "form_1376": "ライト", + "form_1377": "シャドウ", + "form_1378": "ライト", + "form_1379": "通常", + "form_1380": "シャドウ", + "form_1381": "ライト", + "form_1382": "通常", + "form_1383": "シャドウ", + "form_1384": "ライト", + "form_1385": "通常", + "form_1386": "シャドウ", + "form_1387": "ライト", + "form_1388": "通常", + "form_1389": "シャドウ", + "form_1390": "ライト", + "form_1391": "通常", + "form_1392": "シャドウ", + "form_1393": "ライト", + "form_1394": "通常", + "form_1395": "シャドウ", + "form_1396": "ライト", + "form_1397": "通常", + "form_1398": "シャドウ", + "form_1399": "ライト", + "form_1400": "通常", + "form_1401": "シャドウ", + "form_1402": "ライト", + "form_1403": "通常", + "form_1404": "シャドウ", + "form_1405": "ライト", + "form_1406": "通常", + "form_1407": "シャドウ", + "form_1408": "ライト", + "form_1409": "通常", + "form_1410": "シャドウ", + "form_1411": "ライト", + "form_1412": "通常", + "form_1413": "シャドウ", + "form_1414": "ライト", + "form_1415": "通常", + "form_1416": "シャドウ", + "form_1417": "ライト", + "form_1418": "通常", + "form_1419": "シャドウ", + "form_1420": "ライト", + "form_1421": "通常", + "form_1422": "シャドウ", + "form_1423": "ライト", + "form_1424": "通常", + "form_1425": "シャドウ", + "form_1426": "ライト", + "form_1427": "通常", + "form_1428": "シャドウ", + "form_1429": "ライト", + "form_1430": "通常", + "form_1431": "シャドウ", + "form_1432": "ライト", + "form_1433": "通常", + "form_1434": "シャドウ", + "form_1435": "ライト", + "form_1436": "通常", + "form_1437": "シャドウ", + "form_1438": "ライト", + "form_1439": "通常", + "form_1440": "シャドウ", + "form_1441": "ライト", + "form_1442": "通常", + "form_1443": "シャドウ", + "form_1444": "ライト", + "form_1445": "通常", + "form_1446": "シャドウ", + "form_1447": "ライト", + "form_1448": "通常", + "form_1449": "シャドウ", + "form_1450": "ライト", + "form_1451": "通常", + "form_1452": "シャドウ", + "form_1453": "ライト", + "form_1454": "通常", + "form_1455": "シャドウ", + "form_1456": "ライト", + "form_1457": "通常", + "form_1458": "シャドウ", + "form_1459": "ライト", + "form_1460": "通常", + "form_1461": "シャドウ", + "form_1462": "ライト", + "form_1463": "通常", + "form_1464": "シャドウ", + "form_1465": "ライト", + "form_1466": "通常", + "form_1467": "シャドウ", + "form_1468": "ライト", + "form_1469": "通常", + "form_1470": "シャドウ", + "form_1471": "ライト", + "form_1472": "通常", + "form_1473": "シャドウ", + "form_1474": "ライト", + "form_1475": "通常", + "form_1476": "シャドウ", + "form_1477": "ライト", + "form_1478": "通常", + "form_1479": "シャドウ", + "form_1480": "ライト", + "form_1481": "通常", + "form_1482": "シャドウ", + "form_1483": "ライト", + "form_1484": "通常", + "form_1485": "シャドウ", + "form_1486": "ライト", + "form_1487": "通常", + "form_1488": "シャドウ", + "form_1489": "ライト", + "form_1490": "通常", + "form_1491": "シャドウ", + "form_1492": "ライト", + "form_1493": "通常", + "form_1494": "シャドウ", + "form_1495": "ライト", + "form_1496": "通常", + "form_1497": "シャドウ", + "form_1498": "ライト", + "form_1499": "通常", + "form_1500": "シャドウ", + "form_1501": "ライト", + "form_1502": "通常", + "form_1503": "シャドウ", + "form_1504": "ライト", + "form_1505": "通常", + "form_1506": "シャドウ", + "form_1507": "ライト", + "form_1508": "通常", + "form_1509": "シャドウ", + "form_1510": "ライト", + "form_1511": "通常", + "form_1512": "シャドウ", + "form_1513": "ライト", + "form_1514": "通常", + "form_1515": "シャドウ", + "form_1516": "ライト", + "form_1517": "通常", + "form_1518": "シャドウ", + "form_1519": "ライト", + "form_1520": "通常", + "form_1521": "シャドウ", + "form_1522": "ライト", + "form_1523": "通常", + "form_1524": "シャドウ", + "form_1525": "ライト", + "form_1526": "通常", + "form_1527": "シャドウ", + "form_1528": "ライト", + "form_1529": "通常", + "form_1530": "シャドウ", + "form_1531": "ライト", + "form_1532": "通常", + "form_1533": "シャドウ", + "form_1534": "ライト", + "form_1535": "通常", + "form_1536": "シャドウ", + "form_1537": "ライト", + "form_1538": "通常", + "form_1539": "シャドウ", + "form_1540": "ライト", + "form_1541": "通常", + "form_1542": "シャドウ", + "form_1543": "ライト", + "form_1544": "通常", + "form_1545": "シャドウ", + "form_1546": "ライト", + "form_1547": "通常", + "form_1548": "シャドウ", + "form_1549": "ライト", + "form_1550": "通常", + "form_1551": "シャドウ", + "form_1552": "ライト", + "form_1553": "通常", + "form_1554": "シャドウ", + "form_1555": "ライト", + "form_1556": "通常", + "form_1557": "シャドウ", + "form_1558": "ライト", + "form_1559": "通常", + "form_1560": "シャドウ", + "form_1561": "ライト", + "form_1562": "通常", + "form_1563": "シャドウ", + "form_1564": "ライト", + "form_1565": "通常", + "form_1566": "シャドウ", + "form_1567": "ライト", + "form_1568": "通常", + "form_1569": "シャドウ", + "form_1570": "ライト", + "form_1571": "通常", + "form_1572": "シャドウ", + "form_1573": "ライト", + "form_1574": "通常", + "form_1575": "シャドウ", + "form_1576": "ライト", + "form_1577": "通常", + "form_1578": "シャドウ", + "form_1579": "ライト", + "form_1580": "通常", + "form_1581": "シャドウ", + "form_1582": "ライト", + "form_1583": "通常", + "form_1584": "シャドウ", + "form_1585": "ライト", + "form_1586": "通常", + "form_1587": "シャドウ", + "form_1588": "ライト", + "form_1589": "通常", + "form_1590": "シャドウ", + "form_1591": "ライト", + "form_1592": "通常", + "form_1593": "シャドウ", + "form_1594": "ライト", + "form_1595": "通常", + "form_1596": "シャドウ", + "form_1597": "ライト", + "form_1598": "通常", + "form_1599": "シャドウ", + "form_1600": "ライト", + "form_1601": "通常", + "form_1602": "シャドウ", + "form_1603": "ライト", + "form_1604": "通常", + "form_1605": "シャドウ", + "form_1606": "ライト", + "form_1607": "通常", + "form_1608": "シャドウ", + "form_1609": "ライト", + "form_1610": "通常", + "form_1611": "シャドウ", + "form_1612": "ライト", + "form_1613": "通常", + "form_1614": "シャドウ", + "form_1615": "ライト", + "form_1616": "通常", + "form_1617": "シャドウ", + "form_1618": "ライト", + "form_1619": "通常", + "form_1620": "シャドウ", + "form_1621": "ライト", + "form_1622": "通常", + "form_1623": "シャドウ", + "form_1624": "ライト", + "form_1625": "通常", + "form_1626": "シャドウ", + "form_1627": "ライト", + "form_1628": "通常", + "form_1629": "シャドウ", + "form_1630": "ライト", + "form_1631": "通常", + "form_1632": "シャドウ", + "form_1633": "ライト", + "form_1634": "通常", + "form_1635": "シャドウ", + "form_1636": "ライト", + "form_1637": "通常", + "form_1638": "シャドウ", + "form_1639": "ライト", + "form_1640": "通常", + "form_1641": "シャドウ", + "form_1642": "ライト", + "form_1643": "通常", + "form_1644": "シャドウ", + "form_1645": "ライト", + "form_1646": "通常", + "form_1647": "シャドウ", + "form_1648": "ライト", + "form_1649": "通常", + "form_1650": "シャドウ", + "form_1651": "ライト", + "form_1652": "通常", + "form_1653": "シャドウ", + "form_1654": "ライト", + "form_1655": "通常", + "form_1656": "シャドウ", + "form_1657": "ライト", + "form_1658": "通常", + "form_1659": "シャドウ", + "form_1660": "ライト", + "form_1661": "通常", + "form_1662": "シャドウ", + "form_1663": "ライト", + "form_1664": "通常", + "form_1665": "シャドウ", + "form_1666": "ライト", + "form_1667": "通常", + "form_1668": "シャドウ", + "form_1669": "ライト", + "form_1670": "通常", + "form_1671": "シャドウ", + "form_1672": "ライト", + "form_1673": "通常", + "form_1674": "シャドウ", + "form_1675": "ライト", + "form_1676": "通常", + "form_1677": "シャドウ", + "form_1678": "ライト", + "form_1679": "通常", + "form_1680": "シャドウ", + "form_1681": "ライト", + "form_1682": "通常", + "form_1683": "シャドウ", + "form_1684": "ライト", + "form_1685": "通常", + "form_1686": "シャドウ", + "form_1687": "ライト", + "form_1688": "通常", + "form_1689": "シャドウ", + "form_1690": "ライト", + "form_1691": "通常", + "form_1692": "シャドウ", + "form_1693": "ライト", + "form_1694": "通常", + "form_1695": "シャドウ", + "form_1696": "ライト", + "form_1697": "通常", + "form_1698": "シャドウ", + "form_1699": "ライト", + "form_1700": "通常", + "form_1701": "シャドウ", + "form_1702": "ライト", + "form_1703": "通常", + "form_1704": "シャドウ", + "form_1705": "ライト", + "form_1706": "通常", + "form_1707": "シャドウ", + "form_1708": "ライト", + "form_1709": "通常", + "form_1710": "シャドウ", + "form_1711": "ライト", + "form_1712": "通常", + "form_1713": "シャドウ", + "form_1714": "ライト", + "form_1715": "通常", + "form_1716": "シャドウ", + "form_1717": "ライト", + "form_1718": "通常", + "form_1719": "シャドウ", + "form_1720": "ライト", + "form_1721": "通常", + "form_1722": "シャドウ", + "form_1723": "ライト", + "form_1724": "通常", + "form_1725": "シャドウ", + "form_1726": "ライト", + "form_1727": "通常", + "form_1728": "シャドウ", + "form_1729": "ライト", + "form_1730": "通常", + "form_1731": "シャドウ", + "form_1732": "ライト", + "form_1733": "通常", + "form_1734": "シャドウ", + "form_1735": "ライト", + "form_1736": "通常", + "form_1737": "シャドウ", + "form_1738": "ライト", + "form_1739": "通常", + "form_1740": "シャドウ", + "form_1741": "ライト", + "form_1742": "通常", + "form_1743": "シャドウ", + "form_1744": "ライト", + "form_1745": "通常", + "form_1746": "シャドウ", + "form_1747": "ライト", + "form_1748": "通常", + "form_1749": "シャドウ", + "form_1750": "ライト", + "form_1751": "通常", + "form_1752": "シャドウ", + "form_1753": "ライト", + "form_1754": "通常", + "form_1755": "シャドウ", + "form_1756": "ライト", + "form_1757": "通常", + "form_1758": "シャドウ", + "form_1759": "ライト", + "form_1760": "通常", + "form_1761": "シャドウ", + "form_1762": "ライト", + "form_1763": "通常", + "form_1764": "シャドウ", + "form_1765": "ライト", + "form_1766": "通常", + "form_1767": "シャドウ", + "form_1768": "ライト", + "form_1769": "通常", + "form_1770": "シャドウ", + "form_1771": "ライト", + "form_1772": "通常", + "form_1773": "シャドウ", + "form_1774": "ライト", + "form_1775": "通常", + "form_1776": "シャドウ", + "form_1777": "ライト", + "form_1778": "通常", + "form_1779": "シャドウ", + "form_1780": "ライト", + "form_1781": "通常", + "form_1782": "シャドウ", + "form_1783": "ライト", + "form_1784": "通常", + "form_1785": "シャドウ", + "form_1786": "ライト", + "form_1787": "通常", + "form_1788": "シャドウ", + "form_1789": "ライト", + "form_1790": "通常", + "form_1791": "シャドウ", + "form_1792": "ライト", + "form_1793": "通常", + "form_1794": "シャドウ", + "form_1795": "ライト", + "form_1796": "通常", + "form_1797": "シャドウ", + "form_1798": "ライト", + "form_1799": "通常", + "form_1800": "シャドウ", + "form_1801": "ライト", + "form_1802": "通常", + "form_1803": "シャドウ", + "form_1804": "ライト", + "form_1805": "通常", + "form_1806": "シャドウ", + "form_1807": "ライト", + "form_1808": "通常", + "form_1809": "シャドウ", + "form_1810": "ライト", + "form_1811": "通常", + "form_1812": "シャドウ", + "form_1813": "ライト", + "form_1814": "通常", + "form_1815": "シャドウ", + "form_1816": "ライト", + "form_1817": "通常", + "form_1818": "シャドウ", + "form_1819": "ライト", + "form_1820": "通常", + "form_1821": "シャドウ", + "form_1822": "ライト", + "form_1823": "通常", + "form_1824": "シャドウ", + "form_1825": "ライト", + "form_1826": "通常", + "form_1827": "シャドウ", + "form_1828": "ライト", + "form_1829": "通常", + "form_1830": "シャドウ", + "form_1831": "ライト", + "form_1832": "通常", + "form_1833": "シャドウ", + "form_1834": "ライト", + "form_1835": "通常", + "form_1836": "シャドウ", + "form_1837": "ライト", + "form_1838": "通常", + "form_1839": "シャドウ", + "form_1840": "ライト", + "form_1841": "通常", + "form_1842": "シャドウ", + "form_1843": "ライト", + "form_1844": "通常", + "form_1845": "シャドウ", + "form_1846": "ライト", + "form_1847": "通常", + "form_1848": "シャドウ", + "form_1849": "ライト", + "form_1850": "通常", + "form_1851": "シャドウ", + "form_1852": "ライト", + "form_1853": "通常", + "form_1854": "シャドウ", + "form_1855": "ライト", + "form_1856": "通常", + "form_1857": "シャドウ", + "form_1858": "ライト", + "form_1859": "通常", + "form_1860": "シャドウ", + "form_1861": "ライト", + "form_1862": "通常", + "form_1863": "シャドウ", + "form_1864": "ライト", + "form_1865": "通常", + "form_1866": "シャドウ", + "form_1867": "ライト", + "form_1868": "通常", + "form_1869": "シャドウ", + "form_1870": "ライト", + "form_1871": "通常", + "form_1872": "シャドウ", + "form_1873": "ライト", + "form_1874": "通常", + "form_1875": "シャドウ", + "form_1876": "ライト", + "form_1877": "通常", + "form_1878": "シャドウ", + "form_1879": "ライト", + "form_1880": "通常", + "form_1881": "シャドウ", + "form_1882": "ライト", + "form_1883": "通常", + "form_1884": "シャドウ", + "form_1885": "ライト", + "form_1886": "通常", + "form_1887": "シャドウ", + "form_1888": "ライト", + "form_1889": "通常", + "form_1890": "シャドウ", + "form_1891": "ライト", + "form_1892": "通常", + "form_1893": "シャドウ", + "form_1894": "ライト", + "form_1895": "通常", + "form_1896": "シャドウ", + "form_1897": "ライト", + "form_1898": "通常", + "form_1899": "シャドウ", + "form_1900": "ライト", + "form_1901": "通常", + "form_1902": "シャドウ", + "form_1903": "ライト", + "form_1904": "通常", + "form_1905": "シャドウ", + "form_1906": "ライト", + "form_1907": "通常", + "form_1908": "シャドウ", + "form_1909": "ライト", + "form_1910": "通常", + "form_1911": "シャドウ", + "form_1912": "ライト", + "form_1913": "通常", + "form_1914": "シャドウ", + "form_1915": "ライト", + "form_1916": "通常", + "form_1917": "シャドウ", + "form_1918": "ライト", + "form_1919": "通常", + "form_1920": "シャドウ", + "form_1921": "ライト", + "form_1922": "通常", + "form_1923": "シャドウ", + "form_1924": "ライト", + "form_1925": "通常", + "form_1926": "シャドウ", + "form_1927": "ライト", + "form_1928": "通常", + "form_1929": "シャドウ", + "form_1930": "ライト", + "form_1931": "通常", + "form_1932": "シャドウ", + "form_1933": "ライト", + "form_1934": "通常", + "form_1935": "シャドウ", + "form_1936": "ライト", + "form_1937": "通常", + "form_1938": "シャドウ", + "form_1939": "ライト", + "form_1940": "通常", + "form_1941": "シャドウ", + "form_1942": "ライト", + "form_1943": "通常", + "form_1944": "シャドウ", + "form_1945": "ライト", + "form_1946": "通常", + "form_1947": "シャドウ", + "form_1948": "ライト", + "form_1949": "通常", + "form_1950": "シャドウ", + "form_1951": "ライト", + "form_1952": "通常", + "form_1953": "シャドウ", + "form_1954": "ライト", + "form_1955": "通常", + "form_1956": "シャドウ", + "form_1957": "ライト", + "form_1958": "通常", + "form_1959": "シャドウ", + "form_1960": "ライト", + "form_1961": "通常", + "form_1962": "シャドウ", + "form_1963": "ライト", + "form_1964": "通常", + "form_1965": "シャドウ", + "form_1966": "ライト", + "form_1967": "通常", + "form_1968": "シャドウ", + "form_1969": "ライト", + "form_1970": "通常", + "form_1971": "シャドウ", + "form_1972": "ライト", + "form_1973": "通常", + "form_1974": "シャドウ", + "form_1975": "ライト", + "form_1976": "通常", + "form_1977": "シャドウ", + "form_1978": "ライト", + "form_1979": "通常", + "form_1980": "シャドウ", + "form_1981": "ライト", + "form_1982": "通常", + "form_1983": "シャドウ", + "form_1984": "ライト", + "form_1985": "通常", + "form_1986": "シャドウ", + "form_1987": "ライト", + "form_1988": "通常", + "form_1989": "シャドウ", + "form_1990": "ライト", + "form_1991": "通常", + "form_1992": "シャドウ", + "form_1993": "ライト", + "form_1994": "通常", + "form_1995": "シャドウ", + "form_1996": "ライト", + "form_1997": "通常", + "form_1998": "シャドウ", + "form_1999": "ライト", + "form_2000": "通常", + "form_2001": "シャドウ", + "form_2002": "ライト", + "form_2003": "通常", + "form_2004": "シャドウ", + "form_2005": "ライト", + "form_2006": "通常", + "form_2007": "シャドウ", + "form_2008": "ライト", + "form_2009": "通常", + "form_2010": "シャドウ", + "form_2011": "ライト", + "form_2012": "通常", + "form_2013": "シャドウ", + "form_2014": "ライト", + "form_2015": "通常", + "form_2016": "シャドウ", + "form_2017": "ライト", + "form_2018": "通常", + "form_2019": "シャドウ", + "form_2020": "ライト", + "form_2021": "通常", + "form_2022": "シャドウ", + "form_2023": "ライト", + "form_2024": "通常", + "form_2025": "シャドウ", + "form_2026": "ライト", + "form_2027": "通常", + "form_2028": "シャドウ", + "form_2029": "ライト", + "form_2030": "通常", + "form_2031": "シャドウ", + "form_2032": "ライト", + "form_2033": "通常", + "form_2034": "シャドウ", + "form_2035": "ライト", + "form_2036": "通常", + "form_2037": "シャドウ", + "form_2038": "ライト", + "form_2039": "通常", + "form_2040": "シャドウ", + "form_2041": "ライト", + "form_2042": "通常", + "form_2043": "シャドウ", + "form_2044": "ライト", + "form_2045": "通常", + "form_2046": "シャドウ", + "form_2047": "ライト", + "form_2048": "通常", + "form_2049": "シャドウ", + "form_2050": "ライト", + "form_2051": "通常", + "form_2052": "シャドウ", + "form_2053": "ライト", + "form_2054": "通常", + "form_2055": "シャドウ", + "form_2056": "ライト", + "form_2057": "通常", + "form_2058": "シャドウ", + "form_2059": "ライト", + "form_2060": "通常", + "form_2061": "シャドウ", + "form_2062": "ライト", + "form_2063": "通常", + "form_2064": "シャドウ", + "form_2065": "ライト", + "form_2066": "通常", + "form_2067": "シャドウ", + "form_2068": "ライト", + "form_2069": "通常", + "form_2070": "シャドウ", + "form_2071": "ライト", + "form_2072": "通常", + "form_2073": "シャドウ", + "form_2074": "ライト", + "form_2075": "通常", + "form_2076": "シャドウ", + "form_2077": "ライト", + "form_2078": "通常", + "form_2079": "シャドウ", + "form_2080": "ライト", + "form_2081": "通常", + "form_2082": "シャドウ", + "form_2083": "ライト", + "form_2084": "通常", + "form_2085": "シャドウ", + "form_2086": "ライト", + "form_2087": "通常", + "form_2088": "シャドウ", + "form_2089": "ライト", + "form_2090": "通常", + "form_2091": "シャドウ", + "form_2092": "ライト", + "form_2093": "通常", + "form_2094": "シャドウ", + "form_2095": "ライト", + "form_2096": "通常", + "form_2097": "シャドウ", + "form_2098": "ライト", + "form_2099": "通常", + "form_2100": "シャドウ", + "form_2101": "ライト", + "form_2102": "通常", + "form_2103": "シャドウ", + "form_2104": "ライト", + "form_2105": "通常", + "form_2106": "シャドウ", + "form_2107": "ライト", + "form_2108": "通常", + "form_2109": "シャドウ", + "form_2110": "ライト", + "form_2111": "通常", + "form_2112": "シャドウ", + "form_2113": "ライト", + "form_2114": "通常", + "form_2115": "シャドウ", + "form_2116": "ライト", + "form_2117": "通常", + "form_2118": "シャドウ", + "form_2119": "ライト", + "form_2120": "通常", + "form_2121": "シャドウ", + "form_2122": "ライト", + "form_2123": "通常", + "form_2124": "シャドウ", + "form_2125": "ライト", + "form_2126": "通常", + "form_2127": "シャドウ", + "form_2128": "ライト", + "form_2129": "通常", + "form_2130": "シャドウ", + "form_2131": "ライト", + "form_2132": "通常", + "form_2133": "シャドウ", + "form_2134": "ライト", + "form_2135": "通常", + "form_2136": "シャドウ", + "form_2137": "ライト", + "form_2138": "通常", + "form_2139": "シャドウ", + "form_2140": "ライト", + "form_2141": "通常", + "form_2142": "シャドウ", + "form_2143": "ライト", + "form_2144": "通常", + "form_2145": "シャドウ", + "form_2146": "ライト", + "form_2147": "通常", + "form_2148": "シャドウ", + "form_2149": "ライト", + "form_2150": "通常", + "form_2151": "シャドウ", + "form_2152": "ライト", + "form_2153": "通常", + "form_2154": "シャドウ", + "form_2155": "ライト", + "form_2156": "通常", + "form_2157": "シャドウ", + "form_2158": "ライト", + "form_2159": "通常", + "form_2160": "シャドウ", + "form_2161": "ライト", + "form_2162": "通常", + "form_2163": "シャドウ", + "form_2164": "ライト", + "form_2165": "通常", + "form_2166": "シャドウ", + "form_2167": "ライト", + "form_2168": "通常", + "form_2169": "シャドウ", + "form_2170": "ライト", + "form_2171": "通常", + "form_2172": "シャドウ", + "form_2173": "ライト", + "form_2174": "通常", + "form_2175": "シャドウ", + "form_2176": "ライト", + "form_2177": "通常", + "form_2178": "シャドウ", + "form_2179": "ライト", + "form_2180": "通常", + "form_2181": "シャドウ", + "form_2182": "ライト", + "form_2183": "通常", + "form_2184": "シャドウ", + "form_2185": "ライト", + "form_2186": "通常", + "form_2187": "シャドウ", + "form_2188": "ライト", + "form_2189": "通常", + "form_2190": "シャドウ", + "form_2191": "ライト", + "form_2192": "通常", + "form_2193": "シャドウ", + "form_2194": "ライト", + "form_2195": "通常", + "form_2196": "シャドウ", + "form_2197": "ライト", + "form_2198": "通常", + "form_2199": "シャドウ", + "form_2200": "ライト", + "form_2201": "通常", + "form_2202": "シャドウ", + "form_2203": "ライト", + "form_2204": "通常", + "form_2205": "シャドウ", + "form_2206": "ライト", + "form_2207": "通常", + "form_2208": "シャドウ", + "form_2209": "ライト", + "form_2210": "通常", + "form_2211": "シャドウ", + "form_2212": "ライト", + "form_2213": "通常", + "form_2214": "シャドウ", + "form_2215": "ライト", + "form_2216": "通常", + "form_2217": "シャドウ", + "form_2218": "ライト", + "form_2219": "通常", + "form_2220": "シャドウ", + "form_2221": "ライト", + "form_2222": "通常", + "form_2223": "シャドウ", + "form_2224": "ライト", + "form_2225": "通常", + "form_2226": "シャドウ", + "form_2227": "ライト", + "form_2228": "通常", + "form_2229": "シャドウ", + "form_2230": "ライト", + "form_2231": "通常", + "form_2232": "シャドウ", + "form_2233": "ライト", + "form_2234": "通常", + "form_2235": "シャドウ", + "form_2236": "ライト", + "form_2237": "通常", + "form_2238": "シャドウ", + "form_2239": "ライト", + "form_2240": "通常", + "form_2241": "シャドウ", + "form_2242": "ライト", + "form_2243": "通常", + "form_2244": "シャドウ", + "form_2245": "ライト", + "form_2246": "通常", + "form_2247": "シャドウ", + "form_2248": "ライト", + "form_2249": "通常", + "form_2250": "シャドウ", + "form_2251": "ライト", + "form_2252": "通常", + "form_2253": "シャドウ", + "form_2254": "ライト", + "form_2255": "通常", + "form_2256": "シャドウ", + "form_2257": "ライト", + "form_2258": "通常", + "form_2259": "シャドウ", + "form_2260": "ライト", + "form_2261": "通常", + "form_2262": "シャドウ", + "form_2263": "ライト", + "form_2264": "通常", + "form_2265": "シャドウ", + "form_2266": "ライト", + "form_2267": "通常", + "form_2268": "シャドウ", + "form_2269": "ライト", + "form_2270": "通常", + "form_2271": "シャドウ", + "form_2272": "ライト", + "form_2273": "通常", + "form_2274": "シャドウ", + "form_2275": "ライト", + "form_2276": "通常", + "form_2277": "シャドウ", + "form_2278": "ライト", + "form_2279": "通常", + "form_2280": "シャドウ", + "form_2281": "ライト", + "form_2282": "通常", + "form_2283": "シャドウ", + "form_2284": "ライト", + "form_2285": "通常", + "form_2286": "シャドウ", + "form_2287": "ライト", + "form_2288": "通常", + "form_2289": "シャドウ", + "form_2290": "ライト", + "form_2291": "通常", + "form_2292": "シャドウ", + "form_2293": "ライト", + "form_2294": "通常", + "form_2295": "シャドウ", + "form_2296": "ライト", + "form_2297": "通常", + "form_2298": "シャドウ", + "form_2299": "ライト", + "form_2300": "通常", + "form_2301": "シャドウ", + "form_2302": "ライト", + "form_2303": "通常", + "form_2304": "シャドウ", + "form_2305": "ライト", + "form_2306": "通常", + "form_2307": "シャドウ", + "form_2308": "ライト", + "form_2309": "通常", + "form_2310": "シャドウ", + "form_2311": "ライト", + "form_2312": "通常", + "form_2313": "シャドウ", + "form_2314": "ライト", + "form_2315": "通常", + "form_2316": "シャドウ", + "form_2317": "ライト", + "form_2318": "通常", + "form_2319": "シャドウ", + "form_2320": "ライト", + "form_2321": "通常", + "form_2322": "シャドウ", + "form_2323": "ライト", + "form_2324": "通常", + "form_2325": "シャドウ", + "form_2326": "ライト", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "メス", + "form_2331": "メス", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "ガラル", + "form_2336": "ガラル", + "form_2337": "ガラル", + "form_2338": "ガラル", + "form_2339": "ガラル", + "form_2340": "ガラル", + "form_2341": "ガラル", + "form_2342": "ガラル", + "form_2343": "ダルマ・ガラル", + "form_2344": "ガラル", + "form_2345": "ガラル", + "form_2463": "ローなすがた", + "form_2464": "ハイなすがた", + "form_2477": "がんさくフォルム", + "form_2478": "しんさくフォルム", + "form_2480": "がんさくフォルム", + "form_2481": "しんさくフォルム", + "form_2501": "通常", + "form_2502": "シャドウ", + "form_2503": "ライト", + "form_2504": "通常", + "form_2505": "シャドウ", + "form_2506": "ライト", + "form_2507": "通常", + "form_2508": "シャドウ", + "form_2509": "ライト", + "form_2510": "通常", + "form_2511": "シャドウ", + "form_2512": "ライト", + "form_2513": "通常", + "form_2514": "シャドウ", + "form_2515": "ライト", + "form_2516": "通常", + "form_2517": "シャドウ", + "form_2518": "ライト", + "form_2540": "アイスフェイス", + "form_2541": "ナイスフェイス", + "form_2542": "オス", + "form_2543": "メス", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "けんのおう", + "form_2577": "れきせんのゆうしゃ", + "form_2578": "たてのおう", + "form_2579": "れきせんのゆうしゃ", + "form_2580": "ムゲンダイマックス", + "form_2581": "通常", + "form_2582": "ガラル", + "form_2583": "ガラル", + "form_2584": "ガラル", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "通常", + "form_2588": "メス", + "form_2589": "通常", + "form_2590": "メス", + "form_2591": "10%フォルム", + "form_2592": "50%フォルム", + "form_2593": "パーフェクトフォルム", + "form_2594": "ぐんとうのもよう", + "form_2595": "たいりくのもよう", + "form_2596": "みやびのもよう", + "form_2597": "ファンシーのもよう", + "form_2598": "ていえんのもよう", + "form_2599": "こうやのもよう", + "form_2600": "ひょうせつのもよう", + "form_2601": "ジャングルのもよう", + "form_2602": "マリンのもよう", + "form_2603": "はなぞののもよう", + "form_2604": "モダンのもよう", + "form_2605": "スコールのもよう", + "form_2606": "オーシャンのもよう", + "form_2607": "ボールのもよう", + "form_2608": "ゆきぐにのもよう", + "form_2609": "たいがのもよう", + "form_2610": "さじんのもよう", + "form_2611": "サバンナのもよう", + "form_2612": "たいようのもよう", + "form_2613": "せつげんのもよう", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "めらめらスタイル", + "form_2680": "ぱちぱちスタイル", + "form_2681": "ふらふらスタイル", + "form_2683": "まいまいスタイル", + "form_2684": "まひるのすがた", + "form_2685": "まよなかのすがた", + "form_2686": "たそがれのすがた", + "form_2687": "たんどくのすがた", + "form_2688": "むれたすがた", + "form_2689": "通常", + "form_2690": "むし", + "form_2691": "あく", + "form_2692": "ドラゴン", + "form_2693": "でんき", + "form_2694": "フェアリー", + "form_2695": "かくとう", + "form_2696": "ほのお", + "form_2697": "ひこう", + "form_2698": "ゴースト", + "form_2699": "くさ", + "form_2700": "じめん", + "form_2701": "こおり", + "form_2702": "どく", + "form_2703": "エスパー", + "form_2704": "いわ", + "form_2705": "はがね", + "form_2706": "みず", + "form_2707": "Meteor Blue", + "form_2708": "ブルーフェザー", + "form_2709": "グリーンフェザー", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "イエローフェザー", + "form_2715": "ばれたすがた", + "form_2716": "ばけたすがた", + "form_2717": "通常", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "通常", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "通常", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "ヒスイ", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "ヒスイ", + "form_2736": "Flying Okinawa", + "form_2737": "たそがれのすがた", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "ぐんとうのもよう", + "form_2746": "たいりくのもよう", + "form_2747": "みやびのもよう", + "form_2748": "ファンシーのもよう", + "form_2749": "ていえんのもよう", + "form_2750": "こうやのもよう", + "form_2751": "ひょうせつのもよう", + "form_2752": "ジャングルのもよう", + "form_2753": "マリンのもよう", + "form_2754": "はなぞののもよう", + "form_2755": "モダンのもよう", + "form_2756": "スコールのもよう", + "form_2757": "オーシャンのもよう", + "form_2758": "ボールのもよう", + "form_2759": "ゆきぐにのもよう", + "form_2760": "たいがのもよう", + "form_2761": "さじんのもよう", + "form_2762": "サバンナのもよう", + "form_2763": "たいようのもよう", + "form_2764": "せつげんのもよう", + "form_2765": "ぐんとうのもよう", + "form_2766": "たいりくのもよう", + "form_2767": "みやびのもよう", + "form_2768": "ファンシーのもよう", + "form_2769": "ていえんのもよう", + "form_2770": "こうやのもよう", + "form_2771": "ひょうせつのもよう", + "form_2772": "ジャングルのもよう", + "form_2773": "マリンのもよう", + "form_2774": "はなぞののもよう", + "form_2775": "モダンのもよう", + "form_2776": "スコールのもよう", + "form_2777": "オーシャンのもよう", + "form_2778": "ボールのもよう", + "form_2779": "ゆきぐにのもよう", + "form_2780": "たいがのもよう", + "form_2781": "さじんのもよう", + "form_2782": "サバンナのもよう", + "form_2783": "たいようのもよう", + "form_2784": "せつげんのもよう", + "form_2785": "ヒスイ", + "form_2786": "ヒスイ", + "form_2787": "ヒスイ", + "form_2788": "ヒスイ", + "form_2789": "ヒスイ", + "form_2790": "ヒスイ", + "form_2791": "ヒスイ", + "form_2792": "ヒスイ", + "form_2793": "ヒスイ", + "form_2794": "ヒスイ", + "form_2795": "ヒスイ", + "form_2796": "ヒスイ", + "form_2797": "ヒスイ", + "form_2798": "ヒスイ", + "form_2799": "ガラル", + "form_2800": "ガラル", + "form_2801": "ガラル", + "form_2802": "けしんフォルム", + "form_2803": "れいじゅうフォルム", + "form_2804": "しろすじのすがた", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "通常", + "form_2808": "メス", + "form_2809": "通常", + "form_2810": "通常", + "form_2811": "通常", + "form_2812": "通常", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "通常", + "form_2818": "シャドウ", + "form_2819": "ライト", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "オリジンフォルム", + "form_2830": "オリジンフォルム", + "form_2831": "通常", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "通常", + "form_2982": "メス", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "グリーンフェザー", + "form_2986": "ブルーフェザー", + "form_2987": "イエローフェザー", + "form_2988": "White", + "form_2989": "ナイーブフォルム", + "form_2990": "れきせんのゆうしゃ", + "form_2991": "そったすがた", + "form_2992": "たれたすがた", + "form_2993": "のびたすがた", + "form_2994": "ふたふしフォルム", + "form_2995": "みつふしフォルム", + "form_2996": "かんぜんけいたい", + "form_2997": "コンプリートモード", + "form_2998": "通常", + "form_3000": "通常", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "オス", + "gender_2": "メス", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "カントー", + "generation_2": "ジョウト", + "generation_3": "ホウエン", + "generation_4": "シンオウ", + "generation_5": "イッシュ", + "generation_6": "カロス", + "generation_7": "アローラ", + "generation_8": "ガラル", + "generation_9": "パルデア", + "grunt_0": "Unset", + "grunt_1": "ブランシェ", + "grunt_2": "キャンデラ", + "grunt_3": "スパーク", + "grunt_4": "GOロケット団 したっぱ (オス)", + "grunt_5": "GOロケット団 したっぱ (メス)", + "grunt_6": "むし - GOロケット団 したっぱ (メス)", + "grunt_7": "むし - GOロケット団 したっぱ (オス)", + "grunt_8": "GOロケット団 したっぱ (メス)", + "grunt_9": "GOロケット団 したっぱ (オス)", + "grunt_10": "あく - GOロケット団 したっぱ (メス)", + "grunt_11": "あく - GOロケット団 したっぱ (オス)", + "grunt_12": "ドラゴン - GOロケット団 したっぱ (メス)", + "grunt_13": "ドラゴン - GOロケット団 したっぱ (オス)", + "grunt_14": "フェアリー - GOロケット団 したっぱ (メス)", + "grunt_15": "フェアリー - GOロケット団 したっぱ (オス)", + "grunt_16": "かくとう - GOロケット団 したっぱ (メス)", + "grunt_17": "かくとう - GOロケット団 したっぱ (オス)", + "grunt_18": "ほのお - GOロケット団 したっぱ (メス)", + "grunt_19": "ほのお - GOロケット団 したっぱ (オス)", + "grunt_20": "ひこう - GOロケット団 したっぱ (メス)", + "grunt_21": "ひこう - GOロケット団 したっぱ (オス)", + "grunt_22": "くさ - GOロケット団 したっぱ (メス)", + "grunt_23": "くさ - GOロケット団 したっぱ (オス)", + "grunt_24": "じめん - GOロケット団 したっぱ (メス)", + "grunt_25": "じめん - GOロケット団 したっぱ (オス)", + "grunt_26": "こおり - GOロケット団 したっぱ (メス)", + "grunt_27": "こおり - GOロケット団 したっぱ (オス)", + "grunt_28": "はがね - GOロケット団 したっぱ (メス)", + "grunt_29": "はがね - GOロケット団 したっぱ (オス)", + "grunt_30": "ノーマル - GOロケット団 したっぱ (メス)", + "grunt_31": "ノーマル - GOロケット団 したっぱ (オス)", + "grunt_32": "どく - GOロケット団 したっぱ (メス)", + "grunt_33": "どく - GOロケット団 したっぱ (オス)", + "grunt_34": "エスパー - GOロケット団 したっぱ (メス)", + "grunt_35": "エスパー - GOロケット団 したっぱ (オス)", + "grunt_36": "いわ - GOロケット団 したっぱ (メス)", + "grunt_37": "いわ - GOロケット団 したっぱ (オス)", + "grunt_38": "みず - GOロケット団 したっぱ (メス)", + "grunt_39": "みず - GOロケット団 したっぱ (オス)", + "grunt_40": "Player Team Leader", + "grunt_41": "クリフ(リーダー)", + "grunt_42": "アルロ(リーダー)", + "grunt_43": "シエラ(リーダー)", + "grunt_44": "サカキ", + "grunt_45": "おとり要員 (オス)", + "grunt_46": "おとり要員 (メス)", + "grunt_47": "ゴースト - GOロケット団 したっぱ (メス)", + "grunt_48": "ゴースト - GOロケット団 したっぱ (オス)", + "grunt_49": "でんき - GOロケット団 したっぱ (メス)", + "grunt_50": "でんき - GOロケット団 したっぱ (オス)", + "grunt_51": "GOロケット団 したっぱ (メス)", + "grunt_52": "GOロケット団 したっぱ (オス)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "むし - GOロケット団 したっぱ (メス)", + "grunt_56": "むし - GOロケット団 したっぱ (オス)", + "grunt_57": "あく - GOロケット団 したっぱ (メス)", + "grunt_58": "あく - GOロケット団 したっぱ (オス)", + "grunt_59": "ドラゴン - GOロケット団 したっぱ (メス)", + "grunt_60": "ドラゴン - GOロケット団 したっぱ (オス)", + "grunt_61": "フェアリー - GOロケット団 したっぱ (メス)", + "grunt_62": "フェアリー - GOロケット団 したっぱ (オス)", + "grunt_63": "かくとう - GOロケット団 したっぱ (メス)", + "grunt_64": "かくとう - GOロケット団 したっぱ (オス)", + "grunt_65": "ほのお - GOロケット団 したっぱ (メス)", + "grunt_66": "ほのお - GOロケット団 したっぱ (オス)", + "grunt_67": "ひこう - GOロケット団 したっぱ (メス)", + "grunt_68": "ひこう - GOロケット団 したっぱ (オス)", + "grunt_69": "くさ - GOロケット団 したっぱ (メス)", + "grunt_70": "くさ - GOロケット団 したっぱ (オス)", + "grunt_71": "じめん - GOロケット団 したっぱ (メス)", + "grunt_72": "じめん - GOロケット団 したっぱ (オス)", + "grunt_73": "こおり - GOロケット団 したっぱ (メス)", + "grunt_74": "こおり - GOロケット団 したっぱ (オス)", + "grunt_75": "GOロケット団 したっぱ (メス)", + "grunt_76": "GOロケット団 したっぱ (オス)", + "grunt_77": "ノーマル - GOロケット団 したっぱ (メス)", + "grunt_78": "ノーマル - GOロケット団 したっぱ (オス)", + "grunt_79": "どく - GOロケット団 したっぱ (メス)", + "grunt_80": "どく - GOロケット団 したっぱ (オス)", + "grunt_81": "エスパー - GOロケット団 したっぱ (メス)", + "grunt_82": "エスパー - GOロケット団 したっぱ (オス)", + "grunt_83": "いわ - GOロケット団 したっぱ (メス)", + "grunt_84": "いわ - GOロケット団 したっぱ (オス)", + "grunt_85": "みず - GOロケット団 したっぱ (メス)", + "grunt_86": "みず - GOロケット団 したっぱ (オス)", + "grunt_87": "ゴースト - GOロケット団 したっぱ (メス)", + "grunt_88": "ゴースト - GOロケット団 したっぱ (オス)", + "grunt_89": "でんき - GOロケット団 したっぱ (メス)", + "grunt_90": "でんき - GOロケット団 したっぱ (オス)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "なし", + "grunt_a_1": "ブランシェ", + "grunt_a_2": "キャンデラ", + "grunt_a_3": "スパーク", + "grunt_a_4": "GOロケット団 したっぱ ♂", + "grunt_a_5": "GOロケット団 したっぱ ♀", + "grunt_a_6": "むし ♀", + "grunt_a_7": "むし ♂", + "grunt_a_8": "GOロケット団 したっぱ ♀", + "grunt_a_9": "GOロケット団 したっぱ ♂", + "grunt_a_10": "あく ♀", + "grunt_a_11": "あく ♂", + "grunt_a_12": "ドラゴン ♀", + "grunt_a_13": "ドラゴン ♂", + "grunt_a_14": "フェアリー ♀", + "grunt_a_15": "フェアリー ♂", + "grunt_a_16": "かくとう ♀", + "grunt_a_17": "かくとう ♂", + "grunt_a_18": "ほのお ♀", + "grunt_a_19": "ほのお ♂", + "grunt_a_20": "ひこう ♀", + "grunt_a_21": "ひこう ♂", + "grunt_a_22": "くさ ♀", + "grunt_a_23": "くさ ♂", + "grunt_a_24": "じめん ♀", + "grunt_a_25": "じめん ♂", + "grunt_a_26": "こおり ♀", + "grunt_a_27": "こおり ♂", + "grunt_a_28": "はがね ♀", + "grunt_a_29": "はがね ♂", + "grunt_a_30": "ノーマル ♀", + "grunt_a_31": "ノーマル ♂", + "grunt_a_32": "どく ♀", + "grunt_a_33": "どく ♂", + "grunt_a_34": "エスパー ♀", + "grunt_a_35": "エスパー ♂", + "grunt_a_36": "いわ ♀", + "grunt_a_37": "いわ ♂", + "grunt_a_38": "みず ♀", + "grunt_a_39": "みず ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "クリフ(リーダー)", + "grunt_a_42": "アルロ(リーダー)", + "grunt_a_43": "シエラ(リーダー)", + "grunt_a_44": "サカキ", + "grunt_a_45": "おとり要員 ♂", + "grunt_a_46": "おとり要員 ♀", + "grunt_a_47": "ゴースト ♀", + "grunt_a_48": "ゴースト ♂", + "grunt_a_49": "でんき ♀", + "grunt_a_50": "でんき ♂", + "grunt_a_51": "GOロケット団 したっぱ ♀", + "grunt_a_52": "GOロケット団 したっぱ ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "むし ♀", + "grunt_a_56": "むし ♂", + "grunt_a_57": "あく ♀", + "grunt_a_58": "あく ♂", + "grunt_a_59": "ドラゴン ♀", + "grunt_a_60": "ドラゴン ♂", + "grunt_a_61": "フェアリー ♀", + "grunt_a_62": "フェアリー ♂", + "grunt_a_63": "かくとう ♀", + "grunt_a_64": "かくとう ♂", + "grunt_a_65": "ほのお ♀", + "grunt_a_66": "ほのお ♂", + "grunt_a_67": "ひこう ♀", + "grunt_a_68": "ひこう ♂", + "grunt_a_69": "くさ ♀", + "grunt_a_70": "くさ ♂", + "grunt_a_71": "じめん ♀", + "grunt_a_72": "じめん ♂", + "grunt_a_73": "こおり ♀", + "grunt_a_74": "こおり ♂", + "grunt_a_75": "GOロケット団 したっぱ ♀", + "grunt_a_76": "GOロケット団 したっぱ ♂", + "grunt_a_77": "ノーマル ♀", + "grunt_a_78": "ノーマル ♂", + "grunt_a_79": "どく ♀", + "grunt_a_80": "どく ♂", + "grunt_a_81": "エスパー ♀", + "grunt_a_82": "エスパー ♂", + "grunt_a_83": "いわ ♀", + "grunt_a_84": "いわ ♂", + "grunt_a_85": "みず ♀", + "grunt_a_86": "みず ♂", + "grunt_a_87": "ゴースト ♀", + "grunt_a_88": "ゴースト ♂", + "grunt_a_89": "でんき ♀", + "grunt_a_90": "でんき ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "不明", + "item_1": "モンスターボール", + "item_2": "スーパーボール", + "item_3": "ハイパーボール", + "item_4": "マスターボール", + "item_5": "プレミアボール", + "item_6": "ウルトラボール", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "キズぐすり", + "item_102": "いいキズぐすり", + "item_103": "すごいキズぐすり", + "item_104": "まんたんのくすり", + "item_201": "げんきのかけら", + "item_202": "げんきのかたまり", + "item_301": "しあわせタマゴ", + "item_401": "おこう", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "ふしぎなはこ", + "item_406": "おさんぽおこう", + "item_407": "だいじなたからばこ", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "ルアーモジュール", + "item_502": "アイスルアー", + "item_503": "ハーブルアー", + "item_504": "マグネットルアー", + "item_505": "レイニールアー", + "item_506": "おうごんルアー", + "item_602": "プラスパワー", + "item_603": "ディフェンダー", + "item_604": "不明", + "item_650": "ジガルデ・セル", + "item_651": "ジガルデキューブ", + "item_701": "ズリのみ", + "item_702": "ブリーのみ", + "item_703": "ナナのみ", + "item_704": "セシナのみ", + "item_705": "パイルのみ", + "item_706": "きんのズリのみ", + "item_707": "Golden Nanab Berry", + "item_708": "ぎんのパイルのみ", + "item_709": "ポフィン", + "item_801": "カメラ", + "item_802": "ステッカー", + "item_803": "ポストカードブック", + "item_901": "ムゲンふかそうち", + "item_902": "ふかそうち", + "item_903": "スーパーふかそうち", + "item_1001": "ポケモンボックス アップグレード", + "item_1002": "バッグ アップグレード", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "たいようのいし", + "item_1102": "おうじゃのしるし", + "item_1103": "メタルコート", + "item_1104": "りゅうのウロコ", + "item_1105": "アップグレード", + "item_1106": "シンオウのいし", + "item_1107": "イッシュのいし", + "item_1150": "??????コイン", + "item_1201": "わざマシン ノーマル", + "item_1202": "わざマシン スペシャル", + "item_1203": "すごいわざマシン ノーマル", + "item_1204": "すごいわざマシン スペシャル", + "item_1250": "いんせき", + "item_1301": "ふしぎなアメ", + "item_1302": "ふしぎなアメXL", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "レイドパス", + "item_1402": "プレミアムバトルパス", + "item_1404": "ほしのかけら", + "item_1405": "ギフト", + "item_1406": "チームへんこう メダリオン", + "item_1408": "リモートレイドパス", + "item_1409": "S Raid Ticket", + "item_1501": "ふしぎなパーツ", + "item_1502": "ロケットレーダー", + "item_1503": "スーパーロケットレーダー", + "item_1504": "シャドウのかけら", + "item_1505": "ライトクリスタル", + "item_1506": "マックス粒子", + "item_1507": "マックス粒子パック", + "item_1600": "チケット", + "item_1601": "チケット", + "item_1602": "チケット", + "item_1603": "チケット", + "item_1604": "余分なチケット", + "item_1605": "余分なチケット", + "item_1606": "GBLタイムチャレンジパス", + "item_1607": "チケット", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "ソウルサファリチケット", + "item_1611": "バルセロナサファリチケット", + "item_1612": "メキシコシティサファリチケット", + "item_1613": "台南サファリチケット", + "item_1614": "Ticket City Safari 04", + "item_1615": "チケット", + "item_1616": "チケット", + "item_1617": "チケット", + "item_1618": "チケット", + "item_1619": "チケット", + "item_1620": "チケット", + "item_1621": "チケット", + "item_1622": "チケット", + "item_1623": "チケット", + "item_1624": "チケット", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "通常", + "lure_502": "アイスルアー", + "lure_503": "ハーブルアー", + "lure_504": "マグネットルアー", + "lure_505": "レイニールアー", + "lure_506": "おうごんルアー", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "不明", + "move_1": "でんきショック", + "move_2": "でんこうせっか", + "move_3": "ひっかく", + "move_4": "ひのこ", + "move_5": "つるのムチ", + "move_6": "たいあたり", + "move_7": "はっぱカッター", + "move_8": "とっしん", + "move_9": "みずでっぽう", + "move_10": "かみつく", + "move_11": "はたく", + "move_12": "おうふくビンタ", + "move_13": "まきつく", + "move_14": "はかいこうせん", + "move_15": "したでなめる", + "move_16": "あくのはどう", + "move_17": "スモッグ", + "move_18": "ヘドロこうげき", + "move_19": "メタルクロー", + "move_20": "はさむ", + "move_21": "かえんぐるま", + "move_22": "メガホーン", + "move_23": "つばさでうつ", + "move_24": "かえんほうしゃ", + "move_25": "ふいうち", + "move_26": "あなをほる", + "move_27": "けたぐり", + "move_28": "クロスチョップ", + "move_29": "サイコカッター", + "move_30": "サイケこうせん", + "move_31": "じしん", + "move_32": "ストーンエッジ", + "move_33": "れいとうパンチ", + "move_34": "ハートスタンプ", + "move_35": "ほうでん", + "move_36": "ラスターカノン", + "move_37": "つつく", + "move_38": "ドリルくちばし", + "move_39": "れいとうビーム", + "move_40": "ふぶき", + "move_41": "エアスラッシュ", + "move_42": "ねっぷう", + "move_43": "ダブルニードル", + "move_44": "どくづき", + "move_45": "つばめがえし", + "move_46": "ドリルライナー", + "move_47": "はなふぶき", + "move_48": "メガドレイン", + "move_49": "むしのさざめき", + "move_50": "どくどくのキバ", + "move_51": "つじぎり", + "move_52": "きりさく", + "move_53": "バブルこうせん", + "move_54": "じごくぐるま", + "move_55": "からてチョップ", + "move_56": "ローキック", + "move_57": "アクアジェット", + "move_58": "アクアテール", + "move_59": "タネばくだん", + "move_60": "サイコショック", + "move_61": "いわおとし", + "move_62": "げんしのちから", + "move_63": "がんせきふうじ", + "move_64": "いわなだれ", + "move_65": "パワージェム", + "move_66": "かげうち", + "move_67": "シャドーパンチ", + "move_68": "シャドークロー", + "move_69": "あやしいかぜ", + "move_70": "シャドーボール", + "move_71": "バレットパンチ", + "move_72": "マグネットボム", + "move_73": "はがねのつばさ", + "move_74": "アイアンヘッド", + "move_75": "パラボラチャージ", + "move_76": "スパーク", + "move_77": "かみなりパンチ", + "move_78": "かみなり", + "move_79": "10まんボルト", + "move_80": "たつまき", + "move_81": "りゅうのいぶき", + "move_82": "りゅうのはどう", + "move_83": "ドラゴンクロー", + "move_84": "チャームボイス", + "move_85": "ドレインキッス", + "move_86": "マジカルシャイン", + "move_87": "ムーンフォース", + "move_88": "じゃれつく", + "move_89": "クロスポイズン", + "move_90": "ヘドロばくだん", + "move_91": "ヘドロウェーブ", + "move_92": "ダストシュート", + "move_93": "マッドショット", + "move_94": "ホネこんぼう", + "move_95": "じならし", + "move_96": "どろばくだん", + "move_97": "れんぞくぎり", + "move_98": "むしくい", + "move_99": "シグナルビーム", + "move_100": "シザークロス", + "move_101": "ニトロチャージ", + "move_102": "はじけるほのお", + "move_103": "だいもんじ", + "move_104": "しおみず", + "move_105": "みずのはどう", + "move_106": "ねっとう", + "move_107": "ハイドロポンプ", + "move_108": "サイコキネシス", + "move_109": "サイコブレイク", + "move_110": "こおりのつぶて", + "move_111": "こごえるかぜ", + "move_112": "こおりのいぶき", + "move_113": "すいとる", + "move_114": "ギガドレイン", + "move_115": "ほのおのパンチ", + "move_116": "ソーラービーム", + "move_117": "リーフブレード", + "move_118": "パワーウィップ", + "move_119": "はねる", + "move_120": "ようかいえき", + "move_121": "エアカッター", + "move_122": "ぼうふう", + "move_123": "かわらわり", + "move_124": "いあいぎり", + "move_125": "スピードスター", + "move_126": "つのでつく", + "move_127": "ふみつけ", + "move_128": "ずつき", + "move_129": "ひっさつまえば", + "move_130": "たたきつける", + "move_131": "のしかかり", + "move_132": "ねむる", + "move_133": "わるあがき", + "move_134": "ねっとう", + "move_135": "ハイドロポンプ", + "move_136": "まきつく", + "move_137": "まきつく", + "move_200": "れんぞくぎり", + "move_201": "むしくい", + "move_202": "かみつく", + "move_203": "ふいうち", + "move_204": "りゅうのいぶき", + "move_205": "でんきショック", + "move_206": "スパーク", + "move_207": "けたぐり", + "move_208": "からてチョップ", + "move_209": "ひのこ", + "move_210": "つばさでうつ", + "move_211": "つつく", + "move_212": "したでなめる", + "move_213": "シャドークロー", + "move_214": "つるのムチ", + "move_215": "はっぱカッター", + "move_216": "マッドショット", + "move_217": "こおりのつぶて", + "move_218": "こおりのいぶき", + "move_219": "でんこうせっか", + "move_220": "ひっかく", + "move_221": "たいあたり", + "move_222": "はたく", + "move_223": "いあいぎり", + "move_224": "どくづき", + "move_225": "ようかいえき", + "move_226": "サイコカッター", + "move_227": "いわおとし", + "move_228": "メタルクロー", + "move_229": "バレットパンチ", + "move_230": "みずでっぽう", + "move_231": "はねる", + "move_232": "みずでっぽう", + "move_233": "どろかけ", + "move_234": "しねんのずつき", + "move_235": "ねんりき", + "move_236": "どくばり", + "move_237": "あわ", + "move_238": "だましうち", + "move_239": "はがねのつばさ", + "move_240": "ほのおのキバ", + "move_241": "いわくだき", + "move_242": "へんしん", + "move_243": "カウンター", + "move_244": "こなゆき", + "move_245": "インファイト", + "move_246": "ばくれつパンチ", + "move_247": "きあいだま", + "move_248": "オーロラビーム", + "move_249": "チャージビーム", + "move_250": "ボルトチェンジ", + "move_251": "ワイルドボルト", + "move_252": "でんじほう", + "move_253": "ドラゴンテール", + "move_254": "ゆきなだれ", + "move_255": "エアスラッシュ", + "move_256": "ブレイブバード", + "move_257": "ゴッドバード", + "move_258": "すなじごく", + "move_259": "ロックブラスト", + "move_260": "まとわりつく", + "move_261": "むしのていこう", + "move_262": "ぎんいろのかぜ", + "move_263": "おどろかす", + "move_264": "たたりめ", + "move_265": "ナイトヘッド", + "move_266": "アイアンテール", + "move_267": "ジャイロボール", + "move_268": "ヘビーボンバー", + "move_269": "ほのおのうず", + "move_270": "オーバーヒート", + "move_271": "タネマシンガン", + "move_272": "くさむすび", + "move_273": "エナジーボール", + "move_274": "じんつうりき", + "move_275": "みらいよち", + "move_276": "ミラーコート", + "move_277": "げきりん", + "move_278": "バークアウト", + "move_279": "かみくだく", + "move_280": "イカサマ", + "move_281": "めざめるパワー", + "move_282": "とっしん", + "move_283": "たきのぼり", + "move_284": "なみのり", + "move_285": "りゅうせいぐん", + "move_286": "はめつのねがい", + "move_287": "あくび", + "move_288": "サイコブースト", + "move_289": "こんげんのはどう", + "move_290": "だんがいのつるぎ", + "move_291": "プレゼント", + "move_292": "ウェザーボール", + "move_293": "ウェザーボール", + "move_294": "ウェザーボール", + "move_295": "ウェザーボール", + "move_296": "ハードプラント", + "move_297": "うちおとす", + "move_298": "ブラストバーン", + "move_299": "ハイドロカノン", + "move_300": "とっておき", + "move_301": "コメットパンチ", + "move_302": "ロケットずつき", + "move_303": "アシッドボム", + "move_304": "だいちのちから", + "move_305": "クラブハンマー", + "move_306": "とびかかる", + "move_307": "ブレイククロー", + "move_308": "オクタンほう", + "move_309": "ミラーショット", + "move_310": "ばかぢから", + "move_311": "とどめばり", + "move_312": "グラスミキサー", + "move_313": "きゅうけつ", + "move_314": "ドレインパンチ", + "move_315": "シャドーボーン", + "move_316": "だくりゅう", + "move_317": "ブレイズキック", + "move_318": "シェルブレード", + "move_319": "グロウパンチ", + "move_320": "あまえる", + "move_321": "ギガインパクト", + "move_322": "やつあたり", + "move_323": "おんがえし", + "move_324": "シンクロノイズ", + "move_325": "ロックオン", + "move_326": "かみなりのキバ", + "move_327": "こおりのキバ", + "move_328": "つのドリル", + "move_329": "じわれ", + "move_330": "せいなるつるぎ", + "move_331": "フライングプレス", + "move_332": "はどうだん", + "move_333": "しっぺがえし", + "move_334": "がんせきほう", + "move_335": "エアロブラスト", + "move_336": "テクノバスター", + "move_337": "テクノバスター", + "move_338": "テクノバスター", + "move_339": "テクノバスター", + "move_340": "テクノバスター", + "move_341": "そらをとぶ", + "move_342": "Vジェネレート", + "move_343": "リーフストーム", + "move_344": "トライアタック", + "move_345": "かぜおこし", + "move_346": "やきつくす", + "move_347": "Dark Void", + "move_348": "フェザーダンス", + "move_349": "Fiery Dance", + "move_350": "ようせいのかぜ", + "move_351": "Relic Song", + "move_352": "ウェザーボール", + "move_353": "サイコファング", + "move_354": "いじげんラッシュ", + "move_355": "いじげんホール", + "move_356": "にどげり", + "move_357": "マジカルリーフ", + "move_358": "せいなるほのお", + "move_359": "つららばり", + "move_360": "エアロブラスト+", + "move_361": "エアロブラスト++", + "move_362": "せいなるほのお+", + "move_363": "せいなるほのお++", + "move_364": "アクロバット", + "move_365": "ラスターパージ", + "move_366": "ミストボール", + "move_367": "ぶんまわす", + "move_368": "ころがる", + "move_369": "シードフレア", + "move_370": "ブロッキング", + "move_371": "シャドーダイブ", + "move_372": "メテオビーム", + "move_373": "みずしゅりけん", + "move_374": "クロスサンダー", + "move_375": "クロスフレイム", + "move_376": "ポルターガイスト", + "move_377": "10まんばりき", + "move_378": "こごえるせかい", + "move_379": "ワイドブレイカー", + "move_380": "ばくおんぱ", + "move_381": "ダブルパンツァー", + "move_382": "マジカルフレイム", + "move_383": "アクアブレイク", + "move_384": "ガリョウテンセイ", + "move_385": "このは", + "move_386": "マグマストーム", + "move_387": "ジオコントロール", + "move_388": "あくうせつだん", + "move_389": "デスウイング", + "move_390": "しぜんのいかり", + "move_391": "トリプルアクセル", + "move_392": "くさわけ", + "move_393": "ねっさのだいち", + "move_394": "ときのほうこう", + "move_395": "こがらしあらし", + "move_396": "ねっさのあらし", + "move_397": "かみなりあらし", + "move_398": "かげぬい", + "move_399": "ボルテッカー", + "move_400": "DDラリアット", + "move_401": "サイコウェーブ", + "move_402": "きんぞくおん", + "move_403": "すなかけ", + "move_404": "メテオドライブ", + "move_405": "シャドーレイ", + "move_406": "オーラぐるま", + "move_407": "オーラぐるま", + "move_408": "とびひざげり", + "move_409": "ダイバーン", + "move_410": "ダイワーム", + "move_411": "ダイサンダー", + "move_412": "ダイアタック", + "move_413": "ダイナックル", + "move_414": "ダイホロウ", + "move_415": "ダイアイス", + "move_416": "ダイアシッド", + "move_417": "ダイストリーム", + "move_418": "ダイジェット", + "move_419": "ダイフェアリー", + "move_420": "ダイドラグーン", + "move_421": "ダイサイコ", + "move_422": "ダイロック", + "move_423": "ダイアース", + "move_424": "ダイアーク", + "move_425": "ダイソウゲン", + "move_426": "ダイスチル", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "はっけい", + "move_463": "うたかたのアリア", + "poke_0": "代替", + "poke_1": "フシギダネ", + "poke_2": "フシギソウ", + "poke_3": "フシギバナ", + "poke_3_e1": "メガフシギバナ", + "poke_4": "ヒトカゲ", + "poke_5": "リザード", + "poke_6": "リザードン", + "poke_6_e2": "メガリザードンX", + "poke_6_e3": "メガリザードンY", + "poke_7": "ゼニガメ", + "poke_8": "カメール", + "poke_9": "カメックス", + "poke_9_e1": "メガカメックス", + "poke_10": "キャタピー", + "poke_11": "トランセル", + "poke_12": "バタフリー", + "poke_13": "ビードル", + "poke_14": "コクーン", + "poke_15": "スピアー", + "poke_15_e1": "メガスピアー", + "poke_16": "ポッポ", + "poke_17": "ピジョン", + "poke_18": "ピジョット", + "poke_18_e1": "メガピジョット", + "poke_19": "コラッタ", + "poke_20": "ラッタ", + "poke_21": "オニスズメ", + "poke_22": "オニドリル", + "poke_23": "アーボ", + "poke_24": "アーボック", + "poke_25": "ピカチュウ", + "poke_26": "ライチュウ", + "poke_27": "サンド", + "poke_28": "サンドパン", + "poke_29": "ニドラン♀", + "poke_30": "ニドリーナ", + "poke_31": "ニドクイン", + "poke_32": "ニドラン♂", + "poke_33": "ニドリーノ", + "poke_34": "ニドキング", + "poke_35": "ピッピ", + "poke_36": "ピクシー", + "poke_37": "ロコン", + "poke_38": "キュウコン", + "poke_39": "プリン", + "poke_40": "プクリン", + "poke_41": "ズバット", + "poke_42": "ゴルバット", + "poke_43": "ナゾノクサ", + "poke_44": "クサイハナ", + "poke_45": "ラフレシア", + "poke_46": "パラス", + "poke_47": "パラセクト", + "poke_48": "コンパン", + "poke_49": "モルフォン", + "poke_50": "ディグダ", + "poke_51": "ダグトリオ", + "poke_52": "ニャース", + "poke_53": "ペルシアン", + "poke_54": "コダック", + "poke_55": "ゴルダック", + "poke_56": "マンキー", + "poke_57": "オコリザル", + "poke_58": "ガーディ", + "poke_59": "ウインディ", + "poke_60": "ニョロモ", + "poke_61": "ニョロゾ", + "poke_62": "ニョロボン", + "poke_63": "ケーシィ", + "poke_64": "ユンゲラー", + "poke_65": "フーディン", + "poke_65_e1": "メガフーディン", + "poke_66": "ワンリキー", + "poke_67": "ゴーリキー", + "poke_68": "カイリキー", + "poke_69": "マダツボミ", + "poke_70": "ウツドン", + "poke_71": "ウツボット", + "poke_72": "メノクラゲ", + "poke_73": "ドククラゲ", + "poke_74": "イシツブテ", + "poke_75": "ゴローン", + "poke_76": "ゴローニャ", + "poke_77": "ポニータ", + "poke_78": "ギャロップ", + "poke_79": "ヤドン", + "poke_80": "ヤドラン", + "poke_80_e1": "メガヤドラン", + "poke_81": "コイル", + "poke_82": "レアコイル", + "poke_83": "カモネギ", + "poke_84": "ドードー", + "poke_85": "ドードリオ", + "poke_86": "パウワウ", + "poke_87": "ジュゴン", + "poke_88": "ベトベター", + "poke_89": "ベトベトン", + "poke_90": "シェルダー", + "poke_91": "パルシェン", + "poke_92": "ゴース", + "poke_93": "ゴースト", + "poke_94": "ゲンガー", + "poke_94_e1": "メガゲンガー", + "poke_95": "イワーク", + "poke_96": "スリープ", + "poke_97": "スリーパー", + "poke_98": "クラブ", + "poke_99": "キングラー", + "poke_100": "ビリリダマ", + "poke_101": "マルマイン", + "poke_102": "タマタマ", + "poke_103": "ナッシー", + "poke_104": "カラカラ", + "poke_105": "ガラガラ", + "poke_106": "サワムラー", + "poke_107": "エビワラー", + "poke_108": "ベロリンガ", + "poke_109": "ドガース", + "poke_110": "マタドガス", + "poke_111": "サイホーン", + "poke_112": "サイドン", + "poke_113": "ラッキー", + "poke_114": "モンジャラ", + "poke_115": "ガルーラ", + "poke_115_e1": "メガガルーラ", + "poke_116": "タッツー", + "poke_117": "シードラ", + "poke_118": "トサキント", + "poke_119": "アズマオウ", + "poke_120": "ヒトデマン", + "poke_121": "スターミー", + "poke_122": "バリヤード", + "poke_123": "ストライク", + "poke_124": "ルージュラ", + "poke_125": "エレブー", + "poke_126": "ブーバー", + "poke_127": "カイロス", + "poke_127_e1": "メガカイロス", + "poke_128": "ケンタロス", + "poke_129": "コイキング", + "poke_130": "ギャラドス", + "poke_130_e1": "メガギャラドス", + "poke_131": "ラプラス", + "poke_132": "メタモン", + "poke_133": "イーブイ", + "poke_134": "シャワーズ", + "poke_135": "サンダース", + "poke_136": "ブースター", + "poke_137": "ポリゴン", + "poke_138": "オムナイト", + "poke_139": "オムスター", + "poke_140": "カブト", + "poke_141": "カブトプス", + "poke_142": "プテラ", + "poke_142_e1": "メガプテラ", + "poke_143": "カビゴン", + "poke_144": "フリーザー", + "poke_145": "サンダー", + "poke_146": "ファイヤー", + "poke_147": "ミニリュウ", + "poke_148": "ハクリュー", + "poke_149": "カイリュー", + "poke_150": "ミュウツー", + "poke_150_e2": "メガミュウツーX", + "poke_150_e3": "メガミュウツーY", + "poke_151": "ミュウ", + "poke_152": "チコリータ", + "poke_153": "ベイリーフ", + "poke_154": "メガニウム", + "poke_155": "ヒノアラシ", + "poke_156": "マグマラシ", + "poke_157": "バクフーン", + "poke_158": "ワニノコ", + "poke_159": "アリゲイツ", + "poke_160": "オーダイル", + "poke_161": "オタチ", + "poke_162": "オオタチ", + "poke_163": "ホーホー", + "poke_164": "ヨルノズク", + "poke_165": "レディバ", + "poke_166": "レディアン", + "poke_167": "イトマル", + "poke_168": "アリアドス", + "poke_169": "クロバット", + "poke_170": "チョンチー", + "poke_171": "ランターン", + "poke_172": "ピチュー", + "poke_173": "ピィ", + "poke_174": "ププリン", + "poke_175": "トゲピー", + "poke_176": "トゲチック", + "poke_177": "ネイティ", + "poke_178": "ネイティオ", + "poke_179": "メリープ", + "poke_180": "モココ", + "poke_181": "デンリュウ", + "poke_181_e1": "メガデンリュウ", + "poke_182": "キレイハナ", + "poke_183": "マリル", + "poke_184": "マリルリ", + "poke_185": "ウソッキー", + "poke_186": "ニョロトノ", + "poke_187": "ハネッコ", + "poke_188": "ポポッコ", + "poke_189": "ワタッコ", + "poke_190": "エイパム", + "poke_191": "ヒマナッツ", + "poke_192": "キマワリ", + "poke_193": "ヤンヤンマ", + "poke_194": "ウパー", + "poke_195": "ヌオー", + "poke_196": "エーフィ", + "poke_197": "ブラッキー", + "poke_198": "ヤミカラス", + "poke_199": "ヤドキング", + "poke_200": "ムウマ", + "poke_201": "アンノーン", + "poke_202": "ソーナンス", + "poke_203": "キリンリキ", + "poke_204": "クヌギダマ", + "poke_205": "フォレトス", + "poke_206": "ノコッチ", + "poke_207": "グライガー", + "poke_208": "ハガネール", + "poke_208_e1": "メガハガネール", + "poke_209": "ブルー", + "poke_210": "グランブル", + "poke_211": "ハリーセン", + "poke_212": "ハッサム", + "poke_212_e1": "メガハッサム", + "poke_213": "ツボツボ", + "poke_214": "ヘラクロス", + "poke_214_e1": "メガヘラクロス", + "poke_215": "ニューラ", + "poke_216": "ヒメグマ", + "poke_217": "リングマ", + "poke_218": "マグマッグ", + "poke_219": "マグカルゴ", + "poke_220": "ウリムー", + "poke_221": "イノムー", + "poke_222": "サニーゴ", + "poke_223": "テッポウオ", + "poke_224": "オクタン", + "poke_225": "デリバード", + "poke_226": "マンタイン", + "poke_227": "エアームド", + "poke_228": "デルビル", + "poke_229": "ヘルガー", + "poke_229_e1": "メガヘルガー", + "poke_230": "キングドラ", + "poke_231": "ゴマゾウ", + "poke_232": "ドンファン", + "poke_233": "ポリゴン2", + "poke_234": "オドシシ", + "poke_235": "ドーブル", + "poke_236": "バルキー", + "poke_237": "カポエラー", + "poke_238": "ムチュール", + "poke_239": "エレキッド", + "poke_240": "ブビィ", + "poke_241": "ミルタンク", + "poke_242": "ハピナス", + "poke_243": "ライコウ", + "poke_244": "エンテイ", + "poke_245": "スイクン", + "poke_246": "ヨーギラス", + "poke_247": "サナギラス", + "poke_248": "バンギラス", + "poke_248_e1": "メガバンギラス", + "poke_249": "ルギア", + "poke_250": "ホウオウ", + "poke_251": "セレビィ", + "poke_252": "キモリ", + "poke_253": "ジュプトル", + "poke_254": "ジュカイン", + "poke_254_e1": "メガジュカイン", + "poke_255": "アチャモ", + "poke_256": "ワカシャモ", + "poke_257": "バシャーモ", + "poke_257_e1": "メガバシャーモ", + "poke_258": "ミズゴロウ", + "poke_259": "ヌマクロー", + "poke_260": "ラグラージ", + "poke_260_e1": "メガラグラージ", + "poke_261": "ポチエナ", + "poke_262": "グラエナ", + "poke_263": "ジグザグマ", + "poke_264": "マッスグマ", + "poke_265": "ケムッソ", + "poke_266": "カラサリス", + "poke_267": "アゲハント", + "poke_268": "マユルド", + "poke_269": "ドクケイル", + "poke_270": "ハスボー", + "poke_271": "ハスブレロ", + "poke_272": "ルンパッパ", + "poke_273": "タネボー", + "poke_274": "コノハナ", + "poke_275": "ダーテング", + "poke_276": "スバメ", + "poke_277": "オオスバメ", + "poke_278": "キャモメ", + "poke_279": "ペリッパー", + "poke_280": "ラルトス", + "poke_281": "キルリア", + "poke_282": "サーナイト", + "poke_282_e1": "メガサーナイト", + "poke_283": "アメタマ", + "poke_284": "アメモース", + "poke_285": "キノココ", + "poke_286": "キノガッサ", + "poke_287": "ナマケロ", + "poke_288": "ヤルキモノ", + "poke_289": "ケッキング", + "poke_290": "ツチニン", + "poke_291": "テッカニン", + "poke_292": "ヌケニン", + "poke_293": "ゴニョニョ", + "poke_294": "ドゴーム", + "poke_295": "バクオング", + "poke_296": "マクノシタ", + "poke_297": "ハリテヤマ", + "poke_298": "ルリリ", + "poke_299": "ノズパス", + "poke_300": "エネコ", + "poke_301": "エネコロロ", + "poke_302": "ヤミラミ", + "poke_302_e1": "メガヤミラミ", + "poke_303": "クチート", + "poke_303_e1": "メガクチート", + "poke_304": "ココドラ", + "poke_305": "コドラ", + "poke_306": "ボスゴドラ", + "poke_306_e1": "メガボスゴドラ", + "poke_307": "アサナン", + "poke_308": "チャーレム", + "poke_308_e1": "メガチャーレム", + "poke_309": "ラクライ", + "poke_310": "ライボルト", + "poke_310_e1": "メガライボルト", + "poke_311": "プラスル", + "poke_312": "マイナン", + "poke_313": "バルビート", + "poke_314": "イルミーゼ", + "poke_315": "ロゼリア", + "poke_316": "ゴクリン", + "poke_317": "マルノーム", + "poke_318": "キバニア", + "poke_319": "サメハダー", + "poke_319_e1": "メガサメハダー", + "poke_320": "ホエルコ", + "poke_321": "ホエルオー", + "poke_322": "ドンメル", + "poke_323": "バクーダ", + "poke_323_e1": "メガバクーダ", + "poke_324": "コータス", + "poke_325": "バネブー", + "poke_326": "ブーピッグ", + "poke_327": "パッチール", + "poke_328": "ナックラー", + "poke_329": "ビブラーバ", + "poke_330": "フライゴン", + "poke_331": "サボネア", + "poke_332": "ノクタス", + "poke_333": "チルット", + "poke_334": "チルタリス", + "poke_334_e1": "メガチルタリス", + "poke_335": "ザングース", + "poke_336": "ハブネーク", + "poke_337": "ルナトーン", + "poke_338": "ソルロック", + "poke_339": "ドジョッチ", + "poke_340": "ナマズン", + "poke_341": "ヘイガニ", + "poke_342": "シザリガー", + "poke_343": "ヤジロン", + "poke_344": "ネンドール", + "poke_345": "リリーラ", + "poke_346": "ユレイドル", + "poke_347": "アノプス", + "poke_348": "アーマルド", + "poke_349": "ヒンバス", + "poke_350": "ミロカロス", + "poke_351": "ポワルン", + "poke_352": "カクレオン", + "poke_353": "カゲボウズ", + "poke_354": "ジュペッタ", + "poke_354_e1": "メガジュペッタ", + "poke_355": "ヨマワル", + "poke_356": "サマヨール", + "poke_357": "トロピウス", + "poke_358": "チリーン", + "poke_359": "アブソル", + "poke_359_e1": "メガアブソル", + "poke_360": "ソーナノ", + "poke_361": "ユキワラシ", + "poke_362": "オニゴーリ", + "poke_362_e1": "メガオニゴーリ", + "poke_363": "タマザラシ", + "poke_364": "トドグラー", + "poke_365": "トドゼルガ", + "poke_366": "パールル", + "poke_367": "ハンテール", + "poke_368": "サクラビス", + "poke_369": "ジーランス", + "poke_370": "ラブカス", + "poke_371": "タツベイ", + "poke_372": "コモルー", + "poke_373": "ボーマンダ", + "poke_373_e1": "メガボーマンダ", + "poke_374": "ダンバル", + "poke_375": "メタング", + "poke_376": "メタグロス", + "poke_376_e1": "メガメタグロス", + "poke_377": "レジロック", + "poke_378": "レジアイス", + "poke_379": "レジスチル", + "poke_380": "ラティアス", + "poke_380_e1": "メガラティアス", + "poke_381": "ラティオス", + "poke_381_e1": "メガラティオス", + "poke_382": "カイオーガ", + "poke_383": "グラードン", + "poke_384": "レックウザ", + "poke_384_e1": "メガレックウザ", + "poke_385": "ジラーチ", + "poke_386": "デオキシス", + "poke_387": "ナエトル", + "poke_388": "ハヤシガメ", + "poke_389": "ドダイトス", + "poke_390": "ヒコザル", + "poke_391": "モウカザル", + "poke_392": "ゴウカザル", + "poke_393": "ポッチャマ", + "poke_394": "ポッタイシ", + "poke_395": "エンペルト", + "poke_396": "ムックル", + "poke_397": "ムクバード", + "poke_398": "ムクホーク", + "poke_399": "ビッパ", + "poke_400": "ビーダル", + "poke_401": "コロボーシ", + "poke_402": "コロトック", + "poke_403": "コリンク", + "poke_404": "ルクシオ", + "poke_405": "レントラー", + "poke_406": "スボミー", + "poke_407": "ロズレイド", + "poke_408": "ズガイドス", + "poke_409": "ラムパルド", + "poke_410": "タテトプス", + "poke_411": "トリデプス", + "poke_412": "ミノムッチ", + "poke_413": "ミノマダム", + "poke_414": "ガーメイル", + "poke_415": "ミツハニー", + "poke_416": "ビークイン", + "poke_417": "パチリス", + "poke_418": "ブイゼル", + "poke_419": "フローゼル", + "poke_420": "チェリンボ", + "poke_421": "チェリム", + "poke_422": "カラナクシ", + "poke_423": "トリトドン", + "poke_424": "エテボース", + "poke_425": "フワンテ", + "poke_426": "フワライド", + "poke_427": "ミミロル", + "poke_428": "ミミロップ", + "poke_428_e1": "メガミミロップ", + "poke_429": "ムウマージ", + "poke_430": "ドンカラス", + "poke_431": "ニャルマー", + "poke_432": "ブニャット", + "poke_433": "リーシャン", + "poke_434": "スカンプー", + "poke_435": "スカタンク", + "poke_436": "ドーミラー", + "poke_437": "ドータクン", + "poke_438": "ウソハチ", + "poke_439": "マネネ", + "poke_440": "ピンプク", + "poke_441": "ペラップ", + "poke_442": "ミカルゲ", + "poke_443": "フカマル", + "poke_444": "ガバイト", + "poke_445": "ガブリアス", + "poke_445_e1": "メガガブリアス", + "poke_446": "ゴンベ", + "poke_447": "リオル", + "poke_448": "ルカリオ", + "poke_448_e1": "メガルカリオ", + "poke_449": "ヒポポタス", + "poke_450": "カバルドン", + "poke_451": "スコルピ", + "poke_452": "ドラピオン", + "poke_453": "グレッグル", + "poke_454": "ドクロッグ", + "poke_455": "マスキッパ", + "poke_456": "ケイコウオ", + "poke_457": "ネオラント", + "poke_458": "タマンタ", + "poke_459": "ユキカブリ", + "poke_460": "ユキノオー", + "poke_460_e1": "メガユキノオー", + "poke_461": "マニューラ", + "poke_462": "ジバコイル", + "poke_463": "ベロベルト", + "poke_464": "ドサイドン", + "poke_465": "モジャンボ", + "poke_466": "エレキブル", + "poke_467": "ブーバーン", + "poke_468": "トゲキッス", + "poke_469": "メガヤンマ", + "poke_470": "リーフィア", + "poke_471": "グレイシア", + "poke_472": "グライオン", + "poke_473": "マンムー", + "poke_474": "ポリゴンZ", + "poke_475": "エルレイド", + "poke_475_e1": "メガエルレイド", + "poke_476": "ダイノーズ", + "poke_477": "ヨノワール", + "poke_478": "ユキメノコ", + "poke_479": "ロトム", + "poke_480": "ユクシー", + "poke_481": "エムリット", + "poke_482": "アグノム", + "poke_483": "ディアルガ", + "poke_484": "パルキア", + "poke_485": "ヒードラン", + "poke_486": "レジギガス", + "poke_487": "ギラティナ", + "poke_488": "クレセリア", + "poke_489": "フィオネ", + "poke_490": "マナフィ", + "poke_491": "ダークライ", + "poke_492": "シェイミ", + "poke_493": "アルセウス", + "poke_494": "ビクティニ", + "poke_495": "ツタージャ", + "poke_496": "ジャノビー", + "poke_497": "ジャローダ", + "poke_498": "ポカブ", + "poke_499": "チャオブー", + "poke_500": "エンブオー", + "poke_501": "ミジュマル", + "poke_502": "フタチマル", + "poke_503": "ダイケンキ", + "poke_504": "ミネズミ", + "poke_505": "ミルホッグ", + "poke_506": "ヨーテリー", + "poke_507": "ハーデリア", + "poke_508": "ムーランド", + "poke_509": "チョロネコ", + "poke_510": "レパルダス", + "poke_511": "ヤナップ", + "poke_512": "ヤナッキー", + "poke_513": "バオップ", + "poke_514": "バオッキー", + "poke_515": "ヒヤップ", + "poke_516": "ヒヤッキー", + "poke_517": "ムンナ", + "poke_518": "ムシャーナ", + "poke_519": "マメパト", + "poke_520": "ハトーボー", + "poke_521": "ケンホロウ", + "poke_522": "シママ", + "poke_523": "ゼブライカ", + "poke_524": "ダンゴロ", + "poke_525": "ガントル", + "poke_526": "ギガイアス", + "poke_527": "コロモリ", + "poke_528": "ココロモリ", + "poke_529": "モグリュー", + "poke_530": "ドリュウズ", + "poke_531": "タブンネ", + "poke_531_e1": "メガタブンネ", + "poke_532": "ドッコラー", + "poke_533": "ドテッコツ", + "poke_534": "ローブシン", + "poke_535": "オタマロ", + "poke_536": "ガマガル", + "poke_537": "ガマゲロゲ", + "poke_538": "ナゲキ", + "poke_539": "ダゲキ", + "poke_540": "クルミル", + "poke_541": "クルマユ", + "poke_542": "ハハコモリ", + "poke_543": "フシデ", + "poke_544": "ホイーガ", + "poke_545": "ペンドラー", + "poke_546": "モンメン", + "poke_547": "エルフーン", + "poke_548": "チュリネ", + "poke_549": "ドレディア", + "poke_550": "バスラオ", + "poke_551": "メグロコ", + "poke_552": "ワルビル", + "poke_553": "ワルビアル", + "poke_554": "ダルマッカ", + "poke_555": "ヒヒダルマ", + "poke_556": "マラカッチ", + "poke_557": "イシズマイ", + "poke_558": "イワパレス", + "poke_559": "ズルッグ", + "poke_560": "ズルズキン", + "poke_561": "シンボラー", + "poke_562": "デスマス", + "poke_563": "デスカーン", + "poke_564": "プロトーガ", + "poke_565": "アバゴーラ", + "poke_566": "アーケン", + "poke_567": "アーケオス", + "poke_568": "ヤブクロン", + "poke_569": "ダストダス", + "poke_570": "ゾロア", + "poke_571": "ゾロアーク", + "poke_572": "チラーミィ", + "poke_573": "チラチーノ", + "poke_574": "ゴチム", + "poke_575": "ゴチミル", + "poke_576": "ゴチルゼル", + "poke_577": "ユニラン", + "poke_578": "ダブラン", + "poke_579": "ランクルス", + "poke_580": "コアルヒー", + "poke_581": "スワンナ", + "poke_582": "バニプッチ", + "poke_583": "バニリッチ", + "poke_584": "バイバニラ", + "poke_585": "シキジカ", + "poke_586": "メブキジカ", + "poke_587": "エモンガ", + "poke_588": "カブルモ", + "poke_589": "シュバルゴ", + "poke_590": "タマゲタケ", + "poke_591": "モロバレル", + "poke_592": "プルリル", + "poke_593": "ブルンゲル", + "poke_594": "ママンボウ", + "poke_595": "バチュル", + "poke_596": "デンチュラ", + "poke_597": "テッシード", + "poke_598": "ナットレイ", + "poke_599": "ギアル", + "poke_600": "ギギアル", + "poke_601": "ギギギアル", + "poke_602": "シビシラス", + "poke_603": "シビビール", + "poke_604": "シビルドン", + "poke_605": "リグレー", + "poke_606": "オーベム", + "poke_607": "ヒトモシ", + "poke_608": "ランプラー", + "poke_609": "シャンデラ", + "poke_610": "キバゴ", + "poke_611": "オノンド", + "poke_612": "オノノクス", + "poke_613": "クマシュン", + "poke_614": "ツンベアー", + "poke_615": "フリージオ", + "poke_616": "チョボマキ", + "poke_617": "アギルダー", + "poke_618": "マッギョ", + "poke_619": "コジョフー", + "poke_620": "コジョンド", + "poke_621": "クリムガン", + "poke_622": "ゴビット", + "poke_623": "ゴルーグ", + "poke_624": "コマタナ", + "poke_625": "キリキザン", + "poke_626": "バッフロン", + "poke_627": "ワシボン", + "poke_628": "ウォーグル", + "poke_629": "バルチャイ", + "poke_630": "バルジーナ", + "poke_631": "クイタラン", + "poke_632": "アイアント", + "poke_633": "モノズ", + "poke_634": "ジヘッド", + "poke_635": "サザンドラ", + "poke_636": "メラルバ", + "poke_637": "ウルガモス", + "poke_638": "コバルオン", + "poke_639": "テラキオン", + "poke_640": "ビリジオン", + "poke_641": "トルネロス", + "poke_642": "ボルトロス", + "poke_643": "レシラム", + "poke_644": "ゼクロム", + "poke_645": "ランドロス", + "poke_646": "キュレム", + "poke_647": "ケルディオ", + "poke_648": "メロエッタ", + "poke_649": "ゲノセクト", + "poke_650": "ハリマロン", + "poke_651": "ハリボーグ", + "poke_652": "ブリガロン", + "poke_653": "フォッコ", + "poke_654": "テールナー", + "poke_655": "マフォクシー", + "poke_656": "ケロマツ", + "poke_657": "ゲコガシラ", + "poke_658": "ゲッコウガ", + "poke_659": "ホルビー", + "poke_660": "ホルード", + "poke_661": "ヤヤコマ", + "poke_662": "ヒノヤコマ", + "poke_663": "ファイアロー", + "poke_664": "コフキムシ", + "poke_665": "コフーライ", + "poke_666": "ビビヨン", + "poke_667": "シシコ", + "poke_668": "カエンジシ", + "poke_669": "フラベベ", + "poke_670": "フラエッテ", + "poke_671": "フラージェス", + "poke_672": "メェークル", + "poke_673": "ゴーゴート", + "poke_674": "ヤンチャム", + "poke_675": "ゴロンダ", + "poke_676": "トリミアン", + "poke_677": "ニャスパー", + "poke_678": "ニャオニクス", + "poke_679": "ヒトツキ", + "poke_680": "ニダンギル", + "poke_681": "ギルガルド", + "poke_682": "シュシュプ", + "poke_683": "フレフワン", + "poke_684": "ペロッパフ", + "poke_685": "ペロリーム", + "poke_686": "マーイーカ", + "poke_687": "カラマネロ", + "poke_688": "カメテテ", + "poke_689": "ガメノデス", + "poke_690": "クズモー", + "poke_691": "ドラミドロ", + "poke_692": "ウデッポウ", + "poke_693": "ブロスター", + "poke_694": "エリキテル", + "poke_695": "エレザード", + "poke_696": "チゴラス", + "poke_697": "ガチゴラス", + "poke_698": "アマルス", + "poke_699": "アマルルガ", + "poke_700": "ニンフィア", + "poke_701": "ルチャブル", + "poke_702": "デデンネ", + "poke_703": "メレシー", + "poke_704": "ヌメラ", + "poke_705": "ヌメイル", + "poke_706": "ヌメルゴン", + "poke_707": "クレッフィ", + "poke_708": "ボクレー", + "poke_709": "オーロット", + "poke_710": "バケッチャ", + "poke_711": "パンプジン", + "poke_712": "カチコール", + "poke_713": "クレベース", + "poke_714": "オンバット", + "poke_715": "オンバーン", + "poke_716": "ゼルネアス", + "poke_717": "イベルタル", + "poke_718": "ジガルデ", + "poke_719": "ディアンシー", + "poke_719_e1": "メガディアンシー", + "poke_720": "フーパ", + "poke_721": "ボルケニオン", + "poke_722": "モクロー", + "poke_723": "フクスロー", + "poke_724": "ジュナイパー", + "poke_725": "ニャビー", + "poke_726": "ニャヒート", + "poke_727": "ガオガエン", + "poke_728": "アシマリ", + "poke_729": "オシャマリ", + "poke_730": "アシレーヌ", + "poke_731": "ツツケラ", + "poke_732": "ケララッパ", + "poke_733": "ドデカバシ", + "poke_734": "ヤングース", + "poke_735": "デカグース", + "poke_736": "アゴジムシ", + "poke_737": "デンヂムシ", + "poke_738": "クワガノン", + "poke_739": "マケンカニ", + "poke_740": "ケケンカニ", + "poke_741": "オドリドリ", + "poke_742": "アブリー", + "poke_743": "アブリボン", + "poke_744": "イワンコ", + "poke_745": "ルガルガン", + "poke_746": "ヨワシ", + "poke_747": "ヒドイデ", + "poke_748": "ドヒドイデ", + "poke_749": "ドロバンコ", + "poke_750": "バンバドロ", + "poke_751": "シズクモ", + "poke_752": "オニシズクモ", + "poke_753": "カリキリ", + "poke_754": "ラランテス", + "poke_755": "ネマシュ", + "poke_756": "マシェード", + "poke_757": "ヤトウモリ", + "poke_758": "エンニュート", + "poke_759": "ヌイコグマ", + "poke_760": "キテルグマ", + "poke_761": "アマカジ", + "poke_762": "アママイコ", + "poke_763": "アマージョ", + "poke_764": "キュワワー", + "poke_765": "ヤレユータン", + "poke_766": "ナゲツケサル", + "poke_767": "コソクムシ", + "poke_768": "グソクムシャ", + "poke_769": "スナバァ", + "poke_770": "シロデスナ", + "poke_771": "ナマコブシ", + "poke_772": "タイプ:ヌル", + "poke_773": "シルヴァディ", + "poke_774": "メテノ", + "poke_775": "ネッコアラ", + "poke_776": "バクガメス", + "poke_777": "トゲデマル", + "poke_778": "ミミッキュ", + "poke_779": "ハギギシリ", + "poke_780": "ジジーロン", + "poke_781": "ダダリン", + "poke_782": "ジャラコ", + "poke_783": "ジャランゴ", + "poke_784": "ジャラランガ", + "poke_785": "カプ・コケコ", + "poke_786": "カプ・テテフ", + "poke_787": "カプ・ブルル", + "poke_788": "カプ・レヒレ", + "poke_789": "コスモッグ", + "poke_790": "コスモウム", + "poke_791": "ソルガレオ", + "poke_792": "ルナアーラ", + "poke_793": "ウツロイド", + "poke_794": "マッシブーン", + "poke_795": "フェローチェ", + "poke_796": "デンジュモク", + "poke_797": "テッカグヤ", + "poke_798": "カミツルギ", + "poke_799": "アクジキング", + "poke_800": "ネクロズマ", + "poke_801": "マギアナ", + "poke_802": "マーシャドー", + "poke_803": "ベベノム", + "poke_804": "アーゴヨン", + "poke_805": "ツンデツンデ", + "poke_806": "ズガドーン", + "poke_807": "ゼラオラ", + "poke_808": "メルタン", + "poke_809": "メルメタル", + "poke_810": "サルノリ", + "poke_811": "バチンキー", + "poke_812": "ゴリランダー", + "poke_813": "ヒバニー", + "poke_814": "ラビフット", + "poke_815": "エースバーン", + "poke_816": "メッソン", + "poke_817": "ジメレオン", + "poke_818": "インテレオン", + "poke_819": "ホシガリス", + "poke_820": "ヨクバリス", + "poke_821": "ココガラ", + "poke_822": "アオガラス", + "poke_823": "アーマーガア", + "poke_824": "サッチムシ", + "poke_825": "レドームシ", + "poke_826": "イオルブ", + "poke_827": "クスネ", + "poke_828": "フォクスライ", + "poke_829": "ヒメンカ", + "poke_830": "ワタシラガ", + "poke_831": "ウールー", + "poke_832": "バイウールー", + "poke_833": "カムカメ", + "poke_834": "カジリガメ", + "poke_835": "ワンパチ", + "poke_836": "パルスワン", + "poke_837": "タンドン", + "poke_838": "トロッゴン", + "poke_839": "セキタンザン", + "poke_840": "カジッチュ", + "poke_841": "アップリュー", + "poke_842": "タルップル", + "poke_843": "スナヘビ", + "poke_844": "サダイジャ", + "poke_845": "ウッウ", + "poke_846": "サシカマス", + "poke_847": "カマスジョー", + "poke_848": "エレズン", + "poke_849": "ストリンダー", + "poke_850": "ヤクデ", + "poke_851": "マルヤクデ", + "poke_852": "タタッコ", + "poke_853": "オトスパス", + "poke_854": "ヤバチャ", + "poke_855": "ポットデス", + "poke_856": "ミブリム", + "poke_857": "テブリム", + "poke_858": "ブリムオン", + "poke_859": "ベロバー", + "poke_860": "ギモー", + "poke_861": "オーロンゲ", + "poke_862": "タチフサグマ", + "poke_863": "ニャイキング", + "poke_864": "サニゴーン", + "poke_865": "ネギガナイト", + "poke_866": "バリコオル", + "poke_867": "デスバーン", + "poke_868": "マホミル", + "poke_869": "マホイップ", + "poke_870": "タイレーツ", + "poke_871": "バチンウニ", + "poke_872": "ユキハミ", + "poke_873": "モスノウ", + "poke_874": "イシヘンジン", + "poke_875": "コオリッポ", + "poke_876": "イエッサン", + "poke_877": "モルペコ", + "poke_878": "ゾウドウ", + "poke_879": "ダイオウドウ", + "poke_880": "パッチラゴン", + "poke_881": "パッチルドン", + "poke_882": "ウオノラゴン", + "poke_883": "ウオチルドン", + "poke_884": "ジュラルドン", + "poke_885": "ドラメシヤ", + "poke_886": "ドロンチ", + "poke_887": "ドラパルト", + "poke_888": "ザシアン", + "poke_889": "ザマゼンタ", + "poke_890": "ムゲンダイナ", + "poke_891": "ダクマ", + "poke_892": "ウーラオス", + "poke_893": "ザルード", + "poke_894": "レジエレキ", + "poke_895": "レジドラゴ", + "poke_896": "ブリザポス", + "poke_897": "レイスポス", + "poke_898": "バドレックス", + "poke_899": "アヤシシ", + "poke_900": "バサギリ", + "poke_901": "ガチグマ", + "poke_902": "イダイトウ", + "poke_903": "オオニューラ", + "poke_904": "ハリーマン", + "poke_905": "ラブトロス", + "poke_906": "ニャオハ", + "poke_907": "ニャローテ", + "poke_908": "マスカーニャ", + "poke_909": "ホゲータ", + "poke_910": "アチゲータ", + "poke_911": "ラウドボーン", + "poke_912": "クワッス", + "poke_913": "ウェルカモ", + "poke_914": "ウェーニバル", + "poke_915": "グルトン", + "poke_916": "パフュートン", + "poke_917": "タマンチュラ", + "poke_918": "ワナイダー", + "poke_919": "マメバッタ", + "poke_920": "エクスレッグ", + "poke_921": "パモ", + "poke_922": "パモット", + "poke_923": "パーモット", + "poke_924": "ワッカネズミ", + "poke_925": "イッカネズミ", + "poke_926": "パピモッチ", + "poke_927": "バウッツェル", + "poke_928": "ミニーブ", + "poke_929": "オリーニョ", + "poke_930": "オリーヴァ", + "poke_931": "イキリンコ", + "poke_932": "コジオ", + "poke_933": "ジオヅム", + "poke_934": "キョジオーン", + "poke_935": "カルボウ", + "poke_936": "グレンアルマ", + "poke_937": "ソウブレイズ", + "poke_938": "ズピカ", + "poke_939": "ハラバリー", + "poke_940": "カイデン", + "poke_941": "タイカイデン", + "poke_942": "オラチフ", + "poke_943": "マフィティフ", + "poke_944": "シルシュルー", + "poke_945": "タギングル", + "poke_946": "アノクサ", + "poke_947": "アノホラグサ", + "poke_948": "ノノクラゲ", + "poke_949": "リククラゲ", + "poke_950": "ガケガニ", + "poke_951": "カプサイジ", + "poke_952": "スコヴィラン", + "poke_953": "シガロコ", + "poke_954": "ベラカス", + "poke_955": "ヒラヒナ", + "poke_956": "クエスパトラ", + "poke_957": "カヌチャン", + "poke_958": "ナカヌチャン", + "poke_959": "デカヌチャン", + "poke_960": "ウミディグダ", + "poke_961": "ウミトリオ", + "poke_962": "オトシドリ", + "poke_963": "ナミイルカ", + "poke_964": "イルカマン", + "poke_965": "ブロロン", + "poke_966": "ブロロローム", + "poke_967": "モトトカゲ", + "poke_968": "ミミズズ", + "poke_969": "キラーメ", + "poke_970": "キラフロル", + "poke_971": "ボチ", + "poke_972": "ハカドッグ", + "poke_973": "カラミンゴ", + "poke_974": "アルクジラ", + "poke_975": "ハルクジラ", + "poke_976": "ミガルーサ", + "poke_977": "ヘイラッシャ", + "poke_978": "シャリタツ", + "poke_979": "コノヨザル", + "poke_980": "ドオー", + "poke_981": "リキキリン", + "poke_982": "ノココッチ", + "poke_983": "ドドゲザン", + "poke_984": "イダイナキバ", + "poke_985": "サケブシッポ", + "poke_986": "アラブルタケ", + "poke_987": "ハバタクカミ", + "poke_988": "チヲハウハネ", + "poke_989": "スナノケガワ", + "poke_990": "テツノワダチ", + "poke_991": "テツノツツミ", + "poke_992": "テツノカイナ", + "poke_993": "テツノコウベ", + "poke_994": "テツノドクガ", + "poke_995": "テツノイバラ", + "poke_996": "セビエ", + "poke_997": "セゴール", + "poke_998": "セグレイブ", + "poke_999": "コレクレー", + "poke_1000": "サーフゴー", + "poke_1001": "チオンジェン", + "poke_1002": "パオジアン", + "poke_1003": "ディンルー", + "poke_1004": "イーユイ", + "poke_1005": "トドロクツキ", + "poke_1006": "テツノブジン", + "poke_1007": "コライドン", + "poke_1008": "ミライドン", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "なし", + "poke_type_1": "ノーマル", + "poke_type_2": "かくとう", + "poke_type_3": "ひこう", + "poke_type_4": "どく", + "poke_type_5": "じめん", + "poke_type_6": "いわ", + "poke_type_7": "むし", + "poke_type_8": "ゴースト", + "poke_type_9": "はがね", + "poke_type_10": "ほのお", + "poke_type_11": "みず", + "poke_type_12": "くさ", + "poke_type_13": "でんき", + "poke_type_14": "エスパー", + "poke_type_15": "こおり", + "poke_type_16": "ドラゴン", + "poke_type_17": "あく", + "poke_type_18": "フェアリー", + "purified": "らいと", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "相棒のポケモンと一緒に{{amount}}km歩く", + "quest_catch_type_dark_plural": "あくタイプのポケモンを{{amount}}匹捕まえる", + "quest_catch_type_dragon_plural": "ドラゴンタイプのポケモンを{{amount}}匹捕まえる", + "quest_catch_type_poison_plural": "どくタイプのポケモンを{{amount}}匹捕まえる", + "quest_catch_type_psychic_plural": "エスパータイプのポケモンを{{amount}}匹捕まえる", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "ゴーストタイプのポケモン{{amount}}匹に勝つ", + "quest_fight_type_ghost_psychic_plural": "エスパータイプかゴーストタイプのポケモン{{amount}}匹に勝つ", + "quest_fight_type_psychic_plural": "エスパータイプのポケモン{{amount}}匹に勝つ", + "quest_incense_singular": "おこうを使う", + "quest_land_excellent_plural": "エクセレントスローを{{amount}}回投げる", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "ほしのすな", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "アメ", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "ポケコイン", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "アメXL", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "メガエナジー", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "チームリーダー対戦を{{amount_0}}回する", + "quest_title_challenge_2019_battle_trainer": "トレーナーと対戦する", + "quest_title_challenge_2019_battle_trainer_plural": "トレーナー対戦を{{amount_0}}回する", + "quest_title_challenge_2019_battle_trainer_win": "トレーナー対戦で{{amount_0}}回勝つ", + "quest_title_challenge_2019_snapshot_eevee": "イーブイのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_loudred": "ドゴームのGOスナップショット写真を撮る", + "quest_title_challenge_2019_snapshot_pkmn": "ジラーチの写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "フェアリータイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_pkmn_flying": "ひこうタイプポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "ゴーストタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_pkmn_grass": "くさタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_pkmn_ground": "じめんタイプのポケモンの写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_pkmn_ice": "こおりタイプのポケモンの写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_pkmn_normal": "ノーマルタイプポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "エスパータイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "はがねタイプか、エスパータイプポケモンの写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_pkmn_rock": "いわタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_pkmn_steel": "はがねタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_snapshot_pkmn_water": "みずタイプのポケモンの写真を{{amount_0}}枚撮る", + "quest_title_challenge_2019_trade_distance": "100km以上からのポケモンを3匹交換する", + "quest_title_challenge_available": "New challenge available!", + "quest_title_challenge_battle_gbl_win_all": "GOバトルリーグでの対戦で勝つ", + "quest_title_challenge_battle_trainer_great": "スーパーリーグでトレーナーと対戦する", + "quest_title_challenge_buddy_affection_plural": "相棒のハートポイントを{{amount_0}}個獲得する", + "quest_title_challenge_buddy_affection_single": "相棒のハートを獲得する", + "quest_title_challenge_buddy_battle_plural": "相棒が共に歩いているときに一緒にバトルを{{amount_0}}回する", + "quest_title_challenge_buddy_battle_single": "相棒が共に歩いているときに一緒にバトルをする", + "quest_title_challenge_buddy_emotion_plural": "相棒を{{amount_0}}回大喜びさせる", + "quest_title_challenge_buddy_emotion_single": "相棒を大喜びさせる", + "quest_title_challenge_buddy_level_best_plural": "最高の相棒に{{amount_0}}回なる", + "quest_title_challenge_buddy_level_best_single": "最高の相棒になる", + "quest_title_challenge_buddy_level_good_plural": "グッドな相棒に{{amount_0}}回なる", + "quest_title_challenge_buddy_level_good_single": "グッドな相棒になる", + "quest_title_challenge_buddy_level_great_plural": "グレートな相棒に{{amount_0}}回なる", + "quest_title_challenge_buddy_level_great_single": "グレートな相棒になる", + "quest_title_challenge_buddy_level_plural": "相棒レベルを{{amount_0}}回上げる", + "quest_title_challenge_buddy_level_single": "相棒レベルを上げる", + "quest_title_challenge_buddy_level_ultra_plural": "素晴らしい相棒に{{amount_0}}回なる", + "quest_title_challenge_buddy_level_ultra_single": "素晴らしい相棒になる", + "quest_title_challenge_buddy_play_plural": "相棒を{{amount_0}}回なでてあげる", + "quest_title_challenge_buddy_play_single": "相棒をなでてあげる", + "quest_title_challenge_buddy_poi_plural": "相棒が教えてくれた場所を{{amount_0}}回訪れる", + "quest_title_challenge_buddy_poi_single": "相棒が教えてくれた場所を訪れる", + "quest_title_challenge_buddy_snapshot_plural": "相棒の写真を{{amount_0}}枚撮る", + "quest_title_challenge_buddy_snapshot_single": "相棒の写真を撮る", + "quest_title_challenge_buddy_treat_plural": "おやつを{{amount_0}}個あげる", + "quest_title_challenge_buddy_treat_single": "おやつをあげる", + "quest_title_challenge_catch_legendary": "フィールドリサーチ大発見かレイドバトルで伝説のポケモンを捕まえる", + "quest_title_challenge_catch_unique_any": "ポケモンを{{amount_0}}種類捕まえる", + "quest_title_challenge_snapshot_bidoof": "ビッパのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_dratini_singular": "ミニリュウのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_eevee": "イーブイのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_bug": "むしタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_snapshot_pkmn_bug_single": "むしタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_dark": "あくタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_snapshot_pkmn_dark_single": "あくタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_dragon": "ドラゴンタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_snapshot_pkmn_dragon_single": "ドラゴンタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_electric": "でんきタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_snapshot_pkmn_electric_single": "でんきタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_fairy_single": "フェアリータイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_fighting": "かくとうタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_snapshot_pkmn_fighting_single": "かくとうタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_fire": "ほのおタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_snapshot_pkmn_fire_single": "ほのおタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_flying_single": "ひこうタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_ghost_single": "ゴーストタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_grass_single": "くさタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_ground_single": "じめんタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_ice_single": "こおりタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_normal_single": "ノーマルタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_poison": "どくタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_snapshot_pkmn_poison_single": "どくタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_psychic_single": "エスパータイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_rock": "いわタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_challenge_snapshot_pkmn_rock_single": "いわタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_steel_single": "はがねタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_pkmn_water_single": "みずタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "野生のシママのGOスナップショット写真を撮る", + "quest_title_challenge_snapshot_wild_glameow_singular": "野生のニャルマーのGOスナップショット写真を撮る", + "quest_title_geotarget_quest_description": "{{amount_0}}をスキャンする", + "quest_title_quest_achieve_lvl_40": "レベル40に到達する", + "quest_title_quest_adventure_effect_activate_plural": "フィールド効果を{{amount_0}}回発動する", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "ときのほうこうフィールド効果を{{amount_0}}回発動する", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "ときのほうこうフィールド効果を発動する", + "quest_title_quest_adventure_effect_activate_singular": "フィールド効果を発動する", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "あくうせつだんフィールド効果を{{amount_0}}回発動する", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "あくうせつだんフィールド効果を発動する", + "quest_title_quest_adventure_evolve_singular": "アドベンチャーウィーク:オムナイトかカブトを進化させる", + "quest_title_quest_adventure_hatch_egg_plural": "アドベンチャーウィーク:タマゴを{{amount_0}}個かえす", + "quest_title_quest_adventure_visit_pokestop_new_plural": "アドベンチャーウィーク:訪れたことがないポケストップ{{amount_0}}個を回す", + "quest_title_quest_adventure_walk_buddy_plural": "アドベンチャーウィーク:相棒と歩いて{{amount_0}}個アメをもらう", + "quest_title_quest_adventure2019_catch_special33_plural": "アドベンチャーウィーク2019:ココドラを{{amount_0}}匹捕まえる", + "quest_title_quest_adventure2019_evolve_singular": "アドベンチャーウィーク2019:リリーラかアノプスを進化させる", + "quest_title_quest_adventure2019_hatch_egg_plural": "アドベンチャーウィーク2019:タマゴを{{amount_0}}個かえす", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "アドベンチャーウィーク2019:訪れたことがないポケストップ{{amount_0}}個を回す", + "quest_title_quest_adventure2019_visit_pokestop_plural": "アドベンチャーウィーク2019:ポケストップ25個を回す", + "quest_title_quest_adventure2019_walk_buddy_plural": "アドベンチャーウィーク2019:相棒と歩いてアメを{{amount_0}}個もらう", + "quest_title_quest_alodude_catch": "アローラのすがたのイシツブテを{{amount_0}}匹捕まえる", + "quest_title_quest_alodude_evolve_a": "アローラのすがたのイシツブテを{{amount_0}}匹進化させる", + "quest_title_quest_alodude_evolve_b": "アローラのすがたのゴローンを{{amount_0}}匹進化させる", + "quest_title_quest_alodude_snap": "アローラのすがたのイシツブテのGOスナップショットを{{amount_0}}枚撮る", + "quest_title_quest_at_catch_a": "ケーシィを{{amount_0}}匹捕まえる", + "quest_title_quest_at_evolve_a": "ケーシィを{{amount_0}}匹進化させる", + "quest_title_quest_at_evolve_k": "ユンゲラーを{{amount_0}}匹進化させる", + "quest_title_quest_axew_catch_b": "キバゴを{{amount_0}}匹捕まえる", + "quest_title_quest_axew_evolve_b": "キバゴを{{amount_0}}匹進化させる", + "quest_title_quest_axew_snapshot_b": "キバゴのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_azelf_wild_snap": "野生のアグノムのGOスナップショット写真を撮る", + "quest_title_quest_bagon_catch_b": "タツベイを{{amount_0}}匹捕まえる", + "quest_title_quest_bagon_evolve_b_plural": "タツベイを{{amount_0}}匹進化させる", + "quest_title_quest_bagon_evolve_b_singular": "タツベイを進化させる", + "quest_title_quest_bagon_snapshot_b": "タツベイのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_battle_buddy_adventure_plural": "相棒が共にに歩いているときに一緒にトレーナー対戦を{{amount_0}}回する", + "quest_title_quest_battle_buddy_adventure_single": "相棒が共に歩いているときに一緒にトレーナー対戦を行う", + "quest_title_quest_battle_dangling_reward_toast": "現在のバトルを終えてください", + "quest_title_quest_battle_error_toast": "バトル開始エラー", + "quest_title_quest_battle_gbl_halloween_plural": "ハロウィンカップで{{amount_0}}回対戦する", + "quest_title_quest_battle_gbl_halloween_win_plural": "ハロウィンカップでのトレーナー対戦で{{amount_0}}回勝つ", + "quest_title_quest_battle_gbl_plural": "GOバトルリーグ対戦を{{amount_0}}回する", + "quest_title_quest_battle_gbl_singular": "GOバトルリーグ対戦をする", + "quest_title_quest_battle_gbl_win_plural": "GOバトルリーグのトレーナー対戦で{{amount_0}}回勝つ", + "quest_title_quest_battle_gbl_win_singular": "GOバトルリーグのトレーナー対戦で勝つ", + "quest_title_quest_battle_great_plural": "スーパーリーグでトレーナーと{{amount_0}}回対戦する", + "quest_title_quest_battle_great_win_plural": "スーパーリーグでのトレーナー対戦で{{amount_0}}回勝つ", + "quest_title_quest_battle_great_win_singular": "スーパーリーグでのトレーナー対戦で勝つ", + "quest_title_quest_battle_gym_plural": "ジムバトルを{{amount_0}}回する", + "quest_title_quest_battle_gym_singular": "ジムバトルを1回する", + "quest_title_quest_battle_master_win_plural": "マスターリーグでのトレーナー対戦で{{amount_0}}回勝つ", + "quest_title_quest_battle_master_win_singular": "マスターリーグでのトレーナー対戦で勝つ", + "quest_title_quest_battle_raid_plural": "レイドバトルを{{amount_0}}回する", + "quest_title_quest_battle_raid_singular": "レイドバトルを1回する", + "quest_title_quest_battle_raid_with_friend_plural": "フレンドと一緒にレイドバトルを{{amount_0}}回行う", + "quest_title_quest_battle_raid_with_friend_singular": "フレンドと一緒にレイドバトルを行う", + "quest_title_quest_battle_supereffective_charge_plural": "こうかばつぐんのスペシャルアタックを使ってジムバトルする・{{amount_0}}回", + "quest_title_quest_battle_supereffective_charge_singular": "こうかばつぐんのスペシャルアタックを使ってジムバトルする・1回", + "quest_title_quest_battle_team_rocket_plural": "GOロケット団員とのバトルを{{amount_0}}回する", + "quest_title_quest_battle_team_rocket_singular": "GOロケット団したっぱとのバトルを1回する", + "quest_title_quest_battle_ultra_win_plural": "ハイパーリーグでのトレーナー対戦で{{amount_0}}回勝つ", + "quest_title_quest_battle_ultra_win_singular": "ハイパーリーグでのトレーナー対戦で勝つ", + "quest_title_quest_battle19_catch_fighting_easy": "かくとうタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_battle19_catch_medium_pkmn": "マクノシタかアサナンを{{amount_0}}匹捕まえる", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "エクセレントスローを{{amount_0}}回連続で投げる", + "quest_title_quest_battle19_raid_win_veryhard": "レイドバトルで{{amount_0}}回勝つ", + "quest_title_quest_battle19_supereffective_charge_hard": "こうかばつぐんのスペシャルアタックを使ってジムバトルする・{{amount_0}}回", + "quest_title_quest_battler_appears": "相手が現れた!", + "quest_title_quest_beat_raid_10_minutes": "レイドに10分未満で勝つ", + "quest_title_quest_beat_raid_60_seconds": "レイドに60秒未満で勝つ", + "quest_title_quest_beat_raid_singular_minutes": "レイドに{{amount_0}}分未満で勝つ", + "quest_title_quest_beat_raid_singular_seconds": "レイドに{{amount_0}}秒未満で勝つ", + "quest_title_quest_begins19_catch_specific_plural": "ポケモン誕生の日: ポッポかコラッタを{{amount_0}}匹捕まえる", + "quest_title_quest_begins19_evolve_plural": "ポケモン誕生の記念日: ニャースを1匹進化させる", + "quest_title_quest_beldum_catch_b": "ダンバルを{{amount_0}}匹捕まえる", + "quest_title_quest_beldum_evolve_b_plural": "ダンバルを{{amount_0}}匹進化させる", + "quest_title_quest_beldum_evolve_b_singular": "ダンバルを進化させる", + "quest_title_quest_bellsprout_catch_b": "マダツボミを{{amount_0}}匹捕まえる", + "quest_title_quest_bellsprout_evolve_b_plural": "マダツボミを{{amount_0}}匹進化させる", + "quest_title_quest_bellsprout_evolve_b_singular": "マダツボミを進化させる", + "quest_title_quest_bellsprout_snapshot_b": "マダツボミのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_beluga_evolve_pkmn": "Let's Go: アノプスを{{amount_0}}匹進化させる", + "quest_title_quest_beluga_excellent_singular": "Let's Go: エクセレントスローを{{amount_0}}回投げる", + "quest_title_quest_beluga_hatch_plural": "Let's Go:タマゴを{{amount_0}}個かえす", + "quest_title_quest_best_buddy_bronze": "ポケモン1匹を最高の相棒にする", + "quest_title_quest_best_buddy_silver": "ポケモン10匹を最高の相棒にする", + "quest_title_quest_bounsweet_catch_b": "アマカジを{{amount_0}}匹捕まえる", + "quest_title_quest_bounsweet_evolve_b_plural": "アマカジを{{amount_0}}匹進化させる", + "quest_title_quest_bounsweet_evolve_b_singular": "アマカジを進化させる", + "quest_title_quest_braixen_evolve_b": "テールナーを{{amount_0}}匹進化させる", + "quest_title_quest_breakthrough_completed": "フィールドリサーチ完了!", + "quest_title_quest_breakthrough_reward_mystery": "謎のプレゼント", + "quest_title_quest_breakthrough_reward_stardust": "ほしのすな", + "quest_title_quest_brionne_evolve_b_plural": "オシャマリを{{amount_0}}匹進化させる", + "quest_title_quest_brionne_evolve_b_singular": "オシャマリを進化させる", + "quest_title_quest_buddy_affection_days": "相棒のハートを{{amount_0}}日もらう", + "quest_title_quest_buddy_affection_days_in_a_row": "相棒のハートを{{amount_0}}日連続でもらう", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "相棒が共にに歩いているときに一緒にトレーナー対戦を{{amount_0}}回する", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "相棒が共に歩いているときに一緒にトレーナー対戦を行う", + "quest_title_quest_buddy_souvenir_plural": "相棒のポケモンからおみやげを{{amount_0}}個もらう", + "quest_title_quest_buddy_souvenir_singular": "相棒のポケモンからおみやげをもらう", + "quest_title_quest_buddy_walk_km_plural": "相棒のポケモンと一緒に{{amount_0}}km歩く", + "quest_title_quest_bulbt_catch_b": "フシギダネを{{amount_0}}匹捕まえる", + "quest_title_quest_bulbt_evolve_b": "フシギダネを{{amount_0}}匹進化させる", + "quest_title_quest_bulbt_evolve_s1": "フシギソウを{{amount_0}}匹進化させる", + "quest_title_quest_cacnea_catch": "サボネアを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_151": "ポケモンを151匹捕まえる", + "quest_title_quest_catch_b_types_plural": "でんき、ノーマル、どく、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_basic_types_plural": "くさ、みず、ほのお、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_berry_any_drifloon": "フワンテを捕まえるときにきのみ{{amount_0}}個を使う", + "quest_title_quest_catch_berry_nanab_drifloon": "フワンテを捕まえるときにナナのみ{{amount_0}}個を使う", + "quest_title_quest_catch_berry_pinap": "ポケモンを捕まえるときにパイルのみ{{amount_0}}個を使う", + "quest_title_quest_catch_berry_razz": "ポケモンを捕まえるときにズリのみ{{amount_0}}個を使う", + "quest_title_quest_catch_berry_razz_drifloon": "フワンテを捕まえるときにズリのみ{{amount_0}}個を使う", + "quest_title_quest_catch_bronzor_plural": "ドーミラーを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_c_types_plural": "ひこう、エスパー、あく、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_carbink_singular": "メレシーを1匹捕まえる", + "quest_title_quest_catch_celebi_types_plural": "くさタイプか、エスパータイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_costumed_plural": "太陽か月の冠をつけたイーブイを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_crabrawler_plural": "マケンカニを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_dark_type_plural": "あくタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_darumaka_plural": "ダルマッカを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_daysinarow": "ポケモンを{{amount_0}}日間連続で捕まえる", + "quest_title_quest_catch_dialga": "ディアルガを捕まえる", + "quest_title_quest_catch_drifloon": "フワンテを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_ducklett_plural": "コアルヒーを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_ducklett_singular": "コアルヒーを捕まえる", + "quest_title_quest_catch_emolga_plural": "エモンガを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_excellent_curve_drifloon": "フワンテをカーブボールのエクセレントスローで{{amount_0}}匹捕まえる", + "quest_title_quest_catch_excellent_with_berry_drifloon": "フワンテをきのみを使ってエクセレントスローで{{amount_0}}匹捕まえる", + "quest_title_quest_catch_feed_plural": "ポケモンを捕まえるときにきのみ{{amount_0}}個を使う", + "quest_title_quest_catch_feed_singular": "ポケモンを捕まえるときにきのみ1個を使う", + "quest_title_quest_catch_furfou_singular": "トリミアンを捕まえる", + "quest_title_quest_catch_groudon_primal_boosted_types": "ほのお、くさ、じめん、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_groudon_type": "ほのお、くさ、じめん、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_hoenn_pokemon": "ホウエン地方で最初に発見されたポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_in_day_plural": "1日にポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_jan21_hoenn1_plural": "グラードンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_jan21_hoenn2_plural": "カイオーガを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_johto_pokemon": "ジョウト地方で最初に発見されたポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_kanto_pokemon": "カントー地方で最初に発見されたポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_kyogre_primal_boosted_types": "みず、でんき、むし、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_kyogre_type": "みず、でんき、むし、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_legendary_inarow_plural": "次に出会う伝説・幻のポケモンを{{amount_0}}匹連続で捕まえる", + "quest_title_quest_catch_legendary_plural": "伝説か幻のポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_legendary_singular": "伝説か幻のポケモンを捕まえる", + "quest_title_quest_catch_lunatone_plural": "ルナトーンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_luvdisc": "ラブカスを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_misc_01_types_plural": "みず、こおり、ノーマル、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_nymble_plural": "マメバッタを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_palkia": "パルキアを捕まえる", + "quest_title_quest_catch_pikachu_plural": "ピカチュウを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_plural_unique": "ポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_pokemon_dai_plural": "おさんぽおこうに呼び寄せられたポケモン{{amount_0}}匹を捕まえる", + "quest_title_quest_catch_pokemon_days": "ポケモンを{{amount_0}}日捕まえる", + "quest_title_quest_catch_pokemon_great_ball_plural": "スーパーボールでポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_pokemon_great_ball_singular": "スーパーボールでポケモンを捕まえる", + "quest_title_quest_catch_pokemon_legendary_plural": "伝説のポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_pokemon_legendary_singular": "伝説のポケモンを捕まえる", + "quest_title_quest_catch_pokemon_party_plural": "チーム参加中ポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_pokemon_plural": "ポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_pokemon_poke_ball_plural": "モンスターボールでポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_pokemon_poke_ball_singular": "モンスターボールでポケモンを捕まえる", + "quest_title_quest_catch_pokemon_routes_plural": "ルートでポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_pokemon_routes_singular": "ルートでポケモンを捕まえる", + "quest_title_quest_catch_pokemon_singular": "ポケモンを1匹捕まえる", + "quest_title_quest_catch_pokemon_task": "ポケモンを捕まえる", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "ハイパーボールでポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "ハイパーボールでポケモンを捕まえる", + "quest_title_quest_catch_psychic_steel": "はがねタイプか、エスパータイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_raid_regi_any": "レイドでレジロック、レジアイス、レジスチル、いずれかを捕まえる", + "quest_title_quest_catch_raid_regi_ice": "レイドでレジアイスを捕まえる", + "quest_title_quest_catch_raid_regi_rock": "レイドでレジロックを捕まえる", + "quest_title_quest_catch_raid_regi_steel": "レイドでレジスチルを捕まえる", + "quest_title_quest_catch_rayquaza_type": "ひこう、エスパー、ドラゴン、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_sinnoh_pokemon": "シンオウ地方で最初に発見されたポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_sinnoh_pokemon_singular": "シンオウ地方で最初に発見されたポケモンを捕まえる", + "quest_title_quest_catch_solrock_plural": "ソルロックを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special_aerodactyl": "プテラを1匹捕まえる", + "quest_title_quest_catch_special_bidoof": "ビッパを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special_chespin": "ハリマロンを捕まえる", + "quest_title_quest_catch_special_cottonee": "モンメンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special_cubone": "カラカラを1匹捕まえる", + "quest_title_quest_catch_special_exeggcute": "タマタマを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special_fennekin": "フォッコを捕まえる", + "quest_title_quest_catch_special_fletchling": "ヤヤコマを捕まえる", + "quest_title_quest_catch_special_froakie": "ケロマツを捕まえる", + "quest_title_quest_catch_special_furfrou": "トリミアンを捕まえる", + "quest_title_quest_catch_special_jirachi": "ジラーチを捕まえる", + "quest_title_quest_catch_special_lieep_anorithl": "リリーラかアノプスを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special_litleo": "シシコを捕まえる", + "quest_title_quest_catch_special_mew": "ミュウを捕まえる!", + "quest_title_quest_catch_special_natu": "ネイティを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special_omanyte_kabuto": "オムナイトかカブトを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special_pumpkaboo": "バケッチャを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special_slugma_gulpin": "マグマッグかゴクリンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special_voltorb": "ビリリダマを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special0_plural": "メタモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special0_plural_unique": "東京eスポーツフェスタ2020:リストに挙げられたポケモン{{amount_0}}種類を捕まえる", + "quest_title_quest_catch_special0_singular": "メタモンを1匹捕まえる", + "quest_title_quest_catch_special1_plural": "ナゾノクサかマダツボミを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special1_singular": "ナゾノクサかマダツボミを1匹捕まえる", + "quest_title_quest_catch_special2_plural": "チルットを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special2_singular": "チルットを1匹捕まえる", + "quest_title_quest_catch_special3_plural": "ポッポかヤミカラスを{{amount_0}}匹捕まえる ", + "quest_title_quest_catch_special3_singular": "ポッポかヤミカラスを1匹捕まえる ", + "quest_title_quest_catch_special4_plural": "キモリかミズゴロウを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special4_singular": "キモリかミズゴロウを1匹捕まえる", + "quest_title_quest_catch_special5_plural": "ニャースかエネコを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special5_singular": "ニャースかエネコを1匹捕まえる", + "quest_title_quest_catch_special6_plural": "メリープを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special7_plural": "ヒトカゲを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special8_plural": "ヨーギラスを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special9_plural": "アンノーンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special10_plural": "プラスルを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special11_plural": "マイナンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special12_plural": "ゼニガメを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special13_plural": "ロゼリアを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special14_singular": "ニャースかガーディを捕まえる", + "quest_title_quest_catch_special15_singular": "ブルーかポチエナを捕まえる", + "quest_title_quest_catch_special16_singular": "エネコかポチエナを捕まえる", + "quest_title_quest_catch_special17_plural": "イーブイを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special18_plural": "ダンバルを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special19_plural": "ナマケロを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special20_plural": "ラルトスを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special21_singular": "ピカチュウかコラッタを1匹捕まえる", + "quest_title_quest_catch_special22_plural": "チコリータを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special23_plural": "ヒノアラシを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special24_plural": "ワニノコを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special25_plural": "ウリムーを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special26_plural": "キモリを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special27_plural": "タツベイを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special28_plural": "アチャモを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special29_plural": "ミズゴロウを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special31_plural": "ナエトルを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special33_plural": "ナックラーを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special34_plural": "ヒコザルを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special35_plural": "ポッチャマを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special36_plural": "サイホーンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special37_plural": "ワンリキーを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special38_plural": "ロコンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special39_plural": "ミニリュウを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special40_plural": "ケーシィを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special41_plural": "タマザラシを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special42_plural": "ビードルを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special43_plural": "ムックルを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special44_plural": "タネボーを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special45_plural": "ベトベターを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_special46_plural": "ポリゴンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_staryu_plural": "ヒトデマンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_stufful_pinap_plural": "ポケモンを捕まえるときにパイルのみ{{amount_0}}個を使う", + "quest_title_quest_catch_stufful_pinap_singular": "ポケモンを捕まえるときにパイルのみを使う", + "quest_title_quest_catch_stufful_razz_plural": "ポケモンを捕まえるときにズリのみ{{amount_0}}個を使う", + "quest_title_quest_catch_stufful_razz_singular": "ポケモンを捕まえるときにズリのみを使う", + "quest_title_quest_catch_transform_pokemon_plural": "へんしんポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_trubbish_plural": "ヤブクロンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_bug_plural": "むしタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_bug_plural_unique": "むしタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_bug_singular": "むしタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_buzzwole": "マッシブーンと同じタイプを持つポケモンを捕まえる", + "quest_title_quest_catch_type_buzzwole_effective": "マッシブーンが弱いタイプのポケモンを捕まえる", + "quest_title_quest_catch_type_buzzwole_plural": "マッシブーンと同じタイプを持つポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_celesteela_effective": "テッカグヤが弱いタイプのポケモンを捕まえる", + "quest_title_quest_catch_type_dark_plural": "あくタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_dark_plural_unique": "あくタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_dark_singular": "あくタイプのポケモンを捕まえる", + "quest_title_quest_catch_type_dragon_normal_plural": "ノーマルタイプか、ドラゴンタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_dragon_plural": "ドラゴンタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_dragon_plural_unique": "ドラゴンタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_dragon_singular": "ドラゴンタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_electric_flying_plural": "でんきタイプか、ひこうタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_electric_plural": "でんきタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_electric_plural_unique": "でんきタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_electric_singular": "でんきタイプのポケモンを捕まえる", + "quest_title_quest_catch_type_fairy_plural": "フェアリータイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_fairy_plural_unique": "フェアリータイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_fairy_singular": "フェアリータイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_fighting_plural": "かくとうタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_fighting_plural_unique": "かくとうタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_fighting_singular": "かくとうタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_fire_dark_plural_unique": "ほのおか、あくタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_fire_plural": "ほのおタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_fire_singular": "ほのおタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_flying_plural": "ひこうタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_flying_plural_unique": "ひこうタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_flying_singular": "ひこうタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_ghost_dark_plural": "ゴーストタイプか、あくタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_ghost_plural": "ゴーストタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_ghost_plural_unique": "ゴーストタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_ghost_singular": "ゴーストタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_grass_bug_plural": "くさタイプか、むしタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_grass_plural": "くさタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_grass_plural_unique": "くさタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_grass_poison_plural": "くさタイプか、どくタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_grass_singular": "くさタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_ground_plural": "じめんタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_ground_plural_unique": "じめんタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_ground_singular": "じめんタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_guzzlord_effective": "アクジキングが弱いタイプのポケモンを捕まえる", + "quest_title_quest_catch_type_ice_grass_plural_unique": "こおりタイプか、くさタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_ice_plural": "こおりタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_ice_plural_unique": "こおりタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_ice_singular": "こおりタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_kartana_effective": "カミツルギが弱いタイプのポケモンを捕まえる", + "quest_title_quest_catch_type_nihilego": "ウツロイドと同じタイプを持つポケモンを捕まえる", + "quest_title_quest_catch_type_nihilego_effective": "ウツロイドが弱いタイプのポケモンを捕まえる", + "quest_title_quest_catch_type_nihilego_plural": "ウツロイドと同じタイプを持つポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_normal_plural": "ノーマルタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_normal_plural_unique": "ノーマルタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_normal_singular": "ノーマルタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_pheremosa_effective": "フェローチェが弱いタイプのポケモンを捕まえる", + "quest_title_quest_catch_type_pheromosa": "フェローチェと同じタイプを持つポケモンを捕まえる", + "quest_title_quest_catch_type_pheromosa_plural": "フェローチェと同じタイプを持つポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_poison_plural": "どくタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_poison_plural_unique": "どくタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_poison_singular": "どくタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "エスパータイプか、かくとうタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_psychic_plural": "エスパータイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_psychic_plural_unique": "エスパータイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_psychic_singular": "エスパータイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_rock_plural": "いわタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_rock_plural_unique": "いわタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_rock_singular": "いわタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_shaymin": "シェイミと同じタイプを持つポケモンを捕まえる", + "quest_title_quest_catch_type_shaymin_plural": "シェイミと同じタイプを持つポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_steel_plural": "はがねタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_steel_plural_unique": "はがねタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_steel_singular": "はがねタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "みず、でんき、ほのお、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_water_flying_plural": "みずタイプか、ひこうタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_water_ground_plural": "みずタイプか、じめんタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_water_plural": "みずタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_type_water_plural_unique": "みずタイプのポケモンを{{amount_0}}種類捕まえる", + "quest_title_quest_catch_type_water_singular": "みずタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_type_xurkitree": "デンジュモクと同じタイプを持つポケモンを捕まえる", + "quest_title_quest_catch_type_xurkitree_effective": "デンジュモクが弱いタイプのポケモンを捕まえる", + "quest_title_quest_catch_type_xurkitree_plural": "デンジュモクと同じタイプを持つポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_types_rainy_plural": "みず、でんき、むし、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_types_rainy_singular": "みず、でんき、むし、いずれかのタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_types_snowy_plural": "こおり、はがね、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_types_snowy_singular": "こおり、はがね、いずれかのタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_types_sunny_plural": "くさ、ほのお、じめん、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_types_sunny_singular": "くさ、ほのお、じめん、いずれかのタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_types_windy_plural": "ひこう、ドラゴン、エスパー、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_types_windy_singular": "ひこう、ドラゴン、エスパー、いずれかのタイプのポケモンを1匹捕まえる", + "quest_title_quest_catch_weather_boost_plural": "天候ブーストを受けているポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_catch_weather_boost_singular": "天候ブーストを受けているポケモンを1匹捕まえる", + "quest_title_quest_catch_whismur": "ゴニョニョを{{amount_0}}匹捕まえる", + "quest_title_quest_challenge_party_power_plural": "レイドバトルでチームパワーを{{amount_0}}回使う", + "quest_title_quest_challenge_party_power_singular": "レイドバトルでチームパワーを1回使う", + "quest_title_quest_change_form_furfrou": "トリミアンのすがたを変える", + "quest_title_quest_change_form_plural": "ポケモン{{amount_0}}匹のすがたを変える", + "quest_title_quest_change_form_singular": "ポケモンのすがたを変える", + "quest_title_quest_chansey_catch_b": "ラッキーを{{amount_0}}匹捕まえる", + "quest_title_quest_chansey_evolve_b_plural": "ラッキーを{{amount_0}}匹進化させる", + "quest_title_quest_chansey_evolve_b_singular": "ラッキーを進化させる", + "quest_title_quest_chansey_snapshot_b": "ラッキーのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_charge_attack_party_plural": "チーム参加中スペシャルアタックを{{amount_0}}回使ってバトルする", + "quest_title_quest_charge_attack_party_singular": "チーム参加中スペシャルアタックを使ってバトルする", + "quest_title_quest_charged_attack_plural": "スペシャルアタックを{{amount_0}}回使う", + "quest_title_quest_charjabug_evolve_b": "デンヂムシを{{amount_0}}匹進化させる", + "quest_title_quest_chart_catch_b": "ヒトカゲを{{amount_0}}匹捕まえる", + "quest_title_quest_chart_catch_s1": "リザードを{{amount_0}}匹捕まえる", + "quest_title_quest_chart_evolve_b": "ヒトカゲを{{amount_0}}匹進化させる", + "quest_title_quest_chart_evolve_s1": "リザードを{{amount_0}}匹進化させる", + "quest_title_quest_chespin_catch_b": "ハリマロンを{{amount_0}}匹捕まえる", + "quest_title_quest_chespin_evolve_b": "ハリマロンを{{amount_0}}匹進化させる", + "quest_title_quest_chespin_snapshot_b": "ハリマロンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_crocalor_evolve_b": "アチゲータを進化させる", + "quest_title_quest_cyndaquil_catch_b": "ヒノアラシを{{amount_0}}匹捕まえる", + "quest_title_quest_cyndaquil_evolve_b_plural": "ヒノアラシを{{amount_0}}匹進化させる", + "quest_title_quest_cyndaquil_evolve_b_singular": "ヒノアラシを進化させる", + "quest_title_quest_dartrix_evolve_b_plural": "フクスローを{{amount_0}}匹進化させる", + "quest_title_quest_dartrix_evolve_b_singular": "フクスローを{{amount_0}}匹進化させる", + "quest_title_quest_dec2021_catch_b": "2021年コミュニティ・デイのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_dec2022_catch_b": "コミュニティ・デイ2022期間にポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_dec2023_catch_b": "2023年のコミュニティ・デイに登場したポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_defeat_jessie_james_plural": "ムサシかコジロウに{{amount_0}}回勝つ ", + "quest_title_quest_defeat_rocket": "GOロケット団員に{{amount_0}}回勝つ", + "quest_title_quest_defeat_rocket_leader_2500": "CP2500以下のポケモンのみを使いGOロケット団リーダーに{{amount_0}}回勝つ", + "quest_title_quest_defeat_rocket_singular": "GOロケット団員に勝つ", + "quest_title_quest_deino_catch": "モノズを{{amount_0}}匹捕まえる", + "quest_title_quest_deino_evolve_a": "モノズを{{amount_0}}匹進化させる", + "quest_title_quest_deino_evolve_b": "モノズかジヘッドを{{amount_0}}匹進化させる", + "quest_title_quest_deino_snap": "モノズのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_dragonair_evolve_b": "ハクリューを{{amount_0}}匹進化させる", + "quest_title_quest_dratini_cdc_catch_b": "ミニリュウを{{amount_0}}匹捕まえる", + "quest_title_quest_dratini_cdc_evolve_b": "ミニリュウを{{amount_0}}匹進化させる", + "quest_title_quest_dratini_cdc_snapshot_b": "ミニリュウのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_drizzle_evolve": "ジメレオンを進化させる", + "quest_title_quest_dude_catch": "イシツブテを{{amount_0}}匹捕まえる", + "quest_title_quest_dude_evolve_a": "イシツブテを{{amount_0}}匹進化させる", + "quest_title_quest_dude_evolve_b": "ゴローンを{{amount_0}}匹進化させる", + "quest_title_quest_dude_snap": "イシツブテのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_duskt_catch_b": "ヨマワルを{{amount_0}}匹捕まえる", + "quest_title_quest_duskt_evolve_b": "ヨマワルを{{amount_0}}匹進化させる", + "quest_title_quest_duskt_evolve_s1": "サマヨールを{{amount_0}}匹進化させる", + "quest_title_quest_earn_buddy_ribbon_plural": "がんばリボンを相棒ポケモンに{{amount_0}}個つける", + "quest_title_quest_eelektrik_evolve_b_plural": "シビビールを{{amount_0}}匹進化させる", + "quest_title_quest_eelektrik_evolve_b_singular": "シビビールを進化させる", + "quest_title_quest_eevee_evolve_plural": "イーブイをすべて違う進化形に進化させる", + "quest_title_quest_eevet_catch_b": "イーブイを{{amount_0}}匹捕まえる", + "quest_title_quest_eevet_evolve_b": "イーブイを{{amount_0}}匹進化させる", + "quest_title_quest_elect_catch_b": "エレブーを{{amount_0}}匹捕まえる", + "quest_title_quest_elect_evolve_b": "エレブーを{{amount_0}}匹進化させる", + "quest_title_quest_elite_raid_victory_plural": "エピックレイドで{{amount_0}}回勝つ", + "quest_title_quest_elite_raid_victory_singular": "エピックレイドで1回勝つ", + "quest_title_quest_elite4_a": "GOTour四天王を倒す:メサ", + "quest_title_quest_elite4_b": "GOTour四天王を倒す:ケーブ", + "quest_title_quest_elite4_c": "GOTour四天王を倒す:オーシャン", + "quest_title_quest_elite4_d": "GOTour四天王を倒す:サバンナ", + "quest_title_quest_elrd22_april16_battle": "タマタマリサーチ:ジムバトルを1回する", + "quest_title_quest_elrd22_april16_berries": "タマタマリサーチ:ポケモンを捕まえるときにきのみ3個を使う", + "quest_title_quest_elrd22_april16_catch_grass": "タマタマリサーチ:くさタイプのポケモンを3匹捕まえる", + "quest_title_quest_elrd22_april16_charged_move": "タマタマリサーチ:効果ばつぐんのスペシャルアタックを使う", + "quest_title_quest_elrd22_april16_curve": "タマタマリサーチ:カーブボールを5回投げる", + "quest_title_quest_elrd22_april16_evolve_grass": "タマタマリサーチ:くさタイプのポケモンを2匹進化させる", + "quest_title_quest_elrd22_april16_gifts_stickers": "タマタマリサーチ:ステッカー付きのギフトを2個贈る", + "quest_title_quest_elrd22_april16_great": "タマタマリサーチ:グレートスローを3回投げる", + "quest_title_quest_elrd22_april16_great_row": "タマタマリサーチ:グレートスローを2回連続で投げる", + "quest_title_quest_elrd22_april16_nice": "タマタマリサーチ:ナイススローを5回投げる", + "quest_title_quest_elrd22_april16_nice_row": "タマタマリサーチ:ナイススローを3回連続で投げる", + "quest_title_quest_elrd22_april16_raid": "タマタマリサーチ:レイドバトルを1回する", + "quest_title_quest_elrd22_april16_spin": "タマタマリサーチ:ポケストップ2個を回す", + "quest_title_quest_elrd22_april16_weather_easy": "タマタマリサーチ:天候ブーストを受けているポケモンを3匹捕まえる", + "quest_title_quest_elrd22_april16_weather_hard": "タマタマリサーチ:天候ブーストを受けているポケモンを5匹捕まえる", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "タマタマリサーチ:野生のくさタイプのポケモンのGOスナップショットを撮る", + "quest_title_quest_equinox19_catch_medium_pkmn": "フシギダネかチコリータを{{amount_0}}匹捕まえる", + "quest_title_quest_equinox19_catch_type_grass_plural": "くさタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_equinox19_evolve_type_grass_plural": "くさタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "くさタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_event_eevee_snapshot_barcelona": "バルセロナであなたのイーブイのGOスナップショット写真を1枚撮る", + "quest_title_quest_event_eevee_snapshot_jakarta": "ジャカルタであなたのイーブイのGOスナップショット写真を1枚撮る", + "quest_title_quest_event_eevee_snapshot_mexico_city": "メキシコシティであなたのイーブイのGOスナップショット写真を1枚撮る", + "quest_title_quest_event_eevee_snapshot_seoul": "あなたのイーブイのGOスナップショット写真を1枚撮る", + "quest_title_quest_event_eevee_snapshot_tainan": "台南であなたのイーブイのGOスナップショット写真を1枚撮る", + "quest_title_quest_event_leave_behind_spin": "訪れたことがないポケストップ・ジム10個を回す", + "quest_title_quest_event_leave_behind_spin_safari_city": "イーブイチャレンジのポケストップを回す", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "まだ訪れていないイーブイチャレンジのポケストップ{{amount_0}}個を回す", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "まだ訪れていないイーブイチャレンジのポケストップを回す", + "quest_title_quest_event_spin_barcelona": "バルセロナのポケストップ・ジム1個を回す", + "quest_title_quest_event_spin_incheon": "インチョンのポケストップ・ジム1個を回す", + "quest_title_quest_event_spin_jakarta": "ジャカルタのポケストップ・ジム1個を回す", + "quest_title_quest_event_spin_mexico_city": "メキシコシティのポケストップ・ジム1個を回す", + "quest_title_quest_event_spin_seoul": "ソウルのポケストップ・ジム1個を回す", + "quest_title_quest_event_spin_tainan": "台南のポケストップ・ジム1個を回す", + "quest_title_quest_evolve_abra_singular": "ケーシィを進化させる", + "quest_title_quest_evolve_aipom_singular": "エイパムを進化させる", + "quest_title_quest_evolve_amaura_singular": "アマルスを進化させる", + "quest_title_quest_evolve_anorith_singular": "アノプスを進化させる", + "quest_title_quest_evolve_archen_singular": "アーケンを進化させる", + "quest_title_quest_evolve_aron_singular": "ココドラを進化させる", + "quest_title_quest_evolve_axew_singular": "キバゴを進化させる", + "quest_title_quest_evolve_azurill_singular": "ルリリを進化させる", + "quest_title_quest_evolve_bagon_singular": "タツベイを進化させる", + "quest_title_quest_evolve_baltoy_singular": "ヤジロンを進化させる", + "quest_title_quest_evolve_barboach_singular": "ドジョッチを進化させる", + "quest_title_quest_evolve_bayleef": "ベイリーフを進化させる", + "quest_title_quest_evolve_bayleef_singular": "ベイリーフを進化させる", + "quest_title_quest_evolve_beldum_singular": "ダンバルを進化させる", + "quest_title_quest_evolve_bellsprout_singular": "マダツボミを進化させる", + "quest_title_quest_evolve_bergmite_singular": "カチコールを進化させる", + "quest_title_quest_evolve_bidoof_singular": "ビッパを進化させる", + "quest_title_quest_evolve_binacle_singular": "カメテテを進化させる", + "quest_title_quest_evolve_blitzle_singular": "シママを進化させる", + "quest_title_quest_evolve_boldore_singular": "ガントルを進化させる", + "quest_title_quest_evolve_bonsly_singular": "ウソハチを進化させる", + "quest_title_quest_evolve_braixen_singular": "テールナーを進化させる", + "quest_title_quest_evolve_bronzor_singular": "ドーミラーを進化させる", + "quest_title_quest_evolve_budew_singular": "スボミーを進化させる", + "quest_title_quest_evolve_buizel_singular": "ブイゼルを進化させる", + "quest_title_quest_evolve_bulbasaur": "フシギダネを進化させる", + "quest_title_quest_evolve_bulbasaur_singular": "フシギダネを進化させる", + "quest_title_quest_evolve_buneary_singular": "ミミロルを進化させる", + "quest_title_quest_evolve_bunnelby_singular": "ホルビーを進化させる", + "quest_title_quest_evolve_burmy_singular": "ミノムッチを進化させる", + "quest_title_quest_evolve_cacnea_singular": "サボネアを進化させる", + "quest_title_quest_evolve_carvanha_singular": "キバニアを進化させる", + "quest_title_quest_evolve_cascoon_singular": "マユルドを進化させる", + "quest_title_quest_evolve_caterpie_singular": "キャタピーを進化させる", + "quest_title_quest_evolve_chansey_singular": "ラッキーを進化させる", + "quest_title_quest_evolve_charmander": "ヒトカゲを進化させる", + "quest_title_quest_evolve_charmander_singular": "ヒトカゲを進化させる", + "quest_title_quest_evolve_charmeleon_singular": "リザードを進化させる", + "quest_title_quest_evolve_cherubi_singular": "チェリンボを進化させる", + "quest_title_quest_evolve_chespin_singular": "ハリマロンを進化させる", + "quest_title_quest_evolve_chikorita": "チコリータを進化させる", + "quest_title_quest_evolve_chikorita_singular": "チコリータを進化させる", + "quest_title_quest_evolve_chimchar_singular": "ヒコザルを進化させる", + "quest_title_quest_evolve_chinchou_singular": "チョンチーを進化させる", + "quest_title_quest_evolve_chingling_singular": "リーシャンを進化させる", + "quest_title_quest_evolve_clamperl_singular": "パールルを進化させる", + "quest_title_quest_evolve_clauncher_singular": "ウデッポウを進化させる", + "quest_title_quest_evolve_clefairy_singular": "ピッピを進化させる", + "quest_title_quest_evolve_cleffa_singular": "ピィを進化させる", + "quest_title_quest_evolve_combee_singular": "ミツハニーを進化させる", + "quest_title_quest_evolve_combusken_singular": "ワカシャモを進化させる", + "quest_title_quest_evolve_corphish_singular": "ヘイガニを進化させる", + "quest_title_quest_evolve_cosmoem_singular": "コスモウムを進化させる", + "quest_title_quest_evolve_cosmog_singular": "コスモッグを進化させる", + "quest_title_quest_evolve_cottonee_singular": "モンメンを進化させる", + "quest_title_quest_evolve_cranidos_singular": "ズガイドスを進化させる", + "quest_title_quest_evolve_croagunk_singular": "グレッグルを進化させる", + "quest_title_quest_evolve_croconaw": "アリゲイツを進化させる", + "quest_title_quest_evolve_croconaw_singular": "アリゲイツを進化させる", + "quest_title_quest_evolve_cubchoo_singular": "クマシュンを進化させる", + "quest_title_quest_evolve_cubone_singular": "カラカラを進化させる", + "quest_title_quest_evolve_cyndaquil": "ヒノアラシを進化させる", + "quest_title_quest_evolve_cyndaquil_singular": "ヒノアラシを進化させる", + "quest_title_quest_evolve_dark_type_singular": "あくタイプのポケモンを進化させる", + "quest_title_quest_evolve_darumaka_singular": "ダルマッカを進化させる", + "quest_title_quest_evolve_deerling_singular": "シキジカを進化させる", + "quest_title_quest_evolve_deino_singular": "モノズを進化させる", + "quest_title_quest_evolve_dewott_singular": "フタチマルを進化させる", + "quest_title_quest_evolve_diglett_singular": "ディグダを進化させる", + "quest_title_quest_evolve_doduo_singular": "ドードーを進化させる", + "quest_title_quest_evolve_doublade_singular": "ニダンギルを進化させる", + "quest_title_quest_evolve_dragonair_singular": "ハクリューを進化させる", + "quest_title_quest_evolve_dratini_singular": "ミニリュウを進化させる", + "quest_title_quest_evolve_drifloon_singular": "フワンテを進化させる", + "quest_title_quest_evolve_drilbur_singular": "モグリューを進化させる", + "quest_title_quest_evolve_drowzee_singular": "スリープを進化させる", + "quest_title_quest_evolve_ducklett_singular": "コアルヒーを進化させる", + "quest_title_quest_evolve_duosion_singular": "ダブランを進化させる", + "quest_title_quest_evolve_durant_singular": "アイアントを進化させる", + "quest_title_quest_evolve_dusclops_singular": "サマヨールを進化させる", + "quest_title_quest_evolve_duskull_singular": "ヨマワルを進化させる", + "quest_title_quest_evolve_dwebble_singular": "イシズマイを進化させる", + "quest_title_quest_evolve_eelektrik_singular": "シビビールを進化させる", + "quest_title_quest_evolve_eevee_singular": "イーブイを進化させる", + "quest_title_quest_evolve_eevee_types_plural": "でんき、みず、ほのお、いずれかのタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_eevee_types_singular": "でんき、みず、ほのお、いずれかのタイプのポケモンを1匹進化させる", + "quest_title_quest_evolve_ekans_singular": "アーボを進化させる", + "quest_title_quest_evolve_electabuzz_singular": "エレブーを進化させる", + "quest_title_quest_evolve_electrike_singular": "ラクライを進化させる", + "quest_title_quest_evolve_elekid_singular": "エレキッドを進化させる", + "quest_title_quest_evolve_elgyem_singular": "リグレーを進化させる", + "quest_title_quest_evolve_espeon": "イーブイを昼間エーフィに進化させる", + "quest_title_quest_evolve_espurr_singular": "ニャスパーを進化させる", + "quest_title_quest_evolve_evolved_grass_singular": "進化しているくさタイプのポケモンを進化させる", + "quest_title_quest_evolve_exeggcute_singular": "タマタマを進化させる", + "quest_title_quest_evolve_farfetch'd_singular": "カモネギを進化させる", + "quest_title_quest_evolve_feebas_singular": "ヒンバスを進化させる", + "quest_title_quest_evolve_fennekin_singular": "フォッコを進化させる", + "quest_title_quest_evolve_ferroseed_singular": "テッシードを進化させる", + "quest_title_quest_evolve_finneon_singular": "ケイコウオを進化させる", + "quest_title_quest_evolve_flaaffy_singular": "モココを進化させる", + "quest_title_quest_evolve_flabébé_singular": "フラベベを進化させる", + "quest_title_quest_evolve_fletchinder_singular": "ヒノヤコマを進化させる", + "quest_title_quest_evolve_fletchling_singular": "ヤヤコマを進化させる", + "quest_title_quest_evolve_floette_singular": "フラエッテを進化させる", + "quest_title_quest_evolve_foongus_singular": "タマゲタケを進化させる", + "quest_title_quest_evolve_fraxure_singular": "オノンドを進化させる", + "quest_title_quest_evolve_frillish_singular": "プルリルを進化させる", + "quest_title_quest_evolve_froakie_singular": "ケロマツを進化させる", + "quest_title_quest_evolve_frogadier_singular": "ゲコガシラを進化させる", + "quest_title_quest_evolve_gabite_singular": "ガバイトを進化させる", + "quest_title_quest_evolve_gastly_singular": "ゴースを進化させる", + "quest_title_quest_evolve_geodude_singular": "イシツブテを進化させる", + "quest_title_quest_evolve_gible_singular": "フカマルを進化させる", + "quest_title_quest_evolve_glalie_singular": "オニゴーリを進化させる", + "quest_title_quest_evolve_glameow_singular": "ニャルマーを進化させる", + "quest_title_quest_evolve_gligar_singular": "グライガーを進化させる", + "quest_title_quest_evolve_gloom_singular": "クサイハナを進化させる", + "quest_title_quest_evolve_golbat_singular": "ゴルバットを進化させる", + "quest_title_quest_evolve_goldeen_singular": "トサキントを進化させる", + "quest_title_quest_evolve_golett_singular": "ゴビットを進化させる", + "quest_title_quest_evolve_goomy_singular": "ヌメラを進化させる", + "quest_title_quest_evolve_gothita_singular": "ゴチムを進化させる", + "quest_title_quest_evolve_gothorita_singular": "ゴチミルを進化させる", + "quest_title_quest_evolve_graveler_singular": "ゴローンを進化させる", + "quest_title_quest_evolve_grimer_singular": "ベトベターを進化させる", + "quest_title_quest_evolve_grotle_singular": "ハヤシガメを進化させる", + "quest_title_quest_evolve_ground_plural": "じめんタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_grovyle_singular": "ジュプトルを進化させる", + "quest_title_quest_evolve_growlithe_singular": "ガーディを進化させる", + "quest_title_quest_evolve_gulpin_singular": "ゴクリンを進化させる", + "quest_title_quest_evolve_gurdurr_singular": "ドテッコツを進化させる", + "quest_title_quest_evolve_happiny_singular": "ピンプクを進化させる", + "quest_title_quest_evolve_haunter_singular": "ゴーストを進化させる", + "quest_title_quest_evolve_heatmor_singular": "クイタランを進化させる", + "quest_title_quest_evolve_helioptile_singular": "エリキテルを進化させる", + "quest_title_quest_evolve_herdier_singular": "ハーデリアを進化させる", + "quest_title_quest_evolve_hippopotas_singular": "ヒポポタスを進化させる", + "quest_title_quest_evolve_honedge_singular": "ヒトツキを進化させる", + "quest_title_quest_evolve_hoothoot_singular": "ホーホーを進化させる", + "quest_title_quest_evolve_hoppip_singular": "ハネッコを進化させる", + "quest_title_quest_evolve_horsea_singular": "タッツーを進化させる", + "quest_title_quest_evolve_houndour_singular": "デルビルを進化させる", + "quest_title_quest_evolve_igglybuff_singular": "ププリンを進化させる", + "quest_title_quest_evolve_illumise_singular": "イルミーゼを進化させる", + "quest_title_quest_evolve_inkay_singular": "マーイーカを進化させる", + "quest_title_quest_evolve_items_plural": "道具を使ってポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_items_singular": "道具を使ってポケモンを進化させる", + "quest_title_quest_evolve_ivysaur_singular": "フシギソウを進化させる", + "quest_title_quest_evolve_jigglypuff_singular": "プリンを進化させる", + "quest_title_quest_evolve_joltik_singular": "バチュルを進化させる", + "quest_title_quest_evolve_kabuto_singular": "カブトを進化させる", + "quest_title_quest_evolve_kadabra_singular": "ユンゲラーを進化させる", + "quest_title_quest_evolve_kakuna_singular": "コクーンを進化させる", + "quest_title_quest_evolve_karrablast_singular": "カブルモを進化させる", + "quest_title_quest_evolve_kirlia_singular": "キルリアを進化させる", + "quest_title_quest_evolve_klang_singular": "ギギアルを進化させる", + "quest_title_quest_evolve_klink_singular": "ギアルを進化させる", + "quest_title_quest_evolve_koffing_singular": "ドガースを進化させる", + "quest_title_quest_evolve_krabby_singular": "クラブを進化させる", + "quest_title_quest_evolve_kricketot_singular": "コロボーシを進化させる", + "quest_title_quest_evolve_krokorok_singular": "ワルビルを進化させる", + "quest_title_quest_evolve_lairon_singular": "コドラを進化させる", + "quest_title_quest_evolve_lampent_singular": "ランプラーを進化させる", + "quest_title_quest_evolve_larvesta_singular": "メラルバを進化させる", + "quest_title_quest_evolve_larvitar_singular": "ヨーギラスを進化させる", + "quest_title_quest_evolve_ledyba_singular": "レディバを進化させる", + "quest_title_quest_evolve_lickitung_singular": "ベロリンガを進化させる", + "quest_title_quest_evolve_lileep_singular": "リリーラを進化させる", + "quest_title_quest_evolve_lillipup_singular": "ヨーテリーを進化させる", + "quest_title_quest_evolve_linoone_singular": "ガラルのマッスグマを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_litleo_singular": "シシコを進化させる", + "quest_title_quest_evolve_litwick_singular": "ヒトモシを進化させる", + "quest_title_quest_evolve_lombre_singular": "ハスブレロを進化させる", + "quest_title_quest_evolve_lotad_singular": "ハスボーを進化させる", + "quest_title_quest_evolve_loudred_singular": "ドゴームを進化させる", + "quest_title_quest_evolve_luxio_singular": "ルクシオを進化させる", + "quest_title_quest_evolve_machoke_singular": "ゴーリキーを進化させる", + "quest_title_quest_evolve_machop_singular": "ワンリキーを進化させる", + "quest_title_quest_evolve_magby_singular": "ブビィを進化させる", + "quest_title_quest_evolve_magikarp_singular": "コイキングを進化させる", + "quest_title_quest_evolve_magmar_singular": "ブーバーを進化させる", + "quest_title_quest_evolve_magnemite_singular": "コイルを進化させる", + "quest_title_quest_evolve_makuhita_singular": "マクノシタを進化させる", + "quest_title_quest_evolve_mankey_singular": "マンキーを進化させる", + "quest_title_quest_evolve_mantyke_singular": "タマンタを進化させる", + "quest_title_quest_evolve_mareep_singular": "メリープを進化させる", + "quest_title_quest_evolve_marill_singular": "マリルを進化させる", + "quest_title_quest_evolve_marshtomp_singular": "ヌマクローを進化させる", + "quest_title_quest_evolve_meditite_singular": "アサナンを進化させる", + "quest_title_quest_evolve_meowth_singular": "ニャースを進化させる", + "quest_title_quest_evolve_metang_singular": "メタングを進化させる", + "quest_title_quest_evolve_metapod_singular": "トランセルを進化させる", + "quest_title_quest_evolve_mienfoo_singular": "コジョフーを進化させる", + "quest_title_quest_evolve_mime jr._singular": "マネネを進化させる", + "quest_title_quest_evolve_minccino_singular": "チラーミィを進化させる", + "quest_title_quest_evolve_misdreavus_singular": "ムウマを進化させる", + "quest_title_quest_evolve_monferno_singular": "モウカザルを進化させる", + "quest_title_quest_evolve_mr. mime_singular": "バリヤードを進化させる", + "quest_title_quest_evolve_mudkip_singular": "ミズゴロウを進化させる", + "quest_title_quest_evolve_munchlax_singular": "ゴンベを進化させる", + "quest_title_quest_evolve_munna_singular": "ムンナを進化させる", + "quest_title_quest_evolve_murkrow_singular": "ヤミカラスを進化させる", + "quest_title_quest_evolve_natu_singular": "ネイティを進化させる", + "quest_title_quest_evolve_nidoranfemale_singular": "ニドラン♀を進化させる", + "quest_title_quest_evolve_nidoranmale_singular": "ニドラン♂を進化させる", + "quest_title_quest_evolve_nidorina_singular": "ニドリーナを進化させる", + "quest_title_quest_evolve_nidorino_singular": "ニドリーノを進化させる", + "quest_title_quest_evolve_nincada_singular": "ツチニンを進化させる", + "quest_title_quest_evolve_noibat_singular": "オンバットを進化させる", + "quest_title_quest_evolve_nosepass_singular": "ノズパスを進化させる", + "quest_title_quest_evolve_numel_singular": "ドンメルを進化させる", + "quest_title_quest_evolve_nuzleaf_singular": "コノハナを進化させる", + "quest_title_quest_evolve_oddish_singular": "ナゾノクサを進化させる", + "quest_title_quest_evolve_omanyte_singular": "オムナイトを進化させる", + "quest_title_quest_evolve_onix_singular": "イワークを進化させる", + "quest_title_quest_evolve_oshawott_singular": "ミジュマルを進化させる", + "quest_title_quest_evolve_palpitoad_singular": "ガマガルを進化させる", + "quest_title_quest_evolve_pancham_singular": "ヤンチャムを進化させる", + "quest_title_quest_evolve_panpour_singular": "ヒヤップを進化させる", + "quest_title_quest_evolve_pansage_singular": "ヤナップを進化させる", + "quest_title_quest_evolve_pansear_singular": "バオップを進化させる", + "quest_title_quest_evolve_paras_singular": "パラスを進化させる", + "quest_title_quest_evolve_patrat_singular": "ミネズミを進化させる", + "quest_title_quest_evolve_pawniard_singular": "コマタナを進化させる", + "quest_title_quest_evolve_petilil_singular": "チュリネを進化させる", + "quest_title_quest_evolve_phanpy_singular": "ゴマゾウを進化させる", + "quest_title_quest_evolve_phantump_singular": "ボクレーを進化させる", + "quest_title_quest_evolve_pichu_singular": "ピチューを進化させる", + "quest_title_quest_evolve_pidgeotto_singular": "ピジョンを進化させる", + "quest_title_quest_evolve_pidgey_singular": "ポッポを進化させる", + "quest_title_quest_evolve_pidove_singular": "マメパトを進化させる", + "quest_title_quest_evolve_pignite_singular": "チャオブーを進化させる", + "quest_title_quest_evolve_pikachu_singular": "ピカチュウを進化させる", + "quest_title_quest_evolve_piloswine_plural": "イノムーを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_piloswine_singular": "イノムーを進化させる", + "quest_title_quest_evolve_pineco_singular": "クヌギダマを進化させる", + "quest_title_quest_evolve_piplup_singular": "ポッチャマを進化させる", + "quest_title_quest_evolve_plural": "ポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_poison_type_singular": "どくタイプのポケモンを進化させる", + "quest_title_quest_evolve_poliwag_singular": "ニョロモを進化させる", + "quest_title_quest_evolve_poliwhirl_singular": "ニョロゾを進化させる", + "quest_title_quest_evolve_ponyta_singular": "ポニータを進化させる", + "quest_title_quest_evolve_poochyena_singular": "ポチエナを進化させる", + "quest_title_quest_evolve_porygon2_singular": "ポリゴン2を進化させる", + "quest_title_quest_evolve_prinplup_singular": "ポッタイシを進化させる", + "quest_title_quest_evolve_psyduck_singular": "コダックを進化させる", + "quest_title_quest_evolve_pumpkaboo_singular": "バケッチャを進化させる", + "quest_title_quest_evolve_pupitar_singular": "サナギラスを進化させる", + "quest_title_quest_evolve_purrloin_singular": "チョロネコを進化させる", + "quest_title_quest_evolve_quilava": "マグマラシを進化させる", + "quest_title_quest_evolve_quilava_singular": "マグマラシを進化させる", + "quest_title_quest_evolve_quilladin_singular": "ハリボーグを進化させる", + "quest_title_quest_evolve_qwilfish_singular": "ハリーセンを進化させる", + "quest_title_quest_evolve_ralts_singular": "ラルトスを進化させる", + "quest_title_quest_evolve_rattata_singular": "コラッタを進化させる", + "quest_title_quest_evolve_remoraid_singular": "テッポウオを進化させる", + "quest_title_quest_evolve_rhydon_singular": "サイドンを進化させる", + "quest_title_quest_evolve_rhyhorn_singular": "サイホーンを進化させる", + "quest_title_quest_evolve_riolu_singular": "リオルを進化させる", + "quest_title_quest_evolve_roggenrola_singular": "ダンゴロを進化させる", + "quest_title_quest_evolve_roselia_singular": "ロゼリアを進化させる", + "quest_title_quest_evolve_rufflet_singular": "ワシボンを進化させる", + "quest_title_quest_evolve_sandile_singular": "メグロコを進化させる", + "quest_title_quest_evolve_sandshrew_singular": "サンドを進化させる", + "quest_title_quest_evolve_sb_singular": "ブルーを進化させる", + "quest_title_quest_evolve_scatterbug_singular": "コフキムシを進化させる", + "quest_title_quest_evolve_scraggy_singular": "ズルッグを進化させる", + "quest_title_quest_evolve_scyther_singular": "ストライクを進化させる", + "quest_title_quest_evolve_seadra_singular": "シードラを進化させる", + "quest_title_quest_evolve_sealeo_singular": "トドグラーを進化させる", + "quest_title_quest_evolve_seedot_singular": "タネボーを進化させる", + "quest_title_quest_evolve_seel_singular": "パウワウを進化させる", + "quest_title_quest_evolve_sentret_singular": "オタチを進化させる", + "quest_title_quest_evolve_servine_singular": "ジャノビーを進化させる", + "quest_title_quest_evolve_sewaddle_singular": "クルミルを進化させる", + "quest_title_quest_evolve_shelgon_singular": "コモルーを進化させる", + "quest_title_quest_evolve_shellder_singular": "シェルダーを進化させる", + "quest_title_quest_evolve_shellos_singular": "カラナクシを進化させる", + "quest_title_quest_evolve_shelmet_singular": "チョボマキを進化させる", + "quest_title_quest_evolve_shieldon_singular": "タテトプスを進化させる", + "quest_title_quest_evolve_shinx_singular": "コリンクを進化させる", + "quest_title_quest_evolve_shroomish_singular": "キノココを進化させる", + "quest_title_quest_evolve_shuckle_singular": "ツボツボを進化させる", + "quest_title_quest_evolve_shuppet_singular": "カゲボウズを進化させる", + "quest_title_quest_evolve_silcoon_singular": "カラサリスを進化させる", + "quest_title_quest_evolve_singular": "ポケモンを1匹進化させる", + "quest_title_quest_evolve_skiddo_singular": "メェークルを進化させる", + "quest_title_quest_evolve_skiploom_singular": "ポポッコを進化させる", + "quest_title_quest_evolve_skitty_singular": "エネコを進化させる", + "quest_title_quest_evolve_skorupi_singular": "スコルピを進化させる", + "quest_title_quest_evolve_skrelp_singular": "クズモーを進化させる", + "quest_title_quest_evolve_slakoth_singular": "ナマケロを進化させる", + "quest_title_quest_evolve_sliggoo_singular": "ヌメイルを進化させる", + "quest_title_quest_evolve_slowpoke_plural": "ヤドンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_slowpoke_singular": "ヤドンを進化させる", + "quest_title_quest_evolve_slugma_singular": "マグマッグを進化させる", + "quest_title_quest_evolve_smoochum_singular": "ムチュールを進化させる", + "quest_title_quest_evolve_sneasel_singular": "ニューラを進化させる", + "quest_title_quest_evolve_snivy_singular": "ツタージャを進化させる", + "quest_title_quest_evolve_snorunt_singular": "ユキワラシを進化させる", + "quest_title_quest_evolve_snover_singular": "ユキカブリを進化させる", + "quest_title_quest_evolve_snubbull_singular": "ブルーを進化させる", + "quest_title_quest_evolve_solosis_singular": "ユニランを進化させる", + "quest_title_quest_evolve_spearow_singular": "オニスズメを進化させる", + "quest_title_quest_evolve_special_drowzee": "スリープを1匹進化させる", + "quest_title_quest_evolve_special_feebas_singular": "ヒンバスを1匹進化させる", + "quest_title_quest_evolve_special_galarian_mrmime": "バリヤードガラルのすがたを進化させる", + "quest_title_quest_evolve_special_galarian_slowpoke": "ヤドン(ガラルのすがた)を進化させる", + "quest_title_quest_evolve_special_grimer": "ベトベターを1匹進化させる", + "quest_title_quest_evolve_special_magnemite": "コイルを1匹進化させる", + "quest_title_quest_evolve_special_scyther": "ストライクを1匹進化させる", + "quest_title_quest_evolve_special0_singular": "コイキングを進化させる", + "quest_title_quest_evolve_special1_plural": "ポッポを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_special1_singular": "タッツーを進化させる", + "quest_title_quest_evolve_special2_singular": "ニャースを進化させる", + "quest_title_quest_evolve_spewpa_singular": "コフーライを進化させる", + "quest_title_quest_evolve_spheal_singular": "タマザラシを進化させる", + "quest_title_quest_evolve_spinarak_singular": "イトマルを進化させる", + "quest_title_quest_evolve_spoink_singular": "バネブーを進化させる", + "quest_title_quest_evolve_spritzee_singular": "シュシュプを進化させる", + "quest_title_quest_evolve_squirtle_singular": "ゼニガメを進化させる", + "quest_title_quest_evolve_staravia_singular": "ムクバードを進化させる", + "quest_title_quest_evolve_starly_singular": "ムックルを進化させる", + "quest_title_quest_evolve_staryu_singular": "ヒトデマンを進化させる", + "quest_title_quest_evolve_steelix_singular": "ハガネールを進化させる", + "quest_title_quest_evolve_stunky_singular": "スカンプーを進化させる", + "quest_title_quest_evolve_sunkern_singular": "ヒマナッツを進化させる", + "quest_title_quest_evolve_sunstone_singular": "たいようのいしを使ってクサイハナかヒマナッツを進化させる", + "quest_title_quest_evolve_surskit_singular": "アメタマを進化させる", + "quest_title_quest_evolve_swablu_singular": "チルットを進化させる", + "quest_title_quest_evolve_swadloon_singular": "クルマユを進化させる", + "quest_title_quest_evolve_swinub_singular": "ウリムーを進化させる", + "quest_title_quest_evolve_swirlix_singular": "ペロッパフを進化させる", + "quest_title_quest_evolve_taillow_singular": "スバメを進化させる", + "quest_title_quest_evolve_tangela_singular": "モンジャラを進化させる", + "quest_title_quest_evolve_teddiursa_singular": "ヒメグマを進化させる", + "quest_title_quest_evolve_tentacool_singular": "メノクラゲを進化させる", + "quest_title_quest_evolve_tepig_singular": "ポカブを進化させる", + "quest_title_quest_evolve_timburr_singular": "ドッコラーを進化させる", + "quest_title_quest_evolve_tirtouga_singular": "プロトーガを進化させる", + "quest_title_quest_evolve_togepi_singular": "トゲピーを進化させる", + "quest_title_quest_evolve_togetic_singular": "トゲチックを進化させる", + "quest_title_quest_evolve_torchic_singular": "アチャモを進化させる", + "quest_title_quest_evolve_totodile": "ワニノコを進化させる", + "quest_title_quest_evolve_totodile_singular": "ワニノコを進化させる", + "quest_title_quest_evolve_tranquill_singular": "ハトーボーを進化させる", + "quest_title_quest_evolve_trapinch_singular": "ナックラーを進化させる", + "quest_title_quest_evolve_treecko_singular": "キモリを進化させる", + "quest_title_quest_evolve_trubbish_singular": "ヤブクロンを進化させる", + "quest_title_quest_evolve_turtwig_singular": "ナエトルを進化させる", + "quest_title_quest_evolve_tympole_singular": "オタマロを進化させる", + "quest_title_quest_evolve_tynamo_singular": "シビシラスを進化させる", + "quest_title_quest_evolve_type_dark_plural": "あくタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_dragon_plural": "ドラゴンタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_dragon_singular": "ドラゴンタイプのポケモンを進化させる", + "quest_title_quest_evolve_type_electric_plural": "でんきタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_electric_singular": "でんきタイプのポケモンを進化させる", + "quest_title_quest_evolve_type_fairy_plural": "フェアリータイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_fairy_singular": "フェアリータイプのポケモンを進化させる", + "quest_title_quest_evolve_type_fire_plural": "ほのおタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_fire_singular": "ほのおタイプのポケモンを1匹進化させる", + "quest_title_quest_evolve_type_flying_plural": "ひこうタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_flying_singular": "ひこうタイプのポケモンを1匹進化させる", + "quest_title_quest_evolve_type_ghost_plural": "ゴーストタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_ghost_single": "ゴーストタイプのポケモンを進化させる", + "quest_title_quest_evolve_type_grass_plural": "くさタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_grass_singular": "くさタイプのポケモンを1匹進化させる", + "quest_title_quest_evolve_type_ice_plural": "こおりタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_ice_singular": "こおりタイプのポケモンを1匹進化させる", + "quest_title_quest_evolve_type_poison_plural": "どくタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_psychic_plural": "エスパータイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_psychic_singular": "エスパータイプのポケモンを1匹進化させる", + "quest_title_quest_evolve_type_rock_plural": "いわタイプポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_steel_plural": "はがねタイプポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_water_plural": "みずタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_evolve_type_water_singular": "みずタイプのポケモンを1匹進化させる", + "quest_title_quest_evolve_tyrogue_singular": "バルキーを進化させる", + "quest_title_quest_evolve_tyrunt_singular": "チゴラスを進化させる", + "quest_title_quest_evolve_umbreon": "イーブイを夜ブラッキーに進化させる", + "quest_title_quest_evolve_vanillish_singular": "バニリッチを進化させる", + "quest_title_quest_evolve_vanillite_singular": "バニプッチを進化させる", + "quest_title_quest_evolve_venipede_singular": "フシデを進化させる", + "quest_title_quest_evolve_venonat_singular": "コンパンを進化させる", + "quest_title_quest_evolve_vibrava_singular": "ビブラーバを進化させる", + "quest_title_quest_evolve_vigoroth_singular": "ヤルキモノを進化させる", + "quest_title_quest_evolve_volbeat_singular": "バルビートを進化させる", + "quest_title_quest_evolve_voltorb_singular": "ビリリダマを進化させる", + "quest_title_quest_evolve_vullaby_singular": "バルチャイを進化させる", + "quest_title_quest_evolve_vulpix_singular": "ロコンを進化させる", + "quest_title_quest_evolve_wailmer_singular": "ホエルコを進化させる", + "quest_title_quest_evolve_wartortle_singular": "カメールを進化させる", + "quest_title_quest_evolve_weedle_singular": "ビードルを進化させる", + "quest_title_quest_evolve_weepinbell_singular": "ウツドンを進化させる", + "quest_title_quest_evolve_whirlipede_singular": "ホイーガを進化させる", + "quest_title_quest_evolve_whismur_singular": "ゴニョニョを進化させる", + "quest_title_quest_evolve_wingull_singular": "キャモメを進化させる", + "quest_title_quest_evolve_woobat_singular": "コロモリを進化させる", + "quest_title_quest_evolve_wooper_singular": "ウパーを進化させる", + "quest_title_quest_evolve_wurmple_singular": "ケムッソを進化させる", + "quest_title_quest_evolve_wynaut_singular": "ソーナノを進化させる", + "quest_title_quest_evolve_yamask_singular": "デスマスを進化させる", + "quest_title_quest_evolve_yanma_singular": "ヤンヤンマを進化させる", + "quest_title_quest_evolve_zigzagoon_singular": "ジグザグマを進化させる", + "quest_title_quest_evolve_zorua_singular": "ゾロアを進化させる", + "quest_title_quest_evolve_zubat_singular": "ズバットを進化させる", + "quest_title_quest_evolve_zweilous_singular": "ジヘッドを進化させる", + "quest_title_quest_explore_buddy": "相棒と探索してアメを1個もらう", + "quest_title_quest_explore_buddy_carbink": "相棒のメレシーと探索してアメを1個もらう", + "quest_title_quest_explore_buddy_plural": "相棒と探索してアメを{{amount_0}}個もらう", + "quest_title_quest_explore_buddy_routes_plural": "ルートで相棒ポケモンと探索してアメを{{amount_0}}個もらう", + "quest_title_quest_explore_buddy_routes_singular": "ルートで相棒ポケモンと探索してアメを1個もらう", + "quest_title_quest_explore_km": "{{amount_0}}km 探索する", + "quest_title_quest_explore_km_party": "チーム参加中{{amount_0}}km探索する", + "quest_title_quest_febresearchday_battle_gym_singular": "パールルリサーチ:ジムバトルを1回する", + "quest_title_quest_febresearchday_battle_raid_singular": "パールルリサーチ:レイドバトルを1回する", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "パールルリサーチ:こうかばつぐんのスペシャルアタックを使ってジムバトルする・1回", + "quest_title_quest_febresearchday_catch_feed_plural": "パールルリサーチ:ポケモンを捕まえるときにきのみ{{amount_0}}個を使う", + "quest_title_quest_febresearchday_catch_special1_singular": "パールルリサーチ:コイキングかホエルコを1匹捕まえる", + "quest_title_quest_febresearchday_catch_special2_singular": "パールルリサーチ:クラブかコダックを1匹捕まえる", + "quest_title_quest_febresearchday_catch_type_water_plural": "パールルリサーチ:みずタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_febresearchday_evolve_type_water_plural": "パールルリサーチ:みずタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_febresearchday_land_curveball_plural": "パールルリサーチ:カーブボールを{{amount_0}}回投げる", + "quest_title_quest_febresearchday_land_great_plural": "パールルリサーチ:グレートスローを{{amount_0}}回投げる", + "quest_title_quest_febresearchday_land_inarow_great_plural": "パールルリサーチ:グレートスローを{{amount_0}}回連続で投げる", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "パールルリサーチ:ナイススローを{{amount_0}}回連続で投げる", + "quest_title_quest_febresearchday_land_nice_plural": "パールルリサーチ:ナイススローを{{amount_0}}回投げる", + "quest_title_quest_febresearchday_visit_pokestops_plural": "パールルリサーチ:ポケストップ{{amount_0}}個を回す", + "quest_title_quest_feed_buddy_multiple": "相棒におやつを{{amount_0}}個あげる", + "quest_title_quest_feed_buddy_singular": "相棒におやつをあげる", + "quest_title_quest_feed_goldenrazz_plural": "ポケモンを捕まえるときにきんのズリのみ{{amount_0}}個を使う", + "quest_title_quest_feed_nanab_plural": "ポケモンを捕まえるときにナナのみ{{amount_0}}個を使う", + "quest_title_quest_feed_pinaps_plural": "ポケモンを捕まえるときにパイルのみ{{amount_0}}個を使う", + "quest_title_quest_feed_razz_plural": "ポケモンを捕まえるときにズリのみ{{amount_0}}個を使う", + "quest_title_quest_fennekin_catch_b": "フォッコを{{amount_0}}匹捕まえる", + "quest_title_quest_fennekin_evolve_b": "フォッコを{{amount_0}}匹進化させる", + "quest_title_quest_fennekin_snapshot_b": "フォッコのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_field_research_plural": "フィールドリサーチタスクを{{amount_0}}回完了する", + "quest_title_quest_field_research_singular": "フィールドリサーチタスクを達成する", + "quest_title_quest_fight_type_bug_plural": "むしタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_dark_plural": "あくタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_dark_steel_plural": "あくタイプかはがねタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_dragon_plural": "ドラゴンタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_electric_plural": "でんきタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_fairy_plural": "フェアリータイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_fighting_plural": "かくとうタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_fire_plural": "ほのおタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_flying_plural": "ひこうタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_ghost_fighting_plural": "かくとうタイプかゴーストタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_ghost_plural": "ゴーストタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_ghost_psychic_plural": "エスパータイプかゴーストタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_grass_plural": "くさタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_ground_plural": "じめんタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_ice_plural": "こおりタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_normal_plural": "ノーマルタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_normal_psychic_plural": "ノーマルタイプかエスパータイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_poison_plural": "どくタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_psychic_plural": "エスパータイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_rock_plural": "いわタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_steel_plural": "はがねタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_fight_type_water_plural": "みずタイプのポケモン{{amount_0}}匹に勝つ", + "quest_title_quest_first_catch_of_the_day": "今日、最初につかまえた1匹", + "quest_title_quest_first_pokestop_of_the_day": "今日、最初のポケストップ", + "quest_title_quest_flaaffy_evolve_b": "モココを{{amount_0}}匹進化させる", + "quest_title_quest_flett_catch_b": "ヤヤコマを{{amount_0}}匹捕まえる", + "quest_title_quest_flett_evolve_b": "ヤヤコマを{{amount_0}}匹進化させる", + "quest_title_quest_flett_evolve_s1": "ヒノヤコマを{{amount_0}}匹進化させる", + "quest_title_quest_floragato_evolve_b": "ニャローテを進化させる", + "quest_title_quest_fraxure_evolve_b": "オノンドを{{amount_0}}匹進化させる", + "quest_title_quest_froakie_catch_b": "ケロマツを{{amount_0}}匹捕まえる", + "quest_title_quest_froakie_evolve_b": "ケロマツを{{amount_0}}匹進化させる", + "quest_title_quest_froakie_snapshot_b": "ケロマツのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_frogadier_evolve_b": "ゲコガシラを{{amount_0}}匹進化させる", + "quest_title_quest_fuecoco_evolve_b": "ホゲータを進化させる", + "quest_title_quest_fuse_necrozma": "ネクロズマを合体させる", + "quest_title_quest_gbl_rank": "GOバトルリーグでランク{{amount_0}}になる", + "quest_title_quest_gbl_rank_fifteen": "GOバトルリーグでランク15になる", + "quest_title_quest_gbl_rank_five": "GOバトルリーグでランク5になる", + "quest_title_quest_gbl_rank_ten": "GOバトルリーグでランク10になる", + "quest_title_quest_gbl_rank_twenty": "GOバトルリーグでランク20になる", + "quest_title_quest_get_cell_singular": "ジガルデ・セルを手に入れる", + "quest_title_quest_giblt_catch_b": "フカマルを{{amount_0}}匹捕まえる", + "quest_title_quest_giblt_evolve_b": "フカマルを{{amount_0}}匹進化させる", + "quest_title_quest_giblt_evolve_s1": "ガバイトを{{amount_0}}匹進化させる", + "quest_title_quest_gift_open_plural": "ギフトを{{amount_0}}個開ける ", + "quest_title_quest_gift_open_singular": "ギフトを開ける", + "quest_title_quest_go_for_a_spin_00": "パッチールポケストップを回す1/8", + "quest_title_quest_go_for_a_spin_01": "パッチールポケストップを回す2/8", + "quest_title_quest_go_for_a_spin_02": "パッチールポケストップを回す3/8", + "quest_title_quest_go_for_a_spin_03": "パッチールポケストップを回す4/8", + "quest_title_quest_go_for_a_spin_04": "パッチールポケストップを回す5/8", + "quest_title_quest_go_for_a_spin_05": "パッチールポケストップを回す6/8", + "quest_title_quest_go_for_a_spin_06": "パッチールポケストップを回す7/8", + "quest_title_quest_go_for_a_spin_07": "パッチールポケストップを回す8/8", + "quest_title_quest_go_tour_snapshot_habitat_01": "「熱砂漠」で相棒ポケモンのGOスナップショット写真を撮る", + "quest_title_quest_go_tour_snapshot_habitat_02": "「不思議世界」で相棒ポケモンのGOスナップショット写真を撮る", + "quest_title_quest_go_tour_snapshot_habitat_03": "「緑地」で相棒ポケモンのGOスナップショット写真を撮る", + "quest_title_quest_go_tour_snapshot_habitat_04": "「ゴツゴツ海岸」で相棒ポケモンのGOスナップショット写真を撮る", + "quest_title_quest_gold_hoenn_dex": "ホウエンメダルをゴールドにする", + "quest_title_quest_gold_medal_plural": "メダル{{amount_0}}個をゴールドにする", + "quest_title_quest_gold_medal_plural_five": "メダル5個をゴールドにする", + "quest_title_quest_gold_medal_singular": "メダルをゴールドにする", + "quest_title_quest_goomy_catch_b": "ヌメラを{{amount_0}}匹捕まえる", + "quest_title_quest_goomy_evolve_b_plural": "ヌメラを{{amount_0}}匹進化させる", + "quest_title_quest_goomy_evolve_b_singular": "ヌメラを進化させる", + "quest_title_quest_grookey_evolve": "サルノリを進化させる", + "quest_title_quest_grubbin_catch_b": "アゴジムシを{{amount_0}}匹捕まえる", + "quest_title_quest_grubbin_evolve_b": "アゴジムシを{{amount_0}}匹進化させる", + "quest_title_quest_grubbin_snapshot_b": "アゴジムシのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_gt_catch_b": "ゴースを{{amount_0}}匹捕まえる", + "quest_title_quest_gt_evolve_b": "ゴースを{{amount_0}}匹進化させる", + "quest_title_quest_gt_evolve_s1": "ゴーストを{{amount_0}}匹進化させる", + "quest_title_quest_gulpin_catch": "ゴクリンを{{amount_0}}匹捕まえる", + "quest_title_quest_gurdurr_evolve_b": "ドテッコツを{{amount_0}}匹進化させる", + "quest_title_quest_hallo19_catch_specific_plural": "ポチエナかデルビルを{{amount_0}}匹捕まえる", + "quest_title_quest_hallo19_catch_type_dark_plural": "あくタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_hallo19_catch_type_ghost_plural": "ゴーストタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_hallo19_evolve_plural": "ヨマワルかカゲボウズを{{amount_0}}匹進化させる", + "quest_title_quest_hallo19_transfer_plural": "ポケモンを{{amount_0}}匹送る", + "quest_title_quest_hatch_egg_plural": "タマゴを{{amount_0}}個かえす", + "quest_title_quest_hatch_egg_routes_plural": "ルートでタマゴを{{amount_0}}個かえす", + "quest_title_quest_hatch_egg_routes_singular": "ルートでタマゴをかえす", + "quest_title_quest_hatch_egg_singular": "タマゴを1個かえす", + "quest_title_quest_hoenn_celebration_research": "ホウエンセレブレーションリサーチ", + "quest_title_quest_hoenn19_catch_specific_plural": "ホウエンウィーク:ジグザグマかスバメを{{amount_0}}匹捕まえる", + "quest_title_quest_hoenn19_evolve_specific_plural": "ホウエンウィーク:ケムッソを{{amount_0}}匹進化させる", + "quest_title_quest_hoenn19_hatch_eggs": "ホウエンウィーク:タマゴを{{amount_0}}個かえす", + "quest_title_quest_hoppt_catch_b": "ハネッコを{{amount_0}}匹捕まえる", + "quest_title_quest_hoppt_evolve_b": "ハネッコを{{amount_0}}匹進化させる", + "quest_title_quest_hoppt_evolve_s1": "ポポッコを{{amount_0}}匹進化させる", + "quest_title_quest_incense_or_dai_plural": "おこう・おさんぽおこう{{amount_0}}個を使う", + "quest_title_quest_incense_or_dai_singular": "おこう・おさんぽおこうを使う", + "quest_title_quest_incense_plural": "おこう{{amount_0}}個を使う", + "quest_title_quest_incense_routes_plural": "ルートでおこうを{{amount_0}}個使う", + "quest_title_quest_incense_routes_singular": "ルートでおこうを使う", + "quest_title_quest_incense_singular": "おこうを使う", + "quest_title_quest_jan19rsd_buddywalk_singular": "ヒンバスリサーチ:相棒と歩いてアメを1個もらう", + "quest_title_quest_jan19rsd_hatch_egg_singular": "ヒンバスリサーチ:タマゴを1個かえす", + "quest_title_quest_jan19rsd_land_great_plural": "ヒンバスリサーチ:グレートスローを{{amount_0}}回投げる", + "quest_title_quest_jan19rsd_land_nice_plural": "ヒンバスリサーチ:ナイススローを{{amount_0}}回投げる", + "quest_title_quest_johtofestival_catch_special17_plural": "ジョウトウィーク:ヒマナッツを{{amount_0}}匹捕まえる", + "quest_title_quest_johtofestival_catch_type_water_plural": "ジョウトウィーク:みずタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_johtofestival_evolve_plural": "ジョウトウィーク:ヒマナッツかネイティを{{amount_0}}匹進化させる", + "quest_title_quest_johtofestival_land_excellent_plural": "ジョウトウィーク:エクセレントスローを{{amount_0}}回投げる", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "ジョウトウィーク:カーブボールのグレートスローを{{amount_0}}回連続で投げる", + "quest_title_quest_johtofestival_win_raid_singular": "ジョウトウィーク:レイドバトルで1回勝つ", + "quest_title_quest_kanto_green_bellsprout": "GO Tour:マダツボミを捕まえる", + "quest_title_quest_kanto_green_meowth": "GO Tour:ニャースを捕まえる", + "quest_title_quest_kanto_green_sandshrew": "GO Tour:サンドを捕まえる", + "quest_title_quest_kanto_green_vulpix": "GO Tour:ロコンを捕まえる", + "quest_title_quest_kanto_hatch_plural": "GO Tour カントー地方:タマゴを{{amount_0}}個かえす", + "quest_title_quest_kanto_hatch_singular": "GO Tour カントー地方:タマゴをかえす", + "quest_title_quest_kanto_npc_plural": "GO Tour カントー地方:チャレンジャー{{amount_0}}人に勝つ", + "quest_title_quest_kanto_npc_singular": "GO Tour カントー地方:チャレンジャーに勝つ", + "quest_title_quest_kanto_red_ekans": "GO Tour:アーボを捕まえる", + "quest_title_quest_kanto_red_growlithe": "GO Tour:ガーディを捕まえる", + "quest_title_quest_kanto_red_mankey": "GO Tour:マンキーを捕まえる", + "quest_title_quest_kanto_red_oddish": "GO Tour:ナゾノクサを捕まえる", + "quest_title_quest_kecleon_catch": "カクレオンを{{amount_0}}匹捕まえる", + "quest_title_quest_lampent_evolve_b": "ランプラーを{{amount_0}}匹進化させる", + "quest_title_quest_land_curve_type_ghost": "ゴーストタイプのポケモンを捕まえるときカーブボールを{{amount_0}}回投げる", + "quest_title_quest_land_curveball_plural": "カーブボールを{{amount_0}}回投げる", + "quest_title_quest_land_curveball_singular": "カーブボールを投げる", + "quest_title_quest_land_excellent_curveball_plural": "カーブボールのエクセレントスローを{{amount_0}}回投げる", + "quest_title_quest_land_excellent_curveball_singular": "カーブボールのエクセレントスローを1回投げる", + "quest_title_quest_land_excellent_plural": "エクセレントスローを{{amount_0}}回投げる", + "quest_title_quest_land_excellent_singular": "エクセレントスローを1回投げる", + "quest_title_quest_land_great_curve_inarow_type_ghost": "ゴーストタイプのポケモンを捕まえるときカーブボールのグレートスローを{{amount_0}}回連続で投げる", + "quest_title_quest_land_great_curve_type_ghost": "ゴーストタイプのポケモンを捕まえるときカーブボールのグレートスローを{{amount_0}}回投げる", + "quest_title_quest_land_great_curveball_plural": "カーブボールのグレートスローを{{amount_0}}回投げる", + "quest_title_quest_land_great_curveball_singular": "カーブボールのグレートスローを1回投げる", + "quest_title_quest_land_great_plural": "グレートスローを{{amount_0}}回投げる", + "quest_title_quest_land_great_singular": "グレートスローを1回投げる", + "quest_title_quest_land_great_type_ghost": "ゴーストタイプのポケモンを捕まえるときグレートスローを{{amount_0}}回投げる", + "quest_title_quest_land_inarow_curveball_plural": "カーブボールを{{amount_0}}回連続で投げる", + "quest_title_quest_land_inarow_excellent_curveball_plural": "カーブボールのエクセレントスローを{{amount_0}}回連続で投げる", + "quest_title_quest_land_inarow_excellent_plural": "エクセレントスローを{{amount_0}}回連続で投げる", + "quest_title_quest_land_inarow_great_curveball_plural": "カーブボールのグレートスローを{{amount_0}}回連続で投げる", + "quest_title_quest_land_inarow_great_plural": "グレートスローを{{amount_0}}回連続で投げる", + "quest_title_quest_land_inarow_nice_curveball_plural": "カーブボールのナイススローを{{amount_0}}回連続で投げる", + "quest_title_quest_land_inarow_nice_plural": "ナイススローを{{amount_0}}回連続で投げる", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "ゴーストタイプのポケモンを捕まえるときカーブボールのナイススローを{{amount_0}}回連続で投げる", + "quest_title_quest_land_nice_curve_plural": "カーブボールのナイススローを{{amount_0}}回投げる", + "quest_title_quest_land_nice_curve_singular": "カーブボールのナイススローを1回投げる", + "quest_title_quest_land_nice_curve_type_ghost": "ゴーストタイプのポケモンを捕まえるときカーブボールのナイススローを{{amount_0}}回投げる", + "quest_title_quest_land_nice_electric_plural": "でんきタイプのポケモンをナイススローで{{amount_0}}匹捕まえる", + "quest_title_quest_land_nice_plural": "ナイススローを{{amount_0}}回投げる", + "quest_title_quest_land_nice_singular": "ナイススローを1回投げる", + "quest_title_quest_land_nice_type_ghost": "ゴーストタイプのポケモンを捕まえるときナイススローを{{amount_0}}回投げる", + "quest_title_quest_larvitar_cdc_evolve_b": "ヨーギラスを{{amount_0}}匹進化させる", + "quest_title_quest_larvitar_cdc_snapshot_b": "ヨーギラスのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_latias_wild_snap": "野生のラティアスのスナップショットを撮る", + "quest_title_quest_latios_wild_snap": "野生のラティオスのスナップショットを撮る", + "quest_title_quest_litten_catch_b": "ニャビーを{{amount_0}}匹捕まえる", + "quest_title_quest_litten_evolve_b_plural": "ニャビーを{{amount_0}}匹進化させる", + "quest_title_quest_litten_evolve_b_singular": "ニャビーを進化させる", + "quest_title_quest_litten_snapshot_b": "ニャビーのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_litwick_catch_b": "ヒトモシを{{amount_0}}匹捕まえる", + "quest_title_quest_litwick_evolve_b": "ヒトモシを{{amount_0}}匹進化させる", + "quest_title_quest_litwick_snapshot_b": "ヒトモシのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_local_trainer_battle": "対戦コードを読み込んで近くのトレーナーと対戦する", + "quest_title_quest_lucky_plural": "キラポケモンを{{amount_0}}匹手に入れる", + "quest_title_quest_lucky_singular": "キラポケモンを手に入れる", + "quest_title_quest_lunar19_friends_trade_plural": "フレンドとポケモンを{{amount_0}}回交換する", + "quest_title_quest_macht_catch_b": "ワンリキーを{{amount_0}}匹捕まえる", + "quest_title_quest_macht_evolve_b": "ワンリキーを{{amount_0}}匹進化させる", + "quest_title_quest_macht_evolve_s1": "ゴーリキーを{{amount_0}}匹進化させる", + "quest_title_quest_magit_catch_b": "コイキングを{{amount_0}}匹捕まえる", + "quest_title_quest_magit_evolve_b": "コイキングを{{amount_0}}匹進化させる", + "quest_title_quest_magmt_catch_b": "ブーバーを{{amount_0}}匹捕まえる", + "quest_title_quest_magmt_evolve_b": "ブーバーを{{amount_0}}匹進化させる", + "quest_title_quest_mareep_catch_b": "メリープを{{amount_0}}匹捕まえる", + "quest_title_quest_mareep_evolve_b": "メリープを{{amount_0}}匹進化させる", + "quest_title_quest_mareep_snapshot_b": "メリープのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_mega_evo_primal_rev_plural": "ポケモンを{{amount_0}}回ゲンシカイキもしくはメガシンカさせる", + "quest_title_quest_mega_evo_primal_rev_singular": "ポケモンをゲンシカイキもしくはメガシンカさせる", + "quest_title_quest_mega_evolve_beedrill": "スピアーをメガシンカさせる", + "quest_title_quest_mega_evolve_blastoise": "カメックスをメガシンカさせる", + "quest_title_quest_mega_evolve_charizard": "リザードンをメガシンカさせる", + "quest_title_quest_mega_evolve_diancie": "ディアンシーをメガシンカさせる", + "quest_title_quest_mega_evolve_plural": "ポケモンを{{amount_0}}匹メガシンカさせる", + "quest_title_quest_mega_evolve_rayquaza": "レックウザをメガシンカさせる", + "quest_title_quest_mega_evolve_singular": "ポケモンをメガシンカさせる", + "quest_title_quest_mega_evolve_venusaur": "フシギバナをメガシンカさせる", + "quest_title_quest_mega_join_raid_plural": "メガレイドを{{amount_0}}回する", + "quest_title_quest_mega_join_raid_singular": "メガレイドを1回する", + "quest_title_quest_mega_win_raid_plural": "メガレイドで{{amount_0}}回勝つ", + "quest_title_quest_mega_win_raid_singular": "メガレイドで1回勝つ", + "quest_title_quest_mesprit_wild_snap": "野生のエムリットのGOスナップショット写真を撮る", + "quest_title_quest_metang_evolve_b_singular": "メタングを進化させる", + "quest_title_quest_more_reseach_coming_soon": "博士から調査の依頼があれば協力しよう!", + "quest_title_quest_mudkt_catch_b": "ミズゴロウを{{amount_0}}匹捕まえる", + "quest_title_quest_mudkt_evolve_b": "ミズゴロウを{{amount_0}}匹進化させる", + "quest_title_quest_mudkt_evolve_s1": "ヌマクローを{{amount_0}}匹進化させる", + "quest_title_quest_new_friends_plural": "{{amount_0}}人とフレンドになる", + "quest_title_quest_new_friends_singular": "トレーナー1人とフレンドになる", + "quest_title_quest_noibat_catch_b": "オンバットを{{amount_0}}匹捕まえる", + "quest_title_quest_noibat_evolve_b": "オンバットを{{amount_0}}匹進化させる", + "quest_title_quest_noibat_snapshot_b": "オンバットのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_oshat_catch_b": "ミジュマルを{{amount_0}}匹捕まえる", + "quest_title_quest_oshat_evolve_b": "ミジュマルを{{amount_0}}匹進化させる", + "quest_title_quest_oshat_evolve_s1": "フタチマルを進化させる", + "quest_title_quest_party_catch_electric_type_plural": "チーム参加中でんきタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_party_catch_electric_type_singular": "チーム参加中でんきタイプのポケモンを捕まえる", + "quest_title_quest_party_catch_fire_type_plural": "チーム参加中ほのおタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_party_catch_fire_type_singular": "チーム参加中ほのおタイプのポケモンを捕まえる", + "quest_title_quest_party_catch_normal_type_plural": "チーム参加中ノーマルタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_party_catch_normal_type_singular": "チーム参加中ノーマルタイプのポケモンを捕まえる", + "quest_title_quest_party_catch_water_type_plural": "チーム参加中みずタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_party_catch_water_type_singular": "チーム参加中みずタイプのポケモンを捕まえる", + "quest_title_quest_party_challenge_plural": "チームチャレンジを{{amount_0}}件完了する", + "quest_title_quest_party_challenge_singular": "チームチャレンジを完了する", + "quest_title_quest_platinum_johto_badge": "ジョウトメダルをプラチナにする", + "quest_title_quest_platinum_kanto_badge": "カントーメダルをプラチナにする", + "quest_title_quest_platinum_medal_plural": "メダル{{amount_0}}個をプラチナにする", + "quest_title_quest_platinum_medal_plural_five": "メダル5個をプラチナにする", + "quest_title_quest_platinum_medal_plural_forty": "メダル40個をプラチナにする", + "quest_title_quest_platinum_medal_plural_ten": "メダル10個をプラチナにする", + "quest_title_quest_platinum_medal_plural_twenty": "メダル20個をプラチナにする", + "quest_title_quest_platinum_medal_singular": "メダルをプラチナにする", + "quest_title_quest_play_buddy_singular": "相棒と遊ぶ", + "quest_title_quest_pokemon_appears": "ポケモン発見", + "quest_title_quest_poliwag_catch_b": "ニョロモを{{amount_0}}匹捕まえる", + "quest_title_quest_poliwag_evolve_b": "ニョロモを{{amount_0}}匹進化させる", + "quest_title_quest_poliwag_snapshot_b": "ニョロモのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_poliwhirl_evolve_b": "ニョロゾを{{amount_0}}匹進化させる", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "アシマリを{{amount_0}}匹捕まえる", + "quest_title_quest_popplio_evolve_b_plural": "アシマリを{{amount_0}}匹進化させる", + "quest_title_quest_popplio_evolve_b_singular": "アシマリを進化させる", + "quest_title_quest_porygon_catch_b": "ポリゴンを{{amount_0}}匹捕まえる", + "quest_title_quest_porygon_evolve_b_plural": "ポリゴンを{{amount_0}}匹進化させる", + "quest_title_quest_porygon_evolve_b_singular": "ポリゴンを進化させる", + "quest_title_quest_porygon_snapshot_b": "ポリゴンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_porygon2_evolve_b_plural": "ポリゴン2を{{amount_0}}匹進化させる", + "quest_title_quest_porygon2_evolve_b_singular": "ポリゴン2を進化させる", + "quest_title_quest_poryt_catch_b": "ポリゴンを{{amount_0}}匹捕まえる", + "quest_title_quest_poryt_catch_s1": "ポリゴン2を{{amount_0}}匹捕まえる", + "quest_title_quest_poryt_evolve_b": "ポリゴンを{{amount_0}}匹進化させる", + "quest_title_quest_poryt_evolve_s1": "ポリゴン2を{{amount_0}}匹進化させる", + "quest_title_quest_power_up_dragon_plural": "ドラゴンタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_fire_ice": "ほのおか、こおりタイプのポケモンを5回強化する", + "quest_title_quest_power_up_grass_ghost": "くさか、ゴーストタイプのポケモンを5回強化する", + "quest_title_quest_power_up_legendary_plural": "伝説か幻のポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_legendary_singular": "伝説か幻のポケモンを強化する", + "quest_title_quest_power_up_max_plural": "ポケモン{{amount_0}}匹をCP上限まで強化する", + "quest_title_quest_power_up_max_singular": "ポケモンをCP上限まで強化する", + "quest_title_quest_power_up_plural": "ポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_bug": "むしタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_dark": "あくタイプのポケモンを{{amount_0}}匹強化する", + "quest_title_quest_power_up_plural_dragon": "ドラゴンタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_electric": "でんきタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_fairy": "フェアリータイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_fighting": "かくとうタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_fire": "ほのおタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_flying": "ひこうタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_ghost": "ゴーストタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_grass": "くさタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_ground": "じめんタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_ice": "こおりタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_normal": "ノーマルタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_poison": "どくタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_psychic": "エスパータイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_rock": "いわタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_rock_fairy": "いわかフェアリータイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_plural_steel": "はがねタイプのポケモンを{{amount_0}}匹強化する", + "quest_title_quest_power_up_plural_water": "みずタイプのポケモンを{{amount_0}}回強化する", + "quest_title_quest_power_up_poison_rock": "どくか、いわタイプのポケモンを5回強化する", + "quest_title_quest_power_up_singular": "ポケモンを1匹強化する", + "quest_title_quest_power_up_singular_marshadow": "マーシャドーを強化する", + "quest_title_quest_power_up_water_normal": "ノーマルか、みずタイプのポケモンを5回強化する", + "quest_title_quest_primal_raid_victory_groudon": "ゲンシグラードンレイドに勝つ", + "quest_title_quest_primal_raid_victory_kyogre": "ゲンシカイオーガレイドに勝つ", + "quest_title_quest_primal_raid_victory_plural": "ゲンシレイドで{{amount_0}}回勝つ", + "quest_title_quest_primal_raid_victory_singular": "ゲンシレイドで1回勝つ", + "quest_title_quest_primal_reversion_plural": "ポケモンをゲンシカイキのすがたに{{amount_0}}回する", + "quest_title_quest_primal_reversion_singular": "ポケモンをゲンシカイキのすがたにする", + "quest_title_quest_primal_surge_candy": "大地と海のパワー:相棒と歩いてアメを1個もらう", + "quest_title_quest_primal_surge_catch": "大地と海のパワー:ポケモンを10匹捕まえる", + "quest_title_quest_primal_surge_hatch": "大地と海のパワー:タマゴをかえす", + "quest_title_quest_primal_surge_power_ground": "大地と海のパワー:じめんタイプのポケモンを5回強化する", + "quest_title_quest_primal_surge_power_water": "大地と海のパワー:みずタイプのポケモンを5回強化する", + "quest_title_quest_primal_surge_raid": "大地と海のパワー:レイドバトルで勝つ", + "quest_title_quest_psychicspec_catch_abra_plural": "ケーシィかスリープを{{amount_0}}匹捕まえる", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "エスパータイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_psychicspec_evolve_plural": "タマタマかヤドンを{{amount_0}}匹進化させる", + "quest_title_quest_quaxly_evolve_b": "クワッスを進化させる", + "quest_title_quest_quaxwell_evolve_b": "ウェルカモを進化させる", + "quest_title_quest_quilava_evolve_b_plural": "マグマラシを{{amount_0}}匹進化させる", + "quest_title_quest_quilava_evolve_b_singular": "マグマラシを進化させる", + "quest_title_quest_quilladin_evolve_b": "ハリボーグを{{amount_0}}匹進化させる", + "quest_title_quest_raboot_evolve": "ラビフットを進化させる", + "quest_title_quest_raid_friend_singular": "フレンドと一緒にレイドする", + "quest_title_quest_raid_t5_win": "5つ星レイドに勝つ", + "quest_title_quest_raid_with_buddy_plural": "相棒ポケモンでレイドバトルを{{amount_0}}回行う", + "quest_title_quest_raid_with_buddy_singular": "相棒ポケモンでレイドバトルを行う", + "quest_title_quest_reach_hoenn_gold": "ホウエンメダルをゴールドにする", + "quest_title_quest_reach_johto_gold": "ジョウトメダルをゴールドにする", + "quest_title_quest_reach_kanto_gold": "カントーメダルをゴールドにする", + "quest_title_quest_reach_kanto_silver": "カントーメダルをシルバーにする", + "quest_title_quest_reach_level": "レベル{{amount_0}}に到達する", + "quest_title_quest_referral_initial_milestone": "ログイン", + "quest_title_quest_remove_bonus_challenge_desc": "明日追加されます", + "quest_title_quest_reward_desc_1": "ウィロー博士のリサーチに協力して、スタンプを集めて大発見をめざせ!", + "quest_title_quest_reward_desc_2": "あとスタンプ", + "quest_title_quest_reward_desc_3_plural": "{{amount_0}}個で大発見!", + "quest_title_quest_reward_desc_3_singular": "{{amount_0}}個で大発見!", + "quest_title_quest_reward_encounter_later": "今はやめておく", + "quest_title_quest_reward_encounter_uses_ar": "このポケモンにはARモードが最適です", + "quest_title_quest_reward_mysterious_pokemon_appeared": "ポケモン!?", + "quest_title_quest_reward_start_encounter": "ゲットチャンス", + "quest_title_quest_rocket_battle_plural": "GOロケット団したっぱとのバトルを{{amount_0}}回する", + "quest_title_quest_rocket_battle_win_plural": "GOロケット団したっぱとのバトルで{{amount_0}}回勝つ", + "quest_title_quest_rocket_battle_win_singular": "GOロケット団したっぱとのバトルで1回勝つ", + "quest_title_quest_rocket_catch_shadow_singular": "シャドウポケモンを捕まえる", + "quest_title_quest_rocket_evolve_plural": "ポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_rocket_leader_battle_win_singular": "GOロケット団リーダーとのバトルで1回勝つ", + "quest_title_quest_rocket_power_up_plural": "ポケモンを{{amount_0}}回強化する", + "quest_title_quest_rocket_purify_dark_plural": "あくタイプのシャドウポケモンを{{amount_0}}匹リトレーンする", + "quest_title_quest_rocket_purify_fire_plural": "ほのおタイプのシャドウポケモンを{{amount_0}}匹リトレーンする", + "quest_title_quest_rocket_purify_plural": "シャドウポケモンを{{amount_0}}匹リトレーンする", + "quest_title_quest_rocket_purify_type_singular": "ほのお、みず、くさ、いずれかのタイプのポケモンを{{amount_0}}匹リトレーンする", + "quest_title_quest_rocket_rescue_shadow_plural": "シャドウポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_rocket_shadow_plural": "シャドウポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_rockethq1_arlo_win": "GOロケット団リーダーアルロとのバトルで勝つ", + "quest_title_quest_rockethq1_arlo_win_plural": "GOロケットリーダーアルロとのバトルで{{amount_0}}回勝つ", + "quest_title_quest_rockethq1_battle_boss": "GOロケット団のボスとバトルする", + "quest_title_quest_rockethq1_catch_legendary_shadow": "伝説のシャドウポケモンを捕まえる", + "quest_title_quest_rockethq1_catch_shadow1": "シャドウポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_rockethq1_cliff_win": "GOロケット団リーダークリフとのバトルで勝つ", + "quest_title_quest_rockethq1_cliff_win_plural": "GOロケットリーダークリフとのバトルで{{amount_0}}回勝つ", + "quest_title_quest_rockethq1_defeat_boss": "GOロケット団のボスに勝つ", + "quest_title_quest_rockethq1_find_boss": "GOロケット団のボスを見つける", + "quest_title_quest_rockethq1_grunt_win1": "GOロケット団したっぱとのバトルで{{amount_0}}回勝つ", + "quest_title_quest_rockethq1_grunt_win2": "GOロケット団したっぱとのバトルで{{amount_0}}回勝つ", + "quest_title_quest_rockethq1_leader_win_plural": "GOロケットリーダーとのバトルで{{amount_0}}回勝つ", + "quest_title_quest_rockethq1_leaders_win_plural": "GOロケット団リーダーとのバトルで{{amount_0}}回勝つ", + "quest_title_quest_rockethq1_purify": "シャドウポケモンを{{amount_0}}匹リトレーンする", + "quest_title_quest_rockethq1_raid_win": "レイドバトルで{{amount_0}}回勝つ", + "quest_title_quest_rockethq1_sierra_win": "GOロケット団リーダーシエラとのバトルで勝つ", + "quest_title_quest_rockethq1_sierra_win_plural": "GOロケットリーダーシエラとのバトルで{{amount_0}}回勝つ", + "quest_title_quest_rockethq1_spin": "ポケストップ{{amount_0}}個を回す", + "quest_title_quest_rockethq1_spin_row": "ポケストップを{{amount_0}}日間連続で回す", + "quest_title_quest_rockethq1_supereffective": "こうかばつぐんのスペシャルアタックをジムバトルで{{amount_0}}回使う", + "quest_title_quest_rockethq1_trainerbattle_win": "スーパーリーグでのトレーナー対戦で{{amount_0}}回勝つ", + "quest_title_quest_roggenrola_catch_b": "ダンゴロを{{amount_0}}匹捕まえる", + "quest_title_quest_roggenrola_evolve_b": "ダンゴロを{{amount_0}}匹進化させる", + "quest_title_quest_roggenrola_snapshot_b": "ダンゴロのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_roset_catch_b": "ロゼリアを{{amount_0}}匹捕まえる", + "quest_title_quest_roset_evolve_b": "ロゼリアを{{amount_0}}匹進化させる", + "quest_title_quest_rowlet_catch_b": "モクローを{{amount_0}}匹捕まえる", + "quest_title_quest_rowlet_evolve_b_plural": "モクローを{{amount_0}}匹進化させる", + "quest_title_quest_rowlet_evolve_b_singular": "モクローを{{amount_0}}匹進化させる", + "quest_title_quest_rowlet_snapshot_b": "モクローのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_sandt_catch_b": "サンドを{{amount_0}}匹捕まえる", + "quest_title_quest_sandt_evolve_b": "サンドを{{amount_0}}匹進化させる", + "quest_title_quest_scorbunny_evolve": "ヒバニーを進化させる", + "quest_title_quest_send_gifts_daily_row": "ギフトを{{amount_0}}日連続で贈る", + "quest_title_quest_send_gifts_plural": "ギフトを{{amount_0}}個贈る", + "quest_title_quest_send_gifts_singular": "フレンドにギフトを贈る", + "quest_title_quest_send_gifts_sticker_plural": "ステッカー付きのギフトを{{amount_0}}個贈る", + "quest_title_quest_send_gifts_sticker_singular": "ステッカー付きのギフトを贈る", + "quest_title_quest_shelgon_evolve_b_plural": "コモルーを{{amount_0}}匹進化させる", + "quest_title_quest_shelgon_evolve_b_singular": "コモルーを進化させる", + "quest_title_quest_shint_catch_b": "コリンクを{{amount_0}}匹捕まえる", + "quest_title_quest_shint_evolve_b": "コリンクを{{amount_0}}匹進化させる", + "quest_title_quest_shint_evolve_s1": "ルクシオを{{amount_0}}匹進化させる", + "quest_title_quest_sinnoh_evolve_plural": "シンオウ地方で最初に発見されたポケモンに{{amount_0}}匹進化させる", + "quest_title_quest_sinnoh_evolve_stone_plural": "シンオウのいしを使ってポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_sinnoh_medal_gold": "シンオウメダルをゴールドにする", + "quest_title_quest_sliggoo_evolve_b_plural": "ヌメイルを{{amount_0}}匹進化させる", + "quest_title_quest_sliggoo_evolve_b_singular": "ヌメイルを進化させる", + "quest_title_quest_slowpoke_catch_b": "ヤドンかガラルのすがたのヤドンを{{amount_0}}匹捕まえる", + "quest_title_quest_slowpoke_evolve_b": "ヤドンかガラルのすがたのヤドンを{{amount_0}}匹進化させる", + "quest_title_quest_slowpoke_snapshot_b": "ヤドンかガラルのすがたのヤドンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_ar_photo_safari": "テントで相棒とGOスナップショット写真を撮る", + "quest_title_quest_snapshot_bali": "バリでGOスナップショット写真を撮る", + "quest_title_quest_snapshot_buddy": "相棒のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_bulbasaur": "フシギダネのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_charmander": "ヒトカゲのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_chikorita": "チコリータのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_cyndaquil": "ヒノアラシのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_genesect": "ゲノセクトのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_hariyama": "ハリテヤマのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_hoopa_singular": "フーパのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_jeju": "チェジュ島でGOスナップショット写真を撮る", + "quest_title_quest_snapshot_keldeo": "ケルディオのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_landorus": "ランドロスのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_machamp": "カイリキーのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_okinawa": "沖縄でGOスナップショット写真を撮る", + "quest_title_quest_snapshot_poison_grass_singular": "野生のどくタイプポケモンのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_regi_ice": "レジアイスのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_regi_rock": "レジロックのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_regi_steel": "レジスチルのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_scrafty": "ズルズキンのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_singular": "スナップショットを撮る", + "quest_title_quest_snapshot_storage_bug_unique_plural": "むしタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_storage_steel_unique_plural": "はがねタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_storage_unique_plural": "野生のポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_surabaya": "スラバヤでGOスナップショット写真を撮る", + "quest_title_quest_snapshot_thundurus": "ボルトロスのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_tornadus": "トルネロスのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_totodile": "ワニノコのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_unique_fire_pokemon": "ほのおタイプのポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_unique_pokemon": "{{amount_0}}種類のポケモンのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "野生のコリンク、シママか、トリミアンのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_bug_plural": "むしタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_bug_unique_plural": "野生のむしタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "野生のバタフリー、コリンクかシママのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_dark_plural": "あくタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_dark_unique_plural": "野生のあくタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_dragon_plural": "ドラゴンタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "野生のドラゴンタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "野生のコアルヒー、チョンチーか、ケイコウオのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_eevee": "野生のイーブイのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_electric_plural": "でんきタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_electric_unique_plural": "野生のでんきタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_entei": "野生のエンテイのスナップショットを撮る", + "quest_title_quest_snapshot_wild_fairy_plural": "フェアリータイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "野生のフェアリータイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_fighting_plural": "かくとうタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "野生のかくとうタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_fire_plural": "ほのおタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_fire_unique_plural": "野生のほのおタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_flying_plural": "ひこうタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_flying_unique_plural": "野生のひこうタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_frillish_absol": "野生のアブソルかプルリルのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "野生のサンド、イシツブテか、サボネアのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_ghost_plural": "野生のゴーストタイプポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "野生のゴーストタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_grass_plural": "くさタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_grass_singular": "くさタイプの野生ポケモンのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_grass_unique_plural": "野生のくさタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_ground_plural": "じめんタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_ground_unique_plural": "野生のじめんタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_hoothoot": "野生のホーホーのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_ice_plural": "こおりタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_ice_singular": "こおりタイプの野生ポケモンのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_ice_unique_plural": "野生のこおりタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "野生のハスボー、トランセルか、エイパムのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "野生のラブカス、チョンチーか、ケイコウオのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_mareanie_singluar": "野生のヒドイデのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_normal_plural": "ノーマルタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_normal_unique_plural": "野生のノーマルタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_plural": "野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_poison_plural": "どくタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_poison_unique_plural": "野生のどくタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_psychic_plural": "エスパータイプの野生ポケモンのスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "野生のエスパータイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_raikou": "野生のライコウのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "野生のいわ、みず、じめんもしくはフェアリータイプのポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_rock_plural": "いわタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_rock_unique_plural": "野生のいわタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_singular": "野生ポケモンのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "野生のエアームド、ドードリオか、マンタインのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_skitty_kirlia": "野生のキルリアやエネコのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "野生のニューラ、グレッグルかプルリルのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_steel_plural": "はがねタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_steel_unique_plural": "野生のはがねタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_suicune": "野生のスイクンのスナップショットを撮る", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "野生のナックラー、サンドか、サボネアのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_unique_plural": "野生のポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "野生のほのお、みず、もしくはくさタイプのポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_water_plural": "みずタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshot_wild_water_singular": "みずタイプの野生ポケモンのGOスナップショット写真を撮る", + "quest_title_quest_snapshot_wild_water_unique_plural": "野生のみずタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_snapshot_yogyakarta": "ジョグジャカルタでGOスナップショット写真を撮る", + "quest_title_quest_snapshots_inarow_plural": "ポケモンのGOスナップショット写真を{{amount_0}}日連続で撮る", + "quest_title_quest_snapshots_plural": "GOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshots_your_plural": "あなたのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_snapshots_your_singular": "あなたのポケモンのGOスナップショット写真を撮る", + "quest_title_quest_snivt_catch_b": "ツタージャを{{amount_0}}匹捕まえる", + "quest_title_quest_snivt_evolve_b": "ツタージャを{{amount_0}}匹進化させる", + "quest_title_quest_snivt_evolve_s1": "ジャノビーを{{amount_0}}匹進化させる", + "quest_title_quest_sobble_evolve": "メッソンを進化させる", + "quest_title_quest_sphet_catch_b": "タマザラシを{{amount_0}}匹捕まえる", + "quest_title_quest_sphet_evolve_b": "タマザラシを{{amount_0}}匹進化させる", + "quest_title_quest_sphet_evolve_s1": "トドグラーを{{amount_0}}匹進化させる", + "quest_title_quest_spin_151": "ポケストップ/ジム151個を回す", + "quest_title_quest_spin_daysinarow": "ポケストップを{{amount_0}}日間連続で回す", + "quest_title_quest_spin_go_tour_habitat_01": "海辺の都市でポケストップ・ジムを{{amount_0}}個回す", + "quest_title_quest_spin_go_tour_habitat_02": "あやしい遺跡でポケストップ・ジムを{{amount_0}}個回す", + "quest_title_quest_spin_go_tour_habitat_03": "毒だまりでポケストップ・ジムを{{amount_0}}個回す", + "quest_title_quest_spin_go_tour_habitat_04": "山の温泉でポケストップ・ジムを{{amount_0}}個回す", + "quest_title_quest_spin_go_tour_spiritomb_plural": "違うミカルゲポケストップ{{amount_0}}個を回す", + "quest_title_quest_spin_go_tour_spiritomb_singular": "ミカルゲポケストップを回す", + "quest_title_quest_spin_mexico_plural": "メキシコのポケストップを{{amount_0}}個回す", + "quest_title_quest_spin_mexico_singular": "メキシコのポケストップを回す", + "quest_title_quest_spin_pokestop_days": "ポケストップを{{amount_0}}日回す", + "quest_title_quest_spin_ultra_wormhole_gym": "ウルトラホールのあるジムのフォトディスクを回す", + "quest_title_quest_spin_wcs_2024": "ハワイコンベンションセンターのポケストップ・ジム10個を回す", + "quest_title_quest_sprigatito_evolve_b": "ニャオハを進化させる", + "quest_title_quest_squirtle_catch_b": "ゼニガメを{{amount_0}}匹捕まえる", + "quest_title_quest_squirtle_evolve_b": "ゼニガメを{{amount_0}}匹進化させる", + "quest_title_quest_squirtle_snapshot_b": "ゼニガメのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_st_catch_s": "タネボーを15匹捕まえる", + "quest_title_quest_st_evolve_n": "コノハナを進化させる", + "quest_title_quest_st_evolve_s": "タネボーを3匹進化させる", + "quest_title_quest_stardust_plural": "ほしのすなを{{amount_0}}手に入れる", + "quest_title_quest_starly_catch_b": "ムックルを{{amount_0}}匹捕まえる", + "quest_title_quest_starly_evolve_b": "ムックルを{{amount_0}}匹進化させる", + "quest_title_quest_starly_snapshot_b": "ムックルのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_start_battle": "対戦スタート!", + "quest_title_quest_steenee_evolve_b_plural": "アママイコを{{amount_0}}匹進化させる", + "quest_title_quest_steenee_evolve_b_singular": "アママイコを進化させる", + "quest_title_quest_streak_format": "ボーナス {{amount_0}} 日目!", + "quest_title_quest_stuff_catch_b": "ヌイコグマを{{amount_0}}匹捕まえる", + "quest_title_quest_stuff_evolve_b": "ヌイコグマを{{amount_0}}匹進化させる", + "quest_title_quest_stuff_snapshot_b": "野生のヌイコグマのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_supereffective_charge_party_plural": "チーム参加中こうかばつぐんのスペシャルアタックを{{amount_0}}回使ってバトルする", + "quest_title_quest_supereffective_charge_party_singular": "チーム参加中こうかばつぐんのスペシャルアタックを使ってバトルする", + "quest_title_quest_supereffective_charge_plural": "こうかばつぐんのスペシャルアタックを{{amount_0}}回使ってバトルする", + "quest_title_quest_supereffective_charge_singular": "こうかばつぐんのスペシャルアタックを使ってバトルする", + "quest_title_quest_surskit_catch": "アメタマを{{amount_0}}匹捕まえる", + "quest_title_quest_swabt_catch_b": "チルットを{{amount_0}}匹捕まえる", + "quest_title_quest_swabt_evolve_b": "チルットを{{amount_0}}匹進化させる", + "quest_title_quest_swinub_cdc_evolve_b": "ウリムーを{{amount_0}}匹進化させる", + "quest_title_quest_swinub_cdc_snapshot_b": "ウリムーのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_teddiursa_catch_b": "ヒメグマを{{amount_0}}匹捕まえる", + "quest_title_quest_teddiursa_evolve_b": "ヒメグマを{{amount_0}}匹進化させる", + "quest_title_quest_teddiursa_snapshot_b": "ヒメグマのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_template.display.branches#0.button_text_key": "レイド・したっぱ・ジム", + "quest_title_quest_template.display.branches#0.description_key": "この道を選ぶとジム・レイド・GOロケット団バトルを行ってリザードンに出会うことを含むリワードを入手できます。", + "quest_title_quest_template.display.branches#1.button_text_key": "GOバトルリーグ", + "quest_title_quest_template.display.branches#1.description_key": "この道を選ぶとトレーナーとの対戦に勝ってリザードンに出会うことを含むリワードを入手できます。", + "quest_title_quest_tepit_catch_b": "ポカブを{{amount_0}}匹捕まえる", + "quest_title_quest_tepit_evolve_b": "ポカブを{{amount_0}}匹進化させる", + "quest_title_quest_tepit_evolve_s1": "チャオブーを{{amount_0}}匹進化させる", + "quest_title_quest_thwackey_evolve": "バチンキーを進化させる", + "quest_title_quest_timburr_catch_b": "ドッコラーを{{amount_0}}匹捕まえる", + "quest_title_quest_timburr_evolve_b": "ドッコラーを{{amount_0}}匹進化させる", + "quest_title_quest_timburr_snapshot_b": "ドッコラーのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_time_remaining_day_plural": "期限つきスペシャルリサーチ終了まで残り{{amount_0}}日", + "quest_title_quest_time_remaining_day_singular": "期限つきスペシャルリサーチ終了まで残り{{amount_0}}日", + "quest_title_quest_togetic_catch_b": "トゲチックを{{amount_0}}匹捕まえる", + "quest_title_quest_togetic_evolve_b": "トゲチックを{{amount_0}}匹進化させる", + "quest_title_quest_togetic_snapshot_b": "トゲチックのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_torracat_evolve_b_plural": "ニャヒートを{{amount_0}}匹進化させる", + "quest_title_quest_torracat_evolve_b_singular": "ニャヒートを進化させる", + "quest_title_quest_trade_50km_plural": "50km以上離れた場所からのポケモンを{{amount_0}}匹交換する", + "quest_title_quest_trade_100km_plural": "100km以上離れた場所からのポケモンを{{amount_0}}匹交換する", + "quest_title_quest_trade_200km_plural": "200km以上離れた場所からのポケモンを{{amount_0}}匹交換する", + "quest_title_quest_trade_300km_plural": "300km以上離れた場所からのポケモンを{{amount_0}}匹交換する", + "quest_title_quest_trade_400km_plural": "400km以上離れた場所からのポケモンを{{amount_0}}匹交換する", + "quest_title_quest_trade_500km_plural": "500km以上離れた場所からのポケモンを{{amount_0}}匹交換する", + "quest_title_quest_trade_500km_singular": "500km以上離れた場所からのポケモンを交換する", + "quest_title_quest_trade_pikachu_plural": "ピカチュウを{{amount_0}}匹交換する", + "quest_title_quest_trade_plural": "ポケモン交換を{{amount_0}}回行う", + "quest_title_quest_trade_singular": "ポケモンを交換する", + "quest_title_quest_transfer_pidgey_plural": "ポッポを{{amount_0}}匹送る", + "quest_title_quest_transfer_pokemon_plural": "ポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_pokemon_singular": "ポケモンを博士に送る", + "quest_title_quest_transfer_rock_or_poison_plural": "いわかどくタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_rock_poison": "いわかどくタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_bug_plural": "むしタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_dark_plural": "あくタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_dragon_plural": "ドラゴンタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_electric_plural": "でんきタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_fairy_plural": "フェアリータイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_fighting_plural": "かくとうタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_fire_plural": "ほのおタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_flying_plural": "ひこうタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_ghost_plural": "ゴーストタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_grass_plural": "くさタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_ground_plural": "じめんタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_ice_plural": "こおりタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_normal_plural": "ノーマルタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_poison_plural": "どくタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_psychic_plural": "エスパータイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_rock_plural": "いわタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_steel_plural": "はがねタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_transfer_type_water_plural": "みずタイプのポケモンを{{amount_0}}匹送る", + "quest_title_quest_travel_routes_km_plural": "ルートで{{amount_0}}km歩く", + "quest_title_quest_travel_routes_meters_plural": "ルートで{{amount_0}}メートル歩く", + "quest_title_quest_tynamo_catch_b": "シビシラスを{{amount_0}}匹捕まえる", + "quest_title_quest_tynamo_evolve_b_plural": "シビシラスを{{amount_0}}匹進化させる", + "quest_title_quest_tynamo_evolve_b_singular": "シビシラスを進化させる", + "quest_title_quest_under_investigation": "ウィロー博士が調査中です。準備ができるまでお待ちください。", + "quest_title_quest_urd22_june_battle_gym": "リサーチデイ:ジムバトルを行う", + "quest_title_quest_urd22_june_battle_raid": "リサーチデイ:レイドバトルを行う", + "quest_title_quest_urd22_june_beries": "リサーチデイ:ポケモンを捕まえるときにきのみ{{amount_0}}個を使う", + "quest_title_quest_urd22_june_catch_rock": "リサーチデイ:いわタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_urd22_june_catch_weather": "リサーチデイ:天候ブーストを受けているポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_urd22_june_curveball": "リサーチデイ:カーブボールを{{amount_0}}回投げる", + "quest_title_quest_urd22_june_curveball_row": "リサーチデイ:カーブボールを{{amount_0}}回連続で投げる", + "quest_title_quest_urd22_june_evolve_rock": "リサーチデイ:いわタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_urd22_june_gift_sticker": "リサーチデイ:ステッカー付きのギフトを{{amount_0}}個贈る", + "quest_title_quest_urd22_june_great": "リサーチデイ:グレートスローを{{amount_0}}回投げる", + "quest_title_quest_urd22_june_great_row": "リサーチデイ:グレートスローを{{amount_0}}回連続で投げる", + "quest_title_quest_urd22_june_nice": "リサーチデイ:ナイススローを{{amount_0}}回投げる", + "quest_title_quest_urd22_june_nice_row": "リサーチデイ:ナイススローを{{amount_0}}回連続で投げる", + "quest_title_quest_urd22_june_powerup": "リサーチデイ:ポケモンを{{amount_0}}回強化する", + "quest_title_quest_urd22_june_snap_rock": "リサーチデイ:野生のいわタイプのポケモンのGOスナップショット写真を撮る", + "quest_title_quest_urd22_june_spin_stops": "リサーチデイ:ポケストップ{{amount_0}}個を回す", + "quest_title_quest_urd22_june_supereffective": "リサーチデイ:こうかばつぐんのスペシャルアタックを使ってバトルする", + "quest_title_quest_ursaring_evolve_b": "リングマを{{amount_0}}匹進化させる", + "quest_title_quest_use_any_potion": "キズぐすりを使う", + "quest_title_quest_use_charged_move_singular": "こうかばつぐんのスペシャルアタックを使ってバトルする", + "quest_title_quest_use_charged_tm": "わざマシンスペシャルを使う", + "quest_title_quest_use_dai_plural": "おさんぽおこう{{amount_0}}個を使う", + "quest_title_quest_use_dai_singular": "おさんぽおこうを使う", + "quest_title_quest_use_fast_tm": "わざマシンノーマルを使う", + "quest_title_quest_use_hyper_potion": "すごいキズぐすりを使う", + "quest_title_quest_use_lure": "ルアーモジュールを使う", + "quest_title_quest_use_lure_plural": "ルートでルアーモジュールを{{amount_0}}個使う", + "quest_title_quest_use_lure_singular": "ルートでルアーモジュールを使う", + "quest_title_quest_use_max_potion": "まんたんのくすりを使う", + "quest_title_quest_use_poffin": "ポフィンを使う", + "quest_title_quest_use_rare_candy_plural": "ふしぎなアメを{{amount_0}}個使う", + "quest_title_quest_use_rare_candy_singular": "ふしぎなアメを使う", + "quest_title_quest_use_standard_charged_tm": "わざマシンスペシャルを使う", + "quest_title_quest_use_standard_fast_tm": "わざマシンノーマルを使う", + "quest_title_quest_use_super_potion": "いいキズぐすりを使う", + "quest_title_quest_uxie_wild_snap": "野生のユクシーのGOスナップショット写真を撮る", + "quest_title_quest_val19_catch_specific_plural": "Valentine's Day: ラブカスを{{amount_0}}匹捕まえる", + "quest_title_quest_val19_catch_specific_singular": "Valentine's Day: ラッキーを1匹捕まえる", + "quest_title_quest_visit_different_pokestops": "違うポケストップ{{amount_0}}個を回す", + "quest_title_quest_visit_pokestop_new_plural": "訪れたことがないポケストップ{{amount_0}}個を回す", + "quest_title_quest_visit_pokestop_new_singular": "訪れたことがないポケストップ1個を回す", + "quest_title_quest_visit_pokestops_party_plural": "チーム参加中ポケストップ・ジムを{{amount_0}}個回す", + "quest_title_quest_visit_pokestops_plural": "ポケストップ・ジム{{amount_0}}個を回す", + "quest_title_quest_visit_pokestops_singular": "ポケストップ・ジム1個を回す", + "quest_title_quest_visit_unique_pokestops_plural": "違うポケストップ・ジム{{amount_0}}個を回す", + "quest_title_quest_wailmer_catch_b": "ホエルコを{{amount_0}}匹捕まえる", + "quest_title_quest_waina_catch_great_ultra_plural": "Pokémon GO Plus +でスーパーボールかハイパーボールにポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_waina_catch_plural": "Pokémon GO Plus +でモンスターボールにポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_waina_sleep_days": "Pokémon GO Plus +で睡眠を{{amount_0}}日計測する", + "quest_title_quest_waina_sleep_days_singular": "Pokémon GO Plus +で睡眠を1日計測する", + "quest_title_quest_waina_spin_pokestop_plural": "Pokémon GO Plus +でポケストップ{{amount_0}}個を回す", + "quest_title_quest_walk_25km_inaweek_plural": "1週間に25km歩くリワードを{{amount_0}}回もらう", + "quest_title_quest_walk_buddy_plural": "相棒と歩いてアメを{{amount_0}}個もらう", + "quest_title_quest_walk_buddy_singular": "相棒と歩いてアメを1個もらう", + "quest_title_quest_walk_eevee_for_evo": "イーブイを相棒にして10km歩く", + "quest_title_quest_walk_hgrowlithe_header_0": "ガーディタイムチャレンジ", + "quest_title_quest_walk_km": "{{amount_0}} km歩く", + "quest_title_quest_walk_km_plural": "{{amount_0}} km歩く", + "quest_title_quest_walk_routes_plural": "ルートで{{amount_0}}km歩く", + "quest_title_quest_walk_routes_singular": "ルートで{{amount_0}}km歩く", + "quest_title_quest_walk_steps": "{{amount_0}}歩あるく", + "quest_title_quest_wartortle_evolve_b": "カメールを{{amount_0}}匹進化させる", + "quest_title_quest_waterfestival_catch_feed_plural": "ウォーターフェスティバル:ポケモンを捕まえるときにきのみ{{amount_0}}個を使う", + "quest_title_quest_waterfestival_catch_pokemon_plural": "ウォーターフェスティバル:ポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_waterfestival_catch_special9_plural": "ウォーターフェスティバル:コイキングかホエルコを{{amount_0}}匹捕まえる", + "quest_title_quest_waterfestival_catch_type_water_plural": "ウォーターフェスティバル:みずタイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_waterfestival_evolve_plural": "ウォーターフェスティバル:シェルダーを{{amount_0}}匹進化させる", + "quest_title_quest_waterfestival_evolve_type_water_plural": "ウォーターフェスティバル:みずタイプのポケモンを{{amount_0}}匹進化させる", + "quest_title_quest_waterfestival_hatch_egg_singular": "ウォーターフェスティバル:タマゴを1個かえす", + "quest_title_quest_waterfestival_land_great_plural": "ウォーターフェスティバル:グレートスローを{{amount_0}}回投げる", + "quest_title_quest_waterfestival_land_nice_plural": "ウォーターフェスティバル:ナイススローを{{amount_0}}回投げる", + "quest_title_quest_waterfestival_win_raid_singular": "ウォーターフェスティバル:レイドバトルで1回勝つ", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer Bonus: ポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_wcs_2024_catch_psychic_electric": "でんきタイプか、エスパータイプのポケモンを{{amount_0}}匹捕まえる", + "quest_title_quest_wcs_2024_snapshot_fairy": "野生のフェアリータイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", + "quest_title_quest_wcs_2024_spin_00": "Pokémon GO Zoneのポケストップを回す", + "quest_title_quest_wcs_2024_spin_01": " Play Labのポケストップを回す", + "quest_title_quest_wcs_2024_spin_02": "Collect & Trade Cornerのポケストップを回す", + "quest_title_quest_weepinbell_evolve_b_plural": "ウツドンを{{amount_0}}匹進化させる", + "quest_title_quest_weepinbell_evolve_b_singular": "ウツドンを進化させる", + "quest_title_quest_wimpod_catch_b": "コソクムシを{{amount_0}}匹捕まえる", + "quest_title_quest_win_gym_plural": "ジムで{{amount_0}}回バトルに勝つ", + "quest_title_quest_win_gym_singular": "ジムで1回バトルに勝つ", + "quest_title_quest_win_raid_2_singular": "レベル2以上のレイドに1回勝つ", + "quest_title_quest_win_raid_3_plural": "レベル3以上のレイドに{{amount_0}}回勝つ", + "quest_title_quest_win_raid_3_singular": "レベル3以上のレイドに1回勝つ", + "quest_title_quest_win_raid_buddy_plural": "相棒ポケモンでレイドバトルに{{amount_0}}回勝つ", + "quest_title_quest_win_raid_buddy_singular": "相棒ポケモンでレイドバトルに勝つ", + "quest_title_quest_win_raid_lvl1_higher_singular": "1つ星以上のレイドに勝つ", + "quest_title_quest_win_raid_lvl1_singular": "1つ星レイドに勝つ", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "CP1500以下のポケモンのみを使いレイドで{{amount_0}}回勝つ", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "CP1,500以下のポケモンのみを使いレイドで勝つ", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "CP1,500以下のポケモンのみを使い3つ星レイドで{{amount_0}}回勝つ", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "CP1,500以下のポケモンのみを使い3つ星レイドで勝つ", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "CP2500以下のポケモンのみを使い3つ星レイドで{{amount_0}}回勝つ", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "CP2500以下のポケモンのみを使い3つ星レイドで勝つ", + "quest_title_quest_win_raid_party_plural": "チーム参加中レイドで{{amount_0}}回勝つ", + "quest_title_quest_win_raid_party_singular": "チーム参加中レイドで勝つ", + "quest_title_quest_win_raid_plural": "レイドバトルで{{amount_0}}回勝つ", + "quest_title_quest_win_raid_singular": "レイドバトルで1回勝つ", + "quest_title_quest_win_raid_unique_plural": "すべて違う種類のポケモンを使いレイドで{{amount_0}}回勝つ", + "quest_title_quest_win_raid_unique_singular": "すべて違う種類のポケモンを使いレイドで勝つ", + "quest_title_quest_win_raid_with_friend_plural": "フレンドと一緒にレイドバトルで{{amount_0}}回勝つ", + "quest_title_quest_win_raid_with_friend_singular": "フレンドと一緒にレイドバトルで勝つ", + "quest_title_quest_win_raids_unique_1500_plural": "すべて違う種類の1500CP以下のポケモンのパーティを使いレイドで{{amount_0}}回勝つ", + "quest_title_quest_win_raids_unique_plural": "すべて違う種類のポケモンのパーティを使いレイドで{{amount_0}}回勝つ", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "CP1,500以下のポケモンのみを使いGOロケット団リーダーに{{amount_0}}回勝つ", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "CP1500以下のポケモンのみを使いGOロケット団リーダーに勝つ", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "CP2,500以下のポケモンのみを使いGOロケット団リーダーに{{amount_0}}回勝つ", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "CP3,000以下のポケモンのみを使いGOロケット団リーダーに{{amount_0}}回勝つ", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "CP3,500以下のポケモンのみを使いGOロケット団リーダーに{{amount_0}}回勝つ", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "CP4,000以下のポケモンのみを使いGOロケット団リーダーに{{amount_0}}回勝つ", + "quest_title_quest_wooper_catch_b": "ウパーを{{amount_0}}匹捕まえる", + "quest_title_quest_wooper_evolve_b": "ウパーを{{amount_0}}匹進化させる", + "quest_title_quest_wooper_snapshot_b": "ウパーのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_quest_wt_catch_weedle": "ビードルを{{amount_0}}匹捕まえる", + "quest_title_quest_wt_evolve_kakuna": "コクーンを{{amount_0}}匹進化させる", + "quest_title_quest_wt_evolve_weedle": "ビードルを{{amount_0}}匹進化させる", + "quest_title_quest_xp_plural": "XPを{{amount_0}}獲得する", + "quest_title_quest_zigzagoon_catch_b": "ガラルのジグザグマを{{amount_0}}匹捕まえる", + "quest_title_quest_zigzagoon_evolve_b": "ガラルのジグザグマを{{amount_0}}匹進化させる", + "quest_title_quest_zigzagoon_snapshot_b": "ガラルのジグザグマのGOスナップショット写真を{{amount_0}}枚撮る", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "ポケモンを0匹捕まえた", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "ポケモンを{{amount_0}}匹捕まえた", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "ポケモンを1匹捕まえた", + "quest_title_score_1_10_11_12_singular": "ほのお、みず、くさ、いずれかのタイプのポケモンを{{amount_0}}匹捕まえた!", + "quest_title_score_1_10_singular": "ほのおタイプのポケモンを{{amount_0}}匹捕まえた!", + "quest_title_score_1_11_singular": "みずタイプのポケモンを{{amount_0}}匹捕まえた!", + "quest_title_score_1_12_singular": "くさタイプのポケモンを{{amount_0}}匹捕まえた!", + "quest_title_score_1_none": "ポケモンを0匹捕まえた", + "quest_title_score_1_plural": "ポケモンを{{amount_0}}匹捕まえた", + "quest_title_score_1_singular": "ポケモンを1匹捕まえた", + "quest_title_score_6_plural": "レイドバトルで{{amount_0}}回勝った!", + "quest_title_score_6_singular": "レイドバトルで1回勝った!", + "quest_title_score_8_10_none": "ナイススローを0回投げた!", + "quest_title_score_8_10_plural": "ナイススローを{{amount_0}}回投げた!", + "quest_title_score_8_10_singular": "ナイススローを1回投げた!", + "quest_title_score_8_11_none": "グレートスローを0回投げた!", + "quest_title_score_8_11_plural": "グレートスローを{{amount_0}}回投げた!", + "quest_title_score_8_11_singular": "グレートスローを1回投げた!", + "quest_title_score_8_12_none": "エクセレントスローを0回投げた!", + "quest_title_score_8_12_plural": "エクセレントスローを{{amount_0}}回投げた!", + "quest_title_score_8_12_singular": "エクセレントスローを1回投げた!", + "quest_title_score_8_13_none": "カーブボールを0回投げた!", + "quest_title_score_8_13_plural": "カーブボールを{{amount_0}}回投げた!", + "quest_title_score_8_13_singular": "カーブボールを1回投げた!", + "quest_title_score_11_701_none": "ズリのみを0個使った!", + "quest_title_score_11_701_plural": "ズリのみを{{amount_0}}個使った!", + "quest_title_score_11_701_singular": "ズリのみを1個使った!", + "quest_title_score_11_703_none": "ナナのみを0個使った!", + "quest_title_score_11_703_plural": "ナナのみを{{amount_0}}個使った!", + "quest_title_score_11_703_singular": "ナナのみを1個使った!", + "quest_title_score_11_705_none": "パイルのみを0個使った!", + "quest_title_score_11_705_plural": "パイルのみを{{amount_0}}個使った!", + "quest_title_score_11_705_singular": "パイルのみを1個使った!", + "quest_title_score_15_10_none": "カーブボールのナイススローを0回投げた!", + "quest_title_score_15_10_plural": "カーブボールのナイススローを{{amount_0}}回投げた!", + "quest_title_score_15_10_singular": "カーブボールのナイススローを1回投げた!", + "quest_title_score_15_11_none": "カーブボールのグレートスローを0回投げた!", + "quest_title_score_15_11_plural": "カーブボールのグレートスローを{{amount_0}}回投げた!", + "quest_title_score_15_11_singular": "カーブボールのグレートスローを1回投げた!", + "quest_title_score_15_12_none": "カーブボールのエクセレントスローを0回投げた!", + "quest_title_score_15_12_plural": "カーブボールのエクセレントスローを{{amount_0}}回投げた!", + "quest_title_score_15_12_singular": "カーブボールのエクセレントスローを1回投げた!", + "quest_title_score_22_none": "チームリーダーバトルを0回した!", + "quest_title_score_22_plural": "チームリーダーバトルを{{amount_0}}回した!", + "quest_title_score_22_singular": "チームリーダーバトルを1回した!", + "quest_title_score_23_none": "GOバトルリーグで0回対戦した!", + "quest_title_score_23_plural": "GOバトルリーグで{{amount_0}}回対戦した!", + "quest_title_score_23_singular": "GOバトルリーグで1回対戦した!", + "quest_title_score_battle_raid_none": "レイドバトルを0回した!", + "quest_title_score_battle_raid_plural": "レイドバトルを{{amount_0}}回した!", + "quest_title_score_battle_raid_singular": "レイドバトルを1回した!", + "quest_title_score_catch_feed_none": "きのみを0個使った!", + "quest_title_score_catch_feed_plural": "きのみを{{amount_0}}個使った!", + "quest_title_score_catch_feed_singular": "きのみを1個使った!", + "quest_title_score_catch_pokemon": "ポケモンを{{amount_0}}匹捕まえた", + "quest_title_score_defeat_rocket_none": "GOロケット団員0人を倒した!", + "quest_title_score_defeat_rocket_plural": "GOロケット団員を{{amount_0}}人倒した!", + "quest_title_score_defeat_rocket_singular": "GOロケット団員1人を倒した!", + "quest_title_score_field_research_none": "フィールドリサーチタスク0個を完了", + "quest_title_score_field_research_plural": "フィールドリサーチタスク{{amount_0}}個を完了", + "quest_title_score_field_research_singular": "フィールドリサーチタスク1個を完了", + "quest_title_score_send_gift_none": "フレンドにギフトを0個贈った!", + "quest_title_score_send_gift_plural": "フレンドにギフトを{{amount_0}}個贈った!", + "quest_title_score_send_gift_singular": "フレンドにギフトを1個贈った!", + "quest_title_score_spin_pokestop_none": "ポケストップ0個を回した", + "quest_title_score_spin_pokestop_plural": "ポケストップ{{amount_0}}個を回した", + "quest_title_score_spin_pokestop_singular": "ポケストップ1個を回した", + "quest_win_raid_plural": "レイドバトルで{{amount}}回勝つ", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Star Raid", + "raid_1_plural": "1 Star Raids", + "raid_2": "2 Star Raid", + "raid_2_plural": "2 Star Raids", + "raid_3": "3 Star Raid", + "raid_3_plural": "3 Star Raids", + "raid_4": "4 Star Raid", + "raid_4_plural": "4 Star Raids", + "raid_5": "Legendary Raid", + "raid_5_plural": "Legendary Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "午後がベスト", + "route_tag_architecture": "建築", + "route_tag_art": "アート", + "route_tag_beachy": "ビーチっぽい", + "route_tag_bike_path": "自転車道", + "route_tag_biking": "サイクリングに適す", + "route_tag_body_of_water": "水辺", + "route_tag_buildings": "建物が多い", + "route_tag_category_misc": "その他", + "route_tag_category_nearby": "付近にあるもの", + "route_tag_category_suitability": "アクセス", + "route_tag_category_terrain": "地形", + "route_tag_category_theme": "テーマ", + "route_tag_city_life": "都会生活", + "route_tag_culture": "文化", + "route_tag_easy_going": "のんびり", + "route_tag_flat": "起伏なし", + "route_tag_foliage": "紅葉が多い", + "route_tag_food": "グルメ", + "route_tag_grassy": "草深い", + "route_tag_hilly": "起伏あり", + "route_tag_historic": "歴史", + "route_tag_intense": "冒険", + "route_tag_morning": "朝がベスト", + "route_tag_muddy": "泥深い", + "route_tag_nature": "自然", + "route_tag_night": "夜がベスト", + "route_tag_no_parking": "近くに駐車できない", + "route_tag_no_people": "人が少ない", + "route_tag_open_space": "広々としている", + "route_tag_parking": "近くに駐車できる", + "route_tag_parks_nearby": "公園の近く", + "route_tag_partially_paved": "一部舗装", + "route_tag_paved": "舗装道", + "route_tag_people": "人が多い", + "route_tag_pets": "ペットに優しい", + "route_tag_plenty_pokestops": "ポケストップ豊富", + "route_tag_public_transport": "公共交通に近い", + "route_tag_raid_friendly": "ジムが多い", + "route_tag_rainy_day": "雨天に良い", + "route_tag_rocky": "岩地", + "route_tag_running": "ランニングに適す", + "route_tag_sandy": "砂地", + "route_tag_seasonal": "季節もの", + "route_tag_sightseeing": "観光", + "route_tag_stroller": "ベビーカー可", + "route_tag_sunny_day": "晴天に良い", + "route_tag_tree_cover": "木陰", + "route_tag_unpaved": "舗装されていない", + "route_tag_views": "絶景", + "route_tag_walking": "ウォーキングに適す", + "route_tag_wheelchair": "車いす可", + "route_tag_wildlife": "野生生物が多い", + "route_tag_woodsy": "森っぽい", + "route_tags_label": "タグ", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "シャドウ", + "team_1": "ミスティック", + "team_2": "ヴァーラー", + "team_3": "インスティンクト", + "team_a_0": "所属なし", + "team_a_1": "チーム ミスティック", + "team_a_2": "チーム ヴァーラー", + "team_a_3": "チーム インスティンクト", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "荒天", + "weather_1": "晴天", + "weather_2": "雨", + "weather_3": "ときどき曇り", + "weather_4": "曇り", + "weather_5": "強風", + "weather_6": "雪", + "weather_7": "霧", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/client/public/locales/ko/translation.json b/client/public/locales/ko/translation.json new file mode 100644 index 000000000..1cb36d43e --- /dev/null +++ b/client/public/locales/ko/translation.json @@ -0,0 +1,6001 @@ +{ + "login": "로그인", + "click_once": "'인증'을 한 번만 클릭하세요", + "save": "저장", + "reset": "초기화", + "close": "닫기", + "reset_filters": "필터 초기화", + "pokemon_filters": "포켓몬 필터 설정", + "gyms_filters": "체육관 필터 설정", + "pokestops_filters": "포켓스탑 필터 설정", + "nests_filters": "둥지 필터 설정", + "help": "도움말", + "apply_to_all": "모두에게 적용", + "disable_all": "모두 비활성화", + "enable_all": "모두 활성화", + "enabled": "활성화됨", + "legacy": "레거시", + "id": "ID", + "location": "위치", + "search_pokemon": "포켓몬 검색", + "search_nests": "둥지 검색", + "search_gyms": "체육관 검색", + "search_pokestops": "포켓스탑 검색", + "search_raids": "레이드 검색", + "search_eggs": "알 검색", + "search_quests": "퀘스트 검색", + "search_lures": "미끼 검색", + "search_invasions": "침략 검색", + "sm": "소", + "md": "중", + "lg": "대", + "xl": "특대", + "min": "최소", + "max": "최대", + "set_size": "아이콘 크기 설정", + "slot_selection": "슬롯 선택", + "generations": "세대", + "types": "타입", + "forms": "형태", + "rarity": "현재 희귀도", + "others": "기타", + "categories": "카테고리", + "rank": "순위", + "slider_iv": "IV 범위", + "slider_great": "슈퍼리그", + "slider_ultra": "하이퍼리그", + "slider_little": "리틀컵", + "slider_atk_iv": "공격", + "slider_def_iv": "방어", + "slider_sta_iv": "체력", + "slider_level": "레벨", + "slider_size": "크기", + "abbreviation_level": "레벨", + "lvl": "레벨", + "cap": "캡", + "custom": "사용자 설정", + "valid": "유효함", + "invalid": "유효하지 않음!", + "overwrites": "모든 필터 덮어쓰기", + "valid_filter": "유효한 통계 필터", + "invalid_filter": "유효한 필터를 입력하세요", + "gyms": "체육관", + "nests": "둥지", + "pokestops": "포켓스탑", + "pokemon": "포켓몬", + "wayfarer": "웨이페어러", + "scan_areas": "스캔 영역", + "s2cells": "S2 셀", + "weather": "날씨", + "admin": "관리자", + "settings": "설정", + "advanced": "고급", + "tile_servers": "타일 서버", + "icons": "아이콘", + "navigation": "네비게이션", + "drawer": "드로어", + "tile_servers_default": "기본", + "drawer_temporary": "임시", + "drawer_persistent": "지속적", + "locale_selection": "언어 선택", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "가져오기", + "export": "내보내기", + "logout": "로그아웃", + "local_storage_cleared": "로컬 스토리지가 지워졌습니다!", + "iv_or_filter": "IV OR 필터", + "polygons": "폴리곤", + "raids": "레이드", + "ex_eligible": "EX 가능", + "in_battle": "전투 중", + "all_pokestops": "모든 포켓스탑", + "lures": "미끼", + "quests": "퀘스트", + "invasions": "침략", + "portals": "포탈", + "submission_cells": "제출 셀", + "spawnpoint": "출현 지점", + "spawnpoints": "출현 지점", + "s2_cell_level": "레벨 {{level}} S2 셀", + "total_count": "총 개수", + "next_submission": "다음 제출!", + "never": "결코", + "next_gym": "다음 체육관", + "scan_cells": "셀 스캔", + "devices": "장치", + "use_my_location": "내 위치 사용", + "submit_feedback_title": "피드백/버그 보고 제출", + "use_the_link_below": "아래 링크를 사용하여 피드백이나 발견한 버그를 제출할 수 있습니다.", + "feedback_to_devs": "이 피드백은 개발자에게 직접 전송됩니다.", + "feedback_form": "피드백 양식", + "unknown_pokestop": "알 수 없는 포켓스탑 이름", + "unknown_gym": "알 수 없는 체육관 이름", + "exclude": "제외", + "exclude_quest": "퀘스트 제외", + "exclude_invasion": "침략 제외", + "exclude_team": "팀 제외", + "exclude_raid": "레이드 제외", + "exclude_lure": "루어 제외", + "timer": "타이머", + "hide": "숨기기", + "tier": "등급", + "slots": "슬롯", + "mega": "메가", + "form": "형태", + "starts": "시작", + "ends": "종료", + "defender": "방어자", + "best_buddy": "최고의 친구", + "cp": "CP", + "kilogram": "kg", + "meter": "m", + "total_cp": "총 CP", + "first_seen": "처음 발견", + "last_seen": "마지막 발견", + "last_modified": "마지막 수정", + "last_updated": "마지막 업데이트", + "imported": "가져옴", + "nest_estimated": "둥지 데이터가 추정됩니다!", + "verify_nests": "현재 스폰을 확인하여 둥지 검증", + "nest_out_of_date": "둥지 데이터가 최신이 아닐 수 있습니다!", + "nest_check_current": "대신 현재 스폰 확인", + "spawns_per_hour": "시간당 스폰 수", + "teams": "팀", + "eggs": "알", + "reverse": "거꾸로", + "selected": "선택됨", + "unselected": "선택되지 않음", + "only_available": "가능", + "common": "흔함", + "uncommon": "드뭄", + "rare": "희귀함", + "ultra_rare": "극희귀", + "regional": "지역 한정", + "event": "이벤트", + "legendary": "전설의 포켓몬", + "mythical": "환상", + "ultra_beast": "울트라 비스트", + "alt_forms": "대체 형태", + "alola": "알로라", + "galarian": "갈라리안", + "showing": "표시 중", + "instance": "인스턴스", + "online": "온라인", + "offline": "오프라인", + "boosted_types": "강화된 유형", + "pokemon_options": "포켓몬 옵션", + "pokestops_options": "포켓스톱 옵션", + "gyms_options": "체육관 옵션", + "nests_options": "둥지 옵션", + "wayfarer_options": "웨이페어러 옵션", + "admin_options": "관리자 옵션", + "weather_options": "날씨 옵션", + "s2cells_options": "S2 셀 옵션", + "clustering": "클러스터링", + "glow": "반짝임", + "legacy_filter": "구버전 필터", + "raid_timers": "모든 레이드 타이머", + "invasion_timers": "모든 침략 타이머", + "lure_timers": "모든 루어 타이머", + "device_path_color": "디바이스 경로 색상", + "old_portals": "옛날 포탈", + "new_portals": "새 포탈", + "items": "아이템", + "energy": "에너지", + "ar_eligible": "AR 가능", + "iv_circles": "IV 표시", + "min_iv_circle": "최소 IV 원", + "interaction_ranges": "상호작용 범위", + "cannot_connect": "\n현재 서버에 연결할 수 없습니다.\n즉시 다시 시도하면 문제만 더 발생할 수 있습니다.\n몇 분 후에 다시 시도해 주십시오.\n\n- 맵 관리자 팀", + "mad_quest_text": "기본 퀘스트", + "xs": "XS", + "primary": "주", + "secondary": "부", + "zero_iv": "0% IV", + "hundo_iv": "100% IV", + "open_menu": "메뉴 열기", + "zoom_in": "확대", + "zoom_out": "축소", + "welcome": "환영합니다", + "back": "뒤로", + "next": "다음", + "finish": "마침", + "start_tutorial": "튜토리얼 시작", + "view_profile": "프로필 보기", + "login_optional": "로그인 (선택사항)", + "tutorial": "튜토리얼", + "tutorial_language": "언어 선택", + "tutorial_welcome": "이 튜토리얼은 상호작용이 가능하며 제공된 모든 옵션을 사용해 보는 것이 매우 권장됩니다", + "tutorial_categories": "접근 가능한 카테고리", + "tutorial_logged_in": "프로필을 보면 권한에 대한 세부 정보를 볼 수 있습니다.", + "tutorial_logged_out": "로그인하면 권한에 대한 세부 정보를 볼 수 있습니다.", + "tutorial_sidebar_0": "여기에 모든 필터 및 설정이 있습니다", + "tutorial_sidebar_1": "각 카테고리에서 원하는 데이터를 정확히 토글할 수 있습니다", + "tutorial_sidebar_2": "옵션: 추가 사용자 정의\n고급: 이 튜토리얼에서 나중에 다룰 예정입니다", + "tutorial_sliders_0": "슬라이더를 사용하여 필터 조정", + "tutorial_sliders_1": "포켓몬 범위:", + "tutorial_sliders_2": "- IVs {{iv0}}%에서 {{iv1}}%까지", + "tutorial_sliders_3": "레벨 {{level0}}에서 {{level1}}까지", + "tutorial_sliders_3alt": "- 그리고 레벨 {{level0}}에서 {{level1}}까지", + "tutorial_sliders_4": "- 그레이트 리그 순위 {{gl0}}에서 {{gl1}}까지", + "tutorial_sliders_4alt": "- 또는 그레이트 리그 순위 {{gl0}}에서 {{gl1}}까지", + "tutorial_sliders_5": "- 울트라 리그 순위 {{ul0}}에서 {{ul1}}까지", + "tutorial_sliders_5alt": "- 또는 울트라 리그 순위 {{ul0}}에서 {{ul1}}까지", + "tutorial_sliders_6": "동일한 색상의 다른 슬라이더와 연계", + "tutorial_sliders_7": "다른 슬라이더와 별도로 필터", + "tutorial_sliders_8": "‘전체’ 슬라이더는 비활성화된 상태를 의미합니다:", + "tutorial_sliders_9": "IV 체크 여부와 관계없이 모든 스폰", + "tutorial_help": "이 메뉴로 바로가기", + "tutorial_adv_filter": "모바일 전용, 고급 메뉴의 필터링 옵션 열기", + "tutorial_tune": "메뉴에서 현재 필터링 중인 모든 포켓몬에 대한 고급 필터 설정", + "tutorial_format_size": "메뉴에서 현재 필터링 중인 모든 항목의 아이콘 크기 설정", + "tutorial_check": "메뉴에서 현재 필터링 중인 모든 항목 활성화", + "tutorial_clear": "메뉴에서 현재 필터링 중인 모든 항목 비활성화", + "tutorial_save": "현재 선택 저장하고 종료", + "tutorial_show_all_view": "포케스탑 & 체육관 토글", + "tutorial_show_pokemon_view": "포켓몬 토글", + "tutorial_toggle": "체크/X를 클릭하여 항목 토글", + "tutorial_pokemon_caption": "이 아이콘을 사용하면 해당 포켓몬에 대한 필터를 설정할 수 있습니다", + "tutorial_all_caption": "팀은 특별한 슬롯 메뉴를 가집니다\n다른 모든 항목은 아이콘 크기를 조정할 수 있게 합니다", + "tutorial_popup_0": "팝업이 이제 상호작용 가능합니다!", + "tutorial_popup_1": "세 개의 점은 숨기기, 제외하기 및 타이머 토글 옵션을 엽니다", + "tutorial_popup_2": "탐색 링크 양쪽의 아이콘은 추가 정보를 보여주기 위해 확장됩니다, 한번 시도해보세요!", + "tutorial_popup_3": "각 카테고리마다 아이콘이 다릅니다, 모두 확인해보세요", + "tutorial_closing_0": "추가 정보", + "tutorial_closing_1": "사이드바의 전역 포켓몬 슬라이더는 고급 메뉴와 별도로 작동하며 서로 영향을 주지 않습니다", + "tutorial_closing_2": "사이드바의 설정 섹션을 확인해 보세요", + "tutorial_closing_3": "각 카테고리마다 많은 미적 옵션이 있지만, 지도에 추가하는 항목이 많을수록 지도가 멈출 가능성이 높아집니다", + "tutorial_closing_4": "사이드바의 설정 패널에서 이 튜토리얼을 다시 볼 수 있습니다", + "tutorial_closing_5": "안전하게 대처하시고 행운을 빕니다!", + "intro": "소개", + "sidebar": "사이드바", + "sliders": "슬라이더", + "popups": "팝업", + "closing": "마무리", + "shortcuts": "바로가기", + "iv": "IV", + "area_restrictions": "지역 제한", + "map": "지도", + "stats": "통계", + "pvp": "PVP", + "area_restrictions_subtitle": "이 지역에 대한 접근이 허용됩니다", + "devices_subtitle": "활성 장치 위치 및 경로 표시", + "gyms_subtitle": "활성 체육관 위치, 활성 팀 및 각 체육관의 사용 가능한 슬롯 수 표시", + "invasions_subtitle": "팀 로켓 침략 정보 표시, 전투 라인업, 만료 시간 및 가능한 보상 포함", + "iv_subtitle": "IV% 및 빛나는 옵션 표시", + "lures_subtitle": "미끼 정보 표시, 미끼 유형과 만료 시간 포함", + "map_subtitle": "지도 표시", + "nests_subtitle": "활성 포켓몬 둥지 및 둥지 폴리곤 표시", + "pokemon_subtitle": "모든 포켓몬 위치와 만료 시간 표시", + "pokestops_subtitle": "모든 포케스탑 위치 표시", + "portals_subtitle": "모든 Ingress 포털 표시", + "pvp_subtitle": "각 포켓몬의 PVP 순위/CP/레벨 정보를 표시합니다", + "quests_subtitle": "퀘스트 보상 및 작업 정보를 표시합니다", + "raids_subtitle": "레이드 보스, 알, 만료 시간 및 이동 세트를 포함한 모든 레이드 정보를 표시합니다", + "scan_cells_subtitle": "S2 셀이 기기에 의해 마지막으로 스캔된 시간을 표시합니다", + "scan_areas_subtitle": "사용 가능한 스캔 영역 폴리곤을 표시합니다", + "spawnpoints_subtitle": "스폰 포인트와 예상 소멸 시간을 표시합니다", + "stats_subtitle": "포켓몬의 스탯과 레벨을 표시합니다", + "submission_cells_subtitle": "새로운 POI를 제출하기 위한 유용한 정보를 표시합니다", + "weather_subtitle": "각 셀의 게임 내 날씨 정보를 표시합니다", + "scanner_subtitle": "다양한 방식으로 스캐너와 직접 상호 작용합니다", + "s2cells_subtitle": "지도에 다양한 레벨의 S2 셀을 표시합니다", + "backups_subtitle": "기기 간 설정을 백업하고 로드하는 것을 가능하게 합니다", + "backups": "백업", + "user_profile": "사용자 프로필", + "user_username": "사용자 이름", + "candy": "사탕", + "show_ex_badge": "EX 배지 표시", + "search": "검색", + "global_search_quests": "보상 이름을 입력하세요...", + "global_search_lures": "루어 이름을 입력하세요...", + "global_search_pokestops": "포켓스탑 이름을 입력하세요...", + "global_search_gyms": "체육관 이름을 입력하세요...", + "global_search_portals": "포털 이름을 입력하세요...", + "global_search_nests": "포켓몬 둥지 이름을 입력하세요...", + "global_search_raids": "레이드 보스 이름을 입력하세요...", + "global_search_pokemon": "포켓몬 이름을 입력하세요...", + "global_search_invasions": "그런트 유형, 이름 또는 포켓몬 보상 이름을 입력하세요...", + "raid_level_badges": "레이드 레벨 배지", + "options": "옵션", + "profile": "프로필", + "pokemon_icons": "포켓몬 아이콘", + "pokestop_icons": "포켓스탑 아이콘", + "gym_icons": "체육관 아이콘", + "team_icons": "팀 아이콘", + "egg_icons": "알 아이콘", + "raid_icons": "레이드 아이콘", + "nest_icons": "둥지 아이콘", + "reward_icons": "보상 아이콘", + "type_icons": "타입 아이콘", + "weather_icons": "날씨 아이콘", + "misc_icons": "기타 아이콘", + "invasion_icons": "침공 아이콘", + "spawnpoint_icons": "스폰 포인트 아이콘", + "device_icons": "기기 아이콘", + "pokemon_audio": "포켓몬 오디오", + "pokestop_audio": "포켓스탑 오디오", + "gym_audio": "체육관 오디오", + "team_audio": "팀 오디오", + "egg_audio": "알 오디오", + "raid_audio": "레이드 오디오", + "nest_audio": "둥지 오디오", + "reward_audio": "보상 오디오", + "type_audio": "타입 오디오", + "weather_audio": "날씨 오디오", + "misc_audio": "기타 오디오", + "invasion_audio": "침공 오디오", + "spawnpoint_audio": "스폰 포인트 오디오", + "device_audio": "기기 오디오", + "pokemon_timers": "모든 포켓몬 타이머", + "show_dex_num_in_popup": "팝업에 도감 번호 표시", + "popup": "팝업", + "pvp_level": "{{level}} 레벨 PVP 스탯", + "pvp_mega": "메가 PVP 스탯", + "webhook_entry": "{{name}}에 추가", + "remove_webhook_entry": "{{name}}에서 제거", + "distance": "거리", + "gym": "체육관", + "egg": "알", + "raid": "레이드", + "lure": "루어", + "quest": "퀘스트", + "invasion": "침공", + "nest": "둥지", + "pokestop": "포켓스탑", + "team": "팀", + "global": "글로벌", + "manage_webhook": "{{name}} 관리", + "drag_and_drop": "마커를 드래그하여 위치 설정", + "click_to_select": "선택하려면 클릭", + "add_new": "새로운 {{category}} 알림 추가", + "my_location": "내 위치", + "choose_on_map": "지도에서 선택", + "select_profile": "프로필 선택", + "distance_radius": "미리보기 반경 거리", + "areas": "지역", + "select_webhook": "봇 선택", + "ar_quest_true": "AR 작업", + "ar_quest_false": "AR 없음", + "with_ar": "AR 포함", + "both": "둘 다", + "without_ar": "AR 없음", + "exclude_quest_multi": "{{reward}} 제외", + "cluster_limit_0": "{{variable_0}} 제한 ({{variable_1}}) 도달", + "cluster_limit_1": "확대하거나 필터를 좁혀주세요", + "show_polygons": "폴리곤 표시", + "exclude_invasion_multi": "{{invasion}} 제외", + "stardust": "별의모래", + "slider_cp": "CP", + "pvp_ranking_league": "리그", + "pvp_ranking_min_cp": "최소 CP", + "slider_pvp": "순위", + "profile_no": "프로필", + "template": "템플릿", + "gender": "성별", + "clean": "정리", + "all_forms": "모든 형태", + "pvp_entry": "PVP 등록", + "no_iv": "IV 없음 포함", + "by_distance": "거리별", + "min_time": "최소 시간", + "add_new_profile": "새 프로필 추가", + "slider_none": "없음", + "non_registered_human_title": "이런, 문제가 생겼어요!", + "non_registered_human_desc": "{{webhook}}에 등록되지 않았을 수 있습니다\n또는 서버에 접근할 수 없습니다", + "try_again_later": "나중에 다시 시도해주세요", + "selected_areas_one": "{{count}} 지역 선택됨", + "selected_areas_other": "{{count}} 지역 선택됨", + "webhook_selection": "{{name}} 선택", + "message_of_the_day": "오늘의 메시지", + "has_quest_indicator": "퀘스트가 있는 포켓스탑에 대한 대체 색상", + "show_ar_badge": "AR 배지 표시", + "all_gyms": "모든 체육관", + "general": "일반", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "선택된 것에 전역 적용", + "normal_forms": "일반 형태", + "weather_indicator": "날씨 부스트 지시기", + "page": "페이지 {{page}}", + "navigation_controls": "내비게이션 컨트롤", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "독점", + "all_moves": "모든 기술", + "move": "기술", + "any": "아무것도", + "min_spawn_average": "최소 출현률", + "select_all": "모두 선택", + "delete_all": "선택한 것 삭제", + "cancel": "취소", + "day_1": "월요일", + "day_2": "화요일", + "day_3": "수요일", + "day_4": "목요일", + "day_5": "금요일", + "day_6": "토요일", + "day_7": "일요일", + "profile_name": "프로필 이름", + "manage_profiles": "프로필 관리", + "min_spawn_avg": "평균 최소 출현률", + "poke_global": "모든 것", + "amount": "수량", + "specific_gym": "특정 체육관", + "search_location": "위치 검색", + "search_specific": "특정 {{category}} 검색", + "webhook_success_gym": "레이드, 알, 팀 변경 알림이 추가되었습니다!", + "slot_changes": "슬롯 변경", + "slot_changes_poracle": "슬롯 변경", + "confirm_delete": "이 프로필의 모든 추적을 삭제합니다, 확실합니까?", + "confirm_copy": "\"{{profile}}\" 프로필을 어느 프로필에 복사할지 선택하세요, 이 작업은 해당 프로필을 전체적으로 덮어씁니다.", + "webhook_error": "{{name}}이(가) 처리할 수 없습니다.\n나중에 다시 시도해주세요.", + "profile_error": "고유하고 유효해야 합니다", + "team_0": "소속없음", + "battle_changes": "배틀 변화", + "battle_changes_poracle": "배틀 변화", + "auto": "자동", + "webhooks_subtitle": "이 봇들을 위한 알림을 지도에서 직접 관리하세요", + "event_stops_subtitle": "Kecleon과 같은 특별 이벤트 포켓스탑 표시", + "webhooks": "알림", + "scanner": "스캐너 작업", + "everything_individually": "개별 알림 추가", + "individually": "개별적으로", + "join": "참여하기", + "errors_404": "이런, 페이지를 찾을 수 없습니다!", + "errors_500": "서버 오류가 발생했습니다, 다시 시도해주세요!", + "local_username": "사용자 이름", + "local_password": "비밀번호", + "local_error": "오류가 발생했습니다, 다시 시도해주세요!", + "no_filter_results": "결과 없음\n필터를 넓혀보세요", + "donor_page": "기부 페이지", + "go_back": "돌아가기", + "access": "접근", + "link_discord": "디스코드 연결", + "select_webhook_strategy": "알림 관리자", + "webhook_strategy_success_0": "성공! 알림 설정을 가져오기 위해 새로고침 중...", + "register": "등록", + "invalid_credentials": "잘못된 자격 증명", + "localauth_failed": "인증 실패", + "error_creating_user": "현재 새 사용자를 등록할 수 없습니다", + "discord_linked": "디스코드 연결됨", + "telegram_linked": "텔레그램 연결됨", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "레벨", + "km": "킬로미터", + "feedback": "피드백", + "donor_menu": "기부자 메뉴", + "pokemon_cell": "포켓몬 위치는 달라질 수 있습니다", + "timer_verified": "이 타이머는 검증됨", + "timer_unverified": "이 타이머는 미검증", + "all": "모두", + "badge_0": "없음", + "badge_1": "기본", + "badge_2": "브론즈", + "badge_3": "실버", + "badge_4": "골드", + "gym_badge_menu": "체육관 배지 편집", + "gym_badges": "체육관 배지", + "gym_badge_diamonds": "체육관 배지 보기", + "gym_badges_subtitle": "지도 및 프로필 페이지에 체육관 배지를 표시합니다.", + "confirm_filters_reset": "필터 재설정", + "filters_reset_text": "기본값으로 설정을 재설정하시겠습니까? 이 작업은 취소할 수 없습니다!", + "filters_reset_title": "필터 재설정", + "raid_quick_select": "빠른 선택", + "disabled": "비활성화됨", + "loading": "{{category}} 로드 중", + "loading_icons": "아이콘 가져오기", + "loading_invasions": "침공 가져오기", + "scan_next": "다음 위치 스캔", + "scan_next_choose": "마커를 끌어다 놓아 스캔 위치 설정", + "scan_zone": "영역 스캔", + "scan_zone_choose": "마커를 끌어다 놓아 스캔 위치와 크기 설정", + "scan_zone_size": "크기", + "scan_zone_range": "범위", + "scan_zone_spacing": "간격", + "scan_zone_radius": "반경", + "scan_requests": "스캔 요청", + "scan_queue": "현재 대기열", + "click_to_scan": "여기를 스캔하십시오", + "scan_confirmed_title": "스캔 요청 확인됨", + "scan_confirmed": "작업자가 위치로 보내졌으며, 결과가 곧 지도에 나타납니다!", + "scan_loading_title": "스캔 요청 전송 중", + "scan_loading": "스캔 요청이 처리되어 시스템으로 전송 중입니다!", + "scan_error_title": "오류", + "scan_error": "스캔 요청 처리 중 오류가 발생했습니다...", + "scan_outside_area": "이 위치는 승인된 영역의 경계를 벗어났습니다", + "pvp_ranking_cap": "레벨", + "lc_title": "위치 따라가기", + "lc_metersUnit": "미터", + "lc_feetUnit": "피트", + "lc_popup": "이 지점에서 {distance} {unit} 이내에 있습니다", + "lc_outsideMapBoundsMsg": "지도 경계를 벗어난 것 같습니다", + "no_alerts": "알림 없음", + "loading_settings": "설정 로드 중", + "refresh_to_continue": "계속하려면 새로고침하세요", + "session_expired_title": "세션 만료됨", + "session_expired_body": "세션이 만료되었습니다", + "old_client_title": "구버전", + "old_client_body": "이 지도의 새 버전이 사용 가능합니다", + "early_old_client_title": "구버전", + "early_old_client_body": "이 앱의 오래된 버전이 브라우저에 캐시될 수 있습니다, 이 앱을 사용하려면 캐시를 지워야 합니다.", + "refresh": "새로고침", + "points": "포인트", + "day": "일", + "days": "일", + "react_error": "문제가 발생했습니다", + "clickable_icon": "클릭 가능한 아이콘", + "two_stops_till_next": "다음까지 2 정류장", + "one_stop_till_next": "다음까지 1 정류장", + "no_more_gyms": "더 이상 체육관 없음", + "light_map_border": "밝은 지도 경계", + "dark_map_border": "어두운 지도 경계", + "cell_blocked": "블록된 셀", + "poi_color": "관심 지점 색상", + "quest_condition": "퀘스트 조건", + "always_show_labels": "항상 레이블 표시", + "scan_areas_options": "스캔 영역 옵션", + "historic_rarity": "역사적 희귀도", + "poi": "관심 지점", + "300m_range": "300m 범위", + "lure_range": "루어 범위", + "custom_range": "사용자 지정 범위", + "tap_to_toggle": "터치하여 전환", + "power_up": "파워 업", + "never_alt": "절대 없음", + "seen_nearby_stop": "근처에 포켓스탑에서 발견", + "seen_nearby_cell": "이 셀에서 발견", + "seen_lure_encounter": "루어 만남", + "seen_lure_wild": "루어에서 발생", + "seen_wild": "야생 발생", + "event_stops": "이벤트 포켓스탑", + "event_stop_timers": "이벤트 포켓스탑 타이머", + "size_0": "모든", + "size_1": "XXS", + "size_2": "XS", + "size_3": "M", + "size_4": "XL", + "size_5": "XXL", + "show_size_indicator": "크기 지시기 보기", + "size": "크기", + "gold_stop": "골드 포켓스탑", + "profile_backups": "프로필 전환", + "new_backup": "새 백업", + "create": "생성", + "load": "불러오기", + "update": "업데이트", + "delete": "삭제", + "name": "이름", + "only_confirmed": "확인된 것만", + "only_exclude_grunts": "그런트 제외", + "only_exclude_leaders": "리더 제외", + "rocket_pokemon": "로켓 포켓몬", + "decoy": "위장", + "s2_cell_limit_0": "20,000개 이상의 셀을 생성하려고 했습니다 ({{variable_0}})", + "s2_cell_zoom_limit": "일부 셀은 이 줌 레벨에서 너무 작아 표시할 수 없습니다", + "show_all_pvp_ranks": "모든 PVP 등급 보기", + "enable_pokemon_popup_coords": "포켓몬 좌표 보기", + "enable_gym_popup_coords": "체육관 좌표 보기", + "enable_pokestop_popup_coords": "포켓스탑 좌표 보기", + "enable_portal_popup_coords": "포털 좌표 보기", + "on_block_join_discord": "더 많은 정보를 위해 우리의 디스코드에 참여해 주세요.", + "on_block_msg": "당신은 멤버로 차단되었습니다", + "denied": "거절됨", + "showcase": "전시", + "unknown_event": "알 수 없는 이벤트", + "scanner_countdown": "{{time}}초 후 사용 가능", + "success": "성공", + "contribute": "기여하기", + "mi": "마일", + "filter_by_areas": "지역별로 필터", + "submit_nest_name": "둥지 이름 제출", + "nest_submission_menu": "이름 업데이트", + "nest_submissions": "둥지 제출", + "nest_submissions_subtitle": "둥지에 새 이름을 제출할 수 있습니다", + "pokemon_opacity": "동적 포켓몬 불투명도", + "invasion_opacity": "동적 침략 불투명도", + "raid_opacity": "동적 습격 불투명도", + "opacity_ten_minutes": "10분 후 불투명도", + "opacity_five_minutes": "5분 후 불투명도", + "opacity_one_minute": "1분 후 불투명도", + "level_circles": "레벨 지시기", + "min_level_circle": "최소 원 레벨", + "mutation_auth_error": "로그인하지 않아 요청이 실패했습니다", + "submitted_by": "제출자", + "reversible": "되돌릴 수 있음", + "version": "버전", + "route_tags": "경로 태그", + "routes": "경로", + "route_type": "경로 유형", + "routes_subtitle": "지도에서 게임 내 경로와 관련 정보를 봅니다", + "description": "설명", + "additional_info": "추가 정보", + "duration": "지속 시간", + "elevation": "고도", + "contest_category_1": "가장 작은 크기", + "context_category_2": "가장 큰 크기", + "total_entries": "총 항목", + "showcase_rankings": "전시 순위 보기", + "showcase_rankings_subtitle": "포켓스탑에서 전시의 상위 순위 목록을 표시합니다", + "tth": "TTH", + "tth_0": "모든", + "tth_1": "알려진", + "tth_2": "알 수 없는", + "no_access": "접근 불가", + "cooldown": "쿨 다운", + "scan_some_outside_area": "일부 위치가 허가된 경계 밖에 있습니다", + "alerts": "알림", + "alert_manager": "알림 관리자", + "menu": "메뉴", + "theme": "테마", + "exit": "나가기", + "component": "구성 요소", + "component_login_page": "로그인 페이지", + "component_donation_page": "기부 페이지", + "component_message_of_the_day": "오늘의 메시지", + "download": "다운로드", + "playground": "놀이터", + "locale": "로케일", + "saved": "저장됨", + "show_editor": "편집기 보기", + "hide_editor": "편집기 숨기기", + "reported_error": "다음 식별자로 서버에 오류가 보고되었습니다", + "dark_mode": "다크 모드", + "load_from_autosave": "자동저장에서 불러오기", + "done": "완료", + "fast": "속공", + "charged": "충전기", + "offline_mode": "오프라인 모드", + "include_sponsored": "스폰서 포함", + "showcase_color": "쇼케이스 색상", + "partner_color": "파트너 색상", + "disable": "{{- name}} 비활성화", + "profiling": "프로파일링", + "showcase_block": "쇼케이스로 인해 차단됨", + "signed_in_as": "다음 계정으로 로그인됨", + "missing_map_perm": "지도를 보는 권한이 없습니다.", + "access_denied": "접근 거부됨", + "audio": "오디오", + "desktop_notifications": "데스크탑 알림", + "notifications_options": "알림 옵션", + "audio_always_on": "오디오 항상 재생", + "volume_level": "음량 레벨", + "notifications_status": "알림 상태", + "granted": "허용됨", + "set_all": "전체 설정", + "set_filtered": "필터 설정", + "only_show_available": "이용 가능한 것만 보기", + "easy_mode": "쉬운 모드", + "quick_select": "전역 빠른 선택", + "pokemon_filter_mode": "포켓몬 필터 모드", + "basic": "기본", + "intermediate": "중급", + "expert": "고급", + "basic_description": "포켓몬을 쉽게 선택하고 전역 필터 적용", + "intermediate_description": "전역 및 개별 포켓몬별로 개별 필터 설정 (전통적)", + "expert_description": "최대한 사용자 정의를 위한 수동 입력 쿼리", + "icon_size": "아이콘 크기", + "developer": "개발자", + "raid_override": "레이드 오버라이드", + "search_rocket_pokemon": "로켓포켓몬 검색", + "main": "메인", + "extra": "추가", + "select": "선택", + "searching": "검색 중...", + "no_options": "옵션 없음...", + "and": "AND", + "or": "OR", + "only_global": "전역만", + "global_caption": "다른 모든 필터 무시", + "global_and_individual": "전역 & 개별 필터", + "gender_filters_all": "성별 모두에 적용", + "and_caption": "함께 연결됨", + "or_caption": "독립적으로 필터링", + "filter_help": "필터 도움말", + "kilometers": "킬로미터", + "miles": "마일", + "distance_unit": "거리 단위", + "data_management": "데이터 관리", + "reset_or_manage_text": "필터를 강제로 재설정하거나 데이터 관리 페이지를 방문해 개별 카테고리를 재설정할 수 있습니다.", + "reset_audio": "오디오 재설정", + "reset_all": "모두 재설정", + "reset_icons": "아이콘 재설정", + "reset_position": "위치 재설정", + "reset_ui": "UI 재설정", + "reset_options": "옵션 재설정", + "reset_menus": "메뉴 재설정", + "reset_settings": "설정 재설정", + "reset_general_title": "일반", + "reset_filters_title": "필터", + "reset_assets": "자산 재설정", + "reset_pokemon": "포켓몬 재설정", + "reset_pokestops": "포켓스탑 재설정", + "reset_gyms": "체육관 재설정", + "reset_nests": "둥지 재설정", + "reset_portals": "포털 재설정", + "reset_routes": "경로 재설정", + "reset_scan_areas": "스캔 영역 재설정", + "reset_scan_cells": "스캔 셀 재설정", + "reset_devices": "장치 재설정", + "reset_weather": "날씨 재설정", + "reset_s2cells": "S2 셀 재설정", + "reset_spawnpoints": "출현 지점 재설정", + "reset_submission_cells": "제출 셀 재설정", + "hisuian": "히스이안", + "spacial_rend_range": "시공의 렌즈 범위", + "key": "키", + "ai": "AI", + "human": "인간", + "locales": "로케일", + "instructions": "지침", + "locale_instructions_1": "드롭다운에서 언어를 선택하세요", + "locale_instructions_2": "\"인간\" 열에 원하는 번역을 입력하세요", + "locale_instructions_3": "JSON 파일을 다운로드하려면 \"$t(download)\" 버튼을 클릭하세요", + "locale_instructions_4": "아래의 GitHub 레포 링크를 포크하세요", + "locale_instructions_5": "번역하는 언어로 새 브랜치를 만들고 이름을 지정하세요", + "locale_instructions_6": "\"packages/locales/lib/human/{{lng}}.json\"의 내용을 다운로드한 파일로 교체하세요", + "locale_instructions_7": "풀 리퀘스트를 생성하세요", + "locale_instructions_8": "풀 리퀘스트가 리뷰되어 병합될 때까지 기다리세요", + "enter_translation": "번역 입력", + "individual_filters": "부분 필터링", + "data_limit_reached": "최근에 너무 많은 데이터를 요청했으며 {{until}}까지 쿨다운 상태입니다", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "하트를 {{amount}}개 획득", + "challenge_buddy_treat_plural": "간식을 {{amount}}개 주기", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Star Egg", + "egg_1_plural": "1 Star Eggs", + "egg_2": "2 Star Egg", + "egg_2_plural": "2 Star Eggs", + "egg_3": "3 Star Egg", + "egg_3_plural": "3 Star Eggs", + "egg_4": "4 Star Egg", + "egg_4_plural": "4 Star Eggs", + "egg_5": "Legendary Egg", + "egg_5_plural": "Legendary Eggs", + "egg_6": "Mega Egg", + "egg_6_plural": "Mega Eggs", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "보통", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "보통", + "form_34": "어택폼", + "form_35": "디펜스폼", + "form_36": "스피드폼", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "보통", + "form_46": "알로라", + "form_47": "보통", + "form_48": "알로라", + "form_49": "보통", + "form_50": "알로라", + "form_51": "보통", + "form_52": "알로라", + "form_53": "보통", + "form_54": "알로라", + "form_55": "보통", + "form_56": "알로라", + "form_57": "보통", + "form_58": "알로라", + "form_59": "보통", + "form_60": "알로라", + "form_61": "보통", + "form_62": "알로라", + "form_63": "보통", + "form_64": "알로라", + "form_65": "보통", + "form_66": "알로라", + "form_67": "보통", + "form_68": "알로라", + "form_69": "보통", + "form_70": "알로라", + "form_71": "보통", + "form_72": "알로라", + "form_73": "보통", + "form_74": "알로라", + "form_75": "보통", + "form_76": "알로라", + "form_77": "보통", + "form_78": "알로라", + "form_79": "보통", + "form_80": "알로라", + "form_81": "보통", + "form_82": "프로스트로토무", + "form_83": "스핀로토무", + "form_84": "커트로토무", + "form_85": "워시로토무", + "form_86": "히트로토무", + "form_87": "초목도롱", + "form_88": "모래땅도롱", + "form_89": "슈레도롱", + "form_90": "어나더폼", + "form_91": "오리진폼", + "form_92": "스카이폼", + "form_93": "랜드폼", + "form_94": "네거폼", + "form_95": "Sunny", + "form_96": "서쪽바다", + "form_97": "동쪽바다", + "form_98": "서쪽바다", + "form_99": "동쪽바다", + "form_100": "보통", + "form_101": "격투", + "form_102": "비행", + "form_103": "독", + "form_104": "땅", + "form_105": "바위", + "form_106": "벌레", + "form_107": "고스트", + "form_108": "강철", + "form_109": "불꽃", + "form_110": "물", + "form_111": "풀", + "form_112": "전기", + "form_113": "에스퍼", + "form_114": "얼음", + "form_115": "드래곤", + "form_116": "악", + "form_117": "페어리", + "form_118": "초목도롱", + "form_119": "모래땅도롱", + "form_120": "슈레도롱", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "보통", + "form_136": "적색근의 모습", + "form_137": "청색근의 모습", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "화신폼", + "form_141": "영물폼", + "form_142": "화신폼", + "form_143": "영물폼", + "form_144": "화신폼", + "form_145": "영물폼", + "form_146": "보통", + "form_147": "블랙큐레무", + "form_148": "화이트큐레무", + "form_149": "평상시 모습", + "form_150": "Resolute Form", + "form_151": "보이스폼", + "form_152": "스텝폼", + "form_157": "보통", + "form_160": "보통", + "form_163": "보통", + "form_166": "보통", + "form_169": "보통", + "form_172": "보통", + "form_175": "보통", + "form_178": "보통", + "form_181": "보통", + "form_184": "보통", + "form_187": "보통", + "form_190": "보통", + "form_193": "보통", + "form_196": "보통", + "form_199": "보통", + "form_202": "보통", + "form_205": "보통", + "form_208": "보통", + "form_211": "보통", + "form_214": "보통", + "form_217": "보통", + "form_224": "보통", + "form_229": "보통", + "form_232": "보통", + "form_235": "보통", + "form_238": "보통", + "form_241": "보통", + "form_244": "보통", + "form_247": "보통", + "form_250": "보통", + "form_253": "보통", + "form_256": "보통", + "form_259": "보통", + "form_262": "보통", + "form_265": "보통", + "form_268": "보통", + "form_271": "보통", + "form_274": "보통", + "form_277": "보통", + "form_280": "보통", + "form_283": "보통", + "form_286": "보통", + "form_289": "보통", + "form_292": "보통", + "form_295": "보통", + "form_298": "보통", + "form_301": "보통", + "form_304": "보통", + "form_307": "보통", + "form_310": "보통", + "form_313": "보통", + "form_316": "보통", + "form_319": "보통", + "form_322": "보통", + "form_585": "봄의 모습", + "form_586": "여름의 모습", + "form_587": "가을의 모습", + "form_588": "겨울의 모습", + "form_589": "봄의 모습", + "form_590": "여름의 모습", + "form_591": "가을의 모습", + "form_592": "겨울의 모습", + "form_593": "보통", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "보통", + "form_599": "Noevolve", + "form_600": "보통", + "form_601": "Noevolve", + "form_602": "보통", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "보통", + "form_613": "보통", + "form_616": "보통", + "form_619": "보통", + "form_622": "보통", + "form_625": "보통", + "form_628": "보통", + "form_631": "보통", + "form_634": "보통", + "form_637": "보통", + "form_640": "보통", + "form_643": "보통", + "form_646": "보통", + "form_649": "보통", + "form_652": "보통", + "form_655": "보통", + "form_658": "보통", + "form_661": "보통", + "form_664": "보통", + "form_667": "보통", + "form_670": "보통", + "form_677": "보통", + "form_680": "보통", + "form_683": "보통", + "form_688": "보통", + "form_691": "보통", + "form_694": "보통", + "form_697": "보통", + "form_700": "보통", + "form_703": "보통", + "form_706": "보통", + "form_713": "보통", + "form_716": "보통", + "form_719": "보통", + "form_722": "보통", + "form_729": "보통", + "form_734": "보통", + "form_737": "보통", + "form_740": "보통", + "form_743": "보통", + "form_746": "보통", + "form_749": "보통", + "form_752": "보통", + "form_755": "보통", + "form_758": "보통", + "form_761": "보통", + "form_764": "보통", + "form_767": "보통", + "form_770": "보통", + "form_773": "보통", + "form_776": "보통", + "form_779": "보통", + "form_782": "보통", + "form_785": "보통", + "form_788": "보통", + "form_791": "보통", + "form_794": "보통", + "form_797": "보통", + "form_800": "보통", + "form_803": "보통", + "form_806": "보통", + "form_809": "보통", + "form_812": "보통", + "form_815": "보통", + "form_818": "보통", + "form_821": "보통", + "form_824": "보통", + "form_827": "보통", + "form_830": "보통", + "form_833": "보통", + "form_836": "보통", + "form_839": "보통", + "form_846": "보통", + "form_849": "보통", + "form_852": "보통", + "form_855": "보통", + "form_858": "보통", + "form_861": "보통", + "form_864": "보통", + "form_867": "보통", + "form_870": "보통", + "form_873": "보통", + "form_876": "보통", + "form_879": "보통", + "form_888": "보통", + "form_891": "보통", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "보통", + "form_901": "Vs 2019", + "form_902": "보통", + "form_905": "보통", + "form_908": "보통", + "form_911": "보통", + "form_914": "보통", + "form_917": "보통", + "form_920": "보통", + "form_923": "보통", + "form_926": "보통", + "form_929": "보통", + "form_932": "보통", + "form_935": "보통", + "form_938": "보통", + "form_941": "보통", + "form_944": "Galarian", + "form_945": "보통", + "form_946": "Galarian", + "form_947": "보통", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "보통", + "form_956": "보통", + "form_959": "보통", + "form_962": "보통", + "form_965": "보통", + "form_968": "보통", + "form_971": "보통", + "form_974": "보통", + "form_981": "보통", + "form_984": "보통", + "form_987": "보통", + "form_990": "보통", + "form_993": "보통", + "form_996": "보통", + "form_999": "보통", + "form_1002": "보통", + "form_1005": "보통", + "form_1008": "보통", + "form_1011": "보통", + "form_1014": "보통", + "form_1017": "보통", + "form_1020": "보통", + "form_1023": "보통", + "form_1026": "보통", + "form_1029": "보통", + "form_1032": "보통", + "form_1035": "보통", + "form_1038": "보통", + "form_1041": "보통", + "form_1044": "보통", + "form_1047": "보통", + "form_1050": "보통", + "form_1053": "보통", + "form_1056": "보통", + "form_1059": "보통", + "form_1062": "보통", + "form_1065": "보통", + "form_1068": "보통", + "form_1071": "보통", + "form_1074": "보통", + "form_1077": "보통", + "form_1080": "보통", + "form_1083": "보통", + "form_1086": "보통", + "form_1089": "보통", + "form_1092": "보통", + "form_1095": "보통", + "form_1098": "보통", + "form_1101": "보통", + "form_1104": "보통", + "form_1107": "보통", + "form_1110": "보통", + "form_1115": "보통", + "form_1118": "보통", + "form_1121": "보통", + "form_1124": "보통", + "form_1127": "보통", + "form_1130": "보통", + "form_1133": "보통", + "form_1136": "보통", + "form_1139": "보통", + "form_1142": "보통", + "form_1145": "보통", + "form_1148": "보통", + "form_1151": "보통", + "form_1154": "보통", + "form_1157": "보통", + "form_1160": "보통", + "form_1163": "보통", + "form_1166": "보통", + "form_1169": "보통", + "form_1172": "보통", + "form_1175": "보통", + "form_1178": "보통", + "form_1181": "보통", + "form_1184": "보통", + "form_1187": "보통", + "form_1190": "보통", + "form_1193": "보통", + "form_1196": "보통", + "form_1199": "보통", + "form_1202": "보통", + "form_1205": "보통", + "form_1208": "보통", + "form_1211": "보통", + "form_1214": "보통", + "form_1217": "보통", + "form_1220": "보통", + "form_1223": "보통", + "form_1226": "보통", + "form_1229": "보통", + "form_1232": "보통", + "form_1235": "보통", + "form_1238": "보통", + "form_1241": "보통", + "form_1244": "보통", + "form_1247": "보통", + "form_1250": "보통", + "form_1253": "보통", + "form_1256": "보통", + "form_1259": "보통", + "form_1262": "보통", + "form_1265": "보통", + "form_1268": "보통", + "form_1271": "보통", + "form_1274": "보통", + "form_1277": "보통", + "form_1280": "보통", + "form_1283": "보통", + "form_1286": "보통", + "form_1289": "보통", + "form_1292": "보통", + "form_1295": "보통", + "form_1298": "보통", + "form_1301": "보통", + "form_1304": "보통", + "form_1307": "보통", + "form_1310": "보통", + "form_1313": "보통", + "form_1316": "보통", + "form_1319": "보통", + "form_1322": "보통", + "form_1325": "보통", + "form_1328": "보통", + "form_1331": "보통", + "form_1334": "보통", + "form_1337": "보통", + "form_1340": "보통", + "form_1343": "보통", + "form_1346": "보통", + "form_1349": "보통", + "form_1352": "보통", + "form_1355": "보통", + "form_1358": "보통", + "form_1361": "보통", + "form_1364": "보통", + "form_1367": "보통", + "form_1370": "보통", + "form_1379": "보통", + "form_1382": "보통", + "form_1385": "보통", + "form_1388": "보통", + "form_1391": "보통", + "form_1394": "보통", + "form_1397": "보통", + "form_1400": "보통", + "form_1403": "보통", + "form_1406": "보통", + "form_1409": "보통", + "form_1412": "보통", + "form_1415": "보통", + "form_1418": "보통", + "form_1421": "보통", + "form_1424": "보통", + "form_1427": "보통", + "form_1430": "보통", + "form_1433": "보통", + "form_1436": "보통", + "form_1439": "보통", + "form_1442": "보통", + "form_1445": "보통", + "form_1448": "보통", + "form_1451": "보통", + "form_1454": "보통", + "form_1457": "보통", + "form_1460": "보통", + "form_1463": "보통", + "form_1466": "보통", + "form_1469": "보통", + "form_1472": "보통", + "form_1475": "보통", + "form_1478": "보통", + "form_1481": "보통", + "form_1484": "보통", + "form_1487": "보통", + "form_1490": "보통", + "form_1493": "보통", + "form_1496": "보통", + "form_1499": "보통", + "form_1502": "보통", + "form_1505": "보통", + "form_1508": "보통", + "form_1511": "보통", + "form_1514": "보통", + "form_1517": "보통", + "form_1520": "보통", + "form_1523": "보통", + "form_1526": "보통", + "form_1529": "보통", + "form_1532": "보통", + "form_1535": "보통", + "form_1538": "보통", + "form_1541": "보통", + "form_1544": "보통", + "form_1547": "보통", + "form_1550": "보통", + "form_1553": "보통", + "form_1556": "보통", + "form_1559": "보통", + "form_1562": "보통", + "form_1565": "보통", + "form_1568": "보통", + "form_1571": "보통", + "form_1574": "보통", + "form_1577": "보통", + "form_1580": "보통", + "form_1583": "보통", + "form_1586": "보통", + "form_1589": "보통", + "form_1592": "보통", + "form_1595": "보통", + "form_1598": "보통", + "form_1601": "보통", + "form_1604": "보통", + "form_1607": "보통", + "form_1610": "보통", + "form_1613": "보통", + "form_1616": "보통", + "form_1619": "보통", + "form_1622": "보통", + "form_1625": "보통", + "form_1628": "보통", + "form_1631": "보통", + "form_1634": "보통", + "form_1637": "보통", + "form_1640": "보통", + "form_1643": "보통", + "form_1646": "보통", + "form_1649": "보통", + "form_1652": "보통", + "form_1655": "보통", + "form_1658": "보통", + "form_1661": "보통", + "form_1664": "보통", + "form_1667": "보통", + "form_1670": "보통", + "form_1673": "보통", + "form_1676": "보통", + "form_1679": "보통", + "form_1682": "보통", + "form_1685": "보통", + "form_1688": "보통", + "form_1691": "보통", + "form_1694": "보통", + "form_1697": "보통", + "form_1700": "보통", + "form_1703": "보통", + "form_1706": "보통", + "form_1709": "보통", + "form_1712": "보통", + "form_1715": "보통", + "form_1718": "보통", + "form_1721": "보통", + "form_1724": "보통", + "form_1727": "보통", + "form_1730": "보통", + "form_1733": "보통", + "form_1736": "보통", + "form_1739": "보통", + "form_1742": "보통", + "form_1745": "보통", + "form_1748": "보통", + "form_1751": "보통", + "form_1754": "보통", + "form_1757": "보통", + "form_1760": "보통", + "form_1763": "보통", + "form_1766": "보통", + "form_1769": "보통", + "form_1772": "보통", + "form_1775": "보통", + "form_1778": "보통", + "form_1781": "보통", + "form_1784": "보통", + "form_1787": "보통", + "form_1790": "보통", + "form_1793": "보통", + "form_1796": "보통", + "form_1799": "보통", + "form_1802": "보통", + "form_1805": "보통", + "form_1808": "보통", + "form_1811": "보통", + "form_1814": "보통", + "form_1817": "보통", + "form_1820": "보통", + "form_1823": "보통", + "form_1826": "보통", + "form_1829": "보통", + "form_1832": "보통", + "form_1835": "보통", + "form_1838": "보통", + "form_1841": "보통", + "form_1844": "보통", + "form_1847": "보통", + "form_1850": "보통", + "form_1853": "보통", + "form_1856": "보통", + "form_1859": "보통", + "form_1862": "보통", + "form_1865": "보통", + "form_1868": "보통", + "form_1871": "보통", + "form_1874": "보통", + "form_1877": "보통", + "form_1880": "보통", + "form_1883": "보통", + "form_1886": "보통", + "form_1889": "보통", + "form_1892": "보통", + "form_1895": "보통", + "form_1898": "보통", + "form_1901": "보통", + "form_1904": "보통", + "form_1907": "보통", + "form_1910": "보통", + "form_1913": "보통", + "form_1916": "보통", + "form_1919": "보통", + "form_1922": "보통", + "form_1925": "보통", + "form_1928": "보통", + "form_1931": "보통", + "form_1934": "보통", + "form_1937": "보통", + "form_1940": "보통", + "form_1943": "보통", + "form_1946": "보통", + "form_1949": "보통", + "form_1952": "보통", + "form_1955": "보통", + "form_1958": "보통", + "form_1961": "보통", + "form_1964": "보통", + "form_1967": "보통", + "form_1970": "보통", + "form_1973": "보통", + "form_1976": "보통", + "form_1979": "보통", + "form_1982": "보통", + "form_1985": "보통", + "form_1988": "보통", + "form_1991": "보통", + "form_1994": "보통", + "form_1997": "보통", + "form_2000": "보통", + "form_2003": "보통", + "form_2006": "보통", + "form_2009": "보통", + "form_2012": "보통", + "form_2015": "보통", + "form_2018": "보통", + "form_2021": "보통", + "form_2024": "보통", + "form_2027": "보통", + "form_2030": "보통", + "form_2033": "보통", + "form_2036": "보통", + "form_2039": "보통", + "form_2042": "보통", + "form_2045": "보통", + "form_2048": "보통", + "form_2051": "보통", + "form_2054": "보통", + "form_2057": "보통", + "form_2060": "보통", + "form_2063": "보통", + "form_2066": "보통", + "form_2069": "보통", + "form_2072": "보통", + "form_2075": "보통", + "form_2078": "보통", + "form_2081": "보통", + "form_2084": "보통", + "form_2087": "보통", + "form_2090": "보통", + "form_2093": "보통", + "form_2096": "보통", + "form_2099": "보통", + "form_2102": "보통", + "form_2105": "보통", + "form_2108": "보통", + "form_2111": "보통", + "form_2114": "보통", + "form_2117": "보통", + "form_2120": "보통", + "form_2123": "보통", + "form_2126": "보통", + "form_2129": "보통", + "form_2132": "보통", + "form_2135": "보통", + "form_2138": "보통", + "form_2141": "보통", + "form_2144": "보통", + "form_2147": "보통", + "form_2150": "보통", + "form_2153": "보통", + "form_2156": "보통", + "form_2159": "보통", + "form_2162": "보통", + "form_2165": "보통", + "form_2168": "보통", + "form_2171": "보통", + "form_2174": "보통", + "form_2177": "보통", + "form_2180": "보통", + "form_2183": "보통", + "form_2186": "보통", + "form_2189": "보통", + "form_2192": "보통", + "form_2195": "보통", + "form_2198": "보통", + "form_2201": "보통", + "form_2204": "보통", + "form_2207": "보통", + "form_2210": "보통", + "form_2213": "보통", + "form_2216": "보통", + "form_2219": "보통", + "form_2222": "보통", + "form_2225": "보통", + "form_2228": "보통", + "form_2231": "보통", + "form_2234": "보통", + "form_2237": "보통", + "form_2240": "보통", + "form_2243": "보통", + "form_2246": "보통", + "form_2249": "보통", + "form_2252": "보통", + "form_2255": "보통", + "form_2258": "보통", + "form_2261": "보통", + "form_2264": "보통", + "form_2267": "보통", + "form_2270": "보통", + "form_2273": "보통", + "form_2276": "보통", + "form_2279": "보통", + "form_2282": "보통", + "form_2285": "보통", + "form_2288": "보통", + "form_2291": "보통", + "form_2294": "보통", + "form_2297": "보통", + "form_2300": "보통", + "form_2303": "보통", + "form_2306": "보통", + "form_2309": "보통", + "form_2312": "보통", + "form_2315": "보통", + "form_2318": "보통", + "form_2321": "보통", + "form_2324": "보통", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "암컷의 모습", + "form_2331": "암컷의 모습", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "Low Key Form", + "form_2464": "하이한 모습", + "form_2477": "Phony Form", + "form_2478": "진작폼", + "form_2480": "Phony Form", + "form_2481": "진작폼", + "form_2501": "보통", + "form_2504": "보통", + "form_2507": "보통", + "form_2510": "보통", + "form_2513": "보통", + "form_2516": "보통", + "form_2540": "Ice Face", + "form_2541": "Noice Face", + "form_2542": "수컷의 모습", + "form_2543": "암컷의 모습", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "Crowned Sword", + "form_2577": "Hero of Many Battles", + "form_2578": "Crowned Shield", + "form_2579": "Hero of Many Battles", + "form_2580": "Eternamax", + "form_2581": "보통", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "보통", + "form_2588": "암컷의 모습", + "form_2589": "보통", + "form_2590": "암컷의 모습", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "태양의 모습", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "이글이글스타일", + "form_2680": "파칙파칙스타일", + "form_2681": "훌라훌라스타일", + "form_2683": "하늘하늘스타일", + "form_2684": "한낮의 모습", + "form_2685": "한밤중의 모습", + "form_2686": "황혼의 모습", + "form_2687": "Solo Form", + "form_2688": "군집의 모습", + "form_2689": "보통", + "form_2690": "벌레", + "form_2691": "악", + "form_2692": "드래곤", + "form_2693": "전기", + "form_2694": "페어리", + "form_2695": "격투", + "form_2696": "불꽃", + "form_2697": "비행", + "form_2698": "고스트", + "form_2699": "풀", + "form_2700": "땅", + "form_2701": "얼음", + "form_2702": "독", + "form_2703": "에스퍼", + "form_2704": "바위", + "form_2705": "강철", + "form_2706": "물", + "form_2707": "Meteor Blue", + "form_2708": "블루 페더", + "form_2709": "그린 페더", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "옐로 페더", + "form_2715": "들킨 모습", + "form_2716": "Disguised Form", + "form_2717": "보통", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "보통", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "보통", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "황혼의 모습", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "태양의 모습", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "태양의 모습", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "화신폼", + "form_2803": "영물폼", + "form_2804": "백색근의 모습", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "보통", + "form_2808": "암컷의 모습", + "form_2809": "보통", + "form_2810": "보통", + "form_2811": "보통", + "form_2812": "보통", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "보통", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "오리진폼", + "form_2830": "오리진폼", + "form_2831": "보통", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "보통", + "form_2982": "암컷의 모습", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "그린 페더", + "form_2986": "블루 페더", + "form_2987": "옐로 페더", + "form_2988": "White", + "form_2989": "나이브폼", + "form_2990": "Hero of Many Battles", + "form_2991": "젖힌 모습", + "form_2992": "늘어진 모습", + "form_2993": "뻗은 모습", + "form_2994": "두 마디폼", + "form_2995": "세 마디폼", + "form_2996": "완전형태", + "form_2997": "컴플리트모드", + "form_2998": "보통", + "form_3000": "보통", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "수컷의 모습", + "gender_2": "암컷의 모습", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "알로라", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "블랑쉬", + "grunt_2": "칸델라", + "grunt_3": "스파크", + "grunt_4": "조무래기 (수컷의 모습)", + "grunt_5": "조무래기 (암컷의 모습)", + "grunt_6": "벌레 - 조무래기 (암컷의 모습)", + "grunt_7": "벌레 - 조무래기 (수컷의 모습)", + "grunt_8": "조무래기 (암컷의 모습)", + "grunt_9": "조무래기 (수컷의 모습)", + "grunt_10": "악 - 조무래기 (암컷의 모습)", + "grunt_11": "악 - 조무래기 (수컷의 모습)", + "grunt_12": "드래곤 - 조무래기 (암컷의 모습)", + "grunt_13": "드래곤 - 조무래기 (수컷의 모습)", + "grunt_14": "페어리 - 조무래기 (암컷의 모습)", + "grunt_15": "페어리 - 조무래기 (수컷의 모습)", + "grunt_16": "격투 - 조무래기 (암컷의 모습)", + "grunt_17": "격투 - 조무래기 (수컷의 모습)", + "grunt_18": "불꽃 - 조무래기 (암컷의 모습)", + "grunt_19": "불꽃 - 조무래기 (수컷의 모습)", + "grunt_20": "비행 - 조무래기 (암컷의 모습)", + "grunt_21": "비행 - 조무래기 (수컷의 모습)", + "grunt_22": "풀 - 조무래기 (암컷의 모습)", + "grunt_23": "풀 - 조무래기 (수컷의 모습)", + "grunt_24": "땅 - 조무래기 (암컷의 모습)", + "grunt_25": "땅 - 조무래기 (수컷의 모습)", + "grunt_26": "얼음 - 조무래기 (암컷의 모습)", + "grunt_27": "얼음 - 조무래기 (수컷의 모습)", + "grunt_28": "강철 - 조무래기 (암컷의 모습)", + "grunt_29": "강철 - 조무래기 (수컷의 모습)", + "grunt_30": "노말 - 조무래기 (암컷의 모습)", + "grunt_31": "노말 - 조무래기 (수컷의 모습)", + "grunt_32": "독 - 조무래기 (암컷의 모습)", + "grunt_33": "독 - 조무래기 (수컷의 모습)", + "grunt_34": "에스퍼 - 조무래기 (암컷의 모습)", + "grunt_35": "에스퍼 - 조무래기 (수컷의 모습)", + "grunt_36": "바위 - 조무래기 (암컷의 모습)", + "grunt_37": "바위 - 조무래기 (수컷의 모습)", + "grunt_38": "물 - 조무래기 (암컷의 모습)", + "grunt_39": "물 - 조무래기 (수컷의 모습)", + "grunt_40": "Player Team Leader", + "grunt_41": "리더 클리프", + "grunt_42": "리더 알로", + "grunt_43": "리더 시에라", + "grunt_44": "비주기", + "grunt_45": "미끼 조무래기 (수컷의 모습)", + "grunt_46": "미끼 조무래기 (암컷의 모습)", + "grunt_47": "고스트 - 조무래기 (암컷의 모습)", + "grunt_48": "고스트 - 조무래기 (수컷의 모습)", + "grunt_49": "전기 - 조무래기 (암컷의 모습)", + "grunt_50": "전기 - 조무래기 (수컷의 모습)", + "grunt_51": "조무래기 (암컷의 모습)", + "grunt_52": "조무래기 (수컷의 모습)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "벌레 - 조무래기 (암컷의 모습)", + "grunt_56": "벌레 - 조무래기 (수컷의 모습)", + "grunt_57": "악 - 조무래기 (암컷의 모습)", + "grunt_58": "악 - 조무래기 (수컷의 모습)", + "grunt_59": "드래곤 - 조무래기 (암컷의 모습)", + "grunt_60": "드래곤 - 조무래기 (수컷의 모습)", + "grunt_61": "페어리 - 조무래기 (암컷의 모습)", + "grunt_62": "페어리 - 조무래기 (수컷의 모습)", + "grunt_63": "격투 - 조무래기 (암컷의 모습)", + "grunt_64": "격투 - 조무래기 (수컷의 모습)", + "grunt_65": "불꽃 - 조무래기 (암컷의 모습)", + "grunt_66": "불꽃 - 조무래기 (수컷의 모습)", + "grunt_67": "비행 - 조무래기 (암컷의 모습)", + "grunt_68": "비행 - 조무래기 (수컷의 모습)", + "grunt_69": "풀 - 조무래기 (암컷의 모습)", + "grunt_70": "풀 - 조무래기 (수컷의 모습)", + "grunt_71": "땅 - 조무래기 (암컷의 모습)", + "grunt_72": "땅 - 조무래기 (수컷의 모습)", + "grunt_73": "얼음 - 조무래기 (암컷의 모습)", + "grunt_74": "얼음 - 조무래기 (수컷의 모습)", + "grunt_75": "조무래기 (암컷의 모습)", + "grunt_76": "조무래기 (수컷의 모습)", + "grunt_77": "노말 - 조무래기 (암컷의 모습)", + "grunt_78": "노말 - 조무래기 (수컷의 모습)", + "grunt_79": "독 - 조무래기 (암컷의 모습)", + "grunt_80": "독 - 조무래기 (수컷의 모습)", + "grunt_81": "에스퍼 - 조무래기 (암컷의 모습)", + "grunt_82": "에스퍼 - 조무래기 (수컷의 모습)", + "grunt_83": "바위 - 조무래기 (암컷의 모습)", + "grunt_84": "바위 - 조무래기 (수컷의 모습)", + "grunt_85": "물 - 조무래기 (암컷의 모습)", + "grunt_86": "물 - 조무래기 (수컷의 모습)", + "grunt_87": "고스트 - 조무래기 (암컷의 모습)", + "grunt_88": "고스트 - 조무래기 (수컷의 모습)", + "grunt_89": "전기 - 조무래기 (암컷의 모습)", + "grunt_90": "전기 - 조무래기 (수컷의 모습)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "없음", + "grunt_a_1": "블랑쉬", + "grunt_a_2": "칸델라", + "grunt_a_3": "스파크", + "grunt_a_4": "조무래기 ♂", + "grunt_a_5": "조무래기 ♀", + "grunt_a_6": "벌레 ♀", + "grunt_a_7": "벌레 ♂", + "grunt_a_8": "조무래기 ♀", + "grunt_a_9": "조무래기 ♂", + "grunt_a_10": "악 ♀", + "grunt_a_11": "악 ♂", + "grunt_a_12": "드래곤 ♀", + "grunt_a_13": "드래곤 ♂", + "grunt_a_14": "페어리 ♀", + "grunt_a_15": "페어리 ♂", + "grunt_a_16": "격투 ♀", + "grunt_a_17": "격투 ♂", + "grunt_a_18": "불꽃 ♀", + "grunt_a_19": "불꽃 ♂", + "grunt_a_20": "비행 ♀", + "grunt_a_21": "비행 ♂", + "grunt_a_22": "풀 ♀", + "grunt_a_23": "풀 ♂", + "grunt_a_24": "땅 ♀", + "grunt_a_25": "땅 ♂", + "grunt_a_26": "얼음 ♀", + "grunt_a_27": "얼음 ♂", + "grunt_a_28": "강철 ♀", + "grunt_a_29": "강철 ♂", + "grunt_a_30": "노말 ♀", + "grunt_a_31": "노말 ♂", + "grunt_a_32": "독 ♀", + "grunt_a_33": "독 ♂", + "grunt_a_34": "에스퍼 ♀", + "grunt_a_35": "에스퍼 ♂", + "grunt_a_36": "바위 ♀", + "grunt_a_37": "바위 ♂", + "grunt_a_38": "물 ♀", + "grunt_a_39": "물 ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "리더 클리프", + "grunt_a_42": "리더 알로", + "grunt_a_43": "리더 시에라", + "grunt_a_44": "비주기", + "grunt_a_45": "미끼 조무래기 ♂", + "grunt_a_46": "미끼 조무래기 ♀", + "grunt_a_47": "고스트 ♀", + "grunt_a_48": "고스트 ♂", + "grunt_a_49": "전기 ♀", + "grunt_a_50": "전기 ♂", + "grunt_a_51": "조무래기 ♀", + "grunt_a_52": "조무래기 ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "벌레 ♀", + "grunt_a_56": "벌레 ♂", + "grunt_a_57": "악 ♀", + "grunt_a_58": "악 ♂", + "grunt_a_59": "드래곤 ♀", + "grunt_a_60": "드래곤 ♂", + "grunt_a_61": "페어리 ♀", + "grunt_a_62": "페어리 ♂", + "grunt_a_63": "격투 ♀", + "grunt_a_64": "격투 ♂", + "grunt_a_65": "불꽃 ♀", + "grunt_a_66": "불꽃 ♂", + "grunt_a_67": "비행 ♀", + "grunt_a_68": "비행 ♂", + "grunt_a_69": "풀 ♀", + "grunt_a_70": "풀 ♂", + "grunt_a_71": "땅 ♀", + "grunt_a_72": "땅 ♂", + "grunt_a_73": "얼음 ♀", + "grunt_a_74": "얼음 ♂", + "grunt_a_75": "조무래기 ♀", + "grunt_a_76": "조무래기 ♂", + "grunt_a_77": "노말 ♀", + "grunt_a_78": "노말 ♂", + "grunt_a_79": "독 ♀", + "grunt_a_80": "독 ♂", + "grunt_a_81": "에스퍼 ♀", + "grunt_a_82": "에스퍼 ♂", + "grunt_a_83": "바위 ♀", + "grunt_a_84": "바위 ♂", + "grunt_a_85": "물 ♀", + "grunt_a_86": "물 ♂", + "grunt_a_87": "고스트 ♀", + "grunt_a_88": "고스트 ♂", + "grunt_a_89": "전기 ♀", + "grunt_a_90": "전기 ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "알 수 없음", + "item_1": "몬스터볼", + "item_2": "슈퍼볼", + "item_3": "하이퍼볼", + "item_4": "마스터볼", + "item_5": "프리미어볼", + "item_6": "울트라볼", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "상처약", + "item_102": "좋은상처약", + "item_103": "고급상처약", + "item_104": "풀회복약", + "item_201": "기력의조각", + "item_202": "기력의덩어리", + "item_301": "행복의알", + "item_401": "향로", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "이상한 상자", + "item_406": "산책향로", + "item_407": "소중한 보물 상자", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "루어모듈", + "item_502": "아이스 루어모듈", + "item_503": "허브 루어모듈", + "item_504": "마그네틱 루어모듈", + "item_505": "레이니 루어모듈", + "item_506": "황금 루어모듈", + "item_602": "플러스파워", + "item_603": "디펜드업", + "item_604": "UNDEFINED", + "item_650": "지가르데 셀", + "item_651": "지가르데큐브", + "item_701": "라즈열매", + "item_702": "블리열매", + "item_703": "나나열매", + "item_704": "서배열매", + "item_705": "파인열매", + "item_706": "황금 라즈열매", + "item_707": "Golden Nanab Berry", + "item_708": "은 파인열매", + "item_709": "포핀", + "item_801": "카메라", + "item_802": "스티커", + "item_803": "엽서 앨범", + "item_901": "무한 부화장치", + "item_902": "부화장치", + "item_903": "슈퍼 부화장치", + "item_1001": "포켓몬 박스 업그레이드", + "item_1002": "가방 업그레이드", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "태양의돌", + "item_1102": "왕의징표석", + "item_1103": "금속코트", + "item_1104": "용의비늘", + "item_1105": "업그레이드", + "item_1106": "신오의 돌", + "item_1107": "하나의 돌", + "item_1150": "??????코인", + "item_1201": "기술머신노말", + "item_1202": "기술머신스페셜", + "item_1203": "대단한 기술머신노말", + "item_1204": "대단한 기술머신스페셜", + "item_1250": "운석", + "item_1301": "이상한사탕", + "item_1302": "이상한사탕XL", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "레이드패스", + "item_1402": "프리미엄 배틀패스", + "item_1404": "별의조각", + "item_1405": "선물", + "item_1406": "팀변경 메달리온", + "item_1408": "리모트 레이드패스", + "item_1409": "S Raid Ticket", + "item_1501": "이상한파츠", + "item_1502": "로켓레이더", + "item_1503": "슈퍼 로켓레이더", + "item_1504": "그림자의 조각", + "item_1505": "정화 크리스탈", + "item_1506": "맥스 파티클", + "item_1507": "맥스 파티클 팩", + "item_1600": "티켓", + "item_1601": "티켓", + "item_1602": "티켓", + "item_1603": "티켓", + "item_1604": "여분 티켓", + "item_1605": "여분 티켓", + "item_1606": " GO배틀리그 시간제한 리서치 패스", + "item_1607": "티켓", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "사파리 티켓: 서울", + "item_1611": "사파리 티켓: 바르셀로나", + "item_1612": "사파리 티켓: 멕시코", + "item_1613": "사파리 티켓: 타이난", + "item_1614": "Ticket City Safari 04", + "item_1615": "티켓", + "item_1616": "티켓", + "item_1617": "티켓", + "item_1618": "티켓", + "item_1619": "티켓", + "item_1620": "티켓", + "item_1621": "티켓", + "item_1622": "티켓", + "item_1623": "티켓", + "item_1624": "티켓", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "보통", + "lure_502": "아이스", + "lure_503": "허브", + "lure_504": "마그네틱", + "lure_505": "레이니", + "lure_506": "황금", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "알 수 없음", + "move_1": "전기쇼크", + "move_2": "전광석화", + "move_3": "할퀴기", + "move_4": "불꽃세례", + "move_5": "덩굴채찍", + "move_6": "몸통박치기", + "move_7": "잎날가르기", + "move_8": "돌진", + "move_9": "물대포", + "move_10": "물기", + "move_11": "막치기", + "move_12": "연속뺨치기", + "move_13": "김밥말이", + "move_14": "파괴광선", + "move_15": "핥기", + "move_16": "악의파동", + "move_17": "스모그", + "move_18": "오물공격", + "move_19": "메탈클로", + "move_20": "찝기", + "move_21": "화염바퀴", + "move_22": "메가혼", + "move_23": "날개치기", + "move_24": "화염방사", + "move_25": "기습", + "move_26": "구멍파기", + "move_27": "안다리걸기", + "move_28": "크로스촙", + "move_29": "사이코커터", + "move_30": "환상빔", + "move_31": "지진", + "move_32": "스톤에지", + "move_33": "냉동펀치", + "move_34": "하트스탬프", + "move_35": "방전", + "move_36": "러스터캐논", + "move_37": "쪼기", + "move_38": "회전부리", + "move_39": "냉동빔", + "move_40": "눈보라", + "move_41": "에어슬래시", + "move_42": "열풍", + "move_43": "더블니들", + "move_44": "독찌르기", + "move_45": "제비반환", + "move_46": "드릴라이너", + "move_47": "꽃보라", + "move_48": "메가드레인", + "move_49": "벌레의야단법석", + "move_50": "맹독엄니", + "move_51": "깜짝베기", + "move_52": "베어가르기", + "move_53": "거품광선", + "move_54": "지옥의바퀴", + "move_55": "태권당수", + "move_56": "로킥", + "move_57": "아쿠아제트", + "move_58": "아쿠아테일", + "move_59": "씨폭탄", + "move_60": "사이코쇼크", + "move_61": "돌떨구기", + "move_62": "원시의힘", + "move_63": "암석봉인", + "move_64": "스톤샤워", + "move_65": "파워젬", + "move_66": "야습", + "move_67": "섀도펀치", + "move_68": "섀도클로", + "move_69": "괴상한바람", + "move_70": "섀도볼", + "move_71": "불릿펀치", + "move_72": "마그넷봄", + "move_73": "강철날개", + "move_74": "아이언헤드", + "move_75": "파라볼라차지", + "move_76": "스파크", + "move_77": "번개펀치", + "move_78": "번개", + "move_79": "10만볼트", + "move_80": "회오리", + "move_81": "용의숨결", + "move_82": "용의파동", + "move_83": "드래곤클로", + "move_84": "차밍보이스", + "move_85": "드레인키스", + "move_86": "매지컬샤인", + "move_87": "문포스", + "move_88": "치근거리기", + "move_89": "크로스포이즌", + "move_90": "오물폭탄", + "move_91": "오물웨이브", + "move_92": "더스트슈트", + "move_93": "머드샷", + "move_94": "뼈다귀치기", + "move_95": "땅고르기", + "move_96": "진흙폭탄", + "move_97": "연속자르기", + "move_98": "벌레먹기", + "move_99": "시그널빔", + "move_100": "시저크로스", + "move_101": "니트로차지", + "move_102": "불꽃튀기기", + "move_103": "불대문자", + "move_104": "소금물", + "move_105": "물의파동", + "move_106": "열탕", + "move_107": "하이드로펌프", + "move_108": "사이코키네시스", + "move_109": "사이코브레이크", + "move_110": "얼음뭉치", + "move_111": "얼어붙은바람", + "move_112": "얼음숨결", + "move_113": "흡수", + "move_114": "기가드레인", + "move_115": "불꽃펀치", + "move_116": "솔라빔", + "move_117": "리프블레이드", + "move_118": "파워휩", + "move_119": "튀어오르기", + "move_120": "용해액", + "move_121": "에어커터", + "move_122": "폭풍", + "move_123": "깨트리기", + "move_124": "풀베기", + "move_125": "스피드스타", + "move_126": "뿔찌르기", + "move_127": "짓밟기", + "move_128": "박치기", + "move_129": "필살앞니", + "move_130": "힘껏치기", + "move_131": "누르기", + "move_132": "잠자기", + "move_133": "발버둥", + "move_134": "열탕", + "move_135": "하이드로펌프", + "move_136": "김밥말이", + "move_137": "김밥말이", + "move_200": "연속자르기", + "move_201": "벌레먹기", + "move_202": "물기", + "move_203": "기습", + "move_204": "용의숨결", + "move_205": "전기쇼크", + "move_206": "스파크", + "move_207": "안다리걸기", + "move_208": "태권당수", + "move_209": "불꽃세례", + "move_210": "날개치기", + "move_211": "쪼기", + "move_212": "핥기", + "move_213": "섀도클로", + "move_214": "덩굴채찍", + "move_215": "잎날가르기", + "move_216": "머드샷", + "move_217": "얼음뭉치", + "move_218": "얼음숨결", + "move_219": "전광석화", + "move_220": "할퀴기", + "move_221": "몸통박치기", + "move_222": "막치기", + "move_223": "풀베기", + "move_224": "독찌르기", + "move_225": "용해액", + "move_226": "사이코커터", + "move_227": "돌떨구기", + "move_228": "메탈클로", + "move_229": "불릿펀치", + "move_230": "물대포", + "move_231": "튀어오르기", + "move_232": "물대포", + "move_233": "진흙뿌리기", + "move_234": "사념의박치기", + "move_235": "염동력", + "move_236": "독침", + "move_237": "거품", + "move_238": "속여때리기", + "move_239": "강철날개", + "move_240": "불꽃엄니", + "move_241": "바위깨기", + "move_242": "변신", + "move_243": "카운터", + "move_244": "눈싸라기", + "move_245": "인파이트", + "move_246": "폭발펀치", + "move_247": "기합구슬", + "move_248": "오로라빔", + "move_249": "차지빔", + "move_250": "볼트체인지", + "move_251": "와일드볼트", + "move_252": "전자포", + "move_253": "드래곤테일", + "move_254": "눈사태", + "move_255": "에어슬래시", + "move_256": "브레이브버드", + "move_257": "불새", + "move_258": "모래지옥", + "move_259": "록블라스트", + "move_260": "엉겨붙기", + "move_261": "벌레의저항", + "move_262": "은빛바람", + "move_263": "놀래키기", + "move_264": "병상첨병", + "move_265": "나이트헤드", + "move_266": "아이언테일", + "move_267": "자이로볼", + "move_268": "헤비봄버", + "move_269": "회오리불꽃", + "move_270": "오버히트", + "move_271": "씨기관총", + "move_272": "풀묶기", + "move_273": "에너지볼", + "move_274": "신통력", + "move_275": "미래예지", + "move_276": "미러코트", + "move_277": "역린", + "move_278": "바크아웃", + "move_279": "깨물어부수기", + "move_280": "속임수", + "move_281": "잠재파워", + "move_282": "돌진", + "move_283": "폭포오르기", + "move_284": "파도타기", + "move_285": "용성군", + "move_286": "파멸의소원", + "move_287": "하품", + "move_288": "사이코부스트", + "move_289": "근원의파동", + "move_290": "단애의칼", + "move_291": "프레젠트", + "move_292": "웨더볼", + "move_293": "웨더볼", + "move_294": "웨더볼", + "move_295": "웨더볼", + "move_296": "하드플랜트", + "move_297": "떨어뜨리기", + "move_298": "블라스트번", + "move_299": "하이드로캐논", + "move_300": "비장의무기", + "move_301": "코멧펀치", + "move_302": "로켓박치기", + "move_303": "애시드봄", + "move_304": "대지의힘", + "move_305": "집게해머", + "move_306": "덤벼들기", + "move_307": "브레이크클로", + "move_308": "대포무노포", + "move_309": "미러샷", + "move_310": "엄청난힘", + "move_311": "마지막일침", + "move_312": "그래스믹서", + "move_313": "흡혈", + "move_314": "드레인펀치", + "move_315": "섀도본", + "move_316": "탁류", + "move_317": "블레이즈킥", + "move_318": "셸블레이드", + "move_319": "그로우펀치", + "move_320": "애교부리기", + "move_321": "기가임팩트", + "move_322": "화풀이", + "move_323": "은혜갚기", + "move_324": "싱크로노이즈", + "move_325": "록온", + "move_326": "번개엄니", + "move_327": "얼음엄니", + "move_328": "뿔드릴", + "move_329": "땅가르기", + "move_330": "성스러운칼", + "move_331": "플라잉프레스", + "move_332": "파동탄", + "move_333": "보복", + "move_334": "암석포", + "move_335": "에어로블라스트", + "move_336": "테크노버스터", + "move_337": "테크노버스터", + "move_338": "테크노버스터", + "move_339": "테크노버스터", + "move_340": "테크노버스터", + "move_341": "공중날기", + "move_342": "V제너레이트", + "move_343": "리프스톰", + "move_344": "트라이어택", + "move_345": "바람일으키기", + "move_346": "불태우기", + "move_347": "Dark Void", + "move_348": "깃털댄스", + "move_349": "Fiery Dance", + "move_350": "요정의바람", + "move_351": "Relic Song", + "move_352": "웨더볼", + "move_353": "사이코팽", + "move_354": "이차원러시", + "move_355": "이차원홀", + "move_356": "두번치기", + "move_357": "매지컬리프", + "move_358": "성스러운불꽃", + "move_359": "고드름침", + "move_360": "에어로블라스트+", + "move_361": "에어로블라스트++", + "move_362": "성스러운불꽃+", + "move_363": "성스러운불꽃++", + "move_364": "애크러뱃", + "move_365": "러스터퍼지", + "move_366": "미스트볼", + "move_367": "세차게휘두르기", + "move_368": "구르기", + "move_369": "시드플레어", + "move_370": "블로킹", + "move_371": "섀도다이브", + "move_372": "메테오빔", + "move_373": "물수리검", + "move_374": "크로스썬더", + "move_375": "크로스플레임", + "move_376": "폴터가이스트", + "move_377": "10만마력", + "move_378": "얼어붙은세계", + "move_379": "와이드브레이커", + "move_380": "폭음파", + "move_381": "더블펀처", + "move_382": "매지컬플레임", + "move_383": "아쿠아브레이크", + "move_384": "화룡점정", + "move_385": "나뭇잎", + "move_386": "마그마스톰", + "move_387": "지오컨트롤", + "move_388": "공간절단", + "move_389": "데스윙", + "move_390": "자연의분노", + "move_391": "트리플악셀", + "move_392": "개척하기", + "move_393": "열사의대지", + "move_394": "시간의포효", + "move_395": "찬바람폭풍", + "move_396": "열사의폭풍", + "move_397": "번개폭풍", + "move_398": "그림자꿰매기", + "move_399": "볼트태클", + "move_400": "DD래리어트", + "move_401": "사이코웨이브", + "move_402": "금속음", + "move_403": "모래뿌리기", + "move_404": "메테오드라이브", + "move_405": "섀도레이", + "move_406": "오라휠", + "move_407": "오라휠", + "move_408": "무릎차기", + "move_409": "다이번", + "move_410": "다이웜", + "move_411": "다이썬더", + "move_412": "다이어택", + "move_413": "다이너클", + "move_414": "다이할로우", + "move_415": "다이아이스", + "move_416": "다이애시드", + "move_417": "다이스트림", + "move_418": "다이제트", + "move_419": "다이페어리", + "move_420": "다이드라군", + "move_421": "다이사이코", + "move_422": "다이록", + "move_423": "다이어스", + "move_424": "다이아크", + "move_425": "다이그래스", + "move_426": "다이스틸", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "발경", + "move_463": "물거품아리아", + "poke_0": "대체", + "poke_1": "이상해씨", + "poke_2": "이상해풀", + "poke_3": "이상해꽃", + "poke_3_e1": "메가이상해꽃", + "poke_4": "파이리", + "poke_5": "리자드", + "poke_6": "리자몽", + "poke_6_e2": "메가리자몽X", + "poke_6_e3": "메가리자몽Y", + "poke_7": "꼬부기", + "poke_8": "어니부기", + "poke_9": "거북왕", + "poke_9_e1": "메가거북왕", + "poke_10": "캐터피", + "poke_11": "단데기", + "poke_12": "버터플", + "poke_13": "뿔충이", + "poke_14": "딱충이", + "poke_15": "독침붕", + "poke_15_e1": "메가독침붕", + "poke_16": "구구", + "poke_17": "피죤", + "poke_18": "피죤투", + "poke_18_e1": "메가피죤투", + "poke_19": "꼬렛", + "poke_20": "레트라", + "poke_21": "깨비참", + "poke_22": "깨비드릴조", + "poke_23": "아보", + "poke_24": "아보크", + "poke_25": "피카츄", + "poke_26": "라이츄", + "poke_27": "모래두지", + "poke_28": "고지", + "poke_29": "니드런♀", + "poke_30": "니드리나", + "poke_31": "니드퀸", + "poke_32": "니드런♂", + "poke_33": "니드리노", + "poke_34": "니드킹", + "poke_35": "삐삐", + "poke_36": "픽시", + "poke_37": "식스테일", + "poke_38": "나인테일", + "poke_39": "푸린", + "poke_40": "푸크린", + "poke_41": "주뱃", + "poke_42": "골뱃", + "poke_43": "뚜벅쵸", + "poke_44": "냄새꼬", + "poke_45": "라플레시아", + "poke_46": "파라스", + "poke_47": "파라섹트", + "poke_48": "콘팡", + "poke_49": "도나리", + "poke_50": "디그다", + "poke_51": "닥트리오", + "poke_52": "나옹", + "poke_53": "페르시온", + "poke_54": "고라파덕", + "poke_55": "골덕", + "poke_56": "망키", + "poke_57": "성원숭", + "poke_58": "가디", + "poke_59": "윈디", + "poke_60": "발챙이", + "poke_61": "슈륙챙이", + "poke_62": "강챙이", + "poke_63": "캐이시", + "poke_64": "윤겔라", + "poke_65": "후딘", + "poke_65_e1": "메가후딘", + "poke_66": "알통몬", + "poke_67": "근육몬", + "poke_68": "괴력몬", + "poke_69": "모다피", + "poke_70": "우츠동", + "poke_71": "우츠보트", + "poke_72": "왕눈해", + "poke_73": "독파리", + "poke_74": "꼬마돌", + "poke_75": "데구리", + "poke_76": "딱구리", + "poke_77": "포니타", + "poke_78": "날쌩마", + "poke_79": "야돈", + "poke_80": "야도란", + "poke_80_e1": "메가야도란", + "poke_81": "코일", + "poke_82": "레어코일", + "poke_83": "파오리", + "poke_84": "두두", + "poke_85": "두트리오", + "poke_86": "쥬쥬", + "poke_87": "쥬레곤", + "poke_88": "질퍽이", + "poke_89": "질뻐기", + "poke_90": "셀러", + "poke_91": "파르셀", + "poke_92": "고오스", + "poke_93": "고우스트", + "poke_94": "팬텀", + "poke_94_e1": "메가팬텀", + "poke_95": "롱스톤", + "poke_96": "슬리프", + "poke_97": "슬리퍼", + "poke_98": "크랩", + "poke_99": "킹크랩", + "poke_100": "찌리리공", + "poke_101": "붐볼", + "poke_102": "아라리", + "poke_103": "나시", + "poke_104": "탕구리", + "poke_105": "텅구리", + "poke_106": "시라소몬", + "poke_107": "홍수몬", + "poke_108": "내루미", + "poke_109": "또가스", + "poke_110": "또도가스", + "poke_111": "뿔카노", + "poke_112": "코뿌리", + "poke_113": "럭키", + "poke_114": "덩쿠리", + "poke_115": "캥카", + "poke_115_e1": "메가캥카", + "poke_116": "쏘드라", + "poke_117": "시드라", + "poke_118": "콘치", + "poke_119": "왕콘치", + "poke_120": "별가사리", + "poke_121": "아쿠스타", + "poke_122": "마임맨", + "poke_123": "스라크", + "poke_124": "루주라", + "poke_125": "에레브", + "poke_126": "마그마", + "poke_127": "쁘사이저", + "poke_127_e1": "메가쁘사이저", + "poke_128": "켄타로스", + "poke_129": "잉어킹", + "poke_130": "갸라도스", + "poke_130_e1": "메가갸라도스", + "poke_131": "라프라스", + "poke_132": "메타몽", + "poke_133": "이브이", + "poke_134": "샤미드", + "poke_135": "쥬피썬더", + "poke_136": "부스터", + "poke_137": "폴리곤", + "poke_138": "암나이트", + "poke_139": "암스타", + "poke_140": "투구", + "poke_141": "투구푸스", + "poke_142": "프테라", + "poke_142_e1": "메가프테라", + "poke_143": "잠만보", + "poke_144": "프리져", + "poke_145": "썬더", + "poke_146": "파이어", + "poke_147": "미뇽", + "poke_148": "신뇽", + "poke_149": "망나뇽", + "poke_150": "뮤츠", + "poke_150_e2": "메가뮤츠X", + "poke_150_e3": "메가뮤츠Y", + "poke_151": "뮤", + "poke_152": "치코리타", + "poke_153": "베이리프", + "poke_154": "메가니움", + "poke_155": "브케인", + "poke_156": "마그케인", + "poke_157": "블레이범", + "poke_158": "리아코", + "poke_159": "엘리게이", + "poke_160": "장크로다일", + "poke_161": "꼬리선", + "poke_162": "다꼬리", + "poke_163": "부우부", + "poke_164": "야부엉", + "poke_165": "레디바", + "poke_166": "레디안", + "poke_167": "페이검", + "poke_168": "아리아도스", + "poke_169": "크로뱃", + "poke_170": "초라기", + "poke_171": "랜턴", + "poke_172": "피츄", + "poke_173": "삐", + "poke_174": "푸푸린", + "poke_175": "토게피", + "poke_176": "토게틱", + "poke_177": "네이티", + "poke_178": "네이티오", + "poke_179": "메리프", + "poke_180": "보송송", + "poke_181": "전룡", + "poke_181_e1": "메가전룡", + "poke_182": "아르코", + "poke_183": "마릴", + "poke_184": "마릴리", + "poke_185": "꼬지모", + "poke_186": "왕구리", + "poke_187": "통통코", + "poke_188": "두코", + "poke_189": "솜솜코", + "poke_190": "에이팜", + "poke_191": "해너츠", + "poke_192": "해루미", + "poke_193": "왕자리", + "poke_194": "우파", + "poke_195": "누오", + "poke_196": "에브이", + "poke_197": "블래키", + "poke_198": "니로우", + "poke_199": "야도킹", + "poke_200": "무우마", + "poke_201": "안농", + "poke_202": "마자용", + "poke_203": "키링키", + "poke_204": "피콘", + "poke_205": "쏘콘", + "poke_206": "노고치", + "poke_207": "글라이거", + "poke_208": "강철톤", + "poke_208_e1": "메가강철톤", + "poke_209": "블루", + "poke_210": "그랑블루", + "poke_211": "침바루", + "poke_212": "핫삼", + "poke_212_e1": "메가핫삼", + "poke_213": "단단지", + "poke_214": "헤라크로스", + "poke_214_e1": "메가헤라크로스", + "poke_215": "포푸니", + "poke_216": "깜지곰", + "poke_217": "링곰", + "poke_218": "마그마그", + "poke_219": "마그카르고", + "poke_220": "꾸꾸리", + "poke_221": "메꾸리", + "poke_222": "코산호", + "poke_223": "총어", + "poke_224": "대포무노", + "poke_225": "딜리버드", + "poke_226": "만타인", + "poke_227": "무장조", + "poke_228": "델빌", + "poke_229": "헬가", + "poke_229_e1": "메가헬가", + "poke_230": "킹드라", + "poke_231": "코코리", + "poke_232": "코리갑", + "poke_233": "폴리곤2", + "poke_234": "노라키", + "poke_235": "루브도", + "poke_236": "배루키", + "poke_237": "카포에라", + "poke_238": "뽀뽀라", + "poke_239": "에레키드", + "poke_240": "마그비", + "poke_241": "밀탱크", + "poke_242": "해피너스", + "poke_243": "라이코", + "poke_244": "앤테이", + "poke_245": "스이쿤", + "poke_246": "애버라스", + "poke_247": "데기라스", + "poke_248": "마기라스", + "poke_248_e1": "메가마기라스", + "poke_249": "루기아", + "poke_250": "칠색조", + "poke_251": "세레비", + "poke_252": "나무지기", + "poke_253": "나무돌이", + "poke_254": "나무킹", + "poke_254_e1": "메가나무킹", + "poke_255": "아차모", + "poke_256": "영치코", + "poke_257": "번치코", + "poke_257_e1": "메가번치코", + "poke_258": "물짱이", + "poke_259": "늪짱이", + "poke_260": "대짱이", + "poke_260_e1": "메가대짱이", + "poke_261": "포챠나", + "poke_262": "그라에나", + "poke_263": "지그제구리", + "poke_264": "직구리", + "poke_265": "개무소", + "poke_266": "실쿤", + "poke_267": "뷰티플라이", + "poke_268": "카스쿤", + "poke_269": "독케일", + "poke_270": "연꽃몬", + "poke_271": "로토스", + "poke_272": "로파파", + "poke_273": "도토링", + "poke_274": "잎새코", + "poke_275": "다탱구", + "poke_276": "테일로", + "poke_277": "스왈로", + "poke_278": "갈모매", + "poke_279": "패리퍼", + "poke_280": "랄토스", + "poke_281": "킬리아", + "poke_282": "가디안", + "poke_282_e1": "메가가디안", + "poke_283": "비구술", + "poke_284": "비나방", + "poke_285": "버섯꼬", + "poke_286": "버섯모", + "poke_287": "게을로", + "poke_288": "발바로", + "poke_289": "게을킹", + "poke_290": "토중몬", + "poke_291": "아이스크", + "poke_292": "껍질몬", + "poke_293": "소곤룡", + "poke_294": "노공룡", + "poke_295": "폭음룡", + "poke_296": "마크탕", + "poke_297": "하리뭉", + "poke_298": "루리리", + "poke_299": "코코파스", + "poke_300": "에나비", + "poke_301": "델케티", + "poke_302": "깜까미", + "poke_302_e1": "메가깜까미", + "poke_303": "입치트", + "poke_303_e1": "메가입치트", + "poke_304": "가보리", + "poke_305": "갱도라", + "poke_306": "보스로라", + "poke_306_e1": "메가보스로라", + "poke_307": "요가랑", + "poke_308": "요가램", + "poke_308_e1": "메가요가램", + "poke_309": "썬더라이", + "poke_310": "썬더볼트", + "poke_310_e1": "메가썬더볼트", + "poke_311": "플러시", + "poke_312": "마이농", + "poke_313": "볼비트", + "poke_314": "네오비트", + "poke_315": "로젤리아", + "poke_316": "꼴깍몬", + "poke_317": "꿀꺽몬", + "poke_318": "샤프니아", + "poke_319": "샤크니아", + "poke_319_e1": "메가샤크니아", + "poke_320": "고래왕자", + "poke_321": "고래왕", + "poke_322": "둔타", + "poke_323": "폭타", + "poke_323_e1": "메가폭타", + "poke_324": "코터스", + "poke_325": "피그점프", + "poke_326": "피그킹", + "poke_327": "얼루기", + "poke_328": "톱치", + "poke_329": "비브라바", + "poke_330": "플라이곤", + "poke_331": "선인왕", + "poke_332": "밤선인", + "poke_333": "파비코", + "poke_334": "파비코리", + "poke_334_e1": "메가파비코리", + "poke_335": "쟝고", + "poke_336": "세비퍼", + "poke_337": "루나톤", + "poke_338": "솔록", + "poke_339": "미꾸리", + "poke_340": "메깅", + "poke_341": "가재군", + "poke_342": "가재장군", + "poke_343": "오뚝군", + "poke_344": "점토도리", + "poke_345": "릴링", + "poke_346": "릴리요", + "poke_347": "아노딥스", + "poke_348": "아말도", + "poke_349": "빈티나", + "poke_350": "밀로틱", + "poke_351": "캐스퐁", + "poke_352": "켈리몬", + "poke_353": "어둠대신", + "poke_354": "다크펫", + "poke_354_e1": "메가다크펫", + "poke_355": "해골몽", + "poke_356": "미라몽", + "poke_357": "트로피우스", + "poke_358": "치렁", + "poke_359": "앱솔", + "poke_359_e1": "메가앱솔", + "poke_360": "마자", + "poke_361": "눈꼬마", + "poke_362": "얼음귀신", + "poke_362_e1": "메가얼음귀신", + "poke_363": "대굴레오", + "poke_364": "씨레오", + "poke_365": "씨카이저", + "poke_366": "진주몽", + "poke_367": "헌테일", + "poke_368": "분홍장이", + "poke_369": "시라칸", + "poke_370": "사랑동이", + "poke_371": "아공이", + "poke_372": "쉘곤", + "poke_373": "보만다", + "poke_373_e1": "메가보만다", + "poke_374": "메탕", + "poke_375": "메탕구", + "poke_376": "메타그로스", + "poke_376_e1": "메가메타그로스", + "poke_377": "레지락", + "poke_378": "레지아이스", + "poke_379": "레지스틸", + "poke_380": "라티아스", + "poke_380_e1": "메가라티아스", + "poke_381": "라티오스", + "poke_381_e1": "메가라티오스", + "poke_382": "가이오가", + "poke_383": "그란돈", + "poke_384": "레쿠쟈", + "poke_384_e1": "메가레쿠쟈", + "poke_385": "지라치", + "poke_386": "테오키스", + "poke_387": "모부기", + "poke_388": "수풀부기", + "poke_389": "토대부기", + "poke_390": "불꽃숭이", + "poke_391": "파이숭이", + "poke_392": "초염몽", + "poke_393": "팽도리", + "poke_394": "팽태자", + "poke_395": "엠페르트", + "poke_396": "찌르꼬", + "poke_397": "찌르버드", + "poke_398": "찌르호크", + "poke_399": "비버니", + "poke_400": "비버통", + "poke_401": "귀뚤뚜기", + "poke_402": "귀뚤톡크", + "poke_403": "꼬링크", + "poke_404": "럭시오", + "poke_405": "렌트라", + "poke_406": "꼬몽울", + "poke_407": "로즈레이드", + "poke_408": "두개도스", + "poke_409": "램펄드", + "poke_410": "방패톱스", + "poke_411": "바리톱스", + "poke_412": "도롱충이", + "poke_413": "도롱마담", + "poke_414": "나메일", + "poke_415": "세꿀버리", + "poke_416": "비퀸", + "poke_417": "파치리스", + "poke_418": "브이젤", + "poke_419": "플로젤", + "poke_420": "체리버", + "poke_421": "체리꼬", + "poke_422": "깝질무", + "poke_423": "트리토돈", + "poke_424": "겟핸보숭", + "poke_425": "흔들풍손", + "poke_426": "둥실라이드", + "poke_427": "이어롤", + "poke_428": "이어롭", + "poke_428_e1": "메가이어롭", + "poke_429": "무우마직", + "poke_430": "돈크로우", + "poke_431": "나옹마", + "poke_432": "몬냥이", + "poke_433": "랑딸랑", + "poke_434": "스컹뿡", + "poke_435": "스컹탱크", + "poke_436": "동미러", + "poke_437": "동탁군", + "poke_438": "꼬지지", + "poke_439": "흉내내", + "poke_440": "핑복", + "poke_441": "페라페", + "poke_442": "화강돌", + "poke_443": "딥상어동", + "poke_444": "한바이트", + "poke_445": "한카리아스", + "poke_445_e1": "메가한카리아스", + "poke_446": "먹고자", + "poke_447": "리오르", + "poke_448": "루카리오", + "poke_448_e1": "메가루카리오", + "poke_449": "히포포타스", + "poke_450": "하마돈", + "poke_451": "스콜피", + "poke_452": "드래피온", + "poke_453": "삐딱구리", + "poke_454": "독개굴", + "poke_455": "무스틈니", + "poke_456": "형광어", + "poke_457": "네오라이트", + "poke_458": "타만타", + "poke_459": "눈쓰개", + "poke_460": "눈설왕", + "poke_460_e1": "메가눈설왕", + "poke_461": "포푸니라", + "poke_462": "자포코일", + "poke_463": "내룸벨트", + "poke_464": "거대코뿌리", + "poke_465": "덩쿠림보", + "poke_466": "에레키블", + "poke_467": "마그마번", + "poke_468": "토게키스", + "poke_469": "메가자리", + "poke_470": "리피아", + "poke_471": "글레이시아", + "poke_472": "글라이온", + "poke_473": "맘모꾸리", + "poke_474": "폴리곤Z", + "poke_475": "엘레이드", + "poke_475_e1": "메가엘레이드", + "poke_476": "대코파스", + "poke_477": "야느와르몽", + "poke_478": "눈여아", + "poke_479": "로토무", + "poke_480": "유크시", + "poke_481": "엠라이트", + "poke_482": "아그놈", + "poke_483": "디아루가", + "poke_484": "펄기아", + "poke_485": "히드런", + "poke_486": "레지기가스", + "poke_487": "기라티나", + "poke_488": "크레세리아", + "poke_489": "피오네", + "poke_490": "마나피", + "poke_491": "다크라이", + "poke_492": "쉐이미", + "poke_493": "아르세우스", + "poke_494": "비크티니", + "poke_495": "주리비얀", + "poke_496": "샤비", + "poke_497": "샤로다", + "poke_498": "뚜꾸리", + "poke_499": "차오꿀", + "poke_500": "염무왕", + "poke_501": "수댕이", + "poke_502": "쌍검자비", + "poke_503": "대검귀", + "poke_504": "보르쥐", + "poke_505": "보르그", + "poke_506": "요테리", + "poke_507": "하데리어", + "poke_508": "바랜드", + "poke_509": "쌔비냥", + "poke_510": "레파르다스", + "poke_511": "야나프", + "poke_512": "야나키", + "poke_513": "바오프", + "poke_514": "바오키", + "poke_515": "앗차프", + "poke_516": "앗차키", + "poke_517": "몽나", + "poke_518": "몽얌나", + "poke_519": "콩둘기", + "poke_520": "유토브", + "poke_521": "켄호로우", + "poke_522": "줄뮤마", + "poke_523": "제브라이카", + "poke_524": "단굴", + "poke_525": "암트르", + "poke_526": "기가이어스", + "poke_527": "또르박쥐", + "poke_528": "맘박쥐", + "poke_529": "두더류", + "poke_530": "몰드류", + "poke_531": "다부니", + "poke_531_e1": "메가다부니", + "poke_532": "으랏차", + "poke_533": "토쇠골", + "poke_534": "노보청", + "poke_535": "동챙이", + "poke_536": "두까비", + "poke_537": "두빅굴", + "poke_538": "던지미", + "poke_539": "타격귀", + "poke_540": "두르보", + "poke_541": "두르쿤", + "poke_542": "모아머", + "poke_543": "마디네", + "poke_544": "휠구", + "poke_545": "펜드라", + "poke_546": "소미안", + "poke_547": "엘풍", + "poke_548": "치릴리", + "poke_549": "드레디어", + "poke_550": "배쓰나이", + "poke_551": "깜눈크", + "poke_552": "악비르", + "poke_553": "악비아르", + "poke_554": "달막화", + "poke_555": "불비달마", + "poke_556": "마라카치", + "poke_557": "돌살이", + "poke_558": "암팰리스", + "poke_559": "곤율랭", + "poke_560": "곤율거니", + "poke_561": "심보러", + "poke_562": "데스마스", + "poke_563": "데스니칸", + "poke_564": "프로토가", + "poke_565": "늑골라", + "poke_566": "아켄", + "poke_567": "아케오스", + "poke_568": "깨봉이", + "poke_569": "더스트나", + "poke_570": "조로아", + "poke_571": "조로아크", + "poke_572": "치라미", + "poke_573": "치라치노", + "poke_574": "고디탱", + "poke_575": "고디보미", + "poke_576": "고디모아젤", + "poke_577": "유니란", + "poke_578": "듀란", + "poke_579": "란쿨루스", + "poke_580": "꼬지보리", + "poke_581": "스완나", + "poke_582": "바닐프티", + "poke_583": "바닐리치", + "poke_584": "배바닐라", + "poke_585": "사철록", + "poke_586": "바라철록", + "poke_587": "에몽가", + "poke_588": "딱정곤", + "poke_589": "슈바르고", + "poke_590": "깜놀버슬", + "poke_591": "뽀록나", + "poke_592": "탱그릴", + "poke_593": "탱탱겔", + "poke_594": "맘복치", + "poke_595": "파쪼옥", + "poke_596": "전툴라", + "poke_597": "철시드", + "poke_598": "너트령", + "poke_599": "기어르", + "poke_600": "기기어르", + "poke_601": "기기기어르", + "poke_602": "저리어", + "poke_603": "저리릴", + "poke_604": "저리더프", + "poke_605": "리그레", + "poke_606": "벰크", + "poke_607": "불켜미", + "poke_608": "램프라", + "poke_609": "샹델라", + "poke_610": "터검니", + "poke_611": "액슨도", + "poke_612": "액스라이즈", + "poke_613": "코고미", + "poke_614": "툰베어", + "poke_615": "프리지오", + "poke_616": "쪼마리", + "poke_617": "어지리더", + "poke_618": "메더", + "poke_619": "비조푸", + "poke_620": "비조도", + "poke_621": "크리만", + "poke_622": "골비람", + "poke_623": "골루그", + "poke_624": "자망칼", + "poke_625": "절각참", + "poke_626": "버프론", + "poke_627": "수리둥보", + "poke_628": "워글", + "poke_629": "벌차이", + "poke_630": "버랜지나", + "poke_631": "앤티골", + "poke_632": "아이앤트", + "poke_633": "모노두", + "poke_634": "디헤드", + "poke_635": "삼삼드래", + "poke_636": "활화르바", + "poke_637": "불카모스", + "poke_638": "코바르온", + "poke_639": "테라키온", + "poke_640": "비리디온", + "poke_641": "토네로스", + "poke_642": "볼트로스", + "poke_643": "레시라무", + "poke_644": "제크로무", + "poke_645": "랜드로스", + "poke_646": "큐레무", + "poke_647": "케르디오", + "poke_648": "메로엣타", + "poke_649": "게노세크트", + "poke_650": "도치마론", + "poke_651": "도치보구", + "poke_652": "브리가론", + "poke_653": "푸호꼬", + "poke_654": "테르나", + "poke_655": "마폭시", + "poke_656": "개구마르", + "poke_657": "개굴반장", + "poke_658": "개굴닌자", + "poke_659": "파르빗", + "poke_660": "파르토", + "poke_661": "화살꼬빈", + "poke_662": "불화살빈", + "poke_663": "파이어로", + "poke_664": "분이벌레", + "poke_665": "분떠도리", + "poke_666": "비비용", + "poke_667": "레오꼬", + "poke_668": "화염레오", + "poke_669": "플라베베", + "poke_670": "플라엣테", + "poke_671": "플라제스", + "poke_672": "메이클", + "poke_673": "고고트", + "poke_674": "판짱", + "poke_675": "부란다", + "poke_676": "트리미앙", + "poke_677": "냐스퍼", + "poke_678": "냐오닉스", + "poke_679": "단칼빙", + "poke_680": "쌍검킬", + "poke_681": "킬가르도", + "poke_682": "슈쁘", + "poke_683": "프레프티르", + "poke_684": "나룸퍼프", + "poke_685": "나루림", + "poke_686": "오케이징", + "poke_687": "칼라마네로", + "poke_688": "거북손손", + "poke_689": "거북손데스", + "poke_690": "수레기", + "poke_691": "드래캄", + "poke_692": "완철포", + "poke_693": "블로스터", + "poke_694": "목도리키텔", + "poke_695": "일레도리자드", + "poke_696": "티고라스", + "poke_697": "견고라스", + "poke_698": "아마루스", + "poke_699": "아마루르가", + "poke_700": "님피아", + "poke_701": "루차불", + "poke_702": "데덴네", + "poke_703": "멜리시", + "poke_704": "미끄메라", + "poke_705": "미끄네일", + "poke_706": "미끄래곤", + "poke_707": "클레피", + "poke_708": "나목령", + "poke_709": "대로트", + "poke_710": "호바귀", + "poke_711": "펌킨인", + "poke_712": "꽁어름", + "poke_713": "크레베이스", + "poke_714": "음뱃", + "poke_715": "음번", + "poke_716": "제르네아스", + "poke_717": "이벨타르", + "poke_718": "지가르데", + "poke_719": "디안시", + "poke_719_e1": "메가디안시", + "poke_720": "후파", + "poke_721": "볼케니온", + "poke_722": "나몰빼미", + "poke_723": "빼미스로우", + "poke_724": "모크나이퍼", + "poke_725": "냐오불", + "poke_726": "냐오히트", + "poke_727": "어흥염", + "poke_728": "누리공", + "poke_729": "키요공", + "poke_730": "누리레느", + "poke_731": "콕코구리", + "poke_732": "크라파", + "poke_733": "왕큰부리", + "poke_734": "영구스", + "poke_735": "형사구스", + "poke_736": "턱지충이", + "poke_737": "전지충이", + "poke_738": "투구뿌논", + "poke_739": "오기지게", + "poke_740": "모단단게", + "poke_741": "춤추새", + "poke_742": "에블리", + "poke_743": "에리본", + "poke_744": "암멍이", + "poke_745": "루가루암", + "poke_746": "약어리", + "poke_747": "시마사리", + "poke_748": "더시마사리", + "poke_749": "머드나기", + "poke_750": "만마드", + "poke_751": "물거미", + "poke_752": "깨비물거미", + "poke_753": "짜랑랑", + "poke_754": "라란티스", + "poke_755": "자마슈", + "poke_756": "마셰이드", + "poke_757": "야도뇽", + "poke_758": "염뉴트", + "poke_759": "포곰곰", + "poke_760": "이븐곰", + "poke_761": "달콤아", + "poke_762": "달무리나", + "poke_763": "달코퀸", + "poke_764": "큐아링", + "poke_765": "하랑우탄", + "poke_766": "내던숭이", + "poke_767": "꼬시레", + "poke_768": "갑주무사", + "poke_769": "모래꿍", + "poke_770": "모래성이당", + "poke_771": "해무기", + "poke_772": "타입:널", + "poke_773": "실버디", + "poke_774": "메테노", + "poke_775": "자말라", + "poke_776": "폭거북스", + "poke_777": "토게데마루", + "poke_778": "따라큐", + "poke_779": "치갈기", + "poke_780": "할비롱", + "poke_781": "타타륜", + "poke_782": "짜랑꼬", + "poke_783": "짜랑고우", + "poke_784": "짜랑고우거", + "poke_785": "카푸꼬꼬꼭", + "poke_786": "카푸나비나", + "poke_787": "카푸브루루", + "poke_788": "카푸느지느", + "poke_789": "코스모그", + "poke_790": "코스모움", + "poke_791": "솔가레오", + "poke_792": "루나아라", + "poke_793": "텅비드", + "poke_794": "매시붕", + "poke_795": "페로코체", + "poke_796": "전수목", + "poke_797": "철화구야", + "poke_798": "종이신도", + "poke_799": "악식킹", + "poke_800": "네크로즈마", + "poke_801": "마기아나", + "poke_802": "마샤도", + "poke_803": "베베놈", + "poke_804": "아고용", + "poke_805": "차곡차곡", + "poke_806": "두파팡", + "poke_807": "제라오라", + "poke_808": "멜탄", + "poke_809": "멜메탈", + "poke_810": "흥나숭", + "poke_811": "채키몽", + "poke_812": "고릴타", + "poke_813": "염버니", + "poke_814": "래비풋", + "poke_815": "에이스번", + "poke_816": "울머기", + "poke_817": "누겔레온", + "poke_818": "인텔리레온", + "poke_819": "탐리스", + "poke_820": "요씽리스", + "poke_821": "파라꼬", + "poke_822": "파크로우", + "poke_823": "아머까오", + "poke_824": "두루지벌레", + "poke_825": "레돔벌레", + "poke_826": "이올브", + "poke_827": "훔처우", + "poke_828": "폭슬라이", + "poke_829": "꼬모카", + "poke_830": "백솜모카", + "poke_831": "우르", + "poke_832": "배우르", + "poke_833": "깨물부기", + "poke_834": "갈가부기", + "poke_835": "멍파치", + "poke_836": "펄스멍", + "poke_837": "탄동", + "poke_838": "탄차곤", + "poke_839": "석탄산", + "poke_840": "과사삭벌레", + "poke_841": "애프룡", + "poke_842": "단지래플", + "poke_843": "모래뱀", + "poke_844": "사다이사", + "poke_845": "윽우지", + "poke_846": "찌로꼬치", + "poke_847": "꼬치조", + "poke_848": "일레즌", + "poke_849": "스트린더", + "poke_850": "태우지네", + "poke_851": "다태우지네", + "poke_852": "때때무노", + "poke_853": "케오퍼스", + "poke_854": "데인차", + "poke_855": "포트데스", + "poke_856": "몸지브림", + "poke_857": "손지브림", + "poke_858": "브리무음", + "poke_859": "메롱꿍", + "poke_860": "쏘겨모", + "poke_861": "오롱털", + "poke_862": "가로막구리", + "poke_863": "나이킹", + "poke_864": "산호르곤", + "poke_865": "창파나이트", + "poke_866": "마임꽁꽁", + "poke_867": "데스판", + "poke_868": "마빌크", + "poke_869": "마휘핑", + "poke_870": "대여르", + "poke_871": "찌르성게", + "poke_872": "누니머기", + "poke_873": "모스노우", + "poke_874": "돌헨진", + "poke_875": "빙큐보", + "poke_876": "에써르", + "poke_877": "모르페코", + "poke_878": "끼리동", + "poke_879": "대왕끼리동", + "poke_880": "파치래곤", + "poke_881": "파치르돈", + "poke_882": "어래곤", + "poke_883": "어치르돈", + "poke_884": "두랄루돈", + "poke_885": "드라꼰", + "poke_886": "드래런치", + "poke_887": "드래펄트", + "poke_888": "자시안", + "poke_889": "자마젠타", + "poke_890": "무한다이노", + "poke_891": "치고마", + "poke_892": "우라오스", + "poke_893": "자루도", + "poke_894": "레지에레키", + "poke_895": "레지드래고", + "poke_896": "블리자포스", + "poke_897": "레이스포스", + "poke_898": "버드렉스", + "poke_899": "신비록", + "poke_900": "사마자르", + "poke_901": "다투곰", + "poke_902": "대쓰여너", + "poke_903": "포푸니크", + "poke_904": "장침바루", + "poke_905": "러브로스", + "poke_906": "나오하", + "poke_907": "나로테", + "poke_908": "마스카나", + "poke_909": "뜨아거", + "poke_910": "악뜨거", + "poke_911": "라우드본", + "poke_912": "꾸왁스", + "poke_913": "아꾸왁", + "poke_914": "웨이니발", + "poke_915": "맛보돈", + "poke_916": "퍼퓨돈", + "poke_917": "타랜툴라", + "poke_918": "트래피더", + "poke_919": "콩알뚜기", + "poke_920": "엑스레그", + "poke_921": "빠모", + "poke_922": "빠모트", + "poke_923": "빠르모트", + "poke_924": "두리쥐", + "poke_925": "파밀리쥐", + "poke_926": "쫀도기", + "poke_927": "바우첼", + "poke_928": "미니브", + "poke_929": "올리뇨", + "poke_930": "올리르바", + "poke_931": "시비꼬", + "poke_932": "베베솔트", + "poke_933": "스태솔트", + "poke_934": "콜로솔트", + "poke_935": "카르본", + "poke_936": "카디나르마", + "poke_937": "파라블레이즈", + "poke_938": "빈나두", + "poke_939": "찌리배리", + "poke_940": "찌리비", + "poke_941": "찌리비크", + "poke_942": "오라티프", + "poke_943": "마피티프", + "poke_944": "땃쭈르", + "poke_945": "태깅구르", + "poke_946": "그푸리", + "poke_947": "공푸리", + "poke_948": "들눈해", + "poke_949": "육파리", + "poke_950": "절벼게", + "poke_951": "캡싸이", + "poke_952": "스코빌런", + "poke_953": "구르데", + "poke_954": "베라카스", + "poke_955": "하느라기", + "poke_956": "클레스퍼트라", + "poke_957": "어리짱", + "poke_958": "벼리짱", + "poke_959": "두드리짱", + "poke_960": "바다그다", + "poke_961": "바닥트리오", + "poke_962": "떨구새", + "poke_963": "맨돌핀", + "poke_964": "돌핀맨", + "poke_965": "부르롱", + "poke_966": "부르르룸", + "poke_967": "모토마", + "poke_968": "꿈트렁", + "poke_969": "초롱순", + "poke_970": "킬라플로르", + "poke_971": "망망이", + "poke_972": "묘두기", + "poke_973": "꼬이밍고", + "poke_974": "터벅고래", + "poke_975": "우락고래", + "poke_976": "가비루사", + "poke_977": "어써러셔", + "poke_978": "싸리용", + "poke_979": "저승갓숭", + "poke_980": "토오", + "poke_981": "키키링", + "poke_982": "노고고치", + "poke_983": "대도각참", + "poke_984": "위대한엄니", + "poke_985": "우렁찬꼬리", + "poke_986": "사나운버섯", + "poke_987": "날개치는머리", + "poke_988": "땅을기는날개", + "poke_989": "모래털가죽", + "poke_990": "무쇠바퀴", + "poke_991": "무쇠보따리", + "poke_992": "무쇠손", + "poke_993": "무쇠머리", + "poke_994": "무쇠독나방", + "poke_995": "무쇠가시", + "poke_996": "드니차", + "poke_997": "드니꽁", + "poke_998": "드닐레이브", + "poke_999": "모으령", + "poke_1000": "타부자고", + "poke_1001": "총지엔", + "poke_1002": "파오젠", + "poke_1003": "딩루", + "poke_1004": "위유이", + "poke_1005": "고동치는달", + "poke_1006": "무쇠무인", + "poke_1007": "코라이돈", + "poke_1008": "미라이돈 ", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "없음", + "poke_type_1": "노말", + "poke_type_2": "격투", + "poke_type_3": "비행", + "poke_type_4": "독", + "poke_type_5": "땅", + "poke_type_6": "바위", + "poke_type_7": "벌레", + "poke_type_8": "고스트", + "poke_type_9": "강철", + "poke_type_10": "불꽃", + "poke_type_11": "물", + "poke_type_12": "풀", + "poke_type_13": "전기", + "poke_type_14": "에스퍼", + "poke_type_15": "얼음", + "poke_type_16": "드래곤", + "poke_type_17": "악", + "poke_type_18": "페어리", + "purified": "정화", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "파트너 포켓몬과 {{amount}} km 걷는다", + "quest_catch_type_dark_plural": "악타입 포켓몬을 {{amount}}마리 잡는다", + "quest_catch_type_dragon_plural": "드래곤타입 포켓몬을 {{amount}}마리 잡는다", + "quest_catch_type_poison_plural": "독타입 포켓몬을 {{amount}}마리 잡는다", + "quest_catch_type_psychic_plural": "에스퍼타입 포켓몬을 {{amount}}마리 잡는다", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "고스트타입 포켓몬 {{amount}}마리에게 이긴다", + "quest_fight_type_ghost_psychic_plural": "에스퍼타입 또는 고스트타입 포켓몬 {{amount}}마리에게 이긴다", + "quest_fight_type_psychic_plural": "에스퍼타입 포켓몬 {{amount}}마리에게 이긴다", + "quest_incense_singular": "향로 1개를 사용한다", + "quest_land_excellent_plural": "Excellent가 나오게 {{amount}}회 던진다", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "팀 리더와의 대전을 {{amount_0}}번 한다", + "quest_title_challenge_2019_battle_trainer": "트레이너와 대전한다", + "quest_title_challenge_2019_battle_trainer_plural": "트레이너와의 대전을 {{amount_0}}번 한다", + "quest_title_challenge_2019_battle_trainer_win": "트레이너 대전에서 {{amount_0}}번 이긴다", + "quest_title_challenge_2019_snapshot_eevee": "이브이 GO스냅샷 사진을 {{amount_0}}장 찍는다", + "quest_title_challenge_2019_snapshot_loudred": "노공룡 사진을 찍는다", + "quest_title_challenge_2019_snapshot_pkmn": "지라치 사진을 {{amount_0}}장 찍는다", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "페어리타입 포켓몬 사진을 {{amount_0}} 장 찍는다", + "quest_title_challenge_2019_snapshot_pkmn_flying": "비행타입 포켓몬 사진을 {{amount_0}} 장 찍는다", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "고스트타입 포켓몬의 사진을 {{amount_0}} 장 찍는다", + "quest_title_challenge_2019_snapshot_pkmn_grass": "풀타입 포켓몬 사진을 {{amount_0}} 장 찍는다", + "quest_title_challenge_2019_snapshot_pkmn_ground": "땅타입 포켓몬의 사진을 {{amount_0}} 장 찍는다", + "quest_title_challenge_2019_snapshot_pkmn_ice": "얼음타입 포켓몬의 사진을 {{amount_0}} 장 찍는다", + "quest_title_challenge_2019_snapshot_pkmn_normal": "노말타입 포켓몬 사진을 {{amount_0}} 장 찍는다", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "에스퍼타입 포켓몬 사진을 {{amount_0}} 장 찍는다", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "강철타입 또는 에스퍼타입 포켓몬 사진을 {{amount_0}} 장 찍는다", + "quest_title_challenge_2019_snapshot_pkmn_rock": "바위타입 포켓몬의 GO스냅샷을 {{amount_0}} 장 찍는다", + "quest_title_challenge_2019_snapshot_pkmn_steel": "강철타입 포켓몬 사진을 {{amount_0}} 장 찍는다", + "quest_title_challenge_2019_snapshot_pkmn_water": "물타입 포켓몬의 사진을 {{amount_0}} 장 찍는다", + "quest_title_challenge_2019_trade_distance": "100km 이상 거리의 포켓몬을 3마리 교환한다", + "quest_title_challenge_available": "새로운 챌린지 가능!", + "quest_title_challenge_battle_gbl_win_all": "GO배틀리그 대전에서 1번 이긴다", + "quest_title_challenge_battle_trainer_great": "슈퍼리그로 트레이너와 대전한다", + "quest_title_challenge_buddy_affection_plural": "하트를 {{amount_0}}개 획득", + "quest_title_challenge_buddy_affection_single": "하트 획득", + "quest_title_challenge_buddy_battle_plural": "파트너가 함께 걸을 때 배틀 {{amount_0}}번 하기", + "quest_title_challenge_buddy_battle_single": "파트너가 함께 걸을 때 배틀하기", + "quest_title_challenge_buddy_emotion_plural": "파트너 기분을 아주 좋음으로 {{amount_0}}번 만들기", + "quest_title_challenge_buddy_emotion_single": "파트너 기분을 아주 좋음으로 만들기", + "quest_title_challenge_buddy_level_best_plural": "베스트 파트너 {{amount_0}}번 되기", + "quest_title_challenge_buddy_level_best_single": "베스트 파트너 되기", + "quest_title_challenge_buddy_level_good_plural": "굿 파트너 {{amount_0}}번 되기", + "quest_title_challenge_buddy_level_good_single": "굿 파트너 되기", + "quest_title_challenge_buddy_level_great_plural": "그레이트 파트너 {{amount_0}}번 되기", + "quest_title_challenge_buddy_level_great_single": "그레이트 파트너 되기", + "quest_title_challenge_buddy_level_plural": "파트너 레벨 {{amount_0}}번 올리기", + "quest_title_challenge_buddy_level_single": "파트너 레벨 올리기", + "quest_title_challenge_buddy_level_ultra_plural": "울트라 파트너 {{amount_0}}번 되기", + "quest_title_challenge_buddy_level_ultra_single": "울트라 파트너 되기", + "quest_title_challenge_buddy_play_plural": "파트너와 {{amount_0}}번 놀기", + "quest_title_challenge_buddy_play_single": "파트너와 놀기", + "quest_title_challenge_buddy_poi_plural": "파트너가 알려준 장소를 {{amount_0}}번 방문하기", + "quest_title_challenge_buddy_poi_single": "파트너가 알려준 장소 방문하기", + "quest_title_challenge_buddy_snapshot_plural": "파트너의 사진을 {{amount_0}}번 찍기", + "quest_title_challenge_buddy_snapshot_single": "파트너의 사진을 찍기", + "quest_title_challenge_buddy_treat_plural": "간식을 {{amount_0}}개 주기", + "quest_title_challenge_buddy_treat_single": "간식을 준다", + "quest_title_challenge_catch_legendary": "필드리서치의 대발견 또는 레이드배틀에서 전설의 포켓몬을 잡는다", + "quest_title_challenge_catch_unique_any": "포켓몬을 {{amount_0}} 종류 잡는다", + "quest_title_challenge_snapshot_bidoof": "비버니의 GO스냅샷을 찍는다", + "quest_title_challenge_snapshot_dratini_singular": "미뇽 사진을 찍는다", + "quest_title_challenge_snapshot_eevee": "이브이 사진을 찍는다", + "quest_title_challenge_snapshot_pkmn_bug": "벌레타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_challenge_snapshot_pkmn_bug_single": "벌레타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_dark": "악타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_challenge_snapshot_pkmn_dark_single": "악타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_dragon": "드래곤타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_challenge_snapshot_pkmn_dragon_single": "드래곤타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_electric": "전기타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_challenge_snapshot_pkmn_electric_single": "전기타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_fairy_single": "페어리타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_fighting": "격투타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_challenge_snapshot_pkmn_fighting_single": "격투타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_fire": "불꽃타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_challenge_snapshot_pkmn_fire_single": "불꽃타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_flying_single": "비행타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_ghost_single": "고스트타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_grass_single": "풀타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_ground_single": "땅타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_ice_single": "얼음타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_normal_single": "노말타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_poison": "독타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_challenge_snapshot_pkmn_poison_single": "독타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_psychic_single": "에스퍼타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_rock": "바위타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_challenge_snapshot_pkmn_rock_single": "바위타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_steel_single": "강철타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_pkmn_water_single": "물타입 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "야생 줄뮤마의 GO스냅샷을 찍는다", + "quest_title_challenge_snapshot_wild_glameow_singular": "야생 나옹마의 GO스냅샷을 찍는다", + "quest_title_geotarget_quest_description": "스캔하기: {{amount_0}}", + "quest_title_quest_achieve_lvl_40": "레벨 40에 도달한다", + "quest_title_quest_adventure_effect_activate_plural": "필드 효과를 {{amount_0}}번 발동한다", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "시간의포효 필드 효과를 {{amount_0}}번 발동한다", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "시간의포효 필드 효과를 1번 발동한다", + "quest_title_quest_adventure_effect_activate_singular": "필드 효과를 1번 발동한다", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "공간절단 필드 효과를 {{amount_0}}번 발동한다", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "공간절단 필드 효과를 1번 발동한다", + "quest_title_quest_adventure_evolve_singular": "어드벤처위크: 암나이트 또는 투구를 진화시킨다", + "quest_title_quest_adventure_hatch_egg_plural": "어드벤처위크: 알을 {{amount_0}} 개 부화시킨다", + "quest_title_quest_adventure_visit_pokestop_new_plural": "어드벤처위크: 방문한 적이 없는 포켓스톱 {{amount_0}} 개 돌린다", + "quest_title_quest_adventure_walk_buddy_plural": "어드벤처위크: 파트너와 걸어서 {{amount_0}} 개 사탕을 받는다", + "quest_title_quest_adventure2019_catch_special33_plural": "어드벤처위크2019: 가보리를 {{amount_0}}마리 잡는다", + "quest_title_quest_adventure2019_evolve_singular": "어드벤처위크2019: 릴링 또는 아노딥스를 진화시킨다", + "quest_title_quest_adventure2019_hatch_egg_plural": "어드벤처위크2019: {{amount_0}}개의 알을 부화시킨다", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "어드벤처위크2019: 가본 적 없는 포켓스톱 {{amount_0}}개를 돌린다", + "quest_title_quest_adventure2019_visit_pokestop_plural": "어드벤처위크2019: 포켓스톱 25개를 돌린다", + "quest_title_quest_adventure2019_walk_buddy_plural": "어드벤처위크2019: 파트너 포켓몬과 걸어서 사탕을 {{amount_0}}개 얻는다", + "quest_title_quest_alodude_catch": "알로라의 모습 꼬마돌을 {{amount_0}}마리 잡는다", + "quest_title_quest_alodude_evolve_a": "알로라의 모습 꼬마돌을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_alodude_evolve_b": "알로라의 모습 데구리를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_alodude_snap": "알로라의 모습 꼬마돌의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_at_catch_a": "캐이시를 {{amount_0}}마리 잡는다", + "quest_title_quest_at_evolve_a": "캐이시를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_at_evolve_k": "윤겔라를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_axew_catch_b": "터검니를 {{amount_0}}마리 잡는다", + "quest_title_quest_axew_evolve_b": "터검니를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_axew_snapshot_b": "터검니의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_azelf_wild_snap": "야생 아그놈의 GO스냅샷을 찍는다", + "quest_title_quest_bagon_catch_b": "아공이를 {{amount_0}}마리 잡는다", + "quest_title_quest_bagon_evolve_b_plural": "아공이를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_bagon_evolve_b_singular": "아공이를 1마리 진화시킨다", + "quest_title_quest_bagon_snapshot_b": "아공이의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_battle_buddy_adventure_plural": "파트너가 함께 걷고 있을 때 파트너 포켓몬으로 트레이너 대전을 {{amount_0}}번 한다", + "quest_title_quest_battle_buddy_adventure_single": "파트너가 함께 걷고 있을 때 파트너 포켓몬으로 트레이너 대전을 1번 한다", + "quest_title_quest_battle_dangling_reward_toast": "현재 배틀을 종료해 주십시오.", + "quest_title_quest_battle_error_toast": "배틀 개시 오류", + "quest_title_quest_battle_gbl_halloween_plural": "핼러윈컵에서 {{amount_0}}번 대전한다", + "quest_title_quest_battle_gbl_halloween_win_plural": "핼러윈컵 트레이너 대전에서 {{amount_0}}번 이긴다", + "quest_title_quest_battle_gbl_plural": "GO배틀리그에서 {{amount_0}}번 배틀", + "quest_title_quest_battle_gbl_singular": "GO 배틀리그에서 배틀한다", + "quest_title_quest_battle_gbl_win_plural": "GO배틀리그 트레이너 배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_battle_gbl_win_singular": "GO배틀리그 트레이너 배틀에서 1번 이긴다", + "quest_title_quest_battle_great_plural": "슈퍼리그에서 트레이너와 {{amount_0}}번 대전한다", + "quest_title_quest_battle_great_win_plural": "슈퍼리그 트레이너 배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_battle_great_win_singular": "슈퍼리그 트레이너 배틀에서 1번 이긴다", + "quest_title_quest_battle_gym_plural": "체육관 배틀을 {{amount_0}}회 한다", + "quest_title_quest_battle_gym_singular": "체육관 배틀을 1회 한다", + "quest_title_quest_battle_master_win_plural": "마스터리그 트레이너 배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_battle_master_win_singular": "마스터리그 트레이너 배틀에서 1번 이긴다", + "quest_title_quest_battle_raid_plural": "레이드배틀을 {{amount_0}}회 한다", + "quest_title_quest_battle_raid_singular": "레이드배틀을 1회 한다", + "quest_title_quest_battle_raid_with_friend_plural": "프렌드와 함께 레이드배틀을 {{amount_0}}번 한다", + "quest_title_quest_battle_raid_with_friend_singular": "프렌드와 함께 레이드배틀을 1번 한다", + "quest_title_quest_battle_supereffective_charge_plural": "효과가 굉장한 스페셜 어택을 사용해서 체육관 배틀한다 : {{amount_0}}회", + "quest_title_quest_battle_supereffective_charge_singular": "효과가 굉장한 스페셜 어택을 사용해서 체육관 배틀한다 : 1회", + "quest_title_quest_battle_team_rocket_plural": "GO로켓단 조무래기와 배틀을 {{amount_0}}번 한다", + "quest_title_quest_battle_team_rocket_singular": "GO로켓단 조무래기와 배틀을 1번 한다", + "quest_title_quest_battle_ultra_win_plural": "하이퍼리그 트레이너 배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_battle_ultra_win_singular": "하이퍼리그 트레이너 배틀에서 1번 이긴다", + "quest_title_quest_battle19_catch_fighting_easy": "격투타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_battle19_catch_medium_pkmn": "마크탕 또는 요가랑을 {{amount_0}}마리 잡는다", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Excellent를 {{amount_0}}회 연속으로 던진다", + "quest_title_quest_battle19_raid_win_veryhard": "레이드배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_battle19_supereffective_charge_hard": "효과가 굉장한 스페셜 어택을 사용해서 체육관배틀을 {{amount_0}} 회 한다", + "quest_title_quest_battler_appears": "상대가 나타났다!", + "quest_title_quest_beat_raid_10_minutes": "레이드에서 10분 안에 이긴다", + "quest_title_quest_beat_raid_60_seconds": "레이드에서 60초 안에 이긴다", + "quest_title_quest_beat_raid_singular_minutes": "레이드에서 {{amount_0}}초 안에 이긴다", + "quest_title_quest_beat_raid_singular_seconds": "레이드에서 {{amount_0}}초 안에 이긴다", + "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: 구구 또는 꼬렛을 {{amount_0}} 마리 잡는다", + "quest_title_quest_begins19_evolve_plural": "Pokémon Day: 나옹을 1마리 진화시킨다", + "quest_title_quest_beldum_catch_b": "메탕을 {{amount_0}}마리 잡는다", + "quest_title_quest_beldum_evolve_b_plural": "메탕을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_beldum_evolve_b_singular": "메탕을 1마리 진화시킨다", + "quest_title_quest_bellsprout_catch_b": "모다피를 {{amount_0}}마리 잡는다", + "quest_title_quest_bellsprout_evolve_b_plural": "모다피를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_bellsprout_evolve_b_singular": "모다피를 1마리 진화시킨다", + "quest_title_quest_bellsprout_snapshot_b": "모다피의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_beluga_evolve_pkmn": "Let's Go: 아노딥스를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_beluga_excellent_singular": "Let's Go: Excellent가 나오게 {{amount_0}}회 던진다", + "quest_title_quest_beluga_hatch_plural": "Let's Go: 알을 {{amount_0}}개 부화시킨다", + "quest_title_quest_best_buddy_bronze": "포켓몬 1마리를 베스트 파트너로 만든다", + "quest_title_quest_best_buddy_silver": "포켓몬 10마리를 베스트 파트너로 만든다", + "quest_title_quest_bounsweet_catch_b": "달콤아를 {{amount_0}}마리 잡는다", + "quest_title_quest_bounsweet_evolve_b_plural": "달콤아를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_bounsweet_evolve_b_singular": "달콤아를 1마리 진화시킨다", + "quest_title_quest_braixen_evolve_b": "테르나를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_breakthrough_completed": "필드리서치 완료!", + "quest_title_quest_breakthrough_reward_mystery": "수수께끼의 선물", + "quest_title_quest_breakthrough_reward_stardust": "별의모래", + "quest_title_quest_brionne_evolve_b_plural": "키요공을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_brionne_evolve_b_singular": "키요공을 1마리 진화시킨다", + "quest_title_quest_buddy_affection_days": "파트너 포켓몬의 하트를 {{amount_0}}일 받기", + "quest_title_quest_buddy_affection_days_in_a_row": "{{amount_0}}일 연속해서 파트너 포켓몬의 하트 받기", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "파트너가 함께 걷고 있을 때 함께 트레이너 대전을 {{amount_0}}번 한다", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "파트너가 함께 걷고 있을 때 파트너 포켓몬으로 트레이너 대전을 1번 한다", + "quest_title_quest_buddy_souvenir_plural": "파트너 포켓몬의 선물 {{amount_0}}개를 받는다", + "quest_title_quest_buddy_souvenir_singular": "파트너 포켓몬의 선물 1개를 받는다", + "quest_title_quest_buddy_walk_km_plural": "파트너 포켓몬과 {{amount_0}} km 걷는다", + "quest_title_quest_bulbt_catch_b": "이상해씨를 {{amount_0}}마리 잡는다", + "quest_title_quest_bulbt_evolve_b": "이상해씨를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_bulbt_evolve_s1": "이상해풀을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_cacnea_catch": "선인왕을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_151": "포켓몬을 151마리 잡는다", + "quest_title_quest_catch_b_types_plural": "전기타입, 노말타입, 독타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_basic_types_plural": "풀, 물, 불꽃 중 한 가지 타입의 포켓몬을 {{amount_0}}마리 이상 잡는다", + "quest_title_quest_catch_berry_any_drifloon": "흔들풍손을 잡을 때 나무열매를 {{amount_0}}개 사용한다", + "quest_title_quest_catch_berry_nanab_drifloon": "흔들풍손을 잡을 때 나나열매를 {{amount_0}}개 사용한다", + "quest_title_quest_catch_berry_pinap": "포켓몬을 잡을 때 파인열매를 {{amount_0}}개 사용한다", + "quest_title_quest_catch_berry_razz": "포켓몬을 잡을 때 라즈열매를 {{amount_0}}개 사용한다", + "quest_title_quest_catch_berry_razz_drifloon": "흔들풍손을 잡을 때 라즈열매를 {{amount_0}}개 사용한다", + "quest_title_quest_catch_bronzor_plural": "동미러를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_c_types_plural": "비행, 에스퍼, 악 중 한 타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_carbink_singular": "멜리시를 1마리 잡는다", + "quest_title_quest_catch_celebi_types_plural": "풀타입 또는 에스퍼타입 포켓몬을 {{amount_0}} 마리 잡는다", + "quest_title_quest_catch_costumed_plural": "태양 왕관을 쓴 이브이 또는 달 왕관을 쓴 이브이를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_crabrawler_plural": "오기지게를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_dark_type_plural": "악타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_darumaka_plural": "달막화를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_daysinarow": "포켓몬을 {{amount_0}} 일 연속해서 잡는다", + "quest_title_quest_catch_dialga": "디아루가를 잡는다", + "quest_title_quest_catch_drifloon": "흔들풍손을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_ducklett_plural": "꼬지보리를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_ducklett_singular": "꼬지보리를 잡는다", + "quest_title_quest_catch_emolga_plural": "에몽가를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_excellent_curve_drifloon": "흔들풍손을 Excellent가 나오게 커브볼로 {{amount_0}}마리 잡는다 ", + "quest_title_quest_catch_excellent_with_berry_drifloon": "흔들풍손에게 나무열매를 쓰고 Excellent가 나오게 {{amount_0}}마리 잡는다.", + "quest_title_quest_catch_feed_plural": "나무열매 {{amount_0}}개를 사용하여 포켓몬을 잡는다", + "quest_title_quest_catch_feed_singular": "나무열매 1개를 사용하여 포켓몬을 잡는다", + "quest_title_quest_catch_furfou_singular": "트리미앙을 잡는다", + "quest_title_quest_catch_groudon_primal_boosted_types": "불꽃, 풀, 땅 중 한 가지 타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_groudon_type": "불꽃, 풀, 땅 중 한 가지 타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_hoenn_pokemon": "호연지방에서 처음으로 발견된 포켓몬 {{amount_0}}마리를 잡는다", + "quest_title_quest_catch_in_day_plural": "하루에 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_jan21_hoenn1_plural": "그란돈을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_jan21_hoenn2_plural": "가이오가를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_johto_pokemon": "성도지방에서 처음으로 발견된 포켓몬 {{amount_0}}마리를 잡는다", + "quest_title_quest_catch_kanto_pokemon": "관동지방에서 처음으로 발견된 포켓몬 {{amount_0}}마리를 잡는다", + "quest_title_quest_catch_kyogre_primal_boosted_types": "물, 전기, 벌레 중 한 가지 타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_kyogre_type": "물, 전기, 벌레 중 한 가지 타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_legendary_inarow_plural": "다음에 만날 전설, 환상의 포켓몬 {{amount_0}}마리를 연속으로 잡는다", + "quest_title_quest_catch_legendary_plural": "전설 또는 환상의 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_legendary_singular": "전설 또는 환상의 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_lunatone_plural": "루나톤을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_luvdisc": "사랑동이를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_misc_01_types_plural": "물, 얼음, 노말 중 한 가지 타입의 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_nymble_plural": "콩알뚜기를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_palkia": "펄기아를 잡는다", + "quest_title_quest_catch_pikachu_plural": "피카츄를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_plural_unique": "포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_pokemon_dai_plural": "산책향로로 이끌려 온 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_pokemon_days": "포켓몬을 {{amount_0}}일 잡는다", + "quest_title_quest_catch_pokemon_great_ball_plural": "슈퍼볼로 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_pokemon_great_ball_singular": "슈퍼볼로 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_pokemon_legendary_plural": "전설의 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_pokemon_legendary_singular": "전설의 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_pokemon_party_plural": "팀 참가 중 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_pokemon_plural": "포켓몬 {{amount_0}}마리를 잡는다", + "quest_title_quest_catch_pokemon_poke_ball_plural": "몬스터볼로 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_pokemon_poke_ball_singular": "몬스터볼로 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_pokemon_routes_plural": "루트에서 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_pokemon_routes_singular": "루트에서 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_pokemon_singular": "포켓몬 1마리를 잡는다", + "quest_title_quest_catch_pokemon_task": "포켓몬마를 잡는다", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "하이퍼볼로 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "하이퍼볼로 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_psychic_steel": "강철타입 또는 에스퍼타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_raid_regi_any": "레이드에서 레지락, 레지아이스, 레지스틸 중 하나를 잡는다", + "quest_title_quest_catch_raid_regi_ice": "레이드에서 레지아이스를 잡는다", + "quest_title_quest_catch_raid_regi_rock": "레이드에서 레지락을 잡는다", + "quest_title_quest_catch_raid_regi_steel": "레이드에서 레지스틸을 잡는다", + "quest_title_quest_catch_rayquaza_type": "비행, 드래곤, 에스퍼 중 한 타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_sinnoh_pokemon": "신오지방에서 처음으로 발견된 포켓몬 {{amount_0}}마리를 잡는다", + "quest_title_quest_catch_sinnoh_pokemon_singular": "신오지방에서 처음으로 발견된 포켓몬 1마리를 잡는다", + "quest_title_quest_catch_solrock_plural": "솔록을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special_aerodactyl": "프테라를 1마리 잡는다", + "quest_title_quest_catch_special_bidoof": "비버니를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special_chespin": "도치마론을 1마리 잡는다", + "quest_title_quest_catch_special_cottonee": "소미안을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special_cubone": "탕구리를 1마리 잡는다", + "quest_title_quest_catch_special_exeggcute": "아라리를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special_fennekin": "푸호꼬를 1마리 잡는다", + "quest_title_quest_catch_special_fletchling": "화살꼬빈을 1마리 잡는다", + "quest_title_quest_catch_special_froakie": "개구마르를 1마리 잡는다", + "quest_title_quest_catch_special_furfrou": "트리미앙을 잡는다", + "quest_title_quest_catch_special_jirachi": "지라치를 잡아라!", + "quest_title_quest_catch_special_lieep_anorithl": "릴링 또는 아노딥스를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special_litleo": "레오꼬를 1마리 잡는다", + "quest_title_quest_catch_special_mew": "뮤를 잡아라!", + "quest_title_quest_catch_special_natu": "네이티를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special_omanyte_kabuto": "암나이트 또는 투구를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special_pumpkaboo": "호바귀를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special_slugma_gulpin": "마그마그 또는 꼴깍몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special_voltorb": "찌리리공을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special0_plural": "메타몽을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: 리스트에 있는 포켓몬 {{amount_0}}종류를 잡는다", + "quest_title_quest_catch_special0_singular": "메타몽을 1마리 잡는다", + "quest_title_quest_catch_special1_plural": "모다피 또는 뚜벅쵸를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special1_singular": "모다피 또는 뚜벅쵸를 1마리 잡는다", + "quest_title_quest_catch_special2_plural": "파비코를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special2_singular": "파비코를 1마리 잡는다", + "quest_title_quest_catch_special3_plural": "구구 또는 니로우를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special3_singular": "구구 또는 니로우를 1마리 잡는다", + "quest_title_quest_catch_special4_plural": "나무지기 또는 물짱이를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special4_singular": "나무지기 또는 물짱이를 1마리 잡는다", + "quest_title_quest_catch_special5_plural": "에나비 또는 나옹을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special5_singular": "에나비 또는 나옹을 1마리 잡는다", + "quest_title_quest_catch_special6_plural": "메리프를 {{amount_0}} 마리 잡는다", + "quest_title_quest_catch_special7_plural": "파이리를 {{amount_0}} 마리 잡는다", + "quest_title_quest_catch_special8_plural": "애버라스를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special9_plural": "안농을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special10_plural": "플러시를 {{amount_0}} 마리 잡는다", + "quest_title_quest_catch_special11_plural": "마이농을 {{amount_0}} 마리 잡는다", + "quest_title_quest_catch_special12_plural": "꼬부기를 {{amount_0}} 마리 잡는다", + "quest_title_quest_catch_special13_plural": "로젤리아를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special14_singular": "나옹 또는 가디를 잡는다", + "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", + "quest_title_quest_catch_special16_singular": "에나비 또는 포챠나를 잡는다", + "quest_title_quest_catch_special17_plural": "이브이를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special18_plural": "메탕을 {{amount_0}} 마리 잡는다", + "quest_title_quest_catch_special19_plural": "게을로를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special20_plural": "랄토스를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special21_singular": "피카츄 또는 꼬렛을 1마리 잡는다", + "quest_title_quest_catch_special22_plural": "치코리타를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special23_plural": "브케인을 {{amount_0}} 마리 잡는다", + "quest_title_quest_catch_special24_plural": "리아코를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special25_plural": "꾸꾸리를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special26_plural": "나무지기를 {{amount_0}} 마리 잡는다", + "quest_title_quest_catch_special27_plural": "아공이를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special28_plural": "아차모를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special29_plural": "물짱이를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special31_plural": "모부기를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special33_plural": "톱치를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special34_plural": "불꽃숭이를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special35_plural": "팽도리를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special36_plural": "뿔카노를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special37_plural": "알통몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special38_plural": "식스테일을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special39_plural": "미뇽을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special40_plural": "캐이시를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special41_plural": "대굴레오를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special42_plural": "뿔충이를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special43_plural": "찌르꼬를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special44_plural": "도토링을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special45_plural": "질퍽이를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_special46_plural": "폴리곤을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_staryu_plural": "별가사리를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_stufful_pinap_plural": "포켓몬을 잡을 때 파인열매를 {{amount_0}}개 사용한다", + "quest_title_quest_catch_stufful_pinap_singular": "포켓몬을 잡을 때 파인열매를 1개 사용한다", + "quest_title_quest_catch_stufful_razz_plural": "포켓몬을 잡을 때 라즈열매를 {{amount_0}}개 사용한다", + "quest_title_quest_catch_stufful_razz_singular": "포켓몬을 잡을 때 라즈열매를 1개 사용한다", + "quest_title_quest_catch_transform_pokemon_plural": "변신포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_trubbish_plural": "깨봉이를 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_bug_plural": "벌레타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_bug_plural_unique": "벌레타입 포켓몬 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_bug_singular": "벌레타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_buzzwole": "매시붕과 같은 타입의 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_buzzwole_effective": "매시붕의 약점 타입인 포켓몬을 잡는다", + "quest_title_quest_catch_type_buzzwole_plural": "매시붕과 같은 타입의 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_celesteela_effective": "철화구야의 약점 타입인 포켓몬을 잡는다", + "quest_title_quest_catch_type_dark_plural": "악타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_dark_plural_unique": "악타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_dark_singular": "악타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_dragon_normal_plural": "노말타입 또는 드래곤타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_dragon_plural": "드래곤타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_dragon_plural_unique": "드래곤타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_dragon_singular": "드래곤타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_electric_flying_plural": "전기타입 또는 비행타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_electric_plural": "전기타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_electric_plural_unique": "전기타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_electric_singular": "전기타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_fairy_plural": "페어리타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_fairy_plural_unique": "페어리타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_fairy_singular": "페어리타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_fighting_plural": "격투타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_fighting_plural_unique": "격투타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_fighting_singular": "격투타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_fire_dark_plural_unique": "불꽃타입 또는 악타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_fire_plural": "불꽃타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_fire_singular": "불꽃타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_flying_plural": "비행타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_flying_plural_unique": "비행타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_flying_singular": "비행타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_ghost_dark_plural": "고스트타입 또는 악타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_ghost_plural": "고스트타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_ghost_plural_unique": "고스트타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_ghost_singular": "고스트타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_grass_bug_plural": "풀타입 또는 벌레타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_grass_plural": "풀타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_grass_plural_unique": "풀타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_grass_poison_plural": "풀타입 또는 독타입 포켓몬을 {{amount_0}} 마리 잡는다", + "quest_title_quest_catch_type_grass_singular": "풀타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_ground_plural": "땅타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_ground_plural_unique": "땅타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_ground_singular": "땅타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_guzzlord_effective": "악식킹의 약점 타입인 포켓몬을 잡는다", + "quest_title_quest_catch_type_ice_grass_plural_unique": "얼음타입 또는 풀타입 포켓몬을 {{amount_0}} 마리 잡는다", + "quest_title_quest_catch_type_ice_plural": "얼음타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_ice_plural_unique": "얼음타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_ice_singular": "얼음타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_kartana_effective": "종이신도의 약점 타입인 포켓몬을 잡는다", + "quest_title_quest_catch_type_nihilego": "텅비드와 같은 타입의 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_nihilego_effective": "텅비드의 약점 타입인 포켓몬을 잡는다", + "quest_title_quest_catch_type_nihilego_plural": "텅비드와 같은 타입의 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_normal_plural": "노말타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_normal_plural_unique": "노말타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_normal_singular": "노말타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_pheremosa_effective": "페로코체의 약점 타입인 포켓몬을 잡는다", + "quest_title_quest_catch_type_pheromosa": "페로코체와 같은 타입의 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_pheromosa_plural": "페로코체와 같은 타입의 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_poison_plural": "독타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_poison_plural_unique": "독타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_poison_singular": "독타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "에스퍼타입 또는 격투타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_psychic_plural": "에스퍼타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_psychic_plural_unique": "에스퍼타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_psychic_singular": "에스퍼타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_rock_plural": "바위타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_rock_plural_unique": "바위타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_rock_singular": "바위타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_shaymin": "쉐이미와 같은 타입의 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_shaymin_plural": "쉐이미와 같은 타입의 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_steel_plural": "강철타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_steel_plural_unique": "강철타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_steel_singular": "강철타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "물, 전기, 불꽃타입 중 한 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_water_flying_plural": "물타입 또는 비행타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_water_ground_plural": "물타입 또는 땅타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_water_plural": "물타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_type_water_plural_unique": "물타입 포켓몬을 {{amount_0}}종류 잡는다", + "quest_title_quest_catch_type_water_singular": "물타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_xurkitree": "전수목과 같은 타입의 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_type_xurkitree_effective": "전수목의 약점 타입인 포켓몬을 잡는다", + "quest_title_quest_catch_type_xurkitree_plural": "전수목과 같은 타입의 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_types_rainy_plural": "물, 전기, 벌레 중 한 가지 타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_types_rainy_singular": "물, 전기, 벌레 중 한 타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_types_snowy_plural": "얼음, 강철 중 한 타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_types_snowy_singular": "얼음, 강철 중 한 타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_types_sunny_plural": "풀, 불꽃, 땅 중 한 타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_types_sunny_singular": "풀, 불꽃, 땅 중 한 타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_types_windy_plural": "비행, 드래곤, 에스퍼 중 한 타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_types_windy_singular": "비행, 드래곤, 에스퍼 중 한 타입 포켓몬을 1마리 잡는다", + "quest_title_quest_catch_weather_boost_plural": "날씨 부스트를 받고 있는 포켓몬 {{amount_0}}마리 잡는다", + "quest_title_quest_catch_weather_boost_singular": "날씨 부스트를 받고 있는 포켓몬 1마리 잡는다", + "quest_title_quest_catch_whismur": "소곤룡을 {{amount_0}} 마리 잡는다", + "quest_title_quest_challenge_party_power_plural": "레이드배틀에서 팀 파워를 {{amount_0}}번 사용", + "quest_title_quest_challenge_party_power_singular": "레이드배틀에서 팀 파워를 1번 사용", + "quest_title_quest_change_form_furfrou": "트리미앙의 모습을 변화시킨다", + "quest_title_quest_change_form_plural": "포켓몬 {{amount_0}}마리의 모습을 변화시킨다", + "quest_title_quest_change_form_singular": "포켓몬 1마리의 모습을 변화시킨다", + "quest_title_quest_chansey_catch_b": "럭키를 {{amount_0}}마리 잡는다", + "quest_title_quest_chansey_evolve_b_plural": "럭키를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_chansey_evolve_b_singular": "럭키를 1마리 진화시킨다", + "quest_title_quest_chansey_snapshot_b": "럭키의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_charge_attack_party_plural": "팀 참가 중 스페셜 어택을 {{amount_0}}번 사용하며 배틀한다", + "quest_title_quest_charge_attack_party_singular": "팀 참가 중 스페셜 어택을 1번 사용하며 배틀한다", + "quest_title_quest_charged_attack_plural": "스페셜 어택을 {{amount_0}}번 사용", + "quest_title_quest_charjabug_evolve_b": "전지충이를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_chart_catch_b": "파이리를 {{amount_0}}마리 잡는다", + "quest_title_quest_chart_catch_s1": "리자드를 {{amount_0}}마리 잡는다", + "quest_title_quest_chart_evolve_b": "파이리를 {{amount_0}} 마리 진화시킨다", + "quest_title_quest_chart_evolve_s1": "리자드를 {{amount_0}}마리 진화 시킨다", + "quest_title_quest_chespin_catch_b": "도치마론을 {{amount_0}}마리 잡는다", + "quest_title_quest_chespin_evolve_b": "도치마론을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_chespin_snapshot_b": "도치마론의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_crocalor_evolve_b": "악뜨거를 진화시킨다", + "quest_title_quest_cyndaquil_catch_b": "브케인을 {{amount_0}} 마리 잡는다", + "quest_title_quest_cyndaquil_evolve_b_plural": "브케인을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_cyndaquil_evolve_b_singular": "브케인을 1마리 진화시킨다", + "quest_title_quest_dartrix_evolve_b_plural": "빼미스로우를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_dartrix_evolve_b_singular": "빼미스로우를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_dec2021_catch_b": "2021년 커뮤니티 데이 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_dec2022_catch_b": "12월 커뮤니티 데이 2022 기간에 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_dec2023_catch_b": "12월 커뮤니티 데이 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_defeat_jessie_james_plural": "로사 또는 로이에게 {{amount_0}}번 이긴다", + "quest_title_quest_defeat_rocket": "GO로켓단 단원을 {{amount_0}}번 이긴다", + "quest_title_quest_defeat_rocket_leader_2500": "CP2500이하 포켓몬만 사용해서 GO로켓단 리더에게 {{amount_0}}번 이긴다", + "quest_title_quest_defeat_rocket_singular": "GO로켓단에게 이긴다", + "quest_title_quest_deino_catch": "모노두를 {{amount_0}}마리 잡는다", + "quest_title_quest_deino_evolve_a": "모노두를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_deino_evolve_b": "모노두 또는 디헤드를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_deino_snap": "모노두 GO스냅샷 사진을 {{amount_0}}장 찍는다", + "quest_title_quest_dragonair_evolve_b": "신뇽을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_dratini_cdc_catch_b": "미뇽을 {{amount_0}}마리 잡는다", + "quest_title_quest_dratini_cdc_evolve_b": "미뇽을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_dratini_cdc_snapshot_b": "미뇽의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_drizzle_evolve": "누겔레온을 1마리 진화시킨다", + "quest_title_quest_dude_catch": "꼬마돌을 {{amount_0}}마리 잡는다", + "quest_title_quest_dude_evolve_a": "꼬마돌을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_dude_evolve_b": "데구리를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_dude_snap": "꼬마돌 GO스냅샷 사진을 {{amount_0}}장 찍는다", + "quest_title_quest_duskt_catch_b": "해골몽을 {{amount_0}}마리 잡는다", + "quest_title_quest_duskt_evolve_b": "해골몽을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_duskt_evolve_s1": "미라몽릏 {{amount_0}}마리 진화시킨다", + "quest_title_quest_earn_buddy_ribbon_plural": "베스트 파트너리본을 파트너 포켓몬 {{amount_0}}마리에게 단다", + "quest_title_quest_eelektrik_evolve_b_plural": "저리릴을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_eelektrik_evolve_b_singular": "저리릴을 1마리 진화시킨다", + "quest_title_quest_eevee_evolve_plural": "이브이를 모두 다른 진화형으로 진화 시킨다", + "quest_title_quest_eevet_catch_b": "이브이를 {{amount_0}}마리 잡는다", + "quest_title_quest_eevet_evolve_b": "이브이를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_elect_catch_b": "에레브를 {{amount_0}}마리 잡는다", + "quest_title_quest_elect_evolve_b": "에레브를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_elite_raid_victory_plural": "엘리트 레이드에서 {{amount_0}}번 이긴다", + "quest_title_quest_elite_raid_victory_singular": "엘리트 레이드에서 1번 이긴다", + "quest_title_quest_elite4_a": "GOTour 사천왕 쓰러뜨리기: 메사", + "quest_title_quest_elite4_b": "GOTour 사천왕 쓰러뜨리기: 케이브", + "quest_title_quest_elite4_c": "GOTour 사천왕 쓰러뜨리기: 오션", + "quest_title_quest_elite4_d": "GOTour 사천왕 쓰러뜨리기: 사반나", + "quest_title_quest_elrd22_april16_battle": "아라리 리서치: 체육관배틀을 1번 한다", + "quest_title_quest_elrd22_april16_berries": "아라리 리서치: 포켓몬을 잡을 때 나무열매를 3개 사용한다", + "quest_title_quest_elrd22_april16_catch_grass": "아라리 리서치: 풀타입 포켓몬을 3마리 잡는다", + "quest_title_quest_elrd22_april16_charged_move": "아라리 리서치: 효과가 굉장한 스페셜 어택을 사용한다", + "quest_title_quest_elrd22_april16_curve": "아라리 리서치: 커브볼을 5번 던진다", + "quest_title_quest_elrd22_april16_evolve_grass": "아라리 리서치: 풀타입 포켓몬을 2마리 진화시킨다.", + "quest_title_quest_elrd22_april16_gifts_stickers": "아라리 리서치: 스티커를 붙여 선물을 2개 보낸다", + "quest_title_quest_elrd22_april16_great": "아라리 리서치: Great가 나오게 3번 던진다", + "quest_title_quest_elrd22_april16_great_row": "아라리 리서치: Great가 나오게 2번 연속으로 던진다", + "quest_title_quest_elrd22_april16_nice": "아라리 리서치: Nice가 나오게 5번 던진다", + "quest_title_quest_elrd22_april16_nice_row": "아라리 리서치: Nice가 나오게 3번 연속으로 던진다", + "quest_title_quest_elrd22_april16_raid": "아라리 리서치: 레이드배틀을 1번 한다", + "quest_title_quest_elrd22_april16_spin": "아라리 리서치: 포켓스톱을 2개 돌린다", + "quest_title_quest_elrd22_april16_weather_easy": "아라리 리서치: 날씨 부스트를 받고 있는 포켓모늘 3마리 잡는다", + "quest_title_quest_elrd22_april16_weather_hard": "아라리 리서치: 날씨 부스트를 받고 있는 포켓몬을 5마리 잡는다", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "아라리 리서치: 야생 풀타입 포켓몬의 GO스냅샷을 찍는다", + "quest_title_quest_equinox19_catch_medium_pkmn": "이상해씨 또는 치코리타를 {{amount_0}}마리 잡는다", + "quest_title_quest_equinox19_catch_type_grass_plural": "풀타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_equinox19_evolve_type_grass_plural": "풀타입 포켓몬을 {{amount_0}} 마리 진화시킨다", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "풀타입 포켓몬을 {{amount_0}} 마리 진화시킨다", + "quest_title_quest_event_eevee_snapshot_barcelona": "바르셀로나에서 당신의 이브이와 GO스냅샷을 1장 찍는다", + "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", + "quest_title_quest_event_eevee_snapshot_mexico_city": "멕시코 시티에서 당신의 이브이와 GO스냅샷을 1장 찍는다", + "quest_title_quest_event_eevee_snapshot_seoul": "서울에서 당신의 이브이와 GO스냅샷을 1장 찍는다", + "quest_title_quest_event_eevee_snapshot_tainan": "타이난에서 당신의 이브이와 GO스냅샷을 1장 찍는다", + "quest_title_quest_event_leave_behind_spin": "방문한 적이 없는 포켓스톱 또는 체육관을 10개 돌린다", + "quest_title_quest_event_leave_behind_spin_safari_city": "이브이 챌린지 포켓스톱을 돌린다.", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "아직 방문하지 않은 이브이 챌린지 포켓스톱을 {{amount_0}}개 돌린다", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "아직 방문하지 않은 이브이 챌린지 포켓스톱을 1개 돌린다", + "quest_title_quest_event_spin_barcelona": "바르셀로나의 포켓스톱 또는 체육관 1개를 스핀한다", + "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", + "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", + "quest_title_quest_event_spin_mexico_city": "멕시코 시티의 포켓스톱 또는 체육관 1개를 스핀한다", + "quest_title_quest_event_spin_seoul": "서울의 포켓스톱 또는 체육관 1개를 스핀한다", + "quest_title_quest_event_spin_tainan": "타이난의 포켓스톱 또는 체육관 1개를 스핀한다", + "quest_title_quest_evolve_abra_singular": "캐이시(을)를 진화시킨다", + "quest_title_quest_evolve_aipom_singular": "에이팜(을)를 진화시킨다", + "quest_title_quest_evolve_amaura_singular": "아마루스(을)를 진화시킨다", + "quest_title_quest_evolve_anorith_singular": "아노딥스(을)를 진화시킨다", + "quest_title_quest_evolve_archen_singular": "아켄(을)를 진화시킨다", + "quest_title_quest_evolve_aron_singular": "가보리(을)를 진화시킨다", + "quest_title_quest_evolve_axew_singular": "터검니(을)를 진화시킨다", + "quest_title_quest_evolve_azurill_singular": "루리리(을)를 진화시킨다", + "quest_title_quest_evolve_bagon_singular": "아공이(을)를 진화시킨다", + "quest_title_quest_evolve_baltoy_singular": "오뚝군(을)를 진화시킨다", + "quest_title_quest_evolve_barboach_singular": "미꾸리(을)를 진화시킨다", + "quest_title_quest_evolve_bayleef": "베이리프를 진화시킨다", + "quest_title_quest_evolve_bayleef_singular": "베이리프(을)를 진화시킨다", + "quest_title_quest_evolve_beldum_singular": "메탕(을)를 진화시킨다", + "quest_title_quest_evolve_bellsprout_singular": "모다피(을)를 진화시킨다", + "quest_title_quest_evolve_bergmite_singular": "꽁어름(을)를 진화시킨다", + "quest_title_quest_evolve_bidoof_singular": "비버니(을)를 진화시킨다", + "quest_title_quest_evolve_binacle_singular": "거북손손(을)를 진화시킨다", + "quest_title_quest_evolve_blitzle_singular": "줄뮤마(을)를 진화시킨다", + "quest_title_quest_evolve_boldore_singular": "암트르(을)를 진화시킨다", + "quest_title_quest_evolve_bonsly_singular": "꼬지지(을)를 진화시킨다", + "quest_title_quest_evolve_braixen_singular": "테르나(을)를 진화시킨다", + "quest_title_quest_evolve_bronzor_singular": "동미러(을)를 진화시킨다", + "quest_title_quest_evolve_budew_singular": "꼬몽울(을)를 진화시킨다", + "quest_title_quest_evolve_buizel_singular": "브이젤(을)를 진화시킨다", + "quest_title_quest_evolve_bulbasaur": "이상해씨를 진화시킨다", + "quest_title_quest_evolve_bulbasaur_singular": "이상해씨(을)를 진화시킨다", + "quest_title_quest_evolve_buneary_singular": "이어롤(을)를 진화시킨다", + "quest_title_quest_evolve_bunnelby_singular": "파르빗(을)를 진화시킨다", + "quest_title_quest_evolve_burmy_singular": "도롱충이(을)를 진화시킨다", + "quest_title_quest_evolve_cacnea_singular": "선인왕(을)를 진화시킨다", + "quest_title_quest_evolve_carvanha_singular": "샤프니아(을)를 진화시킨다", + "quest_title_quest_evolve_cascoon_singular": "카스쿤(을)를 진화시킨다", + "quest_title_quest_evolve_caterpie_singular": "캐터피(을)를 진화시킨다", + "quest_title_quest_evolve_chansey_singular": "럭키(을)를 진화시킨다", + "quest_title_quest_evolve_charmander": "파이리를 진화시킨다", + "quest_title_quest_evolve_charmander_singular": "파이리(을)를 진화시킨다", + "quest_title_quest_evolve_charmeleon_singular": "리자드(을)를 진화시킨다", + "quest_title_quest_evolve_cherubi_singular": "체리버(을)를 진화시킨다", + "quest_title_quest_evolve_chespin_singular": "도치마론(을)를 진화시킨다", + "quest_title_quest_evolve_chikorita": "치코리타를 진화시킨다", + "quest_title_quest_evolve_chikorita_singular": "치코리타(을)를 진화시킨다", + "quest_title_quest_evolve_chimchar_singular": "불꽃숭이(을)를 진화시킨다", + "quest_title_quest_evolve_chinchou_singular": "초라기(을)를 진화시킨다", + "quest_title_quest_evolve_chingling_singular": "랑딸랑(을)를 진화시킨다", + "quest_title_quest_evolve_clamperl_singular": "진주몽(을)를 진화시킨다", + "quest_title_quest_evolve_clauncher_singular": "완철포(을)를 진화시킨다", + "quest_title_quest_evolve_clefairy_singular": "삐삐(을)를 진화시킨다", + "quest_title_quest_evolve_cleffa_singular": "삐(을)를 진화시킨다", + "quest_title_quest_evolve_combee_singular": "세꿀버리(을)를 진화시킨다", + "quest_title_quest_evolve_combusken_singular": "영치코(을)를 진화시킨다", + "quest_title_quest_evolve_corphish_singular": "가재군(을)를 진화시킨다", + "quest_title_quest_evolve_cosmoem_singular": "코스모움을 진화시킨다", + "quest_title_quest_evolve_cosmog_singular": "코스모그를 진화시킨다", + "quest_title_quest_evolve_cottonee_singular": "소미안(을)를 진화시킨다", + "quest_title_quest_evolve_cranidos_singular": "두개도스(을)를 진화시킨다", + "quest_title_quest_evolve_croagunk_singular": "삐딱구리(을)를 진화시킨다", + "quest_title_quest_evolve_croconaw": "엘리게이를 진화시킨다", + "quest_title_quest_evolve_croconaw_singular": "엘리게이(을)를 진화시킨다", + "quest_title_quest_evolve_cubchoo_singular": "코고미(을)를 진화시킨다", + "quest_title_quest_evolve_cubone_singular": "탕구리(을)를 진화시킨다", + "quest_title_quest_evolve_cyndaquil": "브케인을 진화시킨다", + "quest_title_quest_evolve_cyndaquil_singular": "브케인(을)를 진화시킨다", + "quest_title_quest_evolve_dark_type_singular": "악타입 포켓몬을 진화시킨다", + "quest_title_quest_evolve_darumaka_singular": "달막화(을)를 진화시킨다", + "quest_title_quest_evolve_deerling_singular": "사철록(을)를 진화시킨다", + "quest_title_quest_evolve_deino_singular": "모노두(을)를 진화시킨다", + "quest_title_quest_evolve_dewott_singular": "쌍검자비(을)를 진화시킨다", + "quest_title_quest_evolve_diglett_singular": "디그다(을)를 진화시킨다", + "quest_title_quest_evolve_doduo_singular": "두두(을)를 진화시킨다", + "quest_title_quest_evolve_doublade_singular": "쌍검킬(을)를 진화시킨다", + "quest_title_quest_evolve_dragonair_singular": "신뇽(을)를 진화시킨다", + "quest_title_quest_evolve_dratini_singular": "미뇽(을)를 진화시킨다", + "quest_title_quest_evolve_drifloon_singular": "흔들풍손(을)를 진화시킨다", + "quest_title_quest_evolve_drilbur_singular": "두더류(을)를 진화시킨다", + "quest_title_quest_evolve_drowzee_singular": "슬리프(을)를 진화시킨다", + "quest_title_quest_evolve_ducklett_singular": "꼬지보리(을)를 진화시킨다", + "quest_title_quest_evolve_duosion_singular": "듀란(을)를 진화시킨다", + "quest_title_quest_evolve_durant_singular": "아이앤트(을)를 진화시킨다", + "quest_title_quest_evolve_dusclops_singular": "미라몽(을)를 진화시킨다", + "quest_title_quest_evolve_duskull_singular": "해골몽(을)를 진화시킨다", + "quest_title_quest_evolve_dwebble_singular": "돌살이(을)를 진화시킨다", + "quest_title_quest_evolve_eelektrik_singular": "저리릴(을)를 진화시킨다", + "quest_title_quest_evolve_eevee_singular": "이브이(을)를 진화시킨다", + "quest_title_quest_evolve_eevee_types_plural": "전기, 물, 불꽃 중 한 가지 타입의 포켓몬을 {{amount_0}} 마리 진화시킨다", + "quest_title_quest_evolve_eevee_types_singular": "전기, 물, 불꽃 중 한 가지 타입의 포켓몬을 1마리 진화시킨다", + "quest_title_quest_evolve_ekans_singular": "아보(을)를 진화시킨다", + "quest_title_quest_evolve_electabuzz_singular": "에레브(을)를 진화시킨다", + "quest_title_quest_evolve_electrike_singular": "썬더라이(을)를 진화시킨다", + "quest_title_quest_evolve_elekid_singular": "에레키드(을)를 진화시킨다", + "quest_title_quest_evolve_elgyem_singular": "리그레(을)를 진화시킨다", + "quest_title_quest_evolve_espeon": "이브이를 낮에 에브이로 진화시킨다", + "quest_title_quest_evolve_espurr_singular": "냐스퍼(을)를 진화시킨다", + "quest_title_quest_evolve_evolved_grass_singular": "이미 진화한 풀타입 포켓몬을 더 진화시킨다", + "quest_title_quest_evolve_exeggcute_singular": "아라리(을)를 진화시킨다", + "quest_title_quest_evolve_farfetch'd_singular": "파오리(을)를 진화시킨다", + "quest_title_quest_evolve_feebas_singular": "빈티나(을)를 진화시킨다", + "quest_title_quest_evolve_fennekin_singular": "푸호꼬(을)를 진화시킨다", + "quest_title_quest_evolve_ferroseed_singular": "철시드(을)를 진화시킨다", + "quest_title_quest_evolve_finneon_singular": "형광어(을)를 진화시킨다", + "quest_title_quest_evolve_flaaffy_singular": "보송송(을)를 진화시킨다", + "quest_title_quest_evolve_flabébé_singular": "플라베베(을)를 진화시킨다", + "quest_title_quest_evolve_fletchinder_singular": "불화살빈(을)를 진화시킨다", + "quest_title_quest_evolve_fletchling_singular": "화살꼬빈(을)를 진화시킨다", + "quest_title_quest_evolve_floette_singular": "플라엣테(을)를 진화시킨다", + "quest_title_quest_evolve_foongus_singular": "깜놀버슬(을)를 진화시킨다", + "quest_title_quest_evolve_fraxure_singular": "액슨도(을)를 진화시킨다", + "quest_title_quest_evolve_frillish_singular": "탱그릴(을)를 진화시킨다", + "quest_title_quest_evolve_froakie_singular": "개구마르(을)를 진화시킨다", + "quest_title_quest_evolve_frogadier_singular": "개굴반장(을)를 진화시킨다", + "quest_title_quest_evolve_gabite_singular": "한바이트(을)를 진화시킨다", + "quest_title_quest_evolve_gastly_singular": "고오스(을)를 진화시킨다", + "quest_title_quest_evolve_geodude_singular": "꼬마돌(을)를 진화시킨다", + "quest_title_quest_evolve_gible_singular": "딥상어동(을)를 진화시킨다", + "quest_title_quest_evolve_glalie_singular": "얼음귀신(을)를 진화시킨다", + "quest_title_quest_evolve_glameow_singular": "나옹마(을)를 진화시킨다", + "quest_title_quest_evolve_gligar_singular": "글라이거(을)를 진화시킨다", + "quest_title_quest_evolve_gloom_singular": "냄새꼬(을)를 진화시킨다", + "quest_title_quest_evolve_golbat_singular": "골뱃(을)를 진화시킨다", + "quest_title_quest_evolve_goldeen_singular": "콘치(을)를 진화시킨다", + "quest_title_quest_evolve_golett_singular": "골비람(을)를 진화시킨다", + "quest_title_quest_evolve_goomy_singular": "미끄메라(을)를 진화시킨다", + "quest_title_quest_evolve_gothita_singular": "고디탱(을)를 진화시킨다", + "quest_title_quest_evolve_gothorita_singular": "고디보미(을)를 진화시킨다", + "quest_title_quest_evolve_graveler_singular": "데구리(을)를 진화시킨다", + "quest_title_quest_evolve_grimer_singular": "질퍽이(을)를 진화시킨다", + "quest_title_quest_evolve_grotle_singular": "수풀부기(을)를 진화시킨다", + "quest_title_quest_evolve_ground_plural": "땅타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_grovyle_singular": "나무돌이(을)를 진화시킨다", + "quest_title_quest_evolve_growlithe_singular": "가디(을)를 진화시킨다", + "quest_title_quest_evolve_gulpin_singular": "꼴깍몬(을)를 진화시킨다", + "quest_title_quest_evolve_gurdurr_singular": "토쇠골(을)를 진화시킨다", + "quest_title_quest_evolve_happiny_singular": "핑복(을)를 진화시킨다", + "quest_title_quest_evolve_haunter_singular": "고우스트(을)를 진화시킨다", + "quest_title_quest_evolve_heatmor_singular": "앤티골(을)를 진화시킨다", + "quest_title_quest_evolve_helioptile_singular": "목도리키텔(을)를 진화시킨다", + "quest_title_quest_evolve_herdier_singular": "하데리어(을)를 진화시킨다", + "quest_title_quest_evolve_hippopotas_singular": "히포포타스(을)를 진화시킨다", + "quest_title_quest_evolve_honedge_singular": "단칼빙(을)를 진화시킨다", + "quest_title_quest_evolve_hoothoot_singular": "부우부(을)를 진화시킨다", + "quest_title_quest_evolve_hoppip_singular": "통통코(을)를 진화시킨다", + "quest_title_quest_evolve_horsea_singular": "쏘드라(을)를 진화시킨다", + "quest_title_quest_evolve_houndour_singular": "델빌(을)를 진화시킨다", + "quest_title_quest_evolve_igglybuff_singular": "푸푸린(을)를 진화시킨다", + "quest_title_quest_evolve_illumise_singular": "네오비트(을)를 진화시킨다", + "quest_title_quest_evolve_inkay_singular": "오케이징(을)를 진화시킨다", + "quest_title_quest_evolve_items_plural": "도구를 사용해서 포켓몬을 {{amount_0}} 마리 진화시킨다", + "quest_title_quest_evolve_items_singular": "도구를 사용해서 포켓몬을 1마리 진화시킨다.", + "quest_title_quest_evolve_ivysaur_singular": "이상해풀(을)를 진화시킨다", + "quest_title_quest_evolve_jigglypuff_singular": "푸린(을)를 진화시킨다", + "quest_title_quest_evolve_joltik_singular": "파쪼옥(을)를 진화시킨다", + "quest_title_quest_evolve_kabuto_singular": "투구(을)를 진화시킨다", + "quest_title_quest_evolve_kadabra_singular": "윤겔라(을)를 진화시킨다", + "quest_title_quest_evolve_kakuna_singular": "딱충이(을)를 진화시킨다", + "quest_title_quest_evolve_karrablast_singular": "딱정곤(을)를 진화시킨다", + "quest_title_quest_evolve_kirlia_singular": "킬리아(을)를 진화시킨다", + "quest_title_quest_evolve_klang_singular": "기기어르(을)를 진화시킨다", + "quest_title_quest_evolve_klink_singular": "기어르(을)를 진화시킨다", + "quest_title_quest_evolve_koffing_singular": "또가스(을)를 진화시킨다", + "quest_title_quest_evolve_krabby_singular": "크랩(을)를 진화시킨다", + "quest_title_quest_evolve_kricketot_singular": "귀뚤뚜기(을)를 진화시킨다", + "quest_title_quest_evolve_krokorok_singular": "악비르(을)를 진화시킨다", + "quest_title_quest_evolve_lairon_singular": "갱도라(을)를 진화시킨다", + "quest_title_quest_evolve_lampent_singular": "램프라(을)를 진화시킨다", + "quest_title_quest_evolve_larvesta_singular": "활화르바(을)를 진화시킨다", + "quest_title_quest_evolve_larvitar_singular": "애버라스(을)를 진화시킨다", + "quest_title_quest_evolve_ledyba_singular": "레디바(을)를 진화시킨다", + "quest_title_quest_evolve_lickitung_singular": "내루미(을)를 진화시킨다", + "quest_title_quest_evolve_lileep_singular": "릴링(을)를 진화시킨다", + "quest_title_quest_evolve_lillipup_singular": "요테리(을)를 진화시킨다", + "quest_title_quest_evolve_linoone_singular": "가라르의 직구리를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_litleo_singular": "레오꼬(을)를 진화시킨다", + "quest_title_quest_evolve_litwick_singular": "불켜미(을)를 진화시킨다", + "quest_title_quest_evolve_lombre_singular": "로토스(을)를 진화시킨다", + "quest_title_quest_evolve_lotad_singular": "연꽃몬(을)를 진화시킨다", + "quest_title_quest_evolve_loudred_singular": "노공룡(을)를 진화시킨다", + "quest_title_quest_evolve_luxio_singular": "럭시오(을)를 진화시킨다", + "quest_title_quest_evolve_machoke_singular": "근육몬(을)를 진화시킨다", + "quest_title_quest_evolve_machop_singular": "알통몬(을)를 진화시킨다", + "quest_title_quest_evolve_magby_singular": "마그비(을)를 진화시킨다", + "quest_title_quest_evolve_magikarp_singular": "잉어킹(을)를 진화시킨다", + "quest_title_quest_evolve_magmar_singular": "마그마(을)를 진화시킨다", + "quest_title_quest_evolve_magnemite_singular": "코일(을)를 진화시킨다", + "quest_title_quest_evolve_makuhita_singular": "마크탕(을)를 진화시킨다", + "quest_title_quest_evolve_mankey_singular": "망키(을)를 진화시킨다", + "quest_title_quest_evolve_mantyke_singular": "타만타(을)를 진화시킨다", + "quest_title_quest_evolve_mareep_singular": "메리프(을)를 진화시킨다", + "quest_title_quest_evolve_marill_singular": "마릴(을)를 진화시킨다", + "quest_title_quest_evolve_marshtomp_singular": "늪짱이(을)를 진화시킨다", + "quest_title_quest_evolve_meditite_singular": "요가랑(을)를 진화시킨다", + "quest_title_quest_evolve_meowth_singular": "나옹(을)를 진화시킨다", + "quest_title_quest_evolve_metang_singular": "메탕구(을)를 진화시킨다", + "quest_title_quest_evolve_metapod_singular": "단데기(을)를 진화시킨다", + "quest_title_quest_evolve_mienfoo_singular": "비조푸(을)를 진화시킨다", + "quest_title_quest_evolve_mime jr._singular": "흉내내(을)를 진화시킨다", + "quest_title_quest_evolve_minccino_singular": "치라미(을)를 진화시킨다", + "quest_title_quest_evolve_misdreavus_singular": "무우마(을)를 진화시킨다", + "quest_title_quest_evolve_monferno_singular": "파이숭이(을)를 진화시킨다", + "quest_title_quest_evolve_mr. mime_singular": "마임맨(을)를 진화시킨다", + "quest_title_quest_evolve_mudkip_singular": "물짱이(을)를 진화시킨다", + "quest_title_quest_evolve_munchlax_singular": "먹고자(을)를 진화시킨다", + "quest_title_quest_evolve_munna_singular": "몽나(을)를 진화시킨다", + "quest_title_quest_evolve_murkrow_singular": "니로우(을)를 진화시킨다", + "quest_title_quest_evolve_natu_singular": "네이티(을)를 진화시킨다", + "quest_title_quest_evolve_nidoranfemale_singular": "니드런♀(을)를 진화시킨다", + "quest_title_quest_evolve_nidoranmale_singular": "니드런♂(을)를 진화시킨다", + "quest_title_quest_evolve_nidorina_singular": "니드리나(을)를 진화시킨다", + "quest_title_quest_evolve_nidorino_singular": "니드리노(을)를 진화시킨다", + "quest_title_quest_evolve_nincada_singular": "토중몬(을)를 진화시킨다", + "quest_title_quest_evolve_noibat_singular": "음뱃(을)를 진화시킨다", + "quest_title_quest_evolve_nosepass_singular": "코코파스(을)를 진화시킨다", + "quest_title_quest_evolve_numel_singular": "둔타(을)를 진화시킨다", + "quest_title_quest_evolve_nuzleaf_singular": "잎새코(을)를 진화시킨다", + "quest_title_quest_evolve_oddish_singular": "뚜벅쵸(을)를 진화시킨다", + "quest_title_quest_evolve_omanyte_singular": "암나이트(을)를 진화시킨다", + "quest_title_quest_evolve_onix_singular": "롱스톤(을)를 진화시킨다", + "quest_title_quest_evolve_oshawott_singular": "수댕이(을)를 진화시킨다", + "quest_title_quest_evolve_palpitoad_singular": "두까비(을)를 진화시킨다", + "quest_title_quest_evolve_pancham_singular": "판짱(을)를 진화시킨다", + "quest_title_quest_evolve_panpour_singular": "앗차프(을)를 진화시킨다", + "quest_title_quest_evolve_pansage_singular": "야나프(을)를 진화시킨다", + "quest_title_quest_evolve_pansear_singular": "바오프(을)를 진화시킨다", + "quest_title_quest_evolve_paras_singular": "파라스(을)를 진화시킨다", + "quest_title_quest_evolve_patrat_singular": "보르쥐(을)를 진화시킨다", + "quest_title_quest_evolve_pawniard_singular": "자망칼(을)를 진화시킨다", + "quest_title_quest_evolve_petilil_singular": "치릴리(을)를 진화시킨다", + "quest_title_quest_evolve_phanpy_singular": "코코리(을)를 진화시킨다", + "quest_title_quest_evolve_phantump_singular": "나목령(을)를 진화시킨다", + "quest_title_quest_evolve_pichu_singular": "피츄(을)를 진화시킨다", + "quest_title_quest_evolve_pidgeotto_singular": "피죤(을)를 진화시킨다", + "quest_title_quest_evolve_pidgey_singular": "구구(을)를 진화시킨다", + "quest_title_quest_evolve_pidove_singular": "콩둘기(을)를 진화시킨다", + "quest_title_quest_evolve_pignite_singular": "차오꿀(을)를 진화시킨다", + "quest_title_quest_evolve_pikachu_singular": "피카츄(을)를 진화시킨다", + "quest_title_quest_evolve_piloswine_plural": "메꾸리를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_piloswine_singular": "메꾸리(을)를 진화시킨다", + "quest_title_quest_evolve_pineco_singular": "피콘(을)를 진화시킨다", + "quest_title_quest_evolve_piplup_singular": "팽도리(을)를 진화시킨다", + "quest_title_quest_evolve_plural": "포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_poison_type_singular": "독타입 포켓몬을 진회시킨다", + "quest_title_quest_evolve_poliwag_singular": "발챙이(을)를 진화시킨다", + "quest_title_quest_evolve_poliwhirl_singular": "슈륙챙이(을)를 진화시킨다", + "quest_title_quest_evolve_ponyta_singular": "포니타(을)를 진화시킨다", + "quest_title_quest_evolve_poochyena_singular": "포챠나(을)를 진화시킨다", + "quest_title_quest_evolve_porygon2_singular": "폴리곤2(을)를 진화시킨다", + "quest_title_quest_evolve_prinplup_singular": "팽태자(을)를 진화시킨다", + "quest_title_quest_evolve_psyduck_singular": "고라파덕(을)를 진화시킨다", + "quest_title_quest_evolve_pumpkaboo_singular": "호바귀(을)를 진화시킨다", + "quest_title_quest_evolve_pupitar_singular": "데기라스(을)를 진화시킨다", + "quest_title_quest_evolve_purrloin_singular": "쌔비냥(을)를 진화시킨다", + "quest_title_quest_evolve_quilava": "마그케인을 진화시킨다", + "quest_title_quest_evolve_quilava_singular": "마그케인(을)를 진화시킨다", + "quest_title_quest_evolve_quilladin_singular": "도치보구(을)를 진화시킨다", + "quest_title_quest_evolve_qwilfish_singular": "침바루(을)를 진화시킨다", + "quest_title_quest_evolve_ralts_singular": "랄토스(을)를 진화시킨다", + "quest_title_quest_evolve_rattata_singular": "꼬렛(을)를 진화시킨다", + "quest_title_quest_evolve_remoraid_singular": "총어(을)를 진화시킨다", + "quest_title_quest_evolve_rhydon_singular": "코뿌리(을)를 진화시킨다", + "quest_title_quest_evolve_rhyhorn_singular": "뿔카노(을)를 진화시킨다", + "quest_title_quest_evolve_riolu_singular": "리오르(을)를 진화시킨다", + "quest_title_quest_evolve_roggenrola_singular": "단굴(을)를 진화시킨다", + "quest_title_quest_evolve_roselia_singular": "로젤리아(을)를 진화시킨다", + "quest_title_quest_evolve_rufflet_singular": "수리둥보(을)를 진화시킨다", + "quest_title_quest_evolve_sandile_singular": "깜눈크(을)를 진화시킨다", + "quest_title_quest_evolve_sandshrew_singular": "모래두지(을)를 진화시킨다", + "quest_title_quest_evolve_sb_singular": "블루를 진화시킨다", + "quest_title_quest_evolve_scatterbug_singular": "분이벌레(을)를 진화시킨다", + "quest_title_quest_evolve_scraggy_singular": "곤율랭(을)를 진화시킨다", + "quest_title_quest_evolve_scyther_singular": "스라크(을)를 진화시킨다", + "quest_title_quest_evolve_seadra_singular": "시드라(을)를 진화시킨다", + "quest_title_quest_evolve_sealeo_singular": "씨레오(을)를 진화시킨다", + "quest_title_quest_evolve_seedot_singular": "도토링(을)를 진화시킨다", + "quest_title_quest_evolve_seel_singular": "쥬쥬(을)를 진화시킨다", + "quest_title_quest_evolve_sentret_singular": "꼬리선(을)를 진화시킨다", + "quest_title_quest_evolve_servine_singular": "샤비(을)를 진화시킨다", + "quest_title_quest_evolve_sewaddle_singular": "두르보(을)를 진화시킨다", + "quest_title_quest_evolve_shelgon_singular": "쉘곤(을)를 진화시킨다", + "quest_title_quest_evolve_shellder_singular": "셀러(을)를 진화시킨다", + "quest_title_quest_evolve_shellos_singular": "깝질무(을)를 진화시킨다", + "quest_title_quest_evolve_shelmet_singular": "쪼마리(을)를 진화시킨다", + "quest_title_quest_evolve_shieldon_singular": "방패톱스(을)를 진화시킨다", + "quest_title_quest_evolve_shinx_singular": "꼬링크(을)를 진화시킨다", + "quest_title_quest_evolve_shroomish_singular": "버섯꼬(을)를 진화시킨다", + "quest_title_quest_evolve_shuckle_singular": "단단지(을)를 진화시킨다", + "quest_title_quest_evolve_shuppet_singular": "어둠대신(을)를 진화시킨다", + "quest_title_quest_evolve_silcoon_singular": "실쿤(을)를 진화시킨다", + "quest_title_quest_evolve_singular": "포켓몬을 1마리 진화시킨다", + "quest_title_quest_evolve_skiddo_singular": "메이클(을)를 진화시킨다", + "quest_title_quest_evolve_skiploom_singular": "두코(을)를 진화시킨다", + "quest_title_quest_evolve_skitty_singular": "에나비(을)를 진화시킨다", + "quest_title_quest_evolve_skorupi_singular": "스콜피(을)를 진화시킨다", + "quest_title_quest_evolve_skrelp_singular": "수레기(을)를 진화시킨다", + "quest_title_quest_evolve_slakoth_singular": "게을로(을)를 진화시킨다", + "quest_title_quest_evolve_sliggoo_singular": "미끄네일(을)를 진화시킨다", + "quest_title_quest_evolve_slowpoke_plural": "야돈을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_slowpoke_singular": "야돈(을)를 진화시킨다", + "quest_title_quest_evolve_slugma_singular": "마그마그(을)를 진화시킨다", + "quest_title_quest_evolve_smoochum_singular": "뽀뽀라(을)를 진화시킨다", + "quest_title_quest_evolve_sneasel_singular": "포푸니(을)를 진화시킨다", + "quest_title_quest_evolve_snivy_singular": "주리비얀(을)를 진화시킨다", + "quest_title_quest_evolve_snorunt_singular": "눈꼬마(을)를 진화시킨다", + "quest_title_quest_evolve_snover_singular": "눈쓰개(을)를 진화시킨다", + "quest_title_quest_evolve_snubbull_singular": "블루(을)를 진화시킨다", + "quest_title_quest_evolve_solosis_singular": "유니란(을)를 진화시킨다", + "quest_title_quest_evolve_spearow_singular": "깨비참(을)를 진화시킨다", + "quest_title_quest_evolve_special_drowzee": "슬리프를 1마리 진화시킨다", + "quest_title_quest_evolve_special_feebas_singular": "빈티나 1마리를 진화시킨다", + "quest_title_quest_evolve_special_galarian_mrmime": "마임맨(가라르의 모습)을 진화 시킨다", + "quest_title_quest_evolve_special_galarian_slowpoke": "야돈(가라르의 모습)을 진화시킨다", + "quest_title_quest_evolve_special_grimer": "질퍽이를 1마리 진화시킨다", + "quest_title_quest_evolve_special_magnemite": "코일을 1마리 진화시킨다", + "quest_title_quest_evolve_special_scyther": "스라크를 1마리 진화시킨다", + "quest_title_quest_evolve_special0_singular": "잉어킹을 진화시킨다", + "quest_title_quest_evolve_special1_plural": "구구를 {{amount_0}} 마리 진화시킨다", + "quest_title_quest_evolve_special1_singular": "쏘드라를 진화시킨다", + "quest_title_quest_evolve_special2_singular": "나옹을 진화시킨다", + "quest_title_quest_evolve_spewpa_singular": "분떠도리(을)를 진화시킨다", + "quest_title_quest_evolve_spheal_singular": "대굴레오(을)를 진화시킨다", + "quest_title_quest_evolve_spinarak_singular": "페이검(을)를 진화시킨다", + "quest_title_quest_evolve_spoink_singular": "피그점프(을)를 진화시킨다", + "quest_title_quest_evolve_spritzee_singular": "슈쁘(을)를 진화시킨다", + "quest_title_quest_evolve_squirtle_singular": "꼬부기(을)를 진화시킨다", + "quest_title_quest_evolve_staravia_singular": "찌르버드(을)를 진화시킨다", + "quest_title_quest_evolve_starly_singular": "찌르꼬(을)를 진화시킨다", + "quest_title_quest_evolve_staryu_singular": "별가사리(을)를 진화시킨다", + "quest_title_quest_evolve_steelix_singular": "강철톤(을)를 진화시킨다", + "quest_title_quest_evolve_stunky_singular": "스컹뿡(을)를 진화시킨다", + "quest_title_quest_evolve_sunkern_singular": "해너츠(을)를 진화시킨다", + "quest_title_quest_evolve_sunstone_singular": "태양의돌을 사용해서 냄새꼬 또는 해너츠를 진화 시킨다", + "quest_title_quest_evolve_surskit_singular": "비구술(을)를 진화시킨다", + "quest_title_quest_evolve_swablu_singular": "파비코(을)를 진화시킨다", + "quest_title_quest_evolve_swadloon_singular": "두르쿤(을)를 진화시킨다", + "quest_title_quest_evolve_swinub_singular": "꾸꾸리(을)를 진화시킨다", + "quest_title_quest_evolve_swirlix_singular": "나룸퍼프(을)를 진화시킨다", + "quest_title_quest_evolve_taillow_singular": "테일로(을)를 진화시킨다", + "quest_title_quest_evolve_tangela_singular": "덩쿠리(을)를 진화시킨다", + "quest_title_quest_evolve_teddiursa_singular": "깜지곰(을)를 진화시킨다", + "quest_title_quest_evolve_tentacool_singular": "왕눈해(을)를 진화시킨다", + "quest_title_quest_evolve_tepig_singular": "뚜꾸리(을)를 진화시킨다", + "quest_title_quest_evolve_timburr_singular": "으랏차(을)를 진화시킨다", + "quest_title_quest_evolve_tirtouga_singular": "프로토가(을)를 진화시킨다", + "quest_title_quest_evolve_togepi_singular": "토게피(을)를 진화시킨다", + "quest_title_quest_evolve_togetic_singular": "토게틱(을)를 진화시킨다", + "quest_title_quest_evolve_torchic_singular": "아차모(을)를 진화시킨다", + "quest_title_quest_evolve_totodile": "리아코를 진화시킨다", + "quest_title_quest_evolve_totodile_singular": "리아코(을)를 진화시킨다", + "quest_title_quest_evolve_tranquill_singular": "유토브(을)를 진화시킨다", + "quest_title_quest_evolve_trapinch_singular": "톱치(을)를 진화시킨다", + "quest_title_quest_evolve_treecko_singular": "나무지기(을)를 진화시킨다", + "quest_title_quest_evolve_trubbish_singular": "깨봉이(을)를 진화시킨다", + "quest_title_quest_evolve_turtwig_singular": "모부기(을)를 진화시킨다", + "quest_title_quest_evolve_tympole_singular": "동챙이(을)를 진화시킨다", + "quest_title_quest_evolve_tynamo_singular": "저리어(을)를 진화시킨다", + "quest_title_quest_evolve_type_dark_plural": "악타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_type_dragon_plural": "드래곤타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_type_dragon_singular": "드래곤타입 포켓몬을 진회시킨다", + "quest_title_quest_evolve_type_electric_plural": "전기타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_type_electric_singular": "전기타입 포켓몬을 1마리 진화시킨다", + "quest_title_quest_evolve_type_fairy_plural": "페어리타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_type_fairy_singular": "페어리타입 포켓몬을 1마리 진화시킨다", + "quest_title_quest_evolve_type_fire_plural": "불꽃타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_type_fire_singular": "불꽃타입 포켓몬을 1마리 진화시킨다", + "quest_title_quest_evolve_type_flying_plural": "비행타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_type_flying_singular": "비행타입 포켓몬을 1마리 진화시킨다", + "quest_title_quest_evolve_type_ghost_plural": "고스트타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_type_ghost_single": "고스트타입 포켓몬을 1마리 진화시킨다", + "quest_title_quest_evolve_type_grass_plural": "풀타입 포켓몬을 {{amount_0}} 마리 진화시킨다", + "quest_title_quest_evolve_type_grass_singular": "풀타입 포켓몬을 1마리 진화시킨다", + "quest_title_quest_evolve_type_ice_plural": "얼음타입 포켓몬을 {{amount_0}}마리 지화시킨다", + "quest_title_quest_evolve_type_ice_singular": "얼음타입 포켓몬을 1마리 진화시킨다", + "quest_title_quest_evolve_type_poison_plural": "독타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_type_psychic_plural": "에스퍼타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_type_psychic_singular": "에스퍼타입 포켓몬을 1마리 진화시킨다", + "quest_title_quest_evolve_type_rock_plural": "바위타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_type_steel_plural": "강철타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_type_water_plural": "물타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_evolve_type_water_singular": "물타입 포켓몬을 1마리 진화시킨다", + "quest_title_quest_evolve_tyrogue_singular": "배루키(을)를 진화시킨다", + "quest_title_quest_evolve_tyrunt_singular": "티고라스(을)를 진화시킨다", + "quest_title_quest_evolve_umbreon": "이브이를 밤에 블래키로 진화시킨다", + "quest_title_quest_evolve_vanillish_singular": "바닐리치(을)를 진화시킨다", + "quest_title_quest_evolve_vanillite_singular": "바닐프티(을)를 진화시킨다", + "quest_title_quest_evolve_venipede_singular": "마디네(을)를 진화시킨다", + "quest_title_quest_evolve_venonat_singular": "콘팡(을)를 진화시킨다", + "quest_title_quest_evolve_vibrava_singular": "비브라바(을)를 진화시킨다", + "quest_title_quest_evolve_vigoroth_singular": "발바로(을)를 진화시킨다", + "quest_title_quest_evolve_volbeat_singular": "볼비트(을)를 진화시킨다", + "quest_title_quest_evolve_voltorb_singular": "찌리리공(을)를 진화시킨다", + "quest_title_quest_evolve_vullaby_singular": "벌차이(을)를 진화시킨다", + "quest_title_quest_evolve_vulpix_singular": "식스테일(을)를 진화시킨다", + "quest_title_quest_evolve_wailmer_singular": "고래왕자(을)를 진화시킨다", + "quest_title_quest_evolve_wartortle_singular": "어니부기(을)를 진화시킨다", + "quest_title_quest_evolve_weedle_singular": "뿔충이(을)를 진화시킨다", + "quest_title_quest_evolve_weepinbell_singular": "우츠동(을)를 진화시킨다", + "quest_title_quest_evolve_whirlipede_singular": "휠구(을)를 진화시킨다", + "quest_title_quest_evolve_whismur_singular": "소곤룡(을)를 진화시킨다", + "quest_title_quest_evolve_wingull_singular": "갈모매(을)를 진화시킨다", + "quest_title_quest_evolve_woobat_singular": "또르박쥐(을)를 진화시킨다", + "quest_title_quest_evolve_wooper_singular": "우파(을)를 진화시킨다", + "quest_title_quest_evolve_wurmple_singular": "개무소(을)를 진화시킨다", + "quest_title_quest_evolve_wynaut_singular": "마자(을)를 진화시킨다", + "quest_title_quest_evolve_yamask_singular": "데스마스(을)를 진화시킨다", + "quest_title_quest_evolve_yanma_singular": "왕자리(을)를 진화시킨다", + "quest_title_quest_evolve_zigzagoon_singular": "지그제구리(을)를 진화시킨다", + "quest_title_quest_evolve_zorua_singular": "조로아(을)를 진화시킨다", + "quest_title_quest_evolve_zubat_singular": "주뱃(을)를 진화시킨다", + "quest_title_quest_evolve_zweilous_singular": "디헤드(을)를 진화시킨다", + "quest_title_quest_explore_buddy": "파트너 포켓몬과 탐색하여 사탕 1개를 얻는다", + "quest_title_quest_explore_buddy_carbink": "파트너 멜리시와 탐색해서 사탕 1개를 얻는다", + "quest_title_quest_explore_buddy_plural": "파트너 포켓몬과 탐색하여 사탕 {{amount_0}}개를 얻는다", + "quest_title_quest_explore_buddy_routes_plural": "루트에서 파트너 포켓몬과 탐색하여 사탕을 {{amount_0}}개 얻는다", + "quest_title_quest_explore_buddy_routes_singular": "루트에서 파트너 포켓몬과 탐색하여 사탕을 1개 얻는다", + "quest_title_quest_explore_km": "{{amount_0}}km 탐색한다", + "quest_title_quest_explore_km_party": "팀 참가 중 {{amount_0}}km탐색 한다", + "quest_title_quest_febresearchday_battle_gym_singular": "진주몽 리서치: 체육관 배틀 1회 한다.", + "quest_title_quest_febresearchday_battle_raid_singular": "진주몽 리서치: 레이드배틀을 1회 한다.", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "진주몽 리서치: 효과가 굉장한 스페셜 어택을 사용해서 체육관배틀을 1회 한다", + "quest_title_quest_febresearchday_catch_feed_plural": "진주몽 리서치: 포켓몬을 잡을 때 나무열매를 {{amount_0}}개 사용한다.", + "quest_title_quest_febresearchday_catch_special1_singular": "진주몽 리서치: 잉어킹이나 고래왕자를 잡는다", + "quest_title_quest_febresearchday_catch_special2_singular": "진주몽 리서치: 크랩 또는 고라파덕을 1마리 잡는다", + "quest_title_quest_febresearchday_catch_type_water_plural": "진주몽 리서치: 물타입포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_febresearchday_evolve_type_water_plural": "진주몽 리서치: 물타입포켓몬을 {{amount_0}}마리 진화시킨다.", + "quest_title_quest_febresearchday_land_curveball_plural": "진주몽 리서치: 커브볼을 {{amount_0}}회 던진다.", + "quest_title_quest_febresearchday_land_great_plural": "진주몽 리서치: Great가 나오게 {{amount_0}}번 던진다", + "quest_title_quest_febresearchday_land_inarow_great_plural": "진주몽 리서치: 연속으로 Great가 {{amount_0}}회 나오게 던진다.", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "진주몽 리서치: 연속으로 Nice가 {{amount_0}}회 나오게 던진다.", + "quest_title_quest_febresearchday_land_nice_plural": "진주몽 리서치: Nice가 나오게 {{amount_0}}번 던진다", + "quest_title_quest_febresearchday_visit_pokestops_plural": "진주몽 리서치: 포켓스톱을 {{amount_0}}개 돌린다.", + "quest_title_quest_feed_buddy_multiple": "파트너 포켓몬에게 간식을 {{amount_0}}번 준다", + "quest_title_quest_feed_buddy_singular": "파트너에게 간식을 준다", + "quest_title_quest_feed_goldenrazz_plural": "포켓몬을 잡을 때 황금 라즈열매를 {{amount_0}}개 사용한다", + "quest_title_quest_feed_nanab_plural": "포켓몬을 잡을 때 나나열매를 {{amount_0}}개 사용한다", + "quest_title_quest_feed_pinaps_plural": "포켓몬을 잡을 때 파인열매를 {{amount_0}} 개 사용한다", + "quest_title_quest_feed_razz_plural": "포켓몬을 잡을 때 라즈열매를 {{amount_0}}개 사용한다", + "quest_title_quest_fennekin_catch_b": "푸호꼬를 {{amount_0}}마리 잡는다", + "quest_title_quest_fennekin_evolve_b": "푸호꼬를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_fennekin_snapshot_b": "푸호꼬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_field_research_plural": "필드리서치 과제를 {{amount_0}}번 달성한다", + "quest_title_quest_field_research_singular": "필드리서치 과제를 1번 달성한다", + "quest_title_quest_fight_type_bug_plural": "벌레타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_dark_plural": "악타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_dark_steel_plural": "악타입 또는 강철타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_dragon_plural": "드래곤타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_electric_plural": "전기타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_fairy_plural": "페어리타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_fighting_plural": "격투타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_fire_plural": "불꽃타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_flying_plural": "비행타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_ghost_fighting_plural": "격투타입 또는 고스트타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_ghost_plural": "고스트타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_ghost_psychic_plural": "에스퍼타입 또는 고스트타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_grass_plural": "풀타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_ground_plural": "땅타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_ice_plural": "얼음타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_normal_plural": "노말타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_normal_psychic_plural": "노말타입 또는 에스퍼타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_poison_plural": "독타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_psychic_plural": "에스퍼타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_rock_plural": "바위타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_steel_plural": "강철타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_fight_type_water_plural": "물타입 포켓몬 {{amount_0}}마리에게 이긴다", + "quest_title_quest_first_catch_of_the_day": "오늘 처음 잡은 1마리", + "quest_title_quest_first_pokestop_of_the_day": "오늘의 첫 포켓스톱", + "quest_title_quest_flaaffy_evolve_b": "보송송을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_flett_catch_b": "화살꼬빈을 {{amount_0}}마리 잡는다", + "quest_title_quest_flett_evolve_b": "화살꼬빈을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_flett_evolve_s1": "불화살빈을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_floragato_evolve_b": "나로테를 진화시킨다", + "quest_title_quest_fraxure_evolve_b": "액슨도를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_froakie_catch_b": "개구마르를 {{amount_0}}마리 잡는다", + "quest_title_quest_froakie_evolve_b": "개구마르를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_froakie_snapshot_b": "개구마르의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_frogadier_evolve_b": "개굴반장을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_fuecoco_evolve_b": "뜨아거를 진화시킨다", + "quest_title_quest_fuse_necrozma": "네크로즈마를 합체한다", + "quest_title_quest_gbl_rank": "GO배틀리그에서 랭크 {{amount_0}}(이)가 된다", + "quest_title_quest_gbl_rank_fifteen": "GO배틀리그에서 랭크 15(이)가 된다", + "quest_title_quest_gbl_rank_five": "GO배틀리그에서 랭크 5(이)가 된다", + "quest_title_quest_gbl_rank_ten": "GO배틀리그에서 랭크 10(이)가 된다", + "quest_title_quest_gbl_rank_twenty": "GO배틀리그에서 랭크 20(이)가 된다", + "quest_title_quest_get_cell_singular": "지가르데 셀을 손에 넣는다", + "quest_title_quest_giblt_catch_b": "딥상어동을 {{amount_0}}마리 잡는다", + "quest_title_quest_giblt_evolve_b": "딥상어동을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_giblt_evolve_s1": "한바이트를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_gift_open_plural": "선물 {{amount_0}}개 열기", + "quest_title_quest_gift_open_singular": "선물 1개 열기", + "quest_title_quest_go_for_a_spin_00": "얼루기 포켓스톱 돌리기(1/8)", + "quest_title_quest_go_for_a_spin_01": "얼루기 포켓스톱 돌리기(2/8)", + "quest_title_quest_go_for_a_spin_02": "얼루기 포켓스톱 돌리기(3/8)", + "quest_title_quest_go_for_a_spin_03": "얼루기 포켓스톱 돌리기(4/8)", + "quest_title_quest_go_for_a_spin_04": "얼루기 포켓스톱 돌리기(5/8)", + "quest_title_quest_go_for_a_spin_05": "얼루기 포켓스톱 돌리기(6/8)", + "quest_title_quest_go_for_a_spin_06": "얼루기 포켓스톱 돌리기(7/8)", + "quest_title_quest_go_for_a_spin_07": "얼루기 포켓스톱 돌리기(8/8)", + "quest_title_quest_go_tour_snapshot_habitat_01": "열사막에서 파트너 포켓몬의 GO스냅샷을 찍는다", + "quest_title_quest_go_tour_snapshot_habitat_02": "신기한 세계에서 파트너 포켓몬의 GO스냅샷을 찍는다", + "quest_title_quest_go_tour_snapshot_habitat_03": "녹지에서 파트너 포켓몬의 GO스냅샷을 찍는다", + "quest_title_quest_go_tour_snapshot_habitat_04": "딱딱한 해안에서 파트너 포켓몬의 GO스냅샷을 찍는다", + "quest_title_quest_gold_hoenn_dex": "호연 메달을 골드로 만든다", + "quest_title_quest_gold_medal_plural": "메달 {{amount_0}}개를 골드로 만든다", + "quest_title_quest_gold_medal_plural_five": "메달 5개를 골드로 만든다", + "quest_title_quest_gold_medal_singular": "메달 1개를 골드로 만든다", + "quest_title_quest_goomy_catch_b": "미끄메라를 {{amount_0}}마리 잡는다", + "quest_title_quest_goomy_evolve_b_plural": "미끄메라를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_goomy_evolve_b_singular": "미끄메라를 1마리 진화시킨다", + "quest_title_quest_grookey_evolve": "흥나숭을 1마리 진화시킨다", + "quest_title_quest_grubbin_catch_b": "턱지충이를 {{amount_0}}마리 잡는다", + "quest_title_quest_grubbin_evolve_b": "턱지충이를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_grubbin_snapshot_b": "턱지충이의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_gt_catch_b": "고오스를 {{amount_0}}마리 잡는다", + "quest_title_quest_gt_evolve_b": "고오스를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_gt_evolve_s1": "고우스트를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_gulpin_catch": "꼴깍몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_gurdurr_evolve_b": "토쇠골을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_hallo19_catch_specific_plural": "포챠나 또는 델빌을 {{amount_0}}마리 잡는다", + "quest_title_quest_hallo19_catch_type_dark_plural": "악타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_hallo19_catch_type_ghost_plural": "고스트타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_hallo19_evolve_plural": "해골몽 또는 어둠대신을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_hallo19_transfer_plural": "포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_hatch_egg_plural": "알을 {{amount_0}}개 부화한다", + "quest_title_quest_hatch_egg_routes_plural": "루트에서 알을 {{amount_0}}개 부화한다", + "quest_title_quest_hatch_egg_routes_singular": "루트에서 알을 1개 부화한다", + "quest_title_quest_hatch_egg_singular": "알을 1개 부화한다", + "quest_title_quest_hoenn_celebration_research": "호연 기념 리서치", + "quest_title_quest_hoenn19_catch_specific_plural": "호연위크: 지그제구리 또는 테일로를 {{amount_0}} 마리 잡는다", + "quest_title_quest_hoenn19_evolve_specific_plural": "호연위크: 개무소를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_hoenn19_hatch_eggs": "호연위크: 알을 {{amount_0}}개 부화시킨다", + "quest_title_quest_hoppt_catch_b": "통통코를 {{amount_0}}마리 잡는다", + "quest_title_quest_hoppt_evolve_b": "통통코를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_hoppt_evolve_s1": "두코를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_incense_or_dai_plural": "향로, 산책향로를 {{amount_0}}개 사용한다", + "quest_title_quest_incense_or_dai_singular": "향로, 산책향로를 1개 사용한다", + "quest_title_quest_incense_plural": "향로 {{amount_0}}개를 사용한다", + "quest_title_quest_incense_routes_plural": "루트에서 향로를 {{amount_0}}개 사용한다", + "quest_title_quest_incense_routes_singular": "루트에서 향로를 1개 사용한다", + "quest_title_quest_incense_singular": "향로 1개를 사용한다", + "quest_title_quest_jan19rsd_buddywalk_singular": "빈티나 리서치: 파트너 포켓몬과 걸어서 1개 사탕을 얻는다", + "quest_title_quest_jan19rsd_hatch_egg_singular": "빈티나 리서치: 알을 1개 부화시킨다", + "quest_title_quest_jan19rsd_land_great_plural": "빈티나 리서치: Great가 나오게 {{amount_0}}번 던진다", + "quest_title_quest_jan19rsd_land_nice_plural": "빈티나 리서치: Nice가 나오게 {{amount_0}}번 던진다", + "quest_title_quest_johtofestival_catch_special17_plural": "성도위크: 해너츠를 {{amount_0}}마리 잡는다", + "quest_title_quest_johtofestival_catch_type_water_plural": "성도위크: 물타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_johtofestival_evolve_plural": "성도위크: 해너츠 또는 네이티를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_johtofestival_land_excellent_plural": "성도위크: Excellent가 나오게 {{amount_0}}번 던진다", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "성도위크: 커브볼로 Great가 나오게 {{amount_0}}회 연속으로 던진다", + "quest_title_quest_johtofestival_win_raid_singular": "성도위크: 레이드배틀에서 1회 이긴다", + "quest_title_quest_kanto_green_bellsprout": "GO Tour: 모다피를 잡는다", + "quest_title_quest_kanto_green_meowth": "GO Tour: 나옹을 잡는다", + "quest_title_quest_kanto_green_sandshrew": "GO Tour: 모래두지를 잡는다", + "quest_title_quest_kanto_green_vulpix": "GO Tour: 식스테일을 잡는다", + "quest_title_quest_kanto_hatch_plural": "GO Tour 관동지방: 알을 {{amount_0}}개 부화한다", + "quest_title_quest_kanto_hatch_singular": "GO Tour 관동지방: 알을 1개 부화한다", + "quest_title_quest_kanto_npc_plural": "GO Tour 관동지방: 도전자 {{amount_0}}명을 이긴다", + "quest_title_quest_kanto_npc_singular": "GO Tour 관동지방: 도전자 1명을 이긴다", + "quest_title_quest_kanto_red_ekans": "GO Tour: 아보를 잡는다", + "quest_title_quest_kanto_red_growlithe": "GO Tour: 가디를 잡는다", + "quest_title_quest_kanto_red_mankey": "GO Tour: 망키를 잡는다", + "quest_title_quest_kanto_red_oddish": "GO Tour: 뚜벅쵸를 잡는다", + "quest_title_quest_kecleon_catch": "켈리몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "고스트타입 포켓몬을 잡을 때 커브볼로 {{amount_0}}번 던진다", + "quest_title_quest_land_curveball_plural": "커브볼을 {{amount_0}}회 던진다", + "quest_title_quest_land_curveball_singular": "커브볼을 던진다", + "quest_title_quest_land_excellent_curveball_plural": "커브볼로 Excellent가 나오게 {{amount_0}}회 던진다", + "quest_title_quest_land_excellent_curveball_singular": "커브볼로 Excellent가 나오게 1회 던진다", + "quest_title_quest_land_excellent_plural": "Excellent가 나오게 {{amount_0}}회 던진다", + "quest_title_quest_land_excellent_singular": "Excellent가 나오게 1회 던진다", + "quest_title_quest_land_great_curve_inarow_type_ghost": "고스트타입 포켓몬을 잡을 때 커브볼로 Great가 나오게 {{amount_0}}번 연속으로 던진다", + "quest_title_quest_land_great_curve_type_ghost": "고스트타입 포켓몬을 잡을 때 커브볼로 Great가 나오게 {{amount_0}}번 던진다", + "quest_title_quest_land_great_curveball_plural": "커브볼로 Great를 {{amount_0}}회 던진다", + "quest_title_quest_land_great_curveball_singular": "커브볼로 Great를 1회 던진다", + "quest_title_quest_land_great_plural": "Great가 나오게 {{amount_0}}회 던진다", + "quest_title_quest_land_great_singular": "Great가 나오게 1회 던진다", + "quest_title_quest_land_great_type_ghost": "고스트타입 포켓몬을 잡을 때 Great가 나오게 {{amount_0}}번 던진다", + "quest_title_quest_land_inarow_curveball_plural": "커브볼을 {{amount_0}}회 연속으로 던진다", + "quest_title_quest_land_inarow_excellent_curveball_plural": "커브볼로 Excellent가 나오게 {{amount_0}}회 연속으로 던진다", + "quest_title_quest_land_inarow_excellent_plural": "Excellent를 {{amount_0}}회 연속으로 던진다", + "quest_title_quest_land_inarow_great_curveball_plural": "커브볼로 Great가 나오게 {{amount_0}}회 연속으로 던진다", + "quest_title_quest_land_inarow_great_plural": "Great를 {{amount_0}}회 연속으로 던진다", + "quest_title_quest_land_inarow_nice_curveball_plural": "커브볼로 Nice가 나오게 {{amount_0}}회 연속으로던진다", + "quest_title_quest_land_inarow_nice_plural": "Nice가 나오게 {{amount_0}}회 연속으로 던진다", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "고스트타입 포켓몬을 잡을 때 커브볼로 Nice가 나오게 {{amount_0}}번 연속으로 던진다", + "quest_title_quest_land_nice_curve_plural": "Nice가 나오게 커브볼을 {{amount_0}} 회 던진다", + "quest_title_quest_land_nice_curve_singular": "Nice가 나오게 커브볼을 1회 던진다", + "quest_title_quest_land_nice_curve_type_ghost": "고스트타입 포켓몬을 잡을 때 커브볼로 Nice가 나오게 {{amount_0}}번 던진다", + "quest_title_quest_land_nice_electric_plural": "전기타입 포켓몬을 Nice가 나오게 {{amount_0}}마리 잡는다", + "quest_title_quest_land_nice_plural": "Nice가 나오게 {{amount_0}}회 던진다", + "quest_title_quest_land_nice_singular": "Nice가 나오게 1회 던진다", + "quest_title_quest_land_nice_type_ghost": "고스트타입 포켓몬을 잡을 때 Nice가 나오게 {{amount_0}}번 던진다", + "quest_title_quest_larvitar_cdc_evolve_b": "애버라스를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_larvitar_cdc_snapshot_b": "애버라스의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_latias_wild_snap": "야생 라티아스의 GO스냅샷을 찍는다", + "quest_title_quest_latios_wild_snap": "야생 라티오스의 GO스냅샷을 찍는다", + "quest_title_quest_litten_catch_b": "냐오불을 {{amount_0}}마리 잡는다", + "quest_title_quest_litten_evolve_b_plural": "냐오불을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_litten_evolve_b_singular": "냐오불을 1마리 진화시킨다", + "quest_title_quest_litten_snapshot_b": "냐오불의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "대전 코드를 읽고 가까운 트레이너와 대전한다", + "quest_title_quest_lucky_plural": "반짝반짝 포켓몬을 {{amount_0}}마리 손에 넣는다", + "quest_title_quest_lucky_singular": "반짝반짝 포켓몬을 1마리 손에 넣는다", + "quest_title_quest_lunar19_friends_trade_plural": "프렌드와 포켓몬을 {{amount_0}}번 교환한다", + "quest_title_quest_macht_catch_b": "알통몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_macht_evolve_b": "알통몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_macht_evolve_s1": "근육몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_magit_catch_b": "잉어킹을 {{amount_0}}마리 잡는다", + "quest_title_quest_magit_evolve_b": "잉어킹을 {{amount_0}}마리 진화 시킨다", + "quest_title_quest_magmt_catch_b": "마그마를 {{amount_0}}마리 잡는다", + "quest_title_quest_magmt_evolve_b": "마그마를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_mareep_catch_b": "메리프를 {{amount_0}}마리 잡는다", + "quest_title_quest_mareep_evolve_b": "메리프를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_mareep_snapshot_b": "메리프의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_mega_evo_primal_rev_plural": "포켓몬을 {{amount_0}}번 원시회귀 또는 메가진화 시킨다", + "quest_title_quest_mega_evo_primal_rev_singular": "포켓몬을 원시회귀 또는 메가진화 시킨다", + "quest_title_quest_mega_evolve_beedrill": "독침붕을 메가진화 한다", + "quest_title_quest_mega_evolve_blastoise": "거북왕을 메가진화 시킨다", + "quest_title_quest_mega_evolve_charizard": "리자몽을 메가진화 시킨다", + "quest_title_quest_mega_evolve_diancie": "디안시를 메가진화한다", + "quest_title_quest_mega_evolve_plural": "포켓몬을 {{amount_0}}마리 메가진화 시킨다", + "quest_title_quest_mega_evolve_rayquaza": "레쿠쟈를 메가진화한다", + "quest_title_quest_mega_evolve_singular": "포켓몬을 1마리 메가진화 시킨다", + "quest_title_quest_mega_evolve_venusaur": "이상해꽃을 메가진화 시킨다", + "quest_title_quest_mega_join_raid_plural": "메가 레이드를 {{amount_0}}번 한다", + "quest_title_quest_mega_join_raid_singular": "메가 레이드를 1번 한다", + "quest_title_quest_mega_win_raid_plural": "메가 레이드에서 {{amount_0}}번 이긴다", + "quest_title_quest_mega_win_raid_singular": "메가 레이드에서 1번 이긴다", + "quest_title_quest_mesprit_wild_snap": "야생 엠라이트의 GO스냅샷을 찍는다", + "quest_title_quest_metang_evolve_b_singular": "메탕구를 진화시킨다", + "quest_title_quest_more_reseach_coming_soon": "다음 리서치를 기다려 주세요!", + "quest_title_quest_mudkt_catch_b": "물짱이를 {{amount_0}}마리 잡는다", + "quest_title_quest_mudkt_evolve_b": "물짱이(을)를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_mudkt_evolve_s1": "늪짱이를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_new_friends_plural": "{{amount_0}} 명과 친구가 된다", + "quest_title_quest_new_friends_singular": "트레이너 1명과 프렌드가 된다", + "quest_title_quest_noibat_catch_b": "음뱃을 {{amount_0}}마리 잡는다", + "quest_title_quest_noibat_evolve_b": "음뱃을 {{amount_0}}마리 진화시킨다 ", + "quest_title_quest_noibat_snapshot_b": "음뱃의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_oshat_catch_b": "수댕이를 {{amount_0}}마리 잡는다", + "quest_title_quest_oshat_evolve_b": "수댕이를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_oshat_evolve_s1": "쌍검자비를 1마리 진화시킨다", + "quest_title_quest_party_catch_electric_type_plural": "팀 참가 중 전기타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_party_catch_electric_type_singular": "팀 참가 중 전기타입 포켓몬을 1마리 잡는다", + "quest_title_quest_party_catch_fire_type_plural": "팀 참가 중 불꽃타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_party_catch_fire_type_singular": "팀 참가 중 불꽃타입 포켓몬을 1마리 잡는다", + "quest_title_quest_party_catch_normal_type_plural": "팀 참가 중 노말타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_party_catch_normal_type_singular": "팀 참가 중 노말타입 포켓몬을 1마리 잡는다", + "quest_title_quest_party_catch_water_type_plural": "팀 참가 중 물타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_party_catch_water_type_singular": "팀 참가 중 물타입 포켓몬을 1마리 잡는다", + "quest_title_quest_party_challenge_plural": "팀 챌린지를 {{amount_0}}건 완료 한다", + "quest_title_quest_party_challenge_singular": "팀 챌린지를 1건 완료 한다", + "quest_title_quest_platinum_johto_badge": "성도 메달을 플래티넘으로 만든다", + "quest_title_quest_platinum_kanto_badge": "관동 메달을 플래티넘으로 만든다", + "quest_title_quest_platinum_medal_plural": "메달 {{amount_0}}개를 플래티넘으로 만든다", + "quest_title_quest_platinum_medal_plural_five": "메달 5개를 플래티넘으로 만든다", + "quest_title_quest_platinum_medal_plural_forty": "메달 40개를 플래티넘으로 만든다", + "quest_title_quest_platinum_medal_plural_ten": "메달 10개를 플래티넘으로 만든다", + "quest_title_quest_platinum_medal_plural_twenty": "메달 20개를 플래티넘으로 만든다", + "quest_title_quest_platinum_medal_singular": "메달 1개를 플래티넘으로 만든다", + "quest_title_quest_play_buddy_singular": "파트너 포켓몬과 놀기", + "quest_title_quest_pokemon_appears": "포켓몬 발견!", + "quest_title_quest_poliwag_catch_b": "발챙이를 {{amount_0}}마리 잡는다", + "quest_title_quest_poliwag_evolve_b": "발챙이를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_poliwag_snapshot_b": "발챙이의 GO스냅샷 사진을 {{amount_0}}장 찍는다", + "quest_title_quest_poliwhirl_evolve_b": "슈륙챙이를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "누리공을 {{amount_0}}마리 잡는다", + "quest_title_quest_popplio_evolve_b_plural": "누리공을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_popplio_evolve_b_singular": "누리공을 1마리 진화시킨다", + "quest_title_quest_porygon_catch_b": "폴리곤을 {{amount_0}}마리 잡는다", + "quest_title_quest_porygon_evolve_b_plural": "폴리곤을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_porygon_evolve_b_singular": "폴리곤을 1마리 진화시킨다", + "quest_title_quest_porygon_snapshot_b": "폴리곤의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_porygon2_evolve_b_plural": "폴리곤2을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_porygon2_evolve_b_singular": "폴리곤2을 1마리 진화시킨다", + "quest_title_quest_poryt_catch_b": "폴리곤을 {{amount_0}}마리 잡는다", + "quest_title_quest_poryt_catch_s1": "폴리곤2을 {{amount_0}}마리 잡는다", + "quest_title_quest_poryt_evolve_b": "폴리곤을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_poryt_evolve_s1": "폴리곤2을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_power_up_dragon_plural": "드래곤타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_fire_ice": "불꽃타입 또는 얼음타입 포켓몬을 5회 강화한다", + "quest_title_quest_power_up_grass_ghost": "풀타입 또는 고스트타입 포켓몬을 5회 강화한다", + "quest_title_quest_power_up_legendary_plural": "전설 또는 환상의 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_legendary_singular": "전설 또는 환상의 포켓몬을 1번 강화한다", + "quest_title_quest_power_up_max_plural": "포켓몬 {{amount_0}}마리를 최대 CP까지 강화한다.", + "quest_title_quest_power_up_max_singular": "포켓몬을 최대 CP까지 강화한다.", + "quest_title_quest_power_up_plural": "포켓몬을 {{amount_0}}회 강화한다", + "quest_title_quest_power_up_plural_bug": "벌레타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_dark": "악타입 포켓몬을 {{amount_0}}마리 강화한다", + "quest_title_quest_power_up_plural_dragon": "드래곤타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_electric": "전기타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_fairy": "페어리타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_fighting": "격투타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_fire": "불꽃타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_flying": "비행타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_ghost": "고스트타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_grass": "풀타입포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_ground": "땅타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_ice": "얼음타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_normal": "노말타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_poison": "독타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_psychic": "에스퍼타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_rock": "바위타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_rock_fairy": "바위타입 또는 페어리타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_plural_steel": "강철타입 포켓몬을 {{amount_0}}마리 강화한다", + "quest_title_quest_power_up_plural_water": "물타입 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_power_up_poison_rock": "독타입 또는 바위타입 포켓몬을 5회 강화한다", + "quest_title_quest_power_up_singular": "포켓몬을 1회 강화한다", + "quest_title_quest_power_up_singular_marshadow": "마샤도를 강화한다", + "quest_title_quest_power_up_water_normal": "노말타입 또는 물타입 포켓몬을 5회 강화한다", + "quest_title_quest_primal_raid_victory_groudon": "원시그란돈 레이드에 이긴다", + "quest_title_quest_primal_raid_victory_kyogre": "원시가이오가 레이드에 이긴다", + "quest_title_quest_primal_raid_victory_plural": "원시 레이드에서 {{amount_0}}번 이긴다", + "quest_title_quest_primal_raid_victory_singular": "원시 레이드에서 1번 이긴다", + "quest_title_quest_primal_reversion_plural": "원시회귀 모습으로 {{amount_0}}번 된다", + "quest_title_quest_primal_reversion_singular": "원시회귀 모습으로 1번 된다", + "quest_title_quest_primal_surge_candy": "대지와 바다의 힘: 파트너 포켓몬과 걸어 사탕을 1개 받는다", + "quest_title_quest_primal_surge_catch": "대지와 바다의 힘: 포켓몬을 10마리 잡는다", + "quest_title_quest_primal_surge_hatch": "대지와 바다의 힘: 알을 부화한다", + "quest_title_quest_primal_surge_power_ground": "대지와 바다의 힘: 땅타입 포켓몬을 5번 강화", + "quest_title_quest_primal_surge_power_water": "대지와 바다의 힘: 물타입 포켓몬을 5번 강화", + "quest_title_quest_primal_surge_raid": "대지와 바다의 힘: 레이드배틀에서 이긴다", + "quest_title_quest_psychicspec_catch_abra_plural": "캐이시 또는 슬리프를 {{amount_0}} 마리 잡는다", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "에스퍼타입 포켓몬을 {{amount_0}} 마리 잡는다", + "quest_title_quest_psychicspec_evolve_plural": "아라리 또는 야돈을 {{amount_0}} 마리 진화시킨다", + "quest_title_quest_quaxly_evolve_b": "꾸왁스를 진화시킨다", + "quest_title_quest_quaxwell_evolve_b": "아꾸왁을 진화시킨다", + "quest_title_quest_quilava_evolve_b_plural": "마그케인을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_quilava_evolve_b_singular": "마그케인을 1마리 진화시킨다", + "quest_title_quest_quilladin_evolve_b": "도치보구를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_raboot_evolve": "래비풋을 1마리 진화시킨다", + "quest_title_quest_raid_friend_singular": "프렌드와 함께 레이드배틀", + "quest_title_quest_raid_t5_win": "별5 레이드배틀에서 이긴다", + "quest_title_quest_raid_with_buddy_plural": "파트너 포켓몬으로 레이드배틀에 {{amount_0}}번 진행", + "quest_title_quest_raid_with_buddy_singular": "파트너 포켓몬으로 레이드배틀에 1번 진행", + "quest_title_quest_reach_hoenn_gold": "호연 메달을 골드로 만든다", + "quest_title_quest_reach_johto_gold": "성도메달을 목표로 한다", + "quest_title_quest_reach_kanto_gold": "관동 메달을 골드로 만든다", + "quest_title_quest_reach_kanto_silver": "관동 메달을 실버로 한다", + "quest_title_quest_reach_level": "레벨 {{amount_0}}(으)로 도달한다", + "quest_title_quest_referral_initial_milestone": "로그인했다!", + "quest_title_quest_remove_bonus_challenge_desc": "내일 추가됩니다", + "quest_title_quest_reward_desc_1": "윌로우박사의 리서치를 협력해서 스탬프를 모아 대발견을 하자!", + "quest_title_quest_reward_desc_2": "앞으로 스탬프", + "quest_title_quest_reward_desc_3_plural": "{{amount_0}} 개로 대발견!", + "quest_title_quest_reward_desc_3_singular": "{{amount_0}} 개로 대발견!", + "quest_title_quest_reward_encounter_later": "나중에", + "quest_title_quest_reward_encounter_uses_ar": "이 포켓몬은 AR 모드를 사용할 필요가 있습니다.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "포켓몬이 나타났다!", + "quest_title_quest_reward_start_encounter": "겟 찬스", + "quest_title_quest_rocket_battle_plural": "GO로켓단 조무래기와 배틀을 {{amount_0}} 번 한다", + "quest_title_quest_rocket_battle_win_plural": "GO로켓단 조무래기를 {{amount_0}} 번 이긴다", + "quest_title_quest_rocket_battle_win_singular": "GO로켓단 조무래기와 배틀에서 이긴다", + "quest_title_quest_rocket_catch_shadow_singular": "그림자 포켓몬을 잡는다", + "quest_title_quest_rocket_evolve_plural": "포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_rocket_leader_battle_win_singular": "GO로켓단 리더와 배틀에서 1번 이긴다", + "quest_title_quest_rocket_power_up_plural": "포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_rocket_purify_dark_plural": "악타입 그림자 포켓몬을 {{amount_0}}마리 정화한다", + "quest_title_quest_rocket_purify_fire_plural": "불꽃타입 그림자 포켓몬을 {{amount_0}}마리 정화한다", + "quest_title_quest_rocket_purify_plural": "그림자 포켓몬을 {{amount_0}} 마리 정화한다", + "quest_title_quest_rocket_purify_type_singular": "불꽃, 물, 풀 중 한가지 타입 포켓몬을 {{amount_0}}마리 정화한다", + "quest_title_quest_rocket_rescue_shadow_plural": "그림자 포켓몬 {{amount_0}}마리를 잡는다", + "quest_title_quest_rocket_shadow_plural": "그림자 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_rockethq1_arlo_win": "GO로켓단 리더 알로와의 배틀에서 이긴다", + "quest_title_quest_rockethq1_arlo_win_plural": "GO로켓단 리더 알로와의 배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_rockethq1_battle_boss": "GO로켓단의 보스와 배틀한다", + "quest_title_quest_rockethq1_catch_legendary_shadow": "전설의 그림자 포켓몬을 잡는다", + "quest_title_quest_rockethq1_catch_shadow1": "그림자 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_rockethq1_cliff_win": "GO로켓단 리더 클리프와의 배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_rockethq1_cliff_win_plural": "GO로켓단 리더 클리프와의 배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_rockethq1_defeat_boss": "GO로켓단 보스를 이긴다", + "quest_title_quest_rockethq1_find_boss": "GO로켓단의 보스를 발견한다", + "quest_title_quest_rockethq1_grunt_win1": "GO로켓단 조무래기를 {{amount_0}} 번 이긴다", + "quest_title_quest_rockethq1_grunt_win2": "GO로켓단 조무래기를 {{amount_0}} 번 이긴다", + "quest_title_quest_rockethq1_leader_win_plural": "GO로켓단 리더와의 배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_rockethq1_leaders_win_plural": "GO로켓단 리더와의 배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_rockethq1_purify": "그림자 포켓몬을 {{amount_0}} 마리 정화한다", + "quest_title_quest_rockethq1_raid_win": "레이드배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_rockethq1_sierra_win": "GO로켓단 리더 시에라와의 배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_rockethq1_sierra_win_plural": "GO로켓단 리더 시에라와의 배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_rockethq1_spin": "포켓스톱을 {{amount_0}}개 돌린다", + "quest_title_quest_rockethq1_spin_row": "포켓스톱을 {{amount_0}} 일 연속으로 돌린다", + "quest_title_quest_rockethq1_supereffective": "효과가 굉장한 스페셜 어택을 사용해서 체육관배틀을 {{amount_0}} 회 한다", + "quest_title_quest_rockethq1_trainerbattle_win": "슈퍼리그 트레이너 대전으로 {{amount_0}}번 이긴다", + "quest_title_quest_roggenrola_catch_b": "단굴을 {{amount_0}}마리 잡는다", + "quest_title_quest_roggenrola_evolve_b": "단굴을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_roggenrola_snapshot_b": "단굴 GO스냅샷 사진을 {{amount_0}}장 찍는다", + "quest_title_quest_roset_catch_b": "로젤리아를 {{amount_0}}마리 잡는다", + "quest_title_quest_roset_evolve_b": "로젤리아를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_rowlet_catch_b": "나몰빼미를 {{amount_0}}마리 잡는다", + "quest_title_quest_rowlet_evolve_b_plural": "나몰빼미를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_rowlet_evolve_b_singular": "나몰빼미를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_rowlet_snapshot_b": "나몰빼미의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_sandt_catch_b": "모래두지를 {{amount_0}}마리 잡는다", + "quest_title_quest_sandt_evolve_b": "모래두지를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_scorbunny_evolve": "염버니를 1마리 진화시킨다", + "quest_title_quest_send_gifts_daily_row": "선물을 {{amount_0}}일 연속 보내기", + "quest_title_quest_send_gifts_plural": "선물을 {{amount_0}} 개 보낸다", + "quest_title_quest_send_gifts_singular": "선물을 1개 보낸다", + "quest_title_quest_send_gifts_sticker_plural": "스티커를 붙여 선물을 {{amount_0}}개 보낸다", + "quest_title_quest_send_gifts_sticker_singular": "스티커를 붙여 선물을 1개 보낸다", + "quest_title_quest_shelgon_evolve_b_plural": "쉘곤을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_shelgon_evolve_b_singular": "쉘곤을 1마리 진화시킨다", + "quest_title_quest_shint_catch_b": "꼬링크를 {{amount_0}}마리 잡는다", + "quest_title_quest_shint_evolve_b": "꼬링크를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_shint_evolve_s1": "럭시오를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_sinnoh_evolve_plural": "신오지방에서 처음 발견된 포켓몬 {{amount_0}}마리를 진화 시킨다", + "quest_title_quest_sinnoh_evolve_stone_plural": "신오의돌을 사용해서 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_sinnoh_medal_gold": "신오 메달을 골드로 만든다", + "quest_title_quest_sliggoo_evolve_b_plural": "미끄네일을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_sliggoo_evolve_b_singular": "미끄네일을 1마리 진화시킨다", + "quest_title_quest_slowpoke_catch_b": "야돈 또는 가라르의 야돈을 {{amount_0}}마리 잡는다", + "quest_title_quest_slowpoke_evolve_b": "야돈 또는 가라르의 야돈을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_slowpoke_snapshot_b": "야돈 또는 가라르의 야돈의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_ar_photo_safari": "테스트로 파트너 포켓몬과 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_bali": "발리에서 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_buddy": "파트너의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_bulbasaur": "이상해씨 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_charmander": "파이리 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_chikorita": "치코리타의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_cyndaquil": "브케인의 GO스냅샷 사진을 찍는다", + "quest_title_quest_snapshot_genesect": "게노세크트 GO스냅샷 사진을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_hariyama": "하리뭉의 GO스냅샷 사진을 찍는다", + "quest_title_quest_snapshot_hoopa_singular": "후파의 GO스냅샷 사진을 찍는다", + "quest_title_quest_snapshot_jeju": "제주도에서 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_keldeo": "케르디오의 GO스냅샷 사진을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_landorus": "랜드로스의 GO스냅샷 사진을 찍는다", + "quest_title_quest_snapshot_machamp": "괴력몬의 GO스냅샷 사진을 찍는다", + "quest_title_quest_snapshot_okinawa": "오키나와에서 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_poison_grass_singular": "독타입 야생 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_quest_snapshot_regi_ice": "레지아이스의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_regi_rock": "레지락의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_regi_steel": "레지스틸의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_scrafty": "곤율거니의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_singular": "GO스냅샷을 찍는다", + "quest_title_quest_snapshot_storage_bug_unique_plural": "벌레타입 포켓몬 {{amount_0}}종류의 GO스냅샷 사진을 찍는다", + "quest_title_quest_snapshot_storage_steel_unique_plural": "강철타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_storage_unique_plural": "야생 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_surabaya": "수라바야에서 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_thundurus": "볼트로스의 GO스냅샷 사진을 찍는다", + "quest_title_quest_snapshot_tornadus": "토네로스의 GO스냅샷 사진을 찍는다", + "quest_title_quest_snapshot_totodile": "리아코의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_unique_fire_pokemon": "불꽃타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_unique_pokemon": "{{amount_0}}종류 포켓몬의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "야생의 꼬링크 또는 줄뮤마 또는 트리미앙의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_bug_plural": "벌레타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_bug_unique_plural": "야생의 벌레타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "야생의 버터플 또는 꼬링크 또는 줄뮤마의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_dark_plural": "악타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_dark_unique_plural": "야생의 악타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_dragon_plural": "드래곤타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "야생의 드래곤타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "야생 꼬지보리 또는 초라기 또는 형광어의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_eevee": "야생 이브이의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_electric_plural": "전기타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_electric_unique_plural": "야생의 전기타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_entei": "야생 앤테이의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_fairy_plural": "페어리타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "야생의 페어리타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_fighting_plural": "격투타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "야생의 격투타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_fire_plural": "불꽃타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_fire_unique_plural": "야생의 불꽃타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_flying_plural": "비행타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_flying_unique_plural": "야생의 비행타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_frillish_absol": "야생의 앱솔 또는 탱그릴의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "야생 꼬마돌 또는 모래두지 또는 선인왕의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_ghost_plural": "고스트타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "야생의 고스트타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_grass_plural": "풀타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_grass_singular": "풀타입 야생 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_quest_snapshot_wild_grass_unique_plural": "야생의 풀타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_ground_plural": "땅타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_ground_unique_plural": "야생의 땅타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_hoothoot": "야생 부우부의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_ice_plural": "얼음타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_ice_singular": "얼음타입 야생 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_quest_snapshot_wild_ice_unique_plural": "야생의 얼음타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "야생 연꽃몬 또는 단데기 또는 에이팜의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "야생 사랑동이 또는 초라기 또는 형광어의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_mareanie_singluar": "야생 시마사리의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_normal_plural": "노말타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_normal_unique_plural": "야생의 노말타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_plural": "야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_poison_plural": "독타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_poison_unique_plural": "야생의 독타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_psychic_plural": "에스퍼타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "야생의 에스퍼타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_raikou": "야생 라이코의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "야생 땅타입, 바위타입, 또는 페어리타입 포켓몬의 GO스냅샷을 {{amount_0}}종류 찍는다", + "quest_title_quest_snapshot_wild_rock_plural": "바위타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_rock_unique_plural": "야생의 바위타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_singular": "야생 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "야생 무장조 또는 두트리오 또는 만타인의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_skitty_kirlia": "야생 킬리아 또는 에나비의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "야생의 포푸니 또는 삐딱구리 또는 탱그릴의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_steel_plural": "강철타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_steel_unique_plural": "야생 강철타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_suicune": "야생 스이쿤의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "야생 톱치 또는 모래두지 또는 선인왕의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_unique_plural": "야생 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "야생 불꽃타입, 물타입, 또는 풀타입 포켓몬의 GO스냅샷을 {{amount_0}}종류 찍는다", + "quest_title_quest_snapshot_wild_water_plural": "물타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshot_wild_water_singular": "물타입 야생 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_quest_snapshot_wild_water_unique_plural": "야생의 물타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_snapshot_yogyakarta": "욕야카르타에서 GO스냅샷을 찍는다", + "quest_title_quest_snapshots_inarow_plural": "GO스냅샷 사진을 {{amount_0}}일 연속으로 찍는다", + "quest_title_quest_snapshots_plural": "GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshots_your_plural": "당신 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_snapshots_your_singular": "당신 포켓몬의 GO스냅샷을 1장 찍는다", + "quest_title_quest_snivt_catch_b": "주리비얀을 {{amount_0}}마리 잡는다", + "quest_title_quest_snivt_evolve_b": "주리비얀을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_snivt_evolve_s1": "샤비를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_sobble_evolve": "울머기를 1마리 진화시킨다", + "quest_title_quest_sphet_catch_b": "대굴레오를 {{amount_0}}마리 잡는다", + "quest_title_quest_sphet_evolve_b": "대굴레오를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_sphet_evolve_s1": "씨레오를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_spin_151": "포켓스톱 또는 체육관 151개 돌린다", + "quest_title_quest_spin_daysinarow": "포켓스톱을 {{amount_0}} 일 연속으로 돌린다", + "quest_title_quest_spin_go_tour_habitat_01": "해변의 도시에서 포켓스톱 또는 체육관을 {{amount_0}}개 돌린다", + "quest_title_quest_spin_go_tour_habitat_02": "수상한 유적에서 포켓스톱 또는 체육관을 {{amount_0}}개 돌린다", + "quest_title_quest_spin_go_tour_habitat_03": "독 웅덩이에서 포켓스톱 또는 체육관을 {{amount_0}}개 돌린다", + "quest_title_quest_spin_go_tour_habitat_04": "산의 온천에서 포켓스톱 또는 체육관을 {{amount_0}}개 돌린다", + "quest_title_quest_spin_go_tour_spiritomb_plural": "다른 화강돌 포켓스톱 {{amount_0}}개를 돌린다", + "quest_title_quest_spin_go_tour_spiritomb_singular": "화강돌 포켓스톱을 돌린다", + "quest_title_quest_spin_mexico_plural": "멕시코 포켓스톱을 {{amount_0}}개 돌린다", + "quest_title_quest_spin_mexico_singular": "멕시코 포켓스톱을 1개 돌린다", + "quest_title_quest_spin_pokestop_days": "포켓스톱을 {{amount_0}}일 돌린다", + "quest_title_quest_spin_ultra_wormhole_gym": "울트라홀이 있는 체육관의 포토디스트를 돌린다", + "quest_title_quest_spin_wcs_2024": "Hawaiʻi Convention Center의 포켓스톱 또는 체육관 10개를 돌린다", + "quest_title_quest_sprigatito_evolve_b": "나오하를 진화시킨다", + "quest_title_quest_squirtle_catch_b": "꼬부기를 {{amount_0}}마리 잡는다", + "quest_title_quest_squirtle_evolve_b": "꼬부기를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_squirtle_snapshot_b": "꼬부기 GO스냅샷 사진을 {{amount_0}}장 찍는다", + "quest_title_quest_st_catch_s": "도토링을 15마리 잡는다", + "quest_title_quest_st_evolve_n": "잎새코를 1마리 진화시킨다", + "quest_title_quest_st_evolve_s": "도토링 3마리를 진화시킨다", + "quest_title_quest_stardust_plural": "{{amount_0}} 별의모래를 손에 넣는다", + "quest_title_quest_starly_catch_b": "찌르꼬를 {{amount_0}}마리 잡는다", + "quest_title_quest_starly_evolve_b": "찌르꼬를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_starly_snapshot_b": "찌르꼬 GO스냅샷 사진을 {{amount_0}}장 찍는다", + "quest_title_quest_start_battle": "대전 시작!", + "quest_title_quest_steenee_evolve_b_plural": "달무리나를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_steenee_evolve_b_singular": "달무리나를 1마리 진화시킨다", + "quest_title_quest_streak_format": "보너스 {{amount_0}}일째!", + "quest_title_quest_stuff_catch_b": "포곰곰을 {{amount_0}} 마리 잡는다", + "quest_title_quest_stuff_evolve_b": "포곰곰을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_stuff_snapshot_b": "야생 포곰곰의 GO스냅샷을 찍는다", + "quest_title_quest_supereffective_charge_party_plural": "팀 참가 중 효과가 굉장한 스페셜 어택을 {{amount_0}}번 사용하며 배틀한다", + "quest_title_quest_supereffective_charge_party_singular": "팀 참가 중 효과가 굉장한 스페셜 어택을 1번 사용하며 배틀한다", + "quest_title_quest_supereffective_charge_plural": "효과가 굉장한 스페셜 어택을 {{amount_0}}번 사용하며 배틀한다", + "quest_title_quest_supereffective_charge_singular": "효과가 굉장한 스페셜 어택을 사용하며 배틀한다", + "quest_title_quest_surskit_catch": "비구술을 {{amount_0}}마리 잡는다", + "quest_title_quest_swabt_catch_b": "파비코를 {{amount_0}}마리 잡는다", + "quest_title_quest_swabt_evolve_b": "파비코를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_swinub_cdc_evolve_b": "꾸꾸리를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_swinub_cdc_snapshot_b": "꾸꾸리의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_teddiursa_catch_b": "깜지곰을 {{amount_0}}마리 잡는다", + "quest_title_quest_teddiursa_evolve_b": "깜지곰을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_teddiursa_snapshot_b": "깜지곰의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_template.display.branches#0.button_text_key": "레이드, 조무래기, 체육관", + "quest_title_quest_template.display.branches#0.description_key": "이 길을 선택하면 체육관, 레이드, GO로켓단 배틀을 통해 리자몽을 만나는 것을 포함한 리워드를 손에 넣을 수 있습니다.", + "quest_title_quest_template.display.branches#1.button_text_key": "GO배틀리그", + "quest_title_quest_template.display.branches#1.description_key": "이 길을 선택하면 트레이너 대전에 이겨 리자몽을 만나는 것을 포함한 리워드를 손에 넣을 수 있습니다.", + "quest_title_quest_tepit_catch_b": "뚜꾸리를 {{amount_0}}마리 잡는다", + "quest_title_quest_tepit_evolve_b": "뚜꾸리를 진화 시킨다", + "quest_title_quest_tepit_evolve_s1": "차오꿀(을)를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_thwackey_evolve": "채키몽을 1마리 진화시킨다", + "quest_title_quest_timburr_catch_b": "으랏차를 {{amount_0}}마리 잡는다", + "quest_title_quest_timburr_evolve_b": "으랏차를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_timburr_snapshot_b": "으랏차의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_time_remaining_day_plural": "기간 한정 스페셜리서치 남은 기간 {{amount_0}}일", + "quest_title_quest_time_remaining_day_singular": "기간 한정 스페셜리서치 남은 기간 {{amount_0}}일", + "quest_title_quest_togetic_catch_b": "토게틱을 {{amount_0}}마리 잡는다", + "quest_title_quest_togetic_evolve_b": "토게틱을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_togetic_snapshot_b": "토게틱의 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_quest_torracat_evolve_b_plural": "냐오히트를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_torracat_evolve_b_singular": "냐오히트를 1마리 진화시킨다", + "quest_title_quest_trade_50km_plural": "50km이상 떨어진 장소의 포켓몬을 {{amount_0}}마리 교환한다", + "quest_title_quest_trade_100km_plural": "100km이상 떨어진 장소의 포켓몬을 {{amount_0}}마리 교환한다", + "quest_title_quest_trade_200km_plural": "200km이상 떨어진 장소의 포켓몬을 {{amount_0}}마리 교환한다", + "quest_title_quest_trade_300km_plural": "300km이상 떨어진 장소의 포켓몬을 {{amount_0}}마리 교환한다", + "quest_title_quest_trade_400km_plural": "400km이상 떨어진 장소의 포켓몬을 {{amount_0}}마리 교환한다", + "quest_title_quest_trade_500km_plural": "500km이상 떨어진 장소의 포켓몬을 {{amount_0}}마리 교환한다", + "quest_title_quest_trade_500km_singular": "500km이상 떨어진 장소의 포켓몬을 1마리 교환한다", + "quest_title_quest_trade_pikachu_plural": "피카츄를 {{amount_0}}마리 교환한다", + "quest_title_quest_trade_plural": "포켓몬 교환을 {{amount_0}}번 한다", + "quest_title_quest_trade_singular": "포켓몬을 교환한다", + "quest_title_quest_transfer_pidgey_plural": "구구를 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_pokemon_plural": "포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_pokemon_singular": "포켓몬을 1마리 보낸다", + "quest_title_quest_transfer_rock_or_poison_plural": "바위타입 또는 독타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_rock_poison": "바위타입 또는 독타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_bug_plural": "벌레타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_dark_plural": "악타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_dragon_plural": "드래곤타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_electric_plural": "전기타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_fairy_plural": "페어리타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_fighting_plural": "격투타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_fire_plural": "불꽃타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_flying_plural": "비행타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_ghost_plural": "고스트타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_grass_plural": "풀타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_ground_plural": "땅타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_ice_plural": "얼음타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_normal_plural": "노말타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_poison_plural": "독타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_psychic_plural": "에스퍼타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_rock_plural": "바위타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_steel_plural": "강철타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_transfer_type_water_plural": "물타입 포켓몬을 {{amount_0}}마리 보낸다", + "quest_title_quest_travel_routes_km_plural": "루트에서 {{amount_0}}km 걷는다", + "quest_title_quest_travel_routes_meters_plural": "루트에서 {{amount_0}}m 걷는다", + "quest_title_quest_tynamo_catch_b": "저리어를을 {{amount_0}}마리 잡는다", + "quest_title_quest_tynamo_evolve_b_plural": "저리어를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_tynamo_evolve_b_singular": "저리어를 1마리 진화시킨다", + "quest_title_quest_under_investigation": "윌로우박사가 조사 중입니다. 준비가 될 때까지 기다려 주세요.", + "quest_title_quest_urd22_june_battle_gym": "울트라 리서치데이: 체육관 배틀을 1번 한다", + "quest_title_quest_urd22_june_battle_raid": "울트라 리서치데이: 레이드배틀을 1번 한다", + "quest_title_quest_urd22_june_beries": "울트라 리서치데이: 포켓몬을 잡을 때 나무열매를 {{amount_0}}개 사용한다", + "quest_title_quest_urd22_june_catch_rock": "울트라 리서치데이: 바위타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_urd22_june_catch_weather": "울트라 리서치데이: 날씨 부스트를 받고 있는 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_urd22_june_curveball": "울트라 리서치데이: 커브볼을 {{amount_0}}번 던진다", + "quest_title_quest_urd22_june_curveball_row": "울트라 리서치데이: 커브볼을 {{amount_0}}번 연속으로 던진다", + "quest_title_quest_urd22_june_evolve_rock": "울트라 리서치데이: 바위타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_urd22_june_gift_sticker": "울트라 리서치데이: 스티커를 붙여 선물을 {{amount_0}}개 보낸다", + "quest_title_quest_urd22_june_great": "울트라 리서치데이: Great가 나오게 {{amount_0}}번 던진다", + "quest_title_quest_urd22_june_great_row": "울트라 리서치데이: Great가 나오게 {{amount_0}}번 연속으로 던진다", + "quest_title_quest_urd22_june_nice": "울트라 리서치데이: Nice가 나오게 {{amount_0}}번 던진다", + "quest_title_quest_urd22_june_nice_row": "울트라 리서치데이: Nice가 나오게 {{amount_0}}번 연속으로 던진다", + "quest_title_quest_urd22_june_powerup": "울트라 리서치데이: 포켓몬을 {{amount_0}}번 강화한다", + "quest_title_quest_urd22_june_snap_rock": "울트라 리서치데이: 야생 바위타입 포켓몬의 GO스냅샷을 찍는다", + "quest_title_quest_urd22_june_spin_stops": "울트라 리서치데이: 포켓스톱을 {{amount_0}}개 돌린다", + "quest_title_quest_urd22_june_supereffective": "울트라 리서치데이: 효과가 굉장한 스페셜 어택을 사용한다", + "quest_title_quest_ursaring_evolve_b": "링곰을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_use_any_potion": "Use any Potion on a Pokémon", + "quest_title_quest_use_charged_move_singular": "효과가 굉장한 스페셜 어택을 사용하며 배틀한다", + "quest_title_quest_use_charged_tm": "기술머신스페셜을 쓴다", + "quest_title_quest_use_dai_plural": "산책향로를 {{amount_0}}번 사용", + "quest_title_quest_use_dai_singular": "산책향로를 1번 사용", + "quest_title_quest_use_fast_tm": "기술머신노말을 쓴다", + "quest_title_quest_use_hyper_potion": "Use a Hyper Potion on a Pokémon", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "루트에서 루어모듈을 {{amount_0}}개 사용한다", + "quest_title_quest_use_lure_singular": "루트에서 루어모듈을 1개 사용한다", + "quest_title_quest_use_max_potion": "Use a Max Potion on a Pokémon", + "quest_title_quest_use_poffin": "포핀을 사용", + "quest_title_quest_use_rare_candy_plural": "이상한사탕 {{amount_0}}개를 사용한다", + "quest_title_quest_use_rare_candy_singular": "이상한사탕 1개를 사용한다", + "quest_title_quest_use_standard_charged_tm": "기술머신스페셜을 쓴다", + "quest_title_quest_use_standard_fast_tm": "기술머신노말을 쓴다", + "quest_title_quest_use_super_potion": "Use a Super Potion on a Pokémon", + "quest_title_quest_uxie_wild_snap": "야생 유크시의 GO스냅샷을 찍는다", + "quest_title_quest_val19_catch_specific_plural": "Valentine’s Day: 사랑동이를 {{amount_0}} 마리 잡는다", + "quest_title_quest_val19_catch_specific_singular": "Valentine’s Day: 럭키를 1마리 잡는다", + "quest_title_quest_visit_different_pokestops": "다른 포켓스톱에서 {{amount_0}}를 돌린다", + "quest_title_quest_visit_pokestop_new_plural": "방문한 적이 없는 포켓스톱을 {{amount_0}}개 돌린다", + "quest_title_quest_visit_pokestop_new_singular": "방문한 적이 없는 포켓스톱을 {{amount_0}}개 돌린다", + "quest_title_quest_visit_pokestops_party_plural": "팀 참가 중 포켓스톱 또는 체육관을 {{amount_0}}번 돌린다", + "quest_title_quest_visit_pokestops_plural": "포켓스톱 또는 체육관을 {{amount_0}}개 돌린다", + "quest_title_quest_visit_pokestops_singular": "포켓스톱 또는 체육관을 1개 돌린다", + "quest_title_quest_visit_unique_pokestops_plural": "다른 포켓스톱 또는 체육관을 {{amount_0}}를 돌린다", + "quest_title_quest_wailmer_catch_b": "고래왕자를 {{amount_0}}마리 잡는다", + "quest_title_quest_waina_catch_great_ultra_plural": "Pokémon GO Plus +를 사용하여 슈퍼볼 또는 하이퍼볼로 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_waina_catch_plural": "Pokémon GO Plus +를 사용하여 몬스터볼로 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_waina_sleep_days": "Pokémon GO Plus +를 사용하여 수면을 {{amount_0}}일 계측한다", + "quest_title_quest_waina_sleep_days_singular": "Pokémon GO Plus +로 수면을 1일 계측한다", + "quest_title_quest_waina_spin_pokestop_plural": "Pokémon GO Plus +를 사용하여 포켓스톱 {{amount_0}}개를 회전한다", + "quest_title_quest_walk_25km_inaweek_plural": "주간 피트니스 25km 보상을 {{amount_0}}번 받는다", + "quest_title_quest_walk_buddy_plural": "파트너와 걸어서 {{amount_0}}개 사탕을 얻는다", + "quest_title_quest_walk_buddy_singular": "파트너와 걸어서 1개 사탕을 얻는다", + "quest_title_quest_walk_eevee_for_evo": "이브이를 파트너로 하고 10km 걷는다", + "quest_title_quest_walk_hgrowlithe_header_0": "가디 시간제한 리서치", + "quest_title_quest_walk_km": "{{amount_0}} Km 걷는다", + "quest_title_quest_walk_km_plural": "{{amount_0}} Km 걷는다", + "quest_title_quest_walk_routes_plural": "루트로 {{amount_0}}km 걷는다", + "quest_title_quest_walk_routes_singular": "루트로 {{amount_0}}km 걷는다", + "quest_title_quest_walk_steps": "Walk {{amount_0}} steps", + "quest_title_quest_wartortle_evolve_b": "어니부기를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_waterfestival_catch_feed_plural": "워터 페스티벌: 포켓몬을 잡을 때 나무열매를 {{amount_0}}개 쓴다", + "quest_title_quest_waterfestival_catch_pokemon_plural": "워터 페스티벌: 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_waterfestival_catch_special9_plural": "워터 페스티벌: 잉어킹이나 고래왕자를 {{amount_0}}마리 잡는다", + "quest_title_quest_waterfestival_catch_type_water_plural": "워터 페스티벌: 물타입 포켓몬 {{amount_0}}마리 잡는다", + "quest_title_quest_waterfestival_evolve_plural": "워터 페스티벌: 셀러를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_waterfestival_evolve_type_water_plural": "워터 페스티벌: 물타입 포켓몬을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_waterfestival_hatch_egg_singular": "워터 페스티벌: 알을 1개 부화한다", + "quest_title_quest_waterfestival_land_great_plural": "워터 페스티벌: Great가 나오게 {{amount_0}}회 던진다", + "quest_title_quest_waterfestival_land_nice_plural": "워터 페스티벌: Nice가 나오게 {{amount_0}}회 던진다", + "quest_title_quest_waterfestival_win_raid_singular": "워터 페스티벌: 레이드배틀에 1회 이긴다", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer Bonus: 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_wcs_2024_catch_psychic_electric": "전기타비 또는 에스퍼타입 포켓몬을 {{amount_0}}마리 잡는다", + "quest_title_quest_wcs_2024_snapshot_fairy": "야생의 페어리타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", + "quest_title_quest_wcs_2024_spin_00": "Pokémon GO Zone의 포켓스톱을 돌린다", + "quest_title_quest_wcs_2024_spin_01": " Play Lab의 포켓스톱을 돌린다", + "quest_title_quest_wcs_2024_spin_02": "Collect & Trade Corner의 포켓스톱을 돌린다", + "quest_title_quest_weepinbell_evolve_b_plural": "우츠동을 {{amount_0}}마리 진화시킨다", + "quest_title_quest_weepinbell_evolve_b_singular": "우츠동을 1마리 진화시킨다", + "quest_title_quest_wimpod_catch_b": "꼬시레를 {{amount_0}}마리 잡는다", + "quest_title_quest_win_gym_plural": "체육관 배틀에서 {{amount_0}}회 이긴다", + "quest_title_quest_win_gym_singular": "체육관 배틀에서 1회 이긴다", + "quest_title_quest_win_raid_2_singular": "레벨2 이상 레이드에 이긴다", + "quest_title_quest_win_raid_3_plural": "레벨 3이상의 레이드에 {{amount_0}}번 이긴다", + "quest_title_quest_win_raid_3_singular": "레벨 3이상의 레이드에 1회 이긴다", + "quest_title_quest_win_raid_buddy_plural": "파트너 포켓몬으로 레이드배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_win_raid_buddy_singular": "파트너 포켓몬으로 레이드배틀에 이긴다", + "quest_title_quest_win_raid_lvl1_higher_singular": "별 1이상의 레이드에 1회 이긴다", + "quest_title_quest_win_raid_lvl1_singular": "별1 레이드배틀에서 이긴다", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "CP1500이하 포켓몬만 사용해서 레이드를 {{amount_0}}번 이긴다", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "CP1,500이하 포켓몬만 사용해서 레이드를 1번 이긴다", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "CP1,500이하 포켓몬만 사용해 별3 레이드에서 {{amount_0}}번 이긴다", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "CP1,500이하 포켓몬만 사용해 별3 레이드에서 1번 이긴다", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "CP2,500이하 포켓몬만 사용해 별3 레이드에서 {{amount_0}}번 이긴다", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "CP2,500이하 포켓몬만 사용해 별3 레이드에서 1번 이긴다", + "quest_title_quest_win_raid_party_plural": "팀 참가 중 레이드를 {{amount_0}}번 이긴다", + "quest_title_quest_win_raid_party_singular": "팀 참가 중 레이드를 1번 이긴다", + "quest_title_quest_win_raid_plural": "레이드배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_win_raid_singular": "레이드배틀에서 1회 이긴다", + "quest_title_quest_win_raid_unique_plural": "모두 다른 종류의 포켓몬으로 레이드배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_win_raid_unique_singular": "모두 다른 종류의 포켓몬으로 레이드배틀에서 1번 이긴다", + "quest_title_quest_win_raid_with_friend_plural": "프렌드와 함께 레이드배틀에서 {{amount_0}}번 이긴다", + "quest_title_quest_win_raid_with_friend_singular": "프렌드와 함께 레이드배틀에서 1번 이긴다", + "quest_title_quest_win_raids_unique_1500_plural": "모두 다른 종류의 1500CP이하의 포켓몬 파티로 레이드에서 {{amount_0}}번 이긴다", + "quest_title_quest_win_raids_unique_plural": "모두 다른 종류의 포켓몬 파티로 레이드에서 {{amount_0}}번 이긴다", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "CP1,500이하 포켓몬만 사용해서 GO로켓단 리더에게 {{amount_0}}번 이긴다", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "CP1500이하 포켓몬만 사용해서 GO로켓단 리더에게 이긴다", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "CP2,500이하 포켓몬만 사용해서 GO로켓단 리더에게 {{amount_0}}번 이긴다", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "CP3,000이하 포켓몬만 사용해서 GO로켓단 리더에게 {{amount_0}}번 이긴다", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "CP3,500이하 포켓몬만 사용해서 GO로켓단 리더에게 {{amount_0}}번 이긴다", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "CP4,000이하 포켓몬만 사용해서 GO로켓단 리더에게 {{amount_0}}번 이긴다", + "quest_title_quest_wooper_catch_b": "우파 또는 우파(팔데아의 모습)를 {{amount_0}}마리 잡는다", + "quest_title_quest_wooper_evolve_b": "우파 또는 우파(팔데아의 모습)를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_wooper_snapshot_b": "우파 또는 우파(팔데아의 모습)의 GO스냅샷 사진을 {{amount_0}}장 찍는다", + "quest_title_quest_wt_catch_weedle": "뿔충이를 {{amount_0}}마리 잡는다", + "quest_title_quest_wt_evolve_kakuna": "딱충이를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_wt_evolve_weedle": "뿔충이를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_xp_plural": "XP를 {{amount_0}} 얻는다", + "quest_title_quest_zigzagoon_catch_b": "가라르의 지그제구리를 {{amount_0}}마리 잡는다", + "quest_title_quest_zigzagoon_evolve_b": "가라르의 지그제구리를 {{amount_0}}마리 진화시킨다", + "quest_title_quest_zigzagoon_snapshot_b": "가라르의 지그제구리 GO스냅샷을 {{amount_0}}장 찍는다", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "포켓몬을 0마리 잡았다", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "포켓몬을 {{amount_0}}마리 잡았다", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "포켓몬을 1마리 잡았다", + "quest_title_score_1_10_11_12_singular": "불꽃, 물, 풀 중 한 가지 타입의 포켓몬을 {{amount_0}}마리 잡았다!", + "quest_title_score_1_10_singular": "불꽃타입 포켓몬을 {{amount_0}} 마리 잡았다!", + "quest_title_score_1_11_singular": "물타입 포켓몬을 {{amount_0}} 마리 잡았다!", + "quest_title_score_1_12_singular": "풀타입 포켓몬을 {{amount_0}} 마리 잡았다!", + "quest_title_score_1_none": "포켓몬을 0마리 잡았다", + "quest_title_score_1_plural": "포켓몬을 {{amount_0}}마리 잡았다", + "quest_title_score_1_singular": "포켓몬을 1마리 잡았다", + "quest_title_score_6_plural": "레이드배틀에서 {{amount_0}}번 이겼다", + "quest_title_score_6_singular": "레이드배틀에서 1번 이겼다", + "quest_title_score_8_10_none": "Nice가 나오게 0회 던졌다", + "quest_title_score_8_10_plural": "Nice가 나오게 {{amount_0}}회 던졌다", + "quest_title_score_8_10_singular": "Nice가 나오게 1회 던졌다", + "quest_title_score_8_11_none": "Great가 나오게 0회 던졌다", + "quest_title_score_8_11_plural": "Great가 나오게 {{amount_0}}회 던졌다", + "quest_title_score_8_11_singular": "Great가 나오게 1회 던졌다", + "quest_title_score_8_12_none": "Excellent가 나오게 0회 던졌다", + "quest_title_score_8_12_plural": "Excellent가 나오게 {{amount_0}}회 던졌다", + "quest_title_score_8_12_singular": "Excellent가 나오게 1회 던졌다", + "quest_title_score_8_13_none": "커브볼을 0회 던졌다", + "quest_title_score_8_13_plural": "커브볼을 {{amount_0}}회 던졌다", + "quest_title_score_8_13_singular": "커브볼을 1회 던졌다", + "quest_title_score_11_701_none": "라즈열매를 0개 썼다", + "quest_title_score_11_701_plural": "라즈열매를 {{amount_0}}개 썼다", + "quest_title_score_11_701_singular": "라즈열매를 1개 썼다", + "quest_title_score_11_703_none": "나나열매를 0개 썼다", + "quest_title_score_11_703_plural": "나나열매를 {{amount_0}}개 썼다", + "quest_title_score_11_703_singular": "나나열매를 1개 썼다", + "quest_title_score_11_705_none": "파인열매를 0개 썼다", + "quest_title_score_11_705_plural": "파인열매를 {{amount_0}}개 썼다", + "quest_title_score_11_705_singular": "파인열매를 1개 썼다", + "quest_title_score_15_10_none": "커브볼로 Nice가 나오게 0회 던졌다", + "quest_title_score_15_10_plural": "커브볼로 Nice가 나오게 {{amount_0}}회 던졌다", + "quest_title_score_15_10_singular": "커브볼로 Nice가 나오게 1회 던졌다", + "quest_title_score_15_11_none": "커브볼로 Great가 나오게 0회 던졌다", + "quest_title_score_15_11_plural": "커브볼로 Great가 나오게 {{amount_0}}회 던졌다", + "quest_title_score_15_11_singular": "커브볼로 Great가 나오게 1회 던졌다", + "quest_title_score_15_12_none": "커브볼로 Excellent가 나오게 0회 던졌다", + "quest_title_score_15_12_plural": "커브볼로 Excellent가 나오게 {{amount_0}}회 던졌다", + "quest_title_score_15_12_singular": "커브볼로 Excellent가 나오게 1회 던졌다", + "quest_title_score_22_none": "팀 리더 배틀을 0번 대전했다", + "quest_title_score_22_plural": "팀 리더 배틀을 {{amount_0}}번 대전했다", + "quest_title_score_22_singular": "팀 리더 배틀을 1번 대전했다", + "quest_title_score_23_none": "GO배틀리그에서 0번 대전했다", + "quest_title_score_23_plural": "GO배틀리그에서 {{amount_0}}번 대전했다", + "quest_title_score_23_singular": "GO배틀리그에서 1번 대전했다", + "quest_title_score_battle_raid_none": "레이드배틀을 0회 했다", + "quest_title_score_battle_raid_plural": "레이드배틀을 {{amount_0}}회 했다", + "quest_title_score_battle_raid_singular": "레이드배틀을 1회 했다", + "quest_title_score_catch_feed_none": "나무열매를 0개 썼다", + "quest_title_score_catch_feed_plural": "나무열매를 {{amount_0}}개 썼다", + "quest_title_score_catch_feed_singular": "나무열매를 1개 썼다", + "quest_title_score_catch_pokemon": "포켓몬을 {{amount_0}}마리 잡았다", + "quest_title_score_defeat_rocket_none": "GO로켓단 단원 0명을 쓰러뜨렸다!", + "quest_title_score_defeat_rocket_plural": "GO로켓단 단원 {{amount_0}}명을 쓰러뜨렸다!", + "quest_title_score_defeat_rocket_singular": "GO로켓단 단원 1명을 쓰러뜨렸다!", + "quest_title_score_field_research_none": "필드리서치 0개 완료", + "quest_title_score_field_research_plural": "필드리서치 {{amount_0}}개 완료", + "quest_title_score_field_research_singular": "필드리서치 1개 완료", + "quest_title_score_send_gift_none": "프렌드에게 선물을 0개 보냈다", + "quest_title_score_send_gift_plural": "프렌드에게 선물을 {{amount_0}}개 보냈다", + "quest_title_score_send_gift_singular": "프렌드에게 선물을 1개 보냈다", + "quest_title_score_spin_pokestop_none": "포켓스톱을 0개 돌렸다", + "quest_title_score_spin_pokestop_plural": "포켓스톱을 {{amount_0}}개 돌렸다", + "quest_title_score_spin_pokestop_singular": "포켓스톱을 1개 돌렸다", + "quest_win_raid_plural": "레이드배틀에서 {{amount}}번 이긴다", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Star Raid", + "raid_1_plural": "1 Star Raids", + "raid_2": "2 Star Raid", + "raid_2_plural": "2 Star Raids", + "raid_3": "3 Star Raid", + "raid_3_plural": "3 Star Raids", + "raid_4": "4 Star Raid", + "raid_4_plural": "4 Star Raids", + "raid_5": "Legendary Raid", + "raid_5_plural": "Legendary Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "오후에 최고", + "route_tag_architecture": "건축", + "route_tag_art": "아트", + "route_tag_beachy": "해변", + "route_tag_bike_path": "자전거 도로", + "route_tag_biking": "사이클링에 적당한", + "route_tag_body_of_water": "물가", + "route_tag_buildings": "건물이 많은", + "route_tag_category_misc": "기타", + "route_tag_category_nearby": "근처에 있는 것", + "route_tag_category_suitability": "접근", + "route_tag_category_terrain": "지형", + "route_tag_category_theme": "주제", + "route_tag_city_life": "도시 생활", + "route_tag_culture": "문화", + "route_tag_easy_going": "편안한", + "route_tag_flat": "평평한", + "route_tag_foliage": "단풍이 많은", + "route_tag_food": "음식", + "route_tag_grassy": "잔디", + "route_tag_hilly": "언덕", + "route_tag_historic": "역사", + "route_tag_intense": "모험", + "route_tag_morning": "아침에 최고", + "route_tag_muddy": "진흙", + "route_tag_nature": "자연", + "route_tag_night": "밤에 최고", + "route_tag_no_parking": "근처에 주차 불가능", + "route_tag_no_people": "사람이 적은", + "route_tag_open_space": "넓직하다", + "route_tag_parking": "근처에 주차 가능", + "route_tag_parks_nearby": "공원 근처", + "route_tag_partially_paved": "일부 포장 도로", + "route_tag_paved": "포장 도로", + "route_tag_people": "사람이 많은", + "route_tag_pets": "반려동물 친화적인", + "route_tag_plenty_pokestops": "포켓스톱 풍부", + "route_tag_public_transport": "대중교통이 가까운", + "route_tag_raid_friendly": "체육관이 많은", + "route_tag_rainy_day": "비오는 날 좋은", + "route_tag_rocky": "바위", + "route_tag_running": "러닝에 적당한", + "route_tag_sandy": "모래", + "route_tag_seasonal": "계절감", + "route_tag_sightseeing": "관광", + "route_tag_stroller": "유아차 가능", + "route_tag_sunny_day": "맑은 날 좋은", + "route_tag_tree_cover": "나무 그늘", + "route_tag_unpaved": "비포장 도로", + "route_tag_views": "절경", + "route_tag_walking": "워킹에 적당한", + "route_tag_wheelchair": "휠체어 가능", + "route_tag_wildlife": "야생 생물이 많은", + "route_tag_woodsy": "숲", + "route_tags_label": "태그", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "그림자", + "team_1": "미스틱", + "team_2": "발로", + "team_3": "인스팅트", + "team_a_0": "소속없음", + "team_a_1": "팀 미스틱", + "team_a_2": "팀 발로", + "team_a_3": "팀 인스팅트", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "거친 날씨", + "weather_1": "맑음", + "weather_2": "비", + "weather_3": "약간 구름", + "weather_4": "구름", + "weather_5": "강풍", + "weather_6": "눈", + "weather_7": "안개", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/client/public/locales/nl/translation.json b/client/public/locales/nl/translation.json new file mode 100644 index 000000000..b2c15b46f --- /dev/null +++ b/client/public/locales/nl/translation.json @@ -0,0 +1,6017 @@ +{ + "login": "Login", + "click_once": "Klik maar één keer op 'Autoriseren'", + "save": "Opslaan", + "reset": "Resetten", + "close": "Sluiten", + "reset_filters": "Filters Resetten", + "pokemon_filters": "Pokémon Filter Instellingen", + "gyms_filters": "Gym Filter Instellingen", + "pokestops_filters": "PokéStop Filter Instellingen", + "nests_filters": "Nest Filter Instellingen", + "help": "Help", + "apply_to_all": "Toepassen op alles", + "disable_all": "Alles Uitschakelen", + "enable_all": "Alles Inschakelen", + "enabled": "Inschakelen", + "legacy": "Legacy", + "id": "ID", + "location": "Locatie", + "search_pokemon": "Zoek Pokémon", + "search_nests": "Zoek Nests", + "search_gyms": "Zoek Gyms", + "search_pokestops": "Zoek PokéStops", + "search_raids": "Zoek Raids", + "search_eggs": "Zoek Eieren", + "search_quests": "Zoek Quests", + "search_lures": "Zoek Lures", + "search_invasions": "Zoek Invasies", + "sm": "sm", + "md": "md", + "lg": "lg", + "xl": "XL", + "min": "Min", + "max": "Max", + "set_size": "Set Icon Size", + "slot_selection": "Slotselectie", + "generations": "Generaties", + "types": "Soorten", + "forms": "Forms", + "rarity": "Rarity", + "others": "Andere", + "categories": "Categorieën", + "rank": "Rank", + "slider_iv": "IV Range", + "slider_great": "Great League", + "slider_ultra": "Ultra League", + "slider_little": "Little Cup", + "slider_atk_iv": "Attack", + "slider_def_iv": "Defense", + "slider_sta_iv": "Stamina", + "slider_level": "Level", + "slider_size": "Grootte", + "abbreviation_level": "L", + "lvl": "Lvl", + "cap": "Cap", + "custom": "Aangepast", + "valid": "Geldig", + "invalid": "Ongeldig!", + "overwrites": "Overschrijft Alle Filters", + "valid_filter": "Geldige Statistiekenfilter", + "invalid_filter": "Voer een geldig filter in", + "gyms": "Gyms", + "nests": "Nests", + "pokestops": "PokéStops", + "pokemon": "Pokémon", + "wayfarer": "Wayfarer", + "scan_areas": "Scan Gebieden", + "s2cells": "S2 Cells", + "weather": "Weer", + "admin": "Admin", + "settings": "Instellingen", + "advanced": "Geavanceerd", + "tile_servers": "Tile Servers", + "icons": "Icons", + "navigation": "Navigatie", + "drawer": "Drawer", + "tile_servers_default": "Standaard", + "drawer_temporary": "Tijdelijk", + "drawer_persistent": "Persistent", + "locale_selection": "Taalinstellingen", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "Importeren", + "export": "Exporteren", + "logout": "Uitloggen", + "local_storage_cleared": "Lokale opslag van de map is gewist!", + "iv_or_filter": "IV Of Filter", + "polygons": "Polygons", + "raids": "Raids", + "ex_eligible": "EX Eligible", + "in_battle": "In Battle", + "all_pokestops": "Alle PokéStops", + "lures": "Lures", + "quests": "Quests", + "invasions": "Invasions", + "portals": "Portals", + "submission_cells": "Submission Cells", + "spawnpoint": "Spawnpoint", + "spawnpoints": "Spawnpoints", + "s2_cell_level": "Level {{level}} S2 Cell", + "total_count": "Totaal", + "next_submission": "Volgende Inzending!", + "never": "Nooit", + "next_gym": "Volgende Gym", + "scan_cells": "Scan Cellen", + "devices": "Apparaten", + "use_my_location": "Gebruik Mijn Locatie", + "submit_feedback_title": "Feedback/Bug Rapport Indienen", + "use_the_link_below": "U kunt de onderstaande link gebruiken om feedback of eventuele bugs die u bent tegengekomen in te dienen.", + "feedback_to_devs": "Deze feedback wordt rechtstreeks naar de ontwikkelaars gestuurd.", + "feedback_form": "Feedback formulier", + "unknown_pokestop": "Onbekende PokéStop Naam", + "unknown_gym": "Onbekende Gym Naam", + "exclude": "Uitsluiten", + "exclude_quest": "Uitsluiten Quest", + "exclude_invasion": "Uitsluiten Invasion", + "exclude_team": "Uitsluiten Team", + "exclude_raid": "Uitsluiten Raid", + "exclude_lure": "Uitsluiten Lure", + "timer": "Timer", + "hide": "Verbergen", + "tier": "Tier", + "slots": "Slots", + "mega": "Mega", + "form": "Form", + "starts": "Begint", + "ends": "Eindigt", + "defender": "Defender", + "best_buddy": "Beste maatje", + "cp": "CP", + "kilogram": "kg", + "meter": "m", + "total_cp": "Totale CP", + "first_seen": "Eerst gezien", + "last_seen": "Laatst gezien", + "last_modified": "Laatst Aangepast", + "last_updated": "Laatst Bijgewerkt", + "imported": "Geïmporteerd", + "nest_estimated": "Nest Gegevens zijn geschat!", + "verify_nests": "Gecontroleerd door huidige spawns te controleren", + "nest_out_of_date": "Nest is mogelijk verouderd!", + "nest_check_current": "Controleer in plaats daarvan de huidige spawns", + "spawns_per_hour": "spawns/hr", + "teams": "Teams", + "eggs": "Eggs", + "reverse": "Omgekeerd", + "selected": "Geselecteerde", + "unselected": "Niet Geselecteerde", + "only_available": "Beschikbaar", + "common": "Common", + "uncommon": "Uncommen", + "rare": "Rare", + "ultra_rare": "Ultra Rare", + "regional": "Regionaal", + "event": "Event", + "legendary": "Legendary", + "mythical": "Mythical", + "ultra_beast": "Ultra Beest", + "alt_forms": "Alt Forms", + "alola": "Alola", + "galarian": "Galarian", + "showing": "Showing", + "instance": "Instance", + "online": "Online", + "offline": "Offline", + "boosted_types": "Boosted Types", + "pokemon_options": "Pokémon Opties", + "pokestops_options": "PokéStop Opties", + "gyms_options": "Gym Opties", + "nests_options": "Nest Opties", + "wayfarer_options": "Wayfarer Opties", + "admin_options": "Admin Opties", + "weather_options": "Weer Opties", + "s2cells_options": "S2 Celle Opties", + "clustering": "Clustering", + "glow": "Glow", + "legacy_filter": "Legacy Filter", + "raid_timers": "Alle Raid Timers", + "invasion_timers": "Toon alle Invasion Timers", + "lure_timers": "Toon alle Lure Timers", + "device_path_color": "Apparaat Pad Kleur", + "old_portals": "Oude Portalen", + "new_portals": "Nieuw Portalen", + "items": "Items", + "energy": "Energy", + "ar_eligible": "AR Eligible", + "iv_circles": "IV Indicatoren", + "min_iv_circle": "Minimale cirkel IV", + "interaction_ranges": "Interaction Ranges", + "cannot_connect": "\nKan momenteel geen verbinding maken met de server.\nOnmiddellijk opnieuw proberen zal alleen maar meer problemen veroorzaken.\nProbeer het over een paar minuten opnieuw.\n\n- Bedank namens de Admin", + "mad_quest_text": "Native Quests", + "xs": "XS", + "primary": "Primair", + "secondary": "Secundair", + "zero_iv": "0% IV", + "hundo_iv": "100% IV", + "open_menu": "Open Menu", + "zoom_in": "Inzomen", + "zoom_out": "Uitzomen", + "welcome": "Welkom bij", + "back": "Terug", + "next": "Volgende", + "finish": "Finish", + "start_tutorial": "Start Tutorial", + "view_profile": "Profiel bekijken", + "login_optional": "Inloggen (optioneel)", + "tutorial": "Tutorial", + "tutorial_language": "Kies je taal", + "tutorial_welcome": "Deze tutorial is interactief en het wordt aangeraden om met alle opties te spelen.", + "tutorial_categories": "Categorieën waartoe je toegang heeft.", + "tutorial_logged_in": "Je kunt details over je machtigingen bekijken door je profiel te bekijken.", + "tutorial_logged_out": "Je kunt details over je machtigingen bekijken door in te loggen.", + "tutorial_sidebar_0": "Alle filters en instellingen die beschikbaar zijn staan hier.", + "tutorial_sidebar_1": "Het is mogelijk om elke categorie precies in te stellen welke informatie je wilt zien met behulp van de schakelaars.", + "tutorial_sidebar_2": "Opties: Extra aanpassingen\nGeavanceerd: zullen we later in deze tutorial behandelen.", + "tutorial_sliders_0": "Gebruik de schuifregelaars om filters aan te passen.", + "tutorial_sliders_1": "Pokémon Tussen:", + "tutorial_sliders_2": "- IVs {{iv0}}% naar {{iv1}}%", + "tutorial_sliders_3": "Level {{level0}} naar {{level1}}", + "tutorial_sliders_3alt": "- En is Level {{level0}} naar {{level1}}", + "tutorial_sliders_4": "- Great League Rank {{gl0}} naar {{gl1}}", + "tutorial_sliders_4alt": "- Of Great League Rank {{gl0}} naar {{gl1}}", + "tutorial_sliders_5": "- Ultra League Rank {{ul0}} naar {{ul1}}", + "tutorial_sliders_5alt": "- Of Ultra League Rank {{ul0}} naar {{ul1}}", + "tutorial_sliders_6": "Kettingen met andere van dezelfde kleur.", + "tutorial_sliders_7": "Filtert afzonderlijk van andere schuifregelaars.", + "tutorial_sliders_8": "Een 'volle' schuifregelaar betekent dat deze is uitgeschakeld:", + "tutorial_sliders_9": "Alle spawns, ongeacht of de IV gecontroleerd is of niet.", + "tutorial_help": "Snelkoppeling naar dit menu.", + "tutorial_adv_filter": "Alleen mobiel, opent de filteropties voor het geavanceerde menu.", + "tutorial_tune": "Stelt het geavanceerde filter in voor alle Pokémon die momenteel in het menu worden gefilterd.", + "tutorial_format_size": "Stelt de pictogramgrootte in voor alle items die momenteel in het menu worden gefilterd.", + "tutorial_check": "Schakelt alle items in die momenteel in het menu worden gefilterd", + "tutorial_clear": "Schakelt alle items uit die momenteel in het menu worden gefilterd", + "tutorial_save": "Slaat de huidige selectie op en sluit af", + "tutorial_show_all_view": "Toon PokéStops & Gyms", + "tutorial_show_pokemon_view": "Toon Pokémon In", + "tutorial_toggle": "Als je op de Check/X klikt, wordt het item omgeschakeld", + "tutorial_pokemon_caption": "Met dit pictogram kun je filters instellen voor die specifieke Pokémon.", + "tutorial_all_caption": "Teams hebben een speciaal slotmenu\nMet alle andere items kun je de pictogramgrootte aanpassen.", + "tutorial_popup_0": "Pop-ups zijn nu interactief!", + "tutorial_popup_1": "De drie stippen openen de opties voor verbergen, uitsluiten en schakelen tussen timers.", + "tutorial_popup_2": "Pictogrammen aan weerszijden van de navigatielink worden uitgevouwen om extra informatie weer te geven, probeer het eens!", + "tutorial_popup_3": "De pictogrammen verschillen per categorie, zorg ervoor dat u ze allemaal bekijkt.", + "tutorial_closing_0": "Extra informatie", + "tutorial_closing_1": "De globale Pokémon-schuifregelaars in de zijbalk werken afzonderlijk van het geavanceerde menu en hebben geen effect op elkaar.", + "tutorial_closing_2": "Zorg ervoor dat je de gedeelte Instellingen in de zijbalk bekijkt.", + "tutorial_closing_3": "Er zijn veel esthetische opties beschikbaar voor elke categorie, maar onthoud dat hoe meer je aan je kaart toevoegt, hoe groter de kans dat je kaart langzamer wordt!", + "tutorial_closing_4": "Je kunt deze tutorial opnieuw bekijken door deze te selecteren in het instellingenpaneel in de zijbalk.", + "tutorial_closing_5": "Blijf veilig en veel geluk!", + "intro": "Introductie", + "sidebar": "Sidebar", + "sliders": "Schuifregelaars", + "popups": "Popups", + "closing": "Sluitend", + "shortcuts": "Sneltoetsen", + "iv": "IV", + "area_restrictions": "Gebiedsbeperkingen", + "map": "Map", + "stats": "Statistieken", + "pvp": "PVP", + "area_restrictions_subtitle": "U heeft toegang tot deze gebieden", + "devices_subtitle": "Toont actieve apparaatlocaties en routes", + "gyms_subtitle": "Toont alle actieve gyms, actieve team en hoeveel slots elke gym beschikbaar heeft", + "invasions_subtitle": "Toon informatie over de Team Rocket invasion, inclusief battle lineup, vervaltijd en mogelijke beloningen.", + "iv_subtitle": "Toon IV% en gloed opties", + "lures_subtitle": "Toont informatie over het Lure, inclusief het type Lure en de vervaltijd", + "map_subtitle": "Toont de kaart", + "nests_subtitle": "Toont actief nestelende Pokémon en polygons", + "pokemon_subtitle": "Toont alle Pokémon-locaties en vervaltijden", + "pokestops_subtitle": "Toont alle PokéStop-locaties", + "portals_subtitle": "Toont all Ingress Portalen", + "pvp_subtitle": "Toont PVP rank/CP/Level informatie voor elke Pokémon", + "quests_subtitle": "Toont quest reward en task informatie", + "raids_subtitle": "Toont alle raid informatie inclusief de raid boss, eggs, vervaltijd, en moveset", + "scan_cells_subtitle": "Toont de laatste keer dat een S2 cel gescand werd door een apparaat", + "scan_areas_subtitle": "Toont beschikbare scan gebieden polygonen", + "spawnpoints_subtitle": "Toont spawnpoints en hun geschatte despawntijd", + "stats_subtitle": "Toont Pokémon Statistieken en levels", + "submission_cells_subtitle": "Toont informatie die nuttig is voor het indienen van nieuwe POIs", + "weather_subtitle": "Toont op de map de weersinformatie voor elke cel", + "scanner_subtitle": "Interacteer direct met de scanner op verschillende manieren", + "s2cells_subtitle": "Toont de laatste tijd een S2 cell was bijgewerkt door een scanner.", + "backups_subtitle": "Maakt het mogelijk om instellingen over apparaten heen te back-uppen en te laden", + "backups": "Back-ups", + "user_profile": "Gebruiker Profiel", + "user_username": "Gebruikersnaam", + "candy": "Candy", + "show_ex_badge": "Toon EX Badge", + "search": "Zoeken", + "global_search_quests": "Voer de naam van de Reward in...", + "global_search_lures": "Voer Lokaas Naam in...", + "global_search_pokestops": "Voer de naam van de PokéStop in...", + "global_search_gyms": "Voer de naam van de Gym in...", + "global_search_portals": "Voer de naam van de Portal in...", + "global_search_nests": "Voer de naam van de Nest Pokémon in...", + "global_search_raids": "Voer de naam van de Raid Boss in...", + "global_search_pokemon": "Voer Pokémon Naam in...", + "global_search_invasions": "Voer Grunt Type, Naam, of Pokémon beloningsnaam in...", + "raid_level_badges": "Raid Level Badges", + "options": "Opties", + "profile": "Profiel", + "pokemon_icons": "Pokémon Pictogrammen", + "pokestop_icons": "PokéStop Pictogrammen", + "gym_icons": "Gym Pictogrammen", + "team_icons": "Team Pictogrammen", + "egg_icons": "Egg Pictogrammen", + "raid_icons": "Raid Pictogrammen", + "nest_icons": "Nest Pictogrammen", + "reward_icons": "Reward Pictogrammen", + "type_icons": "Type Pictogrammen", + "weather_icons": "Weather Pictogrammen", + "misc_icons": "Misc Pictogrammen", + "invasion_icons": "Invasion Pictogrammen", + "spawnpoint_icons": "Spawnpoint Icoontjes", + "device_icons": "Apparaat Icoontjes", + "pokemon_audio": "Pokémon Audio", + "pokestop_audio": "PokéStop Audio", + "gym_audio": "Gym Audio", + "team_audio": "Team Audio", + "egg_audio": "Ei Audio", + "raid_audio": "Raid Audio", + "nest_audio": "Nest Audio", + "reward_audio": "Beloningsaudio", + "type_audio": "Type Audio", + "weather_audio": "Weer Audio", + "misc_audio": "Diversen Audio", + "invasion_audio": "Invasie Audio", + "spawnpoint_audio": "Spawnpoint Audio", + "device_audio": "Apparaat Audio", + "pokemon_timers": "Alle Pokemon Timers", + "show_dex_num_in_popup": "Toon Pokedex # in Popup", + "popup": "Popup", + "pvp_level": "Level {{level}} PVP Statistieken", + "pvp_mega": "Mega PVP Statistieken", + "webhook_entry": "Voeg {{category}} toe aan {{name}}", + "remove_webhook_entry": "Verwijderen uit {{name}}", + "distance": "Afstand", + "gym": "Gym", + "egg": "Egg", + "raid": "Raid", + "lure": "Lure", + "quest": "Quest", + "invasion": "Invasion", + "nest": "Nest", + "pokestop": "Pokestop", + "team": "Team", + "global": "Global", + "manage_webhook": "Beheer {{name}}", + "drag_and_drop": "Sleep de markering en zet deze neer om uw locatie in te stellen.", + "click_to_select": "Klik om te selecteren", + "add_new": "Nieuwe {{category}} Alert Toevoegen", + "my_location": "Mijn locatie", + "choose_on_map": "Kies op kaart", + "select_profile": "Kies een profiel", + "distance_radius": "Voorbeeld Straalafstanden", + "areas": "Gebieden", + "select_webhook": "Selecteer Bot", + "ar_quest_true": "AR Task", + "ar_quest_false": "No AR", + "with_ar": "Met AR", + "both": "Beide", + "without_ar": "Zonder AR", + "exclude_quest_multi": "Sluit {{reward}} Uit", + "cluster_limit_0": "{{variable_0}} Limiet ({{variable_1}}) is geraakt.", + "cluster_limit_1": "Zoom in of verklein uw filters", + "show_polygons": "Toon Polygons", + "exclude_invasion_multi": "Sluit {{invasion}} Uit", + "stardust": "Stardust", + "slider_cp": "CP", + "pvp_ranking_league": "League", + "pvp_ranking_min_cp": "Min CP", + "slider_pvp": "Ranks", + "profile_no": "Profiel", + "template": "Template", + "gender": "Geslacht", + "clean": "Clean", + "all_forms": "Alle Forms", + "pvp_entry": "PVP Entry", + "no_iv": "Incl. No IV", + "by_distance": "Op afstand", + "min_time": "Min Tijd", + "add_new_profile": "Nieuw profiel toevoegen", + "slider_none": "Geen", + "non_registered_human_title": "Oeps, er klopt iets niet!", + "non_registered_human_desc": "You may not be registered with {{webhook}}\nOr the server is currently unreachable", + "try_again_later": "Probeer het later opnieuw", + "selected_areas_one": "{{count}} Gebied Geselecteerd", + "selected_areas_other": "{{count}} Gebieden Geselecteerd", + "webhook_selection": "{{name}} Selectie", + "message_of_the_day": "Bericht van de dag", + "has_quest_indicator": "Alternatieve kleur voor Stops met Quests", + "show_ar_badge": "Toon AR Badge", + "all_gyms": "Alle Gyms", + "general": "Algemeen", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "Link Globaal & Geavanceerd", + "normal_forms": "Normal Forms", + "weather_indicator": "Weather Boost Indicator", + "page": "Pagina {{page}}", + "navigation_controls": "Navigatiebediening", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "Exclusief", + "all_moves": "Alle Moves", + "move": "Move", + "any": "Any", + "min_spawn_average": "Min Spawn Rate", + "select_all": "Selecteer alles", + "delete_all": "Verwijder geselecteerde", + "cancel": "Annuleren", + "day_1": "Maandag", + "day_2": "Dinsdag", + "day_3": "Woensdag", + "day_4": "Donderdag", + "day_5": "Vrijdag", + "day_6": "Zaterdag", + "day_7": "Zondag", + "profile_name": "Profiel Naam", + "manage_profiles": "Profielen beheren", + "min_spawn_avg": "Gem Min Spawn", + "poke_global": "Alles", + "amount": "Aantal", + "specific_gym": "Specifieke Gym", + "search_location": "Zoek Locaties", + "search_specific": "Zoek voor een specifieke {{category}}", + "webhook_success_gym": "Raids, Eggs, en Team Verander Alerts zijn toegevoegd!", + "slot_changes": "Slot Changes", + "slot_changes_poracle": "slot_changes", + "confirm_delete": "Hiermee wordt alle tracking voor dit profiel verwijderd, weet u het zeker?", + "confirm_copy": "Kies welk profiel je wilt kopiëren \"{{profile}}\" naar, dit zal dat profiel wel volledig overschrijven.", + "webhook_error": [ + "{{name}} kon dat niet verwerken.", + "Probeer het later opnieuw." + ], + "profile_error": "Moet uniek en geldig zijn", + "team_0": "Harmonie", + "battle_changes": "In Battle", + "battle_changes_poracle": "Battle Changes", + "auto": "Auto", + "webhooks_subtitle": "Beheer uw meldingen rechtstreeks vanaf de kaart voor deze bots", + "event_stops_subtitle": "Toont speciale event PokéStops zoals Kecleon", + "webhooks": "Alerts", + "scanner": "Scanner Acties", + "everything_individually": "Voeg individuele Alerts toe", + "individually": "Individueel", + "join": "Join", + "errors_404": "Oeps, deze pagina kan niet gevonden worden!", + "errors_500": "Er is een serverfout opgetreden, probeer het later opnieuw!", + "local_username": "Gebruikersnaam", + "local_password": "Wachtwoord", + "local_error": "Er is een fout opgetreden, probeer het later opnieuw!", + "no_filter_results": [ + "Geen resultaten gevonden", + "Probeer je filters uit te breiden" + ], + "donor_page": "Donatie Pagina", + "go_back": "Ga Terug", + "access": "Toegang", + "link_discord": "Discord Verbonden", + "select_webhook_strategy": "Alarm Manager", + "webhook_strategy_success_0": "Succesvol! Vernieuwen om meldingsinstellingen te krijgen...", + "register": "Registratie", + "invalid_credentials": "Ongeldige inloggegevens", + "localauth_failed": "Authenticatie Mislukt", + "error_creating_user": "Kan op dit moment geen nieuwe gebruiker registreren", + "discord_linked": "Discord Verbonden", + "telegram_linked": "Telegram Verbonden", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "niveau", + "km": "km", + "feedback": "Feedback", + "donor_menu": "Donormenu", + "pokemon_cell": "De locatie van de Pokemon kan variëren.", + "timer_verified": "De despawn-tijd is bevestigd.", + "timer_unverified": "De despawn-tijd is niet bevestigd.", + "all": "Alle", + "badge_0": "Geen", + "badge_1": "Basis", + "badge_2": "Brons", + "badge_3": "Zilver", + "badge_4": "Goud", + "gym_badge_menu": "Bewerk Gym Badge", + "gym_badges": "Gym Badges", + "gym_badge_diamonds": "Toon Gym Badges", + "gym_badges_subtitle": "Toont Gym Badges op de kaart en een lijst op de profielpagina.", + "confirm_filters_reset": "Filters Resetten", + "filters_reset_text": "Weet je zeker dat je instellingen wilt resetten naar standaardwaarden? Dit kan niet ongedaan gemaakt worden!", + "filters_reset_title": "Reset Filters", + "raid_quick_select": "Snel Selecteren", + "disabled": "Uitgeschakeld", + "loading": "{{category}} Laden", + "loading_icons": "Icoontjes Ophalen", + "loading_invasions": "Invasies Ophalen", + "scan_next": "Scan Locatie", + "scan_next_choose": "Sleep en Laat de Marker Los om de Scan Locatie In te Stellen", + "scan_zone": "Bereik Scannen", + "scan_zone_choose": "Sleep en Laat de Marker Los om de Scan Locatie en Grootte te Kiezen", + "scan_zone_size": "Grootte", + "scan_zone_range": "Bereik", + "scan_zone_spacing": "Afstand", + "scan_zone_radius": "Straal", + "scan_requests": "Scan Verzoeken", + "scan_queue": "Huidige Wachtrij", + "click_to_scan": "Hier Scannen", + "scan_confirmed_title": "Scanvraag Bevestigd", + "scan_confirmed": "Werknemer is naar de locatie gestuurd, resultaat zal binnenkort op de kaart verschijnen!", + "scan_loading_title": "Scanverzoek Versturen", + "scan_loading": "Je scanverzoek wordt verwerkt en naar het systeem gestuurd!", + "scan_error_title": "Fout", + "scan_error": "Er is een fout opgetreden bij het verwerken van het scanverzoek...", + "scan_outside_area": "Deze locatie ligt buiten de grenzen van de toegestane gebieden", + "pvp_ranking_cap": "Niveau", + "lc_title": "Volg Je Locatie", + "lc_metersUnit": "meter", + "lc_feetUnit": "voet", + "lc_popup": "Je bent binnen {distance} {unit} van dit punt", + "lc_outsideMapBoundsMsg": "Je bevindt je buiten de grenzen van de kaart", + "no_alerts": "Geen Meldingen Gevonden", + "loading_settings": "Instellingen Laden", + "refresh_to_continue": "Vernieuw voordat je doorgaat", + "session_expired_title": "Sessie Verlopen", + "session_expired_body": "Je sessie is verlopen", + "old_client_title": "Verouderd", + "old_client_body": "Een nieuwe versie van deze kaart is beschikbaar", + "early_old_client_title": "Verouderd", + "early_old_client_body": "Een oude versie van deze app kan in de cache van je browser zijn opgeslagen. Je moet je cache legen voordat je deze app kunt gebruiken.", + "refresh": "Vernieuwen", + "points": "Punten", + "day": "Dag", + "days": "Dagen", + "react_error": "Er Ging Iets Mis", + "clickable_icon": "Icoon is Klikbaar", + "two_stops_till_next": "2 stops tot de volgende", + "one_stop_till_next": "1 stop tot de volgende", + "no_more_gyms": "Geen gyms meer", + "light_map_border": "Lichte Kaartrand", + "dark_map_border": "Donkere Kaartrand", + "cell_blocked": "Cel Geblokkeerd", + "poi_color": "Kleur van Belangrijke Punten", + "quest_condition": "Queeste Voorwaarde", + "always_show_labels": "Altijd Labels Tonen", + "scan_areas_options": "Scan Gebieden Opties", + "historic_rarity": "Historische Zeldzaamheid", + "poi": "Punten van Belang", + "300m_range": "300m Bereik", + "lure_range": "Lokmiddel Bereik", + "custom_range": "Aangepast Bereik", + "tap_to_toggle": "Tik om te Wisselen", + "power_up": "Power-up", + "never_alt": "Nooit", + "seen_nearby_stop": "In de Buurt Gezien", + "seen_nearby_cell": "In deze Cel Gezien", + "seen_lure_encounter": "Lokmiddel Ontmoeting", + "seen_lure_wild": "Lokmiddel Spawn", + "seen_wild": "Wild Spawn", + "event_stops": "Event Pokéstops", + "event_stop_timers": "Event Stop Timers", + "size_0": "Elk", + "size_1": "XXS", + "size_2": "XS", + "size_3": "M", + "size_4": "XL", + "size_5": "XXL", + "show_size_indicator": "Toon Maat Indicator", + "size": "Maat", + "gold_stop": "Gouden Stop", + "profile_backups": "Profiel Back-ups", + "new_backup": "Nieuwe Back-up", + "create": "Creëren", + "load": "Laden", + "update": "Bijwerken", + "delete": "Verwijderen", + "name": "Naam", + "only_confirmed": "Alleen Bevestigd", + "only_exclude_grunts": "Sluit Grunts uit", + "only_exclude_leaders": "Sluit Leiders uit", + "rocket_pokemon": "Rocket Pokémon", + "decoy": "Lokaas", + "s2_cell_limit_0": "Je hebt geprobeerd meer dan 20.000 cellen te genereren ({{variable_0}})", + "s2_cell_zoom_limit": "Sommige cellen zijn te klein om te worden getoond op dit zoomniveau", + "show_all_pvp_ranks": "Toon Alle PVP Rangen", + "enable_pokemon_popup_coords": "Toon Pokémon Coördinaten", + "enable_gym_popup_coords": "Toon Gym Coördinaten", + "enable_pokestop_popup_coords": "Toon Pokéstop Coördinaten", + "enable_portal_popup_coords": "Toon Portaal Coördinaten", + "on_block_join_discord": "Sluit je aan bij onze discord voor meer informatie.", + "on_block_msg": "Je bent geblokkeerd omdat je lid bent van", + "denied": "Geweigerd", + "showcase": "Vitrine", + "unknown_event": "Onbekend Evenement", + "scanner_countdown": "Beschikbaar in {{time}}s", + "success": "Succes", + "contribute": "Bijdragen", + "mi": "mi", + "filter_by_areas": "Filteren op Gebieden", + "submit_nest_name": "Dien Nestnaam in", + "nest_submission_menu": "Naam Bijwerken", + "nest_submissions": "Nest Inzendingen", + "nest_submissions_subtitle": "Stelt je in staat om nieuwe namen voor nesten in te dienen", + "pokemon_opacity": "Dynamische Pokémon Doorzichtigheid", + "invasion_opacity": "Dynamische Invallen Doorzichtigheid", + "raid_opacity": "Dynamische Raids Doorzichtigheid", + "opacity_ten_minutes": "Doorzichtigheid na 10 minuten", + "opacity_five_minutes": "Doorzichtigheid na 5 minuten", + "opacity_one_minute": "Doorzichtigheid na 1 minuut", + "level_circles": "Niveau Indicatoren", + "min_level_circle": "Minimale Cirkel Niveau", + "mutation_auth_error": "Je verzoek was niet succesvol omdat je niet ingelogd bent", + "submitted_by": "Ingediend Door", + "reversible": "Omkeerbaar", + "version": "Versie", + "route_tags": "Routetags", + "routes": "Routes", + "route_type": "Routetype", + "routes_subtitle": "Bekijk in-game routes en relevante informatie over ze op de kaart", + "description": "Beschrijving", + "additional_info": "Extra Info", + "duration": "Duur", + "elevation": "Hoogte", + "contest_category_1": "Kleinste Maat", + "context_category_2": "Grootste Maat", + "total_entries": "Totaal Aantal Inzendingen", + "showcase_rankings": "Vitrine Ranglijsten", + "showcase_rankings_subtitle": "Toont een lijst van de top ranglijsten voor een vitrine bij een Pokéstop", + "tth": "TTH", + "tth_0": "Alle", + "tth_1": "Bekend", + "tth_2": "Onbekend", + "no_access": "Geen Toegang", + "cooldown": "Aftellen", + "scan_some_outside_area": "Sommige locaties bevinden zich buiten de toegestane grenzen", + "alerts": "meldingen", + "alert_manager": "Meldingenbeheer", + "menu": "Menu", + "theme": "Thema", + "exit": "Afsluiten", + "component": "Component", + "component_login_page": "Login Pagina", + "component_donation_page": "Donatie Pagina", + "component_message_of_the_day": "Bericht van de Dag", + "download": "Downloaden", + "playground": "Speeltuin", + "locale": "Lokaal", + "saved": "Opgeslagen", + "show_editor": "Toon Editor", + "hide_editor": "Verberg Editor", + "reported_error": "Deze fout is gerapporteerd aan de server met identificatie", + "dark_mode": "Donkere Modus", + "load_from_autosave": "Laden van autosave", + "done": "Klaar", + "fast": "Snel", + "charged": "Opgeladen", + "offline_mode": "Offline Modus", + "include_sponsored": "Inclusief Gesponsorde", + "showcase_color": "Showcase Kleur", + "partner_color": "Partner Kleur", + "disable": "Uitschakelen {{- name}}", + "profiling": "Profilering", + "showcase_block": "Geblokkeerd vanwege een showcase", + "signed_in_as": "Ingelogd Als", + "missing_map_perm": "Je hebt geen toestemming om de kaart te bekijken.", + "access_denied": "Toegang Geweigerd", + "audio": "Audio", + "desktop_notifications": "Bureaubladmeldingen", + "notifications_options": "Meldingsopties", + "audio_always_on": "Audio Altijd Aan", + "volume_level": "Volume Niveau", + "notifications_status": "Meldingen Status", + "granted": "verleend", + "set_all": "Stel Alle In", + "set_filtered": "Stel Gefilterd In", + "only_show_available": "Toon Alleen Beschikbare", + "easy_mode": "Eenvoudige Modus", + "quick_select": "Globale Snelle Selectie", + "pokemon_filter_mode": "Pokémon Filter Modus", + "basic": "Basis", + "intermediate": "Gemiddeld", + "expert": "Expert", + "basic_description": "Selecteer gemakkelijk Pokémon en pas een globaal filter toe", + "intermediate_description": "Stel individuele filters globaal en per Pokémon in (traditioneel)", + "expert_description": "Handmatige invoerquery’s voor de meeste aanpassing", + "icon_size": "Pictogramgrootte", + "developer": "Ontwikkelaar", + "raid_override": "Raid Overschrijving", + "search_rocket_pokemon": "Zoek Rocket Pokémon", + "main": "Hoofd", + "extra": "Extra", + "select": "Selecteer", + "searching": "zoeken...", + "no_options": "Geen Opties...", + "and": "EN", + "or": "OF", + "only_global": "Alleen Globaal", + "global_caption": "Negeert Alle Andere Filters", + "global_and_individual": "Globaal & Individuele Filters", + "gender_filters_all": "Geslacht Geldt voor Allen", + "and_caption": "Samengevoegd", + "or_caption": "Filters Onafhankelijk", + "filter_help": "Filter Hulp", + "kilometers": "Kilometers", + "miles": "Mijlen", + "distance_unit": "Afstandseenheid", + "data_management": "Gegevensbeheer", + "reset_or_manage_text": "Je kunt of je filters hard resetten of je kunt de gegevensbeheer pagina bekijken die je toestaat om individuele categorieën te resetten.", + "reset_audio": "Reset Audio", + "reset_all": "Reset Alles", + "reset_icons": "Reset Pictogrammen", + "reset_position": "Reset Positie", + "reset_ui": "Reset UI", + "reset_options": "Reset Opties", + "reset_menus": "Reset Menu’s", + "reset_settings": "Reset Instellingen", + "reset_general_title": "Algemeen", + "reset_filters_title": "Filters", + "reset_assets": "Reset Middelen", + "reset_pokemon": "Reset Pokémon", + "reset_pokestops": "Reset PokéStops", + "reset_gyms": "Reset Sportscholen", + "reset_nests": "Reset Nests", + "reset_portals": "Reset Portalen", + "reset_routes": "Reset Routes", + "reset_scan_areas": "Reset Scan Gebieden", + "reset_scan_cells": "Reset Scan Cellen", + "reset_devices": "Reset Apparaten", + "reset_weather": "Reset Weer", + "reset_s2cells": "Reset S2 Cellen", + "reset_spawnpoints": "Reset Spawnpunten", + "reset_submission_cells": "Reset Indieningscellen", + "hisuian": "Hisuian", + "spacial_rend_range": "Ruimtelijke Scheur Bereik", + "key": "Sleutel", + "ai": "KI", + "human": "Mens", + "locales": "Taalinstellingen", + "instructions": "Instructies", + "locale_instructions_1": "Selecteer een taal uit het dropdownmenu", + "locale_instructions_2": "Voer de gewenste vertalingen in de kolom \"Mens\" in", + "locale_instructions_3": "Klik op de \"$t(download)\" knop om een JSON-bestand te downloaden", + "locale_instructions_4": "Fork de GitHub repo link hieronder", + "locale_instructions_5": "Maak een nieuwe branch en noem het de taal waarin je vertaalt", + "locale_instructions_6": "Vervang de inhoud van \"packages/locales/lib/human/{{lng}}.json\" met het bestand dat je hebt gedownload", + "locale_instructions_7": "Maak een pull-verzoek aan", + "locale_instructions_8": "Wacht tot het pull-verzoek is beoordeeld en samengevoegd", + "enter_translation": "Voer Vertaling In", + "individual_filters": "Gedeeltelijk Gefilterd", + "data_limit_reached": "Je hebt recent te veel data opgevraagd en zit in een afkoelperiode tot {{until}}", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "Earn {{amount}} hearts with your buddy", + "challenge_buddy_treat_plural": "Give your buddy {{amount}} treats", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Star Egg", + "egg_1_plural": "1 Star Eggs", + "egg_2": "2 Star Egg", + "egg_2_plural": "2 Star Eggs", + "egg_3": "3 Star Egg", + "egg_3_plural": "3 Star Eggs", + "egg_4": "4 Star Egg", + "egg_4_plural": "4 Star Eggs", + "egg_5": "Legendary Egg", + "egg_5_plural": "Legendary Eggs", + "egg_6": "Mega Egg", + "egg_6_plural": "Mega Eggs", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "Normal", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "Normal", + "form_34": "Attack", + "form_35": "Defense", + "form_36": "Speed", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "Normal", + "form_46": "Alola", + "form_47": "Normal", + "form_48": "Alola", + "form_49": "Normal", + "form_50": "Alola", + "form_51": "Normal", + "form_52": "Alola", + "form_53": "Normal", + "form_54": "Alola", + "form_55": "Normal", + "form_56": "Alola", + "form_57": "Normal", + "form_58": "Alola", + "form_59": "Normal", + "form_60": "Alola", + "form_61": "Normal", + "form_62": "Alola", + "form_63": "Normal", + "form_64": "Alola", + "form_65": "Normal", + "form_66": "Alola", + "form_67": "Normal", + "form_68": "Alola", + "form_69": "Normal", + "form_70": "Alola", + "form_71": "Normal", + "form_72": "Alola", + "form_73": "Normal", + "form_74": "Alola", + "form_75": "Normal", + "form_76": "Alola", + "form_77": "Normal", + "form_78": "Alola", + "form_79": "Normal", + "form_80": "Alola", + "form_81": "Normal", + "form_82": "Frost Rotom", + "form_83": "Fan Rotom", + "form_84": "Mow Rotom", + "form_85": "Wash Rotom", + "form_86": "Heat Rotom", + "form_87": "Plant Cloak", + "form_88": "Sandy Cloak", + "form_89": "Trash Cloak", + "form_90": "Altered Forme", + "form_91": "Origin Forme", + "form_92": "Sky Forme", + "form_93": "Land Forme", + "form_94": "Overcast Form", + "form_95": "Sunny", + "form_96": "West Sea", + "form_97": "East Sea", + "form_98": "West Sea", + "form_99": "East Sea", + "form_100": "Normal", + "form_101": "Fighting", + "form_102": "Flying", + "form_103": "Poison", + "form_104": "Ground", + "form_105": "Rock", + "form_106": "Bug", + "form_107": "Ghost", + "form_108": "Steel", + "form_109": "Fire", + "form_110": "Water", + "form_111": "Grass", + "form_112": "Electric", + "form_113": "Psychic", + "form_114": "Ice", + "form_115": "Dragon", + "form_116": "Dark", + "form_117": "Fairy", + "form_118": "Plant Cloak", + "form_119": "Sandy Cloak", + "form_120": "Trash Cloak", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "Normal", + "form_136": "Red-Striped", + "form_137": "Blue-Striped", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "Incarnate Forme", + "form_141": "Therian Forme", + "form_142": "Incarnate Forme", + "form_143": "Therian Forme", + "form_144": "Incarnate Forme", + "form_145": "Therian Forme", + "form_146": "Normal", + "form_147": "Black Kyurem", + "form_148": "White Kyurem", + "form_149": "Ordinary Form", + "form_150": "Resolute Form", + "form_151": "Aria Forme", + "form_152": "Pirouette Forme", + "form_157": "Normal", + "form_160": "Normal", + "form_163": "Normal", + "form_166": "Normal", + "form_169": "Normal", + "form_172": "Normal", + "form_175": "Normal", + "form_178": "Normal", + "form_181": "Normal", + "form_184": "Normal", + "form_187": "Normal", + "form_190": "Normal", + "form_193": "Normal", + "form_196": "Normal", + "form_199": "Normal", + "form_202": "Normal", + "form_205": "Normal", + "form_208": "Normal", + "form_211": "Normal", + "form_214": "Normal", + "form_217": "Normal", + "form_224": "Normal", + "form_229": "Normal", + "form_232": "Normal", + "form_235": "Normal", + "form_238": "Normal", + "form_241": "Normal", + "form_244": "Normal", + "form_247": "Normal", + "form_250": "Normal", + "form_253": "Normal", + "form_256": "Normal", + "form_259": "Normal", + "form_262": "Normal", + "form_265": "Normal", + "form_268": "Normal", + "form_271": "Normal", + "form_274": "Normal", + "form_277": "Normal", + "form_280": "Normal", + "form_283": "Normal", + "form_286": "Normal", + "form_289": "Normal", + "form_292": "Normal", + "form_295": "Normal", + "form_298": "Normal", + "form_301": "Normal", + "form_304": "Normal", + "form_307": "Normal", + "form_310": "Normal", + "form_313": "Normal", + "form_316": "Normal", + "form_319": "Normal", + "form_322": "Normal", + "form_585": "Spring Form", + "form_586": "Summer Form", + "form_587": "Autumn Form", + "form_588": "Winter Form", + "form_589": "Spring Form", + "form_590": "Summer Form", + "form_591": "Autumn Form", + "form_592": "Winter Form", + "form_593": "Normal", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "Normal", + "form_599": "Noevolve", + "form_600": "Normal", + "form_601": "Noevolve", + "form_602": "Normal", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "Normal", + "form_613": "Normal", + "form_616": "Normal", + "form_619": "Normal", + "form_622": "Normal", + "form_625": "Normal", + "form_628": "Normal", + "form_631": "Normal", + "form_634": "Normal", + "form_637": "Normal", + "form_640": "Normal", + "form_643": "Normal", + "form_646": "Normal", + "form_649": "Normal", + "form_652": "Normal", + "form_655": "Normal", + "form_658": "Normal", + "form_661": "Normal", + "form_664": "Normal", + "form_667": "Normal", + "form_670": "Normal", + "form_677": "Normal", + "form_680": "Normal", + "form_683": "Normal", + "form_688": "Normal", + "form_691": "Normal", + "form_694": "Normal", + "form_697": "Normal", + "form_700": "Normal", + "form_703": "Normal", + "form_706": "Normal", + "form_713": "Normal", + "form_716": "Normal", + "form_719": "Normal", + "form_722": "Normal", + "form_729": "Normal", + "form_734": "Normal", + "form_737": "Normal", + "form_740": "Normal", + "form_743": "Normal", + "form_746": "Normal", + "form_749": "Normal", + "form_752": "Normal", + "form_755": "Normal", + "form_758": "Normal", + "form_761": "Normal", + "form_764": "Normal", + "form_767": "Normal", + "form_770": "Normal", + "form_773": "Normal", + "form_776": "Normal", + "form_779": "Normal", + "form_782": "Normal", + "form_785": "Normal", + "form_788": "Normal", + "form_791": "Normal", + "form_794": "Normal", + "form_797": "Normal", + "form_800": "Normal", + "form_803": "Normal", + "form_806": "Normal", + "form_809": "Normal", + "form_812": "Normal", + "form_815": "Normal", + "form_818": "Normal", + "form_821": "Normal", + "form_824": "Normal", + "form_827": "Normal", + "form_830": "Normal", + "form_833": "Normal", + "form_836": "Normal", + "form_839": "Normal", + "form_846": "Normal", + "form_849": "Normal", + "form_852": "Normal", + "form_855": "Normal", + "form_858": "Normal", + "form_861": "Normal", + "form_864": "Normal", + "form_867": "Normal", + "form_870": "Normal", + "form_873": "Normal", + "form_876": "Normal", + "form_879": "Normal", + "form_888": "Normal", + "form_891": "Normal", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "Normal", + "form_901": "Vs 2019", + "form_902": "Normal", + "form_905": "Normal", + "form_908": "Normal", + "form_911": "Normal", + "form_914": "Normal", + "form_917": "Normal", + "form_920": "Normal", + "form_923": "Normal", + "form_926": "Normal", + "form_929": "Normal", + "form_932": "Normal", + "form_935": "Normal", + "form_938": "Normal", + "form_941": "Normal", + "form_944": "Galarian", + "form_945": "Normal", + "form_946": "Galarian", + "form_947": "Normal", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "Normal", + "form_956": "Normal", + "form_959": "Normal", + "form_962": "Normal", + "form_965": "Normal", + "form_968": "Normal", + "form_971": "Normal", + "form_974": "Normal", + "form_981": "Normal", + "form_984": "Normal", + "form_987": "Normal", + "form_990": "Normal", + "form_993": "Normal", + "form_996": "Normal", + "form_999": "Normal", + "form_1002": "Normal", + "form_1005": "Normal", + "form_1008": "Normal", + "form_1011": "Normal", + "form_1014": "Normal", + "form_1017": "Normal", + "form_1020": "Normal", + "form_1023": "Normal", + "form_1026": "Normal", + "form_1029": "Normal", + "form_1032": "Normal", + "form_1035": "Normal", + "form_1038": "Normal", + "form_1041": "Normal", + "form_1044": "Normal", + "form_1047": "Normal", + "form_1050": "Normal", + "form_1053": "Normal", + "form_1056": "Normal", + "form_1059": "Normal", + "form_1062": "Normal", + "form_1065": "Normal", + "form_1068": "Normal", + "form_1071": "Normal", + "form_1074": "Normal", + "form_1077": "Normal", + "form_1080": "Normal", + "form_1083": "Normal", + "form_1086": "Normal", + "form_1089": "Normal", + "form_1092": "Normal", + "form_1095": "Normal", + "form_1098": "Normal", + "form_1101": "Normal", + "form_1104": "Normal", + "form_1107": "Normal", + "form_1110": "Normal", + "form_1115": "Normal", + "form_1118": "Normal", + "form_1121": "Normal", + "form_1124": "Normal", + "form_1127": "Normal", + "form_1130": "Normal", + "form_1133": "Normal", + "form_1136": "Normal", + "form_1139": "Normal", + "form_1142": "Normal", + "form_1145": "Normal", + "form_1148": "Normal", + "form_1151": "Normal", + "form_1154": "Normal", + "form_1157": "Normal", + "form_1160": "Normal", + "form_1163": "Normal", + "form_1166": "Normal", + "form_1169": "Normal", + "form_1172": "Normal", + "form_1175": "Normal", + "form_1178": "Normal", + "form_1181": "Normal", + "form_1184": "Normal", + "form_1187": "Normal", + "form_1190": "Normal", + "form_1193": "Normal", + "form_1196": "Normal", + "form_1199": "Normal", + "form_1202": "Normal", + "form_1205": "Normal", + "form_1208": "Normal", + "form_1211": "Normal", + "form_1214": "Normal", + "form_1217": "Normal", + "form_1220": "Normal", + "form_1223": "Normal", + "form_1226": "Normal", + "form_1229": "Normal", + "form_1232": "Normal", + "form_1235": "Normal", + "form_1238": "Normal", + "form_1241": "Normal", + "form_1244": "Normal", + "form_1247": "Normal", + "form_1250": "Normal", + "form_1253": "Normal", + "form_1256": "Normal", + "form_1259": "Normal", + "form_1262": "Normal", + "form_1265": "Normal", + "form_1268": "Normal", + "form_1271": "Normal", + "form_1274": "Normal", + "form_1277": "Normal", + "form_1280": "Normal", + "form_1283": "Normal", + "form_1286": "Normal", + "form_1289": "Normal", + "form_1292": "Normal", + "form_1295": "Normal", + "form_1298": "Normal", + "form_1301": "Normal", + "form_1304": "Normal", + "form_1307": "Normal", + "form_1310": "Normal", + "form_1313": "Normal", + "form_1316": "Normal", + "form_1319": "Normal", + "form_1322": "Normal", + "form_1325": "Normal", + "form_1328": "Normal", + "form_1331": "Normal", + "form_1334": "Normal", + "form_1337": "Normal", + "form_1340": "Normal", + "form_1343": "Normal", + "form_1346": "Normal", + "form_1349": "Normal", + "form_1352": "Normal", + "form_1355": "Normal", + "form_1358": "Normal", + "form_1361": "Normal", + "form_1364": "Normal", + "form_1367": "Normal", + "form_1370": "Normal", + "form_1379": "Normal", + "form_1382": "Normal", + "form_1385": "Normal", + "form_1388": "Normal", + "form_1391": "Normal", + "form_1394": "Normal", + "form_1397": "Normal", + "form_1400": "Normal", + "form_1403": "Normal", + "form_1406": "Normal", + "form_1409": "Normal", + "form_1412": "Normal", + "form_1415": "Normal", + "form_1418": "Normal", + "form_1421": "Normal", + "form_1424": "Normal", + "form_1427": "Normal", + "form_1430": "Normal", + "form_1433": "Normal", + "form_1436": "Normal", + "form_1439": "Normal", + "form_1442": "Normal", + "form_1445": "Normal", + "form_1448": "Normal", + "form_1451": "Normal", + "form_1454": "Normal", + "form_1457": "Normal", + "form_1460": "Normal", + "form_1463": "Normal", + "form_1466": "Normal", + "form_1469": "Normal", + "form_1472": "Normal", + "form_1475": "Normal", + "form_1478": "Normal", + "form_1481": "Normal", + "form_1484": "Normal", + "form_1487": "Normal", + "form_1490": "Normal", + "form_1493": "Normal", + "form_1496": "Normal", + "form_1499": "Normal", + "form_1502": "Normal", + "form_1505": "Normal", + "form_1508": "Normal", + "form_1511": "Normal", + "form_1514": "Normal", + "form_1517": "Normal", + "form_1520": "Normal", + "form_1523": "Normal", + "form_1526": "Normal", + "form_1529": "Normal", + "form_1532": "Normal", + "form_1535": "Normal", + "form_1538": "Normal", + "form_1541": "Normal", + "form_1544": "Normal", + "form_1547": "Normal", + "form_1550": "Normal", + "form_1553": "Normal", + "form_1556": "Normal", + "form_1559": "Normal", + "form_1562": "Normal", + "form_1565": "Normal", + "form_1568": "Normal", + "form_1571": "Normal", + "form_1574": "Normal", + "form_1577": "Normal", + "form_1580": "Normal", + "form_1583": "Normal", + "form_1586": "Normal", + "form_1589": "Normal", + "form_1592": "Normal", + "form_1595": "Normal", + "form_1598": "Normal", + "form_1601": "Normal", + "form_1604": "Normal", + "form_1607": "Normal", + "form_1610": "Normal", + "form_1613": "Normal", + "form_1616": "Normal", + "form_1619": "Normal", + "form_1622": "Normal", + "form_1625": "Normal", + "form_1628": "Normal", + "form_1631": "Normal", + "form_1634": "Normal", + "form_1637": "Normal", + "form_1640": "Normal", + "form_1643": "Normal", + "form_1646": "Normal", + "form_1649": "Normal", + "form_1652": "Normal", + "form_1655": "Normal", + "form_1658": "Normal", + "form_1661": "Normal", + "form_1664": "Normal", + "form_1667": "Normal", + "form_1670": "Normal", + "form_1673": "Normal", + "form_1676": "Normal", + "form_1679": "Normal", + "form_1682": "Normal", + "form_1685": "Normal", + "form_1688": "Normal", + "form_1691": "Normal", + "form_1694": "Normal", + "form_1697": "Normal", + "form_1700": "Normal", + "form_1703": "Normal", + "form_1706": "Normal", + "form_1709": "Normal", + "form_1712": "Normal", + "form_1715": "Normal", + "form_1718": "Normal", + "form_1721": "Normal", + "form_1724": "Normal", + "form_1727": "Normal", + "form_1730": "Normal", + "form_1733": "Normal", + "form_1736": "Normal", + "form_1739": "Normal", + "form_1742": "Normal", + "form_1745": "Normal", + "form_1748": "Normal", + "form_1751": "Normal", + "form_1754": "Normal", + "form_1757": "Normal", + "form_1760": "Normal", + "form_1763": "Normal", + "form_1766": "Normal", + "form_1769": "Normal", + "form_1772": "Normal", + "form_1775": "Normal", + "form_1778": "Normal", + "form_1781": "Normal", + "form_1784": "Normal", + "form_1787": "Normal", + "form_1790": "Normal", + "form_1793": "Normal", + "form_1796": "Normal", + "form_1799": "Normal", + "form_1802": "Normal", + "form_1805": "Normal", + "form_1808": "Normal", + "form_1811": "Normal", + "form_1814": "Normal", + "form_1817": "Normal", + "form_1820": "Normal", + "form_1823": "Normal", + "form_1826": "Normal", + "form_1829": "Normal", + "form_1832": "Normal", + "form_1835": "Normal", + "form_1838": "Normal", + "form_1841": "Normal", + "form_1844": "Normal", + "form_1847": "Normal", + "form_1850": "Normal", + "form_1853": "Normal", + "form_1856": "Normal", + "form_1859": "Normal", + "form_1862": "Normal", + "form_1865": "Normal", + "form_1868": "Normal", + "form_1871": "Normal", + "form_1874": "Normal", + "form_1877": "Normal", + "form_1880": "Normal", + "form_1883": "Normal", + "form_1886": "Normal", + "form_1889": "Normal", + "form_1892": "Normal", + "form_1895": "Normal", + "form_1898": "Normal", + "form_1901": "Normal", + "form_1904": "Normal", + "form_1907": "Normal", + "form_1910": "Normal", + "form_1913": "Normal", + "form_1916": "Normal", + "form_1919": "Normal", + "form_1922": "Normal", + "form_1925": "Normal", + "form_1928": "Normal", + "form_1931": "Normal", + "form_1934": "Normal", + "form_1937": "Normal", + "form_1940": "Normal", + "form_1943": "Normal", + "form_1946": "Normal", + "form_1949": "Normal", + "form_1952": "Normal", + "form_1955": "Normal", + "form_1958": "Normal", + "form_1961": "Normal", + "form_1964": "Normal", + "form_1967": "Normal", + "form_1970": "Normal", + "form_1973": "Normal", + "form_1976": "Normal", + "form_1979": "Normal", + "form_1982": "Normal", + "form_1985": "Normal", + "form_1988": "Normal", + "form_1991": "Normal", + "form_1994": "Normal", + "form_1997": "Normal", + "form_2000": "Normal", + "form_2003": "Normal", + "form_2006": "Normal", + "form_2009": "Normal", + "form_2012": "Normal", + "form_2015": "Normal", + "form_2018": "Normal", + "form_2021": "Normal", + "form_2024": "Normal", + "form_2027": "Normal", + "form_2030": "Normal", + "form_2033": "Normal", + "form_2036": "Normal", + "form_2039": "Normal", + "form_2042": "Normal", + "form_2045": "Normal", + "form_2048": "Normal", + "form_2051": "Normal", + "form_2054": "Normal", + "form_2057": "Normal", + "form_2060": "Normal", + "form_2063": "Normal", + "form_2066": "Normal", + "form_2069": "Normal", + "form_2072": "Normal", + "form_2075": "Normal", + "form_2078": "Normal", + "form_2081": "Normal", + "form_2084": "Normal", + "form_2087": "Normal", + "form_2090": "Normal", + "form_2093": "Normal", + "form_2096": "Normal", + "form_2099": "Normal", + "form_2102": "Normal", + "form_2105": "Normal", + "form_2108": "Normal", + "form_2111": "Normal", + "form_2114": "Normal", + "form_2117": "Normal", + "form_2120": "Normal", + "form_2123": "Normal", + "form_2126": "Normal", + "form_2129": "Normal", + "form_2132": "Normal", + "form_2135": "Normal", + "form_2138": "Normal", + "form_2141": "Normal", + "form_2144": "Normal", + "form_2147": "Normal", + "form_2150": "Normal", + "form_2153": "Normal", + "form_2156": "Normal", + "form_2159": "Normal", + "form_2162": "Normal", + "form_2165": "Normal", + "form_2168": "Normal", + "form_2171": "Normal", + "form_2174": "Normal", + "form_2177": "Normal", + "form_2180": "Normal", + "form_2183": "Normal", + "form_2186": "Normal", + "form_2189": "Normal", + "form_2192": "Normal", + "form_2195": "Normal", + "form_2198": "Normal", + "form_2201": "Normal", + "form_2204": "Normal", + "form_2207": "Normal", + "form_2210": "Normal", + "form_2213": "Normal", + "form_2216": "Normal", + "form_2219": "Normal", + "form_2222": "Normal", + "form_2225": "Normal", + "form_2228": "Normal", + "form_2231": "Normal", + "form_2234": "Normal", + "form_2237": "Normal", + "form_2240": "Normal", + "form_2243": "Normal", + "form_2246": "Normal", + "form_2249": "Normal", + "form_2252": "Normal", + "form_2255": "Normal", + "form_2258": "Normal", + "form_2261": "Normal", + "form_2264": "Normal", + "form_2267": "Normal", + "form_2270": "Normal", + "form_2273": "Normal", + "form_2276": "Normal", + "form_2279": "Normal", + "form_2282": "Normal", + "form_2285": "Normal", + "form_2288": "Normal", + "form_2291": "Normal", + "form_2294": "Normal", + "form_2297": "Normal", + "form_2300": "Normal", + "form_2303": "Normal", + "form_2306": "Normal", + "form_2309": "Normal", + "form_2312": "Normal", + "form_2315": "Normal", + "form_2318": "Normal", + "form_2321": "Normal", + "form_2324": "Normal", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "Female", + "form_2331": "Female", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "Low Key Form", + "form_2464": "Amped Form", + "form_2477": "Phony Form", + "form_2478": "Antique Form", + "form_2480": "Phony Form", + "form_2481": "Antique Form", + "form_2501": "Normal", + "form_2504": "Normal", + "form_2507": "Normal", + "form_2510": "Normal", + "form_2513": "Normal", + "form_2516": "Normal", + "form_2540": "Ice Face", + "form_2541": "Noice Face", + "form_2542": "Male", + "form_2543": "Female", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "Crowned Sword", + "form_2577": "Hero of Many Battles", + "form_2578": "Crowned Shield", + "form_2579": "Hero of Many Battles", + "form_2580": "Eternamax", + "form_2581": "Normal", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "Normal", + "form_2588": "Female", + "form_2589": "Normal", + "form_2590": "Female", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "Sunny", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "Baile Style", + "form_2680": "Pom-Pom Style", + "form_2681": "Pa’u Style", + "form_2683": "Sensu Style", + "form_2684": "Midday Form", + "form_2685": "Midnight Form", + "form_2686": "Dusk Form", + "form_2687": "Solo Form", + "form_2688": "School Form", + "form_2689": "Normal", + "form_2690": "Bug", + "form_2691": "Dark", + "form_2692": "Dragon", + "form_2693": "Electric", + "form_2694": "Fairy", + "form_2695": "Fighting", + "form_2696": "Fire", + "form_2697": "Flying", + "form_2698": "Ghost", + "form_2699": "Grass", + "form_2700": "Ground", + "form_2701": "Ice", + "form_2702": "Poison", + "form_2703": "Psychic", + "form_2704": "Rock", + "form_2705": "Steel", + "form_2706": "Water", + "form_2707": "Meteor Blue", + "form_2708": "Blue Plumage", + "form_2709": "Green Plumage", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "Yellow Plumage", + "form_2715": "Busted Form", + "form_2716": "Disguised Form", + "form_2717": "Normal", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "Normal", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "Normal", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "Dusk Form", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "Sunny", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "Sunny", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "Incarnate Forme", + "form_2803": "Therian Forme", + "form_2804": "White-Striped", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "Normal", + "form_2808": "Female", + "form_2809": "Normal", + "form_2810": "Normal", + "form_2811": "Normal", + "form_2812": "Normal", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "Normal", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "Origin Forme", + "form_2830": "Origin Forme", + "form_2831": "Normal", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "Normal", + "form_2982": "Female", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Green Plumage", + "form_2986": "Blue Plumage", + "form_2987": "Yellow Plumage", + "form_2988": "White", + "form_2989": "Zero Form", + "form_2990": "Hero of Many Battles", + "form_2991": "Curly Form", + "form_2992": "Droopy Form", + "form_2993": "Stretchy Form", + "form_2994": "Two-Segment Form", + "form_2995": "Three-Segment Form", + "form_2996": "Apex Build", + "form_2997": "Ultimate Mode", + "form_2998": "Normal", + "form_3000": "Normal", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "Male", + "gender_2": "Female", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "Alola", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "Blanche", + "grunt_2": "Candela", + "grunt_3": "Spark", + "grunt_4": "Grunt (Male)", + "grunt_5": "Grunt (Female)", + "grunt_6": "Bug - Grunt (Female)", + "grunt_7": "Bug - Grunt (Male)", + "grunt_8": "Grunt (Female)", + "grunt_9": "Grunt (Male)", + "grunt_10": "Dark - Grunt (Female)", + "grunt_11": "Dark - Grunt (Male)", + "grunt_12": "Dragon - Grunt (Female)", + "grunt_13": "Dragon - Grunt (Male)", + "grunt_14": "Fairy - Grunt (Female)", + "grunt_15": "Fairy - Grunt (Male)", + "grunt_16": "Fighting - Grunt (Female)", + "grunt_17": "Fighting - Grunt (Male)", + "grunt_18": "Fire - Grunt (Female)", + "grunt_19": "Fire - Grunt (Male)", + "grunt_20": "Flying - Grunt (Female)", + "grunt_21": "Flying - Grunt (Male)", + "grunt_22": "Grass - Grunt (Female)", + "grunt_23": "Grass - Grunt (Male)", + "grunt_24": "Ground - Grunt (Female)", + "grunt_25": "Ground - Grunt (Male)", + "grunt_26": "Ice - Grunt (Female)", + "grunt_27": "Ice - Grunt (Male)", + "grunt_28": "Steel - Grunt (Female)", + "grunt_29": "Steel - Grunt (Male)", + "grunt_30": "Normal - Grunt (Female)", + "grunt_31": "Normal - Grunt (Male)", + "grunt_32": "Poison - Grunt (Female)", + "grunt_33": "Poison - Grunt (Male)", + "grunt_34": "Psychic - Grunt (Female)", + "grunt_35": "Psychic - Grunt (Male)", + "grunt_36": "Rock - Grunt (Female)", + "grunt_37": "Rock - Grunt (Male)", + "grunt_38": "Water - Grunt (Female)", + "grunt_39": "Water - Grunt (Male)", + "grunt_40": "Player Team Leader", + "grunt_41": "Leader Cliff", + "grunt_42": "Leader Arlo", + "grunt_43": "Leader Sierra", + "grunt_44": "Giovanni", + "grunt_45": "Decoy Grunt (Male)", + "grunt_46": "Decoy Grunt (Female)", + "grunt_47": "Ghost - Grunt (Female)", + "grunt_48": "Ghost - Grunt (Male)", + "grunt_49": "Electric - Grunt (Female)", + "grunt_50": "Electric - Grunt (Male)", + "grunt_51": "Grunt (Female)", + "grunt_52": "Grunt (Male)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "Bug - Grunt (Female)", + "grunt_56": "Bug - Grunt (Male)", + "grunt_57": "Dark - Grunt (Female)", + "grunt_58": "Dark - Grunt (Male)", + "grunt_59": "Dragon - Grunt (Female)", + "grunt_60": "Dragon - Grunt (Male)", + "grunt_61": "Fairy - Grunt (Female)", + "grunt_62": "Fairy - Grunt (Male)", + "grunt_63": "Fighting - Grunt (Female)", + "grunt_64": "Fighting - Grunt (Male)", + "grunt_65": "Fire - Grunt (Female)", + "grunt_66": "Fire - Grunt (Male)", + "grunt_67": "Flying - Grunt (Female)", + "grunt_68": "Flying - Grunt (Male)", + "grunt_69": "Grass - Grunt (Female)", + "grunt_70": "Grass - Grunt (Male)", + "grunt_71": "Ground - Grunt (Female)", + "grunt_72": "Ground - Grunt (Male)", + "grunt_73": "Ice - Grunt (Female)", + "grunt_74": "Ice - Grunt (Male)", + "grunt_75": "Grunt (Female)", + "grunt_76": "Grunt (Male)", + "grunt_77": "Normal - Grunt (Female)", + "grunt_78": "Normal - Grunt (Male)", + "grunt_79": "Poison - Grunt (Female)", + "grunt_80": "Poison - Grunt (Male)", + "grunt_81": "Psychic - Grunt (Female)", + "grunt_82": "Psychic - Grunt (Male)", + "grunt_83": "Rock - Grunt (Female)", + "grunt_84": "Rock - Grunt (Male)", + "grunt_85": "Water - Grunt (Female)", + "grunt_86": "Water - Grunt (Male)", + "grunt_87": "Ghost - Grunt (Female)", + "grunt_88": "Ghost - Grunt (Male)", + "grunt_89": "Electric - Grunt (Female)", + "grunt_90": "Electric - Grunt (Male)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "None", + "grunt_a_1": "Blanche", + "grunt_a_2": "Candela", + "grunt_a_3": "Spark", + "grunt_a_4": "Grunt ♂", + "grunt_a_5": "Grunt ♀", + "grunt_a_6": "Bug ♀", + "grunt_a_7": "Bug ♂", + "grunt_a_8": "Grunt ♀", + "grunt_a_9": "Grunt ♂", + "grunt_a_10": "Dark ♀", + "grunt_a_11": "Dark ♂", + "grunt_a_12": "Dragon ♀", + "grunt_a_13": "Dragon ♂", + "grunt_a_14": "Fairy ♀", + "grunt_a_15": "Fairy ♂", + "grunt_a_16": "Fighting ♀", + "grunt_a_17": "Fighting ♂", + "grunt_a_18": "Fire ♀", + "grunt_a_19": "Fire ♂", + "grunt_a_20": "Flying ♀", + "grunt_a_21": "Flying ♂", + "grunt_a_22": "Grass ♀", + "grunt_a_23": "Grass ♂", + "grunt_a_24": "Ground ♀", + "grunt_a_25": "Ground ♂", + "grunt_a_26": "Ice ♀", + "grunt_a_27": "Ice ♂", + "grunt_a_28": "Steel ♀", + "grunt_a_29": "Steel ♂", + "grunt_a_30": "Normal ♀", + "grunt_a_31": "Normal ♂", + "grunt_a_32": "Poison ♀", + "grunt_a_33": "Poison ♂", + "grunt_a_34": "Psychic ♀", + "grunt_a_35": "Psychic ♂", + "grunt_a_36": "Rock ♀", + "grunt_a_37": "Rock ♂", + "grunt_a_38": "Water ♀", + "grunt_a_39": "Water ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "Leader Cliff", + "grunt_a_42": "Leader Arlo", + "grunt_a_43": "Leader Sierra", + "grunt_a_44": "Giovanni", + "grunt_a_45": "Decoy Grunt ♂", + "grunt_a_46": "Decoy Grunt ♀", + "grunt_a_47": "Ghost ♀", + "grunt_a_48": "Ghost ♂", + "grunt_a_49": "Electric ♀", + "grunt_a_50": "Electric ♂", + "grunt_a_51": "Grunt ♀", + "grunt_a_52": "Grunt ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "Bug ♀", + "grunt_a_56": "Bug ♂", + "grunt_a_57": "Dark ♀", + "grunt_a_58": "Dark ♂", + "grunt_a_59": "Dragon ♀", + "grunt_a_60": "Dragon ♂", + "grunt_a_61": "Fairy ♀", + "grunt_a_62": "Fairy ♂", + "grunt_a_63": "Fighting ♀", + "grunt_a_64": "Fighting ♂", + "grunt_a_65": "Fire ♀", + "grunt_a_66": "Fire ♂", + "grunt_a_67": "Flying ♀", + "grunt_a_68": "Flying ♂", + "grunt_a_69": "Grass ♀", + "grunt_a_70": "Grass ♂", + "grunt_a_71": "Ground ♀", + "grunt_a_72": "Ground ♂", + "grunt_a_73": "Ice ♀", + "grunt_a_74": "Ice ♂", + "grunt_a_75": "Grunt ♀", + "grunt_a_76": "Grunt ♂", + "grunt_a_77": "Normal ♀", + "grunt_a_78": "Normal ♂", + "grunt_a_79": "Poison ♀", + "grunt_a_80": "Poison ♂", + "grunt_a_81": "Psychic ♀", + "grunt_a_82": "Psychic ♂", + "grunt_a_83": "Rock ♀", + "grunt_a_84": "Rock ♂", + "grunt_a_85": "Water ♀", + "grunt_a_86": "Water ♂", + "grunt_a_87": "Ghost ♀", + "grunt_a_88": "Ghost ♂", + "grunt_a_89": "Electric ♀", + "grunt_a_90": "Electric ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "Unknown", + "item_1": "Poké Ball", + "item_2": "Great Ball", + "item_3": "Ultra Ball", + "item_4": "Master Ball", + "item_5": "Premier Ball", + "item_6": "Beast Ball", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "Potion", + "item_102": "Super Potion", + "item_103": "Hyper Potion", + "item_104": "Max Potion", + "item_201": "Revive", + "item_202": "Max Revive", + "item_301": "Lucky Egg", + "item_401": "Incense", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "Mystery Box", + "item_406": "Daily Adventure Incense", + "item_407": "Coin Bag", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "Lure Module", + "item_502": "Glacial Lure Module", + "item_503": "Mossy Lure Module", + "item_504": "Magnetic Lure Module", + "item_505": "Rainy Lure Module", + "item_506": "Golden Lure Module", + "item_602": "X Attack", + "item_603": "X Defense", + "item_604": "UNDEFINED", + "item_650": "Zygarde Cell", + "item_651": "Zygarde Cube", + "item_701": "Razz Berry", + "item_702": "Bluk Berry", + "item_703": "Nanab Berry", + "item_704": "Wepear Berry", + "item_705": "Pinap Berry", + "item_706": "Golden Razz Berry", + "item_707": "Golden Nanab Berry", + "item_708": "Silver Pinap Berry", + "item_709": "Poffin", + "item_801": "Camera", + "item_802": "Stickers", + "item_803": "Postcard Book", + "item_901": "Incubator ∞", + "item_902": "Egg Incubator", + "item_903": "Super Incubator", + "item_1001": "Pokémon Storage", + "item_1002": "Item Bag", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "Sun Stone", + "item_1102": "King's Rock", + "item_1103": "Metal Coat", + "item_1104": "Dragon Scale", + "item_1105": "Upgrade", + "item_1106": "Sinnoh Stone", + "item_1107": "Unova Stone", + "item_1150": "Gimmighoul Coins", + "item_1201": "Fast TM", + "item_1202": "Charged TM", + "item_1203": "Elite Fast TM", + "item_1204": "Elite Charged TM", + "item_1250": "Meteorite", + "item_1301": "Rare Candy", + "item_1302": "Rare Candy XL", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "Raid Pass", + "item_1402": "Premium Battle Pass", + "item_1404": "Star Piece", + "item_1405": "Gift", + "item_1406": "Team Medallion", + "item_1408": "Remote Raid Pass", + "item_1409": "S Raid Ticket", + "item_1501": "Mysterious Component", + "item_1502": "Rocket Radar", + "item_1503": "Super Rocket Radar", + "item_1504": "Shadow Shard", + "item_1505": "Purified Gem", + "item_1506": "Max Particle", + "item_1507": "Max Particle Pack", + "item_1600": "Ticket", + "item_1601": "Ticket", + "item_1602": "Ticket", + "item_1603": "Ticket", + "item_1604": "Extra Ticket", + "item_1605": "Extra Ticket", + "item_1606": "GO Battle League Timed Research Pass", + "item_1607": "Ticket", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Safari Ticket: Seoul", + "item_1611": "Safari Ticket: Barcelona", + "item_1612": "Safari Ticket: Mexico City", + "item_1613": "Safari Ticket: Tainan", + "item_1614": "Ticket City Safari 04", + "item_1615": "Ticket", + "item_1616": "Ticket", + "item_1617": "Ticket", + "item_1618": "Ticket", + "item_1619": "Ticket", + "item_1620": "Ticket", + "item_1621": "Ticket", + "item_1622": "Ticket", + "item_1623": "Ticket", + "item_1624": "Ticket", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "Normal", + "lure_502": "Glacial", + "lure_503": "Mossy", + "lure_504": "Magnetic", + "lure_505": "Rainy", + "lure_506": "Golden", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "Unknown", + "move_1": "Thunder Shock", + "move_2": "Quick Attack", + "move_3": "Scratch", + "move_4": "Ember", + "move_5": "Vine Whip", + "move_6": "Tackle", + "move_7": "Razor Leaf", + "move_8": "Take Down", + "move_9": "Water Gun", + "move_10": "Bite", + "move_11": "Pound", + "move_12": "Double Slap", + "move_13": "Wrap", + "move_14": "Hyper Beam", + "move_15": "Lick", + "move_16": "Dark Pulse", + "move_17": "Smog", + "move_18": "Sludge", + "move_19": "Metal Claw", + "move_20": "Vise Grip", + "move_21": "Flame Wheel", + "move_22": "Megahorn", + "move_23": "Wing Attack", + "move_24": "Flamethrower", + "move_25": "Sucker Punch", + "move_26": "Dig", + "move_27": "Low Kick", + "move_28": "Cross Chop", + "move_29": "Psycho Cut", + "move_30": "Psybeam", + "move_31": "Earthquake", + "move_32": "Stone Edge", + "move_33": "Ice Punch", + "move_34": "Heart Stamp", + "move_35": "Discharge", + "move_36": "Flash Cannon", + "move_37": "Peck", + "move_38": "Drill Peck", + "move_39": "Ice Beam", + "move_40": "Blizzard", + "move_41": "Air Slash", + "move_42": "Heat Wave", + "move_43": "Twineedle", + "move_44": "Poison Jab", + "move_45": "Aerial Ace", + "move_46": "Drill Run", + "move_47": "Petal Blizzard", + "move_48": "Mega Drain", + "move_49": "Bug Buzz", + "move_50": "Poison Fang", + "move_51": "Night Slash", + "move_52": "Slash", + "move_53": "Bubble Beam", + "move_54": "Submission", + "move_55": "Karate Chop", + "move_56": "Low Sweep", + "move_57": "Aqua Jet", + "move_58": "Aqua Tail", + "move_59": "Seed Bomb", + "move_60": "Psyshock", + "move_61": "Rock Throw", + "move_62": "Ancient Power", + "move_63": "Rock Tomb", + "move_64": "Rock Slide", + "move_65": "Power Gem", + "move_66": "Shadow Sneak", + "move_67": "Shadow Punch", + "move_68": "Shadow Claw", + "move_69": "Ominous Wind", + "move_70": "Shadow Ball", + "move_71": "Bullet Punch", + "move_72": "Magnet Bomb", + "move_73": "Steel Wing", + "move_74": "Iron Head", + "move_75": "Parabolic Charge", + "move_76": "Spark", + "move_77": "Thunder Punch", + "move_78": "Thunder", + "move_79": "Thunderbolt", + "move_80": "Twister", + "move_81": "Dragon Breath", + "move_82": "Dragon Pulse", + "move_83": "Dragon Claw", + "move_84": "Disarming Voice", + "move_85": "Draining Kiss", + "move_86": "Dazzling Gleam", + "move_87": "Moonblast", + "move_88": "Play Rough", + "move_89": "Cross Poison", + "move_90": "Sludge Bomb", + "move_91": "Sludge Wave", + "move_92": "Gunk Shot", + "move_93": "Mud Shot", + "move_94": "Bone Club", + "move_95": "Bulldoze", + "move_96": "Mud Bomb", + "move_97": "Fury Cutter", + "move_98": "Bug Bite", + "move_99": "Signal Beam", + "move_100": "X-Scissor", + "move_101": "Flame Charge", + "move_102": "Flame Burst", + "move_103": "Fire Blast", + "move_104": "Brine", + "move_105": "Water Pulse", + "move_106": "Scald", + "move_107": "Hydro Pump", + "move_108": "Psychic", + "move_109": "Psystrike", + "move_110": "Ice Shard", + "move_111": "Icy Wind", + "move_112": "Frost Breath", + "move_113": "Absorb", + "move_114": "Giga Drain", + "move_115": "Fire Punch", + "move_116": "Solar Beam", + "move_117": "Leaf Blade", + "move_118": "Power Whip", + "move_119": "Splash", + "move_120": "Acid", + "move_121": "Air Cutter", + "move_122": "Hurricane", + "move_123": "Brick Break", + "move_124": "Cut", + "move_125": "Swift", + "move_126": "Horn Attack", + "move_127": "Stomp", + "move_128": "Headbutt", + "move_129": "Hyper Fang", + "move_130": "Slam", + "move_131": "Body Slam", + "move_132": "Rest", + "move_133": "Struggle", + "move_134": "Scald", + "move_135": "Hydro Pump", + "move_136": "Wrap", + "move_137": "Wrap", + "move_200": "Fury Cutter", + "move_201": "Bug Bite", + "move_202": "Bite", + "move_203": "Sucker Punch", + "move_204": "Dragon Breath", + "move_205": "Thunder Shock", + "move_206": "Spark", + "move_207": "Low Kick", + "move_208": "Karate Chop", + "move_209": "Ember", + "move_210": "Wing Attack", + "move_211": "Peck", + "move_212": "Lick", + "move_213": "Shadow Claw", + "move_214": "Vine Whip", + "move_215": "Razor Leaf", + "move_216": "Mud Shot", + "move_217": "Ice Shard", + "move_218": "Frost Breath", + "move_219": "Quick Attack", + "move_220": "Scratch", + "move_221": "Tackle", + "move_222": "Pound", + "move_223": "Cut", + "move_224": "Poison Jab", + "move_225": "Acid", + "move_226": "Psycho Cut", + "move_227": "Rock Throw", + "move_228": "Metal Claw", + "move_229": "Bullet Punch", + "move_230": "Water Gun", + "move_231": "Splash", + "move_232": "Water Gun", + "move_233": "Mud-Slap", + "move_234": "Zen Headbutt", + "move_235": "Confusion", + "move_236": "Poison Sting", + "move_237": "Bubble", + "move_238": "Feint Attack", + "move_239": "Steel Wing", + "move_240": "Fire Fang", + "move_241": "Rock Smash", + "move_242": "Transform", + "move_243": "Counter", + "move_244": "Powder Snow", + "move_245": "Close Combat", + "move_246": "Dynamic Punch", + "move_247": "Focus Blast", + "move_248": "Aurora Beam", + "move_249": "Charge Beam", + "move_250": "Volt Switch", + "move_251": "Wild Charge", + "move_252": "Zap Cannon", + "move_253": "Dragon Tail", + "move_254": "Avalanche", + "move_255": "Air Slash", + "move_256": "Brave Bird", + "move_257": "Sky Attack", + "move_258": "Sand Tomb", + "move_259": "Rock Blast", + "move_260": "Infestation", + "move_261": "Struggle Bug", + "move_262": "Silver Wind", + "move_263": "Astonish", + "move_264": "Hex", + "move_265": "Night Shade", + "move_266": "Iron Tail", + "move_267": "Gyro Ball", + "move_268": "Heavy Slam", + "move_269": "Fire Spin", + "move_270": "Overheat", + "move_271": "Bullet Seed", + "move_272": "Grass Knot", + "move_273": "Energy Ball", + "move_274": "Extrasensory", + "move_275": "Future Sight", + "move_276": "Mirror Coat", + "move_277": "Outrage", + "move_278": "Snarl", + "move_279": "Crunch", + "move_280": "Foul Play", + "move_281": "Hidden Power", + "move_282": "Take Down", + "move_283": "Waterfall", + "move_284": "Surf", + "move_285": "Draco Meteor", + "move_286": "Doom Desire", + "move_287": "Yawn", + "move_288": "Psycho Boost", + "move_289": "Origin Pulse", + "move_290": "Precipice Blades", + "move_291": "Present", + "move_292": "Weather Ball", + "move_293": "Weather Ball", + "move_294": "Weather Ball", + "move_295": "Weather Ball", + "move_296": "Frenzy Plant", + "move_297": "Smack Down", + "move_298": "Blast Burn", + "move_299": "Hydro Cannon", + "move_300": "Last Resort", + "move_301": "Meteor Mash", + "move_302": "Skull Bash", + "move_303": "Acid Spray", + "move_304": "Earth Power", + "move_305": "Crabhammer", + "move_306": "Lunge", + "move_307": "Crush Claw", + "move_308": "Octazooka", + "move_309": "Mirror Shot", + "move_310": "Superpower", + "move_311": "Fell Stinger", + "move_312": "Leaf Tornado", + "move_313": "Leech Life", + "move_314": "Drain Punch", + "move_315": "Shadow Bone", + "move_316": "Muddy Water", + "move_317": "Blaze Kick", + "move_318": "Razor Shell", + "move_319": "Power-Up Punch", + "move_320": "Charm", + "move_321": "Giga Impact", + "move_322": "Frustration", + "move_323": "Return", + "move_324": "Synchronoise", + "move_325": "Lock-On", + "move_326": "Thunder Fang", + "move_327": "Ice Fang", + "move_328": "Horn Drill", + "move_329": "Fissure", + "move_330": "Sacred Sword", + "move_331": "Flying Press", + "move_332": "Aura Sphere", + "move_333": "Payback", + "move_334": "Rock Wrecker", + "move_335": "Aeroblast", + "move_336": "Techno Blast", + "move_337": "Techno Blast", + "move_338": "Techno Blast", + "move_339": "Techno Blast", + "move_340": "Techno Blast", + "move_341": "Fly", + "move_342": "V-create", + "move_343": "Leaf Storm", + "move_344": "Tri Attack", + "move_345": "Gust", + "move_346": "Incinerate", + "move_347": "Dark Void", + "move_348": "Feather Dance", + "move_349": "Fiery Dance", + "move_350": "Fairy Wind", + "move_351": "Relic Song", + "move_352": "Weather Ball", + "move_353": "Psychic Fangs", + "move_354": "Hyperspace Fury", + "move_355": "Hyperspace Hole", + "move_356": "Double Kick", + "move_357": "Magical Leaf", + "move_358": "Sacred Fire", + "move_359": "Icicle Spear", + "move_360": "Aeroblast+", + "move_361": "Aeroblast++", + "move_362": "Sacred Fire+", + "move_363": "Sacred Fire++", + "move_364": "Acrobatics", + "move_365": "Luster Purge", + "move_366": "Mist Ball", + "move_367": "Brutal Swing", + "move_368": "Rollout", + "move_369": "Seed Flare", + "move_370": "Obstruct", + "move_371": "Shadow Force", + "move_372": "Meteor Beam", + "move_373": "Water Shuriken", + "move_374": "Fusion Bolt", + "move_375": "Fusion Flare", + "move_376": "Poltergeist", + "move_377": "High Horsepower", + "move_378": "Glaciate", + "move_379": "Breaking Swipe", + "move_380": "Boomburst", + "move_381": "Double Iron Bash", + "move_382": "Mystical Fire", + "move_383": "Liquidation", + "move_384": "Dragon Ascent", + "move_385": "Leafage", + "move_386": "Magma Storm", + "move_387": "Geomancy", + "move_388": "Spacial Rend", + "move_389": "Oblivion Wing", + "move_390": "Nature’s Madness", + "move_391": "Triple Axel", + "move_392": "Trailblaze", + "move_393": "Scorching Sands", + "move_394": "Roar of Time", + "move_395": "Bleakwind Storm", + "move_396": "Sandsear Storm", + "move_397": "Wildbolt Storm", + "move_398": "Spirit Shackle", + "move_399": "Volt Tackle", + "move_400": "Darkest Lariat", + "move_401": "Psywave", + "move_402": "Metal Sound", + "move_403": "Sand Attack", + "move_404": "Sunsteel Strike", + "move_405": "Moongeist Beam", + "move_406": "Aura Wheel", + "move_407": "Aura Wheel", + "move_408": "High Jump Kick", + "move_409": "Max Flare", + "move_410": "Max Flutterby", + "move_411": "Max Lightning", + "move_412": "Max Strike", + "move_413": "Max Knuckle", + "move_414": "Max Phantasm", + "move_415": "Max Hailstorm", + "move_416": "Max Ooze", + "move_417": "Max Geyser", + "move_418": "Max Airstream", + "move_419": "Max Starfall", + "move_420": "Max Wyrmwind", + "move_421": "Max Mindstorm", + "move_422": "Max Rockfall", + "move_423": "Max Quake", + "move_424": "Max Darkness", + "move_425": "Max Overgrowth", + "move_426": "Max Steelspike", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "Force Palm", + "move_463": "Sparkling Aria", + "poke_0": "Substitute", + "poke_1": "Bulbasaur", + "poke_2": "Ivysaur", + "poke_3": "Venusaur", + "poke_3_e1": "Mega Venusaur", + "poke_4": "Charmander", + "poke_5": "Charmeleon", + "poke_6": "Charizard", + "poke_6_e2": "Mega Charizard X", + "poke_6_e3": "Mega Charizard Y", + "poke_7": "Squirtle", + "poke_8": "Wartortle", + "poke_9": "Blastoise", + "poke_9_e1": "Mega Blastoise", + "poke_10": "Caterpie", + "poke_11": "Metapod", + "poke_12": "Butterfree", + "poke_13": "Weedle", + "poke_14": "Kakuna", + "poke_15": "Beedrill", + "poke_15_e1": "Mega Beedrill", + "poke_16": "Pidgey", + "poke_17": "Pidgeotto", + "poke_18": "Pidgeot", + "poke_18_e1": "Mega Pidgeot", + "poke_19": "Rattata", + "poke_20": "Raticate", + "poke_21": "Spearow", + "poke_22": "Fearow", + "poke_23": "Ekans", + "poke_24": "Arbok", + "poke_25": "Pikachu", + "poke_26": "Raichu", + "poke_27": "Sandshrew", + "poke_28": "Sandslash", + "poke_29": "Nidoran♀", + "poke_30": "Nidorina", + "poke_31": "Nidoqueen", + "poke_32": "Nidoran♂", + "poke_33": "Nidorino", + "poke_34": "Nidoking", + "poke_35": "Clefairy", + "poke_36": "Clefable", + "poke_37": "Vulpix", + "poke_38": "Ninetales", + "poke_39": "Jigglypuff", + "poke_40": "Wigglytuff", + "poke_41": "Zubat", + "poke_42": "Golbat", + "poke_43": "Oddish", + "poke_44": "Gloom", + "poke_45": "Vileplume", + "poke_46": "Paras", + "poke_47": "Parasect", + "poke_48": "Venonat", + "poke_49": "Venomoth", + "poke_50": "Diglett", + "poke_51": "Dugtrio", + "poke_52": "Meowth", + "poke_53": "Persian", + "poke_54": "Psyduck", + "poke_55": "Golduck", + "poke_56": "Mankey", + "poke_57": "Primeape", + "poke_58": "Growlithe", + "poke_59": "Arcanine", + "poke_60": "Poliwag", + "poke_61": "Poliwhirl", + "poke_62": "Poliwrath", + "poke_63": "Abra", + "poke_64": "Kadabra", + "poke_65": "Alakazam", + "poke_65_e1": "Mega Alakazam", + "poke_66": "Machop", + "poke_67": "Machoke", + "poke_68": "Machamp", + "poke_69": "Bellsprout", + "poke_70": "Weepinbell", + "poke_71": "Victreebel", + "poke_72": "Tentacool", + "poke_73": "Tentacruel", + "poke_74": "Geodude", + "poke_75": "Graveler", + "poke_76": "Golem", + "poke_77": "Ponyta", + "poke_78": "Rapidash", + "poke_79": "Slowpoke", + "poke_80": "Slowbro", + "poke_80_e1": "Mega Slowbro", + "poke_81": "Magnemite", + "poke_82": "Magneton", + "poke_83": "Farfetch'd", + "poke_84": "Doduo", + "poke_85": "Dodrio", + "poke_86": "Seel", + "poke_87": "Dewgong", + "poke_88": "Grimer", + "poke_89": "Muk", + "poke_90": "Shellder", + "poke_91": "Cloyster", + "poke_92": "Gastly", + "poke_93": "Haunter", + "poke_94": "Gengar", + "poke_94_e1": "Mega Gengar", + "poke_95": "Onix", + "poke_96": "Drowzee", + "poke_97": "Hypno", + "poke_98": "Krabby", + "poke_99": "Kingler", + "poke_100": "Voltorb", + "poke_101": "Electrode", + "poke_102": "Exeggcute", + "poke_103": "Exeggutor", + "poke_104": "Cubone", + "poke_105": "Marowak", + "poke_106": "Hitmonlee", + "poke_107": "Hitmonchan", + "poke_108": "Lickitung", + "poke_109": "Koffing", + "poke_110": "Weezing", + "poke_111": "Rhyhorn", + "poke_112": "Rhydon", + "poke_113": "Chansey", + "poke_114": "Tangela", + "poke_115": "Kangaskhan", + "poke_115_e1": "Mega Kangaskhan", + "poke_116": "Horsea", + "poke_117": "Seadra", + "poke_118": "Goldeen", + "poke_119": "Seaking", + "poke_120": "Staryu", + "poke_121": "Starmie", + "poke_122": "Mr. Mime", + "poke_123": "Scyther", + "poke_124": "Jynx", + "poke_125": "Electabuzz", + "poke_126": "Magmar", + "poke_127": "Pinsir", + "poke_127_e1": "Mega Pinsir", + "poke_128": "Tauros", + "poke_129": "Magikarp", + "poke_130": "Gyarados", + "poke_130_e1": "Mega Gyarados", + "poke_131": "Lapras", + "poke_132": "Ditto", + "poke_133": "Eevee", + "poke_134": "Vaporeon", + "poke_135": "Jolteon", + "poke_136": "Flareon", + "poke_137": "Porygon", + "poke_138": "Omanyte", + "poke_139": "Omastar", + "poke_140": "Kabuto", + "poke_141": "Kabutops", + "poke_142": "Aerodactyl", + "poke_142_e1": "Mega Aerodactyl", + "poke_143": "Snorlax", + "poke_144": "Articuno", + "poke_145": "Zapdos", + "poke_146": "Moltres", + "poke_147": "Dratini", + "poke_148": "Dragonair", + "poke_149": "Dragonite", + "poke_150": "Mewtwo", + "poke_150_e2": "Mega Mewtwo X", + "poke_150_e3": "Mega Mewtwo Y", + "poke_151": "Mew", + "poke_152": "Chikorita", + "poke_153": "Bayleef", + "poke_154": "Meganium", + "poke_155": "Cyndaquil", + "poke_156": "Quilava", + "poke_157": "Typhlosion", + "poke_158": "Totodile", + "poke_159": "Croconaw", + "poke_160": "Feraligatr", + "poke_161": "Sentret", + "poke_162": "Furret", + "poke_163": "Hoothoot", + "poke_164": "Noctowl", + "poke_165": "Ledyba", + "poke_166": "Ledian", + "poke_167": "Spinarak", + "poke_168": "Ariados", + "poke_169": "Crobat", + "poke_170": "Chinchou", + "poke_171": "Lanturn", + "poke_172": "Pichu", + "poke_173": "Cleffa", + "poke_174": "Igglybuff", + "poke_175": "Togepi", + "poke_176": "Togetic", + "poke_177": "Natu", + "poke_178": "Xatu", + "poke_179": "Mareep", + "poke_180": "Flaaffy", + "poke_181": "Ampharos", + "poke_181_e1": "Mega Ampharos", + "poke_182": "Bellossom", + "poke_183": "Marill", + "poke_184": "Azumarill", + "poke_185": "Sudowoodo", + "poke_186": "Politoed", + "poke_187": "Hoppip", + "poke_188": "Skiploom", + "poke_189": "Jumpluff", + "poke_190": "Aipom", + "poke_191": "Sunkern", + "poke_192": "Sunflora", + "poke_193": "Yanma", + "poke_194": "Wooper", + "poke_195": "Quagsire", + "poke_196": "Espeon", + "poke_197": "Umbreon", + "poke_198": "Murkrow", + "poke_199": "Slowking", + "poke_200": "Misdreavus", + "poke_201": "Unown", + "poke_202": "Wobbuffet", + "poke_203": "Girafarig", + "poke_204": "Pineco", + "poke_205": "Forretress", + "poke_206": "Dunsparce", + "poke_207": "Gligar", + "poke_208": "Steelix", + "poke_208_e1": "Mega Steelix", + "poke_209": "Snubbull", + "poke_210": "Granbull", + "poke_211": "Qwilfish", + "poke_212": "Scizor", + "poke_212_e1": "Mega Scizor", + "poke_213": "Shuckle", + "poke_214": "Heracross", + "poke_214_e1": "Mega Heracross", + "poke_215": "Sneasel", + "poke_216": "Teddiursa", + "poke_217": "Ursaring", + "poke_218": "Slugma", + "poke_219": "Magcargo", + "poke_220": "Swinub", + "poke_221": "Piloswine", + "poke_222": "Corsola", + "poke_223": "Remoraid", + "poke_224": "Octillery", + "poke_225": "Delibird", + "poke_226": "Mantine", + "poke_227": "Skarmory", + "poke_228": "Houndour", + "poke_229": "Houndoom", + "poke_229_e1": "Mega Houndoom", + "poke_230": "Kingdra", + "poke_231": "Phanpy", + "poke_232": "Donphan", + "poke_233": "Porygon2", + "poke_234": "Stantler", + "poke_235": "Smeargle", + "poke_236": "Tyrogue", + "poke_237": "Hitmontop", + "poke_238": "Smoochum", + "poke_239": "Elekid", + "poke_240": "Magby", + "poke_241": "Miltank", + "poke_242": "Blissey", + "poke_243": "Raikou", + "poke_244": "Entei", + "poke_245": "Suicune", + "poke_246": "Larvitar", + "poke_247": "Pupitar", + "poke_248": "Tyranitar", + "poke_248_e1": "Mega Tyranitar", + "poke_249": "Lugia", + "poke_250": "Ho-Oh", + "poke_251": "Celebi", + "poke_252": "Treecko", + "poke_253": "Grovyle", + "poke_254": "Sceptile", + "poke_254_e1": "Mega Sceptile", + "poke_255": "Torchic", + "poke_256": "Combusken", + "poke_257": "Blaziken", + "poke_257_e1": "Mega Blaziken", + "poke_258": "Mudkip", + "poke_259": "Marshtomp", + "poke_260": "Swampert", + "poke_260_e1": "Mega Swampert", + "poke_261": "Poochyena", + "poke_262": "Mightyena", + "poke_263": "Zigzagoon", + "poke_264": "Linoone", + "poke_265": "Wurmple", + "poke_266": "Silcoon", + "poke_267": "Beautifly", + "poke_268": "Cascoon", + "poke_269": "Dustox", + "poke_270": "Lotad", + "poke_271": "Lombre", + "poke_272": "Ludicolo", + "poke_273": "Seedot", + "poke_274": "Nuzleaf", + "poke_275": "Shiftry", + "poke_276": "Taillow", + "poke_277": "Swellow", + "poke_278": "Wingull", + "poke_279": "Pelipper", + "poke_280": "Ralts", + "poke_281": "Kirlia", + "poke_282": "Gardevoir", + "poke_282_e1": "Mega Gardevoir", + "poke_283": "Surskit", + "poke_284": "Masquerain", + "poke_285": "Shroomish", + "poke_286": "Breloom", + "poke_287": "Slakoth", + "poke_288": "Vigoroth", + "poke_289": "Slaking", + "poke_290": "Nincada", + "poke_291": "Ninjask", + "poke_292": "Shedinja", + "poke_293": "Whismur", + "poke_294": "Loudred", + "poke_295": "Exploud", + "poke_296": "Makuhita", + "poke_297": "Hariyama", + "poke_298": "Azurill", + "poke_299": "Nosepass", + "poke_300": "Skitty", + "poke_301": "Delcatty", + "poke_302": "Sableye", + "poke_302_e1": "Mega Sableye", + "poke_303": "Mawile", + "poke_303_e1": "Mega Mawile", + "poke_304": "Aron", + "poke_305": "Lairon", + "poke_306": "Aggron", + "poke_306_e1": "Mega Aggron", + "poke_307": "Meditite", + "poke_308": "Medicham", + "poke_308_e1": "Mega Medicham", + "poke_309": "Electrike", + "poke_310": "Manectric", + "poke_310_e1": "Mega Manectric", + "poke_311": "Plusle", + "poke_312": "Minun", + "poke_313": "Volbeat", + "poke_314": "Illumise", + "poke_315": "Roselia", + "poke_316": "Gulpin", + "poke_317": "Swalot", + "poke_318": "Carvanha", + "poke_319": "Sharpedo", + "poke_319_e1": "Mega Sharpedo", + "poke_320": "Wailmer", + "poke_321": "Wailord", + "poke_322": "Numel", + "poke_323": "Camerupt", + "poke_323_e1": "Mega Camerupt", + "poke_324": "Torkoal", + "poke_325": "Spoink", + "poke_326": "Grumpig", + "poke_327": "Spinda", + "poke_328": "Trapinch", + "poke_329": "Vibrava", + "poke_330": "Flygon", + "poke_331": "Cacnea", + "poke_332": "Cacturne", + "poke_333": "Swablu", + "poke_334": "Altaria", + "poke_334_e1": "Mega Altaria", + "poke_335": "Zangoose", + "poke_336": "Seviper", + "poke_337": "Lunatone", + "poke_338": "Solrock", + "poke_339": "Barboach", + "poke_340": "Whiscash", + "poke_341": "Corphish", + "poke_342": "Crawdaunt", + "poke_343": "Baltoy", + "poke_344": "Claydol", + "poke_345": "Lileep", + "poke_346": "Cradily", + "poke_347": "Anorith", + "poke_348": "Armaldo", + "poke_349": "Feebas", + "poke_350": "Milotic", + "poke_351": "Castform", + "poke_352": "Kecleon", + "poke_353": "Shuppet", + "poke_354": "Banette", + "poke_354_e1": "Mega Banette", + "poke_355": "Duskull", + "poke_356": "Dusclops", + "poke_357": "Tropius", + "poke_358": "Chimecho", + "poke_359": "Absol", + "poke_359_e1": "Mega Absol", + "poke_360": "Wynaut", + "poke_361": "Snorunt", + "poke_362": "Glalie", + "poke_362_e1": "Mega Glalie", + "poke_363": "Spheal", + "poke_364": "Sealeo", + "poke_365": "Walrein", + "poke_366": "Clamperl", + "poke_367": "Huntail", + "poke_368": "Gorebyss", + "poke_369": "Relicanth", + "poke_370": "Luvdisc", + "poke_371": "Bagon", + "poke_372": "Shelgon", + "poke_373": "Salamence", + "poke_373_e1": "Mega Salamence", + "poke_374": "Beldum", + "poke_375": "Metang", + "poke_376": "Metagross", + "poke_376_e1": "Mega Metagross", + "poke_377": "Regirock", + "poke_378": "Regice", + "poke_379": "Registeel", + "poke_380": "Latias", + "poke_380_e1": "Mega Latias", + "poke_381": "Latios", + "poke_381_e1": "Mega Latios", + "poke_382": "Kyogre", + "poke_383": "Groudon", + "poke_384": "Rayquaza", + "poke_384_e1": "Mega Rayquaza", + "poke_385": "Jirachi", + "poke_386": "Deoxys", + "poke_387": "Turtwig", + "poke_388": "Grotle", + "poke_389": "Torterra", + "poke_390": "Chimchar", + "poke_391": "Monferno", + "poke_392": "Infernape", + "poke_393": "Piplup", + "poke_394": "Prinplup", + "poke_395": "Empoleon", + "poke_396": "Starly", + "poke_397": "Staravia", + "poke_398": "Staraptor", + "poke_399": "Bidoof", + "poke_400": "Bibarel", + "poke_401": "Kricketot", + "poke_402": "Kricketune", + "poke_403": "Shinx", + "poke_404": "Luxio", + "poke_405": "Luxray", + "poke_406": "Budew", + "poke_407": "Roserade", + "poke_408": "Cranidos", + "poke_409": "Rampardos", + "poke_410": "Shieldon", + "poke_411": "Bastiodon", + "poke_412": "Burmy", + "poke_413": "Wormadam", + "poke_414": "Mothim", + "poke_415": "Combee", + "poke_416": "Vespiquen", + "poke_417": "Pachirisu", + "poke_418": "Buizel", + "poke_419": "Floatzel", + "poke_420": "Cherubi", + "poke_421": "Cherrim", + "poke_422": "Shellos", + "poke_423": "Gastrodon", + "poke_424": "Ambipom", + "poke_425": "Drifloon", + "poke_426": "Drifblim", + "poke_427": "Buneary", + "poke_428": "Lopunny", + "poke_428_e1": "Mega Lopunny", + "poke_429": "Mismagius", + "poke_430": "Honchkrow", + "poke_431": "Glameow", + "poke_432": "Purugly", + "poke_433": "Chingling", + "poke_434": "Stunky", + "poke_435": "Skuntank", + "poke_436": "Bronzor", + "poke_437": "Bronzong", + "poke_438": "Bonsly", + "poke_439": "Mime Jr.", + "poke_440": "Happiny", + "poke_441": "Chatot", + "poke_442": "Spiritomb", + "poke_443": "Gible", + "poke_444": "Gabite", + "poke_445": "Garchomp", + "poke_445_e1": "Mega Garchomp", + "poke_446": "Munchlax", + "poke_447": "Riolu", + "poke_448": "Lucario", + "poke_448_e1": "Mega Lucario", + "poke_449": "Hippopotas", + "poke_450": "Hippowdon", + "poke_451": "Skorupi", + "poke_452": "Drapion", + "poke_453": "Croagunk", + "poke_454": "Toxicroak", + "poke_455": "Carnivine", + "poke_456": "Finneon", + "poke_457": "Lumineon", + "poke_458": "Mantyke", + "poke_459": "Snover", + "poke_460": "Abomasnow", + "poke_460_e1": "Mega Abomasnow", + "poke_461": "Weavile", + "poke_462": "Magnezone", + "poke_463": "Lickilicky", + "poke_464": "Rhyperior", + "poke_465": "Tangrowth", + "poke_466": "Electivire", + "poke_467": "Magmortar", + "poke_468": "Togekiss", + "poke_469": "Yanmega", + "poke_470": "Leafeon", + "poke_471": "Glaceon", + "poke_472": "Gliscor", + "poke_473": "Mamoswine", + "poke_474": "Porygon-Z", + "poke_475": "Gallade", + "poke_475_e1": "Mega Gallade", + "poke_476": "Probopass", + "poke_477": "Dusknoir", + "poke_478": "Froslass", + "poke_479": "Rotom", + "poke_480": "Uxie", + "poke_481": "Mesprit", + "poke_482": "Azelf", + "poke_483": "Dialga", + "poke_484": "Palkia", + "poke_485": "Heatran", + "poke_486": "Regigigas", + "poke_487": "Giratina", + "poke_488": "Cresselia", + "poke_489": "Phione", + "poke_490": "Manaphy", + "poke_491": "Darkrai", + "poke_492": "Shaymin", + "poke_493": "Arceus", + "poke_494": "Victini", + "poke_495": "Snivy", + "poke_496": "Servine", + "poke_497": "Serperior", + "poke_498": "Tepig", + "poke_499": "Pignite", + "poke_500": "Emboar", + "poke_501": "Oshawott", + "poke_502": "Dewott", + "poke_503": "Samurott", + "poke_504": "Patrat", + "poke_505": "Watchog", + "poke_506": "Lillipup", + "poke_507": "Herdier", + "poke_508": "Stoutland", + "poke_509": "Purrloin", + "poke_510": "Liepard", + "poke_511": "Pansage", + "poke_512": "Simisage", + "poke_513": "Pansear", + "poke_514": "Simisear", + "poke_515": "Panpour", + "poke_516": "Simipour", + "poke_517": "Munna", + "poke_518": "Musharna", + "poke_519": "Pidove", + "poke_520": "Tranquill", + "poke_521": "Unfezant", + "poke_522": "Blitzle", + "poke_523": "Zebstrika", + "poke_524": "Roggenrola", + "poke_525": "Boldore", + "poke_526": "Gigalith", + "poke_527": "Woobat", + "poke_528": "Swoobat", + "poke_529": "Drilbur", + "poke_530": "Excadrill", + "poke_531": "Audino", + "poke_531_e1": "Mega Audino", + "poke_532": "Timburr", + "poke_533": "Gurdurr", + "poke_534": "Conkeldurr", + "poke_535": "Tympole", + "poke_536": "Palpitoad", + "poke_537": "Seismitoad", + "poke_538": "Throh", + "poke_539": "Sawk", + "poke_540": "Sewaddle", + "poke_541": "Swadloon", + "poke_542": "Leavanny", + "poke_543": "Venipede", + "poke_544": "Whirlipede", + "poke_545": "Scolipede", + "poke_546": "Cottonee", + "poke_547": "Whimsicott", + "poke_548": "Petilil", + "poke_549": "Lilligant", + "poke_550": "Basculin", + "poke_551": "Sandile", + "poke_552": "Krokorok", + "poke_553": "Krookodile", + "poke_554": "Darumaka", + "poke_555": "Darmanitan", + "poke_556": "Maractus", + "poke_557": "Dwebble", + "poke_558": "Crustle", + "poke_559": "Scraggy", + "poke_560": "Scrafty", + "poke_561": "Sigilyph", + "poke_562": "Yamask", + "poke_563": "Cofagrigus", + "poke_564": "Tirtouga", + "poke_565": "Carracosta", + "poke_566": "Archen", + "poke_567": "Archeops", + "poke_568": "Trubbish", + "poke_569": "Garbodor", + "poke_570": "Zorua", + "poke_571": "Zoroark", + "poke_572": "Minccino", + "poke_573": "Cinccino", + "poke_574": "Gothita", + "poke_575": "Gothorita", + "poke_576": "Gothitelle", + "poke_577": "Solosis", + "poke_578": "Duosion", + "poke_579": "Reuniclus", + "poke_580": "Ducklett", + "poke_581": "Swanna", + "poke_582": "Vanillite", + "poke_583": "Vanillish", + "poke_584": "Vanilluxe", + "poke_585": "Deerling", + "poke_586": "Sawsbuck", + "poke_587": "Emolga", + "poke_588": "Karrablast", + "poke_589": "Escavalier", + "poke_590": "Foongus", + "poke_591": "Amoonguss", + "poke_592": "Frillish", + "poke_593": "Jellicent", + "poke_594": "Alomomola", + "poke_595": "Joltik", + "poke_596": "Galvantula", + "poke_597": "Ferroseed", + "poke_598": "Ferrothorn", + "poke_599": "Klink", + "poke_600": "Klang", + "poke_601": "Klinklang", + "poke_602": "Tynamo", + "poke_603": "Eelektrik", + "poke_604": "Eelektross", + "poke_605": "Elgyem", + "poke_606": "Beheeyem", + "poke_607": "Litwick", + "poke_608": "Lampent", + "poke_609": "Chandelure", + "poke_610": "Axew", + "poke_611": "Fraxure", + "poke_612": "Haxorus", + "poke_613": "Cubchoo", + "poke_614": "Beartic", + "poke_615": "Cryogonal", + "poke_616": "Shelmet", + "poke_617": "Accelgor", + "poke_618": "Stunfisk", + "poke_619": "Mienfoo", + "poke_620": "Mienshao", + "poke_621": "Druddigon", + "poke_622": "Golett", + "poke_623": "Golurk", + "poke_624": "Pawniard", + "poke_625": "Bisharp", + "poke_626": "Bouffalant", + "poke_627": "Rufflet", + "poke_628": "Braviary", + "poke_629": "Vullaby", + "poke_630": "Mandibuzz", + "poke_631": "Heatmor", + "poke_632": "Durant", + "poke_633": "Deino", + "poke_634": "Zweilous", + "poke_635": "Hydreigon", + "poke_636": "Larvesta", + "poke_637": "Volcarona", + "poke_638": "Cobalion", + "poke_639": "Terrakion", + "poke_640": "Virizion", + "poke_641": "Tornadus", + "poke_642": "Thundurus", + "poke_643": "Reshiram", + "poke_644": "Zekrom", + "poke_645": "Landorus", + "poke_646": "Kyurem", + "poke_647": "Keldeo", + "poke_648": "Meloetta", + "poke_649": "Genesect", + "poke_650": "Chespin", + "poke_651": "Quilladin", + "poke_652": "Chesnaught", + "poke_653": "Fennekin", + "poke_654": "Braixen", + "poke_655": "Delphox", + "poke_656": "Froakie", + "poke_657": "Frogadier", + "poke_658": "Greninja", + "poke_659": "Bunnelby", + "poke_660": "Diggersby", + "poke_661": "Fletchling", + "poke_662": "Fletchinder", + "poke_663": "Talonflame", + "poke_664": "Scatterbug", + "poke_665": "Spewpa", + "poke_666": "Vivillon", + "poke_667": "Litleo", + "poke_668": "Pyroar", + "poke_669": "Flabébé", + "poke_670": "Floette", + "poke_671": "Florges", + "poke_672": "Skiddo", + "poke_673": "Gogoat", + "poke_674": "Pancham", + "poke_675": "Pangoro", + "poke_676": "Furfrou", + "poke_677": "Espurr", + "poke_678": "Meowstic", + "poke_679": "Honedge", + "poke_680": "Doublade", + "poke_681": "Aegislash", + "poke_682": "Spritzee", + "poke_683": "Aromatisse", + "poke_684": "Swirlix", + "poke_685": "Slurpuff", + "poke_686": "Inkay", + "poke_687": "Malamar", + "poke_688": "Binacle", + "poke_689": "Barbaracle", + "poke_690": "Skrelp", + "poke_691": "Dragalge", + "poke_692": "Clauncher", + "poke_693": "Clawitzer", + "poke_694": "Helioptile", + "poke_695": "Heliolisk", + "poke_696": "Tyrunt", + "poke_697": "Tyrantrum", + "poke_698": "Amaura", + "poke_699": "Aurorus", + "poke_700": "Sylveon", + "poke_701": "Hawlucha", + "poke_702": "Dedenne", + "poke_703": "Carbink", + "poke_704": "Goomy", + "poke_705": "Sliggoo", + "poke_706": "Goodra", + "poke_707": "Klefki", + "poke_708": "Phantump", + "poke_709": "Trevenant", + "poke_710": "Pumpkaboo", + "poke_711": "Gourgeist", + "poke_712": "Bergmite", + "poke_713": "Avalugg", + "poke_714": "Noibat", + "poke_715": "Noivern", + "poke_716": "Xerneas", + "poke_717": "Yveltal", + "poke_718": "Zygarde", + "poke_719": "Diancie", + "poke_719_e1": "Mega Diancie", + "poke_720": "Hoopa", + "poke_721": "Volcanion", + "poke_722": "Rowlet", + "poke_723": "Dartrix", + "poke_724": "Decidueye", + "poke_725": "Litten", + "poke_726": "Torracat", + "poke_727": "Incineroar", + "poke_728": "Popplio", + "poke_729": "Brionne", + "poke_730": "Primarina", + "poke_731": "Pikipek", + "poke_732": "Trumbeak", + "poke_733": "Toucannon", + "poke_734": "Yungoos", + "poke_735": "Gumshoos", + "poke_736": "Grubbin", + "poke_737": "Charjabug", + "poke_738": "Vikavolt", + "poke_739": "Crabrawler", + "poke_740": "Crabominable", + "poke_741": "Oricorio", + "poke_742": "Cutiefly", + "poke_743": "Ribombee", + "poke_744": "Rockruff", + "poke_745": "Lycanroc", + "poke_746": "Wishiwashi", + "poke_747": "Mareanie", + "poke_748": "Toxapex", + "poke_749": "Mudbray", + "poke_750": "Mudsdale", + "poke_751": "Dewpider", + "poke_752": "Araquanid", + "poke_753": "Fomantis", + "poke_754": "Lurantis", + "poke_755": "Morelull", + "poke_756": "Shiinotic", + "poke_757": "Salandit", + "poke_758": "Salazzle", + "poke_759": "Stufful", + "poke_760": "Bewear", + "poke_761": "Bounsweet", + "poke_762": "Steenee", + "poke_763": "Tsareena", + "poke_764": "Comfey", + "poke_765": "Oranguru", + "poke_766": "Passimian", + "poke_767": "Wimpod", + "poke_768": "Golisopod", + "poke_769": "Sandygast", + "poke_770": "Palossand", + "poke_771": "Pyukumuku", + "poke_772": "Type: Null", + "poke_773": "Silvally", + "poke_774": "Minior", + "poke_775": "Komala", + "poke_776": "Turtonator", + "poke_777": "Togedemaru", + "poke_778": "Mimikyu", + "poke_779": "Bruxish", + "poke_780": "Drampa", + "poke_781": "Dhelmise", + "poke_782": "Jangmo-o", + "poke_783": "Hakamo-o", + "poke_784": "Kommo-o", + "poke_785": "Tapu Koko", + "poke_786": "Tapu Lele", + "poke_787": "Tapu Bulu", + "poke_788": "Tapu Fini", + "poke_789": "Cosmog", + "poke_790": "Cosmoem", + "poke_791": "Solgaleo", + "poke_792": "Lunala", + "poke_793": "Nihilego", + "poke_794": "Buzzwole", + "poke_795": "Pheromosa", + "poke_796": "Xurkitree", + "poke_797": "Celesteela", + "poke_798": "Kartana", + "poke_799": "Guzzlord", + "poke_800": "Necrozma", + "poke_801": "Magearna", + "poke_802": "Marshadow", + "poke_803": "Poipole", + "poke_804": "Naganadel", + "poke_805": "Stakataka", + "poke_806": "Blacephalon", + "poke_807": "Zeraora", + "poke_808": "Meltan", + "poke_809": "Melmetal", + "poke_810": "Grookey", + "poke_811": "Thwackey", + "poke_812": "Rillaboom", + "poke_813": "Scorbunny", + "poke_814": "Raboot", + "poke_815": "Cinderace", + "poke_816": "Sobble", + "poke_817": "Drizzile", + "poke_818": "Inteleon", + "poke_819": "Skwovet", + "poke_820": "Greedent", + "poke_821": "Rookidee", + "poke_822": "Corvisquire", + "poke_823": "Corviknight", + "poke_824": "Blipbug", + "poke_825": "Dottler", + "poke_826": "Orbeetle", + "poke_827": "Nickit", + "poke_828": "Thievul", + "poke_829": "Gossifleur", + "poke_830": "Eldegoss", + "poke_831": "Wooloo", + "poke_832": "Dubwool", + "poke_833": "Chewtle", + "poke_834": "Drednaw", + "poke_835": "Yamper", + "poke_836": "Boltund", + "poke_837": "Rolycoly", + "poke_838": "Carkol", + "poke_839": "Coalossal", + "poke_840": "Applin", + "poke_841": "Flapple", + "poke_842": "Appletun", + "poke_843": "Silicobra", + "poke_844": "Sandaconda", + "poke_845": "Cramorant", + "poke_846": "Arrokuda", + "poke_847": "Barraskewda", + "poke_848": "Toxel", + "poke_849": "Toxtricity", + "poke_850": "Sizzlipede", + "poke_851": "Centiskorch", + "poke_852": "Clobbopus", + "poke_853": "Grapploct", + "poke_854": "Sinistea", + "poke_855": "Polteageist", + "poke_856": "Hatenna", + "poke_857": "Hattrem", + "poke_858": "Hatterene", + "poke_859": "Impidimp", + "poke_860": "Morgrem", + "poke_861": "Grimmsnarl", + "poke_862": "Obstagoon", + "poke_863": "Perrserker", + "poke_864": "Cursola", + "poke_865": "Sirfetch'd", + "poke_866": "Mr. Rime", + "poke_867": "Runerigus", + "poke_868": "Milcery", + "poke_869": "Alcremie", + "poke_870": "Falinks", + "poke_871": "Pincurchin", + "poke_872": "Snom", + "poke_873": "Frosmoth", + "poke_874": "Stonjourner", + "poke_875": "Eiscue", + "poke_876": "Indeedee", + "poke_877": "Morpeko", + "poke_878": "Cufant", + "poke_879": "Copperajah", + "poke_880": "Dracozolt", + "poke_881": "Arctozolt", + "poke_882": "Dracovish", + "poke_883": "Arctovish", + "poke_884": "Duraludon", + "poke_885": "Dreepy", + "poke_886": "Drakloak", + "poke_887": "Dragapult", + "poke_888": "Zacian", + "poke_889": "Zamazenta", + "poke_890": "Eternatus", + "poke_891": "Kubfu", + "poke_892": "Urshifu", + "poke_893": "Zarude", + "poke_894": "Regieleki", + "poke_895": "Regidrago", + "poke_896": "Glastrier", + "poke_897": "Spectrier", + "poke_898": "Calyrex", + "poke_899": "Wyrdeer", + "poke_900": "Kleavor", + "poke_901": "Ursaluna", + "poke_902": "Basculegion", + "poke_903": "Sneasler", + "poke_904": "Overqwil", + "poke_905": "Enamorus", + "poke_906": "Sprigatito", + "poke_907": "Floragato", + "poke_908": "Meowscarada", + "poke_909": "Fuecoco", + "poke_910": "Crocalor", + "poke_911": "Skeledirge", + "poke_912": "Quaxly", + "poke_913": "Quaxwell", + "poke_914": "Quaquaval", + "poke_915": "Lechonk", + "poke_916": "Oinkologne", + "poke_917": "Tarountula", + "poke_918": "Spidops", + "poke_919": "Nymble", + "poke_920": "Lokix", + "poke_921": "Pawmi", + "poke_922": "Pawmo", + "poke_923": "Pawmot", + "poke_924": "Tandemaus", + "poke_925": "Maushold", + "poke_926": "Fidough", + "poke_927": "Dachsbun", + "poke_928": "Smoliv", + "poke_929": "Dolliv", + "poke_930": "Arboliva", + "poke_931": "Squawkabilly", + "poke_932": "Nacli", + "poke_933": "Naclstack", + "poke_934": "Garganacl", + "poke_935": "Charcadet", + "poke_936": "Armarouge", + "poke_937": "Ceruledge", + "poke_938": "Tadbulb", + "poke_939": "Bellibolt", + "poke_940": "Wattrel", + "poke_941": "Kilowattrel", + "poke_942": "Maschiff", + "poke_943": "Mabosstiff", + "poke_944": "Shroodle", + "poke_945": "Grafaiai", + "poke_946": "Bramblin", + "poke_947": "Brambleghast", + "poke_948": "Toedscool", + "poke_949": "Toedscruel", + "poke_950": "Klawf", + "poke_951": "Capsakid", + "poke_952": "Scovillain", + "poke_953": "Rellor", + "poke_954": "Rabsca", + "poke_955": "Flittle", + "poke_956": "Espathra", + "poke_957": "Tinkatink", + "poke_958": "Tinkatuff", + "poke_959": "Tinkaton", + "poke_960": "Wiglett", + "poke_961": "Wugtrio", + "poke_962": "Bombirdier", + "poke_963": "Finizen", + "poke_964": "Palafin", + "poke_965": "Varoom", + "poke_966": "Revavroom", + "poke_967": "Cyclizar", + "poke_968": "Orthworm", + "poke_969": "Glimmet", + "poke_970": "Glimmora", + "poke_971": "Greavard", + "poke_972": "Houndstone", + "poke_973": "Flamigo", + "poke_974": "Cetoddle", + "poke_975": "Cetitan", + "poke_976": "Veluza", + "poke_977": "Dondozo", + "poke_978": "Tatsugiri", + "poke_979": "Annihilape", + "poke_980": "Clodsire", + "poke_981": "Farigiraf", + "poke_982": "Dudunsparce", + "poke_983": "Kingambit", + "poke_984": "Great Tusk", + "poke_985": "Scream Tail", + "poke_986": "Brute Bonnet", + "poke_987": "Flutter Mane", + "poke_988": "Slither Wing", + "poke_989": "Sandy Shocks", + "poke_990": "Iron Treads", + "poke_991": "Iron Bundle", + "poke_992": "Iron Hands", + "poke_993": "Iron Jugulis", + "poke_994": "Iron Moth", + "poke_995": "Iron Thorns", + "poke_996": "Frigibax", + "poke_997": "Arctibax", + "poke_998": "Baxcalibur", + "poke_999": "Gimmighoul", + "poke_1000": "Gholdengo", + "poke_1001": "Wo-Chien", + "poke_1002": "Chien-Pao", + "poke_1003": "Ting-Lu", + "poke_1004": "Chi-Yu", + "poke_1005": "Roaring Moon", + "poke_1006": "Iron Valiant", + "poke_1007": "Koraidon", + "poke_1008": "Miraidon", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "None", + "poke_type_1": "Normal", + "poke_type_2": "Fighting", + "poke_type_3": "Flying", + "poke_type_4": "Poison", + "poke_type_5": "Ground", + "poke_type_6": "Rock", + "poke_type_7": "Bug", + "poke_type_8": "Ghost", + "poke_type_9": "Steel", + "poke_type_10": "Fire", + "poke_type_11": "Water", + "poke_type_12": "Grass", + "poke_type_13": "Electric", + "poke_type_14": "Psychic", + "poke_type_15": "Ice", + "poke_type_16": "Dragon", + "poke_type_17": "Dark", + "poke_type_18": "Fairy", + "purified": "Purified", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "Walk {{amount}} km with your buddy", + "quest_catch_type_dark_plural": "Catch {{amount}} Dark-type Pokémon", + "quest_catch_type_dragon_plural": "Catch {{amount}} Dragon-type Pokémon", + "quest_catch_type_poison_plural": "Catch {{amount}} Poison-type Pokémon", + "quest_catch_type_psychic_plural": "Catch {{amount}} Psychic-type Pokémon", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "Defeat {{amount}} Ghost-type Pokémon", + "quest_fight_type_ghost_psychic_plural": "Defeat {{amount}} Psychic- or Ghost-type Pokémon", + "quest_fight_type_psychic_plural": "Defeat {{amount}} Psychic-type Pokémon", + "quest_incense_singular": "Use an Incense", + "quest_land_excellent_plural": "Make {{amount}} Excellent Throws", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "Battle a team leader {{amount_0}} times", + "quest_title_challenge_2019_battle_trainer": "Battle another Trainer", + "quest_title_challenge_2019_battle_trainer_plural": "Battle another Trainer {{amount_0}} times", + "quest_title_challenge_2019_battle_trainer_win": "Win against another Trainer {{amount_0}} times", + "quest_title_challenge_2019_snapshot_eevee": "Take {{amount_0}} snapshots of Eevee", + "quest_title_challenge_2019_snapshot_loudred": "Take a snapshot of Loudred", + "quest_title_challenge_2019_snapshot_pkmn": "Take {{amount_0}} snapshots of Jirachi", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "Take {{amount_0}} snapshots of Fairy-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_flying": "Take {{amount_0}} snapshots of Flying-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "Take {{amount_0}} snapshots of Ghost-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_grass": "Take {{amount_0}} snapshots of Grass-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_ground": "Take {{amount_0}} snapshots of Ground-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_ice": "Take {{amount_0}} snapshots of Ice-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_normal": "Take {{amount_0}} snapshots of Normal-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "Take {{amount_0}} snapshots of Psychic-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Take {{amount_0}} snapshots of Psychic- or Steel-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_steel": "Take {{amount_0}} snapshots of Steel-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_water": "Take {{amount_0}} snapshots of Water-type Pokémon", + "quest_title_challenge_2019_trade_distance": "Trade for 3 Pokémon from at least 100 km away", + "quest_title_challenge_available": "A new challenge is available!", + "quest_title_challenge_battle_gbl_win_all": "Win in the GO Battle League", + "quest_title_challenge_battle_trainer_great": "Battle another Trainer in the Great League", + "quest_title_challenge_buddy_affection_plural": "Earn {{amount_0}} hearts with your buddy", + "quest_title_challenge_buddy_affection_single": "Earn a heart with your buddy", + "quest_title_challenge_buddy_battle_plural": "Battle alongside your buddy {{amount_0}} times while it’s adventuring with you", + "quest_title_challenge_buddy_battle_single": "Battle alongside your buddy while it’s adventuring with you", + "quest_title_challenge_buddy_emotion_plural": "Get your buddy excited {{amount_0}} times", + "quest_title_challenge_buddy_emotion_single": "Get your buddy excited", + "quest_title_challenge_buddy_level_best_plural": "Reach Best Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_best_single": "Reach Best Buddy with a Pokémon", + "quest_title_challenge_buddy_level_good_plural": "Reach Good Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_good_single": "Reach Good Buddy with a Pokémon", + "quest_title_challenge_buddy_level_great_plural": "Reach Great Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_great_single": "Reach Great Buddy with a Pokémon", + "quest_title_challenge_buddy_level_plural": "Increase the Buddy Level of Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_single": "Increase the Buddy Level of a Pokémon", + "quest_title_challenge_buddy_level_ultra_plural": "Reach Ultra Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_ultra_single": "Reach Ultra Buddy with a Pokémon", + "quest_title_challenge_buddy_play_plural": "Play with your buddy {{amount_0}} times", + "quest_title_challenge_buddy_play_single": "Play with your buddy", + "quest_title_challenge_buddy_poi_plural": "Visit interesting locations pointed out by your buddy {{amount_0}} times", + "quest_title_challenge_buddy_poi_single": "Visit an interesting location pointed out by your buddy", + "quest_title_challenge_buddy_snapshot_plural": "Take {{amount_0}} snapshots of your buddy", + "quest_title_challenge_buddy_snapshot_single": "Take a snapshot of your buddy", + "quest_title_challenge_buddy_treat_plural": "Give your buddy {{amount_0}} treats", + "quest_title_challenge_buddy_treat_single": "Give your buddy a treat", + "quest_title_challenge_catch_legendary": "Catch a Legendary Pokémon from a Field Research Breakthrough or raid", + "quest_title_challenge_catch_unique_any": "Catch {{amount_0}} different species of Pokémon", + "quest_title_challenge_snapshot_bidoof": "Take a snapshot of Bidoof", + "quest_title_challenge_snapshot_dratini_singular": "Take a snapshot of Dratini", + "quest_title_challenge_snapshot_eevee": "Take a snapshot of Eevee", + "quest_title_challenge_snapshot_pkmn_bug": "Take {{amount_0}} snapshots of Bug-type Pokémon", + "quest_title_challenge_snapshot_pkmn_bug_single": "Take a snapshot of a Bug-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dark": "Take {{amount_0}} snapshots of Dark-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dark_single": "Take a snapshot of a Dark-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dragon": "Take {{amount_0}} snapshots of Dragon-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dragon_single": "Take a snapshot of a Dragon-type Pokémon", + "quest_title_challenge_snapshot_pkmn_electric": "Take {{amount_0}} snapshots of Electric-type Pokémon", + "quest_title_challenge_snapshot_pkmn_electric_single": "Take a snapshot of an Electric-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fairy_single": "Take a snapshot of a Fairy-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fighting": "Take {{amount_0}} snapshots of Fighting-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fighting_single": "Take a snapshot of a Fighting-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fire": "Take {{amount_0}} snapshots of Fire-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fire_single": "Take a snapshot of a Fire-type Pokémon", + "quest_title_challenge_snapshot_pkmn_flying_single": "Take a snapshot of a Flying-type Pokémon", + "quest_title_challenge_snapshot_pkmn_ghost_single": "Take a snapshot of a Ghost-type Pokémon", + "quest_title_challenge_snapshot_pkmn_grass_single": "Take a snapshot of a Grass-type Pokémon", + "quest_title_challenge_snapshot_pkmn_ground_single": "Take a snapshot of a Ground-type Pokémon", + "quest_title_challenge_snapshot_pkmn_ice_single": "Take a snapshot of an Ice-type Pokémon", + "quest_title_challenge_snapshot_pkmn_normal_single": "Take a snapshot of a Normal-type Pokémon", + "quest_title_challenge_snapshot_pkmn_poison": "Take {{amount_0}} snapshots of Poison-type Pokémon", + "quest_title_challenge_snapshot_pkmn_poison_single": "Take a snapshot of a Poison-type Pokémon", + "quest_title_challenge_snapshot_pkmn_psychic_single": "Take a snapshot of a Psychic-type Pokémon", + "quest_title_challenge_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", + "quest_title_challenge_snapshot_pkmn_rock_single": "Take a snapshot of a Rock-type Pokémon", + "quest_title_challenge_snapshot_pkmn_steel_single": "Take a snapshot of a Steel-type Pokémon", + "quest_title_challenge_snapshot_pkmn_water_single": "Take a snapshot of a Water-type Pokémon", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Take a snapshot of Blitzle in the wild", + "quest_title_challenge_snapshot_wild_glameow_singular": "Take a snapshot of Glameow in the wild", + "quest_title_geotarget_quest_description": "Scan {{amount_0}}", + "quest_title_quest_achieve_lvl_40": "Reach level 40", + "quest_title_quest_adventure_effect_activate_plural": "Activate an Adventure Effect {{amount_0}} times", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Activate Roar of Time’s Adventure Effect {{amount_0}} times", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Activate Roar of Time’s Adventure Effect", + "quest_title_quest_adventure_effect_activate_singular": "Activate an Adventure Effect", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Activate Spacial Rend’s Adventure Effect {{amount_0}} times", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Activate Spacial Rend’s Adventure Effect", + "quest_title_quest_adventure_evolve_singular": "Adventure Week: Evolve an Omanyte or Kabuto", + "quest_title_quest_adventure_hatch_egg_plural": "Adventure Week: Hatch {{amount_0}} Eggs", + "quest_title_quest_adventure_visit_pokestop_new_plural": "Adventure Week: Spin {{amount_0}} PokéStops you haven't visited before", + "quest_title_quest_adventure_walk_buddy_plural": "Adventure Week: Earn {{amount_0}} Candies walking with your buddy", + "quest_title_quest_adventure2019_catch_special33_plural": "Adventure Week 2019: Catch {{amount_0}} Aron", + "quest_title_quest_adventure2019_evolve_singular": "Adventure Week 2019: Evolve a Lileep or Anorith", + "quest_title_quest_adventure2019_hatch_egg_plural": "Adventure Week 2019: Hatch {{amount_0}} Eggs", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Adventure Week 2019: Spin {{amount_0}} PokéStops you haven’t visited before", + "quest_title_quest_adventure2019_visit_pokestop_plural": "Adventure Week 2019: Spin 25 PokéStops", + "quest_title_quest_adventure2019_walk_buddy_plural": "Adventure Week 2019: Earn {{amount_0}} Candies walking with your buddy", + "quest_title_quest_alodude_catch": "Catch {{amount_0}} Alolan Geodude", + "quest_title_quest_alodude_evolve_a": "Evolve {{amount_0}} Alolan Geodude", + "quest_title_quest_alodude_evolve_b": "Evolve {{amount_0}} Alolan Graveler", + "quest_title_quest_alodude_snap": "Take {{amount_0}} snapshots of Alolan Geodude", + "quest_title_quest_at_catch_a": "Catch {{amount_0}} Abra", + "quest_title_quest_at_evolve_a": "Evolve {{amount_0}} Abra", + "quest_title_quest_at_evolve_k": "Evolve {{amount_0}} Kadabra", + "quest_title_quest_axew_catch_b": "Catch {{amount_0}} Axew", + "quest_title_quest_axew_evolve_b": "Evolve {{amount_0}} Axew", + "quest_title_quest_axew_snapshot_b": "Take a snapshot of {{amount_0}} Axew", + "quest_title_quest_azelf_wild_snap": "Take a snapshot of Azelf in the wild", + "quest_title_quest_bagon_catch_b": "Catch {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_plural": "Evolve {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_singular": "Evolve a Bagon", + "quest_title_quest_bagon_snapshot_b": "Take a snapshot of {{amount_0}} Bagon", + "quest_title_quest_battle_buddy_adventure_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", + "quest_title_quest_battle_buddy_adventure_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", + "quest_title_quest_battle_dangling_reward_toast": "You must complete your current battle before beginning a new battle!", + "quest_title_quest_battle_error_toast": "An error occurred when starting the battle", + "quest_title_quest_battle_gbl_halloween_plural": "Battle in the Halloween Cup {{amount_0}} times", + "quest_title_quest_battle_gbl_halloween_win_plural": "Win {{amount_0}} Trainer Battles in the Halloween Cup", + "quest_title_quest_battle_gbl_plural": "Battle in the GO Battle League {{amount_0}} times", + "quest_title_quest_battle_gbl_singular": "Battle in the GO Battle League", + "quest_title_quest_battle_gbl_win_plural": "Win {{amount_0}} Trainer Battles in the GO Battle League", + "quest_title_quest_battle_gbl_win_singular": "Win a Trainer Battle in the GO Battle League", + "quest_title_quest_battle_great_plural": "Battle another Trainer in the Great League {{amount_0}} times", + "quest_title_quest_battle_great_win_plural": "Win {{amount_0}} Trainer Battles in the Great League", + "quest_title_quest_battle_great_win_singular": "Win a Trainer Battle in the Great League", + "quest_title_quest_battle_gym_plural": "Battle in a Gym {{amount_0}} times", + "quest_title_quest_battle_gym_singular": "Battle in a Gym", + "quest_title_quest_battle_master_win_plural": "Win {{amount_0}} Trainer Battles in the Master League", + "quest_title_quest_battle_master_win_singular": "Win a Trainer Battle in the Master League", + "quest_title_quest_battle_raid_plural": "Battle in {{amount_0}} raids", + "quest_title_quest_battle_raid_singular": "Battle in a raid", + "quest_title_quest_battle_raid_with_friend_plural": "Battle in {{amount_0}} raids with a friend", + "quest_title_quest_battle_raid_with_friend_singular": "Battle in a raid with a friend", + "quest_title_quest_battle_supereffective_charge_plural": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", + "quest_title_quest_battle_supereffective_charge_singular": "Use a supereffective Charged Attack in a Gym battle", + "quest_title_quest_battle_team_rocket_plural": "Battle {{amount_0}} Team GO Rocket members", + "quest_title_quest_battle_team_rocket_singular": "Battle a Team GO Rocket member", + "quest_title_quest_battle_ultra_win_plural": "Win {{amount_0}} Trainer Battles in the Ultra League", + "quest_title_quest_battle_ultra_win_singular": "Win a Trainer Battle in the Ultra League", + "quest_title_quest_battle19_catch_fighting_easy": "Catch {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_battle19_catch_medium_pkmn": "Catch {{amount_0}} Makuhita or Meditite", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Make {{amount_0}} Excellent Throws in a row", + "quest_title_quest_battle19_raid_win_veryhard": "Win {{amount_0}} raids", + "quest_title_quest_battle19_supereffective_charge_hard": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", + "quest_title_quest_battler_appears": "AN OPPONENT APPEARS!", + "quest_title_quest_beat_raid_10_minutes": "Win a raid in under 10 minutes", + "quest_title_quest_beat_raid_60_seconds": "Win a raid in under 60 seconds", + "quest_title_quest_beat_raid_singular_minutes": "Win a raid in under {{amount_0}} minutes", + "quest_title_quest_beat_raid_singular_seconds": "Win a raid in under {{amount_0}} seconds", + "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: Catch {{amount_0}} Pidgey or Rattata", + "quest_title_quest_begins19_evolve_plural": "Pokémon Day: Evolve 1 Meowth", + "quest_title_quest_beldum_catch_b": "Catch {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_plural": "Evolve {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_singular": "Evolve a Beldum", + "quest_title_quest_bellsprout_catch_b": "Catch {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_plural": "Evolve {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_singular": "Evolve a Bellsprout", + "quest_title_quest_bellsprout_snapshot_b": "Take a snapshot of {{amount_0}} Bellsprout", + "quest_title_quest_beluga_evolve_pkmn": "Let’s Go: Evolve {{amount_0}} Anorith", + "quest_title_quest_beluga_excellent_singular": "Let's Go: Make {{amount_0}} Excellent Throw", + "quest_title_quest_beluga_hatch_plural": "Let’s Go: Hatch {{amount_0}} Eggs", + "quest_title_quest_best_buddy_bronze": "Have 1 Best Buddy", + "quest_title_quest_best_buddy_silver": "Have 10 Best Buddies", + "quest_title_quest_bounsweet_catch_b": "Catch {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_plural": "Evolve {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_singular": "Evolve a Bounsweet", + "quest_title_quest_braixen_evolve_b": "Evolve {{amount_0}} Braixen", + "quest_title_quest_breakthrough_completed": "Field Research completed!", + "quest_title_quest_breakthrough_reward_mystery": "Mystery items", + "quest_title_quest_breakthrough_reward_stardust": "Stardust", + "quest_title_quest_brionne_evolve_b_plural": "Evolve {{amount_0}} Brionne", + "quest_title_quest_brionne_evolve_b_singular": "Evolve a Brionne", + "quest_title_quest_buddy_affection_days": "Earn a heart with your buddy on {{amount_0}} different days", + "quest_title_quest_buddy_affection_days_in_a_row": "Earn a heart with your buddy {{amount_0}} days in a row", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", + "quest_title_quest_buddy_souvenir_plural": "Receive {{amount_0}} Souvenirs from your buddy", + "quest_title_quest_buddy_souvenir_singular": "Receive a Souvenir from your buddy", + "quest_title_quest_buddy_walk_km_plural": "Walk {{amount_0}} km with your buddy", + "quest_title_quest_bulbt_catch_b": "Catch {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_b": "Evolve {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_s1": "Evolve {{amount_0}} Ivysaur", + "quest_title_quest_cacnea_catch": "Catch {{amount_0}} Cacnea", + "quest_title_quest_catch_151": "Catch 151 Pokémon", + "quest_title_quest_catch_b_types_plural": "Catch {{amount_0}} Electric-, Normal-, or Poison-type Pokémon", + "quest_title_quest_catch_basic_types_plural": "Catch {{amount_0}} Grass-, Water-, or Fire-type Pokémon", + "quest_title_quest_catch_berry_any_drifloon": "Use {{amount_0}} Berries to help catch Drifloon", + "quest_title_quest_catch_berry_nanab_drifloon": "Use {{amount_0}} Nanab Berries to help catch Drifloon", + "quest_title_quest_catch_berry_pinap": "Use {{amount_0}} Pinap Berries to help catch Pokémon", + "quest_title_quest_catch_berry_razz": "Use {{amount_0}} Razz Berries to help catch Pokémon", + "quest_title_quest_catch_berry_razz_drifloon": "Use {{amount_0}} Razz Berries to help catch Drifloon", + "quest_title_quest_catch_bronzor_plural": "Catch {{amount_0}} Bronzor", + "quest_title_quest_catch_c_types_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dark-type Pokémon", + "quest_title_quest_catch_carbink_singular": "Catch a Carbink", + "quest_title_quest_catch_celebi_types_plural": "Catch {{amount_0}} Grass- or Psychic-type Pokémon", + "quest_title_quest_catch_costumed_plural": "Catch {{amount_0}} Eevee wearing a sun crown or moon crown", + "quest_title_quest_catch_crabrawler_plural": "Catch {{amount_0}} Crabrawler", + "quest_title_quest_catch_dark_type_plural": "Catch {{amount_0}} Dark-type Pokémon", + "quest_title_quest_catch_darumaka_plural": "Catch {{amount_0}} Darumaka", + "quest_title_quest_catch_daysinarow": "Catch a Pokémon {{amount_0}} days in a row", + "quest_title_quest_catch_dialga": "Catch Dialga", + "quest_title_quest_catch_drifloon": "Catch {{amount_0}} Drifloon", + "quest_title_quest_catch_ducklett_plural": "Catch {{amount_0}} Ducklett", + "quest_title_quest_catch_ducklett_singular": "Catch a Ducklett", + "quest_title_quest_catch_emolga_plural": "Catch {{amount_0}} Emolga", + "quest_title_quest_catch_excellent_curve_drifloon": "Catch {{amount_0}} Drifloon with Excellent Curveball Throws", + "quest_title_quest_catch_excellent_with_berry_drifloon": "Catch {{amount_0}} Drifloon with Excellent Throws after giving them Berries", + "quest_title_quest_catch_feed_plural": "Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_catch_feed_singular": "Use a Berry to help catch a Pokémon", + "quest_title_quest_catch_furfou_singular": "Catch a Furfrou", + "quest_title_quest_catch_groudon_primal_boosted_types": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", + "quest_title_quest_catch_groudon_type": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", + "quest_title_quest_catch_hoenn_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Hoenn region", + "quest_title_quest_catch_in_day_plural": "Catch {{amount_0}} Pokémon in a single day", + "quest_title_quest_catch_jan21_hoenn1_plural": "Catch {{amount_0}} Groudon", + "quest_title_quest_catch_jan21_hoenn2_plural": "Catch {{amount_0}} Kyogre", + "quest_title_quest_catch_johto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Johto region", + "quest_title_quest_catch_kanto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Kanto region", + "quest_title_quest_catch_kyogre_primal_boosted_types": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_kyogre_type": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_legendary_inarow_plural": "Successfully catch the next {{amount_0}} Legendary or Mythical Pokémon you encounter", + "quest_title_quest_catch_legendary_plural": "Catch {{amount_0}} Legendary or Mythical Pokémon", + "quest_title_quest_catch_legendary_singular": "Catch a Legendary or Mythical Pokémon", + "quest_title_quest_catch_lunatone_plural": "Catch {{amount_0}} Lunatone", + "quest_title_quest_catch_luvdisc": "Catch {{amount_0}} Luvdisc", + "quest_title_quest_catch_misc_01_types_plural": "Catch {{amount_0}} Normal-, Water-, or Ice-type Pokémon", + "quest_title_quest_catch_nymble_plural": "Catch {{amount_0}} Nymble", + "quest_title_quest_catch_palkia": "Catch Palkia", + "quest_title_quest_catch_pikachu_plural": "Catch {{amount_0}} Pikachu", + "quest_title_quest_catch_plural_unique": "Catch {{amount_0}} different species of Pokémon", + "quest_title_quest_catch_pokemon_dai_plural": "Use Daily Adventure Incense to help catch {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_days": "Catch a Pokémon on {{amount_0}} different days", + "quest_title_quest_catch_pokemon_great_ball_plural": "Catch {{amount_0}} Pokémon in Great Balls", + "quest_title_quest_catch_pokemon_great_ball_singular": "Catch a Pokémon in a Great Ball", + "quest_title_quest_catch_pokemon_legendary_plural": "Catch {{amount_0}} Legendary Pokémon", + "quest_title_quest_catch_pokemon_legendary_singular": "Catch a Legendary Pokémon", + "quest_title_quest_catch_pokemon_party_plural": "Catch {{amount_0}} Pokémon while in a party", + "quest_title_quest_catch_pokemon_plural": "Catch {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_poke_ball_plural": "Catch {{amount_0}} Pokémon in Poké Balls", + "quest_title_quest_catch_pokemon_poke_ball_singular": "Catch a Pokémon in a Poké Ball", + "quest_title_quest_catch_pokemon_routes_plural": "Catch {{amount_0}} Pokémon while following Routes", + "quest_title_quest_catch_pokemon_routes_singular": "Catch a Pokémon while following a Route", + "quest_title_quest_catch_pokemon_singular": "Catch a Pokémon", + "quest_title_quest_catch_pokemon_task": "Catch Pokémon", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "Catch {{amount_0}} Pokémon in Ultra Balls", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "Catch a Pokémon in an Ultra Ball", + "quest_title_quest_catch_psychic_steel": "Catch {{amount_0}} Psychic- or Steel-type Pokémon", + "quest_title_quest_catch_raid_regi_any": "Catch a Regirock, Regice, or Registeel from a raid", + "quest_title_quest_catch_raid_regi_ice": "Catch a Regice from a raid", + "quest_title_quest_catch_raid_regi_rock": "Catch a Regirock from a raid", + "quest_title_quest_catch_raid_regi_steel": "Catch a Registeel from a raid", + "quest_title_quest_catch_rayquaza_type": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", + "quest_title_quest_catch_sinnoh_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Sinnoh region", + "quest_title_quest_catch_sinnoh_pokemon_singular": "Catch a Pokémon originally discovered in the Sinnoh region", + "quest_title_quest_catch_solrock_plural": "Catch {{amount_0}} Solrock", + "quest_title_quest_catch_special_aerodactyl": "Catch an Aerodactyl", + "quest_title_quest_catch_special_bidoof": "Catch {{amount_0}} Bidoof", + "quest_title_quest_catch_special_chespin": "Catch a Chespin", + "quest_title_quest_catch_special_cottonee": "Catch {{amount_0}} Cottonee", + "quest_title_quest_catch_special_cubone": "Catch a Cubone", + "quest_title_quest_catch_special_exeggcute": "Catch {{amount_0}} Exeggcute", + "quest_title_quest_catch_special_fennekin": "Catch a Fennekin", + "quest_title_quest_catch_special_fletchling": "Catch a Fletchling", + "quest_title_quest_catch_special_froakie": "Catch a Froakie", + "quest_title_quest_catch_special_furfrou": "Catch a Furfrou", + "quest_title_quest_catch_special_jirachi": "Catch Jirachi!", + "quest_title_quest_catch_special_lieep_anorithl": "Catch {{amount_0}} Lileep or Anorith", + "quest_title_quest_catch_special_litleo": "Catch a Litleo", + "quest_title_quest_catch_special_mew": "Catch Mew!", + "quest_title_quest_catch_special_natu": "Catch {{amount_0}} Natu", + "quest_title_quest_catch_special_omanyte_kabuto": "Catch {{amount_0}} Omanyte or Kabuto", + "quest_title_quest_catch_special_pumpkaboo": "Catch {{amount_0}} Pumpkaboo", + "quest_title_quest_catch_special_slugma_gulpin": "Catch {{amount_0}} Slugma or Gulpin", + "quest_title_quest_catch_special_voltorb": "Catch {{amount_0}} Voltorb", + "quest_title_quest_catch_special0_plural": "Catch {{amount_0}} Ditto", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Catch the {{amount_0}} Pokémon on the event list", + "quest_title_quest_catch_special0_singular": "Catch a Ditto", + "quest_title_quest_catch_special1_plural": "Catch {{amount_0}} Oddish or Bellsprout", + "quest_title_quest_catch_special1_singular": "Catch an Oddish or Bellsprout", + "quest_title_quest_catch_special2_plural": "Catch {{amount_0}} Swablu", + "quest_title_quest_catch_special2_singular": "Catch a Swablu", + "quest_title_quest_catch_special3_plural": "Catch {{amount_0}} Pidgey or Murkrow", + "quest_title_quest_catch_special3_singular": "Catch a Pidgey or Murkrow", + "quest_title_quest_catch_special4_plural": "Catch {{amount_0}} Treecko or Mudkip", + "quest_title_quest_catch_special4_singular": "Catch a Treecko or Mudkip", + "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", + "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", + "quest_title_quest_catch_special6_plural": "Catch {{amount_0}} Mareep", + "quest_title_quest_catch_special7_plural": "Catch {{amount_0}} Charmander", + "quest_title_quest_catch_special8_plural": "Catch {{amount_0}} Larvitar", + "quest_title_quest_catch_special9_plural": "Catch {{amount_0}} Unown", + "quest_title_quest_catch_special10_plural": "Catch {{amount_0}} Plusle", + "quest_title_quest_catch_special11_plural": "Catch {{amount_0}} Minun", + "quest_title_quest_catch_special12_plural": "Catch {{amount_0}} Squirtle", + "quest_title_quest_catch_special13_plural": "Catch {{amount_0}} Roselia", + "quest_title_quest_catch_special14_singular": "Catch a Meowth or Growlithe", + "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", + "quest_title_quest_catch_special16_singular": "Catch a Skitty or Poochyena", + "quest_title_quest_catch_special17_plural": "Catch {{amount_0}} Eevee", + "quest_title_quest_catch_special18_plural": "Catch {{amount_0}} Beldum", + "quest_title_quest_catch_special19_plural": "Catch {{amount_0}} Slakoth", + "quest_title_quest_catch_special20_plural": "Catch {{amount_0}} Ralts", + "quest_title_quest_catch_special21_singular": "Catch a Rattata or Pikachu", + "quest_title_quest_catch_special22_plural": "Catch {{amount_0}} Chikorita", + "quest_title_quest_catch_special23_plural": "Catch {{amount_0}} Cyndaquil", + "quest_title_quest_catch_special24_plural": "Catch {{amount_0}} Totodile", + "quest_title_quest_catch_special25_plural": "Catch {{amount_0}} Swinub", + "quest_title_quest_catch_special26_plural": "Catch {{amount_0}} Treecko", + "quest_title_quest_catch_special27_plural": "Catch {{amount_0}} Bagon", + "quest_title_quest_catch_special28_plural": "Catch {{amount_0}} Torchic", + "quest_title_quest_catch_special29_plural": "Catch {{amount_0}} Mudkip", + "quest_title_quest_catch_special31_plural": "Catch {{amount_0}} Turtwig", + "quest_title_quest_catch_special33_plural": "Catch {{amount_0}} Trapinch", + "quest_title_quest_catch_special34_plural": "Catch {{amount_0}} Chimchar", + "quest_title_quest_catch_special35_plural": "Catch {{amount_0}} Piplup", + "quest_title_quest_catch_special36_plural": "Catch {{amount_0}} Rhyhorn", + "quest_title_quest_catch_special37_plural": "Catch {{amount_0}} Machop", + "quest_title_quest_catch_special38_plural": "Catch {{amount_0}} Vulpix", + "quest_title_quest_catch_special39_plural": "Catch {{amount_0}} Dratini", + "quest_title_quest_catch_special40_plural": "Catch {{amount_0}} Abra", + "quest_title_quest_catch_special41_plural": "Catch {{amount_0}} Spheal", + "quest_title_quest_catch_special42_plural": "Catch {{amount_0}} Weedle", + "quest_title_quest_catch_special43_plural": "Catch {{amount_0}} Starly", + "quest_title_quest_catch_special44_plural": "Catch {{amount_0}} Seedot", + "quest_title_quest_catch_special45_plural": "Catch {{amount_0}} Grimer", + "quest_title_quest_catch_special46_plural": "Catch {{amount_0}} Porygon", + "quest_title_quest_catch_staryu_plural": "Catch {{amount_0}} Staryu", + "quest_title_quest_catch_stufful_pinap_plural": "Use {{amount_0}} Pinap Berries to help catch Pokémon", + "quest_title_quest_catch_stufful_pinap_singular": "Use a Pinap Berry to help catch a Pokémon", + "quest_title_quest_catch_stufful_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", + "quest_title_quest_catch_stufful_razz_singular": "Use a Razz Berry to help catch a Pokémon", + "quest_title_quest_catch_transform_pokemon_plural": "Catch {{amount_0}} of the Transform Pokémon", + "quest_title_quest_catch_trubbish_plural": "Catch {{amount_0}} Trubbish", + "quest_title_quest_catch_type_bug_plural": "Catch {{amount_0}} Bug-type Pokémon", + "quest_title_quest_catch_type_bug_plural_unique": "Catch {{amount_0}} different species of Bug-type Pokémon", + "quest_title_quest_catch_type_bug_singular": "Catch a Bug-type Pokémon", + "quest_title_quest_catch_type_buzzwole": "Catch a Pokémon that shares a type with Buzzwole", + "quest_title_quest_catch_type_buzzwole_effective": "Catch a Pokémon of a type that Buzzwole is weak to", + "quest_title_quest_catch_type_buzzwole_plural": "Catch {{amount_0}} Pokémon that share a type with Buzzwole", + "quest_title_quest_catch_type_celesteela_effective": "Catch a Pokémon of a type that Celesteela is weak to", + "quest_title_quest_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", + "quest_title_quest_catch_type_dark_plural_unique": "Catch {{amount_0}} different species of Dark-type Pokémon", + "quest_title_quest_catch_type_dark_singular": "Catch a Dark-type Pokémon", + "quest_title_quest_catch_type_dragon_normal_plural": "Catch {{amount_0}} Normal- or Dragon-type Pokémon", + "quest_title_quest_catch_type_dragon_plural": "Catch {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_catch_type_dragon_plural_unique": "Catch {{amount_0}} different species of Dragon-type Pokémon", + "quest_title_quest_catch_type_dragon_singular": "Catch a Dragon-type Pokémon", + "quest_title_quest_catch_type_electric_flying_plural": "Catch {{amount_0}} Electric- or Flying-type Pokémon", + "quest_title_quest_catch_type_electric_plural": "Catch {{amount_0}} Electric-type Pokémon", + "quest_title_quest_catch_type_electric_plural_unique": "Catch {{amount_0}} different species of Electric-type Pokémon", + "quest_title_quest_catch_type_electric_singular": "Catch an Electric-type Pokémon", + "quest_title_quest_catch_type_fairy_plural": "Catch {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_catch_type_fairy_plural_unique": "Catch {{amount_0}} different species of Fairy-type Pokémon", + "quest_title_quest_catch_type_fairy_singular": "Catch a Fairy-type Pokémon", + "quest_title_quest_catch_type_fighting_plural": "Catch {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_catch_type_fighting_plural_unique": "Catch {{amount_0}} different species of Fighting-type Pokémon", + "quest_title_quest_catch_type_fighting_singular": "Catch a Fighting-type Pokémon", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Catch {{amount_0}} Fire- or Dark-type Pokémon", + "quest_title_quest_catch_type_fire_plural": "Catch {{amount_0}} Fire-type Pokémon", + "quest_title_quest_catch_type_fire_singular": "Catch a Fire-type Pokémon", + "quest_title_quest_catch_type_flying_plural": "Catch {{amount_0}} Flying-type Pokémon", + "quest_title_quest_catch_type_flying_plural_unique": "Catch {{amount_0}} different species of Flying-type Pokémon", + "quest_title_quest_catch_type_flying_singular": "Catch a Flying-type Pokémon", + "quest_title_quest_catch_type_ghost_dark_plural": "Catch {{amount_0}} Ghost- or Dark-type Pokémon", + "quest_title_quest_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_catch_type_ghost_plural_unique": "Catch {{amount_0}} different species of Ghost-type Pokémon", + "quest_title_quest_catch_type_ghost_singular": "Catch a Ghost-type Pokémon", + "quest_title_quest_catch_type_grass_bug_plural": "Catch {{amount_0}} Grass- or Bug-type Pokémon", + "quest_title_quest_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", + "quest_title_quest_catch_type_grass_plural_unique": "Catch {{amount_0}} different species of Grass-type Pokémon", + "quest_title_quest_catch_type_grass_poison_plural": "Catch {{amount_0}} Grass- or Poison-type Pokémon", + "quest_title_quest_catch_type_grass_singular": "Catch a Grass-type Pokémon", + "quest_title_quest_catch_type_ground_plural": "Catch {{amount_0}} Ground-type Pokémon", + "quest_title_quest_catch_type_ground_plural_unique": "Catch {{amount_0}} different species of Ground-type Pokémon", + "quest_title_quest_catch_type_ground_singular": "Catch a Ground-type Pokémon", + "quest_title_quest_catch_type_guzzlord_effective": "Catch a Pokémon of a type that Guzzlord is weak to", + "quest_title_quest_catch_type_ice_grass_plural_unique": "Catch {{amount_0}} Grass- or Ice-type Pokémon", + "quest_title_quest_catch_type_ice_plural": "Catch {{amount_0}} Ice-type Pokémon", + "quest_title_quest_catch_type_ice_plural_unique": "Catch {{amount_0}} different species of Ice-type Pokémon", + "quest_title_quest_catch_type_ice_singular": "Catch an Ice-type Pokémon", + "quest_title_quest_catch_type_kartana_effective": "Catch a Pokémon of a type that Kartana is weak to", + "quest_title_quest_catch_type_nihilego": "Catch a Pokémon that shares a type with Nihilego", + "quest_title_quest_catch_type_nihilego_effective": "Catch a Pokémon of a type that Nihilego is weak to", + "quest_title_quest_catch_type_nihilego_plural": "Catch {{amount_0}} Pokémon that share a type with Nihilego", + "quest_title_quest_catch_type_normal_plural": "Catch {{amount_0}} Normal-type Pokémon", + "quest_title_quest_catch_type_normal_plural_unique": "Catch {{amount_0}} different species of Normal-type Pokémon", + "quest_title_quest_catch_type_normal_singular": "Catch a Normal-type Pokémon", + "quest_title_quest_catch_type_pheremosa_effective": "Catch a Pokémon of a type that Pheromosa is weak to", + "quest_title_quest_catch_type_pheromosa": "Catch a Pokémon that shares a type with Pheromosa", + "quest_title_quest_catch_type_pheromosa_plural": "Catch {{amount_0}} Pokémon that share a type with Pheromosa", + "quest_title_quest_catch_type_poison_plural": "Catch {{amount_0}} Poison-type Pokémon", + "quest_title_quest_catch_type_poison_plural_unique": "Catch {{amount_0}} different species of Poison-type Pokémon", + "quest_title_quest_catch_type_poison_singular": "Catch a Poison-type Pokémon", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "Catch {{amount_0}} Psychic- or Fighting-type Pokémon", + "quest_title_quest_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_catch_type_psychic_plural_unique": "Catch {{amount_0}} different species of Psychic-type Pokémon", + "quest_title_quest_catch_type_psychic_singular": "Catch a Psychic-type Pokémon", + "quest_title_quest_catch_type_rock_plural": "Catch {{amount_0}} Rock-type Pokémon", + "quest_title_quest_catch_type_rock_plural_unique": "Catch {{amount_0}} different species of Rock-type Pokémon", + "quest_title_quest_catch_type_rock_singular": "Catch a Rock-type Pokémon", + "quest_title_quest_catch_type_shaymin": "Catch a Pokémon that shares a type with Shaymin", + "quest_title_quest_catch_type_shaymin_plural": "Catch {{amount_0}} Pokémon that share a type with Shaymin", + "quest_title_quest_catch_type_steel_plural": "Catch {{amount_0}} Steel-type Pokémon", + "quest_title_quest_catch_type_steel_plural_unique": "Catch {{amount_0}} different species of Steel-type Pokémon", + "quest_title_quest_catch_type_steel_singular": "Catch a Steel-type Pokémon", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Catch {{amount_0}} Fire-, Water-, or Electric-type Pokémon", + "quest_title_quest_catch_type_water_flying_plural": "Catch {{amount_0}} Water- or Flying-type Pokémon", + "quest_title_quest_catch_type_water_ground_plural": "Catch {{amount_0}} Water- or Ground-type Pokémon", + "quest_title_quest_catch_type_water_plural": "Catch {{amount_0}} Water-type Pokémon", + "quest_title_quest_catch_type_water_plural_unique": "Catch {{amount_0}} different species of Water-type Pokémon", + "quest_title_quest_catch_type_water_singular": "Catch a Water-type Pokémon", + "quest_title_quest_catch_type_xurkitree": "Catch a Pokémon that shares a type with Xurkitree", + "quest_title_quest_catch_type_xurkitree_effective": "Catch a Pokémon of a type that Xurkitree is weak to", + "quest_title_quest_catch_type_xurkitree_plural": "Catch {{amount_0}} Pokémon that share a type with Xurkitree", + "quest_title_quest_catch_types_rainy_plural": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_types_rainy_singular": "Catch a Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_types_snowy_plural": "Catch {{amount_0}} Ice- or Steel-type Pokémon", + "quest_title_quest_catch_types_snowy_singular": "Catch an Ice- or Steel-type Pokémon", + "quest_title_quest_catch_types_sunny_plural": "Catch {{amount_0}} Grass-, Fire-, or Ground-type Pokémon", + "quest_title_quest_catch_types_sunny_singular": "Catch a Grass-, Fire-, or Ground-type Pokémon", + "quest_title_quest_catch_types_windy_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", + "quest_title_quest_catch_types_windy_singular": "Catch a Flying-, Psychic-, or Dragon-type Pokémon", + "quest_title_quest_catch_weather_boost_plural": "Catch {{amount_0}} Pokémon with Weather Boost", + "quest_title_quest_catch_weather_boost_singular": "Catch a Pokémon with Weather Boost", + "quest_title_quest_catch_whismur": "Catch {{amount_0}} Whismur", + "quest_title_quest_challenge_party_power_plural": "Use Party Power {{amount_0}} times in Raid Battles", + "quest_title_quest_challenge_party_power_singular": "Use Party Power in a Raid Battle", + "quest_title_quest_change_form_furfrou": "Change a Furfrou’s trim", + "quest_title_quest_change_form_plural": "Change the form of {{amount_0}} Pokémon", + "quest_title_quest_change_form_singular": "Change the form of a Pokémon", + "quest_title_quest_chansey_catch_b": "Catch {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_plural": "Evolve {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_singular": "Evolve a Chansey", + "quest_title_quest_chansey_snapshot_b": "Take a snapshot of {{amount_0}} Chansey", + "quest_title_quest_charge_attack_party_plural": "Use {{amount_0}} Charged Attacks while in a party", + "quest_title_quest_charge_attack_party_singular": "Use a Charged Attack while in a party", + "quest_title_quest_charged_attack_plural": "Use {{amount_0}} Charged Attacks", + "quest_title_quest_charjabug_evolve_b": "Evolve {{amount_0}} Charjabug", + "quest_title_quest_chart_catch_b": "Catch {{amount_0}} Charmander", + "quest_title_quest_chart_catch_s1": "Catch {{amount_0}} Charmeleon", + "quest_title_quest_chart_evolve_b": "Evolve {{amount_0}} Charmander", + "quest_title_quest_chart_evolve_s1": "Evolve {{amount_0}} Charmeleon", + "quest_title_quest_chespin_catch_b": "Catch {{amount_0}} Chespin", + "quest_title_quest_chespin_evolve_b": "Evolve {{amount_0}} Chespin", + "quest_title_quest_chespin_snapshot_b": "Take a snapshot of {{amount_0}} Chespin", + "quest_title_quest_crocalor_evolve_b": "Evolve a Crocalor", + "quest_title_quest_cyndaquil_catch_b": "Catch {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_plural": "Evolve {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_singular": "Evolve a Cyndaquil", + "quest_title_quest_dartrix_evolve_b_plural": "Evolve {{amount_0}} Dartrix", + "quest_title_quest_dartrix_evolve_b_singular": "Evolve {{amount_0}} Dartrix", + "quest_title_quest_dec2021_catch_b": "Catch {{amount_0}} Pokémon featured during 2021’s Community Days", + "quest_title_quest_dec2022_catch_b": "Catch {{amount_0}} Pokémon featured during December Community Day 2022", + "quest_title_quest_dec2023_catch_b": "Catch {{amount_0}} Pokémon featured during 2023 Community Days", + "quest_title_quest_defeat_jessie_james_plural": "Defeat Jessie or James {{amount_0}} times", + "quest_title_quest_defeat_rocket": "Defeat {{amount_0}} Team GO Rocket members", + "quest_title_quest_defeat_rocket_leader_2500": "Defeat {{amount_0}} Team GO Rocket Leaders with Pokémon at or below 2,500 CP", + "quest_title_quest_defeat_rocket_singular": "Defeat a Team GO Rocket member", + "quest_title_quest_deino_catch": "Catch {{amount_0}} Deino", + "quest_title_quest_deino_evolve_a": "Evolve {{amount_0}} Deino", + "quest_title_quest_deino_evolve_b": "Evolve {{amount_0}} Deino or Zweilous", + "quest_title_quest_deino_snap": "Take {{amount_0}} snapshots of Deino", + "quest_title_quest_dragonair_evolve_b": "Evolve {{amount_0}} Dragonair", + "quest_title_quest_dratini_cdc_catch_b": "Catch {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_evolve_b": "Evolve {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Dratini", + "quest_title_quest_drizzle_evolve": "Evolve a Drizzile", + "quest_title_quest_dude_catch": "Catch {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_a": "Evolve {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_b": "Evolve {{amount_0}} Graveler", + "quest_title_quest_dude_snap": "Take {{amount_0}} snapshots of Geodude", + "quest_title_quest_duskt_catch_b": "Catch {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_b": "Evolve {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_s1": "Evolve {{amount_0}} Dusclops", + "quest_title_quest_earn_buddy_ribbon_plural": "Earn {{amount_0}} Best Buddy Ribbons with your Pokémon", + "quest_title_quest_eelektrik_evolve_b_plural": "Evolve {{amount_0}} Eelektrik", + "quest_title_quest_eelektrik_evolve_b_singular": "Evolve an Eelektrik", + "quest_title_quest_eevee_evolve_plural": "Evolve Eevee into each of its unique Evolutions", + "quest_title_quest_eevet_catch_b": "Catch {{amount_0}} Eevee", + "quest_title_quest_eevet_evolve_b": "Evolve {{amount_0}} Eevee", + "quest_title_quest_elect_catch_b": "Catch {{amount_0}} Electabuzz", + "quest_title_quest_elect_evolve_b": "Evolve {{amount_0}} Electabuzz", + "quest_title_quest_elite_raid_victory_plural": "Win {{amount_0}} Elite Raids", + "quest_title_quest_elite_raid_victory_singular": "Win an Elite Raid", + "quest_title_quest_elite4_a": "Defeat the GO Tour Elite Four: Mesa Trainer", + "quest_title_quest_elite4_b": "Defeat the GO Tour Elite Four: Cave Trainer", + "quest_title_quest_elite4_c": "Defeat the GO Tour Elite Four: Ocean Trainer", + "quest_title_quest_elite4_d": "Defeat the GO Tour Elite Four: Savannah Trainer", + "quest_title_quest_elrd22_april16_battle": "Exeggcute Research: Battle in a Gym", + "quest_title_quest_elrd22_april16_berries": "Exeggcute Research: Use three Berries to help catch Pokemon", + "quest_title_quest_elrd22_april16_catch_grass": "Exeggcute Research: Catch three Grass-type Pokémon", + "quest_title_quest_elrd22_april16_charged_move": "Exeggcute Research: Use a Super Effective Charged Move", + "quest_title_quest_elrd22_april16_curve": "Exeggcute Research: Make five Curveball Throws", + "quest_title_quest_elrd22_april16_evolve_grass": "Exeggcute Research: Evolve two Grass-type Pokémon", + "quest_title_quest_elrd22_april16_gifts_stickers": "Exeggcute Research: Send two Gifts and add a sticker to each", + "quest_title_quest_elrd22_april16_great": "Exeggcute Research: Make three Great Throws", + "quest_title_quest_elrd22_april16_great_row": "Exeggcute Research: Make two Great Throws in a row", + "quest_title_quest_elrd22_april16_nice": "Exeggcute Research: Make five Nice Throws", + "quest_title_quest_elrd22_april16_nice_row": "Exeggcute Research: Make three Nice Throws in a row", + "quest_title_quest_elrd22_april16_raid": "Exeggcute Research: Battle in a Raid", + "quest_title_quest_elrd22_april16_spin": "Exeggcute Research: Spin two PokéStops", + "quest_title_quest_elrd22_april16_weather_easy": "Exeggcute Research: Catch three Pokémon with Weather Boost", + "quest_title_quest_elrd22_april16_weather_hard": "Exeggcute Research: Catch five Pokémon with Weather Boost", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Exeggcute Research: Take a snapshot of a wild Grass-type Pokémon", + "quest_title_quest_equinox19_catch_medium_pkmn": "Catch {{amount_0}} Bulbasaur or Chikorita", + "quest_title_quest_equinox19_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", + "quest_title_quest_equinox19_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Evolve {{amount_0}} Grass-type Pokémon", + "quest_title_quest_event_eevee_snapshot_barcelona": "Take a snapshot of your Eevee in Barcelona", + "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", + "quest_title_quest_event_eevee_snapshot_mexico_city": "Take a snapshot of your Eevee in Mexico City", + "quest_title_quest_event_eevee_snapshot_seoul": "Take a snapshot of your Eevee in Seoul", + "quest_title_quest_event_eevee_snapshot_tainan": "Take a snapshot of your Eevee in Tainan", + "quest_title_quest_event_leave_behind_spin": "Spin 10 PokéStops or Gyms you haven’t visited before", + "quest_title_quest_event_leave_behind_spin_safari_city": "Spin any Eevee Explorer PokéStop", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Spin {{amount_0}} Eevee Explorer PokéStops you haven’t spun yet", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Spin an Eevee Explorer PokéStop you haven’t spun yet", + "quest_title_quest_event_spin_barcelona": "Spin a PokéStop or Gym in Barcelona", + "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", + "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", + "quest_title_quest_event_spin_mexico_city": "Spin a PokéStop or Gym in Mexico City", + "quest_title_quest_event_spin_seoul": "Spin a PokéStop or Gym in Seoul", + "quest_title_quest_event_spin_tainan": "Spin a PokéStop or Gym in Tainan", + "quest_title_quest_evolve_abra_singular": "Evolve one Abra", + "quest_title_quest_evolve_aipom_singular": "Evolve one Aipom", + "quest_title_quest_evolve_amaura_singular": "Evolve one Amaura", + "quest_title_quest_evolve_anorith_singular": "Evolve one Anorith", + "quest_title_quest_evolve_archen_singular": "Evolve one Archen", + "quest_title_quest_evolve_aron_singular": "Evolve one Aron", + "quest_title_quest_evolve_axew_singular": "Evolve one Axew", + "quest_title_quest_evolve_azurill_singular": "Evolve one Azurill", + "quest_title_quest_evolve_bagon_singular": "Evolve one Bagon", + "quest_title_quest_evolve_baltoy_singular": "Evolve one Baltoy", + "quest_title_quest_evolve_barboach_singular": "Evolve one Barboach", + "quest_title_quest_evolve_bayleef": "Evolve your Bayleef", + "quest_title_quest_evolve_bayleef_singular": "Evolve one Bayleef", + "quest_title_quest_evolve_beldum_singular": "Evolve one Beldum", + "quest_title_quest_evolve_bellsprout_singular": "Evolve one Bellsprout", + "quest_title_quest_evolve_bergmite_singular": "Evolve one Bergmite", + "quest_title_quest_evolve_bidoof_singular": "Evolve one Bidoof", + "quest_title_quest_evolve_binacle_singular": "Evolve one Binacle", + "quest_title_quest_evolve_blitzle_singular": "Evolve one Blitzle", + "quest_title_quest_evolve_boldore_singular": "Evolve one Boldore", + "quest_title_quest_evolve_bonsly_singular": "Evolve one Bonsly", + "quest_title_quest_evolve_braixen_singular": "Evolve one Braixen", + "quest_title_quest_evolve_bronzor_singular": "Evolve one Bronzor", + "quest_title_quest_evolve_budew_singular": "Evolve one Budew", + "quest_title_quest_evolve_buizel_singular": "Evolve one Buizel", + "quest_title_quest_evolve_bulbasaur": "Evolve a Bulbasaur", + "quest_title_quest_evolve_bulbasaur_singular": "Evolve one Bulbasaur", + "quest_title_quest_evolve_buneary_singular": "Evolve one Buneary", + "quest_title_quest_evolve_bunnelby_singular": "Evolve one Bunnelby", + "quest_title_quest_evolve_burmy_singular": "Evolve one Burmy", + "quest_title_quest_evolve_cacnea_singular": "Evolve one Cacnea", + "quest_title_quest_evolve_carvanha_singular": "Evolve one Carvanha", + "quest_title_quest_evolve_cascoon_singular": "Evolve one Cascoon", + "quest_title_quest_evolve_caterpie_singular": "Evolve one Caterpie", + "quest_title_quest_evolve_chansey_singular": "Evolve one Chansey", + "quest_title_quest_evolve_charmander": "Evolve a Charmander", + "quest_title_quest_evolve_charmander_singular": "Evolve one Charmander", + "quest_title_quest_evolve_charmeleon_singular": "Evolve one Charmeleon", + "quest_title_quest_evolve_cherubi_singular": "Evolve one Cherubi", + "quest_title_quest_evolve_chespin_singular": "Evolve one Chespin", + "quest_title_quest_evolve_chikorita": "Evolve your Chikorita", + "quest_title_quest_evolve_chikorita_singular": "Evolve one Chikorita", + "quest_title_quest_evolve_chimchar_singular": "Evolve one Chimchar", + "quest_title_quest_evolve_chinchou_singular": "Evolve one Chinchou", + "quest_title_quest_evolve_chingling_singular": "Evolve one Chingling", + "quest_title_quest_evolve_clamperl_singular": "Evolve one Clamperl", + "quest_title_quest_evolve_clauncher_singular": "Evolve one Clauncher", + "quest_title_quest_evolve_clefairy_singular": "Evolve one Clefairy", + "quest_title_quest_evolve_cleffa_singular": "Evolve one Cleffa", + "quest_title_quest_evolve_combee_singular": "Evolve one Combee", + "quest_title_quest_evolve_combusken_singular": "Evolve one Combusken", + "quest_title_quest_evolve_corphish_singular": "Evolve one Corphish", + "quest_title_quest_evolve_cosmoem_singular": "Evolve a Cosmoem", + "quest_title_quest_evolve_cosmog_singular": "Evolve a Cosmog", + "quest_title_quest_evolve_cottonee_singular": "Evolve one Cottonee", + "quest_title_quest_evolve_cranidos_singular": "Evolve one Cranidos", + "quest_title_quest_evolve_croagunk_singular": "Evolve one Croagunk", + "quest_title_quest_evolve_croconaw": "Evolve your Croconaw", + "quest_title_quest_evolve_croconaw_singular": "Evolve one Croconaw", + "quest_title_quest_evolve_cubchoo_singular": "Evolve one Cubchoo", + "quest_title_quest_evolve_cubone_singular": "Evolve one Cubone", + "quest_title_quest_evolve_cyndaquil": "Evolve your Cyndaquil", + "quest_title_quest_evolve_cyndaquil_singular": "Evolve one Cyndaquil", + "quest_title_quest_evolve_dark_type_singular": "Evolve a Dark-type Pokémon", + "quest_title_quest_evolve_darumaka_singular": "Evolve one Darumaka", + "quest_title_quest_evolve_deerling_singular": "Evolve one Deerling", + "quest_title_quest_evolve_deino_singular": "Evolve one Deino", + "quest_title_quest_evolve_dewott_singular": "Evolve one Dewott", + "quest_title_quest_evolve_diglett_singular": "Evolve one Diglett", + "quest_title_quest_evolve_doduo_singular": "Evolve one Doduo", + "quest_title_quest_evolve_doublade_singular": "Evolve one Doublade", + "quest_title_quest_evolve_dragonair_singular": "Evolve one Dragonair", + "quest_title_quest_evolve_dratini_singular": "Evolve one Dratini", + "quest_title_quest_evolve_drifloon_singular": "Evolve one Drifloon", + "quest_title_quest_evolve_drilbur_singular": "Evolve one Drilbur", + "quest_title_quest_evolve_drowzee_singular": "Evolve one Drowzee", + "quest_title_quest_evolve_ducklett_singular": "Evolve one Ducklett", + "quest_title_quest_evolve_duosion_singular": "Evolve one Duosion", + "quest_title_quest_evolve_durant_singular": "Evolve one Durant", + "quest_title_quest_evolve_dusclops_singular": "Evolve one Dusclops", + "quest_title_quest_evolve_duskull_singular": "Evolve one Duskull", + "quest_title_quest_evolve_dwebble_singular": "Evolve one Dwebble", + "quest_title_quest_evolve_eelektrik_singular": "Evolve one Eelektrik", + "quest_title_quest_evolve_eevee_singular": "Evolve one Eevee", + "quest_title_quest_evolve_eevee_types_plural": "Evolve {{amount_0}} Electric-, Water-, or Fire-type Pokémon", + "quest_title_quest_evolve_eevee_types_singular": "Evolve an Electric-, Water-, or Fire-type Pokémon", + "quest_title_quest_evolve_ekans_singular": "Evolve one Ekans", + "quest_title_quest_evolve_electabuzz_singular": "Evolve one Electabuzz", + "quest_title_quest_evolve_electrike_singular": "Evolve one Electrike", + "quest_title_quest_evolve_elekid_singular": "Evolve one Elekid", + "quest_title_quest_evolve_elgyem_singular": "Evolve one Elgyem", + "quest_title_quest_evolve_espeon": "Evolve Eevee into Espeon during the day", + "quest_title_quest_evolve_espurr_singular": "Evolve one Espurr", + "quest_title_quest_evolve_evolved_grass_singular": "Evolve an evolved Grass-type Pokémon", + "quest_title_quest_evolve_exeggcute_singular": "Evolve one Exeggcute", + "quest_title_quest_evolve_farfetch'd_singular": "Evolve one Farfetch'd", + "quest_title_quest_evolve_feebas_singular": "Evolve one Feebas", + "quest_title_quest_evolve_fennekin_singular": "Evolve one Fennekin", + "quest_title_quest_evolve_ferroseed_singular": "Evolve one Ferroseed", + "quest_title_quest_evolve_finneon_singular": "Evolve one Finneon", + "quest_title_quest_evolve_flaaffy_singular": "Evolve one Flaaffy", + "quest_title_quest_evolve_flabébé_singular": "Evolve one Flabébé", + "quest_title_quest_evolve_fletchinder_singular": "Evolve one Fletchinder", + "quest_title_quest_evolve_fletchling_singular": "Evolve one Fletchling", + "quest_title_quest_evolve_floette_singular": "Evolve one Floette", + "quest_title_quest_evolve_foongus_singular": "Evolve one Foongus", + "quest_title_quest_evolve_fraxure_singular": "Evolve one Fraxure", + "quest_title_quest_evolve_frillish_singular": "Evolve one Frillish", + "quest_title_quest_evolve_froakie_singular": "Evolve one Froakie", + "quest_title_quest_evolve_frogadier_singular": "Evolve one Frogadier", + "quest_title_quest_evolve_gabite_singular": "Evolve one Gabite", + "quest_title_quest_evolve_gastly_singular": "Evolve one Gastly", + "quest_title_quest_evolve_geodude_singular": "Evolve one Geodude", + "quest_title_quest_evolve_gible_singular": "Evolve one Gible", + "quest_title_quest_evolve_glalie_singular": "Evolve one Glalie", + "quest_title_quest_evolve_glameow_singular": "Evolve one Glameow", + "quest_title_quest_evolve_gligar_singular": "Evolve one Gligar", + "quest_title_quest_evolve_gloom_singular": "Evolve one Gloom", + "quest_title_quest_evolve_golbat_singular": "Evolve one Golbat", + "quest_title_quest_evolve_goldeen_singular": "Evolve one Goldeen", + "quest_title_quest_evolve_golett_singular": "Evolve one Golett", + "quest_title_quest_evolve_goomy_singular": "Evolve one Goomy", + "quest_title_quest_evolve_gothita_singular": "Evolve one Gothita", + "quest_title_quest_evolve_gothorita_singular": "Evolve one Gothorita", + "quest_title_quest_evolve_graveler_singular": "Evolve one Graveler", + "quest_title_quest_evolve_grimer_singular": "Evolve one Grimer", + "quest_title_quest_evolve_grotle_singular": "Evolve one Grotle", + "quest_title_quest_evolve_ground_plural": "Evolve {{amount_0}} Ground-type Pokémon", + "quest_title_quest_evolve_grovyle_singular": "Evolve one Grovyle", + "quest_title_quest_evolve_growlithe_singular": "Evolve one Growlithe", + "quest_title_quest_evolve_gulpin_singular": "Evolve one Gulpin", + "quest_title_quest_evolve_gurdurr_singular": "Evolve one Gurdurr", + "quest_title_quest_evolve_happiny_singular": "Evolve one Happiny", + "quest_title_quest_evolve_haunter_singular": "Evolve one Haunter", + "quest_title_quest_evolve_heatmor_singular": "Evolve one Heatmor", + "quest_title_quest_evolve_helioptile_singular": "Evolve one Helioptile", + "quest_title_quest_evolve_herdier_singular": "Evolve one Herdier", + "quest_title_quest_evolve_hippopotas_singular": "Evolve one Hippopotas", + "quest_title_quest_evolve_honedge_singular": "Evolve one Honedge", + "quest_title_quest_evolve_hoothoot_singular": "Evolve one Hoothoot", + "quest_title_quest_evolve_hoppip_singular": "Evolve one Hoppip", + "quest_title_quest_evolve_horsea_singular": "Evolve one Horsea", + "quest_title_quest_evolve_houndour_singular": "Evolve one Houndour", + "quest_title_quest_evolve_igglybuff_singular": "Evolve one Igglybuff", + "quest_title_quest_evolve_illumise_singular": "Evolve one Illumise", + "quest_title_quest_evolve_inkay_singular": "Evolve one Inkay", + "quest_title_quest_evolve_items_plural": "Use items to evolve Pokémon {{amount_0}} times", + "quest_title_quest_evolve_items_singular": "Use an item to evolve a Pokémon", + "quest_title_quest_evolve_ivysaur_singular": "Evolve one Ivysaur", + "quest_title_quest_evolve_jigglypuff_singular": "Evolve one Jigglypuff", + "quest_title_quest_evolve_joltik_singular": "Evolve one Joltik", + "quest_title_quest_evolve_kabuto_singular": "Evolve one Kabuto", + "quest_title_quest_evolve_kadabra_singular": "Evolve one Kadabra", + "quest_title_quest_evolve_kakuna_singular": "Evolve one Kakuna", + "quest_title_quest_evolve_karrablast_singular": "Evolve one Karrablast", + "quest_title_quest_evolve_kirlia_singular": "Evolve one Kirlia", + "quest_title_quest_evolve_klang_singular": "Evolve one Klang", + "quest_title_quest_evolve_klink_singular": "Evolve one Klink", + "quest_title_quest_evolve_koffing_singular": "Evolve one Koffing", + "quest_title_quest_evolve_krabby_singular": "Evolve one Krabby", + "quest_title_quest_evolve_kricketot_singular": "Evolve one Kricketot", + "quest_title_quest_evolve_krokorok_singular": "Evolve one Krokorok", + "quest_title_quest_evolve_lairon_singular": "Evolve one Lairon", + "quest_title_quest_evolve_lampent_singular": "Evolve one Lampent", + "quest_title_quest_evolve_larvesta_singular": "Evolve one Larvesta", + "quest_title_quest_evolve_larvitar_singular": "Evolve one Larvitar", + "quest_title_quest_evolve_ledyba_singular": "Evolve one Ledyba", + "quest_title_quest_evolve_lickitung_singular": "Evolve one Lickitung", + "quest_title_quest_evolve_lileep_singular": "Evolve one Lileep", + "quest_title_quest_evolve_lillipup_singular": "Evolve one Lillipup", + "quest_title_quest_evolve_linoone_singular": "Evolve {{amount_0}} Galarian Linoone", + "quest_title_quest_evolve_litleo_singular": "Evolve one Litleo", + "quest_title_quest_evolve_litwick_singular": "Evolve one Litwick", + "quest_title_quest_evolve_lombre_singular": "Evolve one Lombre", + "quest_title_quest_evolve_lotad_singular": "Evolve one Lotad", + "quest_title_quest_evolve_loudred_singular": "Evolve one Loudred", + "quest_title_quest_evolve_luxio_singular": "Evolve one Luxio", + "quest_title_quest_evolve_machoke_singular": "Evolve one Machoke", + "quest_title_quest_evolve_machop_singular": "Evolve one Machop", + "quest_title_quest_evolve_magby_singular": "Evolve one Magby", + "quest_title_quest_evolve_magikarp_singular": "Evolve one Magikarp", + "quest_title_quest_evolve_magmar_singular": "Evolve one Magmar", + "quest_title_quest_evolve_magnemite_singular": "Evolve one Magnemite", + "quest_title_quest_evolve_makuhita_singular": "Evolve one Makuhita", + "quest_title_quest_evolve_mankey_singular": "Evolve one Mankey", + "quest_title_quest_evolve_mantyke_singular": "Evolve one Mantyke", + "quest_title_quest_evolve_mareep_singular": "Evolve one Mareep", + "quest_title_quest_evolve_marill_singular": "Evolve one Marill", + "quest_title_quest_evolve_marshtomp_singular": "Evolve one Marshtomp", + "quest_title_quest_evolve_meditite_singular": "Evolve one Meditite", + "quest_title_quest_evolve_meowth_singular": "Evolve one Meowth", + "quest_title_quest_evolve_metang_singular": "Evolve one Metang", + "quest_title_quest_evolve_metapod_singular": "Evolve one Metapod", + "quest_title_quest_evolve_mienfoo_singular": "Evolve one Mienfoo", + "quest_title_quest_evolve_mime jr._singular": "Evolve one Mime Jr.", + "quest_title_quest_evolve_minccino_singular": "Evolve one Minccino", + "quest_title_quest_evolve_misdreavus_singular": "Evolve one Misdreavus", + "quest_title_quest_evolve_monferno_singular": "Evolve one Monferno", + "quest_title_quest_evolve_mr. mime_singular": "Evolve one Mr. Mime", + "quest_title_quest_evolve_mudkip_singular": "Evolve one Mudkip", + "quest_title_quest_evolve_munchlax_singular": "Evolve one Munchlax", + "quest_title_quest_evolve_munna_singular": "Evolve one Munna", + "quest_title_quest_evolve_murkrow_singular": "Evolve one Murkrow", + "quest_title_quest_evolve_natu_singular": "Evolve one Natu", + "quest_title_quest_evolve_nidoranfemale_singular": "Evolve one Nidoran♀", + "quest_title_quest_evolve_nidoranmale_singular": "Evolve one Nidoran♂", + "quest_title_quest_evolve_nidorina_singular": "Evolve one Nidorina", + "quest_title_quest_evolve_nidorino_singular": "Evolve one Nidorino", + "quest_title_quest_evolve_nincada_singular": "Evolve one Nincada", + "quest_title_quest_evolve_noibat_singular": "Evolve one Noibat", + "quest_title_quest_evolve_nosepass_singular": "Evolve one Nosepass", + "quest_title_quest_evolve_numel_singular": "Evolve one Numel", + "quest_title_quest_evolve_nuzleaf_singular": "Evolve one Nuzleaf", + "quest_title_quest_evolve_oddish_singular": "Evolve one Oddish", + "quest_title_quest_evolve_omanyte_singular": "Evolve one Omanyte", + "quest_title_quest_evolve_onix_singular": "Evolve one Onix", + "quest_title_quest_evolve_oshawott_singular": "Evolve one Oshawott", + "quest_title_quest_evolve_palpitoad_singular": "Evolve one Palpitoad", + "quest_title_quest_evolve_pancham_singular": "Evolve one Pancham", + "quest_title_quest_evolve_panpour_singular": "Evolve one Panpour", + "quest_title_quest_evolve_pansage_singular": "Evolve one Pansage", + "quest_title_quest_evolve_pansear_singular": "Evolve one Pansear", + "quest_title_quest_evolve_paras_singular": "Evolve one Paras", + "quest_title_quest_evolve_patrat_singular": "Evolve one Patrat", + "quest_title_quest_evolve_pawniard_singular": "Evolve one Pawniard", + "quest_title_quest_evolve_petilil_singular": "Evolve one Petilil", + "quest_title_quest_evolve_phanpy_singular": "Evolve one Phanpy", + "quest_title_quest_evolve_phantump_singular": "Evolve one Phantump", + "quest_title_quest_evolve_pichu_singular": "Evolve one Pichu", + "quest_title_quest_evolve_pidgeotto_singular": "Evolve one Pidgeotto", + "quest_title_quest_evolve_pidgey_singular": "Evolve one Pidgey", + "quest_title_quest_evolve_pidove_singular": "Evolve one Pidove", + "quest_title_quest_evolve_pignite_singular": "Evolve one Pignite", + "quest_title_quest_evolve_pikachu_singular": "Evolve one Pikachu", + "quest_title_quest_evolve_piloswine_plural": "Evolve {{amount_0}} Piloswine", + "quest_title_quest_evolve_piloswine_singular": "Evolve one Piloswine", + "quest_title_quest_evolve_pineco_singular": "Evolve one Pineco", + "quest_title_quest_evolve_piplup_singular": "Evolve one Piplup", + "quest_title_quest_evolve_plural": "Evolve {{amount_0}} Pokémon", + "quest_title_quest_evolve_poison_type_singular": "Evolve a Poison-type Pokémon", + "quest_title_quest_evolve_poliwag_singular": "Evolve one Poliwag", + "quest_title_quest_evolve_poliwhirl_singular": "Evolve one Poliwhirl", + "quest_title_quest_evolve_ponyta_singular": "Evolve one Ponyta", + "quest_title_quest_evolve_poochyena_singular": "Evolve one Poochyena", + "quest_title_quest_evolve_porygon2_singular": "Evolve one Porygon2", + "quest_title_quest_evolve_prinplup_singular": "Evolve one Prinplup", + "quest_title_quest_evolve_psyduck_singular": "Evolve one Psyduck", + "quest_title_quest_evolve_pumpkaboo_singular": "Evolve one Pumpkaboo", + "quest_title_quest_evolve_pupitar_singular": "Evolve one Pupitar", + "quest_title_quest_evolve_purrloin_singular": "Evolve one Purrloin", + "quest_title_quest_evolve_quilava": "Evolve your Quilava", + "quest_title_quest_evolve_quilava_singular": "Evolve one Quilava", + "quest_title_quest_evolve_quilladin_singular": "Evolve one Quilladin", + "quest_title_quest_evolve_qwilfish_singular": "Evolve one Qwilfish", + "quest_title_quest_evolve_ralts_singular": "Evolve one Ralts", + "quest_title_quest_evolve_rattata_singular": "Evolve one Rattata", + "quest_title_quest_evolve_remoraid_singular": "Evolve one Remoraid", + "quest_title_quest_evolve_rhydon_singular": "Evolve one Rhydon", + "quest_title_quest_evolve_rhyhorn_singular": "Evolve one Rhyhorn", + "quest_title_quest_evolve_riolu_singular": "Evolve one Riolu", + "quest_title_quest_evolve_roggenrola_singular": "Evolve one Roggenrola", + "quest_title_quest_evolve_roselia_singular": "Evolve one Roselia", + "quest_title_quest_evolve_rufflet_singular": "Evolve one Rufflet", + "quest_title_quest_evolve_sandile_singular": "Evolve one Sandile", + "quest_title_quest_evolve_sandshrew_singular": "Evolve one Sandshrew", + "quest_title_quest_evolve_sb_singular": "Evolve a Snubbull", + "quest_title_quest_evolve_scatterbug_singular": "Evolve one Scatterbug", + "quest_title_quest_evolve_scraggy_singular": "Evolve one Scraggy", + "quest_title_quest_evolve_scyther_singular": "Evolve one Scyther", + "quest_title_quest_evolve_seadra_singular": "Evolve one Seadra", + "quest_title_quest_evolve_sealeo_singular": "Evolve one Sealeo", + "quest_title_quest_evolve_seedot_singular": "Evolve one Seedot", + "quest_title_quest_evolve_seel_singular": "Evolve one Seel", + "quest_title_quest_evolve_sentret_singular": "Evolve one Sentret", + "quest_title_quest_evolve_servine_singular": "Evolve one Servine", + "quest_title_quest_evolve_sewaddle_singular": "Evolve one Sewaddle", + "quest_title_quest_evolve_shelgon_singular": "Evolve one Shelgon", + "quest_title_quest_evolve_shellder_singular": "Evolve one Shellder", + "quest_title_quest_evolve_shellos_singular": "Evolve one Shellos", + "quest_title_quest_evolve_shelmet_singular": "Evolve one Shelmet", + "quest_title_quest_evolve_shieldon_singular": "Evolve one Shieldon", + "quest_title_quest_evolve_shinx_singular": "Evolve one Shinx", + "quest_title_quest_evolve_shroomish_singular": "Evolve one Shroomish", + "quest_title_quest_evolve_shuckle_singular": "Evolve one Shuckle", + "quest_title_quest_evolve_shuppet_singular": "Evolve one Shuppet", + "quest_title_quest_evolve_silcoon_singular": "Evolve one Silcoon", + "quest_title_quest_evolve_singular": "Evolve a Pokémon", + "quest_title_quest_evolve_skiddo_singular": "Evolve one Skiddo", + "quest_title_quest_evolve_skiploom_singular": "Evolve one Skiploom", + "quest_title_quest_evolve_skitty_singular": "Evolve one Skitty", + "quest_title_quest_evolve_skorupi_singular": "Evolve one Skorupi", + "quest_title_quest_evolve_skrelp_singular": "Evolve one Skrelp", + "quest_title_quest_evolve_slakoth_singular": "Evolve one Slakoth", + "quest_title_quest_evolve_sliggoo_singular": "Evolve one Sliggoo", + "quest_title_quest_evolve_slowpoke_plural": "Evolve {{amount_0}} Slowpoke", + "quest_title_quest_evolve_slowpoke_singular": "Evolve one Slowpoke", + "quest_title_quest_evolve_slugma_singular": "Evolve one Slugma", + "quest_title_quest_evolve_smoochum_singular": "Evolve one Smoochum", + "quest_title_quest_evolve_sneasel_singular": "Evolve a Sneasel", + "quest_title_quest_evolve_snivy_singular": "Evolve one Snivy", + "quest_title_quest_evolve_snorunt_singular": "Evolve one Snorunt", + "quest_title_quest_evolve_snover_singular": "Evolve one Snover", + "quest_title_quest_evolve_snubbull_singular": "Evolve one Snubbull", + "quest_title_quest_evolve_solosis_singular": "Evolve one Solosis", + "quest_title_quest_evolve_spearow_singular": "Evolve one Spearow", + "quest_title_quest_evolve_special_drowzee": "Evolve a Drowzee", + "quest_title_quest_evolve_special_feebas_singular": "Evolve a Feebas", + "quest_title_quest_evolve_special_galarian_mrmime": "Evolve a Galarian Mr. Mime", + "quest_title_quest_evolve_special_galarian_slowpoke": "Evolve a Galarian Slowpoke", + "quest_title_quest_evolve_special_grimer": "Evolve a Grimer", + "quest_title_quest_evolve_special_magnemite": "Evolve a Magnemite", + "quest_title_quest_evolve_special_scyther": "Evolve a Scyther", + "quest_title_quest_evolve_special0_singular": "Evolve a Magikarp", + "quest_title_quest_evolve_special1_plural": "Evolve {{amount_0}} Pidgey", + "quest_title_quest_evolve_special1_singular": "Evolve a Horsea", + "quest_title_quest_evolve_special2_singular": "Evolve a Meowth", + "quest_title_quest_evolve_spewpa_singular": "Evolve one Spewpa", + "quest_title_quest_evolve_spheal_singular": "Evolve one Spheal", + "quest_title_quest_evolve_spinarak_singular": "Evolve one Spinarak", + "quest_title_quest_evolve_spoink_singular": "Evolve one Spoink", + "quest_title_quest_evolve_spritzee_singular": "Evolve one Spritzee", + "quest_title_quest_evolve_squirtle_singular": "Evolve one Squirtle", + "quest_title_quest_evolve_staravia_singular": "Evolve one Staravia", + "quest_title_quest_evolve_starly_singular": "Evolve one Starly", + "quest_title_quest_evolve_staryu_singular": "Evolve one Staryu", + "quest_title_quest_evolve_steelix_singular": "Evolve one Steelix", + "quest_title_quest_evolve_stunky_singular": "Evolve one Stunky", + "quest_title_quest_evolve_sunkern_singular": "Evolve one Sunkern", + "quest_title_quest_evolve_sunstone_singular": "Use a Sun Stone to evolve Gloom or Sunkern", + "quest_title_quest_evolve_surskit_singular": "Evolve one Surskit", + "quest_title_quest_evolve_swablu_singular": "Evolve one Swablu", + "quest_title_quest_evolve_swadloon_singular": "Evolve one Swadloon", + "quest_title_quest_evolve_swinub_singular": "Evolve one Swinub", + "quest_title_quest_evolve_swirlix_singular": "Evolve one Swirlix", + "quest_title_quest_evolve_taillow_singular": "Evolve one Taillow", + "quest_title_quest_evolve_tangela_singular": "Evolve one Tangela", + "quest_title_quest_evolve_teddiursa_singular": "Evolve one Teddiursa", + "quest_title_quest_evolve_tentacool_singular": "Evolve one Tentacool", + "quest_title_quest_evolve_tepig_singular": "Evolve one Tepig", + "quest_title_quest_evolve_timburr_singular": "Evolve one Timburr", + "quest_title_quest_evolve_tirtouga_singular": "Evolve one Tirtouga", + "quest_title_quest_evolve_togepi_singular": "Evolve one Togepi", + "quest_title_quest_evolve_togetic_singular": "Evolve one Togetic", + "quest_title_quest_evolve_torchic_singular": "Evolve one Torchic", + "quest_title_quest_evolve_totodile": "Evolve your Totodile", + "quest_title_quest_evolve_totodile_singular": "Evolve one Totodile", + "quest_title_quest_evolve_tranquill_singular": "Evolve one Tranquill", + "quest_title_quest_evolve_trapinch_singular": "Evolve one Trapinch", + "quest_title_quest_evolve_treecko_singular": "Evolve one Treecko", + "quest_title_quest_evolve_trubbish_singular": "Evolve one Trubbish", + "quest_title_quest_evolve_turtwig_singular": "Evolve one Turtwig", + "quest_title_quest_evolve_tympole_singular": "Evolve one Tympole", + "quest_title_quest_evolve_tynamo_singular": "Evolve one Tynamo", + "quest_title_quest_evolve_type_dark_plural": "Evolve {{amount_0}} Dark-type Pokémon", + "quest_title_quest_evolve_type_dragon_plural": "Evolve {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_evolve_type_dragon_singular": "Evolve a Dragon-type Pokémon", + "quest_title_quest_evolve_type_electric_plural": "Evolve {{amount_0}} Electric-type Pokémon", + "quest_title_quest_evolve_type_electric_singular": "Evolve an Electric-type Pokémon", + "quest_title_quest_evolve_type_fairy_plural": "Evolve {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_evolve_type_fairy_singular": "Evolve a Fairy-type Pokémon", + "quest_title_quest_evolve_type_fire_plural": "Evolve {{amount_0}} Fire-type Pokémon", + "quest_title_quest_evolve_type_fire_singular": "Evolve a Fire-type Pokémon", + "quest_title_quest_evolve_type_flying_plural": "Evolve {{amount_0}} Flying-type Pokémon", + "quest_title_quest_evolve_type_flying_singular": "Evolve a Flying-type Pokémon", + "quest_title_quest_evolve_type_ghost_plural": "Evolve {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_evolve_type_ghost_single": "Evolve a Ghost-type Pokémon", + "quest_title_quest_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", + "quest_title_quest_evolve_type_grass_singular": "Evolve a Grass-type Pokémon", + "quest_title_quest_evolve_type_ice_plural": "Evolve {{amount_0}} Ice-type Pokémon", + "quest_title_quest_evolve_type_ice_singular": "Evolve an Ice-type Pokémon", + "quest_title_quest_evolve_type_poison_plural": "Evolve {{amount_0}} Poison-type Pokémon", + "quest_title_quest_evolve_type_psychic_plural": "Evolve {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_evolve_type_psychic_singular": "Evolve a Psychic-type Pokémon", + "quest_title_quest_evolve_type_rock_plural": "Evolve {{amount_0}} Rock-type Pokémon", + "quest_title_quest_evolve_type_steel_plural": "Evolve {{amount_0}} Steel-type Pokémon", + "quest_title_quest_evolve_type_water_plural": "Evolve {{amount_0}} Water-type Pokémon", + "quest_title_quest_evolve_type_water_singular": "Evolve a Water-type Pokémon", + "quest_title_quest_evolve_tyrogue_singular": "Evolve one Tyrogue", + "quest_title_quest_evolve_tyrunt_singular": "Evolve one Tyrunt", + "quest_title_quest_evolve_umbreon": "Evolve Eevee into Umbreon at night", + "quest_title_quest_evolve_vanillish_singular": "Evolve one Vanillish", + "quest_title_quest_evolve_vanillite_singular": "Evolve one Vanillite", + "quest_title_quest_evolve_venipede_singular": "Evolve one Venipede", + "quest_title_quest_evolve_venonat_singular": "Evolve one Venonat", + "quest_title_quest_evolve_vibrava_singular": "Evolve one Vibrava", + "quest_title_quest_evolve_vigoroth_singular": "Evolve one Vigoroth", + "quest_title_quest_evolve_volbeat_singular": "Evolve one Volbeat", + "quest_title_quest_evolve_voltorb_singular": "Evolve one Voltorb", + "quest_title_quest_evolve_vullaby_singular": "Evolve one Vullaby", + "quest_title_quest_evolve_vulpix_singular": "Evolve one Vulpix", + "quest_title_quest_evolve_wailmer_singular": "Evolve one Wailmer", + "quest_title_quest_evolve_wartortle_singular": "Evolve one Wartortle", + "quest_title_quest_evolve_weedle_singular": "Evolve one Weedle", + "quest_title_quest_evolve_weepinbell_singular": "Evolve one Weepinbell", + "quest_title_quest_evolve_whirlipede_singular": "Evolve one Whirlipede", + "quest_title_quest_evolve_whismur_singular": "Evolve one Whismur", + "quest_title_quest_evolve_wingull_singular": "Evolve one Wingull", + "quest_title_quest_evolve_woobat_singular": "Evolve one Woobat", + "quest_title_quest_evolve_wooper_singular": "Evolve one Wooper", + "quest_title_quest_evolve_wurmple_singular": "Evolve one Wurmple", + "quest_title_quest_evolve_wynaut_singular": "Evolve one Wynaut", + "quest_title_quest_evolve_yamask_singular": "Evolve one Yamask", + "quest_title_quest_evolve_yanma_singular": "Evolve one Yanma", + "quest_title_quest_evolve_zigzagoon_singular": "Evolve one Zigzagoon", + "quest_title_quest_evolve_zorua_singular": "Evolve one Zorua", + "quest_title_quest_evolve_zubat_singular": "Evolve one Zubat", + "quest_title_quest_evolve_zweilous_singular": "Evolve one Zweilous", + "quest_title_quest_explore_buddy": "Earn a Candy exploring with your buddy", + "quest_title_quest_explore_buddy_carbink": "Earn a Candy exploring with Carbink as your buddy", + "quest_title_quest_explore_buddy_plural": "Earn {{amount_0}} Candies exploring with your buddy", + "quest_title_quest_explore_buddy_routes_plural": "Earn {{amount_0}} Candies while exploring Routes with your buddy", + "quest_title_quest_explore_buddy_routes_singular": "Earn a Candy while exploring Routes with your buddy", + "quest_title_quest_explore_km": "Explore {{amount_0}} km", + "quest_title_quest_explore_km_party": "Explore {{amount_0}} km while in a party", + "quest_title_quest_febresearchday_battle_gym_singular": "Clamperl Research: Battle in a Gym", + "quest_title_quest_febresearchday_battle_raid_singular": "Clamperl Research: Battle in a raid", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Clamperl Research: Use a supereffective Charged Attack in a Gym battle", + "quest_title_quest_febresearchday_catch_feed_plural": "Clamperl Research: Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_febresearchday_catch_special1_singular": "Clamperl Research: Catch a Magikarp or Wailmer", + "quest_title_quest_febresearchday_catch_special2_singular": "Clamperl Research: Catch a Psyduck or Krabby", + "quest_title_quest_febresearchday_catch_type_water_plural": "Clamperl Research: Catch {{amount_0}} Water-type Pokémon", + "quest_title_quest_febresearchday_evolve_type_water_plural": "Clamperl Research: Evolve {{amount_0}} Water-type Pokémon", + "quest_title_quest_febresearchday_land_curveball_plural": "Clamperl Research: Make {{amount_0}} Curveball Throws", + "quest_title_quest_febresearchday_land_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws", + "quest_title_quest_febresearchday_land_inarow_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws in a row", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws in a row", + "quest_title_quest_febresearchday_land_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws", + "quest_title_quest_febresearchday_visit_pokestops_plural": "Clamperl Research: Spin {{amount_0}} PokéStops", + "quest_title_quest_feed_buddy_multiple": "Feed your buddy {{amount_0}} times", + "quest_title_quest_feed_buddy_singular": "Feed your buddy", + "quest_title_quest_feed_goldenrazz_plural": "Use {{amount_0}} Golden Razz Berries to help catch Pokémon", + "quest_title_quest_feed_nanab_plural": "Use {{amount_0}} Nanab Berries while catching Pokémon", + "quest_title_quest_feed_pinaps_plural": "Use {{amount_0}} Pinap Berries while catching Pokémon", + "quest_title_quest_feed_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", + "quest_title_quest_fennekin_catch_b": "Catch {{amount_0}} Fennekin", + "quest_title_quest_fennekin_evolve_b": "Evolve {{amount_0}} Fennekin", + "quest_title_quest_fennekin_snapshot_b": "Take a snapshot of {{amount_0}} Fennekin", + "quest_title_quest_field_research_plural": "Complete {{amount_0}} Field Research tasks", + "quest_title_quest_field_research_singular": "Complete a Field Research task", + "quest_title_quest_fight_type_bug_plural": "Defeat {{amount_0}} Bug-type Pokémon", + "quest_title_quest_fight_type_dark_plural": "Defeat {{amount_0}} Dark-type Pokémon", + "quest_title_quest_fight_type_dark_steel_plural": "Defeat {{amount_0}} Dark- or Steel-type Pokémon", + "quest_title_quest_fight_type_dragon_plural": "Defeat {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_fight_type_electric_plural": "Defeat {{amount_0}} Electric-type Pokémon", + "quest_title_quest_fight_type_fairy_plural": "Defeat {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_fight_type_fighting_plural": "Defeat {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_fight_type_fire_plural": "Defeat {{amount_0}} Fire-type Pokémon", + "quest_title_quest_fight_type_flying_plural": "Defeat {{amount_0}} Flying-type Pokémon", + "quest_title_quest_fight_type_ghost_fighting_plural": "Defeat {{amount_0}} Fighting- or Ghost-type Pokémon", + "quest_title_quest_fight_type_ghost_plural": "Defeat {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_fight_type_ghost_psychic_plural": "Defeat {{amount_0}} Psychic- or Ghost-type Pokémon", + "quest_title_quest_fight_type_grass_plural": "Defeat {{amount_0}} Grass-type Pokémon", + "quest_title_quest_fight_type_ground_plural": "Defeat {{amount_0}} Ground-type Pokémon", + "quest_title_quest_fight_type_ice_plural": "Defeat {{amount_0}} Ice-type Pokémon", + "quest_title_quest_fight_type_normal_plural": "Defeat {{amount_0}} Normal-type Pokémon", + "quest_title_quest_fight_type_normal_psychic_plural": "Defeat {{amount_0}} Normal- or Psychic-type Pokémon", + "quest_title_quest_fight_type_poison_plural": "Defeat {{amount_0}} Poison-type Pokémon", + "quest_title_quest_fight_type_psychic_plural": "Defeat {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_fight_type_rock_plural": "Defeat {{amount_0}} Rock-type Pokémon", + "quest_title_quest_fight_type_steel_plural": "Defeat {{amount_0}} Steel-type Pokémon", + "quest_title_quest_fight_type_water_plural": "Defeat {{amount_0}} Water-type Pokémon", + "quest_title_quest_first_catch_of_the_day": "First Catch of the Day", + "quest_title_quest_first_pokestop_of_the_day": "First PokéStop of the Day", + "quest_title_quest_flaaffy_evolve_b": "Evolve {{amount_0}} Flaaffy", + "quest_title_quest_flett_catch_b": "Catch {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_b": "Evolve {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_s1": "Evolve {{amount_0}} Fletchinder", + "quest_title_quest_floragato_evolve_b": "Evolve a Floragato", + "quest_title_quest_fraxure_evolve_b": "Evolve {{amount_0}} Fraxure", + "quest_title_quest_froakie_catch_b": "Catch {{amount_0}} Froakie", + "quest_title_quest_froakie_evolve_b": "Evolve {{amount_0}} Froakie", + "quest_title_quest_froakie_snapshot_b": "Take a snapshot of {{amount_0}} Froakie", + "quest_title_quest_frogadier_evolve_b": "Evolve {{amount_0}} Frogadier", + "quest_title_quest_fuecoco_evolve_b": "Evolve a Fuecoco", + "quest_title_quest_fuse_necrozma": "Fuse Necrozma", + "quest_title_quest_gbl_rank": "Achieve rank {{amount_0}} in the GO Battle League", + "quest_title_quest_gbl_rank_fifteen": "Achieve rank 15 in the GO Battle League", + "quest_title_quest_gbl_rank_five": "Achieve rank 5 in the GO Battle League", + "quest_title_quest_gbl_rank_ten": "Achieve rank 10 in the GO Battle League", + "quest_title_quest_gbl_rank_twenty": "Achieve rank 20 in the GO Battle League", + "quest_title_quest_get_cell_singular": "Find a Zygarde Cell", + "quest_title_quest_giblt_catch_b": "Catch {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_b": "Evolve {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_s1": "Evolve {{amount_0}} Gabite", + "quest_title_quest_gift_open_plural": "Open {{amount_0}} Gifts", + "quest_title_quest_gift_open_singular": "Open a Gift", + "quest_title_quest_go_for_a_spin_00": "Find and spin Spinda PokéStop 1 of 8", + "quest_title_quest_go_for_a_spin_01": "Find and spin Spinda PokéStop 2 of 8", + "quest_title_quest_go_for_a_spin_02": "Find and spin Spinda PokéStop 3 of 8", + "quest_title_quest_go_for_a_spin_03": "Find and spin Spinda PokéStop 4 of 8", + "quest_title_quest_go_for_a_spin_04": "Find and spin Spinda PokéStop 5 of 8", + "quest_title_quest_go_for_a_spin_05": "Find and spin Spinda PokéStop 6 of 8", + "quest_title_quest_go_for_a_spin_06": "Find and spin Spinda PokéStop 7 of 8", + "quest_title_quest_go_for_a_spin_07": "Find and spin Spinda PokéStop 8 of 8", + "quest_title_quest_go_tour_snapshot_habitat_01": "Take a snapshot of your buddy in the Blistering Sands habitat", + "quest_title_quest_go_tour_snapshot_habitat_02": "Take a snapshot of your buddy in the Eerie Mists habitat", + "quest_title_quest_go_tour_snapshot_habitat_03": "Take a snapshot of your buddy in the Verdant Earth habitat", + "quest_title_quest_go_tour_snapshot_habitat_04": "Take a snapshot of your buddy in the Ancient Shores habitat", + "quest_title_quest_gold_hoenn_dex": "Earn a gold Hoenn medal", + "quest_title_quest_gold_medal_plural": "Earn {{amount_0}} gold medals", + "quest_title_quest_gold_medal_plural_five": "Earn 5 gold medals", + "quest_title_quest_gold_medal_singular": "Earn a gold medal", + "quest_title_quest_goomy_catch_b": "Catch {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_plural": "Evolve {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_singular": "Evolve a Goomy", + "quest_title_quest_grookey_evolve": "Evolve a Grookey", + "quest_title_quest_grubbin_catch_b": "Catch {{amount_0}} Grubbin", + "quest_title_quest_grubbin_evolve_b": "Evolve {{amount_0}} Grubbin", + "quest_title_quest_grubbin_snapshot_b": "Take a snapshot of {{amount_0}} Grubbin", + "quest_title_quest_gt_catch_b": "Catch {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_b": "Evolve {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_s1": "Evolve {{amount_0}} Haunter", + "quest_title_quest_gulpin_catch": "Catch {{amount_0}} Gulpin", + "quest_title_quest_gurdurr_evolve_b": "Evolve {{amount_0}} Gurdurr", + "quest_title_quest_hallo19_catch_specific_plural": "Catch {{amount_0}} Poochyena or Houndour", + "quest_title_quest_hallo19_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", + "quest_title_quest_hallo19_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_hallo19_evolve_plural": "Evolve {{amount_0}} Duskull or Shuppet", + "quest_title_quest_hallo19_transfer_plural": "Transfer {{amount_0}} Pokémon", + "quest_title_quest_hatch_egg_plural": "Hatch {{amount_0}} Eggs", + "quest_title_quest_hatch_egg_routes_plural": "Hatch {{amount_0}} Eggs while following Routes", + "quest_title_quest_hatch_egg_routes_singular": "Hatch an Egg while following a Route", + "quest_title_quest_hatch_egg_singular": "Hatch an Egg", + "quest_title_quest_hoenn_celebration_research": "Hoenn Celebration Research", + "quest_title_quest_hoenn19_catch_specific_plural": "Hoenn Celebration: Catch {{amount_0}} Zigzagoon or Taillow", + "quest_title_quest_hoenn19_evolve_specific_plural": "Hoenn Celebration: Evolve {{amount_0}} Wurmple", + "quest_title_quest_hoenn19_hatch_eggs": "Hoenn Celebration: Hatch {{amount_0}} Eggs", + "quest_title_quest_hoppt_catch_b": "Catch {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_b": "Evolve {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_s1": "Evolve {{amount_0}} Skiploom", + "quest_title_quest_incense_or_dai_plural": "Use {{amount_0}} Incense or Daily Adventure Incense", + "quest_title_quest_incense_or_dai_singular": "Use an Incense or Daily Adventure Incense", + "quest_title_quest_incense_plural": "Use {{amount_0}} Incense", + "quest_title_quest_incense_routes_plural": "Use {{amount_0}} Incense while following Routes", + "quest_title_quest_incense_routes_singular": "Use an Incense while following a Route", + "quest_title_quest_incense_singular": "Use an Incense", + "quest_title_quest_jan19rsd_buddywalk_singular": "Feebas Research: Earn 1 Buddy Candy", + "quest_title_quest_jan19rsd_hatch_egg_singular": "Feebas Research: Hatch 1 Egg", + "quest_title_quest_jan19rsd_land_great_plural": "Feebas Research: Make {{amount_0}} Great Throws", + "quest_title_quest_jan19rsd_land_nice_plural": "Feebas Research: Make {{amount_0}} Nice Throws", + "quest_title_quest_johtofestival_catch_special17_plural": "Johto Festival: Catch {{amount_0}} Sunkern", + "quest_title_quest_johtofestival_catch_type_water_plural": "Johto Festival: Catch {{amount_0}} Water Pokémon", + "quest_title_quest_johtofestival_evolve_plural": "Johto Festival: Evolve {{amount_0}} Sunkern or Natu", + "quest_title_quest_johtofestival_land_excellent_plural": "Johto Festival: Make {{amount_0}} Excellent Throws", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Johto Festival: Make {{amount_0}} Great Curveball Throws in a row", + "quest_title_quest_johtofestival_win_raid_singular": "Johto Festival: Win a raid", + "quest_title_quest_kanto_green_bellsprout": "GO Tour: Catch Bellsprout", + "quest_title_quest_kanto_green_meowth": "GO Tour: Catch Meowth", + "quest_title_quest_kanto_green_sandshrew": "GO Tour: Catch Sandshrew", + "quest_title_quest_kanto_green_vulpix": "GO Tour: Catch Vulpix", + "quest_title_quest_kanto_hatch_plural": "GO Tour Kanto: Hatch {{amount_0}} Eggs", + "quest_title_quest_kanto_hatch_singular": "GO Tour Kanto: Hatch an Egg", + "quest_title_quest_kanto_npc_plural": "GO Tour Kanto: Defeat {{amount_0}} GO Tour Challengers", + "quest_title_quest_kanto_npc_singular": "GO Tour Kanto: Defeat a GO Tour Challenger", + "quest_title_quest_kanto_red_ekans": "GO Tour: Catch Ekans", + "quest_title_quest_kanto_red_growlithe": "GO Tour: Catch Growlithe", + "quest_title_quest_kanto_red_mankey": "GO Tour: Catch Mankey", + "quest_title_quest_kanto_red_oddish": "GO Tour: Catch Oddish", + "quest_title_quest_kecleon_catch": "Catch {{amount_0}} Kecleon", + "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "Make {{amount_0}} Curveball Throws on Ghost-type Pokémon", + "quest_title_quest_land_curveball_plural": "Make {{amount_0}} Curveball Throws", + "quest_title_quest_land_curveball_singular": "Make a Curveball Throw", + "quest_title_quest_land_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws", + "quest_title_quest_land_excellent_curveball_singular": "Make an Excellent Curveball Throw", + "quest_title_quest_land_excellent_plural": "Make {{amount_0}} Excellent Throws", + "quest_title_quest_land_excellent_singular": "Make an Excellent Throw", + "quest_title_quest_land_great_curve_inarow_type_ghost": "Make {{amount_0}} Great Curveball Throws in a row on Ghost-type Pokémon", + "quest_title_quest_land_great_curve_type_ghost": "Make {{amount_0}} Great Curveball Throws on Ghost-type Pokémon", + "quest_title_quest_land_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws", + "quest_title_quest_land_great_curveball_singular": "Make a Great Curveball Throw", + "quest_title_quest_land_great_plural": "Make {{amount_0}} Great Throws", + "quest_title_quest_land_great_singular": "Make a Great Throw", + "quest_title_quest_land_great_type_ghost": "Make {{amount_0}} Great Throws on Ghost-type Pokémon", + "quest_title_quest_land_inarow_curveball_plural": "Make {{amount_0}} Curveball Throws in a row", + "quest_title_quest_land_inarow_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws in a row", + "quest_title_quest_land_inarow_excellent_plural": "Make {{amount_0}} Excellent Throws in a row", + "quest_title_quest_land_inarow_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws in a row", + "quest_title_quest_land_inarow_great_plural": "Make {{amount_0}} Great Throws in a row", + "quest_title_quest_land_inarow_nice_curveball_plural": "Make {{amount_0}} Nice Curveball Throws in a row", + "quest_title_quest_land_inarow_nice_plural": "Make {{amount_0}} Nice Throws in a row", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "Make {{amount_0}} Nice Curveball Throws in a row on Ghost-type Pokémon", + "quest_title_quest_land_nice_curve_plural": "Make {{amount_0}} Nice Curveball Throws", + "quest_title_quest_land_nice_curve_singular": "Make a Nice Curveball Throw", + "quest_title_quest_land_nice_curve_type_ghost": "Make {{amount_0}} Nice Curveball Throws on Ghost-type Pokémon", + "quest_title_quest_land_nice_electric_plural": "Catch {{amount_0}} Electric-type Pokémon with Nice Throws", + "quest_title_quest_land_nice_plural": "Make {{amount_0}} Nice Throws", + "quest_title_quest_land_nice_singular": "Make a Nice Throw", + "quest_title_quest_land_nice_type_ghost": "Make {{amount_0}} Nice Throws on Ghost-type Pokémon", + "quest_title_quest_larvitar_cdc_evolve_b": "Evolve {{amount_0}} Larvitar", + "quest_title_quest_larvitar_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Larvitar", + "quest_title_quest_latias_wild_snap": "Take a snapshot of Latias in the wild", + "quest_title_quest_latios_wild_snap": "Take a snapshot of Latios in the wild", + "quest_title_quest_litten_catch_b": "Catch {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_plural": "Evolve {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_singular": "Evolve a Litten", + "quest_title_quest_litten_snapshot_b": "Take a Snapshot of {{amount_0}} Litten", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "Challenge a nearby Trainer by scanning their Battle Code.", + "quest_title_quest_lucky_plural": "Obtain {{amount_0}} Lucky Pokémon in trades", + "quest_title_quest_lucky_singular": "Obtain a Lucky Pokémon in a trade", + "quest_title_quest_lunar19_friends_trade_plural": "Trade {{amount_0}} Pokémon with a friend", + "quest_title_quest_macht_catch_b": "Catch {{amount_0}} Machop", + "quest_title_quest_macht_evolve_b": "Evolve {{amount_0}} Machop", + "quest_title_quest_macht_evolve_s1": "Evolve {{amount_0}} Machoke", + "quest_title_quest_magit_catch_b": "Catch {{amount_0}} Magikarp", + "quest_title_quest_magit_evolve_b": "Evolve {{amount_0}} Magikarp", + "quest_title_quest_magmt_catch_b": "Catch {{amount_0}} Magmar", + "quest_title_quest_magmt_evolve_b": "Evolve {{amount_0}} Magmar", + "quest_title_quest_mareep_catch_b": "Catch {{amount_0}} Mareep", + "quest_title_quest_mareep_evolve_b": "Evolve {{amount_0}} Mareep", + "quest_title_quest_mareep_snapshot_b": "Take a snapshot of {{amount_0}} Mareep", + "quest_title_quest_mega_evo_primal_rev_plural": "Activate Primal Reversion or Mega Evolve a Pokémon {{amount_0}} times", + "quest_title_quest_mega_evo_primal_rev_singular": "Activate Primal Reversion or Mega Evolve a Pokémon", + "quest_title_quest_mega_evolve_beedrill": "Mega Evolve a Beedrill", + "quest_title_quest_mega_evolve_blastoise": "Mega Evolve a Blastoise", + "quest_title_quest_mega_evolve_charizard": "Mega Evolve a Charizard", + "quest_title_quest_mega_evolve_diancie": "Mega Evolve Diancie", + "quest_title_quest_mega_evolve_plural": "Mega Evolve {{amount_0}} Pokémon", + "quest_title_quest_mega_evolve_rayquaza": "Mega Evolve Rayquaza", + "quest_title_quest_mega_evolve_singular": "Mega Evolve a Pokémon", + "quest_title_quest_mega_evolve_venusaur": "Mega Evolve a Venusaur", + "quest_title_quest_mega_join_raid_plural": "Battle in {{amount_0}} Mega Raids", + "quest_title_quest_mega_join_raid_singular": "Battle in a Mega Raid", + "quest_title_quest_mega_win_raid_plural": "Win {{amount_0}} Mega Raids", + "quest_title_quest_mega_win_raid_singular": "Win a Mega Raid", + "quest_title_quest_mesprit_wild_snap": "Take a snapshot of Mesprit in the wild", + "quest_title_quest_metang_evolve_b_singular": "Evolve a Metang", + "quest_title_quest_more_reseach_coming_soon": "More research requests will be coming soon!", + "quest_title_quest_mudkt_catch_b": "Catch {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_b": "Evolve {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_s1": "Evolve {{amount_0}} Marshtomp", + "quest_title_quest_new_friends_plural": "Make {{amount_0}} new friends", + "quest_title_quest_new_friends_singular": "Make a new friend", + "quest_title_quest_noibat_catch_b": "Catch {{amount_0}} Noibat", + "quest_title_quest_noibat_evolve_b": "Evolve {{amount_0}} Noibat", + "quest_title_quest_noibat_snapshot_b": "Take a snapshot of {{amount_0}} Noibat", + "quest_title_quest_oshat_catch_b": "Catch {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_b": "Evolve {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_s1": "Evolve a Dewott", + "quest_title_quest_party_catch_electric_type_plural": "Catch {{amount_0}} Electric-type Pokémon while in a party", + "quest_title_quest_party_catch_electric_type_singular": "Catch a Electric-type Pokémon while in a party", + "quest_title_quest_party_catch_fire_type_plural": "Catch {{amount_0}} Fire-type Pokémon while in a party", + "quest_title_quest_party_catch_fire_type_singular": "Catch a Fire-type Pokémon while in a party", + "quest_title_quest_party_catch_normal_type_plural": "Catch {{amount_0}} Normal-type Pokémon while in a party", + "quest_title_quest_party_catch_normal_type_singular": "Catch a Normal-type Pokémon while in a party", + "quest_title_quest_party_catch_water_type_plural": "Catch {{amount_0}} Water-type Pokémon while in a party", + "quest_title_quest_party_catch_water_type_singular": "Catch a Water-type Pokémon while in a party", + "quest_title_quest_party_challenge_plural": "Complete {{amount_0}} Party Challenges", + "quest_title_quest_party_challenge_singular": "Complete a Party Challenge", + "quest_title_quest_platinum_johto_badge": "Earn the platinum Johto medal", + "quest_title_quest_platinum_kanto_badge": "Earn the platinum Kanto medal", + "quest_title_quest_platinum_medal_plural": "Earn {{amount_0}} platinum medals", + "quest_title_quest_platinum_medal_plural_five": "Earn 5 platinum medals", + "quest_title_quest_platinum_medal_plural_forty": "Earn 40 platinum medals", + "quest_title_quest_platinum_medal_plural_ten": "Earn 10 platinum medals", + "quest_title_quest_platinum_medal_plural_twenty": "Earn 20 platinum medals", + "quest_title_quest_platinum_medal_singular": "Earn a platinum medal", + "quest_title_quest_play_buddy_singular": "Play with your buddy", + "quest_title_quest_pokemon_appears": "Pokémon appears!", + "quest_title_quest_poliwag_catch_b": "Catch {{amount_0}} Poliwag", + "quest_title_quest_poliwag_evolve_b": "Evolve {{amount_0}} Poliwag", + "quest_title_quest_poliwag_snapshot_b": "Take {{amount_0}} snapshots of Poliwag", + "quest_title_quest_poliwhirl_evolve_b": "Evolve {{amount_0}} Poliwhirl", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "Catch {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_plural": "Evolve {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_singular": "Evolve a Popplio", + "quest_title_quest_porygon_catch_b": "Catch {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_plural": "Evolve {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_singular": "Evolve a Porygon", + "quest_title_quest_porygon_snapshot_b": "Take a snapshot of {{amount_0}} Porygon", + "quest_title_quest_porygon2_evolve_b_plural": "Evolve {{amount_0}} Porygon2", + "quest_title_quest_porygon2_evolve_b_singular": "Evolve a Porygon2", + "quest_title_quest_poryt_catch_b": "Catch {{amount_0}} Porygon", + "quest_title_quest_poryt_catch_s1": "Catch {{amount_0}} Porygon2", + "quest_title_quest_poryt_evolve_b": "Evolve {{amount_0}} Porygon", + "quest_title_quest_poryt_evolve_s1": "Evolve {{amount_0}} Porygon2", + "quest_title_quest_power_up_dragon_plural": "Power up Dragon-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_fire_ice": "Power up Fire- or Ice-type Pokémon 5 times", + "quest_title_quest_power_up_grass_ghost": "Power up Grass- or Ghost-type Pokémon 5 times", + "quest_title_quest_power_up_legendary_plural": "Power up Legendary or Mythical Pokémon {{amount_0}} times", + "quest_title_quest_power_up_legendary_singular": "Power up a Legendary or Mythical Pokémon", + "quest_title_quest_power_up_max_plural": "Power up {{amount_0}} Pokémon to their max CP", + "quest_title_quest_power_up_max_singular": "Power up a Pokémon to its max CP", + "quest_title_quest_power_up_plural": "Power up Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_bug": "Power up Bug-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_dark": "Power up Dark-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_dragon": "Power up Dragon-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_electric": "Power up Electric-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_fairy": "Power up Fairy-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_fighting": "Power up Fighting-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_fire": "Power up Fire-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_flying": "Power up Flying-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_ghost": "Power up Ghost-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_grass": "Power up Grass-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_ground": "Power up Ground-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_ice": "Power up Ice-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_normal": "Power up Normal-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_poison": "Power up Poison-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_psychic": "Power up Psychic-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_rock": "Power up Rock-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_rock_fairy": "Power up Rock- or Fairy-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_steel": "Power up Steel-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_water": "Power up Water-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_poison_rock": "Power up Poison- or Rock-type Pokémon 5 times", + "quest_title_quest_power_up_singular": "Power up a Pokémon", + "quest_title_quest_power_up_singular_marshadow": "Power up Marshadow", + "quest_title_quest_power_up_water_normal": "Power up Normal- or Water-type Pokémon 5 times", + "quest_title_quest_primal_raid_victory_groudon": "Win a Primal Groudon raid", + "quest_title_quest_primal_raid_victory_kyogre": "Win a Primal Kyogre raid", + "quest_title_quest_primal_raid_victory_plural": "Win {{amount_0}} Primal Raids", + "quest_title_quest_primal_raid_victory_singular": "Win a Primal Raid", + "quest_title_quest_primal_reversion_plural": "Activate Primal Reversion {{amount_0}} times", + "quest_title_quest_primal_reversion_singular": "Activate Primal Reversion", + "quest_title_quest_primal_surge_candy": "Primal Surge: Earn a Candy walking with your buddy", + "quest_title_quest_primal_surge_catch": "Primal Surge: Catch 10 Pokémon", + "quest_title_quest_primal_surge_hatch": "Primal Surge: Hatch an Egg", + "quest_title_quest_primal_surge_power_ground": "Primal Surge: Power up Ground-type Pokémon 5 times", + "quest_title_quest_primal_surge_power_water": "Primal Surge: Power up Water-type Pokémon 5 times", + "quest_title_quest_primal_surge_raid": "Primal Surge: Win a raid", + "quest_title_quest_psychicspec_catch_abra_plural": "Catch {{amount_0}} Abra or Drowzee", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_psychicspec_evolve_plural": "Evolve {{amount_0}} Exeggcute or Slowpoke", + "quest_title_quest_quaxly_evolve_b": "Evolve a Quaxly", + "quest_title_quest_quaxwell_evolve_b": "Evolve a Quaxwell", + "quest_title_quest_quilava_evolve_b_plural": "Evolve {{amount_0}} Quilava", + "quest_title_quest_quilava_evolve_b_singular": "Evolve a Quilava", + "quest_title_quest_quilladin_evolve_b": "Evolve {{amount_0}} Quilladin", + "quest_title_quest_raboot_evolve": "Evolve a Raboot", + "quest_title_quest_raid_friend_singular": "Raid with a friend", + "quest_title_quest_raid_t5_win": "Win a five-star raid", + "quest_title_quest_raid_with_buddy_plural": "Battle in {{amount_0}} raids with your buddy", + "quest_title_quest_raid_with_buddy_singular": "Battle in a raid with your buddy", + "quest_title_quest_reach_hoenn_gold": "Earn a gold Hoenn medal", + "quest_title_quest_reach_johto_gold": "Earn a gold Johto medal", + "quest_title_quest_reach_kanto_gold": "Earn a gold Kanto medal", + "quest_title_quest_reach_kanto_silver": "Earn a silver Kanto medal", + "quest_title_quest_reach_level": "Reach level {{amount_0}}", + "quest_title_quest_referral_initial_milestone": "Logged in to Pokémon GO", + "quest_title_quest_remove_bonus_challenge_desc": "You’ll receive another task tomorrow.", + "quest_title_quest_reward_desc_1": "Collect stamps to unlock Research Breakthroughs from Professor Willow!", + "quest_title_quest_reward_desc_2": "Next Breakthrough in", + "quest_title_quest_reward_desc_3_plural": "{{amount_0}} more stamps!", + "quest_title_quest_reward_desc_3_singular": "{{amount_0}} more stamp!", + "quest_title_quest_reward_encounter_later": "Later", + "quest_title_quest_reward_encounter_uses_ar": "You must be in AR mode to catch this Pokémon.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "A mysterious Pokémon has appeared!", + "quest_title_quest_reward_start_encounter": "Start Encounter", + "quest_title_quest_rocket_battle_plural": "Battle {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rocket_battle_win_plural": "Defeat {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rocket_battle_win_singular": "Defeat a Team GO Rocket Grunt", + "quest_title_quest_rocket_catch_shadow_singular": "Catch a Shadow Pokémon", + "quest_title_quest_rocket_evolve_plural": "Evolve {{amount_0}} Pokémon", + "quest_title_quest_rocket_leader_battle_win_singular": "Defeat a Team GO Rocket Leader", + "quest_title_quest_rocket_power_up_plural": "Power up Pokémon {{amount_0}} times", + "quest_title_quest_rocket_purify_dark_plural": "Purify {{amount_0}} Dark-type Shadow Pokémon", + "quest_title_quest_rocket_purify_fire_plural": "Purify {{amount_0}} Fire-type Shadow Pokémon", + "quest_title_quest_rocket_purify_plural": "Purify {{amount_0}} Shadow Pokémon", + "quest_title_quest_rocket_purify_type_singular": "Purify a Fire-, Water-, or Grass-type Shadow Pokémon", + "quest_title_quest_rocket_rescue_shadow_plural": "Rescue {{amount_0}} Shadow Pokémon", + "quest_title_quest_rocket_shadow_plural": "Catch {{amount_0}} Shadow Pokémon", + "quest_title_quest_rockethq1_arlo_win": "Defeat Team GO Rocket Leader Arlo", + "quest_title_quest_rockethq1_arlo_win_plural": "Defeat Team GO Rocket Leader Arlo {{amount_0}} times", + "quest_title_quest_rockethq1_battle_boss": "Battle the Team GO Rocket Boss", + "quest_title_quest_rockethq1_catch_legendary_shadow": "Catch a Legendary Shadow Pokémon", + "quest_title_quest_rockethq1_catch_shadow1": "Catch {{amount_0}} Shadow Pokémon", + "quest_title_quest_rockethq1_cliff_win": "Defeat Team GO Rocket Leader Cliff", + "quest_title_quest_rockethq1_cliff_win_plural": "Defeat Team GO Rocket Leader Cliff {{amount_0}} times", + "quest_title_quest_rockethq1_defeat_boss": "Defeat the Team GO Rocket Boss", + "quest_title_quest_rockethq1_find_boss": "Find the Team GO Rocket Boss", + "quest_title_quest_rockethq1_grunt_win1": "Defeat {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rockethq1_grunt_win2": "Defeat {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rockethq1_leader_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", + "quest_title_quest_rockethq1_leaders_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", + "quest_title_quest_rockethq1_purify": "Purify {{amount_0}} Shadow Pokémon", + "quest_title_quest_rockethq1_raid_win": "Win {{amount_0}} raids", + "quest_title_quest_rockethq1_sierra_win": "Defeat Team GO Rocket Leader Sierra", + "quest_title_quest_rockethq1_sierra_win_plural": "Defeat Team GO Rocket Leader Sierra {{amount_0}} times", + "quest_title_quest_rockethq1_spin": "Spin {{amount_0}} PokéStops", + "quest_title_quest_rockethq1_spin_row": "Spin a PokéStop {{amount_0}} days in a row", + "quest_title_quest_rockethq1_supereffective": "Use {{amount_0}} supereffective Charged Attacks in Gym battles", + "quest_title_quest_rockethq1_trainerbattle_win": "Win {{amount_0}} Great League Trainer Battles against another Trainer", + "quest_title_quest_roggenrola_catch_b": "Catch {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_evolve_b": "Evolve {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_snapshot_b": "Take {{amount_0}} snapshots of Roggenrola", + "quest_title_quest_roset_catch_b": "Catch {{amount_0}} Roselia", + "quest_title_quest_roset_evolve_b": "Evolve {{amount_0}} Roselia", + "quest_title_quest_rowlet_catch_b": "Catch {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_plural": "Evolve {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_singular": "Evolve {{amount_0}} Rowlet", + "quest_title_quest_rowlet_snapshot_b": "Take a snapshot of {{amount_0}} Rowlet", + "quest_title_quest_sandt_catch_b": "Catch {{amount_0}} Sandshrew", + "quest_title_quest_sandt_evolve_b": "Evolve {{amount_0}} Sandshrew", + "quest_title_quest_scorbunny_evolve": "Evolve a Scorbunny", + "quest_title_quest_send_gifts_daily_row": "Send Gifts {{amount_0}} Days in a Row", + "quest_title_quest_send_gifts_plural": "Send {{amount_0}} Gifts to friends", + "quest_title_quest_send_gifts_singular": "Send a Gift to a friend", + "quest_title_quest_send_gifts_sticker_plural": "Send {{amount_0}} Gifts and add a sticker to each", + "quest_title_quest_send_gifts_sticker_singular": "Send a Gift with a sticker", + "quest_title_quest_shelgon_evolve_b_plural": "Evolve {{amount_0}} Shelgon", + "quest_title_quest_shelgon_evolve_b_singular": "Evolve a Shelgon", + "quest_title_quest_shint_catch_b": "Catch {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_b": "Evolve {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_s1": "Evolve {{amount_0}} Luxio", + "quest_title_quest_sinnoh_evolve_plural": "Evolve {{amount_0}} Pokémon to species originally discovered in the Sinnoh region", + "quest_title_quest_sinnoh_evolve_stone_plural": "Use a Sinnoh Stone to evolve {{amount_0}} Pokémon", + "quest_title_quest_sinnoh_medal_gold": "Earn a gold Sinnoh medal", + "quest_title_quest_sliggoo_evolve_b_plural": "Evolve {{amount_0}} Sliggoo", + "quest_title_quest_sliggoo_evolve_b_singular": "Evolve a Sliggoo", + "quest_title_quest_slowpoke_catch_b": "Catch {{amount_0}} Slowpoke or Galarian Slowpoke", + "quest_title_quest_slowpoke_evolve_b": "Evolve {{amount_0}} Slowpoke or Galarian Slowpoke", + "quest_title_quest_slowpoke_snapshot_b": "Take a snapshot of {{amount_0}} Slowpoke or Galarian Slowpoke", + "quest_title_quest_snapshot_ar_photo_safari": "Take a Snapshot with your Buddy at the PGO Tent", + "quest_title_quest_snapshot_bali": "Take a snapshot in Bali", + "quest_title_quest_snapshot_buddy": "Take a snapshot with your buddy", + "quest_title_quest_snapshot_bulbasaur": "Take a snapshot of Bulbasaur", + "quest_title_quest_snapshot_charmander": "Take a snapshot of Charmander", + "quest_title_quest_snapshot_chikorita": "Take a snapshot of your Chikorita", + "quest_title_quest_snapshot_cyndaquil": "Take a snapshot of your Cyndaquil", + "quest_title_quest_snapshot_genesect": "Take {{amount_0}} snapshots of Genesect", + "quest_title_quest_snapshot_hariyama": "Take a snapshot of your Hariyama", + "quest_title_quest_snapshot_hoopa_singular": "Take a snapshot of Hoopa", + "quest_title_quest_snapshot_jeju": "Take a snapshot on Jeju Island", + "quest_title_quest_snapshot_keldeo": "Take {{amount_0}} snapshots of Keldeo", + "quest_title_quest_snapshot_landorus": "Take a snapshot of Landorus", + "quest_title_quest_snapshot_machamp": "Take a snapshot of your Machamp", + "quest_title_quest_snapshot_okinawa": "Take a snapshot in Okinawa", + "quest_title_quest_snapshot_poison_grass_singular": "Take a snapshot of a wild Poison-type Pokémon", + "quest_title_quest_snapshot_regi_ice": "Take a snapshot of Regice", + "quest_title_quest_snapshot_regi_rock": "Take a snapshot of Regirock", + "quest_title_quest_snapshot_regi_steel": "Take a snapshot of Registeel", + "quest_title_quest_snapshot_scrafty": "Take a snapshot of your Scrafty", + "quest_title_quest_snapshot_singular": "Take a snapshot", + "quest_title_quest_snapshot_storage_bug_unique_plural": "Take snapshots of {{amount_0}} different Bug-type Pokémon that you caught", + "quest_title_quest_snapshot_storage_steel_unique_plural": "Take snapshots of {{amount_0}} different Steel-type Pokémon that you caught", + "quest_title_quest_snapshot_storage_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", + "quest_title_quest_snapshot_surabaya": "Take a snapshot in Surabaya", + "quest_title_quest_snapshot_thundurus": "Take a snapshot of Thundurus", + "quest_title_quest_snapshot_tornadus": "Take a snapshot of Tornadus", + "quest_title_quest_snapshot_totodile": "Take a snapshot of your Totodile", + "quest_title_quest_snapshot_unique_fire_pokemon": "Take snapshots of {{amount_0}} different Fire-type Pokémon", + "quest_title_quest_snapshot_unique_pokemon": "Take snapshots of {{amount_0}} different Pokémon", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Take a snapshot of Shinx, Blitzle, or Furfrou in the wild", + "quest_title_quest_snapshot_wild_bug_plural": "Take {{amount_0}} snapshots of wild Bug-type Pokémon", + "quest_title_quest_snapshot_wild_bug_unique_plural": "Take snapshots of {{amount_0}} different wild Bug-type Pokémon", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Take a snapshot of Butterfree, Shinx, or Blitzle in the wild", + "quest_title_quest_snapshot_wild_dark_plural": "Take {{amount_0}} snapshots of wild Dark-type Pokémon", + "quest_title_quest_snapshot_wild_dark_unique_plural": "Take snapshots of {{amount_0}} different wild Dark-type Pokémon", + "quest_title_quest_snapshot_wild_dragon_plural": "Take {{amount_0}} snapshots of wild Dragon-type Pokémon", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "Take snapshots of {{amount_0}} different wild Dragon-type Pokémon", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Take a snapshot of Chinchou, Finneon, or Ducklett in the wild", + "quest_title_quest_snapshot_wild_eevee": "Take a snapshot of Eevee in the wild", + "quest_title_quest_snapshot_wild_electric_plural": "Take {{amount_0}} snapshots of wild Electric-type Pokémon", + "quest_title_quest_snapshot_wild_electric_unique_plural": "Take snapshots of {{amount_0}} different wild Electric-type Pokémon", + "quest_title_quest_snapshot_wild_entei": "Take a snapshot of Entei in the wild", + "quest_title_quest_snapshot_wild_fairy_plural": "Take {{amount_0}} snapshots of wild Fairy-type Pokémon", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Fairy-type Pokémon", + "quest_title_quest_snapshot_wild_fighting_plural": "Take {{amount_0}} snapshots of wild Fighting-type Pokémon", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "Take snapshots of {{amount_0}} different wild Fighting-type Pokémon", + "quest_title_quest_snapshot_wild_fire_plural": "Take {{amount_0}} snapshots of wild Fire-type Pokémon", + "quest_title_quest_snapshot_wild_fire_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-type Pokémon", + "quest_title_quest_snapshot_wild_flying_plural": "Take {{amount_0}} snapshots of wild Flying-type Pokémon", + "quest_title_quest_snapshot_wild_flying_unique_plural": "Take snapshots of {{amount_0}} different wild Flying-type Pokémon", + "quest_title_quest_snapshot_wild_frillish_absol": "Take a snapshot of Absol or Frillish in the wild", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Take a snapshot of Sandshrew, Geodude, or Cacnea in the wild", + "quest_title_quest_snapshot_wild_ghost_plural": "Take {{amount_0}} snapshots of wild Ghost-type Pokémon", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "Take snapshots of {{amount_0}} different wild Ghost-type Pokémon", + "quest_title_quest_snapshot_wild_grass_plural": "Take {{amount_0}} snapshots of wild Grass-type Pokémon", + "quest_title_quest_snapshot_wild_grass_singular": "Take a snapshot of a wild Grass-type Pokémon", + "quest_title_quest_snapshot_wild_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Grass-type Pokémon", + "quest_title_quest_snapshot_wild_ground_plural": "Take {{amount_0}} snapshots of wild Ground-type Pokémon", + "quest_title_quest_snapshot_wild_ground_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-type Pokémon", + "quest_title_quest_snapshot_wild_hoothoot": "Take a snapshot of Hoothoot in the wild", + "quest_title_quest_snapshot_wild_ice_plural": "Take {{amount_0}} snapshots of wild Ice-type Pokémon", + "quest_title_quest_snapshot_wild_ice_singular": "Take a snapshot of a wild Ice-type Pokémon", + "quest_title_quest_snapshot_wild_ice_unique_plural": "Take snapshots of {{amount_0}} different wild Ice-type Pokémon", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Take a snapshot of Metapod, Aipom, or Lotad in the wild", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Take a snapshot of Chinchou, Luvdisc, or Finneon in the wild", + "quest_title_quest_snapshot_wild_mareanie_singluar": "Take a snapshot of Mareanie in the wild", + "quest_title_quest_snapshot_wild_normal_plural": "Take {{amount_0}} snapshots of wild Normal-type Pokémon", + "quest_title_quest_snapshot_wild_normal_unique_plural": "Take snapshots of {{amount_0}} different wild Normal-type Pokémon", + "quest_title_quest_snapshot_wild_plural": "Take {{amount_0}} snapshots of wild Pokémon", + "quest_title_quest_snapshot_wild_poison_plural": "Take {{amount_0}} snapshots of wild Poison-type Pokémon", + "quest_title_quest_snapshot_wild_poison_unique_plural": "Take snapshots of {{amount_0}} different wild Poison-type Pokémon", + "quest_title_quest_snapshot_wild_psychic_plural": "Take {{amount_0}} snapshots of wild Psychic-type Pokémon", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "Take snapshots of {{amount_0}} different wild Psychic-type Pokémon", + "quest_title_quest_snapshot_wild_raikou": "Take a snapshot of Raikou in the wild", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-, Rock-, or Fairy-type Pokémon", + "quest_title_quest_snapshot_wild_rock_plural": "Take {{amount_0}} snapshots of wild Rock-type Pokémon", + "quest_title_quest_snapshot_wild_rock_unique_plural": "Take snapshots of {{amount_0}} different wild Rock-type Pokémon", + "quest_title_quest_snapshot_wild_singular": "Take a snapshot of a wild Pokémon", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Take a snapshot of Dodrio, Mantine, or Skarmory in the wild", + "quest_title_quest_snapshot_wild_skitty_kirlia": "Take a snapshot of Kirlia or Skitty in the wild", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Take a snapshot of Sneasel, Croagunk, or Frillish in the wild", + "quest_title_quest_snapshot_wild_steel_plural": "Take {{amount_0}} snapshots of wild Steel-type Pokémon", + "quest_title_quest_snapshot_wild_steel_unique_plural": "Take snapshots of {{amount_0}} different wild Steel-type Pokémon", + "quest_title_quest_snapshot_wild_suicune": "Take a snapshot of Suicune in the wild", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Take a snapshot of Sandshrew, Trapinch, or Cacnea in the wild", + "quest_title_quest_snapshot_wild_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-, Water-, or Grass-type Pokémon", + "quest_title_quest_snapshot_wild_water_plural": "Take {{amount_0}} snapshots of wild Water-type Pokémon", + "quest_title_quest_snapshot_wild_water_singular": "Take a snapshot of wild Water-type Pokémon", + "quest_title_quest_snapshot_wild_water_unique_plural": "Take snapshots of {{amount_0}} different wild Water-type Pokémon", + "quest_title_quest_snapshot_yogyakarta": "Take a snapshot in Yogyakarta", + "quest_title_quest_snapshots_inarow_plural": "Take a snapshot of a Pokémon {{amount_0}} days in a row", + "quest_title_quest_snapshots_plural": "Take {{amount_0}} snapshots", + "quest_title_quest_snapshots_your_plural": "Take {{amount_0}} snapshots of your Pokémon", + "quest_title_quest_snapshots_your_singular": "Take a snapshot of one of your Pokémon", + "quest_title_quest_snivt_catch_b": "Catch {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_b": "Evolve {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_s1": "Evolve {{amount_0}} Servine", + "quest_title_quest_sobble_evolve": "Evolve a Sobble", + "quest_title_quest_sphet_catch_b": "Catch {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_b": "Evolve {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_s1": "Evolve {{amount_0}} Sealeo", + "quest_title_quest_spin_151": "Spin 151 PokéStops or Gyms", + "quest_title_quest_spin_daysinarow": "Visit PokéStops {{amount_0}} days in a row", + "quest_title_quest_spin_go_tour_habitat_01": "Spin {{amount_0}} PokéStops or Gyms in the Seaside Metropolis habitat", + "quest_title_quest_spin_go_tour_habitat_02": "Spin {{amount_0}} PokéStops or Gyms in the Entangled Ruins habitat", + "quest_title_quest_spin_go_tour_habitat_03": "Spin {{amount_0}} PokéStops or Gyms in the Bubbling Mire habitat", + "quest_title_quest_spin_go_tour_habitat_04": "Spin {{amount_0}} PokéStops or Gyms in the Mountain Hot Spring habitat", + "quest_title_quest_spin_go_tour_spiritomb_plural": "Spin {{amount_0}} different Spiritomb PokéStops", + "quest_title_quest_spin_go_tour_spiritomb_singular": "Spin a Spiritomb PokéStop", + "quest_title_quest_spin_mexico_plural": "Spin {{amount_0}} PokéStops in Mexico", + "quest_title_quest_spin_mexico_singular": "Spin a PokéStop in Mexico", + "quest_title_quest_spin_pokestop_days": "Visit PokéStops on {{amount_0}} different days", + "quest_title_quest_spin_ultra_wormhole_gym": "Spin the Gym marked “Ultra Wormhole”", + "quest_title_quest_spin_wcs_2024": "Spin 10 PokéStops or Gyms at the Hawaiʻi Convention Center", + "quest_title_quest_sprigatito_evolve_b": "Evolve a Sprigatito", + "quest_title_quest_squirtle_catch_b": "Catch {{amount_0}} Squirtle", + "quest_title_quest_squirtle_evolve_b": "Evolve {{amount_0}} Squirtle", + "quest_title_quest_squirtle_snapshot_b": "Take {{amount_0}} snapshots of Squirtle", + "quest_title_quest_st_catch_s": "Catch 15 Seedot", + "quest_title_quest_st_evolve_n": "Evolve a Nuzleaf", + "quest_title_quest_st_evolve_s": "Evolve 3 Seedot", + "quest_title_quest_stardust_plural": "Earn {{amount_0}} Stardust", + "quest_title_quest_starly_catch_b": "Catch {{amount_0}} Starly", + "quest_title_quest_starly_evolve_b": "Evolve {{amount_0}} Starly", + "quest_title_quest_starly_snapshot_b": "Take {{amount_0}} snapshots of Starly", + "quest_title_quest_start_battle": "START BATTLE!", + "quest_title_quest_steenee_evolve_b_plural": "Evolve {{amount_0}} Steenee", + "quest_title_quest_steenee_evolve_b_singular": "Evolve a Steenee", + "quest_title_quest_streak_format": "{{amount_0}} DAY STREAK!", + "quest_title_quest_stuff_catch_b": "Catch {{amount_0}} Stufful", + "quest_title_quest_stuff_evolve_b": "Evolve {{amount_0}} Stufful", + "quest_title_quest_stuff_snapshot_b": "Take {{amount_0}} snapshots of Stufful in the wild", + "quest_title_quest_supereffective_charge_party_plural": "Use {{amount_0}} supereffective Charged Attacks while in a party", + "quest_title_quest_supereffective_charge_party_singular": "Use a supereffective Charged Attack while in a party", + "quest_title_quest_supereffective_charge_plural": "Use {{amount_0}} supereffective Charged Attacks", + "quest_title_quest_supereffective_charge_singular": "Use a supereffective Charged Attack", + "quest_title_quest_surskit_catch": "Catch {{amount_0}} Surskit", + "quest_title_quest_swabt_catch_b": "Catch {{amount_0}} Swablu", + "quest_title_quest_swabt_evolve_b": "Evolve {{amount_0}} Swablu", + "quest_title_quest_swinub_cdc_evolve_b": "Evolve {{amount_0}} Swinub", + "quest_title_quest_swinub_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Swinub", + "quest_title_quest_teddiursa_catch_b": "Catch {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_evolve_b": "Evolve {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_snapshot_b": "Take a snapshot of {{amount_0}} Teddiursa", + "quest_title_quest_template.display.branches#0.button_text_key": "Raids, Grunts, and Gyms!", + "quest_title_quest_template.display.branches#0.description_key": "By choosing this path, you’ll be given tasks related to challenging Gyms, raids, and Team GO Rocket members to earn rewards such as an encounter with Charizard and more.", + "quest_title_quest_template.display.branches#1.button_text_key": "GO Battle League!", + "quest_title_quest_template.display.branches#1.description_key": "By choosing this path, you’ll be challenged with tasks related to battling other Trainers to earn rewards such as an encounter with Charizard and more.", + "quest_title_quest_tepit_catch_b": "Catch {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_b": "Evolve {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_s1": "Evolve {{amount_0}} Pignite", + "quest_title_quest_thwackey_evolve": "Evolve a Thwackey", + "quest_title_quest_timburr_catch_b": "Catch {{amount_0}} Timburr", + "quest_title_quest_timburr_evolve_b": "Evolve {{amount_0}} Timburr", + "quest_title_quest_timburr_snapshot_b": "Take a snapshot of {{amount_0}} Timburr", + "quest_title_quest_time_remaining_day_plural": "{{amount_0}} days left to complete this Special Research", + "quest_title_quest_time_remaining_day_singular": "{{amount_0}} day left to complete this Special Research", + "quest_title_quest_togetic_catch_b": "Catch {{amount_0}} Togetic", + "quest_title_quest_togetic_evolve_b": "Evolve {{amount_0}} Togetic", + "quest_title_quest_togetic_snapshot_b": "Take a snapshot of {{amount_0}} Togetic", + "quest_title_quest_torracat_evolve_b_plural": "Evolve {{amount_0}} Torracat", + "quest_title_quest_torracat_evolve_b_singular": "Evolve a Torracat", + "quest_title_quest_trade_50km_plural": "Make {{amount_0}} trades with Pokémon caught at least 50 km apart", + "quest_title_quest_trade_100km_plural": "Make {{amount_0}} trades with Pokémon caught at least 100 km apart", + "quest_title_quest_trade_200km_plural": "Make {{amount_0}} trades with Pokémon caught at least 200 km apart", + "quest_title_quest_trade_300km_plural": "Make {{amount_0}} trades with Pokémon caught at least 300 km apart", + "quest_title_quest_trade_400km_plural": "Make {{amount_0}} trades with Pokémon caught at least 400 km apart", + "quest_title_quest_trade_500km_plural": "Make {{amount_0}} trades with Pokémon caught at least 500 km apart", + "quest_title_quest_trade_500km_singular": "Make a trade with Pokémon caught at least 500 km apart", + "quest_title_quest_trade_pikachu_plural": "Trade {{amount_0}} Pikachu", + "quest_title_quest_trade_plural": "Trade Pokémon {{amount_0}} times", + "quest_title_quest_trade_singular": "Trade a Pokémon", + "quest_title_quest_transfer_pidgey_plural": "Transfer {{amount_0}} Pidgey", + "quest_title_quest_transfer_pokemon_plural": "Transfer {{amount_0}} Pokémon", + "quest_title_quest_transfer_pokemon_singular": "Transfer a Pokémon", + "quest_title_quest_transfer_rock_or_poison_plural": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", + "quest_title_quest_transfer_rock_poison": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", + "quest_title_quest_transfer_type_bug_plural": "Transfer {{amount_0}} Bug-type Pokémon", + "quest_title_quest_transfer_type_dark_plural": "Transfer {{amount_0}} Dark-type Pokémon", + "quest_title_quest_transfer_type_dragon_plural": "Transfer {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_transfer_type_electric_plural": "Transfer {{amount_0}} Electric-type Pokémon", + "quest_title_quest_transfer_type_fairy_plural": "Transfer {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_transfer_type_fighting_plural": "Transfer {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_transfer_type_fire_plural": "Transfer {{amount_0}} Fire-type Pokémon", + "quest_title_quest_transfer_type_flying_plural": "Transfer {{amount_0}} Flying-type Pokémon", + "quest_title_quest_transfer_type_ghost_plural": "Transfer {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_transfer_type_grass_plural": "Transfer {{amount_0}} Grass-type Pokémon", + "quest_title_quest_transfer_type_ground_plural": "Transfer {{amount_0}} Ground-type Pokémon", + "quest_title_quest_transfer_type_ice_plural": "Transfer {{amount_0}} Ice-type Pokémon", + "quest_title_quest_transfer_type_normal_plural": "Transfer {{amount_0}} Normal-type Pokémon", + "quest_title_quest_transfer_type_poison_plural": "Transfer {{amount_0}} Poison-type Pokémon", + "quest_title_quest_transfer_type_psychic_plural": "Transfer {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_transfer_type_rock_plural": "Transfer {{amount_0}} Rock-type Pokémon", + "quest_title_quest_transfer_type_steel_plural": "Transfer {{amount_0}} Steel-type Pokémon", + "quest_title_quest_transfer_type_water_plural": "Transfer {{amount_0}} Water-type Pokémon", + "quest_title_quest_travel_routes_km_plural": "Walk {{amount_0}} km while traveling Routes", + "quest_title_quest_travel_routes_meters_plural": "Walk {{amount_0}} m while traveling Routes", + "quest_title_quest_tynamo_catch_b": "Catch {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_plural": "Evolve {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_singular": "Evolve a Tynamo", + "quest_title_quest_under_investigation": "Professor Willow is currently performing an investigation regarding this research. Check back for more details soon!", + "quest_title_quest_urd22_june_battle_gym": "Research Day: Battle in a Gym", + "quest_title_quest_urd22_june_battle_raid": "Research Day: Battle in a raid", + "quest_title_quest_urd22_june_beries": "Research Day: Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_urd22_june_catch_rock": "Research Day: Catch {{amount_0}} Rock-type Pokémon", + "quest_title_quest_urd22_june_catch_weather": "Research Day: Catch {{amount_0}} Pokémon with Weather Boost", + "quest_title_quest_urd22_june_curveball": "Research Day: Land {{amount_0}} Curveball Throws", + "quest_title_quest_urd22_june_curveball_row": "Research Day: Land {{amount_0}} Curveball Throws in a row", + "quest_title_quest_urd22_june_evolve_rock": "Research Day: Evolve {{amount_0}} Rock-type Pokémon", + "quest_title_quest_urd22_june_gift_sticker": "Research Day: Send {{amount_0}} Gifts with stickers", + "quest_title_quest_urd22_june_great": "Research Day: Land {{amount_0}} Great Throws", + "quest_title_quest_urd22_june_great_row": "Research Day: Land {{amount_0}} Great Throws in a row", + "quest_title_quest_urd22_june_nice": "Research Day: Land {{amount_0}} Nice Throws", + "quest_title_quest_urd22_june_nice_row": "Research Day: Land {{amount_0}} Nice Throws in a row", + "quest_title_quest_urd22_june_powerup": "Research Day: Power up a Pokémon {{amount_0}} times", + "quest_title_quest_urd22_june_snap_rock": "Research Day: Take a snapshot of a wild Rock-type Pokémon", + "quest_title_quest_urd22_june_spin_stops": "Research Day: Spin {{amount_0}} PokéStops", + "quest_title_quest_urd22_june_supereffective": "Research Day: Use a supereffective Charged Attack", + "quest_title_quest_ursaring_evolve_b": "Evolve {{amount_0}} Ursaring", + "quest_title_quest_use_any_potion": "Use any Potion on a Pokémon", + "quest_title_quest_use_charged_move_singular": "Use a supereffective Charged Attack", + "quest_title_quest_use_charged_tm": "Use a Charged TM", + "quest_title_quest_use_dai_plural": "Use {{amount_0}} Daily Adventure Incense", + "quest_title_quest_use_dai_singular": "Use one Daily Adventure Incense", + "quest_title_quest_use_fast_tm": "Use a Fast TM", + "quest_title_quest_use_hyper_potion": "Use a Hyper Potion on a Pokémon", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "Use {{amount_0}} Lure Modules while following Routes", + "quest_title_quest_use_lure_singular": "Use a Lure Module while following a Route", + "quest_title_quest_use_max_potion": "Use a Max Potion on a Pokémon", + "quest_title_quest_use_poffin": "Use a Poffin", + "quest_title_quest_use_rare_candy_plural": "Use {{amount_0}} Rare Candies", + "quest_title_quest_use_rare_candy_singular": "Use a Rare Candy", + "quest_title_quest_use_standard_charged_tm": "Use a Charged TM", + "quest_title_quest_use_standard_fast_tm": "Use a Fast TM", + "quest_title_quest_use_super_potion": "Use a Super Potion on a Pokémon", + "quest_title_quest_uxie_wild_snap": "Take a snapshot of Uxie in the wild", + "quest_title_quest_val19_catch_specific_plural": "Valentine’s Day: Catch {{amount_0}} Luvdisc", + "quest_title_quest_val19_catch_specific_singular": "Valentine’s Day: Catch a Chansey", + "quest_title_quest_visit_different_pokestops": "Spin {{amount_0}} different PokéStops", + "quest_title_quest_visit_pokestop_new_plural": "Spin {{amount_0}} PokéStops you haven't visited before", + "quest_title_quest_visit_pokestop_new_singular": "Spin a PokéStop you haven't visited before", + "quest_title_quest_visit_pokestops_party_plural": "Spin {{amount_0}} PokéStops or Gyms while in a party", + "quest_title_quest_visit_pokestops_plural": "Spin {{amount_0}} PokéStops or Gyms", + "quest_title_quest_visit_pokestops_singular": "Spin a PokéStop or Gym", + "quest_title_quest_visit_unique_pokestops_plural": "Spin {{amount_0}} different PokéStops or Gyms", + "quest_title_quest_wailmer_catch_b": "Catch {{amount_0}} Wailmer", + "quest_title_quest_waina_catch_great_ultra_plural": "Catch {{amount_0}} Pokémon in Great Balls or Ultra Balls using Pokémon GO Plus +", + "quest_title_quest_waina_catch_plural": "Catch {{amount_0}} Pokémon in Poké Balls using Pokémon GO Plus +", + "quest_title_quest_waina_sleep_days": "Track sleep using Pokémon GO Plus + for {{amount_0}} days", + "quest_title_quest_waina_sleep_days_singular": "Track sleep using Pokémon GO Plus + for 1 day", + "quest_title_quest_waina_spin_pokestop_plural": "Spin {{amount_0}} PokéStops using Pokémon GO Plus +", + "quest_title_quest_walk_25km_inaweek_plural": "Walk 25 km in one week using Adventure Sync {{amount_0}} times", + "quest_title_quest_walk_buddy_plural": "Earn {{amount_0}} Candies walking with your buddy", + "quest_title_quest_walk_buddy_singular": "Earn a Candy walking with your buddy", + "quest_title_quest_walk_eevee_for_evo": "Walk 10 km with Eevee as your buddy to earn Candy", + "quest_title_quest_walk_hgrowlithe_header_0": "Tails of Adventure", + "quest_title_quest_walk_km": "Walk {{amount_0}} km", + "quest_title_quest_walk_km_plural": "Walk {{amount_0}} km", + "quest_title_quest_walk_routes_plural": "Walk {{amount_0}} km while following Routes", + "quest_title_quest_walk_routes_singular": "Walk {{amount_0}} km while following Routes", + "quest_title_quest_walk_steps": "Walk {{amount_0}} steps", + "quest_title_quest_wartortle_evolve_b": "Evolve {{amount_0}} Wartortle", + "quest_title_quest_waterfestival_catch_feed_plural": "Water Festival: Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_waterfestival_catch_pokemon_plural": "Water Festival: Catch {{amount_0}} Pokémon", + "quest_title_quest_waterfestival_catch_special9_plural": "Water Festival: Catch {{amount_0}} Magikarp or Wailmer", + "quest_title_quest_waterfestival_catch_type_water_plural": "Water Festival: Catch {{amount_0}} Water-type Pokémon", + "quest_title_quest_waterfestival_evolve_plural": "Water Festival: Evolve {{amount_0}} Shellder", + "quest_title_quest_waterfestival_evolve_type_water_plural": "Water Festival: Evolve {{amount_0}} Water-type Pokémon", + "quest_title_quest_waterfestival_hatch_egg_singular": "Water Festival: Hatch an Egg", + "quest_title_quest_waterfestival_land_great_plural": "Water Festival: Make {{amount_0}} Great Throws", + "quest_title_quest_waterfestival_land_nice_plural": "Water Festival: Make {{amount_0}} Nice Throws", + "quest_title_quest_waterfestival_win_raid_singular": "Water Festival: Win a raid", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer bonus: Catch {{amount_0}} Pokémon", + "quest_title_quest_wcs_2024_catch_psychic_electric": "Catch {{amount_0}} Electric- or Psychic-type Pokémon", + "quest_title_quest_wcs_2024_snapshot_fairy": "Take {{amount_0}} snapshots of different wild Fairy-type Pokémon", + "quest_title_quest_wcs_2024_spin_00": "Spin the PokéStop at the Pokémon GO Zone", + "quest_title_quest_wcs_2024_spin_01": "Spin the PokéStop at the Play Lab", + "quest_title_quest_wcs_2024_spin_02": "Spin the PokéStop at the Collect & Trade Corner", + "quest_title_quest_weepinbell_evolve_b_plural": "Evolve {{amount_0}} Weepinbell", + "quest_title_quest_weepinbell_evolve_b_singular": "Evolve a Weepinbell", + "quest_title_quest_wimpod_catch_b": "Catch {{amount_0}} Wimpod", + "quest_title_quest_win_gym_plural": "Win {{amount_0}} Gym battles", + "quest_title_quest_win_gym_singular": "Win a Gym battle", + "quest_title_quest_win_raid_2_singular": "Win a two-star raid or higher", + "quest_title_quest_win_raid_3_plural": "Win {{amount_0}} three-star raids or higher", + "quest_title_quest_win_raid_3_singular": "Win a three-star raid or higher", + "quest_title_quest_win_raid_buddy_plural": "Win {{amount_0}} raids with your Buddy Pokémon", + "quest_title_quest_win_raid_buddy_singular": "Win a raid with your buddy", + "quest_title_quest_win_raid_lvl1_higher_singular": "Win a one-star raid or higher", + "quest_title_quest_win_raid_lvl1_singular": "Win a one-star raid", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Win {{amount_0}} raids using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Win a raid using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Win a three-star raid using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 2,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Win a three-star raid using only Pokémon with 2,500 CP or less", + "quest_title_quest_win_raid_party_plural": "Win {{amount_0}} raids while in a party", + "quest_title_quest_win_raid_party_singular": "Win a raid while in a party", + "quest_title_quest_win_raid_plural": "Win {{amount_0}} raids", + "quest_title_quest_win_raid_singular": "Win a raid", + "quest_title_quest_win_raid_unique_plural": "Win {{amount_0}} raids using a team of all unique Pokémon species", + "quest_title_quest_win_raid_unique_singular": "Win a raid using a team of all unique Pokémon species", + "quest_title_quest_win_raid_with_friend_plural": "Win {{amount_0}} raids with a friend", + "quest_title_quest_win_raid_with_friend_singular": "Win a raid with a friend", + "quest_title_quest_win_raids_unique_1500_plural": "Win {{amount_0}} raids with a team of different Pokémon at or below 1,500 CP", + "quest_title_quest_win_raids_unique_plural": "Win {{amount_0}} raids with a team of different Pokémon", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "Defeat a Team GO Rocket Leader using only Pokémon with 1500 CP or less", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 2,500 CP or less", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,000 CP or less", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,500 CP or less", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 4,000 CP or less", + "quest_title_quest_wooper_catch_b": "Catch {{amount_0}} Wooper or Paldean Wooper", + "quest_title_quest_wooper_evolve_b": "Evolve {{amount_0}} Wooper or Paldean Wooper", + "quest_title_quest_wooper_snapshot_b": "Take a snapshot of {{amount_0}} Wooper or Paldean Wooper", + "quest_title_quest_wt_catch_weedle": "Catch {{amount_0}} Weedle", + "quest_title_quest_wt_evolve_kakuna": "Evolve {{amount_0}} Kakuna", + "quest_title_quest_wt_evolve_weedle": "Evolve {{amount_0}} Weedle", + "quest_title_quest_xp_plural": "Earn {{amount_0}} XP", + "quest_title_quest_zigzagoon_catch_b": "Catch {{amount_0}} Galarian Zigzagoon", + "quest_title_quest_zigzagoon_evolve_b": "Evolve {{amount_0}} Galarian Zigzagoon", + "quest_title_quest_zigzagoon_snapshot_b": "Take {{amount_0}} snapshots of Galarian Zigzagoon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Caught 0 Pokémon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Caught {{amount_0}} Pokémon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "Caught 1 Pokémon", + "quest_title_score_1_10_11_12_singular": "Caught {{amount_0}} Fire-, Water-, or Grass-type Pokémon", + "quest_title_score_1_10_singular": "Caught {{amount_0}} Fire-type Pokémon", + "quest_title_score_1_11_singular": "Caught {{amount_0}} Water-type Pokémon", + "quest_title_score_1_12_singular": "Caught {{amount_0}} Grass-type Pokémon", + "quest_title_score_1_none": "Caught 0 Pokémon", + "quest_title_score_1_plural": "Caught {{amount_0}} Pokémon", + "quest_title_score_1_singular": "Caught 1 Pokémon", + "quest_title_score_6_plural": "Won {{amount_0}} raids", + "quest_title_score_6_singular": "Won 1 raid", + "quest_title_score_8_10_none": "Made 0 Nice Throws", + "quest_title_score_8_10_plural": "Made {{amount_0}} Nice Throws", + "quest_title_score_8_10_singular": "Made 1 Nice Throw", + "quest_title_score_8_11_none": "Made 0 Great Throws", + "quest_title_score_8_11_plural": "Made {{amount_0}} Great Throws", + "quest_title_score_8_11_singular": "Made 1 Great Throw", + "quest_title_score_8_12_none": "Made 0 Excellent Throws", + "quest_title_score_8_12_plural": "Made {{amount_0}} Excellent Throws", + "quest_title_score_8_12_singular": "Made 1 Excellent Throw", + "quest_title_score_8_13_none": "Made 0 Curveball Throws", + "quest_title_score_8_13_plural": "Made {{amount_0}} Curveball Throws", + "quest_title_score_8_13_singular": "Made 1 Curveball Throw", + "quest_title_score_11_701_none": "Used 0 Razz Berries", + "quest_title_score_11_701_plural": "Used {{amount_0}} Razz Berries", + "quest_title_score_11_701_singular": "Used 1 Razz Berry", + "quest_title_score_11_703_none": "Used 0 Nanab Berries", + "quest_title_score_11_703_plural": "Used {{amount_0}} Nanab Berries", + "quest_title_score_11_703_singular": "Used 1 Nanab Berry", + "quest_title_score_11_705_none": "Used 0 Pinap Berries", + "quest_title_score_11_705_plural": "Used {{amount_0}} Pinap Berries", + "quest_title_score_11_705_singular": "Used 1 Pinap Berry", + "quest_title_score_15_10_none": "Made 0 Nice Curveball Throws", + "quest_title_score_15_10_plural": "Made {{amount_0}} Nice Curveball Throws", + "quest_title_score_15_10_singular": "Made 1 Nice Curveball Throw", + "quest_title_score_15_11_none": "Made 0 Great Curveball Throws", + "quest_title_score_15_11_plural": "Made {{amount_0}} Great Curveball Throws", + "quest_title_score_15_11_singular": "Made 1 Great Curveball Throw", + "quest_title_score_15_12_none": "Made 0 Excellent Curveball Throws", + "quest_title_score_15_12_plural": "Made {{amount_0}} Excellent Curveball Throws", + "quest_title_score_15_12_singular": "Made 1 Excellent Curveball Throw", + "quest_title_score_22_none": "Completed 0 battles with team leaders", + "quest_title_score_22_plural": "Completed {{amount_0}} battles with team leaders", + "quest_title_score_22_singular": "Completed 1 battle with a team leader", + "quest_title_score_23_none": "Completed 0 GO Battle League battles", + "quest_title_score_23_plural": "Completed {{amount_0}} GO Battle League battles", + "quest_title_score_23_singular": "Completed 1 GO Battle League battle", + "quest_title_score_battle_raid_none": "Battled in 0 raids", + "quest_title_score_battle_raid_plural": "Battled in {{amount_0}} raids", + "quest_title_score_battle_raid_singular": "Battled in 1 raid", + "quest_title_score_catch_feed_none": "Used 0 Berries", + "quest_title_score_catch_feed_plural": "Used {{amount_0}} Berries", + "quest_title_score_catch_feed_singular": "Used 1 Berry", + "quest_title_score_catch_pokemon": "Caught {{amount_0}} Pokémon", + "quest_title_score_defeat_rocket_none": "Defeated 0 Team GO Rocket members", + "quest_title_score_defeat_rocket_plural": "Defeated {{amount_0}} Team GO Rocket members", + "quest_title_score_defeat_rocket_singular": "Defeated 1 Team GO Rocket member", + "quest_title_score_field_research_none": "Completed 0 Field Research tasks", + "quest_title_score_field_research_plural": "Completed {{amount_0}} Field Research tasks", + "quest_title_score_field_research_singular": "Completed 1 Field Research task", + "quest_title_score_send_gift_none": "Sent 0 Gifts to friends", + "quest_title_score_send_gift_plural": "Sent {{amount_0}} Gifts to friends", + "quest_title_score_send_gift_singular": "Sent 1 Gift to a friend", + "quest_title_score_spin_pokestop_none": "Spun 0 PokéStops", + "quest_title_score_spin_pokestop_plural": "Spun {{amount_0}} PokéStops", + "quest_title_score_spin_pokestop_singular": "Spun 1 PokéStop", + "quest_win_raid_plural": "Win {{amount}} raids", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Star Raid", + "raid_1_plural": "1 Star Raids", + "raid_2": "2 Star Raid", + "raid_2_plural": "2 Star Raids", + "raid_3": "3 Star Raid", + "raid_3_plural": "3 Star Raids", + "raid_4": "4 Star Raid", + "raid_4_plural": "4 Star Raids", + "raid_5": "Legendary Raid", + "raid_5_plural": "Legendary Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "Best in the Afternoon", + "route_tag_architecture": "Architecture", + "route_tag_art": "Art", + "route_tag_beachy": "Beachy", + "route_tag_bike_path": "Bike Path", + "route_tag_biking": "Good for Biking", + "route_tag_body_of_water": "Waterside", + "route_tag_buildings": "Lots of Buildings", + "route_tag_category_misc": "Miscellaneous", + "route_tag_category_nearby": "Nearby", + "route_tag_category_suitability": "Suitability", + "route_tag_category_terrain": "Terrain", + "route_tag_category_theme": "Theme", + "route_tag_city_life": "City Life", + "route_tag_culture": "Culture", + "route_tag_easy_going": "Relaxed", + "route_tag_flat": "Flat", + "route_tag_foliage": "Lots of Foliage", + "route_tag_food": "Food", + "route_tag_grassy": "Grassy", + "route_tag_hilly": "Hilly", + "route_tag_historic": "Historic", + "route_tag_intense": "Intense", + "route_tag_morning": "Best in the Morning", + "route_tag_muddy": "Muddy", + "route_tag_nature": "Nature", + "route_tag_night": "Best at Night", + "route_tag_no_parking": "No Parking Nearby", + "route_tag_no_people": "Not Many People", + "route_tag_open_space": "Lots of Open Space", + "route_tag_parking": "Parking Nearby", + "route_tag_parks_nearby": "Parks Nearby", + "route_tag_partially_paved": "Partially Paved Path", + "route_tag_paved": "Paved Path", + "route_tag_people": "Lots of People", + "route_tag_pets": "Pet-Friendly", + "route_tag_plenty_pokestops": "Lots of PokéStops", + "route_tag_public_transport": "Near Public Transport", + "route_tag_raid_friendly": "Lots of Gyms", + "route_tag_rainy_day": "Good for a Rainy Day", + "route_tag_rocky": "Rocky", + "route_tag_running": "Good for Running", + "route_tag_sandy": "Sandy", + "route_tag_seasonal": "Seasonal", + "route_tag_sightseeing": "Sightseeing", + "route_tag_stroller": "Stroller-Accessible", + "route_tag_sunny_day": "Good for a Sunny Day", + "route_tag_tree_cover": "Tree Cover", + "route_tag_unpaved": "Unpaved Path", + "route_tag_views": "Great Views", + "route_tag_walking": "Good for Walking", + "route_tag_wheelchair": "Wheelchair Accessible", + "route_tag_wildlife": "Lots of Wildlife", + "route_tag_woodsy": "Woodsy", + "route_tags_label": "TAGS", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "Shadow", + "team_1": "Mystic", + "team_2": "Valor", + "team_3": "Instinct", + "team_a_0": "No Team", + "team_a_1": "Team Mystic", + "team_a_2": "Team Valor", + "team_a_3": "Team Instinct", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "Extreme", + "weather_1": "Clear", + "weather_2": "Rain", + "weather_3": "Partly Cloudy", + "weather_4": "Cloudy", + "weather_5": "Windy", + "weather_6": "Snow", + "weather_7": "Fog", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁", + "e1": "1-Star Eggs", + "e2": "2-Star Eggs", + "e3": "3-Star Eggs", + "e4": "4-Star Eggs", + "e5": "Legendary Eggs", + "e6": "Mega Eggs", + "scanAreas_subtitle": "Toont beschikbare scan gebieden polygons", + "selected_areas": "{{amount}} Area Selected", + "selected_areas_plural": "{{amount}} Areas Selected", + "raids_or": "Filter Raid Bosses apart van Raids" +} diff --git a/client/public/locales/pl/translation.json b/client/public/locales/pl/translation.json new file mode 100644 index 000000000..264a6a538 --- /dev/null +++ b/client/public/locales/pl/translation.json @@ -0,0 +1,6004 @@ +{ + "login": "Login", + "click_once": "Kliknij 'Autoryzuj' tylko raz", + "save": "Zapisz", + "reset": "Zresestuj", + "close": "Zamknij", + "reset_filters": "Zresetuj filtry", + "pokemon_filters": "Ustawienia filtrów Pokémonów", + "gyms_filters": "Ustawienia filtrów gymów", + "pokestops_filters": "Ustawienia filtrów Pokéstopów", + "nests_filters": "Ustawienia filtrów nestów", + "help": "Pomoc", + "apply_to_all": "Zastosuj do wszystkich", + "disable_all": "Wyłącz wszystkie", + "enable_all": "Włącz wszystkie", + "enabled": "Włączone", + "legacy": "Legacy", + "id": "ID", + "location": "Lokalizacja", + "search_pokemon": "Szukaj Pokémonów", + "search_nests": "Szukaj nestów", + "search_gyms": "Szukaj gymów", + "search_pokestops": "Szukaj Pokéstopów", + "search_raids": "Szukaj raidów", + "search_eggs": "Szukaj jajek", + "search_quests": "Szukaj zadań", + "search_lures": "Szukaj lurów", + "search_invasions": "Szukaj inwazji", + "sm": "SM", + "md": "MD", + "lg": "LG", + "xl": "XL", + "min": "Min", + "max": "Max", + "set_size": "Ustaw rozmiar ikon", + "slot_selection": "Wybór szczeliny", + "generations": "Generacje", + "types": "Typy", + "forms": "Formy", + "rarity": "Rzadkość", + "others": "Inne", + "categories": "Kategorie", + "rank": "Rank", + "slider_iv": "Zakres IV", + "slider_great": "Great League", + "slider_ultra": "Ultra League", + "slider_little": "Little Cup", + "slider_atk_iv": "Atak", + "slider_def_iv": "Obrona", + "slider_sta_iv": "Stamina", + "slider_level": "Poziom", + "slider_size": "Rozmiar", + "abbreviation_level": "L", + "lvl": "LVL", + "cap": "Cap", + "custom": "Dostosowany", + "valid": "Poprawny", + "invalid": "Niepoprawny!", + "overwrites": "Nadpisuje wszystkie filtry", + "valid_filter": "Filtr statystyk poprawny", + "invalid_filter": "Wprowadź poprawny filtr", + "gyms": "Gymy", + "nests": "Nesty", + "pokestops": "Pokéstopy", + "pokemon": "Pokémony", + "wayfarer": "Wayfarer", + "scan_areas": "Skanowane obszary", + "s2cells": "Komórki S2", + "weather": "Pogoda", + "admin": "Inne", + "settings": "Ustawienia", + "advanced": "Zaawansowane", + "tile_servers": "Serwer kafelków", + "icons": "Ikony", + "navigation": "Nawigacja", + "drawer": "Menu nawigacyjne", + "tile_servers_default": "Domyślny", + "drawer_temporary": "Tymaczsowe", + "drawer_persistent": "Stałe", + "locale_selection": "Wybór języka", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "Importuj", + "export": "Eksportuj", + "logout": "Wyloguj", + "local_storage_cleared": "Lokalna pamięć została wyczyszczona!", + "iv_or_filter": "IV OR Filtr", + "polygons": "Obszary", + "raids": "Raidy", + "ex_eligible": "EX Gymy", + "in_battle": "W trakcie walki", + "all_pokestops": "Wszystkie Pokéstopy", + "lures": "Lury", + "quests": "Zadania", + "invasions": "Inwazje", + "portals": "Portale", + "submission_cells": "Komórki do zgłoszenia", + "spawnpoint": "Spawnpoint", + "spawnpoints": "Spawnpointy", + "s2_cell_level": "Poziom {{level}} S2 Cell", + "total_count": "Całkowita ilość", + "next_submission": "Kolejne zgłoszenie!", + "never": "Nigdy", + "next_gym": "Kolejny gym", + "scan_cells": "Komórki S2", + "devices": "Urządzenia", + "use_my_location": "Użyj bieżącej lokalizacji", + "submit_feedback_title": "Prześlij komentarz / Zgłoś błąd", + "use_the_link_below": "Możesz użyć poniższego linka aby przesłać opinię lub zgłosić napotkane błędy.", + "feedback_to_devs": "Opinia przesyłana jest bezpośrednio do programistów.", + "feedback_form": "Formularz zgłoszenia", + "unknown_pokestop": "Nieznana nazwa Pokéstopu", + "unknown_gym": "Nieznana nazwa gymu", + "exclude": "Wyklucz", + "exclude_quest": "Wyklucz zadanie", + "exclude_invasion": "Wyklucz inwazję", + "exclude_team": "Wyklucz drużynę", + "exclude_raid": "Wyklucz raid", + "exclude_lure": "Wyklucz lura", + "timer": "Licznik", + "hide": "Ukryj", + "tier": "Poziom", + "slots": "Miejsc", + "mega": "Mega", + "form": "Forma", + "starts": "Początek", + "ends": "Koniec", + "defender": "Obrońca", + "best_buddy": "Najlepszy przyjaciel", + "cp": "CP", + "kilogram": "kg", + "meter": "m", + "total_cp": "Całkowite CP", + "first_seen": "Pierwotnie widziany", + "last_seen": "Ostatnio widziany", + "last_modified": "Ostatnio zmodyfikowany", + "last_updated": "Ostatnio zaktualizowany", + "imported": "Zaimportowany", + "nest_estimated": "Dane nestu są szacunkowe!", + "verify_nests": "Potwierdź sprawdzając aktualne spawny", + "nest_out_of_date": "Nest może być nieaktualny", + "nest_check_current": "Sprawdź aktualne spawny", + "spawns_per_hour": "Spawny/h", + "teams": "Drużyny", + "eggs": "Jajka", + "reverse": "Odwrotne", + "selected": "Zaznaczone", + "unselected": "Niezaznaczone", + "only_available": "Dostępne", + "common": "Pospolity", + "uncommon": "Rzadziej spotykany", + "rare": "Rzadki", + "ultra_rare": "Bardzo rzadki", + "regional": "Regionalny", + "event": "Event", + "legendary": "Legendarne", + "mythical": "Normalne", + "ultra_beast": "Ultra Beast", + "alt_forms": "Alternatywne", + "alola": "Alola", + "galarian": "galarian", + "showing": "Widoczne", + "instance": "Instancja", + "online": "Online", + "offline": "Offline", + "boosted_types": "Typy na booście", + "pokemon_options": "Opcje Pokémonów", + "pokestops_options": "Opcje Pokéstopów", + "gyms_options": "Opcje gymów", + "nests_options": "Opcje nestów", + "wayfarer_options": "Opcje Wayfarer", + "admin_options": "Inne opcje", + "weather_options": "Opcje Pogody", + "s2cells_options": "Opcje komórek S2", + "clustering": "Scalanie", + "glow": "Poświata", + "legacy_filter": "Stary filtr", + "raid_timers": "Licznik czasu wszystkich raidów", + "invasion_timers": "Licznik czasu wszystkich inwazji", + "lure_timers": "Licznik czasu wszystkich lurów", + "device_path_color": "Kolor ścieżki urządzenia", + "old_portals": "Stare portale", + "new_portals": "Nowe portale", + "items": "Przedmioty", + "energy": "Energia", + "ar_eligible": "Zadania AR", + "iv_circles": "Znaczniki IV", + "min_iv_circle": "Minimalne IV znacznika", + "interaction_ranges": "Okręgi interakcji", + "cannot_connect": "Nie można połączyć się z serwerem w tej chwili.\nNatychmiastowa ponowna próba spowoduje tylko więcej problemów.\nProszę spróbować ponownie za kilka minut.\n\n- Administracja", + "mad_quest_text": "Natywne zadania", + "xs": "xs", + "primary": "Podstawowe", + "secondary": "Rozszerzone", + "zero_iv": "0% IV", + "hundo_iv": "100% IV", + "open_menu": "Otwórz menu", + "zoom_in": "Przybliż", + "zoom_out": "Oddal", + "welcome": "Witaj w", + "back": "Wstecz", + "next": "Dalej", + "finish": "Zakończ", + "start_tutorial": "Samouczek początkowy", + "view_profile": "Zobacz profil", + "login_optional": "Login (opcjonalnie)", + "tutorial": "Samouczek", + "tutorial_language": "Wybierz język", + "tutorial_welcome": "To jest interaktywny samouczek i możesz śmiało korzystać ze wszystkich dostępnych opcji", + "tutorial_categories": "Kategorie do których masz dostęp", + "tutorial_logged_in": "Możesz zobaczyć szczegóły dotyczące uprawnień na swoim profilu.", + "tutorial_logged_out": "Możesz zobaczyć szczegóły dotyczące uprawnień po zalogowaniu.", + "tutorial_sidebar_0": "Tutaj są wszystkie Twoje filtry i ustawienia", + "tutorial_sidebar_1": "Używając suwaków możesz wybrać dokładnie te dane z wybranej kategorii, których potrzebujesz", + "tutorial_sidebar_2": "Opcje: Dodatkowe dostosowanie\nZaawansowane: Zostanie omówione w dalszej części tego samouczka", + "tutorial_sliders_0": "Użyj suwaków aby dostosować filtry", + "tutorial_sliders_1": "Pokémony pomiędzy:", + "tutorial_sliders_2": "- IV od {{iv0}}% do {{iv1}}%", + "tutorial_sliders_3": "Poziom od {{level0}} do {{level1}}", + "tutorial_sliders_3alt": "- ORAZ Poziom od {{level0}} do {{level1}}", + "tutorial_sliders_4": "- Ranking Great League od {{gl0}} do {{gl1}}", + "tutorial_sliders_4alt": "- ALBO Ranking Great League od {{gl0}} do {{gl1}}", + "tutorial_sliders_5": "- Ranking Ultra League od {{ul0}} do {{ul1}}", + "tutorial_sliders_5alt": "- ALBO Ranking Ultra League od {{ul0}} do {{ul1}}", + "tutorial_sliders_6": "Łączy się z innymi tego samego koloru", + "tutorial_sliders_7": "Filtruje oddzielnie od pozostałych suwaków", + "tutorial_sliders_8": "'Pełen' suwak oznacza, że jest nieaktywny:", + "tutorial_sliders_9": "Wszystkie spawny, niezależnie od tego, czy posiadają IV czy nie", + "tutorial_help": "Skrót do tego menu", + "tutorial_adv_filter": "Tylko dla urządzeń mobilnych, otwiera opcje filtrowania w menu zaawansowanym", + "tutorial_tune": "Ustawia filtr zaawansowany dla wszystkich Pokémonów obecnie filtrowanych w menu", + "tutorial_format_size": "Ustawia rozmiar ikony dla wszystkich pozycji obecnie filtrowanych w menu", + "tutorial_check": "Włącza wszystkie pozycje obecnie filtrowane w menu", + "tutorial_clear": "Wyłącza wszystkie pozycje obecnie filtrowane w menu", + "tutorial_save": "Zapisuje wybrane Pokémony i zamyka okno", + "tutorial_show_all_view": "Przełącza Pokéstopy i gymy", + "tutorial_show_pokemon_view": "Przełącza Pokémony", + "tutorial_toggle": "Kliknięcię w krzyżyk / X przełącza element", + "tutorial_pokemon_caption": "Ta ikona pozwala na ustawienie filtrów dla konkretnego Pokémona", + "tutorial_all_caption": "Drużyny mają dostęp do specjalnego menu slotowego\nWszystkie pozostałe przedmioty pozwalają na zmianę rozmiaru ikony", + "tutorial_popup_0": "Okienka pop-up są teraz interaktywne!", + "tutorial_popup_1": "Trzy kropki otwierają opcje ukryj, wyklucz lub przełącz licznik czasu", + "tutorial_popup_2": "Ikony po obydwu stronach linku nawigacyjnego rozwijają się pokazując dodatkowe informacje, wypróbuj jak to działa!", + "tutorial_popup_3": "Ikony w każdej kategorii różnią się, upewnij się, że wypróbujesz wszystkie", + "tutorial_closing_0": "Dodatkowe informacje", + "tutorial_closing_1": "Ogólne suwaki Pokémonów na pasku bocznym działają oddzielnie od menu zaawansowanego i nie mają na siebie wpływu", + "tutorial_closing_2": "Nie zapomnij sprawdzić sekcji ustawień w menu nawigacyjnym", + "tutorial_closing_3": "Istnieje mnóstwo opcji wizualnych dostępnych dla każdej kategorii, ale im więcej z nich pojawi się na Twojej mapie, tym większe będzie prawdopodobieństwo, że mapa będzie działać wolno lub się zawiesi", + "tutorial_closing_4": "Mozesz ponownie obejrzeć samouczek wybierając go w panelu ustawień w menu nawigacyjnym", + "tutorial_closing_5": "Uważaj na siebie i powodzenia!", + "intro": "Wprowadzenie", + "sidebar": "Pasek boczny", + "sliders": "Suwaki", + "popups": "Pop-upy", + "closing": "Zamykanie", + "shortcuts": "Skróty", + "iv": "IV", + "area_restrictions": "Restrykcje obszarów", + "map": "Mapa", + "stats": "Statystyki", + "pvp": "PvP", + "area_restrictions_subtitle": "Masz dostęp do następujących obszarów", + "devices_subtitle": "Pokazuje lokalizacje i trasy aktywnych urządzeń", + "gyms_subtitle": "Pokazuje lokalizację wszystkich aktywnych gymów, aktywne drużyny oraz ilosć dostępnych slotów", + "invasions_subtitle": "Pokazuje informacje o inwazji Zespołu R, włącznie z Pokémonami wystawionymi do walki oraz nagrodami, które możesz otrzymać", + "iv_subtitle": "Pokazuje IV w procentach oraz opcje poświaty", + "lures_subtitle": "Pokazuje informacje o lurach, włącznie z typem oraz czasem zakończenia lura", + "map_subtitle": "Pokazuje mapę", + "nests_subtitle": "Pokazuje obecnie nestujące Pokémony oraz powierzchnie nestów", + "pokemon_subtitle": "Pokazuje lokalizacje Pokémonów oraz czas ich zniknięcia", + "pokestops_subtitle": "Pokazuje lokalizacje wszystkich Pokéstopów", + "portals_subtitle": "Pokazuje portale z Ingress", + "pvp_subtitle": "Pokazuje rangę PVP/CP/informację o poziomie każdego Pokémona", + "quests_subtitle": "Pokazuje nagrodę oraz informację o zadaniu", + "raids_subtitle": "Pokazuje dane raidu, takie jak informacja o bossie, jajku, czasie zakończenia czy atakach bossa", + "scan_cells_subtitle": "Pokazuje czas ostatniego skanowania komórki S2 przez urządzenie", + "scan_areas_subtitle": "Pokazuje dostępne obszary skanowania", + "spawnpoints_subtitle": "Pokazuje spawnpointy oraz ich przybliżone czasy despawnu", + "stats_subtitle": "Pokazuje statystyki i poziomy Pokémona", + "submission_cells_subtitle": "Wyświetla informacje przydatne w dodawaniu nowych POI", + "weather_subtitle": "Pokazuje aktualną pogodę w grze w każdej komórce", + "scanner_subtitle": "Współpracuj bezpośrednio ze skanerem na różne sposoby", + "s2cells_subtitle": "Wyświetla komórki S2 na różnych poziomach na mapie", + "backups_subtitle": "Umożliwia tworzenie kopii zapasowych i ładowanie ustawień na różne urządzenia", + "backups": "Kopie zapasowe", + "user_profile": "Profil użytkownika", + "user_username": "Nazwa użytkownika", + "candy": "Candy", + "show_ex_badge": "Pokaż odznaki EX", + "search": "Szukaj", + "global_search_quests": "Wprowadź nazwę nagrody...", + "global_search_lures": "Wprowadź nazwę przynęty...", + "global_search_pokestops": "Wprowadź nazwę Pokéstopa...", + "global_search_gyms": "Wprowadź nazwę Gymu...", + "global_search_portals": "Wprowadź nazwę portalu...", + "global_search_nests": "Wprowadź nazwę nestującego Pokémona...", + "global_search_raids": "Wprowadż nazwę Raid Bossa...", + "global_search_pokemon": "Wprowadź nazwę Pokémona...", + "global_search_invasions": "Wprowadź typ Grunta, Imię lub nazwę nagrody za pokonanie...", + "raid_level_badges": "Odznaki poziomu raidu", + "options": "Opcje", + "profile": "Profil", + "pokemon_icons": "Ikony Pokémonów", + "pokestop_icons": "Ikony Pokéstopów", + "gym_icons": "Ikony gymów", + "team_icons": "Ikony drużyn", + "egg_icons": "Ikony jajek", + "raid_icons": "Ikony raidów", + "nest_icons": "Ikony nestów", + "reward_icons": "Ikony nagród", + "type_icons": "Ikony typów", + "weather_icons": "Ikony pogody", + "misc_icons": "Pozostałe ikony", + "invasion_icons": "Ikony inwazji", + "spawnpoint_icons": "Ikony Spawnpointów", + "device_icons": "Ikony urządzeń", + "pokemon_audio": "Dźwięk Pokémonów", + "pokestop_audio": "Dźwięk w okolicy PokéStopu", + "gym_audio": "Dźwięk w okolicy siłowni", + "team_audio": "Dźwięk związany z drużyną", + "egg_audio": "Dźwięk jajka", + "raid_audio": "Dźwięk w okolicy rajdu", + "nest_audio": "Dźwięk w okolicy gniazda", + "reward_audio": "Dźwięk nagrody", + "type_audio": "Dźwięk typu", + "weather_audio": "Dźwięk związany z pogodą", + "misc_audio": "Różne dźwięki", + "invasion_audio": "Dźwięk inwazji", + "spawnpoint_audio": "Dźwięk w okolicy punktu zrespawnowania", + "device_audio": "Dźwięk urządzenia", + "pokemon_timers": "Licznik czasu wszystkich Pokémonów", + "show_dex_num_in_popup": "Pokaż Pokédex # w Popupie", + "popup": "Popup", + "pvp_level": "Statystyki PvP poziomu {{level}}", + "pvp_mega": "Statystyki PvP Mega", + "webhook_entry": "Dodaj do {{name}}", + "remove_webhook_entry": "Usuń z {{name}}", + "distance": "Dystans", + "gym": "Gym", + "egg": "Jajko", + "raid": "Raid", + "lure": "Lur", + "quest": "Quest", + "invasion": "Inwazja", + "nest": "Nest", + "pokestop": "Pokéstop", + "team": "Drużyna", + "global": "Globalny", + "manage_webhook": "Zarządzaj {{name}}", + "drag_and_drop": "Przeciągnij i upuść znacznik, aby ustawić swoją lokalizację", + "click_to_select": "Kliknij aby wybrać", + "add_new": "Dodaj nowy alert {{category}}", + "my_location": "Moja lokacja", + "choose_on_map": "Wybierz na mapie", + "select_profile": "Wybierz profil", + "distance_radius": "Podgląd odległości promienia", + "areas": "Obszary", + "select_webhook": "Wybierz bota", + "ar_quest_true": "Z AR", + "ar_quest_false": "Bez AR", + "with_ar": "Z AR", + "both": "Obydwa", + "without_ar": "Bez AR", + "exclude_quest_multi": "Wyklucz {{reward}}", + "cluster_limit_0": "{{variable_0}} limit ({{variable_1}}) został osiągnięty", + "cluster_limit_1": "Proszę przybliż lub zawęź swoje filtry", + "show_polygons": "Pokaż Obszary", + "exclude_invasion_multi": "Wyklucz {{invasion}}", + "stardust": "Stardust", + "slider_cp": "CP", + "pvp_ranking_league": "League", + "pvp_ranking_min_cp": "Min. CP", + "slider_pvp": "Ranking", + "profile_no": "Profil", + "template": "Szablon", + "gender": "Płeć", + "clean": "Czyść", + "all_forms": "Wszystkie formy", + "pvp_entry": "Wpis PVP", + "no_iv": "Dołącz bez IV", + "by_distance": "Według odległości", + "min_time": "Minimalny czas", + "add_new_profile": "Dodaj nowy profil", + "slider_none": "Brak", + "non_registered_human_title": "Ups, coś poszło nie tak!", + "non_registered_human_desc": "Nie możesz być zarejestrowany w {{webhook}}\n\nLub serwer jest obecnie niedostępny", + "try_again_later": "Spróbuj ponownie później", + "selected_areas_one": "{{count}} wybrany obszar", + "selected_areas_other": "{{count}} wybrane obszary", + "webhook_selection": "{{name}} wybór", + "message_of_the_day": "Wiadomość Dnia", + "has_quest_indicator": "Alternatywny kolor dla Pokéstopów z zadaniami", + "show_ar_badge": "Pokaż odznaki AR", + "all_gyms": "Wszystkie Gymy", + "general": "Ogólny", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "Połącz globalne oraz zaawansowane", + "normal_forms": "Formy normalne", + "weather_indicator": "Wskaźnik pogody", + "page": "Strona {{page}}", + "navigation_controls": "Sterowanie nawigacją", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "Ekskluzywny", + "all_moves": "Wszystkie ruchy", + "move": "Ruch", + "any": "Każdy", + "min_spawn_average": "Średnia minimalna liczba spawnów", + "select_all": "Zaznacz wszystko", + "delete_all": "Usuń zaznaczone", + "cancel": "Anuluj", + "day_1": "Poniedziałek", + "day_2": "Wtorek", + "day_3": "Środa", + "day_4": "Czwartek", + "day_5": "Piątek", + "day_6": "Sobota", + "day_7": "Niedziela", + "profile_name": "Nazwa profilu", + "manage_profiles": "Zarządzaj profilami", + "min_spawn_avg": "Średnia minimalna liczba spawnów", + "poke_global": "Wszystko", + "amount": "Ilość", + "specific_gym": "Określony Gym", + "search_location": "Wyszukaj lokalizacje", + "search_specific": "Wyszukaj konkretną {{category}}", + "webhook_success_gym": "Dodano alerty o raidach, jajkach oraz zmianie drużyny!", + "slot_changes": "Zmiany w szczelinach", + "slot_changes_poracle": "slot_changes", + "confirm_delete": "Spowoduje to usunięcie całego śledzenia dla tego profilu, czy na pewno?", + "confirm_copy": "Wybierz profil, do którego chcesz skopiować „{{profile}}”, to całkowicie nadpisze ten profil.", + "webhook_error": "{{name}} nie mógł tego przetworzyć.\n\nSpróbuj ponownie później.", + "profile_error": "Musi być unikalny i prawidłowy", + "team_0": "Harmony", + "battle_changes": "W bitwie", + "battle_changes_poracle": "battle_changes", + "auto": "Automatyczny", + "webhooks_subtitle": "Zarządzaj alertami bezpośrednio z mapy dla tych botów", + "event_stops_subtitle": "Wyświetla specjalne Pokéstopki eventowe, takie jak Kecleon", + "webhooks": "Powiadomienia", + "scanner": "Akcje skanera", + "everything_individually": "Dodaj indywidualne powiadomienia", + "individually": "indywidualne", + "join": "Dołącz", + "errors_404": "Ups, nie można znaleźć tej strony!", + "errors_500": "Wystąpił błąd serwera, spróbuj ponownie później!", + "local_username": "Nazwa użytkownika", + "local_password": "Hasło", + "local_error": "Wystąpił błąd, spróbuj ponownie później!", + "no_filter_results": "Nie znaleziono wyników\n\nSpróbuj poszerzyć swoje filtry", + "donor_page": "Strona Sponsora", + "go_back": "Wróć", + "access": "Dostęp", + "link_discord": "Odnośnik do Discorda", + "select_webhook_strategy": "Menedżer alertów", + "webhook_strategy_success_0": "Sukces! \nOdświeżam, aby pobrać ustawienia alertów...", + "register": "Zarejestruj", + "invalid_credentials": "Nieprawidłowe dane logowania", + "localauth_failed": "Błąd uwierzytelniania", + "error_creating_user": "W tej chwili nie można zarejestrować nowego użytkownika", + "discord_linked": "Dyskord połączony", + "telegram_linked": "Połączono z telegramem", + "dialog_filter_footer_apply_to_all_width": 3, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 1, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 7, + "drawer_grid_options_width": 5, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 5, + "popup_gym_description_width": 8, + "popup_gym_seen_timer_width": 4, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 8, + "popup_pokestop_seen_timer_width": 4, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 6, + "popup_pokemon_seen_timer_width": 5, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "poziom", + "km": "km", + "feedback": "Wyślij opinię", + "donor_menu": "Menu Sponsora", + "pokemon_cell": "Lokalizacja Pokémona może się różnić", + "timer_verified": "Ten licznik jest zweryfikowany", + "timer_unverified": "Ten licznik jest niezweryfikowany", + "all": "Wszystkie", + "badge_0": "Brak", + "badge_1": "Podst.", + "badge_2": "Brąz", + "badge_3": "Srebro", + "badge_4": "Złoto", + "gym_badge_menu": "Edytuj odznakę gymu", + "gym_badges": "Odznaki gymów", + "gym_badge_diamonds": "Pokaż odznaki gymów", + "gym_badges_subtitle": "Wyświetla odznaki gymów na mapie oraz listę na stronie profilu.", + "confirm_filters_reset": "Zresetuj ustawienia", + "filters_reset_text": "Czy na pewno chcesz zresetować ustawienia do domyślnych wartości? Ta czynność jest nieodwracalna!", + "filters_reset_title": "Reset ustawień", + "raid_quick_select": "Szybki wybór", + "disabled": "Wyłączone", + "loading": "Ładowanie {{category}}", + "loading_icons": "Ładowanie ikon", + "loading_invasions": "Ładowanie inwazji", + "scan_next": "Lokalizacja skanowania", + "scan_next_choose": "Przeciągnij i upuść znacznik, aby ustawić lokalizację skanowania", + "scan_zone": "Skanuj obszar", + "scan_zone_choose": "Przeciągnij i upuść znacznik, aby ustawić lokalizację skanowania i wybrać rozmiar", + "scan_zone_size": "Rozmiar", + "scan_zone_range": "Zakres", + "scan_zone_spacing": "Rozstaw", + "scan_zone_radius": "Promień", + "scan_requests": "Żądania skanowania", + "scan_queue": "Bieżąca kolejka", + "click_to_scan": "Skanuj tutaj", + "scan_confirmed_title": "Potwierdzone żądanie skanowania", + "scan_confirmed": "Skaner został wysłany do lokalizacji, wynik wkrótce pojawi się na mapie!", + "scan_loading_title": "Wysyłanie prośby o skanowanie", + "scan_loading": "Twoje żądanie skanowania jest przetwarzane i wysyłane do systemu!", + "scan_error_title": "Błąd", + "scan_error": "Wystąpił błąd podczas przetwarzania żądania skanowania...", + "scan_outside_area": "Ta lokalizacja znajduje się poza granicami autoryzowanych obszarów", + "pvp_ranking_cap": "Poziom", + "lc_title": "Śledź swoją lokalizację", + "lc_metersUnit": "m", + "lc_feetUnit": "ft", + "lc_popup": "Jesteś w odległości {distance} {unit} od tego punktu", + "lc_outsideMapBoundsMsg": "Wydajesz się znajdować poza granicami mapy", + "no_alerts": "Brak alertów", + "loading_settings": "Ładowanie ustawień", + "refresh_to_continue": "Odśwież, zanim przejdziesz dalej", + "session_expired_title": "Sesja wygasła", + "session_expired_body": "Twoja sesja wygasła", + "old_client_title": "Stara wersja", + "old_client_body": "Dostępna jest nowa wersja tej mapy", + "early_old_client_title": "Nieaktualne", + "early_old_client_body": "Stara wersja tej aplikacji może być zapisana w pamięci cache przeglądarki, musisz wyczyścić cache , zanim będziesz mógł używać tej aplikacji.", + "refresh": "Odśwież", + "points": "Punkty", + "day": "Dzień", + "days": "Dni", + "react_error": "Coś poszło nie tak", + "clickable_icon": "Ikona jest klikalna", + "two_stops_till_next": "2 stopy do następnego", + "one_stop_till_next": "1 stop do następnego", + "no_more_gyms": "Koniec gymów", + "light_map_border": "Jasna ramka mapy", + "dark_map_border": "Ciemna ramka mapy", + "cell_blocked": "Komórka zablokowana", + "poi_color": "Kolor POI", + "quest_condition": "Warunek zadania", + "always_show_labels": "Zawsze pokazuj etykiety", + "scan_areas_options": "Opcje obszarów skanowania", + "historic_rarity": "Rzadkość historyczna", + "poi": "Interesujące punkty", + "300m_range": "Zasięg 300m", + "lure_range": "Zasięg Lura", + "custom_range": "Niestandardowy zasięg", + "tap_to_toggle": "Naciśnij, aby przełączyć", + "power_up": "PowerUp", + "never_alt": "Nigdy", + "seen_nearby_stop": "Widziany w pobliżu", + "seen_nearby_cell": "Widziany w tej komórce", + "seen_lure_encounter": "Spotkany z Lura", + "seen_lure_wild": "Spawn z Lura", + "seen_wild": "Dziki Spawn", + "event_stops": "Eventowe", + "event_stop_timers": "Timery stacji eventowych", + "size_0": "Dowolne", + "size_1": "XXS", + "size_2": "XS", + "size_3": "M", + "size_4": "XL", + "size_5": "XXL", + "show_size_indicator": "Pokaż wskaźnik rozmiaru", + "size": "Rozmiar", + "gold_stop": "Złoty Pokéstop", + "profile_backups": "Zamiana profilu", + "new_backup": "Nowa kopia zapasowa", + "create": "Utwórz", + "load": "Załaduj", + "update": "Aktualizuj", + "delete": "Usuń", + "name": "Nazwa", + "only_confirmed": "Tylko potwierdzone", + "only_exclude_grunts": "Wykluczyć chrząknięcia", + "only_exclude_leaders": "Wykluczyć liderów", + "rocket_pokemon": "Pokémony Rocket", + "decoy": "Przynęta", + "s2_cell_limit_0": "Próbowałeś wygenerować więcej niż 20 000 komórek ({{variable_0}})", + "s2_cell_zoom_limit": "Niektóre komórki są za małe, aby być wyświetlone na tym poziomie powiększenia", + "show_all_pvp_ranks": "Pokaż wszystkie rangi PVP", + "enable_pokemon_popup_coords": "Pokaż współrzędne Pokémonów", + "enable_gym_popup_coords": "Pokaż współrzędne siłowni", + "enable_pokestop_popup_coords": "Pokaż współrzędne Pokéstopów", + "enable_portal_popup_coords": "Pokaż współrzędne portalu", + "on_block_join_discord": "Proszę dołącz do naszego discorda, aby uzyskać więcej informacji.", + "on_block_msg": "Zostałeś zablokowany za bycie członkiem", + "denied": "Odmówiono", + "showcase": "Prezentacja", + "unknown_event": "Nieznane wydarzenie", + "scanner_countdown": "Dostępne za {{time}}s", + "success": "Sukces", + "contribute": "Współpraca", + "mi": "mi", + "filter_by_areas": "Filtruj według obszarów", + "submit_nest_name": "Prześlij nazwę nesta", + "nest_submission_menu": "Aktualizacja nazwy", + "nest_submissions": "Przesyłanie nestów", + "nest_submissions_subtitle": "Pozwala na przesyłanie nowych nazw dla nestów", + "pokemon_opacity": "Dynamiczna przezroczystość Pokémonów", + "invasion_opacity": "Dynamiczna przezroczystość inwazji", + "raid_opacity": "Dynamiczna przezroczystość rajdów", + "opacity_ten_minutes": "Przezroczystość po 10 minutach", + "opacity_five_minutes": "Przezroczystość po 5 minutach", + "opacity_one_minute": "Przezroczystość po 1 minucie", + "level_circles": "Wskaźniki poziomu", + "min_level_circle": "Minimalny poziom okręgu", + "mutation_auth_error": "Twoje żądanie nie powiodło się z powodu braku zalogowania", + "submitted_by": "Przesłane przez", + "reversible": "Odwrotny", + "version": "Wersja", + "route_tags": "Etykiety scieżek", + "routes": "Scieżki", + "route_type": "Typ scieżki", + "routes_subtitle": "Wyświetl scieżki w grze i związane z nimi informacje na mapie", + "description": "Opis", + "additional_info": "Dodatkowe informacje", + "duration": "Czas trwania", + "elevation": "Pochylenie", + "contest_category_1": "Najmniejszy rozmiar", + "context_category_2": "Największy rozmiar", + "total_entries": "Całkowita liczba", + "showcase_rankings": "Rankingi prezentacji", + "showcase_rankings_subtitle": "Wyświetla listę najlepszych wyników dla prezentacji na Punkcie Przyciągania", + "tth": "TTH", + "tth_0": "Wszystkie", + "tth_1": "Znane", + "tth_2": "Nieznane", + "no_access": "Brak dostępu", + "cooldown": "Cooldown", + "scan_some_outside_area": "Niektóre lokalizacje znajdują się poza uprawnionymi granicami", + "alerts": "Alerty", + "alert_manager": "Menedżer alertów", + "menu": "Menu", + "theme": "Motyw", + "exit": "Wyjście", + "component": "Komponent", + "component_login_page": "Strona logowania", + "component_donation_page": "Strona dotacji", + "component_message_of_the_day": "Komunikat dnia", + "download": "Pobierz", + "playground": "Plac zabaw", + "locale": "Lokalizacja", + "saved": "Zapisane", + "show_editor": "Pokaż edytor", + "hide_editor": "Ukryj edytor", + "reported_error": "Ten błąd został zgłoszony do serwera z identyfikatorem", + "dark_mode": "Tryb ciemny", + "load_from_autosave": "Załaduj z automatycznego zapisu", + "done": "Gotowe", + "fast": "Szybki", + "charged": "Ładowany", + "offline_mode": "Tryb offline", + "include_sponsored": "Pokaż Sponsorowane", + "showcase_color": "Kolor Wystawy", + "partner_color": "Kolor Partnera", + "disable": "Wyłącz {{- name}}", + "profiling": "Tworzenie Profili", + "showcase_block": "Zablokowane ze względu na wystawę", + "signed_in_as": "Zalogowano jako", + "missing_map_perm": "Nie masz uprawnień by wyświetlić mapę.", + "access_denied": "Brak dostępu", + "audio": "Dźwięk", + "desktop_notifications": "Powiadomienia na komputerze", + "notifications_options": "Opcje powiadomień", + "audio_always_on": "Dźwięk zawsze odtwarzany", + "volume_level": "Poziom głośności", + "notifications_status": "Status powiadomień", + "granted": "udzielono", + "set_all": "Ustaw wszystkie", + "set_filtered": "Ustaw filtrowane", + "only_show_available": "Pokaż tylko dostępne", + "easy_mode": "Tryb łatwy", + "quick_select": "Szybkie filtry globalne", + "pokemon_filter_mode": "Tryb filtru Pokémonów", + "basic": "Podstawowy", + "intermediate": "Średniozaawansowany", + "expert": "Ekspert", + "basic_description": "Łatwe wybieranie Pokémonów i zastosowanie globalnego filtra", + "intermediate_description": "Ustawianie indywidualnych filtrów globalnie i dla poszczególnych Pokémonów (tradycyjnie)", + "expert_description": "Ręczne wprowadzanie zapytań dla najbardziej zaawansowanych ustawień", + "icon_size": "Rozmiar ikony", + "developer": "Deweloper", + "raid_override": "Nadpisz", + "search_rocket_pokemon": "Wyszukaj Pokémony Rocket", + "main": "Główne", + "extra": "Dodatkowe", + "select": "Wybierz", + "searching": "wyszukiwanie...", + "no_options": "Brak opcji...", + "and": "ORAZ", + "or": "LUB", + "only_global": "Tylko globalne", + "global_caption": "Ignoruje wszystkie inne filtry", + "global_and_individual": "Globalne oraz indiwidualne filtry", + "gender_filters_all": "Płeć dotyczy wszystkich", + "and_caption": "Filtrowane razem", + "or_caption": "Filtrowane osobno", + "filter_help": "Pomoc", + "kilometers": "Kilometry", + "miles": "Mile", + "distance_unit": "Jednostka odległości", + "data_management": "Zarządzanie danymi", + "reset_or_manage_text": "Możesz zresetować filtry lub wyświetlić stronę zarządzania danymi, która pozwoli ci zresetować poszczególne kategorie.", + "reset_audio": "Resetuj dźwięk", + "reset_all": "Resetuj wszystkie", + "reset_icons": "Resetuj ikony", + "reset_position": "Resetuj pozycję", + "reset_ui": "Resetuj UI", + "reset_options": "Resetuj opcje", + "reset_menus": "Resetuj menu", + "reset_settings": "Resetuj ustawienia", + "reset_general_title": "Ogólne", + "reset_filters_title": "Filtry", + "reset_assets": "Zasoby", + "reset_pokemon": "Resetuj Pokémony", + "reset_pokestops": "Resetuj Pokéstopy", + "reset_gyms": "Resetuj Gymy", + "reset_nests": "Resetuj Nesty", + "reset_portals": "Resetuj Portale", + "reset_routes": "Resetuj ścieżki", + "reset_scan_areas": "Resetuj obszary skanowania", + "reset_scan_cells": "Resetuj komórki skanowania", + "reset_devices": "Resetuj Urządzenia", + "reset_weather": "Resetuj pogodę", + "reset_s2cells": "Resetuj Komórki S2", + "reset_spawnpoints": "Resetuj Spawnpointy", + "reset_submission_cells": "Resetuj komórki do zgłoszenia", + "hisuian": "Hisuian", + "spacial_rend_range": "Zasięg Rysowania Rend.", + "key": "Klucz", + "ai": "AI", + "human": "Człowiek", + "locales": "Tłumaczenia", + "instructions": "Instrukcje", + "locale_instructions_1": "Wybierz język z listy rozwijanej", + "locale_instructions_2": "Wprowadź żądane tłumaczenie w kolumnie \"Człowiek\"", + "locale_instructions_3": "Kliknij przycisk \"$t(download)\", aby pobrać plik JSON", + "locale_instructions_4": "Link do repozytorium GitHub poniżej", + "locale_instructions_5": "Utwórz nowy branch i nadaj mu nazwę tłumaczonego języka.", + "locale_instructions_6": "Zastąp zawartość pliku \"packages/locales/lib/human/{{lng}}.json\" pobranym plikiem", + "locale_instructions_7": "Utwórz PR", + "locale_instructions_8": "Poczekaj, aż PR zostanie sprawdzony i zmergowany.", + "enter_translation": "Wejdź do tłumaczenia", + "individual_filters": "Częściowo filtrowane", + "data_limit_reached": "Ostatnio zażądałeś zbyt dużej ilości danych i jesteś na przerwie do {{until}}", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "Earn {{amount}} hearts with your buddy", + "challenge_buddy_treat_plural": "Give your buddy {{amount}} treats", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "Jajko 1 poziomu", + "egg_1_plural": "Jajka 1 poziomu", + "egg_2": "Jajko 1 poziomu", + "egg_2_plural": "Jajka 2 poziomu", + "egg_3": "Jajko 1 poziomu", + "egg_3_plural": "Jajka 3 poziomu", + "egg_4": "Jajko 1 poziomu", + "egg_4_plural": "Jajka 4 poziomu", + "egg_5": "Legendarne jajko", + "egg_5_plural": "Legendarne jajka", + "egg_6": "Mega jajko", + "egg_6_plural": "Mega jajka", + "egg_7": "Mega Legendarne jajko", + "egg_7_plural": "Mega Legendarne jajka", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "Normal", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "Normal", + "form_34": "Attack", + "form_35": "Defense", + "form_36": "Speed", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "Normal", + "form_46": "Alola", + "form_47": "Normal", + "form_48": "Alola", + "form_49": "Normal", + "form_50": "Alola", + "form_51": "Normal", + "form_52": "Alola", + "form_53": "Normal", + "form_54": "Alola", + "form_55": "Normal", + "form_56": "Alola", + "form_57": "Normal", + "form_58": "Alola", + "form_59": "Normal", + "form_60": "Alola", + "form_61": "Normal", + "form_62": "Alola", + "form_63": "Normal", + "form_64": "Alola", + "form_65": "Normal", + "form_66": "Alola", + "form_67": "Normal", + "form_68": "Alola", + "form_69": "Normal", + "form_70": "Alola", + "form_71": "Normal", + "form_72": "Alola", + "form_73": "Normal", + "form_74": "Alola", + "form_75": "Normal", + "form_76": "Alola", + "form_77": "Normal", + "form_78": "Alola", + "form_79": "Normal", + "form_80": "Alola", + "form_81": "Normal", + "form_82": "Frost Rotom", + "form_83": "Fan Rotom", + "form_84": "Mow Rotom", + "form_85": "Wash Rotom", + "form_86": "Heat Rotom", + "form_87": "Plant Cloak", + "form_88": "Sandy Cloak", + "form_89": "Trash Cloak", + "form_90": "Altered Forme", + "form_91": "Origin Forme", + "form_92": "Sky Forme", + "form_93": "Land Forme", + "form_94": "Overcast Form", + "form_95": "Sunny", + "form_96": "West Sea", + "form_97": "East Sea", + "form_98": "West Sea", + "form_99": "East Sea", + "form_100": "Normal", + "form_101": "Fighting", + "form_102": "Flying", + "form_103": "Poison", + "form_104": "Ground", + "form_105": "Rock", + "form_106": "Bug", + "form_107": "Ghost", + "form_108": "Steel", + "form_109": "Fire", + "form_110": "Water", + "form_111": "Grass", + "form_112": "Electric", + "form_113": "Psychic", + "form_114": "Ice", + "form_115": "Dragon", + "form_116": "Dark", + "form_117": "Fairy", + "form_118": "Plant Cloak", + "form_119": "Sandy Cloak", + "form_120": "Trash Cloak", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "Normal", + "form_136": "Red-Striped", + "form_137": "Blue-Striped", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "Incarnate Forme", + "form_141": "Therian Forme", + "form_142": "Incarnate Forme", + "form_143": "Therian Forme", + "form_144": "Incarnate Forme", + "form_145": "Therian Forme", + "form_146": "Normal", + "form_147": "Black Kyurem", + "form_148": "White Kyurem", + "form_149": "Ordinary Form", + "form_150": "Resolute Form", + "form_151": "Aria Forme", + "form_152": "Pirouette Forme", + "form_157": "Normal", + "form_160": "Normal", + "form_163": "Normal", + "form_166": "Normal", + "form_169": "Normal", + "form_172": "Normal", + "form_175": "Normal", + "form_178": "Normal", + "form_181": "Normal", + "form_184": "Normal", + "form_187": "Normal", + "form_190": "Normal", + "form_193": "Normal", + "form_196": "Normal", + "form_199": "Normal", + "form_202": "Normal", + "form_205": "Normal", + "form_208": "Normal", + "form_211": "Normal", + "form_214": "Normal", + "form_217": "Normal", + "form_224": "Normal", + "form_229": "Normal", + "form_232": "Normal", + "form_235": "Normal", + "form_238": "Normal", + "form_241": "Normal", + "form_244": "Normal", + "form_247": "Normal", + "form_250": "Normal", + "form_253": "Normal", + "form_256": "Normal", + "form_259": "Normal", + "form_262": "Normal", + "form_265": "Normal", + "form_268": "Normal", + "form_271": "Normal", + "form_274": "Normal", + "form_277": "Normal", + "form_280": "Normal", + "form_283": "Normal", + "form_286": "Normal", + "form_289": "Normal", + "form_292": "Normal", + "form_295": "Normal", + "form_298": "Normal", + "form_301": "Normal", + "form_304": "Normal", + "form_307": "Normal", + "form_310": "Normal", + "form_313": "Normal", + "form_316": "Normal", + "form_319": "Normal", + "form_322": "Normal", + "form_585": "Spring Form", + "form_586": "Summer Form", + "form_587": "Autumn Form", + "form_588": "Winter Form", + "form_589": "Spring Form", + "form_590": "Summer Form", + "form_591": "Autumn Form", + "form_592": "Winter Form", + "form_593": "Normal", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "Normal", + "form_599": "Noevolve", + "form_600": "Normal", + "form_601": "Noevolve", + "form_602": "Normal", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "Normal", + "form_613": "Normal", + "form_616": "Normal", + "form_619": "Normal", + "form_622": "Normal", + "form_625": "Normal", + "form_628": "Normal", + "form_631": "Normal", + "form_634": "Normal", + "form_637": "Normal", + "form_640": "Normal", + "form_643": "Normal", + "form_646": "Normal", + "form_649": "Normal", + "form_652": "Normal", + "form_655": "Normal", + "form_658": "Normal", + "form_661": "Normal", + "form_664": "Normal", + "form_667": "Normal", + "form_670": "Normal", + "form_677": "Normal", + "form_680": "Normal", + "form_683": "Normal", + "form_688": "Normal", + "form_691": "Normal", + "form_694": "Normal", + "form_697": "Normal", + "form_700": "Normal", + "form_703": "Normal", + "form_706": "Normal", + "form_713": "Normal", + "form_716": "Normal", + "form_719": "Normal", + "form_722": "Normal", + "form_729": "Normal", + "form_734": "Normal", + "form_737": "Normal", + "form_740": "Normal", + "form_743": "Normal", + "form_746": "Normal", + "form_749": "Normal", + "form_752": "Normal", + "form_755": "Normal", + "form_758": "Normal", + "form_761": "Normal", + "form_764": "Normal", + "form_767": "Normal", + "form_770": "Normal", + "form_773": "Normal", + "form_776": "Normal", + "form_779": "Normal", + "form_782": "Normal", + "form_785": "Normal", + "form_788": "Normal", + "form_791": "Normal", + "form_794": "Normal", + "form_797": "Normal", + "form_800": "Normal", + "form_803": "Normal", + "form_806": "Normal", + "form_809": "Normal", + "form_812": "Normal", + "form_815": "Normal", + "form_818": "Normal", + "form_821": "Normal", + "form_824": "Normal", + "form_827": "Normal", + "form_830": "Normal", + "form_833": "Normal", + "form_836": "Normal", + "form_839": "Normal", + "form_846": "Normal", + "form_849": "Normal", + "form_852": "Normal", + "form_855": "Normal", + "form_858": "Normal", + "form_861": "Normal", + "form_864": "Normal", + "form_867": "Normal", + "form_870": "Normal", + "form_873": "Normal", + "form_876": "Normal", + "form_879": "Normal", + "form_888": "Normal", + "form_891": "Normal", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "Normal", + "form_901": "Vs 2019", + "form_902": "Normal", + "form_905": "Normal", + "form_908": "Normal", + "form_911": "Normal", + "form_914": "Normal", + "form_917": "Normal", + "form_920": "Normal", + "form_923": "Normal", + "form_926": "Normal", + "form_929": "Normal", + "form_932": "Normal", + "form_935": "Normal", + "form_938": "Normal", + "form_941": "Normal", + "form_944": "Galarian", + "form_945": "Normal", + "form_946": "Galarian", + "form_947": "Normal", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "Normal", + "form_956": "Normal", + "form_959": "Normal", + "form_962": "Normal", + "form_965": "Normal", + "form_968": "Normal", + "form_971": "Normal", + "form_974": "Normal", + "form_981": "Normal", + "form_984": "Normal", + "form_987": "Normal", + "form_990": "Normal", + "form_993": "Normal", + "form_996": "Normal", + "form_999": "Normal", + "form_1002": "Normal", + "form_1005": "Normal", + "form_1008": "Normal", + "form_1011": "Normal", + "form_1014": "Normal", + "form_1017": "Normal", + "form_1020": "Normal", + "form_1023": "Normal", + "form_1026": "Normal", + "form_1029": "Normal", + "form_1032": "Normal", + "form_1035": "Normal", + "form_1038": "Normal", + "form_1041": "Normal", + "form_1044": "Normal", + "form_1047": "Normal", + "form_1050": "Normal", + "form_1053": "Normal", + "form_1056": "Normal", + "form_1059": "Normal", + "form_1062": "Normal", + "form_1065": "Normal", + "form_1068": "Normal", + "form_1071": "Normal", + "form_1074": "Normal", + "form_1077": "Normal", + "form_1080": "Normal", + "form_1083": "Normal", + "form_1086": "Normal", + "form_1089": "Normal", + "form_1092": "Normal", + "form_1095": "Normal", + "form_1098": "Normal", + "form_1101": "Normal", + "form_1104": "Normal", + "form_1107": "Normal", + "form_1110": "Normal", + "form_1115": "Normal", + "form_1118": "Normal", + "form_1121": "Normal", + "form_1124": "Normal", + "form_1127": "Normal", + "form_1130": "Normal", + "form_1133": "Normal", + "form_1136": "Normal", + "form_1139": "Normal", + "form_1142": "Normal", + "form_1145": "Normal", + "form_1148": "Normal", + "form_1151": "Normal", + "form_1154": "Normal", + "form_1157": "Normal", + "form_1160": "Normal", + "form_1163": "Normal", + "form_1166": "Normal", + "form_1169": "Normal", + "form_1172": "Normal", + "form_1175": "Normal", + "form_1178": "Normal", + "form_1181": "Normal", + "form_1184": "Normal", + "form_1187": "Normal", + "form_1190": "Normal", + "form_1193": "Normal", + "form_1196": "Normal", + "form_1199": "Normal", + "form_1202": "Normal", + "form_1205": "Normal", + "form_1208": "Normal", + "form_1211": "Normal", + "form_1214": "Normal", + "form_1217": "Normal", + "form_1220": "Normal", + "form_1223": "Normal", + "form_1226": "Normal", + "form_1229": "Normal", + "form_1232": "Normal", + "form_1235": "Normal", + "form_1238": "Normal", + "form_1241": "Normal", + "form_1244": "Normal", + "form_1247": "Normal", + "form_1250": "Normal", + "form_1253": "Normal", + "form_1256": "Normal", + "form_1259": "Normal", + "form_1262": "Normal", + "form_1265": "Normal", + "form_1268": "Normal", + "form_1271": "Normal", + "form_1274": "Normal", + "form_1277": "Normal", + "form_1280": "Normal", + "form_1283": "Normal", + "form_1286": "Normal", + "form_1289": "Normal", + "form_1292": "Normal", + "form_1295": "Normal", + "form_1298": "Normal", + "form_1301": "Normal", + "form_1304": "Normal", + "form_1307": "Normal", + "form_1310": "Normal", + "form_1313": "Normal", + "form_1316": "Normal", + "form_1319": "Normal", + "form_1322": "Normal", + "form_1325": "Normal", + "form_1328": "Normal", + "form_1331": "Normal", + "form_1334": "Normal", + "form_1337": "Normal", + "form_1340": "Normal", + "form_1343": "Normal", + "form_1346": "Normal", + "form_1349": "Normal", + "form_1352": "Normal", + "form_1355": "Normal", + "form_1358": "Normal", + "form_1361": "Normal", + "form_1364": "Normal", + "form_1367": "Normal", + "form_1370": "Normal", + "form_1379": "Normal", + "form_1382": "Normal", + "form_1385": "Normal", + "form_1388": "Normal", + "form_1391": "Normal", + "form_1394": "Normal", + "form_1397": "Normal", + "form_1400": "Normal", + "form_1403": "Normal", + "form_1406": "Normal", + "form_1409": "Normal", + "form_1412": "Normal", + "form_1415": "Normal", + "form_1418": "Normal", + "form_1421": "Normal", + "form_1424": "Normal", + "form_1427": "Normal", + "form_1430": "Normal", + "form_1433": "Normal", + "form_1436": "Normal", + "form_1439": "Normal", + "form_1442": "Normal", + "form_1445": "Normal", + "form_1448": "Normal", + "form_1451": "Normal", + "form_1454": "Normal", + "form_1457": "Normal", + "form_1460": "Normal", + "form_1463": "Normal", + "form_1466": "Normal", + "form_1469": "Normal", + "form_1472": "Normal", + "form_1475": "Normal", + "form_1478": "Normal", + "form_1481": "Normal", + "form_1484": "Normal", + "form_1487": "Normal", + "form_1490": "Normal", + "form_1493": "Normal", + "form_1496": "Normal", + "form_1499": "Normal", + "form_1502": "Normal", + "form_1505": "Normal", + "form_1508": "Normal", + "form_1511": "Normal", + "form_1514": "Normal", + "form_1517": "Normal", + "form_1520": "Normal", + "form_1523": "Normal", + "form_1526": "Normal", + "form_1529": "Normal", + "form_1532": "Normal", + "form_1535": "Normal", + "form_1538": "Normal", + "form_1541": "Normal", + "form_1544": "Normal", + "form_1547": "Normal", + "form_1550": "Normal", + "form_1553": "Normal", + "form_1556": "Normal", + "form_1559": "Normal", + "form_1562": "Normal", + "form_1565": "Normal", + "form_1568": "Normal", + "form_1571": "Normal", + "form_1574": "Normal", + "form_1577": "Normal", + "form_1580": "Normal", + "form_1583": "Normal", + "form_1586": "Normal", + "form_1589": "Normal", + "form_1592": "Normal", + "form_1595": "Normal", + "form_1598": "Normal", + "form_1601": "Normal", + "form_1604": "Normal", + "form_1607": "Normal", + "form_1610": "Normal", + "form_1613": "Normal", + "form_1616": "Normal", + "form_1619": "Normal", + "form_1622": "Normal", + "form_1625": "Normal", + "form_1628": "Normal", + "form_1631": "Normal", + "form_1634": "Normal", + "form_1637": "Normal", + "form_1640": "Normal", + "form_1643": "Normal", + "form_1646": "Normal", + "form_1649": "Normal", + "form_1652": "Normal", + "form_1655": "Normal", + "form_1658": "Normal", + "form_1661": "Normal", + "form_1664": "Normal", + "form_1667": "Normal", + "form_1670": "Normal", + "form_1673": "Normal", + "form_1676": "Normal", + "form_1679": "Normal", + "form_1682": "Normal", + "form_1685": "Normal", + "form_1688": "Normal", + "form_1691": "Normal", + "form_1694": "Normal", + "form_1697": "Normal", + "form_1700": "Normal", + "form_1703": "Normal", + "form_1706": "Normal", + "form_1709": "Normal", + "form_1712": "Normal", + "form_1715": "Normal", + "form_1718": "Normal", + "form_1721": "Normal", + "form_1724": "Normal", + "form_1727": "Normal", + "form_1730": "Normal", + "form_1733": "Normal", + "form_1736": "Normal", + "form_1739": "Normal", + "form_1742": "Normal", + "form_1745": "Normal", + "form_1748": "Normal", + "form_1751": "Normal", + "form_1754": "Normal", + "form_1757": "Normal", + "form_1760": "Normal", + "form_1763": "Normal", + "form_1766": "Normal", + "form_1769": "Normal", + "form_1772": "Normal", + "form_1775": "Normal", + "form_1778": "Normal", + "form_1781": "Normal", + "form_1784": "Normal", + "form_1787": "Normal", + "form_1790": "Normal", + "form_1793": "Normal", + "form_1796": "Normal", + "form_1799": "Normal", + "form_1802": "Normal", + "form_1805": "Normal", + "form_1808": "Normal", + "form_1811": "Normal", + "form_1814": "Normal", + "form_1817": "Normal", + "form_1820": "Normal", + "form_1823": "Normal", + "form_1826": "Normal", + "form_1829": "Normal", + "form_1832": "Normal", + "form_1835": "Normal", + "form_1838": "Normal", + "form_1841": "Normal", + "form_1844": "Normal", + "form_1847": "Normal", + "form_1850": "Normal", + "form_1853": "Normal", + "form_1856": "Normal", + "form_1859": "Normal", + "form_1862": "Normal", + "form_1865": "Normal", + "form_1868": "Normal", + "form_1871": "Normal", + "form_1874": "Normal", + "form_1877": "Normal", + "form_1880": "Normal", + "form_1883": "Normal", + "form_1886": "Normal", + "form_1889": "Normal", + "form_1892": "Normal", + "form_1895": "Normal", + "form_1898": "Normal", + "form_1901": "Normal", + "form_1904": "Normal", + "form_1907": "Normal", + "form_1910": "Normal", + "form_1913": "Normal", + "form_1916": "Normal", + "form_1919": "Normal", + "form_1922": "Normal", + "form_1925": "Normal", + "form_1928": "Normal", + "form_1931": "Normal", + "form_1934": "Normal", + "form_1937": "Normal", + "form_1940": "Normal", + "form_1943": "Normal", + "form_1946": "Normal", + "form_1949": "Normal", + "form_1952": "Normal", + "form_1955": "Normal", + "form_1958": "Normal", + "form_1961": "Normal", + "form_1964": "Normal", + "form_1967": "Normal", + "form_1970": "Normal", + "form_1973": "Normal", + "form_1976": "Normal", + "form_1979": "Normal", + "form_1982": "Normal", + "form_1985": "Normal", + "form_1988": "Normal", + "form_1991": "Normal", + "form_1994": "Normal", + "form_1997": "Normal", + "form_2000": "Normal", + "form_2003": "Normal", + "form_2006": "Normal", + "form_2009": "Normal", + "form_2012": "Normal", + "form_2015": "Normal", + "form_2018": "Normal", + "form_2021": "Normal", + "form_2024": "Normal", + "form_2027": "Normal", + "form_2030": "Normal", + "form_2033": "Normal", + "form_2036": "Normal", + "form_2039": "Normal", + "form_2042": "Normal", + "form_2045": "Normal", + "form_2048": "Normal", + "form_2051": "Normal", + "form_2054": "Normal", + "form_2057": "Normal", + "form_2060": "Normal", + "form_2063": "Normal", + "form_2066": "Normal", + "form_2069": "Normal", + "form_2072": "Normal", + "form_2075": "Normal", + "form_2078": "Normal", + "form_2081": "Normal", + "form_2084": "Normal", + "form_2087": "Normal", + "form_2090": "Normal", + "form_2093": "Normal", + "form_2096": "Normal", + "form_2099": "Normal", + "form_2102": "Normal", + "form_2105": "Normal", + "form_2108": "Normal", + "form_2111": "Normal", + "form_2114": "Normal", + "form_2117": "Normal", + "form_2120": "Normal", + "form_2123": "Normal", + "form_2126": "Normal", + "form_2129": "Normal", + "form_2132": "Normal", + "form_2135": "Normal", + "form_2138": "Normal", + "form_2141": "Normal", + "form_2144": "Normal", + "form_2147": "Normal", + "form_2150": "Normal", + "form_2153": "Normal", + "form_2156": "Normal", + "form_2159": "Normal", + "form_2162": "Normal", + "form_2165": "Normal", + "form_2168": "Normal", + "form_2171": "Normal", + "form_2174": "Normal", + "form_2177": "Normal", + "form_2180": "Normal", + "form_2183": "Normal", + "form_2186": "Normal", + "form_2189": "Normal", + "form_2192": "Normal", + "form_2195": "Normal", + "form_2198": "Normal", + "form_2201": "Normal", + "form_2204": "Normal", + "form_2207": "Normal", + "form_2210": "Normal", + "form_2213": "Normal", + "form_2216": "Normal", + "form_2219": "Normal", + "form_2222": "Normal", + "form_2225": "Normal", + "form_2228": "Normal", + "form_2231": "Normal", + "form_2234": "Normal", + "form_2237": "Normal", + "form_2240": "Normal", + "form_2243": "Normal", + "form_2246": "Normal", + "form_2249": "Normal", + "form_2252": "Normal", + "form_2255": "Normal", + "form_2258": "Normal", + "form_2261": "Normal", + "form_2264": "Normal", + "form_2267": "Normal", + "form_2270": "Normal", + "form_2273": "Normal", + "form_2276": "Normal", + "form_2279": "Normal", + "form_2282": "Normal", + "form_2285": "Normal", + "form_2288": "Normal", + "form_2291": "Normal", + "form_2294": "Normal", + "form_2297": "Normal", + "form_2300": "Normal", + "form_2303": "Normal", + "form_2306": "Normal", + "form_2309": "Normal", + "form_2312": "Normal", + "form_2315": "Normal", + "form_2318": "Normal", + "form_2321": "Normal", + "form_2324": "Normal", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "Female", + "form_2331": "Female", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "Low Key Form", + "form_2464": "Amped Form", + "form_2477": "Phony Form", + "form_2478": "Antique Form", + "form_2480": "Phony Form", + "form_2481": "Antique Form", + "form_2501": "Normal", + "form_2504": "Normal", + "form_2507": "Normal", + "form_2510": "Normal", + "form_2513": "Normal", + "form_2516": "Normal", + "form_2540": "Ice Face", + "form_2541": "Noice Face", + "form_2542": "Male", + "form_2543": "Female", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "Crowned Sword", + "form_2577": "Hero of Many Battles", + "form_2578": "Crowned Shield", + "form_2579": "Hero of Many Battles", + "form_2580": "Eternamax", + "form_2581": "Normal", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "Normal", + "form_2588": "Female", + "form_2589": "Normal", + "form_2590": "Female", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "Sunny", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "Baile Style", + "form_2680": "Pom-Pom Style", + "form_2681": "Pa’u Style", + "form_2683": "Sensu Style", + "form_2684": "Midday Form", + "form_2685": "Midnight Form", + "form_2686": "Dusk Form", + "form_2687": "Solo Form", + "form_2688": "School Form", + "form_2689": "Normal", + "form_2690": "Bug", + "form_2691": "Dark", + "form_2692": "Dragon", + "form_2693": "Electric", + "form_2694": "Fairy", + "form_2695": "Fighting", + "form_2696": "Fire", + "form_2697": "Flying", + "form_2698": "Ghost", + "form_2699": "Grass", + "form_2700": "Ground", + "form_2701": "Ice", + "form_2702": "Poison", + "form_2703": "Psychic", + "form_2704": "Rock", + "form_2705": "Steel", + "form_2706": "Water", + "form_2707": "Meteor Blue", + "form_2708": "Blue Plumage", + "form_2709": "Green Plumage", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "Yellow Plumage", + "form_2715": "Busted Form", + "form_2716": "Disguised Form", + "form_2717": "Normal", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "Normal", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "Normal", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "Dusk Form", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "Sunny", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "Sunny", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "Incarnate Forme", + "form_2803": "Therian Forme", + "form_2804": "White-Striped", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "Normal", + "form_2808": "Female", + "form_2809": "Normal", + "form_2810": "Normal", + "form_2811": "Normal", + "form_2812": "Normal", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "Normal", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "Origin Forme", + "form_2830": "Origin Forme", + "form_2831": "Normal", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "Normal", + "form_2982": "Female", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Green Plumage", + "form_2986": "Blue Plumage", + "form_2987": "Yellow Plumage", + "form_2988": "White", + "form_2989": "Zero Form", + "form_2990": "Hero of Many Battles", + "form_2991": "Curly Form", + "form_2992": "Droopy Form", + "form_2993": "Stretchy Form", + "form_2994": "Two-Segment Form", + "form_2995": "Three-Segment Form", + "form_2996": "Apex Build", + "form_2997": "Ultimate Mode", + "form_2998": "Normal", + "form_3000": "Normal", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "Male", + "gender_2": "Female", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "Alola", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "Blanche", + "grunt_2": "Candela", + "grunt_3": "Spark", + "grunt_4": "Grunt (Male)", + "grunt_5": "Grunt (Female)", + "grunt_6": "Bug - Grunt (Female)", + "grunt_7": "Bug - Grunt (Male)", + "grunt_8": "Grunt (Female)", + "grunt_9": "Grunt (Male)", + "grunt_10": "Dark - Grunt (Female)", + "grunt_11": "Dark - Grunt (Male)", + "grunt_12": "Dragon - Grunt (Female)", + "grunt_13": "Dragon - Grunt (Male)", + "grunt_14": "Fairy - Grunt (Female)", + "grunt_15": "Fairy - Grunt (Male)", + "grunt_16": "Fighting - Grunt (Female)", + "grunt_17": "Fighting - Grunt (Male)", + "grunt_18": "Fire - Grunt (Female)", + "grunt_19": "Fire - Grunt (Male)", + "grunt_20": "Flying - Grunt (Female)", + "grunt_21": "Flying - Grunt (Male)", + "grunt_22": "Grass - Grunt (Female)", + "grunt_23": "Grass - Grunt (Male)", + "grunt_24": "Ground - Grunt (Female)", + "grunt_25": "Ground - Grunt (Male)", + "grunt_26": "Ice - Grunt (Female)", + "grunt_27": "Ice - Grunt (Male)", + "grunt_28": "Steel - Grunt (Female)", + "grunt_29": "Steel - Grunt (Male)", + "grunt_30": "Normal - Grunt (Female)", + "grunt_31": "Normal - Grunt (Male)", + "grunt_32": "Poison - Grunt (Female)", + "grunt_33": "Poison - Grunt (Male)", + "grunt_34": "Psychic - Grunt (Female)", + "grunt_35": "Psychic - Grunt (Male)", + "grunt_36": "Rock - Grunt (Female)", + "grunt_37": "Rock - Grunt (Male)", + "grunt_38": "Water - Grunt (Female)", + "grunt_39": "Water - Grunt (Male)", + "grunt_40": "Player Team Leader", + "grunt_41": "Leader Cliff", + "grunt_42": "Leader Arlo", + "grunt_43": "Leader Sierra", + "grunt_44": "Giovanni", + "grunt_45": "Decoy Grunt (Male)", + "grunt_46": "Decoy Grunt (Female)", + "grunt_47": "Ghost - Grunt (Female)", + "grunt_48": "Ghost - Grunt (Male)", + "grunt_49": "Electric - Grunt (Female)", + "grunt_50": "Electric - Grunt (Male)", + "grunt_51": "Grunt (Female)", + "grunt_52": "Grunt (Male)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "Bug - Grunt (Female)", + "grunt_56": "Bug - Grunt (Male)", + "grunt_57": "Dark - Grunt (Female)", + "grunt_58": "Dark - Grunt (Male)", + "grunt_59": "Dragon - Grunt (Female)", + "grunt_60": "Dragon - Grunt (Male)", + "grunt_61": "Fairy - Grunt (Female)", + "grunt_62": "Fairy - Grunt (Male)", + "grunt_63": "Fighting - Grunt (Female)", + "grunt_64": "Fighting - Grunt (Male)", + "grunt_65": "Fire - Grunt (Female)", + "grunt_66": "Fire - Grunt (Male)", + "grunt_67": "Flying - Grunt (Female)", + "grunt_68": "Flying - Grunt (Male)", + "grunt_69": "Grass - Grunt (Female)", + "grunt_70": "Grass - Grunt (Male)", + "grunt_71": "Ground - Grunt (Female)", + "grunt_72": "Ground - Grunt (Male)", + "grunt_73": "Ice - Grunt (Female)", + "grunt_74": "Ice - Grunt (Male)", + "grunt_75": "Grunt (Female)", + "grunt_76": "Grunt (Male)", + "grunt_77": "Normal - Grunt (Female)", + "grunt_78": "Normal - Grunt (Male)", + "grunt_79": "Poison - Grunt (Female)", + "grunt_80": "Poison - Grunt (Male)", + "grunt_81": "Psychic - Grunt (Female)", + "grunt_82": "Psychic - Grunt (Male)", + "grunt_83": "Rock - Grunt (Female)", + "grunt_84": "Rock - Grunt (Male)", + "grunt_85": "Water - Grunt (Female)", + "grunt_86": "Water - Grunt (Male)", + "grunt_87": "Ghost - Grunt (Female)", + "grunt_88": "Ghost - Grunt (Male)", + "grunt_89": "Electric - Grunt (Female)", + "grunt_90": "Electric - Grunt (Male)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "None", + "grunt_a_1": "Blanche", + "grunt_a_2": "Candela", + "grunt_a_3": "Spark", + "grunt_a_4": "Grunt ♂", + "grunt_a_5": "Grunt ♀", + "grunt_a_6": "Bug ♀", + "grunt_a_7": "Bug ♂", + "grunt_a_8": "Grunt ♀", + "grunt_a_9": "Grunt ♂", + "grunt_a_10": "Dark ♀", + "grunt_a_11": "Dark ♂", + "grunt_a_12": "Dragon ♀", + "grunt_a_13": "Dragon ♂", + "grunt_a_14": "Fairy ♀", + "grunt_a_15": "Fairy ♂", + "grunt_a_16": "Fighting ♀", + "grunt_a_17": "Fighting ♂", + "grunt_a_18": "Fire ♀", + "grunt_a_19": "Fire ♂", + "grunt_a_20": "Flying ♀", + "grunt_a_21": "Flying ♂", + "grunt_a_22": "Grass ♀", + "grunt_a_23": "Grass ♂", + "grunt_a_24": "Ground ♀", + "grunt_a_25": "Ground ♂", + "grunt_a_26": "Ice ♀", + "grunt_a_27": "Ice ♂", + "grunt_a_28": "Steel ♀", + "grunt_a_29": "Steel ♂", + "grunt_a_30": "Normal ♀", + "grunt_a_31": "Normal ♂", + "grunt_a_32": "Poison ♀", + "grunt_a_33": "Poison ♂", + "grunt_a_34": "Psychic ♀", + "grunt_a_35": "Psychic ♂", + "grunt_a_36": "Rock ♀", + "grunt_a_37": "Rock ♂", + "grunt_a_38": "Water ♀", + "grunt_a_39": "Water ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "Leader Cliff", + "grunt_a_42": "Leader Arlo", + "grunt_a_43": "Leader Sierra", + "grunt_a_44": "Giovanni", + "grunt_a_45": "Decoy Grunt ♂", + "grunt_a_46": "Decoy Grunt ♀", + "grunt_a_47": "Ghost ♀", + "grunt_a_48": "Ghost ♂", + "grunt_a_49": "Electric ♀", + "grunt_a_50": "Electric ♂", + "grunt_a_51": "Grunt ♀", + "grunt_a_52": "Grunt ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "Bug ♀", + "grunt_a_56": "Bug ♂", + "grunt_a_57": "Dark ♀", + "grunt_a_58": "Dark ♂", + "grunt_a_59": "Dragon ♀", + "grunt_a_60": "Dragon ♂", + "grunt_a_61": "Fairy ♀", + "grunt_a_62": "Fairy ♂", + "grunt_a_63": "Fighting ♀", + "grunt_a_64": "Fighting ♂", + "grunt_a_65": "Fire ♀", + "grunt_a_66": "Fire ♂", + "grunt_a_67": "Flying ♀", + "grunt_a_68": "Flying ♂", + "grunt_a_69": "Grass ♀", + "grunt_a_70": "Grass ♂", + "grunt_a_71": "Ground ♀", + "grunt_a_72": "Ground ♂", + "grunt_a_73": "Ice ♀", + "grunt_a_74": "Ice ♂", + "grunt_a_75": "Grunt ♀", + "grunt_a_76": "Grunt ♂", + "grunt_a_77": "Normal ♀", + "grunt_a_78": "Normal ♂", + "grunt_a_79": "Poison ♀", + "grunt_a_80": "Poison ♂", + "grunt_a_81": "Psychic ♀", + "grunt_a_82": "Psychic ♂", + "grunt_a_83": "Rock ♀", + "grunt_a_84": "Rock ♂", + "grunt_a_85": "Water ♀", + "grunt_a_86": "Water ♂", + "grunt_a_87": "Ghost ♀", + "grunt_a_88": "Ghost ♂", + "grunt_a_89": "Electric ♀", + "grunt_a_90": "Electric ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "Unknown", + "item_1": "Poké Ball", + "item_2": "Great Ball", + "item_3": "Ultra Ball", + "item_4": "Master Ball", + "item_5": "Premier Ball", + "item_6": "Beast Ball", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "Potion", + "item_102": "Super Potion", + "item_103": "Hyper Potion", + "item_104": "Max Potion", + "item_201": "Revive", + "item_202": "Max Revive", + "item_301": "Lucky Egg", + "item_401": "Incense", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "Mystery Box", + "item_406": "Daily Adventure Incense", + "item_407": "Coin Bag", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "Lure Module", + "item_502": "Glacial Lure Module", + "item_503": "Mossy Lure Module", + "item_504": "Magnetic Lure Module", + "item_505": "Rainy Lure Module", + "item_506": "Golden Lure Module", + "item_602": "X Attack", + "item_603": "X Defense", + "item_604": "UNDEFINED", + "item_650": "Zygarde Cell", + "item_651": "Zygarde Cube", + "item_701": "Razz Berry", + "item_702": "Bluk Berry", + "item_703": "Nanab Berry", + "item_704": "Wepear Berry", + "item_705": "Pinap Berry", + "item_706": "Golden Razz Berry", + "item_707": "Golden Nanab Berry", + "item_708": "Silver Pinap Berry", + "item_709": "Poffin", + "item_801": "Camera", + "item_802": "Stickers", + "item_803": "Postcard Book", + "item_901": "Incubator ∞", + "item_902": "Egg Incubator", + "item_903": "Super Incubator", + "item_1001": "Pokémon Storage", + "item_1002": "Item Bag", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "Sun Stone", + "item_1102": "King's Rock", + "item_1103": "Metal Coat", + "item_1104": "Dragon Scale", + "item_1105": "Upgrade", + "item_1106": "Sinnoh Stone", + "item_1107": "Unova Stone", + "item_1150": "Gimmighoul Coins", + "item_1201": "Fast TM", + "item_1202": "Charged TM", + "item_1203": "Elite Fast TM", + "item_1204": "Elite Charged TM", + "item_1250": "Meteorite", + "item_1301": "Rare Candy", + "item_1302": "Rare Candy XL", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "Raid Pass", + "item_1402": "Premium Battle Pass", + "item_1404": "Star Piece", + "item_1405": "Gift", + "item_1406": "Team Medallion", + "item_1408": "Remote Raid Pass", + "item_1409": "S Raid Ticket", + "item_1501": "Mysterious Component", + "item_1502": "Rocket Radar", + "item_1503": "Super Rocket Radar", + "item_1504": "Shadow Shard", + "item_1505": "Purified Gem", + "item_1506": "Max Particle", + "item_1507": "Max Particle Pack", + "item_1600": "Ticket", + "item_1601": "Ticket", + "item_1602": "Ticket", + "item_1603": "Ticket", + "item_1604": "Extra Ticket", + "item_1605": "Extra Ticket", + "item_1606": "GO Battle League Timed Research Pass", + "item_1607": "Ticket", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Safari Ticket: Seoul", + "item_1611": "Safari Ticket: Barcelona", + "item_1612": "Safari Ticket: Mexico City", + "item_1613": "Safari Ticket: Tainan", + "item_1614": "Ticket City Safari 04", + "item_1615": "Ticket", + "item_1616": "Ticket", + "item_1617": "Ticket", + "item_1618": "Ticket", + "item_1619": "Ticket", + "item_1620": "Ticket", + "item_1621": "Ticket", + "item_1622": "Ticket", + "item_1623": "Ticket", + "item_1624": "Ticket", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "Normal", + "lure_502": "Glacial", + "lure_503": "Mossy", + "lure_504": "Magnetic", + "lure_505": "Rainy", + "lure_506": "Golden", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "Unknown", + "move_1": "Thunder Shock", + "move_2": "Quick Attack", + "move_3": "Scratch", + "move_4": "Ember", + "move_5": "Vine Whip", + "move_6": "Tackle", + "move_7": "Razor Leaf", + "move_8": "Take Down", + "move_9": "Water Gun", + "move_10": "Bite", + "move_11": "Pound", + "move_12": "Double Slap", + "move_13": "Wrap", + "move_14": "Hyper Beam", + "move_15": "Lick", + "move_16": "Dark Pulse", + "move_17": "Smog", + "move_18": "Sludge", + "move_19": "Metal Claw", + "move_20": "Vise Grip", + "move_21": "Flame Wheel", + "move_22": "Megahorn", + "move_23": "Wing Attack", + "move_24": "Flamethrower", + "move_25": "Sucker Punch", + "move_26": "Dig", + "move_27": "Low Kick", + "move_28": "Cross Chop", + "move_29": "Psycho Cut", + "move_30": "Psybeam", + "move_31": "Earthquake", + "move_32": "Stone Edge", + "move_33": "Ice Punch", + "move_34": "Heart Stamp", + "move_35": "Discharge", + "move_36": "Flash Cannon", + "move_37": "Peck", + "move_38": "Drill Peck", + "move_39": "Ice Beam", + "move_40": "Blizzard", + "move_41": "Air Slash", + "move_42": "Heat Wave", + "move_43": "Twineedle", + "move_44": "Poison Jab", + "move_45": "Aerial Ace", + "move_46": "Drill Run", + "move_47": "Petal Blizzard", + "move_48": "Mega Drain", + "move_49": "Bug Buzz", + "move_50": "Poison Fang", + "move_51": "Night Slash", + "move_52": "Slash", + "move_53": "Bubble Beam", + "move_54": "Submission", + "move_55": "Karate Chop", + "move_56": "Low Sweep", + "move_57": "Aqua Jet", + "move_58": "Aqua Tail", + "move_59": "Seed Bomb", + "move_60": "Psyshock", + "move_61": "Rock Throw", + "move_62": "Ancient Power", + "move_63": "Rock Tomb", + "move_64": "Rock Slide", + "move_65": "Power Gem", + "move_66": "Shadow Sneak", + "move_67": "Shadow Punch", + "move_68": "Shadow Claw", + "move_69": "Ominous Wind", + "move_70": "Shadow Ball", + "move_71": "Bullet Punch", + "move_72": "Magnet Bomb", + "move_73": "Steel Wing", + "move_74": "Iron Head", + "move_75": "Parabolic Charge", + "move_76": "Spark", + "move_77": "Thunder Punch", + "move_78": "Thunder", + "move_79": "Thunderbolt", + "move_80": "Twister", + "move_81": "Dragon Breath", + "move_82": "Dragon Pulse", + "move_83": "Dragon Claw", + "move_84": "Disarming Voice", + "move_85": "Draining Kiss", + "move_86": "Dazzling Gleam", + "move_87": "Moonblast", + "move_88": "Play Rough", + "move_89": "Cross Poison", + "move_90": "Sludge Bomb", + "move_91": "Sludge Wave", + "move_92": "Gunk Shot", + "move_93": "Mud Shot", + "move_94": "Bone Club", + "move_95": "Bulldoze", + "move_96": "Mud Bomb", + "move_97": "Fury Cutter", + "move_98": "Bug Bite", + "move_99": "Signal Beam", + "move_100": "X-Scissor", + "move_101": "Flame Charge", + "move_102": "Flame Burst", + "move_103": "Fire Blast", + "move_104": "Brine", + "move_105": "Water Pulse", + "move_106": "Scald", + "move_107": "Hydro Pump", + "move_108": "Psychic", + "move_109": "Psystrike", + "move_110": "Ice Shard", + "move_111": "Icy Wind", + "move_112": "Frost Breath", + "move_113": "Absorb", + "move_114": "Giga Drain", + "move_115": "Fire Punch", + "move_116": "Solar Beam", + "move_117": "Leaf Blade", + "move_118": "Power Whip", + "move_119": "Splash", + "move_120": "Acid", + "move_121": "Air Cutter", + "move_122": "Hurricane", + "move_123": "Brick Break", + "move_124": "Cut", + "move_125": "Swift", + "move_126": "Horn Attack", + "move_127": "Stomp", + "move_128": "Headbutt", + "move_129": "Hyper Fang", + "move_130": "Slam", + "move_131": "Body Slam", + "move_132": "Rest", + "move_133": "Struggle", + "move_134": "Scald", + "move_135": "Hydro Pump", + "move_136": "Wrap", + "move_137": "Wrap", + "move_200": "Fury Cutter", + "move_201": "Bug Bite", + "move_202": "Bite", + "move_203": "Sucker Punch", + "move_204": "Dragon Breath", + "move_205": "Thunder Shock", + "move_206": "Spark", + "move_207": "Low Kick", + "move_208": "Karate Chop", + "move_209": "Ember", + "move_210": "Wing Attack", + "move_211": "Peck", + "move_212": "Lick", + "move_213": "Shadow Claw", + "move_214": "Vine Whip", + "move_215": "Razor Leaf", + "move_216": "Mud Shot", + "move_217": "Ice Shard", + "move_218": "Frost Breath", + "move_219": "Quick Attack", + "move_220": "Scratch", + "move_221": "Tackle", + "move_222": "Pound", + "move_223": "Cut", + "move_224": "Poison Jab", + "move_225": "Acid", + "move_226": "Psycho Cut", + "move_227": "Rock Throw", + "move_228": "Metal Claw", + "move_229": "Bullet Punch", + "move_230": "Water Gun", + "move_231": "Splash", + "move_232": "Water Gun", + "move_233": "Mud-Slap", + "move_234": "Zen Headbutt", + "move_235": "Confusion", + "move_236": "Poison Sting", + "move_237": "Bubble", + "move_238": "Feint Attack", + "move_239": "Steel Wing", + "move_240": "Fire Fang", + "move_241": "Rock Smash", + "move_242": "Transform", + "move_243": "Counter", + "move_244": "Powder Snow", + "move_245": "Close Combat", + "move_246": "Dynamic Punch", + "move_247": "Focus Blast", + "move_248": "Aurora Beam", + "move_249": "Charge Beam", + "move_250": "Volt Switch", + "move_251": "Wild Charge", + "move_252": "Zap Cannon", + "move_253": "Dragon Tail", + "move_254": "Avalanche", + "move_255": "Air Slash", + "move_256": "Brave Bird", + "move_257": "Sky Attack", + "move_258": "Sand Tomb", + "move_259": "Rock Blast", + "move_260": "Infestation", + "move_261": "Struggle Bug", + "move_262": "Silver Wind", + "move_263": "Astonish", + "move_264": "Hex", + "move_265": "Night Shade", + "move_266": "Iron Tail", + "move_267": "Gyro Ball", + "move_268": "Heavy Slam", + "move_269": "Fire Spin", + "move_270": "Overheat", + "move_271": "Bullet Seed", + "move_272": "Grass Knot", + "move_273": "Energy Ball", + "move_274": "Extrasensory", + "move_275": "Future Sight", + "move_276": "Mirror Coat", + "move_277": "Outrage", + "move_278": "Snarl", + "move_279": "Crunch", + "move_280": "Foul Play", + "move_281": "Hidden Power", + "move_282": "Take Down", + "move_283": "Waterfall", + "move_284": "Surf", + "move_285": "Draco Meteor", + "move_286": "Doom Desire", + "move_287": "Yawn", + "move_288": "Psycho Boost", + "move_289": "Origin Pulse", + "move_290": "Precipice Blades", + "move_291": "Present", + "move_292": "Weather Ball", + "move_293": "Weather Ball", + "move_294": "Weather Ball", + "move_295": "Weather Ball", + "move_296": "Frenzy Plant", + "move_297": "Smack Down", + "move_298": "Blast Burn", + "move_299": "Hydro Cannon", + "move_300": "Last Resort", + "move_301": "Meteor Mash", + "move_302": "Skull Bash", + "move_303": "Acid Spray", + "move_304": "Earth Power", + "move_305": "Crabhammer", + "move_306": "Lunge", + "move_307": "Crush Claw", + "move_308": "Octazooka", + "move_309": "Mirror Shot", + "move_310": "Superpower", + "move_311": "Fell Stinger", + "move_312": "Leaf Tornado", + "move_313": "Leech Life", + "move_314": "Drain Punch", + "move_315": "Shadow Bone", + "move_316": "Muddy Water", + "move_317": "Blaze Kick", + "move_318": "Razor Shell", + "move_319": "Power-Up Punch", + "move_320": "Charm", + "move_321": "Giga Impact", + "move_322": "Frustration", + "move_323": "Return", + "move_324": "Synchronoise", + "move_325": "Lock-On", + "move_326": "Thunder Fang", + "move_327": "Ice Fang", + "move_328": "Horn Drill", + "move_329": "Fissure", + "move_330": "Sacred Sword", + "move_331": "Flying Press", + "move_332": "Aura Sphere", + "move_333": "Payback", + "move_334": "Rock Wrecker", + "move_335": "Aeroblast", + "move_336": "Techno Blast", + "move_337": "Techno Blast", + "move_338": "Techno Blast", + "move_339": "Techno Blast", + "move_340": "Techno Blast", + "move_341": "Fly", + "move_342": "V-create", + "move_343": "Leaf Storm", + "move_344": "Tri Attack", + "move_345": "Gust", + "move_346": "Incinerate", + "move_347": "Dark Void", + "move_348": "Feather Dance", + "move_349": "Fiery Dance", + "move_350": "Fairy Wind", + "move_351": "Relic Song", + "move_352": "Weather Ball", + "move_353": "Psychic Fangs", + "move_354": "Hyperspace Fury", + "move_355": "Hyperspace Hole", + "move_356": "Double Kick", + "move_357": "Magical Leaf", + "move_358": "Sacred Fire", + "move_359": "Icicle Spear", + "move_360": "Aeroblast+", + "move_361": "Aeroblast++", + "move_362": "Sacred Fire+", + "move_363": "Sacred Fire++", + "move_364": "Acrobatics", + "move_365": "Luster Purge", + "move_366": "Mist Ball", + "move_367": "Brutal Swing", + "move_368": "Rollout", + "move_369": "Seed Flare", + "move_370": "Obstruct", + "move_371": "Shadow Force", + "move_372": "Meteor Beam", + "move_373": "Water Shuriken", + "move_374": "Fusion Bolt", + "move_375": "Fusion Flare", + "move_376": "Poltergeist", + "move_377": "High Horsepower", + "move_378": "Glaciate", + "move_379": "Breaking Swipe", + "move_380": "Boomburst", + "move_381": "Double Iron Bash", + "move_382": "Mystical Fire", + "move_383": "Liquidation", + "move_384": "Dragon Ascent", + "move_385": "Leafage", + "move_386": "Magma Storm", + "move_387": "Geomancy", + "move_388": "Spacial Rend", + "move_389": "Oblivion Wing", + "move_390": "Nature’s Madness", + "move_391": "Triple Axel", + "move_392": "Trailblaze", + "move_393": "Scorching Sands", + "move_394": "Roar of Time", + "move_395": "Bleakwind Storm", + "move_396": "Sandsear Storm", + "move_397": "Wildbolt Storm", + "move_398": "Spirit Shackle", + "move_399": "Volt Tackle", + "move_400": "Darkest Lariat", + "move_401": "Psywave", + "move_402": "Metal Sound", + "move_403": "Sand Attack", + "move_404": "Sunsteel Strike", + "move_405": "Moongeist Beam", + "move_406": "Aura Wheel", + "move_407": "Aura Wheel", + "move_408": "High Jump Kick", + "move_409": "Max Flare", + "move_410": "Max Flutterby", + "move_411": "Max Lightning", + "move_412": "Max Strike", + "move_413": "Max Knuckle", + "move_414": "Max Phantasm", + "move_415": "Max Hailstorm", + "move_416": "Max Ooze", + "move_417": "Max Geyser", + "move_418": "Max Airstream", + "move_419": "Max Starfall", + "move_420": "Max Wyrmwind", + "move_421": "Max Mindstorm", + "move_422": "Max Rockfall", + "move_423": "Max Quake", + "move_424": "Max Darkness", + "move_425": "Max Overgrowth", + "move_426": "Max Steelspike", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "Force Palm", + "move_463": "Sparkling Aria", + "poke_0": "Substitute", + "poke_1": "Bulbasaur", + "poke_2": "Ivysaur", + "poke_3": "Venusaur", + "poke_3_e1": "Mega Venusaur", + "poke_4": "Charmander", + "poke_5": "Charmeleon", + "poke_6": "Charizard", + "poke_6_e2": "Mega Charizard X", + "poke_6_e3": "Mega Charizard Y", + "poke_7": "Squirtle", + "poke_8": "Wartortle", + "poke_9": "Blastoise", + "poke_9_e1": "Mega Blastoise", + "poke_10": "Caterpie", + "poke_11": "Metapod", + "poke_12": "Butterfree", + "poke_13": "Weedle", + "poke_14": "Kakuna", + "poke_15": "Beedrill", + "poke_15_e1": "Mega Beedrill", + "poke_16": "Pidgey", + "poke_17": "Pidgeotto", + "poke_18": "Pidgeot", + "poke_18_e1": "Mega Pidgeot", + "poke_19": "Rattata", + "poke_20": "Raticate", + "poke_21": "Spearow", + "poke_22": "Fearow", + "poke_23": "Ekans", + "poke_24": "Arbok", + "poke_25": "Pikachu", + "poke_26": "Raichu", + "poke_27": "Sandshrew", + "poke_28": "Sandslash", + "poke_29": "Nidoran♀", + "poke_30": "Nidorina", + "poke_31": "Nidoqueen", + "poke_32": "Nidoran♂", + "poke_33": "Nidorino", + "poke_34": "Nidoking", + "poke_35": "Clefairy", + "poke_36": "Clefable", + "poke_37": "Vulpix", + "poke_38": "Ninetales", + "poke_39": "Jigglypuff", + "poke_40": "Wigglytuff", + "poke_41": "Zubat", + "poke_42": "Golbat", + "poke_43": "Oddish", + "poke_44": "Gloom", + "poke_45": "Vileplume", + "poke_46": "Paras", + "poke_47": "Parasect", + "poke_48": "Venonat", + "poke_49": "Venomoth", + "poke_50": "Diglett", + "poke_51": "Dugtrio", + "poke_52": "Meowth", + "poke_53": "Persian", + "poke_54": "Psyduck", + "poke_55": "Golduck", + "poke_56": "Mankey", + "poke_57": "Primeape", + "poke_58": "Growlithe", + "poke_59": "Arcanine", + "poke_60": "Poliwag", + "poke_61": "Poliwhirl", + "poke_62": "Poliwrath", + "poke_63": "Abra", + "poke_64": "Kadabra", + "poke_65": "Alakazam", + "poke_65_e1": "Mega Alakazam", + "poke_66": "Machop", + "poke_67": "Machoke", + "poke_68": "Machamp", + "poke_69": "Bellsprout", + "poke_70": "Weepinbell", + "poke_71": "Victreebel", + "poke_72": "Tentacool", + "poke_73": "Tentacruel", + "poke_74": "Geodude", + "poke_75": "Graveler", + "poke_76": "Golem", + "poke_77": "Ponyta", + "poke_78": "Rapidash", + "poke_79": "Slowpoke", + "poke_80": "Slowbro", + "poke_80_e1": "Mega Slowbro", + "poke_81": "Magnemite", + "poke_82": "Magneton", + "poke_83": "Farfetch'd", + "poke_84": "Doduo", + "poke_85": "Dodrio", + "poke_86": "Seel", + "poke_87": "Dewgong", + "poke_88": "Grimer", + "poke_89": "Muk", + "poke_90": "Shellder", + "poke_91": "Cloyster", + "poke_92": "Gastly", + "poke_93": "Haunter", + "poke_94": "Gengar", + "poke_94_e1": "Mega Gengar", + "poke_95": "Onix", + "poke_96": "Drowzee", + "poke_97": "Hypno", + "poke_98": "Krabby", + "poke_99": "Kingler", + "poke_100": "Voltorb", + "poke_101": "Electrode", + "poke_102": "Exeggcute", + "poke_103": "Exeggutor", + "poke_104": "Cubone", + "poke_105": "Marowak", + "poke_106": "Hitmonlee", + "poke_107": "Hitmonchan", + "poke_108": "Lickitung", + "poke_109": "Koffing", + "poke_110": "Weezing", + "poke_111": "Rhyhorn", + "poke_112": "Rhydon", + "poke_113": "Chansey", + "poke_114": "Tangela", + "poke_115": "Kangaskhan", + "poke_115_e1": "Mega Kangaskhan", + "poke_116": "Horsea", + "poke_117": "Seadra", + "poke_118": "Goldeen", + "poke_119": "Seaking", + "poke_120": "Staryu", + "poke_121": "Starmie", + "poke_122": "Mr. Mime", + "poke_123": "Scyther", + "poke_124": "Jynx", + "poke_125": "Electabuzz", + "poke_126": "Magmar", + "poke_127": "Pinsir", + "poke_127_e1": "Mega Pinsir", + "poke_128": "Tauros", + "poke_129": "Magikarp", + "poke_130": "Gyarados", + "poke_130_e1": "Mega Gyarados", + "poke_131": "Lapras", + "poke_132": "Ditto", + "poke_133": "Eevee", + "poke_134": "Vaporeon", + "poke_135": "Jolteon", + "poke_136": "Flareon", + "poke_137": "Porygon", + "poke_138": "Omanyte", + "poke_139": "Omastar", + "poke_140": "Kabuto", + "poke_141": "Kabutops", + "poke_142": "Aerodactyl", + "poke_142_e1": "Mega Aerodactyl", + "poke_143": "Snorlax", + "poke_144": "Articuno", + "poke_145": "Zapdos", + "poke_146": "Moltres", + "poke_147": "Dratini", + "poke_148": "Dragonair", + "poke_149": "Dragonite", + "poke_150": "Mewtwo", + "poke_150_e2": "Mega Mewtwo X", + "poke_150_e3": "Mega Mewtwo Y", + "poke_151": "Mew", + "poke_152": "Chikorita", + "poke_153": "Bayleef", + "poke_154": "Meganium", + "poke_155": "Cyndaquil", + "poke_156": "Quilava", + "poke_157": "Typhlosion", + "poke_158": "Totodile", + "poke_159": "Croconaw", + "poke_160": "Feraligatr", + "poke_161": "Sentret", + "poke_162": "Furret", + "poke_163": "Hoothoot", + "poke_164": "Noctowl", + "poke_165": "Ledyba", + "poke_166": "Ledian", + "poke_167": "Spinarak", + "poke_168": "Ariados", + "poke_169": "Crobat", + "poke_170": "Chinchou", + "poke_171": "Lanturn", + "poke_172": "Pichu", + "poke_173": "Cleffa", + "poke_174": "Igglybuff", + "poke_175": "Togepi", + "poke_176": "Togetic", + "poke_177": "Natu", + "poke_178": "Xatu", + "poke_179": "Mareep", + "poke_180": "Flaaffy", + "poke_181": "Ampharos", + "poke_181_e1": "Mega Ampharos", + "poke_182": "Bellossom", + "poke_183": "Marill", + "poke_184": "Azumarill", + "poke_185": "Sudowoodo", + "poke_186": "Politoed", + "poke_187": "Hoppip", + "poke_188": "Skiploom", + "poke_189": "Jumpluff", + "poke_190": "Aipom", + "poke_191": "Sunkern", + "poke_192": "Sunflora", + "poke_193": "Yanma", + "poke_194": "Wooper", + "poke_195": "Quagsire", + "poke_196": "Espeon", + "poke_197": "Umbreon", + "poke_198": "Murkrow", + "poke_199": "Slowking", + "poke_200": "Misdreavus", + "poke_201": "Unown", + "poke_202": "Wobbuffet", + "poke_203": "Girafarig", + "poke_204": "Pineco", + "poke_205": "Forretress", + "poke_206": "Dunsparce", + "poke_207": "Gligar", + "poke_208": "Steelix", + "poke_208_e1": "Mega Steelix", + "poke_209": "Snubbull", + "poke_210": "Granbull", + "poke_211": "Qwilfish", + "poke_212": "Scizor", + "poke_212_e1": "Mega Scizor", + "poke_213": "Shuckle", + "poke_214": "Heracross", + "poke_214_e1": "Mega Heracross", + "poke_215": "Sneasel", + "poke_216": "Teddiursa", + "poke_217": "Ursaring", + "poke_218": "Slugma", + "poke_219": "Magcargo", + "poke_220": "Swinub", + "poke_221": "Piloswine", + "poke_222": "Corsola", + "poke_223": "Remoraid", + "poke_224": "Octillery", + "poke_225": "Delibird", + "poke_226": "Mantine", + "poke_227": "Skarmory", + "poke_228": "Houndour", + "poke_229": "Houndoom", + "poke_229_e1": "Mega Houndoom", + "poke_230": "Kingdra", + "poke_231": "Phanpy", + "poke_232": "Donphan", + "poke_233": "Porygon2", + "poke_234": "Stantler", + "poke_235": "Smeargle", + "poke_236": "Tyrogue", + "poke_237": "Hitmontop", + "poke_238": "Smoochum", + "poke_239": "Elekid", + "poke_240": "Magby", + "poke_241": "Miltank", + "poke_242": "Blissey", + "poke_243": "Raikou", + "poke_244": "Entei", + "poke_245": "Suicune", + "poke_246": "Larvitar", + "poke_247": "Pupitar", + "poke_248": "Tyranitar", + "poke_248_e1": "Mega Tyranitar", + "poke_249": "Lugia", + "poke_250": "Ho-Oh", + "poke_251": "Celebi", + "poke_252": "Treecko", + "poke_253": "Grovyle", + "poke_254": "Sceptile", + "poke_254_e1": "Mega Sceptile", + "poke_255": "Torchic", + "poke_256": "Combusken", + "poke_257": "Blaziken", + "poke_257_e1": "Mega Blaziken", + "poke_258": "Mudkip", + "poke_259": "Marshtomp", + "poke_260": "Swampert", + "poke_260_e1": "Mega Swampert", + "poke_261": "Poochyena", + "poke_262": "Mightyena", + "poke_263": "Zigzagoon", + "poke_264": "Linoone", + "poke_265": "Wurmple", + "poke_266": "Silcoon", + "poke_267": "Beautifly", + "poke_268": "Cascoon", + "poke_269": "Dustox", + "poke_270": "Lotad", + "poke_271": "Lombre", + "poke_272": "Ludicolo", + "poke_273": "Seedot", + "poke_274": "Nuzleaf", + "poke_275": "Shiftry", + "poke_276": "Taillow", + "poke_277": "Swellow", + "poke_278": "Wingull", + "poke_279": "Pelipper", + "poke_280": "Ralts", + "poke_281": "Kirlia", + "poke_282": "Gardevoir", + "poke_282_e1": "Mega Gardevoir", + "poke_283": "Surskit", + "poke_284": "Masquerain", + "poke_285": "Shroomish", + "poke_286": "Breloom", + "poke_287": "Slakoth", + "poke_288": "Vigoroth", + "poke_289": "Slaking", + "poke_290": "Nincada", + "poke_291": "Ninjask", + "poke_292": "Shedinja", + "poke_293": "Whismur", + "poke_294": "Loudred", + "poke_295": "Exploud", + "poke_296": "Makuhita", + "poke_297": "Hariyama", + "poke_298": "Azurill", + "poke_299": "Nosepass", + "poke_300": "Skitty", + "poke_301": "Delcatty", + "poke_302": "Sableye", + "poke_302_e1": "Mega Sableye", + "poke_303": "Mawile", + "poke_303_e1": "Mega Mawile", + "poke_304": "Aron", + "poke_305": "Lairon", + "poke_306": "Aggron", + "poke_306_e1": "Mega Aggron", + "poke_307": "Meditite", + "poke_308": "Medicham", + "poke_308_e1": "Mega Medicham", + "poke_309": "Electrike", + "poke_310": "Manectric", + "poke_310_e1": "Mega Manectric", + "poke_311": "Plusle", + "poke_312": "Minun", + "poke_313": "Volbeat", + "poke_314": "Illumise", + "poke_315": "Roselia", + "poke_316": "Gulpin", + "poke_317": "Swalot", + "poke_318": "Carvanha", + "poke_319": "Sharpedo", + "poke_319_e1": "Mega Sharpedo", + "poke_320": "Wailmer", + "poke_321": "Wailord", + "poke_322": "Numel", + "poke_323": "Camerupt", + "poke_323_e1": "Mega Camerupt", + "poke_324": "Torkoal", + "poke_325": "Spoink", + "poke_326": "Grumpig", + "poke_327": "Spinda", + "poke_328": "Trapinch", + "poke_329": "Vibrava", + "poke_330": "Flygon", + "poke_331": "Cacnea", + "poke_332": "Cacturne", + "poke_333": "Swablu", + "poke_334": "Altaria", + "poke_334_e1": "Mega Altaria", + "poke_335": "Zangoose", + "poke_336": "Seviper", + "poke_337": "Lunatone", + "poke_338": "Solrock", + "poke_339": "Barboach", + "poke_340": "Whiscash", + "poke_341": "Corphish", + "poke_342": "Crawdaunt", + "poke_343": "Baltoy", + "poke_344": "Claydol", + "poke_345": "Lileep", + "poke_346": "Cradily", + "poke_347": "Anorith", + "poke_348": "Armaldo", + "poke_349": "Feebas", + "poke_350": "Milotic", + "poke_351": "Castform", + "poke_352": "Kecleon", + "poke_353": "Shuppet", + "poke_354": "Banette", + "poke_354_e1": "Mega Banette", + "poke_355": "Duskull", + "poke_356": "Dusclops", + "poke_357": "Tropius", + "poke_358": "Chimecho", + "poke_359": "Absol", + "poke_359_e1": "Mega Absol", + "poke_360": "Wynaut", + "poke_361": "Snorunt", + "poke_362": "Glalie", + "poke_362_e1": "Mega Glalie", + "poke_363": "Spheal", + "poke_364": "Sealeo", + "poke_365": "Walrein", + "poke_366": "Clamperl", + "poke_367": "Huntail", + "poke_368": "Gorebyss", + "poke_369": "Relicanth", + "poke_370": "Luvdisc", + "poke_371": "Bagon", + "poke_372": "Shelgon", + "poke_373": "Salamence", + "poke_373_e1": "Mega Salamence", + "poke_374": "Beldum", + "poke_375": "Metang", + "poke_376": "Metagross", + "poke_376_e1": "Mega Metagross", + "poke_377": "Regirock", + "poke_378": "Regice", + "poke_379": "Registeel", + "poke_380": "Latias", + "poke_380_e1": "Mega Latias", + "poke_381": "Latios", + "poke_381_e1": "Mega Latios", + "poke_382": "Kyogre", + "poke_383": "Groudon", + "poke_384": "Rayquaza", + "poke_384_e1": "Mega Rayquaza", + "poke_385": "Jirachi", + "poke_386": "Deoxys", + "poke_387": "Turtwig", + "poke_388": "Grotle", + "poke_389": "Torterra", + "poke_390": "Chimchar", + "poke_391": "Monferno", + "poke_392": "Infernape", + "poke_393": "Piplup", + "poke_394": "Prinplup", + "poke_395": "Empoleon", + "poke_396": "Starly", + "poke_397": "Staravia", + "poke_398": "Staraptor", + "poke_399": "Bidoof", + "poke_400": "Bibarel", + "poke_401": "Kricketot", + "poke_402": "Kricketune", + "poke_403": "Shinx", + "poke_404": "Luxio", + "poke_405": "Luxray", + "poke_406": "Budew", + "poke_407": "Roserade", + "poke_408": "Cranidos", + "poke_409": "Rampardos", + "poke_410": "Shieldon", + "poke_411": "Bastiodon", + "poke_412": "Burmy", + "poke_413": "Wormadam", + "poke_414": "Mothim", + "poke_415": "Combee", + "poke_416": "Vespiquen", + "poke_417": "Pachirisu", + "poke_418": "Buizel", + "poke_419": "Floatzel", + "poke_420": "Cherubi", + "poke_421": "Cherrim", + "poke_422": "Shellos", + "poke_423": "Gastrodon", + "poke_424": "Ambipom", + "poke_425": "Drifloon", + "poke_426": "Drifblim", + "poke_427": "Buneary", + "poke_428": "Lopunny", + "poke_428_e1": "Mega Lopunny", + "poke_429": "Mismagius", + "poke_430": "Honchkrow", + "poke_431": "Glameow", + "poke_432": "Purugly", + "poke_433": "Chingling", + "poke_434": "Stunky", + "poke_435": "Skuntank", + "poke_436": "Bronzor", + "poke_437": "Bronzong", + "poke_438": "Bonsly", + "poke_439": "Mime Jr.", + "poke_440": "Happiny", + "poke_441": "Chatot", + "poke_442": "Spiritomb", + "poke_443": "Gible", + "poke_444": "Gabite", + "poke_445": "Garchomp", + "poke_445_e1": "Mega Garchomp", + "poke_446": "Munchlax", + "poke_447": "Riolu", + "poke_448": "Lucario", + "poke_448_e1": "Mega Lucario", + "poke_449": "Hippopotas", + "poke_450": "Hippowdon", + "poke_451": "Skorupi", + "poke_452": "Drapion", + "poke_453": "Croagunk", + "poke_454": "Toxicroak", + "poke_455": "Carnivine", + "poke_456": "Finneon", + "poke_457": "Lumineon", + "poke_458": "Mantyke", + "poke_459": "Snover", + "poke_460": "Abomasnow", + "poke_460_e1": "Mega Abomasnow", + "poke_461": "Weavile", + "poke_462": "Magnezone", + "poke_463": "Lickilicky", + "poke_464": "Rhyperior", + "poke_465": "Tangrowth", + "poke_466": "Electivire", + "poke_467": "Magmortar", + "poke_468": "Togekiss", + "poke_469": "Yanmega", + "poke_470": "Leafeon", + "poke_471": "Glaceon", + "poke_472": "Gliscor", + "poke_473": "Mamoswine", + "poke_474": "Porygon-Z", + "poke_475": "Gallade", + "poke_475_e1": "Mega Gallade", + "poke_476": "Probopass", + "poke_477": "Dusknoir", + "poke_478": "Froslass", + "poke_479": "Rotom", + "poke_480": "Uxie", + "poke_481": "Mesprit", + "poke_482": "Azelf", + "poke_483": "Dialga", + "poke_484": "Palkia", + "poke_485": "Heatran", + "poke_486": "Regigigas", + "poke_487": "Giratina", + "poke_488": "Cresselia", + "poke_489": "Phione", + "poke_490": "Manaphy", + "poke_491": "Darkrai", + "poke_492": "Shaymin", + "poke_493": "Arceus", + "poke_494": "Victini", + "poke_495": "Snivy", + "poke_496": "Servine", + "poke_497": "Serperior", + "poke_498": "Tepig", + "poke_499": "Pignite", + "poke_500": "Emboar", + "poke_501": "Oshawott", + "poke_502": "Dewott", + "poke_503": "Samurott", + "poke_504": "Patrat", + "poke_505": "Watchog", + "poke_506": "Lillipup", + "poke_507": "Herdier", + "poke_508": "Stoutland", + "poke_509": "Purrloin", + "poke_510": "Liepard", + "poke_511": "Pansage", + "poke_512": "Simisage", + "poke_513": "Pansear", + "poke_514": "Simisear", + "poke_515": "Panpour", + "poke_516": "Simipour", + "poke_517": "Munna", + "poke_518": "Musharna", + "poke_519": "Pidove", + "poke_520": "Tranquill", + "poke_521": "Unfezant", + "poke_522": "Blitzle", + "poke_523": "Zebstrika", + "poke_524": "Roggenrola", + "poke_525": "Boldore", + "poke_526": "Gigalith", + "poke_527": "Woobat", + "poke_528": "Swoobat", + "poke_529": "Drilbur", + "poke_530": "Excadrill", + "poke_531": "Audino", + "poke_531_e1": "Mega Audino", + "poke_532": "Timburr", + "poke_533": "Gurdurr", + "poke_534": "Conkeldurr", + "poke_535": "Tympole", + "poke_536": "Palpitoad", + "poke_537": "Seismitoad", + "poke_538": "Throh", + "poke_539": "Sawk", + "poke_540": "Sewaddle", + "poke_541": "Swadloon", + "poke_542": "Leavanny", + "poke_543": "Venipede", + "poke_544": "Whirlipede", + "poke_545": "Scolipede", + "poke_546": "Cottonee", + "poke_547": "Whimsicott", + "poke_548": "Petilil", + "poke_549": "Lilligant", + "poke_550": "Basculin", + "poke_551": "Sandile", + "poke_552": "Krokorok", + "poke_553": "Krookodile", + "poke_554": "Darumaka", + "poke_555": "Darmanitan", + "poke_556": "Maractus", + "poke_557": "Dwebble", + "poke_558": "Crustle", + "poke_559": "Scraggy", + "poke_560": "Scrafty", + "poke_561": "Sigilyph", + "poke_562": "Yamask", + "poke_563": "Cofagrigus", + "poke_564": "Tirtouga", + "poke_565": "Carracosta", + "poke_566": "Archen", + "poke_567": "Archeops", + "poke_568": "Trubbish", + "poke_569": "Garbodor", + "poke_570": "Zorua", + "poke_571": "Zoroark", + "poke_572": "Minccino", + "poke_573": "Cinccino", + "poke_574": "Gothita", + "poke_575": "Gothorita", + "poke_576": "Gothitelle", + "poke_577": "Solosis", + "poke_578": "Duosion", + "poke_579": "Reuniclus", + "poke_580": "Ducklett", + "poke_581": "Swanna", + "poke_582": "Vanillite", + "poke_583": "Vanillish", + "poke_584": "Vanilluxe", + "poke_585": "Deerling", + "poke_586": "Sawsbuck", + "poke_587": "Emolga", + "poke_588": "Karrablast", + "poke_589": "Escavalier", + "poke_590": "Foongus", + "poke_591": "Amoonguss", + "poke_592": "Frillish", + "poke_593": "Jellicent", + "poke_594": "Alomomola", + "poke_595": "Joltik", + "poke_596": "Galvantula", + "poke_597": "Ferroseed", + "poke_598": "Ferrothorn", + "poke_599": "Klink", + "poke_600": "Klang", + "poke_601": "Klinklang", + "poke_602": "Tynamo", + "poke_603": "Eelektrik", + "poke_604": "Eelektross", + "poke_605": "Elgyem", + "poke_606": "Beheeyem", + "poke_607": "Litwick", + "poke_608": "Lampent", + "poke_609": "Chandelure", + "poke_610": "Axew", + "poke_611": "Fraxure", + "poke_612": "Haxorus", + "poke_613": "Cubchoo", + "poke_614": "Beartic", + "poke_615": "Cryogonal", + "poke_616": "Shelmet", + "poke_617": "Accelgor", + "poke_618": "Stunfisk", + "poke_619": "Mienfoo", + "poke_620": "Mienshao", + "poke_621": "Druddigon", + "poke_622": "Golett", + "poke_623": "Golurk", + "poke_624": "Pawniard", + "poke_625": "Bisharp", + "poke_626": "Bouffalant", + "poke_627": "Rufflet", + "poke_628": "Braviary", + "poke_629": "Vullaby", + "poke_630": "Mandibuzz", + "poke_631": "Heatmor", + "poke_632": "Durant", + "poke_633": "Deino", + "poke_634": "Zweilous", + "poke_635": "Hydreigon", + "poke_636": "Larvesta", + "poke_637": "Volcarona", + "poke_638": "Cobalion", + "poke_639": "Terrakion", + "poke_640": "Virizion", + "poke_641": "Tornadus", + "poke_642": "Thundurus", + "poke_643": "Reshiram", + "poke_644": "Zekrom", + "poke_645": "Landorus", + "poke_646": "Kyurem", + "poke_647": "Keldeo", + "poke_648": "Meloetta", + "poke_649": "Genesect", + "poke_650": "Chespin", + "poke_651": "Quilladin", + "poke_652": "Chesnaught", + "poke_653": "Fennekin", + "poke_654": "Braixen", + "poke_655": "Delphox", + "poke_656": "Froakie", + "poke_657": "Frogadier", + "poke_658": "Greninja", + "poke_659": "Bunnelby", + "poke_660": "Diggersby", + "poke_661": "Fletchling", + "poke_662": "Fletchinder", + "poke_663": "Talonflame", + "poke_664": "Scatterbug", + "poke_665": "Spewpa", + "poke_666": "Vivillon", + "poke_667": "Litleo", + "poke_668": "Pyroar", + "poke_669": "Flabébé", + "poke_670": "Floette", + "poke_671": "Florges", + "poke_672": "Skiddo", + "poke_673": "Gogoat", + "poke_674": "Pancham", + "poke_675": "Pangoro", + "poke_676": "Furfrou", + "poke_677": "Espurr", + "poke_678": "Meowstic", + "poke_679": "Honedge", + "poke_680": "Doublade", + "poke_681": "Aegislash", + "poke_682": "Spritzee", + "poke_683": "Aromatisse", + "poke_684": "Swirlix", + "poke_685": "Slurpuff", + "poke_686": "Inkay", + "poke_687": "Malamar", + "poke_688": "Binacle", + "poke_689": "Barbaracle", + "poke_690": "Skrelp", + "poke_691": "Dragalge", + "poke_692": "Clauncher", + "poke_693": "Clawitzer", + "poke_694": "Helioptile", + "poke_695": "Heliolisk", + "poke_696": "Tyrunt", + "poke_697": "Tyrantrum", + "poke_698": "Amaura", + "poke_699": "Aurorus", + "poke_700": "Sylveon", + "poke_701": "Hawlucha", + "poke_702": "Dedenne", + "poke_703": "Carbink", + "poke_704": "Goomy", + "poke_705": "Sliggoo", + "poke_706": "Goodra", + "poke_707": "Klefki", + "poke_708": "Phantump", + "poke_709": "Trevenant", + "poke_710": "Pumpkaboo", + "poke_711": "Gourgeist", + "poke_712": "Bergmite", + "poke_713": "Avalugg", + "poke_714": "Noibat", + "poke_715": "Noivern", + "poke_716": "Xerneas", + "poke_717": "Yveltal", + "poke_718": "Zygarde", + "poke_719": "Diancie", + "poke_719_e1": "Mega Diancie", + "poke_720": "Hoopa", + "poke_721": "Volcanion", + "poke_722": "Rowlet", + "poke_723": "Dartrix", + "poke_724": "Decidueye", + "poke_725": "Litten", + "poke_726": "Torracat", + "poke_727": "Incineroar", + "poke_728": "Popplio", + "poke_729": "Brionne", + "poke_730": "Primarina", + "poke_731": "Pikipek", + "poke_732": "Trumbeak", + "poke_733": "Toucannon", + "poke_734": "Yungoos", + "poke_735": "Gumshoos", + "poke_736": "Grubbin", + "poke_737": "Charjabug", + "poke_738": "Vikavolt", + "poke_739": "Crabrawler", + "poke_740": "Crabominable", + "poke_741": "Oricorio", + "poke_742": "Cutiefly", + "poke_743": "Ribombee", + "poke_744": "Rockruff", + "poke_745": "Lycanroc", + "poke_746": "Wishiwashi", + "poke_747": "Mareanie", + "poke_748": "Toxapex", + "poke_749": "Mudbray", + "poke_750": "Mudsdale", + "poke_751": "Dewpider", + "poke_752": "Araquanid", + "poke_753": "Fomantis", + "poke_754": "Lurantis", + "poke_755": "Morelull", + "poke_756": "Shiinotic", + "poke_757": "Salandit", + "poke_758": "Salazzle", + "poke_759": "Stufful", + "poke_760": "Bewear", + "poke_761": "Bounsweet", + "poke_762": "Steenee", + "poke_763": "Tsareena", + "poke_764": "Comfey", + "poke_765": "Oranguru", + "poke_766": "Passimian", + "poke_767": "Wimpod", + "poke_768": "Golisopod", + "poke_769": "Sandygast", + "poke_770": "Palossand", + "poke_771": "Pyukumuku", + "poke_772": "Type: Null", + "poke_773": "Silvally", + "poke_774": "Minior", + "poke_775": "Komala", + "poke_776": "Turtonator", + "poke_777": "Togedemaru", + "poke_778": "Mimikyu", + "poke_779": "Bruxish", + "poke_780": "Drampa", + "poke_781": "Dhelmise", + "poke_782": "Jangmo-o", + "poke_783": "Hakamo-o", + "poke_784": "Kommo-o", + "poke_785": "Tapu Koko", + "poke_786": "Tapu Lele", + "poke_787": "Tapu Bulu", + "poke_788": "Tapu Fini", + "poke_789": "Cosmog", + "poke_790": "Cosmoem", + "poke_791": "Solgaleo", + "poke_792": "Lunala", + "poke_793": "Nihilego", + "poke_794": "Buzzwole", + "poke_795": "Pheromosa", + "poke_796": "Xurkitree", + "poke_797": "Celesteela", + "poke_798": "Kartana", + "poke_799": "Guzzlord", + "poke_800": "Necrozma", + "poke_801": "Magearna", + "poke_802": "Marshadow", + "poke_803": "Poipole", + "poke_804": "Naganadel", + "poke_805": "Stakataka", + "poke_806": "Blacephalon", + "poke_807": "Zeraora", + "poke_808": "Meltan", + "poke_809": "Melmetal", + "poke_810": "Grookey", + "poke_811": "Thwackey", + "poke_812": "Rillaboom", + "poke_813": "Scorbunny", + "poke_814": "Raboot", + "poke_815": "Cinderace", + "poke_816": "Sobble", + "poke_817": "Drizzile", + "poke_818": "Inteleon", + "poke_819": "Skwovet", + "poke_820": "Greedent", + "poke_821": "Rookidee", + "poke_822": "Corvisquire", + "poke_823": "Corviknight", + "poke_824": "Blipbug", + "poke_825": "Dottler", + "poke_826": "Orbeetle", + "poke_827": "Nickit", + "poke_828": "Thievul", + "poke_829": "Gossifleur", + "poke_830": "Eldegoss", + "poke_831": "Wooloo", + "poke_832": "Dubwool", + "poke_833": "Chewtle", + "poke_834": "Drednaw", + "poke_835": "Yamper", + "poke_836": "Boltund", + "poke_837": "Rolycoly", + "poke_838": "Carkol", + "poke_839": "Coalossal", + "poke_840": "Applin", + "poke_841": "Flapple", + "poke_842": "Appletun", + "poke_843": "Silicobra", + "poke_844": "Sandaconda", + "poke_845": "Cramorant", + "poke_846": "Arrokuda", + "poke_847": "Barraskewda", + "poke_848": "Toxel", + "poke_849": "Toxtricity", + "poke_850": "Sizzlipede", + "poke_851": "Centiskorch", + "poke_852": "Clobbopus", + "poke_853": "Grapploct", + "poke_854": "Sinistea", + "poke_855": "Polteageist", + "poke_856": "Hatenna", + "poke_857": "Hattrem", + "poke_858": "Hatterene", + "poke_859": "Impidimp", + "poke_860": "Morgrem", + "poke_861": "Grimmsnarl", + "poke_862": "Obstagoon", + "poke_863": "Perrserker", + "poke_864": "Cursola", + "poke_865": "Sirfetch'd", + "poke_866": "Mr. Rime", + "poke_867": "Runerigus", + "poke_868": "Milcery", + "poke_869": "Alcremie", + "poke_870": "Falinks", + "poke_871": "Pincurchin", + "poke_872": "Snom", + "poke_873": "Frosmoth", + "poke_874": "Stonjourner", + "poke_875": "Eiscue", + "poke_876": "Indeedee", + "poke_877": "Morpeko", + "poke_878": "Cufant", + "poke_879": "Copperajah", + "poke_880": "Dracozolt", + "poke_881": "Arctozolt", + "poke_882": "Dracovish", + "poke_883": "Arctovish", + "poke_884": "Duraludon", + "poke_885": "Dreepy", + "poke_886": "Drakloak", + "poke_887": "Dragapult", + "poke_888": "Zacian", + "poke_889": "Zamazenta", + "poke_890": "Eternatus", + "poke_891": "Kubfu", + "poke_892": "Urshifu", + "poke_893": "Zarude", + "poke_894": "Regieleki", + "poke_895": "Regidrago", + "poke_896": "Glastrier", + "poke_897": "Spectrier", + "poke_898": "Calyrex", + "poke_899": "Wyrdeer", + "poke_900": "Kleavor", + "poke_901": "Ursaluna", + "poke_902": "Basculegion", + "poke_903": "Sneasler", + "poke_904": "Overqwil", + "poke_905": "Enamorus", + "poke_906": "Sprigatito", + "poke_907": "Floragato", + "poke_908": "Meowscarada", + "poke_909": "Fuecoco", + "poke_910": "Crocalor", + "poke_911": "Skeledirge", + "poke_912": "Quaxly", + "poke_913": "Quaxwell", + "poke_914": "Quaquaval", + "poke_915": "Lechonk", + "poke_916": "Oinkologne", + "poke_917": "Tarountula", + "poke_918": "Spidops", + "poke_919": "Nymble", + "poke_920": "Lokix", + "poke_921": "Pawmi", + "poke_922": "Pawmo", + "poke_923": "Pawmot", + "poke_924": "Tandemaus", + "poke_925": "Maushold", + "poke_926": "Fidough", + "poke_927": "Dachsbun", + "poke_928": "Smoliv", + "poke_929": "Dolliv", + "poke_930": "Arboliva", + "poke_931": "Squawkabilly", + "poke_932": "Nacli", + "poke_933": "Naclstack", + "poke_934": "Garganacl", + "poke_935": "Charcadet", + "poke_936": "Armarouge", + "poke_937": "Ceruledge", + "poke_938": "Tadbulb", + "poke_939": "Bellibolt", + "poke_940": "Wattrel", + "poke_941": "Kilowattrel", + "poke_942": "Maschiff", + "poke_943": "Mabosstiff", + "poke_944": "Shroodle", + "poke_945": "Grafaiai", + "poke_946": "Bramblin", + "poke_947": "Brambleghast", + "poke_948": "Toedscool", + "poke_949": "Toedscruel", + "poke_950": "Klawf", + "poke_951": "Capsakid", + "poke_952": "Scovillain", + "poke_953": "Rellor", + "poke_954": "Rabsca", + "poke_955": "Flittle", + "poke_956": "Espathra", + "poke_957": "Tinkatink", + "poke_958": "Tinkatuff", + "poke_959": "Tinkaton", + "poke_960": "Wiglett", + "poke_961": "Wugtrio", + "poke_962": "Bombirdier", + "poke_963": "Finizen", + "poke_964": "Palafin", + "poke_965": "Varoom", + "poke_966": "Revavroom", + "poke_967": "Cyclizar", + "poke_968": "Orthworm", + "poke_969": "Glimmet", + "poke_970": "Glimmora", + "poke_971": "Greavard", + "poke_972": "Houndstone", + "poke_973": "Flamigo", + "poke_974": "Cetoddle", + "poke_975": "Cetitan", + "poke_976": "Veluza", + "poke_977": "Dondozo", + "poke_978": "Tatsugiri", + "poke_979": "Annihilape", + "poke_980": "Clodsire", + "poke_981": "Farigiraf", + "poke_982": "Dudunsparce", + "poke_983": "Kingambit", + "poke_984": "Great Tusk", + "poke_985": "Scream Tail", + "poke_986": "Brute Bonnet", + "poke_987": "Flutter Mane", + "poke_988": "Slither Wing", + "poke_989": "Sandy Shocks", + "poke_990": "Iron Treads", + "poke_991": "Iron Bundle", + "poke_992": "Iron Hands", + "poke_993": "Iron Jugulis", + "poke_994": "Iron Moth", + "poke_995": "Iron Thorns", + "poke_996": "Frigibax", + "poke_997": "Arctibax", + "poke_998": "Baxcalibur", + "poke_999": "Gimmighoul", + "poke_1000": "Gholdengo", + "poke_1001": "Wo-Chien", + "poke_1002": "Chien-Pao", + "poke_1003": "Ting-Lu", + "poke_1004": "Chi-Yu", + "poke_1005": "Roaring Moon", + "poke_1006": "Iron Valiant", + "poke_1007": "Koraidon", + "poke_1008": "Miraidon", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "Żaden", + "poke_type_1": "Normalny", + "poke_type_2": "Walczący", + "poke_type_3": "Latający", + "poke_type_4": "Trujący", + "poke_type_5": "Ziemny", + "poke_type_6": "Kamienny", + "poke_type_7": "Robaczy", + "poke_type_8": "Duch", + "poke_type_9": "Stalowy", + "poke_type_10": "Ognisty", + "poke_type_11": "Wodny", + "poke_type_12": "Trawiasty", + "poke_type_13": "Elektryczny", + "poke_type_14": "Psychiczny", + "poke_type_15": "Lodowy", + "poke_type_16": "Smoczy", + "poke_type_17": "Ciemny", + "poke_type_18": "Wróżkowy", + "purified": "Purified", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "Walk {{amount}} km with your buddy", + "quest_catch_type_dark_plural": "Catch {{amount}} Dark-type Pokémon", + "quest_catch_type_dragon_plural": "Catch {{amount}} Dragon-type Pokémon", + "quest_catch_type_poison_plural": "Catch {{amount}} Poison-type Pokémon", + "quest_catch_type_psychic_plural": "Catch {{amount}} Psychic-type Pokémon", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "Defeat {{amount}} Ghost-type Pokémon", + "quest_fight_type_ghost_psychic_plural": "Defeat {{amount}} Psychic- or Ghost-type Pokémon", + "quest_fight_type_psychic_plural": "Defeat {{amount}} Psychic-type Pokémon", + "quest_incense_singular": "Use an Incense", + "quest_land_excellent_plural": "Make {{amount}} Excellent Throws", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "Battle a team leader {{amount_0}} times", + "quest_title_challenge_2019_battle_trainer": "Battle another Trainer", + "quest_title_challenge_2019_battle_trainer_plural": "Battle another Trainer {{amount_0}} times", + "quest_title_challenge_2019_battle_trainer_win": "Win against another Trainer {{amount_0}} times", + "quest_title_challenge_2019_snapshot_eevee": "Take {{amount_0}} snapshots of Eevee", + "quest_title_challenge_2019_snapshot_loudred": "Take a snapshot of Loudred", + "quest_title_challenge_2019_snapshot_pkmn": "Take {{amount_0}} snapshots of Jirachi", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "Take {{amount_0}} snapshots of Fairy-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_flying": "Take {{amount_0}} snapshots of Flying-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "Take {{amount_0}} snapshots of Ghost-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_grass": "Take {{amount_0}} snapshots of Grass-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_ground": "Take {{amount_0}} snapshots of Ground-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_ice": "Take {{amount_0}} snapshots of Ice-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_normal": "Take {{amount_0}} snapshots of Normal-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "Take {{amount_0}} snapshots of Psychic-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Take {{amount_0}} snapshots of Psychic- or Steel-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_steel": "Take {{amount_0}} snapshots of Steel-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_water": "Take {{amount_0}} snapshots of Water-type Pokémon", + "quest_title_challenge_2019_trade_distance": "Trade for 3 Pokémon from at least 100 km away", + "quest_title_challenge_available": "A new challenge is available!", + "quest_title_challenge_battle_gbl_win_all": "Win in the GO Battle League", + "quest_title_challenge_battle_trainer_great": "Battle another Trainer in the Great League", + "quest_title_challenge_buddy_affection_plural": "Earn {{amount_0}} hearts with your buddy", + "quest_title_challenge_buddy_affection_single": "Earn a heart with your buddy", + "quest_title_challenge_buddy_battle_plural": "Battle alongside your buddy {{amount_0}} times while it’s adventuring with you", + "quest_title_challenge_buddy_battle_single": "Battle alongside your buddy while it’s adventuring with you", + "quest_title_challenge_buddy_emotion_plural": "Get your buddy excited {{amount_0}} times", + "quest_title_challenge_buddy_emotion_single": "Get your buddy excited", + "quest_title_challenge_buddy_level_best_plural": "Reach Best Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_best_single": "Reach Best Buddy with a Pokémon", + "quest_title_challenge_buddy_level_good_plural": "Reach Good Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_good_single": "Reach Good Buddy with a Pokémon", + "quest_title_challenge_buddy_level_great_plural": "Reach Great Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_great_single": "Reach Great Buddy with a Pokémon", + "quest_title_challenge_buddy_level_plural": "Increase the Buddy Level of Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_single": "Increase the Buddy Level of a Pokémon", + "quest_title_challenge_buddy_level_ultra_plural": "Reach Ultra Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_ultra_single": "Reach Ultra Buddy with a Pokémon", + "quest_title_challenge_buddy_play_plural": "Play with your buddy {{amount_0}} times", + "quest_title_challenge_buddy_play_single": "Play with your buddy", + "quest_title_challenge_buddy_poi_plural": "Visit interesting locations pointed out by your buddy {{amount_0}} times", + "quest_title_challenge_buddy_poi_single": "Visit an interesting location pointed out by your buddy", + "quest_title_challenge_buddy_snapshot_plural": "Take {{amount_0}} snapshots of your buddy", + "quest_title_challenge_buddy_snapshot_single": "Take a snapshot of your buddy", + "quest_title_challenge_buddy_treat_plural": "Give your buddy {{amount_0}} treats", + "quest_title_challenge_buddy_treat_single": "Give your buddy a treat", + "quest_title_challenge_catch_legendary": "Catch a Legendary Pokémon from a Field Research Breakthrough or raid", + "quest_title_challenge_catch_unique_any": "Catch {{amount_0}} different species of Pokémon", + "quest_title_challenge_snapshot_bidoof": "Take a snapshot of Bidoof", + "quest_title_challenge_snapshot_dratini_singular": "Take a snapshot of Dratini", + "quest_title_challenge_snapshot_eevee": "Take a snapshot of Eevee", + "quest_title_challenge_snapshot_pkmn_bug": "Take {{amount_0}} snapshots of Bug-type Pokémon", + "quest_title_challenge_snapshot_pkmn_bug_single": "Take a snapshot of a Bug-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dark": "Take {{amount_0}} snapshots of Dark-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dark_single": "Take a snapshot of a Dark-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dragon": "Take {{amount_0}} snapshots of Dragon-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dragon_single": "Take a snapshot of a Dragon-type Pokémon", + "quest_title_challenge_snapshot_pkmn_electric": "Take {{amount_0}} snapshots of Electric-type Pokémon", + "quest_title_challenge_snapshot_pkmn_electric_single": "Take a snapshot of an Electric-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fairy_single": "Take a snapshot of a Fairy-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fighting": "Take {{amount_0}} snapshots of Fighting-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fighting_single": "Take a snapshot of a Fighting-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fire": "Take {{amount_0}} snapshots of Fire-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fire_single": "Take a snapshot of a Fire-type Pokémon", + "quest_title_challenge_snapshot_pkmn_flying_single": "Take a snapshot of a Flying-type Pokémon", + "quest_title_challenge_snapshot_pkmn_ghost_single": "Take a snapshot of a Ghost-type Pokémon", + "quest_title_challenge_snapshot_pkmn_grass_single": "Take a snapshot of a Grass-type Pokémon", + "quest_title_challenge_snapshot_pkmn_ground_single": "Take a snapshot of a Ground-type Pokémon", + "quest_title_challenge_snapshot_pkmn_ice_single": "Take a snapshot of an Ice-type Pokémon", + "quest_title_challenge_snapshot_pkmn_normal_single": "Take a snapshot of a Normal-type Pokémon", + "quest_title_challenge_snapshot_pkmn_poison": "Take {{amount_0}} snapshots of Poison-type Pokémon", + "quest_title_challenge_snapshot_pkmn_poison_single": "Take a snapshot of a Poison-type Pokémon", + "quest_title_challenge_snapshot_pkmn_psychic_single": "Take a snapshot of a Psychic-type Pokémon", + "quest_title_challenge_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", + "quest_title_challenge_snapshot_pkmn_rock_single": "Take a snapshot of a Rock-type Pokémon", + "quest_title_challenge_snapshot_pkmn_steel_single": "Take a snapshot of a Steel-type Pokémon", + "quest_title_challenge_snapshot_pkmn_water_single": "Take a snapshot of a Water-type Pokémon", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Take a snapshot of Blitzle in the wild", + "quest_title_challenge_snapshot_wild_glameow_singular": "Take a snapshot of Glameow in the wild", + "quest_title_geotarget_quest_description": "Scan {{amount_0}}", + "quest_title_quest_achieve_lvl_40": "Reach level 40", + "quest_title_quest_adventure_effect_activate_plural": "Activate an Adventure Effect {{amount_0}} times", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Activate Roar of Time’s Adventure Effect {{amount_0}} times", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Activate Roar of Time’s Adventure Effect", + "quest_title_quest_adventure_effect_activate_singular": "Activate an Adventure Effect", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Activate Spacial Rend’s Adventure Effect {{amount_0}} times", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Activate Spacial Rend’s Adventure Effect", + "quest_title_quest_adventure_evolve_singular": "Adventure Week: Evolve an Omanyte or Kabuto", + "quest_title_quest_adventure_hatch_egg_plural": "Adventure Week: Hatch {{amount_0}} Eggs", + "quest_title_quest_adventure_visit_pokestop_new_plural": "Adventure Week: Spin {{amount_0}} PokéStops you haven't visited before", + "quest_title_quest_adventure_walk_buddy_plural": "Adventure Week: Earn {{amount_0}} Candies walking with your buddy", + "quest_title_quest_adventure2019_catch_special33_plural": "Adventure Week 2019: Catch {{amount_0}} Aron", + "quest_title_quest_adventure2019_evolve_singular": "Adventure Week 2019: Evolve a Lileep or Anorith", + "quest_title_quest_adventure2019_hatch_egg_plural": "Adventure Week 2019: Hatch {{amount_0}} Eggs", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Adventure Week 2019: Spin {{amount_0}} PokéStops you haven’t visited before", + "quest_title_quest_adventure2019_visit_pokestop_plural": "Adventure Week 2019: Spin 25 PokéStops", + "quest_title_quest_adventure2019_walk_buddy_plural": "Adventure Week 2019: Earn {{amount_0}} Candies walking with your buddy", + "quest_title_quest_alodude_catch": "Catch {{amount_0}} Alolan Geodude", + "quest_title_quest_alodude_evolve_a": "Evolve {{amount_0}} Alolan Geodude", + "quest_title_quest_alodude_evolve_b": "Evolve {{amount_0}} Alolan Graveler", + "quest_title_quest_alodude_snap": "Take {{amount_0}} snapshots of Alolan Geodude", + "quest_title_quest_at_catch_a": "Catch {{amount_0}} Abra", + "quest_title_quest_at_evolve_a": "Evolve {{amount_0}} Abra", + "quest_title_quest_at_evolve_k": "Evolve {{amount_0}} Kadabra", + "quest_title_quest_axew_catch_b": "Catch {{amount_0}} Axew", + "quest_title_quest_axew_evolve_b": "Evolve {{amount_0}} Axew", + "quest_title_quest_axew_snapshot_b": "Take a snapshot of {{amount_0}} Axew", + "quest_title_quest_azelf_wild_snap": "Take a snapshot of Azelf in the wild", + "quest_title_quest_bagon_catch_b": "Catch {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_plural": "Evolve {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_singular": "Evolve a Bagon", + "quest_title_quest_bagon_snapshot_b": "Take a snapshot of {{amount_0}} Bagon", + "quest_title_quest_battle_buddy_adventure_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", + "quest_title_quest_battle_buddy_adventure_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", + "quest_title_quest_battle_dangling_reward_toast": "You must complete your current battle before beginning a new battle!", + "quest_title_quest_battle_error_toast": "An error occurred when starting the battle", + "quest_title_quest_battle_gbl_halloween_plural": "Battle in the Halloween Cup {{amount_0}} times", + "quest_title_quest_battle_gbl_halloween_win_plural": "Win {{amount_0}} Trainer Battles in the Halloween Cup", + "quest_title_quest_battle_gbl_plural": "Battle in the GO Battle League {{amount_0}} times", + "quest_title_quest_battle_gbl_singular": "Battle in the GO Battle League", + "quest_title_quest_battle_gbl_win_plural": "Win {{amount_0}} Trainer Battles in the GO Battle League", + "quest_title_quest_battle_gbl_win_singular": "Win a Trainer Battle in the GO Battle League", + "quest_title_quest_battle_great_plural": "Battle another Trainer in the Great League {{amount_0}} times", + "quest_title_quest_battle_great_win_plural": "Win {{amount_0}} Trainer Battles in the Great League", + "quest_title_quest_battle_great_win_singular": "Win a Trainer Battle in the Great League", + "quest_title_quest_battle_gym_plural": "Battle in a Gym {{amount_0}} times", + "quest_title_quest_battle_gym_singular": "Battle in a Gym", + "quest_title_quest_battle_master_win_plural": "Win {{amount_0}} Trainer Battles in the Master League", + "quest_title_quest_battle_master_win_singular": "Win a Trainer Battle in the Master League", + "quest_title_quest_battle_raid_plural": "Battle in {{amount_0}} raids", + "quest_title_quest_battle_raid_singular": "Battle in a raid", + "quest_title_quest_battle_raid_with_friend_plural": "Battle in {{amount_0}} raids with a friend", + "quest_title_quest_battle_raid_with_friend_singular": "Battle in a raid with a friend", + "quest_title_quest_battle_supereffective_charge_plural": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", + "quest_title_quest_battle_supereffective_charge_singular": "Use a supereffective Charged Attack in a Gym battle", + "quest_title_quest_battle_team_rocket_plural": "Battle {{amount_0}} Team GO Rocket members", + "quest_title_quest_battle_team_rocket_singular": "Battle a Team GO Rocket member", + "quest_title_quest_battle_ultra_win_plural": "Win {{amount_0}} Trainer Battles in the Ultra League", + "quest_title_quest_battle_ultra_win_singular": "Win a Trainer Battle in the Ultra League", + "quest_title_quest_battle19_catch_fighting_easy": "Catch {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_battle19_catch_medium_pkmn": "Catch {{amount_0}} Makuhita or Meditite", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Make {{amount_0}} Excellent Throws in a row", + "quest_title_quest_battle19_raid_win_veryhard": "Win {{amount_0}} raids", + "quest_title_quest_battle19_supereffective_charge_hard": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", + "quest_title_quest_battler_appears": "AN OPPONENT APPEARS!", + "quest_title_quest_beat_raid_10_minutes": "Win a raid in under 10 minutes", + "quest_title_quest_beat_raid_60_seconds": "Win a raid in under 60 seconds", + "quest_title_quest_beat_raid_singular_minutes": "Win a raid in under {{amount_0}} minutes", + "quest_title_quest_beat_raid_singular_seconds": "Win a raid in under {{amount_0}} seconds", + "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: Catch {{amount_0}} Pidgey or Rattata", + "quest_title_quest_begins19_evolve_plural": "Pokémon Day: Evolve 1 Meowth", + "quest_title_quest_beldum_catch_b": "Catch {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_plural": "Evolve {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_singular": "Evolve a Beldum", + "quest_title_quest_bellsprout_catch_b": "Catch {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_plural": "Evolve {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_singular": "Evolve a Bellsprout", + "quest_title_quest_bellsprout_snapshot_b": "Take a snapshot of {{amount_0}} Bellsprout", + "quest_title_quest_beluga_evolve_pkmn": "Let’s Go: Evolve {{amount_0}} Anorith", + "quest_title_quest_beluga_excellent_singular": "Let's Go: Make {{amount_0}} Excellent Throw", + "quest_title_quest_beluga_hatch_plural": "Let’s Go: Hatch {{amount_0}} Eggs", + "quest_title_quest_best_buddy_bronze": "Have 1 Best Buddy", + "quest_title_quest_best_buddy_silver": "Have 10 Best Buddies", + "quest_title_quest_bounsweet_catch_b": "Catch {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_plural": "Evolve {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_singular": "Evolve a Bounsweet", + "quest_title_quest_braixen_evolve_b": "Evolve {{amount_0}} Braixen", + "quest_title_quest_breakthrough_completed": "Field Research completed!", + "quest_title_quest_breakthrough_reward_mystery": "Mystery items", + "quest_title_quest_breakthrough_reward_stardust": "Stardust", + "quest_title_quest_brionne_evolve_b_plural": "Evolve {{amount_0}} Brionne", + "quest_title_quest_brionne_evolve_b_singular": "Evolve a Brionne", + "quest_title_quest_buddy_affection_days": "Earn a heart with your buddy on {{amount_0}} different days", + "quest_title_quest_buddy_affection_days_in_a_row": "Earn a heart with your buddy {{amount_0}} days in a row", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", + "quest_title_quest_buddy_souvenir_plural": "Receive {{amount_0}} Souvenirs from your buddy", + "quest_title_quest_buddy_souvenir_singular": "Receive a Souvenir from your buddy", + "quest_title_quest_buddy_walk_km_plural": "Walk {{amount_0}} km with your buddy", + "quest_title_quest_bulbt_catch_b": "Catch {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_b": "Evolve {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_s1": "Evolve {{amount_0}} Ivysaur", + "quest_title_quest_cacnea_catch": "Catch {{amount_0}} Cacnea", + "quest_title_quest_catch_151": "Catch 151 Pokémon", + "quest_title_quest_catch_b_types_plural": "Catch {{amount_0}} Electric-, Normal-, or Poison-type Pokémon", + "quest_title_quest_catch_basic_types_plural": "Catch {{amount_0}} Grass-, Water-, or Fire-type Pokémon", + "quest_title_quest_catch_berry_any_drifloon": "Use {{amount_0}} Berries to help catch Drifloon", + "quest_title_quest_catch_berry_nanab_drifloon": "Use {{amount_0}} Nanab Berries to help catch Drifloon", + "quest_title_quest_catch_berry_pinap": "Use {{amount_0}} Pinap Berries to help catch Pokémon", + "quest_title_quest_catch_berry_razz": "Use {{amount_0}} Razz Berries to help catch Pokémon", + "quest_title_quest_catch_berry_razz_drifloon": "Use {{amount_0}} Razz Berries to help catch Drifloon", + "quest_title_quest_catch_bronzor_plural": "Catch {{amount_0}} Bronzor", + "quest_title_quest_catch_c_types_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dark-type Pokémon", + "quest_title_quest_catch_carbink_singular": "Catch a Carbink", + "quest_title_quest_catch_celebi_types_plural": "Catch {{amount_0}} Grass- or Psychic-type Pokémon", + "quest_title_quest_catch_costumed_plural": "Catch {{amount_0}} Eevee wearing a sun crown or moon crown", + "quest_title_quest_catch_crabrawler_plural": "Catch {{amount_0}} Crabrawler", + "quest_title_quest_catch_dark_type_plural": "Catch {{amount_0}} Dark-type Pokémon", + "quest_title_quest_catch_darumaka_plural": "Catch {{amount_0}} Darumaka", + "quest_title_quest_catch_daysinarow": "Catch a Pokémon {{amount_0}} days in a row", + "quest_title_quest_catch_dialga": "Catch Dialga", + "quest_title_quest_catch_drifloon": "Catch {{amount_0}} Drifloon", + "quest_title_quest_catch_ducklett_plural": "Catch {{amount_0}} Ducklett", + "quest_title_quest_catch_ducklett_singular": "Catch a Ducklett", + "quest_title_quest_catch_emolga_plural": "Catch {{amount_0}} Emolga", + "quest_title_quest_catch_excellent_curve_drifloon": "Catch {{amount_0}} Drifloon with Excellent Curveball Throws", + "quest_title_quest_catch_excellent_with_berry_drifloon": "Catch {{amount_0}} Drifloon with Excellent Throws after giving them Berries", + "quest_title_quest_catch_feed_plural": "Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_catch_feed_singular": "Use a Berry to help catch a Pokémon", + "quest_title_quest_catch_furfou_singular": "Catch a Furfrou", + "quest_title_quest_catch_groudon_primal_boosted_types": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", + "quest_title_quest_catch_groudon_type": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", + "quest_title_quest_catch_hoenn_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Hoenn region", + "quest_title_quest_catch_in_day_plural": "Catch {{amount_0}} Pokémon in a single day", + "quest_title_quest_catch_jan21_hoenn1_plural": "Catch {{amount_0}} Groudon", + "quest_title_quest_catch_jan21_hoenn2_plural": "Catch {{amount_0}} Kyogre", + "quest_title_quest_catch_johto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Johto region", + "quest_title_quest_catch_kanto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Kanto region", + "quest_title_quest_catch_kyogre_primal_boosted_types": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_kyogre_type": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_legendary_inarow_plural": "Successfully catch the next {{amount_0}} Legendary or Mythical Pokémon you encounter", + "quest_title_quest_catch_legendary_plural": "Catch {{amount_0}} Legendary or Mythical Pokémon", + "quest_title_quest_catch_legendary_singular": "Catch a Legendary or Mythical Pokémon", + "quest_title_quest_catch_lunatone_plural": "Catch {{amount_0}} Lunatone", + "quest_title_quest_catch_luvdisc": "Catch {{amount_0}} Luvdisc", + "quest_title_quest_catch_misc_01_types_plural": "Catch {{amount_0}} Normal-, Water-, or Ice-type Pokémon", + "quest_title_quest_catch_nymble_plural": "Catch {{amount_0}} Nymble", + "quest_title_quest_catch_palkia": "Catch Palkia", + "quest_title_quest_catch_pikachu_plural": "Catch {{amount_0}} Pikachu", + "quest_title_quest_catch_plural_unique": "Catch {{amount_0}} different species of Pokémon", + "quest_title_quest_catch_pokemon_dai_plural": "Use Daily Adventure Incense to help catch {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_days": "Catch a Pokémon on {{amount_0}} different days", + "quest_title_quest_catch_pokemon_great_ball_plural": "Catch {{amount_0}} Pokémon in Great Balls", + "quest_title_quest_catch_pokemon_great_ball_singular": "Catch a Pokémon in a Great Ball", + "quest_title_quest_catch_pokemon_legendary_plural": "Catch {{amount_0}} Legendary Pokémon", + "quest_title_quest_catch_pokemon_legendary_singular": "Catch a Legendary Pokémon", + "quest_title_quest_catch_pokemon_party_plural": "Catch {{amount_0}} Pokémon while in a party", + "quest_title_quest_catch_pokemon_plural": "Catch {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_poke_ball_plural": "Catch {{amount_0}} Pokémon in Poké Balls", + "quest_title_quest_catch_pokemon_poke_ball_singular": "Catch a Pokémon in a Poké Ball", + "quest_title_quest_catch_pokemon_routes_plural": "Catch {{amount_0}} Pokémon while following Routes", + "quest_title_quest_catch_pokemon_routes_singular": "Catch a Pokémon while following a Route", + "quest_title_quest_catch_pokemon_singular": "Catch a Pokémon", + "quest_title_quest_catch_pokemon_task": "Catch Pokémon", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "Catch {{amount_0}} Pokémon in Ultra Balls", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "Catch a Pokémon in an Ultra Ball", + "quest_title_quest_catch_psychic_steel": "Catch {{amount_0}} Psychic- or Steel-type Pokémon", + "quest_title_quest_catch_raid_regi_any": "Catch a Regirock, Regice, or Registeel from a raid", + "quest_title_quest_catch_raid_regi_ice": "Catch a Regice from a raid", + "quest_title_quest_catch_raid_regi_rock": "Catch a Regirock from a raid", + "quest_title_quest_catch_raid_regi_steel": "Catch a Registeel from a raid", + "quest_title_quest_catch_rayquaza_type": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", + "quest_title_quest_catch_sinnoh_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Sinnoh region", + "quest_title_quest_catch_sinnoh_pokemon_singular": "Catch a Pokémon originally discovered in the Sinnoh region", + "quest_title_quest_catch_solrock_plural": "Catch {{amount_0}} Solrock", + "quest_title_quest_catch_special_aerodactyl": "Catch an Aerodactyl", + "quest_title_quest_catch_special_bidoof": "Catch {{amount_0}} Bidoof", + "quest_title_quest_catch_special_chespin": "Catch a Chespin", + "quest_title_quest_catch_special_cottonee": "Catch {{amount_0}} Cottonee", + "quest_title_quest_catch_special_cubone": "Catch a Cubone", + "quest_title_quest_catch_special_exeggcute": "Catch {{amount_0}} Exeggcute", + "quest_title_quest_catch_special_fennekin": "Catch a Fennekin", + "quest_title_quest_catch_special_fletchling": "Catch a Fletchling", + "quest_title_quest_catch_special_froakie": "Catch a Froakie", + "quest_title_quest_catch_special_furfrou": "Catch a Furfrou", + "quest_title_quest_catch_special_jirachi": "Catch Jirachi!", + "quest_title_quest_catch_special_lieep_anorithl": "Catch {{amount_0}} Lileep or Anorith", + "quest_title_quest_catch_special_litleo": "Catch a Litleo", + "quest_title_quest_catch_special_mew": "Catch Mew!", + "quest_title_quest_catch_special_natu": "Catch {{amount_0}} Natu", + "quest_title_quest_catch_special_omanyte_kabuto": "Catch {{amount_0}} Omanyte or Kabuto", + "quest_title_quest_catch_special_pumpkaboo": "Catch {{amount_0}} Pumpkaboo", + "quest_title_quest_catch_special_slugma_gulpin": "Catch {{amount_0}} Slugma or Gulpin", + "quest_title_quest_catch_special_voltorb": "Catch {{amount_0}} Voltorb", + "quest_title_quest_catch_special0_plural": "Catch {{amount_0}} Ditto", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Catch the {{amount_0}} Pokémon on the event list", + "quest_title_quest_catch_special0_singular": "Catch a Ditto", + "quest_title_quest_catch_special1_plural": "Catch {{amount_0}} Oddish or Bellsprout", + "quest_title_quest_catch_special1_singular": "Catch an Oddish or Bellsprout", + "quest_title_quest_catch_special2_plural": "Catch {{amount_0}} Swablu", + "quest_title_quest_catch_special2_singular": "Catch a Swablu", + "quest_title_quest_catch_special3_plural": "Catch {{amount_0}} Pidgey or Murkrow", + "quest_title_quest_catch_special3_singular": "Catch a Pidgey or Murkrow", + "quest_title_quest_catch_special4_plural": "Catch {{amount_0}} Treecko or Mudkip", + "quest_title_quest_catch_special4_singular": "Catch a Treecko or Mudkip", + "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", + "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", + "quest_title_quest_catch_special6_plural": "Catch {{amount_0}} Mareep", + "quest_title_quest_catch_special7_plural": "Catch {{amount_0}} Charmander", + "quest_title_quest_catch_special8_plural": "Catch {{amount_0}} Larvitar", + "quest_title_quest_catch_special9_plural": "Catch {{amount_0}} Unown", + "quest_title_quest_catch_special10_plural": "Catch {{amount_0}} Plusle", + "quest_title_quest_catch_special11_plural": "Catch {{amount_0}} Minun", + "quest_title_quest_catch_special12_plural": "Catch {{amount_0}} Squirtle", + "quest_title_quest_catch_special13_plural": "Catch {{amount_0}} Roselia", + "quest_title_quest_catch_special14_singular": "Catch a Meowth or Growlithe", + "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", + "quest_title_quest_catch_special16_singular": "Catch a Skitty or Poochyena", + "quest_title_quest_catch_special17_plural": "Catch {{amount_0}} Eevee", + "quest_title_quest_catch_special18_plural": "Catch {{amount_0}} Beldum", + "quest_title_quest_catch_special19_plural": "Catch {{amount_0}} Slakoth", + "quest_title_quest_catch_special20_plural": "Catch {{amount_0}} Ralts", + "quest_title_quest_catch_special21_singular": "Catch a Rattata or Pikachu", + "quest_title_quest_catch_special22_plural": "Catch {{amount_0}} Chikorita", + "quest_title_quest_catch_special23_plural": "Catch {{amount_0}} Cyndaquil", + "quest_title_quest_catch_special24_plural": "Catch {{amount_0}} Totodile", + "quest_title_quest_catch_special25_plural": "Catch {{amount_0}} Swinub", + "quest_title_quest_catch_special26_plural": "Catch {{amount_0}} Treecko", + "quest_title_quest_catch_special27_plural": "Catch {{amount_0}} Bagon", + "quest_title_quest_catch_special28_plural": "Catch {{amount_0}} Torchic", + "quest_title_quest_catch_special29_plural": "Catch {{amount_0}} Mudkip", + "quest_title_quest_catch_special31_plural": "Catch {{amount_0}} Turtwig", + "quest_title_quest_catch_special33_plural": "Catch {{amount_0}} Trapinch", + "quest_title_quest_catch_special34_plural": "Catch {{amount_0}} Chimchar", + "quest_title_quest_catch_special35_plural": "Catch {{amount_0}} Piplup", + "quest_title_quest_catch_special36_plural": "Catch {{amount_0}} Rhyhorn", + "quest_title_quest_catch_special37_plural": "Catch {{amount_0}} Machop", + "quest_title_quest_catch_special38_plural": "Catch {{amount_0}} Vulpix", + "quest_title_quest_catch_special39_plural": "Catch {{amount_0}} Dratini", + "quest_title_quest_catch_special40_plural": "Catch {{amount_0}} Abra", + "quest_title_quest_catch_special41_plural": "Catch {{amount_0}} Spheal", + "quest_title_quest_catch_special42_plural": "Catch {{amount_0}} Weedle", + "quest_title_quest_catch_special43_plural": "Catch {{amount_0}} Starly", + "quest_title_quest_catch_special44_plural": "Catch {{amount_0}} Seedot", + "quest_title_quest_catch_special45_plural": "Catch {{amount_0}} Grimer", + "quest_title_quest_catch_special46_plural": "Catch {{amount_0}} Porygon", + "quest_title_quest_catch_staryu_plural": "Catch {{amount_0}} Staryu", + "quest_title_quest_catch_stufful_pinap_plural": "Use {{amount_0}} Pinap Berries to help catch Pokémon", + "quest_title_quest_catch_stufful_pinap_singular": "Use a Pinap Berry to help catch a Pokémon", + "quest_title_quest_catch_stufful_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", + "quest_title_quest_catch_stufful_razz_singular": "Use a Razz Berry to help catch a Pokémon", + "quest_title_quest_catch_transform_pokemon_plural": "Catch {{amount_0}} of the Transform Pokémon", + "quest_title_quest_catch_trubbish_plural": "Catch {{amount_0}} Trubbish", + "quest_title_quest_catch_type_bug_plural": "Catch {{amount_0}} Bug-type Pokémon", + "quest_title_quest_catch_type_bug_plural_unique": "Catch {{amount_0}} different species of Bug-type Pokémon", + "quest_title_quest_catch_type_bug_singular": "Catch a Bug-type Pokémon", + "quest_title_quest_catch_type_buzzwole": "Catch a Pokémon that shares a type with Buzzwole", + "quest_title_quest_catch_type_buzzwole_effective": "Catch a Pokémon of a type that Buzzwole is weak to", + "quest_title_quest_catch_type_buzzwole_plural": "Catch {{amount_0}} Pokémon that share a type with Buzzwole", + "quest_title_quest_catch_type_celesteela_effective": "Catch a Pokémon of a type that Celesteela is weak to", + "quest_title_quest_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", + "quest_title_quest_catch_type_dark_plural_unique": "Catch {{amount_0}} different species of Dark-type Pokémon", + "quest_title_quest_catch_type_dark_singular": "Catch a Dark-type Pokémon", + "quest_title_quest_catch_type_dragon_normal_plural": "Catch {{amount_0}} Normal- or Dragon-type Pokémon", + "quest_title_quest_catch_type_dragon_plural": "Catch {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_catch_type_dragon_plural_unique": "Catch {{amount_0}} different species of Dragon-type Pokémon", + "quest_title_quest_catch_type_dragon_singular": "Catch a Dragon-type Pokémon", + "quest_title_quest_catch_type_electric_flying_plural": "Catch {{amount_0}} Electric- or Flying-type Pokémon", + "quest_title_quest_catch_type_electric_plural": "Catch {{amount_0}} Electric-type Pokémon", + "quest_title_quest_catch_type_electric_plural_unique": "Catch {{amount_0}} different species of Electric-type Pokémon", + "quest_title_quest_catch_type_electric_singular": "Catch an Electric-type Pokémon", + "quest_title_quest_catch_type_fairy_plural": "Catch {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_catch_type_fairy_plural_unique": "Catch {{amount_0}} different species of Fairy-type Pokémon", + "quest_title_quest_catch_type_fairy_singular": "Catch a Fairy-type Pokémon", + "quest_title_quest_catch_type_fighting_plural": "Catch {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_catch_type_fighting_plural_unique": "Catch {{amount_0}} different species of Fighting-type Pokémon", + "quest_title_quest_catch_type_fighting_singular": "Catch a Fighting-type Pokémon", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Catch {{amount_0}} Fire- or Dark-type Pokémon", + "quest_title_quest_catch_type_fire_plural": "Catch {{amount_0}} Fire-type Pokémon", + "quest_title_quest_catch_type_fire_singular": "Catch a Fire-type Pokémon", + "quest_title_quest_catch_type_flying_plural": "Catch {{amount_0}} Flying-type Pokémon", + "quest_title_quest_catch_type_flying_plural_unique": "Catch {{amount_0}} different species of Flying-type Pokémon", + "quest_title_quest_catch_type_flying_singular": "Catch a Flying-type Pokémon", + "quest_title_quest_catch_type_ghost_dark_plural": "Catch {{amount_0}} Ghost- or Dark-type Pokémon", + "quest_title_quest_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_catch_type_ghost_plural_unique": "Catch {{amount_0}} different species of Ghost-type Pokémon", + "quest_title_quest_catch_type_ghost_singular": "Catch a Ghost-type Pokémon", + "quest_title_quest_catch_type_grass_bug_plural": "Catch {{amount_0}} Grass- or Bug-type Pokémon", + "quest_title_quest_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", + "quest_title_quest_catch_type_grass_plural_unique": "Catch {{amount_0}} different species of Grass-type Pokémon", + "quest_title_quest_catch_type_grass_poison_plural": "Catch {{amount_0}} Grass- or Poison-type Pokémon", + "quest_title_quest_catch_type_grass_singular": "Catch a Grass-type Pokémon", + "quest_title_quest_catch_type_ground_plural": "Catch {{amount_0}} Ground-type Pokémon", + "quest_title_quest_catch_type_ground_plural_unique": "Catch {{amount_0}} different species of Ground-type Pokémon", + "quest_title_quest_catch_type_ground_singular": "Catch a Ground-type Pokémon", + "quest_title_quest_catch_type_guzzlord_effective": "Catch a Pokémon of a type that Guzzlord is weak to", + "quest_title_quest_catch_type_ice_grass_plural_unique": "Catch {{amount_0}} Grass- or Ice-type Pokémon", + "quest_title_quest_catch_type_ice_plural": "Catch {{amount_0}} Ice-type Pokémon", + "quest_title_quest_catch_type_ice_plural_unique": "Catch {{amount_0}} different species of Ice-type Pokémon", + "quest_title_quest_catch_type_ice_singular": "Catch an Ice-type Pokémon", + "quest_title_quest_catch_type_kartana_effective": "Catch a Pokémon of a type that Kartana is weak to", + "quest_title_quest_catch_type_nihilego": "Catch a Pokémon that shares a type with Nihilego", + "quest_title_quest_catch_type_nihilego_effective": "Catch a Pokémon of a type that Nihilego is weak to", + "quest_title_quest_catch_type_nihilego_plural": "Catch {{amount_0}} Pokémon that share a type with Nihilego", + "quest_title_quest_catch_type_normal_plural": "Catch {{amount_0}} Normal-type Pokémon", + "quest_title_quest_catch_type_normal_plural_unique": "Catch {{amount_0}} different species of Normal-type Pokémon", + "quest_title_quest_catch_type_normal_singular": "Catch a Normal-type Pokémon", + "quest_title_quest_catch_type_pheremosa_effective": "Catch a Pokémon of a type that Pheromosa is weak to", + "quest_title_quest_catch_type_pheromosa": "Catch a Pokémon that shares a type with Pheromosa", + "quest_title_quest_catch_type_pheromosa_plural": "Catch {{amount_0}} Pokémon that share a type with Pheromosa", + "quest_title_quest_catch_type_poison_plural": "Catch {{amount_0}} Poison-type Pokémon", + "quest_title_quest_catch_type_poison_plural_unique": "Catch {{amount_0}} different species of Poison-type Pokémon", + "quest_title_quest_catch_type_poison_singular": "Catch a Poison-type Pokémon", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "Catch {{amount_0}} Psychic- or Fighting-type Pokémon", + "quest_title_quest_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_catch_type_psychic_plural_unique": "Catch {{amount_0}} different species of Psychic-type Pokémon", + "quest_title_quest_catch_type_psychic_singular": "Catch a Psychic-type Pokémon", + "quest_title_quest_catch_type_rock_plural": "Catch {{amount_0}} Rock-type Pokémon", + "quest_title_quest_catch_type_rock_plural_unique": "Catch {{amount_0}} different species of Rock-type Pokémon", + "quest_title_quest_catch_type_rock_singular": "Catch a Rock-type Pokémon", + "quest_title_quest_catch_type_shaymin": "Catch a Pokémon that shares a type with Shaymin", + "quest_title_quest_catch_type_shaymin_plural": "Catch {{amount_0}} Pokémon that share a type with Shaymin", + "quest_title_quest_catch_type_steel_plural": "Catch {{amount_0}} Steel-type Pokémon", + "quest_title_quest_catch_type_steel_plural_unique": "Catch {{amount_0}} different species of Steel-type Pokémon", + "quest_title_quest_catch_type_steel_singular": "Catch a Steel-type Pokémon", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Catch {{amount_0}} Fire-, Water-, or Electric-type Pokémon", + "quest_title_quest_catch_type_water_flying_plural": "Catch {{amount_0}} Water- or Flying-type Pokémon", + "quest_title_quest_catch_type_water_ground_plural": "Catch {{amount_0}} Water- or Ground-type Pokémon", + "quest_title_quest_catch_type_water_plural": "Catch {{amount_0}} Water-type Pokémon", + "quest_title_quest_catch_type_water_plural_unique": "Catch {{amount_0}} different species of Water-type Pokémon", + "quest_title_quest_catch_type_water_singular": "Catch a Water-type Pokémon", + "quest_title_quest_catch_type_xurkitree": "Catch a Pokémon that shares a type with Xurkitree", + "quest_title_quest_catch_type_xurkitree_effective": "Catch a Pokémon of a type that Xurkitree is weak to", + "quest_title_quest_catch_type_xurkitree_plural": "Catch {{amount_0}} Pokémon that share a type with Xurkitree", + "quest_title_quest_catch_types_rainy_plural": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_types_rainy_singular": "Catch a Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_types_snowy_plural": "Catch {{amount_0}} Ice- or Steel-type Pokémon", + "quest_title_quest_catch_types_snowy_singular": "Catch an Ice- or Steel-type Pokémon", + "quest_title_quest_catch_types_sunny_plural": "Catch {{amount_0}} Grass-, Fire-, or Ground-type Pokémon", + "quest_title_quest_catch_types_sunny_singular": "Catch a Grass-, Fire-, or Ground-type Pokémon", + "quest_title_quest_catch_types_windy_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", + "quest_title_quest_catch_types_windy_singular": "Catch a Flying-, Psychic-, or Dragon-type Pokémon", + "quest_title_quest_catch_weather_boost_plural": "Catch {{amount_0}} Pokémon with Weather Boost", + "quest_title_quest_catch_weather_boost_singular": "Catch a Pokémon with Weather Boost", + "quest_title_quest_catch_whismur": "Catch {{amount_0}} Whismur", + "quest_title_quest_challenge_party_power_plural": "Use Party Power {{amount_0}} times in Raid Battles", + "quest_title_quest_challenge_party_power_singular": "Use Party Power in a Raid Battle", + "quest_title_quest_change_form_furfrou": "Change a Furfrou’s trim", + "quest_title_quest_change_form_plural": "Change the form of {{amount_0}} Pokémon", + "quest_title_quest_change_form_singular": "Change the form of a Pokémon", + "quest_title_quest_chansey_catch_b": "Catch {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_plural": "Evolve {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_singular": "Evolve a Chansey", + "quest_title_quest_chansey_snapshot_b": "Take a snapshot of {{amount_0}} Chansey", + "quest_title_quest_charge_attack_party_plural": "Use {{amount_0}} Charged Attacks while in a party", + "quest_title_quest_charge_attack_party_singular": "Use a Charged Attack while in a party", + "quest_title_quest_charged_attack_plural": "Use {{amount_0}} Charged Attacks", + "quest_title_quest_charjabug_evolve_b": "Evolve {{amount_0}} Charjabug", + "quest_title_quest_chart_catch_b": "Catch {{amount_0}} Charmander", + "quest_title_quest_chart_catch_s1": "Catch {{amount_0}} Charmeleon", + "quest_title_quest_chart_evolve_b": "Evolve {{amount_0}} Charmander", + "quest_title_quest_chart_evolve_s1": "Evolve {{amount_0}} Charmeleon", + "quest_title_quest_chespin_catch_b": "Catch {{amount_0}} Chespin", + "quest_title_quest_chespin_evolve_b": "Evolve {{amount_0}} Chespin", + "quest_title_quest_chespin_snapshot_b": "Take a snapshot of {{amount_0}} Chespin", + "quest_title_quest_crocalor_evolve_b": "Evolve a Crocalor", + "quest_title_quest_cyndaquil_catch_b": "Catch {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_plural": "Evolve {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_singular": "Evolve a Cyndaquil", + "quest_title_quest_dartrix_evolve_b_plural": "Evolve {{amount_0}} Dartrix", + "quest_title_quest_dartrix_evolve_b_singular": "Evolve {{amount_0}} Dartrix", + "quest_title_quest_dec2021_catch_b": "Catch {{amount_0}} Pokémon featured during 2021’s Community Days", + "quest_title_quest_dec2022_catch_b": "Catch {{amount_0}} Pokémon featured during December Community Day 2022", + "quest_title_quest_dec2023_catch_b": "Catch {{amount_0}} Pokémon featured during 2023 Community Days", + "quest_title_quest_defeat_jessie_james_plural": "Defeat Jessie or James {{amount_0}} times", + "quest_title_quest_defeat_rocket": "Defeat {{amount_0}} Team GO Rocket members", + "quest_title_quest_defeat_rocket_leader_2500": "Defeat {{amount_0}} Team GO Rocket Leaders with Pokémon at or below 2,500 CP", + "quest_title_quest_defeat_rocket_singular": "Defeat a Team GO Rocket member", + "quest_title_quest_deino_catch": "Catch {{amount_0}} Deino", + "quest_title_quest_deino_evolve_a": "Evolve {{amount_0}} Deino", + "quest_title_quest_deino_evolve_b": "Evolve {{amount_0}} Deino or Zweilous", + "quest_title_quest_deino_snap": "Take {{amount_0}} snapshots of Deino", + "quest_title_quest_dragonair_evolve_b": "Evolve {{amount_0}} Dragonair", + "quest_title_quest_dratini_cdc_catch_b": "Catch {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_evolve_b": "Evolve {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Dratini", + "quest_title_quest_drizzle_evolve": "Evolve a Drizzile", + "quest_title_quest_dude_catch": "Catch {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_a": "Evolve {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_b": "Evolve {{amount_0}} Graveler", + "quest_title_quest_dude_snap": "Take {{amount_0}} snapshots of Geodude", + "quest_title_quest_duskt_catch_b": "Catch {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_b": "Evolve {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_s1": "Evolve {{amount_0}} Dusclops", + "quest_title_quest_earn_buddy_ribbon_plural": "Earn {{amount_0}} Best Buddy Ribbons with your Pokémon", + "quest_title_quest_eelektrik_evolve_b_plural": "Evolve {{amount_0}} Eelektrik", + "quest_title_quest_eelektrik_evolve_b_singular": "Evolve an Eelektrik", + "quest_title_quest_eevee_evolve_plural": "Evolve Eevee into each of its unique Evolutions", + "quest_title_quest_eevet_catch_b": "Catch {{amount_0}} Eevee", + "quest_title_quest_eevet_evolve_b": "Evolve {{amount_0}} Eevee", + "quest_title_quest_elect_catch_b": "Catch {{amount_0}} Electabuzz", + "quest_title_quest_elect_evolve_b": "Evolve {{amount_0}} Electabuzz", + "quest_title_quest_elite_raid_victory_plural": "Win {{amount_0}} Elite Raids", + "quest_title_quest_elite_raid_victory_singular": "Win an Elite Raid", + "quest_title_quest_elite4_a": "Defeat the GO Tour Elite Four: Mesa Trainer", + "quest_title_quest_elite4_b": "Defeat the GO Tour Elite Four: Cave Trainer", + "quest_title_quest_elite4_c": "Defeat the GO Tour Elite Four: Ocean Trainer", + "quest_title_quest_elite4_d": "Defeat the GO Tour Elite Four: Savannah Trainer", + "quest_title_quest_elrd22_april16_battle": "Exeggcute Research: Battle in a Gym", + "quest_title_quest_elrd22_april16_berries": "Exeggcute Research: Use three Berries to help catch Pokemon", + "quest_title_quest_elrd22_april16_catch_grass": "Exeggcute Research: Catch three Grass-type Pokémon", + "quest_title_quest_elrd22_april16_charged_move": "Exeggcute Research: Use a Super Effective Charged Move", + "quest_title_quest_elrd22_april16_curve": "Exeggcute Research: Make five Curveball Throws", + "quest_title_quest_elrd22_april16_evolve_grass": "Exeggcute Research: Evolve two Grass-type Pokémon", + "quest_title_quest_elrd22_april16_gifts_stickers": "Exeggcute Research: Send two Gifts and add a sticker to each", + "quest_title_quest_elrd22_april16_great": "Exeggcute Research: Make three Great Throws", + "quest_title_quest_elrd22_april16_great_row": "Exeggcute Research: Make two Great Throws in a row", + "quest_title_quest_elrd22_april16_nice": "Exeggcute Research: Make five Nice Throws", + "quest_title_quest_elrd22_april16_nice_row": "Exeggcute Research: Make three Nice Throws in a row", + "quest_title_quest_elrd22_april16_raid": "Exeggcute Research: Battle in a Raid", + "quest_title_quest_elrd22_april16_spin": "Exeggcute Research: Spin two PokéStops", + "quest_title_quest_elrd22_april16_weather_easy": "Exeggcute Research: Catch three Pokémon with Weather Boost", + "quest_title_quest_elrd22_april16_weather_hard": "Exeggcute Research: Catch five Pokémon with Weather Boost", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Exeggcute Research: Take a snapshot of a wild Grass-type Pokémon", + "quest_title_quest_equinox19_catch_medium_pkmn": "Catch {{amount_0}} Bulbasaur or Chikorita", + "quest_title_quest_equinox19_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", + "quest_title_quest_equinox19_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Evolve {{amount_0}} Grass-type Pokémon", + "quest_title_quest_event_eevee_snapshot_barcelona": "Take a snapshot of your Eevee in Barcelona", + "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", + "quest_title_quest_event_eevee_snapshot_mexico_city": "Take a snapshot of your Eevee in Mexico City", + "quest_title_quest_event_eevee_snapshot_seoul": "Take a snapshot of your Eevee in Seoul", + "quest_title_quest_event_eevee_snapshot_tainan": "Take a snapshot of your Eevee in Tainan", + "quest_title_quest_event_leave_behind_spin": "Spin 10 PokéStops or Gyms you haven’t visited before", + "quest_title_quest_event_leave_behind_spin_safari_city": "Spin any Eevee Explorer PokéStop", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Spin {{amount_0}} Eevee Explorer PokéStops you haven’t spun yet", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Spin an Eevee Explorer PokéStop you haven’t spun yet", + "quest_title_quest_event_spin_barcelona": "Spin a PokéStop or Gym in Barcelona", + "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", + "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", + "quest_title_quest_event_spin_mexico_city": "Spin a PokéStop or Gym in Mexico City", + "quest_title_quest_event_spin_seoul": "Spin a PokéStop or Gym in Seoul", + "quest_title_quest_event_spin_tainan": "Spin a PokéStop or Gym in Tainan", + "quest_title_quest_evolve_abra_singular": "Evolve one Abra", + "quest_title_quest_evolve_aipom_singular": "Evolve one Aipom", + "quest_title_quest_evolve_amaura_singular": "Evolve one Amaura", + "quest_title_quest_evolve_anorith_singular": "Evolve one Anorith", + "quest_title_quest_evolve_archen_singular": "Evolve one Archen", + "quest_title_quest_evolve_aron_singular": "Evolve one Aron", + "quest_title_quest_evolve_axew_singular": "Evolve one Axew", + "quest_title_quest_evolve_azurill_singular": "Evolve one Azurill", + "quest_title_quest_evolve_bagon_singular": "Evolve one Bagon", + "quest_title_quest_evolve_baltoy_singular": "Evolve one Baltoy", + "quest_title_quest_evolve_barboach_singular": "Evolve one Barboach", + "quest_title_quest_evolve_bayleef": "Evolve your Bayleef", + "quest_title_quest_evolve_bayleef_singular": "Evolve one Bayleef", + "quest_title_quest_evolve_beldum_singular": "Evolve one Beldum", + "quest_title_quest_evolve_bellsprout_singular": "Evolve one Bellsprout", + "quest_title_quest_evolve_bergmite_singular": "Evolve one Bergmite", + "quest_title_quest_evolve_bidoof_singular": "Evolve one Bidoof", + "quest_title_quest_evolve_binacle_singular": "Evolve one Binacle", + "quest_title_quest_evolve_blitzle_singular": "Evolve one Blitzle", + "quest_title_quest_evolve_boldore_singular": "Evolve one Boldore", + "quest_title_quest_evolve_bonsly_singular": "Evolve one Bonsly", + "quest_title_quest_evolve_braixen_singular": "Evolve one Braixen", + "quest_title_quest_evolve_bronzor_singular": "Evolve one Bronzor", + "quest_title_quest_evolve_budew_singular": "Evolve one Budew", + "quest_title_quest_evolve_buizel_singular": "Evolve one Buizel", + "quest_title_quest_evolve_bulbasaur": "Evolve a Bulbasaur", + "quest_title_quest_evolve_bulbasaur_singular": "Evolve one Bulbasaur", + "quest_title_quest_evolve_buneary_singular": "Evolve one Buneary", + "quest_title_quest_evolve_bunnelby_singular": "Evolve one Bunnelby", + "quest_title_quest_evolve_burmy_singular": "Evolve one Burmy", + "quest_title_quest_evolve_cacnea_singular": "Evolve one Cacnea", + "quest_title_quest_evolve_carvanha_singular": "Evolve one Carvanha", + "quest_title_quest_evolve_cascoon_singular": "Evolve one Cascoon", + "quest_title_quest_evolve_caterpie_singular": "Evolve one Caterpie", + "quest_title_quest_evolve_chansey_singular": "Evolve one Chansey", + "quest_title_quest_evolve_charmander": "Evolve a Charmander", + "quest_title_quest_evolve_charmander_singular": "Evolve one Charmander", + "quest_title_quest_evolve_charmeleon_singular": "Evolve one Charmeleon", + "quest_title_quest_evolve_cherubi_singular": "Evolve one Cherubi", + "quest_title_quest_evolve_chespin_singular": "Evolve one Chespin", + "quest_title_quest_evolve_chikorita": "Evolve your Chikorita", + "quest_title_quest_evolve_chikorita_singular": "Evolve one Chikorita", + "quest_title_quest_evolve_chimchar_singular": "Evolve one Chimchar", + "quest_title_quest_evolve_chinchou_singular": "Evolve one Chinchou", + "quest_title_quest_evolve_chingling_singular": "Evolve one Chingling", + "quest_title_quest_evolve_clamperl_singular": "Evolve one Clamperl", + "quest_title_quest_evolve_clauncher_singular": "Evolve one Clauncher", + "quest_title_quest_evolve_clefairy_singular": "Evolve one Clefairy", + "quest_title_quest_evolve_cleffa_singular": "Evolve one Cleffa", + "quest_title_quest_evolve_combee_singular": "Evolve one Combee", + "quest_title_quest_evolve_combusken_singular": "Evolve one Combusken", + "quest_title_quest_evolve_corphish_singular": "Evolve one Corphish", + "quest_title_quest_evolve_cosmoem_singular": "Evolve a Cosmoem", + "quest_title_quest_evolve_cosmog_singular": "Evolve a Cosmog", + "quest_title_quest_evolve_cottonee_singular": "Evolve one Cottonee", + "quest_title_quest_evolve_cranidos_singular": "Evolve one Cranidos", + "quest_title_quest_evolve_croagunk_singular": "Evolve one Croagunk", + "quest_title_quest_evolve_croconaw": "Evolve your Croconaw", + "quest_title_quest_evolve_croconaw_singular": "Evolve one Croconaw", + "quest_title_quest_evolve_cubchoo_singular": "Evolve one Cubchoo", + "quest_title_quest_evolve_cubone_singular": "Evolve one Cubone", + "quest_title_quest_evolve_cyndaquil": "Evolve your Cyndaquil", + "quest_title_quest_evolve_cyndaquil_singular": "Evolve one Cyndaquil", + "quest_title_quest_evolve_dark_type_singular": "Evolve a Dark-type Pokémon", + "quest_title_quest_evolve_darumaka_singular": "Evolve one Darumaka", + "quest_title_quest_evolve_deerling_singular": "Evolve one Deerling", + "quest_title_quest_evolve_deino_singular": "Evolve one Deino", + "quest_title_quest_evolve_dewott_singular": "Evolve one Dewott", + "quest_title_quest_evolve_diglett_singular": "Evolve one Diglett", + "quest_title_quest_evolve_doduo_singular": "Evolve one Doduo", + "quest_title_quest_evolve_doublade_singular": "Evolve one Doublade", + "quest_title_quest_evolve_dragonair_singular": "Evolve one Dragonair", + "quest_title_quest_evolve_dratini_singular": "Evolve one Dratini", + "quest_title_quest_evolve_drifloon_singular": "Evolve one Drifloon", + "quest_title_quest_evolve_drilbur_singular": "Evolve one Drilbur", + "quest_title_quest_evolve_drowzee_singular": "Evolve one Drowzee", + "quest_title_quest_evolve_ducklett_singular": "Evolve one Ducklett", + "quest_title_quest_evolve_duosion_singular": "Evolve one Duosion", + "quest_title_quest_evolve_durant_singular": "Evolve one Durant", + "quest_title_quest_evolve_dusclops_singular": "Evolve one Dusclops", + "quest_title_quest_evolve_duskull_singular": "Evolve one Duskull", + "quest_title_quest_evolve_dwebble_singular": "Evolve one Dwebble", + "quest_title_quest_evolve_eelektrik_singular": "Evolve one Eelektrik", + "quest_title_quest_evolve_eevee_singular": "Evolve one Eevee", + "quest_title_quest_evolve_eevee_types_plural": "Evolve {{amount_0}} Electric-, Water-, or Fire-type Pokémon", + "quest_title_quest_evolve_eevee_types_singular": "Evolve an Electric-, Water-, or Fire-type Pokémon", + "quest_title_quest_evolve_ekans_singular": "Evolve one Ekans", + "quest_title_quest_evolve_electabuzz_singular": "Evolve one Electabuzz", + "quest_title_quest_evolve_electrike_singular": "Evolve one Electrike", + "quest_title_quest_evolve_elekid_singular": "Evolve one Elekid", + "quest_title_quest_evolve_elgyem_singular": "Evolve one Elgyem", + "quest_title_quest_evolve_espeon": "Evolve Eevee into Espeon during the day", + "quest_title_quest_evolve_espurr_singular": "Evolve one Espurr", + "quest_title_quest_evolve_evolved_grass_singular": "Evolve an evolved Grass-type Pokémon", + "quest_title_quest_evolve_exeggcute_singular": "Evolve one Exeggcute", + "quest_title_quest_evolve_farfetch'd_singular": "Evolve one Farfetch'd", + "quest_title_quest_evolve_feebas_singular": "Evolve one Feebas", + "quest_title_quest_evolve_fennekin_singular": "Evolve one Fennekin", + "quest_title_quest_evolve_ferroseed_singular": "Evolve one Ferroseed", + "quest_title_quest_evolve_finneon_singular": "Evolve one Finneon", + "quest_title_quest_evolve_flaaffy_singular": "Evolve one Flaaffy", + "quest_title_quest_evolve_flabébé_singular": "Evolve one Flabébé", + "quest_title_quest_evolve_fletchinder_singular": "Evolve one Fletchinder", + "quest_title_quest_evolve_fletchling_singular": "Evolve one Fletchling", + "quest_title_quest_evolve_floette_singular": "Evolve one Floette", + "quest_title_quest_evolve_foongus_singular": "Evolve one Foongus", + "quest_title_quest_evolve_fraxure_singular": "Evolve one Fraxure", + "quest_title_quest_evolve_frillish_singular": "Evolve one Frillish", + "quest_title_quest_evolve_froakie_singular": "Evolve one Froakie", + "quest_title_quest_evolve_frogadier_singular": "Evolve one Frogadier", + "quest_title_quest_evolve_gabite_singular": "Evolve one Gabite", + "quest_title_quest_evolve_gastly_singular": "Evolve one Gastly", + "quest_title_quest_evolve_geodude_singular": "Evolve one Geodude", + "quest_title_quest_evolve_gible_singular": "Evolve one Gible", + "quest_title_quest_evolve_glalie_singular": "Evolve one Glalie", + "quest_title_quest_evolve_glameow_singular": "Evolve one Glameow", + "quest_title_quest_evolve_gligar_singular": "Evolve one Gligar", + "quest_title_quest_evolve_gloom_singular": "Evolve one Gloom", + "quest_title_quest_evolve_golbat_singular": "Evolve one Golbat", + "quest_title_quest_evolve_goldeen_singular": "Evolve one Goldeen", + "quest_title_quest_evolve_golett_singular": "Evolve one Golett", + "quest_title_quest_evolve_goomy_singular": "Evolve one Goomy", + "quest_title_quest_evolve_gothita_singular": "Evolve one Gothita", + "quest_title_quest_evolve_gothorita_singular": "Evolve one Gothorita", + "quest_title_quest_evolve_graveler_singular": "Evolve one Graveler", + "quest_title_quest_evolve_grimer_singular": "Evolve one Grimer", + "quest_title_quest_evolve_grotle_singular": "Evolve one Grotle", + "quest_title_quest_evolve_ground_plural": "Evolve {{amount_0}} Ground-type Pokémon", + "quest_title_quest_evolve_grovyle_singular": "Evolve one Grovyle", + "quest_title_quest_evolve_growlithe_singular": "Evolve one Growlithe", + "quest_title_quest_evolve_gulpin_singular": "Evolve one Gulpin", + "quest_title_quest_evolve_gurdurr_singular": "Evolve one Gurdurr", + "quest_title_quest_evolve_happiny_singular": "Evolve one Happiny", + "quest_title_quest_evolve_haunter_singular": "Evolve one Haunter", + "quest_title_quest_evolve_heatmor_singular": "Evolve one Heatmor", + "quest_title_quest_evolve_helioptile_singular": "Evolve one Helioptile", + "quest_title_quest_evolve_herdier_singular": "Evolve one Herdier", + "quest_title_quest_evolve_hippopotas_singular": "Evolve one Hippopotas", + "quest_title_quest_evolve_honedge_singular": "Evolve one Honedge", + "quest_title_quest_evolve_hoothoot_singular": "Evolve one Hoothoot", + "quest_title_quest_evolve_hoppip_singular": "Evolve one Hoppip", + "quest_title_quest_evolve_horsea_singular": "Evolve one Horsea", + "quest_title_quest_evolve_houndour_singular": "Evolve one Houndour", + "quest_title_quest_evolve_igglybuff_singular": "Evolve one Igglybuff", + "quest_title_quest_evolve_illumise_singular": "Evolve one Illumise", + "quest_title_quest_evolve_inkay_singular": "Evolve one Inkay", + "quest_title_quest_evolve_items_plural": "Use items to evolve Pokémon {{amount_0}} times", + "quest_title_quest_evolve_items_singular": "Use an item to evolve a Pokémon", + "quest_title_quest_evolve_ivysaur_singular": "Evolve one Ivysaur", + "quest_title_quest_evolve_jigglypuff_singular": "Evolve one Jigglypuff", + "quest_title_quest_evolve_joltik_singular": "Evolve one Joltik", + "quest_title_quest_evolve_kabuto_singular": "Evolve one Kabuto", + "quest_title_quest_evolve_kadabra_singular": "Evolve one Kadabra", + "quest_title_quest_evolve_kakuna_singular": "Evolve one Kakuna", + "quest_title_quest_evolve_karrablast_singular": "Evolve one Karrablast", + "quest_title_quest_evolve_kirlia_singular": "Evolve one Kirlia", + "quest_title_quest_evolve_klang_singular": "Evolve one Klang", + "quest_title_quest_evolve_klink_singular": "Evolve one Klink", + "quest_title_quest_evolve_koffing_singular": "Evolve one Koffing", + "quest_title_quest_evolve_krabby_singular": "Evolve one Krabby", + "quest_title_quest_evolve_kricketot_singular": "Evolve one Kricketot", + "quest_title_quest_evolve_krokorok_singular": "Evolve one Krokorok", + "quest_title_quest_evolve_lairon_singular": "Evolve one Lairon", + "quest_title_quest_evolve_lampent_singular": "Evolve one Lampent", + "quest_title_quest_evolve_larvesta_singular": "Evolve one Larvesta", + "quest_title_quest_evolve_larvitar_singular": "Evolve one Larvitar", + "quest_title_quest_evolve_ledyba_singular": "Evolve one Ledyba", + "quest_title_quest_evolve_lickitung_singular": "Evolve one Lickitung", + "quest_title_quest_evolve_lileep_singular": "Evolve one Lileep", + "quest_title_quest_evolve_lillipup_singular": "Evolve one Lillipup", + "quest_title_quest_evolve_linoone_singular": "Evolve {{amount_0}} Galarian Linoone", + "quest_title_quest_evolve_litleo_singular": "Evolve one Litleo", + "quest_title_quest_evolve_litwick_singular": "Evolve one Litwick", + "quest_title_quest_evolve_lombre_singular": "Evolve one Lombre", + "quest_title_quest_evolve_lotad_singular": "Evolve one Lotad", + "quest_title_quest_evolve_loudred_singular": "Evolve one Loudred", + "quest_title_quest_evolve_luxio_singular": "Evolve one Luxio", + "quest_title_quest_evolve_machoke_singular": "Evolve one Machoke", + "quest_title_quest_evolve_machop_singular": "Evolve one Machop", + "quest_title_quest_evolve_magby_singular": "Evolve one Magby", + "quest_title_quest_evolve_magikarp_singular": "Evolve one Magikarp", + "quest_title_quest_evolve_magmar_singular": "Evolve one Magmar", + "quest_title_quest_evolve_magnemite_singular": "Evolve one Magnemite", + "quest_title_quest_evolve_makuhita_singular": "Evolve one Makuhita", + "quest_title_quest_evolve_mankey_singular": "Evolve one Mankey", + "quest_title_quest_evolve_mantyke_singular": "Evolve one Mantyke", + "quest_title_quest_evolve_mareep_singular": "Evolve one Mareep", + "quest_title_quest_evolve_marill_singular": "Evolve one Marill", + "quest_title_quest_evolve_marshtomp_singular": "Evolve one Marshtomp", + "quest_title_quest_evolve_meditite_singular": "Evolve one Meditite", + "quest_title_quest_evolve_meowth_singular": "Evolve one Meowth", + "quest_title_quest_evolve_metang_singular": "Evolve one Metang", + "quest_title_quest_evolve_metapod_singular": "Evolve one Metapod", + "quest_title_quest_evolve_mienfoo_singular": "Evolve one Mienfoo", + "quest_title_quest_evolve_mime jr._singular": "Evolve one Mime Jr.", + "quest_title_quest_evolve_minccino_singular": "Evolve one Minccino", + "quest_title_quest_evolve_misdreavus_singular": "Evolve one Misdreavus", + "quest_title_quest_evolve_monferno_singular": "Evolve one Monferno", + "quest_title_quest_evolve_mr. mime_singular": "Evolve one Mr. Mime", + "quest_title_quest_evolve_mudkip_singular": "Evolve one Mudkip", + "quest_title_quest_evolve_munchlax_singular": "Evolve one Munchlax", + "quest_title_quest_evolve_munna_singular": "Evolve one Munna", + "quest_title_quest_evolve_murkrow_singular": "Evolve one Murkrow", + "quest_title_quest_evolve_natu_singular": "Evolve one Natu", + "quest_title_quest_evolve_nidoranfemale_singular": "Evolve one Nidoran♀", + "quest_title_quest_evolve_nidoranmale_singular": "Evolve one Nidoran♂", + "quest_title_quest_evolve_nidorina_singular": "Evolve one Nidorina", + "quest_title_quest_evolve_nidorino_singular": "Evolve one Nidorino", + "quest_title_quest_evolve_nincada_singular": "Evolve one Nincada", + "quest_title_quest_evolve_noibat_singular": "Evolve one Noibat", + "quest_title_quest_evolve_nosepass_singular": "Evolve one Nosepass", + "quest_title_quest_evolve_numel_singular": "Evolve one Numel", + "quest_title_quest_evolve_nuzleaf_singular": "Evolve one Nuzleaf", + "quest_title_quest_evolve_oddish_singular": "Evolve one Oddish", + "quest_title_quest_evolve_omanyte_singular": "Evolve one Omanyte", + "quest_title_quest_evolve_onix_singular": "Evolve one Onix", + "quest_title_quest_evolve_oshawott_singular": "Evolve one Oshawott", + "quest_title_quest_evolve_palpitoad_singular": "Evolve one Palpitoad", + "quest_title_quest_evolve_pancham_singular": "Evolve one Pancham", + "quest_title_quest_evolve_panpour_singular": "Evolve one Panpour", + "quest_title_quest_evolve_pansage_singular": "Evolve one Pansage", + "quest_title_quest_evolve_pansear_singular": "Evolve one Pansear", + "quest_title_quest_evolve_paras_singular": "Evolve one Paras", + "quest_title_quest_evolve_patrat_singular": "Evolve one Patrat", + "quest_title_quest_evolve_pawniard_singular": "Evolve one Pawniard", + "quest_title_quest_evolve_petilil_singular": "Evolve one Petilil", + "quest_title_quest_evolve_phanpy_singular": "Evolve one Phanpy", + "quest_title_quest_evolve_phantump_singular": "Evolve one Phantump", + "quest_title_quest_evolve_pichu_singular": "Evolve one Pichu", + "quest_title_quest_evolve_pidgeotto_singular": "Evolve one Pidgeotto", + "quest_title_quest_evolve_pidgey_singular": "Evolve one Pidgey", + "quest_title_quest_evolve_pidove_singular": "Evolve one Pidove", + "quest_title_quest_evolve_pignite_singular": "Evolve one Pignite", + "quest_title_quest_evolve_pikachu_singular": "Evolve one Pikachu", + "quest_title_quest_evolve_piloswine_plural": "Evolve {{amount_0}} Piloswine", + "quest_title_quest_evolve_piloswine_singular": "Evolve one Piloswine", + "quest_title_quest_evolve_pineco_singular": "Evolve one Pineco", + "quest_title_quest_evolve_piplup_singular": "Evolve one Piplup", + "quest_title_quest_evolve_plural": "Evolve {{amount_0}} Pokémon", + "quest_title_quest_evolve_poison_type_singular": "Evolve a Poison-type Pokémon", + "quest_title_quest_evolve_poliwag_singular": "Evolve one Poliwag", + "quest_title_quest_evolve_poliwhirl_singular": "Evolve one Poliwhirl", + "quest_title_quest_evolve_ponyta_singular": "Evolve one Ponyta", + "quest_title_quest_evolve_poochyena_singular": "Evolve one Poochyena", + "quest_title_quest_evolve_porygon2_singular": "Evolve one Porygon2", + "quest_title_quest_evolve_prinplup_singular": "Evolve one Prinplup", + "quest_title_quest_evolve_psyduck_singular": "Evolve one Psyduck", + "quest_title_quest_evolve_pumpkaboo_singular": "Evolve one Pumpkaboo", + "quest_title_quest_evolve_pupitar_singular": "Evolve one Pupitar", + "quest_title_quest_evolve_purrloin_singular": "Evolve one Purrloin", + "quest_title_quest_evolve_quilava": "Evolve your Quilava", + "quest_title_quest_evolve_quilava_singular": "Evolve one Quilava", + "quest_title_quest_evolve_quilladin_singular": "Evolve one Quilladin", + "quest_title_quest_evolve_qwilfish_singular": "Evolve one Qwilfish", + "quest_title_quest_evolve_ralts_singular": "Evolve one Ralts", + "quest_title_quest_evolve_rattata_singular": "Evolve one Rattata", + "quest_title_quest_evolve_remoraid_singular": "Evolve one Remoraid", + "quest_title_quest_evolve_rhydon_singular": "Evolve one Rhydon", + "quest_title_quest_evolve_rhyhorn_singular": "Evolve one Rhyhorn", + "quest_title_quest_evolve_riolu_singular": "Evolve one Riolu", + "quest_title_quest_evolve_roggenrola_singular": "Evolve one Roggenrola", + "quest_title_quest_evolve_roselia_singular": "Evolve one Roselia", + "quest_title_quest_evolve_rufflet_singular": "Evolve one Rufflet", + "quest_title_quest_evolve_sandile_singular": "Evolve one Sandile", + "quest_title_quest_evolve_sandshrew_singular": "Evolve one Sandshrew", + "quest_title_quest_evolve_sb_singular": "Evolve a Snubbull", + "quest_title_quest_evolve_scatterbug_singular": "Evolve one Scatterbug", + "quest_title_quest_evolve_scraggy_singular": "Evolve one Scraggy", + "quest_title_quest_evolve_scyther_singular": "Evolve one Scyther", + "quest_title_quest_evolve_seadra_singular": "Evolve one Seadra", + "quest_title_quest_evolve_sealeo_singular": "Evolve one Sealeo", + "quest_title_quest_evolve_seedot_singular": "Evolve one Seedot", + "quest_title_quest_evolve_seel_singular": "Evolve one Seel", + "quest_title_quest_evolve_sentret_singular": "Evolve one Sentret", + "quest_title_quest_evolve_servine_singular": "Evolve one Servine", + "quest_title_quest_evolve_sewaddle_singular": "Evolve one Sewaddle", + "quest_title_quest_evolve_shelgon_singular": "Evolve one Shelgon", + "quest_title_quest_evolve_shellder_singular": "Evolve one Shellder", + "quest_title_quest_evolve_shellos_singular": "Evolve one Shellos", + "quest_title_quest_evolve_shelmet_singular": "Evolve one Shelmet", + "quest_title_quest_evolve_shieldon_singular": "Evolve one Shieldon", + "quest_title_quest_evolve_shinx_singular": "Evolve one Shinx", + "quest_title_quest_evolve_shroomish_singular": "Evolve one Shroomish", + "quest_title_quest_evolve_shuckle_singular": "Evolve one Shuckle", + "quest_title_quest_evolve_shuppet_singular": "Evolve one Shuppet", + "quest_title_quest_evolve_silcoon_singular": "Evolve one Silcoon", + "quest_title_quest_evolve_singular": "Evolve a Pokémon", + "quest_title_quest_evolve_skiddo_singular": "Evolve one Skiddo", + "quest_title_quest_evolve_skiploom_singular": "Evolve one Skiploom", + "quest_title_quest_evolve_skitty_singular": "Evolve one Skitty", + "quest_title_quest_evolve_skorupi_singular": "Evolve one Skorupi", + "quest_title_quest_evolve_skrelp_singular": "Evolve one Skrelp", + "quest_title_quest_evolve_slakoth_singular": "Evolve one Slakoth", + "quest_title_quest_evolve_sliggoo_singular": "Evolve one Sliggoo", + "quest_title_quest_evolve_slowpoke_plural": "Evolve {{amount_0}} Slowpoke", + "quest_title_quest_evolve_slowpoke_singular": "Evolve one Slowpoke", + "quest_title_quest_evolve_slugma_singular": "Evolve one Slugma", + "quest_title_quest_evolve_smoochum_singular": "Evolve one Smoochum", + "quest_title_quest_evolve_sneasel_singular": "Evolve a Sneasel", + "quest_title_quest_evolve_snivy_singular": "Evolve one Snivy", + "quest_title_quest_evolve_snorunt_singular": "Evolve one Snorunt", + "quest_title_quest_evolve_snover_singular": "Evolve one Snover", + "quest_title_quest_evolve_snubbull_singular": "Evolve one Snubbull", + "quest_title_quest_evolve_solosis_singular": "Evolve one Solosis", + "quest_title_quest_evolve_spearow_singular": "Evolve one Spearow", + "quest_title_quest_evolve_special_drowzee": "Evolve a Drowzee", + "quest_title_quest_evolve_special_feebas_singular": "Evolve a Feebas", + "quest_title_quest_evolve_special_galarian_mrmime": "Evolve a Galarian Mr. Mime", + "quest_title_quest_evolve_special_galarian_slowpoke": "Evolve a Galarian Slowpoke", + "quest_title_quest_evolve_special_grimer": "Evolve a Grimer", + "quest_title_quest_evolve_special_magnemite": "Evolve a Magnemite", + "quest_title_quest_evolve_special_scyther": "Evolve a Scyther", + "quest_title_quest_evolve_special0_singular": "Evolve a Magikarp", + "quest_title_quest_evolve_special1_plural": "Evolve {{amount_0}} Pidgey", + "quest_title_quest_evolve_special1_singular": "Evolve a Horsea", + "quest_title_quest_evolve_special2_singular": "Evolve a Meowth", + "quest_title_quest_evolve_spewpa_singular": "Evolve one Spewpa", + "quest_title_quest_evolve_spheal_singular": "Evolve one Spheal", + "quest_title_quest_evolve_spinarak_singular": "Evolve one Spinarak", + "quest_title_quest_evolve_spoink_singular": "Evolve one Spoink", + "quest_title_quest_evolve_spritzee_singular": "Evolve one Spritzee", + "quest_title_quest_evolve_squirtle_singular": "Evolve one Squirtle", + "quest_title_quest_evolve_staravia_singular": "Evolve one Staravia", + "quest_title_quest_evolve_starly_singular": "Evolve one Starly", + "quest_title_quest_evolve_staryu_singular": "Evolve one Staryu", + "quest_title_quest_evolve_steelix_singular": "Evolve one Steelix", + "quest_title_quest_evolve_stunky_singular": "Evolve one Stunky", + "quest_title_quest_evolve_sunkern_singular": "Evolve one Sunkern", + "quest_title_quest_evolve_sunstone_singular": "Use a Sun Stone to evolve Gloom or Sunkern", + "quest_title_quest_evolve_surskit_singular": "Evolve one Surskit", + "quest_title_quest_evolve_swablu_singular": "Evolve one Swablu", + "quest_title_quest_evolve_swadloon_singular": "Evolve one Swadloon", + "quest_title_quest_evolve_swinub_singular": "Evolve one Swinub", + "quest_title_quest_evolve_swirlix_singular": "Evolve one Swirlix", + "quest_title_quest_evolve_taillow_singular": "Evolve one Taillow", + "quest_title_quest_evolve_tangela_singular": "Evolve one Tangela", + "quest_title_quest_evolve_teddiursa_singular": "Evolve one Teddiursa", + "quest_title_quest_evolve_tentacool_singular": "Evolve one Tentacool", + "quest_title_quest_evolve_tepig_singular": "Evolve one Tepig", + "quest_title_quest_evolve_timburr_singular": "Evolve one Timburr", + "quest_title_quest_evolve_tirtouga_singular": "Evolve one Tirtouga", + "quest_title_quest_evolve_togepi_singular": "Evolve one Togepi", + "quest_title_quest_evolve_togetic_singular": "Evolve one Togetic", + "quest_title_quest_evolve_torchic_singular": "Evolve one Torchic", + "quest_title_quest_evolve_totodile": "Evolve your Totodile", + "quest_title_quest_evolve_totodile_singular": "Evolve one Totodile", + "quest_title_quest_evolve_tranquill_singular": "Evolve one Tranquill", + "quest_title_quest_evolve_trapinch_singular": "Evolve one Trapinch", + "quest_title_quest_evolve_treecko_singular": "Evolve one Treecko", + "quest_title_quest_evolve_trubbish_singular": "Evolve one Trubbish", + "quest_title_quest_evolve_turtwig_singular": "Evolve one Turtwig", + "quest_title_quest_evolve_tympole_singular": "Evolve one Tympole", + "quest_title_quest_evolve_tynamo_singular": "Evolve one Tynamo", + "quest_title_quest_evolve_type_dark_plural": "Evolve {{amount_0}} Dark-type Pokémon", + "quest_title_quest_evolve_type_dragon_plural": "Evolve {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_evolve_type_dragon_singular": "Evolve a Dragon-type Pokémon", + "quest_title_quest_evolve_type_electric_plural": "Evolve {{amount_0}} Electric-type Pokémon", + "quest_title_quest_evolve_type_electric_singular": "Evolve an Electric-type Pokémon", + "quest_title_quest_evolve_type_fairy_plural": "Evolve {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_evolve_type_fairy_singular": "Evolve a Fairy-type Pokémon", + "quest_title_quest_evolve_type_fire_plural": "Evolve {{amount_0}} Fire-type Pokémon", + "quest_title_quest_evolve_type_fire_singular": "Evolve a Fire-type Pokémon", + "quest_title_quest_evolve_type_flying_plural": "Evolve {{amount_0}} Flying-type Pokémon", + "quest_title_quest_evolve_type_flying_singular": "Evolve a Flying-type Pokémon", + "quest_title_quest_evolve_type_ghost_plural": "Evolve {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_evolve_type_ghost_single": "Evolve a Ghost-type Pokémon", + "quest_title_quest_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", + "quest_title_quest_evolve_type_grass_singular": "Evolve a Grass-type Pokémon", + "quest_title_quest_evolve_type_ice_plural": "Evolve {{amount_0}} Ice-type Pokémon", + "quest_title_quest_evolve_type_ice_singular": "Evolve an Ice-type Pokémon", + "quest_title_quest_evolve_type_poison_plural": "Evolve {{amount_0}} Poison-type Pokémon", + "quest_title_quest_evolve_type_psychic_plural": "Evolve {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_evolve_type_psychic_singular": "Evolve a Psychic-type Pokémon", + "quest_title_quest_evolve_type_rock_plural": "Evolve {{amount_0}} Rock-type Pokémon", + "quest_title_quest_evolve_type_steel_plural": "Evolve {{amount_0}} Steel-type Pokémon", + "quest_title_quest_evolve_type_water_plural": "Evolve {{amount_0}} Water-type Pokémon", + "quest_title_quest_evolve_type_water_singular": "Evolve a Water-type Pokémon", + "quest_title_quest_evolve_tyrogue_singular": "Evolve one Tyrogue", + "quest_title_quest_evolve_tyrunt_singular": "Evolve one Tyrunt", + "quest_title_quest_evolve_umbreon": "Evolve Eevee into Umbreon at night", + "quest_title_quest_evolve_vanillish_singular": "Evolve one Vanillish", + "quest_title_quest_evolve_vanillite_singular": "Evolve one Vanillite", + "quest_title_quest_evolve_venipede_singular": "Evolve one Venipede", + "quest_title_quest_evolve_venonat_singular": "Evolve one Venonat", + "quest_title_quest_evolve_vibrava_singular": "Evolve one Vibrava", + "quest_title_quest_evolve_vigoroth_singular": "Evolve one Vigoroth", + "quest_title_quest_evolve_volbeat_singular": "Evolve one Volbeat", + "quest_title_quest_evolve_voltorb_singular": "Evolve one Voltorb", + "quest_title_quest_evolve_vullaby_singular": "Evolve one Vullaby", + "quest_title_quest_evolve_vulpix_singular": "Evolve one Vulpix", + "quest_title_quest_evolve_wailmer_singular": "Evolve one Wailmer", + "quest_title_quest_evolve_wartortle_singular": "Evolve one Wartortle", + "quest_title_quest_evolve_weedle_singular": "Evolve one Weedle", + "quest_title_quest_evolve_weepinbell_singular": "Evolve one Weepinbell", + "quest_title_quest_evolve_whirlipede_singular": "Evolve one Whirlipede", + "quest_title_quest_evolve_whismur_singular": "Evolve one Whismur", + "quest_title_quest_evolve_wingull_singular": "Evolve one Wingull", + "quest_title_quest_evolve_woobat_singular": "Evolve one Woobat", + "quest_title_quest_evolve_wooper_singular": "Evolve one Wooper", + "quest_title_quest_evolve_wurmple_singular": "Evolve one Wurmple", + "quest_title_quest_evolve_wynaut_singular": "Evolve one Wynaut", + "quest_title_quest_evolve_yamask_singular": "Evolve one Yamask", + "quest_title_quest_evolve_yanma_singular": "Evolve one Yanma", + "quest_title_quest_evolve_zigzagoon_singular": "Evolve one Zigzagoon", + "quest_title_quest_evolve_zorua_singular": "Evolve one Zorua", + "quest_title_quest_evolve_zubat_singular": "Evolve one Zubat", + "quest_title_quest_evolve_zweilous_singular": "Evolve one Zweilous", + "quest_title_quest_explore_buddy": "Earn a Candy exploring with your buddy", + "quest_title_quest_explore_buddy_carbink": "Earn a Candy exploring with Carbink as your buddy", + "quest_title_quest_explore_buddy_plural": "Earn {{amount_0}} Candies exploring with your buddy", + "quest_title_quest_explore_buddy_routes_plural": "Earn {{amount_0}} Candies while exploring Routes with your buddy", + "quest_title_quest_explore_buddy_routes_singular": "Earn a Candy while exploring Routes with your buddy", + "quest_title_quest_explore_km": "Explore {{amount_0}} km", + "quest_title_quest_explore_km_party": "Explore {{amount_0}} km while in a party", + "quest_title_quest_febresearchday_battle_gym_singular": "Clamperl Research: Battle in a Gym", + "quest_title_quest_febresearchday_battle_raid_singular": "Clamperl Research: Battle in a raid", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Clamperl Research: Use a supereffective Charged Attack in a Gym battle", + "quest_title_quest_febresearchday_catch_feed_plural": "Clamperl Research: Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_febresearchday_catch_special1_singular": "Clamperl Research: Catch a Magikarp or Wailmer", + "quest_title_quest_febresearchday_catch_special2_singular": "Clamperl Research: Catch a Psyduck or Krabby", + "quest_title_quest_febresearchday_catch_type_water_plural": "Clamperl Research: Catch {{amount_0}} Water-type Pokémon", + "quest_title_quest_febresearchday_evolve_type_water_plural": "Clamperl Research: Evolve {{amount_0}} Water-type Pokémon", + "quest_title_quest_febresearchday_land_curveball_plural": "Clamperl Research: Make {{amount_0}} Curveball Throws", + "quest_title_quest_febresearchday_land_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws", + "quest_title_quest_febresearchday_land_inarow_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws in a row", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws in a row", + "quest_title_quest_febresearchday_land_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws", + "quest_title_quest_febresearchday_visit_pokestops_plural": "Clamperl Research: Spin {{amount_0}} PokéStops", + "quest_title_quest_feed_buddy_multiple": "Feed your buddy {{amount_0}} times", + "quest_title_quest_feed_buddy_singular": "Feed your buddy", + "quest_title_quest_feed_goldenrazz_plural": "Use {{amount_0}} Golden Razz Berries to help catch Pokémon", + "quest_title_quest_feed_nanab_plural": "Use {{amount_0}} Nanab Berries while catching Pokémon", + "quest_title_quest_feed_pinaps_plural": "Use {{amount_0}} Pinap Berries while catching Pokémon", + "quest_title_quest_feed_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", + "quest_title_quest_fennekin_catch_b": "Catch {{amount_0}} Fennekin", + "quest_title_quest_fennekin_evolve_b": "Evolve {{amount_0}} Fennekin", + "quest_title_quest_fennekin_snapshot_b": "Take a snapshot of {{amount_0}} Fennekin", + "quest_title_quest_field_research_plural": "Complete {{amount_0}} Field Research tasks", + "quest_title_quest_field_research_singular": "Complete a Field Research task", + "quest_title_quest_fight_type_bug_plural": "Defeat {{amount_0}} Bug-type Pokémon", + "quest_title_quest_fight_type_dark_plural": "Defeat {{amount_0}} Dark-type Pokémon", + "quest_title_quest_fight_type_dark_steel_plural": "Defeat {{amount_0}} Dark- or Steel-type Pokémon", + "quest_title_quest_fight_type_dragon_plural": "Defeat {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_fight_type_electric_plural": "Defeat {{amount_0}} Electric-type Pokémon", + "quest_title_quest_fight_type_fairy_plural": "Defeat {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_fight_type_fighting_plural": "Defeat {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_fight_type_fire_plural": "Defeat {{amount_0}} Fire-type Pokémon", + "quest_title_quest_fight_type_flying_plural": "Defeat {{amount_0}} Flying-type Pokémon", + "quest_title_quest_fight_type_ghost_fighting_plural": "Defeat {{amount_0}} Fighting- or Ghost-type Pokémon", + "quest_title_quest_fight_type_ghost_plural": "Defeat {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_fight_type_ghost_psychic_plural": "Defeat {{amount_0}} Psychic- or Ghost-type Pokémon", + "quest_title_quest_fight_type_grass_plural": "Defeat {{amount_0}} Grass-type Pokémon", + "quest_title_quest_fight_type_ground_plural": "Defeat {{amount_0}} Ground-type Pokémon", + "quest_title_quest_fight_type_ice_plural": "Defeat {{amount_0}} Ice-type Pokémon", + "quest_title_quest_fight_type_normal_plural": "Defeat {{amount_0}} Normal-type Pokémon", + "quest_title_quest_fight_type_normal_psychic_plural": "Defeat {{amount_0}} Normal- or Psychic-type Pokémon", + "quest_title_quest_fight_type_poison_plural": "Defeat {{amount_0}} Poison-type Pokémon", + "quest_title_quest_fight_type_psychic_plural": "Defeat {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_fight_type_rock_plural": "Defeat {{amount_0}} Rock-type Pokémon", + "quest_title_quest_fight_type_steel_plural": "Defeat {{amount_0}} Steel-type Pokémon", + "quest_title_quest_fight_type_water_plural": "Defeat {{amount_0}} Water-type Pokémon", + "quest_title_quest_first_catch_of_the_day": "First Catch of the Day", + "quest_title_quest_first_pokestop_of_the_day": "First PokéStop of the Day", + "quest_title_quest_flaaffy_evolve_b": "Evolve {{amount_0}} Flaaffy", + "quest_title_quest_flett_catch_b": "Catch {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_b": "Evolve {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_s1": "Evolve {{amount_0}} Fletchinder", + "quest_title_quest_floragato_evolve_b": "Evolve a Floragato", + "quest_title_quest_fraxure_evolve_b": "Evolve {{amount_0}} Fraxure", + "quest_title_quest_froakie_catch_b": "Catch {{amount_0}} Froakie", + "quest_title_quest_froakie_evolve_b": "Evolve {{amount_0}} Froakie", + "quest_title_quest_froakie_snapshot_b": "Take a snapshot of {{amount_0}} Froakie", + "quest_title_quest_frogadier_evolve_b": "Evolve {{amount_0}} Frogadier", + "quest_title_quest_fuecoco_evolve_b": "Evolve a Fuecoco", + "quest_title_quest_fuse_necrozma": "Fuse Necrozma", + "quest_title_quest_gbl_rank": "Achieve rank {{amount_0}} in the GO Battle League", + "quest_title_quest_gbl_rank_fifteen": "Achieve rank 15 in the GO Battle League", + "quest_title_quest_gbl_rank_five": "Achieve rank 5 in the GO Battle League", + "quest_title_quest_gbl_rank_ten": "Achieve rank 10 in the GO Battle League", + "quest_title_quest_gbl_rank_twenty": "Achieve rank 20 in the GO Battle League", + "quest_title_quest_get_cell_singular": "Find a Zygarde Cell", + "quest_title_quest_giblt_catch_b": "Catch {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_b": "Evolve {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_s1": "Evolve {{amount_0}} Gabite", + "quest_title_quest_gift_open_plural": "Open {{amount_0}} Gifts", + "quest_title_quest_gift_open_singular": "Open a Gift", + "quest_title_quest_go_for_a_spin_00": "Find and spin Spinda PokéStop 1 of 8", + "quest_title_quest_go_for_a_spin_01": "Find and spin Spinda PokéStop 2 of 8", + "quest_title_quest_go_for_a_spin_02": "Find and spin Spinda PokéStop 3 of 8", + "quest_title_quest_go_for_a_spin_03": "Find and spin Spinda PokéStop 4 of 8", + "quest_title_quest_go_for_a_spin_04": "Find and spin Spinda PokéStop 5 of 8", + "quest_title_quest_go_for_a_spin_05": "Find and spin Spinda PokéStop 6 of 8", + "quest_title_quest_go_for_a_spin_06": "Find and spin Spinda PokéStop 7 of 8", + "quest_title_quest_go_for_a_spin_07": "Find and spin Spinda PokéStop 8 of 8", + "quest_title_quest_go_tour_snapshot_habitat_01": "Take a snapshot of your buddy in the Blistering Sands habitat", + "quest_title_quest_go_tour_snapshot_habitat_02": "Take a snapshot of your buddy in the Eerie Mists habitat", + "quest_title_quest_go_tour_snapshot_habitat_03": "Take a snapshot of your buddy in the Verdant Earth habitat", + "quest_title_quest_go_tour_snapshot_habitat_04": "Take a snapshot of your buddy in the Ancient Shores habitat", + "quest_title_quest_gold_hoenn_dex": "Earn a gold Hoenn medal", + "quest_title_quest_gold_medal_plural": "Earn {{amount_0}} gold medals", + "quest_title_quest_gold_medal_plural_five": "Earn 5 gold medals", + "quest_title_quest_gold_medal_singular": "Earn a gold medal", + "quest_title_quest_goomy_catch_b": "Catch {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_plural": "Evolve {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_singular": "Evolve a Goomy", + "quest_title_quest_grookey_evolve": "Evolve a Grookey", + "quest_title_quest_grubbin_catch_b": "Catch {{amount_0}} Grubbin", + "quest_title_quest_grubbin_evolve_b": "Evolve {{amount_0}} Grubbin", + "quest_title_quest_grubbin_snapshot_b": "Take a snapshot of {{amount_0}} Grubbin", + "quest_title_quest_gt_catch_b": "Catch {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_b": "Evolve {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_s1": "Evolve {{amount_0}} Haunter", + "quest_title_quest_gulpin_catch": "Catch {{amount_0}} Gulpin", + "quest_title_quest_gurdurr_evolve_b": "Evolve {{amount_0}} Gurdurr", + "quest_title_quest_hallo19_catch_specific_plural": "Catch {{amount_0}} Poochyena or Houndour", + "quest_title_quest_hallo19_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", + "quest_title_quest_hallo19_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_hallo19_evolve_plural": "Evolve {{amount_0}} Duskull or Shuppet", + "quest_title_quest_hallo19_transfer_plural": "Transfer {{amount_0}} Pokémon", + "quest_title_quest_hatch_egg_plural": "Hatch {{amount_0}} Eggs", + "quest_title_quest_hatch_egg_routes_plural": "Hatch {{amount_0}} Eggs while following Routes", + "quest_title_quest_hatch_egg_routes_singular": "Hatch an Egg while following a Route", + "quest_title_quest_hatch_egg_singular": "Hatch an Egg", + "quest_title_quest_hoenn_celebration_research": "Hoenn Celebration Research", + "quest_title_quest_hoenn19_catch_specific_plural": "Hoenn Celebration: Catch {{amount_0}} Zigzagoon or Taillow", + "quest_title_quest_hoenn19_evolve_specific_plural": "Hoenn Celebration: Evolve {{amount_0}} Wurmple", + "quest_title_quest_hoenn19_hatch_eggs": "Hoenn Celebration: Hatch {{amount_0}} Eggs", + "quest_title_quest_hoppt_catch_b": "Catch {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_b": "Evolve {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_s1": "Evolve {{amount_0}} Skiploom", + "quest_title_quest_incense_or_dai_plural": "Use {{amount_0}} Incense or Daily Adventure Incense", + "quest_title_quest_incense_or_dai_singular": "Use an Incense or Daily Adventure Incense", + "quest_title_quest_incense_plural": "Use {{amount_0}} Incense", + "quest_title_quest_incense_routes_plural": "Use {{amount_0}} Incense while following Routes", + "quest_title_quest_incense_routes_singular": "Use an Incense while following a Route", + "quest_title_quest_incense_singular": "Use an Incense", + "quest_title_quest_jan19rsd_buddywalk_singular": "Feebas Research: Earn 1 Buddy Candy", + "quest_title_quest_jan19rsd_hatch_egg_singular": "Feebas Research: Hatch 1 Egg", + "quest_title_quest_jan19rsd_land_great_plural": "Feebas Research: Make {{amount_0}} Great Throws", + "quest_title_quest_jan19rsd_land_nice_plural": "Feebas Research: Make {{amount_0}} Nice Throws", + "quest_title_quest_johtofestival_catch_special17_plural": "Johto Festival: Catch {{amount_0}} Sunkern", + "quest_title_quest_johtofestival_catch_type_water_plural": "Johto Festival: Catch {{amount_0}} Water Pokémon", + "quest_title_quest_johtofestival_evolve_plural": "Johto Festival: Evolve {{amount_0}} Sunkern or Natu", + "quest_title_quest_johtofestival_land_excellent_plural": "Johto Festival: Make {{amount_0}} Excellent Throws", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Johto Festival: Make {{amount_0}} Great Curveball Throws in a row", + "quest_title_quest_johtofestival_win_raid_singular": "Johto Festival: Win a raid", + "quest_title_quest_kanto_green_bellsprout": "GO Tour: Catch Bellsprout", + "quest_title_quest_kanto_green_meowth": "GO Tour: Catch Meowth", + "quest_title_quest_kanto_green_sandshrew": "GO Tour: Catch Sandshrew", + "quest_title_quest_kanto_green_vulpix": "GO Tour: Catch Vulpix", + "quest_title_quest_kanto_hatch_plural": "GO Tour Kanto: Hatch {{amount_0}} Eggs", + "quest_title_quest_kanto_hatch_singular": "GO Tour Kanto: Hatch an Egg", + "quest_title_quest_kanto_npc_plural": "GO Tour Kanto: Defeat {{amount_0}} GO Tour Challengers", + "quest_title_quest_kanto_npc_singular": "GO Tour Kanto: Defeat a GO Tour Challenger", + "quest_title_quest_kanto_red_ekans": "GO Tour: Catch Ekans", + "quest_title_quest_kanto_red_growlithe": "GO Tour: Catch Growlithe", + "quest_title_quest_kanto_red_mankey": "GO Tour: Catch Mankey", + "quest_title_quest_kanto_red_oddish": "GO Tour: Catch Oddish", + "quest_title_quest_kecleon_catch": "Catch {{amount_0}} Kecleon", + "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "Make {{amount_0}} Curveball Throws on Ghost-type Pokémon", + "quest_title_quest_land_curveball_plural": "Make {{amount_0}} Curveball Throws", + "quest_title_quest_land_curveball_singular": "Make a Curveball Throw", + "quest_title_quest_land_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws", + "quest_title_quest_land_excellent_curveball_singular": "Make an Excellent Curveball Throw", + "quest_title_quest_land_excellent_plural": "Make {{amount_0}} Excellent Throws", + "quest_title_quest_land_excellent_singular": "Make an Excellent Throw", + "quest_title_quest_land_great_curve_inarow_type_ghost": "Make {{amount_0}} Great Curveball Throws in a row on Ghost-type Pokémon", + "quest_title_quest_land_great_curve_type_ghost": "Make {{amount_0}} Great Curveball Throws on Ghost-type Pokémon", + "quest_title_quest_land_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws", + "quest_title_quest_land_great_curveball_singular": "Make a Great Curveball Throw", + "quest_title_quest_land_great_plural": "Make {{amount_0}} Great Throws", + "quest_title_quest_land_great_singular": "Make a Great Throw", + "quest_title_quest_land_great_type_ghost": "Make {{amount_0}} Great Throws on Ghost-type Pokémon", + "quest_title_quest_land_inarow_curveball_plural": "Make {{amount_0}} Curveball Throws in a row", + "quest_title_quest_land_inarow_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws in a row", + "quest_title_quest_land_inarow_excellent_plural": "Make {{amount_0}} Excellent Throws in a row", + "quest_title_quest_land_inarow_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws in a row", + "quest_title_quest_land_inarow_great_plural": "Make {{amount_0}} Great Throws in a row", + "quest_title_quest_land_inarow_nice_curveball_plural": "Make {{amount_0}} Nice Curveball Throws in a row", + "quest_title_quest_land_inarow_nice_plural": "Make {{amount_0}} Nice Throws in a row", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "Make {{amount_0}} Nice Curveball Throws in a row on Ghost-type Pokémon", + "quest_title_quest_land_nice_curve_plural": "Make {{amount_0}} Nice Curveball Throws", + "quest_title_quest_land_nice_curve_singular": "Make a Nice Curveball Throw", + "quest_title_quest_land_nice_curve_type_ghost": "Make {{amount_0}} Nice Curveball Throws on Ghost-type Pokémon", + "quest_title_quest_land_nice_electric_plural": "Catch {{amount_0}} Electric-type Pokémon with Nice Throws", + "quest_title_quest_land_nice_plural": "Make {{amount_0}} Nice Throws", + "quest_title_quest_land_nice_singular": "Make a Nice Throw", + "quest_title_quest_land_nice_type_ghost": "Make {{amount_0}} Nice Throws on Ghost-type Pokémon", + "quest_title_quest_larvitar_cdc_evolve_b": "Evolve {{amount_0}} Larvitar", + "quest_title_quest_larvitar_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Larvitar", + "quest_title_quest_latias_wild_snap": "Take a snapshot of Latias in the wild", + "quest_title_quest_latios_wild_snap": "Take a snapshot of Latios in the wild", + "quest_title_quest_litten_catch_b": "Catch {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_plural": "Evolve {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_singular": "Evolve a Litten", + "quest_title_quest_litten_snapshot_b": "Take a Snapshot of {{amount_0}} Litten", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "Challenge a nearby Trainer by scanning their Battle Code.", + "quest_title_quest_lucky_plural": "Obtain {{amount_0}} Lucky Pokémon in trades", + "quest_title_quest_lucky_singular": "Obtain a Lucky Pokémon in a trade", + "quest_title_quest_lunar19_friends_trade_plural": "Trade {{amount_0}} Pokémon with a friend", + "quest_title_quest_macht_catch_b": "Catch {{amount_0}} Machop", + "quest_title_quest_macht_evolve_b": "Evolve {{amount_0}} Machop", + "quest_title_quest_macht_evolve_s1": "Evolve {{amount_0}} Machoke", + "quest_title_quest_magit_catch_b": "Catch {{amount_0}} Magikarp", + "quest_title_quest_magit_evolve_b": "Evolve {{amount_0}} Magikarp", + "quest_title_quest_magmt_catch_b": "Catch {{amount_0}} Magmar", + "quest_title_quest_magmt_evolve_b": "Evolve {{amount_0}} Magmar", + "quest_title_quest_mareep_catch_b": "Catch {{amount_0}} Mareep", + "quest_title_quest_mareep_evolve_b": "Evolve {{amount_0}} Mareep", + "quest_title_quest_mareep_snapshot_b": "Take a snapshot of {{amount_0}} Mareep", + "quest_title_quest_mega_evo_primal_rev_plural": "Activate Primal Reversion or Mega Evolve a Pokémon {{amount_0}} times", + "quest_title_quest_mega_evo_primal_rev_singular": "Activate Primal Reversion or Mega Evolve a Pokémon", + "quest_title_quest_mega_evolve_beedrill": "Mega Evolve a Beedrill", + "quest_title_quest_mega_evolve_blastoise": "Mega Evolve a Blastoise", + "quest_title_quest_mega_evolve_charizard": "Mega Evolve a Charizard", + "quest_title_quest_mega_evolve_diancie": "Mega Evolve Diancie", + "quest_title_quest_mega_evolve_plural": "Mega Evolve {{amount_0}} Pokémon", + "quest_title_quest_mega_evolve_rayquaza": "Mega Evolve Rayquaza", + "quest_title_quest_mega_evolve_singular": "Mega Evolve a Pokémon", + "quest_title_quest_mega_evolve_venusaur": "Mega Evolve a Venusaur", + "quest_title_quest_mega_join_raid_plural": "Battle in {{amount_0}} Mega Raids", + "quest_title_quest_mega_join_raid_singular": "Battle in a Mega Raid", + "quest_title_quest_mega_win_raid_plural": "Win {{amount_0}} Mega Raids", + "quest_title_quest_mega_win_raid_singular": "Win a Mega Raid", + "quest_title_quest_mesprit_wild_snap": "Take a snapshot of Mesprit in the wild", + "quest_title_quest_metang_evolve_b_singular": "Evolve a Metang", + "quest_title_quest_more_reseach_coming_soon": "More research requests will be coming soon!", + "quest_title_quest_mudkt_catch_b": "Catch {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_b": "Evolve {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_s1": "Evolve {{amount_0}} Marshtomp", + "quest_title_quest_new_friends_plural": "Make {{amount_0}} new friends", + "quest_title_quest_new_friends_singular": "Make a new friend", + "quest_title_quest_noibat_catch_b": "Catch {{amount_0}} Noibat", + "quest_title_quest_noibat_evolve_b": "Evolve {{amount_0}} Noibat", + "quest_title_quest_noibat_snapshot_b": "Take a snapshot of {{amount_0}} Noibat", + "quest_title_quest_oshat_catch_b": "Catch {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_b": "Evolve {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_s1": "Evolve a Dewott", + "quest_title_quest_party_catch_electric_type_plural": "Catch {{amount_0}} Electric-type Pokémon while in a party", + "quest_title_quest_party_catch_electric_type_singular": "Catch a Electric-type Pokémon while in a party", + "quest_title_quest_party_catch_fire_type_plural": "Catch {{amount_0}} Fire-type Pokémon while in a party", + "quest_title_quest_party_catch_fire_type_singular": "Catch a Fire-type Pokémon while in a party", + "quest_title_quest_party_catch_normal_type_plural": "Catch {{amount_0}} Normal-type Pokémon while in a party", + "quest_title_quest_party_catch_normal_type_singular": "Catch a Normal-type Pokémon while in a party", + "quest_title_quest_party_catch_water_type_plural": "Catch {{amount_0}} Water-type Pokémon while in a party", + "quest_title_quest_party_catch_water_type_singular": "Catch a Water-type Pokémon while in a party", + "quest_title_quest_party_challenge_plural": "Complete {{amount_0}} Party Challenges", + "quest_title_quest_party_challenge_singular": "Complete a Party Challenge", + "quest_title_quest_platinum_johto_badge": "Earn the platinum Johto medal", + "quest_title_quest_platinum_kanto_badge": "Earn the platinum Kanto medal", + "quest_title_quest_platinum_medal_plural": "Earn {{amount_0}} platinum medals", + "quest_title_quest_platinum_medal_plural_five": "Earn 5 platinum medals", + "quest_title_quest_platinum_medal_plural_forty": "Earn 40 platinum medals", + "quest_title_quest_platinum_medal_plural_ten": "Earn 10 platinum medals", + "quest_title_quest_platinum_medal_plural_twenty": "Earn 20 platinum medals", + "quest_title_quest_platinum_medal_singular": "Earn a platinum medal", + "quest_title_quest_play_buddy_singular": "Play with your buddy", + "quest_title_quest_pokemon_appears": "Pokémon appears!", + "quest_title_quest_poliwag_catch_b": "Catch {{amount_0}} Poliwag", + "quest_title_quest_poliwag_evolve_b": "Evolve {{amount_0}} Poliwag", + "quest_title_quest_poliwag_snapshot_b": "Take {{amount_0}} snapshots of Poliwag", + "quest_title_quest_poliwhirl_evolve_b": "Evolve {{amount_0}} Poliwhirl", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "Catch {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_plural": "Evolve {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_singular": "Evolve a Popplio", + "quest_title_quest_porygon_catch_b": "Catch {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_plural": "Evolve {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_singular": "Evolve a Porygon", + "quest_title_quest_porygon_snapshot_b": "Take a snapshot of {{amount_0}} Porygon", + "quest_title_quest_porygon2_evolve_b_plural": "Evolve {{amount_0}} Porygon2", + "quest_title_quest_porygon2_evolve_b_singular": "Evolve a Porygon2", + "quest_title_quest_poryt_catch_b": "Catch {{amount_0}} Porygon", + "quest_title_quest_poryt_catch_s1": "Catch {{amount_0}} Porygon2", + "quest_title_quest_poryt_evolve_b": "Evolve {{amount_0}} Porygon", + "quest_title_quest_poryt_evolve_s1": "Evolve {{amount_0}} Porygon2", + "quest_title_quest_power_up_dragon_plural": "Power up Dragon-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_fire_ice": "Power up Fire- or Ice-type Pokémon 5 times", + "quest_title_quest_power_up_grass_ghost": "Power up Grass- or Ghost-type Pokémon 5 times", + "quest_title_quest_power_up_legendary_plural": "Power up Legendary or Mythical Pokémon {{amount_0}} times", + "quest_title_quest_power_up_legendary_singular": "Power up a Legendary or Mythical Pokémon", + "quest_title_quest_power_up_max_plural": "Power up {{amount_0}} Pokémon to their max CP", + "quest_title_quest_power_up_max_singular": "Power up a Pokémon to its max CP", + "quest_title_quest_power_up_plural": "Power up Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_bug": "Power up Bug-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_dark": "Power up Dark-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_dragon": "Power up Dragon-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_electric": "Power up Electric-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_fairy": "Power up Fairy-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_fighting": "Power up Fighting-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_fire": "Power up Fire-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_flying": "Power up Flying-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_ghost": "Power up Ghost-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_grass": "Power up Grass-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_ground": "Power up Ground-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_ice": "Power up Ice-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_normal": "Power up Normal-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_poison": "Power up Poison-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_psychic": "Power up Psychic-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_rock": "Power up Rock-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_rock_fairy": "Power up Rock- or Fairy-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_steel": "Power up Steel-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_water": "Power up Water-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_poison_rock": "Power up Poison- or Rock-type Pokémon 5 times", + "quest_title_quest_power_up_singular": "Power up a Pokémon", + "quest_title_quest_power_up_singular_marshadow": "Power up Marshadow", + "quest_title_quest_power_up_water_normal": "Power up Normal- or Water-type Pokémon 5 times", + "quest_title_quest_primal_raid_victory_groudon": "Win a Primal Groudon raid", + "quest_title_quest_primal_raid_victory_kyogre": "Win a Primal Kyogre raid", + "quest_title_quest_primal_raid_victory_plural": "Win {{amount_0}} Primal Raids", + "quest_title_quest_primal_raid_victory_singular": "Win a Primal Raid", + "quest_title_quest_primal_reversion_plural": "Activate Primal Reversion {{amount_0}} times", + "quest_title_quest_primal_reversion_singular": "Activate Primal Reversion", + "quest_title_quest_primal_surge_candy": "Primal Surge: Earn a Candy walking with your buddy", + "quest_title_quest_primal_surge_catch": "Primal Surge: Catch 10 Pokémon", + "quest_title_quest_primal_surge_hatch": "Primal Surge: Hatch an Egg", + "quest_title_quest_primal_surge_power_ground": "Primal Surge: Power up Ground-type Pokémon 5 times", + "quest_title_quest_primal_surge_power_water": "Primal Surge: Power up Water-type Pokémon 5 times", + "quest_title_quest_primal_surge_raid": "Primal Surge: Win a raid", + "quest_title_quest_psychicspec_catch_abra_plural": "Catch {{amount_0}} Abra or Drowzee", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_psychicspec_evolve_plural": "Evolve {{amount_0}} Exeggcute or Slowpoke", + "quest_title_quest_quaxly_evolve_b": "Evolve a Quaxly", + "quest_title_quest_quaxwell_evolve_b": "Evolve a Quaxwell", + "quest_title_quest_quilava_evolve_b_plural": "Evolve {{amount_0}} Quilava", + "quest_title_quest_quilava_evolve_b_singular": "Evolve a Quilava", + "quest_title_quest_quilladin_evolve_b": "Evolve {{amount_0}} Quilladin", + "quest_title_quest_raboot_evolve": "Evolve a Raboot", + "quest_title_quest_raid_friend_singular": "Raid with a friend", + "quest_title_quest_raid_t5_win": "Win a five-star raid", + "quest_title_quest_raid_with_buddy_plural": "Battle in {{amount_0}} raids with your buddy", + "quest_title_quest_raid_with_buddy_singular": "Battle in a raid with your buddy", + "quest_title_quest_reach_hoenn_gold": "Earn a gold Hoenn medal", + "quest_title_quest_reach_johto_gold": "Earn a gold Johto medal", + "quest_title_quest_reach_kanto_gold": "Earn a gold Kanto medal", + "quest_title_quest_reach_kanto_silver": "Earn a silver Kanto medal", + "quest_title_quest_reach_level": "Reach level {{amount_0}}", + "quest_title_quest_referral_initial_milestone": "Logged in to Pokémon GO", + "quest_title_quest_remove_bonus_challenge_desc": "You’ll receive another task tomorrow.", + "quest_title_quest_reward_desc_1": "Collect stamps to unlock Research Breakthroughs from Professor Willow!", + "quest_title_quest_reward_desc_2": "Next Breakthrough in", + "quest_title_quest_reward_desc_3_plural": "{{amount_0}} more stamps!", + "quest_title_quest_reward_desc_3_singular": "{{amount_0}} more stamp!", + "quest_title_quest_reward_encounter_later": "Later", + "quest_title_quest_reward_encounter_uses_ar": "You must be in AR mode to catch this Pokémon.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "A mysterious Pokémon has appeared!", + "quest_title_quest_reward_start_encounter": "Start Encounter", + "quest_title_quest_rocket_battle_plural": "Battle {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rocket_battle_win_plural": "Defeat {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rocket_battle_win_singular": "Defeat a Team GO Rocket Grunt", + "quest_title_quest_rocket_catch_shadow_singular": "Catch a Shadow Pokémon", + "quest_title_quest_rocket_evolve_plural": "Evolve {{amount_0}} Pokémon", + "quest_title_quest_rocket_leader_battle_win_singular": "Defeat a Team GO Rocket Leader", + "quest_title_quest_rocket_power_up_plural": "Power up Pokémon {{amount_0}} times", + "quest_title_quest_rocket_purify_dark_plural": "Purify {{amount_0}} Dark-type Shadow Pokémon", + "quest_title_quest_rocket_purify_fire_plural": "Purify {{amount_0}} Fire-type Shadow Pokémon", + "quest_title_quest_rocket_purify_plural": "Purify {{amount_0}} Shadow Pokémon", + "quest_title_quest_rocket_purify_type_singular": "Purify a Fire-, Water-, or Grass-type Shadow Pokémon", + "quest_title_quest_rocket_rescue_shadow_plural": "Rescue {{amount_0}} Shadow Pokémon", + "quest_title_quest_rocket_shadow_plural": "Catch {{amount_0}} Shadow Pokémon", + "quest_title_quest_rockethq1_arlo_win": "Defeat Team GO Rocket Leader Arlo", + "quest_title_quest_rockethq1_arlo_win_plural": "Defeat Team GO Rocket Leader Arlo {{amount_0}} times", + "quest_title_quest_rockethq1_battle_boss": "Battle the Team GO Rocket Boss", + "quest_title_quest_rockethq1_catch_legendary_shadow": "Catch a Legendary Shadow Pokémon", + "quest_title_quest_rockethq1_catch_shadow1": "Catch {{amount_0}} Shadow Pokémon", + "quest_title_quest_rockethq1_cliff_win": "Defeat Team GO Rocket Leader Cliff", + "quest_title_quest_rockethq1_cliff_win_plural": "Defeat Team GO Rocket Leader Cliff {{amount_0}} times", + "quest_title_quest_rockethq1_defeat_boss": "Defeat the Team GO Rocket Boss", + "quest_title_quest_rockethq1_find_boss": "Find the Team GO Rocket Boss", + "quest_title_quest_rockethq1_grunt_win1": "Defeat {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rockethq1_grunt_win2": "Defeat {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rockethq1_leader_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", + "quest_title_quest_rockethq1_leaders_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", + "quest_title_quest_rockethq1_purify": "Purify {{amount_0}} Shadow Pokémon", + "quest_title_quest_rockethq1_raid_win": "Win {{amount_0}} raids", + "quest_title_quest_rockethq1_sierra_win": "Defeat Team GO Rocket Leader Sierra", + "quest_title_quest_rockethq1_sierra_win_plural": "Defeat Team GO Rocket Leader Sierra {{amount_0}} times", + "quest_title_quest_rockethq1_spin": "Spin {{amount_0}} PokéStops", + "quest_title_quest_rockethq1_spin_row": "Spin a PokéStop {{amount_0}} days in a row", + "quest_title_quest_rockethq1_supereffective": "Use {{amount_0}} supereffective Charged Attacks in Gym battles", + "quest_title_quest_rockethq1_trainerbattle_win": "Win {{amount_0}} Great League Trainer Battles against another Trainer", + "quest_title_quest_roggenrola_catch_b": "Catch {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_evolve_b": "Evolve {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_snapshot_b": "Take {{amount_0}} snapshots of Roggenrola", + "quest_title_quest_roset_catch_b": "Catch {{amount_0}} Roselia", + "quest_title_quest_roset_evolve_b": "Evolve {{amount_0}} Roselia", + "quest_title_quest_rowlet_catch_b": "Catch {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_plural": "Evolve {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_singular": "Evolve {{amount_0}} Rowlet", + "quest_title_quest_rowlet_snapshot_b": "Take a snapshot of {{amount_0}} Rowlet", + "quest_title_quest_sandt_catch_b": "Catch {{amount_0}} Sandshrew", + "quest_title_quest_sandt_evolve_b": "Evolve {{amount_0}} Sandshrew", + "quest_title_quest_scorbunny_evolve": "Evolve a Scorbunny", + "quest_title_quest_send_gifts_daily_row": "Send Gifts {{amount_0}} Days in a Row", + "quest_title_quest_send_gifts_plural": "Send {{amount_0}} Gifts to friends", + "quest_title_quest_send_gifts_singular": "Send a Gift to a friend", + "quest_title_quest_send_gifts_sticker_plural": "Send {{amount_0}} Gifts and add a sticker to each", + "quest_title_quest_send_gifts_sticker_singular": "Send a Gift with a sticker", + "quest_title_quest_shelgon_evolve_b_plural": "Evolve {{amount_0}} Shelgon", + "quest_title_quest_shelgon_evolve_b_singular": "Evolve a Shelgon", + "quest_title_quest_shint_catch_b": "Catch {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_b": "Evolve {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_s1": "Evolve {{amount_0}} Luxio", + "quest_title_quest_sinnoh_evolve_plural": "Evolve {{amount_0}} Pokémon to species originally discovered in the Sinnoh region", + "quest_title_quest_sinnoh_evolve_stone_plural": "Use a Sinnoh Stone to evolve {{amount_0}} Pokémon", + "quest_title_quest_sinnoh_medal_gold": "Earn a gold Sinnoh medal", + "quest_title_quest_sliggoo_evolve_b_plural": "Evolve {{amount_0}} Sliggoo", + "quest_title_quest_sliggoo_evolve_b_singular": "Evolve a Sliggoo", + "quest_title_quest_slowpoke_catch_b": "Catch {{amount_0}} Slowpoke or Galarian Slowpoke", + "quest_title_quest_slowpoke_evolve_b": "Evolve {{amount_0}} Slowpoke or Galarian Slowpoke", + "quest_title_quest_slowpoke_snapshot_b": "Take a snapshot of {{amount_0}} Slowpoke or Galarian Slowpoke", + "quest_title_quest_snapshot_ar_photo_safari": "Take a Snapshot with your Buddy at the PGO Tent", + "quest_title_quest_snapshot_bali": "Take a snapshot in Bali", + "quest_title_quest_snapshot_buddy": "Take a snapshot with your buddy", + "quest_title_quest_snapshot_bulbasaur": "Take a snapshot of Bulbasaur", + "quest_title_quest_snapshot_charmander": "Take a snapshot of Charmander", + "quest_title_quest_snapshot_chikorita": "Take a snapshot of your Chikorita", + "quest_title_quest_snapshot_cyndaquil": "Take a snapshot of your Cyndaquil", + "quest_title_quest_snapshot_genesect": "Take {{amount_0}} snapshots of Genesect", + "quest_title_quest_snapshot_hariyama": "Take a snapshot of your Hariyama", + "quest_title_quest_snapshot_hoopa_singular": "Take a snapshot of Hoopa", + "quest_title_quest_snapshot_jeju": "Take a snapshot on Jeju Island", + "quest_title_quest_snapshot_keldeo": "Take {{amount_0}} snapshots of Keldeo", + "quest_title_quest_snapshot_landorus": "Take a snapshot of Landorus", + "quest_title_quest_snapshot_machamp": "Take a snapshot of your Machamp", + "quest_title_quest_snapshot_okinawa": "Take a snapshot in Okinawa", + "quest_title_quest_snapshot_poison_grass_singular": "Take a snapshot of a wild Poison-type Pokémon", + "quest_title_quest_snapshot_regi_ice": "Take a snapshot of Regice", + "quest_title_quest_snapshot_regi_rock": "Take a snapshot of Regirock", + "quest_title_quest_snapshot_regi_steel": "Take a snapshot of Registeel", + "quest_title_quest_snapshot_scrafty": "Take a snapshot of your Scrafty", + "quest_title_quest_snapshot_singular": "Take a snapshot", + "quest_title_quest_snapshot_storage_bug_unique_plural": "Take snapshots of {{amount_0}} different Bug-type Pokémon that you caught", + "quest_title_quest_snapshot_storage_steel_unique_plural": "Take snapshots of {{amount_0}} different Steel-type Pokémon that you caught", + "quest_title_quest_snapshot_storage_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", + "quest_title_quest_snapshot_surabaya": "Take a snapshot in Surabaya", + "quest_title_quest_snapshot_thundurus": "Take a snapshot of Thundurus", + "quest_title_quest_snapshot_tornadus": "Take a snapshot of Tornadus", + "quest_title_quest_snapshot_totodile": "Take a snapshot of your Totodile", + "quest_title_quest_snapshot_unique_fire_pokemon": "Take snapshots of {{amount_0}} different Fire-type Pokémon", + "quest_title_quest_snapshot_unique_pokemon": "Take snapshots of {{amount_0}} different Pokémon", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Take a snapshot of Shinx, Blitzle, or Furfrou in the wild", + "quest_title_quest_snapshot_wild_bug_plural": "Take {{amount_0}} snapshots of wild Bug-type Pokémon", + "quest_title_quest_snapshot_wild_bug_unique_plural": "Take snapshots of {{amount_0}} different wild Bug-type Pokémon", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Take a snapshot of Butterfree, Shinx, or Blitzle in the wild", + "quest_title_quest_snapshot_wild_dark_plural": "Take {{amount_0}} snapshots of wild Dark-type Pokémon", + "quest_title_quest_snapshot_wild_dark_unique_plural": "Take snapshots of {{amount_0}} different wild Dark-type Pokémon", + "quest_title_quest_snapshot_wild_dragon_plural": "Take {{amount_0}} snapshots of wild Dragon-type Pokémon", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "Take snapshots of {{amount_0}} different wild Dragon-type Pokémon", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Take a snapshot of Chinchou, Finneon, or Ducklett in the wild", + "quest_title_quest_snapshot_wild_eevee": "Take a snapshot of Eevee in the wild", + "quest_title_quest_snapshot_wild_electric_plural": "Take {{amount_0}} snapshots of wild Electric-type Pokémon", + "quest_title_quest_snapshot_wild_electric_unique_plural": "Take snapshots of {{amount_0}} different wild Electric-type Pokémon", + "quest_title_quest_snapshot_wild_entei": "Take a snapshot of Entei in the wild", + "quest_title_quest_snapshot_wild_fairy_plural": "Take {{amount_0}} snapshots of wild Fairy-type Pokémon", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Fairy-type Pokémon", + "quest_title_quest_snapshot_wild_fighting_plural": "Take {{amount_0}} snapshots of wild Fighting-type Pokémon", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "Take snapshots of {{amount_0}} different wild Fighting-type Pokémon", + "quest_title_quest_snapshot_wild_fire_plural": "Take {{amount_0}} snapshots of wild Fire-type Pokémon", + "quest_title_quest_snapshot_wild_fire_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-type Pokémon", + "quest_title_quest_snapshot_wild_flying_plural": "Take {{amount_0}} snapshots of wild Flying-type Pokémon", + "quest_title_quest_snapshot_wild_flying_unique_plural": "Take snapshots of {{amount_0}} different wild Flying-type Pokémon", + "quest_title_quest_snapshot_wild_frillish_absol": "Take a snapshot of Absol or Frillish in the wild", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Take a snapshot of Sandshrew, Geodude, or Cacnea in the wild", + "quest_title_quest_snapshot_wild_ghost_plural": "Take {{amount_0}} snapshots of wild Ghost-type Pokémon", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "Take snapshots of {{amount_0}} different wild Ghost-type Pokémon", + "quest_title_quest_snapshot_wild_grass_plural": "Take {{amount_0}} snapshots of wild Grass-type Pokémon", + "quest_title_quest_snapshot_wild_grass_singular": "Take a snapshot of a wild Grass-type Pokémon", + "quest_title_quest_snapshot_wild_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Grass-type Pokémon", + "quest_title_quest_snapshot_wild_ground_plural": "Take {{amount_0}} snapshots of wild Ground-type Pokémon", + "quest_title_quest_snapshot_wild_ground_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-type Pokémon", + "quest_title_quest_snapshot_wild_hoothoot": "Take a snapshot of Hoothoot in the wild", + "quest_title_quest_snapshot_wild_ice_plural": "Take {{amount_0}} snapshots of wild Ice-type Pokémon", + "quest_title_quest_snapshot_wild_ice_singular": "Take a snapshot of a wild Ice-type Pokémon", + "quest_title_quest_snapshot_wild_ice_unique_plural": "Take snapshots of {{amount_0}} different wild Ice-type Pokémon", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Take a snapshot of Metapod, Aipom, or Lotad in the wild", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Take a snapshot of Chinchou, Luvdisc, or Finneon in the wild", + "quest_title_quest_snapshot_wild_mareanie_singluar": "Take a snapshot of Mareanie in the wild", + "quest_title_quest_snapshot_wild_normal_plural": "Take {{amount_0}} snapshots of wild Normal-type Pokémon", + "quest_title_quest_snapshot_wild_normal_unique_plural": "Take snapshots of {{amount_0}} different wild Normal-type Pokémon", + "quest_title_quest_snapshot_wild_plural": "Take {{amount_0}} snapshots of wild Pokémon", + "quest_title_quest_snapshot_wild_poison_plural": "Take {{amount_0}} snapshots of wild Poison-type Pokémon", + "quest_title_quest_snapshot_wild_poison_unique_plural": "Take snapshots of {{amount_0}} different wild Poison-type Pokémon", + "quest_title_quest_snapshot_wild_psychic_plural": "Take {{amount_0}} snapshots of wild Psychic-type Pokémon", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "Take snapshots of {{amount_0}} different wild Psychic-type Pokémon", + "quest_title_quest_snapshot_wild_raikou": "Take a snapshot of Raikou in the wild", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-, Rock-, or Fairy-type Pokémon", + "quest_title_quest_snapshot_wild_rock_plural": "Take {{amount_0}} snapshots of wild Rock-type Pokémon", + "quest_title_quest_snapshot_wild_rock_unique_plural": "Take snapshots of {{amount_0}} different wild Rock-type Pokémon", + "quest_title_quest_snapshot_wild_singular": "Take a snapshot of a wild Pokémon", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Take a snapshot of Dodrio, Mantine, or Skarmory in the wild", + "quest_title_quest_snapshot_wild_skitty_kirlia": "Take a snapshot of Kirlia or Skitty in the wild", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Take a snapshot of Sneasel, Croagunk, or Frillish in the wild", + "quest_title_quest_snapshot_wild_steel_plural": "Take {{amount_0}} snapshots of wild Steel-type Pokémon", + "quest_title_quest_snapshot_wild_steel_unique_plural": "Take snapshots of {{amount_0}} different wild Steel-type Pokémon", + "quest_title_quest_snapshot_wild_suicune": "Take a snapshot of Suicune in the wild", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Take a snapshot of Sandshrew, Trapinch, or Cacnea in the wild", + "quest_title_quest_snapshot_wild_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-, Water-, or Grass-type Pokémon", + "quest_title_quest_snapshot_wild_water_plural": "Take {{amount_0}} snapshots of wild Water-type Pokémon", + "quest_title_quest_snapshot_wild_water_singular": "Take a snapshot of wild Water-type Pokémon", + "quest_title_quest_snapshot_wild_water_unique_plural": "Take snapshots of {{amount_0}} different wild Water-type Pokémon", + "quest_title_quest_snapshot_yogyakarta": "Take a snapshot in Yogyakarta", + "quest_title_quest_snapshots_inarow_plural": "Take a snapshot of a Pokémon {{amount_0}} days in a row", + "quest_title_quest_snapshots_plural": "Take {{amount_0}} snapshots", + "quest_title_quest_snapshots_your_plural": "Take {{amount_0}} snapshots of your Pokémon", + "quest_title_quest_snapshots_your_singular": "Take a snapshot of one of your Pokémon", + "quest_title_quest_snivt_catch_b": "Catch {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_b": "Evolve {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_s1": "Evolve {{amount_0}} Servine", + "quest_title_quest_sobble_evolve": "Evolve a Sobble", + "quest_title_quest_sphet_catch_b": "Catch {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_b": "Evolve {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_s1": "Evolve {{amount_0}} Sealeo", + "quest_title_quest_spin_151": "Spin 151 PokéStops or Gyms", + "quest_title_quest_spin_daysinarow": "Visit PokéStops {{amount_0}} days in a row", + "quest_title_quest_spin_go_tour_habitat_01": "Spin {{amount_0}} PokéStops or Gyms in the Seaside Metropolis habitat", + "quest_title_quest_spin_go_tour_habitat_02": "Spin {{amount_0}} PokéStops or Gyms in the Entangled Ruins habitat", + "quest_title_quest_spin_go_tour_habitat_03": "Spin {{amount_0}} PokéStops or Gyms in the Bubbling Mire habitat", + "quest_title_quest_spin_go_tour_habitat_04": "Spin {{amount_0}} PokéStops or Gyms in the Mountain Hot Spring habitat", + "quest_title_quest_spin_go_tour_spiritomb_plural": "Spin {{amount_0}} different Spiritomb PokéStops", + "quest_title_quest_spin_go_tour_spiritomb_singular": "Spin a Spiritomb PokéStop", + "quest_title_quest_spin_mexico_plural": "Spin {{amount_0}} PokéStops in Mexico", + "quest_title_quest_spin_mexico_singular": "Spin a PokéStop in Mexico", + "quest_title_quest_spin_pokestop_days": "Visit PokéStops on {{amount_0}} different days", + "quest_title_quest_spin_ultra_wormhole_gym": "Spin the Gym marked “Ultra Wormhole”", + "quest_title_quest_spin_wcs_2024": "Spin 10 PokéStops or Gyms at the Hawaiʻi Convention Center", + "quest_title_quest_sprigatito_evolve_b": "Evolve a Sprigatito", + "quest_title_quest_squirtle_catch_b": "Catch {{amount_0}} Squirtle", + "quest_title_quest_squirtle_evolve_b": "Evolve {{amount_0}} Squirtle", + "quest_title_quest_squirtle_snapshot_b": "Take {{amount_0}} snapshots of Squirtle", + "quest_title_quest_st_catch_s": "Catch 15 Seedot", + "quest_title_quest_st_evolve_n": "Evolve a Nuzleaf", + "quest_title_quest_st_evolve_s": "Evolve 3 Seedot", + "quest_title_quest_stardust_plural": "Earn {{amount_0}} Stardust", + "quest_title_quest_starly_catch_b": "Catch {{amount_0}} Starly", + "quest_title_quest_starly_evolve_b": "Evolve {{amount_0}} Starly", + "quest_title_quest_starly_snapshot_b": "Take {{amount_0}} snapshots of Starly", + "quest_title_quest_start_battle": "START BATTLE!", + "quest_title_quest_steenee_evolve_b_plural": "Evolve {{amount_0}} Steenee", + "quest_title_quest_steenee_evolve_b_singular": "Evolve a Steenee", + "quest_title_quest_streak_format": "{{amount_0}} DAY STREAK!", + "quest_title_quest_stuff_catch_b": "Catch {{amount_0}} Stufful", + "quest_title_quest_stuff_evolve_b": "Evolve {{amount_0}} Stufful", + "quest_title_quest_stuff_snapshot_b": "Take {{amount_0}} snapshots of Stufful in the wild", + "quest_title_quest_supereffective_charge_party_plural": "Use {{amount_0}} supereffective Charged Attacks while in a party", + "quest_title_quest_supereffective_charge_party_singular": "Use a supereffective Charged Attack while in a party", + "quest_title_quest_supereffective_charge_plural": "Use {{amount_0}} supereffective Charged Attacks", + "quest_title_quest_supereffective_charge_singular": "Use a supereffective Charged Attack", + "quest_title_quest_surskit_catch": "Catch {{amount_0}} Surskit", + "quest_title_quest_swabt_catch_b": "Catch {{amount_0}} Swablu", + "quest_title_quest_swabt_evolve_b": "Evolve {{amount_0}} Swablu", + "quest_title_quest_swinub_cdc_evolve_b": "Evolve {{amount_0}} Swinub", + "quest_title_quest_swinub_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Swinub", + "quest_title_quest_teddiursa_catch_b": "Catch {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_evolve_b": "Evolve {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_snapshot_b": "Take a snapshot of {{amount_0}} Teddiursa", + "quest_title_quest_template.display.branches#0.button_text_key": "Raids, Grunts, and Gyms!", + "quest_title_quest_template.display.branches#0.description_key": "By choosing this path, you’ll be given tasks related to challenging Gyms, raids, and Team GO Rocket members to earn rewards such as an encounter with Charizard and more.", + "quest_title_quest_template.display.branches#1.button_text_key": "GO Battle League!", + "quest_title_quest_template.display.branches#1.description_key": "By choosing this path, you’ll be challenged with tasks related to battling other Trainers to earn rewards such as an encounter with Charizard and more.", + "quest_title_quest_tepit_catch_b": "Catch {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_b": "Evolve {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_s1": "Evolve {{amount_0}} Pignite", + "quest_title_quest_thwackey_evolve": "Evolve a Thwackey", + "quest_title_quest_timburr_catch_b": "Catch {{amount_0}} Timburr", + "quest_title_quest_timburr_evolve_b": "Evolve {{amount_0}} Timburr", + "quest_title_quest_timburr_snapshot_b": "Take a snapshot of {{amount_0}} Timburr", + "quest_title_quest_time_remaining_day_plural": "{{amount_0}} days left to complete this Special Research", + "quest_title_quest_time_remaining_day_singular": "{{amount_0}} day left to complete this Special Research", + "quest_title_quest_togetic_catch_b": "Catch {{amount_0}} Togetic", + "quest_title_quest_togetic_evolve_b": "Evolve {{amount_0}} Togetic", + "quest_title_quest_togetic_snapshot_b": "Take a snapshot of {{amount_0}} Togetic", + "quest_title_quest_torracat_evolve_b_plural": "Evolve {{amount_0}} Torracat", + "quest_title_quest_torracat_evolve_b_singular": "Evolve a Torracat", + "quest_title_quest_trade_50km_plural": "Make {{amount_0}} trades with Pokémon caught at least 50 km apart", + "quest_title_quest_trade_100km_plural": "Make {{amount_0}} trades with Pokémon caught at least 100 km apart", + "quest_title_quest_trade_200km_plural": "Make {{amount_0}} trades with Pokémon caught at least 200 km apart", + "quest_title_quest_trade_300km_plural": "Make {{amount_0}} trades with Pokémon caught at least 300 km apart", + "quest_title_quest_trade_400km_plural": "Make {{amount_0}} trades with Pokémon caught at least 400 km apart", + "quest_title_quest_trade_500km_plural": "Make {{amount_0}} trades with Pokémon caught at least 500 km apart", + "quest_title_quest_trade_500km_singular": "Make a trade with Pokémon caught at least 500 km apart", + "quest_title_quest_trade_pikachu_plural": "Trade {{amount_0}} Pikachu", + "quest_title_quest_trade_plural": "Trade Pokémon {{amount_0}} times", + "quest_title_quest_trade_singular": "Trade a Pokémon", + "quest_title_quest_transfer_pidgey_plural": "Transfer {{amount_0}} Pidgey", + "quest_title_quest_transfer_pokemon_plural": "Transfer {{amount_0}} Pokémon", + "quest_title_quest_transfer_pokemon_singular": "Transfer a Pokémon", + "quest_title_quest_transfer_rock_or_poison_plural": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", + "quest_title_quest_transfer_rock_poison": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", + "quest_title_quest_transfer_type_bug_plural": "Transfer {{amount_0}} Bug-type Pokémon", + "quest_title_quest_transfer_type_dark_plural": "Transfer {{amount_0}} Dark-type Pokémon", + "quest_title_quest_transfer_type_dragon_plural": "Transfer {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_transfer_type_electric_plural": "Transfer {{amount_0}} Electric-type Pokémon", + "quest_title_quest_transfer_type_fairy_plural": "Transfer {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_transfer_type_fighting_plural": "Transfer {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_transfer_type_fire_plural": "Transfer {{amount_0}} Fire-type Pokémon", + "quest_title_quest_transfer_type_flying_plural": "Transfer {{amount_0}} Flying-type Pokémon", + "quest_title_quest_transfer_type_ghost_plural": "Transfer {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_transfer_type_grass_plural": "Transfer {{amount_0}} Grass-type Pokémon", + "quest_title_quest_transfer_type_ground_plural": "Transfer {{amount_0}} Ground-type Pokémon", + "quest_title_quest_transfer_type_ice_plural": "Transfer {{amount_0}} Ice-type Pokémon", + "quest_title_quest_transfer_type_normal_plural": "Transfer {{amount_0}} Normal-type Pokémon", + "quest_title_quest_transfer_type_poison_plural": "Transfer {{amount_0}} Poison-type Pokémon", + "quest_title_quest_transfer_type_psychic_plural": "Transfer {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_transfer_type_rock_plural": "Transfer {{amount_0}} Rock-type Pokémon", + "quest_title_quest_transfer_type_steel_plural": "Transfer {{amount_0}} Steel-type Pokémon", + "quest_title_quest_transfer_type_water_plural": "Transfer {{amount_0}} Water-type Pokémon", + "quest_title_quest_travel_routes_km_plural": "Walk {{amount_0}} km while traveling Routes", + "quest_title_quest_travel_routes_meters_plural": "Walk {{amount_0}} m while traveling Routes", + "quest_title_quest_tynamo_catch_b": "Catch {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_plural": "Evolve {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_singular": "Evolve a Tynamo", + "quest_title_quest_under_investigation": "Professor Willow is currently performing an investigation regarding this research. Check back for more details soon!", + "quest_title_quest_urd22_june_battle_gym": "Research Day: Battle in a Gym", + "quest_title_quest_urd22_june_battle_raid": "Research Day: Battle in a raid", + "quest_title_quest_urd22_june_beries": "Research Day: Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_urd22_june_catch_rock": "Research Day: Catch {{amount_0}} Rock-type Pokémon", + "quest_title_quest_urd22_june_catch_weather": "Research Day: Catch {{amount_0}} Pokémon with Weather Boost", + "quest_title_quest_urd22_june_curveball": "Research Day: Land {{amount_0}} Curveball Throws", + "quest_title_quest_urd22_june_curveball_row": "Research Day: Land {{amount_0}} Curveball Throws in a row", + "quest_title_quest_urd22_june_evolve_rock": "Research Day: Evolve {{amount_0}} Rock-type Pokémon", + "quest_title_quest_urd22_june_gift_sticker": "Research Day: Send {{amount_0}} Gifts with stickers", + "quest_title_quest_urd22_june_great": "Research Day: Land {{amount_0}} Great Throws", + "quest_title_quest_urd22_june_great_row": "Research Day: Land {{amount_0}} Great Throws in a row", + "quest_title_quest_urd22_june_nice": "Research Day: Land {{amount_0}} Nice Throws", + "quest_title_quest_urd22_june_nice_row": "Research Day: Land {{amount_0}} Nice Throws in a row", + "quest_title_quest_urd22_june_powerup": "Research Day: Power up a Pokémon {{amount_0}} times", + "quest_title_quest_urd22_june_snap_rock": "Research Day: Take a snapshot of a wild Rock-type Pokémon", + "quest_title_quest_urd22_june_spin_stops": "Research Day: Spin {{amount_0}} PokéStops", + "quest_title_quest_urd22_june_supereffective": "Research Day: Use a supereffective Charged Attack", + "quest_title_quest_ursaring_evolve_b": "Evolve {{amount_0}} Ursaring", + "quest_title_quest_use_any_potion": "Use any Potion on a Pokémon", + "quest_title_quest_use_charged_move_singular": "Use a supereffective Charged Attack", + "quest_title_quest_use_charged_tm": "Use a Charged TM", + "quest_title_quest_use_dai_plural": "Use {{amount_0}} Daily Adventure Incense", + "quest_title_quest_use_dai_singular": "Use one Daily Adventure Incense", + "quest_title_quest_use_fast_tm": "Use a Fast TM", + "quest_title_quest_use_hyper_potion": "Use a Hyper Potion on a Pokémon", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "Use {{amount_0}} Lure Modules while following Routes", + "quest_title_quest_use_lure_singular": "Use a Lure Module while following a Route", + "quest_title_quest_use_max_potion": "Use a Max Potion on a Pokémon", + "quest_title_quest_use_poffin": "Use a Poffin", + "quest_title_quest_use_rare_candy_plural": "Use {{amount_0}} Rare Candies", + "quest_title_quest_use_rare_candy_singular": "Use a Rare Candy", + "quest_title_quest_use_standard_charged_tm": "Use a Charged TM", + "quest_title_quest_use_standard_fast_tm": "Use a Fast TM", + "quest_title_quest_use_super_potion": "Use a Super Potion on a Pokémon", + "quest_title_quest_uxie_wild_snap": "Take a snapshot of Uxie in the wild", + "quest_title_quest_val19_catch_specific_plural": "Valentine’s Day: Catch {{amount_0}} Luvdisc", + "quest_title_quest_val19_catch_specific_singular": "Valentine’s Day: Catch a Chansey", + "quest_title_quest_visit_different_pokestops": "Spin {{amount_0}} different PokéStops", + "quest_title_quest_visit_pokestop_new_plural": "Spin {{amount_0}} PokéStops you haven't visited before", + "quest_title_quest_visit_pokestop_new_singular": "Spin a PokéStop you haven't visited before", + "quest_title_quest_visit_pokestops_party_plural": "Spin {{amount_0}} PokéStops or Gyms while in a party", + "quest_title_quest_visit_pokestops_plural": "Spin {{amount_0}} PokéStops or Gyms", + "quest_title_quest_visit_pokestops_singular": "Spin a PokéStop or Gym", + "quest_title_quest_visit_unique_pokestops_plural": "Spin {{amount_0}} different PokéStops or Gyms", + "quest_title_quest_wailmer_catch_b": "Catch {{amount_0}} Wailmer", + "quest_title_quest_waina_catch_great_ultra_plural": "Catch {{amount_0}} Pokémon in Great Balls or Ultra Balls using Pokémon GO Plus +", + "quest_title_quest_waina_catch_plural": "Catch {{amount_0}} Pokémon in Poké Balls using Pokémon GO Plus +", + "quest_title_quest_waina_sleep_days": "Track sleep using Pokémon GO Plus + for {{amount_0}} days", + "quest_title_quest_waina_sleep_days_singular": "Track sleep using Pokémon GO Plus + for 1 day", + "quest_title_quest_waina_spin_pokestop_plural": "Spin {{amount_0}} PokéStops using Pokémon GO Plus +", + "quest_title_quest_walk_25km_inaweek_plural": "Walk 25 km in one week using Adventure Sync {{amount_0}} times", + "quest_title_quest_walk_buddy_plural": "Earn {{amount_0}} Candies walking with your buddy", + "quest_title_quest_walk_buddy_singular": "Earn a Candy walking with your buddy", + "quest_title_quest_walk_eevee_for_evo": "Walk 10 km with Eevee as your buddy to earn Candy", + "quest_title_quest_walk_hgrowlithe_header_0": "Tails of Adventure", + "quest_title_quest_walk_km": "Walk {{amount_0}} km", + "quest_title_quest_walk_km_plural": "Walk {{amount_0}} km", + "quest_title_quest_walk_routes_plural": "Walk {{amount_0}} km while following Routes", + "quest_title_quest_walk_routes_singular": "Walk {{amount_0}} km while following Routes", + "quest_title_quest_walk_steps": "Walk {{amount_0}} steps", + "quest_title_quest_wartortle_evolve_b": "Evolve {{amount_0}} Wartortle", + "quest_title_quest_waterfestival_catch_feed_plural": "Water Festival: Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_waterfestival_catch_pokemon_plural": "Water Festival: Catch {{amount_0}} Pokémon", + "quest_title_quest_waterfestival_catch_special9_plural": "Water Festival: Catch {{amount_0}} Magikarp or Wailmer", + "quest_title_quest_waterfestival_catch_type_water_plural": "Water Festival: Catch {{amount_0}} Water-type Pokémon", + "quest_title_quest_waterfestival_evolve_plural": "Water Festival: Evolve {{amount_0}} Shellder", + "quest_title_quest_waterfestival_evolve_type_water_plural": "Water Festival: Evolve {{amount_0}} Water-type Pokémon", + "quest_title_quest_waterfestival_hatch_egg_singular": "Water Festival: Hatch an Egg", + "quest_title_quest_waterfestival_land_great_plural": "Water Festival: Make {{amount_0}} Great Throws", + "quest_title_quest_waterfestival_land_nice_plural": "Water Festival: Make {{amount_0}} Nice Throws", + "quest_title_quest_waterfestival_win_raid_singular": "Water Festival: Win a raid", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer bonus: Catch {{amount_0}} Pokémon", + "quest_title_quest_wcs_2024_catch_psychic_electric": "Catch {{amount_0}} Electric- or Psychic-type Pokémon", + "quest_title_quest_wcs_2024_snapshot_fairy": "Take {{amount_0}} snapshots of different wild Fairy-type Pokémon", + "quest_title_quest_wcs_2024_spin_00": "Spin the PokéStop at the Pokémon GO Zone", + "quest_title_quest_wcs_2024_spin_01": "Spin the PokéStop at the Play Lab", + "quest_title_quest_wcs_2024_spin_02": "Spin the PokéStop at the Collect & Trade Corner", + "quest_title_quest_weepinbell_evolve_b_plural": "Evolve {{amount_0}} Weepinbell", + "quest_title_quest_weepinbell_evolve_b_singular": "Evolve a Weepinbell", + "quest_title_quest_wimpod_catch_b": "Catch {{amount_0}} Wimpod", + "quest_title_quest_win_gym_plural": "Win {{amount_0}} Gym battles", + "quest_title_quest_win_gym_singular": "Win a Gym battle", + "quest_title_quest_win_raid_2_singular": "Win a two-star raid or higher", + "quest_title_quest_win_raid_3_plural": "Win {{amount_0}} three-star raids or higher", + "quest_title_quest_win_raid_3_singular": "Win a three-star raid or higher", + "quest_title_quest_win_raid_buddy_plural": "Win {{amount_0}} raids with your Buddy Pokémon", + "quest_title_quest_win_raid_buddy_singular": "Win a raid with your buddy", + "quest_title_quest_win_raid_lvl1_higher_singular": "Win a one-star raid or higher", + "quest_title_quest_win_raid_lvl1_singular": "Win a one-star raid", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Win {{amount_0}} raids using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Win a raid using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Win a three-star raid using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 2,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Win a three-star raid using only Pokémon with 2,500 CP or less", + "quest_title_quest_win_raid_party_plural": "Win {{amount_0}} raids while in a party", + "quest_title_quest_win_raid_party_singular": "Win a raid while in a party", + "quest_title_quest_win_raid_plural": "Win {{amount_0}} raids", + "quest_title_quest_win_raid_singular": "Win a raid", + "quest_title_quest_win_raid_unique_plural": "Win {{amount_0}} raids using a team of all unique Pokémon species", + "quest_title_quest_win_raid_unique_singular": "Win a raid using a team of all unique Pokémon species", + "quest_title_quest_win_raid_with_friend_plural": "Win {{amount_0}} raids with a friend", + "quest_title_quest_win_raid_with_friend_singular": "Win a raid with a friend", + "quest_title_quest_win_raids_unique_1500_plural": "Win {{amount_0}} raids with a team of different Pokémon at or below 1,500 CP", + "quest_title_quest_win_raids_unique_plural": "Win {{amount_0}} raids with a team of different Pokémon", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "Defeat a Team GO Rocket Leader using only Pokémon with 1500 CP or less", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 2,500 CP or less", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,000 CP or less", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,500 CP or less", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 4,000 CP or less", + "quest_title_quest_wooper_catch_b": "Catch {{amount_0}} Wooper or Paldean Wooper", + "quest_title_quest_wooper_evolve_b": "Evolve {{amount_0}} Wooper or Paldean Wooper", + "quest_title_quest_wooper_snapshot_b": "Take a snapshot of {{amount_0}} Wooper or Paldean Wooper", + "quest_title_quest_wt_catch_weedle": "Catch {{amount_0}} Weedle", + "quest_title_quest_wt_evolve_kakuna": "Evolve {{amount_0}} Kakuna", + "quest_title_quest_wt_evolve_weedle": "Evolve {{amount_0}} Weedle", + "quest_title_quest_xp_plural": "Earn {{amount_0}} XP", + "quest_title_quest_zigzagoon_catch_b": "Catch {{amount_0}} Galarian Zigzagoon", + "quest_title_quest_zigzagoon_evolve_b": "Evolve {{amount_0}} Galarian Zigzagoon", + "quest_title_quest_zigzagoon_snapshot_b": "Take {{amount_0}} snapshots of Galarian Zigzagoon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Caught 0 Pokémon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Caught {{amount_0}} Pokémon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "Caught 1 Pokémon", + "quest_title_score_1_10_11_12_singular": "Caught {{amount_0}} Fire-, Water-, or Grass-type Pokémon", + "quest_title_score_1_10_singular": "Caught {{amount_0}} Fire-type Pokémon", + "quest_title_score_1_11_singular": "Caught {{amount_0}} Water-type Pokémon", + "quest_title_score_1_12_singular": "Caught {{amount_0}} Grass-type Pokémon", + "quest_title_score_1_none": "Caught 0 Pokémon", + "quest_title_score_1_plural": "Caught {{amount_0}} Pokémon", + "quest_title_score_1_singular": "Caught 1 Pokémon", + "quest_title_score_6_plural": "Won {{amount_0}} raids", + "quest_title_score_6_singular": "Won 1 raid", + "quest_title_score_8_10_none": "Made 0 Nice Throws", + "quest_title_score_8_10_plural": "Made {{amount_0}} Nice Throws", + "quest_title_score_8_10_singular": "Made 1 Nice Throw", + "quest_title_score_8_11_none": "Made 0 Great Throws", + "quest_title_score_8_11_plural": "Made {{amount_0}} Great Throws", + "quest_title_score_8_11_singular": "Made 1 Great Throw", + "quest_title_score_8_12_none": "Made 0 Excellent Throws", + "quest_title_score_8_12_plural": "Made {{amount_0}} Excellent Throws", + "quest_title_score_8_12_singular": "Made 1 Excellent Throw", + "quest_title_score_8_13_none": "Made 0 Curveball Throws", + "quest_title_score_8_13_plural": "Made {{amount_0}} Curveball Throws", + "quest_title_score_8_13_singular": "Made 1 Curveball Throw", + "quest_title_score_11_701_none": "Used 0 Razz Berries", + "quest_title_score_11_701_plural": "Used {{amount_0}} Razz Berries", + "quest_title_score_11_701_singular": "Used 1 Razz Berry", + "quest_title_score_11_703_none": "Used 0 Nanab Berries", + "quest_title_score_11_703_plural": "Used {{amount_0}} Nanab Berries", + "quest_title_score_11_703_singular": "Used 1 Nanab Berry", + "quest_title_score_11_705_none": "Used 0 Pinap Berries", + "quest_title_score_11_705_plural": "Used {{amount_0}} Pinap Berries", + "quest_title_score_11_705_singular": "Used 1 Pinap Berry", + "quest_title_score_15_10_none": "Made 0 Nice Curveball Throws", + "quest_title_score_15_10_plural": "Made {{amount_0}} Nice Curveball Throws", + "quest_title_score_15_10_singular": "Made 1 Nice Curveball Throw", + "quest_title_score_15_11_none": "Made 0 Great Curveball Throws", + "quest_title_score_15_11_plural": "Made {{amount_0}} Great Curveball Throws", + "quest_title_score_15_11_singular": "Made 1 Great Curveball Throw", + "quest_title_score_15_12_none": "Made 0 Excellent Curveball Throws", + "quest_title_score_15_12_plural": "Made {{amount_0}} Excellent Curveball Throws", + "quest_title_score_15_12_singular": "Made 1 Excellent Curveball Throw", + "quest_title_score_22_none": "Completed 0 battles with team leaders", + "quest_title_score_22_plural": "Completed {{amount_0}} battles with team leaders", + "quest_title_score_22_singular": "Completed 1 battle with a team leader", + "quest_title_score_23_none": "Completed 0 GO Battle League battles", + "quest_title_score_23_plural": "Completed {{amount_0}} GO Battle League battles", + "quest_title_score_23_singular": "Completed 1 GO Battle League battle", + "quest_title_score_battle_raid_none": "Battled in 0 raids", + "quest_title_score_battle_raid_plural": "Battled in {{amount_0}} raids", + "quest_title_score_battle_raid_singular": "Battled in 1 raid", + "quest_title_score_catch_feed_none": "Used 0 Berries", + "quest_title_score_catch_feed_plural": "Used {{amount_0}} Berries", + "quest_title_score_catch_feed_singular": "Used 1 Berry", + "quest_title_score_catch_pokemon": "Caught {{amount_0}} Pokémon", + "quest_title_score_defeat_rocket_none": "Defeated 0 Team GO Rocket members", + "quest_title_score_defeat_rocket_plural": "Defeated {{amount_0}} Team GO Rocket members", + "quest_title_score_defeat_rocket_singular": "Defeated 1 Team GO Rocket member", + "quest_title_score_field_research_none": "Completed 0 Field Research tasks", + "quest_title_score_field_research_plural": "Completed {{amount_0}} Field Research tasks", + "quest_title_score_field_research_singular": "Completed 1 Field Research task", + "quest_title_score_send_gift_none": "Sent 0 Gifts to friends", + "quest_title_score_send_gift_plural": "Sent {{amount_0}} Gifts to friends", + "quest_title_score_send_gift_singular": "Sent 1 Gift to a friend", + "quest_title_score_spin_pokestop_none": "Spun 0 PokéStops", + "quest_title_score_spin_pokestop_plural": "Spun {{amount_0}} PokéStops", + "quest_title_score_spin_pokestop_singular": "Spun 1 PokéStop", + "quest_win_raid_plural": "Win {{amount}} raids", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "Raid 1 poziomu", + "raid_1_plural": "Raidy 1 poziomu", + "raid_2": "Raid 2 poziomu", + "raid_2_plural": "Raidy 2 poziomu", + "raid_3": "Raid 3 poziomu", + "raid_3_plural": "Raidy 3 poziomu", + "raid_4": "Raid 4 poziomu", + "raid_4_plural": "Raidy 4 poziomu ", + "raid_5": "Legendarny raid", + "raid_5_plural": "Legendarne raidy", + "raid_6": "Mega raid", + "raid_6_plural": "Mega raidy", + "raid_7": "Mega Legendarny raid", + "raid_7_plural": "Mega legendarne raidy", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "Best in the Afternoon", + "route_tag_architecture": "Architecture", + "route_tag_art": "Art", + "route_tag_beachy": "Beachy", + "route_tag_bike_path": "Bike Path", + "route_tag_biking": "Good for Biking", + "route_tag_body_of_water": "Waterside", + "route_tag_buildings": "Lots of Buildings", + "route_tag_category_misc": "Miscellaneous", + "route_tag_category_nearby": "Nearby", + "route_tag_category_suitability": "Suitability", + "route_tag_category_terrain": "Terrain", + "route_tag_category_theme": "Theme", + "route_tag_city_life": "City Life", + "route_tag_culture": "Culture", + "route_tag_easy_going": "Relaxed", + "route_tag_flat": "Flat", + "route_tag_foliage": "Lots of Foliage", + "route_tag_food": "Food", + "route_tag_grassy": "Grassy", + "route_tag_hilly": "Hilly", + "route_tag_historic": "Historic", + "route_tag_intense": "Intense", + "route_tag_morning": "Best in the Morning", + "route_tag_muddy": "Muddy", + "route_tag_nature": "Nature", + "route_tag_night": "Best at Night", + "route_tag_no_parking": "No Parking Nearby", + "route_tag_no_people": "Not Many People", + "route_tag_open_space": "Lots of Open Space", + "route_tag_parking": "Parking Nearby", + "route_tag_parks_nearby": "Parks Nearby", + "route_tag_partially_paved": "Partially Paved Path", + "route_tag_paved": "Paved Path", + "route_tag_people": "Lots of People", + "route_tag_pets": "Pet-Friendly", + "route_tag_plenty_pokestops": "Lots of PokéStops", + "route_tag_public_transport": "Near Public Transport", + "route_tag_raid_friendly": "Lots of Gyms", + "route_tag_rainy_day": "Good for a Rainy Day", + "route_tag_rocky": "Rocky", + "route_tag_running": "Good for Running", + "route_tag_sandy": "Sandy", + "route_tag_seasonal": "Seasonal", + "route_tag_sightseeing": "Sightseeing", + "route_tag_stroller": "Stroller-Accessible", + "route_tag_sunny_day": "Good for a Sunny Day", + "route_tag_tree_cover": "Tree Cover", + "route_tag_unpaved": "Unpaved Path", + "route_tag_views": "Great Views", + "route_tag_walking": "Good for Walking", + "route_tag_wheelchair": "Wheelchair Accessible", + "route_tag_wildlife": "Lots of Wildlife", + "route_tag_woodsy": "Woodsy", + "route_tags_label": "TAGS", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "Shadow", + "team_1": "Mystic", + "team_2": "Valor", + "team_3": "Instinct", + "team_a_0": "No Team", + "team_a_1": "Team Mystic", + "team_a_2": "Team Valor", + "team_a_3": "Team Instinct", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "Żadne", + "weather_1": "Przejrzyście", + "weather_2": "Deszcz", + "weather_3": "Częściowo pochmurnie", + "weather_4": "Pochmurno", + "weather_5": "Wietrznie", + "weather_6": "Śnieg", + "weather_7": "Mgła", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁", + "%": "%", + "iconsDefault": "Domyślne", + "submissionCells_subtitle": "Pokazuje informacje przydatne przy zgłaszaniu nowych portali" +} diff --git a/client/public/locales/pt-br/translation.json b/client/public/locales/pt-br/translation.json new file mode 100644 index 000000000..674339d79 --- /dev/null +++ b/client/public/locales/pt-br/translation.json @@ -0,0 +1,6001 @@ +{ + "login": "Entrar", + "click_once": "Clique em 'Autorizar' apenas uma vez", + "save": "Salvar", + "reset": "Redefinir", + "close": "Fechar", + "reset_filters": "Redefinir Filtros", + "pokemon_filters": "Configurações de Filtro de Pokémon", + "gyms_filters": "Configurações de Filtro de Ginásios", + "pokestops_filters": "Configurações de Filtro de PokéStops", + "nests_filters": "Configurações de Filtro de Ninhos", + "help": "Ajuda", + "apply_to_all": "Aplicar a Todos", + "disable_all": "Desativar Todos", + "enable_all": "Ativar Todos", + "enabled": "Ativado", + "legacy": "Legado", + "id": "ID", + "location": "Localização", + "search_pokemon": "Buscar Pokémon", + "search_nests": "Buscar Ninhos", + "search_gyms": "Buscar Ginásios", + "search_pokestops": "Buscar PokéStops", + "search_raids": "Buscar Raids", + "search_eggs": "Buscar Ovos", + "search_quests": "Buscar Missões", + "search_lures": "Buscar Iscas", + "search_invasions": "Buscar Invasões", + "sm": "pe", + "md": "md", + "lg": "gr", + "xl": "XL", + "min": "Mín", + "max": "Máx", + "set_size": "Definir Tamanho do Ícone", + "slot_selection": "Seleção de Espaço", + "generations": "Gerações", + "types": "Tipos", + "forms": "Formas", + "rarity": "Raridade Atual", + "others": "Outros", + "categories": "Categorias", + "rank": "Rank", + "slider_iv": "Faixa de IV", + "slider_great": "Liga Grande", + "slider_ultra": "Liga Ultra", + "slider_little": "Copa Pequena", + "slider_atk_iv": "Ataque", + "slider_def_iv": "Defesa", + "slider_sta_iv": "Energia", + "slider_level": "Nível", + "slider_size": "Tamanho", + "abbreviation_level": "N", + "lvl": "Nvl", + "cap": "Cap", + "custom": "Personalizado", + "valid": "Válido", + "invalid": "Inválido!", + "overwrites": "Substitui Todos os Filtros", + "valid_filter": "Filtro de Estatísticas Válido", + "invalid_filter": "Insira um Filtro Válido", + "gyms": "Ginásios", + "nests": "Ninhos", + "pokestops": "PokéStops", + "pokemon": "Pokémon", + "wayfarer": "Wayfarer", + "scan_areas": "Áreas de Varredura", + "s2cells": "Células S2", + "weather": "Tempo", + "admin": "Admin", + "settings": "Configurações", + "advanced": "Avançado", + "tile_servers": "Servidores de Telhas", + "icons": "Ícones", + "navigation": "Navegação", + "drawer": "Menu Lateral", + "tile_servers_default": "Padrão", + "drawer_temporary": "Temporário", + "drawer_persistent": "Persistente", + "locale_selection": "Seleção de Local", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "Importar", + "export": "Exportar", + "logout": "Sair", + "local_storage_cleared": "Armazenamento Local foi limpo!", + "iv_or_filter": "Filtro IV OU", + "polygons": "Polígonos", + "raids": "Raids", + "ex_eligible": "Elegível para EX", + "in_battle": "Em Batalha", + "all_pokestops": "Todos os PokéStops", + "lures": "Iscas", + "quests": "Missões", + "invasions": "Invasões", + "portals": "Portais", + "submission_cells": "Células de Submissão", + "spawnpoint": "Ponto de Aparição", + "spawnpoints": "Pontos de Aparição", + "s2_cell_level": "Célula S2 Nível {{level}}", + "total_count": "Contagem Total", + "next_submission": "Próxima Submissão!", + "never": "Nunca", + "next_gym": "Próximo Ginásio", + "scan_cells": "Varredura de Células", + "devices": "Dispositivos", + "use_my_location": "Usar Minha Localização", + "submit_feedback_title": "Enviar Feedback/Relatar Bug", + "use_the_link_below": "Você pode usar o link abaixo para enviar feedback ou qualquer bug que você tenha encontrado.", + "feedback_to_devs": "Este feedback é enviado diretamente para os desenvolvedores.", + "feedback_form": "Formulário de Feedback", + "unknown_pokestop": "Nome de PokéStop Desconhecido", + "unknown_gym": "Ginásio Desconhecido", + "exclude": "Excluir", + "exclude_quest": "Excluir Missão", + "exclude_invasion": "Excluir Invasão", + "exclude_team": "Excluir Equipe", + "exclude_raid": "Excluir Raid", + "exclude_lure": "Excluir Isca", + "timer": "Temporizador", + "hide": "Ocultar", + "tier": "Nível", + "slots": "Vagas", + "mega": "Mega", + "form": "Forma", + "starts": "Início", + "ends": "Fim", + "defender": "Defensor", + "best_buddy": "Melhor amigo", + "cp": "PC", + "kilogram": "kg", + "meter": "m", + "total_cp": "PC Total", + "first_seen": "Visto Pela Primeira Vez", + "last_seen": "Visto Pela Última Vez", + "last_modified": "Última Modificação", + "last_updated": "Última Atualização", + "imported": "Importado", + "nest_estimated": "Dados do Ninho Estimados!", + "verify_nests": "Verifique Checando Os Atuais Aparecimentos", + "nest_out_of_date": "Ninho Potencialmente Desatualizado!", + "nest_check_current": "Cheque os Atuais Aparecimentos em Vez disso", + "spawns_per_hour": "Por Hora", + "teams": "Equipes", + "eggs": "Ovos", + "reverse": "Inverter", + "selected": "Selecionado", + "unselected": "Não Selecionado", + "only_available": "Disponível", + "common": "Comum", + "uncommon": "Incomum", + "rare": "Raro", + "ultra_rare": "Ultra Raro", + "regional": "Regional", + "event": "Evento", + "legendary": "Lendário", + "mythical": "Mítico", + "ultra_beast": "Ultracriatura", + "alt_forms": "Formas Alternativas", + "alola": "Alola", + "galarian": "Galariano", + "showing": "Mostrando", + "instance": "Instância", + "online": "Online", + "offline": "Offline", + "boosted_types": "Tipos Potencializados", + "pokemon_options": "Opções de Pokémon", + "pokestops_options": "Opções de PokéStop", + "gyms_options": "Opções de Ginásio", + "nests_options": "Opções de Ninho", + "wayfarer_options": "Opções de Wayfarer", + "admin_options": "Opções do Admin", + "weather_options": "Opções de Clima", + "s2cells_options": "Opções de Células S2", + "clustering": "Agrupamento", + "glow": "Brilho", + "legacy_filter": "Filtro Antigo", + "raid_timers": "Todos os Temporizadores de Raid", + "invasion_timers": "Todos os Temporizadores de Invasão", + "lure_timers": "Todos os Temporizadores de Isca", + "device_path_color": "Cor do Trajeto do Dispositivo", + "old_portals": "Portais Antigos", + "new_portals": "Novos Portais", + "items": "Itens", + "energy": "Energia", + "ar_eligible": "Eligível para RA", + "iv_circles": "Indicadores de IV", + "min_iv_circle": "Círculo Mínimo de IV", + "interaction_ranges": "Alcances de Interação", + "cannot_connect": "\nNão é possível conectar ao servidor neste momento.\nTentar novamente imediatamente só causará mais problemas.\nPor favor, tente novamente em alguns minutos.\n\n- Equipe Administrativa do Mapa", + "mad_quest_text": "Missões Nativas", + "xs": "XP", + "primary": "Primário", + "secondary": "Secundário", + "zero_iv": "IV 0%", + "hundo_iv": "IV 100%", + "open_menu": "Abrir Menu", + "zoom_in": "Ampliar", + "zoom_out": "Reduzir", + "welcome": "Bem-vindo ao", + "back": "Voltar", + "next": "Próximo", + "finish": "Finalizar", + "start_tutorial": "Iniciar Tutorial", + "view_profile": "Ver Perfil", + "login_optional": "Login (Opcional)", + "tutorial": "Tutorial", + "tutorial_language": "Escolha Seu Idioma", + "tutorial_welcome": "Este tutorial é interativo e você é altamente incentivado a brincar com todas as opções fornecidas", + "tutorial_categories": "Categorias às Quais Você Tem Acesso", + "tutorial_logged_in": "Você pode ver detalhes sobre suas permissões visitando seu perfil.", + "tutorial_logged_out": "Você pode ver detalhes sobre suas permissões ao fazer login.", + "tutorial_sidebar_0": "Todos os Seus Filtros & Configurações Estão Aqui", + "tutorial_sidebar_1": "Para cada categoria, você poderá alternar exatamente quais dados deseja usar os interruptores", + "tutorial_sidebar_2": "Opções: Personalização adicional\nAvançado: Iremos cobrir mais adiante neste tutorial", + "tutorial_sliders_0": "Usando controles deslizantes para ajustar filtros", + "tutorial_sliders_1": "Pokémon Entre:", + "tutorial_sliders_2": "- IVs de {{iv0}}% a {{iv1}}%", + "tutorial_sliders_3": "Nível {{level0}} a {{level1}}", + "tutorial_sliders_3alt": "- E está no Nível {{level0}} a {{level1}}", + "tutorial_sliders_4": "- Ranking na Great League de {{gl0}} a {{gl1}}", + "tutorial_sliders_4alt": "- OU Ranking na Great League de {{gl0}} a {{gl1}}", + "tutorial_sliders_5": "- Ranking na Ultra League de {{ul0}} a {{ul1}}", + "tutorial_sliders_5alt": "- OU Ranking na Ultra League de {{ul0}} a {{ul1}}", + "tutorial_sliders_6": "Cadeias com outras da mesma cor", + "tutorial_sliders_7": "Filtros separados dos outros controles deslizantes", + "tutorial_sliders_8": "Um controle deslizante 'cheio' significa que está desativado:", + "tutorial_sliders_9": "Todas as aparições, independentemente de terem sido verificadas por IV ou não", + "tutorial_help": "Atalho para este menu", + "tutorial_adv_filter": "Somente móvel, abre as opções de filtragem para o menu avançado", + "tutorial_tune": "Define o filtro avançado para todos os Pokémon atualmente sendo filtrados no menu", + "tutorial_format_size": "Define o tamanho do ícone para todos os itens atualmente sendo filtrados no menu", + "tutorial_check": "Ativa todos os itens atualmente sendo filtrados no menu", + "tutorial_clear": "Desativa todos os itens atualmente sendo filtrados no menu", + "tutorial_save": "Salva a seleção atual e sai", + "tutorial_show_all_view": "Alternar PokéStops & Ginásios", + "tutorial_show_pokemon_view": "Alternar Pokémon", + "tutorial_toggle": "Clicar no Verificar/X alterna o item", + "tutorial_pokemon_caption": "Este ícone permite que você configure filtros para aquele Pokémon específico", + "tutorial_all_caption": "Equipes têm um menu especial de slots\nTodos os outros itens permitem que você ajuste o tamanho do ícone", + "tutorial_popup_0": "Pop-ups agora são interativos!", + "tutorial_popup_1": "Os três pontos abrem as opções de ocultar, excluir e alternar o timer", + "tutorial_popup_2": "Ícones em ambos os lados do link de navegação vão se expandir para mostrar informações extras, experimente!", + "tutorial_popup_3": "Os ícones variam para cada categoria, não deixe de conferir todos", + "tutorial_closing_0": "Informações adicionais", + "tutorial_closing_1": "Os controles deslizantes globais de Pokémon na barra lateral operam separadamente do menu avançado e não têm efeito um sobre o outro", + "tutorial_closing_2": "Certifique-se de verificar a seção Configurações na barra lateral", + "tutorial_closing_3": "Há muitas opções estéticas disponíveis para cada categoria, mas tenha em mente que quanto mais você adicionar ao seu mapa, maior a chance de seu mapa congelar", + "tutorial_closing_4": "Você pode visualizar este tutorial novamente selecionando-o no painel de Configurações na barra lateral", + "tutorial_closing_5": "Mantenha-se seguro e boa sorte!", + "intro": "Introdução", + "sidebar": "Barra Lateral", + "sliders": "Controles Deslizantes", + "popups": "Pop-ups", + "closing": "Fechamento", + "shortcuts": "Atalhos", + "iv": "IV", + "area_restrictions": "Restrições de Área", + "map": "Mapa", + "stats": "Estatísticas", + "pvp": "PVP", + "area_restrictions_subtitle": "Você tem acesso a estas áreas", + "devices_subtitle": "Mostra locais e rotas de dispositivos ativos", + "gyms_subtitle": "Mostra todos os locais de ginásios ativos, equipe ativa e quantas vagas cada ginásio tem disponível", + "invasions_subtitle": "Mostra informações de invasão do Team Rocket, incluindo formação de batalha, tempo de expiração e possíveis recompensas", + "iv_subtitle": "Mostra opções de % de IV e brilho", + "lures_subtitle": "Mostra informações sobre iscas, incluindo tipo de isca e tempo de expiração", + "map_subtitle": "Mostra o mapa", + "nests_subtitle": "Mostra Pokémon que estão fazendo ninho ativamente e polígonos de ninho", + "pokemon_subtitle": "Mostra todas as localizações de Pokémon e tempos de expiração", + "pokestops_subtitle": "Mostra todas as localizações de PokéStops", + "portals_subtitle": "Mostra todos os portais do Ingress", + "pvp_subtitle": "Mostra informações de classificação/CP/Nível PVP para cada Pokémon", + "quests_subtitle": "Mostra informações de recompensa e tarefa de quests", + "raids_subtitle": "Mostra todas as informações de raid incluindo o chefe da raid, ovos, tempo de expiração e moveset", + "scan_cells_subtitle": "Mostra a última vez que uma célula S2 foi escaneada por um dispositivo", + "scan_areas_subtitle": "Mostra polígonos de áreas de escaneamento disponíveis", + "spawnpoints_subtitle": "Mostra pontos de spawn e seus tempos estimados de desaparecimento", + "stats_subtitle": "Mostra estatísticas e níveis dos Pokémon", + "submission_cells_subtitle": "Mostra informações úteis para o envio de novos Pontos de Interesse (POIs)", + "weather_subtitle": "Mostra informações do tempo no jogo para cada célula", + "scanner_subtitle": "Interaja diretamente com o scanner de diversas formas", + "s2cells_subtitle": "Exibe Células S2 em vários níveis no mapa", + "backups_subtitle": "Permite o backup e o carregamento de configurações entre dispositivos", + "backups": "Backups", + "user_profile": "Perfil do Usuário", + "user_username": "Nome de Usuário", + "candy": "Doces", + "show_ex_badge": "Mostrar Insígnia EX", + "search": "Pesquisar", + "global_search_quests": "Digite o Nome da Recompensa...", + "global_search_lures": "Digite o Nome do Lure...", + "global_search_pokestops": "Digite o Nome do PokéStop...", + "global_search_gyms": "Digite o Nome do Ginásio...", + "global_search_portals": "Digite o Nome do Portal...", + "global_search_nests": "Digite o Nome do Pokémon do Ninho...", + "global_search_raids": "Digite o Nome do Chefe de Raid...", + "global_search_pokemon": "Digite o Nome do Pokémon...", + "global_search_invasions": "Digite o Tipo de Grunt, Nome, ou nome da recompensa do Pokémon...", + "raid_level_badges": "Insígnias de Nível de Raid", + "options": "Opções", + "profile": "Perfil", + "pokemon_icons": "Ícones dos Pokémon", + "pokestop_icons": "Ícones de PokéStop", + "gym_icons": "Ícones de Ginásios", + "team_icons": "Ícones de Equipes", + "egg_icons": "Ícones de Ovos", + "raid_icons": "Ícones de Raids", + "nest_icons": "Ícones de Ninhos", + "reward_icons": "Ícones de Recompensas", + "type_icons": "Ícones de Tipos", + "weather_icons": "Ícones do Tempo", + "misc_icons": "Ícones Diversos", + "invasion_icons": "Ícones de Invasões", + "spawnpoint_icons": "Ícones de Pontos de Spawn", + "device_icons": "Ícones de Dispositivos", + "pokemon_audio": "Áudio Pokémon", + "pokestop_audio": "Áudio de PokéStop", + "gym_audio": "Áudio de Ginásios", + "team_audio": "Áudio das Equipes", + "egg_audio": "Áudio de Ovos", + "raid_audio": "Áudio de Raids", + "nest_audio": "Áudio de Ninhos", + "reward_audio": "Áudio de Recompensas", + "type_audio": "Áudio dos Tipos", + "weather_audio": "Áudio do Tempo", + "misc_audio": "Áudio Diverso", + "invasion_audio": "Áudio de Invasões", + "spawnpoint_audio": "Áudio de Pontos de Spawn", + "device_audio": "Áudio de Dispositivos", + "pokemon_timers": "Todos os Temporizadores de Pokémon", + "show_dex_num_in_popup": "Mostrar nº do Pokedex no Popup", + "popup": "Popup", + "pvp_level": "Estátisticas de PVP Nível {{level}}", + "pvp_mega": "Estátisticas de PVP Mega", + "webhook_entry": "Adicionar ao {{name}}", + "remove_webhook_entry": "Remover do {{name}}", + "distance": "Distância", + "gym": "Ginásio", + "egg": "Ovo", + "raid": "Raid", + "lure": "Lure", + "quest": "Missão", + "invasion": "Invasão", + "nest": "Ninho", + "pokestop": "PokéStop", + "team": "Equipe", + "global": "Global", + "manage_webhook": "Gerenciar {{name}}", + "drag_and_drop": "Arraste e solte o Marcador para Definir Sua Localização", + "click_to_select": "Clique para Selecionar", + "add_new": "Adicionar Novo Alerta de {{category}}", + "my_location": "Minha Localização", + "choose_on_map": "Escolher no Mapa", + "select_profile": "Selecionar Perfil", + "distance_radius": "Visualizar Distâncias do Raio", + "areas": "Áreas", + "select_webhook": "Selecionar Bot", + "ar_quest_true": "Tarefa AR", + "ar_quest_false": "Sem AR", + "with_ar": "Com AR", + "both": "Ambos", + "without_ar": "Sem AR", + "exclude_quest_multi": "Excluir {{reward}}", + "cluster_limit_0": "Limite de {{variable_0}} alcançado ({{variable_1}})", + "cluster_limit_1": "Aproxime o zoom ou refine seus filtros", + "show_polygons": "Mostrar Polígonos", + "exclude_invasion_multi": "Excluir {{invasion}}", + "stardust": "Poeira Estelar", + "slider_cp": "CP", + "pvp_ranking_league": "Liga", + "pvp_ranking_min_cp": "CP Mínimo", + "slider_pvp": "Posições", + "profile_no": "Perfil", + "template": "Modelo", + "gender": "Gênero", + "clean": "Limpar", + "all_forms": "Todas as Formas", + "pvp_entry": "Entrada PVP", + "no_iv": "Incl. Sem IV", + "by_distance": "Por Distância", + "min_time": "Tempo Mínimo", + "add_new_profile": "Adicionar Novo Perfil", + "slider_none": "Nenhum", + "non_registered_human_title": "Ops, algo não está certo!", + "non_registered_human_desc": "Você pode não estar registrado com {{webhook}}\nOu o servidor está atualmente inacessível", + "try_again_later": "Por favor, tente novamente mais tarde", + "selected_areas_one": "{{count}} Área Selecionada", + "selected_areas_other": "{{count}} Áreas Selecionadas", + "webhook_selection": "Seleção de {{name}}", + "message_of_the_day": "Mensagem do Dia", + "has_quest_indicator": "Cor Alternativa para Pokéstops com Quests", + "show_ar_badge": "Mostrar Distintivo AR", + "all_gyms": "Todas as Academias", + "general": "Geral", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "Selecionados Respeitam Global", + "normal_forms": "Formas Normais", + "weather_indicator": "Indicador de Impulso Climático", + "page": "Página {{page}}", + "navigation_controls": "Controles de Navegação", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "Exclusivo", + "all_moves": "Todos os Movimentos", + "move": "Movimento", + "any": "Qualquer", + "min_spawn_average": "Taxa Mínima de Aparição", + "select_all": "Selecionar Todos", + "delete_all": "Excluir Selecionados", + "cancel": "Cancelar", + "day_1": "Segunda-feira", + "day_2": "Terça-feira", + "day_3": "Quarta-feira", + "day_4": "Quinta-feira", + "day_5": "Sexta-feira", + "day_6": "Sábado", + "day_7": "Domingo", + "profile_name": "Nome do Perfil", + "manage_profiles": "Gerenciar Perfis", + "min_spawn_avg": "Taxa Mín. de Aparição Média", + "poke_global": "Tudo", + "amount": "Quantidade", + "specific_gym": "Academia Específica", + "search_location": "Buscar Locais", + "search_specific": "Buscar um(a) {{category}} Específico(a)", + "webhook_success_gym": "Alertas de Raids, Ovos e Mudança de Equipe Adicionados!", + "slot_changes": "Mudanças de Slot", + "slot_changes_poracle": "mudanças_de_slot", + "confirm_delete": "Isso removerá todo o rastreamento para este perfil, você tem certeza?", + "confirm_copy": "Escolha para qual perfil você gostaria de copiar \"{{profile}}\", isso sobrescreverá totalmente esse perfil.", + "webhook_error": "{{name}} não conseguiu processar isso.\nPor favor, tente novamente mais tarde.", + "profile_error": "Deve ser único e válido", + "team_0": "Sem equipe", + "battle_changes": "Em Batalha", + "battle_changes_poracle": "mudanças_de_batalha", + "auto": "Auto", + "webhooks_subtitle": "Gerencie seus alertas diretamente do mapa para esses bots", + "event_stops_subtitle": "Exibe Pokéstops de eventos especiais como Kecleon", + "webhooks": "Alertas", + "scanner": "Ações do Scanner", + "everything_individually": "Adicionar Alertas Individuais", + "individually": "individualmente", + "join": "Entrar", + "errors_404": "Ops, esta página não pode ser encontrada!", + "errors_500": "Houve um erro no servidor, tente novamente mais tarde!", + "local_username": "Nome de Usuário", + "local_password": "Senha", + "local_error": "Houve um erro, por favor tente novamente mais tarde!", + "no_filter_results": "Nenhum Resultado Encontrado\nTente Ampliar Seus Filtros", + "donor_page": "Página do Doador", + "go_back": "Voltar", + "access": "Acesso", + "link_discord": "Linkar Discord", + "select_webhook_strategy": "Gerenciador de Alertas", + "webhook_strategy_success_0": "Sucesso! Atualizando para buscar configurações de alerta...", + "register": "Registrar", + "invalid_credentials": "Credenciais Inválidas", + "localauth_failed": "Autenticação falhou", + "error_creating_user": "Não foi possível registrar novo usuário neste momento", + "discord_linked": "Discord Vinculado", + "telegram_linked": "Telegram Vinculado", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "nível", + "km": "km", + "feedback": "Feedback", + "donor_menu": "Menu Doador", + "pokemon_cell": "Localização do Pokémon Pode Variar", + "timer_verified": "Este Temporizador está Verificado", + "timer_unverified": "Este Temporizador não está Verificado", + "all": "Todos", + "badge_0": "Nenhum", + "badge_1": "Básico", + "badge_2": "Bronze", + "badge_3": "Prata", + "badge_4": "Ouro", + "gym_badge_menu": "Editar Insígnia de Ginásio", + "gym_badges": "Insígnias de Ginásio", + "gym_badge_diamonds": "Mostrar Insígnias de Ginásio", + "gym_badges_subtitle": "Exibe Insígnias de Ginásio no mapa e uma lista na página de perfil.", + "confirm_filters_reset": "Resetar filtros", + "filters_reset_text": "Você tem certeza de que deseja redefinir as configurações para os valores padrão? Isto não pode ser desfeito!", + "filters_reset_title": "Redefinir filtros", + "raid_quick_select": "Seleção Rápida", + "disabled": "Desativado", + "loading": "Carregando {{category}}", + "loading_icons": "Buscando Ícones", + "loading_invasions": "Buscando Invasões", + "scan_next": "Escanear Localização", + "scan_next_choose": "Arraste e Solte o Marcador para Definir a Localização do Escaneamento", + "scan_zone": "Escanear uma Área", + "scan_zone_choose": "Arraste e Solte o Marcador para Definir a Localização do Escaneamento e Escolher o Tamanho", + "scan_zone_size": "Tamanho", + "scan_zone_range": "Alcance", + "scan_zone_spacing": "Espaçamento", + "scan_zone_radius": "Raio", + "scan_requests": "Pedidos de Escaneamento", + "scan_queue": "Fila Atual", + "click_to_scan": "Escanear Aqui", + "scan_confirmed_title": "Demanda de escaneamento confirmada", + "scan_confirmed": "Trabalhador foi enviado para o local, o resultado logo aparecerá no mapa!", + "scan_loading_title": "Enviando pedido de escaneamento", + "scan_loading": "Seu pedido de escaneamento está sendo processado e enviado para o sistema!", + "scan_error_title": "Erro", + "scan_error": "Ocorreu um erro durante o processamento do pedido de escaneamento...", + "scan_outside_area": "Esta localização está fora dos limites das áreas autorizadas", + "pvp_ranking_cap": "Nível", + "lc_title": "Acompanhar Sua Localização", + "lc_metersUnit": "metros", + "lc_feetUnit": "pés", + "lc_popup": "Você está a {distance} {unit} deste ponto", + "lc_outsideMapBoundsMsg": "Você parece estar fora dos limites do mapa", + "no_alerts": "Nenhum Alerta Encontrado", + "loading_settings": "Carregando Configurações", + "refresh_to_continue": "Por favor, atualize antes de continuar", + "session_expired_title": "Sessão Expirada", + "session_expired_body": "Sua sessão expirou", + "old_client_title": "Desatualizado", + "old_client_body": "Uma nova versão deste mapa está disponível", + "early_old_client_title": "Desatualizado", + "early_old_client_body": "Uma versão antiga deste aplicativo pode estar armazenada em cache no seu navegador, você precisará limpar o cache antes de poder usar este aplicativo.", + "refresh": "Atualizar", + "points": "Pontos", + "day": "Dia", + "days": "Dias", + "react_error": "Algo Deu Errado", + "clickable_icon": "Ícone Clicável", + "two_stops_till_next": "2 paradas até a próxima", + "one_stop_till_next": "1 parada até a próxima", + "no_more_gyms": "Nenhum ginásio restante", + "light_map_border": "Borda Clara do Mapa", + "dark_map_border": "Borda Escura do Mapa", + "cell_blocked": "Célula Bloqueada", + "poi_color": "Cor do Ponto de Interesse", + "quest_condition": "Condição de Missão", + "always_show_labels": "Sempre Mostrar Etiquetas", + "scan_areas_options": "Opções de Áreas de Escaneamento", + "historic_rarity": "Raridade Histórica", + "poi": "Pontos de Interesse", + "300m_range": "Alcance de 300m", + "lure_range": "Alcance do Lure", + "custom_range": "Alcance Personalizado", + "tap_to_toggle": "Toque para Alternar", + "power_up": "Aumentar Poder", + "never_alt": "Nunca", + "seen_nearby_stop": "Visto nas Proximidades", + "seen_nearby_cell": "Visto nesta Célula", + "seen_lure_encounter": "Encontro com Lure", + "seen_lure_wild": "Spawn de Lure", + "seen_wild": "Spawn Selvagem", + "event_stops": "Paradas de Evento", + "event_stop_timers": "Temporizadores de Parada de Evento", + "size_0": "Qualquer", + "size_1": "XXP", + "size_2": "XP", + "size_3": "M", + "size_4": "GG", + "size_5": "GGG", + "show_size_indicator": "Mostrar Indicador de Tamanho", + "size": "Tamanho", + "gold_stop": "Parada Ouro", + "profile_backups": "Troca de Perfis", + "new_backup": "Novo Backup", + "create": "Criar", + "load": "Carregar", + "update": "Atualizar", + "delete": "Deletar", + "name": "Nome", + "only_confirmed": "Apenas Confirmados", + "only_exclude_grunts": "Excluir Recrutas", + "only_exclude_leaders": "Excluir Líderes", + "rocket_pokemon": "Pokémon da Equipe Rocket", + "decoy": "Isca", + "s2_cell_limit_0": "Você tentou gerar mais de 20.000 células ({{variable_0}})", + "s2_cell_zoom_limit": "Algumas células são pequenas demais para serem exibidas neste nível de zoom", + "show_all_pvp_ranks": "Mostrar Todos os Rankings PVP", + "enable_pokemon_popup_coords": "Mostrar Coordenadas Pokémon", + "enable_gym_popup_coords": "Mostrar Coordenadas do Ginásio", + "enable_pokestop_popup_coords": "Mostrar Coordenadas do Pokéstop", + "enable_portal_popup_coords": "Mostrar Coordenadas do Portal", + "on_block_join_discord": "Por favor, junte-se ao nosso discord para mais informações.", + "on_block_msg": "Você foi bloqueado por ser um membro de", + "denied": "Negado", + "showcase": "Vitrine", + "unknown_event": "Evento Desconhecido", + "scanner_countdown": "Disponível em {{time}}s", + "success": "Sucesso", + "contribute": "Contribuir", + "mi": "mi", + "filter_by_areas": "Filtrar por Áreas", + "submit_nest_name": "Enviar Nome do Ninho", + "nest_submission_menu": "Atualização de Nome", + "nest_submissions": "Submissões de Ninho", + "nest_submissions_subtitle": "Permite que você envie novos nomes para ninhos", + "pokemon_opacity": "Opacidade Dinâmica de Pokémon", + "invasion_opacity": "Opacidade Dinâmica de Invasões", + "raid_opacity": "Opacidade Dinâmica de Raids", + "opacity_ten_minutes": "Opacidade aos 10 minutos", + "opacity_five_minutes": "Opacidade aos 5 minutos", + "opacity_one_minute": "Opacidade ao 1 minuto", + "level_circles": "Indicadores de Nível", + "min_level_circle": "Nível Mínimo do Círculo", + "mutation_auth_error": "Sua solicitação foi malsucedida por não estar logado", + "submitted_by": "Enviado Por", + "reversible": "Reversível", + "version": "Versão", + "route_tags": "Tags de Rotas", + "routes": "Rotas", + "route_type": "Tipo de Rota", + "routes_subtitle": "Visualize no mapa rotas do jogo e informações relevantes sobre elas", + "description": "Descrição", + "additional_info": "Informações Adicionais", + "duration": "Duração", + "elevation": "Elevação", + "contest_category_1": "Tamanho Menor", + "context_category_2": "Tamanho Maior", + "total_entries": "Total de Entradas", + "showcase_rankings": "Rankings da Vitrine", + "showcase_rankings_subtitle": "Exibe uma lista dos principais rankings para uma vitrine em um Pokéstop", + "tth": "TTH", + "tth_0": "Todos", + "tth_1": "Conhecido", + "tth_2": "Desconhecido", + "no_access": "Sem Acesso", + "cooldown": "Tempo de Recarga", + "scan_some_outside_area": "Algumas localizações estão fora dos limites autorizados", + "alerts": "alertas", + "alert_manager": "Gerenciador de Alertas", + "menu": "Menu", + "theme": "Tema", + "exit": "Sair", + "component": "Componente", + "component_login_page": "Página de Login", + "component_donation_page": "Página de Doação", + "component_message_of_the_day": "Mensagem do Dia", + "download": "Baixar", + "playground": "Parquinho", + "locale": "Local", + "saved": "Salvo", + "show_editor": "Mostrar Editor", + "hide_editor": "Esconder Editor", + "reported_error": "Este erro foi reportado ao servidor com identificador", + "dark_mode": "Modo Escuro", + "load_from_autosave": "Carregar do Salvamento Automático", + "done": "Concluído", + "fast": "Rápido", + "charged": "Carregado", + "offline_mode": "Modo Offline", + "include_sponsored": "Incluir Patrocinados", + "showcase_color": "Cor de Destaque", + "partner_color": "Cor do Parceiro", + "disable": "Desativar {{- name}}", + "profiling": "Perfilamento", + "showcase_block": "Bloqueado devido a um destaque", + "signed_in_as": "Logado Como", + "missing_map_perm": "Você não tem permissão para ver o mapa.", + "access_denied": "Acesso Negado", + "audio": "Áudio", + "desktop_notifications": "Notificações na Área de Trabalho", + "notifications_options": "Opções de Notificações", + "audio_always_on": "Áudio Sempre Ativo", + "volume_level": "Nível do Volume", + "notifications_status": "Status das Notificações", + "granted": "concedido", + "set_all": "Configurar Todos", + "set_filtered": "Configurar Filtrados", + "only_show_available": "Mostrar Apenas Disponíveis", + "easy_mode": "Modo Fácil", + "quick_select": "Seleções Rápidas Globais", + "pokemon_filter_mode": "Modo de Filtro Pokémon", + "basic": "Básico", + "intermediate": "Intermediário", + "expert": "Especialista", + "basic_description": "Selecione Pokémon facilmente e aplique um filtro global", + "intermediate_description": "Defina filtros individuais globalmente e por Pokémon (tradicional)", + "expert_description": "Consultas de entrada manual para a personalização mais detalhada", + "icon_size": "Tamanho do Ícone", + "developer": "Desenvolvedor", + "raid_override": "Substituição de Raid", + "search_rocket_pokemon": "Buscar Pokémon do Team Rocket", + "main": "Principal", + "extra": "Extra", + "select": "Selecionar", + "searching": "buscando...", + "no_options": "Sem Opções...", + "and": "E", + "or": "OU", + "only_global": "Apenas Global", + "global_caption": "Ignora Todos os Outros Filtros", + "global_and_individual": "Filtros Globais & Individuais", + "gender_filters_all": "Gênero Aplica-se a Todos", + "and_caption": "Ligados Juntos", + "or_caption": "Filtros Independentes", + "filter_help": "Ajuda de Filtro", + "kilometers": "Quilômetros", + "miles": "Milhas", + "distance_unit": "Unidade de Distância", + "data_management": "Gerenciamento de Dados", + "reset_or_manage_text": "Você pode tanto resetar seus filtros completamente quanto visitar a página de gerenciamento de dados que permitirá que você resete categorias individuais.", + "reset_audio": "Resetar Áudio", + "reset_all": "Resetar Tudo", + "reset_icons": "Resetar Ícones", + "reset_position": "Resetar Posição", + "reset_ui": "Resetar UI", + "reset_options": "Resetar Opções", + "reset_menus": "Resetar Menus", + "reset_settings": "Resetar Configurações", + "reset_general_title": "Geral", + "reset_filters_title": "Filtros", + "reset_assets": "Resetar Ativos", + "reset_pokemon": "Resetar Pokémon", + "reset_pokestops": "Resetar PokéStops", + "reset_gyms": "Resetar Ginásios", + "reset_nests": "Resetar Ninhos", + "reset_portals": "Resetar Portais", + "reset_routes": "Resetar Rotas", + "reset_scan_areas": "Resetar Áreas de Varredura", + "reset_scan_cells": "Resetar Células de Varredura", + "reset_devices": "Resetar Dispositivos", + "reset_weather": "Resetar Tempo", + "reset_s2cells": "Resetar Células S2", + "reset_spawnpoints": "Resetar Pontos de Aparecimento", + "reset_submission_cells": "Resetar Células de Submissão", + "hisuian": "Hisuiano", + "spacial_rend_range": "Alcance de Corte Espacial", + "key": "Chave", + "ai": "IA", + "human": "Humano", + "locales": "Idiomas", + "instructions": "Instruções", + "locale_instructions_1": "Selecione um idioma no menu suspenso", + "locale_instructions_2": "Insira as traduções desejadas na coluna \"Humano\"", + "locale_instructions_3": "Clique no botão \"$t(download)\" para baixar um arquivo JSON", + "locale_instructions_4": "Faça um fork do link do repositório no GitHub abaixo", + "locale_instructions_5": "Crie uma nova branch e nomeie-a com o idioma para o qual está traduzindo", + "locale_instructions_6": "Substitua o conteúdo de \"packages/locales/lib/human/{{lng}}.json\" com o arquivo que você baixou", + "locale_instructions_7": "Crie um pull request", + "locale_instructions_8": "Aguarde a revisão e a fusão do pull request", + "enter_translation": "Insira a Tradução", + "individual_filters": "Filtrados Parcialmente", + "data_limit_reached": "Você solicitou muitos dados recentemente e está em espera até {{until}}", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "Ganhe {{amount}} corações com o seu companheiro", + "challenge_buddy_treat_plural": "Dar {{amount}} guloseimas ao seu companheiro", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Star Egg", + "egg_1_plural": "1 Star Eggs", + "egg_2": "2 Star Egg", + "egg_2_plural": "2 Star Eggs", + "egg_3": "3 Star Egg", + "egg_3_plural": "3 Star Eggs", + "egg_4": "4 Star Egg", + "egg_4_plural": "4 Star Eggs", + "egg_5": "Legendary Egg", + "egg_5_plural": "Legendary Eggs", + "egg_6": "Mega Egg", + "egg_6_plural": "Mega Eggs", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "Normal", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "Normal", + "form_34": "Ataque", + "form_35": "Defesa", + "form_36": "Velocidade", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "Normal", + "form_46": "Alola", + "form_47": "Normal", + "form_48": "Alola", + "form_49": "Normal", + "form_50": "Alola", + "form_51": "Normal", + "form_52": "Alola", + "form_53": "Normal", + "form_54": "Alola", + "form_55": "Normal", + "form_56": "Alola", + "form_57": "Normal", + "form_58": "Alola", + "form_59": "Normal", + "form_60": "Alola", + "form_61": "Normal", + "form_62": "Alola", + "form_63": "Normal", + "form_64": "Alola", + "form_65": "Normal", + "form_66": "Alola", + "form_67": "Normal", + "form_68": "Alola", + "form_69": "Normal", + "form_70": "Alola", + "form_71": "Normal", + "form_72": "Alola", + "form_73": "Normal", + "form_74": "Alola", + "form_75": "Normal", + "form_76": "Alola", + "form_77": "Normal", + "form_78": "Alola", + "form_79": "Normal", + "form_80": "Alola", + "form_81": "Normal", + "form_82": "Rotom Congelante", + "form_83": "Rotom Ventilador", + "form_84": "Rotom Corte", + "form_85": "Rotom Lavagem", + "form_86": "Rotom Calor", + "form_87": "Manto Vegetal", + "form_88": "Manto Arenoso", + "form_89": "Manto de Lixo", + "form_90": "Forma Alterada", + "form_91": "Forma Origem", + "form_92": "Forma Céu", + "form_93": "Forma Terrestre", + "form_94": "Forma Nublada", + "form_95": "Sunny", + "form_96": "Mar Ocidental", + "form_97": "Mar Leste", + "form_98": "Mar Ocidental", + "form_99": "Mar Leste", + "form_100": "Normal", + "form_101": "Lutador", + "form_102": "Voador", + "form_103": "Venenoso", + "form_104": "Terrestre", + "form_105": "Pedra", + "form_106": "Inseto", + "form_107": "Fantasma", + "form_108": "Aço", + "form_109": "Fogo", + "form_110": "Água", + "form_111": "Planta", + "form_112": "Elétrico", + "form_113": "Psíquico", + "form_114": "Gelo", + "form_115": "Dragão", + "form_116": "Sombrio", + "form_117": "Fada", + "form_118": "Manto Vegetal", + "form_119": "Manto Arenoso", + "form_120": "Manto de Lixo", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "Normal", + "form_136": "Listras Vermelhas", + "form_137": "Listras Azuis", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "Forma Materializada", + "form_141": "Forma Therian", + "form_142": "Forma Materializada", + "form_143": "Forma Therian", + "form_144": "Forma Materializada", + "form_145": "Forma Therian", + "form_146": "Normal", + "form_147": "Kyurem Preto", + "form_148": "Kyurem Branco", + "form_149": "Forma Comum", + "form_150": "Forma Resoluta", + "form_151": "Forma Ária", + "form_152": "Forma Pirueta", + "form_157": "Normal", + "form_160": "Normal", + "form_163": "Normal", + "form_166": "Normal", + "form_169": "Normal", + "form_172": "Normal", + "form_175": "Normal", + "form_178": "Normal", + "form_181": "Normal", + "form_184": "Normal", + "form_187": "Normal", + "form_190": "Normal", + "form_193": "Normal", + "form_196": "Normal", + "form_199": "Normal", + "form_202": "Normal", + "form_205": "Normal", + "form_208": "Normal", + "form_211": "Normal", + "form_214": "Normal", + "form_217": "Normal", + "form_224": "Normal", + "form_229": "Normal", + "form_232": "Normal", + "form_235": "Normal", + "form_238": "Normal", + "form_241": "Normal", + "form_244": "Normal", + "form_247": "Normal", + "form_250": "Normal", + "form_253": "Normal", + "form_256": "Normal", + "form_259": "Normal", + "form_262": "Normal", + "form_265": "Normal", + "form_268": "Normal", + "form_271": "Normal", + "form_274": "Normal", + "form_277": "Normal", + "form_280": "Normal", + "form_283": "Normal", + "form_286": "Normal", + "form_289": "Normal", + "form_292": "Normal", + "form_295": "Normal", + "form_298": "Normal", + "form_301": "Normal", + "form_304": "Normal", + "form_307": "Normal", + "form_310": "Normal", + "form_313": "Normal", + "form_316": "Normal", + "form_319": "Normal", + "form_322": "Normal", + "form_585": "Forma Primavera", + "form_586": "Forma Verão", + "form_587": "Forma Outono", + "form_588": "Forma Inverno", + "form_589": "Forma Primavera", + "form_590": "Forma Verão", + "form_591": "Forma Outono", + "form_592": "Forma Inverno", + "form_593": "Normal", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "Normal", + "form_599": "Noevolve", + "form_600": "Normal", + "form_601": "Noevolve", + "form_602": "Normal", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "Normal", + "form_613": "Normal", + "form_616": "Normal", + "form_619": "Normal", + "form_622": "Normal", + "form_625": "Normal", + "form_628": "Normal", + "form_631": "Normal", + "form_634": "Normal", + "form_637": "Normal", + "form_640": "Normal", + "form_643": "Normal", + "form_646": "Normal", + "form_649": "Normal", + "form_652": "Normal", + "form_655": "Normal", + "form_658": "Normal", + "form_661": "Normal", + "form_664": "Normal", + "form_667": "Normal", + "form_670": "Normal", + "form_677": "Normal", + "form_680": "Normal", + "form_683": "Normal", + "form_688": "Normal", + "form_691": "Normal", + "form_694": "Normal", + "form_697": "Normal", + "form_700": "Normal", + "form_703": "Normal", + "form_706": "Normal", + "form_713": "Normal", + "form_716": "Normal", + "form_719": "Normal", + "form_722": "Normal", + "form_729": "Normal", + "form_734": "Normal", + "form_737": "Normal", + "form_740": "Normal", + "form_743": "Normal", + "form_746": "Normal", + "form_749": "Normal", + "form_752": "Normal", + "form_755": "Normal", + "form_758": "Normal", + "form_761": "Normal", + "form_764": "Normal", + "form_767": "Normal", + "form_770": "Normal", + "form_773": "Normal", + "form_776": "Normal", + "form_779": "Normal", + "form_782": "Normal", + "form_785": "Normal", + "form_788": "Normal", + "form_791": "Normal", + "form_794": "Normal", + "form_797": "Normal", + "form_800": "Normal", + "form_803": "Normal", + "form_806": "Normal", + "form_809": "Normal", + "form_812": "Normal", + "form_815": "Normal", + "form_818": "Normal", + "form_821": "Normal", + "form_824": "Normal", + "form_827": "Normal", + "form_830": "Normal", + "form_833": "Normal", + "form_836": "Normal", + "form_839": "Normal", + "form_846": "Normal", + "form_849": "Normal", + "form_852": "Normal", + "form_855": "Normal", + "form_858": "Normal", + "form_861": "Normal", + "form_864": "Normal", + "form_867": "Normal", + "form_870": "Normal", + "form_873": "Normal", + "form_876": "Normal", + "form_879": "Normal", + "form_888": "Normal", + "form_891": "Normal", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "Normal", + "form_901": "Vs 2019", + "form_902": "Normal", + "form_905": "Normal", + "form_908": "Normal", + "form_911": "Normal", + "form_914": "Normal", + "form_917": "Normal", + "form_920": "Normal", + "form_923": "Normal", + "form_926": "Normal", + "form_929": "Normal", + "form_932": "Normal", + "form_935": "Normal", + "form_938": "Normal", + "form_941": "Normal", + "form_944": "Galarian", + "form_945": "Normal", + "form_946": "Galarian", + "form_947": "Normal", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "Normal", + "form_956": "Normal", + "form_959": "Normal", + "form_962": "Normal", + "form_965": "Normal", + "form_968": "Normal", + "form_971": "Normal", + "form_974": "Normal", + "form_981": "Normal", + "form_984": "Normal", + "form_987": "Normal", + "form_990": "Normal", + "form_993": "Normal", + "form_996": "Normal", + "form_999": "Normal", + "form_1002": "Normal", + "form_1005": "Normal", + "form_1008": "Normal", + "form_1011": "Normal", + "form_1014": "Normal", + "form_1017": "Normal", + "form_1020": "Normal", + "form_1023": "Normal", + "form_1026": "Normal", + "form_1029": "Normal", + "form_1032": "Normal", + "form_1035": "Normal", + "form_1038": "Normal", + "form_1041": "Normal", + "form_1044": "Normal", + "form_1047": "Normal", + "form_1050": "Normal", + "form_1053": "Normal", + "form_1056": "Normal", + "form_1059": "Normal", + "form_1062": "Normal", + "form_1065": "Normal", + "form_1068": "Normal", + "form_1071": "Normal", + "form_1074": "Normal", + "form_1077": "Normal", + "form_1080": "Normal", + "form_1083": "Normal", + "form_1086": "Normal", + "form_1089": "Normal", + "form_1092": "Normal", + "form_1095": "Normal", + "form_1098": "Normal", + "form_1101": "Normal", + "form_1104": "Normal", + "form_1107": "Normal", + "form_1110": "Normal", + "form_1115": "Normal", + "form_1118": "Normal", + "form_1121": "Normal", + "form_1124": "Normal", + "form_1127": "Normal", + "form_1130": "Normal", + "form_1133": "Normal", + "form_1136": "Normal", + "form_1139": "Normal", + "form_1142": "Normal", + "form_1145": "Normal", + "form_1148": "Normal", + "form_1151": "Normal", + "form_1154": "Normal", + "form_1157": "Normal", + "form_1160": "Normal", + "form_1163": "Normal", + "form_1166": "Normal", + "form_1169": "Normal", + "form_1172": "Normal", + "form_1175": "Normal", + "form_1178": "Normal", + "form_1181": "Normal", + "form_1184": "Normal", + "form_1187": "Normal", + "form_1190": "Normal", + "form_1193": "Normal", + "form_1196": "Normal", + "form_1199": "Normal", + "form_1202": "Normal", + "form_1205": "Normal", + "form_1208": "Normal", + "form_1211": "Normal", + "form_1214": "Normal", + "form_1217": "Normal", + "form_1220": "Normal", + "form_1223": "Normal", + "form_1226": "Normal", + "form_1229": "Normal", + "form_1232": "Normal", + "form_1235": "Normal", + "form_1238": "Normal", + "form_1241": "Normal", + "form_1244": "Normal", + "form_1247": "Normal", + "form_1250": "Normal", + "form_1253": "Normal", + "form_1256": "Normal", + "form_1259": "Normal", + "form_1262": "Normal", + "form_1265": "Normal", + "form_1268": "Normal", + "form_1271": "Normal", + "form_1274": "Normal", + "form_1277": "Normal", + "form_1280": "Normal", + "form_1283": "Normal", + "form_1286": "Normal", + "form_1289": "Normal", + "form_1292": "Normal", + "form_1295": "Normal", + "form_1298": "Normal", + "form_1301": "Normal", + "form_1304": "Normal", + "form_1307": "Normal", + "form_1310": "Normal", + "form_1313": "Normal", + "form_1316": "Normal", + "form_1319": "Normal", + "form_1322": "Normal", + "form_1325": "Normal", + "form_1328": "Normal", + "form_1331": "Normal", + "form_1334": "Normal", + "form_1337": "Normal", + "form_1340": "Normal", + "form_1343": "Normal", + "form_1346": "Normal", + "form_1349": "Normal", + "form_1352": "Normal", + "form_1355": "Normal", + "form_1358": "Normal", + "form_1361": "Normal", + "form_1364": "Normal", + "form_1367": "Normal", + "form_1370": "Normal", + "form_1379": "Normal", + "form_1382": "Normal", + "form_1385": "Normal", + "form_1388": "Normal", + "form_1391": "Normal", + "form_1394": "Normal", + "form_1397": "Normal", + "form_1400": "Normal", + "form_1403": "Normal", + "form_1406": "Normal", + "form_1409": "Normal", + "form_1412": "Normal", + "form_1415": "Normal", + "form_1418": "Normal", + "form_1421": "Normal", + "form_1424": "Normal", + "form_1427": "Normal", + "form_1430": "Normal", + "form_1433": "Normal", + "form_1436": "Normal", + "form_1439": "Normal", + "form_1442": "Normal", + "form_1445": "Normal", + "form_1448": "Normal", + "form_1451": "Normal", + "form_1454": "Normal", + "form_1457": "Normal", + "form_1460": "Normal", + "form_1463": "Normal", + "form_1466": "Normal", + "form_1469": "Normal", + "form_1472": "Normal", + "form_1475": "Normal", + "form_1478": "Normal", + "form_1481": "Normal", + "form_1484": "Normal", + "form_1487": "Normal", + "form_1490": "Normal", + "form_1493": "Normal", + "form_1496": "Normal", + "form_1499": "Normal", + "form_1502": "Normal", + "form_1505": "Normal", + "form_1508": "Normal", + "form_1511": "Normal", + "form_1514": "Normal", + "form_1517": "Normal", + "form_1520": "Normal", + "form_1523": "Normal", + "form_1526": "Normal", + "form_1529": "Normal", + "form_1532": "Normal", + "form_1535": "Normal", + "form_1538": "Normal", + "form_1541": "Normal", + "form_1544": "Normal", + "form_1547": "Normal", + "form_1550": "Normal", + "form_1553": "Normal", + "form_1556": "Normal", + "form_1559": "Normal", + "form_1562": "Normal", + "form_1565": "Normal", + "form_1568": "Normal", + "form_1571": "Normal", + "form_1574": "Normal", + "form_1577": "Normal", + "form_1580": "Normal", + "form_1583": "Normal", + "form_1586": "Normal", + "form_1589": "Normal", + "form_1592": "Normal", + "form_1595": "Normal", + "form_1598": "Normal", + "form_1601": "Normal", + "form_1604": "Normal", + "form_1607": "Normal", + "form_1610": "Normal", + "form_1613": "Normal", + "form_1616": "Normal", + "form_1619": "Normal", + "form_1622": "Normal", + "form_1625": "Normal", + "form_1628": "Normal", + "form_1631": "Normal", + "form_1634": "Normal", + "form_1637": "Normal", + "form_1640": "Normal", + "form_1643": "Normal", + "form_1646": "Normal", + "form_1649": "Normal", + "form_1652": "Normal", + "form_1655": "Normal", + "form_1658": "Normal", + "form_1661": "Normal", + "form_1664": "Normal", + "form_1667": "Normal", + "form_1670": "Normal", + "form_1673": "Normal", + "form_1676": "Normal", + "form_1679": "Normal", + "form_1682": "Normal", + "form_1685": "Normal", + "form_1688": "Normal", + "form_1691": "Normal", + "form_1694": "Normal", + "form_1697": "Normal", + "form_1700": "Normal", + "form_1703": "Normal", + "form_1706": "Normal", + "form_1709": "Normal", + "form_1712": "Normal", + "form_1715": "Normal", + "form_1718": "Normal", + "form_1721": "Normal", + "form_1724": "Normal", + "form_1727": "Normal", + "form_1730": "Normal", + "form_1733": "Normal", + "form_1736": "Normal", + "form_1739": "Normal", + "form_1742": "Normal", + "form_1745": "Normal", + "form_1748": "Normal", + "form_1751": "Normal", + "form_1754": "Normal", + "form_1757": "Normal", + "form_1760": "Normal", + "form_1763": "Normal", + "form_1766": "Normal", + "form_1769": "Normal", + "form_1772": "Normal", + "form_1775": "Normal", + "form_1778": "Normal", + "form_1781": "Normal", + "form_1784": "Normal", + "form_1787": "Normal", + "form_1790": "Normal", + "form_1793": "Normal", + "form_1796": "Normal", + "form_1799": "Normal", + "form_1802": "Normal", + "form_1805": "Normal", + "form_1808": "Normal", + "form_1811": "Normal", + "form_1814": "Normal", + "form_1817": "Normal", + "form_1820": "Normal", + "form_1823": "Normal", + "form_1826": "Normal", + "form_1829": "Normal", + "form_1832": "Normal", + "form_1835": "Normal", + "form_1838": "Normal", + "form_1841": "Normal", + "form_1844": "Normal", + "form_1847": "Normal", + "form_1850": "Normal", + "form_1853": "Normal", + "form_1856": "Normal", + "form_1859": "Normal", + "form_1862": "Normal", + "form_1865": "Normal", + "form_1868": "Normal", + "form_1871": "Normal", + "form_1874": "Normal", + "form_1877": "Normal", + "form_1880": "Normal", + "form_1883": "Normal", + "form_1886": "Normal", + "form_1889": "Normal", + "form_1892": "Normal", + "form_1895": "Normal", + "form_1898": "Normal", + "form_1901": "Normal", + "form_1904": "Normal", + "form_1907": "Normal", + "form_1910": "Normal", + "form_1913": "Normal", + "form_1916": "Normal", + "form_1919": "Normal", + "form_1922": "Normal", + "form_1925": "Normal", + "form_1928": "Normal", + "form_1931": "Normal", + "form_1934": "Normal", + "form_1937": "Normal", + "form_1940": "Normal", + "form_1943": "Normal", + "form_1946": "Normal", + "form_1949": "Normal", + "form_1952": "Normal", + "form_1955": "Normal", + "form_1958": "Normal", + "form_1961": "Normal", + "form_1964": "Normal", + "form_1967": "Normal", + "form_1970": "Normal", + "form_1973": "Normal", + "form_1976": "Normal", + "form_1979": "Normal", + "form_1982": "Normal", + "form_1985": "Normal", + "form_1988": "Normal", + "form_1991": "Normal", + "form_1994": "Normal", + "form_1997": "Normal", + "form_2000": "Normal", + "form_2003": "Normal", + "form_2006": "Normal", + "form_2009": "Normal", + "form_2012": "Normal", + "form_2015": "Normal", + "form_2018": "Normal", + "form_2021": "Normal", + "form_2024": "Normal", + "form_2027": "Normal", + "form_2030": "Normal", + "form_2033": "Normal", + "form_2036": "Normal", + "form_2039": "Normal", + "form_2042": "Normal", + "form_2045": "Normal", + "form_2048": "Normal", + "form_2051": "Normal", + "form_2054": "Normal", + "form_2057": "Normal", + "form_2060": "Normal", + "form_2063": "Normal", + "form_2066": "Normal", + "form_2069": "Normal", + "form_2072": "Normal", + "form_2075": "Normal", + "form_2078": "Normal", + "form_2081": "Normal", + "form_2084": "Normal", + "form_2087": "Normal", + "form_2090": "Normal", + "form_2093": "Normal", + "form_2096": "Normal", + "form_2099": "Normal", + "form_2102": "Normal", + "form_2105": "Normal", + "form_2108": "Normal", + "form_2111": "Normal", + "form_2114": "Normal", + "form_2117": "Normal", + "form_2120": "Normal", + "form_2123": "Normal", + "form_2126": "Normal", + "form_2129": "Normal", + "form_2132": "Normal", + "form_2135": "Normal", + "form_2138": "Normal", + "form_2141": "Normal", + "form_2144": "Normal", + "form_2147": "Normal", + "form_2150": "Normal", + "form_2153": "Normal", + "form_2156": "Normal", + "form_2159": "Normal", + "form_2162": "Normal", + "form_2165": "Normal", + "form_2168": "Normal", + "form_2171": "Normal", + "form_2174": "Normal", + "form_2177": "Normal", + "form_2180": "Normal", + "form_2183": "Normal", + "form_2186": "Normal", + "form_2189": "Normal", + "form_2192": "Normal", + "form_2195": "Normal", + "form_2198": "Normal", + "form_2201": "Normal", + "form_2204": "Normal", + "form_2207": "Normal", + "form_2210": "Normal", + "form_2213": "Normal", + "form_2216": "Normal", + "form_2219": "Normal", + "form_2222": "Normal", + "form_2225": "Normal", + "form_2228": "Normal", + "form_2231": "Normal", + "form_2234": "Normal", + "form_2237": "Normal", + "form_2240": "Normal", + "form_2243": "Normal", + "form_2246": "Normal", + "form_2249": "Normal", + "form_2252": "Normal", + "form_2255": "Normal", + "form_2258": "Normal", + "form_2261": "Normal", + "form_2264": "Normal", + "form_2267": "Normal", + "form_2270": "Normal", + "form_2273": "Normal", + "form_2276": "Normal", + "form_2279": "Normal", + "form_2282": "Normal", + "form_2285": "Normal", + "form_2288": "Normal", + "form_2291": "Normal", + "form_2294": "Normal", + "form_2297": "Normal", + "form_2300": "Normal", + "form_2303": "Normal", + "form_2306": "Normal", + "form_2309": "Normal", + "form_2312": "Normal", + "form_2315": "Normal", + "form_2318": "Normal", + "form_2321": "Normal", + "form_2324": "Normal", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "Fêmea", + "form_2331": "Fêmea", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "Forma Grave", + "form_2464": "Forma Aguda", + "form_2477": "Forma Falsificada", + "form_2478": "Forma Autêntica", + "form_2480": "Forma Falsificada", + "form_2481": "Forma Autêntica", + "form_2501": "Normal", + "form_2504": "Normal", + "form_2507": "Normal", + "form_2510": "Normal", + "form_2513": "Normal", + "form_2516": "Normal", + "form_2540": "Cara de Gelo", + "form_2541": "Cara Degelada", + "form_2542": "Macho", + "form_2543": "Fêmea", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "Espada Coroada", + "form_2577": "Herói Veterano", + "form_2578": "Escudo Coroado", + "form_2579": "Herói Veterano", + "form_2580": "Eternamax", + "form_2581": "Normal", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "Normal", + "form_2588": "Fêmea", + "form_2589": "Normal", + "form_2590": "Fêmea", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "Ensolarada", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "Estilo Flamenco", + "form_2680": "Estilo Animado", + "form_2681": "Estilo Hula", + "form_2683": "Estilo Elegante", + "form_2684": "Forma Diurna", + "form_2685": "Forma Noturna", + "form_2686": "Forma Crepúsculo", + "form_2687": "Forma Individual", + "form_2688": "Forma Cardume", + "form_2689": "Normal", + "form_2690": "Inseto", + "form_2691": "Sombrio", + "form_2692": "Dragão", + "form_2693": "Elétrico", + "form_2694": "Fada", + "form_2695": "Lutador", + "form_2696": "Fogo", + "form_2697": "Voador", + "form_2698": "Fantasma", + "form_2699": "Planta", + "form_2700": "Terrestre", + "form_2701": "Gelo", + "form_2702": "Venenoso", + "form_2703": "Psíquico", + "form_2704": "Pedra", + "form_2705": "Aço", + "form_2706": "Água", + "form_2707": "Meteor Blue", + "form_2708": "Plumagem Azul", + "form_2709": "Plumagem Verde", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "Plumagem Amarela", + "form_2715": "Forma Desmascarada", + "form_2716": "Forma Mascarada", + "form_2717": "Normal", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "Normal", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "Normal", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "Forma Crepúsculo", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "Ensolarada", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "Ensolarada", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "Forma Materializada", + "form_2803": "Forma Therian", + "form_2804": "Listras Brancas", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "Normal", + "form_2808": "Fêmea", + "form_2809": "Normal", + "form_2810": "Normal", + "form_2811": "Normal", + "form_2812": "Normal", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "Normal", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "Forma Origem", + "form_2830": "Forma Origem", + "form_2831": "Normal", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "Normal", + "form_2982": "Fêmea", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Plumagem Verde", + "form_2986": "Plumagem Azul", + "form_2987": "Plumagem Amarela", + "form_2988": "White", + "form_2989": "Forma Zero", + "form_2990": "Herói Veterano", + "form_2991": "Forma Curvada", + "form_2992": "Forma Pendular", + "form_2993": "Forma Estendida", + "form_2994": "Forma Bissegmentar", + "form_2995": "Forma Trissegmentar", + "form_2996": "Versão Plena", + "form_2997": "Modo Supremo", + "form_2998": "Normal", + "form_3000": "Normal", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "Macho", + "gender_2": "Fêmea", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "Alola", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "Blanche", + "grunt_2": "Candela", + "grunt_3": "Spark", + "grunt_4": "Recruta (Macho)", + "grunt_5": "Recruta (Fêmea)", + "grunt_6": "Inseto - Recruta (Fêmea)", + "grunt_7": "Inseto - Recruta (Macho)", + "grunt_8": "Recruta (Fêmea)", + "grunt_9": "Recruta (Macho)", + "grunt_10": "Sombrio - Recruta (Fêmea)", + "grunt_11": "Sombrio - Recruta (Macho)", + "grunt_12": "Dragão - Recruta (Fêmea)", + "grunt_13": "Dragão - Recruta (Macho)", + "grunt_14": "Fada - Recruta (Fêmea)", + "grunt_15": "Fada - Recruta (Macho)", + "grunt_16": "Lutador - Recruta (Fêmea)", + "grunt_17": "Lutador - Recruta (Macho)", + "grunt_18": "Fogo - Recruta (Fêmea)", + "grunt_19": "Fogo - Recruta (Macho)", + "grunt_20": "Voador - Recruta (Fêmea)", + "grunt_21": "Voador - Recruta (Macho)", + "grunt_22": "Planta - Recruta (Fêmea)", + "grunt_23": "Planta - Recruta (Macho)", + "grunt_24": "Terrestre - Recruta (Fêmea)", + "grunt_25": "Terrestre - Recruta (Macho)", + "grunt_26": "Gelo - Recruta (Fêmea)", + "grunt_27": "Gelo - Recruta (Macho)", + "grunt_28": "Aço - Recruta (Fêmea)", + "grunt_29": "Aço - Recruta (Macho)", + "grunt_30": "Normal - Recruta (Fêmea)", + "grunt_31": "Normal - Recruta (Macho)", + "grunt_32": "Venenoso - Recruta (Fêmea)", + "grunt_33": "Venenoso - Recruta (Macho)", + "grunt_34": "Psíquico - Recruta (Fêmea)", + "grunt_35": "Psíquico - Recruta (Macho)", + "grunt_36": "Pedra - Recruta (Fêmea)", + "grunt_37": "Pedra - Recruta (Macho)", + "grunt_38": "Água - Recruta (Fêmea)", + "grunt_39": "Água - Recruta (Macho)", + "grunt_40": "Player Team Leader", + "grunt_41": "Líder Cliff", + "grunt_42": "Líder Arlo", + "grunt_43": "Líder Sierra", + "grunt_44": "Giovanni", + "grunt_45": "Recruta camuflado (Macho)", + "grunt_46": "Recruta camuflado (Fêmea)", + "grunt_47": "Fantasma - Recruta (Fêmea)", + "grunt_48": "Fantasma - Recruta (Macho)", + "grunt_49": "Elétrico - Recruta (Fêmea)", + "grunt_50": "Elétrico - Recruta (Macho)", + "grunt_51": "Recruta (Fêmea)", + "grunt_52": "Recruta (Macho)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "Inseto - Recruta (Fêmea)", + "grunt_56": "Inseto - Recruta (Macho)", + "grunt_57": "Sombrio - Recruta (Fêmea)", + "grunt_58": "Sombrio - Recruta (Macho)", + "grunt_59": "Dragão - Recruta (Fêmea)", + "grunt_60": "Dragão - Recruta (Macho)", + "grunt_61": "Fada - Recruta (Fêmea)", + "grunt_62": "Fada - Recruta (Macho)", + "grunt_63": "Lutador - Recruta (Fêmea)", + "grunt_64": "Lutador - Recruta (Macho)", + "grunt_65": "Fogo - Recruta (Fêmea)", + "grunt_66": "Fogo - Recruta (Macho)", + "grunt_67": "Voador - Recruta (Fêmea)", + "grunt_68": "Voador - Recruta (Macho)", + "grunt_69": "Planta - Recruta (Fêmea)", + "grunt_70": "Planta - Recruta (Macho)", + "grunt_71": "Terrestre - Recruta (Fêmea)", + "grunt_72": "Terrestre - Recruta (Macho)", + "grunt_73": "Gelo - Recruta (Fêmea)", + "grunt_74": "Gelo - Recruta (Macho)", + "grunt_75": "Recruta (Fêmea)", + "grunt_76": "Recruta (Macho)", + "grunt_77": "Normal - Recruta (Fêmea)", + "grunt_78": "Normal - Recruta (Macho)", + "grunt_79": "Venenoso - Recruta (Fêmea)", + "grunt_80": "Venenoso - Recruta (Macho)", + "grunt_81": "Psíquico - Recruta (Fêmea)", + "grunt_82": "Psíquico - Recruta (Macho)", + "grunt_83": "Pedra - Recruta (Fêmea)", + "grunt_84": "Pedra - Recruta (Macho)", + "grunt_85": "Água - Recruta (Fêmea)", + "grunt_86": "Água - Recruta (Macho)", + "grunt_87": "Fantasma - Recruta (Fêmea)", + "grunt_88": "Fantasma - Recruta (Macho)", + "grunt_89": "Elétrico - Recruta (Fêmea)", + "grunt_90": "Elétrico - Recruta (Macho)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "Nenhum", + "grunt_a_1": "Blanche", + "grunt_a_2": "Candela", + "grunt_a_3": "Spark", + "grunt_a_4": "Recruta ♂", + "grunt_a_5": "Recruta ♀", + "grunt_a_6": "Inseto ♀", + "grunt_a_7": "Inseto ♂", + "grunt_a_8": "Recruta ♀", + "grunt_a_9": "Recruta ♂", + "grunt_a_10": "Sombrio ♀", + "grunt_a_11": "Sombrio ♂", + "grunt_a_12": "Dragão ♀", + "grunt_a_13": "Dragão ♂", + "grunt_a_14": "Fada ♀", + "grunt_a_15": "Fada ♂", + "grunt_a_16": "Lutador ♀", + "grunt_a_17": "Lutador ♂", + "grunt_a_18": "Fogo ♀", + "grunt_a_19": "Fogo ♂", + "grunt_a_20": "Voador ♀", + "grunt_a_21": "Voador ♂", + "grunt_a_22": "Planta ♀", + "grunt_a_23": "Planta ♂", + "grunt_a_24": "Terrestre ♀", + "grunt_a_25": "Terrestre ♂", + "grunt_a_26": "Gelo ♀", + "grunt_a_27": "Gelo ♂", + "grunt_a_28": "Aço ♀", + "grunt_a_29": "Aço ♂", + "grunt_a_30": "Normal ♀", + "grunt_a_31": "Normal ♂", + "grunt_a_32": "Venenoso ♀", + "grunt_a_33": "Venenoso ♂", + "grunt_a_34": "Psíquico ♀", + "grunt_a_35": "Psíquico ♂", + "grunt_a_36": "Pedra ♀", + "grunt_a_37": "Pedra ♂", + "grunt_a_38": "Água ♀", + "grunt_a_39": "Água ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "Líder Cliff", + "grunt_a_42": "Líder Arlo", + "grunt_a_43": "Líder Sierra", + "grunt_a_44": "Giovanni", + "grunt_a_45": "Recruta camuflado ♂", + "grunt_a_46": "Recruta camuflado ♀", + "grunt_a_47": "Fantasma ♀", + "grunt_a_48": "Fantasma ♂", + "grunt_a_49": "Elétrico ♀", + "grunt_a_50": "Elétrico ♂", + "grunt_a_51": "Recruta ♀", + "grunt_a_52": "Recruta ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "Inseto ♀", + "grunt_a_56": "Inseto ♂", + "grunt_a_57": "Sombrio ♀", + "grunt_a_58": "Sombrio ♂", + "grunt_a_59": "Dragão ♀", + "grunt_a_60": "Dragão ♂", + "grunt_a_61": "Fada ♀", + "grunt_a_62": "Fada ♂", + "grunt_a_63": "Lutador ♀", + "grunt_a_64": "Lutador ♂", + "grunt_a_65": "Fogo ♀", + "grunt_a_66": "Fogo ♂", + "grunt_a_67": "Voador ♀", + "grunt_a_68": "Voador ♂", + "grunt_a_69": "Planta ♀", + "grunt_a_70": "Planta ♂", + "grunt_a_71": "Terrestre ♀", + "grunt_a_72": "Terrestre ♂", + "grunt_a_73": "Gelo ♀", + "grunt_a_74": "Gelo ♂", + "grunt_a_75": "Recruta ♀", + "grunt_a_76": "Recruta ♂", + "grunt_a_77": "Normal ♀", + "grunt_a_78": "Normal ♂", + "grunt_a_79": "Venenoso ♀", + "grunt_a_80": "Venenoso ♂", + "grunt_a_81": "Psíquico ♀", + "grunt_a_82": "Psíquico ♂", + "grunt_a_83": "Pedra ♀", + "grunt_a_84": "Pedra ♂", + "grunt_a_85": "Água ♀", + "grunt_a_86": "Água ♂", + "grunt_a_87": "Fantasma ♀", + "grunt_a_88": "Fantasma ♂", + "grunt_a_89": "Elétrico ♀", + "grunt_a_90": "Elétrico ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "Desconhecido", + "item_1": "Poké Bola", + "item_2": "Grande Bola", + "item_3": "Ultra Bola", + "item_4": "Bola Mestra", + "item_5": "Bola Presenteada", + "item_6": "Bola Criatura", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "Poção", + "item_102": "Superpoção", + "item_103": "Hiperpoção", + "item_104": "Poção Máxima", + "item_201": "Reviver", + "item_202": "Máximo Reviver", + "item_301": "Ovo da Sorte", + "item_401": "Incenso", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "Caixa Misteriosa", + "item_406": "Incenso de Aventura Diário", + "item_407": "Porta-moedas", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "Módulo Atrair", + "item_502": "Mód. Atrair Glacial", + "item_503": "Mód. Atrair Musgoso", + "item_504": "Mód. Atrair Magnético", + "item_505": "Módulo Atrair Chuvoso", + "item_506": "Módulo Atrair Dourado", + "item_602": "Ataque X", + "item_603": "Defesa X", + "item_604": "INDEFINIDO", + "item_650": "Células de Zygarde", + "item_651": "Cubo de Zygarde", + "item_701": "Fruta Frambo", + "item_702": "Fruta Roama", + "item_703": "Fruta Anaba", + "item_704": "Fruta Ocipêra", + "item_705": "Fruta Caxí", + "item_706": "Fruta Frambo dourada", + "item_707": "Golden Nanab Berry", + "item_708": "Fruta Caxí prateada", + "item_709": "Poffin", + "item_801": "Câmera", + "item_802": "Adesivos", + "item_803": "Livro de Cartões-postais", + "item_901": "Incubadora ∞", + "item_902": "Incubadora de Ovo", + "item_903": "Superincubadora", + "item_1001": "Estoque de Pokémon", + "item_1002": "Bolsa", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "Pedra Solar", + "item_1102": "Pedra do Rei", + "item_1103": "Revestimento Metálico", + "item_1104": "Escama de Dragão", + "item_1105": "Melhora", + "item_1106": "Pedra de Sinnoh", + "item_1107": "Pedra de Unova", + "item_1150": "Moedas de Gimmighoul", + "item_1201": "MT de ataque ágil", + "item_1202": "MT de ataque carregado", + "item_1203": "MT elite de ataque ágil", + "item_1204": "MT elite de ataque carregado", + "item_1250": "Meteorito", + "item_1301": "Doce Raro", + "item_1302": "Doce Raro GG", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "Passe de Reide", + "item_1402": "Passe de Batalha Premium", + "item_1404": "Pedaço de Estrela", + "item_1405": "Presente", + "item_1406": "Medalhão de Equipe", + "item_1408": "Passe de Reide a Distância", + "item_1409": "S Raid Ticket", + "item_1501": "Componente misterioso", + "item_1502": "Radar Rocket", + "item_1503": "Super-radar Rocket", + "item_1504": "Fragmento Sombroso", + "item_1505": "Joia Purificada", + "item_1506": "Partícula Max", + "item_1507": "Pacote de Partícula Max", + "item_1600": "Ingresso", + "item_1601": "Ingresso", + "item_1602": "Ingresso", + "item_1603": "Ingresso", + "item_1604": "Ingresso extra", + "item_1605": "Ingresso extra", + "item_1606": "Passe de pesquisa temporária da Liga de Batalha GO", + "item_1607": "Ingresso", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Ingresso para o Safári: Seul", + "item_1611": "Ingresso para o Safári: Barcelona", + "item_1612": "Ingresso para o Safári: Cidade do México", + "item_1613": "Ingresso para o Safári: Tainan", + "item_1614": "Ticket City Safari 04", + "item_1615": "Ingresso", + "item_1616": "Ingresso", + "item_1617": "Ingresso", + "item_1618": "Ingresso", + "item_1619": "Ingresso", + "item_1620": "Ingresso", + "item_1621": "Ingresso", + "item_1622": "Ingresso", + "item_1623": "Ingresso", + "item_1624": "Ingresso", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "Normal", + "lure_502": "Glacial", + "lure_503": "Musgoso", + "lure_504": "Magnético", + "lure_505": "Chuvoso", + "lure_506": "Dourado", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "Desconhecido", + "move_1": "Trovoada de Choques", + "move_2": "Ataque Rápido", + "move_3": "Arranhão", + "move_4": "Brasa", + "move_5": "Chicote de Vinha", + "move_6": "Investida", + "move_7": "Folha Navalha", + "move_8": "Desmantelar", + "move_9": "Revólver d'Água", + "move_10": "Mordida", + "move_11": "Pancada", + "move_12": "Tapa Duplo", + "move_13": "Embrulho", + "move_14": "Hiper-raio", + "move_15": "Lambida", + "move_16": "Pulso Sombrio", + "move_17": "Nevoeiro de Fumaça", + "move_18": "Ataque de Lama", + "move_19": "Garra de Metal", + "move_20": "Agarramento Compressor", + "move_21": "Roda de Fogo", + "move_22": "Megachifre", + "move_23": "Ataque de Asa", + "move_24": "Lança-chamas", + "move_25": "Soco Enganador", + "move_26": "Cavar", + "move_27": "Rasteira", + "move_28": "Golpe Cruzado", + "move_29": "Corte Psíquico", + "move_30": "Feixe Psíquico", + "move_31": "Terremoto", + "move_32": "Gume de Pedra", + "move_33": "Soco de Gelo", + "move_34": "Estampa de Coração", + "move_35": "Descarga", + "move_36": "Canhão de Flash", + "move_37": "Bicada", + "move_38": "Bico Broca", + "move_39": "Raio Congelante", + "move_40": "Nevasca", + "move_41": "Golpe de Ar", + "move_42": "Onda de Calor", + "move_43": "Agulha Dupla", + "move_44": "Golpe Envenenado", + "move_45": "Ás dos Ares", + "move_46": "Furação", + "move_47": "Nevasca de Pétalas", + "move_48": "Megadreno", + "move_49": "Zumbido de Inseto", + "move_50": "Presa Venenosa", + "move_51": "Talho Noturno", + "move_52": "Talho", + "move_53": "Jato de Bolhas", + "move_54": "Submissão", + "move_55": "Golpe de Caratê", + "move_56": "Movimento Baixo", + "move_57": "Aqua Jato", + "move_58": "Aqua Cauda", + "move_59": "Bomba de Sementes", + "move_60": "Choque Psíquico", + "move_61": "Lançamento de Rocha", + "move_62": "Poder Ancestral", + "move_63": "Tumba de Rochas", + "move_64": "Deslize de Pedras", + "move_65": "Gema Poderosa", + "move_66": "Furtividade nas Sombras", + "move_67": "Soco Sombrio", + "move_68": "Garra Sombria", + "move_69": "Vento Ominoso", + "move_70": "Bola Sombria", + "move_71": "Soco Projétil", + "move_72": "Bomba Ímã", + "move_73": "Asa de Aço", + "move_74": "Cabeça de Ferro", + "move_75": "Ataque Parabólico", + "move_76": "Faísca", + "move_77": "Soco Trovoada", + "move_78": "Trovão", + "move_79": "Relâmpago", + "move_80": "Twister", + "move_81": "Sopro do Dragão", + "move_82": "Pulso do Dragão", + "move_83": "Garra de Dragão", + "move_84": "Voz Desarmante", + "move_85": "Beijo Drenante", + "move_86": "Clarão Deslumbrante", + "move_87": "Explosão Lunar", + "move_88": "Jogo Duro", + "move_89": "Corte-veneno", + "move_90": "Bomba de Lodo", + "move_91": "Onda de Lama", + "move_92": "Tiro de Sujeira", + "move_93": "Tiro de Lama", + "move_94": "Bastão de Osso", + "move_95": "Tremor", + "move_96": "Bomba de Lama", + "move_97": "Cortador de Fúria", + "move_98": "Picada", + "move_99": "Feixe Sinalizador", + "move_100": "Tesoura X", + "move_101": "Ataque de Chamas", + "move_102": "Rajada de Chamas", + "move_103": "Rajada de Fogo", + "move_104": "Salmoura", + "move_105": "Pulso d'Água", + "move_106": "Escaldada", + "move_107": "Jato d'Água", + "move_108": "Psíquico", + "move_109": "Golpe Psíquico", + "move_110": "Caco de Gelo", + "move_111": "Vento Congelante", + "move_112": "Respiração de Gelo", + "move_113": "Absorção", + "move_114": "Gigadreno", + "move_115": "Soco de Fogo", + "move_116": "Raio Solar", + "move_117": "Lâmina de Folha", + "move_118": "Chicote Poderoso", + "move_119": "Borrifada", + "move_120": "Ácido", + "move_121": "Cortador de Ar", + "move_122": "Furacão", + "move_123": "Quebra-telha", + "move_124": "Cortar", + "move_125": "Ataque Veloz", + "move_126": "Ataque de Chifre", + "move_127": "Pisotear", + "move_128": "Cabeçada", + "move_129": "Hiperpresa", + "move_130": "Pancada Brusca", + "move_131": "Pancada Corporal", + "move_132": "Descansar", + "move_133": "Insistência", + "move_134": "Escaldada", + "move_135": "Jato d'Água", + "move_136": "Embrulho", + "move_137": "Embrulho", + "move_200": "Cortador de Fúria", + "move_201": "Picada", + "move_202": "Mordida", + "move_203": "Soco Enganador", + "move_204": "Sopro do Dragão", + "move_205": "Trovoada de Choques", + "move_206": "Faísca", + "move_207": "Rasteira", + "move_208": "Golpe de Caratê", + "move_209": "Brasa", + "move_210": "Ataque de Asa", + "move_211": "Bicada", + "move_212": "Lambida", + "move_213": "Garra Sombria", + "move_214": "Chicote de Vinha", + "move_215": "Folha Navalha", + "move_216": "Tiro de Lama", + "move_217": "Caco de Gelo", + "move_218": "Respiração de Gelo", + "move_219": "Ataque Rápido", + "move_220": "Arranhão", + "move_221": "Investida", + "move_222": "Pancada", + "move_223": "Cortar", + "move_224": "Golpe Envenenado", + "move_225": "Ácido", + "move_226": "Corte Psíquico", + "move_227": "Lançamento de Rocha", + "move_228": "Garra de Metal", + "move_229": "Soco Projétil", + "move_230": "Revólver d'Água", + "move_231": "Borrifada", + "move_232": "Revólver d'Água", + "move_233": "Tapa de Lama", + "move_234": "Cabeçada Zen", + "move_235": "Confusão", + "move_236": "Ferrão Venenoso", + "move_237": "Bolha", + "move_238": "Ataque Dissimulado", + "move_239": "Asa de Aço", + "move_240": "Presas de Fogo", + "move_241": "Esmagamento de Pedras", + "move_242": "Transformação", + "move_243": "Contra-atacar", + "move_244": "Neve em Pó", + "move_245": "Corpo-a-corpo", + "move_246": "Soco Dinâmico", + "move_247": "Explosão Focalizada", + "move_248": "Raio Aurora", + "move_249": "Carga de Raio", + "move_250": "Troca Elétrica", + "move_251": "Ataque Selvagem", + "move_252": "Canhão Zap", + "move_253": "Cauda do Dragão", + "move_254": "Avalanche", + "move_255": "Golpe de Ar", + "move_256": "Pássaro Bravo", + "move_257": "Ataque do Céu", + "move_258": "Fosso de Areia", + "move_259": "Explosão de Rocha", + "move_260": "Infestação", + "move_261": "Ira de Inseto", + "move_262": "Vento Prateado", + "move_263": "Abismar", + "move_264": "Feitiço", + "move_265": "Sombra Noturna", + "move_266": "Cauda de Ferro", + "move_267": "Girobola", + "move_268": "Golpe Pesado", + "move_269": "Chama Furacão", + "move_270": "Superaquecimento", + "move_271": "Projétil de Semente", + "move_272": "Nó de Grama", + "move_273": "Bola de Energia", + "move_274": "Extrassensorial", + "move_275": "Visão do Futuro", + "move_276": "Casaco Espelhado", + "move_277": "Ultraje", + "move_278": "Rosnado", + "move_279": "Mastigada", + "move_280": "Jogo Sujo", + "move_281": "Poder Oculto", + "move_282": "Desmantelar", + "move_283": "Cachoeira", + "move_284": "Surfar", + "move_285": "Meteoro do Dragão", + "move_286": "Desejo Cruel", + "move_287": "Bocejo", + "move_288": "Impulso Psíquico", + "move_289": "Pulso Original", + "move_290": "Lâmina Abissal", + "move_291": "Presente", + "move_292": "Esfera Climática", + "move_293": "Esfera Climática", + "move_294": "Esfera Climática", + "move_295": "Esfera Climática", + "move_296": "Planta Mortal", + "move_297": "Derrubada", + "move_298": "Queimadura Explosiva", + "move_299": "Hidro Canhão", + "move_300": "Último Recurso", + "move_301": "Meteoro Esmagador", + "move_302": "Quebra-crânio", + "move_303": "Spray Ácido", + "move_304": "Poder da Terra", + "move_305": "Martelo Caranguejo", + "move_306": "Estocada", + "move_307": "Garra Esmagadora", + "move_308": "Polvo-canhão", + "move_309": "Tiro no Espelho", + "move_310": "Superpoder", + "move_311": "Ferrão Letal", + "move_312": "Tornado de Folhas", + "move_313": "Suga-vidas", + "move_314": "Soco Dreno", + "move_315": "Osso Sombrio", + "move_316": "Água Barrenta", + "move_317": "Chute Labareda", + "move_318": "Concha Navalha", + "move_319": "Soco Empoderador", + "move_320": "Encantar", + "move_321": "Gigaimpacto", + "move_322": "Frustração", + "move_323": "Retorno", + "move_324": "Barulho Sincronizado", + "move_325": "Mirar", + "move_326": "Presa Trovejante", + "move_327": "Presa de Gelo", + "move_328": "Chifre Broca", + "move_329": "Fissura", + "move_330": "Espada Sagrada", + "move_331": "Aperto Voador", + "move_332": "Aura Esférica", + "move_333": "Revide", + "move_334": "Demolidor de Pedras", + "move_335": "Explosão Aérea", + "move_336": "Rajada Tecnológica", + "move_337": "Rajada Tecnológica", + "move_338": "Rajada Tecnológica", + "move_339": "Rajada Tecnológica", + "move_340": "Rajada Tecnológica", + "move_341": "Voar", + "move_342": "Criação V", + "move_343": "Tempestade de Folhas", + "move_344": "Triataque", + "move_345": "Lufada de Vento", + "move_346": "Incinerar", + "move_347": "Dark Void", + "move_348": "Dança das Penas", + "move_349": "Fiery Dance", + "move_350": "Vento de Fada", + "move_351": "Relic Song", + "move_352": "Esfera Climática", + "move_353": "Caninos Psíquicos", + "move_354": "Fúria de Hiperespaço", + "move_355": "Fenda de Hiperespaço", + "move_356": "Chute Duplo", + "move_357": "Folha Mágica", + "move_358": "Fogo Sagrado", + "move_359": "Lança Congelada", + "move_360": "Explosão Aérea+", + "move_361": "Explosão Aérea++", + "move_362": "Fogo Sagrado+", + "move_363": "Fogo Sagrado++", + "move_364": "Acrobático", + "move_365": "Purga de Esplendor", + "move_366": "Bola de Névoa", + "move_367": "Balanço Violento", + "move_368": "Rolagem", + "move_369": "Semente Ofuscante", + "move_370": "Obstruir", + "move_371": "Força das Sombras", + "move_372": "Raio Meteórico", + "move_373": "Estrela Ninja de Água", + "move_374": "Raio de Fusão", + "move_375": "Chama da Fusão", + "move_376": "Poltergeist", + "move_377": "Potência Equina", + "move_378": "Glaciar", + "move_379": "Golpe Deslizante", + "move_380": "Rajada Explosiva", + "move_381": "Pancada de Ferro Dupla", + "move_382": "Fogo Místico", + "move_383": "Aquaríete", + "move_384": "Ascenção do Dragão", + "move_385": "Folhagem", + "move_386": "Tempestade de Magma", + "move_387": "Geomancia", + "move_388": "Laceração Espacial", + "move_389": "Asa do Esquecimento", + "move_390": "Ira da Natureza", + "move_391": "Pinote Triplo", + "move_392": "Desbravar", + "move_393": "Areias Ardentes", + "move_394": "Rugido do Tempo", + "move_395": "Tempestade Álgida", + "move_396": "Tempestade Saibrosa", + "move_397": "Tempestade Chocante", + "move_398": "Manilha Sombria", + "move_399": "Investida Trovão", + "move_400": "Lariat Escuro", + "move_401": "Onda Psíquica", + "move_402": "Som de Metal", + "move_403": "Ataque de Areia", + "move_404": "Ataque Solaraço", + "move_405": "Feixe Espectral", + "move_406": "Roda de Aura", + "move_407": "Roda de Aura", + "move_408": "Chute de Pulo Alto", + "move_409": "Chama Max", + "move_410": "Nuvem de Inseto Max", + "move_411": "Raio Max", + "move_412": "Golpe Max", + "move_413": "Punho Max", + "move_414": "Espectro Max", + "move_415": "Temporal de Granizo Max", + "move_416": "Corrosão Max", + "move_417": "Gêiser Max", + "move_418": "Corrente de Ar Max", + "move_419": "Queda Estelar Max", + "move_420": "Bafo Dracônico Max", + "move_421": "Tempestade Mental Max", + "move_422": "Desabamento Max", + "move_423": "Oscilação Max", + "move_424": "Escuridão Max", + "move_425": "Flora Max", + "move_426": "Espinho de Aço Max", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "Palma da Força", + "move_463": "Aria Cintilante", + "poke_0": "Substituição", + "poke_1": "Bulbasaur", + "poke_2": "Ivysaur", + "poke_3": "Venusaur", + "poke_3_e1": "Mega Venusaur", + "poke_4": "Charmander", + "poke_5": "Charmeleon", + "poke_6": "Charizard", + "poke_6_e2": "Mega Charizard X", + "poke_6_e3": "Mega Charizard Y", + "poke_7": "Squirtle", + "poke_8": "Wartortle", + "poke_9": "Blastoise", + "poke_9_e1": "Mega Blastoise", + "poke_10": "Caterpie", + "poke_11": "Metapod", + "poke_12": "Butterfree", + "poke_13": "Weedle", + "poke_14": "Kakuna", + "poke_15": "Beedrill", + "poke_15_e1": "Mega Beedrill", + "poke_16": "Pidgey", + "poke_17": "Pidgeotto", + "poke_18": "Pidgeot", + "poke_18_e1": "Mega Pidgeot", + "poke_19": "Rattata", + "poke_20": "Raticate", + "poke_21": "Spearow", + "poke_22": "Fearow", + "poke_23": "Ekans", + "poke_24": "Arbok", + "poke_25": "Pikachu", + "poke_26": "Raichu", + "poke_27": "Sandshrew", + "poke_28": "Sandslash", + "poke_29": "Nidoran♀", + "poke_30": "Nidorina", + "poke_31": "Nidoqueen", + "poke_32": "Nidoran♂", + "poke_33": "Nidorino", + "poke_34": "Nidoking", + "poke_35": "Clefairy", + "poke_36": "Clefable", + "poke_37": "Vulpix", + "poke_38": "Ninetales", + "poke_39": "Jigglypuff", + "poke_40": "Wigglytuff", + "poke_41": "Zubat", + "poke_42": "Golbat", + "poke_43": "Oddish", + "poke_44": "Gloom", + "poke_45": "Vileplume", + "poke_46": "Paras", + "poke_47": "Parasect", + "poke_48": "Venonat", + "poke_49": "Venomoth", + "poke_50": "Diglett", + "poke_51": "Dugtrio", + "poke_52": "Meowth", + "poke_53": "Persian", + "poke_54": "Psyduck", + "poke_55": "Golduck", + "poke_56": "Mankey", + "poke_57": "Primeape", + "poke_58": "Growlithe", + "poke_59": "Arcanine", + "poke_60": "Poliwag", + "poke_61": "Poliwhirl", + "poke_62": "Poliwrath", + "poke_63": "Abra", + "poke_64": "Kadabra", + "poke_65": "Alakazam", + "poke_65_e1": "Mega Alakazam", + "poke_66": "Machop", + "poke_67": "Machoke", + "poke_68": "Machamp", + "poke_69": "Bellsprout", + "poke_70": "Weepinbell", + "poke_71": "Victreebel", + "poke_72": "Tentacool", + "poke_73": "Tentacruel", + "poke_74": "Geodude", + "poke_75": "Graveler", + "poke_76": "Golem", + "poke_77": "Ponyta", + "poke_78": "Rapidash", + "poke_79": "Slowpoke", + "poke_80": "Slowbro", + "poke_80_e1": "Mega Slowbro", + "poke_81": "Magnemite", + "poke_82": "Magneton", + "poke_83": "Farfetch'd", + "poke_84": "Doduo", + "poke_85": "Dodrio", + "poke_86": "Seel", + "poke_87": "Dewgong", + "poke_88": "Grimer", + "poke_89": "Muk", + "poke_90": "Shellder", + "poke_91": "Cloyster", + "poke_92": "Gastly", + "poke_93": "Haunter", + "poke_94": "Gengar", + "poke_94_e1": "Mega Gengar", + "poke_95": "Onix", + "poke_96": "Drowzee", + "poke_97": "Hypno", + "poke_98": "Krabby", + "poke_99": "Kingler", + "poke_100": "Voltorb", + "poke_101": "Electrode", + "poke_102": "Exeggcute", + "poke_103": "Exeggutor", + "poke_104": "Cubone", + "poke_105": "Marowak", + "poke_106": "Hitmonlee", + "poke_107": "Hitmonchan", + "poke_108": "Lickitung", + "poke_109": "Koffing", + "poke_110": "Weezing", + "poke_111": "Rhyhorn", + "poke_112": "Rhydon", + "poke_113": "Chansey", + "poke_114": "Tangela", + "poke_115": "Kangaskhan", + "poke_115_e1": "Mega Kangaskhan", + "poke_116": "Horsea", + "poke_117": "Seadra", + "poke_118": "Goldeen", + "poke_119": "Seaking", + "poke_120": "Staryu", + "poke_121": "Starmie", + "poke_122": "Mr. Mime", + "poke_123": "Scyther", + "poke_124": "Jynx", + "poke_125": "Electabuzz", + "poke_126": "Magmar", + "poke_127": "Pinsir", + "poke_127_e1": "Mega Pinsir", + "poke_128": "Tauros", + "poke_129": "Magikarp", + "poke_130": "Gyarados", + "poke_130_e1": "Mega Gyarados", + "poke_131": "Lapras", + "poke_132": "Ditto", + "poke_133": "Eevee", + "poke_134": "Vaporeon", + "poke_135": "Jolteon", + "poke_136": "Flareon", + "poke_137": "Porygon", + "poke_138": "Omanyte", + "poke_139": "Omastar", + "poke_140": "Kabuto", + "poke_141": "Kabutops", + "poke_142": "Aerodactyl", + "poke_142_e1": "Mega Aerodactyl", + "poke_143": "Snorlax", + "poke_144": "Articuno", + "poke_145": "Zapdos", + "poke_146": "Moltres", + "poke_147": "Dratini", + "poke_148": "Dragonair", + "poke_149": "Dragonite", + "poke_150": "Mewtwo", + "poke_150_e2": "Mega Mewtwo X", + "poke_150_e3": "Mega Mewtwo Y", + "poke_151": "Mew", + "poke_152": "Chikorita", + "poke_153": "Bayleef", + "poke_154": "Meganium", + "poke_155": "Cyndaquil", + "poke_156": "Quilava", + "poke_157": "Typhlosion", + "poke_158": "Totodile", + "poke_159": "Croconaw", + "poke_160": "Feraligatr", + "poke_161": "Sentret", + "poke_162": "Furret", + "poke_163": "Hoothoot", + "poke_164": "Noctowl", + "poke_165": "Ledyba", + "poke_166": "Ledian", + "poke_167": "Spinarak", + "poke_168": "Ariados", + "poke_169": "Crobat", + "poke_170": "Chinchou", + "poke_171": "Lanturn", + "poke_172": "Pichu", + "poke_173": "Cleffa", + "poke_174": "Igglybuff", + "poke_175": "Togepi", + "poke_176": "Togetic", + "poke_177": "Natu", + "poke_178": "Xatu", + "poke_179": "Mareep", + "poke_180": "Flaaffy", + "poke_181": "Ampharos", + "poke_181_e1": "Mega Ampharos", + "poke_182": "Bellossom", + "poke_183": "Marill", + "poke_184": "Azumarill", + "poke_185": "Sudowoodo", + "poke_186": "Politoed", + "poke_187": "Hoppip", + "poke_188": "Skiploom", + "poke_189": "Jumpluff", + "poke_190": "Aipom", + "poke_191": "Sunkern", + "poke_192": "Sunflora", + "poke_193": "Yanma", + "poke_194": "Wooper", + "poke_195": "Quagsire", + "poke_196": "Espeon", + "poke_197": "Umbreon", + "poke_198": "Murkrow", + "poke_199": "Slowking", + "poke_200": "Misdreavus", + "poke_201": "Unown", + "poke_202": "Wobbuffet", + "poke_203": "Girafarig", + "poke_204": "Pineco", + "poke_205": "Forretress", + "poke_206": "Dunsparce", + "poke_207": "Gligar", + "poke_208": "Steelix", + "poke_208_e1": "Mega Steelix", + "poke_209": "Snubbull", + "poke_210": "Granbull", + "poke_211": "Qwilfish", + "poke_212": "Scizor", + "poke_212_e1": "Mega Scizor", + "poke_213": "Shuckle", + "poke_214": "Heracross", + "poke_214_e1": "Mega Heracross", + "poke_215": "Sneasel", + "poke_216": "Teddiursa", + "poke_217": "Ursaring", + "poke_218": "Slugma", + "poke_219": "Magcargo", + "poke_220": "Swinub", + "poke_221": "Piloswine", + "poke_222": "Corsola", + "poke_223": "Remoraid", + "poke_224": "Octillery", + "poke_225": "Delibird", + "poke_226": "Mantine", + "poke_227": "Skarmory", + "poke_228": "Houndour", + "poke_229": "Houndoom", + "poke_229_e1": "Mega Houndoom", + "poke_230": "Kingdra", + "poke_231": "Phanpy", + "poke_232": "Donphan", + "poke_233": "Porygon2", + "poke_234": "Stantler", + "poke_235": "Smeargle", + "poke_236": "Tyrogue", + "poke_237": "Hitmontop", + "poke_238": "Smoochum", + "poke_239": "Elekid", + "poke_240": "Magby", + "poke_241": "Miltank", + "poke_242": "Blissey", + "poke_243": "Raikou", + "poke_244": "Entei", + "poke_245": "Suicune", + "poke_246": "Larvitar", + "poke_247": "Pupitar", + "poke_248": "Tyranitar", + "poke_248_e1": "Mega Tyranitar", + "poke_249": "Lugia", + "poke_250": "Ho-Oh", + "poke_251": "Celebi", + "poke_252": "Treecko", + "poke_253": "Grovyle", + "poke_254": "Sceptile", + "poke_254_e1": "Mega Sceptile", + "poke_255": "Torchic", + "poke_256": "Combusken", + "poke_257": "Blaziken", + "poke_257_e1": "Mega Blaziken", + "poke_258": "Mudkip", + "poke_259": "Marshtomp", + "poke_260": "Swampert", + "poke_260_e1": "Mega Swampert", + "poke_261": "Poochyena", + "poke_262": "Mightyena", + "poke_263": "Zigzagoon", + "poke_264": "Linoone", + "poke_265": "Wurmple", + "poke_266": "Silcoon", + "poke_267": "Beautifly", + "poke_268": "Cascoon", + "poke_269": "Dustox", + "poke_270": "Lotad", + "poke_271": "Lombre", + "poke_272": "Ludicolo", + "poke_273": "Seedot", + "poke_274": "Nuzleaf", + "poke_275": "Shiftry", + "poke_276": "Taillow", + "poke_277": "Swellow", + "poke_278": "Wingull", + "poke_279": "Pelipper", + "poke_280": "Ralts", + "poke_281": "Kirlia", + "poke_282": "Gardevoir", + "poke_282_e1": "Mega Gardevoir", + "poke_283": "Surskit", + "poke_284": "Masquerain", + "poke_285": "Shroomish", + "poke_286": "Breloom", + "poke_287": "Slakoth", + "poke_288": "Vigoroth", + "poke_289": "Slaking", + "poke_290": "Nincada", + "poke_291": "Ninjask", + "poke_292": "Shedinja", + "poke_293": "Whismur", + "poke_294": "Loudred", + "poke_295": "Exploud", + "poke_296": "Makuhita", + "poke_297": "Hariyama", + "poke_298": "Azurill", + "poke_299": "Nosepass", + "poke_300": "Skitty", + "poke_301": "Delcatty", + "poke_302": "Sableye", + "poke_302_e1": "Mega Sableye", + "poke_303": "Mawile", + "poke_303_e1": "Mega Mawile", + "poke_304": "Aron", + "poke_305": "Lairon", + "poke_306": "Aggron", + "poke_306_e1": "Mega Aggron", + "poke_307": "Meditite", + "poke_308": "Medicham", + "poke_308_e1": "Mega Medicham", + "poke_309": "Electrike", + "poke_310": "Manectric", + "poke_310_e1": "Mega Manectric", + "poke_311": "Plusle", + "poke_312": "Minun", + "poke_313": "Volbeat", + "poke_314": "Illumise", + "poke_315": "Roselia", + "poke_316": "Gulpin", + "poke_317": "Swalot", + "poke_318": "Carvanha", + "poke_319": "Sharpedo", + "poke_319_e1": "Mega Sharpedo", + "poke_320": "Wailmer", + "poke_321": "Wailord", + "poke_322": "Numel", + "poke_323": "Camerupt", + "poke_323_e1": "Mega Camerupt", + "poke_324": "Torkoal", + "poke_325": "Spoink", + "poke_326": "Grumpig", + "poke_327": "Spinda", + "poke_328": "Trapinch", + "poke_329": "Vibrava", + "poke_330": "Flygon", + "poke_331": "Cacnea", + "poke_332": "Cacturne", + "poke_333": "Swablu", + "poke_334": "Altaria", + "poke_334_e1": "Mega Altaria", + "poke_335": "Zangoose", + "poke_336": "Seviper", + "poke_337": "Lunatone", + "poke_338": "Solrock", + "poke_339": "Barboach", + "poke_340": "Whiscash", + "poke_341": "Corphish", + "poke_342": "Crawdaunt", + "poke_343": "Baltoy", + "poke_344": "Claydol", + "poke_345": "Lileep", + "poke_346": "Cradily", + "poke_347": "Anorith", + "poke_348": "Armaldo", + "poke_349": "Feebas", + "poke_350": "Milotic", + "poke_351": "Castform", + "poke_352": "Kecleon", + "poke_353": "Shuppet", + "poke_354": "Banette", + "poke_354_e1": "Mega Banette", + "poke_355": "Duskull", + "poke_356": "Dusclops", + "poke_357": "Tropius", + "poke_358": "Chimecho", + "poke_359": "Absol", + "poke_359_e1": "Mega Absol", + "poke_360": "Wynaut", + "poke_361": "Snorunt", + "poke_362": "Glalie", + "poke_362_e1": "Mega Glalie", + "poke_363": "Spheal", + "poke_364": "Sealeo", + "poke_365": "Walrein", + "poke_366": "Clamperl", + "poke_367": "Huntail", + "poke_368": "Gorebyss", + "poke_369": "Relicanth", + "poke_370": "Luvdisc", + "poke_371": "Bagon", + "poke_372": "Shelgon", + "poke_373": "Salamence", + "poke_373_e1": "Mega Salamence", + "poke_374": "Beldum", + "poke_375": "Metang", + "poke_376": "Metagross", + "poke_376_e1": "Mega Metagross", + "poke_377": "Regirock", + "poke_378": "Regice", + "poke_379": "Registeel", + "poke_380": "Latias", + "poke_380_e1": "Mega Latias", + "poke_381": "Latios", + "poke_381_e1": "Mega Latios", + "poke_382": "Kyogre", + "poke_383": "Groudon", + "poke_384": "Rayquaza", + "poke_384_e1": "Mega Rayquaza", + "poke_385": "Jirachi", + "poke_386": "Deoxys", + "poke_387": "Turtwig", + "poke_388": "Grotle", + "poke_389": "Torterra", + "poke_390": "Chimchar", + "poke_391": "Monferno", + "poke_392": "Infernape", + "poke_393": "Piplup", + "poke_394": "Prinplup", + "poke_395": "Empoleon", + "poke_396": "Starly", + "poke_397": "Staravia", + "poke_398": "Staraptor", + "poke_399": "Bidoof", + "poke_400": "Bibarel", + "poke_401": "Kricketot", + "poke_402": "Kricketune", + "poke_403": "Shinx", + "poke_404": "Luxio", + "poke_405": "Luxray", + "poke_406": "Budew", + "poke_407": "Roserade", + "poke_408": "Cranidos", + "poke_409": "Rampardos", + "poke_410": "Shieldon", + "poke_411": "Bastiodon", + "poke_412": "Burmy", + "poke_413": "Wormadam", + "poke_414": "Mothim", + "poke_415": "Combee", + "poke_416": "Vespiquen", + "poke_417": "Pachirisu", + "poke_418": "Buizel", + "poke_419": "Floatzel", + "poke_420": "Cherubi", + "poke_421": "Cherrim", + "poke_422": "Shellos", + "poke_423": "Gastrodon", + "poke_424": "Ambipom", + "poke_425": "Drifloon", + "poke_426": "Drifblim", + "poke_427": "Buneary", + "poke_428": "Lopunny", + "poke_428_e1": "Mega Lopunny", + "poke_429": "Mismagius", + "poke_430": "Honchkrow", + "poke_431": "Glameow", + "poke_432": "Purugly", + "poke_433": "Chingling", + "poke_434": "Stunky", + "poke_435": "Skuntank", + "poke_436": "Bronzor", + "poke_437": "Bronzong", + "poke_438": "Bonsly", + "poke_439": "Mime Jr.", + "poke_440": "Happiny", + "poke_441": "Chatot", + "poke_442": "Spiritomb", + "poke_443": "Gible", + "poke_444": "Gabite", + "poke_445": "Garchomp", + "poke_445_e1": "Mega Garchomp", + "poke_446": "Munchlax", + "poke_447": "Riolu", + "poke_448": "Lucario", + "poke_448_e1": "Mega Lucario", + "poke_449": "Hippopotas", + "poke_450": "Hippowdon", + "poke_451": "Skorupi", + "poke_452": "Drapion", + "poke_453": "Croagunk", + "poke_454": "Toxicroak", + "poke_455": "Carnivine", + "poke_456": "Finneon", + "poke_457": "Lumineon", + "poke_458": "Mantyke", + "poke_459": "Snover", + "poke_460": "Abomasnow", + "poke_460_e1": "Mega Abomasnow", + "poke_461": "Weavile", + "poke_462": "Magnezone", + "poke_463": "Lickilicky", + "poke_464": "Rhyperior", + "poke_465": "Tangrowth", + "poke_466": "Electivire", + "poke_467": "Magmortar", + "poke_468": "Togekiss", + "poke_469": "Yanmega", + "poke_470": "Leafeon", + "poke_471": "Glaceon", + "poke_472": "Gliscor", + "poke_473": "Mamoswine", + "poke_474": "Porygon-Z", + "poke_475": "Gallade", + "poke_475_e1": "Mega Gallade", + "poke_476": "Probopass", + "poke_477": "Dusknoir", + "poke_478": "Froslass", + "poke_479": "Rotom", + "poke_480": "Uxie", + "poke_481": "Mesprit", + "poke_482": "Azelf", + "poke_483": "Dialga", + "poke_484": "Palkia", + "poke_485": "Heatran", + "poke_486": "Regigigas", + "poke_487": "Giratina", + "poke_488": "Cresselia", + "poke_489": "Phione", + "poke_490": "Manaphy", + "poke_491": "Darkrai", + "poke_492": "Shaymin", + "poke_493": "Arceus", + "poke_494": "Victini", + "poke_495": "Snivy", + "poke_496": "Servine", + "poke_497": "Serperior", + "poke_498": "Tepig", + "poke_499": "Pignite", + "poke_500": "Emboar", + "poke_501": "Oshawott", + "poke_502": "Dewott", + "poke_503": "Samurott", + "poke_504": "Patrat", + "poke_505": "Watchog", + "poke_506": "Lillipup", + "poke_507": "Herdier", + "poke_508": "Stoutland", + "poke_509": "Purrloin", + "poke_510": "Liepard", + "poke_511": "Pansage", + "poke_512": "Simisage", + "poke_513": "Pansear", + "poke_514": "Simisear", + "poke_515": "Panpour", + "poke_516": "Simipour", + "poke_517": "Munna", + "poke_518": "Musharna", + "poke_519": "Pidove", + "poke_520": "Tranquill", + "poke_521": "Unfezant", + "poke_522": "Blitzle", + "poke_523": "Zebstrika", + "poke_524": "Roggenrola", + "poke_525": "Boldore", + "poke_526": "Gigalith", + "poke_527": "Woobat", + "poke_528": "Swoobat", + "poke_529": "Drilbur", + "poke_530": "Excadrill", + "poke_531": "Audino", + "poke_531_e1": "Mega Audino", + "poke_532": "Timburr", + "poke_533": "Gurdurr", + "poke_534": "Conkeldurr", + "poke_535": "Tympole", + "poke_536": "Palpitoad", + "poke_537": "Seismitoad", + "poke_538": "Throh", + "poke_539": "Sawk", + "poke_540": "Sewaddle", + "poke_541": "Swadloon", + "poke_542": "Leavanny", + "poke_543": "Venipede", + "poke_544": "Whirlipede", + "poke_545": "Scolipede", + "poke_546": "Cottonee", + "poke_547": "Whimsicott", + "poke_548": "Petilil", + "poke_549": "Lilligant", + "poke_550": "Basculin", + "poke_551": "Sandile", + "poke_552": "Krokorok", + "poke_553": "Krookodile", + "poke_554": "Darumaka", + "poke_555": "Darmanitan", + "poke_556": "Maractus", + "poke_557": "Dwebble", + "poke_558": "Crustle", + "poke_559": "Scraggy", + "poke_560": "Scrafty", + "poke_561": "Sigilyph", + "poke_562": "Yamask", + "poke_563": "Cofagrigus", + "poke_564": "Tirtouga", + "poke_565": "Carracosta", + "poke_566": "Archen", + "poke_567": "Archeops", + "poke_568": "Trubbish", + "poke_569": "Garbodor", + "poke_570": "Zorua", + "poke_571": "Zoroark", + "poke_572": "Minccino", + "poke_573": "Cinccino", + "poke_574": "Gothita", + "poke_575": "Gothorita", + "poke_576": "Gothitelle", + "poke_577": "Solosis", + "poke_578": "Duosion", + "poke_579": "Reuniclus", + "poke_580": "Ducklett", + "poke_581": "Swanna", + "poke_582": "Vanillite", + "poke_583": "Vanillish", + "poke_584": "Vanilluxe", + "poke_585": "Deerling", + "poke_586": "Sawsbuck", + "poke_587": "Emolga", + "poke_588": "Karrablast", + "poke_589": "Escavalier", + "poke_590": "Foongus", + "poke_591": "Amoonguss", + "poke_592": "Frillish", + "poke_593": "Jellicent", + "poke_594": "Alomomola", + "poke_595": "Joltik", + "poke_596": "Galvantula", + "poke_597": "Ferroseed", + "poke_598": "Ferrothorn", + "poke_599": "Klink", + "poke_600": "Klang", + "poke_601": "Klinklang", + "poke_602": "Tynamo", + "poke_603": "Eelektrik", + "poke_604": "Eelektross", + "poke_605": "Elgyem", + "poke_606": "Beheeyem", + "poke_607": "Litwick", + "poke_608": "Lampent", + "poke_609": "Chandelure", + "poke_610": "Axew", + "poke_611": "Fraxure", + "poke_612": "Haxorus", + "poke_613": "Cubchoo", + "poke_614": "Beartic", + "poke_615": "Cryogonal", + "poke_616": "Shelmet", + "poke_617": "Accelgor", + "poke_618": "Stunfisk", + "poke_619": "Mienfoo", + "poke_620": "Mienshao", + "poke_621": "Druddigon", + "poke_622": "Golett", + "poke_623": "Golurk", + "poke_624": "Pawniard", + "poke_625": "Bisharp", + "poke_626": "Bouffalant", + "poke_627": "Rufflet", + "poke_628": "Braviary", + "poke_629": "Vullaby", + "poke_630": "Mandibuzz", + "poke_631": "Heatmor", + "poke_632": "Durant", + "poke_633": "Deino", + "poke_634": "Zweilous", + "poke_635": "Hydreigon", + "poke_636": "Larvesta", + "poke_637": "Volcarona", + "poke_638": "Cobalion", + "poke_639": "Terrakion", + "poke_640": "Virizion", + "poke_641": "Tornadus", + "poke_642": "Thundurus", + "poke_643": "Reshiram", + "poke_644": "Zekrom", + "poke_645": "Landorus", + "poke_646": "Kyurem", + "poke_647": "Keldeo", + "poke_648": "Meloetta", + "poke_649": "Genesect", + "poke_650": "Chespin", + "poke_651": "Quilladin", + "poke_652": "Chesnaught", + "poke_653": "Fennekin", + "poke_654": "Braixen", + "poke_655": "Delphox", + "poke_656": "Froakie", + "poke_657": "Frogadier", + "poke_658": "Greninja", + "poke_659": "Bunnelby", + "poke_660": "Diggersby", + "poke_661": "Fletchling", + "poke_662": "Fletchinder", + "poke_663": "Talonflame", + "poke_664": "Scatterbug", + "poke_665": "Spewpa", + "poke_666": "Vivillon", + "poke_667": "Litleo", + "poke_668": "Pyroar", + "poke_669": "Flabébé", + "poke_670": "Floette", + "poke_671": "Florges", + "poke_672": "Skiddo", + "poke_673": "Gogoat", + "poke_674": "Pancham", + "poke_675": "Pangoro", + "poke_676": "Furfrou", + "poke_677": "Espurr", + "poke_678": "Meowstic", + "poke_679": "Honedge", + "poke_680": "Doublade", + "poke_681": "Aegislash", + "poke_682": "Spritzee", + "poke_683": "Aromatisse", + "poke_684": "Swirlix", + "poke_685": "Slurpuff", + "poke_686": "Inkay", + "poke_687": "Malamar", + "poke_688": "Binacle", + "poke_689": "Barbaracle", + "poke_690": "Skrelp", + "poke_691": "Dragalge", + "poke_692": "Clauncher", + "poke_693": "Clawitzer", + "poke_694": "Helioptile", + "poke_695": "Heliolisk", + "poke_696": "Tyrunt", + "poke_697": "Tyrantrum", + "poke_698": "Amaura", + "poke_699": "Aurorus", + "poke_700": "Sylveon", + "poke_701": "Hawlucha", + "poke_702": "Dedenne", + "poke_703": "Carbink", + "poke_704": "Goomy", + "poke_705": "Sliggoo", + "poke_706": "Goodra", + "poke_707": "Klefki", + "poke_708": "Phantump", + "poke_709": "Trevenant", + "poke_710": "Pumpkaboo", + "poke_711": "Gourgeist", + "poke_712": "Bergmite", + "poke_713": "Avalugg", + "poke_714": "Noibat", + "poke_715": "Noivern", + "poke_716": "Xerneas", + "poke_717": "Yveltal", + "poke_718": "Zygarde", + "poke_719": "Diancie", + "poke_719_e1": "Mega Diancie", + "poke_720": "Hoopa", + "poke_721": "Volcanion", + "poke_722": "Rowlet", + "poke_723": "Dartrix", + "poke_724": "Decidueye", + "poke_725": "Litten", + "poke_726": "Torracat", + "poke_727": "Incineroar", + "poke_728": "Popplio", + "poke_729": "Brionne", + "poke_730": "Primarina", + "poke_731": "Pikipek", + "poke_732": "Trumbeak", + "poke_733": "Toucannon", + "poke_734": "Yungoos", + "poke_735": "Gumshoos", + "poke_736": "Grubbin", + "poke_737": "Charjabug", + "poke_738": "Vikavolt", + "poke_739": "Crabrawler", + "poke_740": "Crabominable", + "poke_741": "Oricorio", + "poke_742": "Cutiefly", + "poke_743": "Ribombee", + "poke_744": "Rockruff", + "poke_745": "Lycanroc", + "poke_746": "Wishiwashi", + "poke_747": "Mareanie", + "poke_748": "Toxapex", + "poke_749": "Mudbray", + "poke_750": "Mudsdale", + "poke_751": "Dewpider", + "poke_752": "Araquanid", + "poke_753": "Fomantis", + "poke_754": "Lurantis", + "poke_755": "Morelull", + "poke_756": "Shiinotic", + "poke_757": "Salandit", + "poke_758": "Salazzle", + "poke_759": "Stufful", + "poke_760": "Bewear", + "poke_761": "Bounsweet", + "poke_762": "Steenee", + "poke_763": "Tsareena", + "poke_764": "Comfey", + "poke_765": "Oranguru", + "poke_766": "Passimian", + "poke_767": "Wimpod", + "poke_768": "Golisopod", + "poke_769": "Sandygast", + "poke_770": "Palossand", + "poke_771": "Pyukumuku", + "poke_772": "Tipo Nulo", + "poke_773": "Silvally", + "poke_774": "Minior", + "poke_775": "Komala", + "poke_776": "Turtonator", + "poke_777": "Togedemaru", + "poke_778": "Mimikyu", + "poke_779": "Bruxish", + "poke_780": "Drampa", + "poke_781": "Dhelmise", + "poke_782": "Jangmo-o", + "poke_783": "Hakamo-o", + "poke_784": "Kommo-o", + "poke_785": "Tapu Koko", + "poke_786": "Tapu Lele", + "poke_787": "Tapu Bulu", + "poke_788": "Tapu Fini", + "poke_789": "Cosmog", + "poke_790": "Cosmoem", + "poke_791": "Solgaleo", + "poke_792": "Lunala", + "poke_793": "Nihilego", + "poke_794": "Buzzwole", + "poke_795": "Pheromosa", + "poke_796": "Xurkitree", + "poke_797": "Celesteela", + "poke_798": "Kartana", + "poke_799": "Guzzlord", + "poke_800": "Necrozma", + "poke_801": "Magearna", + "poke_802": "Marshadow", + "poke_803": "Poipole", + "poke_804": "Naganadel", + "poke_805": "Stakataka", + "poke_806": "Blacephalon", + "poke_807": "Zeraora", + "poke_808": "Meltan", + "poke_809": "Melmetal", + "poke_810": "Grookey", + "poke_811": "Thwackey", + "poke_812": "Rillaboom", + "poke_813": "Scorbunny", + "poke_814": "Raboot", + "poke_815": "Cinderace", + "poke_816": "Sobble", + "poke_817": "Drizzile", + "poke_818": "Inteleon", + "poke_819": "Skwovet", + "poke_820": "Greedent", + "poke_821": "Rookidee", + "poke_822": "Corvisquire", + "poke_823": "Corviknight", + "poke_824": "Blipbug", + "poke_825": "Dottler", + "poke_826": "Orbeetle", + "poke_827": "Nickit", + "poke_828": "Thievul", + "poke_829": "Gossifleur", + "poke_830": "Eldegoss", + "poke_831": "Wooloo", + "poke_832": "Dubwool", + "poke_833": "Chewtle", + "poke_834": "Drednaw", + "poke_835": "Yamper", + "poke_836": "Boltund", + "poke_837": "Rolycoly", + "poke_838": "Carkol", + "poke_839": "Coalossal", + "poke_840": "Applin", + "poke_841": "Flapple", + "poke_842": "Appletun", + "poke_843": "Silicobra", + "poke_844": "Sandaconda", + "poke_845": "Cramorant", + "poke_846": "Arrokuda", + "poke_847": "Barraskewda", + "poke_848": "Toxel", + "poke_849": "Toxtricity", + "poke_850": "Sizzlipede", + "poke_851": "Centiskorch", + "poke_852": "Clobbopus", + "poke_853": "Grapploct", + "poke_854": "Sinistea", + "poke_855": "Polteageist", + "poke_856": "Hatenna", + "poke_857": "Hattrem", + "poke_858": "Hatterene", + "poke_859": "Impidimp", + "poke_860": "Morgrem", + "poke_861": "Grimmsnarl", + "poke_862": "Obstagoon", + "poke_863": "Perrserker", + "poke_864": "Cursola", + "poke_865": "Sirfetch’d", + "poke_866": "Mr. Rime", + "poke_867": "Runerigus", + "poke_868": "Milcery", + "poke_869": "Alcremie", + "poke_870": "Falinks", + "poke_871": "Pincurchin", + "poke_872": "Snom", + "poke_873": "Frosmoth", + "poke_874": "Stonjourner", + "poke_875": "Eiscue", + "poke_876": "Indeedee", + "poke_877": "Morpeko", + "poke_878": "Cufant", + "poke_879": "Copperajah", + "poke_880": "Dracozolt", + "poke_881": "Arctozolt", + "poke_882": "Dracovish", + "poke_883": "Arctovish", + "poke_884": "Duraludon", + "poke_885": "Dreepy", + "poke_886": "Drakloak", + "poke_887": "Dragapult", + "poke_888": "Zacian", + "poke_889": "Zamazenta", + "poke_890": "Eternatus", + "poke_891": "Kubfu", + "poke_892": "Urshifu", + "poke_893": "Zarude", + "poke_894": "Regieleki", + "poke_895": "Regidrago", + "poke_896": "Glastrier", + "poke_897": "Spectrier", + "poke_898": "Calyrex", + "poke_899": "Wyrdeer", + "poke_900": "Kleavor", + "poke_901": "Ursaluna", + "poke_902": "Basculegion", + "poke_903": "Sneasler", + "poke_904": "Overqwil", + "poke_905": "Enamorus", + "poke_906": "Sprigatito", + "poke_907": "Floragato", + "poke_908": "Meowscarada", + "poke_909": "Fuecoco", + "poke_910": "Crocalor", + "poke_911": "Skeledirge", + "poke_912": "Quaxly", + "poke_913": "Quaxwell", + "poke_914": "Quaquaval", + "poke_915": "Lechonk", + "poke_916": "Oinkologne", + "poke_917": "Tarountula", + "poke_918": "Spidops", + "poke_919": "Nymble", + "poke_920": "Lokix", + "poke_921": "Pawmi", + "poke_922": "Pawmo", + "poke_923": "Pawmot", + "poke_924": "Tandemaus", + "poke_925": "Maushold", + "poke_926": "Fidough", + "poke_927": "Dachsbun", + "poke_928": "Smoliv", + "poke_929": "Dolliv", + "poke_930": "Arboliva", + "poke_931": "Squawkabilly", + "poke_932": "Nacli", + "poke_933": "Naclstack", + "poke_934": "Garganacl", + "poke_935": "Charcadet", + "poke_936": "Armarouge", + "poke_937": "Ceruledge", + "poke_938": "Tadbulb", + "poke_939": "Bellibolt", + "poke_940": "Wattrel", + "poke_941": "Kilowattrel", + "poke_942": "Maschiff", + "poke_943": "Mabosstiff", + "poke_944": "Shroodle", + "poke_945": "Grafaiai", + "poke_946": "Bramblin", + "poke_947": "Brambleghast", + "poke_948": "Toedscool", + "poke_949": "Toedscruel", + "poke_950": "Klawf", + "poke_951": "Capsakid", + "poke_952": "Scovillain", + "poke_953": "Rellor", + "poke_954": "Rabsca", + "poke_955": "Flittle", + "poke_956": "Espathra", + "poke_957": "Tinkatink", + "poke_958": "Tinkatuff", + "poke_959": "Tinkaton", + "poke_960": "Wiglett", + "poke_961": "Wugtrio", + "poke_962": "Bombirdier", + "poke_963": "Finizen", + "poke_964": "Palafin", + "poke_965": "Varoom", + "poke_966": "Revavroom", + "poke_967": "Cyclizar", + "poke_968": "Orthworm", + "poke_969": "Glimmet", + "poke_970": "Glimmora", + "poke_971": "Greavard", + "poke_972": "Houndstone", + "poke_973": "Flamigo", + "poke_974": "Cetoddle", + "poke_975": "Cetitan", + "poke_976": "Veluza", + "poke_977": "Dondozo", + "poke_978": "Tatsugiri", + "poke_979": "Annihilape", + "poke_980": "Clodsire", + "poke_981": "Farigiraf", + "poke_982": "Dudunsparce", + "poke_983": "Kingambit", + "poke_984": "Presa Grande", + "poke_985": "Cauda Brado", + "poke_986": "Capuz Bruto", + "poke_987": "Juba Sopro", + "poke_988": "Asa Rasteira", + "poke_989": "Choque Areia", + "poke_990": "Trilho Férreo", + "poke_991": "Pacote Férreo", + "poke_992": "Mãos Férreas", + "poke_993": "Jugulares Férreas", + "poke_994": "Mariposa Férrea", + "poke_995": "Espinhos Férreos", + "poke_996": "Frigibax", + "poke_997": "Arctibax", + "poke_998": "Baxcalibur", + "poke_999": "Gimmighoul", + "poke_1000": "Gholdengo", + "poke_1001": "Wo-Chien", + "poke_1002": "Chien-Pao", + "poke_1003": "Ting-Lu", + "poke_1004": "Chi-Yu", + "poke_1005": "Lua Estrondo", + "poke_1006": "Valentia Férrea", + "poke_1007": "Koraidon", + "poke_1008": "Miraidon", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "Nenhum", + "poke_type_1": "Normal", + "poke_type_2": "Lutador", + "poke_type_3": "Voador", + "poke_type_4": "Venenoso", + "poke_type_5": "Terrestre", + "poke_type_6": "Pedra", + "poke_type_7": "Inseto", + "poke_type_8": "Fantasma", + "poke_type_9": "Aço", + "poke_type_10": "Fogo", + "poke_type_11": "Água", + "poke_type_12": "Planta", + "poke_type_13": "Elétrico", + "poke_type_14": "Psíquico", + "poke_type_15": "Gelo", + "poke_type_16": "Dragão", + "poke_type_17": "Sombrio", + "poke_type_18": "Fada", + "purified": "Purificado", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "Caminhar {{amount}} km com seu companheiro", + "quest_catch_type_dark_plural": "Pegar {{amount}} Pokémon de tipo Sombrio.", + "quest_catch_type_dragon_plural": "Pegar {{amount}} Pokémon de tipo Dragão.", + "quest_catch_type_poison_plural": "Pegar {{amount}} Pokémon de tipo Venenoso.", + "quest_catch_type_psychic_plural": "Pegar {{amount}} Pokémon de tipo Psíquico.", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "Derrotar {{amount}} Pokémon de tipo Fantasma.", + "quest_fight_type_ghost_psychic_plural": "Derrotar {{amount}} Pokémon de tipo Psíquico ou Fantasma.", + "quest_fight_type_psychic_plural": "Derrotar {{amount}} Pokémon de tipo Psíquico.", + "quest_incense_singular": "Usar 1 Incenso.", + "quest_land_excellent_plural": "Fazer {{amount}} jogadas excelentes.", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "Batalhar contra 1 líder de equipe {{amount_0}} vezes.", + "quest_title_challenge_2019_battle_trainer": "Batalhar contra outro Treinador.", + "quest_title_challenge_2019_battle_trainer_plural": "Batalhar contra outro Treinador {{amount_0}} vezes.", + "quest_title_challenge_2019_battle_trainer_win": "Vencer batalhas contra outro Treinador {{amount_0}} vezes.", + "quest_title_challenge_2019_snapshot_eevee": "Tirar {{amount_0}} fotos de Eevee.", + "quest_title_challenge_2019_snapshot_loudred": "Tirar 1 foto de Loudred.", + "quest_title_challenge_2019_snapshot_pkmn": "Tirar {{amount_0}} fotos de Jirachi.", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "Tirar {{amount_0}} fotos de Pokémon de tipo Fada.", + "quest_title_challenge_2019_snapshot_pkmn_flying": "Tirar {{amount_0}} fotos de Pokémon de tipo Voador.", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "Tirar {{amount_0}} fotos de Pokémon de tipo Fantasma.", + "quest_title_challenge_2019_snapshot_pkmn_grass": "Tirar {{amount_0}} fotos de Pokémon de tipo Planta.", + "quest_title_challenge_2019_snapshot_pkmn_ground": "Tirar {{amount_0}} fotos de Pokémon de tipo Terrestre.", + "quest_title_challenge_2019_snapshot_pkmn_ice": "Tirar {{amount_0}} fotos de Pokémon de tipo Gelo.", + "quest_title_challenge_2019_snapshot_pkmn_normal": "Tirar {{amount_0}} fotos de Pokémon de tipo Normal.", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "Tirar {{amount_0}} fotos de Pokémon de tipo Psíquico.", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Tirar {{amount_0}} fotos de Pokémon de tipo Psíquico ou Aço.", + "quest_title_challenge_2019_snapshot_pkmn_rock": "Tirar {{amount_0}} fotos de Pokémon de tipo Pedra.", + "quest_title_challenge_2019_snapshot_pkmn_steel": "Tirar {{amount_0}} fotos de Pokémon de tipo Aço.", + "quest_title_challenge_2019_snapshot_pkmn_water": "Tirar {{amount_0}} fotos de Pokémon de tipo Água.", + "quest_title_challenge_2019_trade_distance": "Trocar por 3 Pokémon de pelo menos 100 km de distância.", + "quest_title_challenge_available": "Um novo desafio está disponível!", + "quest_title_challenge_battle_gbl_win_all": "Vença na Liga de Batalha GO", + "quest_title_challenge_battle_trainer_great": "Batalhe contra outro Treinador da Grande Liga.", + "quest_title_challenge_buddy_affection_plural": "Ganhe {{amount_0}} corações com o seu companheiro", + "quest_title_challenge_buddy_affection_single": "Ganhe 1 coração com o seu companheiro", + "quest_title_challenge_buddy_battle_plural": "Batalhe junto de seu companheiro {{amount_0}} vezes enquanto participa de sua aventura", + "quest_title_challenge_buddy_battle_single": "Batalhe junto de seu companheiro enquanto participa de sua aventura", + "quest_title_challenge_buddy_emotion_plural": "Deixe o seu companheiro empolgado {{amount_0}} vezes", + "quest_title_challenge_buddy_emotion_single": "Deixe o seu companheiro empolgado", + "quest_title_challenge_buddy_level_best_plural": "Tornar-se melhor companheiro de Pokémon {{amount_0}} vezes", + "quest_title_challenge_buddy_level_best_single": "Tornar-se melhor companheiro de 1 Pokémon", + "quest_title_challenge_buddy_level_good_plural": "Tornar-se bom companheiro de Pokémon {{amount_0}} vezes", + "quest_title_challenge_buddy_level_good_single": "Tornar-se bom companheiro de 1 Pokémon", + "quest_title_challenge_buddy_level_great_plural": "Tornar-se grande companheiro de Pokémon {{amount_0}} vezes", + "quest_title_challenge_buddy_level_great_single": "Tornar-se grande companheiro de 1 Pokémon", + "quest_title_challenge_buddy_level_plural": "Aumentar o nível de companheiro de Pokémon {{amount_0}} vezes", + "quest_title_challenge_buddy_level_single": "Aumentar o nível de companheiro de 1 Pokémon", + "quest_title_challenge_buddy_level_ultra_plural": "Tornar-se ultra-companheiro de Pokémon {{amount_0}} vezes", + "quest_title_challenge_buddy_level_ultra_single": "Tornar-se ultra-companheiro de 1 Pokémon", + "quest_title_challenge_buddy_play_plural": "Brincar {{amount_0}} vezes com seu companheiro", + "quest_title_challenge_buddy_play_single": "Brinque com seu companheiro", + "quest_title_challenge_buddy_poi_plural": "Visitar um lugar interessante indicado pelo seu companheiro {{amount_0}} vezes", + "quest_title_challenge_buddy_poi_single": "Visitar um lugar interessante indicado pelo seu companheiro", + "quest_title_challenge_buddy_snapshot_plural": "Tirar {{amount_0}} fotos de seu companheiro", + "quest_title_challenge_buddy_snapshot_single": "Tirar 1 foto de seu companheiro", + "quest_title_challenge_buddy_treat_plural": "Dar {{amount_0}} guloseimas ao seu companheiro", + "quest_title_challenge_buddy_treat_single": "Dar 1 guloseima ao seu companheiro", + "quest_title_challenge_catch_legendary": "Pegar 1 Pokémon Lendário de uma descoberta extraordinária ou de um Reide.", + "quest_title_challenge_catch_unique_any": "Pegar {{amount_0}} espécies diferentes de Pokémon.", + "quest_title_challenge_snapshot_bidoof": "Tirar 1 foto de Bidoof.", + "quest_title_challenge_snapshot_dratini_singular": "Tirar 1 foto de Dratini.", + "quest_title_challenge_snapshot_eevee": "Tirar 1 foto de Eevee.", + "quest_title_challenge_snapshot_pkmn_bug": "Tirar {{amount_0}} fotos de Pokémon de tipo Inseto.", + "quest_title_challenge_snapshot_pkmn_bug_single": "Tirar uma foto de um Pokémon de tipo Inseto.", + "quest_title_challenge_snapshot_pkmn_dark": "Tirar {{amount_0}} fotos de Pokémon de tipo Sombrio.", + "quest_title_challenge_snapshot_pkmn_dark_single": "Tirar uma foto de um Pokémon de tipo Sombrio.", + "quest_title_challenge_snapshot_pkmn_dragon": "Tirar {{amount_0}} fotos de Pokémon de tipo Dragão.", + "quest_title_challenge_snapshot_pkmn_dragon_single": "Tirar uma foto de 1 Pokémon de tipo Dragão.", + "quest_title_challenge_snapshot_pkmn_electric": "Tirar {{amount_0}} fotos de Pokémon de tipo Elétrico.", + "quest_title_challenge_snapshot_pkmn_electric_single": "Tirar uma foto de um Pokémon de tipo Elétrico.", + "quest_title_challenge_snapshot_pkmn_fairy_single": "Tirar uma foto de um Pokémon de tipo Fada.", + "quest_title_challenge_snapshot_pkmn_fighting": "Tirar {{amount_0}} fotos de Pokémon de tipo Lutador.", + "quest_title_challenge_snapshot_pkmn_fighting_single": "Tirar uma foto de um Pokémon de tipo Lutador.", + "quest_title_challenge_snapshot_pkmn_fire": "Tirar {{amount_0}} fotos de Pokémon de tipo Fogo.", + "quest_title_challenge_snapshot_pkmn_fire_single": "Tirar 1 foto de um Pokémon de tipo Fogo.", + "quest_title_challenge_snapshot_pkmn_flying_single": "Tirar uma foto de um Pokémon de tipo Voador.", + "quest_title_challenge_snapshot_pkmn_ghost_single": "Tirar uma foto de um Pokémon de tipo Fantasma.", + "quest_title_challenge_snapshot_pkmn_grass_single": "Tirar uma foto de um Pokémon de tipo Planta.", + "quest_title_challenge_snapshot_pkmn_ground_single": "Tirar uma foto de um Pokémon de tipo Terrestre.", + "quest_title_challenge_snapshot_pkmn_ice_single": "Tirar uma foto de um Pokémon de tipo Gelo.", + "quest_title_challenge_snapshot_pkmn_normal_single": "Tirar uma foto de um Pokémon de tipo Normal.", + "quest_title_challenge_snapshot_pkmn_poison": "Tirar {{amount_0}} fotos de Pokémon de tipo Venenoso.", + "quest_title_challenge_snapshot_pkmn_poison_single": "Tirar uma foto de um Pokémon de tipo Venenoso.", + "quest_title_challenge_snapshot_pkmn_psychic_single": "Tirar uma foto de um Pokémon de tipo Psíquico.", + "quest_title_challenge_snapshot_pkmn_rock": "Tirar {{amount_0}} fotos de Pokémon de tipo Pedra.", + "quest_title_challenge_snapshot_pkmn_rock_single": "Tirar uma foto de um Pokémon de tipo Pedra.", + "quest_title_challenge_snapshot_pkmn_steel_single": "Tirar uma foto de um Pokémon de tipo Aço.", + "quest_title_challenge_snapshot_pkmn_water_single": "Tirar uma foto de um Pokémon de tipo Água.", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Tirar 1 foto de Blitzle selvagem.", + "quest_title_challenge_snapshot_wild_glameow_singular": "Tirar 1 foto de Glameow selvagem.", + "quest_title_geotarget_quest_description": "Escanear {{amount_0}}.", + "quest_title_quest_achieve_lvl_40": "Alcançar o nível 40.", + "quest_title_quest_adventure_effect_activate_plural": "Ativar 1 Efeito de Aventura {{amount_0}} vezes.", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Ativar Efeito de Aventura de Rugido do Tempo {{amount_0}} vezes.", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Ativar Efeito de Aventura de Rugido do Tempo.", + "quest_title_quest_adventure_effect_activate_singular": "Ativar 1 Efeito de Aventura.", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Ativar Efeito de Aventura de Laceração Espacial {{amount_0}} vezes.", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Ativar Efeito de Aventura de Laceração Espacial.", + "quest_title_quest_adventure_evolve_singular": "Semana Aventura: evoluir 1 Omanyte ou Kabuto.", + "quest_title_quest_adventure_hatch_egg_plural": "Semana Aventura: chocar {{amount_0}} ovos.", + "quest_title_quest_adventure_visit_pokestop_new_plural": "Semana Aventura: girar {{amount_0}} fotodiscos de Poképaradas que ainda não tenha visitado.", + "quest_title_quest_adventure_walk_buddy_plural": "Semana Aventura: ganhe {{amount_0}} doces caminhando com seu companheiro", + "quest_title_quest_adventure2019_catch_special33_plural": "Semana Aventura 2019: pegar {{amount_0}} Aron.", + "quest_title_quest_adventure2019_evolve_singular": "Semana Aventura 2019: evoluir 1 Lileep ou Anorith.", + "quest_title_quest_adventure2019_hatch_egg_plural": "Semana Aventura 2019: chocar {{amount_0}} Ovos.", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Semana Aventura 2019: girar {{amount_0}} fotodiscos de Poképaradas que ainda não tenha visitado.", + "quest_title_quest_adventure2019_visit_pokestop_plural": "Semana Aventura 2019: girar 25 fotodiscos de Poképaradas.", + "quest_title_quest_adventure2019_walk_buddy_plural": "Semana Aventura 2019: ganhar {{amount_0}} doces caminhando com seu companheiro.", + "quest_title_quest_alodude_catch": "Pegar {{amount_0}} Geodude de Alola.", + "quest_title_quest_alodude_evolve_a": "Evoluir {{amount_0}} Geodude de Alola.", + "quest_title_quest_alodude_evolve_b": "Evoluir {{amount_0}} Graveler de Alola.", + "quest_title_quest_alodude_snap": "Tirar {{amount_0}} fotos de Geodude de Alola.", + "quest_title_quest_at_catch_a": "Pegar {{amount_0}} Abra.", + "quest_title_quest_at_evolve_a": "Evoluir {{amount_0}} Abra.", + "quest_title_quest_at_evolve_k": "Evoluir {{amount_0}} Kadabra.", + "quest_title_quest_axew_catch_b": "Pegar {{amount_0}} Axew", + "quest_title_quest_axew_evolve_b": "Evoluir {{amount_0}} Axew", + "quest_title_quest_axew_snapshot_b": "Tirar 1 foto de {{amount_0}} Axew", + "quest_title_quest_azelf_wild_snap": "Tirar 1 foto de Azelf selvagem.", + "quest_title_quest_bagon_catch_b": "Pegar {{amount_0}} Bagon.", + "quest_title_quest_bagon_evolve_b_plural": "Evoluir {{amount_0}} Bagon.", + "quest_title_quest_bagon_evolve_b_singular": "Evoluir 1 Bagon.", + "quest_title_quest_bagon_snapshot_b": "Tirar 1 foto de {{amount_0}} Bagon.", + "quest_title_quest_battle_buddy_adventure_plural": "Batalhar contra outro Treinador junto de seu companheiro enquanto ele participa de sua aventura {{amount_0}} vezes.", + "quest_title_quest_battle_buddy_adventure_single": "Batalhar contra outro Treinador junto de seu companheiro enquanto ele participa de sua aventura.", + "quest_title_quest_battle_dangling_reward_toast": "Você deve completar sua batalha atual antes de começar uma nova batalha!", + "quest_title_quest_battle_error_toast": "Ocorreu um erro ao iniciar a batalha", + "quest_title_quest_battle_gbl_halloween_plural": "Batalhar na Copa de Dia das Bruxas {{amount_0}} vezes.", + "quest_title_quest_battle_gbl_halloween_win_plural": "Vencer {{amount_0}} Batalhas de Treinador na Copa de Dia das Bruxas.", + "quest_title_quest_battle_gbl_plural": "Batalhar na Liga de Batalha GO {{amount_0}} vezes.", + "quest_title_quest_battle_gbl_singular": "Batalhar na Liga de Batalha GO.", + "quest_title_quest_battle_gbl_win_plural": "Vencer {{amount_0}} Batalhas de Treinador na Liga de Batalha GO", + "quest_title_quest_battle_gbl_win_singular": "Vencer 1 Batalha de Treinador na Liga de Batalha GO", + "quest_title_quest_battle_great_plural": "Batalhar contra outro Treinador na Grande Liga {{amount_0}} vezes.", + "quest_title_quest_battle_great_win_plural": "Vencer {{amount_0}} Batalhas de Treinador na Grande Liga", + "quest_title_quest_battle_great_win_singular": "Vencer uma Batalha de Treinador na Grande Liga", + "quest_title_quest_battle_gym_plural": "Batalhar {{amount_0}} vezes em um Ginásio.", + "quest_title_quest_battle_gym_singular": "Batalhar em um Ginásio.", + "quest_title_quest_battle_master_win_plural": "Vencer {{amount_0}} Batalhas de Treinador na Liga Mestra", + "quest_title_quest_battle_master_win_singular": "Vencer uma Batalha de Treinador na Liga Mestra", + "quest_title_quest_battle_raid_plural": "Batalhar {{amount_0}} vezes em Reides.", + "quest_title_quest_battle_raid_singular": "Batalhar em 1 Reide.", + "quest_title_quest_battle_raid_with_friend_plural": "Batalhar em {{amount_0}} Reides com 1 amigo.", + "quest_title_quest_battle_raid_with_friend_singular": "Batalhar em 1 Reide com 1 amigo.", + "quest_title_quest_battle_supereffective_charge_plural": "Usar um ataque carregado supereficaz em {{amount_0}} batalhas.", + "quest_title_quest_battle_supereffective_charge_singular": "Usar um ataque carregado supereficaz em 1 batalha de Ginásio.", + "quest_title_quest_battle_team_rocket_plural": "Batalhar contra {{amount_0}} Recrutas da Equipe GO Rocket.", + "quest_title_quest_battle_team_rocket_singular": "Batalhar contra 1 Recruta da Equipe GO Rocket.", + "quest_title_quest_battle_ultra_win_plural": "Vencer {{amount_0}} Batalhas de Treinador na Ultra-liga", + "quest_title_quest_battle_ultra_win_singular": "Vencer uma Batalha de Treinador na Ultra-liga", + "quest_title_quest_battle19_catch_fighting_easy": "Pegar {{amount_0}} Pokémon de tipo Lutador.", + "quest_title_quest_battle19_catch_medium_pkmn": "Pegar {{amount_0}} Makuhita ou Meditite.", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Fazer {{amount_0}} excelentes jogadas seguidas.", + "quest_title_quest_battle19_raid_win_veryhard": "Vencer {{amount_0}} Reides.", + "quest_title_quest_battle19_supereffective_charge_hard": "Usar um ataque carregado supereficaz em {{amount_0}} batalhas de Ginásio.", + "quest_title_quest_battler_appears": "UM OPONENTE APARECEU!", + "quest_title_quest_beat_raid_10_minutes": "Vencer 1 Reide em menos de 10 minutos.", + "quest_title_quest_beat_raid_60_seconds": "Vencer 1 Reide em menos de 60 segundos.", + "quest_title_quest_beat_raid_singular_minutes": "Vencer 1 Reide em menos de {{amount_0}} minutos.", + "quest_title_quest_beat_raid_singular_seconds": "Vencer 1 Reide em menos de {{amount_0}} segundos.", + "quest_title_quest_begins19_catch_specific_plural": "Dia de Pokémon: Pegar {{amount_0}} Pidgey ou Rattata.", + "quest_title_quest_begins19_evolve_plural": "Dia de Pokémon: Evoluir 1 Meowth.", + "quest_title_quest_beldum_catch_b": "Pegar {{amount_0}} Beldum.", + "quest_title_quest_beldum_evolve_b_plural": "Evoluir {{amount_0}} Beldum.", + "quest_title_quest_beldum_evolve_b_singular": "Evoluir um Beldum.", + "quest_title_quest_bellsprout_catch_b": "Pegar {{amount_0}} Bellsprout.", + "quest_title_quest_bellsprout_evolve_b_plural": "Evoluir {{amount_0}} Bellsprout.", + "quest_title_quest_bellsprout_evolve_b_singular": "Evoluir 1 Bellsprout.", + "quest_title_quest_bellsprout_snapshot_b": "Tirar 1 foto de {{amount_0}} Bellsprout.", + "quest_title_quest_beluga_evolve_pkmn": "Let’s Go: evoluir {{amount_0}} Anorith.", + "quest_title_quest_beluga_excellent_singular": "Let's Go: fazer {{amount_0}} jogada excelente.", + "quest_title_quest_beluga_hatch_plural": "Let’s Go: chocar {{amount_0}} Ovos.", + "quest_title_quest_best_buddy_bronze": "Ter 1 melhor companheiro.", + "quest_title_quest_best_buddy_silver": "Ter 10 melhores companheiros.", + "quest_title_quest_bounsweet_catch_b": "Pegar {{amount_0}} Bounsweet.", + "quest_title_quest_bounsweet_evolve_b_plural": "Evoluir {{amount_0}} Bounsweet.", + "quest_title_quest_bounsweet_evolve_b_singular": "Evoluir 1 Bounsweet.", + "quest_title_quest_braixen_evolve_b": "Evoluir {{amount_0}} Braixen.", + "quest_title_quest_breakthrough_completed": "Pesquisa de campo completada!", + "quest_title_quest_breakthrough_reward_mystery": "Itens secretos", + "quest_title_quest_breakthrough_reward_stardust": "Poeira Estelar", + "quest_title_quest_brionne_evolve_b_plural": "Evoluir {{amount_0}} Brionne.", + "quest_title_quest_brionne_evolve_b_singular": "Evoluir 1 Brionne.", + "quest_title_quest_buddy_affection_days": "Ganhar 1 coração com o seu companheiro em {{amount_0}} dias diferentes.", + "quest_title_quest_buddy_affection_days_in_a_row": "Ganhar 1 coração com seu companheiro {{amount_0}} dias seguidos.", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Batalhar contra outro Treinador junto de seu companheiro enquanto ele participa de sua aventura {{amount_0}} vezes.", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "Batalhar contra outro Treinador junto de seu companheiro enquanto ele participa de sua aventura.", + "quest_title_quest_buddy_souvenir_plural": "Receber {{amount_0}} lembrancinhas do seu companheiro", + "quest_title_quest_buddy_souvenir_singular": "Receber uma lembrancinha do seu companheiro", + "quest_title_quest_buddy_walk_km_plural": "Caminhar {{amount_0}} km com seu companheiro", + "quest_title_quest_bulbt_catch_b": "Pegar {{amount_0}} Bulbasaur.", + "quest_title_quest_bulbt_evolve_b": "Evoluir {{amount_0}} Bulbasaur.", + "quest_title_quest_bulbt_evolve_s1": "Evoluir {{amount_0}} Ivysaur.", + "quest_title_quest_cacnea_catch": "Pegar {{amount_0}} Cacnea.", + "quest_title_quest_catch_151": "Pegar 151 Pokémon.", + "quest_title_quest_catch_b_types_plural": "Pegar {{amount_0}} Pokémon de tipo Elétrico, Normal ou Venenoso.", + "quest_title_quest_catch_basic_types_plural": "Pegar {{amount_0}} Pokémon de tipo Planta, Água ou Fogo.", + "quest_title_quest_catch_berry_any_drifloon": "Usar {{amount_0}} Frutas para ajudar a pegar Drifloon.", + "quest_title_quest_catch_berry_nanab_drifloon": "Usar {{amount_0}} Frutas Anaba para ajudar a pegar Drifloon.", + "quest_title_quest_catch_berry_pinap": "Usar {{amount_0}} Frutas Caxí para ajudar a pegar Pokémon.", + "quest_title_quest_catch_berry_razz": "Usar {{amount_0}} Frutas Frambo para ajudar a pegar Pokémon.", + "quest_title_quest_catch_berry_razz_drifloon": "Usar {{amount_0}} Frutas Frambo para ajudar a pegar Drifloon.", + "quest_title_quest_catch_bronzor_plural": "Pegar {{amount_0}} Bronzor.", + "quest_title_quest_catch_c_types_plural": "Pegar {{amount_0}} Pokémon de tipo Voador, Psíquico ou Sombrio.", + "quest_title_quest_catch_carbink_singular": "Pegar um Carbink.", + "quest_title_quest_catch_celebi_types_plural": "Pegar {{amount_0}} Pokémon de tipo Planta ou Psíquico.", + "quest_title_quest_catch_costumed_plural": "Pegar {{amount_0}} Eevee usando uma coroa de sol ou coroa de lua.", + "quest_title_quest_catch_crabrawler_plural": "Pegar {{amount_0}} Crabrawler.", + "quest_title_quest_catch_dark_type_plural": "Pegar {{amount_0}} Pokémon de tipo Sombrio.", + "quest_title_quest_catch_darumaka_plural": "Pegar {{amount_0}} Darumaka.", + "quest_title_quest_catch_daysinarow": "Pegar 1 Pokémon {{amount_0}} dias seguidos.", + "quest_title_quest_catch_dialga": "Pegar Dialga.", + "quest_title_quest_catch_drifloon": "Pegar {{amount_0}} Drifloon.", + "quest_title_quest_catch_ducklett_plural": "Pegar {{amount_0}} Ducklett.", + "quest_title_quest_catch_ducklett_singular": "Pegar 1 Ducklett.", + "quest_title_quest_catch_emolga_plural": "Pegar {{amount_0}} Emolga.", + "quest_title_quest_catch_excellent_curve_drifloon": "Pegar {{amount_0}} Drifloon com excelentes bolas curvas.", + "quest_title_quest_catch_excellent_with_berry_drifloon": "Pegar {{amount_0}} Drifloon com excelentes jogadas após alimentá-los com Frutas.", + "quest_title_quest_catch_feed_plural": "Usar {{amount_0}} Frutas para ajudar a pegar Pokémon.", + "quest_title_quest_catch_feed_singular": "Usar 1 Fruta para ajudar a pegar um Pokémon.", + "quest_title_quest_catch_furfou_singular": "Pegar 1 Furfrou.", + "quest_title_quest_catch_groudon_primal_boosted_types": "Pegar {{amount_0}} Pokémon de tipo Fogo, Planta ou Terrestre.", + "quest_title_quest_catch_groudon_type": "Pegar {{amount_0}} Pokémon de tipo Fogo, Planta ou Terrestre.", + "quest_title_quest_catch_hoenn_pokemon": "Pegar {{amount_0}} Pokémon originalmente descobertos na região de Hoenn.", + "quest_title_quest_catch_in_day_plural": "Pegar {{amount_0}} Pokémon em um único dia", + "quest_title_quest_catch_jan21_hoenn1_plural": "Pegar {{amount_0}} Groudon.", + "quest_title_quest_catch_jan21_hoenn2_plural": "Pegar {{amount_0}} Kyogre.", + "quest_title_quest_catch_johto_pokemon": "Pegar {{amount_0}} Pokémon originalmente descobertos na região de Johto.", + "quest_title_quest_catch_kanto_pokemon": "Pegar {{amount_0}} Pokémon originalmente descobertos na região de Kanto.", + "quest_title_quest_catch_kyogre_primal_boosted_types": "Pegar {{amount_0}} Pokémon de tipo Água, Elétrico ou Inseto.", + "quest_title_quest_catch_kyogre_type": "Pegar {{amount_0}} Pokémon de tipo Água, Elétrico ou Inseto.", + "quest_title_quest_catch_legendary_inarow_plural": "Pegar os próximos {{amount_0}} Pokémon Lendários ou Míticos que você encontrar.", + "quest_title_quest_catch_legendary_plural": "Pegar {{amount_0}} Pokémon Lendários ou Míticos", + "quest_title_quest_catch_legendary_singular": "Pegar um Pokémon Lendário ou Mítico", + "quest_title_quest_catch_lunatone_plural": "Pegar {{amount_0}} Lunatone.", + "quest_title_quest_catch_luvdisc": "Pegar {{amount_0}} Luvdisc.", + "quest_title_quest_catch_misc_01_types_plural": "Pegar {{amount_0}} Pokémon de tipo Normal, Água ou Gelo.", + "quest_title_quest_catch_nymble_plural": "Pegar {{amount_0}} Nymble.", + "quest_title_quest_catch_palkia": "Pegar Palkia.", + "quest_title_quest_catch_pikachu_plural": "Pegar {{amount_0}} Pikachu.", + "quest_title_quest_catch_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon.", + "quest_title_quest_catch_pokemon_dai_plural": "Usar Incenso de Aventura Diário para ajudar a pegar {{amount_0}} Pokémon.", + "quest_title_quest_catch_pokemon_days": "Pegar 1 Pokémon em {{amount_0}} dias diferentes.", + "quest_title_quest_catch_pokemon_great_ball_plural": "Pegar {{amount_0}} Pokémon com Grandes Bolas.", + "quest_title_quest_catch_pokemon_great_ball_singular": "Pegar 1 Pokémon com uma Grande Bola.", + "quest_title_quest_catch_pokemon_legendary_plural": "Pegar {{amount_0}} Pokémon Lendários.", + "quest_title_quest_catch_pokemon_legendary_singular": "Pegar 1 Pokémon Lendário.", + "quest_title_quest_catch_pokemon_party_plural": "Pegar {{amount_0}} Pokémon enquanto estiver em um grupo.", + "quest_title_quest_catch_pokemon_plural": "Pegar {{amount_0}} Pokémon.", + "quest_title_quest_catch_pokemon_poke_ball_plural": "Pegar {{amount_0}} Pokémon com Poké Bolas.", + "quest_title_quest_catch_pokemon_poke_ball_singular": "Pegar 1 Pokémon com uma Poké Bola.", + "quest_title_quest_catch_pokemon_routes_plural": "Pegar {{amount_0}} Pokémon seguindo Rotas", + "quest_title_quest_catch_pokemon_routes_singular": "Pegar 1 Pokémon seguindo uma Rota", + "quest_title_quest_catch_pokemon_singular": "Pegar 1 Pokémon.", + "quest_title_quest_catch_pokemon_task": "Pegar Pokémon.", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "Pegar {{amount_0}} Pokémon com Ultra Bolas.", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "Pegar 1 Pokémon com uma Ultra Bola.", + "quest_title_quest_catch_psychic_steel": "Pegar {{amount_0}} Pokémon de tipo Psíquico ou Aço.", + "quest_title_quest_catch_raid_regi_any": "Pegar 1 Regirock, Regice ou Registeel de um Reide.", + "quest_title_quest_catch_raid_regi_ice": "Pegar 1 Regice de um Reide.", + "quest_title_quest_catch_raid_regi_rock": "Pegar 1 Regirock de um Reide.", + "quest_title_quest_catch_raid_regi_steel": "Pegar 1 Registeel de um Reide.", + "quest_title_quest_catch_rayquaza_type": "Pegar {{amount_0}} Pokémon de tipo Voador, Psíquico ou Dragão.", + "quest_title_quest_catch_sinnoh_pokemon": "Pegar {{amount_0}} Pokémon originalmente descobertos na região de Sinnoh.", + "quest_title_quest_catch_sinnoh_pokemon_singular": "Pegar 1 Pokémon originalmente descoberto na região de Sinnoh.", + "quest_title_quest_catch_solrock_plural": "Pegar {{amount_0}} Solrock.", + "quest_title_quest_catch_special_aerodactyl": "Pegar 1 Aerodactyl.", + "quest_title_quest_catch_special_bidoof": "Pegar {{amount_0}} Bidoof.", + "quest_title_quest_catch_special_chespin": "Pegar 1 Chespin.", + "quest_title_quest_catch_special_cottonee": "Pegar {{amount_0}} Cottonee.", + "quest_title_quest_catch_special_cubone": "Pegar 1 Cubone.", + "quest_title_quest_catch_special_exeggcute": "Pegar {{amount_0}} Exeggcute.", + "quest_title_quest_catch_special_fennekin": "Pegar 1 Fennekin.", + "quest_title_quest_catch_special_fletchling": "Pegar 1 Fletchling.", + "quest_title_quest_catch_special_froakie": "Pegar 1 Froakie.", + "quest_title_quest_catch_special_furfrou": "Pegar 1 Furfrou.", + "quest_title_quest_catch_special_jirachi": "Pegue Jirachi!", + "quest_title_quest_catch_special_lieep_anorithl": "Pegar {{amount_0}} Lileep ou Anorith.", + "quest_title_quest_catch_special_litleo": "Pegar 1 Litleo.", + "quest_title_quest_catch_special_mew": "Pegue Mew!", + "quest_title_quest_catch_special_natu": "Pegar {{amount_0}} Natu.", + "quest_title_quest_catch_special_omanyte_kabuto": "Pegar {{amount_0}} Omanyte ou Kabuto.", + "quest_title_quest_catch_special_pumpkaboo": "Pegar {{amount_0}} Pumpkaboo.", + "quest_title_quest_catch_special_slugma_gulpin": "Pegar {{amount_0}} Slugma ou Gulpin.", + "quest_title_quest_catch_special_voltorb": "Pegar {{amount_0}} Voltorb.", + "quest_title_quest_catch_special0_plural": "Pegar {{amount_0}} Ditto.", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: pegar os {{amount_0}} Pokémon na lista do evento.", + "quest_title_quest_catch_special0_singular": "Pegar 1 Ditto.", + "quest_title_quest_catch_special1_plural": "Pegar {{amount_0}} Oddish ou Bellsprout.", + "quest_title_quest_catch_special1_singular": "Pegar 1 Oddish ou Bellsprout.", + "quest_title_quest_catch_special2_plural": "Pegar {{amount_0}} Swablu.", + "quest_title_quest_catch_special2_singular": "Pegar 1 Swablu.", + "quest_title_quest_catch_special3_plural": "Pegar {{amount_0}} Pidgey ou Murkrow.", + "quest_title_quest_catch_special3_singular": "Pegar 1 Pidgey ou Murkrow.", + "quest_title_quest_catch_special4_plural": "Pegar {{amount_0}} Treecko ou Mudkip.", + "quest_title_quest_catch_special4_singular": "Pegar 1 Treecko ou Mudkip.", + "quest_title_quest_catch_special5_plural": "Pegar {{amount_0}} Meowth ou Skitty.", + "quest_title_quest_catch_special5_singular": "Pegar 1 Meowth ou Skitty.", + "quest_title_quest_catch_special6_plural": "Pegar {{amount_0}} Mareep.", + "quest_title_quest_catch_special7_plural": "Pegar {{amount_0}} Charmander.", + "quest_title_quest_catch_special8_plural": "Pegar {{amount_0}} Larvitar.", + "quest_title_quest_catch_special9_plural": "Pegar {{amount_0}} Unown.", + "quest_title_quest_catch_special10_plural": "Pegar {{amount_0}} Plusle.", + "quest_title_quest_catch_special11_plural": "Pegar {{amount_0}} Minun.", + "quest_title_quest_catch_special12_plural": "Pegar {{amount_0}} Squirtle.", + "quest_title_quest_catch_special13_plural": "Pegar {{amount_0}} Roselia.", + "quest_title_quest_catch_special14_singular": "Pegar 1 Meowth ou Growlithe.", + "quest_title_quest_catch_special15_singular": "Pegar 1 Snubbull ou Poochyena.", + "quest_title_quest_catch_special16_singular": "Pegar 1 Skitty ou Poochyena.", + "quest_title_quest_catch_special17_plural": "Pegar {{amount_0}} Eevee.", + "quest_title_quest_catch_special18_plural": "Pegar {{amount_0}} Beldum.", + "quest_title_quest_catch_special19_plural": "Pegar {{amount_0}} Slakoth.", + "quest_title_quest_catch_special20_plural": "Pegar {{amount_0}} Ralts.", + "quest_title_quest_catch_special21_singular": "Pegar 1 Rattata ou Pikachu.", + "quest_title_quest_catch_special22_plural": "Pegar {{amount_0}} Chikorita.", + "quest_title_quest_catch_special23_plural": "Pegar {{amount_0}} Cyndaquil.", + "quest_title_quest_catch_special24_plural": "Pegar {{amount_0}} Totodile.", + "quest_title_quest_catch_special25_plural": "Pegar {{amount_0}} Swinub.", + "quest_title_quest_catch_special26_plural": "Pegar {{amount_0}} Treecko.", + "quest_title_quest_catch_special27_plural": "Pegar {{amount_0}} Bagon.", + "quest_title_quest_catch_special28_plural": "Pegar {{amount_0}} Torchic.", + "quest_title_quest_catch_special29_plural": "Pegar {{amount_0}} Mudkip.", + "quest_title_quest_catch_special31_plural": "Pegar {{amount_0}} Turtwig.", + "quest_title_quest_catch_special33_plural": "Pegar {{amount_0}} Trapinch.", + "quest_title_quest_catch_special34_plural": "Pegar {{amount_0}} Chimchar.", + "quest_title_quest_catch_special35_plural": "Pegar {{amount_0}} Piplup.", + "quest_title_quest_catch_special36_plural": "Pegar {{amount_0}} Rhyhorn.", + "quest_title_quest_catch_special37_plural": "Pegar {{amount_0}} Machop.", + "quest_title_quest_catch_special38_plural": "Pegar {{amount_0}} Vulpix.", + "quest_title_quest_catch_special39_plural": "Pegar {{amount_0}} Dratini.", + "quest_title_quest_catch_special40_plural": "Pegar {{amount_0}} Abra.", + "quest_title_quest_catch_special41_plural": "Pegar {{amount_0}} Spheal.", + "quest_title_quest_catch_special42_plural": "Pegar {{amount_0}} Weedle.", + "quest_title_quest_catch_special43_plural": "Pegar {{amount_0}} Starly.", + "quest_title_quest_catch_special44_plural": "Pegar {{amount_0}} Seedot.", + "quest_title_quest_catch_special45_plural": "Pegar {{amount_0}} Grimer.", + "quest_title_quest_catch_special46_plural": "Pegar {{amount_0}} Porygon.", + "quest_title_quest_catch_staryu_plural": "Pegar {{amount_0}} Staryu.", + "quest_title_quest_catch_stufful_pinap_plural": "Usar {{amount_0}} Frutas Caxí para ajudar a pegar Pokémon.", + "quest_title_quest_catch_stufful_pinap_singular": "Usar 1 Fruta Caxí para ajudar a pegar um Pokémon.", + "quest_title_quest_catch_stufful_razz_plural": "Usar {{amount_0}} Frutas Frambo para ajudar a pegar Pokémon.", + "quest_title_quest_catch_stufful_razz_singular": "Usar 1 Fruta Frambo para ajudar a pegar um Pokémon.", + "quest_title_quest_catch_transform_pokemon_plural": "Pegar {{amount_0}} Pokémon Transformação.", + "quest_title_quest_catch_trubbish_plural": "Pegar {{amount_0}} Trubbish.", + "quest_title_quest_catch_type_bug_plural": "Pegar {{amount_0}} Pokémon de tipo Inseto.", + "quest_title_quest_catch_type_bug_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Inseto.", + "quest_title_quest_catch_type_bug_singular": "Pegar 1 Pokémon de tipo Inseto.", + "quest_title_quest_catch_type_buzzwole": "Pegar um Pokémon que compartilhe o mesmo tipo de Buzzwole.", + "quest_title_quest_catch_type_buzzwole_effective": "Pegar um Pokémon de um tipo que Buzzwole possui fraqueza contra.", + "quest_title_quest_catch_type_buzzwole_plural": "Pegar {{amount_0}} Pokémon que compartilhem o mesmo tipo de Buzzwole.", + "quest_title_quest_catch_type_celesteela_effective": "Pegar um Pokémon de um tipo que Celesteela possui fraqueza contra.", + "quest_title_quest_catch_type_dark_plural": "Pegar {{amount_0}} Pokémon de tipo Sombrio.", + "quest_title_quest_catch_type_dark_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Sombrio.", + "quest_title_quest_catch_type_dark_singular": "Pegar 1 Pokémon de tipo Sombrio.", + "quest_title_quest_catch_type_dragon_normal_plural": "Pegar {{amount_0}} Pokémon de tipo Normal ou Dragão.", + "quest_title_quest_catch_type_dragon_plural": "Pegar {{amount_0}} Pokémon de tipo Dragão.", + "quest_title_quest_catch_type_dragon_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Dragão", + "quest_title_quest_catch_type_dragon_singular": "Pegar 1 Pokémon de tipo Dragão.", + "quest_title_quest_catch_type_electric_flying_plural": "Pegar {{amount_0}} Pokémon de tipo Elétrico ou Voador.", + "quest_title_quest_catch_type_electric_plural": "Pegar {{amount_0}} Pokémon de tipo Elétrico.", + "quest_title_quest_catch_type_electric_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Elétrico.", + "quest_title_quest_catch_type_electric_singular": "Pegar 1 Pokémon de tipo Elétrico.", + "quest_title_quest_catch_type_fairy_plural": "Pegar {{amount_0}} Pokémon de tipo Fada.", + "quest_title_quest_catch_type_fairy_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Fada.", + "quest_title_quest_catch_type_fairy_singular": "Pegar 1 Pokémon de tipo Fada.", + "quest_title_quest_catch_type_fighting_plural": "Pegar {{amount_0}} Pokémon de tipo Lutador.", + "quest_title_quest_catch_type_fighting_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Luta", + "quest_title_quest_catch_type_fighting_singular": "Pegar 1 Pokémon de tipo Lutador.", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Pegar {{amount_0}} Pokémon de tipo Fogo ou Sombrio.", + "quest_title_quest_catch_type_fire_plural": "Pegar {{amount_0}} Pokémon de tipo Fogo.", + "quest_title_quest_catch_type_fire_singular": "Pegar 1 Pokémon de tipo Fogo.", + "quest_title_quest_catch_type_flying_plural": "Pegar {{amount_0}} Pokémon de tipo Voador.", + "quest_title_quest_catch_type_flying_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Voador.", + "quest_title_quest_catch_type_flying_singular": "Pegar 1 Pokémon de tipo Voador.", + "quest_title_quest_catch_type_ghost_dark_plural": "Pegar {{amount_0}} Pokémon de tipo Fantasma ou Sombrio", + "quest_title_quest_catch_type_ghost_plural": "Pegar {{amount_0}} Pokémon de tipo Fantasma.", + "quest_title_quest_catch_type_ghost_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Fantasma.", + "quest_title_quest_catch_type_ghost_singular": "Pegar 1 Pokémon de tipo Fantasma.", + "quest_title_quest_catch_type_grass_bug_plural": "Pegar {{amount_0}} Pokémon de tipo Planta ou Inseto.", + "quest_title_quest_catch_type_grass_plural": "Pegar {{amount_0}} Pokémon de tipo Planta.", + "quest_title_quest_catch_type_grass_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Planta.", + "quest_title_quest_catch_type_grass_poison_plural": "Pegar {{amount_0}} Pokémon de tipo Planta ou Venenoso.", + "quest_title_quest_catch_type_grass_singular": "Pegar 1 Pokémon de tipo Planta.", + "quest_title_quest_catch_type_ground_plural": "Pegar {{amount_0}} Pokémon de tipo Terrestre.", + "quest_title_quest_catch_type_ground_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Terrestre.", + "quest_title_quest_catch_type_ground_singular": "Pegar 1 Pokémon de tipo Terrestre.", + "quest_title_quest_catch_type_guzzlord_effective": "Pegar um Pokémon de um tipo que Guzzlord possui fraqueza contra.", + "quest_title_quest_catch_type_ice_grass_plural_unique": "Pegar {{amount_0}} Pokémon de tipo Planta ou Gelo.", + "quest_title_quest_catch_type_ice_plural": "Pegar {{amount_0}} Pokémon de tipo Gelo.", + "quest_title_quest_catch_type_ice_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Gelo.", + "quest_title_quest_catch_type_ice_singular": "Pegar 1 Pokémon de tipo Gelo.", + "quest_title_quest_catch_type_kartana_effective": "Pegar um Pokémon de um tipo que Kartana possui fraqueza contra.", + "quest_title_quest_catch_type_nihilego": "Pegar um Pokémon que compartilhe o mesmo tipo de Nihilego.", + "quest_title_quest_catch_type_nihilego_effective": "Pegar um Pokémon de um tipo que Nihilego possui fraqueza contra.", + "quest_title_quest_catch_type_nihilego_plural": "Pegar {{amount_0}} Pokémon que compartilhem o mesmo tipo de Nihilego.", + "quest_title_quest_catch_type_normal_plural": "Pegar {{amount_0}} Pokémon de tipo Normal.", + "quest_title_quest_catch_type_normal_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Normal.", + "quest_title_quest_catch_type_normal_singular": "Pegar 1 Pokémon de tipo Normal.", + "quest_title_quest_catch_type_pheremosa_effective": "Pegar um Pokémon de um tipo que Pheromosa possui fraqueza contra.", + "quest_title_quest_catch_type_pheromosa": "Pegar um Pokémon que compartilhe o mesmo tipo de Pheromosa.", + "quest_title_quest_catch_type_pheromosa_plural": "Pegar {{amount_0}} Pokémon que compartilhem o mesmo tipo de Pheromosa.", + "quest_title_quest_catch_type_poison_plural": "Pegar {{amount_0}} Pokémon de tipo Venenoso.", + "quest_title_quest_catch_type_poison_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Venenoso", + "quest_title_quest_catch_type_poison_singular": "Pegar 1 Pokémon de tipo Venenoso.", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "Pegar {{amount_0}} Pokémon de tipo Psíquico ou Lutador.", + "quest_title_quest_catch_type_psychic_plural": "Pegar {{amount_0}} Pokémon de tipo Psíquico.", + "quest_title_quest_catch_type_psychic_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Psíquico.", + "quest_title_quest_catch_type_psychic_singular": "Pegar 1 Pokémon de tipo Psíquico.", + "quest_title_quest_catch_type_rock_plural": "Pegar {{amount_0}} Pokémon de tipo Pedra.", + "quest_title_quest_catch_type_rock_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Pedra", + "quest_title_quest_catch_type_rock_singular": "Pegar 1 Pokémon de tipo Pedra.", + "quest_title_quest_catch_type_shaymin": "Pegar um Pokémon que compartilhe o mesmo tipo de Shaymin.", + "quest_title_quest_catch_type_shaymin_plural": "Pegar {{amount_0}} Pokémon que compartilhem o mesmo tipo de Shaymin.", + "quest_title_quest_catch_type_steel_plural": "Pegar {{amount_0}} Pokémon de tipo Aço.", + "quest_title_quest_catch_type_steel_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Aço.", + "quest_title_quest_catch_type_steel_singular": "Pegar 1 Pokémon de tipo Aço.", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Pegar {{amount_0}} Pokémon de tipo Fogo, Água ou Elétrico.", + "quest_title_quest_catch_type_water_flying_plural": "Pegar {{amount_0}} Pokémon de tipo Água ou Voador.", + "quest_title_quest_catch_type_water_ground_plural": "Pegar {{amount_0}} Pokémon de tipo Água ou Terrestre.", + "quest_title_quest_catch_type_water_plural": "Pegar {{amount_0}} Pokémon de tipo Água.", + "quest_title_quest_catch_type_water_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Água.", + "quest_title_quest_catch_type_water_singular": "Pegar 1 Pokémon de tipo Água.", + "quest_title_quest_catch_type_xurkitree": "Pegar um Pokémon que compartilhe o mesmo tipo de Xurkitree.", + "quest_title_quest_catch_type_xurkitree_effective": "Pegar um Pokémon de um tipo que Xurkitree possui fraqueza contra.", + "quest_title_quest_catch_type_xurkitree_plural": "Pegar {{amount_0}} Pokémon que compartilhem o mesmo tipo de Xurkitree.", + "quest_title_quest_catch_types_rainy_plural": "Pegar {{amount_0}} Pokémon de tipo Água, Elétrico ou Inseto.", + "quest_title_quest_catch_types_rainy_singular": "Pegar 1 Pokémon de tipo Água, Elétrico ou Inseto.", + "quest_title_quest_catch_types_snowy_plural": "Pegar {{amount_0}} Pokémon de tipo Gelo ou Aço.", + "quest_title_quest_catch_types_snowy_singular": "Pegar 1 Pokémon de tipo Gelo ou Aço.", + "quest_title_quest_catch_types_sunny_plural": "Pegar {{amount_0}} Pokémon de tipo Planta, Fogo ou Terrestre.", + "quest_title_quest_catch_types_sunny_singular": "Pegar 1 Pokémon de tipo Planta, Fogo ou Terrestre.", + "quest_title_quest_catch_types_windy_plural": "Pegar {{amount_0}} Pokémon de tipo Voador, Psíquico ou Dragão.", + "quest_title_quest_catch_types_windy_singular": "Pegar 1 Pokémon de tipo Voador, Psíquico ou Dragão.", + "quest_title_quest_catch_weather_boost_plural": "Pegar {{amount_0}} Pokémon com fortalecimento de clima.", + "quest_title_quest_catch_weather_boost_singular": "Pegar 1 Pokémon com fortalecimento de clima.", + "quest_title_quest_catch_whismur": "Pegar {{amount_0}} Whismur.", + "quest_title_quest_challenge_party_power_plural": "Usar Poder de Grupo {{amount_0}} vezes em Batalhas de Reide", + "quest_title_quest_challenge_party_power_singular": "Usar Poder de Grupo em uma Batalha de Reide", + "quest_title_quest_change_form_furfrou": "Mudar o corte de 1 Furfrou.", + "quest_title_quest_change_form_plural": "Mudar a forma de {{amount_0}} Pokémon.", + "quest_title_quest_change_form_singular": "Mudar a forma de 1 Pokémon.", + "quest_title_quest_chansey_catch_b": "Pegar {{amount_0}} Chansey.", + "quest_title_quest_chansey_evolve_b_plural": "Evoluir {{amount_0}} Chansey.", + "quest_title_quest_chansey_evolve_b_singular": "Evoluir uma Chansey.", + "quest_title_quest_chansey_snapshot_b": "Tirar 1 foto de {{amount_0}} Chansey.", + "quest_title_quest_charge_attack_party_plural": "Usar {{amount_0}} ataques carregados enquanto estiver em um grupo.", + "quest_title_quest_charge_attack_party_singular": "Usar 1 ataque carregado enquanto estiver em um grupo.", + "quest_title_quest_charged_attack_plural": "Usar {{amount_0}} ataques carregados", + "quest_title_quest_charjabug_evolve_b": "Evoluir {{amount_0}} Charjabug", + "quest_title_quest_chart_catch_b": "Pegar {{amount_0}} Charmander.", + "quest_title_quest_chart_catch_s1": "Pegar {{amount_0}} Charmeleon.", + "quest_title_quest_chart_evolve_b": "Evoluir {{amount_0}} Charmander.", + "quest_title_quest_chart_evolve_s1": "Evoluir {{amount_0}} Charmeleon.", + "quest_title_quest_chespin_catch_b": "Pegar {{amount_0}} Chespin.", + "quest_title_quest_chespin_evolve_b": "Evoluir {{amount_0}} Chespin.", + "quest_title_quest_chespin_snapshot_b": "Tirar 1 foto de {{amount_0}} Chespin.", + "quest_title_quest_crocalor_evolve_b": "Evoluir 1 Crocalor.", + "quest_title_quest_cyndaquil_catch_b": "Pegar {{amount_0}} Cyndaquil.", + "quest_title_quest_cyndaquil_evolve_b_plural": "Evoluir {{amount_0}} Cyndaquil.", + "quest_title_quest_cyndaquil_evolve_b_singular": "Evoluir 1 Cyndaquil.", + "quest_title_quest_dartrix_evolve_b_plural": "Evoluir {{amount_0}} Dartrix.", + "quest_title_quest_dartrix_evolve_b_singular": "Evoluir {{amount_0}} Dartrix.", + "quest_title_quest_dec2021_catch_b": "Pegar {{amount_0}} Pokémon que foram destaque nos Dias Comunitários de 2021.", + "quest_title_quest_dec2022_catch_b": "Pegar {{amount_0}} Pokémon em destaque durante o Dia Comunitário de dezembro de 2022,", + "quest_title_quest_dec2023_catch_b": "Pegar {{amount_0}} Pokémon que foram destaque nos Dias Comunitários de 2023.", + "quest_title_quest_defeat_jessie_james_plural": "Derrotar Jessie ou James {{amount_0}} vezes.", + "quest_title_quest_defeat_rocket": "Derrotar {{amount_0}} membros da Equipe GO Rocket.", + "quest_title_quest_defeat_rocket_leader_2500": "Derrotar um Líder da Equipe GO Rocket {{amount_0}} vezes usando Pokémon com 2,500 PC ou menos.", + "quest_title_quest_defeat_rocket_singular": "Derrotar 1 membro da Equipe GO Rocket.", + "quest_title_quest_deino_catch": "Pegar {{amount_0}} Deino.", + "quest_title_quest_deino_evolve_a": "Evoluir {{amount_0}} Deino.", + "quest_title_quest_deino_evolve_b": "Evoluir {{amount_0}} Deino ou Zweilous.", + "quest_title_quest_deino_snap": "Tirar 1 foto de {{amount_0}} Deino.", + "quest_title_quest_dragonair_evolve_b": "Evoluir {{amount_0}} Dragonair.", + "quest_title_quest_dratini_cdc_catch_b": "Pegar {{amount_0}} Dratini.", + "quest_title_quest_dratini_cdc_evolve_b": "Evoluir {{amount_0}} Dratini.", + "quest_title_quest_dratini_cdc_snapshot_b": "Tirar 1 foto de {{amount_0}} Dratini.", + "quest_title_quest_drizzle_evolve": "Evoluir 1 Drizzle.", + "quest_title_quest_dude_catch": "Pegar {{amount_0}} Geodude.", + "quest_title_quest_dude_evolve_a": "Evoluir {{amount_0}} Geodude.", + "quest_title_quest_dude_evolve_b": "Evoluir {{amount_0}} Graveler.", + "quest_title_quest_dude_snap": "Tirar {{amount_0}} fotos de Geodude.", + "quest_title_quest_duskt_catch_b": "Pegar {{amount_0}} Duskull.", + "quest_title_quest_duskt_evolve_b": "Evoluir {{amount_0}} Duskull.", + "quest_title_quest_duskt_evolve_s1": "Evoluir {{amount_0}} Dusclops.", + "quest_title_quest_earn_buddy_ribbon_plural": "Ganhar {{amount_0}} fitas de melhor companheiro com seus Pokémon.", + "quest_title_quest_eelektrik_evolve_b_plural": "Evoluir {{amount_0}} Eelektrik.", + "quest_title_quest_eelektrik_evolve_b_singular": "Evoluir 1 Eelektrik.", + "quest_title_quest_eevee_evolve_plural": "Evoluir Eevee para cada uma de suas Evoluções.", + "quest_title_quest_eevet_catch_b": "Pegar {{amount_0}} Eevee.", + "quest_title_quest_eevet_evolve_b": "Evoluir {{amount_0}} Eevee.", + "quest_title_quest_elect_catch_b": "Pegar {{amount_0}} Electabuzz.", + "quest_title_quest_elect_evolve_b": "Evoluir {{amount_0}} Electabuzz.", + "quest_title_quest_elite_raid_victory_plural": "Vencer {{amount_0}} Reides de Elite.", + "quest_title_quest_elite_raid_victory_singular": "Vencer 1 Reide de Elite.", + "quest_title_quest_elite4_a": "Derrote o GO Tour Elite dos Quatro: Treinador Platô", + "quest_title_quest_elite4_b": "Derrote o GO Tour Elite dos Quatro: Treinador Caverna", + "quest_title_quest_elite4_c": "Derrote o GO Tour Elite dos Quatro: Treinador Oceano", + "quest_title_quest_elite4_d": "Derrote o GO Tour Elite dos Quatro: Treinador Savana", + "quest_title_quest_elrd22_april16_battle": "Pesquisa de Exeggcute: batalhar em 1 Ginásio.", + "quest_title_quest_elrd22_april16_berries": "Pesquisa de Exeggcute: usar 3 Frutas para ajudar a pegar Pokémon.", + "quest_title_quest_elrd22_april16_catch_grass": "Pesquisa de Exeggcute: pegar 3 Pokémon de tipo Planta.", + "quest_title_quest_elrd22_april16_charged_move": "Pesquisa de Exeggcute: usar 1 ataque carregado supereficaz.", + "quest_title_quest_elrd22_april16_curve": "Pesquisa de Exeggcute: jogar 5 bolas curvas.", + "quest_title_quest_elrd22_april16_evolve_grass": "Pesquisa de Exeggcute: evoluir 2 Pokémon de tipo Planta.", + "quest_title_quest_elrd22_april16_gifts_stickers": "Pesquisa de Exeggcute: enviar 2 presentes e adicionar um adesivo em cada.", + "quest_title_quest_elrd22_april16_great": "Pesquisa de Exeggcute: fazer 3 ótimas jogadas.", + "quest_title_quest_elrd22_april16_great_row": "Pesquisa de Exeggcute: fazer 2 ótimas jogadas seguidas.", + "quest_title_quest_elrd22_april16_nice": "Pesquisa de Exeggcute: fazer 5 boas jogadas.", + "quest_title_quest_elrd22_april16_nice_row": "Pesquisa de Exeggcute: fazer 3 boas jogadas seguidas.", + "quest_title_quest_elrd22_april16_raid": "Pesquisa de Exeggcute: batalhar em 1 Reide.", + "quest_title_quest_elrd22_april16_spin": "Pesquisa de Exeggcute: girar 2 fotodiscos de Poképaradas.", + "quest_title_quest_elrd22_april16_weather_easy": "Pesquisa de Exeggcute: pegar 3 Pokémon com fortalecimento de clima.", + "quest_title_quest_elrd22_april16_weather_hard": "Pesquisa de Exeggcute: pegar 5 Pokémon com fortalecimento de clima.", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Pesquisa de Exeggcute: tirar 1 foto de um Pokémon selvagem de tipo Planta.", + "quest_title_quest_equinox19_catch_medium_pkmn": "Pegar {{amount_0}} Bulbasaur ou Chikorita.", + "quest_title_quest_equinox19_catch_type_grass_plural": "Pegar {{amount_0}} Pokémon de tipo Planta.", + "quest_title_quest_equinox19_evolve_type_grass_plural": "Evoluir {{amount_0}} Pokémon de tipo Planta.", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Evoluir {{amount_0}} Pokémon de tipo Planta.", + "quest_title_quest_event_eevee_snapshot_barcelona": "Tirar uma foto de seu Eevee em Barcelona", + "quest_title_quest_event_eevee_snapshot_jakarta": "Tirar 1 foto de seu Eevee em Jacarta.", + "quest_title_quest_event_eevee_snapshot_mexico_city": "Tirar uma foto de seu Eevee na Cidade do México", + "quest_title_quest_event_eevee_snapshot_seoul": "Tirar uma foto de seu Eevee em Seul.", + "quest_title_quest_event_eevee_snapshot_tainan": "Tirar 1 foto de seu Eevee em Tainan.", + "quest_title_quest_event_leave_behind_spin": "Girar 10 fotodiscos de Poképaradas que não tenha visitado antes.", + "quest_title_quest_event_leave_behind_spin_safari_city": "Girar uma Poképarada em qualquer local de Eevee Explorador", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Girar {{amount_0}} fotodiscos de Poképaradas em um local de Eevee Exploradores que você ainda não visitou.", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Girar 1 fotodisco de Poképarada em um local de Eevee Exploradores que você ainda não visitou.", + "quest_title_quest_event_spin_barcelona": "Girar 1 fotodisco de uma Poképarada ou Ginásio em Barcelona", + "quest_title_quest_event_spin_incheon": "Girar 1 fotodisco de uma Poképarada ou Ginásio em Incheon.", + "quest_title_quest_event_spin_jakarta": "Girar 1 fotodisco de uma Poképarada ou Ginásio em Jacarta.", + "quest_title_quest_event_spin_mexico_city": "Girar 1 fotodisco de uma Poképarada ou Ginásio na Cidade do México", + "quest_title_quest_event_spin_seoul": "Girar 1 fotodisco de uma Poképarada ou Ginásio em Seul.", + "quest_title_quest_event_spin_tainan": "Girar 1 fotodisco de uma Poképarada ou Ginásio em Tainan.", + "quest_title_quest_evolve_abra_singular": "Evoluir 1 Abra", + "quest_title_quest_evolve_aipom_singular": "Evoluir 1 Aipom", + "quest_title_quest_evolve_amaura_singular": "Evoluir 1 Amaura", + "quest_title_quest_evolve_anorith_singular": "Evoluir 1 Anorith", + "quest_title_quest_evolve_archen_singular": "Evoluir 1 Archen", + "quest_title_quest_evolve_aron_singular": "Evoluir 1 Aron", + "quest_title_quest_evolve_axew_singular": "Evoluir 1 Axew", + "quest_title_quest_evolve_azurill_singular": "Evoluir 1 Azurill", + "quest_title_quest_evolve_bagon_singular": "Evoluir 1 Bagon", + "quest_title_quest_evolve_baltoy_singular": "Evoluir 1 Baltoy", + "quest_title_quest_evolve_barboach_singular": "Evoluir 1 Barboach", + "quest_title_quest_evolve_bayleef": "Evoluir seu Bayleef.", + "quest_title_quest_evolve_bayleef_singular": "Evoluir 1 Bayleef.", + "quest_title_quest_evolve_beldum_singular": "Evoluir 1 Beldum", + "quest_title_quest_evolve_bellsprout_singular": "Evoluir 1 Bellsprout", + "quest_title_quest_evolve_bergmite_singular": "Evoluir 1 Bergmite", + "quest_title_quest_evolve_bidoof_singular": "Evoluir 1 Bidoof", + "quest_title_quest_evolve_binacle_singular": "Evoluir 1 Binacle", + "quest_title_quest_evolve_blitzle_singular": "Evoluir 1 Blitzle", + "quest_title_quest_evolve_boldore_singular": "Evoluir 1 Boldore", + "quest_title_quest_evolve_bonsly_singular": "Evoluir 1 Bonsly", + "quest_title_quest_evolve_braixen_singular": "Evoluir 1 Braixen", + "quest_title_quest_evolve_bronzor_singular": "Evoluir 1 Bronzor", + "quest_title_quest_evolve_budew_singular": "Evoluir 1 Budew", + "quest_title_quest_evolve_buizel_singular": "Evoluir 1 Buizel", + "quest_title_quest_evolve_bulbasaur": "Evoluir 1 Bulbasaur.", + "quest_title_quest_evolve_bulbasaur_singular": "Evoluir 1 Bulbasaur", + "quest_title_quest_evolve_buneary_singular": "Evoluir 1 Buneary", + "quest_title_quest_evolve_bunnelby_singular": "Evoluir 1 Bunnelby", + "quest_title_quest_evolve_burmy_singular": "Evoluir 1 Burmy", + "quest_title_quest_evolve_cacnea_singular": "Evoluir 1 Cacnea", + "quest_title_quest_evolve_carvanha_singular": "Evoluir 1 Carvanha", + "quest_title_quest_evolve_cascoon_singular": "Evoluir 1 Cascoon", + "quest_title_quest_evolve_caterpie_singular": "Evoluir 1 Caterpie", + "quest_title_quest_evolve_chansey_singular": "Evoluir 1 Chansey", + "quest_title_quest_evolve_charmander": "Evoluir 1 Charmander.", + "quest_title_quest_evolve_charmander_singular": "Evoluir 1 Charmander", + "quest_title_quest_evolve_charmeleon_singular": "Evoluir 1 Charmeleon", + "quest_title_quest_evolve_cherubi_singular": "Evoluir 1 Cherubi", + "quest_title_quest_evolve_chespin_singular": "Evoluir 1 Chespin", + "quest_title_quest_evolve_chikorita": "Evoluir seu Chikorita.", + "quest_title_quest_evolve_chikorita_singular": "Evoluir 1 Chikorita.", + "quest_title_quest_evolve_chimchar_singular": "Evoluir 1 Chimchar", + "quest_title_quest_evolve_chinchou_singular": "Evoluir 1 Chinchou", + "quest_title_quest_evolve_chingling_singular": "Evoluir 1 Chingling", + "quest_title_quest_evolve_clamperl_singular": "Evoluir 1 Clamperl", + "quest_title_quest_evolve_clauncher_singular": "Evoluir 1 Clauncher", + "quest_title_quest_evolve_clefairy_singular": "Evoluir 1 Clefairy", + "quest_title_quest_evolve_cleffa_singular": "Evoluir 1 Cleffa", + "quest_title_quest_evolve_combee_singular": "Evoluir 1 Combee", + "quest_title_quest_evolve_combusken_singular": "Evoluir 1 Combusken", + "quest_title_quest_evolve_corphish_singular": "Evoluir 1 Corphish", + "quest_title_quest_evolve_cosmoem_singular": "Evoluir 1 Cosmoem.", + "quest_title_quest_evolve_cosmog_singular": "Evoluir 1 Cosmog.", + "quest_title_quest_evolve_cottonee_singular": "Evoluir 1 Cottonee", + "quest_title_quest_evolve_cranidos_singular": "Evoluir 1 Cranidos", + "quest_title_quest_evolve_croagunk_singular": "Evoluir 1 Croagunk", + "quest_title_quest_evolve_croconaw": "Evoluir seu Croconaw.", + "quest_title_quest_evolve_croconaw_singular": "Evoluir 1 Croconaw.", + "quest_title_quest_evolve_cubchoo_singular": "Evoluir 1 Cubchoo", + "quest_title_quest_evolve_cubone_singular": "Evoluir 1 Cubone", + "quest_title_quest_evolve_cyndaquil": "Evoluir seu Cyndaquil.", + "quest_title_quest_evolve_cyndaquil_singular": "Evoluir 1 Cyndaquil.", + "quest_title_quest_evolve_dark_type_singular": "Evoluir 1 Pokémon de tipo Sombrio.", + "quest_title_quest_evolve_darumaka_singular": "Evoluir 1 Darumaka", + "quest_title_quest_evolve_deerling_singular": "Evoluir 1 Deerling", + "quest_title_quest_evolve_deino_singular": "Evoluir 1 Deino", + "quest_title_quest_evolve_dewott_singular": "Evoluir 1 Dewott", + "quest_title_quest_evolve_diglett_singular": "Evoluir 1 Diglett", + "quest_title_quest_evolve_doduo_singular": "Evoluir 1 Doduo", + "quest_title_quest_evolve_doublade_singular": "Evoluir 1 Doublade", + "quest_title_quest_evolve_dragonair_singular": "Evoluir 1 Dragonair", + "quest_title_quest_evolve_dratini_singular": "Evoluir 1 Dratini", + "quest_title_quest_evolve_drifloon_singular": "Evoluir 1 Drifloon", + "quest_title_quest_evolve_drilbur_singular": "Evoluir 1 Drilbur", + "quest_title_quest_evolve_drowzee_singular": "Evoluir 1 Drowzee", + "quest_title_quest_evolve_ducklett_singular": "Evoluir 1 Ducklett", + "quest_title_quest_evolve_duosion_singular": "Evoluir 1 Duosion", + "quest_title_quest_evolve_durant_singular": "Evoluir 1 Durant", + "quest_title_quest_evolve_dusclops_singular": "Evoluir 1 Dusclops.", + "quest_title_quest_evolve_duskull_singular": "Evoluir 1 Duskull.", + "quest_title_quest_evolve_dwebble_singular": "Evoluir 1 Dwebble", + "quest_title_quest_evolve_eelektrik_singular": "Evoluir 1 Eelektrik", + "quest_title_quest_evolve_eevee_singular": "Evoluir 1 Eevee.", + "quest_title_quest_evolve_eevee_types_plural": "Evoluir {{amount_0}} Pokémon de tipo Elétrico, Água ou Fogo.", + "quest_title_quest_evolve_eevee_types_singular": "Evoluir 1 Pokémon de tipo Elétrico, Água ou Fogo.", + "quest_title_quest_evolve_ekans_singular": "Evoluir 1 Ekans", + "quest_title_quest_evolve_electabuzz_singular": "Evoluir 1 Electabuzz", + "quest_title_quest_evolve_electrike_singular": "Evoluir 1 Electrike", + "quest_title_quest_evolve_elekid_singular": "Evoluir 1 Elekid", + "quest_title_quest_evolve_elgyem_singular": "Evoluir 1 Elgyem", + "quest_title_quest_evolve_espeon": "Evoluir 1 Eevee para Espeon durante o dia.", + "quest_title_quest_evolve_espurr_singular": "Evoluir 1 Espurr", + "quest_title_quest_evolve_evolved_grass_singular": "Evoluir 1 Pokémon de tipo Planta evoluído.", + "quest_title_quest_evolve_exeggcute_singular": "Evoluir 1 Exeggcute", + "quest_title_quest_evolve_farfetch'd_singular": "Evoluir 1 Farfetch'd", + "quest_title_quest_evolve_feebas_singular": "Evoluir 1 Feebas", + "quest_title_quest_evolve_fennekin_singular": "Evoluir 1 Fennekin", + "quest_title_quest_evolve_ferroseed_singular": "Evoluir 1 Ferroseed", + "quest_title_quest_evolve_finneon_singular": "Evoluir 1 Finneon", + "quest_title_quest_evolve_flaaffy_singular": "Evoluir 1 Flaaffy", + "quest_title_quest_evolve_flabébé_singular": "Evoluir 1 Flabébé", + "quest_title_quest_evolve_fletchinder_singular": "Evoluir 1 Fletchinder", + "quest_title_quest_evolve_fletchling_singular": "Evoluir 1 Fletchling.", + "quest_title_quest_evolve_floette_singular": "Evoluir 1 Floette", + "quest_title_quest_evolve_foongus_singular": "Evoluir 1 Foongus", + "quest_title_quest_evolve_fraxure_singular": "Evoluir 1 Fraxure", + "quest_title_quest_evolve_frillish_singular": "Evoluir 1 Frillish", + "quest_title_quest_evolve_froakie_singular": "Evoluir 1 Froakie", + "quest_title_quest_evolve_frogadier_singular": "Evoluir 1 Frogadier", + "quest_title_quest_evolve_gabite_singular": "Evoluir 1 Gabite", + "quest_title_quest_evolve_gastly_singular": "Evoluir 1 Gastly", + "quest_title_quest_evolve_geodude_singular": "Evoluir 1 Geodude", + "quest_title_quest_evolve_gible_singular": "Evoluir 1 Gible", + "quest_title_quest_evolve_glalie_singular": "Evoluir 1 Glalie", + "quest_title_quest_evolve_glameow_singular": "Evoluir 1 Glameow", + "quest_title_quest_evolve_gligar_singular": "Evoluir 1 Gligar", + "quest_title_quest_evolve_gloom_singular": "Evoluir 1 Gloom", + "quest_title_quest_evolve_golbat_singular": "Evoluir 1 Golbat", + "quest_title_quest_evolve_goldeen_singular": "Evoluir 1 Goldeen", + "quest_title_quest_evolve_golett_singular": "Evoluir 1 Golett", + "quest_title_quest_evolve_goomy_singular": "Evoluir 1 Goomy", + "quest_title_quest_evolve_gothita_singular": "Evoluir 1 Gothita", + "quest_title_quest_evolve_gothorita_singular": "Evoluir 1 Gothorita", + "quest_title_quest_evolve_graveler_singular": "Evoluir 1 Graveler", + "quest_title_quest_evolve_grimer_singular": "Evoluir 1 Grimer", + "quest_title_quest_evolve_grotle_singular": "Evoluir 1 Grotle", + "quest_title_quest_evolve_ground_plural": "Evoluir {{amount_0}} Pokémon de tipo Terrestre.", + "quest_title_quest_evolve_grovyle_singular": "Evoluir 1 Grovyle", + "quest_title_quest_evolve_growlithe_singular": "Evoluir 1 Growlithe", + "quest_title_quest_evolve_gulpin_singular": "Evoluir 1 Gulpin", + "quest_title_quest_evolve_gurdurr_singular": "Evoluir 1 Gurdurr", + "quest_title_quest_evolve_happiny_singular": "Evoluir 1 Happiny", + "quest_title_quest_evolve_haunter_singular": "Evoluir 1 Haunter", + "quest_title_quest_evolve_heatmor_singular": "Evoluir 1 Heatmor", + "quest_title_quest_evolve_helioptile_singular": "Evoluir 1 Helioptile", + "quest_title_quest_evolve_herdier_singular": "Evoluir 1 Herdier", + "quest_title_quest_evolve_hippopotas_singular": "Evoluir 1 Hippopotas", + "quest_title_quest_evolve_honedge_singular": "Evoluir 1 Honedge", + "quest_title_quest_evolve_hoothoot_singular": "Evoluir 1 Hoothoot", + "quest_title_quest_evolve_hoppip_singular": "Evoluir 1 Hoppip", + "quest_title_quest_evolve_horsea_singular": "Evoluir 1 Horsea", + "quest_title_quest_evolve_houndour_singular": "Evoluir 1 Houndour", + "quest_title_quest_evolve_igglybuff_singular": "Evoluir 1 Igglybuff", + "quest_title_quest_evolve_illumise_singular": "Evoluir 1 Illumise", + "quest_title_quest_evolve_inkay_singular": "Evoluir 1 Inkay", + "quest_title_quest_evolve_items_plural": "Usar itens para evoluir Pokémon {{amount_0}} vezes.", + "quest_title_quest_evolve_items_singular": "Usar um item para evoluir um Pokémon", + "quest_title_quest_evolve_ivysaur_singular": "Evoluir 1 Ivysaur", + "quest_title_quest_evolve_jigglypuff_singular": "Evoluir 1 Jigglypuff", + "quest_title_quest_evolve_joltik_singular": "Evoluir 1 Joltik", + "quest_title_quest_evolve_kabuto_singular": "Evoluir 1 Kabuto", + "quest_title_quest_evolve_kadabra_singular": "Evoluir 1 Kadabra", + "quest_title_quest_evolve_kakuna_singular": "Evoluir 1 Kakuna", + "quest_title_quest_evolve_karrablast_singular": "Evoluir 1 Karrablast", + "quest_title_quest_evolve_kirlia_singular": "Evoluir 1 Kirlia", + "quest_title_quest_evolve_klang_singular": "Evoluir 1 Klang", + "quest_title_quest_evolve_klink_singular": "Evoluir 1 Klink", + "quest_title_quest_evolve_koffing_singular": "Evoluir 1 Koffing", + "quest_title_quest_evolve_krabby_singular": "Evoluir 1 Krabby", + "quest_title_quest_evolve_kricketot_singular": "Evoluir 1 Kricketot", + "quest_title_quest_evolve_krokorok_singular": "Evoluir 1 Krokorok", + "quest_title_quest_evolve_lairon_singular": "Evoluir 1 Lairon", + "quest_title_quest_evolve_lampent_singular": "Evoluir 1 Lampent", + "quest_title_quest_evolve_larvesta_singular": "Evoluir 1 Larvesta", + "quest_title_quest_evolve_larvitar_singular": "Evoluir 1 Larvitar", + "quest_title_quest_evolve_ledyba_singular": "Evoluir 1 Ledyba", + "quest_title_quest_evolve_lickitung_singular": "Evoluir 1 Lickitung", + "quest_title_quest_evolve_lileep_singular": "Evoluir 1 Lileep", + "quest_title_quest_evolve_lillipup_singular": "Evoluir 1 Lillipup", + "quest_title_quest_evolve_linoone_singular": "Evoluir {{amount_0}} Linoone de Galar.", + "quest_title_quest_evolve_litleo_singular": "Evoluir 1 Litleo", + "quest_title_quest_evolve_litwick_singular": "Evoluir 1 Litwick", + "quest_title_quest_evolve_lombre_singular": "Evoluir 1 Lombre", + "quest_title_quest_evolve_lotad_singular": "Evoluir 1 Lotad", + "quest_title_quest_evolve_loudred_singular": "Evoluir 1 Loudred", + "quest_title_quest_evolve_luxio_singular": "Evoluir 1 Luxio", + "quest_title_quest_evolve_machoke_singular": "Evoluir 1 Machoke", + "quest_title_quest_evolve_machop_singular": "Evoluir 1 Machop", + "quest_title_quest_evolve_magby_singular": "Evoluir 1 Magby", + "quest_title_quest_evolve_magikarp_singular": "Evoluir 1 Magikarp", + "quest_title_quest_evolve_magmar_singular": "Evoluir 1 Magmar", + "quest_title_quest_evolve_magnemite_singular": "Evoluir 1 Magnemite", + "quest_title_quest_evolve_makuhita_singular": "Evoluir 1 Makuhita", + "quest_title_quest_evolve_mankey_singular": "Evoluir 1 Mankey", + "quest_title_quest_evolve_mantyke_singular": "Evoluir 1 Mantyke", + "quest_title_quest_evolve_mareep_singular": "Evoluir 1 Mareep", + "quest_title_quest_evolve_marill_singular": "Evoluir 1 Marill", + "quest_title_quest_evolve_marshtomp_singular": "Evoluir 1 Marshtomp", + "quest_title_quest_evolve_meditite_singular": "Evoluir 1 Meditite", + "quest_title_quest_evolve_meowth_singular": "Evoluir 1 Meowth", + "quest_title_quest_evolve_metang_singular": "Evoluir 1 Metang", + "quest_title_quest_evolve_metapod_singular": "Evoluir 1 Metapod", + "quest_title_quest_evolve_mienfoo_singular": "Evoluir 1 Mienfoo", + "quest_title_quest_evolve_mime jr._singular": "Evoluir 1 Mime Jr.", + "quest_title_quest_evolve_minccino_singular": "Evoluir 1 Minccino", + "quest_title_quest_evolve_misdreavus_singular": "Evoluir 1 Misdreavus", + "quest_title_quest_evolve_monferno_singular": "Evoluir 1 Monferno", + "quest_title_quest_evolve_mr. mime_singular": "Evoluir 1 Mr. Mime", + "quest_title_quest_evolve_mudkip_singular": "Evoluir 1 Mudkip", + "quest_title_quest_evolve_munchlax_singular": "Evoluir 1 Munchlax", + "quest_title_quest_evolve_munna_singular": "Evoluir 1 Munna", + "quest_title_quest_evolve_murkrow_singular": "Evoluir 1 Murkrow", + "quest_title_quest_evolve_natu_singular": "Evoluir 1 Natu", + "quest_title_quest_evolve_nidoranfemale_singular": "Evoluir 1 Nidoran♀", + "quest_title_quest_evolve_nidoranmale_singular": "Evoluir 1 Nidoran♂", + "quest_title_quest_evolve_nidorina_singular": "Evoluir 1 Nidorina", + "quest_title_quest_evolve_nidorino_singular": "Evoluir 1 Nidorino", + "quest_title_quest_evolve_nincada_singular": "Evoluir 1 Nincada", + "quest_title_quest_evolve_noibat_singular": "Evoluir 1 Noibat", + "quest_title_quest_evolve_nosepass_singular": "Evoluir 1 Nosepass", + "quest_title_quest_evolve_numel_singular": "Evoluir 1 Numel", + "quest_title_quest_evolve_nuzleaf_singular": "Evoluir 1 Nuzleaf", + "quest_title_quest_evolve_oddish_singular": "Evoluir 1 Oddish", + "quest_title_quest_evolve_omanyte_singular": "Evoluir 1 Omanyte", + "quest_title_quest_evolve_onix_singular": "Evoluir 1 Onix", + "quest_title_quest_evolve_oshawott_singular": "Evoluir 1 Oshawott", + "quest_title_quest_evolve_palpitoad_singular": "Evoluir 1 Palpitoad", + "quest_title_quest_evolve_pancham_singular": "Evoluir 1 Pancham", + "quest_title_quest_evolve_panpour_singular": "Evoluir 1 Panpour", + "quest_title_quest_evolve_pansage_singular": "Evoluir 1 Pansage", + "quest_title_quest_evolve_pansear_singular": "Evoluir 1 Pansear", + "quest_title_quest_evolve_paras_singular": "Evoluir 1 Paras", + "quest_title_quest_evolve_patrat_singular": "Evoluir 1 Patrat", + "quest_title_quest_evolve_pawniard_singular": "Evoluir 1 Pawniard", + "quest_title_quest_evolve_petilil_singular": "Evoluir 1 Petilil", + "quest_title_quest_evolve_phanpy_singular": "Evoluir 1 Phanpy", + "quest_title_quest_evolve_phantump_singular": "Evoluir 1 Phantump", + "quest_title_quest_evolve_pichu_singular": "Evoluir 1 Pichu", + "quest_title_quest_evolve_pidgeotto_singular": "Evoluir 1 Pidgeotto", + "quest_title_quest_evolve_pidgey_singular": "Evoluir 1 Pidgey", + "quest_title_quest_evolve_pidove_singular": "Evoluir 1 Pidove", + "quest_title_quest_evolve_pignite_singular": "Evoluir 1 Pignite", + "quest_title_quest_evolve_pikachu_singular": "Evoluir 1 Pikachu", + "quest_title_quest_evolve_piloswine_plural": "Evolua {{amount_0}} Piloswine", + "quest_title_quest_evolve_piloswine_singular": "Evoluir 1 Piloswine", + "quest_title_quest_evolve_pineco_singular": "Evoluir 1 Pineco", + "quest_title_quest_evolve_piplup_singular": "Evoluir 1 Piplup", + "quest_title_quest_evolve_plural": "Evoluir {{amount_0}} Pokémon.", + "quest_title_quest_evolve_poison_type_singular": "Evoluir 1 Pokémon de tipo Venenoso.", + "quest_title_quest_evolve_poliwag_singular": "Evoluir 1 Poliwag", + "quest_title_quest_evolve_poliwhirl_singular": "Evoluir 1 Poliwhirl", + "quest_title_quest_evolve_ponyta_singular": "Evoluir 1 Ponyta", + "quest_title_quest_evolve_poochyena_singular": "Evoluir 1 Poochyena", + "quest_title_quest_evolve_porygon2_singular": "Evoluir 1 Porygon2", + "quest_title_quest_evolve_prinplup_singular": "Evoluir 1 Prinplup", + "quest_title_quest_evolve_psyduck_singular": "Evoluir 1 Psyduck", + "quest_title_quest_evolve_pumpkaboo_singular": "Evoluir 1 Pumpkaboo", + "quest_title_quest_evolve_pupitar_singular": "Evoluir 1 Pupitar", + "quest_title_quest_evolve_purrloin_singular": "Evoluir 1 Purrloin", + "quest_title_quest_evolve_quilava": "Evoluir seu Quilava.", + "quest_title_quest_evolve_quilava_singular": "Evoluir 1 Quilava.", + "quest_title_quest_evolve_quilladin_singular": "Evoluir 1 Quilladin", + "quest_title_quest_evolve_qwilfish_singular": "Evoluir 1 Qwilfish", + "quest_title_quest_evolve_ralts_singular": "Evoluir 1 Ralts", + "quest_title_quest_evolve_rattata_singular": "Evoluir 1 Rattata", + "quest_title_quest_evolve_remoraid_singular": "Evoluir 1 Remoraid", + "quest_title_quest_evolve_rhydon_singular": "Evoluir 1 Rhydon", + "quest_title_quest_evolve_rhyhorn_singular": "Evoluir 1 Rhyhorn", + "quest_title_quest_evolve_riolu_singular": "Evoluir 1 Riolu", + "quest_title_quest_evolve_roggenrola_singular": "Evoluir 1 Roggenrola", + "quest_title_quest_evolve_roselia_singular": "Evoluir 1 Roselia", + "quest_title_quest_evolve_rufflet_singular": "Evoluir 1 Rufflet", + "quest_title_quest_evolve_sandile_singular": "Evoluir 1 Sandile", + "quest_title_quest_evolve_sandshrew_singular": "Evoluir 1 Sandshrew", + "quest_title_quest_evolve_sb_singular": "Evoluir 1 Snubbull.", + "quest_title_quest_evolve_scatterbug_singular": "Evoluir 1 Scatterbug", + "quest_title_quest_evolve_scraggy_singular": "Evoluir 1 Scraggy", + "quest_title_quest_evolve_scyther_singular": "Evoluir 1 Scyther", + "quest_title_quest_evolve_seadra_singular": "Evoluir 1 Seadra", + "quest_title_quest_evolve_sealeo_singular": "Evoluir 1 Sealeo", + "quest_title_quest_evolve_seedot_singular": "Evoluir 1 Seedot", + "quest_title_quest_evolve_seel_singular": "Evoluir 1 Seel", + "quest_title_quest_evolve_sentret_singular": "Evoluir 1 Sentret", + "quest_title_quest_evolve_servine_singular": "Evoluir 1 Servine", + "quest_title_quest_evolve_sewaddle_singular": "Evoluir 1 Sewaddle", + "quest_title_quest_evolve_shelgon_singular": "Evoluir 1 Shelgon", + "quest_title_quest_evolve_shellder_singular": "Evoluir 1 Shellder", + "quest_title_quest_evolve_shellos_singular": "Evoluir 1 Shellos", + "quest_title_quest_evolve_shelmet_singular": "Evoluir 1 Shelmet", + "quest_title_quest_evolve_shieldon_singular": "Evoluir 1 Shieldon", + "quest_title_quest_evolve_shinx_singular": "Evoluir 1 Shinx", + "quest_title_quest_evolve_shroomish_singular": "Evoluir 1 Shroomish", + "quest_title_quest_evolve_shuckle_singular": "Evoluir 1 Shuckle", + "quest_title_quest_evolve_shuppet_singular": "Evoluir 1 Shuppet", + "quest_title_quest_evolve_silcoon_singular": "Evoluir 1 Silcoon", + "quest_title_quest_evolve_singular": "Evoluir 1 Pokémon.", + "quest_title_quest_evolve_skiddo_singular": "Evoluir 1 Skiddo", + "quest_title_quest_evolve_skiploom_singular": "Evoluir 1 Skiploom", + "quest_title_quest_evolve_skitty_singular": "Evoluir 1 Skitty", + "quest_title_quest_evolve_skorupi_singular": "Evoluir 1 Skorupi", + "quest_title_quest_evolve_skrelp_singular": "Evoluir 1 Skrelp", + "quest_title_quest_evolve_slakoth_singular": "Evoluir 1 Slakoth", + "quest_title_quest_evolve_sliggoo_singular": "Evoluir 1 Sliggoo", + "quest_title_quest_evolve_slowpoke_plural": "Evoluir {{amount_0}} Slowpoke.", + "quest_title_quest_evolve_slowpoke_singular": "Evoluir 1 Slowpoke.", + "quest_title_quest_evolve_slugma_singular": "Evoluir 1 Slugma", + "quest_title_quest_evolve_smoochum_singular": "Evoluir 1 Smoochum", + "quest_title_quest_evolve_sneasel_singular": "Evoluir 1 Sneasel", + "quest_title_quest_evolve_snivy_singular": "Evoluir 1 Snivy", + "quest_title_quest_evolve_snorunt_singular": "Evoluir 1 Snorunt", + "quest_title_quest_evolve_snover_singular": "Evoluir 1 Snover", + "quest_title_quest_evolve_snubbull_singular": "Evoluir 1 Snubbull", + "quest_title_quest_evolve_solosis_singular": "Evoluir 1 Solosis", + "quest_title_quest_evolve_spearow_singular": "Evoluir 1 Spearow", + "quest_title_quest_evolve_special_drowzee": "Evoluir 1 Drowzee.", + "quest_title_quest_evolve_special_feebas_singular": "Evoluir 1 Feebas.", + "quest_title_quest_evolve_special_galarian_mrmime": "Evoluir 1 Mr. Mime de Galar.", + "quest_title_quest_evolve_special_galarian_slowpoke": "Evoluir 1 Slowpoke de Galar.", + "quest_title_quest_evolve_special_grimer": "Evoluir 1 Grimer.", + "quest_title_quest_evolve_special_magnemite": "Evoluir 1 Magnemite.", + "quest_title_quest_evolve_special_scyther": "Evoluir 1 Scyther.", + "quest_title_quest_evolve_special0_singular": "Evoluir 1 Magikarp.", + "quest_title_quest_evolve_special1_plural": "Evoluir {{amount_0}} Pidgey.", + "quest_title_quest_evolve_special1_singular": "Evoluir 1 Horsea.", + "quest_title_quest_evolve_special2_singular": "Evoluir 1 Meowth.", + "quest_title_quest_evolve_spewpa_singular": "Evoluir 1 Spewpa", + "quest_title_quest_evolve_spheal_singular": "Evoluir 1 Spheal", + "quest_title_quest_evolve_spinarak_singular": "Evoluir 1 Spinarak", + "quest_title_quest_evolve_spoink_singular": "Evoluir 1 Spoink", + "quest_title_quest_evolve_spritzee_singular": "Evoluir 1 Spritzee", + "quest_title_quest_evolve_squirtle_singular": "Evoluir 1 Squirtle", + "quest_title_quest_evolve_staravia_singular": "Evoluir 1 Staravia", + "quest_title_quest_evolve_starly_singular": "Evoluir 1 Starly", + "quest_title_quest_evolve_staryu_singular": "Evoluir 1 Staryu", + "quest_title_quest_evolve_steelix_singular": "Evoluir 1 Steelix", + "quest_title_quest_evolve_stunky_singular": "Evoluir 1 Stunky", + "quest_title_quest_evolve_sunkern_singular": "Evoluir 1 Sunkern", + "quest_title_quest_evolve_sunstone_singular": "Usar 1 Pedra Solar para evoluir Gloom ou Sunkern.", + "quest_title_quest_evolve_surskit_singular": "Evoluir 1 Surskit", + "quest_title_quest_evolve_swablu_singular": "Evoluir 1 Swablu", + "quest_title_quest_evolve_swadloon_singular": "Evoluir 1 Swadloon", + "quest_title_quest_evolve_swinub_singular": "Evoluir 1 Swinub", + "quest_title_quest_evolve_swirlix_singular": "Evoluir 1 Swirlix", + "quest_title_quest_evolve_taillow_singular": "Evoluir 1 Taillow", + "quest_title_quest_evolve_tangela_singular": "Evoluir 1 Tangela", + "quest_title_quest_evolve_teddiursa_singular": "Evoluir 1 Teddiursa", + "quest_title_quest_evolve_tentacool_singular": "Evoluir 1 Tentacool", + "quest_title_quest_evolve_tepig_singular": "Evoluir 1 Tepig", + "quest_title_quest_evolve_timburr_singular": "Evoluir 1 Timburr", + "quest_title_quest_evolve_tirtouga_singular": "Evoluir 1 Tirtouga", + "quest_title_quest_evolve_togepi_singular": "Evoluir 1 Togepi", + "quest_title_quest_evolve_togetic_singular": "Evoluir 1 Togetic", + "quest_title_quest_evolve_torchic_singular": "Evoluir 1 Torchic", + "quest_title_quest_evolve_totodile": "Evoluir seu Totodile.", + "quest_title_quest_evolve_totodile_singular": "Evoluir 1 Totodile.", + "quest_title_quest_evolve_tranquill_singular": "Evoluir 1 Tranquill", + "quest_title_quest_evolve_trapinch_singular": "Evoluir 1 Trapinch", + "quest_title_quest_evolve_treecko_singular": "Evoluir 1 Treecko", + "quest_title_quest_evolve_trubbish_singular": "Evoluir 1 Trubbish", + "quest_title_quest_evolve_turtwig_singular": "Evoluir 1 Turtwig", + "quest_title_quest_evolve_tympole_singular": "Evoluir 1 Tympole", + "quest_title_quest_evolve_tynamo_singular": "Evoluir 1 Tynamo", + "quest_title_quest_evolve_type_dark_plural": "Evoluir {{amount_0}} Pokémon do tipo Sombrio.", + "quest_title_quest_evolve_type_dragon_plural": "Evoluir {{amount_0}} Pokémon de tipo Dragão.", + "quest_title_quest_evolve_type_dragon_singular": "Evoluir 1 Pokémon de tipo Dragão.", + "quest_title_quest_evolve_type_electric_plural": "Evoluir {{amount_0}} Pokémon de tipo Elétrico.", + "quest_title_quest_evolve_type_electric_singular": "Evoluir 1 Pokémon de tipo Elétrico.", + "quest_title_quest_evolve_type_fairy_plural": "Evoluir {{amount_0}} Pokémon de tipo Fada.", + "quest_title_quest_evolve_type_fairy_singular": "Evoluir 1 Pokémon de tipo Fada.", + "quest_title_quest_evolve_type_fire_plural": "Evoluir {{amount_0}} Pokémon de tipo Fogo.", + "quest_title_quest_evolve_type_fire_singular": "Evoluir 1 Pokémon de tipo Fogo.", + "quest_title_quest_evolve_type_flying_plural": "Evoluir {{amount_0}} Pokémon de tipo Voador.", + "quest_title_quest_evolve_type_flying_singular": "Evoluir 1 Pokémon de tipo Voador.", + "quest_title_quest_evolve_type_ghost_plural": "Evoluir {{amount_0}} Pokémon de tipo Fantasma.", + "quest_title_quest_evolve_type_ghost_single": "Evoluir 1 Pokémon de tipo Fantasma.", + "quest_title_quest_evolve_type_grass_plural": "Evoluir {{amount_0}} Pokémon de tipo Planta.", + "quest_title_quest_evolve_type_grass_singular": "Evoluir 1 Pokémon de tipo Planta.", + "quest_title_quest_evolve_type_ice_plural": "Evoluir {{amount_0}} Pokémon de tipo Gelo.", + "quest_title_quest_evolve_type_ice_singular": "Evoluir 1 Pokémon de tipo Gelo.", + "quest_title_quest_evolve_type_poison_plural": "Evoluir {{amount_0}} Pokémon de tipo Venenoso.", + "quest_title_quest_evolve_type_psychic_plural": "Evoluir {{amount_0}} Pokémon de tipo Psíquico.", + "quest_title_quest_evolve_type_psychic_singular": "Evoluir 1 Pokémon de tipo Psíquico.", + "quest_title_quest_evolve_type_rock_plural": "Evoluir {{amount_0}} Pokémon de tipo Pedra.", + "quest_title_quest_evolve_type_steel_plural": "Evoluir {{amount_0}} Pokémon de tipo Aço.", + "quest_title_quest_evolve_type_water_plural": "Evoluir {{amount_0}} Pokémon de tipo Água.", + "quest_title_quest_evolve_type_water_singular": "Evoluir 1 Pokémon de tipo Água.", + "quest_title_quest_evolve_tyrogue_singular": "Evoluir 1 Tyrogue", + "quest_title_quest_evolve_tyrunt_singular": "Evoluir 1 Tyrunt", + "quest_title_quest_evolve_umbreon": "Evoluir 1 Eevee para Umbreon durante a noite.", + "quest_title_quest_evolve_vanillish_singular": "Evoluir 1 Vanillish", + "quest_title_quest_evolve_vanillite_singular": "Evoluir 1 Vanillite", + "quest_title_quest_evolve_venipede_singular": "Evoluir 1 Venipede", + "quest_title_quest_evolve_venonat_singular": "Evoluir 1 Venonat", + "quest_title_quest_evolve_vibrava_singular": "Evoluir 1 Vibrava", + "quest_title_quest_evolve_vigoroth_singular": "Evoluir 1 Vigoroth", + "quest_title_quest_evolve_volbeat_singular": "Evoluir 1 Volbeat", + "quest_title_quest_evolve_voltorb_singular": "Evoluir 1 Voltorb", + "quest_title_quest_evolve_vullaby_singular": "Evoluir 1 Vullaby", + "quest_title_quest_evolve_vulpix_singular": "Evoluir 1 Vulpix", + "quest_title_quest_evolve_wailmer_singular": "Evoluir 1 Wailmer", + "quest_title_quest_evolve_wartortle_singular": "Evoluir 1 Wartortle", + "quest_title_quest_evolve_weedle_singular": "Evoluir 1 Weedle", + "quest_title_quest_evolve_weepinbell_singular": "Evoluir 1 Weepinbell", + "quest_title_quest_evolve_whirlipede_singular": "Evoluir 1 Whirlipede", + "quest_title_quest_evolve_whismur_singular": "Evoluir 1 Whismur", + "quest_title_quest_evolve_wingull_singular": "Evoluir 1 Wingull", + "quest_title_quest_evolve_woobat_singular": "Evoluir 1 Woobat", + "quest_title_quest_evolve_wooper_singular": "Evoluir 1 Wooper", + "quest_title_quest_evolve_wurmple_singular": "Evoluir 1 Wurmple", + "quest_title_quest_evolve_wynaut_singular": "Evoluir 1 Wynaut", + "quest_title_quest_evolve_yamask_singular": "Evoluir 1 Yamask", + "quest_title_quest_evolve_yanma_singular": "Evoluir 1 Yanma", + "quest_title_quest_evolve_zigzagoon_singular": "Evoluir 1 Zigzagoon", + "quest_title_quest_evolve_zorua_singular": "Evoluir 1 Zorua", + "quest_title_quest_evolve_zubat_singular": "Evoluir 1 Zubat", + "quest_title_quest_evolve_zweilous_singular": "Evoluir 1 Zweilous", + "quest_title_quest_explore_buddy": "Ganhar 1 doce explorando com seu companheiro.", + "quest_title_quest_explore_buddy_carbink": "Ganhar um doce explorando com Carbink como seu companheiro.", + "quest_title_quest_explore_buddy_plural": "Ganhar {{amount_0}} doces explorando com seu companheiro.", + "quest_title_quest_explore_buddy_routes_plural": "Ganhar {{amount_0}} doces explorando Rotas com seu companheiro.", + "quest_title_quest_explore_buddy_routes_singular": "Ganhar 1 doce explorando Rotas com seu companheiro.", + "quest_title_quest_explore_km": "Explorar {{amount_0}} km.", + "quest_title_quest_explore_km_party": "Explorar {{amount_0}} km enquanto estiver em um grupo.", + "quest_title_quest_febresearchday_battle_gym_singular": "Pesquisa de Clamperl: Batalhar em um Ginásio.", + "quest_title_quest_febresearchday_battle_raid_singular": "Pesquisa de Clamperl: Batalhar em 1 Reide.", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Pesquisa de Clamperl: Usar um ataque carregado supereficaz em 1 batalha de Ginásio.", + "quest_title_quest_febresearchday_catch_feed_plural": "Pesquisa de Clamperl: Usar {{amount_0}} Frutas para ajudar a pegar Pokémon.", + "quest_title_quest_febresearchday_catch_special1_singular": "Pesquisa de Clamperl: Pegar 1 Magikarp ou Wailmer.", + "quest_title_quest_febresearchday_catch_special2_singular": "Pesquisa de Clamperl: Pegar 1 Psyduck ou Krabby.", + "quest_title_quest_febresearchday_catch_type_water_plural": "Pesquisa de Clamperl: Pegar {{amount_0}} Pokémon de tipo Água.", + "quest_title_quest_febresearchday_evolve_type_water_plural": "Pesquisa de Clamperl: Evoluir {{amount_0}} Pokémon de tipo Água.", + "quest_title_quest_febresearchday_land_curveball_plural": "Pesquisa de Clamperl: Jogar {{amount_0}} bolas curvas.", + "quest_title_quest_febresearchday_land_great_plural": "Pesquisa de Clamperl: Fazer {{amount_0}} ótimas jogadas.", + "quest_title_quest_febresearchday_land_inarow_great_plural": "Pesquisa de Clamperl: Fazer {{amount_0}} ótimas jogadas seguidas.", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "Pesquisa de Clamperl: Fazer {{amount_0}} boas jogadas seguidas.", + "quest_title_quest_febresearchday_land_nice_plural": "Pesquisa de Clamperl: Fazer {{amount_0}} boas jogadas.", + "quest_title_quest_febresearchday_visit_pokestops_plural": "Pesquisa de Clamperl: Girar {{amount_0}} fotodiscos de Poképaradas.", + "quest_title_quest_feed_buddy_multiple": "Alimentar seu companheiro {{amount_0}} vezes.", + "quest_title_quest_feed_buddy_singular": "Alimente seu companheiro", + "quest_title_quest_feed_goldenrazz_plural": "Usar {{amount_0}} Frutas Frambo douradas para ajudar a pegar Pokémon.", + "quest_title_quest_feed_nanab_plural": "Usar {{amount_0}} Frutas Anaba enquanto pega Pokémon.", + "quest_title_quest_feed_pinaps_plural": "Usar {{amount_0}} Frutas Caxí enquanto pega Pokémon.", + "quest_title_quest_feed_razz_plural": "Usar {{amount_0}} Frutas Frambo para ajudar a pegar Pokémon.", + "quest_title_quest_fennekin_catch_b": "Pegar {{amount_0}} Fennekin.", + "quest_title_quest_fennekin_evolve_b": "Evoluir {{amount_0}} Fennekin.", + "quest_title_quest_fennekin_snapshot_b": "Tirar 1 foto de {{amount_0}} Fennekin", + "quest_title_quest_field_research_plural": "Completar {{amount_0}} tarefas de pesquisa de campo.", + "quest_title_quest_field_research_singular": "Completar uma tarefa de pesquisa de campo", + "quest_title_quest_fight_type_bug_plural": "Derrotar {{amount_0}} Pokémon de tipo Inseto.", + "quest_title_quest_fight_type_dark_plural": "Derrotar {{amount_0}} Pokémon do tipo Sombrio.", + "quest_title_quest_fight_type_dark_steel_plural": "Derrotar {{amount_0}} Pokémon de tipo Sombrio ou Aço.", + "quest_title_quest_fight_type_dragon_plural": "Derrotar {{amount_0}} Pokémon de tipo Dragão.", + "quest_title_quest_fight_type_electric_plural": "Derrotar {{amount_0}} Pokémon de tipo Elétrico.", + "quest_title_quest_fight_type_fairy_plural": "Derrotar {{amount_0}} Pokémon de tipo Fada.", + "quest_title_quest_fight_type_fighting_plural": "Derrotar {{amount_0}} Pokémon de tipo Lutador.", + "quest_title_quest_fight_type_fire_plural": "Derrotar {{amount_0}} Pokémon de tipo Fogo.", + "quest_title_quest_fight_type_flying_plural": "Derrotar {{amount_0}} Pokémon de tipo Voador.", + "quest_title_quest_fight_type_ghost_fighting_plural": "Derrotar {{amount_0}} Pokémon de tipo Lutador ou Fantasma.", + "quest_title_quest_fight_type_ghost_plural": "Derrotar {{amount_0}} Pokémon de tipo Fantasma.", + "quest_title_quest_fight_type_ghost_psychic_plural": "Derrotar {{amount_0}} Pokémon de tipo Psíquico ou Fantasma.", + "quest_title_quest_fight_type_grass_plural": "Derrotar {{amount_0}} Pokémon de tipo Planta.", + "quest_title_quest_fight_type_ground_plural": "Derrotar {{amount_0}} Pokémon de tipo Terrestre.", + "quest_title_quest_fight_type_ice_plural": "Derrotar {{amount_0}} Pokémon de tipo Gelo.", + "quest_title_quest_fight_type_normal_plural": "Derrotar {{amount_0}} Pokémon de tipo Normal.", + "quest_title_quest_fight_type_normal_psychic_plural": "Derrotar {{amount_0}} Pokémon de tipo Normal ou Psíquico.", + "quest_title_quest_fight_type_poison_plural": "Derrotar {{amount_0}} Pokémon de tipo Venenoso.", + "quest_title_quest_fight_type_psychic_plural": "Derrotar {{amount_0}} Pokémon de tipo Psíquico.", + "quest_title_quest_fight_type_rock_plural": "Derrotar {{amount_0}} Pokémon de tipo Pedra.", + "quest_title_quest_fight_type_steel_plural": "Derrotar {{amount_0}} Pokémon de tipo Aço.", + "quest_title_quest_fight_type_water_plural": "Derrotar {{amount_0}} Pokémon de tipo Água.", + "quest_title_quest_first_catch_of_the_day": "Primeira pegada do dia", + "quest_title_quest_first_pokestop_of_the_day": "Primeira Poképarada do dia", + "quest_title_quest_flaaffy_evolve_b": "Evoluir {{amount_0}} Flaaffy", + "quest_title_quest_flett_catch_b": "Pegar {{amount_0}} Fletchling.", + "quest_title_quest_flett_evolve_b": "Evoluir {{amount_0}} Fletchling.", + "quest_title_quest_flett_evolve_s1": "Evoluir {{amount_0}} Fletchinder.", + "quest_title_quest_floragato_evolve_b": "Evoluir 1 Floragato.", + "quest_title_quest_fraxure_evolve_b": "Evoluir {{amount_0}} Fraxure", + "quest_title_quest_froakie_catch_b": "Pegar {{amount_0}} Froakie.", + "quest_title_quest_froakie_evolve_b": "Evoluir {{amount_0}} Froakie.", + "quest_title_quest_froakie_snapshot_b": "Tirar 1 foto de {{amount_0}} Froakie.", + "quest_title_quest_frogadier_evolve_b": "Evoluir {{amount_0}} Frogadier.", + "quest_title_quest_fuecoco_evolve_b": "Evoluir 1 Fuecoco.", + "quest_title_quest_fuse_necrozma": "Fundir Necrozma.", + "quest_title_quest_gbl_rank": "Alcançar o ranque {{amount_0}} na Liga de Batalha GO", + "quest_title_quest_gbl_rank_fifteen": "Alcançar o ranque 15 na Liga de Batalha GO", + "quest_title_quest_gbl_rank_five": "Alcançar o ranque 5 na Liga de Batalha GO.", + "quest_title_quest_gbl_rank_ten": "Alcançar o ranque 10 na Liga de Batalha GO", + "quest_title_quest_gbl_rank_twenty": "Alcançar o ranque 20 na Liga de Batalha GO", + "quest_title_quest_get_cell_singular": "Encontrar 1 célula de Zygarde.", + "quest_title_quest_giblt_catch_b": "Pegar {{amount_0}} Gible.", + "quest_title_quest_giblt_evolve_b": "Evoluir {{amount_0}} Gible.", + "quest_title_quest_giblt_evolve_s1": "Evoluir {{amount_0}} Gabite.", + "quest_title_quest_gift_open_plural": "Abrir {{amount_0}} presentes.", + "quest_title_quest_gift_open_singular": "Abrir 1 presente.", + "quest_title_quest_go_for_a_spin_00": "Encontre e gire 1 de 8 Poképaradas de Spinda", + "quest_title_quest_go_for_a_spin_01": "Encontre e gire 2 de 8 Poképaradas de Spinda", + "quest_title_quest_go_for_a_spin_02": "Encontre e gire 3 de 8 Poképaradas de Spinda", + "quest_title_quest_go_for_a_spin_03": "Encontre e gire 4 de 8 Poképaradas de Spinda", + "quest_title_quest_go_for_a_spin_04": "Encontre e gire 5 de 8 Poképaradas de Spinda", + "quest_title_quest_go_for_a_spin_05": "Encontre e gire 6 de 8 Poképaradas de Spinda", + "quest_title_quest_go_for_a_spin_06": "Encontre e gire 7 de 8 Poképaradas de Spinda", + "quest_title_quest_go_for_a_spin_07": "Encontre e gire 8 de 8 Poképaradas de Spinda", + "quest_title_quest_go_tour_snapshot_habitat_01": "Tirar 1 foto com seu companheiro em Deserto Turbulento.", + "quest_title_quest_go_tour_snapshot_habitat_02": "Tirar 1 foto com seu companheiro em Brumas Misteriosas.", + "quest_title_quest_go_tour_snapshot_habitat_03": "Tirar 1 foto com seu companheiro em Terra Verdejante.", + "quest_title_quest_go_tour_snapshot_habitat_04": "Tirar 1 foto com seu companheiro em Litoral Ancestral.", + "quest_title_quest_gold_hoenn_dex": "Ganhar 1 medalha dourada de Hoenn.", + "quest_title_quest_gold_medal_plural": "Ganhar {{amount_0}} medalhas de ouro", + "quest_title_quest_gold_medal_plural_five": "Ganhar 5 medalhas de ouro", + "quest_title_quest_gold_medal_singular": "Ganhar uma medalha de ouro", + "quest_title_quest_goomy_catch_b": "Pegar {{amount_0}} Goomy.", + "quest_title_quest_goomy_evolve_b_plural": "Evoluir {{amount_0}} Goomy.", + "quest_title_quest_goomy_evolve_b_singular": "Evoluir 1 Goomy.", + "quest_title_quest_grookey_evolve": "Evoluir 1 Grookey.", + "quest_title_quest_grubbin_catch_b": "Pegar {{amount_0}} Grubbin", + "quest_title_quest_grubbin_evolve_b": "Evoluir {{amount_0}} Grubbin", + "quest_title_quest_grubbin_snapshot_b": "Tirar 1 foto de {{amount_0}} Grubbin.", + "quest_title_quest_gt_catch_b": "Pegar {{amount_0}} Gastly.", + "quest_title_quest_gt_evolve_b": "Evoluir {{amount_0}} Gastly.", + "quest_title_quest_gt_evolve_s1": "Evoluir {{amount_0}} Haunter.", + "quest_title_quest_gulpin_catch": "Pegar {{amount_0}} Gulpin.", + "quest_title_quest_gurdurr_evolve_b": "Evoluir {{amount_0}} Gurdurr.", + "quest_title_quest_hallo19_catch_specific_plural": "Pegar {{amount_0}} Poochyena ou Houndour.", + "quest_title_quest_hallo19_catch_type_dark_plural": "Pegar {{amount_0}} Pokémon de tipo Sombrio.", + "quest_title_quest_hallo19_catch_type_ghost_plural": "Pegar {{amount_0}} Pokémon de tipo Fantasma.", + "quest_title_quest_hallo19_evolve_plural": "Evoluir {{amount_0}} Duskull ou Shuppet.", + "quest_title_quest_hallo19_transfer_plural": "Transferir {{amount_0}} Pokémon.", + "quest_title_quest_hatch_egg_plural": "Chocar {{amount_0}} Ovos.", + "quest_title_quest_hatch_egg_routes_plural": "Chocar {{amount_0}} Ovos seguindo Rotas", + "quest_title_quest_hatch_egg_routes_singular": "Chocar 1 Ovo seguindo uma Rota", + "quest_title_quest_hatch_egg_singular": "Chocar 1 Ovo.", + "quest_title_quest_hoenn_celebration_research": "Pesquisa de celebração de Hoenn", + "quest_title_quest_hoenn19_catch_specific_plural": "Celebração de Hoenn: pegar {{amount_0}} Zigzagoon ou Taillow.", + "quest_title_quest_hoenn19_evolve_specific_plural": "Celebração de Hoenn: evoluir {{amount_0}} Wurmple.", + "quest_title_quest_hoenn19_hatch_eggs": "Celebração de Hoenn: chocar {{amount_0}} Ovos.", + "quest_title_quest_hoppt_catch_b": "Pegar {{amount_0}} Hoppip.", + "quest_title_quest_hoppt_evolve_b": "Evoluir {{amount_0}} Hoppip.", + "quest_title_quest_hoppt_evolve_s1": "Evoluir {{amount_0}} Skiploom.", + "quest_title_quest_incense_or_dai_plural": "Usar {{amount_0}} Incensos de Aventura Diários.", + "quest_title_quest_incense_or_dai_singular": "Usar 1 Incenso ou 1 Incenso de Aventura Diário.", + "quest_title_quest_incense_plural": "Usar {{amount_0}} Incensos.", + "quest_title_quest_incense_routes_plural": "Usar {{amount_0}} Incensos seguindo Rotas", + "quest_title_quest_incense_routes_singular": "Usar 1 Incenso seguindo uma Rota", + "quest_title_quest_incense_singular": "Usar 1 Incenso.", + "quest_title_quest_jan19rsd_buddywalk_singular": "Pesquisa de Feebas: ganhar 1 doce caminhando com seu companheiro.", + "quest_title_quest_jan19rsd_hatch_egg_singular": "Pesquisa de Feebas: chocar 1 Ovo.", + "quest_title_quest_jan19rsd_land_great_plural": "Pesquisa de Feebas: fazer {{amount_0}} ótimas jogadas.", + "quest_title_quest_jan19rsd_land_nice_plural": "Pesquisa de Feebas: fazer {{amount_0}} boas jogadas.", + "quest_title_quest_johtofestival_catch_special17_plural": "Festival de Johto: pegar {{amount_0}} Sunkern.", + "quest_title_quest_johtofestival_catch_type_water_plural": "Festival de Johto: pegar {{amount_0}} Pokémon de tipo Água", + "quest_title_quest_johtofestival_evolve_plural": "Festival de Johto: evoluir {{amount_0}} Sunkern ou Natu.", + "quest_title_quest_johtofestival_land_excellent_plural": "Festival de Johto: fazer {{amount_0}} excelentes jogadas.", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Festival de Johto: jogar {{amount_0}} ótimas bolas curvas seguidas.", + "quest_title_quest_johtofestival_win_raid_singular": "Festival de Johto: vencer 1 Reide.", + "quest_title_quest_kanto_green_bellsprout": "GO Tour: pegar Bellsprout.", + "quest_title_quest_kanto_green_meowth": "GO Tour: pegar Meowth.", + "quest_title_quest_kanto_green_sandshrew": "GO Tour: pegar Sandshrew.", + "quest_title_quest_kanto_green_vulpix": "GO Tour: pegar Vulpix.", + "quest_title_quest_kanto_hatch_plural": "GO Tour Kanto: chocar {{amount_0}} Ovos.", + "quest_title_quest_kanto_hatch_singular": "GO Tour Kanto: chocar 1 Ovo.", + "quest_title_quest_kanto_npc_plural": "GO Tour Kanto: derrotar {{amount_0}} desafiantes do GO Tour.", + "quest_title_quest_kanto_npc_singular": "GO Tour Kanto: derrotar 1 desafiante do GO Tour.", + "quest_title_quest_kanto_red_ekans": "GO Tour: pegar Ekans.", + "quest_title_quest_kanto_red_growlithe": "GO Tour: pegar Growlithe.", + "quest_title_quest_kanto_red_mankey": "GO Tour: pegar Mankey.", + "quest_title_quest_kanto_red_oddish": "GO Tour: pegar Oddish.", + "quest_title_quest_kecleon_catch": "Pegar {{amount_0}} Kecleon.", + "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "Jogar {{amount_0}} bolas curvas em Pokémon de tipo Fantasma.", + "quest_title_quest_land_curveball_plural": "Jogar {{amount_0}} bolas curvas.", + "quest_title_quest_land_curveball_singular": "Jogar 1 bola curva.", + "quest_title_quest_land_excellent_curveball_plural": "Jogar {{amount_0}} excelentes bolas curvas.", + "quest_title_quest_land_excellent_curveball_singular": "Jogar 1 excelente bola curva.", + "quest_title_quest_land_excellent_plural": "Fazer {{amount_0}} jogadas excelentes.", + "quest_title_quest_land_excellent_singular": "Fazer 1 jogada excelente.", + "quest_title_quest_land_great_curve_inarow_type_ghost": "Jogar {{amount_0}} ótimas bolas curvas seguidas em Pokémon de tipo Fantasma.", + "quest_title_quest_land_great_curve_type_ghost": "Jogar {{amount_0}} ótimas bolas curvas em Pokémon de tipo Fantasma.", + "quest_title_quest_land_great_curveball_plural": "Jogar {{amount_0}} ótimas bolas curvas.", + "quest_title_quest_land_great_curveball_singular": "Jogar 1 ótima bola curva.", + "quest_title_quest_land_great_plural": "Fazer {{amount_0}} ótimas jogadas.", + "quest_title_quest_land_great_singular": "Fazer 1 ótima jogada.", + "quest_title_quest_land_great_type_ghost": "Fazer {{amount_0}} ótimas jogadas em Pokémon de tipo Fantasma.", + "quest_title_quest_land_inarow_curveball_plural": "Jogar {{amount_0}} bolas curvas seguidas.", + "quest_title_quest_land_inarow_excellent_curveball_plural": "Jogar {{amount_0}} excelentes bolas curvas seguidas.", + "quest_title_quest_land_inarow_excellent_plural": "Fazer {{amount_0}} excelentes jogadas seguidas.", + "quest_title_quest_land_inarow_great_curveball_plural": "Jogar {{amount_0}} ótimas bolas curvas seguidas.", + "quest_title_quest_land_inarow_great_plural": "Fazer {{amount_0}} ótimas jogadas seguidas.", + "quest_title_quest_land_inarow_nice_curveball_plural": "Jogar {{amount_0}} boas bolas curvas seguidas.", + "quest_title_quest_land_inarow_nice_plural": "Fazer {{amount_0}} boas jogadas seguidas.", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "Jogar {{amount_0}} boas bolas curvas seguidas em Pokémon de tipo Fantasma.", + "quest_title_quest_land_nice_curve_plural": "Jogar {{amount_0}} boas bolas curvas.", + "quest_title_quest_land_nice_curve_singular": "Fazer 1 boa jogada de bola curva.", + "quest_title_quest_land_nice_curve_type_ghost": "Jogar {{amount_0}} boas bolas curvas em Pokémon de tipo Fantasma.", + "quest_title_quest_land_nice_electric_plural": "Pegar {{amount_0}} Pokémon de tipo Elétrico com boas jogadas.", + "quest_title_quest_land_nice_plural": "Fazer {{amount_0}} boas jogadas.", + "quest_title_quest_land_nice_singular": "Fazer 1 boa jogada.", + "quest_title_quest_land_nice_type_ghost": "Fazer {{amount_0}} boas jogadas em Pokémon de tipo Fantasma.", + "quest_title_quest_larvitar_cdc_evolve_b": "Evoluir {{amount_0}} Larvitar.", + "quest_title_quest_larvitar_cdc_snapshot_b": "Tirar 1 foto de {{amount_0}} Larvitar.", + "quest_title_quest_latias_wild_snap": "Tirar 1 foto de Latias selvagem.", + "quest_title_quest_latios_wild_snap": "Tirar 1 foto de Latios selvagem.", + "quest_title_quest_litten_catch_b": "Pegar {{amount_0}} Litten.", + "quest_title_quest_litten_evolve_b_plural": "Evoluir {{amount_0}} Litten.", + "quest_title_quest_litten_evolve_b_singular": "Evoluir 1 Litten.", + "quest_title_quest_litten_snapshot_b": "Tirar 1 foto de {{amount_0}} Litten.", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "Desafiar um Treinador perto de você escaneando o código de batalha dele.", + "quest_title_quest_lucky_plural": "Receber {{amount_0}} Pokémon sortudos em trocas", + "quest_title_quest_lucky_singular": "Receber um Pokémon sortudo em uma troca", + "quest_title_quest_lunar19_friends_trade_plural": "Trocar {{amount_0}} Pokémon com um amigo.", + "quest_title_quest_macht_catch_b": "Pegar {{amount_0}} Machop.", + "quest_title_quest_macht_evolve_b": "Evoluir {{amount_0}} Machop.", + "quest_title_quest_macht_evolve_s1": "Evoluir {{amount_0}} Machop.", + "quest_title_quest_magit_catch_b": "Pegar {{amount_0}} Magikarp.", + "quest_title_quest_magit_evolve_b": "Evoluir {{amount_0}} Magikarp.", + "quest_title_quest_magmt_catch_b": "Pegar {{amount_0}} Magmar.", + "quest_title_quest_magmt_evolve_b": "Evoluir {{amount_0}} Magmar.", + "quest_title_quest_mareep_catch_b": "Pegar {{amount_0}} Mareep", + "quest_title_quest_mareep_evolve_b": "Evoluir {{amount_0}} Mareep", + "quest_title_quest_mareep_snapshot_b": "Tirar 1 foto de {{amount_0}} Mareep", + "quest_title_quest_mega_evo_primal_rev_plural": "Ativar a Reversão Primitiva ou Megaevoluir um Pokémon {{amount_0}} vezes.", + "quest_title_quest_mega_evo_primal_rev_singular": "Ativar a Reversão Primitiva ou Megaevoluir um Pokémon.", + "quest_title_quest_mega_evolve_beedrill": "Megaevoluir 1 Beedrill.", + "quest_title_quest_mega_evolve_blastoise": "Megaevoluir 1 Blastoise.", + "quest_title_quest_mega_evolve_charizard": "Megaevoluir 1 Charizard.", + "quest_title_quest_mega_evolve_diancie": "Megaevoluir Diancie", + "quest_title_quest_mega_evolve_plural": "Megaevoluir {{amount_0}} Pokémon.", + "quest_title_quest_mega_evolve_rayquaza": "Megaevoluir Rayquaza", + "quest_title_quest_mega_evolve_singular": "Megaevoluir 1 Pokémon.", + "quest_title_quest_mega_evolve_venusaur": "Megaevoluir 1 Venusaur.", + "quest_title_quest_mega_join_raid_plural": "Batalhar em {{amount_0}} Megarreides.", + "quest_title_quest_mega_join_raid_singular": "Batalhar em 1 Megarreide.", + "quest_title_quest_mega_win_raid_plural": "Vencer {{amount_0}} Megarreides.", + "quest_title_quest_mega_win_raid_singular": "Vencer 1 Megarreide.", + "quest_title_quest_mesprit_wild_snap": "Tirar 1 foto de Mesprit selvagem.", + "quest_title_quest_metang_evolve_b_singular": "Evoluir um Metang.", + "quest_title_quest_more_reseach_coming_soon": "Mais pedidos de pesquisa virão em breve!", + "quest_title_quest_mudkt_catch_b": "Pegar {{amount_0}} Mudkip.", + "quest_title_quest_mudkt_evolve_b": "Evoluir {{amount_0}} Mudkip.", + "quest_title_quest_mudkt_evolve_s1": "Evoluir {{amount_0}} Marshtomp.", + "quest_title_quest_new_friends_plural": "Fazer {{amount_0}} novos amigos.", + "quest_title_quest_new_friends_singular": "Comece uma nova amizade.", + "quest_title_quest_noibat_catch_b": "Pegar {{amount_0}} Noibat.", + "quest_title_quest_noibat_evolve_b": "Evoluir {{amount_0}} Noibat.", + "quest_title_quest_noibat_snapshot_b": "Tirar 1 foto de {{amount_0}} Noibat.", + "quest_title_quest_oshat_catch_b": "Pegar {{amount_0}} Oshawott.", + "quest_title_quest_oshat_evolve_b": "Evoluir {{amount_0}} Oshawott.", + "quest_title_quest_oshat_evolve_s1": "Evoluir 1 Dewott.", + "quest_title_quest_party_catch_electric_type_plural": "Pegar {{amount_0}} Pokémon de tipo Elétrico enquanto estiver em um grupo.", + "quest_title_quest_party_catch_electric_type_singular": "Pegar 1 Pokémon de tipo Elétrico enquanto estiver em um grupo.", + "quest_title_quest_party_catch_fire_type_plural": "Pegar {{amount_0}} Pokémon de tipo Fogo enquanto estiver em um grupo.", + "quest_title_quest_party_catch_fire_type_singular": "Pegar 1 Pokémon de tipo Fogo enquanto estiver em um grupo.", + "quest_title_quest_party_catch_normal_type_plural": "Pegar {{amount_0}} Pokémon de tipo Normal enquanto estiver em um grupo.", + "quest_title_quest_party_catch_normal_type_singular": "Pegar 1 Pokémon de tipo Normal enquanto estiver em um grupo.", + "quest_title_quest_party_catch_water_type_plural": "Pegar {{amount_0}} Pokémon de tipo Água enquanto estiver em um grupo.", + "quest_title_quest_party_catch_water_type_singular": "Pegar 1 Pokémon de tipo Água enquanto estiver em um grupo.", + "quest_title_quest_party_challenge_plural": "Completar {{amount_0}} Desafios de grupo.", + "quest_title_quest_party_challenge_singular": "Completar 1 Desafio de grupo.", + "quest_title_quest_platinum_johto_badge": "Ganhe a medalha de platina de Johto.", + "quest_title_quest_platinum_kanto_badge": "Ganhar a medalha de platina de Kanto.", + "quest_title_quest_platinum_medal_plural": "Ganhar {{amount_0}} medalhas de platina", + "quest_title_quest_platinum_medal_plural_five": "Ganhar 5 medalhas de platina", + "quest_title_quest_platinum_medal_plural_forty": "Ganhar 40 medalhas de platina", + "quest_title_quest_platinum_medal_plural_ten": "Ganhar 10 medalhas de platina", + "quest_title_quest_platinum_medal_plural_twenty": "Ganhar 20 medalhas de platina", + "quest_title_quest_platinum_medal_singular": "Ganhar uma medalha de platina", + "quest_title_quest_play_buddy_singular": "Brincar com seu companheiro.", + "quest_title_quest_pokemon_appears": "Um Pokémon!", + "quest_title_quest_poliwag_catch_b": "Pegar {{amount_0}} Poliwag.", + "quest_title_quest_poliwag_evolve_b": "Evoluir {{amount_0}} Poliwag", + "quest_title_quest_poliwag_snapshot_b": "Tirar {{amount_0}} fotos de Poliwag", + "quest_title_quest_poliwhirl_evolve_b": "Evoluir {{amount_0}} Poliwhirl", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "Pegar {{amount_0}} Popplio.", + "quest_title_quest_popplio_evolve_b_plural": "Evoluir {{amount_0}} Popplio.", + "quest_title_quest_popplio_evolve_b_singular": "Evoluir 1 Popplio.", + "quest_title_quest_porygon_catch_b": "Pegar {{amount_0}} Porygon.", + "quest_title_quest_porygon_evolve_b_plural": "Evoluir {{amount_0}} Porygon.", + "quest_title_quest_porygon_evolve_b_singular": "Evoluir 1 Porygon.", + "quest_title_quest_porygon_snapshot_b": "Tirar 1 foto de {{amount_0}} Porygon.", + "quest_title_quest_porygon2_evolve_b_plural": "Evoluir {{amount_0}} Porygon2.", + "quest_title_quest_porygon2_evolve_b_singular": "Evoluir 1 Porygon2.", + "quest_title_quest_poryt_catch_b": "Pegar {{amount_0}} Porygon.", + "quest_title_quest_poryt_catch_s1": "Pegar {{amount_0}} Porygon2.", + "quest_title_quest_poryt_evolve_b": "Evoluir {{amount_0}} Porygon.", + "quest_title_quest_poryt_evolve_s1": "Evoluir {{amount_0}} Porygon2.", + "quest_title_quest_power_up_dragon_plural": "Fortalecer Pokémon de tipo Dragão {{amount_0}} vezes.", + "quest_title_quest_power_up_fire_ice": "Fortalecer Pokémon de tipo Fogo ou Gelo 5 vezes.", + "quest_title_quest_power_up_grass_ghost": "Fortalecer Pokémon de tipo Planta ou Fantasma 5 vezes.", + "quest_title_quest_power_up_legendary_plural": "Fortalecer Pokémon Lendários ou Míticos {{amount_0}} vezes.", + "quest_title_quest_power_up_legendary_singular": "Fortalecer 1 Pokémon Lendário ou Mítico.", + "quest_title_quest_power_up_max_plural": "Fortalecer {{amount_0}} Pokémon até o PC máximo deles.", + "quest_title_quest_power_up_max_singular": "Fortalecer um Pokémon até o PC máximo dele.", + "quest_title_quest_power_up_plural": "Fortalecer seus Pokémon {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_bug": "Fortalecer Pokémon de tipo Inseto {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_dark": "Fortalecer {{amount_0}} Pokémon de tipo Sombrio.", + "quest_title_quest_power_up_plural_dragon": "Fortalecer Pokémon de tipo Dragão {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_electric": "Fortalecer Pokémon de tipo Elétrico {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_fairy": "Fortalecer Pokémon de tipo Fada {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_fighting": "Fortalecer Pokémon de tipo Lutador {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_fire": "Fortalecer Pokémon de tipo Fogo {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_flying": "Fortalecer Pokémon de tipo Voador {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_ghost": "Fortalecer Pokémon de tipo Fantasma {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_grass": "Fortalecer Pokémon de tipo Planta {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_ground": "Fortalecer Pokémon de tipo Terrestre {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_ice": "Fortalecer Pokémon de tipo Gelo {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_normal": "Fortalecer Pokémon de tipo Normal {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_poison": "Fortalecer Pokémon de tipo Venenoso {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_psychic": "Fortalecer Pokémon de tipo Psíquico {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_rock": "Fortalecer Pokémon de tipo Pedra {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_rock_fairy": "Fortalecer Pokémon de tipo Pedra ou Fada {{amount_0}} vezes.", + "quest_title_quest_power_up_plural_steel": "Fortalecer {{amount_0}} Pokémon de tipo Aço.", + "quest_title_quest_power_up_plural_water": "Fortalecer Pokémon de tipo Água {{amount_0}} vezes.", + "quest_title_quest_power_up_poison_rock": "Fortalecer Pokémon de tipo Venenoso ou Pedra 5 vezes.", + "quest_title_quest_power_up_singular": "Fortalecer 1 Pokémon.", + "quest_title_quest_power_up_singular_marshadow": "Fortalecer Marshadow.", + "quest_title_quest_power_up_water_normal": "Fortalecer Pokémon de tipo Normal ou Água 5 vezes.", + "quest_title_quest_primal_raid_victory_groudon": "Vencer 1 Reide de Groudon Primitivo.", + "quest_title_quest_primal_raid_victory_kyogre": "Vencer 1 Reide de Kyogre Primitivo.", + "quest_title_quest_primal_raid_victory_plural": "Vencer {{amount_0}} Reides Primitivos.", + "quest_title_quest_primal_raid_victory_singular": "Vencer 1 Reide Primitivo.", + "quest_title_quest_primal_reversion_plural": "Activate Primal Reversion {{amount_0}} times", + "quest_title_quest_primal_reversion_singular": "Activate Primal Reversion", + "quest_title_quest_primal_surge_candy": "Invasão Primitiva: ganhar 1 doce caminhando com seu companheiro.", + "quest_title_quest_primal_surge_catch": "Invasão Primitiva: pegar 10 Pokémon.", + "quest_title_quest_primal_surge_hatch": "Invasão Primitiva: chocar 1 Ovo.", + "quest_title_quest_primal_surge_power_ground": "Invasão Primitiva: fortalecer Pokémon de tipo Terrestre 5 vezes.", + "quest_title_quest_primal_surge_power_water": "Invasão Primitiva: fortalecer Pokémon de tipo Água 5 vezes.", + "quest_title_quest_primal_surge_raid": "Invasão Primitiva: vencer 1 Reide.", + "quest_title_quest_psychicspec_catch_abra_plural": "Pegar {{amount_0}} Abra ou Drowzee.", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "Pegar {{amount_0}} Pokémon de tipo Psíquico.", + "quest_title_quest_psychicspec_evolve_plural": "Evoluir {{amount_0}} Exeggcute ou Slowpoke.", + "quest_title_quest_quaxly_evolve_b": "Evoluir 1 Quaxly.", + "quest_title_quest_quaxwell_evolve_b": "Evoluir 1 Quaxwell.", + "quest_title_quest_quilava_evolve_b_plural": "Evoluir {{amount_0}} Quilava.", + "quest_title_quest_quilava_evolve_b_singular": "Evoluir 1 Quilava.", + "quest_title_quest_quilladin_evolve_b": "Evoluir {{amount_0}} Quilladin.", + "quest_title_quest_raboot_evolve": "Evoluir 1 Raboot.", + "quest_title_quest_raid_friend_singular": "Participe de 1 Reide com 1 amigo", + "quest_title_quest_raid_t5_win": "Vencer 1 Reide de cinco estrelas.", + "quest_title_quest_raid_with_buddy_plural": "Batalhar em {{amount_0}} Reides com o seu companheiro.", + "quest_title_quest_raid_with_buddy_singular": "Batalhar em 1 Reide com o seu companheiro.", + "quest_title_quest_reach_hoenn_gold": "Ganhar 1 medalha dourada de Hoenn.", + "quest_title_quest_reach_johto_gold": "Ganhar 1 medalha de Johto dourada.", + "quest_title_quest_reach_kanto_gold": "Ganhar 1 medalha de Kanto dourada.", + "quest_title_quest_reach_kanto_silver": "Ganhar 1 medalha de Kanto prateada.", + "quest_title_quest_reach_level": "Alcançar o nível {{amount_0}}.", + "quest_title_quest_referral_initial_milestone": "Iniciou uma sessão no Pokémon GO", + "quest_title_quest_remove_bonus_challenge_desc": "Você receberá outra amanhã.", + "quest_title_quest_reward_desc_1": "Colete selos para desbloquear as descobertas extraordinárias do Professor Willow!", + "quest_title_quest_reward_desc_2": "Fará uma descoberta extraordinária com", + "quest_title_quest_reward_desc_3_plural": "{{amount_0}} selos a mais!", + "quest_title_quest_reward_desc_3_singular": "{{amount_0}} selo a mais!", + "quest_title_quest_reward_encounter_later": "Mais tarde", + "quest_title_quest_reward_encounter_uses_ar": "Você deve usar o modo de RA para pegar este Pokémon.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "Um Pokémon misterioso apareceu!", + "quest_title_quest_reward_start_encounter": "Iniciar encontro", + "quest_title_quest_rocket_battle_plural": "Batalhar {{amount_0}} Recrutas da Equipe GO Rocket", + "quest_title_quest_rocket_battle_win_plural": "Derrotar {{amount_0}} Recrutas da Equipe GO Rocket.", + "quest_title_quest_rocket_battle_win_singular": "Derrotar 1 Recruta da Equipe GO Rocket.", + "quest_title_quest_rocket_catch_shadow_singular": "Pegar 1 Pokémon Sombroso.", + "quest_title_quest_rocket_evolve_plural": "Evoluir {{amount_0}} Pokémon.", + "quest_title_quest_rocket_leader_battle_win_singular": "Derrotar 1 Líder da Equipe GO Rocket.", + "quest_title_quest_rocket_power_up_plural": "Fortalecer seus Pokémon {{amount_0}} vezes.", + "quest_title_quest_rocket_purify_dark_plural": "Purificar {{amount_0}} Pokémon Sombrosos de tipo Sombrio.", + "quest_title_quest_rocket_purify_fire_plural": "Purificar {{amount_0}} Pokémon Sombrosos de tipo Fogo.", + "quest_title_quest_rocket_purify_plural": "Purificar {{amount_0}} Pokémon Sombrosos.", + "quest_title_quest_rocket_purify_type_singular": "Purificar 1 Pokémon Sombroso de tipo Fogo, Água ou Grama.", + "quest_title_quest_rocket_rescue_shadow_plural": "Resgatar {{amount_0}} Pokémon Sombrosos.", + "quest_title_quest_rocket_shadow_plural": "Pegar {{amount_0}} Pokémon Sombrosos.", + "quest_title_quest_rockethq1_arlo_win": "Derrotar Líder da Equipe GO Rocket Arlo.", + "quest_title_quest_rockethq1_arlo_win_plural": "Derrotar o Líder da Equipe GO Rocket Arlo {{amount_0}} vezes.", + "quest_title_quest_rockethq1_battle_boss": "Batalhar contra o chefe da Equipe GO Rocket.", + "quest_title_quest_rockethq1_catch_legendary_shadow": "Pegar o Pokémon Lendário Sombroso.", + "quest_title_quest_rockethq1_catch_shadow1": "Pegar {{amount_0}} Pokémon Sombrosos.", + "quest_title_quest_rockethq1_cliff_win": "Derrotar Líder da Equipe GO Rocket Cliff.", + "quest_title_quest_rockethq1_cliff_win_plural": "Derrotar o Líder da Equipe GO Rocket Cliff {{amount_0}} vezes.", + "quest_title_quest_rockethq1_defeat_boss": "Derrotar o chefe da Equipe GO Rocket.", + "quest_title_quest_rockethq1_find_boss": "Encontrar o chefe da Equipe GO Rocket.", + "quest_title_quest_rockethq1_grunt_win1": "Derrotar {{amount_0}} Recrutas da Equipe GO Rocket.", + "quest_title_quest_rockethq1_grunt_win2": "Derrotar {{amount_0}} Recrutas da Equipe GO Rocket.", + "quest_title_quest_rockethq1_leader_win_plural": "Derrotar 1 Líder da Equipe GO Rocket {{amount_0}} vezes.", + "quest_title_quest_rockethq1_leaders_win_plural": "Derrotar 1 Líder da Equipe GO Rocket {{amount_0}} vezes.", + "quest_title_quest_rockethq1_purify": "Purifique {{amount_0}} Pokémon Sombrosos.", + "quest_title_quest_rockethq1_raid_win": "Vencer {{amount_0}} Reides.", + "quest_title_quest_rockethq1_sierra_win": "Derrotar Líder da Equipe GO Rocket Sierra.", + "quest_title_quest_rockethq1_sierra_win_plural": "Derrotar a Líder da Equipe GO Rocket Sierra {{amount_0}} vezes.", + "quest_title_quest_rockethq1_spin": "Girar {{amount_0}} fotodiscos de Poképaradas.", + "quest_title_quest_rockethq1_spin_row": "Girar fotodiscos de Poképaradas {{amount_0}} dias seguidos.", + "quest_title_quest_rockethq1_supereffective": "Usar {{amount_0}} ataques carregados supereficazes em Batalhas de Ginásio.", + "quest_title_quest_rockethq1_trainerbattle_win": "Vencer {{amount_0}} batalhas de Treinador da Grande Liga contra outro Treinador.", + "quest_title_quest_roggenrola_catch_b": "Pegar {{amount_0}} Roggenrola.", + "quest_title_quest_roggenrola_evolve_b": "Evoluir {{amount_0}} Roggenrola.", + "quest_title_quest_roggenrola_snapshot_b": "Tirar {{amount_0}} fotos de Roggenrola.", + "quest_title_quest_roset_catch_b": "Pegar {{amount_0}} Roselia.", + "quest_title_quest_roset_evolve_b": "Evoluir {{amount_0}} Roselia.", + "quest_title_quest_rowlet_catch_b": "Pegar {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_plural": "Evoluir {{amount_0}} Rowlet.", + "quest_title_quest_rowlet_evolve_b_singular": "Evoluir {{amount_0}} Rowlet.", + "quest_title_quest_rowlet_snapshot_b": "Tirar 1 foto de {{amount_0}} Rowlet.", + "quest_title_quest_sandt_catch_b": "Pegar {{amount_0}} Sandshrew.", + "quest_title_quest_sandt_evolve_b": "Evoluir {{amount_0}} Sandshrew.", + "quest_title_quest_scorbunny_evolve": "Evoluir 1 Scorbunny.", + "quest_title_quest_send_gifts_daily_row": "Envie presentes {{amount_0}} dias seguidos.", + "quest_title_quest_send_gifts_plural": "Enviar {{amount_0}} presentes para amigos.", + "quest_title_quest_send_gifts_singular": "Enviar 1 presente para um amigo.", + "quest_title_quest_send_gifts_sticker_plural": "Enviar {{amount_0}} presentes e adicionar um adesivo em cada", + "quest_title_quest_send_gifts_sticker_singular": "Enviar um presente com um adesivo.", + "quest_title_quest_shelgon_evolve_b_plural": "Evoluir {{amount_0}} Shelgon.", + "quest_title_quest_shelgon_evolve_b_singular": "Evoluir 1 Shelgon.", + "quest_title_quest_shint_catch_b": "Pegar {{amount_0}} Shinx.", + "quest_title_quest_shint_evolve_b": "Evoluir {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_s1": "Evoluir {{amount_0}} Luxio.", + "quest_title_quest_sinnoh_evolve_plural": "Evoluir {{amount_0}} Pokémon para espécies originárias da região de Sinnoh.", + "quest_title_quest_sinnoh_evolve_stone_plural": "Usar 1 Pedra de Sinnoh para evoluir {{amount_0}} Pokémon.", + "quest_title_quest_sinnoh_medal_gold": "Ganhar 1 medalha dourada de Sinnoh.", + "quest_title_quest_sliggoo_evolve_b_plural": "Evoluir {{amount_0}} Sliggoo.", + "quest_title_quest_sliggoo_evolve_b_singular": "Evoluir 1 Sliggoo.", + "quest_title_quest_slowpoke_catch_b": "Pegar {{amount_0}} Slowpoke ou Slowpoke de Galar.", + "quest_title_quest_slowpoke_evolve_b": "Evoluir {{amount_0}} Slowpoke ou Slowpoke de Galar.", + "quest_title_quest_slowpoke_snapshot_b": "Tirar uma foto de {{amount_0}} Slowpoke ou Slowpoke de Galar.", + "quest_title_quest_snapshot_ar_photo_safari": "Tirar uma foto do seu companheiro no estande do Pokémon GO.", + "quest_title_quest_snapshot_bali": "Tirar 1 foto em Bali.", + "quest_title_quest_snapshot_buddy": "Tirar 1 foto com seu companheiro.", + "quest_title_quest_snapshot_bulbasaur": "Tirar 1 foto de Bulbasaur.", + "quest_title_quest_snapshot_charmander": "Tirar 1 foto de Charmander.", + "quest_title_quest_snapshot_chikorita": "Tirar 1 foto de seu Chikorita.", + "quest_title_quest_snapshot_cyndaquil": "Tirar 1 foto de seu Cyndaquil.", + "quest_title_quest_snapshot_genesect": "Tirar {{amount_0}} fotos de Genesect.", + "quest_title_quest_snapshot_hariyama": "Tirar 1 foto de seu Hariyama.", + "quest_title_quest_snapshot_hoopa_singular": "Tirar 1 foto de Hoopa.", + "quest_title_quest_snapshot_jeju": "Tire uma foto na Ilha de Jeju", + "quest_title_quest_snapshot_keldeo": "Tirar {{amount_0}} fotos de Keldeo.", + "quest_title_quest_snapshot_landorus": "Tirar 1 foto de Landorus.", + "quest_title_quest_snapshot_machamp": "Tirar 1 foto de seu Machamp.", + "quest_title_quest_snapshot_okinawa": "Tirar 1 foto em Okinawa.", + "quest_title_quest_snapshot_poison_grass_singular": "Tirar 1 foto de um Pokémon selvagem de tipo Venenoso.", + "quest_title_quest_snapshot_regi_ice": "Tirar 1 foto de Regice.", + "quest_title_quest_snapshot_regi_rock": "Tirar 1 foto de Regirock.", + "quest_title_quest_snapshot_regi_steel": "Tirar 1 foto de Registeel.", + "quest_title_quest_snapshot_scrafty": "Tirar 1 foto de seu Scrafty.", + "quest_title_quest_snapshot_singular": "Tirar 1 foto.", + "quest_title_quest_snapshot_storage_bug_unique_plural": "Tirar fotos de {{amount_0}} Pokémon de tipo Inseto diferentes que você pegou.", + "quest_title_quest_snapshot_storage_steel_unique_plural": "Tirar fotos de {{amount_0}} Pokémon de tipo Aço diferentes que você pegou.", + "quest_title_quest_snapshot_storage_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes.", + "quest_title_quest_snapshot_surabaya": "Tirar 1 foto em Surabaya.", + "quest_title_quest_snapshot_thundurus": "Tirar 1 foto de Thundurus.", + "quest_title_quest_snapshot_tornadus": "Tirar 1 foto de Tornadus.", + "quest_title_quest_snapshot_totodile": "Tirar 1 foto de seu Totodile.", + "quest_title_quest_snapshot_unique_fire_pokemon": "Tirar fotos de {{amount_0}} Pokémon de tipo Fogo diferentes.", + "quest_title_quest_snapshot_unique_pokemon": "Tirar fotos de {{amount_0}} Pokémon diferentes.", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Tirar 1 foto de Shinx, Blitzle ou Furfrou selvagem.", + "quest_title_quest_snapshot_wild_bug_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Inseto.", + "quest_title_quest_snapshot_wild_bug_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Inseto diferentes.", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Tirar 1 foto de Butterfree, Shinx ou Blitzle selvagem.", + "quest_title_quest_snapshot_wild_dark_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Sombrio.", + "quest_title_quest_snapshot_wild_dark_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes de tipo Sombrio.", + "quest_title_quest_snapshot_wild_dragon_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Dragão.", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Dragão diferentes.", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Tirar 1 foto de Chinchou, Finneon ou Ducklett selvagem.", + "quest_title_quest_snapshot_wild_eevee": "Tirar 1 foto de Eevee selvagem.", + "quest_title_quest_snapshot_wild_electric_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Elétrico.", + "quest_title_quest_snapshot_wild_electric_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Elétrico diferentes.", + "quest_title_quest_snapshot_wild_entei": "Tirar 1 foto de Entei selvagem.", + "quest_title_quest_snapshot_wild_fairy_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Fada.", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Fada diferentes.", + "quest_title_quest_snapshot_wild_fighting_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Lutador.", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Lutador diferentes.", + "quest_title_quest_snapshot_wild_fire_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Fogo.", + "quest_title_quest_snapshot_wild_fire_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes de tipo Fogo.", + "quest_title_quest_snapshot_wild_flying_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Voador.", + "quest_title_quest_snapshot_wild_flying_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Voador diferentes.", + "quest_title_quest_snapshot_wild_frillish_absol": "Tirar 1 foto de Absol ou Frillish selvagem.", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Tirar 1 foto de Sandshrew, Geodude ou Cacnea selvagem.", + "quest_title_quest_snapshot_wild_ghost_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Fantasma.", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes de tipo Fantasma.", + "quest_title_quest_snapshot_wild_grass_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Planta.", + "quest_title_quest_snapshot_wild_grass_singular": "Tirar 1 foto de um Pokémon selvagem de tipo Planta.", + "quest_title_quest_snapshot_wild_grass_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Planta diferentes.", + "quest_title_quest_snapshot_wild_ground_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Terrestre.", + "quest_title_quest_snapshot_wild_ground_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Terrestre diferentes.", + "quest_title_quest_snapshot_wild_hoothoot": "Tirar 1 foto de Hoothoot selvagem.", + "quest_title_quest_snapshot_wild_ice_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Gelo.", + "quest_title_quest_snapshot_wild_ice_singular": "Tirar 1 foto de um Pokémon selvagem de tipo Gelo.", + "quest_title_quest_snapshot_wild_ice_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Gelo diferentes.", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Tirar 1 foto de Metapod, Aipom ou Lotad selvagem.", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Tirar 1 foto de Chinchou, Luvdisc ou Finneon selvagem.", + "quest_title_quest_snapshot_wild_mareanie_singluar": "Tirar 1 foto de Mareanie selvagem.", + "quest_title_quest_snapshot_wild_normal_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Normal.", + "quest_title_quest_snapshot_wild_normal_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Normal diferentes.", + "quest_title_quest_snapshot_wild_plural": "Tirar {{amount_0}} fotos de Pokémon selvagem.", + "quest_title_quest_snapshot_wild_poison_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Venenoso.", + "quest_title_quest_snapshot_wild_poison_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Venenoso diferentes.", + "quest_title_quest_snapshot_wild_psychic_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Psíquico.", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Psíquico diferentes.", + "quest_title_quest_snapshot_wild_raikou": "Tirar 1 foto de Raikou selvagem.", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes de tipo Terrestre, Pedra ou Fada", + "quest_title_quest_snapshot_wild_rock_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Pedra.", + "quest_title_quest_snapshot_wild_rock_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Pedra diferentes.", + "quest_title_quest_snapshot_wild_singular": "Tirar 1 foto de um Pokémon selvagem.", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Tirar 1 foto de Dodrio, Mantine ou Skarmory selvagem.", + "quest_title_quest_snapshot_wild_skitty_kirlia": "Tirar 1 foto de Kirlia ou Skitty selvagem.", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Tirar 1 foto de Sneasel, Croagunk ou Frillish selvagem.", + "quest_title_quest_snapshot_wild_steel_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Aço.", + "quest_title_quest_snapshot_wild_steel_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Aço diferentes.", + "quest_title_quest_snapshot_wild_suicune": "Tirar 1 foto de Suicune selvagem.", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Tirar 1 foto de Sandshrew, Trapinch ou Cacnea selvagem.", + "quest_title_quest_snapshot_wild_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes.", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes de tipo Fogo, Água ou Planta.", + "quest_title_quest_snapshot_wild_water_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Água.", + "quest_title_quest_snapshot_wild_water_singular": "Tirar uma foto de um Pokémon selvagem de tipo Água.", + "quest_title_quest_snapshot_wild_water_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Água diferentes.", + "quest_title_quest_snapshot_yogyakarta": "Tirar 1 foto em Yogyakarta.", + "quest_title_quest_snapshots_inarow_plural": "Tirar um retrato de um Pokémon {{amount_0}} dias seguidos", + "quest_title_quest_snapshots_plural": "Tirar {{amount_0}} fotos.", + "quest_title_quest_snapshots_your_plural": "Tirar {{amount_0}} fotos de seu Pokémon.", + "quest_title_quest_snapshots_your_singular": "Tirar 1 foto de um de seus Pokémon.", + "quest_title_quest_snivt_catch_b": "Pegar {{amount_0}} Snivy.", + "quest_title_quest_snivt_evolve_b": "Evoluir {{amount_0}} Snivy.", + "quest_title_quest_snivt_evolve_s1": "Evoluir {{amount_0}} Servine.", + "quest_title_quest_sobble_evolve": "Evoluir 1 Sobble.", + "quest_title_quest_sphet_catch_b": "Pegar {{amount_0}} Spheal.", + "quest_title_quest_sphet_evolve_b": "Evoluir {{amount_0}} Spheal.", + "quest_title_quest_sphet_evolve_s1": "Evoluir {{amount_0}} Sealeo.", + "quest_title_quest_spin_151": "Girar 151 fotodiscos de Poképaradas ou Ginásios.", + "quest_title_quest_spin_daysinarow": "Visitar Poképaradas {{amount_0}} dia seguidos.", + "quest_title_quest_spin_go_tour_habitat_01": "Girar {{amount_0}} Poképaradas ou Ginásios no habitat Metrópole à Beira Mar.", + "quest_title_quest_spin_go_tour_habitat_02": "Girar {{amount_0}} Poképaradas ou Ginásios no habitat Ruínas Labirínticas.", + "quest_title_quest_spin_go_tour_habitat_03": "Girar {{amount_0}} Poképaradas ou Ginásios no habitat Lamaçal Borbulhante.", + "quest_title_quest_spin_go_tour_habitat_04": "Girar {{amount_0}} Poképaradas ou Ginásios no habitat Termas Montanhosas.", + "quest_title_quest_spin_go_tour_spiritomb_plural": "Girar {{amount_0}} Poképaradas diferentes de Spiritomb .", + "quest_title_quest_spin_go_tour_spiritomb_singular": "Girar 1 Poképarada de Spiritomb.", + "quest_title_quest_spin_mexico_plural": "Girar {{amount_0}} fotodiscos de Poképaradas no México.", + "quest_title_quest_spin_mexico_singular": "Girar 1 fotodisco de Poképarada no México.", + "quest_title_quest_spin_pokestop_days": "Visitar Poképaradas em {{amount_0}} dias diferentes.", + "quest_title_quest_spin_ultra_wormhole_gym": "Girar o fotodisco do Ginásio marcado como “Ultrafenda Espacial”.", + "quest_title_quest_spin_wcs_2024": "Girar 10 Poképaradas ou Ginásios no Hawaiʻi Convention Center.", + "quest_title_quest_sprigatito_evolve_b": "Evoluir 1 Sprigatito.", + "quest_title_quest_squirtle_catch_b": "Pegar {{amount_0}} Squirtle.", + "quest_title_quest_squirtle_evolve_b": "Evoluir {{amount_0}} Squirtle.", + "quest_title_quest_squirtle_snapshot_b": "Tirar {{amount_0}} fotos de Squirtle.", + "quest_title_quest_st_catch_s": "Pegar 15 Seedot", + "quest_title_quest_st_evolve_n": "Evoluir 1 Nuzleaf", + "quest_title_quest_st_evolve_s": "Evoluir 3 Seedot", + "quest_title_quest_stardust_plural": "Ganhar {{amount_0}} Poeiras Estelares.", + "quest_title_quest_starly_catch_b": "Pegar {{amount_0}} Starly.", + "quest_title_quest_starly_evolve_b": "Evoluir {{amount_0}} Starly.", + "quest_title_quest_starly_snapshot_b": "Tirar {{amount_0}} fotos de Starly.", + "quest_title_quest_start_battle": "COMEÇAR A BATALHA!", + "quest_title_quest_steenee_evolve_b_plural": "Evoluir {{amount_0}} Steenee.", + "quest_title_quest_steenee_evolve_b_singular": "Evoluir 1 Steenee.", + "quest_title_quest_streak_format": "Dias consecutivos: {{amount_0}}!", + "quest_title_quest_stuff_catch_b": "Pegar {{amount_0}} Stufful.", + "quest_title_quest_stuff_evolve_b": "Evoluir {{amount_0}} Stufful.", + "quest_title_quest_stuff_snapshot_b": "Tirar 1 foto de Stufful selvagem.", + "quest_title_quest_supereffective_charge_party_plural": "Usar {{amount_0}} ataques carregados supereficazes enquanto estiver em um grupo.", + "quest_title_quest_supereffective_charge_party_singular": "Usar 1 ataque carregado supereficaz enquanto estiver em um grupo.", + "quest_title_quest_supereffective_charge_plural": "Usar {{amount_0}} ataques carregados supereficazes", + "quest_title_quest_supereffective_charge_singular": "Usar um ataque carregado supereficaz", + "quest_title_quest_surskit_catch": "Pegar {{amount_0}} Surskit.", + "quest_title_quest_swabt_catch_b": "Pegar {{amount_0}} Swablu.", + "quest_title_quest_swabt_evolve_b": "Evoluir {{amount_0}} Swablu.", + "quest_title_quest_swinub_cdc_evolve_b": "Evolua {{amount_0}} Swinub", + "quest_title_quest_swinub_cdc_snapshot_b": "Tire uma foto de {{amount_0}} Swinub", + "quest_title_quest_teddiursa_catch_b": "Pegar {{amount_0}} Teddiursa.", + "quest_title_quest_teddiursa_evolve_b": "Evoluir {{amount_0}} Teddiursa.", + "quest_title_quest_teddiursa_snapshot_b": "Tirar 1 foto de {{amount_0}} Teddiursa.", + "quest_title_quest_template.display.branches#0.button_text_key": "Reides, Recrutas e Ginásios!", + "quest_title_quest_template.display.branches#0.description_key": "Ao escolher este caminho, você receberá tarefas relacionadas a Ginásios desafiadores, Reides e membros da Equipe GO Rocket para ganhar recompensas, como um encontro com Charizard e muito mais.", + "quest_title_quest_template.display.branches#1.button_text_key": "Liga de Batalha GO!", + "quest_title_quest_template.display.branches#1.description_key": "Ao escolher este caminho, você será desafiado com tarefas relacionadas a batalhas com outros Treinadores e ganhará recompensas, como um encontro com Charizard e muito mais.", + "quest_title_quest_tepit_catch_b": "Pegar {{amount_0}} Tepig.", + "quest_title_quest_tepit_evolve_b": "Evoluir {{amount_0}} Tepig.", + "quest_title_quest_tepit_evolve_s1": "Evoluir {{amount_0}} Pignite.", + "quest_title_quest_thwackey_evolve": "Evoluir 1 Thwackey.", + "quest_title_quest_timburr_catch_b": "Pegar {{amount_0}} Timburr.", + "quest_title_quest_timburr_evolve_b": "Evoluir {{amount_0}} Timburr.", + "quest_title_quest_timburr_snapshot_b": "Tirar 1 foto de {{amount_0}} Timburr.", + "quest_title_quest_time_remaining_day_plural": "Você tem {{amount_0}} dias para completar esta pesquisa especial", + "quest_title_quest_time_remaining_day_singular": "Você tem {{amount_0}} dia para completar esta pesquisa especial", + "quest_title_quest_togetic_catch_b": "Pegar {{amount_0}} Togetic.", + "quest_title_quest_togetic_evolve_b": "Evoluir {{amount_0}} Togetic.", + "quest_title_quest_togetic_snapshot_b": "Tirar 1 foto de {{amount_0}} Togetic.", + "quest_title_quest_torracat_evolve_b_plural": "Evoluir {{amount_0}} Torracat.", + "quest_title_quest_torracat_evolve_b_singular": "Evoluir 1 Torracat.", + "quest_title_quest_trade_50km_plural": "Realizar {{amount_0}} trocas com Pokémon pegos a pelo menos 50 km de distância", + "quest_title_quest_trade_100km_plural": "Realizar {{amount_0}} trocas com Pokémon pegos a pelo menos 100 km de distância", + "quest_title_quest_trade_200km_plural": "Realizar {{amount_0}} trocas com Pokémon pegos a pelo menos 200 km de distância", + "quest_title_quest_trade_300km_plural": "Realizar {{amount_0}} trocas com Pokémon pegos a pelo menos 300 km de distância", + "quest_title_quest_trade_400km_plural": "Realizar {{amount_0}} trocas com Pokémon pegos a pelo menos 400 km de distância", + "quest_title_quest_trade_500km_plural": "Realizar {{amount_0}} trocas com Pokémon pegos a pelo menos 500 km de distância", + "quest_title_quest_trade_500km_singular": "Realizar uma troca com Pokémon pegos a pelo menos 500 km de distância", + "quest_title_quest_trade_pikachu_plural": "Trocar {{amount_0}} Pikachu.", + "quest_title_quest_trade_plural": "Trocar Pokémon {{amount_0}} vezes.", + "quest_title_quest_trade_singular": "Trocar 1 Pokémon.", + "quest_title_quest_transfer_pidgey_plural": "Transferir {{amount_0}} Pidgey.", + "quest_title_quest_transfer_pokemon_plural": "Transferir {{amount_0}} Pokémon.", + "quest_title_quest_transfer_pokemon_singular": "Transferir 1 Pokémon.", + "quest_title_quest_transfer_rock_or_poison_plural": "Transferir {{amount_0}} Pokémon de tipo Pedra ou Venenoso.", + "quest_title_quest_transfer_rock_poison": "Transferir {{amount_0}} Pokémon de tipo Pedra ou Venenoso.", + "quest_title_quest_transfer_type_bug_plural": "Transferir {{amount_0}} Pokémon de tipo Inseto.", + "quest_title_quest_transfer_type_dark_plural": "Transferir {{amount_0}} Pokémon de tipo Sombrio.", + "quest_title_quest_transfer_type_dragon_plural": "Transferir {{amount_0}} Pokémon de tipo Dragão.", + "quest_title_quest_transfer_type_electric_plural": "Transferir {{amount_0}} Pokémon de tipo Elétrico.", + "quest_title_quest_transfer_type_fairy_plural": "Transferir {{amount_0}} Pokémon de tipo Fada.", + "quest_title_quest_transfer_type_fighting_plural": "Transferir {{amount_0}} Pokémon de tipo Lutador.", + "quest_title_quest_transfer_type_fire_plural": "Transferir {{amount_0}} Pokémon de tipo Fogo.", + "quest_title_quest_transfer_type_flying_plural": "Transferir {{amount_0}} Pokémon de tipo Voador.", + "quest_title_quest_transfer_type_ghost_plural": "Transferir {{amount_0}} Pokémon de tipo Fantasma.", + "quest_title_quest_transfer_type_grass_plural": "Transferir {{amount_0}} Pokémon de tipo Planta.", + "quest_title_quest_transfer_type_ground_plural": "Transferir {{amount_0}} Pokémon de tipo Terrestre.", + "quest_title_quest_transfer_type_ice_plural": "Transferir {{amount_0}} Pokémon de tipo Gelo.", + "quest_title_quest_transfer_type_normal_plural": "Transferir {{amount_0}} Pokémon de tipo Normal.", + "quest_title_quest_transfer_type_poison_plural": "Transferir {{amount_0}} Pokémon de tipo Venenoso.", + "quest_title_quest_transfer_type_psychic_plural": "Transferir {{amount_0}} Pokémon de tipo Psíquico.", + "quest_title_quest_transfer_type_rock_plural": "Transferir {{amount_0}} Pokémon de tipo Pedra.", + "quest_title_quest_transfer_type_steel_plural": "Transferir {{amount_0}} Pokémon de tipo Aço.", + "quest_title_quest_transfer_type_water_plural": "Transferir {{amount_0}} Pokémon de tipo Água.", + "quest_title_quest_travel_routes_km_plural": "Percorrer {{amount_0}} km enquanto explora Rotas", + "quest_title_quest_travel_routes_meters_plural": "Percorrer {{amount_0}} m enquanto explora Rotas", + "quest_title_quest_tynamo_catch_b": "Pegar {{amount_0}} Tynamo.", + "quest_title_quest_tynamo_evolve_b_plural": "Evoluir {{amount_0}} Tynamo.", + "quest_title_quest_tynamo_evolve_b_singular": "Evoluir 1 Tynamo.", + "quest_title_quest_under_investigation": "O Professor Willow está atualmente realizando uma investigação sobre esta pesquisa. Confira mais detalhes em breve!", + "quest_title_quest_urd22_june_battle_gym": "Dia de pesquisa: batalhar em 1 Ginásio.", + "quest_title_quest_urd22_june_battle_raid": "Dia de pesquisa: batalhar em 1 Reide.", + "quest_title_quest_urd22_june_beries": "Dia de pesquisa: usar {{amount_0}} Frutas para ajudar a pegar Pokémon.", + "quest_title_quest_urd22_june_catch_rock": "Dia de pesquisa: pegar {{amount_0}} Pokémon de tipo Pedra.", + "quest_title_quest_urd22_june_catch_weather": "Dia de pesquisa: pegar {{amount_0}} Pokémon com fortalecimento de clima.", + "quest_title_quest_urd22_june_curveball": "Dia de pesquisa: acertar {{amount_0}} bolas curvas.", + "quest_title_quest_urd22_june_curveball_row": "Dia de pesquisa: acertar {{amount_0}} bolas curvas seguidas.", + "quest_title_quest_urd22_june_evolve_rock": "Dia de pesquisa: evoluir {{amount_0}} Pokémon de tipo Pedra.", + "quest_title_quest_urd22_june_gift_sticker": "Dia de pesquisa: enviar {{amount_0}} presentes com adesivos.", + "quest_title_quest_urd22_june_great": "Dia de pesquisa: acertar {{amount_0}} ótimas jogadas.", + "quest_title_quest_urd22_june_great_row": "Dia de pesquisa: acertar {{amount_0}} ótimas jogadas seguidas.", + "quest_title_quest_urd22_june_nice": "Dia de pesquisa: acertar {{amount_0}} boas jogadas.", + "quest_title_quest_urd22_june_nice_row": "Dia de pesquisa: acertar {{amount_0}} boas jogadas seguidas.", + "quest_title_quest_urd22_june_powerup": "Dia de pesquisa: fortalecer um Pokémon {{amount_0}} vezes.", + "quest_title_quest_urd22_june_snap_rock": "Dia de pesquisa: tirar 1 foto de um Pokémon selvagem de tipo Pedra.", + "quest_title_quest_urd22_june_spin_stops": "Dia de pesquisa: girar {{amount_0}} fotodiscos de Poképaradas.", + "quest_title_quest_urd22_june_supereffective": "Dia de pesquisa: usar 1 ataque carregado supereficaz. ", + "quest_title_quest_ursaring_evolve_b": "Evoluir {{amount_0}} Ursaring.", + "quest_title_quest_use_any_potion": "Usar qualquer Poção em um Pokémon.", + "quest_title_quest_use_charged_move_singular": "Usar um ataque carregado supereficaz.", + "quest_title_quest_use_charged_tm": "Usar 1 MT de ataque carregado.", + "quest_title_quest_use_dai_plural": "Usar {{amount_0}} Incensos de Aventura Diários.", + "quest_title_quest_use_dai_singular": "Usar 1 Incenso de Aventura Diário.", + "quest_title_quest_use_fast_tm": "Usar 1 MT de ataque ágil.", + "quest_title_quest_use_hyper_potion": "Usar 1 Hiperpoção em um Pokémon.", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "Usar {{amount_0}} Módulos Atrair seguindo Rotas", + "quest_title_quest_use_lure_singular": "Usar 1 Módulo Atrair seguindo uma Rota", + "quest_title_quest_use_max_potion": "Usar 1 Poção Máxima em um Pokémon.", + "quest_title_quest_use_poffin": "Usar 1 Poffin.", + "quest_title_quest_use_rare_candy_plural": "Usar {{amount_0}} Doces Raros.", + "quest_title_quest_use_rare_candy_singular": "Usar 1 Doce Raro.", + "quest_title_quest_use_standard_charged_tm": "Usar 1 MT de ataque carregado.", + "quest_title_quest_use_standard_fast_tm": "Usar 1 MT de ataque ágil.", + "quest_title_quest_use_super_potion": "Usar 1 Superpoção em um Pokémon.", + "quest_title_quest_uxie_wild_snap": "Tirar 1 foto de Uxie selvagem.", + "quest_title_quest_val19_catch_specific_plural": "Dia dos Namorados: Pegar {{amount_0}} Luvdisc.", + "quest_title_quest_val19_catch_specific_singular": "Dia dos Namorados: Pegar 1 Chansey.", + "quest_title_quest_visit_different_pokestops": "Girar {{amount_0}} fotodiscos de Poképaradas diferentes.", + "quest_title_quest_visit_pokestop_new_plural": "Girar {{amount_0}} fotodiscos de Poképaradas que não tenha visitado antes.", + "quest_title_quest_visit_pokestop_new_singular": "Girar 1 fotodisco de uma Poképarada que não tenha visitado antes.", + "quest_title_quest_visit_pokestops_party_plural": "Girar {{amount_0}} Poképaradas ou Ginásios enquanto estiver em um grupo.", + "quest_title_quest_visit_pokestops_plural": "Girar {{amount_0}} fotodiscos de Poképaradas ou Ginásios.", + "quest_title_quest_visit_pokestops_singular": "Girar 1 fotodisco de uma Poképarada ou Ginásio.", + "quest_title_quest_visit_unique_pokestops_plural": "Girar {{amount_0}} fotodiscos de Poképaradas ou Ginásios diferentes.", + "quest_title_quest_wailmer_catch_b": "Pegar {{amount_0}} Wailmer.", + "quest_title_quest_waina_catch_great_ultra_plural": "Pegar {{amount_0}} Pokémon em Grande Bolas ou Ultra Bolas usando o Pokémon GO Plus +.", + "quest_title_quest_waina_catch_plural": "Pegar {{amount_0}} Pokémon em Poké Bolas usando o Pokémon GO Plus +.", + "quest_title_quest_waina_sleep_days": "Monitorar seu sono usando Pokémon GO Plus + durante {{amount_0}} dias.", + "quest_title_quest_waina_sleep_days_singular": "Monitore o sono usando o Pokémon GO Plus + por 1 dia.", + "quest_title_quest_waina_spin_pokestop_plural": "Girar {{amount_0}} Poképaradas usando o Pokémon GO Plus +.", + "quest_title_quest_walk_25km_inaweek_plural": "Receber as recompensas semanais por caminhar 25 km usando a Sincroaventura {{amount_0}} vezes", + "quest_title_quest_walk_buddy_plural": "Ganhar {{amount_0}} doces caminhando com seu companheiro.", + "quest_title_quest_walk_buddy_singular": "Ganhar 1 doce caminhando com seu companheiro.", + "quest_title_quest_walk_eevee_for_evo": "Caminhar 10 km com Eevee como seu companheiro para receber doce.", + "quest_title_quest_walk_hgrowlithe_header_0": "Caudas da aventura", + "quest_title_quest_walk_km": "Caminhar {{amount_0}} km.", + "quest_title_quest_walk_km_plural": "Caminhar {{amount_0}} km.", + "quest_title_quest_walk_routes_plural": "Percorrer {{amount_0}} km seguindo Rotas", + "quest_title_quest_walk_routes_singular": "Percorrer {{amount_0}} km seguindo Rotas", + "quest_title_quest_walk_steps": "Caminhar {{amount_0}} passos.", + "quest_title_quest_wartortle_evolve_b": "Evoluir {{amount_0}} Wartortle.", + "quest_title_quest_waterfestival_catch_feed_plural": "Festival Aquático: usar {{amount_0}} frutas para ajudar você a pegar Pokémon.", + "quest_title_quest_waterfestival_catch_pokemon_plural": "Festival Aquático: pegar {{amount_0}} Pokémon.", + "quest_title_quest_waterfestival_catch_special9_plural": "Festival Aquático: pegar {{amount_0}} Magikarp ou Wailmer.", + "quest_title_quest_waterfestival_catch_type_water_plural": "Festival Aquático: pegar {{amount_0}} Pokémon de tipo Água.", + "quest_title_quest_waterfestival_evolve_plural": "Festival Aquático: evoluir {{amount_0}} Shellder.", + "quest_title_quest_waterfestival_evolve_type_water_plural": "Festival Aquático: evoluir {{amount_0}} Pokémon de tipo Água.", + "quest_title_quest_waterfestival_hatch_egg_singular": "Festival Aquático: chocar 1 Ovo.", + "quest_title_quest_waterfestival_land_great_plural": "Festival Aquático: fazer {{amount_0}} ótimas jogadas.", + "quest_title_quest_waterfestival_land_nice_plural": "Festival Aquático: fazer {{amount_0}} boas jogadas.", + "quest_title_quest_waterfestival_win_raid_singular": "Festival Aquático: ganhar 1 Reide.", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Bônus Wayfarer: pegar {{amount_0}} Pokémon.", + "quest_title_quest_wcs_2024_catch_psychic_electric": "Pegar {{amount_0}} Pokémon de tipo Elétrico ou Psíquico.", + "quest_title_quest_wcs_2024_snapshot_fairy": "Tirar {{amount_0}} fotos de diferentes Pokémon selvagens de tipo Fada.", + "quest_title_quest_wcs_2024_spin_00": "Girar a Poképarada na Pokémon GO Zone.", + "quest_title_quest_wcs_2024_spin_01": "Girar a Poképarada no Play Lab.", + "quest_title_quest_wcs_2024_spin_02": "Girar a Poképarada no Collect & Trade Corner.", + "quest_title_quest_weepinbell_evolve_b_plural": "Evoluir {{amount_0}} Weepinbell.", + "quest_title_quest_weepinbell_evolve_b_singular": "Evoluir 1 Weepinbell.", + "quest_title_quest_wimpod_catch_b": "Pegar {{amount_0}} Wimpod.", + "quest_title_quest_win_gym_plural": "Vencer {{amount_0}} batalhas de Ginásio.", + "quest_title_quest_win_gym_singular": "Vencer 1 batalha de Ginásio.", + "quest_title_quest_win_raid_2_singular": "Vencer 1 Reide de duas estrelas ou maior.", + "quest_title_quest_win_raid_3_plural": "Vencer {{amount_0}} Reides de três estrelas ou maior.", + "quest_title_quest_win_raid_3_singular": "Vencer 1 Reide de três estrelas ou mais.", + "quest_title_quest_win_raid_buddy_plural": "Vencer {{amount_0}} Reides com o seu Pokémon companheiro.", + "quest_title_quest_win_raid_buddy_singular": "Vencer 1 Reide com o seu companheiro.", + "quest_title_quest_win_raid_lvl1_higher_singular": "Vencer 1 Reide de uma estrela ou maior.", + "quest_title_quest_win_raid_lvl1_singular": "Vencer 1 Reide de uma estrela.", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Vencer {{amount_0}} Reides usando apenas Pokémon com 1500 PC ou menos", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Vencer um Reide usando apenas Pokémon com 1,500 PC ou menos", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Vencer {{amount_0}} Reides de três estrelas usando apenas Pokémon com 1,500 PC ou menos", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Vencer um Reide de três estrelas usando apenas Pokémon com 1,500 PC ou menos", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Vencer {{amount_0}} Reides de três estrelas usando apenas Pokémon com 2.500 PC ou menos.", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Vencer um Reide de três estrelas usando apenas Pokémon com 2.500 PC ou menos.", + "quest_title_quest_win_raid_party_plural": "Vencer {{amount_0}} Reides enquanto estiver em um grupo.", + "quest_title_quest_win_raid_party_singular": "Vencer 1 Reide enquanto estiver em um grupo.", + "quest_title_quest_win_raid_plural": "Vencer {{amount_0}} Reides.", + "quest_title_quest_win_raid_singular": "Vencer 1 Reide.", + "quest_title_quest_win_raid_unique_plural": "Vencer {{amount_0}} Reides usando uma equipe de Pokémon de todas as espécies diferentes", + "quest_title_quest_win_raid_unique_singular": "Vencer uma Reide usando uma equipe de Pokémon de todas as espécies diferentes", + "quest_title_quest_win_raid_with_friend_plural": "Vencer {{amount_0}} Reides com 1 amigo.", + "quest_title_quest_win_raid_with_friend_singular": "Vencer 1 Reide com 1 amigo.", + "quest_title_quest_win_raids_unique_1500_plural": "Vencer {{amount_0}} Reides com uma equipe de Pokémon diferentes abaixo de 1.500 PC.", + "quest_title_quest_win_raids_unique_plural": "Vencer {{amount_0}} Reides com uma equipe de Pokémon diferentes.", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "Derrotar um Líder da Equipe GO Rocket {{amount_0}} vezes usando apenas Pokémon com 1,500 PC ou menos", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "Derrotar um Líder da Equipe GO Rocket usando apenas Pokémon com 1500 PC ou menos", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "Derrotar um Líder da Equipe GO Rocket {{amount_0}} vezes usando apenas Pokémon com 2,500 PC ou menos", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "Derrotar um Líder da Equipe GO Rocket {{amount_0}} vezes usando apenas Pokémon com 3,000 PC ou menos", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "Derrotar um Líder da Equipe GO Rocket {{amount_0}} vezes usando apenas Pokémon com 3,500 PC ou menos", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "Derrotar um Líder da Equipe GO Rocket {{amount_0}} vezes usando apenas Pokémon com 4,000 PC ou menos", + "quest_title_quest_wooper_catch_b": "Pegar {{amount_0}} Wooper ou Wooper de Paldea.", + "quest_title_quest_wooper_evolve_b": "Evoluir {{amount_0}} Wooper ou Wooper de Paldea.", + "quest_title_quest_wooper_snapshot_b": "Tirar uma foto de {{amount_0}} Wooper ou Wooper de Paldea.", + "quest_title_quest_wt_catch_weedle": "Pegar {{amount_0}} Weedle.", + "quest_title_quest_wt_evolve_kakuna": "Evoluir {{amount_0}} Kakuna.", + "quest_title_quest_wt_evolve_weedle": "Evoluir {{amount_0}} Weedle.", + "quest_title_quest_xp_plural": "Ganhar {{amount_0}} PE.", + "quest_title_quest_zigzagoon_catch_b": "Pegar {{amount_0}} Zigzagoon de Galar.", + "quest_title_quest_zigzagoon_evolve_b": "Evoluir {{amount_0}} Zigzagoon de Galar.", + "quest_title_quest_zigzagoon_snapshot_b": "Tirar {{amount_0}} fotos de Zigzagoon de Galar.", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Pegou 0 Pokémon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Pegou {{amount_0}} Pokémon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "Pegou 1 Pokémon", + "quest_title_score_1_10_11_12_singular": "Pegou {{amount_0}} Pokémon de tipo Fogo, Água ou Planta.", + "quest_title_score_1_10_singular": "Pegar {{amount_0}} Pokémon de tipo Fogo.", + "quest_title_score_1_11_singular": "Pegou {{amount_0}} Pokémon de tipo Água.", + "quest_title_score_1_12_singular": "Pegou {{amount_0}} Pokémon de tipo Planta.", + "quest_title_score_1_none": "Pegou 0 Pokémon", + "quest_title_score_1_plural": "Pegou {{amount_0}} Pokémon", + "quest_title_score_1_singular": "Pegou 1 Pokémon", + "quest_title_score_6_plural": "Venceu {{amount_0}} Reides.", + "quest_title_score_6_singular": "Venceu 1 Reide.", + "quest_title_score_8_10_none": "Nenhuma boa jogada feita.", + "quest_title_score_8_10_plural": "Fez {{amount_0}} boas jogadas.", + "quest_title_score_8_10_singular": "Fez 1 boa jogada.", + "quest_title_score_8_11_none": "Nenhuma jogada ótima feita.", + "quest_title_score_8_11_plural": "Fez {{amount_0}} ótimas jogadas.", + "quest_title_score_8_11_singular": "Fez 1 ótima jogada.", + "quest_title_score_8_12_none": "Nenhuma jogada excelente feita.", + "quest_title_score_8_12_plural": "Fez {{amount_0}} jogadas excelentes.", + "quest_title_score_8_12_singular": "Fez 1 jogada excelente.", + "quest_title_score_8_13_none": "Não jogou nenhuma bola curva.", + "quest_title_score_8_13_plural": "Jogou {{amount_0}} bolas curvas.", + "quest_title_score_8_13_singular": "Jogou 1 bola curva.", + "quest_title_score_11_701_none": "Não usou nenhuma Fruta Frambo.", + "quest_title_score_11_701_plural": "Usou {{amount_0}} Frutas Frambo.", + "quest_title_score_11_701_singular": "Usou 1 Fruta Frambo.", + "quest_title_score_11_703_none": "Não usou nenhuma Fruta Anaba.", + "quest_title_score_11_703_plural": "Usou {{amount_0}} Frutas Anaba.", + "quest_title_score_11_703_singular": "Usou 1 Fruta Anaba.", + "quest_title_score_11_705_none": "Não usou nenhuma Fruta Caxí.", + "quest_title_score_11_705_plural": "Usou {{amount_0}} Frutas Caxí.", + "quest_title_score_11_705_singular": "Usou 1 Fruta Caxí.", + "quest_title_score_15_10_none": "Não fez nenhuma boa jogada de bola curva.", + "quest_title_score_15_10_plural": "Fez {{amount_0}} boas jogadas de bolas curvas.", + "quest_title_score_15_10_singular": "Fez 1 boa jogada de bola curva.", + "quest_title_score_15_11_none": "Não fez nenhuma ótima jogada de bola curva.", + "quest_title_score_15_11_plural": "Fez {{amount_0}} ótimas jogadas de bolas curvas.", + "quest_title_score_15_11_singular": "Fez 1 ótima jogada de bola curva.", + "quest_title_score_15_12_none": "Não fez nenhuma jogada excelente de bola curva.", + "quest_title_score_15_12_plural": "Fez {{amount_0}} jogadas excelentes de bolas curvas.", + "quest_title_score_15_12_singular": "Fez 1 jogada excelente de bola curva.", + "quest_title_score_22_none": "Não completou nenhuma batalha com líderes de equipe.", + "quest_title_score_22_plural": "Completou {{amount_0}} batalhas com líderes de equipe.", + "quest_title_score_22_singular": "Completou 1 batalha com um líder de equipe.", + "quest_title_score_23_none": "Não completou nenhuma batalha da Liga de Batalha GO.", + "quest_title_score_23_plural": "Completou {{amount_0}} batalhas da Liga de Batalha GO.", + "quest_title_score_23_singular": "Completou 1 batalha da Liga de Batalha GO.", + "quest_title_score_battle_raid_none": "Não batalhou em Reides.", + "quest_title_score_battle_raid_plural": "Batalhou em {{amount_0}} Reides.", + "quest_title_score_battle_raid_singular": "Batalhou em 1 Reide.", + "quest_title_score_catch_feed_none": "Não usou nehuma Fruta.", + "quest_title_score_catch_feed_plural": "Usou {{amount_0}} Frutas.", + "quest_title_score_catch_feed_singular": "Usou 1 Fruta.", + "quest_title_score_catch_pokemon": "Pegou {{amount_0}} Pokémon", + "quest_title_score_defeat_rocket_none": "Não derrotou nenhum membro da Equipe GO Rocket", + "quest_title_score_defeat_rocket_plural": "Derrotou {{amount_0}} membros da Equipe GO Rocket", + "quest_title_score_defeat_rocket_singular": "Derrotou 1 membro da Equipe GO Rocket", + "quest_title_score_field_research_none": "Completou 0 tarefa de pesquisa de campo", + "quest_title_score_field_research_plural": "Completou {{amount_0}} tarefas de pesquisa de campo", + "quest_title_score_field_research_singular": "Completou 1 tarefa de pesquisa de campo", + "quest_title_score_send_gift_none": "Não enviou nenhum presente para amigos.", + "quest_title_score_send_gift_plural": "Enviou {{amount_0}} presentes para amigos.", + "quest_title_score_send_gift_singular": "Enviou 1 presente para um amigo.", + "quest_title_score_spin_pokestop_none": "Girou 0 fotodiscos de Poképaradas", + "quest_title_score_spin_pokestop_plural": "Girou {{amount_0}} fotodiscos de Poképaradas", + "quest_title_score_spin_pokestop_singular": "Girou 1 fotodisco de Poképarada", + "quest_win_raid_plural": "Vencer {{amount}} Reides.", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Star Raid", + "raid_1_plural": "1 Star Raids", + "raid_2": "2 Star Raid", + "raid_2_plural": "2 Star Raids", + "raid_3": "3 Star Raid", + "raid_3_plural": "3 Star Raids", + "raid_4": "4 Star Raid", + "raid_4_plural": "4 Star Raids", + "raid_5": "Legendary Raid", + "raid_5_plural": "Legendary Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "Melhor à tarde", + "route_tag_architecture": "Arquitetura", + "route_tag_art": "Arte", + "route_tag_beachy": "Praiano", + "route_tag_bike_path": "Ciclovia", + "route_tag_biking": "Boa para pedalar", + "route_tag_body_of_water": "Margem de água", + "route_tag_buildings": "Muitos edifícios", + "route_tag_category_misc": "Diversos", + "route_tag_category_nearby": "Por perto", + "route_tag_category_suitability": "Acessibilidade", + "route_tag_category_terrain": "Terreno", + "route_tag_category_theme": "Tema", + "route_tag_city_life": "Vida urbana", + "route_tag_culture": "Cultura", + "route_tag_easy_going": "Descontraído", + "route_tag_flat": "Plano", + "route_tag_foliage": "Muita vegetação", + "route_tag_food": "Comida", + "route_tag_grassy": "Gramado", + "route_tag_hilly": "Montanhoso", + "route_tag_historic": "Histórico", + "route_tag_intense": "Intenso", + "route_tag_morning": "Melhor pela manhã", + "route_tag_muddy": "Lamacento", + "route_tag_nature": "Natureza", + "route_tag_night": "Melhor à noite", + "route_tag_no_parking": "Sem estacionamento por perto", + "route_tag_no_people": "Poucas pessoas", + "route_tag_open_space": "Muito espaço aberto", + "route_tag_parking": "Estacionamento por perto", + "route_tag_parks_nearby": "Parques próximos", + "route_tag_partially_paved": "Caminho parcialmente pavimentado", + "route_tag_paved": "Caminho pavimentado", + "route_tag_people": "Muitas pessoas", + "route_tag_pets": "Conveniente para animais de estimação", + "route_tag_plenty_pokestops": "Muitas Poképaradas", + "route_tag_public_transport": "Perto de transporte público", + "route_tag_raid_friendly": "Muitos Ginásios", + "route_tag_rainy_day": "Ideal para um dia chuvoso", + "route_tag_rocky": "Pedregoso", + "route_tag_running": "Boa para corrida", + "route_tag_sandy": "Arenoso", + "route_tag_seasonal": "Sazonal", + "route_tag_sightseeing": "Passeio turístico", + "route_tag_stroller": "Acessível para carrinhos de bebê", + "route_tag_sunny_day": "Ideal para um dia ensolarado", + "route_tag_tree_cover": "Cobertura de árvores", + "route_tag_unpaved": "Caminho não pavimentado", + "route_tag_views": "Ótimas vistas", + "route_tag_walking": "Boa para caminhada", + "route_tag_wheelchair": "Acessível a cadeiras de rodas", + "route_tag_wildlife": "Muita vida selvagem", + "route_tag_woodsy": "Arborizado", + "route_tags_label": "TAGS", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "Sombroso", + "team_1": "Sabedoria", + "team_2": "Valor", + "team_3": "Instinto", + "team_a_0": "Sem equipe", + "team_a_1": "Equipe Sabedoria", + "team_a_2": "Equipe Valor", + "team_a_3": "Equipe Instinto", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "Extremo", + "weather_1": "Limpo", + "weather_2": "Chuvoso", + "weather_3": "Parcialmente nublado", + "weather_4": "Nublado", + "weather_5": "Ventos fortes", + "weather_6": "Neve", + "weather_7": "Neblina", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/client/public/locales/ru/translation.json b/client/public/locales/ru/translation.json new file mode 100644 index 000000000..cb7116e96 --- /dev/null +++ b/client/public/locales/ru/translation.json @@ -0,0 +1,8250 @@ +{ + "login": "Войти", + "click_once": "Нажмите 'Авторизоваться' только один раз", + "save": "Сохранить", + "reset": "Сбросить", + "close": "Закрыть", + "reset_filters": "Сбросить Фильтры", + "pokemon_filters": "Настройки Фильтров Покемонов", + "gyms_filters": "Настройки Фильтров Спортзалов", + "pokestops_filters": "Настройки Фильтров Покестопов", + "nests_filters": "Настройки Фильтров Гнёзд", + "help": "Помощь", + "apply_to_all": "Применить ко Всем", + "disable_all": "Отключить Все", + "enable_all": "Включить Все", + "enabled": "Включено", + "legacy": "Устаревший", + "id": "ID", + "location": "Местоположение", + "search_pokemon": "Поиск Покемонов", + "search_nests": "Поиск Гнёзд", + "search_gyms": "Поиск Спортзалов", + "search_pokestops": "Поиск Покестопов", + "search_raids": "Поиск Рейдов", + "search_eggs": "Поиск Яиц", + "search_quests": "Поиск Заданий", + "search_lures": "Поиск Приманок", + "search_invasions": "Поиск Вторжений", + "sm": "Мал", + "md": "Сред", + "lg": "Бол", + "xl": "Оч. Бол", + "min": "Мин", + "max": "Макс", + "set_size": "Установить Размер Иконки", + "slot_selection": "Выбор Слота", + "generations": "Поколения", + "types": "Типы", + "forms": "Формы", + "rarity": "Текущая Редкость", + "others": "Другие", + "categories": "Категории", + "rank": "Ранг", + "slider_iv": "Диапазон IV", + "slider_great": "Лига Супер", + "slider_ultra": "Лига Ультра", + "slider_little": "Кубок Кроха", + "slider_atk_iv": "Атака", + "slider_def_iv": "Защита", + "slider_sta_iv": "Выносливость", + "slider_level": "Уровень", + "slider_size": "Размер", + "abbreviation_level": "Ур", + "lvl": "Ур", + "cap": "Лимит", + "custom": "Пользовательский", + "valid": "Действительный", + "invalid": "Недействительно!", + "overwrites": "Заменяет Все Фильтры", + "valid_filter": "Допустимый Фильтр Статистик", + "invalid_filter": "Введите Допустимый Фильтр", + "gyms": "Спортзалы", + "nests": "Гнёзда", + "pokestops": "Покестопы", + "pokemon": "Покемоны", + "wayfarer": "Вэйфарер", + "scan_areas": "Области Сканирования", + "s2cells": "S2 Ячейки", + "weather": "Погода", + "admin": "Администрирование", + "settings": "Настройки", + "advanced": "Расширенные", + "tile_servers": "Сервера Тайлов", + "icons": "Иконки", + "navigation": "Навигация", + "drawer": "Меню", + "tile_servers_default": "По Умолчанию", + "drawer_temporary": "Временное", + "drawer_persistent": "Постоянное", + "locale_selection": "Выбор Локали", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "Импорт", + "export": "Экспорт", + "logout": "Выйти", + "local_storage_cleared": "Локальное Хранилище очищено!", + "iv_or_filter": "Фильтр IV ИЛИ", + "polygons": "Полигоны", + "raids": "Рейды", + "ex_eligible": "EX Доступен", + "in_battle": "В Бою", + "all_pokestops": "Все Покестопы", + "lures": "Приманки", + "quests": "Задания", + "invasions": "Вторжения", + "portals": "Порталы", + "submission_cells": "Ячейки для Заявок", + "spawnpoint": "Точка Появления", + "spawnpoints": "Точки Появления", + "s2_cell_level": "Ячейка Уровня {{level}} S2", + "total_count": "Общее Количество", + "next_submission": "Следующая Заявка!", + "never": "Никогда", + "next_gym": "Следующий Спортзал", + "scan_cells": "Сканировать Ячейки", + "devices": "Устройства", + "use_my_location": "Использовать Мое Местоположение", + "submit_feedback_title": "Отправить Отзыв/Сообщение об Ошибке", + "use_the_link_below": "Используйте ссылку ниже, чтобы отправить отзыв или сообщение об ошибке.", + "feedback_to_devs": "Этот отзыв отправляется напрямую разработчикам.", + "feedback_form": "Форма Обратной Связи", + "unknown_pokestop": "Неизвестное Название Покестопа", + "unknown_gym": "Неизвестное название зала", + "exclude": "Исключить", + "exclude_quest": "Исключить задание", + "exclude_invasion": "Исключить вторжение", + "exclude_team": "Исключить команду", + "exclude_raid": "Исключить рейд", + "exclude_lure": "Исключить приманку", + "timer": "Таймер", + "hide": "Скрыть", + "tier": "Уровень", + "slots": "Места", + "mega": "Мега", + "form": "Форма", + "starts": "Начинается", + "ends": "Заканчивается", + "defender": "Защитник", + "best_buddy": "Лучший друг", + "cp": "БО", + "kilogram": "кг", + "meter": "м", + "total_cp": "Общее БО", + "first_seen": "Впервые замечен", + "last_seen": "Последний раз замечен", + "last_modified": "Последнее изменение", + "last_updated": "Последнее обновление", + "imported": "Импортировано", + "nest_estimated": "Данные о гнезде оценочные!", + "verify_nests": "Проверьте, наблюдая за текущими появлениями", + "nest_out_of_date": "Гнездо потенциально устарело!", + "nest_check_current": "Проверьте текущие появления", + "spawns_per_hour": "В час", + "teams": "Команды", + "eggs": "Яйца", + "reverse": "В обратном порядке", + "selected": "Выбрано", + "unselected": "Не выбрано", + "only_available": "Доступно", + "common": "Обычный", + "uncommon": "Необычный", + "rare": "Редкий", + "ultra_rare": "Сверхредкий", + "regional": "Региональный", + "event": "Событие", + "legendary": "Легендарный", + "mythical": "Мифический", + "ultra_beast": "Ультра Существо", + "alt_forms": "Другие формы", + "alola": "Алольская форма", + "galarian": "Галарская", + "showing": "Показать", + "instance": "Инстанс", + "online": "В сети", + "offline": "Не в сети", + "boosted_types": "Усиленные типы", + "pokemon_options": "Настройки Покемонов", + "pokestops_options": "Настройки ПокеСтопов", + "gyms_options": "Настройки Залов", + "nests_options": "Настройки Гнезд", + "wayfarer_options": "Настройки Wayfarer", + "admin_options": "Настройки Администратора", + "weather_options": "Настройки погоды", + "s2cells_options": "Настройки S2-ячеек", + "clustering": "Кластеризация", + "glow": "Свечение", + "legacy_filter": "Устаревший фильтр", + "raid_timers": "Все таймеры рейдов", + "invasion_timers": "Все таймеры вторжений", + "lure_timers": "Все таймеры приманок", + "device_path_color": "Цвет пути устройства", + "old_portals": "Старые порталы", + "new_portals": "Новые порталы", + "items": "Предметы", + "energy": "Энергия", + "ar_eligible": "Подходит для AR", + "iv_circles": "Индикаторы IV", + "min_iv_circle": "Минимальный круг IV", + "interaction_ranges": "Дистанции взаимодействия", + "cannot_connect": "\nВ данный момент не удалось соединиться с сервером.\nПовторная попытка сразу только создаст дополнительные проблемы.\nПожалуйста, попробуйте снова через несколько минут.\n\n- Команда администраторов карты", + "mad_quest_text": "Оригинальные задания", + "xs": "XS", + "primary": "Основной", + "secondary": "Дополнительный", + "zero_iv": "0% IV", + "hundo_iv": "100% IV", + "open_menu": "Открыть меню", + "zoom_in": "Приблизить", + "zoom_out": "Отдалить", + "welcome": "Добро пожаловать в", + "back": "Назад", + "next": "Далее", + "finish": "Закончить", + "start_tutorial": "Начать обучение", + "view_profile": "Просмотр профиля", + "login_optional": "Вход (необязательно)", + "tutorial": "Обучение", + "tutorial_language": "Выберите ваш язык", + "tutorial_welcome": "Это интерактивное обучение, и вам настоятельно рекомендуется попробовать все предоставленные возможности", + "tutorial_categories": "Категории, к которым у вас есть доступ", + "tutorial_logged_in": "Вы можете просмотреть информацию о своих разрешениях, просматривая свой профиль.", + "tutorial_logged_out": "Вы можете просмотреть информацию о своих разрешениях, выполнив вход.", + "tutorial_sidebar_0": "Здесь находятся все ваши фильтры и настройки", + "tutorial_sidebar_1": "В каждой категории вы сможете настроить отображение данных, используя переключатели", + "tutorial_sidebar_2": "Опции: Дополнительная настройка\nПродвинутые: Мы рассмотрим позже в этом руководстве", + "tutorial_sliders_0": "Использование ползунков для корректировки фильтров", + "tutorial_sliders_1": "Покемон между:", + "tutorial_sliders_2": "- IV {{iv0}}% до {{iv1}}%", + "tutorial_sliders_3": "Уровень {{level0}} до {{level1}}", + "tutorial_sliders_3alt": "- И Уровень {{level0}} до {{level1}}", + "tutorial_sliders_4": "- Рейтинг в Великом Лиге от {{gl0}} до {{gl1}}", + "tutorial_sliders_4alt": "- ИЛИ Рейтинг в Великом Лиге от {{gl0}} до {{gl1}}", + "tutorial_sliders_5": "- Рейтинг в Ультра Лиге от {{ul0}} до {{ul1}}", + "tutorial_sliders_5alt": "- ИЛИ Рейтинг в Ультра Лиге от {{ul0}} до {{ul1}}", + "tutorial_sliders_6": "Соединяется с другими того же цвета", + "tutorial_sliders_7": "Фильтруется отдельно от других ползунков", + "tutorial_sliders_8": "Полный ползунок означает, что он отключен:", + "tutorial_sliders_9": "Все появления, независимо от проверки IV", + "tutorial_help": "Быстрый доступ к этому меню", + "tutorial_adv_filter": "Только для мобильных, открывает опции фильтрации для продвинутого меню", + "tutorial_tune": "Устанавливает продвинутый фильтр для всех Покемонов, которые в настоящее время фильтруются в меню", + "tutorial_format_size": "Устанавливает размер иконки для всех элементов, которые в настоящее время фильтруются в меню", + "tutorial_check": "Включает все элементы, которые в настоящее время фильтруются в меню", + "tutorial_clear": "Отключает все элементы, которые в настоящее время фильтруются в меню", + "tutorial_save": "Сохраняет текущий выбор и выходит", + "tutorial_show_all_view": "Переключить ПокеСтопы и Жимы", + "tutorial_show_pokemon_view": "Переключить Покемонов", + "tutorial_toggle": "Нажатие на галочку/крестик переключает элемент", + "tutorial_pokemon_caption": "Этот значок позволяет установить фильтры для конкретного Покемона", + "tutorial_all_caption": "Команды имеют специальное меню слотов\nВсе другие элементы позволяют настраивать размер иконки", + "tutorial_popup_0": "Всплывающие окна теперь интерактивны!", + "tutorial_popup_1": "Три точки открывают опции скрытия, исключения и переключения таймера", + "tutorial_popup_2": "Значки по обеим сторонам ссылки навигации будут расширяться, показывая дополнительную информацию, попробуйте!", + "tutorial_popup_3": "Значки различаются для каждой категории, обязательно ознакомьтесь со всеми", + "tutorial_closing_0": "Дополнительная информация", + "tutorial_closing_1": "Глобальные ползунки Покемонов в боковой панели работают отдельно от продвинутого меню и не влияют друг на друга", + "tutorial_closing_2": "Обязательно ознакомьтесь с разделом Настройки в боковой панели", + "tutorial_closing_3": "Доступно множество эстетических опций для каждой категории, но имейте в виду, что чем больше вы добавляете на свою карту, тем выше шанс того, что карта зависнет", + "tutorial_closing_4": "Вы можете просмотреть это руководство снова, выбрав его в панели настроек в боковой панели", + "tutorial_closing_5": "Будьте в безопасности и удачи!", + "intro": "Вступление", + "sidebar": "Боковая панель", + "sliders": "Ползунки", + "popups": "Всплывающие окна", + "closing": "Закрытие", + "shortcuts": "Ярлыки", + "iv": "IV", + "area_restrictions": "Ограничения по территории", + "map": "Карта", + "stats": "Статистика", + "pvp": "PVP", + "area_restrictions_subtitle": "У вас есть доступ к этим территориям", + "devices_subtitle": "Показывает местоположения и маршруты активных устройств", + "gyms_subtitle": "Показывает все активные местоположения жимов, активные команды и сколько слотов доступно в каждом жиме", + "invasions_subtitle": "Показывает информацию об вторжениях Команды Ракет, включая состав битвы, время окончания и возможные награды", + "iv_subtitle": "Показывает IV% и варианты подсветки", + "lures_subtitle": "Показывает информацию о приманках, включая тип приманки и время истечения", + "map_subtitle": "Показывает карту", + "nests_subtitle": "Показывает активно гнездующих Покемонов и полигоны гнезд", + "pokemon_subtitle": "Показывает все местоположения Покемонов и время истечения", + "pokestops_subtitle": "Показывает все местоположения ПокеСтопов", + "portals_subtitle": "Показывает все порталы Ingress", + "pvp_subtitle": "Показывает информацию о PVP рейтинге/CP/Уровне для каждого покемона", + "quests_subtitle": "Показывает информацию о наградах и заданиях квестов", + "raids_subtitle": "Показывает всю информацию о рейдах, включая босса рейда, яйца, время окончания и набор движений", + "scan_cells_subtitle": "Показывает последний раз, когда S2 ячейка была сканирована устройством", + "scan_areas_subtitle": "Показывает доступные полигоны зон сканирования", + "spawnpoints_subtitle": "Показывает точки появления и предполагаемое время их исчезновения", + "stats_subtitle": "Показывает статистику и уровни покемонов", + "submission_cells_subtitle": "Показывает полезную информацию для отправки новых POI", + "weather_subtitle": "Показывает информацию о погоде в игре для каждой ячейки", + "scanner_subtitle": "Взаимодействовать непосредственно со сканером различными способами", + "s2cells_subtitle": "Отображает S2 ячейки различных уровней на карте", + "backups_subtitle": "Позволяет создавать резервные копии настроек и загружать их на разных устройствах", + "backups": "Резервные копии", + "user_profile": "Профиль пользователя", + "user_username": "Имя пользователя", + "candy": "Конфеты", + "show_ex_badge": "Показать значок EX", + "search": "Поиск", + "global_search_quests": "Введите название награды...", + "global_search_lures": "Введите название приманки...", + "global_search_pokestops": "Введите название Покестопа...", + "global_search_gyms": "Введите название тренажерного зала...", + "global_search_portals": "Введите название портала...", + "global_search_nests": "Введите имя покемона гнезда...", + "global_search_raids": "Введите имя босса рейда...", + "global_search_pokemon": "Введите имя покемона...", + "global_search_invasions": "Введите тип, имя или название награды покемона для Гранта...", + "raid_level_badges": "Значки уровня рейда", + "options": "Настройки", + "profile": "Профиль", + "pokemon_icons": "Иконки покемонов", + "pokestop_icons": "Иконки Покестопов", + "gym_icons": "Иконки тренажерных залов", + "team_icons": "Иконки команд", + "egg_icons": "Иконки яиц", + "raid_icons": "Иконки рейдов", + "nest_icons": "Иконки гнезд", + "reward_icons": "Иконки наград", + "type_icons": "Иконки типов", + "weather_icons": "Иконки погоды", + "misc_icons": "Разные иконки", + "invasion_icons": "Иконки вторжений", + "spawnpoint_icons": "Иконки точек появления", + "device_icons": "Иконки устройств", + "pokemon_audio": "Звуки покемонов", + "pokestop_audio": "Звуки Покестопов", + "gym_audio": "Звуки тренажерных залов", + "team_audio": "Звуки команд", + "egg_audio": "Звуки яиц", + "raid_audio": "Звуки рейдов", + "nest_audio": "Звуки гнезд", + "reward_audio": "Звуки наград", + "type_audio": "Звуки типов", + "weather_audio": "Звуки погоды", + "misc_audio": "Разные звуки", + "invasion_audio": "Звуки вторжений", + "spawnpoint_audio": "Звуки точек появления", + "device_audio": "Звуки устройств", + "pokemon_timers": "Таймеры всех покемонов", + "show_dex_num_in_popup": "Показать номер в Покедексе во всплывающем окне", + "popup": "Всплывающее окно", + "pvp_level": "Статистика PVP уровня {{level}}", + "pvp_mega": "Статистика Mega PVP", + "webhook_entry": "Добавить в {{name}}", + "remove_webhook_entry": "Удалить из {{name}}", + "distance": "Расстояние", + "gym": "Тренажерный зал", + "egg": "Яйцо", + "raid": "Рейд", + "lure": "Приманка", + "quest": "Квест", + "invasion": "Вторжение", + "nest": "Гнездо", + "pokestop": "Покестоп", + "team": "Команда", + "global": "Глобальный", + "manage_webhook": "Управление {{name}}", + "drag_and_drop": "Перетащите маркер, чтобы установить свое местоположение", + "click_to_select": "Нажмите, чтобы выбрать", + "add_new": "Добавить новое предупреждение {{category}}", + "my_location": "Мое местоположение", + "choose_on_map": "Выбрать на карте", + "select_profile": "Выбрать профиль", + "distance_radius": "Предпросмотр радиусов расстояний", + "areas": "Области", + "select_webhook": "Выбрать бота", + "ar_quest_true": "Задание AR", + "ar_quest_false": "Без AR", + "with_ar": "С AR", + "both": "Оба", + "without_ar": "Без AR", + "exclude_quest_multi": "Исключить {{reward}}", + "cluster_limit_0": "Лимит {{variable_0}} ({{variable_1}}) достигнут", + "cluster_limit_1": "Пожалуйста, увеличьте масштаб или сузьте фильтры", + "show_polygons": "Показать полигоны", + "exclude_invasion_multi": "Исключить {{invasion}}", + "stardust": "Звездная Пыль", + "slider_cp": "CP", + "pvp_ranking_league": "Лига", + "pvp_ranking_min_cp": "Мин. CP", + "slider_pvp": "Ранги", + "profile_no": "Профиль", + "template": "Шаблон", + "gender": "Пол", + "clean": "Очистить", + "all_forms": "Все формы", + "pvp_entry": "Ввод в PVP", + "no_iv": "Вкл. без IV", + "by_distance": "По расстоянию", + "min_time": "Мин. Время", + "add_new_profile": "Добавить Новый Профиль", + "slider_none": "Нет", + "non_registered_human_title": "Ой, что-то пошло не так!", + "non_registered_human_desc": "Возможно, Вы не зарегистрированы в {{webhook}}\nИли сервер сейчас недоступен", + "try_again_later": "Пожалуйста, попробуйте позже", + "selected_areas_one": "{{count}} Выбранная Область", + "selected_areas_other": "{{count}} Выбранных Областей", + "webhook_selection": "Выбор {{name}}", + "message_of_the_day": "Сообщение Дня", + "has_quest_indicator": "Альтернативный Цвет для Остановок с Заданиями", + "show_ar_badge": "Показать Значок AR", + "all_gyms": "Все Тренажерные Залы", + "general": "Общее", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "Выбор Глобально Уважает Выбранные", + "normal_forms": "Обычные Формы", + "weather_indicator": "Индикатор Погодной Активации", + "page": "Страница {{page}}", + "navigation_controls": "Навигационные Элементы Управления", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "Эксклюзив", + "all_moves": "Все Движения", + "move": "Движение", + "any": "Любой", + "min_spawn_average": "Мин. Среднее Появления", + "select_all": "Выбрать Все", + "delete_all": "Удалить Выбранные", + "cancel": "Отмена", + "day_1": "Понедельник", + "day_2": "Вторник", + "day_3": "Среда", + "day_4": "Четверг", + "day_5": "Пятница", + "day_6": "Суббота", + "day_7": "Воскресенье", + "profile_name": "Имя Профиля", + "manage_profiles": "Управление Профилями", + "min_spawn_avg": "Сред. Мин. Появление", + "poke_global": "Все", + "amount": "Количество", + "specific_gym": "Конкретный Зал", + "search_location": "Поиск Локаций", + "search_specific": "Поиск Конкретного {{category}}", + "webhook_success_gym": "Оповещения о Рейдах, Яйцах и Смене Команд Добавлены!", + "slot_changes": "Изменения Слотов", + "slot_changes_poracle": "изменения_слотов", + "confirm_delete": "Это уберет все отслеживания для этого профиля, вы уверены?", + "confirm_copy": "Выберите, на какой профиль вы хотели бы скопировать \"{{profile}}\", это полностью перезапишет этот профиль.", + "webhook_error": "{{name}} не смог обработать это.\nПожалуйста, попробуйте позже.", + "profile_error": "Должен быть уникальным и действительным", + "team_0": "Без команды", + "battle_changes": "В Бою", + "battle_changes_poracle": "изменения_в_бою", + "auto": "Авто", + "webhooks_subtitle": "Управляйте своими уведомлениями прямо с карты для этих ботов", + "event_stops_subtitle": "Отображает специальные ивентовые ПокеСтопы, например, Кецлеон", + "webhooks": "Оповещения", + "scanner": "Действия Сканера", + "everything_individually": "Добавлять Индивидуальные Оповещения", + "individually": "индивидуально", + "join": "Присоединиться", + "errors_404": "Ой, эту страницу не найти!", + "errors_500": "Произошла ошибка сервера, попробуйте позже!", + "local_username": "Имя Пользователя", + "local_password": "Пароль", + "local_error": "Произошла ошибка, пожалуйста, попробуйте позже.", + "no_filter_results": "Результатов Не Найдено\nПопробуйте Расширить Ваши Фильтры", + "donor_page": "Страница Донора", + "go_back": "Вернуться назад", + "access": "Доступ", + "link_discord": "Привязать Discord", + "select_webhook_strategy": "Менеджер Оповещений", + "webhook_strategy_success_0": "Успешно! Обновление для получения настроек оповещений...", + "register": "Зарегистрироваться", + "invalid_credentials": "Недействительные учетные данные", + "localauth_failed": "Ошибка аутентификации", + "error_creating_user": "Невозможно зарегистрировать нового пользователя в данный момент", + "discord_linked": "Discord Привязан", + "telegram_linked": "Telegram Привязан", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "уровень", + "km": "км", + "feedback": "Отзыв", + "donor_menu": "Меню Донора", + "pokemon_cell": "Местоположение Покемона Может Варьироваться", + "timer_verified": "Этот Таймер Проверен", + "timer_unverified": "Этот Таймер Не Проверен", + "all": "Все", + "badge_0": "Нет", + "badge_1": "Базовый", + "badge_2": "Бронза", + "badge_3": "Серебро", + "badge_4": "Золото", + "gym_badge_menu": "Редактировать Значок Спортзала", + "gym_badges": "Значки Спортзалов", + "gym_badge_diamonds": "Показать Значки Спортзала", + "gym_badges_subtitle": "Отображает значки спортзалов на карте и список на странице профиля.", + "confirm_filters_reset": "Сброс фильтров", + "filters_reset_text": "Вы уверены, что хотите сбросить настройки до значений по умолчанию? Это действие необратимо!", + "filters_reset_title": "Сброс фильтров", + "raid_quick_select": "Быстрый Выбор", + "disabled": "Отключено", + "loading": "Загрузка {{category}}", + "loading_icons": "Загрузка Иконок", + "loading_invasions": "Загрузка Вторжений", + "scan_next": "Сканировать Следующее Местоположение", + "scan_next_choose": "Переместите Маркер, Чтобы Установить Местоположение Сканирования", + "scan_zone": "Сканировать Область", + "scan_zone_choose": "Переместите Маркер, Чтобы Установить Местоположение Сканирования и Выбрать Размер", + "scan_zone_size": "Размер", + "scan_zone_range": "Диапазон", + "scan_zone_spacing": "Промежуток", + "scan_zone_radius": "Радиус", + "scan_requests": "Запросы Сканирования", + "scan_queue": "Текущая Очередь", + "click_to_scan": "Сканировать Здесь", + "scan_confirmed_title": "Запрос На Сканирование Подтвержден", + "scan_confirmed": "Оператор отправлен на местоположение, результат скоро появится на карте!", + "scan_loading_title": "Отправка Запроса На Сканирование", + "scan_loading": "Ваш запрос на сканирование обрабатывается и отправляется в систему!", + "scan_error_title": "Ошибка", + "scan_error": "Произошла ошибка при обработке запроса на сканирование...", + "scan_outside_area": "Это местоположение находится за пределами разрешенных зон", + "pvp_ranking_cap": "Уровень", + "lc_title": "Следите За Своим Местоположением", + "lc_metersUnit": "метры", + "lc_feetUnit": "футы", + "lc_popup": "Вы находитесь в пределах {distance} {unit} от этой точки", + "lc_outsideMapBoundsMsg": "Похоже, вы находитесь за пределами карты", + "no_alerts": "Оповещения Не Найдены", + "loading_settings": "Загрузка Настроек", + "refresh_to_continue": "Пожалуйста, обновите страницу, прежде чем продолжить", + "session_expired_title": "Сессия Истекла", + "session_expired_body": "Ваша сессия истекла", + "old_client_title": "Устаревший", + "old_client_body": "Новая версия этой карты доступна", + "early_old_client_title": "Устаревший", + "early_old_client_body": "Устаревшая версия этого приложения может быть сохранена в кеше вашего браузера, вам нужно очистить кеш, прежде чем вы сможете использовать это приложение.", + "refresh": "Обновить", + "points": "Очки", + "day": "День", + "days": "Дни", + "react_error": "Что-то Пошло Не Так", + "clickable_icon": "Иконка с Возможностью Клика", + "two_stops_till_next": "2 остановки до следующего", + "one_stop_till_next": "1 остановка до следующего", + "no_more_gyms": "Больше Нет Спортзалов", + "light_map_border": "Светлая Граница Карты", + "dark_map_border": "Темная Граница Карты", + "cell_blocked": "Ячейка Заблокирована", + "poi_color": "Цвет POI", + "quest_condition": "Условие Задания", + "always_show_labels": "Всегда Показывать Надписи", + "scan_areas_options": "Опции Зон Сканирования", + "historic_rarity": "Историческая Редкость", + "poi": "Точки Интереса", + "300m_range": "Диапазон 300м", + "lure_range": "Диапазон приманки", + "custom_range": "Выбранный диапазон", + "tap_to_toggle": "Нажмите, чтобы переключить", + "power_up": "Усилить", + "never_alt": "Никогда", + "seen_nearby_stop": "Замечено рядом", + "seen_nearby_cell": "Замечено в этой ячейке", + "seen_lure_encounter": "Встреча с приманкой", + "seen_lure_wild": "Дикий покемон от приманки", + "seen_wild": "Дикий покемон", + "event_stops": "Остановки событий", + "event_stop_timers": "Таймеры остановок событий", + "size_0": "Любой", + "size_1": "ОЧМ", + "size_2": "М", + "size_3": "С", + "size_4": "Б", + "size_5": "ОБ", + "show_size_indicator": "Показать индикатор размера", + "size": "Размер", + "gold_stop": "Золотая остановка", + "profile_backups": "Смена профиля", + "new_backup": "Новая копия", + "create": "Создать", + "load": "Загрузить", + "update": "Обновить", + "delete": "Удалить", + "name": "Имя", + "only_confirmed": "Только подтвержденные", + "only_exclude_grunts": "Исключить рядовых солдат", + "only_exclude_leaders": "Исключить лидеров", + "rocket_pokemon": "Покемон команды Р", + "decoy": "Приманка", + "s2_cell_limit_0": "Вы попробовали сгенерировать более 20 000 ячеек ({{variable_0}})", + "s2_cell_zoom_limit": "Некоторые ячейки слишком малы для отображения на этом уровне масштабирования", + "show_all_pvp_ranks": "Показать все PVP рейтинги", + "enable_pokemon_popup_coords": "Показать координаты покемонов", + "enable_gym_popup_coords": "Показать координаты тренажерных залов", + "enable_pokestop_popup_coords": "Показать координаты покестопов", + "enable_portal_popup_coords": "Показать координаты порталов", + "on_block_join_discord": "Пожалуйста, присоединяйтесь к нашему дискорду для получения дополнительной информации.", + "on_block_msg": "Вы были заблокированы за членство в", + "denied": "Отклонено", + "showcase": "Витрина", + "unknown_event": "Неизвестное событие", + "scanner_countdown": "Доступно через {{time}}с", + "success": "Успешно", + "contribute": "Внести вклад", + "mi": "ми", + "filter_by_areas": "Фильтровать по областям", + "submit_nest_name": "Предложить название гнезда", + "nest_submission_menu": "Обновление имени", + "nest_submissions": "Подача гнезд", + "nest_submissions_subtitle": "Позволяет предлагать новые названия для гнезд", + "pokemon_opacity": "Динамическая прозрачность покемонов", + "invasion_opacity": "Динамическая прозрачность вторжений", + "raid_opacity": "Динамическая прозрачность рейдов", + "opacity_ten_minutes": "Прозрачность через 10 минут", + "opacity_five_minutes": "Прозрачность через 5 минут", + "opacity_one_minute": "Прозрачность через 1 минуту", + "level_circles": "Индикаторы уровня", + "min_level_circle": "Минимальный уровень круга", + "mutation_auth_error": "Ваш запрос не был успешным из-за отсутствия входа в систему", + "submitted_by": "Предложено", + "reversible": "Обратимо", + "version": "Версия", + "route_tags": "Теги маршрута", + "routes": "Маршруты", + "route_type": "Тип маршрута", + "routes_subtitle": "Просмотр маршрутов в игре и соответствующая информация о них на карте", + "description": "Описание", + "additional_info": "Дополнительная информация", + "duration": "Продолжительность", + "elevation": "Высота", + "contest_category_1": "Самый маленький размер", + "context_category_2": "Самый большой размер", + "total_entries": "Всего записей", + "showcase_rankings": "Рейтинг витрины", + "showcase_rankings_subtitle": "Отображает список топ-рангов для витрины на покестопе", + "tth": "TTH", + "tth_0": "Все", + "tth_1": "Известно", + "tth_2": "Неизвестно", + "no_access": "Нет доступа", + "cooldown": "Перезарядка", + "scan_some_outside_area": "Некоторые места находятся за пределами разрешенных границ", + "alerts": "оповещения", + "alert_manager": "Менеджер оповещений", + "menu": "Меню", + "theme": "Тема", + "exit": "Выход", + "component": "Компонент", + "component_login_page": "Страница входа", + "component_donation_page": "Страница пожертвований", + "component_message_of_the_day": "Сообщение дня", + "download": "Скачать", + "playground": "Игровая площадка", + "locale": "Локаль", + "saved": "Сохранено", + "show_editor": "Показать редактор", + "hide_editor": "Скрыть редактор", + "reported_error": "Эта ошибка была отправлена на сервер с идентификатором", + "dark_mode": "Темный режим", + "load_from_autosave": "Загрузить из автосохранения", + "done": "Готово", + "fast": "Быстрое", + "charged": "Заряженное", + "offline_mode": "Офлайн режим", + "include_sponsored": "Включая спонсорское", + "showcase_color": "Цвет витрины", + "partner_color": "Цвет партнера", + "disable": "Отключить {{- name}}", + "profiling": "Профилирование", + "showcase_block": "Заблокировано из-за витрины", + "signed_in_as": "Вошел как", + "missing_map_perm": "У вас нет разрешения для просмотра карты.", + "access_denied": "Доступ запрещен", + "audio": "Аудио", + "desktop_notifications": "Уведомления на рабочем столе", + "notifications_options": "Настройки уведомлений", + "audio_always_on": "Аудио всегда включено", + "volume_level": "Уровень громкости", + "notifications_status": "Статус уведомлений", + "granted": "разрешено", + "set_all": "Настроить все", + "set_filtered": "Настроить фильтры", + "only_show_available": "Показывать только доступное", + "easy_mode": "Простой режим", + "quick_select": "Быстрый выбор глобально", + "pokemon_filter_mode": "Режим фильтрации Pokémon", + "basic": "Базовый", + "intermediate": "Средний", + "expert": "Экспертный", + "basic_description": "Легкий выбор Pokémon и применение глобального фильтра", + "intermediate_description": "Установка индивидуальных фильтров глобально и для каждого Pokémon (традиционно)", + "expert_description": "Ручной ввод запросов для максимальной настройки", + "icon_size": "Размер иконки", + "developer": "Разработчик", + "raid_override": "Переопределение Рейда", + "search_rocket_pokemon": "Поиск Pokémon Team GO Rocket", + "main": "Основной", + "extra": "Дополнительный", + "select": "Выбрать", + "searching": "поиск...", + "no_options": "Нет вариантов...", + "and": "И", + "or": "ИЛИ", + "only_global": "Только глобально", + "global_caption": "Игнорирует все другие фильтры", + "global_and_individual": "Глобальные и индивидуальные фильтры", + "gender_filters_all": "Пол применяется ко всем", + "and_caption": "Связаны вместе", + "or_caption": "Фильтрует независимо", + "filter_help": "Помощь с фильтрами", + "kilometers": "Километры", + "miles": "Мили", + "distance_unit": "Единица измерения расстояния", + "data_management": "Управление данными", + "reset_or_manage_text": "Вы можете либо полностью сбросить ваши фильтры, либо посмотреть страницу управления данными, которая позволит вам сбросить отдельные категории.", + "reset_audio": "Сбросить аудио", + "reset_all": "Сбросить все", + "reset_icons": "Сбросить иконки", + "reset_position": "Сбросить позицию", + "reset_ui": "Сбросить интерфейс пользователя", + "reset_options": "Сбросить настройки", + "reset_menus": "Сбросить меню", + "reset_settings": "Сбросить настройки", + "reset_general_title": "Общее", + "reset_filters_title": "Фильтры", + "reset_assets": "Сбросить ресурсы", + "reset_pokemon": "Сбросить Pokémon", + "reset_pokestops": "Сбросить PokéStops", + "reset_gyms": "Сбросить Gyms", + "reset_nests": "Сбросить Nests", + "reset_portals": "Сбросить Portals", + "reset_routes": "Сбросить Routes", + "reset_scan_areas": "Сбросить области сканирования", + "reset_scan_cells": "Сбросить ячейки сканирования", + "reset_devices": "Сбросить устройства", + "reset_weather": "Сбросить погоду", + "reset_s2cells": "Сбросить S2 Cells", + "reset_spawnpoints": "Сбросить точки появления", + "reset_submission_cells": "Сбросить ячейки подачи заявок", + "hisuian": "Хисуийский", + "spacial_rend_range": "Диапазон Пространственного Разрыва", + "key": "Ключ", + "ai": "ИИ", + "human": "Человек", + "locales": "Локализации", + "instructions": "Инструкции", + "locale_instructions_1": "Выберите язык из выпадающего списка", + "locale_instructions_2": "Введите желаемый перевод в колонку \"Человек\"", + "locale_instructions_3": "Нажмите кнопку \"$t(скачать)\" для загрузки файла JSON", + "locale_instructions_4": "Сделайте форк ссылки на GitHub репозиторий ниже", + "locale_instructions_5": "Создайте новую ветку и назовите её языком, на который вы переводите", + "locale_instructions_6": "Замените содержимое \"packages/locales/lib/human/{{lng}}.json\" файлом, который вы скачали", + "locale_instructions_7": "Создайте запрос на слияние", + "locale_instructions_8": "Ожидайте, пока ваш запрос на слияние будет рассмотрен и смержен", + "enter_translation": "Введите перевод", + "individual_filters": "Частичная фильтрация", + "data_limit_reached": "Вы запросили слишком много данных за последнее время и находитесь в режиме ожидания до {{until}}", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Unset", + "alignment_1": "Теневая форма", + "alignment_2": "Очищенная форма", + "challenge_buddy_affection_plural": "Заработай сердечки с твоим бадди-покемоном: {{amount}}", + "challenge_buddy_treat_plural": "Дай бадди-покемону угощения: {{amount}}", + "character_category_0": "Unset", + "character_category_1": "Лидер команды", + "character_category_2": "Приспешник", + "character_category_3": "Арло", + "character_category_4": "Клифф", + "character_category_5": "Сьерра", + "character_category_6": "Джованни", + "character_category_7": "Приспешник БЖ", + "character_category_8": "Приспешник БМ", + "character_category_9": "Ивентовый NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 2021 Noevolve", + "costume_51": "Holiday 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "Яйцо 1 уровня", + "egg_1_plural": "Яйца 1 уровня", + "egg_2": "Яйцо 2 уровня", + "egg_2_plural": "Яйца 2 уровня", + "egg_3": "Яйцо 3 уровня", + "egg_3_plural": "Яйца 3 уровня", + "egg_4": "Яйцо 4 уровня", + "egg_4_plural": "Яйца 3 уровня", + "egg_5": "Легендарный яйцо", + "egg_5_plural": "Легендарные яйца", + "egg_6": "Мега-яйцо", + "egg_6_plural": "Мега-яйца", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Мега", + "evo_2": "Мега X", + "evo_3": "Мега Y", + "evo_4": "Primal", + "form_0": "Неизвестный", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "!", + "form_28": "?", + "form_29": "Обычная форма", + "form_30": "Солнечная форма", + "form_31": "Дождливая форма", + "form_32": "Снежная форма", + "form_33": "Обычная форма", + "form_34": "Атакующая форма", + "form_35": "Защитная форма", + "form_36": "Скоростная форма", + "form_37": "00", + "form_38": "01", + "form_39": "02", + "form_40": "03", + "form_41": "04", + "form_42": "05", + "form_43": "06", + "form_44": "07", + "form_45": "Обычная форма", + "form_46": "Алольская форма", + "form_47": "Обычная форма", + "form_48": "Алольская форма", + "form_49": "Обычная форма", + "form_50": "Алольская форма", + "form_51": "Обычная форма", + "form_52": "Алольская форма", + "form_53": "Обычная форма", + "form_54": "Алольская форма", + "form_55": "Обычная форма", + "form_56": "Алольская форма", + "form_57": "Обычная форма", + "form_58": "Алольская форма", + "form_59": "Обычная форма", + "form_60": "Алольская форма", + "form_61": "Обычная форма", + "form_62": "Алольская форма", + "form_63": "Обычная форма", + "form_64": "Алольская форма", + "form_65": "Обычная форма", + "form_66": "Алольская форма", + "form_67": "Обычная форма", + "form_68": "Алольская форма", + "form_69": "Обычная форма", + "form_70": "Алольская форма", + "form_71": "Обычная форма", + "form_72": "Алольская форма", + "form_73": "Обычная форма", + "form_74": "Алольская форма", + "form_75": "Обычная форма", + "form_76": "Алольская форма", + "form_77": "Обычная форма", + "form_78": "Алольская форма", + "form_79": "Обычная форма", + "form_80": "Алольская форма", + "form_81": "Обычная форма", + "form_82": "Холодильник", + "form_83": "Вентилятор", + "form_84": "Газонокосилка", + "form_85": "Стиралка", + "form_86": "Обогреватель", + "form_87": "Растительный покров", + "form_88": "Песчанный покров", + "form_89": "Мусорный покров", + "form_90": "Изменённая форма", + "form_91": "Исходная форма", + "form_92": "Небесная форма", + "form_93": "Земная форма", + "form_94": "Пасмурная форма", + "form_95": "Солнечная форма", + "form_96": "Западно-морская форма", + "form_97": "Восточно-морская форма", + "form_98": "Западно-морская форма", + "form_99": "Восточно-морская форма", + "form_100": "Обычная форма", + "form_101": "Боевая форма", + "form_102": "Летающая форма", + "form_103": "Ядовитая форма", + "form_104": "Земленая форма", + "form_105": "Каменная форма", + "form_106": "Жучья форма", + "form_107": "Призрачная форма", + "form_108": "Стальная форма", + "form_109": "Огненная форма", + "form_110": "Водная форма", + "form_111": "Травяная форма", + "form_112": "Электрическая форма", + "form_113": "Психическая форма", + "form_114": "Ледяная форма", + "form_115": "Драконья форма", + "form_116": "Темная форма", + "form_117": "Феечная форма", + "form_118": "Растительный покров", + "form_119": "Песчанный покров", + "form_120": "Мусорный покров", + "form_121": "08", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "Обычная форма", + "form_136": "Красно-полосатая форма", + "form_137": "Сине-полосатая форма", + "form_138": "Обычная форма", + "form_139": "Дзен", + "form_140": "Воплощённая форма", + "form_141": "Териан форма", + "form_142": "Воплощённая форма", + "form_143": "Териан форма", + "form_144": "Воплощённая форма", + "form_145": "Териан форма", + "form_146": "Обычная форма", + "form_147": "Чёрный Кьюрем", + "form_148": "Белый Кьюрем", + "form_149": "Обычная форма", + "form_150": "Решительная форма", + "form_151": "Форма Арии", + "form_152": "Форма Пируэта", + "form_153": "Теневая форма", + "form_154": "Очищенная форма", + "form_155": "Теневая форма", + "form_156": "Очищенная форма", + "form_157": "Обычная форма", + "form_158": "Теневая форма", + "form_159": "Очищенная форма", + "form_160": "Обычная форма", + "form_161": "Теневая форма", + "form_162": "Очищенная форма", + "form_163": "Обычная форма", + "form_164": "Теневая форма", + "form_165": "Очищенная форма", + "form_166": "Обычная форма", + "form_167": "Теневая форма", + "form_168": "Очищенная форма", + "form_169": "Обычная форма", + "form_170": "Теневая форма", + "form_171": "Очищенная форма", + "form_172": "Обычная форма", + "form_173": "Теневая форма", + "form_174": "Очищенная форма", + "form_175": "Обычная форма", + "form_176": "Теневая форма", + "form_177": "Очищенная форма", + "form_178": "Обычная форма", + "form_179": "Теневая форма", + "form_180": "Очищенная форма", + "form_181": "Обычная форма", + "form_182": "Теневая форма", + "form_183": "Очищенная форма", + "form_184": "Обычная форма", + "form_185": "Теневая форма", + "form_186": "Очищенная форма", + "form_187": "Обычная форма", + "form_188": "Теневая форма", + "form_189": "Очищенная форма", + "form_190": "Обычная форма", + "form_191": "Теневая форма", + "form_192": "Очищенная форма", + "form_193": "Обычная форма", + "form_194": "Теневая форма", + "form_195": "Очищенная форма", + "form_196": "Обычная форма", + "form_197": "Теневая форма", + "form_198": "Очищенная форма", + "form_199": "Обычная форма", + "form_200": "Теневая форма", + "form_201": "Очищенная форма", + "form_202": "Обычная форма", + "form_203": "Теневая форма", + "form_204": "Очищенная форма", + "form_205": "Обычная форма", + "form_206": "Теневая форма", + "form_207": "Очищенная форма", + "form_208": "Обычная форма", + "form_209": "Теневая форма", + "form_210": "Очищенная форма", + "form_211": "Обычная форма", + "form_212": "Теневая форма", + "form_213": "Очищенная форма", + "form_214": "Обычная форма", + "form_215": "Теневая форма", + "form_216": "Очищенная форма", + "form_217": "Обычная форма", + "form_218": "Теневая форма", + "form_219": "Очищенная форма", + "form_220": "Теневая форма", + "form_221": "Очищенная форма", + "form_222": "Теневая форма", + "form_223": "Очищенная форма", + "form_224": "Обычная форма", + "form_225": "Теневая форма", + "form_226": "Очищенная форма", + "form_227": "Теневая форма", + "form_228": "Очищенная форма", + "form_229": "Обычная форма", + "form_230": "Теневая форма", + "form_231": "Очищенная форма", + "form_232": "Обычная форма", + "form_233": "Теневая форма", + "form_234": "Очищенная форма", + "form_235": "Обычная форма", + "form_236": "Теневая форма", + "form_237": "Очищенная форма", + "form_238": "Обычная форма", + "form_239": "Теневая форма", + "form_240": "Очищенная форма", + "form_241": "Обычная форма", + "form_242": "Теневая форма", + "form_243": "Очищенная форма", + "form_244": "Обычная форма", + "form_245": "Теневая форма", + "form_246": "Очищенная форма", + "form_247": "Обычная форма", + "form_248": "Теневая форма", + "form_249": "Очищенная форма", + "form_250": "Обычная форма", + "form_251": "Теневая форма", + "form_252": "Очищенная форма", + "form_253": "Обычная форма", + "form_254": "Теневая форма", + "form_255": "Очищенная форма", + "form_256": "Обычная форма", + "form_257": "Теневая форма", + "form_258": "Очищенная форма", + "form_259": "Обычная форма", + "form_260": "Теневая форма", + "form_261": "Очищенная форма", + "form_262": "Обычная форма", + "form_263": "Теневая форма", + "form_264": "Очищенная форма", + "form_265": "Обычная форма", + "form_266": "Теневая форма", + "form_267": "Очищенная форма", + "form_268": "Обычная форма", + "form_269": "Теневая форма", + "form_270": "Очищенная форма", + "form_271": "Обычная форма", + "form_272": "Теневая форма", + "form_273": "Очищенная форма", + "form_274": "Обычная форма", + "form_275": "Теневая форма", + "form_276": "Очищенная форма", + "form_277": "Обычная форма", + "form_278": "Теневая форма", + "form_279": "Очищенная форма", + "form_280": "Обычная форма", + "form_281": "Теневая форма", + "form_282": "Очищенная форма", + "form_283": "Обычная форма", + "form_284": "Теневая форма", + "form_285": "Очищенная форма", + "form_286": "Обычная форма", + "form_287": "Теневая форма", + "form_288": "Очищенная форма", + "form_289": "Обычная форма", + "form_290": "Теневая форма", + "form_291": "Очищенная форма", + "form_292": "Обычная форма", + "form_293": "Теневая форма", + "form_294": "Очищенная форма", + "form_295": "Обычная форма", + "form_296": "Теневая форма", + "form_297": "Очищенная форма", + "form_298": "Обычная форма", + "form_299": "Теневая форма", + "form_300": "Очищенная форма", + "form_301": "Обычная форма", + "form_302": "Теневая форма", + "form_303": "Очищенная форма", + "form_304": "Обычная форма", + "form_305": "Теневая форма", + "form_306": "Очищенная форма", + "form_307": "Обычная форма", + "form_308": "Теневая форма", + "form_309": "Очищенная форма", + "form_310": "Обычная форма", + "form_311": "Теневая форма", + "form_312": "Очищенная форма", + "form_313": "Обычная форма", + "form_314": "Теневая форма", + "form_315": "Очищенная форма", + "form_316": "Обычная форма", + "form_317": "Теневая форма", + "form_318": "Очищенная форма", + "form_319": "Обычная форма", + "form_320": "Теневая форма", + "form_321": "Очищенная форма", + "form_322": "Обычная форма", + "form_323": "Теневая форма", + "form_324": "Очищенная форма", + "form_585": "Весенняя форма", + "form_586": "Летняя форма", + "form_587": "Осенняя форма", + "form_588": "Зимняя форма", + "form_589": "Весенняя форма", + "form_590": "Летняя форма", + "form_591": "Осенняя форма", + "form_592": "Зимняя форма", + "form_593": "Обычная форма", + "form_594": "Электрический привод", + "form_595": "Огненный привод", + "form_596": "Ледяной привод", + "form_597": "Водный привод", + "form_598": "Обычная форма", + "form_599": "Noevolve", + "form_600": "Обычная форма", + "form_601": "Noevolve", + "form_602": "Обычная форма", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "Обычная форма", + "form_611": "Теневая форма", + "form_612": "Очищенная форма", + "form_613": "Обычная форма", + "form_614": "Теневая форма", + "form_615": "Очищенная форма", + "form_616": "Обычная форма", + "form_617": "Теневая форма", + "form_618": "Очищенная форма", + "form_619": "Обычная форма", + "form_620": "Теневая форма", + "form_621": "Очищенная форма", + "form_622": "Обычная форма", + "form_623": "Теневая форма", + "form_624": "Очищенная форма", + "form_625": "Обычная форма", + "form_626": "Теневая форма", + "form_627": "Очищенная форма", + "form_628": "Обычная форма", + "form_629": "Теневая форма", + "form_630": "Очищенная форма", + "form_631": "Обычная форма", + "form_632": "Теневая форма", + "form_633": "Очищенная форма", + "form_634": "Обычная форма", + "form_635": "Теневая форма", + "form_636": "Очищенная форма", + "form_637": "Обычная форма", + "form_638": "Теневая форма", + "form_639": "Очищенная форма", + "form_640": "Обычная форма", + "form_641": "Теневая форма", + "form_642": "Очищенная форма", + "form_643": "Обычная форма", + "form_644": "Теневая форма", + "form_645": "Очищенная форма", + "form_646": "Обычная форма", + "form_647": "Теневая форма", + "form_648": "Очищенная форма", + "form_649": "Обычная форма", + "form_650": "Теневая форма", + "form_651": "Очищенная форма", + "form_652": "Обычная форма", + "form_653": "Теневая форма", + "form_654": "Очищенная форма", + "form_655": "Обычная форма", + "form_656": "Теневая форма", + "form_657": "Очищенная форма", + "form_658": "Обычная форма", + "form_659": "Теневая форма", + "form_660": "Очищенная форма", + "form_661": "Обычная форма", + "form_662": "Теневая форма", + "form_663": "Очищенная форма", + "form_664": "Обычная форма", + "form_665": "Теневая форма", + "form_666": "Очищенная форма", + "form_667": "Обычная форма", + "form_668": "Теневая форма", + "form_669": "Очищенная форма", + "form_670": "Обычная форма", + "form_671": "Теневая форма", + "form_672": "Очищенная форма", + "form_673": "Теневая форма", + "form_674": "Очищенная форма", + "form_675": "Теневая форма", + "form_676": "Очищенная форма", + "form_677": "Обычная форма", + "form_678": "Теневая форма", + "form_679": "Очищенная форма", + "form_680": "Обычная форма", + "form_681": "Теневая форма", + "form_682": "Очищенная форма", + "form_683": "Обычная форма", + "form_684": "Теневая форма", + "form_685": "Очищенная форма", + "form_686": "Теневая форма", + "form_687": "Очищенная форма", + "form_688": "Обычная форма", + "form_689": "Теневая форма", + "form_690": "Очищенная форма", + "form_691": "Обычная форма", + "form_692": "Теневая форма", + "form_693": "Очищенная форма", + "form_694": "Обычная форма", + "form_695": "Теневая форма", + "form_696": "Очищенная форма", + "form_697": "Обычная форма", + "form_698": "Теневая форма", + "form_699": "Очищенная форма", + "form_700": "Обычная форма", + "form_701": "Теневая форма", + "form_702": "Очищенная форма", + "form_703": "Обычная форма", + "form_704": "Теневая форма", + "form_705": "Очищенная форма", + "form_706": "Обычная форма", + "form_707": "Теневая форма", + "form_708": "Очищенная форма", + "form_709": "Теневая форма", + "form_710": "Очищенная форма", + "form_711": "Теневая форма", + "form_712": "Очищенная форма", + "form_713": "Обычная форма", + "form_714": "Теневая форма", + "form_715": "Очищенная форма", + "form_716": "Обычная форма", + "form_717": "Теневая форма", + "form_718": "Очищенная форма", + "form_719": "Обычная форма", + "form_720": "Теневая форма", + "form_721": "Очищенная форма", + "form_722": "Обычная форма", + "form_723": "Теневая форма", + "form_724": "Очищенная форма", + "form_725": "Теневая форма", + "form_726": "Очищенная форма", + "form_727": "Теневая форма", + "form_728": "Очищенная форма", + "form_729": "Обычная форма", + "form_730": "Теневая форма", + "form_731": "Очищенная форма", + "form_732": "Теневая форма", + "form_733": "Очищенная форма", + "form_734": "Обычная форма", + "form_735": "Теневая форма", + "form_736": "Очищенная форма", + "form_737": "Обычная форма", + "form_738": "Теневая форма", + "form_739": "Очищенная форма", + "form_740": "Обычная форма", + "form_741": "Теневая форма", + "form_742": "Очищенная форма", + "form_743": "Обычная форма", + "form_744": "Теневая форма", + "form_745": "Очищенная форма", + "form_746": "Обычная форма", + "form_747": "Теневая форма", + "form_748": "Очищенная форма", + "form_749": "Обычная форма", + "form_750": "Теневая форма", + "form_751": "Очищенная форма", + "form_752": "Обычная форма", + "form_753": "Теневая форма", + "form_754": "Очищенная форма", + "form_755": "Обычная форма", + "form_756": "Теневая форма", + "form_757": "Очищенная форма", + "form_758": "Обычная форма", + "form_759": "Теневая форма", + "form_760": "Очищенная форма", + "form_761": "Обычная форма", + "form_762": "Теневая форма", + "form_763": "Очищенная форма", + "form_764": "Обычная форма", + "form_765": "Теневая форма", + "form_766": "Очищенная форма", + "form_767": "Обычная форма", + "form_768": "Теневая форма", + "form_769": "Очищенная форма", + "form_770": "Обычная форма", + "form_771": "Теневая форма", + "form_772": "Очищенная форма", + "form_773": "Обычная форма", + "form_774": "Теневая форма", + "form_775": "Очищенная форма", + "form_776": "Обычная форма", + "form_777": "Теневая форма", + "form_778": "Очищенная форма", + "form_779": "Обычная форма", + "form_780": "Теневая форма", + "form_781": "Очищенная форма", + "form_782": "Обычная форма", + "form_783": "Теневая форма", + "form_784": "Очищенная форма", + "form_785": "Обычная форма", + "form_786": "Теневая форма", + "form_787": "Очищенная форма", + "form_788": "Обычная форма", + "form_789": "Теневая форма", + "form_790": "Очищенная форма", + "form_791": "Обычная форма", + "form_792": "Теневая форма", + "form_793": "Очищенная форма", + "form_794": "Обычная форма", + "form_795": "Теневая форма", + "form_796": "Очищенная форма", + "form_797": "Обычная форма", + "form_798": "Теневая форма", + "form_799": "Очищенная форма", + "form_800": "Обычная форма", + "form_801": "Теневая форма", + "form_802": "Очищенная форма", + "form_803": "Обычная форма", + "form_804": "Теневая форма", + "form_805": "Очищенная форма", + "form_806": "Обычная форма", + "form_807": "Теневая форма", + "form_808": "Очищенная форма", + "form_809": "Обычная форма", + "form_810": "Теневая форма", + "form_811": "Очищенная форма", + "form_812": "Обычная форма", + "form_813": "Теневая форма", + "form_814": "Очищенная форма", + "form_815": "Обычная форма", + "form_816": "Теневая форма", + "form_817": "Очищенная форма", + "form_818": "Обычная форма", + "form_819": "Теневая форма", + "form_820": "Очищенная форма", + "form_821": "Обычная форма", + "form_822": "Теневая форма", + "form_823": "Очищенная форма", + "form_824": "Обычная форма", + "form_825": "Теневая форма", + "form_826": "Очищенная форма", + "form_827": "Обычная форма", + "form_828": "Теневая форма", + "form_829": "Очищенная форма", + "form_830": "Обычная форма", + "form_831": "Теневая форма", + "form_832": "Очищенная форма", + "form_833": "Обычная форма", + "form_834": "Теневая форма", + "form_835": "Очищенная форма", + "form_836": "Обычная форма", + "form_837": "Теневая форма", + "form_838": "Очищенная форма", + "form_839": "Обычная форма", + "form_840": "Теневая форма", + "form_841": "Очищенная форма", + "form_842": "Теневая форма", + "form_843": "Очищенная форма", + "form_844": "Теневая форма", + "form_845": "Очищенная форма", + "form_846": "Обычная форма", + "form_847": "Теневая форма", + "form_848": "Очищенная форма", + "form_849": "Обычная форма", + "form_850": "Теневая форма", + "form_851": "Очищенная форма", + "form_852": "Обычная форма", + "form_853": "Теневая форма", + "form_854": "Очищенная форма", + "form_855": "Обычная форма", + "form_856": "Теневая форма", + "form_857": "Очищенная форма", + "form_858": "Обычная форма", + "form_859": "Теневая форма", + "form_860": "Очищенная форма", + "form_861": "Обычная форма", + "form_862": "Теневая форма", + "form_863": "Очищенная форма", + "form_864": "Обычная форма", + "form_865": "Теневая форма", + "form_866": "Очищенная форма", + "form_867": "Обычная форма", + "form_868": "Теневая форма", + "form_869": "Очищенная форма", + "form_870": "Обычная форма", + "form_871": "Теневая форма", + "form_872": "Очищенная форма", + "form_873": "Обычная форма", + "form_874": "Теневая форма", + "form_875": "Очищенная форма", + "form_876": "Обычная форма", + "form_877": "Теневая форма", + "form_878": "Очищенная форма", + "form_879": "Обычная форма", + "form_880": "Теневая форма", + "form_881": "Очищенная форма", + "form_882": "Теневая форма", + "form_883": "Очищенная форма", + "form_884": "Теневая форма", + "form_885": "Очищенная форма", + "form_886": "Теневая форма", + "form_887": "Очищенная форма", + "form_888": "Обычная форма", + "form_889": "Теневая форма", + "form_890": "Очищенная форма", + "form_891": "Обычная форма", + "form_892": "Теневая форма", + "form_893": "Очищенная форма", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "Обычная форма", + "form_899": "Теневая форма", + "form_900": "Очищенная форма", + "form_901": "Vs 2019", + "form_902": "Обычная форма", + "form_903": "Теневая форма", + "form_904": "Очищенная форма", + "form_905": "Обычная форма", + "form_906": "Теневая форма", + "form_907": "Очищенная форма", + "form_908": "Обычная форма", + "form_909": "Теневая форма", + "form_910": "Очищенная форма", + "form_911": "Обычная форма", + "form_912": "Теневая форма", + "form_913": "Очищенная форма", + "form_914": "Обычная форма", + "form_915": "Теневая форма", + "form_916": "Очищенная форма", + "form_917": "Обычная форма", + "form_918": "Теневая форма", + "form_919": "Очищенная форма", + "form_920": "Обычная форма", + "form_921": "Теневая форма", + "form_922": "Очищенная форма", + "form_923": "Обычная форма", + "form_924": "Теневая форма", + "form_925": "Очищенная форма", + "form_926": "Обычная форма", + "form_927": "Теневая форма", + "form_928": "Очищенная форма", + "form_929": "Обычная форма", + "form_930": "Теневая форма", + "form_931": "Очищенная форма", + "form_932": "Обычная форма", + "form_933": "Теневая форма", + "form_934": "Очищенная форма", + "form_935": "Обычная форма", + "form_936": "Теневая форма", + "form_937": "Очищенная форма", + "form_938": "Обычная форма", + "form_939": "Теневая форма", + "form_940": "Очищенная форма", + "form_941": "Обычная форма", + "form_942": "Теневая форма", + "form_943": "Очищенная форма", + "form_944": "Галарская форма", + "form_945": "Обычная форма", + "form_946": "Галарская форма", + "form_947": "Обычная форма", + "form_948": "Галарская форма", + "form_949": "Клон 2019", + "form_950": "Клон 2019", + "form_951": "Клон 2019", + "form_952": "Клон 2019", + "form_953": "Обычная форма", + "form_954": "Теневая форма", + "form_955": "Очищенная форма", + "form_956": "Обычная форма", + "form_957": "Теневая форма", + "form_958": "Очищенная форма", + "form_959": "Обычная форма", + "form_960": "Теневая форма", + "form_961": "Очищенная форма", + "form_962": "Обычная форма", + "form_963": "Теневая форма", + "form_964": "Очищенная форма", + "form_965": "Обычная форма", + "form_966": "Теневая форма", + "form_967": "Очищенная форма", + "form_968": "Обычная форма", + "form_969": "Теневая форма", + "form_970": "Очищенная форма", + "form_971": "Обычная форма", + "form_972": "Теневая форма", + "form_973": "Очищенная форма", + "form_974": "Обычная форма", + "form_975": "Теневая форма", + "form_976": "Очищенная форма", + "form_977": "Теневая форма", + "form_978": "Очищенная форма", + "form_979": "Теневая форма", + "form_980": "Очищенная форма", + "form_981": "Обычная форма", + "form_982": "Теневая форма", + "form_983": "Очищенная форма", + "form_984": "Обычная форма", + "form_985": "Теневая форма", + "form_986": "Очищенная форма", + "form_987": "Обычная форма", + "form_988": "Теневая форма", + "form_989": "Очищенная форма", + "form_990": "Обычная форма", + "form_991": "Теневая форма", + "form_992": "Очищенная форма", + "form_993": "Обычная форма", + "form_994": "Теневая форма", + "form_995": "Очищенная форма", + "form_996": "Обычная форма", + "form_997": "Теневая форма", + "form_998": "Очищенная форма", + "form_999": "Обычная форма", + "form_1000": "Теневая форма", + "form_1001": "Очищенная форма", + "form_1002": "Обычная форма", + "form_1003": "Теневая форма", + "form_1004": "Очищенная форма", + "form_1005": "Обычная форма", + "form_1006": "Теневая форма", + "form_1007": "Очищенная форма", + "form_1008": "Обычная форма", + "form_1009": "Теневая форма", + "form_1010": "Очищенная форма", + "form_1011": "Обычная форма", + "form_1012": "Теневая форма", + "form_1013": "Очищенная форма", + "form_1014": "Обычная форма", + "form_1015": "Теневая форма", + "form_1016": "Очищенная форма", + "form_1017": "Обычная форма", + "form_1018": "Теневая форма", + "form_1019": "Очищенная форма", + "form_1020": "Обычная форма", + "form_1021": "Теневая форма", + "form_1022": "Очищенная форма", + "form_1023": "Обычная форма", + "form_1024": "Теневая форма", + "form_1025": "Очищенная форма", + "form_1026": "Обычная форма", + "form_1027": "Теневая форма", + "form_1028": "Очищенная форма", + "form_1029": "Обычная форма", + "form_1030": "Теневая форма", + "form_1031": "Очищенная форма", + "form_1032": "Обычная форма", + "form_1033": "Теневая форма", + "form_1034": "Очищенная форма", + "form_1035": "Обычная форма", + "form_1036": "Теневая форма", + "form_1037": "Очищенная форма", + "form_1038": "Обычная форма", + "form_1039": "Теневая форма", + "form_1040": "Очищенная форма", + "form_1041": "Обычная форма", + "form_1042": "Теневая форма", + "form_1043": "Очищенная форма", + "form_1044": "Обычная форма", + "form_1045": "Теневая форма", + "form_1046": "Очищенная форма", + "form_1047": "Обычная форма", + "form_1048": "Теневая форма", + "form_1049": "Очищенная форма", + "form_1050": "Обычная форма", + "form_1051": "Теневая форма", + "form_1052": "Очищенная форма", + "form_1053": "Обычная форма", + "form_1054": "Теневая форма", + "form_1055": "Очищенная форма", + "form_1056": "Обычная форма", + "form_1057": "Теневая форма", + "form_1058": "Очищенная форма", + "form_1059": "Обычная форма", + "form_1060": "Теневая форма", + "form_1061": "Очищенная форма", + "form_1062": "Обычная форма", + "form_1063": "Теневая форма", + "form_1064": "Очищенная форма", + "form_1065": "Обычная форма", + "form_1066": "Теневая форма", + "form_1067": "Очищенная форма", + "form_1068": "Обычная форма", + "form_1069": "Теневая форма", + "form_1070": "Очищенная форма", + "form_1071": "Обычная форма", + "form_1072": "Теневая форма", + "form_1073": "Очищенная форма", + "form_1074": "Обычная форма", + "form_1075": "Теневая форма", + "form_1076": "Очищенная форма", + "form_1077": "Обычная форма", + "form_1078": "Теневая форма", + "form_1079": "Очищенная форма", + "form_1080": "Обычная форма", + "form_1081": "Теневая форма", + "form_1082": "Очищенная форма", + "form_1083": "Обычная форма", + "form_1084": "Теневая форма", + "form_1085": "Очищенная форма", + "form_1086": "Обычная форма", + "form_1087": "Теневая форма", + "form_1088": "Очищенная форма", + "form_1089": "Обычная форма", + "form_1090": "Теневая форма", + "form_1091": "Очищенная форма", + "form_1092": "Обычная форма", + "form_1093": "Теневая форма", + "form_1094": "Очищенная форма", + "form_1095": "Обычная форма", + "form_1096": "Теневая форма", + "form_1097": "Очищенная форма", + "form_1098": "Обычная форма", + "form_1099": "Теневая форма", + "form_1100": "Очищенная форма", + "form_1101": "Обычная форма", + "form_1102": "Теневая форма", + "form_1103": "Очищенная форма", + "form_1104": "Обычная форма", + "form_1105": "Теневая форма", + "form_1106": "Очищенная форма", + "form_1107": "Обычная форма", + "form_1108": "Теневая форма", + "form_1109": "Очищенная форма", + "form_1110": "Обычная форма", + "form_1111": "Теневая форма", + "form_1112": "Очищенная форма", + "form_1113": "Теневая форма", + "form_1114": "Очищенная форма", + "form_1115": "Обычная форма", + "form_1116": "Теневая форма", + "form_1117": "Очищенная форма", + "form_1118": "Обычная форма", + "form_1119": "Теневая форма", + "form_1120": "Очищенная форма", + "form_1121": "Обычная форма", + "form_1122": "Теневая форма", + "form_1123": "Очищенная форма", + "form_1124": "Обычная форма", + "form_1125": "Теневая форма", + "form_1126": "Очищенная форма", + "form_1127": "Обычная форма", + "form_1128": "Теневая форма", + "form_1129": "Очищенная форма", + "form_1130": "Обычная форма", + "form_1131": "Теневая форма", + "form_1132": "Очищенная форма", + "form_1133": "Обычная форма", + "form_1134": "Теневая форма", + "form_1135": "Очищенная форма", + "form_1136": "Обычная форма", + "form_1137": "Теневая форма", + "form_1138": "Очищенная форма", + "form_1139": "Обычная форма", + "form_1140": "Теневая форма", + "form_1141": "Очищенная форма", + "form_1142": "Обычная форма", + "form_1143": "Теневая форма", + "form_1144": "Очищенная форма", + "form_1145": "Обычная форма", + "form_1146": "Теневая форма", + "form_1147": "Очищенная форма", + "form_1148": "Обычная форма", + "form_1149": "Теневая форма", + "form_1150": "Очищенная форма", + "form_1151": "Обычная форма", + "form_1152": "Теневая форма", + "form_1153": "Очищенная форма", + "form_1154": "Обычная форма", + "form_1155": "Теневая форма", + "form_1156": "Очищенная форма", + "form_1157": "Обычная форма", + "form_1158": "Теневая форма", + "form_1159": "Очищенная форма", + "form_1160": "Обычная форма", + "form_1161": "Теневая форма", + "form_1162": "Очищенная форма", + "form_1163": "Обычная форма", + "form_1164": "Теневая форма", + "form_1165": "Очищенная форма", + "form_1166": "Обычная форма", + "form_1167": "Теневая форма", + "form_1168": "Очищенная форма", + "form_1169": "Обычная форма", + "form_1170": "Теневая форма", + "form_1171": "Очищенная форма", + "form_1172": "Обычная форма", + "form_1173": "Теневая форма", + "form_1174": "Очищенная форма", + "form_1175": "Обычная форма", + "form_1176": "Теневая форма", + "form_1177": "Очищенная форма", + "form_1178": "Обычная форма", + "form_1179": "Теневая форма", + "form_1180": "Очищенная форма", + "form_1181": "Обычная форма", + "form_1182": "Теневая форма", + "form_1183": "Очищенная форма", + "form_1184": "Обычная форма", + "form_1185": "Теневая форма", + "form_1186": "Очищенная форма", + "form_1187": "Обычная форма", + "form_1188": "Теневая форма", + "form_1189": "Очищенная форма", + "form_1190": "Обычная форма", + "form_1191": "Теневая форма", + "form_1192": "Очищенная форма", + "form_1193": "Обычная форма", + "form_1194": "Теневая форма", + "form_1195": "Очищенная форма", + "form_1196": "Обычная форма", + "form_1197": "Теневая форма", + "form_1198": "Очищенная форма", + "form_1199": "Обычная форма", + "form_1200": "Теневая форма", + "form_1201": "Очищенная форма", + "form_1202": "Обычная форма", + "form_1203": "Теневая форма", + "form_1204": "Очищенная форма", + "form_1205": "Обычная форма", + "form_1206": "Теневая форма", + "form_1207": "Очищенная форма", + "form_1208": "Обычная форма", + "form_1209": "Теневая форма", + "form_1210": "Очищенная форма", + "form_1211": "Обычная форма", + "form_1212": "Теневая форма", + "form_1213": "Очищенная форма", + "form_1214": "Обычная форма", + "form_1215": "Теневая форма", + "form_1216": "Очищенная форма", + "form_1217": "Обычная форма", + "form_1218": "Теневая форма", + "form_1219": "Очищенная форма", + "form_1220": "Обычная форма", + "form_1221": "Теневая форма", + "form_1222": "Очищенная форма", + "form_1223": "Обычная форма", + "form_1224": "Теневая форма", + "form_1225": "Очищенная форма", + "form_1226": "Обычная форма", + "form_1227": "Теневая форма", + "form_1228": "Очищенная форма", + "form_1229": "Обычная форма", + "form_1230": "Теневая форма", + "form_1231": "Очищенная форма", + "form_1232": "Обычная форма", + "form_1233": "Теневая форма", + "form_1234": "Очищенная форма", + "form_1235": "Обычная форма", + "form_1236": "Теневая форма", + "form_1237": "Очищенная форма", + "form_1238": "Обычная форма", + "form_1239": "Теневая форма", + "form_1240": "Очищенная форма", + "form_1241": "Обычная форма", + "form_1242": "Теневая форма", + "form_1243": "Очищенная форма", + "form_1244": "Обычная форма", + "form_1245": "Теневая форма", + "form_1246": "Очищенная форма", + "form_1247": "Обычная форма", + "form_1248": "Теневая форма", + "form_1249": "Очищенная форма", + "form_1250": "Обычная форма", + "form_1251": "Теневая форма", + "form_1252": "Очищенная форма", + "form_1253": "Обычная форма", + "form_1254": "Теневая форма", + "form_1255": "Очищенная форма", + "form_1256": "Обычная форма", + "form_1257": "Теневая форма", + "form_1258": "Очищенная форма", + "form_1259": "Обычная форма", + "form_1260": "Теневая форма", + "form_1261": "Очищенная форма", + "form_1262": "Обычная форма", + "form_1263": "Теневая форма", + "form_1264": "Очищенная форма", + "form_1265": "Обычная форма", + "form_1266": "Теневая форма", + "form_1267": "Очищенная форма", + "form_1268": "Обычная форма", + "form_1269": "Теневая форма", + "form_1270": "Очищенная форма", + "form_1271": "Обычная форма", + "form_1272": "Теневая форма", + "form_1273": "Очищенная форма", + "form_1274": "Обычная форма", + "form_1275": "Теневая форма", + "form_1276": "Очищенная форма", + "form_1277": "Обычная форма", + "form_1278": "Теневая форма", + "form_1279": "Очищенная форма", + "form_1280": "Обычная форма", + "form_1281": "Теневая форма", + "form_1282": "Очищенная форма", + "form_1283": "Обычная форма", + "form_1284": "Теневая форма", + "form_1285": "Очищенная форма", + "form_1286": "Обычная форма", + "form_1287": "Теневая форма", + "form_1288": "Очищенная форма", + "form_1289": "Обычная форма", + "form_1290": "Теневая форма", + "form_1291": "Очищенная форма", + "form_1292": "Обычная форма", + "form_1293": "Теневая форма", + "form_1294": "Очищенная форма", + "form_1295": "Обычная форма", + "form_1296": "Теневая форма", + "form_1297": "Очищенная форма", + "form_1298": "Обычная форма", + "form_1299": "Теневая форма", + "form_1300": "Очищенная форма", + "form_1301": "Обычная форма", + "form_1302": "Теневая форма", + "form_1303": "Очищенная форма", + "form_1304": "Обычная форма", + "form_1305": "Теневая форма", + "form_1306": "Очищенная форма", + "form_1307": "Обычная форма", + "form_1308": "Теневая форма", + "form_1309": "Очищенная форма", + "form_1310": "Обычная форма", + "form_1311": "Теневая форма", + "form_1312": "Очищенная форма", + "form_1313": "Обычная форма", + "form_1314": "Теневая форма", + "form_1315": "Очищенная форма", + "form_1316": "Обычная форма", + "form_1317": "Теневая форма", + "form_1318": "Очищенная форма", + "form_1319": "Обычная форма", + "form_1320": "Теневая форма", + "form_1321": "Очищенная форма", + "form_1322": "Обычная форма", + "form_1323": "Теневая форма", + "form_1324": "Очищенная форма", + "form_1325": "Обычная форма", + "form_1326": "Теневая форма", + "form_1327": "Очищенная форма", + "form_1328": "Обычная форма", + "form_1329": "Теневая форма", + "form_1330": "Очищенная форма", + "form_1331": "Обычная форма", + "form_1332": "Теневая форма", + "form_1333": "Очищенная форма", + "form_1334": "Обычная форма", + "form_1335": "Теневая форма", + "form_1336": "Очищенная форма", + "form_1337": "Обычная форма", + "form_1338": "Теневая форма", + "form_1339": "Очищенная форма", + "form_1340": "Обычная форма", + "form_1341": "Теневая форма", + "form_1342": "Очищенная форма", + "form_1343": "Обычная форма", + "form_1344": "Теневая форма", + "form_1345": "Очищенная форма", + "form_1346": "Обычная форма", + "form_1347": "Теневая форма", + "form_1348": "Очищенная форма", + "form_1349": "Обычная форма", + "form_1350": "Теневая форма", + "form_1351": "Очищенная форма", + "form_1352": "Обычная форма", + "form_1353": "Теневая форма", + "form_1354": "Очищенная форма", + "form_1355": "Обычная форма", + "form_1356": "Теневая форма", + "form_1357": "Очищенная форма", + "form_1358": "Обычная форма", + "form_1359": "Теневая форма", + "form_1360": "Очищенная форма", + "form_1361": "Обычная форма", + "form_1362": "Теневая форма", + "form_1363": "Очищенная форма", + "form_1364": "Обычная форма", + "form_1365": "Теневая форма", + "form_1366": "Очищенная форма", + "form_1367": "Обычная форма", + "form_1368": "Теневая форма", + "form_1369": "Очищенная форма", + "form_1370": "Обычная форма", + "form_1371": "Теневая форма", + "form_1372": "Очищенная форма", + "form_1373": "Теневая форма", + "form_1374": "Очищенная форма", + "form_1375": "Теневая форма", + "form_1376": "Очищенная форма", + "form_1377": "Теневая форма", + "form_1378": "Очищенная форма", + "form_1379": "Обычная форма", + "form_1380": "Теневая форма", + "form_1381": "Очищенная форма", + "form_1382": "Обычная форма", + "form_1383": "Теневая форма", + "form_1384": "Очищенная форма", + "form_1385": "Обычная форма", + "form_1386": "Теневая форма", + "form_1387": "Очищенная форма", + "form_1388": "Обычная форма", + "form_1389": "Теневая форма", + "form_1390": "Очищенная форма", + "form_1391": "Обычная форма", + "form_1392": "Теневая форма", + "form_1393": "Очищенная форма", + "form_1394": "Обычная форма", + "form_1395": "Теневая форма", + "form_1396": "Очищенная форма", + "form_1397": "Обычная форма", + "form_1398": "Теневая форма", + "form_1399": "Очищенная форма", + "form_1400": "Обычная форма", + "form_1401": "Теневая форма", + "form_1402": "Очищенная форма", + "form_1403": "Обычная форма", + "form_1404": "Теневая форма", + "form_1405": "Очищенная форма", + "form_1406": "Обычная форма", + "form_1407": "Теневая форма", + "form_1408": "Очищенная форма", + "form_1409": "Обычная форма", + "form_1410": "Теневая форма", + "form_1411": "Очищенная форма", + "form_1412": "Обычная форма", + "form_1413": "Теневая форма", + "form_1414": "Очищенная форма", + "form_1415": "Обычная форма", + "form_1416": "Теневая форма", + "form_1417": "Очищенная форма", + "form_1418": "Обычная форма", + "form_1419": "Теневая форма", + "form_1420": "Очищенная форма", + "form_1421": "Обычная форма", + "form_1422": "Теневая форма", + "form_1423": "Очищенная форма", + "form_1424": "Обычная форма", + "form_1425": "Теневая форма", + "form_1426": "Очищенная форма", + "form_1427": "Обычная форма", + "form_1428": "Теневая форма", + "form_1429": "Очищенная форма", + "form_1430": "Обычная форма", + "form_1431": "Теневая форма", + "form_1432": "Очищенная форма", + "form_1433": "Обычная форма", + "form_1434": "Теневая форма", + "form_1435": "Очищенная форма", + "form_1436": "Обычная форма", + "form_1437": "Теневая форма", + "form_1438": "Очищенная форма", + "form_1439": "Обычная форма", + "form_1440": "Теневая форма", + "form_1441": "Очищенная форма", + "form_1442": "Обычная форма", + "form_1443": "Теневая форма", + "form_1444": "Очищенная форма", + "form_1445": "Обычная форма", + "form_1446": "Теневая форма", + "form_1447": "Очищенная форма", + "form_1448": "Обычная форма", + "form_1449": "Теневая форма", + "form_1450": "Очищенная форма", + "form_1451": "Обычная форма", + "form_1452": "Теневая форма", + "form_1453": "Очищенная форма", + "form_1454": "Обычная форма", + "form_1455": "Теневая форма", + "form_1456": "Очищенная форма", + "form_1457": "Обычная форма", + "form_1458": "Теневая форма", + "form_1459": "Очищенная форма", + "form_1460": "Обычная форма", + "form_1461": "Теневая форма", + "form_1462": "Очищенная форма", + "form_1463": "Обычная форма", + "form_1464": "Теневая форма", + "form_1465": "Очищенная форма", + "form_1466": "Обычная форма", + "form_1467": "Теневая форма", + "form_1468": "Очищенная форма", + "form_1469": "Обычная форма", + "form_1470": "Теневая форма", + "form_1471": "Очищенная форма", + "form_1472": "Обычная форма", + "form_1473": "Теневая форма", + "form_1474": "Очищенная форма", + "form_1475": "Обычная форма", + "form_1476": "Теневая форма", + "form_1477": "Очищенная форма", + "form_1478": "Обычная форма", + "form_1479": "Теневая форма", + "form_1480": "Очищенная форма", + "form_1481": "Обычная форма", + "form_1482": "Теневая форма", + "form_1483": "Очищенная форма", + "form_1484": "Обычная форма", + "form_1485": "Теневая форма", + "form_1486": "Очищенная форма", + "form_1487": "Обычная форма", + "form_1488": "Теневая форма", + "form_1489": "Очищенная форма", + "form_1490": "Обычная форма", + "form_1491": "Теневая форма", + "form_1492": "Очищенная форма", + "form_1493": "Обычная форма", + "form_1494": "Теневая форма", + "form_1495": "Очищенная форма", + "form_1496": "Обычная форма", + "form_1497": "Теневая форма", + "form_1498": "Очищенная форма", + "form_1499": "Обычная форма", + "form_1500": "Теневая форма", + "form_1501": "Очищенная форма", + "form_1502": "Обычная форма", + "form_1503": "Теневая форма", + "form_1504": "Очищенная форма", + "form_1505": "Обычная форма", + "form_1506": "Теневая форма", + "form_1507": "Очищенная форма", + "form_1508": "Обычная форма", + "form_1509": "Теневая форма", + "form_1510": "Очищенная форма", + "form_1511": "Обычная форма", + "form_1512": "Теневая форма", + "form_1513": "Очищенная форма", + "form_1514": "Обычная форма", + "form_1515": "Теневая форма", + "form_1516": "Очищенная форма", + "form_1517": "Обычная форма", + "form_1518": "Теневая форма", + "form_1519": "Очищенная форма", + "form_1520": "Обычная форма", + "form_1521": "Теневая форма", + "form_1522": "Очищенная форма", + "form_1523": "Обычная форма", + "form_1524": "Теневая форма", + "form_1525": "Очищенная форма", + "form_1526": "Обычная форма", + "form_1527": "Теневая форма", + "form_1528": "Очищенная форма", + "form_1529": "Обычная форма", + "form_1530": "Теневая форма", + "form_1531": "Очищенная форма", + "form_1532": "Обычная форма", + "form_1533": "Теневая форма", + "form_1534": "Очищенная форма", + "form_1535": "Обычная форма", + "form_1536": "Теневая форма", + "form_1537": "Очищенная форма", + "form_1538": "Обычная форма", + "form_1539": "Теневая форма", + "form_1540": "Очищенная форма", + "form_1541": "Обычная форма", + "form_1542": "Теневая форма", + "form_1543": "Очищенная форма", + "form_1544": "Обычная форма", + "form_1545": "Теневая форма", + "form_1546": "Очищенная форма", + "form_1547": "Обычная форма", + "form_1548": "Теневая форма", + "form_1549": "Очищенная форма", + "form_1550": "Обычная форма", + "form_1551": "Теневая форма", + "form_1552": "Очищенная форма", + "form_1553": "Обычная форма", + "form_1554": "Теневая форма", + "form_1555": "Очищенная форма", + "form_1556": "Обычная форма", + "form_1557": "Теневая форма", + "form_1558": "Очищенная форма", + "form_1559": "Обычная форма", + "form_1560": "Теневая форма", + "form_1561": "Очищенная форма", + "form_1562": "Обычная форма", + "form_1563": "Теневая форма", + "form_1564": "Очищенная форма", + "form_1565": "Обычная форма", + "form_1566": "Теневая форма", + "form_1567": "Очищенная форма", + "form_1568": "Обычная форма", + "form_1569": "Теневая форма", + "form_1570": "Очищенная форма", + "form_1571": "Обычная форма", + "form_1572": "Теневая форма", + "form_1573": "Очищенная форма", + "form_1574": "Обычная форма", + "form_1575": "Теневая форма", + "form_1576": "Очищенная форма", + "form_1577": "Обычная форма", + "form_1578": "Теневая форма", + "form_1579": "Очищенная форма", + "form_1580": "Обычная форма", + "form_1581": "Теневая форма", + "form_1582": "Очищенная форма", + "form_1583": "Обычная форма", + "form_1584": "Теневая форма", + "form_1585": "Очищенная форма", + "form_1586": "Обычная форма", + "form_1587": "Теневая форма", + "form_1588": "Очищенная форма", + "form_1589": "Обычная форма", + "form_1590": "Теневая форма", + "form_1591": "Очищенная форма", + "form_1592": "Обычная форма", + "form_1593": "Теневая форма", + "form_1594": "Очищенная форма", + "form_1595": "Обычная форма", + "form_1596": "Теневая форма", + "form_1597": "Очищенная форма", + "form_1598": "Обычная форма", + "form_1599": "Теневая форма", + "form_1600": "Очищенная форма", + "form_1601": "Обычная форма", + "form_1602": "Теневая форма", + "form_1603": "Очищенная форма", + "form_1604": "Обычная форма", + "form_1605": "Теневая форма", + "form_1606": "Очищенная форма", + "form_1607": "Обычная форма", + "form_1608": "Теневая форма", + "form_1609": "Очищенная форма", + "form_1610": "Обычная форма", + "form_1611": "Теневая форма", + "form_1612": "Очищенная форма", + "form_1613": "Обычная форма", + "form_1614": "Теневая форма", + "form_1615": "Очищенная форма", + "form_1616": "Обычная форма", + "form_1617": "Теневая форма", + "form_1618": "Очищенная форма", + "form_1619": "Обычная форма", + "form_1620": "Теневая форма", + "form_1621": "Очищенная форма", + "form_1622": "Обычная форма", + "form_1623": "Теневая форма", + "form_1624": "Очищенная форма", + "form_1625": "Обычная форма", + "form_1626": "Теневая форма", + "form_1627": "Очищенная форма", + "form_1628": "Обычная форма", + "form_1629": "Теневая форма", + "form_1630": "Очищенная форма", + "form_1631": "Обычная форма", + "form_1632": "Теневая форма", + "form_1633": "Очищенная форма", + "form_1634": "Обычная форма", + "form_1635": "Теневая форма", + "form_1636": "Очищенная форма", + "form_1637": "Обычная форма", + "form_1638": "Теневая форма", + "form_1639": "Очищенная форма", + "form_1640": "Обычная форма", + "form_1641": "Теневая форма", + "form_1642": "Очищенная форма", + "form_1643": "Обычная форма", + "form_1644": "Теневая форма", + "form_1645": "Очищенная форма", + "form_1646": "Обычная форма", + "form_1647": "Теневая форма", + "form_1648": "Очищенная форма", + "form_1649": "Обычная форма", + "form_1650": "Теневая форма", + "form_1651": "Очищенная форма", + "form_1652": "Обычная форма", + "form_1653": "Теневая форма", + "form_1654": "Очищенная форма", + "form_1655": "Обычная форма", + "form_1656": "Теневая форма", + "form_1657": "Очищенная форма", + "form_1658": "Обычная форма", + "form_1659": "Теневая форма", + "form_1660": "Очищенная форма", + "form_1661": "Обычная форма", + "form_1662": "Теневая форма", + "form_1663": "Очищенная форма", + "form_1664": "Обычная форма", + "form_1665": "Теневая форма", + "form_1666": "Очищенная форма", + "form_1667": "Обычная форма", + "form_1668": "Теневая форма", + "form_1669": "Очищенная форма", + "form_1670": "Обычная форма", + "form_1671": "Теневая форма", + "form_1672": "Очищенная форма", + "form_1673": "Обычная форма", + "form_1674": "Теневая форма", + "form_1675": "Очищенная форма", + "form_1676": "Обычная форма", + "form_1677": "Теневая форма", + "form_1678": "Очищенная форма", + "form_1679": "Обычная форма", + "form_1680": "Теневая форма", + "form_1681": "Очищенная форма", + "form_1682": "Обычная форма", + "form_1683": "Теневая форма", + "form_1684": "Очищенная форма", + "form_1685": "Обычная форма", + "form_1686": "Теневая форма", + "form_1687": "Очищенная форма", + "form_1688": "Обычная форма", + "form_1689": "Теневая форма", + "form_1690": "Очищенная форма", + "form_1691": "Обычная форма", + "form_1692": "Теневая форма", + "form_1693": "Очищенная форма", + "form_1694": "Обычная форма", + "form_1695": "Теневая форма", + "form_1696": "Очищенная форма", + "form_1697": "Обычная форма", + "form_1698": "Теневая форма", + "form_1699": "Очищенная форма", + "form_1700": "Обычная форма", + "form_1701": "Теневая форма", + "form_1702": "Очищенная форма", + "form_1703": "Обычная форма", + "form_1704": "Теневая форма", + "form_1705": "Очищенная форма", + "form_1706": "Обычная форма", + "form_1707": "Теневая форма", + "form_1708": "Очищенная форма", + "form_1709": "Обычная форма", + "form_1710": "Теневая форма", + "form_1711": "Очищенная форма", + "form_1712": "Обычная форма", + "form_1713": "Теневая форма", + "form_1714": "Очищенная форма", + "form_1715": "Обычная форма", + "form_1716": "Теневая форма", + "form_1717": "Очищенная форма", + "form_1718": "Обычная форма", + "form_1719": "Теневая форма", + "form_1720": "Очищенная форма", + "form_1721": "Обычная форма", + "form_1722": "Теневая форма", + "form_1723": "Очищенная форма", + "form_1724": "Обычная форма", + "form_1725": "Теневая форма", + "form_1726": "Очищенная форма", + "form_1727": "Обычная форма", + "form_1728": "Теневая форма", + "form_1729": "Очищенная форма", + "form_1730": "Обычная форма", + "form_1731": "Теневая форма", + "form_1732": "Очищенная форма", + "form_1733": "Обычная форма", + "form_1734": "Теневая форма", + "form_1735": "Очищенная форма", + "form_1736": "Обычная форма", + "form_1737": "Теневая форма", + "form_1738": "Очищенная форма", + "form_1739": "Обычная форма", + "form_1740": "Теневая форма", + "form_1741": "Очищенная форма", + "form_1742": "Обычная форма", + "form_1743": "Теневая форма", + "form_1744": "Очищенная форма", + "form_1745": "Обычная форма", + "form_1746": "Теневая форма", + "form_1747": "Очищенная форма", + "form_1748": "Обычная форма", + "form_1749": "Теневая форма", + "form_1750": "Очищенная форма", + "form_1751": "Обычная форма", + "form_1752": "Теневая форма", + "form_1753": "Очищенная форма", + "form_1754": "Обычная форма", + "form_1755": "Теневая форма", + "form_1756": "Очищенная форма", + "form_1757": "Обычная форма", + "form_1758": "Теневая форма", + "form_1759": "Очищенная форма", + "form_1760": "Обычная форма", + "form_1761": "Теневая форма", + "form_1762": "Очищенная форма", + "form_1763": "Обычная форма", + "form_1764": "Теневая форма", + "form_1765": "Очищенная форма", + "form_1766": "Обычная форма", + "form_1767": "Теневая форма", + "form_1768": "Очищенная форма", + "form_1769": "Обычная форма", + "form_1770": "Теневая форма", + "form_1771": "Очищенная форма", + "form_1772": "Обычная форма", + "form_1773": "Теневая форма", + "form_1774": "Очищенная форма", + "form_1775": "Обычная форма", + "form_1776": "Теневая форма", + "form_1777": "Очищенная форма", + "form_1778": "Обычная форма", + "form_1779": "Теневая форма", + "form_1780": "Очищенная форма", + "form_1781": "Обычная форма", + "form_1782": "Теневая форма", + "form_1783": "Очищенная форма", + "form_1784": "Обычная форма", + "form_1785": "Теневая форма", + "form_1786": "Очищенная форма", + "form_1787": "Обычная форма", + "form_1788": "Теневая форма", + "form_1789": "Очищенная форма", + "form_1790": "Обычная форма", + "form_1791": "Теневая форма", + "form_1792": "Очищенная форма", + "form_1793": "Обычная форма", + "form_1794": "Теневая форма", + "form_1795": "Очищенная форма", + "form_1796": "Обычная форма", + "form_1797": "Теневая форма", + "form_1798": "Очищенная форма", + "form_1799": "Обычная форма", + "form_1800": "Теневая форма", + "form_1801": "Очищенная форма", + "form_1802": "Обычная форма", + "form_1803": "Теневая форма", + "form_1804": "Очищенная форма", + "form_1805": "Обычная форма", + "form_1806": "Теневая форма", + "form_1807": "Очищенная форма", + "form_1808": "Обычная форма", + "form_1809": "Теневая форма", + "form_1810": "Очищенная форма", + "form_1811": "Обычная форма", + "form_1812": "Теневая форма", + "form_1813": "Очищенная форма", + "form_1814": "Обычная форма", + "form_1815": "Теневая форма", + "form_1816": "Очищенная форма", + "form_1817": "Обычная форма", + "form_1818": "Теневая форма", + "form_1819": "Очищенная форма", + "form_1820": "Обычная форма", + "form_1821": "Теневая форма", + "form_1822": "Очищенная форма", + "form_1823": "Обычная форма", + "form_1824": "Теневая форма", + "form_1825": "Очищенная форма", + "form_1826": "Обычная форма", + "form_1827": "Теневая форма", + "form_1828": "Очищенная форма", + "form_1829": "Обычная форма", + "form_1830": "Теневая форма", + "form_1831": "Очищенная форма", + "form_1832": "Обычная форма", + "form_1833": "Теневая форма", + "form_1834": "Очищенная форма", + "form_1835": "Обычная форма", + "form_1836": "Теневая форма", + "form_1837": "Очищенная форма", + "form_1838": "Обычная форма", + "form_1839": "Теневая форма", + "form_1840": "Очищенная форма", + "form_1841": "Обычная форма", + "form_1842": "Теневая форма", + "form_1843": "Очищенная форма", + "form_1844": "Обычная форма", + "form_1845": "Теневая форма", + "form_1846": "Очищенная форма", + "form_1847": "Обычная форма", + "form_1848": "Теневая форма", + "form_1849": "Очищенная форма", + "form_1850": "Обычная форма", + "form_1851": "Теневая форма", + "form_1852": "Очищенная форма", + "form_1853": "Обычная форма", + "form_1854": "Теневая форма", + "form_1855": "Очищенная форма", + "form_1856": "Обычная форма", + "form_1857": "Теневая форма", + "form_1858": "Очищенная форма", + "form_1859": "Обычная форма", + "form_1860": "Теневая форма", + "form_1861": "Очищенная форма", + "form_1862": "Обычная форма", + "form_1863": "Теневая форма", + "form_1864": "Очищенная форма", + "form_1865": "Обычная форма", + "form_1866": "Теневая форма", + "form_1867": "Очищенная форма", + "form_1868": "Обычная форма", + "form_1869": "Теневая форма", + "form_1870": "Очищенная форма", + "form_1871": "Обычная форма", + "form_1872": "Теневая форма", + "form_1873": "Очищенная форма", + "form_1874": "Обычная форма", + "form_1875": "Теневая форма", + "form_1876": "Очищенная форма", + "form_1877": "Обычная форма", + "form_1878": "Теневая форма", + "form_1879": "Очищенная форма", + "form_1880": "Обычная форма", + "form_1881": "Теневая форма", + "form_1882": "Очищенная форма", + "form_1883": "Обычная форма", + "form_1884": "Теневая форма", + "form_1885": "Очищенная форма", + "form_1886": "Обычная форма", + "form_1887": "Теневая форма", + "form_1888": "Очищенная форма", + "form_1889": "Обычная форма", + "form_1890": "Теневая форма", + "form_1891": "Очищенная форма", + "form_1892": "Обычная форма", + "form_1893": "Теневая форма", + "form_1894": "Очищенная форма", + "form_1895": "Обычная форма", + "form_1896": "Теневая форма", + "form_1897": "Очищенная форма", + "form_1898": "Обычная форма", + "form_1899": "Теневая форма", + "form_1900": "Очищенная форма", + "form_1901": "Обычная форма", + "form_1902": "Теневая форма", + "form_1903": "Очищенная форма", + "form_1904": "Обычная форма", + "form_1905": "Теневая форма", + "form_1906": "Очищенная форма", + "form_1907": "Обычная форма", + "form_1908": "Теневая форма", + "form_1909": "Очищенная форма", + "form_1910": "Обычная форма", + "form_1911": "Теневая форма", + "form_1912": "Очищенная форма", + "form_1913": "Обычная форма", + "form_1914": "Теневая форма", + "form_1915": "Очищенная форма", + "form_1916": "Обычная форма", + "form_1917": "Теневая форма", + "form_1918": "Очищенная форма", + "form_1919": "Обычная форма", + "form_1920": "Теневая форма", + "form_1921": "Очищенная форма", + "form_1922": "Обычная форма", + "form_1923": "Теневая форма", + "form_1924": "Очищенная форма", + "form_1925": "Обычная форма", + "form_1926": "Теневая форма", + "form_1927": "Очищенная форма", + "form_1928": "Обычная форма", + "form_1929": "Теневая форма", + "form_1930": "Очищенная форма", + "form_1931": "Обычная форма", + "form_1932": "Теневая форма", + "form_1933": "Очищенная форма", + "form_1934": "Обычная форма", + "form_1935": "Теневая форма", + "form_1936": "Очищенная форма", + "form_1937": "Обычная форма", + "form_1938": "Теневая форма", + "form_1939": "Очищенная форма", + "form_1940": "Обычная форма", + "form_1941": "Теневая форма", + "form_1942": "Очищенная форма", + "form_1943": "Обычная форма", + "form_1944": "Теневая форма", + "form_1945": "Очищенная форма", + "form_1946": "Обычная форма", + "form_1947": "Теневая форма", + "form_1948": "Очищенная форма", + "form_1949": "Обычная форма", + "form_1950": "Теневая форма", + "form_1951": "Очищенная форма", + "form_1952": "Обычная форма", + "form_1953": "Теневая форма", + "form_1954": "Очищенная форма", + "form_1955": "Обычная форма", + "form_1956": "Теневая форма", + "form_1957": "Очищенная форма", + "form_1958": "Обычная форма", + "form_1959": "Теневая форма", + "form_1960": "Очищенная форма", + "form_1961": "Обычная форма", + "form_1962": "Теневая форма", + "form_1963": "Очищенная форма", + "form_1964": "Обычная форма", + "form_1965": "Теневая форма", + "form_1966": "Очищенная форма", + "form_1967": "Обычная форма", + "form_1968": "Теневая форма", + "form_1969": "Очищенная форма", + "form_1970": "Обычная форма", + "form_1971": "Теневая форма", + "form_1972": "Очищенная форма", + "form_1973": "Обычная форма", + "form_1974": "Теневая форма", + "form_1975": "Очищенная форма", + "form_1976": "Обычная форма", + "form_1977": "Теневая форма", + "form_1978": "Очищенная форма", + "form_1979": "Обычная форма", + "form_1980": "Теневая форма", + "form_1981": "Очищенная форма", + "form_1982": "Обычная форма", + "form_1983": "Теневая форма", + "form_1984": "Очищенная форма", + "form_1985": "Обычная форма", + "form_1986": "Теневая форма", + "form_1987": "Очищенная форма", + "form_1988": "Обычная форма", + "form_1989": "Теневая форма", + "form_1990": "Очищенная форма", + "form_1991": "Обычная форма", + "form_1992": "Теневая форма", + "form_1993": "Очищенная форма", + "form_1994": "Обычная форма", + "form_1995": "Теневая форма", + "form_1996": "Очищенная форма", + "form_1997": "Обычная форма", + "form_1998": "Теневая форма", + "form_1999": "Очищенная форма", + "form_2000": "Обычная форма", + "form_2001": "Теневая форма", + "form_2002": "Очищенная форма", + "form_2003": "Обычная форма", + "form_2004": "Теневая форма", + "form_2005": "Очищенная форма", + "form_2006": "Обычная форма", + "form_2007": "Теневая форма", + "form_2008": "Очищенная форма", + "form_2009": "Обычная форма", + "form_2010": "Теневая форма", + "form_2011": "Очищенная форма", + "form_2012": "Обычная форма", + "form_2013": "Теневая форма", + "form_2014": "Очищенная форма", + "form_2015": "Обычная форма", + "form_2016": "Теневая форма", + "form_2017": "Очищенная форма", + "form_2018": "Обычная форма", + "form_2019": "Теневая форма", + "form_2020": "Очищенная форма", + "form_2021": "Обычная форма", + "form_2022": "Теневая форма", + "form_2023": "Очищенная форма", + "form_2024": "Обычная форма", + "form_2025": "Теневая форма", + "form_2026": "Очищенная форма", + "form_2027": "Обычная форма", + "form_2028": "Теневая форма", + "form_2029": "Очищенная форма", + "form_2030": "Обычная форма", + "form_2031": "Теневая форма", + "form_2032": "Очищенная форма", + "form_2033": "Обычная форма", + "form_2034": "Теневая форма", + "form_2035": "Очищенная форма", + "form_2036": "Обычная форма", + "form_2037": "Теневая форма", + "form_2038": "Очищенная форма", + "form_2039": "Обычная форма", + "form_2040": "Теневая форма", + "form_2041": "Очищенная форма", + "form_2042": "Обычная форма", + "form_2043": "Теневая форма", + "form_2044": "Очищенная форма", + "form_2045": "Обычная форма", + "form_2046": "Теневая форма", + "form_2047": "Очищенная форма", + "form_2048": "Обычная форма", + "form_2049": "Теневая форма", + "form_2050": "Очищенная форма", + "form_2051": "Обычная форма", + "form_2052": "Теневая форма", + "form_2053": "Очищенная форма", + "form_2054": "Обычная форма", + "form_2055": "Теневая форма", + "form_2056": "Очищенная форма", + "form_2057": "Обычная форма", + "form_2058": "Теневая форма", + "form_2059": "Очищенная форма", + "form_2060": "Обычная форма", + "form_2061": "Теневая форма", + "form_2062": "Очищенная форма", + "form_2063": "Обычная форма", + "form_2064": "Теневая форма", + "form_2065": "Очищенная форма", + "form_2066": "Обычная форма", + "form_2067": "Теневая форма", + "form_2068": "Очищенная форма", + "form_2069": "Обычная форма", + "form_2070": "Теневая форма", + "form_2071": "Очищенная форма", + "form_2072": "Обычная форма", + "form_2073": "Теневая форма", + "form_2074": "Очищенная форма", + "form_2075": "Обычная форма", + "form_2076": "Теневая форма", + "form_2077": "Очищенная форма", + "form_2078": "Обычная форма", + "form_2079": "Теневая форма", + "form_2080": "Очищенная форма", + "form_2081": "Обычная форма", + "form_2082": "Теневая форма", + "form_2083": "Очищенная форма", + "form_2084": "Обычная форма", + "form_2085": "Теневая форма", + "form_2086": "Очищенная форма", + "form_2087": "Обычная форма", + "form_2088": "Теневая форма", + "form_2089": "Очищенная форма", + "form_2090": "Обычная форма", + "form_2091": "Теневая форма", + "form_2092": "Очищенная форма", + "form_2093": "Обычная форма", + "form_2094": "Теневая форма", + "form_2095": "Очищенная форма", + "form_2096": "Обычная форма", + "form_2097": "Теневая форма", + "form_2098": "Очищенная форма", + "form_2099": "Обычная форма", + "form_2100": "Теневая форма", + "form_2101": "Очищенная форма", + "form_2102": "Обычная форма", + "form_2103": "Теневая форма", + "form_2104": "Очищенная форма", + "form_2105": "Обычная форма", + "form_2106": "Теневая форма", + "form_2107": "Очищенная форма", + "form_2108": "Обычная форма", + "form_2109": "Теневая форма", + "form_2110": "Очищенная форма", + "form_2111": "Обычная форма", + "form_2112": "Теневая форма", + "form_2113": "Очищенная форма", + "form_2114": "Обычная форма", + "form_2115": "Теневая форма", + "form_2116": "Очищенная форма", + "form_2117": "Обычная форма", + "form_2118": "Теневая форма", + "form_2119": "Очищенная форма", + "form_2120": "Обычная форма", + "form_2121": "Теневая форма", + "form_2122": "Очищенная форма", + "form_2123": "Обычная форма", + "form_2124": "Теневая форма", + "form_2125": "Очищенная форма", + "form_2126": "Обычная форма", + "form_2127": "Теневая форма", + "form_2128": "Очищенная форма", + "form_2129": "Обычная форма", + "form_2130": "Теневая форма", + "form_2131": "Очищенная форма", + "form_2132": "Обычная форма", + "form_2133": "Теневая форма", + "form_2134": "Очищенная форма", + "form_2135": "Обычная форма", + "form_2136": "Теневая форма", + "form_2137": "Очищенная форма", + "form_2138": "Обычная форма", + "form_2139": "Теневая форма", + "form_2140": "Очищенная форма", + "form_2141": "Обычная форма", + "form_2142": "Теневая форма", + "form_2143": "Очищенная форма", + "form_2144": "Обычная форма", + "form_2145": "Теневая форма", + "form_2146": "Очищенная форма", + "form_2147": "Обычная форма", + "form_2148": "Теневая форма", + "form_2149": "Очищенная форма", + "form_2150": "Обычная форма", + "form_2151": "Теневая форма", + "form_2152": "Очищенная форма", + "form_2153": "Обычная форма", + "form_2154": "Теневая форма", + "form_2155": "Очищенная форма", + "form_2156": "Обычная форма", + "form_2157": "Теневая форма", + "form_2158": "Очищенная форма", + "form_2159": "Обычная форма", + "form_2160": "Теневая форма", + "form_2161": "Очищенная форма", + "form_2162": "Обычная форма", + "form_2163": "Теневая форма", + "form_2164": "Очищенная форма", + "form_2165": "Обычная форма", + "form_2166": "Теневая форма", + "form_2167": "Очищенная форма", + "form_2168": "Обычная форма", + "form_2169": "Теневая форма", + "form_2170": "Очищенная форма", + "form_2171": "Обычная форма", + "form_2172": "Теневая форма", + "form_2173": "Очищенная форма", + "form_2174": "Обычная форма", + "form_2175": "Теневая форма", + "form_2176": "Очищенная форма", + "form_2177": "Обычная форма", + "form_2178": "Теневая форма", + "form_2179": "Очищенная форма", + "form_2180": "Обычная форма", + "form_2181": "Теневая форма", + "form_2182": "Очищенная форма", + "form_2183": "Обычная форма", + "form_2184": "Теневая форма", + "form_2185": "Очищенная форма", + "form_2186": "Обычная форма", + "form_2187": "Теневая форма", + "form_2188": "Очищенная форма", + "form_2189": "Обычная форма", + "form_2190": "Теневая форма", + "form_2191": "Очищенная форма", + "form_2192": "Обычная форма", + "form_2193": "Теневая форма", + "form_2194": "Очищенная форма", + "form_2195": "Обычная форма", + "form_2196": "Теневая форма", + "form_2197": "Очищенная форма", + "form_2198": "Обычная форма", + "form_2199": "Теневая форма", + "form_2200": "Очищенная форма", + "form_2201": "Обычная форма", + "form_2202": "Теневая форма", + "form_2203": "Очищенная форма", + "form_2204": "Обычная форма", + "form_2205": "Теневая форма", + "form_2206": "Очищенная форма", + "form_2207": "Обычная форма", + "form_2208": "Теневая форма", + "form_2209": "Очищенная форма", + "form_2210": "Обычная форма", + "form_2211": "Теневая форма", + "form_2212": "Очищенная форма", + "form_2213": "Обычная форма", + "form_2214": "Теневая форма", + "form_2215": "Очищенная форма", + "form_2216": "Обычная форма", + "form_2217": "Теневая форма", + "form_2218": "Очищенная форма", + "form_2219": "Обычная форма", + "form_2220": "Теневая форма", + "form_2221": "Очищенная форма", + "form_2222": "Обычная форма", + "form_2223": "Теневая форма", + "form_2224": "Очищенная форма", + "form_2225": "Обычная форма", + "form_2226": "Теневая форма", + "form_2227": "Очищенная форма", + "form_2228": "Обычная форма", + "form_2229": "Теневая форма", + "form_2230": "Очищенная форма", + "form_2231": "Обычная форма", + "form_2232": "Теневая форма", + "form_2233": "Очищенная форма", + "form_2234": "Обычная форма", + "form_2235": "Теневая форма", + "form_2236": "Очищенная форма", + "form_2237": "Обычная форма", + "form_2238": "Теневая форма", + "form_2239": "Очищенная форма", + "form_2240": "Обычная форма", + "form_2241": "Теневая форма", + "form_2242": "Очищенная форма", + "form_2243": "Обычная форма", + "form_2244": "Теневая форма", + "form_2245": "Очищенная форма", + "form_2246": "Обычная форма", + "form_2247": "Теневая форма", + "form_2248": "Очищенная форма", + "form_2249": "Обычная форма", + "form_2250": "Теневая форма", + "form_2251": "Очищенная форма", + "form_2252": "Обычная форма", + "form_2253": "Теневая форма", + "form_2254": "Очищенная форма", + "form_2255": "Обычная форма", + "form_2256": "Теневая форма", + "form_2257": "Очищенная форма", + "form_2258": "Обычная форма", + "form_2259": "Теневая форма", + "form_2260": "Очищенная форма", + "form_2261": "Обычная форма", + "form_2262": "Теневая форма", + "form_2263": "Очищенная форма", + "form_2264": "Обычная форма", + "form_2265": "Теневая форма", + "form_2266": "Очищенная форма", + "form_2267": "Обычная форма", + "form_2268": "Теневая форма", + "form_2269": "Очищенная форма", + "form_2270": "Обычная форма", + "form_2271": "Теневая форма", + "form_2272": "Очищенная форма", + "form_2273": "Обычная форма", + "form_2274": "Теневая форма", + "form_2275": "Очищенная форма", + "form_2276": "Обычная форма", + "form_2277": "Теневая форма", + "form_2278": "Очищенная форма", + "form_2279": "Обычная форма", + "form_2280": "Теневая форма", + "form_2281": "Очищенная форма", + "form_2282": "Обычная форма", + "form_2283": "Теневая форма", + "form_2284": "Очищенная форма", + "form_2285": "Обычная форма", + "form_2286": "Теневая форма", + "form_2287": "Очищенная форма", + "form_2288": "Обычная форма", + "form_2289": "Теневая форма", + "form_2290": "Очищенная форма", + "form_2291": "Обычная форма", + "form_2292": "Теневая форма", + "form_2293": "Очищенная форма", + "form_2294": "Обычная форма", + "form_2295": "Теневая форма", + "form_2296": "Очищенная форма", + "form_2297": "Обычная форма", + "form_2298": "Теневая форма", + "form_2299": "Очищенная форма", + "form_2300": "Обычная форма", + "form_2301": "Теневая форма", + "form_2302": "Очищенная форма", + "form_2303": "Обычная форма", + "form_2304": "Теневая форма", + "form_2305": "Очищенная форма", + "form_2306": "Обычная форма", + "form_2307": "Теневая форма", + "form_2308": "Очищенная форма", + "form_2309": "Обычная форма", + "form_2310": "Теневая форма", + "form_2311": "Очищенная форма", + "form_2312": "Обычная форма", + "form_2313": "Теневая форма", + "form_2314": "Очищенная форма", + "form_2315": "Обычная форма", + "form_2316": "Теневая форма", + "form_2317": "Очищенная форма", + "form_2318": "Обычная форма", + "form_2319": "Теневая форма", + "form_2320": "Очищенная форма", + "form_2321": "Обычная форма", + "form_2322": "Теневая форма", + "form_2323": "Очищенная форма", + "form_2324": "Обычная форма", + "form_2325": "Теневая форма", + "form_2326": "Очищенная форма", + "form_2327": "Весна 2020", + "form_2328": "Весна 2020", + "form_2329": "Весна 2020", + "form_2330": "Женская форма", + "form_2331": "Женская форма", + "form_2332": "Костюм 2020", + "form_2333": "Костюм 2020", + "form_2334": "Костюм 2020", + "form_2335": "Галарская форма", + "form_2336": "Галарская форма", + "form_2337": "Галарская форма", + "form_2338": "Галарская форма", + "form_2339": "Галарская форма", + "form_2340": "Галарская форма", + "form_2341": "Галарская форма", + "form_2342": "Галарская форма", + "form_2343": "Галарская форма Дзен", + "form_2344": "Галарская форма", + "form_2345": "Галарская форма", + "form_2463": "Сдержанная форма", + "form_2464": "Восторженная форма", + "form_2477": "Фальшивая форма", + "form_2478": "Антикварная форма", + "form_2480": "Фальшивая форма", + "form_2481": "Антикварная форма", + "form_2501": "Обычная форма", + "form_2502": "Теневая форма", + "form_2503": "Очищенная форма", + "form_2504": "Обычная форма", + "form_2505": "Теневая форма", + "form_2506": "Очищенная форма", + "form_2507": "Обычная форма", + "form_2508": "Теневая форма", + "form_2509": "Очищенная форма", + "form_2510": "Обычная форма", + "form_2511": "Теневая форма", + "form_2512": "Очищенная форма", + "form_2513": "Обычная форма", + "form_2514": "Теневая форма", + "form_2515": "Очищенная форма", + "form_2516": "Обычная форма", + "form_2517": "Теневая форма", + "form_2518": "Очищенная форма", + "form_2540": "Ледяное лицо", + "form_2541": "Неледяное лицо", + "form_2542": "Мужская форма", + "form_2543": "Женская форма", + "form_2544": "Режим Полный Живот", + "form_2545": "Злоголодный режим", + "form_2576": "Коронованный Меч", + "form_2577": "Герой многих битв", + "form_2578": "Коронованный Щит", + "form_2579": "Герой многих битв", + "form_2580": "Этернамакс", + "form_2581": "Обычная форма", + "form_2582": "Галарская форма", + "form_2583": "Галарская форма", + "form_2584": "Галарская форма", + "form_2585": "Костюм 2020", + "form_2586": "Костюм 2020", + "form_2587": "Обычная форма", + "form_2588": "Женская форма", + "form_2589": "Обычная форма", + "form_2590": "Женская форма", + "form_2591": "10% форма", + "form_2592": "50% форма", + "form_2593": "Завершенная форма", + "form_2594": "Островная форма", + "form_2595": "Континентальная форма", + "form_2596": "Элегантная форма", + "form_2597": "Изысканная форма", + "form_2598": "Садовая форма", + "form_2599": "Равнинная форма", + "form_2600": "Ледяная форма", + "form_2601": "Форма джунглей", + "form_2602": "Морская форма", + "form_2603": "Луговая форма", + "form_2604": "Современная форма", + "form_2605": "Муссонная форма", + "form_2606": "Океаническая форма", + "form_2607": "Форма покебола", + "form_2608": "Полярная форма", + "form_2609": "Речная форма", + "form_2610": "Форма песчанной бури", + "form_2611": "Саванновая форма", + "form_2612": "Солнечная форма", + "form_2613": "Тундровая форма", + "form_2614": "Красная форма", + "form_2615": "Желтая форма", + "form_2616": "Oранжевая форма", + "form_2617": "Синяя форма", + "form_2618": "Белая форма", + "form_2619": "Красная форма", + "form_2620": "Желтая форма", + "form_2621": "Оранжевая форма", + "form_2622": "Синяя форма", + "form_2623": "Белая форма", + "form_2624": "Красная форма", + "form_2625": "Желтая форма", + "form_2626": "Оранжевая форма", + "form_2627": "Синяя форма", + "form_2628": "Белая форма", + "form_2629": "Исходная форма", + "form_2630": "Сердечная форма", + "form_2631": "Звездная форма", + "form_2632": "Бриллиантовая форма", + "form_2633": "Дебютантская форма", + "form_2634": "Матронская форма", + "form_2635": "Светская форма", + "form_2636": "Форма Ла Рейне", + "form_2637": "Форма кабуки", + "form_2638": "Форма фараона", + "form_2639": "Форма щита", + "form_2640": "Форма меча", + "form_2641": "Маленькая форма", + "form_2642": "Средняя форма", + "form_2643": "Большая форма", + "form_2644": "Огромная форма", + "form_2645": "Маленькая форма", + "form_2646": "Средняя форма", + "form_2647": "Большая форма", + "form_2648": "Огромная форма", + "form_2649": "Нейтральная форма", + "form_2650": "Активная форма", + "form_2651": "Невольная форма", + "form_2652": "Высвобожденная форма", + "form_2666": "Костюм 2020 Устаревший", + "form_2668": "Костюм 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Зима 2020", + "form_2671": "Зима 2020", + "form_2672": "Зима 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Кариюши", + "form_2676": "Поп-звезда", + "form_2677": "Рок-звезда", + "form_2678": "Пятилетняя годовщина", + "form_2679": "Бальный стиль", + "form_2680": "Стиль Пом-Пом", + "form_2681": "Стиль Пау", + "form_2683": "Чувственный стиль", + "form_2684": "Полуденная форма", + "form_2685": "Полуночная форма", + "form_2686": "Сумеречная форма", + "form_2687": "Форма соло", + "form_2688": "Форма стая", + "form_2689": "Обычная форма", + "form_2690": "Жучья форма", + "form_2691": "Темная форма", + "form_2692": "Драконья форма", + "form_2693": "Электрическая форма", + "form_2694": "Феечная форма", + "form_2695": "Боевая форма", + "form_2696": "Огненная форма", + "form_2697": "Летающая форма", + "form_2698": "Призрачная форма", + "form_2699": "Травяная форма", + "form_2700": "Земляная форма", + "form_2701": "Ледяная форма", + "form_2702": "Ядовитая форма", + "form_2703": "Психическая форма", + "form_2704": "Каменная форма", + "form_2705": "Стальная форма", + "form_2706": "Водная форма", + "form_2707": "Метеорная форма", + "form_2708": "Голубая форма", + "form_2709": "Зеленая форма", + "form_2710": "Индиго форма", + "form_2711": "Оранжевая форма", + "form_2712": "Красная форма", + "form_2713": "Фиолетовая форма", + "form_2714": "Желтая форма", + "form_2715": "Сломанная форма", + "form_2716": "Замаскированная форма", + "form_2717": "Обычная форма", + "form_2718": "Грива заката", + "form_2719": "Крылья рассвета", + "form_2720": "Ультра форма", + "form_2721": "Обычная форма", + "form_2722": "Исходный цвет", + "form_2723": "Фома одного удара", + "form_2724": "Форма множества ударов", + "form_2725": "Обычная форма", + "form_2726": "Ледяной всадник", + "form_2727": "Теневой всадник", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "Сумеречная форма", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "Солнечная форма", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "Солнечная форма", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "Воплощённая форма", + "form_2803": "Форма Териан", + "form_2804": "Белая полосатая форма", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "Нормальный", + "form_2808": "Женский", + "form_2809": "Нормальный", + "form_2810": "Нормальный", + "form_2811": "Нормальный", + "form_2812": "Нормальный", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "Нормальный", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "Исходная форма", + "form_2830": "Исходная форма", + "form_2831": "Нормальный", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "Нормальный", + "form_2982": "Женский", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Зелёное оперение", + "form_2986": "Синее оперение", + "form_2987": "Жёлтое оперение", + "form_2988": "White", + "form_2989": "Нулевая форма", + "form_2990": "Герой многих битв", + "form_2991": "Изогнутая форма", + "form_2992": "Свисающая форма", + "form_2993": "Вытянутая форма", + "form_2994": "Двухсегментная форма", + "form_2995": "Трёхсегментная форма", + "form_2996": "Финальная форма", + "form_2997": "Полноценный режим", + "form_2998": "Нормальный", + "form_3000": "Нормальный", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "Мужской", + "gender_2": "Женский", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Канто", + "generation_2": "Джото", + "generation_3": "Хоэнн", + "generation_4": "Синно", + "generation_5": "Юнова", + "generation_6": "Калос", + "generation_7": "Алола", + "generation_8": "Галар", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "Бланш", + "grunt_2": "Кандела", + "grunt_3": "Спарк", + "grunt_4": "Приспешник (Мужской)", + "grunt_5": "Приспешник (Женский)", + "grunt_6": "Приспешник жучьего типа (Женский)", + "grunt_7": "Приспешник жучьего типа (Мужской)", + "grunt_8": "Приспешник (Женский)", + "grunt_9": "Приспешник (Мужской)", + "grunt_10": "Приспешник темного типа (Женский)", + "grunt_11": "Приспешник темного типа (Мужской)", + "grunt_12": "Приспешник драконьего типа (Женский)", + "grunt_13": "Приспешник драконьего типа (Мужской)", + "grunt_14": "Приспешник феечного типа (Женский)", + "grunt_15": "Приспешник феечного типа (Мужской)", + "grunt_16": "Приспешник боевого типа (Женский)", + "grunt_17": "Приспешник боевого типа (Мужской)", + "grunt_18": "Приспешник огненного типа (Женский)", + "grunt_19": "Приспешник огненного типа (Мужской)", + "grunt_20": "Приспешник летающего типа (Женский)", + "grunt_21": "Приспешник летающего типа (Мужской)", + "grunt_22": "Приспешник травяного типа (Женский)", + "grunt_23": "Приспешник травяного типа (Мужской)", + "grunt_24": "Приспешник земляного типа (Женский)", + "grunt_25": "Приспешник земляного типа (Мужской)", + "grunt_26": "Приспешник ледяного типа (Женский)", + "grunt_27": "Приспешник ледяного типа (Мужской)", + "grunt_28": "Приспешник (Женский)", + "grunt_29": "Приспешник (Мужской)", + "grunt_30": "Приспешник обычного типа (Женский)", + "grunt_31": "Приспешник обычного типа (Мужской)", + "grunt_32": "Приспешник ядовитого типа (Женский)", + "grunt_33": "Приспешник ядовитого типа (Мужской)", + "grunt_34": "Приспешник психического типа (Женский)", + "grunt_35": "Приспешник психического типа (Мужской)", + "grunt_36": "Приспешник каменного типа (Женский)", + "grunt_37": "Приспешник каменного типа (Мужской)", + "grunt_38": "Приспешник водного типа (Женский)", + "grunt_39": "Приспешник водного типа (Мужской)", + "grunt_40": "Лидер команды игрока", + "grunt_41": "Лидер Клифф", + "grunt_42": "Лидер Арло", + "grunt_43": "Лидер Сиерра", + "grunt_44": "Джованни", + "grunt_45": "Отвлекающий приспешник (Мужской)", + "grunt_46": "Отвлекающий приспешник (Женский)", + "grunt_47": "Приспешник призрачного типа (Женский)", + "grunt_48": "Приспешник призрачного типа (Мужской)", + "grunt_49": "Приспешник электрического типа (Женский)", + "grunt_50": "Приспешник электрического типа (Мужской)", + "grunt_51": "Приспешник (Женский)", + "grunt_52": "Приспешник (Мужской)", + "grunt_53": "Приспешник Б", + "grunt_54": "Приспешник Б", + "grunt_55": "Приспешник жучьего типа (Женский)", + "grunt_56": "Приспешник жучьего типа (Мужской)", + "grunt_57": "Приспешник темного типа (Женский)", + "grunt_58": "Приспешник темного типа (Мужской)", + "grunt_59": "Приспешник драконьего типа (Женский)", + "grunt_60": "Приспешник драконьего типа (Мужской)", + "grunt_61": "Приспешник феечного типа (Женский)", + "grunt_62": "Приспешник феечного типа (Мужской)", + "grunt_63": "Приспешник боевого типа (Женский)", + "grunt_64": "Приспешник боевого типа (Мужской)", + "grunt_65": "Приспешник огненного типа (Женский)", + "grunt_66": "Приспешник огненного типа (Мужской)", + "grunt_67": "Приспешник летающего типа (Женский)", + "grunt_68": "Приспешник летающего типа (Мужской)", + "grunt_69": "Приспешник травяного типа (Женский)", + "grunt_70": "Приспешник травяного типа (Мужской)", + "grunt_71": "Приспешник земляного типа (Женский)", + "grunt_72": "Приспешник земляного типа (Мужской)", + "grunt_73": "Приспешник ледяного типа (Женский)", + "grunt_74": "Приспешник ледяного типа (Мужской)", + "grunt_75": "Приспешник (Женский)", + "grunt_76": "Приспешник (Мужской)", + "grunt_77": "Приспешник обычного типа (Женский)", + "grunt_78": "Приспешник обычного типа (Мужской)", + "grunt_79": "Приспешник ядовитого типа (Женский)", + "grunt_80": "Приспешник ядовитого типа (Мужской)", + "grunt_81": "Приспешник психического типа (Женский)", + "grunt_82": "Приспешник психического типа (Мужской)", + "grunt_83": "Приспешник каменного типа (Женский)", + "grunt_84": "Приспешник каменного типа (Мужской)", + "grunt_85": "Приспешник водного типа (Женский)", + "grunt_86": "Приспешник водного типа (Мужской)", + "grunt_87": "Приспешник призрачного типа (Женский)", + "grunt_88": "Приспешник призрачного типа (Мужской)", + "grunt_89": "Приспешник электрического типа (Женский)", + "grunt_90": "Приспешник электрического типа (Мужской)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "Нет", + "grunt_a_1": "Бланш", + "grunt_a_2": "Кандела", + "grunt_a_3": "Спарк", + "grunt_a_4": "Приспешник ♂", + "grunt_a_5": "Приспешник ♀", + "grunt_a_6": "Жучий ♀", + "grunt_a_7": "Жучий ♂", + "grunt_a_8": "Приспешник ♀", + "grunt_a_9": "Приспешник ♂", + "grunt_a_10": "Темный ♀", + "grunt_a_11": "Темный ♂", + "grunt_a_12": "Драконий ♀", + "grunt_a_13": "Драконий ♂", + "grunt_a_14": "Феечный ♀", + "grunt_a_15": "Феечный ♂", + "grunt_a_16": "Боевой ♀", + "grunt_a_17": "Боевой ♂", + "grunt_a_18": "Огненный ♀", + "grunt_a_19": "Огненный ♂", + "grunt_a_20": "Летающий ♀", + "grunt_a_21": "Летающий ♂", + "grunt_a_22": "Травяной ♀", + "grunt_a_23": "Травяной ♂", + "grunt_a_24": "Земляной ♀", + "grunt_a_25": "Земляной ♂", + "grunt_a_26": "Ледяной ♀", + "grunt_a_27": "Ледяной ♂", + "grunt_a_28": "Приспешник ♀", + "grunt_a_29": "Приспешник ♂", + "grunt_a_30": "Обычный ♀", + "grunt_a_31": "Обычный ♂", + "grunt_a_32": "Ядовитый ♀", + "grunt_a_33": "Ядовитый ♂", + "grunt_a_34": "Психический ♀", + "grunt_a_35": "Психический ♂", + "grunt_a_36": "Каменный ♀", + "grunt_a_37": "Каменный ♂", + "grunt_a_38": "Водный ♀", + "grunt_a_39": "Водный ♂", + "grunt_a_40": "Player team leader", + "grunt_a_41": "Лидер Клифф", + "grunt_a_42": "Лидер Арло", + "grunt_a_43": "Лидер Сиерра", + "grunt_a_44": "Джованни", + "grunt_a_45": "Отвлекающий приспешник ♂", + "grunt_a_46": "Отвлекающий приспешник ♀", + "grunt_a_47": "Призрачный ♀", + "grunt_a_48": "Призрачный ♂", + "grunt_a_49": "Электрический ♀", + "grunt_a_50": "Электрический ♂", + "grunt_a_51": "Приспешник ♀", + "grunt_a_52": "Приспешник ♂", + "grunt_a_53": "Приспешник Б", + "grunt_a_54": "Приспешник Б", + "grunt_a_55": "Жучий ♀", + "grunt_a_56": "Жучий ♂", + "grunt_a_57": "Темный ♀", + "grunt_a_58": "Темный ♂", + "grunt_a_59": "Драконий ♀", + "grunt_a_60": "Драконий ♂", + "grunt_a_61": "Феечный ♀", + "grunt_a_62": "Феечный ♂", + "grunt_a_63": "Боевой ♀", + "grunt_a_64": "Боевой ♂", + "grunt_a_65": "Огненный ♀", + "grunt_a_66": "Огненный ♂", + "grunt_a_67": "Летающий ♀", + "grunt_a_68": "Летающий ♂", + "grunt_a_69": "Травяной ♀", + "grunt_a_70": "Травяной ♂", + "grunt_a_71": "Земляной ♀", + "grunt_a_72": "Земляной ♂", + "grunt_a_73": "Ледяной ♀", + "grunt_a_74": "Ледяной ♂", + "grunt_a_75": "Приспешник ♀", + "grunt_a_76": "Приспешник ♂", + "grunt_a_77": "Обычный ♀", + "grunt_a_78": "Обычный ♂", + "grunt_a_79": "Ядовитый ♀", + "grunt_a_80": "Ядовитый ♂", + "grunt_a_81": "Психический ♀", + "grunt_a_82": "Психический ♂", + "grunt_a_83": "Каменный ♀", + "grunt_a_84": "Каменный ♂", + "grunt_a_85": "Водный ♀", + "grunt_a_86": "Водный ♂", + "grunt_a_87": "Призрачный ♀", + "grunt_a_88": "Призрачный ♂", + "grunt_a_89": "Электрический ♀", + "grunt_a_90": "Электрический ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "Неизвестный", + "item_1": "Покебол", + "item_2": "Грейтбол", + "item_3": "Ультрабол", + "item_4": "Мастербол", + "item_5": "Премьербол", + "item_6": "УЧ-Болл", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "Зелье", + "item_102": "Супер-зелье", + "item_103": "Гипер-зелье", + "item_104": "Макс-зелье", + "item_201": "Ревайв", + "item_202": "Макс-ревайв", + "item_301": "Лакки-яйцо", + "item_401": "Приманка", + "item_402": "Пряная приманка", + "item_403": "Прохладная приманка", + "item_404": "Цветочная приманка", + "item_405": "Таинственная коробка", + "item_406": "Ладан ежедневных приключений", + "item_407": "Сумка с монетами", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "Люр-модуль", + "item_502": "Ледяной люр", + "item_503": "Травяной люр", + "item_504": "Магнитный люр", + "item_505": "Дождевой люр", + "item_506": "Золотая приманка", + "item_602": "Атака X", + "item_603": "Защита X", + "item_604": "НЕ ОПРЕДЕЛЕНО", + "item_650": "Клетка Зайгарда", + "item_651": "Куб Зайгарда", + "item_701": "Малина", + "item_702": "Ежевика", + "item_703": "Банан", + "item_704": "Груша", + "item_705": "Ананас", + "item_706": "Золотая малина", + "item_707": "Золотой банан", + "item_708": "Серебряная ананас", + "item_709": "Поффин", + "item_801": "Камера", + "item_802": "Наклейки", + "item_803": "Альбом для открыток", + "item_901": "Инкубатор для яиц ∞", + "item_902": "Инкубатор для яиц", + "item_903": "Супер-инкубатор", + "item_1001": "Хранилище Покемонов", + "item_1002": "Рюкзак для предметов", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "Солнечный камень", + "item_1102": "Королевский камень", + "item_1103": "Металлопокрытие", + "item_1104": "Драконья чешуйка", + "item_1105": "Апгрейд", + "item_1106": "Синно-камень", + "item_1107": "Юнова-камень", + "item_1150": "Монета Гиммигула", + "item_1201": "Фаст ТМ", + "item_1202": "Чардж ТМ", + "item_1203": "Элитный фаст ТМ", + "item_1204": "Элитный чардж ТМ", + "item_1250": "Метеорит", + "item_1301": "Рарка", + "item_1302": "Рарка XL", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "Рейд-пропуск", + "item_1402": "Примиум рейд-пропуск", + "item_1403": "ЕХ рейд-пропуск", + "item_1404": "Старпис", + "item_1405": "Подарок", + "item_1406": "Командный медальон", + "item_1407": "Route Maker", + "item_1408": "Пропуск на удалённый рейд", + "item_1409": "S Raid Ticket", + "item_1501": "Загадочный компонент", + "item_1502": "Радар команды Р", + "item_1503": "Супер-радар команды Р", + "item_1504": "Теневой осколок", + "item_1505": "Очищенный самоцвет", + "item_1506": "Частица макс", + "item_1507": "Набор частиц макс", + "item_1600": "Билет", + "item_1601": "Билет", + "item_1602": "Event Ticket Gray", + "item_1603": "Билет", + "item_1604": "Дополнительный билет", + "item_1605": "Дополнительный билет", + "item_1606": "Пропуск: квест на время в Боевой Лиге GO", + "item_1607": "Билет", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Билет на сафари: Сеул", + "item_1611": "Билет на сафари: Барселона", + "item_1612": "Билет на сафари: Мехико", + "item_1613": "Билет на сафари: Тайнань", + "item_1614": "Ticket City Safari 04", + "item_1615": "Билет", + "item_1616": "Билет", + "item_1617": "Билет", + "item_1618": "Билет", + "item_1619": "Билет", + "item_1620": "Билет", + "item_1621": "Билет", + "item_1622": "Билет", + "item_1623": "Билет", + "item_1624": "Билет", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "Обычная форма", + "lure_502": "Ледяной люр", + "lure_503": "Травяной люр", + "lure_504": "Магнитный люр", + "lure_505": "Дождевой люр", + "lure_506": "Золотая приманка", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "Неизвестный", + "move_1": "Удар Грома", + "move_2": "Быстрая Атака", + "move_3": "Царапание", + "move_4": "Тлеющие Угли", + "move_5": "Плеть-лиана", + "move_6": "Бросок", + "move_7": "Бритволист", + "move_8": "Налёт", + "move_9": "Водомёт", + "move_10": "Укус", + "move_11": "Тяжёлый Удар", + "move_12": "Двойной Шлепок", + "move_13": "Обхват", + "move_14": "Гиперлуч", + "move_15": "Лизака", + "move_16": "Тёмный Пульс", + "move_17": "Дым", + "move_18": "Слизь", + "move_19": "Металлический Коготь", + "move_20": "В Клещи", + "move_21": "Огненное Колесо", + "move_22": "Мегарог", + "move_23": "Атака Крылом", + "move_24": "Огнемёт", + "move_25": "Подлый Удар", + "move_26": "Рытьё", + "move_27": "Подсечка", + "move_28": "Перерубание", + "move_29": "Ментальный Порез", + "move_30": "Психолуч", + "move_31": "Землетрясение", + "move_32": "Каменное Остриё", + "move_33": "Ледяной Кулак", + "move_34": "ПечатьСердце", + "move_35": "Разряд", + "move_36": "Быстрая Пушка", + "move_37": "Удар Клювом", + "move_38": "Сверлящий Клюв", + "move_39": "Ледяной Луч", + "move_40": "Метель", + "move_41": "Аэроудар", + "move_42": "Волна Жара", + "move_43": "Двойная Игла", + "move_44": "Ядовитый Укол", + "move_45": "Высший Пилотаж", + "move_46": "Быстрое Сверло", + "move_47": "Буря Лепестков", + "move_48": "Мега-осушение", + "move_49": "Жужжание Насекомых", + "move_50": "Ядовитый Зуб", + "move_51": "Ночной Удар", + "move_52": "Удар Сплеча", + "move_53": "Луч Пузырей", + "move_54": "Подчинение", + "move_55": "Удар Карате", + "move_56": "Низкий Захват", + "move_57": "Водная Струя", + "move_58": "Аквахвост", + "move_59": "Семя-бомба", + "move_60": "Психошок", + "move_61": "Бросок Камня", + "move_62": "Древняя Сила", + "move_63": "Скальная Гробница", + "move_64": "Сдвиг Скалы", + "move_65": "Самоцвет Силы", + "move_66": "Сумеречный Проныра", + "move_67": "Теневая форма Кулак", + "move_68": "Коготь Тьмы", + "move_69": "Зловещий Ветер", + "move_70": "Шар Тьмы", + "move_71": "Удар Пули", + "move_72": "Магнитная Бомба", + "move_73": "Стальное Крыло", + "move_74": "Стальная Голова", + "move_75": "Параболический Заряд", + "move_76": "Искра", + "move_77": "Громовой Кулак", + "move_78": "Гром", + "move_79": "Удар Молнии", + "move_80": "Смерч", + "move_81": "Дыхание Дракона", + "move_82": "Пульс Дракона", + "move_83": "Коготь Дракона", + "move_84": "Обезоруживающий Голос", + "move_85": "Поцелуй Вампира", + "move_86": "Ослепительный Проблеск", + "move_87": "Лунный Удар", + "move_88": "Жёсткая Игра", + "move_89": "Перекрёстный Яд", + "move_90": "Бомба со Слизью", + "move_91": "Грязевая Волна", + "move_92": "Смоляной Удар", + "move_93": "Шлепок Грязью", + "move_94": "Костяная Дубина", + "move_95": "Бульдозер", + "move_96": "Грязевая Бомба", + "move_97": "Лезвие Ярости", + "move_98": "Укус Жука", + "move_99": "Сигнальный Луч", + "move_100": "Икс-ножницы", + "move_101": "Огненный Заряд", + "move_102": "Огненный Взрыв", + "move_103": "Огненный Залп", + "move_104": "Солёная Вода", + "move_105": "Сила Воды", + "move_106": "Ошпаривание", + "move_107": "Гидронасос", + "move_108": "Психокинез", + "move_109": "Психоналёт", + "move_110": "Осколок Льда", + "move_111": "Ледяной Ветер", + "move_112": "Морозное Дыхание", + "move_113": "Поглощение", + "move_114": "Гига-осушение", + "move_115": "Огненный Кулак", + "move_116": "Солнечный Луч", + "move_117": "Лист-лезвие", + "move_118": "Кнут Силы", + "move_119": "Всплеск", + "move_120": "Кислота", + "move_121": "Воздушный Резак", + "move_122": "Ураган", + "move_123": "Кирпичный Пролом", + "move_124": "Порез", + "move_125": "Ловкость", + "move_126": "Атака Рогами", + "move_127": "Топот", + "move_128": "Удар Головой", + "move_129": "Гиперклык", + "move_130": "Таранный Удар", + "move_131": "Удар Телом", + "move_132": "Отдых", + "move_133": "Борьба", + "move_134": "Ошпаривание", + "move_135": "Гидронасос", + "move_136": "Обхват", + "move_137": "Обхват", + "move_200": "Лезвие Ярости", + "move_201": "Укус Жука", + "move_202": "Укус", + "move_203": "Подлый Удар", + "move_204": "Дыхание Дракона", + "move_205": "Удар Грома", + "move_206": "Искра", + "move_207": "Подсечка", + "move_208": "Удар Карате", + "move_209": "Тлеющие Угли", + "move_210": "Атака Крылом", + "move_211": "Удар Клювом", + "move_212": "Лизака", + "move_213": "Коготь Тьмы", + "move_214": "Плеть-лиана", + "move_215": "Бритволист", + "move_216": "Шлепок Грязью", + "move_217": "Осколок Льда", + "move_218": "Морозное Дыхание", + "move_219": "Быстрая Атака", + "move_220": "Царапание", + "move_221": "Бросок", + "move_222": "Тяжёлый Удар", + "move_223": "Порез", + "move_224": "Ядовитый Укол", + "move_225": "Кислота", + "move_226": "Ментальный Порез", + "move_227": "Бросок Камня", + "move_228": "Металлический Коготь", + "move_229": "Удар Пули", + "move_230": "Водомёт", + "move_231": "Всплеск", + "move_232": "Водомёт", + "move_233": "Плевок Грязью", + "move_234": "Удар Головой Дзен", + "move_235": "Замешательство", + "move_236": "Ядовитое Жало", + "move_237": "Пузырь", + "move_238": "Ложная Атака", + "move_239": "Стальное Крыло", + "move_240": "Огненный Клык", + "move_241": "Камнедробилка", + "move_242": "Превращение", + "move_243": "Встречный Удар", + "move_244": "Снежная Пудра", + "move_245": "Ближний Бой", + "move_246": "Динамический Удар", + "move_247": "Концентрированный Взрыв", + "move_248": "Луч Авроры", + "move_249": "Заряженный Луч", + "move_250": "Вольт Хлыст", + "move_251": "Дикий Разряд", + "move_252": "Грохот Пушек", + "move_253": "Драконий Хвост", + "move_254": "Лавина", + "move_255": "Аэроудар", + "move_256": "Храбрая Птица", + "move_257": "Небесная Атака", + "move_258": "Песчаная Могила", + "move_259": "Каменный Взрыв", + "move_260": "Инфестация", + "move_261": "Красная Аура", + "move_262": "Серебряный Ветер", + "move_263": "Изумление", + "move_264": "Сглаз", + "move_265": "Ночная Тень", + "move_266": "Стальной Хвост", + "move_267": "Гиро-шар", + "move_268": "Тяжёлый Хлопок", + "move_269": "Огненный Вихрь", + "move_270": "Перегрев", + "move_271": "Выстреливающие Семена", + "move_272": "Травяной Узел", + "move_273": "Энергетический Шар", + "move_274": "Экстрасенсорика", + "move_275": "Образ Будущего", + "move_276": "Зеркальный Щит", + "move_277": "Гнев", + "move_278": "Ворчание", + "move_279": "Хруст", + "move_280": "Нечестная Игра", + "move_281": "Скрытая Сила", + "move_282": "Налёт", + "move_283": "Водопад", + "move_284": "Сёрф", + "move_285": "Метеор Дракона", + "move_286": "Обречённое Желание", + "move_287": "Зевок", + "move_288": "Перегрузка Сознания", + "move_289": "Первоначальный Пульс", + "move_290": "Лезвие Пропасти", + "move_291": "Сюрприз", + "move_292": "Шар Стихии", + "move_293": "Шар Стихии", + "move_294": "Шар Стихии", + "move_295": "Шар Стихии", + "move_296": "Ярость Леса", + "move_297": "Разрыв", + "move_298": "Обжигающий Взрыв", + "move_299": "Гидропушка", + "move_300": "Последнее Средство", + "move_301": "Метеоритный Кулак", + "move_302": "Лобовой Таран", + "move_303": "Кислотные Брызги", + "move_304": "Сила Земли", + "move_305": "Молот Краба", + "move_306": "Выпад", + "move_307": "Разящий Коготь", + "move_308": "Чернильная Пушка", + "move_309": "Зеркальный Удар", + "move_310": "Суперсила", + "move_311": "Беспощадное Жало", + "move_312": "Лиственный Смерч", + "move_313": "Пиявка", + "move_314": "Иссушающий Удар", + "move_315": "Теневая Кость", + "move_316": "Мутная Вода", + "move_317": "Огненный Пинок", + "move_318": "Острая Раковина", + "move_319": "Усиливающийся Удар", + "move_320": "Шарм", + "move_321": "Гига-удар", + "move_322": "Фрустрация", + "move_323": "Возврат", + "move_324": "Синхрошум", + "move_325": "Наведение на Цель", + "move_326": "Клык Грома", + "move_327": "Ледяной Клык", + "move_328": "Роговое Сверло", + "move_329": "Разлом", + "move_330": "Священный Меч", + "move_331": "Летающий Пресс", + "move_332": "Ауросфера", + "move_333": "Расплата", + "move_334": "Камнелом", + "move_335": "Аэровзрыв", + "move_336": "Техновзрыв", + "move_337": "Техновзрыв", + "move_338": "Техновзрыв", + "move_339": "Техновзрыв", + "move_340": "Техновзрыв", + "move_341": "Полёт", + "move_342": "Победный Ход", + "move_343": "Вихрь Листьев", + "move_344": "Тройная Атака", + "move_345": "Шквал", + "move_346": "Превращение в Пепел", + "move_347": "Темная Бездна", + "move_348": "Танец с Перьями", + "move_349": "Горячий Танец", + "move_350": "Ветер Фей", + "move_351": "Древняя Песня", + "move_352": "Шар Стихии", + "move_353": "Психоклыки", + "move_354": "Гиперпространственная Ярость", + "move_355": "Гиперпространственная Дыра", + "move_356": "Двойной Пинок", + "move_357": "Волшебный Лист", + "move_358": "Священный Огонь", + "move_359": "Ледяная Пика", + "move_360": "Аэровзрыв+", + "move_361": "Аэровзрыв++", + "move_362": "Священный Огонь+", + "move_363": "Священный Огонь++", + "move_364": "Акробатика", + "move_365": "Генеральная Чистка", + "move_366": "Шар Тумана", + "move_367": "Резкий Поворот", + "move_368": "Перекат", + "move_369": "Сияние Семени", + "move_370": "Преграда", + "move_371": "Сумеречная Сила", + "move_372": "Метеоритный Луч", + "move_373": "Водяной Сюрикен", + "move_374": "Термоядерный Разряд", + "move_375": "Ядерная Вспышка", + "move_376": "Полтергейст", + "move_377": "Лошадиная Сила", + "move_378": "Замораживание", + "move_379": "Разбивающий Удар", + "move_380": "Громкий Взрыв", + "move_381": "Двойной Стальной Таран", + "move_382": "Мистический Огонь", + "move_383": "Ликвидация", + "move_384": "Взлёт Дракона", + "move_385": "Облиствление", + "move_386": "Магма-Буря", + "move_387": "Геомантия", + "move_388": "Пространственный Разрыв", + "move_389": "Крылья Забвения", + "move_390": "Безумие Природы", + "move_391": "Тройной Аксель", + "move_392": "Новый Путь", + "move_393": "Раскалённый Песок", + "move_394": "Рёв Времени", + "move_395": "Ледяная Буря", + "move_396": "Обжигающая Буря", + "move_397": "Громовая Буря", + "move_398": "Спиритические Оковы", + "move_399": "Вольт-Бросок", + "move_400": "Тёмное Лассо", + "move_401": "Психоволны", + "move_402": "Металлический Звук", + "move_403": "Песчаная Атака", + "move_404": "Солнечно-Стальной Удар", + "move_405": "Луч Лунного Духа", + "move_406": "Колесо Ауры", + "move_407": "Колесо Ауры", + "move_408": "Прыжок-Удар", + "move_409": "Вспышка Макс", + "move_410": "Бабочка Макс", + "move_411": "Молния Макс", + "move_412": "Удар Макс", + "move_413": "Кулак Макс", + "move_414": "Иллюзия Макс", + "move_415": "Град Макс", + "move_416": "Токсины Макс", + "move_417": "Гейзер Макс", + "move_418": "Вихрь Макс", + "move_419": "Волшебство Макс", + "move_420": "Дракон Макс", + "move_421": "Психокинез Макс", + "move_422": "Камнепад Макс", + "move_423": "Землетрясение Макс", + "move_424": "Темнота Макс", + "move_425": "Рост Макс", + "move_426": "Остриё Макс", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "Сильная Ладонь", + "move_463": "Искрящаяся Ария", + "poke_0": "Замена", + "poke_1": "Бульбазавр", + "poke_2": "Айвизавр", + "poke_3": "Венузавр", + "poke_3_e1": "Мега-Венузавр", + "poke_4": "Чармандер", + "poke_5": "Чармелеон", + "poke_6": "Чаризард", + "poke_6_e2": "Мега-Чаризард X", + "poke_6_e3": "Мега-Чаризард Y", + "poke_7": "Сквиртл", + "poke_8": "Вартортл", + "poke_9": "Бластойз", + "poke_9_e1": "Мега-Бластойз", + "poke_10": "Катерпи", + "poke_11": "Метапод", + "poke_12": "Баттерфри", + "poke_13": "Видл", + "poke_14": "Какуна", + "poke_15": "Бидрилл", + "poke_15_e1": "Мега-Бидрилл", + "poke_16": "Пиджи", + "poke_17": "Пиджeотто", + "poke_18": "Пиджеот", + "poke_18_e1": "Мега-Пиджеот", + "poke_19": "Раттата", + "poke_20": "Ратикейт", + "poke_21": "Спироу", + "poke_22": "Фироу", + "poke_23": "Эканс", + "poke_24": "Эрбок", + "poke_25": "Пикачу", + "poke_26": "Райчу", + "poke_27": "Сэндшрю", + "poke_28": "Сэндслэш", + "poke_29": "Нидоран♀", + "poke_30": "Нидорина", + "poke_31": "Нидоквин", + "poke_32": "Нидоран♂", + "poke_33": "Нидорино", + "poke_34": "Нидокинг", + "poke_35": "Клефэйри", + "poke_36": "Клефейбл", + "poke_37": "Вульпикс", + "poke_38": "Найнтэйлс", + "poke_39": "Джигглипафф", + "poke_40": "Вигглитафф", + "poke_41": "Зубат", + "poke_42": "Голбат", + "poke_43": "Оддиш", + "poke_44": "Глум", + "poke_45": "Вайлплюм", + "poke_46": "Парас", + "poke_47": "Парасект", + "poke_48": "Венонат", + "poke_49": "Веномот", + "poke_50": "Диглетт", + "poke_51": "Дагтрио", + "poke_52": "Мяут", + "poke_53": "Персиан", + "poke_54": "Псайдак", + "poke_55": "Голдак", + "poke_56": "Манки", + "poke_57": "Праймейп", + "poke_58": "Гроулит", + "poke_59": "Арканайн", + "poke_60": "Поливаг", + "poke_61": "Поливирл", + "poke_62": "Поливрат", + "poke_63": "Абра", + "poke_64": "Кадабра", + "poke_65": "Алаказам", + "poke_65_e1": "Мега-Алаказам", + "poke_66": "Мачоп", + "poke_67": "Мачоук", + "poke_68": "Мачамп", + "poke_69": "Беллспраут", + "poke_70": "Випинбелл", + "poke_71": "Виктрибел", + "poke_72": "Тентакул", + "poke_73": "Тентакруэль", + "poke_74": "Геодуд", + "poke_75": "Грейвлер", + "poke_76": "Голем", + "poke_77": "Понита", + "poke_78": "Рапидаш", + "poke_79": "Слоупок", + "poke_80": "Слоубро", + "poke_80_e1": "Мега-Слоубро", + "poke_81": "Магнемайт", + "poke_82": "Магнетон", + "poke_83": "Фарфетч'т", + "poke_84": "Додуо", + "poke_85": "Додрио", + "poke_86": "Сил", + "poke_87": "Дюгонг", + "poke_88": "Граймер", + "poke_89": "Мак", + "poke_90": "Шеллдер", + "poke_91": "Клойстер", + "poke_92": "Гастли", + "poke_93": "Хонтер", + "poke_94": "Генгар", + "poke_94_e1": "Мега-Генгар", + "poke_95": "Оникс", + "poke_96": "Дроузи", + "poke_97": "Гипно", + "poke_98": "Крабби", + "poke_99": "Кинглер", + "poke_100": "Вальторб", + "poke_101": "Электрод", + "poke_102": "Экзегкьют", + "poke_103": "Экзегкьютор", + "poke_104": "Кьюбон", + "poke_105": "Маровак", + "poke_106": "Хитмонли", + "poke_107": "Хитмончан", + "poke_108": "Ликитунг", + "poke_109": "Коффинг", + "poke_110": "Визинг", + "poke_111": "Райхорн", + "poke_112": "Райдон", + "poke_113": "Ченси", + "poke_114": "Тангела", + "poke_115": "Кангасхан", + "poke_115_e1": "Мега-Кангасхан", + "poke_116": "Хорси", + "poke_117": "Сидра", + "poke_118": "Голдин", + "poke_119": "Сикинг", + "poke_120": "Старью", + "poke_121": "Старми", + "poke_122": "Мистер Майм", + "poke_123": "Скайтер", + "poke_124": "Джинкс", + "poke_125": "Электабазз", + "poke_126": "Магмар", + "poke_127": "Пинсир", + "poke_127_e1": "Мега-Пинсир", + "poke_128": "Таурос", + "poke_129": "Мэджикарп", + "poke_130": "Гиардос", + "poke_130_e1": "Мега-Гиарадос", + "poke_131": "Лапрас", + "poke_132": "Дитто", + "poke_133": "Иви", + "poke_134": "Вапореон", + "poke_135": "Джолтеон", + "poke_136": "Флареон", + "poke_137": "Поригон", + "poke_138": "Оманайт", + "poke_139": "Омастар", + "poke_140": "Кабуто", + "poke_141": "Кабутопс", + "poke_142": "Аэродактиль", + "poke_142_e1": "Мега-Аэродактиль", + "poke_143": "Снорлакс", + "poke_144": "Артикуно", + "poke_145": "Запдос", + "poke_146": "Молтрес", + "poke_147": "Дратини", + "poke_148": "Драгонэйр", + "poke_149": "Драгонайт", + "poke_150": "Мьюту", + "poke_150_e2": "Мега-Мьюту X", + "poke_150_e3": "Мега-Мьюту Y", + "poke_151": "Мью", + "poke_152": "Чикорита", + "poke_153": "Бэйлиф", + "poke_154": "Меганиум", + "poke_155": "Синдаквил", + "poke_156": "Квилава", + "poke_157": "Тифложн", + "poke_158": "Тотодайл", + "poke_159": "Кроконав", + "poke_160": "Фералигатор", + "poke_161": "Сентрет", + "poke_162": "Фуррет", + "poke_163": "Хутхут", + "poke_164": "Ноктоул", + "poke_165": "Ледиба", + "poke_166": "Ледиан", + "poke_167": "Спинарак", + "poke_168": "Ариадос", + "poke_169": "Кробат", + "poke_170": "Чинчоу", + "poke_171": "Лантурн", + "poke_172": "Пичу", + "poke_173": "Клеффа", + "poke_174": "Игглибафф", + "poke_175": "Тогепи", + "poke_176": "Тогетик", + "poke_177": "Нату", + "poke_178": "Зату", + "poke_179": "Марип", + "poke_180": "Флааффи", + "poke_181": "Амфарос", + "poke_181_e1": "Мега-Амфарос", + "poke_182": "Беллосом", + "poke_183": "Марилл", + "poke_184": "Азумарилл", + "poke_185": "Судовуду", + "poke_186": "Политоед", + "poke_187": "Хоппип", + "poke_188": "Скиплум", + "poke_189": "Джамплафф", + "poke_190": "Эйпом", + "poke_191": "Санкерн", + "poke_192": "Санфлора", + "poke_193": "Янма", + "poke_194": "Вупер", + "poke_195": "Квагсайр", + "poke_196": "Эспеон", + "poke_197": "Амбреон", + "poke_198": "Муркроу", + "poke_199": "Слоукинг", + "poke_200": "Мисдривус", + "poke_201": "Аноун", + "poke_202": "Воббаффет", + "poke_203": "Жирафариг", + "poke_204": "Пинеко", + "poke_205": "Форретресc", + "poke_206": "Данспарс", + "poke_207": "Глигар", + "poke_208": "Стиликс", + "poke_208_e1": "Мега-Стиликс", + "poke_209": "Снаббулл", + "poke_210": "Гранбулл", + "poke_211": "Квилфиш", + "poke_212": "Сизор", + "poke_212_e1": "Мега-Сизор", + "poke_213": "Шакл", + "poke_214": "Геракросс", + "poke_214_e1": "Мега-Геракросс", + "poke_215": "Снизель", + "poke_216": "Теддиурса", + "poke_217": "Урсаринг", + "poke_218": "Слагма", + "poke_219": "Магкарго", + "poke_220": "Свинуб", + "poke_221": "Пилосвайн", + "poke_222": "Корсола", + "poke_223": "Реморэйд", + "poke_224": "Октиллери", + "poke_225": "Делибёрд", + "poke_226": "Мантайн", + "poke_227": "Скармори", + "poke_228": "Хандор", + "poke_229": "Хандум", + "poke_229_e1": "Мега-Хандум", + "poke_230": "Кингдра", + "poke_231": "Фанпи", + "poke_232": "Донфан", + "poke_233": "Поригон2", + "poke_234": "Стантлер", + "poke_235": "Смиргл", + "poke_236": "Тироуг", + "poke_237": "Хитмонтоп", + "poke_238": "Смучум", + "poke_239": "Элекид", + "poke_240": "Магби", + "poke_241": "Милтанк", + "poke_242": "Блисси", + "poke_243": "Райку", + "poke_244": "Энтей", + "poke_245": "Суйкун", + "poke_246": "Ларвитар", + "poke_247": "Пупитар", + "poke_248": "Тиранитар", + "poke_248_e1": "Мега-Тиранитар", + "poke_249": "Лугиа", + "poke_250": "Хо-Oх", + "poke_251": "Селеби", + "poke_252": "Трико", + "poke_253": "Гровайл", + "poke_254": "Септайл", + "poke_254_e1": "Мега-Септайл", + "poke_255": "Торчик", + "poke_256": "Комбаскен", + "poke_257": "Блейзикен", + "poke_257_e1": "Мега-Блейзикен", + "poke_258": "Мадкип", + "poke_259": "Марштомп", + "poke_260": "Свамперт", + "poke_260_e1": "Мега-Свамперт", + "poke_261": "Пучиена", + "poke_262": "Майтиена", + "poke_263": "Зигзагун", + "poke_264": "Линун", + "poke_265": "Вурмпл", + "poke_266": "Силкун", + "poke_267": "Бьютифлай", + "poke_268": "Каскун", + "poke_269": "Дастокс", + "poke_270": "Лотад", + "poke_271": "Ломбрэ", + "poke_272": "Лудиколо", + "poke_273": "Сидот", + "poke_274": "Назлиф", + "poke_275": "Шифтри", + "poke_276": "Тэйллоу", + "poke_277": "Свеллоу", + "poke_278": "Вингулл", + "poke_279": "Пелиппер", + "poke_280": "Ральтс", + "poke_281": "Кирлия", + "poke_282": "Гардевуар", + "poke_282_e1": "Мега-Гардевойр", + "poke_283": "Сурскит", + "poke_284": "Маскерейн", + "poke_285": "Шрумиш", + "poke_286": "Брелум", + "poke_287": "Слякот", + "poke_288": "Вигорот", + "poke_289": "Слакинг", + "poke_290": "Нинкада", + "poke_291": "Нинджаск", + "poke_292": "Шединья", + "poke_293": "Визмур", + "poke_294": "Лаудред", + "poke_295": "Эксплауд", + "poke_296": "Макухита", + "poke_297": "Харияма", + "poke_298": "Азурилл", + "poke_299": "Ноуспасс", + "poke_300": "Скитти", + "poke_301": "Деликэтти", + "poke_302": "Сабляй", + "poke_302_e1": "Мега-Сэйблай", + "poke_303": "Мавайл", + "poke_303_e1": "Мега-Мавайл", + "poke_304": "Арон", + "poke_305": "Лайрон", + "poke_306": "Аггрон", + "poke_306_e1": "Мега-Аггрон", + "poke_307": "Медитайт", + "poke_308": "Медичам", + "poke_308_e1": "Мега-Медичам", + "poke_309": "Электрайк", + "poke_310": "Манектрик", + "poke_310_e1": "Мега-Манектрик", + "poke_311": "Плюсл", + "poke_312": "Минун", + "poke_313": "Вольбит", + "poke_314": "Иллюмайз", + "poke_315": "Розелия", + "poke_316": "Гульпин", + "poke_317": "Свалот", + "poke_318": "Карванья", + "poke_319": "Шарпедо", + "poke_319_e1": "Мега-Шарпедо", + "poke_320": "Вейлмер", + "poke_321": "Вейлорд", + "poke_322": "Нумел", + "poke_323": "Камерупт", + "poke_323_e1": "Мега-Камерапт", + "poke_324": "Торкоал", + "poke_325": "Споинк", + "poke_326": "Грампиг", + "poke_327": "Спинда", + "poke_328": "Трапинч", + "poke_329": "Вибрава", + "poke_330": "Флайгон", + "poke_331": "Какния", + "poke_332": "Кактурн", + "poke_333": "Сваблю", + "poke_334": "Альтария", + "poke_334_e1": "Мега-Алтария", + "poke_335": "Зангус", + "poke_336": "Севайпер", + "poke_337": "Лунатон", + "poke_338": "Солрок", + "poke_339": "Барбоуч", + "poke_340": "Вискаш", + "poke_341": "Корфиш", + "poke_342": "Краудонт", + "poke_343": "Балтой", + "poke_344": "Клэйдол", + "poke_345": "Лилип", + "poke_346": "Крадили", + "poke_347": "Анорит", + "poke_348": "Армальдо", + "poke_349": "Фибас", + "poke_350": "Милотик", + "poke_351": "Кастформ", + "poke_352": "Кеклеон", + "poke_353": "Шаппет", + "poke_354": "Банетт", + "poke_354_e1": "Мега-Банетт", + "poke_355": "Даскалл", + "poke_356": "Дасклопс", + "poke_357": "Тропиус", + "poke_358": "Чимечо", + "poke_359": "Абсол", + "poke_359_e1": "Мега-Абсол", + "poke_360": "Вайнот", + "poke_361": "Снорант", + "poke_362": "Глейли", + "poke_362_e1": "Мега-Глейли", + "poke_363": "Сфил", + "poke_364": "Силео", + "poke_365": "Валрейн", + "poke_366": "Кламперл", + "poke_367": "Хантейл", + "poke_368": "Горбисс", + "poke_369": "Реликант", + "poke_370": "Лавдиск", + "poke_371": "Багон", + "poke_372": "Шелгон", + "poke_373": "Саламенс", + "poke_373_e1": "Мега-Саламенс", + "poke_374": "Белдум", + "poke_375": "Метанг", + "poke_376": "Метагросс", + "poke_376_e1": "Мега-Метагросс", + "poke_377": "Реджирок", + "poke_378": "Реджайс", + "poke_379": "Реджистил", + "poke_380": "Латиас", + "poke_380_e1": "Мега-Латиас", + "poke_381": "Латиос", + "poke_381_e1": "Мега-Латиос", + "poke_382": "Кайогр", + "poke_383": "Граудон", + "poke_384": "Райкваза", + "poke_384_e1": "Мега-Райкваза", + "poke_385": "Джирачи", + "poke_386": "Деоксис", + "poke_387": "Тортвиг", + "poke_388": "Гротл", + "poke_389": "Тортерра", + "poke_390": "Чимчар", + "poke_391": "Монферно", + "poke_392": "Инфернейп", + "poke_393": "Пиплап", + "poke_394": "Принплап", + "poke_395": "Эмполеон", + "poke_396": "Старли", + "poke_397": "Старавия", + "poke_398": "Стараптор", + "poke_399": "Бидуф", + "poke_400": "Бибарел", + "poke_401": "Крикетот", + "poke_402": "Крикетун", + "poke_403": "Шинкс", + "poke_404": "Лаксио", + "poke_405": "Лаксрей", + "poke_406": "Бадью", + "poke_407": "Розерейд", + "poke_408": "Кранидос", + "poke_409": "Рампардос", + "poke_410": "Шилдон", + "poke_411": "Бастиодон", + "poke_412": "Бурми", + "poke_413": "Вормадам", + "poke_414": "Мотим", + "poke_415": "Комби", + "poke_416": "Веспиквен", + "poke_417": "Пачирису", + "poke_418": "Буизель", + "poke_419": "Флоатзель", + "poke_420": "Черуби", + "poke_421": "Черрим", + "poke_422": "Шеллос", + "poke_423": "Гастродон", + "poke_424": "Амбипом", + "poke_425": "Дрифлун", + "poke_426": "Дрифблим", + "poke_427": "Банири", + "poke_428": "Лопанни", + "poke_428_e1": "Мега-Лопанни", + "poke_429": "Мисмагиус", + "poke_430": "Ханчкроу", + "poke_431": "Гламяу", + "poke_432": "Парагли", + "poke_433": "Чинглинг", + "poke_434": "Станки", + "poke_435": "Скантанк", + "poke_436": "Бронзор", + "poke_437": "Бронзонг", + "poke_438": "Бонслай", + "poke_439": "Майм-джуниор", + "poke_440": "Хаппини", + "poke_441": "Чатот", + "poke_442": "Спиритомб", + "poke_443": "Гибл", + "poke_444": "Габайт", + "poke_445": "Гарчомп", + "poke_445_e1": "Мега-Гарчомп", + "poke_446": "Манчлакс", + "poke_447": "Риолу", + "poke_448": "Лукарио", + "poke_448_e1": "Мега-Лукарио", + "poke_449": "Гиппопотас", + "poke_450": "Гипподон", + "poke_451": "Скорупи", + "poke_452": "Драпион", + "poke_453": "Кроганк", + "poke_454": "Токсикроук", + "poke_455": "Карнивайн", + "poke_456": "Финнеон", + "poke_457": "Люминеон", + "poke_458": "Мантайк", + "poke_459": "Сновер", + "poke_460": "Абомасноу", + "poke_460_e1": "Мега-Абомасноу", + "poke_461": "Вивайл", + "poke_462": "Магнезон", + "poke_463": "Ликилики", + "poke_464": "Райпериор", + "poke_465": "Тангроут", + "poke_466": "Электривайр", + "poke_467": "Магмортар", + "poke_468": "Тогекисс", + "poke_469": "Янмега", + "poke_470": "Лифеон", + "poke_471": "Глейсеон", + "poke_472": "Глискор", + "poke_473": "Мамосвайн", + "poke_474": "ПоригонZ", + "poke_475": "Галлейд", + "poke_475_e1": "Мега-Галлейд", + "poke_476": "Пробопасс", + "poke_477": "Даскнуар", + "poke_478": "Фросласс", + "poke_479": "Ротом", + "poke_480": "Юкси", + "poke_481": "Месприт", + "poke_482": "Азельф", + "poke_483": "Диалга", + "poke_484": "Палкия", + "poke_485": "Хитран", + "poke_486": "Реджигигас", + "poke_487": "Гиратина", + "poke_488": "Кресселия", + "poke_489": "Фиона", + "poke_490": "Манафи", + "poke_491": "Даркрай", + "poke_492": "Шеймин", + "poke_493": "Аркеус", + "poke_494": "Виктини", + "poke_495": "Снайви", + "poke_496": "Сервайн", + "poke_497": "Серпериор", + "poke_498": "Тепиг", + "poke_499": "Пигнайт", + "poke_500": "Эмбор", + "poke_501": "Ошавотт", + "poke_502": "Девотт", + "poke_503": "Самуротт", + "poke_504": "Патрат", + "poke_505": "Вочхог", + "poke_506": "Лиллипап", + "poke_507": "Хердиер", + "poke_508": "Стаутлэнд", + "poke_509": "Пуррлойн", + "poke_510": "Липард", + "poke_511": "Пансейдж", + "poke_512": "Симисейдж", + "poke_513": "Пансир", + "poke_514": "Симисир", + "poke_515": "Панпур", + "poke_516": "Симипур", + "poke_517": "Мунна", + "poke_518": "Мушарна", + "poke_519": "Пидав", + "poke_520": "Транквилл", + "poke_521": "Анфезант", + "poke_522": "Блитцл", + "poke_523": "Зебстрика", + "poke_524": "Роггенрола", + "poke_525": "Болдор", + "poke_526": "Гигалит", + "poke_527": "Вубат", + "poke_528": "Свубат", + "poke_529": "Дрильбур", + "poke_530": "Экскадрилл", + "poke_531": "Одино", + "poke_531_e1": "Мега-Одино", + "poke_532": "Тимбурр", + "poke_533": "Гурдурр", + "poke_534": "Конкльдурр", + "poke_535": "Тимпоул", + "poke_536": "Палпитоад", + "poke_537": "Сейсмитоад", + "poke_538": "Трох", + "poke_539": "Суок", + "poke_540": "Севаддл", + "poke_541": "Свадлун", + "poke_542": "Ливанни", + "poke_543": "Венипид", + "poke_544": "Вирлипид", + "poke_545": "Сколипид", + "poke_546": "Коттони", + "poke_547": "Вимсикотт", + "poke_548": "Петилил", + "poke_549": "Лиллигант", + "poke_550": "Баскулин", + "poke_551": "Сэндайл", + "poke_552": "Крокорок", + "poke_553": "Крукодайл", + "poke_554": "Дарумака", + "poke_555": "Дармантан", + "poke_556": "Марактус", + "poke_557": "Двеббл", + "poke_558": "Крастл", + "poke_559": "Скрэгги", + "poke_560": "Скрафти", + "poke_561": "Сигилиф", + "poke_562": "Ямаск", + "poke_563": "Кофагригус", + "poke_564": "Тиртуга", + "poke_565": "Карракоста", + "poke_566": "Аркен", + "poke_567": "Аркеопс", + "poke_568": "Траббиш", + "poke_569": "Гарбодор", + "poke_570": "Зоруа", + "poke_571": "Зороарк", + "poke_572": "Минччино", + "poke_573": "Чинччино", + "poke_574": "Готита", + "poke_575": "Готорита", + "poke_576": "Готителль", + "poke_577": "Солосис", + "poke_578": "Дуожн", + "poke_579": "Реюниклюс", + "poke_580": "Даклетт", + "poke_581": "Суанна", + "poke_582": "Ваниллайт", + "poke_583": "Ваниллиш", + "poke_584": "Ваниллюкс", + "poke_585": "Дирлинг", + "poke_586": "Сосбак", + "poke_587": "Эмолга", + "poke_588": "Каррабласт", + "poke_589": "Эскавальер", + "poke_590": "Фунгус", + "poke_591": "Амунгус", + "poke_592": "Фриллиш", + "poke_593": "Джеллисент", + "poke_594": "Аломомола", + "poke_595": "Джолтик", + "poke_596": "Галвантула", + "poke_597": "Ферросид", + "poke_598": "Ферроторн", + "poke_599": "Клинк", + "poke_600": "Кланг", + "poke_601": "Клинкланг", + "poke_602": "Тинамо", + "poke_603": "Электрик", + "poke_604": "Электросс", + "poke_605": "Элгием", + "poke_606": "Бехийем", + "poke_607": "Литвик", + "poke_608": "Лампент", + "poke_609": "Шанделюр", + "poke_610": "Аксью", + "poke_611": "Фрэксюр", + "poke_612": "Хаксорус", + "poke_613": "Кабчу", + "poke_614": "Бертик", + "poke_615": "Криогонал", + "poke_616": "Шелмет", + "poke_617": "Акселгор", + "poke_618": "Станфиск", + "poke_619": "Минфу", + "poke_620": "Миншао", + "poke_621": "Драддигон", + "poke_622": "Голетт", + "poke_623": "Голарк", + "poke_624": "Поуниард", + "poke_625": "Бишарп", + "poke_626": "Буффалант", + "poke_627": "Раффлет", + "poke_628": "Бревиари", + "poke_629": "Виллаби", + "poke_630": "Мандибазз", + "poke_631": "Хитмор", + "poke_632": "Дюрант", + "poke_633": "Дейно", + "poke_634": "Цвайлос", + "poke_635": "Хайдрагон", + "poke_636": "Ларвеста", + "poke_637": "Волкарона", + "poke_638": "Кобалион", + "poke_639": "Терракион", + "poke_640": "Виризион", + "poke_641": "Торнадус", + "poke_642": "Тандурус", + "poke_643": "Реширам", + "poke_644": "Зекром", + "poke_645": "Ландорус", + "poke_646": "Кьюрем", + "poke_647": "Кельдио", + "poke_648": "Мелоэтта", + "poke_649": "Генесект", + "poke_650": "Чеспин", + "poke_651": "Квилладин", + "poke_652": "Чеснот", + "poke_653": "Феннекин", + "poke_654": "Брейксен", + "poke_655": "Делфокс", + "poke_656": "Фроки", + "poke_657": "Фрогадир", + "poke_658": "Грениндзя", + "poke_659": "Баннелби", + "poke_660": "Диггерсби", + "poke_661": "Флетчлинг", + "poke_662": "Флетчлиндер", + "poke_663": "Талонфлейм", + "poke_664": "Скаттербаг", + "poke_665": "Спьюпа", + "poke_666": "Вивийон", + "poke_667": "Литлео", + "poke_668": "Пироар", + "poke_669": "Флабебе", + "poke_670": "Флоэтт", + "poke_671": "Флоржес", + "poke_672": "Скиддо", + "poke_673": "Гогоут", + "poke_674": "Панчам", + "poke_675": "Пангоро", + "poke_676": "Фурфу", + "poke_677": "Эспурр", + "poke_678": "Мяустик", + "poke_679": "Хонедж", + "poke_680": "Дублейд", + "poke_681": "Иджислаш", + "poke_682": "Спритци", + "poke_683": "Ароматисс", + "poke_684": "Свирликс", + "poke_685": "Слёрпафф", + "poke_686": "Инкей", + "poke_687": "Маламар", + "poke_688": "Байнакл", + "poke_689": "Барберакл", + "poke_690": "Скрелп", + "poke_691": "Драгалдж", + "poke_692": "Клаунчер", + "poke_693": "Кловитцер", + "poke_694": "Хелиоптайл", + "poke_695": "Хелиолиск", + "poke_696": "Тайрант", + "poke_697": "Тайрантрам", + "poke_698": "Амаура", + "poke_699": "Аврорус", + "poke_700": "Сильвеон", + "poke_701": "Хавлуча", + "poke_702": "Деденне", + "poke_703": "Карбинк", + "poke_704": "Гуми", + "poke_705": "Слиггу", + "poke_706": "Гудра", + "poke_707": "Клефки", + "poke_708": "Фантамп", + "poke_709": "Тревенант", + "poke_710": "Пампкабу", + "poke_711": "Гургайст", + "poke_712": "Бергмайт", + "poke_713": "Авалагг", + "poke_714": "Нойбат", + "poke_715": "Нойверн", + "poke_716": "Зирнис", + "poke_717": "Ивелтал", + "poke_718": "Зайгард", + "poke_719": "Дианси", + "poke_719_e1": "Мега-Дианси", + "poke_720": "Хуппа", + "poke_721": "Вулканион", + "poke_722": "Раулет", + "poke_723": "Дартрикс", + "poke_724": "Десиджуай", + "poke_725": "Литтен", + "poke_726": "Торракат", + "poke_727": "Инсинероар", + "poke_728": "Попплио", + "poke_729": "Бриан", + "poke_730": "Примарина", + "poke_731": "Пикипек", + "poke_732": "Трамбик", + "poke_733": "Туканнон", + "poke_734": "Янгус", + "poke_735": "Гамшус", + "poke_736": "Граббин", + "poke_737": "Чарьябаг", + "poke_738": "Викаволт", + "poke_739": "Крабролер", + "poke_740": "Крабаминабл", + "poke_741": "Орикорио", + "poke_742": "Кьютифлай", + "poke_743": "Рибомби", + "poke_744": "Рокрафф", + "poke_745": "Лайканрок", + "poke_746": "Вишиваши", + "poke_747": "Марини", + "poke_748": "Токсапекс", + "poke_749": "Мадбрей", + "poke_750": "Мадсдэйл", + "poke_751": "Дупайдер", + "poke_752": "Аракванид", + "poke_753": "Фомантис", + "poke_754": "Лурантис", + "poke_755": "Морилалл", + "poke_756": "Шинатик", + "poke_757": "Саландит", + "poke_758": "Салаззл", + "poke_759": "Стаффул", + "poke_760": "Бевеар", + "poke_761": "Баунсвит", + "poke_762": "Стини", + "poke_763": "Царина", + "poke_764": "Комфей", + "poke_765": "Орангуру", + "poke_766": "Пассимиан", + "poke_767": "Вимпод", + "poke_768": "Голисопод", + "poke_769": "Сэндигаст", + "poke_770": "Палоссэнд", + "poke_771": "Пьюкумуку", + "poke_772": "Тип: Ноль", + "poke_773": "Силвалли", + "poke_774": "Миниор", + "poke_775": "Комала", + "poke_776": "Тартонэйтор", + "poke_777": "Тогедемару", + "poke_778": "Мимикью", + "poke_779": "Браксиш", + "poke_780": "Дрампа", + "poke_781": "Делмайз", + "poke_782": "Джангмоо", + "poke_783": "Хакамоo", + "poke_784": "Коммоo", + "poke_785": "Тапу Коко", + "poke_786": "Тапу Леле", + "poke_787": "Тапу Булу", + "poke_788": "Тапу Фини", + "poke_789": "Космог", + "poke_790": "Космоем", + "poke_791": "Солгалео", + "poke_792": "Лунала", + "poke_793": "Нигилего", + "poke_794": "Баззвол", + "poke_795": "Феромоса", + "poke_796": "Заркитри", + "poke_797": "Селестила", + "poke_798": "Картана", + "poke_799": "Газзлорд", + "poke_800": "Некрозма", + "poke_801": "Магирна", + "poke_802": "Маршадоу", + "poke_803": "Пойпол", + "poke_804": "Наганадел", + "poke_805": "Стакатака", + "poke_806": "Бласефалон", + "poke_807": "Зераора", + "poke_808": "Мелтан", + "poke_809": "Мелметал", + "poke_810": "Груки", + "poke_811": "Тваки", + "poke_812": "Риллабум", + "poke_813": "Скорбанни", + "poke_814": "Рабут", + "poke_815": "Синдерэйс", + "poke_816": "Соббл", + "poke_817": "Дриззайл", + "poke_818": "Интелеон", + "poke_819": "Сквовет", + "poke_820": "Гридент", + "poke_821": "Рукиди", + "poke_822": "Корвисквайр", + "poke_823": "Корвинайт", + "poke_824": "Блипбаг", + "poke_825": "Доттлер", + "poke_826": "Орбитл", + "poke_827": "Никит", + "poke_828": "Тивул", + "poke_829": "Госсифлёр", + "poke_830": "Эльдегосс", + "poke_831": "Вулу", + "poke_832": "Дабвул", + "poke_833": "Чутл", + "poke_834": "Дрэдно", + "poke_835": "Ямпер", + "poke_836": "Болтанд", + "poke_837": "Роликоли", + "poke_838": "Каркол", + "poke_839": "Коалоссал", + "poke_840": "Апплин", + "poke_841": "Флаппл", + "poke_842": "Апплтун", + "poke_843": "Силикобра", + "poke_844": "Сандаконда", + "poke_845": "Краморант", + "poke_846": "Аррокуда", + "poke_847": "Барраскюда", + "poke_848": "Токсел", + "poke_849": "Токстрисити", + "poke_850": "Сиззлипед", + "poke_851": "Сентискорч", + "poke_852": "Клоббопус", + "poke_853": "Грапплокт", + "poke_854": "Синисти", + "poke_855": "Полтигейст", + "poke_856": "Хатенна", + "poke_857": "Хаттрем", + "poke_858": "Хаттерин", + "poke_859": "Импидимп", + "poke_860": "Моргрем", + "poke_861": "Гриммснарл", + "poke_862": "Обстагун", + "poke_863": "Перрсеркер", + "poke_864": "Курсола", + "poke_865": "Сирфетчд", + "poke_866": "Мистер Райм", + "poke_867": "Рунеригус", + "poke_868": "Милсери", + "poke_869": "Алкреми", + "poke_870": "Фалинкс", + "poke_871": "Пинкурчин", + "poke_872": "Сном", + "poke_873": "Фросмот", + "poke_874": "Стонджорнер", + "poke_875": "Айскью", + "poke_876": "Индиди", + "poke_877": "Морпеко", + "poke_878": "Куфант", + "poke_879": "Коппераджа", + "poke_880": "Дракозолт", + "poke_881": "Арктозолт", + "poke_882": "Драковиш", + "poke_883": "Арктовиш", + "poke_884": "Дюралюдон", + "poke_885": "Дрипи", + "poke_886": "Драклоак", + "poke_887": "Драгапульт", + "poke_888": "Зэйшиан", + "poke_889": "Земазента", + "poke_890": "Этернатус", + "poke_891": "Кабфу", + "poke_892": "Уршифу", + "poke_893": "Заруд", + "poke_894": "Реджилеки", + "poke_895": "Реджидраго", + "poke_896": "Гластрир", + "poke_897": "Спектрир", + "poke_898": "Калирекс", + "poke_899": "Вирдир", + "poke_900": "Кливор", + "poke_901": "Урсалуна", + "poke_902": "Баскулиджен", + "poke_903": "Снизлер", + "poke_904": "Оверквил", + "poke_905": "Энаморус", + "poke_906": "Спригатито", + "poke_907": "Флорагато", + "poke_908": "Мяускарада", + "poke_909": "Фуэкоко", + "poke_910": "Крокалор", + "poke_911": "Скеледирж", + "poke_912": "Куаксли", + "poke_913": "Куаксвелл", + "poke_914": "Куаквавал", + "poke_915": "Лечонк", + "poke_916": "Ойнколон", + "poke_917": "Тараунтула", + "poke_918": "Спайдопс", + "poke_919": "Нимбл", + "poke_920": "Локикс", + "poke_921": "Поми", + "poke_922": "Помо", + "poke_923": "Помот", + "poke_924": "Тандемаус", + "poke_925": "Маусхолд", + "poke_926": "Файдо", + "poke_927": "Даксбан", + "poke_928": "Смолив", + "poke_929": "Доллив", + "poke_930": "Арболива", + "poke_931": "Сквакабилли", + "poke_932": "Накли", + "poke_933": "Наклстак", + "poke_934": "Гарганакл", + "poke_935": "Чаркадет", + "poke_936": "Армаруж", + "poke_937": "Серуледж", + "poke_938": "Тадбалб", + "poke_939": "Беллиболт", + "poke_940": "Ваттрел", + "poke_941": "Киловаттрел", + "poke_942": "Масчифф", + "poke_943": "Мабосстифф", + "poke_944": "Шрудл", + "poke_945": "Графайай", + "poke_946": "Брамблин", + "poke_947": "Брамблгаст", + "poke_948": "Тодскул", + "poke_949": "Тодскрул", + "poke_950": "Клоф", + "poke_951": "Капсакид", + "poke_952": "Сковиллен", + "poke_953": "Реллор", + "poke_954": "Рабска", + "poke_955": "Флиттл", + "poke_956": "Эспатра", + "poke_957": "Тинкатинк", + "poke_958": "Тинкатафф", + "poke_959": "Тинкатон", + "poke_960": "Виглетт", + "poke_961": "Вагтрио", + "poke_962": "Бомбердир", + "poke_963": "Финизен", + "poke_964": "Палафин", + "poke_965": "Варум", + "poke_966": "Реваврум", + "poke_967": "Сайклизар", + "poke_968": "Ортворм", + "poke_969": "Глиммет", + "poke_970": "Глиммора", + "poke_971": "Гриверд", + "poke_972": "Хаундстоун", + "poke_973": "Фламиго", + "poke_974": "Сетоддл", + "poke_975": "Сетайтан", + "poke_976": "Велуза", + "poke_977": "Дондозо", + "poke_978": "Тацугири", + "poke_979": "Аннаялейп", + "poke_980": "Клодсайр", + "poke_981": "Фарижираф", + "poke_982": "Даданспарс", + "poke_983": "Кингамбит", + "poke_984": "Великий Бивень", + "poke_985": "Кричащий Хвост", + "poke_986": "Свирепый Гриб", + "poke_987": "Волнистая Грива", + "poke_988": "Ползущее Крыло", + "poke_989": "Магнитные Вихры", + "poke_990": "Железные Гусеницы", + "poke_991": "Железный Мешок", + "poke_992": "Железные Руки", + "poke_993": "Железные Головы", + "poke_994": "Железный Мотылёк", + "poke_995": "Железные Шипы", + "poke_996": "Фриджибакс", + "poke_997": "Арктибакс", + "poke_998": "Бакскалибур", + "poke_999": "Гиммигул", + "poke_1000": "Голденго", + "poke_1001": "Во-Чиен", + "poke_1002": "Чиен-Пао", + "poke_1003": "Тинг-Лу", + "poke_1004": "Чи-Ю", + "poke_1005": "Ревущий Месяц", + "poke_1006": "Железный Воин", + "poke_1007": "Корайдон", + "poke_1008": "Мирайдон", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "Нет", + "poke_type_1": "Обычный", + "poke_type_2": "Боевой", + "poke_type_3": "Летающий", + "poke_type_4": "Ядовитый", + "poke_type_5": "Земляной", + "poke_type_6": "Каменный", + "poke_type_7": "Жучий", + "poke_type_8": "Призрачный", + "poke_type_9": "Стальной", + "poke_type_10": "Огненный", + "poke_type_11": "Водный", + "poke_type_12": "Травяной", + "poke_type_13": "Электрический", + "poke_type_14": "Психический", + "poke_type_15": "Лёдяной", + "poke_type_16": "Драконий", + "poke_type_17": "Темный", + "poke_type_18": "Феечный", + "purified": "Очищенная форма", + "quest_0": "Неизвестный тип квеста", + "quest_1": "Стрик на поимку: {{amount}}", + "quest_2": "Стрик на прокрутку покестопов: {{amount}}", + "quest_3": "Многоэтапный квест", + "quest_4": "Поймать покемонов: {{amount}}", + "quest_5": "Прокрутить покемтопы: {{amount}}", + "quest_6": "Вылупить яйца: {{amount}}", + "quest_7": "Выиграть битвы в гиме: {{amount}}", + "quest_8": "Выиграть рейды: {{amount}}", + "quest_9": "Завершить квесты: {{amount}}", + "quest_10": "Отправить покемонов профессору: {{amount}}", + "quest_11": "Добавить покемонов в избранное: {{amount}}", + "quest_12": "Завершено", + "quest_13": "Покормить покемонов ягодами: {{amount}}", + "quest_14": "Улучшить покемона: {{amount}}", + "quest_15": "Эволюционировать покемонов: {{amount}}", + "quest_16": "Сделать бросков: {{amount}}", + "quest_17": "Заработать конфет с бадди-покемоном: {{amount}}", + "quest_18": "Заработать медалей: {{amount}}", + "quest_19": "Достичь уровня: {{amount}}", + "quest_20": "ПРинять участие в рейдах: {{amount}}", + "quest_21": "Завершить битв: {{amount}}", + "quest_22": "Добавить друзей: {{amount}}", + "quest_23": "Обменять покемонов: {{amount}}", + "quest_24": "Отправить подарков: {{amount}}", + "quest_25": "Эволюционировать покемона в определенный вид: {{amount}}", + "quest_27": "Завершить битвы: {{amount}}", + "quest_28": "Сделать снапшоты: {{amount}}", + "quest_29": "Победить Команду Р: {{amount}}", + "quest_30": "Очистить покемонов: {{amount}}", + "quest_31": "Найти Команду Р: {{amount}}", + "quest_32": "Стрик на Команду Р: {{amount}}", + "quest_33": "Покормить бадди-покемона: {{amount}}", + "quest_34": "Заработать с бадди-покемоном сердечки: {{amount}}", + "quest_35": "Поиграть с бадди: {{amount}}", + "quest_36": "Увеличить уровень с бадди-покемоном: {{amount}}", + "quest_37": "Заработать очки дружбы с бадди-покемоном: {{amount}}", + "quest_38": "Получить сувениры от бадди-покемона: {{amount}}", + "quest_39": "Использовать приманку: {{amount}}", + "quest_40": "Бадди покемон нашел сувениры: {{amount}}", + "quest_41": "Собрать награды: {{amount}}", + "quest_42": "Пройти {{amount}}км", + "quest_43": "Мега-эволюционировать покемонов: {{amount}}", + "quest_44": "Заработать пыли: {{amount}}", + "quest_45": "Мини-коллекции: {{amount}}", + "quest_46": "АР-задания", + "quest_50": "Пройти с бадди для эволюции: {{amount}}", + "quest_51": "Достигнуть ранг в GBL: {{amount}}", + "quest_53": "Использовать чардж-атаки: {{amount}}", + "quest_54": "Изменить форму покемона: {{amount}}", + "quest_55": "Победить ивентовых NPC: {{amount}}", + "quest_56": "Заработать очки улучшений фортов {{amount}}", + "quest_57": "Сделать снапшоты покемонов в дикой природе: {{amount}}", + "quest_58": "Использовать предметы на покемонов: {{amount}}", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "Пройди {{amount}} км со своим бадди-покемоном", + "quest_catch_type_dark_plural": "Поймай {{amount}} тёмных Покемонов", + "quest_catch_type_dragon_plural": "Поймай Покемонов типа Дракон ×{{amount}}", + "quest_catch_type_poison_plural": "Поймай {{amount}} ядовитых Покемонов", + "quest_catch_type_psychic_plural": "Поймай {{amount}} психических Покемонов", + "quest_condition_0": "Неустановленно", + "quest_condition_1": "Тип Покемона", + "quest_condition_1_formatted": "Типы: {{types}}", + "quest_condition_2": "Категории покемоны", + "quest_condition_2_formatted": "Покемоны: {{pokemon}}", + "quest_condition_3": "Погодный буст", + "quest_condition_4": "Ежедневный стрик за поимку", + "quest_condition_5": "Ежедневный стрик за прокрутку", + "quest_condition_6": "Выиграть рейд", + "quest_condition_7": "Уровень рейда", + "quest_condition_7_formatted": "Уровни рейда: {{levels}}", + "quest_condition_8": "Вид броска", + "quest_condition_8_formatted": "{{throw_type}} бросок", + "quest_condition_9": "Выиграть битву в гиме", + "quest_condition_10": "Супер-эффективная чардж атака", + "quest_condition_11": "Предмет", + "quest_condition_11_formatted": "Предмет: {{item}}", + "quest_condition_12": "Уникальный покестоп", + "quest_condition_13": "Контекст квеста", + "quest_condition_14": "подряд", + "quest_condition_14_formatted": "{{throw_type}} подряд", + "quest_condition_15": "Крученый", + "quest_condition_16": "Уровень медали", + "quest_condition_17": "Уровень игрока", + "quest_condition_18": "Выиграть битву", + "quest_condition_19": "Новый друг", + "quest_condition_20": "дней подряд", + "quest_condition_21": "Уникальный покемон", + "quest_condition_22": "Битва с NPC", + "quest_condition_23": "Битва в PVP", + "quest_condition_24": "Локация", + "quest_condition_25": "Растояние", + "quest_condition_26": "Форма покемона", + "quest_condition_26_formatted": "Формы покемонов: {{alignments}}", + "quest_condition_27": "Категория Команды Р", + "quest_condition_27_formatted": "Категории Команды Р: {{categories}}", + "quest_condition_28": "с бадди-покемоном", + "quest_condition_29": "Бадди-покемону хочет посмотреть на этот объект", + "quest_condition_30": "Ежедневный уровень дружбы с бадди", + "quest_condition_31": "Уровень покемона", + "quest_condition_32": "в один день", + "quest_condition_33": "командой с 6 уникальными покемонами", + "quest_condition_34": "Максимальное CP", + "quest_condition_35": "Лакки-покемон", + "quest_condition_36": "Легендарный покемон", + "quest_condition_37": "с мега-эволюционированным покемоном", + "quest_condition_37_formatted": "Мега-эволюции: {{evolutions}}", + "quest_condition_38": "Ранг GBL", + "quest_condition_39": "поймано подряд", + "quest_condition_40": "тип энкаунтера", + "quest_condition_41": "Выиграть боев в GBL", + "quest_condition_42": "POI с геотэгом", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "Тип предмета", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "в течение определенного времени", + "quest_condition_44_formatted": "в течение {{time}}с", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "Победи Покемонов типа Привидение ×{{amount}}", + "quest_fight_type_ghost_psychic_plural": "Победи Покемонов типа Психо или Привидение ×{{amount}}", + "quest_fight_type_psychic_plural": "Победи Покемонов типа Психо ×{{amount}}", + "quest_incense_singular": "Использовать 1 приманку", + "quest_land_excellent_plural": "Сделать отличные броски: {{amount}}", + "quest_reward_0": "Неустановленно", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Предмет", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Пыль", + "quest_reward_3_formatted": "{{amount}} пыли", + "quest_reward_4": "Конфеты", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} конфеты", + "quest_reward_5": "Одежда", + "quest_reward_6": "Квест", + "quest_reward_7": "Покемон", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "Покекоины", + "quest_reward_8_formatted": "{{amount}} покекоинов", + "quest_reward_9": "XL-конфеты", + "quest_reward_10": "Предел уровня", + "quest_reward_11": "Стикер", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "мега-энергия", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} мега-энергии", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_adventure_evolve_singular": "Неделя приключений – Эволюционируй 1 Оманайта или Кабуто", + "quest_title_adventure_hatch_egg_plural": "Неделя приключений – Выносить яйца: {{amount_0}}", + "quest_title_adventure_visit_pokestop_new_plural": "Неделя приключений – Покрути новые Покестопы: {{amount_0}}", + "quest_title_adventure_walk_buddy_plural": "Неделя приключений – Прогуливаясь со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", + "quest_title_adventure2019_catch_special33_plural": "Неделя приключений 2019 – Поймай {{amount_0}} Аронов", + "quest_title_adventure2019_evolve_singular": "Неделя приключений 2019 – Эволюционируй 1 Лилипа или Анорита", + "quest_title_adventure2019_hatch_egg_plural": "Неделя приключений 2019 – Выносить яйца: {{amount_0}}", + "quest_title_adventure2019_visit_pokestop_new_plural": "Неделя приключений 2019 – Покрути новые Покестопы: {{amount_0}}", + "quest_title_adventure2019_visit_pokestop_plural": "Неделя приключений 2019 – Покрути 25 Покестопов", + "quest_title_adventure2019_walk_buddy_plural": "Неделя приключений 2019 – Прогуливаясь со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", + "quest_title_at_catch_a": "Поймай {{amount_0}} Абр", + "quest_title_at_evolve_a": "Эволюционировать Покемона Абру: {{amount_0}}.", + "quest_title_at_evolve_k": "Эволюционировать Покемона Кадабру: {{amount_0}}.", + "quest_title_battle_gbl_halloween_plural": "Battle in the Halloween Cup {{amount_0}} times", + "quest_title_battle_gbl_halloween_win_plural": "Win {{amount_0}} Trainer Battles in the Halloween Cup", + "quest_title_battle_gbl_plural": "Сразись в Боевой Лиге GO x{{amount_0}}", + "quest_title_battle_gbl_singular": "Сразись в Боевой Лиге GO", + "quest_title_battle_gbl_win_plural": "Победи в {{amount_0}} тренерских битвах Боевой Лиги GO", + "quest_title_battle_gbl_win_singular": "Победи в тренерской битве Боевой Лиги GO", + "quest_title_battle_great_win_plural": "Победи в {{amount_0}} тренерских битвах Великой Лиги", + "quest_title_battle_great_win_singular": "Победи в тренерской битве Великой Лиги", + "quest_title_battle_gym_plural": "Сразись в Гиме x{{amount_0}}", + "quest_title_battle_gym_singular": "Сразись в Гиме", + "quest_title_battle_master_win_plural": "Победи в {{amount_0}} тренерских битвах Мастер-Лиги", + "quest_title_battle_master_win_singular": "Победи в тренерской битве Мастер-Лиги", + "quest_title_battle_raid_plural": "Сразись в {{amount_0}} рейдах", + "quest_title_battle_raid_singular": "Сразись в рейде", + "quest_title_battle_supereffective_charge_plural": "Используй суперэффективную заряженную атаку в Гим-битвах: {{amount_0}}", + "quest_title_battle_supereffective_charge_singular": "Используй суперэффективную заряженную атаку в Гим-битве", + "quest_title_battle_ultra_win_plural": "Победи в {{amount_0}} тренерских битвах Ультралиги", + "quest_title_battle_ultra_win_singular": "Победи в тренерской битве Ультралиги", + "quest_title_battle19_catch_fighting_easy": "Поймай {{amount_0}} Покемонов типа Сражения", + "quest_title_battle19_catch_medium_pkmn": "Поймай {{amount_0}} Макухит или Медитайтов", + "quest_title_battle19_land_excellent_inarow_veryhard_pkmn": "Сделай прекрасные броски: {{amount_0}} подряд", + "quest_title_battle19_raid_win_veryhard": "Победи в {{amount_0}} рейдах", + "quest_title_battle19_supereffective_charge_hard": "Используй суперэффективную заряженную атаку в Гим-битвах: {{amount_0}}", + "quest_title_beat_raid_10_minutes": "Победи в рейде меньше чем за 10 мин.", + "quest_title_beat_raid_60_seconds": "Победи в рейде меньше чем за 60 сек.", + "quest_title_beat_raid_singular_minutes": "Победи в рейде меньше чем за {{amount_0}} мин.", + "quest_title_beat_raid_singular_seconds": "Победи в рейде меньше чем за {{amount_0}} сек.", + "quest_title_begins19_catch_specific_plural": "День Покемонов – Поймай {{amount_0}} Пиджей или Раттат", + "quest_title_begins19_evolve_plural": "День Покемонов – Эволюционируй 1 Мяута", + "quest_title_beluga_evolve_pkmn": "Иди и лови! – Эволюционируй Аноритов: {{amount_0}}", + "quest_title_beluga_excellent_singular": "Иди и лови! – Сделай прекрасные броски: {{amount_0}}", + "quest_title_beluga_hatch_plural": "Иди и лови! – Выноси яйца: {{amount_0}}", + "quest_title_breakthrough_completed": "Полевой квест завершён!", + "quest_title_breakthrough_reward_mystery": "Таинственные предметы", + "quest_title_breakthrough_reward_stardust": "Звёздная Пыль", + "quest_title_buddy_souvenir_plural": "Получи сувениры от своего приятеля: {{amount_0}}", + "quest_title_buddy_souvenir_singular": "Получи сувенир от своего приятеля", + "quest_title_buddy_walk_km_plural": "Пройди {{amount_0}} км со своим Покемоном-приятелем", + "quest_title_catch_b_types_plural": "Поймай {{amount_0}} электрических, обычных или ядовитых Покемонов", + "quest_title_catch_basic_types_plural": "Поймай {{amount_0}} травяных, водных или огненных Покемонов", + "quest_title_catch_berry_any_drifloon": "Используй ягоды для поимки Дрифлуна: {{amount_0}}", + "quest_title_catch_berry_nanab_drifloon": "Используй Нанаб-Ягоды для поимки Дрифлуна: {{amount_0}}", + "quest_title_catch_berry_razz_drifloon": "Используй Разз-Ягоды для поимки Дрифлуна: {{amount_0}}", + "quest_title_catch_c_types_plural": "Поймай {{amount_0}} летающих, психических или драконьих Покемонов", + "quest_title_catch_celebi_types_plural": "Поймай {{amount_0}} травяных или психических Покемонов", + "quest_title_catch_dark_type_plural": "Поймай {{amount_0}} тёмных Покемонов", + "quest_title_catch_daysinarow": "Лови Покемонов {{amount_0}} дн. подряд", + "quest_title_catch_drifloon": "Поймай {{amount_0}} Дрифлунов", + "quest_title_catch_excellent_curve_drifloon": "Поймай {{amount_0}} Дрифлунов при помощи прекрасных кручёных бросков", + "quest_title_catch_excellent_with_berry_drifloon": "Примени ягоды и поймай {{amount_0}} Дрифлунов при помощи прекрасных бросков", + "quest_title_catch_feed_plural": "Используй ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_catch_feed_singular": "Используй 1 ягоду для поимки Покемона", + "quest_title_catch_in_day_plural": "Поймай {{amount_0}} Покемонов за день", + "quest_title_catch_jan21_hoenn1_plural": "Поймай {{amount_0}} Граудонов", + "quest_title_catch_jan21_hoenn2_plural": "Поймай {{amount_0}} Кайогров", + "quest_title_catch_legendary_inarow_plural": "Поймай Легендарного Покемона во время следующих {{amount_0}} встреч с Легендарными Покемонами", + "quest_title_catch_legendary_plural": "Поймай {{amount_0}} Легендарных Покемонов", + "quest_title_catch_legendary_singular": "Поймай Легендарного Покемона", + "quest_title_catch_lunatone_plural": "Поймай {{amount_0}} Лунатонов", + "quest_title_catch_luvdisc": "Поймай {{amount_0}} Лавдисков", + "quest_title_catch_misc_01_types_plural": "Поймай {{amount_0}} обычных, водных или ледяных Покемонов", + "quest_title_catch_plural_unique": "Поймай {{amount_0}} разныx особей Покемонов", + "quest_title_catch_pokemon_plural": "Поймай {{amount_0}} Покемонов", + "quest_title_catch_pokemon_singular": "Поймай Покемона", + "quest_title_catch_pokemon_task": "Поймай Покемонов", + "quest_title_catch_psychic_steel": "Поймай {{amount_0}} психических или стальных Покемонов", + "quest_title_catch_raid_regi_any": "Поймай 1 Реджирока, Реджайса или Реджистила в рейде", + "quest_title_catch_raid_regi_ice": "Поймай 1 Реджайса в рейде", + "quest_title_catch_raid_regi_rock": "Поймай 1 Реджирока в рейде", + "quest_title_catch_raid_regi_steel": "Поймай 1 Реджистила в рейде", + "quest_title_catch_solrock_plural": "Поймай {{amount_0}} Солроков", + "quest_title_catch_special_aerodactyl": "Поймай 1 Аэродактиля", + "quest_title_catch_special_bidoof": "Поймай {{amount_0}} Бидуфов", + "quest_title_catch_special_chespin": "Поймай Чеспина", + "quest_title_catch_special_cubone": "Поймай 1 Кьюбона", + "quest_title_catch_special_exeggcute": "Поймай {{amount_0}} Эксегкьютов", + "quest_title_catch_special_fennekin": "Поймай Феннекина", + "quest_title_catch_special_fletchling": "Поймай Флетчлинга", + "quest_title_catch_special_froakie": "Поймай Фроки", + "quest_title_catch_special_furfrou": "Поймай 1 Фурфу", + "quest_title_catch_special_jirachi": "Поймай Джирачи!", + "quest_title_catch_special_lieep_anorithl": "Поймай Лилипов или Аноритов: {{amount_0}}", + "quest_title_catch_special_litleo": "Поймай Литлео", + "quest_title_catch_special_mew": "Поймай Мью!", + "quest_title_catch_special_natu": "Поймай Дратини: {{amount_0}}", + "quest_title_catch_special_omanyte_kabuto": "Поймай {{amount_0}} Оманайтов или Кабуто", + "quest_title_catch_special_pumpkaboo": "Поймай Пампкабу: {{amount_0}} ", + "quest_title_catch_special_slugma_gulpin": "Поймай Слагм или Гальпинов: {{amount_0}}", + "quest_title_catch_special_voltorb": "Поймай {{amount_0}} Волторбов", + "quest_title_catch_special0_plural": "Поймай Дитто: {{amount_0}}", + "quest_title_catch_special0_plural_unique": "Tokyo eSports 2020: Поймай {{amount_0}} Покемонов в списке события", + "quest_title_catch_special0_singular": "Поймай 1 Дитто", + "quest_title_catch_special1_plural": "Поймай Оддишей или Беллспраутов: {{amount_0}}", + "quest_title_catch_special1_singular": "Поймай 1 Оддиша или Беллспраута", + "quest_title_catch_special2_plural": "Поймай Сваблу: {{amount_0}}", + "quest_title_catch_special2_singular": "Поймай 1 Сваблу", + "quest_title_catch_special3_plural": "Поймай Пиджи или Муркроу: {{amount_0}}", + "quest_title_catch_special3_singular": "Поймай 1 Пиджи или Муркроу", + "quest_title_catch_special4_plural": "Поймай Трико или Мадкипов: {{amount_0}}", + "quest_title_catch_special4_singular": "Поймай 1 Трико или Мадкипа", + "quest_title_catch_special5_plural": "Поймай Мяутов или Скитти: {{amount_0}}", + "quest_title_catch_special5_singular": "Поймай 1 Мяута или Скитти", + "quest_title_catch_special6_plural": "Поймай Марипов: {{amount_0}}", + "quest_title_catch_special7_plural": "Поймай Чармандеров: {{amount_0}}", + "quest_title_catch_special8_plural": "Поймай Ларвитаров: {{amount_0}}", + "quest_title_catch_special9_plural": "Поймать Аноунов: {{amount_0}}", + "quest_title_catch_special10_plural": "Поймать Пласлов: {{amount_0}}", + "quest_title_catch_special11_plural": "Поймай Майнунов: {{amount_0}}", + "quest_title_catch_special12_plural": "Поймай Сквиртлов: {{amount_0}}", + "quest_title_catch_special13_plural": "Поймай Розелий: {{amount_0}}", + "quest_title_catch_special14_singular": "Поймай Мяута или Гроулита", + "quest_title_catch_special15_singular": "Поймай Снуббеля или Пучиену", + "quest_title_catch_special16_singular": "Поймай Снуббеля или Пучиену", + "quest_title_catch_special17_plural": "Поймай Иви: {{amount_0}}", + "quest_title_catch_special18_plural": "Поймай Белдамов: {{amount_0}}", + "quest_title_catch_special19_plural": "Поймай Слакотов: {{amount_0}}", + "quest_title_catch_special20_plural": "Поймай Ральтсов: {{amount_0}}", + "quest_title_catch_special21_singular": "Поймай 1 Раттату или Пикачу", + "quest_title_catch_special22_plural": "Поймай Чикорит: {{amount_0}}", + "quest_title_catch_special23_plural": "Поймай Синдаквилов: {{amount_0}}", + "quest_title_catch_special24_plural": "Поймай Тотодайлов: {{amount_0}}", + "quest_title_catch_special25_plural": "Поймай Свинубов: {{amount_0}}", + "quest_title_catch_special26_plural": "Поймай Трико: {{amount_0}}", + "quest_title_catch_special27_plural": "Поймай Багонов: {{amount_0}}", + "quest_title_catch_special28_plural": "Поймай Торчиков: {{amount_0}}", + "quest_title_catch_special29_plural": "Поймай Мадкипов: {{amount_0}}", + "quest_title_catch_special31_plural": "Поймай Тортвигов: {{amount_0}}", + "quest_title_catch_special33_plural": "Поймай Трапинчей: {{amount_0}}", + "quest_title_catch_special34_plural": "Поймай Чимчаров: {{amount_0}}", + "quest_title_catch_special35_plural": "Поймай Пиплапов: {{amount_0}}", + "quest_title_catch_special36_plural": "Поймай Райхорнов: {{amount_0}}", + "quest_title_catch_special37_plural": "Поймай Мачопов: {{amount_0}}", + "quest_title_catch_special38_plural": "Поймай Вульпиксов: {{amount_0}}", + "quest_title_catch_special39_plural": "Поймай Дратини: {{amount_0}}", + "quest_title_catch_special40_plural": "Поймай Абр: {{amount_0}}", + "quest_title_catch_special41_plural": "Поймай Сфилов: {{amount_0}}", + "quest_title_catch_special42_plural": "Поймай Видлов: {{amount_0}}", + "quest_title_catch_special43_plural": "Поймай Старли: {{amount_0}}", + "quest_title_catch_special44_plural": "Поймай Сидотов: {{amount_0}}", + "quest_title_catch_special45_plural": "Поймай Граймеров: {{amount_0}}", + "quest_title_catch_special46_plural": "Поймай Поригонов: {{amount_0}}", + "quest_title_catch_trubbish_plural": "Поймай Траббишей: {{amount_0}}", + "quest_title_catch_type_bug_plural": "Поймай Покемонов жучьего типа: {{amount_0}}", + "quest_title_catch_type_bug_plural_unique": "Поймай разныx особей Покемонов жучьего типа: {{amount_0}}", + "quest_title_catch_type_bug_singular": "Поймай 1 Покемона жучьего типа", + "quest_title_catch_type_dark_plural": "Поймай Покемонов темного типа: {{amount_0}}", + "quest_title_catch_type_dark_plural_unique": "Поймай разныx особей Покемонов темного типа: {{amount_0}}", + "quest_title_catch_type_dark_singular": "Поймай 1 Покемона темного типа", + "quest_title_catch_type_dragon_plural": "Поймай Покемонов драконьего типа: {{amount_0}}", + "quest_title_catch_type_dragon_singular": "Поймай 1 драконьего Покемона", + "quest_title_catch_type_electric_plural": "Поймай Покемонов электрического типа: {{amount_0}}", + "quest_title_catch_type_electric_plural_unique": "Поймай разныx особей Покемонов электрического типа: {{amount_0}}", + "quest_title_catch_type_electric_singular": "Поймай 1 Покемона электрического типа", + "quest_title_catch_type_fairy_plural": "Поймай Покемонов феечного типа: {{amount_0}}", + "quest_title_catch_type_fairy_plural_unique": "Поймай {{amount_0}} разныx особей Покемонов типа Феи", + "quest_title_catch_type_fairy_singular": "Поймай 1 Покемона типа Феи", + "quest_title_catch_type_fighting_plural": "Поймай Покемонов боевого типа: {{amount_0}}", + "quest_title_catch_type_fighting_singular": "Поймай 1 Покемона типа Сражения", + "quest_title_catch_type_fire_plural": "Поймай Покемонов огненного типа: {{amount_0}}", + "quest_title_catch_type_fire_singular": "Поймай 1 огненного Покемона", + "quest_title_catch_type_flying_plural": "Поймай Покемонов летающего типа: {{amount_0}}", + "quest_title_catch_type_flying_plural_unique": "Поймай {{amount_0}} разныx особей летающих Покемонов", + "quest_title_catch_type_flying_singular": "Поймай 1 летающего Покемона", + "quest_title_catch_type_ghost_plural": "Поймай Покемонов призрачного типа: {{amount_0}}", + "quest_title_catch_type_ghost_plural_unique": "Поймай {{amount_0}} разныx особей Покемонов типа Привидения", + "quest_title_catch_type_ghost_singular": "Поймай 1 Покемона типа Привидения", + "quest_title_catch_type_grass_bug_plural": "Поймай Покемонов травяного или жучьего типа: {{amount_0}}", + "quest_title_catch_type_grass_plural": "Поймай Покемонов травяного типа: {{amount_0}}", + "quest_title_catch_type_grass_plural_unique": "Поймай {{amount_0}} разныx особей травяных Покемонов", + "quest_title_catch_type_grass_singular": "Поймай 1 травяного Покемона: {{amount_0}}", + "quest_title_catch_type_ground_plural": "Поймай Покемонов земляного типа: {{amount_0}}", + "quest_title_catch_type_ground_plural_unique": "Поймай {{amount_0}} разныx особей земляных Покемонов", + "quest_title_catch_type_ground_singular": "Поймай 1 земляного Покемона", + "quest_title_catch_type_ice_grass_plural_unique": "Поймай Покемонов травяного или ледяного типа: {{amount_0}}", + "quest_title_catch_type_ice_plural": "Поймай Покемонов ледяного типа: {{amount_0}}", + "quest_title_catch_type_ice_plural_unique": "Поймай {{amount_0}} разныx особей ледяных Покемонов", + "quest_title_catch_type_ice_singular": "Поймай 1 ледяного Покемона", + "quest_title_catch_type_normal_plural": "Поймай Покемонов обычного типа: {{amount_0}}", + "quest_title_catch_type_normal_plural_unique": "Поймай {{amount_0}} разныx особей обычных Покемонов", + "quest_title_catch_type_normal_singular": "Поймай 1 обычного Покемона", + "quest_title_catch_type_poison_plural": "Поймай Покемонов ядовитого типа: {{amount_0}}", + "quest_title_catch_type_poison_singular": "Поймай 1 ядовитого Покемона", + "quest_title_catch_type_psychic_plural": "Поймай Покемонов психического типа: {{amount_0}}", + "quest_title_catch_type_psychic_plural_unique": "Поймай {{amount_0}} разныx особей психических Покемонов", + "quest_title_catch_type_psychic_singular": "Поймай 1 психического Покемона", + "quest_title_catch_type_rock_plural": "Поймай Покемонов каменного типа: {{amount_0}}", + "quest_title_catch_type_rock_singular": "Поймай 1 каменного Покемона", + "quest_title_catch_type_steel_plural": "Поймай Покемонов стального типа: {{amount_0}}", + "quest_title_catch_type_steel_plural_unique": "Поймай {{amount_0}} разныx особей стальных Покемонов", + "quest_title_catch_type_steel_singular": "Поймай 1 стального Покемона", + "quest_title_catch_type_water_electric_fire_plural_unique": "Поймай Покемонов огненного, водного или электрического типа: {{amount_0}}", + "quest_title_catch_type_water_plural": "Поймай Покемонов водного типа: {{amount_0}}", + "quest_title_catch_type_water_plural_unique": "Поймай {{amount_0}} разныx особей водных Покемонов", + "quest_title_catch_type_water_singular": "Поймай 1 водного Покемона", + "quest_title_catch_types_rainy_plural": "Поймай Покемонов водного, электрического или жучьего типа: {{amount_0}}", + "quest_title_catch_types_rainy_singular": "Поймай 1 водного, электрического или насекомого Покемона", + "quest_title_catch_types_snowy_plural": "Поймай Покемонов ледяного или стального типа: {{amount_0}}", + "quest_title_catch_types_snowy_singular": "Поймай 1 ледяного или стального Покемона", + "quest_title_catch_types_sunny_plural": "Поймай Покемонов травяного, огненного или земляного типа: {{amount_0}}", + "quest_title_catch_types_sunny_singular": "Поймай 1 травяного, огненного или земляного Покемона", + "quest_title_catch_types_windy_plural": "Поймай Покемонов летающего, психического или драконьего типа: {{amount_0}}", + "quest_title_catch_types_windy_singular": "Поймай 1 летающего, психического или драконьего Покемона", + "quest_title_catch_vote0_plural": "Голосуй за День сообщества с Мачопом! Поймай {{amount_0}} Покемонов", + "quest_title_catch_vote1_plural": "Голосуй за День сообщества с Райхорном! Поймай {{amount_0}} Покемонов", + "quest_title_catch_vote2_plural": "Голосуй за День сообщества с Валпиксом! Поймай {{amount_0}} Покемонов", + "quest_title_catch_vote3_plural": "Голосуй за День сообщества с Дратини! Поймай {{amount_0}} Покемонов", + "quest_title_catch_weather_boost_plural": "Поймай Покемонов с погодным усилением: {{amount_0}}", + "quest_title_catch_weather_boost_singular": "Поймай 1 Покемона с погодным усилением", + "quest_title_catch_whismur": "Поймай Визмуров: {{amount_0}}", + "quest_title_challenge_2019_battle_leader": "Сразись с лидером команды ×{{amount_0}}", + "quest_title_challenge_2019_battle_trainer": "Сразись с другим Тренером", + "quest_title_challenge_2019_battle_trainer_plural": "Сразись с другим Тренером ×{{amount_0}}", + "quest_title_challenge_2019_battle_trainer_win": "Победи другого Тренера ×{{amount_0}}", + "quest_title_challenge_2019_snapshot_eevee": "Сделай {{amount_0}} фото Иви", + "quest_title_challenge_2019_snapshot_loudred": "Сделай фото Лаудреда", + "quest_title_challenge_2019_snapshot_pkmn": "Сделай {{amount_0}} фото Джирачи", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "Сделай {{amount_0}} фото Покемонов типа Фея", + "quest_title_challenge_2019_snapshot_pkmn_flying": "Сделай фото Покемонов типа Летающий ×{{amount_0}}", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "Сделай {{amount_0}} фото Покемонов типа Привидение", + "quest_title_challenge_2019_snapshot_pkmn_grass": "Сделай {{amount_0}} фото Покемонов типа Трава", + "quest_title_challenge_2019_snapshot_pkmn_ground": "Сделай {{amount_0}} фото Покемонов типа Земля", + "quest_title_challenge_2019_snapshot_pkmn_ice": "Сделай {{amount_0}} фото Покемонов типа Лёд", + "quest_title_challenge_2019_snapshot_pkmn_normal": "Сделай фото Покемонов типа Обычный ×{{amount_0}}", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "Сделай {{amount_0}} фото Покемонов типа Психо", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Сделай фото Покемонов типа Психо или Сталь ×{{amount_0}}", + "quest_title_challenge_2019_snapshot_pkmn_rock": "Сделай {{amount_0}} фото Покемонов типа Камень", + "quest_title_challenge_2019_snapshot_pkmn_steel": "Сделай {{amount_0}} фото Покемонов типа Сталь", + "quest_title_challenge_2019_snapshot_pkmn_water": "Сделай {{amount_0}} фото Покемонов типа Вода", + "quest_title_challenge_2019_trade_distance": "Обменяй своих Покемонов на 3 Покемонов в как минимум 100 км отсюда.", + "quest_title_challenge_available": "Доступен новый квест!", + "quest_title_challenge_battle_gbl_win_all": "Победи в Боевой Лиге GO", + "quest_title_challenge_battle_trainer_great": "Сразись с другим Тренером в Великой Лиге", + "quest_title_challenge_buddy_affection_plural": "Заработай сердечки с приятелем: {{amount_0}}", + "quest_title_challenge_buddy_affection_single": "Заработай сердечко с твоим приятелем", + "quest_title_challenge_buddy_battle_plural": "Сразись вместе с приятелем, пока он путешествует с тобой ×{{amount_0}}", + "quest_title_challenge_buddy_battle_single": "Сразись вместе со своим другом, пока он путешествует с тобой", + "quest_title_challenge_buddy_emotion_plural": "Порадуй своего приятеля ×{{amount_0}}", + "quest_title_challenge_buddy_emotion_single": "Порадуй своего приятеля", + "quest_title_challenge_buddy_level_best_plural": "Стань лучшим приятелем Покемонов ×{{amount_0}}", + "quest_title_challenge_buddy_level_best_single": "Стань лучшим приятелем Покемона", + "quest_title_challenge_buddy_level_good_plural": "Стань хорошим приятелем Покемонов ×{{amount_0}}", + "quest_title_challenge_buddy_level_good_single": "Стань хорошим приятелем Покемона", + "quest_title_challenge_buddy_level_great_plural": "Стань отличным приятелем Покемонов ×{{amount_0}}", + "quest_title_challenge_buddy_level_great_single": "Стань отличным приятелем Покемона", + "quest_title_challenge_buddy_level_plural": "Повысь уровень приятеля Покемонов ×{{amount_0}}", + "quest_title_challenge_buddy_level_single": "Повысь уровень приятеля Покемона", + "quest_title_challenge_buddy_level_ultra_plural": "Стань ультраприятелем Покемонов ×{{amount_0}}", + "quest_title_challenge_buddy_level_ultra_single": "Стань ультраприятелем Покемона", + "quest_title_challenge_buddy_play_plural": "Поиграй со своим приятелем ×{{amount_0}}", + "quest_title_challenge_buddy_play_single": "Поиграй со своим приятелем", + "quest_title_challenge_buddy_poi_plural": "Посети интересные места, которые показал тебе приятель ×{{amount_0}}", + "quest_title_challenge_buddy_poi_single": "Посети интересное место, которое показал тебе приятель", + "quest_title_challenge_buddy_snapshot_plural": "Сделай {{amount_0}} фото своего приятеля", + "quest_title_challenge_buddy_snapshot_single": "Сделай фото своего приятеля", + "quest_title_challenge_buddy_treat_plural": "Дай приятелю угощения: {{amount_0}}", + "quest_title_challenge_buddy_treat_single": "Дай приятелю угощение", + "quest_title_challenge_catch_legendary": "Поймай Легендарного Покемона в рейде или во время прорыва в полевом квесте", + "quest_title_challenge_catch_unique_any": "Поймай Покемонов {{amount_0}} разных видов", + "quest_title_challenge_snapshot_bidoof": "Сделай фото Бидуфа", + "quest_title_challenge_snapshot_dratini_singular": "Сделай фото Дратини", + "quest_title_challenge_snapshot_eevee": "Сделай фото Иви", + "quest_title_challenge_snapshot_pkmn_bug": "Сделай {{amount_0}} фото Покемонов типа Насекомое", + "quest_title_challenge_snapshot_pkmn_bug_single": "Сделай фото Покемона типа Насекомое", + "quest_title_challenge_snapshot_pkmn_dark": "Сделай {{amount_0}} фото Покемонов типа Тёмный", + "quest_title_challenge_snapshot_pkmn_dark_single": "Сделай фото Покемона типа Тёмный", + "quest_title_challenge_snapshot_pkmn_dragon": "Сделай {{amount_0}} фото Покемонов типа Дракон", + "quest_title_challenge_snapshot_pkmn_dragon_single": "Сделай фото Покемона типа Дракон", + "quest_title_challenge_snapshot_pkmn_electric": "Сделай {{amount_0}} фото Покемонов типа Электро", + "quest_title_challenge_snapshot_pkmn_electric_single": "Сделай фото Покемона типа Электро", + "quest_title_challenge_snapshot_pkmn_fairy_single": "Сделай фото Покемона типа Фея", + "quest_title_challenge_snapshot_pkmn_fighting": "Сделай {{amount_0}} фото Покемонов типа Боевой", + "quest_title_challenge_snapshot_pkmn_fighting_single": "Сделай фото Покемона типа Боевой", + "quest_title_challenge_snapshot_pkmn_fire": "Сделай {{amount_0}} фото Покемонов типа Огонь", + "quest_title_challenge_snapshot_pkmn_fire_single": "Сделай фото Покемона типа Огонь", + "quest_title_challenge_snapshot_pkmn_flying_single": "Сделай фото Покемона типа Летающий", + "quest_title_challenge_snapshot_pkmn_ghost_single": "Сделай фото Покемона типа Привидение", + "quest_title_challenge_snapshot_pkmn_grass_single": "Сделай фото Покемона типа Трава", + "quest_title_challenge_snapshot_pkmn_ground_single": "Сделай фото Покемона типа Земля", + "quest_title_challenge_snapshot_pkmn_ice_single": "Сделай фото Покемона типа Лёд", + "quest_title_challenge_snapshot_pkmn_normal_single": "Сделай фото Покемона типа Обычный", + "quest_title_challenge_snapshot_pkmn_poison": "Сделай {{amount_0}} фото Покемонов типа Яд", + "quest_title_challenge_snapshot_pkmn_poison_single": "Сделай фото Покемона типа Яд", + "quest_title_challenge_snapshot_pkmn_psychic_single": "Сделай фото Покемона типа Психо", + "quest_title_challenge_snapshot_pkmn_rock": "Сделай {{amount_0}} фото Покемонов типа Камень", + "quest_title_challenge_snapshot_pkmn_rock_single": "Сделай фото Покемона типа Камень", + "quest_title_challenge_snapshot_pkmn_steel_single": "Сделай фото Покемона типа Сталь", + "quest_title_challenge_snapshot_pkmn_water_single": "Сделай фото Покемона типа Вода", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Сделай фото дикого Блитцла", + "quest_title_challenge_snapshot_wild_glameow_singular": "Сделай фото дикого Глеймяу", + "quest_title_change_form_plural": "Измени форму Покемонов: {{amount_0}}", + "quest_title_change_form_singular": "Измени форму 1 Покемона", + "quest_title_chart_catch_b": "Поймай Чармандеров: {{amount_0}}", + "quest_title_chart_catch_s1": "Поймай Чармелеонов: {{amount_0}}", + "quest_title_chart_evolve_b": "Эволюционируй Чармандеров: {{amount_0}}", + "quest_title_chart_evolve_s1": "Эволюционируй Чармелеонов: {{amount_0}}", + "quest_title_defeat_jessie_james_plural": "Победи Джесси или Джеймса: {{amount_0}}", + "quest_title_defeat_rocket": "Победи приспешников Команды Р GO: {{amount_0}}", + "quest_title_defeat_rocket_singular": "Победи приспешника Команды Р GO", + "quest_title_duskt_catch_b": "Поймать Даскуллов: {{amount_0}}", + "quest_title_duskt_evolve_b": "Эволюционировать Даскуллов: {{amount_0}}", + "quest_title_duskt_evolve_s1": "Эволюционировать Дасклопсов: {{amount_0}}", + "quest_title_eevee_evolve_plural": "Эволюционируй Иви в каждую из возможных Ивилюций", + "quest_title_eevet_catch_b": "Поймай Иви: {{amount_0}}", + "quest_title_eevet_evolve_b": "Эволюционируй Иви: {{amount_0}}", + "quest_title_elect_catch_b": "Поймай Электабаззов: {{amount_0}}", + "quest_title_elect_evolve_b": "Эволюционируй Электабаззов: {{amount_0}}", + "quest_title_equinox19_catch_medium_pkmn": "Поймай Бульбазавров или Чикорит: {{amount_0}}", + "quest_title_equinox19_catch_type_grass_plural": "Поймай Покемонов травяного типа: {{amount_0}}", + "quest_title_equinox19_evolve_type_grass_plural": "Эволюционируй Покемонов травяного типа: {{amount_0}}", + "quest_title_equinox19_evolve_type_grass_plural_2": "Эволюционируй Покемонов травяного типа: {{amount_0}}", + "quest_title_evolve_abra_singular": "Эволюционируй 1 Покемона: Абра", + "quest_title_evolve_aipom_singular": "Эволюционируй 1 Покемона: Эйпом", + "quest_title_evolve_amaura_singular": "Эволюционируй 1 Покемона: Амаура", + "quest_title_evolve_anorith_singular": "Эволюционируй 1 Покемона: Анорит", + "quest_title_evolve_archen_singular": "Эволюционируй 1 Покемона: Аркен", + "quest_title_evolve_aron_singular": "Эволюционируй 1 Покемона: Арон", + "quest_title_evolve_axew_singular": "Эволюционируй 1 Покемона: Эксью", + "quest_title_evolve_azurill_singular": "Эволюционируй 1 Покемона: Азурилл", + "quest_title_evolve_bagon_singular": "Эволюционируй 1 Покемона: Бейгон", + "quest_title_evolve_baltoy_singular": "Эволюционируй 1 Покемона: Балтой", + "quest_title_evolve_barboach_singular": "Эволюционируй 1 Покемона: Барбоч", + "quest_title_evolve_bayleef_singular": "Эволюционируй 1 Покемона: Бэйлиф", + "quest_title_evolve_beldum_singular": "Эволюционируй 1 Покемона: Белдам", + "quest_title_evolve_bellsprout_singular": "Эволюционируй 1 Покемона: Беллспраут", + "quest_title_evolve_bergmite_singular": "Эволюционируй 1 Покемона: Бергмайт", + "quest_title_evolve_bidoof_singular": "Эволюционируй 1 Покемона: Бидуф", + "quest_title_evolve_binacle_singular": "Эволюционируй 1 Покемона: Байнакл", + "quest_title_evolve_blitzle_singular": "Эволюционируй 1 Покемона: Блитцл", + "quest_title_evolve_boldore_singular": "Эволюционируй 1 Покемона: Болдор", + "quest_title_evolve_bonsly_singular": "Эволюционируй 1 Покемона: Бонслай", + "quest_title_evolve_braixen_singular": "Эволюционируй 1 Покемона: Брейксен", + "quest_title_evolve_bronzor_singular": "Эволюционируй 1 Покемона: Бронзор", + "quest_title_evolve_budew_singular": "Эволюционируй 1 Покемона: Бадью", + "quest_title_evolve_buizel_singular": "Эволюционируй 1 Покемона: Буизел", + "quest_title_evolve_bulbasaur": "Эволюционируй 1 Бульбазавра", + "quest_title_evolve_bulbasaur_singular": "Эволюционируй 1 Покемона: Бульбазавр", + "quest_title_evolve_buneary_singular": "Эволюционируй 1 Покемона: Бунири", + "quest_title_evolve_bunnelby_singular": "Эволюционируй 1 Покемона: Баннелби", + "quest_title_evolve_burmy_singular": "Эволюционируй 1 Покемона: Бурми", + "quest_title_evolve_cacnea_singular": "Эволюционируй 1 Покемона: Какнея", + "quest_title_evolve_carvanha_singular": "Эволюционируй 1 Покемона: Карванья", + "quest_title_evolve_cascoon_singular": "Эволюционируй 1 Покемона: Каскун", + "quest_title_evolve_caterpie_singular": "Эволюционируй 1 Покемона: Катерпи", + "quest_title_evolve_chansey_singular": "Эволюционируй 1 Покемона: Ченси", + "quest_title_evolve_charmander": "Эволюционируй 1 Чармандера", + "quest_title_evolve_charmander_singular": "Эволюционируй 1 Покемона: Чармандер", + "quest_title_evolve_charmeleon_singular": "Эволюционируй 1 Покемона: Чармелеон", + "quest_title_evolve_cherubi_singular": "Эволюционируй 1 Покемона: Чераби", + "quest_title_evolve_chespin_singular": "Эволюционируй 1 Покемона: Чеспин", + "quest_title_evolve_chikorita_singular": "Эволюционируй 1 Покемона: Чикорита", + "quest_title_evolve_chimchar_singular": "Эволюционируй 1 Покемона: Чимчар", + "quest_title_evolve_chinchou_singular": "Эволюционируй 1 Покемона: Чинчоу", + "quest_title_evolve_chingling_singular": "Эволюционируй 1 Покемона: Чинглинг", + "quest_title_evolve_clamperl_singular": "Эволюционируй 1 Покемона: Кламперл", + "quest_title_evolve_clauncher_singular": "Эволюционируй 1 Покемона: Клаунчер", + "quest_title_evolve_clefairy_singular": "Эволюционируй 1 Покемона: Клефэйри", + "quest_title_evolve_cleffa_singular": "Эволюционируй 1 Покемона: Клеффа", + "quest_title_evolve_combee_singular": "Эволюционируй 1 Покемона: Комби", + "quest_title_evolve_combusken_singular": "Эволюционируй 1 Покемона: Комбаскен", + "quest_title_evolve_corphish_singular": "Эволюционируй 1 Покемона: Корфиш", + "quest_title_evolve_cottonee_singular": "Эволюционируй 1 Покемона: Коттони", + "quest_title_evolve_cranidos_singular": "Эволюционируй 1 Покемона: Кранидос", + "quest_title_evolve_croagunk_singular": "Эволюционируй 1 Покемона: Кроганк", + "quest_title_evolve_croconaw_singular": "Эволюционируй 1 Покемона: Кроконав", + "quest_title_evolve_cubchoo_singular": "Эволюционируй 1 Покемона: Кабчу", + "quest_title_evolve_cubone_singular": "Эволюционируй 1 Покемона: Кьюбон", + "quest_title_evolve_cyndaquil_singular": "Эволюционируй 1 Покемона: Синдаквил", + "quest_title_evolve_dark_type_singular": "Эволюционируй тёмного Покемона", + "quest_title_evolve_darumaka_singular": "Эволюционируй 1 Покемона: Дарумака", + "quest_title_evolve_deerling_singular": "Эволюционируй 1 Покемона: Дирлинг", + "quest_title_evolve_deino_singular": "Эволюционируй 1 Покемона: Дейно", + "quest_title_evolve_dewott_singular": "Эволюционируй 1 Покемона: Девотт", + "quest_title_evolve_diglett_singular": "Эволюционируй 1 Покемона: Диглетт", + "quest_title_evolve_doduo_singular": "Эволюционируй 1 Покемона: Додуо", + "quest_title_evolve_doublade_singular": "Эволюционируй 1 Покемона: Дублейд", + "quest_title_evolve_dragonair_singular": "Эволюционируй 1 Покемона: Драгонэйр", + "quest_title_evolve_dratini_singular": "Эволюционируй 1 Покемона: Дратини", + "quest_title_evolve_drifloon_singular": "Эволюционируй 1 Покемона: Дрифлун", + "quest_title_evolve_drilbur_singular": "Эволюционируй 1 Покемона: Дрилбур", + "quest_title_evolve_drowzee_singular": "Эволюционируй 1 Покемона: Драузи", + "quest_title_evolve_ducklett_singular": "Эволюционируй 1 Покемона: Даклетт", + "quest_title_evolve_duosion_singular": "Эволюционируй 1 Покемона: Дуожн", + "quest_title_evolve_durant_singular": "Эволюционируй 1 Покемона: Дюрант", + "quest_title_evolve_dusclops_singular": "Эволюционируй 1 Покемона: Дасклопс", + "quest_title_evolve_duskull_singular": "Эволюционируй 1 Покемона: Даскалл", + "quest_title_evolve_dwebble_singular": "Эволюционируй 1 Покемона: Двеббл", + "quest_title_evolve_eelektrik_singular": "Эволюционируй 1 Покемона: Электрик", + "quest_title_evolve_eevee_singular": "Эволюционируй 1 Покемона: Иви", + "quest_title_evolve_eevee_types_plural": "Эволюционируй {{amount_0}} электрических, водных или огненных Покемонов", + "quest_title_evolve_eevee_types_singular": "Эволюционируй 1 электрического, водного или огненного Покемона", + "quest_title_evolve_ekans_singular": "Эволюционируй 1 Покемона: Эканс", + "quest_title_evolve_electabuzz_singular": "Эволюционируй 1 Покемона: Электабазз", + "quest_title_evolve_electrike_singular": "Эволюционируй 1 Покемона: Электрайк", + "quest_title_evolve_elekid_singular": "Эволюционируй 1 Покемона: Элекид", + "quest_title_evolve_elgyem_singular": "Эволюционируй 1 Покемона: Элгием", + "quest_title_evolve_espeon": "Эволюционируй Иви в Эспеона в дневное время", + "quest_title_evolve_espurr_singular": "Эволюционируй 1 Покемона: Эспурр", + "quest_title_evolve_evolved_grass_singular": "Эволюционируй 1 эволюционировавшего травяного Покемона", + "quest_title_evolve_exeggcute_singular": "Эволюционируй 1 Покемона: Эксегкьют", + "quest_title_evolve_farfetch'd_singular": "Эволюционируй 1 Покемона: Фарфетчд", + "quest_title_evolve_feebas_singular": "Эволюционируй 1 Покемона: Фибас", + "quest_title_evolve_fennekin_singular": "Эволюционируй 1 Покемона: Феннекин", + "quest_title_evolve_ferroseed_singular": "Эволюционируй 1 Покемона: Ферросид", + "quest_title_evolve_finneon_singular": "Эволюционируй 1 Покемона: Финнеон", + "quest_title_evolve_flaaffy_singular": "Эволюционируй 1 Покемона: Флааффи", + "quest_title_evolve_flabébé_singular": "Эволюционируй 1 Покемона: Флабебе", + "quest_title_evolve_fletchinder_singular": "Эволюционируй 1 Покемона: Флетчлиндер", + "quest_title_evolve_fletchling_singular": "Эволюционируй 1 Покемона: Флетчлинг", + "quest_title_evolve_floette_singular": "Эволюционируй 1 Покемона: Флоэтт", + "quest_title_evolve_foongus_singular": "Эволюционируй 1 Покемона: Фунгус", + "quest_title_evolve_fraxure_singular": "Эволюционируй 1 Покемона: Фрэкшур", + "quest_title_evolve_frillish_singular": "Эволюционируй 1 Покемона: Фриллиш", + "quest_title_evolve_froakie_singular": "Эволюционируй 1 Покемона: Фроки", + "quest_title_evolve_frogadier_singular": "Эволюционируй 1 Покемона: Фрогадир", + "quest_title_evolve_gabite_singular": "Эволюционируй 1 Покемона: Габайт", + "quest_title_evolve_gastly_singular": "Эволюционируй 1 Покемона: Гастли", + "quest_title_evolve_geodude_singular": "Эволюционируй 1 Покемона: Геодуд", + "quest_title_evolve_gible_singular": "Эволюционируй 1 Покемона: Гибл", + "quest_title_evolve_glalie_singular": "Эволюционируй 1 Покемона: Глейли", + "quest_title_evolve_glameow_singular": "Эволюционируй 1 Покемона: Глеймяу", + "quest_title_evolve_gligar_singular": "Эволюционируй 1 Покемона: Глайгар", + "quest_title_evolve_gloom_singular": "Эволюционируй 1 Покемона: Глум", + "quest_title_evolve_golbat_singular": "Эволюционируй 1 Покемона: Голбат", + "quest_title_evolve_goldeen_singular": "Эволюционируй 1 Покемона: Голдин", + "quest_title_evolve_golett_singular": "Эволюционируй 1 Покемона: Голетт", + "quest_title_evolve_goomy_singular": "Эволюционируй 1 Покемона: Гуми", + "quest_title_evolve_gothita_singular": "Эволюционируй 1 Покемона: Гофита", + "quest_title_evolve_gothorita_singular": "Эволюционируй 1 Покемона: Гофорита", + "quest_title_evolve_graveler_singular": "Эволюционируй 1 Покемона: Гравелер", + "quest_title_evolve_grimer_singular": "Эволюционируй 1 Покемона: Граймер", + "quest_title_evolve_grotle_singular": "Эволюционируй 1 Покемона: Гротл", + "quest_title_evolve_grovyle_singular": "Эволюционируй 1 Покемона: Гровайл", + "quest_title_evolve_growlithe_singular": "Эволюционируй 1 Покемона: Гроулит", + "quest_title_evolve_gulpin_singular": "Эволюционируй 1 Покемона: Гальпин", + "quest_title_evolve_gurdurr_singular": "Эволюционируй 1 Покемона: Гурдурр", + "quest_title_evolve_happiny_singular": "Эволюционируй 1 Покемона: Хаппини", + "quest_title_evolve_haunter_singular": "Эволюционируй 1 Покемона: Хонтер", + "quest_title_evolve_heatmor_singular": "Эволюционируй 1 Покемона: Хитмор", + "quest_title_evolve_helioptile_singular": "Эволюционируй 1 Покемона: Хелиоптайл", + "quest_title_evolve_herdier_singular": "Эволюционируй 1 Покемона: Хардиер", + "quest_title_evolve_hippopotas_singular": "Эволюционируй 1 Покемона: Гиппопотас", + "quest_title_evolve_honedge_singular": "Эволюционируй 1 Покемона: Хонедж", + "quest_title_evolve_hoothoot_singular": "Эволюционируй 1 Покемона: Хутхут", + "quest_title_evolve_hoppip_singular": "Эволюционируй 1 Покемона: Хоппип", + "quest_title_evolve_horsea_singular": "Эволюционируй 1 Покемона: Хорси", + "quest_title_evolve_houndour_singular": "Эволюционируй 1 Покемона: Хандор", + "quest_title_evolve_igglybuff_singular": "Эволюционируй 1 Покемона: Игглибафф", + "quest_title_evolve_illumise_singular": "Эволюционируй 1 Покемона: Иллюмайз", + "quest_title_evolve_inkay_singular": "Эволюционируй 1 Покемона: Инкей", + "quest_title_evolve_items_plural": "Используй предметы, чтобы эволюционировать Покемонов x{{amount_0}}", + "quest_title_evolve_items_singular": "Используй предмет, чтобы эволюционировать 1 Покемона", + "quest_title_evolve_ivysaur_singular": "Эволюционируй 1 Покемона: Айвизавр", + "quest_title_evolve_jigglypuff_singular": "Эволюционируй 1 Покемона: Джигглипафф", + "quest_title_evolve_joltik_singular": "Эволюционируй 1 Покемона: Джолтик", + "quest_title_evolve_kabuto_singular": "Эволюционируй 1 Покемона: Кабуто", + "quest_title_evolve_kadabra_singular": "Эволюционируй 1 Покемона: Кадабра", + "quest_title_evolve_kakuna_singular": "Эволюционируй 1 Покемона: Какуна", + "quest_title_evolve_karrablast_singular": "Эволюционируй 1 Покемона: Каррабласт", + "quest_title_evolve_kirlia_singular": "Эволюционируй 1 Покемона: Кирлия", + "quest_title_evolve_klang_singular": "Эволюционируй 1 Покемона: Кланг", + "quest_title_evolve_klink_singular": "Эволюционируй 1 Покемона: Клинк", + "quest_title_evolve_koffing_singular": "Эволюционируй 1 Покемона: Коффинг", + "quest_title_evolve_krabby_singular": "Эволюционируй 1 Покемона: Крабби", + "quest_title_evolve_kricketot_singular": "Эволюционируй 1 Покемона: Крикетот", + "quest_title_evolve_krokorok_singular": "Эволюционируй 1 Покемона: Крокорок", + "quest_title_evolve_lairon_singular": "Эволюционируй 1 Покемона: Лайрон", + "quest_title_evolve_lampent_singular": "Эволюционируй 1 Покемона: Лампент", + "quest_title_evolve_larvesta_singular": "Эволюционируй 1 Покемона: Ларвеста", + "quest_title_evolve_larvitar_singular": "Эволюционируй 1 Покемона: Ларвитар", + "quest_title_evolve_ledyba_singular": "Эволюционируй 1 Покемона: Ледиба", + "quest_title_evolve_lickitung_singular": "Эволюционируй 1 Покемона: Ликитанг", + "quest_title_evolve_lileep_singular": "Эволюционируй 1 Покемона: Лилип", + "quest_title_evolve_lillipup_singular": "Эволюционируй 1 Покемона: Лиллипап", + "quest_title_evolve_litleo_singular": "Эволюционируй 1 Покемона: Литлео", + "quest_title_evolve_litwick_singular": "Эволюционируй 1 Покемона: Литвик", + "quest_title_evolve_lombre_singular": "Эволюционируй 1 Покемона: Ломбрэ", + "quest_title_evolve_lotad_singular": "Эволюционируй 1 Покемона: Лотад", + "quest_title_evolve_loudred_singular": "Эволюционируй 1 Покемона: Лаудред", + "quest_title_evolve_luxio_singular": "Эволюционируй 1 Покемона: Лаксио", + "quest_title_evolve_machoke_singular": "Эволюционируй 1 Покемона: Мачоук", + "quest_title_evolve_machop_singular": "Эволюционируй 1 Покемона: Мачоп", + "quest_title_evolve_magby_singular": "Эволюционируй 1 Покемона: Магби", + "quest_title_evolve_magikarp_singular": "Эволюционируй 1 Покемона: Мэджикарп", + "quest_title_evolve_magmar_singular": "Эволюционируй 1 Покемона: Магмар", + "quest_title_evolve_magnemite_singular": "Эволюционируй 1 Покемона: Магнемайт", + "quest_title_evolve_makuhita_singular": "Эволюционируй 1 Покемона: Макухита", + "quest_title_evolve_mankey_singular": "Эволюционируй 1 Покемона: Манки", + "quest_title_evolve_mantyke_singular": "Эволюционируй 1 Покемона: Мантайк", + "quest_title_evolve_mareep_singular": "Эволюционируй 1 Покемона: Марип", + "quest_title_evolve_marill_singular": "Эволюционируй 1 Покемона: Мэрилл", + "quest_title_evolve_marshtomp_singular": "Эволюционируй 1 Покемона: Марштомп", + "quest_title_evolve_meditite_singular": "Эволюционируй 1 Покемона: Медитайт", + "quest_title_evolve_meowth_singular": "Эволюционируй 1 Покемона: Мяут", + "quest_title_evolve_metang_singular": "Эволюционируй 1 Покемона: Метанг", + "quest_title_evolve_metapod_singular": "Эволюционируй 1 Покемона: Метапод", + "quest_title_evolve_mienfoo_singular": "Эволюционируй 1 Покемона: Минфу", + "quest_title_evolve_mime jr._singular": "Эволюционируй 1 Покемона: Майм-Джуниор", + "quest_title_evolve_minccino_singular": "Эволюционируй 1 Покемона: Минччино", + "quest_title_evolve_misdreavus_singular": "Эволюционируй 1 Покемона: Мисдривус", + "quest_title_evolve_monferno_singular": "Эволюционируй 1 Покемона: Монферно", + "quest_title_evolve_mr. mime_singular": "Эволюционируй 1 Покемона: Мистер Майм", + "quest_title_evolve_mudkip_singular": "Эволюционируй 1 Покемона: Мадкип", + "quest_title_evolve_munchlax_singular": "Эволюционируй 1 Покемона: Манчлакс", + "quest_title_evolve_munna_singular": "Эволюционируй 1 Покемона: Мунна", + "quest_title_evolve_murkrow_singular": "Эволюционируй 1 Покемона: Муркроу", + "quest_title_evolve_natu_singular": "Эволюционируй 1 Покемона: Нату", + "quest_title_evolve_nidoranfemale_singular": "Эволюционируй 1 Покемона: Нидоран♀", + "quest_title_evolve_nidoranmale_singular": "Эволюционируй 1 Покемона: Нидоран♂", + "quest_title_evolve_nidorina_singular": "Эволюционируй 1 Покемона: Нидорина", + "quest_title_evolve_nidorino_singular": "Эволюционируй 1 Покемона: Нидорино", + "quest_title_evolve_nincada_singular": "Эволюционируй 1 Покемона: Нинкада", + "quest_title_evolve_noibat_singular": "Эволюционируй 1 Покемона: Нойбат", + "quest_title_evolve_nosepass_singular": "Эволюционируй 1 Покемона: Ноузпасс", + "quest_title_evolve_numel_singular": "Эволюционируй 1 Покемона: Намел", + "quest_title_evolve_nuzleaf_singular": "Эволюционируй 1 Покемона: Назлиф", + "quest_title_evolve_oddish_singular": "Эволюционируй 1 Покемона: Оддиш", + "quest_title_evolve_omanyte_singular": "Эволюционируй 1 Покемона: Оманайт", + "quest_title_evolve_onix_singular": "Эволюционируй 1 Покемона: Оникс", + "quest_title_evolve_oshawott_singular": "Эволюционируй 1 Покемона: Ошавотт", + "quest_title_evolve_palpitoad_singular": "Эволюционируй 1 Покемона: Палпитоуд", + "quest_title_evolve_pancham_singular": "Эволюционируй 1 Покемона: Панчам", + "quest_title_evolve_panpour_singular": "Эволюционируй 1 Покемона: Панпур", + "quest_title_evolve_pansage_singular": "Эволюционируй 1 Покемона: Пансейдж", + "quest_title_evolve_pansear_singular": "Эволюционируй 1 Покемона: Пансир", + "quest_title_evolve_paras_singular": "Эволюционируй 1 Покемона: Парас", + "quest_title_evolve_patrat_singular": "Эволюционируй 1 Покемона: Патрат", + "quest_title_evolve_pawniard_singular": "Эволюционируй 1 Покемона: Поуниард", + "quest_title_evolve_petilil_singular": "Эволюционируй 1 Покемона: Петилил", + "quest_title_evolve_phanpy_singular": "Эволюционируй 1 Покемона: Фэнпи", + "quest_title_evolve_phantump_singular": "Эволюционируй 1 Покемона: Фантамп", + "quest_title_evolve_pichu_singular": "Эволюционируй 1 Покемона: Пичу", + "quest_title_evolve_pidgeotto_singular": "Эволюционируй 1 Покемона: Пиджeотто", + "quest_title_evolve_pidgey_singular": "Эволюционируй 1 Покемона: Пиджи", + "quest_title_evolve_pidove_singular": "Эволюционируй 1 Покемона: Пидав", + "quest_title_evolve_pignite_singular": "Эволюционируй 1 Покемона: Пигнайт", + "quest_title_evolve_pikachu_singular": "Эволюционируй 1 Покемона: Пикачу", + "quest_title_evolve_piloswine_singular": "Эволюционируй 1 Покемона: Пилосвайн", + "quest_title_evolve_pineco_singular": "Эволюционируй 1 Покемона: Пайнеко", + "quest_title_evolve_piplup_singular": "Эволюционируй 1 Покемона: Пиплап", + "quest_title_evolve_plural": "Эволюционируй {{amount_0}} Покемонов", + "quest_title_evolve_poison_type_singular": "Эволюционируй 1 ядовитого Покемона", + "quest_title_evolve_poliwag_singular": "Эволюционируй 1 Покемона: Поливаг", + "quest_title_evolve_poliwhirl_singular": "Эволюционируй 1 Покемона: Поливирл", + "quest_title_evolve_ponyta_singular": "Эволюционируй 1 Покемона: Понита", + "quest_title_evolve_poochyena_singular": "Эволюционируй 1 Покемона: Пучиена", + "quest_title_evolve_porygon2_singular": "Эволюционируй 1 Покемона: Porygon2", + "quest_title_evolve_prinplup_singular": "Эволюционируй 1 Покемона: Принплап", + "quest_title_evolve_psyduck_singular": "Эволюционируй 1 Покемона: Псайдак", + "quest_title_evolve_pumpkaboo_singular": "Эволюционируй 1 Покемона: Пампкабу", + "quest_title_evolve_pupitar_singular": "Эволюционируй 1 Покемона: Пьюпитар", + "quest_title_evolve_purrloin_singular": "Эволюционируй 1 Покемона: Пуррлойн", + "quest_title_evolve_quilava_singular": "Эволюционируй 1 Покемона: Квилава", + "quest_title_evolve_quilladin_singular": "Эволюционируй 1 Покемона: Квилладин", + "quest_title_evolve_qwilfish_singular": "Эволюционируй 1 Покемона: Квилфиш", + "quest_title_evolve_ralts_singular": "Эволюционируй 1 Покемона: Ролтс", + "quest_title_evolve_rattata_singular": "Эволюционируй 1 Покемона: Раттата", + "quest_title_evolve_remoraid_singular": "Эволюционируй 1 Покемона: Реморэйд", + "quest_title_evolve_rhydon_singular": "Эволюционируй 1 Покемона: Райдон", + "quest_title_evolve_rhyhorn_singular": "Эволюционируй 1 Покемона: Райхорн", + "quest_title_evolve_riolu_singular": "Эволюционируй 1 Покемона: Риолу", + "quest_title_evolve_roggenrola_singular": "Эволюционируй 1 Покемона: Роггенрола", + "quest_title_evolve_roselia_singular": "Эволюционируй 1 Покемона: Розелия", + "quest_title_evolve_rufflet_singular": "Эволюционируй 1 Покемона: Раффлет", + "quest_title_evolve_sandile_singular": "Эволюционируй 1 Покемона: Сэндайл", + "quest_title_evolve_sandshrew_singular": "Эволюционируй 1 Покемона: Сэндшрю", + "quest_title_evolve_sb_singular": "Эволюционируй 1 Снаббулла", + "quest_title_evolve_scatterbug_singular": "Эволюционируй 1 Покемона: Скаттербаг", + "quest_title_evolve_scraggy_singular": "Эволюционируй 1 Покемона: Скрэгги", + "quest_title_evolve_scyther_singular": "Эволюционируй 1 Покемона: Скайтер", + "quest_title_evolve_seadra_singular": "Эволюционируй 1 Покемона: Сидра", + "quest_title_evolve_sealeo_singular": "Эволюционируй 1 Покемона: Силео", + "quest_title_evolve_seedot_singular": "Эволюционируй 1 Покемона: Сидот", + "quest_title_evolve_seel_singular": "Эволюционируй 1 Покемона: Сил", + "quest_title_evolve_sentret_singular": "Эволюционируй 1 Покемона: Сентрет", + "quest_title_evolve_servine_singular": "Эволюционируй 1 Покемона: Сервайн", + "quest_title_evolve_sewaddle_singular": "Эволюционируй 1 Покемона: Севаддл", + "quest_title_evolve_shelgon_singular": "Эволюционируй 1 Покемона: Шелгон", + "quest_title_evolve_shellder_singular": "Эволюционируй 1 Покемона: Шеллдер", + "quest_title_evolve_shellos_singular": "Эволюционируй 1 Покемона: Шеллос", + "quest_title_evolve_shelmet_singular": "Эволюционируй 1 Покемона: Шелмет", + "quest_title_evolve_shieldon_singular": "Эволюционируй 1 Покемона: Шилдон", + "quest_title_evolve_shinx_singular": "Эволюционируй 1 Покемона: Шинкс", + "quest_title_evolve_shroomish_singular": "Эволюционируй 1 Покемона: Шрумиш", + "quest_title_evolve_shuckle_singular": "Эволюционируй 1 Покемона: Шакл", + "quest_title_evolve_shuppet_singular": "Эволюционируй 1 Покемона: Шаппет", + "quest_title_evolve_silcoon_singular": "Эволюционируй 1 Покемона: Силкун", + "quest_title_evolve_singular": "Эволюционируй 1 Покемона", + "quest_title_evolve_skiddo_singular": "Эволюционируй 1 Покемона: Скиддо", + "quest_title_evolve_skiploom_singular": "Эволюционируй 1 Покемона: Скиплум", + "quest_title_evolve_skitty_singular": "Эволюционируй 1 Покемона: Скитти", + "quest_title_evolve_skorupi_singular": "Эволюционируй 1 Покемона: Скорупи", + "quest_title_evolve_skrelp_singular": "Эволюционируй 1 Покемона: Скрелп", + "quest_title_evolve_slakoth_singular": "Эволюционируй 1 Покемона: Слакот", + "quest_title_evolve_sliggoo_singular": "Эволюционируй 1 Покемона: Слиггу", + "quest_title_evolve_slowpoke_plural": "Эволюционируй {{amount_0}} Слоупоков", + "quest_title_evolve_slowpoke_singular": "Эволюционируй 1 Покемона: Слоупок", + "quest_title_evolve_slugma_singular": "Эволюционируй 1 Покемона: Слагма", + "quest_title_evolve_smoochum_singular": "Эволюционируй 1 Покемона: Смучум", + "quest_title_evolve_sneasel_singular": "Эволюционируй 1 Покемона: Снизел", + "quest_title_evolve_snivy_singular": "Эволюционируй 1 Покемона: Снайви", + "quest_title_evolve_snorunt_singular": "Эволюционируй 1 Покемона: Снорант", + "quest_title_evolve_snover_singular": "Эволюционируй 1 Покемона: Сноувер", + "quest_title_evolve_snubbull_singular": "Эволюционируй 1 Покемона: Снаббулл", + "quest_title_evolve_solosis_singular": "Эволюционируй 1 Покемона: Солосис", + "quest_title_evolve_spearow_singular": "Эволюционируй 1 Покемона: Спироу", + "quest_title_evolve_special_drowzee": "Эволюционируй 1 Драузи", + "quest_title_evolve_special_feebas_singular": "Эволюционируй 1 Фибаса", + "quest_title_evolve_special_galarian_mrmime": "Эволюционируй Галарского Мистера Майма", + "quest_title_evolve_special_grimer": "Эволюционируй 1 Граймера", + "quest_title_evolve_special_magnemite": "Эволюционируй 1 Магнемайта", + "quest_title_evolve_special_scyther": "Эволюционируй 1 Скайтера", + "quest_title_evolve_special0_singular": "Эволюционируй 1 Мэджикарпа", + "quest_title_evolve_special1_plural": "Эволюционируй Пиджи: {{amount_0}}", + "quest_title_evolve_special1_singular": "Эволюционируй 1 Хорси", + "quest_title_evolve_special2_singular": "Эволюционируй Мяута", + "quest_title_evolve_spewpa_singular": "Эволюционируй 1 Покемона: Спьюпа", + "quest_title_evolve_spheal_singular": "Эволюционируй 1 Покемона: Сфил", + "quest_title_evolve_spinarak_singular": "Эволюционируй 1 Покемона: Спинарак", + "quest_title_evolve_spoink_singular": "Эволюционируй 1 Покемона: Споинк", + "quest_title_evolve_spritzee_singular": "Эволюционируй 1 Покемона: Спритци", + "quest_title_evolve_squirtle_singular": "Эволюционируй 1 Покемона: Сквиртл", + "quest_title_evolve_staravia_singular": "Эволюционируй 1 Покемона: Старавия", + "quest_title_evolve_starly_singular": "Эволюционируй 1 Покемона: Старли", + "quest_title_evolve_staryu_singular": "Эволюционируй 1 Покемона: Старью", + "quest_title_evolve_steelix_singular": "Эволюционируй 1 Покемона: Стиликс", + "quest_title_evolve_stunky_singular": "Эволюционируй 1 Покемона: Станки", + "quest_title_evolve_sunkern_singular": "Эволюционируй 1 Покемона: Санкерн", + "quest_title_evolve_sunstone_singular": "Используй Солнечный камень, чтобы эволюционировать Глума или Санкерна", + "quest_title_evolve_surskit_singular": "Эволюционируй 1 Покемона: Сурскит", + "quest_title_evolve_swablu_singular": "Эволюционируй 1 Покемона: Сваблу", + "quest_title_evolve_swadloon_singular": "Эволюционируй 1 Покемона: Свадлун", + "quest_title_evolve_swinub_singular": "Эволюционируй 1 Покемона: Свинуб", + "quest_title_evolve_swirlix_singular": "Эволюционируй 1 Покемона: Свирликс", + "quest_title_evolve_taillow_singular": "Эволюционируй 1 Покемона: Тэйллоу", + "quest_title_evolve_tangela_singular": "Эволюционируй 1 Покемона: Тангела", + "quest_title_evolve_teddiursa_singular": "Эволюционируй 1 Покемона: Теддиурса", + "quest_title_evolve_tentacool_singular": "Эволюционируй 1 Покемона: Тентакул", + "quest_title_evolve_tepig_singular": "Эволюционируй 1 Тепига", + "quest_title_evolve_timburr_singular": "Эволюционируй 1 Покемона: Тимбёрр", + "quest_title_evolve_tirtouga_singular": "Эволюционируй 1 Покемона: Тиртуга", + "quest_title_evolve_togepi_singular": "Эволюционируй 1 Покемона: Тогэпи", + "quest_title_evolve_togetic_singular": "Эволюционируй 1 Покемона: Тогэтик", + "quest_title_evolve_torchic_singular": "Эволюционируй 1 Покемона: Торчик", + "quest_title_evolve_totodile_singular": "Эволюционируй 1 Покемона: Тотодайл", + "quest_title_evolve_tranquill_singular": "Эволюционируй 1 Покемона: Транквилл", + "quest_title_evolve_trapinch_singular": "Эволюционируй 1 Покемона: Трапинч", + "quest_title_evolve_treecko_singular": "Эволюционируй 1 Покемона: Трико", + "quest_title_evolve_trubbish_singular": "Эволюционируй 1 Покемона: Траббиш", + "quest_title_evolve_turtwig_singular": "Эволюционируй 1 Покемона: Тортвиг", + "quest_title_evolve_tympole_singular": "Эволюционируй 1 Покемона: Тимпоул", + "quest_title_evolve_tynamo_singular": "Эволюционируй 1 Покемона: Тинамо", + "quest_title_evolve_type_electric_plural": "Эволюционируй Покемонов электрического типа: {{amount_0}}", + "quest_title_evolve_type_electric_singular": "Эволюционируй 1 электрического Покемона", + "quest_title_evolve_type_fairy_plural": "Эволюционируй Покемонов феечного типа: {{amount_0}}", + "quest_title_evolve_type_fairy_singular": "Эволюционируй 1 Покемона типа Феи", + "quest_title_evolve_type_fire_plural": "Эволюционируй Покемонов огненного типа: {{amount_0}}", + "quest_title_evolve_type_fire_singular": "Эволюционируй 1 огненного Покемона", + "quest_title_evolve_type_flying_plural": "Эволюционируй Покемонов летающего типа: {{amount_0}}", + "quest_title_evolve_type_flying_singular": "Эволюционируй 1 летающего Покемона", + "quest_title_evolve_type_grass_plural": "Эволюционируй Покемонов травяного типа: {{amount_0}}", + "quest_title_evolve_type_grass_singular": "Эволюционируй 1 травяного Покемона", + "quest_title_evolve_type_ice_plural": "Эволюционируй Покемонов ледяного типа: {{amount_0}}", + "quest_title_evolve_type_ice_singular": "Эволюционируй 1 ледяного Покемона", + "quest_title_evolve_type_psychic_plural": "Эволюционируй Покемонов психического типа: {{amount_0}}", + "quest_title_evolve_type_psychic_singular": "Эволюционируй 1 психического Покемона", + "quest_title_evolve_type_rock_plural": "Эволюционируй Покемонов каменного типа: {{amount_0}}", + "quest_title_evolve_type_steel_plural": "Эволюционируй Покемонов стального типа: {{amount_0}}", + "quest_title_evolve_type_water_plural": "Эволюционируй Покемонов водного типа: {{amount_0}}", + "quest_title_evolve_type_water_singular": "Эволюционируй 1 водного Покемона", + "quest_title_evolve_tyrogue_singular": "Эволюционируй 1 Покемона: Тайрог", + "quest_title_evolve_tyrunt_singular": "Эволюционируй 1 Покемона: Тайрант", + "quest_title_evolve_umbreon": "Эволюционируй Иви в Амбреона в ночное время", + "quest_title_evolve_vanillish_singular": "Эволюционируй 1 Покемона: Ваниллиш", + "quest_title_evolve_vanillite_singular": "Эволюционируй 1 Покемона: Ваниллайт", + "quest_title_evolve_venipede_singular": "Эволюционируй 1 Покемона: Венипид", + "quest_title_evolve_venonat_singular": "Эволюционируй 1 Покемона: Венонат", + "quest_title_evolve_vibrava_singular": "Эволюционируй 1 Покемона: Вибрава", + "quest_title_evolve_vigoroth_singular": "Эволюционируй 1 Покемона: Вигорот", + "quest_title_evolve_volbeat_singular": "Эволюционируй 1 Покемона: Волбит", + "quest_title_evolve_voltorb_singular": "Эволюционируй 1 Покемона: Волторб", + "quest_title_evolve_vullaby_singular": "Эволюционируй 1 Покемона: Виллаби", + "quest_title_evolve_vulpix_singular": "Эволюционируй 1 Покемона: Валпикс", + "quest_title_evolve_wailmer_singular": "Эволюционируй 1 Покемона: Вэйлмер", + "quest_title_evolve_wartortle_singular": "Эволюционируй 1 Покемона: Вартортл", + "quest_title_evolve_weedle_singular": "Эволюционируй 1 Покемона: Видл", + "quest_title_evolve_weepinbell_singular": "Эволюционируй 1 Покемона: Випинбелл", + "quest_title_evolve_whirlipede_singular": "Эволюционируй 1 Покемона: Вирлипид", + "quest_title_evolve_whismur_singular": "Эволюционируй 1 Покемона: Визмур", + "quest_title_evolve_wingull_singular": "Эволюционируй 1 Покемона: Вингалл", + "quest_title_evolve_woobat_singular": "Эволюционируй 1 Покемона: Вубат", + "quest_title_evolve_wooper_singular": "Эволюционируй 1 Покемона: Вупер", + "quest_title_evolve_wurmple_singular": "Эволюционируй 1 Покемона: Вурмпл", + "quest_title_evolve_wynaut_singular": "Эволюционируй 1 Покемона: Вайнот", + "quest_title_evolve_yamask_singular": "Эволюционируй 1 Покемона: Ямаск", + "quest_title_evolve_yanma_singular": "Эволюционируй 1 Покемона: Янма", + "quest_title_evolve_zigzagoon_singular": "Эволюционируй 1 Покемона: Зигзагун", + "quest_title_evolve_zorua_singular": "Эволюционируй 1 Покемона: Зоруа", + "quest_title_evolve_zubat_singular": "Эволюционируй 1 Покемона: Зубат", + "quest_title_evolve_zweilous_singular": "Эволюционируй 1 Покемона: Цвайлос", + "quest_title_febresearchday_battle_gym_singular": "Кламперл-квест – Сразись в 1 Гиме", + "quest_title_febresearchday_battle_raid_singular": "Кламперл-квест – Сразись в 1 рейде", + "quest_title_febresearchday_battle_supereffective_charge_singular": "Кламперл-квест – Используй 1 суперэффективную чардж атаку в Гим-битве", + "quest_title_febresearchday_catch_feed_plural": "Кламперл-квест – Используй ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_febresearchday_catch_special1_singular": "Кламперл-квест – Поймай 1 Мэджикарпа или Вэйлмера", + "quest_title_febresearchday_catch_special2_singular": "Кламперл-квест – Поймай 1 Псайдака или Крабби", + "quest_title_febresearchday_catch_type_water_plural": "Кламперл-квест – Поймай {{amount_0}} водных Покемонов", + "quest_title_febresearchday_evolve_type_water_plural": "Кламперл-квест – Эволюционируй {{amount_0}} водных Покемонов", + "quest_title_febresearchday_land_curveball_plural": "Кламперл-квест – Сделай кручёные броски: {{amount_0}}", + "quest_title_febresearchday_land_great_plural": "Кламперл-квест – Сделай отличные броски: {{amount_0}}", + "quest_title_febresearchday_land_inarow_great_plural": "Кламперл-квест – Сделай отличные броски: {{amount_0}} подряд", + "quest_title_febresearchday_land_inarow_nice_plural": "Кламперл-квест – Сделай хорошие броски: {{amount_0}} подряд", + "quest_title_febresearchday_land_nice_plural": "Кламперл-квест – Сделай хорошие броски: {{amount_0}}", + "quest_title_febresearchday_visit_pokestops_plural": "Кламперл-квест – Покрути Покестопы: {{amount_0}}", + "quest_title_feed_goldenrazz_plural": "Используй золотые Разз-Ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_feed_nanab_plural": "Используй Нанаб-Ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_feed_pinaps_plural": "Используй Пайнеп-Ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_feed_razz_plural": "Используй Разз-Ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_field_research_plural": "Выполни {{amount_0}} заданий для полевых квестов. ", + "quest_title_field_research_singular": "Выполни задание", + "quest_title_first_catch_of_the_day": "Первая поимка дня", + "quest_title_first_pokestop_of_the_day": "Первый Покестоп дня", + "quest_title_flett_catch_b": "Поймай Флетчлингов: {{amount_0}}", + "quest_title_flett_evolve_b": "Эволюционируй Флетчлингов: {{amount_0}}", + "quest_title_flett_evolve_s1": "Эволюционируй Флетчлиндеров: {{amount_0}}", + "quest_title_gbl_rank": "Достигни {{amount_0}} ранга в Боевой Лиге GO", + "quest_title_gbl_rank_fifteen": "Достигни 15 ранга в Боевой Лиге GO", + "quest_title_gbl_rank_five": "Достигни 5 ранга в Боевой Лиге GO", + "quest_title_gbl_rank_ten": "Достигни 10 ранга в Боевой Лиге GO", + "quest_title_gbl_rank_twenty": "Достигни 20 ранга в Боевой Лиге GO", + "quest_title_geotarget_quest_description": "Сканируй {{amount_0}}", + "quest_title_giblt_catch_b": "Поймай Гиблов: {{amount_0}}", + "quest_title_giblt_evolve_b": "Эволюционируй Гиблов: {{amount_0}}", + "quest_title_giblt_evolve_s1": "Эволюционируй Габайта: {{amount_0}}", + "quest_title_gold_medal_plural": "Заработай золотые медали: {{amount_0}} ", + "quest_title_gold_medal_plural_five": "Заработай 5 золотых медалей", + "quest_title_gold_medal_singular": "Заработай золотую медаль", + "quest_title_gt_catch_b": "Поймай Гастли: {{amount_0}}", + "quest_title_gt_evolve_b": "Эволюционируй Гастли: {{amount_0}}", + "quest_title_gt_evolve_s1": "Эволюционируй Хонтеров: {{amount_0}}", + "quest_title_hallo19_catch_specific_plural": "Поймай Пучиен или Хандоров: {{amount_0}}", + "quest_title_hallo19_catch_type_dark_plural": "Поймай Покемонов темного типа: {{amount_0}}", + "quest_title_hallo19_catch_type_ghost_plural": "Поймай Покемонов призрачного типа: {{amount_0}}", + "quest_title_hallo19_evolve_plural": "Эволюционируй Даскаллов или Шаппетов: {{amount_0}} ", + "quest_title_hallo19_transfer_plural": "Отправь Покемонов профессору: {{amount_0}} ", + "quest_title_hatch_egg_plural": "Выноси яйца: {{amount_0}}", + "quest_title_hatch_egg_singular": "Выноси 1 яйцо", + "quest_title_hoenn_celebration_research": "Квест: Праздник Хоэнн", + "quest_title_hoenn19_catch_specific_plural": "Праздник Хоэнн – Поймай Зигзагунов или Тэйллоу: {{amount_0}}", + "quest_title_hoenn19_evolve_specific_plural": "Праздник Хоэнн – Эволюционируй Вурмплов: {{amount_0}}", + "quest_title_hoenn19_hatch_eggs": "Праздник Хоэнн – Выносить яйца: {{amount_0}}", + "quest_title_incense_plural": "Используй ладаны: {{amount_0}}", + "quest_title_incense_singular": "Используй 1 ладан", + "quest_title_jan19rsd_buddywalk_singular": "Фибас-квест – Заработай 1 конфету для приятеля", + "quest_title_jan19rsd_hatch_egg_singular": "Фибас-квест – Выносить 1 яйцо", + "quest_title_jan19rsd_land_great_plural": "Фибас-квест – Сделай отличные броски: {{amount_0}}", + "quest_title_jan19rsd_land_nice_plural": "Фибас-квест – Сделай хорошие броски: {{amount_0}}", + "quest_title_johtofestival_catch_special17_plural": "Фестиваль Джото – Поймай {{amount_0}} Санкернов", + "quest_title_johtofestival_catch_type_water_plural": "Фестиваль Джото – Поймай {{amount_0}} водных Покемонов", + "quest_title_johtofestival_evolve_plural": "Фестиваль Джото – Эволюционируй Санкернов или Нату: {{amount_0}}", + "quest_title_johtofestival_land_excellent_plural": "Фестиваль Джото – Сделай прекрасные броски: {{amount_0}}", + "quest_title_johtofestival_land_inarow_great_curveball_plural": "Фестиваль Джото – Сделай отличные кручёные броски: {{amount_0}} подряд", + "quest_title_johtofestival_win_raid_singular": "Фестиваль Джото – Победи в рейде", + "quest_title_kanto_green_bellsprout": "Тур GO: Поймай Беллспраута", + "quest_title_kanto_green_meowth": "Тур GO: Поймай Мяута", + "quest_title_kanto_green_sandshrew": "Тур GO: Поймай Сэндшрю", + "quest_title_kanto_green_vulpix": "Тур GO: Поймай Валпикса для обмена", + "quest_title_kanto_hatch_plural": "Тур GO: Канто – Выноси яйца: {{amount_0}}", + "quest_title_kanto_hatch_singular": "Тур GO: Канто – Выноси 1 яйцо", + "quest_title_kanto_npc_plural": "Тур GO: Канто – Победи {{amount_0}} противников в Туре GO", + "quest_title_kanto_npc_singular": "Тур GO: Канто – Победи противника в Туре GO", + "quest_title_kanto_red_ekans": "Тур GO: Поймай Эканса", + "quest_title_kanto_red_growlithe": "Тур GO: Поймай Гроулита", + "quest_title_kanto_red_mankey": "Тур GO: Поймай Манки", + "quest_title_kanto_red_oddish": "Тур GO: Поймай Оддиша", + "quest_title_land_curve_type_ghost": "Примени кручёные броски к Покемонам типа Привидения: {{amount_0}}", + "quest_title_land_curveball_plural": "Сделай кручёные броски: {{amount_0}}", + "quest_title_land_excellent_curveball_plural": "Сделай прекрасные кручёные броски: {{amount_0}}", + "quest_title_land_excellent_curveball_singular": "Сделай 1 прекрасный кручёный бросок", + "quest_title_land_excellent_plural": "Сделай прекрасные броски: {{amount_0}}", + "quest_title_land_excellent_singular": "Сделай 1 прекрасный бросок", + "quest_title_land_great_curve_inarow_type_ghost": "Примени отличные кручёные броски к Покемонам типа Привидения: {{amount_0}} подряд", + "quest_title_land_great_curve_type_ghost": "Примени отличные кручёные броски к Покемонам типа Привидения: {{amount_0}}", + "quest_title_land_great_curveball_plural": "Сделай отличные кручёные броски: {{amount_0}}", + "quest_title_land_great_curveball_singular": "Сделай 1 отличный кручёный бросок", + "quest_title_land_great_plural": "Сделай отличные броски: {{amount_0}}", + "quest_title_land_great_singular": "Сделай 1 отличный бросок", + "quest_title_land_great_type_ghost": "Примени отличные броски к Покемонам типа Привидения: {{amount_0}}", + "quest_title_land_inarow_curveball_plural": "Сделай кручёные броски подряд: {{amount_0}}", + "quest_title_land_inarow_excellent_curveball_plural": "Сделай прекрасные кручёные броски: {{amount_0}} подряд", + "quest_title_land_inarow_excellent_plural": "Сделай прекрасные броски: {{amount_0}} подряд", + "quest_title_land_inarow_great_curveball_plural": "Сделай отличные кручёные броски: {{amount_0}} подряд", + "quest_title_land_inarow_great_plural": "Сделай отличные броски: {{amount_0}} подряд", + "quest_title_land_inarow_nice_curveball_plural": "Сделай хорошие кручёные броски: {{amount_0}} подряд", + "quest_title_land_inarow_nice_plural": "Сделай хорошие броски: {{amount_0}} подряд", + "quest_title_land_nice_curve_inarow_type_ghost": "Примени хорошие кручёные броски к Покемонам типа Привидения: {{amount_0}} подряд", + "quest_title_land_nice_curve_plural": "Сделай хорошие кручёные броски: {{amount_0}}", + "quest_title_land_nice_curve_singular": "Сделай 1 хороший кручёный бросок", + "quest_title_land_nice_curve_type_ghost": "Примени хорошие кручёные броски к Покемонам типа Привидения: {{amount_0}}", + "quest_title_land_nice_electric_plural": "Поймай {{amount_0}} электрических Покемонов хорошими бросками", + "quest_title_land_nice_plural": "Сделай хорошие броски: {{amount_0}}", + "quest_title_land_nice_singular": "Сделай 1 хороший бросок", + "quest_title_land_nice_type_ghost": "Примени хорошие броски к Покемонам типа Привидения: {{amount_0}}", + "quest_title_lucky_plural": "Получи {{amount_0}} Удачливых Покемонов при обмене", + "quest_title_lucky_singular": "Получи Удачливого Покемона при обмене", + "quest_title_lunar19_friends_trade_plural": "Обменяй Покемонов с другом: {{amount_0}}", + "quest_title_macht_catch_b": "Поймай {{amount_0}} Мачопов", + "quest_title_macht_evolve_b": "Эволюционируй {{amount_0}} Мачопов", + "quest_title_macht_evolve_s1": "Эволюционируй Мачоуков: {{amount_0}}", + "quest_title_magit_catch_b": "Поймай {{amount_0}} Мэджикарпов", + "quest_title_magit_evolve_b": "Эволюционируй {{amount_0}} Мэджикарпов", + "quest_title_magmt_catch_b": "Поймай {{amount_0}} Магмаров", + "quest_title_magmt_evolve_b": "Эволюционируй Магмаров: {{amount_0}}", + "quest_title_mega_evolve_beedrill": "Мегаэволюционируй Бидрилла", + "quest_title_mega_evolve_blastoise": "Мегаэволюционируй Бластойза", + "quest_title_mega_evolve_charizard": "Мегаэволюционируй Чаризарда", + "quest_title_mega_evolve_plural": "Мегаэволюционируй {{amount_0}} Покемонов", + "quest_title_mega_evolve_singular": "Мегаэволюционируй Покемона", + "quest_title_mega_evolve_venusaur": "Мегаэволюционируй Венузавра", + "quest_title_mega_join_raid_plural": "Сразись в {{amount_0}} мегарейдах", + "quest_title_mega_join_raid_singular": "Сразись в мегарейде", + "quest_title_mega_win_raid_plural": "Победи в {{amount_0}} мегарейдах", + "quest_title_mega_win_raid_singular": "Победи в мегарейде", + "quest_title_more_reseach_coming_soon": "Больше квестов будут доступны в ближайшем будущем!", + "quest_title_new_friends_plural": "Добавь новых друзей: {{amount_0}}", + "quest_title_new_friends_singular": "Добавь нового друга", + "quest_title_oshat_catch_b": "Поймай {{amount_0}} Ошавоттов", + "quest_title_oshat_evolve_b": "Эволюционируй {{amount_0}} Ошавоттов", + "quest_title_oshat_evolve_s1": "Эволюционируй Девотта", + "quest_title_platinum_kanto_badge": "Заработай платиновую медаль Канто", + "quest_title_platinum_medal_plural": "Заработай платиновые медали: {{amount_0}}", + "quest_title_platinum_medal_plural_five": "Заработай 5 платиновых медалей", + "quest_title_platinum_medal_plural_forty": "Заработай 40 платиновых медалей", + "quest_title_platinum_medal_plural_ten": "Заработай 10 платиновых медалей", + "quest_title_platinum_medal_plural_twenty": "Заработай 20 платиновых медалей", + "quest_title_platinum_medal_singular": "Заработай платиновую медаль", + "quest_title_pokemon_appears": "Появление Покемона!", + "quest_title_poryt_catch_b": "Поймай {{amount_0}} Поригонов", + "quest_title_poryt_catch_s1": "Поймай {{amount_0}} Поригонов-2", + "quest_title_poryt_evolve_b": "Эволюционируй {{amount_0}} Поригонов", + "quest_title_poryt_evolve_s1": "Эволюционируй Поригонов-2: {{amount_0}} ", + "quest_title_power_up_legendary_plural": "Усиль Легендарного Покемона x{{amount_0}}", + "quest_title_power_up_legendary_singular": "Усиление Легендарного Покемона", + "quest_title_power_up_max_plural": "Усиль {{amount_0}} Покемонов до максимальной БС", + "quest_title_power_up_max_singular": "Усиль Покемона до максимальной БС", + "quest_title_power_up_plural": "Усиль Покемонов x{{amount_0}}", + "quest_title_power_up_singular": "Усиль 1 Покемона", + "quest_title_psychicspec_catch_abra_plural": "Поймай {{amount_0}} Абр или Драузи", + "quest_title_psychicspec_catch_type_psychic_plural": "Поймай {{amount_0}} психических Покемонов", + "quest_title_psychicspec_evolve_plural": "Эволюционируй Эксегкьюта или Слоупока: {{amount_0}}", + "quest_title_quest_achieve_lvl_40": "Достигни уровня 40", + "quest_title_quest_adventure_effect_activate_plural": "Активируй эффект приключений ×{{amount_0}}", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Активируй эффект приключений атаки Рёв Времени ×{{amount_0}}", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Активируй эффект приключений атаки Рёв Времени", + "quest_title_quest_adventure_effect_activate_singular": "Активируй эффект приключений", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Активируй эффект приключений атаки Пространственный Разрыв ×{{amount_0}}", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Активируй эффект приключений атаки Пространственный Разрыв", + "quest_title_quest_adventure_evolve_singular": "Неделя приключений: Эволюционируй 1 Оманайта или Кабуто", + "quest_title_quest_adventure_hatch_egg_plural": "Неделя приключений: Выносить яйца: {{amount_0}}", + "quest_title_quest_adventure_visit_pokestop_new_plural": "Неделя приключений: Покрути новые Покестопы: {{amount_0}}", + "quest_title_quest_adventure_walk_buddy_plural": "Неделя приключений: Прогуливаясь со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", + "quest_title_quest_adventure2019_catch_special33_plural": "Неделя приключений 2019 – Поймай {{amount_0}} Аронов", + "quest_title_quest_adventure2019_evolve_singular": "Неделя приключений 2019 – Эволюционируй 1 Лилипа или Анорита", + "quest_title_quest_adventure2019_hatch_egg_plural": "Неделя приключений 2019 – Выносить яйца: {{amount_0}}", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Неделя приключений 2019 – Покрути новые Покестопы: {{amount_0}}", + "quest_title_quest_adventure2019_visit_pokestop_plural": "Неделя приключений 2019 – Покрути 25 Покестопов", + "quest_title_quest_adventure2019_walk_buddy_plural": "Неделя приключений 2019 – Прогуливаясь со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", + "quest_title_quest_alodude_catch": "Поймай {{amount_0}} Алольских Геодудов", + "quest_title_quest_alodude_evolve_a": "Эволюционируй {{amount_0}} Алольских Геодудов", + "quest_title_quest_alodude_evolve_b": "Эволюционируй {{amount_0}} Алольского Гравелера", + "quest_title_quest_alodude_snap": "Сделай {{amount_0}} фото Алольского Геодуда", + "quest_title_quest_at_catch_a": "Поймай {{amount_0}} Абр", + "quest_title_quest_at_evolve_a": "Эволюционировать Покемона Абру: {{amount_0}}.", + "quest_title_quest_at_evolve_k": "Эволюционировать Покемона Кадабру: {{amount_0}}.", + "quest_title_quest_axew_catch_b": "Поймай {{amount_0}} Эксью", + "quest_title_quest_axew_evolve_b": "Эволюционируй {{amount_0}} Эксью", + "quest_title_quest_axew_snapshot_b": "Сделай фото {{amount_0}} Эксью", + "quest_title_quest_azelf_wild_snap": "Сделай фото дикого Азелфа", + "quest_title_quest_bagon_catch_b": "Поймай Бейгонов ×{{amount_0}}", + "quest_title_quest_bagon_evolve_b_plural": "Эволюционируй Бейгонов ×{{amount_0}}", + "quest_title_quest_bagon_evolve_b_singular": "Эволюционируй Бейгона", + "quest_title_quest_bagon_snapshot_b": "Сделай фото Бейгонов ×{{amount_0}}", + "quest_title_quest_battle_buddy_adventure_plural": "Сразись с другим Тренером вместе со своим Покемоном-приятелем, пока он путешествует с тобой ×{{amount_0}}", + "quest_title_quest_battle_buddy_adventure_single": "Сразись с другим Тренером вместе со своим Покемоном-приятелем, пока он путешествует с тобой", + "quest_title_quest_battle_dangling_reward_toast": "Нужно завершить текущее сражение перед тем, как начать новое!", + "quest_title_quest_battle_error_toast": "При запуске сражения произошла ошибка", + "quest_title_quest_battle_gbl_halloween_plural": "Сразись в Кубке Хэллоуина ×{{amount_0}}", + "quest_title_quest_battle_gbl_halloween_win_plural": "Победи в {{amount_0}} тренерских битвах Кубка Хэллоуина", + "quest_title_quest_battle_gbl_plural": "Сразись в Боевой Лиге GO ×{{amount_0}}", + "quest_title_quest_battle_gbl_singular": "Сразись в Боевой Лиге GO", + "quest_title_quest_battle_gbl_win_plural": "Победи в {{amount_0}} тренерских битвах Боевой Лиги GO", + "quest_title_quest_battle_gbl_win_singular": "Победи в тренерской битве Боевой Лиги GO", + "quest_title_quest_battle_great_plural": "Сразись с другим Тренером в Великой Лиге ×{{amount_0}}", + "quest_title_quest_battle_great_win_plural": "Победи в {{amount_0}} тренерских битвах Великой Лиги", + "quest_title_quest_battle_great_win_singular": "Победи в тренерской битве Великой Лиги", + "quest_title_quest_battle_gym_plural": "Сразись в Гиме ×{{amount_0}}", + "quest_title_quest_battle_gym_singular": "Сразись в Гиме", + "quest_title_quest_battle_master_win_plural": "Победи в {{amount_0}} тренерских битвах Мастер-Лиги", + "quest_title_quest_battle_master_win_singular": "Победи в тренерской битве Мастер-Лиги", + "quest_title_quest_battle_raid_plural": "Сразись в {{amount_0}} рейдах", + "quest_title_quest_battle_raid_singular": "Сразись в рейде", + "quest_title_quest_battle_raid_with_friend_plural": "Сразись в {{amount_0}} рейдах с другом", + "quest_title_quest_battle_raid_with_friend_singular": "Сразись в 1 рейде с другом", + "quest_title_quest_battle_supereffective_charge_plural": "Используй суперэффективную заряженную атаку в Гим-битвах: {{amount_0}}", + "quest_title_quest_battle_supereffective_charge_singular": "Используй суперэффективную заряженную атаку в Гим-битве", + "quest_title_quest_battle_team_rocket_plural": "Сразись с {{amount_0}} агентами Команды Ракета GO", + "quest_title_quest_battle_team_rocket_singular": "Сразись с 1 агентом Команды Ракета GO", + "quest_title_quest_battle_ultra_win_plural": "Победи в {{amount_0}} тренерских битвах Ультралиги", + "quest_title_quest_battle_ultra_win_singular": "Победи в тренерской битве Ультралиги", + "quest_title_quest_battle19_catch_fighting_easy": "Поймай Покемонов типа Боевой ×{{amount_0}}", + "quest_title_quest_battle19_catch_medium_pkmn": "Поймай {{amount_0}} Макухит или Медитайтов", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Сделай прекрасные броски: {{amount_0}} подряд", + "quest_title_quest_battle19_raid_win_veryhard": "Победи в {{amount_0}} рейдах", + "quest_title_quest_battle19_supereffective_charge_hard": "Используй суперэффективную заряженную атаку в Гим-битвах: {{amount_0}}", + "quest_title_quest_battler_appears": "ПОЯВЛЕНИЕ ПРОТИВНИКА!", + "quest_title_quest_beat_raid_10_minutes": "Победи в рейде меньше чем за 10 мин.", + "quest_title_quest_beat_raid_60_seconds": "Победи в рейде меньше чем за 60 сек.", + "quest_title_quest_beat_raid_singular_minutes": "Победи в рейде меньше чем за {{amount_0}} мин.", + "quest_title_quest_beat_raid_singular_seconds": "Победи в рейде меньше чем за {{amount_0}} сек.", + "quest_title_quest_begins19_catch_specific_plural": "День Покемонов – Поймай {{amount_0}} Пиджей или Раттат", + "quest_title_quest_begins19_evolve_plural": "День Покемонов – Эволюционируй 1 Мяута", + "quest_title_quest_beldum_catch_b": "Поймай Белдамов ×{{amount_0}}", + "quest_title_quest_beldum_evolve_b_plural": "Эволюционируй Белдамов ×{{amount_0}}", + "quest_title_quest_beldum_evolve_b_singular": "Эволюционируй Белдама", + "quest_title_quest_bellsprout_catch_b": "Поймай Беллспраутов ×{{amount_0}}", + "quest_title_quest_bellsprout_evolve_b_plural": "Эволюционируй Беллспраутов ×{{amount_0}}", + "quest_title_quest_bellsprout_evolve_b_singular": "Эволюционируй Беллспраута", + "quest_title_quest_bellsprout_snapshot_b": "Сделай фото Беллспраутов ×{{amount_0}}", + "quest_title_quest_beluga_evolve_pkmn": "Иди и лови! – Эволюционируй Аноритов: {{amount_0}}", + "quest_title_quest_beluga_excellent_singular": "Иди и лови! – Сделай прекрасные броски: {{amount_0}}", + "quest_title_quest_beluga_hatch_plural": "Иди и лови! – Выноси яйца: {{amount_0}}", + "quest_title_quest_best_buddy_bronze": "Заведи 1 лучшего приятеля", + "quest_title_quest_best_buddy_silver": "Заведи 10 лучших приятелей", + "quest_title_quest_bounsweet_catch_b": "Поймай Баунсвит ×{{amount_0}}", + "quest_title_quest_bounsweet_evolve_b_plural": "Эволюционируй Баунсвит ×{{amount_0}}", + "quest_title_quest_bounsweet_evolve_b_singular": "Эволюционируй Баунсвит", + "quest_title_quest_braixen_evolve_b": "Эволюционируй {{amount_0}} Брейксена", + "quest_title_quest_breakthrough_completed": "Полевой квест завершён!", + "quest_title_quest_breakthrough_reward_mystery": "Таинственные предметы", + "quest_title_quest_breakthrough_reward_stardust": "Звёздная Пыль", + "quest_title_quest_brionne_evolve_b_plural": "Эволюционируй Брианов ×{{amount_0}}", + "quest_title_quest_brionne_evolve_b_singular": "Эволюционируй Бриана", + "quest_title_quest_buddy_affection_days": "Зарабатывай сердечки с приятелем в разные дни ×{{amount_0}}", + "quest_title_quest_buddy_affection_days_in_a_row": "Заработай сердечко с твоим приятелем {{amount_0}} дн. подряд", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Сразись с другим Тренером вместе со своим Покемоном-приятелем, пока он путешествует с тобой ×{{amount_0}}", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "Сразись с другим Тренером вместе со своим Покемоном-приятелем, пока он путешествует с тобой", + "quest_title_quest_buddy_souvenir_plural": "Получи сувениры от приятеля: {{amount_0}}", + "quest_title_quest_buddy_souvenir_singular": "Получи сувенир от приятеля", + "quest_title_quest_buddy_walk_km_plural": "Пройди {{amount_0}} км со своим Покемоном-приятелем", + "quest_title_quest_bulbt_catch_b": "Поймай {{amount_0}} Бульбазавров", + "quest_title_quest_bulbt_evolve_b": "Эволюционируй {{amount_0}} Бульбазавров", + "quest_title_quest_bulbt_evolve_s1": "Эволюционируй {{amount_0}} Айвизавров", + "quest_title_quest_cacnea_catch": "Поймай {{amount_0}} Какней", + "quest_title_quest_catch_151": "Поймай 151 Покемона", + "quest_title_quest_catch_b_types_plural": "Поймай Покемонов типов Электро, Обычный или Яд ×{{amount_0}}", + "quest_title_quest_catch_basic_types_plural": "Поймай Покемонов типов Трава, Вода или Огонь ×{{amount_0}}", + "quest_title_quest_catch_berry_any_drifloon": "Используй ягоды для поимки Дрифлуна: {{amount_0}}", + "quest_title_quest_catch_berry_nanab_drifloon": "Используй Нанаб-Ягоды для поимки Дрифлуна: {{amount_0}}", + "quest_title_quest_catch_berry_pinap": "Используй Пайнеп-Ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_quest_catch_berry_razz": "Используй Разз-Ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_quest_catch_berry_razz_drifloon": "Используй Разз-Ягоды для поимки Дрифлуна: {{amount_0}}", + "quest_title_quest_catch_bronzor_plural": "Поймай Бронзоров ×{{amount_0}}", + "quest_title_quest_catch_c_types_plural": "Поймай Покемонов типов Летающий, Психо и Тёмный ×{{amount_0}}", + "quest_title_quest_catch_carbink_singular": "Поймай Карбинка", + "quest_title_quest_catch_celebi_types_plural": "Поймай Покемонов типа Трава или Психо ×{{amount_0}}", + "quest_title_quest_catch_costumed_plural": "Поймай Иви в короне с солнцем или Иви в короне с месяцем ×{{amount_0}}", + "quest_title_quest_catch_crabrawler_plural": "Поймай Крабролеров ×{{amount_0}}", + "quest_title_quest_catch_dark_type_plural": "Поймай Покемонов типа Тёмный ×{{amount_0}}", + "quest_title_quest_catch_darumaka_plural": "Поймай Дарумак ×{{amount_0}}", + "quest_title_quest_catch_daysinarow": "Лови Покемонов {{amount_0}} дн. подряд", + "quest_title_quest_catch_dialga": "Поймай Диалгу", + "quest_title_quest_catch_drifloon": "Поймай {{amount_0}} Дрифлунов", + "quest_title_quest_catch_ducklett_plural": "Поймай Даклеттов ×{{amount_0}}", + "quest_title_quest_catch_ducklett_singular": "Поймай Даклетта", + "quest_title_quest_catch_emolga_plural": "Поймай Эмолг ×{{amount_0}}", + "quest_title_quest_catch_excellent_curve_drifloon": "Поймай {{amount_0}} Дрифлунов при помощи прекрасных кручёных бросков", + "quest_title_quest_catch_excellent_with_berry_drifloon": "Примени ягоды и поймай {{amount_0}} Дрифлунов при помощи прекрасных бросков", + "quest_title_quest_catch_feed_plural": "Используй ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_quest_catch_feed_singular": "Используй 1 ягоду для поимки Покемона", + "quest_title_quest_catch_furfou_singular": "Поймай 1 Фурфу", + "quest_title_quest_catch_groudon_primal_boosted_types": "Поймай Покемонов типа Огонь, Трава или Земля ×{{amount_0}}", + "quest_title_quest_catch_groudon_type": "Поймай Покемонов типа Огонь, Трава или Земля ×{{amount_0}}", + "quest_title_quest_catch_hoenn_pokemon": "Поймай Покемонов, впервые обнаруженных в регионе Хоэнн ×{{amount_0}}", + "quest_title_quest_catch_in_day_plural": "Поймай {{amount_0}} Покемонов за день", + "quest_title_quest_catch_jan21_hoenn1_plural": "Поймай {{amount_0}} Граудонов", + "quest_title_quest_catch_jan21_hoenn2_plural": "Поймай {{amount_0}} Кайогров", + "quest_title_quest_catch_johto_pokemon": "Поймай Покемонов, впервые обнаруженных в регионе Джото ×{{amount_0}}", + "quest_title_quest_catch_kanto_pokemon": "Поймай Покемонов, впервые обнаруженных в регионе Канто ×{{amount_0}}", + "quest_title_quest_catch_kyogre_primal_boosted_types": "Поймай Покемонов типов Вода, Электро или Насекомое ×{{amount_0}}", + "quest_title_quest_catch_kyogre_type": "Поймай Покемонов типов Вода, Электро или Насекомое ×{{amount_0}}", + "quest_title_quest_catch_legendary_inarow_plural": "Поймай Легендарных или Мифических Покемонов во время следующих встреч ×{{amount_0}}", + "quest_title_quest_catch_legendary_plural": "Поймай {{amount_0}} Легендарных или Мифических Покемонов", + "quest_title_quest_catch_legendary_singular": "Поймай 1 Легендарного или Мифического Покемона", + "quest_title_quest_catch_lunatone_plural": "Поймай {{amount_0}} Лунатонов", + "quest_title_quest_catch_luvdisc": "Поймай {{amount_0}} Лавдисков", + "quest_title_quest_catch_misc_01_types_plural": "Поймай Покемонов типов Обычный, Вода или Лёд ×{{amount_0}}", + "quest_title_quest_catch_nymble_plural": "Поймай {{amount_0}} Нимблов", + "quest_title_quest_catch_palkia": "Поймай Палкию", + "quest_title_quest_catch_pikachu_plural": "Поймай {{amount_0}} Пикачу", + "quest_title_quest_catch_plural_unique": "Поймай Покемонов {{amount_0}} разных видов", + "quest_title_quest_catch_pokemon_dai_plural": "Используй ладан ежедневных приключений для поимки {{amount_0}} Покемонов", + "quest_title_quest_catch_pokemon_days": "Лови Покемонов в разные дни ×{{amount_0}}", + "quest_title_quest_catch_pokemon_great_ball_plural": "Поймай Покемонов в Мега-Боллы ×{{amount_0}}", + "quest_title_quest_catch_pokemon_great_ball_singular": "Поймай Покемона в Мега-Болл", + "quest_title_quest_catch_pokemon_legendary_plural": "Поймай Легендарных Покемонов ×{{amount_0}}", + "quest_title_quest_catch_pokemon_legendary_singular": "Поймай Легендарного Покемона", + "quest_title_quest_catch_pokemon_party_plural": "Играя в команде, поймай Покемонов ×{{amount_0}}", + "quest_title_quest_catch_pokemon_plural": "Поймай {{amount_0}} Покемонов", + "quest_title_quest_catch_pokemon_poke_ball_plural": "Поймай Покемонов в Поке-Боллы ×{{amount_0}}", + "quest_title_quest_catch_pokemon_poke_ball_singular": "Поймай Покемона в Поке-Болл", + "quest_title_quest_catch_pokemon_routes_plural": "Поймай {{amount_0}} Покемонов во время прохождения маршрутов", + "quest_title_quest_catch_pokemon_routes_singular": "Поймай Покемона во время прохождения маршрута", + "quest_title_quest_catch_pokemon_singular": "Поймай Покемона", + "quest_title_quest_catch_pokemon_task": "Поймай Покемонов", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "Поймай Покемонов в Ультра-Боллы ×{{amount_0}}", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "Поймай Покемона в Ультра-Болл", + "quest_title_quest_catch_psychic_steel": "Поймай Покемонов типа Психо или Сталь ×{{amount_0}}", + "quest_title_quest_catch_raid_regi_any": "Поймай 1 Реджирока, Реджайса или Реджистила в рейде", + "quest_title_quest_catch_raid_regi_ice": "Поймай 1 Реджайса в рейде", + "quest_title_quest_catch_raid_regi_rock": "Поймай 1 Реджирока в рейде", + "quest_title_quest_catch_raid_regi_steel": "Поймай 1 Реджистила в рейде", + "quest_title_quest_catch_rayquaza_type": "Поймай Покемонов типов Летающий, Психо или Дракон ×{{amount_0}}", + "quest_title_quest_catch_sinnoh_pokemon": "Поймай Покемонов, впервые обнаруженных в регионе Синно ×{{amount_0}}", + "quest_title_quest_catch_sinnoh_pokemon_singular": "Поймай 1 Покемона, впервые обнаруженного в регионе Синно", + "quest_title_quest_catch_solrock_plural": "Поймай {{amount_0}} Солроков", + "quest_title_quest_catch_special_aerodactyl": "Поймай 1 Аэродактиля", + "quest_title_quest_catch_special_bidoof": "Поймай {{amount_0}} Бидуфов", + "quest_title_quest_catch_special_chespin": "Поймай Чеспина", + "quest_title_quest_catch_special_cottonee": "Поймай {{amount_0}} Коттони", + "quest_title_quest_catch_special_cubone": "Поймай 1 Кьюбона", + "quest_title_quest_catch_special_exeggcute": "Поймай {{amount_0}} Эксегкьютов", + "quest_title_quest_catch_special_fennekin": "Поймай Феннекина", + "quest_title_quest_catch_special_fletchling": "Поймай Флетчлинга", + "quest_title_quest_catch_special_froakie": "Поймай Фроки", + "quest_title_quest_catch_special_furfrou": "Поймай 1 Фурфу", + "quest_title_quest_catch_special_jirachi": "Поймай Джирачи!", + "quest_title_quest_catch_special_lieep_anorithl": "Поймай {{amount_0}} Лилипов или Аноритов", + "quest_title_quest_catch_special_litleo": "Поймай Литлео", + "quest_title_quest_catch_special_mew": "Поймай Мью!", + "quest_title_quest_catch_special_natu": "Поймай {{amount_0}} Дратини", + "quest_title_quest_catch_special_omanyte_kabuto": "Поймай {{amount_0}} Оманайтов или Кабуто", + "quest_title_quest_catch_special_pumpkaboo": "Поймай {{amount_0}} Пампкабу", + "quest_title_quest_catch_special_slugma_gulpin": "Поймай {{amount_0}} Слагм или Гальпинов", + "quest_title_quest_catch_special_voltorb": "Поймай {{amount_0}} Волторбов", + "quest_title_quest_catch_special0_plural": "Поймай Дитто: {{amount_0}}", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Поймай {{amount_0}} Покемонов в списке события", + "quest_title_quest_catch_special0_singular": "Поймай 1 Дитто", + "quest_title_quest_catch_special1_plural": "Поймай {{amount_0}} Оддишей или Беллспраутов", + "quest_title_quest_catch_special1_singular": "Поймай 1 Оддиша или Беллспраута", + "quest_title_quest_catch_special2_plural": "Поймай {{amount_0}} Сваблу", + "quest_title_quest_catch_special2_singular": "Поймай 1 Сваблу", + "quest_title_quest_catch_special3_plural": "Поймай {{amount_0}} Пиджи или Муркроу", + "quest_title_quest_catch_special3_singular": "Поймай 1 Пиджи или Муркроу", + "quest_title_quest_catch_special4_plural": "Поймай Трико или Мадкипов: {{amount_0}}", + "quest_title_quest_catch_special4_singular": "Поймай 1 Трико или Мадкипа", + "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", + "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", + "quest_title_quest_catch_special6_plural": "Поймай {{amount_0}} Марипов", + "quest_title_quest_catch_special7_plural": "Поймай {{amount_0}} Чармандеров", + "quest_title_quest_catch_special8_plural": "Поймай {{amount_0}} Ларвитаров", + "quest_title_quest_catch_special9_plural": "Поймать Аноунов: {{amount_0}}", + "quest_title_quest_catch_special10_plural": "Поймать Пласлов: {{amount_0}}", + "quest_title_quest_catch_special11_plural": "Поймай {{amount_0}} Майнунов", + "quest_title_quest_catch_special12_plural": "Поймай {{amount_0}} Сквиртлов", + "quest_title_quest_catch_special13_plural": "Поймай {{amount_0}} Розелий", + "quest_title_quest_catch_special14_singular": "Поймай Мяута или Гроулита", + "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", + "quest_title_quest_catch_special16_singular": "Поймай Скитти или Пучиену", + "quest_title_quest_catch_special17_plural": "Поймай {{amount_0}} Иви", + "quest_title_quest_catch_special18_plural": "Поймай {{amount_0}} Белдамов", + "quest_title_quest_catch_special19_plural": "Поймай {{amount_0}} Слакотов", + "quest_title_quest_catch_special20_plural": "Поймай {{amount_0}} Ролтсов", + "quest_title_quest_catch_special21_singular": "Поймай 1 Раттату или Пикачу", + "quest_title_quest_catch_special22_plural": "Поймай {{amount_0}} Чикорит ", + "quest_title_quest_catch_special23_plural": "Поймай {{amount_0}} Синдаквилов", + "quest_title_quest_catch_special24_plural": "Поймай {{amount_0}} Тотодайлов", + "quest_title_quest_catch_special25_plural": "Поймай {{amount_0}} Свинубов", + "quest_title_quest_catch_special26_plural": "Поймай {{amount_0}} Трико", + "quest_title_quest_catch_special27_plural": "Поймай {{amount_0}} Бейгонов", + "quest_title_quest_catch_special28_plural": "Поймай {{amount_0}} Торчиков", + "quest_title_quest_catch_special29_plural": "Поймай {{amount_0}} Мадкипов", + "quest_title_quest_catch_special31_plural": "Поймай {{amount_0}} Тортвигов", + "quest_title_quest_catch_special33_plural": "Поймай {{amount_0}} Трапинчев", + "quest_title_quest_catch_special34_plural": "Поймай {{amount_0}} Чимчаров", + "quest_title_quest_catch_special35_plural": "Поймай {{amount_0}} Пиплапов", + "quest_title_quest_catch_special36_plural": "Поймай {{amount_0}} Райхорнов", + "quest_title_quest_catch_special37_plural": "Поймай {{amount_0}} Мачопов", + "quest_title_quest_catch_special38_plural": "Поймай {{amount_0}} Валпиксов", + "quest_title_quest_catch_special39_plural": "Поймай {{amount_0}} Дратини", + "quest_title_quest_catch_special40_plural": "Поймай {{amount_0}} Абр", + "quest_title_quest_catch_special41_plural": "Поймай {{amount_0}} Сфилов", + "quest_title_quest_catch_special42_plural": "Поймай {{amount_0}} Видлов", + "quest_title_quest_catch_special43_plural": "Поймай {{amount_0}} Старли", + "quest_title_quest_catch_special44_plural": "Поймай {{amount_0}} Сидотов", + "quest_title_quest_catch_special45_plural": "Поймай {{amount_0}} Граймеров", + "quest_title_quest_catch_special46_plural": "Поймай {{amount_0}} Поригонов", + "quest_title_quest_catch_staryu_plural": "Поймай {{amount_0}} Старью", + "quest_title_quest_catch_stufful_pinap_plural": "Используй Пайнеп-Ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_quest_catch_stufful_pinap_singular": "Используй 1 Пайнеп-Ягоду для поимки Покемона", + "quest_title_quest_catch_stufful_razz_plural": "Используй Разз-Ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_quest_catch_stufful_razz_singular": "Используй 1 Разз-Ягоду для поимки Покемона", + "quest_title_quest_catch_transform_pokemon_plural": "Поймай {{amount_0}} Превращающихся Покемонов", + "quest_title_quest_catch_trubbish_plural": "Поймай {{amount_0}} Траббишей", + "quest_title_quest_catch_type_bug_plural": "Поймай Покемонов типа Насекомое ×{{amount_0}}", + "quest_title_quest_catch_type_bug_plural_unique": "Поймай Покемонов типа Насекомое разных видов ×{{amount_0}}", + "quest_title_quest_catch_type_bug_singular": "Поймай 1 Покемона типа Насекомое", + "quest_title_quest_catch_type_buzzwole": "Поймай Покемона того же типа, что и Баззвол", + "quest_title_quest_catch_type_buzzwole_effective": "Поймай Покемона, к типу которого слаб Баззвол", + "quest_title_quest_catch_type_buzzwole_plural": "Поймай {{amount_0}} Покемонов того же типа, что и Баззвол", + "quest_title_quest_catch_type_celesteela_effective": "Поймай Покемона, к типу которого слаб Селестила", + "quest_title_quest_catch_type_dark_plural": "Поймай Покемонов типа Тёмный ×{{amount_0}}", + "quest_title_quest_catch_type_dark_plural_unique": "Поймай разных особей Покемонов типа Тёмный ×{{amount_0}}", + "quest_title_quest_catch_type_dark_singular": "Поймай 1 Покемона типа Тёмный", + "quest_title_quest_catch_type_dragon_normal_plural": "Поймай Покемонов типа Обычный или Дракон ×{{amount_0}}", + "quest_title_quest_catch_type_dragon_plural": "Поймай Покемонов типа Дракон ×{{amount_0}}", + "quest_title_quest_catch_type_dragon_plural_unique": "Поймай разных особей Покемонов типа Дракон ×{{amount_0}}", + "quest_title_quest_catch_type_dragon_singular": "Поймай 1 Покемона типа Дракон", + "quest_title_quest_catch_type_electric_flying_plural": "Поймай Покемонов типа Электро или Летающий ×{{amount_0}}", + "quest_title_quest_catch_type_electric_plural": "Поймай Покемонов типа Электро ×{{amount_0}}", + "quest_title_quest_catch_type_electric_plural_unique": "Поймай разных Покемонов типа Электро ×{{amount_0}}", + "quest_title_quest_catch_type_electric_singular": "Поймай 1 Покемона типа Электро", + "quest_title_quest_catch_type_fairy_plural": "Поймай Покемонов типа Фея ×{{amount_0}}", + "quest_title_quest_catch_type_fairy_plural_unique": "Поймай Покемонов типа Фея разных видов ×{{amount_0}}", + "quest_title_quest_catch_type_fairy_singular": "Поймай 1 Покемона типа Фея", + "quest_title_quest_catch_type_fighting_plural": "Поймай Покемонов типа Боевой ×{{amount_0}}", + "quest_title_quest_catch_type_fighting_plural_unique": "Поймай разных особей Покемонов типа Боевой ×{{amount_0}}", + "quest_title_quest_catch_type_fighting_singular": "Поймай 1 Покемона типа Боевой", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Поймай Покемонов типа Огонь или Тёмный ×{{amount_0}}", + "quest_title_quest_catch_type_fire_plural": "Поймай Покемонов типа Огонь ×{{amount_0}}", + "quest_title_quest_catch_type_fire_singular": "Поймай 1 Покемона типа Огонь", + "quest_title_quest_catch_type_flying_plural": "Поймай Покемонов типа Летающий ×{{amount_0}}", + "quest_title_quest_catch_type_flying_plural_unique": "Поймай разных особей Покемонов типа Летающий ×{{amount_0}}", + "quest_title_quest_catch_type_flying_singular": "Поймай 1 Покемона типа Летающий", + "quest_title_quest_catch_type_ghost_dark_plural": "Поймай Покемонов типов Привидение или Тёмный ×{{amount_0}}", + "quest_title_quest_catch_type_ghost_plural": "Поймай Покемонов типа Привидение ×{{amount_0}}", + "quest_title_quest_catch_type_ghost_plural_unique": "Поймай Покемонов типа Привидение разных видов ×{{amount_0}}", + "quest_title_quest_catch_type_ghost_singular": "Поймай 1 Покемона типа Привидение", + "quest_title_quest_catch_type_grass_bug_plural": "Поймай Покемонов типов Трава или Лёд ×{{amount_0}}", + "quest_title_quest_catch_type_grass_plural": "Поймай Покемонов типа Трава ×{{amount_0}}", + "quest_title_quest_catch_type_grass_plural_unique": "Поймай Покемонов типа Трава разных видов ×{{amount_0}}", + "quest_title_quest_catch_type_grass_poison_plural": "Поймай Покемонов типа Трава или Яд ×{{amount_0}}", + "quest_title_quest_catch_type_grass_singular": "Поймай 1 Покемона типа Трава", + "quest_title_quest_catch_type_ground_plural": "Поймай Покемонов типа Земля ×{{amount_0}}", + "quest_title_quest_catch_type_ground_plural_unique": "Поймай Покемонов типа Земля разных видов ×{{amount_0}}", + "quest_title_quest_catch_type_ground_singular": "Поймай 1 Покемона типа Земля", + "quest_title_quest_catch_type_guzzlord_effective": "Поймай Покемона, к типу которого слаб Газзлорд", + "quest_title_quest_catch_type_ice_grass_plural_unique": "Поймай Покемонов типа Трава или Лёд ×{{amount_0}}", + "quest_title_quest_catch_type_ice_plural": "Поймай Покемонов типа Лёд ×{{amount_0}}", + "quest_title_quest_catch_type_ice_plural_unique": "Поймай разных особей Покемонов типа Лёд ×{{amount_0}}", + "quest_title_quest_catch_type_ice_singular": "Поймай 1 Покемона типа Лёд", + "quest_title_quest_catch_type_kartana_effective": "Поймай Покемона, к типу которого слаб Картана", + "quest_title_quest_catch_type_nihilego": "Поймай Покемона того же типа, что и Нигилего", + "quest_title_quest_catch_type_nihilego_effective": "Поймай Покемона, к типу которого слаб Нигилего", + "quest_title_quest_catch_type_nihilego_plural": "Поймай {{amount_0}} Покемонов того же типа, что и Нигилего", + "quest_title_quest_catch_type_normal_plural": "Поймай Покемонов типа Обычный ×{{amount_0}}", + "quest_title_quest_catch_type_normal_plural_unique": "Поймай разных особей Покемонов типа Обычный ×{{amount_0}}", + "quest_title_quest_catch_type_normal_singular": "Поймай 1 Покемона типа Обычный", + "quest_title_quest_catch_type_pheremosa_effective": "Поймай Покемона, к типу которого слаба Феромоса", + "quest_title_quest_catch_type_pheromosa": "Поймай Покемона того же типа, что и Феромоса", + "quest_title_quest_catch_type_pheromosa_plural": "Поймай {{amount_0}} Покемонов того же типа, что и Феромоса", + "quest_title_quest_catch_type_poison_plural": "Поймай Покемонов типа Яд ×{{amount_0}}", + "quest_title_quest_catch_type_poison_plural_unique": "Поймай разных особей Покемонов типа Яд ×{{amount_0}}", + "quest_title_quest_catch_type_poison_singular": "Поймай 1 Покемона типа Яд", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "Поймай Покемонов типа Психо или Боевой ×{{amount_0}}", + "quest_title_quest_catch_type_psychic_plural": "Поймай Покемонов типа Психо ×{{amount_0}}", + "quest_title_quest_catch_type_psychic_plural_unique": "Поймай Покемонов типа Психо разных видов ×{{amount_0}}", + "quest_title_quest_catch_type_psychic_singular": "Поймай 1 Покемона типа Психо", + "quest_title_quest_catch_type_rock_plural": "Поймай Покемонов типа Камень ×{{amount_0}}", + "quest_title_quest_catch_type_rock_plural_unique": "Поймай разных особей Покемонов типа Камень ×{{amount_0}}", + "quest_title_quest_catch_type_rock_singular": "Поймай 1 Покемона типа Камень", + "quest_title_quest_catch_type_shaymin": "Поймай Покемона того же типа, что и Шеймин", + "quest_title_quest_catch_type_shaymin_plural": "Поймай {{amount_0}} Покемонов того же типа, что и Шеймин", + "quest_title_quest_catch_type_steel_plural": "Поймай Покемонов типа Сталь ×{{amount_0}}", + "quest_title_quest_catch_type_steel_plural_unique": "Поймай Покемонов типа Сталь разных видов ×{{amount_0}}", + "quest_title_quest_catch_type_steel_singular": "Поймай 1 Покемона типа Сталь", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Поймай Покемонов типа Огонь, Вода или Электро ×{{amount_0}}", + "quest_title_quest_catch_type_water_flying_plural": "Поймай Покемонов типа Вода или Летающий ×{{amount_0}}", + "quest_title_quest_catch_type_water_ground_plural": "Поймай Покемонов типа Вода или Земля ×{{amount_0}}", + "quest_title_quest_catch_type_water_plural": "Поймай Покемонов типа Вода ×{{amount_0}}", + "quest_title_quest_catch_type_water_plural_unique": "Поймай Покемонов типа Вода разных видов ×{{amount_0}}", + "quest_title_quest_catch_type_water_singular": "Поймай 1 Покемона типа Вода", + "quest_title_quest_catch_type_xurkitree": "Поймай Покемона того же типа, что и Заркитри", + "quest_title_quest_catch_type_xurkitree_effective": "Поймай Покемона, к типу которого слаб Заркитри", + "quest_title_quest_catch_type_xurkitree_plural": "Поймай {{amount_0}} Покемонов того же типа, что и Заркитри", + "quest_title_quest_catch_types_rainy_plural": "Поймай Покемонов типов Вода, Электро или Насекомое ×{{amount_0}}", + "quest_title_quest_catch_types_rainy_singular": "Поймай 1 Покемона типа Вода, Электро или Насекомое", + "quest_title_quest_catch_types_snowy_plural": "Поймай Покемонов типов Лёд или Сталь ×{{amount_0}}", + "quest_title_quest_catch_types_snowy_singular": "Поймай 1 Покемона типа Лёд или Сталь", + "quest_title_quest_catch_types_sunny_plural": "Поймай Покемонов типов Трава, Огонь или Земля ×{{amount_0}}", + "quest_title_quest_catch_types_sunny_singular": "Поймай 1 Покемона типа Трава, Огонь или Земля", + "quest_title_quest_catch_types_windy_plural": "Поймай Покемонов типов Летающий, Психо или Дракон ×{{amount_0}}", + "quest_title_quest_catch_types_windy_singular": "Поймай 1 Покемона типа Летающий, Психо или Дракон", + "quest_title_quest_catch_weather_boost_plural": "Поймай {{amount_0}} Покемонов при погодном усилении ", + "quest_title_quest_catch_weather_boost_singular": "Поймай 1 Покемона при погодном усилении", + "quest_title_quest_catch_whismur": "Поймай {{amount_0}} Визмуров", + "quest_title_quest_challenge_party_power_plural": "Используй силу команды в рейдах ×{{amount_0}}", + "quest_title_quest_challenge_party_power_singular": "Используй силу команды в рейде", + "quest_title_quest_change_form_furfrou": "Поменяй стрижку Фурфу", + "quest_title_quest_change_form_plural": "Измени форму {{amount_0}} Покемонов", + "quest_title_quest_change_form_singular": "Измени форму 1 Покемона", + "quest_title_quest_chansey_catch_b": "Поймай Ченси ×{{amount_0}}", + "quest_title_quest_chansey_evolve_b_plural": "Эволюционируй Ченси ×{{amount_0}}", + "quest_title_quest_chansey_evolve_b_singular": "Эволюционируй Ченси", + "quest_title_quest_chansey_snapshot_b": "Сделай фото Ченси ×{{amount_0}}", + "quest_title_quest_charge_attack_party_plural": "Играя в команде, используй заряженные атаки ×{{amount_0}}", + "quest_title_quest_charge_attack_party_singular": "Играя в команде, используй заряженную атаку", + "quest_title_quest_charged_attack_plural": "Используй заряженные атаки: {{amount_0}}", + "quest_title_quest_charjabug_evolve_b": "Эволюционируй Чарьябагов ×{{amount_0}}", + "quest_title_quest_chart_catch_b": "Поймай {{amount_0}} Чармандеров", + "quest_title_quest_chart_catch_s1": "Поймай {{amount_0}} Чармелеонов", + "quest_title_quest_chart_evolve_b": "Эволюционируй {{amount_0}} Чармандеров", + "quest_title_quest_chart_evolve_s1": "Эволюционируй Чармелеонов: {{amount_0}}", + "quest_title_quest_chespin_catch_b": "Поймай {{amount_0}} Чеспинов", + "quest_title_quest_chespin_evolve_b": "Эволюционируй {{amount_0}} Чеспинов", + "quest_title_quest_chespin_snapshot_b": "Сделай фото {{amount_0}} Чеспинов", + "quest_title_quest_crocalor_evolve_b": "Эволюционируй Крокалора", + "quest_title_quest_cyndaquil_catch_b": "Поймай Синдаквилов ×{{amount_0}}", + "quest_title_quest_cyndaquil_evolve_b_plural": "Эволюционируй Синдаквилов ×{{amount_0}}", + "quest_title_quest_cyndaquil_evolve_b_singular": "Эволюционируй Синдаквила", + "quest_title_quest_dartrix_evolve_b_plural": "Эволюционируй Дартриксов ×{{amount_0}}", + "quest_title_quest_dartrix_evolve_b_singular": "Эволюционируй Дартриксов ×{{amount_0}}", + "quest_title_quest_dec2021_catch_b": "Поймай {{amount_0}} Покемонов, представленных в днях сообщества 2021", + "quest_title_quest_dec2022_catch_b": "Поймай {{amount_0}} Покемонов, представленных в Декабрьском дне сообщества 2022", + "quest_title_quest_dec2023_catch_b": "Поймай Покемонов, представленных в днях сообщества 2023 ×{{amount_0}}", + "quest_title_quest_defeat_jessie_james_plural": "Победи Джесси или Джеймса ×{{amount_0}}", + "quest_title_quest_defeat_rocket": "Победи {{amount_0}} членов Команды Ракета GO", + "quest_title_quest_defeat_rocket_leader_2500": "Победи лидера Команды Ракета GO, используя только Покемонов с 2500 БC или меньше ×{{amount_0}}", + "quest_title_quest_defeat_rocket_singular": "Победи члена Команды Ракета GO", + "quest_title_quest_deino_catch": "Поймай {{amount_0}} Дейно", + "quest_title_quest_deino_evolve_a": "Эволюционируй {{amount_0}} Дейно", + "quest_title_quest_deino_evolve_b": "Эволюционируй {{amount_0}} Дейно или Цвайлосов", + "quest_title_quest_deino_snap": "Сделай {{amount_0}} фото Дейно", + "quest_title_quest_dragonair_evolve_b": "Эволюционируй {{amount_0}} Драгонэйра", + "quest_title_quest_dratini_cdc_catch_b": "Поймай {{amount_0}} Дратини", + "quest_title_quest_dratini_cdc_evolve_b": "Эволюционируй {{amount_0}} Дратини", + "quest_title_quest_dratini_cdc_snapshot_b": "Сделай фото {{amount_0}} Дратини", + "quest_title_quest_drizzle_evolve": "Эволюционируй Дриззайла", + "quest_title_quest_dude_catch": "Поймай {{amount_0}} Геодудов", + "quest_title_quest_dude_evolve_a": "Эволюционируй {{amount_0}} Геодудов", + "quest_title_quest_dude_evolve_b": "Эволюционируй {{amount_0}} Гравелера", + "quest_title_quest_dude_snap": "Сделай {{amount_0}} фото Геодуда", + "quest_title_quest_duskt_catch_b": "Поймай {{amount_0}} Даскаллов", + "quest_title_quest_duskt_evolve_b": "Эволюционируй {{amount_0}} Даскаллов", + "quest_title_quest_duskt_evolve_s1": "Эволюционируй Дасклопса: {{amount_0}}", + "quest_title_quest_earn_buddy_ribbon_plural": "Earn {{amount_0}} Best Buddy Ribbons with your Pokémon", + "quest_title_quest_eelektrik_evolve_b_plural": "Эволюционируй Электриков ×{{amount_0}}", + "quest_title_quest_eelektrik_evolve_b_singular": "Эволюционируй Электрика", + "quest_title_quest_eevee_evolve_plural": "Эволюционируй Иви в каждую из возможных Эволюций", + "quest_title_quest_eevet_catch_b": "Поймай {{amount_0}} Иви", + "quest_title_quest_eevet_evolve_b": "Эволюционируй {{amount_0}} Иви", + "quest_title_quest_elect_catch_b": "Поймай {{amount_0}} Электабаззов", + "quest_title_quest_elect_evolve_b": "Эволюционируй Электабаззов: {{amount_0}}", + "quest_title_quest_elite_raid_victory_plural": "Победи в элитных рейдах ×{{amount_0}}", + "quest_title_quest_elite_raid_victory_singular": "Победи в элитном рейде", + "quest_title_quest_elite4_a": "Победи Элитную Четвёрку Тура GO: Тренер Меса", + "quest_title_quest_elite4_b": "Победи Элитную Четвёрку Тура GO: Тренер Кейв", + "quest_title_quest_elite4_c": "Победи Элитную Четвёрку Тура GO: Тренер Оушен", + "quest_title_quest_elite4_d": "Победи Элитную Четвёрку Тура GO: Тренер Саванна", + "quest_title_quest_elrd22_april16_battle": "Эксегкьют-квест: Сразись в Гиме", + "quest_title_quest_elrd22_april16_berries": "Эксегкьют-квест: Используй 3 ягоды для поимки Покемонов", + "quest_title_quest_elrd22_april16_catch_grass": "Эксегкьют-квест: Поймай 3 Покемонов типа Трава", + "quest_title_quest_elrd22_april16_charged_move": "Эксегкьют-квест: Используй суперэффективную заряженную атаку", + "quest_title_quest_elrd22_april16_curve": "Эксегкьют-квест: Сделай 5 кручёных бросков", + "quest_title_quest_elrd22_april16_evolve_grass": "Эксегкьют-квест: Эволюционируй 2 Покемонов типа Трава", + "quest_title_quest_elrd22_april16_gifts_stickers": "Эксегкьют-квест: Отправь 2 подарка и добавь наклейку к каждому", + "quest_title_quest_elrd22_april16_great": "Эксегкьют-квест: Сделай 3 отличных броска", + "quest_title_quest_elrd22_april16_great_row": "Эксегкьют-квест: Сделай 2 отличных броска подряд", + "quest_title_quest_elrd22_april16_nice": "Эксегкьют-квест: Сделай 5 хороших бросков", + "quest_title_quest_elrd22_april16_nice_row": "Эксегкьют-квест: Сделай 3 хороших броска подряд", + "quest_title_quest_elrd22_april16_raid": "Эксегкьют-квест: Сразись в 1 рейде", + "quest_title_quest_elrd22_april16_spin": "Эксегкьют-квест: Покрути 2 Покестопа", + "quest_title_quest_elrd22_april16_weather_easy": "Эксегкьют-квест: Поймай 3 Покемонов при погодном усилении", + "quest_title_quest_elrd22_april16_weather_hard": "Эксегкьют-квест: Поймай 5 Покемонов при погодном усилении", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Эксегкьют-квест: Сделай фото дикого Покемона типа Трава", + "quest_title_quest_equinox19_catch_medium_pkmn": "Поймай {{amount_0}} Бульбазавров или Чикорит", + "quest_title_quest_equinox19_catch_type_grass_plural": "Поймай Покемонов типа Трава ×{{amount_0}}", + "quest_title_quest_equinox19_evolve_type_grass_plural": "Эволюционируй Покемонов типа Трава ×{{amount_0}}", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Эволюционируй Покемонов типа Трава ×{{amount_0}}", + "quest_title_quest_event_eevee_snapshot_barcelona": "Сделай фото своего Иви в Барселоне", + "quest_title_quest_event_eevee_snapshot_jakarta": "Сделай фото своего Иви в Джакарте", + "quest_title_quest_event_eevee_snapshot_mexico_city": "Сделай фото своего Иви в Мехико", + "quest_title_quest_event_eevee_snapshot_seoul": "Сделай фото своего Иви в Сеуле", + "quest_title_quest_event_eevee_snapshot_tainan": "Сделай фото своего Иви в Тайнане", + "quest_title_quest_event_leave_behind_spin": "Покрути 10 новых Покестопов или Гимов", + "quest_title_quest_event_leave_behind_spin_safari_city": "Покрути любой Покестоп во время события Исследователи Иви", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Покрути новые Покестопы во время события Исследователи Иви: {{amount_0}}", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Покрути новый Покестоп во время события Исследователи Иви", + "quest_title_quest_event_spin_barcelona": "Покрути 1 Покестоп или Гим в Барселоне", + "quest_title_quest_event_spin_incheon": "Покрути 1 Покестоп или Гим в Инчхоне", + "quest_title_quest_event_spin_jakarta": "Покрути 1 Покестоп или Гим в Джакарте", + "quest_title_quest_event_spin_mexico_city": "Покрути 1 Покестоп или Гим в Мехико", + "quest_title_quest_event_spin_seoul": "Покрути 1 Покестоп или Гим в Сеуле", + "quest_title_quest_event_spin_tainan": "Покрути 1 Покестоп или Гим в Тайнане", + "quest_title_quest_evolve_abra_singular": "Эволюционируй 1 Покемона: Абра", + "quest_title_quest_evolve_aipom_singular": "Эволюционируй 1 Покемона: Эйпом", + "quest_title_quest_evolve_amaura_singular": "Эволюционируй 1 Покемона: Амаура", + "quest_title_quest_evolve_anorith_singular": "Эволюционируй 1 Покемона: Анорит", + "quest_title_quest_evolve_archen_singular": "Эволюционируй 1 Покемона: Аркен", + "quest_title_quest_evolve_aron_singular": "Эволюционируй 1 Покемона: Арон", + "quest_title_quest_evolve_axew_singular": "Эволюционируй 1 Покемона: Эксью", + "quest_title_quest_evolve_azurill_singular": "Эволюционируй 1 Покемона: Азурилл", + "quest_title_quest_evolve_bagon_singular": "Эволюционируй 1 Покемона: Бейгон", + "quest_title_quest_evolve_baltoy_singular": "Эволюционируй 1 Покемона: Балтой", + "quest_title_quest_evolve_barboach_singular": "Эволюционируй 1 Покемона: Барбоч", + "quest_title_quest_evolve_bayleef": "Эволюционируй своего Бэйлифа", + "quest_title_quest_evolve_bayleef_singular": "Эволюционируй 1 Покемона: Бэйлиф", + "quest_title_quest_evolve_beldum_singular": "Эволюционируй 1 Покемона: Белдам", + "quest_title_quest_evolve_bellsprout_singular": "Эволюционируй 1 Покемона: Беллспраут", + "quest_title_quest_evolve_bergmite_singular": "Эволюционируй 1 Покемона: Бергмайт", + "quest_title_quest_evolve_bidoof_singular": "Эволюционируй 1 Покемона: Бидуф", + "quest_title_quest_evolve_binacle_singular": "Эволюционируй 1 Покемона: Байнакл", + "quest_title_quest_evolve_blitzle_singular": "Эволюционируй 1 Покемона: Блитцл", + "quest_title_quest_evolve_boldore_singular": "Эволюционируй 1 Покемона: Болдор", + "quest_title_quest_evolve_bonsly_singular": "Эволюционируй 1 Покемона: Бонслай", + "quest_title_quest_evolve_braixen_singular": "Эволюционируй 1 Покемона: Брейксен", + "quest_title_quest_evolve_bronzor_singular": "Эволюционируй 1 Покемона: Бронзор", + "quest_title_quest_evolve_budew_singular": "Эволюционируй 1 Покемона: Бадью", + "quest_title_quest_evolve_buizel_singular": "Эволюционируй 1 Покемона: Буизел", + "quest_title_quest_evolve_bulbasaur": "Эволюционируй 1 Бульбазавра", + "quest_title_quest_evolve_bulbasaur_singular": "Эволюционируй 1 Бульбазавра", + "quest_title_quest_evolve_buneary_singular": "Эволюционируй 1 Покемона: Бунири", + "quest_title_quest_evolve_bunnelby_singular": "Эволюционируй 1 Покемона: Баннелби", + "quest_title_quest_evolve_burmy_singular": "Эволюционируй 1 Покемона: Бурми", + "quest_title_quest_evolve_cacnea_singular": "Эволюционируй 1 Покемона: Какнея", + "quest_title_quest_evolve_carvanha_singular": "Эволюционируй 1 Покемона: Карванья", + "quest_title_quest_evolve_cascoon_singular": "Эволюционируй 1 Покемона: Каскун", + "quest_title_quest_evolve_caterpie_singular": "Эволюционируй 1 Покемона: Катерпи", + "quest_title_quest_evolve_chansey_singular": "Эволюционируй 1 Покемона: Ченси", + "quest_title_quest_evolve_charmander": "Эволюционируй 1 Чармандера", + "quest_title_quest_evolve_charmander_singular": "Эволюционируй 1 Покемона: Чармандер", + "quest_title_quest_evolve_charmeleon_singular": "Эволюционируй 1 Покемона: Чармелеон", + "quest_title_quest_evolve_cherubi_singular": "Эволюционируй 1 Покемона: Чераби", + "quest_title_quest_evolve_chespin_singular": "Эволюционируй 1 Покемона: Чеспин", + "quest_title_quest_evolve_chikorita": "Эволюционируй своего Чикориту", + "quest_title_quest_evolve_chikorita_singular": "Эволюционируй 1 Покемона: Чикорита", + "quest_title_quest_evolve_chimchar_singular": "Эволюционируй 1 Покемона: Чимчар", + "quest_title_quest_evolve_chinchou_singular": "Эволюционируй 1 Покемона: Чинчоу", + "quest_title_quest_evolve_chingling_singular": "Эволюционируй 1 Покемона: Чинглинг", + "quest_title_quest_evolve_clamperl_singular": "Эволюционируй 1 Покемона: Кламперл", + "quest_title_quest_evolve_clauncher_singular": "Эволюционируй 1 Покемона: Клаунчер", + "quest_title_quest_evolve_clefairy_singular": "Эволюционируй 1 Покемона: Клефэйри", + "quest_title_quest_evolve_cleffa_singular": "Эволюционируй 1 Покемона: Клеффа", + "quest_title_quest_evolve_combee_singular": "Эволюционируй 1 Покемона: Комби", + "quest_title_quest_evolve_combusken_singular": "Эволюционируй 1 Покемона: Комбаскен", + "quest_title_quest_evolve_corphish_singular": "Эволюционируй 1 Покемона: Корфиш", + "quest_title_quest_evolve_cosmoem_singular": "Эволюционируй Космоема", + "quest_title_quest_evolve_cosmog_singular": "Эволюционируй Космога", + "quest_title_quest_evolve_cottonee_singular": "Эволюционируй 1 Покемона: Коттони", + "quest_title_quest_evolve_cranidos_singular": "Эволюционируй 1 Покемона: Кранидос", + "quest_title_quest_evolve_croagunk_singular": "Эволюционируй 1 Покемона: Кроганк", + "quest_title_quest_evolve_croconaw": "Эволюционируй своего Кроконава", + "quest_title_quest_evolve_croconaw_singular": "Эволюционируй 1 Кроконава", + "quest_title_quest_evolve_cubchoo_singular": "Эволюционируй 1 Покемона: Кабчу", + "quest_title_quest_evolve_cubone_singular": "Эволюционируй 1 Покемона: Кьюбон", + "quest_title_quest_evolve_cyndaquil": "Эволюционируй своего Синдаквила", + "quest_title_quest_evolve_cyndaquil_singular": "Эволюционируй 1 Покемона: Синдаквил", + "quest_title_quest_evolve_dark_type_singular": "Эволюционируй Покемона типа Тёмный", + "quest_title_quest_evolve_darumaka_singular": "Эволюционируй 1 Покемона: Дарумака", + "quest_title_quest_evolve_deerling_singular": "Эволюционируй 1 Покемона: Дирлинг", + "quest_title_quest_evolve_deino_singular": "Эволюционируй 1 Покемона: Дейно", + "quest_title_quest_evolve_dewott_singular": "Эволюционируй 1 Покемона: Девотт", + "quest_title_quest_evolve_diglett_singular": "Эволюционируй 1 Покемона: Диглетт", + "quest_title_quest_evolve_doduo_singular": "Эволюционируй 1 Покемона: Додуо", + "quest_title_quest_evolve_doublade_singular": "Эволюционируй 1 Покемона: Дублейд", + "quest_title_quest_evolve_dragonair_singular": "Эволюционируй 1 Драгонэйра", + "quest_title_quest_evolve_dratini_singular": "Эволюционируй 1 Дратини", + "quest_title_quest_evolve_drifloon_singular": "Эволюционируй 1 Покемона: Дрифлун", + "quest_title_quest_evolve_drilbur_singular": "Эволюционируй 1 Покемона: Дрилбур", + "quest_title_quest_evolve_drowzee_singular": "Эволюционируй 1 Покемона: Драузи", + "quest_title_quest_evolve_ducklett_singular": "Эволюционируй 1 Покемона: Даклетт", + "quest_title_quest_evolve_duosion_singular": "Эволюционируй 1 Покемона: Дуожн", + "quest_title_quest_evolve_durant_singular": "Эволюционируй 1 Покемона: Дюрант", + "quest_title_quest_evolve_dusclops_singular": "Эволюционируй 1 Покемона: Дасклопс", + "quest_title_quest_evolve_duskull_singular": "Эволюционируй 1 Покемона: Даскалл", + "quest_title_quest_evolve_dwebble_singular": "Эволюционируй 1 Покемона: Двеббл", + "quest_title_quest_evolve_eelektrik_singular": "Эволюционируй 1 Покемона: Электрик", + "quest_title_quest_evolve_eevee_singular": "Эволюционируй 1 Покемона: Иви", + "quest_title_quest_evolve_eevee_types_plural": "Эволюционируй Покемонов типов Электро, Вода или Огонь ×{{amount_0}}", + "quest_title_quest_evolve_eevee_types_singular": "Эволюционируй 1 Покемона типа Электро, Вода или Огонь", + "quest_title_quest_evolve_ekans_singular": "Эволюционируй 1 Покемона: Эканс", + "quest_title_quest_evolve_electabuzz_singular": "Эволюционируй 1 Покемона: Электабазз", + "quest_title_quest_evolve_electrike_singular": "Эволюционируй 1 Покемона: Электрайк", + "quest_title_quest_evolve_elekid_singular": "Эволюционируй 1 Покемона: Элекид", + "quest_title_quest_evolve_elgyem_singular": "Эволюционируй 1 Покемона: Элгием", + "quest_title_quest_evolve_espeon": "Эволюционируй Иви в Эспеона в дневное время", + "quest_title_quest_evolve_espurr_singular": "Эволюционируй 1 Покемона: Эспурр", + "quest_title_quest_evolve_evolved_grass_singular": "Эволюционируй 1 эволюционировавшего Покемона типа Трава", + "quest_title_quest_evolve_exeggcute_singular": "Эволюционируй 1 Покемона: Эксегкьют", + "quest_title_quest_evolve_farfetch'd_singular": "Эволюционируй 1 Покемона: Фарфетчд", + "quest_title_quest_evolve_feebas_singular": "Эволюционируй 1 Покемона: Фибас", + "quest_title_quest_evolve_fennekin_singular": "Эволюционируй 1 Феннекина", + "quest_title_quest_evolve_ferroseed_singular": "Эволюционируй 1 Покемона: Ферросид", + "quest_title_quest_evolve_finneon_singular": "Эволюционируй 1 Покемона: Финнеон", + "quest_title_quest_evolve_flaaffy_singular": "Эволюционируй 1 Покемона: Флааффи", + "quest_title_quest_evolve_flabébé_singular": "Эволюционируй 1 Покемона: Флабебе", + "quest_title_quest_evolve_fletchinder_singular": "Эволюционируй 1 Покемона: Флетчлиндер", + "quest_title_quest_evolve_fletchling_singular": "Эволюционируй 1 Покемона: Флетчлинг", + "quest_title_quest_evolve_floette_singular": "Эволюционируй 1 Покемона: Флоэтт", + "quest_title_quest_evolve_foongus_singular": "Эволюционируй 1 Покемона: Фунгус", + "quest_title_quest_evolve_fraxure_singular": "Эволюционируй 1 Покемона: Фрэкшур", + "quest_title_quest_evolve_frillish_singular": "Эволюционируй 1 Покемона: Фриллиш", + "quest_title_quest_evolve_froakie_singular": "Эволюционируй 1 Покемона: Фроки", + "quest_title_quest_evolve_frogadier_singular": "Эволюционируй 1 Покемона: Фрогадир", + "quest_title_quest_evolve_gabite_singular": "Эволюционируй 1 Покемона: Габайт", + "quest_title_quest_evolve_gastly_singular": "Эволюционируй 1 Покемона: Гастли", + "quest_title_quest_evolve_geodude_singular": "Эволюционируй 1 Покемона: Геодуд", + "quest_title_quest_evolve_gible_singular": "Эволюционируй 1 Покемона: Гибл", + "quest_title_quest_evolve_glalie_singular": "Эволюционируй 1 Покемона: Глейли", + "quest_title_quest_evolve_glameow_singular": "Эволюционируй 1 Покемона: Глеймяу", + "quest_title_quest_evolve_gligar_singular": "Эволюционируй 1 Покемона: Глайгар", + "quest_title_quest_evolve_gloom_singular": "Эволюционируй 1 Покемона: Глум", + "quest_title_quest_evolve_golbat_singular": "Эволюционируй 1 Покемона: Голбат", + "quest_title_quest_evolve_goldeen_singular": "Эволюционируй 1 Покемона: Голдин", + "quest_title_quest_evolve_golett_singular": "Эволюционируй 1 Покемона: Голетт", + "quest_title_quest_evolve_goomy_singular": "Эволюционируй 1 Покемона: Гуми", + "quest_title_quest_evolve_gothita_singular": "Эволюционируй 1 Покемона: Гофита", + "quest_title_quest_evolve_gothorita_singular": "Эволюционируй 1 Покемона: Гофорита", + "quest_title_quest_evolve_graveler_singular": "Эволюционируй 1 Покемона: Гравелер", + "quest_title_quest_evolve_grimer_singular": "Эволюционируй 1 Покемона: Граймер", + "quest_title_quest_evolve_grotle_singular": "Эволюционируй 1 Покемона: Гротл", + "quest_title_quest_evolve_ground_plural": "Эволюционируй Покемонов типа Земля ×{{amount_0}}", + "quest_title_quest_evolve_grovyle_singular": "Эволюционируй 1 Покемона: Гровайл", + "quest_title_quest_evolve_growlithe_singular": "Эволюционируй 1 Покемона: Гроулит", + "quest_title_quest_evolve_gulpin_singular": "Эволюционируй 1 Покемона: Гальпин", + "quest_title_quest_evolve_gurdurr_singular": "Эволюционируй 1 Покемона: Гурдурр", + "quest_title_quest_evolve_happiny_singular": "Эволюционируй 1 Покемона: Хаппини", + "quest_title_quest_evolve_haunter_singular": "Эволюционируй 1 Покемона: Хонтер", + "quest_title_quest_evolve_heatmor_singular": "Эволюционируй 1 Покемона: Хитмор", + "quest_title_quest_evolve_helioptile_singular": "Эволюционируй 1 Покемона: Хелиоптайл", + "quest_title_quest_evolve_herdier_singular": "Эволюционируй 1 Покемона: Хардиер", + "quest_title_quest_evolve_hippopotas_singular": "Эволюционируй 1 Покемона: Гиппопотас", + "quest_title_quest_evolve_honedge_singular": "Эволюционируй 1 Покемона: Хонедж", + "quest_title_quest_evolve_hoothoot_singular": "Эволюционируй 1 Хутхута", + "quest_title_quest_evolve_hoppip_singular": "Эволюционируй 1 Покемона: Хоппип", + "quest_title_quest_evolve_horsea_singular": "Эволюционируй 1 Покемона: Хорси", + "quest_title_quest_evolve_houndour_singular": "Эволюционируй 1 Покемона: Хандор", + "quest_title_quest_evolve_igglybuff_singular": "Эволюционируй 1 Покемона: Игглибафф", + "quest_title_quest_evolve_illumise_singular": "Эволюционируй 1 Покемона: Иллюмайз", + "quest_title_quest_evolve_inkay_singular": "Эволюционируй 1 Покемона: Инкей", + "quest_title_quest_evolve_items_plural": "Используй предметы, чтобы эволюционировать Покемонов ×{{amount_0}}", + "quest_title_quest_evolve_items_singular": "Используй предмет, чтобы эволюционировать 1 Покемона", + "quest_title_quest_evolve_ivysaur_singular": "Эволюционируй 1 Покемона: Айвизавр", + "quest_title_quest_evolve_jigglypuff_singular": "Эволюционируй 1 Покемона: Джигглипафф", + "quest_title_quest_evolve_joltik_singular": "Эволюционируй 1 Покемона: Джолтик", + "quest_title_quest_evolve_kabuto_singular": "Эволюционируй 1 Покемона: Кабуто", + "quest_title_quest_evolve_kadabra_singular": "Эволюционируй 1 Покемона: Кадабра", + "quest_title_quest_evolve_kakuna_singular": "Эволюционируй 1 Покемона: Какуна", + "quest_title_quest_evolve_karrablast_singular": "Эволюционируй 1 Покемона: Каррабласт", + "quest_title_quest_evolve_kirlia_singular": "Эволюционируй 1 Покемона: Кирлия", + "quest_title_quest_evolve_klang_singular": "Эволюционируй 1 Покемона: Кланг", + "quest_title_quest_evolve_klink_singular": "Эволюционируй 1 Покемона: Клинк", + "quest_title_quest_evolve_koffing_singular": "Эволюционируй 1 Покемона: Коффинг", + "quest_title_quest_evolve_krabby_singular": "Эволюционируй 1 Покемона: Крабби", + "quest_title_quest_evolve_kricketot_singular": "Эволюционируй 1 Покемона: Крикетот", + "quest_title_quest_evolve_krokorok_singular": "Эволюционируй 1 Покемона: Крокорок", + "quest_title_quest_evolve_lairon_singular": "Эволюционируй 1 Покемона: Лайрон", + "quest_title_quest_evolve_lampent_singular": "Эволюционируй 1 Покемона: Лампент", + "quest_title_quest_evolve_larvesta_singular": "Эволюционируй 1 Покемона: Ларвеста", + "quest_title_quest_evolve_larvitar_singular": "Эволюционируй 1 Покемона: Ларвитар", + "quest_title_quest_evolve_ledyba_singular": "Эволюционируй 1 Покемона: Ледиба", + "quest_title_quest_evolve_lickitung_singular": "Эволюционируй 1 Покемона: Ликитанг", + "quest_title_quest_evolve_lileep_singular": "Эволюционируй 1 Покемона: Лилип", + "quest_title_quest_evolve_lillipup_singular": "Эволюционируй 1 Покемона: Лиллипап", + "quest_title_quest_evolve_linoone_singular": "Эволюционируй {{amount_0}} Галарского Лайнуна", + "quest_title_quest_evolve_litleo_singular": "Эволюционируй 1 Покемона: Литлео", + "quest_title_quest_evolve_litwick_singular": "Эволюционируй 1 Литвика", + "quest_title_quest_evolve_lombre_singular": "Эволюционируй 1 Покемона: Ломбрэ", + "quest_title_quest_evolve_lotad_singular": "Эволюционируй 1 Покемона: Лотад", + "quest_title_quest_evolve_loudred_singular": "Эволюционируй 1 Покемона: Лаудред", + "quest_title_quest_evolve_luxio_singular": "Эволюционируй 1 Покемона: Лаксио", + "quest_title_quest_evolve_machoke_singular": "Эволюционируй 1 Покемона: Мачоук", + "quest_title_quest_evolve_machop_singular": "Эволюционируй 1 Покемона: Мачоп", + "quest_title_quest_evolve_magby_singular": "Эволюционируй 1 Покемона: Магби", + "quest_title_quest_evolve_magikarp_singular": "Эволюционируй 1 Покемона: Мэджикарп", + "quest_title_quest_evolve_magmar_singular": "Эволюционируй 1 Покемона: Магмар", + "quest_title_quest_evolve_magnemite_singular": "Эволюционируй 1 Покемона: Магнемайт", + "quest_title_quest_evolve_makuhita_singular": "Эволюционируй 1 Покемона: Макухита", + "quest_title_quest_evolve_mankey_singular": "Эволюционируй 1 Покемона: Манки", + "quest_title_quest_evolve_mantyke_singular": "Эволюционируй 1 Покемона: Мантайк", + "quest_title_quest_evolve_mareep_singular": "Эволюционируй 1 Покемона: Марип", + "quest_title_quest_evolve_marill_singular": "Эволюционируй 1 Покемона: Мэрилл", + "quest_title_quest_evolve_marshtomp_singular": "Эволюционируй 1 Покемона: Марштомп", + "quest_title_quest_evolve_meditite_singular": "Эволюционируй 1 Покемона: Медитайт", + "quest_title_quest_evolve_meowth_singular": "Эволюционируй 1 Покемона: Мяут", + "quest_title_quest_evolve_metang_singular": "Эволюционируй 1 Покемона: Метанг", + "quest_title_quest_evolve_metapod_singular": "Эволюционируй 1 Покемона: Метапод", + "quest_title_quest_evolve_mienfoo_singular": "Эволюционируй 1 Покемона: Минфу", + "quest_title_quest_evolve_mime jr._singular": "Эволюционируй 1 Покемона: Майм-Джуниор", + "quest_title_quest_evolve_minccino_singular": "Эволюционируй 1 Покемона: Минччино", + "quest_title_quest_evolve_misdreavus_singular": "Эволюционируй 1 Покемона: Мисдривус", + "quest_title_quest_evolve_monferno_singular": "Эволюционируй 1 Покемона: Монферно", + "quest_title_quest_evolve_mr. mime_singular": "Эволюционируй 1 Покемона: Мистер Майм", + "quest_title_quest_evolve_mudkip_singular": "Эволюционируй 1 Мадкипа", + "quest_title_quest_evolve_munchlax_singular": "Эволюционируй 1 Покемона: Манчлакс", + "quest_title_quest_evolve_munna_singular": "Эволюционируй 1 Покемона: Мунна", + "quest_title_quest_evolve_murkrow_singular": "Эволюционируй 1 Покемона: Муркроу", + "quest_title_quest_evolve_natu_singular": "Эволюционируй 1 Нату", + "quest_title_quest_evolve_nidoranfemale_singular": "Эволюционируй 1 Покемона: Нидоран♀", + "quest_title_quest_evolve_nidoranmale_singular": "Эволюционируй 1 Покемона: Нидоран♂", + "quest_title_quest_evolve_nidorina_singular": "Эволюционируй 1 Покемона: Нидорина", + "quest_title_quest_evolve_nidorino_singular": "Эволюционируй 1 Покемона: Нидорино", + "quest_title_quest_evolve_nincada_singular": "Эволюционируй 1 Покемона: Нинкада", + "quest_title_quest_evolve_noibat_singular": "Эволюционируй 1 Покемона: Нойбат", + "quest_title_quest_evolve_nosepass_singular": "Эволюционируй 1 Покемона: Ноузпасс", + "quest_title_quest_evolve_numel_singular": "Эволюционируй 1 Покемона: Намел", + "quest_title_quest_evolve_nuzleaf_singular": "Эволюционируй 1 Покемона: Назлиф", + "quest_title_quest_evolve_oddish_singular": "Эволюционируй 1 Покемона: Оддиш", + "quest_title_quest_evolve_omanyte_singular": "Эволюционируй 1 Покемона: Оманайт", + "quest_title_quest_evolve_onix_singular": "Эволюционируй 1 Покемона: Оникс", + "quest_title_quest_evolve_oshawott_singular": "Эволюционируй 1 Покемона: Ошавотт", + "quest_title_quest_evolve_palpitoad_singular": "Эволюционируй 1 Покемона: Палпитоуд", + "quest_title_quest_evolve_pancham_singular": "Эволюционируй 1 Покемона: Панчам", + "quest_title_quest_evolve_panpour_singular": "Эволюционируй 1 Покемона: Панпур", + "quest_title_quest_evolve_pansage_singular": "Эволюционируй 1 Покемона: Пансейдж", + "quest_title_quest_evolve_pansear_singular": "Эволюционируй 1 Покемона: Пансир", + "quest_title_quest_evolve_paras_singular": "Эволюционируй 1 Покемона: Парас", + "quest_title_quest_evolve_patrat_singular": "Эволюционируй 1 Покемона: Патрат", + "quest_title_quest_evolve_pawniard_singular": "Эволюционируй 1 Покемона: Поуниард", + "quest_title_quest_evolve_petilil_singular": "Эволюционируй 1 Покемона: Петилил", + "quest_title_quest_evolve_phanpy_singular": "Эволюционируй 1 Покемона: Фэнпи", + "quest_title_quest_evolve_phantump_singular": "Эволюционируй 1 Покемона: Фантамп", + "quest_title_quest_evolve_pichu_singular": "Эволюционируй 1 Покемона: Пичу", + "quest_title_quest_evolve_pidgeotto_singular": "Эволюционируй 1 Покемона: Пиджеотто", + "quest_title_quest_evolve_pidgey_singular": "Эволюционируй 1 Покемона: Пиджи", + "quest_title_quest_evolve_pidove_singular": "Эволюционируй 1 Покемона: Пидав", + "quest_title_quest_evolve_pignite_singular": "Эволюционируй 1 Покемона: Пигнайт", + "quest_title_quest_evolve_pikachu_singular": "Эволюционируй 1 Покемона: Пикачу", + "quest_title_quest_evolve_piloswine_plural": "Эволюционируй {{amount_0}} Пилосвайна", + "quest_title_quest_evolve_piloswine_singular": "Эволюционируй 1 Покемона: Пилосвайн", + "quest_title_quest_evolve_pineco_singular": "Эволюционируй 1 Покемона: Пайнеко", + "quest_title_quest_evolve_piplup_singular": "Эволюционируй 1 Покемона: Пиплап", + "quest_title_quest_evolve_plural": "Эволюционируй {{amount_0}} Покемонов", + "quest_title_quest_evolve_poison_type_singular": "Эволюционируй 1 Покемона типа Яд", + "quest_title_quest_evolve_poliwag_singular": "Эволюционируй 1 Покемона: Поливаг", + "quest_title_quest_evolve_poliwhirl_singular": "Эволюционируй 1 Покемона: Поливирл", + "quest_title_quest_evolve_ponyta_singular": "Эволюционируй 1 Покемона: Понита", + "quest_title_quest_evolve_poochyena_singular": "Эволюционируй 1 Покемона: Пучиена", + "quest_title_quest_evolve_porygon2_singular": "Эволюционируй 1 Покемона: Поригон-2", + "quest_title_quest_evolve_prinplup_singular": "Эволюционируй 1 Покемона: Принплап", + "quest_title_quest_evolve_psyduck_singular": "Эволюционируй 1 Покемона: Псайдак", + "quest_title_quest_evolve_pumpkaboo_singular": "Эволюционируй 1 Покемона: Пампкабу", + "quest_title_quest_evolve_pupitar_singular": "Эволюционируй 1 Покемона: Пьюпитар", + "quest_title_quest_evolve_purrloin_singular": "Эволюционируй 1 Покемона: Пуррлойн", + "quest_title_quest_evolve_quilava": "Эволюционируй своего Квилаву", + "quest_title_quest_evolve_quilava_singular": "Эволюционируй 1 Покемона: Квилава", + "quest_title_quest_evolve_quilladin_singular": "Эволюционируй 1 Покемона: Квилладин", + "quest_title_quest_evolve_qwilfish_singular": "Эволюционируй 1 Покемона: Квилфиш", + "quest_title_quest_evolve_ralts_singular": "Эволюционируй 1 Покемона: Ролтс", + "quest_title_quest_evolve_rattata_singular": "Эволюционируй 1 Покемона: Раттата", + "quest_title_quest_evolve_remoraid_singular": "Эволюционируй 1 Покемона: Реморэйд", + "quest_title_quest_evolve_rhydon_singular": "Эволюционируй 1 Покемона: Райдон", + "quest_title_quest_evolve_rhyhorn_singular": "Эволюционируй 1 Покемона: Райхорн", + "quest_title_quest_evolve_riolu_singular": "Эволюционируй 1 Покемона: Риолу", + "quest_title_quest_evolve_roggenrola_singular": "Эволюционируй 1 Роггенролу", + "quest_title_quest_evolve_roselia_singular": "Эволюционируй 1 Покемона: Розелия", + "quest_title_quest_evolve_rufflet_singular": "Эволюционируй 1 Покемона: Раффлет", + "quest_title_quest_evolve_sandile_singular": "Эволюционируй 1 Покемона: Сэндайл", + "quest_title_quest_evolve_sandshrew_singular": "Эволюционируй 1 Покемона: Сэндшрю", + "quest_title_quest_evolve_sb_singular": "Эволюционируй 1 Снаббулла", + "quest_title_quest_evolve_scatterbug_singular": "Эволюционируй 1 Покемона: Скаттербаг", + "quest_title_quest_evolve_scraggy_singular": "Эволюционируй 1 Покемона: Скрэгги", + "quest_title_quest_evolve_scyther_singular": "Эволюционируй 1 Покемона: Скайтер", + "quest_title_quest_evolve_seadra_singular": "Эволюционируй 1 Покемона: Сидра", + "quest_title_quest_evolve_sealeo_singular": "Эволюционируй 1 Покемона: Силео", + "quest_title_quest_evolve_seedot_singular": "Эволюционируй 1 Покемона: Сидот", + "quest_title_quest_evolve_seel_singular": "Эволюционируй 1 Покемона: Сил", + "quest_title_quest_evolve_sentret_singular": "Эволюционируй 1 Покемона: Сентрет", + "quest_title_quest_evolve_servine_singular": "Эволюционируй 1 Покемона: Сервайн", + "quest_title_quest_evolve_sewaddle_singular": "Эволюционируй 1 Покемона: Севаддл", + "quest_title_quest_evolve_shelgon_singular": "Эволюционируй 1 Покемона: Шелгон", + "quest_title_quest_evolve_shellder_singular": "Эволюционируй 1 Покемона: Шеллдер", + "quest_title_quest_evolve_shellos_singular": "Эволюционируй 1 Покемона: Шеллос", + "quest_title_quest_evolve_shelmet_singular": "Эволюционируй 1 Покемона: Шелмет", + "quest_title_quest_evolve_shieldon_singular": "Эволюционируй 1 Покемона: Шилдон", + "quest_title_quest_evolve_shinx_singular": "Эволюционируй 1 Покемона: Шинкс", + "quest_title_quest_evolve_shroomish_singular": "Эволюционируй 1 Покемона: Шрумиш", + "quest_title_quest_evolve_shuckle_singular": "Эволюционируй 1 Покемона: Шакл", + "quest_title_quest_evolve_shuppet_singular": "Эволюционируй 1 Покемона: Шаппет", + "quest_title_quest_evolve_silcoon_singular": "Эволюционируй 1 Покемона: Силкун", + "quest_title_quest_evolve_singular": "Эволюционируй 1 Покемона", + "quest_title_quest_evolve_skiddo_singular": "Эволюционируй 1 Покемона: Скиддо", + "quest_title_quest_evolve_skiploom_singular": "Эволюционируй 1 Покемона: Скиплум", + "quest_title_quest_evolve_skitty_singular": "Эволюционируй 1 Покемона: Скитти", + "quest_title_quest_evolve_skorupi_singular": "Эволюционируй 1 Покемона: Скорупи", + "quest_title_quest_evolve_skrelp_singular": "Эволюционируй 1 Покемона: Скрелп", + "quest_title_quest_evolve_slakoth_singular": "Эволюционируй 1 Покемона: Слакот", + "quest_title_quest_evolve_sliggoo_singular": "Эволюционируй 1 Покемона: Слиггу", + "quest_title_quest_evolve_slowpoke_plural": "Эволюционируй {{amount_0}} Слоупоков", + "quest_title_quest_evolve_slowpoke_singular": "Эволюционируй 1 Покемона: Слоупок", + "quest_title_quest_evolve_slugma_singular": "Эволюционируй 1 Покемона: Слагма", + "quest_title_quest_evolve_smoochum_singular": "Эволюционируй 1 Покемона: Смучум", + "quest_title_quest_evolve_sneasel_singular": "Эволюционируй 1 Покемона: Снизел", + "quest_title_quest_evolve_snivy_singular": "Эволюционируй 1 Покемона: Снайви", + "quest_title_quest_evolve_snorunt_singular": "Эволюционируй 1 Покемона: Снорант", + "quest_title_quest_evolve_snover_singular": "Эволюционируй 1 Покемона: Сноувер", + "quest_title_quest_evolve_snubbull_singular": "Эволюционируй 1 Покемона: Снаббулл", + "quest_title_quest_evolve_solosis_singular": "Эволюционируй 1 Покемона: Солосис", + "quest_title_quest_evolve_spearow_singular": "Эволюционируй 1 Покемона: Спироу", + "quest_title_quest_evolve_special_drowzee": "Эволюционируй 1 Драузи", + "quest_title_quest_evolve_special_feebas_singular": "Эволюционируй 1 Фибаса", + "quest_title_quest_evolve_special_galarian_mrmime": "Эволюционируй Галарского Мистера Майма", + "quest_title_quest_evolve_special_galarian_slowpoke": "Эволюционируй 1 Галарского Слоупока", + "quest_title_quest_evolve_special_grimer": "Эволюционируй 1 Граймера", + "quest_title_quest_evolve_special_magnemite": "Эволюционируй 1 Магнемайта", + "quest_title_quest_evolve_special_scyther": "Эволюционируй 1 Скайтера", + "quest_title_quest_evolve_special0_singular": "Эволюционируй 1 Мэджикарпа", + "quest_title_quest_evolve_special1_plural": "Эволюционируй Пиджи: {{amount_0}}", + "quest_title_quest_evolve_special1_singular": "Эволюционируй 1 Хорси", + "quest_title_quest_evolve_special2_singular": "Эволюционируй Мяута", + "quest_title_quest_evolve_spewpa_singular": "Эволюционируй 1 Покемона: Спьюпа", + "quest_title_quest_evolve_spheal_singular": "Эволюционируй 1 Покемона: Сфил", + "quest_title_quest_evolve_spinarak_singular": "Эволюционируй 1 Покемона: Спинарак", + "quest_title_quest_evolve_spoink_singular": "Эволюционируй 1 Покемона: Споинк", + "quest_title_quest_evolve_spritzee_singular": "Эволюционируй 1 Покемона: Спритци", + "quest_title_quest_evolve_squirtle_singular": "Эволюционируй 1 Покемона: Сквиртл", + "quest_title_quest_evolve_staravia_singular": "Эволюционируй 1 Покемона: Старавия", + "quest_title_quest_evolve_starly_singular": "Эволюционируй 1 Старли", + "quest_title_quest_evolve_staryu_singular": "Эволюционируй 1 Покемона: Старью", + "quest_title_quest_evolve_steelix_singular": "Эволюционируй 1 Покемона: Стиликс", + "quest_title_quest_evolve_stunky_singular": "Эволюционируй 1 Покемона: Станки", + "quest_title_quest_evolve_sunkern_singular": "Эволюционируй 1 Покемона: Санкерн", + "quest_title_quest_evolve_sunstone_singular": "Используй Солнечный камень, чтобы эволюционировать Глума или Санкерна", + "quest_title_quest_evolve_surskit_singular": "Эволюционируй 1 Покемона: Сурскит", + "quest_title_quest_evolve_swablu_singular": "Эволюционируй 1 Покемона: Сваблу", + "quest_title_quest_evolve_swadloon_singular": "Эволюционируй 1 Покемона: Свадлун", + "quest_title_quest_evolve_swinub_singular": "Эволюционируй 1 Покемона: Свинуб", + "quest_title_quest_evolve_swirlix_singular": "Эволюционируй 1 Покемона: Свирликс", + "quest_title_quest_evolve_taillow_singular": "Эволюционируй 1 Покемона: Тэйллоу", + "quest_title_quest_evolve_tangela_singular": "Эволюционируй 1 Покемона: Тангела", + "quest_title_quest_evolve_teddiursa_singular": "Эволюционируй 1 Покемона: Теддиурса", + "quest_title_quest_evolve_tentacool_singular": "Эволюционируй 1 Покемона: Тентакул", + "quest_title_quest_evolve_tepig_singular": "Эволюционируй 1 Тепига", + "quest_title_quest_evolve_timburr_singular": "Эволюционируй 1 Покемона: Тимбёрр", + "quest_title_quest_evolve_tirtouga_singular": "Эволюционируй 1 Покемона: Тиртуга", + "quest_title_quest_evolve_togepi_singular": "Эволюционируй 1 Покемона: Тогэпи", + "quest_title_quest_evolve_togetic_singular": "Эволюционируй 1 Покемона: Тогэтик", + "quest_title_quest_evolve_torchic_singular": "Эволюционируй 1 Покемона: Торчик", + "quest_title_quest_evolve_totodile": "Эволюционируй своего Тотодайла", + "quest_title_quest_evolve_totodile_singular": "Эволюционируй 1 Тотодайла", + "quest_title_quest_evolve_tranquill_singular": "Эволюционируй 1 Покемона: Транквилл", + "quest_title_quest_evolve_trapinch_singular": "Эволюционируй 1 Покемона: Трапинч", + "quest_title_quest_evolve_treecko_singular": "Эволюционируй 1 Покемона: Трико", + "quest_title_quest_evolve_trubbish_singular": "Эволюционируй 1 Покемона: Траббиш", + "quest_title_quest_evolve_turtwig_singular": "Эволюционируй 1 Покемона: Тортвиг", + "quest_title_quest_evolve_tympole_singular": "Эволюционируй 1 Покемона: Тимпоул", + "quest_title_quest_evolve_tynamo_singular": "Эволюционируй 1 Покемона: Тинамо", + "quest_title_quest_evolve_type_dark_plural": "Эволюционируй {{amount_0}} тёмных Покемонов", + "quest_title_quest_evolve_type_dragon_plural": "Эволюционируй Покемонов типа Дракон ×{{amount_0}}", + "quest_title_quest_evolve_type_dragon_singular": "Эволюционируй Покемона типа Дракон", + "quest_title_quest_evolve_type_electric_plural": "Эволюционируй Покемонов типа Электро ×{{amount_0}}", + "quest_title_quest_evolve_type_electric_singular": "Эволюционируй 1 Покемона типа Электро", + "quest_title_quest_evolve_type_fairy_plural": "Эволюционируй Покемонов типа Фея ×{{amount_0}}", + "quest_title_quest_evolve_type_fairy_singular": "Эволюционируй 1 Покемона типа Фея", + "quest_title_quest_evolve_type_fire_plural": "Эволюционируй Покемонов типа Огонь ×{{amount_0}}", + "quest_title_quest_evolve_type_fire_singular": "Эволюционируй 1 Покемона типа Огонь", + "quest_title_quest_evolve_type_flying_plural": "Эволюционируй Покемонов типа Летающий ×{{amount_0}}", + "quest_title_quest_evolve_type_flying_singular": "Эволюционируй 1 Покемона типа Летающий", + "quest_title_quest_evolve_type_ghost_plural": "Эволюционируй Покемонов типа Привидение ×{{amount_0}}", + "quest_title_quest_evolve_type_ghost_single": "Эволюционируй Покемона типа Привидение", + "quest_title_quest_evolve_type_grass_plural": "Эволюционируй Покемонов типа Трава ×{{amount_0}}", + "quest_title_quest_evolve_type_grass_singular": "Эволюционируй 1 Покемона типа Трава", + "quest_title_quest_evolve_type_ice_plural": "Эволюционируй Покемонов типа Лёд ×{{amount_0}}", + "quest_title_quest_evolve_type_ice_singular": "Эволюционируй 1 Покемона типа Лёд", + "quest_title_quest_evolve_type_poison_plural": "Эволюционируй Покемонов типа Яд ×{{amount_0}}", + "quest_title_quest_evolve_type_psychic_plural": "Эволюционируй Покемонов типа Психо ×{{amount_0}}", + "quest_title_quest_evolve_type_psychic_singular": "Эволюционируй 1 Покемона типа Психо", + "quest_title_quest_evolve_type_rock_plural": "Эволюционируй Покемонов типа Камень ×{{amount_0}}", + "quest_title_quest_evolve_type_steel_plural": "Эволюционируй Покемонов типа Сталь ×{{amount_0}}", + "quest_title_quest_evolve_type_water_plural": "Эволюционируй Покемонов типа Вода ×{{amount_0}}", + "quest_title_quest_evolve_type_water_singular": "Эволюционируй 1 Покемона типа Вода", + "quest_title_quest_evolve_tyrogue_singular": "Эволюционируй 1 Покемона: Тайрог", + "quest_title_quest_evolve_tyrunt_singular": "Эволюционируй 1 Покемона: Тайрант", + "quest_title_quest_evolve_umbreon": "Эволюционируй Иви в Амбреона в ночное время", + "quest_title_quest_evolve_vanillish_singular": "Эволюционируй 1 Покемона: Ваниллиш", + "quest_title_quest_evolve_vanillite_singular": "Эволюционируй 1 Покемона: Ваниллайт", + "quest_title_quest_evolve_venipede_singular": "Эволюционируй 1 Покемона: Венипид", + "quest_title_quest_evolve_venonat_singular": "Эволюционируй 1 Покемона: Венонат", + "quest_title_quest_evolve_vibrava_singular": "Эволюционируй 1 Покемона: Вибрава", + "quest_title_quest_evolve_vigoroth_singular": "Эволюционируй 1 Покемона: Вигорот", + "quest_title_quest_evolve_volbeat_singular": "Эволюционируй 1 Покемона: Волбит", + "quest_title_quest_evolve_voltorb_singular": "Эволюционируй 1 Покемона: Волторб", + "quest_title_quest_evolve_vullaby_singular": "Эволюционируй 1 Покемона: Виллаби", + "quest_title_quest_evolve_vulpix_singular": "Эволюционируй 1 Покемона: Валпикс", + "quest_title_quest_evolve_wailmer_singular": "Эволюционируй 1 Покемона: Вэйлмер", + "quest_title_quest_evolve_wartortle_singular": "Эволюционируй 1 Покемона: Вартортл", + "quest_title_quest_evolve_weedle_singular": "Эволюционируй 1 Покемона: Видл", + "quest_title_quest_evolve_weepinbell_singular": "Эволюционируй 1 Покемона: Випинбелл", + "quest_title_quest_evolve_whirlipede_singular": "Эволюционируй 1 Покемона: Вирлипид", + "quest_title_quest_evolve_whismur_singular": "Эволюционируй 1 Покемона: Визмур", + "quest_title_quest_evolve_wingull_singular": "Эволюционируй 1 Покемона: Вингалл", + "quest_title_quest_evolve_woobat_singular": "Эволюционируй 1 Покемона: Вубат", + "quest_title_quest_evolve_wooper_singular": "Эволюционируй 1 Покемона: Вупер", + "quest_title_quest_evolve_wurmple_singular": "Эволюционируй 1 Покемона: Вурмпл", + "quest_title_quest_evolve_wynaut_singular": "Эволюционируй 1 Покемона: Вайнот", + "quest_title_quest_evolve_yamask_singular": "Эволюционируй 1 Покемона: Ямаск", + "quest_title_quest_evolve_yanma_singular": "Эволюционируй 1 Покемона: Янма", + "quest_title_quest_evolve_zigzagoon_singular": "Эволюционируй 1 Покемона: Зигзагун", + "quest_title_quest_evolve_zorua_singular": "Эволюционируй 1 Покемона: Зоруа", + "quest_title_quest_evolve_zubat_singular": "Эволюционируй 1 Покемона: Зубат", + "quest_title_quest_evolve_zweilous_singular": "Эволюционируй 1 Покемона: Цвайлос", + "quest_title_quest_explore_buddy": "Исследуя со своим Покемоном-приятелем, заработай 1 конфету", + "quest_title_quest_explore_buddy_carbink": "Исследуя с Карбинком в качестве Покемона-приятеля, заработай 1 конфету", + "quest_title_quest_explore_buddy_plural": "Исследуя со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", + "quest_title_quest_explore_buddy_routes_plural": "Исследуя маршруты со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", + "quest_title_quest_explore_buddy_routes_singular": "Исследуя маршруты со своим Покемоном-приятелем, заработай 1 конфету", + "quest_title_quest_explore_km": "Пройди {{amount_0}} км", + "quest_title_quest_explore_km_party": "Играя в команде, пройди {{amount_0}} км", + "quest_title_quest_febresearchday_battle_gym_singular": "Кламперл-квест: Сразись в 1 Гиме", + "quest_title_quest_febresearchday_battle_raid_singular": "Кламперл-квест: Сразись в 1 рейде", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Кламперл-квест: Используй 1 суперэффективную заряженную атаку в Гим-битве", + "quest_title_quest_febresearchday_catch_feed_plural": "Кламперл-квест: Используй ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_quest_febresearchday_catch_special1_singular": "Кламперл-квест: Поймай 1 Мэджикарпа или Вэйлмера", + "quest_title_quest_febresearchday_catch_special2_singular": "Кламперл-квест: Поймай 1 Псайдака или Крабби", + "quest_title_quest_febresearchday_catch_type_water_plural": "Кламперл-квест: Поймай Покемонов типа Вода ×{{amount_0}}", + "quest_title_quest_febresearchday_evolve_type_water_plural": "Кламперл-квест: Эволюционируй Покемонов типа Вода ×{{amount_0}}", + "quest_title_quest_febresearchday_land_curveball_plural": "Кламперл-квест: Сделай кручёные броски: {{amount_0}}", + "quest_title_quest_febresearchday_land_great_plural": "Кламперл-квест: Сделай отличные броски: {{amount_0}}", + "quest_title_quest_febresearchday_land_inarow_great_plural": "Кламперл-квест: Сделай отличные броски: {{amount_0}} подряд", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "Кламперл-квест: Сделай хорошие броски: {{amount_0}} подряд", + "quest_title_quest_febresearchday_land_nice_plural": "Кламперл-квест: Сделай хорошие броски: {{amount_0}}", + "quest_title_quest_febresearchday_visit_pokestops_plural": "Кламперл-квест: Покрути Покестопы: {{amount_0}}", + "quest_title_quest_feed_buddy_multiple": "Покорми своего приятеля ×{{amount_0}}", + "quest_title_quest_feed_buddy_singular": "Покорми своего приятеля", + "quest_title_quest_feed_goldenrazz_plural": "Используй золотые Разз-Ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_quest_feed_nanab_plural": "Используй Нанаб-Ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_quest_feed_pinaps_plural": "Используй Пайнеп-Ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_quest_feed_razz_plural": "Используй Разз-Ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_quest_fennekin_catch_b": "Поймай {{amount_0}} Феннекинов", + "quest_title_quest_fennekin_evolve_b": "Эволюционируй {{amount_0}} Феннекинов", + "quest_title_quest_fennekin_snapshot_b": "Сделай фото {{amount_0}} Феннекинов", + "quest_title_quest_field_research_plural": "Выполни задания полевых квестов: {{amount_0}}", + "quest_title_quest_field_research_singular": "Выполни задание полевого квеста", + "quest_title_quest_fight_type_bug_plural": "Победи Покемонов типа Насекомое ×{{amount_0}}", + "quest_title_quest_fight_type_dark_plural": "Победи Покемонов типа Тёмный ×{{amount_0}}", + "quest_title_quest_fight_type_dark_steel_plural": "Победи Покемонов типа Тёмный или Сталь ×{{amount_0}}", + "quest_title_quest_fight_type_dragon_plural": "Победи Покемонов типа Дракон ×{{amount_0}}", + "quest_title_quest_fight_type_electric_plural": "Победи Покемонов типа Электро ×{{amount_0}}", + "quest_title_quest_fight_type_fairy_plural": "Победи Покемонов типа Фея ×{{amount_0}}", + "quest_title_quest_fight_type_fighting_plural": "Победи Покемонов типа Боевой ×{{amount_0}}", + "quest_title_quest_fight_type_fire_plural": "Победи Покемонов типа Огонь ×{{amount_0}}", + "quest_title_quest_fight_type_flying_plural": "Победи Покемонов типа Летающий ×{{amount_0}}", + "quest_title_quest_fight_type_ghost_fighting_plural": "Победи Покемонов типа Боевой или Привидение ×{{amount_0}}", + "quest_title_quest_fight_type_ghost_plural": "Победи Покемонов типа Привидение ×{{amount_0}}", + "quest_title_quest_fight_type_ghost_psychic_plural": "Победи Покемонов типа Психо или Привидение ×{{amount_0}}", + "quest_title_quest_fight_type_grass_plural": "Победи Покемонов типа Трава ×{{amount_0}}", + "quest_title_quest_fight_type_ground_plural": "Победи Покемонов типа Земля ×{{amount_0}}", + "quest_title_quest_fight_type_ice_plural": "Победи Покемонов типа Лёд ×{{amount_0}}", + "quest_title_quest_fight_type_normal_plural": "Победи Покемонов типа Обычный ×{{amount_0}}", + "quest_title_quest_fight_type_normal_psychic_plural": "Победи Покемонов типа Обычный или Психо ×{{amount_0}}", + "quest_title_quest_fight_type_poison_plural": "Победи Покемонов типа Яд ×{{amount_0}}", + "quest_title_quest_fight_type_psychic_plural": "Победи Покемонов типа Психо ×{{amount_0}}", + "quest_title_quest_fight_type_rock_plural": "Победи Покемонов типа Камень ×{{amount_0}}", + "quest_title_quest_fight_type_steel_plural": "Победи Покемонов типа Сталь ×{{amount_0}}", + "quest_title_quest_fight_type_water_plural": "Победи Покемонов типа Вода ×{{amount_0}}", + "quest_title_quest_first_catch_of_the_day": "Первая поимка дня", + "quest_title_quest_first_pokestop_of_the_day": "Первый Покестоп дня", + "quest_title_quest_flaaffy_evolve_b": "Эволюционируй Флааффи ×{{amount_0}}", + "quest_title_quest_flett_catch_b": "Поймай {{amount_0}} Флетчлингов", + "quest_title_quest_flett_evolve_b": "Эволюционируй {{amount_0}} Флетчлингов", + "quest_title_quest_flett_evolve_s1": "Эволюционируй Флетчлиндеров: {{amount_0}}", + "quest_title_quest_floragato_evolve_b": "Эволюционируй Флорагато", + "quest_title_quest_fraxure_evolve_b": "Эволюционируй {{amount_0}} Фрэкшура", + "quest_title_quest_froakie_catch_b": "Поймай {{amount_0}} Фроки", + "quest_title_quest_froakie_evolve_b": "Эволюционируй {{amount_0}} Фроки", + "quest_title_quest_froakie_snapshot_b": "Сделай фото {{amount_0}} Фроки", + "quest_title_quest_frogadier_evolve_b": "Эволюционируй {{amount_0}} Фрогадира", + "quest_title_quest_fuecoco_evolve_b": "Эволюционируй Фуэкоко", + "quest_title_quest_fuse_necrozma": "Объедини Некрозму", + "quest_title_quest_gbl_rank": "Достигни {{amount_0}}-го ранга в Боевой Лиге GO", + "quest_title_quest_gbl_rank_fifteen": "Достигни 15-го ранга в Боевой Лиге GO", + "quest_title_quest_gbl_rank_five": "Достигни 5-го ранга в Боевой Лиге GO", + "quest_title_quest_gbl_rank_ten": "Достигни 10-го ранга в Боевой Лиге GO", + "quest_title_quest_gbl_rank_twenty": "Достигни 20-го ранга в Боевой Лиге GO", + "quest_title_quest_get_cell_singular": "Найди клетку Зайгарда", + "quest_title_quest_giblt_catch_b": "Поймай {{amount_0}} Гиблов", + "quest_title_quest_giblt_evolve_b": "Эволюционируй {{amount_0}} Гиблов", + "quest_title_quest_giblt_evolve_s1": "Эволюционируй Габайта: {{amount_0}}", + "quest_title_quest_gift_open_plural": "Открой подарки: {{amount_0}}", + "quest_title_quest_gift_open_singular": "Открой подарок", + "quest_title_quest_go_for_a_spin_00": "Найди и покрути 1 из 8 Покестопов Спинды", + "quest_title_quest_go_for_a_spin_01": "Найди и покрути 2 из 8 Покестопов Спинды", + "quest_title_quest_go_for_a_spin_02": "Найди и покрути 3 из 8 Покестопов Спинды", + "quest_title_quest_go_for_a_spin_03": "Найди и покрути 4 из 8 Покестопов Спинды", + "quest_title_quest_go_for_a_spin_04": "Найди и покрути 5 из 8 Покестопов Спинды", + "quest_title_quest_go_for_a_spin_05": "Найди и покрути 6 из 8 Покестопов Спинды", + "quest_title_quest_go_for_a_spin_06": "Найди и покрути 7 из 8 Покестопов Спинды", + "quest_title_quest_go_for_a_spin_07": "Найди и покрути 8 из 8 Покестопов Спинды", + "quest_title_quest_go_tour_snapshot_habitat_01": "Сделай фото своего приятеля на территории Обжигающие пески", + "quest_title_quest_go_tour_snapshot_habitat_02": "Сделай фото своего приятеля на территории Загадочные туманы", + "quest_title_quest_go_tour_snapshot_habitat_03": "Сделай фото своего приятеля на территории Зелёные земли", + "quest_title_quest_go_tour_snapshot_habitat_04": "Сделай фото своего приятеля на территории Древние берега", + "quest_title_quest_gold_hoenn_dex": "Заработай золотую медаль Хоэнн", + "quest_title_quest_gold_medal_plural": "Заработай золотые медали: {{amount_0}} ", + "quest_title_quest_gold_medal_plural_five": "Заработай 5 золотых медалей", + "quest_title_quest_gold_medal_singular": "Заработай золотую медаль", + "quest_title_quest_goomy_catch_b": "Поймай Гуми ×{{amount_0}}", + "quest_title_quest_goomy_evolve_b_plural": "Эволюционируй Гуми ×{{amount_0}}", + "quest_title_quest_goomy_evolve_b_singular": "Эволюционируй Гуми", + "quest_title_quest_grookey_evolve": "Эволюционируй Груки", + "quest_title_quest_grubbin_catch_b": "Поймай Граббинов ×{{amount_0}}", + "quest_title_quest_grubbin_evolve_b": "Эволюционируй Граббинов ×{{amount_0}}", + "quest_title_quest_grubbin_snapshot_b": "Сделай фото Граббинов ×{{amount_0}}", + "quest_title_quest_gt_catch_b": "Поймай {{amount_0}} Гастли", + "quest_title_quest_gt_evolve_b": "Эволюционируй Гастли: {{amount_0}}", + "quest_title_quest_gt_evolve_s1": "Эволюционируй Хонтеров: {{amount_0}}", + "quest_title_quest_gulpin_catch": "Поймай {{amount_0}} Гальпинов", + "quest_title_quest_gurdurr_evolve_b": "Эволюционируй Гурдурров ×{{amount_0}}", + "quest_title_quest_hallo19_catch_specific_plural": "Поймай {{amount_0}} Пучиен или Хандоров", + "quest_title_quest_hallo19_catch_type_dark_plural": "Поймай Покемонов типа Тёмный ×{{amount_0}}", + "quest_title_quest_hallo19_catch_type_ghost_plural": "Поймай Покемонов типа Привидение ×{{amount_0}}", + "quest_title_quest_hallo19_evolve_plural": "Эволюционируй Даскаллов или Шаппетов: {{amount_0}} ", + "quest_title_quest_hallo19_transfer_plural": "Передай {{amount_0}} Покемонов", + "quest_title_quest_hatch_egg_plural": "Выноси яйца: {{amount_0}}", + "quest_title_quest_hatch_egg_routes_plural": "Выноси яйца во время прохождения маршрутов: {{amount_0}}", + "quest_title_quest_hatch_egg_routes_singular": "Выноси 1 яйцо во время прохождения маршрута", + "quest_title_quest_hatch_egg_singular": "Выноси 1 яйцо", + "quest_title_quest_hoenn_celebration_research": "Квест: Праздник Хоэнн", + "quest_title_quest_hoenn19_catch_specific_plural": "Праздник Хоэнн – Поймай {{amount_0}} Зигзагунов или Тэйллоу", + "quest_title_quest_hoenn19_evolve_specific_plural": "Праздник Хоэнн – Эволюционируй Вурмплов: {{amount_0}}", + "quest_title_quest_hoenn19_hatch_eggs": "Праздник Хоэнн – Выносить яйца: {{amount_0}}", + "quest_title_quest_hoppt_catch_b": "Поймай {{amount_0}} Хоппипов", + "quest_title_quest_hoppt_evolve_b": "Эволюционируй {{amount_0}} Хоппипов", + "quest_title_quest_hoppt_evolve_s1": "Эволюционируй Скиплума: {{amount_0}}", + "quest_title_quest_incense_or_dai_plural": "Используй ладан или ладан ежедневных приключений ×{{amount_0}}", + "quest_title_quest_incense_or_dai_singular": "Используй ладан или ладан ежедневных приключений ×1", + "quest_title_quest_incense_plural": "Используй ладаны: {{amount_0}}", + "quest_title_quest_incense_routes_plural": "Используй ладаны во время прохождения маршрутов: {{amount_0}}", + "quest_title_quest_incense_routes_singular": "Используй ладан во время прохождения маршрута", + "quest_title_quest_incense_singular": "Используй 1 ладан", + "quest_title_quest_jan19rsd_buddywalk_singular": "Фибас-квест: Заработай 1 конфету приятеля", + "quest_title_quest_jan19rsd_hatch_egg_singular": "Фибас-квест: Выносить 1 яйцо", + "quest_title_quest_jan19rsd_land_great_plural": "Фибас-квест: Сделай отличные броски: {{amount_0}}", + "quest_title_quest_jan19rsd_land_nice_plural": "Фибас-квест: Сделай хорошие броски: {{amount_0}}", + "quest_title_quest_johtofestival_catch_special17_plural": "Фестиваль Джото – Поймай {{amount_0}} Санкернов", + "quest_title_quest_johtofestival_catch_type_water_plural": "Фестиваль Джото – Поймай {{amount_0}} водных Покемонов", + "quest_title_quest_johtofestival_evolve_plural": "Фестиваль Джото – Эволюционируй Санкернов или Нату: {{amount_0}}", + "quest_title_quest_johtofestival_land_excellent_plural": "Фестиваль Джото – Сделай прекрасные броски: {{amount_0}}", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Фестиваль Джото – Сделай отличные кручёные броски: {{amount_0}} подряд", + "quest_title_quest_johtofestival_win_raid_singular": "Фестиваль Джото – Победи в рейде", + "quest_title_quest_kanto_green_bellsprout": "Тур GO: Поймай Беллспраута", + "quest_title_quest_kanto_green_meowth": "Тур GO: Поймай Мяута", + "quest_title_quest_kanto_green_sandshrew": "Тур GO: Поймай Сэндшрю", + "quest_title_quest_kanto_green_vulpix": "Тур GO: Поймай Валпикса для обмена", + "quest_title_quest_kanto_hatch_plural": "Тур GO: Канто – Выноси яйца: {{amount_0}}", + "quest_title_quest_kanto_hatch_singular": "Тур GO: Канто – Выноси 1 яйцо", + "quest_title_quest_kanto_npc_plural": "Тур GO: Канто – Победи {{amount_0}} противников в Туре GO", + "quest_title_quest_kanto_npc_singular": "Тур GO: Канто – Победи противника в Туре GO", + "quest_title_quest_kanto_red_ekans": "Тур GO: Поймай Эканса", + "quest_title_quest_kanto_red_growlithe": "Тур GO: Поймай Гроулита", + "quest_title_quest_kanto_red_mankey": "Тур GO: Поймай Манки", + "quest_title_quest_kanto_red_oddish": "Тур GO: Поймай Оддиша", + "quest_title_quest_kecleon_catch": "Поймай {{amount_0}} Кеклеонов", + "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "Примени кручёные броски к Покемонам типа Привидение ×{{amount_0}}", + "quest_title_quest_land_curveball_plural": "Сделай кручёные броски: {{amount_0}}", + "quest_title_quest_land_curveball_singular": "Сделай 1 кручёный бросок", + "quest_title_quest_land_excellent_curveball_plural": "Сделай прекрасные кручёные броски: {{amount_0}}", + "quest_title_quest_land_excellent_curveball_singular": "Сделай 1 прекрасный кручёный бросок", + "quest_title_quest_land_excellent_plural": "Сделай прекрасные броски: {{amount_0}}", + "quest_title_quest_land_excellent_singular": "Сделай 1 прекрасный бросок", + "quest_title_quest_land_great_curve_inarow_type_ghost": "Примени отличные кручёные броски к Покемонам типа Привидение ×{{amount_0}} подряд", + "quest_title_quest_land_great_curve_type_ghost": "Примени отличные кручёные броски к Покемонам типа Привидение ×{{amount_0}}", + "quest_title_quest_land_great_curveball_plural": "Сделай отличные кручёные броски: {{amount_0}}", + "quest_title_quest_land_great_curveball_singular": "Сделай 1 отличный кручёный бросок", + "quest_title_quest_land_great_plural": "Сделай отличные броски: {{amount_0}}", + "quest_title_quest_land_great_singular": "Сделай 1 отличный бросок", + "quest_title_quest_land_great_type_ghost": "Примени отличные броски к Покемонам типа Привидение ×{{amount_0}}", + "quest_title_quest_land_inarow_curveball_plural": "Сделай кручёные броски подряд: {{amount_0}}", + "quest_title_quest_land_inarow_excellent_curveball_plural": "Сделай прекрасные кручёные броски: {{amount_0}} подряд", + "quest_title_quest_land_inarow_excellent_plural": "Сделай прекрасные броски: {{amount_0}} подряд", + "quest_title_quest_land_inarow_great_curveball_plural": "Сделай отличные кручёные броски: {{amount_0}} подряд", + "quest_title_quest_land_inarow_great_plural": "Сделай отличные броски: {{amount_0}} подряд", + "quest_title_quest_land_inarow_nice_curveball_plural": "Сделай хорошие кручёные броски: {{amount_0}} подряд", + "quest_title_quest_land_inarow_nice_plural": "Сделай хорошие броски: {{amount_0}} подряд", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "Примени хорошие кручёные броски к Покемонам типа Привидение ×{{amount_0}} подряд", + "quest_title_quest_land_nice_curve_plural": "Сделай хорошие кручёные броски: {{amount_0}}", + "quest_title_quest_land_nice_curve_singular": "Сделай 1 хороший кручёный бросок", + "quest_title_quest_land_nice_curve_type_ghost": "Примени хорошие кручёные броски к Покемонам типа Привидение ×{{amount_0}}", + "quest_title_quest_land_nice_electric_plural": "Поймай Покемонов типа Электро хорошими бросками ×{{amount_0}}", + "quest_title_quest_land_nice_plural": "Сделай хорошие броски: {{amount_0}}", + "quest_title_quest_land_nice_singular": "Сделай 1 хороший бросок", + "quest_title_quest_land_nice_type_ghost": "Примени хорошие броски к Покемонам типа Привидение ×{{amount_0}}", + "quest_title_quest_larvitar_cdc_evolve_b": "Эволюционируй {{amount_0}} Ларвитаров", + "quest_title_quest_larvitar_cdc_snapshot_b": "Сделай фото {{amount_0}} Ларвитаров", + "quest_title_quest_latias_wild_snap": "Сделай фото дикой Латиас", + "quest_title_quest_latios_wild_snap": "Сделай фото дикого Латиоса", + "quest_title_quest_litten_catch_b": "Поймай Литтенов ×{{amount_0}}", + "quest_title_quest_litten_evolve_b_plural": "Эволюционируй Литтенов ×{{amount_0}}", + "quest_title_quest_litten_evolve_b_singular": "Эволюционируй Литтена", + "quest_title_quest_litten_snapshot_b": "Сделай фото Литтенов ×{{amount_0}}", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "Вызови на битву Тренера поблизости, отсканировав его код сражения.", + "quest_title_quest_lucky_plural": "Получи {{amount_0}} Удачливых Покемонов при обмене", + "quest_title_quest_lucky_singular": "Получи Удачливого Покемона при обмене", + "quest_title_quest_lunar19_friends_trade_plural": "Обменяй {{amount_0}} Покемонов с другом", + "quest_title_quest_macht_catch_b": "Поймай {{amount_0}} Мачопов", + "quest_title_quest_macht_evolve_b": "Эволюционируй {{amount_0}} Мачопов", + "quest_title_quest_macht_evolve_s1": "Эволюционируй Мачоуков: {{amount_0}}", + "quest_title_quest_magit_catch_b": "Поймай {{amount_0}} Мэджикарпов", + "quest_title_quest_magit_evolve_b": "Эволюционируй {{amount_0}} Мэджикарпов", + "quest_title_quest_magmt_catch_b": "Поймай {{amount_0}} Магмаров", + "quest_title_quest_magmt_evolve_b": "Эволюционируй Магмаров: {{amount_0}}", + "quest_title_quest_mareep_catch_b": "Поймай Марипов ×{{amount_0}}", + "quest_title_quest_mareep_evolve_b": "Эволюционируй Марипов ×{{amount_0}}", + "quest_title_quest_mareep_snapshot_b": "Сделай фото Марипов ×{{amount_0}}", + "quest_title_quest_mega_evo_primal_rev_plural": "Активируй протопревращение ИЛИ мегаэволюционируй Покемона ×{{amount_0}}", + "quest_title_quest_mega_evo_primal_rev_singular": "Активируй протопревращение ИЛИ мегаэволюционируй Покемона", + "quest_title_quest_mega_evolve_beedrill": "Мегаэволюционируй Бидрилла", + "quest_title_quest_mega_evolve_blastoise": "Мегаэволюционируй Бластойза", + "quest_title_quest_mega_evolve_charizard": "Мегаэволюционируй Чаризарда", + "quest_title_quest_mega_evolve_diancie": "Мегаэволюционируй Дианси", + "quest_title_quest_mega_evolve_plural": "Мегаэволюционируй {{amount_0}} Покемонов", + "quest_title_quest_mega_evolve_rayquaza": "Мегаэволюционируй Райквазу", + "quest_title_quest_mega_evolve_singular": "Мегаэволюционируй Покемона", + "quest_title_quest_mega_evolve_venusaur": "Мегаэволюционируй Венузавра", + "quest_title_quest_mega_join_raid_plural": "Сразись в {{amount_0}} мегарейдах", + "quest_title_quest_mega_join_raid_singular": "Сразись в мегарейде", + "quest_title_quest_mega_win_raid_plural": "Победи в {{amount_0}} мегарейдах", + "quest_title_quest_mega_win_raid_singular": "Победи в мегарейде", + "quest_title_quest_mesprit_wild_snap": "Сделай фото дикого Месприта", + "quest_title_quest_metang_evolve_b_singular": "Эволюционируй Метанга", + "quest_title_quest_more_reseach_coming_soon": "Больше квестов будут доступны в ближайшем будущем!", + "quest_title_quest_mudkt_catch_b": "Поймай {{amount_0}} Мадкипов", + "quest_title_quest_mudkt_evolve_b": "Эволюционируй {{amount_0}} Мадкипов", + "quest_title_quest_mudkt_evolve_s1": "Эволюционируй {{amount_0}} Марштомпа", + "quest_title_quest_new_friends_plural": "Добавь {{amount_0}} новых друзей", + "quest_title_quest_new_friends_singular": "Добавь нового друга", + "quest_title_quest_noibat_catch_b": "Поймай {{amount_0}} Нойбатов", + "quest_title_quest_noibat_evolve_b": "Эволюционируй {{amount_0}} Нойбатов", + "quest_title_quest_noibat_snapshot_b": "Сделай фото {{amount_0}} Нойбатов", + "quest_title_quest_oshat_catch_b": "Поймай {{amount_0}} Ошавоттов", + "quest_title_quest_oshat_evolve_b": "Эволюционируй {{amount_0}} Ошавоттов", + "quest_title_quest_oshat_evolve_s1": "Эволюционируй Девотта", + "quest_title_quest_party_catch_electric_type_plural": "Играя в команде, поймай Покемонов типа Электро ×{{amount_0}}", + "quest_title_quest_party_catch_electric_type_singular": "Играя в команде, поймай Покемонов типа Электро ×1", + "quest_title_quest_party_catch_fire_type_plural": "Играя в команде, поймай Покемонов типа Огонь ×{{amount_0}}", + "quest_title_quest_party_catch_fire_type_singular": "Играя в команде, поймай Покемонов типа Огонь ×1", + "quest_title_quest_party_catch_normal_type_plural": "Играя в команде, поймай Покемонов типа Обычный ×{{amount_0}}", + "quest_title_quest_party_catch_normal_type_singular": "Играя в команде, поймай Покемонов типа Обычный ×1", + "quest_title_quest_party_catch_water_type_plural": "Играя в команде, поймай Покемонов типа Вода ×{{amount_0}}", + "quest_title_quest_party_catch_water_type_singular": "Играя в команде, поймай Покемонов типа Вода ×1", + "quest_title_quest_party_challenge_plural": "Выполни испытания команды ×{{amount_0}}", + "quest_title_quest_party_challenge_singular": "Выполни испытание команды", + "quest_title_quest_platinum_johto_badge": "Заработай платиновую медаль Джото", + "quest_title_quest_platinum_kanto_badge": "Заработай платиновую медаль Канто", + "quest_title_quest_platinum_medal_plural": "Заработай платиновые медали: {{amount_0}}", + "quest_title_quest_platinum_medal_plural_five": "Заработай 5 платиновых медалей", + "quest_title_quest_platinum_medal_plural_forty": "Заработай 40 платиновых медалей", + "quest_title_quest_platinum_medal_plural_ten": "Заработай 10 платиновых медалей", + "quest_title_quest_platinum_medal_plural_twenty": "Заработай 20 платиновых медалей", + "quest_title_quest_platinum_medal_singular": "Заработай платиновую медаль", + "quest_title_quest_play_buddy_singular": "Поиграй со своим приятелем!", + "quest_title_quest_pokemon_appears": "Появление Покемона!", + "quest_title_quest_poliwag_catch_b": "Поймай {{amount_0}} Поливагов", + "quest_title_quest_poliwag_evolve_b": "Эволюционируй {{amount_0}} Поливагов", + "quest_title_quest_poliwag_snapshot_b": "Сделай {{amount_0}} фото Поливага", + "quest_title_quest_poliwhirl_evolve_b": "Эволюционируй {{amount_0}} Поливирла", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "Поймай Попплио ×{{amount_0}}", + "quest_title_quest_popplio_evolve_b_plural": "Эволюционируй Попплио ×{{amount_0}}", + "quest_title_quest_popplio_evolve_b_singular": "Эволюционируй Попплио", + "quest_title_quest_porygon_catch_b": "Поймай Поригонов ×{{amount_0}}", + "quest_title_quest_porygon_evolve_b_plural": "Эволюционируй Поригонов ×{{amount_0}}", + "quest_title_quest_porygon_evolve_b_singular": "Эволюционируй Поригона", + "quest_title_quest_porygon_snapshot_b": "Сделай фото Поригонов ×{{amount_0}}", + "quest_title_quest_porygon2_evolve_b_plural": "Эволюционируй Поригонов-2 ×{{amount_0}}", + "quest_title_quest_porygon2_evolve_b_singular": "Эволюционируй Поригона-2", + "quest_title_quest_poryt_catch_b": "Поймай {{amount_0}} Поригонов", + "quest_title_quest_poryt_catch_s1": "Поймай {{amount_0}} Поригонов-2", + "quest_title_quest_poryt_evolve_b": "Эволюционируй {{amount_0}} Поригонов", + "quest_title_quest_poryt_evolve_s1": "Эволюционируй Поригонов-2: {{amount_0}} ", + "quest_title_quest_power_up_dragon_plural": "Усиль Покемонов типа Дракон ×{{amount_0}}", + "quest_title_quest_power_up_fire_ice": "Усиль Покемонов типа Огонь или Лёд ×5", + "quest_title_quest_power_up_grass_ghost": "Усиль Покемонов типа Трава или Привидение ×5", + "quest_title_quest_power_up_legendary_plural": "Усиль Легендарных или Мифических Покемонов ×{{amount_0}}", + "quest_title_quest_power_up_legendary_singular": "Усиль 1 Легендарного или Мифического Покемона", + "quest_title_quest_power_up_max_plural": "Усиль {{amount_0}} Покемонов до максимальной БС", + "quest_title_quest_power_up_max_singular": "Усиль Покемона до максимальной БС", + "quest_title_quest_power_up_plural": "Усиль Покемонов ×{{amount_0}}", + "quest_title_quest_power_up_plural_bug": "Усиль Покемонов типа Насекомое ×{{amount_0}}", + "quest_title_quest_power_up_plural_dark": "Усиль {{amount_0}} тёмных Покемонов", + "quest_title_quest_power_up_plural_dragon": "Усиль Покемонов типа Дракон ×{{amount_0}}", + "quest_title_quest_power_up_plural_electric": "Усиль Покемонов типа Электро ×{{amount_0}}", + "quest_title_quest_power_up_plural_fairy": "Усиль Покемонов типа Фея ×{{amount_0}}", + "quest_title_quest_power_up_plural_fighting": "Усиль Покемонов типа Боевой ×{{amount_0}}", + "quest_title_quest_power_up_plural_fire": "Усиль Покемонов типа Огонь ×{{amount_0}}", + "quest_title_quest_power_up_plural_flying": "Усиль Покемонов типа Летающий ×{{amount_0}}", + "quest_title_quest_power_up_plural_ghost": "Усиль Покемонов типа Привидение ×{{amount_0}}", + "quest_title_quest_power_up_plural_grass": "Усиль Покемонов типа Трава ×{{amount_0}}", + "quest_title_quest_power_up_plural_ground": "Усиль Покемонов типа Земля ×{{amount_0}}", + "quest_title_quest_power_up_plural_ice": "Усиль Покемонов типа Лёд ×{{amount_0}}", + "quest_title_quest_power_up_plural_normal": "Усиль Покемонов типа Обычный ×{{amount_0}}", + "quest_title_quest_power_up_plural_poison": "Усиль Покемонов типа Яд ×{{amount_0}}", + "quest_title_quest_power_up_plural_psychic": "Усиль Покемонов типа Психо ×{{amount_0}}", + "quest_title_quest_power_up_plural_rock": "Усиль Покемонов типа Камень ×{{amount_0}}", + "quest_title_quest_power_up_plural_rock_fairy": "Усиль Покемонов типа Камень или Фея ×{{amount_0}}", + "quest_title_quest_power_up_plural_steel": "Усиль {{amount_0}} стальных Покемонов", + "quest_title_quest_power_up_plural_water": "Усиль Покемонов типа Вода ×{{amount_0}}", + "quest_title_quest_power_up_poison_rock": "Усиль Покемонов типа Яд или Камень ×5", + "quest_title_quest_power_up_singular": "Усиль 1 Покемона", + "quest_title_quest_power_up_singular_marshadow": "Усиль Маршадоу", + "quest_title_quest_power_up_water_normal": "Усиль Покемонов типа Обычный или Вода ×5", + "quest_title_quest_primal_raid_victory_groudon": "Победи Прото-Граудона в рейде", + "quest_title_quest_primal_raid_victory_kyogre": "Победи Прото-Кайогра в рейде", + "quest_title_quest_primal_raid_victory_plural": "Победи в {{amount_0}} проторейдах", + "quest_title_quest_primal_raid_victory_singular": "Победи в проторейде", + "quest_title_quest_primal_reversion_plural": "Активируй протопревращение ×{{amount_0}}", + "quest_title_quest_primal_reversion_singular": "Активируй протопревращение", + "quest_title_quest_primal_surge_candy": "Протовторжение: Прогуливаясь со своим Покемоном-приятелем, заработай 1 конфету", + "quest_title_quest_primal_surge_catch": "Протовторжение: Поймай 10 Покемонов", + "quest_title_quest_primal_surge_hatch": "Протовторжение: Выноси 1 яйцо", + "quest_title_quest_primal_surge_power_ground": "Протовторжение: Усиль Покемонов типа Земля ×5", + "quest_title_quest_primal_surge_power_water": "Протовторжение: Усиль Покемонов типа Вода ×5", + "quest_title_quest_primal_surge_raid": "Протовторжение: Победи в рейде", + "quest_title_quest_psychicspec_catch_abra_plural": "Поймай {{amount_0}} Абр или Драузи", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "Поймай Покемонов типа Психо ×{{amount_0}}", + "quest_title_quest_psychicspec_evolve_plural": "Эволюционируй Эксегкьюта или Слоупока: {{amount_0}}", + "quest_title_quest_quaxly_evolve_b": "Эволюционируй Куаксли", + "quest_title_quest_quaxwell_evolve_b": "Эволюционируй Куаксвелла", + "quest_title_quest_quilava_evolve_b_plural": "Эволюционируй Квилав ×{{amount_0}}", + "quest_title_quest_quilava_evolve_b_singular": "Эволюционируй Квилаву", + "quest_title_quest_quilladin_evolve_b": "Эволюционируй {{amount_0}} Квилладина", + "quest_title_quest_raboot_evolve": "Эволюционируй Рабута", + "quest_title_quest_raid_friend_singular": "Прими участие в рейде вместе с другом", + "quest_title_quest_raid_t5_win": "Победи в пятизвёздочном рейде", + "quest_title_quest_raid_with_buddy_plural": "Сразись в {{amount_0}} рейдах со своим приятелем", + "quest_title_quest_raid_with_buddy_singular": "Сразись в рейде со своим приятелем", + "quest_title_quest_reach_hoenn_gold": "Заработай золотую медаль Хоэнн", + "quest_title_quest_reach_johto_gold": "Заработай золотую медаль Джото", + "quest_title_quest_reach_kanto_gold": "Заработай золотую медаль Канто", + "quest_title_quest_reach_kanto_silver": "Заработай серебряную медаль Канто", + "quest_title_quest_reach_level": "Достигни уровня {{amount_0}}", + "quest_title_quest_referral_initial_milestone": "Выполнен вход в Pokémon GO", + "quest_title_quest_remove_bonus_challenge_desc": "Завтра ты получишь ещё одно задание.", + "quest_title_quest_reward_desc_1": "Собирай наклейки, чтобы разблокировать научный прорыв от Профессора Уиллоу!", + "quest_title_quest_reward_desc_2": "Необходимо собрать:", + "quest_title_quest_reward_desc_3_plural": "ещё {{amount_0}} наклейки!", + "quest_title_quest_reward_desc_3_singular": "ещё {{amount_0}} наклейку!", + "quest_title_quest_reward_encounter_later": "Позже", + "quest_title_quest_reward_encounter_uses_ar": "Чтобы поймать этого Покемона, необходимо быть в режиме AR.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "Появился таинственный Покемон!", + "quest_title_quest_reward_start_encounter": "Начать встречу", + "quest_title_quest_rocket_battle_plural": "Сразись с {{amount_0}} агентами Команды Ракета GO", + "quest_title_quest_rocket_battle_win_plural": "Победи {{amount_0}} агентов Команды Ракета GO", + "quest_title_quest_rocket_battle_win_singular": "Победи агента Команды Ракета GO", + "quest_title_quest_rocket_catch_shadow_singular": "Поймай Теневого Покемона", + "quest_title_quest_rocket_evolve_plural": "Эволюционируй {{amount_0}} Покемонов", + "quest_title_quest_rocket_leader_battle_win_singular": "Победи лидера Команды Ракета GO", + "quest_title_quest_rocket_power_up_plural": "Усиль Покемонов ×{{amount_0}}", + "quest_title_quest_rocket_purify_dark_plural": "Очисти Теневых Покемонов типа Тёмный ×{{amount_0}}", + "quest_title_quest_rocket_purify_fire_plural": "Очисти Теневых Покемонов типа Огонь ×{{amount_0}}", + "quest_title_quest_rocket_purify_plural": "Очисти Теневых Покемонов ×{{amount_0}}", + "quest_title_quest_rocket_purify_type_singular": "Очисти 1 Теневого Покемона типа Огонь, Вода или Трава", + "quest_title_quest_rocket_rescue_shadow_plural": "Спаси Теневых Покемонов: {{amount_0}}", + "quest_title_quest_rocket_shadow_plural": "Поймай {{amount_0}} Теневых Покемонов", + "quest_title_quest_rockethq1_arlo_win": "Победи лидера Команды Ракета GO Арло", + "quest_title_quest_rockethq1_arlo_win_plural": "Победи лидера Команды Ракета GO Арло ×{{amount_0}}", + "quest_title_quest_rockethq1_battle_boss": "Сразись с боссом Команды Ракета GO", + "quest_title_quest_rockethq1_catch_legendary_shadow": "Поймай Легендарного Теневого Покемона", + "quest_title_quest_rockethq1_catch_shadow1": "Поймай {{amount_0}} Теневых Покемонов", + "quest_title_quest_rockethq1_cliff_win": "Победи лидера Команды Ракета GO Клиффа", + "quest_title_quest_rockethq1_cliff_win_plural": "Победи лидера Команды Ракета GO Клиффа ×{{amount_0}}", + "quest_title_quest_rockethq1_defeat_boss": "Победи босса Команды Ракета GO", + "quest_title_quest_rockethq1_find_boss": "Найди босса Команды Ракета GO", + "quest_title_quest_rockethq1_grunt_win1": "Победи агентов Команды Ракета GO: {{amount_0}} ", + "quest_title_quest_rockethq1_grunt_win2": "Победи агентов Команды Ракета GO: {{amount_0}}", + "quest_title_quest_rockethq1_leader_win_plural": "Победи лидера Команды Ракета GO ×{{amount_0}}", + "quest_title_quest_rockethq1_leaders_win_plural": "Победи лидера Команды Ракета GO ×{{amount_0}}", + "quest_title_quest_rockethq1_purify": "Очисти Теневых Покемонов ×{{amount_0}}", + "quest_title_quest_rockethq1_raid_win": "Победи в {{amount_0}} рейдах", + "quest_title_quest_rockethq1_sierra_win": "Победи лидера Команды Ракета GO Сиерру", + "quest_title_quest_rockethq1_sierra_win_plural": "Победи лидера Команды Ракета GO Сиерру ×{{amount_0}}", + "quest_title_quest_rockethq1_spin": "Покрути Покестопы: {{amount_0}}", + "quest_title_quest_rockethq1_spin_row": "Покрути Покестоп {{amount_0}} дн. подряд", + "quest_title_quest_rockethq1_supereffective": "Используй суперэффективные заряженные атаки в Гим-битвах: {{amount_0}}", + "quest_title_quest_rockethq1_trainerbattle_win": "Выиграй тренерские битвы Великой Лиги против другого Тренера: {{amount_0}}", + "quest_title_quest_roggenrola_catch_b": "Поймай {{amount_0}} Роггенрол", + "quest_title_quest_roggenrola_evolve_b": "Эволюционируй {{amount_0}} Роггенрол", + "quest_title_quest_roggenrola_snapshot_b": "Сделай {{amount_0}} фото Роггенролы", + "quest_title_quest_roset_catch_b": "Поймай {{amount_0}} Розелий", + "quest_title_quest_roset_evolve_b": "Эволюционируй {{amount_0}} Розелий", + "quest_title_quest_rowlet_catch_b": "Поймай Раулетов ×{{amount_0}}", + "quest_title_quest_rowlet_evolve_b_plural": "Эволюционируй Раулетов ×{{amount_0}}", + "quest_title_quest_rowlet_evolve_b_singular": "Эволюционируй Раулетов ×{{amount_0}}", + "quest_title_quest_rowlet_snapshot_b": "Сделай фото Раулетов ×{{amount_0}}", + "quest_title_quest_sandt_catch_b": "Поймай {{amount_0}} Сэндшрю", + "quest_title_quest_sandt_evolve_b": "Эволюционируй {{amount_0}} Сэндшрю", + "quest_title_quest_scorbunny_evolve": "Эволюционируй Скорбанни", + "quest_title_quest_send_gifts_daily_row": "Отправляй подарки {{amount_0}} дн. подряд", + "quest_title_quest_send_gifts_plural": "Отправь подарки друзьям: {{amount_0}}", + "quest_title_quest_send_gifts_singular": "Отправь 1 подарок другу", + "quest_title_quest_send_gifts_sticker_plural": "Отправь подарки с наклейкой: {{amount_0}}", + "quest_title_quest_send_gifts_sticker_singular": "Отправить подарок с наклейкой", + "quest_title_quest_shelgon_evolve_b_plural": "Эволюционируй Шелгонов ×{{amount_0}}", + "quest_title_quest_shelgon_evolve_b_singular": "Эволюционируй Шелгона", + "quest_title_quest_shint_catch_b": "Поймай {{amount_0}} Шинксов", + "quest_title_quest_shint_evolve_b": "Эволюционируй {{amount_0}} Шинксов", + "quest_title_quest_shint_evolve_s1": "Эволюционируй {{amount_0}} Лаксио", + "quest_title_quest_sinnoh_evolve_plural": "Эволюционируй Покемонов, эволюции которых были впервые обнаружены в регионе Синно ×{{amount_0}}", + "quest_title_quest_sinnoh_evolve_stone_plural": "Эволюционируй Покемонов с помощью Камня Синно ×{{amount_0}}", + "quest_title_quest_sinnoh_medal_gold": "Заработай золотую медаль Синно", + "quest_title_quest_sliggoo_evolve_b_plural": "Эволюционируй Слиггу ×{{amount_0}}", + "quest_title_quest_sliggoo_evolve_b_singular": "Эволюционируй Слиггу", + "quest_title_quest_slowpoke_catch_b": "Поймай {{amount_0}} Слоупоков или Галарских Слоупоков", + "quest_title_quest_slowpoke_evolve_b": "Эволюционируй {{amount_0}} Слоупоков или Галарских Слоупоков", + "quest_title_quest_slowpoke_snapshot_b": "Сделай фото {{amount_0}} Слоупоков или Галарских Слоупоков", + "quest_title_quest_snapshot_ar_photo_safari": "Сделай фото приятеля у стенда Pokémon GO", + "quest_title_quest_snapshot_bali": "Сделай фото на Бали", + "quest_title_quest_snapshot_buddy": "Сделай фото со своим приятелем", + "quest_title_quest_snapshot_bulbasaur": "Сделай фото Бульбазавра", + "quest_title_quest_snapshot_charmander": "Сделай фото Чармандера", + "quest_title_quest_snapshot_chikorita": "Сделай фото своего Чикориты", + "quest_title_quest_snapshot_cyndaquil": "Сделай фото своего Синдаквила", + "quest_title_quest_snapshot_genesect": "Сделай {{amount_0}} фото Дженесекта", + "quest_title_quest_snapshot_hariyama": "Сделай фото своего Хариямы", + "quest_title_quest_snapshot_hoopa_singular": "Сделай фото Хуппы", + "quest_title_quest_snapshot_jeju": "Сделай фото на острове Чеджу", + "quest_title_quest_snapshot_keldeo": "Сделай {{amount_0}} фото Кельдио", + "quest_title_quest_snapshot_landorus": "Сделай фото Ландоруса", + "quest_title_quest_snapshot_machamp": "Сделай фото своего Мачампа", + "quest_title_quest_snapshot_okinawa": "Сделай фото в Окинаве", + "quest_title_quest_snapshot_poison_grass_singular": "Сделай фото дикого Покемона типа Яд", + "quest_title_quest_snapshot_regi_ice": "Сделай фото Реджайса", + "quest_title_quest_snapshot_regi_rock": "Сделай фото Реджирока", + "quest_title_quest_snapshot_regi_steel": "Сделай фото Реджистила", + "quest_title_quest_snapshot_scrafty": "Сделай фото своего Скрафти", + "quest_title_quest_snapshot_singular": "Сделай фото", + "quest_title_quest_snapshot_storage_bug_unique_plural": "Сделай фото разных пойманных тобой Покемонов типа Насекомое ×{{amount_0}}", + "quest_title_quest_snapshot_storage_steel_unique_plural": "Сделай фото {{amount_0}} разных пойманных тобой стальных Покемонов", + "quest_title_quest_snapshot_storage_unique_plural": "Сделай фото {{amount_0}} разных диких Покемонов", + "quest_title_quest_snapshot_surabaya": "Сделай фото в Сурабае", + "quest_title_quest_snapshot_thundurus": "Сделай фото Тандуруса", + "quest_title_quest_snapshot_tornadus": "Сделай фото Торнадуса", + "quest_title_quest_snapshot_totodile": "Сделай фото своего Тотодайла", + "quest_title_quest_snapshot_unique_fire_pokemon": "Сделай фото разных Покемонов типа Огонь ×{{amount_0}}", + "quest_title_quest_snapshot_unique_pokemon": "Сделай {{amount_0}} фото разных Покемонов", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Сделай фото дикого Шинкса, Блитцла или Фурфу", + "quest_title_quest_snapshot_wild_bug_plural": "Сделай {{amount_0}} фото диких Покемонов типа Насекомое", + "quest_title_quest_snapshot_wild_bug_unique_plural": "Сделай фото разных диких Покемонов типа Насекомое ×{{amount_0}}", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Сделай фото дикого Баттерфри, Шинкса или Блитцла", + "quest_title_quest_snapshot_wild_dark_plural": "Сделай {{amount_0}} фото диких Покемонов типа Тёмный", + "quest_title_quest_snapshot_wild_dark_unique_plural": "Сделай фото разных диких Покемонов типа Тёмный ×{{amount_0}}", + "quest_title_quest_snapshot_wild_dragon_plural": "Сделай {{amount_0}} фото диких Покемонов типа Дракон", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "Сделай фото разных диких Покемонов типа Дракон ×{{amount_0}}", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Сделай фото дикого Чинчоу, Финнеона или Даклетта", + "quest_title_quest_snapshot_wild_eevee": "Сделай фото дикого Иви", + "quest_title_quest_snapshot_wild_electric_plural": "Сделай {{amount_0}} фото диких Покемонов типа Электро", + "quest_title_quest_snapshot_wild_electric_unique_plural": "Сделай фото разных диких Покемонов типа Электро ×{{amount_0}}", + "quest_title_quest_snapshot_wild_entei": "Сделай фото дикого Энтея", + "quest_title_quest_snapshot_wild_fairy_plural": "Сделай {{amount_0}} фото диких Покемонов типа Фея", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "Сделай фото разных диких Покемонов типа Фея ×{{amount_0}}", + "quest_title_quest_snapshot_wild_fighting_plural": "Сделай {{amount_0}} фото диких Покемонов типа Боевой", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "Сделай фото разных диких Покемонов типа Боевой ×{{amount_0}}", + "quest_title_quest_snapshot_wild_fire_plural": "Сделай {{amount_0}} фото диких Покемонов типа Огонь", + "quest_title_quest_snapshot_wild_fire_unique_plural": "Сделай фото разных диких Покемонов типа Огонь ×{{amount_0}}", + "quest_title_quest_snapshot_wild_flying_plural": "Сделай {{amount_0}} фото диких Покемонов типа Летающий", + "quest_title_quest_snapshot_wild_flying_unique_plural": "Сделай фото разных диких Покемонов типа Летающий ×{{amount_0}}", + "quest_title_quest_snapshot_wild_frillish_absol": "Сделай фото дикого Абсола или Фриллиша", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Сделай фото дикого Сэндшрю, Геодуда или Какнеи", + "quest_title_quest_snapshot_wild_ghost_plural": "Сделай {{amount_0}} фото диких Покемонов типа Привидение", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "Сделай фото разных диких Покемонов типа Привидение ×{{amount_0}}", + "quest_title_quest_snapshot_wild_grass_plural": "Сделай {{amount_0}} фото диких Покемонов типа Трава", + "quest_title_quest_snapshot_wild_grass_singular": "Сделай фото дикого Покемона типа Трава", + "quest_title_quest_snapshot_wild_grass_unique_plural": "Сделай фото разных диких Покемонов типа Трава ×{{amount_0}}", + "quest_title_quest_snapshot_wild_ground_plural": "Сделай {{amount_0}} фото диких Покемонов типа Земля", + "quest_title_quest_snapshot_wild_ground_unique_plural": "Сделай фото разных диких Покемонов типа Земля ×{{amount_0}}", + "quest_title_quest_snapshot_wild_hoothoot": "Сделай фото дикого Хутхута", + "quest_title_quest_snapshot_wild_ice_plural": "Сделай {{amount_0}} фото диких Покемонов типа Лёд", + "quest_title_quest_snapshot_wild_ice_singular": "Сделай фото дикого Покемона типа Лёд", + "quest_title_quest_snapshot_wild_ice_unique_plural": "Сделай фото разных диких Покемонов типа Лёд ×{{amount_0}}", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Сделай фото дикого Метапода, Эйпома или Лотада", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Сделай фото дикого Чинчоу, Лавдиска или Финнеона", + "quest_title_quest_snapshot_wild_mareanie_singluar": "Сделай фото дикого Марини", + "quest_title_quest_snapshot_wild_normal_plural": "Сделай {{amount_0}} фото диких Покемонов типа Обычный", + "quest_title_quest_snapshot_wild_normal_unique_plural": "Сделай фото разных диких Покемонов типа Обычный ×{{amount_0}}", + "quest_title_quest_snapshot_wild_plural": "Сделай {{amount_0}} фото диких Покемонов", + "quest_title_quest_snapshot_wild_poison_plural": "Сделай {{amount_0}} фото диких Покемонов типа Яд", + "quest_title_quest_snapshot_wild_poison_unique_plural": "Сделай фото разных диких Покемонов типа Яд ×{{amount_0}}", + "quest_title_quest_snapshot_wild_psychic_plural": "Сделай {{amount_0}} фото диких Покемонов типа Психо", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "Сделай фото разных диких Покемонов типа Психо ×{{amount_0}}", + "quest_title_quest_snapshot_wild_raikou": "Сделай фото дикого Райку", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Сделай фото разных диких Покемонов типов Земля, Камень или Фея ×{{amount_0}}", + "quest_title_quest_snapshot_wild_rock_plural": "Сделай {{amount_0}} фото диких Покемонов типа Камень", + "quest_title_quest_snapshot_wild_rock_unique_plural": "Сделай фото разных диких Покемонов типа Камень ×{{amount_0}}", + "quest_title_quest_snapshot_wild_singular": "Сделай фото дикого Покемона", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Сделай фото дикого Додрио, Мантайна или Скармори", + "quest_title_quest_snapshot_wild_skitty_kirlia": "Сделай фото дикого Кирлии или Скитти", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Сделай фото дикого Снизела, Кроганка или Фриллиша", + "quest_title_quest_snapshot_wild_steel_plural": "Сделай {{amount_0}} фото диких Покемонов типа Сталь", + "quest_title_quest_snapshot_wild_steel_unique_plural": "Сделай фото {{amount_0}} разных диких стальных Покемонов", + "quest_title_quest_snapshot_wild_suicune": "Сделай фото дикого Суикуна", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Сделай фото дикого Сэндшрю, Трапинча или Какнеи", + "quest_title_quest_snapshot_wild_unique_plural": "Сделай фото {{amount_0}} разных диких Покемонов", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Сделай фото разных Покемонов типов Огонь, Вода или Трава ×{{amount_0}}", + "quest_title_quest_snapshot_wild_water_plural": "Сделай {{amount_0}} фото диких Покемонов типа Вода", + "quest_title_quest_snapshot_wild_water_singular": "Сделай фото дикого Покемона типа Вода", + "quest_title_quest_snapshot_wild_water_unique_plural": "Сделай фото разных диких Покемонов типа Вода ×{{amount_0}}", + "quest_title_quest_snapshot_yogyakarta": "Сделай фото в Джокьякарте", + "quest_title_quest_snapshots_inarow_plural": "Сделай фото Покемона {{amount_0}} дн. подряд", + "quest_title_quest_snapshots_plural": "Сделай {{amount_0}} фото", + "quest_title_quest_snapshots_your_plural": "Сделай {{amount_0}} фото своих Покемонов", + "quest_title_quest_snapshots_your_singular": "Сделай фото одного из своих Покемонов", + "quest_title_quest_snivt_catch_b": "Поймай {{amount_0}} Снайви", + "quest_title_quest_snivt_evolve_b": "Эволюционируй {{amount_0}} Снайви", + "quest_title_quest_snivt_evolve_s1": "Эволюционируй Сервайнов: {{amount_0}}", + "quest_title_quest_sobble_evolve": "Эволюционируй Соббла", + "quest_title_quest_sphet_catch_b": "Поймай {{amount_0}} Сфилов", + "quest_title_quest_sphet_evolve_b": "Эволюционируй {{amount_0}} Сфилов", + "quest_title_quest_sphet_evolve_s1": "Эволюционируй {{amount_0}} Силео", + "quest_title_quest_spin_151": "Покрути 151 Покестоп или Гим", + "quest_title_quest_spin_daysinarow": "Посещай Покестопы {{amount_0}} дн. подряд", + "quest_title_quest_spin_go_tour_habitat_01": "Покрути Покестопы или Гимы на территории Город на побережье ×{{amount_0}}", + "quest_title_quest_spin_go_tour_habitat_02": "Покрути Покестопы или Гимы на территории Лабиринты руин ×{{amount_0}}", + "quest_title_quest_spin_go_tour_habitat_03": "Покрути Покестопы или Гимы на территории Бурлящее болото ×{{amount_0}}", + "quest_title_quest_spin_go_tour_habitat_04": "Покрути Покестопы или Гимы на территории Горячие источники ×{{amount_0}}", + "quest_title_quest_spin_go_tour_spiritomb_plural": "Покрути разные Покестопы Спиритума ×{{amount_0}}", + "quest_title_quest_spin_go_tour_spiritomb_singular": "Покрути Покестоп Спиритума", + "quest_title_quest_spin_mexico_plural": "Покрути Покестопы в Мексике: {{amount_0}}", + "quest_title_quest_spin_mexico_singular": "Покрути 1 Покестоп в Мексике", + "quest_title_quest_spin_pokestop_days": "Посещай Покестопы в разные дни ×{{amount_0}}", + "quest_title_quest_spin_ultra_wormhole_gym": "Покрути Гим, помеченный как Ультрачервоточина", + "quest_title_quest_spin_wcs_2024": "Покрути 10 новых Покестопов или Гимов в Hawaiʻi Convention Center", + "quest_title_quest_sprigatito_evolve_b": "Эволюционируй Спригатито", + "quest_title_quest_squirtle_catch_b": "Поймай {{amount_0}} Сквиртлов", + "quest_title_quest_squirtle_evolve_b": "Эволюционируй {{amount_0}} Сквиртлов", + "quest_title_quest_squirtle_snapshot_b": "Сделай {{amount_0}} фото Сквиртла", + "quest_title_quest_st_catch_s": "Поймай 15 Сидотов", + "quest_title_quest_st_evolve_n": "Эволюционируй 1 Назлифа", + "quest_title_quest_st_evolve_s": "Эволюционируй 3 Сидота", + "quest_title_quest_stardust_plural": "Заработай звёздную пыль: {{amount_0}}", + "quest_title_quest_starly_catch_b": "Поймай {{amount_0}} Старли", + "quest_title_quest_starly_evolve_b": "Эволюционируй {{amount_0}} Старли", + "quest_title_quest_starly_snapshot_b": "Сделай {{amount_0}} фото Старли", + "quest_title_quest_start_battle": "НАЧАТЬ СРАЖЕНИЕ!", + "quest_title_quest_steenee_evolve_b_plural": "Эволюционируй Стини ×{{amount_0}}", + "quest_title_quest_steenee_evolve_b_singular": "Эволюционируй Стини", + "quest_title_quest_streak_format": "{{amount_0}}-Й ДЕНЬ ПОДРЯД!", + "quest_title_quest_stuff_catch_b": "Поймай {{amount_0}} Стаффулов", + "quest_title_quest_stuff_evolve_b": "Эволюционируй {{amount_0}} Стаффулов", + "quest_title_quest_stuff_snapshot_b": "Сделай {{amount_0}} фото диких Стаффулов", + "quest_title_quest_supereffective_charge_party_plural": "Играя в команде, используй суперэффективные заряженные атаки ×{{amount_0}}", + "quest_title_quest_supereffective_charge_party_singular": "Играя в команде, используй суперэффективную заряженную атаку", + "quest_title_quest_supereffective_charge_plural": "Используй суперэффективную заряженную атаку ×{{amount_0}}", + "quest_title_quest_supereffective_charge_singular": "Используй суперэффективную заряженную атаку", + "quest_title_quest_surskit_catch": "Поймай {{amount_0}} Сурскитов", + "quest_title_quest_swabt_catch_b": "Поймай {{amount_0}} Сваблу", + "quest_title_quest_swabt_evolve_b": "Эволюционируй {{amount_0}} Сваблу", + "quest_title_quest_swinub_cdc_evolve_b": "Эволюционируй {{amount_0}} Свинубов", + "quest_title_quest_swinub_cdc_snapshot_b": "Сделай фото {{amount_0}} Свинубов", + "quest_title_quest_teddiursa_catch_b": "Поймай {{amount_0}} Теддиурс", + "quest_title_quest_teddiursa_evolve_b": "Эволюционируй {{amount_0}} Теддиурс", + "quest_title_quest_teddiursa_snapshot_b": "Сделай фото {{amount_0}} Теддиурс", + "quest_title_quest_template.display.branches#0.button_text_key": "Рейды, агенты и Гимы!", + "quest_title_quest_template.display.branches#0.description_key": "Выбрав этот путь, ты получишь задания, связанные со сражениями в Гимах, рейдах и с членами Команды Ракета GO. В качестве награды ты заработаешь встречу с Чаризардом и многое другое.", + "quest_title_quest_template.display.branches#1.button_text_key": "Боевая Лига GO!", + "quest_title_quest_template.display.branches#1.description_key": "Выбрав этот путь, ты получишь задания, связанные со сражениями с другими Тренерами. В качестве награды ты заработаешь встречу с Чаризардом и многое другое.", + "quest_title_quest_tepit_catch_b": "Поймай {{amount_0}} Тепигов", + "quest_title_quest_tepit_evolve_b": "Эволюционируй {{amount_0}} Тепигов", + "quest_title_quest_tepit_evolve_s1": "Эволюционируй Пигнайта: {{amount_0}}", + "quest_title_quest_thwackey_evolve": "Эволюционируй Тваки", + "quest_title_quest_timburr_catch_b": "Поймай Тимбёрров ×{{amount_0}}", + "quest_title_quest_timburr_evolve_b": "Эволюционируй Тимбёрров ×{{amount_0}}", + "quest_title_quest_timburr_snapshot_b": "Сделай фото Тимбёрров ×{{amount_0}}", + "quest_title_quest_time_remaining_day_plural": "Осталось {{amount_0}} дн., чтобы завершить этот специальный квест", + "quest_title_quest_time_remaining_day_singular": "Чтобы завершить этот специальный квест, остался {{amount_0}} день", + "quest_title_quest_togetic_catch_b": "Поймай {{amount_0}} Тогэтиков", + "quest_title_quest_togetic_evolve_b": "Эволюционируй {{amount_0}} Тогэтика", + "quest_title_quest_togetic_snapshot_b": "Сделай фото {{amount_0}} Тогэтиков", + "quest_title_quest_torracat_evolve_b_plural": "Эволюционируй Торракатов ×{{amount_0}}", + "quest_title_quest_torracat_evolve_b_singular": "Эволюционируй Торраката", + "quest_title_quest_trade_50km_plural": "Обменяй Покемонов, пойманных как минимум в 50 км друг от друга ×{{amount_0}}", + "quest_title_quest_trade_100km_plural": "Обменяй Покемонов, пойманных как минимум в 100 км друг от друга ×{{amount_0}}", + "quest_title_quest_trade_200km_plural": "Обменяй Покемонов, пойманных как минимум в 200 км друг от друга ×{{amount_0}}", + "quest_title_quest_trade_300km_plural": "Обменяй Покемонов, пойманных как минимум в 300 км друг от друга ×{{amount_0}}", + "quest_title_quest_trade_400km_plural": "Обменяй Покемонов, пойманных как минимум в 400 км друг от друга ×{{amount_0}}", + "quest_title_quest_trade_500km_plural": "Обменяй Покемонов, пойманных как минимум в 500 км друг от друга ×{{amount_0}}", + "quest_title_quest_trade_500km_singular": "Обменяй 1 раз Покемонов, пойманных как минимум в 500 км друг от друга", + "quest_title_quest_trade_pikachu_plural": "Обменяй {{amount_0}} Пикачу", + "quest_title_quest_trade_plural": "Обменяй Покемонов ×{{amount_0}}", + "quest_title_quest_trade_singular": "Обменяй Покемона", + "quest_title_quest_transfer_pidgey_plural": "Передай {{amount_0}} Пиджи", + "quest_title_quest_transfer_pokemon_plural": "Передай {{amount_0}} Покемонов", + "quest_title_quest_transfer_pokemon_singular": "Передай 1 Покемона", + "quest_title_quest_transfer_rock_or_poison_plural": "Передай Покемонов типов Камень или Яд ×{{amount_0}}", + "quest_title_quest_transfer_rock_poison": "Передай Покемонов типов Камень или Яд ×{{amount_0}}", + "quest_title_quest_transfer_type_bug_plural": "Передай Покемонов типа Насекомое ×{{amount_0}}", + "quest_title_quest_transfer_type_dark_plural": "Передай Покемонов тип Тёмный ×{{amount_0}}", + "quest_title_quest_transfer_type_dragon_plural": "Передай Покемонов типа Дракон ×{{amount_0}}", + "quest_title_quest_transfer_type_electric_plural": "Передай Покемонов типа Электро ×{{amount_0}}", + "quest_title_quest_transfer_type_fairy_plural": "Передай Покемонов типа Фея ×{{amount_0}}", + "quest_title_quest_transfer_type_fighting_plural": "Передай Покемонов типа Боевой ×{{amount_0}}", + "quest_title_quest_transfer_type_fire_plural": "Передай Покемонов типа Огонь ×{{amount_0}}", + "quest_title_quest_transfer_type_flying_plural": "Передай Покемонов типа Летающий ×{{amount_0}}", + "quest_title_quest_transfer_type_ghost_plural": "Передать Покемонов типа Привидение ×{{amount_0}}", + "quest_title_quest_transfer_type_grass_plural": "Передай Покемонов типа Трава ×{{amount_0}}", + "quest_title_quest_transfer_type_ground_plural": "Передай Покемонов типа Земля ×{{amount_0}}", + "quest_title_quest_transfer_type_ice_plural": "Передай Покемонов типа Лёд ×{{amount_0}}", + "quest_title_quest_transfer_type_normal_plural": "Передай Покемонов типа Обычный ×{{amount_0}}", + "quest_title_quest_transfer_type_poison_plural": "Передай Покемонов типа Яд ×{{amount_0}}", + "quest_title_quest_transfer_type_psychic_plural": "Передай Покемонов типа Психо ×{{amount_0}}", + "quest_title_quest_transfer_type_rock_plural": "Передай Покемонов типа Камень ×{{amount_0}}", + "quest_title_quest_transfer_type_steel_plural": "Передай Покемонов типа Сталь ×{{amount_0}}", + "quest_title_quest_transfer_type_water_plural": "Передай Покемонов типа Трава ×{{amount_0}}", + "quest_title_quest_travel_routes_km_plural": "Пройди {{amount_0}} км по маршрутам", + "quest_title_quest_travel_routes_meters_plural": "Пройди {{amount_0}} м по маршрутам", + "quest_title_quest_tynamo_catch_b": "Поймай Тинамо ×{{amount_0}}", + "quest_title_quest_tynamo_evolve_b_plural": "Эволюционируй Тинамо ×{{amount_0}}", + "quest_title_quest_tynamo_evolve_b_singular": "Эволюционируй Тинамо", + "quest_title_quest_under_investigation": "Профессор Уиллоу сейчас проводит исследование на эту тему. Скоро станут известны подробности!", + "quest_title_quest_urd22_june_battle_gym": "День исследований: Сразись в Гиме", + "quest_title_quest_urd22_june_battle_raid": "День исследований: Сразись в 1 рейде", + "quest_title_quest_urd22_june_beries": "День исследований: Используй ягоды для поимки Покемонов: {{amount_0}}", + "quest_title_quest_urd22_june_catch_rock": "День исследований: Поймай Покемонов типа Камень ×{{amount_0}}", + "quest_title_quest_urd22_june_catch_weather": "День исследований: Поймай {{amount_0}} Покемонов при погодном усилении", + "quest_title_quest_urd22_june_curveball": "День исследований: Сделай кручёные броски: {{amount_0}}", + "quest_title_quest_urd22_june_curveball_row": "День исследований: Сделай кручёные броски: {{amount_0}} подряд", + "quest_title_quest_urd22_june_evolve_rock": "День исследований: Эволюционируй Покемонов типа Камень ×{{amount_0}}", + "quest_title_quest_urd22_june_gift_sticker": "День исследований: Отправь подарки с наклейкой: {{amount_0}}", + "quest_title_quest_urd22_june_great": "День исследований: Сделай отличные броски: {{amount_0}}", + "quest_title_quest_urd22_june_great_row": "День исследований: Сделай отличные броски: {{amount_0}} подряд", + "quest_title_quest_urd22_june_nice": "День исследований: Сделай хорошие броски: {{amount_0}}", + "quest_title_quest_urd22_june_nice_row": "День исследований: Сделай хорошие броски: {{amount_0}} подряд", + "quest_title_quest_urd22_june_powerup": "День исследований: Усиль Покемона ×{{amount_0}}", + "quest_title_quest_urd22_june_snap_rock": "День исследований: Сделай фото дикого Покемона типа Камень", + "quest_title_quest_urd22_june_spin_stops": "День исследований: Покрути Покестопы: {{amount_0}}", + "quest_title_quest_urd22_june_supereffective": "День исследований: Используй суперэффективную заряженную атаку", + "quest_title_quest_ursaring_evolve_b": "Эволюционируй {{amount_0}} Урсаринга", + "quest_title_quest_use_any_potion": "Используй любой эликсир на Покемоне", + "quest_title_quest_use_charged_move_singular": "Используй суперэффективную заряженную атаку", + "quest_title_quest_use_charged_tm": "Используй заряженную TM", + "quest_title_quest_use_dai_plural": "Используй ладаны ежедневных приключений: {{amount_0}}", + "quest_title_quest_use_dai_singular": "Используй ладан ежедневных приключений", + "quest_title_quest_use_fast_tm": "Используй быструю TM", + "quest_title_quest_use_hyper_potion": "Используй 1 гиперэликсир на Покемоне", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "Используй приманки во время прохождения маршрутов: {{amount_0}}", + "quest_title_quest_use_lure_singular": "Используй приманку во время прохождения маршрута", + "quest_title_quest_use_max_potion": "Используй 1 эликсир макс на Покемоне", + "quest_title_quest_use_poffin": "Используй 1 Поффин", + "quest_title_quest_use_rare_candy_plural": "Используй редкие конфеты: {{amount_0}}", + "quest_title_quest_use_rare_candy_singular": "Используй 1 редкую конфету", + "quest_title_quest_use_standard_charged_tm": "Используй заряженную TM", + "quest_title_quest_use_standard_fast_tm": "Используй быструю TM", + "quest_title_quest_use_super_potion": "Используй 1 суперэликсир на Покемоне", + "quest_title_quest_uxie_wild_snap": "Сделай фото дикого Юкси", + "quest_title_quest_val19_catch_specific_plural": "День св. Валентина – Поймай {{amount_0}} Лавдисков", + "quest_title_quest_val19_catch_specific_singular": "День св. Валентина: Поймай 1 Ченси", + "quest_title_quest_visit_different_pokestops": "Покрути разные Покестопы: {{amount_0}}", + "quest_title_quest_visit_pokestop_new_plural": "Покрути новые Покестопы: {{amount_0}}", + "quest_title_quest_visit_pokestop_new_singular": "Покрути новый Покестоп", + "quest_title_quest_visit_pokestops_party_plural": "Играя в команде, покрути Покестопы или Гимы ×{{amount_0}}", + "quest_title_quest_visit_pokestops_plural": "Покрути Покестопы или Гимы: {{amount_0}}", + "quest_title_quest_visit_pokestops_singular": "Покрути 1 Покестоп или Гим", + "quest_title_quest_visit_unique_pokestops_plural": "Покрути разные Покестопы или Гимы: {{amount_0}}", + "quest_title_quest_wailmer_catch_b": "Поймай Вэйлмеров ×{{amount_0}}", + "quest_title_quest_waina_catch_great_ultra_plural": "Поймай {{amount_0}} Покемонов в Мега-Боллы или Ультра-Боллы, используя Pokémon GO Plus +", + "quest_title_quest_waina_catch_plural": "Поймай {{amount_0}} Покемонов в Поке-Боллы, используя Pokémon GO Plus +", + "quest_title_quest_waina_sleep_days": "Отслеживай сон {{amount_0}} дн., используя Pokémon GO Plus + ", + "quest_title_quest_waina_sleep_days_singular": "Отслеживай сон 1 день, используя Pokémon GO Plus +", + "quest_title_quest_waina_spin_pokestop_plural": "Покрути Покестопы, используя Pokémon GO Plus +: {{amount_0}}", + "quest_title_quest_walk_25km_inaweek_plural": "Пройди 25 км в неделю c Синхронизацией приключений ×{{amount_0}}", + "quest_title_quest_walk_buddy_plural": "Прогуливаясь со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", + "quest_title_quest_walk_buddy_singular": "Прогуливаясь со своим Покемоном-приятелем, заработай 1 конфету", + "quest_title_quest_walk_eevee_for_evo": "Пройди 10 км с Иви в качестве своего приятеля, чтобы заработать конфету", + "quest_title_quest_walk_hgrowlithe_header_0": "Огненные приключения", + "quest_title_quest_walk_km": "Пройди {{amount_0}} км", + "quest_title_quest_walk_km_plural": "Пройди {{amount_0}} км", + "quest_title_quest_walk_routes_plural": "Пройди {{amount_0}} км по маршрутам", + "quest_title_quest_walk_routes_singular": "Пройди {{amount_0}} км по маршрутам", + "quest_title_quest_walk_steps": "Пройди шагов: {{amount_0}}", + "quest_title_quest_wartortle_evolve_b": "Эволюционируй {{amount_0}} Вартортла", + "quest_title_quest_waterfestival_catch_feed_plural": "Водный фестиваль – Используй ягоды для поимки Покемонов: {{amount_0}} ", + "quest_title_quest_waterfestival_catch_pokemon_plural": "Водный фестиваль – Поймай {{amount_0}} Покемонов", + "quest_title_quest_waterfestival_catch_special9_plural": "Водный фестиваль – Поймай {{amount_0}} Мэджикарпов или Вэйлмеров", + "quest_title_quest_waterfestival_catch_type_water_plural": "Водный фестиваль: Поймай Покемонов типа Вода ×{{amount_0}}", + "quest_title_quest_waterfestival_evolve_plural": "Водный фестиваль – Эволюционировать Шеллдеров: {{amount_0}}", + "quest_title_quest_waterfestival_evolve_type_water_plural": "Водный фестиваль: Эволюционируй Покемонов типа Вода ×{{amount_0}}", + "quest_title_quest_waterfestival_hatch_egg_singular": "Водный фестиваль – Выносить 1 яйцо", + "quest_title_quest_waterfestival_land_great_plural": "Водный фестиваль: Сделай отличные броски ×{{amount_0}}", + "quest_title_quest_waterfestival_land_nice_plural": "Водный фестиваль: Сделай хорошие броски ×{{amount_0}}", + "quest_title_quest_waterfestival_win_raid_singular": "Водный фестиваль – Победи в рейде", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Бонус Wayfarer – Поймай {{amount_0}} Покемонов", + "quest_title_quest_wcs_2024_catch_psychic_electric": "Поймай Покемонов типа Электро или Психо ×{{amount_0}}", + "quest_title_quest_wcs_2024_snapshot_fairy": "Сделай фото разных диких Покемонов типа Фея ×{{amount_0}}", + "quest_title_quest_wcs_2024_spin_00": "Покрути Покестоп в Зоне Pokémon GO", + "quest_title_quest_wcs_2024_spin_01": "Покрути Покестоп в Play Lab", + "quest_title_quest_wcs_2024_spin_02": "Покрути Покестоп в Collect & Trade Corner", + "quest_title_quest_weepinbell_evolve_b_plural": "Эволюционируй Випинбеллов ×{{amount_0}}", + "quest_title_quest_weepinbell_evolve_b_singular": "Эволюционируй Випинбелла", + "quest_title_quest_wimpod_catch_b": "Поймай Вимподов ×{{amount_0}}", + "quest_title_quest_win_gym_plural": "Победи в Гим-битвах: {{amount_0}}", + "quest_title_quest_win_gym_singular": "Победи в 1 Гим-битве", + "quest_title_quest_win_raid_2_singular": "Победи в двухзвёздочном или более сложном рейде", + "quest_title_quest_win_raid_3_plural": "Победи в {{amount_0}} трёхзвёздочных или более сложных рейдах", + "quest_title_quest_win_raid_3_singular": "Победи в трёхзвёздочном или более сложном рейде", + "quest_title_quest_win_raid_buddy_plural": "Победи в {{amount_0}} рейдах со своим Покемоном-приятелем", + "quest_title_quest_win_raid_buddy_singular": "Победи в рейде с приятелем", + "quest_title_quest_win_raid_lvl1_higher_singular": "Победи в однозвёздочном или более сложном рейде", + "quest_title_quest_win_raid_lvl1_singular": "Победи в однозвёздочном рейде", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Победи в {{amount_0}} рейдах, используя только Покемонов с 1500 БC или меньше", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Победи в рейде, используя только Покемонов с 1500 БC или меньше", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Победи в {{amount_0}} трёхзвёздочных рейдах, используя только Покемонов с 1500 БC или меньше", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Победи в трёхзвёздочном рейде, используя только Покемонов с 1500 БC или меньше", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Победи в {{amount_0}} трёхзвёздочных рейдах, используя только Покемонов с 2500 БC или меньше", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Победи в трёхзвёздочном рейде, используя только Покемонов с 2500 БC или меньше", + "quest_title_quest_win_raid_party_plural": "Играя в команде, победи в рейдах ×{{amount_0}}", + "quest_title_quest_win_raid_party_singular": "Играя в команде, победи в рейде", + "quest_title_quest_win_raid_plural": "Победи в {{amount_0}} рейдах", + "quest_title_quest_win_raid_singular": "Победи в рейде", + "quest_title_quest_win_raid_unique_plural": "Победи в {{amount_0}} рейдах, используя команду разных Покемонов", + "quest_title_quest_win_raid_unique_singular": "Победи в рейде, используя команду разных Покемонов", + "quest_title_quest_win_raid_with_friend_plural": "Победи в {{amount_0}} рейдах с другом", + "quest_title_quest_win_raid_with_friend_singular": "Победи в рейде с другом", + "quest_title_quest_win_raids_unique_1500_plural": "Победи в {{amount_0}} рейдах с командой из разных Покемонов с 1500 БC или меньше", + "quest_title_quest_win_raids_unique_plural": "Победи в {{amount_0}} рейдах с командой из разных Покемонов", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 1500 БC или меньше ×{{amount_0}} ", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "Победи лидера Команды Ракета GO, используя только Покемонов с 1500 БC или меньше ×{{amount_0}}", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 2500 БC или меньше ×{{amount_0}} ", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 3000 БC или меньше ×{{amount_0}} ", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 3500 БC или меньше ×{{amount_0}} ", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 4000 БC или меньше ×{{amount_0}} ", + "quest_title_quest_wooper_catch_b": "Поймай Вуперов или Пальдейских Вуперов ×{{amount_0}}", + "quest_title_quest_wooper_evolve_b": "Эволюционируй Вуперов или Пальдейских Вуперов ×{{amount_0}}", + "quest_title_quest_wooper_snapshot_b": "Сделай фото Вуперов или Пальдейских Вуперов ×{{amount_0}}", + "quest_title_quest_wt_catch_weedle": "Поймай {{amount_0}} Видлов", + "quest_title_quest_wt_evolve_kakuna": "Эволюционируй Какун: {{amount_0}}", + "quest_title_quest_wt_evolve_weedle": "Эволюционировать Видлов: {{amount_0}}", + "quest_title_quest_xp_plural": "Заработай {{amount_0}} XP", + "quest_title_quest_zigzagoon_catch_b": "Поймай {{amount_0}} Галарских Зигзагунов", + "quest_title_quest_zigzagoon_evolve_b": "Эволюционируй {{amount_0}} Галарских Зигзагунов", + "quest_title_quest_zigzagoon_snapshot_b": "Сделай {{amount_0}} фото Галарского Зигзагуна", + "quest_title_reach_hoenn_gold": "Заработай золотую медаль Хоэнн", + "quest_title_reach_johto_gold": "Заработай золотую медаль Джото", + "quest_title_reach_kanto_gold": "Заработай золотую медаль Канто", + "quest_title_reach_kanto_silver": "Заработай серебряную медаль Канто", + "quest_title_reach_level": "Достигни уровня {{amount_0}}", + "quest_title_referral_initial_milestone": "Выполнен вход в Pokémon GO", + "quest_title_remove_bonus_challenge_desc": "Завтра ты получишь ещё одно задание.", + "quest_title_reward_desc_1": "Собирай наклейки, чтобы разблокировать научный прорыв от Профессора Уиллоу!", + "quest_title_reward_desc_2": "Необходимо собрать:", + "quest_title_reward_desc_3_plural": "Ещё наклеек: {{amount_0}}!", + "quest_title_reward_desc_3_singular": "Ещё {{amount_0}} наклейку!", + "quest_title_reward_encounter_later": "Позже", + "quest_title_reward_encounter_uses_ar": "Чтобы поймать этого Покемона, необходимо быть в режиме AR.", + "quest_title_reward_mysterious_pokemon_appeared": "Появился таинственный Покемон!", + "quest_title_reward_start_encounter": "Начать встречу", + "quest_title_rocket_battle_plural": "Сразись с {{amount_0}} агентами Команды Ракета GO", + "quest_title_rocket_battle_win_plural": "Победи {{amount_0}} агентов Команды Ракета GO", + "quest_title_rocket_battle_win_singular": "Победи агента Команды Ракета GO", + "quest_title_rocket_evolve_plural": "Эволюционируй {{amount_0}} Покемонов", + "quest_title_rocket_leader_battle_win_singular": "Победи лидера Команды Ракета GO", + "quest_title_rocket_power_up_plural": "Усиль Покемонов x{{amount_0}}", + "quest_title_rocket_purify_plural": "Очисти Теневых Покемонов: {{amount_0}}", + "quest_title_rocket_purify_type_singular": "Очисти 1 огненного, водного или травяного Теневого Покемона: {{amount_0}}", + "quest_title_rocket_rescue_shadow_plural": "Спаси Теневых Покемонов: {{amount_0}}", + "quest_title_rocket_shadow_plural": "Поймай {{amount_0}} Теневых Покемонов", + "quest_title_rockethq1_arlo_win": "Победи лидера Команды Ракета GO Арло", + "quest_title_rockethq1_arlo_win_plural": "Победи лидера Команды Ракета GO Арло x{{amount_0}}", + "quest_title_rockethq1_battle_boss": "Сразись с боссом Команды Ракета GO", + "quest_title_rockethq1_catch_legendary_shadow": "Поймай Легендарного Теневого Покемона", + "quest_title_rockethq1_catch_shadow1": "Поймай {{amount_0}} Теневых Покемонов", + "quest_title_rockethq1_cliff_win": "Победи лидера Команды Ракета GO Клиффа", + "quest_title_rockethq1_cliff_win_plural": "Победи лидера Команды Ракета GO Клиффа x{{amount_0}}", + "quest_title_rockethq1_defeat_boss": "Победи босса Команды Ракета GO", + "quest_title_rockethq1_find_boss": "Найди босса Команды Ракета GO", + "quest_title_rockethq1_grunt_win1": "Победи агентов Команды Ракета GO: {{amount_0}} ", + "quest_title_rockethq1_grunt_win2": "Победи агентов Команды Ракета GO: {{amount_0}}", + "quest_title_rockethq1_leader_win_plural": "Победи лидера Команды Ракета GO x{{amount_0}}", + "quest_title_rockethq1_leaders_win_plural": "Победи лидера Команды Ракета GO x{{amount_0}}", + "quest_title_rockethq1_purify": "Очисти Теневых Покемонов: {{amount_0}}", + "quest_title_rockethq1_raid_win": "Победи в {{amount_0}} рейдах", + "quest_title_rockethq1_sierra_win": "Победи лидера Команды Ракета GO Сиерру", + "quest_title_rockethq1_sierra_win_plural": "Победи лидера Команды Ракета GO Сиерру x{{amount_0}}", + "quest_title_rockethq1_spin": "Покрути Покестопы: {{amount_0}}", + "quest_title_rockethq1_spin_row": "Покрути Покестоп {{amount_0}} дн. подряд", + "quest_title_rockethq1_supereffective": "Используй суперэффективные заряженные атаки в Гим-битвах: {{amount_0}}", + "quest_title_rockethq1_trainerbattle_win": "Выиграй тренерские битвы Великой Лиги против другого Тренера: {{amount_0}}", + "quest_title_roset_catch_b": "Поймай {{amount_0}} Розелий", + "quest_title_roset_evolve_b": "Эволюционируй {{amount_0}} Розелий", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Поймано 0 Покемонов", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Поймано Покемонов: {{amount_0}}", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "Пойман 1 Покемон", + "quest_title_score_1_10_11_12_singular": "Поймано Покемонов типа Огонь, Вода или Трава ×{{amount_0}}", + "quest_title_score_1_10_singular": "Поймано Покемонов типа Огонь ×{{amount_0}}", + "quest_title_score_1_11_singular": "Поймано Покемонов типа Вода ×{{amount_0}}", + "quest_title_score_1_12_singular": "Поймано Покемонов типа Трава ×{{amount_0}}", + "quest_title_score_1_none": "Поймано 0 Покемонов", + "quest_title_score_1_plural": "Поймано Покемонов: {{amount_0}}", + "quest_title_score_1_singular": "Пойман 1 Покемон", + "quest_title_score_6_plural": "Победа в {{amount_0}} рейдах", + "quest_title_score_6_singular": "Победа в 1 рейде", + "quest_title_score_8_10_none": "Сделано 0 хороших бросков", + "quest_title_score_8_10_plural": "Сделаны хорошие броски: {{amount_0}}", + "quest_title_score_8_10_singular": "Сделан 1 хороший бросок", + "quest_title_score_8_11_none": "Сделано 0 отличных бросков", + "quest_title_score_8_11_plural": "Сделаны отличные броски: {{amount_0}}", + "quest_title_score_8_11_singular": "Сделан 1 отличный бросок", + "quest_title_score_8_12_none": "Сделано 0 прекрасных бросков", + "quest_title_score_8_12_plural": "Сделаны прекрасные броски: {{amount_0}}", + "quest_title_score_8_12_singular": "Сделан 1 прекрасный бросок", + "quest_title_score_8_13_none": "Сделано 0 кручёных бросков", + "quest_title_score_8_13_plural": "Сделано кручёных бросков: {{amount_0}}", + "quest_title_score_8_13_singular": "Сделан 1 кручёный бросок", + "quest_title_score_11_701_none": "Использовано 0 Разз-Ягод", + "quest_title_score_11_701_plural": "Использовано Разз-Ягод: {{amount_0}}", + "quest_title_score_11_701_singular": "Использована 1 Разз-Ягода", + "quest_title_score_11_703_none": "Использовано 0 Нанаб-Ягод", + "quest_title_score_11_703_plural": "Использовано Нанаб-Ягод: {{amount_0}} ", + "quest_title_score_11_703_singular": "Использована 1 Нанаб-Ягода", + "quest_title_score_11_705_none": "Использовано 0 Пайнеп-Ягод", + "quest_title_score_11_705_plural": "Использовано Пайнеп-Ягод: {{amount_0}}", + "quest_title_score_11_705_singular": "Использована 1 Пайнеп-Ягода", + "quest_title_score_15_10_none": "Сделано 0 хороших кручёных бросков", + "quest_title_score_15_10_plural": "Сделаны хорошие кручёные броски: {{amount_0}}", + "quest_title_score_15_10_singular": "Сделан 1 хороший кручёный бросок", + "quest_title_score_15_11_none": "Сделано 0 отличных кручёных бросков", + "quest_title_score_15_11_plural": "Сделаны отличные кручёные броски: {{amount_0}}", + "quest_title_score_15_11_singular": "Сделан 1 отличный кручёный бросок", + "quest_title_score_15_12_none": "Сделано 0 прекрасных кручёных бросков", + "quest_title_score_15_12_plural": "Сделаны прекрасные кручёные броски: {{amount_0}}", + "quest_title_score_15_12_singular": "Сделан 1 прекрасный кручёный бросок", + "quest_title_score_22_none": "Завершено 0 битв с лидерами команды", + "quest_title_score_22_plural": "Завершено битв с лидерами команды: {{amount_0}} ", + "quest_title_score_22_singular": "Завершена 1 битва с лидерами команды", + "quest_title_score_23_none": "Завершено 0 битв Боевой Лиги GO", + "quest_title_score_23_plural": "Завершено битв Боевой Лиги GO: {{amount_0}}", + "quest_title_score_23_singular": "Завершена 1 битва Боевой Лиги GO", + "quest_title_score_battle_raid_none": "Не было сражений в рейдах", + "quest_title_score_battle_raid_plural": "Сражение в {{amount_0}} рейдах", + "quest_title_score_battle_raid_singular": "Сражение в 1 рейде", + "quest_title_score_catch_feed_none": "Использовано 0 ягод", + "quest_title_score_catch_feed_plural": "Использовано ягод: {{amount_0}}", + "quest_title_score_catch_feed_singular": "Использована 1 ягода", + "quest_title_score_catch_pokemon": "Поймано Покемонов: {{amount_0}}", + "quest_title_score_defeat_rocket_none": "Не побеждён ни один член Команды Ракета GO", + "quest_title_score_defeat_rocket_plural": "Побеждены члены Команды Ракета GO: {{amount_0}}", + "quest_title_score_defeat_rocket_singular": "Побеждён 1 член Команды Ракета GO", + "quest_title_score_field_research_none": "Не выполнено ни одно задание полевого квеста", + "quest_title_score_field_research_plural": "Выполнены задания полевых квестов: {{amount_0}}", + "quest_title_score_field_research_singular": "Выполнено 1 задание полевого квеста", + "quest_title_score_send_gift_none": "Отправлено 0 подарков друзьям", + "quest_title_score_send_gift_plural": "Отправлено подарков друзьям: {{amount_0}} ", + "quest_title_score_send_gift_singular": "Отправлен 1 подарок другу", + "quest_title_score_spin_pokestop_none": "Покручено 0 Покестопов", + "quest_title_score_spin_pokestop_plural": "Покручено Покестопов: {{amount_0}}", + "quest_title_score_spin_pokestop_singular": "Покручен 1 Покестоп", + "quest_title_send_gifts_plural": "Отправь подарки друзьям: {{amount_0}}", + "quest_title_send_gifts_singular": "Отправь 1 подарок другу", + "quest_title_snapshot_bulbasaur": "Сделай фото Бульбазавра", + "quest_title_snapshot_charmander": "Сделай фото Чармандера", + "quest_title_snapshot_genesect": "Сделай {{amount_0}} фото Дженесекта", + "quest_title_snapshot_landorus": "Сделай фото Ландоруса", + "quest_title_snapshot_regi_ice": "Сделай фото Реджайса", + "quest_title_snapshot_regi_rock": "Сделай фото Реджирока", + "quest_title_snapshot_regi_steel": "Сделай фото Реджистила", + "quest_title_snapshot_thundurus": "Сделай фото Тандуруса", + "quest_title_snapshot_tornadus": "Сделай фото Торнадуса", + "quest_title_snapshot_wild_blitzle_shinx_furfrou": "Сделай фото дикого Шинкса, Блитцла или Фурфу", + "quest_title_snapshot_wild_bug_plural": "Сделай {{amount_0}} фото диких насекомых Покемонов", + "quest_title_snapshot_wild_butterfree_shinx_blitzle": "Сделай фото дикого Баттерфри, Шинкса или Блитцла", + "quest_title_snapshot_wild_dark_plural": "Сделай {{amount_0}} фото диких тёмных Покемонов", + "quest_title_snapshot_wild_dragon_plural": "Сделай {{amount_0}} фото диких драконьих Покемонов", + "quest_title_snapshot_wild_ducklett_chinchou_finneon": "Сделай фото дикого Чинчоу, Финнеона или Даклетта", + "quest_title_snapshot_wild_eevee": "Сделай фото дикого Иви", + "quest_title_snapshot_wild_electric_plural": "Сделай {{amount_0}} фото диких электрических Покемонов", + "quest_title_snapshot_wild_fairy_plural": "Сделай {{amount_0}} фото диких Покемонов типа Феи", + "quest_title_snapshot_wild_fighting_plural": "Сделай {{amount_0}} фото диких боевых Покемонов", + "quest_title_snapshot_wild_fire_plural": "Сделай {{amount_0}} фото диких огненных Покемонов", + "quest_title_snapshot_wild_flying_plural": "Сделай {{amount_0}} фото диких летающих Покемонов", + "quest_title_snapshot_wild_geodude_sandshrew_cacnea": "Сделай фото дикого Сэндшрю, Геодуда или Какнеи", + "quest_title_snapshot_wild_ghost_plural": "Сделай {{amount_0}} фото диких Покемонов типа Привидения", + "quest_title_snapshot_wild_grass_plural": "Сделай {{amount_0}} фото диких травяных Покемонов", + "quest_title_snapshot_wild_ground_plural": "Сделай {{amount_0}} фото диких земляных Покемонов", + "quest_title_snapshot_wild_hoothoot": "Сделай фото дикого Хутхута", + "quest_title_snapshot_wild_ice_plural": "Сделай {{amount_0}} фото диких ледяных Покемонов", + "quest_title_snapshot_wild_lotad_metapod_aipom": "Сделай фото дикого Метапода, Эйпома или Лотада", + "quest_title_snapshot_wild_luvdisc_chinchou_finneon": "Сделай фото дикого Чинчоу, Лавдиска или Финнеона", + "quest_title_snapshot_wild_normal_plural": "Сделай {{amount_0}} фото диких обычных Покемонов", + "quest_title_snapshot_wild_plural": "Сделай {{amount_0}} фото диких Покемонов", + "quest_title_snapshot_wild_poison_plural": "Сделай {{amount_0}} фото диких ядовитых Покемонов", + "quest_title_snapshot_wild_psychic_plural": "Сделай {{amount_0}} фото диких психических Покемонов", + "quest_title_snapshot_wild_rock_plural": "Сделай {{amount_0}} фото диких каменных Покемонов", + "quest_title_snapshot_wild_singular": "Сделай фото дикого Покемона", + "quest_title_snapshot_wild_skarmory_dodrio_mantine": "Сделай фото дикого Додрио, Мантайна или Скармори", + "quest_title_snapshot_wild_skitty_kirlia": "Сделай фото дикого Кирлии или Скитти", + "quest_title_snapshot_wild_sneasel_croagunk_frillish": "Сделай фото дикого Снизела, Кроганка или Фриллиша", + "quest_title_snapshot_wild_steel_plural": "Сделай {{amount_0}} фото диких стальных Покемонов", + "quest_title_snapshot_wild_trapinch_sandshrew_cacnea": "Сделай фото дикого Сэндшрю, Трапинча или Какнеи", + "quest_title_snapshot_wild_water_plural": "Сделай {{amount_0}} фото диких водных Покемонов", + "quest_title_snapshots_inarow_plural": "Сделай фото Покемона {{amount_0}} дн. подряд", + "quest_title_snapshots_plural": "Сделай {{amount_0}} фото", + "quest_title_snivt_catch_b": "Поймай {{amount_0}} Снайви", + "quest_title_snivt_evolve_b": "Эволюционируй {{amount_0}} Снайви", + "quest_title_snivt_evolve_s1": "Эволюционируй Сервайнов: {{amount_0}}", + "quest_title_spin_daysinarow": "Посети Покестопы {{amount_0}} дн. подряд", + "quest_title_st_catch_s": "Поймай 15 Сидотов", + "quest_title_st_evolve_n": "Эволюционируй 1 Назлифа", + "quest_title_st_evolve_s": "Эволюционируй 3 Сидота", + "quest_title_stardust_plural": "Заработай звёздную пыль: {{amount_0}}", + "quest_title_streak_format": "{{amount_0}}-Й ДЕНЬ ПОДРЯД!", + "quest_title_supereffective_charge_plural": "Используй суперэффективную заряженную атаку x{{amount_0}}", + "quest_title_supereffective_charge_singular": "Используй суперэффективную заряженную атаку", + "quest_title_swabt_catch_b": "Поймай {{amount_0}} Сваблу", + "quest_title_swabt_evolve_b": "Эволюционируй {{amount_0}} Сваблу", + "quest_title_tepit_catch_b": "Поймай {{amount_0}} Тепигов", + "quest_title_tepit_evolve_b": "Эволюционируй {{amount_0}} Тепигов", + "quest_title_tepit_evolve_s1": "Эволюционируй Пигнайта: {{amount_0}}", + "quest_title_time_remaining_day_plural": "Осталось {{amount_0}} дн., чтобы завершить этот специальный квест", + "quest_title_time_remaining_day_singular": "Чтобы завершить этот специальный квест, остался {{amount_0}} день", + "quest_title_trade_50km_plural": "Обменяй Покемонов, пойманных как минимум в 50 км друг от друга x{{amount_0}}", + "quest_title_trade_100km_plural": "Обменяй Покемонов, пойманных как минимум в 100 км друг от друга x{{amount_0}}", + "quest_title_trade_200km_plural": "Обменяй Покемонов, пойманных как минимум в 200 км друг от друга x{{amount_0}}", + "quest_title_trade_300km_plural": "Обменяй Покемонов, пойманных как минимум в 300 км друг от друга x{{amount_0}}", + "quest_title_trade_400km_plural": "Обменяй Покемонов, пойманных как минимум в 400 км друг от друга x{{amount_0}}", + "quest_title_trade_500km_plural": "Обменяй Покемонов, пойманных как минимум в 500 км друг от друга x{{amount_0}}", + "quest_title_trade_500km_singular": "Обменяй 1 раз Покемонов, пойманных как минимум в 500 км друг от друга", + "quest_title_trade_plural": "Обменяй Покемонов x{{amount_0}}", + "quest_title_trade_singular": "Обменяй Покемона", + "quest_title_transfer_pokemon_plural": "Передай {{amount_0}} Покемонов", + "quest_title_transfer_pokemon_singular": "Передай 1 Покемона", + "quest_title_transfer_type_bug_plural": "Передай {{amount_0}} насекомых Покемонов", + "quest_title_transfer_type_dark_plural": " Передай {{amount_0}} тёмных Покемонов", + "quest_title_transfer_type_dragon_plural": "Передай {{amount_0}} драконьих Покемонов", + "quest_title_transfer_type_electric_plural": "Передай {{amount_0}} электрических Покемонов", + "quest_title_transfer_type_fairy_plural": "Передай {{amount_0}} Покемонов типа Феи", + "quest_title_transfer_type_fighting_plural": "Передай {{amount_0}} боевых Покемонов", + "quest_title_transfer_type_fire_plural": "Передай {{amount_0}} огненных Покемонов", + "quest_title_transfer_type_flying_plural": " Передай {{amount_0}} летающих Покемонов", + "quest_title_transfer_type_ghost_plural": "Передать {{amount_0}} Покемонов типа Привидения", + "quest_title_transfer_type_grass_plural": "Передай {{amount_0}} травяных Покемонов", + "quest_title_transfer_type_ground_plural": "Передай {{amount_0}} земляных Покемонов", + "quest_title_transfer_type_ice_plural": "Передай {{amount_0}} ледяных Покемонов", + "quest_title_transfer_type_normal_plural": "Передай {{amount_0}} обычных Покемонов", + "quest_title_transfer_type_poison_plural": " Передай {{amount_0}} ядовитых Покемонов", + "quest_title_transfer_type_psychic_plural": "Передай {{amount_0}} психических Покемонов", + "quest_title_transfer_type_rock_plural": "Передай {{amount_0}} каменных Покемонов", + "quest_title_transfer_type_steel_plural": "Передай {{amount_0}} стальных Покемонов", + "quest_title_transfer_type_water_plural": "Передай {{amount_0}} водных Покемонов", + "quest_title_under_investigation": "Профессор Уиллоу сейчас проводит исследование на эту тему. Скоро станут известны подробности!", + "quest_title_use_any_potion": "Use any Potion on a Pokémon", + "quest_title_use_hyper_potion": "Use a Hyper Potion on a Pokémon", + "quest_title_use_max_potion": "Use a Max Potion on a Pokémon", + "quest_title_use_super_potion": "Use a Super Potion on a Pokémon", + "quest_title_val19_catch_specific_plural": "День св. Валентина – Поймай {{amount_0}} Лавдисков", + "quest_title_val19_catch_specific_singular": "День св. Валентина – Поймай 1 Ченси", + "quest_title_visit_different_pokestops": "Покрути разные Покестопы: {{amount_0}}", + "quest_title_visit_pokestop_new_plural": "Покрути новые Покестопы: {{amount_0}}", + "quest_title_visit_pokestop_new_singular": "Покрути новый Покестоп", + "quest_title_visit_pokestops_plural": "Покрути Покестопы или Гимы: {{amount_0}}", + "quest_title_visit_pokestops_singular": "Покрути 1 Покестоп или Гим", + "quest_title_visit_unique_pokestops_plural": "Покрути разные Покестопы или Гимы: {{amount_0}}", + "quest_title_walk_25km_inaweek_plural": "Пройди 25 км в неделю c Синхронизацией приключений x{{amount_0}}", + "quest_title_walk_buddy_plural": "Прогуливаясь со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", + "quest_title_walk_buddy_singular": "Прогуливаясь со своим Покемоном-приятелем, заработай 1 конфету", + "quest_title_walk_eevee_for_evo": "Пройди 10 км с Иви в качестве своего приятеля, чтобы заработать конфету", + "quest_title_walk_km_plural": "Пройди {{amount_0}} км", + "quest_title_waterfestival_catch_feed_plural": "Водный фестиваль – Используй ягоды для поимки Покемонов: {{amount_0}} ", + "quest_title_waterfestival_catch_special9_plural": "Водный фестиваль – Поймай {{amount_0}} Мэджикарпов или Вэйлмеров", + "quest_title_waterfestival_catch_type_water_plural": "Водный фестиваль – Поймай {{amount_0}} водных Покемонов", + "quest_title_waterfestival_evolve_plural": "Водный фестиваль – Эволюционировать Шеллдеров: {{amount_0}}", + "quest_title_waterfestival_hatch_egg_singular": "Водный фестиваль – Выносить 1 яйцо", + "quest_title_waterfestival_win_raid_singular": "Водный фестиваль – Победи в рейде", + "quest_title_wayfarer_catch_pokemon_plural": "Бонус Wayfarer – Поймай {{amount_0}} Покемонов", + "quest_title_win_gym_plural": "Победи в Гим-битвах: {{amount_0}}", + "quest_title_win_gym_singular": "Победи в 1 Гим-битве", + "quest_title_win_raid_2_singular": "Победи в рейде уровня 2 или выше", + "quest_title_win_raid_3_plural": "Победи в {{amount_0}} рейдах уровня 3 или выше", + "quest_title_win_raid_3_singular": "Победи в рейде уровня 3 или выше", + "quest_title_win_raid_buddy_singular": "Победи в рейде с приятелем", + "quest_title_win_raid_lvl1plus_less1500cp_plural": "Победи в {{amount_0}} рейдах, используя только Покемонов с 1500 БC или меньше", + "quest_title_win_raid_lvl1plus_less1500cp_singular": "Победи в рейде, используя только Покемонов с 1500 БC или меньше", + "quest_title_win_raid_lvl3plus_less1500cp_plural": "Победи в {{amount_0}} трёхзвёздночных рейдах, используя только Покемонов с 1500 БC или меньше", + "quest_title_win_raid_lvl3plus_less1500cp_singular": "Победи в трёхзвёздночном рейде, используя только Покемонов с 1500 БC или меньше", + "quest_title_win_raid_plural": "Победи в {{amount_0}} рейдах", + "quest_title_win_raid_singular": "Победи в рейде", + "quest_title_win_raid_unique_plural": "Победи в {{amount_0}} рейдах, используя команду разных Покемонов", + "quest_title_win_raid_unique_singular": "Победи в рейде, используя команду разных Покемонов", + "quest_title_win_rocket_leader_less1500cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 1500 БC или меньше x{{amount_0}} ", + "quest_title_win_rocket_leader_less1500cp_singular": "Победи лидера Команды Ракета GO, используя только Покемонов с 1500 БC или меньше x{{amount_0}}", + "quest_title_win_rocket_leader_less2500cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 2500 БC или меньше x{{amount_0}} ", + "quest_title_win_rocket_leader_less3000cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 3000 БC или меньше x{{amount_0}} ", + "quest_title_win_rocket_leader_less3500cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 3500 БC или меньше x{{amount_0}} ", + "quest_title_win_rocket_leader_less4000cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 4000 БC или меньше x{{amount_0}} ", + "quest_title_wt_catch_weedle": "Поймай {{amount_0}} Видлов", + "quest_title_wt_evolve_kakuna": "Эволюционируй Какун: {{amount_0}}", + "quest_title_wt_evolve_weedle": "Эволюционировать Видлов: {{amount_0}}", + "quest_win_raid_plural": "Победи в {{amount}} рейдах", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "Рейд 1 уровня", + "raid_1_plural": "Рейды 1 уровня", + "raid_2": "Рейд 2 уровня", + "raid_2_plural": "Рейды 2 уровня", + "raid_3": "Рейд 3 уровня", + "raid_3_plural": "Рейды 3 уровня", + "raid_4": "Рейд 4 уровня", + "raid_4_plural": "Рейды 1 уровня", + "raid_5": "Легендарный рейд", + "raid_5_plural": "Легендарный рейды", + "raid_6": "Мега-рейд", + "raid_6_plural": "мега-рейды", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "Лучше всего днём", + "route_tag_architecture": "Архитектура", + "route_tag_art": "Искусство", + "route_tag_beachy": "Пляж", + "route_tag_bike_path": "Велосипедная дорожка", + "route_tag_biking": "Подходит для велосипедов", + "route_tag_body_of_water": "Берег", + "route_tag_buildings": "Много зданий", + "route_tag_category_misc": "Разное", + "route_tag_category_nearby": "Поблизости", + "route_tag_category_suitability": "Доступность", + "route_tag_category_terrain": "Ландшафт", + "route_tag_category_theme": "Тема", + "route_tag_city_life": "Город", + "route_tag_culture": "Культура", + "route_tag_easy_going": "Лёгкий", + "route_tag_flat": "Ровный", + "route_tag_foliage": "Много растительности", + "route_tag_food": "Еда", + "route_tag_grassy": "Трава", + "route_tag_hilly": "Холмы", + "route_tag_historic": "Исторический", + "route_tag_intense": "Интенсивный", + "route_tag_morning": "Лучше всего утром", + "route_tag_muddy": "Грязь", + "route_tag_nature": "Природа", + "route_tag_night": "Лучше всего вечером", + "route_tag_no_parking": "Нет парковки поблизости", + "route_tag_no_people": "Мало людей", + "route_tag_open_space": "Много открытого пространства", + "route_tag_parking": "Парковка поблизости", + "route_tag_parks_nearby": "Парки поблизости", + "route_tag_partially_paved": "Частично мощёная дорога", + "route_tag_paved": "Мощёная дорога", + "route_tag_people": "Много людей", + "route_tag_pets": "Подходит для домашних животных", + "route_tag_plenty_pokestops": "Много Покестопов", + "route_tag_public_transport": "Рядом с общественным транспортом", + "route_tag_raid_friendly": "Много Гимов", + "route_tag_rainy_day": "Подходит для дождливого дня", + "route_tag_rocky": "Камни", + "route_tag_running": "Подходит для бега", + "route_tag_sandy": "Песок", + "route_tag_seasonal": "Сезонный", + "route_tag_sightseeing": "Достопримечательности", + "route_tag_stroller": "Подходит для детских колясок", + "route_tag_sunny_day": "Подходит для солнечного дня", + "route_tag_tree_cover": "Тенистые деревья", + "route_tag_unpaved": "Грунтовая дорога", + "route_tag_views": "Красивые виды", + "route_tag_walking": "Подходит для прогулок", + "route_tag_wheelchair": "Подходит для инвалидных колясок", + "route_tag_wildlife": "Много диких животных", + "route_tag_woodsy": "Лес", + "route_tags_label": "ТЕГИ", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "Теневая форма", + "team_1": "Мистик", + "team_2": "Валор", + "team_3": "Инстинкт", + "team_a_0": "Без команды", + "team_a_1": "Мистик", + "team_a_2": "Валор", + "team_a_3": "Инстинкт", + "throw_type_9": "Первый", + "throw_type_10": "Неплохо", + "throw_type_11": "Хорошо", + "throw_type_12": "Отлично", + "throw_type_13": "Крученый", + "throw_type_67": "Master Ball", + "weather_0": "Экстремальные условия", + "weather_1": "Ясно", + "weather_2": "Дождь", + "weather_3": "Переменная облачность", + "weather_4": "Облачно", + "weather_5": "Ветер", + "weather_6": "Снег", + "weather_7": "Туман", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/client/public/locales/sv/translation.json b/client/public/locales/sv/translation.json new file mode 100644 index 000000000..845901fe3 --- /dev/null +++ b/client/public/locales/sv/translation.json @@ -0,0 +1,6001 @@ +{ + "login": "Logga in", + "click_once": "Klicka bara på 'Auktorisera' en gång", + "save": "Spara", + "reset": "Återställ", + "close": "Stäng", + "reset_filters": "Återställ filter", + "pokemon_filters": "Pokémon-filterinställningar", + "gyms_filters": "Gym-filterinställningar", + "pokestops_filters": "PokéStop-filterinställningar", + "nests_filters": "Bo-filterinställningar", + "help": "Hjälp", + "apply_to_all": "Tillämpa på alla", + "disable_all": "Inaktivera alla", + "enable_all": "Aktivera alla", + "enabled": "Aktiverad", + "legacy": "Legacy", + "id": "ID", + "location": "Plats", + "search_pokemon": "Sök Pokémon", + "search_nests": "Sök bo", + "search_gyms": "Sök gym", + "search_pokestops": "Sök PokéStops", + "search_raids": "Sök Raid", + "search_eggs": "Sök Ägg", + "search_quests": "Sök Uppdrag", + "search_lures": "Sök Lockmedel", + "search_invasions": "Sök Invasioner", + "sm": "sm", + "md": "md", + "lg": "lg", + "xl": "XL", + "min": "Min", + "max": "Max", + "set_size": "Ställ in ikonstorlek", + "slot_selection": "Platsval", + "generations": "Generationer", + "types": "Typer", + "forms": "Former", + "rarity": "Nuvarande Sällsynthet", + "others": "Övriga", + "categories": "Kategorier", + "rank": "Rank", + "slider_iv": "IV-intervall", + "slider_great": "Great League", + "slider_ultra": "Ultra League", + "slider_little": "Little Cup", + "slider_atk_iv": "Attack", + "slider_def_iv": "Försvar", + "slider_sta_iv": "Uthållighet", + "slider_level": "Nivå", + "slider_size": "Storlek", + "abbreviation_level": "N", + "lvl": "Niv", + "cap": "Max", + "custom": "Anpassad", + "valid": "Giltig", + "invalid": "Ogiltig!", + "overwrites": "Skriver över alla filter", + "valid_filter": "Giltigt statsfilter", + "invalid_filter": "Ange ett giltigt filter", + "gyms": "Gym", + "nests": "Bo", + "pokestops": "PokéStops", + "pokemon": "Pokémon", + "wayfarer": "Wayfarer", + "scan_areas": "Skanningsområden", + "s2cells": "S2-celler", + "weather": "Väder", + "admin": "Admin", + "settings": "Inställningar", + "advanced": "Avancerad", + "tile_servers": "Tile-servrar", + "icons": "Ikoner", + "navigation": "Navigering", + "drawer": "Skjutpanel", + "tile_servers_default": "Standard", + "drawer_temporary": "Tillfällig", + "drawer_persistent": "Bestående", + "locale_selection": "Språkval", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "Importera", + "export": "Exportera", + "logout": "Logga ut", + "local_storage_cleared": "Lokal lagring har rensats!", + "iv_or_filter": "IV ELLER Filter", + "polygons": "Polygoner", + "raids": "Raids", + "ex_eligible": "EX Berättigad", + "in_battle": "I strid", + "all_pokestops": "Alla PokéStops", + "lures": "Lockmedel", + "quests": "Uppdrag", + "invasions": "Invasioner", + "portals": "Portaler", + "submission_cells": "Inlämningsceller", + "spawnpoint": "Spawnpunkt", + "spawnpoints": "Spawnpunkter", + "s2_cell_level": "Nivå {{level}} S2-cell", + "total_count": "Totalt antal", + "next_submission": "Nästa inlämning!", + "never": "Aldrig", + "next_gym": "Nästa gym", + "scan_cells": "Skanningsceller", + "devices": "Enheter", + "use_my_location": "Använd min plats", + "submit_feedback_title": "Skicka feedback/buggrapport", + "use_the_link_below": "Du kan använda länken nedan för att skicka feedback eller eventuella buggar du har stött på.", + "feedback_to_devs": "Denna feedback skickas direkt till utvecklarna.", + "feedback_form": "Feedback-formulär", + "unknown_pokestop": "Okänt PokéStop-namn", + "unknown_gym": "Okänt Gymnamn", + "exclude": "Exkludera", + "exclude_quest": "Exkludera Uppdrag", + "exclude_invasion": "Exkludera Invasion", + "exclude_team": "Exkludera Lag", + "exclude_raid": "Exkludera Raid", + "exclude_lure": "Exkludera Lockbete", + "timer": "Timer", + "hide": "Dölj", + "tier": "Nivå", + "slots": "Platser", + "mega": "Mega", + "form": "Form", + "starts": "Startar", + "ends": "Slutar", + "defender": "Försvarare", + "best_buddy": "Bästa kompis", + "cp": "KP", + "kilogram": "kg", + "meter": "m", + "total_cp": "Total KP", + "first_seen": "Först Sett", + "last_seen": "Senast Sett", + "last_modified": "Senast Ändrad", + "last_updated": "Senast Uppdaterad", + "imported": "Importerad", + "nest_estimated": "Bonddata är Uppskattad!", + "verify_nests": "Verifiera Genom Att Kolla Nuvarande Spawns", + "nest_out_of_date": "Boendet är Potentiellt Utgånget!", + "nest_check_current": "Kolla Nuvarande Spawns Istället", + "spawns_per_hour": "Per Timme", + "teams": "Lag", + "eggs": "Ägg", + "reverse": "Omvänd", + "selected": "Vald", + "unselected": "Ovald", + "only_available": "Tillgänglig", + "common": "Vanlig", + "uncommon": "Ovanlig", + "rare": "Sällsynt", + "ultra_rare": "Mycket Sällsynt", + "regional": "Regional", + "event": "Event", + "legendary": "Legendary", + "mythical": "Mythical", + "ultra_beast": "Ultra Beast", + "alt_forms": "Alternativa Former", + "alola": "Alola", + "galarian": "Galarian", + "showing": "Visar", + "instance": "Instans", + "online": "Online", + "offline": "Offline", + "boosted_types": "Förstärkta Typer", + "pokemon_options": "Pokémon Inställningar", + "pokestops_options": "PokéStop Inställningar", + "gyms_options": "Gym Inställningar", + "nests_options": "Bonn Inställningar", + "wayfarer_options": "Wayfarer Inställningar", + "admin_options": "Admin Inställningar", + "weather_options": "Väder Inställningar", + "s2cells_options": "S2 Cell Inställningar", + "clustering": "Klustering", + "glow": "Glöd", + "legacy_filter": "Äldre Filter", + "raid_timers": "Alla Raid Timrar", + "invasion_timers": "Alla Invasions Timrar", + "lure_timers": "Alla Lockbete Timrar", + "device_path_color": "Enhetens Vägfärg", + "old_portals": "Gamla Portaler", + "new_portals": "Nya Portaler", + "items": "Föremål", + "energy": "Energi", + "ar_eligible": "AR Berättigad", + "iv_circles": "KP Indikatorer", + "min_iv_circle": "Minsta Cirkel KP", + "interaction_ranges": "Interaktionsområden", + "cannot_connect": "\nKan inte ansluta till servern för tillfället.\nAtt försöka igen omedelbart kommer bara att orsaka fler problem.\nVänligen försök igen om några minuter.\n\n- Kartans Admin Team", + "mad_quest_text": "Ursprungliga Uppdrag", + "xs": "XS", + "primary": "Primär", + "secondary": "Sekundär", + "zero_iv": "0% KP", + "hundo_iv": "100% KP", + "open_menu": "Öppna Meny", + "zoom_in": "Zooma In", + "zoom_out": "Zooma Ut", + "welcome": "Välkommen till", + "back": "Tillbaka", + "next": "Nästa", + "finish": "Avsluta", + "start_tutorial": "Starta Tutorial", + "view_profile": "Visa Profil", + "login_optional": "Logga in (Valfritt)", + "tutorial": "Tutorial", + "tutorial_language": "Välj Ditt Språk", + "tutorial_welcome": "Den här guiden är interaktiv och du uppmuntras starkt att leka med alla tillgängliga alternativ", + "tutorial_categories": "Kategorier Du Har Tillgång Till", + "tutorial_logged_in": "Du kan se detaljer om dina behörigheter genom att visa din profil.", + "tutorial_logged_out": "Du kan se detaljer om dina behörigheter genom att logga in.", + "tutorial_sidebar_0": "Alla Dina Filter & Inställningar Finns Här", + "tutorial_sidebar_1": "För varje kategori kommer du att kunna växla exakt vilka data du vill använda med hjälp av omkopplarna", + "tutorial_sidebar_2": "Alternativ: Ytterligare anpassning\nAvancerat: Vi kommer att täcka senare i denna handledning", + "tutorial_sliders_0": "Använda reglage för att justera filter", + "tutorial_sliders_1": "Pokémon Mellan:", + "tutorial_sliders_2": "- IVs {{iv0}}% till {{iv1}}%", + "tutorial_sliders_3": "Nivå {{level0}} till {{level1}}", + "tutorial_sliders_3alt": "- OCH är Nivå {{level0}} till {{level1}}", + "tutorial_sliders_4": "- Great League Rank {{gl0}} till {{gl1}}", + "tutorial_sliders_4alt": "- ELLER Great League Rank {{gl0}} till {{gl1}}", + "tutorial_sliders_5": "- Ultra League Rank {{ul0}} till {{ul1}}", + "tutorial_sliders_5alt": "- ELLER Ultra League Rank {{ul0}} till {{ul1}}", + "tutorial_sliders_6": "Kombinerar med andra av samma färg", + "tutorial_sliders_7": "Filtrerar separat från andra reglage", + "tutorial_sliders_8": "Ett 'fullt' reglage innebär att det är inaktiverat:", + "tutorial_sliders_9": "Alla framträdanden, oavsett om de har IV-kontrollerats eller inte", + "tutorial_help": "Genväg till denna meny", + "tutorial_adv_filter": "Endast mobil, öppnar filtreringsalternativen för den avancerade menyn", + "tutorial_tune": "Ställer in det avancerade filtret för alla Pokémon som för närvarande filtreras i menyn", + "tutorial_format_size": "Ställer in ikonstorleken för alla objekt som för närvarande filtreras i menyn", + "tutorial_check": "Aktiverar alla objekt som för närvarande filtreras i menyn", + "tutorial_clear": "Inaktiverar alla objekt som för närvarande filtreras i menyn", + "tutorial_save": "Sparar det aktuella urvalet och avslutar", + "tutorial_show_all_view": "Växla PokéStops & Gym", + "tutorial_show_pokemon_view": "Växla Pokémon", + "tutorial_toggle": "Klick på kryss/bock växlar objektet", + "tutorial_pokemon_caption": "Denna ikon låter dig ställa in filter för den specifika Pokémon", + "tutorial_all_caption": "Lag har en särskild slotsmeny\nAlla andra objekt låter dig justera ikonstorleken", + "tutorial_popup_0": "Popup-fönster är nu interaktiva!", + "tutorial_popup_1": "De tre punkterna öppnar alternativen för att dölja, utesluta och växla timer", + "tutorial_popup_2": "Ikoner på varje sida om navigeringslänken kommer att expandera för att visa extra info, ge det ett försök!", + "tutorial_popup_3": "Ikonerna varierar för varje kategori, se till att kolla in dem alla", + "tutorial_closing_0": "Ytterligare info", + "tutorial_closing_1": "De globala Pokémon-reglagen i sidofältet fungerar separat från den avancerade menyn och har ingen effekt på varandra", + "tutorial_closing_2": "Se till att ta en titt på avsnittet Inställningar i sidofältet", + "tutorial_closing_3": "Det finns gott om estetiska alternativ tillgängliga för varje kategori, men kom ihåg att ju mer du lägger till din karta, desto större chans att din karta kommer att frysa", + "tutorial_closing_4": "Du kan visa denna handledning igen genom att välja den i inställningspanelen i sidofältet", + "tutorial_closing_5": "Var säker och lycka till!", + "intro": "Introduktion", + "sidebar": "Sidofält", + "sliders": "Reglage", + "popups": "Popup-fönster", + "closing": "Avslutning", + "shortcuts": "Genvägar", + "iv": "IV", + "area_restrictions": "Områdesrestriktioner", + "map": "Karta", + "stats": "Statistik", + "pvp": "PVP", + "area_restrictions_subtitle": "Du har tillgång till dessa områden", + "devices_subtitle": "Visar aktiva enhetsplatser och rutter", + "gyms_subtitle": "Visar alla aktiva gymplatser, aktiva lag och hur många platser varje gym har tillgängliga", + "invasions_subtitle": "Visar info om Team Rocket-invasioner, inklusive stridslinje, utgångstid och möjliga belöningar", + "iv_subtitle": "Visar IV% och glödalternativ", + "lures_subtitle": "Visar lockmedelsinfo, inklusive lockmedelstyp och utgångstid", + "map_subtitle": "Visar kartan", + "nests_subtitle": "Visar aktivt nästande Pokémon och bo-polygontåg", + "pokemon_subtitle": "Visar alla Pokémonplatser och utgångstider", + "pokestops_subtitle": "Visar alla PokéStop-platser", + "portals_subtitle": "Visar alla Ingress-portaler", + "pvp_subtitle": "Visar PVP-rankning/CP/Nivå info för varje Pokémon", + "quests_subtitle": "Visar information om uppdragsbelöningar och uppgifter", + "raids_subtitle": "Visar all information om raid inklusive raidboss, ägg, utgångstid och moveset", + "scan_cells_subtitle": "Visar den senaste skanningstiden för en S2-cell av en enhet", + "scan_areas_subtitle": "Visar tillgängliga skanningsområdespolygoner", + "spawnpoints_subtitle": "Visar spawnpoints och deras uppskattade försvinnandetid", + "stats_subtitle": "Visar Pokémon-statistik och nivåer", + "submission_cells_subtitle": "Visar information användbar för att lämna in nya POI:er", + "weather_subtitle": "Visar information om spelets väder för varje cell", + "scanner_subtitle": "Interagera direkt med skannern på olika sätt", + "s2cells_subtitle": "Visar S2-celler på en mängd nivåer på kartan", + "backups_subtitle": "Gör det möjligt att säkerhetskopiera och ladda inställningar över enheter", + "backups": "Säkerhetskopior", + "user_profile": "Användarprofil", + "user_username": "Användarnamn", + "candy": "Godis", + "show_ex_badge": "Visa EX-märke", + "search": "Sök", + "global_search_quests": "Ange belöningsnamn...", + "global_search_lures": "Ange Lockbete Namn...", + "global_search_pokestops": "Ange PokéStop-namn...", + "global_search_gyms": "Ange Gym-namn...", + "global_search_portals": "Ange Portal Namn...", + "global_search_nests": "Ange Namn på Nest Pokémon...", + "global_search_raids": "Ange Raid Boss Namn...", + "global_search_pokemon": "Ange Pokémon Namn...", + "global_search_invasions": "Ange Grunt-typ, Namn eller Pokémon belöningsnamn...", + "raid_level_badges": "Raidnivå-märken", + "options": "Alternativ", + "profile": "Profil", + "pokemon_icons": "Pokémon-ikoner", + "pokestop_icons": "PokéStop-ikoner", + "gym_icons": "Gym-ikoner", + "team_icons": "Team-ikoner", + "egg_icons": "Ägg-ikoner", + "raid_icons": "Raid-ikoner", + "nest_icons": "Nest-ikoner", + "reward_icons": "Belöningsikoner", + "type_icons": "Typ-ikoner", + "weather_icons": "Väder-ikoner", + "misc_icons": "Diverse-ikoner", + "invasion_icons": "Invasions-ikoner", + "spawnpoint_icons": "Spawnpoint-ikoner", + "device_icons": "Enhetsikoner", + "pokemon_audio": "Pokémon-ljud", + "pokestop_audio": "PokéStop-ljud", + "gym_audio": "Gym-ljud", + "team_audio": "Team-ljud", + "egg_audio": "Ägg-ljud", + "raid_audio": "Raid-ljud", + "nest_audio": "Nest-ljud", + "reward_audio": "Belöningsljud", + "type_audio": "Typ-ljud", + "weather_audio": "Väder-ljud", + "misc_audio": "Diverse ljud", + "invasion_audio": "Invasionsljud", + "spawnpoint_audio": "Spawnpoint-ljud", + "device_audio": "Enhetsljud", + "pokemon_timers": "Alla Pokémon-timer", + "show_dex_num_in_popup": "Visa Pokédexnummer i Popup", + "popup": "Popup", + "pvp_level": "Nivå {{level}} PVP-statistik", + "pvp_mega": "Mega PVP-statistik", + "webhook_entry": "Lägg till i {{name}}", + "remove_webhook_entry": "Ta bort från {{name}}", + "distance": "Avstånd", + "gym": "Gym", + "egg": "Ägg", + "raid": "Raid", + "lure": "Lockbete", + "quest": "Uppdrag", + "invasion": "Invasion", + "nest": "Nest", + "pokestop": "PokéStop", + "team": "Team", + "global": "Global", + "manage_webhook": "Hantera {{name}}", + "drag_and_drop": "Dra och släpp markören för att ange din plats", + "click_to_select": "Klicka för att välja", + "add_new": "Lägg till Nytt {{category}} Larm", + "my_location": "Min Plats", + "choose_on_map": "Välj på Kartan", + "select_profile": "Välj Profil", + "distance_radius": "Förhandsgranska Radieavstånd", + "areas": "Områden", + "select_webhook": "Välj Bot", + "ar_quest_true": "AR-uppdrag", + "ar_quest_false": "Inget AR", + "with_ar": "Med AR", + "both": "Båda", + "without_ar": "Utan AR", + "exclude_quest_multi": "Uteslut {{reward}}", + "cluster_limit_0": "{{variable_0}}-gränsen ({{variable_1}}) har nåtts", + "cluster_limit_1": "Vänligen zooma in eller smala av dina filter", + "show_polygons": "Visa polygoner", + "exclude_invasion_multi": "Uteslut {{invasion}}", + "stardust": "Stardamm", + "slider_cp": "CP", + "pvp_ranking_league": "Liga", + "pvp_ranking_min_cp": "Min CP", + "slider_pvp": "Rankingar", + "profile_no": "Profilnummer", + "template": "Mall", + "gender": "Kön", + "clean": "Rensa", + "all_forms": "Alla former", + "pvp_entry": "PVP-inslag", + "no_iv": "Inkl. Ingen IV", + "by_distance": "Efter avstånd", + "min_time": "Minst tid", + "add_new_profile": "Lägg till ny profil", + "slider_none": "Ingen", + "non_registered_human_title": "Oj, något stämmer inte!", + "non_registered_human_desc": "Du kanske inte är registrerad med {{webhook}}\nEller så är servern för närvarande oåtkomlig", + "try_again_later": "Var vänlig försök igen senare", + "selected_areas_one": "{{count}} område valt", + "selected_areas_other": "{{count}} områden valda", + "webhook_selection": "{{name}}-val", + "message_of_the_day": "Dagens meddelande", + "has_quest_indicator": "Alternativ färg för stops med uppdrag", + "show_ar_badge": "Visa AR-märke", + "all_gyms": "Alla gym", + "general": "Allmän", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "Global respekterar valt", + "normal_forms": "Normala former", + "weather_indicator": "Väderboost-indikator", + "page": "Sida {{page}}", + "navigation_controls": "Navigeringskontroller", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "Exklusiv", + "all_moves": "Alla drag", + "move": "Drag", + "any": "Någon", + "min_spawn_average": "Minsta spawn-frekvens", + "select_all": "Välj alla", + "delete_all": "Radera vald", + "cancel": "Avbryt", + "day_1": "Måndag", + "day_2": "Tisdag", + "day_3": "Onsdag", + "day_4": "Torsdag", + "day_5": "Fredag", + "day_6": "Lördag", + "day_7": "Söndag", + "profile_name": "Profilnamn", + "manage_profiles": "Hantera profiler", + "min_spawn_avg": "Genomsnittlig minsta spawn", + "poke_global": "Allting", + "amount": "Mängd", + "specific_gym": "Specifikt gym", + "search_location": "Sök platser", + "search_specific": "Sök efter en specifik {{category}}", + "webhook_success_gym": "Räder, ägg och teamändringsvarningar har lagts till!", + "slot_changes": "Platsförändringar", + "slot_changes_poracle": "slot_changes", + "confirm_delete": "Detta kommer ta bort all spårning för denna profil, är du säker?", + "confirm_copy": "Välj vilken profil du vill kopiera \"{{profile}}\" till, detta kommer skriva över den profilen helt.", + "webhook_error": "{{name}} kunde inte bearbeta det.\nVar vänlig försök igen senare.", + "profile_error": "Måste vara unikt och giltigt", + "team_0": "No Team", + "battle_changes": "I strid", + "battle_changes_poracle": "battle_changes", + "auto": "Auto", + "webhooks_subtitle": "Hantera dina larm direkt från kartan för dessa botar", + "event_stops_subtitle": "Visar speciella event-Pokéstops såsom Kecleon", + "webhooks": "Larm", + "scanner": "Scanner-åtgärder", + "everything_individually": "Lägg till individuella larm", + "individually": "individuellt", + "join": "Gå med", + "errors_404": "Oj, den här sidan kan inte hittas!", + "errors_500": "Det har skett ett serverfel, försök igen senare!", + "local_username": "Användarnamn", + "local_password": "Lösenord", + "local_error": "Det uppstod ett fel, vänligen försök igen senare!", + "no_filter_results": "Inga resultat funna\nFörsök vidga dina filter", + "donor_page": "Donorsida", + "go_back": "Gå tillbaka", + "access": "Tillgång", + "link_discord": "Länka Discord", + "select_webhook_strategy": "Larmhanterare", + "webhook_strategy_success_0": "Lyckades! Uppdaterar för att hämta larminställningar...", + "register": "Registrera", + "invalid_credentials": "Ogiltiga uppgifter", + "localauth_failed": "Autentisering misslyckades", + "error_creating_user": "Kan inte registrera ny användare just nu", + "discord_linked": "Discord Länkat", + "telegram_linked": "Telegram Länkat", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "nivå", + "km": "km", + "feedback": "Feedback", + "donor_menu": "Donator Meny", + "pokemon_cell": "Pokemons Plats Kan Variera", + "timer_verified": "Denna Timer är Verifierad", + "timer_unverified": "Denna Timer är Ej Verifierad", + "all": "Alla", + "badge_0": "Ingen", + "badge_1": "Grundläggande", + "badge_2": "Brons", + "badge_3": "Silver", + "badge_4": "Guld", + "gym_badge_menu": "Redigera Gymmärke", + "gym_badges": "Gymmärken", + "gym_badge_diamonds": "Visa Gymmärken", + "gym_badges_subtitle": "Visar Gymmärken på kartan och en lista på profilsidan.", + "confirm_filters_reset": "Återställ filter", + "filters_reset_text": "Är du säker på att du vill återställa inställningarna till standardvärden? Detta kan inte göras ogjort!", + "filters_reset_title": "Återställ filter", + "raid_quick_select": "Snabbval", + "disabled": "Inaktiverad", + "loading": "Laddar {{category}}", + "loading_icons": "Hämtar Ikoner", + "loading_invasions": "Hämtar Invasioner", + "scan_next": "Skanna Plats", + "scan_next_choose": "Dra och Släpp Markören för att Ställa in Skanningsplats", + "scan_zone": "Skanna ett Område", + "scan_zone_choose": "Dra och Släpp Markören för att Ställa in Skanningsplats och Välj Storlek", + "scan_zone_size": "Storlek", + "scan_zone_range": "Räckvidd", + "scan_zone_spacing": "Avstånd", + "scan_zone_radius": "Radie", + "scan_requests": "Skanningsförfrågningar", + "scan_queue": "Aktuell Kö", + "click_to_scan": "Skanna Här", + "scan_confirmed_title": "Skanningsförfrågan bekräftad", + "scan_confirmed": "Arbetare har skickats till platsen, resultatet kommer snart visas på kartan!", + "scan_loading_title": "Skickar skanningsförfrågan", + "scan_loading": "Din skanningsförfrågan bearbetas och skickas till systemet!", + "scan_error_title": "Fel", + "scan_error": "Det uppstod ett fel vid bearbetningen av skanningsförfrågan...", + "scan_outside_area": "Denna plats är utanför gränserna för auktoriserade områden", + "pvp_ranking_cap": "Nivå", + "lc_title": "Följ Din Plats", + "lc_metersUnit": "meter", + "lc_feetUnit": "fötter", + "lc_popup": "Du befinner dig inom {distance} {unit} från denna punkt", + "lc_outsideMapBoundsMsg": "Du verkar befinna dig utanför kartans gränser", + "no_alerts": "Inga Larm Funna", + "loading_settings": "Laddar Inställningar", + "refresh_to_continue": "Vänligen uppdatera innan du fortsätter", + "session_expired_title": "Session Utgången", + "session_expired_body": "Din session har löpt ut", + "old_client_title": "Föråldrad", + "old_client_body": "En ny version av denna karta är tillgänglig", + "early_old_client_title": "Föråldrad", + "early_old_client_body": "En gammal version av denna app kan vara cachad i din webbläsare, du behöver rensa din cache innan du kan använda denna app.", + "refresh": "Uppdatera", + "points": "Poäng", + "day": "Dag", + "days": "Dagar", + "react_error": "Något Gick Fel", + "clickable_icon": "Ikonen är Klickbar", + "two_stops_till_next": "2 stopp till nästa", + "one_stop_till_next": "1 stopp till nästa", + "no_more_gyms": "Inga fler gym", + "light_map_border": "Ljus Kartgräns", + "dark_map_border": "Mörk Kartgräns", + "cell_blocked": "Cell Blockerad", + "poi_color": "POI Färg", + "quest_condition": "Uppdragsvillkor", + "always_show_labels": "Visa alltid Etiketter", + "scan_areas_options": "Skanningsområdesalternativ", + "historic_rarity": "Historisk Sällsynthet", + "poi": "Intressepunkter", + "300m_range": "300m Räckvidd", + "lure_range": "Lockmedelsräckvidd", + "custom_range": "Anpassad Räckvidd", + "tap_to_toggle": "Tryck för att växla", + "power_up": "Stärka", + "never_alt": "Aldrig", + "seen_nearby_stop": "Sett i närheten", + "seen_nearby_cell": "Sett i denna cell", + "seen_lure_encounter": "Lockmedelsmöte", + "seen_lure_wild": "Lockmedelsvilt", + "seen_wild": "Vilt Möte", + "event_stops": "Event Stop", + "event_stop_timers": "Event Stop Tidtagare", + "size_0": "Alla", + "size_1": "XXS", + "size_2": "XS", + "size_3": "M", + "size_4": "XL", + "size_5": "XXL", + "show_size_indicator": "Visa Storleksindikator", + "size": "Storlek", + "gold_stop": "Guld Stop", + "profile_backups": "Profilbyte", + "new_backup": "Ny Säkerhetskopia", + "create": "Skapa", + "load": "Ladda", + "update": "Uppdatera", + "delete": "Radera", + "name": "Namn", + "only_confirmed": "Endast Bekräftade", + "only_exclude_grunts": "Uteslut Gruntar", + "only_exclude_leaders": "Uteslut Ledare", + "rocket_pokemon": "Rocket Pokémon", + "decoy": "Lokförare", + "s2_cell_limit_0": "Du försökte generera fler än 20 000 celler ({{variable_0}})", + "s2_cell_zoom_limit": "Vissa celler är för små för att visas vid denna zoomnivå", + "show_all_pvp_ranks": "Visa Alla PVP Rankningar", + "enable_pokemon_popup_coords": "Visa Pokémon Koordinater", + "enable_gym_popup_coords": "Visa Gym Koordinater", + "enable_pokestop_popup_coords": "Visa Pokéstop Koordinater", + "enable_portal_popup_coords": "Visa Portal Koordinater", + "on_block_join_discord": "Var god anslut till vår discord för mer information.", + "on_block_msg": "Du har blivit blockerad för att vara medlem av", + "denied": "Nekad", + "showcase": "Skyltfönster", + "unknown_event": "Okänt Event", + "scanner_countdown": "Tillgänglig om {{time}}s", + "success": "Lyckades", + "contribute": "Bidra", + "mi": "mi", + "filter_by_areas": "Filtrera efter områden", + "submit_nest_name": "Skicka in Bo Namn", + "nest_submission_menu": "Namnuppdatering", + "nest_submissions": "Bo Inskickningar", + "nest_submissions_subtitle": "Tillåter dig att skicka in nya namn för bon", + "pokemon_opacity": "Dynamisk Pokémon Opacitet", + "invasion_opacity": "Dynamisk Invasion Opacitet", + "raid_opacity": "Dynamisk Raid Opacitet", + "opacity_ten_minutes": "Opacitet vid 10 minuter", + "opacity_five_minutes": "Opacitet vid 5 minuter", + "opacity_one_minute": "Opacitet vid 1 minut", + "level_circles": "Nivåindikatorer", + "min_level_circle": "Minsta Cirkel Nivå", + "mutation_auth_error": "Din förfrågan misslyckades på grund av att du inte var inloggad", + "submitted_by": "Inskickad Av", + "reversible": "Reversibel", + "version": "Version", + "route_tags": "Ruttetiketter", + "routes": "Rutter", + "route_type": "Rutt Typ", + "routes_subtitle": "Visa spelrutter och relevant information om dem på kartan", + "description": "Beskrivning", + "additional_info": "Ytterligare Info", + "duration": "Varaktighet", + "elevation": "Höjd", + "contest_category_1": "Minsta Storlek", + "context_category_2": "Största Storlek", + "total_entries": "Totalt Antal Inlägg", + "showcase_rankings": "Skyltfönster Rankings", + "showcase_rankings_subtitle": "Visar en lista över de högsta rankningarna för ett skyltfönster vid ett Pokéstop", + "tth": "TTH", + "tth_0": "Alla", + "tth_1": "Känd", + "tth_2": "Okänd", + "no_access": "Ingen Tillgång", + "cooldown": "Återhämtning", + "scan_some_outside_area": "Vissa platser ligger utanför de godkända gränserna", + "alerts": "notiser", + "alert_manager": "Notishanterare", + "menu": "Meny", + "theme": "Tema", + "exit": "Avsluta", + "component": "Komponent", + "component_login_page": "Inloggningssida", + "component_donation_page": "Donationssida", + "component_message_of_the_day": "Dagens Meddelande", + "download": "Ladda ner", + "playground": "Lekplats", + "locale": "Språk", + "saved": "Sparad", + "show_editor": "Visa redigerare", + "hide_editor": "Dölj redigerare", + "reported_error": "Detta fel har rapporterats till servern med identifieraren", + "dark_mode": "Mörkt läge", + "load_from_autosave": "Ladda från autosparning", + "done": "Klar", + "fast": "Snabb", + "charged": "Laddad", + "offline_mode": "Offline-läge", + "include_sponsored": "Inkludera sponsrad", + "showcase_color": "Skyltfärg", + "partner_color": "Partnerfärg", + "disable": "Inaktivera {{- name}}", + "profiling": "Profilering", + "showcase_block": "Blockerad på grund av en skyltning", + "signed_in_as": "Inloggad som", + "missing_map_perm": "Du har inte tillstånd att visa kartan.", + "access_denied": "Åtkomst nekad", + "audio": "Ljud", + "desktop_notifications": "Skrivbordsnotifikationer", + "notifications_options": "Notifikationsalternativ", + "audio_always_on": "Ljud spelas alltid", + "volume_level": "Volymnivå", + "notifications_status": "Notifikationsstatus", + "granted": "beviljad", + "set_all": "Ställ in alla", + "set_filtered": "Ställ in filtrerat", + "only_show_available": "Visa endast tillgängliga", + "easy_mode": "Lättläge", + "quick_select": "Global snabbval", + "pokemon_filter_mode": "Pokémon filterläge", + "basic": "Grundläggande", + "intermediate": "Mellannivå", + "expert": "Expert", + "basic_description": "Välj Pokémon enkelt och tillämpa ett globalt filter", + "intermediate_description": "Ställ in individuella filter globalt och per Pokémon (traditionellt)", + "expert_description": "Manuell inmatning för mest anpassning", + "icon_size": "Ikonstorlek", + "developer": "Utvecklare", + "raid_override": "Raid-override", + "search_rocket_pokemon": "Sök Rocket Pokémon", + "main": "Huvud", + "extra": "Extra", + "select": "Välj", + "searching": "söker...", + "no_options": "Inga alternativ...", + "and": "OCH", + "or": "ELLER", + "only_global": "Endast global", + "global_caption": "Ignorerar alla andra filter", + "global_and_individual": "Globala & individuella filter", + "gender_filters_all": "Kön gäller alla", + "and_caption": "Länkade ihop", + "or_caption": "Filter oberoende", + "filter_help": "Filterhjälp", + "kilometers": "Kilometer", + "miles": "Miles", + "distance_unit": "Distansenhet", + "data_management": "Datahantering", + "reset_or_manage_text": "Du kan antingen hårdåterställa dina filter eller du kan se sidan för datahantering som låter dig återställa individuella kategorier.", + "reset_audio": "Återställ ljud", + "reset_all": "Återställ allt", + "reset_icons": "Återställ ikoner", + "reset_position": "Återställ position", + "reset_ui": "Återställ UI", + "reset_options": "Återställ alternativ", + "reset_menus": "Återställ menyer", + "reset_settings": "Återställ inställningar", + "reset_general_title": "Allmänt", + "reset_filters_title": "Filter", + "reset_assets": "Återställ tillgångar", + "reset_pokemon": "Återställ Pokémon", + "reset_pokestops": "Återställ Pokéstops", + "reset_gyms": "Återställ gym", + "reset_nests": "Återställ nästen", + "reset_portals": "Återställ portaler", + "reset_routes": "Återställ rutter", + "reset_scan_areas": "Återställ skanningsområden", + "reset_scan_cells": "Återställ skanningsceller", + "reset_devices": "Återställ enheter", + "reset_weather": "Återställ väder", + "reset_s2cells": "Återställ S2-celler", + "reset_spawnpoints": "Återställ spawnpoints", + "reset_submission_cells": "Återställ inskickningsceller", + "hisuian": "Hisuian", + "spacial_rend_range": "Räckvidd för rymdbristning", + "key": "Nyckel", + "ai": "AI", + "human": "Människa", + "locales": "Språkinställningar", + "instructions": "Instruktioner", + "locale_instructions_1": "Välj ett språk från rullgardinsmenyn", + "locale_instructions_2": "Ange önskade översättningar i kolumnen \"Människa\"", + "locale_instructions_3": "Klicka på \"$t(download)\" knappen för att ladda ner en JSON-fil", + "locale_instructions_4": "Forka GitHub-repolänken nedan", + "locale_instructions_5": "Skapa en ny gren och namnge den till det språk du översätter till", + "locale_instructions_6": "Ersätt innehållet i \"packages/locales/lib/human/{{lng}}.json\" med filen du laddade ner", + "locale_instructions_7": "Skapa en pull-begäran", + "locale_instructions_8": "Vänta på att pull-begäran granskas och sammanfogas", + "enter_translation": "Ange Översättning", + "individual_filters": "Delvis Filtrerad", + "data_limit_reached": "Du har begärt för mycket data nyligen och är i nedkylning tills {{until}}", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "Earn {{amount}} hearts with your buddy", + "challenge_buddy_treat_plural": "Give your buddy {{amount}} treats", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Star Egg", + "egg_1_plural": "1 Star Eggs", + "egg_2": "2 Star Egg", + "egg_2_plural": "2 Star Eggs", + "egg_3": "3 Star Egg", + "egg_3_plural": "3 Star Eggs", + "egg_4": "4 Star Egg", + "egg_4_plural": "4 Star Eggs", + "egg_5": "Legendary Egg", + "egg_5_plural": "Legendary Eggs", + "egg_6": "Mega Egg", + "egg_6_plural": "Mega Eggs", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "Normal", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "Normal", + "form_34": "Attack", + "form_35": "Defense", + "form_36": "Speed", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "Normal", + "form_46": "Alola", + "form_47": "Normal", + "form_48": "Alola", + "form_49": "Normal", + "form_50": "Alola", + "form_51": "Normal", + "form_52": "Alola", + "form_53": "Normal", + "form_54": "Alola", + "form_55": "Normal", + "form_56": "Alola", + "form_57": "Normal", + "form_58": "Alola", + "form_59": "Normal", + "form_60": "Alola", + "form_61": "Normal", + "form_62": "Alola", + "form_63": "Normal", + "form_64": "Alola", + "form_65": "Normal", + "form_66": "Alola", + "form_67": "Normal", + "form_68": "Alola", + "form_69": "Normal", + "form_70": "Alola", + "form_71": "Normal", + "form_72": "Alola", + "form_73": "Normal", + "form_74": "Alola", + "form_75": "Normal", + "form_76": "Alola", + "form_77": "Normal", + "form_78": "Alola", + "form_79": "Normal", + "form_80": "Alola", + "form_81": "Normal", + "form_82": "Frost Rotom", + "form_83": "Fan Rotom", + "form_84": "Mow Rotom", + "form_85": "Wash Rotom", + "form_86": "Heat Rotom", + "form_87": "Plant Cloak", + "form_88": "Sandy Cloak", + "form_89": "Trash Cloak", + "form_90": "Altered Forme", + "form_91": "Origin Forme", + "form_92": "Sky Forme", + "form_93": "Land Forme", + "form_94": "Overcast Form", + "form_95": "Sunny", + "form_96": "West Sea", + "form_97": "East Sea", + "form_98": "West Sea", + "form_99": "East Sea", + "form_100": "Normal", + "form_101": "Fighting", + "form_102": "Flying", + "form_103": "Poison", + "form_104": "Ground", + "form_105": "Rock", + "form_106": "Bug", + "form_107": "Ghost", + "form_108": "Steel", + "form_109": "Fire", + "form_110": "Water", + "form_111": "Grass", + "form_112": "Electric", + "form_113": "Psychic", + "form_114": "Ice", + "form_115": "Dragon", + "form_116": "Dark", + "form_117": "Fairy", + "form_118": "Plant Cloak", + "form_119": "Sandy Cloak", + "form_120": "Trash Cloak", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "Normal", + "form_136": "Red-Striped", + "form_137": "Blue-Striped", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "Incarnate Forme", + "form_141": "Therian Forme", + "form_142": "Incarnate Forme", + "form_143": "Therian Forme", + "form_144": "Incarnate Forme", + "form_145": "Therian Forme", + "form_146": "Normal", + "form_147": "Black Kyurem", + "form_148": "White Kyurem", + "form_149": "Ordinary Form", + "form_150": "Resolute Form", + "form_151": "Aria Forme", + "form_152": "Pirouette Forme", + "form_157": "Normal", + "form_160": "Normal", + "form_163": "Normal", + "form_166": "Normal", + "form_169": "Normal", + "form_172": "Normal", + "form_175": "Normal", + "form_178": "Normal", + "form_181": "Normal", + "form_184": "Normal", + "form_187": "Normal", + "form_190": "Normal", + "form_193": "Normal", + "form_196": "Normal", + "form_199": "Normal", + "form_202": "Normal", + "form_205": "Normal", + "form_208": "Normal", + "form_211": "Normal", + "form_214": "Normal", + "form_217": "Normal", + "form_224": "Normal", + "form_229": "Normal", + "form_232": "Normal", + "form_235": "Normal", + "form_238": "Normal", + "form_241": "Normal", + "form_244": "Normal", + "form_247": "Normal", + "form_250": "Normal", + "form_253": "Normal", + "form_256": "Normal", + "form_259": "Normal", + "form_262": "Normal", + "form_265": "Normal", + "form_268": "Normal", + "form_271": "Normal", + "form_274": "Normal", + "form_277": "Normal", + "form_280": "Normal", + "form_283": "Normal", + "form_286": "Normal", + "form_289": "Normal", + "form_292": "Normal", + "form_295": "Normal", + "form_298": "Normal", + "form_301": "Normal", + "form_304": "Normal", + "form_307": "Normal", + "form_310": "Normal", + "form_313": "Normal", + "form_316": "Normal", + "form_319": "Normal", + "form_322": "Normal", + "form_585": "Spring Form", + "form_586": "Summer Form", + "form_587": "Autumn Form", + "form_588": "Winter Form", + "form_589": "Spring Form", + "form_590": "Summer Form", + "form_591": "Autumn Form", + "form_592": "Winter Form", + "form_593": "Normal", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "Normal", + "form_599": "Noevolve", + "form_600": "Normal", + "form_601": "Noevolve", + "form_602": "Normal", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "Normal", + "form_613": "Normal", + "form_616": "Normal", + "form_619": "Normal", + "form_622": "Normal", + "form_625": "Normal", + "form_628": "Normal", + "form_631": "Normal", + "form_634": "Normal", + "form_637": "Normal", + "form_640": "Normal", + "form_643": "Normal", + "form_646": "Normal", + "form_649": "Normal", + "form_652": "Normal", + "form_655": "Normal", + "form_658": "Normal", + "form_661": "Normal", + "form_664": "Normal", + "form_667": "Normal", + "form_670": "Normal", + "form_677": "Normal", + "form_680": "Normal", + "form_683": "Normal", + "form_688": "Normal", + "form_691": "Normal", + "form_694": "Normal", + "form_697": "Normal", + "form_700": "Normal", + "form_703": "Normal", + "form_706": "Normal", + "form_713": "Normal", + "form_716": "Normal", + "form_719": "Normal", + "form_722": "Normal", + "form_729": "Normal", + "form_734": "Normal", + "form_737": "Normal", + "form_740": "Normal", + "form_743": "Normal", + "form_746": "Normal", + "form_749": "Normal", + "form_752": "Normal", + "form_755": "Normal", + "form_758": "Normal", + "form_761": "Normal", + "form_764": "Normal", + "form_767": "Normal", + "form_770": "Normal", + "form_773": "Normal", + "form_776": "Normal", + "form_779": "Normal", + "form_782": "Normal", + "form_785": "Normal", + "form_788": "Normal", + "form_791": "Normal", + "form_794": "Normal", + "form_797": "Normal", + "form_800": "Normal", + "form_803": "Normal", + "form_806": "Normal", + "form_809": "Normal", + "form_812": "Normal", + "form_815": "Normal", + "form_818": "Normal", + "form_821": "Normal", + "form_824": "Normal", + "form_827": "Normal", + "form_830": "Normal", + "form_833": "Normal", + "form_836": "Normal", + "form_839": "Normal", + "form_846": "Normal", + "form_849": "Normal", + "form_852": "Normal", + "form_855": "Normal", + "form_858": "Normal", + "form_861": "Normal", + "form_864": "Normal", + "form_867": "Normal", + "form_870": "Normal", + "form_873": "Normal", + "form_876": "Normal", + "form_879": "Normal", + "form_888": "Normal", + "form_891": "Normal", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "Normal", + "form_901": "Vs 2019", + "form_902": "Normal", + "form_905": "Normal", + "form_908": "Normal", + "form_911": "Normal", + "form_914": "Normal", + "form_917": "Normal", + "form_920": "Normal", + "form_923": "Normal", + "form_926": "Normal", + "form_929": "Normal", + "form_932": "Normal", + "form_935": "Normal", + "form_938": "Normal", + "form_941": "Normal", + "form_944": "Galarian", + "form_945": "Normal", + "form_946": "Galarian", + "form_947": "Normal", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "Normal", + "form_956": "Normal", + "form_959": "Normal", + "form_962": "Normal", + "form_965": "Normal", + "form_968": "Normal", + "form_971": "Normal", + "form_974": "Normal", + "form_981": "Normal", + "form_984": "Normal", + "form_987": "Normal", + "form_990": "Normal", + "form_993": "Normal", + "form_996": "Normal", + "form_999": "Normal", + "form_1002": "Normal", + "form_1005": "Normal", + "form_1008": "Normal", + "form_1011": "Normal", + "form_1014": "Normal", + "form_1017": "Normal", + "form_1020": "Normal", + "form_1023": "Normal", + "form_1026": "Normal", + "form_1029": "Normal", + "form_1032": "Normal", + "form_1035": "Normal", + "form_1038": "Normal", + "form_1041": "Normal", + "form_1044": "Normal", + "form_1047": "Normal", + "form_1050": "Normal", + "form_1053": "Normal", + "form_1056": "Normal", + "form_1059": "Normal", + "form_1062": "Normal", + "form_1065": "Normal", + "form_1068": "Normal", + "form_1071": "Normal", + "form_1074": "Normal", + "form_1077": "Normal", + "form_1080": "Normal", + "form_1083": "Normal", + "form_1086": "Normal", + "form_1089": "Normal", + "form_1092": "Normal", + "form_1095": "Normal", + "form_1098": "Normal", + "form_1101": "Normal", + "form_1104": "Normal", + "form_1107": "Normal", + "form_1110": "Normal", + "form_1115": "Normal", + "form_1118": "Normal", + "form_1121": "Normal", + "form_1124": "Normal", + "form_1127": "Normal", + "form_1130": "Normal", + "form_1133": "Normal", + "form_1136": "Normal", + "form_1139": "Normal", + "form_1142": "Normal", + "form_1145": "Normal", + "form_1148": "Normal", + "form_1151": "Normal", + "form_1154": "Normal", + "form_1157": "Normal", + "form_1160": "Normal", + "form_1163": "Normal", + "form_1166": "Normal", + "form_1169": "Normal", + "form_1172": "Normal", + "form_1175": "Normal", + "form_1178": "Normal", + "form_1181": "Normal", + "form_1184": "Normal", + "form_1187": "Normal", + "form_1190": "Normal", + "form_1193": "Normal", + "form_1196": "Normal", + "form_1199": "Normal", + "form_1202": "Normal", + "form_1205": "Normal", + "form_1208": "Normal", + "form_1211": "Normal", + "form_1214": "Normal", + "form_1217": "Normal", + "form_1220": "Normal", + "form_1223": "Normal", + "form_1226": "Normal", + "form_1229": "Normal", + "form_1232": "Normal", + "form_1235": "Normal", + "form_1238": "Normal", + "form_1241": "Normal", + "form_1244": "Normal", + "form_1247": "Normal", + "form_1250": "Normal", + "form_1253": "Normal", + "form_1256": "Normal", + "form_1259": "Normal", + "form_1262": "Normal", + "form_1265": "Normal", + "form_1268": "Normal", + "form_1271": "Normal", + "form_1274": "Normal", + "form_1277": "Normal", + "form_1280": "Normal", + "form_1283": "Normal", + "form_1286": "Normal", + "form_1289": "Normal", + "form_1292": "Normal", + "form_1295": "Normal", + "form_1298": "Normal", + "form_1301": "Normal", + "form_1304": "Normal", + "form_1307": "Normal", + "form_1310": "Normal", + "form_1313": "Normal", + "form_1316": "Normal", + "form_1319": "Normal", + "form_1322": "Normal", + "form_1325": "Normal", + "form_1328": "Normal", + "form_1331": "Normal", + "form_1334": "Normal", + "form_1337": "Normal", + "form_1340": "Normal", + "form_1343": "Normal", + "form_1346": "Normal", + "form_1349": "Normal", + "form_1352": "Normal", + "form_1355": "Normal", + "form_1358": "Normal", + "form_1361": "Normal", + "form_1364": "Normal", + "form_1367": "Normal", + "form_1370": "Normal", + "form_1379": "Normal", + "form_1382": "Normal", + "form_1385": "Normal", + "form_1388": "Normal", + "form_1391": "Normal", + "form_1394": "Normal", + "form_1397": "Normal", + "form_1400": "Normal", + "form_1403": "Normal", + "form_1406": "Normal", + "form_1409": "Normal", + "form_1412": "Normal", + "form_1415": "Normal", + "form_1418": "Normal", + "form_1421": "Normal", + "form_1424": "Normal", + "form_1427": "Normal", + "form_1430": "Normal", + "form_1433": "Normal", + "form_1436": "Normal", + "form_1439": "Normal", + "form_1442": "Normal", + "form_1445": "Normal", + "form_1448": "Normal", + "form_1451": "Normal", + "form_1454": "Normal", + "form_1457": "Normal", + "form_1460": "Normal", + "form_1463": "Normal", + "form_1466": "Normal", + "form_1469": "Normal", + "form_1472": "Normal", + "form_1475": "Normal", + "form_1478": "Normal", + "form_1481": "Normal", + "form_1484": "Normal", + "form_1487": "Normal", + "form_1490": "Normal", + "form_1493": "Normal", + "form_1496": "Normal", + "form_1499": "Normal", + "form_1502": "Normal", + "form_1505": "Normal", + "form_1508": "Normal", + "form_1511": "Normal", + "form_1514": "Normal", + "form_1517": "Normal", + "form_1520": "Normal", + "form_1523": "Normal", + "form_1526": "Normal", + "form_1529": "Normal", + "form_1532": "Normal", + "form_1535": "Normal", + "form_1538": "Normal", + "form_1541": "Normal", + "form_1544": "Normal", + "form_1547": "Normal", + "form_1550": "Normal", + "form_1553": "Normal", + "form_1556": "Normal", + "form_1559": "Normal", + "form_1562": "Normal", + "form_1565": "Normal", + "form_1568": "Normal", + "form_1571": "Normal", + "form_1574": "Normal", + "form_1577": "Normal", + "form_1580": "Normal", + "form_1583": "Normal", + "form_1586": "Normal", + "form_1589": "Normal", + "form_1592": "Normal", + "form_1595": "Normal", + "form_1598": "Normal", + "form_1601": "Normal", + "form_1604": "Normal", + "form_1607": "Normal", + "form_1610": "Normal", + "form_1613": "Normal", + "form_1616": "Normal", + "form_1619": "Normal", + "form_1622": "Normal", + "form_1625": "Normal", + "form_1628": "Normal", + "form_1631": "Normal", + "form_1634": "Normal", + "form_1637": "Normal", + "form_1640": "Normal", + "form_1643": "Normal", + "form_1646": "Normal", + "form_1649": "Normal", + "form_1652": "Normal", + "form_1655": "Normal", + "form_1658": "Normal", + "form_1661": "Normal", + "form_1664": "Normal", + "form_1667": "Normal", + "form_1670": "Normal", + "form_1673": "Normal", + "form_1676": "Normal", + "form_1679": "Normal", + "form_1682": "Normal", + "form_1685": "Normal", + "form_1688": "Normal", + "form_1691": "Normal", + "form_1694": "Normal", + "form_1697": "Normal", + "form_1700": "Normal", + "form_1703": "Normal", + "form_1706": "Normal", + "form_1709": "Normal", + "form_1712": "Normal", + "form_1715": "Normal", + "form_1718": "Normal", + "form_1721": "Normal", + "form_1724": "Normal", + "form_1727": "Normal", + "form_1730": "Normal", + "form_1733": "Normal", + "form_1736": "Normal", + "form_1739": "Normal", + "form_1742": "Normal", + "form_1745": "Normal", + "form_1748": "Normal", + "form_1751": "Normal", + "form_1754": "Normal", + "form_1757": "Normal", + "form_1760": "Normal", + "form_1763": "Normal", + "form_1766": "Normal", + "form_1769": "Normal", + "form_1772": "Normal", + "form_1775": "Normal", + "form_1778": "Normal", + "form_1781": "Normal", + "form_1784": "Normal", + "form_1787": "Normal", + "form_1790": "Normal", + "form_1793": "Normal", + "form_1796": "Normal", + "form_1799": "Normal", + "form_1802": "Normal", + "form_1805": "Normal", + "form_1808": "Normal", + "form_1811": "Normal", + "form_1814": "Normal", + "form_1817": "Normal", + "form_1820": "Normal", + "form_1823": "Normal", + "form_1826": "Normal", + "form_1829": "Normal", + "form_1832": "Normal", + "form_1835": "Normal", + "form_1838": "Normal", + "form_1841": "Normal", + "form_1844": "Normal", + "form_1847": "Normal", + "form_1850": "Normal", + "form_1853": "Normal", + "form_1856": "Normal", + "form_1859": "Normal", + "form_1862": "Normal", + "form_1865": "Normal", + "form_1868": "Normal", + "form_1871": "Normal", + "form_1874": "Normal", + "form_1877": "Normal", + "form_1880": "Normal", + "form_1883": "Normal", + "form_1886": "Normal", + "form_1889": "Normal", + "form_1892": "Normal", + "form_1895": "Normal", + "form_1898": "Normal", + "form_1901": "Normal", + "form_1904": "Normal", + "form_1907": "Normal", + "form_1910": "Normal", + "form_1913": "Normal", + "form_1916": "Normal", + "form_1919": "Normal", + "form_1922": "Normal", + "form_1925": "Normal", + "form_1928": "Normal", + "form_1931": "Normal", + "form_1934": "Normal", + "form_1937": "Normal", + "form_1940": "Normal", + "form_1943": "Normal", + "form_1946": "Normal", + "form_1949": "Normal", + "form_1952": "Normal", + "form_1955": "Normal", + "form_1958": "Normal", + "form_1961": "Normal", + "form_1964": "Normal", + "form_1967": "Normal", + "form_1970": "Normal", + "form_1973": "Normal", + "form_1976": "Normal", + "form_1979": "Normal", + "form_1982": "Normal", + "form_1985": "Normal", + "form_1988": "Normal", + "form_1991": "Normal", + "form_1994": "Normal", + "form_1997": "Normal", + "form_2000": "Normal", + "form_2003": "Normal", + "form_2006": "Normal", + "form_2009": "Normal", + "form_2012": "Normal", + "form_2015": "Normal", + "form_2018": "Normal", + "form_2021": "Normal", + "form_2024": "Normal", + "form_2027": "Normal", + "form_2030": "Normal", + "form_2033": "Normal", + "form_2036": "Normal", + "form_2039": "Normal", + "form_2042": "Normal", + "form_2045": "Normal", + "form_2048": "Normal", + "form_2051": "Normal", + "form_2054": "Normal", + "form_2057": "Normal", + "form_2060": "Normal", + "form_2063": "Normal", + "form_2066": "Normal", + "form_2069": "Normal", + "form_2072": "Normal", + "form_2075": "Normal", + "form_2078": "Normal", + "form_2081": "Normal", + "form_2084": "Normal", + "form_2087": "Normal", + "form_2090": "Normal", + "form_2093": "Normal", + "form_2096": "Normal", + "form_2099": "Normal", + "form_2102": "Normal", + "form_2105": "Normal", + "form_2108": "Normal", + "form_2111": "Normal", + "form_2114": "Normal", + "form_2117": "Normal", + "form_2120": "Normal", + "form_2123": "Normal", + "form_2126": "Normal", + "form_2129": "Normal", + "form_2132": "Normal", + "form_2135": "Normal", + "form_2138": "Normal", + "form_2141": "Normal", + "form_2144": "Normal", + "form_2147": "Normal", + "form_2150": "Normal", + "form_2153": "Normal", + "form_2156": "Normal", + "form_2159": "Normal", + "form_2162": "Normal", + "form_2165": "Normal", + "form_2168": "Normal", + "form_2171": "Normal", + "form_2174": "Normal", + "form_2177": "Normal", + "form_2180": "Normal", + "form_2183": "Normal", + "form_2186": "Normal", + "form_2189": "Normal", + "form_2192": "Normal", + "form_2195": "Normal", + "form_2198": "Normal", + "form_2201": "Normal", + "form_2204": "Normal", + "form_2207": "Normal", + "form_2210": "Normal", + "form_2213": "Normal", + "form_2216": "Normal", + "form_2219": "Normal", + "form_2222": "Normal", + "form_2225": "Normal", + "form_2228": "Normal", + "form_2231": "Normal", + "form_2234": "Normal", + "form_2237": "Normal", + "form_2240": "Normal", + "form_2243": "Normal", + "form_2246": "Normal", + "form_2249": "Normal", + "form_2252": "Normal", + "form_2255": "Normal", + "form_2258": "Normal", + "form_2261": "Normal", + "form_2264": "Normal", + "form_2267": "Normal", + "form_2270": "Normal", + "form_2273": "Normal", + "form_2276": "Normal", + "form_2279": "Normal", + "form_2282": "Normal", + "form_2285": "Normal", + "form_2288": "Normal", + "form_2291": "Normal", + "form_2294": "Normal", + "form_2297": "Normal", + "form_2300": "Normal", + "form_2303": "Normal", + "form_2306": "Normal", + "form_2309": "Normal", + "form_2312": "Normal", + "form_2315": "Normal", + "form_2318": "Normal", + "form_2321": "Normal", + "form_2324": "Normal", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "Female", + "form_2331": "Female", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "Low Key Form", + "form_2464": "Amped Form", + "form_2477": "Phony Form", + "form_2478": "Antique Form", + "form_2480": "Phony Form", + "form_2481": "Antique Form", + "form_2501": "Normal", + "form_2504": "Normal", + "form_2507": "Normal", + "form_2510": "Normal", + "form_2513": "Normal", + "form_2516": "Normal", + "form_2540": "Ice Face", + "form_2541": "Noice Face", + "form_2542": "Male", + "form_2543": "Female", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "Crowned Sword", + "form_2577": "Hero of Many Battles", + "form_2578": "Crowned Shield", + "form_2579": "Hero of Many Battles", + "form_2580": "Eternamax", + "form_2581": "Normal", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "Normal", + "form_2588": "Female", + "form_2589": "Normal", + "form_2590": "Female", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "Sunny", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "Baile Style", + "form_2680": "Pom-Pom Style", + "form_2681": "Pa’u Style", + "form_2683": "Sensu Style", + "form_2684": "Midday Form", + "form_2685": "Midnight Form", + "form_2686": "Dusk Form", + "form_2687": "Solo Form", + "form_2688": "School Form", + "form_2689": "Normal", + "form_2690": "Bug", + "form_2691": "Dark", + "form_2692": "Dragon", + "form_2693": "Electric", + "form_2694": "Fairy", + "form_2695": "Fighting", + "form_2696": "Fire", + "form_2697": "Flying", + "form_2698": "Ghost", + "form_2699": "Grass", + "form_2700": "Ground", + "form_2701": "Ice", + "form_2702": "Poison", + "form_2703": "Psychic", + "form_2704": "Rock", + "form_2705": "Steel", + "form_2706": "Water", + "form_2707": "Meteor Blue", + "form_2708": "Blue Plumage", + "form_2709": "Green Plumage", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "Yellow Plumage", + "form_2715": "Busted Form", + "form_2716": "Disguised Form", + "form_2717": "Normal", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "Normal", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "Normal", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "Dusk Form", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "Sunny", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "Sunny", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "Incarnate Forme", + "form_2803": "Therian Forme", + "form_2804": "White-Striped", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "Normal", + "form_2808": "Female", + "form_2809": "Normal", + "form_2810": "Normal", + "form_2811": "Normal", + "form_2812": "Normal", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "Normal", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "Origin Forme", + "form_2830": "Origin Forme", + "form_2831": "Normal", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "Normal", + "form_2982": "Female", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Green Plumage", + "form_2986": "Blue Plumage", + "form_2987": "Yellow Plumage", + "form_2988": "White", + "form_2989": "Zero Form", + "form_2990": "Hero of Many Battles", + "form_2991": "Curly Form", + "form_2992": "Droopy Form", + "form_2993": "Stretchy Form", + "form_2994": "Two-Segment Form", + "form_2995": "Three-Segment Form", + "form_2996": "Apex Build", + "form_2997": "Ultimate Mode", + "form_2998": "Normal", + "form_3000": "Normal", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "Male", + "gender_2": "Female", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "Alola", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "Blanche", + "grunt_2": "Candela", + "grunt_3": "Spark", + "grunt_4": "Grunt (Male)", + "grunt_5": "Grunt (Female)", + "grunt_6": "Bug - Grunt (Female)", + "grunt_7": "Bug - Grunt (Male)", + "grunt_8": "Grunt (Female)", + "grunt_9": "Grunt (Male)", + "grunt_10": "Dark - Grunt (Female)", + "grunt_11": "Dark - Grunt (Male)", + "grunt_12": "Dragon - Grunt (Female)", + "grunt_13": "Dragon - Grunt (Male)", + "grunt_14": "Fairy - Grunt (Female)", + "grunt_15": "Fairy - Grunt (Male)", + "grunt_16": "Fighting - Grunt (Female)", + "grunt_17": "Fighting - Grunt (Male)", + "grunt_18": "Fire - Grunt (Female)", + "grunt_19": "Fire - Grunt (Male)", + "grunt_20": "Flying - Grunt (Female)", + "grunt_21": "Flying - Grunt (Male)", + "grunt_22": "Grass - Grunt (Female)", + "grunt_23": "Grass - Grunt (Male)", + "grunt_24": "Ground - Grunt (Female)", + "grunt_25": "Ground - Grunt (Male)", + "grunt_26": "Ice - Grunt (Female)", + "grunt_27": "Ice - Grunt (Male)", + "grunt_28": "Steel - Grunt (Female)", + "grunt_29": "Steel - Grunt (Male)", + "grunt_30": "Normal - Grunt (Female)", + "grunt_31": "Normal - Grunt (Male)", + "grunt_32": "Poison - Grunt (Female)", + "grunt_33": "Poison - Grunt (Male)", + "grunt_34": "Psychic - Grunt (Female)", + "grunt_35": "Psychic - Grunt (Male)", + "grunt_36": "Rock - Grunt (Female)", + "grunt_37": "Rock - Grunt (Male)", + "grunt_38": "Water - Grunt (Female)", + "grunt_39": "Water - Grunt (Male)", + "grunt_40": "Player Team Leader", + "grunt_41": "Leader Cliff", + "grunt_42": "Leader Arlo", + "grunt_43": "Leader Sierra", + "grunt_44": "Giovanni", + "grunt_45": "Decoy Grunt (Male)", + "grunt_46": "Decoy Grunt (Female)", + "grunt_47": "Ghost - Grunt (Female)", + "grunt_48": "Ghost - Grunt (Male)", + "grunt_49": "Electric - Grunt (Female)", + "grunt_50": "Electric - Grunt (Male)", + "grunt_51": "Grunt (Female)", + "grunt_52": "Grunt (Male)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "Bug - Grunt (Female)", + "grunt_56": "Bug - Grunt (Male)", + "grunt_57": "Dark - Grunt (Female)", + "grunt_58": "Dark - Grunt (Male)", + "grunt_59": "Dragon - Grunt (Female)", + "grunt_60": "Dragon - Grunt (Male)", + "grunt_61": "Fairy - Grunt (Female)", + "grunt_62": "Fairy - Grunt (Male)", + "grunt_63": "Fighting - Grunt (Female)", + "grunt_64": "Fighting - Grunt (Male)", + "grunt_65": "Fire - Grunt (Female)", + "grunt_66": "Fire - Grunt (Male)", + "grunt_67": "Flying - Grunt (Female)", + "grunt_68": "Flying - Grunt (Male)", + "grunt_69": "Grass - Grunt (Female)", + "grunt_70": "Grass - Grunt (Male)", + "grunt_71": "Ground - Grunt (Female)", + "grunt_72": "Ground - Grunt (Male)", + "grunt_73": "Ice - Grunt (Female)", + "grunt_74": "Ice - Grunt (Male)", + "grunt_75": "Grunt (Female)", + "grunt_76": "Grunt (Male)", + "grunt_77": "Normal - Grunt (Female)", + "grunt_78": "Normal - Grunt (Male)", + "grunt_79": "Poison - Grunt (Female)", + "grunt_80": "Poison - Grunt (Male)", + "grunt_81": "Psychic - Grunt (Female)", + "grunt_82": "Psychic - Grunt (Male)", + "grunt_83": "Rock - Grunt (Female)", + "grunt_84": "Rock - Grunt (Male)", + "grunt_85": "Water - Grunt (Female)", + "grunt_86": "Water - Grunt (Male)", + "grunt_87": "Ghost - Grunt (Female)", + "grunt_88": "Ghost - Grunt (Male)", + "grunt_89": "Electric - Grunt (Female)", + "grunt_90": "Electric - Grunt (Male)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "None", + "grunt_a_1": "Blanche", + "grunt_a_2": "Candela", + "grunt_a_3": "Spark", + "grunt_a_4": "Grunt ♂", + "grunt_a_5": "Grunt ♀", + "grunt_a_6": "Bug ♀", + "grunt_a_7": "Bug ♂", + "grunt_a_8": "Grunt ♀", + "grunt_a_9": "Grunt ♂", + "grunt_a_10": "Dark ♀", + "grunt_a_11": "Dark ♂", + "grunt_a_12": "Dragon ♀", + "grunt_a_13": "Dragon ♂", + "grunt_a_14": "Fairy ♀", + "grunt_a_15": "Fairy ♂", + "grunt_a_16": "Fighting ♀", + "grunt_a_17": "Fighting ♂", + "grunt_a_18": "Fire ♀", + "grunt_a_19": "Fire ♂", + "grunt_a_20": "Flying ♀", + "grunt_a_21": "Flying ♂", + "grunt_a_22": "Grass ♀", + "grunt_a_23": "Grass ♂", + "grunt_a_24": "Ground ♀", + "grunt_a_25": "Ground ♂", + "grunt_a_26": "Ice ♀", + "grunt_a_27": "Ice ♂", + "grunt_a_28": "Steel ♀", + "grunt_a_29": "Steel ♂", + "grunt_a_30": "Normal ♀", + "grunt_a_31": "Normal ♂", + "grunt_a_32": "Poison ♀", + "grunt_a_33": "Poison ♂", + "grunt_a_34": "Psychic ♀", + "grunt_a_35": "Psychic ♂", + "grunt_a_36": "Rock ♀", + "grunt_a_37": "Rock ♂", + "grunt_a_38": "Water ♀", + "grunt_a_39": "Water ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "Leader Cliff", + "grunt_a_42": "Leader Arlo", + "grunt_a_43": "Leader Sierra", + "grunt_a_44": "Giovanni", + "grunt_a_45": "Decoy Grunt ♂", + "grunt_a_46": "Decoy Grunt ♀", + "grunt_a_47": "Ghost ♀", + "grunt_a_48": "Ghost ♂", + "grunt_a_49": "Electric ♀", + "grunt_a_50": "Electric ♂", + "grunt_a_51": "Grunt ♀", + "grunt_a_52": "Grunt ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "Bug ♀", + "grunt_a_56": "Bug ♂", + "grunt_a_57": "Dark ♀", + "grunt_a_58": "Dark ♂", + "grunt_a_59": "Dragon ♀", + "grunt_a_60": "Dragon ♂", + "grunt_a_61": "Fairy ♀", + "grunt_a_62": "Fairy ♂", + "grunt_a_63": "Fighting ♀", + "grunt_a_64": "Fighting ♂", + "grunt_a_65": "Fire ♀", + "grunt_a_66": "Fire ♂", + "grunt_a_67": "Flying ♀", + "grunt_a_68": "Flying ♂", + "grunt_a_69": "Grass ♀", + "grunt_a_70": "Grass ♂", + "grunt_a_71": "Ground ♀", + "grunt_a_72": "Ground ♂", + "grunt_a_73": "Ice ♀", + "grunt_a_74": "Ice ♂", + "grunt_a_75": "Grunt ♀", + "grunt_a_76": "Grunt ♂", + "grunt_a_77": "Normal ♀", + "grunt_a_78": "Normal ♂", + "grunt_a_79": "Poison ♀", + "grunt_a_80": "Poison ♂", + "grunt_a_81": "Psychic ♀", + "grunt_a_82": "Psychic ♂", + "grunt_a_83": "Rock ♀", + "grunt_a_84": "Rock ♂", + "grunt_a_85": "Water ♀", + "grunt_a_86": "Water ♂", + "grunt_a_87": "Ghost ♀", + "grunt_a_88": "Ghost ♂", + "grunt_a_89": "Electric ♀", + "grunt_a_90": "Electric ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "Unknown", + "item_1": "Poké Ball", + "item_2": "Great Ball", + "item_3": "Ultra Ball", + "item_4": "Master Ball", + "item_5": "Premier Ball", + "item_6": "Beast Ball", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "Potion", + "item_102": "Super Potion", + "item_103": "Hyper Potion", + "item_104": "Max Potion", + "item_201": "Revive", + "item_202": "Max Revive", + "item_301": "Lucky Egg", + "item_401": "Incense", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "Mystery Box", + "item_406": "Daily Adventure Incense", + "item_407": "Coin Bag", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "Lure Module", + "item_502": "Glacial Lure Module", + "item_503": "Mossy Lure Module", + "item_504": "Magnetic Lure Module", + "item_505": "Rainy Lure Module", + "item_506": "Golden Lure Module", + "item_602": "X Attack", + "item_603": "X Defense", + "item_604": "UNDEFINED", + "item_650": "Zygarde Cell", + "item_651": "Zygarde Cube", + "item_701": "Razz Berry", + "item_702": "Bluk Berry", + "item_703": "Nanab Berry", + "item_704": "Wepear Berry", + "item_705": "Pinap Berry", + "item_706": "Golden Razz Berry", + "item_707": "Golden Nanab Berry", + "item_708": "Silver Pinap Berry", + "item_709": "Poffin", + "item_801": "Camera", + "item_802": "Stickers", + "item_803": "Postcard Book", + "item_901": "Incubator ∞", + "item_902": "Egg Incubator", + "item_903": "Super Incubator", + "item_1001": "Pokémon Storage", + "item_1002": "Item Bag", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "Sun Stone", + "item_1102": "King's Rock", + "item_1103": "Metal Coat", + "item_1104": "Dragon Scale", + "item_1105": "Upgrade", + "item_1106": "Sinnoh Stone", + "item_1107": "Unova Stone", + "item_1150": "Gimmighoul Coins", + "item_1201": "Fast TM", + "item_1202": "Charged TM", + "item_1203": "Elite Fast TM", + "item_1204": "Elite Charged TM", + "item_1250": "Meteorite", + "item_1301": "Rare Candy", + "item_1302": "Rare Candy XL", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "Raid Pass", + "item_1402": "Premium Battle Pass", + "item_1404": "Star Piece", + "item_1405": "Gift", + "item_1406": "Team Medallion", + "item_1408": "Remote Raid Pass", + "item_1409": "S Raid Ticket", + "item_1501": "Mysterious Component", + "item_1502": "Rocket Radar", + "item_1503": "Super Rocket Radar", + "item_1504": "Shadow Shard", + "item_1505": "Purified Gem", + "item_1506": "Max Particle", + "item_1507": "Max Particle Pack", + "item_1600": "Ticket", + "item_1601": "Ticket", + "item_1602": "Ticket", + "item_1603": "Ticket", + "item_1604": "Extra Ticket", + "item_1605": "Extra Ticket", + "item_1606": "GO Battle League Timed Research Pass", + "item_1607": "Ticket", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Safari Ticket: Seoul", + "item_1611": "Safari Ticket: Barcelona", + "item_1612": "Safari Ticket: Mexico City", + "item_1613": "Safari Ticket: Tainan", + "item_1614": "Ticket City Safari 04", + "item_1615": "Ticket", + "item_1616": "Ticket", + "item_1617": "Ticket", + "item_1618": "Ticket", + "item_1619": "Ticket", + "item_1620": "Ticket", + "item_1621": "Ticket", + "item_1622": "Ticket", + "item_1623": "Ticket", + "item_1624": "Ticket", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "Normal", + "lure_502": "Glacial", + "lure_503": "Mossy", + "lure_504": "Magnetic", + "lure_505": "Rainy", + "lure_506": "Golden", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "Unknown", + "move_1": "Thunder Shock", + "move_2": "Quick Attack", + "move_3": "Scratch", + "move_4": "Ember", + "move_5": "Vine Whip", + "move_6": "Tackle", + "move_7": "Razor Leaf", + "move_8": "Take Down", + "move_9": "Water Gun", + "move_10": "Bite", + "move_11": "Pound", + "move_12": "Double Slap", + "move_13": "Wrap", + "move_14": "Hyper Beam", + "move_15": "Lick", + "move_16": "Dark Pulse", + "move_17": "Smog", + "move_18": "Sludge", + "move_19": "Metal Claw", + "move_20": "Vise Grip", + "move_21": "Flame Wheel", + "move_22": "Megahorn", + "move_23": "Wing Attack", + "move_24": "Flamethrower", + "move_25": "Sucker Punch", + "move_26": "Dig", + "move_27": "Low Kick", + "move_28": "Cross Chop", + "move_29": "Psycho Cut", + "move_30": "Psybeam", + "move_31": "Earthquake", + "move_32": "Stone Edge", + "move_33": "Ice Punch", + "move_34": "Heart Stamp", + "move_35": "Discharge", + "move_36": "Flash Cannon", + "move_37": "Peck", + "move_38": "Drill Peck", + "move_39": "Ice Beam", + "move_40": "Blizzard", + "move_41": "Air Slash", + "move_42": "Heat Wave", + "move_43": "Twineedle", + "move_44": "Poison Jab", + "move_45": "Aerial Ace", + "move_46": "Drill Run", + "move_47": "Petal Blizzard", + "move_48": "Mega Drain", + "move_49": "Bug Buzz", + "move_50": "Poison Fang", + "move_51": "Night Slash", + "move_52": "Slash", + "move_53": "Bubble Beam", + "move_54": "Submission", + "move_55": "Karate Chop", + "move_56": "Low Sweep", + "move_57": "Aqua Jet", + "move_58": "Aqua Tail", + "move_59": "Seed Bomb", + "move_60": "Psyshock", + "move_61": "Rock Throw", + "move_62": "Ancient Power", + "move_63": "Rock Tomb", + "move_64": "Rock Slide", + "move_65": "Power Gem", + "move_66": "Shadow Sneak", + "move_67": "Shadow Punch", + "move_68": "Shadow Claw", + "move_69": "Ominous Wind", + "move_70": "Shadow Ball", + "move_71": "Bullet Punch", + "move_72": "Magnet Bomb", + "move_73": "Steel Wing", + "move_74": "Iron Head", + "move_75": "Parabolic Charge", + "move_76": "Spark", + "move_77": "Thunder Punch", + "move_78": "Thunder", + "move_79": "Thunderbolt", + "move_80": "Twister", + "move_81": "Dragon Breath", + "move_82": "Dragon Pulse", + "move_83": "Dragon Claw", + "move_84": "Disarming Voice", + "move_85": "Draining Kiss", + "move_86": "Dazzling Gleam", + "move_87": "Moonblast", + "move_88": "Play Rough", + "move_89": "Cross Poison", + "move_90": "Sludge Bomb", + "move_91": "Sludge Wave", + "move_92": "Gunk Shot", + "move_93": "Mud Shot", + "move_94": "Bone Club", + "move_95": "Bulldoze", + "move_96": "Mud Bomb", + "move_97": "Fury Cutter", + "move_98": "Bug Bite", + "move_99": "Signal Beam", + "move_100": "X-Scissor", + "move_101": "Flame Charge", + "move_102": "Flame Burst", + "move_103": "Fire Blast", + "move_104": "Brine", + "move_105": "Water Pulse", + "move_106": "Scald", + "move_107": "Hydro Pump", + "move_108": "Psychic", + "move_109": "Psystrike", + "move_110": "Ice Shard", + "move_111": "Icy Wind", + "move_112": "Frost Breath", + "move_113": "Absorb", + "move_114": "Giga Drain", + "move_115": "Fire Punch", + "move_116": "Solar Beam", + "move_117": "Leaf Blade", + "move_118": "Power Whip", + "move_119": "Splash", + "move_120": "Acid", + "move_121": "Air Cutter", + "move_122": "Hurricane", + "move_123": "Brick Break", + "move_124": "Cut", + "move_125": "Swift", + "move_126": "Horn Attack", + "move_127": "Stomp", + "move_128": "Headbutt", + "move_129": "Hyper Fang", + "move_130": "Slam", + "move_131": "Body Slam", + "move_132": "Rest", + "move_133": "Struggle", + "move_134": "Scald", + "move_135": "Hydro Pump", + "move_136": "Wrap", + "move_137": "Wrap", + "move_200": "Fury Cutter", + "move_201": "Bug Bite", + "move_202": "Bite", + "move_203": "Sucker Punch", + "move_204": "Dragon Breath", + "move_205": "Thunder Shock", + "move_206": "Spark", + "move_207": "Low Kick", + "move_208": "Karate Chop", + "move_209": "Ember", + "move_210": "Wing Attack", + "move_211": "Peck", + "move_212": "Lick", + "move_213": "Shadow Claw", + "move_214": "Vine Whip", + "move_215": "Razor Leaf", + "move_216": "Mud Shot", + "move_217": "Ice Shard", + "move_218": "Frost Breath", + "move_219": "Quick Attack", + "move_220": "Scratch", + "move_221": "Tackle", + "move_222": "Pound", + "move_223": "Cut", + "move_224": "Poison Jab", + "move_225": "Acid", + "move_226": "Psycho Cut", + "move_227": "Rock Throw", + "move_228": "Metal Claw", + "move_229": "Bullet Punch", + "move_230": "Water Gun", + "move_231": "Splash", + "move_232": "Water Gun", + "move_233": "Mud-Slap", + "move_234": "Zen Headbutt", + "move_235": "Confusion", + "move_236": "Poison Sting", + "move_237": "Bubble", + "move_238": "Feint Attack", + "move_239": "Steel Wing", + "move_240": "Fire Fang", + "move_241": "Rock Smash", + "move_242": "Transform", + "move_243": "Counter", + "move_244": "Powder Snow", + "move_245": "Close Combat", + "move_246": "Dynamic Punch", + "move_247": "Focus Blast", + "move_248": "Aurora Beam", + "move_249": "Charge Beam", + "move_250": "Volt Switch", + "move_251": "Wild Charge", + "move_252": "Zap Cannon", + "move_253": "Dragon Tail", + "move_254": "Avalanche", + "move_255": "Air Slash", + "move_256": "Brave Bird", + "move_257": "Sky Attack", + "move_258": "Sand Tomb", + "move_259": "Rock Blast", + "move_260": "Infestation", + "move_261": "Struggle Bug", + "move_262": "Silver Wind", + "move_263": "Astonish", + "move_264": "Hex", + "move_265": "Night Shade", + "move_266": "Iron Tail", + "move_267": "Gyro Ball", + "move_268": "Heavy Slam", + "move_269": "Fire Spin", + "move_270": "Overheat", + "move_271": "Bullet Seed", + "move_272": "Grass Knot", + "move_273": "Energy Ball", + "move_274": "Extrasensory", + "move_275": "Future Sight", + "move_276": "Mirror Coat", + "move_277": "Outrage", + "move_278": "Snarl", + "move_279": "Crunch", + "move_280": "Foul Play", + "move_281": "Hidden Power", + "move_282": "Take Down", + "move_283": "Waterfall", + "move_284": "Surf", + "move_285": "Draco Meteor", + "move_286": "Doom Desire", + "move_287": "Yawn", + "move_288": "Psycho Boost", + "move_289": "Origin Pulse", + "move_290": "Precipice Blades", + "move_291": "Present", + "move_292": "Weather Ball", + "move_293": "Weather Ball", + "move_294": "Weather Ball", + "move_295": "Weather Ball", + "move_296": "Frenzy Plant", + "move_297": "Smack Down", + "move_298": "Blast Burn", + "move_299": "Hydro Cannon", + "move_300": "Last Resort", + "move_301": "Meteor Mash", + "move_302": "Skull Bash", + "move_303": "Acid Spray", + "move_304": "Earth Power", + "move_305": "Crabhammer", + "move_306": "Lunge", + "move_307": "Crush Claw", + "move_308": "Octazooka", + "move_309": "Mirror Shot", + "move_310": "Superpower", + "move_311": "Fell Stinger", + "move_312": "Leaf Tornado", + "move_313": "Leech Life", + "move_314": "Drain Punch", + "move_315": "Shadow Bone", + "move_316": "Muddy Water", + "move_317": "Blaze Kick", + "move_318": "Razor Shell", + "move_319": "Power-Up Punch", + "move_320": "Charm", + "move_321": "Giga Impact", + "move_322": "Frustration", + "move_323": "Return", + "move_324": "Synchronoise", + "move_325": "Lock-On", + "move_326": "Thunder Fang", + "move_327": "Ice Fang", + "move_328": "Horn Drill", + "move_329": "Fissure", + "move_330": "Sacred Sword", + "move_331": "Flying Press", + "move_332": "Aura Sphere", + "move_333": "Payback", + "move_334": "Rock Wrecker", + "move_335": "Aeroblast", + "move_336": "Techno Blast", + "move_337": "Techno Blast", + "move_338": "Techno Blast", + "move_339": "Techno Blast", + "move_340": "Techno Blast", + "move_341": "Fly", + "move_342": "V-create", + "move_343": "Leaf Storm", + "move_344": "Tri Attack", + "move_345": "Gust", + "move_346": "Incinerate", + "move_347": "Dark Void", + "move_348": "Feather Dance", + "move_349": "Fiery Dance", + "move_350": "Fairy Wind", + "move_351": "Relic Song", + "move_352": "Weather Ball", + "move_353": "Psychic Fangs", + "move_354": "Hyperspace Fury", + "move_355": "Hyperspace Hole", + "move_356": "Double Kick", + "move_357": "Magical Leaf", + "move_358": "Sacred Fire", + "move_359": "Icicle Spear", + "move_360": "Aeroblast+", + "move_361": "Aeroblast++", + "move_362": "Sacred Fire+", + "move_363": "Sacred Fire++", + "move_364": "Acrobatics", + "move_365": "Luster Purge", + "move_366": "Mist Ball", + "move_367": "Brutal Swing", + "move_368": "Rollout", + "move_369": "Seed Flare", + "move_370": "Obstruct", + "move_371": "Shadow Force", + "move_372": "Meteor Beam", + "move_373": "Water Shuriken", + "move_374": "Fusion Bolt", + "move_375": "Fusion Flare", + "move_376": "Poltergeist", + "move_377": "High Horsepower", + "move_378": "Glaciate", + "move_379": "Breaking Swipe", + "move_380": "Boomburst", + "move_381": "Double Iron Bash", + "move_382": "Mystical Fire", + "move_383": "Liquidation", + "move_384": "Dragon Ascent", + "move_385": "Leafage", + "move_386": "Magma Storm", + "move_387": "Geomancy", + "move_388": "Spacial Rend", + "move_389": "Oblivion Wing", + "move_390": "Nature’s Madness", + "move_391": "Triple Axel", + "move_392": "Trailblaze", + "move_393": "Scorching Sands", + "move_394": "Roar of Time", + "move_395": "Bleakwind Storm", + "move_396": "Sandsear Storm", + "move_397": "Wildbolt Storm", + "move_398": "Spirit Shackle", + "move_399": "Volt Tackle", + "move_400": "Darkest Lariat", + "move_401": "Psywave", + "move_402": "Metal Sound", + "move_403": "Sand Attack", + "move_404": "Sunsteel Strike", + "move_405": "Moongeist Beam", + "move_406": "Aura Wheel", + "move_407": "Aura Wheel", + "move_408": "High Jump Kick", + "move_409": "Max Flare", + "move_410": "Max Flutterby", + "move_411": "Max Lightning", + "move_412": "Max Strike", + "move_413": "Max Knuckle", + "move_414": "Max Phantasm", + "move_415": "Max Hailstorm", + "move_416": "Max Ooze", + "move_417": "Max Geyser", + "move_418": "Max Airstream", + "move_419": "Max Starfall", + "move_420": "Max Wyrmwind", + "move_421": "Max Mindstorm", + "move_422": "Max Rockfall", + "move_423": "Max Quake", + "move_424": "Max Darkness", + "move_425": "Max Overgrowth", + "move_426": "Max Steelspike", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "Force Palm", + "move_463": "Sparkling Aria", + "poke_0": "Substitute", + "poke_1": "Bulbasaur", + "poke_2": "Ivysaur", + "poke_3": "Venusaur", + "poke_3_e1": "Mega Venusaur", + "poke_4": "Charmander", + "poke_5": "Charmeleon", + "poke_6": "Charizard", + "poke_6_e2": "Mega Charizard X", + "poke_6_e3": "Mega Charizard Y", + "poke_7": "Squirtle", + "poke_8": "Wartortle", + "poke_9": "Blastoise", + "poke_9_e1": "Mega Blastoise", + "poke_10": "Caterpie", + "poke_11": "Metapod", + "poke_12": "Butterfree", + "poke_13": "Weedle", + "poke_14": "Kakuna", + "poke_15": "Beedrill", + "poke_15_e1": "Mega Beedrill", + "poke_16": "Pidgey", + "poke_17": "Pidgeotto", + "poke_18": "Pidgeot", + "poke_18_e1": "Mega Pidgeot", + "poke_19": "Rattata", + "poke_20": "Raticate", + "poke_21": "Spearow", + "poke_22": "Fearow", + "poke_23": "Ekans", + "poke_24": "Arbok", + "poke_25": "Pikachu", + "poke_26": "Raichu", + "poke_27": "Sandshrew", + "poke_28": "Sandslash", + "poke_29": "Nidoran♀", + "poke_30": "Nidorina", + "poke_31": "Nidoqueen", + "poke_32": "Nidoran♂", + "poke_33": "Nidorino", + "poke_34": "Nidoking", + "poke_35": "Clefairy", + "poke_36": "Clefable", + "poke_37": "Vulpix", + "poke_38": "Ninetales", + "poke_39": "Jigglypuff", + "poke_40": "Wigglytuff", + "poke_41": "Zubat", + "poke_42": "Golbat", + "poke_43": "Oddish", + "poke_44": "Gloom", + "poke_45": "Vileplume", + "poke_46": "Paras", + "poke_47": "Parasect", + "poke_48": "Venonat", + "poke_49": "Venomoth", + "poke_50": "Diglett", + "poke_51": "Dugtrio", + "poke_52": "Meowth", + "poke_53": "Persian", + "poke_54": "Psyduck", + "poke_55": "Golduck", + "poke_56": "Mankey", + "poke_57": "Primeape", + "poke_58": "Growlithe", + "poke_59": "Arcanine", + "poke_60": "Poliwag", + "poke_61": "Poliwhirl", + "poke_62": "Poliwrath", + "poke_63": "Abra", + "poke_64": "Kadabra", + "poke_65": "Alakazam", + "poke_65_e1": "Mega Alakazam", + "poke_66": "Machop", + "poke_67": "Machoke", + "poke_68": "Machamp", + "poke_69": "Bellsprout", + "poke_70": "Weepinbell", + "poke_71": "Victreebel", + "poke_72": "Tentacool", + "poke_73": "Tentacruel", + "poke_74": "Geodude", + "poke_75": "Graveler", + "poke_76": "Golem", + "poke_77": "Ponyta", + "poke_78": "Rapidash", + "poke_79": "Slowpoke", + "poke_80": "Slowbro", + "poke_80_e1": "Mega Slowbro", + "poke_81": "Magnemite", + "poke_82": "Magneton", + "poke_83": "Farfetch'd", + "poke_84": "Doduo", + "poke_85": "Dodrio", + "poke_86": "Seel", + "poke_87": "Dewgong", + "poke_88": "Grimer", + "poke_89": "Muk", + "poke_90": "Shellder", + "poke_91": "Cloyster", + "poke_92": "Gastly", + "poke_93": "Haunter", + "poke_94": "Gengar", + "poke_94_e1": "Mega Gengar", + "poke_95": "Onix", + "poke_96": "Drowzee", + "poke_97": "Hypno", + "poke_98": "Krabby", + "poke_99": "Kingler", + "poke_100": "Voltorb", + "poke_101": "Electrode", + "poke_102": "Exeggcute", + "poke_103": "Exeggutor", + "poke_104": "Cubone", + "poke_105": "Marowak", + "poke_106": "Hitmonlee", + "poke_107": "Hitmonchan", + "poke_108": "Lickitung", + "poke_109": "Koffing", + "poke_110": "Weezing", + "poke_111": "Rhyhorn", + "poke_112": "Rhydon", + "poke_113": "Chansey", + "poke_114": "Tangela", + "poke_115": "Kangaskhan", + "poke_115_e1": "Mega Kangaskhan", + "poke_116": "Horsea", + "poke_117": "Seadra", + "poke_118": "Goldeen", + "poke_119": "Seaking", + "poke_120": "Staryu", + "poke_121": "Starmie", + "poke_122": "Mr. Mime", + "poke_123": "Scyther", + "poke_124": "Jynx", + "poke_125": "Electabuzz", + "poke_126": "Magmar", + "poke_127": "Pinsir", + "poke_127_e1": "Mega Pinsir", + "poke_128": "Tauros", + "poke_129": "Magikarp", + "poke_130": "Gyarados", + "poke_130_e1": "Mega Gyarados", + "poke_131": "Lapras", + "poke_132": "Ditto", + "poke_133": "Eevee", + "poke_134": "Vaporeon", + "poke_135": "Jolteon", + "poke_136": "Flareon", + "poke_137": "Porygon", + "poke_138": "Omanyte", + "poke_139": "Omastar", + "poke_140": "Kabuto", + "poke_141": "Kabutops", + "poke_142": "Aerodactyl", + "poke_142_e1": "Mega Aerodactyl", + "poke_143": "Snorlax", + "poke_144": "Articuno", + "poke_145": "Zapdos", + "poke_146": "Moltres", + "poke_147": "Dratini", + "poke_148": "Dragonair", + "poke_149": "Dragonite", + "poke_150": "Mewtwo", + "poke_150_e2": "Mega Mewtwo X", + "poke_150_e3": "Mega Mewtwo Y", + "poke_151": "Mew", + "poke_152": "Chikorita", + "poke_153": "Bayleef", + "poke_154": "Meganium", + "poke_155": "Cyndaquil", + "poke_156": "Quilava", + "poke_157": "Typhlosion", + "poke_158": "Totodile", + "poke_159": "Croconaw", + "poke_160": "Feraligatr", + "poke_161": "Sentret", + "poke_162": "Furret", + "poke_163": "Hoothoot", + "poke_164": "Noctowl", + "poke_165": "Ledyba", + "poke_166": "Ledian", + "poke_167": "Spinarak", + "poke_168": "Ariados", + "poke_169": "Crobat", + "poke_170": "Chinchou", + "poke_171": "Lanturn", + "poke_172": "Pichu", + "poke_173": "Cleffa", + "poke_174": "Igglybuff", + "poke_175": "Togepi", + "poke_176": "Togetic", + "poke_177": "Natu", + "poke_178": "Xatu", + "poke_179": "Mareep", + "poke_180": "Flaaffy", + "poke_181": "Ampharos", + "poke_181_e1": "Mega Ampharos", + "poke_182": "Bellossom", + "poke_183": "Marill", + "poke_184": "Azumarill", + "poke_185": "Sudowoodo", + "poke_186": "Politoed", + "poke_187": "Hoppip", + "poke_188": "Skiploom", + "poke_189": "Jumpluff", + "poke_190": "Aipom", + "poke_191": "Sunkern", + "poke_192": "Sunflora", + "poke_193": "Yanma", + "poke_194": "Wooper", + "poke_195": "Quagsire", + "poke_196": "Espeon", + "poke_197": "Umbreon", + "poke_198": "Murkrow", + "poke_199": "Slowking", + "poke_200": "Misdreavus", + "poke_201": "Unown", + "poke_202": "Wobbuffet", + "poke_203": "Girafarig", + "poke_204": "Pineco", + "poke_205": "Forretress", + "poke_206": "Dunsparce", + "poke_207": "Gligar", + "poke_208": "Steelix", + "poke_208_e1": "Mega Steelix", + "poke_209": "Snubbull", + "poke_210": "Granbull", + "poke_211": "Qwilfish", + "poke_212": "Scizor", + "poke_212_e1": "Mega Scizor", + "poke_213": "Shuckle", + "poke_214": "Heracross", + "poke_214_e1": "Mega Heracross", + "poke_215": "Sneasel", + "poke_216": "Teddiursa", + "poke_217": "Ursaring", + "poke_218": "Slugma", + "poke_219": "Magcargo", + "poke_220": "Swinub", + "poke_221": "Piloswine", + "poke_222": "Corsola", + "poke_223": "Remoraid", + "poke_224": "Octillery", + "poke_225": "Delibird", + "poke_226": "Mantine", + "poke_227": "Skarmory", + "poke_228": "Houndour", + "poke_229": "Houndoom", + "poke_229_e1": "Mega Houndoom", + "poke_230": "Kingdra", + "poke_231": "Phanpy", + "poke_232": "Donphan", + "poke_233": "Porygon2", + "poke_234": "Stantler", + "poke_235": "Smeargle", + "poke_236": "Tyrogue", + "poke_237": "Hitmontop", + "poke_238": "Smoochum", + "poke_239": "Elekid", + "poke_240": "Magby", + "poke_241": "Miltank", + "poke_242": "Blissey", + "poke_243": "Raikou", + "poke_244": "Entei", + "poke_245": "Suicune", + "poke_246": "Larvitar", + "poke_247": "Pupitar", + "poke_248": "Tyranitar", + "poke_248_e1": "Mega Tyranitar", + "poke_249": "Lugia", + "poke_250": "Ho-Oh", + "poke_251": "Celebi", + "poke_252": "Treecko", + "poke_253": "Grovyle", + "poke_254": "Sceptile", + "poke_254_e1": "Mega Sceptile", + "poke_255": "Torchic", + "poke_256": "Combusken", + "poke_257": "Blaziken", + "poke_257_e1": "Mega Blaziken", + "poke_258": "Mudkip", + "poke_259": "Marshtomp", + "poke_260": "Swampert", + "poke_260_e1": "Mega Swampert", + "poke_261": "Poochyena", + "poke_262": "Mightyena", + "poke_263": "Zigzagoon", + "poke_264": "Linoone", + "poke_265": "Wurmple", + "poke_266": "Silcoon", + "poke_267": "Beautifly", + "poke_268": "Cascoon", + "poke_269": "Dustox", + "poke_270": "Lotad", + "poke_271": "Lombre", + "poke_272": "Ludicolo", + "poke_273": "Seedot", + "poke_274": "Nuzleaf", + "poke_275": "Shiftry", + "poke_276": "Taillow", + "poke_277": "Swellow", + "poke_278": "Wingull", + "poke_279": "Pelipper", + "poke_280": "Ralts", + "poke_281": "Kirlia", + "poke_282": "Gardevoir", + "poke_282_e1": "Mega Gardevoir", + "poke_283": "Surskit", + "poke_284": "Masquerain", + "poke_285": "Shroomish", + "poke_286": "Breloom", + "poke_287": "Slakoth", + "poke_288": "Vigoroth", + "poke_289": "Slaking", + "poke_290": "Nincada", + "poke_291": "Ninjask", + "poke_292": "Shedinja", + "poke_293": "Whismur", + "poke_294": "Loudred", + "poke_295": "Exploud", + "poke_296": "Makuhita", + "poke_297": "Hariyama", + "poke_298": "Azurill", + "poke_299": "Nosepass", + "poke_300": "Skitty", + "poke_301": "Delcatty", + "poke_302": "Sableye", + "poke_302_e1": "Mega Sableye", + "poke_303": "Mawile", + "poke_303_e1": "Mega Mawile", + "poke_304": "Aron", + "poke_305": "Lairon", + "poke_306": "Aggron", + "poke_306_e1": "Mega Aggron", + "poke_307": "Meditite", + "poke_308": "Medicham", + "poke_308_e1": "Mega Medicham", + "poke_309": "Electrike", + "poke_310": "Manectric", + "poke_310_e1": "Mega Manectric", + "poke_311": "Plusle", + "poke_312": "Minun", + "poke_313": "Volbeat", + "poke_314": "Illumise", + "poke_315": "Roselia", + "poke_316": "Gulpin", + "poke_317": "Swalot", + "poke_318": "Carvanha", + "poke_319": "Sharpedo", + "poke_319_e1": "Mega Sharpedo", + "poke_320": "Wailmer", + "poke_321": "Wailord", + "poke_322": "Numel", + "poke_323": "Camerupt", + "poke_323_e1": "Mega Camerupt", + "poke_324": "Torkoal", + "poke_325": "Spoink", + "poke_326": "Grumpig", + "poke_327": "Spinda", + "poke_328": "Trapinch", + "poke_329": "Vibrava", + "poke_330": "Flygon", + "poke_331": "Cacnea", + "poke_332": "Cacturne", + "poke_333": "Swablu", + "poke_334": "Altaria", + "poke_334_e1": "Mega Altaria", + "poke_335": "Zangoose", + "poke_336": "Seviper", + "poke_337": "Lunatone", + "poke_338": "Solrock", + "poke_339": "Barboach", + "poke_340": "Whiscash", + "poke_341": "Corphish", + "poke_342": "Crawdaunt", + "poke_343": "Baltoy", + "poke_344": "Claydol", + "poke_345": "Lileep", + "poke_346": "Cradily", + "poke_347": "Anorith", + "poke_348": "Armaldo", + "poke_349": "Feebas", + "poke_350": "Milotic", + "poke_351": "Castform", + "poke_352": "Kecleon", + "poke_353": "Shuppet", + "poke_354": "Banette", + "poke_354_e1": "Mega Banette", + "poke_355": "Duskull", + "poke_356": "Dusclops", + "poke_357": "Tropius", + "poke_358": "Chimecho", + "poke_359": "Absol", + "poke_359_e1": "Mega Absol", + "poke_360": "Wynaut", + "poke_361": "Snorunt", + "poke_362": "Glalie", + "poke_362_e1": "Mega Glalie", + "poke_363": "Spheal", + "poke_364": "Sealeo", + "poke_365": "Walrein", + "poke_366": "Clamperl", + "poke_367": "Huntail", + "poke_368": "Gorebyss", + "poke_369": "Relicanth", + "poke_370": "Luvdisc", + "poke_371": "Bagon", + "poke_372": "Shelgon", + "poke_373": "Salamence", + "poke_373_e1": "Mega Salamence", + "poke_374": "Beldum", + "poke_375": "Metang", + "poke_376": "Metagross", + "poke_376_e1": "Mega Metagross", + "poke_377": "Regirock", + "poke_378": "Regice", + "poke_379": "Registeel", + "poke_380": "Latias", + "poke_380_e1": "Mega Latias", + "poke_381": "Latios", + "poke_381_e1": "Mega Latios", + "poke_382": "Kyogre", + "poke_383": "Groudon", + "poke_384": "Rayquaza", + "poke_384_e1": "Mega Rayquaza", + "poke_385": "Jirachi", + "poke_386": "Deoxys", + "poke_387": "Turtwig", + "poke_388": "Grotle", + "poke_389": "Torterra", + "poke_390": "Chimchar", + "poke_391": "Monferno", + "poke_392": "Infernape", + "poke_393": "Piplup", + "poke_394": "Prinplup", + "poke_395": "Empoleon", + "poke_396": "Starly", + "poke_397": "Staravia", + "poke_398": "Staraptor", + "poke_399": "Bidoof", + "poke_400": "Bibarel", + "poke_401": "Kricketot", + "poke_402": "Kricketune", + "poke_403": "Shinx", + "poke_404": "Luxio", + "poke_405": "Luxray", + "poke_406": "Budew", + "poke_407": "Roserade", + "poke_408": "Cranidos", + "poke_409": "Rampardos", + "poke_410": "Shieldon", + "poke_411": "Bastiodon", + "poke_412": "Burmy", + "poke_413": "Wormadam", + "poke_414": "Mothim", + "poke_415": "Combee", + "poke_416": "Vespiquen", + "poke_417": "Pachirisu", + "poke_418": "Buizel", + "poke_419": "Floatzel", + "poke_420": "Cherubi", + "poke_421": "Cherrim", + "poke_422": "Shellos", + "poke_423": "Gastrodon", + "poke_424": "Ambipom", + "poke_425": "Drifloon", + "poke_426": "Drifblim", + "poke_427": "Buneary", + "poke_428": "Lopunny", + "poke_428_e1": "Mega Lopunny", + "poke_429": "Mismagius", + "poke_430": "Honchkrow", + "poke_431": "Glameow", + "poke_432": "Purugly", + "poke_433": "Chingling", + "poke_434": "Stunky", + "poke_435": "Skuntank", + "poke_436": "Bronzor", + "poke_437": "Bronzong", + "poke_438": "Bonsly", + "poke_439": "Mime Jr.", + "poke_440": "Happiny", + "poke_441": "Chatot", + "poke_442": "Spiritomb", + "poke_443": "Gible", + "poke_444": "Gabite", + "poke_445": "Garchomp", + "poke_445_e1": "Mega Garchomp", + "poke_446": "Munchlax", + "poke_447": "Riolu", + "poke_448": "Lucario", + "poke_448_e1": "Mega Lucario", + "poke_449": "Hippopotas", + "poke_450": "Hippowdon", + "poke_451": "Skorupi", + "poke_452": "Drapion", + "poke_453": "Croagunk", + "poke_454": "Toxicroak", + "poke_455": "Carnivine", + "poke_456": "Finneon", + "poke_457": "Lumineon", + "poke_458": "Mantyke", + "poke_459": "Snover", + "poke_460": "Abomasnow", + "poke_460_e1": "Mega Abomasnow", + "poke_461": "Weavile", + "poke_462": "Magnezone", + "poke_463": "Lickilicky", + "poke_464": "Rhyperior", + "poke_465": "Tangrowth", + "poke_466": "Electivire", + "poke_467": "Magmortar", + "poke_468": "Togekiss", + "poke_469": "Yanmega", + "poke_470": "Leafeon", + "poke_471": "Glaceon", + "poke_472": "Gliscor", + "poke_473": "Mamoswine", + "poke_474": "Porygon-Z", + "poke_475": "Gallade", + "poke_475_e1": "Mega Gallade", + "poke_476": "Probopass", + "poke_477": "Dusknoir", + "poke_478": "Froslass", + "poke_479": "Rotom", + "poke_480": "Uxie", + "poke_481": "Mesprit", + "poke_482": "Azelf", + "poke_483": "Dialga", + "poke_484": "Palkia", + "poke_485": "Heatran", + "poke_486": "Regigigas", + "poke_487": "Giratina", + "poke_488": "Cresselia", + "poke_489": "Phione", + "poke_490": "Manaphy", + "poke_491": "Darkrai", + "poke_492": "Shaymin", + "poke_493": "Arceus", + "poke_494": "Victini", + "poke_495": "Snivy", + "poke_496": "Servine", + "poke_497": "Serperior", + "poke_498": "Tepig", + "poke_499": "Pignite", + "poke_500": "Emboar", + "poke_501": "Oshawott", + "poke_502": "Dewott", + "poke_503": "Samurott", + "poke_504": "Patrat", + "poke_505": "Watchog", + "poke_506": "Lillipup", + "poke_507": "Herdier", + "poke_508": "Stoutland", + "poke_509": "Purrloin", + "poke_510": "Liepard", + "poke_511": "Pansage", + "poke_512": "Simisage", + "poke_513": "Pansear", + "poke_514": "Simisear", + "poke_515": "Panpour", + "poke_516": "Simipour", + "poke_517": "Munna", + "poke_518": "Musharna", + "poke_519": "Pidove", + "poke_520": "Tranquill", + "poke_521": "Unfezant", + "poke_522": "Blitzle", + "poke_523": "Zebstrika", + "poke_524": "Roggenrola", + "poke_525": "Boldore", + "poke_526": "Gigalith", + "poke_527": "Woobat", + "poke_528": "Swoobat", + "poke_529": "Drilbur", + "poke_530": "Excadrill", + "poke_531": "Audino", + "poke_531_e1": "Mega Audino", + "poke_532": "Timburr", + "poke_533": "Gurdurr", + "poke_534": "Conkeldurr", + "poke_535": "Tympole", + "poke_536": "Palpitoad", + "poke_537": "Seismitoad", + "poke_538": "Throh", + "poke_539": "Sawk", + "poke_540": "Sewaddle", + "poke_541": "Swadloon", + "poke_542": "Leavanny", + "poke_543": "Venipede", + "poke_544": "Whirlipede", + "poke_545": "Scolipede", + "poke_546": "Cottonee", + "poke_547": "Whimsicott", + "poke_548": "Petilil", + "poke_549": "Lilligant", + "poke_550": "Basculin", + "poke_551": "Sandile", + "poke_552": "Krokorok", + "poke_553": "Krookodile", + "poke_554": "Darumaka", + "poke_555": "Darmanitan", + "poke_556": "Maractus", + "poke_557": "Dwebble", + "poke_558": "Crustle", + "poke_559": "Scraggy", + "poke_560": "Scrafty", + "poke_561": "Sigilyph", + "poke_562": "Yamask", + "poke_563": "Cofagrigus", + "poke_564": "Tirtouga", + "poke_565": "Carracosta", + "poke_566": "Archen", + "poke_567": "Archeops", + "poke_568": "Trubbish", + "poke_569": "Garbodor", + "poke_570": "Zorua", + "poke_571": "Zoroark", + "poke_572": "Minccino", + "poke_573": "Cinccino", + "poke_574": "Gothita", + "poke_575": "Gothorita", + "poke_576": "Gothitelle", + "poke_577": "Solosis", + "poke_578": "Duosion", + "poke_579": "Reuniclus", + "poke_580": "Ducklett", + "poke_581": "Swanna", + "poke_582": "Vanillite", + "poke_583": "Vanillish", + "poke_584": "Vanilluxe", + "poke_585": "Deerling", + "poke_586": "Sawsbuck", + "poke_587": "Emolga", + "poke_588": "Karrablast", + "poke_589": "Escavalier", + "poke_590": "Foongus", + "poke_591": "Amoonguss", + "poke_592": "Frillish", + "poke_593": "Jellicent", + "poke_594": "Alomomola", + "poke_595": "Joltik", + "poke_596": "Galvantula", + "poke_597": "Ferroseed", + "poke_598": "Ferrothorn", + "poke_599": "Klink", + "poke_600": "Klang", + "poke_601": "Klinklang", + "poke_602": "Tynamo", + "poke_603": "Eelektrik", + "poke_604": "Eelektross", + "poke_605": "Elgyem", + "poke_606": "Beheeyem", + "poke_607": "Litwick", + "poke_608": "Lampent", + "poke_609": "Chandelure", + "poke_610": "Axew", + "poke_611": "Fraxure", + "poke_612": "Haxorus", + "poke_613": "Cubchoo", + "poke_614": "Beartic", + "poke_615": "Cryogonal", + "poke_616": "Shelmet", + "poke_617": "Accelgor", + "poke_618": "Stunfisk", + "poke_619": "Mienfoo", + "poke_620": "Mienshao", + "poke_621": "Druddigon", + "poke_622": "Golett", + "poke_623": "Golurk", + "poke_624": "Pawniard", + "poke_625": "Bisharp", + "poke_626": "Bouffalant", + "poke_627": "Rufflet", + "poke_628": "Braviary", + "poke_629": "Vullaby", + "poke_630": "Mandibuzz", + "poke_631": "Heatmor", + "poke_632": "Durant", + "poke_633": "Deino", + "poke_634": "Zweilous", + "poke_635": "Hydreigon", + "poke_636": "Larvesta", + "poke_637": "Volcarona", + "poke_638": "Cobalion", + "poke_639": "Terrakion", + "poke_640": "Virizion", + "poke_641": "Tornadus", + "poke_642": "Thundurus", + "poke_643": "Reshiram", + "poke_644": "Zekrom", + "poke_645": "Landorus", + "poke_646": "Kyurem", + "poke_647": "Keldeo", + "poke_648": "Meloetta", + "poke_649": "Genesect", + "poke_650": "Chespin", + "poke_651": "Quilladin", + "poke_652": "Chesnaught", + "poke_653": "Fennekin", + "poke_654": "Braixen", + "poke_655": "Delphox", + "poke_656": "Froakie", + "poke_657": "Frogadier", + "poke_658": "Greninja", + "poke_659": "Bunnelby", + "poke_660": "Diggersby", + "poke_661": "Fletchling", + "poke_662": "Fletchinder", + "poke_663": "Talonflame", + "poke_664": "Scatterbug", + "poke_665": "Spewpa", + "poke_666": "Vivillon", + "poke_667": "Litleo", + "poke_668": "Pyroar", + "poke_669": "Flabébé", + "poke_670": "Floette", + "poke_671": "Florges", + "poke_672": "Skiddo", + "poke_673": "Gogoat", + "poke_674": "Pancham", + "poke_675": "Pangoro", + "poke_676": "Furfrou", + "poke_677": "Espurr", + "poke_678": "Meowstic", + "poke_679": "Honedge", + "poke_680": "Doublade", + "poke_681": "Aegislash", + "poke_682": "Spritzee", + "poke_683": "Aromatisse", + "poke_684": "Swirlix", + "poke_685": "Slurpuff", + "poke_686": "Inkay", + "poke_687": "Malamar", + "poke_688": "Binacle", + "poke_689": "Barbaracle", + "poke_690": "Skrelp", + "poke_691": "Dragalge", + "poke_692": "Clauncher", + "poke_693": "Clawitzer", + "poke_694": "Helioptile", + "poke_695": "Heliolisk", + "poke_696": "Tyrunt", + "poke_697": "Tyrantrum", + "poke_698": "Amaura", + "poke_699": "Aurorus", + "poke_700": "Sylveon", + "poke_701": "Hawlucha", + "poke_702": "Dedenne", + "poke_703": "Carbink", + "poke_704": "Goomy", + "poke_705": "Sliggoo", + "poke_706": "Goodra", + "poke_707": "Klefki", + "poke_708": "Phantump", + "poke_709": "Trevenant", + "poke_710": "Pumpkaboo", + "poke_711": "Gourgeist", + "poke_712": "Bergmite", + "poke_713": "Avalugg", + "poke_714": "Noibat", + "poke_715": "Noivern", + "poke_716": "Xerneas", + "poke_717": "Yveltal", + "poke_718": "Zygarde", + "poke_719": "Diancie", + "poke_719_e1": "Mega Diancie", + "poke_720": "Hoopa", + "poke_721": "Volcanion", + "poke_722": "Rowlet", + "poke_723": "Dartrix", + "poke_724": "Decidueye", + "poke_725": "Litten", + "poke_726": "Torracat", + "poke_727": "Incineroar", + "poke_728": "Popplio", + "poke_729": "Brionne", + "poke_730": "Primarina", + "poke_731": "Pikipek", + "poke_732": "Trumbeak", + "poke_733": "Toucannon", + "poke_734": "Yungoos", + "poke_735": "Gumshoos", + "poke_736": "Grubbin", + "poke_737": "Charjabug", + "poke_738": "Vikavolt", + "poke_739": "Crabrawler", + "poke_740": "Crabominable", + "poke_741": "Oricorio", + "poke_742": "Cutiefly", + "poke_743": "Ribombee", + "poke_744": "Rockruff", + "poke_745": "Lycanroc", + "poke_746": "Wishiwashi", + "poke_747": "Mareanie", + "poke_748": "Toxapex", + "poke_749": "Mudbray", + "poke_750": "Mudsdale", + "poke_751": "Dewpider", + "poke_752": "Araquanid", + "poke_753": "Fomantis", + "poke_754": "Lurantis", + "poke_755": "Morelull", + "poke_756": "Shiinotic", + "poke_757": "Salandit", + "poke_758": "Salazzle", + "poke_759": "Stufful", + "poke_760": "Bewear", + "poke_761": "Bounsweet", + "poke_762": "Steenee", + "poke_763": "Tsareena", + "poke_764": "Comfey", + "poke_765": "Oranguru", + "poke_766": "Passimian", + "poke_767": "Wimpod", + "poke_768": "Golisopod", + "poke_769": "Sandygast", + "poke_770": "Palossand", + "poke_771": "Pyukumuku", + "poke_772": "Type: Null", + "poke_773": "Silvally", + "poke_774": "Minior", + "poke_775": "Komala", + "poke_776": "Turtonator", + "poke_777": "Togedemaru", + "poke_778": "Mimikyu", + "poke_779": "Bruxish", + "poke_780": "Drampa", + "poke_781": "Dhelmise", + "poke_782": "Jangmo-o", + "poke_783": "Hakamo-o", + "poke_784": "Kommo-o", + "poke_785": "Tapu Koko", + "poke_786": "Tapu Lele", + "poke_787": "Tapu Bulu", + "poke_788": "Tapu Fini", + "poke_789": "Cosmog", + "poke_790": "Cosmoem", + "poke_791": "Solgaleo", + "poke_792": "Lunala", + "poke_793": "Nihilego", + "poke_794": "Buzzwole", + "poke_795": "Pheromosa", + "poke_796": "Xurkitree", + "poke_797": "Celesteela", + "poke_798": "Kartana", + "poke_799": "Guzzlord", + "poke_800": "Necrozma", + "poke_801": "Magearna", + "poke_802": "Marshadow", + "poke_803": "Poipole", + "poke_804": "Naganadel", + "poke_805": "Stakataka", + "poke_806": "Blacephalon", + "poke_807": "Zeraora", + "poke_808": "Meltan", + "poke_809": "Melmetal", + "poke_810": "Grookey", + "poke_811": "Thwackey", + "poke_812": "Rillaboom", + "poke_813": "Scorbunny", + "poke_814": "Raboot", + "poke_815": "Cinderace", + "poke_816": "Sobble", + "poke_817": "Drizzile", + "poke_818": "Inteleon", + "poke_819": "Skwovet", + "poke_820": "Greedent", + "poke_821": "Rookidee", + "poke_822": "Corvisquire", + "poke_823": "Corviknight", + "poke_824": "Blipbug", + "poke_825": "Dottler", + "poke_826": "Orbeetle", + "poke_827": "Nickit", + "poke_828": "Thievul", + "poke_829": "Gossifleur", + "poke_830": "Eldegoss", + "poke_831": "Wooloo", + "poke_832": "Dubwool", + "poke_833": "Chewtle", + "poke_834": "Drednaw", + "poke_835": "Yamper", + "poke_836": "Boltund", + "poke_837": "Rolycoly", + "poke_838": "Carkol", + "poke_839": "Coalossal", + "poke_840": "Applin", + "poke_841": "Flapple", + "poke_842": "Appletun", + "poke_843": "Silicobra", + "poke_844": "Sandaconda", + "poke_845": "Cramorant", + "poke_846": "Arrokuda", + "poke_847": "Barraskewda", + "poke_848": "Toxel", + "poke_849": "Toxtricity", + "poke_850": "Sizzlipede", + "poke_851": "Centiskorch", + "poke_852": "Clobbopus", + "poke_853": "Grapploct", + "poke_854": "Sinistea", + "poke_855": "Polteageist", + "poke_856": "Hatenna", + "poke_857": "Hattrem", + "poke_858": "Hatterene", + "poke_859": "Impidimp", + "poke_860": "Morgrem", + "poke_861": "Grimmsnarl", + "poke_862": "Obstagoon", + "poke_863": "Perrserker", + "poke_864": "Cursola", + "poke_865": "Sirfetch'd", + "poke_866": "Mr. Rime", + "poke_867": "Runerigus", + "poke_868": "Milcery", + "poke_869": "Alcremie", + "poke_870": "Falinks", + "poke_871": "Pincurchin", + "poke_872": "Snom", + "poke_873": "Frosmoth", + "poke_874": "Stonjourner", + "poke_875": "Eiscue", + "poke_876": "Indeedee", + "poke_877": "Morpeko", + "poke_878": "Cufant", + "poke_879": "Copperajah", + "poke_880": "Dracozolt", + "poke_881": "Arctozolt", + "poke_882": "Dracovish", + "poke_883": "Arctovish", + "poke_884": "Duraludon", + "poke_885": "Dreepy", + "poke_886": "Drakloak", + "poke_887": "Dragapult", + "poke_888": "Zacian", + "poke_889": "Zamazenta", + "poke_890": "Eternatus", + "poke_891": "Kubfu", + "poke_892": "Urshifu", + "poke_893": "Zarude", + "poke_894": "Regieleki", + "poke_895": "Regidrago", + "poke_896": "Glastrier", + "poke_897": "Spectrier", + "poke_898": "Calyrex", + "poke_899": "Wyrdeer", + "poke_900": "Kleavor", + "poke_901": "Ursaluna", + "poke_902": "Basculegion", + "poke_903": "Sneasler", + "poke_904": "Overqwil", + "poke_905": "Enamorus", + "poke_906": "Sprigatito", + "poke_907": "Floragato", + "poke_908": "Meowscarada", + "poke_909": "Fuecoco", + "poke_910": "Crocalor", + "poke_911": "Skeledirge", + "poke_912": "Quaxly", + "poke_913": "Quaxwell", + "poke_914": "Quaquaval", + "poke_915": "Lechonk", + "poke_916": "Oinkologne", + "poke_917": "Tarountula", + "poke_918": "Spidops", + "poke_919": "Nymble", + "poke_920": "Lokix", + "poke_921": "Pawmi", + "poke_922": "Pawmo", + "poke_923": "Pawmot", + "poke_924": "Tandemaus", + "poke_925": "Maushold", + "poke_926": "Fidough", + "poke_927": "Dachsbun", + "poke_928": "Smoliv", + "poke_929": "Dolliv", + "poke_930": "Arboliva", + "poke_931": "Squawkabilly", + "poke_932": "Nacli", + "poke_933": "Naclstack", + "poke_934": "Garganacl", + "poke_935": "Charcadet", + "poke_936": "Armarouge", + "poke_937": "Ceruledge", + "poke_938": "Tadbulb", + "poke_939": "Bellibolt", + "poke_940": "Wattrel", + "poke_941": "Kilowattrel", + "poke_942": "Maschiff", + "poke_943": "Mabosstiff", + "poke_944": "Shroodle", + "poke_945": "Grafaiai", + "poke_946": "Bramblin", + "poke_947": "Brambleghast", + "poke_948": "Toedscool", + "poke_949": "Toedscruel", + "poke_950": "Klawf", + "poke_951": "Capsakid", + "poke_952": "Scovillain", + "poke_953": "Rellor", + "poke_954": "Rabsca", + "poke_955": "Flittle", + "poke_956": "Espathra", + "poke_957": "Tinkatink", + "poke_958": "Tinkatuff", + "poke_959": "Tinkaton", + "poke_960": "Wiglett", + "poke_961": "Wugtrio", + "poke_962": "Bombirdier", + "poke_963": "Finizen", + "poke_964": "Palafin", + "poke_965": "Varoom", + "poke_966": "Revavroom", + "poke_967": "Cyclizar", + "poke_968": "Orthworm", + "poke_969": "Glimmet", + "poke_970": "Glimmora", + "poke_971": "Greavard", + "poke_972": "Houndstone", + "poke_973": "Flamigo", + "poke_974": "Cetoddle", + "poke_975": "Cetitan", + "poke_976": "Veluza", + "poke_977": "Dondozo", + "poke_978": "Tatsugiri", + "poke_979": "Annihilape", + "poke_980": "Clodsire", + "poke_981": "Farigiraf", + "poke_982": "Dudunsparce", + "poke_983": "Kingambit", + "poke_984": "Great Tusk", + "poke_985": "Scream Tail", + "poke_986": "Brute Bonnet", + "poke_987": "Flutter Mane", + "poke_988": "Slither Wing", + "poke_989": "Sandy Shocks", + "poke_990": "Iron Treads", + "poke_991": "Iron Bundle", + "poke_992": "Iron Hands", + "poke_993": "Iron Jugulis", + "poke_994": "Iron Moth", + "poke_995": "Iron Thorns", + "poke_996": "Frigibax", + "poke_997": "Arctibax", + "poke_998": "Baxcalibur", + "poke_999": "Gimmighoul", + "poke_1000": "Gholdengo", + "poke_1001": "Wo-Chien", + "poke_1002": "Chien-Pao", + "poke_1003": "Ting-Lu", + "poke_1004": "Chi-Yu", + "poke_1005": "Roaring Moon", + "poke_1006": "Iron Valiant", + "poke_1007": "Koraidon", + "poke_1008": "Miraidon", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "None", + "poke_type_1": "Normal", + "poke_type_2": "Fighting", + "poke_type_3": "Flying", + "poke_type_4": "Poison", + "poke_type_5": "Ground", + "poke_type_6": "Rock", + "poke_type_7": "Bug", + "poke_type_8": "Ghost", + "poke_type_9": "Steel", + "poke_type_10": "Fire", + "poke_type_11": "Water", + "poke_type_12": "Grass", + "poke_type_13": "Electric", + "poke_type_14": "Psychic", + "poke_type_15": "Ice", + "poke_type_16": "Dragon", + "poke_type_17": "Dark", + "poke_type_18": "Fairy", + "purified": "Purified", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "Walk {{amount}} km with your buddy", + "quest_catch_type_dark_plural": "Catch {{amount}} Dark-type Pokémon", + "quest_catch_type_dragon_plural": "Catch {{amount}} Dragon-type Pokémon", + "quest_catch_type_poison_plural": "Catch {{amount}} Poison-type Pokémon", + "quest_catch_type_psychic_plural": "Catch {{amount}} Psychic-type Pokémon", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "Defeat {{amount}} Ghost-type Pokémon", + "quest_fight_type_ghost_psychic_plural": "Defeat {{amount}} Psychic- or Ghost-type Pokémon", + "quest_fight_type_psychic_plural": "Defeat {{amount}} Psychic-type Pokémon", + "quest_incense_singular": "Use an Incense", + "quest_land_excellent_plural": "Make {{amount}} Excellent Throws", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "Battle a team leader {{amount_0}} times", + "quest_title_challenge_2019_battle_trainer": "Battle another Trainer", + "quest_title_challenge_2019_battle_trainer_plural": "Battle another Trainer {{amount_0}} times", + "quest_title_challenge_2019_battle_trainer_win": "Win against another Trainer {{amount_0}} times", + "quest_title_challenge_2019_snapshot_eevee": "Take {{amount_0}} snapshots of Eevee", + "quest_title_challenge_2019_snapshot_loudred": "Take a snapshot of Loudred", + "quest_title_challenge_2019_snapshot_pkmn": "Take {{amount_0}} snapshots of Jirachi", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "Take {{amount_0}} snapshots of Fairy-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_flying": "Take {{amount_0}} snapshots of Flying-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "Take {{amount_0}} snapshots of Ghost-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_grass": "Take {{amount_0}} snapshots of Grass-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_ground": "Take {{amount_0}} snapshots of Ground-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_ice": "Take {{amount_0}} snapshots of Ice-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_normal": "Take {{amount_0}} snapshots of Normal-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "Take {{amount_0}} snapshots of Psychic-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Take {{amount_0}} snapshots of Psychic- or Steel-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_steel": "Take {{amount_0}} snapshots of Steel-type Pokémon", + "quest_title_challenge_2019_snapshot_pkmn_water": "Take {{amount_0}} snapshots of Water-type Pokémon", + "quest_title_challenge_2019_trade_distance": "Trade for 3 Pokémon from at least 100 km away", + "quest_title_challenge_available": "A new challenge is available!", + "quest_title_challenge_battle_gbl_win_all": "Win in the GO Battle League", + "quest_title_challenge_battle_trainer_great": "Battle another Trainer in the Great League", + "quest_title_challenge_buddy_affection_plural": "Earn {{amount_0}} hearts with your buddy", + "quest_title_challenge_buddy_affection_single": "Earn a heart with your buddy", + "quest_title_challenge_buddy_battle_plural": "Battle alongside your buddy {{amount_0}} times while it’s adventuring with you", + "quest_title_challenge_buddy_battle_single": "Battle alongside your buddy while it’s adventuring with you", + "quest_title_challenge_buddy_emotion_plural": "Get your buddy excited {{amount_0}} times", + "quest_title_challenge_buddy_emotion_single": "Get your buddy excited", + "quest_title_challenge_buddy_level_best_plural": "Reach Best Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_best_single": "Reach Best Buddy with a Pokémon", + "quest_title_challenge_buddy_level_good_plural": "Reach Good Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_good_single": "Reach Good Buddy with a Pokémon", + "quest_title_challenge_buddy_level_great_plural": "Reach Great Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_great_single": "Reach Great Buddy with a Pokémon", + "quest_title_challenge_buddy_level_plural": "Increase the Buddy Level of Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_single": "Increase the Buddy Level of a Pokémon", + "quest_title_challenge_buddy_level_ultra_plural": "Reach Ultra Buddy with Pokémon {{amount_0}} times", + "quest_title_challenge_buddy_level_ultra_single": "Reach Ultra Buddy with a Pokémon", + "quest_title_challenge_buddy_play_plural": "Play with your buddy {{amount_0}} times", + "quest_title_challenge_buddy_play_single": "Play with your buddy", + "quest_title_challenge_buddy_poi_plural": "Visit interesting locations pointed out by your buddy {{amount_0}} times", + "quest_title_challenge_buddy_poi_single": "Visit an interesting location pointed out by your buddy", + "quest_title_challenge_buddy_snapshot_plural": "Take {{amount_0}} snapshots of your buddy", + "quest_title_challenge_buddy_snapshot_single": "Take a snapshot of your buddy", + "quest_title_challenge_buddy_treat_plural": "Give your buddy {{amount_0}} treats", + "quest_title_challenge_buddy_treat_single": "Give your buddy a treat", + "quest_title_challenge_catch_legendary": "Catch a Legendary Pokémon from a Field Research Breakthrough or raid", + "quest_title_challenge_catch_unique_any": "Catch {{amount_0}} different species of Pokémon", + "quest_title_challenge_snapshot_bidoof": "Take a snapshot of Bidoof", + "quest_title_challenge_snapshot_dratini_singular": "Take a snapshot of Dratini", + "quest_title_challenge_snapshot_eevee": "Take a snapshot of Eevee", + "quest_title_challenge_snapshot_pkmn_bug": "Take {{amount_0}} snapshots of Bug-type Pokémon", + "quest_title_challenge_snapshot_pkmn_bug_single": "Take a snapshot of a Bug-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dark": "Take {{amount_0}} snapshots of Dark-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dark_single": "Take a snapshot of a Dark-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dragon": "Take {{amount_0}} snapshots of Dragon-type Pokémon", + "quest_title_challenge_snapshot_pkmn_dragon_single": "Take a snapshot of a Dragon-type Pokémon", + "quest_title_challenge_snapshot_pkmn_electric": "Take {{amount_0}} snapshots of Electric-type Pokémon", + "quest_title_challenge_snapshot_pkmn_electric_single": "Take a snapshot of an Electric-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fairy_single": "Take a snapshot of a Fairy-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fighting": "Take {{amount_0}} snapshots of Fighting-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fighting_single": "Take a snapshot of a Fighting-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fire": "Take {{amount_0}} snapshots of Fire-type Pokémon", + "quest_title_challenge_snapshot_pkmn_fire_single": "Take a snapshot of a Fire-type Pokémon", + "quest_title_challenge_snapshot_pkmn_flying_single": "Take a snapshot of a Flying-type Pokémon", + "quest_title_challenge_snapshot_pkmn_ghost_single": "Take a snapshot of a Ghost-type Pokémon", + "quest_title_challenge_snapshot_pkmn_grass_single": "Take a snapshot of a Grass-type Pokémon", + "quest_title_challenge_snapshot_pkmn_ground_single": "Take a snapshot of a Ground-type Pokémon", + "quest_title_challenge_snapshot_pkmn_ice_single": "Take a snapshot of an Ice-type Pokémon", + "quest_title_challenge_snapshot_pkmn_normal_single": "Take a snapshot of a Normal-type Pokémon", + "quest_title_challenge_snapshot_pkmn_poison": "Take {{amount_0}} snapshots of Poison-type Pokémon", + "quest_title_challenge_snapshot_pkmn_poison_single": "Take a snapshot of a Poison-type Pokémon", + "quest_title_challenge_snapshot_pkmn_psychic_single": "Take a snapshot of a Psychic-type Pokémon", + "quest_title_challenge_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", + "quest_title_challenge_snapshot_pkmn_rock_single": "Take a snapshot of a Rock-type Pokémon", + "quest_title_challenge_snapshot_pkmn_steel_single": "Take a snapshot of a Steel-type Pokémon", + "quest_title_challenge_snapshot_pkmn_water_single": "Take a snapshot of a Water-type Pokémon", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Take a snapshot of Blitzle in the wild", + "quest_title_challenge_snapshot_wild_glameow_singular": "Take a snapshot of Glameow in the wild", + "quest_title_geotarget_quest_description": "Scan {{amount_0}}", + "quest_title_quest_achieve_lvl_40": "Reach level 40", + "quest_title_quest_adventure_effect_activate_plural": "Activate an Adventure Effect {{amount_0}} times", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Activate Roar of Time’s Adventure Effect {{amount_0}} times", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Activate Roar of Time’s Adventure Effect", + "quest_title_quest_adventure_effect_activate_singular": "Activate an Adventure Effect", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Activate Spacial Rend’s Adventure Effect {{amount_0}} times", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Activate Spacial Rend’s Adventure Effect", + "quest_title_quest_adventure_evolve_singular": "Adventure Week: Evolve an Omanyte or Kabuto", + "quest_title_quest_adventure_hatch_egg_plural": "Adventure Week: Hatch {{amount_0}} Eggs", + "quest_title_quest_adventure_visit_pokestop_new_plural": "Adventure Week: Spin {{amount_0}} PokéStops you haven't visited before", + "quest_title_quest_adventure_walk_buddy_plural": "Adventure Week: Earn {{amount_0}} Candies walking with your buddy", + "quest_title_quest_adventure2019_catch_special33_plural": "Adventure Week 2019: Catch {{amount_0}} Aron", + "quest_title_quest_adventure2019_evolve_singular": "Adventure Week 2019: Evolve a Lileep or Anorith", + "quest_title_quest_adventure2019_hatch_egg_plural": "Adventure Week 2019: Hatch {{amount_0}} Eggs", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Adventure Week 2019: Spin {{amount_0}} PokéStops you haven’t visited before", + "quest_title_quest_adventure2019_visit_pokestop_plural": "Adventure Week 2019: Spin 25 PokéStops", + "quest_title_quest_adventure2019_walk_buddy_plural": "Adventure Week 2019: Earn {{amount_0}} Candies walking with your buddy", + "quest_title_quest_alodude_catch": "Catch {{amount_0}} Alolan Geodude", + "quest_title_quest_alodude_evolve_a": "Evolve {{amount_0}} Alolan Geodude", + "quest_title_quest_alodude_evolve_b": "Evolve {{amount_0}} Alolan Graveler", + "quest_title_quest_alodude_snap": "Take {{amount_0}} snapshots of Alolan Geodude", + "quest_title_quest_at_catch_a": "Catch {{amount_0}} Abra", + "quest_title_quest_at_evolve_a": "Evolve {{amount_0}} Abra", + "quest_title_quest_at_evolve_k": "Evolve {{amount_0}} Kadabra", + "quest_title_quest_axew_catch_b": "Catch {{amount_0}} Axew", + "quest_title_quest_axew_evolve_b": "Evolve {{amount_0}} Axew", + "quest_title_quest_axew_snapshot_b": "Take a snapshot of {{amount_0}} Axew", + "quest_title_quest_azelf_wild_snap": "Take a snapshot of Azelf in the wild", + "quest_title_quest_bagon_catch_b": "Catch {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_plural": "Evolve {{amount_0}} Bagon", + "quest_title_quest_bagon_evolve_b_singular": "Evolve a Bagon", + "quest_title_quest_bagon_snapshot_b": "Take a snapshot of {{amount_0}} Bagon", + "quest_title_quest_battle_buddy_adventure_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", + "quest_title_quest_battle_buddy_adventure_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", + "quest_title_quest_battle_dangling_reward_toast": "You must complete your current battle before beginning a new battle!", + "quest_title_quest_battle_error_toast": "An error occurred when starting the battle", + "quest_title_quest_battle_gbl_halloween_plural": "Battle in the Halloween Cup {{amount_0}} times", + "quest_title_quest_battle_gbl_halloween_win_plural": "Win {{amount_0}} Trainer Battles in the Halloween Cup", + "quest_title_quest_battle_gbl_plural": "Battle in the GO Battle League {{amount_0}} times", + "quest_title_quest_battle_gbl_singular": "Battle in the GO Battle League", + "quest_title_quest_battle_gbl_win_plural": "Win {{amount_0}} Trainer Battles in the GO Battle League", + "quest_title_quest_battle_gbl_win_singular": "Win a Trainer Battle in the GO Battle League", + "quest_title_quest_battle_great_plural": "Battle another Trainer in the Great League {{amount_0}} times", + "quest_title_quest_battle_great_win_plural": "Win {{amount_0}} Trainer Battles in the Great League", + "quest_title_quest_battle_great_win_singular": "Win a Trainer Battle in the Great League", + "quest_title_quest_battle_gym_plural": "Battle in a Gym {{amount_0}} times", + "quest_title_quest_battle_gym_singular": "Battle in a Gym", + "quest_title_quest_battle_master_win_plural": "Win {{amount_0}} Trainer Battles in the Master League", + "quest_title_quest_battle_master_win_singular": "Win a Trainer Battle in the Master League", + "quest_title_quest_battle_raid_plural": "Battle in {{amount_0}} raids", + "quest_title_quest_battle_raid_singular": "Battle in a raid", + "quest_title_quest_battle_raid_with_friend_plural": "Battle in {{amount_0}} raids with a friend", + "quest_title_quest_battle_raid_with_friend_singular": "Battle in a raid with a friend", + "quest_title_quest_battle_supereffective_charge_plural": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", + "quest_title_quest_battle_supereffective_charge_singular": "Use a supereffective Charged Attack in a Gym battle", + "quest_title_quest_battle_team_rocket_plural": "Battle {{amount_0}} Team GO Rocket members", + "quest_title_quest_battle_team_rocket_singular": "Battle a Team GO Rocket member", + "quest_title_quest_battle_ultra_win_plural": "Win {{amount_0}} Trainer Battles in the Ultra League", + "quest_title_quest_battle_ultra_win_singular": "Win a Trainer Battle in the Ultra League", + "quest_title_quest_battle19_catch_fighting_easy": "Catch {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_battle19_catch_medium_pkmn": "Catch {{amount_0}} Makuhita or Meditite", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Make {{amount_0}} Excellent Throws in a row", + "quest_title_quest_battle19_raid_win_veryhard": "Win {{amount_0}} raids", + "quest_title_quest_battle19_supereffective_charge_hard": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", + "quest_title_quest_battler_appears": "AN OPPONENT APPEARS!", + "quest_title_quest_beat_raid_10_minutes": "Win a raid in under 10 minutes", + "quest_title_quest_beat_raid_60_seconds": "Win a raid in under 60 seconds", + "quest_title_quest_beat_raid_singular_minutes": "Win a raid in under {{amount_0}} minutes", + "quest_title_quest_beat_raid_singular_seconds": "Win a raid in under {{amount_0}} seconds", + "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: Catch {{amount_0}} Pidgey or Rattata", + "quest_title_quest_begins19_evolve_plural": "Pokémon Day: Evolve 1 Meowth", + "quest_title_quest_beldum_catch_b": "Catch {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_plural": "Evolve {{amount_0}} Beldum", + "quest_title_quest_beldum_evolve_b_singular": "Evolve a Beldum", + "quest_title_quest_bellsprout_catch_b": "Catch {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_plural": "Evolve {{amount_0}} Bellsprout", + "quest_title_quest_bellsprout_evolve_b_singular": "Evolve a Bellsprout", + "quest_title_quest_bellsprout_snapshot_b": "Take a snapshot of {{amount_0}} Bellsprout", + "quest_title_quest_beluga_evolve_pkmn": "Let’s Go: Evolve {{amount_0}} Anorith", + "quest_title_quest_beluga_excellent_singular": "Let's Go: Make {{amount_0}} Excellent Throw", + "quest_title_quest_beluga_hatch_plural": "Let’s Go: Hatch {{amount_0}} Eggs", + "quest_title_quest_best_buddy_bronze": "Have 1 Best Buddy", + "quest_title_quest_best_buddy_silver": "Have 10 Best Buddies", + "quest_title_quest_bounsweet_catch_b": "Catch {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_plural": "Evolve {{amount_0}} Bounsweet", + "quest_title_quest_bounsweet_evolve_b_singular": "Evolve a Bounsweet", + "quest_title_quest_braixen_evolve_b": "Evolve {{amount_0}} Braixen", + "quest_title_quest_breakthrough_completed": "Field Research completed!", + "quest_title_quest_breakthrough_reward_mystery": "Mystery items", + "quest_title_quest_breakthrough_reward_stardust": "Stardust", + "quest_title_quest_brionne_evolve_b_plural": "Evolve {{amount_0}} Brionne", + "quest_title_quest_brionne_evolve_b_singular": "Evolve a Brionne", + "quest_title_quest_buddy_affection_days": "Earn a heart with your buddy on {{amount_0}} different days", + "quest_title_quest_buddy_affection_days_in_a_row": "Earn a heart with your buddy {{amount_0}} days in a row", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", + "quest_title_quest_buddy_souvenir_plural": "Receive {{amount_0}} Souvenirs from your buddy", + "quest_title_quest_buddy_souvenir_singular": "Receive a Souvenir from your buddy", + "quest_title_quest_buddy_walk_km_plural": "Walk {{amount_0}} km with your buddy", + "quest_title_quest_bulbt_catch_b": "Catch {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_b": "Evolve {{amount_0}} Bulbasaur", + "quest_title_quest_bulbt_evolve_s1": "Evolve {{amount_0}} Ivysaur", + "quest_title_quest_cacnea_catch": "Catch {{amount_0}} Cacnea", + "quest_title_quest_catch_151": "Catch 151 Pokémon", + "quest_title_quest_catch_b_types_plural": "Catch {{amount_0}} Electric-, Normal-, or Poison-type Pokémon", + "quest_title_quest_catch_basic_types_plural": "Catch {{amount_0}} Grass-, Water-, or Fire-type Pokémon", + "quest_title_quest_catch_berry_any_drifloon": "Use {{amount_0}} Berries to help catch Drifloon", + "quest_title_quest_catch_berry_nanab_drifloon": "Use {{amount_0}} Nanab Berries to help catch Drifloon", + "quest_title_quest_catch_berry_pinap": "Use {{amount_0}} Pinap Berries to help catch Pokémon", + "quest_title_quest_catch_berry_razz": "Use {{amount_0}} Razz Berries to help catch Pokémon", + "quest_title_quest_catch_berry_razz_drifloon": "Use {{amount_0}} Razz Berries to help catch Drifloon", + "quest_title_quest_catch_bronzor_plural": "Catch {{amount_0}} Bronzor", + "quest_title_quest_catch_c_types_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dark-type Pokémon", + "quest_title_quest_catch_carbink_singular": "Catch a Carbink", + "quest_title_quest_catch_celebi_types_plural": "Catch {{amount_0}} Grass- or Psychic-type Pokémon", + "quest_title_quest_catch_costumed_plural": "Catch {{amount_0}} Eevee wearing a sun crown or moon crown", + "quest_title_quest_catch_crabrawler_plural": "Catch {{amount_0}} Crabrawler", + "quest_title_quest_catch_dark_type_plural": "Catch {{amount_0}} Dark-type Pokémon", + "quest_title_quest_catch_darumaka_plural": "Catch {{amount_0}} Darumaka", + "quest_title_quest_catch_daysinarow": "Catch a Pokémon {{amount_0}} days in a row", + "quest_title_quest_catch_dialga": "Catch Dialga", + "quest_title_quest_catch_drifloon": "Catch {{amount_0}} Drifloon", + "quest_title_quest_catch_ducklett_plural": "Catch {{amount_0}} Ducklett", + "quest_title_quest_catch_ducklett_singular": "Catch a Ducklett", + "quest_title_quest_catch_emolga_plural": "Catch {{amount_0}} Emolga", + "quest_title_quest_catch_excellent_curve_drifloon": "Catch {{amount_0}} Drifloon with Excellent Curveball Throws", + "quest_title_quest_catch_excellent_with_berry_drifloon": "Catch {{amount_0}} Drifloon with Excellent Throws after giving them Berries", + "quest_title_quest_catch_feed_plural": "Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_catch_feed_singular": "Use a Berry to help catch a Pokémon", + "quest_title_quest_catch_furfou_singular": "Catch a Furfrou", + "quest_title_quest_catch_groudon_primal_boosted_types": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", + "quest_title_quest_catch_groudon_type": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", + "quest_title_quest_catch_hoenn_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Hoenn region", + "quest_title_quest_catch_in_day_plural": "Catch {{amount_0}} Pokémon in a single day", + "quest_title_quest_catch_jan21_hoenn1_plural": "Catch {{amount_0}} Groudon", + "quest_title_quest_catch_jan21_hoenn2_plural": "Catch {{amount_0}} Kyogre", + "quest_title_quest_catch_johto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Johto region", + "quest_title_quest_catch_kanto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Kanto region", + "quest_title_quest_catch_kyogre_primal_boosted_types": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_kyogre_type": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_legendary_inarow_plural": "Successfully catch the next {{amount_0}} Legendary or Mythical Pokémon you encounter", + "quest_title_quest_catch_legendary_plural": "Catch {{amount_0}} Legendary or Mythical Pokémon", + "quest_title_quest_catch_legendary_singular": "Catch a Legendary or Mythical Pokémon", + "quest_title_quest_catch_lunatone_plural": "Catch {{amount_0}} Lunatone", + "quest_title_quest_catch_luvdisc": "Catch {{amount_0}} Luvdisc", + "quest_title_quest_catch_misc_01_types_plural": "Catch {{amount_0}} Normal-, Water-, or Ice-type Pokémon", + "quest_title_quest_catch_nymble_plural": "Catch {{amount_0}} Nymble", + "quest_title_quest_catch_palkia": "Catch Palkia", + "quest_title_quest_catch_pikachu_plural": "Catch {{amount_0}} Pikachu", + "quest_title_quest_catch_plural_unique": "Catch {{amount_0}} different species of Pokémon", + "quest_title_quest_catch_pokemon_dai_plural": "Use Daily Adventure Incense to help catch {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_days": "Catch a Pokémon on {{amount_0}} different days", + "quest_title_quest_catch_pokemon_great_ball_plural": "Catch {{amount_0}} Pokémon in Great Balls", + "quest_title_quest_catch_pokemon_great_ball_singular": "Catch a Pokémon in a Great Ball", + "quest_title_quest_catch_pokemon_legendary_plural": "Catch {{amount_0}} Legendary Pokémon", + "quest_title_quest_catch_pokemon_legendary_singular": "Catch a Legendary Pokémon", + "quest_title_quest_catch_pokemon_party_plural": "Catch {{amount_0}} Pokémon while in a party", + "quest_title_quest_catch_pokemon_plural": "Catch {{amount_0}} Pokémon", + "quest_title_quest_catch_pokemon_poke_ball_plural": "Catch {{amount_0}} Pokémon in Poké Balls", + "quest_title_quest_catch_pokemon_poke_ball_singular": "Catch a Pokémon in a Poké Ball", + "quest_title_quest_catch_pokemon_routes_plural": "Catch {{amount_0}} Pokémon while following Routes", + "quest_title_quest_catch_pokemon_routes_singular": "Catch a Pokémon while following a Route", + "quest_title_quest_catch_pokemon_singular": "Catch a Pokémon", + "quest_title_quest_catch_pokemon_task": "Catch Pokémon", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "Catch {{amount_0}} Pokémon in Ultra Balls", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "Catch a Pokémon in an Ultra Ball", + "quest_title_quest_catch_psychic_steel": "Catch {{amount_0}} Psychic- or Steel-type Pokémon", + "quest_title_quest_catch_raid_regi_any": "Catch a Regirock, Regice, or Registeel from a raid", + "quest_title_quest_catch_raid_regi_ice": "Catch a Regice from a raid", + "quest_title_quest_catch_raid_regi_rock": "Catch a Regirock from a raid", + "quest_title_quest_catch_raid_regi_steel": "Catch a Registeel from a raid", + "quest_title_quest_catch_rayquaza_type": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", + "quest_title_quest_catch_sinnoh_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Sinnoh region", + "quest_title_quest_catch_sinnoh_pokemon_singular": "Catch a Pokémon originally discovered in the Sinnoh region", + "quest_title_quest_catch_solrock_plural": "Catch {{amount_0}} Solrock", + "quest_title_quest_catch_special_aerodactyl": "Catch an Aerodactyl", + "quest_title_quest_catch_special_bidoof": "Catch {{amount_0}} Bidoof", + "quest_title_quest_catch_special_chespin": "Catch a Chespin", + "quest_title_quest_catch_special_cottonee": "Catch {{amount_0}} Cottonee", + "quest_title_quest_catch_special_cubone": "Catch a Cubone", + "quest_title_quest_catch_special_exeggcute": "Catch {{amount_0}} Exeggcute", + "quest_title_quest_catch_special_fennekin": "Catch a Fennekin", + "quest_title_quest_catch_special_fletchling": "Catch a Fletchling", + "quest_title_quest_catch_special_froakie": "Catch a Froakie", + "quest_title_quest_catch_special_furfrou": "Catch a Furfrou", + "quest_title_quest_catch_special_jirachi": "Catch Jirachi!", + "quest_title_quest_catch_special_lieep_anorithl": "Catch {{amount_0}} Lileep or Anorith", + "quest_title_quest_catch_special_litleo": "Catch a Litleo", + "quest_title_quest_catch_special_mew": "Catch Mew!", + "quest_title_quest_catch_special_natu": "Catch {{amount_0}} Natu", + "quest_title_quest_catch_special_omanyte_kabuto": "Catch {{amount_0}} Omanyte or Kabuto", + "quest_title_quest_catch_special_pumpkaboo": "Catch {{amount_0}} Pumpkaboo", + "quest_title_quest_catch_special_slugma_gulpin": "Catch {{amount_0}} Slugma or Gulpin", + "quest_title_quest_catch_special_voltorb": "Catch {{amount_0}} Voltorb", + "quest_title_quest_catch_special0_plural": "Catch {{amount_0}} Ditto", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Catch the {{amount_0}} Pokémon on the event list", + "quest_title_quest_catch_special0_singular": "Catch a Ditto", + "quest_title_quest_catch_special1_plural": "Catch {{amount_0}} Oddish or Bellsprout", + "quest_title_quest_catch_special1_singular": "Catch an Oddish or Bellsprout", + "quest_title_quest_catch_special2_plural": "Catch {{amount_0}} Swablu", + "quest_title_quest_catch_special2_singular": "Catch a Swablu", + "quest_title_quest_catch_special3_plural": "Catch {{amount_0}} Pidgey or Murkrow", + "quest_title_quest_catch_special3_singular": "Catch a Pidgey or Murkrow", + "quest_title_quest_catch_special4_plural": "Catch {{amount_0}} Treecko or Mudkip", + "quest_title_quest_catch_special4_singular": "Catch a Treecko or Mudkip", + "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", + "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", + "quest_title_quest_catch_special6_plural": "Catch {{amount_0}} Mareep", + "quest_title_quest_catch_special7_plural": "Catch {{amount_0}} Charmander", + "quest_title_quest_catch_special8_plural": "Catch {{amount_0}} Larvitar", + "quest_title_quest_catch_special9_plural": "Catch {{amount_0}} Unown", + "quest_title_quest_catch_special10_plural": "Catch {{amount_0}} Plusle", + "quest_title_quest_catch_special11_plural": "Catch {{amount_0}} Minun", + "quest_title_quest_catch_special12_plural": "Catch {{amount_0}} Squirtle", + "quest_title_quest_catch_special13_plural": "Catch {{amount_0}} Roselia", + "quest_title_quest_catch_special14_singular": "Catch a Meowth or Growlithe", + "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", + "quest_title_quest_catch_special16_singular": "Catch a Skitty or Poochyena", + "quest_title_quest_catch_special17_plural": "Catch {{amount_0}} Eevee", + "quest_title_quest_catch_special18_plural": "Catch {{amount_0}} Beldum", + "quest_title_quest_catch_special19_plural": "Catch {{amount_0}} Slakoth", + "quest_title_quest_catch_special20_plural": "Catch {{amount_0}} Ralts", + "quest_title_quest_catch_special21_singular": "Catch a Rattata or Pikachu", + "quest_title_quest_catch_special22_plural": "Catch {{amount_0}} Chikorita", + "quest_title_quest_catch_special23_plural": "Catch {{amount_0}} Cyndaquil", + "quest_title_quest_catch_special24_plural": "Catch {{amount_0}} Totodile", + "quest_title_quest_catch_special25_plural": "Catch {{amount_0}} Swinub", + "quest_title_quest_catch_special26_plural": "Catch {{amount_0}} Treecko", + "quest_title_quest_catch_special27_plural": "Catch {{amount_0}} Bagon", + "quest_title_quest_catch_special28_plural": "Catch {{amount_0}} Torchic", + "quest_title_quest_catch_special29_plural": "Catch {{amount_0}} Mudkip", + "quest_title_quest_catch_special31_plural": "Catch {{amount_0}} Turtwig", + "quest_title_quest_catch_special33_plural": "Catch {{amount_0}} Trapinch", + "quest_title_quest_catch_special34_plural": "Catch {{amount_0}} Chimchar", + "quest_title_quest_catch_special35_plural": "Catch {{amount_0}} Piplup", + "quest_title_quest_catch_special36_plural": "Catch {{amount_0}} Rhyhorn", + "quest_title_quest_catch_special37_plural": "Catch {{amount_0}} Machop", + "quest_title_quest_catch_special38_plural": "Catch {{amount_0}} Vulpix", + "quest_title_quest_catch_special39_plural": "Catch {{amount_0}} Dratini", + "quest_title_quest_catch_special40_plural": "Catch {{amount_0}} Abra", + "quest_title_quest_catch_special41_plural": "Catch {{amount_0}} Spheal", + "quest_title_quest_catch_special42_plural": "Catch {{amount_0}} Weedle", + "quest_title_quest_catch_special43_plural": "Catch {{amount_0}} Starly", + "quest_title_quest_catch_special44_plural": "Catch {{amount_0}} Seedot", + "quest_title_quest_catch_special45_plural": "Catch {{amount_0}} Grimer", + "quest_title_quest_catch_special46_plural": "Catch {{amount_0}} Porygon", + "quest_title_quest_catch_staryu_plural": "Catch {{amount_0}} Staryu", + "quest_title_quest_catch_stufful_pinap_plural": "Use {{amount_0}} Pinap Berries to help catch Pokémon", + "quest_title_quest_catch_stufful_pinap_singular": "Use a Pinap Berry to help catch a Pokémon", + "quest_title_quest_catch_stufful_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", + "quest_title_quest_catch_stufful_razz_singular": "Use a Razz Berry to help catch a Pokémon", + "quest_title_quest_catch_transform_pokemon_plural": "Catch {{amount_0}} of the Transform Pokémon", + "quest_title_quest_catch_trubbish_plural": "Catch {{amount_0}} Trubbish", + "quest_title_quest_catch_type_bug_plural": "Catch {{amount_0}} Bug-type Pokémon", + "quest_title_quest_catch_type_bug_plural_unique": "Catch {{amount_0}} different species of Bug-type Pokémon", + "quest_title_quest_catch_type_bug_singular": "Catch a Bug-type Pokémon", + "quest_title_quest_catch_type_buzzwole": "Catch a Pokémon that shares a type with Buzzwole", + "quest_title_quest_catch_type_buzzwole_effective": "Catch a Pokémon of a type that Buzzwole is weak to", + "quest_title_quest_catch_type_buzzwole_plural": "Catch {{amount_0}} Pokémon that share a type with Buzzwole", + "quest_title_quest_catch_type_celesteela_effective": "Catch a Pokémon of a type that Celesteela is weak to", + "quest_title_quest_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", + "quest_title_quest_catch_type_dark_plural_unique": "Catch {{amount_0}} different species of Dark-type Pokémon", + "quest_title_quest_catch_type_dark_singular": "Catch a Dark-type Pokémon", + "quest_title_quest_catch_type_dragon_normal_plural": "Catch {{amount_0}} Normal- or Dragon-type Pokémon", + "quest_title_quest_catch_type_dragon_plural": "Catch {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_catch_type_dragon_plural_unique": "Catch {{amount_0}} different species of Dragon-type Pokémon", + "quest_title_quest_catch_type_dragon_singular": "Catch a Dragon-type Pokémon", + "quest_title_quest_catch_type_electric_flying_plural": "Catch {{amount_0}} Electric- or Flying-type Pokémon", + "quest_title_quest_catch_type_electric_plural": "Catch {{amount_0}} Electric-type Pokémon", + "quest_title_quest_catch_type_electric_plural_unique": "Catch {{amount_0}} different species of Electric-type Pokémon", + "quest_title_quest_catch_type_electric_singular": "Catch an Electric-type Pokémon", + "quest_title_quest_catch_type_fairy_plural": "Catch {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_catch_type_fairy_plural_unique": "Catch {{amount_0}} different species of Fairy-type Pokémon", + "quest_title_quest_catch_type_fairy_singular": "Catch a Fairy-type Pokémon", + "quest_title_quest_catch_type_fighting_plural": "Catch {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_catch_type_fighting_plural_unique": "Catch {{amount_0}} different species of Fighting-type Pokémon", + "quest_title_quest_catch_type_fighting_singular": "Catch a Fighting-type Pokémon", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Catch {{amount_0}} Fire- or Dark-type Pokémon", + "quest_title_quest_catch_type_fire_plural": "Catch {{amount_0}} Fire-type Pokémon", + "quest_title_quest_catch_type_fire_singular": "Catch a Fire-type Pokémon", + "quest_title_quest_catch_type_flying_plural": "Catch {{amount_0}} Flying-type Pokémon", + "quest_title_quest_catch_type_flying_plural_unique": "Catch {{amount_0}} different species of Flying-type Pokémon", + "quest_title_quest_catch_type_flying_singular": "Catch a Flying-type Pokémon", + "quest_title_quest_catch_type_ghost_dark_plural": "Catch {{amount_0}} Ghost- or Dark-type Pokémon", + "quest_title_quest_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_catch_type_ghost_plural_unique": "Catch {{amount_0}} different species of Ghost-type Pokémon", + "quest_title_quest_catch_type_ghost_singular": "Catch a Ghost-type Pokémon", + "quest_title_quest_catch_type_grass_bug_plural": "Catch {{amount_0}} Grass- or Bug-type Pokémon", + "quest_title_quest_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", + "quest_title_quest_catch_type_grass_plural_unique": "Catch {{amount_0}} different species of Grass-type Pokémon", + "quest_title_quest_catch_type_grass_poison_plural": "Catch {{amount_0}} Grass- or Poison-type Pokémon", + "quest_title_quest_catch_type_grass_singular": "Catch a Grass-type Pokémon", + "quest_title_quest_catch_type_ground_plural": "Catch {{amount_0}} Ground-type Pokémon", + "quest_title_quest_catch_type_ground_plural_unique": "Catch {{amount_0}} different species of Ground-type Pokémon", + "quest_title_quest_catch_type_ground_singular": "Catch a Ground-type Pokémon", + "quest_title_quest_catch_type_guzzlord_effective": "Catch a Pokémon of a type that Guzzlord is weak to", + "quest_title_quest_catch_type_ice_grass_plural_unique": "Catch {{amount_0}} Grass- or Ice-type Pokémon", + "quest_title_quest_catch_type_ice_plural": "Catch {{amount_0}} Ice-type Pokémon", + "quest_title_quest_catch_type_ice_plural_unique": "Catch {{amount_0}} different species of Ice-type Pokémon", + "quest_title_quest_catch_type_ice_singular": "Catch an Ice-type Pokémon", + "quest_title_quest_catch_type_kartana_effective": "Catch a Pokémon of a type that Kartana is weak to", + "quest_title_quest_catch_type_nihilego": "Catch a Pokémon that shares a type with Nihilego", + "quest_title_quest_catch_type_nihilego_effective": "Catch a Pokémon of a type that Nihilego is weak to", + "quest_title_quest_catch_type_nihilego_plural": "Catch {{amount_0}} Pokémon that share a type with Nihilego", + "quest_title_quest_catch_type_normal_plural": "Catch {{amount_0}} Normal-type Pokémon", + "quest_title_quest_catch_type_normal_plural_unique": "Catch {{amount_0}} different species of Normal-type Pokémon", + "quest_title_quest_catch_type_normal_singular": "Catch a Normal-type Pokémon", + "quest_title_quest_catch_type_pheremosa_effective": "Catch a Pokémon of a type that Pheromosa is weak to", + "quest_title_quest_catch_type_pheromosa": "Catch a Pokémon that shares a type with Pheromosa", + "quest_title_quest_catch_type_pheromosa_plural": "Catch {{amount_0}} Pokémon that share a type with Pheromosa", + "quest_title_quest_catch_type_poison_plural": "Catch {{amount_0}} Poison-type Pokémon", + "quest_title_quest_catch_type_poison_plural_unique": "Catch {{amount_0}} different species of Poison-type Pokémon", + "quest_title_quest_catch_type_poison_singular": "Catch a Poison-type Pokémon", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "Catch {{amount_0}} Psychic- or Fighting-type Pokémon", + "quest_title_quest_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_catch_type_psychic_plural_unique": "Catch {{amount_0}} different species of Psychic-type Pokémon", + "quest_title_quest_catch_type_psychic_singular": "Catch a Psychic-type Pokémon", + "quest_title_quest_catch_type_rock_plural": "Catch {{amount_0}} Rock-type Pokémon", + "quest_title_quest_catch_type_rock_plural_unique": "Catch {{amount_0}} different species of Rock-type Pokémon", + "quest_title_quest_catch_type_rock_singular": "Catch a Rock-type Pokémon", + "quest_title_quest_catch_type_shaymin": "Catch a Pokémon that shares a type with Shaymin", + "quest_title_quest_catch_type_shaymin_plural": "Catch {{amount_0}} Pokémon that share a type with Shaymin", + "quest_title_quest_catch_type_steel_plural": "Catch {{amount_0}} Steel-type Pokémon", + "quest_title_quest_catch_type_steel_plural_unique": "Catch {{amount_0}} different species of Steel-type Pokémon", + "quest_title_quest_catch_type_steel_singular": "Catch a Steel-type Pokémon", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Catch {{amount_0}} Fire-, Water-, or Electric-type Pokémon", + "quest_title_quest_catch_type_water_flying_plural": "Catch {{amount_0}} Water- or Flying-type Pokémon", + "quest_title_quest_catch_type_water_ground_plural": "Catch {{amount_0}} Water- or Ground-type Pokémon", + "quest_title_quest_catch_type_water_plural": "Catch {{amount_0}} Water-type Pokémon", + "quest_title_quest_catch_type_water_plural_unique": "Catch {{amount_0}} different species of Water-type Pokémon", + "quest_title_quest_catch_type_water_singular": "Catch a Water-type Pokémon", + "quest_title_quest_catch_type_xurkitree": "Catch a Pokémon that shares a type with Xurkitree", + "quest_title_quest_catch_type_xurkitree_effective": "Catch a Pokémon of a type that Xurkitree is weak to", + "quest_title_quest_catch_type_xurkitree_plural": "Catch {{amount_0}} Pokémon that share a type with Xurkitree", + "quest_title_quest_catch_types_rainy_plural": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_types_rainy_singular": "Catch a Water-, Electric-, or Bug-type Pokémon", + "quest_title_quest_catch_types_snowy_plural": "Catch {{amount_0}} Ice- or Steel-type Pokémon", + "quest_title_quest_catch_types_snowy_singular": "Catch an Ice- or Steel-type Pokémon", + "quest_title_quest_catch_types_sunny_plural": "Catch {{amount_0}} Grass-, Fire-, or Ground-type Pokémon", + "quest_title_quest_catch_types_sunny_singular": "Catch a Grass-, Fire-, or Ground-type Pokémon", + "quest_title_quest_catch_types_windy_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", + "quest_title_quest_catch_types_windy_singular": "Catch a Flying-, Psychic-, or Dragon-type Pokémon", + "quest_title_quest_catch_weather_boost_plural": "Catch {{amount_0}} Pokémon with Weather Boost", + "quest_title_quest_catch_weather_boost_singular": "Catch a Pokémon with Weather Boost", + "quest_title_quest_catch_whismur": "Catch {{amount_0}} Whismur", + "quest_title_quest_challenge_party_power_plural": "Use Party Power {{amount_0}} times in Raid Battles", + "quest_title_quest_challenge_party_power_singular": "Use Party Power in a Raid Battle", + "quest_title_quest_change_form_furfrou": "Change a Furfrou’s trim", + "quest_title_quest_change_form_plural": "Change the form of {{amount_0}} Pokémon", + "quest_title_quest_change_form_singular": "Change the form of a Pokémon", + "quest_title_quest_chansey_catch_b": "Catch {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_plural": "Evolve {{amount_0}} Chansey", + "quest_title_quest_chansey_evolve_b_singular": "Evolve a Chansey", + "quest_title_quest_chansey_snapshot_b": "Take a snapshot of {{amount_0}} Chansey", + "quest_title_quest_charge_attack_party_plural": "Use {{amount_0}} Charged Attacks while in a party", + "quest_title_quest_charge_attack_party_singular": "Use a Charged Attack while in a party", + "quest_title_quest_charged_attack_plural": "Use {{amount_0}} Charged Attacks", + "quest_title_quest_charjabug_evolve_b": "Evolve {{amount_0}} Charjabug", + "quest_title_quest_chart_catch_b": "Catch {{amount_0}} Charmander", + "quest_title_quest_chart_catch_s1": "Catch {{amount_0}} Charmeleon", + "quest_title_quest_chart_evolve_b": "Evolve {{amount_0}} Charmander", + "quest_title_quest_chart_evolve_s1": "Evolve {{amount_0}} Charmeleon", + "quest_title_quest_chespin_catch_b": "Catch {{amount_0}} Chespin", + "quest_title_quest_chespin_evolve_b": "Evolve {{amount_0}} Chespin", + "quest_title_quest_chespin_snapshot_b": "Take a snapshot of {{amount_0}} Chespin", + "quest_title_quest_crocalor_evolve_b": "Evolve a Crocalor", + "quest_title_quest_cyndaquil_catch_b": "Catch {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_plural": "Evolve {{amount_0}} Cyndaquil", + "quest_title_quest_cyndaquil_evolve_b_singular": "Evolve a Cyndaquil", + "quest_title_quest_dartrix_evolve_b_plural": "Evolve {{amount_0}} Dartrix", + "quest_title_quest_dartrix_evolve_b_singular": "Evolve {{amount_0}} Dartrix", + "quest_title_quest_dec2021_catch_b": "Catch {{amount_0}} Pokémon featured during 2021’s Community Days", + "quest_title_quest_dec2022_catch_b": "Catch {{amount_0}} Pokémon featured during December Community Day 2022", + "quest_title_quest_dec2023_catch_b": "Catch {{amount_0}} Pokémon featured during 2023 Community Days", + "quest_title_quest_defeat_jessie_james_plural": "Defeat Jessie or James {{amount_0}} times", + "quest_title_quest_defeat_rocket": "Defeat {{amount_0}} Team GO Rocket members", + "quest_title_quest_defeat_rocket_leader_2500": "Defeat {{amount_0}} Team GO Rocket Leaders with Pokémon at or below 2,500 CP", + "quest_title_quest_defeat_rocket_singular": "Defeat a Team GO Rocket member", + "quest_title_quest_deino_catch": "Catch {{amount_0}} Deino", + "quest_title_quest_deino_evolve_a": "Evolve {{amount_0}} Deino", + "quest_title_quest_deino_evolve_b": "Evolve {{amount_0}} Deino or Zweilous", + "quest_title_quest_deino_snap": "Take {{amount_0}} snapshots of Deino", + "quest_title_quest_dragonair_evolve_b": "Evolve {{amount_0}} Dragonair", + "quest_title_quest_dratini_cdc_catch_b": "Catch {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_evolve_b": "Evolve {{amount_0}} Dratini", + "quest_title_quest_dratini_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Dratini", + "quest_title_quest_drizzle_evolve": "Evolve a Drizzile", + "quest_title_quest_dude_catch": "Catch {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_a": "Evolve {{amount_0}} Geodude", + "quest_title_quest_dude_evolve_b": "Evolve {{amount_0}} Graveler", + "quest_title_quest_dude_snap": "Take {{amount_0}} snapshots of Geodude", + "quest_title_quest_duskt_catch_b": "Catch {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_b": "Evolve {{amount_0}} Duskull", + "quest_title_quest_duskt_evolve_s1": "Evolve {{amount_0}} Dusclops", + "quest_title_quest_earn_buddy_ribbon_plural": "Earn {{amount_0}} Best Buddy Ribbons with your Pokémon", + "quest_title_quest_eelektrik_evolve_b_plural": "Evolve {{amount_0}} Eelektrik", + "quest_title_quest_eelektrik_evolve_b_singular": "Evolve an Eelektrik", + "quest_title_quest_eevee_evolve_plural": "Evolve Eevee into each of its unique Evolutions", + "quest_title_quest_eevet_catch_b": "Catch {{amount_0}} Eevee", + "quest_title_quest_eevet_evolve_b": "Evolve {{amount_0}} Eevee", + "quest_title_quest_elect_catch_b": "Catch {{amount_0}} Electabuzz", + "quest_title_quest_elect_evolve_b": "Evolve {{amount_0}} Electabuzz", + "quest_title_quest_elite_raid_victory_plural": "Win {{amount_0}} Elite Raids", + "quest_title_quest_elite_raid_victory_singular": "Win an Elite Raid", + "quest_title_quest_elite4_a": "Defeat the GO Tour Elite Four: Mesa Trainer", + "quest_title_quest_elite4_b": "Defeat the GO Tour Elite Four: Cave Trainer", + "quest_title_quest_elite4_c": "Defeat the GO Tour Elite Four: Ocean Trainer", + "quest_title_quest_elite4_d": "Defeat the GO Tour Elite Four: Savannah Trainer", + "quest_title_quest_elrd22_april16_battle": "Exeggcute Research: Battle in a Gym", + "quest_title_quest_elrd22_april16_berries": "Exeggcute Research: Use three Berries to help catch Pokemon", + "quest_title_quest_elrd22_april16_catch_grass": "Exeggcute Research: Catch three Grass-type Pokémon", + "quest_title_quest_elrd22_april16_charged_move": "Exeggcute Research: Use a Super Effective Charged Move", + "quest_title_quest_elrd22_april16_curve": "Exeggcute Research: Make five Curveball Throws", + "quest_title_quest_elrd22_april16_evolve_grass": "Exeggcute Research: Evolve two Grass-type Pokémon", + "quest_title_quest_elrd22_april16_gifts_stickers": "Exeggcute Research: Send two Gifts and add a sticker to each", + "quest_title_quest_elrd22_april16_great": "Exeggcute Research: Make three Great Throws", + "quest_title_quest_elrd22_april16_great_row": "Exeggcute Research: Make two Great Throws in a row", + "quest_title_quest_elrd22_april16_nice": "Exeggcute Research: Make five Nice Throws", + "quest_title_quest_elrd22_april16_nice_row": "Exeggcute Research: Make three Nice Throws in a row", + "quest_title_quest_elrd22_april16_raid": "Exeggcute Research: Battle in a Raid", + "quest_title_quest_elrd22_april16_spin": "Exeggcute Research: Spin two PokéStops", + "quest_title_quest_elrd22_april16_weather_easy": "Exeggcute Research: Catch three Pokémon with Weather Boost", + "quest_title_quest_elrd22_april16_weather_hard": "Exeggcute Research: Catch five Pokémon with Weather Boost", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Exeggcute Research: Take a snapshot of a wild Grass-type Pokémon", + "quest_title_quest_equinox19_catch_medium_pkmn": "Catch {{amount_0}} Bulbasaur or Chikorita", + "quest_title_quest_equinox19_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", + "quest_title_quest_equinox19_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Evolve {{amount_0}} Grass-type Pokémon", + "quest_title_quest_event_eevee_snapshot_barcelona": "Take a snapshot of your Eevee in Barcelona", + "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", + "quest_title_quest_event_eevee_snapshot_mexico_city": "Take a snapshot of your Eevee in Mexico City", + "quest_title_quest_event_eevee_snapshot_seoul": "Take a snapshot of your Eevee in Seoul", + "quest_title_quest_event_eevee_snapshot_tainan": "Take a snapshot of your Eevee in Tainan", + "quest_title_quest_event_leave_behind_spin": "Spin 10 PokéStops or Gyms you haven’t visited before", + "quest_title_quest_event_leave_behind_spin_safari_city": "Spin any Eevee Explorer PokéStop", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Spin {{amount_0}} Eevee Explorer PokéStops you haven’t spun yet", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Spin an Eevee Explorer PokéStop you haven’t spun yet", + "quest_title_quest_event_spin_barcelona": "Spin a PokéStop or Gym in Barcelona", + "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", + "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", + "quest_title_quest_event_spin_mexico_city": "Spin a PokéStop or Gym in Mexico City", + "quest_title_quest_event_spin_seoul": "Spin a PokéStop or Gym in Seoul", + "quest_title_quest_event_spin_tainan": "Spin a PokéStop or Gym in Tainan", + "quest_title_quest_evolve_abra_singular": "Evolve one Abra", + "quest_title_quest_evolve_aipom_singular": "Evolve one Aipom", + "quest_title_quest_evolve_amaura_singular": "Evolve one Amaura", + "quest_title_quest_evolve_anorith_singular": "Evolve one Anorith", + "quest_title_quest_evolve_archen_singular": "Evolve one Archen", + "quest_title_quest_evolve_aron_singular": "Evolve one Aron", + "quest_title_quest_evolve_axew_singular": "Evolve one Axew", + "quest_title_quest_evolve_azurill_singular": "Evolve one Azurill", + "quest_title_quest_evolve_bagon_singular": "Evolve one Bagon", + "quest_title_quest_evolve_baltoy_singular": "Evolve one Baltoy", + "quest_title_quest_evolve_barboach_singular": "Evolve one Barboach", + "quest_title_quest_evolve_bayleef": "Evolve your Bayleef", + "quest_title_quest_evolve_bayleef_singular": "Evolve one Bayleef", + "quest_title_quest_evolve_beldum_singular": "Evolve one Beldum", + "quest_title_quest_evolve_bellsprout_singular": "Evolve one Bellsprout", + "quest_title_quest_evolve_bergmite_singular": "Evolve one Bergmite", + "quest_title_quest_evolve_bidoof_singular": "Evolve one Bidoof", + "quest_title_quest_evolve_binacle_singular": "Evolve one Binacle", + "quest_title_quest_evolve_blitzle_singular": "Evolve one Blitzle", + "quest_title_quest_evolve_boldore_singular": "Evolve one Boldore", + "quest_title_quest_evolve_bonsly_singular": "Evolve one Bonsly", + "quest_title_quest_evolve_braixen_singular": "Evolve one Braixen", + "quest_title_quest_evolve_bronzor_singular": "Evolve one Bronzor", + "quest_title_quest_evolve_budew_singular": "Evolve one Budew", + "quest_title_quest_evolve_buizel_singular": "Evolve one Buizel", + "quest_title_quest_evolve_bulbasaur": "Evolve a Bulbasaur", + "quest_title_quest_evolve_bulbasaur_singular": "Evolve one Bulbasaur", + "quest_title_quest_evolve_buneary_singular": "Evolve one Buneary", + "quest_title_quest_evolve_bunnelby_singular": "Evolve one Bunnelby", + "quest_title_quest_evolve_burmy_singular": "Evolve one Burmy", + "quest_title_quest_evolve_cacnea_singular": "Evolve one Cacnea", + "quest_title_quest_evolve_carvanha_singular": "Evolve one Carvanha", + "quest_title_quest_evolve_cascoon_singular": "Evolve one Cascoon", + "quest_title_quest_evolve_caterpie_singular": "Evolve one Caterpie", + "quest_title_quest_evolve_chansey_singular": "Evolve one Chansey", + "quest_title_quest_evolve_charmander": "Evolve a Charmander", + "quest_title_quest_evolve_charmander_singular": "Evolve one Charmander", + "quest_title_quest_evolve_charmeleon_singular": "Evolve one Charmeleon", + "quest_title_quest_evolve_cherubi_singular": "Evolve one Cherubi", + "quest_title_quest_evolve_chespin_singular": "Evolve one Chespin", + "quest_title_quest_evolve_chikorita": "Evolve your Chikorita", + "quest_title_quest_evolve_chikorita_singular": "Evolve one Chikorita", + "quest_title_quest_evolve_chimchar_singular": "Evolve one Chimchar", + "quest_title_quest_evolve_chinchou_singular": "Evolve one Chinchou", + "quest_title_quest_evolve_chingling_singular": "Evolve one Chingling", + "quest_title_quest_evolve_clamperl_singular": "Evolve one Clamperl", + "quest_title_quest_evolve_clauncher_singular": "Evolve one Clauncher", + "quest_title_quest_evolve_clefairy_singular": "Evolve one Clefairy", + "quest_title_quest_evolve_cleffa_singular": "Evolve one Cleffa", + "quest_title_quest_evolve_combee_singular": "Evolve one Combee", + "quest_title_quest_evolve_combusken_singular": "Evolve one Combusken", + "quest_title_quest_evolve_corphish_singular": "Evolve one Corphish", + "quest_title_quest_evolve_cosmoem_singular": "Evolve a Cosmoem", + "quest_title_quest_evolve_cosmog_singular": "Evolve a Cosmog", + "quest_title_quest_evolve_cottonee_singular": "Evolve one Cottonee", + "quest_title_quest_evolve_cranidos_singular": "Evolve one Cranidos", + "quest_title_quest_evolve_croagunk_singular": "Evolve one Croagunk", + "quest_title_quest_evolve_croconaw": "Evolve your Croconaw", + "quest_title_quest_evolve_croconaw_singular": "Evolve one Croconaw", + "quest_title_quest_evolve_cubchoo_singular": "Evolve one Cubchoo", + "quest_title_quest_evolve_cubone_singular": "Evolve one Cubone", + "quest_title_quest_evolve_cyndaquil": "Evolve your Cyndaquil", + "quest_title_quest_evolve_cyndaquil_singular": "Evolve one Cyndaquil", + "quest_title_quest_evolve_dark_type_singular": "Evolve a Dark-type Pokémon", + "quest_title_quest_evolve_darumaka_singular": "Evolve one Darumaka", + "quest_title_quest_evolve_deerling_singular": "Evolve one Deerling", + "quest_title_quest_evolve_deino_singular": "Evolve one Deino", + "quest_title_quest_evolve_dewott_singular": "Evolve one Dewott", + "quest_title_quest_evolve_diglett_singular": "Evolve one Diglett", + "quest_title_quest_evolve_doduo_singular": "Evolve one Doduo", + "quest_title_quest_evolve_doublade_singular": "Evolve one Doublade", + "quest_title_quest_evolve_dragonair_singular": "Evolve one Dragonair", + "quest_title_quest_evolve_dratini_singular": "Evolve one Dratini", + "quest_title_quest_evolve_drifloon_singular": "Evolve one Drifloon", + "quest_title_quest_evolve_drilbur_singular": "Evolve one Drilbur", + "quest_title_quest_evolve_drowzee_singular": "Evolve one Drowzee", + "quest_title_quest_evolve_ducklett_singular": "Evolve one Ducklett", + "quest_title_quest_evolve_duosion_singular": "Evolve one Duosion", + "quest_title_quest_evolve_durant_singular": "Evolve one Durant", + "quest_title_quest_evolve_dusclops_singular": "Evolve one Dusclops", + "quest_title_quest_evolve_duskull_singular": "Evolve one Duskull", + "quest_title_quest_evolve_dwebble_singular": "Evolve one Dwebble", + "quest_title_quest_evolve_eelektrik_singular": "Evolve one Eelektrik", + "quest_title_quest_evolve_eevee_singular": "Evolve one Eevee", + "quest_title_quest_evolve_eevee_types_plural": "Evolve {{amount_0}} Electric-, Water-, or Fire-type Pokémon", + "quest_title_quest_evolve_eevee_types_singular": "Evolve an Electric-, Water-, or Fire-type Pokémon", + "quest_title_quest_evolve_ekans_singular": "Evolve one Ekans", + "quest_title_quest_evolve_electabuzz_singular": "Evolve one Electabuzz", + "quest_title_quest_evolve_electrike_singular": "Evolve one Electrike", + "quest_title_quest_evolve_elekid_singular": "Evolve one Elekid", + "quest_title_quest_evolve_elgyem_singular": "Evolve one Elgyem", + "quest_title_quest_evolve_espeon": "Evolve Eevee into Espeon during the day", + "quest_title_quest_evolve_espurr_singular": "Evolve one Espurr", + "quest_title_quest_evolve_evolved_grass_singular": "Evolve an evolved Grass-type Pokémon", + "quest_title_quest_evolve_exeggcute_singular": "Evolve one Exeggcute", + "quest_title_quest_evolve_farfetch'd_singular": "Evolve one Farfetch'd", + "quest_title_quest_evolve_feebas_singular": "Evolve one Feebas", + "quest_title_quest_evolve_fennekin_singular": "Evolve one Fennekin", + "quest_title_quest_evolve_ferroseed_singular": "Evolve one Ferroseed", + "quest_title_quest_evolve_finneon_singular": "Evolve one Finneon", + "quest_title_quest_evolve_flaaffy_singular": "Evolve one Flaaffy", + "quest_title_quest_evolve_flabébé_singular": "Evolve one Flabébé", + "quest_title_quest_evolve_fletchinder_singular": "Evolve one Fletchinder", + "quest_title_quest_evolve_fletchling_singular": "Evolve one Fletchling", + "quest_title_quest_evolve_floette_singular": "Evolve one Floette", + "quest_title_quest_evolve_foongus_singular": "Evolve one Foongus", + "quest_title_quest_evolve_fraxure_singular": "Evolve one Fraxure", + "quest_title_quest_evolve_frillish_singular": "Evolve one Frillish", + "quest_title_quest_evolve_froakie_singular": "Evolve one Froakie", + "quest_title_quest_evolve_frogadier_singular": "Evolve one Frogadier", + "quest_title_quest_evolve_gabite_singular": "Evolve one Gabite", + "quest_title_quest_evolve_gastly_singular": "Evolve one Gastly", + "quest_title_quest_evolve_geodude_singular": "Evolve one Geodude", + "quest_title_quest_evolve_gible_singular": "Evolve one Gible", + "quest_title_quest_evolve_glalie_singular": "Evolve one Glalie", + "quest_title_quest_evolve_glameow_singular": "Evolve one Glameow", + "quest_title_quest_evolve_gligar_singular": "Evolve one Gligar", + "quest_title_quest_evolve_gloom_singular": "Evolve one Gloom", + "quest_title_quest_evolve_golbat_singular": "Evolve one Golbat", + "quest_title_quest_evolve_goldeen_singular": "Evolve one Goldeen", + "quest_title_quest_evolve_golett_singular": "Evolve one Golett", + "quest_title_quest_evolve_goomy_singular": "Evolve one Goomy", + "quest_title_quest_evolve_gothita_singular": "Evolve one Gothita", + "quest_title_quest_evolve_gothorita_singular": "Evolve one Gothorita", + "quest_title_quest_evolve_graveler_singular": "Evolve one Graveler", + "quest_title_quest_evolve_grimer_singular": "Evolve one Grimer", + "quest_title_quest_evolve_grotle_singular": "Evolve one Grotle", + "quest_title_quest_evolve_ground_plural": "Evolve {{amount_0}} Ground-type Pokémon", + "quest_title_quest_evolve_grovyle_singular": "Evolve one Grovyle", + "quest_title_quest_evolve_growlithe_singular": "Evolve one Growlithe", + "quest_title_quest_evolve_gulpin_singular": "Evolve one Gulpin", + "quest_title_quest_evolve_gurdurr_singular": "Evolve one Gurdurr", + "quest_title_quest_evolve_happiny_singular": "Evolve one Happiny", + "quest_title_quest_evolve_haunter_singular": "Evolve one Haunter", + "quest_title_quest_evolve_heatmor_singular": "Evolve one Heatmor", + "quest_title_quest_evolve_helioptile_singular": "Evolve one Helioptile", + "quest_title_quest_evolve_herdier_singular": "Evolve one Herdier", + "quest_title_quest_evolve_hippopotas_singular": "Evolve one Hippopotas", + "quest_title_quest_evolve_honedge_singular": "Evolve one Honedge", + "quest_title_quest_evolve_hoothoot_singular": "Evolve one Hoothoot", + "quest_title_quest_evolve_hoppip_singular": "Evolve one Hoppip", + "quest_title_quest_evolve_horsea_singular": "Evolve one Horsea", + "quest_title_quest_evolve_houndour_singular": "Evolve one Houndour", + "quest_title_quest_evolve_igglybuff_singular": "Evolve one Igglybuff", + "quest_title_quest_evolve_illumise_singular": "Evolve one Illumise", + "quest_title_quest_evolve_inkay_singular": "Evolve one Inkay", + "quest_title_quest_evolve_items_plural": "Use items to evolve Pokémon {{amount_0}} times", + "quest_title_quest_evolve_items_singular": "Use an item to evolve a Pokémon", + "quest_title_quest_evolve_ivysaur_singular": "Evolve one Ivysaur", + "quest_title_quest_evolve_jigglypuff_singular": "Evolve one Jigglypuff", + "quest_title_quest_evolve_joltik_singular": "Evolve one Joltik", + "quest_title_quest_evolve_kabuto_singular": "Evolve one Kabuto", + "quest_title_quest_evolve_kadabra_singular": "Evolve one Kadabra", + "quest_title_quest_evolve_kakuna_singular": "Evolve one Kakuna", + "quest_title_quest_evolve_karrablast_singular": "Evolve one Karrablast", + "quest_title_quest_evolve_kirlia_singular": "Evolve one Kirlia", + "quest_title_quest_evolve_klang_singular": "Evolve one Klang", + "quest_title_quest_evolve_klink_singular": "Evolve one Klink", + "quest_title_quest_evolve_koffing_singular": "Evolve one Koffing", + "quest_title_quest_evolve_krabby_singular": "Evolve one Krabby", + "quest_title_quest_evolve_kricketot_singular": "Evolve one Kricketot", + "quest_title_quest_evolve_krokorok_singular": "Evolve one Krokorok", + "quest_title_quest_evolve_lairon_singular": "Evolve one Lairon", + "quest_title_quest_evolve_lampent_singular": "Evolve one Lampent", + "quest_title_quest_evolve_larvesta_singular": "Evolve one Larvesta", + "quest_title_quest_evolve_larvitar_singular": "Evolve one Larvitar", + "quest_title_quest_evolve_ledyba_singular": "Evolve one Ledyba", + "quest_title_quest_evolve_lickitung_singular": "Evolve one Lickitung", + "quest_title_quest_evolve_lileep_singular": "Evolve one Lileep", + "quest_title_quest_evolve_lillipup_singular": "Evolve one Lillipup", + "quest_title_quest_evolve_linoone_singular": "Evolve {{amount_0}} Galarian Linoone", + "quest_title_quest_evolve_litleo_singular": "Evolve one Litleo", + "quest_title_quest_evolve_litwick_singular": "Evolve one Litwick", + "quest_title_quest_evolve_lombre_singular": "Evolve one Lombre", + "quest_title_quest_evolve_lotad_singular": "Evolve one Lotad", + "quest_title_quest_evolve_loudred_singular": "Evolve one Loudred", + "quest_title_quest_evolve_luxio_singular": "Evolve one Luxio", + "quest_title_quest_evolve_machoke_singular": "Evolve one Machoke", + "quest_title_quest_evolve_machop_singular": "Evolve one Machop", + "quest_title_quest_evolve_magby_singular": "Evolve one Magby", + "quest_title_quest_evolve_magikarp_singular": "Evolve one Magikarp", + "quest_title_quest_evolve_magmar_singular": "Evolve one Magmar", + "quest_title_quest_evolve_magnemite_singular": "Evolve one Magnemite", + "quest_title_quest_evolve_makuhita_singular": "Evolve one Makuhita", + "quest_title_quest_evolve_mankey_singular": "Evolve one Mankey", + "quest_title_quest_evolve_mantyke_singular": "Evolve one Mantyke", + "quest_title_quest_evolve_mareep_singular": "Evolve one Mareep", + "quest_title_quest_evolve_marill_singular": "Evolve one Marill", + "quest_title_quest_evolve_marshtomp_singular": "Evolve one Marshtomp", + "quest_title_quest_evolve_meditite_singular": "Evolve one Meditite", + "quest_title_quest_evolve_meowth_singular": "Evolve one Meowth", + "quest_title_quest_evolve_metang_singular": "Evolve one Metang", + "quest_title_quest_evolve_metapod_singular": "Evolve one Metapod", + "quest_title_quest_evolve_mienfoo_singular": "Evolve one Mienfoo", + "quest_title_quest_evolve_mime jr._singular": "Evolve one Mime Jr.", + "quest_title_quest_evolve_minccino_singular": "Evolve one Minccino", + "quest_title_quest_evolve_misdreavus_singular": "Evolve one Misdreavus", + "quest_title_quest_evolve_monferno_singular": "Evolve one Monferno", + "quest_title_quest_evolve_mr. mime_singular": "Evolve one Mr. Mime", + "quest_title_quest_evolve_mudkip_singular": "Evolve one Mudkip", + "quest_title_quest_evolve_munchlax_singular": "Evolve one Munchlax", + "quest_title_quest_evolve_munna_singular": "Evolve one Munna", + "quest_title_quest_evolve_murkrow_singular": "Evolve one Murkrow", + "quest_title_quest_evolve_natu_singular": "Evolve one Natu", + "quest_title_quest_evolve_nidoranfemale_singular": "Evolve one Nidoran♀", + "quest_title_quest_evolve_nidoranmale_singular": "Evolve one Nidoran♂", + "quest_title_quest_evolve_nidorina_singular": "Evolve one Nidorina", + "quest_title_quest_evolve_nidorino_singular": "Evolve one Nidorino", + "quest_title_quest_evolve_nincada_singular": "Evolve one Nincada", + "quest_title_quest_evolve_noibat_singular": "Evolve one Noibat", + "quest_title_quest_evolve_nosepass_singular": "Evolve one Nosepass", + "quest_title_quest_evolve_numel_singular": "Evolve one Numel", + "quest_title_quest_evolve_nuzleaf_singular": "Evolve one Nuzleaf", + "quest_title_quest_evolve_oddish_singular": "Evolve one Oddish", + "quest_title_quest_evolve_omanyte_singular": "Evolve one Omanyte", + "quest_title_quest_evolve_onix_singular": "Evolve one Onix", + "quest_title_quest_evolve_oshawott_singular": "Evolve one Oshawott", + "quest_title_quest_evolve_palpitoad_singular": "Evolve one Palpitoad", + "quest_title_quest_evolve_pancham_singular": "Evolve one Pancham", + "quest_title_quest_evolve_panpour_singular": "Evolve one Panpour", + "quest_title_quest_evolve_pansage_singular": "Evolve one Pansage", + "quest_title_quest_evolve_pansear_singular": "Evolve one Pansear", + "quest_title_quest_evolve_paras_singular": "Evolve one Paras", + "quest_title_quest_evolve_patrat_singular": "Evolve one Patrat", + "quest_title_quest_evolve_pawniard_singular": "Evolve one Pawniard", + "quest_title_quest_evolve_petilil_singular": "Evolve one Petilil", + "quest_title_quest_evolve_phanpy_singular": "Evolve one Phanpy", + "quest_title_quest_evolve_phantump_singular": "Evolve one Phantump", + "quest_title_quest_evolve_pichu_singular": "Evolve one Pichu", + "quest_title_quest_evolve_pidgeotto_singular": "Evolve one Pidgeotto", + "quest_title_quest_evolve_pidgey_singular": "Evolve one Pidgey", + "quest_title_quest_evolve_pidove_singular": "Evolve one Pidove", + "quest_title_quest_evolve_pignite_singular": "Evolve one Pignite", + "quest_title_quest_evolve_pikachu_singular": "Evolve one Pikachu", + "quest_title_quest_evolve_piloswine_plural": "Evolve {{amount_0}} Piloswine", + "quest_title_quest_evolve_piloswine_singular": "Evolve one Piloswine", + "quest_title_quest_evolve_pineco_singular": "Evolve one Pineco", + "quest_title_quest_evolve_piplup_singular": "Evolve one Piplup", + "quest_title_quest_evolve_plural": "Evolve {{amount_0}} Pokémon", + "quest_title_quest_evolve_poison_type_singular": "Evolve a Poison-type Pokémon", + "quest_title_quest_evolve_poliwag_singular": "Evolve one Poliwag", + "quest_title_quest_evolve_poliwhirl_singular": "Evolve one Poliwhirl", + "quest_title_quest_evolve_ponyta_singular": "Evolve one Ponyta", + "quest_title_quest_evolve_poochyena_singular": "Evolve one Poochyena", + "quest_title_quest_evolve_porygon2_singular": "Evolve one Porygon2", + "quest_title_quest_evolve_prinplup_singular": "Evolve one Prinplup", + "quest_title_quest_evolve_psyduck_singular": "Evolve one Psyduck", + "quest_title_quest_evolve_pumpkaboo_singular": "Evolve one Pumpkaboo", + "quest_title_quest_evolve_pupitar_singular": "Evolve one Pupitar", + "quest_title_quest_evolve_purrloin_singular": "Evolve one Purrloin", + "quest_title_quest_evolve_quilava": "Evolve your Quilava", + "quest_title_quest_evolve_quilava_singular": "Evolve one Quilava", + "quest_title_quest_evolve_quilladin_singular": "Evolve one Quilladin", + "quest_title_quest_evolve_qwilfish_singular": "Evolve one Qwilfish", + "quest_title_quest_evolve_ralts_singular": "Evolve one Ralts", + "quest_title_quest_evolve_rattata_singular": "Evolve one Rattata", + "quest_title_quest_evolve_remoraid_singular": "Evolve one Remoraid", + "quest_title_quest_evolve_rhydon_singular": "Evolve one Rhydon", + "quest_title_quest_evolve_rhyhorn_singular": "Evolve one Rhyhorn", + "quest_title_quest_evolve_riolu_singular": "Evolve one Riolu", + "quest_title_quest_evolve_roggenrola_singular": "Evolve one Roggenrola", + "quest_title_quest_evolve_roselia_singular": "Evolve one Roselia", + "quest_title_quest_evolve_rufflet_singular": "Evolve one Rufflet", + "quest_title_quest_evolve_sandile_singular": "Evolve one Sandile", + "quest_title_quest_evolve_sandshrew_singular": "Evolve one Sandshrew", + "quest_title_quest_evolve_sb_singular": "Evolve a Snubbull", + "quest_title_quest_evolve_scatterbug_singular": "Evolve one Scatterbug", + "quest_title_quest_evolve_scraggy_singular": "Evolve one Scraggy", + "quest_title_quest_evolve_scyther_singular": "Evolve one Scyther", + "quest_title_quest_evolve_seadra_singular": "Evolve one Seadra", + "quest_title_quest_evolve_sealeo_singular": "Evolve one Sealeo", + "quest_title_quest_evolve_seedot_singular": "Evolve one Seedot", + "quest_title_quest_evolve_seel_singular": "Evolve one Seel", + "quest_title_quest_evolve_sentret_singular": "Evolve one Sentret", + "quest_title_quest_evolve_servine_singular": "Evolve one Servine", + "quest_title_quest_evolve_sewaddle_singular": "Evolve one Sewaddle", + "quest_title_quest_evolve_shelgon_singular": "Evolve one Shelgon", + "quest_title_quest_evolve_shellder_singular": "Evolve one Shellder", + "quest_title_quest_evolve_shellos_singular": "Evolve one Shellos", + "quest_title_quest_evolve_shelmet_singular": "Evolve one Shelmet", + "quest_title_quest_evolve_shieldon_singular": "Evolve one Shieldon", + "quest_title_quest_evolve_shinx_singular": "Evolve one Shinx", + "quest_title_quest_evolve_shroomish_singular": "Evolve one Shroomish", + "quest_title_quest_evolve_shuckle_singular": "Evolve one Shuckle", + "quest_title_quest_evolve_shuppet_singular": "Evolve one Shuppet", + "quest_title_quest_evolve_silcoon_singular": "Evolve one Silcoon", + "quest_title_quest_evolve_singular": "Evolve a Pokémon", + "quest_title_quest_evolve_skiddo_singular": "Evolve one Skiddo", + "quest_title_quest_evolve_skiploom_singular": "Evolve one Skiploom", + "quest_title_quest_evolve_skitty_singular": "Evolve one Skitty", + "quest_title_quest_evolve_skorupi_singular": "Evolve one Skorupi", + "quest_title_quest_evolve_skrelp_singular": "Evolve one Skrelp", + "quest_title_quest_evolve_slakoth_singular": "Evolve one Slakoth", + "quest_title_quest_evolve_sliggoo_singular": "Evolve one Sliggoo", + "quest_title_quest_evolve_slowpoke_plural": "Evolve {{amount_0}} Slowpoke", + "quest_title_quest_evolve_slowpoke_singular": "Evolve one Slowpoke", + "quest_title_quest_evolve_slugma_singular": "Evolve one Slugma", + "quest_title_quest_evolve_smoochum_singular": "Evolve one Smoochum", + "quest_title_quest_evolve_sneasel_singular": "Evolve a Sneasel", + "quest_title_quest_evolve_snivy_singular": "Evolve one Snivy", + "quest_title_quest_evolve_snorunt_singular": "Evolve one Snorunt", + "quest_title_quest_evolve_snover_singular": "Evolve one Snover", + "quest_title_quest_evolve_snubbull_singular": "Evolve one Snubbull", + "quest_title_quest_evolve_solosis_singular": "Evolve one Solosis", + "quest_title_quest_evolve_spearow_singular": "Evolve one Spearow", + "quest_title_quest_evolve_special_drowzee": "Evolve a Drowzee", + "quest_title_quest_evolve_special_feebas_singular": "Evolve a Feebas", + "quest_title_quest_evolve_special_galarian_mrmime": "Evolve a Galarian Mr. Mime", + "quest_title_quest_evolve_special_galarian_slowpoke": "Evolve a Galarian Slowpoke", + "quest_title_quest_evolve_special_grimer": "Evolve a Grimer", + "quest_title_quest_evolve_special_magnemite": "Evolve a Magnemite", + "quest_title_quest_evolve_special_scyther": "Evolve a Scyther", + "quest_title_quest_evolve_special0_singular": "Evolve a Magikarp", + "quest_title_quest_evolve_special1_plural": "Evolve {{amount_0}} Pidgey", + "quest_title_quest_evolve_special1_singular": "Evolve a Horsea", + "quest_title_quest_evolve_special2_singular": "Evolve a Meowth", + "quest_title_quest_evolve_spewpa_singular": "Evolve one Spewpa", + "quest_title_quest_evolve_spheal_singular": "Evolve one Spheal", + "quest_title_quest_evolve_spinarak_singular": "Evolve one Spinarak", + "quest_title_quest_evolve_spoink_singular": "Evolve one Spoink", + "quest_title_quest_evolve_spritzee_singular": "Evolve one Spritzee", + "quest_title_quest_evolve_squirtle_singular": "Evolve one Squirtle", + "quest_title_quest_evolve_staravia_singular": "Evolve one Staravia", + "quest_title_quest_evolve_starly_singular": "Evolve one Starly", + "quest_title_quest_evolve_staryu_singular": "Evolve one Staryu", + "quest_title_quest_evolve_steelix_singular": "Evolve one Steelix", + "quest_title_quest_evolve_stunky_singular": "Evolve one Stunky", + "quest_title_quest_evolve_sunkern_singular": "Evolve one Sunkern", + "quest_title_quest_evolve_sunstone_singular": "Use a Sun Stone to evolve Gloom or Sunkern", + "quest_title_quest_evolve_surskit_singular": "Evolve one Surskit", + "quest_title_quest_evolve_swablu_singular": "Evolve one Swablu", + "quest_title_quest_evolve_swadloon_singular": "Evolve one Swadloon", + "quest_title_quest_evolve_swinub_singular": "Evolve one Swinub", + "quest_title_quest_evolve_swirlix_singular": "Evolve one Swirlix", + "quest_title_quest_evolve_taillow_singular": "Evolve one Taillow", + "quest_title_quest_evolve_tangela_singular": "Evolve one Tangela", + "quest_title_quest_evolve_teddiursa_singular": "Evolve one Teddiursa", + "quest_title_quest_evolve_tentacool_singular": "Evolve one Tentacool", + "quest_title_quest_evolve_tepig_singular": "Evolve one Tepig", + "quest_title_quest_evolve_timburr_singular": "Evolve one Timburr", + "quest_title_quest_evolve_tirtouga_singular": "Evolve one Tirtouga", + "quest_title_quest_evolve_togepi_singular": "Evolve one Togepi", + "quest_title_quest_evolve_togetic_singular": "Evolve one Togetic", + "quest_title_quest_evolve_torchic_singular": "Evolve one Torchic", + "quest_title_quest_evolve_totodile": "Evolve your Totodile", + "quest_title_quest_evolve_totodile_singular": "Evolve one Totodile", + "quest_title_quest_evolve_tranquill_singular": "Evolve one Tranquill", + "quest_title_quest_evolve_trapinch_singular": "Evolve one Trapinch", + "quest_title_quest_evolve_treecko_singular": "Evolve one Treecko", + "quest_title_quest_evolve_trubbish_singular": "Evolve one Trubbish", + "quest_title_quest_evolve_turtwig_singular": "Evolve one Turtwig", + "quest_title_quest_evolve_tympole_singular": "Evolve one Tympole", + "quest_title_quest_evolve_tynamo_singular": "Evolve one Tynamo", + "quest_title_quest_evolve_type_dark_plural": "Evolve {{amount_0}} Dark-type Pokémon", + "quest_title_quest_evolve_type_dragon_plural": "Evolve {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_evolve_type_dragon_singular": "Evolve a Dragon-type Pokémon", + "quest_title_quest_evolve_type_electric_plural": "Evolve {{amount_0}} Electric-type Pokémon", + "quest_title_quest_evolve_type_electric_singular": "Evolve an Electric-type Pokémon", + "quest_title_quest_evolve_type_fairy_plural": "Evolve {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_evolve_type_fairy_singular": "Evolve a Fairy-type Pokémon", + "quest_title_quest_evolve_type_fire_plural": "Evolve {{amount_0}} Fire-type Pokémon", + "quest_title_quest_evolve_type_fire_singular": "Evolve a Fire-type Pokémon", + "quest_title_quest_evolve_type_flying_plural": "Evolve {{amount_0}} Flying-type Pokémon", + "quest_title_quest_evolve_type_flying_singular": "Evolve a Flying-type Pokémon", + "quest_title_quest_evolve_type_ghost_plural": "Evolve {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_evolve_type_ghost_single": "Evolve a Ghost-type Pokémon", + "quest_title_quest_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", + "quest_title_quest_evolve_type_grass_singular": "Evolve a Grass-type Pokémon", + "quest_title_quest_evolve_type_ice_plural": "Evolve {{amount_0}} Ice-type Pokémon", + "quest_title_quest_evolve_type_ice_singular": "Evolve an Ice-type Pokémon", + "quest_title_quest_evolve_type_poison_plural": "Evolve {{amount_0}} Poison-type Pokémon", + "quest_title_quest_evolve_type_psychic_plural": "Evolve {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_evolve_type_psychic_singular": "Evolve a Psychic-type Pokémon", + "quest_title_quest_evolve_type_rock_plural": "Evolve {{amount_0}} Rock-type Pokémon", + "quest_title_quest_evolve_type_steel_plural": "Evolve {{amount_0}} Steel-type Pokémon", + "quest_title_quest_evolve_type_water_plural": "Evolve {{amount_0}} Water-type Pokémon", + "quest_title_quest_evolve_type_water_singular": "Evolve a Water-type Pokémon", + "quest_title_quest_evolve_tyrogue_singular": "Evolve one Tyrogue", + "quest_title_quest_evolve_tyrunt_singular": "Evolve one Tyrunt", + "quest_title_quest_evolve_umbreon": "Evolve Eevee into Umbreon at night", + "quest_title_quest_evolve_vanillish_singular": "Evolve one Vanillish", + "quest_title_quest_evolve_vanillite_singular": "Evolve one Vanillite", + "quest_title_quest_evolve_venipede_singular": "Evolve one Venipede", + "quest_title_quest_evolve_venonat_singular": "Evolve one Venonat", + "quest_title_quest_evolve_vibrava_singular": "Evolve one Vibrava", + "quest_title_quest_evolve_vigoroth_singular": "Evolve one Vigoroth", + "quest_title_quest_evolve_volbeat_singular": "Evolve one Volbeat", + "quest_title_quest_evolve_voltorb_singular": "Evolve one Voltorb", + "quest_title_quest_evolve_vullaby_singular": "Evolve one Vullaby", + "quest_title_quest_evolve_vulpix_singular": "Evolve one Vulpix", + "quest_title_quest_evolve_wailmer_singular": "Evolve one Wailmer", + "quest_title_quest_evolve_wartortle_singular": "Evolve one Wartortle", + "quest_title_quest_evolve_weedle_singular": "Evolve one Weedle", + "quest_title_quest_evolve_weepinbell_singular": "Evolve one Weepinbell", + "quest_title_quest_evolve_whirlipede_singular": "Evolve one Whirlipede", + "quest_title_quest_evolve_whismur_singular": "Evolve one Whismur", + "quest_title_quest_evolve_wingull_singular": "Evolve one Wingull", + "quest_title_quest_evolve_woobat_singular": "Evolve one Woobat", + "quest_title_quest_evolve_wooper_singular": "Evolve one Wooper", + "quest_title_quest_evolve_wurmple_singular": "Evolve one Wurmple", + "quest_title_quest_evolve_wynaut_singular": "Evolve one Wynaut", + "quest_title_quest_evolve_yamask_singular": "Evolve one Yamask", + "quest_title_quest_evolve_yanma_singular": "Evolve one Yanma", + "quest_title_quest_evolve_zigzagoon_singular": "Evolve one Zigzagoon", + "quest_title_quest_evolve_zorua_singular": "Evolve one Zorua", + "quest_title_quest_evolve_zubat_singular": "Evolve one Zubat", + "quest_title_quest_evolve_zweilous_singular": "Evolve one Zweilous", + "quest_title_quest_explore_buddy": "Earn a Candy exploring with your buddy", + "quest_title_quest_explore_buddy_carbink": "Earn a Candy exploring with Carbink as your buddy", + "quest_title_quest_explore_buddy_plural": "Earn {{amount_0}} Candies exploring with your buddy", + "quest_title_quest_explore_buddy_routes_plural": "Earn {{amount_0}} Candies while exploring Routes with your buddy", + "quest_title_quest_explore_buddy_routes_singular": "Earn a Candy while exploring Routes with your buddy", + "quest_title_quest_explore_km": "Explore {{amount_0}} km", + "quest_title_quest_explore_km_party": "Explore {{amount_0}} km while in a party", + "quest_title_quest_febresearchday_battle_gym_singular": "Clamperl Research: Battle in a Gym", + "quest_title_quest_febresearchday_battle_raid_singular": "Clamperl Research: Battle in a raid", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Clamperl Research: Use a supereffective Charged Attack in a Gym battle", + "quest_title_quest_febresearchday_catch_feed_plural": "Clamperl Research: Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_febresearchday_catch_special1_singular": "Clamperl Research: Catch a Magikarp or Wailmer", + "quest_title_quest_febresearchday_catch_special2_singular": "Clamperl Research: Catch a Psyduck or Krabby", + "quest_title_quest_febresearchday_catch_type_water_plural": "Clamperl Research: Catch {{amount_0}} Water-type Pokémon", + "quest_title_quest_febresearchday_evolve_type_water_plural": "Clamperl Research: Evolve {{amount_0}} Water-type Pokémon", + "quest_title_quest_febresearchday_land_curveball_plural": "Clamperl Research: Make {{amount_0}} Curveball Throws", + "quest_title_quest_febresearchday_land_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws", + "quest_title_quest_febresearchday_land_inarow_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws in a row", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws in a row", + "quest_title_quest_febresearchday_land_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws", + "quest_title_quest_febresearchday_visit_pokestops_plural": "Clamperl Research: Spin {{amount_0}} PokéStops", + "quest_title_quest_feed_buddy_multiple": "Feed your buddy {{amount_0}} times", + "quest_title_quest_feed_buddy_singular": "Feed your buddy", + "quest_title_quest_feed_goldenrazz_plural": "Use {{amount_0}} Golden Razz Berries to help catch Pokémon", + "quest_title_quest_feed_nanab_plural": "Use {{amount_0}} Nanab Berries while catching Pokémon", + "quest_title_quest_feed_pinaps_plural": "Use {{amount_0}} Pinap Berries while catching Pokémon", + "quest_title_quest_feed_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", + "quest_title_quest_fennekin_catch_b": "Catch {{amount_0}} Fennekin", + "quest_title_quest_fennekin_evolve_b": "Evolve {{amount_0}} Fennekin", + "quest_title_quest_fennekin_snapshot_b": "Take a snapshot of {{amount_0}} Fennekin", + "quest_title_quest_field_research_plural": "Complete {{amount_0}} Field Research tasks", + "quest_title_quest_field_research_singular": "Complete a Field Research task", + "quest_title_quest_fight_type_bug_plural": "Defeat {{amount_0}} Bug-type Pokémon", + "quest_title_quest_fight_type_dark_plural": "Defeat {{amount_0}} Dark-type Pokémon", + "quest_title_quest_fight_type_dark_steel_plural": "Defeat {{amount_0}} Dark- or Steel-type Pokémon", + "quest_title_quest_fight_type_dragon_plural": "Defeat {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_fight_type_electric_plural": "Defeat {{amount_0}} Electric-type Pokémon", + "quest_title_quest_fight_type_fairy_plural": "Defeat {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_fight_type_fighting_plural": "Defeat {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_fight_type_fire_plural": "Defeat {{amount_0}} Fire-type Pokémon", + "quest_title_quest_fight_type_flying_plural": "Defeat {{amount_0}} Flying-type Pokémon", + "quest_title_quest_fight_type_ghost_fighting_plural": "Defeat {{amount_0}} Fighting- or Ghost-type Pokémon", + "quest_title_quest_fight_type_ghost_plural": "Defeat {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_fight_type_ghost_psychic_plural": "Defeat {{amount_0}} Psychic- or Ghost-type Pokémon", + "quest_title_quest_fight_type_grass_plural": "Defeat {{amount_0}} Grass-type Pokémon", + "quest_title_quest_fight_type_ground_plural": "Defeat {{amount_0}} Ground-type Pokémon", + "quest_title_quest_fight_type_ice_plural": "Defeat {{amount_0}} Ice-type Pokémon", + "quest_title_quest_fight_type_normal_plural": "Defeat {{amount_0}} Normal-type Pokémon", + "quest_title_quest_fight_type_normal_psychic_plural": "Defeat {{amount_0}} Normal- or Psychic-type Pokémon", + "quest_title_quest_fight_type_poison_plural": "Defeat {{amount_0}} Poison-type Pokémon", + "quest_title_quest_fight_type_psychic_plural": "Defeat {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_fight_type_rock_plural": "Defeat {{amount_0}} Rock-type Pokémon", + "quest_title_quest_fight_type_steel_plural": "Defeat {{amount_0}} Steel-type Pokémon", + "quest_title_quest_fight_type_water_plural": "Defeat {{amount_0}} Water-type Pokémon", + "quest_title_quest_first_catch_of_the_day": "First Catch of the Day", + "quest_title_quest_first_pokestop_of_the_day": "First PokéStop of the Day", + "quest_title_quest_flaaffy_evolve_b": "Evolve {{amount_0}} Flaaffy", + "quest_title_quest_flett_catch_b": "Catch {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_b": "Evolve {{amount_0}} Fletchling", + "quest_title_quest_flett_evolve_s1": "Evolve {{amount_0}} Fletchinder", + "quest_title_quest_floragato_evolve_b": "Evolve a Floragato", + "quest_title_quest_fraxure_evolve_b": "Evolve {{amount_0}} Fraxure", + "quest_title_quest_froakie_catch_b": "Catch {{amount_0}} Froakie", + "quest_title_quest_froakie_evolve_b": "Evolve {{amount_0}} Froakie", + "quest_title_quest_froakie_snapshot_b": "Take a snapshot of {{amount_0}} Froakie", + "quest_title_quest_frogadier_evolve_b": "Evolve {{amount_0}} Frogadier", + "quest_title_quest_fuecoco_evolve_b": "Evolve a Fuecoco", + "quest_title_quest_fuse_necrozma": "Fuse Necrozma", + "quest_title_quest_gbl_rank": "Achieve rank {{amount_0}} in the GO Battle League", + "quest_title_quest_gbl_rank_fifteen": "Achieve rank 15 in the GO Battle League", + "quest_title_quest_gbl_rank_five": "Achieve rank 5 in the GO Battle League", + "quest_title_quest_gbl_rank_ten": "Achieve rank 10 in the GO Battle League", + "quest_title_quest_gbl_rank_twenty": "Achieve rank 20 in the GO Battle League", + "quest_title_quest_get_cell_singular": "Find a Zygarde Cell", + "quest_title_quest_giblt_catch_b": "Catch {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_b": "Evolve {{amount_0}} Gible", + "quest_title_quest_giblt_evolve_s1": "Evolve {{amount_0}} Gabite", + "quest_title_quest_gift_open_plural": "Open {{amount_0}} Gifts", + "quest_title_quest_gift_open_singular": "Open a Gift", + "quest_title_quest_go_for_a_spin_00": "Find and spin Spinda PokéStop 1 of 8", + "quest_title_quest_go_for_a_spin_01": "Find and spin Spinda PokéStop 2 of 8", + "quest_title_quest_go_for_a_spin_02": "Find and spin Spinda PokéStop 3 of 8", + "quest_title_quest_go_for_a_spin_03": "Find and spin Spinda PokéStop 4 of 8", + "quest_title_quest_go_for_a_spin_04": "Find and spin Spinda PokéStop 5 of 8", + "quest_title_quest_go_for_a_spin_05": "Find and spin Spinda PokéStop 6 of 8", + "quest_title_quest_go_for_a_spin_06": "Find and spin Spinda PokéStop 7 of 8", + "quest_title_quest_go_for_a_spin_07": "Find and spin Spinda PokéStop 8 of 8", + "quest_title_quest_go_tour_snapshot_habitat_01": "Take a snapshot of your buddy in the Blistering Sands habitat", + "quest_title_quest_go_tour_snapshot_habitat_02": "Take a snapshot of your buddy in the Eerie Mists habitat", + "quest_title_quest_go_tour_snapshot_habitat_03": "Take a snapshot of your buddy in the Verdant Earth habitat", + "quest_title_quest_go_tour_snapshot_habitat_04": "Take a snapshot of your buddy in the Ancient Shores habitat", + "quest_title_quest_gold_hoenn_dex": "Earn a gold Hoenn medal", + "quest_title_quest_gold_medal_plural": "Earn {{amount_0}} gold medals", + "quest_title_quest_gold_medal_plural_five": "Earn 5 gold medals", + "quest_title_quest_gold_medal_singular": "Earn a gold medal", + "quest_title_quest_goomy_catch_b": "Catch {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_plural": "Evolve {{amount_0}} Goomy", + "quest_title_quest_goomy_evolve_b_singular": "Evolve a Goomy", + "quest_title_quest_grookey_evolve": "Evolve a Grookey", + "quest_title_quest_grubbin_catch_b": "Catch {{amount_0}} Grubbin", + "quest_title_quest_grubbin_evolve_b": "Evolve {{amount_0}} Grubbin", + "quest_title_quest_grubbin_snapshot_b": "Take a snapshot of {{amount_0}} Grubbin", + "quest_title_quest_gt_catch_b": "Catch {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_b": "Evolve {{amount_0}} Gastly", + "quest_title_quest_gt_evolve_s1": "Evolve {{amount_0}} Haunter", + "quest_title_quest_gulpin_catch": "Catch {{amount_0}} Gulpin", + "quest_title_quest_gurdurr_evolve_b": "Evolve {{amount_0}} Gurdurr", + "quest_title_quest_hallo19_catch_specific_plural": "Catch {{amount_0}} Poochyena or Houndour", + "quest_title_quest_hallo19_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", + "quest_title_quest_hallo19_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_hallo19_evolve_plural": "Evolve {{amount_0}} Duskull or Shuppet", + "quest_title_quest_hallo19_transfer_plural": "Transfer {{amount_0}} Pokémon", + "quest_title_quest_hatch_egg_plural": "Hatch {{amount_0}} Eggs", + "quest_title_quest_hatch_egg_routes_plural": "Hatch {{amount_0}} Eggs while following Routes", + "quest_title_quest_hatch_egg_routes_singular": "Hatch an Egg while following a Route", + "quest_title_quest_hatch_egg_singular": "Hatch an Egg", + "quest_title_quest_hoenn_celebration_research": "Hoenn Celebration Research", + "quest_title_quest_hoenn19_catch_specific_plural": "Hoenn Celebration: Catch {{amount_0}} Zigzagoon or Taillow", + "quest_title_quest_hoenn19_evolve_specific_plural": "Hoenn Celebration: Evolve {{amount_0}} Wurmple", + "quest_title_quest_hoenn19_hatch_eggs": "Hoenn Celebration: Hatch {{amount_0}} Eggs", + "quest_title_quest_hoppt_catch_b": "Catch {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_b": "Evolve {{amount_0}} Hoppip", + "quest_title_quest_hoppt_evolve_s1": "Evolve {{amount_0}} Skiploom", + "quest_title_quest_incense_or_dai_plural": "Use {{amount_0}} Incense or Daily Adventure Incense", + "quest_title_quest_incense_or_dai_singular": "Use an Incense or Daily Adventure Incense", + "quest_title_quest_incense_plural": "Use {{amount_0}} Incense", + "quest_title_quest_incense_routes_plural": "Use {{amount_0}} Incense while following Routes", + "quest_title_quest_incense_routes_singular": "Use an Incense while following a Route", + "quest_title_quest_incense_singular": "Use an Incense", + "quest_title_quest_jan19rsd_buddywalk_singular": "Feebas Research: Earn 1 Buddy Candy", + "quest_title_quest_jan19rsd_hatch_egg_singular": "Feebas Research: Hatch 1 Egg", + "quest_title_quest_jan19rsd_land_great_plural": "Feebas Research: Make {{amount_0}} Great Throws", + "quest_title_quest_jan19rsd_land_nice_plural": "Feebas Research: Make {{amount_0}} Nice Throws", + "quest_title_quest_johtofestival_catch_special17_plural": "Johto Festival: Catch {{amount_0}} Sunkern", + "quest_title_quest_johtofestival_catch_type_water_plural": "Johto Festival: Catch {{amount_0}} Water Pokémon", + "quest_title_quest_johtofestival_evolve_plural": "Johto Festival: Evolve {{amount_0}} Sunkern or Natu", + "quest_title_quest_johtofestival_land_excellent_plural": "Johto Festival: Make {{amount_0}} Excellent Throws", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Johto Festival: Make {{amount_0}} Great Curveball Throws in a row", + "quest_title_quest_johtofestival_win_raid_singular": "Johto Festival: Win a raid", + "quest_title_quest_kanto_green_bellsprout": "GO Tour: Catch Bellsprout", + "quest_title_quest_kanto_green_meowth": "GO Tour: Catch Meowth", + "quest_title_quest_kanto_green_sandshrew": "GO Tour: Catch Sandshrew", + "quest_title_quest_kanto_green_vulpix": "GO Tour: Catch Vulpix", + "quest_title_quest_kanto_hatch_plural": "GO Tour Kanto: Hatch {{amount_0}} Eggs", + "quest_title_quest_kanto_hatch_singular": "GO Tour Kanto: Hatch an Egg", + "quest_title_quest_kanto_npc_plural": "GO Tour Kanto: Defeat {{amount_0}} GO Tour Challengers", + "quest_title_quest_kanto_npc_singular": "GO Tour Kanto: Defeat a GO Tour Challenger", + "quest_title_quest_kanto_red_ekans": "GO Tour: Catch Ekans", + "quest_title_quest_kanto_red_growlithe": "GO Tour: Catch Growlithe", + "quest_title_quest_kanto_red_mankey": "GO Tour: Catch Mankey", + "quest_title_quest_kanto_red_oddish": "GO Tour: Catch Oddish", + "quest_title_quest_kecleon_catch": "Catch {{amount_0}} Kecleon", + "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "Make {{amount_0}} Curveball Throws on Ghost-type Pokémon", + "quest_title_quest_land_curveball_plural": "Make {{amount_0}} Curveball Throws", + "quest_title_quest_land_curveball_singular": "Make a Curveball Throw", + "quest_title_quest_land_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws", + "quest_title_quest_land_excellent_curveball_singular": "Make an Excellent Curveball Throw", + "quest_title_quest_land_excellent_plural": "Make {{amount_0}} Excellent Throws", + "quest_title_quest_land_excellent_singular": "Make an Excellent Throw", + "quest_title_quest_land_great_curve_inarow_type_ghost": "Make {{amount_0}} Great Curveball Throws in a row on Ghost-type Pokémon", + "quest_title_quest_land_great_curve_type_ghost": "Make {{amount_0}} Great Curveball Throws on Ghost-type Pokémon", + "quest_title_quest_land_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws", + "quest_title_quest_land_great_curveball_singular": "Make a Great Curveball Throw", + "quest_title_quest_land_great_plural": "Make {{amount_0}} Great Throws", + "quest_title_quest_land_great_singular": "Make a Great Throw", + "quest_title_quest_land_great_type_ghost": "Make {{amount_0}} Great Throws on Ghost-type Pokémon", + "quest_title_quest_land_inarow_curveball_plural": "Make {{amount_0}} Curveball Throws in a row", + "quest_title_quest_land_inarow_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws in a row", + "quest_title_quest_land_inarow_excellent_plural": "Make {{amount_0}} Excellent Throws in a row", + "quest_title_quest_land_inarow_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws in a row", + "quest_title_quest_land_inarow_great_plural": "Make {{amount_0}} Great Throws in a row", + "quest_title_quest_land_inarow_nice_curveball_plural": "Make {{amount_0}} Nice Curveball Throws in a row", + "quest_title_quest_land_inarow_nice_plural": "Make {{amount_0}} Nice Throws in a row", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "Make {{amount_0}} Nice Curveball Throws in a row on Ghost-type Pokémon", + "quest_title_quest_land_nice_curve_plural": "Make {{amount_0}} Nice Curveball Throws", + "quest_title_quest_land_nice_curve_singular": "Make a Nice Curveball Throw", + "quest_title_quest_land_nice_curve_type_ghost": "Make {{amount_0}} Nice Curveball Throws on Ghost-type Pokémon", + "quest_title_quest_land_nice_electric_plural": "Catch {{amount_0}} Electric-type Pokémon with Nice Throws", + "quest_title_quest_land_nice_plural": "Make {{amount_0}} Nice Throws", + "quest_title_quest_land_nice_singular": "Make a Nice Throw", + "quest_title_quest_land_nice_type_ghost": "Make {{amount_0}} Nice Throws on Ghost-type Pokémon", + "quest_title_quest_larvitar_cdc_evolve_b": "Evolve {{amount_0}} Larvitar", + "quest_title_quest_larvitar_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Larvitar", + "quest_title_quest_latias_wild_snap": "Take a snapshot of Latias in the wild", + "quest_title_quest_latios_wild_snap": "Take a snapshot of Latios in the wild", + "quest_title_quest_litten_catch_b": "Catch {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_plural": "Evolve {{amount_0}} Litten", + "quest_title_quest_litten_evolve_b_singular": "Evolve a Litten", + "quest_title_quest_litten_snapshot_b": "Take a Snapshot of {{amount_0}} Litten", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "Challenge a nearby Trainer by scanning their Battle Code.", + "quest_title_quest_lucky_plural": "Obtain {{amount_0}} Lucky Pokémon in trades", + "quest_title_quest_lucky_singular": "Obtain a Lucky Pokémon in a trade", + "quest_title_quest_lunar19_friends_trade_plural": "Trade {{amount_0}} Pokémon with a friend", + "quest_title_quest_macht_catch_b": "Catch {{amount_0}} Machop", + "quest_title_quest_macht_evolve_b": "Evolve {{amount_0}} Machop", + "quest_title_quest_macht_evolve_s1": "Evolve {{amount_0}} Machoke", + "quest_title_quest_magit_catch_b": "Catch {{amount_0}} Magikarp", + "quest_title_quest_magit_evolve_b": "Evolve {{amount_0}} Magikarp", + "quest_title_quest_magmt_catch_b": "Catch {{amount_0}} Magmar", + "quest_title_quest_magmt_evolve_b": "Evolve {{amount_0}} Magmar", + "quest_title_quest_mareep_catch_b": "Catch {{amount_0}} Mareep", + "quest_title_quest_mareep_evolve_b": "Evolve {{amount_0}} Mareep", + "quest_title_quest_mareep_snapshot_b": "Take a snapshot of {{amount_0}} Mareep", + "quest_title_quest_mega_evo_primal_rev_plural": "Activate Primal Reversion or Mega Evolve a Pokémon {{amount_0}} times", + "quest_title_quest_mega_evo_primal_rev_singular": "Activate Primal Reversion or Mega Evolve a Pokémon", + "quest_title_quest_mega_evolve_beedrill": "Mega Evolve a Beedrill", + "quest_title_quest_mega_evolve_blastoise": "Mega Evolve a Blastoise", + "quest_title_quest_mega_evolve_charizard": "Mega Evolve a Charizard", + "quest_title_quest_mega_evolve_diancie": "Mega Evolve Diancie", + "quest_title_quest_mega_evolve_plural": "Mega Evolve {{amount_0}} Pokémon", + "quest_title_quest_mega_evolve_rayquaza": "Mega Evolve Rayquaza", + "quest_title_quest_mega_evolve_singular": "Mega Evolve a Pokémon", + "quest_title_quest_mega_evolve_venusaur": "Mega Evolve a Venusaur", + "quest_title_quest_mega_join_raid_plural": "Battle in {{amount_0}} Mega Raids", + "quest_title_quest_mega_join_raid_singular": "Battle in a Mega Raid", + "quest_title_quest_mega_win_raid_plural": "Win {{amount_0}} Mega Raids", + "quest_title_quest_mega_win_raid_singular": "Win a Mega Raid", + "quest_title_quest_mesprit_wild_snap": "Take a snapshot of Mesprit in the wild", + "quest_title_quest_metang_evolve_b_singular": "Evolve a Metang", + "quest_title_quest_more_reseach_coming_soon": "More research requests will be coming soon!", + "quest_title_quest_mudkt_catch_b": "Catch {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_b": "Evolve {{amount_0}} Mudkip", + "quest_title_quest_mudkt_evolve_s1": "Evolve {{amount_0}} Marshtomp", + "quest_title_quest_new_friends_plural": "Make {{amount_0}} new friends", + "quest_title_quest_new_friends_singular": "Make a new friend", + "quest_title_quest_noibat_catch_b": "Catch {{amount_0}} Noibat", + "quest_title_quest_noibat_evolve_b": "Evolve {{amount_0}} Noibat", + "quest_title_quest_noibat_snapshot_b": "Take a snapshot of {{amount_0}} Noibat", + "quest_title_quest_oshat_catch_b": "Catch {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_b": "Evolve {{amount_0}} Oshawott", + "quest_title_quest_oshat_evolve_s1": "Evolve a Dewott", + "quest_title_quest_party_catch_electric_type_plural": "Catch {{amount_0}} Electric-type Pokémon while in a party", + "quest_title_quest_party_catch_electric_type_singular": "Catch a Electric-type Pokémon while in a party", + "quest_title_quest_party_catch_fire_type_plural": "Catch {{amount_0}} Fire-type Pokémon while in a party", + "quest_title_quest_party_catch_fire_type_singular": "Catch a Fire-type Pokémon while in a party", + "quest_title_quest_party_catch_normal_type_plural": "Catch {{amount_0}} Normal-type Pokémon while in a party", + "quest_title_quest_party_catch_normal_type_singular": "Catch a Normal-type Pokémon while in a party", + "quest_title_quest_party_catch_water_type_plural": "Catch {{amount_0}} Water-type Pokémon while in a party", + "quest_title_quest_party_catch_water_type_singular": "Catch a Water-type Pokémon while in a party", + "quest_title_quest_party_challenge_plural": "Complete {{amount_0}} Party Challenges", + "quest_title_quest_party_challenge_singular": "Complete a Party Challenge", + "quest_title_quest_platinum_johto_badge": "Earn the platinum Johto medal", + "quest_title_quest_platinum_kanto_badge": "Earn the platinum Kanto medal", + "quest_title_quest_platinum_medal_plural": "Earn {{amount_0}} platinum medals", + "quest_title_quest_platinum_medal_plural_five": "Earn 5 platinum medals", + "quest_title_quest_platinum_medal_plural_forty": "Earn 40 platinum medals", + "quest_title_quest_platinum_medal_plural_ten": "Earn 10 platinum medals", + "quest_title_quest_platinum_medal_plural_twenty": "Earn 20 platinum medals", + "quest_title_quest_platinum_medal_singular": "Earn a platinum medal", + "quest_title_quest_play_buddy_singular": "Play with your buddy", + "quest_title_quest_pokemon_appears": "Pokémon appears!", + "quest_title_quest_poliwag_catch_b": "Catch {{amount_0}} Poliwag", + "quest_title_quest_poliwag_evolve_b": "Evolve {{amount_0}} Poliwag", + "quest_title_quest_poliwag_snapshot_b": "Take {{amount_0}} snapshots of Poliwag", + "quest_title_quest_poliwhirl_evolve_b": "Evolve {{amount_0}} Poliwhirl", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "Catch {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_plural": "Evolve {{amount_0}} Popplio", + "quest_title_quest_popplio_evolve_b_singular": "Evolve a Popplio", + "quest_title_quest_porygon_catch_b": "Catch {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_plural": "Evolve {{amount_0}} Porygon", + "quest_title_quest_porygon_evolve_b_singular": "Evolve a Porygon", + "quest_title_quest_porygon_snapshot_b": "Take a snapshot of {{amount_0}} Porygon", + "quest_title_quest_porygon2_evolve_b_plural": "Evolve {{amount_0}} Porygon2", + "quest_title_quest_porygon2_evolve_b_singular": "Evolve a Porygon2", + "quest_title_quest_poryt_catch_b": "Catch {{amount_0}} Porygon", + "quest_title_quest_poryt_catch_s1": "Catch {{amount_0}} Porygon2", + "quest_title_quest_poryt_evolve_b": "Evolve {{amount_0}} Porygon", + "quest_title_quest_poryt_evolve_s1": "Evolve {{amount_0}} Porygon2", + "quest_title_quest_power_up_dragon_plural": "Power up Dragon-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_fire_ice": "Power up Fire- or Ice-type Pokémon 5 times", + "quest_title_quest_power_up_grass_ghost": "Power up Grass- or Ghost-type Pokémon 5 times", + "quest_title_quest_power_up_legendary_plural": "Power up Legendary or Mythical Pokémon {{amount_0}} times", + "quest_title_quest_power_up_legendary_singular": "Power up a Legendary or Mythical Pokémon", + "quest_title_quest_power_up_max_plural": "Power up {{amount_0}} Pokémon to their max CP", + "quest_title_quest_power_up_max_singular": "Power up a Pokémon to its max CP", + "quest_title_quest_power_up_plural": "Power up Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_bug": "Power up Bug-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_dark": "Power up Dark-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_dragon": "Power up Dragon-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_electric": "Power up Electric-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_fairy": "Power up Fairy-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_fighting": "Power up Fighting-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_fire": "Power up Fire-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_flying": "Power up Flying-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_ghost": "Power up Ghost-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_grass": "Power up Grass-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_ground": "Power up Ground-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_ice": "Power up Ice-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_normal": "Power up Normal-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_poison": "Power up Poison-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_psychic": "Power up Psychic-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_rock": "Power up Rock-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_rock_fairy": "Power up Rock- or Fairy-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_steel": "Power up Steel-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_plural_water": "Power up Water-type Pokémon {{amount_0}} times", + "quest_title_quest_power_up_poison_rock": "Power up Poison- or Rock-type Pokémon 5 times", + "quest_title_quest_power_up_singular": "Power up a Pokémon", + "quest_title_quest_power_up_singular_marshadow": "Power up Marshadow", + "quest_title_quest_power_up_water_normal": "Power up Normal- or Water-type Pokémon 5 times", + "quest_title_quest_primal_raid_victory_groudon": "Win a Primal Groudon raid", + "quest_title_quest_primal_raid_victory_kyogre": "Win a Primal Kyogre raid", + "quest_title_quest_primal_raid_victory_plural": "Win {{amount_0}} Primal Raids", + "quest_title_quest_primal_raid_victory_singular": "Win a Primal Raid", + "quest_title_quest_primal_reversion_plural": "Activate Primal Reversion {{amount_0}} times", + "quest_title_quest_primal_reversion_singular": "Activate Primal Reversion", + "quest_title_quest_primal_surge_candy": "Primal Surge: Earn a Candy walking with your buddy", + "quest_title_quest_primal_surge_catch": "Primal Surge: Catch 10 Pokémon", + "quest_title_quest_primal_surge_hatch": "Primal Surge: Hatch an Egg", + "quest_title_quest_primal_surge_power_ground": "Primal Surge: Power up Ground-type Pokémon 5 times", + "quest_title_quest_primal_surge_power_water": "Primal Surge: Power up Water-type Pokémon 5 times", + "quest_title_quest_primal_surge_raid": "Primal Surge: Win a raid", + "quest_title_quest_psychicspec_catch_abra_plural": "Catch {{amount_0}} Abra or Drowzee", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_psychicspec_evolve_plural": "Evolve {{amount_0}} Exeggcute or Slowpoke", + "quest_title_quest_quaxly_evolve_b": "Evolve a Quaxly", + "quest_title_quest_quaxwell_evolve_b": "Evolve a Quaxwell", + "quest_title_quest_quilava_evolve_b_plural": "Evolve {{amount_0}} Quilava", + "quest_title_quest_quilava_evolve_b_singular": "Evolve a Quilava", + "quest_title_quest_quilladin_evolve_b": "Evolve {{amount_0}} Quilladin", + "quest_title_quest_raboot_evolve": "Evolve a Raboot", + "quest_title_quest_raid_friend_singular": "Raid with a friend", + "quest_title_quest_raid_t5_win": "Win a five-star raid", + "quest_title_quest_raid_with_buddy_plural": "Battle in {{amount_0}} raids with your buddy", + "quest_title_quest_raid_with_buddy_singular": "Battle in a raid with your buddy", + "quest_title_quest_reach_hoenn_gold": "Earn a gold Hoenn medal", + "quest_title_quest_reach_johto_gold": "Earn a gold Johto medal", + "quest_title_quest_reach_kanto_gold": "Earn a gold Kanto medal", + "quest_title_quest_reach_kanto_silver": "Earn a silver Kanto medal", + "quest_title_quest_reach_level": "Reach level {{amount_0}}", + "quest_title_quest_referral_initial_milestone": "Logged in to Pokémon GO", + "quest_title_quest_remove_bonus_challenge_desc": "You’ll receive another task tomorrow.", + "quest_title_quest_reward_desc_1": "Collect stamps to unlock Research Breakthroughs from Professor Willow!", + "quest_title_quest_reward_desc_2": "Next Breakthrough in", + "quest_title_quest_reward_desc_3_plural": "{{amount_0}} more stamps!", + "quest_title_quest_reward_desc_3_singular": "{{amount_0}} more stamp!", + "quest_title_quest_reward_encounter_later": "Later", + "quest_title_quest_reward_encounter_uses_ar": "You must be in AR mode to catch this Pokémon.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "A mysterious Pokémon has appeared!", + "quest_title_quest_reward_start_encounter": "Start Encounter", + "quest_title_quest_rocket_battle_plural": "Battle {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rocket_battle_win_plural": "Defeat {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rocket_battle_win_singular": "Defeat a Team GO Rocket Grunt", + "quest_title_quest_rocket_catch_shadow_singular": "Catch a Shadow Pokémon", + "quest_title_quest_rocket_evolve_plural": "Evolve {{amount_0}} Pokémon", + "quest_title_quest_rocket_leader_battle_win_singular": "Defeat a Team GO Rocket Leader", + "quest_title_quest_rocket_power_up_plural": "Power up Pokémon {{amount_0}} times", + "quest_title_quest_rocket_purify_dark_plural": "Purify {{amount_0}} Dark-type Shadow Pokémon", + "quest_title_quest_rocket_purify_fire_plural": "Purify {{amount_0}} Fire-type Shadow Pokémon", + "quest_title_quest_rocket_purify_plural": "Purify {{amount_0}} Shadow Pokémon", + "quest_title_quest_rocket_purify_type_singular": "Purify a Fire-, Water-, or Grass-type Shadow Pokémon", + "quest_title_quest_rocket_rescue_shadow_plural": "Rescue {{amount_0}} Shadow Pokémon", + "quest_title_quest_rocket_shadow_plural": "Catch {{amount_0}} Shadow Pokémon", + "quest_title_quest_rockethq1_arlo_win": "Defeat Team GO Rocket Leader Arlo", + "quest_title_quest_rockethq1_arlo_win_plural": "Defeat Team GO Rocket Leader Arlo {{amount_0}} times", + "quest_title_quest_rockethq1_battle_boss": "Battle the Team GO Rocket Boss", + "quest_title_quest_rockethq1_catch_legendary_shadow": "Catch a Legendary Shadow Pokémon", + "quest_title_quest_rockethq1_catch_shadow1": "Catch {{amount_0}} Shadow Pokémon", + "quest_title_quest_rockethq1_cliff_win": "Defeat Team GO Rocket Leader Cliff", + "quest_title_quest_rockethq1_cliff_win_plural": "Defeat Team GO Rocket Leader Cliff {{amount_0}} times", + "quest_title_quest_rockethq1_defeat_boss": "Defeat the Team GO Rocket Boss", + "quest_title_quest_rockethq1_find_boss": "Find the Team GO Rocket Boss", + "quest_title_quest_rockethq1_grunt_win1": "Defeat {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rockethq1_grunt_win2": "Defeat {{amount_0}} Team GO Rocket Grunts", + "quest_title_quest_rockethq1_leader_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", + "quest_title_quest_rockethq1_leaders_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", + "quest_title_quest_rockethq1_purify": "Purify {{amount_0}} Shadow Pokémon", + "quest_title_quest_rockethq1_raid_win": "Win {{amount_0}} raids", + "quest_title_quest_rockethq1_sierra_win": "Defeat Team GO Rocket Leader Sierra", + "quest_title_quest_rockethq1_sierra_win_plural": "Defeat Team GO Rocket Leader Sierra {{amount_0}} times", + "quest_title_quest_rockethq1_spin": "Spin {{amount_0}} PokéStops", + "quest_title_quest_rockethq1_spin_row": "Spin a PokéStop {{amount_0}} days in a row", + "quest_title_quest_rockethq1_supereffective": "Use {{amount_0}} supereffective Charged Attacks in Gym battles", + "quest_title_quest_rockethq1_trainerbattle_win": "Win {{amount_0}} Great League Trainer Battles against another Trainer", + "quest_title_quest_roggenrola_catch_b": "Catch {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_evolve_b": "Evolve {{amount_0}} Roggenrola", + "quest_title_quest_roggenrola_snapshot_b": "Take {{amount_0}} snapshots of Roggenrola", + "quest_title_quest_roset_catch_b": "Catch {{amount_0}} Roselia", + "quest_title_quest_roset_evolve_b": "Evolve {{amount_0}} Roselia", + "quest_title_quest_rowlet_catch_b": "Catch {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_plural": "Evolve {{amount_0}} Rowlet", + "quest_title_quest_rowlet_evolve_b_singular": "Evolve {{amount_0}} Rowlet", + "quest_title_quest_rowlet_snapshot_b": "Take a snapshot of {{amount_0}} Rowlet", + "quest_title_quest_sandt_catch_b": "Catch {{amount_0}} Sandshrew", + "quest_title_quest_sandt_evolve_b": "Evolve {{amount_0}} Sandshrew", + "quest_title_quest_scorbunny_evolve": "Evolve a Scorbunny", + "quest_title_quest_send_gifts_daily_row": "Send Gifts {{amount_0}} Days in a Row", + "quest_title_quest_send_gifts_plural": "Send {{amount_0}} Gifts to friends", + "quest_title_quest_send_gifts_singular": "Send a Gift to a friend", + "quest_title_quest_send_gifts_sticker_plural": "Send {{amount_0}} Gifts and add a sticker to each", + "quest_title_quest_send_gifts_sticker_singular": "Send a Gift with a sticker", + "quest_title_quest_shelgon_evolve_b_plural": "Evolve {{amount_0}} Shelgon", + "quest_title_quest_shelgon_evolve_b_singular": "Evolve a Shelgon", + "quest_title_quest_shint_catch_b": "Catch {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_b": "Evolve {{amount_0}} Shinx", + "quest_title_quest_shint_evolve_s1": "Evolve {{amount_0}} Luxio", + "quest_title_quest_sinnoh_evolve_plural": "Evolve {{amount_0}} Pokémon to species originally discovered in the Sinnoh region", + "quest_title_quest_sinnoh_evolve_stone_plural": "Use a Sinnoh Stone to evolve {{amount_0}} Pokémon", + "quest_title_quest_sinnoh_medal_gold": "Earn a gold Sinnoh medal", + "quest_title_quest_sliggoo_evolve_b_plural": "Evolve {{amount_0}} Sliggoo", + "quest_title_quest_sliggoo_evolve_b_singular": "Evolve a Sliggoo", + "quest_title_quest_slowpoke_catch_b": "Catch {{amount_0}} Slowpoke or Galarian Slowpoke", + "quest_title_quest_slowpoke_evolve_b": "Evolve {{amount_0}} Slowpoke or Galarian Slowpoke", + "quest_title_quest_slowpoke_snapshot_b": "Take a snapshot of {{amount_0}} Slowpoke or Galarian Slowpoke", + "quest_title_quest_snapshot_ar_photo_safari": "Take a Snapshot with your Buddy at the PGO Tent", + "quest_title_quest_snapshot_bali": "Take a snapshot in Bali", + "quest_title_quest_snapshot_buddy": "Take a snapshot with your buddy", + "quest_title_quest_snapshot_bulbasaur": "Take a snapshot of Bulbasaur", + "quest_title_quest_snapshot_charmander": "Take a snapshot of Charmander", + "quest_title_quest_snapshot_chikorita": "Take a snapshot of your Chikorita", + "quest_title_quest_snapshot_cyndaquil": "Take a snapshot of your Cyndaquil", + "quest_title_quest_snapshot_genesect": "Take {{amount_0}} snapshots of Genesect", + "quest_title_quest_snapshot_hariyama": "Take a snapshot of your Hariyama", + "quest_title_quest_snapshot_hoopa_singular": "Take a snapshot of Hoopa", + "quest_title_quest_snapshot_jeju": "Take a snapshot on Jeju Island", + "quest_title_quest_snapshot_keldeo": "Take {{amount_0}} snapshots of Keldeo", + "quest_title_quest_snapshot_landorus": "Take a snapshot of Landorus", + "quest_title_quest_snapshot_machamp": "Take a snapshot of your Machamp", + "quest_title_quest_snapshot_okinawa": "Take a snapshot in Okinawa", + "quest_title_quest_snapshot_poison_grass_singular": "Take a snapshot of a wild Poison-type Pokémon", + "quest_title_quest_snapshot_regi_ice": "Take a snapshot of Regice", + "quest_title_quest_snapshot_regi_rock": "Take a snapshot of Regirock", + "quest_title_quest_snapshot_regi_steel": "Take a snapshot of Registeel", + "quest_title_quest_snapshot_scrafty": "Take a snapshot of your Scrafty", + "quest_title_quest_snapshot_singular": "Take a snapshot", + "quest_title_quest_snapshot_storage_bug_unique_plural": "Take snapshots of {{amount_0}} different Bug-type Pokémon that you caught", + "quest_title_quest_snapshot_storage_steel_unique_plural": "Take snapshots of {{amount_0}} different Steel-type Pokémon that you caught", + "quest_title_quest_snapshot_storage_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", + "quest_title_quest_snapshot_surabaya": "Take a snapshot in Surabaya", + "quest_title_quest_snapshot_thundurus": "Take a snapshot of Thundurus", + "quest_title_quest_snapshot_tornadus": "Take a snapshot of Tornadus", + "quest_title_quest_snapshot_totodile": "Take a snapshot of your Totodile", + "quest_title_quest_snapshot_unique_fire_pokemon": "Take snapshots of {{amount_0}} different Fire-type Pokémon", + "quest_title_quest_snapshot_unique_pokemon": "Take snapshots of {{amount_0}} different Pokémon", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Take a snapshot of Shinx, Blitzle, or Furfrou in the wild", + "quest_title_quest_snapshot_wild_bug_plural": "Take {{amount_0}} snapshots of wild Bug-type Pokémon", + "quest_title_quest_snapshot_wild_bug_unique_plural": "Take snapshots of {{amount_0}} different wild Bug-type Pokémon", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Take a snapshot of Butterfree, Shinx, or Blitzle in the wild", + "quest_title_quest_snapshot_wild_dark_plural": "Take {{amount_0}} snapshots of wild Dark-type Pokémon", + "quest_title_quest_snapshot_wild_dark_unique_plural": "Take snapshots of {{amount_0}} different wild Dark-type Pokémon", + "quest_title_quest_snapshot_wild_dragon_plural": "Take {{amount_0}} snapshots of wild Dragon-type Pokémon", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "Take snapshots of {{amount_0}} different wild Dragon-type Pokémon", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Take a snapshot of Chinchou, Finneon, or Ducklett in the wild", + "quest_title_quest_snapshot_wild_eevee": "Take a snapshot of Eevee in the wild", + "quest_title_quest_snapshot_wild_electric_plural": "Take {{amount_0}} snapshots of wild Electric-type Pokémon", + "quest_title_quest_snapshot_wild_electric_unique_plural": "Take snapshots of {{amount_0}} different wild Electric-type Pokémon", + "quest_title_quest_snapshot_wild_entei": "Take a snapshot of Entei in the wild", + "quest_title_quest_snapshot_wild_fairy_plural": "Take {{amount_0}} snapshots of wild Fairy-type Pokémon", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Fairy-type Pokémon", + "quest_title_quest_snapshot_wild_fighting_plural": "Take {{amount_0}} snapshots of wild Fighting-type Pokémon", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "Take snapshots of {{amount_0}} different wild Fighting-type Pokémon", + "quest_title_quest_snapshot_wild_fire_plural": "Take {{amount_0}} snapshots of wild Fire-type Pokémon", + "quest_title_quest_snapshot_wild_fire_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-type Pokémon", + "quest_title_quest_snapshot_wild_flying_plural": "Take {{amount_0}} snapshots of wild Flying-type Pokémon", + "quest_title_quest_snapshot_wild_flying_unique_plural": "Take snapshots of {{amount_0}} different wild Flying-type Pokémon", + "quest_title_quest_snapshot_wild_frillish_absol": "Take a snapshot of Absol or Frillish in the wild", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Take a snapshot of Sandshrew, Geodude, or Cacnea in the wild", + "quest_title_quest_snapshot_wild_ghost_plural": "Take {{amount_0}} snapshots of wild Ghost-type Pokémon", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "Take snapshots of {{amount_0}} different wild Ghost-type Pokémon", + "quest_title_quest_snapshot_wild_grass_plural": "Take {{amount_0}} snapshots of wild Grass-type Pokémon", + "quest_title_quest_snapshot_wild_grass_singular": "Take a snapshot of a wild Grass-type Pokémon", + "quest_title_quest_snapshot_wild_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Grass-type Pokémon", + "quest_title_quest_snapshot_wild_ground_plural": "Take {{amount_0}} snapshots of wild Ground-type Pokémon", + "quest_title_quest_snapshot_wild_ground_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-type Pokémon", + "quest_title_quest_snapshot_wild_hoothoot": "Take a snapshot of Hoothoot in the wild", + "quest_title_quest_snapshot_wild_ice_plural": "Take {{amount_0}} snapshots of wild Ice-type Pokémon", + "quest_title_quest_snapshot_wild_ice_singular": "Take a snapshot of a wild Ice-type Pokémon", + "quest_title_quest_snapshot_wild_ice_unique_plural": "Take snapshots of {{amount_0}} different wild Ice-type Pokémon", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Take a snapshot of Metapod, Aipom, or Lotad in the wild", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Take a snapshot of Chinchou, Luvdisc, or Finneon in the wild", + "quest_title_quest_snapshot_wild_mareanie_singluar": "Take a snapshot of Mareanie in the wild", + "quest_title_quest_snapshot_wild_normal_plural": "Take {{amount_0}} snapshots of wild Normal-type Pokémon", + "quest_title_quest_snapshot_wild_normal_unique_plural": "Take snapshots of {{amount_0}} different wild Normal-type Pokémon", + "quest_title_quest_snapshot_wild_plural": "Take {{amount_0}} snapshots of wild Pokémon", + "quest_title_quest_snapshot_wild_poison_plural": "Take {{amount_0}} snapshots of wild Poison-type Pokémon", + "quest_title_quest_snapshot_wild_poison_unique_plural": "Take snapshots of {{amount_0}} different wild Poison-type Pokémon", + "quest_title_quest_snapshot_wild_psychic_plural": "Take {{amount_0}} snapshots of wild Psychic-type Pokémon", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "Take snapshots of {{amount_0}} different wild Psychic-type Pokémon", + "quest_title_quest_snapshot_wild_raikou": "Take a snapshot of Raikou in the wild", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-, Rock-, or Fairy-type Pokémon", + "quest_title_quest_snapshot_wild_rock_plural": "Take {{amount_0}} snapshots of wild Rock-type Pokémon", + "quest_title_quest_snapshot_wild_rock_unique_plural": "Take snapshots of {{amount_0}} different wild Rock-type Pokémon", + "quest_title_quest_snapshot_wild_singular": "Take a snapshot of a wild Pokémon", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Take a snapshot of Dodrio, Mantine, or Skarmory in the wild", + "quest_title_quest_snapshot_wild_skitty_kirlia": "Take a snapshot of Kirlia or Skitty in the wild", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Take a snapshot of Sneasel, Croagunk, or Frillish in the wild", + "quest_title_quest_snapshot_wild_steel_plural": "Take {{amount_0}} snapshots of wild Steel-type Pokémon", + "quest_title_quest_snapshot_wild_steel_unique_plural": "Take snapshots of {{amount_0}} different wild Steel-type Pokémon", + "quest_title_quest_snapshot_wild_suicune": "Take a snapshot of Suicune in the wild", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Take a snapshot of Sandshrew, Trapinch, or Cacnea in the wild", + "quest_title_quest_snapshot_wild_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-, Water-, or Grass-type Pokémon", + "quest_title_quest_snapshot_wild_water_plural": "Take {{amount_0}} snapshots of wild Water-type Pokémon", + "quest_title_quest_snapshot_wild_water_singular": "Take a snapshot of wild Water-type Pokémon", + "quest_title_quest_snapshot_wild_water_unique_plural": "Take snapshots of {{amount_0}} different wild Water-type Pokémon", + "quest_title_quest_snapshot_yogyakarta": "Take a snapshot in Yogyakarta", + "quest_title_quest_snapshots_inarow_plural": "Take a snapshot of a Pokémon {{amount_0}} days in a row", + "quest_title_quest_snapshots_plural": "Take {{amount_0}} snapshots", + "quest_title_quest_snapshots_your_plural": "Take {{amount_0}} snapshots of your Pokémon", + "quest_title_quest_snapshots_your_singular": "Take a snapshot of one of your Pokémon", + "quest_title_quest_snivt_catch_b": "Catch {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_b": "Evolve {{amount_0}} Snivy", + "quest_title_quest_snivt_evolve_s1": "Evolve {{amount_0}} Servine", + "quest_title_quest_sobble_evolve": "Evolve a Sobble", + "quest_title_quest_sphet_catch_b": "Catch {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_b": "Evolve {{amount_0}} Spheal", + "quest_title_quest_sphet_evolve_s1": "Evolve {{amount_0}} Sealeo", + "quest_title_quest_spin_151": "Spin 151 PokéStops or Gyms", + "quest_title_quest_spin_daysinarow": "Visit PokéStops {{amount_0}} days in a row", + "quest_title_quest_spin_go_tour_habitat_01": "Spin {{amount_0}} PokéStops or Gyms in the Seaside Metropolis habitat", + "quest_title_quest_spin_go_tour_habitat_02": "Spin {{amount_0}} PokéStops or Gyms in the Entangled Ruins habitat", + "quest_title_quest_spin_go_tour_habitat_03": "Spin {{amount_0}} PokéStops or Gyms in the Bubbling Mire habitat", + "quest_title_quest_spin_go_tour_habitat_04": "Spin {{amount_0}} PokéStops or Gyms in the Mountain Hot Spring habitat", + "quest_title_quest_spin_go_tour_spiritomb_plural": "Spin {{amount_0}} different Spiritomb PokéStops", + "quest_title_quest_spin_go_tour_spiritomb_singular": "Spin a Spiritomb PokéStop", + "quest_title_quest_spin_mexico_plural": "Spin {{amount_0}} PokéStops in Mexico", + "quest_title_quest_spin_mexico_singular": "Spin a PokéStop in Mexico", + "quest_title_quest_spin_pokestop_days": "Visit PokéStops on {{amount_0}} different days", + "quest_title_quest_spin_ultra_wormhole_gym": "Spin the Gym marked “Ultra Wormhole”", + "quest_title_quest_spin_wcs_2024": "Spin 10 PokéStops or Gyms at the Hawaiʻi Convention Center", + "quest_title_quest_sprigatito_evolve_b": "Evolve a Sprigatito", + "quest_title_quest_squirtle_catch_b": "Catch {{amount_0}} Squirtle", + "quest_title_quest_squirtle_evolve_b": "Evolve {{amount_0}} Squirtle", + "quest_title_quest_squirtle_snapshot_b": "Take {{amount_0}} snapshots of Squirtle", + "quest_title_quest_st_catch_s": "Catch 15 Seedot", + "quest_title_quest_st_evolve_n": "Evolve a Nuzleaf", + "quest_title_quest_st_evolve_s": "Evolve 3 Seedot", + "quest_title_quest_stardust_plural": "Earn {{amount_0}} Stardust", + "quest_title_quest_starly_catch_b": "Catch {{amount_0}} Starly", + "quest_title_quest_starly_evolve_b": "Evolve {{amount_0}} Starly", + "quest_title_quest_starly_snapshot_b": "Take {{amount_0}} snapshots of Starly", + "quest_title_quest_start_battle": "START BATTLE!", + "quest_title_quest_steenee_evolve_b_plural": "Evolve {{amount_0}} Steenee", + "quest_title_quest_steenee_evolve_b_singular": "Evolve a Steenee", + "quest_title_quest_streak_format": "{{amount_0}} DAY STREAK!", + "quest_title_quest_stuff_catch_b": "Catch {{amount_0}} Stufful", + "quest_title_quest_stuff_evolve_b": "Evolve {{amount_0}} Stufful", + "quest_title_quest_stuff_snapshot_b": "Take {{amount_0}} snapshots of Stufful in the wild", + "quest_title_quest_supereffective_charge_party_plural": "Use {{amount_0}} supereffective Charged Attacks while in a party", + "quest_title_quest_supereffective_charge_party_singular": "Use a supereffective Charged Attack while in a party", + "quest_title_quest_supereffective_charge_plural": "Use {{amount_0}} supereffective Charged Attacks", + "quest_title_quest_supereffective_charge_singular": "Use a supereffective Charged Attack", + "quest_title_quest_surskit_catch": "Catch {{amount_0}} Surskit", + "quest_title_quest_swabt_catch_b": "Catch {{amount_0}} Swablu", + "quest_title_quest_swabt_evolve_b": "Evolve {{amount_0}} Swablu", + "quest_title_quest_swinub_cdc_evolve_b": "Evolve {{amount_0}} Swinub", + "quest_title_quest_swinub_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Swinub", + "quest_title_quest_teddiursa_catch_b": "Catch {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_evolve_b": "Evolve {{amount_0}} Teddiursa", + "quest_title_quest_teddiursa_snapshot_b": "Take a snapshot of {{amount_0}} Teddiursa", + "quest_title_quest_template.display.branches#0.button_text_key": "Raids, Grunts, and Gyms!", + "quest_title_quest_template.display.branches#0.description_key": "By choosing this path, you’ll be given tasks related to challenging Gyms, raids, and Team GO Rocket members to earn rewards such as an encounter with Charizard and more.", + "quest_title_quest_template.display.branches#1.button_text_key": "GO Battle League!", + "quest_title_quest_template.display.branches#1.description_key": "By choosing this path, you’ll be challenged with tasks related to battling other Trainers to earn rewards such as an encounter with Charizard and more.", + "quest_title_quest_tepit_catch_b": "Catch {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_b": "Evolve {{amount_0}} Tepig", + "quest_title_quest_tepit_evolve_s1": "Evolve {{amount_0}} Pignite", + "quest_title_quest_thwackey_evolve": "Evolve a Thwackey", + "quest_title_quest_timburr_catch_b": "Catch {{amount_0}} Timburr", + "quest_title_quest_timburr_evolve_b": "Evolve {{amount_0}} Timburr", + "quest_title_quest_timburr_snapshot_b": "Take a snapshot of {{amount_0}} Timburr", + "quest_title_quest_time_remaining_day_plural": "{{amount_0}} days left to complete this Special Research", + "quest_title_quest_time_remaining_day_singular": "{{amount_0}} day left to complete this Special Research", + "quest_title_quest_togetic_catch_b": "Catch {{amount_0}} Togetic", + "quest_title_quest_togetic_evolve_b": "Evolve {{amount_0}} Togetic", + "quest_title_quest_togetic_snapshot_b": "Take a snapshot of {{amount_0}} Togetic", + "quest_title_quest_torracat_evolve_b_plural": "Evolve {{amount_0}} Torracat", + "quest_title_quest_torracat_evolve_b_singular": "Evolve a Torracat", + "quest_title_quest_trade_50km_plural": "Make {{amount_0}} trades with Pokémon caught at least 50 km apart", + "quest_title_quest_trade_100km_plural": "Make {{amount_0}} trades with Pokémon caught at least 100 km apart", + "quest_title_quest_trade_200km_plural": "Make {{amount_0}} trades with Pokémon caught at least 200 km apart", + "quest_title_quest_trade_300km_plural": "Make {{amount_0}} trades with Pokémon caught at least 300 km apart", + "quest_title_quest_trade_400km_plural": "Make {{amount_0}} trades with Pokémon caught at least 400 km apart", + "quest_title_quest_trade_500km_plural": "Make {{amount_0}} trades with Pokémon caught at least 500 km apart", + "quest_title_quest_trade_500km_singular": "Make a trade with Pokémon caught at least 500 km apart", + "quest_title_quest_trade_pikachu_plural": "Trade {{amount_0}} Pikachu", + "quest_title_quest_trade_plural": "Trade Pokémon {{amount_0}} times", + "quest_title_quest_trade_singular": "Trade a Pokémon", + "quest_title_quest_transfer_pidgey_plural": "Transfer {{amount_0}} Pidgey", + "quest_title_quest_transfer_pokemon_plural": "Transfer {{amount_0}} Pokémon", + "quest_title_quest_transfer_pokemon_singular": "Transfer a Pokémon", + "quest_title_quest_transfer_rock_or_poison_plural": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", + "quest_title_quest_transfer_rock_poison": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", + "quest_title_quest_transfer_type_bug_plural": "Transfer {{amount_0}} Bug-type Pokémon", + "quest_title_quest_transfer_type_dark_plural": "Transfer {{amount_0}} Dark-type Pokémon", + "quest_title_quest_transfer_type_dragon_plural": "Transfer {{amount_0}} Dragon-type Pokémon", + "quest_title_quest_transfer_type_electric_plural": "Transfer {{amount_0}} Electric-type Pokémon", + "quest_title_quest_transfer_type_fairy_plural": "Transfer {{amount_0}} Fairy-type Pokémon", + "quest_title_quest_transfer_type_fighting_plural": "Transfer {{amount_0}} Fighting-type Pokémon", + "quest_title_quest_transfer_type_fire_plural": "Transfer {{amount_0}} Fire-type Pokémon", + "quest_title_quest_transfer_type_flying_plural": "Transfer {{amount_0}} Flying-type Pokémon", + "quest_title_quest_transfer_type_ghost_plural": "Transfer {{amount_0}} Ghost-type Pokémon", + "quest_title_quest_transfer_type_grass_plural": "Transfer {{amount_0}} Grass-type Pokémon", + "quest_title_quest_transfer_type_ground_plural": "Transfer {{amount_0}} Ground-type Pokémon", + "quest_title_quest_transfer_type_ice_plural": "Transfer {{amount_0}} Ice-type Pokémon", + "quest_title_quest_transfer_type_normal_plural": "Transfer {{amount_0}} Normal-type Pokémon", + "quest_title_quest_transfer_type_poison_plural": "Transfer {{amount_0}} Poison-type Pokémon", + "quest_title_quest_transfer_type_psychic_plural": "Transfer {{amount_0}} Psychic-type Pokémon", + "quest_title_quest_transfer_type_rock_plural": "Transfer {{amount_0}} Rock-type Pokémon", + "quest_title_quest_transfer_type_steel_plural": "Transfer {{amount_0}} Steel-type Pokémon", + "quest_title_quest_transfer_type_water_plural": "Transfer {{amount_0}} Water-type Pokémon", + "quest_title_quest_travel_routes_km_plural": "Walk {{amount_0}} km while traveling Routes", + "quest_title_quest_travel_routes_meters_plural": "Walk {{amount_0}} m while traveling Routes", + "quest_title_quest_tynamo_catch_b": "Catch {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_plural": "Evolve {{amount_0}} Tynamo", + "quest_title_quest_tynamo_evolve_b_singular": "Evolve a Tynamo", + "quest_title_quest_under_investigation": "Professor Willow is currently performing an investigation regarding this research. Check back for more details soon!", + "quest_title_quest_urd22_june_battle_gym": "Research Day: Battle in a Gym", + "quest_title_quest_urd22_june_battle_raid": "Research Day: Battle in a raid", + "quest_title_quest_urd22_june_beries": "Research Day: Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_urd22_june_catch_rock": "Research Day: Catch {{amount_0}} Rock-type Pokémon", + "quest_title_quest_urd22_june_catch_weather": "Research Day: Catch {{amount_0}} Pokémon with Weather Boost", + "quest_title_quest_urd22_june_curveball": "Research Day: Land {{amount_0}} Curveball Throws", + "quest_title_quest_urd22_june_curveball_row": "Research Day: Land {{amount_0}} Curveball Throws in a row", + "quest_title_quest_urd22_june_evolve_rock": "Research Day: Evolve {{amount_0}} Rock-type Pokémon", + "quest_title_quest_urd22_june_gift_sticker": "Research Day: Send {{amount_0}} Gifts with stickers", + "quest_title_quest_urd22_june_great": "Research Day: Land {{amount_0}} Great Throws", + "quest_title_quest_urd22_june_great_row": "Research Day: Land {{amount_0}} Great Throws in a row", + "quest_title_quest_urd22_june_nice": "Research Day: Land {{amount_0}} Nice Throws", + "quest_title_quest_urd22_june_nice_row": "Research Day: Land {{amount_0}} Nice Throws in a row", + "quest_title_quest_urd22_june_powerup": "Research Day: Power up a Pokémon {{amount_0}} times", + "quest_title_quest_urd22_june_snap_rock": "Research Day: Take a snapshot of a wild Rock-type Pokémon", + "quest_title_quest_urd22_june_spin_stops": "Research Day: Spin {{amount_0}} PokéStops", + "quest_title_quest_urd22_june_supereffective": "Research Day: Use a supereffective Charged Attack", + "quest_title_quest_ursaring_evolve_b": "Evolve {{amount_0}} Ursaring", + "quest_title_quest_use_any_potion": "Use any Potion on a Pokémon", + "quest_title_quest_use_charged_move_singular": "Use a supereffective Charged Attack", + "quest_title_quest_use_charged_tm": "Use a Charged TM", + "quest_title_quest_use_dai_plural": "Use {{amount_0}} Daily Adventure Incense", + "quest_title_quest_use_dai_singular": "Use one Daily Adventure Incense", + "quest_title_quest_use_fast_tm": "Use a Fast TM", + "quest_title_quest_use_hyper_potion": "Use a Hyper Potion on a Pokémon", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "Use {{amount_0}} Lure Modules while following Routes", + "quest_title_quest_use_lure_singular": "Use a Lure Module while following a Route", + "quest_title_quest_use_max_potion": "Use a Max Potion on a Pokémon", + "quest_title_quest_use_poffin": "Use a Poffin", + "quest_title_quest_use_rare_candy_plural": "Use {{amount_0}} Rare Candies", + "quest_title_quest_use_rare_candy_singular": "Use a Rare Candy", + "quest_title_quest_use_standard_charged_tm": "Use a Charged TM", + "quest_title_quest_use_standard_fast_tm": "Use a Fast TM", + "quest_title_quest_use_super_potion": "Use a Super Potion on a Pokémon", + "quest_title_quest_uxie_wild_snap": "Take a snapshot of Uxie in the wild", + "quest_title_quest_val19_catch_specific_plural": "Valentine’s Day: Catch {{amount_0}} Luvdisc", + "quest_title_quest_val19_catch_specific_singular": "Valentine’s Day: Catch a Chansey", + "quest_title_quest_visit_different_pokestops": "Spin {{amount_0}} different PokéStops", + "quest_title_quest_visit_pokestop_new_plural": "Spin {{amount_0}} PokéStops you haven't visited before", + "quest_title_quest_visit_pokestop_new_singular": "Spin a PokéStop you haven't visited before", + "quest_title_quest_visit_pokestops_party_plural": "Spin {{amount_0}} PokéStops or Gyms while in a party", + "quest_title_quest_visit_pokestops_plural": "Spin {{amount_0}} PokéStops or Gyms", + "quest_title_quest_visit_pokestops_singular": "Spin a PokéStop or Gym", + "quest_title_quest_visit_unique_pokestops_plural": "Spin {{amount_0}} different PokéStops or Gyms", + "quest_title_quest_wailmer_catch_b": "Catch {{amount_0}} Wailmer", + "quest_title_quest_waina_catch_great_ultra_plural": "Catch {{amount_0}} Pokémon in Great Balls or Ultra Balls using Pokémon GO Plus +", + "quest_title_quest_waina_catch_plural": "Catch {{amount_0}} Pokémon in Poké Balls using Pokémon GO Plus +", + "quest_title_quest_waina_sleep_days": "Track sleep using Pokémon GO Plus + for {{amount_0}} days", + "quest_title_quest_waina_sleep_days_singular": "Track sleep using Pokémon GO Plus + for 1 day", + "quest_title_quest_waina_spin_pokestop_plural": "Spin {{amount_0}} PokéStops using Pokémon GO Plus +", + "quest_title_quest_walk_25km_inaweek_plural": "Walk 25 km in one week using Adventure Sync {{amount_0}} times", + "quest_title_quest_walk_buddy_plural": "Earn {{amount_0}} Candies walking with your buddy", + "quest_title_quest_walk_buddy_singular": "Earn a Candy walking with your buddy", + "quest_title_quest_walk_eevee_for_evo": "Walk 10 km with Eevee as your buddy to earn Candy", + "quest_title_quest_walk_hgrowlithe_header_0": "Tails of Adventure", + "quest_title_quest_walk_km": "Walk {{amount_0}} km", + "quest_title_quest_walk_km_plural": "Walk {{amount_0}} km", + "quest_title_quest_walk_routes_plural": "Walk {{amount_0}} km while following Routes", + "quest_title_quest_walk_routes_singular": "Walk {{amount_0}} km while following Routes", + "quest_title_quest_walk_steps": "Walk {{amount_0}} steps", + "quest_title_quest_wartortle_evolve_b": "Evolve {{amount_0}} Wartortle", + "quest_title_quest_waterfestival_catch_feed_plural": "Water Festival: Use {{amount_0}} Berries to help catch Pokémon", + "quest_title_quest_waterfestival_catch_pokemon_plural": "Water Festival: Catch {{amount_0}} Pokémon", + "quest_title_quest_waterfestival_catch_special9_plural": "Water Festival: Catch {{amount_0}} Magikarp or Wailmer", + "quest_title_quest_waterfestival_catch_type_water_plural": "Water Festival: Catch {{amount_0}} Water-type Pokémon", + "quest_title_quest_waterfestival_evolve_plural": "Water Festival: Evolve {{amount_0}} Shellder", + "quest_title_quest_waterfestival_evolve_type_water_plural": "Water Festival: Evolve {{amount_0}} Water-type Pokémon", + "quest_title_quest_waterfestival_hatch_egg_singular": "Water Festival: Hatch an Egg", + "quest_title_quest_waterfestival_land_great_plural": "Water Festival: Make {{amount_0}} Great Throws", + "quest_title_quest_waterfestival_land_nice_plural": "Water Festival: Make {{amount_0}} Nice Throws", + "quest_title_quest_waterfestival_win_raid_singular": "Water Festival: Win a raid", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer bonus: Catch {{amount_0}} Pokémon", + "quest_title_quest_wcs_2024_catch_psychic_electric": "Catch {{amount_0}} Electric- or Psychic-type Pokémon", + "quest_title_quest_wcs_2024_snapshot_fairy": "Take {{amount_0}} snapshots of different wild Fairy-type Pokémon", + "quest_title_quest_wcs_2024_spin_00": "Spin the PokéStop at the Pokémon GO Zone", + "quest_title_quest_wcs_2024_spin_01": "Spin the PokéStop at the Play Lab", + "quest_title_quest_wcs_2024_spin_02": "Spin the PokéStop at the Collect & Trade Corner", + "quest_title_quest_weepinbell_evolve_b_plural": "Evolve {{amount_0}} Weepinbell", + "quest_title_quest_weepinbell_evolve_b_singular": "Evolve a Weepinbell", + "quest_title_quest_wimpod_catch_b": "Catch {{amount_0}} Wimpod", + "quest_title_quest_win_gym_plural": "Win {{amount_0}} Gym battles", + "quest_title_quest_win_gym_singular": "Win a Gym battle", + "quest_title_quest_win_raid_2_singular": "Win a two-star raid or higher", + "quest_title_quest_win_raid_3_plural": "Win {{amount_0}} three-star raids or higher", + "quest_title_quest_win_raid_3_singular": "Win a three-star raid or higher", + "quest_title_quest_win_raid_buddy_plural": "Win {{amount_0}} raids with your Buddy Pokémon", + "quest_title_quest_win_raid_buddy_singular": "Win a raid with your buddy", + "quest_title_quest_win_raid_lvl1_higher_singular": "Win a one-star raid or higher", + "quest_title_quest_win_raid_lvl1_singular": "Win a one-star raid", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Win {{amount_0}} raids using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Win a raid using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Win a three-star raid using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 2,500 CP or less", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Win a three-star raid using only Pokémon with 2,500 CP or less", + "quest_title_quest_win_raid_party_plural": "Win {{amount_0}} raids while in a party", + "quest_title_quest_win_raid_party_singular": "Win a raid while in a party", + "quest_title_quest_win_raid_plural": "Win {{amount_0}} raids", + "quest_title_quest_win_raid_singular": "Win a raid", + "quest_title_quest_win_raid_unique_plural": "Win {{amount_0}} raids using a team of all unique Pokémon species", + "quest_title_quest_win_raid_unique_singular": "Win a raid using a team of all unique Pokémon species", + "quest_title_quest_win_raid_with_friend_plural": "Win {{amount_0}} raids with a friend", + "quest_title_quest_win_raid_with_friend_singular": "Win a raid with a friend", + "quest_title_quest_win_raids_unique_1500_plural": "Win {{amount_0}} raids with a team of different Pokémon at or below 1,500 CP", + "quest_title_quest_win_raids_unique_plural": "Win {{amount_0}} raids with a team of different Pokémon", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 1,500 CP or less", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "Defeat a Team GO Rocket Leader using only Pokémon with 1500 CP or less", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 2,500 CP or less", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,000 CP or less", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,500 CP or less", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 4,000 CP or less", + "quest_title_quest_wooper_catch_b": "Catch {{amount_0}} Wooper or Paldean Wooper", + "quest_title_quest_wooper_evolve_b": "Evolve {{amount_0}} Wooper or Paldean Wooper", + "quest_title_quest_wooper_snapshot_b": "Take a snapshot of {{amount_0}} Wooper or Paldean Wooper", + "quest_title_quest_wt_catch_weedle": "Catch {{amount_0}} Weedle", + "quest_title_quest_wt_evolve_kakuna": "Evolve {{amount_0}} Kakuna", + "quest_title_quest_wt_evolve_weedle": "Evolve {{amount_0}} Weedle", + "quest_title_quest_xp_plural": "Earn {{amount_0}} XP", + "quest_title_quest_zigzagoon_catch_b": "Catch {{amount_0}} Galarian Zigzagoon", + "quest_title_quest_zigzagoon_evolve_b": "Evolve {{amount_0}} Galarian Zigzagoon", + "quest_title_quest_zigzagoon_snapshot_b": "Take {{amount_0}} snapshots of Galarian Zigzagoon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Caught 0 Pokémon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Caught {{amount_0}} Pokémon", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "Caught 1 Pokémon", + "quest_title_score_1_10_11_12_singular": "Caught {{amount_0}} Fire-, Water-, or Grass-type Pokémon", + "quest_title_score_1_10_singular": "Caught {{amount_0}} Fire-type Pokémon", + "quest_title_score_1_11_singular": "Caught {{amount_0}} Water-type Pokémon", + "quest_title_score_1_12_singular": "Caught {{amount_0}} Grass-type Pokémon", + "quest_title_score_1_none": "Caught 0 Pokémon", + "quest_title_score_1_plural": "Caught {{amount_0}} Pokémon", + "quest_title_score_1_singular": "Caught 1 Pokémon", + "quest_title_score_6_plural": "Won {{amount_0}} raids", + "quest_title_score_6_singular": "Won 1 raid", + "quest_title_score_8_10_none": "Made 0 Nice Throws", + "quest_title_score_8_10_plural": "Made {{amount_0}} Nice Throws", + "quest_title_score_8_10_singular": "Made 1 Nice Throw", + "quest_title_score_8_11_none": "Made 0 Great Throws", + "quest_title_score_8_11_plural": "Made {{amount_0}} Great Throws", + "quest_title_score_8_11_singular": "Made 1 Great Throw", + "quest_title_score_8_12_none": "Made 0 Excellent Throws", + "quest_title_score_8_12_plural": "Made {{amount_0}} Excellent Throws", + "quest_title_score_8_12_singular": "Made 1 Excellent Throw", + "quest_title_score_8_13_none": "Made 0 Curveball Throws", + "quest_title_score_8_13_plural": "Made {{amount_0}} Curveball Throws", + "quest_title_score_8_13_singular": "Made 1 Curveball Throw", + "quest_title_score_11_701_none": "Used 0 Razz Berries", + "quest_title_score_11_701_plural": "Used {{amount_0}} Razz Berries", + "quest_title_score_11_701_singular": "Used 1 Razz Berry", + "quest_title_score_11_703_none": "Used 0 Nanab Berries", + "quest_title_score_11_703_plural": "Used {{amount_0}} Nanab Berries", + "quest_title_score_11_703_singular": "Used 1 Nanab Berry", + "quest_title_score_11_705_none": "Used 0 Pinap Berries", + "quest_title_score_11_705_plural": "Used {{amount_0}} Pinap Berries", + "quest_title_score_11_705_singular": "Used 1 Pinap Berry", + "quest_title_score_15_10_none": "Made 0 Nice Curveball Throws", + "quest_title_score_15_10_plural": "Made {{amount_0}} Nice Curveball Throws", + "quest_title_score_15_10_singular": "Made 1 Nice Curveball Throw", + "quest_title_score_15_11_none": "Made 0 Great Curveball Throws", + "quest_title_score_15_11_plural": "Made {{amount_0}} Great Curveball Throws", + "quest_title_score_15_11_singular": "Made 1 Great Curveball Throw", + "quest_title_score_15_12_none": "Made 0 Excellent Curveball Throws", + "quest_title_score_15_12_plural": "Made {{amount_0}} Excellent Curveball Throws", + "quest_title_score_15_12_singular": "Made 1 Excellent Curveball Throw", + "quest_title_score_22_none": "Completed 0 battles with team leaders", + "quest_title_score_22_plural": "Completed {{amount_0}} battles with team leaders", + "quest_title_score_22_singular": "Completed 1 battle with a team leader", + "quest_title_score_23_none": "Completed 0 GO Battle League battles", + "quest_title_score_23_plural": "Completed {{amount_0}} GO Battle League battles", + "quest_title_score_23_singular": "Completed 1 GO Battle League battle", + "quest_title_score_battle_raid_none": "Battled in 0 raids", + "quest_title_score_battle_raid_plural": "Battled in {{amount_0}} raids", + "quest_title_score_battle_raid_singular": "Battled in 1 raid", + "quest_title_score_catch_feed_none": "Used 0 Berries", + "quest_title_score_catch_feed_plural": "Used {{amount_0}} Berries", + "quest_title_score_catch_feed_singular": "Used 1 Berry", + "quest_title_score_catch_pokemon": "Caught {{amount_0}} Pokémon", + "quest_title_score_defeat_rocket_none": "Defeated 0 Team GO Rocket members", + "quest_title_score_defeat_rocket_plural": "Defeated {{amount_0}} Team GO Rocket members", + "quest_title_score_defeat_rocket_singular": "Defeated 1 Team GO Rocket member", + "quest_title_score_field_research_none": "Completed 0 Field Research tasks", + "quest_title_score_field_research_plural": "Completed {{amount_0}} Field Research tasks", + "quest_title_score_field_research_singular": "Completed 1 Field Research task", + "quest_title_score_send_gift_none": "Sent 0 Gifts to friends", + "quest_title_score_send_gift_plural": "Sent {{amount_0}} Gifts to friends", + "quest_title_score_send_gift_singular": "Sent 1 Gift to a friend", + "quest_title_score_spin_pokestop_none": "Spun 0 PokéStops", + "quest_title_score_spin_pokestop_plural": "Spun {{amount_0}} PokéStops", + "quest_title_score_spin_pokestop_singular": "Spun 1 PokéStop", + "quest_win_raid_plural": "Win {{amount}} raids", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Star Raid", + "raid_1_plural": "1 Star Raids", + "raid_2": "2 Star Raid", + "raid_2_plural": "2 Star Raids", + "raid_3": "3 Star Raid", + "raid_3_plural": "3 Star Raids", + "raid_4": "4 Star Raid", + "raid_4_plural": "4 Star Raids", + "raid_5": "Legendary Raid", + "raid_5_plural": "Legendary Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "Best in the Afternoon", + "route_tag_architecture": "Architecture", + "route_tag_art": "Art", + "route_tag_beachy": "Beachy", + "route_tag_bike_path": "Bike Path", + "route_tag_biking": "Good for Biking", + "route_tag_body_of_water": "Waterside", + "route_tag_buildings": "Lots of Buildings", + "route_tag_category_misc": "Miscellaneous", + "route_tag_category_nearby": "Nearby", + "route_tag_category_suitability": "Suitability", + "route_tag_category_terrain": "Terrain", + "route_tag_category_theme": "Theme", + "route_tag_city_life": "City Life", + "route_tag_culture": "Culture", + "route_tag_easy_going": "Relaxed", + "route_tag_flat": "Flat", + "route_tag_foliage": "Lots of Foliage", + "route_tag_food": "Food", + "route_tag_grassy": "Grassy", + "route_tag_hilly": "Hilly", + "route_tag_historic": "Historic", + "route_tag_intense": "Intense", + "route_tag_morning": "Best in the Morning", + "route_tag_muddy": "Muddy", + "route_tag_nature": "Nature", + "route_tag_night": "Best at Night", + "route_tag_no_parking": "No Parking Nearby", + "route_tag_no_people": "Not Many People", + "route_tag_open_space": "Lots of Open Space", + "route_tag_parking": "Parking Nearby", + "route_tag_parks_nearby": "Parks Nearby", + "route_tag_partially_paved": "Partially Paved Path", + "route_tag_paved": "Paved Path", + "route_tag_people": "Lots of People", + "route_tag_pets": "Pet-Friendly", + "route_tag_plenty_pokestops": "Lots of PokéStops", + "route_tag_public_transport": "Near Public Transport", + "route_tag_raid_friendly": "Lots of Gyms", + "route_tag_rainy_day": "Good for a Rainy Day", + "route_tag_rocky": "Rocky", + "route_tag_running": "Good for Running", + "route_tag_sandy": "Sandy", + "route_tag_seasonal": "Seasonal", + "route_tag_sightseeing": "Sightseeing", + "route_tag_stroller": "Stroller-Accessible", + "route_tag_sunny_day": "Good for a Sunny Day", + "route_tag_tree_cover": "Tree Cover", + "route_tag_unpaved": "Unpaved Path", + "route_tag_views": "Great Views", + "route_tag_walking": "Good for Walking", + "route_tag_wheelchair": "Wheelchair Accessible", + "route_tag_wildlife": "Lots of Wildlife", + "route_tag_woodsy": "Woodsy", + "route_tags_label": "TAGS", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "Shadow", + "team_1": "Mystic", + "team_2": "Valor", + "team_3": "Instinct", + "team_a_0": "No Team", + "team_a_1": "Team Mystic", + "team_a_2": "Team Valor", + "team_a_3": "Team Instinct", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "None", + "weather_1": "Klar", + "weather_2": "Regnigt", + "weather_3": "Delvis molnigt", + "weather_4": "Mulet", + "weather_5": "Blåsigt", + "weather_6": "Snö", + "weather_7": "Dimma", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/client/public/locales/th/translation.json b/client/public/locales/th/translation.json new file mode 100644 index 000000000..7557d4e2d --- /dev/null +++ b/client/public/locales/th/translation.json @@ -0,0 +1,6001 @@ +{ + "login": "เข้าสู่ระบบ", + "click_once": "คลิก 'อนุญาต' เพียงครั้งเดียว", + "save": "บันทึก", + "reset": "รีเซ็ต", + "close": "ปิด", + "reset_filters": "รีเซ็ตตัวกรอง", + "pokemon_filters": "การตั้งค่าตัวกรอง Pokémon", + "gyms_filters": "การตั้งค่าตัวกรองยิม", + "pokestops_filters": "การตั้งค่าตัวกรอง PokéStop", + "nests_filters": "การตั้งค่าตัวกรอง Nest", + "help": "ช่วยเหลือ", + "apply_to_all": "นำไปใช้กับทั้งหมด", + "disable_all": "ปิดใช้งานทั้งหมด", + "enable_all": "เปิดใช้งานทั้งหมด", + "enabled": "เปิดการใช้งาน", + "legacy": "เวอร์ชันเก่า", + "id": "ไอดี", + "location": "ตำแหน่ง", + "search_pokemon": "ค้นหา Pokémon", + "search_nests": "ค้นหา Nest", + "search_gyms": "ค้นหายิม", + "search_pokestops": "ค้นหา PokéStop", + "search_raids": "ค้นหารายการบุกรุก", + "search_eggs": "ค้นหาไข่", + "search_quests": "ค้นหาภารกิจ", + "search_lures": "ค้นหา Lures", + "search_invasions": "ค้นหาการบุกรุก", + "sm": "เล็ก", + "md": "กลาง", + "lg": "ใหญ่", + "xl": "ใหญ่มาก", + "min": "ต่ำสุด", + "max": "สูงสุด", + "set_size": "ตั้งค่าขนาดไอคอน", + "slot_selection": "การเลือกช่อง", + "generations": "รุ่น", + "types": "ประเภท", + "forms": "รูปแบบ", + "rarity": "ความหายากในปัจจุบัน", + "others": "อื่นๆ", + "categories": "หมวดหมู่", + "rank": "อันดับ", + "slider_iv": "ช่วง IV", + "slider_great": "ลีกเกรท", + "slider_ultra": "ลีกอัลตร้า", + "slider_little": "คัพลิตเติ้ล", + "slider_atk_iv": "โจมตี", + "slider_def_iv": "ป้องกัน", + "slider_sta_iv": "สเตมิน่า", + "slider_level": "ชั้นวาง", + "slider_size": "ขนาด", + "abbreviation_level": "L", + "lvl": "ระดับ", + "cap": "จำกัด", + "custom": "กำหนดเอง", + "valid": "ถูกต้อง", + "invalid": "ไม่ถูกต้อง!", + "overwrites": "เขียนทับตัวกรองทั้งหมด", + "valid_filter": "ตัวกรองสถิติที่ถูกต้อง", + "invalid_filter": "กรอกตัวกรองที่ถูกต้อง", + "gyms": "ยิม", + "nests": "Nest", + "pokestops": "PokéStops", + "pokemon": "Pokémon", + "wayfarer": "Wayfarer", + "scan_areas": "พื้นที่สแกน", + "s2cells": "เซลล์ S2", + "weather": "สภาพอากาศ", + "admin": "ผู้ดูแลระบบ", + "settings": "การตั้งค่า", + "advanced": "ขั้นสูง", + "tile_servers": "เซิร์ฟเวอร์ Tile", + "icons": "ไอคอน", + "navigation": "การนำทาง", + "drawer": "ลิ้นชัก", + "tile_servers_default": "ค่าเริ่มต้น", + "drawer_temporary": "ชั่วคราว", + "drawer_persistent": "ถาวร", + "locale_selection": "การเลือกภาษา", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "นำเข้า", + "export": "ส่งออก", + "logout": "ออกจากระบบ", + "local_storage_cleared": "ล้างพื้นที่เก็บข้อมูลในเครื่องเรียบร้อย!", + "iv_or_filter": "ตัวกรอง IV OR", + "polygons": "รูปหลายเหลี่ยม", + "raids": "รายการบุกรุก", + "ex_eligible": "มีสิทธิ์รับ EX", + "in_battle": "ในการต่อสู้", + "all_pokestops": "ทุก PokéStops", + "lures": "Lures", + "quests": "ภารกิจ", + "invasions": "การบุกรุก", + "portals": "พอร์ทัล", + "submission_cells": "เซลล์ส่งข้อมูล", + "spawnpoint": "จุดปรากฏ", + "spawnpoints": "จุดปรากฏ", + "s2_cell_level": "เซลล์ S2 ชั้น {{level}}", + "total_count": "จำนวนรวม", + "next_submission": "การส่งครั้งถัดไป!", + "never": "ไม่เคย", + "next_gym": "ยิมถัดไป", + "scan_cells": "สแกนเซลล์", + "devices": "อุปกรณ์", + "use_my_location": "ใช้ตำแหน่งของฉัน", + "submit_feedback_title": "ส่งข้อเสนอแนะ/รายงานข้อผิดพลาด", + "use_the_link_below": "คุณสามารถใช้ลิงค์ด้านล่างเพื่อส่งข้อเสนอแนะหรือข้อผิดพลาดที่คุณพบได้", + "feedback_to_devs": "ข้อเสนอแนะนี้ส่งตรงไปยังนักพัฒนา", + "feedback_form": "ฟอร์มข้อเสนอแนะ", + "unknown_pokestop": "ชื่อ PokéStop ไม่ทราบ", + "unknown_gym": "ชื่อยิมที่ไม่รู้จัก", + "exclude": "ยกเว้น", + "exclude_quest": "ยกเว้นภารกิจ", + "exclude_invasion": "ยกเว้นการรุกราน", + "exclude_team": "ยกเว้นทีม", + "exclude_raid": "ยกเว้นการจู่โจม", + "exclude_lure": "ยกเว้นล่อ", + "timer": "ตัวจับเวลา", + "hide": "ซ่อน", + "tier": "ระดับ", + "slots": "ช่อง", + "mega": "เมก้า", + "form": "รูปแบบ", + "starts": "เริ่ม", + "ends": "สิ้นสุด", + "defender": "ผู้ป้องกัน", + "best_buddy": "เพื่อนซี้ที่ดีที่สุด", + "cp": "CP", + "kilogram": "กิโลกรัม", + "meter": "เมตร", + "total_cp": "CP รวม", + "first_seen": "พบครั้งแรก", + "last_seen": "พบครั้งล่าสุด", + "last_modified": "แก้ไขครั้งล่าสุด", + "last_updated": "อัปเดตล่าสุด", + "imported": "นำเข้า", + "nest_estimated": "ข้อมูลเนสต์เป็นเพียงการประมาณ!", + "verify_nests": "ยืนยันโดยตรวจสอบสปอนแบบปัจจุบัน", + "nest_out_of_date": "เนสต์อาจล้าสมัย!", + "nest_check_current": "ตรวจสอบสปอนแบบปัจจุบันแทน", + "spawns_per_hour": "ต่อชั่วโมง", + "teams": "ทีม", + "eggs": "ไข่", + "reverse": "ย้อนกลับ", + "selected": "ที่เลือก", + "unselected": "ไม่เลือก", + "only_available": "ที่มีอยู่", + "common": "ทั่วไป", + "uncommon": "ไม่ชิน", + "rare": "หายาก", + "ultra_rare": "หายากมาก", + "regional": "ภูมิภาค", + "event": "กิจกรรม", + "legendary": "ตำนาน", + "mythical": "มายา", + "ultra_beast": "อัลทร้าบีสต์", + "alt_forms": "รูปแบบอื่น", + "alola": "อโลลา", + "galarian": "กาลาเรียน", + "showing": "แสดง", + "instance": "อินสแตนซ์", + "online": "ออนไลน์", + "offline": "ออฟไลน์", + "boosted_types": "ประเภทที่ถูกเพิ่มพลัง", + "pokemon_options": "ตัวเลือก Pokémon", + "pokestops_options": "ตัวเลือก PokéStop", + "gyms_options": "ตัวเลือกยิม", + "nests_options": "ตัวเลือกเนสต์", + "wayfarer_options": "ตัวเลือก Wayfarer", + "admin_options": "ตัวเลือกผู้ดูแลระบบ", + "weather_options": "ตัวเลือกสภาพอากาศ", + "s2cells_options": "ตัวเลือก S2 Cell", + "clustering": "การจัดกลุ่ม", + "glow": "เรืองแสง", + "legacy_filter": "ตัวกรองเดิม", + "raid_timers": "ตัวจับเวลาการจู่โจมทั้งหมด", + "invasion_timers": "ตัวจับเวลาการรุกรานทั้งหมด", + "lure_timers": "ตัวจับเวลาล่อทั้งหมด", + "device_path_color": "สีเส้นทางของอุปกรณ์", + "old_portals": "พอร์ทัลเก่า", + "new_portals": "พอร์ทัลใหม่", + "items": "ไอเทม", + "energy": "พลังงาน", + "ar_eligible": "มีสิทธิ์ AR", + "iv_circles": "ตัวบ่งชี้ IV", + "min_iv_circle": "วง IV ขั้นต่ำ", + "interaction_ranges": "ช่วงการโต้ตอบ", + "cannot_connect": "\nไม่สามารถเชื่อมต่อกับเซิร์ฟเวอร์ในเวลานี้ได้\nการพยายามเชื่อมต่อทันทีจะทำให้เกิดปัญหามากขึ้น\nกรุณาลองใหม่อีกครั้งในไม่กี่นาที\n\n- ทีมผู้ดูแลแผนที่", + "mad_quest_text": "ภารกิจเดิม", + "xs": "XS", + "primary": "หลัก", + "secondary": "รอง", + "zero_iv": "0% IV", + "hundo_iv": "100% IV", + "open_menu": "เปิดเมนู", + "zoom_in": "ซูมเข้า", + "zoom_out": "ซูมออก", + "welcome": "ยินดีต้อนรับสู่", + "back": "ย้อนกลับ", + "next": "ถัดไป", + "finish": "เสร็จสิ้น", + "start_tutorial": "เริ่มการสอน", + "view_profile": "ดูโปรไฟล์", + "login_optional": "เข้าสู่ระบบ (ไม่จำเป็น)", + "tutorial": "การสอน", + "tutorial_language": "เลือกภาษาของคุณ", + "tutorial_welcome": "การสอนนี้เป็นการโต้ตอบและคุณได้รับการสนับสนุนอย่างยิ่งให้เล่นกับตัวเลือกที่ให้ไว้ทั้งหมด", + "tutorial_categories": "หมวดหมู่ที่คุณเข้าถึงได้", + "tutorial_logged_in": "คุณสามารถดูรายละเอียดเกี่ยวกับสิทธิ์ของคุณโดยการดูโปรไฟล์ของคุณ", + "tutorial_logged_out": "คุณสามารถดูรายละเอียดเกี่ยวกับสิทธิ์ของคุณโดยการเข้าสู่ระบบ", + "tutorial_sidebar_0": "ตัวกรองและการตั้งค่าทั้งหมดของคุณอยู่ที่นี่", + "tutorial_sidebar_1": "สำหรับแต่ละหมวดหมู่คุณสามารถเลือกข้อมูลที่คุณต้องการได้ด้วยการเปิดหรือปิดสวิตช์", + "tutorial_sidebar_2": "ตัวเลือก: การปรับแต่งเพิ่มเติม\nขั้นสูง: เราจะครอบคลุมในส่วนถัดไปของบทเรียนนี้", + "tutorial_sliders_0": "การใช้สไลเดอร์เพื่อปรับตัวกรอง", + "tutorial_sliders_1": "โปเกมอนระหว่าง:", + "tutorial_sliders_2": "- IVs {{iv0}}% ถึง {{iv1}}%", + "tutorial_sliders_3": "ระดับ {{level0}} ถึง {{level1}}", + "tutorial_sliders_3alt": "- และเป็นระดับ {{level0}} ถึง {{level1}}", + "tutorial_sliders_4": "- อันดับในลีกเกรท {{gl0}} ถึง {{gl1}}", + "tutorial_sliders_4alt": "- หรืออันดับในลีกเกรท {{gl0}} ถึง {{gl1}}", + "tutorial_sliders_5": "- อันดับในลีกอัลตร้า {{ul0}} ถึง {{ul1}}", + "tutorial_sliders_5alt": "- หรืออันดับในลีกอัลตร้า {{ul0}} ถึง {{ul1}}", + "tutorial_sliders_6": "เชื่อมโยงกับสีเดียวกัน", + "tutorial_sliders_7": "ตัวกรองแยกต่างหากจากสไลเดอร์อื่น ๆ", + "tutorial_sliders_8": "สไลเดอร์ที่ 'เต็ม' หมายถึงว่าถูกปิดใช้งาน:", + "tutorial_sliders_9": "การปรากฏของทุกสายพันธุ์, ไม่ว่าจะผ่านการตรวจสอบ IV หรือไม่", + "tutorial_help": "ทางลัดไปยังเมนูนี้", + "tutorial_adv_filter": "เฉพาะบนมือถือ, เปิดตัวเลือกการกรองสำหรับเมนูขั้นสูง", + "tutorial_tune": "ตั้งค่าตัวกรองขั้นสูงสำหรับโปเกมอนทั้งหมดที่กำลังถูกกรองในเมนู", + "tutorial_format_size": "ตั้งค่าขนาดไอคอนสำหรับรายการทั้งหมดที่กำลังถูกกรองในเมนู", + "tutorial_check": "เปิดใช้งานรายการทั้งหมดที่กำลังถูกกรองในเมนู", + "tutorial_clear": "ปิดใช้งานรายการทั้งหมดที่กำลังถูกกรองในเมนู", + "tutorial_save": "บันทึกการเลือกปัจจุบันและออก", + "tutorial_show_all_view": "เปลี่ยนแปลงการแสดงผล PokéStops & Gyms", + "tutorial_show_pokemon_view": "เปลี่ยนแปลงการแสดงผล Pokémon", + "tutorial_toggle": "การคลิก Check/X เป็นการสลับรายการ", + "tutorial_pokemon_caption": "ไอคอนนี้ช่วยให้คุณตั้งค่าตัวกรองสำหรับโปเกมอนนั้นๆ", + "tutorial_all_caption": "ทีมมีเมนูช่องพิเศษ\nรายการอื่นๆ ช่วยให้คุณปรับขนาดไอคอน", + "tutorial_popup_0": "ป๊อปอัพตอนนี้สามารถตอบสนองได้!", + "tutorial_popup_1": "สามจุดเปิดตัวเลือกการซ่อน, ยกเว้น, และสลับตัวจับเวลา", + "tutorial_popup_2": "ไอคอนที่อยู่ทั้งสองข้างลิงก์นำทางจะขยายเพื่อแสดงข้อมูลเพิ่มเติม, ลองดูสิ!", + "tutorial_popup_3": "ไอคอนแตกต่างกันไปในแต่ละหมวดหมู่, อย่าลืมตรวจสอบทั้งหมด", + "tutorial_closing_0": "ข้อมูลเพิ่มเติม", + "tutorial_closing_1": "สไลเดอร์โปเกมอนทั่วโลกในแถบด้านข้างทำงานแยกต่างหากจากเมนูขั้นสูงและไม่มีผลกระทบต่อกัน", + "tutorial_closing_2": "อย่าลืมตรวจสอบส่วนการตั้งค่าในแถบด้านข้าง", + "tutorial_closing_3": "มีตัวเลือกทางด้านความสวยงามมากมายสำหรับแต่ละหมวดหมู่, แต่จำไว้ว่ายิ่งคุณเพิ่มลงในแมพของคุณ, โอกาสที่แมพของคุณจะค้างก็ยิ่งสูงขึ้น", + "tutorial_closing_4": "คุณสามารถดูบทเรียนนี้อีกครั้งโดยการเลือกในแผงการตั้งค่าในแถบด้านข้าง", + "tutorial_closing_5": "รักษาสุขภาพและโชคดี!", + "intro": "บทนำ", + "sidebar": "แถบด้านข้าง", + "sliders": "สไลเดอร์", + "popups": "ป๊อปอัพ", + "closing": "สิ้นสุด", + "shortcuts": "ทางลัด", + "iv": "IV", + "area_restrictions": "การจำกัดพื้นที่", + "map": "แมพ", + "stats": "สถิติ", + "pvp": "PVP", + "area_restrictions_subtitle": "คุณมีสิทธิ์เข้าถึงพื้นที่เหล่านี้", + "devices_subtitle": "แสดงตำแหน่งและเส้นทางของอุปกรณ์ที่กำลังใช้งาน", + "gyms_subtitle": "แสดงตำแหน่งยิมที่กำลังใช้งาน, ทีมที่ครอง, และช่องว่างที่แต่ละยิมมี", + "invasions_subtitle": "แสดงข้อมูลการรุกรานของทีมโรเก็ต, รวมถึงไลน์อัพการต่อสู้, เวลาหมดอายุ, และรางวัลที่เป็นไปได้", + "iv_subtitle": "แสดง IV% และตัวเลือกแสงเรืองแสง", + "lures_subtitle": "แสดงข้อมูลล่อ, รวมถึงประเภทของล่อและเวลาหมดอายุ", + "map_subtitle": "แสดงแมพ", + "nests_subtitle": "แสดงโปเกมอนที่ทำรังอยู่และรูปปิดรัง", + "pokemon_subtitle": "แสดงตำแหน่งโปเกมอนทั้งหมดและเวลาหมดอายุ", + "pokestops_subtitle": "แสดงตำแหน่ง PokéStop ทั้งหมด", + "portals_subtitle": "แสดงพอร์ทัล Ingress ทั้งหมด", + "pvp_subtitle": "แสดงข้อมูลอันดับ PVP/CP/ระดับ สำหรับแต่ละโปเกมอน", + "quests_subtitle": "แสดงข้อมูลรางวัลและภารกิจ", + "raids_subtitle": "แสดงข้อมูลการโจมตีทั้งหมด รวมถึงบอสในการโจมตี, ไข่, เวลาหมดอายุ และชุดการเคลื่อนไหว", + "scan_cells_subtitle": "แสดงเวลาที่เซลล์ S2 ถูกแสกนครั้งสุดท้ายโดยอุปกรณ์", + "scan_areas_subtitle": "แสดงพื้นที่สแกนที่มีอยู่", + "spawnpoints_subtitle": "แสดงจุดเกิดและเวลาโดยประมาณที่จะหายไป", + "stats_subtitle": "แสดงสถิติและระดับของโปเกมอน", + "submission_cells_subtitle": "แสดงข้อมูลที่มีประโยชน์สำหรับการเสนอ POI ใหม่", + "weather_subtitle": "แสดงข้อมูลอากาศในเกมสำหรับแต่ละเซลล์", + "scanner_subtitle": "โต้ตอบโดยตรงกับเครื่องสแกนในหลายวิธี", + "s2cells_subtitle": "แสดงเซลล์ S2 ในหลายชั้นบนแผนที่", + "backups_subtitle": "เปิดใช้งานการสำรองและโหลดการตั้งค่าข้ามอุปกรณ์", + "backups": "การสำรองข้อมูล", + "user_profile": "โปรไฟล์ผู้ใช้", + "user_username": "ชื่อผู้ใช้", + "candy": "ลูกอม", + "show_ex_badge": "แสดงเหรียญ EX", + "search": "ค้นหา", + "global_search_quests": "ใส่ชื่อรางวัล...", + "global_search_lures": "ใส่ชื่อล่อ...", + "global_search_pokestops": "ใส่ชื่อป้ายโปเกสตอป...", + "global_search_gyms": "ใส่ชื่อยิม...", + "global_search_portals": "ใส่ชื่อพอร์ทัล...", + "global_search_nests": "ใส่ชื่อโปเกมอนที่รัง...", + "global_search_raids": "ใส่ชื่อบอสการโจมตี...", + "global_search_pokemon": "ใส่ชื่อโปเกมอน...", + "global_search_invasions": "ใส่ประเภทมาร, ชื่อ, หรือชื่อรางวัลโปเกมอน...", + "raid_level_badges": "เหรียญระดับการโจมตี", + "options": "ตัวเลือก", + "profile": "โปรไฟล์", + "pokemon_icons": "ไอคอนโปเกมอน", + "pokestop_icons": "ไอคอนโปเกสตอป", + "gym_icons": "ไอคอนยิม", + "team_icons": "ไอคอนทีม", + "egg_icons": "ไอคอนไข่", + "raid_icons": "ไอคอนการโจมตี", + "nest_icons": "ไอคอนรัง", + "reward_icons": "ไอคอนรางวัล", + "type_icons": "ไอคอนประเภท", + "weather_icons": "ไอคอนอากาศ", + "misc_icons": "ไอคอนอื่นๆ", + "invasion_icons": "ไอคอนการบุกรุก", + "spawnpoint_icons": "ไอคอนจุดเกิด", + "device_icons": "ไอคอนอุปกรณ์", + "pokemon_audio": "เสียงโปเกมอน", + "pokestop_audio": "เสียงโปเกสตอป", + "gym_audio": "เสียงยิม", + "team_audio": "เสียงทีม", + "egg_audio": "เสียงไข่", + "raid_audio": "เสียงการโจมตี", + "nest_audio": "เสียงรัง", + "reward_audio": "เสียงรางวัล", + "type_audio": "เสียงประเภท", + "weather_audio": "เสียงอากาศ", + "misc_audio": "เสียงอื่นๆ", + "invasion_audio": "เสียงการบุกรุก", + "spawnpoint_audio": "เสียงจุดเกิด", + "device_audio": "เสียงอุปกรณ์", + "pokemon_timers": "ตัวจับเวลาโปเกมอนทั้งหมด", + "show_dex_num_in_popup": "แสดงเลข Pokedex ในป็อปอัป", + "popup": "ป็อปอัป", + "pvp_level": "สถิติ PVP ระดับ {{level}}", + "pvp_mega": "สถิติ PVP เมก้า", + "webhook_entry": "เพิ่มใน {{name}}", + "remove_webhook_entry": "ลบออกจาก {{name}}", + "distance": "ระยะทาง", + "gym": "ยิม", + "egg": "ไข่", + "raid": "การโจมตี", + "lure": "ล่อ", + "quest": "ภารกิจ", + "invasion": "การบุกรุก", + "nest": "รัง", + "pokestop": "ป้ายโปเกสตอป", + "team": "ทีม", + "global": "ทั่วไป", + "manage_webhook": "จัดการ {{name}}", + "drag_and_drop": "ลากและวางเครื่องหมายเพื่อตั้งค่าตำแหน่งของคุณ", + "click_to_select": "คลิกเพื่อเลือก", + "add_new": "เพิ่มการแจ้งเตือน{{category}}ใหม่", + "my_location": "ตำแหน่งของฉัน", + "choose_on_map": "เลือกบนแผนที่", + "select_profile": "เลือกโปรไฟล์", + "distance_radius": "พรีวิวรัศมีระยะทาง", + "areas": "พื้นที่", + "select_webhook": "เลือก Bot", + "ar_quest_true": "ภารกิจ AR", + "ar_quest_false": "ไม่มี AR", + "with_ar": "มี AR", + "both": "ทั้งสอง", + "without_ar": "ไม่ใช้ AR", + "exclude_quest_multi": "ไม่รวม {{reward}}", + "cluster_limit_0": "จำกัด {{variable_0}} ({{variable_1}}) ถูกบรรลุแล้ว", + "cluster_limit_1": "กรุณาซูมเข้าหรือจำกัดตัวกรอง", + "show_polygons": "แสดงโพลีกอน", + "exclude_invasion_multi": "ไม่รวมการรุกราน {{invasion}}", + "stardust": "สตาร์ดัสต์", + "slider_cp": "CP", + "pvp_ranking_league": "ลีก", + "pvp_ranking_min_cp": "CP ต่ำสุด", + "slider_pvp": "อันดับ", + "profile_no": "โปรไฟล์", + "template": "เทมเพลต", + "gender": "เพศ", + "clean": "ล้าง", + "all_forms": "ทุกฟอร์ม", + "pvp_entry": "รายการ PVP", + "no_iv": "Incl. No IV", + "by_distance": "โดยระยะทาง", + "min_time": "เวลาขั้นต่ำ", + "add_new_profile": "เพิ่มโปรไฟล์ใหม่", + "slider_none": "ไม่มี", + "non_registered_human_title": "อุปส์, บางอย่างไม่ถูกต้อง!", + "non_registered_human_desc": "คุณอาจจะไม่ได้ลงทะเบียนกับ {{webhook}}\nหรือเซิร์ฟเวอร์ไม่สามารถเชื่อมต่อได้ในขณะนี้", + "try_again_later": "กรุณาลองอีกครั้งในภายหลัง", + "selected_areas_one": "เลือก {{count}} พื้นที่", + "selected_areas_other": "เลือก {{count}} พื้นที่", + "webhook_selection": "การเลือก {{name}}", + "message_of_the_day": "ข้อความประจำวัน", + "has_quest_indicator": "สีเลือกสำหรับจุดที่มีเควส", + "show_ar_badge": "แสดงแบดจ์ AR", + "all_gyms": "ยิมทั้งหมด", + "general": "ทั่วไป", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "การเลือกทั่วโลกที่เลือกไว้", + "normal_forms": "ฟอร์มปกติ", + "weather_indicator": "ตัวบ่งชี้สภาพอากาศเพิ่มพลัง", + "page": "หน้า {{page}}", + "navigation_controls": "ควบคุมนำทาง", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "พิเศษ", + "all_moves": "ทุกการเคลื่อนไหว", + "move": "วิธีการเคลื่อนไหว", + "any": "ทุก", + "min_spawn_average": "อัตราการปรากฏต่ำสุด", + "select_all": "เลือกทั้งหมด", + "delete_all": "ลบที่เลือก", + "cancel": "ยกเลิก", + "day_1": "วันจันทร์", + "day_2": "วันอังคาร", + "day_3": "วันพุธ", + "day_4": "วันพฤหัสบดี", + "day_5": "วันศุกร์", + "day_6": "วันเสาร์", + "day_7": "วันอาทิตย์", + "profile_name": "ชื่อโปรไฟล์", + "manage_profiles": "จัดการโปรไฟล์", + "min_spawn_avg": "อัตราการปรากฏโดยเฉลี่ยต่ำ", + "poke_global": "ทุกอย่าง", + "amount": "จำนวน", + "specific_gym": "ยิมเฉพาะ", + "search_location": "ค้นหาสถานที่", + "search_specific": "ค้นหา {{category}} เฉพาะ", + "webhook_success_gym": "การแจ้งเตือนการโจมตี, ไข่, และการเปลี่ยนทีมได้ถูกเพิ่ม!", + "slot_changes": "การเปลี่ยนช่อง", + "slot_changes_poracle": "การเปลี่ยนช่อง", + "confirm_delete": "จะลบการติดตามทั้งหมดสำหรับโปรไฟล์นี้, คุณแน่ใจหรือไม่?", + "confirm_copy": "เลือกโปรไฟล์ที่คุณต้องการคัดลอก \"{{profile}}\" มาที่นี่, จะเขียนทับโปรไฟล์นั้นทั้งหมด.", + "webhook_error": "{{name}} ไม่สามารถประมวลผลได้.\nกรุณาลองอีกครั้งในภายหลัง.", + "profile_error": "ต้องเป็นชื่อที่ไม่ซ้ำและถูกต้อง", + "team_0": "ไมมีทีม", + "battle_changes": "ในการต่อสู้", + "battle_changes_poracle": "การเปลี่ยนแปลงการต่อสู้", + "auto": "อัตโนมัติ", + "webhooks_subtitle": "จัดการการแจ้งเตือนของคุณโดยตรงจากแผนที่สำหรับบอทเหล่านี้", + "event_stops_subtitle": "แสดง Pokéstops ของกิจกรรมพิเศษเช่น Kecleon", + "webhooks": "การแจ้งเตือน", + "scanner": "การกระทำของสแกนเนอร์", + "everything_individually": "เพิ่มการแจ้งเตือนแต่ละอย่าง", + "individually": "แยก", + "join": "เข้าร่วม", + "errors_404": "อุปส์, ไม่พบหน้านี้!", + "errors_500": "เกิดข้อผิดพลาดของเซิร์ฟเวอร์, กรุณาลองอีกครั้งในภายหลัง!", + "local_username": "ชื่อผู้ใช้", + "local_password": "รหัสผ่าน", + "local_error": "เกิดข้อผิดพลาด, กรุณาลองอีกครั้งในภายหลัง!", + "no_filter_results": "ไม่พบผลลัพธ์\nลองขยายตัวกรองของคุณ", + "donor_page": "หน้าผู้บริจาค", + "go_back": "กลับไป", + "access": "เข้าถึง", + "link_discord": "เชื่อมต่อ Discord", + "select_webhook_strategy": "จัดการการแจ้งเตือน", + "webhook_strategy_success_0": "สำเร็จ! กำลังรีเฟรชเพื่อดึงการตั้งค่าการแจ้งเตือน...", + "register": "ลงทะเบียน", + "invalid_credentials": "ข้อมูลไม่ถูกต้อง", + "localauth_failed": "การยืนยันตัวตนล้มเหลว", + "error_creating_user": "ไม่สามารถลงทะเบียนผู้ใช้ใหม่ได้ในขณะนี้", + "discord_linked": "เชื่อมต่อกับ Discord แล้ว", + "telegram_linked": "เชื่อมต่อกับ Telegram แล้ว", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "ระดับ", + "km": "กิโลเมตร", + "feedback": "ข้อเสนอแนะ", + "donor_menu": "เมนูผู้บริจาค", + "pokemon_cell": "ตำแหน่งของโปเกมอนอาจมีความแตกต่าง", + "timer_verified": "ตัวจับเวลานี้ได้รับการยืนยันแล้ว", + "timer_unverified": "ตัวจับเวลานี้ยังไม่ได้รับการยืนยัน", + "all": "ทั้งหมด", + "badge_0": "ไม่มี", + "badge_1": "พื้นฐาน", + "badge_2": "ทองแดง", + "badge_3": "เงิน", + "badge_4": "ทอง", + "gym_badge_menu": "แก้ไขเหรียญยิม", + "gym_badges": "เหรียญยิม", + "gym_badge_diamonds": "แสดงเหรียญยิม", + "gym_badges_subtitle": "แสดงเหรียญยิมบนแผนที่และในหน้าโปรไฟล์", + "confirm_filters_reset": "รีเซ็ตตัวกรอง", + "filters_reset_text": "คุณแน่ใจหรือไม่ที่จะรีเซ็ตการตั้งค่าเป็นค่าเริ่มต้น? ไม่สามารถยกเลิกได้!", + "filters_reset_title": "รีเซ็ตตัวกรอง", + "raid_quick_select": "เลือกอย่างรวดเร็ว", + "disabled": "ปิดการใช้งาน", + "loading": "กำลังโหลด {{category}}", + "loading_icons": "กำลังดึงไอคอน", + "loading_invasions": "กำลังดึงข้อมูลการบุกรุก", + "scan_next": "สแกนที่ตั้งถัดไป", + "scan_next_choose": "ลากและวางเครื่องหมายเพื่อตั้งที่ตั้งการสแกน", + "scan_zone": "สแกนพื้นที่", + "scan_zone_choose": "ลากและวางเครื่องหมายเพื่อตั้งที่ตั้งการสแกนและเลือกขนาด", + "scan_zone_size": "ขนาด", + "scan_zone_range": "ระยะทาง", + "scan_zone_spacing": "ระยะห่าง", + "scan_zone_radius": "รัศมี", + "scan_requests": "คำขอสแกน", + "scan_queue": "คิวปัจจุบัน", + "click_to_scan": "สแกนที่นี่", + "scan_confirmed_title": "ยืนยันความต้องการสแกน", + "scan_confirmed": "คนงานได้ถูกส่งไปยังที่ตั้ง, ผลลัพธ์จะปรากฏบนแผนที่เร็วๆ นี้!", + "scan_loading_title": "กำลังส่งคำขอสแกน", + "scan_loading": "คำขอสแกนของคุณกำลังถูกประมวลผลและส่งไปยังระบบ!", + "scan_error_title": "ข้อผิดพลาด", + "scan_error": "มีข้อผิดพลาดขณะประมวลผลคำขอสแกน...", + "scan_outside_area": "ที่ตั้งนี้อยู่นอกขอบเขตพื้นที่ที่ได้รับอนุญาต", + "pvp_ranking_cap": "ระดับ", + "lc_title": "ติดตามตำแหน่งของคุณ", + "lc_metersUnit": "เมตร", + "lc_feetUnit": "ฟุต", + "lc_popup": "คุณอยู่ห่างจากจุดนี้ {distance} {unit}", + "lc_outsideMapBoundsMsg": "คุณอยู่นอกขอบเขตของแผนที่", + "no_alerts": "ไม่พบการแจ้งเตือน", + "loading_settings": "กำลังโหลดการตั้งค่า", + "refresh_to_continue": "กรุณารีเฟรชก่อนที่จะดำเนินการต่อ", + "session_expired_title": "เซสชันหมดอายุ", + "session_expired_body": "เซสชันของคุณหมดอายุแล้ว", + "old_client_title": "ล้าสมัย", + "old_client_body": "มีเวอร์ชันใหม่ของแผนที่นี้มากว่าที่คุณกำลังใช้", + "early_old_client_title": "ล้าสมัย", + "early_old_client_body": "อาจมีเวอร์ชันเก่าของแอปนี้ที่ถูกแคชไว้ในเบราว์เซอร์ของคุณ, คุณจำเป็นต้องล้างแคชก่อนที่คุณจะสามารถใช้แอปนี้ได้.", + "refresh": "รีเฟรช", + "points": "คะแนน", + "day": "วัน", + "days": "วัน", + "react_error": "เกิดข้อผิดพลาดบางอย่าง", + "clickable_icon": "ไอคอนที่คลิกได้", + "two_stops_till_next": "2 สถานีถัดไป", + "one_stop_till_next": "1 สถานีถัดไป", + "no_more_gyms": "ไม่มียิมเพิ่มเติม", + "light_map_border": "ขอบแผนที่สว่าง", + "dark_map_border": "ขอบแผนที่เข้ม", + "cell_blocked": "บล็อคเซลล์", + "poi_color": "สีจุดที่น่าสนใจ", + "quest_condition": "เงื่อนไขภารกิจ", + "always_show_labels": "แสดงป้ายกำกับเสมอ", + "scan_areas_options": "ตัวเลือกพื้นที่สแกน", + "historic_rarity": "ความหายากประวัติศาสตร์", + "poi": "จุดที่น่าสนใจ", + "300m_range": "ระยะ 300m", + "lure_range": "ระยะของเหยื่อ", + "custom_range": "ระยะกำหนดเอง", + "tap_to_toggle": "แตะเพื่อสลับ", + "power_up": "เพิ่มพลัง", + "never_alt": "ไม่เคย", + "seen_nearby_stop": "พบใกล้ป้าย", + "seen_nearby_cell": "พบในช่องนี้", + "seen_lure_encounter": "พบจากเหยื่อ", + "seen_lure_wild": "เหยื่อสร้าง", + "seen_wild": "พบในธรรมชาติ", + "event_stops": "ป้ายกิจกรรม", + "event_stop_timers": "ตัวจับเวลาป้ายกิจกรรม", + "size_0": "ทุกขนาด", + "size_1": "XXS", + "size_2": "XS", + "size_3": "M", + "size_4": "XL", + "size_5": "XXL", + "show_size_indicator": "แสดงตัวบ่งชี้ขนาด", + "size": "ขนาด", + "gold_stop": "ป้ายโกลด์", + "profile_backups": "สลับโปรไฟล์", + "new_backup": "สำรองข้อมูลใหม่", + "create": "สร้าง", + "load": "โหลด", + "update": "อัปเดต", + "delete": "ลบ", + "name": "ชื่อ", + "only_confirmed": "เฉพาะที่ยืนยันแล้ว", + "only_exclude_grunts": "ไม่รวม Grunts", + "only_exclude_leaders": "ไม่รวม Leaders", + "rocket_pokemon": "โปเกมอนทีม Rocket", + "decoy": "เหยื่อล่อ", + "s2_cell_limit_0": "คุณพยายามสร้างเซลล์มากกว่า 20,000 เซลล์ ({{variable_0}})", + "s2_cell_zoom_limit": "บางเซลล์มีขนาดเล็กเกินไปที่จะแสดงในระดับการซูมนี้", + "show_all_pvp_ranks": "แสดงอันดับ PVP ทั้งหมด", + "enable_pokemon_popup_coords": "แสดงพิกัดโปเกมอน", + "enable_gym_popup_coords": "แสดงพิกัดยิม", + "enable_pokestop_popup_coords": "แสดงพิกัดป้าย", + "enable_portal_popup_coords": "แสดงพิกัดพอร์ทัล", + "on_block_join_discord": "กรุณาเข้าร่วมดิสคอร์ดของเราเพื่อข้อมูลเพิ่มเติม", + "on_block_msg": "คุณถูกบล็อกเนื่องจากเป็นสมาชิกของ", + "denied": "ถูกปฏิเสธ", + "showcase": "แสดง", + "unknown_event": "กิจกรรมไม่ทราบชื่อ", + "scanner_countdown": "พร้อมในอีก {{time}}s", + "success": "สำเร็จ", + "contribute": "มีส่วนร่วม", + "mi": "ไมล์", + "filter_by_areas": "กรองตามพื้นที่", + "submit_nest_name": "ส่งชื่อรัง", + "nest_submission_menu": "อัปเดตชื่อ", + "nest_submissions": "ส่งชื่อรัง", + "nest_submissions_subtitle": "อนุญาตให้คุณส่งชื่อใหม่สำหรับรัง", + "pokemon_opacity": "ความทึบแสงของโปเกมอน", + "invasion_opacity": "ความทึบแสงของการบุกรุก", + "raid_opacity": "ความทึบแสงของการเรด", + "opacity_ten_minutes": "ความทึบแสงที่ 10 นาที", + "opacity_five_minutes": "ความทึบแสงที่ 5 นาที", + "opacity_one_minute": "ความทึบแสงที่ 1 นาที", + "level_circles": "ตัวบ่งชี้ระดับ", + "min_level_circle": "ระดับวงกลมต่ำสุด", + "mutation_auth_error": "คำขอของคุณไม่สำเร็จเนื่องจากคุณไม่ได้เข้าสู่ระบบ", + "submitted_by": "ส่งโดย", + "reversible": "สามารถย้อนกลับได้", + "version": "เวอร์ชัน", + "route_tags": "แท็กเส้นทาง", + "routes": "เส้นทาง", + "route_type": "ประเภทเส้นทาง", + "routes_subtitle": "ดูเส้นทางและข้อมูลที่เกี่ยวข้องในเกมบนแผนที่", + "description": "คำอธิบาย", + "additional_info": "ข้อมูลเพิ่มเติม", + "duration": "ระยะเวลา", + "elevation": "ความสูง", + "contest_category_1": "ขนาดเล็กที่สุด", + "context_category_2": "ขนาดใหญ่ที่สุด", + "total_entries": "จำนวนการเข้าร่วมทั้งหมด", + "showcase_rankings": "แสดงอันดับ", + "showcase_rankings_subtitle": "แสดงรายการอันดับสูงสุดสำหรับการแสดงผลที่ป้าย", + "tth": "TTH", + "tth_0": "ทั้งหมด", + "tth_1": "ที่รู้จัก", + "tth_2": "ไม่ทราบ", + "no_access": "ไม่มีสิทธิการเข้าถึง", + "cooldown": "เวลาหยุดพัก", + "scan_some_outside_area": "บางตำแหน่งอยู่นอกขอบเขตที่ได้รับอนุญาต", + "alerts": "การแจ้งเตือน", + "alert_manager": "การจัดการการแจ้งเตือน", + "menu": "เมนู", + "theme": "ธีม", + "exit": "ออก", + "component": "ส่วนประกอบ", + "component_login_page": "หน้าเข้าสู่ระบบ", + "component_donation_page": "หน้าบริจาค", + "component_message_of_the_day": "ข้อความประจำวัน", + "download": "ดาวน์โหลด", + "playground": "สนามเด็กเล่น", + "locale": "ภาษา", + "saved": "บันทึกแล้ว", + "show_editor": "แสดงตัวแก้ไข", + "hide_editor": "ซ่อนตัวแก้ไข", + "reported_error": "ข้อผิดพลาดนี้ได้รับการรายงานไปยังเซิร์ฟเวอร์พร้อมด้วยรหัสประจำตัว", + "dark_mode": "โหมดมืด", + "load_from_autosave": "โหลดจากการบันทึกอัตโนมัติ", + "done": "เสร็จสิ้น", + "fast": "ฟาสต์", + "charged": "ชาร์จ", + "offline_mode": "โหมดออฟไลน์", + "include_sponsored": "รวมสปอนเซอร์", + "showcase_color": "สีแสดง", + "partner_color": "สีพันธมิตร", + "disable": "ปิดใช้งาน {{- name}}", + "profiling": "โปรไฟลิง", + "showcase_block": "บล็อกเนื่องจากการแสดง", + "signed_in_as": "เข้าสู่ระบบเป็น", + "missing_map_perm": "คุณไม่มีสิทธิ์ดูแผนที่", + "access_denied": "การเข้าถึงถูกปฏิเสธ", + "audio": "เสียง", + "desktop_notifications": "การแจ้งเตือนบนเดสก์ท็อป", + "notifications_options": "ตัวเลือกการแจ้งเตือน", + "audio_always_on": "เล่นเสียงตลอดเวลา", + "volume_level": "ระดับเสียง", + "notifications_status": "สถานะการแจ้งเตือน", + "granted": "อนุญาตแล้ว", + "set_all": "ตั้งค่าทั้งหมด", + "set_filtered": "ตั้งค่าตัวกรอง", + "only_show_available": "แสดงเฉพาะที่มี", + "easy_mode": "โหมดง่าย", + "quick_select": "เลือกเร็วทั่วโลก", + "pokemon_filter_mode": "โหมดกรองโปเกมอน", + "basic": "พื้นฐาน", + "intermediate": "กลาง", + "expert": "ผู้เชี่ยวชาญ", + "basic_description": "เลือกโปเกมอนได้ง่ายและใช้ตัวกรองทั่วไป", + "intermediate_description": "ตั้งค่าตัวกรองทั่วไปและตัวกรองสำหรับแต่ละโปเกมอน (แบบดั้งเดิม)", + "expert_description": "คีย์คำค้นสำหรับการปรับแต่งมากที่สุด", + "icon_size": "ขนาดไอคอน", + "developer": "นักพัฒนา", + "raid_override": "การเข้าควบคุมการโจมตี", + "search_rocket_pokemon": "ค้นหาโปเกมอนของทีมโรเก็ต", + "main": "หลัก", + "extra": "เสริม", + "select": "เลือก", + "searching": "กำลังค้นหา...", + "no_options": "ไม่มีตัวเลือก...", + "and": "และ", + "or": "หรือ", + "only_global": "เฉพาะทั่วถึงทั้งหมด", + "global_caption": "ไม่ทางตัวกรองอื่นๆ", + "global_and_individual": "ตัวกรองทั่วไปและเฉพาะตัว", + "gender_filters_all": "เพศใช้กับทั้งหมด", + "and_caption": "เชื่อมต่อกัน", + "or_caption": "กรองอย่างอิสระ", + "filter_help": "ช่วยเหลือตัวกรอง", + "kilometers": "กิโลเมตร", + "miles": "ไมล์", + "distance_unit": "หน่วยระยะทาง", + "data_management": "การจัดการข้อมูล", + "reset_or_manage_text": "คุณสามารถรีเซ็ตตัวกรองของคุณหมดเป็นครั้งคราว หรือคุณสามารถดูหน้าการจัดการข้อมูลซึ่งจะช่วยให้คุณรีเซ็ตหมวดหมู่แต่ละรายการ", + "reset_audio": "รีเซ็ตเสียง", + "reset_all": "รีเซ็ตทั้งหมด", + "reset_icons": "รีเซ็ตไอคอน", + "reset_position": "รีเซ็ตตำแหน่ง", + "reset_ui": "รีเซ็ต UI", + "reset_options": "รีเซ็ตตัวเลือก", + "reset_menus": "รีเซ็ตเมนู", + "reset_settings": "รีเซ็ตการตั้งค่า", + "reset_general_title": "ทั่วไป", + "reset_filters_title": "ตัวกรอง", + "reset_assets": "รีเซ็ตทรัพยากร", + "reset_pokemon": "รีเซ็ตโปเกมอน", + "reset_pokestops": "รีเซ็ตป้ายโปเกสต็อป", + "reset_gyms": "รีเซ็ตยิม", + "reset_nests": "รีเซ็ตที่พัก", + "reset_portals": "รีเซ็ตประตู", + "reset_routes": "รีเซ็ตเส้นทาง", + "reset_scan_areas": "รีเซ็ตพื้นที่สแกน", + "reset_scan_cells": "รีเซ็ตเซลสแกน", + "reset_devices": "รีเซ็ตอุปกรณ์", + "reset_weather": "รีเซ็ตสภาพอากาศ", + "reset_s2cells": "รีเซ็ตเซล S2", + "reset_spawnpoints": "รีเซ็ตจุดปรากฏ", + "reset_submission_cells": "รีเซ็ตเซลส่งข้อมูล", + "hisuian": "ฮิสุเอี้ยน", + "spacial_rend_range": "ระยะห่าง Spacial Rend", + "key": "คีย์", + "ai": "AI", + "human": "มนุษย์", + "locales": "ภาษา", + "instructions": "คำแนะนำ", + "locale_instructions_1": "เลือกภาษาจากเมนูแบบเลื่อนลง", + "locale_instructions_2": "ป้อนการแปลที่ต้องการลงในคอลัมน์ \"มนุษย์\"", + "locale_instructions_3": "คลิกปุ่ม \"$t(download)\" เพื่อดาวน์โหลดไฟล์ JSON", + "locale_instructions_4": "Fork ลิงก์ของ GitHub repo ด้านล่างนี้", + "locale_instructions_5": "สร้าง branch ใหม่และตั้งชื่อตามภาษาที่คุณกำลังแปล", + "locale_instructions_6": "แทนที่เนื้อหาของ \"packages/locales/lib/human/{{lng}}.json\" ด้วยไฟล์ที่คุณดาวน์โหลด", + "locale_instructions_7": "สร้าง pull request", + "locale_instructions_8": "รอการตรวจสอบและผสาน pull request", + "enter_translation": "ป้อนการแปล", + "individual_filters": "กรองบางส่วน", + "data_limit_reached": "คุณขอข้อมูลมากเกินไปเมื่อเร็ว ๆ นี้และจะต้องรอจนถึง {{until}}", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "ไดรับ {{amount}} หัวใจรวมกันกับคูหูของคุณ", + "challenge_buddy_treat_plural": "ปอนของวางใหคูหูของคุณ {{amount}} ครั้ง", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Star Egg", + "egg_1_plural": "1 Star Eggs", + "egg_2": "2 Star Egg", + "egg_2_plural": "2 Star Eggs", + "egg_3": "3 Star Egg", + "egg_3_plural": "3 Star Eggs", + "egg_4": "4 Star Egg", + "egg_4_plural": "4 Star Eggs", + "egg_5": "Legendary Egg", + "egg_5_plural": "Legendary Eggs", + "egg_6": "Mega Egg", + "egg_6_plural": "Mega Eggs", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "ปกติ", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "ปกติ", + "form_34": "โจมตี", + "form_35": "ปองกัน", + "form_36": "รวดเร็ว", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "ปกติ", + "form_46": "อโลลา", + "form_47": "ปกติ", + "form_48": "อโลลา", + "form_49": "ปกติ", + "form_50": "อโลลา", + "form_51": "ปกติ", + "form_52": "อโลลา", + "form_53": "ปกติ", + "form_54": "อโลลา", + "form_55": "ปกติ", + "form_56": "อโลลา", + "form_57": "ปกติ", + "form_58": "อโลลา", + "form_59": "ปกติ", + "form_60": "อโลลา", + "form_61": "ปกติ", + "form_62": "อโลลา", + "form_63": "ปกติ", + "form_64": "อโลลา", + "form_65": "ปกติ", + "form_66": "อโลลา", + "form_67": "ปกติ", + "form_68": "อโลลา", + "form_69": "ปกติ", + "form_70": "อโลลา", + "form_71": "ปกติ", + "form_72": "อโลลา", + "form_73": "ปกติ", + "form_74": "อโลลา", + "form_75": "ปกติ", + "form_76": "อโลลา", + "form_77": "ปกติ", + "form_78": "อโลลา", + "form_79": "ปกติ", + "form_80": "อโลลา", + "form_81": "ปกติ", + "form_82": "ฟรอสตโรตอม", + "form_83": "สปนโรตอม", + "form_84": "คัตโรตอม", + "form_85": "วอชโรตอม", + "form_86": "ฮีทโรตอม", + "form_87": "ปลอกใบไม", + "form_88": "ปลอกทราย", + "form_89": "ปลอกขยะ", + "form_90": "ฟอรมดัดแปลง", + "form_91": "ฟอรมดั้งเดิม", + "form_92": "ฟอรมทองฟา", + "form_93": "ฟอรมพื้นดิน", + "form_94": "ฟอรมมืดมน", + "form_95": "Sunny", + "form_96": "ทะเลตะวันตก", + "form_97": "ทะเลตะวันออก", + "form_98": "ทะเลตะวันตก", + "form_99": "ทะเลตะวันออก", + "form_100": "ปกติ", + "form_101": "ตอสู", + "form_102": "บิน", + "form_103": "พิษ", + "form_104": "ดิน", + "form_105": "หิน", + "form_106": "แมลง", + "form_107": "ผี", + "form_108": "โลหะ", + "form_109": "ไฟ", + "form_110": "น้ำ", + "form_111": "หญา", + "form_112": "ไฟฟา", + "form_113": "พลังจิต", + "form_114": "น้ำแข็ง", + "form_115": "มังกร", + "form_116": "ความมืด", + "form_117": "แฟรี่", + "form_118": "ปลอกใบไม", + "form_119": "ปลอกทราย", + "form_120": "ปลอกขยะ", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "ปกติ", + "form_136": "แถบสีแดง", + "form_137": "แถบสีฟา", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "ฟอรมอวตาร", + "form_141": "ฟอรมสัตวศักดิ์สิทธิ์", + "form_142": "ฟอรมอวตาร", + "form_143": "ฟอรมสัตวศักดิ์สิทธิ์", + "form_144": "ฟอรมอวตาร", + "form_145": "ฟอรมสัตวศักดิ์สิทธิ์", + "form_146": "ปกติ", + "form_147": "แบล็กคิวเรม", + "form_148": "ไวทคิวเรม", + "form_149": "รางปกติ", + "form_150": "รางแนวแน", + "form_151": "ฟอรมวอยซ", + "form_152": "ฟอรมสเต็ป", + "form_157": "ปกติ", + "form_160": "ปกติ", + "form_163": "ปกติ", + "form_166": "ปกติ", + "form_169": "ปกติ", + "form_172": "ปกติ", + "form_175": "ปกติ", + "form_178": "ปกติ", + "form_181": "ปกติ", + "form_184": "ปกติ", + "form_187": "ปกติ", + "form_190": "ปกติ", + "form_193": "ปกติ", + "form_196": "ปกติ", + "form_199": "ปกติ", + "form_202": "ปกติ", + "form_205": "ปกติ", + "form_208": "ปกติ", + "form_211": "ปกติ", + "form_214": "ปกติ", + "form_217": "ปกติ", + "form_224": "ปกติ", + "form_229": "ปกติ", + "form_232": "ปกติ", + "form_235": "ปกติ", + "form_238": "ปกติ", + "form_241": "ปกติ", + "form_244": "ปกติ", + "form_247": "ปกติ", + "form_250": "ปกติ", + "form_253": "ปกติ", + "form_256": "ปกติ", + "form_259": "ปกติ", + "form_262": "ปกติ", + "form_265": "ปกติ", + "form_268": "ปกติ", + "form_271": "ปกติ", + "form_274": "ปกติ", + "form_277": "ปกติ", + "form_280": "ปกติ", + "form_283": "ปกติ", + "form_286": "ปกติ", + "form_289": "ปกติ", + "form_292": "ปกติ", + "form_295": "ปกติ", + "form_298": "ปกติ", + "form_301": "ปกติ", + "form_304": "ปกติ", + "form_307": "ปกติ", + "form_310": "ปกติ", + "form_313": "ปกติ", + "form_316": "ปกติ", + "form_319": "ปกติ", + "form_322": "ปกติ", + "form_585": "รางฤดูใบไมผลิ", + "form_586": "รางฤดูรอน", + "form_587": "รางฤดูใบไมรวง", + "form_588": "รางฤดูหนาว", + "form_589": "รางฤดูใบไมผลิ", + "form_590": "รางฤดูรอน", + "form_591": "รางฤดูใบไมรวง", + "form_592": "รางฤดูหนาว", + "form_593": "ปกติ", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "ปกติ", + "form_599": "Noevolve", + "form_600": "ปกติ", + "form_601": "Noevolve", + "form_602": "ปกติ", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "ปกติ", + "form_613": "ปกติ", + "form_616": "ปกติ", + "form_619": "ปกติ", + "form_622": "ปกติ", + "form_625": "ปกติ", + "form_628": "ปกติ", + "form_631": "ปกติ", + "form_634": "ปกติ", + "form_637": "ปกติ", + "form_640": "ปกติ", + "form_643": "ปกติ", + "form_646": "ปกติ", + "form_649": "ปกติ", + "form_652": "ปกติ", + "form_655": "ปกติ", + "form_658": "ปกติ", + "form_661": "ปกติ", + "form_664": "ปกติ", + "form_667": "ปกติ", + "form_670": "ปกติ", + "form_677": "ปกติ", + "form_680": "ปกติ", + "form_683": "ปกติ", + "form_688": "ปกติ", + "form_691": "ปกติ", + "form_694": "ปกติ", + "form_697": "ปกติ", + "form_700": "ปกติ", + "form_703": "ปกติ", + "form_706": "ปกติ", + "form_713": "ปกติ", + "form_716": "ปกติ", + "form_719": "ปกติ", + "form_722": "ปกติ", + "form_729": "ปกติ", + "form_734": "ปกติ", + "form_737": "ปกติ", + "form_740": "ปกติ", + "form_743": "ปกติ", + "form_746": "ปกติ", + "form_749": "ปกติ", + "form_752": "ปกติ", + "form_755": "ปกติ", + "form_758": "ปกติ", + "form_761": "ปกติ", + "form_764": "ปกติ", + "form_767": "ปกติ", + "form_770": "ปกติ", + "form_773": "ปกติ", + "form_776": "ปกติ", + "form_779": "ปกติ", + "form_782": "ปกติ", + "form_785": "ปกติ", + "form_788": "ปกติ", + "form_791": "ปกติ", + "form_794": "ปกติ", + "form_797": "ปกติ", + "form_800": "ปกติ", + "form_803": "ปกติ", + "form_806": "ปกติ", + "form_809": "ปกติ", + "form_812": "ปกติ", + "form_815": "ปกติ", + "form_818": "ปกติ", + "form_821": "ปกติ", + "form_824": "ปกติ", + "form_827": "ปกติ", + "form_830": "ปกติ", + "form_833": "ปกติ", + "form_836": "ปกติ", + "form_839": "ปกติ", + "form_846": "ปกติ", + "form_849": "ปกติ", + "form_852": "ปกติ", + "form_855": "ปกติ", + "form_858": "ปกติ", + "form_861": "ปกติ", + "form_864": "ปกติ", + "form_867": "ปกติ", + "form_870": "ปกติ", + "form_873": "ปกติ", + "form_876": "ปกติ", + "form_879": "ปกติ", + "form_888": "ปกติ", + "form_891": "ปกติ", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "ปกติ", + "form_901": "Vs 2019", + "form_902": "ปกติ", + "form_905": "ปกติ", + "form_908": "ปกติ", + "form_911": "ปกติ", + "form_914": "ปกติ", + "form_917": "ปกติ", + "form_920": "ปกติ", + "form_923": "ปกติ", + "form_926": "ปกติ", + "form_929": "ปกติ", + "form_932": "ปกติ", + "form_935": "ปกติ", + "form_938": "ปกติ", + "form_941": "ปกติ", + "form_944": "Galarian", + "form_945": "ปกติ", + "form_946": "Galarian", + "form_947": "ปกติ", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "ปกติ", + "form_956": "ปกติ", + "form_959": "ปกติ", + "form_962": "ปกติ", + "form_965": "ปกติ", + "form_968": "ปกติ", + "form_971": "ปกติ", + "form_974": "ปกติ", + "form_981": "ปกติ", + "form_984": "ปกติ", + "form_987": "ปกติ", + "form_990": "ปกติ", + "form_993": "ปกติ", + "form_996": "ปกติ", + "form_999": "ปกติ", + "form_1002": "ปกติ", + "form_1005": "ปกติ", + "form_1008": "ปกติ", + "form_1011": "ปกติ", + "form_1014": "ปกติ", + "form_1017": "ปกติ", + "form_1020": "ปกติ", + "form_1023": "ปกติ", + "form_1026": "ปกติ", + "form_1029": "ปกติ", + "form_1032": "ปกติ", + "form_1035": "ปกติ", + "form_1038": "ปกติ", + "form_1041": "ปกติ", + "form_1044": "ปกติ", + "form_1047": "ปกติ", + "form_1050": "ปกติ", + "form_1053": "ปกติ", + "form_1056": "ปกติ", + "form_1059": "ปกติ", + "form_1062": "ปกติ", + "form_1065": "ปกติ", + "form_1068": "ปกติ", + "form_1071": "ปกติ", + "form_1074": "ปกติ", + "form_1077": "ปกติ", + "form_1080": "ปกติ", + "form_1083": "ปกติ", + "form_1086": "ปกติ", + "form_1089": "ปกติ", + "form_1092": "ปกติ", + "form_1095": "ปกติ", + "form_1098": "ปกติ", + "form_1101": "ปกติ", + "form_1104": "ปกติ", + "form_1107": "ปกติ", + "form_1110": "ปกติ", + "form_1115": "ปกติ", + "form_1118": "ปกติ", + "form_1121": "ปกติ", + "form_1124": "ปกติ", + "form_1127": "ปกติ", + "form_1130": "ปกติ", + "form_1133": "ปกติ", + "form_1136": "ปกติ", + "form_1139": "ปกติ", + "form_1142": "ปกติ", + "form_1145": "ปกติ", + "form_1148": "ปกติ", + "form_1151": "ปกติ", + "form_1154": "ปกติ", + "form_1157": "ปกติ", + "form_1160": "ปกติ", + "form_1163": "ปกติ", + "form_1166": "ปกติ", + "form_1169": "ปกติ", + "form_1172": "ปกติ", + "form_1175": "ปกติ", + "form_1178": "ปกติ", + "form_1181": "ปกติ", + "form_1184": "ปกติ", + "form_1187": "ปกติ", + "form_1190": "ปกติ", + "form_1193": "ปกติ", + "form_1196": "ปกติ", + "form_1199": "ปกติ", + "form_1202": "ปกติ", + "form_1205": "ปกติ", + "form_1208": "ปกติ", + "form_1211": "ปกติ", + "form_1214": "ปกติ", + "form_1217": "ปกติ", + "form_1220": "ปกติ", + "form_1223": "ปกติ", + "form_1226": "ปกติ", + "form_1229": "ปกติ", + "form_1232": "ปกติ", + "form_1235": "ปกติ", + "form_1238": "ปกติ", + "form_1241": "ปกติ", + "form_1244": "ปกติ", + "form_1247": "ปกติ", + "form_1250": "ปกติ", + "form_1253": "ปกติ", + "form_1256": "ปกติ", + "form_1259": "ปกติ", + "form_1262": "ปกติ", + "form_1265": "ปกติ", + "form_1268": "ปกติ", + "form_1271": "ปกติ", + "form_1274": "ปกติ", + "form_1277": "ปกติ", + "form_1280": "ปกติ", + "form_1283": "ปกติ", + "form_1286": "ปกติ", + "form_1289": "ปกติ", + "form_1292": "ปกติ", + "form_1295": "ปกติ", + "form_1298": "ปกติ", + "form_1301": "ปกติ", + "form_1304": "ปกติ", + "form_1307": "ปกติ", + "form_1310": "ปกติ", + "form_1313": "ปกติ", + "form_1316": "ปกติ", + "form_1319": "ปกติ", + "form_1322": "ปกติ", + "form_1325": "ปกติ", + "form_1328": "ปกติ", + "form_1331": "ปกติ", + "form_1334": "ปกติ", + "form_1337": "ปกติ", + "form_1340": "ปกติ", + "form_1343": "ปกติ", + "form_1346": "ปกติ", + "form_1349": "ปกติ", + "form_1352": "ปกติ", + "form_1355": "ปกติ", + "form_1358": "ปกติ", + "form_1361": "ปกติ", + "form_1364": "ปกติ", + "form_1367": "ปกติ", + "form_1370": "ปกติ", + "form_1379": "ปกติ", + "form_1382": "ปกติ", + "form_1385": "ปกติ", + "form_1388": "ปกติ", + "form_1391": "ปกติ", + "form_1394": "ปกติ", + "form_1397": "ปกติ", + "form_1400": "ปกติ", + "form_1403": "ปกติ", + "form_1406": "ปกติ", + "form_1409": "ปกติ", + "form_1412": "ปกติ", + "form_1415": "ปกติ", + "form_1418": "ปกติ", + "form_1421": "ปกติ", + "form_1424": "ปกติ", + "form_1427": "ปกติ", + "form_1430": "ปกติ", + "form_1433": "ปกติ", + "form_1436": "ปกติ", + "form_1439": "ปกติ", + "form_1442": "ปกติ", + "form_1445": "ปกติ", + "form_1448": "ปกติ", + "form_1451": "ปกติ", + "form_1454": "ปกติ", + "form_1457": "ปกติ", + "form_1460": "ปกติ", + "form_1463": "ปกติ", + "form_1466": "ปกติ", + "form_1469": "ปกติ", + "form_1472": "ปกติ", + "form_1475": "ปกติ", + "form_1478": "ปกติ", + "form_1481": "ปกติ", + "form_1484": "ปกติ", + "form_1487": "ปกติ", + "form_1490": "ปกติ", + "form_1493": "ปกติ", + "form_1496": "ปกติ", + "form_1499": "ปกติ", + "form_1502": "ปกติ", + "form_1505": "ปกติ", + "form_1508": "ปกติ", + "form_1511": "ปกติ", + "form_1514": "ปกติ", + "form_1517": "ปกติ", + "form_1520": "ปกติ", + "form_1523": "ปกติ", + "form_1526": "ปกติ", + "form_1529": "ปกติ", + "form_1532": "ปกติ", + "form_1535": "ปกติ", + "form_1538": "ปกติ", + "form_1541": "ปกติ", + "form_1544": "ปกติ", + "form_1547": "ปกติ", + "form_1550": "ปกติ", + "form_1553": "ปกติ", + "form_1556": "ปกติ", + "form_1559": "ปกติ", + "form_1562": "ปกติ", + "form_1565": "ปกติ", + "form_1568": "ปกติ", + "form_1571": "ปกติ", + "form_1574": "ปกติ", + "form_1577": "ปกติ", + "form_1580": "ปกติ", + "form_1583": "ปกติ", + "form_1586": "ปกติ", + "form_1589": "ปกติ", + "form_1592": "ปกติ", + "form_1595": "ปกติ", + "form_1598": "ปกติ", + "form_1601": "ปกติ", + "form_1604": "ปกติ", + "form_1607": "ปกติ", + "form_1610": "ปกติ", + "form_1613": "ปกติ", + "form_1616": "ปกติ", + "form_1619": "ปกติ", + "form_1622": "ปกติ", + "form_1625": "ปกติ", + "form_1628": "ปกติ", + "form_1631": "ปกติ", + "form_1634": "ปกติ", + "form_1637": "ปกติ", + "form_1640": "ปกติ", + "form_1643": "ปกติ", + "form_1646": "ปกติ", + "form_1649": "ปกติ", + "form_1652": "ปกติ", + "form_1655": "ปกติ", + "form_1658": "ปกติ", + "form_1661": "ปกติ", + "form_1664": "ปกติ", + "form_1667": "ปกติ", + "form_1670": "ปกติ", + "form_1673": "ปกติ", + "form_1676": "ปกติ", + "form_1679": "ปกติ", + "form_1682": "ปกติ", + "form_1685": "ปกติ", + "form_1688": "ปกติ", + "form_1691": "ปกติ", + "form_1694": "ปกติ", + "form_1697": "ปกติ", + "form_1700": "ปกติ", + "form_1703": "ปกติ", + "form_1706": "ปกติ", + "form_1709": "ปกติ", + "form_1712": "ปกติ", + "form_1715": "ปกติ", + "form_1718": "ปกติ", + "form_1721": "ปกติ", + "form_1724": "ปกติ", + "form_1727": "ปกติ", + "form_1730": "ปกติ", + "form_1733": "ปกติ", + "form_1736": "ปกติ", + "form_1739": "ปกติ", + "form_1742": "ปกติ", + "form_1745": "ปกติ", + "form_1748": "ปกติ", + "form_1751": "ปกติ", + "form_1754": "ปกติ", + "form_1757": "ปกติ", + "form_1760": "ปกติ", + "form_1763": "ปกติ", + "form_1766": "ปกติ", + "form_1769": "ปกติ", + "form_1772": "ปกติ", + "form_1775": "ปกติ", + "form_1778": "ปกติ", + "form_1781": "ปกติ", + "form_1784": "ปกติ", + "form_1787": "ปกติ", + "form_1790": "ปกติ", + "form_1793": "ปกติ", + "form_1796": "ปกติ", + "form_1799": "ปกติ", + "form_1802": "ปกติ", + "form_1805": "ปกติ", + "form_1808": "ปกติ", + "form_1811": "ปกติ", + "form_1814": "ปกติ", + "form_1817": "ปกติ", + "form_1820": "ปกติ", + "form_1823": "ปกติ", + "form_1826": "ปกติ", + "form_1829": "ปกติ", + "form_1832": "ปกติ", + "form_1835": "ปกติ", + "form_1838": "ปกติ", + "form_1841": "ปกติ", + "form_1844": "ปกติ", + "form_1847": "ปกติ", + "form_1850": "ปกติ", + "form_1853": "ปกติ", + "form_1856": "ปกติ", + "form_1859": "ปกติ", + "form_1862": "ปกติ", + "form_1865": "ปกติ", + "form_1868": "ปกติ", + "form_1871": "ปกติ", + "form_1874": "ปกติ", + "form_1877": "ปกติ", + "form_1880": "ปกติ", + "form_1883": "ปกติ", + "form_1886": "ปกติ", + "form_1889": "ปกติ", + "form_1892": "ปกติ", + "form_1895": "ปกติ", + "form_1898": "ปกติ", + "form_1901": "ปกติ", + "form_1904": "ปกติ", + "form_1907": "ปกติ", + "form_1910": "ปกติ", + "form_1913": "ปกติ", + "form_1916": "ปกติ", + "form_1919": "ปกติ", + "form_1922": "ปกติ", + "form_1925": "ปกติ", + "form_1928": "ปกติ", + "form_1931": "ปกติ", + "form_1934": "ปกติ", + "form_1937": "ปกติ", + "form_1940": "ปกติ", + "form_1943": "ปกติ", + "form_1946": "ปกติ", + "form_1949": "ปกติ", + "form_1952": "ปกติ", + "form_1955": "ปกติ", + "form_1958": "ปกติ", + "form_1961": "ปกติ", + "form_1964": "ปกติ", + "form_1967": "ปกติ", + "form_1970": "ปกติ", + "form_1973": "ปกติ", + "form_1976": "ปกติ", + "form_1979": "ปกติ", + "form_1982": "ปกติ", + "form_1985": "ปกติ", + "form_1988": "ปกติ", + "form_1991": "ปกติ", + "form_1994": "ปกติ", + "form_1997": "ปกติ", + "form_2000": "ปกติ", + "form_2003": "ปกติ", + "form_2006": "ปกติ", + "form_2009": "ปกติ", + "form_2012": "ปกติ", + "form_2015": "ปกติ", + "form_2018": "ปกติ", + "form_2021": "ปกติ", + "form_2024": "ปกติ", + "form_2027": "ปกติ", + "form_2030": "ปกติ", + "form_2033": "ปกติ", + "form_2036": "ปกติ", + "form_2039": "ปกติ", + "form_2042": "ปกติ", + "form_2045": "ปกติ", + "form_2048": "ปกติ", + "form_2051": "ปกติ", + "form_2054": "ปกติ", + "form_2057": "ปกติ", + "form_2060": "ปกติ", + "form_2063": "ปกติ", + "form_2066": "ปกติ", + "form_2069": "ปกติ", + "form_2072": "ปกติ", + "form_2075": "ปกติ", + "form_2078": "ปกติ", + "form_2081": "ปกติ", + "form_2084": "ปกติ", + "form_2087": "ปกติ", + "form_2090": "ปกติ", + "form_2093": "ปกติ", + "form_2096": "ปกติ", + "form_2099": "ปกติ", + "form_2102": "ปกติ", + "form_2105": "ปกติ", + "form_2108": "ปกติ", + "form_2111": "ปกติ", + "form_2114": "ปกติ", + "form_2117": "ปกติ", + "form_2120": "ปกติ", + "form_2123": "ปกติ", + "form_2126": "ปกติ", + "form_2129": "ปกติ", + "form_2132": "ปกติ", + "form_2135": "ปกติ", + "form_2138": "ปกติ", + "form_2141": "ปกติ", + "form_2144": "ปกติ", + "form_2147": "ปกติ", + "form_2150": "ปกติ", + "form_2153": "ปกติ", + "form_2156": "ปกติ", + "form_2159": "ปกติ", + "form_2162": "ปกติ", + "form_2165": "ปกติ", + "form_2168": "ปกติ", + "form_2171": "ปกติ", + "form_2174": "ปกติ", + "form_2177": "ปกติ", + "form_2180": "ปกติ", + "form_2183": "ปกติ", + "form_2186": "ปกติ", + "form_2189": "ปกติ", + "form_2192": "ปกติ", + "form_2195": "ปกติ", + "form_2198": "ปกติ", + "form_2201": "ปกติ", + "form_2204": "ปกติ", + "form_2207": "ปกติ", + "form_2210": "ปกติ", + "form_2213": "ปกติ", + "form_2216": "ปกติ", + "form_2219": "ปกติ", + "form_2222": "ปกติ", + "form_2225": "ปกติ", + "form_2228": "ปกติ", + "form_2231": "ปกติ", + "form_2234": "ปกติ", + "form_2237": "ปกติ", + "form_2240": "ปกติ", + "form_2243": "ปกติ", + "form_2246": "ปกติ", + "form_2249": "ปกติ", + "form_2252": "ปกติ", + "form_2255": "ปกติ", + "form_2258": "ปกติ", + "form_2261": "ปกติ", + "form_2264": "ปกติ", + "form_2267": "ปกติ", + "form_2270": "ปกติ", + "form_2273": "ปกติ", + "form_2276": "ปกติ", + "form_2279": "ปกติ", + "form_2282": "ปกติ", + "form_2285": "ปกติ", + "form_2288": "ปกติ", + "form_2291": "ปกติ", + "form_2294": "ปกติ", + "form_2297": "ปกติ", + "form_2300": "ปกติ", + "form_2303": "ปกติ", + "form_2306": "ปกติ", + "form_2309": "ปกติ", + "form_2312": "ปกติ", + "form_2315": "ปกติ", + "form_2318": "ปกติ", + "form_2321": "ปกติ", + "form_2324": "ปกติ", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "ตัวเมีย", + "form_2331": "ตัวเมีย", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "รางเสียงต่ำ", + "form_2464": "Amped Form", + "form_2477": "ฟอรมของปลอม", + "form_2478": "Antique Form", + "form_2480": "ฟอรมของปลอม", + "form_2481": "Antique Form", + "form_2501": "ปกติ", + "form_2504": "ปกติ", + "form_2507": "ปกติ", + "form_2510": "ปกติ", + "form_2513": "ปกติ", + "form_2516": "ปกติ", + "form_2540": "ไอซเฟซ", + "form_2541": "ไนซเฟซ", + "form_2542": "ตัวผู", + "form_2543": "ตัวเมีย", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "ราชาแหงดาบ", + "form_2577": "ผูกลาศึกแหงตำนาน", + "form_2578": "ราชาแหงโล", + "form_2579": "ผูกลาศึกแหงตำนาน", + "form_2580": "Eternamax", + "form_2581": "ปกติ", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "ปกติ", + "form_2588": "ตัวเมีย", + "form_2589": "ปกติ", + "form_2590": "ตัวเมีย", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "พระอาทิตย", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "สไตลรอนแรง", + "form_2680": "สไตลคึกคัก", + "form_2681": "สไตลนุมนวล", + "form_2683": "สไตลออนชอย", + "form_2684": "รางเที่ยงวัน", + "form_2685": "รางเที่ยงคืน", + "form_2686": "รางพลบค่ำ", + "form_2687": "รางเดี่ยว", + "form_2688": "รางรวมฝูง", + "form_2689": "ปกติ", + "form_2690": "แมลง", + "form_2691": "ความมืด", + "form_2692": "มังกร", + "form_2693": "ไฟฟา", + "form_2694": "แฟรี่", + "form_2695": "ตอสู", + "form_2696": "ไฟ", + "form_2697": "บิน", + "form_2698": "ผี", + "form_2699": "หญา", + "form_2700": "ดิน", + "form_2701": "น้ำแข็ง", + "form_2702": "พิษ", + "form_2703": "พลังจิต", + "form_2704": "หิน", + "form_2705": "โลหะ", + "form_2706": "น้ำ", + "form_2707": "Meteor Blue", + "form_2708": "ขนนกสีฟา", + "form_2709": "ขนนกสีเขียว", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "ขนนกสีเหลือง", + "form_2715": "รางที่ถูกเปดเผย", + "form_2716": "รางปลอมตัว", + "form_2717": "ปกติ", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "ปกติ", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "ปกติ", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "รางพลบค่ำ", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "พระอาทิตย", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "พระอาทิตย", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "ฟอรมอวตาร", + "form_2803": "ฟอรมสัตวศักดิ์สิทธิ์", + "form_2804": "รางแถบสีขาว", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "ปกติ", + "form_2808": "ตัวเมีย", + "form_2809": "ปกติ", + "form_2810": "ปกติ", + "form_2811": "ปกติ", + "form_2812": "ปกติ", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "ปกติ", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "ฟอรมดั้งเดิม", + "form_2830": "ฟอรมดั้งเดิม", + "form_2831": "ปกติ", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "ปกติ", + "form_2982": "ตัวเมีย", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "ขนนกสีเขียว", + "form_2986": "ขนนกสีฟา", + "form_2987": "ขนนกสีเหลือง", + "form_2988": "White", + "form_2989": "ฟอรมไรเดียงสา", + "form_2990": "ผูกลาศึกแหงตำนาน", + "form_2991": "รางโคง", + "form_2992": "รางยอย", + "form_2993": "รางยืด", + "form_2994": "ฟอรมสองปลอง", + "form_2995": "ฟอรมสามปลอง", + "form_2996": "รางสมบูรณ", + "form_2997": "โหมดคอมพลีต", + "form_2998": "ปกติ", + "form_3000": "ปกติ", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "ตัวผู", + "gender_2": "ตัวเมีย", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "อโลลา", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "บลองช", + "grunt_2": "แคนเดลา", + "grunt_3": "สปารก", + "grunt_4": "ลูกสมุน (ตัวผู)", + "grunt_5": "ลูกสมุน (ตัวเมีย)", + "grunt_6": "แมลง - ลูกสมุน (ตัวเมีย)", + "grunt_7": "แมลง - ลูกสมุน (ตัวผู)", + "grunt_8": "ลูกสมุน (ตัวเมีย)", + "grunt_9": "ลูกสมุน (ตัวผู)", + "grunt_10": "ความมืด - ลูกสมุน (ตัวเมีย)", + "grunt_11": "ความมืด - ลูกสมุน (ตัวผู)", + "grunt_12": "มังกร - ลูกสมุน (ตัวเมีย)", + "grunt_13": "มังกร - ลูกสมุน (ตัวผู)", + "grunt_14": "แฟรี่ - ลูกสมุน (ตัวเมีย)", + "grunt_15": "แฟรี่ - ลูกสมุน (ตัวผู)", + "grunt_16": "ตอสู - ลูกสมุน (ตัวเมีย)", + "grunt_17": "ตอสู - ลูกสมุน (ตัวผู)", + "grunt_18": "ไฟ - ลูกสมุน (ตัวเมีย)", + "grunt_19": "ไฟ - ลูกสมุน (ตัวผู)", + "grunt_20": "บิน - ลูกสมุน (ตัวเมีย)", + "grunt_21": "บิน - ลูกสมุน (ตัวผู)", + "grunt_22": "หญา - ลูกสมุน (ตัวเมีย)", + "grunt_23": "หญา - ลูกสมุน (ตัวผู)", + "grunt_24": "ดิน - ลูกสมุน (ตัวเมีย)", + "grunt_25": "ดิน - ลูกสมุน (ตัวผู)", + "grunt_26": "น้ำแข็ง - ลูกสมุน (ตัวเมีย)", + "grunt_27": "น้ำแข็ง - ลูกสมุน (ตัวผู)", + "grunt_28": "โลหะ - ลูกสมุน (ตัวเมีย)", + "grunt_29": "โลหะ - ลูกสมุน (ตัวผู)", + "grunt_30": "ปกติ - ลูกสมุน (ตัวเมีย)", + "grunt_31": "ปกติ - ลูกสมุน (ตัวผู)", + "grunt_32": "พิษ - ลูกสมุน (ตัวเมีย)", + "grunt_33": "พิษ - ลูกสมุน (ตัวผู)", + "grunt_34": "พลังจิต - ลูกสมุน (ตัวเมีย)", + "grunt_35": "พลังจิต - ลูกสมุน (ตัวผู)", + "grunt_36": "หิน - ลูกสมุน (ตัวเมีย)", + "grunt_37": "หิน - ลูกสมุน (ตัวผู)", + "grunt_38": "น้ำ - ลูกสมุน (ตัวเมีย)", + "grunt_39": "น้ำ - ลูกสมุน (ตัวผู)", + "grunt_40": "Player Team Leader", + "grunt_41": "หัวหนาคลิฟ", + "grunt_42": "หัวหนาอารโล", + "grunt_43": "หัวหนาเซียรรา", + "grunt_44": "ซากากิ", + "grunt_45": "ลูกสมุนนกตอ (ตัวผู)", + "grunt_46": "ลูกสมุนนกตอ (ตัวเมีย)", + "grunt_47": "ผี - ลูกสมุน (ตัวเมีย)", + "grunt_48": "ผี - ลูกสมุน (ตัวผู)", + "grunt_49": "ไฟฟา - ลูกสมุน (ตัวเมีย)", + "grunt_50": "ไฟฟา - ลูกสมุน (ตัวผู)", + "grunt_51": "ลูกสมุน (ตัวเมีย)", + "grunt_52": "ลูกสมุน (ตัวผู)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "แมลง - ลูกสมุน (ตัวเมีย)", + "grunt_56": "แมลง - ลูกสมุน (ตัวผู)", + "grunt_57": "ความมืด - ลูกสมุน (ตัวเมีย)", + "grunt_58": "ความมืด - ลูกสมุน (ตัวผู)", + "grunt_59": "มังกร - ลูกสมุน (ตัวเมีย)", + "grunt_60": "มังกร - ลูกสมุน (ตัวผู)", + "grunt_61": "แฟรี่ - ลูกสมุน (ตัวเมีย)", + "grunt_62": "แฟรี่ - ลูกสมุน (ตัวผู)", + "grunt_63": "ตอสู - ลูกสมุน (ตัวเมีย)", + "grunt_64": "ตอสู - ลูกสมุน (ตัวผู)", + "grunt_65": "ไฟ - ลูกสมุน (ตัวเมีย)", + "grunt_66": "ไฟ - ลูกสมุน (ตัวผู)", + "grunt_67": "บิน - ลูกสมุน (ตัวเมีย)", + "grunt_68": "บิน - ลูกสมุน (ตัวผู)", + "grunt_69": "หญา - ลูกสมุน (ตัวเมีย)", + "grunt_70": "หญา - ลูกสมุน (ตัวผู)", + "grunt_71": "ดิน - ลูกสมุน (ตัวเมีย)", + "grunt_72": "ดิน - ลูกสมุน (ตัวผู)", + "grunt_73": "น้ำแข็ง - ลูกสมุน (ตัวเมีย)", + "grunt_74": "น้ำแข็ง - ลูกสมุน (ตัวผู)", + "grunt_75": "ลูกสมุน (ตัวเมีย)", + "grunt_76": "ลูกสมุน (ตัวผู)", + "grunt_77": "ปกติ - ลูกสมุน (ตัวเมีย)", + "grunt_78": "ปกติ - ลูกสมุน (ตัวผู)", + "grunt_79": "พิษ - ลูกสมุน (ตัวเมีย)", + "grunt_80": "พิษ - ลูกสมุน (ตัวผู)", + "grunt_81": "พลังจิต - ลูกสมุน (ตัวเมีย)", + "grunt_82": "พลังจิต - ลูกสมุน (ตัวผู)", + "grunt_83": "หิน - ลูกสมุน (ตัวเมีย)", + "grunt_84": "หิน - ลูกสมุน (ตัวผู)", + "grunt_85": "น้ำ - ลูกสมุน (ตัวเมีย)", + "grunt_86": "น้ำ - ลูกสมุน (ตัวผู)", + "grunt_87": "ผี - ลูกสมุน (ตัวเมีย)", + "grunt_88": "ผี - ลูกสมุน (ตัวผู)", + "grunt_89": "ไฟฟา - ลูกสมุน (ตัวเมีย)", + "grunt_90": "ไฟฟา - ลูกสมุน (ตัวผู)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "ไม่มี", + "grunt_a_1": "บลองช", + "grunt_a_2": "แคนเดลา", + "grunt_a_3": "สปารก", + "grunt_a_4": "ลูกสมุน ♂", + "grunt_a_5": "ลูกสมุน ♀", + "grunt_a_6": "แมลง ♀", + "grunt_a_7": "แมลง ♂", + "grunt_a_8": "ลูกสมุน ♀", + "grunt_a_9": "ลูกสมุน ♂", + "grunt_a_10": "ความมืด ♀", + "grunt_a_11": "ความมืด ♂", + "grunt_a_12": "มังกร ♀", + "grunt_a_13": "มังกร ♂", + "grunt_a_14": "แฟรี่ ♀", + "grunt_a_15": "แฟรี่ ♂", + "grunt_a_16": "ตอสู ♀", + "grunt_a_17": "ตอสู ♂", + "grunt_a_18": "ไฟ ♀", + "grunt_a_19": "ไฟ ♂", + "grunt_a_20": "บิน ♀", + "grunt_a_21": "บิน ♂", + "grunt_a_22": "หญา ♀", + "grunt_a_23": "หญา ♂", + "grunt_a_24": "ดิน ♀", + "grunt_a_25": "ดิน ♂", + "grunt_a_26": "น้ำแข็ง ♀", + "grunt_a_27": "น้ำแข็ง ♂", + "grunt_a_28": "โลหะ ♀", + "grunt_a_29": "โลหะ ♂", + "grunt_a_30": "ปกติ ♀", + "grunt_a_31": "ปกติ ♂", + "grunt_a_32": "พิษ ♀", + "grunt_a_33": "พิษ ♂", + "grunt_a_34": "พลังจิต ♀", + "grunt_a_35": "พลังจิต ♂", + "grunt_a_36": "หิน ♀", + "grunt_a_37": "หิน ♂", + "grunt_a_38": "น้ำ ♀", + "grunt_a_39": "น้ำ ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "หัวหนาคลิฟ", + "grunt_a_42": "หัวหนาอารโล", + "grunt_a_43": "หัวหนาเซียรรา", + "grunt_a_44": "ซากากิ", + "grunt_a_45": "ลูกสมุนนกตอ ♂", + "grunt_a_46": "ลูกสมุนนกตอ ♀", + "grunt_a_47": "ผี ♀", + "grunt_a_48": "ผี ♂", + "grunt_a_49": "ไฟฟา ♀", + "grunt_a_50": "ไฟฟา ♂", + "grunt_a_51": "ลูกสมุน ♀", + "grunt_a_52": "ลูกสมุน ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "แมลง ♀", + "grunt_a_56": "แมลง ♂", + "grunt_a_57": "ความมืด ♀", + "grunt_a_58": "ความมืด ♂", + "grunt_a_59": "มังกร ♀", + "grunt_a_60": "มังกร ♂", + "grunt_a_61": "แฟรี่ ♀", + "grunt_a_62": "แฟรี่ ♂", + "grunt_a_63": "ตอสู ♀", + "grunt_a_64": "ตอสู ♂", + "grunt_a_65": "ไฟ ♀", + "grunt_a_66": "ไฟ ♂", + "grunt_a_67": "บิน ♀", + "grunt_a_68": "บิน ♂", + "grunt_a_69": "หญา ♀", + "grunt_a_70": "หญา ♂", + "grunt_a_71": "ดิน ♀", + "grunt_a_72": "ดิน ♂", + "grunt_a_73": "น้ำแข็ง ♀", + "grunt_a_74": "น้ำแข็ง ♂", + "grunt_a_75": "ลูกสมุน ♀", + "grunt_a_76": "ลูกสมุน ♂", + "grunt_a_77": "ปกติ ♀", + "grunt_a_78": "ปกติ ♂", + "grunt_a_79": "พิษ ♀", + "grunt_a_80": "พิษ ♂", + "grunt_a_81": "พลังจิต ♀", + "grunt_a_82": "พลังจิต ♂", + "grunt_a_83": "หิน ♀", + "grunt_a_84": "หิน ♂", + "grunt_a_85": "น้ำ ♀", + "grunt_a_86": "น้ำ ♂", + "grunt_a_87": "ผี ♀", + "grunt_a_88": "ผี ♂", + "grunt_a_89": "ไฟฟา ♀", + "grunt_a_90": "ไฟฟา ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "ผู้เข้าถึงไม่ทราบ", + "item_1": "มอนสเตอรบอล", + "item_2": "ซูเปอรบอล", + "item_3": "ไฮเปอรบอล", + "item_4": "มาสเตอรบอล", + "item_5": "พรีเมียรบอล", + "item_6": "อัลตราบอล", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "ยารักษาแผล", + "item_102": "ยารักษาแผลอยางดี", + "item_103": "ยารักษาแผลชั้นยอด", + "item_104": "ยาฟ้นพลังกายเต็มถัง", + "item_201": "ยาคืนชีพ", + "item_202": "ยาคืนชีพชั้นยอด", + "item_301": "ไขแหงความสุข", + "item_401": "เครื่องหอม", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "กลองลึกลับ", + "item_406": "เครื่องหอมรายวัน", + "item_407": "กลองสมบัติล้ำคา", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "อุปกรณปลอยลัวร", + "item_502": "อุปกรณปลอยลัวรเกล็ดน้ำแข็ง", + "item_503": "อุปกรณปลอยลัวรมอส", + "item_504": "อุปกรณปลอยลัวรแมเหล็ก", + "item_505": "อุปกรณปลอยลัวรน้ำฝน", + "item_506": "อุปกรณปลอยลัวรสีทอง", + "item_602": "เพิ่มพลังโจมตี", + "item_603": "เพิ่มพลังปองกัน", + "item_604": "ไมแนชัด", + "item_650": "ซีการดเซลล", + "item_651": "ซีการดคิวบ", + "item_701": "ผลราส", + "item_702": "ผลแบลร", + "item_703": "ผลนานา", + "item_704": "ผลเซชินะ", + "item_705": "ผลไพน", + "item_706": "ผลราสสีทอง", + "item_707": "Golden Nanab Berry", + "item_708": "ผลไพนสีเงิน", + "item_709": "โปฟฟน", + "item_801": "กลองถายรูป", + "item_802": "สติกเกอร", + "item_803": "อัลบั้มโปสการด", + "item_901": "เครื่องฟกไข ∞", + "item_902": "เครื่องฟกไข", + "item_903": "เครื่องฟกไขชั้นเยี่ยม", + "item_1001": "ที่เก็บโปเกมอน", + "item_1002": "กระเปาเก็บไอเท็ม", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "หินพระอาทิตย", + "item_1102": "สัญลักษณแหงราชา", + "item_1103": "ฟลมโลหะ", + "item_1104": "เกล็ดมังกร", + "item_1105": "อัปเกรด", + "item_1106": "หินชินโอ", + "item_1107": "หินอิชชู", + "item_1150": "เหรียญ??????", + "item_1201": "TM ทาเร็ว", + "item_1202": "TM ทาชารจ", + "item_1203": "TM ทาเร็วชั้นเลิศ", + "item_1204": "TM ทาชารจชั้นเลิศ", + "item_1250": "ลูกอุกกาบาต", + "item_1301": "ลูกอมประหลาด", + "item_1302": "ลูกอมประหลาด XL", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "บัตรตีบอส", + "item_1402": "บัตรแบตเทิลพรีเมียม", + "item_1404": "สะเก็ดดาว", + "item_1405": "ของขวัญ", + "item_1406": "เหรียญรางวัลเปลี่ยนทีม", + "item_1408": "บัตรตีบอสระยะไกล", + "item_1409": "S Raid Ticket", + "item_1501": "ชิ้นสวนลึกลับ", + "item_1502": "ร็อกเกตเรดาร", + "item_1503": "ซูเปอรร็อกเกตเรดาร", + "item_1504": "ชิ้นสวนชาโดว", + "item_1505": "อัญมณีขาวสะอาด", + "item_1506": "อนุภาคแมกซ", + "item_1507": "แพ็กอนุภาคแมกซ", + "item_1600": "ตั๋ว", + "item_1601": "ตั๋ว", + "item_1602": "ตั๋ว", + "item_1603": "ตั๋ว", + "item_1604": "ตั๋วสวนเกิน", + "item_1605": "ตั๋วสวนเกิน", + "item_1606": "บัตรผานงานวิจัยแบบจำกัดเวลาโกแบตเทิลลีก", + "item_1607": "ตั๋ว", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "ตั๋ว Safari: โซล", + "item_1611": "ตั๋ว Safari: บารเซโลนา", + "item_1612": "ตั๋ว Safari: เม็กซิโกซิตี้", + "item_1613": "ตั๋ว Safari: ไถหนาน", + "item_1614": "Ticket City Safari 04", + "item_1615": "ตั๋ว", + "item_1616": "ตั๋ว", + "item_1617": "ตั๋ว", + "item_1618": "ตั๋ว", + "item_1619": "ตั๋ว", + "item_1620": "ตั๋ว", + "item_1621": "ตั๋ว", + "item_1622": "ตั๋ว", + "item_1623": "ตั๋ว", + "item_1624": "ตั๋ว", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "ปกติ", + "lure_502": "เกล็ดน้ำแข็ง", + "lure_503": "มอส", + "lure_504": "แมเหล็ก", + "lure_505": "น้ำฝน", + "lure_506": "สีทอง", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "ผู้เข้าถึงไม่ทราบ", + "move_1": "ช็อกไฟฟา", + "move_2": "เคลื่อนที่ความไวแสง", + "move_3": "ขวน", + "move_4": "ลูกไฟ", + "move_5": "แสเถาวัลย", + "move_6": "พุงเขาชน", + "move_7": "คัตเตอรใบไม", + "move_8": "พุงเขาใส", + "move_9": "ปนฉีดน้ำ", + "move_10": "กัดติด", + "move_11": "ปด", + "move_12": "ตบเรียกสติ", + "move_13": "รัด", + "move_14": "แสงมฤตยู", + "move_15": "ลิ้นเลีย", + "move_16": "คลื่นชั่วราย", + "move_17": "ควัน", + "move_18": "สลัดจแอทแทก", + "move_19": "เมทัลคลอว", + "move_20": "หนีบ", + "move_21": "กงลอไฟ", + "move_22": "เมกาฮอรน", + "move_23": "โจมตีดวยปก", + "move_24": "พนไฟ", + "move_25": "โจมตีแบบไมคาดคิด", + "move_26": "ขุดรู", + "move_27": "เตะเรียด", + "move_28": "ครอสช็อป", + "move_29": "ไซโคคัตเตอร", + "move_30": "ลำแสงพลังจิต", + "move_31": "แผนดินไหว", + "move_32": "ศิลาพิฆาต", + "move_33": "หมัดเยือกแข็ง", + "move_34": "ฮารตแสตมป", + "move_35": "ปลอยกระแสไฟฟา", + "move_36": "ลัสเตอรแคนนอน", + "move_37": "จิก", + "move_38": "จะงอยสวาน", + "move_39": "ลำแสงเยือกแข็ง", + "move_40": "พายุหิมะ", + "move_41": "แอรสแลช", + "move_42": "คลื่นความรอน", + "move_43": "ดับเบิลนีดเดิ้ล", + "move_44": "โจมตีดวยพิษ", + "move_45": "คมมีดบูมเมอแรง", + "move_46": "ดริลไลนเนอร", + "move_47": "บุษบาโปรยปราย", + "move_48": "เมกาเดรน", + "move_49": "เสียงฮัมของแมลง", + "move_50": "เขี้ยวมหาพิษ", + "move_51": "ไนทสแลช", + "move_52": "ฟนแหลก", + "move_53": "บับเบิลบีม", + "move_54": "กงลอนรก", + "move_55": "คาราเตช็อป", + "move_56": "เตะต่ำ", + "move_57": "อควาเจ็ต", + "move_58": "อควาเทล", + "move_59": "ระเบิดเมล็ดพืช", + "move_60": "ไซโคช็อก", + "move_61": "หินผาถลม", + "move_62": "พลังดึกดำบรรพ", + "move_63": "ปดกั้นดวยศิลา", + "move_64": "ผาทลาย", + "move_65": "พาวเวอรเจม", + "move_66": "แฝงเงา", + "move_67": "ชาโดวพันช", + "move_68": "ชาโดวคลอว", + "move_69": "สายลมบอกเหตุ", + "move_70": "ชาโดวบอล", + "move_71": "บูลเล็ตพันช", + "move_72": "แมกเน็ทบอมบ", + "move_73": "ปกเหล็ก", + "move_74": "ไอออนเฮด", + "move_75": "พาราโบลาชารจ", + "move_76": "สปารก", + "move_77": "หมัดสายฟา", + "move_78": "ฟาผา", + "move_79": "หนึ่งแสนโวลต", + "move_80": "พายุหมุน", + "move_81": "ลมหายใจมังกร", + "move_82": "คลื่นมังกร", + "move_83": "ดรากอนคลอว", + "move_84": "เสียงทรงเสนห", + "move_85": "เดรนคิส", + "move_86": "เมจิคัลไชน", + "move_87": "มูนฟอรซ", + "move_88": "คลอเคลีย", + "move_89": "ครอสพอยซัน", + "move_90": "สลัดจบอมบ", + "move_91": "สลัดจเวฟ", + "move_92": "ดัสตชูต", + "move_93": "มัดช็อต", + "move_94": "ตะบองกระดูก", + "move_95": "ย่ำใหราบ", + "move_96": "ระเบิดโคลน", + "move_97": "ตัดตอเนื่อง", + "move_98": "แมลงกัด", + "move_99": "ลำแสงสัญญาณ", + "move_100": "ซิสเซอรครอส", + "move_101": "ไนโตรชารจ", + "move_102": "ระเบิดไฟ", + "move_103": "เพลิงอัคคี", + "move_104": "น้ำเค็ม", + "move_105": "คลื่นน้ำ", + "move_106": "น้ำรอน", + "move_107": "ไฮโดรป๊มพ", + "move_108": "ไซโคคิเนซิส", + "move_109": "ไซโคเบรก", + "move_110": "สะเก็ดน้ำแข็ง", + "move_111": "สายลมเยือกแข็ง", + "move_112": "ลมหายใจเยือกแข็ง", + "move_113": "ดูดซับ", + "move_114": "กิกาเดรน", + "move_115": "หมัดไฟ", + "move_116": "โซลารบีม", + "move_117": "ลีฟเบลด", + "move_118": "พาวเวอรวิป", + "move_119": "ดิ้นกระแดว", + "move_120": "กรดละลาย", + "move_121": "แอรคัตเตอร", + "move_122": "ลมพายุ", + "move_123": "ผาอิฐ", + "move_124": "ตัด", + "move_125": "สปดสตาร", + "move_126": "เขาขวิด", + "move_127": "เหยียบแบน", + "move_128": "พุงหัวชน", + "move_129": "ฟนหนามรณะ", + "move_130": "ฟาดผัวะ", + "move_131": "ทิ้งตัวทับ", + "move_132": "นิทรา", + "move_133": "ดิ้นรน", + "move_134": "น้ำรอน", + "move_135": "ไฮโดรป๊มพ", + "move_136": "รัด", + "move_137": "รัด", + "move_200": "ตัดตอเนื่อง", + "move_201": "แมลงกัด", + "move_202": "กัดติด", + "move_203": "โจมตีแบบไมคาดคิด", + "move_204": "ลมหายใจมังกร", + "move_205": "ช็อกไฟฟา", + "move_206": "สปารก", + "move_207": "เตะเรียด", + "move_208": "คาราเตช็อป", + "move_209": "ลูกไฟ", + "move_210": "โจมตีดวยปก", + "move_211": "จิก", + "move_212": "ลิ้นเลีย", + "move_213": "ชาโดวคลอว", + "move_214": "แสเถาวัลย", + "move_215": "คัตเตอรใบไม", + "move_216": "มัดช็อต", + "move_217": "สะเก็ดน้ำแข็ง", + "move_218": "ลมหายใจเยือกแข็ง", + "move_219": "เคลื่อนที่ความไวแสง", + "move_220": "ขวน", + "move_221": "พุงเขาชน", + "move_222": "ปด", + "move_223": "ตัด", + "move_224": "โจมตีดวยพิษ", + "move_225": "กรดละลาย", + "move_226": "ไซโคคัตเตอร", + "move_227": "หินผาถลม", + "move_228": "เมทัลคลอว", + "move_229": "บูลเล็ตพันช", + "move_230": "ปนฉีดน้ำ", + "move_231": "ดิ้นกระแดว", + "move_232": "ปนฉีดน้ำ", + "move_233": "สาดโคลน", + "move_234": "โขกหัวพลังจิต", + "move_235": "จิตตานุภาพ", + "move_236": "เหล็กในพิษ", + "move_237": "ฟอง", + "move_238": "หลอกตี", + "move_239": "ปกเหล็ก", + "move_240": "เขี้ยวไฟ", + "move_241": "ถลมหิน", + "move_242": "แปลงราง", + "move_243": "ตอบโต", + "move_244": "ผงหิมะ", + "move_245": "อินไฟท", + "move_246": "หมัดดินระเบิด", + "move_247": "โฟกัสบลาสต", + "move_248": "ออโรราบีม", + "move_249": "ชารจบีม", + "move_250": "โวลตเชนจ", + "move_251": "ไวลดโวลต", + "move_252": "ปนใหญแมเหล็กไฟฟา", + "move_253": "ดรากอนเทล", + "move_254": "หิมะถลม", + "move_255": "แอรสแลช", + "move_256": "เบรฟเบิรด", + "move_257": "ก็อดเบิรด", + "move_258": "สุสานทรายดูด", + "move_259": "ร็อกบลาสต", + "move_260": "เกาะติด", + "move_261": "การตอตานของแมลง", + "move_262": "ลมสีเงิน", + "move_263": "ทำใหตกใจ", + "move_264": "คำสาป", + "move_265": "ไนทเฉด", + "move_266": "ไอออนเทล", + "move_267": "ไจโรบอล", + "move_268": "เฮฟวีบอมเบอร", + "move_269": "วงลอไฟ", + "move_270": "โอเวอรฮีท", + "move_271": "ปนกลเมล็ดพืช", + "move_272": "ปมหญา", + "move_273": "เอนเนอรจี้บอล", + "move_274": "สัมผัสพิเศษ", + "move_275": "รูลวงหนา", + "move_276": "มิเรอรโคต", + "move_277": "อารมณเดือดพลาน", + "move_278": "บารกเอาต", + "move_279": "กัดขย้ำ", + "move_280": "หลอกลวง", + "move_281": "พลังเรนลับ", + "move_282": "พุงเขาใส", + "move_283": "ปนน้ำตก", + "move_284": "โตคลื่น", + "move_285": "หมูดาวตก", + "move_286": "คำอธิษฐานแหงการทำลาย", + "move_287": "หาว", + "move_288": "ไซโคบูสต", + "move_289": "กระแสคลื่นแหลงกำเนิด", + "move_290": "ดาบผาชัน", + "move_291": "ของขวัญ", + "move_292": "เวเธอรบอล", + "move_293": "เวเธอรบอล", + "move_294": "เวเธอรบอล", + "move_295": "เวเธอรบอล", + "move_296": "ฮารดแพลนท", + "move_297": "ตีตก", + "move_298": "บลาสตเบิรน", + "move_299": "ไฮโดรแคนนอน", + "move_300": "สุดยอดไมตาย", + "move_301": "โคเม็ทพันช", + "move_302": "พุงหัวจรวด", + "move_303": "ระเบิดกรด", + "move_304": "พลังปฐพี", + "move_305": "คอนกามปู", + "move_306": "กระโจนใส", + "move_307": "กรงเล็บทำลายลาง", + "move_308": "ปนใหญออคตัน", + "move_309": "มิเรอรช็อต", + "move_310": "พลังสุดขีด", + "move_311": "เหล็กในปลิดชีพ", + "move_312": "กราสมิกเซอร", + "move_313": "ดูดเลือด", + "move_314": "เดรนพันช", + "move_315": "ชาโดวโบน", + "move_316": "น้ำโคลน", + "move_317": "เตะเปลวเพลิง", + "move_318": "เชลลเบลด", + "move_319": "โกรวพันช", + "move_320": "ออดออน", + "move_321": "กิกาอิมแพกต", + "move_322": "ระเบิดอารมณ", + "move_323": "ทดแทนคุณ", + "move_324": "ซิงโครนอยส", + "move_325": "ล็อกออน", + "move_326": "เขี้ยวสายฟา", + "move_327": "เขี้ยวน้ำแข็ง", + "move_328": "เขาสวาน", + "move_329": "แยกพสุธา", + "move_330": "ดาบศักดิ์สิทธิ์", + "move_331": "ฟลายอิงเพรส", + "move_332": "กระสุนคลื่นพลัง", + "move_333": "เอาคืน", + "move_334": "ปนใหญหิน", + "move_335": "แอโรบลาสต", + "move_336": "เทคโนบัสเตอร", + "move_337": "เทคโนบัสเตอร", + "move_338": "เทคโนบัสเตอร", + "move_339": "เทคโนบัสเตอร", + "move_340": "เทคโนบัสเตอร", + "move_341": "บินขึ้น", + "move_342": "V เจนเนอเรต", + "move_343": "ลีฟสตอรม", + "move_344": "จูโจมสามทา", + "move_345": "เรียกลม", + "move_346": "เผาใหเปนเถาถาน", + "move_347": "Dark Void", + "move_348": "ระบำขนนก", + "move_349": "Fiery Dance", + "move_350": "สายลมแหงภูตพราย", + "move_351": "Relic Song", + "move_352": "เวเธอรบอล", + "move_353": "ไซโคแฟงก", + "move_354": "โกรธาทะลุมิติ", + "move_355": "หลุมตางมิติ", + "move_356": "เตะสองครั้ง", + "move_357": "เมจิคัลลีฟ", + "move_358": "ไฟศักดิ์สิทธิ์", + "move_359": "หอกน้ำแข็ง", + "move_360": "แอโรบลาสต+", + "move_361": "แอโรบลาสต++", + "move_362": "ไฟศักดิ์สิทธิ์+", + "move_363": "ไฟศักดิ์สิทธิ์++", + "move_364": "อะโครแบท", + "move_365": "ลัสเตอรเพิรจ", + "move_366": "บอลหมอก", + "move_367": "เหวี่ยงกระเด็น", + "move_368": "กลิ้ง", + "move_369": "ซีดแฟลร", + "move_370": "บล็อกกิง", + "move_371": "ชาโดวไดฟ", + "move_372": "มีทิเออรบีม", + "move_373": "ดาวกระจายน้ำ", + "move_374": "ครอสธันเดอร", + "move_375": "ครอสเฟลม", + "move_376": "โพลเตอรไกสท", + "move_377": "แสนแรงมา", + "move_378": "โลกเยือกแข็ง", + "move_379": "ไวดเบรกเกอร", + "move_380": "คลื่นเสียงสะทาน", + "move_381": "ดับเบิลพันเซอร", + "move_382": "เมจิคัลเฟลม", + "move_383": "อควาเบรก", + "move_384": "ไมตายมังกรทะยานฟา", + "move_385": "ใบไม", + "move_386": "แม็กมาสตอรม", + "move_387": "จีโอคอนโทรล", + "move_388": "ผามิติ", + "move_389": "ปกแหงความตาย", + "move_390": "ธรรมชาติพิโรธ", + "move_391": "ทริปเปลแอกเซิล", + "move_392": "แหวกหญาเปดทาง", + "move_393": "ปฐพีทรายรอน", + "move_394": "เสียงคำรามแหงหวงเวลา", + "move_395": "พายุลมหนาวเหน็บ", + "move_396": "พายุทรายรอน", + "move_397": "พายุฟาผา", + "move_398": "เย็บเงา", + "move_399": "โวลตแท็กเกิล", + "move_400": "ดีดีแลเรียท", + "move_401": "คลื่นพลังจิต", + "move_402": "เสียงโลหะ", + "move_403": "สาดทราย", + "move_404": "มีทิเออรไดรฟ", + "move_405": "ชาโดวเรย", + "move_406": "Aura Wheel", + "move_407": "Aura Wheel", + "move_408": "กระโดดแทงเขา", + "move_409": "ไดเบิรน", + "move_410": "ไดเวิรม", + "move_411": "ไดธันเดอร", + "move_412": "ไดแอทแทก", + "move_413": "ไดนักเคิล", + "move_414": "ไดฮอลโลว", + "move_415": "ไดไอซ", + "move_416": "ไดแอซิด", + "move_417": "ไดสตรีม", + "move_418": "ไดเจ็ต", + "move_419": "ไดแฟรี่", + "move_420": "ไดดรากูน", + "move_421": "ไดไซโค", + "move_422": "ไดร็อก", + "move_423": "ไดเอิรท", + "move_424": "ไดอารก", + "move_425": "ไดโอเวอรโกรท", + "move_426": "ไดสตีล", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "พลังฝามือ", + "move_463": "บทเพลงแหงฟองน้ำ", + "poke_0": "คืนค้าง", + "poke_1": "ฟุชิกิดาเนะ", + "poke_2": "ฟุชิกิโซ", + "poke_3": "ฟุชิกิบานะ", + "poke_3_e1": "เมกาฟุชิกิบานะ", + "poke_4": "ฮิโตคาเงะ", + "poke_5": "ลิซารโดะ", + "poke_6": "ลิซารดอน", + "poke_6_e2": "เมกาลิซารดอน X", + "poke_6_e3": "เมกาลิซารดอน Y", + "poke_7": "เซนิกาเมะ", + "poke_8": "คาเมล", + "poke_9": "คาเม็กซ", + "poke_9_e1": "เมกาคาเม็กซ", + "poke_10": "คาเตอรป", + "poke_11": "ทรานเซล", + "poke_12": "บัตเตอรฟรี", + "poke_13": "บีเดิล", + "poke_14": "โคคูน", + "poke_15": "สเปยร", + "poke_15_e1": "เมกาสเปยร", + "poke_16": "ปอปโปะ", + "poke_17": "พีเจียน", + "poke_18": "พีเจียต", + "poke_18_e1": "เมกาพีเจียต", + "poke_19": "โครัตตา", + "poke_20": "รัตตา", + "poke_21": "โอนิสึซึเมะ", + "poke_22": "โอนิดริล", + "poke_23": "อารโบ", + "poke_24": "อารบ็อก", + "poke_25": "พิคาชู", + "poke_26": "ไรชู", + "poke_27": "แซนด", + "poke_28": "แซนดแพน", + "poke_29": "นิโดรัน♀", + "poke_30": "นิโดรินา", + "poke_31": "นิโดควีน", + "poke_32": "นิโดรัน♂", + "poke_33": "นิโดริโน", + "poke_34": "นิโดคิง", + "poke_35": "ปปป", + "poke_36": "ปคซี", + "poke_37": "โรคอน", + "poke_38": "คิวคอน", + "poke_39": "พูริน", + "poke_40": "พูคูริน", + "poke_41": "ซูแบท", + "poke_42": "โกลแบท", + "poke_43": "นาโซโนะคุสะ", + "poke_44": "คุไซฮานะ", + "poke_45": "รัฟเฟรเซีย", + "poke_46": "พารัส", + "poke_47": "พาราเซ็คท", + "poke_48": "คองปง", + "poke_49": "มอรฟอน", + "poke_50": "ดิกดา", + "poke_51": "ดักทริโอ", + "poke_52": "เนียส", + "poke_53": "เปอรเซียน", + "poke_54": "โคดัก", + "poke_55": "โกลดัก", + "poke_56": "แมนคี", + "poke_57": "โอโคริซารุ", + "poke_58": "การดี", + "poke_59": "วินดี", + "poke_60": "เนียวโรโมะ", + "poke_61": "เนียวโรโซ", + "poke_62": "เนียวโรบอน", + "poke_63": "เคซี", + "poke_64": "ยุนเกเรอร", + "poke_65": "ฟูดิน", + "poke_65_e1": "เมกาฟูดิน", + "poke_66": "วันริกี", + "poke_67": "โกริกี", + "poke_68": "ไคริกี", + "poke_69": "มาดาซึโบมิ", + "poke_70": "อุซึดง", + "poke_71": "อุซึบ็อท", + "poke_72": "เมโนคุราเกะ", + "poke_73": "โดคุคุราเกะ", + "poke_74": "อิชิซึบูเตะ", + "poke_75": "โกโลน", + "poke_76": "โกโลเนีย", + "poke_77": "โพนีตะ", + "poke_78": "แกลล็อป", + "poke_79": "ยาดง", + "poke_80": "ยาโดรัน", + "poke_80_e1": "เมกายาโดรัน", + "poke_81": "คอยล", + "poke_82": "แรคอยล", + "poke_83": "คาโมเนกิ", + "poke_84": "โดโด", + "poke_85": "โดโดริโอ", + "poke_86": "เพาเวา", + "poke_87": "จูกอน", + "poke_88": "เบโตเบตา", + "poke_89": "เบโตเบตัน", + "poke_90": "เชลเดอร", + "poke_91": "พารเชน", + "poke_92": "โกส", + "poke_93": "โกสท", + "poke_94": "เก็งกา", + "poke_94_e1": "เมกาเก็งกา", + "poke_95": "อิวารค", + "poke_96": "สลีป", + "poke_97": "สลีปเปอร", + "poke_98": "แครบ", + "poke_99": "คิงเกลอร", + "poke_100": "บิริริดามา", + "poke_101": "มารุมายน", + "poke_102": "ทามะทามะ", + "poke_103": "นัชชี", + "poke_104": "คาระคาระ", + "poke_105": "การะการะ", + "poke_106": "ซาวามูลาร", + "poke_107": "เอบิวาลาร", + "poke_108": "เบโรรินกา", + "poke_109": "โดกาซ", + "poke_110": "มาตาโดกัซ", + "poke_111": "ไซฮอรน", + "poke_112": "ไซดอน", + "poke_113": "ลัคกี", + "poke_114": "มอนจารา", + "poke_115": "การูรา", + "poke_115_e1": "เมกาการูรา", + "poke_116": "ทัททู", + "poke_117": "ซีดรา", + "poke_118": "โทซาคินโตะ", + "poke_119": "อซึมาโอ", + "poke_120": "ฮิโตเดมัน", + "poke_121": "สตารมี", + "poke_122": "บารเรียด", + "poke_123": "สไตรค", + "poke_124": "รูจูลา", + "poke_125": "เอเลบู", + "poke_126": "บูเบอร", + "poke_127": "ไคลอส", + "poke_127_e1": "เมกาไคลอส", + "poke_128": "เคนเทารอส", + "poke_129": "คอยคิง", + "poke_130": "เกียราดอส", + "poke_130_e1": "เมกาเกียราดอส", + "poke_131": "ลาพลาซ", + "poke_132": "เมตามอน", + "poke_133": "อีวุย", + "poke_134": "ชาวเวอรส", + "poke_135": "ธันเดอรส", + "poke_136": "บูสเตอร", + "poke_137": "โพรีกอน", + "poke_138": "ออมไนต", + "poke_139": "ออมสตาร", + "poke_140": "คาบูโตะ", + "poke_141": "คาบูท็อปส", + "poke_142": "พเทอรา", + "poke_142_e1": "เมกาพเทอรา", + "poke_143": "คาบิกอน", + "poke_144": "ฟรีเซอร", + "poke_145": "ธันเดอร", + "poke_146": "ไฟเยอร", + "poke_147": "มินิริว", + "poke_148": "ฮาคุริว", + "poke_149": "ไคริว", + "poke_150": "มิวทู", + "poke_150_e2": "เมกามิวทู X", + "poke_150_e3": "เมกามิวทู Y", + "poke_151": "มิว", + "poke_152": "จิโคริตา", + "poke_153": "เบยลีฟ", + "poke_154": "เมกาเนียม", + "poke_155": "ฮิโนอาราชิ", + "poke_156": "แม็กมาราชิ", + "poke_157": "บาคุฟูน", + "poke_158": "วานิโนโกะ", + "poke_159": "อัลลิเกต", + "poke_160": "ออไดล", + "poke_161": "โอทาจิ", + "poke_162": "โอโอทาจิ", + "poke_163": "โฮโฮ", + "poke_164": "โยรุโนะซึคุ", + "poke_165": "เรดิบา", + "poke_166": "เรเดียน", + "poke_167": "อิโตมารุ", + "poke_168": "อาริอาโดส", + "poke_169": "โครแบท", + "poke_170": "ชอนชี", + "poke_171": "แลนเทอรน", + "poke_172": "พิชู", + "poke_173": "ป", + "poke_174": "พูพูริน", + "poke_175": "โทเกป", + "poke_176": "โทเกชิก", + "poke_177": "เนที", + "poke_178": "เนทิโอ", + "poke_179": "เมรีป", + "poke_180": "โมโคโค", + "poke_181": "เด็นริว", + "poke_181_e1": "เมกาเด็นริว", + "poke_182": "คิเรอิฮานะ", + "poke_183": "มาริล", + "poke_184": "มาริลลิ", + "poke_185": "อุซกกี", + "poke_186": "เนียวโรโทโนะ", + "poke_187": "ฮาเน็กโกะ", + "poke_188": "โพพ็อกโกะ", + "poke_189": "วาทักโกะ", + "poke_190": "เอยแพม", + "poke_191": "ฮิมานัทส", + "poke_192": "คิมาวาริ", + "poke_193": "ยันยันมา", + "poke_194": "อูปา", + "poke_195": "นูโอ", + "poke_196": "เอฟ", + "poke_197": "แบล็กกี", + "poke_198": "ยามิคาราซึ", + "poke_199": "ยาโดคิง", + "poke_200": "มูมา", + "poke_201": "อันโนน", + "poke_202": "โซนานส", + "poke_203": "คิรินริกิ", + "poke_204": "คุนุกิดามะ", + "poke_205": "ฟอเรทอส", + "poke_206": "โนก็อจจิ", + "poke_207": "ไกลกา", + "poke_208": "ฮากาเนล", + "poke_208_e1": "เมกาฮากาเนล", + "poke_209": "บูล", + "poke_210": "แกรนบูล", + "poke_211": "ฮารีเซน", + "poke_212": "ฮัซซัม", + "poke_212_e1": "เมกาฮัซซัม", + "poke_213": "สึโบสึโบะ", + "poke_214": "เฮราครอส", + "poke_214_e1": "เมกาเฮราครอส", + "poke_215": "นิวลา", + "poke_216": "ฮิเมกุมะ", + "poke_217": "ริงกุมะ", + "poke_218": "มักแม็ก", + "poke_219": "มักคารโก", + "poke_220": "อุริมู", + "poke_221": "อิโนมู", + "poke_222": "ซันนีโก", + "poke_223": "เทปโปโอ", + "poke_224": "ออคตัน", + "poke_225": "เดลิเบิรด", + "poke_226": "แมนไทน", + "poke_227": "แอรมุโด", + "poke_228": "เดลวิล", + "poke_229": "เฮลการ", + "poke_229_e1": "เมกาเฮลการ", + "poke_230": "คิงดรา", + "poke_231": "โกมาโซ", + "poke_232": "ดอนแฟน", + "poke_233": "โพรีกอน2", + "poke_234": "โอโดชิชิ", + "poke_235": "โดเบิล", + "poke_236": "บัลกี", + "poke_237": "คาโพเอลาร", + "poke_238": "มุจูล", + "poke_239": "เอเลคิด", + "poke_240": "บูบี", + "poke_241": "มิลแทงค", + "poke_242": "แฮปปนาส", + "poke_243": "ไรโค", + "poke_244": "เอ็นเต", + "poke_245": "ซุยคูน", + "poke_246": "โยกิราส", + "poke_247": "ซานากิราส", + "poke_248": "บันกิราส", + "poke_248_e1": "เมกาบันกิราส", + "poke_249": "ลูเกีย", + "poke_250": "โฮโอ", + "poke_251": "เซเลบี", + "poke_252": "คิโมริ", + "poke_253": "จุปไทล", + "poke_254": "จูไคน", + "poke_254_e1": "เมกาจูไคน", + "poke_255": "อาชาโม", + "poke_256": "วาคาชาโม", + "poke_257": "บาชาโม", + "poke_257_e1": "เมกาบาชาโม", + "poke_258": "มิซึโกโร", + "poke_259": "นูมาโคร", + "poke_260": "ลากลาจ", + "poke_260_e1": "เมกาลากลาจ", + "poke_261": "โปชิเอนา", + "poke_262": "กราเอนา", + "poke_263": "จิกุซากุมะ", + "poke_264": "มัสสึกุมะ", + "poke_265": "เคมุตโสะ", + "poke_266": "คาราซาลิส", + "poke_267": "อาเกฮันท", + "poke_268": "มายูลด", + "poke_269": "โดคุเคล", + "poke_270": "ฮาซึโบ", + "poke_271": "ฮาซึเบรโร", + "poke_272": "รุนปปปา", + "poke_273": "ทาเนโบ", + "poke_274": "โคโนฮานะ", + "poke_275": "ดาเทนกุ", + "poke_276": "สึบาเมะ", + "poke_277": "โอโอสึบาเมะ", + "poke_278": "คาโมเมะ", + "poke_279": "เพลิปเปอร", + "poke_280": "ราลทซ", + "poke_281": "เคอเรีย", + "poke_282": "เซอไนท", + "poke_282_e1": "เมกาเซอไนท", + "poke_283": "อาเมทามะ", + "poke_284": "อาเมมอธ", + "poke_285": "คิโนโคโค", + "poke_286": "คิโนกัซซา", + "poke_287": "นามาเคโร", + "poke_288": "ยารุคิโมโนะ", + "poke_289": "เค็คคิง", + "poke_290": "สึจินิน", + "poke_291": "เท็คคานิน", + "poke_292": "นูเคนิน", + "poke_293": "โกเนียวเนียว", + "poke_294": "โดกอม", + "poke_295": "บาคุองก", + "poke_296": "มาคุโนชิตะ", + "poke_297": "ฮาริเทยามะ", + "poke_298": "รูริริ", + "poke_299": "โนซพาส", + "poke_300": "เอเนโค", + "poke_301": "เอเนโคโรโระ", + "poke_302": "ยามิรามิ", + "poke_302_e1": "เมกายามิรามิ", + "poke_303": "คูชีท", + "poke_303_e1": "เมกาคูชีท", + "poke_304": "โคโคโดรา", + "poke_305": "โคโดรา", + "poke_306": "บอสโกโดรา", + "poke_306_e1": "เมกาบอสโกโดรา", + "poke_307": "อาซานัน", + "poke_308": "ชาเรม", + "poke_308_e1": "เมกาชาเรม", + "poke_309": "ราคุไร", + "poke_310": "ไลโวลต", + "poke_310_e1": "เมกาไลโวลต", + "poke_311": "พราเซิล", + "poke_312": "ไมนัน", + "poke_313": "บารูบีท", + "poke_314": "อิลูมิเซะ", + "poke_315": "โรเซเลีย", + "poke_316": "โกคูลิน", + "poke_317": "มารุโนม", + "poke_318": "คิบาเนีย", + "poke_319": "ซาเมฮาเดอร", + "poke_319_e1": "เมกาซาเมฮาเดอร", + "poke_320": "เวลโกะ", + "poke_321": "เวลโอ", + "poke_322": "ดอนเมล", + "poke_323": "บาคูดา", + "poke_323_e1": "เมกาบาคูดา", + "poke_324": "โคทอยซ", + "poke_325": "บาเนบู", + "poke_326": "บูพิก", + "poke_327": "พัทชีล", + "poke_328": "นัคครา", + "poke_329": "วิบราวา", + "poke_330": "ฟลายกอน", + "poke_331": "ซาโบเนีย", + "poke_332": "น็อคทัส", + "poke_333": "ทิลทโท", + "poke_334": "ทิลทาลิส", + "poke_334_e1": "เมกาทิลทาลิส", + "poke_335": "แซงกูส", + "poke_336": "ฮาบูเนค", + "poke_337": "ลูนาโทน", + "poke_338": "โซลร็อก", + "poke_339": "โดโจทช", + "poke_340": "นามาซูน", + "poke_341": "เฮกานิ", + "poke_342": "ชิซาริเกอร", + "poke_343": "ยาจิลอน", + "poke_344": "เนนดอลล", + "poke_345": "ลิลีลา", + "poke_346": "ยูเรเดิล", + "poke_347": "อน็อปธ", + "poke_348": "อามัลโด", + "poke_349": "ฮินบาส", + "poke_350": "มิโลคารอส", + "poke_351": "โปวาลุน", + "poke_352": "คาคุเลียน", + "poke_353": "คาเงะโบสึ", + "poke_354": "จุปเปตตะ", + "poke_354_e1": "เมกาจุปเปตตะ", + "poke_355": "โยมาวารุ", + "poke_356": "ซามาโยรุ", + "poke_357": "โทรพิอุส", + "poke_358": "ชิรีน", + "poke_359": "แอบโซล", + "poke_359_e1": "เมกาแอบโซล", + "poke_360": "โซนาโนะ", + "poke_361": "ยูกิวาราชิ", + "poke_362": "โอนิโกริ", + "poke_362_e1": "เมกาโอนิโกริ", + "poke_363": "ทามาซาราชิ", + "poke_364": "โทดอกเกลอร", + "poke_365": "โทโดเซรุกา", + "poke_366": "ปาลูลุ", + "poke_367": "ฮันเทล", + "poke_368": "ซาคุราบิส", + "poke_369": "จีแลนซ", + "poke_370": "เลิฟคัส", + "poke_371": "ทัทซึเบ", + "poke_372": "โคโมรู", + "poke_373": "โบมันเดอร", + "poke_373_e1": "เมกาโบมันเดอร", + "poke_374": "ดันบัล", + "poke_375": "เมแทงก", + "poke_376": "เมทากรอส", + "poke_376_e1": "เมกาเมทากรอส", + "poke_377": "เรจิร็อก", + "poke_378": "เรจิไอซ", + "poke_379": "เรจิสตีล", + "poke_380": "ลาทิอาส", + "poke_380_e1": "เมกาลาทิอาส", + "poke_381": "ลาทิโอส", + "poke_381_e1": "เมกาลาทิโอส", + "poke_382": "ไคออกา", + "poke_383": "กราดอน", + "poke_384": "เร็คควอซา", + "poke_384_e1": "เมกาเร็คควอซา", + "poke_385": "จิราชิ", + "poke_386": "ดีอ็อกซิส", + "poke_387": "นาเอเติล", + "poke_388": "ฮายาชิกาเมะ", + "poke_389": "โดไดโทส", + "poke_390": "ฮิโกซารุ", + "poke_391": "โมคาซารุ", + "poke_392": "โกคาซารุ", + "poke_393": "โพจจามะ", + "poke_394": "โพจไทชิ", + "poke_395": "เอ็มเพลท", + "poke_396": "มุคคูรุ", + "poke_397": "มุคูเบิรด", + "poke_398": "มุคูฮอวก", + "poke_399": "บิปปา", + "poke_400": "บีดารุ", + "poke_401": "โคโรโบชิ", + "poke_402": "โคโรท็อก", + "poke_403": "โคลิงก", + "poke_404": "ลุคซิโอ", + "poke_405": "เร็นโทรา", + "poke_406": "ซึโบมี", + "poke_407": "โรสเรด", + "poke_408": "ซึไกโดส", + "poke_409": "แรมพารด", + "poke_410": "ทาเทท็อปส", + "poke_411": "โทริเด็ปส", + "poke_412": "มิโนมุจจิ", + "poke_413": "มิโนมาดาม", + "poke_414": "กาเมล", + "poke_415": "มิทซึฮันนี", + "poke_416": "บีควิน", + "poke_417": "พาจิริซึ", + "poke_418": "บุยเซล", + "poke_419": "โฟลเซล", + "poke_420": "เชอรินโบ", + "poke_421": "เชอริม", + "poke_422": "คารานะคูชิ", + "poke_423": "ไทรโทดอน", + "poke_424": "เอเทโบธ", + "poke_425": "ฟูวันเต", + "poke_426": "ฟูวาไรด", + "poke_427": "มิมิโรล", + "poke_428": "มิมิล็อป", + "poke_428_e1": "เมกามิมิล็อป", + "poke_429": "มูมาจิ", + "poke_430": "ดอนคาราซึ", + "poke_431": "เนียรุมา", + "poke_432": "บูเนียตโตะ", + "poke_433": "ลีชาน", + "poke_434": "สกังพู", + "poke_435": "สกาแทงค", + "poke_436": "โดมิเรอร", + "poke_437": "โดทาคุน", + "poke_438": "อุโซฮาจิ", + "poke_439": "มาเนเน", + "poke_440": "พินพูคุ", + "poke_441": "เพแรป", + "poke_442": "มิคารูเกะ", + "poke_443": "ฟุคามารุ", + "poke_444": "กาไบต", + "poke_445": "กาเบรียส", + "poke_445_e1": "เมกากาเบรียส", + "poke_446": "กอนเบะ", + "poke_447": "ริโอลุ", + "poke_448": "ลูคาริโอ", + "poke_448_e1": "เมกาลูคาริโอ", + "poke_449": "ฮิปโปโปตัส", + "poke_450": "คาบัลดอน", + "poke_451": "สกอรป", + "poke_452": "โดราเปยน", + "poke_453": "กูเรกกรู", + "poke_454": "โดคูร็อก", + "poke_455": "มัสคิปปา", + "poke_456": "เคโคโอ", + "poke_457": "เนโอแลนท", + "poke_458": "ทาแมนทา", + "poke_459": "ยูกิคาบูริ", + "poke_460": "ยูกิโนะโอ", + "poke_460_e1": "เมกายูกิโนะโอ", + "poke_461": "มานิวลา", + "poke_462": "จิบะคอยล", + "poke_463": "เบโรเบลท", + "poke_464": "โดไซดอน", + "poke_465": "โมจัมโบ", + "poke_466": "เอเลคิเบิล", + "poke_467": "บูเบิรน", + "poke_468": "โทเกคิส", + "poke_469": "เมกะยันมา", + "poke_470": "ลีเฟย", + "poke_471": "กราเซีย", + "poke_472": "ไกลออน", + "poke_473": "แมมมู", + "poke_474": "โพรีกอน-แซด", + "poke_475": "เอรูเรโด", + "poke_475_e1": "เมกาเอรูเรโด", + "poke_476": "ไดโนซ", + "poke_477": "โยนัวร", + "poke_478": "ยูกิเมโนโกะ", + "poke_479": "โรตอม", + "poke_480": "ยุคซี", + "poke_481": "เอ็มริต", + "poke_482": "อักนอม", + "poke_483": "ดีอัลกา", + "poke_484": "พัลเกีย", + "poke_485": "ฮีดราน", + "poke_486": "เรจิกิกัส", + "poke_487": "กิราตินา", + "poke_488": "เครเซเลีย", + "poke_489": "ฟโอเน", + "poke_490": "มานาฟ", + "poke_491": "ดารกไร", + "poke_492": "เชมิน", + "poke_493": "อารเซอุส", + "poke_494": "วิคทินี", + "poke_495": "สึทาจะ", + "poke_496": "จาโนวี", + "poke_497": "จาโลดา", + "poke_498": "โพคาบู", + "poke_499": "จาโอบู", + "poke_500": "เอ็นบูโอ", + "poke_501": "มิจูมารุ", + "poke_502": "ฟุตาจิมารุ", + "poke_503": "ไดเคนคิ", + "poke_504": "มิเนซูมิ", + "poke_505": "มิรูฮอก", + "poke_506": "โยเทอรี", + "poke_507": "เฮอเดอเรีย", + "poke_508": "มูแลนด", + "poke_509": "โจโรเนโกะ", + "poke_510": "เลพัลดัส", + "poke_511": "ยานัปปุ", + "poke_512": "ยานักกี", + "poke_513": "บาอปปุ", + "poke_514": "บาอกกี", + "poke_515": "ฮิยัปปุ", + "poke_516": "ฮิยักกี", + "poke_517": "มุนนะ", + "poke_518": "มุชานา", + "poke_519": "มาเมพาโตะ", + "poke_520": "ฮาโทโบ", + "poke_521": "เคนโฮโล", + "poke_522": "ชิมามา", + "poke_523": "ซีบรายกา", + "poke_524": "ดันโกโร", + "poke_525": "กันเทิล", + "poke_526": "กิไกอาซ", + "poke_527": "โคโรโมริ", + "poke_528": "โคโคโรโมริ", + "poke_529": "โมกุริว", + "poke_530": "โดริวซึ", + "poke_531": "ทาบุนเนะ", + "poke_531_e1": "เมกาทาบุนเนะ", + "poke_532": "ด็อคโคเรอร", + "poke_533": "โดเท็คคทซึ", + "poke_534": "โรบูชิน", + "poke_535": "โอทามาโร", + "poke_536": "กามาการุ", + "poke_537": "กามาเกโรเกะ", + "poke_538": "นาเกคิ", + "poke_539": "ดาเกคิ", + "poke_540": "คูรูมีรุ", + "poke_541": "คูรูมายุ", + "poke_542": "ฮาฮาโคโมริ", + "poke_543": "ฟูชิเดะ", + "poke_544": "วีกา", + "poke_545": "เพนโดรา", + "poke_546": "โมนเมน", + "poke_547": "เอลฟูน", + "poke_548": "จูริเน", + "poke_549": "เดรเดีย", + "poke_550": "บาสราโอ", + "poke_551": "เมะกุโรโกะ", + "poke_552": "วารุวิล", + "poke_553": "วารุเวียล", + "poke_554": "ดารุมักกะ", + "poke_555": "ฮิฮิดารุมะ", + "poke_556": "มาราคัจจิ", + "poke_557": "อิชิซึไม", + "poke_558": "อิวาพาเลซ", + "poke_559": "ซึรุกกุ", + "poke_560": "ซึรุซึคิน", + "poke_561": "ซิมโบลา", + "poke_562": "เดธมาส", + "poke_563": "เดธคาน", + "poke_564": "โปรโตกา", + "poke_565": "อบาโกรา", + "poke_566": "อาเคน", + "poke_567": "อาเคโอส", + "poke_568": "ยาบุคุรอน", + "poke_569": "ดัสตดาส", + "poke_570": "โซรัว", + "poke_571": "โซโรอารค", + "poke_572": "จิลามี", + "poke_573": "จิลาจีโน", + "poke_574": "โกธิมู", + "poke_575": "โกธิมิรุ", + "poke_576": "โกธิรูเซล", + "poke_577": "ยูนิรัน", + "poke_578": "ดาบูลัน", + "poke_579": "แลนคูลัส", + "poke_580": "โคอารูฮี", + "poke_581": "สวอนนา", + "poke_582": "วานิเพ็ตติ", + "poke_583": "วานิริช", + "poke_584": "ไบวานิลลา", + "poke_585": "ชิคิจิกะ", + "poke_586": "เมบูคิจิกะ", + "poke_587": "เอมอนกา", + "poke_588": "คาบูรูโมะ", + "poke_589": "ชูวัลโก", + "poke_590": "ทามาเกะทาเคะ", + "poke_591": "โมโรบาเรรุ", + "poke_592": "พูรูริล", + "poke_593": "บูรุนเจล", + "poke_594": "มามันโบ", + "poke_595": "บาชูรุ", + "poke_596": "เดนทูลา", + "poke_597": "เทสซีด", + "poke_598": "นัทเทรย", + "poke_599": "เกียร", + "poke_600": "กิเกียร", + "poke_601": "กิกิเกียร", + "poke_602": "ชิบิชิราซึ", + "poke_603": "ชิบิบีล", + "poke_604": "ชิบิรูดอน", + "poke_605": "ลีเกรย", + "poke_606": "โอเบ็ม", + "poke_607": "ฮิโตโมชิ", + "poke_608": "แลมพูลา", + "poke_609": "แชนเดลา", + "poke_610": "คิบาโกะ", + "poke_611": "โอโนนโดะ", + "poke_612": "โอโนโนคุส", + "poke_613": "คูมะชุน", + "poke_614": "ทันแบร", + "poke_615": "ฟรีจิโอ", + "poke_616": "โชโบมากิ", + "poke_617": "อกิลดา", + "poke_618": "มักเกียว", + "poke_619": "โคโจฟู", + "poke_620": "โคโจนโดะ", + "poke_621": "คริมแกน", + "poke_622": "โกบิท", + "poke_623": "โกลูก", + "poke_624": "โคมาทานา", + "poke_625": "คิริคิซัน", + "poke_626": "บัฟฟรอน", + "poke_627": "วาชิบอน", + "poke_628": "วอรเกิล", + "poke_629": "วัลไจ", + "poke_630": "วัลจีนา", + "poke_631": "คุยทาแรน", + "poke_632": "ไอแอนท", + "poke_633": "โมโนซึ", + "poke_634": "จิเฮด", + "poke_635": "ซาซันดรา", + "poke_636": "เมลารวา", + "poke_637": "อุลกามอธ", + "poke_638": "โคบัลออน", + "poke_639": "เทราคิออน", + "poke_640": "วิริซิออน", + "poke_641": "ทอรเนลอส", + "poke_642": "โวลโทลอส", + "poke_643": "เรชิรัม", + "poke_644": "เซครอม", + "poke_645": "แลนโดลอส", + "poke_646": "คิวเรม", + "poke_647": "เคลดิโอ", + "poke_648": "เมโลเอตตา", + "poke_649": "เกโนเซ็กท", + "poke_650": "ฮาริมารอน", + "poke_651": "ฮาริบอรก", + "poke_652": "บริการอน", + "poke_653": "ฟอกโกะ", + "poke_654": "เทลนาร", + "poke_655": "มาฟอกซี", + "poke_656": "เคโรมัตซึ", + "poke_657": "เกโคกาชิระ", + "poke_658": "เก็คโคกะ", + "poke_659": "โฮรุบี", + "poke_660": "โฮรูโด", + "poke_661": "ยายาโคมะ", + "poke_662": "ฮิโนยาโคมะ", + "poke_663": "ไฟรแอโรว", + "poke_664": "โคฟูคิมูชิ", + "poke_665": "โคฟูไร", + "poke_666": "วิวิญอง", + "poke_667": "ชิชิโกะ", + "poke_668": "คาเอ็นจิชิ", + "poke_669": "ฟลาเบเบ", + "poke_670": "ฟลาเอตเต", + "poke_671": "ฟลาเจส", + "poke_672": "เมเคิล", + "poke_673": "โกโกท", + "poke_674": "ยันชัม", + "poke_675": "โกรอนดะ", + "poke_676": "ทริมเมียน", + "poke_677": "เนียสเปอร", + "poke_678": "เนียโอนิกซ", + "poke_679": "ฮิโตทซึกิ", + "poke_680": "นิดังกิล", + "poke_681": "กิลการด", + "poke_682": "ชูชูป", + "poke_683": "เฟรฟุวัน", + "poke_684": "เพร็อพพัฟ", + "poke_685": "เพโรรีม", + "poke_686": "มาอีกะ", + "poke_687": "คาลามาเนโร", + "poke_688": "คาเมเทเทะ", + "poke_689": "กาเมโนเดส", + "poke_690": "คูซูโม", + "poke_691": "ดรามิโดโร", + "poke_692": "อุเด็ปโป", + "poke_693": "บลอสเตอร", + "poke_694": "เอลิคิเทล", + "poke_695": "เอเลซารด", + "poke_696": "จิโกรัส", + "poke_697": "กาจิโกรัส", + "poke_698": "อมารุส", + "poke_699": "อมารูรูกา", + "poke_700": "นิมเฟย", + "poke_701": "ลูจาบูล", + "poke_702": "เดเด็นเนะ", + "poke_703": "เมเลซี", + "poke_704": "นูเมรา", + "poke_705": "นูเมล", + "poke_706": "นูเมลกอน", + "poke_707": "เคลฟฟ", + "poke_708": "โบคุเร", + "poke_709": "โอร็อต", + "poke_710": "บาเค็จจะ", + "poke_711": "พัมพจิน", + "poke_712": "คาจิคอล", + "poke_713": "เครเบส", + "poke_714": "ออนแบท", + "poke_715": "ออนเวิรน", + "poke_716": "เซอเนียส", + "poke_717": "อีเวลทอล", + "poke_718": "ซีการด", + "poke_719": "ดีแอนซี", + "poke_719_e1": "เมกาดีแอนซี", + "poke_720": "ฮูปา", + "poke_721": "โวลเคเนียน", + "poke_722": "โมคุโร", + "poke_723": "ฟุคุซึโร", + "poke_724": "จูไนเปอร", + "poke_725": "เนียบี", + "poke_726": "เนียฮีท", + "poke_727": "กาโอกาเอ็น", + "poke_728": "อชิมาริ", + "poke_729": "โอชามาริ", + "poke_730": "อชิเรน", + "poke_731": "สึสึเคระ", + "poke_732": "เครารัปปา", + "poke_733": "โดเดคาบาชิ", + "poke_734": "ยังกูส", + "poke_735": "เดคากูส", + "poke_736": "อโกจิมูชิ", + "poke_737": "เด็นจิมูชิ", + "poke_738": "คุวากานอน", + "poke_739": "มาเค็นคานิ", + "poke_740": "เคเค็นคานิ", + "poke_741": "โอโดริโดริ", + "poke_742": "อบูรี", + "poke_743": "อบูริบง", + "poke_744": "อิวังโค", + "poke_745": "ลูกาลูกัน", + "poke_746": "โยวาชิ", + "poke_747": "ฮิโดอิเดะ", + "poke_748": "โดฮิโดอิเดะ", + "poke_749": "โดโรบังโค", + "poke_750": "บัมบะโดโร", + "poke_751": "ชิซึคุโม", + "poke_752": "โอนิชิซึคุโม", + "poke_753": "คาริคิริ", + "poke_754": "รารันเทส", + "poke_755": "เนมาชู", + "poke_756": "มาเชโดะ", + "poke_757": "ยาโทโมริ", + "poke_758": "เอ็นนิวท", + "poke_759": "นุยโคกุมะ", + "poke_760": "คิเทรุกุมะ", + "poke_761": "อมาคาจิ", + "poke_762": "อมามาอิโกะ", + "poke_763": "อมาโจ", + "poke_764": "คิววะวา", + "poke_765": "ยาเรยูตัน", + "poke_766": "นาเกสึเคซารุ", + "poke_767": "โคโซคูมูชิ", + "poke_768": "กูโซคูมูฉะ", + "poke_769": "ซึนาบา", + "poke_770": "ชิโรเดซึนะ", + "poke_771": "นามาโคบูชิ", + "poke_772": "ไทป: นัล", + "poke_773": "ซิลวาดี", + "poke_774": "เมเทโน", + "poke_775": "เน็คโคอาลา", + "poke_776": "บาคุกาเมส", + "poke_777": "โทเกะเดมารุ", + "poke_778": "มิมิคคิว", + "poke_779": "ฮากิกิชิริ", + "poke_780": "จิจีลอน", + "poke_781": "ดาดาริน", + "poke_782": "จาราโค", + "poke_783": "จารังโก", + "poke_784": "จารารังกา", + "poke_785": "คาปู โคเคโค", + "poke_786": "คาปู เทเทฟู", + "poke_787": "คาปู บูลูลู", + "poke_788": "คาปู เรฮิเร", + "poke_789": "คอสม็อก", + "poke_790": "คอสโมม", + "poke_791": "โซลกาเลโอ", + "poke_792": "ลูนาอาลา", + "poke_793": "อุทซึรอยด", + "poke_794": "มัสชิบูน", + "poke_795": "เฟโรเช", + "poke_796": "เด็นจูโมคุ", + "poke_797": "เท็คคากูยะ", + "poke_798": "คามิทซึรูกิ", + "poke_799": "อคูจิคิง", + "poke_800": "เนครอสมา", + "poke_801": "มาเกียนา", + "poke_802": "มารชาโดว", + "poke_803": "เบเวนอม", + "poke_804": "อาโกโยง", + "poke_805": "สึนเดะสึนเดะ", + "poke_806": "ซุกะโดง", + "poke_807": "เซราโอรา", + "poke_808": "เมลตัน", + "poke_809": "เมลเมทัล", + "poke_810": "ซารุโนริ", + "poke_811": "บาจินคี", + "poke_812": "กอริลลันดา", + "poke_813": "ฮิบานี", + "poke_814": "แรบบิฟุต", + "poke_815": "เอสเบิรน", + "poke_816": "เมซซอน", + "poke_817": "จิเมเลียน", + "poke_818": "อินเทเลียน", + "poke_819": "โฮชิกะริสึ", + "poke_820": "โยคุบะริสึ", + "poke_821": "โคโคการะ", + "poke_822": "อาโอการาสึ", + "poke_823": "อารเมอรการ", + "poke_824": "ซัจจิมุชิ", + "poke_825": "เรโดมุชิ", + "poke_826": "อิออรบ", + "poke_827": "คุสุเนะ", + "poke_828": "ฟอกสไล", + "poke_829": "ฮิเมงกะ", + "poke_830": "วาตะชิรากะ", + "poke_831": "วูลู", + "poke_832": "ไบวูลู", + "poke_833": "คามุคาเมะ", + "poke_834": "คาจิริกาเมะ", + "poke_835": "วันปาจิ", + "poke_836": "พัลสวัน", + "poke_837": "ทันดง", + "poke_838": "โทร็อกกอน", + "poke_839": "เซคิทันซัง", + "poke_840": "คาจิชชู", + "poke_841": "แอปปริว", + "poke_842": "ทารุปเปล", + "poke_843": "ซึนะเฮบิ", + "poke_844": "ซาไดจา", + "poke_845": "อุอุ", + "poke_846": "ซาชิคามาสึ", + "poke_847": "คามาสึโจ", + "poke_848": "เอเลซัน", + "poke_849": "สตรินเดอร", + "poke_850": "ยาคุเดะ", + "poke_851": "มารุยาคุเดะ", + "poke_852": "ทาทักโกะ", + "poke_853": "โอโทสพัส", + "poke_854": "ยาบาฉะ", + "poke_855": "พอตเดธ", + "poke_856": "มิบริม", + "poke_857": "เทบริม", + "poke_858": "บริมออน", + "poke_859": "เบโรบา", + "poke_860": "กิโม", + "poke_861": "โอลองเกะ", + "poke_862": "ทาจิฟุซากุมะ", + "poke_863": "เนียคิง", + "poke_864": "ซานิกอน", + "poke_865": "เนกิกะไนท", + "poke_866": "บาริโคโอรุ", + "poke_867": "เดธบาน", + "poke_868": "มาโฮมิล", + "poke_869": "มาวิป", + "poke_870": "ไทเรสึ", + "poke_871": "บาจินอุนิ", + "poke_872": "ยูกิฮามิ", + "poke_873": "มอสโนว", + "poke_874": "อิชิเฮนจิน", + "poke_875": "โคโอริปโปะ", + "poke_876": "อิเอซซัน", + "poke_877": "โมรุเปโกะ", + "poke_878": "โซโด", + "poke_879": "ไดโอโด", + "poke_880": "พัจจิรากอน", + "poke_881": "พัจจิรุดอน", + "poke_882": "อุโอโนรากอน", + "poke_883": "อุโอจิรุดอน", + "poke_884": "ดิวรัลดอน", + "poke_885": "โดราเมชิยะ", + "poke_886": "โดรอนจิ", + "poke_887": "โดราพัลท", + "poke_888": "ซาเชียน", + "poke_889": "ซามาเซนตา", + "poke_890": "มุเก็นไดนา", + "poke_891": "ดาคุมะ", + "poke_892": "วูลาโอส", + "poke_893": "ซารูด", + "poke_894": "เรจิเอเลคิ", + "poke_895": "เรจิดราโก", + "poke_896": "บลิซซาพอส", + "poke_897": "เรสพอส", + "poke_898": "บัดเดร็กซ", + "poke_899": "อายาชิชิ", + "poke_900": "บาซากิริ", + "poke_901": "กาจิกุมะ", + "poke_902": "อิไดโต", + "poke_903": "โอนิวลา", + "poke_904": "ฮารีมัน", + "poke_905": "เลิฟโทลอส", + "poke_906": "เนียวฮะ", + "poke_907": "เนียโรเต", + "poke_908": "มาสเคอเนีย", + "poke_909": "โฮเกเตอร", + "poke_910": "อาจิเกเตอร", + "poke_911": "ลาวดโบน", + "poke_912": "แคว็กซ", + "poke_913": "เวลคาโมะ", + "poke_914": "เวนิวัล", + "poke_915": "กูรตง", + "poke_916": "เพอรฟูตง", + "poke_917": "ทามันทูลา", + "poke_918": "วาไนเดอร", + "poke_919": "มาเมะบัตตะ", + "poke_920": "เอ็กซเลก", + "poke_921": "พาโม", + "poke_922": "พาม็อต", + "poke_923": "เพอรม็อต", + "poke_924": "วักคาเนซูมิ", + "poke_925": "อิกคาเนซูมิ", + "poke_926": "พาปม็อตจิ", + "poke_927": "บัลซเซล", + "poke_928": "มินีฟ", + "poke_929": "โอลีเนียว", + "poke_930": "โอลีวา", + "poke_931": "อิคิริงโกะ", + "poke_932": "โคจีโอ", + "poke_933": "จีโอซึมู", + "poke_934": "เคียวจีโอน", + "poke_935": "คารโบ", + "poke_936": "กุเร็นอารมา", + "poke_937": "โซเบลดส", + "poke_938": "ซุพีคา", + "poke_939": "ฮาราบารี", + "poke_940": "ไคเด็น", + "poke_941": "ไทไคเด็น", + "poke_942": "โอราทิฟ", + "poke_943": "มาฟทิฟ", + "poke_944": "ชิรุชูลู", + "poke_945": "ทากิงกูลู", + "poke_946": "อาโนะคุสะ", + "poke_947": "อาโนะโฮรากุสะ", + "poke_948": "โนโนะคุราเกะ", + "poke_949": "ริคุคุราเกะ", + "poke_950": "กาเคกานิ", + "poke_951": "แคปไซจิ", + "poke_952": "สโกวิลเลิน", + "poke_953": "ชิกาโรโค", + "poke_954": "เบราคาสุ", + "poke_955": "ฮิราฮินะ", + "poke_956": "เควสพัตรา", + "poke_957": "คานุจัง", + "poke_958": "นาคานุจัง", + "poke_959": "เดคานุจัง", + "poke_960": "อุมิดิกดา", + "poke_961": "อุมิทริโอ", + "poke_962": "โอโตชิโดริ", + "poke_963": "นามิอิรุกะ", + "poke_964": "อิรุกะแมน", + "poke_965": "โบรรอน", + "poke_966": "โบรโรโรม", + "poke_967": "โมโตโทคาเงะ", + "poke_968": "มิมิซึซึ", + "poke_969": "คิราเมะ", + "poke_970": "คิราฟลอร", + "poke_971": "โบจิ", + "poke_972": "ฮากาด็อก", + "poke_973": "คลามิงโก", + "poke_974": "อารุคุจิระ", + "poke_975": "ฮัลคจิระ", + "poke_976": "มิกาลูซา", + "poke_977": "เฮรัชเชอร", + "poke_978": "ชาริทัตสึ", + "poke_979": "โคโนะโยซารุ", + "poke_980": "โดะโอ", + "poke_981": "ริกิคิริน", + "poke_982": "โนโกก็อจจิ", + "poke_983": "โดโดเกซัน", + "poke_984": "งายักษ", + "poke_985": "หางตะเบ็ง", + "poke_986": "เห็ดคลุมคลั่ง", + "poke_987": "เกศากระพือ", + "poke_988": "ปกไลพสุธา", + "poke_989": "ขนทราย", + "poke_990": "รอยลอเหล็ก", + "poke_991": "ถุงเหล็ก", + "poke_992": "แขนเหล็ก", + "poke_993": "คอเหล็ก", + "poke_994": "แมลงมอธเหล็ก", + "poke_995": "หนามเหล็ก", + "poke_996": "เซบิเอะ", + "poke_997": "เซโกล", + "poke_998": "เซเกลฟ", + "poke_999": "คอลเลคเรย", + "poke_1000": "ซารฟโก", + "poke_1001": "ฉงเจี่ยน", + "poke_1002": "เปาเจี้ยน", + "poke_1003": "ติ่งลู", + "poke_1004": "อวี้อวี๋", + "poke_1005": "จันทรคำรน", + "poke_1006": "นักรบเหล็ก", + "poke_1007": "โคไรดอน", + "poke_1008": "มิไรดอน", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "ไม่มี", + "poke_type_1": "ปกติ", + "poke_type_2": "ตอสู", + "poke_type_3": "บิน", + "poke_type_4": "พิษ", + "poke_type_5": "ดิน", + "poke_type_6": "หิน", + "poke_type_7": "แมลง", + "poke_type_8": "ผี", + "poke_type_9": "โลหะ", + "poke_type_10": "ไฟ", + "poke_type_11": "น้ำ", + "poke_type_12": "หญา", + "poke_type_13": "ไฟฟา", + "poke_type_14": "พลังจิต", + "poke_type_15": "น้ำแข็ง", + "poke_type_16": "มังกร", + "poke_type_17": "ความมืด", + "poke_type_18": "แฟรี่", + "purified": "ชำระลาง", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "เดินกับคูหูของคุณ {{amount}} กม.", + "quest_catch_type_dark_plural": "จับโปเกมอนประเภทความมืด {{amount}} ตัว", + "quest_catch_type_dragon_plural": "จับโปเกมอนประเภทมังกร {{amount}} ตัว", + "quest_catch_type_poison_plural": "จับโปเกมอนประเภทพิษ {{amount}} ตัว", + "quest_catch_type_psychic_plural": "จับโปเกมอนประเภทพลังจิต {{amount}} ตัว", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "เอาชนะโปเกมอนประเภทผี {{amount}} ตัว", + "quest_fight_type_ghost_psychic_plural": "เอาชนะโปเกมอนประเภทพลังจิตหรือผี {{amount}} ตัว", + "quest_fight_type_psychic_plural": "เอาชนะโปเกมอนประเภทพลังจิต {{amount}} ตัว", + "quest_incense_singular": "ใชเครื่องหอม", + "quest_land_excellent_plural": "ทำการขวางไดสุดยอด {{amount}} ครั้ง", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "แบตเทิลกับหัวหนาทีม {{amount_0}} ครั้ง", + "quest_title_challenge_2019_battle_trainer": "แบตเทิลกับเทรนเนอรคนอื่น", + "quest_title_challenge_2019_battle_trainer_plural": "แบตเทิลกับเทรนเนอรคนอื่น {{amount_0}} ครั้ง", + "quest_title_challenge_2019_battle_trainer_win": "เอาชนะเทรนเนอรคนอื่น {{amount_0}} ครั้ง", + "quest_title_challenge_2019_snapshot_eevee": "ถายภาพอีวุย {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_loudred": "ถายภาพโดกอม", + "quest_title_challenge_2019_snapshot_pkmn": "ถายภาพจิราชิ {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "ถายภาพโปเกมอนประเภทแฟรี่ {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_pkmn_flying": "ถายภาพโปเกมอนประเภทบิน {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "ถายภาพโปเกมอนประเภทผี {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_pkmn_grass": "ถายภาพโปเกมอนประเภทหญา {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_pkmn_ground": "ถายภาพโปเกมอนประเภทดิน {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_pkmn_ice": "ถายภาพโปเกมอนประเภทน้ำแข็ง {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_pkmn_normal": "ถายภาพโปเกมอนประเภทปกติ {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "ถายภาพโปเกมอนประเภทพลังจิต {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "ถายภาพโปเกมอนประเภทพลังจิตหรือโลหะ {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_pkmn_rock": "ถายภาพโปเกมอนประเภทหิน {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_pkmn_steel": "ถายภาพโปเกมอนประเภทโลหะ {{amount_0}} ภาพ", + "quest_title_challenge_2019_snapshot_pkmn_water": "ถายภาพโปเกมอนประเภทน้ำ {{amount_0}} ภาพ", + "quest_title_challenge_2019_trade_distance": "แลกเปลี่ยนโปเกมอนจากที่หางออกไปอยางนอย 100 กม. 3 ครั้ง", + "quest_title_challenge_available": "คำทาใหมมาแลว!", + "quest_title_challenge_battle_gbl_win_all": "ชนะโกแบตเทิลลีก", + "quest_title_challenge_battle_trainer_great": "แบตเทิลกับเทรนเนอรคนอื่นในเกรตลีก", + "quest_title_challenge_buddy_affection_plural": "ไดรับ {{amount_0}} หัวใจรวมกันกับคูหูของคุณ", + "quest_title_challenge_buddy_affection_single": "ไดรับหัวใจรวมกันกับคูหูของคุณ", + "quest_title_challenge_buddy_battle_plural": "แบตเทิลรวมกันกับคูหูของคุณ {{amount_0}} ครั้งในระหวางที่ผจญภัยดวยกัน", + "quest_title_challenge_buddy_battle_single": "แบตเทิลรวมกันกับคูหูของคุณในระหวางที่ผจญภัยดวยกัน", + "quest_title_challenge_buddy_emotion_plural": "ทำใหคูหูของคุณตื่นเตน {{amount_0}} ครั้ง", + "quest_title_challenge_buddy_emotion_single": "ทำใหคูหูของคุณตื่นเตน", + "quest_title_challenge_buddy_level_best_plural": "เปนคูหูมิตรแทกับโปเกมอน {{amount_0}} ครั้ง", + "quest_title_challenge_buddy_level_best_single": "เปนคูหูมิตรแทกับโปเกมอน", + "quest_title_challenge_buddy_level_good_plural": "เปนคูหูรูใจกับโปเกมอน {{amount_0}} ครั้ง", + "quest_title_challenge_buddy_level_good_single": "เปนคูหูรูใจกับโปเกมอน", + "quest_title_challenge_buddy_level_great_plural": "เปนคูหูสนิทสนมกับโปเกมอน {{amount_0}} ครั้ง", + "quest_title_challenge_buddy_level_great_single": "เปนคูหูสนิทสนมกับโปเกมอน", + "quest_title_challenge_buddy_level_plural": "ระดับความสนิทกับคูหูเพิ่มขึ้น {{amount_0}} ครั้ง", + "quest_title_challenge_buddy_level_single": "ระดับความสนิทกับคูหูเพิ่มขึ้น", + "quest_title_challenge_buddy_level_ultra_plural": "เปนคูหูสุดรักกับโปเกมอน {{amount_0}} ครั้ง", + "quest_title_challenge_buddy_level_ultra_single": "เปนคูหูสุดรักกับโปเกมอน", + "quest_title_challenge_buddy_play_plural": "เลนกับคูหูของคุณ {{amount_0}} ครั้ง", + "quest_title_challenge_buddy_play_single": "เลนกับคูหูของคุณ", + "quest_title_challenge_buddy_poi_plural": "ไปยังสถานที่ที่นาสนใจที่คูหูของคุณคนพบ {{amount_0}} ครั้ง", + "quest_title_challenge_buddy_poi_single": "ไปยังสถานที่ที่นาสนใจที่คูหูของคุณคนพบ", + "quest_title_challenge_buddy_snapshot_plural": "ถายภาพคูหูของคุณ {{amount_0}} ภาพ", + "quest_title_challenge_buddy_snapshot_single": "ถายภาพคูหูของคุณ", + "quest_title_challenge_buddy_treat_plural": "ปอนของวางใหคูหูของคุณ {{amount_0}} ครั้ง", + "quest_title_challenge_buddy_treat_single": "ปอนของวางใหคูหูของคุณ", + "quest_title_challenge_catch_legendary": "จับโปเกมอนในตำนานจากความกาวหนาในงานวิจัยภาคสนามหรือการตีบอส", + "quest_title_challenge_catch_unique_any": "จับโปเกมอนที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_challenge_snapshot_bidoof": "ถายภาพบิปปา", + "quest_title_challenge_snapshot_dratini_singular": "ถายภาพมินิริว", + "quest_title_challenge_snapshot_eevee": "ถายภาพอีวุย", + "quest_title_challenge_snapshot_pkmn_bug": "ถายภาพโปเกมอนประเภทแมลง {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_bug_single": "ถายภาพโปเกมอนประเภทแมลง", + "quest_title_challenge_snapshot_pkmn_dark": "ถายภาพโปเกมอนประเภทความมืด {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_dark_single": "ถายภาพโปเกมอนประเภทความมืด", + "quest_title_challenge_snapshot_pkmn_dragon": "ถายภาพโปเกมอนประเภทมังกร {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_dragon_single": "ถายภาพโปเกมอนประเภทมังกร", + "quest_title_challenge_snapshot_pkmn_electric": "ถายภาพโปเกมอนประเภทไฟฟา {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_electric_single": "ถายภาพโปเกมอนประเภทไฟฟา", + "quest_title_challenge_snapshot_pkmn_fairy_single": "ถายภาพโปเกมอนประเภทแฟรี่ {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_fighting": "ถายภาพโปเกมอนประเภทตอสู {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_fighting_single": "ถายภาพโปเกมอนประเภทตอสู", + "quest_title_challenge_snapshot_pkmn_fire": "ถายภาพโปเกมอนประเภทไฟ {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_fire_single": "ถายภาพโปเกมอนประเภทไฟ", + "quest_title_challenge_snapshot_pkmn_flying_single": "ถายภาพโปเกมอนประเภทบิน {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_ghost_single": "ถายภาพโปเกมอนประเภทผี {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_grass_single": "ถายภาพโปเกมอนประเภทหญา {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_ground_single": "ถายภาพโปเกมอนประเภทดิน {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_ice_single": "ถายภาพโปเกมอนประเภทน้ำแข็ง {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_normal_single": "ถายภาพโปเกมอนประเภทปกติ", + "quest_title_challenge_snapshot_pkmn_poison": "ถายภาพโปเกมอนประเภทพิษ {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_poison_single": "ถายภาพโปเกมอนประเภทพิษ", + "quest_title_challenge_snapshot_pkmn_psychic_single": "ถายภาพโปเกมอนประเภทพลังจิต {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_rock": "ถายภาพโปเกมอนประเภทหิน {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_rock_single": "ถายภาพโปเกมอนประเภทหิน", + "quest_title_challenge_snapshot_pkmn_steel_single": "ถายภาพโปเกมอนประเภทโลหะ {{amount_0}} ภาพ", + "quest_title_challenge_snapshot_pkmn_water_single": "ถายภาพโปเกมอนประเภทน้ำ", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "ถายภาพชิมามาที่พบในธรรมชาติ", + "quest_title_challenge_snapshot_wild_glameow_singular": "ถายภาพเนียรุมาที่พบในธรรมชาติ", + "quest_title_geotarget_quest_description": "สแกน{{amount_0}}", + "quest_title_quest_achieve_lvl_40": "เลเวลถึง 40", + "quest_title_quest_adventure_effect_activate_plural": "ใชงานเอฟเฟกตผจญภัย {{amount_0}} ครั้ง", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "ใชงานเอฟเฟกตผจญภัยของ ”เสียงคำรามแหงหวงเวลา” {{amount_0}} ครั้ง", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "ใชงานเอฟเฟกตผจญภัยของ ”เสียงคำรามแหงหวงเวลา”", + "quest_title_quest_adventure_effect_activate_singular": "ใชงานเอฟเฟกตผจญภัย", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "ใชงานเอฟเฟกตผจญภัยของ ”ผามิติ” {{amount_0}} ครั้ง", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "ใชงานเอฟเฟกตผจญภัยของ ”ผามิติ”", + "quest_title_quest_adventure_evolve_singular": "สัปดาหแหงการผจญภัย : วิวัฒนาการออมไนตหรือคาบูโตะ", + "quest_title_quest_adventure_hatch_egg_plural": "สัปดาหแหงการผจญภัย : ฟกไข {{amount_0}} ใบ", + "quest_title_quest_adventure_visit_pokestop_new_plural": "สัปดาหแหงการผจญภัย : หมุนเสาโปเกสต็อปที่ไมเคยหมุนมากอน {{amount_0}} จุด", + "quest_title_quest_adventure_walk_buddy_plural": "สัปดาหแหงการผจญภัย : ไดรับลูกอมจากการเดินกับคูหูของคุณ {{amount_0}} เม็ด", + "quest_title_quest_adventure2019_catch_special33_plural": "สัปดาหแหงการผจญภัย 2019 : จับโคโคโดรา {{amount_0}} ตัว", + "quest_title_quest_adventure2019_evolve_singular": "สัปดาหแหงการผจญภัย 2019 : วิวัฒนาการลิลีลาหรืออน็อปธ", + "quest_title_quest_adventure2019_hatch_egg_plural": "สัปดาหแหงการผจญภัย 2019 : ฟกไข {{amount_0}} ใบ", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "สัปดาหแหงการผจญภัย 2019 : หมุนเสาโปเกสต็อปที่ไมเคยหมุนมากอน {{amount_0}} จุด", + "quest_title_quest_adventure2019_visit_pokestop_plural": "สัปดาหแหงการผจญภัย 2019 : หมุนเสาโปเกสต็อป 25 ครั้ง", + "quest_title_quest_adventure2019_walk_buddy_plural": "สัปดาหแหงการผจญภัย 2019 : ไดรับลูกอมจากการเดินกับคูหูของคุณ {{amount_0}} เม็ด", + "quest_title_quest_alodude_catch": "จับอิชิซึบูเตะรางอโลลา {{amount_0}} ตัว", + "quest_title_quest_alodude_evolve_a": "วิวัฒนาการอิชิซึบูเตะรางอโลลา {{amount_0}} ตัว", + "quest_title_quest_alodude_evolve_b": "วิวัฒนาการโกโลนรางอโลลา {{amount_0}} ตัว", + "quest_title_quest_alodude_snap": "ถายภาพอิชิซึบูเตะรางอโลลา {{amount_0}} ภาพ", + "quest_title_quest_at_catch_a": "จับเคซี {{amount_0}} ตัว", + "quest_title_quest_at_evolve_a": "วิวัฒนาการเคซี {{amount_0}} ตัว", + "quest_title_quest_at_evolve_k": "วิวัฒนาการยุนเกเรอร {{amount_0}} ตัว", + "quest_title_quest_axew_catch_b": "จับคิบาโกะ {{amount_0}} ตัว", + "quest_title_quest_axew_evolve_b": "วิวัฒนาการคิบาโกะ {{amount_0}} ตัว", + "quest_title_quest_axew_snapshot_b": "ถายภาพคิบาโกะ {{amount_0}} ภาพ", + "quest_title_quest_azelf_wild_snap": "ถายภาพอักนอมที่พบในธรรมชาติ", + "quest_title_quest_bagon_catch_b": "จับทัทซึเบ {{amount_0}} ตัว", + "quest_title_quest_bagon_evolve_b_plural": "วิวัฒนาการทัทซึเบ {{amount_0}} ตัว", + "quest_title_quest_bagon_evolve_b_singular": "วิวัฒนาการทัทซึเบ", + "quest_title_quest_bagon_snapshot_b": "ถายภาพทัทซึเบ {{amount_0}} ภาพ", + "quest_title_quest_battle_buddy_adventure_plural": "ใชโปเกมอนคูหูแบตเทิลกับเทรนเนอรอื่น{{amount_0}} ครั้งในระหวางที่โปเกมอนคูหูเดินอยูดวยกัน", + "quest_title_quest_battle_buddy_adventure_single": "ใชโปเกมอนคูหูแบตเทิลกับเทรนเนอรอื่นในระหวางที่โปเกมอนคูหูเดินอยูดวยกัน", + "quest_title_quest_battle_dangling_reward_toast": "กรุณาจบการตอสูที่กำลังดำเนินอยูกอนเริ่มการตอสูใหม!", + "quest_title_quest_battle_error_toast": "เกิดขอผิดพลาดขณะเริ่มการตอสู", + "quest_title_quest_battle_gbl_halloween_plural": "แบตเทิลในการแขงขันฮาโลวีน {{amount_0}} ครั้ง", + "quest_title_quest_battle_gbl_halloween_win_plural": "ชนะการแบตเทิลกับเทรนเนอร", + "quest_title_quest_battle_gbl_plural": "แบตเทิลในโกแบตเทิลลีก {{amount_0}} ครั้ง", + "quest_title_quest_battle_gbl_singular": "แบตเทิลในโกแบตเทิลลีก", + "quest_title_quest_battle_gbl_win_plural": "ชนะการแบตเทิลกับเทรนเนอร", + "quest_title_quest_battle_gbl_win_singular": "ชนะการแบตเทิลกับเทรนเนอร", + "quest_title_quest_battle_great_plural": "แบตเทิลกับเทรนเนอรคนอื่น", + "quest_title_quest_battle_great_win_plural": "ชนะการแบตเทิลกับเทรนเนอร", + "quest_title_quest_battle_great_win_singular": "ชนะการแบตเทิลกับเทรนเนอร", + "quest_title_quest_battle_gym_plural": "แบตเทิลที่ยิม {{amount_0}} ครั้ง", + "quest_title_quest_battle_gym_singular": "แบตเทิลที่ยิม", + "quest_title_quest_battle_master_win_plural": "ชนะการแบตเทิลกับเทรนเนอร", + "quest_title_quest_battle_master_win_singular": "ชนะการแบตเทิลกับเทรนเนอร", + "quest_title_quest_battle_raid_plural": "แบตเทิลตีบอส {{amount_0}} ครั้ง", + "quest_title_quest_battle_raid_singular": "แบตเทิลตีบอส", + "quest_title_quest_battle_raid_with_friend_plural": "แบตเทิลตีบอสกับเพื่อน {{amount_0}} ครั้ง", + "quest_title_quest_battle_raid_with_friend_singular": "แบตเทิลตีบอสกับเพื่อน", + "quest_title_quest_battle_supereffective_charge_plural": "ใชทาโจมตีชารจใหไดผลดีเยี่ยมในยิมแบตเทิล {{amount_0}} ครั้ง", + "quest_title_quest_battle_supereffective_charge_singular": "ใชทาโจมตีชารจใหไดผลดีเยี่ยมในยิมแบตเทิล", + "quest_title_quest_battle_team_rocket_plural": "แบตเทิลกับลูกสมุนแกงโกร็อกเกต", + "quest_title_quest_battle_team_rocket_singular": "แบตเทิลกับลูกสมุนแกงโกร็อกเกต", + "quest_title_quest_battle_ultra_win_plural": "ชนะการแบตเทิลกับเทรนเนอร", + "quest_title_quest_battle_ultra_win_singular": "ชนะการแบตเทิลกับเทรนเนอร", + "quest_title_quest_battle19_catch_fighting_easy": "จับโปเกมอนประเภทตอสู {{amount_0}} ตัว", + "quest_title_quest_battle19_catch_medium_pkmn": "จับมาคุโนชิตะหรืออาซานัน {{amount_0}} ตัว", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "ทำการขวางไดสุดยอด {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_battle19_raid_win_veryhard": "ชนะการตีบอส {{amount_0}} ครั้ง", + "quest_title_quest_battle19_supereffective_charge_hard": "ใชทาโจมตีชารจใหไดผลดีเยี่ยมในยิมแบตเทิล {{amount_0}} ครั้ง", + "quest_title_quest_battler_appears": "ศัตรูปรากฏตัว!", + "quest_title_quest_beat_raid_10_minutes": "ชนะการตีบอสภายในเวลา 10 นาที", + "quest_title_quest_beat_raid_60_seconds": "ชนะการตีบอสภายในเวลา 60 วินาที", + "quest_title_quest_beat_raid_singular_minutes": "ชนะการตีบอสภายในเวลา {{amount_0}} นาที", + "quest_title_quest_beat_raid_singular_seconds": "ชนะการตีบอสภายในเวลา {{amount_0}} วินาที", + "quest_title_quest_begins19_catch_specific_plural": "โปเกมอนเดย : จับปอปโปะหรือโครัตตา {{amount_0}} ตัว", + "quest_title_quest_begins19_evolve_plural": "โปเกมอนเดย : วิวัฒนาการเนียส 1 ตัว", + "quest_title_quest_beldum_catch_b": "จับดันบัล {{amount_0}} ตัว", + "quest_title_quest_beldum_evolve_b_plural": "วิวัฒนาการดันบัล {{amount_0}} ตัว", + "quest_title_quest_beldum_evolve_b_singular": "วิวัฒนาการดันบัล", + "quest_title_quest_bellsprout_catch_b": "จับมาดาซึโบมิ {{amount_0}} ตัว", + "quest_title_quest_bellsprout_evolve_b_plural": "วิวัฒนาการมาดาซึโบมิ {{amount_0}} ตัว", + "quest_title_quest_bellsprout_evolve_b_singular": "วิวัฒนาการมาดาซึโบมิ", + "quest_title_quest_bellsprout_snapshot_b": "ถายภาพมาดาซึโบมิ {{amount_0}} ภาพ", + "quest_title_quest_beluga_evolve_pkmn": "เล็ตสโก : วิวัฒนาการอน็อปธ {{amount_0}} ตัว", + "quest_title_quest_beluga_excellent_singular": "เล็ตสโก : ทำการขวางไดสุดยอด {{amount_0}} ครั้ง", + "quest_title_quest_beluga_hatch_plural": "เล็ตสโก : ฟกไข {{amount_0}} ใบ", + "quest_title_quest_best_buddy_bronze": "มีคูหูมิตรแท 1 ตัว", + "quest_title_quest_best_buddy_silver": "มีคูหูมิตรแท 10 ตัว", + "quest_title_quest_bounsweet_catch_b": "จับอมาคาจิ {{amount_0}} ตัว", + "quest_title_quest_bounsweet_evolve_b_plural": "วิวัฒนาการอมาคาจิ {{amount_0}} ตัว", + "quest_title_quest_bounsweet_evolve_b_singular": "วิวัฒนาการอมาคาจิ", + "quest_title_quest_braixen_evolve_b": "วิวัฒนาการเทลนาร {{amount_0}} ตัว", + "quest_title_quest_breakthrough_completed": "งานวิจัยภาคสนามเสร็จสิ้น!", + "quest_title_quest_breakthrough_reward_mystery": "ไอเท็มปริศนา", + "quest_title_quest_breakthrough_reward_stardust": "สตารดัสต", + "quest_title_quest_brionne_evolve_b_plural": "วิวัฒนาการโอชามาริ {{amount_0}} ตัว", + "quest_title_quest_brionne_evolve_b_singular": "วิวัฒนาการโอชามาริ", + "quest_title_quest_buddy_affection_days": "ไดรับหัวใจรวมกันกับคูหูของคุณรวม {{amount_0}} วัน", + "quest_title_quest_buddy_affection_days_in_a_row": "ไดรับหัวใจรวมกันกับคูหูของคุณ {{amount_0}} วันติดตอกัน", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "ใชโปเกมอนคูหูแบตเทิลกับเทรนเนอรอื่น{{amount_0}} ครั้งในระหวางที่โปเกมอนคูหูเดินอยูดวยกัน", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "แบตเทิลกับเทรนเนอรคนอื่น โดยใชโปเกมอนคูหูในระหวางที่มันเดินอยูดวยกัน", + "quest_title_quest_buddy_souvenir_plural": "ไดรับของฝากจากคูหูของคุณ {{amount_0}} ชิ้น", + "quest_title_quest_buddy_souvenir_singular": "ไดรับของฝากจากคูหูของคุณ", + "quest_title_quest_buddy_walk_km_plural": "เดินกับคูหูของคุณ {{amount_0}} กม.", + "quest_title_quest_bulbt_catch_b": "จับฟุชิกิดาเนะ {{amount_0}} ตัว", + "quest_title_quest_bulbt_evolve_b": "วิวัฒนาการฟุชิกิดาเนะ {{amount_0}} ตัว", + "quest_title_quest_bulbt_evolve_s1": "วิวัฒนาการฟุชิกิโซ {{amount_0}} ตัว", + "quest_title_quest_cacnea_catch": "จับซาโบเนีย {{amount_0}} ตัว", + "quest_title_quest_catch_151": "จับโปเกมอน 151 ตัว", + "quest_title_quest_catch_b_types_plural": "จับโปเกมอนประเภทไฟฟา ปกติ หรือพิษ {{amount_0}} ตัว", + "quest_title_quest_catch_basic_types_plural": "จับโปเกมอนประเภทหญา น้ำ หรือไฟ {{amount_0}} ตัว", + "quest_title_quest_catch_berry_any_drifloon": "ใชผลไมชวยในการจับฟูวันเต {{amount_0}} ผล", + "quest_title_quest_catch_berry_nanab_drifloon": "ใชผลนานาชวยในการจับฟูวันเต {{amount_0}} ผล", + "quest_title_quest_catch_berry_pinap": "ใชผลไพนชวยในการจับโปเกมอน {{amount_0}} ผล", + "quest_title_quest_catch_berry_razz": "ใชผลราสชวยในการจับโปเกมอน {{amount_0}} ผล", + "quest_title_quest_catch_berry_razz_drifloon": "ใชผลราสชวยในการจับฟูวันเต {{amount_0}} ผล", + "quest_title_quest_catch_bronzor_plural": "จับโดมิเรอร {{amount_0}} ตัว", + "quest_title_quest_catch_c_types_plural": "จับโปเกมอนประเภทบิน พลังจิต หรือความมืด {{amount_0}} ตัว", + "quest_title_quest_catch_carbink_singular": "จับเมเลซี", + "quest_title_quest_catch_celebi_types_plural": "จับโปเกมอนประเภทหญาหรือพลังจิต {{amount_0}} ตัว", + "quest_title_quest_catch_costumed_plural": "จับอีวุยสวมมงกุฎสุริยาหรืออีวุยสวมมงกุฎจันทรา {{amount_0}} ตัว", + "quest_title_quest_catch_crabrawler_plural": "จับมาเค็นคานิ {{amount_0}} ตัว", + "quest_title_quest_catch_dark_type_plural": "จับโปเกมอนประเภทความมืด {{amount_0}} ตัว", + "quest_title_quest_catch_darumaka_plural": "จับดารุมักกะ {{amount_0}} ตัว", + "quest_title_quest_catch_daysinarow": "จับโปเกมอน {{amount_0}} วันติดตอกัน", + "quest_title_quest_catch_dialga": "จับดีอัลกา", + "quest_title_quest_catch_drifloon": "จับฟูวันเต {{amount_0}} ตัว", + "quest_title_quest_catch_ducklett_plural": "จับโคอารูฮี {{amount_0}} ตัว", + "quest_title_quest_catch_ducklett_singular": "จับโคอารูฮี", + "quest_title_quest_catch_emolga_plural": "จับเอมอนกา {{amount_0}} ตัว", + "quest_title_quest_catch_excellent_curve_drifloon": "จับฟูวันเตโดยการขวางบอลโคงไดสุดยอดพรอมใชผลไม {{amount_0}} ตัว", + "quest_title_quest_catch_excellent_with_berry_drifloon": "จับฟูวันเตโดยการขวางไดสุดยอด", + "quest_title_quest_catch_feed_plural": "ใชผลไมชวยในการจับโปเกมอน {{amount_0}} ผล", + "quest_title_quest_catch_feed_singular": "ใชผลไมชวยในการจับโปเกมอน", + "quest_title_quest_catch_furfou_singular": "จับทริมเมียน", + "quest_title_quest_catch_groudon_primal_boosted_types": "จับโปเกมอนประเภทไฟ หญา หรือดิน {{amount_0}} ตัว", + "quest_title_quest_catch_groudon_type": "จับโปเกมอนประเภทไฟ หญา หรือดิน {{amount_0}} ตัว", + "quest_title_quest_catch_hoenn_pokemon": "จับโปเกมอนที่ถูกคนพบครั้งแรกในภูมิภาคโฮเอ็น {{amount_0}} ตัว", + "quest_title_quest_catch_in_day_plural": "จับโปเกมอนในวันเดียวกัน {{amount_0}} ตัว", + "quest_title_quest_catch_jan21_hoenn1_plural": "จับกราดอน {{amount_0}} ตัว", + "quest_title_quest_catch_jan21_hoenn2_plural": "จับไคออกา {{amount_0}} ตัว", + "quest_title_quest_catch_johto_pokemon": "จับโปเกมอนที่ถูกคนพบครั้งแรกในภูมิภาคโจโตะ {{amount_0}} ตัว", + "quest_title_quest_catch_kanto_pokemon": "จับโปเกมอนที่ถูกคนพบครั้งแรกในภูมิภาคคันโต {{amount_0}} ตัว", + "quest_title_quest_catch_kyogre_primal_boosted_types": "จับโปเกมอนประเภทน้ำ ไฟฟา หรือแมลง {{amount_0}} ตัว", + "quest_title_quest_catch_kyogre_type": "จับโปเกมอนประเภทน้ำ ไฟฟา หรือแมลง {{amount_0}} ตัว", + "quest_title_quest_catch_legendary_inarow_plural": "จับโปเกมอนในตำนานไดสำเร็จเมื่อ", + "quest_title_quest_catch_legendary_plural": "จับโปเกมอนในตำนานหรือ", + "quest_title_quest_catch_legendary_singular": "จับโปเกมอนในตำนาน", + "quest_title_quest_catch_lunatone_plural": "จับลูนาโทน {{amount_0}} ตัว", + "quest_title_quest_catch_luvdisc": "จับเลิฟคัส {{amount_0}} ตัว", + "quest_title_quest_catch_misc_01_types_plural": "จับโปเกมอนประเภทปกติ น้ำ หรือน้ำแข็ง {{amount_0}} ตัว", + "quest_title_quest_catch_nymble_plural": "จับมาเมะบัตตะ {{amount_0}} ตัว", + "quest_title_quest_catch_palkia": "จับพัลเกีย", + "quest_title_quest_catch_pikachu_plural": "จับพิคาชู {{amount_0}} ตัว", + "quest_title_quest_catch_plural_unique": "จับโปเกมอนที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_catch_pokemon_dai_plural": "จับโปเกมอนที่ถูกดึงดูดโดยเครื่องหอมรายวัน {{amount_0}} ตัว", + "quest_title_quest_catch_pokemon_days": "จับโปเกมอนรวม {{amount_0}} วัน", + "quest_title_quest_catch_pokemon_great_ball_plural": "จับโปเกมอน {{amount_0}} ตัวลงในซูเปอรบอล", + "quest_title_quest_catch_pokemon_great_ball_singular": "จับโปเกมอนลงในซูเปอรบอล", + "quest_title_quest_catch_pokemon_legendary_plural": "จับโปเกมอนในตำนาน {{amount_0}} ตัว", + "quest_title_quest_catch_pokemon_legendary_singular": "จับโปเกมอนในตำนาน", + "quest_title_quest_catch_pokemon_party_plural": "จับโปเกมอน {{amount_0}} ตัว ระหวางเลนแบบปารตี้", + "quest_title_quest_catch_pokemon_plural": "จับโปเกมอน {{amount_0}} ตัว", + "quest_title_quest_catch_pokemon_poke_ball_plural": "จับโปเกมอน {{amount_0}} ตัวลงในมอนสเตอรบอล", + "quest_title_quest_catch_pokemon_poke_ball_singular": "จับโปเกมอนลงในมอนสเตอรบอล", + "quest_title_quest_catch_pokemon_routes_plural": "จับโปเกมอน {{amount_0}} ตัว ระหวางเดินตาม ”เสนทาง”", + "quest_title_quest_catch_pokemon_routes_singular": "จับโปเกมอนระหวางเดินตาม ”เสนทาง”", + "quest_title_quest_catch_pokemon_singular": "จับโปเกมอน", + "quest_title_quest_catch_pokemon_task": "จับโปเกมอน ตัว", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "จับโปเกมอน {{amount_0}} ตัวลงในไฮเปอรบอล", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "จับโปเกมอนลงในไฮเปอรบอล", + "quest_title_quest_catch_psychic_steel": "จับโปเกมอนประเภทพลังจิตหรือโลหะ {{amount_0}} ตัว", + "quest_title_quest_catch_raid_regi_any": "จับเรจิร็อก เรจิไอซ หรือเรจิสตีลจากการตีบอส", + "quest_title_quest_catch_raid_regi_ice": "จับเรจิไอซจากการตีบอส", + "quest_title_quest_catch_raid_regi_rock": "จับเรจิร็อกจากการตีบอส", + "quest_title_quest_catch_raid_regi_steel": "จับเรจิสตีลจากการตีบอส", + "quest_title_quest_catch_rayquaza_type": "จับโปเกมอนประเภทบิน พลังจิต หรือมังกร {{amount_0}} ตัว", + "quest_title_quest_catch_sinnoh_pokemon": "จับโปเกมอนที่ถูกคนพบครั้งแรกในภูมิภาคชินโอ {{amount_0}} ตัว", + "quest_title_quest_catch_sinnoh_pokemon_singular": "จับโปเกมอนที่ถูกคนพบครั้งแรกในภูมิภาคชินโอ", + "quest_title_quest_catch_solrock_plural": "จับโซลร็อก {{amount_0}} ตัว", + "quest_title_quest_catch_special_aerodactyl": "จับพเทอรา", + "quest_title_quest_catch_special_bidoof": "จับบิปปา {{amount_0}} ตัว", + "quest_title_quest_catch_special_chespin": "จับฮาริมารอน", + "quest_title_quest_catch_special_cottonee": "จับโมนเมน {{amount_0}} ตัว", + "quest_title_quest_catch_special_cubone": "จับคาระคาระ", + "quest_title_quest_catch_special_exeggcute": "จับทามะทามะ {{amount_0}} ตัว", + "quest_title_quest_catch_special_fennekin": "จับฟอกโกะ", + "quest_title_quest_catch_special_fletchling": "จับยายาโคมะ", + "quest_title_quest_catch_special_froakie": "จับเคโรมัตซึ", + "quest_title_quest_catch_special_furfrou": "จับทริมเมียน", + "quest_title_quest_catch_special_jirachi": "จับจิราชิ!", + "quest_title_quest_catch_special_lieep_anorithl": "จับลิลีลาหรืออน็อปธ {{amount_0}} ตัว", + "quest_title_quest_catch_special_litleo": "จับชิชิโกะ", + "quest_title_quest_catch_special_mew": "จับมิว!", + "quest_title_quest_catch_special_natu": "จับเนที {{amount_0}} ตัว", + "quest_title_quest_catch_special_omanyte_kabuto": "จับออมไนตหรือคาบูโตะ {{amount_0}} ตัว", + "quest_title_quest_catch_special_pumpkaboo": "จับบาเค็จจะ {{amount_0}} ตัว", + "quest_title_quest_catch_special_slugma_gulpin": "จับมักแม็กหรือโกคูลิน {{amount_0}} ตัว", + "quest_title_quest_catch_special_voltorb": "จับบิบิริดามะ {{amount_0}} ตัว", + "quest_title_quest_catch_special0_plural": "จับเมตามอน {{amount_0}} ตัว", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020 : จับโปเกมอนที่อยูในรายการกิจกรรม {{amount_0}} ตัว", + "quest_title_quest_catch_special0_singular": "จับเมตามอน", + "quest_title_quest_catch_special1_plural": "จับนาโซโนะคุสะหรือมาดาซึโบมิ {{amount_0}} ตัว", + "quest_title_quest_catch_special1_singular": "จับนาโซโนะคุสะหรือมาดาซึโบมิ", + "quest_title_quest_catch_special2_plural": "จับทิลทโท {{amount_0}} ตัว", + "quest_title_quest_catch_special2_singular": "จับทิลทโท", + "quest_title_quest_catch_special3_plural": "จับปอปโปะหรือยามิคาราซึ {{amount_0}} ตัว", + "quest_title_quest_catch_special3_singular": "จับปอปโปะหรือยามิคาราซึ", + "quest_title_quest_catch_special4_plural": "จับคิโมริหรือมิซึโกโร {{amount_0}} ตัว", + "quest_title_quest_catch_special4_singular": "จับคิโมริหรือมิซึโกโร", + "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", + "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", + "quest_title_quest_catch_special6_plural": "จับเมรีป {{amount_0}} ตัว", + "quest_title_quest_catch_special7_plural": "จับฮิโตคาเงะ {{amount_0}} ตัว", + "quest_title_quest_catch_special8_plural": "จับโยกิราส {{amount_0}} ตัว", + "quest_title_quest_catch_special9_plural": "จับอันโนน {{amount_0}} ตัว", + "quest_title_quest_catch_special10_plural": "จับพราเซิล {{amount_0}} ตัว", + "quest_title_quest_catch_special11_plural": "จับไมนัน {{amount_0}} ตัว", + "quest_title_quest_catch_special12_plural": "จับเซนิกาเมะ {{amount_0}} ตัว", + "quest_title_quest_catch_special13_plural": "จับโรเซเลีย {{amount_0}} ตัว", + "quest_title_quest_catch_special14_singular": "จับเนียสหรือการดี", + "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", + "quest_title_quest_catch_special16_singular": "จับเอเนโคหรือโปชิเอนา", + "quest_title_quest_catch_special17_plural": "จับอีวุย {{amount_0}} ตัว", + "quest_title_quest_catch_special18_plural": "จับดันบัล {{amount_0}} ตัว", + "quest_title_quest_catch_special19_plural": "จับนามาเคโร {{amount_0}} ตัว", + "quest_title_quest_catch_special20_plural": "จับราลทซ {{amount_0}} ตัว", + "quest_title_quest_catch_special21_singular": "จับโครัตตาหรือพิคาชู", + "quest_title_quest_catch_special22_plural": "จับจิโคริตา {{amount_0}} ตัว", + "quest_title_quest_catch_special23_plural": "จับฮิโนอาราชิ {{amount_0}} ตัว", + "quest_title_quest_catch_special24_plural": "จับวานิโนโกะ {{amount_0}} ตัว", + "quest_title_quest_catch_special25_plural": "จับอุริมู {{amount_0}} ตัว", + "quest_title_quest_catch_special26_plural": "จับคิโมริ {{amount_0}} ตัว", + "quest_title_quest_catch_special27_plural": "จับทัทซึเบ {{amount_0}} ตัว", + "quest_title_quest_catch_special28_plural": "จับอาชาโม {{amount_0}} ตัว", + "quest_title_quest_catch_special29_plural": "จับมิซึโกโร {{amount_0}} ตัว", + "quest_title_quest_catch_special31_plural": "จับนาเอเติล {{amount_0}} ตัว", + "quest_title_quest_catch_special33_plural": "จับนัคครา {{amount_0}} ตัว", + "quest_title_quest_catch_special34_plural": "จับฮิโกซารุ {{amount_0}} ตัว", + "quest_title_quest_catch_special35_plural": "จับโพจจามะ {{amount_0}} ตัว", + "quest_title_quest_catch_special36_plural": "จับไซฮอรน {{amount_0}} ตัว", + "quest_title_quest_catch_special37_plural": "จับวันริกี {{amount_0}} ตัว", + "quest_title_quest_catch_special38_plural": "จับโรคอน {{amount_0}} ตัว", + "quest_title_quest_catch_special39_plural": "จับมินิริว {{amount_0}} ตัว", + "quest_title_quest_catch_special40_plural": "จับเคซี {{amount_0}} ตัว", + "quest_title_quest_catch_special41_plural": "จับทามาซาราชิ {{amount_0}} ตัว", + "quest_title_quest_catch_special42_plural": "จับบีเดิล {{amount_0}} ตัว", + "quest_title_quest_catch_special43_plural": "จับมุคคูรุ {{amount_0}} ตัว", + "quest_title_quest_catch_special44_plural": "จับทาเนโบ {{amount_0}} ตัว", + "quest_title_quest_catch_special45_plural": "จับเบโตเบตา {{amount_0}} ตัว", + "quest_title_quest_catch_special46_plural": "จับโพรีกอน {{amount_0}} ตัว", + "quest_title_quest_catch_staryu_plural": "จับฮิโตเดมัน {{amount_0}} ตัว", + "quest_title_quest_catch_stufful_pinap_plural": "ใชผลไพนชวยในการจับโปเกมอน {{amount_0}} ผล", + "quest_title_quest_catch_stufful_pinap_singular": "ใชผลไพนชวยในการจับโปเกมอน", + "quest_title_quest_catch_stufful_razz_plural": "ใชผลราสชวยในการจับโปเกมอน {{amount_0}} ผล", + "quest_title_quest_catch_stufful_razz_singular": "ใชผลราสชวยในการจับโปเกมอน", + "quest_title_quest_catch_transform_pokemon_plural": "จับโปเกมอนแปลงราง {{amount_0}} ตัว", + "quest_title_quest_catch_trubbish_plural": "จับยาบุคุรอน {{amount_0}} ตัว", + "quest_title_quest_catch_type_bug_plural": "จับโปเกมอนประเภทแมลง {{amount_0}} ตัว", + "quest_title_quest_catch_type_bug_plural_unique": "จับโปเกมอนประเภทแมลง", + "quest_title_quest_catch_type_bug_singular": "จับโปเกมอนประเภทแมลง", + "quest_title_quest_catch_type_buzzwole": "จับโปเกมอนที่มีประเภทเดียวกับมัสชิบูน", + "quest_title_quest_catch_type_buzzwole_effective": "จับโปเกมอนประเภทที่มัสชิบูนแพทาง", + "quest_title_quest_catch_type_buzzwole_plural": "จับโปเกมอนที่มีประเภทเดียวกับมัสชิบูน {{amount_0}} ตัว", + "quest_title_quest_catch_type_celesteela_effective": "จับโปเกมอนประเภทที่เท็คคากูยะแพทาง", + "quest_title_quest_catch_type_dark_plural": "จับโปเกมอนประเภทความมืด {{amount_0}} ตัว", + "quest_title_quest_catch_type_dark_plural_unique": "จับโปเกมอนประเภทความมืด", + "quest_title_quest_catch_type_dark_singular": "จับโปเกมอนประเภทความมืด", + "quest_title_quest_catch_type_dragon_normal_plural": "จับโปเกมอนประเภทปกติหรือมังกร {{amount_0}} ตัว", + "quest_title_quest_catch_type_dragon_plural": "จับโปเกมอนประเภทมังกร {{amount_0}} ตัว", + "quest_title_quest_catch_type_dragon_plural_unique": "จับโปเกมอนประเภทมังกรที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_catch_type_dragon_singular": "จับโปเกมอนประเภทมังกร", + "quest_title_quest_catch_type_electric_flying_plural": "จับโปเกมอนประเภทไฟฟาหรือบิน {{amount_0}} ตัว", + "quest_title_quest_catch_type_electric_plural": "จับโปเกมอนประเภทไฟฟา {{amount_0}} ตัว", + "quest_title_quest_catch_type_electric_plural_unique": "จับโปเกมอนประเภทไฟฟาที่แตกตางกัน", + "quest_title_quest_catch_type_electric_singular": "จับโปเกมอนประเภทไฟฟา", + "quest_title_quest_catch_type_fairy_plural": "จับโปเกมอนประเภทแฟรี่ {{amount_0}} ตัว", + "quest_title_quest_catch_type_fairy_plural_unique": "จับโปเกมอนประเภทแฟรี่", + "quest_title_quest_catch_type_fairy_singular": "จับโปเกมอนประเภทแฟรี่", + "quest_title_quest_catch_type_fighting_plural": "จับโปเกมอนประเภทตอสู {{amount_0}} ตัว", + "quest_title_quest_catch_type_fighting_plural_unique": "จับโปเกมอนประเภทตอสูที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_catch_type_fighting_singular": "จับโปเกมอนประเภทตอสู", + "quest_title_quest_catch_type_fire_dark_plural_unique": "จับโปเกมอนประเภทไฟหรือความมืด {{amount_0}} ตัว", + "quest_title_quest_catch_type_fire_plural": "จับโปเกมอนประเภทไฟ {{amount_0}} ตัว", + "quest_title_quest_catch_type_fire_singular": "จับโปเกมอนประเภทไฟ", + "quest_title_quest_catch_type_flying_plural": "จับโปเกมอนประเภทบิน {{amount_0}} ตัว", + "quest_title_quest_catch_type_flying_plural_unique": "จับโปเกมอนประเภทบิน", + "quest_title_quest_catch_type_flying_singular": "จับโปเกมอนประเภทบิน", + "quest_title_quest_catch_type_ghost_dark_plural": "จับโปเกมอนประเภทผีหรือความมืด {{amount_0}} ตัว", + "quest_title_quest_catch_type_ghost_plural": "จับโปเกมอนประเภทผี {{amount_0}} ตัว", + "quest_title_quest_catch_type_ghost_plural_unique": "จับโปเกมอนประเภทผี", + "quest_title_quest_catch_type_ghost_singular": "จับโปเกมอนประเภทผี", + "quest_title_quest_catch_type_grass_bug_plural": "จับโปเกมอนประเภทหญาหรือแมลง {{amount_0}} ตัว", + "quest_title_quest_catch_type_grass_plural": "จับโปเกมอนประเภทหญา {{amount_0}} ตัว", + "quest_title_quest_catch_type_grass_plural_unique": "จับโปเกมอนประเภทหญา", + "quest_title_quest_catch_type_grass_poison_plural": "จับโปเกมอนประเภทหญาหรือพิษ {{amount_0}} ตัว", + "quest_title_quest_catch_type_grass_singular": "จับโปเกมอนประเภทหญา", + "quest_title_quest_catch_type_ground_plural": "จับโปเกมอนประเภทดิน {{amount_0}} ตัว", + "quest_title_quest_catch_type_ground_plural_unique": "จับโปเกมอนประเภทดิน", + "quest_title_quest_catch_type_ground_singular": "จับโปเกมอนประเภทดิน", + "quest_title_quest_catch_type_guzzlord_effective": "จับโปเกมอนประเภทที่อคูจิคิงแพทาง", + "quest_title_quest_catch_type_ice_grass_plural_unique": "จับโปเกมอนประเภทหญาหรือน้ำแข็ง {{amount_0}} ตัว", + "quest_title_quest_catch_type_ice_plural": "จับโปเกมอนประเภทน้ำแข็ง {{amount_0}} ตัว", + "quest_title_quest_catch_type_ice_plural_unique": "จับโปเกมอนประเภทน้ำแข็ง", + "quest_title_quest_catch_type_ice_singular": "จับโปเกมอนประเภทน้ำแข็ง", + "quest_title_quest_catch_type_kartana_effective": "จับโปเกมอนประเภทที่คามิทซึรูกิแพทาง", + "quest_title_quest_catch_type_nihilego": "จับโปเกมอนที่มีประเภทเดียวกับอุทซึรอยด", + "quest_title_quest_catch_type_nihilego_effective": "จับโปเกมอนประเภทที่อุทซึรอยดแพทาง", + "quest_title_quest_catch_type_nihilego_plural": "จับโปเกมอนที่มีประเภทเดียวกับอุทซึรอยด {{amount_0}} ตัว", + "quest_title_quest_catch_type_normal_plural": "จับโปเกมอนประเภทปกติ {{amount_0}} ตัว", + "quest_title_quest_catch_type_normal_plural_unique": "จับโปเกมอนประเภทปกติ", + "quest_title_quest_catch_type_normal_singular": "จับโปเกมอนประเภทปกติ", + "quest_title_quest_catch_type_pheremosa_effective": "จับโปเกมอนประเภทที่เฟโรเชแพทาง", + "quest_title_quest_catch_type_pheromosa": "จับโปเกมอนที่มีประเภทเดียวกับเฟโรเช", + "quest_title_quest_catch_type_pheromosa_plural": "จับโปเกมอนที่มีประเภทเดียวกับเฟโรเช {{amount_0}} ตัว", + "quest_title_quest_catch_type_poison_plural": "จับโปเกมอนประเภทพิษ {{amount_0}} ตัว", + "quest_title_quest_catch_type_poison_plural_unique": "จับโปเกมอนประเภทพิษที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_catch_type_poison_singular": "จับโปเกมอนประเภทพิษ", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "จับโปเกมอนประเภทพลังจิตหรือตอสู {{amount_0}} ตัว", + "quest_title_quest_catch_type_psychic_plural": "จับโปเกมอนประเภทพลังจิต {{amount_0}} ตัว", + "quest_title_quest_catch_type_psychic_plural_unique": "จับโปเกมอนประเภทพลังจิต", + "quest_title_quest_catch_type_psychic_singular": "จับโปเกมอนประเภทพลังจิต", + "quest_title_quest_catch_type_rock_plural": "จับโปเกมอนประเภทหิน {{amount_0}} ตัว", + "quest_title_quest_catch_type_rock_plural_unique": "จับโปเกมอนประเภทหินที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_catch_type_rock_singular": "จับโปเกมอนประเภทหิน", + "quest_title_quest_catch_type_shaymin": "จับโปเกมอนที่มีประเภทเดียวกับเชมิน", + "quest_title_quest_catch_type_shaymin_plural": "จับโปเกมอนที่มีประเภทเดียวกับเชมิน {{amount_0}} ตัว", + "quest_title_quest_catch_type_steel_plural": "จับโปเกมอนประเภทโลหะ {{amount_0}} ตัว", + "quest_title_quest_catch_type_steel_plural_unique": "จับโปเกมอนประเภทโลหะ", + "quest_title_quest_catch_type_steel_singular": "จับโปเกมอนประเภทโลหะ", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "จับโปเกมอนประเภทไฟ น้ำ หรือไฟฟา {{amount_0}} ตัว", + "quest_title_quest_catch_type_water_flying_plural": "จับโปเกมอนประเภทน้ำหรือบิน {{amount_0}} ตัว", + "quest_title_quest_catch_type_water_ground_plural": "จับโปเกมอนประเภทน้ำหรือดิน {{amount_0}} ตัว", + "quest_title_quest_catch_type_water_plural": "จับโปเกมอนประเภทน้ำ {{amount_0}} ตัว", + "quest_title_quest_catch_type_water_plural_unique": "จับโปเกมอนประเภทน้ำ", + "quest_title_quest_catch_type_water_singular": "จับโปเกมอนประเภทน้ำ", + "quest_title_quest_catch_type_xurkitree": "จับโปเกมอนที่มีประเภทเดียวกับเด็นจูโมคุ", + "quest_title_quest_catch_type_xurkitree_effective": "จับโปเกมอนประเภทที่เด็นจูโมคุแพทาง", + "quest_title_quest_catch_type_xurkitree_plural": "จับโปเกมอนที่มีประเภทเดียวกับเด็นจูโมคุ {{amount_0}} ตัว", + "quest_title_quest_catch_types_rainy_plural": "จับโปเกมอนประเภทน้ำ ไฟฟา หรือแมลง {{amount_0}} ตัว", + "quest_title_quest_catch_types_rainy_singular": "จับโปเกมอนประเภทน้ำ ไฟฟา หรือแมลง", + "quest_title_quest_catch_types_snowy_plural": "จับโปเกมอนประเภทน้ำแข็งหรือโลหะ {{amount_0}} ตัว", + "quest_title_quest_catch_types_snowy_singular": "จับโปเกมอนประเภทน้ำแข็งหรือโลหะ", + "quest_title_quest_catch_types_sunny_plural": "จับโปเกมอนประเภทหญา ไฟ หรือดิน {{amount_0}} ตัว", + "quest_title_quest_catch_types_sunny_singular": "จับโปเกมอนประเภทหญา ไฟ หรือดิน", + "quest_title_quest_catch_types_windy_plural": "จับโปเกมอนประเภทบิน พลังจิต หรือมังกร {{amount_0}} ตัว", + "quest_title_quest_catch_types_windy_singular": "จับโปเกมอนประเภทบิน พลังจิต หรือมังกร", + "quest_title_quest_catch_weather_boost_plural": "จับโปเกมอนที่ไดรับบูสตสภาพอากาศ {{amount_0}} ตัว", + "quest_title_quest_catch_weather_boost_singular": "จับโปเกมอนที่ไดรับบูสตสภาพอากาศ", + "quest_title_quest_catch_whismur": "จับโกเนียวเนียว {{amount_0}} ตัว", + "quest_title_quest_challenge_party_power_plural": "ใชพลังปารตี้ {{amount_0}} ครั้ง ในแบตเทิลตีบอส", + "quest_title_quest_challenge_party_power_singular": "ใชพลังปารตี้ในแบตเทิลตีบอส", + "quest_title_quest_change_form_furfrou": "เปลี่ยนรางทริมเมียน", + "quest_title_quest_change_form_plural": "เปลี่ยนรางของโปเกมอน {{amount_0}} ตัว", + "quest_title_quest_change_form_singular": "เปลี่ยนรางของโปเกมอน", + "quest_title_quest_chansey_catch_b": "จับลัคกี {{amount_0}} ตัว", + "quest_title_quest_chansey_evolve_b_plural": "วิวัฒนาการลัคกี {{amount_0}} ตัว", + "quest_title_quest_chansey_evolve_b_singular": "วิวัฒนาการลัคกี", + "quest_title_quest_chansey_snapshot_b": "ถายภาพลัคกี {{amount_0}} ภาพ", + "quest_title_quest_charge_attack_party_plural": "ใชทาโจมตีชารจ {{amount_0}} ครั้ง ระหวางเลนแบบปารตี้", + "quest_title_quest_charge_attack_party_singular": "ใชทาโจมตีชารจระหวางเลนแบบปารตี้", + "quest_title_quest_charged_attack_plural": "ใชทาชารจ {{amount_0}} ครั้ง", + "quest_title_quest_charjabug_evolve_b": "วิวัฒนาการเด็นจิมูชิ {{amount_0}} ตัว", + "quest_title_quest_chart_catch_b": "จับฮิโตคาเงะ {{amount_0}} ตัว", + "quest_title_quest_chart_catch_s1": "จับลิซารโดะ {{amount_0}} ตัว", + "quest_title_quest_chart_evolve_b": "วิวัฒนาการฮิโตคาเงะ {{amount_0}} ตัว", + "quest_title_quest_chart_evolve_s1": "วิวัฒนาการลิซารโดะ {{amount_0}} ตัว", + "quest_title_quest_chespin_catch_b": "จับฮาริมารอน {{amount_0}} ตัว", + "quest_title_quest_chespin_evolve_b": "วิวัฒนาการฮาริมารอน {{amount_0}} ตัว", + "quest_title_quest_chespin_snapshot_b": "ถายภาพฮาริมารอน {{amount_0}} ภาพ", + "quest_title_quest_crocalor_evolve_b": "วิวัฒนาการอาจิเกเตอร", + "quest_title_quest_cyndaquil_catch_b": "จับฮิโนอาราชิ {{amount_0}} ตัว", + "quest_title_quest_cyndaquil_evolve_b_plural": "วิวัฒนาการฮิโนอาราชิ {{amount_0}} ตัว", + "quest_title_quest_cyndaquil_evolve_b_singular": "วิวัฒนาการฮิโนอาราชิ", + "quest_title_quest_dartrix_evolve_b_plural": "วิวัฒนาการฟุคุซึโร {{amount_0}} ตัว", + "quest_title_quest_dartrix_evolve_b_singular": "วิวัฒนาการฟุคุซึโร {{amount_0}} ตัว", + "quest_title_quest_dec2021_catch_b": "จับโปเกมอนเดนในชวงคอมมิวนิตี้เดยป 2021 {{amount_0}} ตัว", + "quest_title_quest_dec2022_catch_b": "จับโปเกมอนเดนในชวงคอมมิวนิตี้เดยธันวาคม 2022 {{amount_0}} ตัว", + "quest_title_quest_dec2023_catch_b": "จับโปเกมอนเดนในชวงคอมมิวนิตี้เดยป 2023 {{amount_0}} ตัว", + "quest_title_quest_defeat_jessie_james_plural": "เอาชนะมุซาชิและโคจิโร {{amount_0}} ครั้ง", + "quest_title_quest_defeat_rocket": "เอาชนะสมาชิกแกงโกร็อกเกต {{amount_0}} คน", + "quest_title_quest_defeat_rocket_leader_2500": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 2,500 จำนวน {{amount_0}} ครั้ง", + "quest_title_quest_defeat_rocket_singular": "เอาชนะสมาชิกแกงโกร็อกเกต", + "quest_title_quest_deino_catch": "จับโมโนซึ {{amount_0}} ตัว", + "quest_title_quest_deino_evolve_a": "วิวัฒนาการโมโนซึ {{amount_0}} ตัว", + "quest_title_quest_deino_evolve_b": "วิวัฒนาการโมโนซึหรือจิเฮด {{amount_0}} ตัว", + "quest_title_quest_deino_snap": "ถายภาพโมโนซึ {{amount_0}} ภาพ", + "quest_title_quest_dragonair_evolve_b": "วิวัฒนาการฮาคุริว {{amount_0}} ตัว", + "quest_title_quest_dratini_cdc_catch_b": "จับมินิริว {{amount_0}} ตัว", + "quest_title_quest_dratini_cdc_evolve_b": "วิวัฒนาการมินิริว {{amount_0}} ตัว", + "quest_title_quest_dratini_cdc_snapshot_b": "ถายภาพมินิริว {{amount_0}} ภาพ", + "quest_title_quest_drizzle_evolve": "วิวัฒนาการจิเมเลียน", + "quest_title_quest_dude_catch": "จับอิชิซึบูเตะ {{amount_0}} ตัว", + "quest_title_quest_dude_evolve_a": "วิวัฒนาการอิชิซึบูเตะ {{amount_0}} ตัว", + "quest_title_quest_dude_evolve_b": "วิวัฒนาการโกโลน {{amount_0}} ตัว", + "quest_title_quest_dude_snap": "ถายภาพอิชิซึบูเตะ {{amount_0}} ภาพ", + "quest_title_quest_duskt_catch_b": "จับโยมาวารุ {{amount_0}} ตัว", + "quest_title_quest_duskt_evolve_b": "วิวัฒนาการโยมาวารุ {{amount_0}} ตัว", + "quest_title_quest_duskt_evolve_s1": "วิวัฒนาการซามาโยรุ {{amount_0}} ตัว", + "quest_title_quest_earn_buddy_ribbon_plural": "Earn {{amount_0}} Best Buddy Ribbons with your Pokémon", + "quest_title_quest_eelektrik_evolve_b_plural": "วิวัฒนาการชิบิบีล {{amount_0}} ตัว", + "quest_title_quest_eelektrik_evolve_b_singular": "วิวัฒนาการชิบิบีล", + "quest_title_quest_eevee_evolve_plural": "วิวัฒนาการอีวุยใหเปนรางวิวัฒนาการที่แตกตางกันครบทุกราง", + "quest_title_quest_eevet_catch_b": "จับอีวุย {{amount_0}} ตัว", + "quest_title_quest_eevet_evolve_b": "วิวัฒนาการอีวุย {{amount_0}} ตัว", + "quest_title_quest_elect_catch_b": "จับเอเลบู {{amount_0}} ตัว", + "quest_title_quest_elect_evolve_b": "วิวัฒนาการเอเลบู {{amount_0}} ตัว", + "quest_title_quest_elite_raid_victory_plural": "ชนะตีบอสเอลีต {{amount_0}} ครั้ง", + "quest_title_quest_elite_raid_victory_singular": "ชนะตีบอสเอลีต", + "quest_title_quest_elite4_a": "เอาชนะจตุรเทพ GO Tour: เทรนเนอรภูเขายอดราบ", + "quest_title_quest_elite4_b": "เอาชนะจตุรเทพ GO Tour: เทรนเนอรถ้ำ", + "quest_title_quest_elite4_c": "เอาชนะจตุรเทพ GO Tour: เทรนเนอรมหาสมุทร", + "quest_title_quest_elite4_d": "เอาชนะจตุรเทพ GO Tour: เทรนเนอรสะวันนา", + "quest_title_quest_elrd22_april16_battle": "งานวิจัยทามะทามะ: แบตเทิลที่ยิม", + "quest_title_quest_elrd22_april16_berries": "งานวิจัยทามะทามะ: ใชผลไมชวยในการจับโปเกมอน 3 ผล", + "quest_title_quest_elrd22_april16_catch_grass": "งานวิจัยทามะทามะ: จับโปเกมอนประเภทหญา 3 ตัว", + "quest_title_quest_elrd22_april16_charged_move": "งานวิจัยทามะทามะ: ใชทาโจมตีชารจใหไดผลดีเยี่ยม", + "quest_title_quest_elrd22_april16_curve": "งานวิจัยทามะทามะ: ขวางบอลโคง 5 ครั้ง", + "quest_title_quest_elrd22_april16_evolve_grass": "งานวิจัยทามะทามะ: วิวัฒนาการโปเกมอนประเภทหญา 2 ตัว", + "quest_title_quest_elrd22_april16_gifts_stickers": "งานวิจัยทามะทามะ: สงของขวัญพรอมสติกเกอรรวม 2 ชิ้น", + "quest_title_quest_elrd22_april16_great": "งานวิจัยทามะทามะ: ขวางไดเยี่ยม 3 ครั้ง", + "quest_title_quest_elrd22_april16_great_row": "งานวิจัยทามะทามะ: ขวางไดเยี่ยม 2 ครั้งติดตอกัน", + "quest_title_quest_elrd22_april16_nice": "งานวิจัยทามะทามะ: ขวางไดดี 5 ครั้ง", + "quest_title_quest_elrd22_april16_nice_row": "งานวิจัยทามะทามะ: ขวางไดดี 3 ครั้งติดตอกัน", + "quest_title_quest_elrd22_april16_raid": "งานวิจัยทามะทามะ: แบตเทิลตีบอส", + "quest_title_quest_elrd22_april16_spin": "งานวิจัยทามะทามะ: หมุนเสาโปเกสต็อป 2 ครั้ง", + "quest_title_quest_elrd22_april16_weather_easy": "งานวิจัยทามะทามะ: จับโปเกมอนที่ไดรับบูสตสภาพอากาศ 3 ตัว", + "quest_title_quest_elrd22_april16_weather_hard": "งานวิจัยทามะทามะ: จับโปเกมอนที่ไดรับบูสตสภาพอากาศ 5 ตัว", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "งานวิจัยทามะทามะ: ถายภาพโปเกมอนปาประเภทหญา", + "quest_title_quest_equinox19_catch_medium_pkmn": "จับฟุชิกิดาเนะหรือจิโคริตา {{amount_0}} ตัว", + "quest_title_quest_equinox19_catch_type_grass_plural": "จับโปเกมอนประเภทหญา {{amount_0}} ตัว", + "quest_title_quest_equinox19_evolve_type_grass_plural": "วิวัฒนาการโปเกมอนประเภทหญา {{amount_0}} ตัว", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "วิวัฒนาการโปเกมอนประเภทหญา {{amount_0}} ตัว", + "quest_title_quest_event_eevee_snapshot_barcelona": "ถายภาพอีวุยของคุณในบารเซโลนา", + "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", + "quest_title_quest_event_eevee_snapshot_mexico_city": "ถายภาพอีวุยของคุณในเม็กซิโกซิตี้", + "quest_title_quest_event_eevee_snapshot_seoul": "ถายภาพอีวุยของคุณในโซล", + "quest_title_quest_event_eevee_snapshot_tainan": "ถายภาพอีวุยของคุณในไถหนาน", + "quest_title_quest_event_leave_behind_spin": "หมุนเสาโปเกสต็อปหรือยิมที่ไมเคยหมุนมากอน 10 จุด", + "quest_title_quest_event_leave_behind_spin_safari_city": "หมุนเสาโปเกสต็อปหรือยิมในบริเวณนักสำรวจอีวุย", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "หมุนเสาโปเกสต็อปในบริเวณนักสำรวจอีวุยที่ไมเคยหมุนมากอน {{amount_0}} ที่", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "หมุนเสาโปเกสต็อปในบริเวณนักสำรวจอีวุยที่ไมเคยหมุนมากอน", + "quest_title_quest_event_spin_barcelona": "หมุนเสาโปเกสต็อปหรือยิมในบารเซโลนา", + "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", + "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", + "quest_title_quest_event_spin_mexico_city": "หมุนเสาโปเกสต็อปหรือยิมในเม็กซิโกซิตี้", + "quest_title_quest_event_spin_seoul": "หมุนเสาโปเกสต็อปหรือยิมในโซล", + "quest_title_quest_event_spin_tainan": "หมุนเสาโปเกสต็อปหรือยิมในไถหนาน", + "quest_title_quest_evolve_abra_singular": "วิวัฒนาการเคซี", + "quest_title_quest_evolve_aipom_singular": "วิวัฒนาการเอยแพม", + "quest_title_quest_evolve_amaura_singular": "Evolve one Amaura", + "quest_title_quest_evolve_anorith_singular": "วิวัฒนาการอน็อปธ", + "quest_title_quest_evolve_archen_singular": "วิวัฒนาการอาเคน", + "quest_title_quest_evolve_aron_singular": "วิวัฒนาการโคโคโดรา", + "quest_title_quest_evolve_axew_singular": "วิวัฒนาการคิบาโกะ", + "quest_title_quest_evolve_azurill_singular": "วิวัฒนาการรูริริ", + "quest_title_quest_evolve_bagon_singular": "วิวัฒนาการทัทซึเบ", + "quest_title_quest_evolve_baltoy_singular": "วิวัฒนาการยาจิลอน", + "quest_title_quest_evolve_barboach_singular": "วิวัฒนาการโดโจทช", + "quest_title_quest_evolve_bayleef": "วิวัฒนาการเบยลีฟ", + "quest_title_quest_evolve_bayleef_singular": "วิวัฒนาการเบยลีฟ", + "quest_title_quest_evolve_beldum_singular": "วิวัฒนาการดันบัล", + "quest_title_quest_evolve_bellsprout_singular": "วิวัฒนาการมาดาซึโบมิ", + "quest_title_quest_evolve_bergmite_singular": "Evolve one Bergmite", + "quest_title_quest_evolve_bidoof_singular": "วิวัฒนาการบิปปา", + "quest_title_quest_evolve_binacle_singular": "Evolve one Binacle", + "quest_title_quest_evolve_blitzle_singular": "วิวัฒนาการชิมามา", + "quest_title_quest_evolve_boldore_singular": "วิวัฒนาการกันเทิล", + "quest_title_quest_evolve_bonsly_singular": "วิวัฒนาการอุโซฮาจิ", + "quest_title_quest_evolve_braixen_singular": "วิวัฒนาการเทลนาร", + "quest_title_quest_evolve_bronzor_singular": "วิวัฒนาการโดมิเรอร", + "quest_title_quest_evolve_budew_singular": "วิวัฒนาการซึโบมี", + "quest_title_quest_evolve_buizel_singular": "วิวัฒนาการบุยเซล", + "quest_title_quest_evolve_bulbasaur": "วิวัฒนาการฟุชิกิดาเนะ", + "quest_title_quest_evolve_bulbasaur_singular": "วิวัฒนาการฟุชิกิดาเนะ", + "quest_title_quest_evolve_buneary_singular": "วิวัฒนาการมิมิโรล", + "quest_title_quest_evolve_bunnelby_singular": "วิวัฒนาการโฮรุบี", + "quest_title_quest_evolve_burmy_singular": "วิวัฒนาการมิโนมุจจิ", + "quest_title_quest_evolve_cacnea_singular": "วิวัฒนาการซาโบเนีย", + "quest_title_quest_evolve_carvanha_singular": "วิวัฒนาการคิบาเนีย", + "quest_title_quest_evolve_cascoon_singular": "วิวัฒนาการมายูลด", + "quest_title_quest_evolve_caterpie_singular": "วิวัฒนาการคาเตอรป", + "quest_title_quest_evolve_chansey_singular": "วิวัฒนาการลัคกี", + "quest_title_quest_evolve_charmander": "วิวัฒนาการฮิโตคาเงะ", + "quest_title_quest_evolve_charmander_singular": "วิวัฒนาการฮิโตคาเงะ", + "quest_title_quest_evolve_charmeleon_singular": "วิวัฒนาการลิซารโดะ", + "quest_title_quest_evolve_cherubi_singular": "วิวัฒนาการเชอรินโบ", + "quest_title_quest_evolve_chespin_singular": "วิวัฒนาการฮาริมารอน", + "quest_title_quest_evolve_chikorita": "วิวัฒนาการจิโคริตา", + "quest_title_quest_evolve_chikorita_singular": "วิวัฒนาการจิโคริตา", + "quest_title_quest_evolve_chimchar_singular": "วิวัฒนาการฮิโกซารุ", + "quest_title_quest_evolve_chinchou_singular": "วิวัฒนาการชอนชี", + "quest_title_quest_evolve_chingling_singular": "วิวัฒนาการลีชาน", + "quest_title_quest_evolve_clamperl_singular": "วิวัฒนาการปาลูลุ", + "quest_title_quest_evolve_clauncher_singular": "Evolve one Clauncher", + "quest_title_quest_evolve_clefairy_singular": "วิวัฒนาการปปป", + "quest_title_quest_evolve_cleffa_singular": "วิวัฒนาการป", + "quest_title_quest_evolve_combee_singular": "วิวัฒนาการมิทซึฮันนี", + "quest_title_quest_evolve_combusken_singular": "วิวัฒนาการวาคาชาโม", + "quest_title_quest_evolve_corphish_singular": "วิวัฒนาการเฮกานิ", + "quest_title_quest_evolve_cosmoem_singular": "วิวัฒนาการคอสโมม", + "quest_title_quest_evolve_cosmog_singular": "วิวัฒนาการคอสม็อก", + "quest_title_quest_evolve_cottonee_singular": "วิวัฒนาการโมนเมน", + "quest_title_quest_evolve_cranidos_singular": "วิวัฒนาการซึไกโดส", + "quest_title_quest_evolve_croagunk_singular": "วิวัฒนาการกูเรกกรู", + "quest_title_quest_evolve_croconaw": "วิวัฒนาการอัลลิเกต", + "quest_title_quest_evolve_croconaw_singular": "วิวัฒนาการอัลลิเกต", + "quest_title_quest_evolve_cubchoo_singular": "วิวัฒนาการคูมะชุน", + "quest_title_quest_evolve_cubone_singular": "วิวัฒนาการคาระคาระ", + "quest_title_quest_evolve_cyndaquil": "วิวัฒนาการฮิโนอาราชิ", + "quest_title_quest_evolve_cyndaquil_singular": "วิวัฒนาการฮิโนอาราชิ", + "quest_title_quest_evolve_dark_type_singular": "วิวัฒนาการโปเกมอนประเภทความมืด", + "quest_title_quest_evolve_darumaka_singular": "วิวัฒนาการดารุมักกะ", + "quest_title_quest_evolve_deerling_singular": "วิวัฒนาการชิคิจิกะ", + "quest_title_quest_evolve_deino_singular": "วิวัฒนาการโมโนซึ", + "quest_title_quest_evolve_dewott_singular": "วิวัฒนาการฟุตาจิมารุ", + "quest_title_quest_evolve_diglett_singular": "วิวัฒนาการดิกดา", + "quest_title_quest_evolve_doduo_singular": "วิวัฒนาการโดโด", + "quest_title_quest_evolve_doublade_singular": "Evolve one Doublade", + "quest_title_quest_evolve_dragonair_singular": "วิวัฒนาการฮาคุริว", + "quest_title_quest_evolve_dratini_singular": "วิวัฒนาการมินิริว", + "quest_title_quest_evolve_drifloon_singular": "วิวัฒนาการฟูวันเต", + "quest_title_quest_evolve_drilbur_singular": "วิวัฒนาการโมกุริว", + "quest_title_quest_evolve_drowzee_singular": "วิวัฒนาการสลีป", + "quest_title_quest_evolve_ducklett_singular": "วิวัฒนาการโคอารูฮี", + "quest_title_quest_evolve_duosion_singular": "วิวัฒนาการดาบูลัน", + "quest_title_quest_evolve_durant_singular": "วิวัฒนาการไอแอนท", + "quest_title_quest_evolve_dusclops_singular": "วิวัฒนาการซามาโยรุ", + "quest_title_quest_evolve_duskull_singular": "วิวัฒนาการโยมาวารุ", + "quest_title_quest_evolve_dwebble_singular": "วิวัฒนาการอิชิซึไม", + "quest_title_quest_evolve_eelektrik_singular": "วิวัฒนาการชิบิบีล", + "quest_title_quest_evolve_eevee_singular": "วิวัฒนาการอีวุย", + "quest_title_quest_evolve_eevee_types_plural": "วิวัฒนาการโปเกมอนประเภทไฟฟา น้ำ หรือไฟ {{amount_0}} ตัว", + "quest_title_quest_evolve_eevee_types_singular": "วิวัฒนาการโปเกมอนประเภทไฟฟา น้ำ หรือไฟ", + "quest_title_quest_evolve_ekans_singular": "วิวัฒนาการอารโบ", + "quest_title_quest_evolve_electabuzz_singular": "วิวัฒนาการเอเลบู", + "quest_title_quest_evolve_electrike_singular": "วิวัฒนาการราคุไร", + "quest_title_quest_evolve_elekid_singular": "วิวัฒนาการเอเลคิด", + "quest_title_quest_evolve_elgyem_singular": "วิวัฒนาการลีเกรย", + "quest_title_quest_evolve_espeon": "วิวัฒนาการอีวุยเปนเอฟในชวงเวลากลางวัน", + "quest_title_quest_evolve_espurr_singular": "วิวัฒนาการเนียสเปอร", + "quest_title_quest_evolve_evolved_grass_singular": "วิวัฒนาการโปเกมอนประเภทหญา", + "quest_title_quest_evolve_exeggcute_singular": "วิวัฒนาการทามะทามะ", + "quest_title_quest_evolve_farfetch'd_singular": "วิวัฒนาการคาโมเนกิ", + "quest_title_quest_evolve_feebas_singular": "วิวัฒนาการฮินบาส", + "quest_title_quest_evolve_fennekin_singular": "วิวัฒนาการฟอกโกะ", + "quest_title_quest_evolve_ferroseed_singular": "วิวัฒนาการเทสซีด", + "quest_title_quest_evolve_finneon_singular": "วิวัฒนาการเคโคโอ", + "quest_title_quest_evolve_flaaffy_singular": "วิวัฒนาการโมโคโค", + "quest_title_quest_evolve_flabébé_singular": "วิวัฒนาการฟลาเบเบ", + "quest_title_quest_evolve_fletchinder_singular": "วิวัฒนาการฮิโนยาโคมะ", + "quest_title_quest_evolve_fletchling_singular": "วิวัฒนาการยายาโคมะ", + "quest_title_quest_evolve_floette_singular": "Evolve one Floette", + "quest_title_quest_evolve_foongus_singular": "วิวัฒนาการทามาเกะทาเคะ", + "quest_title_quest_evolve_fraxure_singular": "วิวัฒนาการโอโนนโดะ", + "quest_title_quest_evolve_frillish_singular": "วิวัฒนาการพูรูริล", + "quest_title_quest_evolve_froakie_singular": "วิวัฒนาการเคโรมัตซึ", + "quest_title_quest_evolve_frogadier_singular": "วิวัฒนาการเกโคกาชิระ", + "quest_title_quest_evolve_gabite_singular": "วิวัฒนาการกาไบต", + "quest_title_quest_evolve_gastly_singular": "วิวัฒนาการโกส", + "quest_title_quest_evolve_geodude_singular": "วิวัฒนาการอิชิซึบูเตะ", + "quest_title_quest_evolve_gible_singular": "วิวัฒนาการฟุคามารุ", + "quest_title_quest_evolve_glalie_singular": "วิวัฒนาการโอนิโกริ", + "quest_title_quest_evolve_glameow_singular": "วิวัฒนาการเนียรุมา", + "quest_title_quest_evolve_gligar_singular": "วิวัฒนาการไกลกา", + "quest_title_quest_evolve_gloom_singular": "วิวัฒนาการคุไซฮานะ", + "quest_title_quest_evolve_golbat_singular": "วิวัฒนาการโกลแบท", + "quest_title_quest_evolve_goldeen_singular": "วิวัฒนาการโทซาคินโตะ", + "quest_title_quest_evolve_golett_singular": "วิวัฒนาการโกบิท", + "quest_title_quest_evolve_goomy_singular": "วิวัฒนาการนูเมรา", + "quest_title_quest_evolve_gothita_singular": "วิวัฒนาการโกธิมู", + "quest_title_quest_evolve_gothorita_singular": "วิวัฒนาการโกธิมิรุ", + "quest_title_quest_evolve_graveler_singular": "วิวัฒนาการโกโลน", + "quest_title_quest_evolve_grimer_singular": "วิวัฒนาการเบโตเบตา", + "quest_title_quest_evolve_grotle_singular": "วิวัฒนาการฮายาชิกาเมะ", + "quest_title_quest_evolve_ground_plural": "วิวัฒนาการโปเกมอนประเภทดิน {{amount_0}} ตัว", + "quest_title_quest_evolve_grovyle_singular": "วิวัฒนาการจุปไทล", + "quest_title_quest_evolve_growlithe_singular": "วิวัฒนาการการดี", + "quest_title_quest_evolve_gulpin_singular": "วิวัฒนาการโกคูลิน", + "quest_title_quest_evolve_gurdurr_singular": "วิวัฒนาการโดเท็คคทซึ", + "quest_title_quest_evolve_happiny_singular": "วิวัฒนาการพินพูคุ", + "quest_title_quest_evolve_haunter_singular": "วิวัฒนาการโกสท", + "quest_title_quest_evolve_heatmor_singular": "วิวัฒนาการคุยทาแรน", + "quest_title_quest_evolve_helioptile_singular": "Evolve one Helioptile", + "quest_title_quest_evolve_herdier_singular": "วิวัฒนาการเฮอเดอเรีย", + "quest_title_quest_evolve_hippopotas_singular": "วิวัฒนาการฮิปโปโปตัส", + "quest_title_quest_evolve_honedge_singular": "Evolve one Honedge", + "quest_title_quest_evolve_hoothoot_singular": "วิวัฒนาการโฮโฮ", + "quest_title_quest_evolve_hoppip_singular": "วิวัฒนาการฮาเน็กโกะ", + "quest_title_quest_evolve_horsea_singular": "วิวัฒนาการทัททู", + "quest_title_quest_evolve_houndour_singular": "วิวัฒนาการเดลวิล", + "quest_title_quest_evolve_igglybuff_singular": "วิวัฒนาการพูพูริน", + "quest_title_quest_evolve_illumise_singular": "วิวัฒนาการอิลูมิเซะ", + "quest_title_quest_evolve_inkay_singular": "Evolve one Inkay", + "quest_title_quest_evolve_items_plural": "ใชไอเท็มวิวัฒนาการโปเกมอน {{amount_0}} ครั้ง", + "quest_title_quest_evolve_items_singular": "ใชไอเท็มวิวัฒนาการโปเกมอน", + "quest_title_quest_evolve_ivysaur_singular": "วิวัฒนาการฟุชิกิโซ", + "quest_title_quest_evolve_jigglypuff_singular": "วิวัฒนาการพูริน", + "quest_title_quest_evolve_joltik_singular": "วิวัฒนาการบาชูรุ", + "quest_title_quest_evolve_kabuto_singular": "วิวัฒนาการคาบูโตะ", + "quest_title_quest_evolve_kadabra_singular": "วิวัฒนาการยุนเกเรอร", + "quest_title_quest_evolve_kakuna_singular": "วิวัฒนาการโคคูน", + "quest_title_quest_evolve_karrablast_singular": "วิวัฒนาการคาบูรูโมะ", + "quest_title_quest_evolve_kirlia_singular": "วิวัฒนาการเคอเรีย", + "quest_title_quest_evolve_klang_singular": "วิวัฒนาการกิเกียร", + "quest_title_quest_evolve_klink_singular": "วิวัฒนาการเกียร", + "quest_title_quest_evolve_koffing_singular": "วิวัฒนาการโดกาซ", + "quest_title_quest_evolve_krabby_singular": "วิวัฒนาการแครบ", + "quest_title_quest_evolve_kricketot_singular": "วิวัฒนาการโคโรโบชิ", + "quest_title_quest_evolve_krokorok_singular": "วิวัฒนาการวารุวิล", + "quest_title_quest_evolve_lairon_singular": "วิวัฒนาการโคโดรา", + "quest_title_quest_evolve_lampent_singular": "วิวัฒนาการแลมพูลา", + "quest_title_quest_evolve_larvesta_singular": "วิวัฒนาการเมลารวา", + "quest_title_quest_evolve_larvitar_singular": "วิวัฒนาการโยกิราส", + "quest_title_quest_evolve_ledyba_singular": "วิวัฒนาการเรดิบา", + "quest_title_quest_evolve_lickitung_singular": "วิวัฒนาการเบโรรินกา", + "quest_title_quest_evolve_lileep_singular": "วิวัฒนาการลิลีลา", + "quest_title_quest_evolve_lillipup_singular": "วิวัฒนาการโยเทอรี", + "quest_title_quest_evolve_linoone_singular": "วิวัฒนาการกาลารมัสสึกุมะ {{amount_0}} ตัว", + "quest_title_quest_evolve_litleo_singular": "วิวัฒนาการชิชิโกะ", + "quest_title_quest_evolve_litwick_singular": "วิวัฒนาการฮิโตโมชิ", + "quest_title_quest_evolve_lombre_singular": "วิวัฒนาการฮาซึเบรโร", + "quest_title_quest_evolve_lotad_singular": "วิวัฒนาการฮาซึโบ", + "quest_title_quest_evolve_loudred_singular": "วิวัฒนาการโดกอม", + "quest_title_quest_evolve_luxio_singular": "วิวัฒนาการลุคซิโอ", + "quest_title_quest_evolve_machoke_singular": "วิวัฒนาการโกริกี", + "quest_title_quest_evolve_machop_singular": "วิวัฒนาการวันริกี", + "quest_title_quest_evolve_magby_singular": "วิวัฒนาการบูบี", + "quest_title_quest_evolve_magikarp_singular": "วิวัฒนาการคอยคิง", + "quest_title_quest_evolve_magmar_singular": "วิวัฒนาการบูเบอร", + "quest_title_quest_evolve_magnemite_singular": "วิวัฒนาการคอยล", + "quest_title_quest_evolve_makuhita_singular": "วิวัฒนาการมาคุโนชิตะ", + "quest_title_quest_evolve_mankey_singular": "วิวัฒนาการแมนคี", + "quest_title_quest_evolve_mantyke_singular": "วิวัฒนาการทาแมนทา", + "quest_title_quest_evolve_mareep_singular": "วิวัฒนาการเมรีป", + "quest_title_quest_evolve_marill_singular": "วิวัฒนาการมาริล", + "quest_title_quest_evolve_marshtomp_singular": "วิวัฒนาการนูมาโคร", + "quest_title_quest_evolve_meditite_singular": "วิวัฒนาการอาซานัน", + "quest_title_quest_evolve_meowth_singular": "วิวัฒนาการเนียส", + "quest_title_quest_evolve_metang_singular": "วิวัฒนาการเมแทงก", + "quest_title_quest_evolve_metapod_singular": "วิวัฒนาการทรานเซล", + "quest_title_quest_evolve_mienfoo_singular": "วิวัฒนาการโคโจฟู", + "quest_title_quest_evolve_mime jr._singular": "วิวัฒนาการมาเนเน", + "quest_title_quest_evolve_minccino_singular": "วิวัฒนาการจิลามี", + "quest_title_quest_evolve_misdreavus_singular": "วิวัฒนาการมูมา", + "quest_title_quest_evolve_monferno_singular": "วิวัฒนาการโมคาซารุ", + "quest_title_quest_evolve_mr. mime_singular": "วิวัฒนาการบารเรียด", + "quest_title_quest_evolve_mudkip_singular": "วิวัฒนาการมิซึโกโร", + "quest_title_quest_evolve_munchlax_singular": "วิวัฒนาการกอนเบะ", + "quest_title_quest_evolve_munna_singular": "วิวัฒนาการมุนนะ", + "quest_title_quest_evolve_murkrow_singular": "วิวัฒนาการยามิคาราซึ", + "quest_title_quest_evolve_natu_singular": "วิวัฒนาการเนที", + "quest_title_quest_evolve_nidoranfemale_singular": "วิวัฒนาการนิโดรัน♀", + "quest_title_quest_evolve_nidoranmale_singular": "วิวัฒนาการนิโดรัน♂", + "quest_title_quest_evolve_nidorina_singular": "วิวัฒนาการนิโดรินา", + "quest_title_quest_evolve_nidorino_singular": "วิวัฒนาการนิโดริโน", + "quest_title_quest_evolve_nincada_singular": "วิวัฒนาการสึจินิน", + "quest_title_quest_evolve_noibat_singular": "วิวัฒนาการออนแบท", + "quest_title_quest_evolve_nosepass_singular": "วิวัฒนาการโนซพาส", + "quest_title_quest_evolve_numel_singular": "วิวัฒนาการดอนเมล", + "quest_title_quest_evolve_nuzleaf_singular": "วิวัฒนาการโคโนฮานะ", + "quest_title_quest_evolve_oddish_singular": "วิวัฒนาการนาโซโนะคุสะ", + "quest_title_quest_evolve_omanyte_singular": "วิวัฒนาการออมไนต", + "quest_title_quest_evolve_onix_singular": "วิวัฒนาการอิวารค", + "quest_title_quest_evolve_oshawott_singular": "วิวัฒนาการมิจูมารุ", + "quest_title_quest_evolve_palpitoad_singular": "วิวัฒนาการกามาการุ", + "quest_title_quest_evolve_pancham_singular": "Evolve one Pancham", + "quest_title_quest_evolve_panpour_singular": "วิวัฒนาการฮิยัปปุ", + "quest_title_quest_evolve_pansage_singular": "วิวัฒนาการยานัปปุ", + "quest_title_quest_evolve_pansear_singular": "วิวัฒนาการบาอปปุ", + "quest_title_quest_evolve_paras_singular": "วิวัฒนาการพารัส", + "quest_title_quest_evolve_patrat_singular": "วิวัฒนาการมิเนซูมิ", + "quest_title_quest_evolve_pawniard_singular": "วิวัฒนาการโคมาทานา", + "quest_title_quest_evolve_petilil_singular": "วิวัฒนาการจูริเน", + "quest_title_quest_evolve_phanpy_singular": "วิวัฒนาการโกมาโซ", + "quest_title_quest_evolve_phantump_singular": "Evolve one Phantump", + "quest_title_quest_evolve_pichu_singular": "วิวัฒนาการพิชู", + "quest_title_quest_evolve_pidgeotto_singular": "วิวัฒนาการพีเจียน", + "quest_title_quest_evolve_pidgey_singular": "วิวัฒนาการปอปโปะ", + "quest_title_quest_evolve_pidove_singular": "วิวัฒนาการมาเมพาโตะ", + "quest_title_quest_evolve_pignite_singular": "วิวัฒนาการจาโอบู", + "quest_title_quest_evolve_pikachu_singular": "วิวัฒนาการพิคาชู", + "quest_title_quest_evolve_piloswine_plural": "วิวัฒนาการอิโนมู {{amount_0}} ตัว", + "quest_title_quest_evolve_piloswine_singular": "วิวัฒนาการอิโนมู", + "quest_title_quest_evolve_pineco_singular": "วิวัฒนาการคุนุกิดามะ", + "quest_title_quest_evolve_piplup_singular": "วิวัฒนาการโพจจามะ", + "quest_title_quest_evolve_plural": "วิวัฒนาการโปเกมอน {{amount_0}} ตัว", + "quest_title_quest_evolve_poison_type_singular": "วิวัฒนาการโปเกมอนประเภทพิษ", + "quest_title_quest_evolve_poliwag_singular": "วิวัฒนาการเนียวโรโมะ", + "quest_title_quest_evolve_poliwhirl_singular": "วิวัฒนาการเนียวโรโซ", + "quest_title_quest_evolve_ponyta_singular": "วิวัฒนาการโพนีตะ", + "quest_title_quest_evolve_poochyena_singular": "วิวัฒนาการโปชิเอนา", + "quest_title_quest_evolve_porygon2_singular": "วิวัฒนาการโพรีกอน2", + "quest_title_quest_evolve_prinplup_singular": "วิวัฒนาการโพจไทชิ", + "quest_title_quest_evolve_psyduck_singular": "วิวัฒนาการโคดัก", + "quest_title_quest_evolve_pumpkaboo_singular": "Evolve one Pumpkaboo", + "quest_title_quest_evolve_pupitar_singular": "วิวัฒนาการซานากิราส", + "quest_title_quest_evolve_purrloin_singular": "วิวัฒนาการโจโรเนโกะ", + "quest_title_quest_evolve_quilava": "วิวัฒนาการแม็กมาราชิ", + "quest_title_quest_evolve_quilava_singular": "วิวัฒนาการแม็กมาราชิ", + "quest_title_quest_evolve_quilladin_singular": "วิวัฒนาการฮาริบอรก", + "quest_title_quest_evolve_qwilfish_singular": "วิวัฒนาการฮารีเซน", + "quest_title_quest_evolve_ralts_singular": "วิวัฒนาการราลทซ", + "quest_title_quest_evolve_rattata_singular": "วิวัฒนาการโครัตตา", + "quest_title_quest_evolve_remoraid_singular": "วิวัฒนาการเทปโปโอ", + "quest_title_quest_evolve_rhydon_singular": "วิวัฒนาการไซดอน", + "quest_title_quest_evolve_rhyhorn_singular": "วิวัฒนาการไซฮอรน", + "quest_title_quest_evolve_riolu_singular": "วิวัฒนาการริโอลุ", + "quest_title_quest_evolve_roggenrola_singular": "วิวัฒนาการดันโกโร", + "quest_title_quest_evolve_roselia_singular": "วิวัฒนาการโรเซเลีย", + "quest_title_quest_evolve_rufflet_singular": "วิวัฒนาการวาชิบอน", + "quest_title_quest_evolve_sandile_singular": "วิวัฒนาการเมะกุโรโกะ", + "quest_title_quest_evolve_sandshrew_singular": "วิวัฒนาการแซนด", + "quest_title_quest_evolve_sb_singular": "วิวัฒนาการบูล", + "quest_title_quest_evolve_scatterbug_singular": "Evolve one Scatterbug", + "quest_title_quest_evolve_scraggy_singular": "วิวัฒนาการซึรุกกุ", + "quest_title_quest_evolve_scyther_singular": "วิวัฒนาการสไตรค", + "quest_title_quest_evolve_seadra_singular": "วิวัฒนาการซีดรา", + "quest_title_quest_evolve_sealeo_singular": "วิวัฒนาการโทดอกเกลอร", + "quest_title_quest_evolve_seedot_singular": "วิวัฒนาการทาเนโบ", + "quest_title_quest_evolve_seel_singular": "วิวัฒนาการเพาเวา", + "quest_title_quest_evolve_sentret_singular": "วิวัฒนาการโอทาจิ", + "quest_title_quest_evolve_servine_singular": "วิวัฒนาการจาโนวี", + "quest_title_quest_evolve_sewaddle_singular": "วิวัฒนาการคูรูมีรุ", + "quest_title_quest_evolve_shelgon_singular": "วิวัฒนาการโคโมรู", + "quest_title_quest_evolve_shellder_singular": "วิวัฒนาการเชลเดอร", + "quest_title_quest_evolve_shellos_singular": "วิวัฒนาการคารานะคูชิ", + "quest_title_quest_evolve_shelmet_singular": "วิวัฒนาการโชโบมากิ", + "quest_title_quest_evolve_shieldon_singular": "วิวัฒนาการทาเทท็อปส", + "quest_title_quest_evolve_shinx_singular": "วิวัฒนาการโคลิงก", + "quest_title_quest_evolve_shroomish_singular": "วิวัฒนาการคิโนโคโค", + "quest_title_quest_evolve_shuckle_singular": "วิวัฒนาการสึโบสึโบะ", + "quest_title_quest_evolve_shuppet_singular": "วิวัฒนาการคาเงะโบสึ", + "quest_title_quest_evolve_silcoon_singular": "วิวัฒนาการคาราซาลิส", + "quest_title_quest_evolve_singular": "วิวัฒนาการโปเกมอน", + "quest_title_quest_evolve_skiddo_singular": "Evolve one Skiddo", + "quest_title_quest_evolve_skiploom_singular": "วิวัฒนาการโพพ็อกโกะ", + "quest_title_quest_evolve_skitty_singular": "วิวัฒนาการเอเนโค", + "quest_title_quest_evolve_skorupi_singular": "วิวัฒนาการสกอรป", + "quest_title_quest_evolve_skrelp_singular": "Evolve one Skrelp", + "quest_title_quest_evolve_slakoth_singular": "วิวัฒนาการนามาเคโร", + "quest_title_quest_evolve_sliggoo_singular": "Evolve one Sliggoo", + "quest_title_quest_evolve_slowpoke_plural": "วิวัฒนาการยาดง {{amount_0}} ตัว", + "quest_title_quest_evolve_slowpoke_singular": "วิวัฒนาการยาดง", + "quest_title_quest_evolve_slugma_singular": "วิวัฒนาการมักแม็ก", + "quest_title_quest_evolve_smoochum_singular": "วิวัฒนาการมุจูล", + "quest_title_quest_evolve_sneasel_singular": "วิวัฒนาการนิวลา", + "quest_title_quest_evolve_snivy_singular": "วิวัฒนาการสึทาจะ", + "quest_title_quest_evolve_snorunt_singular": "วิวัฒนาการยูกิวาราชิ", + "quest_title_quest_evolve_snover_singular": "วิวัฒนาการยูกิคาบูริ", + "quest_title_quest_evolve_snubbull_singular": "วิวัฒนาการบูล", + "quest_title_quest_evolve_solosis_singular": "วิวัฒนาการยูนิรัน", + "quest_title_quest_evolve_spearow_singular": "วิวัฒนาการโอนิสึซึเมะ", + "quest_title_quest_evolve_special_drowzee": "วิวัฒนาการสลีป", + "quest_title_quest_evolve_special_feebas_singular": "วิวัฒนาการฮินบาส", + "quest_title_quest_evolve_special_galarian_mrmime": "วิวัฒนาการกาลารบารเรียด", + "quest_title_quest_evolve_special_galarian_slowpoke": "วิวัฒนาการกาลารยาดง", + "quest_title_quest_evolve_special_grimer": "วิวัฒนาการเบโตเบตา", + "quest_title_quest_evolve_special_magnemite": "วิวัฒนาการคอยล", + "quest_title_quest_evolve_special_scyther": "วิวัฒนาการสไตรค", + "quest_title_quest_evolve_special0_singular": "วิวัฒนาการคอยคิง", + "quest_title_quest_evolve_special1_plural": "วิวัฒนาการปอปโปะ {{amount_0}} ตัว", + "quest_title_quest_evolve_special1_singular": "วิวัฒนาการทัททู", + "quest_title_quest_evolve_special2_singular": "วิวัฒนาการเนียส", + "quest_title_quest_evolve_spewpa_singular": "Evolve one Spewpa", + "quest_title_quest_evolve_spheal_singular": "วิวัฒนาการทามาซาราชิ", + "quest_title_quest_evolve_spinarak_singular": "วิวัฒนาการอิโตมารุ", + "quest_title_quest_evolve_spoink_singular": "วิวัฒนาการบาเนบู", + "quest_title_quest_evolve_spritzee_singular": "Evolve one Spritzee", + "quest_title_quest_evolve_squirtle_singular": "วิวัฒนาการเซนิกาเมะ", + "quest_title_quest_evolve_staravia_singular": "วิวัฒนาการมุคูเบิรด", + "quest_title_quest_evolve_starly_singular": "วิวัฒนาการมุคคูรุ", + "quest_title_quest_evolve_staryu_singular": "วิวัฒนาการฮิโตเดมัน", + "quest_title_quest_evolve_steelix_singular": "วิวัฒนาการฮากาเนล", + "quest_title_quest_evolve_stunky_singular": "วิวัฒนาการสกังพู", + "quest_title_quest_evolve_sunkern_singular": "วิวัฒนาการฮิมานัทส", + "quest_title_quest_evolve_sunstone_singular": "ใชหินพระอาทิตยเพื่อวิวัฒนาการ", + "quest_title_quest_evolve_surskit_singular": "วิวัฒนาการอาเมทามะ", + "quest_title_quest_evolve_swablu_singular": "วิวัฒนาการทิลทโท", + "quest_title_quest_evolve_swadloon_singular": "วิวัฒนาการคูรูมายุ", + "quest_title_quest_evolve_swinub_singular": "วิวัฒนาการอุริมู", + "quest_title_quest_evolve_swirlix_singular": "Evolve one Swirlix", + "quest_title_quest_evolve_taillow_singular": "วิวัฒนาการสึบาเมะ", + "quest_title_quest_evolve_tangela_singular": "วิวัฒนาการมอนจารา", + "quest_title_quest_evolve_teddiursa_singular": "วิวัฒนาการฮิเมกุมะ", + "quest_title_quest_evolve_tentacool_singular": "วิวัฒนาการเมโนคุราเกะ", + "quest_title_quest_evolve_tepig_singular": "วิวัฒนาการโพคาบู", + "quest_title_quest_evolve_timburr_singular": "วิวัฒนาการด็อคโคเรอร", + "quest_title_quest_evolve_tirtouga_singular": "วิวัฒนาการโปรโตกา", + "quest_title_quest_evolve_togepi_singular": "วิวัฒนาการโทเกป", + "quest_title_quest_evolve_togetic_singular": "วิวัฒนาการโทเกชิก", + "quest_title_quest_evolve_torchic_singular": "วิวัฒนาการอาชาโม", + "quest_title_quest_evolve_totodile": "วิวัฒนาการวานิโนโกะ", + "quest_title_quest_evolve_totodile_singular": "วิวัฒนาการวานิโนโกะ", + "quest_title_quest_evolve_tranquill_singular": "วิวัฒนาการฮาโทโบ", + "quest_title_quest_evolve_trapinch_singular": "วิวัฒนาการนัคครา", + "quest_title_quest_evolve_treecko_singular": "วิวัฒนาการคิโมริ", + "quest_title_quest_evolve_trubbish_singular": "วิวัฒนาการยาบุคุรอน", + "quest_title_quest_evolve_turtwig_singular": "วิวัฒนาการนาเอเติล", + "quest_title_quest_evolve_tympole_singular": "วิวัฒนาการโอทามาโร", + "quest_title_quest_evolve_tynamo_singular": "วิวัฒนาการชิบิชิราซึ", + "quest_title_quest_evolve_type_dark_plural": "วิวัฒนาการโปเกมอนประเภทความมืด {{amount_0}} ตัว", + "quest_title_quest_evolve_type_dragon_plural": "วิวัฒนาการโปเกมอนประเภทมังกร {{amount_0}} ตัว", + "quest_title_quest_evolve_type_dragon_singular": "วิวัฒนาการโปเกมอนประเภทมังกร", + "quest_title_quest_evolve_type_electric_plural": "วิวัฒนาการโปเกมอนประเภทไฟฟา {{amount_0}} ตัว", + "quest_title_quest_evolve_type_electric_singular": "วิวัฒนาการโปเกมอนประเภทไฟฟา", + "quest_title_quest_evolve_type_fairy_plural": "วิวัฒนาการโปเกมอนประเภทแฟรี่ {{amount_0}} ตัว", + "quest_title_quest_evolve_type_fairy_singular": "วิวัฒนาการโปเกมอนประเภทแฟรี่", + "quest_title_quest_evolve_type_fire_plural": "วิวัฒนาการโปเกมอนประเภทไฟ {{amount_0}} ตัว", + "quest_title_quest_evolve_type_fire_singular": "วิวัฒนาการโปเกมอนประเภทไฟ", + "quest_title_quest_evolve_type_flying_plural": "วิวัฒนาการโปเกมอนประเภทบิน {{amount_0}} ตัว", + "quest_title_quest_evolve_type_flying_singular": "วิวัฒนาการโปเกมอนประเภทบิน", + "quest_title_quest_evolve_type_ghost_plural": "วิวัฒนาการโปเกมอนประเภทผี {{amount_0}} ตัว", + "quest_title_quest_evolve_type_ghost_single": "วิวัฒนาการโปเกมอนประเภทผี", + "quest_title_quest_evolve_type_grass_plural": "วิวัฒนาการโปเกมอนประเภทหญา {{amount_0}} ตัว", + "quest_title_quest_evolve_type_grass_singular": "วิวัฒนาการโปเกมอนประเภทหญา", + "quest_title_quest_evolve_type_ice_plural": "วิวัฒนาการโปเกมอนประเภทน้ำแข็ง {{amount_0}} ตัว", + "quest_title_quest_evolve_type_ice_singular": "วิวัฒนาการโปเกมอนประเภทน้ำแข็ง", + "quest_title_quest_evolve_type_poison_plural": "วิวัฒนาการโปเกมอนประเภทพิษ {{amount_0}} ตัว", + "quest_title_quest_evolve_type_psychic_plural": "วิวัฒนาการโปเกมอนประเภทพลังจิต {{amount_0}} ตัว", + "quest_title_quest_evolve_type_psychic_singular": "วิวัฒนาการโปเกมอนประเภทพลังจิต", + "quest_title_quest_evolve_type_rock_plural": "วิวัฒนาการโปเกมอนประเภทหิน {{amount_0}} ตัว", + "quest_title_quest_evolve_type_steel_plural": "วิวัฒนาการโปเกมอนประเภทโลหะ {{amount_0}} ตัว", + "quest_title_quest_evolve_type_water_plural": "วิวัฒนาการโปเกมอนประเภทน้ำ {{amount_0}} ตัว", + "quest_title_quest_evolve_type_water_singular": "วิวัฒนาการโปเกมอนประเภทน้ำ", + "quest_title_quest_evolve_tyrogue_singular": "วิวัฒนาการบัลกี", + "quest_title_quest_evolve_tyrunt_singular": "Evolve one Tyrunt", + "quest_title_quest_evolve_umbreon": "วิวัฒนาการอีวุยเปนแบล็กกี ในตอนกลางคืน", + "quest_title_quest_evolve_vanillish_singular": "วิวัฒนาการวานิริช", + "quest_title_quest_evolve_vanillite_singular": "วิวัฒนาการวานิเพ็ตติ", + "quest_title_quest_evolve_venipede_singular": "วิวัฒนาการฟูชิเดะ", + "quest_title_quest_evolve_venonat_singular": "วิวัฒนาการคองปง", + "quest_title_quest_evolve_vibrava_singular": "วิวัฒนาการวิบราวา", + "quest_title_quest_evolve_vigoroth_singular": "วิวัฒนาการยารุคิโมโนะ", + "quest_title_quest_evolve_volbeat_singular": "วิวัฒนาการบารูบีท", + "quest_title_quest_evolve_voltorb_singular": "วิวัฒนาการบิริริดามา", + "quest_title_quest_evolve_vullaby_singular": "วิวัฒนาการวัลไจ", + "quest_title_quest_evolve_vulpix_singular": "วิวัฒนาการโรคอน", + "quest_title_quest_evolve_wailmer_singular": "วิวัฒนาการเวลโกะ", + "quest_title_quest_evolve_wartortle_singular": "วิวัฒนาการคาเมล", + "quest_title_quest_evolve_weedle_singular": "วิวัฒนาการบีเดิล", + "quest_title_quest_evolve_weepinbell_singular": "วิวัฒนาการอุซึดง", + "quest_title_quest_evolve_whirlipede_singular": "วิวัฒนาการวีกา", + "quest_title_quest_evolve_whismur_singular": "วิวัฒนาการโกเนียวเนียว", + "quest_title_quest_evolve_wingull_singular": "วิวัฒนาการคาโมเมะ", + "quest_title_quest_evolve_woobat_singular": "วิวัฒนาการโคโรโมริ", + "quest_title_quest_evolve_wooper_singular": "วิวัฒนาการอูปา", + "quest_title_quest_evolve_wurmple_singular": "วิวัฒนาการเคมุตโสะ", + "quest_title_quest_evolve_wynaut_singular": "วิวัฒนาการโซนาโนะ", + "quest_title_quest_evolve_yamask_singular": "วิวัฒนาการเดธมาส", + "quest_title_quest_evolve_yanma_singular": "วิวัฒนาการยันยันมา", + "quest_title_quest_evolve_zigzagoon_singular": "วิวัฒนาการจิกุซากุมะ", + "quest_title_quest_evolve_zorua_singular": "วิวัฒนาการโซรัว", + "quest_title_quest_evolve_zubat_singular": "วิวัฒนาการซูแบท", + "quest_title_quest_evolve_zweilous_singular": "วิวัฒนาการจิเฮด", + "quest_title_quest_explore_buddy": "ไดรับลูกอมจากการเดินสำรวจกับคูหูของคุณ", + "quest_title_quest_explore_buddy_carbink": "ไดรับลูกอมจากการเดินสำรวจกับเมเลซีที่เปนคูหู", + "quest_title_quest_explore_buddy_plural": "ไดรับลูกอม {{amount_0}} เม็ดจากการเดินสำรวจกับคูหูของคุณ", + "quest_title_quest_explore_buddy_routes_plural": "ไดรับลูกอม {{amount_0}} เม็ด ระหวางสำรวจ ”เสนทาง” กับคูหูของคุณ", + "quest_title_quest_explore_buddy_routes_singular": "ไดรับลูกอมระหวางเดินสำรวจ ”เสนทาง” กับคูหูของคุณ", + "quest_title_quest_explore_km": "สำรวจ {{amount_0}} กม.", + "quest_title_quest_explore_km_party": "สำรวจ {{amount_0}} กม. ระหวางเลนแบบปารตี้", + "quest_title_quest_febresearchday_battle_gym_singular": "งานวิจัยปาลูลุ : แบตเทิลที่ยิม", + "quest_title_quest_febresearchday_battle_raid_singular": "งานวิจัยปาลูลุ : แบตเทิลตีบอส", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "งานวิจัยปาลูลุ : ใชทาโจมตีชารจใหไดผลดีเยี่ยมในยิมแบตเทิล", + "quest_title_quest_febresearchday_catch_feed_plural": "งานวิจัยปาลูลุ : ใชผลไมชวยในการจับโปเกมอน {{amount_0}} ผล", + "quest_title_quest_febresearchday_catch_special1_singular": "งานวิจัยปาลูลุ : จับคอยคิงหรือเวลโกะ", + "quest_title_quest_febresearchday_catch_special2_singular": "งานวิจัยปาลูลุ : จับโคดักหรือแครบ", + "quest_title_quest_febresearchday_catch_type_water_plural": "งานวิจัยปาลูลุ : จับโปเกมอนประเภทน้ำ {{amount_0}} ตัว", + "quest_title_quest_febresearchday_evolve_type_water_plural": "งานวิจัยปาลูลุ : วิวัฒนาการโปเกมอนประเภทน้ำ {{amount_0}} ตัว", + "quest_title_quest_febresearchday_land_curveball_plural": "งานวิจัยปาลูลุ : ทำการขวางบอลโคง {{amount_0}} ครั้ง", + "quest_title_quest_febresearchday_land_great_plural": "งานวิจัยปาลูลุ : ทำการขวางไดเยี่ยม {{amount_0}} ครั้ง", + "quest_title_quest_febresearchday_land_inarow_great_plural": "งานวิจัยปาลูลุ : ทำการขวางไดเยี่ยม {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "งานวิจัยปาลูลุ : ทำการขวางไดดี {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_febresearchday_land_nice_plural": "งานวิจัยปาลูลุ : ทำการขวางไดดี {{amount_0}} ครั้ง", + "quest_title_quest_febresearchday_visit_pokestops_plural": "งานวิจัยปาลูลุ : หมุนเสาโปเกสต็อป {{amount_0}} ครั้ง", + "quest_title_quest_feed_buddy_multiple": "ปอนของวางใหคูหู {{amount_0}} ครั้ง", + "quest_title_quest_feed_buddy_singular": "ปอนของวางใหคูหู", + "quest_title_quest_feed_goldenrazz_plural": "ใชผลราสสีทองชวยในการจับโปเกมอน {{amount_0}} ผล", + "quest_title_quest_feed_nanab_plural": "ใชผลนานาขณะจับโปเกมอน {{amount_0}} ผล", + "quest_title_quest_feed_pinaps_plural": "ใชผลไพนขณะจับโปเกมอน {{amount_0}} ผล", + "quest_title_quest_feed_razz_plural": "ใชผลราสชวยในการจับโปเกมอน {{amount_0}} ผล", + "quest_title_quest_fennekin_catch_b": "จับฟอกโกะ {{amount_0}} ตัว", + "quest_title_quest_fennekin_evolve_b": "วิวัฒนาการฟอกโกะ {{amount_0}} ตัว", + "quest_title_quest_fennekin_snapshot_b": "ถายภาพฟอกโกะ {{amount_0}} ภาพ", + "quest_title_quest_field_research_plural": "ทำภารกิจงานวิจัยภาคสนามเสร็จสิ้น {{amount_0}} ภารกิจ", + "quest_title_quest_field_research_singular": "ทำภารกิจงานวิจัยภาคสนามเสร็จสิ้น", + "quest_title_quest_fight_type_bug_plural": "เอาชนะโปเกมอนประเภทแมลง {{amount_0}} ตัว", + "quest_title_quest_fight_type_dark_plural": "เอาชนะโปเกมอนประเภทความมืด {{amount_0}} ตัว", + "quest_title_quest_fight_type_dark_steel_plural": "เอาชนะโปเกมอนประเภทความมืดหรือโลหะ {{amount_0}} ตัว", + "quest_title_quest_fight_type_dragon_plural": "เอาชนะโปเกมอนประเภทมังกร {{amount_0}} ตัว", + "quest_title_quest_fight_type_electric_plural": "เอาชนะโปเกมอนประเภทไฟฟา {{amount_0}} ตัว", + "quest_title_quest_fight_type_fairy_plural": "เอาชนะโปเกมอนประเภทแฟรี่ {{amount_0}} ตัว", + "quest_title_quest_fight_type_fighting_plural": "เอาชนะโปเกมอนประเภทตอสู {{amount_0}} ตัว", + "quest_title_quest_fight_type_fire_plural": "เอาชนะโปเกมอนประเภทไฟ {{amount_0}} ตัว", + "quest_title_quest_fight_type_flying_plural": "เอาชนะโปเกมอนประเภทบิน {{amount_0}} ตัว", + "quest_title_quest_fight_type_ghost_fighting_plural": "เอาชนะโปเกมอนประเภทตอสูหรือผี {{amount_0}} ตัว", + "quest_title_quest_fight_type_ghost_plural": "เอาชนะโปเกมอนประเภทผี {{amount_0}} ตัว", + "quest_title_quest_fight_type_ghost_psychic_plural": "เอาชนะโปเกมอนประเภทพลังจิตหรือผี {{amount_0}} ตัว", + "quest_title_quest_fight_type_grass_plural": "เอาชนะโปเกมอนประเภทหญา {{amount_0}} ตัว", + "quest_title_quest_fight_type_ground_plural": "เอาชนะโปเกมอนประเภทดิน {{amount_0}} ตัว", + "quest_title_quest_fight_type_ice_plural": "เอาชนะโปเกมอนประเภทน้ำแข็ง {{amount_0}} ตัว", + "quest_title_quest_fight_type_normal_plural": "เอาชนะโปเกมอนประเภทปกติ {{amount_0}} ตัว", + "quest_title_quest_fight_type_normal_psychic_plural": "เอาชนะโปเกมอนประเภทปกติหรือพลังจิต {{amount_0}} ตัว", + "quest_title_quest_fight_type_poison_plural": "เอาชนะโปเกมอนประเภทพิษ {{amount_0}} ตัว", + "quest_title_quest_fight_type_psychic_plural": "เอาชนะโปเกมอนประเภทพลังจิต {{amount_0}} ตัว", + "quest_title_quest_fight_type_rock_plural": "เอาชนะโปเกมอนประเภทหิน {{amount_0}} ตัว", + "quest_title_quest_fight_type_steel_plural": "เอาชนะโปเกมอนประเภทโลหะ {{amount_0}} ตัว", + "quest_title_quest_fight_type_water_plural": "เอาชนะโปเกมอนประเภทน้ำ {{amount_0}} ตัว", + "quest_title_quest_first_catch_of_the_day": "การจับครั้งแรกของวัน", + "quest_title_quest_first_pokestop_of_the_day": "เสาโปเกสต็อปที่แรกของวัน", + "quest_title_quest_flaaffy_evolve_b": "วิวัฒนาการโมโคโค {{amount_0}} ตัว", + "quest_title_quest_flett_catch_b": "จับยายาโคมะ {{amount_0}} ตัว", + "quest_title_quest_flett_evolve_b": "วิวัฒนาการยายาโคมะ {{amount_0}} ตัว", + "quest_title_quest_flett_evolve_s1": "วิวัฒนาการฮิโนยาโคมะ {{amount_0}} ตัว", + "quest_title_quest_floragato_evolve_b": "วิวัฒนาการเนียโรเต", + "quest_title_quest_fraxure_evolve_b": "วิวัฒนาการโอโนนโดะ {{amount_0}} ตัว", + "quest_title_quest_froakie_catch_b": "จับเคโรมัตซึ {{amount_0}} ตัว", + "quest_title_quest_froakie_evolve_b": "วิวัฒนาการเคโรมัตซึ {{amount_0}} ตัว", + "quest_title_quest_froakie_snapshot_b": "ถายภาพเคโรมัตซึ {{amount_0}} ภาพ", + "quest_title_quest_frogadier_evolve_b": "วิวัฒนาการเกโคกาชิระ {{amount_0}} ตัว", + "quest_title_quest_fuecoco_evolve_b": "วิวัฒนาการโฮเกเตอร", + "quest_title_quest_fuse_necrozma": "รวมรางเนครอสมา", + "quest_title_quest_gbl_rank": "ไปถึงแรงก {{amount_0}} ในโกแบตเทิลลีก", + "quest_title_quest_gbl_rank_fifteen": "ไปถึงแรงก 15 ในโกแบตเทิลลีก", + "quest_title_quest_gbl_rank_five": "ไปถึงแรงก 5 ในโกแบตเทิลลีก", + "quest_title_quest_gbl_rank_ten": "ไปถึงแรงก 10 ในโกแบตเทิลลีก", + "quest_title_quest_gbl_rank_twenty": "ไปถึงแรงก 20 ในโกแบตเทิลลีก", + "quest_title_quest_get_cell_singular": "คนหาซีการดเซลล", + "quest_title_quest_giblt_catch_b": "จับฟุคามารุ {{amount_0}} ตัว", + "quest_title_quest_giblt_evolve_b": "วิวัฒนาการฟุคามารุ {{amount_0}} ตัว", + "quest_title_quest_giblt_evolve_s1": "วิวัฒนาการกาไบต {{amount_0}} ตัว", + "quest_title_quest_gift_open_plural": "เปดของขวัญ {{amount_0}} ชิ้น", + "quest_title_quest_gift_open_singular": "เปดของขวัญ", + "quest_title_quest_go_for_a_spin_00": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (1/8)", + "quest_title_quest_go_for_a_spin_01": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (2/8)", + "quest_title_quest_go_for_a_spin_02": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (3/8)", + "quest_title_quest_go_for_a_spin_03": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (4/8)", + "quest_title_quest_go_for_a_spin_04": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (5/8)", + "quest_title_quest_go_for_a_spin_05": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (6/8)", + "quest_title_quest_go_for_a_spin_06": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (7/8)", + "quest_title_quest_go_for_a_spin_07": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (8/8)", + "quest_title_quest_go_tour_snapshot_habitat_01": "ถายภาพคูหูในธีมทะเลทรายรอนระอุ", + "quest_title_quest_go_tour_snapshot_habitat_02": "ถายภาพคูหูในธีมมานหมอกพิศวง", + "quest_title_quest_go_tour_snapshot_habitat_03": "ถายภาพคูหูในธีมผืนดินเขียวขจี", + "quest_title_quest_go_tour_snapshot_habitat_04": "ถายภาพคูหูในธีมชายฝ่งโบราณ", + "quest_title_quest_gold_hoenn_dex": "ไดรับเหรียญรางวัลโฮเอ็นสีทอง", + "quest_title_quest_gold_medal_plural": "มีเหรียญรางวัลทอง {{amount_0}} เหรียญ", + "quest_title_quest_gold_medal_plural_five": "มีเหรียญรางวัลทอง 5 เหรียญ", + "quest_title_quest_gold_medal_singular": "มีเหรียญรางวัลทอง", + "quest_title_quest_goomy_catch_b": "จับนูเมรา {{amount_0}} ตัว", + "quest_title_quest_goomy_evolve_b_plural": "วิวัฒนาการนูเมรา {{amount_0}} ตัว", + "quest_title_quest_goomy_evolve_b_singular": "วิวัฒนาการนูเมรา", + "quest_title_quest_grookey_evolve": "วิวัฒนาการซารุโนริ", + "quest_title_quest_grubbin_catch_b": "จับอโกจิมูชิ {{amount_0}} ตัว", + "quest_title_quest_grubbin_evolve_b": "วิวัฒนาการอโกจิมูชิ {{amount_0}} ตัว", + "quest_title_quest_grubbin_snapshot_b": "ถายภาพอโกจิมูชิ {{amount_0}} ภาพ", + "quest_title_quest_gt_catch_b": "จับโกส {{amount_0}} ตัว", + "quest_title_quest_gt_evolve_b": "วิวัฒนาการโกส {{amount_0}} ตัว", + "quest_title_quest_gt_evolve_s1": "วิวัฒนาการโกสท {{amount_0}} ตัว", + "quest_title_quest_gulpin_catch": "จับโกคูลิน {{amount_0}} ตัว", + "quest_title_quest_gurdurr_evolve_b": "วิวัฒนาการโดเท็คคทซึ {{amount_0}} ตัว", + "quest_title_quest_hallo19_catch_specific_plural": "จับโปชิเอนาหรือเดลวิล {{amount_0}} ตัว", + "quest_title_quest_hallo19_catch_type_dark_plural": "จับโปเกมอนประเภทความมืด {{amount_0}} ตัว", + "quest_title_quest_hallo19_catch_type_ghost_plural": "จับโปเกมอนประเภทผี {{amount_0}} ตัว", + "quest_title_quest_hallo19_evolve_plural": "วิวัฒนาการโยมาวารุหรือคาเงะโบสึ {{amount_0}} ตัว", + "quest_title_quest_hallo19_transfer_plural": "ถายโอนโปเกมอน {{amount_0}} ตัว", + "quest_title_quest_hatch_egg_plural": "ฟกไข {{amount_0}} ใบ", + "quest_title_quest_hatch_egg_routes_plural": "ฟกไข {{amount_0}} ใบ ระหวางเดินตาม ”เสนทาง”", + "quest_title_quest_hatch_egg_routes_singular": "ฟกไขระหวางเดินตาม ”เสนทาง”", + "quest_title_quest_hatch_egg_singular": "ฟกไข 1 ใบ", + "quest_title_quest_hoenn_celebration_research": "งานวิจัยเฉลิมฉลองโฮเอ็น", + "quest_title_quest_hoenn19_catch_specific_plural": "เทศกาลเฉลิมฉลองโฮเอ็น : จับจิกุซากุมะหรือสึบาเมะ {{amount_0}} ตัว", + "quest_title_quest_hoenn19_evolve_specific_plural": "เทศกาลเฉลิมฉลองโฮเอ็น : วิวัฒนาการเคมุตโสะ {{amount_0}} ตัว", + "quest_title_quest_hoenn19_hatch_eggs": "เทศกาลเฉลิมฉลองโฮเอ็น : ฟกไข {{amount_0}} ใบ", + "quest_title_quest_hoppt_catch_b": "จับฮาเน็กโกะ {{amount_0}} ตัว", + "quest_title_quest_hoppt_evolve_b": "วิวัฒนาการฮาเน็กโกะ {{amount_0}} ตัว", + "quest_title_quest_hoppt_evolve_s1": "วิวัฒนาการโพพ็อกโกะ {{amount_0}} ตัว", + "quest_title_quest_incense_or_dai_plural": "ใชเครื่องหอมหรือเครื่องหอมรายวัน {{amount_0}} ชิ้น", + "quest_title_quest_incense_or_dai_singular": "ใชเครื่องหอมหรือเครื่องหอมรายวัน", + "quest_title_quest_incense_plural": "ใชเครื่องหอม {{amount_0}} อัน", + "quest_title_quest_incense_routes_plural": "ใชเครื่องหอม {{amount_0}} ชิ้น ระหวางเดินตาม ”เสนทาง”", + "quest_title_quest_incense_routes_singular": "ใชเครื่องหอมระหวางเดินตาม ”เสนทาง”", + "quest_title_quest_incense_singular": "ใชเครื่องหอม", + "quest_title_quest_jan19rsd_buddywalk_singular": "งานวิจัยฮินบาส : ไดรับลูกอมจากคูหู 1 เม็ด", + "quest_title_quest_jan19rsd_hatch_egg_singular": "งานวิจัยฮินบาส : ฟกไข 1 ใบ", + "quest_title_quest_jan19rsd_land_great_plural": "งานวิจัยฮินบาส : ทำการขวางไดเยี่ยม {{amount_0}} ครั้ง", + "quest_title_quest_jan19rsd_land_nice_plural": "งานวิจัยฮินบาส : ทำการขวางไดดี {{amount_0}} ครั้ง", + "quest_title_quest_johtofestival_catch_special17_plural": "เทศกาลโจโตะ : จับฮิมานัทส {{amount_0}} ตัว", + "quest_title_quest_johtofestival_catch_type_water_plural": "เทศกาลโจโตะ : จับโปเกมอนประเภทน้ำ {{amount_0}} ตัว", + "quest_title_quest_johtofestival_evolve_plural": "เทศกาลโจโตะ : วิวัฒนาการฮิมานัทสหรือเนที {{amount_0}} ตัว", + "quest_title_quest_johtofestival_land_excellent_plural": "เทศกาลโจโตะ : ทำการขวางไดสุดยอด {{amount_0}} ครั้ง", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "เทศกาลโจโตะ : ทำการขวางบอลโคงไดเยี่ยม {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_johtofestival_win_raid_singular": "เทศกาลโจโตะ : ชนะการตีบอส", + "quest_title_quest_kanto_green_bellsprout": "GO Tour: จับมาดาซึโบมิ", + "quest_title_quest_kanto_green_meowth": "GO Tour: จับเนียส", + "quest_title_quest_kanto_green_sandshrew": "GO Tour: จับแซนด", + "quest_title_quest_kanto_green_vulpix": "GO Tour: จับโรคอน", + "quest_title_quest_kanto_hatch_plural": "GO Tour คันโต: ฟกไข {{amount_0}} ฟอง", + "quest_title_quest_kanto_hatch_singular": "GO Tour คันโต: ฟกไข", + "quest_title_quest_kanto_npc_plural": "GO Tour คันโต: เอาชนะผูทาชิง GO Tour {{amount_0}} คน", + "quest_title_quest_kanto_npc_singular": "GO Tour คันโต: เอาชนะผูทาชิง GO Tour", + "quest_title_quest_kanto_red_ekans": "GO Tour: จับอารโบ", + "quest_title_quest_kanto_red_growlithe": "GO Tour: จับการดี", + "quest_title_quest_kanto_red_mankey": "GO Tour: จับแมนคี", + "quest_title_quest_kanto_red_oddish": "GO Tour: จับนาโซโนะคุสะ", + "quest_title_quest_kecleon_catch": "จับคาคุเลียน {{amount_0}} ตัว", + "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "ทำการขวางบอลโคงใสโปเกมอนประเภทผี {{amount_0}} ครั้ง", + "quest_title_quest_land_curveball_plural": "ทำการขวางบอลโคง {{amount_0}} ครั้ง", + "quest_title_quest_land_curveball_singular": "ทำการขวางบอลโคง", + "quest_title_quest_land_excellent_curveball_plural": "ทำการขวางบอลโคงไดสุดยอด {{amount_0}} ครั้ง", + "quest_title_quest_land_excellent_curveball_singular": "ทำการขวางบอลโคงไดสุดยอด", + "quest_title_quest_land_excellent_plural": "ทำการขวางไดสุดยอด {{amount_0}} ครั้ง", + "quest_title_quest_land_excellent_singular": "ทำการขวางไดสุดยอด", + "quest_title_quest_land_great_curve_inarow_type_ghost": "ทำการขวางบอลโคงไดเยี่ยมใสโปเกมอนประเภทผี {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_land_great_curve_type_ghost": "ทำการขวางบอลโคงไดเยี่ยมใสโปเกมอนประเภทผี {{amount_0}} ครั้ง", + "quest_title_quest_land_great_curveball_plural": "ทำการขวางบอลโคงไดเยี่ยม {{amount_0}} ครั้ง", + "quest_title_quest_land_great_curveball_singular": "ทำการขวางบอลโคงไดเยี่ยม", + "quest_title_quest_land_great_plural": "ทำการขวางไดเยี่ยม {{amount_0}} ครั้ง", + "quest_title_quest_land_great_singular": "ทำการขวางไดเยี่ยม", + "quest_title_quest_land_great_type_ghost": "ทำการขวางไดเยี่ยมใสโปเกมอนประเภทผี {{amount_0}} ครั้ง", + "quest_title_quest_land_inarow_curveball_plural": "ทำการขวางบอลโคง {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_land_inarow_excellent_curveball_plural": "ทำการขวางบอลโคงไดสุดยอด {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_land_inarow_excellent_plural": "ทำการขวางไดสุดยอด {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_land_inarow_great_curveball_plural": "ทำการขวางบอลโคงไดเยี่ยม {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_land_inarow_great_plural": "ทำการขวางไดเยี่ยม {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_land_inarow_nice_curveball_plural": "ทำการขวางบอลโคงไดดี {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_land_inarow_nice_plural": "ทำการขวางไดดี {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "ทำการขวางบอลโคงไดดีใสโปเกมอนประเภทผี {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_land_nice_curve_plural": "ทำการขวางบอลโคงไดดี {{amount_0}} ครั้ง", + "quest_title_quest_land_nice_curve_singular": "ทำการขวางบอลโคงไดดี", + "quest_title_quest_land_nice_curve_type_ghost": "ทำการขวางบอลโคงไดดีใสโปเกมอนประเภทผี {{amount_0}} ครั้ง", + "quest_title_quest_land_nice_electric_plural": "จับโปเกมอนประเภทไฟฟาดวยการขวางไดดี {{amount_0}} ตัว", + "quest_title_quest_land_nice_plural": "ทำการขวางไดดี {{amount_0}} ครั้ง", + "quest_title_quest_land_nice_singular": "ทำการขวางไดดี", + "quest_title_quest_land_nice_type_ghost": "ทำการขวางไดดีใสโปเกมอนประเภทผี {{amount_0}} ครั้ง", + "quest_title_quest_larvitar_cdc_evolve_b": "วิวัฒนาการโยกิราส {{amount_0}} ตัว", + "quest_title_quest_larvitar_cdc_snapshot_b": "ถายภาพโยกิราส {{amount_0}} ภาพ", + "quest_title_quest_latias_wild_snap": "ถายภาพลาทิอาสที่พบในธรรมชาติ", + "quest_title_quest_latios_wild_snap": "ถายภาพลาทิโอสที่พบในธรรมชาติ", + "quest_title_quest_litten_catch_b": "จับเนียบี {{amount_0}} ตัว", + "quest_title_quest_litten_evolve_b_plural": "วิวัฒนาการเนียบี {{amount_0}} ตัว", + "quest_title_quest_litten_evolve_b_singular": "วิวัฒนาการเนียบี", + "quest_title_quest_litten_snapshot_b": "ถายภาพเนียบี {{amount_0}} ภาพ", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "แบตเทิลกับเทรนเนอรในพื้นที่ดวยการสแกนรหัสแบตเทิล", + "quest_title_quest_lucky_plural": "ไดรับโปเกมอนนำโชค {{amount_0}} ตัว", + "quest_title_quest_lucky_singular": "ไดรับโปเกมอนนำโชค", + "quest_title_quest_lunar19_friends_trade_plural": "แลกเปลี่ยนโปเกมอนกับเพื่อน {{amount_0}} ตัว", + "quest_title_quest_macht_catch_b": "จับวันริกี {{amount_0}} ตัว", + "quest_title_quest_macht_evolve_b": "วิวัฒนาการวันริกี {{amount_0}} ตัว", + "quest_title_quest_macht_evolve_s1": "วิวัฒนาการโกริกี {{amount_0}} ตัว", + "quest_title_quest_magit_catch_b": "จับคอยคิง {{amount_0}} ตัว", + "quest_title_quest_magit_evolve_b": "วิวัฒนาการคอยคิง {{amount_0}} ตัว", + "quest_title_quest_magmt_catch_b": "จับบูเบอร {{amount_0}} ตัว", + "quest_title_quest_magmt_evolve_b": "วิวัฒนาการบูเบอร {{amount_0}} ตัว", + "quest_title_quest_mareep_catch_b": "จับเมรีป {{amount_0}} ตัว", + "quest_title_quest_mareep_evolve_b": "วิวัฒนาการเมรีป {{amount_0}} ตัว", + "quest_title_quest_mareep_snapshot_b": "ถายภาพเมรีป {{amount_0}} ภาพ", + "quest_title_quest_mega_evo_primal_rev_plural": "ใหโปเกมอนคืนสูตนกำเนิด หรือ วิวัฒนาการเมกาโปเกมอน {{amount_0}} ครั้ง", + "quest_title_quest_mega_evo_primal_rev_singular": "ใหโปเกมอนคืนสูตนกำเนิด หรือ วิวัฒนาการเมกาโปเกมอน", + "quest_title_quest_mega_evolve_beedrill": "วิวัฒนาการเมกาสเปยร", + "quest_title_quest_mega_evolve_blastoise": "วิวัฒนาการเมกาคาเม็กซ", + "quest_title_quest_mega_evolve_charizard": "วิวัฒนาการเมกาลิซารดอน", + "quest_title_quest_mega_evolve_diancie": "วิวัฒนาการเมกาดีแอนซี", + "quest_title_quest_mega_evolve_plural": "วิวัฒนาการเมกาโปเกมอน {{amount_0}} ตัว", + "quest_title_quest_mega_evolve_rayquaza": "วิวัฒนาการเมกาเร็คควอซา", + "quest_title_quest_mega_evolve_singular": "วิวัฒนาการเมกาโปเกมอน", + "quest_title_quest_mega_evolve_venusaur": "วิวัฒนาการเมกาฟุชิกิบานะ", + "quest_title_quest_mega_join_raid_plural": "เขารวมตีบอสเมกา {{amount_0}} ครั้ง", + "quest_title_quest_mega_join_raid_singular": "เขารวมตีบอสเมกา", + "quest_title_quest_mega_win_raid_plural": "ชนะตีบอสเมกา {{amount_0}} ครั้ง", + "quest_title_quest_mega_win_raid_singular": "ชนะตีบอสเมกา", + "quest_title_quest_mesprit_wild_snap": "ถายภาพเอ็มริตที่พบในธรรมชาติ", + "quest_title_quest_metang_evolve_b_singular": "วิวัฒนาการเมแทงก", + "quest_title_quest_more_reseach_coming_soon": "คำรองงานวิจัยจะมีมาอีกในเร็ว ๆ นี้!", + "quest_title_quest_mudkt_catch_b": "จับมิซึโกโร {{amount_0}} ตัว", + "quest_title_quest_mudkt_evolve_b": "วิวัฒนาการมิซึโกโร {{amount_0}} ตัว", + "quest_title_quest_mudkt_evolve_s1": "วิวัฒนาการนูมาโคร {{amount_0}} ตัว", + "quest_title_quest_new_friends_plural": "หาเพื่อนใหม {{amount_0}} คน", + "quest_title_quest_new_friends_singular": "หาเพื่อนใหม", + "quest_title_quest_noibat_catch_b": "จับออนแบท {{amount_0}} ตัว", + "quest_title_quest_noibat_evolve_b": "วิวัฒนาการออนแบท {{amount_0}} ตัว", + "quest_title_quest_noibat_snapshot_b": "ถายภาพออนแบท {{amount_0}} ภาพ", + "quest_title_quest_oshat_catch_b": "จับมิจูมารุ {{amount_0}} ตัว", + "quest_title_quest_oshat_evolve_b": "วิวัฒนาการมิจูมารุ {{amount_0}} ตัว", + "quest_title_quest_oshat_evolve_s1": "วิวัฒนาการฟุตาจิมารุ", + "quest_title_quest_party_catch_electric_type_plural": "จับโปเกมอนประเภทไฟฟา {{amount_0}} ตัวระหวางเลนแบบปารตี้", + "quest_title_quest_party_catch_electric_type_singular": "จับโปเกมอนประเภทไฟฟาระหวางเลนแบบปารตี้", + "quest_title_quest_party_catch_fire_type_plural": "จับโปเกมอนประเภทไฟ {{amount_0}} ตัวระหวางเลนแบบปารตี้", + "quest_title_quest_party_catch_fire_type_singular": "จับโปเกมอนประเภทไฟระหวางเลนแบบปารตี้", + "quest_title_quest_party_catch_normal_type_plural": "จับโปเกมอนประเภทปกติ {{amount_0}} ตัวระหวางเลนแบบปารตี้", + "quest_title_quest_party_catch_normal_type_singular": "จับโปเกมอนประเภทปกติระหวางเลนแบบปารตี้", + "quest_title_quest_party_catch_water_type_plural": "จับโปเกมอนประเภทน้ำ {{amount_0}} ตัวระหวางเลนแบบปารตี้", + "quest_title_quest_party_catch_water_type_singular": "จับโปเกมอนประเภทน้ำระหวางเลนแบบปารตี้", + "quest_title_quest_party_challenge_plural": "บรรลุคำทาปารตี้ {{amount_0}} ครั้ง", + "quest_title_quest_party_challenge_singular": "บรรลุคำทาปารตี้", + "quest_title_quest_platinum_johto_badge": "ไดรับเหรียญรางวัลโจโตะแพลทินัม", + "quest_title_quest_platinum_kanto_badge": "ไดรับเหรียญรางวัลคันโตแพลทินัม", + "quest_title_quest_platinum_medal_plural": "มีเหรียญรางวัลแพลทินัม {{amount_0}} เหรียญ", + "quest_title_quest_platinum_medal_plural_five": "มีเหรียญรางวัลแพลทินัม 5 เหรียญ", + "quest_title_quest_platinum_medal_plural_forty": "มีเหรียญรางวัลแพลทินัม 40 เหรียญ", + "quest_title_quest_platinum_medal_plural_ten": "มีเหรียญรางวัลแพลทินัม 10 เหรียญ", + "quest_title_quest_platinum_medal_plural_twenty": "มีเหรียญรางวัลแพลทินัม 20 เหรียญ", + "quest_title_quest_platinum_medal_singular": "มีเหรียญรางวัลแพลทินัม", + "quest_title_quest_play_buddy_singular": "เลนกับคูหูของคุณ", + "quest_title_quest_pokemon_appears": "พบโปเกมอน!", + "quest_title_quest_poliwag_catch_b": "จับเนียวโรโมะ {{amount_0}} ตัว", + "quest_title_quest_poliwag_evolve_b": "วิวัฒนาการเนียวโรโมะ {{amount_0}} ตัว", + "quest_title_quest_poliwag_snapshot_b": "ถายภาพเนียวโรโมะ {{amount_0}} ภาพ", + "quest_title_quest_poliwhirl_evolve_b": "วิวัฒนาการเนียวโรโซ {{amount_0}} ตัว", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "จับอชิมาริ {{amount_0}} ตัว", + "quest_title_quest_popplio_evolve_b_plural": "วิวัฒนาการอชิมาริ {{amount_0}} ตัว", + "quest_title_quest_popplio_evolve_b_singular": "วิวัฒนาการอชิมาริ", + "quest_title_quest_porygon_catch_b": "จับโพรีกอน {{amount_0}} ตัว", + "quest_title_quest_porygon_evolve_b_plural": "วิวัฒนาการโพรีกอน {{amount_0}} ตัว", + "quest_title_quest_porygon_evolve_b_singular": "วิวัฒนาการโพรีกอน", + "quest_title_quest_porygon_snapshot_b": "ถายภาพโพรีกอน {{amount_0}} ภาพ", + "quest_title_quest_porygon2_evolve_b_plural": "วิวัฒนาการโพรีกอน2 {{amount_0}} ตัว", + "quest_title_quest_porygon2_evolve_b_singular": "วิวัฒนาการโพรีกอน2", + "quest_title_quest_poryt_catch_b": "จับโพรีกอน {{amount_0}} ตัว", + "quest_title_quest_poryt_catch_s1": "จับโพรีกอน2 {{amount_0}} ตัว", + "quest_title_quest_poryt_evolve_b": "วิวัฒนาการโพรีกอน {{amount_0}} ตัว", + "quest_title_quest_poryt_evolve_s1": "วิวัฒนาการโพรีกอน2 {{amount_0}} ตัว", + "quest_title_quest_power_up_dragon_plural": "พาวเวอรอัปโปเกมอนประเภทมังกร {{amount_0}} ครั้ง", + "quest_title_quest_power_up_fire_ice": "พาวเวอรอัปโปเกมอนประเภทไฟหรือน้ำแข็ง 5 ครั้ง", + "quest_title_quest_power_up_grass_ghost": "พาวเวอรอัปโปเกมอนประเภทหญาหรือผี 5 ครั้ง", + "quest_title_quest_power_up_legendary_plural": "พาวเวอรอัปโปเกมอนในตำนาน", + "quest_title_quest_power_up_legendary_singular": "พาวเวอรอัปโปเกมอนในตำนาน", + "quest_title_quest_power_up_max_plural": "พาวเวอรอัปโปเกมอนใหถึงขีด CP สูงสุด {{amount_0}} ตัว", + "quest_title_quest_power_up_max_singular": "พาวเวอรอัปโปเกมอนใหถึงขีด CP สูงสุด", + "quest_title_quest_power_up_plural": "พาวเวอรอัปโปเกมอน {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_bug": "พาวเวอรอัปโปเกมอนประเภทแมลง {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_dark": "พาวเวอรอัปโปเกมอนประเภทความมืด {{amount_0}} ตัว", + "quest_title_quest_power_up_plural_dragon": "พาวเวอรอัปโปเกมอนประเภทมังกร {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_electric": "พาวเวอรอัปโปเกมอนประเภทไฟฟา {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_fairy": "พาวเวอรอัปโปเกมอนประเภทแฟรี่ {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_fighting": "พาวเวอรอัปโปเกมอนประเภทตอสู {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_fire": "พาวเวอรอัปโปเกมอนประเภทไฟ {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_flying": "พาวเวอรอัปโปเกมอนประเภทบิน {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_ghost": "พาวเวอรอัปโปเกมอนประเภทผี {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_grass": "พาวเวอรอัปโปเกมอนประเภทหญา {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_ground": "พาวเวอรอัปโปเกมอนประเภทดิน {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_ice": "พาวเวอรอัปโปเกมอนประเภทน้ำแข็ง {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_normal": "พาวเวอรอัปโปเกมอนประเภทปกติ {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_poison": "พาวเวอรอัปโปเกมอนประเภทพิษ {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_psychic": "พาวเวอรอัปโปเกมอนประเภทพลังจิต {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_rock": "พาวเวอรอัปโปเกมอนประเภทหิน {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_rock_fairy": "พาวเวอรอัปโปเกมอนประเภทหินหรือแฟรี่ {{amount_0}} ครั้ง", + "quest_title_quest_power_up_plural_steel": "พาวเวอรอัปโปเกมอนประเภทโลหะ {{amount_0}} ตัว", + "quest_title_quest_power_up_plural_water": "พาวเวอรอัปโปเกมอนประเภทน้ำ {{amount_0}} ครั้ง", + "quest_title_quest_power_up_poison_rock": "พาวเวอรอัปโปเกมอนประเภทพิษหรือหิน 5 ครั้ง", + "quest_title_quest_power_up_singular": "พาวเวอรอัปโปเกมอน", + "quest_title_quest_power_up_singular_marshadow": "พาวเวอรอัปมารชาโดว", + "quest_title_quest_power_up_water_normal": "พาวเวอรอัปโปเกมอนประเภทปกติหรือน้ำ 5 ครั้ง", + "quest_title_quest_primal_raid_victory_groudon": "ชนะตีบอสกราดอนตนกำเนิด", + "quest_title_quest_primal_raid_victory_kyogre": "ชนะตีบอสไคออกาตนกำเนิด", + "quest_title_quest_primal_raid_victory_plural": "ชนะตีบอสตนกำเนิด {{amount_0}} ครั้ง", + "quest_title_quest_primal_raid_victory_singular": "ชนะตีบอสตนกำเนิด", + "quest_title_quest_primal_reversion_plural": "ใหโปเกมอนคืนสูตนกำเนิด {{amount_0}} ครั้ง", + "quest_title_quest_primal_reversion_singular": "ใหโปเกมอนคืนสูตนกำเนิด", + "quest_title_quest_primal_surge_candy": "ขุมพลังตนกำเนิด: ไดรับลูกอมจากการเดินกับคูหูของคุณ", + "quest_title_quest_primal_surge_catch": "ขุมพลังตนกำเนิด: จับโปเกมอน 10 ตัว", + "quest_title_quest_primal_surge_hatch": "ขุมพลังตนกำเนิด: ฟกไข", + "quest_title_quest_primal_surge_power_ground": "ขุมพลังตนกำเนิด: พาวเวอรอัปโปเกมอนประเภทดิน 5 ครั้ง", + "quest_title_quest_primal_surge_power_water": "ขุมพลังตนกำเนิด: พาวเวอรอัปโปเกมอนประเภทน้ำ 5 ครั้ง", + "quest_title_quest_primal_surge_raid": "ขุมพลังตนกำเนิด: ชนะการตีบอส", + "quest_title_quest_psychicspec_catch_abra_plural": "จับเคซีหรือสลีป {{amount_0}} ตัว", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "จับโปเกมอนประเภทพลังจิต {{amount_0}} ตัว", + "quest_title_quest_psychicspec_evolve_plural": "วิวัฒนาการทามะทามะหรือยาดง {{amount_0}} ตัว", + "quest_title_quest_quaxly_evolve_b": "วิวัฒนาการแคว็กซ", + "quest_title_quest_quaxwell_evolve_b": "วิวัฒนาการเวลคาโมะ", + "quest_title_quest_quilava_evolve_b_plural": "วิวัฒนาการแม็กมาราชิ {{amount_0}} ตัว", + "quest_title_quest_quilava_evolve_b_singular": "วิวัฒนาการแม็กมาราชิ", + "quest_title_quest_quilladin_evolve_b": "วิวัฒนาการฮาริบอรก", + "quest_title_quest_raboot_evolve": "วิวัฒนาการแรบบิฟุต", + "quest_title_quest_raid_friend_singular": "ตีบอสกับเพื่อน", + "quest_title_quest_raid_t5_win": "ชนะตีบอสหาดาว", + "quest_title_quest_raid_with_buddy_plural": "ตีบอสกับคูหูของคุณ {{amount_0}} ครั้ง", + "quest_title_quest_raid_with_buddy_singular": "ตีบอสกับคูหูของคุณ", + "quest_title_quest_reach_hoenn_gold": "ไดรับเหรียญรางวัลโฮเอ็นสีทอง", + "quest_title_quest_reach_johto_gold": "ไดรับเหรียญรางวัลโจโตะสีทอง", + "quest_title_quest_reach_kanto_gold": "ไดรับเหรียญรางวัลคันโตสีทอง", + "quest_title_quest_reach_kanto_silver": "ไดรับเหรียญรางวัลคันโตสีเงิน", + "quest_title_quest_reach_level": "เลเวลถึง {{amount_0}}", + "quest_title_quest_referral_initial_milestone": "ล็อกอินเขา Pokémon GO แลว", + "quest_title_quest_remove_bonus_challenge_desc": "คุณจะไดรับภารกิจเพิ่มพรุงนี้", + "quest_title_quest_reward_desc_1": "สะสมแสตมปเพื่อปลดล็อกความกาวหนา", + "quest_title_quest_reward_desc_2": "ความกาวหนาขั้นตอไปใน", + "quest_title_quest_reward_desc_3_plural": "อีก {{amount_0}} แสตมป!", + "quest_title_quest_reward_desc_3_singular": "อีก {{amount_0}} แสตมป!", + "quest_title_quest_reward_encounter_later": "ไวทีหลัง", + "quest_title_quest_reward_encounter_uses_ar": "คุณตองอยูในโหมด AR เพื่อจับโปเกมอนตัวนี้", + "quest_title_quest_reward_mysterious_pokemon_appeared": "โปเกมอนปริศนาปรากฏตัวแลว!", + "quest_title_quest_reward_start_encounter": "เริ่มการเผชิญหนา", + "quest_title_quest_rocket_battle_plural": "แบตเทิลกับลูกสมุนแกงโกร็อกเกต {{amount_0}} ครั้ง", + "quest_title_quest_rocket_battle_win_plural": "เอาชนะลูกสมุนแกงโกร็อกเกต {{amount_0}} ครั้ง", + "quest_title_quest_rocket_battle_win_singular": "เอาชนะลูกสมุนแกงโกร็อกเกต", + "quest_title_quest_rocket_catch_shadow_singular": "จับโปเกมอนชาโดว", + "quest_title_quest_rocket_evolve_plural": "วิวัฒนาการโปเกมอน {{amount_0}} ตัว", + "quest_title_quest_rocket_leader_battle_win_singular": "เอาชนะหัวหนาแกงโกร็อกเกต", + "quest_title_quest_rocket_power_up_plural": "พาวเวอรอัปโปเกมอน {{amount_0}} ครั้ง", + "quest_title_quest_rocket_purify_dark_plural": "ชำระลางโปเกมอนชาโดวประเภทความมืด {{amount_0}} ตัว", + "quest_title_quest_rocket_purify_fire_plural": "ชำระลางโปเกมอนชาโดวประเภทไฟ {{amount_0}} ตัว", + "quest_title_quest_rocket_purify_plural": "ชำระลางโปเกมอนชาโดว {{amount_0}} ตัว", + "quest_title_quest_rocket_purify_type_singular": "ชำระลางโปเกมอนชาโดวประเภทไฟ น้ำ หรือหญา {{amount_0}} ตัว", + "quest_title_quest_rocket_rescue_shadow_plural": "ชวยโปเกมอนชาโดว {{amount_0}} ตัว", + "quest_title_quest_rocket_shadow_plural": "จับโปเกมอนชาโดว {{amount_0}} ตัว", + "quest_title_quest_rockethq1_arlo_win": "เอาชนะหัวหนาแกงโกร็อกเกต อารโล", + "quest_title_quest_rockethq1_arlo_win_plural": "เอาชนะหัวหนาแกงโกร็อกเกต อารโล {{amount_0}} ครั้ง", + "quest_title_quest_rockethq1_battle_boss": "แบตเทิลกับหัวหนาใหญแกงโกร็อกเกต", + "quest_title_quest_rockethq1_catch_legendary_shadow": "จับโปเกมอนชาโดวในตำนาน", + "quest_title_quest_rockethq1_catch_shadow1": "จับโปเกมอนชาโดว {{amount_0}} ตัว", + "quest_title_quest_rockethq1_cliff_win": "เอาชนะหัวหนาแกงโกร็อกเกต คลิฟ", + "quest_title_quest_rockethq1_cliff_win_plural": "เอาชนะหัวหนาแกงโกร็อกเกต คลิฟ {{amount_0}} ครั้ง", + "quest_title_quest_rockethq1_defeat_boss": "เอาชนะหัวหนาใหญแกงโกร็อกเกต", + "quest_title_quest_rockethq1_find_boss": "คนหาหัวหนาใหญแกงโกร็อกเกต", + "quest_title_quest_rockethq1_grunt_win1": "เอาชนะลูกสมุนแกงโกร็อกเกต {{amount_0}} ครั้ง", + "quest_title_quest_rockethq1_grunt_win2": "เอาชนะลูกสมุนแกงโกร็อกเกต {{amount_0}} ครั้ง", + "quest_title_quest_rockethq1_leader_win_plural": "เอาชนะหัวหนาแกงโกร็อกเกต {{amount_0}} ครั้ง", + "quest_title_quest_rockethq1_leaders_win_plural": "เอาชนะหัวหนาแกงโกร็อกเกต {{amount_0}} ครั้ง", + "quest_title_quest_rockethq1_purify": "ชำระลางโปเกมอนชาโดว {{amount_0}} ตัว", + "quest_title_quest_rockethq1_raid_win": "ชนะการตีบอส {{amount_0}} ครั้ง", + "quest_title_quest_rockethq1_sierra_win": "เอาชนะหัวหนาแกงโกร็อกเกต เซียรรา", + "quest_title_quest_rockethq1_sierra_win_plural": "เอาชนะหัวหนาแกงโกร็อกเกต เซียรรา {{amount_0}} ครั้ง", + "quest_title_quest_rockethq1_spin": "หมุนเสาโปเกสต็อป {{amount_0}} ครั้ง", + "quest_title_quest_rockethq1_spin_row": "หมุนเสาโปเกสต็อป {{amount_0}} วันติดตอกัน", + "quest_title_quest_rockethq1_supereffective": "ใชทาโจมตีชารจใหไดผลดีเยี่ยมในยิมแบตเทิล {{amount_0}} ครั้ง", + "quest_title_quest_rockethq1_trainerbattle_win": "ชนะการแบตเทิลกับเทรนเนอร", + "quest_title_quest_roggenrola_catch_b": "จับดันโกโร {{amount_0}} ตัว", + "quest_title_quest_roggenrola_evolve_b": "วิวัฒนาการดันโกโร {{amount_0}} ตัว", + "quest_title_quest_roggenrola_snapshot_b": "ถายภาพดันโกโร {{amount_0}} ภาพ", + "quest_title_quest_roset_catch_b": "จับโรเซเลีย {{amount_0}} ตัว", + "quest_title_quest_roset_evolve_b": "วิวัฒนาการโรเซเลีย {{amount_0}} ตัว", + "quest_title_quest_rowlet_catch_b": "จับโมคุโร {{amount_0}} ตัว", + "quest_title_quest_rowlet_evolve_b_plural": "วิวัฒนาการโมคุโร {{amount_0}} ตัว", + "quest_title_quest_rowlet_evolve_b_singular": "วิวัฒนาการโมคุโร {{amount_0}} ตัว", + "quest_title_quest_rowlet_snapshot_b": "ถายภาพโมคุโร {{amount_0}} ภาพ", + "quest_title_quest_sandt_catch_b": "จับแซนด {{amount_0}} ตัว", + "quest_title_quest_sandt_evolve_b": "วิวัฒนาการแซนด {{amount_0}} ตัว", + "quest_title_quest_scorbunny_evolve": "วิวัฒนาการฮิบานี", + "quest_title_quest_send_gifts_daily_row": "สงของขวัญ {{amount_0}} วันติดตอกัน", + "quest_title_quest_send_gifts_plural": "สงของขวัญใหเพื่อน {{amount_0}} ครั้ง", + "quest_title_quest_send_gifts_singular": "สงของขวัญใหเพื่อน", + "quest_title_quest_send_gifts_sticker_plural": "สงของขวัญพรอมสติกเกอรรวม {{amount_0}} ชิ้น", + "quest_title_quest_send_gifts_sticker_singular": "สงของขวัญพรอมสติกเกอร", + "quest_title_quest_shelgon_evolve_b_plural": "วิวัฒนาการโคโมรู {{amount_0}} ตัว", + "quest_title_quest_shelgon_evolve_b_singular": "วิวัฒนาการโคโมรู", + "quest_title_quest_shint_catch_b": "จับโคลิงก {{amount_0}} ตัว", + "quest_title_quest_shint_evolve_b": "วิวัฒนาการโคลิงก {{amount_0}} ตัว", + "quest_title_quest_shint_evolve_s1": "วิวัฒนาการลุคซิโอ {{amount_0}} ตัว", + "quest_title_quest_sinnoh_evolve_plural": "วิวัฒนาการโปเกมอนใหเปนสายพันธุที่ถูกคนพบครั้งแรกในภูมิภาคชินโอ {{amount_0}} ตัว", + "quest_title_quest_sinnoh_evolve_stone_plural": "ใชหินชินโอวิวัฒนาการโปเกมอน {{amount_0}} ตัว", + "quest_title_quest_sinnoh_medal_gold": "ไดรับเหรียญรางวัลชินโอสีทอง", + "quest_title_quest_sliggoo_evolve_b_plural": "วิวัฒนาการนูเมละ {{amount_0}} ตัว", + "quest_title_quest_sliggoo_evolve_b_singular": "วิวัฒนาการนูเมล", + "quest_title_quest_slowpoke_catch_b": "จับยาดงหรือกาลารยาดง {{amount_0}} ตัว", + "quest_title_quest_slowpoke_evolve_b": "วิวัฒนาการยาดงหรือกาลารยาดง {{amount_0}} ตัว", + "quest_title_quest_slowpoke_snapshot_b": "ถายภาพยาดงหรือกาลารยาดง {{amount_0}} ภาพ", + "quest_title_quest_snapshot_ar_photo_safari": "ถายภาพคูหูของคุณที่เต็นท Pokémon GO ", + "quest_title_quest_snapshot_bali": "ถายภาพในบาหลี", + "quest_title_quest_snapshot_buddy": "ถายภาพกับคูหูของคุณ", + "quest_title_quest_snapshot_bulbasaur": "ถายภาพฟุชิกิดาเนะ", + "quest_title_quest_snapshot_charmander": "ถายภาพฮิโตคาเงะ", + "quest_title_quest_snapshot_chikorita": "ถายภาพจิโคริตา", + "quest_title_quest_snapshot_cyndaquil": "ถายภาพฮิโนอาราชิ", + "quest_title_quest_snapshot_genesect": "ถายภาพเกโนเซ็กท {{amount_0}} ภาพ", + "quest_title_quest_snapshot_hariyama": "ถายภาพฮาริเทยามะของคุณ", + "quest_title_quest_snapshot_hoopa_singular": "ถายภาพฮูปา", + "quest_title_quest_snapshot_jeju": "ถายภาพบนเกาะเชจู", + "quest_title_quest_snapshot_keldeo": "ถายภาพเคลดิโอ {{amount_0}} ภาพ", + "quest_title_quest_snapshot_landorus": "ถายภาพแลนโดลอส", + "quest_title_quest_snapshot_machamp": "ถายภาพไคริกีของคุณ", + "quest_title_quest_snapshot_okinawa": "ถายภาพในโอกินาวะ", + "quest_title_quest_snapshot_poison_grass_singular": "ถายภาพโปเกมอนปาประเภทพิษ", + "quest_title_quest_snapshot_regi_ice": "ถายภาพเรจิไอซ", + "quest_title_quest_snapshot_regi_rock": "ถายภาพเรจิร็อก", + "quest_title_quest_snapshot_regi_steel": "ถายภาพเรจิสตีล", + "quest_title_quest_snapshot_scrafty": "ถายภาพซึรุซึคินของคุณ", + "quest_title_quest_snapshot_singular": "ถายภาพ", + "quest_title_quest_snapshot_storage_bug_unique_plural": "ถายภาพโปเกมอนประเภทแมลงของคุณ", + "quest_title_quest_snapshot_storage_steel_unique_plural": "ถายภาพโปเกมอนประเภทโลหะของคุณ", + "quest_title_quest_snapshot_storage_unique_plural": "ถายภาพโปเกมอนปาที่แตกตางกัน{{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_surabaya": "ถายภาพในซูราบายา", + "quest_title_quest_snapshot_thundurus": "ถายภาพโวลโทลอส", + "quest_title_quest_snapshot_tornadus": "ถายภาพทอรเนลอส", + "quest_title_quest_snapshot_totodile": "ถายภาพวานิโนโกะ", + "quest_title_quest_snapshot_unique_fire_pokemon": "ถายภาพโปเกมอนประเภทไฟ", + "quest_title_quest_snapshot_unique_pokemon": "ถายภาพโปเกมอนที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "ถายภาพโคลิงก ชิมามา หรือทริมเมียนที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_bug_plural": "ถายภาพโปเกมอนปาประเภทแมลง {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_bug_unique_plural": "ถายภาพโปเกมอนประเภทแมลง", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "ถายภาพบัตเตอรฟรี โคลิงก หรือชิมามาที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_dark_plural": "ถายภาพโปเกมอนปาประเภทความมืด {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_dark_unique_plural": "ถายภาพโปเกมอนปาประเภทความมืดที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_dragon_plural": "ถายภาพโปเกมอนปาประเภทมังกร {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "ถายภาพโปเกมอนปาประเภทมังกรที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "ถายภาพโคอารูฮี ชอนชี หรือเคโคโอที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_eevee": "ถายภาพอีวุยที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_electric_plural": "ถายภาพโปเกมอนปาประเภทไฟฟา {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_electric_unique_plural": "ถายภาพโปเกมอนปาประเภทไฟฟาที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_entei": "ถายภาพเอ็นเตที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_fairy_plural": "ถายภาพโปเกมอนปาประเภทแฟรี่ {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "ถายภาพโปเกมอนปาประเภทแฟรี่ที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_fighting_plural": "ถายภาพโปเกมอนปาประเภทตอสู {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "ถายภาพโปเกมอนปาประเภทตอสูที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_fire_plural": "ถายภาพโปเกมอนปาประเภทไฟ {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_fire_unique_plural": "ถายภาพโปเกมอนปาประเภทไฟที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_flying_plural": "ถายภาพโปเกมอนปาประเภทบิน {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_flying_unique_plural": "ถายภาพโปเกมอนปาประเภทบินที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_frillish_absol": "ถายภาพแอบโซลหรือพูรูริลที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "ถายภาพแซนด อิชิซึบูเตะ หรือซาโบเนียที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_ghost_plural": "ถายภาพโปเกมอนปาประเภทผี {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "ถายภาพโปเกมอนปาประเภทผีที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_grass_plural": "ถายภาพโปเกมอนปาประเภทหญา {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_grass_singular": "ถายภาพโปเกมอนปาประเภทหญา", + "quest_title_quest_snapshot_wild_grass_unique_plural": "ถายภาพโปเกมอนปาประเภทหญาที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_ground_plural": "ถายภาพโปเกมอนปาประเภทดิน {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_ground_unique_plural": "ถายภาพโปเกมอนปาประเภทดินที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_hoothoot": "ถายภาพโฮโฮที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_ice_plural": "ถายภาพโปเกมอนปาประเภทน้ำแข็ง {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_ice_singular": "ถายภาพโปเกมอนปาประเภทน้ำแข็ง", + "quest_title_quest_snapshot_wild_ice_unique_plural": "ถายภาพโปเกมอนปาประเภทน้ำแข็งที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "ถายภาพทรานเซล เอยแพม หรือฮาซึโบที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "ถายภาพชอนชี เลิฟคัส หรือเคโคโอที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_mareanie_singluar": "ถายภาพฮิโดอิเดะที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_normal_plural": "ถายภาพโปเกมอนปาประเภทปกติ {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_normal_unique_plural": "ถายภาพโปเกมอนปาประเภทปกติที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_plural": "ถายภาพโปเกมอนปา {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_poison_plural": "ถายภาพโปเกมอนปาประเภทพิษ {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_poison_unique_plural": "ถายภาพโปเกมอนปาประเภทพิษที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_psychic_plural": "ถายภาพโปเกมอนปาประเภทพลังจิต {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "ถายภาพโปเกมอนปาประเภทพลังจิตที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_raikou": "ถายภาพไรโคที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "ถายภาพโปเกมอนปาประเภทดิน หินหรือแฟรี่ที่แตกตางกัน {{amount_0}} ตัว", + "quest_title_quest_snapshot_wild_rock_plural": "ถายภาพโปเกมอนปาประเภทหิน {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_rock_unique_plural": "ถายภาพโปเกมอนปาประเภทหินที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_singular": "ถายภาพโปเกมอนปา", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "ถายภาพโดโดริโอ แมนไทน หรือแอรมุโดที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_skitty_kirlia": "ถายภาพเคอเรีย หรือเอเนโคที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "ถายภาพนิวลา กูเรกกรู หรือพูรูริลที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_steel_plural": "ถายภาพโปเกมอนปาประเภทโลหะ {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_steel_unique_plural": "ถายภาพโปเกมอนประเภทโลหะ", + "quest_title_quest_snapshot_wild_suicune": "ถายภาพซุยคูนที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "ถายภาพนัคครา แซนด หรือซาโบเนียที่พบในธรรมชาติ", + "quest_title_quest_snapshot_wild_unique_plural": "ถายภาพโปเกมอนปาที่แตกตางกัน{{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "ถายภาพโปเกมอนปาประเภทไฟ น้ำหรือหญาที่แตกตางกัน {{amount_0}} ตัว", + "quest_title_quest_snapshot_wild_water_plural": "ถายภาพโปเกมอนปาประเภทน้ำ {{amount_0}} ภาพ", + "quest_title_quest_snapshot_wild_water_singular": "ถายภาพโปเกมอนปาประเภทน้ำ", + "quest_title_quest_snapshot_wild_water_unique_plural": "ถายภาพโปเกมอนปาประเภทน้ำที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_snapshot_yogyakarta": "ถายภาพในยอกยาการตา", + "quest_title_quest_snapshots_inarow_plural": "ถายภาพโปเกมอน {{amount_0}} วันติดตอกัน", + "quest_title_quest_snapshots_plural": "ถายภาพ {{amount_0}} ภาพ", + "quest_title_quest_snapshots_your_plural": "ถายภาพโปเกมอนของคุณ {{amount_0}} ภาพ", + "quest_title_quest_snapshots_your_singular": "ถายภาพโปเกมอนของคุณ", + "quest_title_quest_snivt_catch_b": "จับสึทาจะ {{amount_0}} ตัว", + "quest_title_quest_snivt_evolve_b": "วิวัฒนาการสึทาจะ {{amount_0}} ตัว", + "quest_title_quest_snivt_evolve_s1": "วิวัฒนาการจาโนวี {{amount_0}} ตัว", + "quest_title_quest_sobble_evolve": "วิวัฒนาการเมซซอน", + "quest_title_quest_sphet_catch_b": "จับทามาซาราชิ {{amount_0}} ตัว", + "quest_title_quest_sphet_evolve_b": "วิวัฒนาการทามาซาราชิ {{amount_0}} ตัว", + "quest_title_quest_sphet_evolve_s1": "วิวัฒนาการโทดอกเกลอร {{amount_0}} ตัว", + "quest_title_quest_spin_151": "หมุนเสาโปเกสต็อปหรือยิม 151 ครั้ง", + "quest_title_quest_spin_daysinarow": "หมุนเสาโปเกสต็อป {{amount_0}} วันติดตอกัน", + "quest_title_quest_spin_go_tour_habitat_01": "หมุนเสาโปเกสต็อปหรือยิม {{amount_0}} แหงในถิ่นที่อยู ”มหานครริมทะเล”", + "quest_title_quest_spin_go_tour_habitat_02": "หมุนเสาโปเกสต็อปหรือยิม {{amount_0}} แหงในถิ่นที่อยู ”ซากปรักหักพังยุงเหยิง”", + "quest_title_quest_spin_go_tour_habitat_03": "หมุนเสาโปเกสต็อปหรือยิม {{amount_0}} แหงในถิ่นที่อยู ”โคลนตมพิษ”", + "quest_title_quest_spin_go_tour_habitat_04": "หมุนเสาโปเกสต็อปหรือยิม {{amount_0}} แหงในถิ่นที่อยู ”น้ำพุรอนขุนเขา”", + "quest_title_quest_spin_go_tour_spiritomb_plural": "หมุนเสาโปเกสต็อปมิคารูเกะที่ไมซ้ำกัน {{amount_0}} แหง", + "quest_title_quest_spin_go_tour_spiritomb_singular": "หมุนเสาโปเกสต็อปมิคารูเกะ", + "quest_title_quest_spin_mexico_plural": "หมุนเสาโปเกสต็อปในเม็กซิโก {{amount_0}} ครั้ง", + "quest_title_quest_spin_mexico_singular": "หมุนเสาโปเกสต็อปในเม็กซิโก", + "quest_title_quest_spin_pokestop_days": "หมุนเสาโปเกสต็อปรวม {{amount_0}} วัน", + "quest_title_quest_spin_ultra_wormhole_gym": "หมุนแผนภาพยิมที่มีอัลตราโฮล", + "quest_title_quest_spin_wcs_2024": "หมุนเสาโปเกสต็อปหรือยิม 10 แหงที่ Hawaiʻi Convention Center", + "quest_title_quest_sprigatito_evolve_b": "วิวัฒนาการเนียวฮะ", + "quest_title_quest_squirtle_catch_b": "จับเซนิกาเมะ {{amount_0}} ตัว", + "quest_title_quest_squirtle_evolve_b": "วิวัฒนาการเซนิกาเมะ {{amount_0}} ตัว", + "quest_title_quest_squirtle_snapshot_b": "ถายภาพเซนิกาเมะ {{amount_0}} ภาพ", + "quest_title_quest_st_catch_s": "จับทาเนโบ 15 ตัว", + "quest_title_quest_st_evolve_n": "วิวัฒนาการโคโนฮานะ", + "quest_title_quest_st_evolve_s": "วิวัฒนาการทาเนโบ 3 ตัว", + "quest_title_quest_stardust_plural": "ไดรับสตารดัสต {{amount_0}} ชิ้น", + "quest_title_quest_starly_catch_b": "จับมุคคูรุ {{amount_0}} ตัว", + "quest_title_quest_starly_evolve_b": "วิวัฒนาการมุคคูรุ {{amount_0}} ตัว", + "quest_title_quest_starly_snapshot_b": "ถายภาพมุคคูรุ {{amount_0}} ภาพ", + "quest_title_quest_start_battle": "เริ่มการตอสู!", + "quest_title_quest_steenee_evolve_b_plural": "วิวัฒนาการอมามาอิโกะ {{amount_0}} ตัว", + "quest_title_quest_steenee_evolve_b_singular": "วิวัฒนาการอมามาอิโกะ", + "quest_title_quest_streak_format": "{{amount_0}} วันตอเนื่อง!", + "quest_title_quest_stuff_catch_b": "จับนุยโคกุมะ {{amount_0}} ตัว", + "quest_title_quest_stuff_evolve_b": "วิวัฒนาการนุยโคกุมะ {{amount_0}} ตัว", + "quest_title_quest_stuff_snapshot_b": "ถายภาพนุยโคกุมะที่พบในธรรมชาติ {{amount_0}} ภาพ", + "quest_title_quest_supereffective_charge_party_plural": "ใชทาโจมตีชารจใหไดผลดีเยี่ยม {{amount_0}} ครั้งระหวางเลนแบบปารตี้", + "quest_title_quest_supereffective_charge_party_singular": "ใชทาโจมตีชารจใหไดผลดีเยี่ยมระหวางเลนแบบปารตี้", + "quest_title_quest_supereffective_charge_plural": "ใชทาโจมตีชารจใหไดผลดีเยี่ยม {{amount_0}} ครั้ง", + "quest_title_quest_supereffective_charge_singular": "ใชทาโจมตีชารจใหไดผลดีเยี่ยม", + "quest_title_quest_surskit_catch": "จับอาเมทามะ {{amount_0}} ตัว", + "quest_title_quest_swabt_catch_b": "จับทิลทโท {{amount_0}} ตัว", + "quest_title_quest_swabt_evolve_b": "วิวัฒนาการทิลทโท {{amount_0}} ตัว", + "quest_title_quest_swinub_cdc_evolve_b": "วิวัฒนาการอุริมู {{amount_0}} ตัว", + "quest_title_quest_swinub_cdc_snapshot_b": "ถายภาพอุริมู {{amount_0}} ภาพ", + "quest_title_quest_teddiursa_catch_b": "จับฮิเมกุมะ {{amount_0}} ตัว", + "quest_title_quest_teddiursa_evolve_b": "วิวัฒนาการฮิเมกุมะ {{amount_0}} ตัว", + "quest_title_quest_teddiursa_snapshot_b": "ถายภาพฮิเมกุมะ {{amount_0}} ภาพ", + "quest_title_quest_template.display.branches#0.button_text_key": "ตีบอส, ลูกสมุน และยิม!", + "quest_title_quest_template.display.branches#0.description_key": "เมื่อเลือกเสนทางนี้ คุณจะไดรับภารกิจในธีมยิม, ตีบอส และแกงโกร็อกเกตเพื่อรับรางวัลเชนการเผชิญหนากับลิซารดอน และอื่น ๆ", + "quest_title_quest_template.display.branches#1.button_text_key": "โกแบตเทิลลีก!", + "quest_title_quest_template.display.branches#1.description_key": "เมื่อเลือกเสนทางนี้ คุณจะไดรับภารกิจในธีมตอสูกับเทรนเนอรคนอื่น ๆเพื่อรับรางวัลเชนการเผชิญหนากับลิซารดอน และอื่น ๆ", + "quest_title_quest_tepit_catch_b": "จับโพคาบู {{amount_0}} ตัว", + "quest_title_quest_tepit_evolve_b": "วิวัฒนาการโพคาบู {{amount_0}} ตัว", + "quest_title_quest_tepit_evolve_s1": "วิวัฒนาการจาโอบู {{amount_0}} ตัว", + "quest_title_quest_thwackey_evolve": "วิวัฒนาการบาจินคี", + "quest_title_quest_timburr_catch_b": "จับด็อคโคเรอร {{amount_0}} ตัว", + "quest_title_quest_timburr_evolve_b": "วิวัฒนาการด็อคโคเรอร {{amount_0}} ตัว", + "quest_title_quest_timburr_snapshot_b": "ถายภาพด็อคโคเรอร {{amount_0}} ภาพ", + "quest_title_quest_time_remaining_day_plural": "เหลือเวลาอีก {{amount_0}} วันในการทำงานวิจัยพิเศษนี้ใหเสร็จสิ้น", + "quest_title_quest_time_remaining_day_singular": "เหลือเวลาอีก {{amount_0}} วันในการทำงานวิจัยใหเสร็จสิ้น", + "quest_title_quest_togetic_catch_b": "จับโทเกชิก {{amount_0}} ตัว", + "quest_title_quest_togetic_evolve_b": "วิวัฒนาการโทเกชิก {{amount_0}} ตัว", + "quest_title_quest_togetic_snapshot_b": "ถายภาพโทเกชิก {{amount_0}} ภาพ", + "quest_title_quest_torracat_evolve_b_plural": "วิวัฒนาการเนียฮีท {{amount_0}} ตัว", + "quest_title_quest_torracat_evolve_b_singular": "วิวัฒนาการเนียฮีท", + "quest_title_quest_trade_50km_plural": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 50 กม. {{amount_0}} ครั้ง", + "quest_title_quest_trade_100km_plural": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 100 กม. {{amount_0}} ครั้ง", + "quest_title_quest_trade_200km_plural": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 200 กม. {{amount_0}} ครั้ง", + "quest_title_quest_trade_300km_plural": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 300 กม. {{amount_0}} ครั้ง", + "quest_title_quest_trade_400km_plural": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 400 กม. {{amount_0}} ครั้ง", + "quest_title_quest_trade_500km_plural": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 500 กม. {{amount_0}} ครั้ง", + "quest_title_quest_trade_500km_singular": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 500 กม.", + "quest_title_quest_trade_pikachu_plural": "แลกเปลี่ยนพิคาชู {{amount_0}} ตัว", + "quest_title_quest_trade_plural": "แลกเปลี่ยนโปเกมอน {{amount_0}} ครั้ง", + "quest_title_quest_trade_singular": "แลกเปลี่ยนโปเกมอน", + "quest_title_quest_transfer_pidgey_plural": "ถายโอนปอปโปะ {{amount_0}} ตัว", + "quest_title_quest_transfer_pokemon_plural": "ถายโอนโปเกมอน {{amount_0}} ตัว", + "quest_title_quest_transfer_pokemon_singular": "ถายโอนโปเกมอน", + "quest_title_quest_transfer_rock_or_poison_plural": "ถายโอนโปเกมอนประเภทหินหรือพิษ {{amount_0}} ตัว", + "quest_title_quest_transfer_rock_poison": "ถายโอนโปเกมอนประเภทหินหรือพิษ {{amount_0}} ตัว", + "quest_title_quest_transfer_type_bug_plural": "ถายโอนโปเกมอนประเภทแมลง {{amount_0}} ตัว", + "quest_title_quest_transfer_type_dark_plural": "ถายโอนโปเกมอนประเภทความมืด {{amount_0}} ตัว", + "quest_title_quest_transfer_type_dragon_plural": "ถายโอนโปเกมอนประเภทมังกร {{amount_0}} ตัว", + "quest_title_quest_transfer_type_electric_plural": "ถายโอนโปเกมอนประเภทไฟฟา {{amount_0}} ตัว", + "quest_title_quest_transfer_type_fairy_plural": "ถายโอนโปเกมอนประเภทแฟรี่ {{amount_0}} ตัว", + "quest_title_quest_transfer_type_fighting_plural": "ถายโอนโปเกมอนประเภทตอสู {{amount_0}} ตัว", + "quest_title_quest_transfer_type_fire_plural": "ถายโอนโปเกมอนประเภทไฟ {{amount_0}} ตัว", + "quest_title_quest_transfer_type_flying_plural": "ถายโอนโปเกมอนประเภทบิน {{amount_0}} ตัว", + "quest_title_quest_transfer_type_ghost_plural": "ถายโอนโปเกมอนประเภทผี {{amount_0}} ตัว", + "quest_title_quest_transfer_type_grass_plural": "ถายโอนโปเกมอนประเภทหญา {{amount_0}} ตัว", + "quest_title_quest_transfer_type_ground_plural": "ถายโอนโปเกมอนประเภทดิน {{amount_0}} ตัว", + "quest_title_quest_transfer_type_ice_plural": "ถายโอนโปเกมอนประเภทน้ำแข็ง {{amount_0}} ตัว", + "quest_title_quest_transfer_type_normal_plural": "ถายโอนโปเกมอนประเภทปกติ {{amount_0}} ตัว", + "quest_title_quest_transfer_type_poison_plural": "ถายโอนโปเกมอนประเภทพิษ {{amount_0}} ตัว", + "quest_title_quest_transfer_type_psychic_plural": "ถายโอนโปเกมอนประเภทพลังจิต {{amount_0}} ตัว", + "quest_title_quest_transfer_type_rock_plural": "ถายโอนโปเกมอนประเภทหิน {{amount_0}} ตัว", + "quest_title_quest_transfer_type_steel_plural": "ถายโอนโปเกมอนประเภทโลหะ {{amount_0}} ตัว", + "quest_title_quest_transfer_type_water_plural": "ถายโอนโปเกมอนประเภทน้ำ {{amount_0}} ตัว", + "quest_title_quest_travel_routes_km_plural": "เดินตาม ”เสนทาง” {{amount_0}} กม.", + "quest_title_quest_travel_routes_meters_plural": "เดินตาม ”เสนทาง” {{amount_0}} ม.", + "quest_title_quest_tynamo_catch_b": "จับชิบิชิราซึ {{amount_0}} ตัว", + "quest_title_quest_tynamo_evolve_b_plural": "วิวัฒนาการชิบิชิราซึ {{amount_0}} ตัว", + "quest_title_quest_tynamo_evolve_b_singular": "วิวัฒนาการชิบิชิราซึ", + "quest_title_quest_under_investigation": "ศาสตราจารยวิลโลวกำลังตรวจสอบ", + "quest_title_quest_urd22_june_battle_gym": "งานวิจัยอัลตรา: แบตเทิลที่ยิม", + "quest_title_quest_urd22_june_battle_raid": "งานวิจัยอัลตรา: แบตเทิลตีบอส", + "quest_title_quest_urd22_june_beries": "งานวิจัยอัลตรา: ใชผลไมชวยในการจับโปเกมอน {{amount_0}} ผล", + "quest_title_quest_urd22_june_catch_rock": "งานวิจัยอัลตรา: จับโปเกมอนประเภทหิน {{amount_0}} ตัว", + "quest_title_quest_urd22_june_catch_weather": "งานวิจัยอัลตรา: จับโปเกมอนที่ไดรับบูสตสภาพอากาศ {{amount_0}} ตัว", + "quest_title_quest_urd22_june_curveball": "งานวิจัยอัลตรา: ทำการขวางบอลโคง {{amount_0}} ครั้ง", + "quest_title_quest_urd22_june_curveball_row": "งานวิจัยอัลตรา: ทำการขวางบอลโคง {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_urd22_june_evolve_rock": "งานวิจัยอัลตรา: วิวัฒนาการโปเกมอนประเภทหิน {{amount_0}} ตัว", + "quest_title_quest_urd22_june_gift_sticker": "งานวิจัยอัลตรา: สงของขวัญพรอมสติกเกอร {{amount_0}} ครั้ง", + "quest_title_quest_urd22_june_great": "งานวิจัยอัลตรา: ทำการขวางไดเยี่ยม {{amount_0}} ครั้ง", + "quest_title_quest_urd22_june_great_row": "งานวิจัยอัลตรา: ทำการขวางไดเยี่ยม {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_urd22_june_nice": "งานวิจัยอัลตรา: ทำการขวางไดดี {{amount_0}} ครั้ง", + "quest_title_quest_urd22_june_nice_row": "งานวิจัยอัลตรา: ทำการขวางไดดี {{amount_0}} ครั้งติดตอกัน", + "quest_title_quest_urd22_june_powerup": "งานวิจัยอัลตรา: พาวเวอรอัปโปเกมอน {{amount_0}} ครั้ง", + "quest_title_quest_urd22_june_snap_rock": "งานวิจัยอัลตรา: ถายภาพโปเกมอนปาประเภทหิน", + "quest_title_quest_urd22_june_spin_stops": "งานวิจัยอัลตรา: หมุนเสาโปเกสต็อป {{amount_0}} ครั้ง", + "quest_title_quest_urd22_june_supereffective": "งานวิจัยอัลตรา: ใชทาโจมตีชารจใหไดผลดีเยี่ยม", + "quest_title_quest_ursaring_evolve_b": "วิวัฒนาการริงกุมะ {{amount_0}} ตัว", + "quest_title_quest_use_any_potion": "ใชยารักษาแผล", + "quest_title_quest_use_charged_move_singular": "ใชทาโจมตีชารจใหไดผลดีเยี่ยม", + "quest_title_quest_use_charged_tm": "ใช TM ทาชารจ", + "quest_title_quest_use_dai_plural": "ใชเครื่องหอมรายวัน {{amount_0}} ครั้ง", + "quest_title_quest_use_dai_singular": "ใชเครื่องหอมรายวัน", + "quest_title_quest_use_fast_tm": "ใช TM ทาเร็ว", + "quest_title_quest_use_hyper_potion": "ใชยารักษาแผลชั้นยอด", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "ใชอุปกรณปลอยลัวร {{amount_0}} ชิ้น ระหวางเดินตาม ”เสนทาง”", + "quest_title_quest_use_lure_singular": "ใชอุปกรณปลอยลัวรระหวางเดินตาม ”เสนทาง”", + "quest_title_quest_use_max_potion": "ใชยาฟ้นพลังกายเต็มถัง", + "quest_title_quest_use_poffin": "ใชโปฟฟน", + "quest_title_quest_use_rare_candy_plural": "ใชลูกอมประหลาด {{amount_0}} เม็ด", + "quest_title_quest_use_rare_candy_singular": "ใชลูกอมประหลาด", + "quest_title_quest_use_standard_charged_tm": "ใช TM ทาชารจ", + "quest_title_quest_use_standard_fast_tm": "ใช TM ทาเร็ว", + "quest_title_quest_use_super_potion": "ใชยารักษาแผลอยางดี", + "quest_title_quest_uxie_wild_snap": "ถายภาพยุคซีที่พบในธรรมชาติ", + "quest_title_quest_val19_catch_specific_plural": "วันวาเลนไทน : จับเลิฟคัส {{amount_0}} ตัว", + "quest_title_quest_val19_catch_specific_singular": "วันวาเลนไทน : จับลัคกี", + "quest_title_quest_visit_different_pokestops": "หมุนเสาโปเกสต็อปที่ไมซ้ำกัน {{amount_0}} ครั้ง", + "quest_title_quest_visit_pokestop_new_plural": "หมุนเสาโปเกสต็อปที่ไมเคยหมุนมากอน {{amount_0}} จุด", + "quest_title_quest_visit_pokestop_new_singular": "หมุนเสาโปเกสต็อปที่ไมเคยหมุนมากอน", + "quest_title_quest_visit_pokestops_party_plural": "หมุนเสาโปเกสต็อปหรือยิม {{amount_0}} ครั้งระหวางเลนแบบปารตี้", + "quest_title_quest_visit_pokestops_plural": "หมุนเสาโปเกสต็อปหรือยิม {{amount_0}} ครั้ง", + "quest_title_quest_visit_pokestops_singular": "หมุนเสาโปเกสต็อปหรือยิม", + "quest_title_quest_visit_unique_pokestops_plural": "หมุนเสาโปเกสต็อปหรือยิมที่ไมซ้ำกัน {{amount_0}} ครั้ง", + "quest_title_quest_wailmer_catch_b": "จับเวลโกะ {{amount_0}} ตัว", + "quest_title_quest_waina_catch_great_ultra_plural": "จับโปเกมอน {{amount_0}} ตัวลงในซูเปอรบอลหรือไฮเปอรบอลดวย Pokémon GO Plus +", + "quest_title_quest_waina_catch_plural": "จับโปเกมอน {{amount_0}} ตัวลงในมอนสเตอรบอลดวย Pokémon GO Plus +", + "quest_title_quest_waina_sleep_days": "วัดการนอนหลับดวย Pokémon GO Plus +เปนเวลา {{amount_0}} วัน", + "quest_title_quest_waina_sleep_days_singular": "วัดการนอนหลับดวย Pokémon GO Plus +เปนเวลา 1 วัน", + "quest_title_quest_waina_spin_pokestop_plural": "หมุนเสาโปเกสต็อปดวย Pokémon GO Plus + {{amount_0}} แหง", + "quest_title_quest_walk_25km_inaweek_plural": "รับรางวัลเดิน 25 กม. ในหนึ่งสัปดาห {{amount_0}} ครั้ง", + "quest_title_quest_walk_buddy_plural": "ไดรับลูกอมจากการเดินกับคูหูของคุณ {{amount_0}} เม็ด", + "quest_title_quest_walk_buddy_singular": "ไดรับลูกอมจากการเดินกับคูหูของคุณ", + "quest_title_quest_walk_eevee_for_evo": "เดิน 10 กม. กับอีวุยที่เปนคูหูของคุณเพื่อรับลูกอม", + "quest_title_quest_walk_hgrowlithe_header_0": "การผจญภัยของหาง", + "quest_title_quest_walk_km": "เดิน {{amount_0}} กม", + "quest_title_quest_walk_km_plural": "เดิน {{amount_0}} กม", + "quest_title_quest_walk_routes_plural": "เดินตาม ”เสนทาง” {{amount_0}} กม.", + "quest_title_quest_walk_routes_singular": "เดินตาม ”เสนทาง” {{amount_0}} กม.", + "quest_title_quest_walk_steps": "เดิน {{amount_0}} กาว", + "quest_title_quest_wartortle_evolve_b": "วิวัฒนาการคาเมล {{amount_0}} ตัว", + "quest_title_quest_waterfestival_catch_feed_plural": "เทศกาลสายน้ำ : ใชผลไมชวยในการจับโปเกมอน {{amount_0}} ผล", + "quest_title_quest_waterfestival_catch_pokemon_plural": "เทศกาลสายน้ำ: จับโปเกมอน {{amount_0}} ตัว", + "quest_title_quest_waterfestival_catch_special9_plural": "เทศกาลสายน้ำ : จับคอยคิงหรือเวลโกะ {{amount_0}} ตัว", + "quest_title_quest_waterfestival_catch_type_water_plural": "เทศกาลสายน้ำ : จับโปเกมอนประเภทน้ำ {{amount_0}} ตัว", + "quest_title_quest_waterfestival_evolve_plural": "เทศกาลสายน้ำ : วิวัฒนาการเชลเดอร {{amount_0}} ตัว", + "quest_title_quest_waterfestival_evolve_type_water_plural": "เทศกาลสายน้ำ: วิวัฒนาการโปเกมอนประเภทน้ำ {{amount_0}} ตัว", + "quest_title_quest_waterfestival_hatch_egg_singular": "เทศกาลสายน้ำ : ฟกไข 1 ใบ", + "quest_title_quest_waterfestival_land_great_plural": "เทศกาลสายน้ำ: ทำการขวางไดเยี่ยม {{amount_0}} ครั้ง", + "quest_title_quest_waterfestival_land_nice_plural": "เทศกาลสายน้ำ: ทำการขวางไดดี {{amount_0}} ครั้ง", + "quest_title_quest_waterfestival_win_raid_singular": "เทศกาลสายน้ำ : ชนะการตีบอส", + "quest_title_quest_wayfarer_catch_pokemon_plural": "โบนัสนักเดินทาง : จับโปเกมอน {{amount_0}} ตัว", + "quest_title_quest_wcs_2024_catch_psychic_electric": "จับโปเกมอนประเภทไฟฟาหรือพลังจิต {{amount_0}} ตัว", + "quest_title_quest_wcs_2024_snapshot_fairy": "ถายภาพโปเกมอนปาประเภทแฟรี่ที่แตกตางกัน {{amount_0}} สายพันธุ", + "quest_title_quest_wcs_2024_spin_00": "หมุนเสาโปเกสต็อปที่ Pokémon GO Zone", + "quest_title_quest_wcs_2024_spin_01": "หมุนเสาโปเกสต็อปที่ Play Lab", + "quest_title_quest_wcs_2024_spin_02": "หมุนเสาโปเกสต็อปที่ Collect & Trade Corner", + "quest_title_quest_weepinbell_evolve_b_plural": "วิวัฒนาการอุซึดง {{amount_0}} ตัว", + "quest_title_quest_weepinbell_evolve_b_singular": "วิวัฒนาการอุซึดง", + "quest_title_quest_wimpod_catch_b": "จับโคโซคูมูชิ {{amount_0}} ตัว", + "quest_title_quest_win_gym_plural": "ชนะยิมแบตเทิล {{amount_0}} ครั้ง", + "quest_title_quest_win_gym_singular": "ชนะยิมแบตเทิล", + "quest_title_quest_win_raid_2_singular": "ชนะการตีบอสระดับ 2 หรือสูงกวานั้น", + "quest_title_quest_win_raid_3_plural": "ชนะการตีบอสระดับ 3 หรือสูงกวานั้น {{amount_0}} ครั้ง", + "quest_title_quest_win_raid_3_singular": "ชนะการตีบอสระดับ 3 หรือสูงกวานั้น", + "quest_title_quest_win_raid_buddy_plural": "ชนะการตีบอสกับโปเกมอนคูหูของคุณ {{amount_0}} ครั้ง", + "quest_title_quest_win_raid_buddy_singular": "ชนะการตีบอสกับคูหูของคุณ", + "quest_title_quest_win_raid_lvl1_higher_singular": "ชนะการตีบอสระดับ 1 หรือสูงกวานั้น", + "quest_title_quest_win_raid_lvl1_singular": "ชนะการตีบอสหนึ่งดาว", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "ชนะการตีบอสโดยใชเฉพาะโปเกมอนที่มี CP 1500 หรือต่ำกวา จำนวน {{amount_0}} ครั้ง", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "ชนะการตีบอสโดยใชเฉพาะโปเกมอนที่มี CP 1500 หรือต่ำกวา", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "ชนะการตีบอสเลเวล 3 โดยใชเฉพาะโปเกมอนที่มี CP 1,500 หรือต่ำกวา จำนวน {{amount_0}} ครั้ง", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "ชนะการตีบอสเลเวล 3 โดยใชเฉพาะโปเกมอนที่มี CP 1,500 หรือต่ำกวา", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "ชนะตีบอสสามดาวโดยใชเฉพาะโปเกมอนที่มี CP ไมเกิน 2,500 จำนวน {{amount_0}} ครั้ง", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "ชนะตีบอสสามดาวโดยใชเฉพาะโปเกมอนที่มี CP ไมเกิน 2,500", + "quest_title_quest_win_raid_party_plural": "ชนะตีบอส {{amount_0}} ครั้ง ระหวางเลนแบบปารตี้", + "quest_title_quest_win_raid_party_singular": "ชนะตีบอสระหวางเลนแบบปารตี้", + "quest_title_quest_win_raid_plural": "ชนะการตีบอส {{amount_0}} ครั้ง", + "quest_title_quest_win_raid_singular": "ชนะการตีบอส", + "quest_title_quest_win_raid_unique_plural": "ชนะการตีบอสโดยใชโปเกมอนที่ตางสายพันธุกันทุกตัว {{amount_0}} ครั้ง", + "quest_title_quest_win_raid_unique_singular": "ชนะการตีบอสโดยใชโปเกมอนที่ตางสายพันธุกันทุกตัว", + "quest_title_quest_win_raid_with_friend_plural": "ชนะการตีบอสกับเพื่อน {{amount_0}} ครั้ง", + "quest_title_quest_win_raid_with_friend_singular": "ชนะการตีบอสกับเพื่อน", + "quest_title_quest_win_raids_unique_1500_plural": "ชนะการตีบอสโดยใชเฉพาะโปเกมอน", + "quest_title_quest_win_raids_unique_plural": "ชนะการตีบอสโดยใชโปเกมอน", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 1,500 จำนวน {{amount_0}} ครั้ง", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 1500", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 2,500 จำนวน {{amount_0}} ครั้ง", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 3,000 จำนวน {{amount_0}} ครั้ง", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 3,500 จำนวน {{amount_0}} ครั้ง", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 4,000 จำนวน {{amount_0}} ครั้ง", + "quest_title_quest_wooper_catch_b": "จับอูปาหรืออูปา (รางพัลเดีย) {{amount_0}} ตัว", + "quest_title_quest_wooper_evolve_b": "วิวัฒนาการอูปาหรืออูปา (รางพัลเดีย) {{amount_0}} ตัว", + "quest_title_quest_wooper_snapshot_b": "ถายภาพอูปาหรืออูปา (รางพัลเดีย) {{amount_0}} ภาพ", + "quest_title_quest_wt_catch_weedle": "จับบีเดิล {{amount_0}} ตัว", + "quest_title_quest_wt_evolve_kakuna": "วิวัฒนาการโคคูน {{amount_0}} ตัว", + "quest_title_quest_wt_evolve_weedle": "วิวัฒนาการบีเดิล {{amount_0}} ตัว", + "quest_title_quest_xp_plural": "รับ {{amount_0}} XP", + "quest_title_quest_zigzagoon_catch_b": "จับกาลารจิกุซากุมะ {{amount_0}} ตัว", + "quest_title_quest_zigzagoon_evolve_b": "วิวัฒนาการกาลารจิกุซากุมะ {{amount_0}} ตัว", + "quest_title_quest_zigzagoon_snapshot_b": "ถายภาพจิกุซากุมะรางกาลาร {{amount_0}} ภาพ", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "จับโปเกมอน 0 ตัว", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "จับโปเกมอน {{amount_0}} ตัว", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "จับโปเกมอน 1 ตัว", + "quest_title_score_1_10_11_12_singular": "จับโปเกมอนประเภทไฟ น้ำ หรือหญา {{amount_0}} ตัว", + "quest_title_score_1_10_singular": "จับโปเกมอนประเภทไฟ {{amount_0}} ตัว", + "quest_title_score_1_11_singular": "จับโปเกมอนประเภทน้ำ {{amount_0}} ตัว", + "quest_title_score_1_12_singular": "จับโปเกมอนประเภทหญา {{amount_0}} ตัว", + "quest_title_score_1_none": "จับโปเกมอน 0 ตัว", + "quest_title_score_1_plural": "จับโปเกมอน {{amount_0}} ตัว", + "quest_title_score_1_singular": "จับโปเกมอน 1 ตัว", + "quest_title_score_6_plural": "ชนะการตีบอส {{amount_0}} ครั้ง", + "quest_title_score_6_singular": "ชนะการตีบอส 1 ครั้ง", + "quest_title_score_8_10_none": "ทำการขวางไดดี 0 ครั้ง", + "quest_title_score_8_10_plural": "ทำการขวางไดดี {{amount_0}} ครั้ง", + "quest_title_score_8_10_singular": "ทำการขวางไดดี 1 ครั้ง", + "quest_title_score_8_11_none": "ทำการขวางไดเยี่ยม 0 ครั้ง", + "quest_title_score_8_11_plural": "ทำการขวางไดเยี่ยม {{amount_0}} ครั้ง", + "quest_title_score_8_11_singular": "ทำการขวางไดเยี่ยม 1 ครั้ง", + "quest_title_score_8_12_none": "ทำการขวางไดสุดยอด 0 ครั้ง", + "quest_title_score_8_12_plural": "ทำการขวางไดสุดยอด {{amount_0}} ครั้ง", + "quest_title_score_8_12_singular": "ทำการขวางไดสุดยอด 1 ครั้ง", + "quest_title_score_8_13_none": "ทำการขวางบอลโคง 0 ครั้ง", + "quest_title_score_8_13_plural": "ทำการขวางบอลโคง {{amount_0}} ครั้ง", + "quest_title_score_8_13_singular": "ทำการขวางบอลโคง 1 ครั้ง", + "quest_title_score_11_701_none": "ใชผลราส 0 ผล", + "quest_title_score_11_701_plural": "ใชผลราส {{amount_0}} ผล", + "quest_title_score_11_701_singular": "ใชผลราส 1 ผล", + "quest_title_score_11_703_none": "ใชผลนานา 0 ผล", + "quest_title_score_11_703_plural": "ใชผลนานา {{amount_0}} ผล", + "quest_title_score_11_703_singular": "ใชผลนานา 1 ผล", + "quest_title_score_11_705_none": "ใชผลไพน 0 ผล", + "quest_title_score_11_705_plural": "ใชผลไพน {{amount_0}} ผล", + "quest_title_score_11_705_singular": "ใชผลไพน 1 ผล", + "quest_title_score_15_10_none": "ทำการขวางบอลโคงไดดี 0 ครั้ง", + "quest_title_score_15_10_plural": "ทำการขวางบอลโคงไดดี {{amount_0}} ครั้ง", + "quest_title_score_15_10_singular": "ทำการขวางบอลโคงไดดี 1 ครั้ง", + "quest_title_score_15_11_none": "ทำการขวางบอลโคงไดเยี่ยม 0 ครั้ง", + "quest_title_score_15_11_plural": "ทำการขวางบอลโคงไดเยี่ยม {{amount_0}} ครั้ง", + "quest_title_score_15_11_singular": "ทำการขวางบอลโคงไดเยี่ยม 1 ครั้ง", + "quest_title_score_15_12_none": "ทำการขวางบอลโคงไดสุดยอด 0 ครั้ง", + "quest_title_score_15_12_plural": "ทำการขวางบอลโคงไดสุดยอด {{amount_0}} ครั้ง", + "quest_title_score_15_12_singular": "ทำการขวางบอลโคงไดสุดยอด 1 ครั้ง", + "quest_title_score_22_none": "แบตเทิลกับหัวหนาทีม 0 ครั้ง", + "quest_title_score_22_plural": "แบตเทิลกับหัวหนาทีม {{amount_0}} ครั้ง", + "quest_title_score_22_singular": "แบตเทิลกับหัวหนาทีม 1 ครั้ง", + "quest_title_score_23_none": "แบตเทิลในโกแบตเทิลลีก 0 ครั้ง", + "quest_title_score_23_plural": "แบตเทิลในโกแบตเทิลลีก {{amount_0}} ครั้ง", + "quest_title_score_23_singular": "แบตเทิลในโกแบตเทิลลีก 1 ครั้ง", + "quest_title_score_battle_raid_none": "แบตเทิลตีบอส 0 ครั้ง", + "quest_title_score_battle_raid_plural": "แบตเทิลตีบอส {{amount_0}} ครั้ง", + "quest_title_score_battle_raid_singular": "แบตเทิลตีบอส 1 ครั้ง", + "quest_title_score_catch_feed_none": "ใชผลไม 0 ผล", + "quest_title_score_catch_feed_plural": "ใชผลไม {{amount_0}} ผล", + "quest_title_score_catch_feed_singular": "ใชผลไม 1 ผล", + "quest_title_score_catch_pokemon": "จับโปเกมอน {{amount_0}} ตัว", + "quest_title_score_defeat_rocket_none": "ชนะสมาชิกแกงโกร็อกเกต 0 คน", + "quest_title_score_defeat_rocket_plural": "ชนะสมาชิกแกงโกร็อกเกต {{amount_0}} คน", + "quest_title_score_defeat_rocket_singular": "ชนะสมาชิกแกงโกร็อกเกต 1 คน", + "quest_title_score_field_research_none": "ทำภารกิจงานวิจัยภาคสนามเสร็จสิ้น 0 ชิ้น", + "quest_title_score_field_research_plural": "ทำภารกิจงานวิจัยภาคสนามเสร็จสิ้น {{amount_0}} ชิ้น", + "quest_title_score_field_research_singular": "ทำภารกิจงานวิจัยภาคสนามเสร็จสิ้น 1 ชิ้น", + "quest_title_score_send_gift_none": "สงของขวัญใหเพื่อน 0 ครั้ง", + "quest_title_score_send_gift_plural": "สงของขวัญใหเพื่อน {{amount_0}} ครั้ง", + "quest_title_score_send_gift_singular": "สงของขวัญใหเพื่อน 1 ครั้ง", + "quest_title_score_spin_pokestop_none": "หมุนเสาโปเกสต็อป 0 ครั้ง", + "quest_title_score_spin_pokestop_plural": "หมุนเสาโปเกสต็อป {{amount_0}} ครั้ง", + "quest_title_score_spin_pokestop_singular": "หมุนเสาโปเกสต็อป 1 ครั้ง", + "quest_win_raid_plural": "ชนะการตีบอส {{amount}} ครั้ง", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Star Raid", + "raid_1_plural": "1 Star Raids", + "raid_2": "2 Star Raid", + "raid_2_plural": "2 Star Raids", + "raid_3": "3 Star Raid", + "raid_3_plural": "3 Star Raids", + "raid_4": "4 Star Raid", + "raid_4_plural": "4 Star Raids", + "raid_5": "Legendary Raid", + "raid_5_plural": "Legendary Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "เหมาะที่สุดในชวงบาย", + "route_tag_architecture": "สถาปตยกรรม", + "route_tag_art": "ศิลปะ", + "route_tag_beachy": "คลายชายหาด", + "route_tag_bike_path": "ทางจักรยาน", + "route_tag_biking": "เหมาะสำหรับป่นจักรยาน", + "route_tag_body_of_water": "ริมน้ำ", + "route_tag_buildings": "ตึกเยอะ", + "route_tag_category_misc": "เบ็ดเตล็ด", + "route_tag_category_nearby": "บริเวณใกลเคียง", + "route_tag_category_suitability": "การเขาถึง", + "route_tag_category_terrain": "ภูมิประเทศ", + "route_tag_category_theme": "หัวขอ", + "route_tag_city_life": "ชีวิตในเมือง", + "route_tag_culture": "วัฒนธรรม", + "route_tag_easy_going": "ผอนคลาย", + "route_tag_flat": "ทางราบ", + "route_tag_foliage": "ใบไมมากมาย", + "route_tag_food": "อาหาร", + "route_tag_grassy": "หญาเยอะ", + "route_tag_hilly": "มีเนิน", + "route_tag_historic": "ประวัติศาสตร", + "route_tag_intense": "ผจญภัย", + "route_tag_morning": "เหมาะที่สุดในชวงเชา", + "route_tag_muddy": "โคลนเยอะ", + "route_tag_nature": "ธรรมชาติ", + "route_tag_night": "เหมาะที่สุดในชวงค่ำ", + "route_tag_no_parking": "ไมมีที่จอดรถในบริเวณ", + "route_tag_no_people": "คนนอย", + "route_tag_open_space": "พื้นที่เปดโลง", + "route_tag_parking": "ใกลที่จอดรถ", + "route_tag_parks_nearby": "ใกลสวนสาธารณะ", + "route_tag_partially_paved": "ถนนลาดยางบางสวน", + "route_tag_paved": "ถนนลาดยาง", + "route_tag_people": "คนเยอะ", + "route_tag_pets": "เหมาะกับสัตวเลี้ยง", + "route_tag_plenty_pokestops": "เสาโปเกสต็อปเยอะ", + "route_tag_public_transport": "ใกลขนสงสาธารณะ", + "route_tag_raid_friendly": "ยิมเยอะ", + "route_tag_rainy_day": "เหมาะกับวันฝนตก", + "route_tag_rocky": "หินเยอะ", + "route_tag_running": "เหมาะสำหรับวิ่ง", + "route_tag_sandy": "ทรายเยอะ", + "route_tag_seasonal": "ประจำฤดูกาล", + "route_tag_sightseeing": "ทองเที่ยว", + "route_tag_stroller": "รถเข็นเด็กผานได", + "route_tag_sunny_day": "เหมาะกับวันแดดออก", + "route_tag_tree_cover": "รมเงาไม", + "route_tag_unpaved": "ถนนไมลาดยาง", + "route_tag_views": "วิวงดงาม", + "route_tag_walking": "เหมาะสำหรับเดิน", + "route_tag_wheelchair": "รถวีลแชรผานได", + "route_tag_wildlife": "สัตวปาเยอะ", + "route_tag_woodsy": "คลายปา", + "route_tags_label": "แท็ก", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "ชาโดว", + "team_1": "ทีมมิสติก", + "team_2": "ทีมแวเลอร", + "team_3": "ทีมอินสติงต", + "team_a_0": "ไมมีทีม", + "team_a_1": "ทีมมิสติก", + "team_a_2": "ทีมแวเลอร", + "team_a_3": "ทีมอินสติงต", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "รุนแรงมาก", + "weather_1": "แจมใส", + "weather_2": "ฝนตก", + "weather_3": "มีเมฆบางสวน", + "weather_4": "มีเมฆมาก", + "weather_5": "ลมแรง", + "weather_6": "หิมะตก", + "weather_7": "หมอกลง", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/client/public/locales/tr/translation.json b/client/public/locales/tr/translation.json new file mode 100644 index 000000000..206e9edef --- /dev/null +++ b/client/public/locales/tr/translation.json @@ -0,0 +1,6003 @@ +{ + "login": "Giriş Yap", + "click_once": "'Yetkilendir' düğmesine sadece bir kez tıklayın", + "save": "Kaydet", + "reset": "Sıfırla", + "close": "Kapat", + "reset_filters": "Filtreleri Sıfırla", + "pokemon_filters": "Pokémon Filtre Ayarları", + "gyms_filters": "Spor Salonu Filtre Ayarları", + "pokestops_filters": "PokéStop Filtre Ayarları", + "nests_filters": "Yuva Filtre Ayarları", + "help": "Yardım", + "apply_to_all": "Tümüne Uygula", + "disable_all": "Tümünü Devre Dışı Bırak", + "enable_all": "Tümünü Aktif Et", + "enabled": "Aktif", + "legacy": "Eski", + "id": "ID", + "location": "Konum", + "search_pokemon": "Pokémon Ara", + "search_nests": "Yuvaları Ara", + "search_gyms": "Spor Salonlarını Ara", + "search_pokestops": "PokéStop'ları Ara", + "search_raids": "Baskınları Ara", + "search_eggs": "Yumurtaları Ara", + "search_quests": "Görevleri Ara", + "search_lures": "Cezbedicileri Ara", + "search_invasions": "İstilaları Ara", + "sm": "kçk", + "md": "ort", + "lg": "büy", + "xl": "çbüy", + "min": "Min", + "max": "Maks", + "set_size": "Simge Boyutunu Ayarla", + "slot_selection": "Yuva Seçimi", + "generations": "Nesiller", + "types": "Tipler", + "forms": "Formlar", + "rarity": "Mevcut Nadirlik", + "others": "Diğerleri", + "categories": "Kategoriler", + "rank": "Sıralama", + "slider_iv": "IV Aralığı", + "slider_great": "Büyük Lig", + "slider_ultra": "Ultra Lig", + "slider_little": "Küçük Kupa", + "slider_atk_iv": "Saldırı", + "slider_def_iv": "Savunma", + "slider_sta_iv": "Dayanıklılık", + "slider_level": "Seviye", + "slider_size": "Boyut", + "abbreviation_level": "S", + "lvl": "Sev", + "cap": "Sınır", + "custom": "Özel", + "valid": "Geçerli", + "invalid": "Geçersiz!", + "overwrites": "Tüm Filtreleri Üzerine Yaz", + "valid_filter": "Geçerli İstatistik Filtresi", + "invalid_filter": "Geçerli Bir Filtre Girin", + "gyms": "Spor Salonları", + "nests": "Yuvalar", + "pokestops": "PokéStop'lar", + "pokemon": "Pokémon", + "wayfarer": "Göçebe", + "scan_areas": "Tarama Alanları", + "s2cells": "S2 Hücreleri", + "weather": "Hava Durumu", + "admin": "Yönetici", + "settings": "Ayarlar", + "advanced": "Gelişmiş", + "tile_servers": "Döşeme Sunucuları", + "icons": "Simgeler", + "navigation": "Navigasyon", + "drawer": "Çekmece", + "tile_servers_default": "Varsayılan", + "drawer_temporary": "Geçici", + "drawer_persistent": "Kalıcı", + "locale_selection": "Yerel Ayar Seçimi", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "İçe Aktar", + "export": "Dışa Aktar", + "logout": "Çıkış Yap", + "local_storage_cleared": "Yerel Depolama Temizlendi!", + "iv_or_filter": "IV YA DA Filtre", + "polygons": "Poligonlar", + "raids": "Baskınlar", + "ex_eligible": "EX Uygun", + "in_battle": "Mücadelede", + "all_pokestops": "Tüm PokéStop'lar", + "lures": "Cezbediciler", + "quests": "Görevler", + "invasions": "İstilalar", + "portals": "Portallar", + "submission_cells": "Gönderim Hücreleri", + "spawnpoint": "Belirme Noktası", + "spawnpoints": "Belirme Noktaları", + "s2_cell_level": "{{level}} Seviye S2 Hücresi", + "total_count": "Toplam Sayım", + "next_submission": "Sonraki Gönderim!", + "never": "Asla", + "next_gym": "Sonraki Spor Salonu", + "scan_cells": "Tarama Hücreleri", + "devices": "Cihazlar", + "use_my_location": "Konumumu Kullan", + "submit_feedback_title": "Geribildirim/Hata Raporu Gönder", + "use_the_link_below": "Aşağıdaki bağlantıyı geribildirim veya karşılaştığınız hataları göndermek için kullanabilirsiniz.", + "feedback_to_devs": "Bu geribildirim doğrudan geliştiricilere gönderilir.", + "feedback_form": "Geribildirim Formu", + "unknown_pokestop": "Bilinmeyen PokéStop Adı", + "unknown_gym": "Bilinmeyen Spor Salonu Adı", + "exclude": "Hariç Tutar", + "exclude_quest": "Görevi Hariç Tutar", + "exclude_invasion": "İstilayı Hariç Tutar", + "exclude_team": "Takımı Hariç Tutar", + "exclude_raid": "Baskını Hariç Tutar", + "exclude_lure": "Yem'i Hariç Tutar", + "timer": "Zamanlayıcı", + "hide": "Gizle", + "tier": "Seviye", + "slots": "Yuvalar", + "mega": "Mega", + "form": "Form", + "starts": "Başlangıç", + "ends": "Bitiş", + "defender": "Savunucu", + "best_buddy": "En iyi arkadaş", + "cp": "CP", + "kilogram": "kg", + "meter": "m", + "total_cp": "Toplam CP", + "first_seen": "İlk Kez Görüldü", + "last_seen": "Son Kez Görüldü", + "last_modified": "Son Değiştirilme", + "last_updated": "Son Güncelleme", + "imported": "İçe Aktarıldı", + "nest_estimated": "Yuva Verileri Tahmini!", + "verify_nests": "Mevcut Oluşumları Kontrol Ederek Doğrula", + "nest_out_of_date": "Yuva Potansiyel Olarak Güncel Değil!", + "nest_check_current": "Mevcut Oluşumları Kontrol Et", + "spawns_per_hour": "Saati Başına Oluşum", + "teams": "Takımlar", + "eggs": "Yumurtalar", + "reverse": "Ters", + "selected": "Seçili", + "unselected": "Seçilmemiş", + "only_available": "Mevcut", + "common": "Yaygın", + "uncommon": "Nadir", + "rare": "Seyrek", + "ultra_rare": "Çok Seyrek", + "regional": "Bölgesel", + "event": "Etkinlik", + "legendary": "Efsanevi", + "mythical": "Mitolojik", + "ultra_beast": "Ultra Canavar", + "alt_forms": "Alternatif Formlar", + "alola": "Alola", + "galarian": "Galar", + "showing": "Gösteriliyor", + "instance": "Örnek", + "online": "Çevrimiçi", + "offline": "Çevrimdışı", + "boosted_types": "Güçlendirilmiş Türler", + "pokemon_options": "Pokémon Seçenekleri", + "pokestops_options": "PokéStop Seçenekleri", + "gyms_options": "Spor Salonu Seçenekleri", + "nests_options": "Yuva Seçenekleri", + "wayfarer_options": "Wayfarer Seçenekleri", + "admin_options": "Yönetici Seçenekleri", + "weather_options": "Hava Durumu Seçenekleri", + "s2cells_options": "S2 Hücre Seçenekleri", + "clustering": "Kümelenme", + "glow": "Parıltı", + "legacy_filter": "Klasik Filtre", + "raid_timers": "Tüm Baskın Zamanlayıcıları", + "invasion_timers": "Tüm İstila Zamanlayıcıları", + "lure_timers": "Tüm Yem Zamanlayıcıları", + "device_path_color": "Cihaz Yolu Rengi", + "old_portals": "Eski Portallar", + "new_portals": "Yeni Portallar", + "items": "Eşyalar", + "energy": "Enerji", + "ar_eligible": "AR Uygun", + "iv_circles": "IV Göstergeleri", + "min_iv_circle": "Minimum IV Dairesi", + "interaction_ranges": "Etkileşim Aralıkları", + "cannot_connect": "\nBu anda sunucuya bağlanılamıyor. \nHemen tekrar denemek daha fazla soruna neden olacaktır. \nLütfen birkaç dakika sonra tekrar deneyiniz.\n\n- Harita Yönetim Ekibi", + "mad_quest_text": "Yerel Görevler", + "xs": "XS", + "primary": "Birincil", + "secondary": "İkincil", + "zero_iv": "%0 IV", + "hundo_iv": "%100 IV", + "open_menu": "Menüyü Aç", + "zoom_in": "Yakınlaştır", + "zoom_out": "Uzaklaştır", + "welcome": "Hoş geldin", + "back": "Geri", + "next": "İleri", + "finish": "Bitir", + "start_tutorial": "Eğitime Başla", + "view_profile": "Profili Görüntüle", + "login_optional": "Giriş (İsteğe Bağlı)", + "tutorial": "Eğitim", + "tutorial_language": "Dilini Seç", + "tutorial_welcome": "Bu eğitim etkileşimlidir ve sunulan tüm seçeneklerle oynamanız şiddetle tavsiye edilir", + "tutorial_categories": "Erişiminiz Olan Kategoriler", + "tutorial_logged_in": "Profilinizi görüntüleyerek izinleriniz hakkında detayları görebilirsiniz.", + "tutorial_logged_out": "Giriş yaparak izinleriniz hakkında detayları görebilirsiniz.", + "tutorial_sidebar_0": "Tüm Filtreleriniz ve Ayarlarınız Burada", + "tutorial_sidebar_1": "Her kategori için hangi veriyi istediğinizi anahtarlarla belirleyebileceksiniz", + "tutorial_sidebar_2": "Seçenekler: Ek özelleştirme\nGelişmiş: Bu eğitimde daha sonra ele alacağız", + "tutorial_sliders_0": "Filtreleri ayarlamak için kaydırıcıları kullanma", + "tutorial_sliders_1": "Arasında Pokémonlar:", + "tutorial_sliders_2": "- IV %{{iv0}} ile %{{iv1}} arası", + "tutorial_sliders_3": "Seviye {{level0}} ile {{level1}} arası", + "tutorial_sliders_3alt": "- VE Seviye {{level0}} ile {{level1}} arası", + "tutorial_sliders_4": "- Büyük Lig Sıralaması {{gl0}} ile {{gl1}} arası", + "tutorial_sliders_4alt": "- YA DA Büyük Lig Sıralaması {{gl0}} ile {{gl1}} arası", + "tutorial_sliders_5": "- Ultra Lig Sıralaması {{ul0}} ile {{ul1}} arası", + "tutorial_sliders_5alt": "- YA DA Ultra Lig Sıralaması {{ul0}} ile {{ul1}} arası", + "tutorial_sliders_6": "Aynı renkten diğerleri ile zincirleme", + "tutorial_sliders_7": "Diğer kaydırıcılardan ayrı filtreler", + "tutorial_sliders_8": "'Dolu' bir kaydırıcı, devre dışı bırakıldığı anlamına gelir:", + "tutorial_sliders_9": "IV kontrol edilmiş olsun ya da olmasın, tüm yavrular", + "tutorial_help": "Bu menüye kısayol", + "tutorial_adv_filter": "Yalnızca mobil, gelişmiş menü için filtreleme seçeneklerini açar", + "tutorial_tune": "Menüde şu anda filtrelenmekte olan tüm Pokémonlar için gelişmiş filtreyi ayarlar", + "tutorial_format_size": "Menüde şu anda filtrelenmekte olan tüm öğeler için simge büyüklüğünü ayarlar", + "tutorial_check": "Menüde şu anda filtrelenmekte olan tüm öğeleri etkinleştirir", + "tutorial_clear": "Menüde şu anda filtrelenmekte olan tüm öğeleri devre dışı bırakır", + "tutorial_save": "Mevcut seçimi kaydeder ve çıkar", + "tutorial_show_all_view": "PokéStops & Gym'ları göstermeyi değiştir", + "tutorial_show_pokemon_view": "Pokémonları göstermeyi değiştir", + "tutorial_toggle": "İşaret/X'e tıklamak öğeyi değiştirir", + "tutorial_pokemon_caption": "Bu simge, belirli bir Pokémon için filtreleri ayarlamanızı sağlar", + "tutorial_all_caption": "Takımların özel yuvalar menüsü vardır\nDiğer tüm öğeler simge büyüklüğünü ayarlamanızı sağlar", + "tutorial_popup_0": "Popuplar artık etkileşimli!", + "tutorial_popup_1": "Üç nokta, gizleme, hariç tutma ve zamanlayıcıyı değiştirme seçeneklerini açar", + "tutorial_popup_2": "Navigasyon bağlantısının her iki yanındaki simgeler, ek bilgi göstermek için genişleyecek, bir deneyin!", + "tutorial_popup_3": "Her kategori için simgeler farklılık gösterir, hepsini kontrol ettiğinizden emin olun", + "tutorial_closing_0": "Ek bilgi", + "tutorial_closing_1": "Kenar çubuğundaki küresel Pokémon kaydırıcıları, gelişmiş menüden ayrı çalışır ve birbirlerini etkilemez", + "tutorial_closing_2": "Kenar çubuğundaki Ayarlar bölümünü kontrol ettiğinizden emin olun", + "tutorial_closing_3": "Her kategori için çok sayıda estetik seçenek mevcut, ancak haritanıza ne kadar çok şey eklerseniz, haritanızın donma ihtimali o kadar artar", + "tutorial_closing_4": "Bu eğitimi, kenar çubuğundaki Ayarlar panelinden seçerek tekrar görebilirsiniz", + "tutorial_closing_5": "Kendinize dikkat edin ve iyi şanslar!", + "intro": "Giriş", + "sidebar": "Kenar Çubuğu", + "sliders": "Kaydırıcılar", + "popups": "Popuplar", + "closing": "Son", + "shortcuts": "Kısayollar", + "iv": "IV", + "area_restrictions": "Alan Kısıtlamaları", + "map": "Harita", + "stats": "İstatistikler", + "pvp": "PVP", + "area_restrictions_subtitle": "Bu alanlara erişiminiz var", + "devices_subtitle": "Aktif cihaz konumlarını ve rotalarını gösterir", + "gyms_subtitle": "Aktif spor salonu konumlarını, aktif takımı ve her spor salonunun kaç yuva sunduğunu gösterir", + "invasions_subtitle": "Team Rocket istilası bilgisini, dâhil savaş dizilimi, bitiş zamanı ve olası ödülleri gösterir", + "iv_subtitle": "IV% ve parıltı seçeneklerini gösterir", + "lures_subtitle": "Oltalar hakkında bilgi gösterir, oltanın tipi ve bitiş zamanı dâhil", + "map_subtitle": "Haritayı gösterir", + "nests_subtitle": "Aktif şekilde yuvalanan Pokémonları ve yuva poligonlarını gösterir", + "pokemon_subtitle": "Tüm Pokémon konumlarını ve bitiş zamanlarını gösterir", + "pokestops_subtitle": "Tüm PokéStop konumlarını gösterir", + "portals_subtitle": "Tüm Ingress portallarını gösterir", + "pvp_subtitle": "Her Pokémon için PVP rütbesi/CP/Seviye bilgisini gösterir", + "quests_subtitle": "Görev ödülü ve görev bilgisini gösterir", + "raids_subtitle": "Baskın lideri, yumurtalar, bitiş zamanı ve hareket seti dahil olmak üzere tüm baskın bilgilerini gösterir", + "scan_cells_subtitle": "Bir S2 hücresinin son taranma zamanını gösterir", + "scan_areas_subtitle": "Kullanılabilir tarama alanı poligonlarını gösterir", + "spawnpoints_subtitle": "Yaratma noktalarını ve tahmini yok olma zamanlarını gösterir", + "stats_subtitle": "Pokémon istatistikleri ve seviyelerini gösterir", + "submission_cells_subtitle": "Yeni POI'ler göndermek için yararlı bilgiler gösterir", + "weather_subtitle": "Her hücre için oyundaki hava durumu bilgisini gösterir", + "scanner_subtitle": "Tarananı çeşitli yollarla doğrudan etkileşim kur", + "s2cells_subtitle": "Haritada çeşitli seviyelerde S2 Hücrelerini gösterir", + "backups_subtitle": "Ayarları cihazlar arası yedeklemeyi ve yüklemeyi sağlar", + "backups": "Yedeklemeler", + "user_profile": "Kullanıcı Profili", + "user_username": "Kullanıcı Adı", + "candy": "Şeker", + "show_ex_badge": "EX Rozetini Göster", + "search": "Ara", + "global_search_quests": "Ödül Adı Gir...", + "global_search_lures": "Yem Adı Gir...", + "global_search_pokestops": "PokéStop Adı Gir...", + "global_search_gyms": "Spor Salonu Adı Gir...", + "global_search_portals": "Portal Adı Gir...", + "global_search_nests": "Yuva Pokémon Adı Gir...", + "global_search_raids": "Baskın Lideri Adı Gir...", + "global_search_pokemon": "Pokémon Adı Gir...", + "global_search_invasions": "Grunt Türünü, Adını veya Pokémon ödül adını gir...", + "raid_level_badges": "Baskın Seviye Rozetleri", + "options": "Seçenekler", + "profile": "Profil", + "pokemon_icons": "Pokémon İkonları", + "pokestop_icons": "PokéStop İkonları", + "gym_icons": "Spor Salonu İkonları", + "team_icons": "Takım İkonları", + "egg_icons": "Yumurta İkonları", + "raid_icons": "Baskın İkonları", + "nest_icons": "Yuva İkonları", + "reward_icons": "Ödül İkonları", + "type_icons": "Tür İkonları", + "weather_icons": "Hava Durumu İkonları", + "misc_icons": "Çeşitli İkonlar", + "invasion_icons": "İstila İkonları", + "spawnpoint_icons": "Yaratma Noktası İkonları", + "device_icons": "Cihaz İkonları", + "pokemon_audio": "Pokémon Sesi", + "pokestop_audio": "PokéStop Sesi", + "gym_audio": "Spor Salonu Sesi", + "team_audio": "Takım Sesi", + "egg_audio": "Yumurta Sesi", + "raid_audio": "Baskın Sesi", + "nest_audio": "Yuva Sesi", + "reward_audio": "Ödül Sesi", + "type_audio": "Tür Sesi", + "weather_audio": "Hava Durumu Sesi", + "misc_audio": "Çeşitli Sesler", + "invasion_audio": "İstila Sesi", + "spawnpoint_audio": "Yaratma Noktası Sesi", + "device_audio": "Cihaz Sesi", + "pokemon_timers": "Tüm Pokémon Zamanlayıcıları", + "show_dex_num_in_popup": "Açılır Pencerede Pokédex # Numarasını Göster", + "popup": "Açılır Pencere", + "pvp_level": "{{level}} Seviye PVP İstatistikleri", + "pvp_mega": "Mega PVP İstatistikleri", + "webhook_entry": "{{name}}'e Ekle", + "remove_webhook_entry": "{{name}}'den Kaldır", + "distance": "Mesafe", + "gym": "Spor Salonu", + "egg": "Yumurta", + "raid": "Baskın", + "lure": "Yem", + "quest": "Görev", + "invasion": "İstila", + "nest": "Yuva", + "pokestop": "PokéStop", + "team": "Takım", + "global": "Global", + "manage_webhook": "{{name}} Yönet", + "drag_and_drop": "Konumunuzu Belirlemek için İşaretçiyi Sürükleyip Bırakın", + "click_to_select": "Seçmek için Tıklayın", + "add_new": "Yeni {{category}} Uyarısı Ekle", + "my_location": "Benim Konumum", + "choose_on_map": "Haritadan Seç", + "select_profile": "Profil Seç", + "distance_radius": "Mesafe Yarıçapını Önizle", + "areas": "Alanlar", + "select_webhook": "Bot Seç", + "ar_quest_true": "AR Görevi", + "ar_quest_false": "AR Yok", + "with_ar": "AR ile", + "both": "Her İkisi", + "without_ar": "AR Olmadan", + "exclude_quest_multi": "{{reward}} Hariç Tut", + "cluster_limit_0": "{{variable_0}} limiti ({{variable_1}}) aşıldı", + "cluster_limit_1": "Lütfen yakınlaştırın veya filtrelerinizi daraltın", + "show_polygons": "Poligonları Göster", + "exclude_invasion_multi": "{{invasion}} Hariç Tut", + "stardust": "Yıldız Tozu", + "slider_cp": "CP", + "pvp_ranking_league": "Lig", + "pvp_ranking_min_cp": "Min CP", + "slider_pvp": "Sıralamalar", + "profile_no": "Profil", + "template": "Şablon", + "gender": "Cinsiyet", + "clean": "Temizle", + "all_forms": "Tüm Formlar", + "pvp_entry": "PVP Girişi", + "no_iv": "IV'siz", + "by_distance": "Mesafeye Göre", + "min_time": "Min Süre", + "add_new_profile": "Yeni Profil Ekle", + "slider_none": "Yok", + "non_registered_human_title": "Oops, bir şeyler ters gitti!", + "non_registered_human_desc": "{{webhook}} ile kayıtlı olmayabilirsiniz\nVeya sunucu şu anda ulaşılabilir değil", + "try_again_later": "Lütfen daha sonra tekrar deneyin", + "selected_areas_one": "{{count}} Alan Seçildi", + "selected_areas_other": "{{count}} Alan Seçildi", + "webhook_selection": "{{name}} Seçimi", + "message_of_the_day": "Günün Mesajı", + "has_quest_indicator": "Görevleri Olan Duraklar için Alternatif Renk", + "show_ar_badge": "AR Rozetini Göster", + "all_gyms": "Tüm Spor Salonları", + "general": "Genel", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "Seçili Global Ayarları Saygılar", + "normal_forms": "Normal Formlar", + "weather_indicator": "Hava Durumu Güçlendirme Göstergesi", + "page": "Sayfa {{page}}", + "navigation_controls": "Navigasyon Kontrolleri", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "Özel", + "all_moves": "Tüm Hareketler", + "move": "Hareket", + "any": "Herhangi", + "min_spawn_average": "Min Yavrulama Oranı", + "select_all": "Tümünü Seç", + "delete_all": "Seçilenleri Sil", + "cancel": "İptal", + "day_1": "Pazartesi", + "day_2": "Salı", + "day_3": "Çarşamba", + "day_4": "Perşembe", + "day_5": "Cuma", + "day_6": "Cumartesi", + "day_7": "Pazar", + "profile_name": "Profil Adı", + "manage_profiles": "Profilleri Yönet", + "min_spawn_avg": "Ort. Min Yavrulama", + "poke_global": "Her Şey", + "amount": "Miktar", + "specific_gym": "Belirli Spor Salonu", + "search_location": "Yerleri Ara", + "search_specific": "Belirli Bir {{category}} Ara", + "webhook_success_gym": "Baskınlar, Yumurtalar ve Takım Değişikliği Uyarıları Eklendi!", + "slot_changes": "Yuva Değişiklikleri", + "slot_changes_poracle": "yuva_değişiklikleri", + "confirm_delete": "Bu profil için tüm takibi kaldıracaksınız, emin misiniz?", + "confirm_copy": "\"{{profile}}\" profilini hangi profile kopyalamak istersiniz, bu profilin tamamını üstüne yazacaktır.", + "webhook_error": "{{name}} bunu işleyemedi.\nLütfen daha sonra tekrar deneyin.", + "profile_error": "Benzersiz ve geçerli olmalıdır", + "team_0": "Takım Yok", + "battle_changes": "Savaşta", + "battle_changes_poracle": "savaş_değişiklikleri", + "auto": "Otomatik", + "webhooks_subtitle": "Bu botlar için uyarılarınızı doğrudan haritadan yönetin", + "event_stops_subtitle": "Kecleon gibi özel etkinlik Pokéstops'larını gösterir", + "webhooks": "Uyarılar", + "scanner": "Tarayıcı Eylemleri", + "everything_individually": "Tekil Uyarılar Ekle", + "individually": "tekillik", + "join": "Katıl", + "errors_404": "Oops, bu sayfa bulunamadı!", + "errors_500": "Bir sunucu hatası oluştu, daha sonra tekrar deneyin!", + "local_username": "Kullanıcı Adı", + "local_password": "Şifre", + "local_error": "Bir hata oluştu, lütfen daha sonra tekrar deneyin!", + "no_filter_results": "Sonuç Bulunamadı\nFiltrelerinizi Genişletmeyi Deneyin", + "donor_page": "Bağışçı Sayfası", + "go_back": "Geri Dön", + "access": "Erişim", + "link_discord": "Discord Bağla", + "select_webhook_strategy": "Alarm Yöneticisi", + "webhook_strategy_success_0": "Başarılı! Alarmların ayarlarını almak için yenileniyor...", + "register": "Kayıt Ol", + "invalid_credentials": "Geçersiz Bilgiler", + "localauth_failed": "Kimlik doğrulama başarısız", + "error_creating_user": "Şu anda yeni kullanıcı kaydı yapılamıyor", + "discord_linked": "Discord Bağlandı", + "telegram_linked": "Telegram Bağlandı", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "seviye", + "km": "km", + "feedback": "Geri Bildirim", + "donor_menu": "Bağışçı Menüsü", + "pokemon_cell": "Pokemon'un Konumu Değişebilir", + "timer_verified": "Bu Zamanlayıcı Doğrulandı", + "timer_unverified": "Bu Zamanlayıcı Doğrulanmadı", + "all": "Tümü", + "badge_0": "Yok", + "badge_1": "Temel", + "badge_2": "Bronz", + "badge_3": "Gümüş", + "badge_4": "Altın", + "gym_badge_menu": "Spor Salonu Rozeti Düzenle", + "gym_badges": "Spor Salonu Rozetleri", + "gym_badge_diamonds": "Spor Salonu Rozetlerini Göster", + "gym_badges_subtitle": "Haritada ve profil sayfasında bir liste içinde Spor Salonu Rozetlerini gösterir.", + "confirm_filters_reset": "Filtreleri Sıfırla", + "filters_reset_text": "Ayarları varsayılan değerlere sıfırlamak istediğinizden emin misiniz? Bu işlem geri alınamaz!", + "filters_reset_title": "Filtreleri Sıfırla", + "raid_quick_select": "Hızlı Seçim", + "disabled": "Devre Dışı", + "loading": "{{category}} Yükleniyor", + "loading_icons": "Simgeler Alınıyor", + "loading_invasions": "İstilalar Alınıyor", + "scan_next": "Sonraki Konumu Tara", + "scan_next_choose": "Tarama Konumunu Ayarlamak İçin İşaretçiyi Sürükleyip Bırakın", + "scan_zone": "Bir Alanı Tara", + "scan_zone_choose": "Tarama Konumunu Belirlemek ve Boyut Seçmek İçin İşaretçiyi Sürükleyip Bırakın", + "scan_zone_size": "Boyut", + "scan_zone_range": "Aralık", + "scan_zone_spacing": "Aralıklar", + "scan_zone_radius": "Yarıçap", + "scan_requests": "Tarama Talepleri", + "scan_queue": "Mevcut Kuyruk", + "click_to_scan": "Burayı Tara", + "scan_confirmed_title": "Tarama talebi onaylandı", + "scan_confirmed": "Çalışan konuma gönderildi, sonuç yakında haritada görünecek!", + "scan_loading_title": "Tarama isteği gönderiliyor", + "scan_loading": "Tarama isteğiniz işleniyor ve sisteme gönderiliyor!", + "scan_error_title": "Hata", + "scan_error": "Tarama isteği işlenirken bir hata oluştu...", + "scan_outside_area": "Bu konum, yetkili alanların sınırlarının dışında", + "pvp_ranking_cap": "Seviye", + "lc_title": "Konumunuzu Takip Et", + "lc_metersUnit": "metre", + "lc_feetUnit": "feet", + "lc_popup": "Bu noktadan {distance} {unit} içindesiniz", + "lc_outsideMapBoundsMsg": "Haritanın sınırları dışında olduğunuz görünüyor", + "no_alerts": "Alarm Bulunamadı", + "loading_settings": "Ayarlar Yükleniyor", + "refresh_to_continue": "Devam etmeden önce lütfen sayfayı yenileyin", + "session_expired_title": "Oturum Süresi Doldu", + "session_expired_body": "Oturumunuzun süresi doldu", + "old_client_title": "Güncel Değil", + "old_client_body": "Bu haritanın yeni bir sürümü mevcut", + "early_old_client_title": "Güncel Değil", + "early_old_client_body": "Bu uygulamanın eski bir sürümü tarayıcınızda önbelleğe alınmış olabilir, bu uygulamayı kullanabilmeniz için önbelleğinizi temizlemeniz gerekecektir.", + "refresh": "Yenile", + "points": "Puanlar", + "day": "Gün", + "days": "Günler", + "react_error": "Bir Şeyler Yanlış Gitti", + "clickable_icon": "İkon Tıklanabilir", + "two_stops_till_next": "Sonraki duraklara 2 durak", + "one_stop_till_next": "Sonraki duraklara 1 durak", + "no_more_gyms": "Başka spor salonu yok", + "light_map_border": "Açık Harita Sınırı", + "dark_map_border": "Koyu Harita Sınırı", + "cell_blocked": "Hücre Engellendi", + "poi_color": "İlgi Noktası Rengi", + "quest_condition": "Görev Koşulu", + "always_show_labels": "Etiketleri Her Zaman Göster", + "scan_areas_options": "Tarama Alanları Seçenekleri", + "historic_rarity": "Tarihi Nadirlik", + "poi": "İlgi Noktaları", + "300m_range": "300m Menzil", + "lure_range": "Oltalama Menzili", + "custom_range": "Özel Menzil", + "tap_to_toggle": "Değiştirmek İçin Dokun", + "power_up": "Güçlendir", + "never_alt": "Asla", + "seen_nearby_stop": "Yakında Görüldü", + "seen_nearby_cell": "Bu Hücrede Görüldü", + "seen_lure_encounter": "Oltalama Karşılaşması", + "seen_lure_wild": "Oltalama Yabani", + "seen_wild": "Yabani Görüldü", + "event_stops": "Etkinlik Durakları", + "event_stop_timers": "Etkinlik Durağı Zamanlayıcıları", + "size_0": "Herhangi", + "size_1": "ÇÇK", + "size_2": "ÇK", + "size_3": "O", + "size_4": "B", + "size_5": "ÇB", + "show_size_indicator": "Boyut Göstergesini Göster", + "size": "Boyut", + "gold_stop": "Altın Durak", + "profile_backups": "Profil Değişimi", + "new_backup": "Yeni Yedek", + "create": "Oluştur", + "load": "Yükle", + "update": "Güncelle", + "delete": "Sil", + "name": "Ad", + "only_confirmed": "Sadece Onaylanmış", + "only_exclude_grunts": "Grunt'ları Hariç Tut", + "only_exclude_leaders": "Liderleri Hariç Tut", + "rocket_pokemon": "Roket Pokémon'u", + "decoy": "Yem", + "s2_cell_limit_0": "20.000'den fazla hücre üretmeye çalıştınız ({{variable_0}})", + "s2_cell_zoom_limit": "Bazı hücreler bu yakınlaştırma seviyesinde görüntülenemeyecek kadar küçük", + "show_all_pvp_ranks": "Tüm PVP Sıralamalarını Göster", + "enable_pokemon_popup_coords": "Pokémon Koordinatlarını Göster", + "enable_gym_popup_coords": "Spor Salonu Koordinatlarını Göster", + "enable_pokestop_popup_coords": "Pokéstop Koordinatlarını Göster", + "enable_portal_popup_coords": "Portal Koordinatlarını Göster", + "on_block_join_discord": "Daha fazla bilgi için lütfen Discord'umuza katılın.", + "on_block_msg": "Bir üyesi olduğunuz için engellendiniz", + "denied": "Reddedildi", + "showcase": "Vitrin", + "unknown_event": "Bilinmeyen Etkinlik", + "scanner_countdown": "{{time}} saniye sonra kullanılabilir", + "success": "Başarılı", + "contribute": "Katkıda Bulun", + "mi": "mi", + "filter_by_areas": "Alanlara Göre Filtrele", + "submit_nest_name": "Yuva Adı Gönder", + "nest_submission_menu": "Ad Güncelleme", + "nest_submissions": "Yuva Gönderimleri", + "nest_submissions_subtitle": "Yuvalar için yeni adlar göndermenizi sağlar", + "pokemon_opacity": "Dinamik Pokémon Opaklığı", + "invasion_opacity": "Dinamik İstila Opaklığı", + "raid_opacity": "Dinamik Baskın Opaklığı", + "opacity_ten_minutes": "10 dakikada opaklık", + "opacity_five_minutes": "5 dakikada opaklık", + "opacity_one_minute": "1 dakikada opaklık", + "level_circles": "Seviye Göstergeleri", + "min_level_circle": "Minimum Çember Seviyesi", + "mutation_auth_error": "Giriş yapmadığınız için isteğiniz başarısız oldu", + "submitted_by": "Gönderen", + "reversible": "Geri Alınabilir", + "version": "Versiyon", + "route_tags": "Rota Etiketleri", + "routes": "Rotalar", + "route_type": "Rota Türü", + "routes_subtitle": "Haritada oyun içi rotaları ve bu rotalarla ilgili bilgileri gör", + "description": "Açıklama", + "additional_info": "Ek Bilgi", + "duration": "Süre", + "elevation": "Yükseklik", + "contest_category_1": "En Küçük Boyut", + "context_category_2": "En Büyük Boyut", + "total_entries": "Toplam Giriş", + "showcase_rankings": "Vitrin Sıralamaları", + "showcase_rankings_subtitle": "Bir Pokéstop'ta vitrin için en üst sıralamaların bir listesini gösterir", + "tth": "TTH", + "tth_0": "Tümü", + "tth_1": "Bilinen", + "tth_2": "Bilinmeyen", + "no_access": "Erişim Yok", + "cooldown": "Serinleme Süresi", + "scan_some_outside_area": "Bazı konumlar yetkilendirilmiş sınırların dışında", + "alerts": "alarmalar", + "alert_manager": "Alarm Yöneticisi", + "menu": "Menü", + "theme": "Tema", + "exit": "Çıkış", + "component": "Bileşen", + "component_login_page": "Giriş Sayfası", + "component_donation_page": "Bağış Sayfası", + "component_message_of_the_day": "Günün Mesajı", + "download": "İndir", + "playground": "Oyun Alanı", + "locale": "Yerel Ayar", + "saved": "Kaydedildi", + "show_editor": "Editörü Göster", + "hide_editor": "Editörü Gizle", + "reported_error": "Bu hata, şu tanımlayıcı ile sunucuya bildirildi", + "dark_mode": "Karanlık Mod", + "load_from_autosave": "Otomatik Kayıttan Yükle", + "done": "Tamamlandı", + "fast": "Hızlı", + "charged": "Şarjlı", + "offline_mode": "Çevrimdışı Mod", + "include_sponsored": "Sponsorlu İçerikleri Dahil Et", + "showcase_color": "Vitrin Rengi", + "partner_color": "Ortak Rengi", + "disable": "{{- name}} Devre Dışı Bırak", + "profiling": "Profil Oluşturma", + "showcase_block": "Vitrin nedeniyle engellendi", + "signed_in_as": "Olarak giriş yapıldı", + "missing_map_perm": "Haritayı görüntüleme izniniz yok.", + "access_denied": "Erişim Reddedildi", + "audio": "Ses", + "desktop_notifications": "Masaüstü Bildirimleri", + "notifications_options": "Bildirim Seçenekleri", + "audio_always_on": "Ses Her Zaman Çalar", + "volume_level": "Ses Seviyesi", + "notifications_status": "Bildirim Durumu", + "granted": "verildi", + "set_all": "Hepsini Ayarla", + "set_filtered": "Filtrelenmişi Ayarla", + "only_show_available": "Yalnızca Mevcut Olanları Göster", + "easy_mode": "Kolay Mod", + "quick_select": "Küresel Hızlı Seçim", + "pokemon_filter_mode": "Pokémon Filtre Modu", + "basic": "Temel", + "intermediate": "Orta", + "expert": "Uzman", + "basic_description": "Kolayca Pokémon seçin ve küresel bir filtre uygulayın", + "intermediate_description": "Bireysel filtreleri küresel olarak ve Pokémon başına ayarlayın (geleneksel)", + "expert_description": "En fazla özelleştirme için manuel giriş sorguları", + "icon_size": "Simgenin Boyutu", + "developer": "Geliştirici", + "raid_override": "Baskın Geçersiz Kılma", + "search_rocket_pokemon": "Roket Pokémon'larını Ara", + "main": "Ana", + "extra": "Ekstra", + "select": "Seç", + "searching": "arama...", + "no_options": "Seçenek Yok...", + "and": "VE", + "or": "YA DA", + "only_global": "Yalnızca Küresel", + "global_caption": "Diğer Tüm Filtreleri Yoksayar", + "global_and_individual": "Küresel & Bireysel Filtreler", + "gender_filters_all": "Cinsiyet Tümüne Uygulanır", + "and_caption": "Birlikte Bağlandı", + "or_caption": "Bağımsız Filtreler", + "filter_help": "Filtre Yardımı", + "kilometers": "Kilometre", + "miles": "Mil", + "distance_unit": "Mesafe Birimi", + "data_management": "Veri Yönetimi", + "reset_or_manage_text": "Filtrelerinizi sıfırlayabilir veya bireysel kategorileri sıfırlamanıza izin verecek veri yönetimi sayfasını görüntüleyebilirsiniz.", + "reset_audio": "Sesi Sıfırla", + "reset_all": "Hepsini Sıfırla", + "reset_icons": "Simgeleri Sıfırla", + "reset_position": "Konumu Sıfırla", + "reset_ui": "Kullanıcı Arayüzünü Sıfırla", + "reset_options": "Seçenekleri Sıfırla", + "reset_menus": "Menüleri Sıfırla", + "reset_settings": "Ayarları Sıfırla", + "reset_general_title": "Genel", + "reset_filters_title": "Filtreler", + "reset_assets": "Varlıkları Sıfırla", + "reset_pokemon": "Pokémon'ları Sıfırla", + "reset_pokestops": "PokéStop'ları Sıfırla", + "reset_gyms": "Spor Salonlarını Sıfırla", + "reset_nests": "Yuvaları Sıfırla", + "reset_portals": "Portalları Sıfırla", + "reset_routes": "Rotaları Sıfırla", + "reset_scan_areas": "Tarama Alanlarını Sıfırla", + "reset_scan_cells": "Tarama Hücrelerini Sıfırla", + "reset_devices": "Cihazları Sıfırla", + "reset_weather": "Havayı Sıfırla", + "reset_s2cells": "S2 Hücrelerini Sıfırla", + "reset_spawnpoints": "Doğuş Noktalarını Sıfırla", + "reset_submission_cells": "Gönderim Hücrelerini Sıfırla", + "hisuian": "Hisuian", + "spacial_rend_range": "Uzaysal Yırtma Menzili", + "key": "Anahtar", + "ai": "Yapay Zeka", + "human": "İnsan", + "locales": "Yerel Ayarlar", + "instructions": "Talimatlar", + "locale_instructions_1": "Açılır menüden bir dil seçin", + "locale_instructions_2": "\"İnsan\" sütununa istenilen çevirileri girin", + "locale_instructions_3": "JSON dosyasını indirmek için \"$t(indir)\" butonuna tıklayın", + "locale_instructions_4": "Aşağıdaki GitHub repo bağlantısını çatallayın", + "locale_instructions_5": "Yeni bir dal oluşturun ve adını çevirdiğiniz dil olarak adlandırın", + "locale_instructions_6": "\"packages/locales/lib/human/{{lng}}.json\" içeriğini indirdiğiniz dosya ile değiştirin", + "locale_instructions_7": "Bir çekme isteği oluşturun", + "locale_instructions_8": "Çekme isteğinin incelenip birleştirilmesini bekleyin", + "enter_translation": "Çeviri Gir", + "individual_filters": "Kısmen Filtrelenmiş", + "data_limit_reached": "Son zamanlarda çok fazla veri talebinde bulundunuz ve {{until}} tarihine kadar beklemedesiniz", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "Dostunuzla {{amount}} kalp kazanın", + "challenge_buddy_treat_plural": "Dostunuza {{amount}} adet atıştırmalık verin", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Star Egg", + "egg_1_plural": "1 Star Eggs", + "egg_2": "2 Star Egg", + "egg_2_plural": "2 Star Eggs", + "egg_3": "3 Star Egg", + "egg_3_plural": "3 Star Eggs", + "egg_4": "4 Star Egg", + "egg_4_plural": "4 Star Eggs", + "egg_5": "Legendary Egg", + "egg_5_plural": "Legendary Eggs", + "egg_6": "Mega Egg", + "egg_6_plural": "Mega Eggs", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "Normal", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "Normal", + "form_34": "Saldırı", + "form_35": "Savunma", + "form_36": "Hız", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "Normal", + "form_46": "Alola", + "form_47": "Normal", + "form_48": "Alola", + "form_49": "Normal", + "form_50": "Alola", + "form_51": "Normal", + "form_52": "Alola", + "form_53": "Normal", + "form_54": "Alola", + "form_55": "Normal", + "form_56": "Alola", + "form_57": "Normal", + "form_58": "Alola", + "form_59": "Normal", + "form_60": "Alola", + "form_61": "Normal", + "form_62": "Alola", + "form_63": "Normal", + "form_64": "Alola", + "form_65": "Normal", + "form_66": "Alola", + "form_67": "Normal", + "form_68": "Alola", + "form_69": "Normal", + "form_70": "Alola", + "form_71": "Normal", + "form_72": "Alola", + "form_73": "Normal", + "form_74": "Alola", + "form_75": "Normal", + "form_76": "Alola", + "form_77": "Normal", + "form_78": "Alola", + "form_79": "Normal", + "form_80": "Alola", + "form_81": "Normal", + "form_82": "Buz Rotom", + "form_83": "Vantilatör Rotom", + "form_84": "Biçer Rotom", + "form_85": "Yıkayan Rotom", + "form_86": "Sıcak Rotom", + "form_87": "Bitki Pelerini", + "form_88": "Kumlu Pelerin", + "form_89": "Çöp Pelerin", + "form_90": "Değişmiş Formu", + "form_91": "Orijin Formu", + "form_92": "Gökyüzü Formu", + "form_93": "Kara Formu", + "form_94": "Kapalı Hava Formu", + "form_95": "Sunny", + "form_96": "Batı Denizi", + "form_97": "Doğu Denizi", + "form_98": "Batı Denizi", + "form_99": "Doğu Denizi", + "form_100": "Normal", + "form_101": "Dövüşçü", + "form_102": "Uçan", + "form_103": "Zehir", + "form_104": "Yer", + "form_105": "Kaya", + "form_106": "Böcek", + "form_107": "Hayalet", + "form_108": "Çelik", + "form_109": "Ateş", + "form_110": "Su", + "form_111": "Bitki", + "form_112": "Elektrik", + "form_113": "Psişik", + "form_114": "Buz", + "form_115": "Ejderha", + "form_116": "Karanlık", + "form_117": "Peri", + "form_118": "Bitki Pelerini", + "form_119": "Kumlu Pelerin", + "form_120": "Çöp Pelerin", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "Normal", + "form_136": "Kırmızı Çizgili", + "form_137": "Mavi Çizgili Formu", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "Enkarne Formu", + "form_141": "Theria Formu", + "form_142": "Enkarne Formu", + "form_143": "Theria Formu", + "form_144": "Enkarne Formu", + "form_145": "Theria Formu", + "form_146": "Normal", + "form_147": "Kara Kyurem", + "form_148": "Ak Kyurem", + "form_149": "Sıradan Formu", + "form_150": "Kararlı Formu", + "form_151": "Arya Formu", + "form_152": "Piruet Formu", + "form_157": "Normal", + "form_160": "Normal", + "form_163": "Normal", + "form_166": "Normal", + "form_169": "Normal", + "form_172": "Normal", + "form_175": "Normal", + "form_178": "Normal", + "form_181": "Normal", + "form_184": "Normal", + "form_187": "Normal", + "form_190": "Normal", + "form_193": "Normal", + "form_196": "Normal", + "form_199": "Normal", + "form_202": "Normal", + "form_205": "Normal", + "form_208": "Normal", + "form_211": "Normal", + "form_214": "Normal", + "form_217": "Normal", + "form_224": "Normal", + "form_229": "Normal", + "form_232": "Normal", + "form_235": "Normal", + "form_238": "Normal", + "form_241": "Normal", + "form_244": "Normal", + "form_247": "Normal", + "form_250": "Normal", + "form_253": "Normal", + "form_256": "Normal", + "form_259": "Normal", + "form_262": "Normal", + "form_265": "Normal", + "form_268": "Normal", + "form_271": "Normal", + "form_274": "Normal", + "form_277": "Normal", + "form_280": "Normal", + "form_283": "Normal", + "form_286": "Normal", + "form_289": "Normal", + "form_292": "Normal", + "form_295": "Normal", + "form_298": "Normal", + "form_301": "Normal", + "form_304": "Normal", + "form_307": "Normal", + "form_310": "Normal", + "form_313": "Normal", + "form_316": "Normal", + "form_319": "Normal", + "form_322": "Normal", + "form_585": "İlkbahar Formu", + "form_586": "Yaz Formu", + "form_587": "Sonbahar Formu", + "form_588": "Kış Formu", + "form_589": "İlkbahar Formu", + "form_590": "Yaz Formu", + "form_591": "Sonbahar Formu", + "form_592": "Kış Formu", + "form_593": "Normal", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "Normal", + "form_599": "Noevolve", + "form_600": "Normal", + "form_601": "Noevolve", + "form_602": "Normal", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "Normal", + "form_613": "Normal", + "form_616": "Normal", + "form_619": "Normal", + "form_622": "Normal", + "form_625": "Normal", + "form_628": "Normal", + "form_631": "Normal", + "form_634": "Normal", + "form_637": "Normal", + "form_640": "Normal", + "form_643": "Normal", + "form_646": "Normal", + "form_649": "Normal", + "form_652": "Normal", + "form_655": "Normal", + "form_658": "Normal", + "form_661": "Normal", + "form_664": "Normal", + "form_667": "Normal", + "form_670": "Normal", + "form_677": "Normal", + "form_680": "Normal", + "form_683": "Normal", + "form_688": "Normal", + "form_691": "Normal", + "form_694": "Normal", + "form_697": "Normal", + "form_700": "Normal", + "form_703": "Normal", + "form_706": "Normal", + "form_713": "Normal", + "form_716": "Normal", + "form_719": "Normal", + "form_722": "Normal", + "form_729": "Normal", + "form_734": "Normal", + "form_737": "Normal", + "form_740": "Normal", + "form_743": "Normal", + "form_746": "Normal", + "form_749": "Normal", + "form_752": "Normal", + "form_755": "Normal", + "form_758": "Normal", + "form_761": "Normal", + "form_764": "Normal", + "form_767": "Normal", + "form_770": "Normal", + "form_773": "Normal", + "form_776": "Normal", + "form_779": "Normal", + "form_782": "Normal", + "form_785": "Normal", + "form_788": "Normal", + "form_791": "Normal", + "form_794": "Normal", + "form_797": "Normal", + "form_800": "Normal", + "form_803": "Normal", + "form_806": "Normal", + "form_809": "Normal", + "form_812": "Normal", + "form_815": "Normal", + "form_818": "Normal", + "form_821": "Normal", + "form_824": "Normal", + "form_827": "Normal", + "form_830": "Normal", + "form_833": "Normal", + "form_836": "Normal", + "form_839": "Normal", + "form_846": "Normal", + "form_849": "Normal", + "form_852": "Normal", + "form_855": "Normal", + "form_858": "Normal", + "form_861": "Normal", + "form_864": "Normal", + "form_867": "Normal", + "form_870": "Normal", + "form_873": "Normal", + "form_876": "Normal", + "form_879": "Normal", + "form_888": "Normal", + "form_891": "Normal", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "Normal", + "form_901": "Vs 2019", + "form_902": "Normal", + "form_905": "Normal", + "form_908": "Normal", + "form_911": "Normal", + "form_914": "Normal", + "form_917": "Normal", + "form_920": "Normal", + "form_923": "Normal", + "form_926": "Normal", + "form_929": "Normal", + "form_932": "Normal", + "form_935": "Normal", + "form_938": "Normal", + "form_941": "Normal", + "form_944": "Galarian", + "form_945": "Normal", + "form_946": "Galarian", + "form_947": "Normal", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "Normal", + "form_956": "Normal", + "form_959": "Normal", + "form_962": "Normal", + "form_965": "Normal", + "form_968": "Normal", + "form_971": "Normal", + "form_974": "Normal", + "form_981": "Normal", + "form_984": "Normal", + "form_987": "Normal", + "form_990": "Normal", + "form_993": "Normal", + "form_996": "Normal", + "form_999": "Normal", + "form_1002": "Normal", + "form_1005": "Normal", + "form_1008": "Normal", + "form_1011": "Normal", + "form_1014": "Normal", + "form_1017": "Normal", + "form_1020": "Normal", + "form_1023": "Normal", + "form_1026": "Normal", + "form_1029": "Normal", + "form_1032": "Normal", + "form_1035": "Normal", + "form_1038": "Normal", + "form_1041": "Normal", + "form_1044": "Normal", + "form_1047": "Normal", + "form_1050": "Normal", + "form_1053": "Normal", + "form_1056": "Normal", + "form_1059": "Normal", + "form_1062": "Normal", + "form_1065": "Normal", + "form_1068": "Normal", + "form_1071": "Normal", + "form_1074": "Normal", + "form_1077": "Normal", + "form_1080": "Normal", + "form_1083": "Normal", + "form_1086": "Normal", + "form_1089": "Normal", + "form_1092": "Normal", + "form_1095": "Normal", + "form_1098": "Normal", + "form_1101": "Normal", + "form_1104": "Normal", + "form_1107": "Normal", + "form_1110": "Normal", + "form_1115": "Normal", + "form_1118": "Normal", + "form_1121": "Normal", + "form_1124": "Normal", + "form_1127": "Normal", + "form_1130": "Normal", + "form_1133": "Normal", + "form_1136": "Normal", + "form_1139": "Normal", + "form_1142": "Normal", + "form_1145": "Normal", + "form_1148": "Normal", + "form_1151": "Normal", + "form_1154": "Normal", + "form_1157": "Normal", + "form_1160": "Normal", + "form_1163": "Normal", + "form_1166": "Normal", + "form_1169": "Normal", + "form_1172": "Normal", + "form_1175": "Normal", + "form_1178": "Normal", + "form_1181": "Normal", + "form_1184": "Normal", + "form_1187": "Normal", + "form_1190": "Normal", + "form_1193": "Normal", + "form_1196": "Normal", + "form_1199": "Normal", + "form_1202": "Normal", + "form_1205": "Normal", + "form_1208": "Normal", + "form_1211": "Normal", + "form_1214": "Normal", + "form_1217": "Normal", + "form_1220": "Normal", + "form_1223": "Normal", + "form_1226": "Normal", + "form_1229": "Normal", + "form_1232": "Normal", + "form_1235": "Normal", + "form_1238": "Normal", + "form_1241": "Normal", + "form_1244": "Normal", + "form_1247": "Normal", + "form_1250": "Normal", + "form_1253": "Normal", + "form_1256": "Normal", + "form_1259": "Normal", + "form_1262": "Normal", + "form_1265": "Normal", + "form_1268": "Normal", + "form_1271": "Normal", + "form_1274": "Normal", + "form_1277": "Normal", + "form_1280": "Normal", + "form_1283": "Normal", + "form_1286": "Normal", + "form_1289": "Normal", + "form_1292": "Normal", + "form_1295": "Normal", + "form_1298": "Normal", + "form_1301": "Normal", + "form_1304": "Normal", + "form_1307": "Normal", + "form_1310": "Normal", + "form_1313": "Normal", + "form_1316": "Normal", + "form_1319": "Normal", + "form_1322": "Normal", + "form_1325": "Normal", + "form_1328": "Normal", + "form_1331": "Normal", + "form_1334": "Normal", + "form_1337": "Normal", + "form_1340": "Normal", + "form_1343": "Normal", + "form_1346": "Normal", + "form_1349": "Normal", + "form_1352": "Normal", + "form_1355": "Normal", + "form_1358": "Normal", + "form_1361": "Normal", + "form_1364": "Normal", + "form_1367": "Normal", + "form_1370": "Normal", + "form_1379": "Normal", + "form_1382": "Normal", + "form_1385": "Normal", + "form_1388": "Normal", + "form_1391": "Normal", + "form_1394": "Normal", + "form_1397": "Normal", + "form_1400": "Normal", + "form_1403": "Normal", + "form_1406": "Normal", + "form_1409": "Normal", + "form_1412": "Normal", + "form_1415": "Normal", + "form_1418": "Normal", + "form_1421": "Normal", + "form_1424": "Normal", + "form_1427": "Normal", + "form_1430": "Normal", + "form_1433": "Normal", + "form_1436": "Normal", + "form_1439": "Normal", + "form_1442": "Normal", + "form_1445": "Normal", + "form_1448": "Normal", + "form_1451": "Normal", + "form_1454": "Normal", + "form_1457": "Normal", + "form_1460": "Normal", + "form_1463": "Normal", + "form_1466": "Normal", + "form_1469": "Normal", + "form_1472": "Normal", + "form_1475": "Normal", + "form_1478": "Normal", + "form_1481": "Normal", + "form_1484": "Normal", + "form_1487": "Normal", + "form_1490": "Normal", + "form_1493": "Normal", + "form_1496": "Normal", + "form_1499": "Normal", + "form_1502": "Normal", + "form_1505": "Normal", + "form_1508": "Normal", + "form_1511": "Normal", + "form_1514": "Normal", + "form_1517": "Normal", + "form_1520": "Normal", + "form_1523": "Normal", + "form_1526": "Normal", + "form_1529": "Normal", + "form_1532": "Normal", + "form_1535": "Normal", + "form_1538": "Normal", + "form_1541": "Normal", + "form_1544": "Normal", + "form_1547": "Normal", + "form_1550": "Normal", + "form_1553": "Normal", + "form_1556": "Normal", + "form_1559": "Normal", + "form_1562": "Normal", + "form_1565": "Normal", + "form_1568": "Normal", + "form_1571": "Normal", + "form_1574": "Normal", + "form_1577": "Normal", + "form_1580": "Normal", + "form_1583": "Normal", + "form_1586": "Normal", + "form_1589": "Normal", + "form_1592": "Normal", + "form_1595": "Normal", + "form_1598": "Normal", + "form_1601": "Normal", + "form_1604": "Normal", + "form_1607": "Normal", + "form_1610": "Normal", + "form_1613": "Normal", + "form_1616": "Normal", + "form_1619": "Normal", + "form_1622": "Normal", + "form_1625": "Normal", + "form_1628": "Normal", + "form_1631": "Normal", + "form_1634": "Normal", + "form_1637": "Normal", + "form_1640": "Normal", + "form_1643": "Normal", + "form_1646": "Normal", + "form_1649": "Normal", + "form_1652": "Normal", + "form_1655": "Normal", + "form_1658": "Normal", + "form_1661": "Normal", + "form_1664": "Normal", + "form_1667": "Normal", + "form_1670": "Normal", + "form_1673": "Normal", + "form_1676": "Normal", + "form_1679": "Normal", + "form_1682": "Normal", + "form_1685": "Normal", + "form_1688": "Normal", + "form_1691": "Normal", + "form_1694": "Normal", + "form_1697": "Normal", + "form_1700": "Normal", + "form_1703": "Normal", + "form_1706": "Normal", + "form_1709": "Normal", + "form_1712": "Normal", + "form_1715": "Normal", + "form_1718": "Normal", + "form_1721": "Normal", + "form_1724": "Normal", + "form_1727": "Normal", + "form_1730": "Normal", + "form_1733": "Normal", + "form_1736": "Normal", + "form_1739": "Normal", + "form_1742": "Normal", + "form_1745": "Normal", + "form_1748": "Normal", + "form_1751": "Normal", + "form_1754": "Normal", + "form_1757": "Normal", + "form_1760": "Normal", + "form_1763": "Normal", + "form_1766": "Normal", + "form_1769": "Normal", + "form_1772": "Normal", + "form_1775": "Normal", + "form_1778": "Normal", + "form_1781": "Normal", + "form_1784": "Normal", + "form_1787": "Normal", + "form_1790": "Normal", + "form_1793": "Normal", + "form_1796": "Normal", + "form_1799": "Normal", + "form_1802": "Normal", + "form_1805": "Normal", + "form_1808": "Normal", + "form_1811": "Normal", + "form_1814": "Normal", + "form_1817": "Normal", + "form_1820": "Normal", + "form_1823": "Normal", + "form_1826": "Normal", + "form_1829": "Normal", + "form_1832": "Normal", + "form_1835": "Normal", + "form_1838": "Normal", + "form_1841": "Normal", + "form_1844": "Normal", + "form_1847": "Normal", + "form_1850": "Normal", + "form_1853": "Normal", + "form_1856": "Normal", + "form_1859": "Normal", + "form_1862": "Normal", + "form_1865": "Normal", + "form_1868": "Normal", + "form_1871": "Normal", + "form_1874": "Normal", + "form_1877": "Normal", + "form_1880": "Normal", + "form_1883": "Normal", + "form_1886": "Normal", + "form_1889": "Normal", + "form_1892": "Normal", + "form_1895": "Normal", + "form_1898": "Normal", + "form_1901": "Normal", + "form_1904": "Normal", + "form_1907": "Normal", + "form_1910": "Normal", + "form_1913": "Normal", + "form_1916": "Normal", + "form_1919": "Normal", + "form_1922": "Normal", + "form_1925": "Normal", + "form_1928": "Normal", + "form_1931": "Normal", + "form_1934": "Normal", + "form_1937": "Normal", + "form_1940": "Normal", + "form_1943": "Normal", + "form_1946": "Normal", + "form_1949": "Normal", + "form_1952": "Normal", + "form_1955": "Normal", + "form_1958": "Normal", + "form_1961": "Normal", + "form_1964": "Normal", + "form_1967": "Normal", + "form_1970": "Normal", + "form_1973": "Normal", + "form_1976": "Normal", + "form_1979": "Normal", + "form_1982": "Normal", + "form_1985": "Normal", + "form_1988": "Normal", + "form_1991": "Normal", + "form_1994": "Normal", + "form_1997": "Normal", + "form_2000": "Normal", + "form_2003": "Normal", + "form_2006": "Normal", + "form_2009": "Normal", + "form_2012": "Normal", + "form_2015": "Normal", + "form_2018": "Normal", + "form_2021": "Normal", + "form_2024": "Normal", + "form_2027": "Normal", + "form_2030": "Normal", + "form_2033": "Normal", + "form_2036": "Normal", + "form_2039": "Normal", + "form_2042": "Normal", + "form_2045": "Normal", + "form_2048": "Normal", + "form_2051": "Normal", + "form_2054": "Normal", + "form_2057": "Normal", + "form_2060": "Normal", + "form_2063": "Normal", + "form_2066": "Normal", + "form_2069": "Normal", + "form_2072": "Normal", + "form_2075": "Normal", + "form_2078": "Normal", + "form_2081": "Normal", + "form_2084": "Normal", + "form_2087": "Normal", + "form_2090": "Normal", + "form_2093": "Normal", + "form_2096": "Normal", + "form_2099": "Normal", + "form_2102": "Normal", + "form_2105": "Normal", + "form_2108": "Normal", + "form_2111": "Normal", + "form_2114": "Normal", + "form_2117": "Normal", + "form_2120": "Normal", + "form_2123": "Normal", + "form_2126": "Normal", + "form_2129": "Normal", + "form_2132": "Normal", + "form_2135": "Normal", + "form_2138": "Normal", + "form_2141": "Normal", + "form_2144": "Normal", + "form_2147": "Normal", + "form_2150": "Normal", + "form_2153": "Normal", + "form_2156": "Normal", + "form_2159": "Normal", + "form_2162": "Normal", + "form_2165": "Normal", + "form_2168": "Normal", + "form_2171": "Normal", + "form_2174": "Normal", + "form_2177": "Normal", + "form_2180": "Normal", + "form_2183": "Normal", + "form_2186": "Normal", + "form_2189": "Normal", + "form_2192": "Normal", + "form_2195": "Normal", + "form_2198": "Normal", + "form_2201": "Normal", + "form_2204": "Normal", + "form_2207": "Normal", + "form_2210": "Normal", + "form_2213": "Normal", + "form_2216": "Normal", + "form_2219": "Normal", + "form_2222": "Normal", + "form_2225": "Normal", + "form_2228": "Normal", + "form_2231": "Normal", + "form_2234": "Normal", + "form_2237": "Normal", + "form_2240": "Normal", + "form_2243": "Normal", + "form_2246": "Normal", + "form_2249": "Normal", + "form_2252": "Normal", + "form_2255": "Normal", + "form_2258": "Normal", + "form_2261": "Normal", + "form_2264": "Normal", + "form_2267": "Normal", + "form_2270": "Normal", + "form_2273": "Normal", + "form_2276": "Normal", + "form_2279": "Normal", + "form_2282": "Normal", + "form_2285": "Normal", + "form_2288": "Normal", + "form_2291": "Normal", + "form_2294": "Normal", + "form_2297": "Normal", + "form_2300": "Normal", + "form_2303": "Normal", + "form_2306": "Normal", + "form_2309": "Normal", + "form_2312": "Normal", + "form_2315": "Normal", + "form_2318": "Normal", + "form_2321": "Normal", + "form_2324": "Normal", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "Dişi", + "form_2331": "Dişi", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "Dingin Formu", + "form_2464": "Kızgın Formu", + "form_2477": "Sahte Formu", + "form_2478": "Antika Formu", + "form_2480": "Sahte Formu", + "form_2481": "Antika Formu", + "form_2501": "Normal", + "form_2504": "Normal", + "form_2507": "Normal", + "form_2510": "Normal", + "form_2513": "Normal", + "form_2516": "Normal", + "form_2540": "Buz Surat", + "form_2541": "Erimiş Surat", + "form_2542": "Erkek", + "form_2543": "Dişi", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "Taçlı Kılıç", + "form_2577": "Savaş Kahramanı", + "form_2578": "Taçlı Kalkan", + "form_2579": "Savaş Kahramanı", + "form_2580": "Eternamax", + "form_2581": "Normal", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "Normal", + "form_2588": "Dişi", + "form_2589": "Normal", + "form_2590": "Dişi", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "Güneşli", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "Baile Tarzı", + "form_2680": "Ponpon Tarzı", + "form_2681": "Pa'u Tarzı", + "form_2683": "Sensu Tarzı", + "form_2684": "Günortası Formu", + "form_2685": "Geceyarısı Formu", + "form_2686": "Alacakaranlık Formu", + "form_2687": "Solo Formu", + "form_2688": "Sürü Formu", + "form_2689": "Normal", + "form_2690": "Böcek", + "form_2691": "Karanlık", + "form_2692": "Ejderha", + "form_2693": "Elektrik", + "form_2694": "Peri", + "form_2695": "Dövüşçü", + "form_2696": "Ateş", + "form_2697": "Uçan", + "form_2698": "Hayalet", + "form_2699": "Bitki", + "form_2700": "Yer", + "form_2701": "Buz", + "form_2702": "Zehir", + "form_2703": "Psişik", + "form_2704": "Kaya", + "form_2705": "Çelik", + "form_2706": "Su", + "form_2707": "Meteor Blue", + "form_2708": "Mavi Tüylü", + "form_2709": "Yeşil Tüylü", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "Sarı Tüylü", + "form_2715": "Yakalanmış Formu", + "form_2716": "Kılık Değiştirmiş Formu", + "form_2717": "Normal", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "Normal", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "Normal", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "Alacakaranlık Formu", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "Güneşli", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "Güneşli", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "Enkarne Formu", + "form_2803": "Theria Formu", + "form_2804": "Beyaz Çizgili", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "Normal", + "form_2808": "Dişi", + "form_2809": "Normal", + "form_2810": "Normal", + "form_2811": "Normal", + "form_2812": "Normal", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "Normal", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "Orijin Formu", + "form_2830": "Orijin Formu", + "form_2831": "Normal", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "Normal", + "form_2982": "Dişi", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "Yeşil Tüylü", + "form_2986": "Mavi Tüylü", + "form_2987": "Sarı Tüylü", + "form_2988": "White", + "form_2989": "Sıfır Formu", + "form_2990": "Savaş Kahramanı", + "form_2991": "Kıvrık Formu", + "form_2992": "Sarkık Formu", + "form_2993": "Dümdüz Formu", + "form_2994": "İki Segment Formu", + "form_2995": "Üç Segment Formu", + "form_2996": "Alfa Yapısı", + "form_2997": "Doruk Modu", + "form_2998": "Normal", + "form_3000": "Normal", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "Erkek", + "gender_2": "Dişi", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "Alola", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "Blanche", + "grunt_2": "Candela", + "grunt_3": "Spark", + "grunt_4": "Serseri (Erkek)", + "grunt_5": "Serseri (Dişi)", + "grunt_6": "Böcek - Serseri (Dişi)", + "grunt_7": "Böcek - Serseri (Erkek)", + "grunt_8": "Serseri (Dişi)", + "grunt_9": "Serseri (Erkek)", + "grunt_10": "Karanlık - Serseri (Dişi)", + "grunt_11": "Karanlık - Serseri (Erkek)", + "grunt_12": "Ejderha - Serseri (Dişi)", + "grunt_13": "Ejderha - Serseri (Erkek)", + "grunt_14": "Peri - Serseri (Dişi)", + "grunt_15": "Peri - Serseri (Erkek)", + "grunt_16": "Dövüşçü - Serseri (Dişi)", + "grunt_17": "Dövüşçü - Serseri (Erkek)", + "grunt_18": "Ateş - Serseri (Dişi)", + "grunt_19": "Ateş - Serseri (Erkek)", + "grunt_20": "Uçan - Serseri (Dişi)", + "grunt_21": "Uçan - Serseri (Erkek)", + "grunt_22": "Bitki - Serseri (Dişi)", + "grunt_23": "Bitki - Serseri (Erkek)", + "grunt_24": "Yer - Serseri (Dişi)", + "grunt_25": "Yer - Serseri (Erkek)", + "grunt_26": "Buz - Serseri (Dişi)", + "grunt_27": "Buz - Serseri (Erkek)", + "grunt_28": "Çelik - Serseri (Dişi)", + "grunt_29": "Çelik - Serseri (Erkek)", + "grunt_30": "Normal - Serseri (Dişi)", + "grunt_31": "Normal - Serseri (Erkek)", + "grunt_32": "Zehir - Serseri (Dişi)", + "grunt_33": "Zehir - Serseri (Erkek)", + "grunt_34": "Psişik - Serseri (Dişi)", + "grunt_35": "Psişik - Serseri (Erkek)", + "grunt_36": "Kaya - Serseri (Dişi)", + "grunt_37": "Kaya - Serseri (Erkek)", + "grunt_38": "Su - Serseri (Dişi)", + "grunt_39": "Su - Serseri (Erkek)", + "grunt_40": "Player Team Leader", + "grunt_41": "Lider Cliff", + "grunt_42": "Lider Arlo", + "grunt_43": "Lider Sierra", + "grunt_44": "Giovanni", + "grunt_45": "Sahte Serseri (Erkek)", + "grunt_46": "Sahte Serseri (Dişi)", + "grunt_47": "Hayalet - Serseri (Dişi)", + "grunt_48": "Hayalet - Serseri (Erkek)", + "grunt_49": "Elektrik - Serseri (Dişi)", + "grunt_50": "Elektrik - Serseri (Erkek)", + "grunt_51": "Serseri (Dişi)", + "grunt_52": "Serseri (Erkek)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "Böcek - Serseri (Dişi)", + "grunt_56": "Böcek - Serseri (Erkek)", + "grunt_57": "Karanlık - Serseri (Dişi)", + "grunt_58": "Karanlık - Serseri (Erkek)", + "grunt_59": "Ejderha - Serseri (Dişi)", + "grunt_60": "Ejderha - Serseri (Erkek)", + "grunt_61": "Peri - Serseri (Dişi)", + "grunt_62": "Peri - Serseri (Erkek)", + "grunt_63": "Dövüşçü - Serseri (Dişi)", + "grunt_64": "Dövüşçü - Serseri (Erkek)", + "grunt_65": "Ateş - Serseri (Dişi)", + "grunt_66": "Ateş - Serseri (Erkek)", + "grunt_67": "Uçan - Serseri (Dişi)", + "grunt_68": "Uçan - Serseri (Erkek)", + "grunt_69": "Bitki - Serseri (Dişi)", + "grunt_70": "Bitki - Serseri (Erkek)", + "grunt_71": "Yer - Serseri (Dişi)", + "grunt_72": "Yer - Serseri (Erkek)", + "grunt_73": "Buz - Serseri (Dişi)", + "grunt_74": "Buz - Serseri (Erkek)", + "grunt_75": "Serseri (Dişi)", + "grunt_76": "Serseri (Erkek)", + "grunt_77": "Normal - Serseri (Dişi)", + "grunt_78": "Normal - Serseri (Erkek)", + "grunt_79": "Zehir - Serseri (Dişi)", + "grunt_80": "Zehir - Serseri (Erkek)", + "grunt_81": "Psişik - Serseri (Dişi)", + "grunt_82": "Psişik - Serseri (Erkek)", + "grunt_83": "Kaya - Serseri (Dişi)", + "grunt_84": "Kaya - Serseri (Erkek)", + "grunt_85": "Su - Serseri (Dişi)", + "grunt_86": "Su - Serseri (Erkek)", + "grunt_87": "Hayalet - Serseri (Dişi)", + "grunt_88": "Hayalet - Serseri (Erkek)", + "grunt_89": "Elektrik - Serseri (Dişi)", + "grunt_90": "Elektrik - Serseri (Erkek)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "Hiçbiri", + "grunt_a_1": "Blanche", + "grunt_a_2": "Candela", + "grunt_a_3": "Spark", + "grunt_a_4": "Serseri ♂", + "grunt_a_5": "Serseri ♀", + "grunt_a_6": "Böcek ♀", + "grunt_a_7": "Böcek ♂", + "grunt_a_8": "Serseri ♀", + "grunt_a_9": "Serseri ♂", + "grunt_a_10": "Karanlık ♀", + "grunt_a_11": "Karanlık ♂", + "grunt_a_12": "Ejderha ♀", + "grunt_a_13": "Ejderha ♂", + "grunt_a_14": "Peri ♀", + "grunt_a_15": "Peri ♂", + "grunt_a_16": "Dövüşçü ♀", + "grunt_a_17": "Dövüşçü ♂", + "grunt_a_18": "Ateş ♀", + "grunt_a_19": "Ateş ♂", + "grunt_a_20": "Uçan ♀", + "grunt_a_21": "Uçan ♂", + "grunt_a_22": "Bitki ♀", + "grunt_a_23": "Bitki ♂", + "grunt_a_24": "Yer ♀", + "grunt_a_25": "Yer ♂", + "grunt_a_26": "Buz ♀", + "grunt_a_27": "Buz ♂", + "grunt_a_28": "Çelik ♀", + "grunt_a_29": "Çelik ♂", + "grunt_a_30": "Normal ♀", + "grunt_a_31": "Normal ♂", + "grunt_a_32": "Zehir ♀", + "grunt_a_33": "Zehir ♂", + "grunt_a_34": "Psişik ♀", + "grunt_a_35": "Psişik ♂", + "grunt_a_36": "Kaya ♀", + "grunt_a_37": "Kaya ♂", + "grunt_a_38": "Su ♀", + "grunt_a_39": "Su ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "Lider Cliff", + "grunt_a_42": "Lider Arlo", + "grunt_a_43": "Lider Sierra", + "grunt_a_44": "Giovanni", + "grunt_a_45": "Sahte Serseri ♂", + "grunt_a_46": "Sahte Serseri ♀", + "grunt_a_47": "Hayalet ♀", + "grunt_a_48": "Hayalet ♂", + "grunt_a_49": "Elektrik ♀", + "grunt_a_50": "Elektrik ♂", + "grunt_a_51": "Serseri ♀", + "grunt_a_52": "Serseri ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "Böcek ♀", + "grunt_a_56": "Böcek ♂", + "grunt_a_57": "Karanlık ♀", + "grunt_a_58": "Karanlık ♂", + "grunt_a_59": "Ejderha ♀", + "grunt_a_60": "Ejderha ♂", + "grunt_a_61": "Peri ♀", + "grunt_a_62": "Peri ♂", + "grunt_a_63": "Dövüşçü ♀", + "grunt_a_64": "Dövüşçü ♂", + "grunt_a_65": "Ateş ♀", + "grunt_a_66": "Ateş ♂", + "grunt_a_67": "Uçan ♀", + "grunt_a_68": "Uçan ♂", + "grunt_a_69": "Bitki ♀", + "grunt_a_70": "Bitki ♂", + "grunt_a_71": "Yer ♀", + "grunt_a_72": "Yer ♂", + "grunt_a_73": "Buz ♀", + "grunt_a_74": "Buz ♂", + "grunt_a_75": "Serseri ♀", + "grunt_a_76": "Serseri ♂", + "grunt_a_77": "Normal ♀", + "grunt_a_78": "Normal ♂", + "grunt_a_79": "Zehir ♀", + "grunt_a_80": "Zehir ♂", + "grunt_a_81": "Psişik ♀", + "grunt_a_82": "Psişik ♂", + "grunt_a_83": "Kaya ♀", + "grunt_a_84": "Kaya ♂", + "grunt_a_85": "Su ♀", + "grunt_a_86": "Su ♂", + "grunt_a_87": "Hayalet ♀", + "grunt_a_88": "Hayalet ♂", + "grunt_a_89": "Elektrik ♀", + "grunt_a_90": "Elektrik ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "Bilinmiyor", + "item_1": "Poké Topu", + "item_2": "Süper Top", + "item_3": "Ultra Top", + "item_4": "Usta Top", + "item_5": "Prömiyer Top", + "item_6": "Yaratık Topu", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "İksir", + "item_102": "Süper İksir", + "item_103": "Hiper İksir", + "item_104": "Maks. İksir", + "item_201": "Canlandır", + "item_202": "Maks. Canlandır", + "item_301": "Şans Yumurtası", + "item_401": "Tütsü", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "Gizemli Kutu", + "item_406": "Günlük Macera Tütsüsü", + "item_407": "Para Çantası", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "Yem Modülü", + "item_502": "Buzul Yem Modülü", + "item_503": "Yosunlu Yem Modülü", + "item_504": "Manyetik Yem Modülü", + "item_505": "Islak Yem Modülü", + "item_506": "Altın Yem Modülü", + "item_602": "X Saldırı", + "item_603": "X Savunma", + "item_604": "BELİRSİZ", + "item_650": "Zygarde Hücresi", + "item_651": "Zygarde Küpü", + "item_701": "Razz Meyvesi", + "item_702": "Bluk Meyvesi", + "item_703": "Nanab Meyvesi", + "item_704": "Wepear Meyvesi", + "item_705": "Pinap Meyvesi", + "item_706": "Altın Razz Meyvesi", + "item_707": "Golden Nanab Berry", + "item_708": "Gümüş Pinap Meyvesi", + "item_709": "Pofin", + "item_801": "Kamera", + "item_802": "Çıkartmalar", + "item_803": "Kartpostal Defteri", + "item_901": "Kuluçka Makinesi ∞", + "item_902": "Kuluçka Makinesi", + "item_903": "Süper Kuluçka Makinesi", + "item_1001": "Pokémon Deposu", + "item_1002": "Eşya Çantası", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "Güneş Taşı", + "item_1102": "Kral Kayası", + "item_1103": "Metal Kaplama", + "item_1104": "Ejderha Pulu", + "item_1105": "Geliştirme", + "item_1106": "Sinnoh Taşı", + "item_1107": "Unova Taşı", + "item_1150": "?????? Parası", + "item_1201": "Hızlı TM", + "item_1202": "Güçlü TM", + "item_1203": "Elit Hızlı TM", + "item_1204": "Elit Güçlü TM", + "item_1250": "Meteorit", + "item_1301": "Nadir Şeker", + "item_1302": "Nadir Büyük Şeker", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "Akın Bileti", + "item_1402": "Premium Maç Bileti", + "item_1404": "Yıldız Parçası", + "item_1405": "Hediye", + "item_1406": "Takım Madalyonu", + "item_1408": "Uzak Akın Bileti", + "item_1409": "S Raid Ticket", + "item_1501": "Gizemli Bileşen", + "item_1502": "Roket Radarı", + "item_1503": "Süper Roket Radarı", + "item_1504": "Gölge Parçası", + "item_1505": "Arınmış Cevher", + "item_1506": "Maksi Parçacık", + "item_1507": "Maksi Parçacık Paketi", + "item_1600": "Bilet", + "item_1601": "Bilet", + "item_1602": "Bilet", + "item_1603": "Bilet", + "item_1604": "Ekstra Bilet", + "item_1605": "Ekstra Bilet", + "item_1606": "GO Maç Ligi Süreli Araştırma Bileti", + "item_1607": "Bilet", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Safari Bileti: Seul", + "item_1611": "Safari Bileti: Barselona", + "item_1612": "Safari Bileti: Meksiko", + "item_1613": "Safari Bileti: Tainan", + "item_1614": "Ticket City Safari 04", + "item_1615": "Bilet", + "item_1616": "Bilet", + "item_1617": "Bilet", + "item_1618": "Bilet", + "item_1619": "Bilet", + "item_1620": "Bilet", + "item_1621": "Bilet", + "item_1622": "Bilet", + "item_1623": "Bilet", + "item_1624": "Bilet", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "Normal", + "lure_502": "Buzul", + "lure_503": "Yosunlu", + "lure_504": "Manyetik", + "lure_505": "Islak", + "lure_506": "Altın", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "Bilinmiyor", + "move_1": "Gök Gürültüsü Şoku", + "move_2": "Tez Saldırı", + "move_3": "Tırmala", + "move_4": "Köz", + "move_5": "Asma Kamçısı", + "move_6": "Toslama", + "move_7": "Jilet Yaprak", + "move_8": "Yere İndirme", + "move_9": "Su Tabancası", + "move_10": "Isırma", + "move_11": "Vur", + "move_12": "Çift Tokat", + "move_13": "Yakalama", + "move_14": "Hiper Işın", + "move_15": "Yala", + "move_16": "Karanlık Darbe", + "move_17": "Duman", + "move_18": "Balçık", + "move_19": "Metal Pençe", + "move_20": "Mengene Tutuşu", + "move_21": "Alev Çemberi", + "move_22": "Mega Boynuz", + "move_23": "Kanat Saldırısı", + "move_24": "Alev Püskürtücü", + "move_25": "Ani Yumruk", + "move_26": "Kazı", + "move_27": "Alçak Tekme", + "move_28": "Çapraz Kesme", + "move_29": "Psişik Kesik", + "move_30": "Psişik Işın", + "move_31": "Deprem", + "move_32": "Taş Kenar", + "move_33": "Buz Yumruğu", + "move_34": "Kalp Damgası", + "move_35": "Elektrik Boşalımı", + "move_36": "Flaş Topu", + "move_37": "Gagalama", + "move_38": "Matkap Gaga", + "move_39": "Buz Işını", + "move_40": "Tipi", + "move_41": "Hava Kesiği", + "move_42": "Isı Dalgası", + "move_43": "İkiz İğne", + "move_44": "Zehirli Yumruk", + "move_45": "Havaların Hakimi", + "move_46": "Matkap Koşusu", + "move_47": "Taç Yaprak Fırtınası", + "move_48": "Mega Emiş", + "move_49": "Böcek Vızıltısı", + "move_50": "Zehirli Diş", + "move_51": "Gece Kesiği", + "move_52": "Biç", + "move_53": "Baloncuk Işını", + "move_54": "Teslimiyet", + "move_55": "Karate Biçişi", + "move_56": "Yerden Tekme", + "move_57": "Su Jeti", + "move_58": "Su Kuyruğu", + "move_59": "Tohum Bombası", + "move_60": "Psikoşok", + "move_61": "Kaya Atışı", + "move_62": "Antik Güç", + "move_63": "Kaya Mezar", + "move_64": "Kaya Kayması", + "move_65": "Güç Taşı", + "move_66": "Gölge Sokulması", + "move_67": "Gölge Yumruğu", + "move_68": "Gölge Pençesi", + "move_69": "Uğursuz Rüzgâr", + "move_70": "Gölge Topu", + "move_71": "Kurşun Yumruk", + "move_72": "Mıknatıs Bombası", + "move_73": "Çelik Kanat", + "move_74": "Demir Kafa", + "move_75": "Parabolik Şarj", + "move_76": "Kıvılcım", + "move_77": "Gök Gürültüsü Yumruğu", + "move_78": "Gök Gürültüsü", + "move_79": "Yıldırım", + "move_80": "Burgaç", + "move_81": "Ejderha Nefesi", + "move_82": "Ejderha Darbesi", + "move_83": "Ejderha Pençesi", + "move_84": "Yatıştıran Ses", + "move_85": "Emici Öpücük", + "move_86": "Parlak Işın", + "move_87": "Ay Patlaması", + "move_88": "Sert Oyun", + "move_89": "Çapraz Zehir", + "move_90": "Balçık Bombası", + "move_91": "Balçık Dalgası", + "move_92": "Yapışkan Atış", + "move_93": "Çamur Atışı", + "move_94": "Kemik Sopa", + "move_95": "Buldozer", + "move_96": "Çamur Bombası", + "move_97": "Öfkeli Kesme", + "move_98": "Böcek Isırığı", + "move_99": "Sinyal Işını", + "move_100": "Çapraz Makas", + "move_101": "Alev Saldırısı", + "move_102": "Alev Patlaması", + "move_103": "Ateş Patlaması", + "move_104": "Tuzlu Su Püskürtme", + "move_105": "Su Vuruşu", + "move_106": "Haşlama", + "move_107": "Su Pompası", + "move_108": "Psişik", + "move_109": "Psişik Saldırı", + "move_110": "Buz Parçası", + "move_111": "Buzlu Rüzgâr", + "move_112": "Buz Nefes", + "move_113": "Absorbe Etme", + "move_114": "Giga Emiş", + "move_115": "Ateş Yumruğu", + "move_116": "Güneş Işını", + "move_117": "Yaprak Bıçağı", + "move_118": "Güç Kırbacı", + "move_119": "Su Sıçratma", + "move_120": "Asit", + "move_121": "Hava Bıçağı", + "move_122": "Fırtına", + "move_123": "Tuğla Kırma", + "move_124": "Kesme", + "move_125": "Yıldız Işını", + "move_126": "Boynuz Saldırısı", + "move_127": "Ezme", + "move_128": "Kafa Darbesi", + "move_129": "Hiper Diş", + "move_130": "Çarp", + "move_131": "Vücut Çarpması", + "move_132": "Dinlen", + "move_133": "Mücadele", + "move_134": "Haşlama", + "move_135": "Su Pompası", + "move_136": "Yakalama", + "move_137": "Yakalama", + "move_200": "Öfkeli Kesme", + "move_201": "Böcek Isırığı", + "move_202": "Isırma", + "move_203": "Ani Yumruk", + "move_204": "Ejderha Nefesi", + "move_205": "Gök Gürültüsü Şoku", + "move_206": "Kıvılcım", + "move_207": "Alçak Tekme", + "move_208": "Karate Biçişi", + "move_209": "Köz", + "move_210": "Kanat Saldırısı", + "move_211": "Gagalama", + "move_212": "Yala", + "move_213": "Gölge Pençesi", + "move_214": "Asma Kamçısı", + "move_215": "Jilet Yaprak", + "move_216": "Çamur Atışı", + "move_217": "Buz Parçası", + "move_218": "Buz Nefes", + "move_219": "Tez Saldırı", + "move_220": "Tırmala", + "move_221": "Toslama", + "move_222": "Vur", + "move_223": "Kesme", + "move_224": "Zehirli Yumruk", + "move_225": "Asit", + "move_226": "Psişik Kesik", + "move_227": "Kaya Atışı", + "move_228": "Metal Pençe", + "move_229": "Kurşun Yumruk", + "move_230": "Su Tabancası", + "move_231": "Su Sıçratma", + "move_232": "Su Tabancası", + "move_233": "Çamur Tokadı", + "move_234": "Zen Kafa Darbesi", + "move_235": "Kafa Karışıklığı", + "move_236": "Zehirli İğne", + "move_237": "Baloncuk", + "move_238": "Sinsi Saldırı", + "move_239": "Çelik Kanat", + "move_240": "Ateş Diş", + "move_241": "Kaya Darbesi", + "move_242": "Dönüşüm", + "move_243": "Karşılık", + "move_244": "Toz Kar", + "move_245": "Yakın Dövüş", + "move_246": "Dinamik Yumruk", + "move_247": "Odak Darbesi", + "move_248": "Aurora Işını", + "move_249": "Şarj Işını", + "move_250": "Volt Değişimi", + "move_251": "Yabani Şarj", + "move_252": "Elektrik Topu", + "move_253": "Ejderha Kuyruğu", + "move_254": "Çığ", + "move_255": "Hava Kesiği", + "move_256": "Cesur Kuş", + "move_257": "Gökyüzü Saldırısı", + "move_258": "Kum Mezar", + "move_259": "Kaya Yağmuru", + "move_260": "İstila", + "move_261": "Mücadele Böceği", + "move_262": "Gümüş Rüzgâr", + "move_263": "Şaşırtmaca", + "move_264": "Büyü", + "move_265": "Gece Gölgesi", + "move_266": "Demir Kuyruk", + "move_267": "Jiro Top", + "move_268": "Ağır Vuruş", + "move_269": "Ateş Dönüşü", + "move_270": "Aşırı Isınma", + "move_271": "Mermi Tohumu", + "move_272": "Çimen Düğümü", + "move_273": "Enerji Topu", + "move_274": "Algı Ötesi", + "move_275": "Gelecek Görüşü", + "move_276": "Ayna Kalkan", + "move_277": "Öfke Krizi", + "move_278": "Gürleme", + "move_279": "Çiğne", + "move_280": "Hileli Oyun", + "move_281": "Saklı Güç", + "move_282": "Yere İndirme", + "move_283": "Şelale", + "move_284": "Sörf", + "move_285": "Drako Meteor", + "move_286": "Kıyamet Arzusu", + "move_287": "Esneme", + "move_288": "Psişik Yükleme", + "move_289": "Orijin Darbesi", + "move_290": "Uçurum Bıçakları", + "move_291": "Hediye", + "move_292": "Hava Durumu Topu", + "move_293": "Hava Durumu Topu", + "move_294": "Hava Durumu Topu", + "move_295": "Hava Durumu Topu", + "move_296": "Çılgın Bitki", + "move_297": "Yere Yapıştır", + "move_298": "Tahrip Yanığı", + "move_299": "Su Topu", + "move_300": "Son Çare", + "move_301": "Meteor Darbesi", + "move_302": "Kafatası Darbesi", + "move_303": "Asit Püskürtme", + "move_304": "Yeryüzü Gücü", + "move_305": "Yengeç Çekici", + "move_306": "Atılım", + "move_307": "Parçalayan Pençe", + "move_308": "Oktazuka", + "move_309": "Ayna Atışı", + "move_310": "Süper Güç", + "move_311": "Bitirici İğne", + "move_312": "Yaprak Hortumu", + "move_313": "Hayat Emme", + "move_314": "Emici Yumruk", + "move_315": "Gölge Kemik", + "move_316": "Çamurlu Su", + "move_317": "Alev Tekmesi", + "move_318": "Jilet Kabuk", + "move_319": "Güçlendiren Yumruk", + "move_320": "Çekici", + "move_321": "Giga Vuruş", + "move_322": "Asabiyet", + "move_323": "İyiliğin Karşılığı", + "move_324": "Senkro Gürültü", + "move_325": "Kilitlen", + "move_326": "Gök Gürültüsü Dişi", + "move_327": "Buz Diş", + "move_328": "Matkap Boynuz", + "move_329": "Çatlak", + "move_330": "Kutsal Kılıç", + "move_331": "Uçan Pres", + "move_332": "Aura Küresi", + "move_333": "Ödeşme", + "move_334": "Kaya Enkazı", + "move_335": "Hava Darbesi", + "move_336": "Tekno Patlama", + "move_337": "Tekno Patlama", + "move_338": "Tekno Patlama", + "move_339": "Tekno Patlama", + "move_340": "Tekno Patlama", + "move_341": "Uç", + "move_342": "V Yapıcı", + "move_343": "Yaprak Fırtınası", + "move_344": "Üçlü Saldırı", + "move_345": "Kasırga", + "move_346": "Kül Etme", + "move_347": "Dark Void", + "move_348": "Tüy Dansı", + "move_349": "Fiery Dance", + "move_350": "Peri Rüzgârı", + "move_351": "Relic Song", + "move_352": "Hava Durumu Topu", + "move_353": "Psişik Dişler", + "move_354": "Hiperuzay Öfkesi", + "move_355": "Hiperuzay Deliği", + "move_356": "Çifte Tekme", + "move_357": "Büyülü Yaprak", + "move_358": "Kutsal Ateş", + "move_359": "Buzul Mızrak", + "move_360": "Hava Darbesi+", + "move_361": "Hava Darbesi++", + "move_362": "Kutsal Ateş+", + "move_363": "Kutsal Ateş++", + "move_364": "Acrobatics", + "move_365": "Arındıran Işık", + "move_366": "Sis Topu", + "move_367": "Vahşi Savurma", + "move_368": "Yuvarlanma", + "move_369": "Tohum Meşalesi", + "move_370": "Engelleme", + "move_371": "Gölge Gücü", + "move_372": "Meteor Işını", + "move_373": "Yağmur Hançeri", + "move_374": "Füzyon Yıldırımı", + "move_375": "Füzyon Alevi", + "move_376": "Poltergeist", + "move_377": "Yüksek Beygir Gücü", + "move_378": "Buzullaşma", + "move_379": "Kıran Vuruş", + "move_380": "Büyük Patlama", + "move_381": "Çifte Demir Darbe", + "move_382": "Mistik Alev", + "move_383": "Sıvılaştırma", + "move_384": "Ejderha Yükselişi", + "move_385": "Yeşillik", + "move_386": "Magma Fırtınası", + "move_387": "Yer Kontrolü", + "move_388": "Uzamsal Yırtış", + "move_389": "Yok Edici Kanat", + "move_390": "Doğanın Çılgınlığı", + "move_391": "Üçlü Axel", + "move_392": "Çığır Açma", + "move_393": "Kavurucu Kum", + "move_394": "Zaman Kükremesi", + "move_395": "Ayazlayan Fırtına", + "move_396": "Yakan Kum Fırtınası", + "move_397": "Yıldırım Hortumu", + "move_398": "Ruh Kelepçesi", + "move_399": "Volt Vuruşu", + "move_400": "Zifiri Kement", + "move_401": "Psişik Dalga", + "move_402": "Metal Sesi", + "move_403": "Kum Saldırısı", + "move_404": "Meteor Çarpması", + "move_405": "Hayalet Ay Işını", + "move_406": "Aura Çemberi", + "move_407": "Aura Çemberi", + "move_408": "Yüksek Sıçrama Tekmesi", + "move_409": "Maksi Alev", + "move_410": "Maksi Kanatlılar", + "move_411": "Maksi Şimşek", + "move_412": "Maksi Saldırı", + "move_413": "Maksi Yumruk", + "move_414": "Maksi Hayalet", + "move_415": "Maksi Dolu Fırtınası", + "move_416": "Maksi Balçık", + "move_417": "Maksi Gayzer", + "move_418": "Maksi Hava Akımı", + "move_419": "Maksi Yıldız Yağmuru", + "move_420": "Maksi Ejderha Rüzgârı", + "move_421": "Maksi Zihin Fırtınası", + "move_422": "Maksi Kaya Düşüşü", + "move_423": "Maksi Deprem", + "move_424": "Maksi Karanlık", + "move_425": "Maksi Büyüme", + "move_426": "Maksi Çelikçivi", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "Güçlü Avuç", + "move_463": "Pırıldayan Arya", + "poke_0": "Değiştir", + "poke_1": "Bulbasaur", + "poke_2": "Ivysaur", + "poke_3": "Venusaur", + "poke_3_e1": "Mega Venusaur", + "poke_4": "Charmander", + "poke_5": "Charmeleon", + "poke_6": "Charizard", + "poke_6_e2": "Mega Charizard X", + "poke_6_e3": "Mega Charizard Y", + "poke_7": "Squirtle", + "poke_8": "Wartortle", + "poke_9": "Blastoise", + "poke_9_e1": "Mega Blastoise", + "poke_10": "Caterpie", + "poke_11": "Metapod", + "poke_12": "Butterfree", + "poke_13": "Weedle", + "poke_14": "Kakuna", + "poke_15": "Beedrill", + "poke_15_e1": "Mega Beedrill", + "poke_16": "Pidgey", + "poke_17": "Pidgeotto", + "poke_18": "Pidgeot", + "poke_18_e1": "Mega Pidgeot", + "poke_19": "Rattata", + "poke_20": "Raticate", + "poke_21": "Spearow", + "poke_22": "Fearow", + "poke_23": "Ekans", + "poke_24": "Arbok", + "poke_25": "Pikachu", + "poke_26": "Raichu", + "poke_27": "Sandshrew", + "poke_28": "Sandslash", + "poke_29": "Nidoran♀", + "poke_30": "Nidorina", + "poke_31": "Nidoqueen", + "poke_32": "Nidoran♂", + "poke_33": "Nidorino", + "poke_34": "Nidoking", + "poke_35": "Clefairy", + "poke_36": "Clefable", + "poke_37": "Vulpix", + "poke_38": "Ninetales", + "poke_39": "Jigglypuff", + "poke_40": "Wigglytuff", + "poke_41": "Zubat", + "poke_42": "Golbat", + "poke_43": "Oddish", + "poke_44": "Gloom", + "poke_45": "Vileplume", + "poke_46": "Paras", + "poke_47": "Parasect", + "poke_48": "Venonat", + "poke_49": "Venomoth", + "poke_50": "Diglett", + "poke_51": "Dugtrio", + "poke_52": "Meowth", + "poke_53": "Persian", + "poke_54": "Psyduck", + "poke_55": "Golduck", + "poke_56": "Mankey", + "poke_57": "Primeape", + "poke_58": "Growlithe", + "poke_59": "Arcanine", + "poke_60": "Poliwag", + "poke_61": "Poliwhirl", + "poke_62": "Poliwrath", + "poke_63": "Abra", + "poke_64": "Kadabra", + "poke_65": "Alakazam", + "poke_65_e1": "Mega Alakazam", + "poke_66": "Machop", + "poke_67": "Machoke", + "poke_68": "Machamp", + "poke_69": "Bellsprout", + "poke_70": "Weepinbell", + "poke_71": "Victreebel", + "poke_72": "Tentacool", + "poke_73": "Tentacruel", + "poke_74": "Geodude", + "poke_75": "Graveler", + "poke_76": "Golem", + "poke_77": "Ponyta", + "poke_78": "Rapidash", + "poke_79": "Slowpoke", + "poke_80": "Slowbro", + "poke_80_e1": "Mega Slowbro", + "poke_81": "Magnemite", + "poke_82": "Magneton", + "poke_83": "Farfetch'd", + "poke_84": "Doduo", + "poke_85": "Dodrio", + "poke_86": "Seel", + "poke_87": "Dewgong", + "poke_88": "Grimer", + "poke_89": "Muk", + "poke_90": "Shellder", + "poke_91": "Cloyster", + "poke_92": "Gastly", + "poke_93": "Haunter", + "poke_94": "Gengar", + "poke_94_e1": "Mega Gengar", + "poke_95": "Onix", + "poke_96": "Drowzee", + "poke_97": "Hypno", + "poke_98": "Krabby", + "poke_99": "Kingler", + "poke_100": "Voltorb", + "poke_101": "Electrode", + "poke_102": "Exeggcute", + "poke_103": "Exeggutor", + "poke_104": "Cubone", + "poke_105": "Marowak", + "poke_106": "Hitmonlee", + "poke_107": "Hitmonchan", + "poke_108": "Lickitung", + "poke_109": "Koffing", + "poke_110": "Weezing", + "poke_111": "Rhyhorn", + "poke_112": "Rhydon", + "poke_113": "Chansey", + "poke_114": "Tangela", + "poke_115": "Kangaskhan", + "poke_115_e1": "Mega Kangaskhan", + "poke_116": "Horsea", + "poke_117": "Seadra", + "poke_118": "Goldeen", + "poke_119": "Seaking", + "poke_120": "Staryu", + "poke_121": "Starmie", + "poke_122": "Mr. Mime", + "poke_123": "Scyther", + "poke_124": "Jynx", + "poke_125": "Electabuzz", + "poke_126": "Magmar", + "poke_127": "Pinsir", + "poke_127_e1": "Mega Pinsir", + "poke_128": "Tauros", + "poke_129": "Magikarp", + "poke_130": "Gyarados", + "poke_130_e1": "Mega Gyarados", + "poke_131": "Lapras", + "poke_132": "Ditto", + "poke_133": "Eevee", + "poke_134": "Vaporeon", + "poke_135": "Jolteon", + "poke_136": "Flareon", + "poke_137": "Porygon", + "poke_138": "Omanyte", + "poke_139": "Omastar", + "poke_140": "Kabuto", + "poke_141": "Kabutops", + "poke_142": "Aerodactyl", + "poke_142_e1": "Mega Aerodactyl", + "poke_143": "Snorlax", + "poke_144": "Articuno", + "poke_145": "Zapdos", + "poke_146": "Moltres", + "poke_147": "Dratini", + "poke_148": "Dragonair", + "poke_149": "Dragonite", + "poke_150": "Mewtwo", + "poke_150_e2": "Mega Mewtwo X", + "poke_150_e3": "Mega Mewtwo Y", + "poke_151": "Mew", + "poke_152": "Chikorita", + "poke_153": "Bayleef", + "poke_154": "Meganium", + "poke_155": "Cyndaquil", + "poke_156": "Quilava", + "poke_157": "Typhlosion", + "poke_158": "Totodile", + "poke_159": "Croconaw", + "poke_160": "Feraligatr", + "poke_161": "Sentret", + "poke_162": "Furret", + "poke_163": "Hoothoot", + "poke_164": "Noctowl", + "poke_165": "Ledyba", + "poke_166": "Ledian", + "poke_167": "Spinarak", + "poke_168": "Ariados", + "poke_169": "Crobat", + "poke_170": "Chinchou", + "poke_171": "Lanturn", + "poke_172": "Pichu", + "poke_173": "Cleffa", + "poke_174": "Igglybuff", + "poke_175": "Togepi", + "poke_176": "Togetic", + "poke_177": "Natu", + "poke_178": "Xatu", + "poke_179": "Mareep", + "poke_180": "Flaaffy", + "poke_181": "Ampharos", + "poke_181_e1": "Mega Ampharos", + "poke_182": "Bellossom", + "poke_183": "Marill", + "poke_184": "Azumarill", + "poke_185": "Sudowoodo", + "poke_186": "Politoed", + "poke_187": "Hoppip", + "poke_188": "Skiploom", + "poke_189": "Jumpluff", + "poke_190": "Aipom", + "poke_191": "Sunkern", + "poke_192": "Sunflora", + "poke_193": "Yanma", + "poke_194": "Wooper", + "poke_195": "Quagsire", + "poke_196": "Espeon", + "poke_197": "Umbreon", + "poke_198": "Murkrow", + "poke_199": "Slowking", + "poke_200": "Misdreavus", + "poke_201": "Unown", + "poke_202": "Wobbuffet", + "poke_203": "Girafarig", + "poke_204": "Pineco", + "poke_205": "Forretress", + "poke_206": "Dunsparce", + "poke_207": "Gligar", + "poke_208": "Steelix", + "poke_208_e1": "Mega Steelix", + "poke_209": "Snubbull", + "poke_210": "Granbull", + "poke_211": "Qwilfish", + "poke_212": "Scizor", + "poke_212_e1": "Mega Scizor", + "poke_213": "Shuckle", + "poke_214": "Heracross", + "poke_214_e1": "Mega Heracross", + "poke_215": "Sneasel", + "poke_216": "Teddiursa", + "poke_217": "Ursaring", + "poke_218": "Slugma", + "poke_219": "Magcargo", + "poke_220": "Swinub", + "poke_221": "Piloswine", + "poke_222": "Corsola", + "poke_223": "Remoraid", + "poke_224": "Octillery", + "poke_225": "Delibird", + "poke_226": "Mantine", + "poke_227": "Skarmory", + "poke_228": "Houndour", + "poke_229": "Houndoom", + "poke_229_e1": "Mega Houndoom", + "poke_230": "Kingdra", + "poke_231": "Phanpy", + "poke_232": "Donphan", + "poke_233": "Porygon2", + "poke_234": "Stantler", + "poke_235": "Smeargle", + "poke_236": "Tyrogue", + "poke_237": "Hitmontop", + "poke_238": "Smoochum", + "poke_239": "Elekid", + "poke_240": "Magby", + "poke_241": "Miltank", + "poke_242": "Blissey", + "poke_243": "Raikou", + "poke_244": "Entei", + "poke_245": "Suicune", + "poke_246": "Larvitar", + "poke_247": "Pupitar", + "poke_248": "Tyranitar", + "poke_248_e1": "Mega Tyranitar", + "poke_249": "Lugia", + "poke_250": "Ho-Oh", + "poke_251": "Celebi", + "poke_252": "Treecko", + "poke_253": "Grovyle", + "poke_254": "Sceptile", + "poke_254_e1": "Mega Sceptile", + "poke_255": "Torchic", + "poke_256": "Combusken", + "poke_257": "Blaziken", + "poke_257_e1": "Mega Blaziken", + "poke_258": "Mudkip", + "poke_259": "Marshtomp", + "poke_260": "Swampert", + "poke_260_e1": "Mega Swampert", + "poke_261": "Poochyena", + "poke_262": "Mightyena", + "poke_263": "Zigzagoon", + "poke_264": "Linoone", + "poke_265": "Wurmple", + "poke_266": "Silcoon", + "poke_267": "Beautifly", + "poke_268": "Cascoon", + "poke_269": "Dustox", + "poke_270": "Lotad", + "poke_271": "Lombre", + "poke_272": "Ludicolo", + "poke_273": "Seedot", + "poke_274": "Nuzleaf", + "poke_275": "Shiftry", + "poke_276": "Taillow", + "poke_277": "Swellow", + "poke_278": "Wingull", + "poke_279": "Pelipper", + "poke_280": "Ralts", + "poke_281": "Kirlia", + "poke_282": "Gardevoir", + "poke_282_e1": "Mega Gardevoir", + "poke_283": "Surskit", + "poke_284": "Masquerain", + "poke_285": "Shroomish", + "poke_286": "Breloom", + "poke_287": "Slakoth", + "poke_288": "Vigoroth", + "poke_289": "Slaking", + "poke_290": "Nincada", + "poke_291": "Ninjask", + "poke_292": "Shedinja", + "poke_293": "Whismur", + "poke_294": "Loudred", + "poke_295": "Exploud", + "poke_296": "Makuhita", + "poke_297": "Hariyama", + "poke_298": "Azurill", + "poke_299": "Nosepass", + "poke_300": "Skitty", + "poke_301": "Delcatty", + "poke_302": "Sableye", + "poke_302_e1": "Mega Sableye", + "poke_303": "Mawile", + "poke_303_e1": "Mega Mawile", + "poke_304": "Aron", + "poke_305": "Lairon", + "poke_306": "Aggron", + "poke_306_e1": "Mega Aggron", + "poke_307": "Meditite", + "poke_308": "Medicham", + "poke_308_e1": "Mega Medicham", + "poke_309": "Electrike", + "poke_310": "Manectric", + "poke_310_e1": "Mega Manectric", + "poke_311": "Plusle", + "poke_312": "Minun", + "poke_313": "Volbeat", + "poke_314": "Illumise", + "poke_315": "Roselia", + "poke_316": "Gulpin", + "poke_317": "Swalot", + "poke_318": "Carvanha", + "poke_319": "Sharpedo", + "poke_319_e1": "Mega Sharpedo", + "poke_320": "Wailmer", + "poke_321": "Wailord", + "poke_322": "Numel", + "poke_323": "Camerupt", + "poke_323_e1": "Mega Camerupt", + "poke_324": "Torkoal", + "poke_325": "Spoink", + "poke_326": "Grumpig", + "poke_327": "Spinda", + "poke_328": "Trapinch", + "poke_329": "Vibrava", + "poke_330": "Flygon", + "poke_331": "Cacnea", + "poke_332": "Cacturne", + "poke_333": "Swablu", + "poke_334": "Altaria", + "poke_334_e1": "Mega Altaria", + "poke_335": "Zangoose", + "poke_336": "Seviper", + "poke_337": "Lunatone", + "poke_338": "Solrock", + "poke_339": "Barboach", + "poke_340": "Whiscash", + "poke_341": "Corphish", + "poke_342": "Crawdaunt", + "poke_343": "Baltoy", + "poke_344": "Claydol", + "poke_345": "Lileep", + "poke_346": "Cradily", + "poke_347": "Anorith", + "poke_348": "Armaldo", + "poke_349": "Feebas", + "poke_350": "Milotic", + "poke_351": "Castform", + "poke_352": "Kecleon", + "poke_353": "Shuppet", + "poke_354": "Banette", + "poke_354_e1": "Mega Banette", + "poke_355": "Duskull", + "poke_356": "Dusclops", + "poke_357": "Tropius", + "poke_358": "Chimecho", + "poke_359": "Absol", + "poke_359_e1": "Mega Absol", + "poke_360": "Wynaut", + "poke_361": "Snorunt", + "poke_362": "Glalie", + "poke_362_e1": "Mega Glalie", + "poke_363": "Spheal", + "poke_364": "Sealeo", + "poke_365": "Walrein", + "poke_366": "Clamperl", + "poke_367": "Huntail", + "poke_368": "Gorebyss", + "poke_369": "Relicanth", + "poke_370": "Luvdisc", + "poke_371": "Bagon", + "poke_372": "Shelgon", + "poke_373": "Salamence", + "poke_373_e1": "Mega Salamence", + "poke_374": "Beldum", + "poke_375": "Metang", + "poke_376": "Metagross", + "poke_376_e1": "Mega Metagross", + "poke_377": "Regirock", + "poke_378": "Regice", + "poke_379": "Registeel", + "poke_380": "Latias", + "poke_380_e1": "Mega Latias", + "poke_381": "Latios", + "poke_381_e1": "Mega Latios", + "poke_382": "Kyogre", + "poke_382_e1": "Kadim Kyogre", + "poke_383": "Groudon", + "poke_383_e1": "Kadim Groudon", + "poke_384": "Rayquaza", + "poke_384_e1": "Mega Rayquaza", + "poke_385": "Jirachi", + "poke_386": "Deoxys", + "poke_387": "Turtwig", + "poke_388": "Grotle", + "poke_389": "Torterra", + "poke_390": "Chimchar", + "poke_391": "Monferno", + "poke_392": "Infernape", + "poke_393": "Piplup", + "poke_394": "Prinplup", + "poke_395": "Empoleon", + "poke_396": "Starly", + "poke_397": "Staravia", + "poke_398": "Staraptor", + "poke_399": "Bidoof", + "poke_400": "Bibarel", + "poke_401": "Kricketot", + "poke_402": "Kricketune", + "poke_403": "Shinx", + "poke_404": "Luxio", + "poke_405": "Luxray", + "poke_406": "Budew", + "poke_407": "Roserade", + "poke_408": "Cranidos", + "poke_409": "Rampardos", + "poke_410": "Shieldon", + "poke_411": "Bastiodon", + "poke_412": "Burmy", + "poke_413": "Wormadam", + "poke_414": "Mothim", + "poke_415": "Combee", + "poke_416": "Vespiquen", + "poke_417": "Pachirisu", + "poke_418": "Buizel", + "poke_419": "Floatzel", + "poke_420": "Cherubi", + "poke_421": "Cherrim", + "poke_422": "Shellos", + "poke_423": "Gastrodon", + "poke_424": "Ambipom", + "poke_425": "Drifloon", + "poke_426": "Drifblim", + "poke_427": "Buneary", + "poke_428": "Lopunny", + "poke_428_e1": "Mega Lopunny", + "poke_429": "Mismagius", + "poke_430": "Honchkrow", + "poke_431": "Glameow", + "poke_432": "Purugly", + "poke_433": "Chingling", + "poke_434": "Stunky", + "poke_435": "Skuntank", + "poke_436": "Bronzor", + "poke_437": "Bronzong", + "poke_438": "Bonsly", + "poke_439": "Mime Jr.", + "poke_440": "Happiny", + "poke_441": "Chatot", + "poke_442": "Spiritomb", + "poke_443": "Gible", + "poke_444": "Gabite", + "poke_445": "Garchomp", + "poke_445_e1": "Mega Garchomp", + "poke_446": "Munchlax", + "poke_447": "Riolu", + "poke_448": "Lucario", + "poke_448_e1": "Mega Lucario", + "poke_449": "Hippopotas", + "poke_450": "Hippowdon", + "poke_451": "Skorupi", + "poke_452": "Drapion", + "poke_453": "Croagunk", + "poke_454": "Toxicroak", + "poke_455": "Carnivine", + "poke_456": "Finneon", + "poke_457": "Lumineon", + "poke_458": "Mantyke", + "poke_459": "Snover", + "poke_460": "Abomasnow", + "poke_460_e1": "Mega Abomasnow", + "poke_461": "Weavile", + "poke_462": "Magnezone", + "poke_463": "Lickilicky", + "poke_464": "Rhyperior", + "poke_465": "Tangrowth", + "poke_466": "Electivire", + "poke_467": "Magmortar", + "poke_468": "Togekiss", + "poke_469": "Yanmega", + "poke_470": "Leafeon", + "poke_471": "Glaceon", + "poke_472": "Gliscor", + "poke_473": "Mamoswine", + "poke_474": "Porygon-Z", + "poke_475": "Gallade", + "poke_475_e1": "Mega Gallade", + "poke_476": "Probopass", + "poke_477": "Dusknoir", + "poke_478": "Froslass", + "poke_479": "Rotom", + "poke_480": "Uxie", + "poke_481": "Mesprit", + "poke_482": "Azelf", + "poke_483": "Dialga", + "poke_484": "Palkia", + "poke_485": "Heatran", + "poke_486": "Regigigas", + "poke_487": "Giratina", + "poke_488": "Cresselia", + "poke_489": "Phione", + "poke_490": "Manaphy", + "poke_491": "Darkrai", + "poke_492": "Shaymin", + "poke_493": "Arceus", + "poke_494": "Victini", + "poke_495": "Snivy", + "poke_496": "Servine", + "poke_497": "Serperior", + "poke_498": "Tepig", + "poke_499": "Pignite", + "poke_500": "Emboar", + "poke_501": "Oshawott", + "poke_502": "Dewott", + "poke_503": "Samurott", + "poke_504": "Patrat", + "poke_505": "Watchog", + "poke_506": "Lillipup", + "poke_507": "Herdier", + "poke_508": "Stoutland", + "poke_509": "Purrloin", + "poke_510": "Liepard", + "poke_511": "Pansage", + "poke_512": "Simisage", + "poke_513": "Pansear", + "poke_514": "Simisear", + "poke_515": "Panpour", + "poke_516": "Simipour", + "poke_517": "Munna", + "poke_518": "Musharna", + "poke_519": "Pidove", + "poke_520": "Tranquill", + "poke_521": "Unfezant", + "poke_522": "Blitzle", + "poke_523": "Zebstrika", + "poke_524": "Roggenrola", + "poke_525": "Boldore", + "poke_526": "Gigalith", + "poke_527": "Woobat", + "poke_528": "Swoobat", + "poke_529": "Drilbur", + "poke_530": "Excadrill", + "poke_531": "Audino", + "poke_531_e1": "Mega Audino", + "poke_532": "Timburr", + "poke_533": "Gurdurr", + "poke_534": "Conkeldurr", + "poke_535": "Tympole", + "poke_536": "Palpitoad", + "poke_537": "Seismitoad", + "poke_538": "Throh", + "poke_539": "Sawk", + "poke_540": "Sewaddle", + "poke_541": "Swadloon", + "poke_542": "Leavanny", + "poke_543": "Venipede", + "poke_544": "Whirlipede", + "poke_545": "Scolipede", + "poke_546": "Cottonee", + "poke_547": "Whimsicott", + "poke_548": "Petilil", + "poke_549": "Lilligant", + "poke_550": "Basculin", + "poke_551": "Sandile", + "poke_552": "Krokorok", + "poke_553": "Krookodile", + "poke_554": "Darumaka", + "poke_555": "Darmanitan", + "poke_556": "Maractus", + "poke_557": "Dwebble", + "poke_558": "Crustle", + "poke_559": "Scraggy", + "poke_560": "Scrafty", + "poke_561": "Sigilyph", + "poke_562": "Yamask", + "poke_563": "Cofagrigus", + "poke_564": "Tirtouga", + "poke_565": "Carracosta", + "poke_566": "Archen", + "poke_567": "Archeops", + "poke_568": "Trubbish", + "poke_569": "Garbodor", + "poke_570": "Zorua", + "poke_571": "Zoroark", + "poke_572": "Minccino", + "poke_573": "Cinccino", + "poke_574": "Gothita", + "poke_575": "Gothorita", + "poke_576": "Gothitelle", + "poke_577": "Solosis", + "poke_578": "Duosion", + "poke_579": "Reuniclus", + "poke_580": "Ducklett", + "poke_581": "Swanna", + "poke_582": "Vanillite", + "poke_583": "Vanillish", + "poke_584": "Vanilluxe", + "poke_585": "Deerling", + "poke_586": "Sawsbuck", + "poke_587": "Emolga", + "poke_588": "Karrablast", + "poke_589": "Escavalier", + "poke_590": "Foongus", + "poke_591": "Amoonguss", + "poke_592": "Frillish", + "poke_593": "Jellicent", + "poke_594": "Alomomola", + "poke_595": "Joltik", + "poke_596": "Galvantula", + "poke_597": "Ferroseed", + "poke_598": "Ferrothorn", + "poke_599": "Klink", + "poke_600": "Klang", + "poke_601": "Klinklang", + "poke_602": "Tynamo", + "poke_603": "Eelektrik", + "poke_604": "Eelektross", + "poke_605": "Elgyem", + "poke_606": "Beheeyem", + "poke_607": "Litwick", + "poke_608": "Lampent", + "poke_609": "Chandelure", + "poke_610": "Axew", + "poke_611": "Fraxure", + "poke_612": "Haxorus", + "poke_613": "Cubchoo", + "poke_614": "Beartic", + "poke_615": "Cryogonal", + "poke_616": "Shelmet", + "poke_617": "Accelgor", + "poke_618": "Stunfisk", + "poke_619": "Mienfoo", + "poke_620": "Mienshao", + "poke_621": "Druddigon", + "poke_622": "Golett", + "poke_623": "Golurk", + "poke_624": "Pawniard", + "poke_625": "Bisharp", + "poke_626": "Bouffalant", + "poke_627": "Rufflet", + "poke_628": "Braviary", + "poke_629": "Vullaby", + "poke_630": "Mandibuzz", + "poke_631": "Heatmor", + "poke_632": "Durant", + "poke_633": "Deino", + "poke_634": "Zweilous", + "poke_635": "Hydreigon", + "poke_636": "Larvesta", + "poke_637": "Volcarona", + "poke_638": "Cobalion", + "poke_639": "Terrakion", + "poke_640": "Virizion", + "poke_641": "Tornadus", + "poke_642": "Thundurus", + "poke_643": "Reshiram", + "poke_644": "Zekrom", + "poke_645": "Landorus", + "poke_646": "Kyurem", + "poke_647": "Keldeo", + "poke_648": "Meloetta", + "poke_649": "Genesect", + "poke_650": "Chespin", + "poke_651": "Quilladin", + "poke_652": "Chesnaught", + "poke_653": "Fennekin", + "poke_654": "Braixen", + "poke_655": "Delphox", + "poke_656": "Froakie", + "poke_657": "Frogadier", + "poke_658": "Greninja", + "poke_659": "Bunnelby", + "poke_660": "Diggersby", + "poke_661": "Fletchling", + "poke_662": "Fletchinder", + "poke_663": "Talonflame", + "poke_664": "Scatterbug", + "poke_665": "Spewpa", + "poke_666": "Vivillon", + "poke_667": "Litleo", + "poke_668": "Pyroar", + "poke_669": "Flabébé", + "poke_670": "Floette", + "poke_671": "Florges", + "poke_672": "Skiddo", + "poke_673": "Gogoat", + "poke_674": "Pancham", + "poke_675": "Pangoro", + "poke_676": "Furfrou", + "poke_677": "Espurr", + "poke_678": "Meowstic", + "poke_679": "Honedge", + "poke_680": "Doublade", + "poke_681": "Aegislash", + "poke_682": "Spritzee", + "poke_683": "Aromatisse", + "poke_684": "Swirlix", + "poke_685": "Slurpuff", + "poke_686": "Inkay", + "poke_687": "Malamar", + "poke_688": "Binacle", + "poke_689": "Barbaracle", + "poke_690": "Skrelp", + "poke_691": "Dragalge", + "poke_692": "Clauncher", + "poke_693": "Clawitzer", + "poke_694": "Helioptile", + "poke_695": "Heliolisk", + "poke_696": "Tyrunt", + "poke_697": "Tyrantrum", + "poke_698": "Amaura", + "poke_699": "Aurorus", + "poke_700": "Sylveon", + "poke_701": "Hawlucha", + "poke_702": "Dedenne", + "poke_703": "Carbink", + "poke_704": "Goomy", + "poke_705": "Sliggoo", + "poke_706": "Goodra", + "poke_707": "Klefki", + "poke_708": "Phantump", + "poke_709": "Trevenant", + "poke_710": "Pumpkaboo", + "poke_711": "Gourgeist", + "poke_712": "Bergmite", + "poke_713": "Avalugg", + "poke_714": "Noibat", + "poke_715": "Noivern", + "poke_716": "Xerneas", + "poke_717": "Yveltal", + "poke_718": "Zygarde", + "poke_719": "Diancie", + "poke_719_e1": "Mega Diancie", + "poke_720": "Hoopa", + "poke_721": "Volcanion", + "poke_722": "Rowlet", + "poke_723": "Dartrix", + "poke_724": "Decidueye", + "poke_725": "Litten", + "poke_726": "Torracat", + "poke_727": "Incineroar", + "poke_728": "Popplio", + "poke_729": "Brionne", + "poke_730": "Primarina", + "poke_731": "Pikipek", + "poke_732": "Trumbeak", + "poke_733": "Toucannon", + "poke_734": "Yungoos", + "poke_735": "Gumshoos", + "poke_736": "Grubbin", + "poke_737": "Charjabug", + "poke_738": "Vikavolt", + "poke_739": "Crabrawler", + "poke_740": "Crabominable", + "poke_741": "Oricorio", + "poke_742": "Cutiefly", + "poke_743": "Ribombee", + "poke_744": "Rockruff", + "poke_745": "Lycanroc", + "poke_746": "Wishiwashi", + "poke_747": "Mareanie", + "poke_748": "Toxapex", + "poke_749": "Mudbray", + "poke_750": "Mudsdale", + "poke_751": "Dewpider", + "poke_752": "Araquanid", + "poke_753": "Fomantis", + "poke_754": "Lurantis", + "poke_755": "Morelull", + "poke_756": "Shiinotic", + "poke_757": "Salandit", + "poke_758": "Salazzle", + "poke_759": "Stufful", + "poke_760": "Bewear", + "poke_761": "Bounsweet", + "poke_762": "Steenee", + "poke_763": "Tsareena", + "poke_764": "Comfey", + "poke_765": "Oranguru", + "poke_766": "Passimian", + "poke_767": "Wimpod", + "poke_768": "Golisopod", + "poke_769": "Sandygast", + "poke_770": "Palossand", + "poke_771": "Pyukumuku", + "poke_772": "Tür: Sıfır", + "poke_773": "Silvally", + "poke_774": "Minior", + "poke_775": "Komala", + "poke_776": "Turtonator", + "poke_777": "Togedemaru", + "poke_778": "Mimikyu", + "poke_779": "Bruxish", + "poke_780": "Drampa", + "poke_781": "Dhelmise", + "poke_782": "Jangmo-o", + "poke_783": "Hakamo-o", + "poke_784": "Kommo-o", + "poke_785": "Tapu Koko", + "poke_786": "Tapu Lele", + "poke_787": "Tapu Bulu", + "poke_788": "Tapu Fini", + "poke_789": "Cosmog", + "poke_790": "Cosmoem", + "poke_791": "Solgaleo", + "poke_792": "Lunala", + "poke_793": "Nihilego", + "poke_794": "Buzzwole", + "poke_795": "Pheromosa", + "poke_796": "Xurkitree", + "poke_797": "Celesteela", + "poke_798": "Kartana", + "poke_799": "Guzzlord", + "poke_800": "Necrozma", + "poke_801": "Magearna", + "poke_802": "Marshadow", + "poke_803": "Poipole", + "poke_804": "Naganadel", + "poke_805": "Stakataka", + "poke_806": "Blacephalon", + "poke_807": "Zeraora", + "poke_808": "Meltan", + "poke_809": "Melmetal", + "poke_810": "Grookey", + "poke_811": "Thwackey", + "poke_812": "Rillaboom", + "poke_813": "Scorbunny", + "poke_814": "Raboot", + "poke_815": "Cinderace", + "poke_816": "Sobble", + "poke_817": "Drizzile", + "poke_818": "Inteleon", + "poke_819": "Skwovet", + "poke_820": "Greedent", + "poke_821": "Rookidee", + "poke_822": "Corvisquire", + "poke_823": "Corviknight", + "poke_824": "Blipbug", + "poke_825": "Dottler", + "poke_826": "Orbeetle", + "poke_827": "Nickit", + "poke_828": "Thievul", + "poke_829": "Gossifleur", + "poke_830": "Eldegoss", + "poke_831": "Wooloo", + "poke_832": "Dubwool", + "poke_833": "Chewtle", + "poke_834": "Drednaw", + "poke_835": "Yamper", + "poke_836": "Boltund", + "poke_837": "Rolycoly", + "poke_838": "Carkol", + "poke_839": "Coalossal", + "poke_840": "Applin", + "poke_841": "Flapple", + "poke_842": "Appletun", + "poke_843": "Silicobra", + "poke_844": "Sandaconda", + "poke_845": "Cramorant", + "poke_846": "Arrokuda", + "poke_847": "Barraskewda", + "poke_848": "Toxel", + "poke_849": "Toxtricity", + "poke_850": "Sizzlipede", + "poke_851": "Centiskorch", + "poke_852": "Clobbopus", + "poke_853": "Grapploct", + "poke_854": "Sinistea", + "poke_855": "Polteageist", + "poke_856": "Hatenna", + "poke_857": "Hattrem", + "poke_858": "Hatterene", + "poke_859": "Impidimp", + "poke_860": "Morgrem", + "poke_861": "Grimmsnarl", + "poke_862": "Obstagoon", + "poke_863": "Perrserker", + "poke_864": "Cursola", + "poke_865": "Sirfetch'd", + "poke_866": "Mr. Rime", + "poke_867": "Runerigus", + "poke_868": "Milcery", + "poke_869": "Alcremie", + "poke_870": "Falinks", + "poke_871": "Pincurchin", + "poke_872": "Snom", + "poke_873": "Frosmoth", + "poke_874": "Stonjourner", + "poke_875": "Eiscue", + "poke_876": "Indeedee", + "poke_877": "Morpeko", + "poke_878": "Cufant", + "poke_879": "Copperajah", + "poke_880": "Dracozolt", + "poke_881": "Arctozolt", + "poke_882": "Dracovish", + "poke_883": "Arctovish", + "poke_884": "Duraludon", + "poke_885": "Dreepy", + "poke_886": "Drakloak", + "poke_887": "Dragapult", + "poke_888": "Zacian", + "poke_889": "Zamazenta", + "poke_890": "Eternatus", + "poke_891": "Kubfu", + "poke_892": "Urshifu", + "poke_893": "Zarude", + "poke_894": "Regieleki", + "poke_895": "Regidrago", + "poke_896": "Glastrier", + "poke_897": "Spectrier", + "poke_898": "Calyrex", + "poke_899": "Wyrdeer", + "poke_900": "Kleavor", + "poke_901": "Ursaluna", + "poke_902": "Basculegion", + "poke_903": "Sneasler", + "poke_904": "Overqwil", + "poke_905": "Enamorus", + "poke_906": "Sprigatito", + "poke_907": "Floragato", + "poke_908": "Meowscarada", + "poke_909": "Fuecoco", + "poke_910": "Crocalor", + "poke_911": "Skeledirge", + "poke_912": "Quaxly", + "poke_913": "Quaxwell", + "poke_914": "Quaquaval", + "poke_915": "Lechonk", + "poke_916": "Oinkologne", + "poke_917": "Tarountula", + "poke_918": "Spidops", + "poke_919": "Nymble", + "poke_920": "Lokix", + "poke_921": "Pawmi", + "poke_922": "Pawmo", + "poke_923": "Pawmot", + "poke_924": "Tandemaus", + "poke_925": "Maushold", + "poke_926": "Fidough", + "poke_927": "Dachsbun", + "poke_928": "Smoliv", + "poke_929": "Dolliv", + "poke_930": "Arboliva", + "poke_931": "Squawkabilly", + "poke_932": "Nacli", + "poke_933": "Naclstack", + "poke_934": "Garganacl", + "poke_935": "Charcadet", + "poke_936": "Armarouge", + "poke_937": "Ceruledge", + "poke_938": "Tadbulb", + "poke_939": "Bellibolt", + "poke_940": "Wattrel", + "poke_941": "Kilowattrel", + "poke_942": "Maschiff", + "poke_943": "Mabosstiff", + "poke_944": "Shroodle", + "poke_945": "Grafaiai", + "poke_946": "Bramblin", + "poke_947": "Brambleghast", + "poke_948": "Toedscool", + "poke_949": "Toedscruel", + "poke_950": "Klawf", + "poke_951": "Capsakid", + "poke_952": "Scovillain", + "poke_953": "Rellor", + "poke_954": "Rabsca", + "poke_955": "Flittle", + "poke_956": "Espathra", + "poke_957": "Tinkatink", + "poke_958": "Tinkatuff", + "poke_959": "Tinkaton", + "poke_960": "Wiglett", + "poke_961": "Wugtrio", + "poke_962": "Bombirdier", + "poke_963": "Finizen", + "poke_964": "Palafin", + "poke_965": "Varoom", + "poke_966": "Revavroom", + "poke_967": "Cyclizar", + "poke_968": "Orthworm", + "poke_969": "Glimmet", + "poke_970": "Glimmora", + "poke_971": "Greavard", + "poke_972": "Houndstone", + "poke_973": "Flamigo", + "poke_974": "Cetoddle", + "poke_975": "Cetitan", + "poke_976": "Veluza", + "poke_977": "Dondozo", + "poke_978": "Tatsugiri", + "poke_979": "Annihilape", + "poke_980": "Clodsire", + "poke_981": "Farigiraf", + "poke_982": "Dudunsparce", + "poke_983": "Kingambit", + "poke_984": "İri Diş", + "poke_985": "Kuyruklu Çığlık", + "poke_986": "Kaba Şapka", + "poke_987": "Titrek Yele", + "poke_988": "Sürüngen Kanat", + "poke_989": "Kuru Şok", + "poke_990": "Demir Palet", + "poke_991": "Demir Kuyruk", + "poke_992": "Demir Avuç", + "poke_993": "Demir Gerdan", + "poke_994": "Demir Güve", + "poke_995": "Demir Zırh", + "poke_996": "Frigibax", + "poke_997": "Arctibax", + "poke_998": "Baxcalibur", + "poke_999": "Gimmighoul", + "poke_1000": "Gholdengo", + "poke_1001": "Wo-Chien", + "poke_1002": "Chien-Pao", + "poke_1003": "Ting-Lu", + "poke_1004": "Chi-Yu", + "poke_1005": "Kükreyen Hilal", + "poke_1006": "Demir Savaşçı", + "poke_1007": "Koraidon", + "poke_1008": "Miraidon", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "Hiçbiri", + "poke_type_1": "Normal", + "poke_type_2": "Dövüşçü", + "poke_type_3": "Uçan", + "poke_type_4": "Zehir", + "poke_type_5": "Yer", + "poke_type_6": "Kaya", + "poke_type_7": "Böcek", + "poke_type_8": "Hayalet", + "poke_type_9": "Çelik", + "poke_type_10": "Ateş", + "poke_type_11": "Su", + "poke_type_12": "Bitki", + "poke_type_13": "Elektrik", + "poke_type_14": "Psişik", + "poke_type_15": "Buz", + "poke_type_16": "Ejderha", + "poke_type_17": "Karanlık", + "poke_type_18": "Peri", + "purified": "Arınmış", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "Dostunuzla {{amount}} km yürüyün", + "quest_catch_type_dark_plural": "{{amount}} Karanlık türü Pokémon yakalayın", + "quest_catch_type_dragon_plural": "{{amount}} Ejderha türü Pokémon yakalayın", + "quest_catch_type_poison_plural": "{{amount}} Zehir türü Pokémon yakalayın", + "quest_catch_type_psychic_plural": "{{amount}} Psişik türü Pokémon yakalayın", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "{{amount}} Hayalet türü Pokémon alt edin", + "quest_fight_type_ghost_psychic_plural": "Psişik ya da Hayalet türünden {{amount}} Pokémon alt edin", + "quest_fight_type_psychic_plural": "{{amount}} Psişik tür Pokémon alt edin", + "quest_incense_singular": "Tütsü kullanın", + "quest_land_excellent_plural": "{{amount}} mükemmel atış yapın", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "Bir takım lideriyle {{amount_0}} kez maç yapın", + "quest_title_challenge_2019_battle_trainer": "Başka Eğitmenlerle maç yapın", + "quest_title_challenge_2019_battle_trainer_plural": "Başka Eğitmenlerle {{amount_0}} kez maç yapın", + "quest_title_challenge_2019_battle_trainer_win": "Başka Eğitmenlere karşı {{amount_0}} kez zafer kazanın", + "quest_title_challenge_2019_snapshot_eevee": "Eevee'nin {{amount_0}} adet fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_loudred": "Loudred'in fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn": "Jirachi'nin {{amount_0}} adet fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "Peri türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn_flying": "Uçan tür Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "Hayalet türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn_grass": "Bitki türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn_ground": "Yer türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn_ice": "Buz türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn_normal": "Normal tür Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "Psişik türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Psişik ya da Çelik türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn_rock": "Kaya türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn_steel": "Çelik türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_2019_snapshot_pkmn_water": "Su türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_2019_trade_distance": "En az 100 km uzaklıktan 3 Pokémon takas edin", + "quest_title_challenge_available": "Yeni bir görev mevcut!", + "quest_title_challenge_battle_gbl_win_all": "GO Maç Ligi'nde zafer kazanın", + "quest_title_challenge_battle_trainer_great": "Süper Lig'de başka bir Eğitmenle maç yapın", + "quest_title_challenge_buddy_affection_plural": "Dostunuzla {{amount_0}} kalp kazanın", + "quest_title_challenge_buddy_affection_single": "Dostunuzla bir kalp kazanın", + "quest_title_challenge_buddy_battle_plural": "Sizinle maceraya çıktığında dostunuzla birlikte {{amount_0}} kez maç yapın", + "quest_title_challenge_buddy_battle_single": "Sizinle maceraya çıktığında dostunuzla birlikte maç yapın", + "quest_title_challenge_buddy_emotion_plural": "Dostunuzu {{amount_0}} kez heyecanlandırın", + "quest_title_challenge_buddy_emotion_single": "Dostunuzu heyecanlandırın", + "quest_title_challenge_buddy_level_best_plural": "Pokémon’larla {{amount_0}} kez En İyi Dost seviyesine ulaşın", + "quest_title_challenge_buddy_level_best_single": "Bir Pokémon'la En İyi Dost seviyesine ulaşın", + "quest_title_challenge_buddy_level_good_plural": "Pokémon’larla {{amount_0}} kez İyi Dost seviyesine ulaşın", + "quest_title_challenge_buddy_level_good_single": "Bir Pokémon'la İyi Dost seviyesine ulaşın", + "quest_title_challenge_buddy_level_great_plural": "Pokémon’larla {{amount_0}} kez Harika Dost seviyesine ulaşın", + "quest_title_challenge_buddy_level_great_single": "Bir Pokémon'la Harika Dost seviyesine ulaşın", + "quest_title_challenge_buddy_level_plural": "Bir Pokémon'un dost seviyesini {{amount_0}} kez artırın", + "quest_title_challenge_buddy_level_single": "Bir Pokémon'un dost seviyesini artırın", + "quest_title_challenge_buddy_level_ultra_plural": "Pokémon’larla {{amount_0}} kez Ultra Dost seviyesine ulaşın", + "quest_title_challenge_buddy_level_ultra_single": "Bir Pokémon'la Ultra Dost seviyesine ulaşın", + "quest_title_challenge_buddy_play_plural": "Dostunuzla {{amount_0}} kez oynayın", + "quest_title_challenge_buddy_play_single": "Dostunuzla oynayın", + "quest_title_challenge_buddy_poi_plural": "{{amount_0}} kez dostunuzun gösterdiği enteresan yerlere gidin", + "quest_title_challenge_buddy_poi_single": "Dostunuzun gösterdiği enteresan bir yere gidin", + "quest_title_challenge_buddy_snapshot_plural": "Dostunuzun {{amount_0}} adet fotoğrafını çekin", + "quest_title_challenge_buddy_snapshot_single": "Dostunuzun fotoğrafını çekin", + "quest_title_challenge_buddy_treat_plural": "Dostunuza {{amount_0}} adet atıştırmalık verin", + "quest_title_challenge_buddy_treat_single": "Dostunuza bir atıştırmalık verin", + "quest_title_challenge_catch_legendary": "Alan araştırması büyük ilerlemesinden veya akından bir Efsanevi Pokémon yakalayın", + "quest_title_challenge_catch_unique_any": "Farklı türden {{amount_0}} Pokémon yakalayın", + "quest_title_challenge_snapshot_bidoof": "Bidoof'un anlık görüntüsünü çekin", + "quest_title_challenge_snapshot_dratini_singular": "Dratini'nin fotoğrafını çekin", + "quest_title_challenge_snapshot_eevee": "Eevee'nin fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_bug": "Böcek türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_bug_single": "Böcek türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_dark": "Karanlık türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_dark_single": "Karanlık türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_dragon": "Ejderha türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_dragon_single": "Ejderha türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_electric": "Elektrik türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_electric_single": "Elektrik türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_fairy_single": "Peri türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_fighting": "Dövüşçü türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_fighting_single": "Dövüşçü türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_fire": "Ateş türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_fire_single": "Ateş türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_flying_single": "Uçan tür Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_ghost_single": "Bir Hayalet türü Pokémon'un fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_grass_single": "Bitki türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_ground_single": "Yer türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_ice_single": "Buz türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_normal_single": "Normal tür Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_poison": "Zehir türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_poison_single": "Zehir türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_psychic_single": "Psişik türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_rock": "Kaya türü Pokémon'un {{amount_0}} fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_rock_single": "Kaya türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_steel_single": "Çelik türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_pkmn_water_single": "Su türü Pokémon'un bir fotoğrafını çekin", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Doğada Blitzle’ın bir fotoğrafını çekin", + "quest_title_challenge_snapshot_wild_glameow_singular": "Doğada Glameow’ın bir fotoğrafını çekin", + "quest_title_geotarget_quest_description": "{{amount_0}} tarayın", + "quest_title_quest_achieve_lvl_40": "40. seviyeye ulaşın", + "quest_title_quest_adventure_effect_activate_plural": "Macera Etkisini {{amount_0}} kez etkinleştirin", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Zaman Kükremesi’nin Macera Etkisini {{amount_0}} kez etkinleştirin", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Zaman Kükremesi’nin Macera Etkisini etkinleştirin", + "quest_title_quest_adventure_effect_activate_singular": "Macera Etkisini etkinleştirin", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Uzamsal Yırtış’ın Macera Etkisini {{amount_0}} kez etkinleştirin", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Uzamsal Yırtış’ın Macera Etkisini etkinleştirin", + "quest_title_quest_adventure_evolve_singular": "Macera Haftası: Omanyte ya da Kabuto evrimleştirin", + "quest_title_quest_adventure_hatch_egg_plural": "Macera Haftası: {{amount_0}} yumurta çatlatın", + "quest_title_quest_adventure_visit_pokestop_new_plural": "Macera Haftası: Daha önce gitmediğiniz {{amount_0}} PokéDurağı döndürün", + "quest_title_quest_adventure_walk_buddy_plural": "Macera Haftası: Dostunuzla yürüyerek {{amount_0}} şeker kazanın", + "quest_title_quest_adventure2019_catch_special33_plural": "Macera Haftası 2019: {{amount_0}} Aron yakalayın", + "quest_title_quest_adventure2019_evolve_singular": "Macera Haftası 2019: Lileep ya da Anorith evrimleştirin", + "quest_title_quest_adventure2019_hatch_egg_plural": "Macera Haftası 2019: {{amount_0}} yumurta çatlatın", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Macera Haftası 2019: Daha önce gitmediğiniz {{amount_0}} PokéDurağı döndürün", + "quest_title_quest_adventure2019_visit_pokestop_plural": "Macera Haftası 2019: 25 PokéDurak döndürün", + "quest_title_quest_adventure2019_walk_buddy_plural": "Macera Haftası 2019: Dostunuzla yürüyerek {{amount_0}} şeker kazanın", + "quest_title_quest_alodude_catch": "{{amount_0}} Alolalı Geodude yakalayın", + "quest_title_quest_alodude_evolve_a": "{{amount_0}} Alolalı Geodude evrimleştirin", + "quest_title_quest_alodude_evolve_b": "{{amount_0}} Alolalı Graveler evrimleştirin", + "quest_title_quest_alodude_snap": "Alolalı Geodude’un {{amount_0}} fotoğrafını çekin", + "quest_title_quest_at_catch_a": "{{amount_0}} Abra yakalayın", + "quest_title_quest_at_evolve_a": "{{amount_0}} Abra evrimleştirin", + "quest_title_quest_at_evolve_k": "{{amount_0}} Kadabra evrimleştirin", + "quest_title_quest_axew_catch_b": "{{amount_0}} Axew yakalayın", + "quest_title_quest_axew_evolve_b": "{{amount_0}} Axew evrimleştirin", + "quest_title_quest_axew_snapshot_b": "{{amount_0}} Axew’un fotoğrafını çekin", + "quest_title_quest_azelf_wild_snap": "Doğada Azelf’in bir fotoğrafını çekin", + "quest_title_quest_bagon_catch_b": "{{amount_0}} Bagon yakalayın", + "quest_title_quest_bagon_evolve_b_plural": "{{amount_0}} Bagon evrimleştirin", + "quest_title_quest_bagon_evolve_b_singular": "Bir Bagon evrimleştirin", + "quest_title_quest_bagon_snapshot_b": "{{amount_0}} Bagon’ın fotoğrafını çekin", + "quest_title_quest_battle_buddy_adventure_plural": "Dostunuz sizinle maceradayken başka bir Eğitmenle {{amount_0}} kez maç yapın", + "quest_title_quest_battle_buddy_adventure_single": "Dostunuz sizinle maceradayken başka bir Eğitmenle maç yapın", + "quest_title_quest_battle_dangling_reward_toast": "Yeni bir maça başlamadan önce mevcut maçınızı tamamlamalısınız!", + "quest_title_quest_battle_error_toast": "Maç başlatılırken bir hata oluştu", + "quest_title_quest_battle_gbl_halloween_plural": "Cadılar Bayramı Kupası'nda {{amount_0}} kez maç yapın", + "quest_title_quest_battle_gbl_halloween_win_plural": "Cadılar Bayramı Kupası'nda {{amount_0}} Eğitmen maçı kazanın", + "quest_title_quest_battle_gbl_plural": "GO Maç Ligi'nde {{amount_0}} kez maç yapın", + "quest_title_quest_battle_gbl_singular": "GO Maç Ligi'nde maç yapın", + "quest_title_quest_battle_gbl_win_plural": "GO Maç Ligi'nde {{amount_0}} Eğitmen maçı kazanın", + "quest_title_quest_battle_gbl_win_singular": "GO Maç Ligi'nde bir Eğitmen maçı kazanın", + "quest_title_quest_battle_great_plural": "Süper Lig’de başka bir Eğitmen ile {{amount_0}} kez maç yapın", + "quest_title_quest_battle_great_win_plural": "Süper Lig'de {{amount_0}} Eğitmen maçı kazanın", + "quest_title_quest_battle_great_win_singular": "Süper Lig'de bir Eğitmen maçı kazanın", + "quest_title_quest_battle_gym_plural": "{{amount_0}} kez spor salonu maçı yapın", + "quest_title_quest_battle_gym_singular": "Bir spor salonunda maç yapın", + "quest_title_quest_battle_master_win_plural": "Usta Ligi'nde {{amount_0}} Eğitmen maçı kazanın", + "quest_title_quest_battle_master_win_singular": "Usta Ligi'nde bir Eğitmen maçı kazanın", + "quest_title_quest_battle_raid_plural": "{{amount_0}} akına katılın", + "quest_title_quest_battle_raid_singular": "Bir akına katılın", + "quest_title_quest_battle_raid_with_friend_plural": "Bir arkadaşınızla {{amount_0}} akında maç yapın", + "quest_title_quest_battle_raid_with_friend_singular": "Bir arkadaşınızla bir akında maç yapın", + "quest_title_quest_battle_supereffective_charge_plural": "{{amount_0}} spor salonu maçında süper etkili bir güçlü saldırı kullanın", + "quest_title_quest_battle_supereffective_charge_singular": "Bir spor salonu maçında süper etkili bir güçlü saldırı kullanın", + "quest_title_quest_battle_team_rocket_plural": "{{amount_0}} GO Roket Takımı serserisiyle maç yapın", + "quest_title_quest_battle_team_rocket_singular": "Bir GO Roket Takımı serserisiyle maç yapın", + "quest_title_quest_battle_ultra_win_plural": "Ultra Lig'de {{amount_0}} Eğitmen maçı kazanın", + "quest_title_quest_battle_ultra_win_singular": "Ultra Lig'de bir Eğitmen maçı kazanın", + "quest_title_quest_battle19_catch_fighting_easy": "{{amount_0}} Dövüşçü türü Pokémon yakalayın", + "quest_title_quest_battle19_catch_medium_pkmn": "{{amount_0}} Makuhita ya da Meditite yakalayın", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Art arda {{amount_0}} mükemmel atış yapın", + "quest_title_quest_battle19_raid_win_veryhard": "{{amount_0}} akın kazanın", + "quest_title_quest_battle19_supereffective_charge_hard": "{{amount_0}} Spor Salonu maçında süper etkili bir Güçlü Saldırı kullanın", + "quest_title_quest_battler_appears": "BİR RAKİP ORTAYA ÇIKTI!", + "quest_title_quest_beat_raid_10_minutes": "10 dakika içinde bir akın kazanın", + "quest_title_quest_beat_raid_60_seconds": "60 saniye içinde bir akın kazanın", + "quest_title_quest_beat_raid_singular_minutes": "{{amount_0}} dakika içinde bir akın kazanın", + "quest_title_quest_beat_raid_singular_seconds": "{{amount_0}} saniye içinde bir akın kazanın", + "quest_title_quest_begins19_catch_specific_plural": "Pokémon Günü: {{amount_0}} Pidgey ya da Rattata yakalayın", + "quest_title_quest_begins19_evolve_plural": "Pokémon Günü: 1 Meowth evrimleştirin", + "quest_title_quest_beldum_catch_b": "{{amount_0}} Beldum yakalayın", + "quest_title_quest_beldum_evolve_b_plural": "{{amount_0}} Beldum evrimleştirin", + "quest_title_quest_beldum_evolve_b_singular": "Bir Beldum evrimleştirin", + "quest_title_quest_bellsprout_catch_b": "{{amount_0}} Bellsprout yakalayın", + "quest_title_quest_bellsprout_evolve_b_plural": "{{amount_0}} Bellsprout evrimleştirin", + "quest_title_quest_bellsprout_evolve_b_singular": "Bir Bellsprout evrimleştirin", + "quest_title_quest_bellsprout_snapshot_b": "{{amount_0}} Bellsprout’un fotoğrafını çekin", + "quest_title_quest_beluga_evolve_pkmn": "Hadi: {{amount_0}} Anorith evrimleştirin", + "quest_title_quest_beluga_excellent_singular": "Hadi: {{amount_0}} mükemmel atış yapın", + "quest_title_quest_beluga_hatch_plural": "Hadi Gidelim: {{amount_0}} yumurta çatlatın", + "quest_title_quest_best_buddy_bronze": "1 En İyi Dost edinin", + "quest_title_quest_best_buddy_silver": "10 En İyi Dost edinin", + "quest_title_quest_bounsweet_catch_b": "{{amount_0}} Bounsweet yakalayın", + "quest_title_quest_bounsweet_evolve_b_plural": "{{amount_0}} Bounsweet evrimleştirin", + "quest_title_quest_bounsweet_evolve_b_singular": "Bir Bounsweet evrimleştirin", + "quest_title_quest_braixen_evolve_b": "{{amount_0}} Braixen evrimleştirin", + "quest_title_quest_breakthrough_completed": "Alan araştırması tamamlandı!", + "quest_title_quest_breakthrough_reward_mystery": "Gizemli eşyalar", + "quest_title_quest_breakthrough_reward_stardust": "Yıldız tozu", + "quest_title_quest_brionne_evolve_b_plural": "{{amount_0}} Brionne evrimleştirin", + "quest_title_quest_brionne_evolve_b_singular": "Bir Brionne evrimleştirin", + "quest_title_quest_buddy_affection_days": "{{amount_0}} farklı gün dostunuzla bir kalp kazanın", + "quest_title_quest_buddy_affection_days_in_a_row": "{{amount_0}} gün arka arkaya dostunuzla bir kalp kazanın", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Dostunuz sizinle maceradayken başka bir Eğitmenle {{amount_0}} kez maç yapın", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "Dostunuz sizinle maceradayken başka bir Eğitmenle maç yapın", + "quest_title_quest_buddy_souvenir_plural": "Dostunuzdan {{amount_0}} hediyelik eşya alın", + "quest_title_quest_buddy_souvenir_singular": "Dostunuzdan bir hediyelik eşya alın", + "quest_title_quest_buddy_walk_km_plural": "Dostunuzla {{amount_0}} km yürüyün", + "quest_title_quest_bulbt_catch_b": "{{amount_0}} Bulbasaur yakalayın", + "quest_title_quest_bulbt_evolve_b": "{{amount_0}} Bulbasaur evrimleştirin", + "quest_title_quest_bulbt_evolve_s1": "{{amount_0}} Ivysaur evrimleştirin", + "quest_title_quest_cacnea_catch": "{{amount_0}} Cacnea yakalayın", + "quest_title_quest_catch_151": "151 Pokémon yakalayın", + "quest_title_quest_catch_b_types_plural": "Elektrik, Normal ya da Zehir türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_basic_types_plural": "Bitki, Su ya da Ateş türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_berry_any_drifloon": "Drifloon yakalarken {{amount_0}} meyve kullanın", + "quest_title_quest_catch_berry_nanab_drifloon": "Drifloon yakalarken {{amount_0}} Nanab Meyvesi kullanın", + "quest_title_quest_catch_berry_pinap": "Pokémon yakalarken {{amount_0}} Pinap Meyvesi kullanın", + "quest_title_quest_catch_berry_razz": "Pokémon yakalarken {{amount_0}} Razz Meyvesi kullanın", + "quest_title_quest_catch_berry_razz_drifloon": "Drifloon yakalarken {{amount_0}} Razz Meyvesi kullanın", + "quest_title_quest_catch_bronzor_plural": "{{amount_0}} Bronzor yakalayın", + "quest_title_quest_catch_c_types_plural": "Uçan, Psişik ya da Karanlık türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_carbink_singular": "Bir Carbink yakalayın", + "quest_title_quest_catch_celebi_types_plural": "Bitki ya da Psişik türden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_costumed_plural": "{{amount_0}} güneş taçlı veya ay taçlı Eevee yakalayın", + "quest_title_quest_catch_crabrawler_plural": "{{amount_0}} Crabrawler yakalayın", + "quest_title_quest_catch_dark_type_plural": "{{amount_0}} Karanlık türü Pokémon yakalayın", + "quest_title_quest_catch_darumaka_plural": "{{amount_0}} Darumaka yakalayın", + "quest_title_quest_catch_daysinarow": "Art arda {{amount_0}} gün Pokémon yakalayın", + "quest_title_quest_catch_dialga": "Dialga yakalayın", + "quest_title_quest_catch_drifloon": "{{amount_0}} Drifloon yakalayın", + "quest_title_quest_catch_ducklett_plural": "{{amount_0}} Ducklett yakalayın", + "quest_title_quest_catch_ducklett_singular": "Bir Ducklett yakalayın", + "quest_title_quest_catch_emolga_plural": "{{amount_0}} Emolga yakalayın", + "quest_title_quest_catch_excellent_curve_drifloon": "Mükemmel falsolu atış yaparak {{amount_0}} Drifloon yakalayın", + "quest_title_quest_catch_excellent_with_berry_drifloon": "Meyve verdikten sonra mükemmel atış yaparak {{amount_0}} Drifloon yakalayın", + "quest_title_quest_catch_feed_plural": "Pokémon yakalarken {{amount_0}} meyve kullanın", + "quest_title_quest_catch_feed_singular": "Pokémon yakalarken bir meyve kullanın", + "quest_title_quest_catch_furfou_singular": "Bir Furfrou yakalayın", + "quest_title_quest_catch_groudon_primal_boosted_types": "Ateş, Bitki ya da Yer türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_groudon_type": "Ateş, Bitki ya da Yer türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_hoenn_pokemon": "İlk olarak Hoenn bölgesinde keşfedilmiş {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_in_day_plural": "Bir günde {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_jan21_hoenn1_plural": "{{amount_0}} Groudon yakalayın", + "quest_title_quest_catch_jan21_hoenn2_plural": "{{amount_0}} Kyogre yakalayın", + "quest_title_quest_catch_johto_pokemon": "İlk olarak Johto bölgesinde keşfedilmiş {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_kanto_pokemon": "İlk olarak Kanto bölgesinde keşfedilmiş {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_kyogre_primal_boosted_types": "Su, Elektrik ya da Böcek türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_kyogre_type": "Su, Elektrik ya da Böcek türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_legendary_inarow_plural": "Karşılaşacağınız bir sonraki {{amount_0}} Efsanevi veya Mitolojik Pokémon’u yakalayın", + "quest_title_quest_catch_legendary_plural": "{{amount_0}} adet Efsanevi veya Mitolojik Pokémon yakalayın", + "quest_title_quest_catch_legendary_singular": "Bir Efsanevi veya Mitolojik Pokémon yakalayın", + "quest_title_quest_catch_lunatone_plural": "{{amount_0}} Lunatone yakalayın", + "quest_title_quest_catch_luvdisc": "{{amount_0}} Luvdisc yakalayın", + "quest_title_quest_catch_misc_01_types_plural": "Normal, Su ya da Buz türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_nymble_plural": "{{amount_0}} Nymble yakalayın", + "quest_title_quest_catch_palkia": "Palkia yakalayın", + "quest_title_quest_catch_pikachu_plural": "{{amount_0}} Pikachu yakalayın", + "quest_title_quest_catch_plural_unique": "Farklı türden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_pokemon_dai_plural": "Günlük Macera Tütsüsü kullanırken {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_pokemon_days": "{{amount_0}} farklı gün bir Pokémon yakalayın", + "quest_title_quest_catch_pokemon_great_ball_plural": "Süper Top ile {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_pokemon_great_ball_singular": "Süper Top ile bir Pokémon yakalayın", + "quest_title_quest_catch_pokemon_legendary_plural": "{{amount_0}} Efsanevi Pokémon yakalayın", + "quest_title_quest_catch_pokemon_legendary_singular": "Bir Efsanevi Pokémon yakalayın", + "quest_title_quest_catch_pokemon_party_plural": "Bir ekipteyken {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_pokemon_plural": "{{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_pokemon_poke_ball_plural": "Poké Topu ile {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_pokemon_poke_ball_singular": "Poké Topu ile bir Pokémon yakalayın", + "quest_title_quest_catch_pokemon_routes_plural": "Rota takip ederken {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_pokemon_routes_singular": "Rota takip ederken bir Pokémon yakalayın", + "quest_title_quest_catch_pokemon_singular": "Bir Pokémon yakalayın", + "quest_title_quest_catch_pokemon_task": "Pokémon yakalayın", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "Ultra Top ile {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "Ultra Top ile bir Pokémon yakalayın", + "quest_title_quest_catch_psychic_steel": "Psişik ya da Çelik türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_raid_regi_any": "Bir akından Regirock, Regice ya da Registeel yakalayın", + "quest_title_quest_catch_raid_regi_ice": "Bir akından Regice yakalayın", + "quest_title_quest_catch_raid_regi_rock": "Bir akından Regirock yakalayın", + "quest_title_quest_catch_raid_regi_steel": "Bir akından Registeel yakalayın", + "quest_title_quest_catch_rayquaza_type": "Uçan, Psişik ya da Ejderha türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_sinnoh_pokemon": "İlk olarak Sinnoh bölgesinde keşfedilmiş {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_sinnoh_pokemon_singular": "İlk olarak Sinnoh bölgesinde keşfedilmiş bir Pokémon yakalayın", + "quest_title_quest_catch_solrock_plural": "{{amount_0}} Solrock yakalayın", + "quest_title_quest_catch_special_aerodactyl": "Bir Aerodactyl yakalayın", + "quest_title_quest_catch_special_bidoof": "{{amount_0}} Bidoof yakalayın", + "quest_title_quest_catch_special_chespin": "Bir Chespin yakalayın", + "quest_title_quest_catch_special_cottonee": "{{amount_0}} Cottonee yakalayın", + "quest_title_quest_catch_special_cubone": "Bir Cubone yakalayın", + "quest_title_quest_catch_special_exeggcute": "{{amount_0}} Exeggcute yakalayın", + "quest_title_quest_catch_special_fennekin": "Bir Fennekin yakalayın", + "quest_title_quest_catch_special_fletchling": "Bir Fletchling yakalayın", + "quest_title_quest_catch_special_froakie": "Bir Froakie yakalayın", + "quest_title_quest_catch_special_furfrou": "1 Furfrou yakalayın", + "quest_title_quest_catch_special_jirachi": "Jirachi’yi yakalayın!", + "quest_title_quest_catch_special_lieep_anorithl": "{{amount_0}} Lileep ya da Anorith yakalayın", + "quest_title_quest_catch_special_litleo": "Bir Litleo yakalayın", + "quest_title_quest_catch_special_mew": "Mew’u yakalayın!", + "quest_title_quest_catch_special_natu": "{{amount_0}} Natu yakalayın", + "quest_title_quest_catch_special_omanyte_kabuto": "{{amount_0}} Omanyte ya da Kabuto yakalayın", + "quest_title_quest_catch_special_pumpkaboo": "{{amount_0}} Pumpkaboo yakalayın", + "quest_title_quest_catch_special_slugma_gulpin": "{{amount_0}} Slugma ya da Gulpin yakalayın", + "quest_title_quest_catch_special_voltorb": "{{amount_0}} Voltorb yakalayın", + "quest_title_quest_catch_special0_plural": "{{amount_0}} Ditto yakalayın", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Etkinlik listesindeki {{amount_0}} Pokémon'u yakalayın", + "quest_title_quest_catch_special0_singular": "Bir Ditto yakalayın", + "quest_title_quest_catch_special1_plural": "{{amount_0}} Oddish ya da Bellsprout yakalayın", + "quest_title_quest_catch_special1_singular": "Bir Oddish ya da Bellsprout yakalayın", + "quest_title_quest_catch_special2_plural": "{{amount_0}} Swablu yakalayın", + "quest_title_quest_catch_special2_singular": "Bir Swablu yakalayın", + "quest_title_quest_catch_special3_plural": "{{amount_0}} Pidgey ya da Murkrow yakalayın", + "quest_title_quest_catch_special3_singular": "Bir Pidgey ya da Murkrow yakalayın", + "quest_title_quest_catch_special4_plural": "{{amount_0}} Treecko ya da Mudkip yakalayın", + "quest_title_quest_catch_special4_singular": "Bir Treecko ya da Mudkip yakalayın", + "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", + "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", + "quest_title_quest_catch_special6_plural": "{{amount_0}} Mareep yakalayın", + "quest_title_quest_catch_special7_plural": "{{amount_0}} Charmander yakalayın", + "quest_title_quest_catch_special8_plural": "{{amount_0}} Larvitar yakalayın", + "quest_title_quest_catch_special9_plural": "{{amount_0}} Unown yakalayın", + "quest_title_quest_catch_special10_plural": "{{amount_0}} Plusle yakalayın", + "quest_title_quest_catch_special11_plural": "{{amount_0}} Minun yakalayın", + "quest_title_quest_catch_special12_plural": "{{amount_0}} Squirtle yakalayın", + "quest_title_quest_catch_special13_plural": "{{amount_0}} Roselia yakalayın", + "quest_title_quest_catch_special14_singular": "Meowth ya da Growlithe yakalayın", + "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", + "quest_title_quest_catch_special16_singular": "Skitty ya da Poochyena yakalayın", + "quest_title_quest_catch_special17_plural": "{{amount_0}} Eevee yakalayın", + "quest_title_quest_catch_special18_plural": "{{amount_0}} Beldum yakalayın", + "quest_title_quest_catch_special19_plural": "{{amount_0}} Slakoth yakalayın", + "quest_title_quest_catch_special20_plural": "{{amount_0}} Ralts yakalayın", + "quest_title_quest_catch_special21_singular": "Rattata ya da Pikachu yakalayın", + "quest_title_quest_catch_special22_plural": "{{amount_0}} Chikorita yakalayın", + "quest_title_quest_catch_special23_plural": "{{amount_0}} Cyndaquil yakalayın", + "quest_title_quest_catch_special24_plural": "{{amount_0}} Totodile yakalayın", + "quest_title_quest_catch_special25_plural": "{{amount_0}} Swinub yakalayın", + "quest_title_quest_catch_special26_plural": "{{amount_0}} Treecko yakalayın", + "quest_title_quest_catch_special27_plural": "{{amount_0}} Bagon yakalayın", + "quest_title_quest_catch_special28_plural": "{{amount_0}} Torchic yakalayın", + "quest_title_quest_catch_special29_plural": "{{amount_0}} Mudkip yakalayın", + "quest_title_quest_catch_special31_plural": "{{amount_0}} Turtwig yakalayın", + "quest_title_quest_catch_special33_plural": "{{amount_0}} Trapinch yakalayın", + "quest_title_quest_catch_special34_plural": "{{amount_0}} Chimchar yakalayın", + "quest_title_quest_catch_special35_plural": "{{amount_0}} Piplup yakalayın", + "quest_title_quest_catch_special36_plural": "{{amount_0}} Rhyhorn yakalayın", + "quest_title_quest_catch_special37_plural": "{{amount_0}} Machop yakalayın", + "quest_title_quest_catch_special38_plural": "{{amount_0}} Vulpix yakalayın", + "quest_title_quest_catch_special39_plural": "{{amount_0}} Dratini yakalayın", + "quest_title_quest_catch_special40_plural": "{{amount_0}} Abra yakalayın", + "quest_title_quest_catch_special41_plural": "{{amount_0}} Spheal yakalayın", + "quest_title_quest_catch_special42_plural": "{{amount_0}} Weedle yakalayın", + "quest_title_quest_catch_special43_plural": "{{amount_0}} Starly yakalayın", + "quest_title_quest_catch_special44_plural": "{{amount_0}} Seedot yakalayın", + "quest_title_quest_catch_special45_plural": "{{amount_0}} Grimer yakalayın", + "quest_title_quest_catch_special46_plural": "{{amount_0}} Porygon yakalayın", + "quest_title_quest_catch_staryu_plural": "{{amount_0}} Staryu yakalayın", + "quest_title_quest_catch_stufful_pinap_plural": "Pokémon yakalarken {{amount_0}} Pinap Meyvesi kullanın", + "quest_title_quest_catch_stufful_pinap_singular": "Pokémon yakalarken bir Pinap Meyvesi kullanın", + "quest_title_quest_catch_stufful_razz_plural": "Pokémon yakalarken {{amount_0}} Razz Meyvesi kullanın", + "quest_title_quest_catch_stufful_razz_singular": "Pokémon yakalarken bir Razz Meyvesi kullanın", + "quest_title_quest_catch_transform_pokemon_plural": "{{amount_0}} Dönüşen Pokémon yakalayın", + "quest_title_quest_catch_trubbish_plural": "{{amount_0}} Trubbish yakalayın", + "quest_title_quest_catch_type_bug_plural": "{{amount_0}} Böcek türü Pokémon yakalayın", + "quest_title_quest_catch_type_bug_plural_unique": "{{amount_0}} farklı Böcek türü Pokémon yakalayın", + "quest_title_quest_catch_type_bug_singular": "Bir Böcek türü Pokémon yakalayın", + "quest_title_quest_catch_type_buzzwole": "Buzzwole ile aynı türü paylaşan bir Pokémon yakalayın", + "quest_title_quest_catch_type_buzzwole_effective": "Buzzwole karşısında güçlü olan türden bir Pokémon yakalayın", + "quest_title_quest_catch_type_buzzwole_plural": "Buzzwole ile aynı türü paylaşan {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_type_celesteela_effective": "Celesteela karşısında güçlü olan türden bir Pokémon yakalayın", + "quest_title_quest_catch_type_dark_plural": "{{amount_0}} Karanlık türü Pokémon yakalayın", + "quest_title_quest_catch_type_dark_plural_unique": "{{amount_0}} farklı Karanlık türü Pokémon yakalayın", + "quest_title_quest_catch_type_dark_singular": "Bir Karanlık türü Pokémon yakalayın", + "quest_title_quest_catch_type_dragon_normal_plural": "{{amount_0}} Normal tür veya Ejderha türü Pokémon yakalayın", + "quest_title_quest_catch_type_dragon_plural": "{{amount_0}} Ejderha türü Pokémon yakalayın", + "quest_title_quest_catch_type_dragon_plural_unique": "{{amount_0}} farklı Ejderha türü Pokémon yakalayın", + "quest_title_quest_catch_type_dragon_singular": "Bir Ejderha türü Pokémon yakalayın", + "quest_title_quest_catch_type_electric_flying_plural": "{{amount_0}} Elektrik türü veya Uçan tür Pokémon yakalayın", + "quest_title_quest_catch_type_electric_plural": "{{amount_0}} Elektrik türü Pokémon yakalayın", + "quest_title_quest_catch_type_electric_plural_unique": "{{amount_0}} farklı Elektrik türü Pokémon yakalayın", + "quest_title_quest_catch_type_electric_singular": "Bir Elektrik türü Pokémon yakalayın", + "quest_title_quest_catch_type_fairy_plural": "{{amount_0}} Peri türü Pokémon yakalayın", + "quest_title_quest_catch_type_fairy_plural_unique": "{{amount_0}} farklı Peri türü Pokémon yakalayın", + "quest_title_quest_catch_type_fairy_singular": "Bir Peri türü Pokémon yakalayın", + "quest_title_quest_catch_type_fighting_plural": "{{amount_0}} Dövüşçü türü Pokémon yakalayın", + "quest_title_quest_catch_type_fighting_plural_unique": "{{amount_0}} farklı Dövüşçü türü Pokémon yakalayın", + "quest_title_quest_catch_type_fighting_singular": "Bir Dövüşçü türü Pokémon yakalayın", + "quest_title_quest_catch_type_fire_dark_plural_unique": "Ateş veya Karanlık türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_type_fire_plural": "{{amount_0}} Ateş türü Pokémon yakalayın", + "quest_title_quest_catch_type_fire_singular": "Bir Ateş türü Pokémon yakalayın", + "quest_title_quest_catch_type_flying_plural": "{{amount_0}} Uçan tür Pokémon yakalayın", + "quest_title_quest_catch_type_flying_plural_unique": "{{amount_0}} farklı Uçan tür Pokémon yakalayın", + "quest_title_quest_catch_type_flying_singular": "Bir Uçan tür Pokémon yakalayın", + "quest_title_quest_catch_type_ghost_dark_plural": "Hayalet veya Karanlık türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_type_ghost_plural": "{{amount_0}} Hayalet türü Pokémon yakalayın", + "quest_title_quest_catch_type_ghost_plural_unique": "{{amount_0}} farklı Hayalet türü Pokémon yakalayın", + "quest_title_quest_catch_type_ghost_singular": "Bir Hayalet türü Pokémon yakalayın", + "quest_title_quest_catch_type_grass_bug_plural": "{{amount_0}} adet Bitki veya Böcek türü Pokémon yakalayın", + "quest_title_quest_catch_type_grass_plural": "{{amount_0}} Bitki türü Pokémon yakalayın", + "quest_title_quest_catch_type_grass_plural_unique": "{{amount_0}} farklı Bitki türü Pokémon yakalayın", + "quest_title_quest_catch_type_grass_poison_plural": "{{amount_0}} Bitki veya Zehir türü Pokémon yakalayın", + "quest_title_quest_catch_type_grass_singular": "Bir Bitki türü Pokémon yakalayın", + "quest_title_quest_catch_type_ground_plural": "{{amount_0}} Yer türü Pokémon yakalayın", + "quest_title_quest_catch_type_ground_plural_unique": "{{amount_0}} farklı Yer türü Pokémon yakalayın", + "quest_title_quest_catch_type_ground_singular": "Bir Yer türü Pokémon yakalayın", + "quest_title_quest_catch_type_guzzlord_effective": "Guzzlord karşısında güçlü olan türden bir Pokémon yakalayın", + "quest_title_quest_catch_type_ice_grass_plural_unique": "Bitki ya da Buz türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_type_ice_plural": "{{amount_0}} Buz türü Pokémon yakalayın", + "quest_title_quest_catch_type_ice_plural_unique": "{{amount_0}} farklı Buz türü Pokémon yakalayın", + "quest_title_quest_catch_type_ice_singular": "Bir Buz türü Pokémon yakalayın", + "quest_title_quest_catch_type_kartana_effective": "Kartana karşısında güçlü olan türden bir Pokémon yakalayın", + "quest_title_quest_catch_type_nihilego": "Nihilego ile aynı türü paylaşan bir Pokémon yakalayın", + "quest_title_quest_catch_type_nihilego_effective": "Nihilego karşısında güçlü olan türden bir Pokémon yakalayın", + "quest_title_quest_catch_type_nihilego_plural": "Nihilego ile aynı türü paylaşan {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_type_normal_plural": "{{amount_0}} Normal tür Pokémon yakalayın", + "quest_title_quest_catch_type_normal_plural_unique": "{{amount_0}} farklı Normal tür Pokémon yakalayın", + "quest_title_quest_catch_type_normal_singular": "Bir Normal tür Pokémon yakalayın", + "quest_title_quest_catch_type_pheremosa_effective": "Pheromosa karşısında güçlü olan türden bir Pokémon yakalayın", + "quest_title_quest_catch_type_pheromosa": "Pheromosa ile aynı türü paylaşan bir Pokémon yakalayın", + "quest_title_quest_catch_type_pheromosa_plural": "Pheromosa ile aynı türü paylaşan {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_type_poison_plural": "{{amount_0}} Zehir türü Pokémon yakalayın", + "quest_title_quest_catch_type_poison_plural_unique": "{{amount_0}} farklı Zehir türü Pokémon yakalayın", + "quest_title_quest_catch_type_poison_singular": "Bir Zehir türü Pokémon yakalayın", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "{{amount_0}} Psişik tür veya Dövüşçü türü Pokémon yakalayın", + "quest_title_quest_catch_type_psychic_plural": "{{amount_0}} Psişik türü Pokémon yakalayın", + "quest_title_quest_catch_type_psychic_plural_unique": "{{amount_0}} farklı Psişik türü Pokémon yakalayın", + "quest_title_quest_catch_type_psychic_singular": "Bir Psişik türü Pokémon yakalayın", + "quest_title_quest_catch_type_rock_plural": "{{amount_0}} Kaya türü Pokémon yakalayın", + "quest_title_quest_catch_type_rock_plural_unique": "{{amount_0}} farklı Kaya türü Pokémon yakalayın", + "quest_title_quest_catch_type_rock_singular": "Bir Kaya türü Pokémon yakalayın", + "quest_title_quest_catch_type_shaymin": "Shaymin ile aynı türü paylaşan bir Pokémon yakalayın", + "quest_title_quest_catch_type_shaymin_plural": "Shaymin ile aynı türü paylaşan {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_type_steel_plural": "{{amount_0}} Çelik türü Pokémon yakalayın", + "quest_title_quest_catch_type_steel_plural_unique": "{{amount_0}} farklı Çelik türü Pokémon yakalayın", + "quest_title_quest_catch_type_steel_singular": "Bir Çelik türü Pokémon yakalayın", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Ateş, Su ya da Elektrik türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_type_water_flying_plural": "{{amount_0}} Su türü veya Uçan tür Pokémon yakalayın", + "quest_title_quest_catch_type_water_ground_plural": "{{amount_0}} Su veya Yer türü Pokémon yakalayın", + "quest_title_quest_catch_type_water_plural": "{{amount_0}} Su türü Pokémon yakalayın", + "quest_title_quest_catch_type_water_plural_unique": "{{amount_0}} farklı Su türü Pokémon yakalayın", + "quest_title_quest_catch_type_water_singular": "Bir Su türü Pokémon yakalayın", + "quest_title_quest_catch_type_xurkitree": "Xurkitree ile aynı türü paylaşan bir Pokémon yakalayın", + "quest_title_quest_catch_type_xurkitree_effective": "Xurkitree karşısında güçlü olan türden bir Pokémon yakalayın", + "quest_title_quest_catch_type_xurkitree_plural": "Xurkitree ile aynı türü paylaşan {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_types_rainy_plural": "Su, Elektrik ya da Böcek türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_types_rainy_singular": "Bir Su, Elektrik ya da Böcek türü Pokémon yakalayın", + "quest_title_quest_catch_types_snowy_plural": "Buz ya da Çelik türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_types_snowy_singular": "Bir Buz ya da Çelik türü Pokémon yakalayın", + "quest_title_quest_catch_types_sunny_plural": "{{amount_0}} Bitki, Ateş ya da Yer türü Pokémon yakalayın", + "quest_title_quest_catch_types_sunny_singular": "Bir Bitki, Ateş ya da Yer türü Pokémon yakalayın", + "quest_title_quest_catch_types_windy_plural": "Uçan, Psişik ya da Ejderha türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_types_windy_singular": "Bir Uçan, Psişik ya da Ejderha türü Pokémon yakalayın", + "quest_title_quest_catch_weather_boost_plural": "Hava Durumu Desteği olan {{amount_0}} Pokémon yakalayın", + "quest_title_quest_catch_weather_boost_singular": "Hava Durumu Desteği olan bir Pokémon yakalayın", + "quest_title_quest_catch_whismur": "{{amount_0}} Whismur yakalayın", + "quest_title_quest_challenge_party_power_plural": "Akın maçlarında {{amount_0}} kere Ekip Gücü kullanın", + "quest_title_quest_challenge_party_power_singular": "Akın maçlarında Ekip Gücü kullanın", + "quest_title_quest_change_form_furfrou": "Bir Furfrou’nun süsünü değiştirin", + "quest_title_quest_change_form_plural": "{{amount_0}} Pokémon'un formunu değiştirin", + "quest_title_quest_change_form_singular": "Bir Pokémon'un formunu değiştirin", + "quest_title_quest_chansey_catch_b": "{{amount_0}} Chansey yakalayın", + "quest_title_quest_chansey_evolve_b_plural": "{{amount_0}} Chansey evrimleştirin", + "quest_title_quest_chansey_evolve_b_singular": "Bir Chansey evrimleştirin", + "quest_title_quest_chansey_snapshot_b": "{{amount_0}} Chansey’nin fotoğrafını çekin", + "quest_title_quest_charge_attack_party_plural": "Bir ekipteyken {{amount_0}} güçlü saldırı kullanın", + "quest_title_quest_charge_attack_party_singular": "Bir ekipteyken bir güçlü saldırı kullanın", + "quest_title_quest_charged_attack_plural": "{{amount_0}} güçlü saldırı kullanın", + "quest_title_quest_charjabug_evolve_b": "{{amount_0}} Charjabug evrimleştirin", + "quest_title_quest_chart_catch_b": "{{amount_0}} Charmander yakalayın", + "quest_title_quest_chart_catch_s1": "{{amount_0}} Charmeleon yakalayın", + "quest_title_quest_chart_evolve_b": "{{amount_0}} Charmander evrimleştirin", + "quest_title_quest_chart_evolve_s1": "{{amount_0}} Charmeleon evrimleştirin", + "quest_title_quest_chespin_catch_b": "{{amount_0}} Chespin yakalayın", + "quest_title_quest_chespin_evolve_b": "{{amount_0}} Chespin evrimleştirin", + "quest_title_quest_chespin_snapshot_b": "{{amount_0}} Chespin'in fotoğrafını çekin", + "quest_title_quest_crocalor_evolve_b": "Bir Crocalor evrimleştirin", + "quest_title_quest_cyndaquil_catch_b": "{{amount_0}} Cyndaquil yakalayın", + "quest_title_quest_cyndaquil_evolve_b_plural": "{{amount_0}} Cyndaquil evrimleştirin", + "quest_title_quest_cyndaquil_evolve_b_singular": "Bir Cyndaquil evrimleştirin", + "quest_title_quest_dartrix_evolve_b_plural": "{{amount_0}} Dartrix evrimleştirin", + "quest_title_quest_dartrix_evolve_b_singular": "{{amount_0}} Dartrix evrimleştirin", + "quest_title_quest_dec2021_catch_b": "2021 Topluluk Günlerinde öne çıkan {{amount_0}} Pokémon yakalayın", + "quest_title_quest_dec2022_catch_b": "Aralık Topluluk Günü 2022’de öne çıkan {{amount_0}} Pokémon yakalayın", + "quest_title_quest_dec2023_catch_b": "2023’ün Topluluk Günlerinde öne çıkmış {{amount_0}} Pokémon yakalayın", + "quest_title_quest_defeat_jessie_james_plural": "Jessie'yi ya da James'i {{amount_0}} kez alt edin", + "quest_title_quest_defeat_rocket": "{{amount_0}} GO Roket Takımı üyesini alt edin", + "quest_title_quest_defeat_rocket_leader_2500": "2500 ve altı DG'li Pokémon'larla GO Roket Takımı Liderini {{amount_0}} kez yen", + "quest_title_quest_defeat_rocket_singular": "1 GO Roket Takımı üyesini yenin", + "quest_title_quest_deino_catch": "{{amount_0}} Deino yakalayın", + "quest_title_quest_deino_evolve_a": "{{amount_0}} Deino evrimleştirin", + "quest_title_quest_deino_evolve_b": "{{amount_0}} Deino veya Zweilous evrimleştirin", + "quest_title_quest_deino_snap": "Deino’nun {{amount_0}} fotoğrafını çekin", + "quest_title_quest_dragonair_evolve_b": "{{amount_0}} Dragonair evrimleştirin", + "quest_title_quest_dratini_cdc_catch_b": "{{amount_0}} Dratini yakalayın", + "quest_title_quest_dratini_cdc_evolve_b": "{{amount_0}} Dratini evrimleştirin", + "quest_title_quest_dratini_cdc_snapshot_b": "{{amount_0}} Dratini'nin fotoğrafını çekin", + "quest_title_quest_drizzle_evolve": "Bir Drizzile evrimleştirin", + "quest_title_quest_dude_catch": "{{amount_0}} Geodude yakalayın", + "quest_title_quest_dude_evolve_a": "{{amount_0}} Geodude evrimleştirin", + "quest_title_quest_dude_evolve_b": "{{amount_0}} Graveler evrimleştirin", + "quest_title_quest_dude_snap": "Geodude'un {{amount_0}} fotoğrafını çekin", + "quest_title_quest_duskt_catch_b": "{{amount_0}} Duskull yakalayın", + "quest_title_quest_duskt_evolve_b": "{{amount_0}} Duskull evrimleştirin", + "quest_title_quest_duskt_evolve_s1": "{{amount_0}} Dusclops evrimleştirin", + "quest_title_quest_earn_buddy_ribbon_plural": "Pokémon’larınızla {{amount_0}} En İyi Dost kurdelesi kazanın", + "quest_title_quest_eelektrik_evolve_b_plural": "{{amount_0}} Eelektrik evrimleştirin", + "quest_title_quest_eelektrik_evolve_b_singular": "Bir Eelektrik evrimleştirin", + "quest_title_quest_eevee_evolve_plural": "Eevee'yi özel evrimlerinin hepsine evrimleştirin", + "quest_title_quest_eevet_catch_b": "{{amount_0}} Eevee yakalayın", + "quest_title_quest_eevet_evolve_b": "{{amount_0}} Eevee evrimleştirin", + "quest_title_quest_elect_catch_b": "{{amount_0}} Electabuzz yakalayın", + "quest_title_quest_elect_evolve_b": "{{amount_0}} Electabuzz evrimleştirin", + "quest_title_quest_elite_raid_victory_plural": "{{amount_0}} elit akın kazanın", + "quest_title_quest_elite_raid_victory_singular": "Bir elit akın kazanın", + "quest_title_quest_elite4_a": "GO Tur Elit Dörtlüsü: Ova Eğitmenini yenin", + "quest_title_quest_elite4_b": "GO Tur Elit Dörtlüsü: Mağara Eğitmenini yenin", + "quest_title_quest_elite4_c": "GO Tur Elit Dörtlüsü: Okyanus Eğitmenini yenin", + "quest_title_quest_elite4_d": "GO Tur Elit Dörtlüsü: Savana Eğitmenini yenin", + "quest_title_quest_elrd22_april16_battle": "Exeggcute Araştırması: Bir spor salonunda maç yapın", + "quest_title_quest_elrd22_april16_berries": "Exeggcute Araştırması: Pokémon yakalarken üç kere meyve kullanın", + "quest_title_quest_elrd22_april16_catch_grass": "Exeggcute Araştırması: Üç adet bitki türü Pokémon yakalayın", + "quest_title_quest_elrd22_april16_charged_move": "Exeggcute Araştırması: Süper etkili bir güçlü saldırı kullanın", + "quest_title_quest_elrd22_april16_curve": "Exeggcute Araştırması: Beş falsolu atış yapın", + "quest_title_quest_elrd22_april16_evolve_grass": "Exeggcute Araştırması: 2 Bitki türü Pokémon evrimleştirin", + "quest_title_quest_elrd22_april16_gifts_stickers": "Exeggcute Araştırması: Çıkartma ekleyerek iki Hediye gönderin", + "quest_title_quest_elrd22_april16_great": "Exeggcute Araştırması: Üç süper atış yapın", + "quest_title_quest_elrd22_april16_great_row": "Exeggcute Araştırması: Art arda iki süper atış yapın", + "quest_title_quest_elrd22_april16_nice": "Exeggcute Araştırması: 5 iyi atış yapın", + "quest_title_quest_elrd22_april16_nice_row": "Exeggcute Araştırması: Art arda üç iyi atış yapın", + "quest_title_quest_elrd22_april16_raid": "Exeggcute Araştırması: Bir akın maçı yapın", + "quest_title_quest_elrd22_april16_spin": "Exeggcute Araştırması: 2 PokéDurak döndürün", + "quest_title_quest_elrd22_april16_weather_easy": "Exeggcute Araştırması: Hava durumu desteği olan üç Pokémon yakalayın", + "quest_title_quest_elrd22_april16_weather_hard": "Exeggcute Araştırması: Hava durumu desteği olan beş Pokémon yakalayın", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Exeggcute Araştırması: Vahşi bir Bitki türü Pokémon'un fotoğrafını çekin", + "quest_title_quest_equinox19_catch_medium_pkmn": "{{amount_0}} Bulbasaur ya da Chikorita yakalayın", + "quest_title_quest_equinox19_catch_type_grass_plural": "{{amount_0}} Bitki türü Pokémon yakalayın", + "quest_title_quest_equinox19_evolve_type_grass_plural": "{{amount_0}} Bitki türü Pokémon evrimleştirin", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "{{amount_0}} Bitki türü Pokémon evrimleştirin", + "quest_title_quest_event_eevee_snapshot_barcelona": "Eevee’nin Barselona’da bir fotoğrafını çekin", + "quest_title_quest_event_eevee_snapshot_jakarta": "Cakarta’da Eevee’nizin bir fotoğrafını çekin", + "quest_title_quest_event_eevee_snapshot_mexico_city": "Eevee’nin Meksiko’da bir fotoğrafını çekin", + "quest_title_quest_event_eevee_snapshot_seoul": "Eevee’nin Seul’de bir fotoğrafını çekin", + "quest_title_quest_event_eevee_snapshot_tainan": "Eevee’nin Tainan’da bir fotoğrafını çekin", + "quest_title_quest_event_leave_behind_spin": "Daha önce gitmediğiniz 10 PokéDurak veya spor salonu döndürün", + "quest_title_quest_event_leave_behind_spin_safari_city": "Herhangi bir Eevee Kâşifi konumunda PokéDurak döndürün", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Daha önce ziyaret etmediğiniz bir Eevee Kâşifleri konumunda {{amount_0}} PokéDurak çevirin", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Daha önce ziyaret etmediğiniz bir Eevee Kâşifleri konumunda bir PokéDurak çevirin", + "quest_title_quest_event_spin_barcelona": "Barselona’da bir PokéDurak veya spor salonu döndürün", + "quest_title_quest_event_spin_incheon": "Incheon’da bir PokéDurak veya spor salonu döndürün", + "quest_title_quest_event_spin_jakarta": "Cakarta’da bir PokéDurak veya spor salonu döndürün", + "quest_title_quest_event_spin_mexico_city": "Meksiko’da bir PokéDurak veya spor salonu döndürün", + "quest_title_quest_event_spin_seoul": "Seul’de bir PokéDurak veya spor salonu döndürün", + "quest_title_quest_event_spin_tainan": "Tainan’da bir PokéDurak veya spor salonu döndürün", + "quest_title_quest_evolve_abra_singular": "Bir Abra evrimleştir", + "quest_title_quest_evolve_aipom_singular": "Bir Aipom evrimleştir", + "quest_title_quest_evolve_amaura_singular": "Bir Amaura evrimleştir", + "quest_title_quest_evolve_anorith_singular": "Bir Anorith evrimleştir", + "quest_title_quest_evolve_archen_singular": "Bir Archen evrimleştir", + "quest_title_quest_evolve_aron_singular": "Bir Aron evrimleştir", + "quest_title_quest_evolve_axew_singular": "Bir Axew evrimleştirin", + "quest_title_quest_evolve_azurill_singular": "Bir Azurill evrimleştir", + "quest_title_quest_evolve_bagon_singular": "Bir Bagon evrimleştir", + "quest_title_quest_evolve_baltoy_singular": "Bir Baltoy evrimleştir", + "quest_title_quest_evolve_barboach_singular": "Bir Barboach evrimleştir", + "quest_title_quest_evolve_bayleef": "Bayleef'inizi evrimleştirin", + "quest_title_quest_evolve_bayleef_singular": "Bir Bayleef evrimleştirin", + "quest_title_quest_evolve_beldum_singular": "Bir Beldum evrimleştir", + "quest_title_quest_evolve_bellsprout_singular": "Bir Bellsprout evrimleştir", + "quest_title_quest_evolve_bergmite_singular": "Bir Bergmite evrimleştir", + "quest_title_quest_evolve_bidoof_singular": "Bir Bidoof evrimleştir", + "quest_title_quest_evolve_binacle_singular": "Bir Binacle evrimleştir", + "quest_title_quest_evolve_blitzle_singular": "Bir Blitzle evrimleştir", + "quest_title_quest_evolve_boldore_singular": "Bir Boldore evrimleştir", + "quest_title_quest_evolve_bonsly_singular": "Bir Bonsly evrimleştir", + "quest_title_quest_evolve_braixen_singular": "Bir Braixen evrimleştir", + "quest_title_quest_evolve_bronzor_singular": "Bir Bronzor evrimleştir", + "quest_title_quest_evolve_budew_singular": "Bir Budew evrimleştir", + "quest_title_quest_evolve_buizel_singular": "Bir Buizel evrimleştir", + "quest_title_quest_evolve_bulbasaur": "Bir Bulbasaur evrimleştirin", + "quest_title_quest_evolve_bulbasaur_singular": "Bir Bulbasaur evrimleştir", + "quest_title_quest_evolve_buneary_singular": "Bir Buneary evrimleştir", + "quest_title_quest_evolve_bunnelby_singular": "Bir Bunnelby evrimleştir", + "quest_title_quest_evolve_burmy_singular": "Bir Burmy evrimleştir", + "quest_title_quest_evolve_cacnea_singular": "Bir Cacnea evrimleştir", + "quest_title_quest_evolve_carvanha_singular": "Bir Carvanha evrimleştir", + "quest_title_quest_evolve_cascoon_singular": "Bir Cascoon evrimleştir", + "quest_title_quest_evolve_caterpie_singular": "Bir Caterpie evrimleştir", + "quest_title_quest_evolve_chansey_singular": "Bir Chansey evrimleştir", + "quest_title_quest_evolve_charmander": "Bir Charmander evrimleştirin", + "quest_title_quest_evolve_charmander_singular": "Bir Charmander evrimleştir", + "quest_title_quest_evolve_charmeleon_singular": "Bir Charmeleon evrimleştir", + "quest_title_quest_evolve_cherubi_singular": "Bir Cherubi evrimleştir", + "quest_title_quest_evolve_chespin_singular": "Bir Chespin evrimleştir", + "quest_title_quest_evolve_chikorita": "Chikorita'nızı evrimleştirin", + "quest_title_quest_evolve_chikorita_singular": "Bir Chikorita evrimleştirin", + "quest_title_quest_evolve_chimchar_singular": "Bir Chimchar evrimleştir", + "quest_title_quest_evolve_chinchou_singular": "Bir Chinchou evrimleştir", + "quest_title_quest_evolve_chingling_singular": "Bir Chingling evrimleştir", + "quest_title_quest_evolve_clamperl_singular": "Bir Clamperl evrimleştir", + "quest_title_quest_evolve_clauncher_singular": "Bir Clauncher evrimleştir", + "quest_title_quest_evolve_clefairy_singular": "Bir Clefairy evrimleştir", + "quest_title_quest_evolve_cleffa_singular": "Bir Cleffa evrimleştir", + "quest_title_quest_evolve_combee_singular": "Bir Combee evrimleştir", + "quest_title_quest_evolve_combusken_singular": "Bir Combusken evrimleştir", + "quest_title_quest_evolve_corphish_singular": "Bir Corphish evrimleştir", + "quest_title_quest_evolve_cosmoem_singular": "Bir Cosmoem evrimleştirin", + "quest_title_quest_evolve_cosmog_singular": "Bir Cosmog evrimleştirin", + "quest_title_quest_evolve_cottonee_singular": "Bir Cottonee evrimleştir", + "quest_title_quest_evolve_cranidos_singular": "Bir Cranidos evrimleştir", + "quest_title_quest_evolve_croagunk_singular": "Bir Croagunk evrimleştir", + "quest_title_quest_evolve_croconaw": "Croconaw'ınızı evrimleştirin", + "quest_title_quest_evolve_croconaw_singular": "Bir Croconaw evrimleştirin", + "quest_title_quest_evolve_cubchoo_singular": "Bir Cubchoo evrimleştir", + "quest_title_quest_evolve_cubone_singular": "Bir Cubone evrimleştir", + "quest_title_quest_evolve_cyndaquil": "Cyndaquil'inizi evrimleştirin", + "quest_title_quest_evolve_cyndaquil_singular": "Bir Cyndaquil evrimleştirin", + "quest_title_quest_evolve_dark_type_singular": "Bir Karanlık türü Pokémon evrimleştirin", + "quest_title_quest_evolve_darumaka_singular": "Bir Darumaka evrimleştir", + "quest_title_quest_evolve_deerling_singular": "Bir Deerling evrimleştir", + "quest_title_quest_evolve_deino_singular": "Bir Deino evrimleştir", + "quest_title_quest_evolve_dewott_singular": "Bir Dewott evrimleştir", + "quest_title_quest_evolve_diglett_singular": "Bir Diglett evrimleştir", + "quest_title_quest_evolve_doduo_singular": "Bir Doduo evrimleştir", + "quest_title_quest_evolve_doublade_singular": "Bir Doublade evrimleştir", + "quest_title_quest_evolve_dragonair_singular": "Bir Dragonair evrimleştir", + "quest_title_quest_evolve_dratini_singular": "Bir Dratini evrimleştir", + "quest_title_quest_evolve_drifloon_singular": "Bir Drifloon evrimleştir", + "quest_title_quest_evolve_drilbur_singular": "Bir Drilbur evrimleştir", + "quest_title_quest_evolve_drowzee_singular": "Bir Drowzee evrimleştir", + "quest_title_quest_evolve_ducklett_singular": "Bir Ducklett evrimleştir", + "quest_title_quest_evolve_duosion_singular": "Bir Duosion evrimleştir", + "quest_title_quest_evolve_durant_singular": "Bir Durant evrimleştir", + "quest_title_quest_evolve_dusclops_singular": "Bir Dusclops evrimleştir", + "quest_title_quest_evolve_duskull_singular": "Bir Duskull evrimleştir", + "quest_title_quest_evolve_dwebble_singular": "Bir Dwebble evrimleştir", + "quest_title_quest_evolve_eelektrik_singular": "Bir Eelektrik evrimleştir", + "quest_title_quest_evolve_eevee_singular": "Bir Eevee evrimleştir", + "quest_title_quest_evolve_eevee_types_plural": "Elektrik, Su ya da Ateş türünden {{amount_0}} Pokémon evrimleştirin", + "quest_title_quest_evolve_eevee_types_singular": "Elektrik, Su ya da Ateş türü Pokémon evrimleştirin", + "quest_title_quest_evolve_ekans_singular": "Bir Ekans evrimleştir", + "quest_title_quest_evolve_electabuzz_singular": "Bir Electabuzz evrimleştir", + "quest_title_quest_evolve_electrike_singular": "Bir Electrike evrimleştir", + "quest_title_quest_evolve_elekid_singular": "Bir Elekid evrimleştir", + "quest_title_quest_evolve_elgyem_singular": "Bir Elgyem evrimleştir", + "quest_title_quest_evolve_espeon": "Gündüz Eevee'yi Espeon'a evrimleştirin", + "quest_title_quest_evolve_espurr_singular": "Bir Espurr evrimleştir", + "quest_title_quest_evolve_evolved_grass_singular": "Evrimleşmiş bir Bitki türü Pokémon evrimleştirin", + "quest_title_quest_evolve_exeggcute_singular": "Bir Exeggcute evrimleştir", + "quest_title_quest_evolve_farfetch'd_singular": "Bir Farfetch'd evrimleştir", + "quest_title_quest_evolve_feebas_singular": "Bir Feebas evrimleştir", + "quest_title_quest_evolve_fennekin_singular": "Bir Fennekin evrimleştir", + "quest_title_quest_evolve_ferroseed_singular": "Bir Ferroseed evrimleştir", + "quest_title_quest_evolve_finneon_singular": "Bir Finneon evrimleştir", + "quest_title_quest_evolve_flaaffy_singular": "Bir Flaaffy evrimleştir", + "quest_title_quest_evolve_flabébé_singular": "Bir Flabébé evrimleştir", + "quest_title_quest_evolve_fletchinder_singular": "Bir Fletchinder evrimleştir", + "quest_title_quest_evolve_fletchling_singular": "Bir Fletchling evrimleştir", + "quest_title_quest_evolve_floette_singular": "Bir Floette evrimleştir", + "quest_title_quest_evolve_foongus_singular": "Bir Foongus evrimleştir", + "quest_title_quest_evolve_fraxure_singular": "Bir Fraxure evrimleştirin", + "quest_title_quest_evolve_frillish_singular": "Bir Frillish evrimleştir", + "quest_title_quest_evolve_froakie_singular": "Bir Froakie evrimleştir", + "quest_title_quest_evolve_frogadier_singular": "Bir Frogadier evrimleştir", + "quest_title_quest_evolve_gabite_singular": "Bir Gabite evrimleştir", + "quest_title_quest_evolve_gastly_singular": "Bir Gastly evrimleştir", + "quest_title_quest_evolve_geodude_singular": "Bir Geodude evrimleştir", + "quest_title_quest_evolve_gible_singular": "Bir Gible evrimleştir", + "quest_title_quest_evolve_glalie_singular": "Bir Glalie evrimleştir", + "quest_title_quest_evolve_glameow_singular": "Bir Glameow evrimleştir", + "quest_title_quest_evolve_gligar_singular": "Bir Gligar evrimleştir", + "quest_title_quest_evolve_gloom_singular": "Bir Gloom evrimleştir", + "quest_title_quest_evolve_golbat_singular": "Bir Golbat evrimleştir", + "quest_title_quest_evolve_goldeen_singular": "Bir Goldeen evrimleştir", + "quest_title_quest_evolve_golett_singular": "Bir Golett evrimleştir", + "quest_title_quest_evolve_goomy_singular": "Bir Goomy evrimleştir", + "quest_title_quest_evolve_gothita_singular": "Bir Gothita evrimleştir", + "quest_title_quest_evolve_gothorita_singular": "Bir Gothorita evrimleştir", + "quest_title_quest_evolve_graveler_singular": "Bir Graveler evrimleştir", + "quest_title_quest_evolve_grimer_singular": "Bir Grimer evrimleştir", + "quest_title_quest_evolve_grotle_singular": "Bir Grotle evrimleştir", + "quest_title_quest_evolve_ground_plural": "{{amount_0}} Yer türü Pokémon evrimleştirin", + "quest_title_quest_evolve_grovyle_singular": "Bir Grovyle evrimleştir", + "quest_title_quest_evolve_growlithe_singular": "Bir Growlithe evrimleştir", + "quest_title_quest_evolve_gulpin_singular": "Bir Gulpin evrimleştir", + "quest_title_quest_evolve_gurdurr_singular": "Bir Gurdurr evrimleştir", + "quest_title_quest_evolve_happiny_singular": "Bir Happiny evrimleştir", + "quest_title_quest_evolve_haunter_singular": "Bir Haunter evrimleştir", + "quest_title_quest_evolve_heatmor_singular": "Bir Heatmor evrimleştir", + "quest_title_quest_evolve_helioptile_singular": "Bir Helioptile evrimleştir", + "quest_title_quest_evolve_herdier_singular": "Bir Herdier evrimleştir", + "quest_title_quest_evolve_hippopotas_singular": "Bir Hippopotas evrimleştir", + "quest_title_quest_evolve_honedge_singular": "Bir Honedge evrimleştir", + "quest_title_quest_evolve_hoothoot_singular": "Bir Hoothoot evrimleştir", + "quest_title_quest_evolve_hoppip_singular": "Bir Hoppip evrimleştir", + "quest_title_quest_evolve_horsea_singular": "Bir Horsea evrimleştir", + "quest_title_quest_evolve_houndour_singular": "Bir Houndour evrimleştir", + "quest_title_quest_evolve_igglybuff_singular": "Bir Igglybuff evrimleştir", + "quest_title_quest_evolve_illumise_singular": "Bir Illumise evrimleştir", + "quest_title_quest_evolve_inkay_singular": "Bir Inkay evrimleştir", + "quest_title_quest_evolve_items_plural": "Eşyaları kullanarak {{amount_0}} kez Pokémon evrimleştirin", + "quest_title_quest_evolve_items_singular": "Pokémon evrimleştirmek için bir eşya kullanın", + "quest_title_quest_evolve_ivysaur_singular": "Bir Ivysaur evrimleştir", + "quest_title_quest_evolve_jigglypuff_singular": "Bir Jigglypuff evrimleştir", + "quest_title_quest_evolve_joltik_singular": "Bir Joltik evrimleştir", + "quest_title_quest_evolve_kabuto_singular": "Bir Kabuto evrimleştir", + "quest_title_quest_evolve_kadabra_singular": "Bir Kadabra evrimleştir", + "quest_title_quest_evolve_kakuna_singular": "Bir Kakuna evrimleştir", + "quest_title_quest_evolve_karrablast_singular": "Bir Karrablast evrimleştir", + "quest_title_quest_evolve_kirlia_singular": "Bir Kirlia evrimleştir", + "quest_title_quest_evolve_klang_singular": "Bir Klang evrimleştir", + "quest_title_quest_evolve_klink_singular": "Bir Klink evrimleştir", + "quest_title_quest_evolve_koffing_singular": "Bir Koffing evrimleştir", + "quest_title_quest_evolve_krabby_singular": "Bir Krabby evrimleştir", + "quest_title_quest_evolve_kricketot_singular": "Bir Kricketot evrimleştir", + "quest_title_quest_evolve_krokorok_singular": "Bir Krokorok evrimleştir", + "quest_title_quest_evolve_lairon_singular": "Bir Lairon evrimleştir", + "quest_title_quest_evolve_lampent_singular": "Bir Lampent evrimleştir", + "quest_title_quest_evolve_larvesta_singular": "Bir Larvesta evrimleştir", + "quest_title_quest_evolve_larvitar_singular": "Bir Larvitar evrimleştir", + "quest_title_quest_evolve_ledyba_singular": "Bir Ledyba evrimleştir", + "quest_title_quest_evolve_lickitung_singular": "Bir Lickitung evrimleştir", + "quest_title_quest_evolve_lileep_singular": "Bir Lileep evrimleştir", + "quest_title_quest_evolve_lillipup_singular": "Bir Lillipup evrimleştir", + "quest_title_quest_evolve_linoone_singular": "{{amount_0}} Galarlı Linoone evrimleştirin", + "quest_title_quest_evolve_litleo_singular": "Bir Litleo evrimleştir", + "quest_title_quest_evolve_litwick_singular": "Bir Litwick evrimleştir", + "quest_title_quest_evolve_lombre_singular": "Bir Lombre evrimleştir", + "quest_title_quest_evolve_lotad_singular": "Bir Lotad evrimleştir", + "quest_title_quest_evolve_loudred_singular": "Bir Loudred evrimleştir", + "quest_title_quest_evolve_luxio_singular": "Bir Luxio evrimleştir", + "quest_title_quest_evolve_machoke_singular": "Bir Machoke evrimleştir", + "quest_title_quest_evolve_machop_singular": "Bir Machop evrimleştir", + "quest_title_quest_evolve_magby_singular": "Bir Magby evrimleştir", + "quest_title_quest_evolve_magikarp_singular": "Bir Magikarp evrimleştir", + "quest_title_quest_evolve_magmar_singular": "Bir Magmar evrimleştir", + "quest_title_quest_evolve_magnemite_singular": "Bir Magnemite evrimleştir", + "quest_title_quest_evolve_makuhita_singular": "Bir Makuhita evrimleştir", + "quest_title_quest_evolve_mankey_singular": "Bir Mankey evrimleştir", + "quest_title_quest_evolve_mantyke_singular": "Bir Mantyke evrimleştir", + "quest_title_quest_evolve_mareep_singular": "Bir Mareep evrimleştir", + "quest_title_quest_evolve_marill_singular": "Bir Marill evrimleştir", + "quest_title_quest_evolve_marshtomp_singular": "Bir Marshtomp evrimleştir", + "quest_title_quest_evolve_meditite_singular": "Bir Meditite evrimleştir", + "quest_title_quest_evolve_meowth_singular": "Bir Meowth evrimleştir", + "quest_title_quest_evolve_metang_singular": "Bir Metang evrimleştir", + "quest_title_quest_evolve_metapod_singular": "Bir Metapod evrimleştir", + "quest_title_quest_evolve_mienfoo_singular": "Bir Mienfoo evrimleştir", + "quest_title_quest_evolve_mime jr._singular": "Bir Mime Jr. evrimleştir", + "quest_title_quest_evolve_minccino_singular": "Bir Minccino evrimleştir", + "quest_title_quest_evolve_misdreavus_singular": "Bir Misdreavus evrimleştir", + "quest_title_quest_evolve_monferno_singular": "Bir Monferno evrimleştir", + "quest_title_quest_evolve_mr. mime_singular": "Bir Mr. Mime evrimleştir", + "quest_title_quest_evolve_mudkip_singular": "Bir Mudkip evrimleştir", + "quest_title_quest_evolve_munchlax_singular": "Bir Munchlax evrimleştir", + "quest_title_quest_evolve_munna_singular": "Bir Munna evrimleştir", + "quest_title_quest_evolve_murkrow_singular": "Bir Murkrow evrimleştir", + "quest_title_quest_evolve_natu_singular": "Bir Natu evrimleştir", + "quest_title_quest_evolve_nidoranfemale_singular": "Bir Nidoran♀ evrimleştir", + "quest_title_quest_evolve_nidoranmale_singular": "Bir Nidoran♂ evrimleştir", + "quest_title_quest_evolve_nidorina_singular": "Bir Nidorina evrimleştir", + "quest_title_quest_evolve_nidorino_singular": "Bir Nidorino evrimleştir", + "quest_title_quest_evolve_nincada_singular": "Bir Nincada evrimleştir", + "quest_title_quest_evolve_noibat_singular": "Bir Noibat evrimleştir", + "quest_title_quest_evolve_nosepass_singular": "Bir Nosepass evrimleştir", + "quest_title_quest_evolve_numel_singular": "Bir Numel evrimleştir", + "quest_title_quest_evolve_nuzleaf_singular": "Bir Nuzleaf evrimleştir", + "quest_title_quest_evolve_oddish_singular": "Bir Oddish evrimleştir", + "quest_title_quest_evolve_omanyte_singular": "Bir Omanyte evrimleştir", + "quest_title_quest_evolve_onix_singular": "Bir Onix evrimleştir", + "quest_title_quest_evolve_oshawott_singular": "Bir Oshawott evrimleştir", + "quest_title_quest_evolve_palpitoad_singular": "Bir Palpitoad evrimleştir", + "quest_title_quest_evolve_pancham_singular": "Bir Pancham evrimleştir", + "quest_title_quest_evolve_panpour_singular": "Bir Panpour evrimleştir", + "quest_title_quest_evolve_pansage_singular": "Bir Pansage evrimleştir", + "quest_title_quest_evolve_pansear_singular": "Bir Pansear evrimleştir", + "quest_title_quest_evolve_paras_singular": "Bir Paras evrimleştir", + "quest_title_quest_evolve_patrat_singular": "Bir Patrat evrimleştir", + "quest_title_quest_evolve_pawniard_singular": "Bir Pawniard evrimleştir", + "quest_title_quest_evolve_petilil_singular": "Bir Petilil evrimleştir", + "quest_title_quest_evolve_phanpy_singular": "Bir Phanpy evrimleştir", + "quest_title_quest_evolve_phantump_singular": "Bir Phantump evrimleştir", + "quest_title_quest_evolve_pichu_singular": "Bir Pichu evrimleştir", + "quest_title_quest_evolve_pidgeotto_singular": "Bir Pidgeotto evrimleştir", + "quest_title_quest_evolve_pidgey_singular": "Bir Pidgey evrimleştir", + "quest_title_quest_evolve_pidove_singular": "Bir Pidove evrimleştir", + "quest_title_quest_evolve_pignite_singular": "Bir Pignite evrimleştir", + "quest_title_quest_evolve_pikachu_singular": "Bir Pikachu evrimleştir", + "quest_title_quest_evolve_piloswine_plural": "{{amount_0}} Piloswine evrimleştirin", + "quest_title_quest_evolve_piloswine_singular": "Bir Piloswine evrimleştir", + "quest_title_quest_evolve_pineco_singular": "Bir Pineco evrimleştir", + "quest_title_quest_evolve_piplup_singular": "Bir Piplup evrimleştir", + "quest_title_quest_evolve_plural": "{{amount_0}} Pokémon evrimleştirin", + "quest_title_quest_evolve_poison_type_singular": "Bir Zehir türü Pokémon evrimleştirin", + "quest_title_quest_evolve_poliwag_singular": "Bir Poliwag evrimleştirin", + "quest_title_quest_evolve_poliwhirl_singular": "Bir Poliwhirl evrimleştir", + "quest_title_quest_evolve_ponyta_singular": "Bir Ponyta evrimleştir", + "quest_title_quest_evolve_poochyena_singular": "Bir Poochyena evrimleştir", + "quest_title_quest_evolve_porygon2_singular": "Bir Porygon2 evrimleştir", + "quest_title_quest_evolve_prinplup_singular": "Bir Prinplup evrimleştir", + "quest_title_quest_evolve_psyduck_singular": "Bir Psyduck evrimleştir", + "quest_title_quest_evolve_pumpkaboo_singular": "Bir Pumpkaboo evrimleştir", + "quest_title_quest_evolve_pupitar_singular": "Bir Pupitar evrimleştir", + "quest_title_quest_evolve_purrloin_singular": "Bir Purrloin evrimleştir", + "quest_title_quest_evolve_quilava": "Quilava'nızı evrimleştirin", + "quest_title_quest_evolve_quilava_singular": "Bir Quilava evrimleştirin", + "quest_title_quest_evolve_quilladin_singular": "Bir Quilladin evrimleştir", + "quest_title_quest_evolve_qwilfish_singular": "Bir Qwilfish evrimleştir", + "quest_title_quest_evolve_ralts_singular": "Bir Ralts evrimleştir", + "quest_title_quest_evolve_rattata_singular": "Bir Rattata evrimleştir", + "quest_title_quest_evolve_remoraid_singular": "Bir Remoraid evrimleştir", + "quest_title_quest_evolve_rhydon_singular": "Bir Rhydon evrimleştir", + "quest_title_quest_evolve_rhyhorn_singular": "Bir Rhyhorn evrimleştir", + "quest_title_quest_evolve_riolu_singular": "Bir Riolu evrimleştir", + "quest_title_quest_evolve_roggenrola_singular": "Bir Roggenrola evrimleştir", + "quest_title_quest_evolve_roselia_singular": "Bir Roselia evrimleştir", + "quest_title_quest_evolve_rufflet_singular": "Bir Rufflet evrimleştir", + "quest_title_quest_evolve_sandile_singular": "Bir Sandile evrimleştir", + "quest_title_quest_evolve_sandshrew_singular": "Bir Sandshrew evrimleştir", + "quest_title_quest_evolve_sb_singular": "Bir Snubbull evrimleştirin", + "quest_title_quest_evolve_scatterbug_singular": "Bir Scatterbug evrimleştir", + "quest_title_quest_evolve_scraggy_singular": "Bir Scraggy evrimleştir", + "quest_title_quest_evolve_scyther_singular": "Bir Scyther evrimleştir", + "quest_title_quest_evolve_seadra_singular": "Bir Seadra evrimleştir", + "quest_title_quest_evolve_sealeo_singular": "Bir Sealeo evrimleştir", + "quest_title_quest_evolve_seedot_singular": "Bir Seedot evrimleştir", + "quest_title_quest_evolve_seel_singular": "Bir Seel evrimleştir", + "quest_title_quest_evolve_sentret_singular": "Bir Sentret evrimleştir", + "quest_title_quest_evolve_servine_singular": "Bir Servine evrimleştir", + "quest_title_quest_evolve_sewaddle_singular": "Bir Sewaddle evrimleştir", + "quest_title_quest_evolve_shelgon_singular": "Bir Shelgon evrimleştir", + "quest_title_quest_evolve_shellder_singular": "Bir Shellder evrimleştir", + "quest_title_quest_evolve_shellos_singular": "Bir Shellos evrimleştir", + "quest_title_quest_evolve_shelmet_singular": "Bir Shelmet evrimleştir", + "quest_title_quest_evolve_shieldon_singular": "Bir Shieldon evrimleştir", + "quest_title_quest_evolve_shinx_singular": "Bir Shinx evrimleştir", + "quest_title_quest_evolve_shroomish_singular": "Bir Shroomish evrimleştir", + "quest_title_quest_evolve_shuckle_singular": "Bir Shuckle evrimleştir", + "quest_title_quest_evolve_shuppet_singular": "Bir Shuppet evrimleştir", + "quest_title_quest_evolve_silcoon_singular": "Bir Silcoon evrimleştir", + "quest_title_quest_evolve_singular": "Bir Pokémon evrimleştirin", + "quest_title_quest_evolve_skiddo_singular": "Bir Skiddo evrimleştir", + "quest_title_quest_evolve_skiploom_singular": "Bir Skiploom evrimleştir", + "quest_title_quest_evolve_skitty_singular": "Bir Skitty evrimleştir", + "quest_title_quest_evolve_skorupi_singular": "Bir Skorupi evrimleştir", + "quest_title_quest_evolve_skrelp_singular": "Bir Skrelp evrimleştir", + "quest_title_quest_evolve_slakoth_singular": "Bir Slakoth evrimleştir", + "quest_title_quest_evolve_sliggoo_singular": "Bir Sliggoo evrimleştir", + "quest_title_quest_evolve_slowpoke_plural": "{{amount_0}} Slowpoke evrimleştirin", + "quest_title_quest_evolve_slowpoke_singular": "Bir Slowpoke evrimleştir", + "quest_title_quest_evolve_slugma_singular": "Bir Slugma evrimleştir", + "quest_title_quest_evolve_smoochum_singular": "Bir Smoochum evrimleştir", + "quest_title_quest_evolve_sneasel_singular": "Bir Sneasel evrimleştir", + "quest_title_quest_evolve_snivy_singular": "Bir Snivy evrimleştir", + "quest_title_quest_evolve_snorunt_singular": "Bir Snorunt evrimleştir", + "quest_title_quest_evolve_snover_singular": "Bir Snover evrimleştir", + "quest_title_quest_evolve_snubbull_singular": "Bir Snubbull evrimleştir", + "quest_title_quest_evolve_solosis_singular": "Bir Solosis evrimleştir", + "quest_title_quest_evolve_spearow_singular": "Bir Spearow evrimleştir", + "quest_title_quest_evolve_special_drowzee": "Bir Drowzee evrimleştirin", + "quest_title_quest_evolve_special_feebas_singular": "Bir Feebas evrimleştirin", + "quest_title_quest_evolve_special_galarian_mrmime": "Bir Galarlı Mr. Mime evrimleştirin", + "quest_title_quest_evolve_special_galarian_slowpoke": "Bir Galarlı Slowpoke evrimleştirin", + "quest_title_quest_evolve_special_grimer": "Bir Grimer evrimleştirin", + "quest_title_quest_evolve_special_magnemite": "Bir Magnemite evrimleştirin", + "quest_title_quest_evolve_special_scyther": "Bir Scyther evrimleştirin", + "quest_title_quest_evolve_special0_singular": "Bir Magikarp evrimleştirin", + "quest_title_quest_evolve_special1_plural": "{{amount_0}} Pidgey evrimleştirin", + "quest_title_quest_evolve_special1_singular": "Bir Horsea evrimleştirin", + "quest_title_quest_evolve_special2_singular": "Bir Meowth evrimleştirin", + "quest_title_quest_evolve_spewpa_singular": "Bir Spewpa evrimleştir", + "quest_title_quest_evolve_spheal_singular": "Bir Spheal evrimleştir", + "quest_title_quest_evolve_spinarak_singular": "Bir Spinarak evrimleştir", + "quest_title_quest_evolve_spoink_singular": "Bir Spoink evrimleştir", + "quest_title_quest_evolve_spritzee_singular": "Bir Spritzee evrimleştir", + "quest_title_quest_evolve_squirtle_singular": "Bir Squirtle evrimleştir", + "quest_title_quest_evolve_staravia_singular": "Bir Staravia evrimleştirin", + "quest_title_quest_evolve_starly_singular": "Bir Starly evrimleştir", + "quest_title_quest_evolve_staryu_singular": "Bir Staryu evrimleştir", + "quest_title_quest_evolve_steelix_singular": "Bir Steelix evrimleştir", + "quest_title_quest_evolve_stunky_singular": "Bir Stunky evrimleştir", + "quest_title_quest_evolve_sunkern_singular": "Bir Sunkern evrimleştir", + "quest_title_quest_evolve_sunstone_singular": "Gloom ya da Sunkern evrimleştirmek için Güneş Taşı kullanın", + "quest_title_quest_evolve_surskit_singular": "Bir Surskit evrimleştir", + "quest_title_quest_evolve_swablu_singular": "Bir Swablu evrimleştir", + "quest_title_quest_evolve_swadloon_singular": "Bir Swadloon evrimleştir", + "quest_title_quest_evolve_swinub_singular": "Bir Swinub evrimleştir", + "quest_title_quest_evolve_swirlix_singular": "Bir Swirlix evrimleştir", + "quest_title_quest_evolve_taillow_singular": "Bir Taillow evrimleştir", + "quest_title_quest_evolve_tangela_singular": "Bir Tangela evrimleştir", + "quest_title_quest_evolve_teddiursa_singular": "Bir Teddiursa evrimleştir", + "quest_title_quest_evolve_tentacool_singular": "Bir Tentacool evrimleştir", + "quest_title_quest_evolve_tepig_singular": "Bir Tepig evrimleştir", + "quest_title_quest_evolve_timburr_singular": "Bir Timburr evrimleştir", + "quest_title_quest_evolve_tirtouga_singular": "Bir Tirtouga evrimleştir", + "quest_title_quest_evolve_togepi_singular": "Bir Togepi evrimleştir", + "quest_title_quest_evolve_togetic_singular": "Bir Togetic evrimleştir", + "quest_title_quest_evolve_torchic_singular": "Bir Torchic evrimleştir", + "quest_title_quest_evolve_totodile": "Totodile'ınızı evrimleştirin", + "quest_title_quest_evolve_totodile_singular": "Bir Totodile evrimleştirin", + "quest_title_quest_evolve_tranquill_singular": "Bir Tranquill evrimleştir", + "quest_title_quest_evolve_trapinch_singular": "Bir Trapinch evrimleştir", + "quest_title_quest_evolve_treecko_singular": "Bir Treecko evrimleştir", + "quest_title_quest_evolve_trubbish_singular": "Bir Trubbish evrimleştir", + "quest_title_quest_evolve_turtwig_singular": "Bir Turtwig evrimleştir", + "quest_title_quest_evolve_tympole_singular": "Bir Tympole evrimleştir", + "quest_title_quest_evolve_tynamo_singular": "Bir Tynamo evrimleştir", + "quest_title_quest_evolve_type_dark_plural": "{{amount_0}} Karanlık tür Pokémon evrimleştirin", + "quest_title_quest_evolve_type_dragon_plural": "{{amount_0}} Ejderha türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_dragon_singular": "Bir Ejderha türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_electric_plural": "{{amount_0}} Elektrik türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_electric_singular": "Bir Elektrik türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_fairy_plural": "{{amount_0}} Peri türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_fairy_singular": "Bir Peri türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_fire_plural": "{{amount_0}} Ateş türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_fire_singular": "Bir Ateş türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_flying_plural": "{{amount_0}} Uçan tür Pokémon evrimleştirin", + "quest_title_quest_evolve_type_flying_singular": "Bir Uçan tür Pokémon evrimleştirin", + "quest_title_quest_evolve_type_ghost_plural": "{{amount_0}} Hayalet türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_ghost_single": "Bir Hayalet türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_grass_plural": "{{amount_0}} Bitki türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_grass_singular": "Bir Bitki türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_ice_plural": "{{amount_0}} Buz türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_ice_singular": "Bir Buz türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_poison_plural": "{{amount_0}} Zehir türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_psychic_plural": "{{amount_0}} Psişik türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_psychic_singular": "Bir Psişik türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_rock_plural": "{{amount_0}} Kaya türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_steel_plural": "{{amount_0}} Çelik türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_water_plural": "{{amount_0}} Su türü Pokémon evrimleştirin", + "quest_title_quest_evolve_type_water_singular": "Bir Su türü Pokémon evrimleştirin", + "quest_title_quest_evolve_tyrogue_singular": "Bir Tyrogue evrimleştir", + "quest_title_quest_evolve_tyrunt_singular": "Bir Tyrunt evrimleştir", + "quest_title_quest_evolve_umbreon": "Geceleyin Eevee'yi Umbreon'a evrimleştirin", + "quest_title_quest_evolve_vanillish_singular": "Bir Vanillish evrimleştir", + "quest_title_quest_evolve_vanillite_singular": "Bir Vanillite evrimleştir", + "quest_title_quest_evolve_venipede_singular": "Bir Venipede evrimleştir", + "quest_title_quest_evolve_venonat_singular": "Bir Venonat evrimleştir", + "quest_title_quest_evolve_vibrava_singular": "Bir Vibrava evrimleştir", + "quest_title_quest_evolve_vigoroth_singular": "Bir Vigoroth evrimleştir", + "quest_title_quest_evolve_volbeat_singular": "Bir Volbeat evrimleştir", + "quest_title_quest_evolve_voltorb_singular": "Bir Voltorb evrimleştir", + "quest_title_quest_evolve_vullaby_singular": "Bir Vullaby evrimleştir", + "quest_title_quest_evolve_vulpix_singular": "Bir Vulpix evrimleştir", + "quest_title_quest_evolve_wailmer_singular": "Bir Wailmer evrimleştir", + "quest_title_quest_evolve_wartortle_singular": "Bir Wartortle evrimleştir", + "quest_title_quest_evolve_weedle_singular": "Bir Weedle evrimleştir", + "quest_title_quest_evolve_weepinbell_singular": "Bir Weepinbell evrimleştir", + "quest_title_quest_evolve_whirlipede_singular": "Bir Whirlipede evrimleştir", + "quest_title_quest_evolve_whismur_singular": "Bir Whismur evrimleştir", + "quest_title_quest_evolve_wingull_singular": "Bir Wingull evrimleştir", + "quest_title_quest_evolve_woobat_singular": "Bir Woobat evrimleştir", + "quest_title_quest_evolve_wooper_singular": "Bir Wooper evrimleştir", + "quest_title_quest_evolve_wurmple_singular": "Bir Wurmple evrimleştir", + "quest_title_quest_evolve_wynaut_singular": "Bir Wynaut evrimleştir", + "quest_title_quest_evolve_yamask_singular": "Bir Yamask evrimleştir", + "quest_title_quest_evolve_yanma_singular": "Bir Yanma evrimleştir", + "quest_title_quest_evolve_zigzagoon_singular": "Bir Zigzagoon evrimleştir", + "quest_title_quest_evolve_zorua_singular": "Bir Zorua evrimleştir", + "quest_title_quest_evolve_zubat_singular": "Bir Zubat evrimleştir", + "quest_title_quest_evolve_zweilous_singular": "Bir Zweilous evrimleştir", + "quest_title_quest_explore_buddy": "Dostunuzla mesafe katederek bir şeker kazanın", + "quest_title_quest_explore_buddy_carbink": "Carbink dostunuzken keşfe çıkarak bir şeker kazanın", + "quest_title_quest_explore_buddy_plural": "Dostunuzla mesafe katederek {{amount_0}} şeker kazanın", + "quest_title_quest_explore_buddy_routes_plural": "Dostunuzla rota keşfederken {{amount_0}} şeker kazanın", + "quest_title_quest_explore_buddy_routes_singular": "Dostunuzla rota keşfederken bir şeker kazanın", + "quest_title_quest_explore_km": "{{amount_0}} km katedin", + "quest_title_quest_explore_km_party": "Bir ekipteyken {{amount_0}} km keşfedin", + "quest_title_quest_febresearchday_battle_gym_singular": "Clamperl Araştırması: Bir spor salonunda maç yapın", + "quest_title_quest_febresearchday_battle_raid_singular": "Clamperl Araştırması: Bir akın maçı yapın", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Clamperl Araştırması: Bir spor salonu maçında süper etkili bir güçlü saldırı kullanın", + "quest_title_quest_febresearchday_catch_feed_plural": "Clamperl Araştırması: Pokémon yakalarken {{amount_0}} meyve kullanın", + "quest_title_quest_febresearchday_catch_special1_singular": "Clamperl Araştırması: Bir Magikarp ya da Wailmer yakalayın", + "quest_title_quest_febresearchday_catch_special2_singular": "Clamperl Araştırması: Bir Psyduck ya da Krabby yakalayın", + "quest_title_quest_febresearchday_catch_type_water_plural": "Clamperl Araştırması: {{amount_0}} Su türü Pokémon yakalayın", + "quest_title_quest_febresearchday_evolve_type_water_plural": "Clamperl Araştırması: {{amount_0}} Su türü Pokémon evrimleştirin", + "quest_title_quest_febresearchday_land_curveball_plural": "Clamperl Araştırması: {{amount_0}} Falsolu Atış yapın", + "quest_title_quest_febresearchday_land_great_plural": "Clamperl Araştırması: {{amount_0}} süper atış yapın", + "quest_title_quest_febresearchday_land_inarow_great_plural": "Clamperl Araştırması: Art arda {{amount_0}} süper atış yapın", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "Clamperl Araştırması: Art arda {{amount_0}} iyi atış yapın", + "quest_title_quest_febresearchday_land_nice_plural": "Clamperl Araştırması: {{amount_0}} iyi atış yapın", + "quest_title_quest_febresearchday_visit_pokestops_plural": "Clamperl Araştırması: {{amount_0}} PokéDurak döndürün", + "quest_title_quest_feed_buddy_multiple": "Dostunuzu {{amount_0}} kez besleyin", + "quest_title_quest_feed_buddy_singular": "Dostunuzu besleyin", + "quest_title_quest_feed_goldenrazz_plural": "Pokémon yakalarken {{amount_0}} Altın Razz Meyvesi kullanın", + "quest_title_quest_feed_nanab_plural": "Pokémon yakalarken {{amount_0}} Nanab Meyvesi kullanın", + "quest_title_quest_feed_pinaps_plural": "Pokémon yakalarken {{amount_0}} Pinap Meyvesi kullanın", + "quest_title_quest_feed_razz_plural": "Pokémon yakalarken {{amount_0}} Razz Meyvesi kullanın", + "quest_title_quest_fennekin_catch_b": "{{amount_0}} Fennekin yakalayın", + "quest_title_quest_fennekin_evolve_b": "{{amount_0}} Fennekin evrimleştirin", + "quest_title_quest_fennekin_snapshot_b": "{{amount_0}} Fennekin’in fotoğrafını çekin", + "quest_title_quest_field_research_plural": "{{amount_0}} alan araştırması görevi tamamlayın", + "quest_title_quest_field_research_singular": "Bir alan araştırması görevi tamamlayın", + "quest_title_quest_fight_type_bug_plural": "{{amount_0}} Böcek türü Pokémon alt edin", + "quest_title_quest_fight_type_dark_plural": "{{amount_0}} Karanlık tür Pokémon alt edin", + "quest_title_quest_fight_type_dark_steel_plural": "Karanlık ya da Çelik türünden {{amount_0}} Pokémon alt edin", + "quest_title_quest_fight_type_dragon_plural": "{{amount_0}} Ejderha türü Pokémon alt edin", + "quest_title_quest_fight_type_electric_plural": "{{amount_0}} Elektrik türü Pokémon alt edin", + "quest_title_quest_fight_type_fairy_plural": "{{amount_0}} Peri türü Pokémon alt edin", + "quest_title_quest_fight_type_fighting_plural": "{{amount_0}} Dövüşçü türü Pokémon alt edin", + "quest_title_quest_fight_type_fire_plural": "{{amount_0}} Ateş türü Pokémon alt edin", + "quest_title_quest_fight_type_flying_plural": "{{amount_0}} Uçan tür Pokémon alt edin", + "quest_title_quest_fight_type_ghost_fighting_plural": "Dövüşçü ya da Hayalet türünden {{amount_0}} Pokémon alt edin", + "quest_title_quest_fight_type_ghost_plural": "{{amount_0}} Hayalet türü Pokémon alt edin", + "quest_title_quest_fight_type_ghost_psychic_plural": "Psişik ya da Hayalet türünden {{amount_0}} Pokémon alt edin", + "quest_title_quest_fight_type_grass_plural": "{{amount_0}} Bitki türü Pokémon alt edin", + "quest_title_quest_fight_type_ground_plural": "{{amount_0}} Yer türü Pokémon alt edin", + "quest_title_quest_fight_type_ice_plural": "{{amount_0}} Buz türü Pokémon alt edin", + "quest_title_quest_fight_type_normal_plural": "{{amount_0}} Normal tür Pokémon alt edin", + "quest_title_quest_fight_type_normal_psychic_plural": "Normal ya da Psişik türünden {{amount_0}} Pokémon alt edin", + "quest_title_quest_fight_type_poison_plural": "{{amount_0}} Zehir türü Pokémon alt edin", + "quest_title_quest_fight_type_psychic_plural": "{{amount_0}} Psişik tür Pokémon alt edin", + "quest_title_quest_fight_type_rock_plural": "{{amount_0}} Kaya türü Pokémon alt edin", + "quest_title_quest_fight_type_steel_plural": "{{amount_0}} Çelik türü Pokémon alt edin", + "quest_title_quest_fight_type_water_plural": "{{amount_0}} Su türü Pokémon alt edin", + "quest_title_quest_first_catch_of_the_day": "Günün İlk Yakalaması", + "quest_title_quest_first_pokestop_of_the_day": "Günün İlk PokéDurağı", + "quest_title_quest_flaaffy_evolve_b": "{{amount_0}} Flaaffy evrimleştirin", + "quest_title_quest_flett_catch_b": "{{amount_0}} Fletchling yakalayın", + "quest_title_quest_flett_evolve_b": "{{amount_0}} Fletchling evrimleştirin", + "quest_title_quest_flett_evolve_s1": "{{amount_0}} Fletchinder evrimleştirin", + "quest_title_quest_floragato_evolve_b": "Bir Floragato evrimleştirin", + "quest_title_quest_fraxure_evolve_b": "{{amount_0}} Fraxure evrimleştirin", + "quest_title_quest_froakie_catch_b": "{{amount_0}} Froakie yakalayın", + "quest_title_quest_froakie_evolve_b": "{{amount_0}} Froakie evrimleştirin", + "quest_title_quest_froakie_snapshot_b": "{{amount_0}} Froakie’nin fotoğrafını çekin", + "quest_title_quest_frogadier_evolve_b": "{{amount_0}} Frogadier evrimleştirin", + "quest_title_quest_fuecoco_evolve_b": "Bir Fuecoco evrimleştirin", + "quest_title_quest_fuse_necrozma": "Necrozma’yı birleştirin", + "quest_title_quest_gbl_rank": "GO Maç Ligi'nde {{amount_0}}. Seviyeye ulaşın", + "quest_title_quest_gbl_rank_fifteen": "GO Maç Ligi'nde 15. Seviyeye ulaşın", + "quest_title_quest_gbl_rank_five": "GO Maç Ligi'nde 5. Seviyeye ulaşın", + "quest_title_quest_gbl_rank_ten": "GO Maç Ligi'nde 10. Seviyeye ulaşın", + "quest_title_quest_gbl_rank_twenty": "GO Maç Ligi'nde 20. Seviyeye ulaşın", + "quest_title_quest_get_cell_singular": "Bir Zygarde Hücresi bulun", + "quest_title_quest_giblt_catch_b": "{{amount_0}} Gible yakalayın", + "quest_title_quest_giblt_evolve_b": "{{amount_0}} Gible evrimleştirin", + "quest_title_quest_giblt_evolve_s1": "{{amount_0}} Gabite evrimleştirin", + "quest_title_quest_gift_open_plural": "{{amount_0}} Hediye açın", + "quest_title_quest_gift_open_singular": "Bir Hediye açın", + "quest_title_quest_go_for_a_spin_00": "8 Spinda PokéDurağının 1.sini bulup döndürün", + "quest_title_quest_go_for_a_spin_01": "8 Spinda PokéDurağının 2.sini bulup döndürün", + "quest_title_quest_go_for_a_spin_02": "8 Spinda PokéDurağının 3.sünü bulup döndürün", + "quest_title_quest_go_for_a_spin_03": "8 Spinda PokéDurağının 4.sünü bulup döndürün", + "quest_title_quest_go_for_a_spin_04": "8 Spinda PokéDurağının 5.sini bulup döndürün", + "quest_title_quest_go_for_a_spin_05": "8 Spinda PokéDurağının 6.sını bulup döndürün", + "quest_title_quest_go_for_a_spin_06": "8 Spinda PokéDurağının 7.sini bulup döndürün", + "quest_title_quest_go_for_a_spin_07": "8 Spinda PokéDurağının 8.sini bulup döndürün", + "quest_title_quest_go_tour_snapshot_habitat_01": "Kızgın Kumlar habitatında dostunuzun bir fotoğrafını çekin", + "quest_title_quest_go_tour_snapshot_habitat_02": "Tekinsiz Sis habitatında dostunuzun bir fotoğrafını çekin", + "quest_title_quest_go_tour_snapshot_habitat_03": "Yemyeşil Dünya habitatında dostunuzun bir fotoğrafını çekin", + "quest_title_quest_go_tour_snapshot_habitat_04": "Kadim Kıyılar habitatında dostunuzun bir fotoğrafını çekin", + "quest_title_quest_gold_hoenn_dex": "Altın Hoenn madalyası kazanın", + "quest_title_quest_gold_medal_plural": "{{amount_0}} altın madalya kazanın", + "quest_title_quest_gold_medal_plural_five": "5 altın madalya kazanın", + "quest_title_quest_gold_medal_singular": "Bir altın madalya kazanın", + "quest_title_quest_goomy_catch_b": "{{amount_0}} Goomy yakalayın", + "quest_title_quest_goomy_evolve_b_plural": "{{amount_0}} Goomy evrimleştirin", + "quest_title_quest_goomy_evolve_b_singular": "Bir Goomy evrimleştirin", + "quest_title_quest_grookey_evolve": "Bir Grookey evrimleştirin", + "quest_title_quest_grubbin_catch_b": "{{amount_0}} Grubbin yakalayın", + "quest_title_quest_grubbin_evolve_b": "{{amount_0}} Grubbin evrimleştirin", + "quest_title_quest_grubbin_snapshot_b": "{{amount_0}} Grubbin’in fotoğrafını çekin", + "quest_title_quest_gt_catch_b": "{{amount_0}} Gastly yakalayın", + "quest_title_quest_gt_evolve_b": "{{amount_0}} Gastly evrimleştirin", + "quest_title_quest_gt_evolve_s1": "{{amount_0}} Haunter evrimleştirin", + "quest_title_quest_gulpin_catch": "{{amount_0}} Gulpin yakalayın", + "quest_title_quest_gurdurr_evolve_b": "{{amount_0}} Gurdurr evrimleştirin", + "quest_title_quest_hallo19_catch_specific_plural": "{{amount_0}} Poochyena ya da Houndour yakalayın", + "quest_title_quest_hallo19_catch_type_dark_plural": "{{amount_0}} Karanlık türü Pokémon yakalayın", + "quest_title_quest_hallo19_catch_type_ghost_plural": "{{amount_0}} Hayalet türü Pokémon yakalayın", + "quest_title_quest_hallo19_evolve_plural": "{{amount_0}} Duskull ya da Shuppet evrimleştirin", + "quest_title_quest_hallo19_transfer_plural": "{{amount_0}} Pokémon gönderin", + "quest_title_quest_hatch_egg_plural": "{{amount_0}} yumurta çatlatın", + "quest_title_quest_hatch_egg_routes_plural": "Rota takip ederken {{amount_0}} yumurta çatlatın", + "quest_title_quest_hatch_egg_routes_singular": "Rota takip ederken bir yumurta çatlatın", + "quest_title_quest_hatch_egg_singular": "Bir yumurta çatlatın", + "quest_title_quest_hoenn_celebration_research": "Hoenn Kutlaması Araştırması", + "quest_title_quest_hoenn19_catch_specific_plural": "Hoenn Kutlaması: {{amount_0}} Zigzagoon ya da Taillow yakalayın", + "quest_title_quest_hoenn19_evolve_specific_plural": "Hoenn Kutlaması: {{amount_0}} Wurmple evrimleştirin", + "quest_title_quest_hoenn19_hatch_eggs": "Hoenn Kutlaması: {{amount_0}} yumurta çatlatın", + "quest_title_quest_hoppt_catch_b": "{{amount_0}} Hoppip yakalayın", + "quest_title_quest_hoppt_evolve_b": "{{amount_0}} Hoppip evrimleştirin", + "quest_title_quest_hoppt_evolve_s1": "{{amount_0}} Skiploom evrimleştirin", + "quest_title_quest_incense_or_dai_plural": "{{amount_0}} Tütsü veya Günlük Macera Tütsüsü kullanın", + "quest_title_quest_incense_or_dai_singular": "Bir Tütsü veya Günlük Macera Tütsüsü kullanın", + "quest_title_quest_incense_plural": "{{amount_0}} Tütsü kullanın", + "quest_title_quest_incense_routes_plural": "Rota takip ederken {{amount_0}} Tütsü kullanın", + "quest_title_quest_incense_routes_singular": "Rota takip ederken bir Tütsü kullanın", + "quest_title_quest_incense_singular": "Tütsü kullanın", + "quest_title_quest_jan19rsd_buddywalk_singular": "Feebas Araştırması: 1 dost şekeri kazanın", + "quest_title_quest_jan19rsd_hatch_egg_singular": "Feebas Araştırması: 1 yumurta çatlatın", + "quest_title_quest_jan19rsd_land_great_plural": "Feebas Araştırması: {{amount_0}} süper atış yapın", + "quest_title_quest_jan19rsd_land_nice_plural": "Feebas Araştırması: {{amount_0}} iyi atış yapın", + "quest_title_quest_johtofestival_catch_special17_plural": "Johto Festivali: {{amount_0}} Sunkern yakalayın", + "quest_title_quest_johtofestival_catch_type_water_plural": "Johto Festivali: {{amount_0}} Su Pokémonu yakalayın", + "quest_title_quest_johtofestival_evolve_plural": "Johto Festivali: {{amount_0}} Sunkern ya da Natu evrimleştirin", + "quest_title_quest_johtofestival_land_excellent_plural": "Johto Festivali: {{amount_0}} mükemmel atış yapın", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Johto Festivali: Art arda {{amount_0}} süper falsolu atış yapın", + "quest_title_quest_johtofestival_win_raid_singular": "Johto Festivali: Bir akın kazanın", + "quest_title_quest_kanto_green_bellsprout": "GO Tur: Bellsprout yakalayın", + "quest_title_quest_kanto_green_meowth": "GO Tur: Meowth yakalayın", + "quest_title_quest_kanto_green_sandshrew": "GO Tur: Sandshrew yakalayın", + "quest_title_quest_kanto_green_vulpix": "GO Tur: Vulpix yakalayın", + "quest_title_quest_kanto_hatch_plural": "GO Tur Kanto: {{amount_0}} yumurta çatlatın", + "quest_title_quest_kanto_hatch_singular": "GO Tur Kanto: Bir yumurta çatlatın", + "quest_title_quest_kanto_npc_plural": "GO Tur Kanto: {{amount_0}} GO Tur Meydan Okuyanlarını alt edin", + "quest_title_quest_kanto_npc_singular": "GO Tur Kanto: Bir GO Tur Meydan Okuyanını alt edin", + "quest_title_quest_kanto_red_ekans": "GO Tur: Ekans yakalayın", + "quest_title_quest_kanto_red_growlithe": "GO Tur: Growlithe yakalayın", + "quest_title_quest_kanto_red_mankey": "GO Tur: Mankey yakalayın", + "quest_title_quest_kanto_red_oddish": "GO Tur: Oddish yakalayın", + "quest_title_quest_kecleon_catch": "{{amount_0}} Kecleon yakalayın", + "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", + "quest_title_quest_land_curve_type_ghost": "Hayalet türü Pokémon’lara {{amount_0}} Falsolu Atış yapın", + "quest_title_quest_land_curveball_plural": "{{amount_0}} Falsolu Atış yapın", + "quest_title_quest_land_curveball_singular": "Bir Falsolu Atış yapın", + "quest_title_quest_land_excellent_curveball_plural": "{{amount_0}} mükemmel falsolu atış yapın", + "quest_title_quest_land_excellent_curveball_singular": "Bir mükemmel falsolu atış yapın", + "quest_title_quest_land_excellent_plural": "{{amount_0}} mükemmel atış yapın", + "quest_title_quest_land_excellent_singular": "Bir mükemmel atış yapın", + "quest_title_quest_land_great_curve_inarow_type_ghost": "Hayalet türü Pokémon’lara art arda {{amount_0}} süper falsolu atış yapın", + "quest_title_quest_land_great_curve_type_ghost": "Hayalet türü Pokémon’lara {{amount_0}} süper falsolu atış yapın", + "quest_title_quest_land_great_curveball_plural": "{{amount_0}} süper falsolu atış yapın", + "quest_title_quest_land_great_curveball_singular": "Bir süper falsolu atış yapın", + "quest_title_quest_land_great_plural": "{{amount_0}} süper atış yapın", + "quest_title_quest_land_great_singular": "Bir süper atış yapın", + "quest_title_quest_land_great_type_ghost": "Hayalet türü Pokémon’lara {{amount_0}} süper atış yapın", + "quest_title_quest_land_inarow_curveball_plural": "Art arda {{amount_0}} Falsolu Atış yapın", + "quest_title_quest_land_inarow_excellent_curveball_plural": "Art arda {{amount_0}} mükemmel falsolu atış yapın", + "quest_title_quest_land_inarow_excellent_plural": "Art arda {{amount_0}} mükemmel atış yapın", + "quest_title_quest_land_inarow_great_curveball_plural": "Art arda {{amount_0}} süper falsolu atış yapın", + "quest_title_quest_land_inarow_great_plural": "Art arda {{amount_0}} süper atış yapın", + "quest_title_quest_land_inarow_nice_curveball_plural": "Art arda {{amount_0}} iyi falsolu atış yapın", + "quest_title_quest_land_inarow_nice_plural": "Art arda {{amount_0}} iyi atış yapın", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "Hayalet türü Pokémon’lara art arda {{amount_0}} iyi falsolu atış yapın", + "quest_title_quest_land_nice_curve_plural": "{{amount_0}} iyi falsolu atış yapın", + "quest_title_quest_land_nice_curve_singular": "Bir iyi falsolu atış yapın", + "quest_title_quest_land_nice_curve_type_ghost": "Hayalet türü Pokémon’lara {{amount_0}} iyi falsolu atış yapın", + "quest_title_quest_land_nice_electric_plural": "İyi atışla {{amount_0}} Elektrik türü Pokémon yakalayın", + "quest_title_quest_land_nice_plural": "{{amount_0}} iyi atış yapın", + "quest_title_quest_land_nice_singular": "Bir iyi atış yapın", + "quest_title_quest_land_nice_type_ghost": "Hayalet türü Pokémon’lara {{amount_0}} iyi atış yapın", + "quest_title_quest_larvitar_cdc_evolve_b": "{{amount_0}} Larvitar evrimleştirin", + "quest_title_quest_larvitar_cdc_snapshot_b": "Larvitar'ın {{amount_0}} fotoğrafını çekin", + "quest_title_quest_latias_wild_snap": "Doğada Latias’ın bir fotoğrafını çekin", + "quest_title_quest_latios_wild_snap": "Doğada Latios’un bir fotoğrafını çekin", + "quest_title_quest_litten_catch_b": "{{amount_0}} Litten yakalayın", + "quest_title_quest_litten_evolve_b_plural": "{{amount_0}} Litten evrimleştirin", + "quest_title_quest_litten_evolve_b_singular": "Bir Litten evrimleştirin", + "quest_title_quest_litten_snapshot_b": "{{amount_0}} Litten’ın fotoğrafını çekin", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "Maç kodunu tarayarak yakındaki bir Eğitmene meydan okuyun", + "quest_title_quest_lucky_plural": "Takasla {{amount_0}} Şanslı Pokémon elde edin", + "quest_title_quest_lucky_singular": "Takasla bir Şanslı Pokémon elde edin", + "quest_title_quest_lunar19_friends_trade_plural": "Arkadaşınızla {{amount_0}} Pokémon takas edin", + "quest_title_quest_macht_catch_b": "{{amount_0}} Machop yakalayın", + "quest_title_quest_macht_evolve_b": "{{amount_0}} Machop evrimleştirin", + "quest_title_quest_macht_evolve_s1": "{{amount_0}} Machoke evrimleştirin", + "quest_title_quest_magit_catch_b": "{{amount_0}} Magikarp yakalayın", + "quest_title_quest_magit_evolve_b": "{{amount_0}} Magikarp evrimleştirin", + "quest_title_quest_magmt_catch_b": "{{amount_0}} Magmar yakalayın", + "quest_title_quest_magmt_evolve_b": "{{amount_0}} Magmar evrimleştirin", + "quest_title_quest_mareep_catch_b": "{{amount_0}} Mareep yakalayın", + "quest_title_quest_mareep_evolve_b": "{{amount_0}} Mareep evrimleştirin", + "quest_title_quest_mareep_snapshot_b": "{{amount_0}} Mareep’in fotoğrafını çekin", + "quest_title_quest_mega_evo_primal_rev_plural": "Kadim dönüşümü etkinleştirin veya bir Pokémon’u {{amount_0}} kez mega evrimleştirin", + "quest_title_quest_mega_evo_primal_rev_singular": "Kadim dönüşümü etkinleştirin veya bir Pokémon’u mega evrimleştirin", + "quest_title_quest_mega_evolve_beedrill": "Bir Beedrill'i mega evrimleştirin", + "quest_title_quest_mega_evolve_blastoise": "Bir Blastoise'i mega evrimleştirin", + "quest_title_quest_mega_evolve_charizard": "Bir Charizard'ı mega evrimleştirin", + "quest_title_quest_mega_evolve_diancie": "Diancie’yi mega evrimleştirin", + "quest_title_quest_mega_evolve_plural": "{{amount_0}} Pokémon'u mega evrimleştirin", + "quest_title_quest_mega_evolve_rayquaza": "Rayquaza’yı mega evrimleştirin", + "quest_title_quest_mega_evolve_singular": "Bir Pokémon'u mega evrimleştirin", + "quest_title_quest_mega_evolve_venusaur": "Bir Venusaur'u mega evrimleştirin", + "quest_title_quest_mega_join_raid_plural": "{{amount_0}} mega akında maç yapın", + "quest_title_quest_mega_join_raid_singular": "Mega akında maç yapın", + "quest_title_quest_mega_win_raid_plural": "{{amount_0}} mega akın kazanın", + "quest_title_quest_mega_win_raid_singular": "Bir mega akın kazanın", + "quest_title_quest_mesprit_wild_snap": "Doğada Mesprit’in bir fotoğrafını çekin", + "quest_title_quest_metang_evolve_b_singular": "Bir Metang evrimleştirin", + "quest_title_quest_more_reseach_coming_soon": "Yakında daha fazla araştırma görevi olacak!", + "quest_title_quest_mudkt_catch_b": "{{amount_0}} Mudkip yakalayın", + "quest_title_quest_mudkt_evolve_b": "{{amount_0}} Mudkip evrimleştirin", + "quest_title_quest_mudkt_evolve_s1": "{{amount_0}} Marshtomp evrimleştirin", + "quest_title_quest_new_friends_plural": "{{amount_0}} yeni arkadaş edinin", + "quest_title_quest_new_friends_singular": "Yeni bir arkadaş edinin", + "quest_title_quest_noibat_catch_b": "{{amount_0}} Noibat yakalayın", + "quest_title_quest_noibat_evolve_b": "{{amount_0}} Noibat evrimleştirin", + "quest_title_quest_noibat_snapshot_b": "{{amount_0}} Noibat’in fotoğrafını çekin", + "quest_title_quest_oshat_catch_b": "{{amount_0}} Oshawott yakalayın", + "quest_title_quest_oshat_evolve_b": "{{amount_0}} Oshawott evrimleştirin", + "quest_title_quest_oshat_evolve_s1": "Bir Dewott evrimleştirin", + "quest_title_quest_party_catch_electric_type_plural": "Bir ekipteyken {{amount_0}} Elektrik türü Pokémon yakalayın", + "quest_title_quest_party_catch_electric_type_singular": "Bir ekipteyken bir Elektrik türü Pokémon yakalayın", + "quest_title_quest_party_catch_fire_type_plural": "Bir ekipteyken {{amount_0}} Ateş türü Pokémon yakalayın", + "quest_title_quest_party_catch_fire_type_singular": "Bir ekipteyken bir Ateş türü Pokémon yakalayın", + "quest_title_quest_party_catch_normal_type_plural": "Bir ekipteyken {{amount_0}} Normal tür Pokémon yakalayın", + "quest_title_quest_party_catch_normal_type_singular": "Bir ekipteyken bir Normal tür Pokémon yakalayın", + "quest_title_quest_party_catch_water_type_plural": "Bir ekipteyken {{amount_0}} Su türü Pokémon yakalayın", + "quest_title_quest_party_catch_water_type_singular": "Bir ekipteyken bir Su türü Pokémon yakalayın", + "quest_title_quest_party_challenge_plural": "{{amount_0}} ekip görevi tamamlayın", + "quest_title_quest_party_challenge_singular": "Bir ekip görevi tamamlayın", + "quest_title_quest_platinum_johto_badge": "Platin Johto madalyası kazanın", + "quest_title_quest_platinum_kanto_badge": "Platin Kanto madalyası kazanın", + "quest_title_quest_platinum_medal_plural": "{{amount_0}} platin madalya kazanın", + "quest_title_quest_platinum_medal_plural_five": "5 platin madalya kazanın", + "quest_title_quest_platinum_medal_plural_forty": "40 platin madalya kazanın", + "quest_title_quest_platinum_medal_plural_ten": "10 platin madalya kazanın", + "quest_title_quest_platinum_medal_plural_twenty": "20 platin madalya kazanın", + "quest_title_quest_platinum_medal_singular": "Platin madalya kazanın", + "quest_title_quest_play_buddy_singular": "Dostunuzla oynayın", + "quest_title_quest_pokemon_appears": "Pokémon belirir!", + "quest_title_quest_poliwag_catch_b": "{{amount_0}} Poliwag yakalayın", + "quest_title_quest_poliwag_evolve_b": "{{amount_0}} Poliwag evrimleştirin", + "quest_title_quest_poliwag_snapshot_b": "Poliwag'in {{amount_0}} fotoğrafını çekin", + "quest_title_quest_poliwhirl_evolve_b": "{{amount_0}} Poliwhirl evrimleştirin", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "{{amount_0}} Popplio yakalayın", + "quest_title_quest_popplio_evolve_b_plural": "{{amount_0}} Popplio evrimleştirin", + "quest_title_quest_popplio_evolve_b_singular": "Bir Popplio evrimleştirin", + "quest_title_quest_porygon_catch_b": "{{amount_0}} Porygon yakalayın", + "quest_title_quest_porygon_evolve_b_plural": "{{amount_0}} Porygon evrimleştirin", + "quest_title_quest_porygon_evolve_b_singular": "Bir Porygon evrimleştirin", + "quest_title_quest_porygon_snapshot_b": "{{amount_0}} Porygon’ın fotoğrafını çekin", + "quest_title_quest_porygon2_evolve_b_plural": "{{amount_0}} Porygon2 evrimleştirin", + "quest_title_quest_porygon2_evolve_b_singular": "Bir Porygon2 evrimleştirin", + "quest_title_quest_poryt_catch_b": "{{amount_0}} Porygon yakalayın", + "quest_title_quest_poryt_catch_s1": "{{amount_0}} Porygon2 yakalayın", + "quest_title_quest_poryt_evolve_b": "{{amount_0}} Porygon evrimleştirin", + "quest_title_quest_poryt_evolve_s1": "{{amount_0}} Porygon2 evrimleştirin", + "quest_title_quest_power_up_dragon_plural": "Ejderha türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_fire_ice": "5 kez Ateş veya Buz türü Pokémon güçlendirin", + "quest_title_quest_power_up_grass_ghost": "5 kez Bitki veya Hayalet türü Pokémon güçlendirin", + "quest_title_quest_power_up_legendary_plural": "Efsanevi veya Mitolojik Pokémon'ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_legendary_singular": "Bir Efsanevi veya Mitolojik Pokémon'u güçlendirin", + "quest_title_quest_power_up_max_plural": "{{amount_0}} Pokémon'u maksimum DG'sine güçlendirin", + "quest_title_quest_power_up_max_singular": "Bir Pokémon'u maksimum DG'sine güçlendirin", + "quest_title_quest_power_up_plural": "Pokémon'ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_bug": "Böcek türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_dark": "{{amount_0}} adet Karanlık tür Pokémon güçlendirin", + "quest_title_quest_power_up_plural_dragon": "Ejderha türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_electric": "Elektrik türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_fairy": "Peri türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_fighting": "Dövüşçü türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_fire": "Ateş türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_flying": "Uçan tür Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_ghost": "Hayalet türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_grass": "Bitki türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_ground": "Yer türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_ice": "Buz türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_normal": "Normal tür Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_poison": "Zehir türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_psychic": "Psişik tür Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_rock": "Kaya türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_rock_fairy": "Kaya veya Peri türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_steel": "Çelik türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_plural_water": "Su türü Pokémon’ları {{amount_0}} kez güçlendirin", + "quest_title_quest_power_up_poison_rock": "5 kez Zehir veya Kaya türü Pokémon güçlendirin", + "quest_title_quest_power_up_singular": "Bir Pokémon'u güçlendirin", + "quest_title_quest_power_up_singular_marshadow": "Bir Marshadow güçlendirin", + "quest_title_quest_power_up_water_normal": "5 kez Normal tür veya Su türü Pokémon güçlendirin", + "quest_title_quest_primal_raid_victory_groudon": "Bir Kadim Groudon akını kazanın", + "quest_title_quest_primal_raid_victory_kyogre": "Bir Kadim Kyogre akını kazanın", + "quest_title_quest_primal_raid_victory_plural": "{{amount_0}} kadim akın kazanın", + "quest_title_quest_primal_raid_victory_singular": "Bir kadim akın kazanın", + "quest_title_quest_primal_reversion_plural": "Kadim dönüşümü {{amount_0}} kez etkinleştirin", + "quest_title_quest_primal_reversion_singular": "Kadim dönüşümü etkinleştirin", + "quest_title_quest_primal_surge_candy": "Kadim Artışı: Dostunuzla yürüyerek bir şeker kazanın", + "quest_title_quest_primal_surge_catch": "Kadim Artışı: 10 Pokémon yakalayın", + "quest_title_quest_primal_surge_hatch": "Kadim Artışı: Bir yumurta çatlatın", + "quest_title_quest_primal_surge_power_ground": "Kadim Artışı: Yer türü Pokémon’ları 5 kez güçlendirin", + "quest_title_quest_primal_surge_power_water": "Kadim Artışı: Su türü Pokémon’ları 5 kez güçlendirin", + "quest_title_quest_primal_surge_raid": "Kadim Artışı: Bir akın maçı kazanın", + "quest_title_quest_psychicspec_catch_abra_plural": "{{amount_0}} Abra ya da Drowzee yakalayın", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "{{amount_0}} Psişik türü Pokémon yakalayın", + "quest_title_quest_psychicspec_evolve_plural": "{{amount_0}} Exeggcute ya da Slowpoke evrimleştirin", + "quest_title_quest_quaxly_evolve_b": "Bir Quaxly evrimleştirin", + "quest_title_quest_quaxwell_evolve_b": "Bir Quaxwell evrimleştirin", + "quest_title_quest_quilava_evolve_b_plural": "{{amount_0}} Quilava evrimleştirin", + "quest_title_quest_quilava_evolve_b_singular": "Bir Quilava evrimleştirin", + "quest_title_quest_quilladin_evolve_b": "{{amount_0}} Quilladin evrimleştirin", + "quest_title_quest_raboot_evolve": "Bir Raboot evrimleştirin", + "quest_title_quest_raid_friend_singular": "Bir arkadaşınızla akına katılın", + "quest_title_quest_raid_t5_win": "Beş yıldızlı bir akın kazanın", + "quest_title_quest_raid_with_buddy_plural": "Dostunuzla {{amount_0}} akında maç yapın", + "quest_title_quest_raid_with_buddy_singular": "Dostunuzla bir akında maç yapın", + "quest_title_quest_reach_hoenn_gold": "Altın Hoenn madalyası kazanın", + "quest_title_quest_reach_johto_gold": "Altın Johto madalyası kazanın", + "quest_title_quest_reach_kanto_gold": "Altın Kanto madalyası kazanın", + "quest_title_quest_reach_kanto_silver": "Gümüş Kanto madalyası kazanın", + "quest_title_quest_reach_level": "{{amount_0}}. seviyeye ulaşın", + "quest_title_quest_referral_initial_milestone": "Pokémon GO'ya giriş yapıldı", + "quest_title_quest_remove_bonus_challenge_desc": "Yarın başka bir görev alacaksınız.", + "quest_title_quest_reward_desc_1": "Damga toplayarak Profesör Willow'dan alacağınız Araştırmada Büyük İlerleme ödüllerini açın!", + "quest_title_quest_reward_desc_2": "Sonraki Büyük İlerleme:", + "quest_title_quest_reward_desc_3_plural": "{{amount_0}} damga kaldı!", + "quest_title_quest_reward_desc_3_singular": "{{amount_0}} damga kaldı!", + "quest_title_quest_reward_encounter_later": "Görüşürüz", + "quest_title_quest_reward_encounter_uses_ar": "Bu Pokémon'u yakalamak için AR modunda olmalısınız.", + "quest_title_quest_reward_mysterious_pokemon_appeared": "Gizemli bir Pokémon belirdi!", + "quest_title_quest_reward_start_encounter": "Karşılaşmayı Başlat", + "quest_title_quest_rocket_battle_plural": "GO Roket Takımı Serserisiyle {{amount_0}} maç yapın", + "quest_title_quest_rocket_battle_win_plural": "{{amount_0}} GO Roket Takımı Serserisini alt edin", + "quest_title_quest_rocket_battle_win_singular": "Bir GO Roket Takımı Serserisini alt edin", + "quest_title_quest_rocket_catch_shadow_singular": "Bir Gölge Pokémon yakalayın", + "quest_title_quest_rocket_evolve_plural": "{{amount_0}} Pokémon evrimleştirin", + "quest_title_quest_rocket_leader_battle_win_singular": "Bir GO Roket Takımı Liderini alt edin", + "quest_title_quest_rocket_power_up_plural": "Pokémon'ları {{amount_0}} kez güçlendirin", + "quest_title_quest_rocket_purify_dark_plural": "{{amount_0}} Karanlık türü Gölge Pokémon arındırın", + "quest_title_quest_rocket_purify_fire_plural": "{{amount_0}} Ateş türü Gölge Pokémon arındırın", + "quest_title_quest_rocket_purify_plural": "{{amount_0}} Gölge Pokémon arındırın", + "quest_title_quest_rocket_purify_type_singular": "Bir Ateş, Su ya da Bitki türü Gölge Pokémon arındırın", + "quest_title_quest_rocket_rescue_shadow_plural": "{{amount_0}} Gölge Pokémon kurtarın", + "quest_title_quest_rocket_shadow_plural": "{{amount_0}} Gölge Pokémon yakalayın", + "quest_title_quest_rockethq1_arlo_win": "GO Roket Takımı Lideri Arlo'yu alt edin", + "quest_title_quest_rockethq1_arlo_win_plural": "GO Roket Takımı Lideri Arlo'yu {{amount_0}} kez alt edin", + "quest_title_quest_rockethq1_battle_boss": "GO Roket Takımı Patronuyla maç yapın", + "quest_title_quest_rockethq1_catch_legendary_shadow": "Efsanevi Gölge Pokémon’u yakalayın", + "quest_title_quest_rockethq1_catch_shadow1": "{{amount_0}} Gölge Pokémon yakalayın", + "quest_title_quest_rockethq1_cliff_win": "GO Roket Takımı Lideri Cliff'i alt edin", + "quest_title_quest_rockethq1_cliff_win_plural": "GO Roket Takımı Lideri Cliff'i {{amount_0}} kez alt edin", + "quest_title_quest_rockethq1_defeat_boss": "GO Roket Takımı Patronunu alt edin", + "quest_title_quest_rockethq1_find_boss": "GO Roket Takımı Patronunu bulun", + "quest_title_quest_rockethq1_grunt_win1": "{{amount_0}} GO Roket Takımı Serserisini alt edin", + "quest_title_quest_rockethq1_grunt_win2": "{{amount_0}} GO Roket Takımı Serserisi alt edin", + "quest_title_quest_rockethq1_leader_win_plural": "Bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", + "quest_title_quest_rockethq1_leaders_win_plural": "Bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", + "quest_title_quest_rockethq1_purify": "{{amount_0}} Gölge Pokémon arındırın", + "quest_title_quest_rockethq1_raid_win": "{{amount_0}} akın kazanın", + "quest_title_quest_rockethq1_sierra_win": "GO Roket Takımı Lideri Sierra'yı alt edin", + "quest_title_quest_rockethq1_sierra_win_plural": "GO Roket Takımı Lideri Sierra'yı {{amount_0}} kez alt edin", + "quest_title_quest_rockethq1_spin": "{{amount_0}} PokéDurak döndürün", + "quest_title_quest_rockethq1_spin_row": "Art arda {{amount_0}} gün PokéDurak döndürün", + "quest_title_quest_rockethq1_supereffective": "Spor salonu maçlarında süper etkili {{amount_0}} güçlü saldırı kullanın", + "quest_title_quest_rockethq1_trainerbattle_win": "Başka Eğitmenlere karşı {{amount_0}} Süper Lig Eğitmen maçı kazanın", + "quest_title_quest_roggenrola_catch_b": "{{amount_0}} Roggenrola yakalayın", + "quest_title_quest_roggenrola_evolve_b": "{{amount_0}} Roggenrola evrimleştirin", + "quest_title_quest_roggenrola_snapshot_b": "Roggenrola'nın {{amount_0}} fotoğrafını çekin", + "quest_title_quest_roset_catch_b": "{{amount_0}} Roselia yakalayın", + "quest_title_quest_roset_evolve_b": "{{amount_0}} Roselia evrimleştirin", + "quest_title_quest_rowlet_catch_b": "{{amount_0}} Rowlet yakalayın", + "quest_title_quest_rowlet_evolve_b_plural": "{{amount_0}} Rowlet evrimleştirin", + "quest_title_quest_rowlet_evolve_b_singular": "{{amount_0}} Rowlet evrimleştirin", + "quest_title_quest_rowlet_snapshot_b": "{{amount_0}} Rowlet’ın fotoğrafını çekin", + "quest_title_quest_sandt_catch_b": "{{amount_0}} Sandshrew yakalayın", + "quest_title_quest_sandt_evolve_b": "{{amount_0}} Sandshrew evrimleştirin", + "quest_title_quest_scorbunny_evolve": "Bir Scorbunny evrimleştirin", + "quest_title_quest_send_gifts_daily_row": "Arka arkaya {{amount_0}} gün Hediye gönderin", + "quest_title_quest_send_gifts_plural": "Arkadaşlarınıza {{amount_0}} Hediye gönderin", + "quest_title_quest_send_gifts_singular": "Bir arkadaşınıza Hediye gönderin", + "quest_title_quest_send_gifts_sticker_plural": "{{amount_0}} hediye gönderin ve hepsine bir çıkartma ekleyin", + "quest_title_quest_send_gifts_sticker_singular": "Çıkartmalı bir hediye gönderin", + "quest_title_quest_shelgon_evolve_b_plural": "{{amount_0}} Shelgon evrimleştirin", + "quest_title_quest_shelgon_evolve_b_singular": "Bir Shelgon evrimleştirin", + "quest_title_quest_shint_catch_b": "{{amount_0}} Shinx yakalayın", + "quest_title_quest_shint_evolve_b": "{{amount_0}} Shinx evrimleştirin", + "quest_title_quest_shint_evolve_s1": "{{amount_0}} Luxio evrimleştirin", + "quest_title_quest_sinnoh_evolve_plural": "İlk olarak Sinnoh bölgesinde keşfedilmiş {{amount_0}} Pokémon yakalayın", + "quest_title_quest_sinnoh_evolve_stone_plural": "Bir Sinnoh Taşı kullanarak {{amount_0}} Pokémon evrimleştirin", + "quest_title_quest_sinnoh_medal_gold": "Altın Sinnoh madalyası kazanın", + "quest_title_quest_sliggoo_evolve_b_plural": "{{amount_0}} Sliggoo evrimleştirin", + "quest_title_quest_sliggoo_evolve_b_singular": "Bir Sliggoo evrimleştirin", + "quest_title_quest_slowpoke_catch_b": "{{amount_0}} Slowpoke veya Galarlı Slowpoke yakalayın", + "quest_title_quest_slowpoke_evolve_b": "{{amount_0}} Slowpoke veya Galarlı Slowpoke evrimleştirin", + "quest_title_quest_slowpoke_snapshot_b": "{{amount_0}} Slowpoke veya Galarlı Slowpoke fotoğrafı çekin", + "quest_title_quest_snapshot_ar_photo_safari": "Pokémon GO çadırında dostunuzun bir fotoğrafını çekin", + "quest_title_quest_snapshot_bali": "Bali’de bir fotoğraf çekin", + "quest_title_quest_snapshot_buddy": "Dostunuzun bir fotoğrafını çekin", + "quest_title_quest_snapshot_bulbasaur": "Bulbasaur'ın fotoğrafını çekin", + "quest_title_quest_snapshot_charmander": "Charmander'ın fotoğrafını çekin", + "quest_title_quest_snapshot_chikorita": "Chikorita’nızın fotoğrafını çekin", + "quest_title_quest_snapshot_cyndaquil": "Cyndaquil’inizin fotoğrafını çekin", + "quest_title_quest_snapshot_genesect": "Genesect'in {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_hariyama": "Hariyama’nızın bir fotoğrafını çekin", + "quest_title_quest_snapshot_hoopa_singular": "Hoopa'nın fotoğrafını çekin", + "quest_title_quest_snapshot_jeju": "Jeju Adası’nda bir fotoğraf çekin", + "quest_title_quest_snapshot_keldeo": "Keldeo'nun {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_landorus": "Landorus'un fotoğrafını çekin", + "quest_title_quest_snapshot_machamp": "Machamp’inizin bir fotoğrafını çekin", + "quest_title_quest_snapshot_okinawa": "Okinava’da fotoğraf çekin", + "quest_title_quest_snapshot_poison_grass_singular": "Doğada Zehir türü bir Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_regi_ice": "Regice'ın fotoğrafını çekin", + "quest_title_quest_snapshot_regi_rock": "Regirock'ın fotoğrafını çekin", + "quest_title_quest_snapshot_regi_steel": "Registeel'ın fotoğrafını çekin", + "quest_title_quest_snapshot_scrafty": "Scrafty’nizin bir fotoğrafını çekin", + "quest_title_quest_snapshot_singular": "Fotoğraf çekin", + "quest_title_quest_snapshot_storage_bug_unique_plural": "Yakaladığınız {{amount_0}} farklı Böcek türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_storage_steel_unique_plural": "Yakaladığınız {{amount_0}} farklı Çelik türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_storage_unique_plural": "{{amount_0}} farklı vahşi Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_surabaya": "Surabaya’da bir fotoğraf çekin", + "quest_title_quest_snapshot_thundurus": "Thundurus'un fotoğrafını çekin", + "quest_title_quest_snapshot_tornadus": "Tornadus'un fotoğrafını çekin", + "quest_title_quest_snapshot_totodile": "Totodile’ınızın fotoğrafını çekin", + "quest_title_quest_snapshot_unique_fire_pokemon": "{{amount_0}} farklı ateş türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_unique_pokemon": "{{amount_0}} farklı Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Doğada Shinx, Blitzle veya Furfrou'nun bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_bug_plural": "Vahşi Böcek türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_bug_unique_plural": "{{amount_0}} farklı vahşi Böcek türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Doğada Butterfree, Shinx veya Blitzle'ın bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_dark_plural": "Vahşi Karanlık türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_dark_unique_plural": "{{amount_0}} farklı vahşi Karanlık tür Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_dragon_plural": "Vahşi Ejderha türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "{{amount_0}} farklı vahşi Ejderha türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Doğada Chinchou, Finneon ya da Ducklett'in bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_eevee": "Doğada Eevee'nin bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_electric_plural": "Vahşi Elektrik türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_electric_unique_plural": "{{amount_0}} farklı vahşi Elektrik türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_entei": "Doğada Entei’in bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_fairy_plural": "Vahşi Peri türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "{{amount_0}} farklı vahşi Peri türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_fighting_plural": "Vahşi Dövüşçü türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "{{amount_0}} farklı vahşi Dövüşçü türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_fire_plural": "Vahşi Ateş türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_fire_unique_plural": "{{amount_0}} farklı vahşi Ateş türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_flying_plural": "Vahşi Uçan tür Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_flying_unique_plural": "{{amount_0}} farklı vahşi Uçan tür Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_frillish_absol": "Doğada Absol veya Frillish'in fotoğrafını çekin", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Doğada Sandshrew, Geodude ya da Cacnea'nın bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_ghost_plural": "Vahşi Hayalet türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "{{amount_0}} farklı vahşi Hayalet türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_grass_plural": "Vahşi Bitki türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_grass_singular": "Bitki türünden vahşi bir Pokémon'un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_grass_unique_plural": "{{amount_0}} farklı vahşi Bitki türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_ground_plural": "Vahşi Yer türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_ground_unique_plural": "{{amount_0}} farklı vahşi Yer türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_hoothoot": "Doğada Hoothoot'un bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_ice_plural": "Vahşi Buz türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_ice_singular": "Vahşi Buz türü bir Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_ice_unique_plural": "{{amount_0}} farklı vahşi Buz türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Doğada Metapod, Aipom ya da Lotad'in bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Doğada Chinchou'nun, Luvdisc'in ya da Finneon'un bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_mareanie_singluar": "Doğada Mareanie’nin bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_normal_plural": "Vahşi Normal tür Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_normal_unique_plural": "{{amount_0}} farklı vahşi Normal tür Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_plural": "Vahşi Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_poison_plural": "Vahşi Zehir türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_poison_unique_plural": "{{amount_0}} farklı vahşi Zehir türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_psychic_plural": "Vahşi Psişik türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "{{amount_0}} farklı vahşi Psişik türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_raikou": "Doğada Raikou’nun bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "{{amount_0}} farklı Yer, Kaya veya Peri türü vahşi Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_rock_plural": "Vahşi Kaya türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_rock_unique_plural": "{{amount_0}} farklı vahşi Kaya türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_singular": "Bir vahşi Pokémon'un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Doğada Dodrio'nun, Mantine'ın ya da Skarmory'nin bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_skitty_kirlia": "Doğada Kirlia veya Skitty'nin bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Doğada Sneasel, Croagunk veya Frillish'in bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_steel_plural": "Vahşi Çelik türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_steel_unique_plural": "{{amount_0}} farklı vahşi Çelik türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_suicune": "Doğada Suicune’un bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Doğada Sandshrew'nun, Trapinch'in ya da Cacnea'nın bir fotoğrafını çekin", + "quest_title_quest_snapshot_wild_unique_plural": "{{amount_0}} farklı vahşi Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "{{amount_0}} farklı Ateş, Su veya Bitki türü vahşi Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_wild_water_plural": "Vahşi Su türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshot_wild_water_singular": "Take a snapshot of wild Water-type Pokémon", + "quest_title_quest_snapshot_wild_water_unique_plural": "{{amount_0}} farklı vahşi Su türü Pokémon’un fotoğrafını çekin", + "quest_title_quest_snapshot_yogyakarta": "Yogyakarta’da bir fotoğraf çekin", + "quest_title_quest_snapshots_inarow_plural": "{{amount_0}} gün art arda bir Pokémon'un fotoğrafını çekin", + "quest_title_quest_snapshots_plural": "{{amount_0}} fotoğraf çekin", + "quest_title_quest_snapshots_your_plural": "Pokémon’larınızın {{amount_0}} fotoğrafını çekin", + "quest_title_quest_snapshots_your_singular": "Pokémon’larınızdan birinin fotoğrafını çekin", + "quest_title_quest_snivt_catch_b": "{{amount_0}} Snivy yakalayın", + "quest_title_quest_snivt_evolve_b": "{{amount_0}} Snivy evrimleştirin", + "quest_title_quest_snivt_evolve_s1": "{{amount_0}} Servine evrimleştirin", + "quest_title_quest_sobble_evolve": "Bir Sobble evrimleştirin", + "quest_title_quest_sphet_catch_b": "{{amount_0}} Spheal yakalayın", + "quest_title_quest_sphet_evolve_b": "{{amount_0}} Spheal evrimleştirin", + "quest_title_quest_sphet_evolve_s1": "{{amount_0}} Sealeo evrimleştirin", + "quest_title_quest_spin_151": "151 PokéDurak veya spor salonu döndürün", + "quest_title_quest_spin_daysinarow": "Art arda {{amount_0}} gün PokéDuraklara gidin", + "quest_title_quest_spin_go_tour_habitat_01": "Sahil Kenti habitatında 0}} PokéDurak ya da spor salonu döndürün", + "quest_title_quest_spin_go_tour_habitat_02": "Çapraşık Harabeler habitatında 0}} PokéDurak ya da spor salonu döndürün", + "quest_title_quest_spin_go_tour_habitat_03": "Fokurdayan Batak habitatında 0}} PokéDurak ya da spor salonu döndürün", + "quest_title_quest_spin_go_tour_habitat_04": "Dağ Kaplıcası habitatında 0}} PokéDurak ya da spor salonu döndürün", + "quest_title_quest_spin_go_tour_spiritomb_plural": "{{amount_0}} farklı Spiritomb PokéDurağı döndürün", + "quest_title_quest_spin_go_tour_spiritomb_singular": "Bir Spiritomb PokéDurağı döndürün", + "quest_title_quest_spin_mexico_plural": "Meksika’da {{amount_0}} PokéDurak döndürün", + "quest_title_quest_spin_mexico_singular": "Meksika’da bir PokéDurak döndürün", + "quest_title_quest_spin_pokestop_days": "{{amount_0}} farklı gün PokéDurağa gidin", + "quest_title_quest_spin_ultra_wormhole_gym": "“Ultra Solucan Deliği” olarak belirtilmiş Spor Salonunu döndürün", + "quest_title_quest_spin_wcs_2024": "Hawaiʻi Convention Center’da 10 PokéDurak veya spor salonu döndürün", + "quest_title_quest_sprigatito_evolve_b": "Bir Sprigatito evrimleştirin", + "quest_title_quest_squirtle_catch_b": "{{amount_0}} Squirtle yakalayın", + "quest_title_quest_squirtle_evolve_b": "{{amount_0}} Squirtle evrimleştirin", + "quest_title_quest_squirtle_snapshot_b": "Squirtle'ın {{amount_0}} fotoğrafını çekin", + "quest_title_quest_st_catch_s": "15 Seedot yakalayın", + "quest_title_quest_st_evolve_n": "Bir Nuzleaf evrimleştirin", + "quest_title_quest_st_evolve_s": "3 Seedot evrimleştirin", + "quest_title_quest_stardust_plural": "{{amount_0}} yıldız tozu kazanın", + "quest_title_quest_starly_catch_b": "{{amount_0}} Starly yakalayın", + "quest_title_quest_starly_evolve_b": "{{amount_0}} Starly evrimleştirin", + "quest_title_quest_starly_snapshot_b": "Starly'nin {{amount_0}} fotoğrafını çekin", + "quest_title_quest_start_battle": "MAÇA BAŞLA!", + "quest_title_quest_steenee_evolve_b_plural": "{{amount_0}} Steenee evrimleştirin", + "quest_title_quest_steenee_evolve_b_singular": "Bir Steenee evrimleştirin", + "quest_title_quest_streak_format": "{{amount_0}} GÜNLÜK SERİ!", + "quest_title_quest_stuff_catch_b": "{{amount_0}} Stufful yakalayın", + "quest_title_quest_stuff_evolve_b": "{{amount_0}} Stufful evrimleştirin", + "quest_title_quest_stuff_snapshot_b": "Doğada Stufful’ın {{amount_0}} fotoğrafını çekin", + "quest_title_quest_supereffective_charge_party_plural": "Bir ekipteyken {{amount_0}} süper etkili güçlü saldırı kullanın", + "quest_title_quest_supereffective_charge_party_singular": "Bir ekipteyken bir süper etkili güçlü saldırı kullanın", + "quest_title_quest_supereffective_charge_plural": "{{amount_0}} kere süper etkili güçlü saldırı kullanın", + "quest_title_quest_supereffective_charge_singular": "Süper etkili bir güçlü saldırı kullanın", + "quest_title_quest_surskit_catch": "{{amount_0}} Surskit yakalayın", + "quest_title_quest_swabt_catch_b": "{{amount_0}} Swablu yakalayın", + "quest_title_quest_swabt_evolve_b": "{{amount_0}} Swablu evrimleştirin", + "quest_title_quest_swinub_cdc_evolve_b": "{{amount_0}} Swinub evrimleştirin", + "quest_title_quest_swinub_cdc_snapshot_b": "{{amount_0}} Swinub’ın fotoğrafını çekin", + "quest_title_quest_teddiursa_catch_b": "{{amount_0}} Teddiursa yakalayın", + "quest_title_quest_teddiursa_evolve_b": "{{amount_0}} Teddiursa evrimleştirin", + "quest_title_quest_teddiursa_snapshot_b": "{{amount_0}} Teddiursa'nın fotoğrafını çekin", + "quest_title_quest_template.display.branches#0.button_text_key": "Spor Salonları ve Serseriler!", + "quest_title_quest_template.display.branches#0.description_key": "Bu yolu seçtiğinizde spor salonlarında, akınlarda ve GO Roket Takımı üyeleriyle maç yapmaya odaklanan görevler alacaksınız ve Charizard karşılaşması gibi ödüller kazanacaksınız.", + "quest_title_quest_template.display.branches#1.button_text_key": "Şampiyon Ligi!", + "quest_title_quest_template.display.branches#1.description_key": "Bu yolu seçtiğinizde diğer oyuncularla maç yapmaya ve kazanmaya odaklanan görevler alacaksınız ve Charizard karşılaşması gibi ödüller kazanacaksınız.", + "quest_title_quest_tepit_catch_b": "{{amount_0}} Tepig yakalayın", + "quest_title_quest_tepit_evolve_b": "{{amount_0}} Tepig evrimleştirin", + "quest_title_quest_tepit_evolve_s1": "{{amount_0}} Pignite evrimleştirin", + "quest_title_quest_thwackey_evolve": "Bir Thwackey evrimleştirin", + "quest_title_quest_timburr_catch_b": "{{amount_0}} Timburr yakalayın", + "quest_title_quest_timburr_evolve_b": "{{amount_0}} Timburr evrimleştirin", + "quest_title_quest_timburr_snapshot_b": "{{amount_0}} Timburr’un fotoğrafını çekin", + "quest_title_quest_time_remaining_day_plural": "Bu özel araştırmayı tamamlamak için {{amount_0}} gün kaldı", + "quest_title_quest_time_remaining_day_singular": "Bu özel araştırmayı tamamlamak için {{amount_0}} gün kaldı", + "quest_title_quest_togetic_catch_b": "{{amount_0}} Togetic yakalayın", + "quest_title_quest_togetic_evolve_b": "{{amount_0}} Togetic evrimleştirin", + "quest_title_quest_togetic_snapshot_b": "{{amount_0}} Togetic’in fotoğrafını çekin", + "quest_title_quest_torracat_evolve_b_plural": "{{amount_0}} Torracat evrimleştirin", + "quest_title_quest_torracat_evolve_b_singular": "Bir Torracat evrimleştirin", + "quest_title_quest_trade_50km_plural": "En az 50 km mesafe farkla yakalanan Pokémon’ları {{amount_0}} kez takas edin", + "quest_title_quest_trade_100km_plural": "En az 100 km mesafe farkla yakalanan Pokémon’ları {{amount_0}} kez takas edin", + "quest_title_quest_trade_200km_plural": "En az 200 km mesafe farkla yakalanan Pokémon’ları {{amount_0}} kez takas edin", + "quest_title_quest_trade_300km_plural": "En az 300 km mesafe farkla yakalanan Pokémon’ları {{amount_0}} kez takas edin", + "quest_title_quest_trade_400km_plural": "En az 400 km mesafe farkla yakalanan Pokémon’ları {{amount_0}} kez takas edin", + "quest_title_quest_trade_500km_plural": "En az 500 km mesafe farkla yakalanan Pokémon’ları {{amount_0}} kez takas edin", + "quest_title_quest_trade_500km_singular": "En az 500 km mesafe farkla yakalanan Pokémon’ları takas edin", + "quest_title_quest_trade_pikachu_plural": "{{amount_0}} Pikachu takas edin", + "quest_title_quest_trade_plural": "{{amount_0}} kez Pokémon takas edin", + "quest_title_quest_trade_singular": "Bir Pokémon takas edin", + "quest_title_quest_transfer_pidgey_plural": "{{amount_0}} Pidgey gönderin", + "quest_title_quest_transfer_pokemon_plural": "{{amount_0}} Pokémon gönderin", + "quest_title_quest_transfer_pokemon_singular": "Bir Pokémon gönderin", + "quest_title_quest_transfer_rock_or_poison_plural": "{{amount_0}} Kaya veya Zehir türü Pokémon gönderin", + "quest_title_quest_transfer_rock_poison": "Kaya veya Zehir türünden {{amount_0}} Pokémon gönderin", + "quest_title_quest_transfer_type_bug_plural": "{{amount_0}} Böcek türü Pokémon gönderin", + "quest_title_quest_transfer_type_dark_plural": "{{amount_0}} Karanlık türü Pokémon gönderin", + "quest_title_quest_transfer_type_dragon_plural": "{{amount_0}} Ejderha türü Pokémon gönderin", + "quest_title_quest_transfer_type_electric_plural": "{{amount_0}} Elektrik türü Pokémon gönderin", + "quest_title_quest_transfer_type_fairy_plural": "{{amount_0}} Peri türü Pokémon gönderin", + "quest_title_quest_transfer_type_fighting_plural": "{{amount_0}} Dövüşçü türü Pokémon gönderin", + "quest_title_quest_transfer_type_fire_plural": "{{amount_0}} Ateş türü Pokémon gönderin", + "quest_title_quest_transfer_type_flying_plural": "{{amount_0}} Uçan tür Pokémon gönderin", + "quest_title_quest_transfer_type_ghost_plural": "{{amount_0}} Hayalet türü Pokémon gönderin", + "quest_title_quest_transfer_type_grass_plural": "{{amount_0}} Bitki türü Pokémon gönderin", + "quest_title_quest_transfer_type_ground_plural": "{{amount_0}} Yer türü Pokémon gönderin", + "quest_title_quest_transfer_type_ice_plural": "{{amount_0}} Buz türü Pokémon gönderin", + "quest_title_quest_transfer_type_normal_plural": "{{amount_0}} Normal tür Pokémon gönderin", + "quest_title_quest_transfer_type_poison_plural": "{{amount_0}} Zehir türü Pokémon gönderin", + "quest_title_quest_transfer_type_psychic_plural": "{{amount_0}} Psişik türü Pokémon gönderin", + "quest_title_quest_transfer_type_rock_plural": "{{amount_0}} Kaya türü Pokémon gönderin", + "quest_title_quest_transfer_type_steel_plural": "{{amount_0}} Çelik türü Pokémon gönderin", + "quest_title_quest_transfer_type_water_plural": "{{amount_0}} Su türü Pokémon gönderin", + "quest_title_quest_travel_routes_km_plural": "Rota takip ederken {{amount_0}} km katedin", + "quest_title_quest_travel_routes_meters_plural": "Rota takip ederken {{amount_0}} m katedin", + "quest_title_quest_tynamo_catch_b": "{{amount_0}} Tynamo yakalayın", + "quest_title_quest_tynamo_evolve_b_plural": "{{amount_0}} Tynamo evrimleştirin", + "quest_title_quest_tynamo_evolve_b_singular": "Bir Tynamo evrimleştirin", + "quest_title_quest_under_investigation": "Profesör Willow bu araştırmayla ilgili bir inceleme yürütüyor. Ayrıntılar için daha sonra buraya tekrar göz atın!", + "quest_title_quest_urd22_june_battle_gym": "Araştırma Günü: Bir spor salonunda maç yapın", + "quest_title_quest_urd22_june_battle_raid": "Araştırma Günü: Bir akın maçı yapın", + "quest_title_quest_urd22_june_beries": "Araştırma Günü: Pokémon yakalarken {{amount_0}} meyve kullanın", + "quest_title_quest_urd22_june_catch_rock": "Araştırma Günü: {{amount_0}} Kaya türü Pokémon yakalayın", + "quest_title_quest_urd22_june_catch_weather": "Araştırma Günü: Hava durumu desteği olan {{amount_0}} Pokémon yakalayın", + "quest_title_quest_urd22_june_curveball": "Araştırma Günü: {{amount_0}} falsolu atış isabet ettirin", + "quest_title_quest_urd22_june_curveball_row": "Araştırma Günü: Art arda {{amount_0}} falsolu atış isabet ettirin", + "quest_title_quest_urd22_june_evolve_rock": "Araştırma Günü: {{amount_0}} Kaya türü Pokémon evrimleştirin", + "quest_title_quest_urd22_june_gift_sticker": "Araştırma Günü: Çıkartma ekleyerek {{amount_0}} Hediye gönderin", + "quest_title_quest_urd22_june_great": "Araştırma Günü: {{amount_0}} süper atış isabet ettirin", + "quest_title_quest_urd22_june_great_row": "Araştırma Günü: Art arda {{amount_0}} süper atış isabet ettirin", + "quest_title_quest_urd22_june_nice": "Araştırma Günü: {{amount_0}} iyi atış isabet ettirin", + "quest_title_quest_urd22_june_nice_row": "Araştırma Günü: Art arda {{amount_0}} iyi atış isabet ettirin", + "quest_title_quest_urd22_june_powerup": "Araştırma Günü: Bir Pokémon’u {{amount_0}} kez güçlendirin", + "quest_title_quest_urd22_june_snap_rock": "Araştırma Günü: Vahşi bir Kaya türü Pokémon'un fotoğrafını çekin", + "quest_title_quest_urd22_june_spin_stops": "Araştırma Günü: {{amount_0}} PokéDurak döndürün", + "quest_title_quest_urd22_june_supereffective": "Araştırma Günü: Süper etkili güçlü saldırı kullanın", + "quest_title_quest_ursaring_evolve_b": "{{amount_0}} Ursaring evrimleştirin", + "quest_title_quest_use_any_potion": "Pokémon üzerinde herhangi bir İksir kullanın", + "quest_title_quest_use_charged_move_singular": "Bir süper etkili güçlü saldırı kullanın", + "quest_title_quest_use_charged_tm": "Bir Güçlü TM Kullanın", + "quest_title_quest_use_dai_plural": "{{amount_0}} adet Günlük Macera Tütsüsü kullanın", + "quest_title_quest_use_dai_singular": "Bir adet Günlük Macera Tütsüsü kullanın", + "quest_title_quest_use_fast_tm": "Bir Hızlı TM Kullanın", + "quest_title_quest_use_hyper_potion": "Pokémon üzerinde Hiper İksir kullanın", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "Rota takip ederken {{amount_0}} Yem Modülü kullanın", + "quest_title_quest_use_lure_singular": "Rota takip ederken bir Yem Modülü kullanın", + "quest_title_quest_use_max_potion": "Pokémon üzerinde Maks. İksir kullanın", + "quest_title_quest_use_poffin": "Bir Pofin kullanın", + "quest_title_quest_use_rare_candy_plural": "{{amount_0}} Nadir Şeker kullanın", + "quest_title_quest_use_rare_candy_singular": "1 Nadir Şeker kullanın", + "quest_title_quest_use_standard_charged_tm": "Bir Güçlü TM Kullanın", + "quest_title_quest_use_standard_fast_tm": "Bir Hızlı TM Kullanın", + "quest_title_quest_use_super_potion": "Pokémon üzerinde Süper İksir kullanın", + "quest_title_quest_uxie_wild_snap": "Doğada Uxie’nin bir fotoğrafını çekin", + "quest_title_quest_val19_catch_specific_plural": "Sevgililer Günü: {{amount_0}} Luvdisc yakalayın", + "quest_title_quest_val19_catch_specific_singular": "Sevgililer Günü: Bir Chansey yakalayın", + "quest_title_quest_visit_different_pokestops": "{{amount_0}} farklı PokéDurak döndürün", + "quest_title_quest_visit_pokestop_new_plural": "Daha önce gitmediğiniz {{amount_0}} PokéDurağı döndürün", + "quest_title_quest_visit_pokestop_new_singular": "Daha önce gitmediğiniz bir PokéDurağı döndürün", + "quest_title_quest_visit_pokestops_party_plural": "Bir ekipteyken {{amount_0}} PokéDurak veya spor salonu döndürün", + "quest_title_quest_visit_pokestops_plural": "{{amount_0}} PokéDurak ya da spor salonu döndürün", + "quest_title_quest_visit_pokestops_singular": "Bir PokéDurak ya da spor salonu döndürün", + "quest_title_quest_visit_unique_pokestops_plural": "{{amount_0}} farklı PokéDurak ya da spor salonu döndürün", + "quest_title_quest_wailmer_catch_b": "{{amount_0}} Wailmer yakalayın", + "quest_title_quest_waina_catch_great_ultra_plural": "Pokémon GO Plus + kullanarak Süper Top veya Ultra Top ile {{amount_0}} Pokémon yakalayın", + "quest_title_quest_waina_catch_plural": "Pokémon GO Plus + kullanarak Poké Topu ile {{amount_0}} Pokémon yakalayın", + "quest_title_quest_waina_sleep_days": "Pokémon GO Plus + kullanarak {{amount_0}} gün boyunca uykunuzu takip edin", + "quest_title_quest_waina_sleep_days_singular": "Pokémon GO Plus + kullanarak 1 gün boyunca uykunuzu takip edin", + "quest_title_quest_waina_spin_pokestop_plural": "Pokémon GO Plus + kullanarak {{amount_0}} PokéDurak döndürün", + "quest_title_quest_walk_25km_inaweek_plural": "Macera Senkronizasyonu'nu {{amount_0}} kez kullanarak bir haftada 25 km yürüyün", + "quest_title_quest_walk_buddy_plural": "Dostunuzla yürüyerek {{amount_0}} şeker kazanın", + "quest_title_quest_walk_buddy_singular": "Dostunuzla yürüyerek bir şeker kazanın", + "quest_title_quest_walk_eevee_for_evo": "Şeker kazanmak için Eevee'yi dostunuz olarak yanınıza alıp 10 km yürüyün", + "quest_title_quest_walk_hgrowlithe_header_0": "Kuyruklu Macera", + "quest_title_quest_walk_km": "{{amount_0}} km yürüyün", + "quest_title_quest_walk_km_plural": "{{amount_0}} km yürüyün", + "quest_title_quest_walk_routes_plural": "Rota takip ederken {{amount_0}} km katedin", + "quest_title_quest_walk_routes_singular": "Rota takip ederken {{amount_0}} km katedin", + "quest_title_quest_walk_steps": "{{amount_0}} adım yürüyün", + "quest_title_quest_wartortle_evolve_b": "{{amount_0}} Wartortle evrimleştirin", + "quest_title_quest_waterfestival_catch_feed_plural": "Su Festivali: Pokémon yakalarken {{amount_0}} meyve kullanın", + "quest_title_quest_waterfestival_catch_pokemon_plural": "Su Festivali: Su türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_waterfestival_catch_special9_plural": "Su Festivali: {{amount_0}} Magikarp ya da Wailmer yakalayın", + "quest_title_quest_waterfestival_catch_type_water_plural": "Su Festivali: Su türünden {{amount_0}} Pokémon yakalayın", + "quest_title_quest_waterfestival_evolve_plural": "Su Festivali: {{amount_0}} Shellder evrimleştirin", + "quest_title_quest_waterfestival_evolve_type_water_plural": "Su Festivali: Su türünden {{amount_0}} Pokémon evrimleştirin", + "quest_title_quest_waterfestival_hatch_egg_singular": "Su Festivali: Bir yumurta çatlatın", + "quest_title_quest_waterfestival_land_great_plural": "Su Festivali: {{amount_0}} süper atış yapın", + "quest_title_quest_waterfestival_land_nice_plural": "Su Festivali: {{amount_0}} iyi atış yapın", + "quest_title_quest_waterfestival_win_raid_singular": "Su Festivali: Bir akın kazanın", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer bonusu: {{amount_0}} Pokémon yakalayın", + "quest_title_quest_wcs_2024_catch_psychic_electric": "{{amount_0}} Elektrik türü veya Psişik tür Pokémon yakalayın", + "quest_title_quest_wcs_2024_snapshot_fairy": "Farklı vahşi Peri türü Pokémon’ların {{amount_0}} fotoğrafını çekin", + "quest_title_quest_wcs_2024_spin_00": "Pokémon GO Bölgesindeki PokéDurağı döndürün", + "quest_title_quest_wcs_2024_spin_01": "Play Lab’deki PokéDurağı döndürün", + "quest_title_quest_wcs_2024_spin_02": "Collect & Trade Corner'daki PokéDurağı döndürün", + "quest_title_quest_weepinbell_evolve_b_plural": "{{amount_0}} Weepinbell evrimleştirin", + "quest_title_quest_weepinbell_evolve_b_singular": "Bir Weepinbell evrimleştirin", + "quest_title_quest_wimpod_catch_b": "{{amount_0}} Wimpod yakalayın", + "quest_title_quest_win_gym_plural": "{{amount_0}} spor salonu maçı kazanın", + "quest_title_quest_win_gym_singular": "Bir spor salonu maçı kazanın", + "quest_title_quest_win_raid_2_singular": "2 veya daha üstü yıldızlı bir akın kazanın", + "quest_title_quest_win_raid_3_plural": "{{amount_0}} veya daha üstü yıldızlı bir akın kazanın", + "quest_title_quest_win_raid_3_singular": "3 veya daha üstü yıldızlı bir akın kazanın", + "quest_title_quest_win_raid_buddy_plural": "Dost Pokémon'unuzla {{amount_0}} akın kazanın", + "quest_title_quest_win_raid_buddy_singular": "Dostunuzla bir akın kazanın", + "quest_title_quest_win_raid_lvl1_higher_singular": "1 veya daha üstü yıldızlı bir akın kazanın", + "quest_title_quest_win_raid_lvl1_singular": "1 yıldızlı bir akın kazanın", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Yalnızca 1.500 DG ya da daha azına sahip Pokémon’lar kullanarak {{amount_0}} akını kazanın", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Yalnızca 1.500 DG ya da daha azına sahip Pokémon’lar kullanarak bir akını kazanın", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Yalnızca 1.500 DG ya da daha azına sahip Pokémon’lar kullanarak üç yıldızlı {{amount_0}} akın kazanın", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Yalnızca 1.500 DG ya da daha azına sahip Pokémon’lar kullanarak bir üç yıldızlı akın kazanın", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Yalnızca 2.500 DG ya da daha azına sahip Pokémon’lar kullanarak üç yıldızlı {{amount_0}} akın kazanın", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Yalnızca 2.500 DG ya da daha azına sahip Pokémon’lar kullanarak üç yıldızlı bir akın kazanın", + "quest_title_quest_win_raid_party_plural": "Bir ekipteyken {{amount_0}} akın kazanın", + "quest_title_quest_win_raid_party_singular": "Bir ekipteyken bir akın kazanın", + "quest_title_quest_win_raid_plural": "{{amount_0}} akın kazanın", + "quest_title_quest_win_raid_singular": "Bir akın kazanın", + "quest_title_quest_win_raid_unique_plural": "Farklı Pokémon türlerinden oluşan bir takım kullanarak {{amount_0}} akın kazanın", + "quest_title_quest_win_raid_unique_singular": "Farklı Pokémon türlerinden oluşan bir takım kullanarak bir akın kazanın", + "quest_title_quest_win_raid_with_friend_plural": "Bir arkadaşınızla {{amount_0}} akın kazanın", + "quest_title_quest_win_raid_with_friend_singular": "Bir arkadaşınızla bir akın kazanın", + "quest_title_quest_win_raids_unique_1500_plural": "1500 ve altı DG'li ayrı Pokémon'lardan oluşan takımla {{amount_0}} akın kazan", + "quest_title_quest_win_raids_unique_plural": "Farklı Pokémon’lardan oluşan bir takımla {{amount_0}} akın kazanın", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "Yalnızca 1.500 DG ya da daha azına sahip Pokémon’lar kullanarak bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "Yalnızca 1.500 DG ya da daha azına sahip Pokémon’lar kullanarak bir GO Roket Takımı Liderini alt edin", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "Yalnızca 2.500 DG ya da daha azına sahip bir Pokémon kullanarak bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "Yalnızca 3.000 DG ya da daha azına sahip bir Pokémon kullanarak bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "Yalnızca 3.500 DG ya da daha azına sahip bir Pokémon kullanarak bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "Yalnızca 4.000 DG ya da daha azına sahip bir Pokémon kullanarak bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", + "quest_title_quest_wooper_catch_b": "{{amount_0}} Wooper veya Paldealı Wooper yakalayın", + "quest_title_quest_wooper_evolve_b": "{{amount_0}} Wooper veya Paldealı Wooper evrimleştirin", + "quest_title_quest_wooper_snapshot_b": "{{amount_0}} Wooper veya Paldealı Wooper’ın fotoğrafını çekin", + "quest_title_quest_wt_catch_weedle": "{{amount_0}} Weedle yakalayın", + "quest_title_quest_wt_evolve_kakuna": "{{amount_0}} Kakuna evrimleştirin", + "quest_title_quest_wt_evolve_weedle": "{{amount_0}} Weedle evrimleştirin", + "quest_title_quest_xp_plural": "{{amount_0}} TP kazanın", + "quest_title_quest_zigzagoon_catch_b": "{{amount_0}} Galarlı Zigzagoon yakalayın", + "quest_title_quest_zigzagoon_evolve_b": "{{amount_0}} Galarlı Zigzagoon evrimleştirin", + "quest_title_quest_zigzagoon_snapshot_b": "Galarlı Zigzagoon’un {{amount_0}} fotoğrafını çekin", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "0 Pokémon yakaladı", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "{{amount_0}} Pokémon yakaladı", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 Pokémon yakaladı", + "quest_title_score_1_10_11_12_singular": "{{amount_0}} Ateş, Su ya da Bitki türü Pokémon yakaladınız", + "quest_title_score_1_10_singular": "{{amount_0}} Ateş türü Pokémon yakaladınız", + "quest_title_score_1_11_singular": "{{amount_0}} Su türü Pokémon yakaladınız", + "quest_title_score_1_12_singular": "{{amount_0}} Bitki türü Pokémon yakaladınız", + "quest_title_score_1_none": "0 Pokémon yakaladı", + "quest_title_score_1_plural": "{{amount_0}} Pokémon yakaladı", + "quest_title_score_1_singular": "1 Pokémon yakaladı", + "quest_title_score_6_plural": "{{amount_0}} akın kazandınız", + "quest_title_score_6_singular": "1 akın kazandınız", + "quest_title_score_8_10_none": "0 iyi atış yaptınız", + "quest_title_score_8_10_plural": "{{amount_0}} iyi atış yaptınız", + "quest_title_score_8_10_singular": "1 iyi atış yaptınız", + "quest_title_score_8_11_none": "0 süper atış yaptınız", + "quest_title_score_8_11_plural": "{{amount_0}} süper atış yaptınız", + "quest_title_score_8_11_singular": "1 süper atış yaptınız", + "quest_title_score_8_12_none": "0 mükemmel atış yaptınız", + "quest_title_score_8_12_plural": "{{amount_0}} mükemmel atış yaptınız", + "quest_title_score_8_12_singular": "1 mükemmel atış yaptınız", + "quest_title_score_8_13_none": "0 Falsolu Atış Yaptınız", + "quest_title_score_8_13_plural": "{{amount_0}} Falsolu Atış Yaptınız", + "quest_title_score_8_13_singular": "1 Falsolu Atış Yaptınız", + "quest_title_score_11_701_none": "0 Razz Meyvesi kullandınız", + "quest_title_score_11_701_plural": "{{amount_0}} Razz Meyvesi kullandınız", + "quest_title_score_11_701_singular": "1 Razz Meyvesi kullandınız", + "quest_title_score_11_703_none": "0 Nanab Meyvesi kullandınız", + "quest_title_score_11_703_plural": "{{amount_0}} Nanab Meyvesi kullandınız", + "quest_title_score_11_703_singular": "1 Nanab Meyvesi kullandınız", + "quest_title_score_11_705_none": "0 Pinap Meyvesi kullandınız", + "quest_title_score_11_705_plural": "{{amount_0}} Pinap Meyvesi kullandınız", + "quest_title_score_11_705_singular": "1 Pinap Meyvesi kullandınız", + "quest_title_score_15_10_none": "0 iyi falsolu atış yaptınız", + "quest_title_score_15_10_plural": "{{amount_0}} iyi falsolu atış yaptınız", + "quest_title_score_15_10_singular": "1 iyi falsolu atış yaptınız", + "quest_title_score_15_11_none": "0 süper falsolu atış yaptınız", + "quest_title_score_15_11_plural": "{{amount_0}} süper falsolu atış yaptınız", + "quest_title_score_15_11_singular": "1 süper falsolu atış yaptınız", + "quest_title_score_15_12_none": "0 mükemmel falsolu atış yaptınız", + "quest_title_score_15_12_plural": "{{amount_0}} mükemmel falsolu atış yaptınız", + "quest_title_score_15_12_singular": "1 mükemmel falsolu atış yaptınız", + "quest_title_score_22_none": "Takım liderleriyle 0 maç tamamladınız", + "quest_title_score_22_plural": "Takım liderleriyle {{amount_0}} maç tamamladınız", + "quest_title_score_22_singular": "Takım liderleriyle 1 maç tamamladınız", + "quest_title_score_23_none": "0 GO Maç Ligi maçı tamamladınız", + "quest_title_score_23_plural": "{{amount_0}} GO Maç Ligi maçı tamamladınız", + "quest_title_score_23_singular": "1 GO Maç Ligi maçı tamamladınız", + "quest_title_score_battle_raid_none": "0 akında maç yaptınız", + "quest_title_score_battle_raid_plural": "{{amount_0}} akında maç yaptınız", + "quest_title_score_battle_raid_singular": "1 akında maç yaptınız", + "quest_title_score_catch_feed_none": "0 meyve kullandınız", + "quest_title_score_catch_feed_plural": "{{amount_0}} meyve kullandınız", + "quest_title_score_catch_feed_singular": "1 meyve kullandınız", + "quest_title_score_catch_pokemon": "{{amount_0}} Pokémon yakaladı", + "quest_title_score_defeat_rocket_none": "0 GO Roket Takımı Serserisi alt edildi", + "quest_title_score_defeat_rocket_plural": "{{amount_0}} GO Roket Takımı Serserisi alt edildi", + "quest_title_score_defeat_rocket_singular": "1 GO Roket Takımı Serserisi alt edildi", + "quest_title_score_field_research_none": "0 alan araştırması görevi tamamlandı", + "quest_title_score_field_research_plural": "{{amount_0}} alan araştırması görevi tamamlandı", + "quest_title_score_field_research_singular": "1 alan araştırması görevi tamamlandı", + "quest_title_score_send_gift_none": "Arkadaşlarınıza 0 Hediye gönderdiniz", + "quest_title_score_send_gift_plural": "Arkadaşlarınıza {{amount_0}} Hediye gönderdiniz", + "quest_title_score_send_gift_singular": "Arkadaşlarınıza 1 Hediye gönderdiniz", + "quest_title_score_spin_pokestop_none": "0 PokéDurak döndürdü", + "quest_title_score_spin_pokestop_plural": "{{amount_0}} PokéDurak döndürdü", + "quest_title_score_spin_pokestop_singular": "1 PokéDurak döndürdü", + "quest_win_raid_plural": "{{amount}} akın kazanın", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Star Raid", + "raid_1_plural": "1 Star Raids", + "raid_2": "2 Star Raid", + "raid_2_plural": "2 Star Raids", + "raid_3": "3 Star Raid", + "raid_3_plural": "3 Star Raids", + "raid_4": "4 Star Raid", + "raid_4_plural": "4 Star Raids", + "raid_5": "Legendary Raid", + "raid_5_plural": "Legendary Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "Öğleden Sonra En Güzel", + "route_tag_architecture": "Mimari", + "route_tag_art": "Sanat", + "route_tag_beachy": "Plaj", + "route_tag_bike_path": "Bisiklet Yolu", + "route_tag_biking": "Bisiklete Uygun", + "route_tag_body_of_water": "Su Kenarı", + "route_tag_buildings": "Bol Binalı", + "route_tag_category_misc": "Diğer", + "route_tag_category_nearby": "Yakında", + "route_tag_category_suitability": "Uygunluk", + "route_tag_category_terrain": "Arazi", + "route_tag_category_theme": "Tema", + "route_tag_city_life": "Şehir Yaşamı", + "route_tag_culture": "Kültür", + "route_tag_easy_going": "Rahat", + "route_tag_flat": "Düz", + "route_tag_foliage": "Bol Ağaçlıklı", + "route_tag_food": "Yemek", + "route_tag_grassy": "Çimenlik", + "route_tag_hilly": "Engebeli", + "route_tag_historic": "Tarihî", + "route_tag_intense": "Zorlu", + "route_tag_morning": "Sabah En Güzel", + "route_tag_muddy": "Çamurlu", + "route_tag_nature": "Doğa", + "route_tag_night": "Gece En Güzel", + "route_tag_no_parking": "Park Yerine Uzak", + "route_tag_no_people": "Tenha", + "route_tag_open_space": "Bol Açık Alanlı", + "route_tag_parking": "Park Yerine Yakın", + "route_tag_parks_nearby": "Parklara Yakın", + "route_tag_partially_paved": "Yarı Asfalt Yol", + "route_tag_paved": "Asfalt Yol", + "route_tag_people": "Kalabalık", + "route_tag_pets": "Evcil Hayvana Elverişli", + "route_tag_plenty_pokestops": "Bol PokéDuraklı", + "route_tag_public_transport": "Toplu Taşımaya Yakın", + "route_tag_raid_friendly": "Bol Spor Salonlu", + "route_tag_rainy_day": "Yağmurlu Gün İçin", + "route_tag_rocky": "Kayalık", + "route_tag_running": "Koşmaya Uygun", + "route_tag_sandy": "Kumlu", + "route_tag_seasonal": "Mevsimlik", + "route_tag_sightseeing": "Turistik Mekanlar", + "route_tag_stroller": "Bebek Arabasıyla Erişilebilir", + "route_tag_sunny_day": "Güneşli Gün İçin", + "route_tag_tree_cover": "Ağaçlık", + "route_tag_unpaved": "Toprak Yol", + "route_tag_views": "Harika Manzara", + "route_tag_walking": "Yürümeye Uygun", + "route_tag_wheelchair": "Tekerlekli Sandalyeyle Erişilebilir", + "route_tag_wildlife": "Bol Yabani Hayvanlı", + "route_tag_woodsy": "Ormanlık", + "route_tags_label": "ETİKETLER", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "Gölge", + "team_1": "Takımı", + "team_2": "Takımı", + "team_3": "Takımı", + "team_a_0": "Takım Yok", + "team_a_1": "Mistik Takımı", + "team_a_2": "Cesaret Takımı", + "team_a_3": "İçgüdü Takımı", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "Ağır Koşullar", + "weather_1": "Açık", + "weather_2": "Yağmur", + "weather_3": "Parçalı Bulutlu", + "weather_4": "Bulutlu", + "weather_5": "Rüzgârlı", + "weather_6": "Kar", + "weather_7": "Sis", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/client/public/locales/zh-tw/translation.json b/client/public/locales/zh-tw/translation.json new file mode 100644 index 000000000..1389492ca --- /dev/null +++ b/client/public/locales/zh-tw/translation.json @@ -0,0 +1,6001 @@ +{ + "login": "登入", + "click_once": "請僅點擊一次「授權」", + "save": "儲存", + "reset": "重置", + "close": "關閉", + "reset_filters": "重置篩選器", + "pokemon_filters": "寶可夢篩選設定", + "gyms_filters": "道館篩選設定", + "pokestops_filters": "補給站篩選設定", + "nests_filters": "巢穴篩選設定", + "help": "幫助", + "apply_to_all": "全部適用", + "disable_all": "全部停用", + "enable_all": "全部啟用", + "enabled": "已啟用", + "legacy": "傳承", + "id": "編號", + "location": "位置", + "search_pokemon": "搜尋寶可夢", + "search_nests": "搜尋巢穴", + "search_gyms": "搜尋道館", + "search_pokestops": "搜尋補給站", + "search_raids": "搜尋突襲戰", + "search_eggs": "搜尋蛋", + "search_quests": "搜尋任務", + "search_lures": "搜尋誘餌", + "search_invasions": "搜尋入侵", + "sm": "小", + "md": "中", + "lg": "大", + "xl": "特大", + "min": "最小", + "max": "最大", + "set_size": "設定圖示大小", + "slot_selection": "選擇欄位", + "generations": "世代", + "types": "類型", + "forms": "形態", + "rarity": "目前稀有度", + "others": "其他", + "categories": "分類", + "rank": "排名", + "slider_iv": "IV範圍", + "slider_great": "超級聯盟", + "slider_ultra": "高級聯盟", + "slider_little": "小小盃", + "slider_atk_iv": "攻擊", + "slider_def_iv": "防禦", + "slider_sta_iv": "耐力", + "slider_level": "等級", + "slider_size": "大小", + "abbreviation_level": "等", + "lvl": "等級", + "cap": "上限", + "custom": "自訂", + "valid": "有效", + "invalid": "無效!", + "overwrites": "覆蓋所有篩選器", + "valid_filter": "有效的統計篩選器", + "invalid_filter": "請輸入有效的篩選器", + "gyms": "道館", + "nests": "巢穴", + "pokestops": "補給站", + "pokemon": "寶可夢", + "wayfarer": "導遊", + "scan_areas": "掃描區域", + "s2cells": "S2細胞", + "weather": "天氣", + "admin": "管理", + "settings": "設定", + "advanced": "進階", + "tile_servers": "圖磚服務", + "icons": "圖示", + "navigation": "導航", + "drawer": "抽屜", + "tile_servers_default": "預設", + "drawer_temporary": "臨時", + "drawer_persistent": "持久", + "locale_selection": "語言選擇", + "locale_selection_en": "English", + "locale_selection_de": "Deutsch", + "locale_selection_nl": "Nederlands", + "locale_selection_es": "Español", + "locale_selection_pl": "Polski", + "locale_selection_fr": "Français", + "locale_selection_it": "Italiano", + "locale_selection_ja": "日本語", + "locale_selection_ko": "한국어", + "locale_selection_zh-tw": "中文", + "locale_selection_ru": "Русский", + "locale_selection_pt-br": "Português", + "locale_selection_sv": "Svenska", + "locale_selection_th": "ไทย", + "locale_selection_hi": "हिन्दी", + "locale_selection_id": "Bahasa Indonesia", + "locale_selection_tr": "Türkçe", + "import": "導入", + "export": "導出", + "logout": "登出", + "local_storage_cleared": "本地儲存已被清除!", + "iv_or_filter": "IV或篩選器", + "polygons": "多邊形", + "raids": "突襲戰", + "ex_eligible": "EX合格", + "in_battle": "戰鬥中", + "all_pokestops": "所有補給站", + "lures": "誘餌", + "quests": "任務", + "invasions": "入侵", + "portals": "傳送門", + "submission_cells": "提交細胞", + "spawnpoint": "生成點", + "spawnpoints": "生成點", + "s2_cell_level": "等級{{level}}的S2細胞", + "total_count": "總數", + "next_submission": "下一次提交!", + "never": "從未", + "next_gym": "下一個道館", + "scan_cells": "掃描細胞", + "devices": "設備", + "use_my_location": "使用我的位置", + "submit_feedback_title": "提交反饋/錯誤報告", + "use_the_link_below": "您可以使用下面的鏈接提交反饋或您遇到的任何錯誤。", + "feedback_to_devs": "這個反饋將直接發送給開發者。", + "feedback_form": "反饋表單", + "unknown_pokestop": "未知補給站名稱", + "unknown_gym": "未知道館名稱", + "exclude": "排除", + "exclude_quest": "排除任務", + "exclude_invasion": "排除入侵", + "exclude_team": "排除隊伍", + "exclude_raid": "排除突襲", + "exclude_lure": "排除誘餌", + "timer": "計時器", + "hide": "隱藏", + "tier": "等級", + "slots": "空位", + "mega": "超級進化", + "form": "形態", + "starts": "開始", + "ends": "結束", + "defender": "防守者", + "best_buddy": "最佳夥伴", + "cp": "CP值", + "kilogram": "公斤", + "meter": "公尺", + "total_cp": "總CP值", + "first_seen": "首次發現", + "last_seen": "最後發現", + "last_modified": "最後修改", + "last_updated": "最後更新", + "imported": "已導入", + "nest_estimated": "巢穴數據為估計值!", + "verify_nests": "通過檢查當前的出現驗證", + "nest_out_of_date": "巢穴可能已過時!", + "nest_check_current": "改為檢查當前的出現", + "spawns_per_hour": "每小時出現次數", + "teams": "隊伍", + "eggs": "蛋", + "reverse": "反轉", + "selected": "已選擇", + "unselected": "未選擇", + "only_available": "僅可用", + "common": "常見", + "uncommon": "罕見", + "rare": "稀有", + "ultra_rare": "極罕見", + "regional": "地區", + "event": "活動", + "legendary": "傳說的寶可夢", + "mythical": "幻", + "ultra_beast": "究極異獸", + "alt_forms": "其他形態", + "alola": "阿羅拉", + "galarian": "伽勒爾", + "showing": "顯示", + "instance": "實例", + "online": "在線", + "offline": "離線", + "boosted_types": "增強類型", + "pokemon_options": "寶可夢選項", + "pokestops_options": "寶可夢補給站選項", + "gyms_options": "道館選項", + "nests_options": "巢穴選項", + "wayfarer_options": "探險家選項", + "admin_options": "管理選項", + "weather_options": "天氣選項", + "s2cells_options": "S2 Cell選項", + "clustering": "聚類", + "glow": "發光", + "legacy_filter": "傳統過濾器", + "raid_timers": "所有突襲計時器", + "invasion_timers": "所有入侵計時器", + "lure_timers": "所有誘餌計時器", + "device_path_color": "設備路徑顏色", + "old_portals": "舊傳送門", + "new_portals": "新傳送門", + "items": "物品", + "energy": "能量", + "ar_eligible": "AR適配", + "iv_circles": "IV指示器", + "min_iv_circle": "最小IV指示器", + "interaction_ranges": "互動範圍", + "cannot_connect": "\n目前無法連接伺服器。\n立即重試只會導致更多問題。\n請幾分鐘後再試。\n\n- 地圖管理團隊", + "mad_quest_text": "原生任務", + "xs": "XS", + "primary": "主要", + "secondary": "次要", + "zero_iv": "0% IV", + "hundo_iv": "100% IV", + "open_menu": "開啟菜單", + "zoom_in": "放大", + "zoom_out": "縮小", + "welcome": "歡迎來到", + "back": "返回", + "next": "下一個", + "finish": "完成", + "start_tutorial": "開始教程", + "view_profile": "查看個人資料", + "login_optional": "登入(選填)", + "tutorial": "教學", + "tutorial_language": "選擇您的語言", + "tutorial_welcome": "這個教學是互動式的,我們非常鼓勵您使用所有提供的選項", + "tutorial_categories": "您可以訪問的分類", + "tutorial_logged_in": "您可以通過查看個人資料來查看您的權限詳情。", + "tutorial_logged_out": "您可以通過登入來查看您的權限詳情。", + "tutorial_sidebar_0": "您所有的過濾器和設置都在這裡", + "tutorial_sidebar_1": "在每個類別中,您可以使用開關來精確控制您想要的數據", + "tutorial_sidebar_2": "選項:額外的自定義\n進階:我們將在本教程後面介紹", + "tutorial_sliders_0": "使用滑桿調整過濾器", + "tutorial_sliders_1": "寶可夢範圍:", + "tutorial_sliders_2": "- IV值 {{iv0}}% 至 {{iv1}}%", + "tutorial_sliders_3": "等級 {{level0}} 至 {{level1}}", + "tutorial_sliders_3alt": "- 且等級在 {{level0}} 至 {{level1}}", + "tutorial_sliders_4": "- 超級聯盟排名 {{gl0}} 至 {{gl1}}", + "tutorial_sliders_4alt": "- 或超級聯盟排名 {{gl0}} 至 {{gl1}}", + "tutorial_sliders_5": "- 極限聯盟排名 {{ul0}} 至 {{ul1}}", + "tutorial_sliders_5alt": "- 或極限聯盟排名 {{ul0}} 至 {{ul1}}", + "tutorial_sliders_6": "與同色的其他滑桿連鎖", + "tutorial_sliders_7": "與其他滑桿獨立過濾", + "tutorial_sliders_8": "「滿」的滑桿表示它被禁用:", + "tutorial_sliders_9": "所有出現的寶可夢,不論是否檢查了IV值", + "tutorial_help": "這個菜單的快捷方式", + "tutorial_adv_filter": "僅限手機,打開進階菜單的過濾選項", + "tutorial_tune": "為目前在菜單中被過濾的所有寶可夢設置進階過濾", + "tutorial_format_size": "設置目前在菜單中被過濾的所有項目的圖標大小", + "tutorial_check": "啟用目前在菜單中被過濾的所有項目", + "tutorial_clear": "禁用目前在菜單中被過濾的所有項目", + "tutorial_save": "保存當前選擇並退出", + "tutorial_show_all_view": "切換訓練場 & 道館的顯示", + "tutorial_show_pokemon_view": "切換寶可夢的顯示", + "tutorial_toggle": "點擊勾選/叉號來切換項目", + "tutorial_pokemon_caption": "這個圖標讓你為特定的寶可夢設置過濾條件", + "tutorial_all_caption": "隊伍有一個特別的槽位菜單\n所有其他項目讓您調整圖標大小", + "tutorial_popup_0": "彈出窗現在可互動了!", + "tutorial_popup_1": "三個點開啟隱藏、排除和切換計時器選項", + "tutorial_popup_2": "導航鏈接兩邊的圖標會擴展以顯示額外信息,試試看!", + "tutorial_popup_3": "每個類別的圖標不同,務必全部查看", + "tutorial_closing_0": "附加資訊", + "tutorial_closing_1": "側邊欄中的全域寶可夢滑桿操作與進階菜單分開,互不影響", + "tutorial_closing_2": "務必查看側邊欄中的設置部分", + "tutorial_closing_3": "每個類別都有許多美學選項可用,但請記住,您添加到地圖上的內容越多,地圖凍結的機會就越高", + "tutorial_closing_4": "您可以通過在側邊欄的設置面板中選擇來再次查看此教程", + "tutorial_closing_5": "保持安全,祝您好運!", + "intro": "介紹", + "sidebar": "側邊欄", + "sliders": "滑桿", + "popups": "彈出窗口", + "closing": "結束", + "shortcuts": "快捷鍵", + "iv": "IV", + "area_restrictions": "區域限制", + "map": "地圖", + "stats": "統計", + "pvp": "PVP", + "area_restrictions_subtitle": "您可以訪問這些區域", + "devices_subtitle": "顯示活躍的設備位置和路線", + "gyms_subtitle": "顯示所有活躍的道館位置、活躍隊伍和每個道館可用的空位數", + "invasions_subtitle": "顯示火箭隊入侵信息,包括戰鬥陣容、到期時間和可能的獎勵", + "iv_subtitle": "顯示IV%和發光選項", + "lures_subtitle": "顯示誘餌信息,包括誘餌類型和到期時間", + "map_subtitle": "顯示地圖", + "nests_subtitle": "顯示活躍的寶可夢巢穴和巢穴多邊形", + "pokemon_subtitle": "顯示所有寶可夢的位置和到期時間", + "pokestops_subtitle": "顯示所有訓練場的位置", + "portals_subtitle": "顯示所有入口點", + "pvp_subtitle": "顯示每隻寶可夢的PVP排名/CP值/等級資訊", + "quests_subtitle": "顯示任務獎勵和任務資訊", + "raids_subtitle": "顯示所有的團體戰資訊,包含團體戰首領、蛋、結束時間和招式組合", + "scan_cells_subtitle": "顯示S2區域最後一次被掃描的時間", + "scan_areas_subtitle": "顯示可用的掃描區域多邊形", + "spawnpoints_subtitle": "顯示出現點和它們估計的消失時間", + "stats_subtitle": "顯示寶可夢的統計數據和等級", + "submission_cells_subtitle": "顯示適用於提交新興趣點的資訊", + "weather_subtitle": "顯示每個區域中遊戲內的天氣資訊", + "scanner_subtitle": "以各種方式直接與掃描器互動", + "s2cells_subtitle": "在地圖上以各種等級顯示S2細胞", + "backups_subtitle": "允許跨設備備份和載入設定", + "backups": "備份", + "user_profile": "用戶檔案", + "user_username": "用戶名", + "candy": "糖果", + "show_ex_badge": "顯示EX徽章", + "search": "搜索", + "global_search_quests": "輸入獎勵名稱...", + "global_search_lures": "輸入誘餌名稱...", + "global_search_pokestops": "輸入補給站名稱...", + "global_search_gyms": "輸入健身房名稱...", + "global_search_portals": "輸入傳送門名稱...", + "global_search_nests": "輸入巢穴寶可夢名稱...", + "global_search_raids": "輸入團體戰首領名稱...", + "global_search_pokemon": "輸入寶可夢名稱...", + "global_search_invasions": "輸入侵略者類型、名稱或寶可夢獎勵名稱...", + "raid_level_badges": "團體戰等級徽章", + "options": "選項", + "profile": "檔案", + "pokemon_icons": "寶可夢圖標", + "pokestop_icons": "補給站圖標", + "gym_icons": "健身房圖標", + "team_icons": "隊伍圖標", + "egg_icons": "蛋圖標", + "raid_icons": "團體戰圖標", + "nest_icons": "巢穴圖標", + "reward_icons": "獎勵圖標", + "type_icons": "類型圖標", + "weather_icons": "天氣圖標", + "misc_icons": "雜項圖標", + "invasion_icons": "侵略圖標", + "spawnpoint_icons": "出現點圖標", + "device_icons": "設備圖標", + "pokemon_audio": "寶可夢音效", + "pokestop_audio": "補給站音效", + "gym_audio": "健身房音效", + "team_audio": "隊伍音效", + "egg_audio": "蛋音效", + "raid_audio": "團體戰音效", + "nest_audio": "巢穴音效", + "reward_audio": "獎勵音效", + "type_audio": "類型音效", + "weather_audio": "天氣音效", + "misc_audio": "雜項音效", + "invasion_audio": "侵略音效", + "spawnpoint_audio": "出現點音效", + "device_audio": "設備音效", + "pokemon_timers": "所有寶可夢計時器", + "show_dex_num_in_popup": "在彈出視窗顯示圖鑑編號", + "popup": "彈出視窗", + "pvp_level": "{{level}} 等級 PVP 統計資料", + "pvp_mega": "超級PVP統計資料", + "webhook_entry": "添加至{{name}}", + "remove_webhook_entry": "從{{name}}移除", + "distance": "距離", + "gym": "健身房", + "egg": "蛋", + "raid": "團體戰", + "lure": "誘餌", + "quest": "任務", + "invasion": "侵略", + "nest": "巢穴", + "pokestop": "補給站", + "team": "隊伍", + "global": "全球", + "manage_webhook": "管理{{name}}", + "drag_and_drop": "拖曳標記以設置您的位置", + "click_to_select": "點擊以選擇", + "add_new": "添加新的{{category}}警報", + "my_location": "我的位置", + "choose_on_map": "在地圖上選擇", + "select_profile": "選擇檔案", + "distance_radius": "預覽半徑距離", + "areas": "區域", + "select_webhook": "選擇機器人", + "ar_quest_true": "AR任務", + "ar_quest_false": "無AR", + "with_ar": "包含AR", + "both": "兩者", + "without_ar": "無AR", + "exclude_quest_multi": "排除 {{reward}}", + "cluster_limit_0": "{{variable_0}} 限制({{variable_1}})已達到", + "cluster_limit_1": "請放大或縮小篩選條件", + "show_polygons": "顯示多邊形", + "exclude_invasion_multi": "排除 {{invasion}}", + "stardust": "星塵", + "slider_cp": "CP值", + "pvp_ranking_league": "聯盟", + "pvp_ranking_min_cp": "最小CP", + "slider_pvp": "排名", + "profile_no": "個人檔案", + "template": "模板", + "gender": "性別", + "clean": "清除", + "all_forms": "所有形態", + "pvp_entry": "PVP條目", + "no_iv": "包括無IV", + "by_distance": "按距離", + "min_time": "最短時間", + "add_new_profile": "新增個人檔案", + "slider_none": "無", + "non_registered_human_title": "哎呀,出了些問題!", + "non_registered_human_desc": "您可能未在 {{webhook}} 註冊\n或伺服器目前無法連線", + "try_again_later": "請稍後再試", + "selected_areas_one": "{{count}} 個區域已選擇", + "selected_areas_other": "{{count}} 個區域已選擇", + "webhook_selection": "{{name}} 選擇", + "message_of_the_day": "今日消息", + "has_quest_indicator": "任務站點使用替代顏色", + "show_ar_badge": "顯示AR徽章", + "all_gyms": "所有道館", + "general": "一般", + "server_dev_error_0": "{{variable_0}}", + "link_global_and_advanced": "全球選擇尊重", + "normal_forms": "普通形態", + "weather_indicator": "天氣加成指示", + "page": "頁面 {{page}}", + "navigation_controls": "導航控制", + "navigation_controls_react": "React", + "navigation_controls_leaflet": "Leaflet", + "exclusive": "獨家", + "all_moves": "所有招式", + "move": "招式", + "any": "任何", + "min_spawn_average": "最小生成率", + "select_all": "選擇全部", + "delete_all": "刪除選定項目", + "cancel": "取消", + "day_1": "星期一", + "day_2": "星期二", + "day_3": "星期三", + "day_4": "星期四", + "day_5": "星期五", + "day_6": "星期六", + "day_7": "星期日", + "profile_name": "個人檔案名稱", + "manage_profiles": "管理個人檔案", + "min_spawn_avg": "平均最小生成", + "poke_global": "全部", + "amount": "數量", + "specific_gym": "特定道館", + "search_location": "搜索地點", + "search_specific": "搜索特定 {{category}}", + "webhook_success_gym": "突襲、蛋和隊伍變化提醒已添加!", + "slot_changes": "槽位變化", + "slot_changes_poracle": "槽位變化", + "confirm_delete": "這將移除此個人檔案的所有跟蹤,您確定嗎?", + "confirm_copy": "選擇您希望將 \"{{profile}}\" 複製到哪個檔案,這將完全覆蓋那個檔案。", + "webhook_error": "{{name}} 無法處理。\n請稍後再試。", + "profile_error": "必須是唯一且有效的", + "team_0": "未選擇隊伍", + "battle_changes": "戰鬥中", + "battle_changes_poracle": "戰鬥變化", + "auto": "自動", + "webhooks_subtitle": "從地圖直接管理您的警報這些機器人", + "event_stops_subtitle": "顯示特殊活動的寶可夢補給站,如Kecleon", + "webhooks": "警報", + "scanner": "掃描器操作", + "everything_individually": "添加個別警報", + "individually": "個別", + "join": "加入", + "errors_404": "哎呀,找不到這個頁面!", + "errors_500": "伺服器出錯,稍後再試!", + "local_username": "用戶名", + "local_password": "密碼", + "local_error": "出現錯誤,請稍後再試!", + "no_filter_results": "未找到結果\n嘗試擴大您的篩選條件", + "donor_page": "捐贈頁面", + "go_back": "返回", + "access": "訪問", + "link_discord": "連接 Discord", + "select_webhook_strategy": "警報管理", + "webhook_strategy_success_0": "成功!正在刷新以獲取警報設定...", + "register": "註冊", + "invalid_credentials": "憑證無效", + "localauth_failed": "認證失敗", + "error_creating_user": "目前無法註冊新用戶", + "discord_linked": "已連接 Discord", + "telegram_linked": "已連接 Telegram", + "dialog_filter_footer_apply_to_all_width": 2, + "dialog_filter_footer_adv_menu_width": 2, + "dialog_filter_footer_disable_all_width": 2, + "dialog_filter_footer_enable_all_width": 2, + "dialog_filter_footer_help_width": 2, + "dialog_filter_footer_open_filter_width": 2, + "dialog_filter_footer_save_width": 2, + "dialog_filter_footer_next_width": 2, + "drawer_grid_advanced_width": 6, + "drawer_grid_options_width": 6, + "drawer_settings_export_settings_width": 6, + "drawer_settings_feedback_width": 6, + "drawer_settings_import_settings_width": 6, + "drawer_settings_logout_width": 6, + "drawer_settings_profile_width": 6, + "drawer_settings_reset_filters_width": 6, + "drawer_settings_stats_width": 6, + "drawer_settings_tutorial_width": 6, + "popup_gym_description_width": 5, + "popup_gym_seen_timer_width": 7, + "popup_gym_data_width": 12, + "popup_pokestop_description_width": 5, + "popup_pokestop_seen_timer_width": 7, + "popup_pokestop_data_width": 12, + "popup_pokemon_description_width": 5, + "popup_pokemon_seen_timer_width": 6, + "popup_pokemon_data_width": 11, + "webhook_footer_help_width": 4, + "webhook_footer_feedback_width": 4, + "webhook_footer_close_width": 4, + "webhook_footer_add_new_width": 4, + "webhook_advanced_save_width": 2, + "login_button": 5, + "join_button": 5, + "level": "等級", + "km": "公里", + "feedback": "反饋", + "donor_menu": "捐贈者菜單", + "pokemon_cell": "寶可夢的位置可能會有變化", + "timer_verified": "此計時器已驗證", + "timer_unverified": "此計時器未經驗證", + "all": "全部", + "badge_0": "無", + "badge_1": "基礎", + "badge_2": "銅", + "badge_3": "銀", + "badge_4": "金", + "gym_badge_menu": "編輯健身房徽章", + "gym_badges": "健身房徽章", + "gym_badge_diamonds": "顯示健身房徽章", + "gym_badges_subtitle": "在地圖上和個人資料頁面中顯示健身房徽章。", + "confirm_filters_reset": "重置篩選器", + "filters_reset_text": "您確定要將設定重置為預設值嗎?這無法撤銷!", + "filters_reset_title": "重置篩選器", + "raid_quick_select": "快速選擇", + "disabled": "已禁用", + "loading": "正在加載 {{category}}", + "loading_icons": "正在獲取圖標", + "loading_invasions": "正在獲取入侵信息", + "scan_next": "掃描位置", + "scan_next_choose": "拖放標記以設置掃描位置", + "scan_zone": "掃描區域", + "scan_zone_choose": "拖放標記以設置掃描位置並選擇大小", + "scan_zone_size": "大小", + "scan_zone_range": "範圍", + "scan_zone_spacing": "間距", + "scan_zone_radius": "半徑", + "scan_requests": "掃描請求", + "scan_queue": "當前隊列", + "click_to_scan": "在此處掃描", + "scan_confirmed_title": "掃描需求已確認", + "scan_confirmed": "工人已被派往地點,結果將很快顯示在地圖上!", + "scan_loading_title": "正在發送掃描請求", + "scan_loading": "您的掃描請求正在處理並發送至系統!", + "scan_error_title": "錯誤", + "scan_error": "處理掃描請求時出現錯誤...", + "scan_outside_area": "此位置位於授權區域的邊界之外", + "pvp_ranking_cap": "等級", + "lc_title": "跟隨您的位置", + "lc_metersUnit": "米", + "lc_feetUnit": "英尺", + "lc_popup": "您距離該點 {distance} {unit}", + "lc_outsideMapBoundsMsg": "您似乎位於地圖邊界之外", + "no_alerts": "未找到警報", + "loading_settings": "正在加載設置", + "refresh_to_continue": "請刷新後繼續", + "session_expired_title": "會話已過期", + "session_expired_body": "您的會話已過期", + "old_client_title": "過時", + "old_client_body": "此地圖的新版本可用", + "early_old_client_title": "過時", + "early_old_client_body": "此應用的舊版本可能已經被緩存在您的瀏覽器中,您需要清除緩存才能使用此應用。", + "refresh": "刷新", + "points": "點", + "day": "日", + "days": "天", + "react_error": "出了點問題", + "clickable_icon": "可點擊的圖標", + "two_stops_till_next": "距離下一個還有2站", + "one_stop_till_next": "距離下一個還有1站", + "no_more_gyms": "沒有更多健身房", + "light_map_border": "淺色地圖邊框", + "dark_map_border": "深色地圖邊框", + "cell_blocked": "區塊被封鎖", + "poi_color": "興趣點顏色", + "quest_condition": "任務條件", + "always_show_labels": "始終顯示標籤", + "scan_areas_options": "掃描區域選項", + "historic_rarity": "歷史稀有度", + "poi": "興趣點", + "300m_range": "300m 範圍", + "lure_range": "誘餌範圍", + "custom_range": "自訂範圍", + "tap_to_toggle": "點擊切換", + "power_up": "提升等級", + "never_alt": "從不", + "seen_nearby_stop": "附近發現", + "seen_nearby_cell": "此區域內發現", + "seen_lure_encounter": "誘餌遇到", + "seen_lure_wild": "誘餌野生出現", + "seen_wild": "野生出現", + "event_stops": "活動補給站", + "event_stop_timers": "活動補給站計時器", + "size_0": "任何", + "size_1": "超小", + "size_2": "小", + "size_3": "中", + "size_4": "大", + "size_5": "超大", + "show_size_indicator": "顯示大小指示器", + "size": "大小", + "gold_stop": "金色補給站", + "profile_backups": "資料檔案切換", + "new_backup": "新的備份", + "create": "創建", + "load": "載入", + "update": "更新", + "delete": "刪除", + "name": "名字", + "only_confirmed": "僅確認的", + "only_exclude_grunts": "排除小兵", + "only_exclude_leaders": "排除領袖", + "rocket_pokemon": "火箭隊寶可夢", + "decoy": "誘餌", + "s2_cell_limit_0": "您試圖生成超過20,000個單元格 ({{variable_0}})", + "s2_cell_zoom_limit": "某些細胞在此縮放級別太小無法顯示", + "show_all_pvp_ranks": "顯示所有PVP排名", + "enable_pokemon_popup_coords": "顯示寶可夢座標", + "enable_gym_popup_coords": "顯示道館座標", + "enable_pokestop_popup_coords": "顯示補給站座標", + "enable_portal_popup_coords": "顯示傳送門座標", + "on_block_join_discord": "請加入我們的Discord以獲取更多資訊。", + "on_block_msg": "您因為是以下成員而被封鎖", + "denied": "拒絕", + "showcase": "展示", + "unknown_event": "未知活動", + "scanner_countdown": "{{time}}秒後可用", + "success": "成功", + "contribute": "貢獻", + "mi": "英里", + "filter_by_areas": "按區域篩選", + "submit_nest_name": "提交巢穴名稱", + "nest_submission_menu": "名稱更新", + "nest_submissions": "巢穴提交", + "nest_submissions_subtitle": "允許您為巢穴提交新的名稱", + "pokemon_opacity": "動態寶可夢透明度", + "invasion_opacity": "動態入侵透明度", + "raid_opacity": "動態團體戰透明度", + "opacity_ten_minutes": "10分鐘時的透明度", + "opacity_five_minutes": "5分鐘時的透明度", + "opacity_one_minute": "1分鐘時的透明度", + "level_circles": "等級指示", + "min_level_circle": "最低圈等級", + "mutation_auth_error": "由於您未登入,您的請求未成功", + "submitted_by": "提交者", + "reversible": "可逆的", + "version": "版本", + "route_tags": "路線標籤", + "routes": "路線", + "route_type": "路線類型", + "routes_subtitle": "在地圖上查看遊戲內的路線及相關信息", + "description": "描述", + "additional_info": "其他資訊", + "duration": "持續時間", + "elevation": "海拔", + "contest_category_1": "最小尺寸", + "context_category_2": "最大尺寸", + "total_entries": "總參賽作品", + "showcase_rankings": "展示排名", + "showcase_rankings_subtitle": "在補給站顯示展示排名的頂尖列表", + "tth": "到期時間", + "tth_0": "所有", + "tth_1": "已知", + "tth_2": "未知", + "no_access": "無法訪問", + "cooldown": "冷卻時間", + "scan_some_outside_area": "一些位置超出了授權的界限", + "alerts": "警報", + "alert_manager": "警報管理", + "menu": "菜單", + "theme": "主題", + "exit": "退出", + "component": "組件", + "component_login_page": "登入頁面", + "component_donation_page": "捐款頁面", + "component_message_of_the_day": "每日訊息", + "download": "下載", + "playground": "遊樂場", + "locale": "地區設定", + "saved": "已儲存", + "show_editor": "顯示編輯器", + "hide_editor": "隱藏編輯器", + "reported_error": "此錯誤已經報告至服務器,識別碼為", + "dark_mode": "夜間模式", + "load_from_autosave": "從自動儲存加載", + "done": "完成", + "fast": "快速", + "charged": "蓄力", + "offline_mode": "離線模式", + "include_sponsored": "包含贊助內容", + "showcase_color": "展示顏色", + "partner_color": "合作夥伴顏色", + "disable": "禁用 {{- name}}", + "profiling": "分析", + "showcase_block": "由於展示被阻擋", + "signed_in_as": "登入為", + "missing_map_perm": "您沒有查看地圖的權限。", + "access_denied": "拒絕訪問", + "audio": "音頻", + "desktop_notifications": "桌面通知", + "notifications_options": "通知選項", + "audio_always_on": "音頻總是開啟", + "volume_level": "音量等級", + "notifications_status": "通知狀態", + "granted": "已授予", + "set_all": "設定全部", + "set_filtered": "設定已篩選", + "only_show_available": "僅顯示可用的", + "easy_mode": "簡易模式", + "quick_select": "全局快速選擇", + "pokemon_filter_mode": "寶可夢篩選模式", + "basic": "基礎", + "intermediate": "中級", + "expert": "專家", + "basic_description": "輕鬆選擇寶可夢並應用全局篩選器", + "intermediate_description": "全局和每個寶可夢設定個別篩選器(傳統方式)", + "expert_description": "手動輸入查詢以獲取最多自定義選項", + "icon_size": "圖標大小", + "developer": "開發者", + "raid_override": "突襲覆蓋", + "search_rocket_pokemon": "搜索火箭隊寶可夢", + "main": "主要", + "extra": "額外", + "select": "選擇", + "searching": "正在搜索...", + "no_options": "無可選項...", + "and": "與", + "or": "或", + "only_global": "僅全局", + "global_caption": "忽略所有其他篩選器", + "global_and_individual": "全局和個別篩選器", + "gender_filters_all": "性別適用於所有", + "and_caption": "連接在一起", + "or_caption": "獨立篩選", + "filter_help": "篩選幫助", + "kilometers": "公里", + "miles": "英里", + "distance_unit": "距離單位", + "data_management": "資料管理", + "reset_or_manage_text": "您可以完全重置您的篩選器,或者您可以查看資料管理頁面,許您重置單獨類別。", + "reset_audio": "重置音頻", + "reset_all": "重置全部", + "reset_icons": "重置圖標", + "reset_position": "重置位置", + "reset_ui": "重置用戶界面", + "reset_options": "重置選項", + "reset_menus": "重置菜單", + "reset_settings": "重置設定", + "reset_general_title": "通用", + "reset_filters_title": "篩選器", + "reset_assets": "重置資源", + "reset_pokemon": "重置寶可夢", + "reset_pokestops": "重置補給站", + "reset_gyms": "重置健身房", + "reset_nests": "重置巢穴", + "reset_portals": "重置傳送門", + "reset_routes": "重置路徑", + "reset_scan_areas": "重置掃描區域", + "reset_scan_cells": "重置掃描單元", + "reset_devices": "重置設備", + "reset_weather": "重置天氣", + "reset_s2cells": "重置S2單元", + "reset_spawnpoints": "重置生成點", + "reset_submission_cells": "重置提交單元", + "hisuian": "洗翠", + "spacial_rend_range": "空間裂痕範圍", + "key": "鑰匙", + "ai": "人工智能", + "human": "人類", + "locales": "地區設定", + "instructions": "指南", + "locale_instructions_1": "從下拉選單中選擇一種語言", + "locale_instructions_2": "在「人類」欄中輸入所需的翻譯", + "locale_instructions_3": "點擊「$t(下載)」按鈕下載JSON文件", + "locale_instructions_4": "從下方的GitHub儲存庫連接中分支", + "locale_instructions_5": "創建一個新分支並將其命名為您正在翻譯的語言", + "locale_instructions_6": "用您下載的文件替換「packages/locales/lib/human/{{lng}}.json」中的內容", + "locale_instructions_7": "創建一個拉取請求", + "locale_instructions_8": "等待拉取請求被審核和合併", + "enter_translation": "輸入翻譯", + "individual_filters": "部分過濾", + "data_limit_reached": "您最近請求的數據過多,需等待至 {{until}} 方可繼續", + "unknown_station": "Unknown Power Spot", + "exclude_battle": "Exclude Max Battle", + "station": "Power Spot", + "stations": "Power Spots", + "stations_filters": "Power Spots Filter Settings", + "stations_options": "Power Spot Options", + "all_stations": "All Power Spots", + "search_battles": "Search Max Battles", + "started": "Started", + "ended": "Ended", + "search_stations": "Search Power Spots", + "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", + "station_timers": "Power Spot Timers", + "stations_opacity": "Dynamic Power Spot Opacity", + "max_battles": "Max Battles", + "dynamax": "Dynamax", + "stations_subtitle": "Displays Power Spots on the map", + "dynamax_subtitle": "Displays Dynamax Battles on the map", + "override": "Override", + "placed_pokemon": "Placed Pokémon", + "attack_bonus": "Attack Bonus", + "battle_bonus": "Battle Bonus", + "copy_coordinates": "Copy Coordinates", + "enable_station_popup_coords": "Show Power Spot Coords", + "station_icons": "Power Spot Icons", + "dynamic_opacity": "Dynamic Opacity", + "tooltips": "Tooltips", + "markers": "Markers", + "filters": "Filters", + "alignment_0": "Alignment Unset", + "alignment_1": "Shadow", + "alignment_2": "Purified", + "challenge_buddy_affection_plural": "和夥伴獲得 {{amount}} 顆心心", + "challenge_buddy_treat_plural": "餵夥伴吃 {{amount}} 個點心", + "character_category_0": "Unset", + "character_category_1": "Team Leader", + "character_category_2": "Grunt", + "character_category_3": "Arlo", + "character_category_4": "Cliff", + "character_category_5": "Sierra", + "character_category_6": "Giovanni", + "character_category_7": "Grunt Balloon ♀", + "character_category_8": "Grunt Balloon ♂", + "character_category_9": "Event NPC", + "character_category_10": "Player Team Leader", + "costume_0": "Unset", + "costume_1": "Holiday", + "costume_2": "Party", + "costume_3": "Ash", + "costume_4": "Witch", + "costume_5": "Adventure", + "costume_6": "Black Cap", + "costume_7": "Flower", + "costume_8": "Toque", + "costume_9": "Detective", + "costume_10": "One Piece", + "costume_11": "Pokemon Day", + "costume_12": "April 2020 Noevolve", + "costume_13": "Safari 2020 Noevolve", + "costume_14": "Spring 2020 Noevolve", + "costume_15": "Summer 2020 Noevolve", + "costume_16": "Fall 2020 Noevolve", + "costume_17": "Winter 2020 Noevolve", + "costume_18": "Not For Release Alpha", + "costume_19": "Not For Release Beta", + "costume_20": "Not For Release Gamma", + "costume_21": "Not For Release Noevolve", + "costume_22": "Kanto 2020 Noevolve", + "costume_23": "Johto 2020 Noevolve", + "costume_24": "Hoenn 2020 Noevolve", + "costume_25": "Sinnoh 2020 Noevolve", + "costume_26": "Halloween 2020 Noevolve", + "costume_27": "Costume 1", + "costume_28": "Costume 2", + "costume_29": "Costume 3", + "costume_30": "Costume 4", + "costume_31": "Costume 5", + "costume_32": "Costume 6", + "costume_33": "Costume 7", + "costume_34": "Costume 8", + "costume_35": "Costume 9", + "costume_36": "Costume 10", + "costume_37": "Costume 1 Noevolve", + "costume_38": "Costume 2 Noevolve", + "costume_39": "Costume 3 Noevolve", + "costume_40": "Costume 4 Noevolve", + "costume_41": "Costume 5 Noevolve", + "costume_42": "Costume 6 Noevolve", + "costume_43": "Costume 7 Noevolve", + "costume_44": "Costume 8 Noevolve", + "costume_45": "Costume 9 Noevolve", + "costume_46": "Costume 10 Noevolve", + "costume_47": "Gofest 2021 Noevolve", + "costume_48": "Fashion 2021 Noevolve", + "costume_49": "Halloween 2021 Noevolve", + "costume_50": "Gems 1 2021 Noevolve", + "costume_51": "Gems 2 2021 Noevolve", + "costume_52": "Holiday 2021 Noevolve", + "costume_53": "Tcg 2022 Noevolve", + "costume_54": "Jan 2022 Noevolve", + "costume_55": "Gofest 2022 Noevolve", + "costume_56": "Anniversary 2022 Noevolve", + "costume_57": "Fall 2022", + "costume_58": "Fall 2022 Noevolve", + "costume_59": "Holiday 2022", + "costume_60": "Jan 2023 Noevolve", + "costume_61": "Gotour 2023 Bandana Noevolve", + "costume_62": "Gotour 2023 Hat Noevolve", + "costume_63": "Spring 2023", + "costume_64": "Spring 2023 Mystic", + "costume_65": "Spring 2023 Valor", + "costume_66": "Spring 2023 Instinct", + "costume_67": "Nightcap", + "costume_68": "May 2023", + "costume_69": "Pi", + "costume_70": "Fall 2023", + "costume_71": "Fall 2023 Noevolve", + "costume_72": "Pi Noevolve", + "costume_73": "Holiday 2023", + "costume_74": "Jan 2024", + "costume_75": "Spring 2024", + "costume_77": "Summer 2024", + "costume_78": "Anniversary 2024", + "costume_79": "Fall 2024", + "display_type_7": "Gold Coins", + "display_type_8": "Kecleon", + "display_type_9": "Showcase", + "egg_0": "Unset Egg", + "egg_0_plural": "Unset Eggs", + "egg_1": "1 Star Egg", + "egg_1_plural": "1 Star Eggs", + "egg_2": "2 Star Egg", + "egg_2_plural": "2 Star Eggs", + "egg_3": "3 Star Egg", + "egg_3_plural": "3 Star Eggs", + "egg_4": "4 Star Egg", + "egg_4_plural": "4 Star Eggs", + "egg_5": "Legendary Egg", + "egg_5_plural": "Legendary Eggs", + "egg_6": "Mega Egg", + "egg_6_plural": "Mega Eggs", + "egg_7": "Mega Legendary Egg", + "egg_7_plural": "Mega Legendary Eggs", + "egg_8": "Ultra Wormhole", + "egg_8_plural": "Ultra Wormholes", + "egg_9": "Elite Egg", + "egg_9_plural": "Elite Eggs", + "egg_10": "Primal Egg", + "egg_10_plural": "Primal Eggs", + "egg_11": "1 Shadow Egg", + "egg_11_plural": "1 Shadow Eggs", + "egg_12": "2 Shadow Egg", + "egg_12_plural": "2 Shadow Eggs", + "egg_13": "3 Shadow Egg", + "egg_13_plural": "3 Shadow Eggs", + "egg_14": "4 Shadow Egg", + "egg_14_plural": "4 Shadow Eggs", + "egg_15": "5 Shadow Egg", + "egg_15_plural": "5 Shadow Eggs", + "evo_0": "Unset", + "evo_1": "Mega", + "evo_2": "Mega X", + "evo_3": "Mega Y", + "evo_4": "Primal", + "form_0": "Unset", + "form_1": "A", + "form_2": "B", + "form_3": "C", + "form_4": "D", + "form_5": "E", + "form_6": "F", + "form_7": "G", + "form_8": "H", + "form_9": "I", + "form_10": "J", + "form_11": "K", + "form_12": "L", + "form_13": "M", + "form_14": "N", + "form_15": "O", + "form_16": "P", + "form_17": "Q", + "form_18": "R", + "form_19": "S", + "form_20": "T", + "form_21": "U", + "form_22": "V", + "form_23": "W", + "form_24": "X", + "form_25": "Y", + "form_26": "Z", + "form_27": "Exclamation Point", + "form_28": "Question Mark", + "form_29": "正常", + "form_30": "Sunny", + "form_31": "Rainy", + "form_32": "Snowy", + "form_33": "正常", + "form_34": "攻擊形態", + "form_35": "防禦形態", + "form_36": "速度形態", + "form_37": "01", + "form_38": "02", + "form_39": "03", + "form_40": "04", + "form_41": "05", + "form_42": "06", + "form_43": "07", + "form_44": "08", + "form_45": "正常", + "form_46": "阿羅拉", + "form_47": "正常", + "form_48": "阿羅拉", + "form_49": "正常", + "form_50": "阿羅拉", + "form_51": "正常", + "form_52": "阿羅拉", + "form_53": "正常", + "form_54": "阿羅拉", + "form_55": "正常", + "form_56": "阿羅拉", + "form_57": "正常", + "form_58": "阿羅拉", + "form_59": "正常", + "form_60": "阿羅拉", + "form_61": "正常", + "form_62": "阿羅拉", + "form_63": "正常", + "form_64": "阿羅拉", + "form_65": "正常", + "form_66": "阿羅拉", + "form_67": "正常", + "form_68": "阿羅拉", + "form_69": "正常", + "form_70": "阿羅拉", + "form_71": "正常", + "form_72": "阿羅拉", + "form_73": "正常", + "form_74": "阿羅拉", + "form_75": "正常", + "form_76": "阿羅拉", + "form_77": "正常", + "form_78": "阿羅拉", + "form_79": "正常", + "form_80": "阿羅拉", + "form_81": "正常", + "form_82": "結冰洛托姆", + "form_83": "旋轉洛托姆", + "form_84": "切割洛托姆", + "form_85": "清洗洛托姆", + "form_86": "加熱洛托姆", + "form_87": "草木蓑衣", + "form_88": "砂土蓑衣", + "form_89": "垃圾蓑衣", + "form_90": "別種形態", + "form_91": "起源形態", + "form_92": "天空形態", + "form_93": "陸上形態", + "form_94": "陰天形態", + "form_95": "Sunny", + "form_96": "西海", + "form_97": "東海", + "form_98": "西海", + "form_99": "東海", + "form_100": "正常", + "form_101": "格鬥", + "form_102": "飛行", + "form_103": "毒", + "form_104": "地面", + "form_105": "岩石", + "form_106": "蟲", + "form_107": "幽靈", + "form_108": "鋼", + "form_109": "火", + "form_110": "水", + "form_111": "草", + "form_112": "電", + "form_113": "超能力", + "form_114": "冰", + "form_115": "龍", + "form_116": "惡", + "form_117": "妖精", + "form_118": "草木蓑衣", + "form_119": "砂土蓑衣", + "form_120": "垃圾蓑衣", + "form_121": "09", + "form_122": "09", + "form_123": "10", + "form_124": "11", + "form_125": "12", + "form_126": "13", + "form_127": "14", + "form_128": "15", + "form_129": "16", + "form_130": "17", + "form_131": "18", + "form_132": "19", + "form_133": "A", + "form_135": "正常", + "form_136": "紅條紋的樣子", + "form_137": "藍條紋的樣子", + "form_138": "Standard", + "form_139": "Zen", + "form_140": "化身形態", + "form_141": "靈獸形態", + "form_142": "化身形態", + "form_143": "靈獸形態", + "form_144": "化身形態", + "form_145": "靈獸形態", + "form_146": "正常", + "form_147": "闇黑酋雷姆", + "form_148": "焰白酋雷姆", + "form_149": "平常的樣子", + "form_150": "Resolute Form", + "form_151": "歌聲形態", + "form_152": "舞步形態", + "form_157": "正常", + "form_160": "正常", + "form_163": "正常", + "form_166": "正常", + "form_169": "正常", + "form_172": "正常", + "form_175": "正常", + "form_178": "正常", + "form_181": "正常", + "form_184": "正常", + "form_187": "正常", + "form_190": "正常", + "form_193": "正常", + "form_196": "正常", + "form_199": "正常", + "form_202": "正常", + "form_205": "正常", + "form_208": "正常", + "form_211": "正常", + "form_214": "正常", + "form_217": "正常", + "form_224": "正常", + "form_229": "正常", + "form_232": "正常", + "form_235": "正常", + "form_238": "正常", + "form_241": "正常", + "form_244": "正常", + "form_247": "正常", + "form_250": "正常", + "form_253": "正常", + "form_256": "正常", + "form_259": "正常", + "form_262": "正常", + "form_265": "正常", + "form_268": "正常", + "form_271": "正常", + "form_274": "正常", + "form_277": "正常", + "form_280": "正常", + "form_283": "正常", + "form_286": "正常", + "form_289": "正常", + "form_292": "正常", + "form_295": "正常", + "form_298": "正常", + "form_301": "正常", + "form_304": "正常", + "form_307": "正常", + "form_310": "正常", + "form_313": "正常", + "form_316": "正常", + "form_319": "正常", + "form_322": "正常", + "form_585": "春天的樣子", + "form_586": "夏天的樣子", + "form_587": "秋天的樣子", + "form_588": "冬天的樣子", + "form_589": "春天的樣子", + "form_590": "夏天的樣子", + "form_591": "秋天的樣子", + "form_592": "冬天的樣子", + "form_593": "正常", + "form_594": "Shock", + "form_595": "Burn", + "form_596": "Chill", + "form_597": "Douse", + "form_598": "正常", + "form_599": "Noevolve", + "form_600": "正常", + "form_601": "Noevolve", + "form_602": "正常", + "form_603": "Noevolve", + "form_604": "Noevolve", + "form_605": "Noevolve", + "form_606": "Noevolve", + "form_607": "Noevolve", + "form_608": "Noevolve", + "form_609": "Noevolve", + "form_610": "正常", + "form_613": "正常", + "form_616": "正常", + "form_619": "正常", + "form_622": "正常", + "form_625": "正常", + "form_628": "正常", + "form_631": "正常", + "form_634": "正常", + "form_637": "正常", + "form_640": "正常", + "form_643": "正常", + "form_646": "正常", + "form_649": "正常", + "form_652": "正常", + "form_655": "正常", + "form_658": "正常", + "form_661": "正常", + "form_664": "正常", + "form_667": "正常", + "form_670": "正常", + "form_677": "正常", + "form_680": "正常", + "form_683": "正常", + "form_688": "正常", + "form_691": "正常", + "form_694": "正常", + "form_697": "正常", + "form_700": "正常", + "form_703": "正常", + "form_706": "正常", + "form_713": "正常", + "form_716": "正常", + "form_719": "正常", + "form_722": "正常", + "form_729": "正常", + "form_734": "正常", + "form_737": "正常", + "form_740": "正常", + "form_743": "正常", + "form_746": "正常", + "form_749": "正常", + "form_752": "正常", + "form_755": "正常", + "form_758": "正常", + "form_761": "正常", + "form_764": "正常", + "form_767": "正常", + "form_770": "正常", + "form_773": "正常", + "form_776": "正常", + "form_779": "正常", + "form_782": "正常", + "form_785": "正常", + "form_788": "正常", + "form_791": "正常", + "form_794": "正常", + "form_797": "正常", + "form_800": "正常", + "form_803": "正常", + "form_806": "正常", + "form_809": "正常", + "form_812": "正常", + "form_815": "正常", + "form_818": "正常", + "form_821": "正常", + "form_824": "正常", + "form_827": "正常", + "form_830": "正常", + "form_833": "正常", + "form_836": "正常", + "form_839": "正常", + "form_846": "正常", + "form_849": "正常", + "form_852": "正常", + "form_855": "正常", + "form_858": "正常", + "form_861": "正常", + "form_864": "正常", + "form_867": "正常", + "form_870": "正常", + "form_873": "正常", + "form_876": "正常", + "form_879": "正常", + "form_888": "正常", + "form_891": "正常", + "form_894": "Fall 2019", + "form_895": "Fall 2019", + "form_896": "Fall 2019", + "form_897": "Fall 2019", + "form_898": "正常", + "form_901": "Vs 2019", + "form_902": "正常", + "form_905": "正常", + "form_908": "正常", + "form_911": "正常", + "form_914": "正常", + "form_917": "正常", + "form_920": "正常", + "form_923": "正常", + "form_926": "正常", + "form_929": "正常", + "form_932": "正常", + "form_935": "正常", + "form_938": "正常", + "form_941": "正常", + "form_944": "Galarian", + "form_945": "正常", + "form_946": "Galarian", + "form_947": "正常", + "form_948": "Galarian", + "form_949": "Copy 2019", + "form_950": "Copy 2019", + "form_951": "Copy 2019", + "form_952": "Copy 2019", + "form_953": "正常", + "form_956": "正常", + "form_959": "正常", + "form_962": "正常", + "form_965": "正常", + "form_968": "正常", + "form_971": "正常", + "form_974": "正常", + "form_981": "正常", + "form_984": "正常", + "form_987": "正常", + "form_990": "正常", + "form_993": "正常", + "form_996": "正常", + "form_999": "正常", + "form_1002": "正常", + "form_1005": "正常", + "form_1008": "正常", + "form_1011": "正常", + "form_1014": "正常", + "form_1017": "正常", + "form_1020": "正常", + "form_1023": "正常", + "form_1026": "正常", + "form_1029": "正常", + "form_1032": "正常", + "form_1035": "正常", + "form_1038": "正常", + "form_1041": "正常", + "form_1044": "正常", + "form_1047": "正常", + "form_1050": "正常", + "form_1053": "正常", + "form_1056": "正常", + "form_1059": "正常", + "form_1062": "正常", + "form_1065": "正常", + "form_1068": "正常", + "form_1071": "正常", + "form_1074": "正常", + "form_1077": "正常", + "form_1080": "正常", + "form_1083": "正常", + "form_1086": "正常", + "form_1089": "正常", + "form_1092": "正常", + "form_1095": "正常", + "form_1098": "正常", + "form_1101": "正常", + "form_1104": "正常", + "form_1107": "正常", + "form_1110": "正常", + "form_1115": "正常", + "form_1118": "正常", + "form_1121": "正常", + "form_1124": "正常", + "form_1127": "正常", + "form_1130": "正常", + "form_1133": "正常", + "form_1136": "正常", + "form_1139": "正常", + "form_1142": "正常", + "form_1145": "正常", + "form_1148": "正常", + "form_1151": "正常", + "form_1154": "正常", + "form_1157": "正常", + "form_1160": "正常", + "form_1163": "正常", + "form_1166": "正常", + "form_1169": "正常", + "form_1172": "正常", + "form_1175": "正常", + "form_1178": "正常", + "form_1181": "正常", + "form_1184": "正常", + "form_1187": "正常", + "form_1190": "正常", + "form_1193": "正常", + "form_1196": "正常", + "form_1199": "正常", + "form_1202": "正常", + "form_1205": "正常", + "form_1208": "正常", + "form_1211": "正常", + "form_1214": "正常", + "form_1217": "正常", + "form_1220": "正常", + "form_1223": "正常", + "form_1226": "正常", + "form_1229": "正常", + "form_1232": "正常", + "form_1235": "正常", + "form_1238": "正常", + "form_1241": "正常", + "form_1244": "正常", + "form_1247": "正常", + "form_1250": "正常", + "form_1253": "正常", + "form_1256": "正常", + "form_1259": "正常", + "form_1262": "正常", + "form_1265": "正常", + "form_1268": "正常", + "form_1271": "正常", + "form_1274": "正常", + "form_1277": "正常", + "form_1280": "正常", + "form_1283": "正常", + "form_1286": "正常", + "form_1289": "正常", + "form_1292": "正常", + "form_1295": "正常", + "form_1298": "正常", + "form_1301": "正常", + "form_1304": "正常", + "form_1307": "正常", + "form_1310": "正常", + "form_1313": "正常", + "form_1316": "正常", + "form_1319": "正常", + "form_1322": "正常", + "form_1325": "正常", + "form_1328": "正常", + "form_1331": "正常", + "form_1334": "正常", + "form_1337": "正常", + "form_1340": "正常", + "form_1343": "正常", + "form_1346": "正常", + "form_1349": "正常", + "form_1352": "正常", + "form_1355": "正常", + "form_1358": "正常", + "form_1361": "正常", + "form_1364": "正常", + "form_1367": "正常", + "form_1370": "正常", + "form_1379": "正常", + "form_1382": "正常", + "form_1385": "正常", + "form_1388": "正常", + "form_1391": "正常", + "form_1394": "正常", + "form_1397": "正常", + "form_1400": "正常", + "form_1403": "正常", + "form_1406": "正常", + "form_1409": "正常", + "form_1412": "正常", + "form_1415": "正常", + "form_1418": "正常", + "form_1421": "正常", + "form_1424": "正常", + "form_1427": "正常", + "form_1430": "正常", + "form_1433": "正常", + "form_1436": "正常", + "form_1439": "正常", + "form_1442": "正常", + "form_1445": "正常", + "form_1448": "正常", + "form_1451": "正常", + "form_1454": "正常", + "form_1457": "正常", + "form_1460": "正常", + "form_1463": "正常", + "form_1466": "正常", + "form_1469": "正常", + "form_1472": "正常", + "form_1475": "正常", + "form_1478": "正常", + "form_1481": "正常", + "form_1484": "正常", + "form_1487": "正常", + "form_1490": "正常", + "form_1493": "正常", + "form_1496": "正常", + "form_1499": "正常", + "form_1502": "正常", + "form_1505": "正常", + "form_1508": "正常", + "form_1511": "正常", + "form_1514": "正常", + "form_1517": "正常", + "form_1520": "正常", + "form_1523": "正常", + "form_1526": "正常", + "form_1529": "正常", + "form_1532": "正常", + "form_1535": "正常", + "form_1538": "正常", + "form_1541": "正常", + "form_1544": "正常", + "form_1547": "正常", + "form_1550": "正常", + "form_1553": "正常", + "form_1556": "正常", + "form_1559": "正常", + "form_1562": "正常", + "form_1565": "正常", + "form_1568": "正常", + "form_1571": "正常", + "form_1574": "正常", + "form_1577": "正常", + "form_1580": "正常", + "form_1583": "正常", + "form_1586": "正常", + "form_1589": "正常", + "form_1592": "正常", + "form_1595": "正常", + "form_1598": "正常", + "form_1601": "正常", + "form_1604": "正常", + "form_1607": "正常", + "form_1610": "正常", + "form_1613": "正常", + "form_1616": "正常", + "form_1619": "正常", + "form_1622": "正常", + "form_1625": "正常", + "form_1628": "正常", + "form_1631": "正常", + "form_1634": "正常", + "form_1637": "正常", + "form_1640": "正常", + "form_1643": "正常", + "form_1646": "正常", + "form_1649": "正常", + "form_1652": "正常", + "form_1655": "正常", + "form_1658": "正常", + "form_1661": "正常", + "form_1664": "正常", + "form_1667": "正常", + "form_1670": "正常", + "form_1673": "正常", + "form_1676": "正常", + "form_1679": "正常", + "form_1682": "正常", + "form_1685": "正常", + "form_1688": "正常", + "form_1691": "正常", + "form_1694": "正常", + "form_1697": "正常", + "form_1700": "正常", + "form_1703": "正常", + "form_1706": "正常", + "form_1709": "正常", + "form_1712": "正常", + "form_1715": "正常", + "form_1718": "正常", + "form_1721": "正常", + "form_1724": "正常", + "form_1727": "正常", + "form_1730": "正常", + "form_1733": "正常", + "form_1736": "正常", + "form_1739": "正常", + "form_1742": "正常", + "form_1745": "正常", + "form_1748": "正常", + "form_1751": "正常", + "form_1754": "正常", + "form_1757": "正常", + "form_1760": "正常", + "form_1763": "正常", + "form_1766": "正常", + "form_1769": "正常", + "form_1772": "正常", + "form_1775": "正常", + "form_1778": "正常", + "form_1781": "正常", + "form_1784": "正常", + "form_1787": "正常", + "form_1790": "正常", + "form_1793": "正常", + "form_1796": "正常", + "form_1799": "正常", + "form_1802": "正常", + "form_1805": "正常", + "form_1808": "正常", + "form_1811": "正常", + "form_1814": "正常", + "form_1817": "正常", + "form_1820": "正常", + "form_1823": "正常", + "form_1826": "正常", + "form_1829": "正常", + "form_1832": "正常", + "form_1835": "正常", + "form_1838": "正常", + "form_1841": "正常", + "form_1844": "正常", + "form_1847": "正常", + "form_1850": "正常", + "form_1853": "正常", + "form_1856": "正常", + "form_1859": "正常", + "form_1862": "正常", + "form_1865": "正常", + "form_1868": "正常", + "form_1871": "正常", + "form_1874": "正常", + "form_1877": "正常", + "form_1880": "正常", + "form_1883": "正常", + "form_1886": "正常", + "form_1889": "正常", + "form_1892": "正常", + "form_1895": "正常", + "form_1898": "正常", + "form_1901": "正常", + "form_1904": "正常", + "form_1907": "正常", + "form_1910": "正常", + "form_1913": "正常", + "form_1916": "正常", + "form_1919": "正常", + "form_1922": "正常", + "form_1925": "正常", + "form_1928": "正常", + "form_1931": "正常", + "form_1934": "正常", + "form_1937": "正常", + "form_1940": "正常", + "form_1943": "正常", + "form_1946": "正常", + "form_1949": "正常", + "form_1952": "正常", + "form_1955": "正常", + "form_1958": "正常", + "form_1961": "正常", + "form_1964": "正常", + "form_1967": "正常", + "form_1970": "正常", + "form_1973": "正常", + "form_1976": "正常", + "form_1979": "正常", + "form_1982": "正常", + "form_1985": "正常", + "form_1988": "正常", + "form_1991": "正常", + "form_1994": "正常", + "form_1997": "正常", + "form_2000": "正常", + "form_2003": "正常", + "form_2006": "正常", + "form_2009": "正常", + "form_2012": "正常", + "form_2015": "正常", + "form_2018": "正常", + "form_2021": "正常", + "form_2024": "正常", + "form_2027": "正常", + "form_2030": "正常", + "form_2033": "正常", + "form_2036": "正常", + "form_2039": "正常", + "form_2042": "正常", + "form_2045": "正常", + "form_2048": "正常", + "form_2051": "正常", + "form_2054": "正常", + "form_2057": "正常", + "form_2060": "正常", + "form_2063": "正常", + "form_2066": "正常", + "form_2069": "正常", + "form_2072": "正常", + "form_2075": "正常", + "form_2078": "正常", + "form_2081": "正常", + "form_2084": "正常", + "form_2087": "正常", + "form_2090": "正常", + "form_2093": "正常", + "form_2096": "正常", + "form_2099": "正常", + "form_2102": "正常", + "form_2105": "正常", + "form_2108": "正常", + "form_2111": "正常", + "form_2114": "正常", + "form_2117": "正常", + "form_2120": "正常", + "form_2123": "正常", + "form_2126": "正常", + "form_2129": "正常", + "form_2132": "正常", + "form_2135": "正常", + "form_2138": "正常", + "form_2141": "正常", + "form_2144": "正常", + "form_2147": "正常", + "form_2150": "正常", + "form_2153": "正常", + "form_2156": "正常", + "form_2159": "正常", + "form_2162": "正常", + "form_2165": "正常", + "form_2168": "正常", + "form_2171": "正常", + "form_2174": "正常", + "form_2177": "正常", + "form_2180": "正常", + "form_2183": "正常", + "form_2186": "正常", + "form_2189": "正常", + "form_2192": "正常", + "form_2195": "正常", + "form_2198": "正常", + "form_2201": "正常", + "form_2204": "正常", + "form_2207": "正常", + "form_2210": "正常", + "form_2213": "正常", + "form_2216": "正常", + "form_2219": "正常", + "form_2222": "正常", + "form_2225": "正常", + "form_2228": "正常", + "form_2231": "正常", + "form_2234": "正常", + "form_2237": "正常", + "form_2240": "正常", + "form_2243": "正常", + "form_2246": "正常", + "form_2249": "正常", + "form_2252": "正常", + "form_2255": "正常", + "form_2258": "正常", + "form_2261": "正常", + "form_2264": "正常", + "form_2267": "正常", + "form_2270": "正常", + "form_2273": "正常", + "form_2276": "正常", + "form_2279": "正常", + "form_2282": "正常", + "form_2285": "正常", + "form_2288": "正常", + "form_2291": "正常", + "form_2294": "正常", + "form_2297": "正常", + "form_2300": "正常", + "form_2303": "正常", + "form_2306": "正常", + "form_2309": "正常", + "form_2312": "正常", + "form_2315": "正常", + "form_2318": "正常", + "form_2321": "正常", + "form_2324": "正常", + "form_2327": "Spring 2020", + "form_2328": "Spring 2020", + "form_2329": "Spring 2020", + "form_2330": "雌性", + "form_2331": "雌性", + "form_2332": "Costume 2020", + "form_2333": "Costume 2020", + "form_2334": "Costume 2020", + "form_2335": "Galarian", + "form_2336": "Galarian", + "form_2337": "Galarian", + "form_2338": "Galarian", + "form_2339": "Galarian", + "form_2340": "Galarian", + "form_2341": "Galarian", + "form_2342": "Galarian Standard", + "form_2343": "Galarian Zen", + "form_2344": "Galarian", + "form_2345": "Galarian", + "form_2463": "Low Key Form", + "form_2464": "Amped Form", + "form_2477": "Phony Form", + "form_2478": "Antique Form", + "form_2480": "Phony Form", + "form_2481": "Antique Form", + "form_2501": "正常", + "form_2504": "正常", + "form_2507": "正常", + "form_2510": "正常", + "form_2513": "正常", + "form_2516": "正常", + "form_2540": "Ice Face", + "form_2541": "Noice Face", + "form_2542": "雄性", + "form_2543": "雌性", + "form_2544": "Full Belly", + "form_2545": "Hangry", + "form_2576": "Crowned Sword", + "form_2577": "身經百戰", + "form_2578": "Crowned Shield", + "form_2579": "身經百戰", + "form_2580": "Eternamax", + "form_2581": "正常", + "form_2582": "Galarian", + "form_2583": "Galarian", + "form_2584": "Galarian", + "form_2585": "Costume 2020", + "form_2586": "Costume 2020", + "form_2587": "正常", + "form_2588": "雌性", + "form_2589": "正常", + "form_2590": "雌性", + "form_2591": "Ten Percent", + "form_2592": "Fifty Percent", + "form_2593": "Complete", + "form_2594": "Archipelago", + "form_2595": "Continental", + "form_2596": "Elegant", + "form_2597": "Fancy", + "form_2598": "Garden", + "form_2599": "High Plains", + "form_2600": "Icy Snow", + "form_2601": "Jungle", + "form_2602": "Marine", + "form_2603": "Meadow", + "form_2604": "Modern", + "form_2605": "Monsoon", + "form_2606": "Ocean", + "form_2607": "Pokeball", + "form_2608": "Polar", + "form_2609": "River", + "form_2610": "Sandstorm", + "form_2611": "Savanna", + "form_2612": "太陽的樣子", + "form_2613": "Tundra", + "form_2614": "Red Flower", + "form_2615": "Yellow Flower", + "form_2616": "Orange Flower", + "form_2617": "Blue Flower", + "form_2618": "White Flower", + "form_2619": "Red Flower", + "form_2620": "Yellow Flower", + "form_2621": "Orange Flower", + "form_2622": "Blue Flower", + "form_2623": "White Flower", + "form_2624": "Red Flower", + "form_2625": "Yellow Flower", + "form_2626": "Orange Flower", + "form_2627": "Blue Flower", + "form_2628": "White Flower", + "form_2629": "Natural", + "form_2630": "Heart Trim", + "form_2631": "Star Trim", + "form_2632": "Diamond Trim", + "form_2633": "Debutante Trim", + "form_2634": "Matron Trim", + "form_2635": "Dandy Trim", + "form_2636": "La Reine Trim", + "form_2637": "Kabuki Trim", + "form_2638": "Pharaoh Trim", + "form_2639": "Shield", + "form_2640": "Blade", + "form_2641": "Small", + "form_2642": "Average", + "form_2643": "Large", + "form_2644": "Super", + "form_2645": "Small", + "form_2646": "Average", + "form_2647": "Large", + "form_2648": "Super", + "form_2649": "Neutral", + "form_2650": "Active", + "form_2651": "Confined", + "form_2652": "Unbound", + "form_2666": "Costume 2020 Deprecated", + "form_2668": "Costume 2020", + "form_2669": "Adventure Hat 2020", + "form_2670": "Winter 2020", + "form_2671": "Winter 2020", + "form_2672": "Winter 2020", + "form_2673": "2020", + "form_2674": "2021", + "form_2675": "Kariyushi", + "form_2676": "Pop Star", + "form_2677": "Rock Star", + "form_2678": "Flying 5th Anniv", + "form_2679": "熱辣熱辣風格", + "form_2680": "啪滋啪滋風格", + "form_2681": "呼拉呼拉風格", + "form_2683": "輕盈輕盈風格", + "form_2684": "白晝的樣子", + "form_2685": "黑夜的樣子", + "form_2686": "黃昏的樣子", + "form_2687": "Solo Form", + "form_2688": "School Form", + "form_2689": "正常", + "form_2690": "蟲", + "form_2691": "惡", + "form_2692": "龍", + "form_2693": "電", + "form_2694": "妖精", + "form_2695": "格鬥", + "form_2696": "火", + "form_2697": "飛行", + "form_2698": "幽靈", + "form_2699": "草", + "form_2700": "地面", + "form_2701": "冰", + "form_2702": "毒", + "form_2703": "超能力", + "form_2704": "岩石", + "form_2705": "鋼", + "form_2706": "水", + "form_2707": "Meteor Blue", + "form_2708": "藍羽毛", + "form_2709": "綠羽毛", + "form_2710": "Indigo", + "form_2711": "Orange", + "form_2712": "Red", + "form_2713": "Violet", + "form_2714": "黃羽毛", + "form_2715": "Busted Form", + "form_2716": "Disguised Form", + "form_2717": "正常", + "form_2718": "Dusk Mane", + "form_2719": "Dawn Wings", + "form_2720": "Ultra", + "form_2721": "正常", + "form_2722": "Original Color", + "form_2723": "Single Strike", + "form_2724": "Rapid Strike", + "form_2725": "正常", + "form_2726": "Ice Rider", + "form_2727": "Shadow Rider", + "form_2728": "Hisuian", + "form_2729": "S", + "form_2730": "S", + "form_2731": "S", + "form_2732": "S", + "form_2733": "S", + "form_2734": "2022", + "form_2735": "Hisuian", + "form_2736": "Flying Okinawa", + "form_2737": "黃昏的樣子", + "form_2739": "Meteor Green", + "form_2740": "Meteor Indigo", + "form_2741": "Meteor Orange", + "form_2742": "Meteor Red", + "form_2743": "Meteor Violet", + "form_2744": "Meteor Yellow", + "form_2745": "Archipelago", + "form_2746": "Continental", + "form_2747": "Elegant", + "form_2748": "Fancy", + "form_2749": "Garden", + "form_2750": "High Plains", + "form_2751": "Icy Snow", + "form_2752": "Jungle", + "form_2753": "Marine", + "form_2754": "Meadow", + "form_2755": "Modern", + "form_2756": "Monsoon", + "form_2757": "Ocean", + "form_2758": "Pokeball", + "form_2759": "Polar", + "form_2760": "River", + "form_2761": "Sandstorm", + "form_2762": "Savanna", + "form_2763": "太陽的樣子", + "form_2764": "Tundra", + "form_2765": "Archipelago", + "form_2766": "Continental", + "form_2767": "Elegant", + "form_2768": "Fancy", + "form_2769": "Garden", + "form_2770": "High Plains", + "form_2771": "Icy Snow", + "form_2772": "Jungle", + "form_2773": "Marine", + "form_2774": "Meadow", + "form_2775": "Modern", + "form_2776": "Monsoon", + "form_2777": "Ocean", + "form_2778": "Pokeball", + "form_2779": "Polar", + "form_2780": "River", + "form_2781": "Sandstorm", + "form_2782": "Savanna", + "form_2783": "太陽的樣子", + "form_2784": "Tundra", + "form_2785": "Hisuian", + "form_2786": "Hisuian", + "form_2787": "Hisuian", + "form_2788": "Hisuian", + "form_2789": "Hisuian", + "form_2790": "Hisuian", + "form_2791": "Hisuian", + "form_2792": "Hisuian", + "form_2793": "Hisuian", + "form_2794": "Hisuian", + "form_2795": "Hisuian", + "form_2796": "Hisuian", + "form_2797": "Hisuian", + "form_2798": "Hisuian", + "form_2799": "Galarian", + "form_2800": "Galarian", + "form_2801": "Galarian", + "form_2802": "化身形態", + "form_2803": "靈獸形態", + "form_2804": "白條紋的樣子", + "form_2805": "Gofest 2022", + "form_2806": "Wcs 2022", + "form_2807": "正常", + "form_2808": "雌性", + "form_2809": "正常", + "form_2810": "正常", + "form_2811": "正常", + "form_2812": "正常", + "form_2813": "Tshirt 01", + "form_2814": "Tshirt 02", + "form_2815": "Flying 01", + "form_2816": "Flying 02", + "form_2817": "正常", + "form_2820": "Winter 2020", + "form_2821": "S", + "form_2822": "S", + "form_2823": "Complete Ten Percent", + "form_2824": "Complete Fifty Percent", + "form_2825": "Gotour 2024 A", + "form_2826": "Gotour 2024 B", + "form_2827": "Gotour 2024 A 02", + "form_2828": "Gotour 2024 B 02", + "form_2829": "起源形態", + "form_2830": "起源形態", + "form_2831": "正常", + "form_2832": "Tshirt 03", + "form_2833": "Flying 04", + "form_2834": "Tshirt 04", + "form_2835": "Tshirt 05", + "form_2836": "Tshirt 06", + "form_2837": "Tshirt 07", + "form_2838": "Flying 05", + "form_2839": "Flying 06", + "form_2840": "Flying 07", + "form_2841": "Flying 08", + "form_2842": "Horizons", + "form_2843": "Gofest 2024 Stiara", + "form_2844": "Gofest 2024 Mtiara", + "form_2845": "Gofest 2024 Stiara", + "form_2846": "Gofest 2024 Mtiara", + "form_2847": "Gofest 2024 Sscarf", + "form_2848": "Gofest 2024 Mscarf", + "form_2981": "正常", + "form_2982": "雌性", + "form_2983": "Family Of Three", + "form_2984": "Family Of Four", + "form_2985": "綠羽毛", + "form_2986": "藍羽毛", + "form_2987": "黃羽毛", + "form_2988": "White", + "form_2989": "平凡形態", + "form_2990": "身經百戰", + "form_2991": "上弓姿勢", + "form_2992": "下垂姿勢", + "form_2993": "平挺姿勢", + "form_2994": "二節形態", + "form_2995": "三節形態", + "form_2996": "完全形態", + "form_2997": "完整模式", + "form_2998": "正常", + "form_3000": "正常", + "form_3001": "Summer 2023", + "form_3002": "Summer 2023 A", + "form_3003": "Summer 2023 B", + "form_3004": "Summer 2023 C", + "form_3005": "Summer 2023 D", + "form_3006": "Paldea Combat", + "form_3007": "Paldea Blaze", + "form_3008": "Paldea Aqua", + "form_3009": "Paldea", + "form_3010": "Summer 2023 E", + "form_3011": "Flying 03", + "form_3012": "Jeju", + "form_3013": "Doctor", + "form_3014": "Wcs 2023", + "form_3015": "Wcs 2024", + "gender_0": "Any", + "gender_1": "雄性", + "gender_2": "雌性", + "gender_icon_0": " ", + "gender_icon_1": "♂", + "gender_icon_2": "♀", + "gender_icon_3": "⚲", + "generation_1": "Kanto", + "generation_2": "Johto", + "generation_3": "Hoenn", + "generation_4": "Sinnoh", + "generation_5": "Unova", + "generation_6": "Kalos", + "generation_7": "阿羅拉", + "generation_8": "Galar", + "generation_9": "Paldea", + "grunt_0": "Unset", + "grunt_1": "布蘭雪", + "grunt_2": "坎迪拉", + "grunt_3": "史帕克", + "grunt_4": "手下 (雄性)", + "grunt_5": "手下 (雌性)", + "grunt_6": "蟲 - 手下 (雌性)", + "grunt_7": "蟲 - 手下 (雄性)", + "grunt_8": "手下 (雌性)", + "grunt_9": "手下 (雄性)", + "grunt_10": "惡 - 手下 (雌性)", + "grunt_11": "惡 - 手下 (雄性)", + "grunt_12": "龍 - 手下 (雌性)", + "grunt_13": "龍 - 手下 (雄性)", + "grunt_14": "妖精 - 手下 (雌性)", + "grunt_15": "妖精 - 手下 (雄性)", + "grunt_16": "格鬥 - 手下 (雌性)", + "grunt_17": "格鬥 - 手下 (雄性)", + "grunt_18": "火 - 手下 (雌性)", + "grunt_19": "火 - 手下 (雄性)", + "grunt_20": "飛行 - 手下 (雌性)", + "grunt_21": "飛行 - 手下 (雄性)", + "grunt_22": "草 - 手下 (雌性)", + "grunt_23": "草 - 手下 (雄性)", + "grunt_24": "地面 - 手下 (雌性)", + "grunt_25": "地面 - 手下 (雄性)", + "grunt_26": "冰 - 手下 (雌性)", + "grunt_27": "冰 - 手下 (雄性)", + "grunt_28": "鋼 - 手下 (雌性)", + "grunt_29": "鋼 - 手下 (雄性)", + "grunt_30": "一般 - 手下 (雌性)", + "grunt_31": "一般 - 手下 (雄性)", + "grunt_32": "毒 - 手下 (雌性)", + "grunt_33": "毒 - 手下 (雄性)", + "grunt_34": "超能力 - 手下 (雌性)", + "grunt_35": "超能力 - 手下 (雄性)", + "grunt_36": "岩石 - 手下 (雌性)", + "grunt_37": "岩石 - 手下 (雄性)", + "grunt_38": "水 - 手下 (雌性)", + "grunt_39": "水 - 手下 (雄性)", + "grunt_40": "Player Team Leader", + "grunt_41": "幹部 克里夫", + "grunt_42": "幹部 亞洛", + "grunt_43": "幹部 希爾拉", + "grunt_44": "阪木", + "grunt_45": "冒牌手下 (雄性)", + "grunt_46": "冒牌手下 (雌性)", + "grunt_47": "幽靈 - 手下 (雌性)", + "grunt_48": "幽靈 - 手下 (雄性)", + "grunt_49": "電 - 手下 (雌性)", + "grunt_50": "電 - 手下 (雄性)", + "grunt_51": "手下 (雌性)", + "grunt_52": "手下 (雄性)", + "grunt_53": "Jessie", + "grunt_54": "James", + "grunt_55": "蟲 - 手下 (雌性)", + "grunt_56": "蟲 - 手下 (雄性)", + "grunt_57": "惡 - 手下 (雌性)", + "grunt_58": "惡 - 手下 (雄性)", + "grunt_59": "龍 - 手下 (雌性)", + "grunt_60": "龍 - 手下 (雄性)", + "grunt_61": "妖精 - 手下 (雌性)", + "grunt_62": "妖精 - 手下 (雄性)", + "grunt_63": "格鬥 - 手下 (雌性)", + "grunt_64": "格鬥 - 手下 (雄性)", + "grunt_65": "火 - 手下 (雌性)", + "grunt_66": "火 - 手下 (雄性)", + "grunt_67": "飛行 - 手下 (雌性)", + "grunt_68": "飛行 - 手下 (雄性)", + "grunt_69": "草 - 手下 (雌性)", + "grunt_70": "草 - 手下 (雄性)", + "grunt_71": "地面 - 手下 (雌性)", + "grunt_72": "地面 - 手下 (雄性)", + "grunt_73": "冰 - 手下 (雌性)", + "grunt_74": "冰 - 手下 (雄性)", + "grunt_75": "手下 (雌性)", + "grunt_76": "手下 (雄性)", + "grunt_77": "一般 - 手下 (雌性)", + "grunt_78": "一般 - 手下 (雄性)", + "grunt_79": "毒 - 手下 (雌性)", + "grunt_80": "毒 - 手下 (雄性)", + "grunt_81": "超能力 - 手下 (雌性)", + "grunt_82": "超能力 - 手下 (雄性)", + "grunt_83": "岩石 - 手下 (雌性)", + "grunt_84": "岩石 - 手下 (雄性)", + "grunt_85": "水 - 手下 (雌性)", + "grunt_86": "水 - 手下 (雄性)", + "grunt_87": "幽靈 - 手下 (雌性)", + "grunt_88": "幽靈 - 手下 (雄性)", + "grunt_89": "電 - 手下 (雌性)", + "grunt_90": "電 - 手下 (雄性)", + "grunt_91": "Willow", + "grunt_92": "Willowb", + "grunt_93": "Traveler", + "grunt_94": "Explorer", + "grunt_500": "LenTao9", + "grunt_501": "oneslapguy", + "grunt_502": "DieCurryWurst", + "grunt_503": "DieCurryWurst", + "grunt_504": "Juanevoli", + "grunt_505": "Trainer yournameNPC05", + "grunt_506": "CashmereFeline", + "grunt_507": "enjoyryde", + "grunt_508": "Trainer yournameNPC08", + "grunt_509": "Telli997", + "grunt_510": "malibuleo", + "grunt_511": "NPC Blanche", + "grunt_512": "NPC Candela", + "grunt_513": "NPC Spark", + "grunt_514": "NPC 11", + "grunt_515": "NPC 12", + "grunt_516": "NPC 13", + "grunt_517": "NPC 14", + "grunt_518": "NPC 15", + "grunt_519": "NPC 16", + "grunt_520": "NPC 17", + "grunt_521": "NPC 18", + "grunt_522": "NPC 19", + "grunt_523": "NPC 20", + "grunt_524": "Giovanni Unticketed", + "grunt_525": "Sierra Unticketed", + "grunt_526": "Arlo Unticketed", + "grunt_527": "Cliff Unticketed", + "grunt_a_0": "無", + "grunt_a_1": "布蘭雪", + "grunt_a_2": "坎迪拉", + "grunt_a_3": "史帕克", + "grunt_a_4": "手下 ♂", + "grunt_a_5": "手下 ♀", + "grunt_a_6": "蟲 ♀", + "grunt_a_7": "蟲 ♂", + "grunt_a_8": "手下 ♀", + "grunt_a_9": "手下 ♂", + "grunt_a_10": "惡 ♀", + "grunt_a_11": "惡 ♂", + "grunt_a_12": "龍 ♀", + "grunt_a_13": "龍 ♂", + "grunt_a_14": "妖精 ♀", + "grunt_a_15": "妖精 ♂", + "grunt_a_16": "格鬥 ♀", + "grunt_a_17": "格鬥 ♂", + "grunt_a_18": "火 ♀", + "grunt_a_19": "火 ♂", + "grunt_a_20": "飛行 ♀", + "grunt_a_21": "飛行 ♂", + "grunt_a_22": "草 ♀", + "grunt_a_23": "草 ♂", + "grunt_a_24": "地面 ♀", + "grunt_a_25": "地面 ♂", + "grunt_a_26": "冰 ♀", + "grunt_a_27": "冰 ♂", + "grunt_a_28": "鋼 ♀", + "grunt_a_29": "鋼 ♂", + "grunt_a_30": "一般 ♀", + "grunt_a_31": "一般 ♂", + "grunt_a_32": "毒 ♀", + "grunt_a_33": "毒 ♂", + "grunt_a_34": "超能力 ♀", + "grunt_a_35": "超能力 ♂", + "grunt_a_36": "岩石 ♀", + "grunt_a_37": "岩石 ♂", + "grunt_a_38": "水 ♀", + "grunt_a_39": "水 ♂", + "grunt_a_40": "Player Team Leader", + "grunt_a_41": "幹部 克里夫", + "grunt_a_42": "幹部 亞洛", + "grunt_a_43": "幹部 希爾拉", + "grunt_a_44": "阪木", + "grunt_a_45": "冒牌手下 ♂", + "grunt_a_46": "冒牌手下 ♀", + "grunt_a_47": "幽靈 ♀", + "grunt_a_48": "幽靈 ♂", + "grunt_a_49": "電 ♀", + "grunt_a_50": "電 ♂", + "grunt_a_51": "手下 ♀", + "grunt_a_52": "手下 ♂", + "grunt_a_53": "Jessie", + "grunt_a_54": "James", + "grunt_a_55": "蟲 ♀", + "grunt_a_56": "蟲 ♂", + "grunt_a_57": "惡 ♀", + "grunt_a_58": "惡 ♂", + "grunt_a_59": "龍 ♀", + "grunt_a_60": "龍 ♂", + "grunt_a_61": "妖精 ♀", + "grunt_a_62": "妖精 ♂", + "grunt_a_63": "格鬥 ♀", + "grunt_a_64": "格鬥 ♂", + "grunt_a_65": "火 ♀", + "grunt_a_66": "火 ♂", + "grunt_a_67": "飛行 ♀", + "grunt_a_68": "飛行 ♂", + "grunt_a_69": "草 ♀", + "grunt_a_70": "草 ♂", + "grunt_a_71": "地面 ♀", + "grunt_a_72": "地面 ♂", + "grunt_a_73": "冰 ♀", + "grunt_a_74": "冰 ♂", + "grunt_a_75": "手下 ♀", + "grunt_a_76": "手下 ♂", + "grunt_a_77": "一般 ♀", + "grunt_a_78": "一般 ♂", + "grunt_a_79": "毒 ♀", + "grunt_a_80": "毒 ♂", + "grunt_a_81": "超能力 ♀", + "grunt_a_82": "超能力 ♂", + "grunt_a_83": "岩石 ♀", + "grunt_a_84": "岩石 ♂", + "grunt_a_85": "水 ♀", + "grunt_a_86": "水 ♂", + "grunt_a_87": "幽靈 ♀", + "grunt_a_88": "幽靈 ♂", + "grunt_a_89": "電 ♀", + "grunt_a_90": "電 ♂", + "grunt_a_91": "Willow", + "grunt_a_92": "Willowb", + "grunt_a_93": "Traveler", + "grunt_a_94": "Explorer", + "grunt_a_500": "LenTao9", + "grunt_a_501": "oneslapguy", + "grunt_a_502": "DieCurryWurst", + "grunt_a_503": "DieCurryWurst", + "grunt_a_504": "Juanevoli", + "grunt_a_505": "Trainer yournameNPC05", + "grunt_a_506": "CashmereFeline", + "grunt_a_507": "enjoyryde", + "grunt_a_508": "Trainer yournameNPC08", + "grunt_a_509": "Telli997", + "grunt_a_510": "malibuleo", + "grunt_a_511": "NPC Blanche", + "grunt_a_512": "NPC Candela", + "grunt_a_513": "NPC Spark", + "grunt_a_514": "NPC 11", + "grunt_a_515": "NPC 12", + "grunt_a_516": "NPC 13", + "grunt_a_517": "NPC 14", + "grunt_a_518": "NPC 15", + "grunt_a_519": "NPC 16", + "grunt_a_520": "NPC 17", + "grunt_a_521": "NPC 18", + "grunt_a_522": "NPC 19", + "grunt_a_523": "NPC 20", + "grunt_a_524": "Giovanni Unticketed", + "grunt_a_525": "Sierra Unticketed", + "grunt_a_526": "Arlo Unticketed", + "grunt_a_527": "Cliff Unticketed", + "item_0": "不明", + "item_1": "精靈球", + "item_2": "超級球", + "item_3": "高級球", + "item_4": "大師球", + "item_5": "紀念球", + "item_6": "究極球", + "item_7": "Wild Ball", + "item_8": "Wild Ball Premier", + "item_101": "傷藥", + "item_102": "好傷藥", + "item_103": "厲害傷藥", + "item_104": "全滿藥", + "item_201": "活力碎片", + "item_202": "活力塊", + "item_301": "幸運蛋", + "item_401": "薰香", + "item_402": "Incense Spicy", + "item_403": "Incense Cool", + "item_404": "Incense Floral", + "item_405": "神秘盒子", + "item_406": "散步小薰香", + "item_407": "重要的寶箱", + "item_408": "Incense Day Bonus", + "item_409": "Incense Night Bonus", + "item_501": "誘餌模組", + "item_502": "冰寒誘餌模組", + "item_503": "藥草誘餌模組", + "item_504": "磁鐵誘餌模組", + "item_505": "雨露誘餌模組", + "item_506": "黃金誘餌模組", + "item_602": "力量強化", + "item_603": "防禦強化", + "item_604": "未定", + "item_650": "基格爾德・細胞", + "item_651": "基格爾德多面體", + "item_701": "蔓莓果", + "item_702": "墨莓果", + "item_703": "蕉香果", + "item_704": "西梨果", + "item_705": "凰梨果", + "item_706": "金色蔓莓果", + "item_707": "Golden Nanab Berry", + "item_708": "銀色凰梨果", + "item_709": "寶芬", + "item_801": "照相機", + "item_802": "貼圖", + "item_803": "明信片收納冊", + "item_901": "無限孵化器", + "item_902": "孵化器", + "item_903": "超級孵化器", + "item_1001": "升級寶可夢盒子", + "item_1002": "升級包包", + "item_1003": "Postcard Storage Upgrade", + "item_1101": "日之石", + "item_1102": "王者之證", + "item_1103": "金屬膜", + "item_1104": "龍之麟片", + "item_1105": "升級資料", + "item_1106": "神奧之石", + "item_1107": "合眾之石", + "item_1150": "??????硬幣", + "item_1201": "一般招式學習器", + "item_1202": "特殊招式學習器", + "item_1203": "厲害一般招式學習器", + "item_1204": "厲害特殊招式學習器", + "item_1250": "隕石", + "item_1301": "神奇糖果", + "item_1302": "神奇糖果XL", + "item_1350": "Fusion Resource Dawnwings Necrozma", + "item_1351": "Fusion Resource Duskmane Necrozma", + "item_1352": "Fusion Resource Black Kyurem", + "item_1353": "Fusion Resource White Kyurem", + "item_1354": "Fusion Resource Icerider Calyrex", + "item_1355": "Fusion Resource Spectralrider Calyrex", + "item_1401": "團體戰入場券", + "item_1402": "特級對戰入場券", + "item_1404": "星星碎片", + "item_1405": "友情禮物", + "item_1406": "轉隊獎章", + "item_1408": "遠距團體戰入場券", + "item_1409": "S Raid Ticket", + "item_1501": "神秘零件", + "item_1502": "火箭隊雷達", + "item_1503": "超級火箭隊雷達", + "item_1504": "暗影碎片", + "item_1505": "淨化結晶", + "item_1506": "極巨粒子", + "item_1507": "極巨粒子組合", + "item_1600": "入場券", + "item_1601": "入場券", + "item_1602": "入場券", + "item_1603": "入場券", + "item_1604": "額外入場券", + "item_1605": "額外入場券", + "item_1606": "GO對戰聯盟限時挑戰入場券", + "item_1607": "入場券", + "item_1608": "Evergreen Ticket To Gift", + "item_1609": "Deprecated 1", + "item_1610": "Safari入場券:首爾", + "item_1611": "Safari入場券:巴塞隆納", + "item_1612": "Safari入場券:墨西哥城", + "item_1613": "Safari入場券:台南", + "item_1614": "Ticket City Safari 04", + "item_1615": "入場券", + "item_1616": "入場券", + "item_1617": "入場券", + "item_1618": "入場券", + "item_1619": "入場券", + "item_1620": "入場券", + "item_1621": "入場券", + "item_1622": "入場券", + "item_1623": "入場券", + "item_1624": "入場券", + "item_1625": "Event Ticket 01 To Gift", + "item_1626": "Event Ticket 02 To Gift", + "item_1627": "Event Ticket 03 To Gift", + "item_1628": "Event Ticket 04 To Gift", + "item_1629": "Event Ticket 05 To Gift", + "item_1630": "Event Ticket 06 To Gift", + "item_1631": "Event Ticket 07 To Gift", + "item_1632": "Event Ticket 08 To Gift", + "item_1633": "Event Ticket 09 To Gift", + "item_1634": "Event Ticket 10 To Gift", + "lure_501": "正常", + "lure_502": "冰寒", + "lure_503": "藥草", + "lure_504": "磁鐵", + "lure_505": "雨露", + "lure_506": "黃金", + "max_battle_1": "1 Star Max Battle", + "max_battle_1_plural": "1 Star Max Battles", + "max_battle_2": "2 Star Max Battle", + "max_battle_2_plural": "2 Star Max Battles", + "max_battle_3": "3 Star Max Battle", + "max_battle_3_plural": "3 Star Max Battles", + "max_battle_4": "4 Star Max Battle", + "max_battle_4_plural": "4 Star Max Battles", + "max_battle_5": "Legendary Max Battle", + "max_battle_5_plural": "Legendary Max Battles", + "move_0": "不明", + "move_1": "電擊", + "move_2": "電光一閃", + "move_3": "抓", + "move_4": "火花", + "move_5": "藤鞭", + "move_6": "撞擊", + "move_7": "飛葉快刀", + "move_8": "猛撞", + "move_9": "水槍", + "move_10": "咬住", + "move_11": "拍擊", + "move_12": "連環巴掌", + "move_13": "緊束", + "move_14": "破壞光線", + "move_15": "舌舔", + "move_16": "惡之波動", + "move_17": "濁霧", + "move_18": "污泥攻擊", + "move_19": "金屬爪", + "move_20": "夾住", + "move_21": "火焰輪", + "move_22": "超級角擊", + "move_23": "翅膀攻擊", + "move_24": "噴射火焰", + "move_25": "突襲", + "move_26": "挖洞", + "move_27": "踢倒", + "move_28": "十字劈", + "move_29": "精神利刃", + "move_30": "幻象光線", + "move_31": "地震", + "move_32": "尖石攻擊", + "move_33": "冰凍拳", + "move_34": "愛心印章", + "move_35": "放電", + "move_36": "加農光炮", + "move_37": "啄", + "move_38": "啄鑽", + "move_39": "冰凍光束", + "move_40": "暴風雪", + "move_41": "空氣斬", + "move_42": "熱風", + "move_43": "雙針", + "move_44": "毒擊", + "move_45": "燕返", + "move_46": "直衝鑽", + "move_47": "落英繽紛", + "move_48": "超級吸取", + "move_49": "蟲鳴", + "move_50": "劇毒牙", + "move_51": "暗襲要害", + "move_52": "劈開", + "move_53": "泡沫光線", + "move_54": "地獄翻滾", + "move_55": "空手劈", + "move_56": "下盤踢", + "move_57": "水流噴射", + "move_58": "水流尾", + "move_59": "種子炸彈", + "move_60": "精神衝擊", + "move_61": "落石", + "move_62": "原始之力", + "move_63": "岩石封鎖", + "move_64": "岩崩", + "move_65": "力量寶石", + "move_66": "影子偷襲", + "move_67": "暗影拳", + "move_68": "暗影爪", + "move_69": "奇異之風", + "move_70": "暗影球", + "move_71": "子彈拳", + "move_72": "磁鐵炸彈", + "move_73": "鋼翼", + "move_74": "鐵頭", + "move_75": "拋物面充電", + "move_76": "電光", + "move_77": "雷電拳", + "move_78": "打雷", + "move_79": "十萬伏特", + "move_80": "龍捲風", + "move_81": "龍息", + "move_82": "龍之波動", + "move_83": "龍爪", + "move_84": "魅惑之聲", + "move_85": "吸取之吻", + "move_86": "魔法閃耀", + "move_87": "月亮之力", + "move_88": "嬉鬧", + "move_89": "十字毒刃", + "move_90": "污泥炸彈", + "move_91": "污泥波", + "move_92": "垃圾射擊", + "move_93": "泥巴射擊", + "move_94": "骨棒", + "move_95": "重踏", + "move_96": "泥巴炸彈", + "move_97": "連斬", + "move_98": "蟲咬", + "move_99": "信號光束", + "move_100": "十字剪", + "move_101": "蓄能焰襲", + "move_102": "烈焰濺射", + "move_103": "大字爆炎", + "move_104": "鹽水", + "move_105": "水之波動", + "move_106": "熱水", + "move_107": "水炮", + "move_108": "精神強念", + "move_109": "精神擊破", + "move_110": "冰礫", + "move_111": "冰凍之風", + "move_112": "冰息", + "move_113": "吸取", + "move_114": "終極吸取", + "move_115": "火焰拳", + "move_116": "日光束", + "move_117": "葉刃", + "move_118": "強力鞭打", + "move_119": "躍起", + "move_120": "溶解液", + "move_121": "空氣利刃", + "move_122": "暴風", + "move_123": "劈瓦", + "move_124": "居合斬", + "move_125": "高速星星", + "move_126": "角撞", + "move_127": "踩踏", + "move_128": "頭錘", + "move_129": "必殺門牙", + "move_130": "摔打", + "move_131": "泰山壓頂", + "move_132": "睡覺", + "move_133": "掙扎", + "move_134": "熱水", + "move_135": "水炮", + "move_136": "緊束", + "move_137": "緊束", + "move_200": "連斬", + "move_201": "蟲咬", + "move_202": "咬住", + "move_203": "突襲", + "move_204": "龍息", + "move_205": "電擊", + "move_206": "電光", + "move_207": "踢倒", + "move_208": "空手劈", + "move_209": "火花", + "move_210": "翅膀攻擊", + "move_211": "啄", + "move_212": "舌舔", + "move_213": "暗影爪", + "move_214": "藤鞭", + "move_215": "飛葉快刀", + "move_216": "泥巴射擊", + "move_217": "冰礫", + "move_218": "冰息", + "move_219": "電光一閃", + "move_220": "抓", + "move_221": "撞擊", + "move_222": "拍擊", + "move_223": "居合斬", + "move_224": "毒擊", + "move_225": "溶解液", + "move_226": "精神利刃", + "move_227": "落石", + "move_228": "金屬爪", + "move_229": "子彈拳", + "move_230": "水槍", + "move_231": "躍起", + "move_232": "水槍", + "move_233": "擲泥", + "move_234": "意念頭錘", + "move_235": "念力", + "move_236": "毒針", + "move_237": "泡沫", + "move_238": "出奇一擊", + "move_239": "鋼翼", + "move_240": "火焰牙", + "move_241": "碎岩", + "move_242": "變身", + "move_243": "雙倍奉還", + "move_244": "細雪", + "move_245": "近身戰", + "move_246": "爆裂拳", + "move_247": "真氣彈", + "move_248": "極光束", + "move_249": "充電光束", + "move_250": "伏特替換", + "move_251": "瘋狂伏特", + "move_252": "電磁炮", + "move_253": "龍尾", + "move_254": "雪崩", + "move_255": "空氣斬", + "move_256": "勇鳥猛攻", + "move_257": "神鳥猛擊", + "move_258": "流沙地獄", + "move_259": "岩石爆擊", + "move_260": "死纏爛打", + "move_261": "蟲之抵抗", + "move_262": "銀色旋風", + "move_263": "驚嚇", + "move_264": "禍不單行", + "move_265": "黑夜魔影", + "move_266": "鐵尾", + "move_267": "陀螺球", + "move_268": "重磅衝撞", + "move_269": "火焰旋渦", + "move_270": "過熱", + "move_271": "種子機關槍", + "move_272": "打草結", + "move_273": "能量球", + "move_274": "神通力", + "move_275": "預知未來", + "move_276": "鏡面反射", + "move_277": "逆麟", + "move_278": "大聲咆哮", + "move_279": "咬碎", + "move_280": "欺詐", + "move_281": "覺醒力量", + "move_282": "猛撞", + "move_283": "攀瀑", + "move_284": "衝浪", + "move_285": "流星群", + "move_286": "破滅之願", + "move_287": "哈欠", + "move_288": "精神突進", + "move_289": "根源波動", + "move_290": "斷崖之劍", + "move_291": "禮物", + "move_292": "氣象球", + "move_293": "氣象球", + "move_294": "氣象球", + "move_295": "氣象球", + "move_296": "瘋狂植物", + "move_297": "擊落", + "move_298": "爆炸烈焰", + "move_299": "加農水砲", + "move_300": "珍藏", + "move_301": "彗星拳", + "move_302": "火箭頭錘", + "move_303": "酸液炸彈", + "move_304": "大地之力", + "move_305": "蟹鉗錘", + "move_306": "猛撲", + "move_307": "撕裂爪", + "move_308": "章魚桶炮", + "move_309": "鏡光射擊", + "move_310": "蠻力", + "move_311": "致命針刺", + "move_312": "青草攪拌器", + "move_313": "吸血", + "move_314": "吸取拳", + "move_315": "暗影之骨", + "move_316": "濁流", + "move_317": "火焰踢", + "move_318": "貝殼刃", + "move_319": "增強拳", + "move_320": "撒嬌", + "move_321": "終極衝擊", + "move_322": "遷怒", + "move_323": "報恩", + "move_324": "同步干擾", + "move_325": "鎖定", + "move_326": "雷電牙", + "move_327": "冰凍牙", + "move_328": "角鑽", + "move_329": "地裂", + "move_330": "聖劍", + "move_331": "飛身重壓", + "move_332": "波導彈", + "move_333": "以牙還牙", + "move_334": "岩石炮", + "move_335": "氣旋攻擊", + "move_336": "高科技光炮", + "move_337": "高科技光炮", + "move_338": "高科技光炮", + "move_339": "高科技光炮", + "move_340": "高科技光炮", + "move_341": "飛翔", + "move_342": "V熱焰", + "move_343": "飛葉風暴", + "move_344": "三重攻擊", + "move_345": "起風", + "move_346": "燒盡", + "move_347": "Dark Void", + "move_348": "羽毛舞", + "move_349": "Fiery Dance", + "move_350": "妖精之風", + "move_351": "Relic Song", + "move_352": "氣象球", + "move_353": "精神之牙", + "move_354": "異次元猛攻", + "move_355": "異次元洞", + "move_356": "二連踢", + "move_357": "魔法葉", + "move_358": "神聖之火", + "move_359": "冰錐", + "move_360": "氣旋攻擊+", + "move_361": "氣旋攻擊++", + "move_362": "神聖之火+", + "move_363": "神聖之火++", + "move_364": "雜技", + "move_365": "潔淨光芒", + "move_366": "薄霧球", + "move_367": "狂舞揮打", + "move_368": "滾動", + "move_369": "種子閃光", + "move_370": "攔堵", + "move_371": "Shadow Force", + "move_372": "流星光束", + "move_373": "飛水手裡劍", + "move_374": "交錯閃電", + "move_375": "交錯火焰", + "move_376": "靈騷", + "move_377": "十萬馬力", + "move_378": "冰封世界", + "move_379": "廣域破壞", + "move_380": "爆音波", + "move_381": "鋼拳雙擊", + "move_382": "魔法火焰", + "move_383": "水流裂破", + "move_384": "畫龍點睛", + "move_385": "樹葉", + "move_386": "熔岩風暴", + "move_387": "大地掌控", + "move_388": "亞空裂斬", + "move_389": "死亡之翼", + "move_390": "自然之怒", + "move_391": "三旋擊", + "move_392": "起草", + "move_393": "熱沙大地", + "move_394": "時光咆哮", + "move_395": "枯葉風暴", + "move_396": "熱沙風暴", + "move_397": "鳴雷風暴", + "move_398": "縫影", + "move_399": "伏特攻擊", + "move_400": "DD金勾臂", + "move_401": "精神波", + "move_402": "金屬音", + "move_403": "潑沙", + "move_404": "流星閃衝", + "move_405": "暗影之光", + "move_406": "Aura Wheel", + "move_407": "Aura Wheel", + "move_408": "飛膝踢", + "move_409": "極巨火爆", + "move_410": "極巨蟲蠱", + "move_411": "極巨閃電", + "move_412": "極巨攻擊", + "move_413": "極巨拳鬥", + "move_414": "極巨幽魂", + "move_415": "極巨寒冰", + "move_416": "極巨酸毒", + "move_417": "極巨水流", + "move_418": "極巨飛衝", + "move_419": "極巨妖精", + "move_420": "極巨龍騎", + "move_421": "極巨超能", + "move_422": "極巨岩石", + "move_423": "極巨寒冰", + "move_424": "極巨惡霸", + "move_425": "極巨草原", + "move_426": "極巨鋼鐵", + "move_460": "Vn Bm 052", + "move_461": "Vn Bm 053", + "move_462": "發勁", + "move_463": "泡影的詠歎調", + "poke_0": "代替", + "poke_1": "妙蛙種子", + "poke_2": "妙蛙草", + "poke_3": "妙蛙花", + "poke_3_e1": "超級妙蛙花", + "poke_4": "小火龍", + "poke_5": "火恐龍", + "poke_6": "噴火龍", + "poke_6_e2": "超級噴火龍X", + "poke_6_e3": "超級噴火龍Y", + "poke_7": "傑尼龜", + "poke_8": "卡咪龜", + "poke_9": "水箭龜", + "poke_9_e1": "超級水箭龜", + "poke_10": "綠毛蟲", + "poke_11": "鐵甲蛹", + "poke_12": "巴大蝶", + "poke_13": "獨角蟲", + "poke_14": "鐵殼蛹", + "poke_15": "大針蜂", + "poke_15_e1": "超級大針蜂", + "poke_16": "波波", + "poke_17": "比比鳥", + "poke_18": "大比鳥", + "poke_18_e1": "超級大比鳥", + "poke_19": "小拉達", + "poke_20": "拉達", + "poke_21": "烈雀", + "poke_22": "大嘴雀", + "poke_23": "阿柏蛇", + "poke_24": "阿柏怪", + "poke_25": "皮卡丘", + "poke_26": "雷丘", + "poke_27": "穿山鼠", + "poke_28": "穿山王", + "poke_29": "尼多蘭", + "poke_30": "尼多娜", + "poke_31": "尼多后", + "poke_32": "尼多朗", + "poke_33": "尼多力諾", + "poke_34": "尼多王", + "poke_35": "皮皮", + "poke_36": "皮可西", + "poke_37": "六尾", + "poke_38": "九尾", + "poke_39": "胖丁", + "poke_40": "胖可丁", + "poke_41": "超音蝠", + "poke_42": "大嘴蝠", + "poke_43": "走路草", + "poke_44": "臭臭花", + "poke_45": "霸王花", + "poke_46": "派拉斯", + "poke_47": "派拉斯特", + "poke_48": "毛球", + "poke_49": "摩魯蛾", + "poke_50": "地鼠", + "poke_51": "三地鼠", + "poke_52": "喵喵", + "poke_53": "貓老大", + "poke_54": "可達鴨", + "poke_55": "哥達鴨", + "poke_56": "猴怪", + "poke_57": "火爆猴", + "poke_58": "卡蒂狗", + "poke_59": "風速狗", + "poke_60": "蚊香蝌蚪", + "poke_61": "蚊香君", + "poke_62": "蚊香泳士", + "poke_63": "凱西", + "poke_64": "勇基拉", + "poke_65": "胡地", + "poke_65_e1": "超級胡地", + "poke_66": "腕力", + "poke_67": "豪力", + "poke_68": "怪力", + "poke_69": "喇叭芽", + "poke_70": "口呆花", + "poke_71": "大食花", + "poke_72": "瑪瑙水母", + "poke_73": "毒刺水母", + "poke_74": "小拳石", + "poke_75": "隆隆石", + "poke_76": "隆隆岩", + "poke_77": "小火馬", + "poke_78": "烈焰馬", + "poke_79": "呆呆獸", + "poke_80": "呆殼獸", + "poke_80_e1": "超級呆殼獸", + "poke_81": "小磁怪", + "poke_82": "三合一磁怪", + "poke_83": "大蔥鴨", + "poke_84": "嘟嘟", + "poke_85": "嘟嘟利", + "poke_86": "小海獅", + "poke_87": "白海獅", + "poke_88": "臭泥", + "poke_89": "臭臭泥", + "poke_90": "大舌貝", + "poke_91": "刺甲貝", + "poke_92": "鬼斯", + "poke_93": "鬼斯通", + "poke_94": "耿鬼", + "poke_94_e1": "超級耿鬼", + "poke_95": "大岩蛇", + "poke_96": "催眠貘", + "poke_97": "引夢貘人", + "poke_98": "大鉗蟹", + "poke_99": "巨鉗蟹", + "poke_100": "霹靂電球", + "poke_101": "頑皮雷彈", + "poke_102": "蛋蛋", + "poke_103": "椰蛋樹", + "poke_104": "卡拉卡拉", + "poke_105": "嘎啦嘎啦", + "poke_106": "飛腿郎", + "poke_107": "快拳郎", + "poke_108": "大舌頭", + "poke_109": "瓦斯彈", + "poke_110": "雙彈瓦斯", + "poke_111": "獨角犀牛", + "poke_112": "鑽角犀獸", + "poke_113": "吉利蛋", + "poke_114": "蔓藤怪", + "poke_115": "袋獸", + "poke_115_e1": "超級袋獸", + "poke_116": "墨海馬", + "poke_117": "海刺龍", + "poke_118": "角金魚", + "poke_119": "金魚王", + "poke_120": "海星星", + "poke_121": "寶石海星", + "poke_122": "魔牆人偶", + "poke_123": "飛天螳螂", + "poke_124": "迷唇姐", + "poke_125": "電擊獸", + "poke_126": "鴨嘴火獸", + "poke_127": "凱羅斯", + "poke_127_e1": "超級凱羅斯", + "poke_128": "肯泰羅", + "poke_129": "鯉魚王", + "poke_130": "暴鯉龍", + "poke_130_e1": "超級暴鯉龍", + "poke_131": "拉普拉斯", + "poke_132": "百變怪", + "poke_133": "伊布", + "poke_134": "水伊布", + "poke_135": "雷伊布", + "poke_136": "火伊布", + "poke_137": "多邊獸", + "poke_138": "菊石獸", + "poke_139": "多刺菊石獸", + "poke_140": "化石盔", + "poke_141": "鐮刀盔", + "poke_142": "化石翼龍", + "poke_142_e1": "超級化石翼龍", + "poke_143": "卡比獸", + "poke_144": "急凍鳥", + "poke_145": "閃電鳥", + "poke_146": "火焰鳥", + "poke_147": "迷你龍", + "poke_148": "哈克龍", + "poke_149": "快龍", + "poke_150": "超夢", + "poke_150_e2": "超級超夢X", + "poke_150_e3": "超級超夢Y", + "poke_151": "夢幻", + "poke_152": "菊草葉", + "poke_153": "月桂葉", + "poke_154": "大竺葵", + "poke_155": "火球鼠", + "poke_156": "火岩鼠", + "poke_157": "火爆獸", + "poke_158": "小鋸鱷", + "poke_159": "藍鱷", + "poke_160": "大力鱷", + "poke_161": "尾立", + "poke_162": "大尾立", + "poke_163": "咕咕", + "poke_164": "貓頭夜鷹", + "poke_165": "芭瓢蟲", + "poke_166": "安瓢蟲", + "poke_167": "圓絲蛛", + "poke_168": "阿利多斯", + "poke_169": "叉字蝠", + "poke_170": "燈籠魚", + "poke_171": "電燈怪", + "poke_172": "皮丘", + "poke_173": "皮寶寶", + "poke_174": "寶寶丁", + "poke_175": "波克比", + "poke_176": "波克基古", + "poke_177": "天然雀", + "poke_178": "天然鳥", + "poke_179": "咩利羊", + "poke_180": "茸茸羊", + "poke_181": "電龍", + "poke_181_e1": "超級電龍", + "poke_182": "美麗花", + "poke_183": "瑪力露", + "poke_184": "瑪力露麗", + "poke_185": "樹才怪", + "poke_186": "蚊香蛙皇", + "poke_187": "毽子草", + "poke_188": "毽子花", + "poke_189": "毽子棉", + "poke_190": "長尾怪手", + "poke_191": "向日種子", + "poke_192": "向日花怪", + "poke_193": "蜻蜻蜓", + "poke_194": "烏波", + "poke_195": "沼王", + "poke_196": "太陽伊布", + "poke_197": "月亮伊布", + "poke_198": "黑暗鴉", + "poke_199": "呆呆王", + "poke_200": "夢妖", + "poke_201": "未知圖騰", + "poke_202": "果然翁", + "poke_203": "麒麟奇", + "poke_204": "榛果球", + "poke_205": "佛烈托斯", + "poke_206": "土龍弟弟", + "poke_207": "天蠍", + "poke_208": "大鋼蛇", + "poke_208_e1": "超級大鋼蛇", + "poke_209": "布魯", + "poke_210": "布魯皇", + "poke_211": "千針魚", + "poke_212": "巨鉗螳螂", + "poke_212_e1": "超級巨鉗螳螂", + "poke_213": "壺壺", + "poke_214": "赫拉克羅斯", + "poke_214_e1": "超級赫拉克羅斯", + "poke_215": "狃拉", + "poke_216": "熊寶寶", + "poke_217": "圈圈熊", + "poke_218": "熔岩蟲", + "poke_219": "熔岩蝸牛", + "poke_220": "小山豬", + "poke_221": "長毛豬", + "poke_222": "太陽珊瑚", + "poke_223": "鐵炮魚", + "poke_224": "章魚桶", + "poke_225": "信使鳥", + "poke_226": "巨翅飛魚", + "poke_227": "盔甲鳥", + "poke_228": "戴魯比", + "poke_229": "黑魯加", + "poke_229_e1": "超級黑魯加", + "poke_230": "刺龍王", + "poke_231": "小小象", + "poke_232": "頓甲", + "poke_233": "多邊獸Ⅱ", + "poke_234": "驚角鹿", + "poke_235": "圖圖犬", + "poke_236": "無畏小子", + "poke_237": "戰舞郎", + "poke_238": "迷唇娃", + "poke_239": "電擊怪", + "poke_240": "鴨嘴寶寶", + "poke_241": "大奶罐", + "poke_242": "幸福蛋", + "poke_243": "雷公", + "poke_244": "炎帝", + "poke_245": "水君", + "poke_246": "幼基拉斯", + "poke_247": "沙基拉斯", + "poke_248": "班基拉斯", + "poke_248_e1": "超級班基拉斯", + "poke_249": "洛奇亞", + "poke_250": "鳳王", + "poke_251": "時拉比", + "poke_252": "木守宮", + "poke_253": "森林蜥蜴", + "poke_254": "蜥蜴王", + "poke_254_e1": "超級蜥蜴王", + "poke_255": "火稚雞", + "poke_256": "力壯雞", + "poke_257": "火焰雞", + "poke_257_e1": "超級火焰雞", + "poke_258": "水躍魚", + "poke_259": "沼躍魚", + "poke_260": "巨沼怪", + "poke_260_e1": "超級巨沼怪", + "poke_261": "土狼犬", + "poke_262": "大狼犬", + "poke_263": "蛇紋熊", + "poke_264": "直衝熊", + "poke_265": "刺尾蟲", + "poke_266": "甲殼繭", + "poke_267": "狩獵鳳蝶", + "poke_268": "盾甲繭", + "poke_269": "毒粉蛾", + "poke_270": "蓮葉童子", + "poke_271": "蓮帽小童", + "poke_272": "樂天河童", + "poke_273": "橡實果", + "poke_274": "長鼻葉", + "poke_275": "狡猾天狗", + "poke_276": "傲骨燕", + "poke_277": "大王燕", + "poke_278": "長翅鷗", + "poke_279": "大嘴鷗", + "poke_280": "拉魯拉絲", + "poke_281": "奇魯莉安", + "poke_282": "沙奈朵", + "poke_282_e1": "超級沙奈朵", + "poke_283": "溜溜糖球", + "poke_284": "雨翅蛾", + "poke_285": "蘑蘑菇", + "poke_286": "斗笠菇", + "poke_287": "懶人獺", + "poke_288": "過動猿", + "poke_289": "請假王", + "poke_290": "土居忍士", + "poke_291": "鐵面忍者", + "poke_292": "脫殼忍者", + "poke_293": "咕妞妞", + "poke_294": "吼爆彈", + "poke_295": "爆音怪", + "poke_296": "幕下力士", + "poke_297": "鐵掌力士", + "poke_298": "露力麗", + "poke_299": "朝北鼻", + "poke_300": "向尾喵", + "poke_301": "優雅貓", + "poke_302": "勾魂眼", + "poke_302_e1": "超級勾魂眼", + "poke_303": "大嘴娃", + "poke_303_e1": "超級大嘴娃", + "poke_304": "可可多拉", + "poke_305": "可多拉", + "poke_306": "波士可多拉", + "poke_306_e1": "超級波士可多拉", + "poke_307": "瑪沙那", + "poke_308": "恰雷姆", + "poke_308_e1": "超級恰雷姆", + "poke_309": "落雷獸", + "poke_310": "雷電獸", + "poke_310_e1": "超級雷電獸", + "poke_311": "正電拍拍", + "poke_312": "負電拍拍", + "poke_313": "電螢蟲", + "poke_314": "甜甜螢", + "poke_315": "毒薔薇", + "poke_316": "溶食獸", + "poke_317": "吞食獸", + "poke_318": "利牙魚", + "poke_319": "巨牙鯊", + "poke_319_e1": "超級巨牙鯊", + "poke_320": "吼吼鯨", + "poke_321": "吼鯨王", + "poke_322": "呆火駝", + "poke_323": "噴火駝", + "poke_323_e1": "超級噴火駝", + "poke_324": "煤炭龜", + "poke_325": "跳跳豬", + "poke_326": "噗噗豬", + "poke_327": "晃晃斑", + "poke_328": "大顎蟻", + "poke_329": "超音波幼蟲", + "poke_330": "沙漠蜻蜓", + "poke_331": "刺球仙人掌", + "poke_332": "夢歌仙人掌", + "poke_333": "青綿鳥", + "poke_334": "七夕青鳥", + "poke_334_e1": "超級七夕青鳥", + "poke_335": "貓鼬斬", + "poke_336": "飯匙蛇", + "poke_337": "月石", + "poke_338": "太陽岩", + "poke_339": "泥泥鰍", + "poke_340": "鯰魚王", + "poke_341": "龍蝦小兵", + "poke_342": "鐵螯龍蝦", + "poke_343": "天秤偶", + "poke_344": "念力土偶", + "poke_345": "觸手百合", + "poke_346": "搖籃百合", + "poke_347": "太古羽蟲", + "poke_348": "太古盔甲", + "poke_349": "醜醜魚", + "poke_350": "美納斯", + "poke_351": "飄浮泡泡", + "poke_352": "變隱龍", + "poke_353": "怨影娃娃", + "poke_354": "詛咒娃娃", + "poke_354_e1": "超級詛咒娃娃", + "poke_355": "夜巡靈", + "poke_356": "彷徨夜靈", + "poke_357": "熱帶龍", + "poke_358": "風鈴鈴", + "poke_359": "阿勃梭魯", + "poke_359_e1": "超級阿勃梭魯", + "poke_360": "小果然", + "poke_361": "雪童子", + "poke_362": "冰鬼護", + "poke_362_e1": "超級冰鬼護", + "poke_363": "海豹球", + "poke_364": "海魔獅", + "poke_365": "帝牙海獅", + "poke_366": "珍珠貝", + "poke_367": "獵斑魚", + "poke_368": "櫻花魚", + "poke_369": "古空棘魚", + "poke_370": "愛心魚", + "poke_371": "寶貝龍", + "poke_372": "甲殼龍", + "poke_373": "暴飛龍", + "poke_373_e1": "超級暴飛龍", + "poke_374": "鐵啞鈴", + "poke_375": "金屬怪", + "poke_376": "巨金怪", + "poke_376_e1": "超級巨金怪", + "poke_377": "雷吉洛克", + "poke_378": "雷吉艾斯", + "poke_379": "雷吉斯奇魯", + "poke_380": "拉帝亞斯", + "poke_380_e1": "超級拉帝亞斯", + "poke_381": "拉帝歐斯", + "poke_381_e1": "超級拉帝歐斯", + "poke_382": "蓋歐卡", + "poke_383": "固拉多", + "poke_384": "烈空坐", + "poke_384_e1": "超級烈空坐", + "poke_385": "基拉祈", + "poke_386": "代歐奇希斯", + "poke_387": "草苗龜", + "poke_388": "樹林龜", + "poke_389": "土台龜", + "poke_390": "小火焰猴", + "poke_391": "猛火猴", + "poke_392": "烈焰猴", + "poke_393": "波加曼", + "poke_394": "波皇子", + "poke_395": "帝王拿波", + "poke_396": "姆克兒", + "poke_397": "姆克鳥", + "poke_398": "姆克鷹", + "poke_399": "大牙狸", + "poke_400": "大尾狸", + "poke_401": "圓法師", + "poke_402": "音箱蟀", + "poke_403": "小貓怪", + "poke_404": "勒克貓", + "poke_405": "倫琴貓", + "poke_406": "含羞苞", + "poke_407": "羅絲雷朵", + "poke_408": "頭蓋龍", + "poke_409": "戰槌龍", + "poke_410": "盾甲龍", + "poke_411": "護城龍", + "poke_412": "結草兒", + "poke_413": "結草貴婦", + "poke_414": "紳士蛾", + "poke_415": "三蜜蜂", + "poke_416": "蜂女王", + "poke_417": "帕奇利茲", + "poke_418": "泳圈鼬", + "poke_419": "浮潛鼬", + "poke_420": "櫻花寶", + "poke_421": "櫻花兒", + "poke_422": "無殼海兔", + "poke_423": "海兔獸", + "poke_424": "雙尾怪手", + "poke_425": "飄飄球", + "poke_426": "隨風球", + "poke_427": "捲捲耳", + "poke_428": "長耳兔", + "poke_428_e1": "超級長耳兔", + "poke_429": "夢妖魔", + "poke_430": "烏鴉頭頭", + "poke_431": "魅力喵", + "poke_432": "東施喵", + "poke_433": "鈴鐺響", + "poke_434": "臭鼬噗", + "poke_435": "坦克臭鼬", + "poke_436": "銅鏡怪", + "poke_437": "青銅鐘", + "poke_438": "盆才怪", + "poke_439": "魔尼尼", + "poke_440": "小福蛋", + "poke_441": "聒噪鳥", + "poke_442": "花岩怪", + "poke_443": "圓陸鯊", + "poke_444": "尖牙陸鯊", + "poke_445": "烈咬陸鯊", + "poke_445_e1": "超級烈咬陸鯊", + "poke_446": "小卡比獸", + "poke_447": "利歐路", + "poke_448": "路卡利歐", + "poke_448_e1": "超級路卡利歐", + "poke_449": "沙河馬", + "poke_450": "河馬獸", + "poke_451": "鉗尾蠍", + "poke_452": "龍王蠍", + "poke_453": "不良蛙", + "poke_454": "毒骷蛙", + "poke_455": "尖牙籠", + "poke_456": "螢光魚", + "poke_457": "霓虹魚", + "poke_458": "小球飛魚", + "poke_459": "雪笠怪", + "poke_460": "暴雪王", + "poke_460_e1": "超級暴雪王", + "poke_461": "瑪狃拉", + "poke_462": "自爆磁怪", + "poke_463": "大舌舔", + "poke_464": "超甲狂犀", + "poke_465": "巨蔓藤", + "poke_466": "電擊魔獸", + "poke_467": "鴨嘴炎獸", + "poke_468": "波克基斯", + "poke_469": "遠古巨蜓", + "poke_470": "葉伊布", + "poke_471": "冰伊布", + "poke_472": "天蠍王", + "poke_473": "象牙豬", + "poke_474": "多邊獸Z", + "poke_475": "艾路雷朵", + "poke_475_e1": "超級艾路雷朵", + "poke_476": "大朝北鼻", + "poke_477": "黑夜魔靈", + "poke_478": "雪妖女", + "poke_479": "洛托姆", + "poke_480": "由克希", + "poke_481": "艾姆利多", + "poke_482": "亞克諾姆", + "poke_483": "帝牙盧卡", + "poke_484": "帕路奇亞", + "poke_485": "席多藍恩", + "poke_486": "雷吉奇卡斯", + "poke_487": "騎拉帝納", + "poke_488": "克雷色利亞", + "poke_489": "霏歐納", + "poke_490": "瑪納霏", + "poke_491": "達克萊伊", + "poke_492": "謝米", + "poke_493": "阿爾宙斯", + "poke_494": "比克提尼", + "poke_495": "藤藤蛇", + "poke_496": "青藤蛇", + "poke_497": "君主蛇", + "poke_498": "暖暖豬", + "poke_499": "炒炒豬", + "poke_500": "炎武王", + "poke_501": "水水獺", + "poke_502": "雙刃丸", + "poke_503": "大劍鬼", + "poke_504": "探探鼠", + "poke_505": "步哨鼠", + "poke_506": "小約克", + "poke_507": "哈約克", + "poke_508": "長毛狗", + "poke_509": "扒手貓", + "poke_510": "酷豹", + "poke_511": "花椰猴", + "poke_512": "花椰猿", + "poke_513": "爆香猴", + "poke_514": "爆香猿", + "poke_515": "冷水猴", + "poke_516": "冷水猿", + "poke_517": "食夢夢", + "poke_518": "夢夢蝕", + "poke_519": "豆豆鴿", + "poke_520": "咕咕鴿", + "poke_521": "高傲雉雞", + "poke_522": "斑斑馬", + "poke_523": "雷電斑馬", + "poke_524": "石丸子", + "poke_525": "地幔岩", + "poke_526": "龐岩怪", + "poke_527": "滾滾蝙蝠", + "poke_528": "心蝙蝠", + "poke_529": "螺釘地鼠", + "poke_530": "龍頭地鼠", + "poke_531": "差不多娃娃", + "poke_531_e1": "超級差不多娃娃", + "poke_532": "搬運小匠", + "poke_533": "鐵骨土人", + "poke_534": "修建老匠", + "poke_535": "圓蝌蚪", + "poke_536": "藍蟾蜍", + "poke_537": "蟾蜍王", + "poke_538": "投摔鬼", + "poke_539": "打擊鬼", + "poke_540": "蟲寶包", + "poke_541": "寶包繭", + "poke_542": "保母蟲", + "poke_543": "百足蜈蚣", + "poke_544": "車輪毬", + "poke_545": "蜈蚣王", + "poke_546": "木棉球", + "poke_547": "風妖精", + "poke_548": "百合根娃娃", + "poke_549": "裙兒小姐", + "poke_550": "野蠻鱸魚", + "poke_551": "黑眼鱷", + "poke_552": "混混鱷", + "poke_553": "流氓鱷", + "poke_554": "火紅不倒翁", + "poke_555": "達摩狒狒", + "poke_556": "沙鈴仙人掌", + "poke_557": "石居蟹", + "poke_558": "岩殿居蟹", + "poke_559": "滑滑小子", + "poke_560": "頭巾混混", + "poke_561": "象徵鳥", + "poke_562": "哭哭面具", + "poke_563": "死神棺", + "poke_564": "原蓋海龜", + "poke_565": "肋骨海龜", + "poke_566": "始祖小鳥", + "poke_567": "始祖大鳥", + "poke_568": "破破袋", + "poke_569": "灰塵山", + "poke_570": "索羅亞", + "poke_571": "索羅亞克", + "poke_572": "泡沫栗鼠", + "poke_573": "奇諾栗鼠", + "poke_574": "哥德寶寶", + "poke_575": "哥德小童", + "poke_576": "哥德小姐", + "poke_577": "單卵細胞球", + "poke_578": "雙卵細胞球", + "poke_579": "人造細胞卵", + "poke_580": "鴨寶寶", + "poke_581": "舞天鵝", + "poke_582": "迷你冰", + "poke_583": "多多冰", + "poke_584": "雙倍多多冰", + "poke_585": "四季鹿", + "poke_586": "萌芽鹿", + "poke_587": "電飛鼠", + "poke_588": "蓋蓋蟲", + "poke_589": "騎士蝸牛", + "poke_590": "哎呀球菇", + "poke_591": "敗露球菇", + "poke_592": "輕飄飄", + "poke_593": "胖嘟嘟", + "poke_594": "保母曼波", + "poke_595": "電電蟲", + "poke_596": "電蜘蛛", + "poke_597": "種子鐵球", + "poke_598": "堅果啞鈴", + "poke_599": "齒輪兒", + "poke_600": "齒輪組", + "poke_601": "齒輪怪", + "poke_602": "麻麻小魚", + "poke_603": "麻麻鰻", + "poke_604": "麻麻鰻魚王", + "poke_605": "小灰怪", + "poke_606": "大宇怪", + "poke_607": "燭光靈", + "poke_608": "燈火幽靈", + "poke_609": "水晶燈火靈", + "poke_610": "牙牙", + "poke_611": "斧牙龍", + "poke_612": "雙斧戰龍", + "poke_613": "噴嚏熊", + "poke_614": "凍原熊", + "poke_615": "幾何雪花", + "poke_616": "小嘴蝸", + "poke_617": "敏捷蟲", + "poke_618": "泥巴魚", + "poke_619": "功夫鼬", + "poke_620": "師父鼬", + "poke_621": "赤面龍", + "poke_622": "泥偶小人", + "poke_623": "泥偶巨人", + "poke_624": "駒刀小兵", + "poke_625": "劈斬司令", + "poke_626": "爆炸頭水牛", + "poke_627": "毛頭小鷹", + "poke_628": "勇士雄鷹", + "poke_629": "禿鷹丫頭", + "poke_630": "禿鷹娜", + "poke_631": "熔蟻獸", + "poke_632": "鐵蟻", + "poke_633": "單首龍", + "poke_634": "雙首暴龍", + "poke_635": "三首惡龍", + "poke_636": "燃燒蟲", + "poke_637": "火神蛾", + "poke_638": "勾帕路翁", + "poke_639": "代拉基翁", + "poke_640": "畢力吉翁", + "poke_641": "龍捲雲", + "poke_642": "雷電雲", + "poke_643": "萊希拉姆", + "poke_644": "捷克羅姆", + "poke_645": "土地雲", + "poke_646": "酋雷姆", + "poke_647": "凱路迪歐", + "poke_648": "美洛耶塔", + "poke_649": "蓋諾賽克特", + "poke_650": "哈力栗", + "poke_651": "胖胖哈力", + "poke_652": "布里卡隆", + "poke_653": "火狐狸", + "poke_654": "長尾火狐", + "poke_655": "妖火紅狐", + "poke_656": "呱呱泡蛙", + "poke_657": "呱頭蛙", + "poke_658": "甲賀忍蛙", + "poke_659": "掘掘兔", + "poke_660": "掘地兔", + "poke_661": "小箭雀", + "poke_662": "火箭雀", + "poke_663": "烈箭鷹", + "poke_664": "粉蝶蟲", + "poke_665": "粉蝶蛹", + "poke_666": "彩粉蝶", + "poke_667": "小獅獅", + "poke_668": "火炎獅", + "poke_669": "花蓓蓓", + "poke_670": "花葉蒂", + "poke_671": "花潔夫人", + "poke_672": "坐騎小羊", + "poke_673": "坐騎山羊", + "poke_674": "頑皮熊貓", + "poke_675": "流氓熊貓", + "poke_676": "多麗米亞", + "poke_677": "妙喵", + "poke_678": "超能妙喵", + "poke_679": "獨劍鞘", + "poke_680": "雙劍鞘", + "poke_681": "堅盾劍怪", + "poke_682": "粉香香", + "poke_683": "芳香精", + "poke_684": "綿綿泡芙", + "poke_685": "胖甜妮", + "poke_686": "好啦魷", + "poke_687": "烏賊王", + "poke_688": "龜腳腳", + "poke_689": "龜足巨鎧", + "poke_690": "垃垃藻", + "poke_691": "毒藻龍", + "poke_692": "鐵臂槍蝦", + "poke_693": "鋼炮臂蝦", + "poke_694": "傘電蜥", + "poke_695": "光電傘蜥", + "poke_696": "寶寶暴龍", + "poke_697": "怪顎龍", + "poke_698": "冰雪龍", + "poke_699": "冰雪巨龍", + "poke_700": "仙子伊布", + "poke_701": "摔角鷹人", + "poke_702": "咚咚鼠", + "poke_703": "小碎鑽", + "poke_704": "黏黏寶", + "poke_705": "黏美兒", + "poke_706": "黏美龍", + "poke_707": "鑰圈兒", + "poke_708": "小木靈", + "poke_709": "朽木妖", + "poke_710": "南瓜精", + "poke_711": "南瓜怪人", + "poke_712": "冰寶", + "poke_713": "冰岩怪", + "poke_714": "嗡蝠", + "poke_715": "音波龍", + "poke_716": "哲爾尼亞斯", + "poke_717": "伊裴爾塔爾", + "poke_718": "基格爾德", + "poke_719": "蒂安希", + "poke_719_e1": "超級蒂安希", + "poke_720": "胡帕", + "poke_721": "波爾凱尼恩", + "poke_722": "木木梟", + "poke_723": "投羽梟", + "poke_724": "狙射樹梟", + "poke_725": "火斑喵", + "poke_726": "炎熱喵", + "poke_727": "熾焰咆哮虎", + "poke_728": "球球海獅", + "poke_729": "花漾海獅", + "poke_730": "西獅海壬", + "poke_731": "小篤兒", + "poke_732": "喇叭啄鳥", + "poke_733": "銃嘴大鳥", + "poke_734": "貓鼬少", + "poke_735": "貓鼬探長", + "poke_736": "強顎雞母蟲", + "poke_737": "蟲電寶", + "poke_738": "鍬農炮蟲", + "poke_739": "好勝蟹", + "poke_740": "好勝毛蟹", + "poke_741": "花舞鳥", + "poke_742": "萌虻", + "poke_743": "蝶結萌虻", + "poke_744": "岩狗狗", + "poke_745": "鬃岩狼人", + "poke_746": "弱丁魚", + "poke_747": "好壞星", + "poke_748": "超壞星", + "poke_749": "泥驢仔", + "poke_750": "重泥挽馬", + "poke_751": "滴蛛", + "poke_752": "滴蛛霸", + "poke_753": "偽螳草", + "poke_754": "蘭螳花", + "poke_755": "睡睡菇", + "poke_756": "燈罩夜菇", + "poke_757": "夜盜火蜥", + "poke_758": "焰后蜥", + "poke_759": "童偶熊", + "poke_760": "穿著熊", + "poke_761": "甜竹竹", + "poke_762": "甜舞妮", + "poke_763": "甜冷美后", + "poke_764": "花療環環", + "poke_765": "智揮猩", + "poke_766": "投擲猴", + "poke_767": "膽小蟲", + "poke_768": "具甲武者", + "poke_769": "沙丘娃", + "poke_770": "噬沙堡爺", + "poke_771": "拳海參", + "poke_772": "屬性:空", + "poke_773": "銀伴戰獸", + "poke_774": "小隕星", + "poke_775": "樹枕尾熊", + "poke_776": "爆焰龜獸", + "poke_777": "托戈德瑪爾", + "poke_778": "謎擬Q", + "poke_779": "磨牙彩皮魚", + "poke_780": "老翁龍", + "poke_781": "破破舵輪", + "poke_782": "心鱗寶", + "poke_783": "鱗甲龍", + "poke_784": "杖尾鱗甲龍", + "poke_785": "卡璞・鳴鳴", + "poke_786": "卡璞・蝶蝶", + "poke_787": "卡璞・哞哞", + "poke_788": "卡璞・鰭鰭", + "poke_789": "科斯莫古", + "poke_790": "科斯莫姆", + "poke_791": "索爾迦雷歐", + "poke_792": "露奈雅拉", + "poke_793": "虛吾伊德", + "poke_794": "爆肌蚊", + "poke_795": "費洛美螂", + "poke_796": "電束木", + "poke_797": "鐵火輝夜", + "poke_798": "紙御劍", + "poke_799": "惡食大王", + "poke_800": "奈克洛茲瑪", + "poke_801": "瑪機雅娜", + "poke_802": "瑪夏多", + "poke_803": "毒貝比", + "poke_804": "四顎針龍", + "poke_805": "壘磊石", + "poke_806": "砰頭小丑", + "poke_807": "捷拉奧拉", + "poke_808": "美錄坦", + "poke_809": "美錄梅塔", + "poke_810": "敲音猴", + "poke_811": "啪咚猴", + "poke_812": "轟擂金剛猩", + "poke_813": "炎兔兒", + "poke_814": "騰蹴小將", + "poke_815": "閃焰王牌", + "poke_816": "淚眼蜥", + "poke_817": "變澀蜥", + "poke_818": "千面避役", + "poke_819": "貪心栗鼠", + "poke_820": "藏飽栗鼠", + "poke_821": "稚山雀", + "poke_822": "藍鴉", + "poke_823": "鋼鎧鴉", + "poke_824": "索偵蟲", + "poke_825": "天罩蟲", + "poke_826": "以歐路普", + "poke_827": "偷兒狐", + "poke_828": "狐大盜", + "poke_829": "幼棉棉", + "poke_830": "白蓬蓬", + "poke_831": "毛辮羊", + "poke_832": "毛毛角羊", + "poke_833": "咬咬龜", + "poke_834": "暴噬龜", + "poke_835": "來電汪", + "poke_836": "逐電犬", + "poke_837": "小炭仔", + "poke_838": "大炭車", + "poke_839": "巨炭山", + "poke_840": "啃果蟲", + "poke_841": "蘋裹龍", + "poke_842": "豐蜜龍", + "poke_843": "沙包蛇", + "poke_844": "沙螺蟒", + "poke_845": "古月鳥", + "poke_846": "刺梭魚", + "poke_847": "戽斗尖梭", + "poke_848": "毒電嬰", + "poke_849": "顫弦蠑螈", + "poke_850": "燒火蚣", + "poke_851": "焚焰蚣", + "poke_852": "拳拳蛸", + "poke_853": "八爪武師", + "poke_854": "來悲茶", + "poke_855": "怖思壺", + "poke_856": "迷布莉姆", + "poke_857": "提布莉姆", + "poke_858": "布莉姆溫", + "poke_859": "搗蛋小妖", + "poke_860": "詐唬魔", + "poke_861": "長毛巨魔", + "poke_862": "堵攔熊", + "poke_863": "喵頭目", + "poke_864": "魔靈珊瑚", + "poke_865": "蔥遊兵", + "poke_866": "踏冰人偶", + "poke_867": "死神板", + "poke_868": "小仙奶", + "poke_869": "霜奶仙", + "poke_870": "列陣兵", + "poke_871": "啪嚓海膽", + "poke_872": "雪吞蟲", + "poke_873": "雪絨蛾", + "poke_874": "巨石丁", + "poke_875": "冰砌鵝", + "poke_876": "愛管侍", + "poke_877": "莫魯貝可", + "poke_878": "銅象", + "poke_879": "大王銅象", + "poke_880": "雷鳥龍", + "poke_881": "雷鳥海獸", + "poke_882": "鰓魚龍", + "poke_883": "鰓魚海獸", + "poke_884": "鋁鋼龍", + "poke_885": "多龍梅西亞", + "poke_886": "多龍奇", + "poke_887": "多龍巴魯托", + "poke_888": "蒼響", + "poke_889": "藏瑪然特", + "poke_890": "無極汰那", + "poke_891": "熊徒弟", + "poke_892": "武道熊師", + "poke_893": "薩戮德", + "poke_894": "雷吉艾勒奇", + "poke_895": "雷吉鐸拉戈", + "poke_896": "雪暴馬", + "poke_897": "靈幽馬", + "poke_898": "蕾冠王", + "poke_899": "詭角鹿", + "poke_900": "劈斧螳螂", + "poke_901": "月月熊", + "poke_902": "幽尾玄魚", + "poke_903": "大狃拉", + "poke_904": "萬針魚", + "poke_905": "眷戀雲", + "poke_906": "新葉喵", + "poke_907": "蒂蕾喵", + "poke_908": "魔幻假面喵", + "poke_909": "呆火鱷", + "poke_910": "炙燙鱷", + "poke_911": "骨紋巨聲鱷", + "poke_912": "潤水鴨", + "poke_913": "湧躍鴨", + "poke_914": "狂歡浪舞鴨", + "poke_915": "愛吃豚", + "poke_916": "飄香豚", + "poke_917": "團珠蛛", + "poke_918": "操陷蛛", + "poke_919": "豆蟋蟀", + "poke_920": "烈腿蝗", + "poke_921": "布撥", + "poke_922": "布土撥", + "poke_923": "巴布土撥", + "poke_924": "一對鼠", + "poke_925": "一家鼠", + "poke_926": "狗仔包", + "poke_927": "麻花犬", + "poke_928": "迷你芙", + "poke_929": "奧利紐", + "poke_930": "奧利瓦", + "poke_931": "怒鸚哥", + "poke_932": "鹽石寶", + "poke_933": "鹽石壘", + "poke_934": "鹽石巨靈", + "poke_935": "炭小侍", + "poke_936": "紅蓮鎧騎", + "poke_937": "蒼炎刃鬼", + "poke_938": "光蚪仔", + "poke_939": "電肚蛙", + "poke_940": "電海燕", + "poke_941": "大電海燕", + "poke_942": "偶叫獒", + "poke_943": "獒教父", + "poke_944": "滋汁鼴", + "poke_945": "塗標客", + "poke_946": "納噬草", + "poke_947": "怖納噬草", + "poke_948": "原野水母", + "poke_949": "陸地水母", + "poke_950": "毛崖蟹", + "poke_951": "熱辣娃", + "poke_952": "狠辣椒", + "poke_953": "蟲滾泥", + "poke_954": "蟲甲聖", + "poke_955": "飄飄雛", + "poke_956": "超能豔鴕", + "poke_957": "小鍛匠", + "poke_958": "巧鍛匠", + "poke_959": "巨鍛匠", + "poke_960": "海地鼠", + "poke_961": "三海地鼠", + "poke_962": "下石鳥", + "poke_963": "波普海豚", + "poke_964": "海豚俠", + "poke_965": "噗隆隆", + "poke_966": "普隆隆姆", + "poke_967": "摩托蜥", + "poke_968": "拖拖蚓", + "poke_969": "晶光芽", + "poke_970": "晶光花", + "poke_971": "墓仔狗", + "poke_972": "墓揚犬", + "poke_973": "纏紅鶴", + "poke_974": "走鯨", + "poke_975": "浩大鯨", + "poke_976": "輕身鱈", + "poke_977": "吃吼霸", + "poke_978": "米立龍", + "poke_979": "棄世猴", + "poke_980": "土王", + "poke_981": "奇麒麟", + "poke_982": "土龍節節", + "poke_983": "仆斬將軍", + "poke_984": "雄偉牙", + "poke_985": "吼叫尾", + "poke_986": "猛惡菇", + "poke_987": "振翼髮", + "poke_988": "爬地翅", + "poke_989": "沙鐵皮", + "poke_990": "鐵轍跡", + "poke_991": "鐵包袱", + "poke_992": "鐵臂膀", + "poke_993": "鐵脖頸", + "poke_994": "鐵毒蛾", + "poke_995": "鐵荊棘", + "poke_996": "涼脊龍", + "poke_997": "凍脊龍", + "poke_998": "戟脊龍", + "poke_999": "索財靈", + "poke_1000": "賽富豪", + "poke_1001": "古簡蝸", + "poke_1002": "古劍豹", + "poke_1003": "古鼎鹿", + "poke_1004": "古玉魚", + "poke_1005": "轟鳴月", + "poke_1006": "鐵武者", + "poke_1007": "故勒頓", + "poke_1008": "密勒頓", + "poke_1009": "Walking-wake", + "poke_1010": "Iron-leaves", + "poke_1011": "Dipplin", + "poke_1012": "Poltchageist", + "poke_1013": "Sinistcha", + "poke_1014": "Okidogi", + "poke_1015": "Munkidori", + "poke_1016": "Fezandipiti", + "poke_1017": "Ogerpon", + "poke_1018": "Archaludon", + "poke_1019": "Hydrapple", + "poke_1020": "Gouging-fire", + "poke_1021": "Raging-bolt", + "poke_1022": "Iron-boulder", + "poke_1023": "Iron-crown", + "poke_1024": "Terapagos", + "poke_1025": "Pecharunt", + "poke_type_0": "無", + "poke_type_1": "一般", + "poke_type_2": "格鬥", + "poke_type_3": "飛行", + "poke_type_4": "毒", + "poke_type_5": "地面", + "poke_type_6": "岩石", + "poke_type_7": "蟲", + "poke_type_8": "幽靈", + "poke_type_9": "鋼", + "poke_type_10": "火", + "poke_type_11": "水", + "poke_type_12": "草", + "poke_type_13": "電", + "poke_type_14": "超能力", + "poke_type_15": "冰", + "poke_type_16": "龍", + "poke_type_17": "惡", + "poke_type_18": "妖精", + "purified": "淨化", + "quest_0": "Unknown Quest Type", + "quest_1": "{{amount}} time(s) First Catch OTD", + "quest_2": "{{amount}} time(s) First Pokestop OTD", + "quest_3": "Multi Part Quest", + "quest_4": "Catch {{amount}} Pokemon", + "quest_5": "Spin {{amount}} Pokestop(s)", + "quest_6": "Hatch {{amount}} Egg(s)", + "quest_7": "Complete {{amount}} Gym Battle(s)", + "quest_8": "Complete {{amount}} Raid Battle(s)", + "quest_9": "Complete {{amount}} Quest", + "quest_10": "Transfer {{amount}} Pokemon", + "quest_11": "Favourite {{amount}} Pokemon", + "quest_12": "Autocomplete", + "quest_13": "Use {{amount}} Berries on Pokemon", + "quest_14": "Power up {{amount}} Pokemon", + "quest_15": "Evolve {{amount}} Pokemon", + "quest_16": "Land {{amount}} Throw(s)", + "quest_17": "Get {{amount}} Buddy candy", + "quest_18": "Get {{amount}} Badge(s)", + "quest_19": "Get {{amount}} Level", + "quest_20": "Join {{amount}} Raid Battle(s)", + "quest_21": "Complete {{amount}} Battle(s)", + "quest_22": "Add {{amount}} Friend(s)", + "quest_23": "Trade {{amount}} Pokemon", + "quest_24": "Send {{amount}} Gift(s)", + "quest_25": "Evolve {{amount}} Into Specific Pokemon", + "quest_27": "Complete {{amount}} Combat(s)", + "quest_28": "Take {{amount}} Snapshot(s)", + "quest_29": "Battle {{amount}} Team Rocket Battle(s)", + "quest_30": "Purify {{amount}} Pokemon", + "quest_31": "Find {{amount}} Team Rocket Invasion(s)", + "quest_32": "{{amount}} time(s) First Grunt OTD", + "quest_33": "Feed your buddy {{amount}} times", + "quest_34": "Earn {{amount}} hearts with your buddy", + "quest_35": "Play {{amount}} times with your Buddy", + "quest_36": "Increase your Buddy Level {{amount}} times", + "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", + "quest_38": "Earn {{amount}} Souvenirs from your Buddy", + "quest_39": "Use Incense {{amount}} times", + "quest_40": "Buddy Find {{amount}} Souvenir(s)", + "quest_41": "Collect {{amount}} as Rewards", + "quest_42": "Walk {{amount}}km", + "quest_43": "Mega-Evolve {{amount}} Pokemon", + "quest_44": "Get Stardust {{amount}}", + "quest_45": "Mini Collection {{amount}}", + "quest_46": "AR-Mapping", + "quest_50": "Buddy Evolution Walk {{amount}}", + "quest_51": "Achieve GBL Rank of {{amount}}", + "quest_53": "Use {{amount}} Charge Attack(s)", + "quest_54": "Change {{amount}} Pokemon Form", + "quest_55": "Battle {{amount}} Event NPC(s)", + "quest_56": "Earn {{amount}} Fort Power Up Points", + "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", + "quest_58": "Use {{amount}} Pokemon Item(s)", + "quest_59": "Open {{amount}} Gift(s)", + "quest_60": "Earn Xp", + "quest_61": "Battle Player Team Leader", + "quest_62": "First Route Of The Day", + "quest_63": "Submit Sleep Data", + "quest_64": "Route Travel", + "quest_65": "Route Complete", + "quest_66": "Collect Tappable", + "quest_67": "Activate Trainer Ability", + "quest_68": "NPC Send Gift", + "quest_69": "NPC Open Gift", + "quest_70": "Ptc Oauth Link", + "quest_71": "Fight Pokemon", + "quest_72": "Use Non Combat Move", + "quest_73": "Fuse Pokemon", + "quest_74": "Unfuse Pokemon", + "quest_75": "Walk Meters", + "quest_76": "Change Into Pokemon Form", + "quest_77": "Fuse Into Pokemon", + "quest_78": "Unfuse Into Pokemon", + "quest_82": "Collect Mp", + "quest_83": "Loot Station", + "quest_84": "Complete Bread Battle", + "quest_85": "Use Bread Move", + "quest_86": "Unlock Bread Move", + "quest_87": "Enhance Bread Move", + "quest_88": "Collect Stamp", + "quest_buddy_walk_km_plural": "和夥伴一起步行 {{amount}} 公里", + "quest_catch_type_dark_plural": "捕捉 {{amount}} 隻惡屬性的寶可夢", + "quest_catch_type_dragon_plural": "捕捉 {{amount}} 隻龍屬性的寶可夢", + "quest_catch_type_poison_plural": "捕捉 {{amount}} 隻毒屬性的寶可夢", + "quest_catch_type_psychic_plural": "捕捉 {{amount}} 隻超能力屬性的寶可夢", + "quest_condition_0": "Unset", + "quest_condition_1": "Pokemon Type", + "quest_condition_1_formatted": "Type(s): {{types}}", + "quest_condition_2": "Pokemon Category", + "quest_condition_2_formatted": "Pokemon: {{pokemon}}", + "quest_condition_3": "Weather Boosted", + "quest_condition_4": "Daily Capture Bonus", + "quest_condition_5": "Daily Spin Bonus", + "quest_condition_6": "Win Raid", + "quest_condition_7": "Raid Level", + "quest_condition_7_formatted": "Raid Level(s): {{levels}}", + "quest_condition_8": "Throw Type", + "quest_condition_8_formatted": "{{throw_type}} Throw", + "quest_condition_9": "Win Gym Battle", + "quest_condition_10": "Super Effective Charge", + "quest_condition_11": "Item", + "quest_condition_11_formatted": "Item: {{item}}", + "quest_condition_12": "Unique Pokestop", + "quest_condition_13": "Quest Context", + "quest_condition_14": "In a Row", + "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", + "quest_condition_15": "Curve Ball", + "quest_condition_16": "Badge Type", + "quest_condition_17": "Player Level", + "quest_condition_18": "Win Battle", + "quest_condition_19": "New Friend", + "quest_condition_20": "Days In a Row", + "quest_condition_21": "Unique Pokemon", + "quest_condition_22": "NPC Combat", + "quest_condition_23": "PVP Combat", + "quest_condition_24": "Location", + "quest_condition_25": "Distance", + "quest_condition_26": "Pokemon Alignment", + "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", + "quest_condition_27": "Invasion Category", + "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", + "quest_condition_28": "With Buddy", + "quest_condition_29": "Buddy Interesting POI", + "quest_condition_30": "Daily Buddy Affection", + "quest_condition_31": "Pokemon Level", + "quest_condition_32": "Single Day", + "quest_condition_33": "Unique Pokemon Team", + "quest_condition_34": "Max CP", + "quest_condition_35": "Lucky Pokemon", + "quest_condition_36": "Legendary Pokemon", + "quest_condition_37": "With Mega Evo Pokemon", + "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", + "quest_condition_38": "GBL Rank", + "quest_condition_39": "Catches In A Row", + "quest_condition_40": "Encounter Type", + "quest_condition_41": "Win in the GO Battle League", + "quest_condition_42": "Geotargeted POI Scan", + "quest_condition_42_formatted": "Geotargeted POI {{poi}}", + "quest_condition_43": "With Item Type", + "quest_condition_43_formatted": "With Item Types: {{types}}", + "quest_condition_44": "Within certain time", + "quest_condition_44_formatted": "Within {{time}}s", + "quest_condition_45": "Friend Level", + "quest_condition_46": "Sticker", + "quest_condition_47": "Pokemon CP", + "quest_condition_48": "Raid Location", + "quest_condition_49": "Friends Raid", + "quest_condition_50": "Pokemon Costume", + "quest_condition_51": "Applied Item", + "quest_condition_52": "Pokemon Size", + "quest_condition_53": "Total Days", + "quest_condition_54": "Device Type", + "quest_condition_55": "Route Travel", + "quest_condition_56": "Unique Route Travel", + "quest_condition_57": "Tappable Type", + "quest_condition_58": "In Party", + "quest_condition_59": "Shiny Pokemon", + "quest_condition_60": "Ability Party Power Damage Dealt", + "quest_condition_61": "Auth Provider Type", + "quest_condition_62": "Opponent Pokemon Battle Status", + "quest_condition_63": "Fort Id", + "quest_condition_64": "Pokemon Move", + "quest_condition_65": "Pokemon Form", + "quest_condition_66": "Bread Pokemon", + "quest_condition_67": "Bread Dough Pokemon", + "quest_condition_68": "Win Bread Battle", + "quest_condition_69": "Bread Move Type", + "quest_condition_70": "Strong Pokemon", + "quest_condition_71": "POI Sponsor Id", + "quest_fight_type_ghost_plural": "戰勝{{amount}}隻幽靈屬性的寶可夢", + "quest_fight_type_ghost_psychic_plural": "戰勝{{amount}}隻超能力屬性或幽靈屬性的寶可夢", + "quest_fight_type_psychic_plural": "戰勝{{amount}}隻超能力屬性的寶可夢", + "quest_incense_singular": "使用薰香", + "quest_land_excellent_plural": "投出 {{amount}} 次Excellent", + "quest_reward_0": "Unset", + "quest_reward_1": "XP", + "quest_reward_1_formatted": "{{amount}} XP", + "quest_reward_2": "Item", + "quest_reward_2_formatted": "{{amount}} {{item}}", + "quest_reward_3": "Stardust", + "quest_reward_3_formatted": "{{amount}} Stardust", + "quest_reward_4": "Candy", + "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", + "quest_reward_5": "Avatar Clothing", + "quest_reward_6": "Quest", + "quest_reward_7": "Pokemon Encounter", + "quest_reward_7_formatted": "{{pokemon}}", + "quest_reward_8": "PokéCoin", + "quest_reward_8_formatted": "{{amount}} PokéCoins", + "quest_reward_9": "XL Candy", + "quest_reward_10": "Level Cap", + "quest_reward_11": "Sticker", + "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", + "quest_reward_12": "Mega Energy", + "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", + "quest_reward_13": "Incident", + "quest_reward_14": "Player Attribute", + "quest_reward_15": "Event Badge", + "quest_reward_16": "Pokemon Egg", + "quest_title_challenge_2019_battle_leader": "和隊長對戰 {{amount_0}} 次", + "quest_title_challenge_2019_battle_trainer": "和其他訓練家對戰", + "quest_title_challenge_2019_battle_trainer_plural": "和其他訓練家對戰 {{amount_0}} 次", + "quest_title_challenge_2019_battle_trainer_win": "和其他訓練家對戰並獲勝 {{amount_0}} 次", + "quest_title_challenge_2019_snapshot_eevee": "為伊布拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_snapshot_loudred": "為吼爆彈拍攝1張照片", + "quest_title_challenge_2019_snapshot_pkmn": "為基拉祈拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_snapshot_pkmn_fairy": "為妖精屬性的寶可夢拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_snapshot_pkmn_flying": "為飛行屬性的寶可夢拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_snapshot_pkmn_ghost": "為幽靈屬性的寶可夢拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_snapshot_pkmn_grass": "為草屬性的寶可夢拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_snapshot_pkmn_ground": "為地面屬性的寶可夢拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_snapshot_pkmn_ice": "為冰屬性的寶可夢拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_snapshot_pkmn_normal": "為一般屬性的寶可夢拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_snapshot_pkmn_psychic": "為超能力屬性的寶可夢拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "為鋼屬性或超能力屬性的寶可夢拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_snapshot_pkmn_rock": "為岩石屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_challenge_2019_snapshot_pkmn_steel": "為鋼屬性的寶可夢拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_snapshot_pkmn_water": "為水屬性的寶可夢拍攝 {{amount_0}} 張照片", + "quest_title_challenge_2019_trade_distance": "交換3隻來自100公里遠以外的寶可夢", + "quest_title_challenge_available": "新挑戰開始囉!", + "quest_title_challenge_battle_gbl_win_all": "在GO對戰聯盟中獲得1場勝利", + "quest_title_challenge_battle_trainer_great": "在超級聯盟中與其他訓練家對戰", + "quest_title_challenge_buddy_affection_plural": "和夥伴獲得 {{amount_0}} 顆心心", + "quest_title_challenge_buddy_affection_single": "和夥伴獲得1顆心心", + "quest_title_challenge_buddy_battle_plural": "帶著夥伴一起走時參加 {{amount_0}} 次對戰", + "quest_title_challenge_buddy_battle_single": "帶著夥伴一起走時參加對戰", + "quest_title_challenge_buddy_emotion_plural": "讓你的夥伴欣喜若狂 {{amount_0}} 次", + "quest_title_challenge_buddy_emotion_single": "讓你的夥伴欣喜若狂", + "quest_title_challenge_buddy_level_best_plural": "和寶可夢成為 {{amount_0}} 次正港好夥伴", + "quest_title_challenge_buddy_level_best_single": "和寶可夢成為正港好夥伴", + "quest_title_challenge_buddy_level_good_plural": "和寶可夢成為 {{amount_0}} 次好夥伴", + "quest_title_challenge_buddy_level_good_single": "和寶可夢成為好夥伴", + "quest_title_challenge_buddy_level_great_plural": "和寶可夢成為 {{amount_0}} 次給力好夥伴", + "quest_title_challenge_buddy_level_great_single": "和寶可夢成為給力好夥伴", + "quest_title_challenge_buddy_level_plural": "提升 {{amount_0}} 次夥伴等級", + "quest_title_challenge_buddy_level_single": "提升夥伴等級", + "quest_title_challenge_buddy_level_ultra_plural": "和寶可夢成為 {{amount_0}} 次麻吉好夥伴", + "quest_title_challenge_buddy_level_ultra_single": "和寶可夢成為麻吉好夥伴", + "quest_title_challenge_buddy_play_plural": "和夥伴一起玩 {{amount_0}} 次", + "quest_title_challenge_buddy_play_single": "和夥伴一起玩", + "quest_title_challenge_buddy_poi_plural": "拜訪 {{amount_0}} 個夥伴告訴你的有趣地點", + "quest_title_challenge_buddy_poi_single": "拜訪夥伴告訴你的有趣地點", + "quest_title_challenge_buddy_snapshot_plural": "為夥伴拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_challenge_buddy_snapshot_single": "為夥伴拍攝1張GO Snapshot照片", + "quest_title_challenge_buddy_treat_plural": "餵夥伴吃 {{amount_0}} 個點心", + "quest_title_challenge_buddy_treat_single": "餵夥伴吃點心", + "quest_title_challenge_catch_legendary": "在田野調查的突破性進展或團體戰中捕捉1隻傳說的寶可夢", + "quest_title_challenge_catch_unique_any": "捕捉 {{amount_0}} 隻不同的寶可夢", + "quest_title_challenge_snapshot_bidoof": "為大牙狸拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_dratini_singular": "為迷你龍拍攝1張照片", + "quest_title_challenge_snapshot_eevee": "為伊布拍攝1張照片", + "quest_title_challenge_snapshot_pkmn_bug": "為蟲屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_bug_single": "為蟲屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_dark": "為惡屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_dark_single": "為惡屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_dragon": "為龍屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_dragon_single": "為龍屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_electric": "為電屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_electric_single": "為電屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_fairy_single": "為妖精屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_fighting": "為格鬥屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_fighting_single": "為格鬥屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_fire": "為火屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_fire_single": "為火屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_flying_single": "為飛行屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_ghost_single": "為幽靈屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_grass_single": "為草屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_ground_single": "為地面屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_ice_single": "為冰屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_normal_single": "為一般屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_poison": "為毒屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_poison_single": "為毒屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_psychic_single": "為超能力屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_rock": "為岩石屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_rock_single": "為岩石屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_steel_single": "為鋼屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_pkmn_water_single": "為水屬性的寶可夢拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "為野生斑斑馬拍攝1張GO Snapshot照片", + "quest_title_challenge_snapshot_wild_glameow_singular": "為野生魅力喵拍攝1張GO Snapshot照片", + "quest_title_geotarget_quest_description": "掃描 {{amount_0}}", + "quest_title_quest_achieve_lvl_40": "升至40級", + "quest_title_quest_adventure_effect_activate_plural": "發動{{amount_0}}次冒險效果", + "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "發動{{amount_0}}次冒險效果:時光咆哮", + "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "發動冒險效果:時光咆哮", + "quest_title_quest_adventure_effect_activate_singular": "發動冒險效果", + "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "發動{{amount_0}}次冒險效果:亞空裂斬", + "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "發動冒險效果:亞空裂斬", + "quest_title_quest_adventure_evolve_singular": "驚奇冒險週:讓1隻菊石獸或化石盔進化", + "quest_title_quest_adventure_hatch_egg_plural": "驚奇冒險週:孵化 {{amount_0}} 顆蛋", + "quest_title_quest_adventure_visit_pokestop_new_plural": "驚奇冒險週:拜訪 {{amount_0}} 個從未去過的寶可補給站", + "quest_title_quest_adventure_walk_buddy_plural": "驚奇冒險週:和夥伴一起走路,取得 {{amount_0}} 顆糖果", + "quest_title_quest_adventure2019_catch_special33_plural": "驚奇冒險週2019:捕捉 {{amount_0}} 隻可可多拉", + "quest_title_quest_adventure2019_evolve_singular": "驚奇冒險週2019:讓1隻觸手百合或太古羽蟲進化", + "quest_title_quest_adventure2019_hatch_egg_plural": "驚奇冒險週2019:孵 {{amount_0}} 顆蛋", + "quest_title_quest_adventure2019_visit_pokestop_new_plural": "驚奇冒險週2019:拜訪 {{amount_0}} 個從未去過的寶可補給站", + "quest_title_quest_adventure2019_visit_pokestop_plural": "驚奇冒險週2019:拜訪25個寶可補給站", + "quest_title_quest_adventure2019_walk_buddy_plural": "驚奇冒險週2019:和夥伴寶可夢一起走路,獲得 {{amount_0}} 顆糖果", + "quest_title_quest_alodude_catch": "捕捉 {{amount_0}} 隻阿羅拉小拳石", + "quest_title_quest_alodude_evolve_a": "讓 {{amount_0}} 隻阿羅拉小拳石進化", + "quest_title_quest_alodude_evolve_b": "讓 {{amount_0}} 隻阿羅拉隆隆石進化", + "quest_title_quest_alodude_snap": "拍攝 {{amount_0}} 阿羅拉小拳石的Snapshot照片", + "quest_title_quest_at_catch_a": "捕捉 {{amount_0}} 隻凱西", + "quest_title_quest_at_evolve_a": "讓 {{amount_0}} 隻凱西進化", + "quest_title_quest_at_evolve_k": "讓 {{amount_0}} 隻勇基拉進化", + "quest_title_quest_axew_catch_b": "捕捉 {{amount_0}} 隻牙牙", + "quest_title_quest_axew_evolve_b": "讓{{amount_0}}隻牙牙進化", + "quest_title_quest_axew_snapshot_b": "為牙牙拍攝{{amount_0}}張照片", + "quest_title_quest_azelf_wild_snap": "為野生亞克諾姆拍攝GO Snapshot照片", + "quest_title_quest_bagon_catch_b": "捕捉{{amount_0}}隻寶貝龍", + "quest_title_quest_bagon_evolve_b_plural": "讓{{amount_0}}隻寶貝龍進化", + "quest_title_quest_bagon_evolve_b_singular": "讓1隻寶貝龍進化", + "quest_title_quest_bagon_snapshot_b": "為寶貝龍拍攝{{amount_0}}張GO Snapshot照片", + "quest_title_quest_battle_buddy_adventure_plural": "當夥伴寶可夢跟在你身後走路時,派牠上場參加{{amount_0}}次訓練家對戰", + "quest_title_quest_battle_buddy_adventure_single": "當夥伴寶可夢跟在你身後走路時,派牠上場參加1次訓練家對戰", + "quest_title_quest_battle_dangling_reward_toast": "你必須先完成目前的對戰,才能參加新的對戰", + "quest_title_quest_battle_error_toast": "對戰開始時發生錯誤", + "quest_title_quest_battle_gbl_halloween_plural": "在萬聖節盃中對戰 {{amount_0}} 次", + "quest_title_quest_battle_gbl_halloween_win_plural": "在萬聖節盃的訓練家對戰中獲勝 {{amount_0}} 次", + "quest_title_quest_battle_gbl_plural": "在GO對戰聯盟中對戰 {{amount_0}} 次", + "quest_title_quest_battle_gbl_singular": "在GO對戰聯盟中對戰", + "quest_title_quest_battle_gbl_win_plural": "在GO對戰聯盟的訓練家對戰中獲勝 {{amount_0}} 次", + "quest_title_quest_battle_gbl_win_singular": "在GO對戰聯盟的訓練家對戰中獲勝1次", + "quest_title_quest_battle_great_plural": "在超級聯盟中與其他訓練家對戰 {{amount_0}} 次", + "quest_title_quest_battle_great_win_plural": "在超級聯盟的訓練家對戰中獲勝 {{amount_0}} 次", + "quest_title_quest_battle_great_win_singular": "在超級聯盟的訓練家對戰中獲勝1次", + "quest_title_quest_battle_gym_plural": "參加 {{amount_0}} 次道館對戰", + "quest_title_quest_battle_gym_singular": "參加1次道館對戰", + "quest_title_quest_battle_master_win_plural": "在大師聯盟的訓練家對戰中獲勝 {{amount_0}} 次", + "quest_title_quest_battle_master_win_singular": "在大師聯盟的訓練家對戰中獲勝1次", + "quest_title_quest_battle_raid_plural": "參加 {{amount_0}} 場團體戰", + "quest_title_quest_battle_raid_singular": "參加1場團體戰", + "quest_title_quest_battle_raid_with_friend_plural": "和朋友一起參加{{amount_0}}場團體戰", + "quest_title_quest_battle_raid_with_friend_singular": "和朋友一起參加1場團體戰", + "quest_title_quest_battle_supereffective_charge_plural": "在 {{amount_0}} 場道館對戰中使出1次效果絕佳的特殊招式", + "quest_title_quest_battle_supereffective_charge_singular": "在1場道館對戰中使出效果絕佳的特殊招式", + "quest_title_quest_battle_team_rocket_plural": "打敗 {{amount_0}} 個GO火箭隊手下", + "quest_title_quest_battle_team_rocket_singular": "打敗1個GO火箭隊手下", + "quest_title_quest_battle_ultra_win_plural": "在高級聯盟的訓練家對戰中獲勝 {{amount_0}} 次", + "quest_title_quest_battle_ultra_win_singular": "在高級聯盟的訓練家對戰中獲勝1次", + "quest_title_quest_battle19_catch_fighting_easy": "捕捉 {{amount_0}} 隻格鬥屬性的寶可夢", + "quest_title_quest_battle19_catch_medium_pkmn": "捕捉 {{amount_0}} 隻幕下力士或瑪沙那", + "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "連續投出 {{amount_0}} 次Excellent", + "quest_title_quest_battle19_raid_win_veryhard": "在團體戰中獲勝 {{amount_0}} 次", + "quest_title_quest_battle19_supereffective_charge_hard": "在 {{amount_0}} 場道館對戰中使出1次效果絕佳的特殊招式", + "quest_title_quest_battler_appears": "對手出現了!", + "quest_title_quest_beat_raid_10_minutes": "在 10 分內獲得團體戰勝利", + "quest_title_quest_beat_raid_60_seconds": "在 60 秒內獲得團體戰勝利", + "quest_title_quest_beat_raid_singular_minutes": "在 {{amount_0}} 分內獲得團體戰勝利", + "quest_title_quest_beat_raid_singular_seconds": "在 {{amount_0}} 秒內獲得團體戰勝利", + "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day:捕捉 {{amount_0}} 隻波波或小拉達", + "quest_title_quest_begins19_evolve_plural": "Pokémon Day:讓1隻喵喵進化", + "quest_title_quest_beldum_catch_b": "捕捉 {{amount_0}} 隻鐵啞鈴", + "quest_title_quest_beldum_evolve_b_plural": "讓{{amount_0}}隻鐵啞鈴進化", + "quest_title_quest_beldum_evolve_b_singular": "讓1隻鐵啞鈴進化", + "quest_title_quest_bellsprout_catch_b": "捕捉{{amount_0}}隻喇叭芽", + "quest_title_quest_bellsprout_evolve_b_plural": "讓{{amount_0}}隻喇叭芽進化", + "quest_title_quest_bellsprout_evolve_b_singular": "讓1隻喇叭芽進化", + "quest_title_quest_bellsprout_snapshot_b": "為喇叭芽拍攝{{amount_0}}張GO Snapshot照片", + "quest_title_quest_beluga_evolve_pkmn": "Let's Go:讓 {{amount_0}} 隻太古羽蟲進化", + "quest_title_quest_beluga_excellent_singular": "Let's Go:投出 {{amount_0}} 次Excellent", + "quest_title_quest_beluga_hatch_plural": "Let's Go:孵 {{amount_0}} 顆蛋", + "quest_title_quest_best_buddy_bronze": "擁有1個正港好夥伴", + "quest_title_quest_best_buddy_silver": "擁有10個正港好夥伴", + "quest_title_quest_bounsweet_catch_b": "捕捉{{amount_0}}隻甜竹竹", + "quest_title_quest_bounsweet_evolve_b_plural": "讓{{amount_0}}隻甜竹竹進化", + "quest_title_quest_bounsweet_evolve_b_singular": "讓1隻甜竹竹進化", + "quest_title_quest_braixen_evolve_b": "讓{{amount_0}}隻長尾火狐進化", + "quest_title_quest_breakthrough_completed": "完成田野調查!", + "quest_title_quest_breakthrough_reward_mystery": "神秘道具", + "quest_title_quest_breakthrough_reward_stardust": "星星沙子", + "quest_title_quest_brionne_evolve_b_plural": "讓{{amount_0}}隻花漾海獅進化", + "quest_title_quest_brionne_evolve_b_singular": "讓1隻花漾海獅進化", + "quest_title_quest_buddy_affection_days": "和夥伴獲得心心{{amount_0}}天", + "quest_title_quest_buddy_affection_days_in_a_row": "連續 {{amount_0}} 天和夥伴獲得心心", + "quest_title_quest_buddy_battle_trainer_adventuring_plural": "當夥伴寶可夢跟在你身後走路時,派牠上場參加{{amount_0}}次訓練家對戰", + "quest_title_quest_buddy_battle_trainer_adventuring_single": "當夥伴寶可夢跟在你身後走路時,派牠上場參加1次訓練家對戰", + "quest_title_quest_buddy_souvenir_plural": "從夥伴那邊收到 {{amount_0}} 個紀念品", + "quest_title_quest_buddy_souvenir_singular": "從夥伴那邊收到1個紀念品", + "quest_title_quest_buddy_walk_km_plural": "和夥伴一起步行 {{amount_0}} 公里", + "quest_title_quest_bulbt_catch_b": "捕捉 {{amount_0}} 隻妙蛙種子", + "quest_title_quest_bulbt_evolve_b": "讓 {{amount_0}} 隻妙蛙種子進化", + "quest_title_quest_bulbt_evolve_s1": "讓 {{amount_0}} 隻妙蛙草進化", + "quest_title_quest_cacnea_catch": "捕捉 {{amount_0}} 隻刺球仙人掌", + "quest_title_quest_catch_151": "捕捉151隻寶可夢", + "quest_title_quest_catch_b_types_plural": "捕捉 {{amount_0}} 隻電、一般或毒屬性的寶可夢", + "quest_title_quest_catch_basic_types_plural": "捕捉 {{amount_0}} 隻草、水或火屬性的寶可夢", + "quest_title_quest_catch_berry_any_drifloon": "捕捉飄飄球時使用 {{amount_0}} 個樹果", + "quest_title_quest_catch_berry_nanab_drifloon": "捕捉飄飄球時使用 {{amount_0}} 個蕉香果", + "quest_title_quest_catch_berry_pinap": "用 {{amount_0}} 顆凰梨果來幫忙捕捉寶可夢", + "quest_title_quest_catch_berry_razz": "用 {{amount_0}} 顆蔓莓果來幫忙捕捉寶可夢", + "quest_title_quest_catch_berry_razz_drifloon": "捕捉飄飄球時使用 {{amount_0}} 個蔓莓果", + "quest_title_quest_catch_bronzor_plural": "捕捉{{amount_0}}隻銅鏡怪", + "quest_title_quest_catch_c_types_plural": "捕捉 {{amount_0}} 隻飛行、超能力或惡屬性的寶可夢", + "quest_title_quest_catch_carbink_singular": "捕捉1隻小碎鑽", + "quest_title_quest_catch_celebi_types_plural": "捕捉 {{amount_0}} 隻草屬性或超能力屬性的寶可夢", + "quest_title_quest_catch_costumed_plural": "捕捉{{amount_0}}隻戴著太陽頭冠或月亮頭冠的伊布", + "quest_title_quest_catch_crabrawler_plural": "捕捉{{amount_0}}隻好勝蟹", + "quest_title_quest_catch_dark_type_plural": "捕捉 {{amount_0}} 隻惡屬性的寶可夢", + "quest_title_quest_catch_darumaka_plural": "捕捉{{amount_0}}隻火紅不倒翁", + "quest_title_quest_catch_daysinarow": "連續 {{amount_0}} 天捕捉寶可夢", + "quest_title_quest_catch_dialga": "捕捉帝牙盧卡", + "quest_title_quest_catch_drifloon": "捕捉 {{amount_0}} 隻飄飄球", + "quest_title_quest_catch_ducklett_plural": "捕捉{{amount_0}}隻鴨寶寶", + "quest_title_quest_catch_ducklett_singular": "捕捉鴨寶寶", + "quest_title_quest_catch_emolga_plural": "捕捉{{amount_0}}隻電飛鼠", + "quest_title_quest_catch_excellent_curve_drifloon": "以Excellent曲球捕捉 {{amount_0}} 隻飄飄球", + "quest_title_quest_catch_excellent_with_berry_drifloon": "先餵食樹果再投出Excellent,捕捉 {{amount_0}} 隻飄飄球", + "quest_title_quest_catch_feed_plural": "捕捉寶可夢時使用 {{amount_0}} 個樹果", + "quest_title_quest_catch_feed_singular": "捕捉寶可夢時使用1個樹果", + "quest_title_quest_catch_furfou_singular": "捕捉1隻多麗米亞", + "quest_title_quest_catch_groudon_primal_boosted_types": "捕捉 {{amount_0}} 隻草、火或地面屬性的寶可夢", + "quest_title_quest_catch_groudon_type": "捕捉 {{amount_0}} 隻草、火或地面屬性的寶可夢", + "quest_title_quest_catch_hoenn_pokemon": "捕捉{{amount_0}}隻在豐緣地區首次被發現的寶可夢", + "quest_title_quest_catch_in_day_plural": "1天之內捕捉 {{amount_0}} 隻寶可夢", + "quest_title_quest_catch_jan21_hoenn1_plural": "捕捉 {{amount_0}} 隻固拉多", + "quest_title_quest_catch_jan21_hoenn2_plural": "捕捉 {{amount_0}} 隻蓋歐卡", + "quest_title_quest_catch_johto_pokemon": "捕捉{{amount_0}}隻在城都地區首次被發現的寶可夢", + "quest_title_quest_catch_kanto_pokemon": "捕捉{{amount_0}}隻在關都地區首次被發現的寶可夢", + "quest_title_quest_catch_kyogre_primal_boosted_types": "捕捉 {{amount_0}} 隻水、電或蟲屬性的寶可夢", + "quest_title_quest_catch_kyogre_type": "捕捉 {{amount_0}} 隻水、電或蟲屬性的寶可夢", + "quest_title_quest_catch_legendary_inarow_plural": "連續捕捉{{amount_0}}隻接下來出現的傳說的寶可夢或幻之寶可夢", + "quest_title_quest_catch_legendary_plural": "捕捉 {{amount_0}} 隻傳說的寶可夢或幻之寶可夢", + "quest_title_quest_catch_legendary_singular": "捕捉1隻傳說的寶可夢或幻之寶可夢", + "quest_title_quest_catch_lunatone_plural": "捕捉 {{amount_0}} 隻月石", + "quest_title_quest_catch_luvdisc": "捕捉 {{amount_0}} 隻愛心魚", + "quest_title_quest_catch_misc_01_types_plural": "捕捉 {{amount_0}} 隻一般、水或冰屬性的寶可夢", + "quest_title_quest_catch_nymble_plural": "捕捉{{amount_0}}隻豆蟋蟀", + "quest_title_quest_catch_palkia": "捕捉帕路奇亞", + "quest_title_quest_catch_pikachu_plural": "捕捉 {{amount_0}} 隻皮卡丘", + "quest_title_quest_catch_plural_unique": "捕捉 {{amount_0}} 種不同的寶可夢", + "quest_title_quest_catch_pokemon_dai_plural": "捕捉 {{amount_0}} 隻用散步小薰香吸引來的寶可夢", + "quest_title_quest_catch_pokemon_days": "捕捉寶可夢{{amount_0}}天", + "quest_title_quest_catch_pokemon_great_ball_plural": "使用超級球捕捉{{amount_0}}隻寶可夢", + "quest_title_quest_catch_pokemon_great_ball_singular": "使用超級球捕捉寶可夢", + "quest_title_quest_catch_pokemon_legendary_plural": "捕捉{{amount_0}}隻傳說的寶可夢", + "quest_title_quest_catch_pokemon_legendary_singular": "捕捉1隻傳說的寶可夢", + "quest_title_quest_catch_pokemon_party_plural": "在參加小隊時捕捉{{amount_0}}隻寶可夢", + "quest_title_quest_catch_pokemon_plural": "捕捉 {{amount_0}} 隻寶可夢", + "quest_title_quest_catch_pokemon_poke_ball_plural": "使用精靈球捕捉{{amount_0}}隻寶可夢", + "quest_title_quest_catch_pokemon_poke_ball_singular": "使用精靈球捕捉寶可夢", + "quest_title_quest_catch_pokemon_routes_plural": "在遊玩路線時捕捉{{amount_0}}隻寶可夢", + "quest_title_quest_catch_pokemon_routes_singular": "在遊玩路線時捕捉1隻寶可夢", + "quest_title_quest_catch_pokemon_singular": "捕捉1隻寶可夢", + "quest_title_quest_catch_pokemon_task": "捕捉 寶可夢", + "quest_title_quest_catch_pokemon_ultra_ball_plural": "使用高級球捕捉{{amount_0}}隻寶可夢", + "quest_title_quest_catch_pokemon_ultra_ball_singular": "使用高級球捕捉寶可夢", + "quest_title_quest_catch_psychic_steel": "捕捉 {{amount_0}} 隻超能力屬性或鋼屬性的寶可夢", + "quest_title_quest_catch_raid_regi_any": "在團體戰中捉到1隻雷吉洛克、雷吉艾斯或雷吉斯奇魯", + "quest_title_quest_catch_raid_regi_ice": "在團體戰中捕獲1隻雷吉艾斯", + "quest_title_quest_catch_raid_regi_rock": "在團體戰中捕獲1隻雷吉洛克", + "quest_title_quest_catch_raid_regi_steel": "在團體戰中捕獲1隻雷吉斯奇魯", + "quest_title_quest_catch_rayquaza_type": "捕捉 {{amount_0}} 隻飛行、超能力或龍屬性的寶可夢", + "quest_title_quest_catch_sinnoh_pokemon": "捕捉{{amount_0}}隻在神奧地區首次被發現的寶可夢", + "quest_title_quest_catch_sinnoh_pokemon_singular": "捕捉在神奧地區首次被發現的寶可夢", + "quest_title_quest_catch_solrock_plural": "捕捉 {{amount_0}} 隻太陽岩", + "quest_title_quest_catch_special_aerodactyl": "捕捉1隻化石翼龍", + "quest_title_quest_catch_special_bidoof": "捕捉 {{amount_0}} 隻大牙狸", + "quest_title_quest_catch_special_chespin": "捕捉1隻哈力栗", + "quest_title_quest_catch_special_cottonee": "捕捉 {{amount_0}} 隻木棉球", + "quest_title_quest_catch_special_cubone": "捕捉1隻卡拉卡拉", + "quest_title_quest_catch_special_exeggcute": "捕捉 {{amount_0}} 隻蛋蛋", + "quest_title_quest_catch_special_fennekin": "捕捉1隻火狐狸", + "quest_title_quest_catch_special_fletchling": "捕捉1隻小箭雀", + "quest_title_quest_catch_special_froakie": "捕捉1隻呱呱泡蛙", + "quest_title_quest_catch_special_furfrou": "捕捉1隻多麗米亞", + "quest_title_quest_catch_special_jirachi": "捕捉基拉祈!", + "quest_title_quest_catch_special_lieep_anorithl": "捕捉 {{amount_0}} 隻觸手百合或太古羽蟲", + "quest_title_quest_catch_special_litleo": "捕捉1隻小獅獅", + "quest_title_quest_catch_special_mew": "捕捉夢幻!", + "quest_title_quest_catch_special_natu": "捕捉 {{amount_0}} 隻天然雀", + "quest_title_quest_catch_special_omanyte_kabuto": "捕捉 {{amount_0}} 隻菊石獸或化石盔", + "quest_title_quest_catch_special_pumpkaboo": "捕捉 {{amount_0}} 隻南瓜精", + "quest_title_quest_catch_special_slugma_gulpin": "捕捉 {{amount_0}} 隻熔岩蟲或溶食獸", + "quest_title_quest_catch_special_voltorb": "捕捉 {{amount_0}} 隻霹靂電球", + "quest_title_quest_catch_special0_plural": "捕捉 {{amount_0}} 隻百變怪", + "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020:捕捉 {{amount_0}} 隻名單上的寶可夢", + "quest_title_quest_catch_special0_singular": "捕捉1隻百變怪", + "quest_title_quest_catch_special1_plural": "捕捉 {{amount_0}} 隻走路草或喇叭芽", + "quest_title_quest_catch_special1_singular": "捕捉1隻走路草或喇叭芽", + "quest_title_quest_catch_special2_plural": "捕捉 {{amount_0}} 隻青綿鳥", + "quest_title_quest_catch_special2_singular": "捕捉1隻青綿鳥", + "quest_title_quest_catch_special3_plural": "捕捉 {{amount_0}} 隻波波或黑暗鴉", + "quest_title_quest_catch_special3_singular": "捕捉1隻波波或黑暗鴉", + "quest_title_quest_catch_special4_plural": "捕捉 {{amount_0}} 隻木守宮或水躍魚", + "quest_title_quest_catch_special4_singular": "捕捉1隻木守宮或水躍魚", + "quest_title_quest_catch_special5_plural": "捕捉 {{amount_0}} 隻喵喵或向尾喵", + "quest_title_quest_catch_special5_singular": "捕捉1隻喵喵或向尾喵", + "quest_title_quest_catch_special6_plural": "捕捉 {{amount_0}} 隻咩利羊", + "quest_title_quest_catch_special7_plural": "捕捉 {{amount_0}} 隻小火龍", + "quest_title_quest_catch_special8_plural": "捕捉 {{amount_0}} 隻幼基拉斯", + "quest_title_quest_catch_special9_plural": "捕捉 {{amount_0}} 隻未知圖騰", + "quest_title_quest_catch_special10_plural": "捕捉 {{amount_0}} 隻正電拍拍", + "quest_title_quest_catch_special11_plural": "捕捉 {{amount_0}} 隻負電拍拍", + "quest_title_quest_catch_special12_plural": "捕捉 {{amount_0}} 隻傑尼龜", + "quest_title_quest_catch_special13_plural": "捕捉 {{amount_0}} 隻毒薔薇", + "quest_title_quest_catch_special14_singular": "捕捉1隻喵喵或卡蒂狗", + "quest_title_quest_catch_special15_singular": "捕捉布魯或土狼犬", + "quest_title_quest_catch_special16_singular": "捕捉1隻向尾喵或土狼犬", + "quest_title_quest_catch_special17_plural": "捕捉 {{amount_0}} 隻伊布", + "quest_title_quest_catch_special18_plural": "捕捉 {{amount_0}} 隻鐵啞鈴", + "quest_title_quest_catch_special19_plural": "捕捉 {{amount_0}} 隻懶人獺", + "quest_title_quest_catch_special20_plural": "捕捉 {{amount_0}} 隻拉魯拉絲", + "quest_title_quest_catch_special21_singular": "捕捉1隻小拉達或皮卡丘", + "quest_title_quest_catch_special22_plural": "捕捉 {{amount_0}} 隻菊草葉", + "quest_title_quest_catch_special23_plural": "捕捉 {{amount_0}} 隻火球鼠", + "quest_title_quest_catch_special24_plural": "捕捉 {{amount_0}} 隻小鋸鱷", + "quest_title_quest_catch_special25_plural": "捕捉 {{amount_0}} 隻小山豬", + "quest_title_quest_catch_special26_plural": "捕捉 {{amount_0}} 隻木守宮", + "quest_title_quest_catch_special27_plural": "捕捉 {{amount_0}} 隻寶貝龍", + "quest_title_quest_catch_special28_plural": "捕捉 {{amount_0}} 隻火稚雞", + "quest_title_quest_catch_special29_plural": "捕捉 {{amount_0}} 隻水躍魚", + "quest_title_quest_catch_special31_plural": "捕捉 {{amount_0}} 隻草苗龜", + "quest_title_quest_catch_special33_plural": "捕捉 {{amount_0}} 隻大顎蟻", + "quest_title_quest_catch_special34_plural": "捕捉 {{amount_0}} 隻小火焰猴", + "quest_title_quest_catch_special35_plural": "捕捉 {{amount_0}} 隻波加曼", + "quest_title_quest_catch_special36_plural": "捕捉 {{amount_0}} 隻獨角犀牛", + "quest_title_quest_catch_special37_plural": "捕捉 {{amount_0}} 隻腕力", + "quest_title_quest_catch_special38_plural": "捕捉 {{amount_0}} 隻六尾", + "quest_title_quest_catch_special39_plural": "捕捉 {{amount_0}} 隻迷你龍", + "quest_title_quest_catch_special40_plural": "捕捉 {{amount_0}} 隻凱西", + "quest_title_quest_catch_special41_plural": "捕捉 {{amount_0}} 隻海豹球", + "quest_title_quest_catch_special42_plural": "捕捉 {{amount_0}} 隻獨角蟲", + "quest_title_quest_catch_special43_plural": "捕捉 {{amount_0}} 隻姆克兒", + "quest_title_quest_catch_special44_plural": "捕捉 {{amount_0}} 隻橡實果", + "quest_title_quest_catch_special45_plural": "捕捉 {{amount_0}} 隻臭泥", + "quest_title_quest_catch_special46_plural": "捕捉 {{amount_0}} 隻多邊獸", + "quest_title_quest_catch_staryu_plural": "捕捉 {{amount_0}} 隻海星星", + "quest_title_quest_catch_stufful_pinap_plural": "用 {{amount_0}} 顆凰梨果來幫忙捕捉寶可夢", + "quest_title_quest_catch_stufful_pinap_singular": "捕捉寶可夢時使用1顆凰梨果", + "quest_title_quest_catch_stufful_razz_plural": "用 {{amount_0}} 顆蔓莓果來幫忙捕捉寶可夢", + "quest_title_quest_catch_stufful_razz_singular": "捕捉寶可夢時使用1顆蔓莓果", + "quest_title_quest_catch_transform_pokemon_plural": "捕捉 {{amount_0}} 隻變身寶可夢", + "quest_title_quest_catch_trubbish_plural": "捕捉 {{amount_0}} 隻破破袋", + "quest_title_quest_catch_type_bug_plural": "捕捉 {{amount_0}} 隻蟲屬性的寶可夢", + "quest_title_quest_catch_type_bug_plural_unique": "捕捉 {{amount_0}} 種蟲屬性的寶可夢", + "quest_title_quest_catch_type_bug_singular": "捕捉1隻蟲屬性的寶可夢", + "quest_title_quest_catch_type_buzzwole": "捕捉1隻屬性和爆肌蚊相同的寶可夢", + "quest_title_quest_catch_type_buzzwole_effective": "捕捉屬相可剋爆肌蚊的寶可夢", + "quest_title_quest_catch_type_buzzwole_plural": "捕捉 {{amount_0}} 隻屬性和爆肌蚊相同的寶可夢", + "quest_title_quest_catch_type_celesteela_effective": "捕捉屬相可剋鐵火輝夜的寶可夢", + "quest_title_quest_catch_type_dark_plural": "捕捉 {{amount_0}} 隻惡屬性的寶可夢", + "quest_title_quest_catch_type_dark_plural_unique": "捕捉 {{amount_0}} 種惡屬性的寶可夢", + "quest_title_quest_catch_type_dark_singular": "捕捉1隻惡屬性的寶可夢", + "quest_title_quest_catch_type_dragon_normal_plural": "捕捉{{amount_0}}隻一般屬性或龍屬性的寶可夢", + "quest_title_quest_catch_type_dragon_plural": "捕捉 {{amount_0}} 隻龍屬性的寶可夢", + "quest_title_quest_catch_type_dragon_plural_unique": "捕捉{{amount_0}}種龍屬性的寶可夢", + "quest_title_quest_catch_type_dragon_singular": "捕捉1隻龍屬性的寶可夢", + "quest_title_quest_catch_type_electric_flying_plural": "捕捉{{amount_0}}隻電屬性或飛行屬性的寶可夢", + "quest_title_quest_catch_type_electric_plural": "捕捉 {{amount_0}} 隻電屬性的寶可夢", + "quest_title_quest_catch_type_electric_plural_unique": "捕捉 {{amount_0}} 種電屬性的寶可夢", + "quest_title_quest_catch_type_electric_singular": "捕捉1隻電屬性的寶可夢", + "quest_title_quest_catch_type_fairy_plural": "捕捉 {{amount_0}} 隻妖精屬性的寶可夢", + "quest_title_quest_catch_type_fairy_plural_unique": "捕捉 {{amount_0}} 種妖精屬性的寶可夢", + "quest_title_quest_catch_type_fairy_singular": "捕捉1隻妖精屬性的寶可夢", + "quest_title_quest_catch_type_fighting_plural": "捕捉 {{amount_0}} 隻格鬥屬性的寶可夢", + "quest_title_quest_catch_type_fighting_plural_unique": "捕捉{{amount_0}}種格鬥屬性的寶可夢", + "quest_title_quest_catch_type_fighting_singular": "捕捉1隻格鬥屬性的寶可夢", + "quest_title_quest_catch_type_fire_dark_plural_unique": "捕捉 {{amount_0}} 隻火屬性或惡屬性的寶可夢", + "quest_title_quest_catch_type_fire_plural": "捕捉 {{amount_0}} 隻火屬性的寶可夢", + "quest_title_quest_catch_type_fire_singular": "捕捉1隻火屬性的寶可夢", + "quest_title_quest_catch_type_flying_plural": "捕捉 {{amount_0}} 隻飛行屬性的寶可夢", + "quest_title_quest_catch_type_flying_plural_unique": "捕捉 {{amount_0}} 種飛行屬性的寶可夢", + "quest_title_quest_catch_type_flying_singular": "捕捉1隻飛行屬性的寶可夢", + "quest_title_quest_catch_type_ghost_dark_plural": "捕捉 {{amount_0}} 隻幽靈屬性或惡屬性的寶可夢", + "quest_title_quest_catch_type_ghost_plural": "捕捉 {{amount_0}} 隻幽靈屬性的寶可夢", + "quest_title_quest_catch_type_ghost_plural_unique": "捕捉 {{amount_0}} 種幽靈屬性的寶可夢", + "quest_title_quest_catch_type_ghost_singular": "捕捉1隻幽靈屬性的寶可夢", + "quest_title_quest_catch_type_grass_bug_plural": "捕捉 {{amount_0}} 隻草屬性或蟲屬性的寶可夢", + "quest_title_quest_catch_type_grass_plural": "捕捉 {{amount_0}} 隻草屬性的寶可夢", + "quest_title_quest_catch_type_grass_plural_unique": "捕捉 {{amount_0}} 種草屬性的寶可夢", + "quest_title_quest_catch_type_grass_poison_plural": "捕捉{{amount_0}}隻草屬性或毒屬性的寶可夢", + "quest_title_quest_catch_type_grass_singular": "捕捉1隻草屬性的寶可夢", + "quest_title_quest_catch_type_ground_plural": "捕捉 {{amount_0}} 隻地面屬性的寶可夢", + "quest_title_quest_catch_type_ground_plural_unique": "捕捉 {{amount_0}} 種地面屬性的寶可夢", + "quest_title_quest_catch_type_ground_singular": "捕捉1隻地面屬性的寶可夢", + "quest_title_quest_catch_type_guzzlord_effective": "捕捉屬相可剋惡食大王的寶可夢", + "quest_title_quest_catch_type_ice_grass_plural_unique": "捕捉 {{amount_0}} 隻冰或草屬性的寶可夢", + "quest_title_quest_catch_type_ice_plural": "捕捉 {{amount_0}} 隻冰屬性的寶可夢", + "quest_title_quest_catch_type_ice_plural_unique": "捕捉 {{amount_0}} 種冰屬性的寶可夢", + "quest_title_quest_catch_type_ice_singular": "捕捉1隻冰屬性的寶可夢", + "quest_title_quest_catch_type_kartana_effective": "捕捉屬相可剋紙御劍的寶可夢", + "quest_title_quest_catch_type_nihilego": "捕捉1隻屬性和虛吾伊德相同的寶可夢", + "quest_title_quest_catch_type_nihilego_effective": "捕捉屬相可剋虛吾伊德的寶可夢", + "quest_title_quest_catch_type_nihilego_plural": "捕捉 {{amount_0}} 隻屬性和虛吾伊德相同的寶可夢", + "quest_title_quest_catch_type_normal_plural": "捕捉 {{amount_0}} 隻一般屬性的寶可夢", + "quest_title_quest_catch_type_normal_plural_unique": "捕捉 {{amount_0}} 種一般屬性的寶可夢", + "quest_title_quest_catch_type_normal_singular": "捕捉1隻一般屬性的寶可夢", + "quest_title_quest_catch_type_pheremosa_effective": "捕捉屬相可剋費洛美螂的寶可夢", + "quest_title_quest_catch_type_pheromosa": "捕捉1隻屬性和費洛美螂相同的寶可夢", + "quest_title_quest_catch_type_pheromosa_plural": "捕捉 {{amount_0}} 隻屬性和費洛美螂相同的寶可夢", + "quest_title_quest_catch_type_poison_plural": "捕捉 {{amount_0}} 隻毒屬性的寶可夢", + "quest_title_quest_catch_type_poison_plural_unique": "捕捉{{amount_0}}種毒屬性的寶可夢", + "quest_title_quest_catch_type_poison_singular": "捕捉1隻毒屬性的寶可夢", + "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", + "quest_title_quest_catch_type_psychic_fighting_plural": "捕捉{{amount_0}}隻超能力屬性或格鬥屬性的寶可夢", + "quest_title_quest_catch_type_psychic_plural": "捕捉 {{amount_0}} 隻超能力屬性的寶可夢", + "quest_title_quest_catch_type_psychic_plural_unique": "捕捉 {{amount_0}} 種超能力屬性的寶可夢", + "quest_title_quest_catch_type_psychic_singular": "捕捉1隻超能力屬性的寶可夢", + "quest_title_quest_catch_type_rock_plural": "捕捉 {{amount_0}} 隻岩石屬性的寶可夢", + "quest_title_quest_catch_type_rock_plural_unique": "捕捉{{amount_0}}種岩石屬性的寶可夢", + "quest_title_quest_catch_type_rock_singular": "捕捉1隻岩石屬性的寶可夢", + "quest_title_quest_catch_type_shaymin": "捕捉1隻屬性和謝米相同的寶可夢", + "quest_title_quest_catch_type_shaymin_plural": "捕捉 {{amount_0}} 隻屬性和謝米相同的寶可夢", + "quest_title_quest_catch_type_steel_plural": "捕捉 {{amount_0}} 隻鋼屬性的寶可夢", + "quest_title_quest_catch_type_steel_plural_unique": "捕捉 {{amount_0}} 種鋼屬性的寶可夢", + "quest_title_quest_catch_type_steel_singular": "捕捉1隻鋼屬性的寶可夢", + "quest_title_quest_catch_type_water_electric_fire_plural_unique": "捕捉 {{amount_0}} 隻水、電或火屬性的寶可夢", + "quest_title_quest_catch_type_water_flying_plural": "捕捉{{amount_0}}隻水屬性或飛行屬性的寶可夢", + "quest_title_quest_catch_type_water_ground_plural": "捕捉{{amount_0}}隻水屬性或地面屬性的寶可夢", + "quest_title_quest_catch_type_water_plural": "捕捉 {{amount_0}} 隻水屬性的寶可夢", + "quest_title_quest_catch_type_water_plural_unique": "捕捉 {{amount_0}} 種水屬性的寶可夢", + "quest_title_quest_catch_type_water_singular": "捕捉1隻水屬性的寶可夢", + "quest_title_quest_catch_type_xurkitree": "捕捉1隻屬性和電束木相同的寶可夢", + "quest_title_quest_catch_type_xurkitree_effective": "捕捉屬相可剋電束木的寶可夢", + "quest_title_quest_catch_type_xurkitree_plural": "捕捉 {{amount_0}} 隻屬性和電束木相同的寶可夢", + "quest_title_quest_catch_types_rainy_plural": "捕捉 {{amount_0}} 隻水、電或蟲屬性的寶可夢", + "quest_title_quest_catch_types_rainy_singular": "捕捉1隻水、電或蟲屬性的寶可夢", + "quest_title_quest_catch_types_snowy_plural": "捕捉 {{amount_0}} 隻冰或鋼屬性的寶可夢", + "quest_title_quest_catch_types_snowy_singular": "捕捉1隻冰或鋼屬性的寶可夢", + "quest_title_quest_catch_types_sunny_plural": "捕捉 {{amount_0}} 隻草、火或地面屬性的寶可夢", + "quest_title_quest_catch_types_sunny_singular": "捕捉1隻草、火或地面屬性的寶可夢", + "quest_title_quest_catch_types_windy_plural": "捕捉 {{amount_0}} 隻飛行、龍或超能力屬性的寶可夢", + "quest_title_quest_catch_types_windy_singular": "捕捉1隻飛行、龍或超能力屬性的寶可夢", + "quest_title_quest_catch_weather_boost_plural": "捕捉 {{amount_0}} 隻擁有天氣優勢的寶可夢", + "quest_title_quest_catch_weather_boost_singular": "捕捉1隻擁有天氣優勢的寶可夢", + "quest_title_quest_catch_whismur": "捕捉 {{amount_0}} 隻咕妞妞", + "quest_title_quest_challenge_party_power_plural": "在團體戰中使用{{amount_0}}次小隊之力", + "quest_title_quest_challenge_party_power_singular": "在團體戰中使用1次小隊之力", + "quest_title_quest_change_form_furfrou": "改變多麗米亞的樣子", + "quest_title_quest_change_form_plural": "讓 {{amount_0}} 隻寶可夢改變樣子", + "quest_title_quest_change_form_singular": "讓1隻寶可夢改變樣子", + "quest_title_quest_chansey_catch_b": "捕捉{{amount_0}}隻吉利蛋", + "quest_title_quest_chansey_evolve_b_plural": "讓{{amount_0}}隻吉利蛋進化", + "quest_title_quest_chansey_evolve_b_singular": "讓1隻吉利蛋進化", + "quest_title_quest_chansey_snapshot_b": "為吉利蛋拍攝{{amount_0}}張GO Snapshot照片", + "quest_title_quest_charge_attack_party_plural": "在參加小隊時使出{{amount_0}}次特殊招式", + "quest_title_quest_charge_attack_party_singular": "在參加小隊時使出特殊招式", + "quest_title_quest_charged_attack_plural": "使出 {{amount_0}} 次特殊攻擊", + "quest_title_quest_charjabug_evolve_b": "讓{{amount_0}}隻蟲電寶進化", + "quest_title_quest_chart_catch_b": "捕捉 {{amount_0}} 隻小火龍", + "quest_title_quest_chart_catch_s1": "捕捉 {{amount_0}} 隻火恐龍", + "quest_title_quest_chart_evolve_b": "讓 {{amount_0}} 隻小火龍進化", + "quest_title_quest_chart_evolve_s1": "讓 {{amount_0}} 隻火恐龍進化", + "quest_title_quest_chespin_catch_b": "捕捉{{amount_0}}隻哈力栗", + "quest_title_quest_chespin_evolve_b": "讓{{amount_0}}隻哈力栗進化", + "quest_title_quest_chespin_snapshot_b": "為哈力栗拍攝{{amount_0}}張照片", + "quest_title_quest_crocalor_evolve_b": "讓炙燙鱷進化", + "quest_title_quest_cyndaquil_catch_b": "捕捉{{amount_0}}隻火球鼠", + "quest_title_quest_cyndaquil_evolve_b_plural": "讓{{amount_0}}隻火球鼠進化", + "quest_title_quest_cyndaquil_evolve_b_singular": "讓1隻火球鼠進化", + "quest_title_quest_dartrix_evolve_b_plural": "讓{{amount_0}}隻投羽梟進化", + "quest_title_quest_dartrix_evolve_b_singular": "讓{{amount_0}}隻投羽梟進化", + "quest_title_quest_dec2021_catch_b": "捕捉 {{amount_0}} 隻2021年社群日的主題寶可夢", + "quest_title_quest_dec2022_catch_b": "捕捉 {{amount_0}} 隻2022年社群日的主題寶可夢", + "quest_title_quest_dec2023_catch_b": "捕捉{{amount_0}}隻在2023年社群日登場的寶可夢", + "quest_title_quest_defeat_jessie_james_plural": "打敗武藏或小次郎 {{amount_0}} 次", + "quest_title_quest_defeat_rocket": "打敗 {{amount_0}} 個GO火箭隊成員", + "quest_title_quest_defeat_rocket_leader_2500": "用CP低於2,500的寶可夢打敗GO火箭隊幹部 {{amount_0}} 次", + "quest_title_quest_defeat_rocket_singular": "打敗1個GO火箭隊成員", + "quest_title_quest_deino_catch": "捕捉 {{amount_0}} 隻單首龍", + "quest_title_quest_deino_evolve_a": "讓 {{amount_0}} 隻單首龍進化", + "quest_title_quest_deino_evolve_b": "讓 {{amount_0}} 隻單首龍或雙首暴龍進化", + "quest_title_quest_deino_snap": "為單首龍拍攝 {{amount_0}} 張照片", + "quest_title_quest_dragonair_evolve_b": "讓{{amount_0}}隻哈克龍進化", + "quest_title_quest_dratini_cdc_catch_b": "捕捉 {{amount_0}} 隻迷你龍", + "quest_title_quest_dratini_cdc_evolve_b": "讓{{amount_0}}隻迷你龍進化", + "quest_title_quest_dratini_cdc_snapshot_b": "為迷你龍拍攝{{amount_0}}張照片", + "quest_title_quest_drizzle_evolve": "讓1隻變澀蜥進化", + "quest_title_quest_dude_catch": "捕捉 {{amount_0}} 隻小拳石", + "quest_title_quest_dude_evolve_a": "讓 {{amount_0}} 隻小拳石進化", + "quest_title_quest_dude_evolve_b": "讓 {{amount_0}} 隻隆隆石進化", + "quest_title_quest_dude_snap": "為小拳石拍攝 {{amount_0}} 張照片", + "quest_title_quest_duskt_catch_b": "捕捉 {{amount_0}} 隻夜巡靈", + "quest_title_quest_duskt_evolve_b": "讓 {{amount_0}} 隻夜巡靈進化", + "quest_title_quest_duskt_evolve_s1": "讓1隻彷徨夜靈進化", + "quest_title_quest_earn_buddy_ribbon_plural": "為{{amount_0}}隻寶可夢佩上正港好夥伴獎章", + "quest_title_quest_eelektrik_evolve_b_plural": "讓{{amount_0}}隻麻麻鰻進化", + "quest_title_quest_eelektrik_evolve_b_singular": "讓1隻麻麻鰻進化", + "quest_title_quest_eevee_evolve_plural": "讓伊布完成所有形態的進化", + "quest_title_quest_eevet_catch_b": "捕捉 {{amount_0}} 隻伊布", + "quest_title_quest_eevet_evolve_b": "讓 {{amount_0}} 隻伊布進化", + "quest_title_quest_elect_catch_b": "捕捉 {{amount_0}} 隻電擊獸", + "quest_title_quest_elect_evolve_b": "讓 {{amount_0}} 隻電擊獸進化", + "quest_title_quest_elite_raid_victory_plural": "在菁英團體戰獲勝{{amount_0}}次", + "quest_title_quest_elite_raid_victory_singular": "在菁英團體戰獲勝1次", + "quest_title_quest_elite4_a": "擊敗GO Tour四天王:台地", + "quest_title_quest_elite4_b": "擊敗GO Tour四天王:洞窟", + "quest_title_quest_elite4_c": "擊敗GO Tour四天王:海洋", + "quest_title_quest_elite4_d": "擊敗GO Tour四天王:莽原", + "quest_title_quest_elrd22_april16_battle": "蛋蛋研究:參加1次道館對戰", + "quest_title_quest_elrd22_april16_berries": "蛋蛋研究:捕捉寶可夢時使用3顆樹果來輔助", + "quest_title_quest_elrd22_april16_catch_grass": "蛋蛋研究:捕捉3隻草屬性寶可夢", + "quest_title_quest_elrd22_april16_charged_move": "蛋蛋研究:使出1次效果絕佳的特殊招式", + "quest_title_quest_elrd22_april16_curve": "蛋蛋研究:投出5次曲球", + "quest_title_quest_elrd22_april16_evolve_grass": "蛋蛋研究:讓2隻草屬性寶可夢進化", + "quest_title_quest_elrd22_april16_gifts_stickers": "蛋蛋研究:傳送2個貼了貼圖的友情禮物給朋友", + "quest_title_quest_elrd22_april16_great": "蛋蛋研究:投出3次Great", + "quest_title_quest_elrd22_april16_great_row": "蛋蛋研究:連續投出2次Great", + "quest_title_quest_elrd22_april16_nice": "蛋蛋研究:投出5次Nice", + "quest_title_quest_elrd22_april16_nice_row": "蛋蛋研究:連續投出3次Nice", + "quest_title_quest_elrd22_april16_raid": "蛋蛋研究:參加1場團體戰", + "quest_title_quest_elrd22_april16_spin": "蛋蛋研究:拜訪2個寶可補給站", + "quest_title_quest_elrd22_april16_weather_easy": "蛋蛋研究:捕捉3隻擁有天氣優勢的寶可夢", + "quest_title_quest_elrd22_april16_weather_hard": "蛋蛋研究:捕捉5隻擁有天氣優勢的寶可夢", + "quest_title_quest_elrd22_april16_wild_grass_snapshot": "タマタマリサーチ:野生のくさタイプのポケモンのGOスナップショットを撮る", + "quest_title_quest_equinox19_catch_medium_pkmn": "捕捉 {{amount_0}} 隻妙蛙種子或菊草葉", + "quest_title_quest_equinox19_catch_type_grass_plural": "捕捉 {{amount_0}} 隻草屬性的寶可夢", + "quest_title_quest_equinox19_evolve_type_grass_plural": "讓 {{amount_0}} 隻草屬性的寶可夢進化", + "quest_title_quest_equinox19_evolve_type_grass_plural_2": "讓 {{amount_0}} 隻草屬性的寶可夢進化", + "quest_title_quest_event_eevee_snapshot_barcelona": "在巴塞隆納為你的伊布拍攝1張GO Snapshot照片", + "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", + "quest_title_quest_event_eevee_snapshot_mexico_city": "在墨西哥城為你的伊布拍攝1張GO Snapshot照片", + "quest_title_quest_event_eevee_snapshot_seoul": "在首爾為你的伊布拍攝1張GO Snapshot照片", + "quest_title_quest_event_eevee_snapshot_tainan": "在台南為你的伊布拍攝1張GO Snapshot照片", + "quest_title_quest_event_leave_behind_spin": "旋轉10個從未去過的寶可補給站和道館", + "quest_title_quest_event_leave_behind_spin_safari_city": "旋轉伊布探險的寶可補給站", + "quest_title_quest_event_leave_behind_spin_safari_city_plural": "旋轉{{amount_0}}個從未去過的伊布探索的寶可補給站", + "quest_title_quest_event_leave_behind_spin_safari_city_singular": "旋轉從未去過的伊布探索的寶可補給站", + "quest_title_quest_event_spin_barcelona": "旋轉1個巴塞隆納的寶可補給站或道館轉盤", + "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", + "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", + "quest_title_quest_event_spin_mexico_city": "旋轉1個墨西哥城的寶可補給站或道館轉盤", + "quest_title_quest_event_spin_seoul": "旋轉1個首爾的寶可補給站或道館轉盤", + "quest_title_quest_event_spin_tainan": "旋轉1個台南的寶可補給站或道館轉盤", + "quest_title_quest_evolve_abra_singular": "讓1隻凱西進化", + "quest_title_quest_evolve_aipom_singular": "讓1隻長尾怪手進化", + "quest_title_quest_evolve_amaura_singular": "讓1隻冰雪龍進化", + "quest_title_quest_evolve_anorith_singular": "讓1隻太古羽蟲進化", + "quest_title_quest_evolve_archen_singular": "讓1隻始祖小鳥進化", + "quest_title_quest_evolve_aron_singular": "讓1隻可可多拉進化", + "quest_title_quest_evolve_axew_singular": "讓1隻牙牙進化", + "quest_title_quest_evolve_azurill_singular": "讓1隻露力麗進化", + "quest_title_quest_evolve_bagon_singular": "讓1隻寶貝龍進化", + "quest_title_quest_evolve_baltoy_singular": "讓1隻天秤偶進化", + "quest_title_quest_evolve_barboach_singular": "讓1隻泥泥鰍進化", + "quest_title_quest_evolve_bayleef": "讓1隻月桂葉進化", + "quest_title_quest_evolve_bayleef_singular": "讓1隻月桂葉進化", + "quest_title_quest_evolve_beldum_singular": "讓1隻鐵啞鈴進化", + "quest_title_quest_evolve_bellsprout_singular": "讓1隻喇叭芽進化", + "quest_title_quest_evolve_bergmite_singular": "讓1隻冰寶進化", + "quest_title_quest_evolve_bidoof_singular": "讓1隻大牙狸進化", + "quest_title_quest_evolve_binacle_singular": "讓1隻龜腳腳進化", + "quest_title_quest_evolve_blitzle_singular": "讓1隻斑斑馬進化", + "quest_title_quest_evolve_boldore_singular": "讓1隻地幔岩進化", + "quest_title_quest_evolve_bonsly_singular": "讓1隻盆才怪進化", + "quest_title_quest_evolve_braixen_singular": "讓1隻長尾火狐進化", + "quest_title_quest_evolve_bronzor_singular": "讓1隻銅鏡怪進化", + "quest_title_quest_evolve_budew_singular": "讓1隻含羞苞進化", + "quest_title_quest_evolve_buizel_singular": "讓1隻泳圈鼬進化", + "quest_title_quest_evolve_bulbasaur": "讓1隻妙蛙種子進化", + "quest_title_quest_evolve_bulbasaur_singular": "讓1隻妙蛙種子進化", + "quest_title_quest_evolve_buneary_singular": "讓1隻捲捲耳進化", + "quest_title_quest_evolve_bunnelby_singular": "讓1隻掘掘兔進化", + "quest_title_quest_evolve_burmy_singular": "讓1隻結草兒進化", + "quest_title_quest_evolve_cacnea_singular": "讓1隻刺球仙人掌進化", + "quest_title_quest_evolve_carvanha_singular": "讓1隻利牙魚進化", + "quest_title_quest_evolve_cascoon_singular": "讓1隻盾甲繭進化", + "quest_title_quest_evolve_caterpie_singular": "讓1隻綠毛蟲進化", + "quest_title_quest_evolve_chansey_singular": "讓1隻吉利蛋進化", + "quest_title_quest_evolve_charmander": "讓1隻小火龍進化", + "quest_title_quest_evolve_charmander_singular": "讓1隻小火龍進化", + "quest_title_quest_evolve_charmeleon_singular": "讓1隻火恐龍進化", + "quest_title_quest_evolve_cherubi_singular": "讓1隻櫻花寶進化", + "quest_title_quest_evolve_chespin_singular": "讓1隻哈力栗進化", + "quest_title_quest_evolve_chikorita": "讓1隻菊草葉進化", + "quest_title_quest_evolve_chikorita_singular": "讓1隻菊草葉進化", + "quest_title_quest_evolve_chimchar_singular": "讓1隻小火焰猴進化", + "quest_title_quest_evolve_chinchou_singular": "讓1隻燈籠魚進化", + "quest_title_quest_evolve_chingling_singular": "讓1隻鈴鐺響進化", + "quest_title_quest_evolve_clamperl_singular": "讓1隻珍珠貝進化", + "quest_title_quest_evolve_clauncher_singular": "讓1隻鐵臂槍蝦進化", + "quest_title_quest_evolve_clefairy_singular": "讓1隻皮皮進化", + "quest_title_quest_evolve_cleffa_singular": "讓1隻皮寶寶進化", + "quest_title_quest_evolve_combee_singular": "讓1隻三蜜蜂進化", + "quest_title_quest_evolve_combusken_singular": "讓1隻力壯雞進化", + "quest_title_quest_evolve_corphish_singular": "讓1隻龍蝦小兵進化", + "quest_title_quest_evolve_cosmoem_singular": "讓1隻科斯莫姆進化", + "quest_title_quest_evolve_cosmog_singular": "讓1隻科斯莫古進化", + "quest_title_quest_evolve_cottonee_singular": "讓1隻木棉球進化", + "quest_title_quest_evolve_cranidos_singular": "讓1隻頭蓋龍進化", + "quest_title_quest_evolve_croagunk_singular": "讓1隻不良蛙進化", + "quest_title_quest_evolve_croconaw": "讓1隻藍鱷進化", + "quest_title_quest_evolve_croconaw_singular": "讓1隻藍鱷進化", + "quest_title_quest_evolve_cubchoo_singular": "讓1隻噴嚏熊進化", + "quest_title_quest_evolve_cubone_singular": "讓1隻卡拉卡拉進化", + "quest_title_quest_evolve_cyndaquil": "讓1隻火球鼠進化", + "quest_title_quest_evolve_cyndaquil_singular": "讓1隻火球鼠進化", + "quest_title_quest_evolve_dark_type_singular": "讓1隻惡屬性的寶可夢進化", + "quest_title_quest_evolve_darumaka_singular": "讓1隻火紅不倒翁進化", + "quest_title_quest_evolve_deerling_singular": "讓1隻四季鹿進化", + "quest_title_quest_evolve_deino_singular": "讓1隻單首龍進化", + "quest_title_quest_evolve_dewott_singular": "讓1隻雙刃丸進化", + "quest_title_quest_evolve_diglett_singular": "讓1隻地鼠進化", + "quest_title_quest_evolve_doduo_singular": "讓1隻嘟嘟進化", + "quest_title_quest_evolve_doublade_singular": "讓1隻雙劍鞘進化", + "quest_title_quest_evolve_dragonair_singular": "讓1隻哈克龍進化", + "quest_title_quest_evolve_dratini_singular": "讓1隻迷你龍進化", + "quest_title_quest_evolve_drifloon_singular": "讓1隻飄飄球進化", + "quest_title_quest_evolve_drilbur_singular": "讓1隻螺釘地鼠進化", + "quest_title_quest_evolve_drowzee_singular": "讓1隻催眠貘進化", + "quest_title_quest_evolve_ducklett_singular": "讓1隻鴨寶寶進化", + "quest_title_quest_evolve_duosion_singular": "讓1隻雙卵細胞球進化", + "quest_title_quest_evolve_durant_singular": "讓1隻鐵蟻進化", + "quest_title_quest_evolve_dusclops_singular": "讓1隻彷徨夜靈進化", + "quest_title_quest_evolve_duskull_singular": "讓1隻夜巡靈進化", + "quest_title_quest_evolve_dwebble_singular": "讓1隻石居蟹進化", + "quest_title_quest_evolve_eelektrik_singular": "讓1隻麻麻鰻進化", + "quest_title_quest_evolve_eevee_singular": "讓1隻伊布進化", + "quest_title_quest_evolve_eevee_types_plural": "讓 {{amount_0}} 隻電、水或火屬性的寶可夢進化", + "quest_title_quest_evolve_eevee_types_singular": "讓1隻電、水或火屬性的寶可夢進化", + "quest_title_quest_evolve_ekans_singular": "讓1隻阿柏蛇進化", + "quest_title_quest_evolve_electabuzz_singular": "讓1隻電擊獸進化", + "quest_title_quest_evolve_electrike_singular": "讓1隻落雷獸進化", + "quest_title_quest_evolve_elekid_singular": "讓1隻電擊怪進化", + "quest_title_quest_evolve_elgyem_singular": "讓1隻小灰怪進化", + "quest_title_quest_evolve_espeon": "在白天讓伊布進化成太陽伊布", + "quest_title_quest_evolve_espurr_singular": "讓1隻妙喵進化", + "quest_title_quest_evolve_evolved_grass_singular": "讓1隻已經進化過的草屬性寶可夢進一步進化", + "quest_title_quest_evolve_exeggcute_singular": "讓1隻蛋蛋進化", + "quest_title_quest_evolve_farfetch'd_singular": "讓1隻大蔥鴨進化", + "quest_title_quest_evolve_feebas_singular": "讓1隻醜醜魚進化", + "quest_title_quest_evolve_fennekin_singular": "讓1隻火狐狸進化", + "quest_title_quest_evolve_ferroseed_singular": "讓1隻種子鐵球進化", + "quest_title_quest_evolve_finneon_singular": "讓1隻螢光魚進化", + "quest_title_quest_evolve_flaaffy_singular": "讓1隻茸茸羊進化", + "quest_title_quest_evolve_flabébé_singular": "讓1隻花蓓蓓進化", + "quest_title_quest_evolve_fletchinder_singular": "讓1隻火箭雀進化", + "quest_title_quest_evolve_fletchling_singular": "讓1隻小箭雀進化", + "quest_title_quest_evolve_floette_singular": "讓1隻花葉蒂進化", + "quest_title_quest_evolve_foongus_singular": "讓1隻哎呀球菇進化", + "quest_title_quest_evolve_fraxure_singular": "讓1隻斧牙龍進化", + "quest_title_quest_evolve_frillish_singular": "讓1隻輕飄飄進化", + "quest_title_quest_evolve_froakie_singular": "讓1隻呱呱泡蛙進化", + "quest_title_quest_evolve_frogadier_singular": "讓1隻呱頭蛙進化", + "quest_title_quest_evolve_gabite_singular": "讓1隻尖牙陸鯊進化", + "quest_title_quest_evolve_gastly_singular": "讓1隻鬼斯進化", + "quest_title_quest_evolve_geodude_singular": "讓1隻小拳石進化", + "quest_title_quest_evolve_gible_singular": "讓1隻圓陸鯊進化", + "quest_title_quest_evolve_glalie_singular": "讓1隻冰鬼護進化", + "quest_title_quest_evolve_glameow_singular": "讓1隻魅力喵進化", + "quest_title_quest_evolve_gligar_singular": "讓1隻天蠍進化", + "quest_title_quest_evolve_gloom_singular": "讓1隻臭臭花進化", + "quest_title_quest_evolve_golbat_singular": "讓1隻大嘴蝠進化", + "quest_title_quest_evolve_goldeen_singular": "讓1隻角金魚進化", + "quest_title_quest_evolve_golett_singular": "讓1隻泥偶小人進化", + "quest_title_quest_evolve_goomy_singular": "讓1隻黏黏寶進化", + "quest_title_quest_evolve_gothita_singular": "讓1隻哥德寶寶進化", + "quest_title_quest_evolve_gothorita_singular": "讓1隻哥德小童進化", + "quest_title_quest_evolve_graveler_singular": "讓1隻隆隆石進化", + "quest_title_quest_evolve_grimer_singular": "讓1隻臭泥進化", + "quest_title_quest_evolve_grotle_singular": "讓1隻樹林龜進化", + "quest_title_quest_evolve_ground_plural": "讓 {{amount_0}} 隻地面屬性的寶可夢進化", + "quest_title_quest_evolve_grovyle_singular": "讓1隻森林蜥蜴進化", + "quest_title_quest_evolve_growlithe_singular": "讓1隻卡蒂狗進化", + "quest_title_quest_evolve_gulpin_singular": "讓1隻溶食獸進化", + "quest_title_quest_evolve_gurdurr_singular": "讓1隻鐵骨土人進化", + "quest_title_quest_evolve_happiny_singular": "讓1隻小福蛋進化", + "quest_title_quest_evolve_haunter_singular": "讓1隻鬼斯通進化", + "quest_title_quest_evolve_heatmor_singular": "讓1隻熔蟻獸進化", + "quest_title_quest_evolve_helioptile_singular": "讓1隻傘電蜥進化", + "quest_title_quest_evolve_herdier_singular": "讓1隻哈約克進化", + "quest_title_quest_evolve_hippopotas_singular": "讓1隻沙河馬進化", + "quest_title_quest_evolve_honedge_singular": "讓1隻獨劍鞘進化", + "quest_title_quest_evolve_hoothoot_singular": "讓1隻咕咕進化", + "quest_title_quest_evolve_hoppip_singular": "讓1隻毽子草進化", + "quest_title_quest_evolve_horsea_singular": "讓1隻墨海馬進化", + "quest_title_quest_evolve_houndour_singular": "讓1隻戴魯比進化", + "quest_title_quest_evolve_igglybuff_singular": "讓1隻寶寶丁進化", + "quest_title_quest_evolve_illumise_singular": "讓1隻甜甜螢進化", + "quest_title_quest_evolve_inkay_singular": "讓1隻好啦魷進化", + "quest_title_quest_evolve_items_plural": "用道具讓 {{amount_0}} 隻寶可夢進化", + "quest_title_quest_evolve_items_singular": "用道具來讓1隻寶可夢進化", + "quest_title_quest_evolve_ivysaur_singular": "讓1隻妙蛙草進化", + "quest_title_quest_evolve_jigglypuff_singular": "讓1隻胖丁進化", + "quest_title_quest_evolve_joltik_singular": "讓1隻電電蟲進化", + "quest_title_quest_evolve_kabuto_singular": "讓1隻化石盔進化", + "quest_title_quest_evolve_kadabra_singular": "讓1隻勇基拉進化", + "quest_title_quest_evolve_kakuna_singular": "讓1隻鐵殼蛹進化", + "quest_title_quest_evolve_karrablast_singular": "讓1隻蓋蓋蟲進化", + "quest_title_quest_evolve_kirlia_singular": "讓1隻奇魯莉安進化", + "quest_title_quest_evolve_klang_singular": "讓1隻齒輪組進化", + "quest_title_quest_evolve_klink_singular": "讓1隻齒輪兒進化", + "quest_title_quest_evolve_koffing_singular": "讓1隻瓦斯彈進化", + "quest_title_quest_evolve_krabby_singular": "讓1隻大鉗蟹進化", + "quest_title_quest_evolve_kricketot_singular": "讓1隻圓法師進化", + "quest_title_quest_evolve_krokorok_singular": "讓1隻混混鱷進化", + "quest_title_quest_evolve_lairon_singular": "讓1隻可多拉進化", + "quest_title_quest_evolve_lampent_singular": "讓1隻燈火幽靈進化", + "quest_title_quest_evolve_larvesta_singular": "讓1隻燃燒蟲進化", + "quest_title_quest_evolve_larvitar_singular": "讓1隻幼基拉斯進化", + "quest_title_quest_evolve_ledyba_singular": "讓1隻芭瓢蟲進化", + "quest_title_quest_evolve_lickitung_singular": "讓1隻大舌頭進化", + "quest_title_quest_evolve_lileep_singular": "讓1隻觸手百合進化", + "quest_title_quest_evolve_lillipup_singular": "讓1隻小約克進化", + "quest_title_quest_evolve_linoone_singular": "讓{{amount_0}}隻伽勒爾直衝熊進化", + "quest_title_quest_evolve_litleo_singular": "讓1隻小獅獅進化", + "quest_title_quest_evolve_litwick_singular": "讓1隻燭光靈進化", + "quest_title_quest_evolve_lombre_singular": "讓1隻蓮帽小童進化", + "quest_title_quest_evolve_lotad_singular": "讓1隻蓮葉童子進化", + "quest_title_quest_evolve_loudred_singular": "讓1隻吼爆彈進化", + "quest_title_quest_evolve_luxio_singular": "讓1隻勒克貓進化", + "quest_title_quest_evolve_machoke_singular": "讓1隻豪力進化", + "quest_title_quest_evolve_machop_singular": "讓1隻腕力進化", + "quest_title_quest_evolve_magby_singular": "讓1隻鴨嘴寶寶進化", + "quest_title_quest_evolve_magikarp_singular": "讓1隻鯉魚王進化", + "quest_title_quest_evolve_magmar_singular": "讓1隻鴨嘴火獸進化", + "quest_title_quest_evolve_magnemite_singular": "讓1隻小磁怪進化", + "quest_title_quest_evolve_makuhita_singular": "讓1隻幕下力士進化", + "quest_title_quest_evolve_mankey_singular": "讓1隻猴怪進化", + "quest_title_quest_evolve_mantyke_singular": "讓1隻小球飛魚進化", + "quest_title_quest_evolve_mareep_singular": "讓1隻咩利羊進化", + "quest_title_quest_evolve_marill_singular": "讓1隻瑪力露進化", + "quest_title_quest_evolve_marshtomp_singular": "讓1隻沼躍魚進化", + "quest_title_quest_evolve_meditite_singular": "讓1隻瑪沙那進化", + "quest_title_quest_evolve_meowth_singular": "讓1隻喵喵進化", + "quest_title_quest_evolve_metang_singular": "讓1隻金屬怪進化", + "quest_title_quest_evolve_metapod_singular": "讓1隻鐵甲蛹進化", + "quest_title_quest_evolve_mienfoo_singular": "讓1隻功夫鼬進化", + "quest_title_quest_evolve_mime jr._singular": "讓1隻魔尼尼進化", + "quest_title_quest_evolve_minccino_singular": "讓1隻泡沫栗鼠進化", + "quest_title_quest_evolve_misdreavus_singular": "讓1隻夢妖進化", + "quest_title_quest_evolve_monferno_singular": "讓1隻猛火猴進化", + "quest_title_quest_evolve_mr. mime_singular": "讓1隻魔牆人偶進化", + "quest_title_quest_evolve_mudkip_singular": "讓1隻水躍魚進化", + "quest_title_quest_evolve_munchlax_singular": "讓1隻小卡比獸進化", + "quest_title_quest_evolve_munna_singular": "讓1隻食夢夢進化", + "quest_title_quest_evolve_murkrow_singular": "讓1隻黑暗鴉進化", + "quest_title_quest_evolve_natu_singular": "讓1隻天然雀進化", + "quest_title_quest_evolve_nidoranfemale_singular": "讓1隻尼多蘭進化", + "quest_title_quest_evolve_nidoranmale_singular": "讓1隻尼多朗進化", + "quest_title_quest_evolve_nidorina_singular": "讓1隻尼多娜進化", + "quest_title_quest_evolve_nidorino_singular": "讓1隻尼多力諾進化", + "quest_title_quest_evolve_nincada_singular": "讓1隻土居忍士進化", + "quest_title_quest_evolve_noibat_singular": "讓1隻嗡蝠進化", + "quest_title_quest_evolve_nosepass_singular": "讓1隻朝北鼻進化", + "quest_title_quest_evolve_numel_singular": "讓1隻呆火駝進化", + "quest_title_quest_evolve_nuzleaf_singular": "讓1隻長鼻葉進化", + "quest_title_quest_evolve_oddish_singular": "讓1隻走路草進化", + "quest_title_quest_evolve_omanyte_singular": "讓1隻菊石獸進化", + "quest_title_quest_evolve_onix_singular": "讓1隻大岩蛇進化", + "quest_title_quest_evolve_oshawott_singular": "讓1隻水水獺進化", + "quest_title_quest_evolve_palpitoad_singular": "讓1隻藍蟾蜍進化", + "quest_title_quest_evolve_pancham_singular": "讓1隻頑皮熊貓進化", + "quest_title_quest_evolve_panpour_singular": "讓1隻冷水猴進化", + "quest_title_quest_evolve_pansage_singular": "讓1隻花椰猴進化", + "quest_title_quest_evolve_pansear_singular": "讓1隻爆香猴進化", + "quest_title_quest_evolve_paras_singular": "讓1隻派拉斯進化", + "quest_title_quest_evolve_patrat_singular": "讓1隻探探鼠進化", + "quest_title_quest_evolve_pawniard_singular": "讓1隻駒刀小兵進化", + "quest_title_quest_evolve_petilil_singular": "讓1隻百合根娃娃進化", + "quest_title_quest_evolve_phanpy_singular": "讓1隻小小象進化", + "quest_title_quest_evolve_phantump_singular": "讓1隻小木靈進化", + "quest_title_quest_evolve_pichu_singular": "讓1隻皮丘進化", + "quest_title_quest_evolve_pidgeotto_singular": "讓1隻比比鳥進化", + "quest_title_quest_evolve_pidgey_singular": "讓1隻波波進化", + "quest_title_quest_evolve_pidove_singular": "讓1隻豆豆鴿進化", + "quest_title_quest_evolve_pignite_singular": "讓1隻炒炒豬進化", + "quest_title_quest_evolve_pikachu_singular": "讓1隻皮卡丘進化", + "quest_title_quest_evolve_piloswine_plural": "讓 {{amount_0}} 隻長毛豬進化", + "quest_title_quest_evolve_piloswine_singular": "讓1隻長毛豬進化", + "quest_title_quest_evolve_pineco_singular": "讓1隻榛果球進化", + "quest_title_quest_evolve_piplup_singular": "讓1隻波加曼進化", + "quest_title_quest_evolve_plural": "讓 {{amount_0}} 隻寶可夢進化", + "quest_title_quest_evolve_poison_type_singular": "讓1隻毒屬性的寶可夢進化", + "quest_title_quest_evolve_poliwag_singular": "讓1隻蚊香蝌蚪進化", + "quest_title_quest_evolve_poliwhirl_singular": "讓1隻蚊香君進化", + "quest_title_quest_evolve_ponyta_singular": "讓1隻小火馬進化", + "quest_title_quest_evolve_poochyena_singular": "讓1隻土狼犬進化", + "quest_title_quest_evolve_porygon2_singular": "讓1隻多邊獸Ⅱ進化", + "quest_title_quest_evolve_prinplup_singular": "讓1隻波皇子進化", + "quest_title_quest_evolve_psyduck_singular": "讓1隻可達鴨進化", + "quest_title_quest_evolve_pumpkaboo_singular": "讓1隻南瓜精進化", + "quest_title_quest_evolve_pupitar_singular": "讓1隻沙基拉斯進化", + "quest_title_quest_evolve_purrloin_singular": "讓1隻扒手貓進化", + "quest_title_quest_evolve_quilava": "讓1隻火岩鼠進化", + "quest_title_quest_evolve_quilava_singular": "讓1隻火岩鼠進化", + "quest_title_quest_evolve_quilladin_singular": "讓1隻胖胖哈力進化", + "quest_title_quest_evolve_qwilfish_singular": "讓1隻千針魚進化", + "quest_title_quest_evolve_ralts_singular": "讓1隻拉魯拉絲進化", + "quest_title_quest_evolve_rattata_singular": "讓1隻小拉達進化", + "quest_title_quest_evolve_remoraid_singular": "讓1隻鐵炮魚進化", + "quest_title_quest_evolve_rhydon_singular": "讓1隻鑽角犀獸進化", + "quest_title_quest_evolve_rhyhorn_singular": "讓1隻獨角犀牛進化", + "quest_title_quest_evolve_riolu_singular": "讓1隻利歐路進化", + "quest_title_quest_evolve_roggenrola_singular": "讓1隻石丸子進化", + "quest_title_quest_evolve_roselia_singular": "讓1隻毒薔薇進化", + "quest_title_quest_evolve_rufflet_singular": "讓1隻毛頭小鷹進化", + "quest_title_quest_evolve_sandile_singular": "讓1隻黑眼鱷進化", + "quest_title_quest_evolve_sandshrew_singular": "讓1隻穿山鼠進化", + "quest_title_quest_evolve_sb_singular": "讓1隻布魯進化", + "quest_title_quest_evolve_scatterbug_singular": "讓1隻粉蝶蟲進化", + "quest_title_quest_evolve_scraggy_singular": "讓1隻滑滑小子進化", + "quest_title_quest_evolve_scyther_singular": "讓1隻飛天螳螂進化", + "quest_title_quest_evolve_seadra_singular": "讓1隻海刺龍進化", + "quest_title_quest_evolve_sealeo_singular": "讓1隻海魔獅進化", + "quest_title_quest_evolve_seedot_singular": "讓1隻橡實果進化", + "quest_title_quest_evolve_seel_singular": "讓1隻小海獅進化", + "quest_title_quest_evolve_sentret_singular": "讓1隻尾立進化", + "quest_title_quest_evolve_servine_singular": "讓1隻青藤蛇進化", + "quest_title_quest_evolve_sewaddle_singular": "讓1隻蟲寶包進化", + "quest_title_quest_evolve_shelgon_singular": "讓1隻甲殼龍進化", + "quest_title_quest_evolve_shellder_singular": "讓1隻大舌貝進化", + "quest_title_quest_evolve_shellos_singular": "讓1隻無殼海兔進化", + "quest_title_quest_evolve_shelmet_singular": "讓1隻小嘴蝸進化", + "quest_title_quest_evolve_shieldon_singular": "讓1隻盾甲龍進化", + "quest_title_quest_evolve_shinx_singular": "讓1隻小貓怪進化", + "quest_title_quest_evolve_shroomish_singular": "讓1隻蘑蘑菇進化", + "quest_title_quest_evolve_shuckle_singular": "讓1隻壺壺進化", + "quest_title_quest_evolve_shuppet_singular": "讓1隻怨影娃娃進化", + "quest_title_quest_evolve_silcoon_singular": "讓1隻甲殼繭進化", + "quest_title_quest_evolve_singular": "讓1隻寶可夢進化", + "quest_title_quest_evolve_skiddo_singular": "讓1隻坐騎小羊進化", + "quest_title_quest_evolve_skiploom_singular": "讓1隻毽子花進化", + "quest_title_quest_evolve_skitty_singular": "讓1隻向尾喵進化", + "quest_title_quest_evolve_skorupi_singular": "讓1隻鉗尾蠍進化", + "quest_title_quest_evolve_skrelp_singular": "讓1隻垃垃藻進化", + "quest_title_quest_evolve_slakoth_singular": "讓1隻懶人獺進化", + "quest_title_quest_evolve_sliggoo_singular": "讓1隻黏美兒進化", + "quest_title_quest_evolve_slowpoke_plural": "讓 {{amount_0}} 隻呆呆獸進化", + "quest_title_quest_evolve_slowpoke_singular": "讓1隻呆呆獸進化", + "quest_title_quest_evolve_slugma_singular": "讓1隻熔岩蟲進化", + "quest_title_quest_evolve_smoochum_singular": "讓1隻迷唇娃進化", + "quest_title_quest_evolve_sneasel_singular": "讓1隻狃拉進化", + "quest_title_quest_evolve_snivy_singular": "讓1隻藤藤蛇進化", + "quest_title_quest_evolve_snorunt_singular": "讓1隻雪童子進化", + "quest_title_quest_evolve_snover_singular": "讓1隻雪笠怪進化", + "quest_title_quest_evolve_snubbull_singular": "讓1隻布魯進化", + "quest_title_quest_evolve_solosis_singular": "讓1隻單卵細胞球進化", + "quest_title_quest_evolve_spearow_singular": "讓1隻烈雀進化", + "quest_title_quest_evolve_special_drowzee": "讓1隻催眠貘進化", + "quest_title_quest_evolve_special_feebas_singular": "讓1隻醜醜魚進化", + "quest_title_quest_evolve_special_galarian_mrmime": "讓1隻伽勒爾魔牆人偶進化", + "quest_title_quest_evolve_special_galarian_slowpoke": "讓1隻伽勒爾呆呆獸進化", + "quest_title_quest_evolve_special_grimer": "讓1隻臭泥進化", + "quest_title_quest_evolve_special_magnemite": "讓1隻小磁怪進化", + "quest_title_quest_evolve_special_scyther": "讓1隻飛天螳螂進化", + "quest_title_quest_evolve_special0_singular": "讓1隻鯉魚王進化", + "quest_title_quest_evolve_special1_plural": "讓 {{amount_0}} 隻波波進化", + "quest_title_quest_evolve_special1_singular": "讓1隻墨海馬進化", + "quest_title_quest_evolve_special2_singular": "讓1隻喵喵進化", + "quest_title_quest_evolve_spewpa_singular": "讓1隻粉蝶蛹進化", + "quest_title_quest_evolve_spheal_singular": "讓1隻海豹球進化", + "quest_title_quest_evolve_spinarak_singular": "讓1隻圓絲蛛進化", + "quest_title_quest_evolve_spoink_singular": "讓1隻跳跳豬進化", + "quest_title_quest_evolve_spritzee_singular": "讓1隻粉香香進化", + "quest_title_quest_evolve_squirtle_singular": "讓1隻傑尼龜進化", + "quest_title_quest_evolve_staravia_singular": "讓1隻姆克鳥進化", + "quest_title_quest_evolve_starly_singular": "讓1隻姆克兒進化", + "quest_title_quest_evolve_staryu_singular": "讓1隻海星星進化", + "quest_title_quest_evolve_steelix_singular": "讓1隻大鋼蛇進化", + "quest_title_quest_evolve_stunky_singular": "讓1隻臭鼬噗進化", + "quest_title_quest_evolve_sunkern_singular": "讓1隻向日種子進化", + "quest_title_quest_evolve_sunstone_singular": "用日之石來讓臭臭花或向日種子進化", + "quest_title_quest_evolve_surskit_singular": "讓1隻溜溜糖球進化", + "quest_title_quest_evolve_swablu_singular": "讓1隻青綿鳥進化", + "quest_title_quest_evolve_swadloon_singular": "讓1隻寶包繭進化", + "quest_title_quest_evolve_swinub_singular": "讓1隻小山豬進化", + "quest_title_quest_evolve_swirlix_singular": "讓1隻綿綿泡芙進化", + "quest_title_quest_evolve_taillow_singular": "讓1隻傲骨燕進化", + "quest_title_quest_evolve_tangela_singular": "讓1隻蔓藤怪進化", + "quest_title_quest_evolve_teddiursa_singular": "讓1隻熊寶寶進化", + "quest_title_quest_evolve_tentacool_singular": "讓1隻瑪瑙水母進化", + "quest_title_quest_evolve_tepig_singular": "讓1隻暖暖豬進化", + "quest_title_quest_evolve_timburr_singular": "讓1隻搬運小匠進化", + "quest_title_quest_evolve_tirtouga_singular": "讓1隻原蓋海龜進化", + "quest_title_quest_evolve_togepi_singular": "讓1隻波克比進化", + "quest_title_quest_evolve_togetic_singular": "讓1隻波克基古進化", + "quest_title_quest_evolve_torchic_singular": "讓1隻火稚雞進化", + "quest_title_quest_evolve_totodile": "讓1隻小鋸鱷進化", + "quest_title_quest_evolve_totodile_singular": "讓1隻小鋸鱷進化", + "quest_title_quest_evolve_tranquill_singular": "讓1隻咕咕鴿進化", + "quest_title_quest_evolve_trapinch_singular": "讓1隻大顎蟻進化", + "quest_title_quest_evolve_treecko_singular": "讓1隻木守宮進化", + "quest_title_quest_evolve_trubbish_singular": "讓1隻破破袋進化", + "quest_title_quest_evolve_turtwig_singular": "讓1隻草苗龜進化", + "quest_title_quest_evolve_tympole_singular": "讓1隻圓蝌蚪進化", + "quest_title_quest_evolve_tynamo_singular": "讓1隻麻麻小魚進化", + "quest_title_quest_evolve_type_dark_plural": "讓 {{amount_0}} 隻惡屬性的寶可夢進化", + "quest_title_quest_evolve_type_dragon_plural": "讓{{amount_0}}隻龍屬性的寶可夢進化", + "quest_title_quest_evolve_type_dragon_singular": "讓1隻龍屬性的寶可夢進化", + "quest_title_quest_evolve_type_electric_plural": "讓 {{amount_0}} 隻電屬性的寶可夢進化", + "quest_title_quest_evolve_type_electric_singular": "讓1隻電屬性的寶可夢進化", + "quest_title_quest_evolve_type_fairy_plural": "讓 {{amount_0}} 隻妖精屬性的寶可夢進化", + "quest_title_quest_evolve_type_fairy_singular": "讓1隻妖精屬性的寶可夢進化", + "quest_title_quest_evolve_type_fire_plural": "讓 {{amount_0}} 隻火屬性的寶可夢進化", + "quest_title_quest_evolve_type_fire_singular": "讓1隻火屬性的寶可夢進化", + "quest_title_quest_evolve_type_flying_plural": "讓 {{amount_0}} 隻飛行屬性的寶可夢進化", + "quest_title_quest_evolve_type_flying_singular": "讓1隻飛行屬性的寶可夢進化", + "quest_title_quest_evolve_type_ghost_plural": "讓{{amount_0}}隻幽靈屬性的寶可夢進化", + "quest_title_quest_evolve_type_ghost_single": "讓幽靈屬性的寶可夢進化", + "quest_title_quest_evolve_type_grass_plural": "讓 {{amount_0}} 隻草屬性的寶可夢進化", + "quest_title_quest_evolve_type_grass_singular": "讓1隻草屬性的寶可夢進化", + "quest_title_quest_evolve_type_ice_plural": "讓 {{amount_0}} 隻冰屬性的寶可夢進化", + "quest_title_quest_evolve_type_ice_singular": "讓1隻冰屬性的寶可夢進化", + "quest_title_quest_evolve_type_poison_plural": "讓{{amount_0}}隻毒屬性的寶可夢進化", + "quest_title_quest_evolve_type_psychic_plural": "讓 {{amount_0}} 隻超能力屬性的寶可夢進化", + "quest_title_quest_evolve_type_psychic_singular": "讓1隻超能力屬性的寶可夢進化", + "quest_title_quest_evolve_type_rock_plural": "讓 {{amount_0}} 隻岩石屬性的寶可夢進化", + "quest_title_quest_evolve_type_steel_plural": "讓 {{amount_0}} 隻鋼屬性的寶可夢進化", + "quest_title_quest_evolve_type_water_plural": "讓 {{amount_0}} 隻水屬性的寶可夢進化", + "quest_title_quest_evolve_type_water_singular": "讓1隻水屬性的寶可夢進化", + "quest_title_quest_evolve_tyrogue_singular": "讓1隻無畏小子進化", + "quest_title_quest_evolve_tyrunt_singular": "讓1隻寶寶暴龍進化", + "quest_title_quest_evolve_umbreon": "在晚上讓伊布進化成月亮伊布", + "quest_title_quest_evolve_vanillish_singular": "讓1隻多多冰進化", + "quest_title_quest_evolve_vanillite_singular": "讓1隻迷你冰進化", + "quest_title_quest_evolve_venipede_singular": "讓1隻百足蜈蚣進化", + "quest_title_quest_evolve_venonat_singular": "讓1隻毛球進化", + "quest_title_quest_evolve_vibrava_singular": "讓1隻超音波幼蟲進化", + "quest_title_quest_evolve_vigoroth_singular": "讓1隻過動猿進化", + "quest_title_quest_evolve_volbeat_singular": "讓1隻電螢蟲進化", + "quest_title_quest_evolve_voltorb_singular": "讓1隻霹靂電球進化", + "quest_title_quest_evolve_vullaby_singular": "讓1隻禿鷹丫頭進化", + "quest_title_quest_evolve_vulpix_singular": "讓1隻六尾進化", + "quest_title_quest_evolve_wailmer_singular": "讓1隻吼吼鯨進化", + "quest_title_quest_evolve_wartortle_singular": "讓1隻卡咪龜進化", + "quest_title_quest_evolve_weedle_singular": "讓1隻獨角蟲進化", + "quest_title_quest_evolve_weepinbell_singular": "讓1隻口呆花進化", + "quest_title_quest_evolve_whirlipede_singular": "讓1隻車輪毬進化", + "quest_title_quest_evolve_whismur_singular": "讓1隻咕妞妞進化", + "quest_title_quest_evolve_wingull_singular": "讓1隻長翅鷗進化", + "quest_title_quest_evolve_woobat_singular": "讓1隻滾滾蝙蝠進化", + "quest_title_quest_evolve_wooper_singular": "讓1隻烏波進化", + "quest_title_quest_evolve_wurmple_singular": "讓1隻刺尾蟲進化", + "quest_title_quest_evolve_wynaut_singular": "讓1隻小果然進化", + "quest_title_quest_evolve_yamask_singular": "讓1隻哭哭面具進化", + "quest_title_quest_evolve_yanma_singular": "讓1隻蜻蜻蜓進化", + "quest_title_quest_evolve_zigzagoon_singular": "讓1隻蛇紋熊進化", + "quest_title_quest_evolve_zorua_singular": "讓1隻索羅亞進化", + "quest_title_quest_evolve_zubat_singular": "讓1隻超音蝠進化", + "quest_title_quest_evolve_zweilous_singular": "讓1隻雙首暴龍進化", + "quest_title_quest_explore_buddy": "和夥伴一起探索,取得1顆糖果", + "quest_title_quest_explore_buddy_carbink": "將小碎鑽設成夥伴,並和牠一起探索,取得1顆糖果", + "quest_title_quest_explore_buddy_plural": "和夥伴一起探索,取得 {{amount_0}} 顆糖果", + "quest_title_quest_explore_buddy_routes_plural": "和夥伴一起探索路線,取得{{amount_0}}顆糖果", + "quest_title_quest_explore_buddy_routes_singular": "和夥伴一起探索路線,取得1顆糖果", + "quest_title_quest_explore_km": "探索 {{amount_0}} 公里", + "quest_title_quest_explore_km_party": "在參加小隊時探索{{amount_0}}km", + "quest_title_quest_febresearchday_battle_gym_singular": "珍珠貝研究:參加1次道館對戰", + "quest_title_quest_febresearchday_battle_raid_singular": "珍珠貝研究:參加1次團體戰", + "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "珍珠貝研究:在道館對戰中使出1次「效果絕佳」的特殊招式", + "quest_title_quest_febresearchday_catch_feed_plural": "珍珠貝研究:捕捉寶可夢時使用 {{amount_0}} 顆樹果來輔助", + "quest_title_quest_febresearchday_catch_special1_singular": "珍珠貝研究:捕捉1隻鯉魚王或吼吼鯨", + "quest_title_quest_febresearchday_catch_special2_singular": "珍珠貝研究:捕捉1隻可達鴨或大鉗蟹", + "quest_title_quest_febresearchday_catch_type_water_plural": "珍珠貝研究:捕捉 {{amount_0}} 隻水屬性寶可夢", + "quest_title_quest_febresearchday_evolve_type_water_plural": "珍珠貝研究:讓{{amount_0}} 隻水屬性寶可夢進化", + "quest_title_quest_febresearchday_land_curveball_plural": "珍珠貝研究:投出 {{amount_0}} 次曲球", + "quest_title_quest_febresearchday_land_great_plural": "珍珠貝研究:投出 {{amount_0}} 次Great", + "quest_title_quest_febresearchday_land_inarow_great_plural": "珍珠貝研究:連續投出 {{amount_0}} 次Great", + "quest_title_quest_febresearchday_land_inarow_nice_plural": "珍珠貝研究:連續投出 {{amount_0}} 次Nice", + "quest_title_quest_febresearchday_land_nice_plural": "珍珠貝研究:投出 {{amount_0}} 次Nice", + "quest_title_quest_febresearchday_visit_pokestops_plural": "珍珠貝研究:拜訪 {{amount_0}} 個寶可補給站", + "quest_title_quest_feed_buddy_multiple": "餵你的夥伴吃 {{amount_0}} 個點心", + "quest_title_quest_feed_buddy_singular": "餵夥伴吃點心", + "quest_title_quest_feed_goldenrazz_plural": "捕捉寶可夢時使用 {{amount_0}} 顆金色蔓莓果", + "quest_title_quest_feed_nanab_plural": "在捕捉寶可夢時使用 {{amount_0}} 顆蕉香果", + "quest_title_quest_feed_pinaps_plural": "在捕捉寶可夢時使用 {{amount_0}} 顆凰梨果", + "quest_title_quest_feed_razz_plural": "用 {{amount_0}} 顆蔓莓果來幫忙捕捉寶可夢", + "quest_title_quest_fennekin_catch_b": "捕捉{{amount_0}}隻火狐狸", + "quest_title_quest_fennekin_evolve_b": "讓{{amount_0}}隻火狐狸進化", + "quest_title_quest_fennekin_snapshot_b": "為火狐狸拍攝{{amount_0}}張照片", + "quest_title_quest_field_research_plural": "完成 {{amount_0}} 個田野調查課題", + "quest_title_quest_field_research_singular": "完成1個田野調查課題", + "quest_title_quest_fight_type_bug_plural": "戰勝{{amount_0}}隻蟲屬性的寶可夢", + "quest_title_quest_fight_type_dark_plural": "戰勝{{amount_0}}隻惡屬性的寶可夢", + "quest_title_quest_fight_type_dark_steel_plural": "戰勝{{amount_0}}隻惡屬性或鋼屬性的寶可夢", + "quest_title_quest_fight_type_dragon_plural": "戰勝{{amount_0}}隻龍屬性的寶可夢", + "quest_title_quest_fight_type_electric_plural": "戰勝{{amount_0}}隻電屬性的寶可夢", + "quest_title_quest_fight_type_fairy_plural": "戰勝{{amount_0}}隻妖精屬性的寶可夢", + "quest_title_quest_fight_type_fighting_plural": "戰勝{{amount_0}}隻格鬥屬性的寶可夢", + "quest_title_quest_fight_type_fire_plural": "戰勝{{amount_0}}隻火屬性的寶可夢", + "quest_title_quest_fight_type_flying_plural": "戰勝{{amount_0}}隻飛行屬性的寶可夢", + "quest_title_quest_fight_type_ghost_fighting_plural": "戰勝{{amount_0}}隻格鬥屬性或幽靈屬性的寶可夢", + "quest_title_quest_fight_type_ghost_plural": "戰勝{{amount_0}}隻幽靈屬性的寶可夢", + "quest_title_quest_fight_type_ghost_psychic_plural": "戰勝{{amount_0}}隻超能力屬性或幽靈屬性的寶可夢", + "quest_title_quest_fight_type_grass_plural": "戰勝{{amount_0}}隻草屬性的寶可夢", + "quest_title_quest_fight_type_ground_plural": "戰勝{{amount_0}}隻地面屬性的寶可夢", + "quest_title_quest_fight_type_ice_plural": "戰勝{{amount_0}}隻冰屬性的寶可夢", + "quest_title_quest_fight_type_normal_plural": "戰勝{{amount_0}}隻一般屬性的寶可夢", + "quest_title_quest_fight_type_normal_psychic_plural": "戰勝{{amount_0}}隻一般屬性或超能力屬性的寶可夢", + "quest_title_quest_fight_type_poison_plural": "戰勝{{amount_0}}隻毒屬性的寶可夢", + "quest_title_quest_fight_type_psychic_plural": "戰勝{{amount_0}}隻超能力屬性的寶可夢", + "quest_title_quest_fight_type_rock_plural": "戰勝{{amount_0}}隻岩石屬性的寶可夢", + "quest_title_quest_fight_type_steel_plural": "戰勝{{amount_0}}隻鋼屬性的寶可夢", + "quest_title_quest_fight_type_water_plural": "戰勝{{amount_0}}隻水屬性的寶可夢", + "quest_title_quest_first_catch_of_the_day": "今天捉到的第1隻", + "quest_title_quest_first_pokestop_of_the_day": "今天拜訪的第1個寶可補給站", + "quest_title_quest_flaaffy_evolve_b": "讓{{amount_0}}隻茸茸羊進化", + "quest_title_quest_flett_catch_b": "捕捉 {{amount_0}} 隻小箭雀", + "quest_title_quest_flett_evolve_b": "讓 {{amount_0}} 隻小箭雀進化", + "quest_title_quest_flett_evolve_s1": "讓 {{amount_0}} 隻火箭雀進化", + "quest_title_quest_floragato_evolve_b": "讓蒂蕾喵進化", + "quest_title_quest_fraxure_evolve_b": "讓{{amount_0}}隻斧牙龍進化", + "quest_title_quest_froakie_catch_b": "捕捉{{amount_0}}隻呱呱泡蛙", + "quest_title_quest_froakie_evolve_b": "讓{{amount_0}}隻呱呱泡蛙進化", + "quest_title_quest_froakie_snapshot_b": "為呱呱泡蛙拍攝{{amount_0}}張GO Snapshot照片", + "quest_title_quest_frogadier_evolve_b": "讓{{amount_0}}隻呱頭蛙進化", + "quest_title_quest_fuecoco_evolve_b": "讓呆火鱷進化", + "quest_title_quest_fuse_necrozma": "讓奈克洛茲瑪合體", + "quest_title_quest_gbl_rank": "在GO對戰聯盟升上 {{amount_0}} 級", + "quest_title_quest_gbl_rank_fifteen": "在GO對戰聯盟升上 15 級", + "quest_title_quest_gbl_rank_five": "在GO對戰聯盟升上 5 級", + "quest_title_quest_gbl_rank_ten": "在GO對戰聯盟升上 10 級", + "quest_title_quest_gbl_rank_twenty": "在GO對戰聯盟升上 20 級", + "quest_title_quest_get_cell_singular": "獲得基格爾德・細胞", + "quest_title_quest_giblt_catch_b": "捕捉 {{amount_0}} 隻圓陸鯊", + "quest_title_quest_giblt_evolve_b": "讓 {{amount_0}} 隻圓陸鯊進化", + "quest_title_quest_giblt_evolve_s1": "讓 {{amount_0}} 隻尖牙陸鯊進化", + "quest_title_quest_gift_open_plural": "開啟 {{amount_0}} 個友情禮物", + "quest_title_quest_gift_open_singular": "開啟1個友情禮物", + "quest_title_quest_go_for_a_spin_00": "旋轉晃晃斑寶可補給站轉盤 1/8", + "quest_title_quest_go_for_a_spin_01": "旋轉晃晃斑寶可補給站轉盤 2/8", + "quest_title_quest_go_for_a_spin_02": "旋轉晃晃斑寶可補給站轉盤 3/8", + "quest_title_quest_go_for_a_spin_03": "旋轉晃晃斑寶可補給站轉盤 4/8", + "quest_title_quest_go_for_a_spin_04": "旋轉晃晃斑寶可補給站轉盤 5/8", + "quest_title_quest_go_for_a_spin_05": "旋轉晃晃斑寶可補給站轉盤 6/8", + "quest_title_quest_go_for_a_spin_06": "旋轉晃晃斑寶可補給站轉盤 7/8", + "quest_title_quest_go_for_a_spin_07": "旋轉晃晃斑寶可補給站轉盤 8/8", + "quest_title_quest_go_tour_snapshot_habitat_01": "在炙熱沙漠棲息地中為夥伴寶可夢拍攝1張GO Snapshot照片", + "quest_title_quest_go_tour_snapshot_habitat_02": "在「奇幻霧裡」為夥伴寶可夢拍一張GO Snapshot照片", + "quest_title_quest_go_tour_snapshot_habitat_03": "在盎然綠地棲息地中為夥伴寶可夢拍攝1張GO Snapshot照片", + "quest_title_quest_go_tour_snapshot_habitat_04": "在古代海岸棲息地中為夥伴寶可夢拍攝1張GO Snapshot照片", + "quest_title_quest_gold_hoenn_dex": "獲得金豐緣獎牌", + "quest_title_quest_gold_medal_plural": "獲得 {{amount_0}} 面金色獎牌", + "quest_title_quest_gold_medal_plural_five": "獲得 5 面金色獎牌", + "quest_title_quest_gold_medal_singular": "獲得1面金色獎牌", + "quest_title_quest_goomy_catch_b": "捕捉{{amount_0}}隻黏黏寶", + "quest_title_quest_goomy_evolve_b_plural": "讓{{amount_0}}隻黏黏寶進化", + "quest_title_quest_goomy_evolve_b_singular": "讓1隻黏黏寶進化", + "quest_title_quest_grookey_evolve": "讓1隻敲音猴進化", + "quest_title_quest_grubbin_catch_b": "捕捉{{amount_0}}隻強顎雞母蟲", + "quest_title_quest_grubbin_evolve_b": "讓{{amount_0}}隻強顎雞母蟲進化", + "quest_title_quest_grubbin_snapshot_b": "為強顎雞母蟲拍攝{{amount_0}}張GO Snapshot照片", + "quest_title_quest_gt_catch_b": "捕捉 {{amount_0}} 隻鬼斯", + "quest_title_quest_gt_evolve_b": "讓 {{amount_0}} 隻鬼斯進化", + "quest_title_quest_gt_evolve_s1": "讓 {{amount_0}} 隻鬼斯通進化", + "quest_title_quest_gulpin_catch": "捕捉 {{amount_0}} 隻溶食獸", + "quest_title_quest_gurdurr_evolve_b": "讓{{amount_0}}隻鐵骨土人進化", + "quest_title_quest_hallo19_catch_specific_plural": "捕捉 {{amount_0}} 隻土狼犬或戴魯比", + "quest_title_quest_hallo19_catch_type_dark_plural": "捕捉 {{amount_0}} 隻惡屬性的寶可夢", + "quest_title_quest_hallo19_catch_type_ghost_plural": "捕捉 {{amount_0}} 隻幽靈屬性的寶可夢", + "quest_title_quest_hallo19_evolve_plural": "讓 {{amount_0}} 隻夜巡靈或怨影娃娃進化", + "quest_title_quest_hallo19_transfer_plural": "傳送 {{amount_0}} 隻寶可夢", + "quest_title_quest_hatch_egg_plural": "孵化 {{amount_0}} 顆蛋", + "quest_title_quest_hatch_egg_routes_plural": "在遊玩路線時孵化{{amount_0}}顆蛋", + "quest_title_quest_hatch_egg_routes_singular": "在遊玩路線時孵化1顆蛋", + "quest_title_quest_hatch_egg_singular": "孵化1顆蛋", + "quest_title_quest_hoenn_celebration_research": "豐緣慶典調查", + "quest_title_quest_hoenn19_catch_specific_plural": "豐緣祭典:捕捉 {{amount_0}} 隻蛇紋熊或傲骨燕", + "quest_title_quest_hoenn19_evolve_specific_plural": "豐緣祭典:讓 {{amount_0}} 隻刺尾蟲進化", + "quest_title_quest_hoenn19_hatch_eggs": "豐緣祭典:孵 {{amount_0}} 顆蛋", + "quest_title_quest_hoppt_catch_b": "捕捉 {{amount_0}} 隻毽子草", + "quest_title_quest_hoppt_evolve_b": "讓 {{amount_0}} 隻毽子草進化", + "quest_title_quest_hoppt_evolve_s1": "讓 {{amount_0}} 隻毽子花進化", + "quest_title_quest_incense_or_dai_plural": "使用{{amount_0}}個薰香或散步小薰香", + "quest_title_quest_incense_or_dai_singular": "使用薰香或散步小薰香", + "quest_title_quest_incense_plural": "使用 {{amount_0}} 個薰香", + "quest_title_quest_incense_routes_plural": "在遊玩路線時使用{{amount_0}}個薰香", + "quest_title_quest_incense_routes_singular": "在遊玩路線時使用1個薰香", + "quest_title_quest_incense_singular": "使用薰香", + "quest_title_quest_jan19rsd_buddywalk_singular": "醜醜魚研究:帶夥伴寶可夢走路,獲得1顆糖果", + "quest_title_quest_jan19rsd_hatch_egg_singular": "醜醜魚研究:孵 1 顆蛋", + "quest_title_quest_jan19rsd_land_great_plural": "醜醜魚研究:投出 {{amount_0}} 次Great", + "quest_title_quest_jan19rsd_land_nice_plural": "醜醜魚研究:投出 {{amount_0}} 次Nice", + "quest_title_quest_johtofestival_catch_special17_plural": "城都週:捕捉 {{amount_0}} 隻向日種子", + "quest_title_quest_johtofestival_catch_type_water_plural": "城都週:捕捉 {{amount_0}} 隻水屬性的寶可夢", + "quest_title_quest_johtofestival_evolve_plural": "城都週:讓 {{amount_0}} 隻向日種子或天然雀進化", + "quest_title_quest_johtofestival_land_excellent_plural": "城都週:投出 {{amount_0}} 次Excellent", + "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "城都週:連續用曲球投出 {{amount_0}} 次Great", + "quest_title_quest_johtofestival_win_raid_singular": "城都週:在1場團體戰中獲勝", + "quest_title_quest_kanto_green_bellsprout": "GO Tour:捕捉喇叭芽", + "quest_title_quest_kanto_green_meowth": "GO Tour:捕捉喵喵", + "quest_title_quest_kanto_green_sandshrew": "GO Tour:捕捉穿山鼠", + "quest_title_quest_kanto_green_vulpix": "GO Tour:捕捉六尾", + "quest_title_quest_kanto_hatch_plural": "GO Tour 關都地區:孵 {{amount_0}} 顆蛋", + "quest_title_quest_kanto_hatch_singular": "GO Tour 關都地區:孵1顆蛋", + "quest_title_quest_kanto_npc_plural": "GO Tour 關都地區:打敗 {{amount_0}} 個GO Tour挑戰者", + "quest_title_quest_kanto_npc_singular": "GO Tour 關都地區:打敗1個GO Tour挑戰者", + "quest_title_quest_kanto_red_ekans": "GO Tour:捕捉阿柏蛇", + "quest_title_quest_kanto_red_growlithe": "GO Tour:捕捉卡蒂狗", + "quest_title_quest_kanto_red_mankey": "GO Tour:捕捉猴怪", + "quest_title_quest_kanto_red_oddish": "GO Tour:捕捉走路草", + "quest_title_quest_kecleon_catch": "捕捉 {{amount_0}} 隻變隱龍", + "quest_title_quest_lampent_evolve_b": "讓{{amount_0}}隻燈火幽靈進化", + "quest_title_quest_land_curve_type_ghost": "捕捉幽靈屬性寶可夢時投出 {{amount_0}} 次曲球", + "quest_title_quest_land_curveball_plural": "投出 {{amount_0}} 次曲球", + "quest_title_quest_land_curveball_singular": "投出1次曲球", + "quest_title_quest_land_excellent_curveball_plural": "用曲球投出 {{amount_0}} 次Excellent", + "quest_title_quest_land_excellent_curveball_singular": "用曲球投出1次Excellent", + "quest_title_quest_land_excellent_plural": "投出 {{amount_0}} 次Excellent", + "quest_title_quest_land_excellent_singular": "投出1次Excellent Throw", + "quest_title_quest_land_great_curve_inarow_type_ghost": "捕捉幽靈屬性寶可夢時連續投出 {{amount_0}} 次Great曲球", + "quest_title_quest_land_great_curve_type_ghost": "捕捉幽靈屬性寶可夢時投出 {{amount_0}} 次Great曲球", + "quest_title_quest_land_great_curveball_plural": "用曲球投出 {{amount_0}} 次Great", + "quest_title_quest_land_great_curveball_singular": "用曲球投出1次Great", + "quest_title_quest_land_great_plural": "投出 {{amount_0}} 次Great", + "quest_title_quest_land_great_singular": "投出1次Great", + "quest_title_quest_land_great_type_ghost": "捕捉幽靈屬性寶可夢時投出 {{amount_0}} 次Great", + "quest_title_quest_land_inarow_curveball_plural": "連續投出 {{amount_0}} 次曲球", + "quest_title_quest_land_inarow_excellent_curveball_plural": "連續用曲球投出 {{amount_0}} 次Excellent", + "quest_title_quest_land_inarow_excellent_plural": "連續投出 {{amount_0}} 次Excellent", + "quest_title_quest_land_inarow_great_curveball_plural": "連續用曲球投出 {{amount_0}} 次Great", + "quest_title_quest_land_inarow_great_plural": "連續投出 {{amount_0}} 次Great", + "quest_title_quest_land_inarow_nice_curveball_plural": "連續用曲球投出 {{amount_0}} 次Nice", + "quest_title_quest_land_inarow_nice_plural": "連續投出 {{amount_0}} 次Nice", + "quest_title_quest_land_nice_curve_inarow_type_ghost": "捕捉幽靈屬性寶可夢時連續投出 {{amount_0}} 次Nice曲球", + "quest_title_quest_land_nice_curve_plural": "用曲球投出 {{amount_0}} 次Nice", + "quest_title_quest_land_nice_curve_singular": "用曲球投出1次Nice", + "quest_title_quest_land_nice_curve_type_ghost": "捕捉幽靈屬性寶可夢時投出 {{amount_0}} 次Nice曲球", + "quest_title_quest_land_nice_electric_plural": "用Nice Throw捕捉 {{amount_0}} 隻電屬性的寶可夢", + "quest_title_quest_land_nice_plural": "投出 {{amount_0}} 次Nice", + "quest_title_quest_land_nice_singular": "投出1次Nice", + "quest_title_quest_land_nice_type_ghost": "捕捉幽靈屬性寶可夢時投出 {{amount_0}} 次Nice", + "quest_title_quest_larvitar_cdc_evolve_b": "讓{{amount_0}}隻幼基拉斯進化", + "quest_title_quest_larvitar_cdc_snapshot_b": "為幼基拉斯拍攝{{amount_0}}張照片", + "quest_title_quest_latias_wild_snap": "為野生拉帝亞斯拍攝1張GO Snapshot照片", + "quest_title_quest_latios_wild_snap": "為野生拉帝歐斯拍攝1張GO Snapshot照片", + "quest_title_quest_litten_catch_b": "捕捉{{amount_0}}隻火斑喵", + "quest_title_quest_litten_evolve_b_plural": "讓{{amount_0}}隻火斑喵進化", + "quest_title_quest_litten_evolve_b_singular": "讓火斑喵進化", + "quest_title_quest_litten_snapshot_b": "為火斑喵拍攝{{amount_0}}張照片", + "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", + "quest_title_quest_litwick_evolve_b": "讓{{amount_0}}隻燭光靈進化", + "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", + "quest_title_quest_local_trainer_battle": "讀取對戰代碼以和附近的訓練家對戰", + "quest_title_quest_lucky_plural": "交換到 {{amount_0}} 隻亮晶晶寶可夢", + "quest_title_quest_lucky_singular": "交換到1隻亮晶晶寶可夢", + "quest_title_quest_lunar19_friends_trade_plural": "和朋友進行 {{amount_0}} 次寶可夢交換", + "quest_title_quest_macht_catch_b": "捕捉 {{amount_0}} 隻腕力", + "quest_title_quest_macht_evolve_b": "讓 {{amount_0}} 隻腕力進化", + "quest_title_quest_macht_evolve_s1": "讓 {{amount_0}} 隻豪力進化", + "quest_title_quest_magit_catch_b": "捕捉 {{amount_0}} 隻鯉魚王", + "quest_title_quest_magit_evolve_b": "讓 {{amount_0}} 隻鯉魚王進化", + "quest_title_quest_magmt_catch_b": "捕捉 {{amount_0}} 隻鴨嘴火獸", + "quest_title_quest_magmt_evolve_b": "讓 {{amount_0}} 隻鴨嘴火獸進化", + "quest_title_quest_mareep_catch_b": "捕捉{{amount_0}}隻咩利羊", + "quest_title_quest_mareep_evolve_b": "讓{{amount_0}}隻咩利羊進化", + "quest_title_quest_mareep_snapshot_b": "為咩利羊拍攝{{amount_0}}張GO Snapshot照片", + "quest_title_quest_mega_evo_primal_rev_plural": "讓寶可夢進行{{amount_0}}次原始回歸或是超級進化", + "quest_title_quest_mega_evo_primal_rev_singular": "讓寶可夢進行原始回歸或是超級進化", + "quest_title_quest_mega_evolve_beedrill": "讓1隻大針蜂超級進化", + "quest_title_quest_mega_evolve_blastoise": "讓1隻水箭龜進化成超級水箭龜", + "quest_title_quest_mega_evolve_charizard": "讓1隻噴火龍進化成超級噴火龍", + "quest_title_quest_mega_evolve_diancie": "讓蒂安希超級進化", + "quest_title_quest_mega_evolve_plural": "讓 {{amount_0}} 隻寶可夢進行超級進化", + "quest_title_quest_mega_evolve_rayquaza": "讓烈空坐超級進化", + "quest_title_quest_mega_evolve_singular": "讓1隻寶可夢進行超級進化", + "quest_title_quest_mega_evolve_venusaur": "讓1隻妙蛙花進化成超級妙蛙花", + "quest_title_quest_mega_join_raid_plural": "參加 {{amount_0}} 場超級團體戰", + "quest_title_quest_mega_join_raid_singular": "參加1場超級團體戰", + "quest_title_quest_mega_win_raid_plural": "在超級團體戰中獲勝 {{amount_0}} 次", + "quest_title_quest_mega_win_raid_singular": "在超級團體戰中獲勝1次", + "quest_title_quest_mesprit_wild_snap": "為野生艾姆利多拍攝GO Snapshot照片", + "quest_title_quest_metang_evolve_b_singular": "讓1隻金屬怪進化", + "quest_title_quest_more_reseach_coming_soon": "敬請期待下次的調查!", + "quest_title_quest_mudkt_catch_b": "捕捉 {{amount_0}} 隻水躍魚", + "quest_title_quest_mudkt_evolve_b": "讓 {{amount_0}} 隻水躍魚進化", + "quest_title_quest_mudkt_evolve_s1": "讓 {{amount_0}} 隻沼躍魚進化", + "quest_title_quest_new_friends_plural": "和 {{amount_0}} 位訓練家成為朋友", + "quest_title_quest_new_friends_singular": "結交1位新朋友", + "quest_title_quest_noibat_catch_b": "捕捉 {{amount_0}} 隻嗡蝠", + "quest_title_quest_noibat_evolve_b": "讓{{amount_0}}隻嗡蝠進化 ", + "quest_title_quest_noibat_snapshot_b": "為嗡蝠拍攝{{amount_0}}張照片", + "quest_title_quest_oshat_catch_b": "捕捉 {{amount_0}} 隻水水獺", + "quest_title_quest_oshat_evolve_b": "讓 {{amount_0}} 隻水水獺進化", + "quest_title_quest_oshat_evolve_s1": "讓1隻雙刃丸進化", + "quest_title_quest_party_catch_electric_type_plural": "在參加小隊時捕捉{{amount_0}}隻電屬性的寶可夢", + "quest_title_quest_party_catch_electric_type_singular": "在參加小隊時捕捉1隻電屬性的寶可夢", + "quest_title_quest_party_catch_fire_type_plural": "在參加小隊時捕捉{{amount_0}}隻火屬性的寶可夢", + "quest_title_quest_party_catch_fire_type_singular": "在參加小隊時捕捉1隻火屬性的寶可夢", + "quest_title_quest_party_catch_normal_type_plural": "在參加小隊時捕捉{{amount_0}}隻一般屬性的寶可夢", + "quest_title_quest_party_catch_normal_type_singular": "在參加小隊時捕捉1隻一般屬性的寶可夢", + "quest_title_quest_party_catch_water_type_plural": "在參加小隊時捕捉{{amount_0}}隻水屬性的寶可夢", + "quest_title_quest_party_catch_water_type_singular": "在參加小隊時捕捉1隻水屬性的寶可夢", + "quest_title_quest_party_challenge_plural": "完成{{amount_0}}個小隊挑戰", + "quest_title_quest_party_challenge_singular": "完成小隊挑戰", + "quest_title_quest_platinum_johto_badge": "獲得城都地區的白金獎牌", + "quest_title_quest_platinum_kanto_badge": "獲得關都地區的白金獎牌", + "quest_title_quest_platinum_medal_plural": "獲得 {{amount_0}} 面白金獎牌", + "quest_title_quest_platinum_medal_plural_five": "獲得 5 面白金獎牌", + "quest_title_quest_platinum_medal_plural_forty": "獲得 40 面白金獎牌", + "quest_title_quest_platinum_medal_plural_ten": "獲得 10 面白金獎牌", + "quest_title_quest_platinum_medal_plural_twenty": "獲得 20 面白金獎牌", + "quest_title_quest_platinum_medal_singular": "獲得1面白金獎牌", + "quest_title_quest_play_buddy_singular": "和夥伴一起玩", + "quest_title_quest_pokemon_appears": "寶可夢出現!", + "quest_title_quest_poliwag_catch_b": "捕捉 {{amount_0}} 隻蚊香蝌蚪", + "quest_title_quest_poliwag_evolve_b": "讓{{amount_0}}隻蚊香蝌蚪進化", + "quest_title_quest_poliwag_snapshot_b": "為蚊香蝌蚪拍攝 {{amount_0}} 張照片", + "quest_title_quest_poliwhirl_evolve_b": "讓{{amount_0}}隻蚊香君進化", + "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", + "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", + "quest_title_quest_popplio_catch_b": "捕捉{{amount_0}}隻球球海獅", + "quest_title_quest_popplio_evolve_b_plural": "讓{{amount_0}}隻球球海獅進化", + "quest_title_quest_popplio_evolve_b_singular": "讓1隻球球海獅進化", + "quest_title_quest_porygon_catch_b": "捕捉{{amount_0}}隻多邊獸", + "quest_title_quest_porygon_evolve_b_plural": "讓{{amount_0}}隻多邊獸進化", + "quest_title_quest_porygon_evolve_b_singular": "讓1隻多邊獸進化", + "quest_title_quest_porygon_snapshot_b": "為多邊獸拍攝{{amount_0}}張GO Snapshot照片", + "quest_title_quest_porygon2_evolve_b_plural": "讓{{amount_0}}隻多邊獸Ⅱ進化", + "quest_title_quest_porygon2_evolve_b_singular": "讓1隻多邊獸Ⅱ進化", + "quest_title_quest_poryt_catch_b": "捕捉 {{amount_0}} 隻多邊獸", + "quest_title_quest_poryt_catch_s1": "捕捉 {{amount_0}} 隻多邊獸Ⅱ", + "quest_title_quest_poryt_evolve_b": "讓 {{amount_0}} 隻多邊獸進化", + "quest_title_quest_poryt_evolve_s1": "讓 {{amount_0}} 隻多邊獸Ⅱ進化", + "quest_title_quest_power_up_dragon_plural": "強化龍屬性寶可夢 {{amount_0}} 次", + "quest_title_quest_power_up_fire_ice": "為火屬性或冰屬性的寶可夢進行5次強化", + "quest_title_quest_power_up_grass_ghost": "為草屬性或幽靈屬性的寶可夢進行5次強化", + "quest_title_quest_power_up_legendary_plural": "強化傳說的寶可夢或幻之寶可夢 {{amount_0}} 次", + "quest_title_quest_power_up_legendary_singular": "強化1隻傳說的寶可夢或幻之寶可夢", + "quest_title_quest_power_up_max_plural": "將 {{amount_0}} 隻寶可夢的CP強化至上限", + "quest_title_quest_power_up_max_singular": "將1隻寶可夢的CP強化至上限", + "quest_title_quest_power_up_plural": "強化寶可夢 {{amount_0}} 次", + "quest_title_quest_power_up_plural_bug": "強化蟲屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_dark": "強化 {{amount_0}} 隻惡屬性的寶可夢", + "quest_title_quest_power_up_plural_dragon": "強化龍屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_electric": "強化電屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_fairy": "強化妖精屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_fighting": "強化格鬥屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_fire": "強化火屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_flying": "強化飛行屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_ghost": "強化幽靈屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_grass": "強化草屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_ground": "強化地面屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_ice": "強化冰屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_normal": "強化一般屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_poison": "強化毒屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_psychic": "強化超能力屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_rock": "強化岩石屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_rock_fairy": "強化岩石或妖精屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_plural_steel": "強化 {{amount_0}} 隻鋼屬性的寶可夢", + "quest_title_quest_power_up_plural_water": "強化水屬性的寶可夢{{amount_0}}次", + "quest_title_quest_power_up_poison_rock": "為毒屬性或岩石屬性的寶可夢進行5次強化", + "quest_title_quest_power_up_singular": "強化1隻寶可夢", + "quest_title_quest_power_up_singular_marshadow": "強化瑪夏多", + "quest_title_quest_power_up_water_normal": "為一般屬性或水屬性的寶可夢進行5次強化", + "quest_title_quest_primal_raid_victory_groudon": "在一場原始固拉多團體戰中獲勝", + "quest_title_quest_primal_raid_victory_kyogre": "在一場原始蓋歐卡團體戰中獲勝", + "quest_title_quest_primal_raid_victory_plural": "在原始團體戰中獲勝{{amount_0}}次", + "quest_title_quest_primal_raid_victory_singular": "在原始團體戰中獲勝1次", + "quest_title_quest_primal_reversion_plural": "讓寶可夢進行{{amount_0}}次原始回歸", + "quest_title_quest_primal_reversion_singular": "讓寶可夢進行原始回歸", + "quest_title_quest_primal_surge_candy": "大地大海之力:和夥伴寶可夢一起走路,獲得1顆糖果", + "quest_title_quest_primal_surge_catch": "大地大海之力:捕捉10隻寶可夢", + "quest_title_quest_primal_surge_hatch": "大地大海之力:孵1顆蛋", + "quest_title_quest_primal_surge_power_ground": "大地大海之力:為地面屬性的寶可夢進行5次強化", + "quest_title_quest_primal_surge_power_water": "大地大海之力:為水屬性的寶可夢進行5次強化", + "quest_title_quest_primal_surge_raid": "大地大海之力:在1場團體戰中獲勝", + "quest_title_quest_psychicspec_catch_abra_plural": "捕捉 {{amount_0}} 隻凱西或催眠貘", + "quest_title_quest_psychicspec_catch_type_psychic_plural": "捕捉 {{amount_0}} 隻超能力屬性的寶可夢", + "quest_title_quest_psychicspec_evolve_plural": "讓 {{amount_0}} 隻蛋蛋或呆呆獸進化", + "quest_title_quest_quaxly_evolve_b": "讓潤水鴨進化", + "quest_title_quest_quaxwell_evolve_b": "讓湧躍鴨進化", + "quest_title_quest_quilava_evolve_b_plural": "讓{{amount_0}}隻火岩鼠進化", + "quest_title_quest_quilava_evolve_b_singular": "讓1隻火岩鼠進化", + "quest_title_quest_quilladin_evolve_b": "讓{{amount_0}}隻胖胖哈力進化", + "quest_title_quest_raboot_evolve": "讓1隻騰蹴小將進化", + "quest_title_quest_raid_friend_singular": "和朋友一起參加團體戰", + "quest_title_quest_raid_t5_win": "在五星團體戰中獲勝", + "quest_title_quest_raid_with_buddy_plural": "在{{amount_0}}場團體戰中派夥伴上場", + "quest_title_quest_raid_with_buddy_singular": "在1場團體戰中派夥伴上場", + "quest_title_quest_reach_hoenn_gold": "獲得金豐緣獎牌", + "quest_title_quest_reach_johto_gold": "獲得金城都獎牌", + "quest_title_quest_reach_kanto_gold": "獲得金關都獎牌", + "quest_title_quest_reach_kanto_silver": "獲得銀關都獎牌", + "quest_title_quest_reach_level": "升至 {{amount_0}} 級", + "quest_title_quest_referral_initial_milestone": "成功登入Pokémon GO", + "quest_title_quest_remove_bonus_challenge_desc": "明天可再領取別的課題", + "quest_title_quest_reward_desc_1": "收集圖章,讓維羅博士的研究能有突破性的進展!", + "quest_title_quest_reward_desc_2": "距離下次突破性進展", + "quest_title_quest_reward_desc_3_plural": "需要再收集 {{amount_0}} 個圖章!", + "quest_title_quest_reward_desc_3_singular": "需要再收集 {{amount_0}} 個圖章!", + "quest_title_quest_reward_encounter_later": "稍後再說", + "quest_title_quest_reward_encounter_uses_ar": "你必須開啟AR模式,才能捕捉這隻寶可夢", + "quest_title_quest_reward_mysterious_pokemon_appeared": "謎樣的寶可夢出現了!", + "quest_title_quest_reward_start_encounter": "開始捕捉", + "quest_title_quest_rocket_battle_plural": "打敗 {{amount_0}} 個GO火箭隊手下", + "quest_title_quest_rocket_battle_win_plural": "打敗 {{amount_0}} 個GO火箭隊手下", + "quest_title_quest_rocket_battle_win_singular": "打敗1個GO火箭隊手下", + "quest_title_quest_rocket_catch_shadow_singular": "捕捉暗影寶可夢", + "quest_title_quest_rocket_evolve_plural": "讓 {{amount_0}} 隻寶可夢進化", + "quest_title_quest_rocket_leader_battle_win_singular": "打敗1個GO火箭隊幹部", + "quest_title_quest_rocket_power_up_plural": "強化寶可夢 {{amount_0}} 次", + "quest_title_quest_rocket_purify_dark_plural": "淨化 {{amount_0}} 隻惡屬性的暗影寶可夢", + "quest_title_quest_rocket_purify_fire_plural": "淨化 {{amount_0}} 隻火屬性的暗影寶可夢", + "quest_title_quest_rocket_purify_plural": "淨化 {{amount_0}} 隻暗影寶可夢", + "quest_title_quest_rocket_purify_type_singular": "淨化1隻火、水或草屬性的暗影寶可夢", + "quest_title_quest_rocket_rescue_shadow_plural": "拯救 {{amount_0}} 隻暗影寶可夢", + "quest_title_quest_rocket_shadow_plural": "捕捉 {{amount_0}} 隻暗影寶可夢", + "quest_title_quest_rockethq1_arlo_win": "打敗GO火箭隊幹部亞洛", + "quest_title_quest_rockethq1_arlo_win_plural": "打敗GO火箭隊幹部亞洛 {{amount_0}} 次", + "quest_title_quest_rockethq1_battle_boss": "與GO火箭隊老大對戰", + "quest_title_quest_rockethq1_catch_legendary_shadow": "捕捉傳說的暗影寶可夢", + "quest_title_quest_rockethq1_catch_shadow1": "捕捉 {{amount_0}} 隻暗影寶可夢", + "quest_title_quest_rockethq1_cliff_win": "打敗GO火箭隊幹部克里夫", + "quest_title_quest_rockethq1_cliff_win_plural": "打敗GO火箭隊幹部克里夫 {{amount_0}} 次", + "quest_title_quest_rockethq1_defeat_boss": "打敗GO火箭隊老大", + "quest_title_quest_rockethq1_find_boss": "找到GO火箭隊老大", + "quest_title_quest_rockethq1_grunt_win1": "打敗{{amount_0}}個GO火箭隊手下", + "quest_title_quest_rockethq1_grunt_win2": "打敗 {{amount_0}} 個GO火箭隊手下", + "quest_title_quest_rockethq1_leader_win_plural": "在與GO火箭隊幹部的對戰中獲勝 {{amount_0}} 次", + "quest_title_quest_rockethq1_leaders_win_plural": "在與GO火箭隊幹部的對戰中獲勝 {{amount_0}} 次", + "quest_title_quest_rockethq1_purify": "淨化 {{amount_0}} 隻暗影寶可夢", + "quest_title_quest_rockethq1_raid_win": "在團體戰中獲勝 {{amount_0}} 次", + "quest_title_quest_rockethq1_sierra_win": "打敗GO火箭隊幹部希爾拉", + "quest_title_quest_rockethq1_sierra_win_plural": "打敗GO火箭隊幹部希爾拉 {{amount_0}} 次", + "quest_title_quest_rockethq1_spin": "旋轉{{amount_0}}個寶可補給站的轉盤", + "quest_title_quest_rockethq1_spin_row": "連續 {{amount_0}} 天旋轉寶可補給站的轉盤", + "quest_title_quest_rockethq1_supereffective": "在1場道館對戰中使出 {{amount_0}} 次效果絕佳的特殊招式", + "quest_title_quest_rockethq1_trainerbattle_win": "在超級聯盟訓練家對戰中和其他訓練家對戰,並獲勝 {{amount_0}} 次", + "quest_title_quest_roggenrola_catch_b": "捕捉 {{amount_0}} 隻石丸子", + "quest_title_quest_roggenrola_evolve_b": "讓 {{amount_0}} 隻石丸子進化", + "quest_title_quest_roggenrola_snapshot_b": "為石丸子拍攝 {{amount_0}} 張照片", + "quest_title_quest_roset_catch_b": "捕捉 {{amount_0}} 隻毒薔薇", + "quest_title_quest_roset_evolve_b": "讓 {{amount_0}} 隻毒薔薇進化", + "quest_title_quest_rowlet_catch_b": "捕捉{{amount_0}}隻木木梟", + "quest_title_quest_rowlet_evolve_b_plural": "讓{{amount_0}}隻木木梟進化", + "quest_title_quest_rowlet_evolve_b_singular": "讓{{amount_0}}隻木木梟進化", + "quest_title_quest_rowlet_snapshot_b": "為木木梟拍攝{{amount_0}}張GO Snapshot照片", + "quest_title_quest_sandt_catch_b": "捕捉 {{amount_0}} 隻穿山鼠", + "quest_title_quest_sandt_evolve_b": "讓 {{amount_0}} 隻穿山鼠進化", + "quest_title_quest_scorbunny_evolve": "讓1隻炎兔兒進化", + "quest_title_quest_send_gifts_daily_row": "連續 {{amount_0}} 天傳送友情禮物", + "quest_title_quest_send_gifts_plural": "傳送 {{amount_0}} 個友情禮物", + "quest_title_quest_send_gifts_singular": "傳送友情禮物給朋友", + "quest_title_quest_send_gifts_sticker_plural": "傳送 {{amount_0}} 個貼了貼圖的友情禮物", + "quest_title_quest_send_gifts_sticker_singular": "傳送貼了貼圖的友情禮物", + "quest_title_quest_shelgon_evolve_b_plural": "讓{{amount_0}}隻甲殼龍進化", + "quest_title_quest_shelgon_evolve_b_singular": "讓1隻甲殼龍進化", + "quest_title_quest_shint_catch_b": "捕捉 {{amount_0}} 隻小貓怪", + "quest_title_quest_shint_evolve_b": "讓 {{amount_0}} 隻小貓怪進化", + "quest_title_quest_shint_evolve_s1": "讓 {{amount_0}} 隻勒克貓進化", + "quest_title_quest_sinnoh_evolve_plural": "讓{{amount_0}}隻在神奧地區首次被發現的寶可夢進化", + "quest_title_quest_sinnoh_evolve_stone_plural": "用神奧之石讓{{amount_0}}隻寶可夢進化", + "quest_title_quest_sinnoh_medal_gold": "獲得金神奧獎牌", + "quest_title_quest_sliggoo_evolve_b_plural": "讓{{amount_0}}隻黏美兒進化", + "quest_title_quest_sliggoo_evolve_b_singular": "讓1隻黏美兒進化", + "quest_title_quest_slowpoke_catch_b": "捕捉{{amount_0}}隻呆呆獸或伽勒爾呆呆獸", + "quest_title_quest_slowpoke_evolve_b": "讓{{amount_0}}隻呆呆獸或伽勒爾呆呆獸進化", + "quest_title_quest_slowpoke_snapshot_b": "為呆呆獸或伽勒爾呆呆獸拍攝{{amount_0}}張GO Snapshot照片", + "quest_title_quest_snapshot_ar_photo_safari": "在帳篷裡為夥伴寶可夢拍一張GO Snapshot照片", + "quest_title_quest_snapshot_bali": "在峇里島拍攝1張Snapshot照片", + "quest_title_quest_snapshot_buddy": "和夥伴拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_bulbasaur": "為妙蛙種子拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_charmander": "為小火龍拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_chikorita": "為菊草葉拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_cyndaquil": "為火球鼠拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_genesect": "為蓋諾賽克特拍攝 {{amount_0}} 張照片", + "quest_title_quest_snapshot_hariyama": "為你的鐵掌力士拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_hoopa_singular": "為胡帕拍攝1張照片", + "quest_title_quest_snapshot_jeju": "在濟州島拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_keldeo": "為凱路迪歐拍攝 {{amount_0}} 張照片", + "quest_title_quest_snapshot_landorus": "為土地雲拍攝1張照片", + "quest_title_quest_snapshot_machamp": "為你的怪力拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_okinawa": "在沖繩拍攝1張Snapshot照片", + "quest_title_quest_snapshot_poison_grass_singular": "為野生的毒屬性寶可夢拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_regi_ice": "為雷吉艾斯拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_regi_rock": "為雷吉洛克拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_regi_steel": "為雷吉斯奇魯拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_scrafty": "為你的頭巾混混拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_singular": "拍照", + "quest_title_quest_snapshot_storage_bug_unique_plural": "為{{amount_0}}種蟲屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_storage_steel_unique_plural": "為{{amount_0}}種鋼屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_storage_unique_plural": "為 {{amount_0}} 種野生寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_surabaya": "在泗水拍攝1張Snapshot照片", + "quest_title_quest_snapshot_thundurus": "為雷電雲拍攝1張照片", + "quest_title_quest_snapshot_tornadus": "為龍捲雲拍攝1張照片", + "quest_title_quest_snapshot_totodile": "為小鋸鱷拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_unique_fire_pokemon": "為 {{amount_0}} 種火屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_unique_pokemon": "為 {{amount_0}} 種寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "為野生的小貓怪、斑斑馬或多麗米亞拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_bug_plural": "為野生的蟲屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_bug_unique_plural": "為 {{amount_0}} 種野生蟲屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "輕飄飄為野生的巴大蝶、小貓怪或斑斑馬拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_dark_plural": "為野生的惡屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_dark_unique_plural": "為{{amount_0}}種野生的惡屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_dragon_plural": "為野生的龍屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_dragon_unique_plural": "為{{amount_0}}種野生龍屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "為野生的燈籠魚、螢光魚或鴨寶寶拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_eevee": "為野生伊布拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_electric_plural": "為野生的電屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_electric_unique_plural": "為{{amount_0}}種野生電屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_entei": "為野生炎帝拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_fairy_plural": "為野生的妖精屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_fairy_unique_plural": "為{{amount_0}}種野生妖精屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_fighting_plural": "為野生的格鬥屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_fighting_unique_plural": "為{{amount_0}}種野生格鬥屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_fire_plural": "為野生的火屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_fire_unique_plural": "為{{amount_0}}種野生的火屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_flying_plural": "為野生的飛行屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_flying_unique_plural": "為{{amount_0}}種野生飛行屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_frillish_absol": "為野生的阿勃梭魯或輕飄飄拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "為野生的穿山鼠、小拳石或刺球仙人掌拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_ghost_plural": "為野生的幽靈屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_ghost_unique_plural": "為{{amount_0}}種野生的幽靈屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_grass_plural": "為野生的草屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_grass_singular": "為野生的草屬性寶可夢拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_grass_unique_plural": "為{{amount_0}}種野生草屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_ground_plural": "為野生的地面屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_ground_unique_plural": "為{{amount_0}}種野生地面屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_hoothoot": "為咕咕拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_ice_plural": "為野生的冰屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_ice_singular": "為野生的冰屬性寶可夢拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_ice_unique_plural": "為{{amount_0}}種野生冰屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "為野生的鐵甲蛹、長尾怪手或蓮葉童子拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "為野生的燈籠魚、愛心魚或螢光魚拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_mareanie_singluar": "為野生好壞星拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_normal_plural": "為野生的一般屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_normal_unique_plural": "為{{amount_0}}種野生一般屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_plural": "為野生寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_poison_plural": "為野生的毒屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_poison_unique_plural": "為{{amount_0}}種野生毒屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_psychic_plural": "為野生的超能力屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_psychic_unique_plural": "為{{amount_0}}種野生超能力屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_raikou": "為野生雷公拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "為{{amount_0}}種野生的地面屬性、岩石屬性或妖精屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_rock_plural": "為野生的岩石屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_rock_unique_plural": "為{{amount_0}}種野生岩石屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_singular": "為野生寶可夢拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "為野生的嘟嘟利、巨翅飛魚或盔甲鳥拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_skitty_kirlia": "為野生的奇魯莉安或向尾喵拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "為野生的狃拉、不良蛙或輕飄飄拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_steel_plural": "為野生的鋼屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_steel_unique_plural": "為 {{amount_0}} 種野生鋼屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_suicune": "為野生水君拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "為野生的穿山鼠、大顎蟻或刺球仙人掌拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_unique_plural": "為 {{amount_0}} 種野生寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "為 {{amount_0}} 種野生的火屬性、水屬性或草屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_wild_water_plural": "為野生的水屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshot_wild_water_singular": "為野生的水屬性寶可夢拍攝1張GO Snapshot照片", + "quest_title_quest_snapshot_wild_water_unique_plural": "為{{amount_0}}種野生水屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshot_yogyakarta": "在日惹拍攝1張Snapshot照片", + "quest_title_quest_snapshots_inarow_plural": "連續 {{amount_0}} 天為寶可夢拍攝GO Snapshot照片", + "quest_title_quest_snapshots_plural": "拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshots_your_plural": "為你的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_snapshots_your_singular": "為你的寶可夢拍攝1張GO Snapshot照片", + "quest_title_quest_snivt_catch_b": "捕捉 {{amount_0}} 隻藤藤蛇", + "quest_title_quest_snivt_evolve_b": "讓{{amount_0}}隻藤藤蛇進化", + "quest_title_quest_snivt_evolve_s1": "讓 {{amount_0}} 隻青藤蛇進化", + "quest_title_quest_sobble_evolve": "讓1隻淚眼蜥進化", + "quest_title_quest_sphet_catch_b": "捕捉 {{amount_0}} 隻海豹球", + "quest_title_quest_sphet_evolve_b": "讓 {{amount_0}} 隻海豹球進化", + "quest_title_quest_sphet_evolve_s1": "讓 {{amount_0}} 隻海魔獅進化", + "quest_title_quest_spin_151": "拜訪151個寶可補給站或道館", + "quest_title_quest_spin_daysinarow": "連續 {{amount_0}} 天拜訪寶可補給站", + "quest_title_quest_spin_go_tour_habitat_01": "在海邊都市旋轉{{amount_0}}個寶可補給站或道館轉盤", + "quest_title_quest_spin_go_tour_habitat_02": "在詭異遺跡旋轉{{amount_0}}個寶可補給站或道館轉盤", + "quest_title_quest_spin_go_tour_habitat_03": "在聚毒之地旋轉{{amount_0}}個寶可補給站或道館轉盤", + "quest_title_quest_spin_go_tour_habitat_04": "在山間溫泉旋轉{{amount_0}}個寶可補給站或道館轉盤", + "quest_title_quest_spin_go_tour_spiritomb_plural": "旋轉{{amount_0}}種花岩怪寶可補給站轉盤", + "quest_title_quest_spin_go_tour_spiritomb_singular": "旋轉花岩怪寶可補給站轉盤", + "quest_title_quest_spin_mexico_plural": "拜訪{{amount_0}}個墨西哥國內的寶可補給站", + "quest_title_quest_spin_mexico_singular": "拜訪1個墨西哥國內的寶可補給站", + "quest_title_quest_spin_pokestop_days": "拜訪寶可補給站{{amount_0}}天", + "quest_title_quest_spin_ultra_wormhole_gym": "旋轉有究極之洞的道館轉盤", + "quest_title_quest_spin_wcs_2024": "在夏威夷會議中心旋轉10個寶可補給站或道館的轉盤", + "quest_title_quest_sprigatito_evolve_b": "讓新葉喵進化", + "quest_title_quest_squirtle_catch_b": "捕捉 {{amount_0}} 隻傑尼龜", + "quest_title_quest_squirtle_evolve_b": "讓{{amount_0}}隻傑尼龜進化", + "quest_title_quest_squirtle_snapshot_b": "為傑尼龜拍攝 {{amount_0}} 張照片", + "quest_title_quest_st_catch_s": "捕捉15隻橡實果", + "quest_title_quest_st_evolve_n": "讓1隻長鼻葉進化", + "quest_title_quest_st_evolve_s": "讓3隻橡實果進化", + "quest_title_quest_stardust_plural": "獲得星星沙子x{{amount_0}}", + "quest_title_quest_starly_catch_b": "捕捉 {{amount_0}} 隻姆克兒", + "quest_title_quest_starly_evolve_b": "讓 {{amount_0}} 隻姆克兒進化", + "quest_title_quest_starly_snapshot_b": "為姆克兒拍攝 {{amount_0}} 張照片", + "quest_title_quest_start_battle": "對戰開始!", + "quest_title_quest_steenee_evolve_b_plural": "讓{{amount_0}}隻甜舞妮進化", + "quest_title_quest_steenee_evolve_b_singular": "讓1隻甜舞妮進化", + "quest_title_quest_streak_format": "連續第 {{amount_0}} 天!", + "quest_title_quest_stuff_catch_b": "捕捉 {{amount_0}} 隻童偶熊", + "quest_title_quest_stuff_evolve_b": "讓 {{amount_0}} 隻童偶熊進化", + "quest_title_quest_stuff_snapshot_b": "為野生童偶熊拍攝 {{amount_0}} 張GO Snapshot照片", + "quest_title_quest_supereffective_charge_party_plural": "在參加小隊時使出{{amount_0}}次效果絕佳的特殊招式", + "quest_title_quest_supereffective_charge_party_singular": "在參加小隊時使出效果絕佳的特殊招式", + "quest_title_quest_supereffective_charge_plural": "在對戰中使出 {{amount_0}} 次效果絕佳的特殊招式", + "quest_title_quest_supereffective_charge_singular": "在對戰中使出1次效果絕佳的特殊招式", + "quest_title_quest_surskit_catch": "捕捉 {{amount_0}} 隻溜溜糖球", + "quest_title_quest_swabt_catch_b": "捕捉 {{amount_0}} 隻青綿鳥", + "quest_title_quest_swabt_evolve_b": "讓 {{amount_0}} 隻青綿鳥進化", + "quest_title_quest_swinub_cdc_evolve_b": "讓 {{amount_0}} 隻小山豬進化", + "quest_title_quest_swinub_cdc_snapshot_b": "為小山豬拍攝{{amount_0}}張照片", + "quest_title_quest_teddiursa_catch_b": "捕捉{{amount_0}}隻熊寶寶", + "quest_title_quest_teddiursa_evolve_b": "讓{{amount_0}}隻熊寶寶進化", + "quest_title_quest_teddiursa_snapshot_b": "為熊寶寶拍攝{{amount_0}}張照片", + "quest_title_quest_template.display.branches#0.button_text_key": "團體戰、手下和道館!", + "quest_title_quest_template.display.branches#0.description_key": "選擇這個路線後,你將需要完成有關道館、團體戰、GO火箭隊的課題來獲得獎勵。獎勵中包含遇見噴火龍的機會。", + "quest_title_quest_template.display.branches#1.button_text_key": "GO對戰聯盟", + "quest_title_quest_template.display.branches#1.description_key": "選擇這個路線後,你將需要完成和其他訓練家對戰的課題來獲得獎勵。獎勵中包含遇見噴火龍的機會。", + "quest_title_quest_tepit_catch_b": "捕捉 {{amount_0}} 隻暖暖豬", + "quest_title_quest_tepit_evolve_b": "讓 {{amount_0}} 隻暖暖豬進化", + "quest_title_quest_tepit_evolve_s1": "讓 {{amount_0}} 隻炒炒豬進化", + "quest_title_quest_thwackey_evolve": "讓1隻啪咚猴進化", + "quest_title_quest_timburr_catch_b": "捕捉{{amount_0}}隻搬運小匠", + "quest_title_quest_timburr_evolve_b": "讓{{amount_0}}隻搬運小匠進化", + "quest_title_quest_timburr_snapshot_b": "為搬運小匠拍攝{{amount_0}}張GO Snapshot照片", + "quest_title_quest_time_remaining_day_plural": "請在 {{amount_0}} 天內完成此特殊調查", + "quest_title_quest_time_remaining_day_singular": "請在 {{amount_0}} 天內完成此特殊調查", + "quest_title_quest_togetic_catch_b": "捕捉 {{amount_0}} 隻波克基古", + "quest_title_quest_togetic_evolve_b": "讓{{amount_0}}隻波克基古進化", + "quest_title_quest_togetic_snapshot_b": "為波克基古拍攝{{amount_0}}張照片", + "quest_title_quest_torracat_evolve_b_plural": "讓{{amount_0}}隻炎熱喵進化", + "quest_title_quest_torracat_evolve_b_singular": "讓炎熱喵進化", + "quest_title_quest_trade_50km_plural": "和朋友交換 {{amount_0}} 隻捕捉地相距50公里以上的寶可夢", + "quest_title_quest_trade_100km_plural": "和朋友交換 {{amount_0}} 隻捕捉地相距100公里以上的寶可夢", + "quest_title_quest_trade_200km_plural": "和朋友交換 {{amount_0}} 隻捕捉地相距200公里以上的寶可夢", + "quest_title_quest_trade_300km_plural": "和朋友交換 {{amount_0}} 隻捕捉地相距300公里以上的寶可夢", + "quest_title_quest_trade_400km_plural": "和朋友交換 {{amount_0}} 隻捕捉地相距400公里以上的寶可夢", + "quest_title_quest_trade_500km_plural": "和朋友交換 {{amount_0}} 隻捕捉地相距500公里以上的寶可夢", + "quest_title_quest_trade_500km_singular": "和朋友交換1隻捕捉地相距500公里以上的寶可夢", + "quest_title_quest_trade_pikachu_plural": "交換 {{amount_0}} 隻皮卡丘", + "quest_title_quest_trade_plural": "進行 {{amount_0}} 次寶可夢交換", + "quest_title_quest_trade_singular": "交換1隻寶可夢", + "quest_title_quest_transfer_pidgey_plural": "傳送{{amount_0}}隻波波。", + "quest_title_quest_transfer_pokemon_plural": "傳送 {{amount_0}} 隻寶可夢", + "quest_title_quest_transfer_pokemon_singular": "傳送1隻寶可夢", + "quest_title_quest_transfer_rock_or_poison_plural": "傳送 {{amount_0}} 隻岩石屬性或毒屬性的寶可夢", + "quest_title_quest_transfer_rock_poison": "傳送 {{amount_0}} 隻岩石屬性或毒屬性的寶可夢", + "quest_title_quest_transfer_type_bug_plural": "傳送 {{amount_0}} 隻蟲屬性的寶可夢", + "quest_title_quest_transfer_type_dark_plural": "傳送 {{amount_0}} 隻惡屬性的寶可夢", + "quest_title_quest_transfer_type_dragon_plural": "傳送 {{amount_0}} 隻龍屬性的寶可夢", + "quest_title_quest_transfer_type_electric_plural": "傳送 {{amount_0}} 隻電屬性的寶可夢", + "quest_title_quest_transfer_type_fairy_plural": "傳送 {{amount_0}} 隻妖精屬性的寶可夢", + "quest_title_quest_transfer_type_fighting_plural": "傳送 {{amount_0}} 隻格鬥屬性的寶可夢", + "quest_title_quest_transfer_type_fire_plural": "傳送 {{amount_0}} 隻火屬性的寶可夢", + "quest_title_quest_transfer_type_flying_plural": "傳送 {{amount_0}} 隻飛行屬性的寶可夢", + "quest_title_quest_transfer_type_ghost_plural": " 傳送 {{amount_0}} 隻幽靈屬性的寶可夢", + "quest_title_quest_transfer_type_grass_plural": "傳送 {{amount_0}} 隻草屬性的寶可夢", + "quest_title_quest_transfer_type_ground_plural": "傳送 {{amount_0}} 隻地面屬性的寶可夢", + "quest_title_quest_transfer_type_ice_plural": "傳送 {{amount_0}} 隻冰屬性的寶可夢", + "quest_title_quest_transfer_type_normal_plural": "傳送 {{amount_0}} 隻一般屬性的寶可夢", + "quest_title_quest_transfer_type_poison_plural": "傳送 {{amount_0}} 隻毒屬性的寶可夢", + "quest_title_quest_transfer_type_psychic_plural": "傳送 {{amount_0}} 隻超能力屬性的寶可夢", + "quest_title_quest_transfer_type_rock_plural": "傳送 {{amount_0}} 隻岩石屬性的寶可夢", + "quest_title_quest_transfer_type_steel_plural": "傳送 {{amount_0}} 隻鋼屬性的寶可夢", + "quest_title_quest_transfer_type_water_plural": "傳送 {{amount_0}} 隻水屬性的寶可夢", + "quest_title_quest_travel_routes_km_plural": "在遊玩路線時步行{{amount_0}}公里", + "quest_title_quest_travel_routes_meters_plural": "在遊玩路線時步行{{amount_0}}公尺", + "quest_title_quest_tynamo_catch_b": "捕捉{{amount_0}}隻麻麻小魚", + "quest_title_quest_tynamo_evolve_b_plural": "讓{{amount_0}}隻麻麻小魚進化", + "quest_title_quest_tynamo_evolve_b_singular": "讓1隻麻麻小魚進化", + "quest_title_quest_under_investigation": "維羅博士正在進行調查。請等他做好準備。", + "quest_title_quest_urd22_june_battle_gym": "究極研究:參加1次道館對戰", + "quest_title_quest_urd22_june_battle_raid": "究極研究:參加1次團體戰", + "quest_title_quest_urd22_june_beries": "究極研究:捕捉寶可夢時使用 {{amount_0}} 顆樹果來輔助", + "quest_title_quest_urd22_june_catch_rock": "究極研究:捕捉 {{amount_0}} 隻岩石屬性寶可夢", + "quest_title_quest_urd22_june_catch_weather": "究極研究:捕捉 {{amount_0}} 隻擁有天氣優勢的寶可夢", + "quest_title_quest_urd22_june_curveball": "究極研究:投出 {{amount_0}} 次曲球", + "quest_title_quest_urd22_june_curveball_row": "究極研究:連續投出 {{amount_0}} 次曲球", + "quest_title_quest_urd22_june_evolve_rock": "究極研究:讓 {{amount_0}} 隻岩石屬性寶可夢進化", + "quest_title_quest_urd22_june_gift_sticker": "究極研究:傳送 {{amount_0}} 個貼了貼圖的友情禮物", + "quest_title_quest_urd22_june_great": "究極研究:投出 {{amount_0}} 次Great", + "quest_title_quest_urd22_june_great_row": "究極研究:連續投出 {{amount_0}} 次Great", + "quest_title_quest_urd22_june_nice": "究極研究:投出 {{amount_0}} 次Nice", + "quest_title_quest_urd22_june_nice_row": "究極研究:連續投出 {{amount_0}} 次Nice", + "quest_title_quest_urd22_june_powerup": "究極研究:讓1隻寶可夢強化 {{amount_0}} 次", + "quest_title_quest_urd22_june_snap_rock": "究極研究:為岩石屬性寶可夢拍1張Snapshot照片", + "quest_title_quest_urd22_june_spin_stops": "究極研究:拜訪 {{amount_0}} 個寶可補給站", + "quest_title_quest_urd22_june_supereffective": "究極研究:使出1次效果絕佳的特殊招式", + "quest_title_quest_ursaring_evolve_b": "讓{{amount_0}}隻圈圈熊進化", + "quest_title_quest_use_any_potion": "使用傷藥", + "quest_title_quest_use_charged_move_singular": "在戰中使出1次效果絕佳的特殊招式", + "quest_title_quest_use_charged_tm": "使用1個特殊招式學習器", + "quest_title_quest_use_dai_plural": "使用 {{amount_0}} 個散步小薰香", + "quest_title_quest_use_dai_singular": "使用1個散步小薰香", + "quest_title_quest_use_fast_tm": "使用1個一般招式學習器", + "quest_title_quest_use_hyper_potion": "使用厲害傷藥", + "quest_title_quest_use_lure": "Use a Lure Module", + "quest_title_quest_use_lure_plural": "在遊玩路線時使用{{amount_0}}個誘餌模組", + "quest_title_quest_use_lure_singular": "在遊玩路線時使用1個誘餌模組", + "quest_title_quest_use_max_potion": "使用全滿藥", + "quest_title_quest_use_poffin": "使用寶芬", + "quest_title_quest_use_rare_candy_plural": "使用 {{amount_0}} 個神奇糖果", + "quest_title_quest_use_rare_candy_singular": "使用1個神奇糖果", + "quest_title_quest_use_standard_charged_tm": "使用1個特殊招式學習器", + "quest_title_quest_use_standard_fast_tm": "使用1個一般招式學習器", + "quest_title_quest_use_super_potion": "使用好傷藥", + "quest_title_quest_uxie_wild_snap": "為野生由克希拍攝GO Snapshot照片", + "quest_title_quest_val19_catch_specific_plural": "Valentine's Day: 捕捉 {{amount_0}} 隻愛心魚", + "quest_title_quest_val19_catch_specific_singular": "Valentine's Day: 捕捉1隻吉利蛋", + "quest_title_quest_visit_different_pokestops": "拜訪 {{amount_0}} 個不同的寶可補給站", + "quest_title_quest_visit_pokestop_new_plural": "拜訪 {{amount_0}} 個從未去過的寶可補給站", + "quest_title_quest_visit_pokestop_new_singular": "拜訪1個從未去過的寶可補給站", + "quest_title_quest_visit_pokestops_party_plural": "在參加小隊時旋轉{{amount_0}}次寶可補給站或道館的轉盤", + "quest_title_quest_visit_pokestops_plural": "拜訪 {{amount_0}} 個寶可補給站", + "quest_title_quest_visit_pokestops_singular": "旋轉1次寶可補給站的轉盤", + "quest_title_quest_visit_unique_pokestops_plural": "拜訪 {{amount_0}} 個不同的寶可補給站或道館", + "quest_title_quest_wailmer_catch_b": "捕捉{{amount_0}}隻吼吼鯨", + "quest_title_quest_waina_catch_great_ultra_plural": "用Pokémon GO Plus + 捕捉{{amount_0}}隻寶可夢到超級球或高級球裡", + "quest_title_quest_waina_catch_plural": "用Pokémon GO Plus + 捕捉{{amount_0}}隻寶可夢到精靈球裡", + "quest_title_quest_waina_sleep_days": "用Pokémon GO Plus + 記錄睡眠{{amount_0}}天", + "quest_title_quest_waina_sleep_days_singular": "用Pokémon GO Plus + 記錄睡眠1天", + "quest_title_quest_waina_spin_pokestop_plural": "用Pokémon GO Plus + 旋轉{{amount_0}}個寶可補給站", + "quest_title_quest_walk_25km_inaweek_plural": "收到 {{amount_0}} 次以時時刻刻冒險模式步行25公里的獎勵", + "quest_title_quest_walk_buddy_plural": "和夥伴一起走路,取得 {{amount_0}} 顆糖果", + "quest_title_quest_walk_buddy_singular": "和夥伴一起走路,取得1顆糖果", + "quest_title_quest_walk_eevee_for_evo": "把伊布設為夥伴,並一起行走10公里", + "quest_title_quest_walk_hgrowlithe_header_0": "卡蒂狗限時調查", + "quest_title_quest_walk_km": "步行 {{amount_0}} km", + "quest_title_quest_walk_km_plural": "行走 {{amount_0}} km", + "quest_title_quest_walk_routes_plural": "沿著路線步行{{amount_0}}km", + "quest_title_quest_walk_routes_singular": "沿著路線步行{{amount_0}}km", + "quest_title_quest_walk_steps": "走 {{amount_0}} 步", + "quest_title_quest_wartortle_evolve_b": "讓{{amount_0}}隻卡咪龜進化", + "quest_title_quest_waterfestival_catch_feed_plural": "潑水節:捕捉寶可夢時使用 {{amount_0}} 顆樹果來輔助", + "quest_title_quest_waterfestival_catch_pokemon_plural": "潑水節:捕捉 {{amount_0}} 隻寶可夢", + "quest_title_quest_waterfestival_catch_special9_plural": "潑水節:捕捉 {{amount_0}} 隻鯉魚王或吼吼鯨", + "quest_title_quest_waterfestival_catch_type_water_plural": "潑水節:捕捉 {{amount_0}} 隻水屬性的寶可夢", + "quest_title_quest_waterfestival_evolve_plural": "潑水節:讓 {{amount_0}} 隻大舌貝進化", + "quest_title_quest_waterfestival_evolve_type_water_plural": "潑水節:讓 {{amount_0}} 隻水屬性的寶可夢進化", + "quest_title_quest_waterfestival_hatch_egg_singular": "潑水節:孵化1顆蛋", + "quest_title_quest_waterfestival_land_great_plural": "潑水節:投出{{amount_0}}次Great", + "quest_title_quest_waterfestival_land_nice_plural": "潑水節:投出{{amount_0}}次Nice", + "quest_title_quest_waterfestival_win_raid_singular": "潑水節:在1場團體戰中獲勝", + "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer bonus:捕捉 {{amount_0}} 隻寶可夢", + "quest_title_quest_wcs_2024_catch_psychic_electric": "捕捉{{amount_0}}隻電屬性或超能力屬性的寶可夢", + "quest_title_quest_wcs_2024_snapshot_fairy": "為{{amount_0}}種野生的妖精屬性寶可夢拍攝GO Snapshot照片", + "quest_title_quest_wcs_2024_spin_00": "在Pokémon GO專區旋轉寶可補給站的轉盤", + "quest_title_quest_wcs_2024_spin_01": "在Play Lab旋轉寶可補給站的轉盤", + "quest_title_quest_wcs_2024_spin_02": "在Collect & Trade Corner旋轉寶可補給站的轉盤", + "quest_title_quest_weepinbell_evolve_b_plural": "讓{{amount_0}}隻口呆花進化", + "quest_title_quest_weepinbell_evolve_b_singular": "讓1隻口呆花進化", + "quest_title_quest_wimpod_catch_b": "捕捉{{amount_0}}隻膽小蟲", + "quest_title_quest_win_gym_plural": "在道館對戰中獲勝 {{amount_0}} 次", + "quest_title_quest_win_gym_singular": "在道館對戰中獲勝1次", + "quest_title_quest_win_raid_2_singular": "在等級2以上的團體戰中獲勝1次", + "quest_title_quest_win_raid_3_plural": "在等級3以上的團體戰中獲勝 {{amount_0}} 次", + "quest_title_quest_win_raid_3_singular": "在等級3以上的團體戰中獲勝1次", + "quest_title_quest_win_raid_buddy_plural": "在團體戰中派出夥伴寶可夢,並贏得 {{amount_0}} 場團體戰。", + "quest_title_quest_win_raid_buddy_singular": "和夥伴在1場團體戰中獲勝", + "quest_title_quest_win_raid_lvl1_higher_singular": "在1星以上的團體戰中獲勝1次", + "quest_title_quest_win_raid_lvl1_singular": "在1星團體戰中獲勝", + "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "用CP低於1500的寶可夢在團體戰中獲勝 {{amount_0}} 次", + "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "用CP低於1,500的寶可夢在團體戰中獲勝", + "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "用CP低於1,500的寶可夢在3星團體戰中獲勝 {{amount_0}} 次", + "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "用CP低於1,500的寶可夢在3星團體戰中獲勝", + "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "用CP低於2500的寶可夢在3星團體戰中獲勝{{amount_0}}次", + "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "用CP低於2500的寶可夢在3星團體戰中獲勝", + "quest_title_quest_win_raid_party_plural": "在參加小隊時贏得{{amount_0}}場團體戰", + "quest_title_quest_win_raid_party_singular": "在參加小隊時贏得團體戰", + "quest_title_quest_win_raid_plural": "在團體戰中獲勝 {{amount_0}} 次", + "quest_title_quest_win_raid_singular": "在團體戰中獲勝1次", + "quest_title_quest_win_raid_unique_plural": "在團體戰中派出六隻寶可夢皆異的對戰小隊,並獲勝 {{amount_0}} 次", + "quest_title_quest_win_raid_unique_singular": "在團體戰中派出六隻寶可夢皆異的對戰小隊,並獲得1次勝利", + "quest_title_quest_win_raid_with_friend_plural": "和朋友一起在團體戰獲勝 {{amount_0}} 次", + "quest_title_quest_win_raid_with_friend_singular": "和朋友一起在團體戰獲勝1次", + "quest_title_quest_win_raids_unique_1500_plural": "在對戰小隊中六隻寶可夢CP均為1500的狀態下,贏得 {{amount_0}} 場團體戰。", + "quest_title_quest_win_raids_unique_plural": "在對戰小隊中六隻寶可夢皆為不同寶可夢的狀態下,贏得 {{amount_0}} 場團體戰。", + "quest_title_quest_win_rocket_leader_less1500cp_plural": "用CP低於1,500的寶可夢打敗GO火箭隊幹部 {{amount_0}} 次", + "quest_title_quest_win_rocket_leader_less1500cp_singular": "用CP低於1500的寶可夢打敗GO火箭隊幹部 ", + "quest_title_quest_win_rocket_leader_less2500cp_plural": "用CP低於2,500的寶可夢打敗GO火箭隊幹部 {{amount_0}} 次", + "quest_title_quest_win_rocket_leader_less3000cp_plural": "用CP低於3,000的寶可夢打敗GO火箭隊幹部 {{amount_0}} 次", + "quest_title_quest_win_rocket_leader_less3500cp_plural": "用CP低於3,500的寶可夢打敗GO火箭隊幹部 {{amount_0}} 次", + "quest_title_quest_win_rocket_leader_less4000cp_plural": "用CP低於4,000的寶可夢打敗GO火箭隊幹部 {{amount_0}} 次", + "quest_title_quest_wooper_catch_b": "捕捉{{amount_0}}隻烏波", + "quest_title_quest_wooper_evolve_b": "讓{{amount_0}}隻烏波進化", + "quest_title_quest_wooper_snapshot_b": "為烏波拍攝{{amount_0}}張GO Snapshot照片", + "quest_title_quest_wt_catch_weedle": "捕捉 {{amount_0}} 隻獨角蟲", + "quest_title_quest_wt_evolve_kakuna": "讓 {{amount_0}} 隻鐵殼蛹進化", + "quest_title_quest_wt_evolve_weedle": "讓 {{amount_0}} 隻獨角蟲進化", + "quest_title_quest_xp_plural": "獲得 {{amount_0}} XP", + "quest_title_quest_zigzagoon_catch_b": "捕捉{{amount_0}}隻伽勒爾蛇紋熊", + "quest_title_quest_zigzagoon_evolve_b": "讓{{amount_0}}隻伽勒爾蛇紋熊進化", + "quest_title_quest_zigzagoon_snapshot_b": "為伽勒爾蛇紋熊拍{{amount_0}}張GO Snapshot照片", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "捉到0隻寶可夢", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "捉到 {{amount_0}} 隻寶可夢", + "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "捉到1隻寶可夢", + "quest_title_score_1_10_11_12_singular": "捕捉了 {{amount_0}} 隻火、水或草屬性的寶可夢", + "quest_title_score_1_10_singular": "捕捉了 {{amount_0}} 隻火屬性的寶可夢", + "quest_title_score_1_11_singular": "捕捉了 {{amount_0}} 隻水屬性的寶可夢", + "quest_title_score_1_12_singular": "捕捉了 {{amount_0}} 隻草屬性的寶可夢", + "quest_title_score_1_none": "捉到0隻寶可夢", + "quest_title_score_1_plural": "捉到 {{amount_0}} 隻寶可夢", + "quest_title_score_1_singular": "捉到1隻寶可夢", + "quest_title_score_6_plural": "在團體戰中獲勝 {{amount_0}} 次", + "quest_title_score_6_singular": "在團體戰中獲勝1次", + "quest_title_score_8_10_none": "投出了0次Nice", + "quest_title_score_8_10_plural": "投出了 {{amount_0}} 次Nice", + "quest_title_score_8_10_singular": "投出了1次Nice", + "quest_title_score_8_11_none": "投出了0次Great", + "quest_title_score_8_11_plural": "投出了 {{amount_0}} 次Great", + "quest_title_score_8_11_singular": "投出了1次Great", + "quest_title_score_8_12_none": "投出了0次Excellent", + "quest_title_score_8_12_plural": "投出了 {{amount_0}} 次Excellent", + "quest_title_score_8_12_singular": "投出了1次Excellent", + "quest_title_score_8_13_none": "投出0次曲球", + "quest_title_score_8_13_plural": "投出了 {{amount_0}} 次曲球", + "quest_title_score_8_13_singular": "投出了1次曲球", + "quest_title_score_11_701_none": "使用了0個蔓莓果", + "quest_title_score_11_701_plural": "使用了 {{amount_0}} 個蔓莓果", + "quest_title_score_11_701_singular": "使用了1個蔓莓果", + "quest_title_score_11_703_none": "使用了0個蕉香果", + "quest_title_score_11_703_plural": "使用了 {{amount_0}} 個蕉香果", + "quest_title_score_11_703_singular": "使用了1個蕉香果", + "quest_title_score_11_705_none": "使用了0個凰梨果", + "quest_title_score_11_705_plural": "使用了 {{amount_0}} 個凰梨果", + "quest_title_score_11_705_singular": "使用了1個凰梨果", + "quest_title_score_15_10_none": "用曲球投出了0次Nice", + "quest_title_score_15_10_plural": "用曲球投出了 {{amount_0}} 次Nice", + "quest_title_score_15_10_singular": "用曲球投出了1次Nice", + "quest_title_score_15_11_none": "用曲球投出了0次Great", + "quest_title_score_15_11_plural": "用曲球投出了 {{amount_0}} 次Great", + "quest_title_score_15_11_singular": "用曲球投出了1次Great", + "quest_title_score_15_12_none": "用曲球投出了0次Excellent", + "quest_title_score_15_12_plural": "用曲球投出了 {{amount_0}} 次Excellent", + "quest_title_score_15_12_singular": "用曲球投出了1次Excellent", + "quest_title_score_22_none": "和隊長進行了0場對戰", + "quest_title_score_22_plural": "和隊長進行了 {{amount_0}} 場對戰", + "quest_title_score_22_singular": "和隊長進行了1場對戰", + "quest_title_score_23_none": "參加了0次GO對戰聯盟對戰", + "quest_title_score_23_plural": "參加了 {{amount_0}} 次GO對戰聯盟對戰", + "quest_title_score_23_singular": "參加了1次GO對戰聯盟對戰", + "quest_title_score_battle_raid_none": "參加0場團體戰", + "quest_title_score_battle_raid_plural": "參加 {{amount_0}} 場團體戰", + "quest_title_score_battle_raid_singular": "參加1場團體戰", + "quest_title_score_catch_feed_none": "使用了0個樹果", + "quest_title_score_catch_feed_plural": "使用了 {{amount_0}} 個樹果", + "quest_title_score_catch_feed_singular": "使用了1個樹果", + "quest_title_score_catch_pokemon": "捉到 {{amount_0}} 隻寶可夢", + "quest_title_score_defeat_rocket_none": "尚未打敗任何GO火箭隊成員", + "quest_title_score_defeat_rocket_plural": "已打敗 {{amount_0}} 個GO火箭隊成員!", + "quest_title_score_defeat_rocket_singular": "已打敗1個GO火箭隊成員!", + "quest_title_score_field_research_none": "未完成任何田野調查課題", + "quest_title_score_field_research_plural": "已完成 {{amount_0}} 個田野調查課題", + "quest_title_score_field_research_singular": "已完成1個田野調查課題", + "quest_title_score_send_gift_none": "傳送了0個友情禮物給朋友", + "quest_title_score_send_gift_plural": "傳送了 {{amount_0}} 個友情禮物給朋友", + "quest_title_score_send_gift_singular": "傳送了1個友情禮物給朋友", + "quest_title_score_spin_pokestop_none": "旋轉0個寶可補給站的轉盤", + "quest_title_score_spin_pokestop_plural": "旋轉 {{amount_0}} 個寶可補給站的轉盤", + "quest_title_score_spin_pokestop_singular": "旋轉1個寶可補給站的轉盤", + "quest_win_raid_plural": "在團體戰中獲勝 {{amount}} 次", + "raid_0": "Unset Raid", + "raid_0_plural": "Unset Raids", + "raid_1": "1 Star Raid", + "raid_1_plural": "1 Star Raids", + "raid_2": "2 Star Raid", + "raid_2_plural": "2 Star Raids", + "raid_3": "3 Star Raid", + "raid_3_plural": "3 Star Raids", + "raid_4": "4 Star Raid", + "raid_4_plural": "4 Star Raids", + "raid_5": "Legendary Raid", + "raid_5_plural": "Legendary Raids", + "raid_6": "Mega Raid", + "raid_6_plural": "Mega Raids", + "raid_7": "Mega Legendary Raid", + "raid_7_plural": "Mega Legendary Raids", + "raid_8": "Ultra Beast Raid", + "raid_8_plural": "Ultra Beast Raids", + "raid_9": "Elite Raid", + "raid_9_plural": "Elite Raids", + "raid_10": "Primal Raid", + "raid_10_plural": "Primal Raids", + "raid_11": "1 Shadow Raid", + "raid_11_plural": "1 Shadow Raids", + "raid_12": "2 Shadow Raid", + "raid_12_plural": "2 Shadow Raids", + "raid_13": "3 Shadow Raid", + "raid_13_plural": "3 Shadow Raids", + "raid_14": "4 Shadow Raid", + "raid_14_plural": "4 Shadow Raids", + "raid_15": "5 Shadow Raid", + "raid_15_plural": "5 Shadow Raids", + "route_tag_afternoon": "最適合午後探訪", + "route_tag_architecture": "建築", + "route_tag_art": "藝術", + "route_tag_beachy": "沙灘般", + "route_tag_bike_path": "自行車道", + "route_tag_biking": "適合騎行單車", + "route_tag_body_of_water": "水濱", + "route_tag_buildings": "有許多建築物", + "route_tag_category_misc": "其他", + "route_tag_category_nearby": "鄰近", + "route_tag_category_suitability": "交通便利性", + "route_tag_category_terrain": "地形", + "route_tag_category_theme": "主題", + "route_tag_city_life": "城市生活", + "route_tag_culture": "文化", + "route_tag_easy_going": "悠閒", + "route_tag_flat": "平坦地形", + "route_tag_foliage": "有許多紅葉", + "route_tag_food": "美食", + "route_tag_grassy": "茂草", + "route_tag_hilly": "起伏地形", + "route_tag_historic": "具歷史性", + "route_tag_intense": "冒險", + "route_tag_morning": "最適合早晨探訪", + "route_tag_muddy": "泥濘", + "route_tag_nature": "自然", + "route_tag_night": "最適合晚上探訪", + "route_tag_no_parking": "附近無法停車", + "route_tag_no_people": "沒人潮", + "route_tag_open_space": "有許多開放空間", + "route_tag_parking": "附近可以停車", + "route_tag_parks_nearby": "鄰近公園", + "route_tag_partially_paved": "一部分有鋪設道路", + "route_tag_paved": "有鋪設道路", + "route_tag_people": "有人潮", + "route_tag_pets": "適合攜帶寵物", + "route_tag_plenty_pokestops": "有許多寶可補給站", + "route_tag_public_transport": "鄰近大眾運輸", + "route_tag_raid_friendly": "有許多道館", + "route_tag_rainy_day": "適合雨天遊玩", + "route_tag_rocky": "岩地", + "route_tag_running": "適合跑步", + "route_tag_sandy": "沙地", + "route_tag_seasonal": "具季節性", + "route_tag_sightseeing": "觀光", + "route_tag_stroller": "嬰兒車可通行", + "route_tag_sunny_day": "適合晴天遊玩", + "route_tag_tree_cover": "樹蔭", + "route_tag_unpaved": "未鋪設道路", + "route_tag_views": "美景", + "route_tag_walking": "適合健走", + "route_tag_wheelchair": "輪椅可通行", + "route_tag_wildlife": "有許多野生動物", + "route_tag_woodsy": "森林般", + "route_tags_label": "標籤", + "route_type_0": "Unset", + "route_type_1": "Organic", + "route_type_2": "Official", + "route_type_3": "Event", + "route_type_4": "Sponsored", + "shadow": "暗影", + "team_1": "叡智隊", + "team_2": "武勇隊", + "team_3": "靈犀隊", + "team_a_0": "未選擇隊伍", + "team_a_1": "叡智隊", + "team_a_2": "武勇隊", + "team_a_3": "靈犀隊", + "throw_type_9": "First", + "throw_type_10": "Nice", + "throw_type_11": "Great", + "throw_type_12": "Excellent", + "throw_type_13": "Curveball", + "throw_type_67": "Master Ball", + "weather_0": "天氣惡劣", + "weather_1": "晴天", + "weather_2": "雨天", + "weather_3": "多雲", + "weather_4": "陰天", + "weather_5": "強風", + "weather_6": "下雪", + "weather_7": "起霧", + "weather_icon_1": "☀️", + "weather_icon_2": "☔️", + "weather_icon_3": "⛅", + "weather_icon_4": "☁️", + "weather_icon_5": "💨", + "weather_icon_6": "⛄️", + "weather_icon_7": "🌁" +} diff --git a/public/robots.txt b/client/public/robots.txt similarity index 100% rename from public/robots.txt rename to client/public/robots.txt diff --git a/src/App.jsx b/client/src/App.jsx similarity index 100% rename from src/App.jsx rename to client/src/App.jsx diff --git a/src/assets/constants.js b/client/src/assets/constants.js similarity index 100% rename from src/assets/constants.js rename to client/src/assets/constants.js diff --git a/src/assets/css/holiday.css b/client/src/assets/css/holiday.css similarity index 100% rename from src/assets/css/holiday.css rename to client/src/assets/css/holiday.css diff --git a/src/assets/css/loading.css b/client/src/assets/css/loading.css similarity index 100% rename from src/assets/css/loading.css rename to client/src/assets/css/loading.css diff --git a/src/assets/css/main.css b/client/src/assets/css/main.css similarity index 100% rename from src/assets/css/main.css rename to client/src/assets/css/main.css diff --git a/src/assets/fallbackMarker.js b/client/src/assets/fallbackMarker.js similarity index 100% rename from src/assets/fallbackMarker.js rename to client/src/assets/fallbackMarker.js diff --git a/src/assets/theme.js b/client/src/assets/theme.js similarity index 100% rename from src/assets/theme.js rename to client/src/assets/theme.js diff --git a/src/components/BasicAccordion.jsx b/client/src/components/BasicAccordion.jsx similarity index 100% rename from src/components/BasicAccordion.jsx rename to client/src/components/BasicAccordion.jsx diff --git a/src/components/Config.jsx b/client/src/components/Config.jsx similarity index 100% rename from src/components/Config.jsx rename to client/src/components/Config.jsx diff --git a/src/components/ErrorBoundary.jsx b/client/src/components/ErrorBoundary.jsx similarity index 100% rename from src/components/ErrorBoundary.jsx rename to client/src/components/ErrorBoundary.jsx diff --git a/src/components/Global.jsx b/client/src/components/Global.jsx similarity index 100% rename from src/components/Global.jsx rename to client/src/components/Global.jsx diff --git a/src/components/I.jsx b/client/src/components/I.jsx similarity index 100% rename from src/components/I.jsx rename to client/src/components/I.jsx diff --git a/src/components/Img.jsx b/client/src/components/Img.jsx similarity index 100% rename from src/components/Img.jsx rename to client/src/components/Img.jsx diff --git a/src/components/Loading.jsx b/client/src/components/Loading.jsx similarity index 100% rename from src/components/Loading.jsx rename to client/src/components/Loading.jsx diff --git a/src/components/Menu.jsx b/client/src/components/Menu.jsx similarity index 100% rename from src/components/Menu.jsx rename to client/src/components/Menu.jsx diff --git a/src/components/Notification.jsx b/client/src/components/Notification.jsx similarity index 100% rename from src/components/Notification.jsx rename to client/src/components/Notification.jsx diff --git a/src/components/QuestTitle.jsx b/client/src/components/QuestTitle.jsx similarity index 100% rename from src/components/QuestTitle.jsx rename to client/src/components/QuestTitle.jsx diff --git a/src/components/StatusIcon.jsx b/client/src/components/StatusIcon.jsx similarity index 100% rename from src/components/StatusIcon.jsx rename to client/src/components/StatusIcon.jsx diff --git a/src/components/StyledDivider.jsx b/client/src/components/StyledDivider.jsx similarity index 89% rename from src/components/StyledDivider.jsx rename to client/src/components/StyledDivider.jsx index c4dbc0009..5c592aa37 100644 --- a/src/components/StyledDivider.jsx +++ b/client/src/components/StyledDivider.jsx @@ -20,7 +20,7 @@ const SKIP_PROPS = new Set([ ]) /** - * @typedef {import('packages/types/lib').MarginProps & import('packages/types/lib').PaddingProps} ExtraProps + * @typedef {import('@rm/types').MarginProps & import('@rm/types').PaddingProps} ExtraProps * @typedef {ExtraProps & import('@mui/material').DividerProps} Props * @typedef {Props & { theme: import('@mui/material').Theme}} DividerStyleProps * diff --git a/src/components/TabPanel.jsx b/client/src/components/TabPanel.jsx similarity index 100% rename from src/components/TabPanel.jsx rename to client/src/components/TabPanel.jsx diff --git a/src/components/ToggleTypography.jsx b/client/src/components/ToggleTypography.jsx similarity index 100% rename from src/components/ToggleTypography.jsx rename to client/src/components/ToggleTypography.jsx diff --git a/src/components/ToolTipWrapper.jsx b/client/src/components/ToolTipWrapper.jsx similarity index 100% rename from src/components/ToolTipWrapper.jsx rename to client/src/components/ToolTipWrapper.jsx diff --git a/src/components/auth/Discord.jsx b/client/src/components/auth/Discord.jsx similarity index 100% rename from src/components/auth/Discord.jsx rename to client/src/components/auth/Discord.jsx diff --git a/src/components/auth/Local.jsx b/client/src/components/auth/Local.jsx similarity index 100% rename from src/components/auth/Local.jsx rename to client/src/components/auth/Local.jsx diff --git a/src/components/auth/Telegram.jsx b/client/src/components/auth/Telegram.jsx similarity index 100% rename from src/components/auth/Telegram.jsx rename to client/src/components/auth/Telegram.jsx diff --git a/src/components/dialogs/BadgeSelection.jsx b/client/src/components/dialogs/BadgeSelection.jsx similarity index 95% rename from src/components/dialogs/BadgeSelection.jsx rename to client/src/components/dialogs/BadgeSelection.jsx index 90f00edae..1d1ecb1de 100644 --- a/src/components/dialogs/BadgeSelection.jsx +++ b/client/src/components/dialogs/BadgeSelection.jsx @@ -37,7 +37,7 @@ export function BadgeSelection() { refetchQueries: ['GetBadgeInfo', 'Gyms', 'Raids', 'GymsRaids'], }) - /** @type {import('packages/types/lib').MultiSelectorProps['onClick']} */ + /** @type {import('@rm/types').MultiSelectorProps['onClick']} */ const onClick = React.useCallback( (_, newV) => () => { setBadgeInDb({ diff --git a/src/components/dialogs/ClientError.jsx b/client/src/components/dialogs/ClientError.jsx similarity index 100% rename from src/components/dialogs/ClientError.jsx rename to client/src/components/dialogs/ClientError.jsx diff --git a/src/components/dialogs/DialogWrapper.jsx b/client/src/components/dialogs/DialogWrapper.jsx similarity index 100% rename from src/components/dialogs/DialogWrapper.jsx rename to client/src/components/dialogs/DialogWrapper.jsx diff --git a/src/components/dialogs/Feedback.jsx b/client/src/components/dialogs/Feedback.jsx similarity index 100% rename from src/components/dialogs/Feedback.jsx rename to client/src/components/dialogs/Feedback.jsx diff --git a/src/components/dialogs/Footer.jsx b/client/src/components/dialogs/Footer.jsx similarity index 100% rename from src/components/dialogs/Footer.jsx rename to client/src/components/dialogs/Footer.jsx diff --git a/src/components/dialogs/Header.jsx b/client/src/components/dialogs/Header.jsx similarity index 100% rename from src/components/dialogs/Header.jsx rename to client/src/components/dialogs/Header.jsx diff --git a/src/components/dialogs/Help.jsx b/client/src/components/dialogs/Help.jsx similarity index 100% rename from src/components/dialogs/Help.jsx rename to client/src/components/dialogs/Help.jsx diff --git a/src/components/dialogs/NestSubmission.jsx b/client/src/components/dialogs/NestSubmission.jsx similarity index 100% rename from src/components/dialogs/NestSubmission.jsx rename to client/src/components/dialogs/NestSubmission.jsx diff --git a/src/components/dialogs/ResetFilters.jsx b/client/src/components/dialogs/ResetFilters.jsx similarity index 100% rename from src/components/dialogs/ResetFilters.jsx rename to client/src/components/dialogs/ResetFilters.jsx diff --git a/src/components/dialogs/UserOptions.jsx b/client/src/components/dialogs/UserOptions.jsx similarity index 100% rename from src/components/dialogs/UserOptions.jsx rename to client/src/components/dialogs/UserOptions.jsx diff --git a/src/components/filters/Advanced.jsx b/client/src/components/filters/Advanced.jsx similarity index 100% rename from src/components/filters/Advanced.jsx rename to client/src/components/filters/Advanced.jsx diff --git a/src/components/filters/FilterMenu.jsx b/client/src/components/filters/FilterMenu.jsx similarity index 100% rename from src/components/filters/FilterMenu.jsx rename to client/src/components/filters/FilterMenu.jsx diff --git a/src/components/filters/Gender.jsx b/client/src/components/filters/Gender.jsx similarity index 100% rename from src/components/filters/Gender.jsx rename to client/src/components/filters/Gender.jsx diff --git a/src/components/filters/Options.jsx b/client/src/components/filters/Options.jsx similarity index 100% rename from src/components/filters/Options.jsx rename to client/src/components/filters/Options.jsx diff --git a/src/components/filters/OptionsContainer.jsx b/client/src/components/filters/OptionsContainer.jsx similarity index 100% rename from src/components/filters/OptionsContainer.jsx rename to client/src/components/filters/OptionsContainer.jsx diff --git a/src/components/filters/QuestConditions.jsx b/client/src/components/filters/QuestConditions.jsx similarity index 100% rename from src/components/filters/QuestConditions.jsx rename to client/src/components/filters/QuestConditions.jsx diff --git a/src/components/filters/Size.jsx b/client/src/components/filters/Size.jsx similarity index 100% rename from src/components/filters/Size.jsx rename to client/src/components/filters/Size.jsx diff --git a/src/components/filters/SlotSelection.jsx b/client/src/components/filters/SlotSelection.jsx similarity index 97% rename from src/components/filters/SlotSelection.jsx rename to client/src/components/filters/SlotSelection.jsx index ed7c77f28..58df4e51d 100644 --- a/src/components/filters/SlotSelection.jsx +++ b/client/src/components/filters/SlotSelection.jsx @@ -32,7 +32,7 @@ export function SlotSelection() { ) const disabled = useStorage((s) => !!s.filters?.gyms?.filter?.[id]?.all) - /** @type {(value: boolean | import('packages/types/lib').BaseFilter['size'], team: string) => void} */ + /** @type {(value: boolean | import('@rm/types').BaseFilter['size'], team: string) => void} */ const handleSizeChange = React.useCallback( (value, team) => { useStorage.setState((prev) => { diff --git a/src/components/filters/StringFilter.jsx b/client/src/components/filters/StringFilter.jsx similarity index 100% rename from src/components/filters/StringFilter.jsx rename to client/src/components/filters/StringFilter.jsx diff --git a/src/components/inputs/BasicListButton.jsx b/client/src/components/inputs/BasicListButton.jsx similarity index 100% rename from src/components/inputs/BasicListButton.jsx rename to client/src/components/inputs/BasicListButton.jsx diff --git a/src/components/inputs/BoolToggle.jsx b/client/src/components/inputs/BoolToggle.jsx similarity index 100% rename from src/components/inputs/BoolToggle.jsx rename to client/src/components/inputs/BoolToggle.jsx diff --git a/src/components/inputs/ExpandCollapse.jsx b/client/src/components/inputs/ExpandCollapse.jsx similarity index 100% rename from src/components/inputs/ExpandCollapse.jsx rename to client/src/components/inputs/ExpandCollapse.jsx diff --git a/src/components/inputs/FCSelect.jsx b/client/src/components/inputs/FCSelect.jsx similarity index 100% rename from src/components/inputs/FCSelect.jsx rename to client/src/components/inputs/FCSelect.jsx diff --git a/src/components/inputs/GenericSearch.jsx b/client/src/components/inputs/GenericSearch.jsx similarity index 100% rename from src/components/inputs/GenericSearch.jsx rename to client/src/components/inputs/GenericSearch.jsx diff --git a/src/components/inputs/LocaleSelection.jsx b/client/src/components/inputs/LocaleSelection.jsx similarity index 100% rename from src/components/inputs/LocaleSelection.jsx rename to client/src/components/inputs/LocaleSelection.jsx diff --git a/src/components/inputs/MultiSelector.jsx b/client/src/components/inputs/MultiSelector.jsx similarity index 100% rename from src/components/inputs/MultiSelector.jsx rename to client/src/components/inputs/MultiSelector.jsx diff --git a/src/components/inputs/SliderTile.jsx b/client/src/components/inputs/SliderTile.jsx similarity index 100% rename from src/components/inputs/SliderTile.jsx rename to client/src/components/inputs/SliderTile.jsx diff --git a/src/components/inputs/ThemeToggle.jsx b/client/src/components/inputs/ThemeToggle.jsx similarity index 100% rename from src/components/inputs/ThemeToggle.jsx rename to client/src/components/inputs/ThemeToggle.jsx diff --git a/src/components/inputs/VisibleToggle.jsx b/client/src/components/inputs/VisibleToggle.jsx similarity index 100% rename from src/components/inputs/VisibleToggle.jsx rename to client/src/components/inputs/VisibleToggle.jsx diff --git a/src/components/popups/Coords.jsx b/client/src/components/popups/Coords.jsx similarity index 100% rename from src/components/popups/Coords.jsx rename to client/src/components/popups/Coords.jsx diff --git a/src/components/popups/Dropdown.jsx b/client/src/components/popups/Dropdown.jsx similarity index 100% rename from src/components/popups/Dropdown.jsx rename to client/src/components/popups/Dropdown.jsx diff --git a/src/components/popups/ExtraInfo.jsx b/client/src/components/popups/ExtraInfo.jsx similarity index 100% rename from src/components/popups/ExtraInfo.jsx rename to client/src/components/popups/ExtraInfo.jsx diff --git a/src/components/popups/GenderIcon.jsx b/client/src/components/popups/GenderIcon.jsx similarity index 100% rename from src/components/popups/GenderIcon.jsx rename to client/src/components/popups/GenderIcon.jsx diff --git a/src/components/popups/HeaderImage.jsx b/client/src/components/popups/HeaderImage.jsx similarity index 100% rename from src/components/popups/HeaderImage.jsx rename to client/src/components/popups/HeaderImage.jsx diff --git a/src/components/popups/NameTT.jsx b/client/src/components/popups/NameTT.jsx similarity index 100% rename from src/components/popups/NameTT.jsx rename to client/src/components/popups/NameTT.jsx diff --git a/src/components/popups/Navigation.jsx b/client/src/components/popups/Navigation.jsx similarity index 100% rename from src/components/popups/Navigation.jsx rename to client/src/components/popups/Navigation.jsx diff --git a/src/components/popups/PokeMove.jsx b/client/src/components/popups/PokeMove.jsx similarity index 100% rename from src/components/popups/PokeMove.jsx rename to client/src/components/popups/PokeMove.jsx diff --git a/src/components/popups/PokeType.jsx b/client/src/components/popups/PokeType.jsx similarity index 100% rename from src/components/popups/PokeType.jsx rename to client/src/components/popups/PokeType.jsx diff --git a/src/components/popups/PowerUp.jsx b/client/src/components/popups/PowerUp.jsx similarity index 100% rename from src/components/popups/PowerUp.jsx rename to client/src/components/popups/PowerUp.jsx diff --git a/src/components/popups/TimeStamps.jsx b/client/src/components/popups/TimeStamps.jsx similarity index 100% rename from src/components/popups/TimeStamps.jsx rename to client/src/components/popups/TimeStamps.jsx diff --git a/src/components/popups/TimeTile.jsx b/client/src/components/popups/TimeTile.jsx similarity index 100% rename from src/components/popups/TimeTile.jsx rename to client/src/components/popups/TimeTile.jsx diff --git a/src/components/popups/Timer.jsx b/client/src/components/popups/Timer.jsx similarity index 100% rename from src/components/popups/Timer.jsx rename to client/src/components/popups/Timer.jsx diff --git a/src/components/popups/Title.jsx b/client/src/components/popups/Title.jsx similarity index 100% rename from src/components/popups/Title.jsx rename to client/src/components/popups/Title.jsx diff --git a/src/components/virtual/ColoredTile.jsx b/client/src/components/virtual/ColoredTile.jsx similarity index 100% rename from src/components/virtual/ColoredTile.jsx rename to client/src/components/virtual/ColoredTile.jsx diff --git a/src/components/virtual/SelectorItem.jsx b/client/src/components/virtual/SelectorItem.jsx similarity index 100% rename from src/components/virtual/SelectorItem.jsx rename to client/src/components/virtual/SelectorItem.jsx diff --git a/src/components/virtual/StandardItem.jsx b/client/src/components/virtual/StandardItem.jsx similarity index 100% rename from src/components/virtual/StandardItem.jsx rename to client/src/components/virtual/StandardItem.jsx diff --git a/src/components/virtual/Table.jsx b/client/src/components/virtual/Table.jsx similarity index 100% rename from src/components/virtual/Table.jsx rename to client/src/components/virtual/Table.jsx diff --git a/src/components/virtual/VirtualGrid.jsx b/client/src/components/virtual/VirtualGrid.jsx similarity index 100% rename from src/components/virtual/VirtualGrid.jsx rename to client/src/components/virtual/VirtualGrid.jsx diff --git a/src/features/builder/DonorPage.jsx b/client/src/features/builder/DonorPage.jsx similarity index 100% rename from src/features/builder/DonorPage.jsx rename to client/src/features/builder/DonorPage.jsx diff --git a/src/features/builder/LoginPage.jsx b/client/src/features/builder/LoginPage.jsx similarity index 100% rename from src/features/builder/LoginPage.jsx rename to client/src/features/builder/LoginPage.jsx diff --git a/src/features/builder/Motd.jsx b/client/src/features/builder/Motd.jsx similarity index 100% rename from src/features/builder/Motd.jsx rename to client/src/features/builder/Motd.jsx diff --git a/src/features/builder/components/CustomButton.jsx b/client/src/features/builder/components/CustomButton.jsx similarity index 100% rename from src/features/builder/components/CustomButton.jsx rename to client/src/features/builder/components/CustomButton.jsx diff --git a/src/features/builder/components/CustomDialog.jsx b/client/src/features/builder/components/CustomDialog.jsx similarity index 100% rename from src/features/builder/components/CustomDialog.jsx rename to client/src/features/builder/components/CustomDialog.jsx diff --git a/src/features/builder/components/CustomText.jsx b/client/src/features/builder/components/CustomText.jsx similarity index 100% rename from src/features/builder/components/CustomText.jsx rename to client/src/features/builder/components/CustomText.jsx diff --git a/src/features/builder/components/CustomTile.jsx b/client/src/features/builder/components/CustomTile.jsx similarity index 100% rename from src/features/builder/components/CustomTile.jsx rename to client/src/features/builder/components/CustomTile.jsx diff --git a/src/features/builder/components/Generator.jsx b/client/src/features/builder/components/Generator.jsx similarity index 100% rename from src/features/builder/components/Generator.jsx rename to client/src/features/builder/components/Generator.jsx diff --git a/src/features/builder/components/LinkWrapper.jsx b/client/src/features/builder/components/LinkWrapper.jsx similarity index 100% rename from src/features/builder/components/LinkWrapper.jsx rename to client/src/features/builder/components/LinkWrapper.jsx diff --git a/src/features/builder/index.js b/client/src/features/builder/index.js similarity index 100% rename from src/features/builder/index.js rename to client/src/features/builder/index.js diff --git a/src/features/builder/utils.js b/client/src/features/builder/utils.js similarity index 100% rename from src/features/builder/utils.js rename to client/src/features/builder/utils.js diff --git a/src/features/device/DevicePath.jsx b/client/src/features/device/DevicePath.jsx similarity index 100% rename from src/features/device/DevicePath.jsx rename to client/src/features/device/DevicePath.jsx diff --git a/src/features/device/DevicePopup.jsx b/client/src/features/device/DevicePopup.jsx similarity index 100% rename from src/features/device/DevicePopup.jsx rename to client/src/features/device/DevicePopup.jsx diff --git a/src/features/device/DeviceTile.jsx b/client/src/features/device/DeviceTile.jsx similarity index 100% rename from src/features/device/DeviceTile.jsx rename to client/src/features/device/DeviceTile.jsx diff --git a/src/features/device/deviceMarker.js b/client/src/features/device/deviceMarker.js similarity index 100% rename from src/features/device/deviceMarker.js rename to client/src/features/device/deviceMarker.js diff --git a/src/features/device/index.js b/client/src/features/device/index.js similarity index 100% rename from src/features/device/index.js rename to client/src/features/device/index.js diff --git a/src/features/drawer/Admin.jsx b/client/src/features/drawer/Admin.jsx similarity index 100% rename from src/features/drawer/Admin.jsx rename to client/src/features/drawer/Admin.jsx diff --git a/src/features/drawer/Extras.jsx b/client/src/features/drawer/Extras.jsx similarity index 100% rename from src/features/drawer/Extras.jsx rename to client/src/features/drawer/Extras.jsx diff --git a/src/features/drawer/Routes.jsx b/client/src/features/drawer/Routes.jsx similarity index 100% rename from src/features/drawer/Routes.jsx rename to client/src/features/drawer/Routes.jsx diff --git a/src/features/drawer/S2Cells.jsx b/client/src/features/drawer/S2Cells.jsx similarity index 100% rename from src/features/drawer/S2Cells.jsx rename to client/src/features/drawer/S2Cells.jsx diff --git a/src/features/drawer/Stations.jsx b/client/src/features/drawer/Stations.jsx similarity index 100% rename from src/features/drawer/Stations.jsx rename to client/src/features/drawer/Stations.jsx diff --git a/src/features/drawer/Wayfarer.jsx b/client/src/features/drawer/Wayfarer.jsx similarity index 100% rename from src/features/drawer/Wayfarer.jsx rename to client/src/features/drawer/Wayfarer.jsx diff --git a/src/features/drawer/areas/AreaTable.jsx b/client/src/features/drawer/areas/AreaTable.jsx similarity index 100% rename from src/features/drawer/areas/AreaTable.jsx rename to client/src/features/drawer/areas/AreaTable.jsx diff --git a/src/features/drawer/areas/Child.jsx b/client/src/features/drawer/areas/Child.jsx similarity index 100% rename from src/features/drawer/areas/Child.jsx rename to client/src/features/drawer/areas/Child.jsx diff --git a/src/features/drawer/areas/Parent.jsx b/client/src/features/drawer/areas/Parent.jsx similarity index 100% rename from src/features/drawer/areas/Parent.jsx rename to client/src/features/drawer/areas/Parent.jsx diff --git a/src/features/drawer/areas/index.jsx b/client/src/features/drawer/areas/index.jsx similarity index 100% rename from src/features/drawer/areas/index.jsx rename to client/src/features/drawer/areas/index.jsx diff --git a/src/features/drawer/components/Actions.jsx b/client/src/features/drawer/components/Actions.jsx similarity index 100% rename from src/features/drawer/components/Actions.jsx rename to client/src/features/drawer/components/Actions.jsx diff --git a/src/features/drawer/components/AllForts.jsx b/client/src/features/drawer/components/AllForts.jsx similarity index 100% rename from src/features/drawer/components/AllForts.jsx rename to client/src/features/drawer/components/AllForts.jsx diff --git a/src/features/drawer/components/CollapsibleItem.jsx b/client/src/features/drawer/components/CollapsibleItem.jsx similarity index 100% rename from src/features/drawer/components/CollapsibleItem.jsx rename to client/src/features/drawer/components/CollapsibleItem.jsx diff --git a/src/features/drawer/components/Section.jsx b/client/src/features/drawer/components/Section.jsx similarity index 100% rename from src/features/drawer/components/Section.jsx rename to client/src/features/drawer/components/Section.jsx diff --git a/src/features/drawer/components/SelectorList.jsx b/client/src/features/drawer/components/SelectorList.jsx similarity index 100% rename from src/features/drawer/components/SelectorList.jsx rename to client/src/features/drawer/components/SelectorList.jsx diff --git a/src/features/drawer/gyms/GymBadges.jsx b/client/src/features/drawer/gyms/GymBadges.jsx similarity index 100% rename from src/features/drawer/gyms/GymBadges.jsx rename to client/src/features/drawer/gyms/GymBadges.jsx diff --git a/src/features/drawer/gyms/Raids.jsx b/client/src/features/drawer/gyms/Raids.jsx similarity index 100% rename from src/features/drawer/gyms/Raids.jsx rename to client/src/features/drawer/gyms/Raids.jsx diff --git a/src/features/drawer/gyms/index.jsx b/client/src/features/drawer/gyms/index.jsx similarity index 100% rename from src/features/drawer/gyms/index.jsx rename to client/src/features/drawer/gyms/index.jsx diff --git a/src/features/drawer/index.jsx b/client/src/features/drawer/index.jsx similarity index 100% rename from src/features/drawer/index.jsx rename to client/src/features/drawer/index.jsx diff --git a/src/features/drawer/nests/ActiveNests.jsx b/client/src/features/drawer/nests/ActiveNests.jsx similarity index 100% rename from src/features/drawer/nests/ActiveNests.jsx rename to client/src/features/drawer/nests/ActiveNests.jsx diff --git a/src/features/drawer/nests/AvgSlider.jsx b/client/src/features/drawer/nests/AvgSlider.jsx similarity index 100% rename from src/features/drawer/nests/AvgSlider.jsx rename to client/src/features/drawer/nests/AvgSlider.jsx diff --git a/src/features/drawer/nests/NestSelector.jsx b/client/src/features/drawer/nests/NestSelector.jsx similarity index 100% rename from src/features/drawer/nests/NestSelector.jsx rename to client/src/features/drawer/nests/NestSelector.jsx diff --git a/src/features/drawer/nests/index.jsx b/client/src/features/drawer/nests/index.jsx similarity index 100% rename from src/features/drawer/nests/index.jsx rename to client/src/features/drawer/nests/index.jsx diff --git a/src/features/drawer/pokemon/FilterHelp.jsx b/client/src/features/drawer/pokemon/FilterHelp.jsx similarity index 100% rename from src/features/drawer/pokemon/FilterHelp.jsx rename to client/src/features/drawer/pokemon/FilterHelp.jsx diff --git a/src/features/drawer/pokemon/ModeSelector.jsx b/client/src/features/drawer/pokemon/ModeSelector.jsx similarity index 100% rename from src/features/drawer/pokemon/ModeSelector.jsx rename to client/src/features/drawer/pokemon/ModeSelector.jsx diff --git a/src/features/drawer/pokemon/PokemonSlider.jsx b/client/src/features/drawer/pokemon/PokemonSlider.jsx similarity index 100% rename from src/features/drawer/pokemon/PokemonSlider.jsx rename to client/src/features/drawer/pokemon/PokemonSlider.jsx diff --git a/src/features/drawer/pokemon/PokemonTab.jsx b/client/src/features/drawer/pokemon/PokemonTab.jsx similarity index 100% rename from src/features/drawer/pokemon/PokemonTab.jsx rename to client/src/features/drawer/pokemon/PokemonTab.jsx diff --git a/src/features/drawer/pokemon/index.jsx b/client/src/features/drawer/pokemon/index.jsx similarity index 100% rename from src/features/drawer/pokemon/index.jsx rename to client/src/features/drawer/pokemon/index.jsx diff --git a/src/features/drawer/pokestops/EventStops.jsx b/client/src/features/drawer/pokestops/EventStops.jsx similarity index 100% rename from src/features/drawer/pokestops/EventStops.jsx rename to client/src/features/drawer/pokestops/EventStops.jsx diff --git a/src/features/drawer/pokestops/Invasions.jsx b/client/src/features/drawer/pokestops/Invasions.jsx similarity index 100% rename from src/features/drawer/pokestops/Invasions.jsx rename to client/src/features/drawer/pokestops/Invasions.jsx diff --git a/src/features/drawer/pokestops/Lures.jsx b/client/src/features/drawer/pokestops/Lures.jsx similarity index 100% rename from src/features/drawer/pokestops/Lures.jsx rename to client/src/features/drawer/pokestops/Lures.jsx diff --git a/src/features/drawer/pokestops/Quests.jsx b/client/src/features/drawer/pokestops/Quests.jsx similarity index 100% rename from src/features/drawer/pokestops/Quests.jsx rename to client/src/features/drawer/pokestops/Quests.jsx diff --git a/src/features/drawer/pokestops/index.jsx b/client/src/features/drawer/pokestops/index.jsx similarity index 100% rename from src/features/drawer/pokestops/index.jsx rename to client/src/features/drawer/pokestops/index.jsx diff --git a/src/features/drawer/settings/General.jsx b/client/src/features/drawer/settings/General.jsx similarity index 100% rename from src/features/drawer/settings/General.jsx rename to client/src/features/drawer/settings/General.jsx diff --git a/src/features/drawer/settings/Holiday.jsx b/client/src/features/drawer/settings/Holiday.jsx similarity index 100% rename from src/features/drawer/settings/Holiday.jsx rename to client/src/features/drawer/settings/Holiday.jsx diff --git a/src/features/drawer/settings/Icon.jsx b/client/src/features/drawer/settings/Icon.jsx similarity index 100% rename from src/features/drawer/settings/Icon.jsx rename to client/src/features/drawer/settings/Icon.jsx diff --git a/src/features/drawer/settings/UAssets.jsx b/client/src/features/drawer/settings/UAssets.jsx similarity index 100% rename from src/features/drawer/settings/UAssets.jsx rename to client/src/features/drawer/settings/UAssets.jsx diff --git a/src/features/drawer/settings/index.jsx b/client/src/features/drawer/settings/index.jsx similarity index 100% rename from src/features/drawer/settings/index.jsx rename to client/src/features/drawer/settings/index.jsx diff --git a/src/features/gym/GymPopup.jsx b/client/src/features/gym/GymPopup.jsx similarity index 100% rename from src/features/gym/GymPopup.jsx rename to client/src/features/gym/GymPopup.jsx diff --git a/src/features/gym/GymTile.jsx b/client/src/features/gym/GymTile.jsx similarity index 100% rename from src/features/gym/GymTile.jsx rename to client/src/features/gym/GymTile.jsx diff --git a/src/features/gym/gymMarker.js b/client/src/features/gym/gymMarker.js similarity index 100% rename from src/features/gym/gymMarker.js rename to client/src/features/gym/gymMarker.js diff --git a/src/features/gym/index.js b/client/src/features/gym/index.js similarity index 100% rename from src/features/gym/index.js rename to client/src/features/gym/index.js diff --git a/src/features/gym/useWebhook.js b/client/src/features/gym/useWebhook.js similarity index 100% rename from src/features/gym/useWebhook.js rename to client/src/features/gym/useWebhook.js diff --git a/src/features/holiday/HolidayAnimations.js b/client/src/features/holiday/HolidayAnimations.js similarity index 100% rename from src/features/holiday/HolidayAnimations.js rename to client/src/features/holiday/HolidayAnimations.js diff --git a/src/features/holiday/HolidayEffect.jsx b/client/src/features/holiday/HolidayEffect.jsx similarity index 100% rename from src/features/holiday/HolidayEffect.jsx rename to client/src/features/holiday/HolidayEffect.jsx diff --git a/src/features/holiday/index.jsx b/client/src/features/holiday/index.jsx similarity index 100% rename from src/features/holiday/index.jsx rename to client/src/features/holiday/index.jsx diff --git a/src/features/holiday/utils.js b/client/src/features/holiday/utils.js similarity index 100% rename from src/features/holiday/utils.js rename to client/src/features/holiday/utils.js diff --git a/src/features/nest/NestPopup.jsx b/client/src/features/nest/NestPopup.jsx similarity index 100% rename from src/features/nest/NestPopup.jsx rename to client/src/features/nest/NestPopup.jsx diff --git a/src/features/nest/NestTile.jsx b/client/src/features/nest/NestTile.jsx similarity index 100% rename from src/features/nest/NestTile.jsx rename to client/src/features/nest/NestTile.jsx diff --git a/src/features/nest/index.js b/client/src/features/nest/index.js similarity index 100% rename from src/features/nest/index.js rename to client/src/features/nest/index.js diff --git a/src/features/nest/nestMarker.js b/client/src/features/nest/nestMarker.js similarity index 100% rename from src/features/nest/nestMarker.js rename to client/src/features/nest/nestMarker.js diff --git a/src/features/pokemon/PokemonPopup.jsx b/client/src/features/pokemon/PokemonPopup.jsx similarity index 100% rename from src/features/pokemon/PokemonPopup.jsx rename to client/src/features/pokemon/PokemonPopup.jsx diff --git a/src/features/pokemon/PokemonTile.jsx b/client/src/features/pokemon/PokemonTile.jsx similarity index 100% rename from src/features/pokemon/PokemonTile.jsx rename to client/src/features/pokemon/PokemonTile.jsx diff --git a/src/features/pokemon/index.js b/client/src/features/pokemon/index.js similarity index 100% rename from src/features/pokemon/index.js rename to client/src/features/pokemon/index.js diff --git a/src/features/pokemon/pokemonMarker.js b/client/src/features/pokemon/pokemonMarker.js similarity index 100% rename from src/features/pokemon/pokemonMarker.js rename to client/src/features/pokemon/pokemonMarker.js diff --git a/src/features/pokestop/PokestopPopup.jsx b/client/src/features/pokestop/PokestopPopup.jsx similarity index 100% rename from src/features/pokestop/PokestopPopup.jsx rename to client/src/features/pokestop/PokestopPopup.jsx diff --git a/src/features/pokestop/PokestopTile.jsx b/client/src/features/pokestop/PokestopTile.jsx similarity index 100% rename from src/features/pokestop/PokestopTile.jsx rename to client/src/features/pokestop/PokestopTile.jsx diff --git a/src/features/pokestop/index.js b/client/src/features/pokestop/index.js similarity index 100% rename from src/features/pokestop/index.js rename to client/src/features/pokestop/index.js diff --git a/src/features/pokestop/usePokestopMarker.js b/client/src/features/pokestop/usePokestopMarker.js similarity index 100% rename from src/features/pokestop/usePokestopMarker.js rename to client/src/features/pokestop/usePokestopMarker.js diff --git a/src/features/portal/PortalPopup.jsx b/client/src/features/portal/PortalPopup.jsx similarity index 100% rename from src/features/portal/PortalPopup.jsx rename to client/src/features/portal/PortalPopup.jsx diff --git a/src/features/portal/PortalTile.jsx b/client/src/features/portal/PortalTile.jsx similarity index 100% rename from src/features/portal/PortalTile.jsx rename to client/src/features/portal/PortalTile.jsx diff --git a/src/features/portal/index.js b/client/src/features/portal/index.js similarity index 100% rename from src/features/portal/index.js rename to client/src/features/portal/index.js diff --git a/src/features/profile/Backups.jsx b/client/src/features/profile/Backups.jsx similarity index 100% rename from src/features/profile/Backups.jsx rename to client/src/features/profile/Backups.jsx diff --git a/src/features/profile/ExtraFields.jsx b/client/src/features/profile/ExtraFields.jsx similarity index 100% rename from src/features/profile/ExtraFields.jsx rename to client/src/features/profile/ExtraFields.jsx diff --git a/src/features/profile/GymBadges.jsx b/client/src/features/profile/GymBadges.jsx similarity index 100% rename from src/features/profile/GymBadges.jsx rename to client/src/features/profile/GymBadges.jsx diff --git a/src/features/profile/LinkAccounts.jsx b/client/src/features/profile/LinkAccounts.jsx similarity index 100% rename from src/features/profile/LinkAccounts.jsx rename to client/src/features/profile/LinkAccounts.jsx diff --git a/src/features/profile/Permissions.jsx b/client/src/features/profile/Permissions.jsx similarity index 100% rename from src/features/profile/Permissions.jsx rename to client/src/features/profile/Permissions.jsx diff --git a/src/features/profile/index.jsx b/client/src/features/profile/index.jsx similarity index 100% rename from src/features/profile/index.jsx rename to client/src/features/profile/index.jsx diff --git a/src/features/route/RoutePopup.jsx b/client/src/features/route/RoutePopup.jsx similarity index 100% rename from src/features/route/RoutePopup.jsx rename to client/src/features/route/RoutePopup.jsx diff --git a/src/features/route/RouteTile.jsx b/client/src/features/route/RouteTile.jsx similarity index 100% rename from src/features/route/RouteTile.jsx rename to client/src/features/route/RouteTile.jsx diff --git a/src/features/route/index.js b/client/src/features/route/index.js similarity index 100% rename from src/features/route/index.js rename to client/src/features/route/index.js diff --git a/src/features/route/routeMarker.js b/client/src/features/route/routeMarker.js similarity index 100% rename from src/features/route/routeMarker.js rename to client/src/features/route/routeMarker.js diff --git a/src/features/route/useFormatDistance.js b/client/src/features/route/useFormatDistance.js similarity index 100% rename from src/features/route/useFormatDistance.js rename to client/src/features/route/useFormatDistance.js diff --git a/src/features/s2cell/BaseCell.jsx b/client/src/features/s2cell/BaseCell.jsx similarity index 100% rename from src/features/s2cell/BaseCell.jsx rename to client/src/features/s2cell/BaseCell.jsx diff --git a/src/features/s2cell/GenerateCells.jsx b/client/src/features/s2cell/GenerateCells.jsx similarity index 100% rename from src/features/s2cell/GenerateCells.jsx rename to client/src/features/s2cell/GenerateCells.jsx diff --git a/src/features/s2cell/index.js b/client/src/features/s2cell/index.js similarity index 100% rename from src/features/s2cell/index.js rename to client/src/features/s2cell/index.js diff --git a/src/features/scanArea/ScanAreaTile.jsx b/client/src/features/scanArea/ScanAreaTile.jsx similarity index 100% rename from src/features/scanArea/ScanAreaTile.jsx rename to client/src/features/scanArea/ScanAreaTile.jsx diff --git a/src/features/scanArea/index.js b/client/src/features/scanArea/index.js similarity index 100% rename from src/features/scanArea/index.js rename to client/src/features/scanArea/index.js diff --git a/src/features/scanCell/ScanCellPopup.jsx b/client/src/features/scanCell/ScanCellPopup.jsx similarity index 100% rename from src/features/scanCell/ScanCellPopup.jsx rename to client/src/features/scanCell/ScanCellPopup.jsx diff --git a/src/features/scanCell/ScanCellTile.jsx b/client/src/features/scanCell/ScanCellTile.jsx similarity index 100% rename from src/features/scanCell/ScanCellTile.jsx rename to client/src/features/scanCell/ScanCellTile.jsx diff --git a/src/features/scanCell/index.js b/client/src/features/scanCell/index.js similarity index 100% rename from src/features/scanCell/index.js rename to client/src/features/scanCell/index.js diff --git a/src/features/scanCell/scanCellMarker.js b/client/src/features/scanCell/scanCellMarker.js similarity index 100% rename from src/features/scanCell/scanCellMarker.js rename to client/src/features/scanCell/scanCellMarker.js diff --git a/src/features/scanner/ContextProvider.jsx b/client/src/features/scanner/ContextProvider.jsx similarity index 100% rename from src/features/scanner/ContextProvider.jsx rename to client/src/features/scanner/ContextProvider.jsx diff --git a/src/features/scanner/Marker.jsx b/client/src/features/scanner/Marker.jsx similarity index 100% rename from src/features/scanner/Marker.jsx rename to client/src/features/scanner/Marker.jsx diff --git a/src/features/scanner/Popup.jsx b/client/src/features/scanner/Popup.jsx similarity index 100% rename from src/features/scanner/Popup.jsx rename to client/src/features/scanner/Popup.jsx diff --git a/src/features/scanner/ScanDialog.jsx b/client/src/features/scanner/ScanDialog.jsx similarity index 100% rename from src/features/scanner/ScanDialog.jsx rename to client/src/features/scanner/ScanDialog.jsx diff --git a/src/features/scanner/ScanOnDemand.jsx b/client/src/features/scanner/ScanOnDemand.jsx similarity index 100% rename from src/features/scanner/ScanOnDemand.jsx rename to client/src/features/scanner/ScanOnDemand.jsx diff --git a/src/features/scanner/Shared.jsx b/client/src/features/scanner/Shared.jsx similarity index 100% rename from src/features/scanner/Shared.jsx rename to client/src/features/scanner/Shared.jsx diff --git a/src/features/scanner/hooks/store.js b/client/src/features/scanner/hooks/store.js similarity index 100% rename from src/features/scanner/hooks/store.js rename to client/src/features/scanner/hooks/store.js diff --git a/src/features/scanner/hooks/useCheckValid.js b/client/src/features/scanner/hooks/useCheckValid.js similarity index 100% rename from src/features/scanner/hooks/useCheckValid.js rename to client/src/features/scanner/hooks/useCheckValid.js diff --git a/src/features/scanner/index.js b/client/src/features/scanner/index.js similarity index 100% rename from src/features/scanner/index.js rename to client/src/features/scanner/index.js diff --git a/src/features/scanner/scanNext/PopupContent.jsx b/client/src/features/scanner/scanNext/PopupContent.jsx similarity index 100% rename from src/features/scanner/scanNext/PopupContent.jsx rename to client/src/features/scanner/scanNext/PopupContent.jsx diff --git a/src/features/scanner/scanNext/getCoords.js b/client/src/features/scanner/scanNext/getCoords.js similarity index 100% rename from src/features/scanner/scanNext/getCoords.js rename to client/src/features/scanner/scanNext/getCoords.js diff --git a/src/features/scanner/scanNext/index.jsx b/client/src/features/scanner/scanNext/index.jsx similarity index 100% rename from src/features/scanner/scanNext/index.jsx rename to client/src/features/scanner/scanNext/index.jsx diff --git a/src/features/scanner/scanZone/AdvAccordion.jsx b/client/src/features/scanner/scanZone/AdvAccordion.jsx similarity index 100% rename from src/features/scanner/scanZone/AdvAccordion.jsx rename to client/src/features/scanner/scanZone/AdvAccordion.jsx diff --git a/src/features/scanner/scanZone/PopupContent.jsx b/client/src/features/scanner/scanZone/PopupContent.jsx similarity index 100% rename from src/features/scanner/scanZone/PopupContent.jsx rename to client/src/features/scanner/scanZone/PopupContent.jsx diff --git a/src/features/scanner/scanZone/getCoords.js b/client/src/features/scanner/scanZone/getCoords.js similarity index 100% rename from src/features/scanner/scanZone/getCoords.js rename to client/src/features/scanner/scanZone/getCoords.js diff --git a/src/features/scanner/scanZone/index.jsx b/client/src/features/scanner/scanZone/index.jsx similarity index 100% rename from src/features/scanner/scanZone/index.jsx rename to client/src/features/scanner/scanZone/index.jsx diff --git a/src/features/search/OptionImage.jsx b/client/src/features/search/OptionImage.jsx similarity index 99% rename from src/features/search/OptionImage.jsx rename to client/src/features/search/OptionImage.jsx index 6a3aea1ae..b7951a8fd 100644 --- a/src/features/search/OptionImage.jsx +++ b/client/src/features/search/OptionImage.jsx @@ -1,5 +1,4 @@ // @ts-check -/* eslint-disable react/destructuring-assignment */ import * as React from 'react' import Box from '@mui/material/Box' diff --git a/src/features/search/index.jsx b/client/src/features/search/index.jsx similarity index 100% rename from src/features/search/index.jsx rename to client/src/features/search/index.jsx diff --git a/src/features/search/renderInput.jsx b/client/src/features/search/renderInput.jsx similarity index 100% rename from src/features/search/renderInput.jsx rename to client/src/features/search/renderInput.jsx diff --git a/src/features/search/renderOption.jsx b/client/src/features/search/renderOption.jsx similarity index 100% rename from src/features/search/renderOption.jsx rename to client/src/features/search/renderOption.jsx diff --git a/src/features/search/useSendSearch.js b/client/src/features/search/useSendSearch.js similarity index 100% rename from src/features/search/useSendSearch.js rename to client/src/features/search/useSendSearch.js diff --git a/src/features/spawnpoint/SpawnpointPopup.jsx b/client/src/features/spawnpoint/SpawnpointPopup.jsx similarity index 100% rename from src/features/spawnpoint/SpawnpointPopup.jsx rename to client/src/features/spawnpoint/SpawnpointPopup.jsx diff --git a/src/features/spawnpoint/SpawnpointTile.jsx b/client/src/features/spawnpoint/SpawnpointTile.jsx similarity index 100% rename from src/features/spawnpoint/SpawnpointTile.jsx rename to client/src/features/spawnpoint/SpawnpointTile.jsx diff --git a/src/features/spawnpoint/index.js b/client/src/features/spawnpoint/index.js similarity index 100% rename from src/features/spawnpoint/index.js rename to client/src/features/spawnpoint/index.js diff --git a/src/features/spawnpoint/spawnpointMarker.js b/client/src/features/spawnpoint/spawnpointMarker.js similarity index 100% rename from src/features/spawnpoint/spawnpointMarker.js rename to client/src/features/spawnpoint/spawnpointMarker.js diff --git a/src/features/station/StationPopup.jsx b/client/src/features/station/StationPopup.jsx similarity index 100% rename from src/features/station/StationPopup.jsx rename to client/src/features/station/StationPopup.jsx diff --git a/src/features/station/StationTile.jsx b/client/src/features/station/StationTile.jsx similarity index 100% rename from src/features/station/StationTile.jsx rename to client/src/features/station/StationTile.jsx diff --git a/src/features/station/index.js b/client/src/features/station/index.js similarity index 100% rename from src/features/station/index.js rename to client/src/features/station/index.js diff --git a/src/features/station/useGetStationMons.js b/client/src/features/station/useGetStationMons.js similarity index 100% rename from src/features/station/useGetStationMons.js rename to client/src/features/station/useGetStationMons.js diff --git a/src/features/station/useStationMarker.js b/client/src/features/station/useStationMarker.js similarity index 100% rename from src/features/station/useStationMarker.js rename to client/src/features/station/useStationMarker.js diff --git a/src/features/tutorial/Advanced.jsx b/client/src/features/tutorial/Advanced.jsx similarity index 100% rename from src/features/tutorial/Advanced.jsx rename to client/src/features/tutorial/Advanced.jsx diff --git a/src/features/tutorial/Closing.jsx b/client/src/features/tutorial/Closing.jsx similarity index 100% rename from src/features/tutorial/Closing.jsx rename to client/src/features/tutorial/Closing.jsx diff --git a/src/features/tutorial/Popups.jsx b/client/src/features/tutorial/Popups.jsx similarity index 100% rename from src/features/tutorial/Popups.jsx rename to client/src/features/tutorial/Popups.jsx diff --git a/src/features/tutorial/Sidebar.jsx b/client/src/features/tutorial/Sidebar.jsx similarity index 100% rename from src/features/tutorial/Sidebar.jsx rename to client/src/features/tutorial/Sidebar.jsx diff --git a/src/features/tutorial/Sliders.jsx b/client/src/features/tutorial/Sliders.jsx similarity index 100% rename from src/features/tutorial/Sliders.jsx rename to client/src/features/tutorial/Sliders.jsx diff --git a/src/features/tutorial/Welcome.jsx b/client/src/features/tutorial/Welcome.jsx similarity index 100% rename from src/features/tutorial/Welcome.jsx rename to client/src/features/tutorial/Welcome.jsx diff --git a/src/features/tutorial/data.js b/client/src/features/tutorial/data.js similarity index 100% rename from src/features/tutorial/data.js rename to client/src/features/tutorial/data.js diff --git a/src/features/tutorial/index.jsx b/client/src/features/tutorial/index.jsx similarity index 100% rename from src/features/tutorial/index.jsx rename to client/src/features/tutorial/index.jsx diff --git a/src/features/wayfarer/PoI.jsx b/client/src/features/wayfarer/PoI.jsx similarity index 100% rename from src/features/wayfarer/PoI.jsx rename to client/src/features/wayfarer/PoI.jsx diff --git a/src/features/wayfarer/S14Cell.jsx b/client/src/features/wayfarer/S14Cell.jsx similarity index 89% rename from src/features/wayfarer/S14Cell.jsx rename to client/src/features/wayfarer/S14Cell.jsx index da63aef47..d7cf8bcab 100644 --- a/src/features/wayfarer/S14Cell.jsx +++ b/client/src/features/wayfarer/S14Cell.jsx @@ -7,7 +7,7 @@ import { getPathOptions } from './typeCell' /** * - * @param {import('packages/types/lib').Level14Cell & { cellColor: string, oneStopTillNext: string, twoStopsTillNext: string, noMoreGyms: string }} props + * @param {import('@rm/types').Level14Cell & { cellColor: string, oneStopTillNext: string, twoStopsTillNext: string, noMoreGyms: string }} props * @returns */ const S14Cell = ({ diff --git a/src/features/wayfarer/S17Cell.jsx b/client/src/features/wayfarer/S17Cell.jsx similarity index 100% rename from src/features/wayfarer/S17Cell.jsx rename to client/src/features/wayfarer/S17Cell.jsx diff --git a/src/features/wayfarer/WayfarerPopup.jsx b/client/src/features/wayfarer/WayfarerPopup.jsx similarity index 100% rename from src/features/wayfarer/WayfarerPopup.jsx rename to client/src/features/wayfarer/WayfarerPopup.jsx diff --git a/src/features/wayfarer/WayfarerTile.jsx b/client/src/features/wayfarer/WayfarerTile.jsx similarity index 100% rename from src/features/wayfarer/WayfarerTile.jsx rename to client/src/features/wayfarer/WayfarerTile.jsx diff --git a/src/features/wayfarer/index.js b/client/src/features/wayfarer/index.js similarity index 100% rename from src/features/wayfarer/index.js rename to client/src/features/wayfarer/index.js diff --git a/src/features/wayfarer/typeCell.js b/client/src/features/wayfarer/typeCell.js similarity index 100% rename from src/features/wayfarer/typeCell.js rename to client/src/features/wayfarer/typeCell.js diff --git a/src/features/weather/ActiveWeather.jsx b/client/src/features/weather/ActiveWeather.jsx similarity index 100% rename from src/features/weather/ActiveWeather.jsx rename to client/src/features/weather/ActiveWeather.jsx diff --git a/src/features/weather/WeatherPopup.jsx b/client/src/features/weather/WeatherPopup.jsx similarity index 100% rename from src/features/weather/WeatherPopup.jsx rename to client/src/features/weather/WeatherPopup.jsx diff --git a/src/features/weather/WeatherTile.jsx b/client/src/features/weather/WeatherTile.jsx similarity index 100% rename from src/features/weather/WeatherTile.jsx rename to client/src/features/weather/WeatherTile.jsx diff --git a/src/features/weather/index.js b/client/src/features/weather/index.js similarity index 100% rename from src/features/weather/index.js rename to client/src/features/weather/index.js diff --git a/src/features/weather/weatherMarker.js b/client/src/features/weather/weatherMarker.js similarity index 100% rename from src/features/weather/weatherMarker.js rename to client/src/features/weather/weatherMarker.js diff --git a/src/features/webhooks/Error.jsx b/client/src/features/webhooks/Error.jsx similarity index 100% rename from src/features/webhooks/Error.jsx rename to client/src/features/webhooks/Error.jsx diff --git a/src/features/webhooks/Manage.jsx b/client/src/features/webhooks/Manage.jsx similarity index 100% rename from src/features/webhooks/Manage.jsx rename to client/src/features/webhooks/Manage.jsx diff --git a/src/features/webhooks/Notification.jsx b/client/src/features/webhooks/Notification.jsx similarity index 100% rename from src/features/webhooks/Notification.jsx rename to client/src/features/webhooks/Notification.jsx diff --git a/src/features/webhooks/Selecting.jsx b/client/src/features/webhooks/Selecting.jsx similarity index 100% rename from src/features/webhooks/Selecting.jsx rename to client/src/features/webhooks/Selecting.jsx diff --git a/src/features/webhooks/Tracked.jsx b/client/src/features/webhooks/Tracked.jsx similarity index 100% rename from src/features/webhooks/Tracked.jsx rename to client/src/features/webhooks/Tracked.jsx diff --git a/src/features/webhooks/Webhook.jsx b/client/src/features/webhooks/Webhook.jsx similarity index 100% rename from src/features/webhooks/Webhook.jsx rename to client/src/features/webhooks/Webhook.jsx diff --git a/src/features/webhooks/WebhookAdv.jsx b/client/src/features/webhooks/WebhookAdv.jsx similarity index 100% rename from src/features/webhooks/WebhookAdv.jsx rename to client/src/features/webhooks/WebhookAdv.jsx diff --git a/src/features/webhooks/hooks/useGenFilters.js b/client/src/features/webhooks/hooks/useGenFilters.js similarity index 100% rename from src/features/webhooks/hooks/useGenFilters.js rename to client/src/features/webhooks/hooks/useGenFilters.js diff --git a/src/features/webhooks/hooks/useGetAreas.js b/client/src/features/webhooks/hooks/useGetAreas.js similarity index 100% rename from src/features/webhooks/hooks/useGetAreas.js rename to client/src/features/webhooks/hooks/useGetAreas.js diff --git a/src/features/webhooks/hooks/useGetHookContext.js b/client/src/features/webhooks/hooks/useGetHookContext.js similarity index 100% rename from src/features/webhooks/hooks/useGetHookContext.js rename to client/src/features/webhooks/hooks/useGetHookContext.js diff --git a/src/features/webhooks/hooks/useGetWebhookData.js b/client/src/features/webhooks/hooks/useGetWebhookData.js similarity index 100% rename from src/features/webhooks/hooks/useGetWebhookData.js rename to client/src/features/webhooks/hooks/useGetWebhookData.js diff --git a/src/features/webhooks/hooks/useSyncData.js b/client/src/features/webhooks/hooks/useSyncData.js similarity index 100% rename from src/features/webhooks/hooks/useSyncData.js rename to client/src/features/webhooks/hooks/useSyncData.js diff --git a/src/features/webhooks/human/Draggable.jsx b/client/src/features/webhooks/human/Draggable.jsx similarity index 100% rename from src/features/webhooks/human/Draggable.jsx rename to client/src/features/webhooks/human/Draggable.jsx diff --git a/src/features/webhooks/human/Location.jsx b/client/src/features/webhooks/human/Location.jsx similarity index 100% rename from src/features/webhooks/human/Location.jsx rename to client/src/features/webhooks/human/Location.jsx diff --git a/src/features/webhooks/human/area/AreaChip.jsx b/client/src/features/webhooks/human/area/AreaChip.jsx similarity index 100% rename from src/features/webhooks/human/area/AreaChip.jsx rename to client/src/features/webhooks/human/area/AreaChip.jsx diff --git a/src/features/webhooks/human/area/AreaGroup.jsx b/client/src/features/webhooks/human/area/AreaGroup.jsx similarity index 100% rename from src/features/webhooks/human/area/AreaGroup.jsx rename to client/src/features/webhooks/human/area/AreaGroup.jsx diff --git a/src/features/webhooks/human/area/AreaSelection.jsx b/client/src/features/webhooks/human/area/AreaSelection.jsx similarity index 100% rename from src/features/webhooks/human/area/AreaSelection.jsx rename to client/src/features/webhooks/human/area/AreaSelection.jsx diff --git a/src/features/webhooks/human/area/Selected.jsx b/client/src/features/webhooks/human/area/Selected.jsx similarity index 100% rename from src/features/webhooks/human/area/Selected.jsx rename to client/src/features/webhooks/human/area/Selected.jsx diff --git a/src/features/webhooks/human/area/index.jsx b/client/src/features/webhooks/human/area/index.jsx similarity index 100% rename from src/features/webhooks/human/area/index.jsx rename to client/src/features/webhooks/human/area/index.jsx diff --git a/src/features/webhooks/human/index.jsx b/client/src/features/webhooks/human/index.jsx similarity index 100% rename from src/features/webhooks/human/index.jsx rename to client/src/features/webhooks/human/index.jsx diff --git a/src/features/webhooks/human/profile/ActiveHourChip.jsx b/client/src/features/webhooks/human/profile/ActiveHourChip.jsx similarity index 100% rename from src/features/webhooks/human/profile/ActiveHourChip.jsx rename to client/src/features/webhooks/human/profile/ActiveHourChip.jsx diff --git a/src/features/webhooks/human/profile/CopyView.jsx b/client/src/features/webhooks/human/profile/CopyView.jsx similarity index 100% rename from src/features/webhooks/human/profile/CopyView.jsx rename to client/src/features/webhooks/human/profile/CopyView.jsx diff --git a/src/features/webhooks/human/profile/DeleteVIew.jsx b/client/src/features/webhooks/human/profile/DeleteVIew.jsx similarity index 100% rename from src/features/webhooks/human/profile/DeleteVIew.jsx rename to client/src/features/webhooks/human/profile/DeleteVIew.jsx diff --git a/src/features/webhooks/human/profile/EditView.jsx b/client/src/features/webhooks/human/profile/EditView.jsx similarity index 100% rename from src/features/webhooks/human/profile/EditView.jsx rename to client/src/features/webhooks/human/profile/EditView.jsx diff --git a/src/features/webhooks/human/profile/NewProfile.jsx b/client/src/features/webhooks/human/profile/NewProfile.jsx similarity index 100% rename from src/features/webhooks/human/profile/NewProfile.jsx rename to client/src/features/webhooks/human/profile/NewProfile.jsx diff --git a/src/features/webhooks/human/profile/ProfileTile.jsx b/client/src/features/webhooks/human/profile/ProfileTile.jsx similarity index 100% rename from src/features/webhooks/human/profile/ProfileTile.jsx rename to client/src/features/webhooks/human/profile/ProfileTile.jsx diff --git a/src/features/webhooks/human/profile/ProfileView.jsx b/client/src/features/webhooks/human/profile/ProfileView.jsx similarity index 100% rename from src/features/webhooks/human/profile/ProfileView.jsx rename to client/src/features/webhooks/human/profile/ProfileView.jsx diff --git a/src/features/webhooks/human/profile/handleUpdate.js b/client/src/features/webhooks/human/profile/handleUpdate.js similarity index 100% rename from src/features/webhooks/human/profile/handleUpdate.js rename to client/src/features/webhooks/human/profile/handleUpdate.js diff --git a/src/features/webhooks/human/profile/index.jsx b/client/src/features/webhooks/human/profile/index.jsx similarity index 100% rename from src/features/webhooks/human/profile/index.jsx rename to client/src/features/webhooks/human/profile/index.jsx diff --git a/src/features/webhooks/human/status/EnableSwitch.jsx b/client/src/features/webhooks/human/status/EnableSwitch.jsx similarity index 100% rename from src/features/webhooks/human/status/EnableSwitch.jsx rename to client/src/features/webhooks/human/status/EnableSwitch.jsx diff --git a/src/features/webhooks/human/status/HookSelection.jsx b/client/src/features/webhooks/human/status/HookSelection.jsx similarity index 100% rename from src/features/webhooks/human/status/HookSelection.jsx rename to client/src/features/webhooks/human/status/HookSelection.jsx diff --git a/src/features/webhooks/human/status/ProfileSelect.jsx b/client/src/features/webhooks/human/status/ProfileSelect.jsx similarity index 100% rename from src/features/webhooks/human/status/ProfileSelect.jsx rename to client/src/features/webhooks/human/status/ProfileSelect.jsx diff --git a/src/features/webhooks/human/status/index.jsx b/client/src/features/webhooks/human/status/index.jsx similarity index 100% rename from src/features/webhooks/human/status/index.jsx rename to client/src/features/webhooks/human/status/index.jsx diff --git a/src/features/webhooks/index.js b/client/src/features/webhooks/index.js similarity index 100% rename from src/features/webhooks/index.js rename to client/src/features/webhooks/index.js diff --git a/src/features/webhooks/services/Poracle.js b/client/src/features/webhooks/services/Poracle.js similarity index 100% rename from src/features/webhooks/services/Poracle.js rename to client/src/features/webhooks/services/Poracle.js diff --git a/src/features/webhooks/tiles/TrackedTile.jsx b/client/src/features/webhooks/tiles/TrackedTile.jsx similarity index 100% rename from src/features/webhooks/tiles/TrackedTile.jsx rename to client/src/features/webhooks/tiles/TrackedTile.jsx diff --git a/src/features/webhooks/tiles/WebhookItem.jsx b/client/src/features/webhooks/tiles/WebhookItem.jsx similarity index 100% rename from src/features/webhooks/tiles/WebhookItem.jsx rename to client/src/features/webhooks/tiles/WebhookItem.jsx diff --git a/src/hooks/useAnalytics.js b/client/src/hooks/useAnalytics.js similarity index 100% rename from src/hooks/useAnalytics.js rename to client/src/hooks/useAnalytics.js diff --git a/src/hooks/useFilter.js b/client/src/hooks/useFilter.js similarity index 100% rename from src/hooks/useFilter.js rename to client/src/hooks/useFilter.js diff --git a/src/hooks/useForcePopup.js b/client/src/hooks/useForcePopup.js similarity index 100% rename from src/hooks/useForcePopup.js rename to client/src/hooks/useForcePopup.js diff --git a/src/hooks/useGetAvailable.js b/client/src/hooks/useGetAvailable.js similarity index 95% rename from src/hooks/useGetAvailable.js rename to client/src/hooks/useGetAvailable.js index 32bf0d987..ea3bfa453 100644 --- a/src/hooks/useGetAvailable.js +++ b/client/src/hooks/useGetAvailable.js @@ -7,7 +7,7 @@ import * as queries from '@services/queries/available' import { useMemory } from '@store/useMemory' /** - * @param {keyof import('packages/types/lib').Available} category + * @param {keyof import('@rm/types').Available} category * @returns {{available: string[], loading: boolean, error: import('@apollo/client').ApolloError}} */ export function useGetAvailable(category) { diff --git a/src/hooks/useHideElement.js b/client/src/hooks/useHideElement.js similarity index 100% rename from src/hooks/useHideElement.js rename to client/src/hooks/useHideElement.js diff --git a/src/hooks/useLocation.js b/client/src/hooks/useLocation.js similarity index 100% rename from src/hooks/useLocation.js rename to client/src/hooks/useLocation.js diff --git a/src/hooks/useMapData.js b/client/src/hooks/useMapData.js similarity index 100% rename from src/hooks/useMapData.js rename to client/src/hooks/useMapData.js diff --git a/src/hooks/useMarkerTimer.js b/client/src/hooks/useMarkerTimer.js similarity index 100% rename from src/hooks/useMarkerTimer.js rename to client/src/hooks/useMarkerTimer.js diff --git a/src/hooks/useOpacity.js b/client/src/hooks/useOpacity.js similarity index 100% rename from src/hooks/useOpacity.js rename to client/src/hooks/useOpacity.js diff --git a/src/hooks/useProcessError.js b/client/src/hooks/useProcessError.js similarity index 100% rename from src/hooks/useProcessError.js rename to client/src/hooks/useProcessError.js diff --git a/src/hooks/useRelativeTime.js b/client/src/hooks/useRelativeTime.js similarity index 100% rename from src/hooks/useRelativeTime.js rename to client/src/hooks/useRelativeTime.js diff --git a/src/hooks/useTranslateById.js b/client/src/hooks/useTranslateById.js similarity index 100% rename from src/hooks/useTranslateById.js rename to client/src/hooks/useTranslateById.js diff --git a/src/index.jsx b/client/src/index.jsx similarity index 100% rename from src/index.jsx rename to client/src/index.jsx diff --git a/src/pages/Blocked.jsx b/client/src/pages/Blocked.jsx similarity index 100% rename from src/pages/Blocked.jsx rename to client/src/pages/Blocked.jsx diff --git a/src/pages/Error.jsx b/client/src/pages/Error.jsx similarity index 100% rename from src/pages/Error.jsx rename to client/src/pages/Error.jsx diff --git a/src/pages/Reset.jsx b/client/src/pages/Reset.jsx similarity index 100% rename from src/pages/Reset.jsx rename to client/src/pages/Reset.jsx diff --git a/src/pages/data/components/Notification.jsx b/client/src/pages/data/components/Notification.jsx similarity index 100% rename from src/pages/data/components/Notification.jsx rename to client/src/pages/data/components/Notification.jsx diff --git a/src/pages/data/components/ResetFilters.jsx b/client/src/pages/data/components/ResetFilters.jsx similarity index 100% rename from src/pages/data/components/ResetFilters.jsx rename to client/src/pages/data/components/ResetFilters.jsx diff --git a/src/pages/data/components/ResetGeneral.jsx b/client/src/pages/data/components/ResetGeneral.jsx similarity index 100% rename from src/pages/data/components/ResetGeneral.jsx rename to client/src/pages/data/components/ResetGeneral.jsx diff --git a/src/pages/data/components/Shared.jsx b/client/src/pages/data/components/Shared.jsx similarity index 100% rename from src/pages/data/components/Shared.jsx rename to client/src/pages/data/components/Shared.jsx diff --git a/src/pages/data/components/TopRow.jsx b/client/src/pages/data/components/TopRow.jsx similarity index 100% rename from src/pages/data/components/TopRow.jsx rename to client/src/pages/data/components/TopRow.jsx diff --git a/src/pages/data/hooks/store.js b/client/src/pages/data/hooks/store.js similarity index 100% rename from src/pages/data/hooks/store.js rename to client/src/pages/data/hooks/store.js diff --git a/src/pages/data/index.jsx b/client/src/pages/data/index.jsx similarity index 100% rename from src/pages/data/index.jsx rename to client/src/pages/data/index.jsx diff --git a/src/pages/index.jsx b/client/src/pages/index.jsx similarity index 100% rename from src/pages/index.jsx rename to client/src/pages/index.jsx diff --git a/src/pages/locales/components/AllSwitch.jsx b/client/src/pages/locales/components/AllSwitch.jsx similarity index 100% rename from src/pages/locales/components/AllSwitch.jsx rename to client/src/pages/locales/components/AllSwitch.jsx diff --git a/src/pages/locales/components/EditLocale.jsx b/client/src/pages/locales/components/EditLocale.jsx similarity index 100% rename from src/pages/locales/components/EditLocale.jsx rename to client/src/pages/locales/components/EditLocale.jsx diff --git a/src/pages/locales/components/LocalesFooter.jsx b/client/src/pages/locales/components/LocalesFooter.jsx similarity index 100% rename from src/pages/locales/components/LocalesFooter.jsx rename to client/src/pages/locales/components/LocalesFooter.jsx diff --git a/src/pages/locales/components/LocalesHeader.jsx b/client/src/pages/locales/components/LocalesHeader.jsx similarity index 100% rename from src/pages/locales/components/LocalesHeader.jsx rename to client/src/pages/locales/components/LocalesHeader.jsx diff --git a/src/pages/locales/components/LocalesTable.jsx b/client/src/pages/locales/components/LocalesTable.jsx similarity index 100% rename from src/pages/locales/components/LocalesTable.jsx rename to client/src/pages/locales/components/LocalesTable.jsx diff --git a/src/pages/locales/hooks/store.js b/client/src/pages/locales/hooks/store.js similarity index 100% rename from src/pages/locales/hooks/store.js rename to client/src/pages/locales/hooks/store.js diff --git a/src/pages/locales/index.jsx b/client/src/pages/locales/index.jsx similarity index 100% rename from src/pages/locales/index.jsx rename to client/src/pages/locales/index.jsx diff --git a/src/pages/login/DefaultPage.jsx b/client/src/pages/login/DefaultPage.jsx similarity index 100% rename from src/pages/login/DefaultPage.jsx rename to client/src/pages/login/DefaultPage.jsx diff --git a/src/pages/login/Methods.jsx b/client/src/pages/login/Methods.jsx similarity index 100% rename from src/pages/login/Methods.jsx rename to client/src/pages/login/Methods.jsx diff --git a/src/pages/login/index.jsx b/client/src/pages/login/index.jsx similarity index 100% rename from src/pages/login/index.jsx rename to client/src/pages/login/index.jsx diff --git a/src/pages/map/components/Clustering.jsx b/client/src/pages/map/components/Clustering.jsx similarity index 100% rename from src/pages/map/components/Clustering.jsx rename to client/src/pages/map/components/Clustering.jsx diff --git a/src/pages/map/components/Container.jsx b/client/src/pages/map/components/Container.jsx similarity index 100% rename from src/pages/map/components/Container.jsx rename to client/src/pages/map/components/Container.jsx diff --git a/src/pages/map/components/Data.jsx b/client/src/pages/map/components/Data.jsx similarity index 100% rename from src/pages/map/components/Data.jsx rename to client/src/pages/map/components/Data.jsx diff --git a/src/pages/map/components/Effects.jsx b/client/src/pages/map/components/Effects.jsx similarity index 100% rename from src/pages/map/components/Effects.jsx rename to client/src/pages/map/components/Effects.jsx diff --git a/src/pages/map/components/FloatingBtn.jsx b/client/src/pages/map/components/FloatingBtn.jsx similarity index 100% rename from src/pages/map/components/FloatingBtn.jsx rename to client/src/pages/map/components/FloatingBtn.jsx diff --git a/src/pages/map/components/Layers.jsx b/client/src/pages/map/components/Layers.jsx similarity index 100% rename from src/pages/map/components/Layers.jsx rename to client/src/pages/map/components/Layers.jsx diff --git a/src/pages/map/components/Nav.jsx b/client/src/pages/map/components/Nav.jsx similarity index 100% rename from src/pages/map/components/Nav.jsx rename to client/src/pages/map/components/Nav.jsx diff --git a/src/pages/map/components/QueryData.jsx b/client/src/pages/map/components/QueryData.jsx similarity index 100% rename from src/pages/map/components/QueryData.jsx rename to client/src/pages/map/components/QueryData.jsx diff --git a/src/pages/map/components/WebhookQuery.jsx b/client/src/pages/map/components/WebhookQuery.jsx similarity index 100% rename from src/pages/map/components/WebhookQuery.jsx rename to client/src/pages/map/components/WebhookQuery.jsx diff --git a/src/pages/map/hooks/useGenGyms.js b/client/src/pages/map/hooks/useGenGyms.js similarity index 100% rename from src/pages/map/hooks/useGenGyms.js rename to client/src/pages/map/hooks/useGenGyms.js diff --git a/src/pages/map/hooks/useGenPokemon.js b/client/src/pages/map/hooks/useGenPokemon.js similarity index 100% rename from src/pages/map/hooks/useGenPokemon.js rename to client/src/pages/map/hooks/useGenPokemon.js diff --git a/src/pages/map/hooks/useGenPokestops.js b/client/src/pages/map/hooks/useGenPokestops.js similarity index 100% rename from src/pages/map/hooks/useGenPokestops.js rename to client/src/pages/map/hooks/useGenPokestops.js diff --git a/src/pages/map/hooks/usePermCheck.js b/client/src/pages/map/hooks/usePermCheck.js similarity index 100% rename from src/pages/map/hooks/usePermCheck.js rename to client/src/pages/map/hooks/usePermCheck.js diff --git a/src/pages/map/hooks/useTileLayer.js b/client/src/pages/map/hooks/useTileLayer.js similarity index 100% rename from src/pages/map/hooks/useTileLayer.js rename to client/src/pages/map/hooks/useTileLayer.js diff --git a/src/pages/map/index.jsx b/client/src/pages/map/index.jsx similarity index 100% rename from src/pages/map/index.jsx rename to client/src/pages/map/index.jsx diff --git a/src/pages/map/tileObject.js b/client/src/pages/map/tileObject.js similarity index 100% rename from src/pages/map/tileObject.js rename to client/src/pages/map/tileObject.js diff --git a/src/pages/playground/components/ComponentMenu.jsx b/client/src/pages/playground/components/ComponentMenu.jsx similarity index 100% rename from src/pages/playground/components/ComponentMenu.jsx rename to client/src/pages/playground/components/ComponentMenu.jsx diff --git a/src/pages/playground/components/Download.jsx b/client/src/pages/playground/components/Download.jsx similarity index 100% rename from src/pages/playground/components/Download.jsx rename to client/src/pages/playground/components/Download.jsx diff --git a/src/pages/playground/components/Editor.jsx b/client/src/pages/playground/components/Editor.jsx similarity index 100% rename from src/pages/playground/components/Editor.jsx rename to client/src/pages/playground/components/Editor.jsx diff --git a/src/pages/playground/components/LocaleMenu.jsx b/client/src/pages/playground/components/LocaleMenu.jsx similarity index 100% rename from src/pages/playground/components/LocaleMenu.jsx rename to client/src/pages/playground/components/LocaleMenu.jsx diff --git a/src/pages/playground/components/MainMenu.jsx b/client/src/pages/playground/components/MainMenu.jsx similarity index 100% rename from src/pages/playground/components/MainMenu.jsx rename to client/src/pages/playground/components/MainMenu.jsx diff --git a/src/pages/playground/components/Save.jsx b/client/src/pages/playground/components/Save.jsx similarity index 100% rename from src/pages/playground/components/Save.jsx rename to client/src/pages/playground/components/Save.jsx diff --git a/src/pages/playground/components/Status.jsx b/client/src/pages/playground/components/Status.jsx similarity index 100% rename from src/pages/playground/components/Status.jsx rename to client/src/pages/playground/components/Status.jsx diff --git a/src/pages/playground/components/Theme.jsx b/client/src/pages/playground/components/Theme.jsx similarity index 100% rename from src/pages/playground/components/Theme.jsx rename to client/src/pages/playground/components/Theme.jsx diff --git a/src/pages/playground/components/ToggleEditor.jsx b/client/src/pages/playground/components/ToggleEditor.jsx similarity index 100% rename from src/pages/playground/components/ToggleEditor.jsx rename to client/src/pages/playground/components/ToggleEditor.jsx diff --git a/src/pages/playground/components/Toolbar.jsx b/client/src/pages/playground/components/Toolbar.jsx similarity index 100% rename from src/pages/playground/components/Toolbar.jsx rename to client/src/pages/playground/components/Toolbar.jsx diff --git a/src/pages/playground/components/Viewer.jsx b/client/src/pages/playground/components/Viewer.jsx similarity index 100% rename from src/pages/playground/components/Viewer.jsx rename to client/src/pages/playground/components/Viewer.jsx diff --git a/src/pages/playground/hooks/store.js b/client/src/pages/playground/hooks/store.js similarity index 100% rename from src/pages/playground/hooks/store.js rename to client/src/pages/playground/hooks/store.js diff --git a/src/pages/playground/hooks/useSafeParse.js b/client/src/pages/playground/hooks/useSafeParse.js similarity index 100% rename from src/pages/playground/hooks/useSafeParse.js rename to client/src/pages/playground/hooks/useSafeParse.js diff --git a/src/pages/playground/index.jsx b/client/src/pages/playground/index.jsx similarity index 95% rename from src/pages/playground/index.jsx rename to client/src/pages/playground/index.jsx index 59683e367..85d21272a 100644 --- a/src/pages/playground/index.jsx +++ b/client/src/pages/playground/index.jsx @@ -1,4 +1,3 @@ -/* eslint-disable react/no-array-index-key */ // @ts-check import * as React from 'react' import Grid2 from '@mui/material/Unstable_Grid2' diff --git a/src/services/Assets.js b/client/src/services/Assets.js similarity index 100% rename from src/services/Assets.js rename to client/src/services/Assets.js diff --git a/src/services/Sentry.js b/client/src/services/Sentry.js similarity index 100% rename from src/services/Sentry.js rename to client/src/services/Sentry.js diff --git a/src/services/SimpleTTLCache.js b/client/src/services/SimpleTTLCache.js similarity index 100% rename from src/services/SimpleTTLCache.js rename to client/src/services/SimpleTTLCache.js diff --git a/src/services/apollo/AbortableContext.js b/client/src/services/apollo/AbortableContext.js similarity index 100% rename from src/services/apollo/AbortableContext.js rename to client/src/services/apollo/AbortableContext.js diff --git a/src/services/apollo/AbortableLink.js b/client/src/services/apollo/AbortableLink.js similarity index 100% rename from src/services/apollo/AbortableLink.js rename to client/src/services/apollo/AbortableLink.js diff --git a/src/services/apollo/RobustTimeout.js b/client/src/services/apollo/RobustTimeout.js similarity index 100% rename from src/services/apollo/RobustTimeout.js rename to client/src/services/apollo/RobustTimeout.js diff --git a/src/services/apollo/index.js b/client/src/services/apollo/index.js similarity index 100% rename from src/services/apollo/index.js rename to client/src/services/apollo/index.js diff --git a/src/services/desktopNotification.js b/client/src/services/desktopNotification.js similarity index 100% rename from src/services/desktopNotification.js rename to client/src/services/desktopNotification.js diff --git a/src/services/events.js b/client/src/services/events.js similarity index 100% rename from src/services/events.js rename to client/src/services/events.js diff --git a/src/services/fetches.js b/client/src/services/fetches.js similarity index 94% rename from src/services/fetches.js rename to client/src/services/fetches.js index 89b8187d4..638d153c7 100644 --- a/src/services/fetches.js +++ b/client/src/services/fetches.js @@ -6,7 +6,7 @@ */ /** * - * @returns {Promise | FetchError>} + * @returns {Promise | FetchError>} */ export async function getSettings() { try { diff --git a/src/services/i18n.js b/client/src/services/i18n.js similarity index 100% rename from src/services/i18n.js rename to client/src/services/i18n.js diff --git a/src/services/queries/available.js b/client/src/services/queries/available.js similarity index 100% rename from src/services/queries/available.js rename to client/src/services/queries/available.js diff --git a/src/services/queries/config.js b/client/src/services/queries/config.js similarity index 100% rename from src/services/queries/config.js rename to client/src/services/queries/config.js diff --git a/src/services/queries/device.js b/client/src/services/queries/device.js similarity index 100% rename from src/services/queries/device.js rename to client/src/services/queries/device.js diff --git a/src/services/queries/geocoder.js b/client/src/services/queries/geocoder.js similarity index 100% rename from src/services/queries/geocoder.js rename to client/src/services/queries/geocoder.js diff --git a/src/services/queries/gym.js b/client/src/services/queries/gym.js similarity index 100% rename from src/services/queries/gym.js rename to client/src/services/queries/gym.js diff --git a/src/services/queries/index.js b/client/src/services/queries/index.js similarity index 100% rename from src/services/queries/index.js rename to client/src/services/queries/index.js diff --git a/src/services/queries/nest.js b/client/src/services/queries/nest.js similarity index 100% rename from src/services/queries/nest.js rename to client/src/services/queries/nest.js diff --git a/src/services/queries/pokemon.js b/client/src/services/queries/pokemon.js similarity index 100% rename from src/services/queries/pokemon.js rename to client/src/services/queries/pokemon.js diff --git a/src/services/queries/pokestop.js b/client/src/services/queries/pokestop.js similarity index 100% rename from src/services/queries/pokestop.js rename to client/src/services/queries/pokestop.js diff --git a/src/services/queries/portal.js b/client/src/services/queries/portal.js similarity index 100% rename from src/services/queries/portal.js rename to client/src/services/queries/portal.js diff --git a/src/services/queries/route.js b/client/src/services/queries/route.js similarity index 100% rename from src/services/queries/route.js rename to client/src/services/queries/route.js diff --git a/src/services/queries/s2cell.js b/client/src/services/queries/s2cell.js similarity index 100% rename from src/services/queries/s2cell.js rename to client/src/services/queries/s2cell.js diff --git a/src/services/queries/scanAreas.js b/client/src/services/queries/scanAreas.js similarity index 100% rename from src/services/queries/scanAreas.js rename to client/src/services/queries/scanAreas.js diff --git a/src/services/queries/scanCell.js b/client/src/services/queries/scanCell.js similarity index 100% rename from src/services/queries/scanCell.js rename to client/src/services/queries/scanCell.js diff --git a/src/services/queries/scanner.js b/client/src/services/queries/scanner.js similarity index 100% rename from src/services/queries/scanner.js rename to client/src/services/queries/scanner.js diff --git a/src/services/queries/search.js b/client/src/services/queries/search.js similarity index 100% rename from src/services/queries/search.js rename to client/src/services/queries/search.js diff --git a/src/services/queries/spawnpoint.js b/client/src/services/queries/spawnpoint.js similarity index 100% rename from src/services/queries/spawnpoint.js rename to client/src/services/queries/spawnpoint.js diff --git a/src/services/queries/station.js b/client/src/services/queries/station.js similarity index 100% rename from src/services/queries/station.js rename to client/src/services/queries/station.js diff --git a/src/services/queries/submissionCells.js b/client/src/services/queries/submissionCells.js similarity index 100% rename from src/services/queries/submissionCells.js rename to client/src/services/queries/submissionCells.js diff --git a/src/services/queries/user.js b/client/src/services/queries/user.js similarity index 100% rename from src/services/queries/user.js rename to client/src/services/queries/user.js diff --git a/src/services/queries/weather.js b/client/src/services/queries/weather.js similarity index 100% rename from src/services/queries/weather.js rename to client/src/services/queries/weather.js diff --git a/src/services/queries/webhook.js b/client/src/services/queries/webhook.js similarity index 100% rename from src/services/queries/webhook.js rename to client/src/services/queries/webhook.js diff --git a/src/store/useFormatStore.js b/client/src/store/useFormatStore.js similarity index 100% rename from src/store/useFormatStore.js rename to client/src/store/useFormatStore.js diff --git a/src/store/useLayoutStore.js b/client/src/store/useLayoutStore.js similarity index 100% rename from src/store/useLayoutStore.js rename to client/src/store/useLayoutStore.js diff --git a/src/store/useMapStore.js b/client/src/store/useMapStore.js similarity index 100% rename from src/store/useMapStore.js rename to client/src/store/useMapStore.js diff --git a/src/store/useMemory.js b/client/src/store/useMemory.js similarity index 93% rename from src/store/useMemory.js rename to client/src/store/useMemory.js index c3c168bc0..98c6a4072 100644 --- a/src/store/useMemory.js +++ b/client/src/store/useMemory.js @@ -33,15 +33,15 @@ import { create } from 'zustand' * }, * }, * glowRules: ((pkmn: import('@rm/types').Pokemon) => string)[], - * menus: Partial> + * menus: Partial> * menuFilters: import('@rm/types').ClientFilterObj, * filters: Partial, * masterfile: { [K in keyof import('@rm/masterfile').Masterfile]: Partial }, * polling: import('@rm/types').Config['api']['polling'], * gymValidDataLimit: number * settings: { [K in keyof import('./useStorage').UseStorage['settings']]: Record } - * userSettings: Partial['clientValues']> - * clientMenus: Partial['clientMenus']> + * userSettings: Partial['clientValues']> + * clientMenus: Partial['clientMenus']> * clientError: string, * timeOfDay: import('@rm/types').TimesOfDay, * hideList: Set, diff --git a/src/store/useStorage.js b/client/src/store/useStorage.js similarity index 97% rename from src/store/useStorage.js rename to client/src/store/useStorage.js index 98ffc04ff..97c28ff5e 100644 --- a/src/store/useStorage.js +++ b/client/src/store/useStorage.js @@ -32,7 +32,7 @@ import { setDeep } from '@utils/setDeep' * searches: Record, * tabs: Record, * expanded: Record, - * menus: Partial> + * menus: Partial> * holidayEffects: Record, * motdIndex: number * tutorial: boolean, @@ -41,7 +41,7 @@ import { setDeep } from '@utils/setDeep' * filters: Partial, * icons: Record * audio: Record - * userSettings: Partial['clientValues']> + * userSettings: Partial['clientValues']> * profiling: boolean * stateTraceLog: boolean * desktopNotifications: boolean diff --git a/src/store/useWebhookStore.js b/client/src/store/useWebhookStore.js similarity index 100% rename from src/store/useWebhookStore.js rename to client/src/store/useWebhookStore.js diff --git a/src/utils/analytics.js b/client/src/utils/analytics.js similarity index 100% rename from src/utils/analytics.js rename to client/src/utils/analytics.js diff --git a/src/utils/applyToAll.js b/client/src/utils/applyToAll.js similarity index 100% rename from src/utils/applyToAll.js rename to client/src/utils/applyToAll.js diff --git a/src/utils/checkAdvFilter.js b/client/src/utils/checkAdvFilter.js similarity index 100% rename from src/utils/checkAdvFilter.js rename to client/src/utils/checkAdvFilter.js diff --git a/src/utils/dayCheck.js b/client/src/utils/dayCheck.js similarity index 100% rename from src/utils/dayCheck.js rename to client/src/utils/dayCheck.js diff --git a/src/utils/deepMerge.js b/client/src/utils/deepMerge.js similarity index 100% rename from src/utils/deepMerge.js rename to client/src/utils/deepMerge.js diff --git a/src/utils/downloadJson.js b/client/src/utils/downloadJson.js similarity index 100% rename from src/utils/downloadJson.js rename to client/src/utils/downloadJson.js diff --git a/src/utils/formatDistance.js b/client/src/utils/formatDistance.js similarity index 100% rename from src/utils/formatDistance.js rename to client/src/utils/formatDistance.js diff --git a/src/utils/formatInterval.js b/client/src/utils/formatInterval.js similarity index 100% rename from src/utils/formatInterval.js rename to client/src/utils/formatInterval.js diff --git a/src/utils/fromSearchCategory.js b/client/src/utils/fromSearchCategory.js similarity index 100% rename from src/utils/fromSearchCategory.js rename to client/src/utils/fromSearchCategory.js diff --git a/src/utils/generateSlots.js b/client/src/utils/generateSlots.js similarity index 100% rename from src/utils/generateSlots.js rename to client/src/utils/generateSlots.js diff --git a/src/utils/getAttackBonus.js b/client/src/utils/getAttackBonus.js similarity index 100% rename from src/utils/getAttackBonus.js rename to client/src/utils/getAttackBonus.js diff --git a/src/utils/getBadge.js b/client/src/utils/getBadge.js similarity index 100% rename from src/utils/getBadge.js rename to client/src/utils/getBadge.js diff --git a/src/utils/getGlowRules.js b/client/src/utils/getGlowRules.js similarity index 83% rename from src/utils/getGlowRules.js rename to client/src/utils/getGlowRules.js index 585b57cd0..cdbb81282 100644 --- a/src/utils/getGlowRules.js +++ b/client/src/utils/getGlowRules.js @@ -10,7 +10,7 @@ const OPERATOR = /** * - * @param {ReturnType['clientMenus']['pokemon']['glow']['sub']} glowRules + * @param {ReturnType['clientMenus']['pokemon']['glow']['sub']} glowRules * @returns {((pkmn: import('@rm/types').Pokemon) => string | null)[]} */ export function getGlowRules(glowRules) { diff --git a/src/utils/getGruntReward.js b/client/src/utils/getGruntReward.js similarity index 100% rename from src/utils/getGruntReward.js rename to client/src/utils/getGruntReward.js diff --git a/src/utils/getQueryArgs.js b/client/src/utils/getQueryArgs.js similarity index 100% rename from src/utils/getQueryArgs.js rename to client/src/utils/getQueryArgs.js diff --git a/src/utils/getRewardInfo.js b/client/src/utils/getRewardInfo.js similarity index 100% rename from src/utils/getRewardInfo.js rename to client/src/utils/getRewardInfo.js diff --git a/src/utils/getTileBackground.js b/client/src/utils/getTileBackground.js similarity index 100% rename from src/utils/getTileBackground.js rename to client/src/utils/getTileBackground.js diff --git a/src/utils/getTimeUntil.js b/client/src/utils/getTimeUntil.js similarity index 100% rename from src/utils/getTimeUntil.js rename to client/src/utils/getTimeUntil.js diff --git a/src/utils/hasAll.js b/client/src/utils/hasAll.js similarity index 100% rename from src/utils/hasAll.js rename to client/src/utils/hasAll.js diff --git a/src/utils/isLocalStorageEnabled.js b/client/src/utils/isLocalStorageEnabled.js similarity index 100% rename from src/utils/isLocalStorageEnabled.js rename to client/src/utils/isLocalStorageEnabled.js diff --git a/src/utils/offset.js b/client/src/utils/offset.js similarity index 100% rename from src/utils/offset.js rename to client/src/utils/offset.js diff --git a/src/utils/parseConditions.js b/client/src/utils/parseConditions.js similarity index 100% rename from src/utils/parseConditions.js rename to client/src/utils/parseConditions.js diff --git a/src/utils/resetState.js b/client/src/utils/resetState.js similarity index 100% rename from src/utils/resetState.js rename to client/src/utils/resetState.js diff --git a/src/utils/setDeep.js b/client/src/utils/setDeep.js similarity index 100% rename from src/utils/setDeep.js rename to client/src/utils/setDeep.js diff --git a/src/utils/setLoadingText.js b/client/src/utils/setLoadingText.js similarity index 100% rename from src/utils/setLoadingText.js rename to client/src/utils/setLoadingText.js diff --git a/src/utils/strings.js b/client/src/utils/strings.js similarity index 100% rename from src/utils/strings.js rename to client/src/utils/strings.js diff --git a/src/utils/timeCheck.js b/client/src/utils/timeCheck.js similarity index 100% rename from src/utils/timeCheck.js rename to client/src/utils/timeCheck.js diff --git a/vite.config.js b/client/vite.config.js similarity index 84% rename from vite.config.js rename to client/vite.config.js index 08dde81c5..0c0195c66 100644 --- a/vite.config.js +++ b/client/vite.config.js @@ -1,12 +1,10 @@ // @ts-check -/* eslint-disable no-continue */ -/* eslint-disable import/no-extraneous-dependencies */ const { defineConfig, loadEnv, createLogger } = require('vite') const { default: react } = require('@vitejs/plugin-react-swc') const { default: checker } = require('vite-plugin-checker') const removeFiles = require('rollup-plugin-delete') -const { resolve } = require('path') +const path = require('path') const fs = require('fs') const { sentryVitePlugin } = require('@sentry/vite-plugin') @@ -18,7 +16,7 @@ const { customFilePlugin, localePlugin, muteWarningsPlugin, -} = require('@rm/vite-plugins') +} = require('./plugins') const defaultLogger = createLogger() const logLevel = config.getSafe('devOptions.logLevel') @@ -26,15 +24,14 @@ const viteLogLevel = logLevel === 'debug' || logLevel === 'trace' ? 'info' : logLevel const viteConfig = defineConfig(({ mode }) => { - const env = loadEnv(mode, resolve(process.cwd(), './'), '') + const env = loadEnv(mode, path.join(process.cwd(), './'), '') const isRelease = process.argv.includes('-r') const isDevelopment = mode === 'development' const serverPort = +(env.PORT || config.getSafe('port') || '8080') - const pkg = JSON.parse( - fs.readFileSync(resolve(__dirname, 'package.json'), 'utf8'), + const { version } = JSON.parse( + fs.readFileSync(path.join(__dirname, '../package.json'), 'utf8'), ) - const version = env.npm_package_version || pkg.version const hasCustom = (function checkFolders(folder, isCustom = false) { const files = fs.readdirSync(folder) for (let i = 0; i < files.length; i += 1) { @@ -45,7 +42,7 @@ const viteConfig = defineConfig(({ mode }) => { if (/\.custom.(jsx?|css)$/.test(files[i])) return true } return isCustom - })(resolve(__dirname, 'src')) + })(path.join(__dirname, 'src')) if (mode === 'production') { log.info(TAGS.build, `Building production version: ${version}`) @@ -58,7 +55,7 @@ const viteConfig = defineConfig(({ mode }) => { ) } - const sentry = config.getSafe('sentry.client') + const sentry = config.get('sentry.client') sentry.enabled = sentry.enabled || !!env.SENTRY_DSN if (env.SENTRY_AUTH_TOKEN) sentry.authToken = env.SENTRY_AUTH_TOKEN if (env.SENTRY_ORG) sentry.org = env.SENTRY_ORG @@ -68,7 +65,16 @@ const viteConfig = defineConfig(({ mode }) => { sentry.tracesSampleRate = +env.SENTRY_TRACES_SAMPLE_RATE || 0.1 if (env.SENTRY_DEBUG) sentry.debug = !!env.SENTRY_DEBUG + const outDir = path.join( + __dirname, + `../dist${ + process.env.NODE_CONFIG_ENV ? `-${process.env.NODE_CONFIG_ENV}` : '' + }`, + ) return { + root: __dirname, + mode, + configFile: process.env.SKIP_CONFIG ? false : undefined, plugins: [ react(), ...(isDevelopment @@ -103,16 +109,16 @@ const viteConfig = defineConfig(({ mode }) => { ]), ], optimizeDeps: isDevelopment ? { exclude: ['@mui/*'] } : undefined, - publicDir: 'public', + publicDir: path.join(__dirname, 'public'), resolve: { alias: { - '@assets': resolve(__dirname, './src/assets'), - '@components': resolve(__dirname, './src/components'), - '@features': resolve(__dirname, './src/features'), - '@hooks': resolve(__dirname, './src/hooks'), - '@services': resolve(__dirname, './src/services'), - '@utils': resolve(__dirname, './src/utils'), - '@store': resolve(__dirname, './src/store'), + '@assets': path.join(__dirname, './src/assets'), + '@components': path.join(__dirname, './src/components'), + '@features': path.join(__dirname, './src/features'), + '@hooks': path.join(__dirname, './src/hooks'), + '@services': path.join(__dirname, './src/services'), + '@utils': path.join(__dirname, './src/utils'), + '@store': path.join(__dirname, './src/store'), }, }, define: { @@ -152,18 +158,12 @@ const viteConfig = defineConfig(({ mode }) => { }, build: { target: ['safari11.1', 'chrome64', 'firefox66', 'edge88'], - outDir: resolve( - __dirname, - `./dist${ - process.env.NODE_CONFIG_ENV ? `-${process.env.NODE_CONFIG_ENV}` : '' - }`, - ), + outDir, sourcemap: isRelease || isDevelopment ? true : 'hidden', minify: isDevelopment || config.getSafe('devOptions.skipMinified') ? false : 'esbuild', - input: { main: resolve(__dirname, 'index.html') }, assetsDir: '', emptyOutDir: true, chunkSizeWarningLimit: 2000, @@ -171,8 +171,9 @@ const viteConfig = defineConfig(({ mode }) => { plugins: [ // @ts-ignore removeFiles({ - targets: ['dist/favicon'], + targets: [`${outDir}/favicon`], hook: 'generateBundle', + force: true, }), ], output: { diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 15bcd473f..05a92a9a5 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -44,7 +44,7 @@ services: - ./server/.cache:/home/node/server/.cache - ./server/src/configs:/home/node/server/src/configs # Optional - - ./public/favicon/favicon.ico:/home/node/public/favicon/favicon.ico + - ./client/public/favicon/favicon.ico:/home/node/client/public/favicon/favicon.ico security_opt: # https://nodramadevops.com/2019/06/running-docker-application-containers-more-securely/ diff --git a/jsconfig.json b/jsconfig.json index 03d1eb8bb..227556f92 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -5,19 +5,9 @@ "moduleResolution": "node", "resolveJsonModule": true, "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "baseUrl": ".", - "lib": ["ESNext", "dom"], - "jsx": "react-jsx", - "paths": { - "@assets/*": ["./src/assets/*"], - "@components/*": ["./src/components/*"], - "@features/*": ["./src/features/*"], - "@services/*": ["./src/services/*"], - "@hooks/*": ["./src/hooks/*"], - "@utils/*": ["./src/utils/*"], - "@store/*": ["./src/store/*"] - } + "allowSyntheticDefaultImports": true }, + "lib": ["ESNext"], + "include": ["client", "packages", "server"], "exclude": ["node_modules", "**/node_modules/*", "dist", "dist-*"] } diff --git a/package.json b/package.json index 34cfdefdf..ecb19237c 100644 --- a/package.json +++ b/package.json @@ -7,14 +7,17 @@ "author": "TurtIeSocks <58572875+TurtIeSocks@users.noreply.github.com>", "main": "ReactMap.js", "workspaces": [ - "packages/*" + "packages/*", + "client", + "server" ], "scripts": { "postinstall": "yarn masterfile", - "build": "vite build", + "build": "yarn workspace @rm/client run build", + "clean": "find . -name \"node_modules\" -type d -prune -exec rm -rf '{}' +", "config:check": "yarn workspace @rm/config run check", "config:env": "yarn workspace @rm/config run generate", - "dev": "NODE_ENV=development nodemon server/src/index.js", + "dev": "yarn workspace @rm/server run dev", "lint": "eslint \"**/*.{js,jsx}\"", "lint:fix": "eslint \"**/*.{js,jsx}\" --fix", "locales:create": "yarn workspace @rm/locales run create", @@ -26,11 +29,11 @@ "migrate:rollback": "knex --knexfile server/src/db/knexfile.cjs migrate:rollback", "prettier": "prettier --check \"**/*.{css,html,js,jsx,yml}\"", "prettier:fix": "prettier --write \"**/*.{css,html,js,jsx,yml}\"", - "release": "vite build -- -r", - "server": "node server/src/index.js", + "release": "yarn workspace @rm/client run release", + "server": "yarn workspace @rm/server run server", "start": "node .", "prepare": "husky install", - "watch": "vite" + "watch": "yarn workspace @rm/client run watch" }, "nodemonConfig": { "watch": [ @@ -102,118 +105,37 @@ "yarn": "1.22.19" }, "dependencies": { - "@apollo/client": "3.11.4", - "@apollo/server": "4.11.0", - "@emotion/react": "11.13.0", - "@emotion/styled": "11.13.0", - "@graphql-tools/graphql-file-loader": "8.0.1", - "@graphql-tools/load": "8.0.2", - "@monaco-editor/react": "4.6.0", - "@mui/icons-material": "5.16.7", - "@mui/lab": "5.0.0-alpha.173", - "@mui/material": "5.16.7", - "@rainb0w-clwn/passport-telegram-official": "^2.0.2", + "@rm/client": "*", "@rm/config": "*", "@rm/locales": "*", "@rm/logger": "*", "@rm/masterfile": "*", - "@sentry/node": "^7.65.0", - "@sentry/react": "^7.65.0", - "@turf/boolean-contains": "7.1.0", - "@turf/boolean-overlap": "7.1.0", - "@turf/boolean-point-in-polygon": "7.1.0", - "@turf/center": "7.1.0", - "@turf/destination": "7.1.0", - "@turf/distance": "7.1.0", - "@turf/helpers": "7.1.0", - "@turtlesocks/react-leaflet.locatecontrol": "^0.1.1", - "bcrypt": "^5.0.1", - "body-parser": "2.0.1", - "bytes": "3.1.2", - "chalkercli": "https://github.com/TurtIeSocks/chalkercli.git", - "chokidar": "^3.5.3", - "compression": "^1.7.4", - "cors": "^2.8.5", - "date-fns": "^2.30.0", - "date-fns-tz": "^2.0.0", - "discord.js": "14.15.3", - "dlv": "^1.1.3", - "dotenv": "^16.3.1", - "express": "4.21.0", - "express-mysql-session": "3.0.3", - "express-rate-limit": "7.4.0", - "express-session": "1.18.0", - "geo-tz": "^7.0.7", - "graphql": "16.9.0", - "graphql-type-json": "0.3.2", - "helmet": "7.1.0", - "i18next": "23.12.3", - "i18next-browser-languagedetector": "8.0.0", - "i18next-fs-backend": "2.3.2", - "i18next-http-backend": "2.5.2", - "knex": "3.1.0", - "leaflet": "1.9.4", - "leaflet.locatecontrol": "0.81.0", - "lodash": "^4.17.21", - "moment-timezone": "^0.5.43", - "mysql2": "3.11.0", - "node-cache": "^5.1.2", - "node-fetch": "2.7.0", - "node-geocoder": "^4.2.0", - "nodes2ts": "3.0.0", - "objection": "3.1.4", - "ohbem": "1.5.3", - "passport": "^0.6.0", - "passport-discord": "https://github.com/tonestrike/passport-discord.git", - "passport-local": "^1.0.0", - "react": "18.3.1", - "react-dom": "18.3.1", - "react-ga4": "^1.4.1", - "react-i18next": "15.0.1", - "react-leaflet": "4.2.1", - "react-router-dom": "^6.15.0", - "react-virtuoso": "4.10.1", - "rtree": "^1.4.2", - "source-map": "^0.7.4", - "suncalc": "^1.9.0", - "supercluster": "^8.0.1", - "uicons.js": "2.0.2", - "zustand": "4.4.6" + "@rm/server": "*" }, "devDependencies": { "@commitlint/cli": "^19.4.0", "@commitlint/config-conventional": "^19.2.2", "@rm/types": "*", - "@rm/vite-plugins": "*", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@sentry/vite-plugin": "2.10.3", "@types/dlv": "^1.1.2", "@types/node": "^18", - "@types/node-fetch": "2.6.11", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", - "@vitejs/plugin-react-swc": "3.7.0", "commitizen": "^4.3.0", "cz-conventional-commit": "^1.0.6", "eslint": "^8.44.0", - "eslint-config-airbnb": "^19.0.4", - "eslint-config-prettier": "^8.8.0", - "eslint-import-resolver-alias": "^1.1.2", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsx-a11y": "^6.7.1", - "eslint-plugin-react": "^7.32.2", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-jsx-a11y": "^6.9.0", + "eslint-plugin-prettier": "^5.2.1", + "eslint-plugin-react": "^7.35.0", + "eslint-plugin-react-hooks": "^4.6.2", "husky": "^8.0.1", "lint-staged": "^15.2.9", "monaco-editor": "^0.41.0", - "nodemon": "3.1.4", "prettier": "3.3.3", "rollup-plugin-delete": "^2.0.0", "semantic-release": "^22", - "typescript": "5.5.4", - "vite": "5.4.6", - "vite-plugin-checker": "0.7.2" + "typescript": "5.5.4" }, "engines": { "node": ">=18", diff --git a/packages/config/lib/index.js b/packages/config/lib/index.js index 9a4d886a5..5bfc72e8c 100644 --- a/packages/config/lib/index.js +++ b/packages/config/lib/index.js @@ -1,4 +1,3 @@ -/* eslint-disable import/order */ // @ts-check const path = require('path') @@ -73,7 +72,6 @@ config.setAreas = function setAreas(newAreas) { log.info(TAGS.config, 'updating areas') this.areas = newAreas } - applyMutations(config) module.exports = config diff --git a/packages/types/lib/augmentations.d.ts b/packages/types/lib/augmentations.d.ts index 43f40a704..6a1e076b7 100644 --- a/packages/types/lib/augmentations.d.ts +++ b/packages/types/lib/augmentations.d.ts @@ -1,12 +1,13 @@ import { Request } from 'express' import type { ButtonProps } from '@mui/material' - -import { Config, ConfigAreas, GetSafeConfig } from './config' +import type { IConfig } from 'config' +import { Config, ConfigAreas } from './config' import { ExpressUser, Permissions } from './server' declare module 'config' { interface IConfig extends Config { - getSafe: GetSafeConfig + // getSafe: GetSafeConfig + getSafe: IConfig['get'] /** * Due to the complexity of how the config package is cached, it's better to return the old config with this method and get the new config with a separate `require` call. * @returns The old config object. @@ -23,6 +24,8 @@ declare module 'config' { } } +type X = IConfig['areas'] + declare global { namespace Express { interface User extends ExpressUser {} diff --git a/packages/types/lib/config.d.ts b/packages/types/lib/config.d.ts index a6dce9935..ba3c64c56 100644 --- a/packages/types/lib/config.d.ts +++ b/packages/types/lib/config.d.ts @@ -5,8 +5,8 @@ import type { UiconsIndex } from 'uicons.js' import { Props as ImgProps } from '@components/Img' import type { CustomComponent } from './blocks' -import config = require('../../../config/default.json') -import example = require('../../../config/local.example.json') +import config from '../../../config/default.json' +import example from '../../../config/local.example.json' import type { Schema } from './server' import { @@ -23,7 +23,9 @@ type BaseConfig = typeof config type ExampleConfig = typeof example export type ConfigAreas = Awaited< - ReturnType<(typeof import('server/src/services/areas'))['loadLatestAreas']> + ReturnType< + (typeof import('@rm/server/src/services/areas'))['loadLatestAreas'] + > > export type Config = DeepMerge< @@ -205,8 +207,8 @@ export interface GridSizes { xl?: number } -export type GetSafeConfig =

>( - path: P, -) => ObjectPathValue +// export type GetSafeConfig =

>( +// path: P, +// ) => ObjectPathValue export type ConfigEqualReport = ComparisonReport> diff --git a/packages/types/lib/models.d.ts b/packages/types/lib/models.d.ts index 5e56ac527..97b445ce9 100644 --- a/packages/types/lib/models.d.ts +++ b/packages/types/lib/models.d.ts @@ -1,11 +1,8 @@ -import UserModel = require('server/src/models/NestSubmission') -import BackupModel = require('server/src/models/Backup') -import SessionModel = require('server/src/models/Session') -import NestSubmissionModel = require('server/src/models/NestSubmission') -import GymBadgeModel = require('server/src/models/Badge') +import type { Models } from '@rm/server/src/models' + import type { FullModel } from './utility' import type { Permissions } from './server' -import { Strategy } from './general' +import type { Strategy } from './general' export interface Backup { id: number @@ -15,7 +12,7 @@ export interface Backup { createdAt: number updatedAt: number } -export type FullBackup = FullModel +export type FullBackup = FullModel export interface User { id: number @@ -32,7 +29,7 @@ export interface User { tutorial?: boolean } -export type FullUser = FullModel +export type FullUser = FullModel export interface Session { session_id: string @@ -40,7 +37,7 @@ export interface Session { data: string | object } -export type FullSession = FullModel +export type FullSession = FullModel export interface NestSubmission { nest_id: number @@ -49,7 +46,10 @@ export interface NestSubmission { submitted_by: string } -export type FullNestSubmission = FullModel +export type FullNestSubmission = FullModel< + NestSubmission, + Models['NestSubmission'] +> export interface GymBadge { id: number @@ -60,4 +60,4 @@ export interface GymBadge { updatedAt: number } -export type FullGymBadge = FullModel +export type FullGymBadge = FullModel diff --git a/packages/types/lib/poracle.d.ts b/packages/types/lib/poracle.d.ts index 86c78bf89..6404a778a 100644 --- a/packages/types/lib/poracle.d.ts +++ b/packages/types/lib/poracle.d.ts @@ -291,7 +291,7 @@ export interface PoracleAPIRef { } export type PoracleUI = ReturnType< - import('server/src/services/Poracle').PoracleAPI['generateUi'] + import('@rm/server/src/services/Poracle').PoracleAPI['generateUi'] > export type PoracleDefault> = @@ -299,7 +299,7 @@ export type PoracleDefault> = export type PoracleClientContext = Omit< ReturnType< - import('server/src/services/Poracle').PoracleAPI['getClientContext'] + import('@rm/server/src/services/Poracle').PoracleAPI['getClientContext'] >, 'ui' > & { diff --git a/packages/types/lib/scanner.d.ts b/packages/types/lib/scanner.d.ts index b07ef6df1..bedacb449 100644 --- a/packages/types/lib/scanner.d.ts +++ b/packages/types/lib/scanner.d.ts @@ -1,15 +1,5 @@ import { FullModel } from './utility' -import DeviceModel = require('server/src/models/Device') -import GymModel = require('server/src/models/Gym') -import NestModel = require('server/src/models/Nest') -import PokestopModel = require('server/src/models/Pokestop') -import PokemonModel = require('server/src/models/Pokemon') -import PortalModel = require('server/src/models/Portal') -import ScanCellModel = require('server/src/models/ScanCell') -import SpawnpointModel = require('server/src/models/Spawnpoint') -import WeatherModel = require('server/src/models/Weather') -import RouteModel = require('server/src/models/Route') -import StationModel = require('server/src/models/Station') +import type { Models } from '@rm/server/src/models' import { S2Polygon } from './general' @@ -27,7 +17,7 @@ export interface Device { radius: number } -export type FullDevice = FullModel +export type FullDevice = FullModel export interface PokemonDisplay { form: number @@ -82,7 +72,7 @@ export interface Gym { enabled: boolean } -export type FullGym = FullModel +export type FullGym = FullModel export interface Nest { id: number @@ -101,7 +91,7 @@ export interface Nest { submitted_by: string } -export type FullNest = FullModel +export type FullNest = FullModel export interface Quest { quest_type: number @@ -194,7 +184,7 @@ export interface Pokestop { hasShowcase: boolean } -export type FullPokestop = FullModel +export type FullPokestop = FullModel export type CleanPvp = Record @@ -240,7 +230,7 @@ export interface Pokemon { shiny?: boolean } -export type FullPokemon = FullModel +export type FullPokemon = FullModel export interface Portal { id: string @@ -253,7 +243,7 @@ export interface Portal { updated: number } -export type FullPortal = FullModel +export type FullPortal = FullModel export interface ScanCell { id?: string @@ -264,7 +254,7 @@ export interface ScanCell { polygon?: S2Polygon } -export type FullScanCell = FullModel +export type FullScanCell = FullModel export interface Spawnpoint { id: string @@ -274,7 +264,7 @@ export interface Spawnpoint { despawn_sec: number } -export type FullSpawnpoint = FullModel +export type FullSpawnpoint = FullModel export interface Weather { id: string @@ -295,7 +285,7 @@ export interface Weather { polygon: S2Polygon } -export type FullWeather = FullModel +export type FullWeather = FullModel export interface ScannerApi { status: string @@ -332,7 +322,7 @@ export interface Route { waypoints: Waypoint[] } -export type FullRoute = FullModel +export type FullRoute = FullModel export interface StationPokemon { pokemon_id: number @@ -374,4 +364,4 @@ export interface Station { updated: number } -export type FullStation = FullModel +export type FullStation = FullModel diff --git a/packages/types/lib/server.d.ts b/packages/types/lib/server.d.ts index 6ee4cdc94..28e169b48 100644 --- a/packages/types/lib/server.d.ts +++ b/packages/types/lib/server.d.ts @@ -11,14 +11,14 @@ import type { Pokestop, Gym, Pokemon, -} from 'server/src/models' +} from '@rm/server/src/models' import { Knex } from 'knex' import { Model } from 'objection' import { NextFunction, Request, Response } from 'express' import { VerifyCallback } from 'passport-oauth2' -import type { DbManager } from 'server/src/services/DbManager' -import type { EventManager } from 'server/src/services/EventManager' +import type { DbManager } from '@rm/server/src/services/DbManager' +import type { EventManager } from '@rm/server/src/services/EventManager' import { ModelReturn, OnlyType } from './utility' import { Profile } from 'passport-discord' import { User } from './models' @@ -150,6 +150,8 @@ export interface Permissions extends BasePerms { areaRestrictions: string[] webhooks: string[] trial: boolean + admin?: boolean + blocked?: boolean } export interface FilterId { @@ -184,13 +186,13 @@ export type DiscordVerifyFunction = ( done: VerifyCallback, ) => void -export type BaseFilter = import('server/src/filters/Base').BaseFilter +export type BaseFilter = import('@rm/server/src/filters/Base').BaseFilter export type PokemonFilter = - import('server/src/filters/pokemon/Frontend').PokemonFilter + import('@rm/server/src/filters/pokemon/Frontend').PokemonFilter export type AllFilters = ReturnType< - (typeof import('server/src/filters/builder/base'))['buildDefaultFilters'] + (typeof import('@rm/server/src/filters/builder/base'))['buildDefaultFilters'] > export type Categories = keyof AllFilters @@ -203,7 +205,7 @@ export type AdvCategories = | 'stations' export type UIObject = ReturnType< - (typeof import('server/src/ui/drawer'))['drawer'] + (typeof import('@rm/server/src/ui/drawer'))['drawer'] > export interface PokemonGlow diff --git a/packages/types/package.json b/packages/types/package.json index 615584f5b..e2aad1b2c 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -2,6 +2,7 @@ "name": "@rm/types", "version": "1.0.0", "private": true, + "main": "./lib/index.d.ts", "types": "./lib/index.d.ts", "scripts": { "sort": "npx sort-package-json", @@ -16,16 +17,19 @@ "@mui/material": "5.16.7", "@mui/system": "5.16.7", "@sentry/node": "^7.65.0", - "@types/config": "^3.3.4", + "@types/config": "^3.3.5", "@types/node": "^18", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "express": "^4.19.2", + "express": "4.21.0", "geojson": "0.5.0", + "graphql": "16.9.0", "knex": "3.1.0", "loglevel": "^1.8.1", "objection": "3.1.4", "passport-discord": "https://github.com/tonestrike/passport-discord.git", - "passport-oauth2": "^1.7.0" + "passport-oauth2": "^1.7.0", + "react": "18.3.1", + "react-dom": "18.3.1" } } diff --git a/packages/vite-plugins/package.json b/packages/vite-plugins/package.json deleted file mode 100644 index 026848b40..000000000 --- a/packages/vite-plugins/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "@rm/vite-plugins", - "version": "0.1.0", - "private": true, - "main": "./lib/index.js", - "scripts": { - "sort": "npx sort-package-json", - "depCheck": "npx depcheck", - "lint": "eslint \"**/*.{js,jsx}\"", - "lint:fix": "eslint \"**/*.{js,jsx}\" --fix", - "prettier": "prettier --check \"**/*.{css,html,js,jsx,yml}\"", - "prettier:fix": "prettier --write \"**/*.{css,html,js,jsx,yml}\"" - }, - "dependencies": { - "@rm/locales": "*", - "@rm/logger": "*" - }, - "devDependencies": { - "vite": "5.0.13" - } -} diff --git a/server/jsconfig.json b/server/jsconfig.json new file mode 100644 index 000000000..d6f545497 --- /dev/null +++ b/server/jsconfig.json @@ -0,0 +1,16 @@ +{ + "compilerOptions": { + "target": "ESNext", + "module": "ESNext", + "moduleResolution": "node", + "resolveJsonModule": true, + "esModuleInterop": true, + "allowSyntheticDefaultImports": true, + "baseUrl": "./src", + "rootDir": "./", + "outDir": "../dist", + "allowJs": true + }, + "include": ["src"], + "exclude": ["node_modules", "dist"] +} diff --git a/server/package.json b/server/package.json new file mode 100644 index 000000000..a0cfc443f --- /dev/null +++ b/server/package.json @@ -0,0 +1,87 @@ +{ + "name": "@rm/server", + "version": "1.0.0", + "private": true, + "main": "./src/index.js", + "scripts": { + "dev": "NODE_ENV=development nodemon ./src/index.js", + "migrate:latest": "knex --knexfile ./src/db/knexfile.cjs migrate:latest", + "migrate:make": "knex --knexfile ./src/db/knexfile.cjs migrate:make", + "migrate:rollback": "knex --knexfile ./src/db/knexfile.cjs migrate:rollback", + "server": "node ." + }, + "nodemonConfig": { + "watch": [ + "server/src/**/*.js", + "config/default.json", + "packages/**/*" + ], + "ignore": [ + "server/src/configs/koji_backups/**", + "server/src/models/queries/**", + "packages/masterfile/lib/data/*", + "logs" + ] + }, + "dependencies": { + "@apollo/server": "4.11.0", + "@graphql-tools/graphql-file-loader": "8.0.1", + "@graphql-tools/load": "8.0.2", + "@rainb0w-clwn/passport-telegram-official": "^2.0.2", + "@rm/config": "*", + "@rm/locales": "*", + "@rm/logger": "*", + "@rm/masterfile": "*", + "@sentry/node": "^7.65.0", + "@turf/boolean-contains": "7.1.0", + "@turf/boolean-overlap": "7.1.0", + "@turf/boolean-point-in-polygon": "7.1.0", + "@turf/center": "7.1.0", + "@turf/destination": "7.1.0", + "@turf/distance": "7.1.0", + "@turf/helpers": "7.1.0", + "bcrypt": "^5.0.1", + "body-parser": "2.0.1", + "bytes": "3.1.2", + "chalkercli": "https://github.com/TurtIeSocks/chalkercli.git", + "chokidar": "^3.5.3", + "compression": "^1.7.4", + "cors": "^2.8.5", + "date-fns": "^2.30.0", + "date-fns-tz": "^2.0.0", + "discord.js": "14.15.3", + "dlv": "^1.1.3", + "dotenv": "^16.3.1", + "express": "4.21.0", + "express-mysql-session": "3.0.3", + "express-rate-limit": "7.4.0", + "express-session": "1.18.0", + "geo-tz": "^7.0.7", + "graphql": "16.9.0", + "graphql-type-json": "0.3.2", + "helmet": "7.1.0", + "i18next": "23.12.3", + "i18next-browser-languagedetector": "8.0.0", + "i18next-fs-backend": "2.3.2", + "i18next-http-backend": "2.5.2", + "knex": "3.1.0", + "moment-timezone": "^0.5.43", + "mysql2": "3.11.0", + "node-cache": "^5.1.2", + "node-fetch": "2.7.0", + "node-geocoder": "^4.2.0", + "nodes2ts": "3.0.0", + "objection": "3.1.4", + "ohbem": "1.5.3", + "passport": "^0.6.0", + "passport-discord": "https://github.com/tonestrike/passport-discord.git", + "passport-local": "^1.0.0", + "rtree": "^1.4.2", + "source-map": "^0.7.4" + }, + "devDependencies": { + "@rm/types": "*", + "@types/node-fetch": "2.6.11", + "nodemon": "3.1.4" + } +} diff --git a/server/src/services/EventManager.js b/server/src/services/EventManager.js index b996b4777..7821bd216 100644 --- a/server/src/services/EventManager.js +++ b/server/src/services/EventManager.js @@ -327,7 +327,7 @@ class EventManager extends Logger { await fs.readFile( path.resolve( __dirname, - `../../../public/images/${type}/${style.path}/index.json`, + `../../../dist/images/${type}/${style.path}/index.json`, ), 'utf-8', ), diff --git a/server/src/services/scannerApi.js b/server/src/services/scannerApi.js index 3d328ffe8..14d5cec1d 100644 --- a/server/src/services/scannerApi.js +++ b/server/src/services/scannerApi.js @@ -13,9 +13,9 @@ const scannerQueue = { /** * - * @param {import('packages/types/lib').ScanOnDemandReq['category']} category - * @param {import('packages/types/lib').ScanOnDemandReq['method']} method - * @param {import('packages/types/lib').ScanOnDemandReq['data']} data + * @param {import('@rm/types').ScanOnDemandReq['category']} category + * @param {import('@rm/types').ScanOnDemandReq['method']} method + * @param {import('@rm/types').ScanOnDemandReq['data']} data * @param {Partial} user * @returns */ diff --git a/yarn.lock b/yarn.lock index 31aa935b1..05a979022 100644 --- a/yarn.lock +++ b/yarn.lock @@ -180,23 +180,47 @@ "@babel/highlight" "^7.23.4" chalk "^2.4.2" +"@babel/code-frame@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" + integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA== + dependencies: + "@babel/highlight" "^7.24.7" + picocolors "^1.0.0" + +"@babel/generator@^7.25.6": + version "7.25.6" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.6.tgz#0df1ad8cb32fe4d2b01d8bf437f153d19342a87c" + integrity sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw== + dependencies: + "@babel/types" "^7.25.6" + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" + jsesc "^2.5.1" + "@babel/helper-module-imports@^7.16.7": - version "7.22.15" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0" - integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b" + integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA== dependencies: - "@babel/types" "^7.22.15" + "@babel/traverse" "^7.24.7" + "@babel/types" "^7.24.7" -"@babel/helper-string-parser@^7.23.4": - version "7.23.4" - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" - integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== +"@babel/helper-string-parser@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" + integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== "@babel/helper-validator-identifier@^7.22.20": version "7.22.20" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== +"@babel/helper-validator-identifier@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" + integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== + "@babel/highlight@^7.23.4": version "7.23.4" resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" @@ -206,27 +230,73 @@ chalk "^2.4.2" js-tokens "^4.0.0" -"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": +"@babel/highlight@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d" + integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw== + dependencies: + "@babel/helper-validator-identifier" "^7.24.7" + chalk "^2.4.2" + js-tokens "^4.0.0" + picocolors "^1.0.0" + +"@babel/parser@^7.25.0", "@babel/parser@^7.25.6": + version "7.25.6" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f" + integrity sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q== + dependencies: + "@babel/types" "^7.25.6" + +"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.21.0", "@babel/runtime@^7.24.8": + version "7.25.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.6.tgz#9afc3289f7184d8d7f98b099884c26317b9264d2" + integrity sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ== + dependencies: + regenerator-runtime "^0.14.0" + +"@babel/runtime@^7.23.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": version "7.23.6" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.6.tgz#c05e610dc228855dc92ef1b53d07389ed8ab521d" integrity sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ== dependencies: regenerator-runtime "^0.14.0" -"@babel/runtime@^7.23.9", "@babel/runtime@^7.24.8": +"@babel/runtime@^7.23.9": version "7.25.0" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.0.tgz#3af9a91c1b739c569d5d80cc917280919c544ecb" integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw== dependencies: regenerator-runtime "^0.14.0" -"@babel/types@^7.22.15": - version "7.23.6" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd" - integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg== - dependencies: - "@babel/helper-string-parser" "^7.23.4" - "@babel/helper-validator-identifier" "^7.22.20" +"@babel/template@^7.25.0": + version "7.25.0" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" + integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q== + dependencies: + "@babel/code-frame" "^7.24.7" + "@babel/parser" "^7.25.0" + "@babel/types" "^7.25.0" + +"@babel/traverse@^7.24.7": + version "7.25.6" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41" + integrity sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ== + dependencies: + "@babel/code-frame" "^7.24.7" + "@babel/generator" "^7.25.6" + "@babel/parser" "^7.25.6" + "@babel/template" "^7.25.0" + "@babel/types" "^7.25.6" + debug "^4.3.1" + globals "^11.1.0" + +"@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.6": + version "7.25.6" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6" + integrity sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw== + dependencies: + "@babel/helper-string-parser" "^7.24.8" + "@babel/helper-validator-identifier" "^7.24.7" to-fast-properties "^2.0.0" "@colors/colors@1.5.0": @@ -441,27 +511,27 @@ chalk "^5.3.0" "@discordjs/builders@^1.8.2": - version "1.8.2" - resolved "https://registry.yarnpkg.com/@discordjs/builders/-/builders-1.8.2.tgz#535d970331ee40f20dec9ef8079e43092f323ce9" - integrity sha512-6wvG3QaCjtMu0xnle4SoOIeFB4y6fKMN6WZfy3BMKJdQQtPLik8KGzDwBVL/+wTtcE/ZlFjgEk74GublyEVZ7g== + version "1.9.0" + resolved "https://registry.yarnpkg.com/@discordjs/builders/-/builders-1.9.0.tgz#71fa6de91132bd1deaff2a9daea7aa5d5c9f124a" + integrity sha512-0zx8DePNVvQibh5ly5kCEei5wtPBIUbSoE9n+91Rlladz4tgtFbJ36PZMxxZrTEOQ7AHMZ/b0crT/0fCy6FTKg== dependencies: - "@discordjs/formatters" "^0.4.0" - "@discordjs/util" "^1.1.0" - "@sapphire/shapeshift" "^3.9.7" - discord-api-types "0.37.83" + "@discordjs/formatters" "^0.5.0" + "@discordjs/util" "^1.1.1" + "@sapphire/shapeshift" "^4.0.0" + discord-api-types "0.37.97" fast-deep-equal "^3.1.3" ts-mixer "^6.0.4" - tslib "^2.6.2" + tslib "^2.6.3" "@discordjs/collection@1.5.3": version "1.5.3" resolved "https://registry.yarnpkg.com/@discordjs/collection/-/collection-1.5.3.tgz#5a1250159ebfff9efa4f963cfa7e97f1b291be18" integrity sha512-SVb428OMd3WO1paV3rm6tSjM4wC+Kecaa1EUGX7vc6/fddvw/6lg90z4QtCqm21zvVe92vMMDt9+DkIvjXImQQ== -"@discordjs/collection@^2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@discordjs/collection/-/collection-2.1.0.tgz#f327d944ab2dcf9a1f674470a481f78a120a5e3b" - integrity sha512-mLcTACtXUuVgutoznkh6hS3UFqYirDYAg5Dc1m8xn6OvPjetnUlf/xjtqnnc47OwWdaoCQnHmHh9KofhD6uRqw== +"@discordjs/collection@^2.1.0", "@discordjs/collection@^2.1.1": + version "2.1.1" + resolved "https://registry.yarnpkg.com/@discordjs/collection/-/collection-2.1.1.tgz#901917bc538c12b9c3613036d317847baee08cae" + integrity sha512-LiSusze9Tc7qF03sLCujF5iZp7K+vRNEDBZ86FT9aQAv3vxMLihUvKvpsCWiQ2DJq1tVckopKm1rxomgNUc9hg== "@discordjs/formatters@^0.4.0": version "0.4.0" @@ -470,25 +540,32 @@ dependencies: discord-api-types "0.37.83" +"@discordjs/formatters@^0.5.0": + version "0.5.0" + resolved "https://registry.yarnpkg.com/@discordjs/formatters/-/formatters-0.5.0.tgz#2d284c4271bc41984339936df1d0164e470f3b7a" + integrity sha512-98b3i+Y19RFq1Xke4NkVY46x8KjJQjldHUuEbCqMvp1F5Iq9HgnGpu91jOi/Ufazhty32eRsKnnzS8n4c+L93g== + dependencies: + discord-api-types "0.37.97" + "@discordjs/rest@^2.3.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@discordjs/rest/-/rest-2.3.0.tgz#06d37c7fb54a9be61134b5bbb201abd760343472" - integrity sha512-C1kAJK8aSYRv3ZwMG8cvrrW4GN0g5eMdP8AuN8ODH5DyOCbHgJspze1my3xHOAgwLJdKUbWNVyAeJ9cEdduqIg== + version "2.4.0" + resolved "https://registry.yarnpkg.com/@discordjs/rest/-/rest-2.4.0.tgz#63bfc816af58af844914e3589d7eae609cd199b5" + integrity sha512-Xb2irDqNcq+O8F0/k/NaDp7+t091p+acb51iA4bCKfIn+WFWd6HrNvcsSbMMxIR9NjcMZS6NReTKygqiQN+ntw== dependencies: - "@discordjs/collection" "^2.1.0" - "@discordjs/util" "^1.1.0" - "@sapphire/async-queue" "^1.5.2" + "@discordjs/collection" "^2.1.1" + "@discordjs/util" "^1.1.1" + "@sapphire/async-queue" "^1.5.3" "@sapphire/snowflake" "^3.5.3" - "@vladfrangu/async_event_emitter" "^2.2.4" - discord-api-types "0.37.83" + "@vladfrangu/async_event_emitter" "^2.4.6" + discord-api-types "0.37.97" magic-bytes.js "^1.10.0" - tslib "^2.6.2" - undici "6.13.0" + tslib "^2.6.3" + undici "6.19.8" -"@discordjs/util@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@discordjs/util/-/util-1.1.0.tgz#dcffd2b61aab8eadd66bea67811bc34fc769bb2a" - integrity sha512-IndcI5hzlNZ7GS96RV3Xw1R2kaDuXEp7tRIy/KlhidpN/BQ1qh1NZt3377dMLTa44xDUNKT7hnXkA/oUAzD/lg== +"@discordjs/util@^1.1.0", "@discordjs/util@^1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@discordjs/util/-/util-1.1.1.tgz#bafcde0faa116c834da1258d78ec237080bbab29" + integrity sha512-eddz6UnOBEB1oITPinyrB2Pttej49M9FZQY8NxgEvc3tq6ZICZ19m70RsmzRdDHk80O9NoYN/25AqJl8vPVf/g== "@discordjs/ws@^1.1.1": version "1.1.1" @@ -550,9 +627,9 @@ integrity sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g== "@emotion/is-prop-valid@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.3.0.tgz#bd84ba972195e8a2d42462387581560ef780e4e2" - integrity sha512-SHetuSLvJDzuNbOdtPVbq6yMMMlLoW5Q94uDqJZqy50gcmAjxFkVqmzqSGEFq9gT2iMuIeKV1PXVWmvUhuZLlQ== + version "1.3.1" + resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz#8d5cf1132f836d7adbe42cf0b49df7816fc88240" + integrity sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw== dependencies: "@emotion/memoize" "^0.9.0" @@ -581,14 +658,14 @@ hoist-non-react-statics "^3.3.1" "@emotion/serialize@^1.2.0", "@emotion/serialize@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.0.tgz#e07cadfc967a4e7816e0c3ffaff4c6ce05cb598d" - integrity sha512-jACuBa9SlYajnpIVXB+XOXnfJHyckDfe6fOpORIM6yhBDlqGuExvDdZYHDQGoDf3bZXGv7tNr+LpLjJqiEQ6EA== + version "1.3.2" + resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.2.tgz#e1c1a2e90708d5d85d81ccaee2dfeb3cc0cccf7a" + integrity sha512-grVnMvVPK9yUVE6rkKfAJlYZgo0cu3l9iMC77V7DW6E1DUIrU68pSEXRmFZFOFB1QFo57TncmOcvcbMDWsL4yA== dependencies: "@emotion/hash" "^0.9.2" "@emotion/memoize" "^0.9.0" - "@emotion/unitless" "^0.9.0" - "@emotion/utils" "^1.4.0" + "@emotion/unitless" "^0.10.0" + "@emotion/utils" "^1.4.1" csstype "^3.0.2" "@emotion/sheet@^1.2.2": @@ -613,10 +690,10 @@ "@emotion/use-insertion-effect-with-fallbacks" "^1.1.0" "@emotion/utils" "^1.4.0" -"@emotion/unitless@^0.9.0": - version "0.9.0" - resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.9.0.tgz#8e5548f072bd67b8271877e51c0f95c76a66cbe2" - integrity sha512-TP6GgNZtmtFaFcsOgExdnfxLLpRDla4Q66tnenA9CktvVSdNKDvMVuUah4QvWPIpNjrWsGg3qeGo9a43QooGZQ== +"@emotion/unitless@^0.10.0": + version "0.10.0" + resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.10.0.tgz#2af2f7c7e5150f497bdabd848ce7b218a27cf745" + integrity sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg== "@emotion/use-insertion-effect-with-fallbacks@^1.1.0": version "1.1.0" @@ -628,10 +705,10 @@ resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4" integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg== -"@emotion/utils@^1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.4.0.tgz#262f1d02aaedb2ec91c83a0955dd47822ad5fbdd" - integrity sha512-spEnrA1b6hDR/C68lC2M7m6ALPUHZC0lIY7jAS/B/9DuuO1ZP04eov8SMv/6fwRd8pzmsn2AuJEznRREWlQrlQ== +"@emotion/utils@^1.4.0", "@emotion/utils@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.4.1.tgz#b3adbb43de12ee2149541c4f1337d2eb7774f0ad" + integrity sha512-BymCXzCG3r72VKJxaYVwOXATqXIZ85cuvg0YOUDxMGNrKc1DJRZk8MgV5wyXRyEayIMd4FuXJIUgTBXvDNW5cA== "@emotion/weak-memoize@^0.3.1": version "0.3.1" @@ -643,231 +720,116 @@ resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz#5e13fac887f08c44f76b0ccaf3370eb00fec9bb6" integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg== -"@esbuild/aix-ppc64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f" - integrity sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA== - "@esbuild/aix-ppc64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz#c7184a326533fcdf1b8ee0733e21c713b975575f" integrity sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ== -"@esbuild/android-arm64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz#7ad65a36cfdb7e0d429c353e00f680d737c2aed4" - integrity sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA== - "@esbuild/android-arm64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz#09d9b4357780da9ea3a7dfb833a1f1ff439b4052" integrity sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A== -"@esbuild/android-arm@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.19.12.tgz#b0c26536f37776162ca8bde25e42040c203f2824" - integrity sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w== - "@esbuild/android-arm@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz#9b04384fb771926dfa6d7ad04324ecb2ab9b2e28" integrity sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg== -"@esbuild/android-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.19.12.tgz#cb13e2211282012194d89bf3bfe7721273473b3d" - integrity sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew== - "@esbuild/android-x64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz#29918ec2db754cedcb6c1b04de8cd6547af6461e" integrity sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA== -"@esbuild/darwin-arm64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz#cbee41e988020d4b516e9d9e44dd29200996275e" - integrity sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g== - "@esbuild/darwin-arm64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz#e495b539660e51690f3928af50a76fb0a6ccff2a" integrity sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ== -"@esbuild/darwin-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz#e37d9633246d52aecf491ee916ece709f9d5f4cd" - integrity sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A== - "@esbuild/darwin-x64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz#c13838fa57372839abdddc91d71542ceea2e1e22" integrity sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw== -"@esbuild/freebsd-arm64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz#1ee4d8b682ed363b08af74d1ea2b2b4dbba76487" - integrity sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA== - "@esbuild/freebsd-arm64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz#646b989aa20bf89fd071dd5dbfad69a3542e550e" integrity sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g== -"@esbuild/freebsd-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz#37a693553d42ff77cd7126764b535fb6cc28a11c" - integrity sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg== - "@esbuild/freebsd-x64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz#aa615cfc80af954d3458906e38ca22c18cf5c261" integrity sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ== -"@esbuild/linux-arm64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz#be9b145985ec6c57470e0e051d887b09dddb2d4b" - integrity sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA== - "@esbuild/linux-arm64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz#70ac6fa14f5cb7e1f7f887bcffb680ad09922b5b" integrity sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q== -"@esbuild/linux-arm@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz#207ecd982a8db95f7b5279207d0ff2331acf5eef" - integrity sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w== - "@esbuild/linux-arm@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz#fc6fd11a8aca56c1f6f3894f2bea0479f8f626b9" integrity sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA== -"@esbuild/linux-ia32@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz#d0d86b5ca1562523dc284a6723293a52d5860601" - integrity sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA== - "@esbuild/linux-ia32@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz#3271f53b3f93e3d093d518d1649d6d68d346ede2" integrity sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg== -"@esbuild/linux-loong64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz#9a37f87fec4b8408e682b528391fa22afd952299" - integrity sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA== - "@esbuild/linux-loong64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz#ed62e04238c57026aea831c5a130b73c0f9f26df" integrity sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg== -"@esbuild/linux-mips64el@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz#4ddebd4e6eeba20b509d8e74c8e30d8ace0b89ec" - integrity sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w== - "@esbuild/linux-mips64el@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz#e79b8eb48bf3b106fadec1ac8240fb97b4e64cbe" integrity sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg== -"@esbuild/linux-ppc64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz#adb67dadb73656849f63cd522f5ecb351dd8dee8" - integrity sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg== - "@esbuild/linux-ppc64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz#5f2203860a143b9919d383ef7573521fb154c3e4" integrity sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w== -"@esbuild/linux-riscv64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz#11bc0698bf0a2abf8727f1c7ace2112612c15adf" - integrity sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg== - "@esbuild/linux-riscv64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz#07bcafd99322d5af62f618cb9e6a9b7f4bb825dc" integrity sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA== -"@esbuild/linux-s390x@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz#e86fb8ffba7c5c92ba91fc3b27ed5a70196c3cc8" - integrity sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg== - "@esbuild/linux-s390x@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz#b7ccf686751d6a3e44b8627ababc8be3ef62d8de" integrity sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A== -"@esbuild/linux-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz#5f37cfdc705aea687dfe5dfbec086a05acfe9c78" - integrity sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg== - "@esbuild/linux-x64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz#6d8f0c768e070e64309af8004bb94e68ab2bb3b0" integrity sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ== -"@esbuild/netbsd-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz#29da566a75324e0d0dd7e47519ba2f7ef168657b" - integrity sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA== - "@esbuild/netbsd-x64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz#bbe430f60d378ecb88decb219c602667387a6047" integrity sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg== -"@esbuild/openbsd-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz#306c0acbdb5a99c95be98bdd1d47c916e7dc3ff0" - integrity sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw== - "@esbuild/openbsd-x64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz#99d1cf2937279560d2104821f5ccce220cb2af70" integrity sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow== -"@esbuild/sunos-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz#0933eaab9af8b9b2c930236f62aae3fc593faf30" - integrity sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA== - "@esbuild/sunos-x64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz#08741512c10d529566baba837b4fe052c8f3487b" integrity sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg== -"@esbuild/win32-arm64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz#773bdbaa1971b36db2f6560088639ccd1e6773ae" - integrity sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A== - "@esbuild/win32-arm64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz#675b7385398411240735016144ab2e99a60fc75d" integrity sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A== -"@esbuild/win32-ia32@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz#000516cad06354cc84a73f0943a4aa690ef6fd67" - integrity sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ== - "@esbuild/win32-ia32@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz#1bfc3ce98aa6ca9a0969e4d2af72144c59c1193b" integrity sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA== -"@esbuild/win32-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz#c57c8afbb4054a3ab8317591a0b7320360b444ae" - integrity sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA== - "@esbuild/win32-x64@0.21.5": version "0.21.5" resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c" @@ -906,31 +868,31 @@ integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A== "@floating-ui/core@^1.6.0": - version "1.6.7" - resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.7.tgz#7602367795a390ff0662efd1c7ae8ca74e75fb12" - integrity sha512-yDzVT/Lm101nQ5TCVeK65LtdN7Tj4Qpr9RTXJ2vPFLqtLxwOrpoxAHAJI8J3yYWUc40J0BDBheaitK5SJmno2g== + version "1.6.8" + resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.8.tgz#aa43561be075815879305965020f492cdb43da12" + integrity sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA== dependencies: - "@floating-ui/utils" "^0.2.7" + "@floating-ui/utils" "^0.2.8" "@floating-ui/dom@^1.0.0": - version "1.6.10" - resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.10.tgz#b74c32f34a50336c86dcf1f1c845cf3a39e26d6f" - integrity sha512-fskgCFv8J8OamCmyun8MfjB1Olfn+uZKjOKZ0vhYF3gRmEUXcGOjxWL8bBr7i4kIuPZ2KD2S3EUIOxnjC8kl2A== + version "1.6.11" + resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.11.tgz#8631857838d34ee5712339eb7cbdfb8ad34da723" + integrity sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ== dependencies: "@floating-ui/core" "^1.6.0" - "@floating-ui/utils" "^0.2.7" + "@floating-ui/utils" "^0.2.8" "@floating-ui/react-dom@^2.0.8": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.1.1.tgz#cca58b6b04fc92b4c39288252e285e0422291fb0" - integrity sha512-4h84MJt3CHrtG18mGsXuLCHMrug49d7DFkU0RMIyshRveBeyV2hmV/pDaF2Uxtu8kgq5r46llp5E5FQiR0K2Yg== + version "2.1.2" + resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.1.2.tgz#a1349bbf6a0e5cb5ded55d023766f20a4d439a31" + integrity sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A== dependencies: "@floating-ui/dom" "^1.0.0" -"@floating-ui/utils@^0.2.7": - version "0.2.7" - resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.7.tgz#d0ece53ce99ab5a8e37ebdfe5e32452a2bfc073e" - integrity sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA== +"@floating-ui/utils@^0.2.8": + version "0.2.8" + resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.8.tgz#21a907684723bbbaa5f0974cf7730bd797eb8e62" + integrity sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig== "@graphql-tools/graphql-file-loader@8.0.1": version "8.0.1" @@ -970,21 +932,21 @@ "@graphql-tools/utils" "^9.2.1" tslib "^2.4.0" -"@graphql-tools/merge@^9.0.5": - version "9.0.5" - resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.5.tgz#f9a69fb82c68ae0deabb621f0643041da70e09d0" - integrity sha512-WPUBPh9t9eX44kiIy9dV9Bi5S6B91c13X2AldAw0TS9R5cXj3RyHffbKZtIoj/nYLv/tsRSyk/L429ZSiyOriQ== +"@graphql-tools/merge@^9.0.6": + version "9.0.7" + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.7.tgz#e37dd9491e65c00fb124f47073121d32dc6735d1" + integrity sha512-lbTrIuXIbUSmSumHkPRY1QX0Z8JEtmRhnIrkH7vkfeEmf0kNn/nCWvJwqokm5U7L+a+DA1wlRM4slIlbfXjJBA== dependencies: - "@graphql-tools/utils" "^10.4.0" + "@graphql-tools/utils" "^10.5.4" tslib "^2.4.0" "@graphql-tools/schema@^10.0.3": - version "10.0.5" - resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.5.tgz#e92fb784792f75f857d350b4230913700b1932d1" - integrity sha512-LJl+yvmtRHx4gH6SM4WaLq+Utp8tzyB9cxxF88Z6D/AMVvT6/G+BtnXGdSB5Nmy2bAwebhi5w73tdx49yGUung== + version "10.0.6" + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.6.tgz#48391195ea4557ef5b6f77950bcbf529dc5f4e7e" + integrity sha512-EIJgPRGzpvDFEjVp+RF1zNNYIC36BYuIeZ514jFoJnI6IdxyVyIRDLx/ykgMdaa1pKQerpfdqDnsF4JnZoDHSQ== dependencies: - "@graphql-tools/merge" "^9.0.5" - "@graphql-tools/utils" "^10.4.0" + "@graphql-tools/merge" "^9.0.6" + "@graphql-tools/utils" "^10.5.4" tslib "^2.4.0" value-or-promise "^1.0.12" @@ -998,10 +960,10 @@ tslib "^2.4.0" value-or-promise "^1.0.12" -"@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.4.0": - version "10.5.2" - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.2.tgz#71a6cd9f63f38e0d8a92917abf583ab70aa1b7bd" - integrity sha512-VZpw7wxwmQGcCGt8epw6fDb8LkoySbTJ/MU565ibKivPqCkH96XK36Et/N0RlRCYGN6QAXn5UIaSbOYYHrnpAA== +"@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.5.4": + version "10.5.4" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.4.tgz#214d815632a774f2db56bcaf7cfbd615ef858078" + integrity sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ== dependencies: "@graphql-typed-document-node/core" "^3.1.1" cross-inspect "1.0.1" @@ -1057,11 +1019,43 @@ resolved "https://registry.yarnpkg.com/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz#291c227e93fd407a96ecd59879a35809120e432b" integrity sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ== +"@jridgewell/gen-mapping@^0.3.5": + version "0.3.5" + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== + dependencies: + "@jridgewell/set-array" "^1.2.1" + "@jridgewell/sourcemap-codec" "^1.4.10" + "@jridgewell/trace-mapping" "^0.3.24" + +"@jridgewell/resolve-uri@^3.1.0": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== + +"@jridgewell/set-array@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== + +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== + "@jridgewell/sourcemap-codec@^1.4.13": version "1.4.15" resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": + version "0.3.25" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== + dependencies: + "@jridgewell/resolve-uri" "^3.1.0" + "@jridgewell/sourcemap-codec" "^1.4.14" + "@mapbox/node-pre-gyp@^1.0.11": version "1.0.11" resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz#417db42b7f5323d79e93b34a6d7a2a12c0df43fa" @@ -1180,7 +1174,12 @@ csstype "^3.1.3" prop-types "^15.8.1" -"@mui/types@^7.2.14", "@mui/types@^7.2.15": +"@mui/types@^7.2.14": + version "7.2.17" + resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.17.tgz#329826062d4079de5ea2b97007575cebbba1fdbc" + integrity sha512-oyumoJgB6jDV8JFzRqjBo2daUuHpzDjoO/e3IrRhhHo/FxJlaVhET6mcNrKHUq2E+R+q3ql0qAtvQ4rfWHhAeQ== + +"@mui/types@^7.2.15": version "7.2.15" resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.15.tgz#dadd232fe9a70be0d526630675dff3b110f30b53" integrity sha512-nbo7yPhtKJkdf9kcVOF8JZHPZTmqXjJ/tI0bdWgHg5tp9AnIN4Y7f7wm9T+0SyGYJk76+GYZ8Q5XaTYAsUHN0Q== @@ -1198,9 +1197,9 @@ react-is "^18.3.1" "@na-ji/pogo-protos@<3.0.0": - version "2.101.0" - resolved "https://registry.yarnpkg.com/@na-ji/pogo-protos/-/pogo-protos-2.101.0.tgz#e6718fd4856c42fd37be90d154b88cff48fd836c" - integrity sha512-FmfLYrTrl+5gtZi79svmVkJRuTAt93/96r/ESSyqVYpdxth3lUUdnRBRxOcxs0E/Mzd4my0VCx7PsBkqcoLDsg== + version "2.153.0" + resolved "https://registry.yarnpkg.com/@na-ji/pogo-protos/-/pogo-protos-2.153.0.tgz#2f9b6596fac6e2cf565cf047b7fcf640a98f61b1" + integrity sha512-PffI96i1urU96l+uyoeqbw5vD+4kVKUxgJUZFy7QjwqwfVmSzUv+0Uoal9FlINHFb5EOhb8BgKVU71CCrYVeeA== dependencies: protobufjs "^6.11.3" @@ -1503,6 +1502,11 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== +"@pkgr/core@^0.1.0": + version "0.1.1" + resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31" + integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA== + "@pnpm/config.env-replace@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz#ab29da53df41e8948a00f2433f085f54de8b3a4c" @@ -1595,10 +1599,10 @@ resolved "https://registry.yarnpkg.com/@react-leaflet/core/-/core-2.1.0.tgz#383acd31259d7c9ae8fb1b02d5e18fe613c2a13d" integrity sha512-Qk7Pfu8BSarKGqILj4x7bCSZ1pjuAPZ+qmRwH5S7mDS91VSbVVsJSrW4qA+GPrro8t69gFYVMWb1Zc4yFmPiVg== -"@remix-run/router@1.14.1": - version "1.14.1" - resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.14.1.tgz#6d2dd03d52e604279c38911afc1079d58c50a755" - integrity sha512-Qg4DMQsfPNAs88rb2xkdk03N3bjK4jgX5fR24eHCTR9q6PrhZQZ4UJBPzCHJkIpTRN1UKxx2DzjZmnC+7Lj0Ow== +"@remix-run/router@1.19.2": + version "1.19.2" + resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.2.tgz#0c896535473291cb41f152c180bedd5680a3b273" + integrity sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA== "@rollup/rollup-android-arm-eabi@4.21.3": version "4.21.3" @@ -1680,15 +1684,20 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.21.3.tgz#4115233aa1bd5a2060214f96d8511f6247093212" integrity sha512-fOvu7PCQjAj4eWDEuD8Xz5gpzFqXzGlxHZozHP4b9Jxv9APtdxL6STqztDzMLuRXEc4UpXGGhx029Xgm91QBeA== -"@sapphire/async-queue@^1.5.2": +"@rtsao/scc@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8" + integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g== + +"@sapphire/async-queue@^1.5.2", "@sapphire/async-queue@^1.5.3": version "1.5.3" resolved "https://registry.yarnpkg.com/@sapphire/async-queue/-/async-queue-1.5.3.tgz#03cd2a2f3665068f314736bdc56eee2025352422" integrity sha512-x7zadcfJGxFka1Q3f8gCts1F0xMwCKbZweM85xECGI0hBTeIZJGGCrHgLggihBoprlQ/hBmDR5LKfIPqnmHM3w== -"@sapphire/shapeshift@^3.9.7": - version "3.9.7" - resolved "https://registry.yarnpkg.com/@sapphire/shapeshift/-/shapeshift-3.9.7.tgz#43e23243cac8a0c046bf1e73baf3dbf407d33a0c" - integrity sha512-4It2mxPSr4OGn4HSQWGmhFMsNFGfFVhWeRPCRwbH972Ek2pzfGRZtb0pJ4Ze6oIzcyh2jw7nUDa6qGlWofgd9g== +"@sapphire/shapeshift@^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@sapphire/shapeshift/-/shapeshift-4.0.0.tgz#86c1b41002ff5d0b2ad21cbc3418b06834b89040" + integrity sha512-d9dUmWVA7MMiKobL3VpLF8P2aeanRTu6ypG2OIaEv/ZHH/SUQ2iHOVyi5wAPjQ+HmnMuL0whK9ez8I/raWbtIg== dependencies: fast-deep-equal "^3.1.3" lodash "^4.17.21" @@ -1802,14 +1811,33 @@ lodash-es "^4.17.21" read-pkg-up "^11.0.0" -"@sentry-internal/feedback@7.91.0": - version "7.91.0" - resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-7.91.0.tgz#be09e5aec2959fcf503e2cf78496d5e2d263bc5a" - integrity sha512-SJKTSaz68F5YIwF79EttBm915M2LnacgZMYRnRumyTmMKnebGhYQLwWbZdpaDvOa1U18dgRajDX8Qed/8A3tXw== +"@sentry-internal/feedback@7.119.0": + version "7.119.0" + resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-7.119.0.tgz#429b3ea0fd34e928d2e7de5dcbe9377272a3f221" + integrity sha512-om8TkAU5CQGO8nkmr7qsSBVkP+/vfeS4JgtW3sjoTK0fhj26+DljR6RlfCGWtYQdPSP6XV7atcPTjbSnsmG9FQ== dependencies: - "@sentry/core" "7.91.0" - "@sentry/types" "7.91.0" - "@sentry/utils" "7.91.0" + "@sentry/core" "7.119.0" + "@sentry/types" "7.119.0" + "@sentry/utils" "7.119.0" + +"@sentry-internal/replay-canvas@7.119.0": + version "7.119.0" + resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-7.119.0.tgz#85669d184ba79150e64d05de02f5e2b616e68371" + integrity sha512-NL02VQx6ekPxtVRcsdp1bp5Tb5w6vnfBKSIfMKuDRBy5A10Uc3GSoy/c3mPyHjOxB84452A+xZSx6bliEzAnuA== + dependencies: + "@sentry/core" "7.119.0" + "@sentry/replay" "7.119.0" + "@sentry/types" "7.119.0" + "@sentry/utils" "7.119.0" + +"@sentry-internal/tracing@7.119.0": + version "7.119.0" + resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.119.0.tgz#201561af2a4ad1837333287c26050a5e688537ca" + integrity sha512-oKdFJnn+56f0DHUADlL8o9l8jTib3VDLbWQBVkjD9EprxfaCwt2m8L5ACRBdQ8hmpxCEo4I8/6traZ7qAdBUqA== + dependencies: + "@sentry/core" "7.119.0" + "@sentry/types" "7.119.0" + "@sentry/utils" "7.119.0" "@sentry-internal/tracing@7.91.0": version "7.91.0" @@ -1829,17 +1857,19 @@ "@sentry/types" "7.95.0" "@sentry/utils" "7.95.0" -"@sentry/browser@7.91.0": - version "7.91.0" - resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.91.0.tgz#de3b9ae3ca7716a35cfabc97ac376944a67e6e34" - integrity sha512-lJv3x/xekzC/biiyAsVCioq2XnKNOZhI6jY3ZzLJZClYV8eKRi7D3KCsHRvMiCdGak1d/6sVp8F4NYY+YiWy1Q== +"@sentry/browser@7.119.0": + version "7.119.0" + resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.119.0.tgz#65004015c107be5d2f49a852ebcffc5d19d90e0d" + integrity sha512-WwmW1Y4D764kVGeKmdsNvQESZiAn9t8LmCWO0ucBksrjL2zw9gBPtOpRcO6l064sCLeSxxzCN+kIxhRm1gDFEA== dependencies: - "@sentry-internal/feedback" "7.91.0" - "@sentry-internal/tracing" "7.91.0" - "@sentry/core" "7.91.0" - "@sentry/replay" "7.91.0" - "@sentry/types" "7.91.0" - "@sentry/utils" "7.91.0" + "@sentry-internal/feedback" "7.119.0" + "@sentry-internal/replay-canvas" "7.119.0" + "@sentry-internal/tracing" "7.119.0" + "@sentry/core" "7.119.0" + "@sentry/integrations" "7.119.0" + "@sentry/replay" "7.119.0" + "@sentry/types" "7.119.0" + "@sentry/utils" "7.119.0" "@sentry/bundler-plugin-core@2.10.3": version "2.10.3" @@ -1909,6 +1939,14 @@ "@sentry/cli-win32-i686" "2.26.0" "@sentry/cli-win32-x64" "2.26.0" +"@sentry/core@7.119.0": + version "7.119.0" + resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.119.0.tgz#a6e41119bb03ec27689f9ad04e79d1fba5b7fc37" + integrity sha512-CS2kUv9rAJJEjiRat6wle3JATHypB0SyD7pt4cpX5y0dN5dZ1JrF57oLHRMnga9fxRivydHz7tMTuBhSSwhzjw== + dependencies: + "@sentry/types" "7.119.0" + "@sentry/utils" "7.119.0" + "@sentry/core@7.91.0": version "7.91.0" resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.91.0.tgz#229334d7f03dd5d90a17495e61ce4215ab730b2a" @@ -1925,6 +1963,16 @@ "@sentry/types" "7.95.0" "@sentry/utils" "7.95.0" +"@sentry/integrations@7.119.0": + version "7.119.0" + resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.119.0.tgz#5b25c603026dbacfe1ae7bb8d768506a129149fb" + integrity sha512-OHShvtsRW0A+ZL/ZbMnMqDEtJddPasndjq+1aQXw40mN+zeP7At/V1yPZyFaURy86iX7Ucxw5BtmzuNy7hLyTA== + dependencies: + "@sentry/core" "7.119.0" + "@sentry/types" "7.119.0" + "@sentry/utils" "7.119.0" + localforage "^1.8.1" + "@sentry/node@^7.60.0": version "7.95.0" resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.95.0.tgz#f9c846d4f8cf31f589b6f002162a9da45fbd3944" @@ -1947,24 +1995,30 @@ https-proxy-agent "^5.0.0" "@sentry/react@^7.65.0": - version "7.91.0" - resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.91.0.tgz#620e6ce9452af025d2cc1b2eca3dd1dd730dc439" - integrity sha512-7JH2rWaX3WKHHvBcZQ4f/KnkYIXTf7hMojRFncUwPocdtDlhJw/JUvjAYNpEysixXIgsMes3B32lmtZjGjRhwQ== - dependencies: - "@sentry/browser" "7.91.0" - "@sentry/types" "7.91.0" - "@sentry/utils" "7.91.0" + version "7.119.0" + resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.119.0.tgz#79f2c9d94322a3afbfa8af9f5b872f7c2e9b0820" + integrity sha512-cf8Cei+qdSA26gx+IMAuc/k44PeBImNzIpXi3930SLhUe44ypT5OZ/44L6xTODHZzTIyMSJPduf59vT2+eW9yg== + dependencies: + "@sentry/browser" "7.119.0" + "@sentry/core" "7.119.0" + "@sentry/types" "7.119.0" + "@sentry/utils" "7.119.0" hoist-non-react-statics "^3.3.2" -"@sentry/replay@7.91.0": - version "7.91.0" - resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.91.0.tgz#95077868aee3c3cc670affe13156434f858e1755" - integrity sha512-XwbesnLLNtaVXKtDoyBB96GxJuhGi9zy3a662Ba/McmumCnkXrMQYpQPh08U7MgkTyDRgjDwm7PXDhiKpcb03g== +"@sentry/replay@7.119.0": + version "7.119.0" + resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.119.0.tgz#50881079d013c77f87a994331d8bcad1d49e0960" + integrity sha512-BnNsYL+X5I4WCH6wOpY6HQtp4MgVt0NVlhLUsEyrvMUiTs0bPkDBrulsgZQBUKJsbOr3l9nHrFoNVB/0i6WNLA== dependencies: - "@sentry-internal/tracing" "7.91.0" - "@sentry/core" "7.91.0" - "@sentry/types" "7.91.0" - "@sentry/utils" "7.91.0" + "@sentry-internal/tracing" "7.119.0" + "@sentry/core" "7.119.0" + "@sentry/types" "7.119.0" + "@sentry/utils" "7.119.0" + +"@sentry/types@7.119.0": + version "7.119.0" + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.119.0.tgz#8b3d7a1405c362e75cd900d46089df4e70919d2a" + integrity sha512-27qQbutDBPKGbuJHROxhIWc1i0HJaGLA90tjMu11wt0E4UNxXRX+UQl4Twu68v4EV3CPvQcEpQfgsViYcXmq+w== "@sentry/types@7.91.0": version "7.91.0" @@ -1976,6 +2030,13 @@ resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.95.0.tgz#94fbde10eaec4949d81ca9e3f6fe1d1cc0b2d9e5" integrity sha512-ouU7NsEcrwmcnXHMNBGmKZEmKMzmgPGoBydZn1gukCI67Ci71fAYpPNrbtmjai6+jtsY21o45rVLqExru2sdfw== +"@sentry/utils@7.119.0": + version "7.119.0" + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.119.0.tgz#debe29020f6ef3786a5bd855cf1b97116b7be826" + integrity sha512-ZwyXexWn2ZIe2bBoYnXJVPc2esCSbKpdc6+0WJa8eutXfHq3FRKg4ohkfCBpfxljQGEfP1+kfin945lA21Ka+A== + dependencies: + "@sentry/types" "7.119.0" + "@sentry/utils@7.91.0": version "7.91.0" resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.91.0.tgz#3b1a94c053c885877908cd3e1365e3d23e21a73f" @@ -2369,10 +2430,10 @@ "@types/connect" "*" "@types/node" "*" -"@types/config@^3.3.4": - version "3.3.4" - resolved "https://registry.yarnpkg.com/@types/config/-/config-3.3.4.tgz#e46d1ee74f9b0c53645f644dd5f3ba5bedc68d76" - integrity sha512-qFiTLnWy+TdPSMIXFHP+87lFXFRM4SXjRS+CSB66+56TrpLNw003y1sh7DGaaC1NGesxgKoT5FDy6dyA1Xju/g== +"@types/config@^3.3.5": + version "3.3.5" + resolved "https://registry.yarnpkg.com/@types/config/-/config-3.3.5.tgz#91f0a52b10212b9c4254fb0bbc4bedd77cd389b8" + integrity sha512-itq2HtXQBrNUKwMNZnb9mBRE3T99VYCdl1gjST9rq+9kFaB1iMMGuDeZnP88qid73DnpAMKH9ZolqDpS1Lz7+w== "@types/connect@*": version "3.4.38" @@ -2399,9 +2460,9 @@ integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw== "@types/express-serve-static-core@^4.17.30", "@types/express-serve-static-core@^4.17.33": - version "4.17.41" - resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz#5077defa630c2e8d28aa9ffc2c01c157c305bef6" - integrity sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA== + version "4.19.5" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz#218064e321126fcf9048d1ca25dd2465da55d9c6" + integrity sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg== dependencies: "@types/node" "*" "@types/qs" "*" @@ -2446,11 +2507,6 @@ resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a" integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA== -"@types/mime@*": - version "3.0.4" - resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.4.tgz#2198ac274de6017b44d941e00261d5bc6a0e0a45" - integrity sha512-iJt33IQnVRkqeqC7PzBHPTC6fDlRNRW8vjrgqtScAhrmMwe8c4Eo7+fUGTa+XdWrpEgpyKWMYmi2dIwMAYRzPw== - "@types/mime@^1": version "1.3.5" resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690" @@ -2461,7 +2517,7 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== -"@types/node-fetch@2.6.11": +"@types/node-fetch@2.6.11", "@types/node-fetch@^2.6.1": version "2.6.11" resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.11.tgz#9b39b78665dae0e82a08f02f4967d62c66f95d24" integrity sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g== @@ -2469,7 +2525,7 @@ "@types/node" "*" form-data "^4.0.0" -"@types/node-fetch@^2.6.1", "@types/node-fetch@^2.6.4": +"@types/node-fetch@^2.6.4": version "2.6.9" resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.9.tgz#15f529d247f1ede1824f7e7acdaa192d5f28071e" integrity sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA== @@ -2477,13 +2533,20 @@ "@types/node" "*" form-data "^4.0.0" -"@types/node@*", "@types/node@>=13.7.0": +"@types/node@*": version "20.10.5" resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.5.tgz#47ad460b514096b7ed63a1dae26fad0914ed3ab2" integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw== dependencies: undici-types "~5.26.4" +"@types/node@>=13.7.0": + version "22.6.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.6.1.tgz#e531a45f4d78f14a8468cb9cdc29dc9602afc7ac" + integrity sha512-V48tCfcKb/e6cVUigLAaJDAILdMP0fUW6BidkPK4GpGjXcfbnoHasCZDwz3N3yVt5we2RHm4XTQCpv0KJz9zqw== + dependencies: + undici-types "~6.19.2" + "@types/node@^18": version "18.19.44" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.44.tgz#875a8322d17ff12bf82b3af8c07b9310a00e72f8" @@ -2526,9 +2589,9 @@ integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q== "@types/qs@*": - version "6.9.11" - resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.11.tgz#208d8a30bc507bd82e03ada29e4732ea46a6bbda" - integrity sha512-oGk0gmhnEJK4Yyk+oI7EfXsLayXatCWPHary1MtcmbAifkobT9cM9yutG/hZKIseOU0MqbIwQ/u2nn/Gb+ltuQ== + version "6.9.16" + resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.16.tgz#52bba125a07c0482d26747d5d4947a64daf8f794" + integrity sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A== "@types/qs@^6.9.15": version "6.9.15" @@ -2585,13 +2648,13 @@ "@types/node" "*" "@types/serve-static@*": - version "1.15.5" - resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.5.tgz#15e67500ec40789a1e8c9defc2d32a896f05b033" - integrity sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ== + version "1.15.7" + resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.7.tgz#22174bbd74fb97fe303109738e9b5c2f3064f714" + integrity sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw== dependencies: "@types/http-errors" "*" - "@types/mime" "*" "@types/node" "*" + "@types/send" "*" "@types/tinycolor2@^1.4.0": version "1.4.6" @@ -2617,10 +2680,10 @@ dependencies: "@swc/core" "^1.5.7" -"@vladfrangu/async_event_emitter@^2.2.4": - version "2.4.5" - resolved "https://registry.yarnpkg.com/@vladfrangu/async_event_emitter/-/async_event_emitter-2.4.5.tgz#7bc35026fdc3398a5e1aac801edd21b28cdf4cfa" - integrity sha512-J7T3gUr3Wz0l7Ni1f9upgBZ7+J22/Q1B7dl0X6fG+fTsD+H+31DIosMHj4Um1dWQwqbcQ3oQf+YS2foYkDc9cQ== +"@vladfrangu/async_event_emitter@^2.2.4", "@vladfrangu/async_event_emitter@^2.4.6": + version "2.4.6" + resolved "https://registry.yarnpkg.com/@vladfrangu/async_event_emitter/-/async_event_emitter-2.4.6.tgz#508b6c45b03f917112a9008180b308ba0e4d1805" + integrity sha512-RaI5qZo6D2CVS6sTHFKg1v5Ohq/+Bo2LZ5gzUEwZ/WkHhwtGTCB/sVLw8ijOkAUxasZ+WshN/Rzj4ywsABJ5ZA== "@wry/caches@^1.0.0": version "1.0.1" @@ -2870,12 +2933,12 @@ argv-formatter@~1.0.0: resolved "https://registry.yarnpkg.com/argv-formatter/-/argv-formatter-1.0.0.tgz#a0ca0cbc29a5b73e836eebe1cbf6c5e0e4eb82f9" integrity sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw== -aria-query@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e" - integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A== +aria-query@~5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e" + integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ== dependencies: - dequal "^2.0.3" + deep-equal "^2.0.5" array-buffer-byte-length@^1.0.0: version "1.0.0" @@ -2885,6 +2948,14 @@ array-buffer-byte-length@^1.0.0: call-bind "^1.0.2" is-array-buffer "^3.0.1" +array-buffer-byte-length@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f" + integrity sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg== + dependencies: + call-bind "^1.0.5" + is-array-buffer "^3.0.4" + array-flatten@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" @@ -2895,7 +2966,7 @@ array-ify@^1.0.0: resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece" integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng== -array-includes@^3.1.6, array-includes@^3.1.7: +array-includes@^3.1.6: version "3.1.7" resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda" integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ== @@ -2906,6 +2977,18 @@ array-includes@^3.1.6, array-includes@^3.1.7: get-intrinsic "^1.2.1" is-string "^1.0.7" +array-includes@^3.1.8: + version "3.1.8" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d" + integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-object-atoms "^1.0.0" + get-intrinsic "^1.2.4" + is-string "^1.0.7" + array-source@0.0: version "0.0.4" resolved "https://registry.yarnpkg.com/array-source/-/array-source-0.0.4.tgz#a525df4a84b1376d27c677cd426a97c3882f8aca" @@ -2916,16 +2999,29 @@ array-union@^2.1.0: resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== -array.prototype.findlastindex@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207" - integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA== +array.prototype.findlast@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904" + integrity sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ== dependencies: - call-bind "^1.0.2" - define-properties "^1.2.0" - es-abstract "^1.22.1" - es-shim-unscopables "^1.0.0" - get-intrinsic "^1.2.1" + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + es-shim-unscopables "^1.0.2" + +array.prototype.findlastindex@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d" + integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + es-shim-unscopables "^1.0.2" array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2: version "1.3.2" @@ -2937,7 +3033,7 @@ array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2: es-abstract "^1.22.1" es-shim-unscopables "^1.0.0" -array.prototype.flatmap@^1.3.1, array.prototype.flatmap@^1.3.2: +array.prototype.flatmap@^1.3.2: version "1.3.2" resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527" integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ== @@ -2947,16 +3043,16 @@ array.prototype.flatmap@^1.3.1, array.prototype.flatmap@^1.3.2: es-abstract "^1.22.1" es-shim-unscopables "^1.0.0" -array.prototype.tosorted@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.2.tgz#620eff7442503d66c799d95503f82b475745cefd" - integrity sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg== +array.prototype.tosorted@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc" + integrity sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA== dependencies: - call-bind "^1.0.2" - define-properties "^1.2.0" - es-abstract "^1.22.1" - es-shim-unscopables "^1.0.0" - get-intrinsic "^1.2.1" + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.3" + es-errors "^1.3.0" + es-shim-unscopables "^1.0.2" arraybuffer.prototype.slice@^1.0.2: version "1.0.2" @@ -2971,6 +3067,20 @@ arraybuffer.prototype.slice@^1.0.2: is-array-buffer "^3.0.2" is-shared-array-buffer "^1.0.2" +arraybuffer.prototype.slice@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz#097972f4255e41bc3425e37dc3f6421cf9aefde6" + integrity sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A== + dependencies: + array-buffer-byte-length "^1.0.1" + call-bind "^1.0.5" + define-properties "^1.2.1" + es-abstract "^1.22.3" + es-errors "^1.2.1" + get-intrinsic "^1.2.3" + is-array-buffer "^3.0.4" + is-shared-array-buffer "^1.0.2" + ast-types-flow@^0.0.8: version "0.0.8" resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.8.tgz#0a85e1c92695769ac13a428bb653e7538bea27d6" @@ -2983,13 +3093,6 @@ async-retry@^1.2.1: dependencies: retry "0.13.1" -asynciterator.prototype@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz#8c5df0514936cdd133604dfcc9d3fb93f09b2b62" - integrity sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg== - dependencies: - has-symbols "^1.0.3" - asynckit@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" @@ -3005,22 +3108,27 @@ available-typed-arrays@^1.0.5: resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== +available-typed-arrays@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz#a5cc375d6a03c2efc87a553f3e0b1522def14846" + integrity sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ== + dependencies: + possible-typed-array-names "^1.0.0" + aws-ssl-profiles@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.1.tgz#21ef8ad77d753927f6c01b144c5ef4cc4f150cdc" - integrity sha512-+H+kuK34PfMaI9PNU/NSjBKL5hh/KDM9J72kwYeYEm0A8B1AC4fuCy3qsjnA7lxklgyXsB68yn8Z2xoZEjgwCQ== + version "1.1.2" + resolved "https://registry.yarnpkg.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz#157dd77e9f19b1d123678e93f120e6f193022641" + integrity sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g== -axe-core@=4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf" - integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ== +axe-core@^4.10.0: + version "4.10.0" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59" + integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g== -axobject-query@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.2.1.tgz#39c378a6e3b06ca679f29138151e45b2b32da62a" - integrity sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg== - dependencies: - dequal "^2.0.3" +axobject-query@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-4.1.0.tgz#28768c76d0e3cff21bc62a9e2d0b6ac30042a1ee" + integrity sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ== babel-plugin-macros@^3.1.0: version "3.1.0" @@ -3093,24 +3201,6 @@ bluebird@^3.5.2: resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== -body-parser@1.20.2: - version "1.20.2" - resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd" - integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA== - dependencies: - bytes "3.1.2" - content-type "~1.0.5" - debug "2.6.9" - depd "2.0.0" - destroy "1.2.0" - http-errors "2.0.0" - iconv-lite "0.4.24" - on-finished "2.4.1" - qs "6.11.0" - raw-body "2.5.2" - type-is "~1.6.18" - unpipe "1.0.0" - body-parser@1.20.3: version "1.20.3" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6" @@ -3240,7 +3330,7 @@ call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.4, call-bind@^1.0.5: get-intrinsic "^1.2.1" set-function-length "^1.1.1" -call-bind@^1.0.7: +call-bind@^1.0.6, call-bind@^1.0.7: version "1.0.7" resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9" integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w== @@ -3296,7 +3386,7 @@ chalk@^5.3.0, chalk@~5.3.0: "chalkercli@https://github.com/TurtIeSocks/chalkercli.git": version "2.0.0" - resolved "https://github.com/TurtIeSocks/chalkercli.git#62ecc558b58847e6b40951552783163cae276e06" + resolved "https://github.com/TurtIeSocks/chalkercli.git#2322333a5f13a53035da9aae4267da378d9cc112" dependencies: chalk "^2.3.2" gradient-string "^1.1.0" @@ -3629,11 +3719,6 @@ configstore@^2.0.0: write-file-atomic "^1.1.2" xdg-basedir "^2.0.0" -confusing-browser-globals@^1.0.10: - version "1.0.11" - resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81" - integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA== - console-control-strings@^1.0.0, console-control-strings@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" @@ -3853,10 +3938,37 @@ dargs@^8.0.0: resolved "https://registry.yarnpkg.com/dargs/-/dargs-8.1.0.tgz#a34859ea509cbce45485e5aa356fef70bfcc7272" integrity sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw== +data-view-buffer@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.1.tgz#8ea6326efec17a2e42620696e671d7d5a8bc66b2" + integrity sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA== + dependencies: + call-bind "^1.0.6" + es-errors "^1.3.0" + is-data-view "^1.0.1" + +data-view-byte-length@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz#90721ca95ff280677eb793749fce1011347669e2" + integrity sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ== + dependencies: + call-bind "^1.0.7" + es-errors "^1.3.0" + is-data-view "^1.0.1" + +data-view-byte-offset@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz#5e0bbfb4828ed2d1b9b400cd8a7d119bca0ff18a" + integrity sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA== + dependencies: + call-bind "^1.0.6" + es-errors "^1.3.0" + is-data-view "^1.0.1" + date-fns-tz@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/date-fns-tz/-/date-fns-tz-2.0.0.tgz#1b14c386cb8bc16fc56fe333d4fc34ae1d1099d5" - integrity sha512-OAtcLdB9vxSXTWHdT8b398ARImVwQMyjfYGkKD2zaGpHseG2UPHbHjXELReErZFxWdSLph3c2zOaaTyHfOhERQ== + version "2.0.1" + resolved "https://registry.yarnpkg.com/date-fns-tz/-/date-fns-tz-2.0.1.tgz#0a9b2099031c0d74120b45de9fd23192e48ea495" + integrity sha512-fJCG3Pwx8HUoLhkepdsP7Z5RsucUi+ZBOxyM5d0ZZ6c4SdYustq0VMmOu6Wf7bli+yS/Jwp91TOCqn9jMcVrUA== date-fns@^2.30.0: version "2.30.0" @@ -3898,6 +4010,13 @@ debug@^3.2.7: dependencies: ms "^2.1.1" +debug@^4.3.1: + version "4.3.7" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" + integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== + dependencies: + ms "^2.1.3" + debug@~4.3.6: version "4.3.6" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b" @@ -3910,6 +4029,30 @@ dedent@0.7.0: resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== +deep-equal@^2.0.5: + version "2.2.3" + resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.2.3.tgz#af89dafb23a396c7da3e862abc0be27cf51d56e1" + integrity sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA== + dependencies: + array-buffer-byte-length "^1.0.0" + call-bind "^1.0.5" + es-get-iterator "^1.1.3" + get-intrinsic "^1.2.2" + is-arguments "^1.1.1" + is-array-buffer "^3.0.2" + is-date-object "^1.0.5" + is-regex "^1.1.4" + is-shared-array-buffer "^1.0.2" + isarray "^2.0.5" + object-is "^1.1.5" + object-keys "^1.1.1" + object.assign "^4.1.4" + regexp.prototype.flags "^1.5.1" + side-channel "^1.0.4" + which-boxed-primitive "^1.0.2" + which-collection "^1.0.1" + which-typed-array "^1.1.13" + deep-extend@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" @@ -3993,11 +4136,6 @@ deprecation@^2.0.0: resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919" integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== -dequal@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be" - integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA== - destroy@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" @@ -4014,9 +4152,9 @@ detect-indent@6.1.0: integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA== detect-libc@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.2.tgz#8ccf2ba9315350e1241b88d0ac3b0e1fbd99605d" - integrity sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw== + version "2.0.3" + resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.3.tgz#f0cd503b40f9939b894697d19ad50895e30cf700" + integrity sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw== diff@^5.1.0: version "5.1.0" @@ -4035,6 +4173,11 @@ discord-api-types@0.37.83: resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.83.tgz#a22a799729ceded8176ea747157837ddf4708b1f" integrity sha512-urGGYeWtWNYMKnYlZnOnDHm8fVRffQs3U0SpE8RHeiuLKb/u92APS8HoQnPTFbnXmY1vVnXjXO4dOxcAn3J+DA== +discord-api-types@0.37.97: + version "0.37.97" + resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.97.tgz#d658573f726ad179261d538dbad4e7e8eca48d11" + integrity sha512-No1BXPcVkyVD4ZVmbNgDKaBoqgeQ+FJpzZ8wqHkfmBnTZig1FcH3iPPersiK1TUIAzgClh2IvOuVUYfcWLQAOA== + discord.js@14.15.3: version "14.15.3" resolved "https://registry.yarnpkg.com/discord.js/-/discord.js-14.15.3.tgz#b2a67a1a4ef192be498fb8b6784224a42906f1be" @@ -4188,6 +4331,58 @@ error-ex@^1.2.0, error-ex@^1.3.1: dependencies: is-arrayish "^0.2.1" +es-abstract@^1.17.5, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.2, es-abstract@^1.23.3: + version "1.23.3" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0" + integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A== + dependencies: + array-buffer-byte-length "^1.0.1" + arraybuffer.prototype.slice "^1.0.3" + available-typed-arrays "^1.0.7" + call-bind "^1.0.7" + data-view-buffer "^1.0.1" + data-view-byte-length "^1.0.1" + data-view-byte-offset "^1.0.0" + es-define-property "^1.0.0" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + es-set-tostringtag "^2.0.3" + es-to-primitive "^1.2.1" + function.prototype.name "^1.1.6" + get-intrinsic "^1.2.4" + get-symbol-description "^1.0.2" + globalthis "^1.0.3" + gopd "^1.0.1" + has-property-descriptors "^1.0.2" + has-proto "^1.0.3" + has-symbols "^1.0.3" + hasown "^2.0.2" + internal-slot "^1.0.7" + is-array-buffer "^3.0.4" + is-callable "^1.2.7" + is-data-view "^1.0.1" + is-negative-zero "^2.0.3" + is-regex "^1.1.4" + is-shared-array-buffer "^1.0.3" + is-string "^1.0.7" + is-typed-array "^1.1.13" + is-weakref "^1.0.2" + object-inspect "^1.13.1" + object-keys "^1.1.1" + object.assign "^4.1.5" + regexp.prototype.flags "^1.5.2" + safe-array-concat "^1.1.2" + safe-regex-test "^1.0.3" + string.prototype.trim "^1.2.9" + string.prototype.trimend "^1.0.8" + string.prototype.trimstart "^1.0.8" + typed-array-buffer "^1.0.2" + typed-array-byte-length "^1.0.1" + typed-array-byte-offset "^1.0.2" + typed-array-length "^1.0.6" + unbox-primitive "^1.0.2" + which-typed-array "^1.1.15" + es-abstract@^1.22.1: version "1.22.3" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.3.tgz#48e79f5573198de6dee3589195727f4f74bc4f32" @@ -4240,30 +4435,52 @@ es-define-property@^1.0.0: dependencies: get-intrinsic "^1.2.4" -es-errors@^1.3.0: +es-errors@^1.2.1, es-errors@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f" integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== -es-iterator-helpers@^1.0.12, es-iterator-helpers@^1.0.15: - version "1.0.15" - resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz#bd81d275ac766431d19305923707c3efd9f1ae40" - integrity sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g== +es-get-iterator@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6" + integrity sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw== dependencies: - asynciterator.prototype "^1.0.0" call-bind "^1.0.2" + get-intrinsic "^1.1.3" + has-symbols "^1.0.3" + is-arguments "^1.1.1" + is-map "^2.0.2" + is-set "^2.0.2" + is-string "^1.0.7" + isarray "^2.0.5" + stop-iteration-iterator "^1.0.0" + +es-iterator-helpers@^1.0.19: + version "1.0.19" + resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8" + integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw== + dependencies: + call-bind "^1.0.7" define-properties "^1.2.1" - es-abstract "^1.22.1" - es-set-tostringtag "^2.0.1" - function-bind "^1.1.1" - get-intrinsic "^1.2.1" + es-abstract "^1.23.3" + es-errors "^1.3.0" + es-set-tostringtag "^2.0.3" + function-bind "^1.1.2" + get-intrinsic "^1.2.4" globalthis "^1.0.3" - has-property-descriptors "^1.0.0" - has-proto "^1.0.1" + has-property-descriptors "^1.0.2" + has-proto "^1.0.3" has-symbols "^1.0.3" - internal-slot "^1.0.5" + internal-slot "^1.0.7" iterator.prototype "^1.1.2" - safe-array-concat "^1.0.1" + safe-array-concat "^1.1.2" + +es-object-atoms@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.0.0.tgz#ddb55cd47ac2e240701260bc2a8e31ecb643d941" + integrity sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw== + dependencies: + es-errors "^1.3.0" es-set-tostringtag@^2.0.1: version "2.0.2" @@ -4274,7 +4491,16 @@ es-set-tostringtag@^2.0.1: has-tostringtag "^1.0.0" hasown "^2.0.0" -es-shim-unscopables@^1.0.0: +es-set-tostringtag@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz#8bb60f0a440c2e4281962428438d58545af39777" + integrity sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ== + dependencies: + get-intrinsic "^1.2.4" + has-tostringtag "^1.0.2" + hasown "^2.0.1" + +es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763" integrity sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw== @@ -4290,35 +4516,6 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" -esbuild@^0.19.3: - version "0.19.12" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.19.12.tgz#dc82ee5dc79e82f5a5c3b4323a2a641827db3e04" - integrity sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg== - optionalDependencies: - "@esbuild/aix-ppc64" "0.19.12" - "@esbuild/android-arm" "0.19.12" - "@esbuild/android-arm64" "0.19.12" - "@esbuild/android-x64" "0.19.12" - "@esbuild/darwin-arm64" "0.19.12" - "@esbuild/darwin-x64" "0.19.12" - "@esbuild/freebsd-arm64" "0.19.12" - "@esbuild/freebsd-x64" "0.19.12" - "@esbuild/linux-arm" "0.19.12" - "@esbuild/linux-arm64" "0.19.12" - "@esbuild/linux-ia32" "0.19.12" - "@esbuild/linux-loong64" "0.19.12" - "@esbuild/linux-mips64el" "0.19.12" - "@esbuild/linux-ppc64" "0.19.12" - "@esbuild/linux-riscv64" "0.19.12" - "@esbuild/linux-s390x" "0.19.12" - "@esbuild/linux-x64" "0.19.12" - "@esbuild/netbsd-x64" "0.19.12" - "@esbuild/openbsd-x64" "0.19.12" - "@esbuild/sunos-x64" "0.19.12" - "@esbuild/win32-arm64" "0.19.12" - "@esbuild/win32-ia32" "0.19.12" - "@esbuild/win32-x64" "0.19.12" - esbuild@^0.21.3: version "0.21.5" resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.21.5.tgz#9ca301b120922959b766360d8ac830da0d02997d" @@ -4373,34 +4570,10 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-config-airbnb-base@^15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236" - integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig== - dependencies: - confusing-browser-globals "^1.0.10" - object.assign "^4.1.2" - object.entries "^1.1.5" - semver "^6.3.0" - -eslint-config-airbnb@^19.0.4: - version "19.0.4" - resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz#84d4c3490ad70a0ffa571138ebcdea6ab085fdc3" - integrity sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew== - dependencies: - eslint-config-airbnb-base "^15.0.0" - object.assign "^4.1.2" - object.entries "^1.1.5" - -eslint-config-prettier@^8.8.0: - version "8.10.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11" - integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== - -eslint-import-resolver-alias@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-alias/-/eslint-import-resolver-alias-1.1.2.tgz#297062890e31e4d6651eb5eba9534e1f6e68fc97" - integrity sha512-WdviM1Eu834zsfjHtcGHtGfcu+F30Od3V7I9Fi57uhBEwPkjDcii7/yW8jAT+gOhn4P/vOxxNAXbFAKsrrc15w== +eslint-config-prettier@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" + integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== eslint-import-resolver-node@^0.3.9: version "0.3.9" @@ -4411,84 +4584,95 @@ eslint-import-resolver-node@^0.3.9: is-core-module "^2.13.0" resolve "^1.22.4" -eslint-module-utils@^2.8.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49" - integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw== +eslint-module-utils@^2.9.0: + version "2.11.1" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.11.1.tgz#6d5a05f09af98f4d238a819ae4c23626a75fa65b" + integrity sha512-EwcbfLOhwVMAfatfqLecR2yv3dE5+kQ8kx+Rrt0DvDXEVwW86KQ/xbMDQhtp5l42VXukD5SOF8mQQHbaNtO0CQ== dependencies: debug "^3.2.7" -eslint-plugin-import@^2.27.5: - version "2.29.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643" - integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw== +eslint-plugin-import@^2.29.1: + version "2.30.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz#21ceea0fc462657195989dd780e50c92fe95f449" + integrity sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw== dependencies: - array-includes "^3.1.7" - array.prototype.findlastindex "^1.2.3" + "@rtsao/scc" "^1.1.0" + array-includes "^3.1.8" + array.prototype.findlastindex "^1.2.5" array.prototype.flat "^1.3.2" array.prototype.flatmap "^1.3.2" debug "^3.2.7" doctrine "^2.1.0" eslint-import-resolver-node "^0.3.9" - eslint-module-utils "^2.8.0" - hasown "^2.0.0" - is-core-module "^2.13.1" + eslint-module-utils "^2.9.0" + hasown "^2.0.2" + is-core-module "^2.15.1" is-glob "^4.0.3" minimatch "^3.1.2" - object.fromentries "^2.0.7" - object.groupby "^1.0.1" - object.values "^1.1.7" + object.fromentries "^2.0.8" + object.groupby "^1.0.3" + object.values "^1.2.0" semver "^6.3.1" tsconfig-paths "^3.15.0" -eslint-plugin-jsx-a11y@^6.7.1: - version "6.8.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz#2fa9c701d44fcd722b7c771ec322432857fcbad2" - integrity sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA== +eslint-plugin-jsx-a11y@^6.9.0: + version "6.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.0.tgz#36fb9dead91cafd085ddbe3829602fb10ef28339" + integrity sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg== dependencies: - "@babel/runtime" "^7.23.2" - aria-query "^5.3.0" - array-includes "^3.1.7" + aria-query "~5.1.3" + array-includes "^3.1.8" array.prototype.flatmap "^1.3.2" ast-types-flow "^0.0.8" - axe-core "=4.7.0" - axobject-query "^3.2.1" + axe-core "^4.10.0" + axobject-query "^4.1.0" damerau-levenshtein "^1.0.8" emoji-regex "^9.2.2" - es-iterator-helpers "^1.0.15" - hasown "^2.0.0" + es-iterator-helpers "^1.0.19" + hasown "^2.0.2" jsx-ast-utils "^3.3.5" language-tags "^1.0.9" minimatch "^3.1.2" - object.entries "^1.1.7" - object.fromentries "^2.0.7" + object.fromentries "^2.0.8" + safe-regex-test "^1.0.3" + string.prototype.includes "^2.0.0" -eslint-plugin-react-hooks@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" - integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== +eslint-plugin-prettier@^5.2.1: + version "5.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz#d1c8f972d8f60e414c25465c163d16f209411f95" + integrity sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw== + dependencies: + prettier-linter-helpers "^1.0.0" + synckit "^0.9.1" -eslint-plugin-react@^7.32.2: - version "7.33.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz#69ee09443ffc583927eafe86ffebb470ee737608" - integrity sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw== +eslint-plugin-react-hooks@^4.6.2: + version "4.6.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" + integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== + +eslint-plugin-react@^7.35.0: + version "7.36.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz#f1dabbb11f3d4ebe8b0cf4e54aff4aee81144ee5" + integrity sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA== dependencies: - array-includes "^3.1.6" - array.prototype.flatmap "^1.3.1" - array.prototype.tosorted "^1.1.1" + array-includes "^3.1.8" + array.prototype.findlast "^1.2.5" + array.prototype.flatmap "^1.3.2" + array.prototype.tosorted "^1.1.4" doctrine "^2.1.0" - es-iterator-helpers "^1.0.12" + es-iterator-helpers "^1.0.19" estraverse "^5.3.0" + hasown "^2.0.2" jsx-ast-utils "^2.4.1 || ^3.0.0" minimatch "^3.1.2" - object.entries "^1.1.6" - object.fromentries "^2.0.6" - object.hasown "^1.1.2" - object.values "^1.1.6" + object.entries "^1.1.8" + object.fromentries "^2.0.8" + object.values "^1.2.0" prop-types "^15.8.1" - resolve "^2.0.0-next.4" + resolve "^2.0.0-next.5" semver "^6.3.1" - string.prototype.matchall "^4.0.8" + string.prototype.matchall "^4.0.11" + string.prototype.repeat "^1.0.0" eslint-scope@^7.2.2: version "7.2.2" @@ -4669,7 +4853,7 @@ express-session@1.18.0: safe-buffer "5.2.1" uid-safe "~2.1.5" -express@4.21.0: +express@4.21.0, express@^4.17.1, express@^4.18.2: version "4.21.0" resolved "https://registry.yarnpkg.com/express/-/express-4.21.0.tgz#d57cb706d49623d4ac27833f1cbc466b668eb915" integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng== @@ -4683,60 +4867,23 @@ express@4.21.0: cookie-signature "1.0.6" debug "2.6.9" depd "2.0.0" - encodeurl "~2.0.0" - escape-html "~1.0.3" - etag "~1.8.1" - finalhandler "1.3.1" - fresh "0.5.2" - http-errors "2.0.0" - merge-descriptors "1.0.3" - methods "~1.1.2" - on-finished "2.4.1" - parseurl "~1.3.3" - path-to-regexp "0.1.10" - proxy-addr "~2.0.7" - qs "6.13.0" - range-parser "~1.2.1" - safe-buffer "5.2.1" - send "0.19.0" - serve-static "1.16.2" - setprototypeof "1.2.0" - statuses "2.0.1" - type-is "~1.6.18" - utils-merge "1.0.1" - vary "~1.1.2" - -express@^4.17.1, express@^4.18.2, express@^4.19.2: - version "4.19.2" - resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465" - integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q== - dependencies: - accepts "~1.3.8" - array-flatten "1.1.1" - body-parser "1.20.2" - content-disposition "0.5.4" - content-type "~1.0.4" - cookie "0.6.0" - cookie-signature "1.0.6" - debug "2.6.9" - depd "2.0.0" - encodeurl "~1.0.2" + encodeurl "~2.0.0" escape-html "~1.0.3" etag "~1.8.1" - finalhandler "1.2.0" + finalhandler "1.3.1" fresh "0.5.2" http-errors "2.0.0" - merge-descriptors "1.0.1" + merge-descriptors "1.0.3" methods "~1.1.2" on-finished "2.4.1" parseurl "~1.3.3" - path-to-regexp "0.1.7" + path-to-regexp "0.1.10" proxy-addr "~2.0.7" - qs "6.11.0" + qs "6.13.0" range-parser "~1.2.1" safe-buffer "5.2.1" - send "0.18.0" - serve-static "1.15.0" + send "0.19.0" + serve-static "1.16.2" setprototypeof "1.2.0" statuses "2.0.1" type-is "~1.6.18" @@ -4757,6 +4904,11 @@ fast-deep-equal@3.1.3, fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== +fast-diff@^1.1.2: + version "1.3.0" + resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0" + integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== + fast-glob@^3.0.3, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" @@ -4837,19 +4989,6 @@ filled-array@^1.0.0: resolved "https://registry.yarnpkg.com/filled-array/-/filled-array-1.1.0.tgz#c3c4f6c663b923459a9aa29912d2d031f1507f84" integrity sha512-4XwZ1k4rgoF3Yap59MyXFmiUh2zu9fht32NYPSRYwLv4o8BWHxi60I1VH5kHje14qGMoS3qyfHQUsN16ROOugQ== -finalhandler@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32" - integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg== - dependencies: - debug "2.6.9" - encodeurl "~1.0.2" - escape-html "~1.0.3" - on-finished "2.4.1" - parseurl "~1.3.3" - statuses "2.0.1" - unpipe "~1.0.0" - finalhandler@1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.3.1.tgz#0c575f1d1d324ddd1da35ad7ece3df7d19088019" @@ -5034,7 +5173,7 @@ fsevents@~2.3.2, fsevents@~2.3.3: resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== -function-bind@^1.1.1, function-bind@^1.1.2: +function-bind@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== @@ -5127,7 +5266,7 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@ has-symbols "^1.0.3" hasown "^2.0.0" -get-intrinsic@^1.2.4: +get-intrinsic@^1.2.3, get-intrinsic@^1.2.4: version "1.2.4" resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd" integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ== @@ -5166,6 +5305,15 @@ get-symbol-description@^1.0.0: call-bind "^1.0.2" get-intrinsic "^1.1.1" +get-symbol-description@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.2.tgz#533744d5aa20aca4e079c8e5daf7fd44202821f5" + integrity sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg== + dependencies: + call-bind "^1.0.5" + es-errors "^1.3.0" + get-intrinsic "^1.2.4" + getopts@2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/getopts/-/getopts-2.3.0.tgz#71e5593284807e03e2427449d4f6712a268666f4" @@ -5274,6 +5422,11 @@ global-prefix@^1.0.1: is-windows "^1.0.1" which "^1.2.14" +globals@^11.1.0: + version "11.12.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" + integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== + globals@^13.19.0: version "13.24.0" resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171" @@ -5454,6 +5607,11 @@ has-proto@^1.0.1: resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0" integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg== +has-proto@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.3.tgz#b31ddfe9b0e6e9914536a6ab286426d0214f77fd" + integrity sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q== + has-symbols@^1.0.2, has-symbols@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" @@ -5466,6 +5624,13 @@ has-tostringtag@^1.0.0: dependencies: has-symbols "^1.0.2" +has-tostringtag@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc" + integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== + dependencies: + has-symbols "^1.0.3" + has-unicode@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" @@ -5478,6 +5643,13 @@ hasown@^2.0.0: dependencies: function-bind "^1.1.2" +hasown@^2.0.1, hasown@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== + dependencies: + function-bind "^1.1.2" + helmet@7.1.0: version "7.1.0" resolved "https://registry.yarnpkg.com/helmet/-/helmet-7.1.0.tgz#287279e00f8a3763d5dccbaf1e5ee39b8c3784ca" @@ -5773,6 +5945,15 @@ inquirer@8.2.5: through "^2.3.6" wrap-ansi "^7.0.0" +internal-slot@^1.0.4, internal-slot@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802" + integrity sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g== + dependencies: + es-errors "^1.3.0" + hasown "^2.0.0" + side-channel "^1.0.4" + internal-slot@^1.0.5: version "1.0.6" resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.6.tgz#37e756098c4911c5e912b8edbf71ed3aa116f930" @@ -5813,6 +5994,14 @@ ipaddr.js@1.9.1: resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== +is-arguments@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" + integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + is-array-buffer@^3.0.1, is-array-buffer@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.2.tgz#f2653ced8412081638ecb0ebbd0c41c6e0aecbbe" @@ -5822,6 +6011,14 @@ is-array-buffer@^3.0.1, is-array-buffer@^3.0.2: get-intrinsic "^1.2.0" is-typed-array "^1.1.10" +is-array-buffer@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.4.tgz#7a1f92b3d61edd2bc65d24f130530ea93d7fae98" + integrity sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.1" + is-arrayish@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" @@ -5868,13 +6065,27 @@ is-cidr@^5.1.0: dependencies: cidr-regex "^4.1.1" -is-core-module@^2.13.0, is-core-module@^2.13.1: +is-core-module@^2.13.0: version "2.13.1" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384" integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== dependencies: hasown "^2.0.0" +is-core-module@^2.15.1: + version "2.15.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37" + integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ== + dependencies: + hasown "^2.0.2" + +is-data-view@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.1.tgz#4b4d3a511b70f3dc26d42c03ca9ca515d847759f" + integrity sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w== + dependencies: + is-typed-array "^1.1.13" + is-date-object@^1.0.1, is-date-object@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" @@ -5952,11 +6163,21 @@ is-map@^2.0.1: resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127" integrity sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg== +is-map@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e" + integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw== + is-negative-zero@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== +is-negative-zero@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747" + integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw== + is-npm@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4" @@ -6022,6 +6243,11 @@ is-set@^2.0.1: resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.2.tgz#90755fa4c2562dc1c5d4024760d6119b94ca18ec" integrity sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g== +is-set@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d" + integrity sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg== + is-shared-array-buffer@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79" @@ -6029,6 +6255,13 @@ is-shared-array-buffer@^1.0.2: dependencies: call-bind "^1.0.2" +is-shared-array-buffer@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz#1237f1cba059cdb62431d378dcc37d9680181688" + integrity sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg== + dependencies: + call-bind "^1.0.7" + is-stream@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" @@ -6072,6 +6305,13 @@ is-typed-array@^1.1.10, is-typed-array@^1.1.12, is-typed-array@^1.1.9: dependencies: which-typed-array "^1.1.11" +is-typed-array@^1.1.13: + version "1.1.13" + resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.13.tgz#d6c5ca56df62334959322d7d7dd1cca50debe229" + integrity sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw== + dependencies: + which-typed-array "^1.1.14" + is-unicode-supported@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" @@ -6190,6 +6430,11 @@ jsbn@1.1.0: resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040" integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A== +jsesc@^2.5.1: + version "2.5.2" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" + integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== + json-buffer@3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" @@ -6471,6 +6716,13 @@ libnpmversion@^6.0.3: proc-log "^4.2.0" semver "^7.3.7" +lie@3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/lie/-/lie-3.1.1.tgz#9a436b2cc7746ca59de7a41fa469b3efb76bd87e" + integrity sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw== + dependencies: + immediate "~3.0.5" + lie@~3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a" @@ -6526,6 +6778,13 @@ load-json-file@^4.0.0: pify "^3.0.0" strip-bom "^3.0.0" +localforage@^1.8.1: + version "1.10.0" + resolved "https://registry.yarnpkg.com/localforage/-/localforage-1.10.0.tgz#5c465dc5f62b2807c3a84c0c6a1b1b3212781dd4" + integrity sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg== + dependencies: + lie "3.1.1" + locate-path@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" @@ -6652,7 +6911,12 @@ log-update@^6.1.0: strip-ansi "^7.1.0" wrap-ansi "^9.0.0" -loglevel@^1.6.8, loglevel@^1.8.1: +loglevel@^1.6.8: + version "1.9.2" + resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.9.2.tgz#c2e028d6c757720107df4e64508530db6621ba08" + integrity sha512-HgMmCqIJSAKqo68l0rS2AanEWfkxaZ5wNiEFb5ggm08lDs9Xl2KxBlX3PTcaD2chBM1gXAYf491/M2Rv8Jwayg== + +loglevel@^1.8.1: version "1.8.1" resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.8.1.tgz#5c621f83d5b48c54ae93b6156353f555963377b4" integrity sha512-tCRIJM51SHjAayKwC+QAg8hT8vg6z7GSgLJKGvzuPb1Wc+hLzqtuVLxp6/HzSPOozuK+8ErAhy7U/sVzw8Dgfg== @@ -6790,14 +7054,9 @@ meow@^12.0.1: integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw== meow@^13.0.0: - version "13.0.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-13.0.0.tgz#123daf9c2c3afa59c55c4c163d973848a448ff02" - integrity sha512-4Hu+75Vo7EOR+8C9RmkabfLijuwd9SrzQ8f0SyC4qZZwU6BlxeOt5ulF3PGCpcMJX4hI+ktpJhea0P6PN1RiWw== - -merge-descriptors@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" - integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w== + version "13.2.0" + resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f" + integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA== merge-descriptors@1.0.3: version "1.0.3" @@ -6832,11 +7091,16 @@ micromatch@^4.0.0, micromatch@^4.0.2, micromatch@^4.0.4, micromatch@~4.0.7: braces "^3.0.3" picomatch "^2.3.1" -mime-db@1.52.0, "mime-db@>= 1.43.0 < 2": +mime-db@1.52.0: version "1.52.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== +"mime-db@>= 1.43.0 < 2": + version "1.53.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.53.0.tgz#3cb63cd820fc29896d9d4e8c32ab4fcd74ccb447" + integrity sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg== + mime-types@^2.1.12, mime-types@~2.1.24, mime-types@~2.1.34: version "2.1.35" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" @@ -6987,9 +7251,9 @@ mkdirp@^1.0.3: integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== moment-timezone@^0.5.43: - version "0.5.43" - resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.43.tgz#3dd7f3d0c67f78c23cd1906b9b2137a09b3c4790" - integrity sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ== + version "0.5.45" + resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.45.tgz#cb685acd56bac10e69d93c536366eb65aa6bcf5c" + integrity sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ== dependencies: moment "^2.29.4" @@ -7013,7 +7277,7 @@ ms@2.1.2: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -ms@2.1.3, ms@^2.0.0, ms@^2.1.1, ms@^2.1.2: +ms@2.1.3, ms@^2.0.0, ms@^2.1.1, ms@^2.1.2, ms@^2.1.3: version "2.1.3" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== @@ -7145,9 +7409,9 @@ node-fetch@2.7.0, node-fetch@^2.6.0, node-fetch@^2.6.12, node-fetch@^2.6.7: whatwg-url "^5.0.0" node-geocoder@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/node-geocoder/-/node-geocoder-4.2.0.tgz#340a62636877dc3f8bce3554e9e13bbe85409624" - integrity sha512-ZvUiOHWHLVGlrYPvazXj+VQ9oK+EOMinh/5vWoBwOQiV0eCU7GPtEWrMRNnKvmBVOzZHb1eFe9uoKMFeyygMVA== + version "4.4.0" + resolved "https://registry.yarnpkg.com/node-geocoder/-/node-geocoder-4.4.0.tgz#a46c44fe769664f7697cb77ef6fddca5be0ac569" + integrity sha512-oOGWDPiFiri5HHepSYd3ytXm8UH2yfL2UQxXZ/JzdUZccE3Hiy39pKri33h4dCct3UNCveJ8d/UtJAVJuRCo2A== dependencies: bluebird "^3.5.2" node-fetch "^2.6.0" @@ -7440,12 +7704,20 @@ object-inspect@^1.13.1, object-inspect@^1.9.0: resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2" integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ== +object-is@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.6.tgz#1a6a53aed2dd8f7e6775ff870bea58545956ab07" + integrity sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + object-keys@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== -object.assign@^4.1.2, object.assign@^4.1.4: +object.assign@^4.1.4, object.assign@^4.1.5: version "4.1.5" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.5.tgz#3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0" integrity sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ== @@ -7455,43 +7727,35 @@ object.assign@^4.1.2, object.assign@^4.1.4: has-symbols "^1.0.3" object-keys "^1.1.1" -object.entries@^1.1.5, object.entries@^1.1.6, object.entries@^1.1.7: - version "1.1.7" - resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.7.tgz#2b47760e2a2e3a752f39dd874655c61a7f03c131" - integrity sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA== - dependencies: - call-bind "^1.0.2" - define-properties "^1.2.0" - es-abstract "^1.22.1" - -object.fromentries@^2.0.6, object.fromentries@^2.0.7: - version "2.0.7" - resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616" - integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA== +object.entries@^1.1.8: + version "1.1.8" + resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41" + integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ== dependencies: - call-bind "^1.0.2" - define-properties "^1.2.0" - es-abstract "^1.22.1" + call-bind "^1.0.7" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" -object.groupby@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee" - integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ== +object.fromentries@^2.0.8: + version "2.0.8" + resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65" + integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ== dependencies: - call-bind "^1.0.2" - define-properties "^1.2.0" - es-abstract "^1.22.1" - get-intrinsic "^1.2.1" + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-object-atoms "^1.0.0" -object.hasown@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.3.tgz#6a5f2897bb4d3668b8e79364f98ccf971bda55ae" - integrity sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA== +object.groupby@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e" + integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ== dependencies: - define-properties "^1.2.0" - es-abstract "^1.22.1" + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" -object.values@^1.1.6, object.values@^1.1.7: +object.values@^1.1.6: version "1.1.7" resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a" integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng== @@ -7500,6 +7764,15 @@ object.values@^1.1.6, object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" +object.values@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b" + integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" + objection@3.1.4: version "3.1.4" resolved "https://registry.yarnpkg.com/objection/-/objection-3.1.4.tgz#0dfe58c42e9c09f5d092d0e69677cf806fd8fd31" @@ -7943,11 +8216,6 @@ path-to-regexp@0.1.10: resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b" integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w== -path-to-regexp@0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" - integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ== - path-type@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" @@ -7964,9 +8232,9 @@ pause@0.0.1: integrity sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg== pbf@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/pbf/-/pbf-3.2.1.tgz#b4c1b9e72af966cd82c6531691115cc0409ffe2a" - integrity sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ== + version "3.3.0" + resolved "https://registry.yarnpkg.com/pbf/-/pbf-3.3.0.tgz#1790f3d99118333cc7f498de816028a346ef367f" + integrity sha512-XDF38WCH3z5OV/OVa8GKUNtLAyneuzbCisx7QUCF8Q6Nutx0WnJrQe5O+kOtBlLfRNUws98Y58Lblp+NJG5T4Q== dependencies: ieee754 "^1.1.12" resolve-protobuf-schema "^2.1.0" @@ -7976,7 +8244,7 @@ pg-connection-string@2.6.2: resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.2.tgz#713d82053de4e2bd166fab70cd4f26ad36aab475" integrity sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA== -picocolors@^1.1.0: +picocolors@^1.0.0, picocolors@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59" integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw== @@ -8022,9 +8290,9 @@ pkginfo@^0.3.1: integrity sha512-yO5feByMzAp96LtP58wvPKSbaKAi/1C4kV9XpTctr6EepnP6F33RBNOiVrdz9BrPA98U2BMFsTNHo44TWcbQ2A== pogo-data-generator@^1.13.0: - version "1.16.5" - resolved "https://registry.yarnpkg.com/pogo-data-generator/-/pogo-data-generator-1.16.5.tgz#05073d328a735e2b6f222d2230e513cf7a4f7f2a" - integrity sha512-FBqdH/vX7P/nelQeDoDTMS+FwrWhM0JtCSqGwz5ZMDfWn54KFcuFlXJqfg6DgejOwKYUXOE1h9H6tW1Os8nDag== + version "1.18.2" + resolved "https://registry.yarnpkg.com/pogo-data-generator/-/pogo-data-generator-1.18.2.tgz#9a00c27a04bf52ad87f7d5b8f54446ce9dd67c5a" + integrity sha512-9B6L20Gb9IAJMokpkizdo8O32ySi/3IdS4msOb5IJz6KPcQUzHeZhPsRRaR426aQNICV39FhIYDh/ZHsx+RaNg== dependencies: "@na-ji/pogo-protos" "<3.0.0" jszip "^3.10.1" @@ -8035,6 +8303,11 @@ point-in-polygon-hao@^1.1.0: resolved "https://registry.yarnpkg.com/point-in-polygon-hao/-/point-in-polygon-hao-1.1.0.tgz#37f5f4fbe14e89fa8a3bb7f67c9158079d2ede7c" integrity sha512-3hTIM2j/v9Lio+wOyur3kckD4NxruZhpowUbEgmyikW+a2Kppjtu1eN+AhnMQtoHW46zld88JiYWv6fxpsDrTQ== +possible-typed-array-names@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f" + integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q== + postcss-selector-parser@^6.0.10: version "6.0.15" resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz#11cc2b21eebc0b99ea374ffb9887174855a01535" @@ -8043,7 +8316,7 @@ postcss-selector-parser@^6.0.10: cssesc "^3.0.0" util-deprecate "^1.0.2" -postcss@^8.4.32, postcss@^8.4.43: +postcss@^8.4.43: version "8.4.47" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365" integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ== @@ -8062,6 +8335,13 @@ prepend-http@^1.0.1: resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" integrity sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg== +prettier-linter-helpers@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" + integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== + dependencies: + fast-diff "^1.1.2" + prettier@3.3.3: version "3.3.3" resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105" @@ -8183,13 +8463,6 @@ qrcode-terminal@^0.12.0: resolved "https://registry.yarnpkg.com/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz#bb5b699ef7f9f0505092a3748be4464fe71b5819" integrity sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ== -qs@6.11.0: - version "6.11.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" - integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== - dependencies: - side-channel "^1.0.4" - qs@6.13.0, qs@^6.10.3: version "6.13.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906" @@ -8293,19 +8566,19 @@ react-leaflet@4.2.1: "@react-leaflet/core" "^2.1.0" react-router-dom@^6.15.0: - version "6.21.1" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.21.1.tgz#58b459d2fe1841388c95bb068f85128c45e27349" - integrity sha512-QCNrtjtDPwHDO+AO21MJd7yIcr41UetYt5jzaB9Y1UYaPTCnVuJq6S748g1dE11OQlCFIQg+RtAA1SEZIyiBeA== + version "6.26.2" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.2.tgz#a6e3b0cbd6bfd508e42b9342099d015a0ac59680" + integrity sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ== dependencies: - "@remix-run/router" "1.14.1" - react-router "6.21.1" + "@remix-run/router" "1.19.2" + react-router "6.26.2" -react-router@6.21.1: - version "6.21.1" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.21.1.tgz#8db7ee8d7cfc36513c9a66b44e0897208c33be34" - integrity sha512-W0l13YlMTm1YrpVIOpjCADJqEUpz1vm+CMo47RuFX4Ftegwm6KOYsL5G3eiE52jnJpKvzm6uB/vTKTPKM8dmkA== +react-router@6.26.2: + version "6.26.2" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.2.tgz#2f0a68999168954431cdc29dd36cec3b6fa44a7e" + integrity sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A== dependencies: - "@remix-run/router" "1.14.1" + "@remix-run/router" "1.19.2" react-transition-group@^4.4.5: version "4.4.5" @@ -8430,7 +8703,7 @@ regenerator-runtime@^0.14.0: resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f" integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== -regexp.prototype.flags@^1.5.0, regexp.prototype.flags@^1.5.1: +regexp.prototype.flags@^1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e" integrity sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg== @@ -8439,6 +8712,16 @@ regexp.prototype.flags@^1.5.0, regexp.prototype.flags@^1.5.1: define-properties "^1.2.0" set-function-name "^2.0.0" +regexp.prototype.flags@^1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz#138f644a3350f981a858c44f6bb1a61ff59be334" + integrity sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw== + dependencies: + call-bind "^1.0.6" + define-properties "^1.2.1" + es-errors "^1.3.0" + set-function-name "^2.0.1" + registry-auth-token@^3.0.1: version "3.4.0" resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.4.0.tgz#d7446815433f5d5ed6431cd5dca21048f66b397e" @@ -8529,7 +8812,7 @@ resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.4: path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -resolve@^2.0.0-next.4: +resolve@^2.0.0-next.5: version "2.0.0-next.5" resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.5.tgz#6b0ec3107e671e52b68cd068ef327173b90dc03c" integrity sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA== @@ -8603,7 +8886,7 @@ rollup-plugin-delete@^2.0.0: dependencies: del "^5.1.0" -rollup@^4.2.0, rollup@^4.20.0: +rollup@^4.20.0: version "4.21.3" resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.21.3.tgz#c64ba119e6aeb913798a6f7eef2780a0df5a0821" integrity sha512-7sqRtBNnEbcBtMeRVc6VRsJMmpI+JU1z9VTvW8D4gXIYQFz0aLcsE6rRkyghZkLfEgUZgVvOG7A5CVz/VW5GIA== @@ -8662,6 +8945,16 @@ safe-array-concat@^1.0.1: has-symbols "^1.0.3" isarray "^2.0.5" +safe-array-concat@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.2.tgz#81d77ee0c4e8b863635227c721278dd524c20edb" + integrity sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q== + dependencies: + call-bind "^1.0.7" + get-intrinsic "^1.2.4" + has-symbols "^1.0.3" + isarray "^2.0.5" + safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" @@ -8681,6 +8974,15 @@ safe-regex-test@^1.0.0: get-intrinsic "^1.1.3" is-regex "^1.1.4" +safe-regex-test@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.3.tgz#a5b4c0f06e0ab50ea2c395c14d8371232924c377" + integrity sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw== + dependencies: + call-bind "^1.0.6" + es-errors "^1.3.0" + is-regex "^1.1.4" + "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" @@ -8752,7 +9054,7 @@ semver@^5.0.3, semver@^5.1.0: resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== -semver@^6.0.0, semver@^6.3.0, semver@^6.3.1: +semver@^6.0.0, semver@^6.3.1: version "6.3.1" resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== @@ -8769,25 +9071,6 @@ semver@^7.5.2, semver@^7.6.0, semver@^7.6.2: resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== -send@0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be" - integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg== - dependencies: - debug "2.6.9" - depd "2.0.0" - destroy "1.2.0" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - fresh "0.5.2" - http-errors "2.0.0" - mime "1.6.0" - ms "2.1.3" - on-finished "2.4.1" - range-parser "~1.2.1" - statuses "2.0.1" - send@0.19.0: version "0.19.0" resolved "https://registry.yarnpkg.com/send/-/send-0.19.0.tgz#bbc5a388c8ea6c048967049dbeac0e4a3f09d7f8" @@ -8812,16 +9095,6 @@ seq-queue@^0.0.5: resolved "https://registry.yarnpkg.com/seq-queue/-/seq-queue-0.0.5.tgz#d56812e1c017a6e4e7c3e3a37a1da6d78dd3c93e" integrity sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q== -serve-static@1.15.0: - version "1.15.0" - resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540" - integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g== - dependencies: - encodeurl "~1.0.2" - escape-html "~1.0.3" - parseurl "~1.3.3" - send "0.18.0" - serve-static@1.16.2: version "1.16.2" resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.16.2.tgz#b6a5343da47f6bdd2673848bf45754941e803296" @@ -8868,6 +9141,16 @@ set-function-name@^2.0.0, set-function-name@^2.0.1: functions-have-names "^1.2.3" has-property-descriptors "^1.0.0" +set-function-name@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz#16a705c5a0dc2f5e638ca96d8a8cd4e1c2b90985" + integrity sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ== + dependencies: + define-data-property "^1.1.4" + es-errors "^1.3.0" + functions-have-names "^1.2.3" + has-property-descriptors "^1.0.2" + setimmediate@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" @@ -9130,6 +9413,13 @@ statuses@2.0.1: resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== +stop-iteration-iterator@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz#6a60be0b4ee757d1ed5254858ec66b10c49285e4" + integrity sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ== + dependencies: + internal-slot "^1.0.4" + stream-combiner2@~1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/stream-combiner2/-/stream-combiner2-1.1.1.tgz#fb4d8a1420ea362764e21ad4780397bebcb41cbe" @@ -9184,20 +9474,39 @@ string-width@^7.0.0: get-east-asian-width "^1.0.0" strip-ansi "^7.1.0" -string.prototype.matchall@^4.0.8: - version "4.0.10" - resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz#a1553eb532221d4180c51581d6072cd65d1ee100" - integrity sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ== +string.prototype.includes@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz#8986d57aee66d5460c144620a6d873778ad7289f" + integrity sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg== dependencies: - call-bind "^1.0.2" - define-properties "^1.2.0" - es-abstract "^1.22.1" - get-intrinsic "^1.2.1" + define-properties "^1.1.3" + es-abstract "^1.17.5" + +string.prototype.matchall@^4.0.11: + version "4.0.11" + resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz#1092a72c59268d2abaad76582dccc687c0297e0a" + integrity sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + get-intrinsic "^1.2.4" + gopd "^1.0.1" has-symbols "^1.0.3" - internal-slot "^1.0.5" - regexp.prototype.flags "^1.5.0" - set-function-name "^2.0.0" - side-channel "^1.0.4" + internal-slot "^1.0.7" + regexp.prototype.flags "^1.5.2" + set-function-name "^2.0.2" + side-channel "^1.0.6" + +string.prototype.repeat@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a" + integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.5" string.prototype.trim@^1.2.8: version "1.2.8" @@ -9208,6 +9517,16 @@ string.prototype.trim@^1.2.8: define-properties "^1.2.0" es-abstract "^1.22.1" +string.prototype.trim@^1.2.9: + version "1.2.9" + resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4" + integrity sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.0" + es-object-atoms "^1.0.0" + string.prototype.trimend@^1.0.7: version "1.0.7" resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz#1bb3afc5008661d73e2dc015cd4853732d6c471e" @@ -9217,6 +9536,15 @@ string.prototype.trimend@^1.0.7: define-properties "^1.2.0" es-abstract "^1.22.1" +string.prototype.trimend@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz#3651b8513719e8a9f48de7f2f77640b26652b229" + integrity sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" + string.prototype.trimstart@^1.0.7: version "1.0.7" resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz#d4cdb44b83a4737ffbac2d406e405d43d0184298" @@ -9226,6 +9554,15 @@ string.prototype.trimstart@^1.0.7: define-properties "^1.2.0" es-abstract "^1.22.1" +string.prototype.trimstart@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz#7ee834dda8c7c17eff3118472bb35bfedaa34dde" + integrity sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" + string_decoder@^1.1.1: version "1.3.0" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" @@ -9357,6 +9694,14 @@ symbol-observable@^4.0.0: resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-4.0.0.tgz#5b425f192279e87f2f9b937ac8540d1984b39205" integrity sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ== +synckit@^0.9.1: + version "0.9.1" + resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.1.tgz#febbfbb6649979450131f64735aa3f6c14575c88" + integrity sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A== + dependencies: + "@pkgr/core" "^0.1.0" + tslib "^2.6.2" + tar@^6.1.11, tar@^6.2.1: version "6.2.1" resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a" @@ -9537,11 +9882,16 @@ tsconfig-paths@^3.15.0: minimist "^1.2.6" strip-bom "^3.0.0" -tslib@2.6.2, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.6.2: +tslib@2.6.2, tslib@^2.1.0, tslib@^2.3.0: version "2.6.2" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== +tslib@^2.4.0, tslib@^2.6.2, tslib@^2.6.3: + version "2.7.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01" + integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA== + tuf-js@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-2.2.1.tgz#fdd8794b644af1a75c7aaa2b197ddffeb2911b56" @@ -9600,6 +9950,15 @@ typed-array-buffer@^1.0.0: get-intrinsic "^1.2.1" is-typed-array "^1.1.10" +typed-array-buffer@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz#1867c5d83b20fcb5ccf32649e5e2fc7424474ff3" + integrity sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ== + dependencies: + call-bind "^1.0.7" + es-errors "^1.3.0" + is-typed-array "^1.1.13" + typed-array-byte-length@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz#d787a24a995711611fb2b87a4052799517b230d0" @@ -9610,6 +9969,17 @@ typed-array-byte-length@^1.0.0: has-proto "^1.0.1" is-typed-array "^1.1.10" +typed-array-byte-length@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz#d92972d3cff99a3fa2e765a28fcdc0f1d89dec67" + integrity sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw== + dependencies: + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + has-proto "^1.0.3" + is-typed-array "^1.1.13" + typed-array-byte-offset@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz#cbbe89b51fdef9cd6aaf07ad4707340abbc4ea0b" @@ -9621,6 +9991,18 @@ typed-array-byte-offset@^1.0.0: has-proto "^1.0.1" is-typed-array "^1.1.10" +typed-array-byte-offset@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz#f9ec1acb9259f395093e4567eb3c28a580d02063" + integrity sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA== + dependencies: + available-typed-arrays "^1.0.7" + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + has-proto "^1.0.3" + is-typed-array "^1.1.13" + typed-array-length@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb" @@ -9630,6 +10012,18 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" +typed-array-length@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.6.tgz#57155207c76e64a3457482dfdc1c9d1d3c4c73a3" + integrity sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g== + dependencies: + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + has-proto "^1.0.3" + is-typed-array "^1.1.13" + possible-typed-array-names "^1.0.0" + typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" @@ -9682,11 +10076,21 @@ undici-types@~5.26.4: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== +undici-types@~6.19.2: + version "6.19.8" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" + integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== + undici@6.13.0: version "6.13.0" resolved "https://registry.yarnpkg.com/undici/-/undici-6.13.0.tgz#7edbf4b7f3aac5f8a681d515151bf55cb3589d72" integrity sha512-Q2rtqmZWrbP8nePMq7mOJIN98M0fYvSgV89vwl/BQRT4mDOeY2GXZngfGpcBBhtky3woM7G24wZV3Q304Bv6cw== +undici@6.19.8: + version "6.19.8" + resolved "https://registry.yarnpkg.com/undici/-/undici-6.19.8.tgz#002d7c8a28f8cc3a44ff33c3d4be4d85e15d40e1" + integrity sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g== + unicode-emoji-modifier-base@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz#dbbd5b54ba30f287e2a8d5a249da6c0cef369459" @@ -9863,17 +10267,6 @@ vite-plugin-checker@0.7.2: vscode-languageserver-textdocument "^1.0.1" vscode-uri "^3.0.2" -vite@5.0.13: - version "5.0.13" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.13.tgz#605865b0e482506163e3f04f91665238f3be8cf1" - integrity sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg== - dependencies: - esbuild "^0.19.3" - postcss "^8.4.32" - rollup "^4.2.0" - optionalDependencies: - fsevents "~2.3.3" - vite@5.4.6: version "5.4.6" resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.6.tgz#85a93a1228a7fb5a723ca1743e337a2588ed008f" @@ -10029,6 +10422,17 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.9: gopd "^1.0.1" has-tostringtag "^1.0.0" +which-typed-array@^1.1.14, which-typed-array@^1.1.15: + version "1.1.15" + resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.15.tgz#264859e9b11a649b388bfaaf4f767df1f779b38d" + integrity sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA== + dependencies: + available-typed-arrays "^1.0.7" + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + has-tostringtag "^1.0.2" + which@^1.2.14: version "1.3.1" resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" From 78023ab18cb21a395f158312baa62bc86f1c3702 Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:25:34 -0400 Subject: [PATCH 02/15] fix: nodemon config --- server/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/package.json b/server/package.json index a0cfc443f..9a1eaf907 100644 --- a/server/package.json +++ b/server/package.json @@ -12,9 +12,9 @@ }, "nodemonConfig": { "watch": [ - "server/src/**/*.js", - "config/default.json", - "packages/**/*" + "./src/**/*.js", + "../config/default.json", + "../packages/**/*" ], "ignore": [ "server/src/configs/koji_backups/**", From f9e613ac7fa15e701d7104166f7ad28cf102fc0d Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:49:42 -0400 Subject: [PATCH 03/15] refactor: rework config file structure BREAKING CHANGE: moves config files --- .gitignore | 1 + client/plugins/index.js | 13 -- client/plugins/{favicon.js => public.js} | 46 +++-- .../{favicon/fallback.ico => favicon.ico} | Bin client/vite.config.js | 12 +- .../multi-domain}/README.md | 0 .../multi-domain}/local-applemap.json | 0 .../multi-domain}/local-orangemap.json | 0 .../multi-domain}/local.json | 0 .../multi-domain}/nginx | 0 config/example/standard/donationPage.json | 14 ++ .../standard/ecosystem.config.example.js | 0 .../standard/local.json} | 0 config/example/standard/loginPage.json | 9 + config/example/standard/messageOfTheDay.json | 17 ++ config/example/standard/nginx | 15 ++ config/example/standard/public/favicon.ico | Bin 0 -> 270398 bytes .../example/standard/public/images}/.gitkeep | 0 packages/config/lib/index.js | 18 +- packages/config/lib/mutations.js | 30 +-- packages/config/lib/validateJsons.js | 14 +- packages/types/lib/augmentations.d.ts | 7 - packages/types/lib/config.d.ts | 11 +- packages/types/lib/models.d.ts | 14 +- server/src/graphql/resolvers.js | 57 ++---- server/src/routes/rootRouter.js | 4 +- server/src/services/EventManager.js | 2 +- server/src/services/areas.js | 176 +++++------------- server/src/services/watcher.js | 40 ++-- server/src/ui/drawer.js | 5 +- server/src/utils/getServerSettings.js | 4 +- server/src/utils/reloadConfig.js | 2 +- server/src/utils/writeConfigFiles.js | 24 +++ 33 files changed, 214 insertions(+), 321 deletions(-) delete mode 100644 client/plugins/index.js rename client/plugins/{favicon.js => public.js} (52%) rename client/public/{favicon/fallback.ico => favicon.ico} (100%) rename config/{multi-domain-example => example/multi-domain}/README.md (100%) rename config/{multi-domain-example => example/multi-domain}/local-applemap.json (100%) rename config/{multi-domain-example => example/multi-domain}/local-orangemap.json (100%) rename config/{multi-domain-example => example/multi-domain}/local.json (100%) rename config/{multi-domain-example => example/multi-domain}/nginx (100%) create mode 100644 config/example/standard/donationPage.json rename ecosystem.config.example.js => config/example/standard/ecosystem.config.example.js (100%) rename config/{local.example.json => example/standard/local.json} (100%) create mode 100644 config/example/standard/loginPage.json create mode 100644 config/example/standard/messageOfTheDay.json create mode 100644 config/example/standard/nginx create mode 100644 config/example/standard/public/favicon.ico rename {server/src/configs => config/example/standard/public/images}/.gitkeep (100%) create mode 100644 server/src/utils/writeConfigFiles.js diff --git a/.gitignore b/.gitignore index dbbc19e20..541cf9be3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ server/src/configs/**/* config/local.json config/areas.json !server/src/configs/.gitkeep +config/user/**/* .env # Masterfile diff --git a/client/plugins/index.js b/client/plugins/index.js deleted file mode 100644 index e3a3de15b..000000000 --- a/client/plugins/index.js +++ /dev/null @@ -1,13 +0,0 @@ -// @ts-check - -const { localePlugin } = require('./locale') -const { faviconPlugin } = require('./favicon') -const { muteWarningsPlugin } = require('./muteWarnings') -const { customFilePlugin } = require('./customFile') - -module.exports = { - localePlugin, - faviconPlugin, - muteWarningsPlugin, - customFilePlugin, -} diff --git a/client/plugins/favicon.js b/client/plugins/public.js similarity index 52% rename from client/plugins/favicon.js rename to client/plugins/public.js index 84f44f8f5..f6b72a86d 100644 --- a/client/plugins/favicon.js +++ b/client/plugins/public.js @@ -4,45 +4,45 @@ const fs = require('fs') const { log, TAGS } = require('@rm/logger') +const configDir = path.join(__dirname, '../../config/user/public') + /** - * @param {boolean} isDevelopment * @returns {import('vite').Plugin} */ -const faviconPlugin = (isDevelopment) => { - const basePath = fs.existsSync( - path.join(__dirname, '../../public/favicon/favicon.ico'), - ) - ? path.join(__dirname, '../../public/favicon') - : path.join(__dirname, '../public/favicon') +const publicPlugin = () => { const markerPath = path.join( __dirname, '../../node_modules/leaflet/dist/images/marker-icon.png', ) - const fallback = path.join(basePath, `fallback.ico`) - const custom = process.env.NODE_CONFIG_ENV - ? path.join(basePath, `${process.env.NODE_CONFIG_ENV}.ico`) - : path.join(basePath, `favicon.ico`) - const favicon = fs.existsSync(custom) ? custom : fallback + let outDir = '' return { - name: 'vite-plugin-favicon', + name: 'vite-plugin-public', + configResolved(config) { + outDir = config.build.outDir + }, generateBundle() { this.emitFile({ type: 'asset', fileName: 'images/fallback-marker.png', source: fs.readFileSync(markerPath), }) - if (isDevelopment) return - try { - this.emitFile({ - type: 'asset', - fileName: 'favicon.ico', - source: fs.readFileSync(favicon), + }, + async closeBundle() { + if (fs.existsSync(configDir)) { + log.info(TAGS.build, 'copying public folder from config') + await fs.promises.cp(configDir, outDir, { + recursive: true, }) - } catch (e) { - log.error(TAGS.build, 'Error loading favicon', e) } }, configureServer(server) { + const customPath = process.env.NODE_CONFIG_ENV + ? path.join(configDir, `favicon-${process.env.NODE_CONFIG_ENV}.ico`) + : path.join(configDir, `favicon.ico`) + const favicon = fs.existsSync(customPath) + ? customPath + : path.join(__dirname, '../public/favicon.ico') + server.middlewares.use((req, res, next) => { if (req.url === '/favicon.ico') { res.writeHead(200, { 'Content-Type': 'image/x-icon' }) @@ -60,6 +60,4 @@ const faviconPlugin = (isDevelopment) => { } } -module.exports = { - faviconPlugin, -} +module.exports = { publicPlugin } diff --git a/client/public/favicon/fallback.ico b/client/public/favicon.ico similarity index 100% rename from client/public/favicon/fallback.ico rename to client/public/favicon.ico diff --git a/client/vite.config.js b/client/vite.config.js index 0c0195c66..ed7d16e5a 100644 --- a/client/vite.config.js +++ b/client/vite.config.js @@ -11,12 +11,10 @@ const { sentryVitePlugin } = require('@sentry/vite-plugin') const config = require('@rm/config') const { log, TAGS } = require('@rm/logger') const { locales, status } = require('@rm/locales') -const { - faviconPlugin, - customFilePlugin, - localePlugin, - muteWarningsPlugin, -} = require('./plugins') +const { customFilePlugin } = require('./plugins/customFile') +const { localePlugin } = require('./plugins/locale') +const { publicPlugin } = require('./plugins/public') +const { muteWarningsPlugin } = require('./plugins/muteWarnings') const defaultLogger = createLogger() const logLevel = config.getSafe('devOptions.logLevel') @@ -103,7 +101,7 @@ const viteConfig = defineConfig(({ mode }) => { ] : []), localePlugin(isDevelopment), - faviconPlugin(isDevelopment), + publicPlugin(), muteWarningsPlugin([ ['SOURCEMAP_ERROR', "Can't resolve original location of error"], ]), diff --git a/config/multi-domain-example/README.md b/config/example/multi-domain/README.md similarity index 100% rename from config/multi-domain-example/README.md rename to config/example/multi-domain/README.md diff --git a/config/multi-domain-example/local-applemap.json b/config/example/multi-domain/local-applemap.json similarity index 100% rename from config/multi-domain-example/local-applemap.json rename to config/example/multi-domain/local-applemap.json diff --git a/config/multi-domain-example/local-orangemap.json b/config/example/multi-domain/local-orangemap.json similarity index 100% rename from config/multi-domain-example/local-orangemap.json rename to config/example/multi-domain/local-orangemap.json diff --git a/config/multi-domain-example/local.json b/config/example/multi-domain/local.json similarity index 100% rename from config/multi-domain-example/local.json rename to config/example/multi-domain/local.json diff --git a/config/multi-domain-example/nginx b/config/example/multi-domain/nginx similarity index 100% rename from config/multi-domain-example/nginx rename to config/example/multi-domain/nginx diff --git a/config/example/standard/donationPage.json b/config/example/standard/donationPage.json new file mode 100644 index 000000000..11d677798 --- /dev/null +++ b/config/example/standard/donationPage.json @@ -0,0 +1,14 @@ +{ + "showOnMap": false, + "showToDonors": false, + "fabIcon": "card", + "settings": { + "parentSpacing": 0, + "parentAlignItems": "center", + "parentJustifyContent": "center", + "parentStyle": {} + }, + "titles": [], + "components": [], + "footerButtons": [] +} diff --git a/ecosystem.config.example.js b/config/example/standard/ecosystem.config.example.js similarity index 100% rename from ecosystem.config.example.js rename to config/example/standard/ecosystem.config.example.js diff --git a/config/local.example.json b/config/example/standard/local.json similarity index 100% rename from config/local.example.json rename to config/example/standard/local.json diff --git a/config/example/standard/loginPage.json b/config/example/standard/loginPage.json new file mode 100644 index 000000000..4bf4c8c6b --- /dev/null +++ b/config/example/standard/loginPage.json @@ -0,0 +1,9 @@ +{ + "settings": { + "parentSpacing": 0, + "parentAlignItems": "center", + "parentJustifyContent": "center", + "parentStyle": {} + }, + "components": [] +} diff --git a/config/example/standard/messageOfTheDay.json b/config/example/standard/messageOfTheDay.json new file mode 100644 index 000000000..472718c6a --- /dev/null +++ b/config/example/standard/messageOfTheDay.json @@ -0,0 +1,17 @@ +{ + "dialogMaxWidth": "sm", + "index": 0, + "settings": { + "parentSpacing": 0, + "parentAlignItems": "center", + "parentJustifyContent": "center", + "parentStyle": {}, + "permanent": false, + "freeloaderOnly": false, + "donorOnly": false, + "timeoutSeconds": 0 + }, + "titles": [], + "components": [], + "footerButtons": [] +} diff --git a/config/example/standard/nginx b/config/example/standard/nginx new file mode 100644 index 000000000..ef2f1f1f7 --- /dev/null +++ b/config/example/standard/nginx @@ -0,0 +1,15 @@ +server { + listen 80; + listen [::]:80; + + mymap.com; + + location / { + proxy_pass http://127.0.0.1:8080/; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_request_buffering off; + proxy_buffering off; + proxy_set_header Connection keep-alive; + } +} diff --git a/config/example/standard/public/favicon.ico b/config/example/standard/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..ddd698d78ef568862ca5d4fdfc530078386fecef GIT binary patch literal 270398 zcmeF42fP*4wf~jg1Vt<$AR;1FvBnrBiim<(uwXYDeTgytQ#6`rtn{XW1rPyyEHP?q zv0!fq(k_>#0``jZdhh7||GsO@o-^lydGX~XFDB>S&;HDuIdf+Ati6A$?=_okwz>ZK z+kCTDo3(3IW3z3w-_8$gwplel&d1VUi2@}GlqgW5K#2k+3X~{NqCklPB?^=%P@+JI z0woHRC{Ut6i2@}GlqgW5K#2k+3X~{NqCklPB?^=%P@+JI0woHRC{Ut6i2@}GlqgW5 zK#2k+3X~{NqCklPB?^=%P@+JI0woHRC{Ut6i2@}GlqgW5K#2k+3X~{NqCklPB?^=% zP@+JI0woHRC{Ut6i2@}Glqm2oNC8zz*{p^dTUzPw-;)AyeB)UEdp>39ss2_9Fdu5E zHBj3!ZR~Tb#0Nx#f0Mt`IRBdr6&``f?rq-rfwaq%UY*v5orrXxtQ=dDj!3(xmLlWY( z6kzNaL&mbr=9_QUsYTPedpF;%&ffaWIJZf^D~+=V@gMLPv5&5goNssG*&TW5)TU0Z(I=amc2 z2;NQ)74uII%VwNBcj(1?9k25!qm0goJy1uDYn1-}wJE?DF;+ItHEV3%VZy*Y&s;s@ z$oG>u$Ao-aHT}qUM_;-7X*#zw&i~qD`uFxOuLrhnwr$-m(;qo<obq6$_r~e#btYx7@ch&i~qj{4IJH^+0rYboh2dF52^W z+4$w?_yu`i(EY)@HSoXSG;0;}PfI?2{e(%U_i5ct*C^SF-(mp%NvB30pZRnyJ$KjM zOWx=`Mc6Nv_vvRlZu`;+<{YJSj0c1-Uhg^i{8L-^V6Lc@d;0|hI$fqbaPY7V<;SdcA0M(khj;e#4g7EP*?GYFvfj&I zzwf|7O}464@(KLkjqkU;GqNCW1GYWosGSb_=(Q7`mi$g!uPEsh$`pL<=bk{vgK7oJUT!`b0t#3Y^e!pmc z%+e{nrx)4!8P;?5za2v#*hEAB#}5#<;s@9Rm2-{^OD6Z6a`8EBdg*?7p8#`>zLfs{ z?>EY4){bJ3`qdqR!^i}bm|GWv@8!yV(Z74PutUuZr$zEH%@$Mllp#U1Eg}_K3CBJOupxi+2@G;bZgk(_?UbG74JNE z%)MPYY!!V1*ow>z`dIq=pHm=?bC$nx*a6!e@X<>>pOn6zY+CLk=c~y5i1(=b+vh5B zAFSgCFgrl|vZj}CBJnEd)x$%d2<@HsYg1I}GF_pDGp^)n+-H8h0v}jbes<_Ru`G;#a!j&r9_I<;vj4Ldai94FPB9*^diF^l-#YaB zKNbP-3A9ox#g9dVZ}}I;+2Z>8ZHLEi-v5I2Wk)ZMem>h8A8<^=2P!4^t!aOqFhB8` z3CXdym4(%_k2n8b#JKzV9OG-t`y}m0z87wKbY!B~VNxl%ZT(7#iNgh<#T?V`1h^{ zM1MeGdy0O~cc&;uc*^?M?mv8x)}G{j0wr7VZyWF;Tfb$~x_g#C)_tt-UQul8WAmrF ze$n>m@cGQslC$o9CfR%9y3qU9d4~UuV|=dfga6K>mxa26mW8VxeI!|4c4Cr9=9|tR zw<#}x9~9aVpt{aH_4=*1tcg#cO*%JANf=g~$h77jWFO5B|{;D$xz*of6)CvCqT%b!oDn`rcM8 z#*cZH(%;4us5;JVkL}T{>nE@Ddd_8jAG7PD{5KmvwFC0|GhRJ6>HCMW&}hWE(CVi3 z;fRUzi}8<+kDZ^|`fF$RNp>HzEVQ^`eb{37+HlCYY02AD|4TZ6+yCeS1e#$)>T9?9E)t*TYqyu&Sn_CIs=>{CBBd7rM`*;w|Y1GwB@uX7%M z^`@}*#Fb&Q-z^LchOQ2^2QCkLU-zcV{}lgu+0Q=s?;-r}Dg1Yu_;si^bWP~_hcCj^ zsr}>=fM+<~i?%8D!GGidOQxRi=5K%6v9}0O@(FzNY{-vuOT|;$U3*FAzN@AmwWx9~ zxOeP>^Nn+O-Pcz!r%!m~=}W?ngJy@_ZVh4ATfPeQ2d@Y{Cl<^9N__oQ@W11AUxs=^ zR)%T=SBI8kz7B`nwJf~++LdMtMC`lXAMsznKKQ3CpL*EbAs4ngJ{{*$Eclzp`fvRv z+JI*3H*8RIw^#4)HE8|Z(^p41A8{Y$ec`yv{S|Z12_v6=G}-6&B($Fp!sZvh6hAMSZ=i|y-m(X+KygRlLk+locD{$3ro-1n`gdfcJ7zSivK zWqwt;pZfWP{SV(fE%X`l=VY@>-j#m0IJA|m7V+Qy<_)3!u<2n{hJX3?EY?q)&-MGY zvyUa)OBRNfH*P4xf9C%O_ZA0m8@?+3TaB&^+l*Wv&;>e-|0*=S zZguE2=Gic3$}iFwA$%a}0O$em0LQ-Z0{@)6|5BgFjyR~E^eE zZg;OV{jd3r6=7@1ZSW6ouYT#`&|>7uV*IB*e{}vl{+H$af4krMb!e@5QLF!#p??3* z!seGOmaJK1^RC5!nc?wguS}E!%WVCzkvUUec#5sJ+>R>92*{aX=Jkht)H9BH`%W-+4dTZyD%K(Kfc>T zZ<*)#H@p|*zRU9?1M)wQfA~9oz&1Ba2he`J)}ePV4bQzI-;enN^Rhq33xs=kLFJsD z;uAf?$~SwwbK~V5Px%iWXFc}c{1^2=v-Mjvt>0zp!@Wl+k9Tdf>HqpxHT&lLB#e0K z@vyISHs(OYeEnf-!!F|(%MfZ@`AKMY?Fz&Hu@?Vxn?LjYr}7`2p7>wK;bo!T)gOhL zmwzCvgLyUd%zV?a+P{B0jQsPMWX)XZCDQp#?%Ng{;N;X6$Zt;$Yi9TT^wDuYyr6#F z|ET(6MYcZcYhS**>s8qL;C|y)HJ9(0u%fK5@;B}^8*IC4SEqa!-G5PNJ5FP7@?ZAe zgs;PP*U4uyd`61@6#G^3`ik(+Z#8$AFAY*1!13?L54dw}82ikf$?7tE0y*4Q**E;d z1Ju^dI&A5)x9xlBmJLhw#WukWq8^yp`bQkx{DAjgKH)LR`JAnv+V-jJ&wKzD|2sV_ zn07%p=fT+t*x&2+lxM>O(y@dGApg-18xLI?THUZZ960KA`Tuh^e=7gYe%Jn&v(F06 zFMmbzYN5&bs+ecK)ev83Jak!TGe&ym?Umt@M_&m`X8%NMjnV&+`D$hZY+_&EZJ2w~ z+L@2`y1rfOhI@)O|L(S8^yygs#t-*tvfsiZujTy z|GfNX{=h>TDt?I0m+2GfeA?@_%5d&IPlgYso+O_@o(H(>_hVrHaBt;@D^K9?iusRs zow!%WhWq{pjPoX7zR5#HdZ5l|H{gOjk6k+L&tR{@bRa4J;eN8eeoB` zu7hRkqk}OPzlATOkEJ@}BQ5mwGR*6?4H)05`* zAphHp`ZDZ#bEU<1@Dme1L#=?DfC67QBdk##?;X$Iow%(ZLOc0v8%WM$@9&n58RNF|==Gu2l^^@OiF&&*9r16m zeBs@5_){N%;s4CA!TG z4?TSqd4R6_OV(%nAnF8BFJP;-e8vg$uf257zM{*&lTRS>c+2CZ7WdsF_BluOxm1fA z9U32B+=6$v^`jpETYp{ov0?0=hbB$?l{p`dc#mV5eRdyUv7WXtw7&BBuyUsEljZWI zc|GP2=&ktQQORb%nrZxGb6vCArSFCsmwgawUh%Pb$%mo#)t`n2^7+*7hpv(G8l6}D ziciAsqdy9dJl8L5(6yZpfP2^bjSs*JtVtIT{uA+nRnrcAcf!EVXKI|u8~#u8{pgXc zel~G0(*s+#++xp}j~#VAw!X`C_vb|!U)UCoe>vx8$-uunW43-l-~ZZt{LOBtuw0$i zW4{X9$sc6Cy3{{xa|8Kt@q*B4z_U5|@4kQhf3E+ZDu2R{L$~pZlq*=_dW7`C-6R{x z1L}fa0rod)etg$kz7Dl7nHL8Aadfg;K7s$%7BF6LlGds8UHZ)J2mg*3xaiYb4SxuH z61(}k_E+T7*}h5bE|c#+Xvl`ys?Vj^p2zT!`*Gi~Z+^ZszQ1zzNy)G8xi2)ha#5%* zOl~GTn(Su`!M|-P)8Pak+a`FPe(O#WA(2c)_{wiWiV2P)>PX}e+WiR`U2aOTrcdzXh|OS?5JFTO#kPe>3z`$THUy=z;`6Cw$dE! zdHeh@`_11amC^1u8$dn)`;0Fj-A_MP%sVmpWcbRXxe$@BP)`us!pKt0LmnKKv^GT|A!P`S_Vsz(%b3w*|# zU-pst6RKbSk$emCFMxmZLC7~`ej$8Ai$eRsuZ5SMKQF1AE$pN3r#ip!0h9eM|C4gI zhlvmL2uoh;Hu*Pawdw^X)czgw1mI`U)^ANM?!Qbt^fznDPygIxK0f?Z#z$R09_KUr z*!tt2yDvHTu2mWK^SXD$A2~j)`GZ?u=Q*PJKCn+-P&Mfoe((1}t*btDKB3?DyyuJXy0Dfvt`E(wTWNX6 zTMU-|(SJd>{fR+g13Vy=|C{0il_?KM%6o)0(+~adjv<}TN$be95*_iEkRt(2zsrAM zKeP4Q?$mJ4IZqxlZo|AYtQL2~cUAmHKEQTK`OlJzADygROwY%N%)`w0 zr|U9L>Pp}AdrL2r-iXgA+6DM2zJJGtFz(s=0zLtc0ig4rXsuFP*8{Y*ec!I1(|6_b zcXhjhch`!Rt=0Y&eF8<}thj!c=?@)}tIvi0jeJk#f7JPfdF*}Kl9?wb7eD+|(qzPP z^REzlBNw-k{H-y6!)&e;+(LFf0JUB|!a{};@b{{Oak_xquV z)(^nPz_zCxxzjE9b)t3T?yOzU$wf)cX$|+BE!E^9jUp&hj_9?YGVTAHLY@3HkL^ zpDQQxBlc6@UOv9RaN2oEpF5@oe7DfHwi>oQejKnJaUHjj?!@NE@$R6tU2z<2jMH&0 zmj90TxSlWO^Mn7IznvGhzjmeYjsK`{&v;Gx(DeEZVS6>}!#DJ4mvLHiq<(Y$-Wunh z{Aot=(e%??4~W>8ym$RSzh(bW@q|Mw-g~y|!v}w_@&3XNc3<=ffF)@CUHGG)S$?PX z+l{(>-;-9(I&~4)k1b++Q(Mk?_VsJS4%dEavVd`}Cmpbk^gZay8b0zoOczYY!gcS| zHj@rV9LM-Lb0Oa}zO4T_?3Oa&Kg#~x*8Bm||GxqMj4gd2*C5W1oyS&4?n~yQZ%BSM zRJ@QFG`U7LUvl@~)ACCcs~EjF%$Rzqa)pX@|2*z(e_mhFtgm!}zTxvX`bP`5*NF_xnwre3{l&e-@hFP#HEGusYNqzTRYh)bkDh z8ncLbK7&Kz^z83&W2NcmQC??b4URMWAN?cBe{F3IkFVofJNu|)H`V`$`TzOxvTN!d z?Zk%~NzPOsl&&Yqjc0a09czvsQar41Olyg6e?PqV!mlc#&7UCmQ`wL1U$uz`gr$?a z&HU{-t$KqUwOC*5yTAjYt&fh{x`yiCOuF;1OV`akeP!i>A4#U={Cc*Z%j=VWpYO5t zM^AcCxqR~TN)F)nB_9Jm@4PwX&l;CFR*VyQczM~64=|2j)YFmUc1-v`_IB)l;ofrf z$j`~QP2ivVrLBe56+~Hp9^m=G@0!1vKGwTh`3B-a+bjRHX#VOu`oi3d{r1faG+sNB!Apag~aO+C1W36?hcVV0A;`$yM zf-~j^a|79J8bzU@o#wm76b6LeBeLk|M`5;eRW-~507Up05MW7=4xVvhfxEk4y0%*X?K9G-oF-|Fhqv z*TdGRo6b3t^^*IUzM*qiXFzOt8~F+GPccXHeK&nZ`0t|QtR=qosYk-fIii#K0wnK| z`DsJ$7qz*4wf^OVwXfcL$N>1Ou-94*e*4d|6^q81THIxib{}0)-e*17_vYBg=U?1X zTYuJR$xrTiI%zOux#0sI3XQSz!5cDtn~~DBH!*(O$rrbSaG3uN-<6UB|mCZ@7EK^gr!)?H2W`@22r> z^G_aU-R^JtLlzX-`ez>3ru%18PI}E`{(>~V7q=$oiR*cbas64-u1rpSV4>3$9a*j6 za9@iJFGfB<`?fioF!Je!1C*1QVjmp<|DKOevioWT-*tjzDgixDXv)IhQ6ErzW&-%%~`uew9{yhgU|`cPx= zn!x%*{2B0w^B$U-yg%!_)EAgyKKcMmHz@Fd1l}9t)(Z_(s=Ho?XI^dUZ7{g7fr0v<(AKxo#fLz^p-c0 zg;S*qSCRkd02?*a1-ge1U+DT|j~_JtS6nmBoXBi_bd}Loi~F<>BleN`*!YHXVZLf! z@A`Q^3Xi^gedvC-*KLWm6ZA%(%Is|6s;%S$JRqOrOHQ`y{qFOx*Z*_zaOmweW4vCr zWi0df&+Gj$Usqf3fAB4f#7j2F$Gpz&%a|e)z$8#BZx8PaebF5!zd;PoNl~*q{J;3b&FppiJt>k{?+!I1FkLLS) z{&Gs6=@*^7YcGw%Khh^qb)4G`zqoVXmD7%TC-d>eyq-MnbAEp6b3ORn;AG$NpBNn+ zPsQWJF>)&!U%TEg1Rmk1j2+v|-*2D6pU2~xjanP35t|p!H94Ryxj#EzzuM}5t+Mrc z5%aNjhv)6DmH)5t;Lk$sK`Z1}#;*{uUf?l)e?JZn!X6;*gsqS5fo}ku7sVpgH~g1; zzq5Eeb%oGv&>ec*y(GN$+HX@m!1aA}{-nIS>HfZtZop@6%icJsyx;$8eM~ye{|b4- zMYevUEo$!e^1VI#t)F|w>WF>w?IG`l|HuR4KHHV5&o%h*hm!5gR!`|2$6I5(-Kce{ z$3`p$9C-uV*kQ;A^fdCbGuba6+|J?$an59z*KZ5F`XES-I3*m>AoTQ@|^ zpV$u=#tvjmYbZaQ`_{hlBVj(BGwNGM;Tye^xd_&?`&u9T8L3fYe&Y0*;Qf{9NhlBe?{X=Zt~L; z5BQzd>@Lr+A2FZ#_|XI0*GFt`P5BAo7S+<)=l0Zp4lSxQqk*2knf!p&2d*+Z8ajhF z=mPEW3$!2ayr83EblZ$rp}b)Ee5HRm?iYvp1HK4t#=0&~{*TB1@&85q7jM^;9hqz) z{c*Pm#W`KpKixCmPx{bSaes9D%?GYAet~Y!d}Cf98}f6Hes41hzov2&Wz(39NT0jw zovXublg1@$%UCm%;{k^G$O}^Z&pt%DLHDq3MzkYt<~7G!95^cpNa?&Nhh z8NMRay296E+Z+&93-P~i!oTc);lK7(A1hbT>;J?t$hPVib|1P2xTh`vSjRVoJ{r$s zUho}y0r$s$*--od-Jp@|J$@h0jn9sc`-(^Z5vEHXQ+nmfTYiT z9~nQy=Tm!dv90Iyksn5M-gabxr&{dHd;`k+5$=3#Pnzo|{MV5#&|!S6|A9;{=HIqf zhhrsJqxgHF-C?YKi+*MR%9=i?puuBh_JBmHOHge;c)0JbAHnFfb^+ zA&dVJbBwjSqWn+w|Jg?-4f}thaou3HTP8pBdwc-!X?(qGO}`hm!ST-GL*P4qKKgz= z@dbQCJPUk+@1uXhbp@Z7T!Zxt@VMT$P6-R9s+Oe10NnRiiOi3D0G&XeE6ZrztbOw0 zfs;<`x!pm+V_UU)(ZdB5ow5@Ryc1Vn-bhIFXrJ}UyUu$M)Q7G=|RjNXo9bSxs5$TEMcpGAB8bbj7`?fIXRR2 zF8>SougrLXA6ql4&&Q99{lTy5*0Ht3tu#OW7M}p)43D>Q-l}2E-Cnq}>lJ3}Bj;0D zpXvUYe~<5wvB!i}WydG|AGkSu?{?3FF>IvrKI7v#`Og?31Dgr&e9!YEJGUOO(%1Z& zym#JCUS%8QTKSk3=1IgD$G1@)CToSUA?glV9`+ekrarm+r*5y+=ZRb4ANzl+fuDws zx5%$ATVr#*1Auxl==L^$Yz$rQ#Qxj;bll^WYs}8u{(9vus^8?Mp|?11ihXpwl@>_UGtk%e_P`e z=LOiH!4J^&9J4Mbm~#0dIeiWLI?v_5 z@_(@Zh4-lc+y4Aw{G&s1ZSq51?^LW$vd8D3_cQtj&>@NYW0%-{^*hEluitYmYD;Z9 zs={=jCekb62j(Bvan`!jQ{GcO#R_W;(6j0}xbMzm)`j0c`a-gF_F0MP`og~oXyt%{vM6@edp=J?vmeLwYZO!ZGn7`4ISV2 zk@qpb=i`}Yg+5~*PN2a~qdk7Vspq$2;7YW>&fiM@e(W7=d)D2scEa;1S@-{b*m~G< z!y33kR@mIpZ~1-PXKqlpyOHDt^xAUhiqLtyum8*AKdaYcYxN!f)P<@yc%|87$n+R< zsyc4bZi)9rCe%~DV(p>p%swDbh3|+XkT1->;agkg%MLdxPo@8=u)Tbojsg15Icl7% zhEL%4k3JnfnSO%o0hjma{LTkl_XqoK2OO;9-Q*KEc>TP`_M6zHeS>{9er?h*{Co33 zq8^Cu$hyRKSO0R4W4?UzWYyw!eIC5W7VUg+Z?-<)>Acsc3`!2a`!jo9*4{>&sW?{) zdsnqJq;J_;597JWQ|0|hFEFf$e$B66>)1BE|2>nnyQK0UUJu-DrFfj-M%ZCZj^zRC z_i-*3@E_~*6l{RV52E}B|HKrczp389FD(`bX0ZYDe7@nJB_^*M$_B9h*x05zpv`ym z7i!G2et`L3rRC1Swjh>Z^{nJiAP&iV`thIUil6?9n1ACbT2hhq;8F1f3X% zEhJBgx1+nGH`S3(Z}$n&|1W-($$YKL(;9uR%hS{Re=Vh7;nSB6c;P1}H0z#@^WU?Um^qQz`n79S>-6C0gU^?(ulH_6eLvj_;~Dnh z3zGjdZ2h}mxFaF1ALlt^g*+!$%AT7!kv2X5 z?0HhM=kD$UmTSjq_x@fpEa}40RD?Sk93I7X3wDKYIjQ#YV=#OQQV&T zde9HN-~%waab4--b%isqgRaQBFLEZJKXEtcZ!%Tq5?{p!+xmvpY5Xt6f5rof?SJ0? zXZe4OkABY_HD8}TXZ;p0E8rfVmFo%cIQkNOeX+mz`^h7sJ^_8i-^;a`Kk%>^JNTyY z=Q_LJ{8_l~$;(tLM1BC{11auJAE?3ug#Tpr!C}?Zu8YQAwd-jb*A8m`6Q2NjV2t^+ zZrQAUm+6ljIdc8HGgP0;G4H-T*ZtkT&+!1s{bh50nq2wBi)no>aOrXYU5ES*=o0A~ zzhlcWXo(HQKC~s@3mZA++C=OV`z>6ffPLmy%oAcB)v)#Wi|zN#;TMc!4*y_2>i>m( z)#EEaGjyM@Nd7$X3%qtvd(GL%Zyby6bK;rMAIdheF%a}EE?pS7;p`CY_% zJ;{E?2|taGQA!8V9$c};wmNk>O^I z9y^_#cFddlTKif5>JLLNt^Z$DMqQx-=Gl)my4TL`o#p>q|20fq_|ni2P4o_B*} zyvD}X{eIZ~*f2aV4cSi&1O3Kx34J`dCclTrxD1Hn9=C<@=Q*~Nzij9u6O&alrL&;- zN7-M*104HF$^+KVJZSk#ckFr9R^P7Xc+>+kTmR_pExLa2$_YKgx^|7Lmsp%6`lG*h2Q|lE zO1>yNtB40k=eN(kJx*A59>BI@&arFfJkeuZyVhHbq8K8}nbHCSSdl)9`OBTr(>Azxa~gyCNLL0oU| zc|Bhh%?F;_@Go1LEf`|nfO+U$l}_=qVOHnB`>E;GariX({~iC8DG$ik>a2=?<}5NA zUlleQ<7T**j)4vm$1UFno)4L3F@Ein1HdyizOKT4%lG;IaSi-F_&)O2iRZ*E-w{)+ zDO;xJs0Wje-#jkaSocq{FWHa$r(p|J%sOcO+fRP)t{?2#i2U&A69C)D_o{yp``G&E z4DE(owAb-Vr=L=W4PPlAKk>anbKBl^{nQ7b^PYI_s-#8#85y?Yv$2H+j2*R9peJ)U z|D2oyKP30FzHBNmLVXo-JF~)4!M}mZy(hOV^9r_#M}(F5E){YFcAI@NAjwD0y|}1M|bYX%}d{Jvx8dko(|1 zw%ljQ_T}_FScjr`SX3I-^i_+ z)Lhnh)fcb!+PTE-HGaQaXz@JOMiT$#S&+Br`}SPWRE^w8*3R(!5Bc%&Wr__X)VX&+Goh`{?$^2JC#R&t;hRW8Z{( z?@Fgp3c9cwn4yM-mjFdTw|(@{&1V zcA&l^w|m=>ZYP2f>VlvHfEj3&r!REH=7T?wQ^NW{#;nDtRbl7LpU&jJ+W^IUU~O6N zWVahW3tetr752DA*G^meF>6Ad{!2pVo0Wrni+DP1{5o&4AF(0HFEqcwtzVgLz&LF& zVuQ`!*gt$-^tr0u!uR-);14`c9Ls1cwz_GZ;l9pQABA>$H?i}$ufw5te;FQqVNg<0 zc8K^u#D8vEwlN=A{btwqCl1*4%yca=JRq+JL|-SCWFK}Pq64m0qdR{b{m*EkoNaXsb_{DFR;i&y{M+g|@4|DR;P)#EcA z!0T{Qo9j!H|1XDKMx*!B&jJsK7>&;t^MUJ&SKBe2Z_k%*^ZV#1+l#mP{3x7mf~`*<&A*k(Z0nDXVY_)wKDvbSQLk=mXzi&Y&yuJ$NeE;PTTd{@3>E7gR@)cYm?&$FZNU z&%Jh5@1)c4cS7fD#pg$Un6*yYZ*=9t&|(P3KMI{keH3;Z^>Ntk`cK1dH+&v;zwwK( z`%Pbl&e9!_chn<>x7SiGYm{$37hI=pjxSTs#WBW=#@r-7*y_oq$M`M&5%eVLNXM9B z{0+Y+MtH+hcgiQA8l%$nD-H8;>-hI$2c_TrFl?CBb@l7_>@lE0z3SL}#CYqd@dy4J z9(G`}4yw;ZEpGYq3wFNYUs#VeevIq$dESgmlQaLcK+mG_(;6%vbLaWg*ru<?{|GkYbnL|Hn;e%ujex!aM_3E^NsXusC;UCV2ph>-YGsghj|2F zZ8SnWT<39p=0@b9?Z=9b4|y?_|LFcSufH8@^@IN%2hI$gG>5pR;f(ppGvq$QZ)(`u zvxOdyFxeE(NuQVB@LM%>72ZK?&(C~F`;DE~NcxdopX2F0+Gq{oR(cL>A?5@+0JgNt zN%~djo6ix&2=9F{Ar|lc|5O(+A3%zA)8!-X-KQ6^pZWLG7$0{3;^{w2j=kdz%U6oe z&vQdp>>SoYBJX*BM&#Mp_UQiTgZOS;&-MQD?Ad%ay0{((FNcrATUa0M_JPxq`GYPF z53m@Z^gz@3Bm>~<8Qtu9>1WC3@82*h#eZJzQGkp7q)}<$H$y!qOV{% z>NoNE&2Er>z&YfulZ#kQwJci5-(<2foliFZY##aC=%AdJQ}3CQeE6nfKU%ZW0+nT5E8d&5-@WZy*J~}znE`V4Zr#=HX!~Mr%7%urSxI0)zthUj~tqtz6c%Zs~Wo7F}FqkUqR6|Uz$3G-oTD)tK=_f^VJME8QJ>ADXM24~U7x_kCkz=hTADgHKb^cuT zv1hP_m<#BF(00pQZZR~;=$hUGd9wG|g<;N{zfqn*>I0D6H#r}5{TSaf+3!5Su%G(- z$mN44s1|pi7B~Gww~qW4nr<~>b*O%&$44w@NBpU}cy(j>tdYl@8*3x+&a_AydqzE5 z{#ns~(DADeTC3~IPonj>yn7|;*?UYRuTK7V@&3&Q$hWFoJ#_pyCn7$IXd(O`K0*F} z^Z$W=;Xc~_X>H#1WxbN0kGrGdoH6$#v7N1b+L@#8t>`iM&Whtk{V6$a)FYwybx(wD z!=DYiUNtRjeesk~`xmc;mRHOO9R|+}ov-^qHpEI>N631XsQ<<}N{tfZ3+Z#)arQN4 z=mz+?d4Cyt?ykg{n6K&g*)!=gbl*j?qU9LrK4ZTQ-ELnTCck>VYyro8<_D;P{TvSn z^B&vhVq|{A|AG5#x2f83$6k_ho zQ*@$&E>t)VOqwr1`Xh4$d!O}N<}=P@h+=lCyB^m~66(|9M{+;Pd)EO9pNaqNCj7^kAUQu)kilxc~6{%?UPz%|+b{o=acgiRRzK=Yg)K zKH;arwqh)eSEaJNxvhti4j`G{4R@8a0FQJa6` zR-t1X)K<hZm`Cty&psrOFXOQsj)^G3{L>r<--ng3b&&y(Lg`bPSm z-NLi+j64f?v^=>~f3L0en5M&|Iv(T2yhSH~M)0!En&VzW3;$WFKWbhPJC3n3%{H0k`GO9NTd^J z&5Lvc);(d@a{f-@1)K-AYS=qW-!&W2`jG1XeD9yZmcPH2ILel?C5JunKv-R_chi`x z7azdZH~h!7Jc{vU`hK6Vtn9Sp+@pU81bVxFyRq_cZH&NuI#xDLvPU8oBVDlP zo2ecqyqa}-*oNfxLQ9UpE9&Vz3=IY^Q=ZPMu=|+hVK>>-4X)7op5MO}nq09UY;)P1 zQ0u}OVarSBgf_!J4AkkYJ#d*}2wMT$^&H*Tx>Q&;k`^Emx}tmNisREsms`v=9An_d1$PSYB~BVVILkK8m8NpV_ko| z^r46J9?7241*GfG7S=P|!vpy2_+K~ufOmedM??JmrvIOI^v>H?&FLw~f5-mpH!n+0 zxbNK@@A5er=Wo;j%y*H)aa;!j*71)J%cWitpYaK~pReHK2TOG|#x6&A-=52T?2B6Z zEx+TQ`2Vm2`3!BN9UO7sc{Z+t+A+?vhF@qyIDEY7|AK$j-;M9$i1?=_FaCet|BX(z zmEwQoAkl}yJXgNC>|WPd7OOwS@$1;143p|3eXXy&{vy3a$LOEcj>P}3eQWS3?PK$z zJ4E_!ul3N}6FVud|AGUqZ}L?7bIrl7D@UK(g@1lcK7n(j(?>m^AnT*ekG{Wf+Ru|S z9#~))BTtDKChP4T_wLgp9<{afo~VP+&%8_nL@DI)%>l<%{|M+em!#6x2g}&2d)(qa9E)j6UyA*MMvMhMUd9MqRFj+}rbWIY@_swLyR69o(c+rLq2sW( zmAjz#)L!#$*!7x^Li6FDhvwHVvzP|8=BRasZ5Vk$OUaELq?`2`{bcg?YvS+d02%%Z z*hl^g|BDXTvl#!C^QHT%A?Lk$9xwYJ&pJPJzx4yxMN)ZVask<3@`3s3`^13c9pxIBDsl-~al<^TND2ax&z-TyEAU-q)S7s8%Lem8ttrd zs{1(h7uuTZrpn1TKB((ipV;dBIR5Ojme1o_`cAR2F3PR1eTD3V-^`P2e^4YY$s*iJ2^6nd_CIkL3I@x2y+|c2M zB{qKe29YJ$0z5x+CEp)=<`n;{XB{PZ=+j~E7H_Q6DXgcp zIvw*IFVybzHM)m}2~XbW{tER68d{u6c!>0;e~eA_t60Cf(B31@oG==VlfE$WlTiDj zSz)KEW+^^BRlIL{Xnpmp(DaJ((Cn)Dp;`ZT!VZJp56y>t5}IH0WoR*SrTNT=32!-c zx!G7;x8qe$BrB)0cG!G=`2Exl^fv3jP2=Be|J284`hL{=PuF^r3r#1%7AfMh;%D*M zGM=kBpT&Mn4^Y01TU`L=+gLRsn0|HU)29i_ZJ_q_`mu7hyk9c`aeGkUB@ld zyPa0pS{Cz5W>{EcyZ|`}Ht>7E=jlhJgV9N!>8tfG?NeQ?@3Uj-tMLdshqX_v8TWIe ztY;39gMzQ!=C_@z=h8a{pdU2D7YgRB_KfJmvq$C;_y>g^oUoYtRymz9DGN1EVl3- zn%C&DErx0h#m`?0o1ObYXmvHd_A;B_U5C9G&L4kg^1$PlCGSl+Evc|~^m&aAYV~@p zeqwh=gz=Az2)p0#X=tRm9{nTuQ{eONLoU$TXrAF;`G1o6@g1C-vh7XxkMHC%+rNN) zugl>)z;u4A)8RF`sL|(j`VI|uPa2gNMpBv(bMp7a`JO?JNW^{~Tb(?iqC%ft)jhGzZV7B6@& zY&%fzD!*8Hsuz^2-s${M`?AI1`!~)>R?eWmdASe%GyQ)f`5*QDX!jG}i?uq7@t@8` zlWnQ48pl69MtsVA;)Z{(i;vH5JLT+G_3tA;;TNo@r+(8mdS4fHQsWu{aD^`qUjTSu zJpkBdKC^{4fDan}K5_w~txcXyE$P9#8V^qU3cWQi^Zq~6|5NN+4Q}cG%Z2~={vYtf z{A#J(6>1H5P9oSB{}K*kj%$?p`K|E-_>%gI?}xrcy!d&p58+$Ke~>>PJAt^7VLC@| z);s$eS;a>Nd@0(HvzB7g&eQ$$nfnn3q24e$m+^q~`(y9>AQ|$P$HSn%JP{7R>%&6a zo>+#)4S${ItT_uy|gY(_``dgTqHtjtY-Gaei|CxSNv$ zhx|pnU|MK!!Q`;ne?4P7wc7cwg>CySl)v=z&|~bZ0{$iU6Klf$tZ&A@$M+@kQ-7b= z=XM@2cgnBB*8SfXewV7Q#;U;kFNjz19IUNH7eglmgUk=+Yg_|jx});lfXshot`H%k(pP%EuVB_mEwfNEVP1nZ`i2K<0?1OpV zW?0YH<+AU)hdEPznjEN_p03*!#vNH!^Xkv!`&eY_ACQBEK5G2a`FPN{MdAG^toe7` zS6V(V`)NLpwlSw?#q=Iw(vxQ=7v6Yz(($5OL&Ni*3azf1sW_x^6NbJOx{rEI_*cJ8 z?|01GzI1tx|?tmS4MjO+L*-cwz`_<{DpI&-CazvRAs#23IWGLl*X=%MhBI3A2$v#gdLzw_UkEdj>$*~aDC z4W?6YANPlPoRS)Othw4lF?)R1V1JLn)52L}{+K-U#HGonZ}v4gA2GklZTfBwuho~c z0pJN*yUV(rU;gpQgc=`?p-3y|PnMq`I#{3e%pK)3-~Wc0Vb#nd^?R@_*`LPsGGD(w z&wl-9$&AUrOs2kmp|#1c{xW&x`JW_{U;0_a+$rZ)%%5^j#oKS3mMocZjNadIlxha_ zN)!jQdVTCqe*HJevG=~`_s!9*gW~v}zwcud=b-BcIr>WfKl`3n6~CjtUy6T=--G#- z2k<#P=39^Pt(<;H^2YN&N`~JvEa^6Ul5DDJq1%Y(-2PAHex>1FK7hZ5{{_+ZXPeso z=@$84M|K6VF6wQwt)UuA$O_{J*v0aXIo{)(($;u|@SoeF1J#uO7x`rI8^+7#m+E?} z)>}>G+oMNd*V-CP8&CPi#SdDI!M>HO6yD<+Th3+Nk$HK0)aR{etn>LE`Q@@zSQw_b za=)h?|I+n0dIz6)K~?$Bm_@ssHH9uS7g_#KoNsaK<6D@A-WSz>A$BhP#ID8l(&vWH zu|9~t=I;XycrQKuj^}3I>)fq)=b3mZx)nK(V36xaTxJ;7?}@Y4Q;vznTj1UBV~tx~ zjVEj6usz~^>>lYov-{~Y`UkuPT5~_>x}(N~@xboqImwaV?fOr`v7;v?(_Z?Sa3bFu zHvJr7&|2<2d_}S!jHkN3t}PR)%kBGNST4Qbxu<`c47z)S;XmRY+3z;MUy=WY^@#nrg%41_>%y?p z$faTHv=%3JII^YF1dr!ayN*~MG2Ld0?`(I?^3Y`1Qm^R}u`gNEK)OA1hxti7fcb-s zjywa`JKmt$O$ZJG6{h$T?LpLJ-5Fa>sqsjH}%B_ z$crGa44a~}{9DkNc?IstCGpSHf6Mv(bPaeaJOUfQ<}$}LNAmr%?{yF6sO8USO!pY_ zg7A;-e`40K|KsO8{$rn=pGg0p4rpr6R1;rArq)ue-rBMWsCz{X;H`&zVRdMUcN4Eg z9)Qv2%KfJwJO?tDKEsyS=17pvVr*Yx=q7G2o`~ZddiwxXKdBVPy0vin5 zUUl*nw}%fAF90*yc%ipubjux2`-8skdF@VL`i*`@eSUZv{u=Uqc31p+;6wK&CiBaW zbbO~q2V)*#e9(=aH>V5h8{UXdu_Pgy5?mea#b9~72@%Wz0 zc#HEz+@t?%A3eaZZ}z~Z@o)Zq^Zg0?^9w!z$NvQu|6?7R`?`Ium>e=$6lJYwlFcJO z$LhgFtSIgQ4|P4uzlS#HTj;vzr^qIFLDXdn{8RA*(cN+4v3*}x?L3s&H~uxQ=kk&3 z!yo)U=nl2zhXDuGFIgClm@q5Dzxn+n`@z1)1F`?lkpF+7`HK#QKK9JWT5O|YUkSc@e4jNglmAfjwwi3IT3VY-Y@zXxC5F-M6jQ7-aH*boz3LBE zn%pIhVfu#VJTwD?jEDOH7KI(IR~;(pVAQ_JYk1{W- zj31w|Ptft*pWyV~UO2#~h%U%Axeoa_S|Y ze~SGy#%F#$+5X_4yh3UZ@jTFkJdsEjbWzq_)RkY0eP{shvD_!-emeij=kfggk1U_Z z>AY!rGB4r1eE*RL@HuU7Pj~z`)m+Tpy{dV^czBEZY*YL(kMuosF$|>krsdPy z?^4>>dH$PSG=7|GazylT{JOm1KF}Q6bDUg&!a9HFA939CeX{Y;7PY_&C_dPeDFAYqOaN5@q}{~ocu zi233;pX>baft6*)Ca=DJS#sS|4Obqb z_zlmB>@Z%J`TwK;Pkwy!@5em99$Np`GpXP2W9eoqC4;q|RQD**3Yv+>YK*Jve&n{& z2V@m_2k>8X5UWWoncYZ zkJDOz&*`_E-k8^C{2-n|OlNlTIg3a|VHS|9l zXU)rKi!o0bceZhU$1U{)khkEU8uBfqoAtP*AphO}?{U9q1LX0a?+fpj1BdvR?07ma z{hY!)jrV4YUF`fvaSzF6^nY+dU15ACwe%k0ZLZatA>|XI&o|IL>ZuMUYl_H;U@fKd z3;03QHKHvaw|wW%NKQWQz+-;Wufmwnzv9ne8GJ`N=AV^)bbQvX#pj{cZu9|Gy_Vfe zzxmN0=O*hV$0P3D#xL*zFuzKA{iGLumz+J}?qrvtGj)ApLB(?^-jgl#Y9xCapB(;Y zY(?xw)=d}s?7v5Tn7_yHKR2wNg&pFUk9L2I^Q|rGnUIHU>uuEc!nK@Mu@A^CY}uX1 z_!=i-&BRvWvG8QC`^0bJGgP5{I>(V=$b4_o{Zst=)@7Xc0b4|KUU`4rMm`>f|7m10 z_l+MX>t<2+Benlc_Pb9n>iy>Pi#k7e*S_lj;t{DH@J;gHFfWrU}Eg)OobKNY_LGvw;oyLW|au)nixVRBL8 zIw0%;dv8!mTjnbD1hRhVIQ#$~EWC%#ZK>lwk|5LdiZT||%|E06f2>aal zmi&dvC(s<@nd!I5TFK&_bUeGyUwM8zN8ejcq~!C~LsK6}N;~xUda^ZLmZr4O`JU_K zvKxBv9LPE3ANk^}N5IbA;kuQ|Kg8diTgD&a1T42Eg}MIqL`C zp#PKW$-(ST4?pl+yhw^`kQ<>c@`Y^AmHt2xdX`5n~`NEo)D4W=l`^b6mw~=;D zu32sC#j$xAKWuv9N-ooVUJ&TT6ug@oxsQ#QjZ>EY=dpkA zj?N$P&p!CyebfT2-P2lj*@VcNngcxE1}{Mmg5R)K5C1*(2=zVT6ZmzI8<~!yeanXu z{#i2+WdzSpoP!)O^Q$uFL>Inij@2LPHMMOHF*j41IggFBhmQUm#s!-Bwfwl#_?!0A z`)ORU6Y46Lu)`R|*5t#d?s=WT(zVe0)qmzDV-j;R=tCU8{FXj4W?M_2Iq#uq$pbIk zQ1Se${VHyMc7oOw%}v^k+n_n58jrdbdR<&E2ClMk*0oL7)OuLccN7!aQ8CJbZtgfU z*`mBJd?NYhq`$}rFnUCae_zLg55W0A+=72<`1t!j{|cQ%WBl0`(~}&*ZeuNo^_g)? z=@G|>{`k1LjX*7mmbPXeneRS7*ZE!V@2GhYbq(eZeq`nu^0MvCzK+V~hMo<%_&vQ# z`K0^b3S*v{kd(i6da_{_F+rF08*kz2a zo?xr;UL5o;eErNrc&e=dLI>1&;2!^t>ldPNy7rv0a`^&{b#4y-VBMN@0Q3K)pQHaT zzW;}NH5C6h>`NY@cT&HDI41sdVp6Pm0kiPD+C!*MFCUfo1mBqsuYRD$a?9>UB)T5N^9*~4*ek1 zx#X>|i`JWMIp7nEpTYAPKlm);X>-)B8L#W(ANvKJ;Lp^)^>d5+XwRW%B@YTe8+qSR z2jG1l#1~E8%b!Y)75+?eqaxpl_wnnv4EyI?`on9GTOMCrq*!>&%PxNY{5AM}!O!Qo2lILSx6)_kLZmBm z*xp|w+#|P$8^!PF13oU-$(;Vo=hio_2*=(rIeGB;!O7C;y^^T&yWU^Gz2RRvz^3sp zogaH2-G9F0-uF)rbEaMp+TY~(r?1Rw`f1N6zJ<;W?l?}aDev=)-}^Wzzb)2-6#n6% zRoB4sjP;cJSEJvT=3C-E?Zr>vzbg7#?{I=spb; z<6u5RD`K0hY37}g_%gRqt`9zZ^zrR){7Sm*dZUxkQrG1A9-sGpqiy=!kq@$^dr4z z{`#>m#O3|{cI(odi$b3Z@v@+`S(TPY2yZdp2)+yHXwbLzRiD_rXUw>+@dVLqQ_l~+ z;J1tq-!reU2|2c<@+A)*=lZ|p`I_FJ=JTdD0RBJT>*Dr*uCF|!8g#_ACqEM3Lu0K4 zuh;(z`)slwdPJJ!=)y7le1`W}uLJp??!yCiy4m}i{a(M}-KES~=n&s8&G*cG^e^hi zW%Ggl>3JJ#tu^c1u+#RtZB01)?iZE+t941H@4L<)b${3Y_y30c-xT}s0eFB~g2?ZEdx?}FeHOVI^^hM_t;lHn*6U_IO z{Ab@kSH=I1TED@Vz`OGNn(Na4hzYw-IuGJK>7zZje48Gl^ylW8c~0RVEppGfp)}VS(k{cz=y-!iLsf6()m56=roGIg{Qf%FQvCVkDr6i$+d_-#&>Se zhxq>QRkP%Kv>g8E|0kcHeeD0klLqqt$M?v^=K@#F6ZR-Ui@tIkl)IlE#+;jBhP;i#<3Bwr#TMK2jlpg^XJ9;upWr#oQig zc1C^dGGFU(&m8+ec;}6?g(dwK1_8rs3(P?1zp4M4=q>|L%uWjhlk=*q1J-q zUuy~E>+|M10Q-sB`stgH|LFbS&=$!4uO;6rwk?=L$FgUZoQwKsehcqsypYeF2TlF` zxjx1=&Wc}?cW(Sc*Fj&{TznSYI?Ai|jHP%$3#)&p=g!>^Sx{5;)~UCLoMCMm_adg| zJam!O5yBoQYMP_e|MB&|!auS<-%=j1eD>)X{+UbmzADX8bo5L%9y}%7{b;{rU3nkX22+l#HO0!){n@Xb9k#i8ZfHBE;A7oXKX?vg z8T=X^MSo02X^U^p>^I40c!B2;&_|!gO-$ciY_c}if}$2A&w&1nE`yJs>*U9u@0t7P zpUA()vJa!K!LzeQ75VS}f9!wP`|~w>*a!dk|LXGoU&$U{r>eEjlI>uM`+$3FpeTRs z`E;y-{6Y9AEIyK+=lOgt=QCU1`ND*Z3_SR`jGi<`)g~yKR-tNuZi+miB;RU z<;K^>B>U`R#536#2y5^HdxvGF`xkfsIISaFj~bEauY4xn6XyQA=b8jcIJnwNG8yUB;}>@V_bSSI+Gl^7w}*k(WTe33$Wa zK);SQN1?yz^QZK%eB*(uLJc)^2Yi4YCvaH~f26jzzxN}Kv0sDxL_elqzi{pN{1N|E zzvnaajQP_^Ji=r?wP{sr%WCcnnjKEQ>Ca*Q>*tuvkGQX7ea_qz|Jp|vIDNuHNlm?n zJmywLzir`}eLmv{Wla}jU-diUhP)dCzqR}4{8`DH+FW@V)%1QN&SCu_a{xKWv+)dZ z-Dm!H$ar`{o<`6bOkjgRH}ipLEn>t!F+b!zn74W!TCdLL7_-D!s|G?~fa(FD) zHyy+1PXzn$0FzhgGjfdh1U?(al6*eX@4>ra-uVEreQHAb{7uJE*I@pzHp6Wn+5DPg z)bioEdA?$MM{`Ec4HnR`c+Mg^i!ab0>InBR{a^15mi?b$AK4H7XYIdf{Db`}@;}!8 z1phmaT4r@xBj1iZF!G+_&prmkkMQZ4?JL>IJMwr(M%4A}cxn%LJ&VP*29U9LI*V3D zC(%PXEwRUFGub@Tck%x4hw4{(elL0M#QKaz&?$Ewezvw_H-Z10?q50YgcSda%sOo3`yp4EW6U9&N7`oikFq4rSw5?=77O1R>v5^E*HJa=_Z<9Y7<|u7$;vX` z6UKY-T<#n84gc5x;sMwJ%G)3Q$ZZw8JDF$ActA!^e_r%d^fdYypPxR1?>JwWo7g07 z|1g)GSCbEgPRV+2=Dn@Y5Up50#&41B_MSZ56TJ&Q!@bbS9Z!s}&lBi}Ud(agAZ;WI ziT`2$_pM%+=>vz#|9@Dr*{^0;oNpAIFP)VT_UbOFk2RN5j6b!9Hu^?VV+|)*yW@J3rP|aosOkIw-O6xZZQ|I!whe^`$LDOtjV)$h?c4k zQ(Nzf#tuYR;(HrM{l@U0m;dJfkGB5_@&WKp?SlO09WuUVRywNs!n4I|p`YS=0vp(% zQ6J+Ou}M4^Np-XBeJ-w3##lXlf(Z42cS;K$;c#xJz)g7bJL>}6_& z5clMr_tZB6AJpZ>2g3Yh-FYX)+1rm^8R}fVIJA);uj8Qd(DS-U$#c(MD48$ZgZ)hB z&*}at_7hvPb7biE*yE~cL+ueTUhqN1v4eQ|80ET!u7rW9DIfTGrp|nX1s_C5Nkl@n|~kKuh#lzk6p*UqDx>aY_E6Y`22Tl zu+{^)hFwigcYM!0zvEe;FXIlz^YKOc#`ox=j19Ua>sxmnUgr2m-WRp~!&ha<|L@EH zzeTS8Z)?^6P3`{}1B3@)6Qua3CNVXsV{AFQr`MC!+4=OaUqiMuL4n_8;y6Y^)l7WxBx0=l_P z>V3n19`%1;?-Q}Ft@QrNx#0hVup+hpcfQGevg8kg@BDn=S$Tf&j_-?m;d|Rc^@tj4 zT^!@dxbnVYo{Ku~kv?pVPl%`T42-pZ=dng`!q~=RJ{MdEVE*G9VeLIUu7%bVHkGVL zCuuZ%mEODarSj5<|E}Rt_>s=KW-F9p8$uzy^5bUc(KcC5ebO7Xi+9LKpnSN^0 z^X^YfUh$mR!v!AT^h6F~gF8?5W6<7@MPBJ+j@(0j*HE4!^S{kl@n(B&_xHv%1)ldt z-DTGS$OnNR;y;Y%N4hW`k#^7%x^W&jV=YoQi~nhzVf6o{a^HP`uK#E2fAx%9H_qv* zW6g6Re^{5=Liz{mcG2yrM~400LV0}A?+3s1@k_^0W7%FZKhu9TAFLKw8V6%;;paog zAXkkzAT-6Vg)fL_^S%{7FZlpl=y#@jsekzYb{#e=Sw2njAMBg_m+ZIwzk+|^-eUl4 z^Zx%+P5y)b*1{aV_9#z{K6qn;rCAX|ywV7FOZUgyDUn##t-%&Xn<}T zZ65eM^B~eF&h>1|vuNHUAF)Y|?i?eRM|OT^)!*na?48g~@2xs$`19eOM}DVVT;Asc z?hDwDct_v&ee&eJEt_>xIPbnEt-scf6dTy-^f~&S(SL|Z^ZarA$^En%J?djdCw{MU z;(9Rjwd}g|T@C#m9f3NF@O;J>pAK^$A7aL1(&zW*_WT**reMFJcrSF}db~rc%XO;% zGfQiY4F6uMGuG^6ySD7Gjq-o1_AC3WXF$iGk9j{|GsVK`FYhtI=Z8-!j}gYUnR45~ zHS>Tvx7cOyPQJr$317ANojyaG|4-a|KwVW`>)$j%DT)XPV!?_9!LG4mi6wTEXwa0K zYP>N$_AVmQM8FOv8e_aEdQFViB$h;tg0#2LL=;;RB?{On$FaWWH|Lsr?{j!Dx!3&1 zcg9#_?{m&Bt39)?xsaK=NPnhXF)ym)PruOKx_AKHi=7wwf5j~24?*S!_Zj3`Gytpqr3b@y?v~G+?*~68ya86oBzzG%NVLKXQB^d zKG=8Fm+xC^&p+^toV|_wb$ultu}-Lv4GOsc9#2s}@*77h`8Up?3;92ux1RElp?CLI z+K3f*7GmAbBgwdJG1obRb_tT_29lzg#Fbj)1E%RHvE^1YsCIh53_@- z?KZZ07xm$H>=WqX)Q$SY_~WlZHx6CVajN=iy(B&m_EV^izt1I~GxP<|BL)bY(1zK^ zj*rysi{Ag-PrdN@Qy1tw^@{PKpSGGPo#M*J75}H)VZ!hPi(zk~9YuX~PJPfT>38!F#hlFl!TMGwvrz`$p>s+m!yb}yihg_HgoI}@)?+K6C_o=tdAN?2e$asc+kN7X* zf(x0+u;V^s;x1Wl$68n7E+Y4BiGS!og$5LKA?QOsW_r}_N96x`Son9@AAP?l`pxwJ zmd~d>CO&I24D=d$iyY(lV|-(bz5V=$ei}YI|KDxA?Unx&x`YjkzKQmef5&W^>H}nY zvjK>Ak~bQkC3747pLj~*fr$UX$BVp2J~Zw{7TrevLv)%!*DFRv`5#Z7^icZKBj2yB zvc3F5*KbSTce&qnfaBBhrcbA<{`;r3eedw`Vk`z|E=D|O)SEV7Z%4*wpAXu~e^zwP zeUUTRa}&ES8($e~>1~fIwK@9G|3)*SUu8?lYaPgIANM+4$_uwr>lHBWntcr9&r!+Yt_o97z;cfWt+ z>UaKc{y*9O>-2v;$6~~FwDF)#I>+7;c#k9cJ~5l&(_l{{WIe{5Jz9NkGI#!JGA_>v zo=+Q$=i7TE%ScA1FY)(ByO0~YXsr?7u_v$>7IE0{R+}>%Rrqc;LeXQ^3*i5MNB9qZ zUu*tEKL3Ph!YA66|Lgev87B9ydG-v813>=Y`noraPm?dQG0y}vVLh!=XMZ-f&(+Tb? z*h+MFQ_0%c0?9>;J*lJcYcd!zfcOIWKUZg7@3Mc$0&f3v{6FdVFXV{^S^|yXc~)E> zA?6T!#CjLAm#gxnDwZqW%lse?YJlQOi7CLIN}Y)-C6^+)LiqTc=6fI2^$C17_g&dP zk{Psz-rnP%PRpB5vsj)rhWFt8P7Bslaj$b|!OFQOr(gf+`r5#W%GoSzA;WZ+f0B6! zoq?A#_mDZN?~QY(0n&SA539;_7L~~k!P%eeaZdt{rw95?U|MSbv`b?0`YwC zd=-o75%1qZh4_85-Kq{;%Q#Zkg6E6ZAj30f>v+ECw)K_n;b`lxg?;vt<~h+eeAw+I zQxMmKyl?Vj{y+K-`3k!!`Xm@b|6eEm#s9GZtem}HgZ+Q&ei82znD_6F|3$(-K4jvl zb{7wVZZS5!$4DmE9QU|IpZ_*q8f*M_mLs2aFZ#~fe&=tQ&(Y5+%q_!@Ft*DS_80Qs zjfd!*{$)O}KQ1z5^mh;0T3AzQ>uNGS$-`36Y|(9(+k6g#Ep#z_1p_CEFWfM*9{;8T zxGeztKlo?=zcR0vurE2FPL?R>Le?+Z{GR)T|ByYbh-M&5RcHsXMd-%xkIvG4$yLUh zsh;wY;5T4@QS#ie2Qcws*x2An;0w8c+^Lt|bE~kQZG0L3g&d&oj{mUpAD>>E^Tpcv zzxi_w{{j0Fp|^u)o15zUkV~Kg=m0)8^sD!6j1hG}_JMyvm$wsrc6ks#oZ?zV6IthL zV`tCxIly<@177pjWFyUO#t*wK^PRfbUQwDuU8OtNoacUB7q|ys;J*7+f6utj^%kA+ z{9mm9A%8IV&$!R$rvF#*pWAHnM(6kt%+4nsA96nad~Ez4&jTMW>&(6hE_1TR?L~_t zhBsT^jFBz}&j+Kq4YVKq30=nZ|CsyUhF$f)*+HZ~nv9|QqHgprG?G4dom0=%yNLha z$MpYU&hwG^v)=!q$pP^Hwei0?^Ln%WOXe@>!I^2%tnb=BF8BagGX{+zXR*Cc?*vz! z6eEVb5AKV3F5HK%j{MwLHcx1?`EPX}a+a;p6*eO8H_wcMKO6ZGJr|t^zc;pZ;%A5_ z!;aPw*&)mK$mQG{@|)wI`Qp#ycl$5L{|Enf-QW2>*mwL77ykbuKK`=#Vm6j+gFJ@( zgC0N*u4r5EC_7eV0@`o55BgBiL)xSjx(*s+bSB?Z(2Ptw?0L`+#Ulz=#LHvnq#tg( ze}wt=@b6iH2A~Is&sWQ8{r~7+M$}Hahujs|@RT=6^C|i%j>ufdTId7L|GodBALGdN z@LT36Je(K{Vw$jBFs`vTI%A3L3haV+WDUkK_BVH)<~j~`0P^@iKRoA=>?g+8Z6lMX#{wCx)xAz<{ddNI zy-^2^(f&WPGyYpb_J&S;KECi)Mb?V#nBvlo-;XikHULOkC+6 zKh}7P7TEejy`TDEE89$V0rI67PQZj=fjR8HeB^R+x0#HfIc_-tbU*!xE(G4u2hH}J zf2V!OINROA9w6ieUM>5++llFW?2X7u?DL0ijgJZ+E%TD`r2lya^(Ouw{D;5aj`KgQ z?_P}mOaJeuJ&($+)>)v-cG_3rfG9Y#W~%|Ir>|B*4DKJLo$x$>f@+Pgw^K-Gpve@5T3w4$xC_@exzd z|MCB!?<4cO-XF)d@E`o%Vt$MUlraFW%sDIVdChd+vvJe{+uMbB(ji(uicBy>dpxc$ z-?p!z&h?`I)lbla?L{Bad%?Wh4zk|NyoSGtHn6V_tl6xpD+*2m%RM?Ye|L8G9XJN6r6j5ap=w~wojN5~sa=ZRrt?vf7_c@Li$dd?2gL%JwG1?yDsZ$M}I zTq_wvG_%uXueseqv<=>F{sZePwUhn|-2ob6bOc%9rL@)6v(rm6zfjTtL+?L9d38@p zcRX;#>TRx`X?=yRfjq@rE9=d=Bh4XU9$ho~A3cj41+*JK8}r#PU}IcqyS}^3B|G(K z#dvC5unm`E=Y4{_3T;7t4Z3W!+-!T5=L-|iS@gfq5upLtxQlw{dB%I|3cpwIANoGL ze~qy3$9nwJCiY@-%p>QAzAv7`dfm!g#KuPqW5~Mb!4`9_F(wv>7$@*;^hx)TyN=id z+6?_`lpz=cbX0tS6y}NdvCB%#?@r1SiJi~oh_c_ASKPCSWQCzqL;nx{?|dKLAEhn) zBmYOdAGCmTKc10Ri5@5iKyAd&Z&f_WpVLm-t9fU|ld@m?;IT{6j^kxt(|p=Qu`-)$ zzufKQi`rFl9JzpYA=l6r<`Xm?yEQs3eP%KfJdJssX+ft;|7N-CSqo9#7U0u2EF+iLIm-86^b zN#Fvxg!;q(p~Zbv9Yj*kEOeOUdP|^Xzlr#TGwOxzT>~; zFJG%2Kl%Pzrwg+G#$*WP3)T@^ZQzFf^0v9n3*DC(R(M}m>933hd>OjOd}BQibu`T9 z_Hw@EB;UuuVkY!I&kdVaj0t=JTn8WIIkXYHZ>#4LPYh1bBj9V`9$ODRy4PCL>5C%DSv1D{Xc$VtYSSWF`_-h zx4P-LzVgQq=Z(#;>&4Hf9v3~EdS3Eu>Z86R@76}6-!_|$(F=_~ZRS}aXLC+mA!Bdz zk~;BTuF>(ZpRGtg`psWz<9>f%I_ut9wcV#^-x2NG+DCn8I5IlxG6Q`c`BCt1yUttX zeTqN7LB4*;|6qdusTb|GJVwH3A*-n#k+ zKJhX2*lV!vb5{IVve~xcb=5KFypR0Y)D!zh7s)ilLV|173q<@Z^8@_`8j8&nn(BHO zeZ)H@dk8bEf25t}Taeu6b^!k$9z@(&RTd)tXZP#pDgFoimze*sc|XPe>AQ|AXSacW zVcTv0;NA6pw+AR@Tr^;f@NWfLpt5Sg8R^BD-%L~fdwlJL2@j1?U&;WX%t`_Dt^8|4s+c6<8Z8z9l`M zoSXC!a+0mh&$O5v(e$6uf14BFLcU}1fAG)m;Qz3jn}q+2ec`>J0d|i3KRgW_HCKC* zzFWs@Y^?PRj_9o6lkxfOzxy?^fltl*1paWo_D_4$b8TsV=3TB+{Y5J`Jg+%zC)zpi z@@C7s)$h`|sk>-FH?5gu|2g(sK}M&)$N|J$A_izf^;-w68zeUb@y2%Kyz(7+#bhV5 z8AZKZZZVo9jE3xmE{#qFpEth8Q3c;NW#b9T_dibghJ*)`jrAKba3)LXK5PVFm)xxQ za*4fhxtI4=`JBG5RUg*sDaKuT6m$jI7TFj*&9U!w=RcPb$)Uu)(;kCZ$il@~>wPi) zS^j?q{AZcp=m6(dod0im-Ey-_TKhBpX^Zo8uQPn6YU9K2fDSG>IF)o#Ck zOzlfI-<$RviLId3a!Vmw!9yJr-dA82T8Es(9K^0}^MrAO_ED@~J%*&e)`gpY7rQvR zukJy19XJ`h4bmoos)^7UsnA+6)u33Hdl)G!2T|6TV82OUv1H|7}`;B)aBf~Q~iym-XS0OhT zJOzEl`ZM}fN9+&l5!VdOw4${ric@fGyX=o1K;JUgki)?PI6*ZOE}ndL*$^P}IW4}I28 zIw9---RX|4Y|L;d)?a^Df#BKb?tL{380h|f({6MAuf>XkqL;2gGLqoK%Y>k zZ|48+3jb@6`HcoR?$P}N|664I(-v~h8m4qV{bc#cLtm2b2EN=~av8jv{A(^JU#J z`BpV&jt=~TefWRo`>q4D&Huya=SSD|%k%tQ*j_FCn?1nJKd0}Fg=_e2c$%Yq(f6Ia z#PUvAu4%Q=by(-2opL^1TOX{xuz6CU;q;>wwTYaayHC+vRvCP&@?&0xeL%9ndC!?X zUE0JK+Zr=;+M%+uxef9|Tfak08_y&E*U+)gIQ|3omE)TErz-!4^Z%~btT1{K^=3{$ zXNlE9m)~)+a_Ny*hn!mC?>oyTI_T>8Y1=DXQ}6Rv4TdMeM!%=KG2c)HRe3=chD)f8%7>LU01F?v+5R-=pp&8FIIYaIoHkp&O65Ab z`Rz1x@;}m$Nw2HCX2)F=ui9Na*5vE&wP<}ptFKY`!F-F^!Nx}H?FKq_S6mX`Sr^}5 z`{j^(bhok7>hO=>zb4${0|5WaT4evfcAoNeE9Oac37&#I7MnCQWCO)~3>u^Q%O|?? zh!*pU>^fp*I&93N>6|Hdt-kHoSJ&qJ>C5T;)>9qx^G`Os!{=*pZv5Y4_Wbvg(m&>W zE)5v9*m5~xd&DP7ER5+H!Y?_6`Wn{Cz6xGI-y(OSo8a#Zy^=PVUs-i$&VU_wS1;K& zkf}>u;6<}}@ITjgRPHkJ3cowx4CrwacpWoPGS$j9i!@lKwJodVee ze48&&@)Z1zx)w$F#;(A+n)nTSSLDgtSoKEcrkxv#2GCDl{M_~}sp3ELewPE}8yElQ z9Q?-@8e^EJ~2-VyF~5>pBK)N>*wwTEv>xZt}@=l>S8D#(S#x4}Sk) zv#<{>Xrh4seb%=Bqt{pQ&-c1gV!gol!q4d%O7Q&n9>>$u&mOtChP|ySpV3BQWtcbY zZ-@M5G>^VBdg}eeeU`gw{LAKR-1(aM%2iDf-lRwOxny2i?>o~|yKnwk<%!hpY{l#T z=U>uB=QoQV>z?tiq@7fD82d`vdi1Mli&5GW{+hq0J|q8{_Pg%sI{eobfPKe5Gywj8 z=xyTXx0bdG`WQb3Yww2KBD>s$&!ruu%bzsyf70lCCe`kH@RHRFpZ>aH>Q9vq{uIMF zIB&Z+uMf=o(c|@z2~Pf*)+mVw5ql2qV?7{o5BTD-f0upc{RhuOc4xf~ypXs_cn$N6 z7*zPV(F64}>*&BM`YwB4R%rk_6nuvEg3GuU{23pzal+Ow`f!1K7P7hW?(OiO>6!Ql zoS!p}x=!f)&}e7G0;PN+T<&st`uk@_V&PS%vFDHmdA5Fi0dH! zfwrQX<2xq48lMq4YsqI4Ig@y{)misKr=f|&_#oRLZ?Mjq@rr`1f=t5xCiwhWFKF@( zG^E1+OZ*G>;NMEy_%Chz(1Ch={_S~RN-xg&c5USX#RN#Mcl_(fdH#;P@8>1<*-QK9 zkKJ1HeFIARM!)qkKZ^KWQ@P zHGh$f@#)m_`%k2;rBnC%zHtBL2UEMRJY=QwHy=qmj%YO-BzDN62&+4bSF_i}i8noA z`1g3flJ5uq2mjUl-!TVRo4?-3cT5NEc79X3mF(baU+d z=tuai=~t5@)fdsnJR5q5%mclR_&%qd9_tnuVLaI5owZKP2W%4?i`owzTydHGa1eI)HTkHMy*oOu(MH z*a1d9_>l6)l_&3{&>ILsa z{@Yb{{v9VRPow^8g5qp4=7n{a=`+8#@2=m6jjxt}E51VuO#ZLX1bx5#;h%^eBGW+^ zbARN1LAJ*pN4y8vVEmD#J?D_G9gjFA_&q)(=zu*-{Y(Ed=iJxje2M>L|ouYR*RlkX|c^-gj(9&(HFe>NTM`hLcI@cuO|!_s?AN7RVH=x`yl z&*lBjSG{5KR@AHdOyUICdjgpiJ2T^fT?uJ3sg*&KEw8oO1NtZ>EcX_jv73Pmiv>(fW0#1zsHuJ$1N?{UNH>F$Td=~=!%PwdlEyb@{BN}kPY;P^44-_D@Skn|+4g5P06RZb_W$8^{Ga;adqAe9ANITL z_4LZDFG|x$$xG-XXs;=eC#6+w#7M zXOLSAI)olzvblH?`~?03e}NWYdqdauxs>}=ZQwgPHTfmBl5ES~9@f|58?56(A1iGE zid$6ta`6n^PkaVrM=lTMzhfkipZ=$x7(?oVY{44&jkOmb_@{nc4T{e|W9k_hmm4mO3kT zfwjco5xLvyV(o#(c%4|M-AOVP^(KZH+z*g#W_!^A?1$(*&|Ai=lXMm0zvDSJ$8-DX z2d*V=Ju(q8z4cFSr(J93PGg9*;yFe;@-?ilfdz{3ZqTkFje5LU`#?On!P_o;}cg#!g%#+TsFz?X;-iuQD?)i;1e4e{EXn^>6 z#lj@+Ml&LK+>qp-z9@!s*v()QQMo~m4dv5o`Z${^)NkM%4@2c&0`pO$CC z>yg{A!I^zczwvvFAJ{ZoPW~MnbQ>!_sbU9_1tO-vXojxkUSt(;j{J&m!rGwv(nc@_ zoq+#VX#lyPSYy{ix`)k|z?AOcK4=E=4KyzBU-EqH0MG!+p~n9W|K~2U7*U?bGmx>U zTeW?h^B?q;chFYo9CAp=0K_h$b1`PNU$|md?HRh(=eGA(;26v@u65TG<5ki;`XXo{ z{mu2nx}&ee`bXP8;k-p@;8oLWZ_heJxJT!&;(s66|J%lY$@@bFDCt2J|3UBLXf#ay zft_ggsqduyZeN;qzVS7)RpOha-q3#hLF^q&8;H?0`-RptmG&F;byYqRkNw6krc1T} z`&HaKulIF2j&;l1oADp~KjL`Zzn}TM$@nhkBkM;A+n>w-*aGnX)$@PkR`g$!^TZqa zk9{rueGY4FocEVDK9}X!rSl^LyxscQ+T3TpQ=9t8owcvu+ma6asjuy%4>y!=nX!%j z{iq{+)Am`je)D^npV-??=4YNn0dMNlZ6|BJ?daFifDzB9ov@?Io@(nj-YhQ`!xR`?br3t7mHu!UBW+WKui2P=HdB85e;}>^8W@G z;YVIvU;2L5`O9k+Hv_6hs1_@8)3kDrD4{t)&j(Re`Z+&3A{CbVHKIHt0-B0{})x48yFVFm9?f%C`)~f z+*I}~%@gNs#L`JtmTv9+;Qed;!#q&Gl*Rw+FIfb?K=pcP2=mY8G56T>b-jG4L$sIg z=GyCKvn!uVyNq~7wvdO@vEzTQHC=y7gGV-}4YcR)fU%PIrF-?)dd>RS0QtbRhB@}h zjJP0ZLDiOrZGk!w(*uT>-w`*A41j-tHARLA#=O%0zydlod>?(<`>1R?HW=iakWFIE z9lij6K1a80GUwR;*Y$tlKVu)>zec=&P0OM3{~b}={(9vn5>BB3Vef}u(Z6f=zsI1N zuAOBu!=%k${1MVmWSgb`krRp6vo&e?f4?@`h`2KV5b7aIQY^@r`R*6h5WqvOAOCI7$j|H#*eJuhT_^!KpyKRffgY5Pgq zOI`8og?yK36ZD)o^{6*>Z!GmROY#$Y0;$gI^~-;8ef1n!^_aVtrll=k6Glt^Z~6MN zydOC`>*fBe7eEideiiqegZ0o0^7lIapY?%8{KJ<_rq1;Rt6NX_dwTNeD?|ev^C1JQ zns;jL#o1r4{rZ0{UVZ-Ex7R-X^95-~#X%D<1}?~XK^$nbnfTt;cd%}9Y4v?Nk9sp- zz+;q<1E2%M6T?63TH2(-v#^)G&x#Wmj7p|{X3 zt%s1j#M-6C>#FzAkEIMyK976Q_sE06ykPy1*`M-z={NcxyCw0Lyl;nFR%ySNIg%UqtZt&XoC74g|L`|Y)#T?)cRf0_#`$T# zSdwca0ToY8*Fyquuc3;QxLsacX##oQ}*sNODWq z&+xBd`v>pjN2IXk6S{_c!~VJ5M#8gSP+Zp=&i5<0C%y(Oup^{ zJzji_z5VnPIuP@nwgw;I9D5&q%JsYln*;9#&(I!Xj+qOrV?xJnuXRcA1^2;mjq4~@ zN5iGwA)TN60y~X=H4VJ7MR~!$ZP*XYubHdZ_*_=D9+yV^{H8Q$l-4d>{)*+^w;W^8 zYw`b(x!D7~(7WS3M(dph!9UTD1_}d#@!-ut158HGn2p~!@;k8utSLkp_DTYr!1 z0mO7;gM=R9TV#D4b{S|R>qE`|pYd-xfNXx){lNaZ@E?4?kpBx`V7>kyShe=5t>{?z zqUob(j~^Sqd*8%fx~!9-%{-^PZ|!^HKj^?g;?~9INs_^SPVoK5@VFJG>Yl9C8_B3=c-GF&db0KrVCe!W^vr&OE@k z1h1>Mopa_C_^$pQ?dP{@ffhlNm;>-4Y}LpH_z3NO<|Ogc$|=J7gdJq(oAj$u+TVj* zxD>6474NrFIe%mJsp-s{f0MQxL2PwP>UH(sE!M|#+LkncbulK_XbiEt8BfUT1F`p+ zE}rpR#VvGz@73SpJNK05_184ghC;u+yh6y|C4H|=9h6S7RahkV3US)BO~UncI4I4suZVHYG$lYIgB z&!3lRMT}?00MCV1 zr~D7z#rq4ne_i;m;GFgl=V198#Rts4q2FT8HXfm2j{n8Bmeb{8zuxGF`k?Wi_-=it zccXi-=7jI@A4k4#BY$?WrcJzo^{DG>J$=`U7N)M3EK+$+`-i-cx?K8lI^en|h5ttE zOAc7z_WZY6K3C`er?268;11uHudP{Wd+y;Y0*m-@v4tQXvhD!P;cy}-VD z>)odB*Wo_!AIB^Qv_APCY0Dq{ck1?|IkxXBHYM`Pv*sFI)8zp91mwr@{6M8l--utn z8+P#lV3V&q5+A_t`M(OiX!|)?2GDcJuNOIDkVWY;Y!jCMpL%NiJ6*IS9XMJ0e>F+| zH+df$0Cb=%A^)>46g15C>e2l?C-B7)9v6I$ccEi2=Foq$OXwVXC3Zu6vo^lE5B(h) zWp+iAl{D@eYyJnr@K1a=hI`E)VmgS=DBi7i@jm1N-iQAgxsd;3-Xr(0KPLI0x=Q{J z{$IuXhvNMoHhWn)YcJXV>+OHwz9_x-tt~%D^pLUf0t$klf8<_j>SmIioZmfOZw%TXZ?6{1-Xg_%;84G+P=wY6V)O|hd z|6%yYe}~Pl@Z&lDmp6Yd4H?@kTi9}oIYr+_21Fi({;=1k$$#nt+CZOBKjImf6Xd=G zCyWd0HL(M;ZVO(3ovEX8oNb^S62w3EQmzl|?Hg#VA@V;qRb)WqBiicy?S18aB;Kes zIlczS=Yr>#3;%?En~Kh_^}Nd2dd&5Yq*rGsRsns#!s~1E6c=j+IUvqmAGqt@AIKKa zns&WjK3e56K#$l$`5BEr(!Uh7gE-ex#?O4ef@kD*WOMRkFyFDuZLWBB<}rI&(3kK= zum>M6_SOnoVKhOwx9^UB>;>51+T~oTta)d@O!rwrpS0Ji`gB*t!rA`6!hiVttJvop z{L@cc$fkndWCO+PTHEvtvrpx@%y@u5^crmO#6h-`JsugIc@S|K)%nj@F?Pf&^;BF3 zxF%;@S z!~4N}$N=lcf9U+!{VDccaeN%-K7F>Yvpe@$TdzlK_=d`F)<=16*=w6Q3*WJ}tGyp} zYzzM%b$#_e_JHn{bK_Nik8{Vr#}$G9I=_qR1^>oh)PL-oX`ivg|A)>W`aef6%bHHN z{NFy`HK&jZ^-RaHjz3x`Sv}SUt=;A>>LYm2mJ@vqE9;Sw8_?Y?cc19W#>xpwKHK%R zmc{l;6Q1n(KT<#IUC<74B%(u*eT{#)6;0!vDULnm=0q7ydUNr}d%2eMi|-pflLIX&-AF9EU!> z=vwH2@Ob1e`rPu5G|YMU0CmPbj*Qkp`CQvy{8!_ZTiRM4XnQ$lcn2~gbcA#CL+A`N zk#k~%&E8VEC&oRFy~n<7K9LQy=kejUIsVc0jqm4Ud~cKg=a}8_`S}qaV8;LV=c<3@ zBQ@F&jYY;1CUU>?AMwuYSFoXYE%cYY(8$LN?RU9BwjJBkCFK9I5277L+eFVowkhNw z{RYo9*+_Jc|EmRBy9H|s6;m8_V~w#r*W@m}E7ME-+o#+?{=a&@A8~xh0?UQ}9Y##I zJOixbWIbqm*_zBoOxyJy=(6)_bc4*NHAakW2Xf)4Z{Q)-dSb(Ky|KRSj61dkXgu;f zb^!K8?s(;!X4~zc`9plF<=9cIn)ki>Tt0bXK3SjMOF30-FSfi7=x(Furl0-xiURwt z>x<84IiF)$9QWn-W71nqC#JKf-edWmcUCSp^cdzZdz1J)a5;b+=jg`FSMm-qPRMEO z*^3^`yvBw}A2FW9HCJgD{RRIpUxBV=4`<>X(Pi;*;1dBy#JHPZPuC(dm=D0_qt=mY z{`D0yU_s(;K$y$jVM%%RY7e z*4t~ip}#Y3=@a@d`oB2pe{`TOMP4Ay2k}m1w!$VsAL=@E<2w9jeZNuuH~oL=^X5Bq z+T`n9V_tymZql`o;TSt&J}fto&e=aJ`l7FB1bhr$NPUnU;U89a+LqggoR17xv`^nH zwnDNX*YKa~l&)u>=aGAuy^OKNwO6dU?N$5(&mp+&)z79Y?!G1A-!JTZq30LJQsy`L zzkwdqBnP}W{c~y9_&+Nr*^7!9mYl3PO8x=z(R&-=yGu-;VZJi2k<;LT@GR&+*mT(gM?+7!BZ)P=cA-H;vG%LE-7 z83MhC_s~xiv-g>#{D0uTLGJ%3{lBpNA^(H> z1*aF~*_q!-+e}mr*@^OfDkg+neCV%c4?17`7CFH9E;In_SLuWEh`>W}L~ejSh))u8 z(NjJp_EI3{H~UASPceU-J~(f|&gOmPea3(A732*32_-FhFpX&Y4QJyta_P#9?-`Dv& z)6&70O-b1D-OpG0_zF2+`o5ow@7wv&k_B|$S~=>R?@v8;RvI*7mU1V&lD3>6JDKdw z?Bi*192Gv`Ie(+S{Rn?VW@Ajr!HkT8jE+yN`;{tJv|Y%b6aOK9`5e=HksQ=bd!3?J z^cY2+%_Y8{IO8B3_;|37fn-nFEIs~5{9n4hmqTO=RB1g}$AeA(5Bzg~_~GIE_D=CF zbWZ3z`BczjpmB^135>5DM{$J?+(1A<~o}2ZZV*Q_E z$?FV1!jFw@n6(G!sNJtrZW4_xx`1H-dzZ-u4Kx7^h0I{`g#L$yKod-_5KWPN2ibCc z>3N+cb0X)WFSB1Tx*s`~9gDipXb#ULPVFW2b0xk;{Ts4`VOjV;;#Tti*318;3~+L) z;-5Ct=k@qsZ1}h5Y8-qloS$zE{$=k&HV+#fw4G}#XSn7rvLLt$C@geua z`{DD#{0FVat$uOl7apz3{Lp|}&;ZUeO_+M$Mttu_XuSGf4sdDd-XPWuM z+=Exs*U(<{9AtRQ#iDV+|7Gvj{Tv$$^&v+J^VW0!Xb(rpNZd!96ZygM;bI>#JBVl| z=kS8YXH~z)oZ@Kmqt<4Di@he!t;4_L9@`)IC;n&8we0^U^9%3B_p{v3IqUeV_>cEH z-SM^t4GMbZywGjB$bum^AWPXkyn%agZv3NxHWWN%9kRnm+(XWAa)W~r_%Y)}p^v=i zyYRoy^~(RL*nN-Lb(_EQe~;y@;=i8%tIp@EUZPX*fBJ*=+Zwfej{VB)c*r)A$BaG)BO?!@R zQjE`cgmpw4sUGjIE_P#hktOyeAm&(FV6Knk7HHmwz13O$9>R-?xKU>em&7u_QdX{Izt!O%hGti;oJF1 zb#AStS0F>=LLNbM2;1*VG8(#B7v+^gpF?H?gZzhWihRSnlK<22FPUFQit~TZ+p|Jz zdyi~O|2Nr0?-l;dHl#KgU9mR$*dgc9KK86-&PTpn_&j58u|MjovTyvHe&bs5%i3Jf zGlTX-pECB?*w8CDXH5pYWq@S!-A2z#KfZrtT4nJ)U_bnNP7A7h{>uacAf42EegGizZ(m= zF`!jlluM(()?-pO)4pf}WIyRF{fx22H;I2@XXWC@H;BHEK94>{e5bdg+IO6*|1?L) zv2DIS;`@|az2{Z0rhy}#O+UQj&h&l@`~5oZU9ZpB7taqL|69$cH2v4_uig;s$EW$} zZ+>!B>#-|C4k&1Wc>kJK^k?x<(ST>4`g}U-`ah>#rDvdTu(klb71_3qRwEzDKMMYx zmgV}Z4cNde);;D%#yIUmw!uGcc#8jZ^!0cilV|f!{eT?`{@+LYN;A)}8DT$iI->Wf zZf^fO(s3WMztI8L|KDpGR%2g}{)!=h2lI@G@5dL9KP~tUHXG&=b;FK}96(_&7IXr~ z#5(4`+Q_~rJx9r(BOMPv54t|@faX9GY%O=D0j%r7ZsgeF*&p%z+<(NVbU6RHbl7d+ z|3K6K4gVSUV1HfsclqD(ZaP4g2O8!7g2v^!X!Xl=ru|00^062P)jeniN88H?9xn_r z7uKR7dS3Kp(Qewv??ow}$+h$&{c8WySCu*Czxln;&uyib?mb~f!T)33p6BdSeh#hC zhyQOs?pe#_(D_>BvL5aEtPA{G{Y&{H!Upz3^QWp0xCj3*Ikm8h zb-YwQRM8gVE7%K(m+XU{b$0akqaPI0>u9NIfk(KgA_jAeEF?b(u>!v5iNKzL#uspu>@I~i|iDDs~1 zR>r@I|G>T-k^RB{LFWG(EdEa$cm{GgaRy;qwLE^r8L2(7?g3g9>wn=de8(Q}&*uN8 z$^~Y!5wfY;LmV%>1-TIW0x~NyKhI;GXzYt%eL;Je`e|c-=UxD=lp+t6(?V|iEF{NO1?g1sK)Q!2h_p)1lrBm(;s!$s%}wF|6M*f#jzbY zDeM21n@4=VSi=kcW&acZ-$wCo+uXFu?6o@fA8FfBFQgr`#--)SuNc1FwwG;u$p7g4hJ7%7%u4wKkEmk4dj7ye zKfo4nCwTYbJiq?@lWBG9QRyf5UzvuEo^SbscDqgMRk>II}C$<9gZktOQZ{`zo2>FVBA(u2V2!2KO6JoDsqyKH- zAG<%;uL=7#?Emurhy9=DB7b7jH~i}z_%1q*@R&gSUGQn-gOFRP6LwhY9PQybF$e9p z{GGTY>3@#+G{`N83wd)l&$*XH!awW(cGvnp_z$)f`Wt%8c!E7> zE;2SgYsME@oW3MB8+y(;Z82J)_CmA460(=Iv5*m*uR9&^>kFDdKNcmfbNmx05o6%* za2is*KIDu(iWMDpv-ba0-d^MR=KFKLA36Gv|F^kzuGYbq@gKB(W7(R)XeY%N6h;09 z)?ZP~2cP*r@q5_3u}u_l6K1bqoTA|GkWA2kn~(esJ@~;qVbv^rk(p~p{&t?9= zd$#=}JQLbMN@EVuPMb zgC@u~bAkJ9SnurX1fY%HF7|mORu0T#=f(yKPWw$1ZPnZW=irIGMzDz!%S>z_{LkfU z`OP%Hpc65k%s;cwt1pnB$;%Bcc@}(t>skMc{r{aNm;c@7=W;*TuQjiYe{cv-Hh!*i z<~4O@k3_~~1MM{zIwkWQJ&gCV_5xf4Epy$|*9?;v2z`Nk4a|9RySZHJbJ*{3y#g5q zI>U2T=$

eJJ?se`kT#_;=b~E8_I8d%oOmSb${jPu{^w$<1*9#=bH>!JX7(4X*+kfc$#Pe$1-(7D^JGN6>m~Z^8`HBD7 z@!jU*maY+>uURSef9S!Q)+5axuyoeR$|dqp>hj%b79ZY0_HFWllb5qf)5sgdc+-zy z1lgb1fBYoKR5ou!6QB#=+WXtbi+E|)TH@zG=ZUc(SE}?8ZHX?FQP_M>m9%}JOkbb4zT|W)PC>Si_tBRiA{zI9>G|PUN|p6E^L%H^KV>Z zMb~TIZFT9NGyj**U%0Oc_cihTIIf(v4*Z+nFUtYg{>A?(&(8dI8Z`MW+cy$kk57s@ zk4)lzDwoITf0OOZccZZoUZQXv_EY+m7z=z_7PF&zv*(n_3>CQnpEh=4Vy5sHkx!Me zKv$x_>1&>cEJfcEn*q&6?!bml{X%v!`jP7bU0z>tp(hakV>bV=`MKQhwt$ng|MzLO z|IZfEzj-(H!B0bccva2_eiZLOt~1^)zJx49`{O^J0X>X9iF=vX9uv&`^?K8{Jd1U` zc5!%4_V)R{?7OPJM#b9_&1v$IzaaMxed@|fO*fHqx@ge)3pXH2_IBdm`pWiBoP_NWFFAtv zaSCI=oI$qYonVV+puaID%ooPa^hd>DyB?ysp?yx z@pqH!hi7BYChkAlZ|zf?qn+r2hJUq-xn9mo=Ox6Y+iykx$sQrw0yNC8^09o}j>`Qotq zJMO{17i54qzw1}uN`23JDs{i)g|zcc?`Y3O>50N1`%@G=OSr-Bi+u|nH~Nn@GAEGp zO{cawV$yQP~j*BDE92y!Lst%$KQxki{pwq-t1cW};nrEXfk$y!tV zR<3yj0p*NN>4{zEquP2hfFdRQyQ8c}2j;)#(TT%Yzf8x}RE@PTi4vvrb z&FC%PKmD=s$k+3;{2ptIU0ZpFzT28t`Dy&UT$}&bv&hG4J{UdQbuS+mRe81HH$<4j2>9c8{8=fx z!8U#{cz>UXHIrA|o>8`~&|UI7oR*aBGy7#;)7Se7+54`Vk>)6WpYeHkeUGv98qoMtO`2zNqii z16_e@-QJ()1K;!Y%n@QL$(88*zdlcIk+U28H%tDPeY>ajw#B}L&Vfx9c>=o6Jh6H; z)Fsx)quapiShGf+Fm!x$AEO;{Z$2XXxc<71zJj0Ls(pv9|6AJVygBL4-&`s@%C9fn zTZ~_EB<4qUerSM>D_f4e{Fz_uZ!tdq3f|kg=KbaqddUtj(`W#Czp!umKgYS^tM>hf z^mfy+>6=r3o(5jMIIS@qUSM zv{)Ljrh+U7{S4Y4*K$O68#L|UU?1Y0#hj}21NIRxM|-0EaWtBjuMHdO zrel_+tuA{!^Z%;uzelzKw2gn4|Fg{xy&oEo%OdIjn~r|N7*Zn1{vgb1Mo7^9? zVUTnu=oM{2m&XPR{d8U?nx*q7LHq0QZ+z6RvH$bE(6;cUAZuB!;Wn;CeumfD^_Bml z4)$*Sj_rY55vQ{Lm-ruSev$!vkDl^;MayaF&|4R$?Qilm-ppn6k`9s$*}IB4YqlNf z9Q`L^dz9WM+Omn(VPlu_+~#Tzb;ERFmJb-hPbR75~xpIFENYugE@8-o?A~ z`=OEKNhta=|IXMkAJEaTIdV;3&7VU5H~GJm{cH1m58k(g|GND@^*(GH>~F!duz_MH z!ghzx3SNP168qD3&>jb|z7JW6HKW9}GPj~_9H|?&3XZfh+HCF6945wxJ&*^FeZlhb zy*WoZi|PFM_9iShJ$DAUpudJc>M-l#Ot=QJe^7Nzs zkp^7+jMfPe8>F}#=`AKxD@L!19r6icCu80Q?Thx)c5JxdpYbbycOGfEzoi>*qS(ur z16+sg7atRH7Bbt8+PnFno8}7thl}?i_p5MhR%{$aGywdQ{|EaYV+kE$oUl0>?nT#a zUqs|}v(X`UlybeTUA;y!yJQ-$4G%%vk&L7pH@7nkW1d|C8}=*bf^Z{C{oyJFj=X5B}Zu z?=rxA`TqvU?nM4y@9%7LusS<^wz}(kj0f$sTpjrucv*RkpV#BR{NJxFzq?H5eaYGk z`oR0kui>1rC%&I^=pyt08x8Y|e!^x1e_-Eba=q*^p7{Te{~hySAKjl)#edWt%;Wnr zdz7_{F)Q28yL)I&EAxZ6CdQb!1Z@oe zpO&7R_65gymiGhi*!Z3Q+i}IpmJ{~-C@lY9{#*3N<2tNtK61nwVVx3~_wT}2s~5ii zO!^6X3Xyj-)(Igy_fW30s%%V-24sBtt=cD?``Wnr|G3WAT}UgJXg^ zz!#7~8EbepK5_N}V-BJl_m&RWM=^lt0>}eV_o#p1BgQ|zgK_plKvqKT#3!<~bWqos z91G+xqpkxKXMVJ;|Eb{Le1DSvvkcHC{*n37`Sa1wp#!I-g)`2PZ(9CI`Sr;;0ZlXh zlxbA(tT^%?d)8ZCaGh6wk8_T7_|MnX(ZtHVTu*<2Ws~ptUilw65V;&a42?i%W9=cl zh3lb@jH~6|R<8Gx&Hf+uzbgOt^G5umYoTLdXQUqS?l?yM@X3IG@^bKBQFISBWn=`_ z`;+S%n*w=kp-Zdoz8%r~=N_|qRm<^T z{=eY+U%6+|LkF+_LDLZry4_DSKr(+_F}iSg`k?tp#RlE3*r3Ihf0R6=duR_5aOwR6 z55*?1M7fQ$j;LWiF_y%~n(SX0WBT1Nss81-&T*jMHP*y#9eyk8|3sS#`+t@L?E8V~ zy*Y=}h$ChV3H3miwH%=9u+_8Hia5sDE7{^#bsxMA9~8RGmN)sDKIR_t#r(juQ3W3; zI7P3l&Yi$T{Kk=a%X5hnZm+mVY)Ql>M7v{dxsBxoTZgrqct+qq{C$2z_V@CU_z(Y| zaPM+}eR7ys8gm>aex z!{%4;ow6?UM|I1B=#~__6Tgxg8x-@qf%K zJ2K}Y{#W=neIK4LnIE~I!uk76ht{zF5m#&L3H5A`!FKzi)loR)3G_n{AX?=_iU}WpJ5a(f&aa|{x0f- zF2!D>CYQE}|G@t4Mg!Wyf7t)A0~+ot_JD;m&q-TIu3+Ah+lD!e&7b-C@K#W-rH%LOvGy!r}qdHe@9H9mrJp7RV#cT9*N`rLn&a`QgYlg}lLgp{d{( zyUb=ccwR_k=_vfpoI%H@j^N#M&FfsgS$-qebjNG_*@xc>{#o}Y+=KbRf7St(H-9$m zfAiwPh6VpOek~cy>8|=8+dqZ5rXyo(eC^!lYz&M4p#yepK57i(Kjal`I6nV9u6ljh z&Ud*%d}j0u>7^e;jQ8tM|$lu)pN|cg_Bv zaS!&_v``Kc9Z=DE^W$Gkdyi2L@vsG${fInX$|VlYE-3v1#Z>-ZpCO>9)D!JPRfhGzI{dARbONy^hCpwFvOg9`QF>Y zvuzCo&&l%*KL~ME0BZUXUcPYrT&@l?@ZnxL9T)*utl4h{nh{zo1iTEB^kH!A0$oIq%L0h0RmK##<*-~{Y@$cUU>Yexwc|W??j*7o^{*V5T z?qARQYx7Rf`rpr{9mdR)UZ{B8O!qgn{5-^|DQ;7888#y31Y?J+#=caZANYB*K@{^a z)9m0+{O&ZIwS25wmJVsMg7B~L>x{4UT6F%W(+ktjG`YX<^?`r+_any7{d}KV`qycv z?(nbT_up~ds@9{wE&SKq4&c}?Z2;L8AR2JbZ!b)Pu?0+0F5R3ng!ViC4E$@Igm@w` z8qEK4-e+E?zClK?xgwf@3{maNYJUcAG`o!O|0&}C;s3&X*!&9q-+X|{|Lk)TFq@sda58)7|A)EByje-!=)zm6QD z$kfbnd|bf`IL3YaPT%;P!lo$sTDT|AH0#G>{$MjI<^PiJ*P6upb6Giax3%zZ_CB-w z;qyoK*Zx}20PrvUfAh@$ov*q)4c4|5rpVh4U&l@f9klT?o(G?+FE&2;H?yak46wx7 z($;;*4Y9{%^hNOu^$&4gww@a78_yU1RWItcjp~NX=xiEuT%pZhPM1Fz9#2AKyRxdNaxG*mAJ(5dTTsI&H@nZStvP8sZnpOHY45D~K(H zJ~D1@i|~4N(|#|e=R(u7pMUdFuckg1&Pcy{;0J}=U#IJ5dmr|{)vd>_UOwlP|8tDb z$DswQTRwRgd>-5z&lleh8c?(I!z5p03z(928521};E`^}XDz&Ay0izNV>QkhY-KK! zSL1!kd9~KOV1DTxJIKzn`*m|<|5v?``KvU5bNz=(P%sR_xKIjiuEDLg5>-N`W8pzCt~jX`pUhMgNO+? zey*_!>~o}!V9lSwy?%~Q0J@7$&G8?yKk~oZ{q3mp<%<8=`$p;UvJ27YtTP}641I*L zif8f;=nJ%*b(!!F@|qwYA=eMkeeert1#$}Y?JRvCUc!1Raz|hjq@D1@0i$0}JB(Un z`|y#+r!86EVtkMTv{rxV?9;}691MS)d*7aUWKZG0DP(`gewP1D2jF~IdS&{F>9BEs zwA_UFGa}XoxrrP}Rhb(d-2E#)cbMzp@5BFIV$kPA%p>QSZa)A|_{6&_|JOk`wYvS! zurHgqFuz88zt(bq>HqJ|IoR-z4Ulyvj3vG{^bqneB4grD;yvZNd_LhTur)}s=M(>e zzX@Jdy|%hf3-&jzvfacsqNO8%em zZ#-Xez(3>v!oKVMneW5@GfjAI);Y!ce|R>s4l+DE)^Ue!jgIZ>9l##*8y^L<$?2Ke zmCvn>!ms_V_WE9VzE0NKWOUE}XWa|F9Acj0dZTx`4|@WbMh0P@eb*P?D?m75OUXs zZs&D|K5Fj_*|mJ0x}Hx?JY)y_&g8copxnK^FMBo(yY|;?UC3(CTClmB}YoHox_o7>8D$Ry-HhF_L>b27fDn@S`8t8#yB&hDu;XScLA z|KCdSKaTe}n(S}*|7?0r{NL!d}45N&Jk{5x{ll{!cLcA3o)I$vlpKo{#;Jy>8g64L%O-iTTI)cy0jM?6o(Nzth{xe?hCLQ;aKi z1=g4CZgRhTeG~qgJ~3{VAzgx(t|Y?xF##XG0!zd%xEBOKwB1 zwDHwgTK@`v=u=>p@rXEGo{7%hSNnSIaK)pN|JnD?d4E;+uL=JjG#z65e>2Z`26H6l zkkKE}5-@Dzrsu}|Z^^HTq@mIoUsdDLy5 z+Vl7?&)a--jJUpp55jz=TGv>ecg6kOQ|SNV{}q}4qxt_<{esu8r2~jAJU8=O1^%g@ z(HXUYbFhlN4?i0iG2L6|_&mTqG{9n)s9RA&W+{Ke|LXSOB^EbH&MT+s@{!9f(s*yI z8R0#llVE?d>#UERe^5W7 z>gT3^>6Cv5cK=<^SlxWsl)!)RfB!yAvH<1K^w#X7(kI8K)RSX%{v)qCjS`kc&!JJ&1z!@kZZ= zrl8-EKc>HOwD+8#yno}hFWk6Q=9@QsNZ|6 z@_+R>?}^W*gT_C#mQN5&kjKBY2Rin#2iQE%d=q;Ln5WMo=Bhi$`-xt>OU?EUWdGrK^x4M3-ntKgSW zclNpeQ3c>!c#xxN%4I&<&PQhmhw4xegO2S?qlTtyKYU|NM+** zy>$^Y=V?S)*2^x z9plt3@4abqfOtRtcee+6Uotm{`QTdm7FhtYu^4paW5)kI?gt$p%Kkdv z-{gPRpJThVG0XEf<~hHSyO6QB|MlI+Pw(eimAX9F->Sce1qP$WODg=o zD)T$`+vfj4$7qAu8;!oX-2qtueA}EA&tXr8csFuOyf^v^8nC```^3R|KRrp_MP{CX!t+4w$o(AS}Iq7>2Yn$A@~$?jY(>V zd@g=zWKZ(c;6sS^#oV;#Fb`C)8?kp6IaGb#`0ss`F9_NIecM1Xti_2L&7mLMmrQIh zu|oEIJ*(jV!atY~`=6gn4ptVa`_0PQ&WwbI`3SO$dw-x9IzGvOko^ zKGII~9`pTZ+*nURUsdUA^*uw?e(WXCS>h?-{Xt)_Kk{DdSK|?)gX$mp99@z36N5uO zH)064QS9{zKhE+0=>GGLH@iQ!0PFx9S1A53_Wy)0z{A~so8P17^Il{Re2?e_VF$wZ zPuvGsc)yE9b{L-owxT(z{knKe)H-eJ>Y#Zsz^Au>n@gAO3Jo+H>q&-%m_7 zQ2YU*OR`r=72o6(9w564HX`Tu*;imT!WX0;D;L@V2?2LSMcwC=8RL#OK1u6(DZ``K$|qrcpMLyo0_U*f&g32VsDm$nZe0;#kYRFx7{=G*$kOtZxN65M|ELb?E;g z_lxJl_ba82|5xfA_-yM)-JoOG$H<2e`W!L8K~p)>Cg{24?pepP{aM8BDQBQ;g7{9m zk6fl$VCDW3??pa{I&dxHfxf}@M#uFY#)N$xu*>$+yx8ly>5Biy_FvWeLlyx4pE3Ny zL%4_BPt-Tw!_n%mcO!q;x^C&4`2X=0Ko>kV5`Lh4@shQX;Q7^e z@!MMO`C!f=M@tV-d~oLbYaI{KI>E!Vr{IlRBebN>9}s|{(OaI|Q@J3~9ax`FtPr#oU8&kX;Eo&|rh7~N zKjkOz{|5Y<9smtE-td3q)Wx=j6#Fl9zgkZ_kM`@>Px&9LK9{|oeW9iPgPa0AKxV<` zx7Bsa(`F-Dw)Ka9udw%t?|;zpsoH|4zj&B1R{elU@C^<(R~e{6EC6L2 zm4Paosq|K96QBD1pM3)N@t%IVVM`UBUws$vC)Wt?K?W&4tD6s<&^G?H4`1Go=hbIU zG}|Y!4-pp>G5~X({RHYTAN*c&WN+!m@J*Y88UuXo;1e0y__t`c?f;eWADFKmKbUh+ zZNS(!lq*QK^o%8r)j1d#MfWfnka5>Ffq&${D*wkmY5N}K=Ws1^5ucQ=1@imj9q~W8 z40#Uuk^)!p?&`JFgEdmO`6>=*~!G{5!^_^)8UdfqnvvGqCM$L7yD_Wwrv zpV=AI9_k$D)Qx&TgQ2+_D_6jJT0ar;8#Wr^X21daT@wp~PQ)H)(aw05KR2E)xk#8M z9}6_ybbjFoA0sh8?9oh)SKDt-e1iP*?PI@L(FvE49Jdh@X74HVf8u^CdcWZxUEp}- z|NOM&|F*mk8aM8f@ZN)9rljAd;oo_FTl}B=Kgi8hj1}Xnc^&6*WR5c5Jr|_s`mW+1+Ed-D z)b5kqk1R^en(G1O9EUbI_DjBB#X;Q9(d)qbk#op7#a={U(ecQdlcCqO3jg~V{zK<4 zjwb&Psq_DR{zUozz`Ae`_6`4b*CShPbnRQV4%+OA=Pt51{Ed{a z0h)wNfNr)n{$1t=^R>CcelE!W!){xw82z_huY%qcr9!vzZyRgxWn_Qy-ZM63jC7^} z&;t2**t2U(?bUhzL+56lzvAPUt*^TGu3~^&?z{h+;IR5Z)&|ep9lZCZ`%J(0*em}r z z-?>-M&O>e=x!3STe>m#q#;$96xj6Lr32HpJ!}+gs$5m-$Q+i z=f6Mu;Qd4c-pBsO9=sIx;C1XPC!g~2eb78C{oszD*q)+8ZhFh?_AWP8WPMv}n{@%n z{pK%Y&eQ*P^f5tCL;kjL&iH>%{NMF`@x-N6`rt*B{%(d|!yg!cN`*Z&PpJ`W(%l6ubf*6Y)BVJD(h_jIV zUC3sfYh1{C%^E89wTWD3&}_z&_9F+go(I0jT43k^u@YTnOTj-6PT9+Y7;JPLVr~0t zy?@Bi9*5`r6+NHv$Nx^w4EwG=f&Q|N48N@H+a$hB-H0V1@9Mxw@1_&Y{)g}1?S07n z)dKzxzGbm;NUgAbb=vE^rvBXP&_g+-!9V#|ee8T*BEzCPVBgs4dhG!`@}+dv)VtCL zLNKiIc@IkY#= zl4&QW1I9g-x}7&Swfo_MLUv^CpyQ+CRoCctP+ol20Xt33GJxg+eT_XFEWrPdnu7j+ zXrb@B4?uLFMfP!(51I}t@_%A`4jx;7p0TgFg$@a>&DNIbPO1O9{V#Yl{D$>n#IK|C zZgJy>;$z}_vf+6=uyhFJFf6g3`Fl~1YJEZ{@%a{WkhzB40(!){^q$(I;3)EciT|6v zZ*e~v`=SB0b@6|b_k;ht-0w2MXVSc<&r0oosQu;w&9Mg8_9yFtG zrh~|3F@}Ld=t39m`Ll_z-$napvVYd#D;|{o@3wz%?|lC_9le16UB=H(o6F{Gv^PJO zbM#ZwQ7gasIuQ1vl%3FclEz8bSs{n7*1qqme0YaWn65SbXBhSiJHPb&i17>AfARD) zM+!%cA9!=$QRnXY$q(k8v2681aQ}H>{Y*-2^|KT`o3fBHTx+^Mm)>nT?d3;*dic5B zyLLi$2cz)zs;mxPp$Vo_v~S;T=i5f?Iehud6KAfOe`>9^fPE6dJ^7N!nQ(GVxUaEK z3hO0v{8a6+I}iA-o`D`vCjCn{)GyyYok>8- z7K4ENZ{x+h%DBtlnNPfj7$9_b_wh5fP8XP8Rr%lXUm5?Hllgh@1Z;`zWh-)hKkJvp zb(+JKxfSy$o?HG`(j_q0LHm@lcDcZR*8jo0mmxY1k^R4I{vY~2Jb%snPg~)9?o(ga zm?%er?2=uy{{b{>pkmzI7UJ!Uc!qxDJ5XKt4*tpG0Y5I*afuIizJh&VWGj$80E`=^ zkqP*2N8|&(3)>n0@txlypA!9o{)2B8S%^K~EY{fi*~gG;7$5wxT(gJP+6=z=-E_na z)3hg^WPi!~!S}&_oG+LDzs<-wY49z=e~wQp`rqg?&-b?T+z#aZlKtQFewF{(*ohA@ z$A*quoTlD?jmiC0eINh675skMZ|{xSr_BBBZ@vbGsvr1s_r9B~zvZ&or%%h62lub8 zT5!gfRxdnbGx7gk!u?+2{TB=S^VckJ{6hoC@AUVlPx-@Vj@j}+JqKAGyFlmz&;n?} zb^`}=-EHCj*WQ=FM^U8hhY&+V1Vlt+SrQRL2qA8<)4TV1P<}F&v_hVfvfi~p40Ps@ObJ2l=F#u(t_w)e{)&-(cFeXEB4X{$s2*F2xHze&V@i-&fpF0egb{wK)L@U?4+cs|V@JEWRm&0C5254}!& zyE%>x{v`=>{zV@#Ij}5ri83YuKK}Lh|x|t(TDh6Z_%tZQ?s~Ju|&VHu?+wz;RCEwi9?X z=h$;Bo%VC16Ep_@r%oXAJgjH(S)`$6u9bearbomgW9!mKkZq;CmA)FZ<6Q<{``D+y z!8#hBsgcip2>es-2hXPrAi2iB$HISy``=RyZrdRIDD1&K7}q!?W113g$!-gEPNn}> z&^5*f<@y4&bzICGbI~rI{f%n(NU7Sm{tm&u`1;V+=aBok&L-B_Q2X<)d6rlSu!V)6 z6WZcv!MIgM&#x-^&1_s(2b0cwYj%!n0^UCpsoKPLtJ!%?_4?QPPeOgv2S^8EpMNBA zTy^P~0|xuRy$5MIVkD9_$ad<~sn8ET_#o`}zyH0@GY@AE!P)?s9`@m>l3@p$HVGq5 zp|0Yy?OWdq;{hofzqzYWSEYjNFyc5{H6$vd%5;z#OaVXDpZ4elj}9B>Nw51*K=BJSFzLjI7e zLa?@~V3ar{?wN>9VplLs{F-DiZQ+{j!F`PH*#P%R;ygs2lVjG2g!alB>84(x3x+nB zx{*`QF>Rpz(|Rs3)O^+vnKMKFMj3?u4%+77kAH)G<~q6ZyVSA&lh2z(8X(Ei0ruqo z-k$%<@pog}0 z|0I8>++_FwujP9(?v}Q}po}sQ|9eSR9XQ9nAy!)<<~rwDHht(b6@G7tYCS1Sz5V|E zz?)b0*K$AQe=P^NwvSK?{ys-_otdwG{phEv#Y3N}M*oBH#Yvya|8Op7Gx-G9_M=UR z-w5ZdGTsZ1Ip=}%fEYKm(d5t6jSF8>uI+5oj-685k$(4KGdiPH9&OlpO zTy*o+-E5_;iU+7jz*)rEcG z7u3&9tb0m;e@R9MV2rMQYR{GtDtdaho*yKBf%?Ct9!Z-!={apVf=i1AaIR?V3s~=K zVWq@T=rsFNbh%@(csTD*WPVHbr`+#Mk1e`KHM{*C6>`hRD(voJtYeDxn=lWl z0oE#Pg*j*(KjME$-H!4q$FLdGl60T*%$O)|hTQilZ2jcVdfplRQTVM>E|>8ud=tbD zWkh0@vTUq%KkK4Ri#}sw3j;52j`?Bd%{m5~btUkARO02*?x|@X^SvUUoR2t1v?t2< zZ}b12n&(6Jw`BnEe(C`M@ee*vo!?{he#!&Z{$~#S6MxjF>5EK%9+AB*{?9VQ|A}SB zJ`}wOw2R{f60@0D<#phVq-W=X4)EBUSgx<(IUE1x9O*yC1?YQW?h(D5<)k0DNB9M4 z0eA=J)?Yju@r7sXRk5>ns?pD`R(Tt46YLvXpVs>|?#aWkEM$Kd@qcRP`10S5xRiSKS#PIyTpi`!c}=z+-{t>(wc58K zb0u{BY7caM>ifX`e%JQVf%K2lJtyLL-jF4=JBEXP4pY0=q}_^(1LFUK7vn=~iu)}w zYw^fBeD=CLS_WXO&WHZ|sEVBRg~fNEw*mW<=cwD!#!K4Xl-b(EJ3SbZ8 z$#blAiLGx-e{;UyD9^DyjKfVC-F%nCBfkg6`Qw~0=Ays)eee4FH5jn!#(nf3r)@#w zfjMNEWw=Hldtb%P+9C1myZ-5j*o(TsCP00ZJ_dZxCXalr--T^q zOdrUh{FWxa`ZVgVtM3c;EqZXUVC;uaEWW>v%^l0 zd3`^Rt$m&|`^foylim?Wx<1D}d>*c0yb=0Hi(QR0kbLO=-Krzj|EtRHq3wOt|1G{R z_=gS3Bm18!9dtEWEa>4<$F511tQ2c7$N%YZp3tQY^h@nl}#$$Cv56O*TI{>oc_RF_Qu z%$5O&1jo8m%PMu-(~o$L7xee|==nkejLi=;0NDQ? zxcBDV*Qp{mMLqEH6P`{pN@V>aj@ikpF{^ec^!}j+sb(!y&zA-wUsKFa^?=!vMKhK*vG%`O9GWD;gtoIzx>u&4&TJP^- z9oNJEExW(X_l5WK+Zd~MVEpeq=tLbbw?NCcz!}?by#wbq5Su3M4#(qYD=k)OyWCu->*rjD7MQm~J0Aac-5@l4j>&eY@R4UlruX!EUaop~#^nYAO*@Cu(_VXX^HkSInjem~o!@p$iGb#g?w`#Jr{VQwGqOH~6=358iL^&)ijX zh5E~idsVN;x5_$(oSV>U&SB7i<2DTt{*7;zJYB|ou+OnE;-4`s_??mml7|cSQBJ&= zu`>I+m2=*2-khiJoS8GM?+b9R_5B+h5@#J2AfEi}ZNPsIKm4D;{s+8!fOYEp{z=CF z?}q;m-i`4&Ifs?c;yY^krN=LcPwM5Q1&tm9PsH_%t)wx_>w#Cf590*zixl}E^?7Nk zxrX)XeaaRW%&QUE-+P_+x#pbc`WVBdY~JO`a_Dh8)YbD>svTQy2Ied~pXl}$-=`cP z$Iw}kdw}_R6R__gEdU*GChWs8nzgPp_e?+A` zlMj6Zb18^>NtV73%v1Mgswo|^cl(FK>a+O)M)nr=*+(Ns8NZ&R`ByJT3HAT8!6@Z< zj`g>@e?m;gcO_%?X?;)h{YpK)KU&q4jjmp~@QT}UU3(<9>9iO|IX6DP@t5oSPmysA z$T^3z2h7B|Gu~UVwa-}S`W`zjKXDIRoj&d(v3mcq;x5%3w%4wZ=R~K2&P5-xaLoUr zeSkKd%%@kYZR@TTU7!9vIvM@m$}Q}Rybrv4>LlQ$gfg>EwJ6`b_IeNN?hJcE=Xr?N zJL@2P%qu|ybi56jZ-Z~0yxM$+wAF<|FK0{+j!#8HMi2D;dwIDR6Xu)e^%3xaweUd&>rit+4e36eWQHd6u$VpmN84c^oul1)4_|abx^haPxEne zoinFQVd$r!ji%i0FI(6DR%CO^=npP=MI9{ojqrT&?YDWqmln|0UpHBFz`{InuamX@ z9`$(m?S8uT2G2F~-&3(O%T&XO7&p4JK()iXzHW$Rlkfs#`F^G5FMmqx`o_1%jPXkj z>{I_gRxpfsJDV-EbX8^wefsFvbFA>{^|*-`J(I4^a>@y9M-FJy<9NZSQcd3l`}+^& zT$$)D8=Yl*dR?U>E1sPaKML1JA@LhIQ~msgntYYjf3A7I!&?SSK8yQ8Rxj)t?ken? zW%#~xZ9aXj59aQt!w&Giy7b9!RqR5neG8jk^XdClN5oC(JafC6xabx2RnBne^_HE_ z$@lGjC*LPM0KW&mojl)nU(*88gD&f%wTpJ3m{h5q)+GU z`-M)4POsmG<0|C;T+2YpEq&kK=P~ZH@h^4z)dL-nv3w|li>?ouyyxTFFmCq*{9Nd# zN*<3SIM=uj=yW_1hF8m4Tf*;+><{eA`kRpBfqh**OdTn@N=;h4$aC&( ztD%2psY~a6Bf3ZY{6paVMZ)`y%&#$T$pO|_e|5>wvJK0J6PstVg|2u$HOl?Tco&lT zZu_-++FjDvf1F+DIVvM&naG1#f9sYPgvajRm0B z(d^!XAOpCC=R@WL>UkIPDlG$m-&=g2G{Nk9io0VU3HkB-6gBHFb3A+|pWR~m zJ{3CkAmVe-Kgr_#@{Q~9zHrPl;rP7$%?J4Yonu_~H*dai3nz>nM*El8*G(BQUJq8} zd4hk=|FQ5dG63ZOEemM-e_;HJpSNWTcJ4dv|CIZ=-f&acI<+joamX(ue$k~?>`u0W zeZa8^&Ue-CYPDN%4PRXuzs0-`M?Y!WX0Fq;#Ku4FGjvYglRou6y8b6BZSF?I(Ywz> zzg~@djeR|yNBnEsp5ghHo?nc0a})W2o+ua+3K@R{(tg^qMDG{en{j)u48StV0oA3M z>ba%&dCt4#9o6A6%qw{E3z0z{|LX$b{o2M)dms5d@o)AAtBU+##K~E26UKFD>e~66 z1N7&GU(d-${}`Wun~87YleR$a6R+gklntoIi*H~4@{F0lzDL{o$GEpH>wgEz+L`pi z^n^i}$8&`EXF9NH@T$w&HIBE+Sr6w8v0m2C=kR&*T+I7veLOcKTiy-t_sRQxX-7OO z{J%E4Q<$r;&xe9_!M~RKB~BN00r2(8f^^mPe?C?hKD1Nh{oZr7z@~Gja#Pp0dAuIu zGshg?_v-tC{awI)U$jfM+TtGRkoC(&4zOhY?~&^S+ZkxW_rSg+(1Dtwo@&L)J3L9V zvemiwm8d2U!`=%F(9Uc8!^J)ceU|fG8PhV*ch7TT+qQ5Z*talU=ljR`Rv2HSZy&#T z`}=od!LHBZjZXZF%y0NV?SJ*l|AsFZ-cLP%{GW7SPyX$e4OZ(tYzygttXIvL*Um12QVj|qmVivMI*%^#V&rl`;9di<2U~?=J77FeE(uuZqoZNUU3I}`Q17O z+LfNd<*D;f7Kg-oSRdna&^M8D%8_rtfhXP=%G{&8K%p-sKg zfq$2Y(OX+e+-vM>I?!7^w`{r!pSV>Ge)4@)y75}@W<8h3U*8w|o~`SPozDY4zY^GI zn|-$0q8{x)1J-+SZ(*L;7yL8#(g4Z=Ti0Ig$(ZxD>NInwYBBXQ)qDnIzLyZ&b`fI! zAx0(Vp38c!=36~OZhzCbF3|Vi8RP79ra=mYGeeFy|af901A#GcgWh=zz(Af6jv!dS~^6d0(wZU{3H{#9rXL1xVDZ z4F5OxiGSydCoukYP{wDd>p!&gC5+D@hMw5-Ejgc<7x~{g*3WZ76I_<8U$2d-rgT^f z(11md1K=+}`@c>i7l;m^@lP4R(1I^=#(Qph{;$wUUlm@jdA?=qC*K#|KM2O~14A z*s8)&yER?EO2Mb^$o7>3=a#*fF?YxN8S_3_mGSJ(RT=ZPzn4C@{?y*V%G_TOIltBelq8YedlZ6I}9&*8J=*)LA-Jg#>8AP*Ae(`M{z91&{f7_)!R zNCzff_bbW(>!<^0Ie<1mM}iD+VB1jj$CsW_U*`-KU7xs@vHXC!k@AikPxj z*5r!@77QMZolbBY;QO}A1C|jJm=gm#fL>FKmI3Eqt9_I6s;FmU*5LL(^4SoIm2A^68Q3S}&>uK%@+zx8-LS1o#bwyNGf8nQTWPdmReS?9F; zPdY$-e)vJ85#JRJJL7lhDjgaQY~O`cCHg;Qe%k-+L|;B0>zwj^Wzh(=JNr88obmND z*w?cEsgj|4HologIr?;)U>+Ax)}|~^{vK8M?$GJPK2!OI5i2fjdtUPW6FLo9`C`iL z+gA>m`}L+PmmkX?l}j5x$M^!w<3m5NznDhB&Wi+jU#AhsnJ7bXOeB-z9d6LVs_NpQ z2P*Rh6(8I@VAZZwDf8Da?s@m)_jDZ5Grn1`4NH1V^OS+EZ6Bx(Z%JE+xkc@*_L2_p zJtL6#KK1tbw;OxH4$ucaJBIJ;SbdcLWxg)>Jz{ld^+Y(1=*5Mh0oFOei}eibJMnMZ{=xH& z?C+_M{~NnsoqS9k`JZ-8`ZQ}yYwR1E$DHdW$Xo^B+xRCo!n!_;e?waa?=x$rwB_1< zY`2vRpEo(zc;Q;x^a0}>+Ai>?RZyyp0 z`F;>+K)K=bb#mwUzCG6GKjue#Xq*4OoG}larUCq3i5KFAax~>u%H3>t+|)mG$%G%j zhjV#cJFclZSvqz<=kvgy5A$`jPj4MtuKcGm#t*(O^Y@YK*d0dS*F0bIeLXH}_Zj-m z*g}k~qul;NR$t#GejY^ZrHFPX&Cu1=|G+Bo*N@E z7SKCi%k`A)b@ImRp?(iq;3M}NyS}CSi%%bTe{s)Jq~tmeIm3zC;_kgc2X@v2+nQL zbEQ6qP6Rul(Fc$d_lylB>$T86fUyJGKs1f?%h7k7&)n$IBdX&whp}G77Z~#?Q`bMg zTz!#y1LShetGs?a;Q!=Zw!NP`UlMiwB{kcJ^BeqMZSL(uI{^2a#m9v)`z)R>{GXV& z{QJxpn9eo7H-3K1zbhGDxpdiWK;64ib#7}HwoAVN0f2z-oUu2D3g894q zWF8;zZ_njH>=rY3%hunlxE=Bz>bM=7f&GO@bAkQoNK+8I;{l|*q3=&ZUrvF{KMnSi z*}(q-@cp;YXKwN7qwZ5S6n$vPI(T2L%kcdMVISBp8;Jc3+xtJe==B8HP4Q(ziN%xpG^d37Y@YuBZ9FZ?5^g;rG6|&;siE%fa($m-t_8 zwME_A0`F@?@3-WBy-(S{Zt{Q@?ASO$je6!?u}#wVggz*=PthlZxD5Dh*Z0jk&QtdH zjXUkdn8BJ)P9AFO|Fl~G_jMBW|IT&C|G^{lx1w`<9;l!F&*=U3c%R7blw~w_nbQs` zmXMYbJ9wEIXm02N?h3Sc0~JdhhqrGLEHV{uSnOp8sH(*w&{1Wud3C1ayiz zs%7ibn76P``JZyXvGtb?KZ)=7Ud&Gm$ansckHl3nxG8YH0GP*IS1&Il)(!qmF1kPP zuH|B2#Mq*SxOa=*9{~5H1)dVf0aiMko9el9(Mw_z@b?cV zk0uRpV#FK=Iwxhg-k$$MUEwtMvks}J9{d~K|NCO<0fF(a$AviVZ;k(JpHTXR+VVfw zsn)#T8V6vT>;&2)ZPfBT*D0qAAohRjJm)JgHn7CXuW7zz+5AkeSd;JK%Dv1GNfjp}{QtXu5r?X|~W)1$|%f+V+i&-{eNm2i`#o9CLW7 z>yI&&{44TP`AMOm0ppNRx1|FR^W2v_N$~IC8rvm_IG?Ca754Nz_2#3Vq}jQccVhg* ztHf^Q^%EdYsP7tnXVC_corx!X%(=syE3D_%8T@;%^~IeRdrtmO+>6Z59Jtr1a{&I| z4(opt`<9N#+$0D7Y1 z!8CL7N9sXhPedMNC64E@4$=XeFP|zIe236B;2&dr6_4F@c?QZ!t6Bof?W*$n7Zdv) z@cl!ZQ-+<)Pm993e|ID0BIdW-#Qc?*A0_=f2RHOubLVw!SO@JHd?smt{XCQp0si&e zJ@R+r+?lB3n`5o-7X$mTsN?@+t1U`OhK#>c_&sEO%KPN`$mUzfgxwz>5dc0btq>KRl-IzpNRJeS<5Wckb(Bi>@afa(G;AZ|W6<{ZtEZ~!Tr2bsb+9h_ zQAzAX#xvkH{o!u#{1;s% zXYE(_zy5CArNH6#!RwH)&J8gRdEdf1aj$h_$^g`n2dVuzqZZ&{PAn2@t%0NHg^%_a zccO$CXRI!rVB>coZr3WLL7)RRMs6Gv73SJLb_I2Q+WK~`8axN}L?N}$S=N8DiPH;R zfB%tfndH~p_*_1ZvUhtVVkREGJMnmaymj0GIk8O|CC@8*yKgw&^Fz^J@D5*Rr7gdp zSs3|u)XOtsN4ZM}Ag12{wDGkh(iM9{y#IK_`&xw9UX|YY{(V(VQJ>0Y-5K9~K2=#vROk>+HGK)FS_Mbl; z>wh42QERNhD)h~I58X~p#~7=Va|dG)$GJJyU~X^^<`_-PLmZa%D&n@a>ft5Nd8$f5 zi>&cz?bAnlp2hdAF)D|=Ujgjj?kXK-W947?83e5AWWm4)SMlKapaE{J<7+x#@K5YB z!B(!eelTtXDlzz{+}q-uum&AgzLa){Ysa`s&GWTy4`lw8z<<3q>=Q*}ZZ&f>D&f=L z_}qqZ!_!*#t}Yq1pZ^){{HIDrPINSy&m(_te|hA2$?rbjdzSt)X;JUlVa{H($uRiVR9AM5k zX@JlH!G)I=5FecTPoE$9)=|6lidj%{#GFXMAD zP7cRSE}#3AYIa|qYX19o)T?jZW6#+&`o8dbvH58|-;7aPe4p{B(tnhX!S5mM+C)Tr zu`cy);6r?1Z0rLs+~>I1sgfZTH{5qU@yCrgA->wKe!2gxkoO_WTRi`har=S&vC#bk zVu?3%+rDyeEBDT;4p46682_K9cDw$Q)q`G<{|wl7myIedUq6JhH8<8p9@}oteX%2s z& z5g+}z`!K;j?S0e(DDykgp}Z@zaF5|v#8vYLZ|&R*{=5gZKd!UySxE0q^PcZEbsoa(x1N>KTj1M+`Px-n&D=h4*nv(vxFFq1u__yP+b$4ru zdN+p*uoU=~7#+36y<8u>(CJ28NjaYF41I5Y=MJ^SSDf@6-y`qW`2Q}iM;YWMb3JbP zaktu{#CTvo*D3E4`-bm(fP0|@R$hyI{hAv*1D{-L&l#sLi_<1x;{!aDv1|35V#E8r zGPmCVK6En(uR5%%qB(^clF6-#51~ z=-e&7+B|xZ$o$av!S72CWRIpCeAXMr_dCd~@Kx1G07%V$~bPvx!hSt$ajSUrWjivvCnZn*!k3nyp&0}_O$Yf z^QFpj?rvOD*z0u@i{nI2_x!FM8`B;s^aj2{5$@tE_M0(2E%$3*AK3a7eEF*;-PESN zx!zg#kF^gP0GmL!H$ew5MyUBe`TqC7I`Pl7cZ4QLuGin*vuUvB+UMTFT;ejl=CSw* zz_Oef!SCylBQvWW0a~#{b~;EEk;zF;w9X z+zj&tx;&#}arbyUPd&Np8AV-RYE&DF)j&-%OjKl(QK z{Kl}0%@I2v^?gg`m$82ygAVLn+mAZ4jsH7ujA>V0HV)(Z!uQ>uuOE?#@_*=ECR}@I z<5Sy5(Bbx|H=#9g^92UbeoKHQm`*F0BHd5?!dpM z1^Qe?Zg0eddJ=KubbPUR#22HF3+J_PjF3L{E#U8}`Kv?bw=w5E=fxkeZ}8>BKjePR z|1JGr=s;ln8|<5JiF|}U;>?NvOP@ZbngY|}^UG)1G5~RH(H`KN>zr}TuXghp-)E1+ zJ#PnpKe^AEv&;1iqGr>NcbDq>#1{452M>B`WZo%dek+Ndulc_IW;OmTTi;H|`~3fZ z3L7!o?v8%I|J9*_%D2CDB^MdMtpkU-&2|pdx4L*uF8+_uuCONOo!9cnrlh4Z_YU)IzWylTcGO|x|Jc?m76|^S z_e-*3b_l)b>B)N|ZkXeG?Ed>U@cT@p{aWr%5Z>>^ysW{=wYVf6Z&&3iOj57CeYfi2 zh%c6axaG77T<|2~34sRK_!nKD@;`W}@K0a72~TyDdB^|2|1I86{{KDr{`bX5_3(eE z+;8MbkpUnJ?9ROv@qP{}ncD>1Yr5l`lm0MHkC9zEW6h6q9>RJl&;jTRNPgcL@mr#w zIik*eaF@)V9P`{NRk~$@VBWLS%snxBKXrZJ-;wbB!Ur{T6|hfP@u#v0{;TpcFh=I9 z^Bdbg@L&D@!fpv@u)%-m*IP!9F!Okh=3liDW#pmuIM`Xd9P4U6=f1c!;2ysJT#Ij% z+O;}kF3z)m$h!?DLl18qe6!4d;v6VT-xptI$oyXaMX%igKK;vaziBUa1)Ht@GN(a)*Lj9M zrQ?frnYT~H{i#Al%)mNvFKhf8{_f0;ENygtFBVA`{Pcg@?yvd3$2zW0{->@l*tc@S zS9WZjfbqFQnA=2uW()ULE_w)P0>>&Co7IkmhI5<;K-|mPDfjMF=iF1Q&U>ItT{5Kz zv2_2e4iq4k6=i)t?2EnMvhO+ce(3s{vw?jlPx_bqcmHH1@;#p{$jCByH*`Sj0|Q}G z%Q(4cMr;h8W8-Px#!>OG^COmztjSfL()}XR2jcc@X#o47)hDY5&LQ8IxqOhJP84SD z>=A!KEXpVY*!ZZ}Hh2j5KKv;3JZ9guhdH0Yi+$QGs*489!~F)2YaJJq%S z)7DSD-;()7{uevIXti_OEvn;ujN@@WgYbV}ouBRG`XgMMMPw9P9>Lmoh==#9Cl0BG zcNIvCtn+VsN6mR-t~yalS_A%$r14Jqp7Ort`IJ=!`^d2mT|aaDcZEaE_wjH4ul*X( znE01@FqHd|jNOm&zq>T!+Y@q(Uuw!G2rUX&YJB6WPTDWf%XefUSv-bbFVeR?G} zA@qG?tFYd|bD|(U9d(#ZXw5SZUOud*B&~{k-}v>pOHy2O?`xli3;lHtb1!qYfmr1j zA8ni+o_+ArvF@VoC$(Q)a@EmI3G5%UMeO^C_}92MJfAu31=JbJKlth4pN)4HB!mI~ zcOg}3I{>gQa=%ypryd~ZWNp5#sxq&adi1q9p4Ja$tG3fWm35+>HUXgl7N&lU*xFqC zim?Zswz#_bKYSC6+)vrx(*3Ce1jfIU_iH*JbHqUdKFhn+j{oD8H@xyc=O?p0^bMdK zAnTAh;&a8p2lC=6C92KDzo}&_?$qP@4xVr3oI7QGvk%;ty0>R0nh)bAnn#>07+}l) zPW+P&fd5y&IWI98ZTI0X;nE% zWyC%c{OjKO^Nc9xJ2u|`QLh`Jecw&TrZNB-b{8)8gOA z0LYE}zsHGx$|6>xEJ9x;vnB(Nnn$n@o;mg0C{`}tg$;M`3w{@R;`v5+l8}B0>X!F-6JCBFV z@Aj0YlJ{3*uI{~D$B*mvRTuQxH==(F@^3!Nw2|#~;=TipW1qgi-Ix>Gk}$`f_9@P% zNjh{YKan)gYT$mq*x2Zk zD?T}LE&%?8_iMYKZU4)wEB_mLUodZB-}wLd;NM~YV>{@>Yt|m*dYnxjuTq^BoKP)i ze5D#qDpM^VEKqkYdQlz7gRi=!>l;30h^smgvs=BL$ppPC(4$6_we9<$!Ed&gMU7wd;Dy>4W?6udYwW#|CuAZ2V~ ztmTsrbVLLC2SMcn{q+F0wbSCH>%YEgCSSDdsF;9qz%E z;;+E5N@*kK@n$SXo7>}Bvyoo4Xx}y>x?*d;99g>?_^&BRS@P${IyS-j9fc-dZ{A-M z?#8ujBil#)h0i7Z5!`pV{M_XHzjmI1xwRFJIdq7@n=}U3I5)Pl>EVstmx%6f;a=o^ zOa2G`J!Nmlr{OwzC+E#SwS9L%*QTHW^MQB7CNO$`Jm{V`F-Et240`az#=f2_r$4S5 z{J&MIAz}-iHyLY7Jbp+;JbGAsYmCi}_#^gdbEiBYy0<<4NB=~l`^RD*$)W|W)8Jpn zgCg%Y@nJ^6|JN)3%QGxmL)nA#0V(%$ZKMdS`4J62fiBNr-7Uo8?m83W`ftugtZLTf z(DTi{HO5DNrIYY3#Ny5zb2jn0enS6s*x@Z)|3dS8@sV-t^SF3L-w9|h`C*-J*1hBE zXwU%6*<;)_9eeFm>F9$+?_|s#Ip7jvm~?g*ULt7pe4Teeu9J?@!}I#MDlbV*d1Z#@64(SnexI!x{t@dN-d(CL!F(EfE-~$WNSsH< z^?2!1-_41C;GLK^>HDHi*zcqQ;a~gwK<}sg?~{D-PyL_thki=b`56y{vdKkQ3!5~` z#OE6F)JJOlNB4N##=cK^KcLL7q*rxM8h& zoXGFDhxR_|`v*5(F(dpO@x5*N*qxEdHN|}}w+}J9i+fk!Fyf+g+{6Db?&hmnr4{|H z%gpa`yYC^tcE->F4cLrx_5IImV@p>-FU$e-%KUoYj>~!S<>{AF*7#ZAAMKQ_wkSRY zxZk7K|g5w zvL&AN&E8STphkI4J;py2bI=ABcI(tM9%ZBf>|eHl z@<4rw6K zdA+-+2Yli*&lc>9uAfYve>-SoW87cg7BOzv#nHIGO2_86bbrh4PZ^-5u=}o7EyC*P zQuS5%Q#xN;7~c*&{zGp(PR8c*lLJTxaL!y)mNgtPFy03Z*r{4h!5rDU3RSy#qygSI zJe-%?3Tq>`n0rzUTI9gL1NVjwX#RgL|9_$V|26X0twr9qd`PqppppMaLjJ$Sw*PB+ z1A0E?evIwK!*{Xq!-(@S<1^LivF+-i*Iq(=F6#OLI1+&>Hg1l%X&4r z1Mm;O7z_In3rpt8fF2CsczQWrjy$W*cl)=${VjCm%9S=RgAYbH(spy>?Oj-8e7LxTNJd2@m|gwu8P}m%L2J;IiiA1E-cxuO+L?8an%6 z>w5rvpL8YUhaY~h-<8LXjpv)ZH^0*e)B#;V%lqX0hL+G@;8cF{hq&%%`@Pf@bZHD4 zFb_IE-qFkV?RY)boE<%Xk8^h8)S+#?J-5I3lDhbRidE>H`KkfdJZ?7+wn58JfP9%g zwijTIUi{PB!T%F2xgRorp>J~K#bEruF8;L-iSZ?2&Tq{Z|6FT0V%AC3aUtgHV%@Dv zX6{o>AKb3G&B{l7u1Bo+T$(poc6|9xW#8ia+NVe4e#GL=9On4{f3~}W`drw!rZl5m z$H3FE@HjVK=EoziDH%{T`PLZftmJ)lzJFjM%>U&{h{|h5S>Hai! zli?o3=&r2FA6)$P#sP2bSeY{K@YW1%=SOTJ#O-xw{_!lIA4#YRGFpTF3mQBv{ zEa!EdE^FMYa$Dar!9L{vlX-pilq^r2{pH&3OOI{sm4jHl2PIAq=I}~99^*Ac5w@cq0jNexmBzR^le!$b^u{_L^FHjBsuuVnHI}E>JJ$Hb- zIet;Cig}_K>;HDcJqGu%0XS$tApCpffAAVh?$={W)c-aAr~h9I_$OcT)Ct5iI;x_d z_);~xyHM7>+5GWcIzE?E-p9UkY#&(1F>x>0&>d@|*vZE$meBfOSrpUvz(ojiuvb z<@~kRt$10=U3I?QK=^ld%#oa7jSp=ddQC;{(6^}b>v0nLNWqt1)-|yF`R(;cykmSE zm%#k}suKkR%8%!z?>x4xe||+yTK3WG)Qv~Bq^vuVosw0tH6{C4PQTpBZT-qlC0zXlTHP{lrh!7RB`d_IKI%w`~BL?~CuA<-@1<%ZbE z$)r8%KWPg+o{QL9RxCUn2Uqid9V2G|VrQkiju$rLaX#-3o*0T$hb}lS64`k9bKT*` ztNkPp&wMXp9W8}VAJ*<1Rt4W4iA!vJdvrW99ea#+N%2dv^b#$bc<1oeTK@dC@afg# zd=~aGzAtNY+HrdX`<%O9jd{6yFn|ADS3%D#W1ri%Henvx%>OnZK0p8b^H8_j9jHv+ z@2WwqV`>U}R7icaAIMrfdi@=V#arCnRkSSbKZ$RI)E36I2L9iL900#zEen{r`@T8G z^TemGv-))7Ku_xI<*LDL8?gS!78QlHXBl6NbU@qxy!aQ~i!2a>`vc>jc0TbVw|GD4 zfRO_}1OM;z+)-J}=kj@+v%5#dOwUsjUwFoI47$G9p~?5D-;?M2@qNwn1^bowb|+$8 zsndPuj!*vQwYxv7UpixB`15^Fsg99VU6_8LTWm9ayG;V&gZL*MsOPPDzUjV?2hP>_ zAFitMhs?)0=}X|hC4BlZFh1luq=zxSw-|gs3u!lSk2Y~^LdWhvoL-FOrF(ShkDMtD zNyhjPdou+-KK*nm>5KWkeX|j>=S`%Ukogg#zjq4o-v;CJe0J!!8xpTK@;b)(HitE= z-_CjIrI*(C-}8Knk6w>)P*6Jy{e#C`!Y$&+*XT7-#yM%)V%tS(b zG3o-ux_ADrKGyg*``_mDQ1`t2jHk(+n^c3_H>vh>4@exX!7r7G{;&Bzcs}{QBL(9B zGVX7%&-ok-*g26knZzYihun#$3^i+}g zGvQa3nf|l>lg`liH=pd%9Puy@Xc<7u{Kf{LW8x3+yuUD+<8icu1=N90BO8Ze&CceP zc|+D&>zJu;w+x(sdg`MW(%J(X(!$|?yplc$Os?Yeig)IBo$&T^@uQ0V-ebtVk9rT< z`CiXK?=Otce065bxXPS9#l$}4e#rZKPvrJ)BNf&E6I%9mmqg&-Mg1K9J%^e$X-FBT z&ijoXJvy{ow{C&j%X735wE5=a6l5hgbXb=yS2^R6)FF;j;VGMSuK2h2EB>+Ry$%4P21#IU(}D!9DnXVGL{lIzJu$ z4bL|@Z2&v6Z&FPr6{{Hd@m~4NhpJ%H?P3?SdA;HJ4!$q40ObMds%4p3z<$)v|KB;| z8-!LDr7!iagJG?O!5Ep6($!ZV_gjWqh^c^fz|-*mu(quuTEZ`Cr={<^cdtoHLp^82 z!gqz~?eP5lLW>Z)YTGGC+~0mUsqm|;40{Wc>7M=n|)b-({p4~x6Cs( z=x2UGZDHpG(11c;><9Mc=NNx2WQ7$g#(OTk=S>xM%R1F#_IgiMF6SE={5$gc^na1} z=}S)D@6Bm*{sil4cbHb7CcOApt?N5*Zu5NdeoODyaeBqZ$2q(6fqlxmzliNvPTE+= z*B0I>_k#vVyd13qoGMDIxaHcmJYlM=fFaeF>p)$2v9(;JJTXr!1`3*#obOZs6>kMMmDVs$>i`_5*A zydUvhE^T)7?MqVIUXK}r`+Q{dGuSqGZR@-@yJCz`^Lnq$Z}EQ70g?~C``qRKX?CN4 zT?`t~3N&CD5^Mt6f8XoJ=j+ce=Yi`_vNAk9C%>Q~C%)=AzOAe9d&Bdcv>+h=x5oNp zjLD(_+~+tm?0ag?o6oA_)b)+L@0ho1=J0xDeZfAy)65B{O8)tEw*q$1PxR!5CCSZ! zu|veXj*n;M<`~#3THbRenqRLB5FZ~O2-D$Nb#>Oj-U*2)|;H7CLr)dY6)-{OCIpSKJgEEU;O(Epc6nIaPoZO-lRbI7kj_h z{j|@I=KY%g>v247=c8V)eNXimpFY<6mahLHuur}67rPzWl#-}z>%P1nycf9B=L-Mc zYX&-q{S^E^|;W_^++4JzZU- zeJ$Eu(kS{^b`tbmu31YvAIJQ`^DVwl-d|gkT>QIHEl*dMUz7f`4uOBf7mG#AaWkI> z_y)$w*S`nfC)Vw8esf;V(eB4GZTq7gFd+VA>>qd+-JfH5R)Vf?_C?MYTc6?kdd$!A z=jWW=Ilw-@$zSv~<(4S$+4OZ<*VcF^_I2DW9`{$(g=q(F7~QrPI*NWW#7Z3;XJ%$P z&xL)yHf@|)gZt>#0k7kpddJyO=D!g;q&2N?9M!tViM+nMwQnD7{d!HVC9|T(qMUjO z>m@dw&&OfCTVu%llT7TpqZ_--#g*ZYKKf|befQm0UmZNp=d@k_a_qgpyO;M{bbz?G zct8A#l5VQ^>A#QycVTP`@b|^w`yRo)$ovl6``P;p?gjf6|L1;S{2RVcKJVDK=m2E^ zC$G2nwJ)E<=Ypr(c_J?@Q^wV0Eo|!BSSQEqTk-Qg|FF*z+|eGX-toX| zuf5jvY3LX0(niQyobc&Al09I#b>EqIBJU@bi8W$7`qpbNNw3Q7v&*6HD_2qP%B8cT zZ$xm&@5O#?aq`}>x8r^>He_~CeVebKTh~RLP2B6Tf8w9=KWTx^ zp^H~9p4oXkZeyGb;xizYZ@THG&@NrNgnjaUN^ia1_+W*2Xxp zZj-OR`s#r1V%5WYX#42!>B@Ml^=EW`ub-b8?`Mv+xF_P;;O6K7;C~3xK3^Tbex2Xw z{(u+)~ZxSo94 z$m+b8iP$6WW*KQjd!*QR=6AmJRAJvkjM+t>UfB7o+{JxvhF{+vuD8i~JY0{fWO>)Q z7hiZzJnrd$#CDN>kd7ES;CxOK%o}QZctaP&@=bvKsjI^NHMo}71lrhEwkztjS(n|2 z7@+VQa_IXQL!{hK-QV&j*tKtMS6(07{CWU3z7F8+8}&RNt>@DwpzQ+M--o>4nT-D5 zFVQ>yZ^E@vt+aekyz8WGe$?}+4_GhlkKFGc(w@?2t-I17lKM<$Jks3{#>#`!$->3wfOx0`S+`8x4Q+QEC7 z^O$u-A;olzIyaHNJ?`RuSbx{X{sFATIRxb)?xNo9F^4x_uephs+n9U%&Buu=Zy4D! zjrSw9M*X<$l3E zvF}YD#0DIX>w{Z8J>brdX$m=DA>;tJ=mKH`@Y?!4g&l!^-&B*=aZms5jrrg4I}3gA zmgp9S|JNPk({_K2d(eimD;b|_EPVI_exvm?^A~&iM1E>K@Q;|;2J6704oCwc+eC!AN(R1YVhkPFkg_tOk@)ZspQHoS+nKYT7>w=5J^f&ZvBz@y zNIdZUocbNJkt z+}ES06Z?#5iTDa3z@cK{QjibB}+)mR2 zpaHN6#M}WofSBW6><8ZOsA}?~_l!<&LOvnef~j4bg6~&*u^*W41N()*KEH+Fc9uQx zx2NJlYl_pRX{;0b7Ur$o9M=@5R=qGSmb~t?G@vq9*5PHWPRIZQ-0T0GcrWfDmSY_$ zZu%dhGO>onGK}$8>p0!o&JXOr1?*EcsIy@nUj%snG{o3(8Ek?VW8A&l<~QcFzp+`9 zhWziH&x)IM=OrU*^5c)_HLl_nVq4r=r(&%)kngvJoD=)$O3Wm;{QR7HzIR__fU56u z6B7c|6+Bf>57ZXMq=63X4vc%!g^rSH3!-;T`dy0%Q_Tm9t_TPIchSZtI=_+kd8}oA z==xW_i5NZPO~LIS>;bHi*AzZCxqAH1%l8fTb)Jeb!IXoOCq!kU`g&;q;tYjiJ&}c+ zPe30dcWJuoz=pmnHoca3@4A;0?kIbw$J~moeY1&sJ%1nbc(q?&6|jGYyQB~K@M$-U z#SH-#_aJTu?q!m-?%gN1CG7m{{mu(E{Q2^`*DvZYaqp_wMUeXuzXEbUW7rmTDckXO zv_HS*v0xv0OwQ|ZGdR{~VtME>e$Dq~%-@pz-Gxb$Pus{~VZa`!E$kQtd4C;ffX4$_ zK$6%1paTH^p2BDa{I8icv89iUhS>2FVCzF%3HtIFyC3m?C3O8OC;!~za|P_IAMs>$ zVQLT1fJ*VbqyL>xl9>89hd4V0Df{pFUDPl%jWmFKnsS;CW)VvWKE?y`WjxW0DRN9f z>O@`e?bBoXn8#bv&x5oK*r%+1)*JBO9K0X%eUliY8~E0~Jsji1+BQ}aeINUR{X>|; z>XZ%neG&WAGiB^yg!sG1Ak( zJNyKkx_>nB?*{&d_;(d>9}28bs@-{ImB;~_@0SDn-+P4#@lcv z(trp4`%?CMG?E#MCzfoQ?Jh}gfpLXbAXB(a><+sQiQAKM61aaIe!ac^nWn?1KML5N z1Kh*^)VZ#uS<8ahkKYX5ALn=u+esS+?S)aWL&R=c5;slz_d0ca=RU{#DfcJsuPI34 zdk43Fq6dy=M~4FY*F)w%sOA1>%KjC=|4lV{(e`)b{|Lzch(kRBe&!>3d&))xX|R6> z{S(JuXZ6N-K#@>2N{Qu=wJ?$77veC)R!UDFay8uLkxh`vkXtQ4av~SbwBrI`Xvd3p-K| z3vU0$9ynE)0$V^Te1k2XZ*og!2YxY5sN?U{6!kl~`h_m{TI+!seSrU=k1X(Sd>!Yb zNtehkIQB@HCAw4lh~%%`#FX7~E6OC(mz>6g%aX zHlvPjP1;zp);swQ$Hphpic1bpaYci{c#_Kb1|1(bWURS(%6}Z2ZXh~ z{V;FY_Vsz2?*scu7)MAVEemeJ9{9!d0LJKIH4V_bUh{p%;2{66n-G)7wQFVa;vs!6 zNI@q#=>X*c>IIa)jZ9#4a-8~?YzFhJpLPht@1w9E6V|Xn{4@7Qjz79NF<0#S4(yw; zK0^;=Oi|MUV*eFaK~m7pgiZ`@zq}s6TDp`2pbKc+3%~cnzMi9_UiTX(V zeZRY8MEM6@m)F9VpMFE4>s$K1V4hgF{Q4>HTed!o118PG+@2uz(TTzBm)ir71KI%h z9~zxM5bw8XfXvt9oV~tSlc)E-oHx488QH%@8hS4tDHf>%QWO#~O03czM|wc~k|q#u zOvJT+;(1=fWbjUULcN~)1~DIv6o=S>2{Z3(dkt}~Wqlp5SI6x2mHQ3fcVNF7*q;o2 zpU)3&!5;X<_drc?zviF;FCt;Sps(z&efKryiF-*UT!#lT0oLL+h;QaR$Ha187lmZ-PP)SS;>Qkbk-lbO z%marvCgyp=>X^M@_cX4$=oZ-KVOryZ28k2@A~ht7Y{lAyoQOWp7g-b1Y((q zw81}_GQm3UiM#yVUJu>!t1(+%i=BD!eMJ8Y(#H+GFk|9xTW3Bt@z>WZdZhi$*-Jam z+_@rt(YINN8>{oWAE<@Tu5&%UK=}8{_y+eTr%zup<^6f?q9p1f!7bPW!5%n64*>s7 zkS0S0sH`Ig*toa&zTn=h$*HkV{M!j@^m3g}NnEeDq?g-W)T_!>*s}t2{wit;dRDrN zdIF<85reNM>~r-cFTeMt0S4>-xnLhLy^{vj6eR`a{WJXM!Qx;K`1b%}bi^SoN5VXw zKBDhy`QH!wh~Fc4C)TZ`*X6d3OA*&YW1skkjL-|$Az{64Z|;kG&e8Q)v_SUd*lFJ< zJpkq%@%p}}FRvckgPxE)8QABTL2wK9K(Gh?mpxEZ+y{1nJ{gezHzL92X6yT+6A<@u zj`()+eZ%wX>n9tibK1=^MI=`0vh1a7U$(4}z=OfW}7~FzA5bS|} zQ4aw7;YdS})*!j4?`zwiSJo%b*K)rl@00IaN$UWV1HAaR`99FGSJv0_ zd6N%<4$K4YX;Tbt!5#?q!2eMX0Q+IUegb&@(@6VmJ>Ta22K)ZG!M!E(3mx#4`F(Z& zK)B~QjeYQX*af@iLJqhCImZx#Td)U$J@6y;0I=T#`u+&W0k0q(q>k@v>odn1`&ys3 z=m2GZk^eOf5WX+GpU2emfpziY({#X^!v~+;?uF3pX8`x{NI@T-AMyVVJ}TG)_4NR- z-x#zY8Tg<4eQB@d$oE3_N31O^^Ar2j^Xn#!b=$^AJD(((w~Ki^J%INfSl_ezjYv^Q z^a~Dd!5#?qz)!dbfPd%-SG0qU-vjAp;C_myxYq*YtB^iKS_hn)v<9-k3LGQWPmg=S z_s0P9@klL@f@60-;r}_BY`0H8&-=!@ z*!zOI`SuIw<~urEx5xg=tm?cSUT#$wsh?=7v)en(Dz{$HTyDRBRcu}$%N$!TVA^9| zV45kPsxL6@G5?S$HlLVjzV(9M%l+D8y|HP&{l#S270M0X>a0&}nq4k$Ty7ug7qpvi zePZ6r^*`WkkA4CBcB{j^?U5I7RHr{N@AKpaXLZuvEJuYn;cdS4iA{5q;|0nchw=iB zWBx-~&SU%m&gbzTn&vFWKjdsaUclLW>2POz@B%*7@e?a|))x}#TOHc#^SqE|zL%pt zKDUQ7%KVFwM7os&9LI3vra{+x$A^e(kAK-YBciDW4N(D))aMpPO+IEcfpb z-{WBa`1XhYQLumfd&KuR*gwAg;eQnDAO9ZlJr4GdZ-4k7{n-7}V480W{GZ<->-6Of z%THh4$WLDIufN$D%KhY@I{ZD-PhRn_Kh;m(@h_ixCVA)XL~%Y8f0uUui9=Ij99a*@Zg z>Ms|CU)1G@Av6I-}0$vQ|{BjzW37# zQ$BT?qXT@(8~gx`Y+7pl<(?4WCo-$P`y0BZG;=lc5&3=UZ{$*qDyPmWukZdwmFm%Q zwbe-ieC}^{T$OK9Tb&*3QyzI-RW>?(xvQDl+-47^aZB=MkqmfIj)+e%25^exS8^1sI-y(v>Txem-?1R;-nPlGV4&T;~GTI7Zwy8RHD9hv3g<>k)uNS=tC^~0sEW*bv0r?A}R zEKim4W!JM7AG)#s%02RYc|j?c=Bx75EKh<`*^wKp za=w6+OY_nH<$WK(|JSaeRn8ZX@<@4pd88{0|9`WHW>z`>At|3~mH!YjB~?YjhN7R( z7nE`-M*V0J=vRo6{~sr)eYtg@P1vJs%)me32!;ekaY7|UWrFG+iKrm zuFE6!^HF|W%_2TQq-4Vj@cvY*yph2-u9OY6v3#mNLaRU@zT*8>IWe6@o0DvKE6^9x zk8-OVFMx8Z`Fv}kkDK_WdP5;$tv8t9E&7!eX`L!(xv5ObNgwe~TjiB3HwQnEeo6T> zbIQZ=sn*3(4*CfC=RJjTs~CUBRJ89=XSu@t=JimXdR%STpthnSvrTK5WttCwrwad= z)%~1|ra~+_V({Z>0I3quc|Q zWp9-rvTTK;Ny__l2o??SZpx*mIZxVmlj7)ukVwZ#$1a}EqdH?B<`S#GW&b0lz~uU` zuC%+~oHzM2=@`d9VhXHW|Cja$LJ>s(jPa__%er<@eU{@&}9S~PuXfC6(W>$Hy-;X2Y>8!$JdAz)$f*r# literal 0 HcmV?d00001 diff --git a/server/src/configs/.gitkeep b/config/example/standard/public/images/.gitkeep similarity index 100% rename from server/src/configs/.gitkeep rename to config/example/standard/public/images/.gitkeep diff --git a/packages/config/lib/index.js b/packages/config/lib/index.js index 5bfc72e8c..d44ee75cf 100644 --- a/packages/config/lib/index.js +++ b/packages/config/lib/index.js @@ -5,7 +5,7 @@ if (!process.env.NODE_CONFIG_DIR) { process.env.NODE_CONFIG_DIR = path.join(__dirname, '..', '..', '..', 'config') + path.delimiter + - path.join(__dirname, '..', '..', '..', 'server', 'src', 'configs') + path.join(__dirname, '..', '..', '..', 'config', 'user') process.env.ALLOW_CONFIG_MUTATIONS = 'true' process.env.SUPPRESS_NO_CONFIG_WARNING = 'true' } @@ -52,22 +52,6 @@ config.reload = function reload() { } } -config.getMapConfig = function getMapConfig(req) { - const domain = /** @type {const} */ ( - `multiDomainsObj.${req.headers.host.replaceAll('.', '_')}` - ) - return this.has(domain) ? this.getSafe(domain) : this.getSafe('map') -} - -config.getAreas = function getAreas(req, key) { - const location = /** @type {const} */ ( - `areas.${key}.${req.headers.host.replaceAll('.', '_')}` - ) - return this.has(location) - ? this.getSafe(location) - : this.getSafe(`areas.${key}.main`) -} - config.setAreas = function setAreas(newAreas) { log.info(TAGS.config, 'updating areas') this.areas = newAreas diff --git a/packages/config/lib/mutations.js b/packages/config/lib/mutations.js index a079c397d..8f80f8d4e 100644 --- a/packages/config/lib/mutations.js +++ b/packages/config/lib/mutations.js @@ -9,6 +9,10 @@ const { validateJsons } = require('./validateJsons') let firstRun = true +const [defaultConfigDir, userConfigDir] = ( + process.env.NODE_CONFIG_DIR || '' +).split(path.delimiter) + /** @param {import('config').IConfig} config */ const applyMutations = (config) => { const defaults = /** @type {import('@rm/types').Config} */ ( @@ -25,9 +29,6 @@ const applyMutations = (config) => { if (firstRun) log.info(TAGS.config, `Using config for ${process.env.NODE_CONFIG_ENV}`) } - const [rootConfigDir, serverConfigDir] = ( - process.env.NODE_CONFIG_DIR || '' - ).split(path.delimiter) try { const refLength = +fs.readFileSync( @@ -35,7 +36,7 @@ const applyMutations = (config) => { 'utf8', ) const defaultLength = fs.readFileSync( - path.join(rootConfigDir, 'default.json'), + path.join(defaultConfigDir, 'default.json'), 'utf8', ).length @@ -53,7 +54,7 @@ const applyMutations = (config) => { ) } - if (!fs.existsSync(path.join(serverConfigDir, `local.json`))) { + if (!fs.existsSync(path.join(userConfigDir, `local.json`))) { // add database env variables from .env or docker-compose const { SCANNER_DB_HOST, @@ -147,7 +148,7 @@ const applyMutations = (config) => { ) } } - if (fs.existsSync(path.join(serverConfigDir, `config.json`))) { + if (fs.existsSync(path.join(userConfigDir, `config.json`))) { log.info( TAGS.config, 'Config v1 (config.json) found, it is fine to leave it but make sure you are using and updating local.json instead.', @@ -236,23 +237,6 @@ const applyMutations = (config) => { config.map = mergeMapConfig() - if (config.has('multiDomains')) { - if (firstRun) - log.warn( - TAGS.config, - '`multiDomains` has been deprecated and will be removed in the next major release. Please switch to the new format that makes use of `NODE_CONFIG_ENV`', - ) - // Create multiDomain Objects - config.multiDomainsObj = Object.fromEntries( - config.multiDomains.map((d) => [ - d.domain.replaceAll('.', '_'), - mergeMapConfig(d), - ]), - ) - } else { - config.multiDomainsObj = {} - } - // Check if empty ;['tileServers', 'navigation'].forEach((opt) => { if (!config[opt].length) { diff --git a/packages/config/lib/validateJsons.js b/packages/config/lib/validateJsons.js index fc6beb32d..8dbc9c624 100644 --- a/packages/config/lib/validateJsons.js +++ b/packages/config/lib/validateJsons.js @@ -4,7 +4,7 @@ const path = require('path') const { log, TAGS } = require('@rm/logger') -const [, serverConfigDir] = (process.env.NODE_CONFIG_DIR || '').split( +const [, userConfigDir] = (process.env.NODE_CONFIG_DIR || '').split( path.delimiter, ) @@ -15,14 +15,14 @@ const [, serverConfigDir] = (process.env.NODE_CONFIG_DIR || '').split( * @returns */ function validateJsons(fileName, domain = process.env.NODE_CONFIG_ENV || '') { - if (!serverConfigDir) { + if (!userConfigDir) { throw new Error('Invalid NODE_CONFIG_DIR') } const generalJson = fs.existsSync( - path.join(serverConfigDir, `${fileName}.json`), + path.join(userConfigDir, `${fileName}.json`), ) ? JSON.parse( - fs.readFileSync(path.join(serverConfigDir, `${fileName}.json`), 'utf8'), + fs.readFileSync(path.join(userConfigDir, `${fileName}.json`), 'utf8'), ) : {} if (Object.keys(generalJson).length && !domain) { @@ -33,19 +33,19 @@ function validateJsons(fileName, domain = process.env.NODE_CONFIG_ENV || '') { } if ( domain && - fs.existsSync(path.join(serverConfigDir, `${fileName}/${domain}.json`)) + fs.existsSync(path.join(userConfigDir, `${fileName}-${domain}.json`)) ) { const domainJson = JSON.parse( fs.readFileSync( - path.join(serverConfigDir, `${fileName}/${domain}.json`), + path.join(userConfigDir, `${fileName}-${domain}.json`), 'utf8', ), ) || {} if (Object.keys(domainJson).length) { log.info( TAGS.config, - `${fileName}/${domain}.json found, overwriting your config.map.${fileName} for ${domain} with the found data.`, + `${fileName}-${domain}.json found, overwriting your config.map.${fileName} for ${domain} with the found data.`, ) } return { diff --git a/packages/types/lib/augmentations.d.ts b/packages/types/lib/augmentations.d.ts index 6a1e076b7..db4541c82 100644 --- a/packages/types/lib/augmentations.d.ts +++ b/packages/types/lib/augmentations.d.ts @@ -13,13 +13,6 @@ declare module 'config' { * @returns The old config object. */ reload: () => IConfig - getMapConfig: (request: Request) => Config['map'] - getAreas: ( - request: Request, - key: T, - ) => T extends 'scanAreas' - ? Config['areas']['scanAreas'][string] - : Config['areas']['scanAreasMenu'][string] setAreas: (newAreas: ConfigAreas) => void } } diff --git a/packages/types/lib/config.d.ts b/packages/types/lib/config.d.ts index ba3c64c56..bf4eb3418 100644 --- a/packages/types/lib/config.d.ts +++ b/packages/types/lib/config.d.ts @@ -6,7 +6,7 @@ import { Props as ImgProps } from '@components/Img' import type { CustomComponent } from './blocks' import config from '../../../config/default.json' -import example from '../../../config/local.example.json' +import example from '../../../config/example/standard/local.json' import type { Schema } from './server' import { @@ -125,8 +125,6 @@ export type Config = DeepMerge< components: CustomComponent[] } } - multiDomains: MultiDomain[] - multiDomainsObj: Record database: { schemas: Schema[] settings: { @@ -150,13 +148,6 @@ export type Config = DeepMerge< } > -// unclear why this is needed, but it is for the MultiDomain type to parse... -type Map = Config['map'] - -export interface MultiDomain extends Map { - domain: string -} - export interface Icons extends Omit { customizable: string[] styles: (ExampleConfig['icons']['styles'][number] & { diff --git a/packages/types/lib/models.d.ts b/packages/types/lib/models.d.ts index 97b445ce9..17a395c86 100644 --- a/packages/types/lib/models.d.ts +++ b/packages/types/lib/models.d.ts @@ -1,4 +1,8 @@ -import type { Models } from '@rm/server/src/models' +import type { User as UserModel } from '@rm/server/src/models/User' +import type { Backup as BackupModel } from '@rm/server/src/models/Backup' +import type { Session as SessionModel } from '@rm/server/src/models/Session' +import type { NestSubmission as NestSubmissionModel } from '@rm/server/src/models/NestSubmission' +import type { Badge as BadgeModel } from '@rm/server/src/models/Badge' import type { FullModel } from './utility' import type { Permissions } from './server' @@ -12,7 +16,7 @@ export interface Backup { createdAt: number updatedAt: number } -export type FullBackup = FullModel +export type FullBackup = FullModel export interface User { id: number @@ -29,7 +33,7 @@ export interface User { tutorial?: boolean } -export type FullUser = FullModel +export type FullUser = FullModel export interface Session { session_id: string @@ -37,7 +41,7 @@ export interface Session { data: string | object } -export type FullSession = FullModel +export type FullSession = FullModel export interface NestSubmission { nest_id: number @@ -60,4 +64,4 @@ export interface GymBadge { updatedAt: number } -export type FullGymBadge = FullModel +export type FullGymBadge = FullModel diff --git a/server/src/graphql/resolvers.js b/server/src/graphql/resolvers.js index 8185a56cd..9b1e7b192 100644 --- a/server/src/graphql/resolvers.js +++ b/server/src/graphql/resolvers.js @@ -1,7 +1,4 @@ // @ts-check - -const fs = require('fs') -const { resolve } = require('path') const { GraphQLJSON } = require('graphql-type-json') const { S2LatLng, S2RegionCoverer, S2LatLngRect } = require('nodes2ts') @@ -18,6 +15,7 @@ const { getPolyVector } = require('../utils/getPolyVector') const { getPlacementCells } = require('../utils/getPlacementCells') const { getTypeCells } = require('../utils/getTypeCells') const { getValidCoords } = require('../utils/getValidCoords') +const { writeConfigFile } = require('../utils/writeConfigFiles') /** @type {import("@apollo/server").ApolloServerOptions['resolvers']} */ const resolvers = { @@ -115,7 +113,7 @@ const resolvers = { checkValidScan: (_, { mode, points }, { perms }) => getValidCoords(mode, points, perms), /** @param {unknown} _ @param {{ component: 'loginPage' | 'donationPage' | 'messageOfTheDay' }} args */ - customComponent: (_, { component }, { perms, req, username }) => { + customComponent: (_, { component }, { perms, username }) => { switch (component) { case 'messageOfTheDay': case 'donationPage': @@ -125,7 +123,7 @@ const resolvers = { footerButtons = [], components = [], ...rest - } = config.getMapConfig(req)[component] + } = config.get(`map.${component}`)[component] return { ...rest, footerButtons: filterComponents( @@ -148,7 +146,7 @@ const resolvers = { return [] }, fabButtons: async (_, _args, { perms, username, req, Db, Event }) => { - const { donationPage, misc } = config.getMapConfig(req) + const { donationPage, misc } = config.get('map') const scanner = config.getSafe('scanner') @@ -214,8 +212,8 @@ const resolvers = { } : { missing: null, human: null, ai: null } }, - motdCheck: (_, { clientIndex }, { req, perms }) => { - const motd = config.getMapConfig(req).messageOfTheDay + motdCheck: (_, { clientIndex }, { perms }) => { + const motd = config.get('map.messageOfTheDay') return ( motd.components.length && (motd.index > clientIndex || motd.settings.permanent) && @@ -315,18 +313,18 @@ const resolvers = { } return [] }, - scanCells: (_, args, { perms, Db, req }) => { + scanCells: (_, args, { perms, Db }) => { if ( perms?.scanCells && - args.zoom >= config.getMapConfig(req).general.scanCellsZoom + args.zoom >= config.get('map.general.scanCellsZoom') ) { return Db.query('ScanCell', 'getAll', perms, args) } return [] }, - scanAreas: (_, _args, { req, perms }) => { + scanAreas: (_, _args, { perms }) => { if (perms?.scanAreas) { - const scanAreas = config.getAreas(req, 'scanAreas') + const scanAreas = config.get('areas.scanAreas') return [ { ...scanAreas, @@ -342,9 +340,9 @@ const resolvers = { } return [{ features: [] }] }, - scanAreasMenu: (_, _args, { req, perms }) => { + scanAreasMenu: (_, _args, { perms }) => { if (perms?.scanAreas) { - const scanAreas = config.getAreas(req, 'scanAreasMenu') + const scanAreas = config.get('areas.scanAreasMenu') if (perms.areaRestrictions.length) { const filtered = scanAreas .map((parent) => ({ @@ -498,8 +496,8 @@ const resolvers = { } return [] }, - submissionCells: async (_, args, { req, perms, Db }) => { - const { submissionZoom } = config.getMapConfig(req).general + submissionCells: async (_, args, { perms, Db }) => { + const submissionZoom = config.get('map.general.submissionZoom') if (perms?.submissionCells && args.zoom >= submissionZoom - 1) { const [pokestops, gyms] = await Db.submissionCells(perms, args) return [ @@ -741,32 +739,9 @@ const resolvers = { } return false }, - saveComponent: async (_, { code, component }, { perms, req }) => { + saveComponent: async (_, { code, component }, { perms }) => { if (perms.admin && code && component) { - const configFolder = resolve(__dirname, '../configs') - const ts = Math.floor(Date.now() / 1000) - if ( - fs.existsSync(`${configFolder}/${component}/${req.headers.host}.json`) - ) { - fs.copyFileSync( - `${configFolder}/${component}/${req.headers.host}.json`, - `${configFolder}/${component}/${req.headers.host}_${ts}.json`, - ) - fs.writeFileSync( - `${configFolder}/${component}/${req.headers.host}.json`, - code, - 'utf8', - ) - return `Saved to ${configFolder}/${component}/${req.headers.host}.json` - } - if (fs.existsSync(`${configFolder}/${component}.json`)) { - fs.copyFileSync( - `${configFolder}/${component}.json`, - `${configFolder}/${component}_${ts}.json`, - ) - } - fs.writeFileSync(`${configFolder}/${component}.json`, code, 'utf8') - return `Saved to ${configFolder}/${component}.json` + return writeConfigFile(component, code) } return null }, diff --git a/server/src/routes/rootRouter.js b/server/src/routes/rootRouter.js index 3a8ce000b..63a56bd4b 100644 --- a/server/src/routes/rootRouter.js +++ b/server/src/routes/rootRouter.js @@ -105,7 +105,7 @@ rootRouter.post('/api/error/client', async (req, res) => { rootRouter.get('/area/:area/:zoom?', (req, res) => { const { area, zoom } = req.params try { - const validScanAreas = config.getAreas(req, 'scanAreas') + const validScanAreas = config.get('areas.scanAreas') if (validScanAreas.features.length) { const foundArea = validScanAreas.features.find( (a) => a.properties.name.toLowerCase() === area.toLowerCase(), @@ -126,7 +126,7 @@ rootRouter.get('/api/settings', async (req, res, next) => { const authentication = config.getSafe('authentication') const scanner = config.getSafe('scanner') const api = config.getSafe('api') - const mapConfig = config.getMapConfig(req) + const mapConfig = config.get('map') try { if ( diff --git a/server/src/services/EventManager.js b/server/src/services/EventManager.js index 7821bd216..bf964fd0e 100644 --- a/server/src/services/EventManager.js +++ b/server/src/services/EventManager.js @@ -327,7 +327,7 @@ class EventManager extends Logger { await fs.readFile( path.resolve( __dirname, - `../../../dist/images/${type}/${style.path}/index.json`, + `../../../config/user/public/images/${type}/${style.path}/index.json`, ), 'utf-8', ), diff --git a/server/src/services/areas.js b/server/src/services/areas.js index 3e2cf2567..ab2251bf9 100644 --- a/server/src/services/areas.js +++ b/server/src/services/areas.js @@ -1,7 +1,7 @@ // @ts-check const { default: center } = require('@turf/center') const fs = require('fs') -const { resolve } = require('path') +const path = require('path') const { default: fetch } = require('node-fetch') const RTree = require('rtree') @@ -12,6 +12,8 @@ const { setCache, getCache } = require('./cache') /** @type {import("@rm/types").RMGeoJSON} */ const DEFAULT_RETURN = { type: 'FeatureCollection', features: [] } +const configDir = path.join(__dirname, '../../../config/user') + /** @returns {import("@rm/types").RMGeoJSON} */ const getManualGeojson = () => ({ type: 'FeatureCollection', @@ -47,10 +49,9 @@ const loadFromFile = (fileName) => { if (fileName.startsWith('http')) { return getCache(fileName, DEFAULT_RETURN) } - if (fs.existsSync(resolve(__dirname, `../configs/${fileName}`))) { - return JSON.parse( - fs.readFileSync(resolve(__dirname, `../configs/${fileName}`), 'utf-8'), - ) + const filePath = path.join(configDir, fileName) + if (fs.existsSync(filePath)) { + return JSON.parse(fs.readFileSync(filePath, 'utf-8')) } return DEFAULT_RETURN } catch (e) { @@ -157,38 +158,6 @@ const loadScanPolygons = async (fileName, domain) => { } } -/** - * - * @param {Record} scanAreas - * @returns {import("@rm/types").RMGeoJSON} - */ -const loadAreas = (scanAreas) => { - try { - /** @type {import("@rm/types").RMGeoJSON} */ - const normalized = { type: 'FeatureCollection', features: [] } - Object.values(scanAreas).forEach((area) => { - if (area?.features.length) { - normalized.features.push( - ...area.features.filter((f) => !f.properties.manual), - ) - } - }) - return normalized - } catch (err) { - if ( - config - .getSafe('authentication.areaRestrictions') - .some((rule) => rule.roles.length) - ) { - log.warn( - TAGS.areas, - 'Area restrictions disabled - `areas.json` file is missing or broken.', - ) - } - return DEFAULT_RETURN - } -} - /** @param {import("@rm/types").RMGeoJSON} featureCollection */ const parseAreas = (featureCollection) => { /** @type {Record} */ @@ -248,67 +217,44 @@ const parseAreas = (featureCollection) => { } /** - * @param {Record} scanAreas + * @param {import("@rm/types").RMGeoJSON} scanAreas * @returns */ const buildAreas = (scanAreas) => { - const scanAreasMenu = Object.fromEntries( - Object.entries(scanAreas).map(([domain, featureCollection]) => { - const parents = { - '': { - children: - /** @type {Pick[]} */ ([]), - name: '', - details: - /** @type {Pick | null} */ ( - null - ), - }, - } + /** @type {Record[], name: string, details: Pick | null }>} */ + const parents = { + '': { + children: [], + name: '', + details: null, + }, + } + const scanAreasObj = Object.fromEntries( + scanAreas.features.map((feature) => [feature.properties.key, feature]), + ) - const noHiddenFeatures = { - ...featureCollection, - features: featureCollection.features.filter( - (f) => !f.properties.hidden, - ), + scanAreas.features.forEach((feature) => { + if (feature.properties.hidden) return + if (feature.properties.parent) { + const found = scanAreasObj[feature.properties.parent] + parents[feature.properties.parent] = { + name: feature.properties.parent, + details: found && { + properties: found.properties, + }, + children: [], } - // Finds unique parents and determines if the parents have their own properties - noHiddenFeatures.features.forEach((feature) => { - if (feature.properties.parent) { - const found = featureCollection.features.find( - (area) => area.properties.name === feature.properties.parent, - ) - parents[feature.properties.parent] = { - name: feature.properties.parent, - details: found && { - properties: found.properties, - }, - children: [], - } - } - }) - - // Finds the children of each parent - noHiddenFeatures.features.forEach((feature) => { - if (feature.properties.parent) { - parents[feature.properties.parent].children.push({ - properties: feature.properties, - }) - } else if (!parents[feature.properties.name]) { - parents[''].children.push({ properties: feature.properties }) - } + } + if (feature.properties.parent) { + parents[feature.properties.parent].children.push({ + properties: feature.properties, }) - - return [ - domain, - Object.values(parents).sort((a, b) => a.name.localeCompare(b.name)), - ] - }), - ) - const scanAreasObj = Object.fromEntries( - Object.values(scanAreas) - .flatMap((areas) => areas.features) - .map((feature) => [feature.properties.key, feature]), + } else if (!parents[feature.properties.name]) { + parents[''].children.push({ properties: feature.properties }) + } + }) + const scanAreasMenu = Object.values(parents).sort((a, b) => + a.name.localeCompare(b.name), ) const myRTree = RTree() @@ -322,7 +268,13 @@ const buildAreas = (scanAreas) => { ), }) - const raw = loadAreas(scanAreas) + /** @type {import("@rm/types").RMGeoJSON} */ + const raw = { + type: 'FeatureCollection', + features: scanAreas.features + .filter((f) => !f.properties.manual) + .map((f) => f), + } log.info(TAGS.areas, 'Loaded areas') return { scanAreas, @@ -336,47 +288,13 @@ const buildAreas = (scanAreas) => { const loadLatestAreas = async () => { const fileName = config.getSafe('map.general.geoJsonFileName') - - /** @type {Record} */ - const scanAreas = { - main: await loadScanPolygons(fileName), - ...(config.has('multiDomains') - ? Object.fromEntries( - await Promise.all( - config - .getSafe('multiDomains') - .map(async (d) => [ - d.general?.geoJsonFileName - ? d.domain.replaceAll('.', '_') - : 'main', - await loadScanPolygons(d.general?.geoJsonFileName || fileName), - ]), - ), - ) - : {}), - } + const scanAreas = await loadScanPolygons(fileName) return buildAreas(scanAreas) } const loadCachedAreas = () => { const fileName = config.getSafe('map.general.geoJsonFileName') - - /** @type {Record} */ - const scanAreas = { - main: loadFromFile(fileName), - ...(config.has('multiDomains') - ? Object.fromEntries( - config - .getSafe('multiDomains') - .map((d) => [ - d.general?.geoJsonFileName - ? d.domain.replaceAll('.', '_') - : 'main', - loadFromFile(d.general?.geoJsonFileName || fileName), - ]), - ) - : {}), - } + const scanAreas = loadFromFile(fileName) return buildAreas(scanAreas) } diff --git a/server/src/services/watcher.js b/server/src/services/watcher.js index 17826c63e..aeda4efc1 100644 --- a/server/src/services/watcher.js +++ b/server/src/services/watcher.js @@ -7,50 +7,35 @@ const { log, TAGS } = require('@rm/logger') const { validateJsons } = require('@rm/config/lib/validateJsons') const { reloadConfig } = require('../utils/reloadConfig') -const configDir = resolve(__dirname, '../configs') +const configDir = resolve(__dirname, '../../../config/user') /** * Replace base path, remove .json, and split into array * @param {string} path */ const clean = (path) => - path.replace(`${configDir}/`, '').replace('.json', '').split('/', 2) + path.replace(`${configDir}/`, '').replace('.json', '').split('-', 1).at(0) /** * * @param {string} event * @param {string} rawFile - * @param {string} [domain] */ -const handle = async (event, rawFile, domain) => { +const handle = async (event, rawFile) => { log.debug(TAGS.config, `[${event}]`, rawFile) switch (rawFile) { case 'loginPage': case 'donationPage': case 'messageOfTheDay': - if (domain) { - const domainKey = domain.replaceAll('.', '_') - const multiDomainsObj = config.getSafe('multiDomainsObj') - if (multiDomainsObj[domainKey]?.[rawFile]) { - log.info(TAGS.config, `[${event}]`, rawFile, domain) - multiDomainsObj[domainKey][rawFile] = config.util.extendDeep( - {}, - multiDomainsObj[domainKey][rawFile], - validateJsons(rawFile, domain), - ) - } - } else { - log.info(TAGS.config, `[${event}]`, rawFile) - config.map[rawFile] = config.util.extendDeep( - {}, - config.map[rawFile], - validateJsons(rawFile), - ) - } + log.info(TAGS.config, `[${event}]`, rawFile) + config.map[rawFile] = config.util.extendDeep( + {}, + config.map[rawFile], + validateJsons(rawFile), + ) break case 'local': - case `local-${process.env.NODE_CONFIG_ENV}`: if (config.reloadConfigOnSave) { await reloadConfig() } @@ -68,14 +53,11 @@ const startWatcher = () => { }) watcher.on('change', async (path) => { - const [rawFile, domain] = clean(path) - await handle('CHANGE', rawFile, domain) + await handle('CHANGE', clean(path)) }) watcher.on('add', async (path) => { - const [rawFile, domain] = clean(path) - if (domain && domain.split('_').length > 1) return - await handle('ADD', rawFile, domain) + await handle('ADD', clean(path)) }) return watcher diff --git a/server/src/ui/drawer.js b/server/src/ui/drawer.js index 473decc8f..f8f559d17 100644 --- a/server/src/ui/drawer.js +++ b/server/src/ui/drawer.js @@ -9,12 +9,11 @@ const BLOCKED = /** @type {undefined} */ (undefined) /** * - * @param {import('express').Request} req * @param {import("@rm/types").Permissions} perms * @returns */ -function drawer(req, perms) { - const mapConfig = config.getMapConfig(req) +function drawer(perms) { + const mapConfig = config.get('map') const nestFilters = config.getSafe('defaultFilters.nests') const leagues = config.getSafe('api.pvp.leagues') diff --git a/server/src/utils/getServerSettings.js b/server/src/utils/getServerSettings.js index 790845db0..080ac04d0 100644 --- a/server/src/utils/getServerSettings.js +++ b/server/src/utils/getServerSettings.js @@ -19,7 +19,7 @@ function getServerSettings(req) { const { clientValues, clientMenus } = clientOptions(user.perms) - const mapConfig = config.getMapConfig(req) + const mapConfig = config.get('map') const api = config.getSafe('api') const authentication = config.getSafe('authentication') const database = config.getSafe('database') @@ -64,7 +64,7 @@ function getServerSettings(req) { menus: advMenus(user.perms), userSettings: clientValues, clientMenus, - ui: drawer(req, user.perms), + ui: drawer(user.perms), } return serverSettings diff --git a/server/src/utils/reloadConfig.js b/server/src/utils/reloadConfig.js index d82adaff1..34b66d2cb 100644 --- a/server/src/utils/reloadConfig.js +++ b/server/src/utils/reloadConfig.js @@ -80,7 +80,7 @@ async function reloadConfig() { const valid = changed.filter((key) => !NO_RELOAD.has(key)) const invalid = changed.filter((key) => NO_RELOAD.has(key)) - /** @param {string} key */ + /** @param {(typeof changed)[number]} key */ const print = (key) => { let newValue let oldValue diff --git a/server/src/utils/writeConfigFiles.js b/server/src/utils/writeConfigFiles.js new file mode 100644 index 000000000..86e333449 --- /dev/null +++ b/server/src/utils/writeConfigFiles.js @@ -0,0 +1,24 @@ +const path = require('path') +const fs = require('fs') + +const configDir = path.join(__dirname, '../../../config/user') + +/** + * + * @param {string} fileName + * @param {string} data + */ +async function writeConfigFile(fileName, data) { + const ts = Math.floor(Date.now() / 1000) + if (fs.existsSync(`${configDir}/${fileName}.json`)) { + await fs.promises.copyFile( + `${configDir}/${fileName}.json`, + `${configDir}/${fileName}_${ts}.json`, + ) + } + await fs.promises.writeFile(`${configDir}/${fileName}.json`, data, 'utf8') + + return `Saved to ${configDir}/${fileName}.json` +} + +module.exports = { writeConfigFile } From 9e68e0484e8982dad8d4a8a34a5117085b173ca0 Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:03:05 -0400 Subject: [PATCH 04/15] fix: dev image serving --- client/plugins/public.js | 5 +++++ client/vite.config.js | 2 +- server/src/graphql/resolvers.js | 14 +++++++------- server/src/routes/rootRouter.js | 4 ++-- server/src/ui/drawer.js | 2 +- server/src/utils/getServerSettings.js | 2 +- server/src/utils/reloadConfig.js | 2 +- 7 files changed, 18 insertions(+), 13 deletions(-) diff --git a/client/plugins/public.js b/client/plugins/public.js index f6b72a86d..2bdf50ff5 100644 --- a/client/plugins/public.js +++ b/client/plugins/public.js @@ -54,6 +54,11 @@ const publicPlugin = () => { res.end(fs.readFileSync(markerPath)) return } + if (req.url.startsWith('/images/u')) { + res.writeHead(200, { 'Content-Type': 'image/png' }) + res.end(fs.readFileSync(path.join(configDir, req.url))) + return + } next() }) }, diff --git a/client/vite.config.js b/client/vite.config.js index ed7d16e5a..36c76598d 100644 --- a/client/vite.config.js +++ b/client/vite.config.js @@ -53,7 +53,7 @@ const viteConfig = defineConfig(({ mode }) => { ) } - const sentry = config.get('sentry.client') + const sentry = config.getSafe('sentry.client') sentry.enabled = sentry.enabled || !!env.SENTRY_DSN if (env.SENTRY_AUTH_TOKEN) sentry.authToken = env.SENTRY_AUTH_TOKEN if (env.SENTRY_ORG) sentry.org = env.SENTRY_ORG diff --git a/server/src/graphql/resolvers.js b/server/src/graphql/resolvers.js index 9b1e7b192..41c17f59d 100644 --- a/server/src/graphql/resolvers.js +++ b/server/src/graphql/resolvers.js @@ -123,7 +123,7 @@ const resolvers = { footerButtons = [], components = [], ...rest - } = config.get(`map.${component}`)[component] + } = config.getSafe(`map.${component}`)[component] return { ...rest, footerButtons: filterComponents( @@ -146,7 +146,7 @@ const resolvers = { return [] }, fabButtons: async (_, _args, { perms, username, req, Db, Event }) => { - const { donationPage, misc } = config.get('map') + const { donationPage, misc } = config.getSafe('map') const scanner = config.getSafe('scanner') @@ -213,7 +213,7 @@ const resolvers = { : { missing: null, human: null, ai: null } }, motdCheck: (_, { clientIndex }, { perms }) => { - const motd = config.get('map.messageOfTheDay') + const motd = config.getSafe('map.messageOfTheDay') return ( motd.components.length && (motd.index > clientIndex || motd.settings.permanent) && @@ -316,7 +316,7 @@ const resolvers = { scanCells: (_, args, { perms, Db }) => { if ( perms?.scanCells && - args.zoom >= config.get('map.general.scanCellsZoom') + args.zoom >= config.getSafe('map.general.scanCellsZoom') ) { return Db.query('ScanCell', 'getAll', perms, args) } @@ -324,7 +324,7 @@ const resolvers = { }, scanAreas: (_, _args, { perms }) => { if (perms?.scanAreas) { - const scanAreas = config.get('areas.scanAreas') + const scanAreas = config.getSafe('areas.scanAreas') return [ { ...scanAreas, @@ -342,7 +342,7 @@ const resolvers = { }, scanAreasMenu: (_, _args, { perms }) => { if (perms?.scanAreas) { - const scanAreas = config.get('areas.scanAreasMenu') + const scanAreas = config.getSafe('areas.scanAreasMenu') if (perms.areaRestrictions.length) { const filtered = scanAreas .map((parent) => ({ @@ -497,7 +497,7 @@ const resolvers = { return [] }, submissionCells: async (_, args, { perms, Db }) => { - const submissionZoom = config.get('map.general.submissionZoom') + const submissionZoom = config.getSafe('map.general.submissionZoom') if (perms?.submissionCells && args.zoom >= submissionZoom - 1) { const [pokestops, gyms] = await Db.submissionCells(perms, args) return [ diff --git a/server/src/routes/rootRouter.js b/server/src/routes/rootRouter.js index 63a56bd4b..61c7ccaff 100644 --- a/server/src/routes/rootRouter.js +++ b/server/src/routes/rootRouter.js @@ -105,7 +105,7 @@ rootRouter.post('/api/error/client', async (req, res) => { rootRouter.get('/area/:area/:zoom?', (req, res) => { const { area, zoom } = req.params try { - const validScanAreas = config.get('areas.scanAreas') + const validScanAreas = config.getSafe('areas.scanAreas') if (validScanAreas.features.length) { const foundArea = validScanAreas.features.find( (a) => a.properties.name.toLowerCase() === area.toLowerCase(), @@ -126,7 +126,7 @@ rootRouter.get('/api/settings', async (req, res, next) => { const authentication = config.getSafe('authentication') const scanner = config.getSafe('scanner') const api = config.getSafe('api') - const mapConfig = config.get('map') + const mapConfig = config.getSafe('map') try { if ( diff --git a/server/src/ui/drawer.js b/server/src/ui/drawer.js index f8f559d17..22fa50b16 100644 --- a/server/src/ui/drawer.js +++ b/server/src/ui/drawer.js @@ -13,7 +13,7 @@ const BLOCKED = /** @type {undefined} */ (undefined) * @returns */ function drawer(perms) { - const mapConfig = config.get('map') + const mapConfig = config.getSafe('map') const nestFilters = config.getSafe('defaultFilters.nests') const leagues = config.getSafe('api.pvp.leagues') diff --git a/server/src/utils/getServerSettings.js b/server/src/utils/getServerSettings.js index 080ac04d0..f263d8c59 100644 --- a/server/src/utils/getServerSettings.js +++ b/server/src/utils/getServerSettings.js @@ -19,7 +19,7 @@ function getServerSettings(req) { const { clientValues, clientMenus } = clientOptions(user.perms) - const mapConfig = config.get('map') + const mapConfig = config.getSafe('map') const api = config.getSafe('api') const authentication = config.getSafe('authentication') const database = config.getSafe('database') diff --git a/server/src/utils/reloadConfig.js b/server/src/utils/reloadConfig.js index 34b66d2cb..c88436066 100644 --- a/server/src/utils/reloadConfig.js +++ b/server/src/utils/reloadConfig.js @@ -90,7 +90,7 @@ async function reloadConfig() { // do nothing } try { - newValue = newConfig.get(key) + newValue = newConfig.getSafe(key) } catch { // do nothing } From bea54943b0e19ab2700db902c5582b536bb9a04c Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:23:40 -0400 Subject: [PATCH 05/15] chore: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af0245d70..fe62f8802 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ReactMap_Logo

-# ReactMap +# ReactMap 2.0 [![GitHub Release](https://img.shields.io/github/release/WatWowMap/ReactMap.svg)](https://github.com/WatWowMap/ReactMap/releases/) [![GitHub Contributors](https://img.shields.io/github/contributors/WatWowMap/ReactMap.svg)](https://github.com/WatWowMap/ReactMap/graphs/contributors/) From b5e3745adc0b8c34dbc2e04a53b70f5acc389fb5 Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:40:52 -0400 Subject: [PATCH 06/15] fix: oops accidentally committed locales --- client/public/locales/de/translation.json | 7284 ---------------- client/public/locales/en/translation.json | 6001 ------------- client/public/locales/es/translation.json | 6001 ------------- client/public/locales/fr/translation.json | 7280 ---------------- client/public/locales/hi/translation.json | 6001 ------------- client/public/locales/id/translation.json | 6001 ------------- client/public/locales/it/translation.json | 6001 ------------- client/public/locales/ja/translation.json | 7281 ---------------- client/public/locales/ko/translation.json | 6001 ------------- client/public/locales/nl/translation.json | 6017 ------------- client/public/locales/pl/translation.json | 6004 ------------- client/public/locales/pt-br/translation.json | 6001 ------------- client/public/locales/ru/translation.json | 8250 ------------------ client/public/locales/sv/translation.json | 6001 ------------- client/public/locales/th/translation.json | 6001 ------------- client/public/locales/tr/translation.json | 6003 ------------- client/public/locales/zh-tw/translation.json | 6001 ------------- 17 files changed, 108129 deletions(-) delete mode 100644 client/public/locales/de/translation.json delete mode 100644 client/public/locales/en/translation.json delete mode 100644 client/public/locales/es/translation.json delete mode 100644 client/public/locales/fr/translation.json delete mode 100644 client/public/locales/hi/translation.json delete mode 100644 client/public/locales/id/translation.json delete mode 100644 client/public/locales/it/translation.json delete mode 100644 client/public/locales/ja/translation.json delete mode 100644 client/public/locales/ko/translation.json delete mode 100644 client/public/locales/nl/translation.json delete mode 100644 client/public/locales/pl/translation.json delete mode 100644 client/public/locales/pt-br/translation.json delete mode 100644 client/public/locales/ru/translation.json delete mode 100644 client/public/locales/sv/translation.json delete mode 100644 client/public/locales/th/translation.json delete mode 100644 client/public/locales/tr/translation.json delete mode 100644 client/public/locales/zh-tw/translation.json diff --git a/client/public/locales/de/translation.json b/client/public/locales/de/translation.json deleted file mode 100644 index 9fe64e939..000000000 --- a/client/public/locales/de/translation.json +++ /dev/null @@ -1,7284 +0,0 @@ -{ - "login": "Anmelden", - "click_once": "Klicken Sie nur einmal auf Autorisieren", - "save": "speichern", - "reset": "Zurücksetzen", - "close": "schliessen", - "reset_filters": "Filter zurücksetzen", - "pokemon_filters": "Pokemon Filter Einstellungen", - "gyms_filters": "Arena Filter Einstellungen", - "pokestops_filters": "Pokestop Filter Einstellungen", - "nests_filters": "Nest Filter Einstellungen", - "help": "Hilfe", - "apply_to_all": "Auf alle anwenden", - "disable_all": "alle deaktivieren", - "enable_all": "alle aktivieren", - "enabled": "aktiviert", - "legacy": "Legendär", - "id": "ID", - "location": "Standort", - "search_pokemon": "Pokemon durchsuchen", - "search_nests": "Nester durchsuchen", - "search_gyms": "Arenen durchsuchen", - "search_pokestops": "Pokestops durchsuchen", - "search_raids": "Raids durchsuchen", - "search_eggs": "Eier durchsuchen", - "search_quests": "Quests durchsuchen", - "search_lures": "Lockmodule durchsuchen", - "search_invasions": "Invasionen durchsuchen", - "sm": "S", - "md": "M", - "lg": "L", - "xl": "XL", - "min": "Min", - "max": "Max", - "set_size": "Symbolgröße einstellen", - "slot_selection": "Platz Auswahl", - "generations": "Generation", - "types": "Type", - "forms": "Form", - "rarity": "Seltenheit", - "others": "Andere", - "categories": "Kategorien", - "rank": "Rang", - "slider_iv": "IV Rang", - "slider_great": "Superliga", - "slider_ultra": "Hyperliga", - "slider_little": "Mini-Cup", - "slider_atk_iv": "Attacke", - "slider_def_iv": "Verteidigung", - "slider_sta_iv": "Ausdauer", - "slider_level": "Level", - "slider_size": "Größe", - "abbreviation_level": "L", - "lvl": "Lvl", - "cap": "Cap", - "custom": "benutzerdefiniert", - "valid": "gültig", - "invalid": "ungültig!", - "overwrites": "Überschreibt alle Filter", - "valid_filter": "Gültiger Statistikfilter", - "invalid_filter": "Geben Sie einen gültigen Filter ein", - "gyms": "Arena", - "nests": "Nester", - "pokestops": "Pokestops", - "pokemon": "Pokemon", - "wayfarer": "Wayfarer", - "scan_areas": "Gebiete", - "s2cells": "S2 Zellen", - "weather": "Wetter", - "admin": "Admin", - "settings": "Einstellungen", - "advanced": "erweitert", - "tile_servers": "Tileserver", - "icons": "Symbole", - "navigation": "Navigation", - "drawer": "Drawer", - "tile_servers_default": "Standard Tileserver", - "drawer_temporary": "Vorübergehend", - "drawer_persistent": "dauerhaft", - "locale_selection": "Sprache wählen", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "Importieren", - "export": "Exportieren", - "logout": "Abmelden", - "local_storage_cleared": "Cache bereinigt!", - "iv_or_filter": "IV oder Filter", - "polygons": "Polygone", - "raids": "Raids", - "ex_eligible": "EX Raid", - "in_battle": "Im Kampf", - "all_pokestops": "Alle Pokestops", - "lures": " Lockmodule", - "quests": "Quests", - "invasions": "Invasionen", - "portals": "Portale", - "submission_cells": "Einreich-Zellen", - "spawnpoint": "Spawnpunkt", - "spawnpoints": "Spawnpunkte", - "s2_cell_level": "Level {{level}} S2 Zellen", - "total_count": "Komplette Anzahl", - "next_submission": "Nächster Vorschlag!", - "never": "nie", - "next_gym": "Nächste Arena", - "scan_cells": "S2 Zellen", - "devices": "Geräte", - "use_my_location": "Meinen Standort verwenden", - "submit_feedback_title": "Feedback/Fehlerbericht senden", - "use_the_link_below": "Sie können den unten stehenden Link verwenden, um Feedback oder Fehler, auf die Sie gestoßen sind, zu senden.", - "feedback_to_devs": "Dieses Feedback wird direkt an die Entwickler gesendet.", - "feedback_form": "Feedback-Formular", - "unknown_pokestop": "Unbekannter Pokestop-Name", - "unknown_gym": "Unbekannter Arena-Name", - "exclude": "Ausschließen", - "exclude_quest": "Quest ausschließen", - "exclude_invasion": "Invasion ausschließen", - "exclude_team": "Team ausschließen", - "exclude_raid": "Raid ausschließen", - "exclude_lure": "Lockmodul ausschließen", - "timer": "Timer", - "hide": "Ausblenden", - "tier": "Level", - "slots": "Plätze", - "mega": "Mega", - "form": "Form", - "starts": "Startet", - "ends": "Endet", - "defender": "Verteidiger", - "best_buddy": "Bester Kumpel", - "cp": "WP", - "kilogram": "kg", - "meter": "m", - "total_cp": "Gesamt WP", - "first_seen": "Zum ersten Mal gesehen", - "last_seen": "Zuletzt gesehen", - "last_modified": "Zuletzt bearbeitet", - "last_updated": "Letzte Aktualisierung", - "imported": "Importiert", - "nest_estimated": "Nest-Daten werden geschätzt!", - "verify_nests": "Überprüfen Sie dies, indem Sie die aktuellen Spawns überprüfen", - "nest_out_of_date": "Nest ist möglicherweise veraltet!", - "nest_check_current": "Überprüfen Sie stattdessen die aktuellen Spawns", - "spawns_per_hour": "spawns/h", - "teams": "Teams", - "eggs": "Eier", - "reverse": "Umkehren", - "selected": "Ausgewählt", - "unselected": "Nicht ausgewählt", - "only_available": "Verfügbar", - "common": "häufig", - "uncommon": "selten", - "rare": "rar", - "ultra_rare": "ultra-rar", - "regional": "Regional", - "event": "Event", - "legendary": "Legendär", - "mythical": "Mysteriös", - "ultra_beast": "Ultrabestie", - "alt_forms": "alle Formen", - "alola": "Alola", - "galarian": "Galar", - "showing": "Zeigen", - "instance": "Instanz", - "online": "Online", - "offline": "Offline", - "boosted_types": "Wetterboost", - "pokemon_options": "Pokemon Optionen", - "pokestops_options": "Pokestop Optionen", - "gyms_options": "Arena Optionen", - "nests_options": "Nest Optionen", - "wayfarer_options": "Wayfarer Optionen", - "admin_options": "Admin Optionen", - "weather_options": "Wetter Optionen", - "s2cells_options": "S2 Zellen Optionen", - "clustering": "Clustering", - "glow": "Glow", - "legacy_filter": "Legacy Filter", - "raid_timers": "Alle Raid Timer", - "invasion_timers": "Alle Invasion Timer", - "lure_timers": "Alle Lockmodul Timer", - "device_path_color": "Geräte Pfadfarbe", - "old_portals": "Alte Portale", - "new_portals": "Neue Portale", - "items": "Items", - "energy": "Energie", - "ar_eligible": "AR geeignet", - "iv_circles": "IV Marker", - "min_iv_circle": "min. IV Marker", - "interaction_ranges": "Interaktionsradius", - "cannot_connect": "\nVerbindung zum Server derzeit nicht möglich.\nNochmaliges Versuchen führt nur zu mehr Problemen.\nBitte versuche es erneut in ein paar Minuten.\n\n- Map Admin Team", - "mad_quest_text": "Native Quests", - "xs": "XS", - "primary": "Primär", - "secondary": "Sekundär", - "zero_iv": "0% IV", - "hundo_iv": "100% IV", - "open_menu": "Menü öffnen", - "zoom_in": "Hineinzoomen", - "zoom_out": "Herauszoomen", - "welcome": "Willkommen zu", - "back": "Zurück", - "next": "Weiter", - "finish": "Beenden", - "start_tutorial": "Starte Tutorial", - "view_profile": "Profil anzeigen", - "login_optional": "Login (Optional)", - "tutorial": "Tutorial", - "tutorial_language": "Wähle deine Sprache", - "tutorial_welcome": "Dieses Tutorial ist interaktiv und du solltest unbedingt mit allen angebotenen Optionen herumspielen", - "tutorial_categories": "Kategorien, auf die du Zugriff hast", - "tutorial_logged_in": "Du kannst Details zu deinen Berechtigungen in deinem Profil anschauen.", - "tutorial_logged_out": "Du kannst Details zu deinen Berechtigungen anschauen, wenn du dich eingeloggt hast.", - "tutorial_sidebar_0": "All dein Filter und Einstellungen befinden sich hier", - "tutorial_sidebar_1": "Für jede Kategorie kannst du mit den Schaltern die gewünschten Daten aktivieren", - "tutorial_sidebar_2": "Optionen: Zusätzliche Anpassungen\nErweitert: Werden wir später in diesem Tutorial behandeln", - "tutorial_sliders_0": "Verwenden von Schaltern zum Einstellen von Filtern", - "tutorial_sliders_1": "Pokémon zwischen:", - "tutorial_sliders_2": "- IVs {{iv0}}% bis {{iv1}}%", - "tutorial_sliders_3": "Level {{level0}} bis {{level1}}", - "tutorial_sliders_3alt": "- UND ist Level {{level0}} bis {{level1}}", - "tutorial_sliders_4": "- Superliga Rang {{gl0}} bis {{gl1}}", - "tutorial_sliders_4alt": "- ODER Superliga Rang {{gl0}} bis {{gl1}}", - "tutorial_sliders_5": "- Hyperliga Rang {{ul0}} bis {{ul1}}", - "tutorial_sliders_5alt": "- ODER Hyperliga Rang {{ul0}} bis {{ul1}}", - "tutorial_sliders_6": "Verketten mit anderen der gleichen Farbe", - "tutorial_sliders_7": "Filter getrennt von anderen Schiebereglern", - "tutorial_sliders_8": "Ein 'voller' Schieberegler bedeutet, dass er deaktiviert ist:", - "tutorial_sliders_9": "Alle Spawns, unabhänig von IV Scan", - "tutorial_help": "Verknüpfung zu diesem Menü", - "tutorial_adv_filter": "Nur in der mobilen Ansicht - öffnet die Filteroptionen für das erweiterte Menü", - "tutorial_tune": "Setzt den erweiterten Filter für alle Pokémon, die gerade im Menü gefiltert werden", - "tutorial_format_size": "Legt die Symbolgröße für alle aktuell gefilterten Einträge im Menü fest", - "tutorial_check": "Aktiviert alle aktuell gefilterten Einträge im Menü", - "tutorial_clear": "Deaktiviert alle aktuell gefilterten Einträge im Menü", - "tutorial_save": "Speichert die aktuelle Auswahl und schließt das Menü", - "tutorial_show_all_view": "Pokestops & Arenen umschalten", - "tutorial_show_pokemon_view": "Pokémon umschalten", - "tutorial_toggle": "Ein Klick auf das Häkchen/X schaltet das Element um", - "tutorial_pokemon_caption": "Mit diesem Symbol können Sie Filter für dieses spezielle Pokémon einstellen", - "tutorial_all_caption": "Teams haben ein spezielles Slot-Menü\nAlle anderen Elemente ermöglichen die Anpassung der Symbolgröße", - "tutorial_popup_0": "Popups sind nun interaktiv!", - "tutorial_popup_1": "Die drei Punkte öffnen die Optionen zum Ausblenden, Ausschließen und Umschalten des Timers", - "tutorial_popup_2": "Die Symbole auf beiden Seiten des Navigations-Links werden erweitert, um zusätzliche Informationen anzuzeigen. Probier es aus!", - "tutorial_popup_3": "Die Icons variieren für jede Kategorie, sehen Sie sich alle an", - "tutorial_closing_0": "Zusätzliche Info", - "tutorial_closing_1": "Die globalen Pokémon-Schalter in der Seitenleiste funktionieren getrennt vom erweiterten Menü und haben keinen Einfluss aufeinander", - "tutorial_closing_2": "Sehen Sie sich unbedingt den Abschnitt Einstellungen in der Seitenleiste an", - "tutorial_closing_3": "Es gibt viele ästhetische Optionen für jede Kategorie, aber bedenke, je mehr du deiner Map hinzufügst, desto höher ist die Wahrscheinlichkeit, dass deine Map einfriert", - "tutorial_closing_4": "Das Tutorial kann erneut angezeigt werden, indem du es im Bereich Einstellungen in der Seitenleiste auswählst", - "tutorial_closing_5": "Bleiben Sie sicher und viel Glück!", - "intro": "Einleitung", - "sidebar": "Seitenleiste", - "sliders": "Schieberegler", - "popups": "Popups", - "closing": "Schließen", - "shortcuts": "Verknüpfungen", - "iv": "IV", - "area_restrictions": "Gebietseinschränkungen", - "map": "Map", - "stats": "Statistik", - "pvp": "PVP", - "area_restrictions_subtitle": "Sie haben Zugriff auf diese Gebiete", - "devices_subtitle": "Zeigt aktive Gerätestandorte und Routen an", - "gyms_subtitle": "Zeigt alle aktiven Arenenstandorte, das aktive Team und wie viele Plätze jede Arena zur Verfügung hat", - "invasions_subtitle": "Zeigt Informationen zu Team Rocket-Invasionen, einschließlich Kampfaufstellung, Ablaufzeit und mögliche Belohnungen", - "iv_subtitle": "Zeigt IV% und Leuchtoptionen", - "lures_subtitle": "Zeigt Lockmodulformationen an, einschließlich Typ und Ablaufzeit", - "map_subtitle": "Zeigt die Map", - "nests_subtitle": "Zeigt aktiv nestende Pokemon und Nestpolygone", - "pokemon_subtitle": "Zeigt alle Pokemon-Standorte und Ablaufzeiten", - "pokestops_subtitle": "Zeigt alle Pokestop-Standorte", - "portals_subtitle": "Zeigt alle Ingress-Portale", - "pvp_subtitle": "Zeigt PVP-Rang/WP/Level-Informationen für jedes Pokemon", - "quests_subtitle": "Zeigt Quest Belohnung und Aufgabeninformationen an", - "raids_subtitle": "Zeigt alle Raid-Informationen, einschließlich des Raid-Bosses, der Eier, der Ablaufzeit und des Movesets", - "scan_cells_subtitle": "Zeigt an, wann eine S2-Zelle zuletzt von einem Gerät gescannt wurde", - "scan_areas_subtitle": "Zeigt verfügbare Scanbereich Polygone", - "spawnpoints_subtitle": "Zeigt Spawnpunkte und deren geschätzte Despawnzeit an", - "stats_subtitle": "Zeigt Pokemon-Statistiken und Level an", - "submission_cells_subtitle": "Zeigt nützliche Informationen zum Einreichen neuer POIs an.", - "weather_subtitle": "Zeigt Wetterinformationen im Spiel für jede Zelle an", - "scanner_subtitle": "Ermöglicht on Demand scannen eines Standorts, innerhalb des Scangebietes", - "s2cells_subtitle": "Zeigt S2-Zellen in verschiedenen Leveln auf der Map an", - "backups_subtitle": "Ermöglicht das Sichern und Laden von Einstellungen über verschiedene Geräte hinweg", - "backups": "Sicherungen", - "user_profile": "Benutzer-Profil", - "user_username": "Benutzername", - "candy": "Bonbon", - "show_ex_badge": "EX Abzeichen anzeigen", - "search": "Suche", - "global_search_quests": "Füge den Namen der Belohnung ein...", - "global_search_lures": "Füge den Namen des Lockmoduls ein...", - "global_search_pokestops": "Füge den Namen des Pokestop ein...", - "global_search_gyms": "Füge den Namen der Arena ein...", - "global_search_portals": "Füge den Namen des Portals ein...", - "global_search_nests": "Füge den Namen des Nestes ein...", - "global_search_raids": "Füge den Namen des Raid Boss ein...", - "global_search_pokemon": "Gib den Pokemon-Namen ein...", - "global_search_invasions": "Füge den Rüpel Typ, Namen oder Belohnungs-Pokémon Namen ein...", - "raid_level_badges": "Raid Level Abzeichen", - "options": "Optionen", - "profile": "Profil", - "pokemon_icons": "Pokemon Icons", - "pokestop_icons": "Pokestop Icons", - "gym_icons": "Arena Icons", - "team_icons": "Team Icons", - "egg_icons": "Ei Icons", - "raid_icons": "Raid Icons", - "nest_icons": "Nest Icons", - "reward_icons": "Belohnung Icons", - "type_icons": "Typ Icons", - "weather_icons": "Wetter Icons", - "misc_icons": "Misc Icons", - "invasion_icons": "Invasion Icons", - "spawnpoint_icons": "Spawnpunkt-Symbole", - "device_icons": "Gerätesymbole", - "pokemon_audio": "Pokémon-Audio", - "pokestop_audio": "PokéStop-Audio", - "gym_audio": "Arenen-Audio", - "team_audio": "Team-Audio", - "egg_audio": "Ei-Audio", - "raid_audio": "Raid-Audio", - "nest_audio": "Nest-Audio", - "reward_audio": "Belohnungs-Audio", - "type_audio": "Typ-Audio", - "weather_audio": "Wetter-Audio", - "misc_audio": "Sonstige Audios", - "invasion_audio": "Invasions-Audio", - "spawnpoint_audio": "Spawnpunkt-Audio", - "device_audio": "Geräte-Audio", - "pokemon_timers": "Alle Pokemon Timer", - "show_dex_num_in_popup": "Pokedex # in Popup anzeigen", - "popup": "Popup", - "pvp_level": "Level {{level}} PVP Stats", - "pvp_mega": "Mega PVP Stats", - "webhook_entry": "Füge zu {{name}} hinzu", - "remove_webhook_entry": "Entferne von {{name}}", - "distance": "Distanz", - "gym": "Arena", - "egg": "Ei", - "raid": "Raid", - "lure": "Lockmodul", - "quest": "Quest", - "invasion": "Invasion", - "nest": "Nest", - "pokestop": "Pokestop", - "team": "Team", - "global": "Global", - "manage_webhook": "Organisiere {{name}}", - "drag_and_drop": "Ziehen Sie die Markierung, um Ihren Standort festzulegen", - "click_to_select": "Zum Auswählen klicken", - "add_new": "Füge neuen {{category}} Alarm hinzu", - "my_location": "Mein Standort", - "choose_on_map": "Wähle auf der Karte", - "select_profile": "Profil auswählen", - "distance_radius": "Vorschau der Radiusabstände", - "areas": "Gebiete", - "select_webhook": "Bot auswählen", - "ar_quest_true": "mit AR-Quest", - "ar_quest_false": "ohne AR-Quest", - "with_ar": "Mit AR", - "both": "Beide", - "without_ar": "Ohne AR", - "exclude_quest_multi": "{{reward}} ausschließen", - "cluster_limit_0": "Limit von {{variable_0}} ({{variable_1}}) wurde erreicht", - "cluster_limit_1": "Bitte reinzoomen oder die Filter einschränken", - "show_polygons": "Polygone anzeigen", - "exclude_invasion_multi": "{{invasion}} ausschließen", - "stardust": "Sternenstaub", - "slider_cp": "WP", - "pvp_ranking_league": "Liga", - "pvp_ranking_min_cp": "Min WP", - "slider_pvp": "Ränge", - "profile_no": "Profil", - "template": "Vorlage", - "gender": "Geschlecht", - "clean": "Bereinigen", - "all_forms": "Alle Formen", - "pvp_entry": "PVP Eintrag", - "no_iv": "Inkl. Keine IV", - "by_distance": "nach Entfernung", - "min_time": "Min Zeit", - "add_new_profile": "Neues Profil hinzufügen", - "slider_none": "Keine", - "non_registered_human_title": "Ups, da stimmt etwas nicht!", - "non_registered_human_desc": "Du bist möglicherweise nicht bei {{webhook}} registriert\nOder der Server ist derzeit nicht erreichbar", - "try_again_later": "Bitte versuche es später nochmal", - "selected_areas_one": "{{count}} Gebiet ausgewählt", - "selected_areas_other": "{{count}} Gebiete ausgewählt", - "webhook_selection": "{{name}} Auswahl", - "message_of_the_day": "Nachricht des Tages", - "has_quest_indicator": "Alternative Farbe für Stops mit Quests", - "show_ar_badge": "AR Symbol anzeigen", - "all_gyms": "Alle Arenen", - "general": "Allgemeines", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "Verknüpfe Global und Erweitert", - "normal_forms": "Standardformen", - "weather_indicator": "Wetter Symbol", - "page": "Seite {{page}}", - "navigation_controls": "Navigations-Steuerungen", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "Exklusiv", - "all_moves": "Alle Attacken", - "move": "Attacke", - "any": "alle", - "min_spawn_average": "Min Spawn Rate", - "select_all": "Alle auswählen", - "delete_all": "Alle löschen", - "cancel": "Abbrechen", - "day_1": "Montag", - "day_2": "Dienstag", - "day_3": "Mittwoch", - "day_4": "Donnerstag", - "day_5": "Freitag", - "day_6": "Samstag", - "day_7": "Sonntag", - "profile_name": "Profilname", - "manage_profiles": "Verwalte Profile", - "min_spawn_avg": "Durchschn. Min Spawn", - "poke_global": "Alle", - "amount": "Anzahl", - "specific_gym": "Spezifische Arena", - "search_location": "Standorte durchsuchen", - "search_specific": "Suche nach spezifischer {{category}}", - "webhook_success_gym": "Raids, Eier, und Team Wechsel Alarme wurden hinzugefügt!", - "slot_changes": "Platzänderungen", - "slot_changes_poracle": "Platzänderung", - "confirm_delete": "Dadurch wird die Tracking-Funktion für dieses Profil entfernt, bist du sicher?", - "confirm_copy": "Wähle das Profil, das du zu \"{{profile}}\" kopieren möchtest, dadurch wird dieses Profil vollständig überschrieben.", - "webhook_error": "{{name}} konnte das nicht verarbeiten.\nBitte versuche es später nochmals.", - "profile_error": "Muss eindeutig und gültig sein", - "team_0": "Neutral", - "battle_changes": "im Kampf", - "battle_changes_poracle": "wird_angegriffen", - "auto": "Auto", - "webhooks_subtitle": "Verwalte deine Benachrichtigungen für diese Bots, direkt von der Karte aus.", - "event_stops_subtitle": "Zeigt spezielle Event Pokestops wie z.B. Kecleon Stops an.", - "webhooks": "Benachrichtigungen", - "scanner": "Scanner", - "everything_individually": "Individuelle Benachrichtigungen hinzufügen", - "individually": "individuell", - "join": "Beitreten", - "errors_404": "Hoppla, diese Seite kann nicht gefunden werden!", - "errors_500": "Es ist ein Serverfehler aufgetreten, bitte versuche es später erneut!", - "local_username": "Nutzername", - "local_password": "Passwort", - "local_error": "Es ist ein Fehler aufgetreten, bitte versuche es später noch einmal!", - "no_filter_results": "Keine Ergebnisse gefunden,\nversuche deine Filter zu erweitern!", - "donor_page": "Spenderseite", - "go_back": "zurück", - "access": "Zugriff", - "link_discord": "Discord verknüpfen", - "select_webhook_strategy": "Alarm Manager", - "webhook_strategy_success_0": "Erfolg! Aktualisieren, um Benachrichtigungseinstellungen abzurufen...", - "register": "Registrieren", - "invalid_credentials": "Ungültige Anmeldeinformationen", - "localauth_failed": "Authentifizierung fehlgeschlagen", - "error_creating_user": "Neuer Benutzer kann derzeit nicht registriert werden", - "discord_linked": "Discord Verknüpft", - "telegram_linked": "Telegram Verknüpft", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 7, - "popup_gym_seen_timer_width": 5, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 7, - "popup_pokestop_seen_timer_width": 5, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 6, - "popup_pokemon_seen_timer_width": 5, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 10, - "join_button": 10, - "level": "Level", - "km": "km", - "feedback": "Feedback", - "donor_menu": "Spendermenü", - "pokemon_cell": "Der Standort des Pokemon kann variieren", - "timer_verified": "Die Despawnzeit ist bestätigt", - "timer_unverified": "Die Despawnzeit ist nicht bestätigt", - "all": "Alle", - "badge_0": "keiner", - "badge_1": "Basis", - "badge_2": "Bronze", - "badge_3": "Silber", - "badge_4": "Gold", - "gym_badge_menu": "Arenaorden bearbeiten", - "gym_badges": "Arenaorden", - "gym_badge_diamonds": "Arenaorden anzeigen", - "gym_badges_subtitle": "Die Arenaorden auf der Karte und als Liste auf der Profilseite anzeigen.", - "confirm_filters_reset": "Filter zurücksetzen", - "filters_reset_text": "Sollen die Einstellungen wirklich auf die Standardwerte zurückgesetzt werden? Das kann nicht rückgängig gemacht werden!", - "filters_reset_title": "Filter zurücksetzen", - "raid_quick_select": "Schnellauswahl", - "disabled": "Deaktiviert", - "loading": "laden von {{category}}", - "loading_icons": "Icons abrufen", - "loading_invasions": "Rocket-Lineup abrufen", - "scan_next": "Standort scannen", - "scan_next_choose": "Ziehen Sie die Markierung per Drag & Drop um die Scanposition festzulegen", - "scan_zone": "Scanne ein Gebiet", - "scan_zone_choose": "Ziehen Sie die Markierung per Drag & Drop um die Scanposition festzulegen und die Größe zu wählen", - "scan_zone_size": "Größe", - "scan_zone_range": "Reichweite", - "scan_zone_spacing": "Abstand", - "scan_zone_radius": "Radius", - "scan_requests": "Scan Anfrage", - "scan_queue": "Aktuelle Warteschlange", - "click_to_scan": "Hier scannen", - "scan_confirmed_title": "Scan-Anfrage bestätigt", - "scan_confirmed": "Gerät wurde an den Standort geschickt, das Ergebnis wird bald auf der Karte erscheinen!", - "scan_loading_title": "Sende Scan-Anfrage", - "scan_loading": "Deine Scan-Anfrage wird bearbeitet und wurde erfolgreich abgeschickt!", - "scan_error_title": "Fehler", - "scan_error": "Es ist ein Fehler bei der Verarbeitung der Scan-Anfrage aufgetreten...", - "scan_outside_area": "Dieser Standort liegt außerhalb der Grenzen der zugelassenen Gebiete.", - "pvp_ranking_cap": "Level", - "lc_title": "folge deinem Standort", - "lc_metersUnit": "Meter", - "lc_feetUnit": "Fuss", - "lc_popup": "Dein Standort befindet sich innerhalb von {distance} {unit} Abstand zu diesem Punkt.", - "lc_outsideMapBoundsMsg": "Dein Standort scheint sich außerhalb der Grenzen der Karte zu befinden.", - "no_alerts": "Keine Benachrichtigungen gefunden", - "loading_settings": "Lade Einstellungen", - "refresh_to_continue": "Bitte aktualisiere, bevor du fortfährst", - "session_expired_title": "Sitzung abgelaufen", - "session_expired_body": "Deine Sitzung ist abgelaufen", - "old_client_title": "Veraltet", - "old_client_body": "Eine neue Version der Map ist verfügbar", - "early_old_client_title": "veraltet", - "early_old_client_body": "Eine alte Version dieser Map könnte im Browser zwischengespeichert sein, lösche den Cache, bevor diese Map verwendet werden kann.", - "refresh": "Aktualisieren", - "points": "Punkte", - "day": "Tag", - "days": "Tage", - "react_error": "Etwas ist schiefgelaufen", - "clickable_icon": "Icon ist anklickbar", - "two_stops_till_next": "2 Stops bis zur nächsten", - "one_stop_till_next": "1 Stop bis zur nächsten", - "no_more_gyms": "keine weitere Arena", - "light_map_border": "heller Kartenrand", - "dark_map_border": "dunkler Kartenrand", - "cell_blocked": "Zelle ist blockiert", - "poi_color": "POI Farbe", - "quest_condition": "Questbedingung", - "always_show_labels": "Labels immer anzeigen", - "scan_areas_options": "Optionen für Scanbereiche", - "historic_rarity": "Historische Seltenheit", - "poi": "Wayspots", - "300m_range": "300m Radius", - "lure_range": "Lockmodulradius", - "custom_range": "individueller Radius", - "tap_to_toggle": "Tippen zum Umschalten", - "power_up": "Aufladung", - "never_alt": "Nie", - "seen_nearby_stop": "über Nearby gesehen", - "seen_nearby_cell": "in dieser S2 Zelle gesehen", - "seen_lure_encounter": "getroffen am Lockmodul", - "seen_lure_wild": "Spawn am Lockmodul", - "seen_wild": "Spawn in der Wildnis", - "event_stops": "Event Stops", - "event_stop_timers": "Event Stop Timer", - "size_0": "alle", - "size_1": "XXS", - "size_2": "XS", - "size_3": "M", - "size_4": "XL", - "size_5": "XXL", - "show_size_indicator": "Größen Marker", - "size": "Größe", - "gold_stop": "Gold Stop", - "profile_backups": "Profil Sicherungen", - "new_backup": "neue Sicherungen", - "create": "erstellen", - "load": "laden", - "update": "aktualisieren", - "delete": "löschen", - "name": "Name", - "only_confirmed": "nur bestätigte", - "only_exclude_grunts": "Rüpel ausschließen", - "only_exclude_leaders": "Bosse ausschließen", - "rocket_pokemon": "Crypto-Pokemon", - "decoy": "Täusch-Rüpel", - "s2_cell_limit_0": "Sie haben versucht, mehr als 20.000 Zellen zu generieren ({{variable_0}})", - "s2_cell_zoom_limit": "Einige Zellen sind zu klein, um in diesem Zoomlevel angezeigt zu werden.", - "show_all_pvp_ranks": "alle PVP Ränge anzeigen", - "enable_pokemon_popup_coords": "Pokémon Koordinaten anzeigen", - "enable_gym_popup_coords": "Arena Koordinaten anzeigen", - "enable_pokestop_popup_coords": "Pokéstop Koordinaten anzeigen", - "enable_portal_popup_coords": "Portal Koordinaten anzeigen", - "on_block_join_discord": "Bitte trete unserem Discord bei, um weitere Informationen zu erhalten.", - "on_block_msg": "Du wurdest aufgrund deiner Mitgliedschaft blockiert", - "denied": "verweigert", - "showcase": "Showcase", - "unknown_event": "unbekanntes Event", - "scanner_countdown": "verfügbar in {{time}}s", - "success": "Erfolg", - "contribute": "Beitragen", - "mi": "mi", - "filter_by_areas": "nach Gebieten filtern", - "submit_nest_name": "Nestnamen mitteilen", - "nest_submission_menu": "Namen aktualisieren", - "nest_submissions": "Nest Einreichungen", - "nest_submissions_subtitle": "Ermöglicht neue Namen für Nester einzureichen.", - "pokemon_opacity": "dynamische Pokemon Durchsichtigkeit", - "invasion_opacity": "dynamische Invasion Durchsichtigkeit", - "raid_opacity": "dynamische Raid Durchsichtigkeit", - "opacity_ten_minutes": "Durchsichtigkeit ab 10 Minuten", - "opacity_five_minutes": "Durchsichtigkeit ab 5 Minuten", - "opacity_one_minute": "Durchsichtigkeit ab 1 Minute", - "level_circles": "Level Marker", - "min_level_circle": "min. Level Marker", - "mutation_auth_error": "Die Anfrage war nicht erfolgreich, da Du nicht angemeldet warst.", - "submitted_by": "Eingereicht von", - "reversible": "umkehrbar", - "version": "Version", - "route_tags": "Routen Tags", - "routes": "Routen", - "route_type": "Routen Typ", - "routes_subtitle": "Zeige Routen und relevante Infos dazu, auf der Map.", - "description": "Beschreibung", - "additional_info": "zusätzliche Infos", - "duration": "Dauer", - "elevation": "Höhenunterschied", - "contest_category_1": "kleinste Größe", - "context_category_2": "größte Größe", - "total_entries": "Gesamteinträge", - "showcase_rankings": "Showcase-Ranking", - "showcase_rankings_subtitle": "Zeigt die Top-Rankingliste für einen Showcase an einem Pokestop an.", - "tth": "TTH", - "tth_0": "alle", - "tth_1": "bekannt", - "tth_2": "unbekannt", - "no_access": "Kein Zugriff", - "cooldown": "Cooldown", - "scan_some_outside_area": "Einige Standorte liegen außerhalb der Grenzen der zugelassenen Gebiete.", - "alerts": "Benachrichtigungen", - "alert_manager": "Benachrichtigungs Manager", - "menu": "Menü", - "theme": "Theme", - "exit": "verlassen", - "component": "Elemente", - "component_login_page": "Login Seite", - "component_donation_page": "Spenden Seite", - "component_message_of_the_day": "Nachricht des Tages", - "download": "download", - "playground": "Playground", - "locale": "Sprachen", - "saved": "gespeichert", - "show_editor": "Editor anzeigen", - "hide_editor": "Editor ausblenden", - "reported_error": "Dieser Fehler wurde dem Server mit Kennung gemeldet", - "dark_mode": "Dunkelmodus", - "load_from_autosave": "Aus Autosave laden", - "done": "Erledigt", - "fast": "Sofort", - "charged": "Lade", - "offline_mode": "offline Modus", - "include_sponsored": "einschließlich gesponserte", - "showcase_color": "Showcasefarbe", - "partner_color": "Partnerfarbe", - "disable": "deaktivieren {{- name}}", - "profiling": "Profilbearbeitung", - "showcase_block": "Gesperrt wegen eines Showcase", - "signed_in_as": "eingeloggt als", - "missing_map_perm": "Du hast keine Berechtigung, die Karte anzuzeigen.", - "access_denied": "Zugriff verweigert", - "audio": "Audio", - "desktop_notifications": "Desktop-Benachrichtigungen", - "notifications_options": "Benachrichtigungsoptionen", - "audio_always_on": "Audio immer abspielen", - "volume_level": "Lautstärkepegel", - "notifications_status": "Benachrichtigungsstatus", - "granted": "gewährt", - "set_all": "alle wählen", - "set_filtered": "gefilterte wählen", - "only_show_available": "nur verfügbare anzeigen", - "easy_mode": "Easy Mode", - "quick_select": "Globale Schnellauswahl", - "pokemon_filter_mode": "Pokémon Filter Mode", - "basic": "Einfach", - "intermediate": "Fortgeschritten", - "expert": "Experte", - "basic_description": "Wähle einfach Pokémon aus und wende einen globalen Filter an", - "intermediate_description": "Lege individuelle Filter global und pro Pokémon fest (traditionell)", - "expert_description": "Manuelle Eingabeabfragen für größtmögliche Anpassungsfähigkeit", - "icon_size": "Icon Größe", - "developer": "Entwickler", - "raid_override": "Raid Override", - "search_rocket_pokemon": "Crypto Pokémon suchen", - "main": "Haupt", - "extra": "Extra", - "select": "Auswählen", - "searching": "suche...", - "no_options": "Keine Treffer...", - "and": "UND", - "or": "ODER", - "only_global": "nur Globale", - "global_caption": "Ignoriert alle anderen Filter", - "global_and_individual": "Globale & Individuelle Filter", - "gender_filters_all": "Geschlecht gilt für alle", - "and_caption": "miteinander verbunden", - "or_caption": "filtert unabhängig", - "filter_help": "Filter Hilfe", - "kilometers": "Kilometer", - "miles": "Meilen", - "distance_unit": "Maßeinheit", - "data_management": "Einstellungsverwaltung", - "reset_or_manage_text": "Filter komplett zurücksetzen, oder die Einstellungsverwaltung anzeigen lassen, auf der einzelne Kategorien zurückgesetzt werden können.", - "reset_audio": "Töne zurücksetzen", - "reset_all": "Alles zurücksetzen", - "reset_icons": "Icons zurücksetzen", - "reset_position": "Position zurücksetzen", - "reset_ui": "UI zurücksetzen", - "reset_options": "Optionen zurücksetzen", - "reset_menus": "Menüs zurücksetzen", - "reset_settings": "Einstellungen zurücksetzen", - "reset_general_title": "Allgemein", - "reset_filters_title": "Filter", - "reset_assets": "Styles", - "reset_pokemon": "Pokémon zurücksetzen", - "reset_pokestops": "PokéStops zurücksetzen", - "reset_gyms": "Arenen zurücksetzen", - "reset_nests": "Nester zurücksetzen", - "reset_portals": "Portale zurücksetzen", - "reset_routes": "Routen zurücksetzen", - "reset_scan_areas": "Scangebiete zurücksetzen", - "reset_scan_cells": "Scanzellen zurücksetzen", - "reset_devices": "Geräte zurücksetzen", - "reset_weather": "Wetter zurücksetzen", - "reset_s2cells": "S2 Zellen zurücksetzen", - "reset_spawnpoints": "Spawnpoints zurücksetzen", - "reset_submission_cells": "Submission Zellen zurücksetzen", - "hisuian": "Hisui", - "spacial_rend_range": "Raumschlag Effekt Bereich", - "key": "Schlüssel", - "ai": "KI", - "human": "Human", - "locales": "Locales", - "instructions": "Anleitung", - "locale_instructions_1": "Wähle im Dropdown-Menü eine Sprache aus.", - "locale_instructions_2": "Gib in der Spalte \"Human\" die gewünschten Übersetzungen ein.", - "locale_instructions_3": "Klicke auf die Schaltfläche \"$t(download)\", um eine JSON-Datei herunterzuladen.", - "locale_instructions_4": "Fork den GitHub-Repo-Link unten", - "locale_instructions_5": "Erstelle einen neuen Branch und benennen ihn mit der Sprache, die übersetzt werden soll.", - "locale_instructions_6": "Ersetze den Inhalt von \"packages/locales/lib/human/{{lng}}.json\" durch die heruntergeladene Datei.", - "locale_instructions_7": "Erstellen eine neue Pull Request auf den \"develop\" Branch.", - "locale_instructions_8": "Warte bis die Pull-Anfrage überprüft und gemerged wurde.", - "enter_translation": "Übersetzung eingeben", - "individual_filters": "individuell gefiltert", - "data_limit_reached": "Du hast kürzlich zu viele Daten angefordert und befindest dich im Cooldown bis {{until}}", - "unknown_station": "unbekannte Kraftquelle", - "exclude_battle": "Dyna-Raids ausschließen", - "station": "Kraftquelle", - "stations": "Kraftquellen", - "stations_filters": "Dynamax Filter Einstellungen", - "stations_options": "Kraftquellen Optionen", - "all_stations": "alle Kraftquellen", - "search_battles": "Dyna-Raids durchsuchen", - "started": "gestartet", - "ended": "beendet", - "search_stations": "Kraftquellen durchsuchen", - "global_search_stations": "Füge den Namen der Kraftquelle ein...", - "station_timers": "Kraftquellen Timer", - "stations_opacity": "Kraftquellen Durchsichtigkeit", - "max_battles": "Dyna-Raids", - "dynamax": "Dynamax", - "stations_subtitle": "Kraftquellen auf der Map anzeigen", - "dynamax_subtitle": "Dyna-Raids auf der Map anzeigen", - "override": "Dyna-Raid Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Angriffsbonus", - "battle_bonus": "Kampfbonus", - "copy_coordinates": "Koordinaten kopieren", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Kraftquellen Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Crypto", - "alignment_2": "Erlöst", - "challenge_buddy_affection_plural": "Verdiene {{amount}} Herzen mit deinem Kumpel.", - "challenge_buddy_treat_plural": "Gib deinem Kumpel {{amount}} Snacks.", - "character_category_0": "Unset", - "character_category_1": "Team Leiter", - "character_category_2": "Rüpel", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Rüpel Ballon ♀", - "character_category_8": "Rüpel Ballon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Goldmünzen", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Stern Ei", - "egg_1_plural": "1 Stern Eier", - "egg_2": "2 Stern Ei", - "egg_2_plural": "2 Stern Eier", - "egg_3": "3 Stern Ei", - "egg_3_plural": "3 Stern Eier", - "egg_4": "4 Stern Ei", - "egg_4_plural": "4 Stern Eier", - "egg_5": "Legendäres Ei", - "egg_5_plural": "Legendäre Eier", - "egg_6": "Mega Ei", - "egg_6_plural": "Mega Eier", - "egg_7": "Mega Legendäres Ei", - "egg_7_plural": "Mega Legendäre Eier", - "egg_8": "Ultrapforte", - "egg_8_plural": "Ultrapforten", - "egg_9": "Top Ei", - "egg_9_plural": "Top Eier", - "egg_10": "Proto Ei", - "egg_10_plural": "Proto Eier", - "egg_11": "1 Crypto Ei", - "egg_11_plural": "1 Crypto Eier", - "egg_12": "2 Crypto Ei", - "egg_12_plural": "2 Crypto Eier", - "egg_13": "3 Crypto Ei", - "egg_13_plural": "3 Crypto Eier", - "egg_14": "4 Crypto Ei", - "egg_14_plural": "4 Crypto Eier", - "egg_15": "Legendäres Crypto Ei", - "egg_15_plural": "Legendäre Crypto Eier", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Proto", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "!", - "form_28": "?", - "form_29": "Normalform", - "form_30": "Sonnenform", - "form_31": "Regenform", - "form_32": "Schneeform", - "form_33": "Normalform", - "form_34": "Angriffsform", - "form_35": "Verteidigungsform", - "form_36": "Initiativeform", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "Normal", - "form_46": "Alola", - "form_47": "Normal", - "form_48": "Alola", - "form_49": "Normal", - "form_50": "Alola", - "form_51": "Normal", - "form_52": "Alola", - "form_53": "Normal", - "form_54": "Alola", - "form_55": "Normal", - "form_56": "Alola", - "form_57": "Normal", - "form_58": "Alola", - "form_59": "Normal", - "form_60": "Alola", - "form_61": "Normal", - "form_62": "Alola", - "form_63": "Normal", - "form_64": "Alola", - "form_65": "Normal", - "form_66": "Alola", - "form_67": "Normal", - "form_68": "Alola", - "form_69": "Normal", - "form_70": "Alola", - "form_71": "Normal", - "form_72": "Alola", - "form_73": "Normal", - "form_74": "Alola", - "form_75": "Normal", - "form_76": "Alola", - "form_77": "Normal", - "form_78": "Alola", - "form_79": "Normal", - "form_80": "Alola", - "form_81": "Normal", - "form_82": "Frost", - "form_83": "Wirbel", - "form_84": "Schneid", - "form_85": "Wasch", - "form_86": "Hitze", - "form_87": "Pflanzenumhang", - "form_88": "Sandumhang", - "form_89": "Lumpenumhang", - "form_90": "Wandel", - "form_91": "Ur", - "form_92": "Zenit", - "form_93": "Land", - "form_94": "Wolkenform", - "form_95": "Sonnenform", - "form_96": "Westliches Meer", - "form_97": "Östliches Meer", - "form_98": "Westliches Meer", - "form_99": "Östliches Meer", - "form_100": "Normal", - "form_101": "Kampf", - "form_102": "Flug", - "form_103": "Gift", - "form_104": "Boden", - "form_105": "Gestein", - "form_106": "Käfer", - "form_107": "Geist", - "form_108": "Stahl", - "form_109": "Feuer", - "form_110": "Wasser", - "form_111": "Pflanze", - "form_112": "Elektro", - "form_113": "Psycho", - "form_114": "Eis", - "form_115": "Drache", - "form_116": "Unlicht", - "form_117": "Fee", - "form_118": "Pflanzenumhang", - "form_119": "Sandumhang", - "form_120": "Lumpenumhang", - "form_121": "09", - "form_122": "10", - "form_123": "11", - "form_124": "12", - "form_125": "13", - "form_126": "14", - "form_127": "15", - "form_128": "16", - "form_129": "17", - "form_130": "18", - "form_131": "19", - "form_132": "20", - "form_133": "Rüstung", - "form_135": "Normal", - "form_136": "Rotlinig", - "form_137": "Blaulinig", - "form_138": "Standard", - "form_139": "Trance", - "form_140": "Inkarnation", - "form_141": "Tiergeist", - "form_142": "Inkarnation", - "form_143": "Tiergeist", - "form_144": "Inkarnation", - "form_145": "Tiergeist", - "form_146": "Normal", - "form_147": "Schwarz", - "form_148": "Weiß", - "form_149": "Standard", - "form_150": "Resolut", - "form_151": "Gesang", - "form_152": "Tanz", - "form_153": "Crypto", - "form_154": "Erlöst", - "form_155": "Crypto", - "form_156": "Erlöst", - "form_157": "Normal", - "form_158": "Crypto", - "form_159": "Erlöst", - "form_160": "Normal", - "form_161": "Crypto", - "form_162": "Erlöst", - "form_163": "Normal", - "form_164": "Crypto", - "form_165": "Erlöst", - "form_166": "Normal", - "form_167": "Crypto", - "form_168": "Erlöst", - "form_169": "Normal", - "form_170": "Crypto", - "form_171": "Erlöst", - "form_172": "Normal", - "form_173": "Crypto", - "form_174": "Erlöst", - "form_175": "Normal", - "form_176": "Crypto", - "form_177": "Erlöst", - "form_178": "Normal", - "form_179": "Crypto", - "form_180": "Erlöst", - "form_181": "Normal", - "form_182": "Crypto", - "form_183": "Erlöst", - "form_184": "Normal", - "form_185": "Crypto", - "form_186": "Erlöst", - "form_187": "Normal", - "form_188": "Crypto", - "form_189": "Erlöst", - "form_190": "Normal", - "form_191": "Crypto", - "form_192": "Erlöst", - "form_193": "Normal", - "form_194": "Crypto", - "form_195": "Erlöst", - "form_196": "Normal", - "form_197": "Crypto", - "form_198": "Erlöst", - "form_199": "Normal", - "form_200": "Crypto", - "form_201": "Erlöst", - "form_202": "Normal", - "form_203": "Crypto", - "form_204": "Erlöst", - "form_205": "Normal", - "form_206": "Crypto", - "form_207": "Erlöst", - "form_208": "Normal", - "form_209": "Crypto", - "form_210": "Erlöst", - "form_211": "Normal", - "form_212": "Crypto", - "form_213": "Erlöst", - "form_214": "Normal", - "form_215": "Crypto", - "form_216": "Erlöst", - "form_217": "Normal", - "form_218": "Crypto", - "form_219": "Erlöst", - "form_220": "Crypto", - "form_221": "Erlöst", - "form_222": "Crypto", - "form_223": "Erlöst", - "form_224": "Normal", - "form_225": "Crypto", - "form_226": "Erlöst", - "form_227": "Crypto", - "form_228": "Erlöst", - "form_229": "Normal", - "form_230": "Crypto", - "form_231": "Erlöst", - "form_232": "Normal", - "form_233": "Crypto", - "form_234": "Erlöst", - "form_235": "Normal", - "form_236": "Crypto", - "form_237": "Erlöst", - "form_238": "Normal", - "form_239": "Crypto", - "form_240": "Erlöst", - "form_241": "Normal", - "form_242": "Crypto", - "form_243": "Erlöst", - "form_244": "Normal", - "form_245": "Crypto", - "form_246": "Erlöst", - "form_247": "Normal", - "form_248": "Crypto", - "form_249": "Erlöst", - "form_250": "Normal", - "form_251": "Crypto", - "form_252": "Erlöst", - "form_253": "Normal", - "form_254": "Crypto", - "form_255": "Erlöst", - "form_256": "Normal", - "form_257": "Crypto", - "form_258": "Erlöst", - "form_259": "Normal", - "form_260": "Crypto", - "form_261": "Erlöst", - "form_262": "Normal", - "form_263": "Crypto", - "form_264": "Erlöst", - "form_265": "Normal", - "form_266": "Crypto", - "form_267": "Erlöst", - "form_268": "Normal", - "form_269": "Crypto", - "form_270": "Erlöst", - "form_271": "Normal", - "form_272": "Crypto", - "form_273": "Erlöst", - "form_274": "Normal", - "form_275": "Crypto", - "form_276": "Erlöst", - "form_277": "Normal", - "form_278": "Crypto", - "form_279": "Erlöst", - "form_280": "Normal", - "form_281": "Crypto", - "form_282": "Erlöst", - "form_283": "Normal", - "form_284": "Crypto", - "form_285": "Erlöst", - "form_286": "Normal", - "form_287": "Crypto", - "form_288": "Erlöst", - "form_289": "Normal", - "form_290": "Crypto", - "form_291": "Erlöst", - "form_292": "Normal", - "form_293": "Crypto", - "form_294": "Erlöst", - "form_295": "Normal", - "form_296": "Crypto", - "form_297": "Erlöst", - "form_298": "Normal", - "form_299": "Crypto", - "form_300": "Erlöst", - "form_301": "Normal", - "form_302": "Crypto", - "form_303": "Erlöst", - "form_304": "Normal", - "form_305": "Crypto", - "form_306": "Erlöst", - "form_307": "Normal", - "form_308": "Crypto", - "form_309": "Erlöst", - "form_310": "Normal", - "form_311": "Crypto", - "form_312": "Erlöst", - "form_313": "Normal", - "form_314": "Crypto", - "form_315": "Erlöst", - "form_316": "Normal", - "form_317": "Crypto", - "form_318": "Erlöst", - "form_319": "Normal", - "form_320": "Crypto", - "form_321": "Erlöst", - "form_322": "Normal", - "form_323": "Crypto", - "form_324": "Erlöst", - "form_585": "Frühling", - "form_586": "Sommer", - "form_587": "Herbst", - "form_588": "Winter", - "form_589": "Frühling", - "form_590": "Sommer", - "form_591": "Herbst", - "form_592": "Winter", - "form_593": "Normal", - "form_594": "Blitzmodul", - "form_595": "Flammenmodul", - "form_596": "Gefriermodul", - "form_597": "Aquamodul", - "form_598": "Normal", - "form_599": "Noevolve", - "form_600": "Normal", - "form_601": "Noevolve", - "form_602": "Normal", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "Normal", - "form_611": "Crypto", - "form_612": "Erlöst", - "form_613": "Normal", - "form_614": "Crypto", - "form_615": "Erlöst", - "form_616": "Normal", - "form_617": "Crypto", - "form_618": "Erlöst", - "form_619": "Normal", - "form_620": "Crypto", - "form_621": "Erlöst", - "form_622": "Normal", - "form_623": "Crypto", - "form_624": "Erlöst", - "form_625": "Normal", - "form_626": "Crypto", - "form_627": "Erlöst", - "form_628": "Normal", - "form_629": "Crypto", - "form_630": "Erlöst", - "form_631": "Normal", - "form_632": "Crypto", - "form_633": "Erlöst", - "form_634": "Normal", - "form_635": "Crypto", - "form_636": "Erlöst", - "form_637": "Normal", - "form_638": "Crypto", - "form_639": "Erlöst", - "form_640": "Normal", - "form_641": "Crypto", - "form_642": "Erlöst", - "form_643": "Normal", - "form_644": "Crypto", - "form_645": "Erlöst", - "form_646": "Normal", - "form_647": "Crypto", - "form_648": "Erlöst", - "form_649": "Normal", - "form_650": "Crypto", - "form_651": "Erlöst", - "form_652": "Normal", - "form_653": "Crypto", - "form_654": "Erlöst", - "form_655": "Normal", - "form_656": "Crypto", - "form_657": "Erlöst", - "form_658": "Normal", - "form_659": "Crypto", - "form_660": "Erlöst", - "form_661": "Normal", - "form_662": "Crypto", - "form_663": "Erlöst", - "form_664": "Normal", - "form_665": "Crypto", - "form_666": "Erlöst", - "form_667": "Normal", - "form_668": "Crypto", - "form_669": "Erlöst", - "form_670": "Normal", - "form_671": "Crypto", - "form_672": "Erlöst", - "form_673": "Crypto", - "form_674": "Erlöst", - "form_675": "Crypto", - "form_676": "Erlöst", - "form_677": "Normal", - "form_678": "Crypto", - "form_679": "Erlöst", - "form_680": "Normal", - "form_681": "Crypto", - "form_682": "Erlöst", - "form_683": "Normal", - "form_684": "Crypto", - "form_685": "Erlöst", - "form_686": "Crypto", - "form_687": "Erlöst", - "form_688": "Normal", - "form_689": "Crypto", - "form_690": "Erlöst", - "form_691": "Normal", - "form_692": "Crypto", - "form_693": "Erlöst", - "form_694": "Normal", - "form_695": "Crypto", - "form_696": "Erlöst", - "form_697": "Normal", - "form_698": "Crypto", - "form_699": "Erlöst", - "form_700": "Normal", - "form_701": "Crypto", - "form_702": "Erlöst", - "form_703": "Normal", - "form_704": "Crypto", - "form_705": "Erlöst", - "form_706": "Normal", - "form_707": "Crypto", - "form_708": "Erlöst", - "form_709": "Crypto", - "form_710": "Erlöst", - "form_711": "Crypto", - "form_712": "Erlöst", - "form_713": "Normal", - "form_714": "Crypto", - "form_715": "Erlöst", - "form_716": "Normal", - "form_717": "Crypto", - "form_718": "Erlöst", - "form_719": "Normal", - "form_720": "Crypto", - "form_721": "Erlöst", - "form_722": "Normal", - "form_723": "Crypto", - "form_724": "Erlöst", - "form_725": "Crypto", - "form_726": "Erlöst", - "form_727": "Crypto", - "form_728": "Erlöst", - "form_729": "Normal", - "form_730": "Crypto", - "form_731": "Erlöst", - "form_732": "Crypto", - "form_733": "Erlöst", - "form_734": "Normal", - "form_735": "Crypto", - "form_736": "Erlöst", - "form_737": "Normal", - "form_738": "Crypto", - "form_739": "Erlöst", - "form_740": "Normal", - "form_741": "Crypto", - "form_742": "Erlöst", - "form_743": "Normal", - "form_744": "Crypto", - "form_745": "Erlöst", - "form_746": "Normal", - "form_747": "Crypto", - "form_748": "Erlöst", - "form_749": "Normal", - "form_750": "Crypto", - "form_751": "Erlöst", - "form_752": "Normal", - "form_753": "Crypto", - "form_754": "Erlöst", - "form_755": "Normal", - "form_756": "Crypto", - "form_757": "Erlöst", - "form_758": "Normal", - "form_759": "Crypto", - "form_760": "Erlöst", - "form_761": "Normal", - "form_762": "Crypto", - "form_763": "Erlöst", - "form_764": "Normal", - "form_765": "Crypto", - "form_766": "Erlöst", - "form_767": "Normal", - "form_768": "Crypto", - "form_769": "Erlöst", - "form_770": "Normal", - "form_771": "Crypto", - "form_772": "Erlöst", - "form_773": "Normal", - "form_774": "Crypto", - "form_775": "Erlöst", - "form_776": "Normal", - "form_777": "Crypto", - "form_778": "Erlöst", - "form_779": "Normal", - "form_780": "Crypto", - "form_781": "Erlöst", - "form_782": "Normal", - "form_783": "Crypto", - "form_784": "Erlöst", - "form_785": "Normal", - "form_786": "Crypto", - "form_787": "Erlöst", - "form_788": "Normal", - "form_789": "Crypto", - "form_790": "Erlöst", - "form_791": "Normal", - "form_792": "Crypto", - "form_793": "Erlöst", - "form_794": "Normal", - "form_795": "Crypto", - "form_796": "Erlöst", - "form_797": "Normal", - "form_798": "Crypto", - "form_799": "Erlöst", - "form_800": "Normal", - "form_801": "Crypto", - "form_802": "Erlöst", - "form_803": "Normal", - "form_804": "Crypto", - "form_805": "Erlöst", - "form_806": "Normal", - "form_807": "Crypto", - "form_808": "Erlöst", - "form_809": "Normal", - "form_810": "Crypto", - "form_811": "Erlöst", - "form_812": "Normal", - "form_813": "Crypto", - "form_814": "Erlöst", - "form_815": "Normal", - "form_816": "Crypto", - "form_817": "Erlöst", - "form_818": "Normal", - "form_819": "Crypto", - "form_820": "Erlöst", - "form_821": "Normal", - "form_822": "Crypto", - "form_823": "Erlöst", - "form_824": "Normal", - "form_825": "Crypto", - "form_826": "Erlöst", - "form_827": "Normal", - "form_828": "Crypto", - "form_829": "Erlöst", - "form_830": "Normal", - "form_831": "Crypto", - "form_832": "Erlöst", - "form_833": "Normal", - "form_834": "Crypto", - "form_835": "Erlöst", - "form_836": "Normal", - "form_837": "Crypto", - "form_838": "Erlöst", - "form_839": "Normal", - "form_840": "Crypto", - "form_841": "Erlöst", - "form_842": "Crypto", - "form_843": "Erlöst", - "form_844": "Crypto", - "form_845": "Erlöst", - "form_846": "Normal", - "form_847": "Crypto", - "form_848": "Erlöst", - "form_849": "Normal", - "form_850": "Crypto", - "form_851": "Erlöst", - "form_852": "Normal", - "form_853": "Crypto", - "form_854": "Erlöst", - "form_855": "Normal", - "form_856": "Crypto", - "form_857": "Erlöst", - "form_858": "Normal", - "form_859": "Crypto", - "form_860": "Erlöst", - "form_861": "Normal", - "form_862": "Crypto", - "form_863": "Erlöst", - "form_864": "Normal", - "form_865": "Crypto", - "form_866": "Erlöst", - "form_867": "Normal", - "form_868": "Crypto", - "form_869": "Erlöst", - "form_870": "Normal", - "form_871": "Crypto", - "form_872": "Erlöst", - "form_873": "Normal", - "form_874": "Crypto", - "form_875": "Erlöst", - "form_876": "Normal", - "form_877": "Crypto", - "form_878": "Erlöst", - "form_879": "Normal", - "form_880": "Crypto", - "form_881": "Erlöst", - "form_882": "Crypto", - "form_883": "Erlöst", - "form_884": "Crypto", - "form_885": "Erlöst", - "form_886": "Crypto", - "form_887": "Erlöst", - "form_888": "Normal", - "form_889": "Crypto", - "form_890": "Erlöst", - "form_891": "Normal", - "form_892": "Crypto", - "form_893": "Erlöst", - "form_894": "Herbst 2019", - "form_895": "Herbst 2019", - "form_896": "Herbst 2019", - "form_897": "Herbst 2019", - "form_898": "Normal", - "form_899": "Crypto", - "form_900": "Erlöst", - "form_901": "Vs 2019", - "form_902": "Normal", - "form_903": "Crypto", - "form_904": "Erlöst", - "form_905": "Normal", - "form_906": "Crypto", - "form_907": "Erlöst", - "form_908": "Normal", - "form_909": "Crypto", - "form_910": "Erlöst", - "form_911": "Normal", - "form_912": "Crypto", - "form_913": "Erlöst", - "form_914": "Normal", - "form_915": "Crypto", - "form_916": "Erlöst", - "form_917": "Normal", - "form_918": "Crypto", - "form_919": "Erlöst", - "form_920": "Normal", - "form_921": "Crypto", - "form_922": "Erlöst", - "form_923": "Normal", - "form_924": "Crypto", - "form_925": "Erlöst", - "form_926": "Normal", - "form_927": "Crypto", - "form_928": "Erlöst", - "form_929": "Normal", - "form_930": "Crypto", - "form_931": "Erlöst", - "form_932": "Normal", - "form_933": "Crypto", - "form_934": "Erlöst", - "form_935": "Normal", - "form_936": "Crypto", - "form_937": "Erlöst", - "form_938": "Normal", - "form_939": "Crypto", - "form_940": "Erlöst", - "form_941": "Normal", - "form_942": "Crypto", - "form_943": "Erlöst", - "form_944": "Galar", - "form_945": "Normal", - "form_946": "Galar", - "form_947": "Normal", - "form_948": "Galar", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "Normal", - "form_954": "Crypto", - "form_955": "Erlöst", - "form_956": "Normal", - "form_957": "Crypto", - "form_958": "Erlöst", - "form_959": "Normal", - "form_960": "Crypto", - "form_961": "Erlöst", - "form_962": "Normal", - "form_963": "Crypto", - "form_964": "Erlöst", - "form_965": "Normal", - "form_966": "Crypto", - "form_967": "Erlöst", - "form_968": "Normal", - "form_969": "Crypto", - "form_970": "Erlöst", - "form_971": "Normal", - "form_972": "Crypto", - "form_973": "Erlöst", - "form_974": "Normal", - "form_975": "Crypto", - "form_976": "Erlöst", - "form_977": "Crypto", - "form_978": "Erlöst", - "form_979": "Crypto", - "form_980": "Erlöst", - "form_981": "Normal", - "form_982": "Crypto", - "form_983": "Erlöst", - "form_984": "Normal", - "form_985": "Crypto", - "form_986": "Erlöst", - "form_987": "Normal", - "form_988": "Crypto", - "form_989": "Erlöst", - "form_990": "Normal", - "form_991": "Crypto", - "form_992": "Erlöst", - "form_993": "Normal", - "form_994": "Crypto", - "form_995": "Erlöst", - "form_996": "Normal", - "form_997": "Crypto", - "form_998": "Erlöst", - "form_999": "Normal", - "form_1000": "Crypto", - "form_1001": "Erlöst", - "form_1002": "Normal", - "form_1003": "Crypto", - "form_1004": "Erlöst", - "form_1005": "Normal", - "form_1006": "Crypto", - "form_1007": "Erlöst", - "form_1008": "Normal", - "form_1009": "Crypto", - "form_1010": "Erlöst", - "form_1011": "Normal", - "form_1012": "Crypto", - "form_1013": "Erlöst", - "form_1014": "Normal", - "form_1015": "Crypto", - "form_1016": "Erlöst", - "form_1017": "Normal", - "form_1018": "Crypto", - "form_1019": "Erlöst", - "form_1020": "Normal", - "form_1021": "Crypto", - "form_1022": "Erlöst", - "form_1023": "Normal", - "form_1024": "Crypto", - "form_1025": "Erlöst", - "form_1026": "Normal", - "form_1027": "Crypto", - "form_1028": "Erlöst", - "form_1029": "Normal", - "form_1030": "Crypto", - "form_1031": "Erlöst", - "form_1032": "Normal", - "form_1033": "Crypto", - "form_1034": "Erlöst", - "form_1035": "Normal", - "form_1036": "Crypto", - "form_1037": "Erlöst", - "form_1038": "Normal", - "form_1039": "Crypto", - "form_1040": "Erlöst", - "form_1041": "Normal", - "form_1042": "Crypto", - "form_1043": "Erlöst", - "form_1044": "Normal", - "form_1045": "Crypto", - "form_1046": "Erlöst", - "form_1047": "Normal", - "form_1048": "Crypto", - "form_1049": "Erlöst", - "form_1050": "Normal", - "form_1051": "Crypto", - "form_1052": "Erlöst", - "form_1053": "Normal", - "form_1054": "Crypto", - "form_1055": "Erlöst", - "form_1056": "Normal", - "form_1057": "Crypto", - "form_1058": "Erlöst", - "form_1059": "Normal", - "form_1060": "Crypto", - "form_1061": "Erlöst", - "form_1062": "Normal", - "form_1063": "Crypto", - "form_1064": "Erlöst", - "form_1065": "Normal", - "form_1066": "Crypto", - "form_1067": "Erlöst", - "form_1068": "Normal", - "form_1069": "Crypto", - "form_1070": "Erlöst", - "form_1071": "Normal", - "form_1072": "Crypto", - "form_1073": "Erlöst", - "form_1074": "Normal", - "form_1075": "Crypto", - "form_1076": "Erlöst", - "form_1077": "Normal", - "form_1078": "Crypto", - "form_1079": "Erlöst", - "form_1080": "Normal", - "form_1081": "Crypto", - "form_1082": "Erlöst", - "form_1083": "Normal", - "form_1084": "Crypto", - "form_1085": "Erlöst", - "form_1086": "Normal", - "form_1087": "Crypto", - "form_1088": "Erlöst", - "form_1089": "Normal", - "form_1090": "Crypto", - "form_1091": "Erlöst", - "form_1092": "Normal", - "form_1093": "Crypto", - "form_1094": "Erlöst", - "form_1095": "Normal", - "form_1096": "Crypto", - "form_1097": "Erlöst", - "form_1098": "Normal", - "form_1099": "Crypto", - "form_1100": "Erlöst", - "form_1101": "Normal", - "form_1102": "Crypto", - "form_1103": "Erlöst", - "form_1104": "Normal", - "form_1105": "Crypto", - "form_1106": "Erlöst", - "form_1107": "Normal", - "form_1108": "Crypto", - "form_1109": "Erlöst", - "form_1110": "Normal", - "form_1111": "Crypto", - "form_1112": "Erlöst", - "form_1113": "Crypto", - "form_1114": "Erlöst", - "form_1115": "Normal", - "form_1116": "Crypto", - "form_1117": "Erlöst", - "form_1118": "Normal", - "form_1119": "Crypto", - "form_1120": "Erlöst", - "form_1121": "Normal", - "form_1122": "Crypto", - "form_1123": "Erlöst", - "form_1124": "Normal", - "form_1125": "Crypto", - "form_1126": "Erlöst", - "form_1127": "Normal", - "form_1128": "Crypto", - "form_1129": "Erlöst", - "form_1130": "Normal", - "form_1131": "Crypto", - "form_1132": "Erlöst", - "form_1133": "Normal", - "form_1134": "Crypto", - "form_1135": "Erlöst", - "form_1136": "Normal", - "form_1137": "Crypto", - "form_1138": "Erlöst", - "form_1139": "Normal", - "form_1140": "Crypto", - "form_1141": "Erlöst", - "form_1142": "Normal", - "form_1143": "Crypto", - "form_1144": "Erlöst", - "form_1145": "Normal", - "form_1146": "Crypto", - "form_1147": "Erlöst", - "form_1148": "Normal", - "form_1149": "Crypto", - "form_1150": "Erlöst", - "form_1151": "Normal", - "form_1152": "Crypto", - "form_1153": "Erlöst", - "form_1154": "Normal", - "form_1155": "Crypto", - "form_1156": "Erlöst", - "form_1157": "Normal", - "form_1158": "Crypto", - "form_1159": "Erlöst", - "form_1160": "Normal", - "form_1161": "Crypto", - "form_1162": "Erlöst", - "form_1163": "Normal", - "form_1164": "Crypto", - "form_1165": "Erlöst", - "form_1166": "Normal", - "form_1167": "Crypto", - "form_1168": "Erlöst", - "form_1169": "Normal", - "form_1170": "Crypto", - "form_1171": "Erlöst", - "form_1172": "Normal", - "form_1173": "Crypto", - "form_1174": "Erlöst", - "form_1175": "Normal", - "form_1176": "Crypto", - "form_1177": "Erlöst", - "form_1178": "Normal", - "form_1179": "Crypto", - "form_1180": "Erlöst", - "form_1181": "Normal", - "form_1182": "Crypto", - "form_1183": "Erlöst", - "form_1184": "Normal", - "form_1185": "Crypto", - "form_1186": "Erlöst", - "form_1187": "Normal", - "form_1188": "Crypto", - "form_1189": "Erlöst", - "form_1190": "Normal", - "form_1191": "Crypto", - "form_1192": "Erlöst", - "form_1193": "Normal", - "form_1194": "Crypto", - "form_1195": "Erlöst", - "form_1196": "Normal", - "form_1197": "Crypto", - "form_1198": "Erlöst", - "form_1199": "Normal", - "form_1200": "Crypto", - "form_1201": "Erlöst", - "form_1202": "Normal", - "form_1203": "Crypto", - "form_1204": "Erlöst", - "form_1205": "Normal", - "form_1206": "Crypto", - "form_1207": "Erlöst", - "form_1208": "Normal", - "form_1209": "Crypto", - "form_1210": "Erlöst", - "form_1211": "Normal", - "form_1212": "Crypto", - "form_1213": "Erlöst", - "form_1214": "Normal", - "form_1215": "Crypto", - "form_1216": "Erlöst", - "form_1217": "Normal", - "form_1218": "Crypto", - "form_1219": "Erlöst", - "form_1220": "Normal", - "form_1221": "Crypto", - "form_1222": "Erlöst", - "form_1223": "Normal", - "form_1224": "Crypto", - "form_1225": "Erlöst", - "form_1226": "Normal", - "form_1227": "Crypto", - "form_1228": "Erlöst", - "form_1229": "Normal", - "form_1230": "Crypto", - "form_1231": "Erlöst", - "form_1232": "Normal", - "form_1233": "Crypto", - "form_1234": "Erlöst", - "form_1235": "Normal", - "form_1236": "Crypto", - "form_1237": "Erlöst", - "form_1238": "Normal", - "form_1239": "Crypto", - "form_1240": "Erlöst", - "form_1241": "Normal", - "form_1242": "Crypto", - "form_1243": "Erlöst", - "form_1244": "Normal", - "form_1245": "Crypto", - "form_1246": "Erlöst", - "form_1247": "Normal", - "form_1248": "Crypto", - "form_1249": "Erlöst", - "form_1250": "Normal", - "form_1251": "Crypto", - "form_1252": "Erlöst", - "form_1253": "Normal", - "form_1254": "Crypto", - "form_1255": "Erlöst", - "form_1256": "Normal", - "form_1257": "Crypto", - "form_1258": "Erlöst", - "form_1259": "Normal", - "form_1260": "Crypto", - "form_1261": "Erlöst", - "form_1262": "Normal", - "form_1263": "Crypto", - "form_1264": "Erlöst", - "form_1265": "Normal", - "form_1266": "Crypto", - "form_1267": "Erlöst", - "form_1268": "Normal", - "form_1269": "Crypto", - "form_1270": "Erlöst", - "form_1271": "Normal", - "form_1272": "Crypto", - "form_1273": "Erlöst", - "form_1274": "Normal", - "form_1275": "Crypto", - "form_1276": "Erlöst", - "form_1277": "Normal", - "form_1278": "Crypto", - "form_1279": "Erlöst", - "form_1280": "Normal", - "form_1281": "Crypto", - "form_1282": "Erlöst", - "form_1283": "Normal", - "form_1284": "Crypto", - "form_1285": "Erlöst", - "form_1286": "Normal", - "form_1287": "Crypto", - "form_1288": "Erlöst", - "form_1289": "Normal", - "form_1290": "Crypto", - "form_1291": "Erlöst", - "form_1292": "Normal", - "form_1293": "Crypto", - "form_1294": "Erlöst", - "form_1295": "Normal", - "form_1296": "Crypto", - "form_1297": "Erlöst", - "form_1298": "Normal", - "form_1299": "Crypto", - "form_1300": "Erlöst", - "form_1301": "Normal", - "form_1302": "Crypto", - "form_1303": "Erlöst", - "form_1304": "Normal", - "form_1305": "Crypto", - "form_1306": "Erlöst", - "form_1307": "Normal", - "form_1308": "Crypto", - "form_1309": "Erlöst", - "form_1310": "Normal", - "form_1311": "Crypto", - "form_1312": "Erlöst", - "form_1313": "Normal", - "form_1314": "Crypto", - "form_1315": "Erlöst", - "form_1316": "Normal", - "form_1317": "Crypto", - "form_1318": "Erlöst", - "form_1319": "Normal", - "form_1320": "Crypto", - "form_1321": "Erlöst", - "form_1322": "Normal", - "form_1323": "Crypto", - "form_1324": "Erlöst", - "form_1325": "Normal", - "form_1326": "Crypto", - "form_1327": "Erlöst", - "form_1328": "Normal", - "form_1329": "Crypto", - "form_1330": "Erlöst", - "form_1331": "Normal", - "form_1332": "Crypto", - "form_1333": "Erlöst", - "form_1334": "Normal", - "form_1335": "Crypto", - "form_1336": "Erlöst", - "form_1337": "Normal", - "form_1338": "Crypto", - "form_1339": "Erlöst", - "form_1340": "Normal", - "form_1341": "Crypto", - "form_1342": "Erlöst", - "form_1343": "Normal", - "form_1344": "Crypto", - "form_1345": "Erlöst", - "form_1346": "Normal", - "form_1347": "Crypto", - "form_1348": "Erlöst", - "form_1349": "Normal", - "form_1350": "Crypto", - "form_1351": "Erlöst", - "form_1352": "Normal", - "form_1353": "Crypto", - "form_1354": "Erlöst", - "form_1355": "Normal", - "form_1356": "Crypto", - "form_1357": "Erlöst", - "form_1358": "Normal", - "form_1359": "Crypto", - "form_1360": "Erlöst", - "form_1361": "Normal", - "form_1362": "Crypto", - "form_1363": "Erlöst", - "form_1364": "Normal", - "form_1365": "Crypto", - "form_1366": "Erlöst", - "form_1367": "Normal", - "form_1368": "Crypto", - "form_1369": "Erlöst", - "form_1370": "Normal", - "form_1371": "Crypto", - "form_1372": "Erlöst", - "form_1373": "Crypto", - "form_1374": "Erlöst", - "form_1375": "Crypto", - "form_1376": "Erlöst", - "form_1377": "Crypto", - "form_1378": "Erlöst", - "form_1379": "Normal", - "form_1380": "Crypto", - "form_1381": "Erlöst", - "form_1382": "Normal", - "form_1383": "Crypto", - "form_1384": "Erlöst", - "form_1385": "Normal", - "form_1386": "Crypto", - "form_1387": "Erlöst", - "form_1388": "Normal", - "form_1389": "Crypto", - "form_1390": "Erlöst", - "form_1391": "Normal", - "form_1392": "Crypto", - "form_1393": "Erlöst", - "form_1394": "Normal", - "form_1395": "Crypto", - "form_1396": "Erlöst", - "form_1397": "Normal", - "form_1398": "Crypto", - "form_1399": "Erlöst", - "form_1400": "Normal", - "form_1401": "Crypto", - "form_1402": "Erlöst", - "form_1403": "Normal", - "form_1404": "Crypto", - "form_1405": "Erlöst", - "form_1406": "Normal", - "form_1407": "Crypto", - "form_1408": "Erlöst", - "form_1409": "Normal", - "form_1410": "Crypto", - "form_1411": "Erlöst", - "form_1412": "Normal", - "form_1413": "Crypto", - "form_1414": "Erlöst", - "form_1415": "Normal", - "form_1416": "Crypto", - "form_1417": "Erlöst", - "form_1418": "Normal", - "form_1419": "Crypto", - "form_1420": "Erlöst", - "form_1421": "Normal", - "form_1422": "Crypto", - "form_1423": "Erlöst", - "form_1424": "Normal", - "form_1425": "Crypto", - "form_1426": "Erlöst", - "form_1427": "Normal", - "form_1428": "Crypto", - "form_1429": "Erlöst", - "form_1430": "Normal", - "form_1431": "Crypto", - "form_1432": "Erlöst", - "form_1433": "Normal", - "form_1434": "Crypto", - "form_1435": "Erlöst", - "form_1436": "Normal", - "form_1437": "Crypto", - "form_1438": "Erlöst", - "form_1439": "Normal", - "form_1440": "Crypto", - "form_1441": "Erlöst", - "form_1442": "Normal", - "form_1443": "Crypto", - "form_1444": "Erlöst", - "form_1445": "Normal", - "form_1446": "Crypto", - "form_1447": "Erlöst", - "form_1448": "Normal", - "form_1449": "Crypto", - "form_1450": "Erlöst", - "form_1451": "Normal", - "form_1452": "Crypto", - "form_1453": "Erlöst", - "form_1454": "Normal", - "form_1455": "Crypto", - "form_1456": "Erlöst", - "form_1457": "Normal", - "form_1458": "Crypto", - "form_1459": "Erlöst", - "form_1460": "Normal", - "form_1461": "Crypto", - "form_1462": "Erlöst", - "form_1463": "Normal", - "form_1464": "Crypto", - "form_1465": "Erlöst", - "form_1466": "Normal", - "form_1467": "Crypto", - "form_1468": "Erlöst", - "form_1469": "Normal", - "form_1470": "Crypto", - "form_1471": "Erlöst", - "form_1472": "Normal", - "form_1473": "Crypto", - "form_1474": "Erlöst", - "form_1475": "Normal", - "form_1476": "Crypto", - "form_1477": "Erlöst", - "form_1478": "Normal", - "form_1479": "Crypto", - "form_1480": "Erlöst", - "form_1481": "Normal", - "form_1482": "Crypto", - "form_1483": "Erlöst", - "form_1484": "Normal", - "form_1485": "Crypto", - "form_1486": "Erlöst", - "form_1487": "Normal", - "form_1488": "Crypto", - "form_1489": "Erlöst", - "form_1490": "Normal", - "form_1491": "Crypto", - "form_1492": "Erlöst", - "form_1493": "Normal", - "form_1494": "Crypto", - "form_1495": "Erlöst", - "form_1496": "Normal", - "form_1497": "Crypto", - "form_1498": "Erlöst", - "form_1499": "Normal", - "form_1500": "Crypto", - "form_1501": "Erlöst", - "form_1502": "Normal", - "form_1503": "Crypto", - "form_1504": "Erlöst", - "form_1505": "Normal", - "form_1506": "Crypto", - "form_1507": "Erlöst", - "form_1508": "Normal", - "form_1509": "Crypto", - "form_1510": "Erlöst", - "form_1511": "Normal", - "form_1512": "Crypto", - "form_1513": "Erlöst", - "form_1514": "Normal", - "form_1515": "Crypto", - "form_1516": "Erlöst", - "form_1517": "Normal", - "form_1518": "Crypto", - "form_1519": "Erlöst", - "form_1520": "Normal", - "form_1521": "Crypto", - "form_1522": "Erlöst", - "form_1523": "Normal", - "form_1524": "Crypto", - "form_1525": "Erlöst", - "form_1526": "Normal", - "form_1527": "Crypto", - "form_1528": "Erlöst", - "form_1529": "Normal", - "form_1530": "Crypto", - "form_1531": "Erlöst", - "form_1532": "Normal", - "form_1533": "Crypto", - "form_1534": "Erlöst", - "form_1535": "Normal", - "form_1536": "Crypto", - "form_1537": "Erlöst", - "form_1538": "Normal", - "form_1539": "Crypto", - "form_1540": "Erlöst", - "form_1541": "Normal", - "form_1542": "Crypto", - "form_1543": "Erlöst", - "form_1544": "Normal", - "form_1545": "Crypto", - "form_1546": "Erlöst", - "form_1547": "Normal", - "form_1548": "Crypto", - "form_1549": "Erlöst", - "form_1550": "Normal", - "form_1551": "Crypto", - "form_1552": "Erlöst", - "form_1553": "Normal", - "form_1554": "Crypto", - "form_1555": "Erlöst", - "form_1556": "Normal", - "form_1557": "Crypto", - "form_1558": "Erlöst", - "form_1559": "Normal", - "form_1560": "Crypto", - "form_1561": "Erlöst", - "form_1562": "Normal", - "form_1563": "Crypto", - "form_1564": "Erlöst", - "form_1565": "Normal", - "form_1566": "Crypto", - "form_1567": "Erlöst", - "form_1568": "Normal", - "form_1569": "Crypto", - "form_1570": "Erlöst", - "form_1571": "Normal", - "form_1572": "Crypto", - "form_1573": "Erlöst", - "form_1574": "Normal", - "form_1575": "Crypto", - "form_1576": "Erlöst", - "form_1577": "Normal", - "form_1578": "Crypto", - "form_1579": "Erlöst", - "form_1580": "Normal", - "form_1581": "Crypto", - "form_1582": "Erlöst", - "form_1583": "Normal", - "form_1584": "Crypto", - "form_1585": "Erlöst", - "form_1586": "Normal", - "form_1587": "Crypto", - "form_1588": "Erlöst", - "form_1589": "Normal", - "form_1590": "Crypto", - "form_1591": "Erlöst", - "form_1592": "Normal", - "form_1593": "Crypto", - "form_1594": "Erlöst", - "form_1595": "Normal", - "form_1596": "Crypto", - "form_1597": "Erlöst", - "form_1598": "Normal", - "form_1599": "Crypto", - "form_1600": "Erlöst", - "form_1601": "Normal", - "form_1602": "Crypto", - "form_1603": "Erlöst", - "form_1604": "Normal", - "form_1605": "Crypto", - "form_1606": "Erlöst", - "form_1607": "Normal", - "form_1608": "Crypto", - "form_1609": "Erlöst", - "form_1610": "Normal", - "form_1611": "Crypto", - "form_1612": "Erlöst", - "form_1613": "Normal", - "form_1614": "Crypto", - "form_1615": "Erlöst", - "form_1616": "Normal", - "form_1617": "Crypto", - "form_1618": "Erlöst", - "form_1619": "Normal", - "form_1620": "Crypto", - "form_1621": "Erlöst", - "form_1622": "Normal", - "form_1623": "Crypto", - "form_1624": "Erlöst", - "form_1625": "Normal", - "form_1626": "Crypto", - "form_1627": "Erlöst", - "form_1628": "Normal", - "form_1629": "Crypto", - "form_1630": "Erlöst", - "form_1631": "Normal", - "form_1632": "Crypto", - "form_1633": "Erlöst", - "form_1634": "Normal", - "form_1635": "Crypto", - "form_1636": "Erlöst", - "form_1637": "Normal", - "form_1638": "Crypto", - "form_1639": "Erlöst", - "form_1640": "Normal", - "form_1641": "Crypto", - "form_1642": "Erlöst", - "form_1643": "Normal", - "form_1644": "Crypto", - "form_1645": "Erlöst", - "form_1646": "Normal", - "form_1647": "Crypto", - "form_1648": "Erlöst", - "form_1649": "Normal", - "form_1650": "Crypto", - "form_1651": "Erlöst", - "form_1652": "Normal", - "form_1653": "Crypto", - "form_1654": "Erlöst", - "form_1655": "Normal", - "form_1656": "Crypto", - "form_1657": "Erlöst", - "form_1658": "Normal", - "form_1659": "Crypto", - "form_1660": "Erlöst", - "form_1661": "Normal", - "form_1662": "Crypto", - "form_1663": "Erlöst", - "form_1664": "Normal", - "form_1665": "Crypto", - "form_1666": "Erlöst", - "form_1667": "Normal", - "form_1668": "Crypto", - "form_1669": "Erlöst", - "form_1670": "Normal", - "form_1671": "Crypto", - "form_1672": "Erlöst", - "form_1673": "Normal", - "form_1674": "Crypto", - "form_1675": "Erlöst", - "form_1676": "Normal", - "form_1677": "Crypto", - "form_1678": "Erlöst", - "form_1679": "Normal", - "form_1680": "Crypto", - "form_1681": "Erlöst", - "form_1682": "Normal", - "form_1683": "Crypto", - "form_1684": "Erlöst", - "form_1685": "Normal", - "form_1686": "Crypto", - "form_1687": "Erlöst", - "form_1688": "Normal", - "form_1689": "Crypto", - "form_1690": "Erlöst", - "form_1691": "Normal", - "form_1692": "Crypto", - "form_1693": "Erlöst", - "form_1694": "Normal", - "form_1695": "Crypto", - "form_1696": "Erlöst", - "form_1697": "Normal", - "form_1698": "Crypto", - "form_1699": "Erlöst", - "form_1700": "Normal", - "form_1701": "Crypto", - "form_1702": "Erlöst", - "form_1703": "Normal", - "form_1704": "Crypto", - "form_1705": "Erlöst", - "form_1706": "Normal", - "form_1707": "Crypto", - "form_1708": "Erlöst", - "form_1709": "Normal", - "form_1710": "Crypto", - "form_1711": "Erlöst", - "form_1712": "Normal", - "form_1713": "Crypto", - "form_1714": "Erlöst", - "form_1715": "Normal", - "form_1716": "Crypto", - "form_1717": "Erlöst", - "form_1718": "Normal", - "form_1719": "Crypto", - "form_1720": "Erlöst", - "form_1721": "Normal", - "form_1722": "Crypto", - "form_1723": "Erlöst", - "form_1724": "Normal", - "form_1725": "Crypto", - "form_1726": "Erlöst", - "form_1727": "Normal", - "form_1728": "Crypto", - "form_1729": "Erlöst", - "form_1730": "Normal", - "form_1731": "Crypto", - "form_1732": "Erlöst", - "form_1733": "Normal", - "form_1734": "Crypto", - "form_1735": "Erlöst", - "form_1736": "Normal", - "form_1737": "Crypto", - "form_1738": "Erlöst", - "form_1739": "Normal", - "form_1740": "Crypto", - "form_1741": "Erlöst", - "form_1742": "Normal", - "form_1743": "Crypto", - "form_1744": "Erlöst", - "form_1745": "Normal", - "form_1746": "Crypto", - "form_1747": "Erlöst", - "form_1748": "Normal", - "form_1749": "Crypto", - "form_1750": "Erlöst", - "form_1751": "Normal", - "form_1752": "Crypto", - "form_1753": "Erlöst", - "form_1754": "Normal", - "form_1755": "Crypto", - "form_1756": "Erlöst", - "form_1757": "Normal", - "form_1758": "Crypto", - "form_1759": "Erlöst", - "form_1760": "Normal", - "form_1761": "Crypto", - "form_1762": "Erlöst", - "form_1763": "Normal", - "form_1764": "Crypto", - "form_1765": "Erlöst", - "form_1766": "Normal", - "form_1767": "Crypto", - "form_1768": "Erlöst", - "form_1769": "Normal", - "form_1770": "Crypto", - "form_1771": "Erlöst", - "form_1772": "Normal", - "form_1773": "Crypto", - "form_1774": "Erlöst", - "form_1775": "Normal", - "form_1776": "Crypto", - "form_1777": "Erlöst", - "form_1778": "Normal", - "form_1779": "Crypto", - "form_1780": "Erlöst", - "form_1781": "Normal", - "form_1782": "Crypto", - "form_1783": "Erlöst", - "form_1784": "Normal", - "form_1785": "Crypto", - "form_1786": "Erlöst", - "form_1787": "Normal", - "form_1788": "Crypto", - "form_1789": "Erlöst", - "form_1790": "Normal", - "form_1791": "Crypto", - "form_1792": "Erlöst", - "form_1793": "Normal", - "form_1794": "Crypto", - "form_1795": "Erlöst", - "form_1796": "Normal", - "form_1797": "Crypto", - "form_1798": "Erlöst", - "form_1799": "Normal", - "form_1800": "Crypto", - "form_1801": "Erlöst", - "form_1802": "Normal", - "form_1803": "Crypto", - "form_1804": "Erlöst", - "form_1805": "Normal", - "form_1806": "Crypto", - "form_1807": "Erlöst", - "form_1808": "Normal", - "form_1809": "Crypto", - "form_1810": "Erlöst", - "form_1811": "Normal", - "form_1812": "Crypto", - "form_1813": "Erlöst", - "form_1814": "Normal", - "form_1815": "Crypto", - "form_1816": "Erlöst", - "form_1817": "Normal", - "form_1818": "Crypto", - "form_1819": "Erlöst", - "form_1820": "Normal", - "form_1821": "Crypto", - "form_1822": "Erlöst", - "form_1823": "Normal", - "form_1824": "Crypto", - "form_1825": "Erlöst", - "form_1826": "Normal", - "form_1827": "Crypto", - "form_1828": "Erlöst", - "form_1829": "Normal", - "form_1830": "Crypto", - "form_1831": "Erlöst", - "form_1832": "Normal", - "form_1833": "Crypto", - "form_1834": "Erlöst", - "form_1835": "Normal", - "form_1836": "Crypto", - "form_1837": "Erlöst", - "form_1838": "Normal", - "form_1839": "Crypto", - "form_1840": "Erlöst", - "form_1841": "Normal", - "form_1842": "Crypto", - "form_1843": "Erlöst", - "form_1844": "Normal", - "form_1845": "Crypto", - "form_1846": "Erlöst", - "form_1847": "Normal", - "form_1848": "Crypto", - "form_1849": "Erlöst", - "form_1850": "Normal", - "form_1851": "Crypto", - "form_1852": "Erlöst", - "form_1853": "Normal", - "form_1854": "Crypto", - "form_1855": "Erlöst", - "form_1856": "Normal", - "form_1857": "Crypto", - "form_1858": "Erlöst", - "form_1859": "Normal", - "form_1860": "Crypto", - "form_1861": "Erlöst", - "form_1862": "Normal", - "form_1863": "Crypto", - "form_1864": "Erlöst", - "form_1865": "Normal", - "form_1866": "Crypto", - "form_1867": "Erlöst", - "form_1868": "Normal", - "form_1869": "Crypto", - "form_1870": "Erlöst", - "form_1871": "Normal", - "form_1872": "Crypto", - "form_1873": "Erlöst", - "form_1874": "Normal", - "form_1875": "Crypto", - "form_1876": "Erlöst", - "form_1877": "Normal", - "form_1878": "Crypto", - "form_1879": "Erlöst", - "form_1880": "Normal", - "form_1881": "Crypto", - "form_1882": "Erlöst", - "form_1883": "Normal", - "form_1884": "Crypto", - "form_1885": "Erlöst", - "form_1886": "Normal", - "form_1887": "Crypto", - "form_1888": "Erlöst", - "form_1889": "Normal", - "form_1890": "Crypto", - "form_1891": "Erlöst", - "form_1892": "Normal", - "form_1893": "Crypto", - "form_1894": "Erlöst", - "form_1895": "Normal", - "form_1896": "Crypto", - "form_1897": "Erlöst", - "form_1898": "Normal", - "form_1899": "Crypto", - "form_1900": "Erlöst", - "form_1901": "Normal", - "form_1902": "Crypto", - "form_1903": "Erlöst", - "form_1904": "Normal", - "form_1905": "Crypto", - "form_1906": "Erlöst", - "form_1907": "Normal", - "form_1908": "Crypto", - "form_1909": "Erlöst", - "form_1910": "Normal", - "form_1911": "Crypto", - "form_1912": "Erlöst", - "form_1913": "Normal", - "form_1914": "Crypto", - "form_1915": "Erlöst", - "form_1916": "Normal", - "form_1917": "Crypto", - "form_1918": "Erlöst", - "form_1919": "Normal", - "form_1920": "Crypto", - "form_1921": "Erlöst", - "form_1922": "Normal", - "form_1923": "Crypto", - "form_1924": "Erlöst", - "form_1925": "Normal", - "form_1926": "Crypto", - "form_1927": "Erlöst", - "form_1928": "Normal", - "form_1929": "Crypto", - "form_1930": "Erlöst", - "form_1931": "Normal", - "form_1932": "Crypto", - "form_1933": "Erlöst", - "form_1934": "Normal", - "form_1935": "Crypto", - "form_1936": "Erlöst", - "form_1937": "Normal", - "form_1938": "Crypto", - "form_1939": "Erlöst", - "form_1940": "Normal", - "form_1941": "Crypto", - "form_1942": "Erlöst", - "form_1943": "Normal", - "form_1944": "Crypto", - "form_1945": "Erlöst", - "form_1946": "Normal", - "form_1947": "Crypto", - "form_1948": "Erlöst", - "form_1949": "Normal", - "form_1950": "Crypto", - "form_1951": "Erlöst", - "form_1952": "Normal", - "form_1953": "Crypto", - "form_1954": "Erlöst", - "form_1955": "Normal", - "form_1956": "Crypto", - "form_1957": "Erlöst", - "form_1958": "Normal", - "form_1959": "Crypto", - "form_1960": "Erlöst", - "form_1961": "Normal", - "form_1962": "Crypto", - "form_1963": "Erlöst", - "form_1964": "Normal", - "form_1965": "Crypto", - "form_1966": "Erlöst", - "form_1967": "Normal", - "form_1968": "Crypto", - "form_1969": "Erlöst", - "form_1970": "Normal", - "form_1971": "Crypto", - "form_1972": "Erlöst", - "form_1973": "Normal", - "form_1974": "Crypto", - "form_1975": "Erlöst", - "form_1976": "Normal", - "form_1977": "Crypto", - "form_1978": "Erlöst", - "form_1979": "Normal", - "form_1980": "Crypto", - "form_1981": "Erlöst", - "form_1982": "Normal", - "form_1983": "Crypto", - "form_1984": "Erlöst", - "form_1985": "Normal", - "form_1986": "Crypto", - "form_1987": "Erlöst", - "form_1988": "Normal", - "form_1989": "Crypto", - "form_1990": "Erlöst", - "form_1991": "Normal", - "form_1992": "Crypto", - "form_1993": "Erlöst", - "form_1994": "Normal", - "form_1995": "Crypto", - "form_1996": "Erlöst", - "form_1997": "Normal", - "form_1998": "Crypto", - "form_1999": "Erlöst", - "form_2000": "Normal", - "form_2001": "Crypto", - "form_2002": "Erlöst", - "form_2003": "Normal", - "form_2004": "Crypto", - "form_2005": "Erlöst", - "form_2006": "Normal", - "form_2007": "Crypto", - "form_2008": "Erlöst", - "form_2009": "Normal", - "form_2010": "Crypto", - "form_2011": "Erlöst", - "form_2012": "Normal", - "form_2013": "Crypto", - "form_2014": "Erlöst", - "form_2015": "Normal", - "form_2016": "Crypto", - "form_2017": "Erlöst", - "form_2018": "Normal", - "form_2019": "Crypto", - "form_2020": "Erlöst", - "form_2021": "Normal", - "form_2022": "Crypto", - "form_2023": "Erlöst", - "form_2024": "Normal", - "form_2025": "Crypto", - "form_2026": "Erlöst", - "form_2027": "Normal", - "form_2028": "Crypto", - "form_2029": "Erlöst", - "form_2030": "Normal", - "form_2031": "Crypto", - "form_2032": "Erlöst", - "form_2033": "Normal", - "form_2034": "Crypto", - "form_2035": "Erlöst", - "form_2036": "Normal", - "form_2037": "Crypto", - "form_2038": "Erlöst", - "form_2039": "Normal", - "form_2040": "Crypto", - "form_2041": "Erlöst", - "form_2042": "Normal", - "form_2043": "Crypto", - "form_2044": "Erlöst", - "form_2045": "Normal", - "form_2046": "Crypto", - "form_2047": "Erlöst", - "form_2048": "Normal", - "form_2049": "Crypto", - "form_2050": "Erlöst", - "form_2051": "Normal", - "form_2052": "Crypto", - "form_2053": "Erlöst", - "form_2054": "Normal", - "form_2055": "Crypto", - "form_2056": "Erlöst", - "form_2057": "Normal", - "form_2058": "Crypto", - "form_2059": "Erlöst", - "form_2060": "Normal", - "form_2061": "Crypto", - "form_2062": "Erlöst", - "form_2063": "Normal", - "form_2064": "Crypto", - "form_2065": "Erlöst", - "form_2066": "Normal", - "form_2067": "Crypto", - "form_2068": "Erlöst", - "form_2069": "Normal", - "form_2070": "Crypto", - "form_2071": "Erlöst", - "form_2072": "Normal", - "form_2073": "Crypto", - "form_2074": "Erlöst", - "form_2075": "Normal", - "form_2076": "Crypto", - "form_2077": "Erlöst", - "form_2078": "Normal", - "form_2079": "Crypto", - "form_2080": "Erlöst", - "form_2081": "Normal", - "form_2082": "Crypto", - "form_2083": "Erlöst", - "form_2084": "Normal", - "form_2085": "Crypto", - "form_2086": "Erlöst", - "form_2087": "Normal", - "form_2088": "Crypto", - "form_2089": "Erlöst", - "form_2090": "Normal", - "form_2091": "Crypto", - "form_2092": "Erlöst", - "form_2093": "Normal", - "form_2094": "Crypto", - "form_2095": "Erlöst", - "form_2096": "Normal", - "form_2097": "Crypto", - "form_2098": "Erlöst", - "form_2099": "Normal", - "form_2100": "Crypto", - "form_2101": "Erlöst", - "form_2102": "Normal", - "form_2103": "Crypto", - "form_2104": "Erlöst", - "form_2105": "Normal", - "form_2106": "Crypto", - "form_2107": "Erlöst", - "form_2108": "Normal", - "form_2109": "Crypto", - "form_2110": "Erlöst", - "form_2111": "Normal", - "form_2112": "Crypto", - "form_2113": "Erlöst", - "form_2114": "Normal", - "form_2115": "Crypto", - "form_2116": "Erlöst", - "form_2117": "Normal", - "form_2118": "Crypto", - "form_2119": "Erlöst", - "form_2120": "Normal", - "form_2121": "Crypto", - "form_2122": "Erlöst", - "form_2123": "Normal", - "form_2124": "Crypto", - "form_2125": "Erlöst", - "form_2126": "Normal", - "form_2127": "Crypto", - "form_2128": "Erlöst", - "form_2129": "Normal", - "form_2130": "Crypto", - "form_2131": "Erlöst", - "form_2132": "Normal", - "form_2133": "Crypto", - "form_2134": "Erlöst", - "form_2135": "Normal", - "form_2136": "Crypto", - "form_2137": "Erlöst", - "form_2138": "Normal", - "form_2139": "Crypto", - "form_2140": "Erlöst", - "form_2141": "Normal", - "form_2142": "Crypto", - "form_2143": "Erlöst", - "form_2144": "Normal", - "form_2145": "Crypto", - "form_2146": "Erlöst", - "form_2147": "Normal", - "form_2148": "Crypto", - "form_2149": "Erlöst", - "form_2150": "Normal", - "form_2151": "Crypto", - "form_2152": "Erlöst", - "form_2153": "Normal", - "form_2154": "Crypto", - "form_2155": "Erlöst", - "form_2156": "Normal", - "form_2157": "Crypto", - "form_2158": "Erlöst", - "form_2159": "Normal", - "form_2160": "Crypto", - "form_2161": "Erlöst", - "form_2162": "Normal", - "form_2163": "Crypto", - "form_2164": "Erlöst", - "form_2165": "Normal", - "form_2166": "Crypto", - "form_2167": "Erlöst", - "form_2168": "Normal", - "form_2169": "Crypto", - "form_2170": "Erlöst", - "form_2171": "Normal", - "form_2172": "Crypto", - "form_2173": "Erlöst", - "form_2174": "Normal", - "form_2175": "Crypto", - "form_2176": "Erlöst", - "form_2177": "Normal", - "form_2178": "Crypto", - "form_2179": "Erlöst", - "form_2180": "Normal", - "form_2181": "Crypto", - "form_2182": "Erlöst", - "form_2183": "Normal", - "form_2184": "Crypto", - "form_2185": "Erlöst", - "form_2186": "Normal", - "form_2187": "Crypto", - "form_2188": "Erlöst", - "form_2189": "Normal", - "form_2190": "Crypto", - "form_2191": "Erlöst", - "form_2192": "Normal", - "form_2193": "Crypto", - "form_2194": "Erlöst", - "form_2195": "Normal", - "form_2196": "Crypto", - "form_2197": "Erlöst", - "form_2198": "Normal", - "form_2199": "Crypto", - "form_2200": "Erlöst", - "form_2201": "Normal", - "form_2202": "Crypto", - "form_2203": "Erlöst", - "form_2204": "Normal", - "form_2205": "Crypto", - "form_2206": "Erlöst", - "form_2207": "Normal", - "form_2208": "Crypto", - "form_2209": "Erlöst", - "form_2210": "Normal", - "form_2211": "Crypto", - "form_2212": "Erlöst", - "form_2213": "Normal", - "form_2214": "Crypto", - "form_2215": "Erlöst", - "form_2216": "Normal", - "form_2217": "Crypto", - "form_2218": "Erlöst", - "form_2219": "Normal", - "form_2220": "Crypto", - "form_2221": "Erlöst", - "form_2222": "Normal", - "form_2223": "Crypto", - "form_2224": "Erlöst", - "form_2225": "Normal", - "form_2226": "Crypto", - "form_2227": "Erlöst", - "form_2228": "Normal", - "form_2229": "Crypto", - "form_2230": "Erlöst", - "form_2231": "Normal", - "form_2232": "Crypto", - "form_2233": "Erlöst", - "form_2234": "Normal", - "form_2235": "Crypto", - "form_2236": "Erlöst", - "form_2237": "Normal", - "form_2238": "Crypto", - "form_2239": "Erlöst", - "form_2240": "Normal", - "form_2241": "Crypto", - "form_2242": "Erlöst", - "form_2243": "Normal", - "form_2244": "Crypto", - "form_2245": "Erlöst", - "form_2246": "Normal", - "form_2247": "Crypto", - "form_2248": "Erlöst", - "form_2249": "Normal", - "form_2250": "Crypto", - "form_2251": "Erlöst", - "form_2252": "Normal", - "form_2253": "Crypto", - "form_2254": "Erlöst", - "form_2255": "Normal", - "form_2256": "Crypto", - "form_2257": "Erlöst", - "form_2258": "Normal", - "form_2259": "Crypto", - "form_2260": "Erlöst", - "form_2261": "Normal", - "form_2262": "Crypto", - "form_2263": "Erlöst", - "form_2264": "Normal", - "form_2265": "Crypto", - "form_2266": "Erlöst", - "form_2267": "Normal", - "form_2268": "Crypto", - "form_2269": "Erlöst", - "form_2270": "Normal", - "form_2271": "Crypto", - "form_2272": "Erlöst", - "form_2273": "Normal", - "form_2274": "Crypto", - "form_2275": "Erlöst", - "form_2276": "Normal", - "form_2277": "Crypto", - "form_2278": "Erlöst", - "form_2279": "Normal", - "form_2280": "Crypto", - "form_2281": "Erlöst", - "form_2282": "Normal", - "form_2283": "Crypto", - "form_2284": "Erlöst", - "form_2285": "Normal", - "form_2286": "Crypto", - "form_2287": "Erlöst", - "form_2288": "Normal", - "form_2289": "Crypto", - "form_2290": "Erlöst", - "form_2291": "Normal", - "form_2292": "Crypto", - "form_2293": "Erlöst", - "form_2294": "Normal", - "form_2295": "Crypto", - "form_2296": "Erlöst", - "form_2297": "Normal", - "form_2298": "Crypto", - "form_2299": "Erlöst", - "form_2300": "Normal", - "form_2301": "Crypto", - "form_2302": "Erlöst", - "form_2303": "Normal", - "form_2304": "Crypto", - "form_2305": "Erlöst", - "form_2306": "Normal", - "form_2307": "Crypto", - "form_2308": "Erlöst", - "form_2309": "Normal", - "form_2310": "Crypto", - "form_2311": "Erlöst", - "form_2312": "Normal", - "form_2313": "Crypto", - "form_2314": "Erlöst", - "form_2315": "Normal", - "form_2316": "Crypto", - "form_2317": "Erlöst", - "form_2318": "Normal", - "form_2319": "Crypto", - "form_2320": "Erlöst", - "form_2321": "Normal", - "form_2322": "Crypto", - "form_2323": "Erlöst", - "form_2324": "Normal", - "form_2325": "Crypto", - "form_2326": "Erlöst", - "form_2327": "Frühjahr 2020", - "form_2328": "Frühjahr 2020", - "form_2329": "Frühjahr 2020", - "form_2330": "Weiblich", - "form_2331": "Weiblich", - "form_2332": "Kostüm 2020", - "form_2333": "Kostüm 2020", - "form_2334": "Kostüm 2020", - "form_2335": "Galar", - "form_2336": "Galar", - "form_2337": "Galar", - "form_2338": "Galar", - "form_2339": "Galar", - "form_2340": "Galar", - "form_2341": "Galar", - "form_2342": "Galar Normal", - "form_2343": "Galar Trance", - "form_2344": "Galar", - "form_2345": "Galar", - "form_2463": "Tief-Form", - "form_2464": "Hoch-Form", - "form_2477": "Fälschungsform", - "form_2478": "Originalform", - "form_2480": "Fälschungsform", - "form_2481": "Originalform", - "form_2501": "Normal", - "form_2502": "Crypto", - "form_2503": "Erlöst", - "form_2504": "Normal", - "form_2505": "Crypto", - "form_2506": "Erlöst", - "form_2507": "Normal", - "form_2510": "Normal", - "form_2511": "Crypto", - "form_2512": "Erlöst", - "form_2513": "Normal", - "form_2516": "Normal", - "form_2517": "Crypto", - "form_2518": "Erlöst", - "form_2540": "Tiefkühlkopf", - "form_2541": "Wohlfühlkopf", - "form_2542": "Männlich", - "form_2543": "Weiblich", - "form_2544": "Pappsatt", - "form_2545": "Kohldampf", - "form_2576": "König des Schwertes", - "form_2577": "Heldenhafter Krieger", - "form_2578": "König des Schildes", - "form_2579": "Heldenhafter Krieger", - "form_2580": "Unendynamax", - "form_2581": "Normal", - "form_2582": "Galar", - "form_2583": "Galar", - "form_2584": "Galar", - "form_2585": "Kostüm 2020", - "form_2586": "Kostüm 2020", - "form_2587": "Normal", - "form_2588": "Weiblich", - "form_2589": "Normal", - "form_2590": "Weiblich", - "form_2591": "10%", - "form_2592": "50%", - "form_2593": "Optimum", - "form_2594": "Archipel", - "form_2595": "Kontinental", - "form_2596": "Prunk", - "form_2597": "Fancy", - "form_2598": "Ziergarten", - "form_2599": "Dürre", - "form_2600": "Frost", - "form_2601": "Dschungel", - "form_2602": "Aquamarin", - "form_2603": "Blumenmeer", - "form_2604": "Innovation", - "form_2605": "Monsun", - "form_2606": "Ozean", - "form_2607": "Pokeball", - "form_2608": "Schneefeld", - "form_2609": "Flussdelta", - "form_2610": "Sand", - "form_2611": "Savanne", - "form_2612": "Sonne", - "form_2613": "Flocke", - "form_2614": "Rotblütler", - "form_2615": "Gelbblütler", - "form_2616": "Orangeblütler", - "form_2617": "Blaublütler", - "form_2618": "Weißblütler", - "form_2619": "Rotblütler", - "form_2620": "Gelbblütler", - "form_2621": "Orangeblütler", - "form_2622": "Blaublütler", - "form_2623": "Weißblütler", - "form_2624": "Rotblütler", - "form_2625": "Gelbblütler", - "form_2626": "Orangeblütler", - "form_2627": "Blaublütler", - "form_2628": "Weißblütler", - "form_2629": "Zottelform", - "form_2630": "Herzchenschnitt", - "form_2631": "Sternchenschnitt", - "form_2632": "Diamantenschnitt", - "form_2633": "Fräuleinschnitt", - "form_2634": "Damenschnitt", - "form_2635": "Kavaliersschnitt", - "form_2636": "Königinnenschnitt", - "form_2637": "Kabuki-Schnitt", - "form_2638": "Herrscherschnitt", - "form_2639": "Schild", - "form_2640": "Schwert", - "form_2641": "S", - "form_2642": "M", - "form_2643": "L", - "form_2644": "XL", - "form_2645": "S", - "form_2646": "M", - "form_2647": "L", - "form_2648": "XL", - "form_2649": "Neutral", - "form_2650": "Aktiv", - "form_2651": "Beschränkt", - "form_2652": "Ungebunden", - "form_2666": "Kostüm 2020 Deprecated", - "form_2668": "Kostüm 2020", - "form_2669": "Abenteuerhut 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Fliegendes 5. Jubiläum", - "form_2679": "Flamenco", - "form_2680": "Cheerleading", - "form_2681": "Hula", - "form_2683": "Buyo", - "form_2684": "Tag", - "form_2685": "Nacht", - "form_2686": "Zwielicht", - "form_2687": "Einzel", - "form_2688": "Schwarm", - "form_2689": "Normal", - "form_2690": "Käfer", - "form_2691": "Unlicht", - "form_2692": "Drache", - "form_2693": "Elektro", - "form_2694": "Fee", - "form_2695": "Kampf", - "form_2696": "Feuer", - "form_2697": "Flug", - "form_2698": "Geist", - "form_2699": "Pflanze", - "form_2700": "Boden", - "form_2701": "Eis", - "form_2702": "Gift", - "form_2703": "Psycho", - "form_2704": "Gestein", - "form_2705": "Stahl", - "form_2706": "Wasser", - "form_2707": "Meteor", - "form_2708": "Blau", - "form_2709": "Grün", - "form_2710": "Hellblau", - "form_2711": "Orange", - "form_2712": "Rot", - "form_2713": "Violett", - "form_2714": "Gelb", - "form_2715": "Entlarvt", - "form_2716": "Standard", - "form_2717": "Normal", - "form_2718": "Abendmähne", - "form_2719": "Morgenschwingen", - "form_2720": "Ultra", - "form_2721": "Normal", - "form_2722": "Originalfarbe", - "form_2723": "Fokussierter Stil", - "form_2724": "Fließender Stil", - "form_2725": "Normal", - "form_2726": "Schimmelreiter", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "Zwielichtform", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "Sonnenform", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "Sonnenform", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "Inkarnationsform", - "form_2803": "Tiergeistform", - "form_2804": "Weißlinig", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "Normal", - "form_2808": "Weiblich", - "form_2809": "Normal", - "form_2810": "Normal", - "form_2811": "Normal", - "form_2812": "Normal", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "Normal", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "Urform", - "form_2830": "Urform", - "form_2831": "Normal", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "Normal", - "form_2982": "Weiblich", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Grüngefiedert", - "form_2986": "Blaugefiedert", - "form_2987": "Gelbgefiedert", - "form_2988": "White", - "form_2989": "Alltagsform", - "form_2990": "Heldenhafter Krieger", - "form_2991": "Gebogene Form", - "form_2992": "Hängende Form", - "form_2993": "Gestreckte Form", - "form_2994": "Zweisegmentform", - "form_2995": "Dreisegmentform", - "form_2996": "Vollkommene Gestalt", - "form_2997": "Kompletter Modus", - "form_2998": "Normal", - "form_3000": "Normal", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "Männlich", - "gender_2": "Weiblich", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Einall", - "generation_6": "Kalos", - "generation_7": "Alola", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "keiner", - "grunt_1": "Blanche", - "grunt_2": "Candela", - "grunt_3": "Spark", - "grunt_4": "Rüpel (Männlich)", - "grunt_5": "Rüpel (Weiblich)", - "grunt_6": "Käfer - Rüpel (Weiblich)", - "grunt_7": "Käfer - Rüpel (Männlich)", - "grunt_8": "Rüpel (Weiblich)", - "grunt_9": "Rüpel (Männlich)", - "grunt_10": "Unlicht - Rüpel (Weiblich)", - "grunt_11": "Unlicht - Rüpel (Männlich)", - "grunt_12": "Drache - Rüpel (Weiblich)", - "grunt_13": "Drache - Rüpel (Männlich)", - "grunt_14": "Fee - Rüpel (Weiblich)", - "grunt_15": "Fee - Rüpel (Männlich)", - "grunt_16": "Kampf - Rüpel (Weiblich)", - "grunt_17": "Kampf - Rüpel (Männlich)", - "grunt_18": "Feuer - Rüpel (Weiblich)", - "grunt_19": "Feuer - Rüpel (Männlich)", - "grunt_20": "Flug - Rüpel (Weiblich)", - "grunt_21": "Flug - Rüpel (Männlich)", - "grunt_22": "Pflanze - Rüpel (Weiblich)", - "grunt_23": "Pflanze - Rüpel (Männlich)", - "grunt_24": "Boden - Rüpel (Weiblich)", - "grunt_25": "Boden - Rüpel (Männlich)", - "grunt_26": "Eis - Rüpel (Weiblich)", - "grunt_27": "Eis - Rüpel (Männlich)", - "grunt_28": "Stahl - Rüpel (Weiblich)", - "grunt_29": "Stahl - Rüpel (Männlich)", - "grunt_30": "Normal - Rüpel (Weiblich)", - "grunt_31": "Normal - Rüpel (Männlich)", - "grunt_32": "Gift - Rüpel (Weiblich)", - "grunt_33": "Gift - Rüpel (Männlich)", - "grunt_34": "Psycho - Rüpel (Weiblich)", - "grunt_35": "Psycho - Rüpel (Männlich)", - "grunt_36": "Gestein - Rüpel (Weiblich)", - "grunt_37": "Gestein - Rüpel (Männlich)", - "grunt_38": "Wasser - Rüpel (Weiblich)", - "grunt_39": "Wasser - Rüpel (Männlich)", - "grunt_40": "Player Team Leader", - "grunt_41": "Boss Cliff", - "grunt_42": "Boss Arlo", - "grunt_43": "Boss Sierra", - "grunt_44": "Giovanni", - "grunt_45": "Täusch-Rüpel (Männlich)", - "grunt_46": "Täusch-Rüpel (Weiblich)", - "grunt_47": "Geist - Rüpel (Weiblich)", - "grunt_48": "Geist - Rüpel (Männlich)", - "grunt_49": "Elektro - Rüpel (Weiblich)", - "grunt_50": "Elektro - Rüpel (Männlich)", - "grunt_51": "Rüpel (Weiblich)", - "grunt_52": "Rüpel (Männlich)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "Käfer - Rüpel (Weiblich)", - "grunt_56": "Käfer - Rüpel (Männlich)", - "grunt_57": "Unlicht - Rüpel (Weiblich)", - "grunt_58": "Unlicht - Rüpel (Männlich)", - "grunt_59": "Drache - Rüpel (Weiblich)", - "grunt_60": "Drache - Rüpel (Männlich)", - "grunt_61": "Fee - Rüpel (Weiblich)", - "grunt_62": "Fee - Rüpel (Männlich)", - "grunt_63": "Kampf - Rüpel (Weiblich)", - "grunt_64": "Kampf - Rüpel (Männlich)", - "grunt_65": "Feuer - Rüpel (Weiblich)", - "grunt_66": "Feuer - Rüpel (Männlich)", - "grunt_67": "Flug - Rüpel (Weiblich)", - "grunt_68": "Flug - Rüpel (Männlich)", - "grunt_69": "Pflanze - Rüpel (Weiblich)", - "grunt_70": "Pflanze - Rüpel (Männlich)", - "grunt_71": "Boden - Rüpel (Weiblich)", - "grunt_72": "Boden - Rüpel (Männlich)", - "grunt_73": "Eis - Rüpel (Weiblich)", - "grunt_74": "Eis - Rüpel (Männlich)", - "grunt_75": "Rüpel (Weiblich)", - "grunt_76": "Rüpel (Männlich)", - "grunt_77": "Normal - Rüpel (Weiblich)", - "grunt_78": "Normal - Rüpel (Männlich)", - "grunt_79": "Gift - Rüpel (Weiblich)", - "grunt_80": "Gift - Rüpel (Männlich)", - "grunt_81": "Psycho - Rüpel (Weiblich)", - "grunt_82": "Psycho - Rüpel (Männlich)", - "grunt_83": "Gestein - Rüpel (Weiblich)", - "grunt_84": "Gestein - Rüpel (Männlich)", - "grunt_85": "Wasser - Rüpel (Weiblich)", - "grunt_86": "Wasser - Rüpel (Männlich)", - "grunt_87": "Geist - Rüpel (Weiblich)", - "grunt_88": "Geist - Rüpel (Männlich)", - "grunt_89": "Elektro - Rüpel (Weiblich)", - "grunt_90": "Elektro - Rüpel (Männlich)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "Keiner", - "grunt_a_1": "Blanche", - "grunt_a_2": "Candela", - "grunt_a_3": "Spark", - "grunt_a_4": "Rüpel ♂", - "grunt_a_5": "Rüpel ♀", - "grunt_a_6": "Käfer ♀", - "grunt_a_7": "Käfer ♂", - "grunt_a_8": "Rüpel ♀", - "grunt_a_9": "Rüpel ♂", - "grunt_a_10": "Unlicht ♀", - "grunt_a_11": "Unlicht ♂", - "grunt_a_12": "Drache ♀", - "grunt_a_13": "Drache ♂", - "grunt_a_14": "Fee ♀", - "grunt_a_15": "Fee ♂", - "grunt_a_16": "Kampf ♀", - "grunt_a_17": "Kampf ♂", - "grunt_a_18": "Feuer ♀", - "grunt_a_19": "Feuer ♂", - "grunt_a_20": "Flug ♀", - "grunt_a_21": "Flug ♂", - "grunt_a_22": "Pflanze ♀", - "grunt_a_23": "Pflanze ♂", - "grunt_a_24": "Boden ♀", - "grunt_a_25": "Boden ♂", - "grunt_a_26": "Eis ♀", - "grunt_a_27": "Eis ♂", - "grunt_a_28": "Stahl ♀", - "grunt_a_29": "Stahl ♂", - "grunt_a_30": "Normal ♀", - "grunt_a_31": "Normal ♂", - "grunt_a_32": "Gift ♀", - "grunt_a_33": "Gift ♂", - "grunt_a_34": "Psycho ♀", - "grunt_a_35": "Psycho ♂", - "grunt_a_36": "Gestein ♀", - "grunt_a_37": "Gestein ♂", - "grunt_a_38": "Wasser ♀", - "grunt_a_39": "Wasser ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "Boss Cliff", - "grunt_a_42": "Boss Arlo", - "grunt_a_43": "Boss Sierra", - "grunt_a_44": "Giovanni", - "grunt_a_45": "Täusch-Rüpel ♂", - "grunt_a_46": "Täusch-Rüpel ♀", - "grunt_a_47": "Geist ♀", - "grunt_a_48": "Geist ♂", - "grunt_a_49": "Elektro ♀", - "grunt_a_50": "Elektro ♂", - "grunt_a_51": "Rüpel ♀", - "grunt_a_52": "Rüpel ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "Käfer ♀", - "grunt_a_56": "Käfer ♂", - "grunt_a_57": "Unlicht ♀", - "grunt_a_58": "Unlicht ♂", - "grunt_a_59": "Drache ♀", - "grunt_a_60": "Drache ♂", - "grunt_a_61": "Fee ♀", - "grunt_a_62": "Fee ♂", - "grunt_a_63": "Kampf ♀", - "grunt_a_64": "Kampf ♂", - "grunt_a_65": "Feuer ♀", - "grunt_a_66": "Feuer ♂", - "grunt_a_67": "Flug ♀", - "grunt_a_68": "Flug ♂", - "grunt_a_69": "Pflanze ♀", - "grunt_a_70": "Pflanze ♂", - "grunt_a_71": "Boden ♀", - "grunt_a_72": "Boden ♂", - "grunt_a_73": "Eis ♀", - "grunt_a_74": "Eis ♂", - "grunt_a_75": "Rüpel ♀", - "grunt_a_76": "Rüpel ♂", - "grunt_a_77": "Normal ♀", - "grunt_a_78": "Normal ♂", - "grunt_a_79": "Gift ♀", - "grunt_a_80": "Gift ♂", - "grunt_a_81": "Psycho ♀", - "grunt_a_82": "Psycho ♂", - "grunt_a_83": "Gestein ♀", - "grunt_a_84": "Gestein ♂", - "grunt_a_85": "Wasser ♀", - "grunt_a_86": "Wasser ♂", - "grunt_a_87": "Geist ♀", - "grunt_a_88": "Geist ♂", - "grunt_a_89": "Elektro ♀", - "grunt_a_90": "Elektro ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "Unbekannt", - "item_1": "Pokéball", - "item_2": "Superball", - "item_3": "Hyperball", - "item_4": "Meisterball", - "item_5": "Premierball", - "item_6": "Ultraball", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "Trank", - "item_102": "Supertrank", - "item_103": "Hypertrank", - "item_104": "Top-Trank", - "item_201": "Beleber", - "item_202": "Top-Beleber", - "item_301": "Glücks-Ei", - "item_401": "Rauch", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "Wunderbox", - "item_406": "Täglicher Abenteuerrauch", - "item_407": "Münztasche", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "Lockmodul", - "item_502": "Gletscher-Lockmodul", - "item_503": "Moos-Lockmodul", - "item_504": "Magnet-Lockmodul", - "item_505": "Regen-Lockmodul", - "item_506": "Gold-Lockmodul", - "item_602": "X-Angriff", - "item_603": "X-Verteidigung", - "item_604": "Nicht definiert", - "item_650": "Zygarde-Zelle", - "item_651": "Zygarde-Würfel", - "item_701": "Himmihbeere", - "item_702": "Morbbeere", - "item_703": "Nanabbeere", - "item_704": "Nirbebeere", - "item_705": "Sananabeere", - "item_706": "Goldene Himmihbeere", - "item_707": "Golden Nanab Berry", - "item_708": "Silberne Sananabeere", - "item_709": "Knursp", - "item_801": "Kamera", - "item_802": "Sticker", - "item_803": "Postkartenbuch", - "item_901": "Brutmaschine ∞", - "item_902": "Ei-Brutmaschine", - "item_903": "Super-Brutmaschine", - "item_1001": "Pokémon-Aufbewahrung", - "item_1002": "Item-Beutel", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "Sonnenstein", - "item_1102": "King-Stein", - "item_1103": "Metallmantel", - "item_1104": "Drachenhaut", - "item_1105": "Up-Grade", - "item_1106": "Sinnoh-Stein", - "item_1107": "Einall-Stein", - "item_1150": "Gierspenst-Münzen", - "item_1201": "Sofort-TM", - "item_1202": "Lade-TM", - "item_1203": "Top-Sofort-TM", - "item_1204": "Top-Lade-TM", - "item_1250": "Meteorit", - "item_1301": "Sonderbonbon", - "item_1302": "Sonderbonbon XL", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "Raid-Pass", - "item_1402": "Premium-Kampf-Pass", - "item_1404": "Sternenstück", - "item_1405": "Geschenk", - "item_1406": "Team-Medaillon", - "item_1408": "Fern-Raid-Pass", - "item_1409": "S Raid Ticket", - "item_1501": "Mysteriöses Teil", - "item_1502": "Rocket-Radar", - "item_1503": "Super-Rocket-Radar", - "item_1504": "Crypto-Scherbe", - "item_1505": "Erlöster Edelstein", - "item_1506": "Dyna-Partikel", - "item_1507": "Dyna-Partikel-Beutel", - "item_1600": "Ticket", - "item_1601": "Ticket", - "item_1602": "Ticket", - "item_1603": "Ticket", - "item_1604": "Extraticket", - "item_1605": "Extraticket", - "item_1606": "Pass für Befristete GO-Kampfliga-Forschung", - "item_1607": "Ticket", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Safari-Ticket: Seoul", - "item_1611": "Safari-Ticket: Barcelona", - "item_1612": "Safari-Ticket: Mexico City", - "item_1613": "Safari-Ticket: Tainan", - "item_1614": "Ticket City Safari 04", - "item_1615": "Ticket", - "item_1616": "Ticket", - "item_1617": "Ticket", - "item_1618": "Ticket", - "item_1619": "Ticket", - "item_1620": "Ticket", - "item_1621": "Ticket", - "item_1622": "Ticket", - "item_1623": "Ticket", - "item_1624": "Ticket", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "Normal", - "lure_502": "Gletscher", - "lure_503": "Moos", - "lure_504": "Magnet", - "lure_505": "Regen", - "lure_506": "Gold", - "max_battle_1": "1 Stern Dyna Raid", - "max_battle_1_plural": "1 Stern Dyna Raids", - "max_battle_2": "2 Stern Dyna Raid", - "max_battle_2_plural": "2 Stern Dyna Raids", - "max_battle_3": "3 Stern Dyna Raid", - "max_battle_3_plural": "3 Stern Dyna Raids", - "max_battle_4": "4 Stern Dyna Raid", - "max_battle_4_plural": "4 Stern Dyna Raids", - "max_battle_5": "Legendärer Dyna Raid", - "max_battle_5_plural": "Legendäre Dyna Raids", - "move_0": "Unbekannt", - "move_1": "Donnerschock", - "move_2": "Ruckzuckhieb", - "move_3": "Kratzer", - "move_4": "Glut", - "move_5": "Rankenhieb", - "move_6": "Tackle", - "move_7": "Rasierblatt", - "move_8": "Bodycheck", - "move_9": "Aquaknarre", - "move_10": "Biss", - "move_11": "Klaps", - "move_12": "Duplexhieb", - "move_13": "Wickel", - "move_14": "Hyperstrahl", - "move_15": "Schlecker", - "move_16": "Finsteraura", - "move_17": "Smog", - "move_18": "Schlammbad", - "move_19": "Metallklaue", - "move_20": "Klammer", - "move_21": "Flammenrad", - "move_22": "Vielender", - "move_23": "Flügelschlag", - "move_24": "Flammenwurf", - "move_25": "Tiefschlag", - "move_26": "Schaufler", - "move_27": "Fußkick", - "move_28": "Kreuzhieb", - "move_29": "Psychoklinge", - "move_30": "Psystrahl", - "move_31": "Erdbeben", - "move_32": "Steinkante", - "move_33": "Eishieb", - "move_34": "Herzstempel", - "move_35": "Ladungsstoß", - "move_36": "Lichtkanone", - "move_37": "Pikser", - "move_38": "Bohrschnabel", - "move_39": "Eisstrahl", - "move_40": "Blizzard", - "move_41": "Luftschnitt", - "move_42": "Hitzewelle", - "move_43": "Duonadel", - "move_44": "Gifthieb", - "move_45": "Aero-Ass", - "move_46": "Schlagbohrer", - "move_47": "Blütenwirbel", - "move_48": "Megasauger", - "move_49": "Käfergebrumm", - "move_50": "Giftzahn", - "move_51": "Nachthieb", - "move_52": "Schlitzer", - "move_53": "Blubbstrahl", - "move_54": "Überroller", - "move_55": "Karateschlag", - "move_56": "Fußtritt", - "move_57": "Wasserdüse", - "move_58": "Nassschweif", - "move_59": "Samenbomben", - "move_60": "Psychoschock", - "move_61": "Steinwurf", - "move_62": "Antik-Kraft", - "move_63": "Felsgrab", - "move_64": "Steinhagel", - "move_65": "Juwelenkraft", - "move_66": "Schattenstoß", - "move_67": "Finsterfaust", - "move_68": "Dunkelklaue", - "move_69": "Unheilböen", - "move_70": "Spukball", - "move_71": "Patronenhieb", - "move_72": "Magnetbombe", - "move_73": "Stahlflügel", - "move_74": "Eisenschädel", - "move_75": "Parabolladung", - "move_76": "Funkensprung", - "move_77": "Donnerschlag", - "move_78": "Donner", - "move_79": "Donnerblitz", - "move_80": "Windhose", - "move_81": "Feuerodem", - "move_82": "Drachenpuls", - "move_83": "Drachenklaue", - "move_84": "Säuselstimme", - "move_85": "Diebeskuss", - "move_86": "Zauberschein", - "move_87": "Mondgewalt", - "move_88": "Knuddler", - "move_89": "Giftstreich", - "move_90": "Matschbombe", - "move_91": "Schlammwoge", - "move_92": "Mülltreffer", - "move_93": "Lehmschuss", - "move_94": "Knochenkeule", - "move_95": "Dampfwalze", - "move_96": "Schlammbombe", - "move_97": "Zornklinge", - "move_98": "Käferbiss", - "move_99": "Ampelleuchte", - "move_100": "Kreuzschere", - "move_101": "Nitroladung", - "move_102": "Funkenflug", - "move_103": "Feuersturm", - "move_104": "Lake", - "move_105": "Aquawelle", - "move_106": "Siedewasser", - "move_107": "Hydropumpe", - "move_108": "Psychokinese", - "move_109": "Psychostoß", - "move_110": "Eissplitter", - "move_111": "Eissturm", - "move_112": "Eisesodem", - "move_113": "Absorber", - "move_114": "Gigasauger", - "move_115": "Feuerschlag", - "move_116": "Solarstrahl", - "move_117": "Laubklinge", - "move_118": "Blattgeißel", - "move_119": "Platscher", - "move_120": "Säure", - "move_121": "Windschnitt", - "move_122": "Orkan", - "move_123": "Durchbruch", - "move_124": "Zerschneider", - "move_125": "Sternschauer", - "move_126": "Hornattacke", - "move_127": "Stampfer", - "move_128": "Kopfnuss", - "move_129": "Hyperzahn", - "move_130": "Slam", - "move_131": "Bodyslam", - "move_132": "Erholung", - "move_133": "Verzweifler", - "move_134": "Siedewasser", - "move_135": "Hydropumpe", - "move_136": "Wickel", - "move_137": "Wickel", - "move_200": "Zornklinge", - "move_201": "Käferbiss", - "move_202": "Biss", - "move_203": "Tiefschlag", - "move_204": "Feuerodem", - "move_205": "Donnerschock", - "move_206": "Funkensprung", - "move_207": "Fußkick", - "move_208": "Karateschlag", - "move_209": "Glut", - "move_210": "Flügelschlag", - "move_211": "Pikser", - "move_212": "Schlecker", - "move_213": "Dunkelklaue", - "move_214": "Rankenhieb", - "move_215": "Rasierblatt", - "move_216": "Lehmschuss", - "move_217": "Eissplitter", - "move_218": "Eisesodem", - "move_219": "Ruckzuckhieb", - "move_220": "Kratzer", - "move_221": "Tackle", - "move_222": "Klaps", - "move_223": "Zerschneider", - "move_224": "Gifthieb", - "move_225": "Säure", - "move_226": "Psychoklinge", - "move_227": "Steinwurf", - "move_228": "Metallklaue", - "move_229": "Patronenhieb", - "move_230": "Aquaknarre", - "move_231": "Platscher", - "move_232": "Aquaknarre", - "move_233": "Lehmschelle", - "move_234": "Zen-Kopfstoß", - "move_235": "Konfusion", - "move_236": "Giftstachel", - "move_237": "Blubber", - "move_238": "Finte", - "move_239": "Stahlflügel", - "move_240": "Feuerzahn", - "move_241": "Zertrümmerer", - "move_242": "Wandler", - "move_243": "Konter", - "move_244": "Pulverschnee", - "move_245": "Nahkampf", - "move_246": "Wuchtschlag", - "move_247": "Fokusstoß", - "move_248": "Aurorastrahl", - "move_249": "Ladestrahl", - "move_250": "Voltwechsel", - "move_251": "Stromstoß", - "move_252": "Blitzkanone", - "move_253": "Drachenrute", - "move_254": "Lawine", - "move_255": "Luftschnitt", - "move_256": "Sturzflug", - "move_257": "Himmelsfeger", - "move_258": "Sandgrab", - "move_259": "Felswurf", - "move_260": "Plage", - "move_261": "Käfertrutz", - "move_262": "Silberhauch", - "move_263": "Erstauner", - "move_264": "Bürde", - "move_265": "Nachtnebel", - "move_266": "Eisenschweif", - "move_267": "Gyroball", - "move_268": "Rammboss", - "move_269": "Feuerwirbel", - "move_270": "Hitzekoller", - "move_271": "Kugelsaat", - "move_272": "Strauchler", - "move_273": "Energieball", - "move_274": "Sondersensor", - "move_275": "Seher", - "move_276": "Spiegelcape", - "move_277": "Wutanfall", - "move_278": "Standpauke", - "move_279": "Knirscher", - "move_280": "Schmarotzer", - "move_281": "Kraftreserve", - "move_282": "Bodycheck", - "move_283": "Kaskade", - "move_284": "Surfer", - "move_285": "Draco Meteor", - "move_286": "Kismetwunsch", - "move_287": "Gähner", - "move_288": "Psyschub", - "move_289": "Ursprungswoge", - "move_290": "Abgrundsklinge", - "move_291": "Geschenk", - "move_292": "Meteorologe", - "move_293": "Meteorologe", - "move_294": "Meteorologe", - "move_295": "Meteorologe", - "move_296": "Flora-Statue", - "move_297": "Katapult", - "move_298": "Lohekanonade", - "move_299": "Aquahaubitze", - "move_300": "Zuflucht", - "move_301": "Sternenhieb", - "move_302": "Schädelwumme", - "move_303": "Säurespeier", - "move_304": "Erdkräfte", - "move_305": "Krabbhammer", - "move_306": "Anfallen", - "move_307": "Zermalmklaue", - "move_308": "Octazooka", - "move_309": "Spiegelsalve", - "move_310": "Kraftkoloss", - "move_311": "Stachelfinale", - "move_312": "Grasmixer", - "move_313": "Blutsauger", - "move_314": "Ableithieb", - "move_315": "Schattenknochen", - "move_316": "Lehmbrühe", - "move_317": "Feuerfeger", - "move_318": "Kalkklinge", - "move_319": "Steigerungshieb", - "move_320": "Charme", - "move_321": "Gigastoß", - "move_322": "Frustration", - "move_323": "Rückkehr", - "move_324": "Synchrolärm", - "move_325": "Zielschuss", - "move_326": "Donnerzahn", - "move_327": "Eiszahn", - "move_328": "Hornbohrer", - "move_329": "Geofissur", - "move_330": "Sanctoklinge", - "move_331": "Flying Press", - "move_332": "Aurasphäre", - "move_333": "Gegenstoß", - "move_334": "Felswerfer", - "move_335": "Luftstoß", - "move_336": "Techblaster", - "move_337": "Techblaster", - "move_338": "Techblaster", - "move_339": "Techblaster", - "move_340": "Techblaster", - "move_341": "Fliegen", - "move_342": "V-Generator", - "move_343": "Blättersturm", - "move_344": "Triplette", - "move_345": "Windstoß", - "move_346": "Einäschern", - "move_347": "Dark Void", - "move_348": "Daunenreigen", - "move_349": "Fiery Dance", - "move_350": "Feenbrise", - "move_351": "Relic Song", - "move_352": "Meteorologe", - "move_353": "Psychobeißer", - "move_354": "Dimensionswahn", - "move_355": "Dimensionsloch", - "move_356": "Doppelkick", - "move_357": "Zauberblatt", - "move_358": "Läuterfeuer", - "move_359": "Eisspeer", - "move_360": "Luftstoß+", - "move_361": "Luftstoß++", - "move_362": "Läuterfeuer+", - "move_363": "Läuterfeuer++", - "move_364": "Akrobatik", - "move_365": "Scheinwerfer", - "move_366": "Nebelball", - "move_367": "Wirbler", - "move_368": "Walzer", - "move_369": "Schocksamen", - "move_370": "Abblocker", - "move_371": "Schemenkraft", - "move_372": "Meteorstrahl", - "move_373": "Wasser-Shuriken", - "move_374": "Kreuzdonner", - "move_375": "Kreuzflamme", - "move_376": "Poltergeist", - "move_377": "Pferdestärke", - "move_378": "Eiszeit", - "move_379": "Breitseite", - "move_380": "Überschallknall", - "move_381": "Panzerfäuste", - "move_382": "Magieflamme", - "move_383": "Aquadurchstoß", - "move_384": "Zenitstürmer", - "move_385": "Blattwerk", - "move_386": "Lavasturm", - "move_387": "Geokontrolle", - "move_388": "Raumschlag", - "move_389": "Unheilsschwingen", - "move_390": "Naturzorn", - "move_391": "Dreifach-Axel", - "move_392": "Wegbereiter", - "move_393": "Brandsand", - "move_394": "Zeitenlärm", - "move_395": "Polarorkan", - "move_396": "Wüstenorkan", - "move_397": "Donnerorkan", - "move_398": "Schattenfessel", - "move_399": "Volttackle", - "move_400": "Dark Lariat", - "move_401": "Psywelle", - "move_402": "Metallsound", - "move_403": "Sandwirbel", - "move_404": "Stahlgestirn", - "move_405": "Schattenstrahl", - "move_406": "Aura-Rad", - "move_407": "Aura-Rad", - "move_408": "Turmkick", - "move_409": "Dyna-Brand", - "move_410": "Dyna-Schwarm", - "move_411": "Dyna-Gewitter", - "move_412": "Dyna-Angriff", - "move_413": "Dyna-Faust", - "move_414": "Dyna-Spuk", - "move_415": "Dyna-Frost", - "move_416": "Dyna-Giftschwall", - "move_417": "Dyna-Flut", - "move_418": "Dyna-Düse", - "move_419": "Dyna-Zauber", - "move_420": "Dyna-Wyrm", - "move_421": "Dyna-Kinese", - "move_422": "Dyna-Brocken", - "move_423": "Dyna-Erdstoß", - "move_424": "Dyna-Dunkel", - "move_425": "Dyna-Flora", - "move_426": "Dyna-Stahlzacken", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "Kraftwelle", - "move_463": "Schaumserenade", - "poke_0": "Ersatzpokemon", - "poke_1": "Bisasam", - "poke_2": "Bisaknosp", - "poke_3": "Bisaflor", - "poke_3_e1": "Mega-Bisaflor", - "poke_4": "Glumanda", - "poke_5": "Glutexo", - "poke_6": "Glurak", - "poke_6_e2": "Mega-Glurak X", - "poke_6_e3": "Mega-Glurak Y", - "poke_7": "Schiggy", - "poke_8": "Schillok", - "poke_9": "Turtok", - "poke_9_e1": "Mega-Turtok", - "poke_10": "Raupy", - "poke_11": "Safcon", - "poke_12": "Smettbo", - "poke_13": "Hornliu", - "poke_14": "Kokuna", - "poke_15": "Bibor", - "poke_15_e1": "Mega-Bibor", - "poke_16": "Taubsi", - "poke_17": "Tauboga", - "poke_18": "Tauboss", - "poke_18_e1": "Mega-Tauboss", - "poke_19": "Rattfratz", - "poke_20": "Rattikarl", - "poke_21": "Habitak", - "poke_22": "Ibitak", - "poke_23": "Rettan", - "poke_24": "Arbok", - "poke_25": "Pikachu", - "poke_26": "Raichu", - "poke_27": "Sandan", - "poke_28": "Sandamer", - "poke_29": "Nidoran♀", - "poke_30": "Nidorina", - "poke_31": "Nidoqueen", - "poke_32": "Nidoran♂", - "poke_33": "Nidorino", - "poke_34": "Nidoking", - "poke_35": "Piepi", - "poke_36": "Pixi", - "poke_37": "Vulpix", - "poke_38": "Vulnona", - "poke_39": "Pummeluff", - "poke_40": "Knuddeluff", - "poke_41": "Zubat", - "poke_42": "Golbat", - "poke_43": "Myrapla", - "poke_44": "Duflor", - "poke_45": "Giflor", - "poke_46": "Paras", - "poke_47": "Parasek", - "poke_48": "Bluzuk", - "poke_49": "Omot", - "poke_50": "Digda", - "poke_51": "Digdri", - "poke_52": "Mauzi", - "poke_53": "Snobilikat", - "poke_54": "Enton", - "poke_55": "Entoron", - "poke_56": "Menki", - "poke_57": "Rasaff", - "poke_58": "Fukano", - "poke_59": "Arkani", - "poke_60": "Quapsel", - "poke_61": "Quaputzi", - "poke_62": "Quappo", - "poke_63": "Abra", - "poke_64": "Kadabra", - "poke_65": "Simsala", - "poke_65_e1": "Mega-Simsala", - "poke_66": "Machollo", - "poke_67": "Maschock", - "poke_68": "Machomei", - "poke_69": "Knofensa", - "poke_70": "Ultrigaria", - "poke_71": "Sarzenia", - "poke_72": "Tentacha", - "poke_73": "Tentoxa", - "poke_74": "Kleinstein", - "poke_75": "Georok", - "poke_76": "Geowaz", - "poke_77": "Ponita", - "poke_78": "Gallopa", - "poke_79": "Flegmon", - "poke_80": "Lahmus", - "poke_80_e1": "Mega-Lahmus", - "poke_81": "Magnetilo", - "poke_82": "Magneton", - "poke_83": "Porenta", - "poke_84": "Dodu", - "poke_85": "Dodri", - "poke_86": "Jurob", - "poke_87": "Jugong", - "poke_88": "Sleima", - "poke_89": "Sleimok", - "poke_90": "Muschas", - "poke_91": "Austos", - "poke_92": "Nebulak", - "poke_93": "Alpollo", - "poke_94": "Gengar", - "poke_94_e1": "Mega-Gengar", - "poke_95": "Onix", - "poke_96": "Traumato", - "poke_97": "Hypno", - "poke_98": "Krabby", - "poke_99": "Kingler", - "poke_100": "Voltobal", - "poke_101": "Lektrobal", - "poke_102": "Owei", - "poke_103": "Kokowei", - "poke_104": "Tragosso", - "poke_105": "Knogga", - "poke_106": "Kicklee", - "poke_107": "Nockchan", - "poke_108": "Schlurp", - "poke_109": "Smogon", - "poke_110": "Smogmog", - "poke_111": "Rihorn", - "poke_112": "Rizeros", - "poke_113": "Chaneira", - "poke_114": "Tangela", - "poke_115": "Kangama", - "poke_115_e1": "Mega-Kangama", - "poke_116": "Seeper", - "poke_117": "Seemon", - "poke_118": "Goldini", - "poke_119": "Golking", - "poke_120": "Sterndu", - "poke_121": "Starmie", - "poke_122": "Pantimos", - "poke_123": "Sichlor", - "poke_124": "Rossana", - "poke_125": "Elektek", - "poke_126": "Magmar", - "poke_127": "Pinsir", - "poke_127_e1": "Mega-Pinsir", - "poke_128": "Tauros", - "poke_129": "Karpador", - "poke_130": "Garados", - "poke_130_e1": "Mega-Garados", - "poke_131": "Lapras", - "poke_132": "Ditto", - "poke_133": "Evoli", - "poke_134": "Aquana", - "poke_135": "Blitza", - "poke_136": "Flamara", - "poke_137": "Porygon", - "poke_138": "Amonitas", - "poke_139": "Amoroso", - "poke_140": "Kabuto", - "poke_141": "Kabutops", - "poke_142": "Aerodactyl", - "poke_142_e1": "Mega-Aerodactyl", - "poke_143": "Relaxo", - "poke_144": "Arktos", - "poke_145": "Zapdos", - "poke_146": "Lavados", - "poke_147": "Dratini", - "poke_148": "Dragonir", - "poke_149": "Dragoran", - "poke_150": "Mewtu", - "poke_150_e2": "Mega-Mewtu X", - "poke_150_e3": "Mega-Mewtu Y", - "poke_151": "Mew", - "poke_152": "Endivie", - "poke_153": "Lorblatt", - "poke_154": "Meganie", - "poke_155": "Feurigel", - "poke_156": "Igelavar", - "poke_157": "Tornupto", - "poke_158": "Karnimani", - "poke_159": "Tyracroc", - "poke_160": "Impergator", - "poke_161": "Wiesor", - "poke_162": "Wiesenior", - "poke_163": "Hoothoot", - "poke_164": "Noctuh", - "poke_165": "Ledyba", - "poke_166": "Ledian", - "poke_167": "Webarak", - "poke_168": "Ariados", - "poke_169": "Iksbat", - "poke_170": "Lampi", - "poke_171": "Lanturn", - "poke_172": "Pichu", - "poke_173": "Pii", - "poke_174": "Fluffeluff", - "poke_175": "Togepi", - "poke_176": "Togetic", - "poke_177": "Natu", - "poke_178": "Xatu", - "poke_179": "Voltilamm", - "poke_180": "Waaty", - "poke_181": "Ampharos", - "poke_181_e1": "Mega-Ampharos", - "poke_182": "Blubella", - "poke_183": "Marill", - "poke_184": "Azumarill", - "poke_185": "Mogelbaum", - "poke_186": "Quaxo", - "poke_187": "Hoppspross", - "poke_188": "Hubelupf", - "poke_189": "Papungha", - "poke_190": "Griffel", - "poke_191": "Sonnkern", - "poke_192": "Sonnflora", - "poke_193": "Yanma", - "poke_194": "Felino", - "poke_195": "Morlord", - "poke_196": "Psiana", - "poke_197": "Nachtara", - "poke_198": "Kramurx", - "poke_199": "Laschoking", - "poke_200": "Traunfugil", - "poke_201": "Icognito", - "poke_202": "Woingenau", - "poke_203": "Girafarig", - "poke_204": "Tannza", - "poke_205": "Forstellka", - "poke_206": "Dummisel", - "poke_207": "Skorgla", - "poke_208": "Stahlos", - "poke_208_e1": "Mega-Stahlos", - "poke_209": "Snubbull", - "poke_210": "Granbull", - "poke_211": "Baldorfish", - "poke_212": "Scherox", - "poke_212_e1": "Mega-Scherox", - "poke_213": "Pottrott", - "poke_214": "Skaraborn", - "poke_214_e1": "Mega-Skaraborn", - "poke_215": "Sniebel", - "poke_216": "Teddiursa", - "poke_217": "Ursaring", - "poke_218": "Schneckmag", - "poke_219": "Magcargo", - "poke_220": "Quiekel", - "poke_221": "Keifel", - "poke_222": "Corasonn", - "poke_223": "Remoraid", - "poke_224": "Octillery", - "poke_225": "Botogel", - "poke_226": "Mantax", - "poke_227": "Panzaeron", - "poke_228": "Hunduster", - "poke_229": "Hundemon", - "poke_229_e1": "Mega-Hundemon", - "poke_230": "Seedraking", - "poke_231": "Phanpy", - "poke_232": "Donphan", - "poke_233": "Porygon2", - "poke_234": "Damhirplex", - "poke_235": "Farbeagle", - "poke_236": "Rabauz", - "poke_237": "Kapoera", - "poke_238": "Kussilla", - "poke_239": "Elekid", - "poke_240": "Magby", - "poke_241": "Miltank", - "poke_242": "Heiteira", - "poke_243": "Raikou", - "poke_244": "Entei", - "poke_245": "Suicune", - "poke_246": "Larvitar", - "poke_247": "Pupitar", - "poke_248": "Despotar", - "poke_248_e1": "Mega-Despotar", - "poke_249": "Lugia", - "poke_250": "Ho-Oh", - "poke_251": "Celebi", - "poke_252": "Geckarbor", - "poke_253": "Reptain", - "poke_254": "Gewaldro", - "poke_254_e1": "Mega-Gewaldro", - "poke_255": "Flemmli", - "poke_256": "Jungglut", - "poke_257": "Lohgock", - "poke_257_e1": "Mega-Lohgock", - "poke_258": "Hydropi", - "poke_259": "Moorabbel", - "poke_260": "Sumpex", - "poke_260_e1": "Mega-Sumpex", - "poke_261": "Fiffyen", - "poke_262": "Magnayen", - "poke_263": "Zigzachs", - "poke_264": "Geradaks", - "poke_265": "Waumpel", - "poke_266": "Schaloko", - "poke_267": "Papinella", - "poke_268": "Panekon", - "poke_269": "Pudox", - "poke_270": "Loturzel", - "poke_271": "Lombrero", - "poke_272": "Kappalores", - "poke_273": "Samurzel", - "poke_274": "Blanas", - "poke_275": "Tengulist", - "poke_276": "Schwalbini", - "poke_277": "Schwalboss", - "poke_278": "Wingull", - "poke_279": "Pelipper", - "poke_280": "Trasla", - "poke_281": "Kirlia", - "poke_282": "Guardevoir", - "poke_282_e1": "Mega-Guardevoir", - "poke_283": "Gehweiher", - "poke_284": "Maskeregen", - "poke_285": "Knilz", - "poke_286": "Kapilz", - "poke_287": "Bummelz", - "poke_288": "Muntier", - "poke_289": "Letarking", - "poke_290": "Nincada", - "poke_291": "Ninjask", - "poke_292": "Ninjatom", - "poke_293": "Flurmel", - "poke_294": "Krakeelo", - "poke_295": "Krawumms", - "poke_296": "Makuhita", - "poke_297": "Hariyama", - "poke_298": "Azurill", - "poke_299": "Nasgnet", - "poke_300": "Eneco", - "poke_301": "Enekoro", - "poke_302": "Zobiris", - "poke_302_e1": "Mega-Zobiris", - "poke_303": "Flunkifer", - "poke_303_e1": "Mega-Flunkifer", - "poke_304": "Stollunior", - "poke_305": "Stollrak", - "poke_306": "Stolloss", - "poke_306_e1": "Mega-Stolloss", - "poke_307": "Meditie", - "poke_308": "Meditalis", - "poke_308_e1": "Mega-Meditalis", - "poke_309": "Frizelbliz", - "poke_310": "Voltenso", - "poke_310_e1": "Mega-Voltenso", - "poke_311": "Plusle", - "poke_312": "Minun", - "poke_313": "Volbeat", - "poke_314": "Illumise", - "poke_315": "Roselia", - "poke_316": "Schluppuck", - "poke_317": "Schlukwech", - "poke_318": "Kanivanha", - "poke_319": "Tohaido", - "poke_319_e1": "Mega-Tohaido", - "poke_320": "Wailmer", - "poke_321": "Wailord", - "poke_322": "Camaub", - "poke_323": "Camerupt", - "poke_323_e1": "Mega-Camerupt", - "poke_324": "Qurtel", - "poke_325": "Spoink", - "poke_326": "Groink", - "poke_327": "Pandir", - "poke_328": "Knacklion", - "poke_329": "Vibrava", - "poke_330": "Libelldra", - "poke_331": "Tuska", - "poke_332": "Noktuska", - "poke_333": "Wablu", - "poke_334": "Altaria", - "poke_334_e1": "Mega-Altaria", - "poke_335": "Sengo", - "poke_336": "Vipitis", - "poke_337": "Lunastein", - "poke_338": "Sonnfel", - "poke_339": "Schmerbe", - "poke_340": "Welsar", - "poke_341": "Krebscorps", - "poke_342": "Krebutack", - "poke_343": "Puppance", - "poke_344": "Lepumentas", - "poke_345": "Liliep", - "poke_346": "Wielie", - "poke_347": "Anorith", - "poke_348": "Armaldo", - "poke_349": "Barschwa", - "poke_350": "Milotic", - "poke_351": "Formeo", - "poke_352": "Kecleon", - "poke_353": "Shuppet", - "poke_354": "Banette", - "poke_354_e1": "Mega-Banette", - "poke_355": "Zwirrlicht", - "poke_356": "Zwirrklop", - "poke_357": "Tropius", - "poke_358": "Palimpalim", - "poke_359": "Absol", - "poke_359_e1": "Mega-Absol", - "poke_360": "Isso", - "poke_361": "Schneppke", - "poke_362": "Firnontor", - "poke_362_e1": "Mega-Firnontor", - "poke_363": "Seemops", - "poke_364": "Seejong", - "poke_365": "Walraisa", - "poke_366": "Perlu", - "poke_367": "Aalabyss", - "poke_368": "Saganabyss", - "poke_369": "Relicanth", - "poke_370": "Liebiskus", - "poke_371": "Kindwurm", - "poke_372": "Draschel", - "poke_373": "Brutalanda", - "poke_373_e1": "Mega-Brutalanda", - "poke_374": "Tanhel", - "poke_375": "Metang", - "poke_376": "Metagross", - "poke_376_e1": "Mega-Metagross", - "poke_377": "Regirock", - "poke_378": "Regice", - "poke_379": "Registeel", - "poke_380": "Latias", - "poke_380_e1": "Mega-Latias", - "poke_381": "Latios", - "poke_381_e1": "Mega-Latios", - "poke_382": "Kyogre", - "poke_383": "Groudon", - "poke_384": "Rayquaza", - "poke_384_e1": "Mega-Rayquaza", - "poke_385": "Jirachi", - "poke_386": "Deoxys", - "poke_387": "Chelast", - "poke_388": "Chelcarain", - "poke_389": "Chelterrar", - "poke_390": "Panflam", - "poke_391": "Panpyro", - "poke_392": "Panferno", - "poke_393": "Plinfa", - "poke_394": "Pliprin", - "poke_395": "Impoleon", - "poke_396": "Staralili", - "poke_397": "Staravia", - "poke_398": "Staraptor", - "poke_399": "Bidiza", - "poke_400": "Bidifas", - "poke_401": "Zirpurze", - "poke_402": "Zirpeise", - "poke_403": "Sheinux", - "poke_404": "Luxio", - "poke_405": "Luxtra", - "poke_406": "Knospi", - "poke_407": "Roserade", - "poke_408": "Koknodon", - "poke_409": "Rameidon", - "poke_410": "Schilterus", - "poke_411": "Bollterus", - "poke_412": "Burmy", - "poke_413": "Burmadame", - "poke_414": "Moterpel", - "poke_415": "Wadribie", - "poke_416": "Honweisel", - "poke_417": "Pachirisu", - "poke_418": "Bamelin", - "poke_419": "Bojelin", - "poke_420": "Kikugi", - "poke_421": "Kinoso", - "poke_422": "Schalellos", - "poke_423": "Gastrodon", - "poke_424": "Ambidiffel", - "poke_425": "Driftlon", - "poke_426": "Drifzepeli", - "poke_427": "Haspiror", - "poke_428": "Schlapor", - "poke_428_e1": "Mega-Schlapor", - "poke_429": "Traunmagil", - "poke_430": "Kramshef", - "poke_431": "Charmian", - "poke_432": "Shnurgarst", - "poke_433": "Klingplim", - "poke_434": "Skunkapuh", - "poke_435": "Skuntank", - "poke_436": "Bronzel", - "poke_437": "Bronzong", - "poke_438": "Mobai", - "poke_439": "Pantimimi", - "poke_440": "Wonneira", - "poke_441": "Plaudagei", - "poke_442": "Kryppuk", - "poke_443": "Kaumalat", - "poke_444": "Knarksel", - "poke_445": "Knakrack", - "poke_445_e1": "Mega-Knakrack", - "poke_446": "Mampfaxo", - "poke_447": "Riolu", - "poke_448": "Lucario", - "poke_448_e1": "Mega-Lucario", - "poke_449": "Hippopotas", - "poke_450": "Hippoterus", - "poke_451": "Pionskora", - "poke_452": "Piondragi", - "poke_453": "Glibunkel", - "poke_454": "Toxiquak", - "poke_455": "Venuflibis", - "poke_456": "Finneon", - "poke_457": "Lumineon", - "poke_458": "Mantirps", - "poke_459": "Shnebedeck", - "poke_460": "Rexblisar", - "poke_460_e1": "Mega-Rexblisar", - "poke_461": "Snibunna", - "poke_462": "Magnezone", - "poke_463": "Schlurplek", - "poke_464": "Rihornior", - "poke_465": "Tangoloss", - "poke_466": "Elevoltek", - "poke_467": "Magbrant", - "poke_468": "Togekiss", - "poke_469": "Yanmega", - "poke_470": "Folipurba", - "poke_471": "Glaziola", - "poke_472": "Skorgro", - "poke_473": "Mamutel", - "poke_474": "Porygon-Z", - "poke_475": "Galagladi", - "poke_475_e1": "Mega-Galagladi", - "poke_476": "Voluminas", - "poke_477": "Zwirrfinst", - "poke_478": "Frosdedje", - "poke_479": "Rotom", - "poke_480": "Selfe", - "poke_481": "Vesprit", - "poke_482": "Tobutz", - "poke_483": "Dialga", - "poke_484": "Palkia", - "poke_485": "Heatran", - "poke_486": "Regigigas", - "poke_487": "Giratina", - "poke_488": "Cresselia", - "poke_489": "Phione", - "poke_490": "Manaphy", - "poke_491": "Darkrai", - "poke_492": "Shaymin", - "poke_493": "Arceus", - "poke_494": "Victini", - "poke_495": "Serpifeu", - "poke_496": "Efoserp", - "poke_497": "Serpiroyal", - "poke_498": "Floink", - "poke_499": "Ferkokel", - "poke_500": "Flambirex", - "poke_501": "Ottaro", - "poke_502": "Zwottronin", - "poke_503": "Admurai", - "poke_504": "Nagelotz", - "poke_505": "Kukmarda", - "poke_506": "Yorkleff", - "poke_507": "Terribark", - "poke_508": "Bissbark", - "poke_509": "Felilou", - "poke_510": "Kleoparda", - "poke_511": "Vegimak", - "poke_512": "Vegichita", - "poke_513": "Grillmak", - "poke_514": "Grillchita", - "poke_515": "Sodamak", - "poke_516": "Sodachita", - "poke_517": "Somniam", - "poke_518": "Somnivora", - "poke_519": "Dusselgurr", - "poke_520": "Navitaub", - "poke_521": "Fasasnob", - "poke_522": "Elezeba", - "poke_523": "Zebritz", - "poke_524": "Kiesling", - "poke_525": "Sedimantur", - "poke_526": "Brockoloss", - "poke_527": "Fleknoil", - "poke_528": "Fletiamo", - "poke_529": "Rotomurf", - "poke_530": "Stalobor", - "poke_531": "Ohrdoch", - "poke_531_e1": "Mega-Ohrdoch", - "poke_532": "Praktibalk", - "poke_533": "Strepoli", - "poke_534": "Meistagrif", - "poke_535": "Schallquap", - "poke_536": "Mebrana", - "poke_537": "Branawarz", - "poke_538": "Jiutesto", - "poke_539": "Karadonis", - "poke_540": "Strawickl", - "poke_541": "Folikon", - "poke_542": "Matrifol", - "poke_543": "Toxiped", - "poke_544": "Rollum", - "poke_545": "Cerapendra", - "poke_546": "Waumboll", - "poke_547": "Elfun", - "poke_548": "Lilminip", - "poke_549": "Dressella", - "poke_550": "Barschuft", - "poke_551": "Ganovil", - "poke_552": "Rokkaiman", - "poke_553": "Rabigator", - "poke_554": "Flampion", - "poke_555": "Flampivian", - "poke_556": "Maracamba", - "poke_557": "Lithomith", - "poke_558": "Castellith", - "poke_559": "Zurrokex", - "poke_560": "Irokex", - "poke_561": "Symvolara", - "poke_562": "Makabaja", - "poke_563": "Echnatoll", - "poke_564": "Galapaflos", - "poke_565": "Karippas", - "poke_566": "Flapteryx", - "poke_567": "Aeropteryx", - "poke_568": "Unratütox", - "poke_569": "Deponitox", - "poke_570": "Zorua", - "poke_571": "Zoroark", - "poke_572": "Picochilla", - "poke_573": "Chillabell", - "poke_574": "Mollimorba", - "poke_575": "Hypnomorba", - "poke_576": "Morbitesse", - "poke_577": "Monozyto", - "poke_578": "Mitodos", - "poke_579": "Zytomega", - "poke_580": "Piccolente", - "poke_581": "Swaroness", - "poke_582": "Gelatini", - "poke_583": "Gelatroppo", - "poke_584": "Gelatwino", - "poke_585": "Sesokitz", - "poke_586": "Kronjuwild", - "poke_587": "Emolga", - "poke_588": "Laukaps", - "poke_589": "Cavalanzas", - "poke_590": "Tarnpignon", - "poke_591": "Hutsassa", - "poke_592": "Quabbel", - "poke_593": "Apoquallyp", - "poke_594": "Mamolida", - "poke_595": "Wattzapf", - "poke_596": "Voltula", - "poke_597": "Kastadur", - "poke_598": "Tentantel", - "poke_599": "Klikk", - "poke_600": "Kliklak", - "poke_601": "Klikdiklak", - "poke_602": "Zapplardin", - "poke_603": "Zapplalek", - "poke_604": "Zapplarang", - "poke_605": "Pygraulon", - "poke_606": "Megalon", - "poke_607": "Lichtel", - "poke_608": "Laternecto", - "poke_609": "Skelabra", - "poke_610": "Milza", - "poke_611": "Sharfax", - "poke_612": "Maxax", - "poke_613": "Petznief", - "poke_614": "Siberio", - "poke_615": "Frigometri", - "poke_616": "Schnuthelm", - "poke_617": "Hydragil", - "poke_618": "Flunschlik", - "poke_619": "Lin-Fu", - "poke_620": "Wie-Shu", - "poke_621": "Shardrago", - "poke_622": "Golbit", - "poke_623": "Golgantes", - "poke_624": "Gladiantri", - "poke_625": "Caesurio", - "poke_626": "Bisofank", - "poke_627": "Geronimatz", - "poke_628": "Washakwil", - "poke_629": "Skallyk", - "poke_630": "Grypheldis", - "poke_631": "Furnifraß", - "poke_632": "Fermicula", - "poke_633": "Kapuno", - "poke_634": "Duodino", - "poke_635": "Trikephalo", - "poke_636": "Ignivor", - "poke_637": "Ramoth", - "poke_638": "Kobalium", - "poke_639": "Terrakium", - "poke_640": "Viridium", - "poke_641": "Boreos", - "poke_642": "Voltolos", - "poke_643": "Reshiram", - "poke_644": "Zekrom", - "poke_645": "Demeteros", - "poke_646": "Kyurem", - "poke_647": "Keldeo", - "poke_648": "Meloetta", - "poke_649": "Genesect", - "poke_650": "Igamaro", - "poke_651": "Igastarnish", - "poke_652": "Brigaron", - "poke_653": "Fynx", - "poke_654": "Rutena", - "poke_655": "Fennexis", - "poke_656": "Froxy", - "poke_657": "Amphizel", - "poke_658": "Quajutsu", - "poke_659": "Scoppel", - "poke_660": "Grebbit", - "poke_661": "Dartiri", - "poke_662": "Dartignis", - "poke_663": "Fiaro", - "poke_664": "Purmel", - "poke_665": "Puponcho", - "poke_666": "Vivillon", - "poke_667": "Leufeo", - "poke_668": "Pyroleo", - "poke_669": "Flabébé", - "poke_670": "Floette", - "poke_671": "Florges", - "poke_672": "Mähikel", - "poke_673": "Chevrumm", - "poke_674": "Pam-Pam", - "poke_675": "Pandagro", - "poke_676": "Coiffwaff", - "poke_677": "Psiau", - "poke_678": "Psiaugon", - "poke_679": "Gramokles", - "poke_680": "Duokles", - "poke_681": "Durengard", - "poke_682": "Parfi", - "poke_683": "Parfinesse", - "poke_684": "Flauschling", - "poke_685": "Sabbaione", - "poke_686": "Iscalar", - "poke_687": "Calamanero", - "poke_688": "Bithora", - "poke_689": "Thanathora", - "poke_690": "Algitt", - "poke_691": "Tandrak", - "poke_692": "Scampisto", - "poke_693": "Wummer", - "poke_694": "Eguana", - "poke_695": "Elezard", - "poke_696": "Balgoras", - "poke_697": "Monargoras", - "poke_698": "Amarino", - "poke_699": "Amagarga", - "poke_700": "Feelinara", - "poke_701": "Resladero", - "poke_702": "Dedenne", - "poke_703": "Rocara", - "poke_704": "Viscora", - "poke_705": "Viscargot", - "poke_706": "Viscogon", - "poke_707": "Clavion", - "poke_708": "Paragoni", - "poke_709": "Trombork", - "poke_710": "Irrbis", - "poke_711": "Pumpdjinn", - "poke_712": "Arktip", - "poke_713": "Arktilas", - "poke_714": "eF-eM", - "poke_715": "UHaFnir", - "poke_716": "Xerneas", - "poke_717": "Yveltal", - "poke_718": "Zygarde", - "poke_719": "Diancie", - "poke_719_e1": "Mega-Diancie", - "poke_720": "Hoopa", - "poke_721": "Volcanion", - "poke_722": "Bauz", - "poke_723": "Arboretoss", - "poke_724": "Silvarro", - "poke_725": "Flamiau", - "poke_726": "Miezunder", - "poke_727": "Fuegro", - "poke_728": "Robball", - "poke_729": "Marikeck", - "poke_730": "Primarene", - "poke_731": "Peppeck", - "poke_732": "Trompeck", - "poke_733": "Tukanon", - "poke_734": "Mangunior", - "poke_735": "Manguspektor", - "poke_736": "Mabula", - "poke_737": "Akkup", - "poke_738": "Donarion", - "poke_739": "Krabbox", - "poke_740": "Krawell", - "poke_741": "Choreogel", - "poke_742": "Wommel", - "poke_743": "Bandelby", - "poke_744": "Wuffels", - "poke_745": "Wolwerock", - "poke_746": "Lusardin", - "poke_747": "Garstella", - "poke_748": "Aggrostella", - "poke_749": "Pampuli", - "poke_750": "Pampross", - "poke_751": "Araqua", - "poke_752": "Aranestro", - "poke_753": "Imantis", - "poke_754": "Mantidea", - "poke_755": "Bubungus", - "poke_756": "Lamellux", - "poke_757": "Molunk", - "poke_758": "Amfira", - "poke_759": "Velursi", - "poke_760": "Kosturso", - "poke_761": "Frubberl", - "poke_762": "Frubaila", - "poke_763": "Fruyal", - "poke_764": "Curelei", - "poke_765": "Kommandutan", - "poke_766": "Quartermak", - "poke_767": "Reißlaus", - "poke_768": "Tectass", - "poke_769": "Sankabuh", - "poke_770": "Colossand", - "poke_771": "Gufa", - "poke_772": "Typ:Null", - "poke_773": "Amigento", - "poke_774": "Meteno", - "poke_775": "Koalelu", - "poke_776": "Tortunator", - "poke_777": "Togedemaru", - "poke_778": "Mimigma", - "poke_779": "Knirfish", - "poke_780": "Sen-Long", - "poke_781": "Moruda", - "poke_782": "Miniras", - "poke_783": "Mediras", - "poke_784": "Grandiras", - "poke_785": "Kapu-Riki", - "poke_786": "Kapu-Fala", - "poke_787": "Kapu-Toro", - "poke_788": "Kapu-Kime", - "poke_789": "Cosmog", - "poke_790": "Cosmovum", - "poke_791": "Solgaleo", - "poke_792": "Lunala", - "poke_793": "Anego", - "poke_794": "Masskito", - "poke_795": "Schabelle", - "poke_796": "Voltriant", - "poke_797": "Kaguron", - "poke_798": "Katagami", - "poke_799": "Schlingking", - "poke_800": "Necrozma", - "poke_801": "Magearna", - "poke_802": "Marshadow", - "poke_803": "Venicro", - "poke_804": "Agoyon", - "poke_805": "Muramura", - "poke_806": "Kopplosio", - "poke_807": "Zeraora", - "poke_808": "Meltan", - "poke_809": "Melmetal", - "poke_810": "Chimpep", - "poke_811": "Chimstix", - "poke_812": "Gortrom", - "poke_813": "Hopplo", - "poke_814": "Kickerlo", - "poke_815": "Liberlo", - "poke_816": "Memmeon", - "poke_817": "Phlegleon", - "poke_818": "Intelleon", - "poke_819": "Raffel", - "poke_820": "Schlaraffel", - "poke_821": "Meikro", - "poke_822": "Kranoviz", - "poke_823": "Krarmor", - "poke_824": "Sensect", - "poke_825": "Keradar", - "poke_826": "Maritellit", - "poke_827": "Kleptifux", - "poke_828": "Gaunux", - "poke_829": "Cottini", - "poke_830": "Cottomi", - "poke_831": "Wolly", - "poke_832": "Zwollock", - "poke_833": "Kamehaps", - "poke_834": "Kamalm", - "poke_835": "Voldi", - "poke_836": "Bellektro", - "poke_837": "Klonkett", - "poke_838": "Wagong", - "poke_839": "Montecarbo", - "poke_840": "Knapfel", - "poke_841": "Drapfel", - "poke_842": "Schlapfel", - "poke_843": "Salanga", - "poke_844": "Sanaconda", - "poke_845": "Urgl", - "poke_846": "Pikuda", - "poke_847": "Barrakiefa", - "poke_848": "Toxel", - "poke_849": "Riffex", - "poke_850": "Thermopod", - "poke_851": "Infernopod", - "poke_852": "Klopptopus", - "poke_853": "Kaocto", - "poke_854": "Fatalitee", - "poke_855": "Mortipot", - "poke_856": "Brimova", - "poke_857": "Brimano", - "poke_858": "Silembrim", - "poke_859": "Bähmon", - "poke_860": "Pelzebub", - "poke_861": "Olangaar", - "poke_862": "Barrikadax", - "poke_863": "Mauzinger", - "poke_864": "Gorgasonn", - "poke_865": "Lauchzelot", - "poke_866": "Pantifrost", - "poke_867": "Oghnatoll", - "poke_868": "Hokumil", - "poke_869": "Pokusan", - "poke_870": "Legios", - "poke_871": "Britzigel", - "poke_872": "Snomnom", - "poke_873": "Mottineva", - "poke_874": "Humanolith", - "poke_875": "Kubuin", - "poke_876": "Servol", - "poke_877": "Morpeko", - "poke_878": "Kupfanti", - "poke_879": "Patinaraja", - "poke_880": "Lectragon", - "poke_881": "Lecryodon", - "poke_882": "Pescragon", - "poke_883": "Pescryodon", - "poke_884": "Duraludon", - "poke_885": "Grolldra", - "poke_886": "Phandra", - "poke_887": "Katapuldra", - "poke_888": "Zacian", - "poke_889": "Zamazenta", - "poke_890": "Endynalos", - "poke_891": "Dakuma", - "poke_892": "Wulaosu", - "poke_893": "Zarude", - "poke_894": "Regieleki", - "poke_895": "Regidrago", - "poke_896": "Polaross", - "poke_897": "Phantoross", - "poke_898": "Coronospa", - "poke_899": "Damythir", - "poke_900": "Axantor", - "poke_901": "Ursaluna", - "poke_902": "Salmagnis", - "poke_903": "Snieboss", - "poke_904": "Myriador", - "poke_905": "Cupidos", - "poke_906": "Felori", - "poke_907": "Feliospa", - "poke_908": "Maskagato", - "poke_909": "Krokel", - "poke_910": "Lokroko", - "poke_911": "Skelokrok", - "poke_912": "Kwaks", - "poke_913": "Fuentente", - "poke_914": "Bailonda", - "poke_915": "Ferkuli", - "poke_916": "Fragrunz", - "poke_917": "Tarundel", - "poke_918": "Spinsidias", - "poke_919": "Micrick", - "poke_920": "Lextremo", - "poke_921": "Pamo", - "poke_922": "Pamamo", - "poke_923": "Pamomamo", - "poke_924": "Zwieps", - "poke_925": "Famieps", - "poke_926": "Hefel", - "poke_927": "Backel", - "poke_928": "Olini", - "poke_929": "Olivinio", - "poke_930": "Olithena", - "poke_931": "Krawalloro", - "poke_932": "Geosali", - "poke_933": "Sedisal", - "poke_934": "Saltigant", - "poke_935": "Knarbon", - "poke_936": "Crimanzo", - "poke_937": "Azugladis", - "poke_938": "Blipp", - "poke_939": "Wampitz", - "poke_940": "Voltrel", - "poke_941": "Voltrean", - "poke_942": "Mobtiff", - "poke_943": "Mastifioso", - "poke_944": "Sproxi", - "poke_945": "Affiti", - "poke_946": "Weherba", - "poke_947": "Horrerba", - "poke_948": "Tentagra", - "poke_949": "Tenterra", - "poke_950": "Klibbe", - "poke_951": "Chilingel", - "poke_952": "Halupenjo", - "poke_953": "Relluk", - "poke_954": "Skarabaks", - "poke_955": "Flattutu", - "poke_956": "Psiopatra", - "poke_957": "Forgita", - "poke_958": "Tafforgita", - "poke_959": "Granforgita", - "poke_960": "Schligda", - "poke_961": "Schligdri", - "poke_962": "Adebom", - "poke_963": "Normifin", - "poke_964": "Delfinator", - "poke_965": "Knattox", - "poke_966": "Knattatox", - "poke_967": "Mopex", - "poke_968": "Schlurm", - "poke_969": "Lumispross", - "poke_970": "Lumiflora", - "poke_971": "Gruff", - "poke_972": "Friedwuff", - "poke_973": "Flaminkno", - "poke_974": "Flaniwal", - "poke_975": "Kolowal", - "poke_976": "Agiluza", - "poke_977": "Heerashai", - "poke_978": "Nigiragi", - "poke_979": "Epitaff", - "poke_980": "Suelord", - "poke_981": "Farigiraf", - "poke_982": "Dummimisel", - "poke_983": "Gladimperio", - "poke_984": "Riesenzahn", - "poke_985": "Brüllschweif", - "poke_986": "Wutpilz", - "poke_987": "Flatterhaar", - "poke_988": "Kriechflügel", - "poke_989": "Sandfell", - "poke_990": "Eisenrad", - "poke_991": "Eisenbündel", - "poke_992": "Eisenhand", - "poke_993": "Eisenhals", - "poke_994": "Eisenfalter", - "poke_995": "Eisendorn", - "poke_996": "Frospino", - "poke_997": "Cryospino", - "poke_998": "Espinodon", - "poke_999": "Gierspenst", - "poke_1000": "Monetigo", - "poke_1001": "Chongjian", - "poke_1002": "Baojian", - "poke_1003": "Dinglu", - "poke_1004": "Yuyu", - "poke_1005": "Donnersichel", - "poke_1006": "Eisenkrieger", - "poke_1007": "Koraidon", - "poke_1008": "Miraidon", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "Keiner", - "poke_type_1": "Normal", - "poke_type_2": "Kampf", - "poke_type_3": "Flug", - "poke_type_4": "Gift", - "poke_type_5": "Boden", - "poke_type_6": "Gestein", - "poke_type_7": "Käfer", - "poke_type_8": "Geist", - "poke_type_9": "Stahl", - "poke_type_10": "Feuer", - "poke_type_11": "Wasser", - "poke_type_12": "Pflanze", - "poke_type_13": "Elektro", - "poke_type_14": "Psycho", - "poke_type_15": "Eis", - "poke_type_16": "Drache", - "poke_type_17": "Unlicht", - "poke_type_18": "Fee", - "purified": "Erlöst", - "quest_0": "Unbekannter Quest Typ", - "quest_1": "{{amount}} mal erster Fang des Tages", - "quest_2": "{{amount}} mal erster Pokestop des Tages", - "quest_3": "mehrteilige Quest", - "quest_4": "Fange {{amount}} Pokemon", - "quest_5": "Drehe {{amount}} Pokestop(s)", - "quest_6": "Brüte {{amount}} Ei(er) aus", - "quest_7": "Gewinne {{amount}} Arenakampf / Arenakämpfe", - "quest_8": "Gewinne {{amount}} Raid(s)", - "quest_9": "Schließe {{amount}} Quest(s) ab", - "quest_10": "Verschicke {{amount}} Pokemon", - "quest_11": "Markiere {{amount}} Pokemon als Favorit(en)", - "quest_12": "automatisch vervollständigt", - "quest_13": "Benutze {{amount}} Beeren beim Fangen von Pokemon", - "quest_14": "Verwende {{amount}} PowerUps bei Pokemon", - "quest_15": "Entwickle {{amount}} Pokemon", - "quest_16": "Lande {{amount}} Wurf/Würfe", - "quest_17": "Verdiene {{amount}} Bonbons durch spazieren mit deinem Kumpel", - "quest_18": "Erhalte {{amount}} Medaille(n)", - "quest_19": "Erreiche Level {{amount}}", - "quest_20": "Kämpfe in {{amount}} Raid(s)", - "quest_21": "Gewinne {{amount}} Arenakampf / Arenakämpfe", - "quest_22": "Füge {{amount}} Freund(e) hinzu", - "quest_23": "Tausche {{amount}} Pokemon", - "quest_24": "Verschicke {{amount}} Geschenk(e) an Freunde", - "quest_25": "Entwickle {{amount}} Pokemon zu einem bestimmten Pokemon", - "quest_27": "Gewinne {{amount}} Kampf/Kämpfe", - "quest_28": "Mache {{amount}} Schnappschuss/Schnappschüsse", - "quest_29": "Kämpfe in {{amount}} Team Rocket Kampf/Kämpfe", - "quest_30": "Erlöse {{amount}} Pokemon", - "quest_31": "Finde {{amount}} Team Rocket Invasion(en)", - "quest_32": "{{amount}} mal erster Grunt des Tages", - "quest_33": "Füttere deinen Kumpel {{amount}} mal", - "quest_34": "Verdiene {{amount}} Herzen mit deinem Kumpel", - "quest_35": "Spiele {{amount}} mal mit deinem Kumpel", - "quest_36": "Erhöhe deinen Kumpel-Level {{amount}} mal", - "quest_37": "Erhalte {{amount}} Kumpel-Punkte durch spazieren", - "quest_38": "Erhalte {{amount}} Souvenir(e) von deinem Kumpel", - "quest_39": "Benutze {{amount}} Rauch", - "quest_40": "Finde mit Kumpel ${amount}} Souvenir(e)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Laufe {{amount}} km", - "quest_43": "Mega-Entwickle {{amount}} Pokemon", - "quest_44": "Erhalte {{amount}} Sternenstaub", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "{{amount}} ortsbasierende AR Scan(s)", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Verwende {{amount}} Ladeattacken", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Mache {{amount}} Schnappschuss/Schnappschüsse von wilden Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Öffne {{amount}} Geschenk(e)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "Laufe {{amount}} km mit deinem Kumpel.", - "quest_catch_type_dark_plural": "Fange {{amount}} Pokémon vom Typ Unlicht.", - "quest_catch_type_dragon_plural": "Fange {{amount}} Pokémon vom Typ Drache.", - "quest_catch_type_poison_plural": "Fange {{amount}} Pokémon vom Typ Gift.", - "quest_catch_type_psychic_plural": "Fange {{amount}} Pokémon vom Typ Psycho.", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Typ", - "quest_condition_1_formatted": "Typ(en): {{types}}", - "quest_condition_2": "Pokemon Kategorie", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "wetterverstärkt", - "quest_condition_4": "täglicher Fang-Bonus", - "quest_condition_5": "täglicher Dreh-Bonus", - "quest_condition_6": "gewinne Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Wurfart", - "quest_condition_8_formatted": "{{throw_type}}", - "quest_condition_9": "gewinne Arenakampf", - "quest_condition_10": "sehr effektive Ladeattacke", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "einzigartiger Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "hintereinander", - "quest_condition_14_formatted": "{{throw_type}}, hintereinander", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Abzeichen Typ", - "quest_condition_17": "Spieler Level", - "quest_condition_18": "gewinne Kampf", - "quest_condition_19": "neuer Freund", - "quest_condition_20": "Tage in Folge", - "quest_condition_21": "einzigartige Pokemon", - "quest_condition_22": "NPC Kampf", - "quest_condition_23": "PVP Kampf", - "quest_condition_24": "Ort", - "quest_condition_25": "Distanz", - "quest_condition_26": "Pokemon Ausrichtung", - "quest_condition_26_formatted": "Pokemon Ausrichtung(en): {{alignments}}", - "quest_condition_27": "Invasions Kategorie", - "quest_condition_27_formatted": "Invasions Kategorie(en): {{categories}}", - "quest_condition_28": "Mit Kumpel", - "quest_condition_29": "Kumpel Interessanter POI", - "quest_condition_30": "Tägliche Kumpel-Zuneigung", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "einzelner Tag", - "quest_condition_33": "einzigartiges Pokemon Team", - "quest_condition_34": "Max WP", - "quest_condition_35": "Glücks-Pokemon", - "quest_condition_36": "Legendäres Pokemon", - "quest_condition_37": "Mit Mega-Entwicklung", - "quest_condition_37_formatted": "Mega Entwicklung(en): {{evolutions}}", - "quest_condition_38": "GO Kampfliga Rang", - "quest_condition_39": "Fänge hintereinander", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Gewinne in der GO Kampfliga", - "quest_condition_42": "Scannen", - "quest_condition_42_formatted": "{{poi}} scannen", - "quest_condition_43": "Mit Item Typen", - "quest_condition_43_formatted": "Mit Item Typen: {{types}}", - "quest_condition_44": "Innerhalb bestimmter Zeit", - "quest_condition_44_formatted": "in {{time}} Sekunden", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "Besiege {{amount}} Pokémon vom Typ Geist.", - "quest_fight_type_ghost_psychic_plural": "Besiege {{amount}} Pokémon vom Typ Psycho oder Geist.", - "quest_fight_type_psychic_plural": "Besiege {{amount}} Pokémon vom Typ Psycho.", - "quest_incense_singular": "Verwende einen Rauch.", - "quest_land_excellent_plural": "Lande {{amount}} fabelhafte Würfe.", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Sternenstaub", - "quest_reward_3_formatted": "{{amount}} Sternenstaub", - "quest_reward_4": "Bonbon", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Bonbon", - "quest_reward_5": "Avatar-Kleidung", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Begegnung", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "Pokemünzen", - "quest_reward_8_formatted": "{{amount}} Pokemünzen", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Aufkleber", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Aufkleber", - "quest_reward_12": "Mega Energie", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energie", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "Kämpfe {{amount_0}}-mal gegen einen Teamleiter.", - "quest_title_challenge_2019_battle_trainer": "Kämpfe gegen einen anderen Trainer.", - "quest_title_challenge_2019_battle_trainer_plural": "Kämpfe {{amount_0}}-mal gegen einen anderen Trainer.", - "quest_title_challenge_2019_battle_trainer_win": "Gewinne {{amount_0}}-mal gegen einen anderen Trainer.", - "quest_title_challenge_2019_snapshot_eevee": "Mache {{amount_0}} Schnappschüsse von Evoli.", - "quest_title_challenge_2019_snapshot_loudred": "Mache einen Schnappschuss von Krakeelo.", - "quest_title_challenge_2019_snapshot_pkmn": "Mach {{amount_0}} Schnappschüsse von Jirachi.", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Fee.", - "quest_title_challenge_2019_snapshot_pkmn_flying": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Flug.", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Geist.", - "quest_title_challenge_2019_snapshot_pkmn_grass": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Pflanze.", - "quest_title_challenge_2019_snapshot_pkmn_ground": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Boden.", - "quest_title_challenge_2019_snapshot_pkmn_ice": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Eis.", - "quest_title_challenge_2019_snapshot_pkmn_normal": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Normal.", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Psycho.", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Psycho oder Stahl.", - "quest_title_challenge_2019_snapshot_pkmn_rock": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Gestein.", - "quest_title_challenge_2019_snapshot_pkmn_steel": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Stahl.", - "quest_title_challenge_2019_snapshot_pkmn_water": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Wasser.", - "quest_title_challenge_2019_trade_distance": "Tausche gegen 3 Pokémon, die aus mindestens 100 km Entfernung stammen.", - "quest_title_challenge_available": "Eine neue Herausforderung ist verfügbar!", - "quest_title_challenge_battle_gbl_win_all": "Gewinne in der GO-Kampfliga", - "quest_title_challenge_battle_trainer_great": "Kämpfe gegen einen anderen Trainer in der Superliga.", - "quest_title_challenge_buddy_affection_plural": "Verdiene {{amount_0}} Herzen mit deinem Kumpel.", - "quest_title_challenge_buddy_affection_single": "Verdiene ein Herz mit deinem Kumpel.", - "quest_title_challenge_buddy_battle_plural": "Kämpfe {{amount_0}}-mal an der Seite deines Kumpels, während ihr zusammen unterwegs seid.", - "quest_title_challenge_buddy_battle_single": "Kämpfe an der Seite deines Kumpels, während ihr zusammen unterwegs seid.", - "quest_title_challenge_buddy_emotion_plural": "Mache deinen Kumpel {{amount_0}}-mal aufgeregt.", - "quest_title_challenge_buddy_emotion_single": "Mache deinen Kumpel aufgeregt.", - "quest_title_challenge_buddy_level_best_plural": "Erreiche Bester Kumpel {{amount_0}}-mal mit Pokémon.", - "quest_title_challenge_buddy_level_best_single": "Erreiche Bester Kumpel mit einem Pokémon.", - "quest_title_challenge_buddy_level_good_plural": "Erreiche Guter Kumpel {{amount_0}}-mal mit Pokémon. ", - "quest_title_challenge_buddy_level_good_single": "Erreiche Guter Kumpel mit einem Pokémon.", - "quest_title_challenge_buddy_level_great_plural": "Erreiche Superkumpel {{amount_0}}-mal mit Pokémon.", - "quest_title_challenge_buddy_level_great_single": "Erreiche Superkumpel mit einem Pokémon. ", - "quest_title_challenge_buddy_level_plural": "Erhöhe den Kumpel-Level von Pokémon {{amount_0}}-mal.", - "quest_title_challenge_buddy_level_single": "Erhöhe den Kumpel-Level von einem Pokémon.", - "quest_title_challenge_buddy_level_ultra_plural": "Erreiche Hyperkumpel {{amount_0}}-mal mit Pokémon.", - "quest_title_challenge_buddy_level_ultra_single": "Erreiche Hyperkumpel mit einem Pokémon. ", - "quest_title_challenge_buddy_play_plural": "Spiele {{amount_0}}-mal mit deinem Kumpel.", - "quest_title_challenge_buddy_play_single": "Spiele mit deinem Kumpel.", - "quest_title_challenge_buddy_poi_plural": "Besuche {{amount_0}}-mal interessante Orte, die dein Kumpel entdeckt hat.", - "quest_title_challenge_buddy_poi_single": "Besuche einen interessanten Ort, den dein Kumpel entdeckt hat.", - "quest_title_challenge_buddy_snapshot_plural": "Mache {{amount_0}} Schnappschüsse von deinem Kumpel.", - "quest_title_challenge_buddy_snapshot_single": "Mache einen Schnappschuss von deinem Kumpel.", - "quest_title_challenge_buddy_treat_plural": "Gib deinem Kumpel {{amount_0}} Snacks.", - "quest_title_challenge_buddy_treat_single": "Gib deinem Kumpel einen Snack.", - "quest_title_challenge_catch_legendary": "Fange ein Legendäres Pokémon durch einen Feldforschungsdurchbruch oder Raid.", - "quest_title_challenge_catch_unique_any": "Fange {{amount_0}} verschiedene Arten von Pokémon.", - "quest_title_challenge_snapshot_bidoof": "Mache einen Schnappschuss von Bidiza.", - "quest_title_challenge_snapshot_dratini_singular": "Mache einen Schnappschuss von Dratini.", - "quest_title_challenge_snapshot_eevee": "Mache einen Schnappschuss von Evoli.", - "quest_title_challenge_snapshot_pkmn_bug": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Käfer.", - "quest_title_challenge_snapshot_pkmn_bug_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Käfer.", - "quest_title_challenge_snapshot_pkmn_dark": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Finsternis.", - "quest_title_challenge_snapshot_pkmn_dark_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Finsternis.", - "quest_title_challenge_snapshot_pkmn_dragon": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Drache.", - "quest_title_challenge_snapshot_pkmn_dragon_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Drache.", - "quest_title_challenge_snapshot_pkmn_electric": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Elektro.", - "quest_title_challenge_snapshot_pkmn_electric_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Elektro.", - "quest_title_challenge_snapshot_pkmn_fairy_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Fee.", - "quest_title_challenge_snapshot_pkmn_fighting": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Kampf.", - "quest_title_challenge_snapshot_pkmn_fighting_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Kampf.", - "quest_title_challenge_snapshot_pkmn_fire": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Feuer.", - "quest_title_challenge_snapshot_pkmn_fire_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Feuer.", - "quest_title_challenge_snapshot_pkmn_flying_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Flug.", - "quest_title_challenge_snapshot_pkmn_ghost_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Geist.", - "quest_title_challenge_snapshot_pkmn_grass_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Pflanze.", - "quest_title_challenge_snapshot_pkmn_ground_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Boden.", - "quest_title_challenge_snapshot_pkmn_ice_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Eis.", - "quest_title_challenge_snapshot_pkmn_normal_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Normal.", - "quest_title_challenge_snapshot_pkmn_poison": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Gift.", - "quest_title_challenge_snapshot_pkmn_poison_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Gift.", - "quest_title_challenge_snapshot_pkmn_psychic_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Psycho.", - "quest_title_challenge_snapshot_pkmn_rock": "Mache {{amount_0}} Schnappschüsse von Pokémon vom Typ Gestein.", - "quest_title_challenge_snapshot_pkmn_rock_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Gestein.", - "quest_title_challenge_snapshot_pkmn_steel_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Stahl.", - "quest_title_challenge_snapshot_pkmn_water_single": "Mache einen Schnappschuss von einem Pokémon vom Typ Wasser.", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Mache einen Schnappschuss von Elezeba im Freien.", - "quest_title_challenge_snapshot_wild_glameow_singular": "Mache einen Schnappschuss von Charmian im Freien.", - "quest_title_geotarget_quest_description": "{{amount_0}} scannen", - "quest_title_quest_achieve_lvl_40": "Erreiche Level 40.", - "quest_title_quest_adventure_effect_activate_plural": "Aktiviere {{amount_0}}-mal einen Abenteuer-Effekt.", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Aktiviere {{amount_0}}-mal den Abenteuer-Effekt Zeitenlärm.", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Aktiviere den Abenteuer-Effekt Zeitenlärm.", - "quest_title_quest_adventure_effect_activate_singular": "Aktiviere einen Abenteuer-Effekt.", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Aktiviere {{amount_0}}-mal den Abenteuer-Effekt Raumschlag.", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Aktiviere den Abenteuer-Effekt Raumschlag.", - "quest_title_quest_adventure_evolve_singular": "Abenteuerwoche: Entwickle ein Amonitas oder Kabuto.", - "quest_title_quest_adventure_hatch_egg_plural": "Abenteuerwoche: Brüte {{amount_0}} Eier aus.", - "quest_title_quest_adventure_visit_pokestop_new_plural": "Abenteuerwoche: Drehe {{amount_0}} PokéStops, die du noch nicht besucht hast.", - "quest_title_quest_adventure_walk_buddy_plural": "Abenteuerwoche: Verdiene {{amount_0}} Bonbons durch Spazieren mit deinem Kumpel.", - "quest_title_quest_adventure2019_catch_special33_plural": "Abenteuerwoche 2019: Fange {{amount_0}} Stollunior.", - "quest_title_quest_adventure2019_evolve_singular": "Abenteuerwoche 2019: Entwickle ein Liliep oder Anorith.", - "quest_title_quest_adventure2019_hatch_egg_plural": "Abenteuerwoche 2019: Brüte {{amount_0}} Eier aus.", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Abenteuerwoche 2019: Drehe {{amount_0}} PokéStops, die du noch nicht besucht hast.", - "quest_title_quest_adventure2019_visit_pokestop_plural": "Abenteuerwoche 2019: Drehe 25 PokéStops.", - "quest_title_quest_adventure2019_walk_buddy_plural": "Abenteuerwoche 2019: Verdiene {{amount_0}} Bonbons durch Spazieren mit deinem Kumpel.", - "quest_title_quest_alodude_catch": "Fange {{amount_0}} Alola-Kleinstein.", - "quest_title_quest_alodude_evolve_a": "Entwickle {{amount_0}} Alola-Kleinstein.", - "quest_title_quest_alodude_evolve_b": "Entwickle {{amount_0}} Alola-Georok.", - "quest_title_quest_alodude_snap": "Mache {{amount_0}} Schnappschüsse von Alola-Kleinstein.", - "quest_title_quest_at_catch_a": "Fange {{amount_0}} Abra.", - "quest_title_quest_at_evolve_a": "Entwickle {{amount_0}} Abra.", - "quest_title_quest_at_evolve_k": "Entwickle {{amount_0}} Kadabra.", - "quest_title_quest_axew_catch_b": "Fange {{amount_0}} Milza.", - "quest_title_quest_axew_evolve_b": "Entwickle {{amount_0}} Milza.", - "quest_title_quest_axew_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Milza.", - "quest_title_quest_azelf_wild_snap": "Mache einen Schnappschuss von Tobutz im Freien.", - "quest_title_quest_bagon_catch_b": "Fange {{amount_0}} Kindwurm.", - "quest_title_quest_bagon_evolve_b_plural": "Entwickle {{amount_0}} Kindwurm", - "quest_title_quest_bagon_evolve_b_singular": "Entwickle ein Kindwurm", - "quest_title_quest_bagon_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Kindwurm.", - "quest_title_quest_battle_buddy_adventure_plural": "Kämpfe {{amount_0}}-mal gegen einen Trainer mit deinem Kumpel während ihr auf Abenteuer seid.", - "quest_title_quest_battle_buddy_adventure_single": "Kämpfe gegen einen Trainer mit deinem Kumpel während ihr auf Abenteuer seid.", - "quest_title_quest_battle_dangling_reward_toast": "Du musst deinen aktuellen Kampf beenden, bevor du einen neuen Kampf beginnen kannst!", - "quest_title_quest_battle_error_toast": "Beim Starten des Kampfes ist ein Fehler aufgetreten.", - "quest_title_quest_battle_gbl_halloween_plural": "Kämpfe {{amount_0}}-mal im Halloween-Cup.", - "quest_title_quest_battle_gbl_halloween_win_plural": "Gewinne {{amount_0}} Trainerkämpfe im Halloween-Cup.", - "quest_title_quest_battle_gbl_plural": "Kämpfe {{amount_0}}-mal in der GO-Kampfliga.", - "quest_title_quest_battle_gbl_singular": "Kämpfe in der GO-Kampfliga.", - "quest_title_quest_battle_gbl_win_plural": "Gewinne {{amount_0}} Trainerkämpfe in der GO-Kampfliga.", - "quest_title_quest_battle_gbl_win_singular": "Gewinne 1 Trainerkampf in der GO-Kampfliga.", - "quest_title_quest_battle_great_plural": "Kämpfe {{amount_0}}-mal gegen einen Trainer in der Superliga.", - "quest_title_quest_battle_great_win_plural": "Gewinne {{amount_0}} Trainerkämpfe in der Superliga.", - "quest_title_quest_battle_great_win_singular": "Gewinne 1 Trainerkampf in der Superliga.", - "quest_title_quest_battle_gym_plural": "Kämpfe {{amount_0}}-mal in einer Arena.", - "quest_title_quest_battle_gym_singular": "Kämpfe in einer Arena.", - "quest_title_quest_battle_master_win_plural": "Gewinne {{amount_0}} Trainerkämpfe in der Meisterliga.", - "quest_title_quest_battle_master_win_singular": "Gewinne 1 Trainerkampf in der Meisterliga.", - "quest_title_quest_battle_raid_plural": "Kämpfe in {{amount_0}} Raids.", - "quest_title_quest_battle_raid_singular": "Kämpfe in einem Raid.", - "quest_title_quest_battle_raid_with_friend_plural": "Kämpfe in {{amount_0}} Raids mit einem Freund.", - "quest_title_quest_battle_raid_with_friend_singular": "Kämpfe in einem Raid mit einem Freund.", - "quest_title_quest_battle_supereffective_charge_plural": "Setze eine sehr effektive Lade-Attacke in {{amount_0}} Arenakämpfen ein.", - "quest_title_quest_battle_supereffective_charge_singular": "Setze eine sehr effektive Lade-Attacke in einem Arenakampf ein.", - "quest_title_quest_battle_team_rocket_plural": "Kämpfe gegen {{amount_0}} Team GO Rocket-Rüpel.", - "quest_title_quest_battle_team_rocket_singular": "Kämpfe gegen einen Team GO Rocket-Rüpel.", - "quest_title_quest_battle_ultra_win_plural": "Gewinne {{amount_0}} Trainerkämpfe in der Hyperliga.", - "quest_title_quest_battle_ultra_win_singular": "Gewinne 1 Trainerkampf in der Hyperliga.", - "quest_title_quest_battle19_catch_fighting_easy": "Fange {{amount_0}} Pokémon vom Typ Kampf.", - "quest_title_quest_battle19_catch_medium_pkmn": "Fange ein Makuhita oder Meditie!", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Lande {{amount_0}} fabelhafte Würfe hintereinander.", - "quest_title_quest_battle19_raid_win_veryhard": "Gewinne {{amount_0}} Raids.", - "quest_title_quest_battle19_supereffective_charge_hard": "Setze eine sehr effektive Lade-Attacke in {{amount_0}} Arenakämpfen ein.", - "quest_title_quest_battler_appears": "EIN GEGNER ERSCHEINT!", - "quest_title_quest_beat_raid_10_minutes": "Gewinne einen Raid in weniger als 10 Minuten.", - "quest_title_quest_beat_raid_60_seconds": "Gewinne einen Raid in weniger als 60 Sekunden.", - "quest_title_quest_beat_raid_singular_minutes": "Gewinne einen Raid in weniger als {{amount_0}} Minuten.", - "quest_title_quest_beat_raid_singular_seconds": "Gewinne einen Raid in weniger als {{amount_0}} Sekunden.", - "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: Fange {{amount_0}} Taubsi oder Rattfratz.", - "quest_title_quest_begins19_evolve_plural": "Pokémon Day: Entwickle ein Mauzi.", - "quest_title_quest_beldum_catch_b": "Fange {{amount_0}} Tanhel.", - "quest_title_quest_beldum_evolve_b_plural": "Entwickle {{amount_0}} Tanhel.", - "quest_title_quest_beldum_evolve_b_singular": "Entwickle ein Tanhel.", - "quest_title_quest_bellsprout_catch_b": "Fange {{amount_0}} Knofensa", - "quest_title_quest_bellsprout_evolve_b_plural": "Entwickle {{amount_0}} Knofensa", - "quest_title_quest_bellsprout_evolve_b_singular": "Entwickle ein Knofensa", - "quest_title_quest_bellsprout_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Knofensa!", - "quest_title_quest_beluga_evolve_pkmn": "Let's go: Entwickle {{amount_0}} Anorith.", - "quest_title_quest_beluga_excellent_singular": "Let's Go: Lande {{amount_0}} fabelhaften Wurf.", - "quest_title_quest_beluga_hatch_plural": "Let’s Go: Brüte {{amount_0}} Eier aus.", - "quest_title_quest_best_buddy_bronze": "Habe 1 Besten Kumpel.", - "quest_title_quest_best_buddy_silver": "Habe 10 Beste Kumpel.", - "quest_title_quest_bounsweet_catch_b": "Fange {{amount_0}} Frubberl", - "quest_title_quest_bounsweet_evolve_b_plural": "Entwickle {{amount_0}} Frubberl", - "quest_title_quest_bounsweet_evolve_b_singular": "Entwickle ein Frubberl", - "quest_title_quest_braixen_evolve_b": "Entwickle {{amount_0}} Rutena.", - "quest_title_quest_breakthrough_completed": "Feldforschung abgeschlossen!", - "quest_title_quest_breakthrough_reward_mystery": "Geheime Items", - "quest_title_quest_breakthrough_reward_stardust": "Sternen-staub", - "quest_title_quest_brionne_evolve_b_plural": "Entwickle {{amount_0}} Marikeck.", - "quest_title_quest_brionne_evolve_b_singular": "Entwickle ein Marikeck.", - "quest_title_quest_buddy_affection_days": "Verdiene an {{amount_0}} verschiedenen Tagen ein Herz mit deinem Kumpel.", - "quest_title_quest_buddy_affection_days_in_a_row": "Verdiene {{amount_0}} Tage hintereinander ein Herz mit deinem Kumpel.", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Kämpfe {{amount_0}}-mal gegen einen Trainer mit deinem Kumpel während ihr auf Abenteuer seid.", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "Kämpfe gegen einen Trainer mit deinem Kumpel während ihr auf Abenteuer seid.", - "quest_title_quest_buddy_souvenir_plural": "Erhalte {{amount_0}} Souvenirs von deinem Kumpel.", - "quest_title_quest_buddy_souvenir_singular": "Erhalte 1 Souvenir von deinem Kumpel.", - "quest_title_quest_buddy_walk_km_plural": "Laufe {{amount_0}} km mit deinem Kumpel.", - "quest_title_quest_bulbt_catch_b": "Fange {{amount_0}} Bisasam.", - "quest_title_quest_bulbt_evolve_b": "Entwickle {{amount_0}} Bisasam.", - "quest_title_quest_bulbt_evolve_s1": "Entwickle {{amount_0}} Bisaknosp.", - "quest_title_quest_cacnea_catch": "Fange {{amount_0}} Tuska.", - "quest_title_quest_catch_151": "Fange 151 Pokémon.", - "quest_title_quest_catch_b_types_plural": "Fange {{amount_0}} Pokémon vom Typ Elektro, Normal oder Gift.", - "quest_title_quest_catch_basic_types_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze, Wasser oder Feuer.", - "quest_title_quest_catch_berry_any_drifloon": "Verwende {{amount_0}} Beeren beim Fangen von Driftlon.", - "quest_title_quest_catch_berry_nanab_drifloon": "Verwende {{amount_0}} Nanabbeeren beim Fangen von Driftlon.", - "quest_title_quest_catch_berry_pinap": "Verwende {{amount_0}} Sananabeeren beim Fangen von Pokémon.", - "quest_title_quest_catch_berry_razz": "Verwende {{amount_0}} Himmihbeeren beim Fangen von Pokémon.", - "quest_title_quest_catch_berry_razz_drifloon": "Verwende {{amount_0}} Himmihbeeren beim Fangen von Driftlon.", - "quest_title_quest_catch_bronzor_plural": "Fange {{amount_0}} Bronzel.", - "quest_title_quest_catch_c_types_plural": "Fange {{amount_0}} Pokémon vom Typ Flug, Psycho oder Unlicht.", - "quest_title_quest_catch_carbink_singular": "Fange ein Rocara", - "quest_title_quest_catch_celebi_types_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze oder Psycho.", - "quest_title_quest_catch_costumed_plural": "Fange {{amount_0}} Evoli mit Sonnenkrone oder Mondkrone", - "quest_title_quest_catch_crabrawler_plural": "Fange {{amount_0}} Krabbox", - "quest_title_quest_catch_dark_type_plural": "Fange {{amount_0}} Pokémon vom Typ Unlicht.", - "quest_title_quest_catch_darumaka_plural": "Fange {{amount_0}} Flampion.", - "quest_title_quest_catch_daysinarow": "Fange {{amount_0}} Tage hintereinander ein Pokémon.", - "quest_title_quest_catch_dialga": "Fange Dialga.", - "quest_title_quest_catch_drifloon": "Fange {{amount_0}} Driftlon.", - "quest_title_quest_catch_ducklett_plural": "Fange {{amount_0}} Piccolente", - "quest_title_quest_catch_ducklett_singular": "Fange ein Piccolente.", - "quest_title_quest_catch_emolga_plural": "Fange {{amount_0}} Emolga", - "quest_title_quest_catch_excellent_curve_drifloon": "Fange {{amount_0}} Driftlon mit fabelhaften Curveball-Würfen.", - "quest_title_quest_catch_excellent_with_berry_drifloon": "Fange {{amount_0}} Drifloon mit fabelhaften Würfen, nachdem du ihnen Beeren gegeben hast.", - "quest_title_quest_catch_feed_plural": "Verwende {{amount_0}} Beeren beim Fangen von Pokémon.", - "quest_title_quest_catch_feed_singular": "Verwende eine Beere beim Fangen eines Pokémon.", - "quest_title_quest_catch_furfou_singular": "Fange ein Coiffwaff.", - "quest_title_quest_catch_groudon_primal_boosted_types": "Fange {{amount_0}} Pokémon vom Typ Feuer, Pflanze oder Boden.", - "quest_title_quest_catch_groudon_type": "Fange {{amount_0}} Pokémon vom Typ Feuer, Pflanze oder Boden.", - "quest_title_quest_catch_hoenn_pokemon": "Fange {{amount_0}} Pokémon, die ursprünglich in der Hoenn-Region entdeckt wurden.", - "quest_title_quest_catch_in_day_plural": "Fange {{amount_0}} Pokémon an einem einzigen Tag.", - "quest_title_quest_catch_jan21_hoenn1_plural": "Fange {{amount_0}} Groudon.", - "quest_title_quest_catch_jan21_hoenn2_plural": "Fange {{amount_0}} Kyogre.", - "quest_title_quest_catch_johto_pokemon": "Fange {{amount_0}} Pokémon, die ursprünglich in der Johto-Region entdeckt wurden.", - "quest_title_quest_catch_kanto_pokemon": "Fange {{amount_0}} Pokémon, die ursprünglich in der Kanto-Region entdeckt wurden.", - "quest_title_quest_catch_kyogre_primal_boosted_types": "Fange {{amount_0}} Pokémon vom Typ Wasser, Elektro oder Käfer.", - "quest_title_quest_catch_kyogre_type": "Fange {{amount_0}} Pokémon vom Typ Wasser, Elektro oder Käfer.", - "quest_title_quest_catch_legendary_inarow_plural": "Fange die nächsten {{amount_0}} Legendären oder Mysteriösen Pokémon, denen du begegnest.", - "quest_title_quest_catch_legendary_plural": "Fange {{amount_0}} Legendäre oder Mysteriöse Pokémon.", - "quest_title_quest_catch_legendary_singular": "Fange 1 Legendäres oder Mysteriöses Pokémon.", - "quest_title_quest_catch_lunatone_plural": "Fange {{amount_0}} Lunastein.", - "quest_title_quest_catch_luvdisc": "Fange {{amount_0}} Liebiskus.", - "quest_title_quest_catch_misc_01_types_plural": "Fange {{amount_0}} Pokémon vom Typ Normal, Wasser oder Eis.", - "quest_title_quest_catch_nymble_plural": "Fange {{amount_0}} Micrick.", - "quest_title_quest_catch_palkia": "Fange Palkia.", - "quest_title_quest_catch_pikachu_plural": "Fange {{amount_0}} Pikachu.", - "quest_title_quest_catch_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon.", - "quest_title_quest_catch_pokemon_dai_plural": "Verwende den Täglichen Abenteuerrauch, um {{amount_0}} Pokémon zu fangen.", - "quest_title_quest_catch_pokemon_days": "Fange an {{amount_0}} verschiedenen Tagen ein Pokémon.", - "quest_title_quest_catch_pokemon_great_ball_plural": "Fange {{amount_0}} Pokémon in Superbällen.", - "quest_title_quest_catch_pokemon_great_ball_singular": "Fange ein Pokémon in einem Superball.", - "quest_title_quest_catch_pokemon_legendary_plural": "Fange {{amount_0}} Legendäre Pokémon.", - "quest_title_quest_catch_pokemon_legendary_singular": "Fange ein Legendäres Pokémon.", - "quest_title_quest_catch_pokemon_party_plural": "Fange {{amount_0}} Pokémon mit einem Team.", - "quest_title_quest_catch_pokemon_plural": "Fange {{amount_0}} Pokémon.", - "quest_title_quest_catch_pokemon_poke_ball_plural": "Fange {{amount_0}} Pokémon in Pokébällen.", - "quest_title_quest_catch_pokemon_poke_ball_singular": "Fange ein Pokémon in einem Pokéball.", - "quest_title_quest_catch_pokemon_routes_plural": "Fange {{amount_0}} Pokémon beim Folgen von Routen.", - "quest_title_quest_catch_pokemon_routes_singular": "Fange ein Pokémon beim Folgen von Routen.", - "quest_title_quest_catch_pokemon_singular": "Fange ein Pokémon.", - "quest_title_quest_catch_pokemon_task": "Fange Pokémon.", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "Fange {{amount_0}} Pokémon in Hyperbällen.", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "Fange ein Pokémon in einem Hyperball.", - "quest_title_quest_catch_psychic_steel": "Fange {{amount_0}} Pokémon vom Typ Psycho oder Stahl.", - "quest_title_quest_catch_raid_regi_any": "Fange ein Regirock, Regice oder Registeel bei einem Raid.", - "quest_title_quest_catch_raid_regi_ice": "Fange ein Regice bei einem Raid.", - "quest_title_quest_catch_raid_regi_rock": "Fange ein Regirock bei einem Raid.", - "quest_title_quest_catch_raid_regi_steel": "Fange ein Registeel bei einem Raid.", - "quest_title_quest_catch_rayquaza_type": "Fange {{amount_0}} Pokémon vom Typ Flug, Psycho oder Drache.", - "quest_title_quest_catch_sinnoh_pokemon": "Fange {{amount_0}} Pokémon, die ursprünglich in der Sinnoh-Region entdeckt wurden.", - "quest_title_quest_catch_sinnoh_pokemon_singular": "Fange ein Pokémon, das ursprünglich in der Sinnoh-Region entdeckt wurde.", - "quest_title_quest_catch_solrock_plural": "Fange {{amount_0}} Sonnfel.", - "quest_title_quest_catch_special_aerodactyl": "Fange ein Aerodactyl.", - "quest_title_quest_catch_special_bidoof": "Fange {{amount_0}} Bidiza.", - "quest_title_quest_catch_special_chespin": "Fange ein Igamaro.", - "quest_title_quest_catch_special_cottonee": "Fange {{amount_0}} Waumboll.", - "quest_title_quest_catch_special_cubone": "Fange ein Tragosso.", - "quest_title_quest_catch_special_exeggcute": "Fange {{amount_0}} Owei.", - "quest_title_quest_catch_special_fennekin": "Fange ein Fynx.", - "quest_title_quest_catch_special_fletchling": "Fange ein Dartiri.", - "quest_title_quest_catch_special_froakie": "Fange ein Froxy.", - "quest_title_quest_catch_special_furfrou": "Fange ein Coiffwaff.", - "quest_title_quest_catch_special_jirachi": "Fange Jirachi!", - "quest_title_quest_catch_special_lieep_anorithl": "Fange {{amount_0}} Liliep oder Anorith.", - "quest_title_quest_catch_special_litleo": "Fange ein Leufeo.", - "quest_title_quest_catch_special_mew": "Fange Mew!", - "quest_title_quest_catch_special_natu": "Fange {{amount_0}} Natu.", - "quest_title_quest_catch_special_omanyte_kabuto": "Fange {{amount_0}} Amonitas oder Kabuto.", - "quest_title_quest_catch_special_pumpkaboo": "Fange {{amount_0}} Irrbis.", - "quest_title_quest_catch_special_slugma_gulpin": "Fange {{amount_0}} Schneckmag oder Schluppuck.", - "quest_title_quest_catch_special_voltorb": "Fange {{amount_0}} Voltobal.", - "quest_title_quest_catch_special0_plural": "Fange {{amount_0}} Ditto.", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Fange die {{amount_0}} Pokémon auf der Eventliste.", - "quest_title_quest_catch_special0_singular": "Fange ein Ditto.", - "quest_title_quest_catch_special1_plural": "Fange {{amount_0}} Myrapla oder Knofensa.", - "quest_title_quest_catch_special1_singular": "Fange ein Myrapla oder Knofensa.", - "quest_title_quest_catch_special2_plural": "Fange {{amount_0}} Wablu.", - "quest_title_quest_catch_special2_singular": "Fange ein Wablu.", - "quest_title_quest_catch_special3_plural": "Fange {{amount_0}} Taubsi oder Kramurx.", - "quest_title_quest_catch_special3_singular": "Fange ein Taubsi oder Kramurx.", - "quest_title_quest_catch_special4_plural": "Fange {{amount_0}} Geckarbor oder Hydropi.", - "quest_title_quest_catch_special4_singular": "Fange ein Geckarbor oder Hydropi.", - "quest_title_quest_catch_special5_plural": "Fange {{amount_0}} Mauzi oder Eneco.", - "quest_title_quest_catch_special5_singular": "Fange ein Mauzi oder Eneco.", - "quest_title_quest_catch_special6_plural": "Fange {{amount_0}} Voltilamm", - "quest_title_quest_catch_special7_plural": "Fange {{amount_0}} Glumanda", - "quest_title_quest_catch_special8_plural": "Fange {{amount_0}} Larvitar.", - "quest_title_quest_catch_special9_plural": "Fange {{amount_0}} Icognito.", - "quest_title_quest_catch_special10_plural": "Fange {{amount_0}} Plusle.", - "quest_title_quest_catch_special11_plural": "Fange {{amount_0}} Minun.", - "quest_title_quest_catch_special12_plural": "Fange {{amount_0}} Schiggy.", - "quest_title_quest_catch_special13_plural": "Fange {{amount_0}} Roselia.", - "quest_title_quest_catch_special14_singular": "Fange ein Mauzi oder Fukano.", - "quest_title_quest_catch_special15_singular": "Fange ein Snubbull oder Fiffyen.", - "quest_title_quest_catch_special16_singular": "Fange ein Eneco oder Fiffyen.", - "quest_title_quest_catch_special17_plural": "Fange {{amount_0}} Evoli.", - "quest_title_quest_catch_special18_plural": "Fange {{amount_0}} Tanhel.", - "quest_title_quest_catch_special19_plural": "Fange {{amount_0}} Bummelz.", - "quest_title_quest_catch_special20_plural": "Fange {{amount_0}} Trasla.", - "quest_title_quest_catch_special21_singular": "Fange ein Rattfratz oder Pikachu.", - "quest_title_quest_catch_special22_plural": "Fange {{amount_0}} Endivie.", - "quest_title_quest_catch_special23_plural": "Fange {{amount_0}} Feurigel.", - "quest_title_quest_catch_special24_plural": "Fange {{amount_0}} Karnimani.", - "quest_title_quest_catch_special25_plural": "Fange {{amount_0}} Quiekel.", - "quest_title_quest_catch_special26_plural": "Fange {{amount_0}} Geckarbor.", - "quest_title_quest_catch_special27_plural": "Fange {{amount_0}} Kindwurm.", - "quest_title_quest_catch_special28_plural": "Fange {{amount_0}} Flemmli.", - "quest_title_quest_catch_special29_plural": "Fange {{amount_0}} Hydropi.", - "quest_title_quest_catch_special31_plural": "Fange {{amount_0}} Chelast.", - "quest_title_quest_catch_special33_plural": "Fange {{amount_0}} Knacklion.", - "quest_title_quest_catch_special34_plural": "Fange {{amount_0}} Panflam.", - "quest_title_quest_catch_special35_plural": "Fange {{amount_0}} Plinfa.", - "quest_title_quest_catch_special36_plural": "Fange {{amount_0}} Rihorn.", - "quest_title_quest_catch_special37_plural": "Fange {{amount_0}} Machollo.", - "quest_title_quest_catch_special38_plural": "Fange {{amount_0}} Vulpix.", - "quest_title_quest_catch_special39_plural": "Fange {{amount_0}} Dratini.", - "quest_title_quest_catch_special40_plural": "Fange {{amount_0}} Abra.", - "quest_title_quest_catch_special41_plural": "Fange {{amount_0}} Seemops.", - "quest_title_quest_catch_special42_plural": "Fange {{amount_0}} Hornliu.", - "quest_title_quest_catch_special43_plural": "Fange {{amount_0}} Staralili.", - "quest_title_quest_catch_special44_plural": "Fange {{amount_0}} Samurzel.", - "quest_title_quest_catch_special45_plural": "Fange {{amount_0}} Sleima.", - "quest_title_quest_catch_special46_plural": "Fange {{amount_0}} Porygon.", - "quest_title_quest_catch_staryu_plural": "Fange {{amount_0}} Sterndu.", - "quest_title_quest_catch_stufful_pinap_plural": "Verwende {{amount_0}} Sananabeeren beim Fangen von Pokémon.", - "quest_title_quest_catch_stufful_pinap_singular": "Verwende eine Sananabeere beim Fangen eines Pokémon.", - "quest_title_quest_catch_stufful_razz_plural": "Verwende {{amount_0}} Himmihbeeren beim Fangen von Pokémon.", - "quest_title_quest_catch_stufful_razz_singular": "Verwende eine Himmihbeere beim Fangen eines Pokémon.", - "quest_title_quest_catch_transform_pokemon_plural": "Fange {{amount_0}} Exemplare des Transform-Pokémon.", - "quest_title_quest_catch_trubbish_plural": "Fange {{amount_0}} Unratütox.", - "quest_title_quest_catch_type_bug_plural": "Fange {{amount_0}} Pokémon vom Typ Käfer.", - "quest_title_quest_catch_type_bug_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Käfer.", - "quest_title_quest_catch_type_bug_singular": "Fange ein Pokémon vom Typ Käfer.", - "quest_title_quest_catch_type_buzzwole": "Fange ein Pokémon, das vom selben Typ ist wie Masskito.", - "quest_title_quest_catch_type_buzzwole_effective": "Fange ein Pokémon von einem Typ, gegen den Masskito eine Schwäche hat.", - "quest_title_quest_catch_type_buzzwole_plural": "Fange {{amount_0}} Pokémon, die vom selben Typ sind wie Masskito.", - "quest_title_quest_catch_type_celesteela_effective": "Fange ein Pokémon von einem Typ, gegen den Kaguron eine Schwäche hat.", - "quest_title_quest_catch_type_dark_plural": "Fange {{amount_0}} Pokémon vom Typ Unlicht.", - "quest_title_quest_catch_type_dark_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Unlicht.", - "quest_title_quest_catch_type_dark_singular": "Fange ein Pokémon vom Typ Unlicht.", - "quest_title_quest_catch_type_dragon_normal_plural": "Fange {{amount_0}} Pokémon vom Typ Normal oder Drache.", - "quest_title_quest_catch_type_dragon_plural": "Fange {{amount_0}} Pokémon vom Typ Drache.", - "quest_title_quest_catch_type_dragon_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Drache.", - "quest_title_quest_catch_type_dragon_singular": "Fange ein Pokémon vom Typ Drache.", - "quest_title_quest_catch_type_electric_flying_plural": "Fange {{amount_0}} Pokémon vom Typ Elektro oder Flug.", - "quest_title_quest_catch_type_electric_plural": "Fange {{amount_0}} Pokémon vom Typ Elektro.", - "quest_title_quest_catch_type_electric_plural_unique": "Fange {{amount_0}} verschiedene Arten von Elektro-Pokémon.", - "quest_title_quest_catch_type_electric_singular": "Fange ein Pokémon vom Typ Elektro.", - "quest_title_quest_catch_type_fairy_plural": "Fange {{amount_0}} Pokémon vom Typ Fee.", - "quest_title_quest_catch_type_fairy_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Fee.", - "quest_title_quest_catch_type_fairy_singular": "Fange ein Pokémon vom Typ Fee.", - "quest_title_quest_catch_type_fighting_plural": "Fange {{amount_0}} Pokémon vom Typ Kampf.", - "quest_title_quest_catch_type_fighting_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Kampf.", - "quest_title_quest_catch_type_fighting_singular": "Fange ein Pokémon vom Typ Kampf.", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Fange {{amount_0}} Feuer- oder Unlicht-Pokémon.", - "quest_title_quest_catch_type_fire_plural": "Fange {{amount_0}} Pokémon vom Typ Feuer.", - "quest_title_quest_catch_type_fire_singular": "Fange ein Pokémon vom Typ Feuer.", - "quest_title_quest_catch_type_flying_plural": "Fange {{amount_0}} Pokémon vom Typ Flug.", - "quest_title_quest_catch_type_flying_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Flug.", - "quest_title_quest_catch_type_flying_singular": "Fange ein Pokémon vom Typ Flug.", - "quest_title_quest_catch_type_ghost_dark_plural": "Fange {{amount_0}} Geister- oder Unlicht-Pokémon.", - "quest_title_quest_catch_type_ghost_plural": "Fange {{amount_0}} Pokémon vom Typ Geist.", - "quest_title_quest_catch_type_ghost_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Geist.", - "quest_title_quest_catch_type_ghost_singular": "Fange ein Pokémon vom Typ Geist.", - "quest_title_quest_catch_type_grass_bug_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze oder Käfer.", - "quest_title_quest_catch_type_grass_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze.", - "quest_title_quest_catch_type_grass_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pflanzen-Pokémon.", - "quest_title_quest_catch_type_grass_poison_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze oder Gift.", - "quest_title_quest_catch_type_grass_singular": "Fange ein Pokémon vom Typ Pflanze.", - "quest_title_quest_catch_type_ground_plural": "Fange {{amount_0}} Pokémon vom Typ Boden.", - "quest_title_quest_catch_type_ground_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Boden.", - "quest_title_quest_catch_type_ground_singular": "Fange ein Pokémon vom Typ Boden.", - "quest_title_quest_catch_type_guzzlord_effective": "Fange ein Pokémon von einem Typ, gegen den Schlingking eine Schwäche hat.", - "quest_title_quest_catch_type_ice_grass_plural_unique": "Fange {{amount_0}} Pokémon vom Typ Pflanze oder Eis.", - "quest_title_quest_catch_type_ice_plural": "Fange {{amount_0}} Pokémon vom Typ Eis.", - "quest_title_quest_catch_type_ice_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Eis.", - "quest_title_quest_catch_type_ice_singular": "Fange ein Pokémon vom Typ Eis.", - "quest_title_quest_catch_type_kartana_effective": "Fange ein Pokémon von einem Typ, gegen den Katagami eine Schwäche hat.", - "quest_title_quest_catch_type_nihilego": "Fange ein Pokémon, das vom selben Typ ist wie Anego.", - "quest_title_quest_catch_type_nihilego_effective": "Fange ein Pokémon von einem Typ, gegen den Anego eine Schwäche hat.", - "quest_title_quest_catch_type_nihilego_plural": "Fange {{amount_0}} Pokémon, die vom selben Typ sind wie Anego.", - "quest_title_quest_catch_type_normal_plural": "Fange {{amount_0}} Pokémon vom Typ Normal.", - "quest_title_quest_catch_type_normal_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Normal.", - "quest_title_quest_catch_type_normal_singular": "Fange ein Pokémon vom Typ Normal.", - "quest_title_quest_catch_type_pheremosa_effective": "Fange ein Pokémon von einem Typ, gegen den Schabelle eine Schwäche hat.", - "quest_title_quest_catch_type_pheromosa": "Fange ein Pokémon, das vom selben Typ ist wie Schabelle.", - "quest_title_quest_catch_type_pheromosa_plural": "Fange {{amount_0}} Pokémon, die vom selben Typ sind wie Schabelle.", - "quest_title_quest_catch_type_poison_plural": "Fange {{amount_0}} Pokémon vom Typ Gift.", - "quest_title_quest_catch_type_poison_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Gift.", - "quest_title_quest_catch_type_poison_singular": "Fange ein Pokémon vom Typ Gift.", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "Fange {{amount_0}} Pokémon vom Typ Psycho oder Kampf.", - "quest_title_quest_catch_type_psychic_plural": "Fange {{amount_0}} Pokémon vom Typ Psycho.", - "quest_title_quest_catch_type_psychic_plural_unique": "Fange {{amount_0}} verschiedene Arten von Psycho-Pokémon.", - "quest_title_quest_catch_type_psychic_singular": "Fange ein Pokémon vom Typ Psycho.", - "quest_title_quest_catch_type_rock_plural": "Fange {{amount_0}} Pokémon vom Typ Gestein.", - "quest_title_quest_catch_type_rock_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Gestein.", - "quest_title_quest_catch_type_rock_singular": "Fange ein Pokémon vom Typ Gestein.", - "quest_title_quest_catch_type_shaymin": "Fange ein Pokémon, das vom selben Typ ist wie Shaymin.", - "quest_title_quest_catch_type_shaymin_plural": "Fange {{amount_0}} Pokémon, die vom selben Typ sind wie Shaymin.", - "quest_title_quest_catch_type_steel_plural": "Fange {{amount_0}} Pokémon vom Typ Stahl.", - "quest_title_quest_catch_type_steel_plural_unique": "Fange {{amount_0}} verschiedene Arten von Stahl-Pokémon.", - "quest_title_quest_catch_type_steel_singular": "Fange ein Pokémon vom Typ Stahl.", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Fange {{amount_0}} Feuer-, Wasser- oder Elektro-Pokémon.", - "quest_title_quest_catch_type_water_flying_plural": "Fange {{amount_0}} Pokémon vom Typ Wasser oder Flug.", - "quest_title_quest_catch_type_water_ground_plural": "Fange {{amount_0}} Pokémon vom Typ Wasser oder Boden.", - "quest_title_quest_catch_type_water_plural": "Fange {{amount_0}} Pokémon vom Typ Wasser.", - "quest_title_quest_catch_type_water_plural_unique": "Fange {{amount_0}} verschiedene Arten von Pokémon vom Typ Wasser.", - "quest_title_quest_catch_type_water_singular": "Fange ein Pokémon vom Typ Wasser.", - "quest_title_quest_catch_type_xurkitree": "Fange ein Pokémon, das vom selben Typ ist wie Voltriant.", - "quest_title_quest_catch_type_xurkitree_effective": "Fange ein Pokémon von einem Typ, gegen den Voltriant eine Schwäche hat.", - "quest_title_quest_catch_type_xurkitree_plural": "Fange {{amount_0}} Pokémon, die vom selben Typ sind wie Voltriant.", - "quest_title_quest_catch_types_rainy_plural": "Fange {{amount_0}} Pokémon vom Typ Wasser, Elektro oder Käfer.", - "quest_title_quest_catch_types_rainy_singular": "Fange ein Pokémon vom Typ Wasser, Elektro oder Käfer.", - "quest_title_quest_catch_types_snowy_plural": "Fange {{amount_0}} Pokémon vom Typ Eis oder Stahl.", - "quest_title_quest_catch_types_snowy_singular": "Fange ein Pokémon vom Typ Eis oder Stahl.", - "quest_title_quest_catch_types_sunny_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze, Feuer oder Boden.", - "quest_title_quest_catch_types_sunny_singular": "Fange ein Pokémon vom Typ Pflanze, Feuer oder Boden.", - "quest_title_quest_catch_types_windy_plural": "Fange {{amount_0}} Pokémon vom Typ Flug, Psycho oder Drache.", - "quest_title_quest_catch_types_windy_singular": "Fange ein Pokémon vom Typ Flug, Psycho oder Drache.", - "quest_title_quest_catch_weather_boost_plural": "Fange {{amount_0}} Pokémon mit Wetterverstärkung.", - "quest_title_quest_catch_weather_boost_singular": "Fange ein Pokémon mit Wetterverstärkung.", - "quest_title_quest_catch_whismur": "Fange {{amount_0}} Flurmel.", - "quest_title_quest_challenge_party_power_plural": "Setze {{amount_0}}-mal Team-Power in einem Raid-Kampf ein.", - "quest_title_quest_challenge_party_power_singular": "Setze Team-Power in einem Raid-Kampf ein.", - "quest_title_quest_change_form_furfrou": "Ändere den Schnitt bei einem Coiffwaff", - "quest_title_quest_change_form_plural": "Ändere die Form von {{amount_0}} Pokémon.", - "quest_title_quest_change_form_singular": "Ändere die Form eines Pokémon.", - "quest_title_quest_chansey_catch_b": "Fange {{amount_0}} Chaneira.", - "quest_title_quest_chansey_evolve_b_plural": "Entwickle {{amount_0}} Chaneira.", - "quest_title_quest_chansey_evolve_b_singular": "Entwickle ein Chaneira.", - "quest_title_quest_chansey_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Chaneira.", - "quest_title_quest_charge_attack_party_plural": "Setze {{amount_0}} Lade-Attacken mit einem Team ein.", - "quest_title_quest_charge_attack_party_singular": "Setze eine Lade-Attacke mit einem Team ein.", - "quest_title_quest_charged_attack_plural": "Setze {{amount_0}} Lade-Attacken ein.", - "quest_title_quest_charjabug_evolve_b": "Entwickle {{amount_0}} Akkup.", - "quest_title_quest_chart_catch_b": "Fange {{amount_0}} Glumanda.", - "quest_title_quest_chart_catch_s1": "Fange {{amount_0}} Glutexo.", - "quest_title_quest_chart_evolve_b": "Entwickle {{amount_0}} Glumanda.", - "quest_title_quest_chart_evolve_s1": "Entwickle {{amount_0}} Glutexo.", - "quest_title_quest_chespin_catch_b": "Fange {{amount_0}} Igamaro.", - "quest_title_quest_chespin_evolve_b": "Entwickle {{amount_0}} Igamaro.", - "quest_title_quest_chespin_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Igamaro.", - "quest_title_quest_crocalor_evolve_b": "Entwickle ein Lokroko.", - "quest_title_quest_cyndaquil_catch_b": "Fange {{amount_0}} Feurigel.", - "quest_title_quest_cyndaquil_evolve_b_plural": "Entwickle {{amount_0}} Feurigel.", - "quest_title_quest_cyndaquil_evolve_b_singular": "Entwickle ein Feurigel.", - "quest_title_quest_dartrix_evolve_b_plural": "Entwickle {{amount_0}} Arboretoss.", - "quest_title_quest_dartrix_evolve_b_singular": "Entwickle {{amount_0}} Arboretoss.", - "quest_title_quest_dec2021_catch_b": "Fange {{amount_0}} Pokémon, die bei Community Days 2021 erschienen sind.", - "quest_title_quest_dec2022_catch_b": "Fange {{amount_0}} Pokémon während des Community Day im Dezember 2022", - "quest_title_quest_dec2023_catch_b": "Fange {{amount_0}} Pokémon, die bei Community Days im Jahr 2023 erschienen sind.", - "quest_title_quest_defeat_jessie_james_plural": "Besiege Jessie oder James {{amount_0}}-mal.", - "quest_title_quest_defeat_rocket": "Besiege {{amount_0}} Mitglieder von Team GO Rocket", - "quest_title_quest_defeat_rocket_leader_2500": "Besiege {{amount_0}}-mal einen Team GO Rocket-Boss mit Pokémon, max. 2500 WP.", - "quest_title_quest_defeat_rocket_singular": "Besiege ein Mitglied von Team GO Rocket", - "quest_title_quest_deino_catch": "Fange {{amount_0}} Kapuno.", - "quest_title_quest_deino_evolve_a": "Entwickle {{amount_0}} Kapuno.", - "quest_title_quest_deino_evolve_b": "Entwickle {{amount_0}} Kapuno oder Duodino.", - "quest_title_quest_deino_snap": "Mache {{amount_0}} Schnappschüsse von Kapuno.", - "quest_title_quest_dragonair_evolve_b": "Entwickle {{amount_0}} Dragonir.", - "quest_title_quest_dratini_cdc_catch_b": "Fange {{amount_0}} Dratini.", - "quest_title_quest_dratini_cdc_evolve_b": "Entwickle {{amount_0}} Dratini.", - "quest_title_quest_dratini_cdc_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Dratini.", - "quest_title_quest_drizzle_evolve": "Entwickle ein Phlegleon.", - "quest_title_quest_dude_catch": "Fange {{amount_0}} Kleinstein.", - "quest_title_quest_dude_evolve_a": "Entwickle {{amount_0}} Kleinstein.", - "quest_title_quest_dude_evolve_b": "Entwickle {{amount_0}} Georok.", - "quest_title_quest_dude_snap": "Mache {{amount_0}} Schnappschüsse von Kleinstein.", - "quest_title_quest_duskt_catch_b": "Fange {{amount_0}} Zwirrlicht.", - "quest_title_quest_duskt_evolve_b": "Entwickle {{amount_0}} Zwirrlicht.", - "quest_title_quest_duskt_evolve_s1": "Entwickle {{amount_0}} Zwirrklop.", - "quest_title_quest_earn_buddy_ribbon_plural": "Verdiene {{amount_0}} Bester-Kumpel-Bänder mit deinen Pokémon.", - "quest_title_quest_eelektrik_evolve_b_plural": "Entwickle {{amount_0}} Zapplalek.", - "quest_title_quest_eelektrik_evolve_b_singular": "Entwickle ein Zapplalek.", - "quest_title_quest_eevee_evolve_plural": "Entwickle Evoli zu jeder seiner einzigartigen Entwicklungen.", - "quest_title_quest_eevet_catch_b": "Fange {{amount_0}} Evoli.", - "quest_title_quest_eevet_evolve_b": "Entwickle {{amount_0}} Evoli.", - "quest_title_quest_elect_catch_b": "Fange {{amount_0}} Elektek.", - "quest_title_quest_elect_evolve_b": "Entwickle {{amount_0}} Elektek.", - "quest_title_quest_elite_raid_victory_plural": "Gewinne {{amount_0}} Top-Raids.", - "quest_title_quest_elite_raid_victory_singular": "Gewinne einen Top-Raid.", - "quest_title_quest_elite4_a": "Besiege die GO Tour Top Vier: Hochebenen-Trainer", - "quest_title_quest_elite4_b": "Besiege die GO Tour Top Vier: Höhlen-Trainer", - "quest_title_quest_elite4_c": "Besiege die GO Tour Top Vier: Ozean-Trainer", - "quest_title_quest_elite4_d": "Besiege die GO Tour Top Vier: Savannen-Trainer", - "quest_title_quest_elrd22_april16_battle": "Owei-Forschung: Kämpfe in einer Arena.", - "quest_title_quest_elrd22_april16_berries": "Owei-Forschung: Verwende drei Beeren beim Fangen von Pokémon.", - "quest_title_quest_elrd22_april16_catch_grass": "Owei-Forschung: Fange drei Pokémon vom Typ Pflanze.", - "quest_title_quest_elrd22_april16_charged_move": "Owei-Forschung: Setze eine sehr effektive Lade-Attacke ein.", - "quest_title_quest_elrd22_april16_curve": "Owei-Forschung: Lande fünf Curveball-Würfe.", - "quest_title_quest_elrd22_april16_evolve_grass": "Owei-Forschung: Entwickle zwei Pokémon vom Typ Pflanze.", - "quest_title_quest_elrd22_april16_gifts_stickers": "Owei-Forschung: Verschicke zwei Geschenke mit einem Sticker.", - "quest_title_quest_elrd22_april16_great": "Owei-Forschung: Lande drei großartige Würfe.", - "quest_title_quest_elrd22_april16_great_row": "Owei-Forschung: Lande zwei großartige Würfe hintereinander.", - "quest_title_quest_elrd22_april16_nice": "Owei-Forschung: Lande fünf gute Würfe.", - "quest_title_quest_elrd22_april16_nice_row": "Owei-Forschung: Lande drei gute Würfe hintereinander.", - "quest_title_quest_elrd22_april16_raid": "Owei-Forschung: Kämpfe in einem Raid-Kampf.", - "quest_title_quest_elrd22_april16_spin": "Owei-Forschung: Drehe zwei PokéStops.", - "quest_title_quest_elrd22_april16_weather_easy": "Owei-Forschung: Fange drei Pokémon mit Wetterverstärkung.", - "quest_title_quest_elrd22_april16_weather_hard": "Owei-Forschung: Fange fünf Pokémon mit Wetterverstärkung.", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Owei-Forschung: Mache einen Schnappschuss von einem Pflanzen-Pokémon im Freien.", - "quest_title_quest_equinox19_catch_medium_pkmn": "Fange {{amount_0}} Bisasam oder Chikorita.", - "quest_title_quest_equinox19_catch_type_grass_plural": "Fange {{amount_0}} Pokémon vom Typ Pflanze.", - "quest_title_quest_equinox19_evolve_type_grass_plural": "Entwickle {{amount_0}} Pokémon vom Typ Pflanze.", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Entwickle {{amount_0}} Pokémon vom Typ Pflanze.", - "quest_title_quest_event_eevee_snapshot_barcelona": "Mache einen Schnappschuss von deinem Evoli in Barcelona.", - "quest_title_quest_event_eevee_snapshot_jakarta": "Mache einen Schnappschuss von deinem Evoli in Jakarta.", - "quest_title_quest_event_eevee_snapshot_mexico_city": "Mache einen Schnappschuss von deinem Evoli in Mexico City.", - "quest_title_quest_event_eevee_snapshot_seoul": "Mache einen Schnappschuss von deinem Evoli in Seoul.", - "quest_title_quest_event_eevee_snapshot_tainan": "Mache einen Schnappschuss von deinem Evoli in Tainan.", - "quest_title_quest_event_leave_behind_spin": "Drehe 10 PokéStops oder Arenen, die du noch nicht besucht hast.", - "quest_title_quest_event_leave_behind_spin_safari_city": "Drehe den PokéStop bei einem Evoli-Forscher-Standort.", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Drehe {{amount_0}} PokéStops bei Evoli-Forscher-Standorten, die du noch nicht besucht hast.", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Drehe einen PokéStop bei einem Evoli-Forscher-Standort, den du noch nicht besucht hast.", - "quest_title_quest_event_spin_barcelona": "Drehe einen PokéStop oder eine Arena in Barcelona.", - "quest_title_quest_event_spin_incheon": "Drehe einen PokéStop oder eine Arena in Incheon.", - "quest_title_quest_event_spin_jakarta": "Drehe einen PokéStop oder eine Arena in Jakarta.", - "quest_title_quest_event_spin_mexico_city": "Drehe einen PokéStop oder eine Arena in Mexico City.", - "quest_title_quest_event_spin_seoul": "Drehe einen PokéStop oder eine Arena in Seoul.", - "quest_title_quest_event_spin_tainan": "Drehe einen PokéStop oder eine Arena in Tainan.", - "quest_title_quest_evolve_abra_singular": "Entwickle ein Abra.", - "quest_title_quest_evolve_aipom_singular": "Entwickle ein Griffel.", - "quest_title_quest_evolve_amaura_singular": "Entwickle ein Amarino.", - "quest_title_quest_evolve_anorith_singular": "Entwickle ein Anorith.", - "quest_title_quest_evolve_archen_singular": "Entwickle ein Flapteryx.", - "quest_title_quest_evolve_aron_singular": "Entwickle ein Stollunior.", - "quest_title_quest_evolve_axew_singular": "Entwickle ein Milza.", - "quest_title_quest_evolve_azurill_singular": "Entwickle ein Azurill.", - "quest_title_quest_evolve_bagon_singular": "Entwickle ein Kindwurm.", - "quest_title_quest_evolve_baltoy_singular": "Entwickle ein Puppance.", - "quest_title_quest_evolve_barboach_singular": "Entwickle ein Schmerbe.", - "quest_title_quest_evolve_bayleef": "Entwickle dein Lorblatt.", - "quest_title_quest_evolve_bayleef_singular": "Entwickle ein Lorblatt.", - "quest_title_quest_evolve_beldum_singular": "Entwickle ein Tanhel.", - "quest_title_quest_evolve_bellsprout_singular": "Entwickle ein Knofensa.", - "quest_title_quest_evolve_bergmite_singular": "Entwickle ein Arktip.", - "quest_title_quest_evolve_bidoof_singular": "Entwickle ein Bidiza.", - "quest_title_quest_evolve_binacle_singular": "Entwickle ein Bithora.", - "quest_title_quest_evolve_blitzle_singular": "Entwickle ein Elezeba.", - "quest_title_quest_evolve_boldore_singular": "Entwickle ein Sedimantur.", - "quest_title_quest_evolve_bonsly_singular": "Entwickle ein Mobai.", - "quest_title_quest_evolve_braixen_singular": "Entwickle ein Rutena.", - "quest_title_quest_evolve_bronzor_singular": "Entwickle ein Bronzel.", - "quest_title_quest_evolve_budew_singular": "Entwickle ein Knospi.", - "quest_title_quest_evolve_buizel_singular": "Entwickle ein Bamelin.", - "quest_title_quest_evolve_bulbasaur": "Entwickle ein Bisasam.", - "quest_title_quest_evolve_bulbasaur_singular": "Entwickle ein Bisasam.", - "quest_title_quest_evolve_buneary_singular": "Entwickle ein Haspiror.", - "quest_title_quest_evolve_bunnelby_singular": "Entwickle ein Scoppel.", - "quest_title_quest_evolve_burmy_singular": "Entwickle ein Burmy.", - "quest_title_quest_evolve_cacnea_singular": "Entwickle ein Tuska.", - "quest_title_quest_evolve_carvanha_singular": "Entwickle ein Kanivanha.", - "quest_title_quest_evolve_cascoon_singular": "Entwickle ein Panekon.", - "quest_title_quest_evolve_caterpie_singular": "Entwickle ein Raupy.", - "quest_title_quest_evolve_chansey_singular": "Entwickle ein Chaneira.", - "quest_title_quest_evolve_charmander": "Entwickle ein Glumanda.", - "quest_title_quest_evolve_charmander_singular": "Entwickle ein Glumanda.", - "quest_title_quest_evolve_charmeleon_singular": "Entwickle ein Glutexo.", - "quest_title_quest_evolve_cherubi_singular": "Entwickle ein Kikugi.", - "quest_title_quest_evolve_chespin_singular": "Entwickle ein Igamaro.", - "quest_title_quest_evolve_chikorita": "Entwickle dein Endivie.", - "quest_title_quest_evolve_chikorita_singular": "Entwickle ein Endivie.", - "quest_title_quest_evolve_chimchar_singular": "Entwickle ein Panflam.", - "quest_title_quest_evolve_chinchou_singular": "Entwickle ein Lampi.", - "quest_title_quest_evolve_chingling_singular": "Entwickle ein Klingplim.", - "quest_title_quest_evolve_clamperl_singular": "Entwickle ein Perlu.", - "quest_title_quest_evolve_clauncher_singular": "Entwickle ein Scampisto.", - "quest_title_quest_evolve_clefairy_singular": "Entwickle ein Piepi.", - "quest_title_quest_evolve_cleffa_singular": "Entwickle ein Pii.", - "quest_title_quest_evolve_combee_singular": "Entwickle ein Wadribie.", - "quest_title_quest_evolve_combusken_singular": "Entwickle ein Jungglut.", - "quest_title_quest_evolve_corphish_singular": "Entwickle ein Krebscorps.", - "quest_title_quest_evolve_cosmoem_singular": "Entwickle ein Cosmovum", - "quest_title_quest_evolve_cosmog_singular": "Entwickle ein Cosmog.", - "quest_title_quest_evolve_cottonee_singular": "Entwickle ein Waumboll.", - "quest_title_quest_evolve_cranidos_singular": "Entwickle ein Koknodon.", - "quest_title_quest_evolve_croagunk_singular": "Entwickle ein Glibunkel.", - "quest_title_quest_evolve_croconaw": "Entwickle dein Tyracroc.", - "quest_title_quest_evolve_croconaw_singular": "Entwickle ein Tyracroc.", - "quest_title_quest_evolve_cubchoo_singular": "Entwickle ein Petznief.", - "quest_title_quest_evolve_cubone_singular": "Entwickle ein Tragosso.", - "quest_title_quest_evolve_cyndaquil": "Entwickle dein Feurigel.", - "quest_title_quest_evolve_cyndaquil_singular": "Entwickle ein Feurigel.", - "quest_title_quest_evolve_dark_type_singular": "Entwickle ein Pokémon vom Typ Unlicht.", - "quest_title_quest_evolve_darumaka_singular": "Entwickle ein Flampion.", - "quest_title_quest_evolve_deerling_singular": "Entwickle ein Sesokitz.", - "quest_title_quest_evolve_deino_singular": "Entwickle ein Kapuno.", - "quest_title_quest_evolve_dewott_singular": "Entwickle ein Zwottronin.", - "quest_title_quest_evolve_diglett_singular": "Entwickle ein Digda.", - "quest_title_quest_evolve_doduo_singular": "Entwickle ein Dodu.", - "quest_title_quest_evolve_doublade_singular": "Entwickle ein Duokles.", - "quest_title_quest_evolve_dragonair_singular": "Entwickle ein Dragonir.", - "quest_title_quest_evolve_dratini_singular": "Entwickle ein Dratini.", - "quest_title_quest_evolve_drifloon_singular": "Entwickle ein Driftlon.", - "quest_title_quest_evolve_drilbur_singular": "Entwickle ein Rotomurf.", - "quest_title_quest_evolve_drowzee_singular": "Entwickle ein Traumato.", - "quest_title_quest_evolve_ducklett_singular": "Entwickle ein Piccolente.", - "quest_title_quest_evolve_duosion_singular": "Entwickle ein Mitodos.", - "quest_title_quest_evolve_durant_singular": "Entwickle ein Fermicula.", - "quest_title_quest_evolve_dusclops_singular": "Entwickle ein Zwirrklop.", - "quest_title_quest_evolve_duskull_singular": "Entwickle ein Zwirrlicht.", - "quest_title_quest_evolve_dwebble_singular": "Entwickle ein Lithomith.", - "quest_title_quest_evolve_eelektrik_singular": "Entwickle ein Zapplalek.", - "quest_title_quest_evolve_eevee_singular": "Entwickle ein Evoli.", - "quest_title_quest_evolve_eevee_types_plural": "Entwickle {{amount_0}} Pokémon vom Typ Elektro, Wasser oder Feuer.", - "quest_title_quest_evolve_eevee_types_singular": "Entwickle ein Pokémon vom Typ Elektro, Wasser oder Feuer.", - "quest_title_quest_evolve_ekans_singular": "Entwickle ein Rettan.", - "quest_title_quest_evolve_electabuzz_singular": "Entwickle ein Elektek.", - "quest_title_quest_evolve_electrike_singular": "Entwickle ein Frizelbliz.", - "quest_title_quest_evolve_elekid_singular": "Entwickle ein Elekid.", - "quest_title_quest_evolve_elgyem_singular": "Entwickle ein Pygraulon.", - "quest_title_quest_evolve_espeon": "Entwickle tagsüber Evoli zu Psiana.", - "quest_title_quest_evolve_espurr_singular": "Entwickle ein Psiau.", - "quest_title_quest_evolve_evolved_grass_singular": "Entwickle ein entwickeltes Pokémon vom Typ Pflanze.", - "quest_title_quest_evolve_exeggcute_singular": "Entwickle ein Owei.", - "quest_title_quest_evolve_farfetch'd_singular": "Entwickle ein Porenta.", - "quest_title_quest_evolve_feebas_singular": "Entwickle ein Barschwa.", - "quest_title_quest_evolve_fennekin_singular": "Entwickle ein Fynx.", - "quest_title_quest_evolve_ferroseed_singular": "Entwickle ein Kastadur.", - "quest_title_quest_evolve_finneon_singular": "Entwickle ein Finneon.", - "quest_title_quest_evolve_flaaffy_singular": "Entwickle ein Waaty.", - "quest_title_quest_evolve_flabébé_singular": "Entwickle ein Flabébé.", - "quest_title_quest_evolve_fletchinder_singular": "Entwickle ein Dartignis.", - "quest_title_quest_evolve_fletchling_singular": "Entwickle ein Dartiri.", - "quest_title_quest_evolve_floette_singular": "Entwickle ein Floette.", - "quest_title_quest_evolve_foongus_singular": "Entwickle ein Tarnpignon.", - "quest_title_quest_evolve_fraxure_singular": "Entwickle ein Sharfax.", - "quest_title_quest_evolve_frillish_singular": "Entwickle ein Quabbel.", - "quest_title_quest_evolve_froakie_singular": "Entwickle ein Froxy.", - "quest_title_quest_evolve_frogadier_singular": "Entwickle ein Amphizel.", - "quest_title_quest_evolve_gabite_singular": "Entwickle ein Knarksel.", - "quest_title_quest_evolve_gastly_singular": "Entwickle ein Nebulak.", - "quest_title_quest_evolve_geodude_singular": "Entwickle ein Kleinstein.", - "quest_title_quest_evolve_gible_singular": "Entwickle ein Kaumalat.", - "quest_title_quest_evolve_glalie_singular": "Entwickle ein Firnontor.", - "quest_title_quest_evolve_glameow_singular": "Entwickle ein Charmian.", - "quest_title_quest_evolve_gligar_singular": "Entwickle ein Skorgla.", - "quest_title_quest_evolve_gloom_singular": "Entwickle ein Duflor.", - "quest_title_quest_evolve_golbat_singular": "Entwickle ein Golbat.", - "quest_title_quest_evolve_goldeen_singular": "Entwickle ein Goldini.", - "quest_title_quest_evolve_golett_singular": "Entwickle ein Golbit.", - "quest_title_quest_evolve_goomy_singular": "Entwickle ein Viscora.", - "quest_title_quest_evolve_gothita_singular": "Entwickle ein Mollimorba.", - "quest_title_quest_evolve_gothorita_singular": "Entwickle ein Hypnomorba.", - "quest_title_quest_evolve_graveler_singular": "Entwickle ein Georok.", - "quest_title_quest_evolve_grimer_singular": "Entwickle ein Sleima.", - "quest_title_quest_evolve_grotle_singular": "Entwickle ein Chelcarain.", - "quest_title_quest_evolve_ground_plural": "Entwickle {{amount_0}} Pokémon vom Typ Boden.", - "quest_title_quest_evolve_grovyle_singular": "Entwickle ein Reptain.", - "quest_title_quest_evolve_growlithe_singular": "Entwickle ein Fukano.", - "quest_title_quest_evolve_gulpin_singular": "Entwickle ein Schluppuck.", - "quest_title_quest_evolve_gurdurr_singular": "Entwickle ein Strepoli.", - "quest_title_quest_evolve_happiny_singular": "Entwickle ein Wonneira.", - "quest_title_quest_evolve_haunter_singular": "Entwickle ein Alpollo.", - "quest_title_quest_evolve_heatmor_singular": "Entwickle ein Furnifraß.", - "quest_title_quest_evolve_helioptile_singular": "Entwickle ein Eguana.", - "quest_title_quest_evolve_herdier_singular": "Entwickle ein Terribark.", - "quest_title_quest_evolve_hippopotas_singular": "Entwickle ein Hippopotas.", - "quest_title_quest_evolve_honedge_singular": "Entwickle ein Gramokles.", - "quest_title_quest_evolve_hoothoot_singular": "Entwickle ein Hoothoot.", - "quest_title_quest_evolve_hoppip_singular": "Entwickle ein Hoppspross.", - "quest_title_quest_evolve_horsea_singular": "Entwickle ein Seeper.", - "quest_title_quest_evolve_houndour_singular": "Entwickle ein Hunduster.", - "quest_title_quest_evolve_igglybuff_singular": "Entwickle ein Fluffeluff.", - "quest_title_quest_evolve_illumise_singular": "Entwickle ein Illumise.", - "quest_title_quest_evolve_inkay_singular": "Entwickle ein Iscalar.", - "quest_title_quest_evolve_items_plural": "Verwende {{amount_0}}-mal Items, um Pokémon zu entwickeln.", - "quest_title_quest_evolve_items_singular": "Verwende ein Item, um ein Pokémon zu entwickeln", - "quest_title_quest_evolve_ivysaur_singular": "Entwickle ein Bisaknosp.", - "quest_title_quest_evolve_jigglypuff_singular": "Entwickle ein Pummeluff.", - "quest_title_quest_evolve_joltik_singular": "Entwickle ein Wattzapf.", - "quest_title_quest_evolve_kabuto_singular": "Entwickle ein Kabuto.", - "quest_title_quest_evolve_kadabra_singular": "Entwickle ein Kadabra.", - "quest_title_quest_evolve_kakuna_singular": "Entwickle ein Kokuna.", - "quest_title_quest_evolve_karrablast_singular": "Entwickle ein Laukaps.", - "quest_title_quest_evolve_kirlia_singular": "Entwickle ein Kirlia.", - "quest_title_quest_evolve_klang_singular": "Entwickle ein Kliklak.", - "quest_title_quest_evolve_klink_singular": "Entwickle ein Klikk.", - "quest_title_quest_evolve_koffing_singular": "Entwickle ein Smogon.", - "quest_title_quest_evolve_krabby_singular": "Entwickle ein Krabby.", - "quest_title_quest_evolve_kricketot_singular": "Entwickle ein Zirpurze.", - "quest_title_quest_evolve_krokorok_singular": "Entwickle ein Rokkaiman.", - "quest_title_quest_evolve_lairon_singular": "Entwickle ein Stollrak.", - "quest_title_quest_evolve_lampent_singular": "Entwickle ein Laternecto.", - "quest_title_quest_evolve_larvesta_singular": "Entwickle ein Ignivor.", - "quest_title_quest_evolve_larvitar_singular": "Entwickle ein Larvitar.", - "quest_title_quest_evolve_ledyba_singular": "Entwickle ein Ledyba.", - "quest_title_quest_evolve_lickitung_singular": "Entwickle ein Schlurp.", - "quest_title_quest_evolve_lileep_singular": "Entwickle ein Liliep.", - "quest_title_quest_evolve_lillipup_singular": "Entwickle ein Yorkleff.", - "quest_title_quest_evolve_linoone_singular": "Entwickle {{amount_0}} Galar-Geradaks.", - "quest_title_quest_evolve_litleo_singular": "Entwickle ein Leufeo.", - "quest_title_quest_evolve_litwick_singular": "Entwickle ein Lichtel.", - "quest_title_quest_evolve_lombre_singular": "Entwickle ein Lombrero.", - "quest_title_quest_evolve_lotad_singular": "Entwickle ein Loturzel.", - "quest_title_quest_evolve_loudred_singular": "Entwickle ein Krakeelo.", - "quest_title_quest_evolve_luxio_singular": "Entwickle ein Luxio.", - "quest_title_quest_evolve_machoke_singular": "Entwickle ein Maschock.", - "quest_title_quest_evolve_machop_singular": "Entwickle ein Machollo.", - "quest_title_quest_evolve_magby_singular": "Entwickle ein Magby.", - "quest_title_quest_evolve_magikarp_singular": "Entwickle ein Karpador.", - "quest_title_quest_evolve_magmar_singular": "Entwickle ein Magmar.", - "quest_title_quest_evolve_magnemite_singular": "Entwickle ein Magnetilo.", - "quest_title_quest_evolve_makuhita_singular": "Entwickle ein Makuhita.", - "quest_title_quest_evolve_mankey_singular": "Entwickle ein Menki.", - "quest_title_quest_evolve_mantyke_singular": "Entwickle ein Mantirps.", - "quest_title_quest_evolve_mareep_singular": "Entwickle ein Voltilamm.", - "quest_title_quest_evolve_marill_singular": "Entwickle ein Marill.", - "quest_title_quest_evolve_marshtomp_singular": "Entwickle ein Moorabbel.", - "quest_title_quest_evolve_meditite_singular": "Entwickle ein Meditie.", - "quest_title_quest_evolve_meowth_singular": "Entwickle ein Mauzi.", - "quest_title_quest_evolve_metang_singular": "Entwickle ein Metang.", - "quest_title_quest_evolve_metapod_singular": "Entwickle ein Safcon.", - "quest_title_quest_evolve_mienfoo_singular": "Entwickle ein Lin-Fu.", - "quest_title_quest_evolve_mime jr._singular": "Entwickle ein Pantimimi.", - "quest_title_quest_evolve_minccino_singular": "Entwickle ein Picochilla.", - "quest_title_quest_evolve_misdreavus_singular": "Entwickle ein Traunfugil.", - "quest_title_quest_evolve_monferno_singular": "Entwickle ein Panpyro.", - "quest_title_quest_evolve_mr. mime_singular": "Entwickle ein Pantimos.", - "quest_title_quest_evolve_mudkip_singular": "Entwickle ein Hydropi.", - "quest_title_quest_evolve_munchlax_singular": "Entwickle ein Mampfaxo.", - "quest_title_quest_evolve_munna_singular": "Entwickle ein Somniam.", - "quest_title_quest_evolve_murkrow_singular": "Entwickle ein Kramurx.", - "quest_title_quest_evolve_natu_singular": "Entwickle ein Natu.", - "quest_title_quest_evolve_nidoranfemale_singular": "Entwickle ein Nidoran♀.", - "quest_title_quest_evolve_nidoranmale_singular": "Entwickle ein Nidoran♂.", - "quest_title_quest_evolve_nidorina_singular": "Entwickle ein Nidorina.", - "quest_title_quest_evolve_nidorino_singular": "Entwickle ein Nidorino.", - "quest_title_quest_evolve_nincada_singular": "Entwickle ein Nincada.", - "quest_title_quest_evolve_noibat_singular": "Entwickle ein eF-eM.", - "quest_title_quest_evolve_nosepass_singular": "Entwickle ein Nasgnet.", - "quest_title_quest_evolve_numel_singular": "Entwickle ein Camaub.", - "quest_title_quest_evolve_nuzleaf_singular": "Entwickle ein Blanas.", - "quest_title_quest_evolve_oddish_singular": "Entwickle ein Myrapla.", - "quest_title_quest_evolve_omanyte_singular": "Entwickle ein Amonitas.", - "quest_title_quest_evolve_onix_singular": "Entwickle ein Onix.", - "quest_title_quest_evolve_oshawott_singular": "Entwickle ein Ottaro.", - "quest_title_quest_evolve_palpitoad_singular": "Entwickle ein Mebrana.", - "quest_title_quest_evolve_pancham_singular": "Entwickle ein Pam-Pam.", - "quest_title_quest_evolve_panpour_singular": "Entwickle ein Sodamak.", - "quest_title_quest_evolve_pansage_singular": "Entwickle ein Vegimak.", - "quest_title_quest_evolve_pansear_singular": "Entwickle ein Grillmak.", - "quest_title_quest_evolve_paras_singular": "Entwickle ein Paras.", - "quest_title_quest_evolve_patrat_singular": "Entwickle ein Nagelotz.", - "quest_title_quest_evolve_pawniard_singular": "Entwickle ein Gladiantri.", - "quest_title_quest_evolve_petilil_singular": "Entwickle ein Lilminip.", - "quest_title_quest_evolve_phanpy_singular": "Entwickle ein Phanpy.", - "quest_title_quest_evolve_phantump_singular": "Entwickle ein Paragoni.", - "quest_title_quest_evolve_pichu_singular": "Entwickle ein Pichu.", - "quest_title_quest_evolve_pidgeotto_singular": "Entwickle ein Tauboga.", - "quest_title_quest_evolve_pidgey_singular": "Entwickle ein Taubsi.", - "quest_title_quest_evolve_pidove_singular": "Entwickle ein Dusselgurr.", - "quest_title_quest_evolve_pignite_singular": "Entwickle ein Ferkokel.", - "quest_title_quest_evolve_pikachu_singular": "Entwickle ein Pikachu.", - "quest_title_quest_evolve_piloswine_plural": "Entwickle {{amount_0}} Keifel.", - "quest_title_quest_evolve_piloswine_singular": "Entwickle ein Keifel.", - "quest_title_quest_evolve_pineco_singular": "Entwickle ein Tannza.", - "quest_title_quest_evolve_piplup_singular": "Entwickle ein Plinfa.", - "quest_title_quest_evolve_plural": "Entwickle {{amount_0}} Pokémon.", - "quest_title_quest_evolve_poison_type_singular": "Entwickle ein Pokémon vom Typ Gift.", - "quest_title_quest_evolve_poliwag_singular": "Entwickle ein Quapsel.", - "quest_title_quest_evolve_poliwhirl_singular": "Entwickle ein Quaputzi.", - "quest_title_quest_evolve_ponyta_singular": "Entwickle ein Ponita.", - "quest_title_quest_evolve_poochyena_singular": "Entwickle ein Fiffyen.", - "quest_title_quest_evolve_porygon2_singular": "Entwickle ein Porygon2.", - "quest_title_quest_evolve_prinplup_singular": "Entwickle ein Pliprin.", - "quest_title_quest_evolve_psyduck_singular": "Entwickle ein Enton.", - "quest_title_quest_evolve_pumpkaboo_singular": "Entwickle ein Irrbis.", - "quest_title_quest_evolve_pupitar_singular": "Entwickle ein Pupitar.", - "quest_title_quest_evolve_purrloin_singular": "Entwickle ein Felilou.", - "quest_title_quest_evolve_quilava": "Entwickle dein Igelavar.", - "quest_title_quest_evolve_quilava_singular": "Entwickle ein Igelavar.", - "quest_title_quest_evolve_quilladin_singular": "Entwickle ein Igastarnish.", - "quest_title_quest_evolve_qwilfish_singular": "Entwickle ein Baldorfish.", - "quest_title_quest_evolve_ralts_singular": "Entwickle ein Trasla.", - "quest_title_quest_evolve_rattata_singular": "Entwickle ein Rattfratz.", - "quest_title_quest_evolve_remoraid_singular": "Entwickle ein Remoraid.", - "quest_title_quest_evolve_rhydon_singular": "Entwickle ein Rizeros.", - "quest_title_quest_evolve_rhyhorn_singular": "Entwickle ein Rihorn.", - "quest_title_quest_evolve_riolu_singular": "Entwickle ein Riolu.", - "quest_title_quest_evolve_roggenrola_singular": "Entwickle ein Kiesling.", - "quest_title_quest_evolve_roselia_singular": "Entwickle ein Roselia.", - "quest_title_quest_evolve_rufflet_singular": "Entwickle ein Geronimatz.", - "quest_title_quest_evolve_sandile_singular": "Entwickle ein Ganovil.", - "quest_title_quest_evolve_sandshrew_singular": "Entwickle ein Sandan.", - "quest_title_quest_evolve_sb_singular": "Entwickle ein Snubbull.", - "quest_title_quest_evolve_scatterbug_singular": "Entwickle ein Purmel.", - "quest_title_quest_evolve_scraggy_singular": "Entwickle ein Zurrokex.", - "quest_title_quest_evolve_scyther_singular": "Entwickle ein Sichlor.", - "quest_title_quest_evolve_seadra_singular": "Entwickle ein Seemon.", - "quest_title_quest_evolve_sealeo_singular": "Entwickle ein Seejong.", - "quest_title_quest_evolve_seedot_singular": "Entwickle ein Samurzel.", - "quest_title_quest_evolve_seel_singular": "Entwickle ein Jurob.", - "quest_title_quest_evolve_sentret_singular": "Entwickle ein Wiesor.", - "quest_title_quest_evolve_servine_singular": "Entwickle ein Efoserp.", - "quest_title_quest_evolve_sewaddle_singular": "Entwickle ein Strawickl.", - "quest_title_quest_evolve_shelgon_singular": "Entwickle ein Draschel.", - "quest_title_quest_evolve_shellder_singular": "Entwickle ein Muschas.", - "quest_title_quest_evolve_shellos_singular": "Entwickle ein Schalellos.", - "quest_title_quest_evolve_shelmet_singular": "Entwickle ein Schnuthelm.", - "quest_title_quest_evolve_shieldon_singular": "Entwickle ein Schilterus.", - "quest_title_quest_evolve_shinx_singular": "Entwickle ein Sheinux.", - "quest_title_quest_evolve_shroomish_singular": "Entwickle ein Knilz.", - "quest_title_quest_evolve_shuckle_singular": "Entwickle ein Pottrott.", - "quest_title_quest_evolve_shuppet_singular": "Entwickle ein Shuppet.", - "quest_title_quest_evolve_silcoon_singular": "Entwickle ein Schaloko.", - "quest_title_quest_evolve_singular": "Entwickle ein Pokémon.", - "quest_title_quest_evolve_skiddo_singular": "Entwickle ein Mähikel.", - "quest_title_quest_evolve_skiploom_singular": "Entwickle ein Hubelupf.", - "quest_title_quest_evolve_skitty_singular": "Entwickle ein Eneco.", - "quest_title_quest_evolve_skorupi_singular": "Entwickle ein Pionskora.", - "quest_title_quest_evolve_skrelp_singular": "Entwickle ein Algitt.", - "quest_title_quest_evolve_slakoth_singular": "Entwickle ein Bummelz.", - "quest_title_quest_evolve_sliggoo_singular": "Entwickle ein Viscargot.", - "quest_title_quest_evolve_slowpoke_plural": "Entwickle {{amount_0}} Flegmon.", - "quest_title_quest_evolve_slowpoke_singular": "Entwickle ein Flegmon.", - "quest_title_quest_evolve_slugma_singular": "Entwickle ein Schneckmag.", - "quest_title_quest_evolve_smoochum_singular": "Entwickle ein Kussilla.", - "quest_title_quest_evolve_sneasel_singular": "Entwickle ein Sniebel.", - "quest_title_quest_evolve_snivy_singular": "Entwickle ein Serpifeu.", - "quest_title_quest_evolve_snorunt_singular": "Entwickle ein Schneppke.", - "quest_title_quest_evolve_snover_singular": "Entwickle ein Shnebedeck.", - "quest_title_quest_evolve_snubbull_singular": "Entwickle ein Snubbull.", - "quest_title_quest_evolve_solosis_singular": "Entwickle ein Monozyto.", - "quest_title_quest_evolve_spearow_singular": "Entwickle ein Habitak.", - "quest_title_quest_evolve_special_drowzee": "Entwickle ein Traumato.", - "quest_title_quest_evolve_special_feebas_singular": "Entwickle ein Barschwa.", - "quest_title_quest_evolve_special_galarian_mrmime": "Entwickle ein Galar-Pantimos.", - "quest_title_quest_evolve_special_galarian_slowpoke": "Entwickle ein Galar-Flegmon.", - "quest_title_quest_evolve_special_grimer": "Entwickle ein Sleima.", - "quest_title_quest_evolve_special_magnemite": "Entwickle ein Magnetilo.", - "quest_title_quest_evolve_special_scyther": "Entwickle ein Sichlor.", - "quest_title_quest_evolve_special0_singular": "Entwickle ein Karpador.", - "quest_title_quest_evolve_special1_plural": "Entwickle {{amount_0}} Taubsi.", - "quest_title_quest_evolve_special1_singular": "Entwickle ein Seeper.", - "quest_title_quest_evolve_special2_singular": "Entwickle ein Mauzi.", - "quest_title_quest_evolve_spewpa_singular": "Entwickle ein Puponcho.", - "quest_title_quest_evolve_spheal_singular": "Entwickle ein Seemops.", - "quest_title_quest_evolve_spinarak_singular": "Entwickle ein Webarak.", - "quest_title_quest_evolve_spoink_singular": "Entwickle ein Spoink.", - "quest_title_quest_evolve_spritzee_singular": "Entwickle ein Parfi.", - "quest_title_quest_evolve_squirtle_singular": "Entwickle ein Schiggy.", - "quest_title_quest_evolve_staravia_singular": "Entwickle ein Staravia.", - "quest_title_quest_evolve_starly_singular": "Entwickle ein Staralili.", - "quest_title_quest_evolve_staryu_singular": "Entwickle ein Sterndu.", - "quest_title_quest_evolve_steelix_singular": "Entwickle ein Stahlos.", - "quest_title_quest_evolve_stunky_singular": "Entwickle ein Skunkapuh.", - "quest_title_quest_evolve_sunkern_singular": "Entwickle ein Sonnkern.", - "quest_title_quest_evolve_sunstone_singular": "Benutze einen Sonnenstein, um Duflor oder Sonnkern zu entwickeln.", - "quest_title_quest_evolve_surskit_singular": "Entwickle ein Gehweiher.", - "quest_title_quest_evolve_swablu_singular": "Entwickle ein Wablu.", - "quest_title_quest_evolve_swadloon_singular": "Entwickle ein Folikon.", - "quest_title_quest_evolve_swinub_singular": "Entwickle ein Quiekel.", - "quest_title_quest_evolve_swirlix_singular": "Entwickle ein Flauschling.", - "quest_title_quest_evolve_taillow_singular": "Entwickle ein Schwalbini.", - "quest_title_quest_evolve_tangela_singular": "Entwickle ein Tangela.", - "quest_title_quest_evolve_teddiursa_singular": "Entwickle ein Teddiursa.", - "quest_title_quest_evolve_tentacool_singular": "Entwickle ein Tentacha.", - "quest_title_quest_evolve_tepig_singular": "Entwickle ein Floink.", - "quest_title_quest_evolve_timburr_singular": "Entwickle ein Praktibalk.", - "quest_title_quest_evolve_tirtouga_singular": "Entwickle ein Galapaflos.", - "quest_title_quest_evolve_togepi_singular": "Entwickle ein Togepi.", - "quest_title_quest_evolve_togetic_singular": "Entwickle ein Togetic.", - "quest_title_quest_evolve_torchic_singular": "Entwickle ein Flemmli.", - "quest_title_quest_evolve_totodile": "Entwickle dein Karnimani.", - "quest_title_quest_evolve_totodile_singular": "Entwickle ein Karnimani.", - "quest_title_quest_evolve_tranquill_singular": "Entwickle ein Navitaub.", - "quest_title_quest_evolve_trapinch_singular": "Entwickle ein Knacklion.", - "quest_title_quest_evolve_treecko_singular": "Entwickle ein Geckarbor.", - "quest_title_quest_evolve_trubbish_singular": "Entwickle ein Unratütox.", - "quest_title_quest_evolve_turtwig_singular": "Entwickle ein Chelast.", - "quest_title_quest_evolve_tympole_singular": "Entwickle ein Schallquap.", - "quest_title_quest_evolve_tynamo_singular": "Entwickle ein Zapplardin.", - "quest_title_quest_evolve_type_dark_plural": "Entwickle {{amount_0}} Pokémon vom Typ Unlicht.", - "quest_title_quest_evolve_type_dragon_plural": "Entwickle {{amount_0}} Pokémon vom Typ Drache.", - "quest_title_quest_evolve_type_dragon_singular": "Entwickle ein Pokémon vom Typ Drache.", - "quest_title_quest_evolve_type_electric_plural": "Entwickle {{amount_0}} Pokemon vom Typ Elektro.", - "quest_title_quest_evolve_type_electric_singular": "Entwickle ein Pokémon vom Typ Elektro.", - "quest_title_quest_evolve_type_fairy_plural": "Entwickle {{amount_0}} Pokémon vom Typ Fee.", - "quest_title_quest_evolve_type_fairy_singular": "Entwickle ein Pokémon vom Typ Fee.", - "quest_title_quest_evolve_type_fire_plural": "Entwickle {{amount_0}} Pokémon vom Typ Feuer.", - "quest_title_quest_evolve_type_fire_singular": "Entwickle ein Pokémon vom Typ Feuer.", - "quest_title_quest_evolve_type_flying_plural": "Entwickle {{amount_0}} Pokémon vom Typ Flug.", - "quest_title_quest_evolve_type_flying_singular": "Entwickle ein Pokémon vom Typ Flug.", - "quest_title_quest_evolve_type_ghost_plural": "Entwickle {{amount_0}} Pokémon vom Typ Geist.", - "quest_title_quest_evolve_type_ghost_single": "Entwickle ein Pokémon vom Typ Geist.", - "quest_title_quest_evolve_type_grass_plural": "Entwickle {{amount_0}} Pokémon vom Typ Pflanze.", - "quest_title_quest_evolve_type_grass_singular": "Entwickle ein Pokémon vom Typ Pflanze.", - "quest_title_quest_evolve_type_ice_plural": "Entwickle {{amount_0}} Pokémon vom Typ Eis.", - "quest_title_quest_evolve_type_ice_singular": "Entwickle ein Pokémon vom Typ Eis.", - "quest_title_quest_evolve_type_poison_plural": "Entwickle {{amount_0}} Pokémon vom Typ Gift.", - "quest_title_quest_evolve_type_psychic_plural": "Entwickle {{amount_0}} Pokemon vom Typ Psycho.", - "quest_title_quest_evolve_type_psychic_singular": "Entwickle ein Pokémon vom Typ Psycho.", - "quest_title_quest_evolve_type_rock_plural": "Entwickle {{amount_0}} Pokémon vom Typ Gestein.", - "quest_title_quest_evolve_type_steel_plural": "Entwickle {{amount_0}} Pokémon vom Typ Stahl.", - "quest_title_quest_evolve_type_water_plural": "Entwickle {{amount_0}} Pokémon vom Typ Wasser.", - "quest_title_quest_evolve_type_water_singular": "Entwickle ein Pokémon vom Typ Wasser.", - "quest_title_quest_evolve_tyrogue_singular": "Entwickle ein Rabauz.", - "quest_title_quest_evolve_tyrunt_singular": "Entwickle ein Balgoras.", - "quest_title_quest_evolve_umbreon": "Entwickle nachts Evoli zu Nachtara.", - "quest_title_quest_evolve_vanillish_singular": "Entwickle ein Gelatroppo.", - "quest_title_quest_evolve_vanillite_singular": "Entwickle ein Gelatini.", - "quest_title_quest_evolve_venipede_singular": "Entwickle ein Toxiped.", - "quest_title_quest_evolve_venonat_singular": "Entwickle ein Bluzuk.", - "quest_title_quest_evolve_vibrava_singular": "Entwickle ein Vibrava.", - "quest_title_quest_evolve_vigoroth_singular": "Entwickle ein Muntier.", - "quest_title_quest_evolve_volbeat_singular": "Entwickle ein Volbeat.", - "quest_title_quest_evolve_voltorb_singular": "Entwickle ein Voltobal.", - "quest_title_quest_evolve_vullaby_singular": "Entwickle ein Skallyk.", - "quest_title_quest_evolve_vulpix_singular": "Entwickle ein Vulpix.", - "quest_title_quest_evolve_wailmer_singular": "Entwickle ein Wailmer.", - "quest_title_quest_evolve_wartortle_singular": "Entwickle ein Schillok.", - "quest_title_quest_evolve_weedle_singular": "Entwickle ein Hornliu.", - "quest_title_quest_evolve_weepinbell_singular": "Entwickle ein Ultrigaria.", - "quest_title_quest_evolve_whirlipede_singular": "Entwickle ein Rollum.", - "quest_title_quest_evolve_whismur_singular": "Entwickle ein Flurmel.", - "quest_title_quest_evolve_wingull_singular": "Entwickle ein Wingull.", - "quest_title_quest_evolve_woobat_singular": "Entwickle ein Fleknoil.", - "quest_title_quest_evolve_wooper_singular": "Entwickle ein Felino.", - "quest_title_quest_evolve_wurmple_singular": "Entwickle ein Waumpel.", - "quest_title_quest_evolve_wynaut_singular": "Entwickle ein Isso.", - "quest_title_quest_evolve_yamask_singular": "Entwickle ein Makabaja.", - "quest_title_quest_evolve_yanma_singular": "Entwickle ein Yanma.", - "quest_title_quest_evolve_zigzagoon_singular": "Entwickle ein Zigzachs.", - "quest_title_quest_evolve_zorua_singular": "Entwickle ein Zorua.", - "quest_title_quest_evolve_zubat_singular": "Entwickle ein Zubat.", - "quest_title_quest_evolve_zweilous_singular": "Entwickle ein Duodino.", - "quest_title_quest_explore_buddy": "Verdiene ein Bonbon durch das Erkunden mit deinem Kumpel.", - "quest_title_quest_explore_buddy_carbink": "Verdiene ein Bonbon durch das Erkunden mit Rocara als Kumpel.", - "quest_title_quest_explore_buddy_plural": "Verdiene {{amount_0}} Bonbons durch das Erkunden mit deinem Kumpel.", - "quest_title_quest_explore_buddy_routes_plural": "Verdiene {{amount_0}} Bonbons beim Erkunden von Routen mit deinem Kumpel.", - "quest_title_quest_explore_buddy_routes_singular": "Verdiene ein Bonbon beim Erkunden von Routen mit deinem Kumpel.", - "quest_title_quest_explore_km": "Erkunde {{amount_0}} km.", - "quest_title_quest_explore_km_party": "Erkunde {{amount_0}} km mit einem Team.", - "quest_title_quest_febresearchday_battle_gym_singular": "Perlu-Forschung: Kämpfe in einer Arena.", - "quest_title_quest_febresearchday_battle_raid_singular": "Perlu-Forschung: Kämpfe in einem Raid-Kampf.", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Perlu-Forschung: Setze eine sehr effektive Lade-Attacke in einem Arena-Kampf ein.", - "quest_title_quest_febresearchday_catch_feed_plural": "Perlu-Forschung: Verwende {{amount_0}} Beeren beim Fangen von Pokémon.", - "quest_title_quest_febresearchday_catch_special1_singular": "Perlu-Forschung: Fange ein Karpador oder Wailmer.", - "quest_title_quest_febresearchday_catch_special2_singular": "Perlu-Forschung: Fange ein Enton oder Krabby.", - "quest_title_quest_febresearchday_catch_type_water_plural": "Perlu-Forschung: Fange {{amount_0}} Pokémon vom Typ Wasser.", - "quest_title_quest_febresearchday_evolve_type_water_plural": "Perlu-Forschung: Entwickle {{amount_0}} Pokémon vom Typ Wasser.", - "quest_title_quest_febresearchday_land_curveball_plural": "Perlu-Forschung: Lande {{amount_0}} Curveball-Würfe.", - "quest_title_quest_febresearchday_land_great_plural": "Perlu-Forschung: Lande {{amount_0}} großartige Würfe.", - "quest_title_quest_febresearchday_land_inarow_great_plural": "Perlu-Forschung: Lande {{amount_0}} großartige Würfe hintereinander.", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "Perlu-Forschung: Lande {{amount_0}} gute Würfe hintereinander.", - "quest_title_quest_febresearchday_land_nice_plural": "Perlu-Forschung: Lande {{amount_0}} gute Würfe.", - "quest_title_quest_febresearchday_visit_pokestops_plural": "Perlu-Forschung: Drehe {{amount_0}} PokéStops.", - "quest_title_quest_feed_buddy_multiple": "Gib deinem Kumpel {{amount_0}}-mal einen Snack.", - "quest_title_quest_feed_buddy_singular": "Gib deinem Kumpel einen Snack", - "quest_title_quest_feed_goldenrazz_plural": "Verwende {{amount_0}} Goldene Himmihbeeren beim Fangen von Pokémon.", - "quest_title_quest_feed_nanab_plural": "Verwende {{amount_0}} Nanabbeeren beim Fangen von Pokémon.", - "quest_title_quest_feed_pinaps_plural": "Verwende {{amount_0}} Sananabeeren beim Fangen von Pokémon.", - "quest_title_quest_feed_razz_plural": "Verwende {{amount_0}} Himmihbeeren beim Fangen von Pokémon.", - "quest_title_quest_fennekin_catch_b": "Fange {{amount_0}} Fynx.", - "quest_title_quest_fennekin_evolve_b": "Entwickle {{amount_0}} Fynx.", - "quest_title_quest_fennekin_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Fynx.", - "quest_title_quest_field_research_plural": "Schließe {{amount_0}} Feldforschungsaufgaben ab.", - "quest_title_quest_field_research_singular": "Schließe 1 Feldforschungsaufgabe ab.", - "quest_title_quest_fight_type_bug_plural": "Besiege {{amount_0}} Pokémon vom Typ Käfer.", - "quest_title_quest_fight_type_dark_plural": "Besiege {{amount_0}} Pokémon vom Typ Unlicht.", - "quest_title_quest_fight_type_dark_steel_plural": "Besiege {{amount_0}} Pokémon vom Typ Unlicht oder Stahl.", - "quest_title_quest_fight_type_dragon_plural": "Besiege {{amount_0}} Pokémon vom Typ Drache.", - "quest_title_quest_fight_type_electric_plural": "Besiege {{amount_0}} Pokémon vom Typ Elektro.", - "quest_title_quest_fight_type_fairy_plural": "Besiege {{amount_0}} Pokémon vom Typ Fee.", - "quest_title_quest_fight_type_fighting_plural": "Besiege {{amount_0}} Pokémon vom Typ Kampf.", - "quest_title_quest_fight_type_fire_plural": "Besiege {{amount_0}} Pokémon vom Typ Feuer.", - "quest_title_quest_fight_type_flying_plural": "Besiege {{amount_0}} Pokémon vom Typ Flug.", - "quest_title_quest_fight_type_ghost_fighting_plural": "Besiege {{amount_0}} Pokémon vom Typ Kampf oder Geist.", - "quest_title_quest_fight_type_ghost_plural": "Besiege {{amount_0}} Pokémon vom Typ Geist.", - "quest_title_quest_fight_type_ghost_psychic_plural": "Besiege {{amount_0}} Pokémon vom Typ Psycho oder Geist.", - "quest_title_quest_fight_type_grass_plural": "Besiege {{amount_0}} Pokémon vom Typ Pflanze.", - "quest_title_quest_fight_type_ground_plural": "Besiege {{amount_0}} Pokémon vom Typ Boden.", - "quest_title_quest_fight_type_ice_plural": "Besiege {{amount_0}} Pokémon vom Typ Eis.", - "quest_title_quest_fight_type_normal_plural": "Besiege {{amount_0}} Pokémon vom Typ Normal.", - "quest_title_quest_fight_type_normal_psychic_plural": "Besiege {{amount_0}} Pokémon vom Typ Normal oder Psycho.", - "quest_title_quest_fight_type_poison_plural": "Besiege {{amount_0}} Pokémon vom Typ Gift.", - "quest_title_quest_fight_type_psychic_plural": "Besiege {{amount_0}} Pokémon vom Typ Psycho.", - "quest_title_quest_fight_type_rock_plural": "Besiege {{amount_0}} Pokémon vom Typ Gestein.", - "quest_title_quest_fight_type_steel_plural": "Besiege {{amount_0}} Pokémon vom Typ Stahl.", - "quest_title_quest_fight_type_water_plural": "Besiege {{amount_0}} Pokémon vom Typ Wasser.", - "quest_title_quest_first_catch_of_the_day": "Erster Fang des Tages", - "quest_title_quest_first_pokestop_of_the_day": "Erster PokéStop des Tages", - "quest_title_quest_flaaffy_evolve_b": "Entwickle {{amount_0}} Waaty.", - "quest_title_quest_flett_catch_b": "Fange {{amount_0}} Dartiri.", - "quest_title_quest_flett_evolve_b": "Entwickle {{amount_0}} Dartiri.", - "quest_title_quest_flett_evolve_s1": "Entwickle {{amount_0}} Dartignis.", - "quest_title_quest_floragato_evolve_b": "Entwickle ein Feliospa.", - "quest_title_quest_fraxure_evolve_b": "Entwickle {{amount_0}} Sharfax.", - "quest_title_quest_froakie_catch_b": "Fange {{amount_0}} Froxy.", - "quest_title_quest_froakie_evolve_b": "Entwickle {{amount_0}} Froxy.", - "quest_title_quest_froakie_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Froxy.", - "quest_title_quest_frogadier_evolve_b": "Entwickle {{amount_0}} Amphizel.", - "quest_title_quest_fuecoco_evolve_b": "Entwickle ein Krokel.", - "quest_title_quest_fuse_necrozma": "Fusioniere Necrozma", - "quest_title_quest_gbl_rank": "Erreiche Rang {{amount_0}} in der GO-Kampfliga.", - "quest_title_quest_gbl_rank_fifteen": "Erreiche Rang 15 in der GO-Kampfliga.", - "quest_title_quest_gbl_rank_five": "Erreiche Rang 5 in der GO-Kampfliga.", - "quest_title_quest_gbl_rank_ten": "Erreiche Rang 10 in der GO-Kampfliga.", - "quest_title_quest_gbl_rank_twenty": "Erreiche Rang 20 in der GO-Kampfliga.", - "quest_title_quest_get_cell_singular": "Finde eine Zygarde-Zelle.", - "quest_title_quest_giblt_catch_b": "Fange {{amount_0}} Kaumalat.", - "quest_title_quest_giblt_evolve_b": "Entwickle {{amount_0}} Kaumalat.", - "quest_title_quest_giblt_evolve_s1": "Entwickle {{amount_0}} Knarksel.", - "quest_title_quest_gift_open_plural": "Öffne {{amount_0}} Geschenke.", - "quest_title_quest_gift_open_singular": "Öffne ein Geschenk.", - "quest_title_quest_go_for_a_spin_00": "Finde und drehe Pandir-PokéStop 1 von 8", - "quest_title_quest_go_for_a_spin_01": "Finde und drehe Pandir-PokéStop 2 von 8", - "quest_title_quest_go_for_a_spin_02": "Finde und drehe Pandir-PokéStop 3 von 8", - "quest_title_quest_go_for_a_spin_03": "Finde und drehe Pandir-PokéStop 4 von 8", - "quest_title_quest_go_for_a_spin_04": "Finde und drehe Pandir-PokéStop 5 von 8", - "quest_title_quest_go_for_a_spin_05": "Finde und drehe Pandir-PokéStop 6 von 8", - "quest_title_quest_go_for_a_spin_06": "Finde und drehe Pandir-PokéStop 7 von 8", - "quest_title_quest_go_for_a_spin_07": "Finde und drehe Pandir-PokéStop 8 von 8", - "quest_title_quest_go_tour_snapshot_habitat_01": "Mache einen Schnappschuss mit deinem Kumpel im Lebensraum Glühender Sand.", - "quest_title_quest_go_tour_snapshot_habitat_02": "Mache einen Schnappschuss mit deinem Kumpel im Lebensraum Unheimlicher Nebel.", - "quest_title_quest_go_tour_snapshot_habitat_03": "Mache einen Schnappschuss mit deinem Kumpel im Lebensraum Grüne Erde.", - "quest_title_quest_go_tour_snapshot_habitat_04": "Mache einen Schnappschuss mit deinem Kumpel im Lebensraum Historische Küste.", - "quest_title_quest_gold_hoenn_dex": "Verdiene die Hoenn-Gold-Medaille.", - "quest_title_quest_gold_medal_plural": "Verdiene {{amount_0}} Gold-Medaillen.", - "quest_title_quest_gold_medal_plural_five": "Verdiene 5 Gold-Medaillen.", - "quest_title_quest_gold_medal_singular": "Verdiene 1 Gold-Medaille.", - "quest_title_quest_goomy_catch_b": "Fange {{amount_0}} Viscora.", - "quest_title_quest_goomy_evolve_b_plural": "Entwickle {{amount_0}} Viscora.", - "quest_title_quest_goomy_evolve_b_singular": "Entwickle ein Viscora.", - "quest_title_quest_grookey_evolve": "Entwickle ein Chimpep.", - "quest_title_quest_grubbin_catch_b": "Fange {{amount_0}} Mabula.", - "quest_title_quest_grubbin_evolve_b": "Entwickle {{amount_0}} Mabula.", - "quest_title_quest_grubbin_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Mabula.", - "quest_title_quest_gt_catch_b": "Fange {{amount_0}} Nebulak.", - "quest_title_quest_gt_evolve_b": "Entwickle {{amount_0}} Nebulak.", - "quest_title_quest_gt_evolve_s1": "Entwickle {{amount_0}} Alpollo.", - "quest_title_quest_gulpin_catch": "Fange {{amount_0}} Schluppuck.", - "quest_title_quest_gurdurr_evolve_b": "Entwickle {{amount_0}} Strepoli.", - "quest_title_quest_hallo19_catch_specific_plural": "Fange {{amount_0}} Fiffyen oder Hunduster.", - "quest_title_quest_hallo19_catch_type_dark_plural": "Fange {{amount_0}} Pokémon vom Typ Unlicht.", - "quest_title_quest_hallo19_catch_type_ghost_plural": "Fange {{amount_0}} Pokémon vom Typ Geist.", - "quest_title_quest_hallo19_evolve_plural": "Entwickle {{amount_0}} Zwirrlicht oder Shuppet.", - "quest_title_quest_hallo19_transfer_plural": "Verschicke {{amount_0}} Pokémon.", - "quest_title_quest_hatch_egg_plural": "Brüte {{amount_0}} Eier aus.", - "quest_title_quest_hatch_egg_routes_plural": "Brüte beim Folgen von Routen {{amount_0) Eier aus.", - "quest_title_quest_hatch_egg_routes_singular": "Brüte beim Folgen von Routen ein Ei aus.", - "quest_title_quest_hatch_egg_singular": "Brüte ein Ei aus.", - "quest_title_quest_hoenn_celebration_research": "Hoenn-Feier-Forschung", - "quest_title_quest_hoenn19_catch_specific_plural": "Hoenn-Feier: Fange {{amount_0}} Zigzachs oder Schwalbini.", - "quest_title_quest_hoenn19_evolve_specific_plural": "Hoenn-Feier: Entwickle {{amount_0}} Waumpel.", - "quest_title_quest_hoenn19_hatch_eggs": "Hoenn-Feier: Brüte {{amount_0}} Eier aus.", - "quest_title_quest_hoppt_catch_b": "Fange {{amount_0}} Hoppspross.", - "quest_title_quest_hoppt_evolve_b": "Entwickle {{amount_0}} Hoppspross.", - "quest_title_quest_hoppt_evolve_s1": "Entwickle {{amount_0}} Hubelupf.", - "quest_title_quest_incense_or_dai_plural": "Verwende {{amount_0}} Rauch oder Tägliche Abenteuerrauch.", - "quest_title_quest_incense_or_dai_singular": "Verwende einen Rauch oder Täglichen Abenteuerrauch.", - "quest_title_quest_incense_plural": "Verwende {{amount_0}} Rauch.", - "quest_title_quest_incense_routes_plural": "Verwende {{amount_0}} Rauch beim Folgen von Routen.", - "quest_title_quest_incense_routes_singular": "Verwende einen Rauch beim Folgen von Routen.", - "quest_title_quest_incense_singular": "Verwende einen Rauch.", - "quest_title_quest_jan19rsd_buddywalk_singular": "Barschwa-Forschung: Verdiene {{amount_0}} Bonbons durch Spazieren mit deinem Kumpel.", - "quest_title_quest_jan19rsd_hatch_egg_singular": "Barschwa-Forschung: Brüte ein Ei aus.", - "quest_title_quest_jan19rsd_land_great_plural": "Barschwa-Forschung: Lande {{amount_0}} großartige Würfe.", - "quest_title_quest_jan19rsd_land_nice_plural": "Barschwa-Forschung: Lande {{amount_0}} gute Würfe.", - "quest_title_quest_johtofestival_catch_special17_plural": "Johto-Festival: Fange {{amount_0}} Sonnkern.", - "quest_title_quest_johtofestival_catch_type_water_plural": "Johto-Festival: Fange {{amount_0}} Wasser-Pokémon.", - "quest_title_quest_johtofestival_evolve_plural": "Johto-Festival: Entwickle {{amount_0}} Sonnkern oder Natu.", - "quest_title_quest_johtofestival_land_excellent_plural": "Johto-Festival: Lande {{amount_0}} fabelhafte Würfe.", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Johto-Festival: Lande {{amount_0}} großartige Curveball-Würfe hintereinander.", - "quest_title_quest_johtofestival_win_raid_singular": "Johto-Festival: Gewinne einen Raid.", - "quest_title_quest_kanto_green_bellsprout": "GO Tour: Fange Knofensa", - "quest_title_quest_kanto_green_meowth": "GO Tour: Fange Mauzi", - "quest_title_quest_kanto_green_sandshrew": "GO Tour: Fange Sandan", - "quest_title_quest_kanto_green_vulpix": "GO Tour: Fange Vulpix", - "quest_title_quest_kanto_hatch_plural": "GO Tour Kanto: Brüte {{amount_0}} Eier aus", - "quest_title_quest_kanto_hatch_singular": "GO Tour Kanto: Brüte ein Ei aus", - "quest_title_quest_kanto_npc_plural": "GO Tour Kanto: Besiege {{amount_0}} GO Tour-Herausforderer", - "quest_title_quest_kanto_npc_singular": "GO Tour Kanto: Besiege einen GO Tour-Herausforderer", - "quest_title_quest_kanto_red_ekans": "GO Tour: Fange Rettan", - "quest_title_quest_kanto_red_growlithe": "GO Tour: Fange Fukano", - "quest_title_quest_kanto_red_mankey": "GO Tour: Fange Menki", - "quest_title_quest_kanto_red_oddish": "GO Tour: Fange Myrapla", - "quest_title_quest_kecleon_catch": "Fange {{amount_0}} Kecleon.", - "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "Lande {{amount_0}} Curveball-Würfe bei Geister-Pokémon.", - "quest_title_quest_land_curveball_plural": "Lande {{amount_0}} Curveball-Würfe.", - "quest_title_quest_land_curveball_singular": "Lande einen Curveball-Wurf.", - "quest_title_quest_land_excellent_curveball_plural": "Lande {{amount_0}} fabelhafte Curveball-Würfe.", - "quest_title_quest_land_excellent_curveball_singular": "Lande einen fabelhaften Curveball-Wurf.", - "quest_title_quest_land_excellent_plural": "Lande {{amount_0}} fabelhafte Würfe.", - "quest_title_quest_land_excellent_singular": "Lande einen fabelhaften Wurf.", - "quest_title_quest_land_great_curve_inarow_type_ghost": "Lande {{amount_0}} großartige Curveball-Würfe hintereinander bei Geister-Pokémon.", - "quest_title_quest_land_great_curve_type_ghost": "Lande {{amount_0}} großartige Curveball-Würfe bei Geister-Pokémon.", - "quest_title_quest_land_great_curveball_plural": "Lande {{amount_0}} großartige Curveball-Würfe.", - "quest_title_quest_land_great_curveball_singular": "Lande einen großartigen Curveball-Wurf.", - "quest_title_quest_land_great_plural": "Lande {{amount_0}} großartige Würfe.", - "quest_title_quest_land_great_singular": "Lande einen großartigen Wurf.", - "quest_title_quest_land_great_type_ghost": "Lande {{amount_0}} großartige Würfe bei Geister-Pokémon.", - "quest_title_quest_land_inarow_curveball_plural": "Lande {{amount_0}} Curveball-Würfe hintereinander.", - "quest_title_quest_land_inarow_excellent_curveball_plural": "Lande {{amount_0}} fabelhafte Curveball-Würfe hintereinander.", - "quest_title_quest_land_inarow_excellent_plural": "Lande {{amount_0}} fabelhafte Würfe hintereinander.", - "quest_title_quest_land_inarow_great_curveball_plural": "Lande {{amount_0}} großartige Curveball-Würfe hintereinander.", - "quest_title_quest_land_inarow_great_plural": "Lande {{amount_0}} großartige Würfe hintereinander.", - "quest_title_quest_land_inarow_nice_curveball_plural": "Lande {{amount_0}} gute Curveball-Würfe hintereinander.", - "quest_title_quest_land_inarow_nice_plural": "Lande {{amount_0}} gute Würfe hintereinander.", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "Lande {{amount_0}} gute Curveball-Würfe hintereinander bei Geister-Pokémon.", - "quest_title_quest_land_nice_curve_plural": "Lande {{amount_0}} gute Curveball-Würfe.", - "quest_title_quest_land_nice_curve_singular": "Lande einen guten Curveball-Wurf.", - "quest_title_quest_land_nice_curve_type_ghost": "Lande {{amount_0}} gute Curveball-Würfe bei Geister-Pokémon.", - "quest_title_quest_land_nice_electric_plural": "Fange {{amount_0}} Elektro-Pokémon mit guten Würfen.", - "quest_title_quest_land_nice_plural": "Lande {{amount_0}} gute Würfe.", - "quest_title_quest_land_nice_singular": "Lande einen guten Wurf.", - "quest_title_quest_land_nice_type_ghost": "Lande {{amount_0}} gute Würfe bei Geister-Pokémon.", - "quest_title_quest_larvitar_cdc_evolve_b": "Entwickle {{amount_0}} Larvitar.", - "quest_title_quest_larvitar_cdc_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Larvitar.", - "quest_title_quest_latias_wild_snap": "Mache einen Schnappschuss von Latias im Freien.", - "quest_title_quest_latios_wild_snap": "Mache einen Schnappschuss von Latios im Freien.", - "quest_title_quest_litten_catch_b": "Fange {{amount_0}} Flamiau", - "quest_title_quest_litten_evolve_b_plural": "Entwickle {{amount_0}} Flamiau", - "quest_title_quest_litten_evolve_b_singular": "Entwickle ein Flamiau", - "quest_title_quest_litten_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Flamiau.", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "Fordere einen Trainer in der Nähe auf, indem du seinen Kampfcode scannst.", - "quest_title_quest_lucky_plural": "Erhalte {{amount_0}} Glücks-Pokémon durch Tauschen.", - "quest_title_quest_lucky_singular": "Erhalte 1 Glücks-Pokémon durch einen Tausch.", - "quest_title_quest_lunar19_friends_trade_plural": "Tausche {{amount_0}} Pokémon mit einem Freund.", - "quest_title_quest_macht_catch_b": "Fange {{amount_0}} Machollo.", - "quest_title_quest_macht_evolve_b": "Entwickle {{amount_0}} Machollo", - "quest_title_quest_macht_evolve_s1": "Entwickle {{amount_0}} Maschock", - "quest_title_quest_magit_catch_b": "Fange {{amount_0}} Karpador.", - "quest_title_quest_magit_evolve_b": "Entwickle {{amount_0}} Karpador.", - "quest_title_quest_magmt_catch_b": "Fange {{amount_0}} Magmar.", - "quest_title_quest_magmt_evolve_b": "Entwickle {{amount_0}} Magmar.", - "quest_title_quest_mareep_catch_b": "Fange {{amount_0}} Voltilamm.", - "quest_title_quest_mareep_evolve_b": "Entwickle {{amount_0}} Voltilamm.", - "quest_title_quest_mareep_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Voltilamm.", - "quest_title_quest_mega_evo_primal_rev_plural": "Löse die Protomorphose ODER Mega-Entwicklung {{amount_0}}-mal bei einem Pokémon aus.", - "quest_title_quest_mega_evo_primal_rev_singular": "Löse die Protomorphose oder Mega-Entwicklung bei einem Pokémon aus.", - "quest_title_quest_mega_evolve_beedrill": "Löse bei einem Bibor die Mega-Entwicklung aus.", - "quest_title_quest_mega_evolve_blastoise": "Löse bei einem Turtok die Mega-Entwicklung aus.", - "quest_title_quest_mega_evolve_charizard": "Löse bei einem Glurak die Mega-Entwicklung aus.", - "quest_title_quest_mega_evolve_diancie": "Löse bei einem Diancie die Mega-Entwicklung aus.", - "quest_title_quest_mega_evolve_plural": "Löse bei {{amount_0}} Pokémon die Mega-Entwicklung aus.", - "quest_title_quest_mega_evolve_rayquaza": "Löse bei einem Rayquaza die Mega-Entwicklung aus.", - "quest_title_quest_mega_evolve_singular": "Löse bei einem Pokémon die Mega-Entwicklung aus.", - "quest_title_quest_mega_evolve_venusaur": "Löse bei einem Bisaflor die Mega-Entwicklung aus.", - "quest_title_quest_mega_join_raid_plural": "Kämpfe in {{amount_0}} Mega-Raids.", - "quest_title_quest_mega_join_raid_singular": "Kämpfe in einem Mega-Raid.", - "quest_title_quest_mega_win_raid_plural": "Gewinne {{amount_0}} Mega-Raids.", - "quest_title_quest_mega_win_raid_singular": "Gewinne einen Mega-Raid.", - "quest_title_quest_mesprit_wild_snap": "Mache einen Schnappschuss von Vesprit im Freien.", - "quest_title_quest_metang_evolve_b_singular": "Entwickle ein Metang.", - "quest_title_quest_more_reseach_coming_soon": "Mehr Forschungsaufgaben bald erhältlich!", - "quest_title_quest_mudkt_catch_b": "Fange {{amount_0}} Hydropi.", - "quest_title_quest_mudkt_evolve_b": "Entwickle {{amount_0}} Hydropi.", - "quest_title_quest_mudkt_evolve_s1": "Entwickle {{amount_0}} Moorabbel.", - "quest_title_quest_new_friends_plural": "Schließe {{amount_0}} neue Freundschaften.", - "quest_title_quest_new_friends_singular": "Schließe eine neue Freundschaft.", - "quest_title_quest_noibat_catch_b": "Fange {{amount_0}} eF-eM.", - "quest_title_quest_noibat_evolve_b": "Entwickle {{amount_0}} eF-eM.", - "quest_title_quest_noibat_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} eF-eM.", - "quest_title_quest_oshat_catch_b": "Fange {{amount_0}} Ottaro.", - "quest_title_quest_oshat_evolve_b": "Entwickle {{amount_0}} Ottaro.", - "quest_title_quest_oshat_evolve_s1": "Entwickle ein Zwottronin.", - "quest_title_quest_party_catch_electric_type_plural": "Fange {{amount_0}} Pokémon vom Typ Elektro mit einem Team.", - "quest_title_quest_party_catch_electric_type_singular": "Fange ein Pokémon vom Typ Elektro mit einem Team.", - "quest_title_quest_party_catch_fire_type_plural": "Fange {{amount_0}} Pokémon vom Typ Feuer mit einem Team.", - "quest_title_quest_party_catch_fire_type_singular": "Fange ein Pokémon vom Typ Feuer mit einem Team.", - "quest_title_quest_party_catch_normal_type_plural": "Fange {{amount_0}} Pokémon vom Typ Normal mit einem Team.", - "quest_title_quest_party_catch_normal_type_singular": "Fange ein Pokémon vom Typ Normal mit einem Team.", - "quest_title_quest_party_catch_water_type_plural": "Fange {{amount_0}} Pokémon vom Typ Wasser mit einem Team.", - "quest_title_quest_party_catch_water_type_singular": "Fange ein Pokémon vom Typ Wasser mit einem Team.", - "quest_title_quest_party_challenge_plural": "Schließe {{amount_0}} Team-Herausforderungen ab.", - "quest_title_quest_party_challenge_singular": "Schließe eine Team-Herausforderung ab.", - "quest_title_quest_platinum_johto_badge": "Verdiene die Johto-Platin-Medaille", - "quest_title_quest_platinum_kanto_badge": "Verdiene die Platin-Kanto-Medaille.", - "quest_title_quest_platinum_medal_plural": "Verdiene {{amount_0}} Platin-Medaillen.", - "quest_title_quest_platinum_medal_plural_five": "Verdiene 5 Platin-Medaillen.", - "quest_title_quest_platinum_medal_plural_forty": "Verdiene 40 Platin-Medaillen.", - "quest_title_quest_platinum_medal_plural_ten": "Verdiene 10 Platin-Medaillen.", - "quest_title_quest_platinum_medal_plural_twenty": "Verdiene 20 Platin-Medaillen.", - "quest_title_quest_platinum_medal_singular": "Verdiene 1 Platin-Medaille.", - "quest_title_quest_play_buddy_singular": "Spiele mit deinem Kumpel.", - "quest_title_quest_pokemon_appears": "Pokémon erscheint!", - "quest_title_quest_poliwag_catch_b": "Fange {{amount_0}} Quapsel", - "quest_title_quest_poliwag_evolve_b": "Entwickle {{amount_0}} Quapsel", - "quest_title_quest_poliwag_snapshot_b": "Mache {{amount_0}} Schnappschüsse von Quapsel.", - "quest_title_quest_poliwhirl_evolve_b": "Entwickle {{amount_0}} Quaputzi", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "Fange {{amount_0}} Robball.", - "quest_title_quest_popplio_evolve_b_plural": "Entwickle {{amount_0}} Robball.", - "quest_title_quest_popplio_evolve_b_singular": "Entwickle ein Robball.", - "quest_title_quest_porygon_catch_b": "Fange {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_plural": "Entwickle {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_singular": "Entwickle ein Porygon", - "quest_title_quest_porygon_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Porygon.", - "quest_title_quest_porygon2_evolve_b_plural": "Entwickle {{amount_0}} Porygon2", - "quest_title_quest_porygon2_evolve_b_singular": "Entwickle ein Porygon2", - "quest_title_quest_poryt_catch_b": "Fange {{amount_0}} Porygon.", - "quest_title_quest_poryt_catch_s1": "Fange {{amount_0}} Porygon2.", - "quest_title_quest_poryt_evolve_b": "Entwickle {{amount_0}} Porygon.", - "quest_title_quest_poryt_evolve_s1": "Entwickle {{amount_0}} Porygon2.", - "quest_title_quest_power_up_dragon_plural": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Drache.", - "quest_title_quest_power_up_fire_ice": "Verwende 5 Power-ups bei Pokémon vom Typ Feuer oder Eis.", - "quest_title_quest_power_up_grass_ghost": "Verwende 5 Power-ups bei Pokémon vom Typ Pflanze oder Geist.", - "quest_title_quest_power_up_legendary_plural": "Verwende {{amount_0}}-mal ein Power-up bei Legendären oder Mysteriösen Pokémon.", - "quest_title_quest_power_up_legendary_singular": "Verwende ein Power-up bei 1 Legendären oder Mysteriösen Pokémon.", - "quest_title_quest_power_up_max_plural": "Verwende Power-ups bei {{amount_0}} Pokémon bis zu ihren maximalen WP", - "quest_title_quest_power_up_max_singular": "Verwende Power-ups bei 1 Pokémon bis zu seinen maximalen WP", - "quest_title_quest_power_up_plural": "Verwende {{amount_0}} Power-ups bei Pokémon.", - "quest_title_quest_power_up_plural_bug": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Käfer.", - "quest_title_quest_power_up_plural_dark": "Verwende ein Power-up bei {{amount_0}} Pokémon vom Typ Unlicht.", - "quest_title_quest_power_up_plural_dragon": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Drache.", - "quest_title_quest_power_up_plural_electric": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Elektro.", - "quest_title_quest_power_up_plural_fairy": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Fee.", - "quest_title_quest_power_up_plural_fighting": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Kampf.", - "quest_title_quest_power_up_plural_fire": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Feuer.", - "quest_title_quest_power_up_plural_flying": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Flug.", - "quest_title_quest_power_up_plural_ghost": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Geist.", - "quest_title_quest_power_up_plural_grass": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Pflanze.", - "quest_title_quest_power_up_plural_ground": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Boden.", - "quest_title_quest_power_up_plural_ice": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Eis.", - "quest_title_quest_power_up_plural_normal": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Normal.", - "quest_title_quest_power_up_plural_poison": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Gift.", - "quest_title_quest_power_up_plural_psychic": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Psycho", - "quest_title_quest_power_up_plural_rock": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Gestein.", - "quest_title_quest_power_up_plural_rock_fairy": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Gestein oder Fee.", - "quest_title_quest_power_up_plural_steel": "Verwende ein Power-up bei {{amount_0}} Pokémon vom Typ Stahl.", - "quest_title_quest_power_up_plural_water": "Verwende {{amount_0}}-mal ein Power-up bei Pokémon vom Typ Wasser.", - "quest_title_quest_power_up_poison_rock": "Verwende 5 Power-ups bei Pokémon vom Typ Gift oder Gestein.", - "quest_title_quest_power_up_singular": "Verwende ein Power-up bei einem Pokémon.", - "quest_title_quest_power_up_singular_marshadow": "Verwende ein Power-up bei Marshadow", - "quest_title_quest_power_up_water_normal": "Verwende 5 Power-ups bei Pokémon vom Typ Normal oder Wasser.", - "quest_title_quest_primal_raid_victory_groudon": "Gewinne einen Proto-Groudon-Raid.", - "quest_title_quest_primal_raid_victory_kyogre": "Gewinne einen Proto-Kyogre-Raid.", - "quest_title_quest_primal_raid_victory_plural": "Gewinne {{amount_0}} Proto-Raids.", - "quest_title_quest_primal_raid_victory_singular": "Gewinne einen Proto-Raid.", - "quest_title_quest_primal_reversion_plural": "Löse bei einem Pokémon {{amount_0}}-mal die Protomorphose aus.", - "quest_title_quest_primal_reversion_singular": "Löse bei einem Pokémon die Protomorphose aus.", - "quest_title_quest_primal_surge_candy": "Proto-Alarm: Verdiene ein Bonbon durch Spazieren mit deinem Kumpel.", - "quest_title_quest_primal_surge_catch": "Proto-Alarm: Fange 10 Pokémon.", - "quest_title_quest_primal_surge_hatch": "Proto-Alarm: Brüte ein Ei aus.", - "quest_title_quest_primal_surge_power_ground": "Proto-Alarm: Verwende 5 Power-ups bei Pokémon vom Typ Boden.", - "quest_title_quest_primal_surge_power_water": "Proto-Alarm: Verwende 5 Power-ups bei Pokémon vom Typ Wasser.", - "quest_title_quest_primal_surge_raid": "Proto-Alarm: Gewinne einen Raid.", - "quest_title_quest_psychicspec_catch_abra_plural": "Fange {{amount_0}} Abra oder Traumato.", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "Fange {{amount_0}} Pokémon vom Typ Psycho.", - "quest_title_quest_psychicspec_evolve_plural": "Entwickle {{amount_0}} Owei oder Flegmon.", - "quest_title_quest_quaxly_evolve_b": "Entwickle ein Kwaks.", - "quest_title_quest_quaxwell_evolve_b": "Entwickle ein Fuentente.", - "quest_title_quest_quilava_evolve_b_plural": "Entwickle {{amount_0}} Igelavar.", - "quest_title_quest_quilava_evolve_b_singular": "Entwickle ein Igelavar.", - "quest_title_quest_quilladin_evolve_b": "Entwickle {{amount_0}} Igastarnish.", - "quest_title_quest_raboot_evolve": "Entwickle ein Kickerlo.", - "quest_title_quest_raid_friend_singular": "Nimm mit einem Freund an einem Raid teil.", - "quest_title_quest_raid_t5_win": "Gewinne einen Stufe-5-Raid.", - "quest_title_quest_raid_with_buddy_plural": "Kämpfe in {{amount_0}} Raids mit deinem Kumpel.", - "quest_title_quest_raid_with_buddy_singular": "Kämpfe in einem Raid mit deinem Kumpel.", - "quest_title_quest_reach_hoenn_gold": "Verdiene die Hoenn-Gold-Medaille.", - "quest_title_quest_reach_johto_gold": "Verdiene die Johto-Gold-Medaille.", - "quest_title_quest_reach_kanto_gold": "Verdiene die Kanto-Gold-Medaille.", - "quest_title_quest_reach_kanto_silver": "Verdiene die Kanto-Silber-Medaille.", - "quest_title_quest_reach_level": "Erreiche Level {{amount_0}}.", - "quest_title_quest_referral_initial_milestone": "Hat sich bei Pokémon GO angemeldet", - "quest_title_quest_remove_bonus_challenge_desc": "Morgen erhältst du eine weitere Aufgabe.", - "quest_title_quest_reward_desc_1": "Sammle Stempel, um bei Prof. Willow Forschungsdurchbrüche freizuschalten.", - "quest_title_quest_reward_desc_2": "Du brauchst noch", - "quest_title_quest_reward_desc_3_plural": "{{amount_0}} Stempel bis zum Durchbruch!", - "quest_title_quest_reward_desc_3_singular": "{{amount_0}} Stempel bis zum Durchbruch!", - "quest_title_quest_reward_encounter_later": "Später", - "quest_title_quest_reward_encounter_uses_ar": "Dieses Pokémon kann nur im AR-Modus gefangen werden.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "Ein geheimnisvolles Pokémon erscheint!", - "quest_title_quest_reward_start_encounter": "Begegnung beginnen", - "quest_title_quest_rocket_battle_plural": "Kämpfe gegen {{amount_0}} Team GO Rocket-Rüpel.", - "quest_title_quest_rocket_battle_win_plural": "Besiege {{amount_0}} Team GO Rocket-Rüpel.", - "quest_title_quest_rocket_battle_win_singular": "Besiege einen Team GO Rocket-Rüpel.", - "quest_title_quest_rocket_catch_shadow_singular": "Fange ein Crypto-Pokémon.", - "quest_title_quest_rocket_evolve_plural": "Entwickle {{amount_0}} Pokémon.", - "quest_title_quest_rocket_leader_battle_win_singular": "Besiege einen Team GO Rocket-Boss.", - "quest_title_quest_rocket_power_up_plural": "Verwende {{amount_0}}-mal Power-ups bei Pokémon.", - "quest_title_quest_rocket_purify_dark_plural": "Erlöse {{amount_0}} Crypto-Pokémon vom Typ Unlicht.", - "quest_title_quest_rocket_purify_fire_plural": "Erlöse {{amount_0}} Crypto-Pokémon vom Typ Feuer.", - "quest_title_quest_rocket_purify_plural": "Erlöse {{amount_0}} Crypto-Pokémon.", - "quest_title_quest_rocket_purify_type_singular": "Erlöse ein Crypto-Pokémon vom Typ Feuer, Wasser oder Pflanze.", - "quest_title_quest_rocket_rescue_shadow_plural": "Rette {{amount_0}} Crypto-Pokémon.", - "quest_title_quest_rocket_shadow_plural": "Fange {{amount_0}} Crypto-Pokémon.", - "quest_title_quest_rockethq1_arlo_win": "Besiege Team GO Rocket-Boss Arlo.", - "quest_title_quest_rockethq1_arlo_win_plural": "Besiege Team GO Rocket-Boss Arlo {{amount_0}}-mal.", - "quest_title_quest_rockethq1_battle_boss": "Kämpfe gegen den Boss von Team GO Rocket.", - "quest_title_quest_rockethq1_catch_legendary_shadow": "Fange ein Legendäres Crypto-Pokémon.", - "quest_title_quest_rockethq1_catch_shadow1": "Fange {{amount_0}} Crypto-Pokémon.", - "quest_title_quest_rockethq1_cliff_win": "Besiege Team GO Rocket-Boss Cliff.", - "quest_title_quest_rockethq1_cliff_win_plural": "Besiege Team GO Rocket-Boss Cliff {{amount_0}}-mal.", - "quest_title_quest_rockethq1_defeat_boss": "Besiege den Boss von Team GO Rocket.", - "quest_title_quest_rockethq1_find_boss": "Finde den Boss von Team GO Rocket.", - "quest_title_quest_rockethq1_grunt_win1": "Besiege {{amount_0}} Team GO Rocket-Rüpel.", - "quest_title_quest_rockethq1_grunt_win2": "Besiege {{amount_0}} Team GO Rocket-Rüpel.", - "quest_title_quest_rockethq1_leader_win_plural": "Besiege einen Team GO Rocket-Boss {{amount_0}}-mal.", - "quest_title_quest_rockethq1_leaders_win_plural": "Besiege einen Team GO Rocket-Boss {{amount_0}}-mal.", - "quest_title_quest_rockethq1_purify": "Erlöse {{amount_0}} Crypto-Pokémon.", - "quest_title_quest_rockethq1_raid_win": "Gewinne {{amount_0}} Raids.", - "quest_title_quest_rockethq1_sierra_win": "Besiege Team GO Rocket-Boss Sierra.", - "quest_title_quest_rockethq1_sierra_win_plural": "Besiege Team GO Rocket-Boss Sierra {{amount_0}}-mal.", - "quest_title_quest_rockethq1_spin": "Drehe {{amount_0}} PokéStops.", - "quest_title_quest_rockethq1_spin_row": "Drehe {{amount_0}} Tage hintereinander einen PokéStop.", - "quest_title_quest_rockethq1_supereffective": "Setze {{amount_0}} sehr effektive Lade-Attacken in Arenakämpfen ein.", - "quest_title_quest_rockethq1_trainerbattle_win": "Gewinne {{amount_0}} Superliga-Trainerkämpfe gegen einen anderen Trainer.", - "quest_title_quest_roggenrola_catch_b": "Fange {{amount_0}} Kiesling.", - "quest_title_quest_roggenrola_evolve_b": "Entwickle {{amount_0}} Kiesling.", - "quest_title_quest_roggenrola_snapshot_b": "Mache {{amount_0}} Schnappschüsse von Kiesling.", - "quest_title_quest_roset_catch_b": "Fange {{amount_0}} Roselia.", - "quest_title_quest_roset_evolve_b": "Entwickle {{amount_0}} Roselia.", - "quest_title_quest_rowlet_catch_b": "Fange {{amount_0}} Bauz.", - "quest_title_quest_rowlet_evolve_b_plural": "Entwickle {{amount_0}} Bauz.", - "quest_title_quest_rowlet_evolve_b_singular": "Entwickle {{amount_0}} Bauz.", - "quest_title_quest_rowlet_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Bauz.", - "quest_title_quest_sandt_catch_b": "Fange {{amount_0}} Sandan.", - "quest_title_quest_sandt_evolve_b": "Entwickle {{amount_0}} Sandan.", - "quest_title_quest_scorbunny_evolve": "Entwickle ein Hopplo.", - "quest_title_quest_send_gifts_daily_row": "Verschicke {{amount_0}} Tage hintereinander Geschenke.", - "quest_title_quest_send_gifts_plural": "Schicke {{amount_0}} Geschenke an Freunde.", - "quest_title_quest_send_gifts_singular": "Schicke ein Geschenk an einen Freund.", - "quest_title_quest_send_gifts_sticker_plural": "Verschicke {{amount_0}} Geschenke mit einem Sticker.", - "quest_title_quest_send_gifts_sticker_singular": "Verschicke ein Geschenk mit einem Sticker.", - "quest_title_quest_shelgon_evolve_b_plural": "Entwickle {{amount_0}} Draschel", - "quest_title_quest_shelgon_evolve_b_singular": "Entwickle ein Draschel", - "quest_title_quest_shint_catch_b": "Fange {{amount_0}} Sheinux.", - "quest_title_quest_shint_evolve_b": "Entwickle {{amount_0}} Sheinux.", - "quest_title_quest_shint_evolve_s1": "Entwickle {{amount_0}} Luxio.", - "quest_title_quest_sinnoh_evolve_plural": "Entwickle {{amount_0}} Pokémon zu Arten, die ursprünglich in der Sinnoh-Region entdeckt wurden.", - "quest_title_quest_sinnoh_evolve_stone_plural": "Verwende einen Sinnoh-Stein, um {{amount_0}} Pokémon zu entwickeln.", - "quest_title_quest_sinnoh_medal_gold": "Verdiene eine Sinnoh-Gold-Medaille.", - "quest_title_quest_sliggoo_evolve_b_plural": "Entwickle {{amount_0}} Viscargot.", - "quest_title_quest_sliggoo_evolve_b_singular": "Entwickle ein Viscargot.", - "quest_title_quest_slowpoke_catch_b": "Fange {{amount_0}} Flegmon oder Galar-Flegmon.", - "quest_title_quest_slowpoke_evolve_b": "Entwickle {{amount_0}} Flegmon oder Galar-Flegmon.", - "quest_title_quest_slowpoke_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Flegmon oder Galar-Flegmon.", - "quest_title_quest_snapshot_ar_photo_safari": "Mach einen Schnappschuss von deinem Kumpel am Pokémon GO-Zelt", - "quest_title_quest_snapshot_bali": "Mache einen Schnappschuss in Bali", - "quest_title_quest_snapshot_buddy": "Mache einen Schnappschuss mit deinem Kumpel", - "quest_title_quest_snapshot_bulbasaur": "Mache einen Schnappschuss von Bisasam.", - "quest_title_quest_snapshot_charmander": "Mache einen Schnappschuss von Glumanda.", - "quest_title_quest_snapshot_chikorita": "Mache einen Schnappschuss von deinem Endivie.", - "quest_title_quest_snapshot_cyndaquil": "Mache einen Schnappschuss von deinem Feurigel.", - "quest_title_quest_snapshot_genesect": "Mache {{amount_0}} Schnappschüsse von Genesect.", - "quest_title_quest_snapshot_hariyama": "Mache einen Schnappschuss von deinem Hariyama.", - "quest_title_quest_snapshot_hoopa_singular": "Mache einen Schnappschuss von Hoopa.", - "quest_title_quest_snapshot_jeju": "Mache einen Schnappschuss auf Jeju Island", - "quest_title_quest_snapshot_keldeo": "Mache {{amount_0}} Schnappschüsse von Keldeo.", - "quest_title_quest_snapshot_landorus": "Mache einen Schnappschuss von Demeteros.", - "quest_title_quest_snapshot_machamp": "Mache einen Schnappschuss von deinem Machomei.", - "quest_title_quest_snapshot_okinawa": "Mache einen Schnappschuss in Okinawa", - "quest_title_quest_snapshot_poison_grass_singular": "Mache einen Schnappschuss von einem wilden Gift-Pokémon.", - "quest_title_quest_snapshot_regi_ice": "Mache einen Schnappschuss von Regice.", - "quest_title_quest_snapshot_regi_rock": "Mache einen Schnappschuss von Regirock.", - "quest_title_quest_snapshot_regi_steel": "Mache einen Schnappschuss von Registeel.", - "quest_title_quest_snapshot_scrafty": "Mache einen Schnappschuss von deinem Irokex.", - "quest_title_quest_snapshot_singular": "Mache einen Schnappschuss", - "quest_title_quest_snapshot_storage_bug_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen Käfer-Pokémon, die du gefangen hast.", - "quest_title_quest_snapshot_storage_steel_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen Stahl-Pokémon, die du gefangen hast.", - "quest_title_quest_snapshot_storage_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen Pokémon im Freien.", - "quest_title_quest_snapshot_surabaya": "Mache einen Schnappschuss in Surabaya", - "quest_title_quest_snapshot_thundurus": "Mache einen Schnappschuss von Voltolos.", - "quest_title_quest_snapshot_tornadus": "Mache einen Schnappschuss von Boreos.", - "quest_title_quest_snapshot_totodile": "Mache einen Schnappschuss von deinem Karnimani.", - "quest_title_quest_snapshot_unique_fire_pokemon": "Mache Schnappschüsse von {{amount_0}} verschiedenen Feuer-Pokémon.", - "quest_title_quest_snapshot_unique_pokemon": "Mache Schnappschüsse von {{amount_0}} verschiedenen Pokémon.", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Mache einen Schnappschuss von Sheinux, Elezeba oder Coiffwaff im Freien.", - "quest_title_quest_snapshot_wild_bug_plural": "Mache {{amount_0}} Schnappschüsse von Käfer-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_bug_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen Käfer-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Mache einen Schnappschuss von Smettbo, Sheinux oder Elezeba im Freien.", - "quest_title_quest_snapshot_wild_dark_plural": "Mache {{amount_0}} Schnappschüsse von Unlicht-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_dark_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Unlicht-Pokémon.", - "quest_title_quest_snapshot_wild_dragon_plural": "Mache {{amount_0}} Schnappschüsse von Drachen-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Drachen-Pokémon.", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Mache einen Schnappschuss von Lampi, Finneon oder Piccolente im Freien.", - "quest_title_quest_snapshot_wild_eevee": "Mache einen Schnappschuss von Evoli im Freien.", - "quest_title_quest_snapshot_wild_electric_plural": "Mache {{amount_0}} Schnappschüsse von Elektro-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_electric_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Elektro-Pokémon.", - "quest_title_quest_snapshot_wild_entei": "Mache einen Schnappschuss von Entei im Freien.", - "quest_title_quest_snapshot_wild_fairy_plural": "Mache {{amount_0}} Schnappschüsse von Feen-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Feen-Pokémon.", - "quest_title_quest_snapshot_wild_fighting_plural": "Mache {{amount_0}} Schnappschüsse von Kampf-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Kampf-Pokémon.", - "quest_title_quest_snapshot_wild_fire_plural": "Mache {{amount_0}} Schnappschüsse von Feuer-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_fire_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Feuer-Pokémon.", - "quest_title_quest_snapshot_wild_flying_plural": "Mache {{amount_0}} Schnappschüsse von Flug-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_flying_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Flug-Pokémon.", - "quest_title_quest_snapshot_wild_frillish_absol": "Mache einen Schnappschuss von Absol oder Quabbel im Freien.", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Mache einen Schnappschuss von Sandan, Kleinstein oder Tuska im Freien.", - "quest_title_quest_snapshot_wild_ghost_plural": "Mache {{amount_0}} Schnappschüsse von Geister-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Geister-Pokémon.", - "quest_title_quest_snapshot_wild_grass_plural": "Mache {{amount_0}} Schnappschüsse von Pflanzen-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_grass_singular": "Mache einen Schnappschuss von einem Pflanzen-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_grass_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Pflanzen-Pokémon.", - "quest_title_quest_snapshot_wild_ground_plural": "Mache {{amount_0}} Schnappschüsse von Boden-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_ground_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Boden-Pokémon.", - "quest_title_quest_snapshot_wild_hoothoot": "Mache einen Schnappschuss von Hoothoot im Freien.", - "quest_title_quest_snapshot_wild_ice_plural": "Mache {{amount_0}} Schnappschüsse von Eis-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_ice_singular": "Mache einen Schnappschuss von einem Eis-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_ice_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Eis-Pokémon.", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Mache einen Schnappschuss von Safcon, Griffel oder Loturzel im Freien.", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Mache einen Schnappschuss von Lampi, Liebiskus oder Finneon im Freien.", - "quest_title_quest_snapshot_wild_mareanie_singluar": "Mache einen Schnappschuss von Garstella im Freien.", - "quest_title_quest_snapshot_wild_normal_plural": "Mache {{amount_0}} Schnappschüsse von Normal-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_normal_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Normal-Pokémon.", - "quest_title_quest_snapshot_wild_plural": "Mache {{amount_0}} Schnappschüsse von Pokémon im Freien.", - "quest_title_quest_snapshot_wild_poison_plural": "Mache {{amount_0}} Schnappschüsse von Gift-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_poison_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Gift-Pokémon.", - "quest_title_quest_snapshot_wild_psychic_plural": "Mache {{amount_0}} Schnappschüsse von Psycho-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Psycho-Pokémon.", - "quest_title_quest_snapshot_wild_raikou": "Mache einen Schnappschuss von Raikou im Freien.", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Mache {{amount_0}} Schnappschüsse von verschiedenen wilden Boden-, Gesteins- oder Feen-Pokémon.", - "quest_title_quest_snapshot_wild_rock_plural": "Mache {{amount_0}} Schnappschüsse von Gesteins-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_rock_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Gesteins-Pokémon.", - "quest_title_quest_snapshot_wild_singular": "Mache einen Schnappschuss von einem Pokémon im Freien.", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Mache einen Schnappschuss von Dodri, Mantax oder Panzaeron im Freien.", - "quest_title_quest_snapshot_wild_skitty_kirlia": "Mache einen Schnappschuss von Kirlia oder Eneco im Freien.", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Mache einen Schnappschuss von Sniebel, Glibunkel oder Quabbel im Freien.", - "quest_title_quest_snapshot_wild_steel_plural": "Mache {{amount_0}} Schnappschüsse von Stahl-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_steel_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen Stahl-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_suicune": "Mache einen Schnappschuss von Suicune im Freien.", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Mache einen Schnappschuss von Sandan, Knacklion oder Tuska im Freien.", - "quest_title_quest_snapshot_wild_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen Pokémon im Freien.", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Mache {{amount_0}} Schnappschüsse von verschiedenen Feuer-, Wasser- oder Pflanzen-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_water_plural": "Mache {{amount_0}} Schnappschüsse von Wasser-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_water_singular": "Mache einen Schnappschuss von Wasser-Pokémon im Freien.", - "quest_title_quest_snapshot_wild_water_unique_plural": "Mache Schnappschüsse von {{amount_0}} verschiedenen wilden Wasser-Pokémon.", - "quest_title_quest_snapshot_yogyakarta": "Mache einen Schnappschuss in Yogyakarta.", - "quest_title_quest_snapshots_inarow_plural": "Mache {{amount_0}} Tage hintereinander einen Schnappschuss eines Pokémon.", - "quest_title_quest_snapshots_plural": "Mach {{amount_0}} Schnappschüsse.", - "quest_title_quest_snapshots_your_plural": "Mache {{amount_0}} Schnappschüsse von deinen Pokémon.", - "quest_title_quest_snapshots_your_singular": "Mache einen Schnappschuss von einem deiner Pokémon.", - "quest_title_quest_snivt_catch_b": "Fange {{amount_0}} Serpifeu.", - "quest_title_quest_snivt_evolve_b": "Entwickle {{amount_0}} Serpifeu.", - "quest_title_quest_snivt_evolve_s1": "Entwickle {{amount_0}} Efoserp.", - "quest_title_quest_sobble_evolve": "Entwickle ein Memmeon.", - "quest_title_quest_sphet_catch_b": "Fange {{amount_0}} Seemops.", - "quest_title_quest_sphet_evolve_b": "Entwickle {{amount_0}} Seemops.", - "quest_title_quest_sphet_evolve_s1": "Entwickle {{amount_0}} Seejong.", - "quest_title_quest_spin_151": "Drehe 151 PokéStops oder Arenen.", - "quest_title_quest_spin_daysinarow": "Drehe {{amount_0}} Tage hintereinander einen PokéStop.", - "quest_title_quest_spin_go_tour_habitat_01": "Drehe {{amount_0}} PokéStops oder Arenen im Lebensraum Küstenmetropole.", - "quest_title_quest_spin_go_tour_habitat_02": "Drehe {{amount_0}} PokéStops oder Arenen im Lebensraum Umschlungene Ruinen.", - "quest_title_quest_spin_go_tour_habitat_03": "Drehe {{amount_0}} PokéStops oder Arenen im Lebensraum Blubbernder Sumpf.", - "quest_title_quest_spin_go_tour_habitat_04": "Drehe {{amount_0}} PokéStops oder Arenen im Lebensraum Heiße Gebirgsquellen.", - "quest_title_quest_spin_go_tour_spiritomb_plural": "Drehe {{amount_0}} verschiedene Kryppuk-PokéStops.", - "quest_title_quest_spin_go_tour_spiritomb_singular": "Drehe einen Kryppuk-PokéStop.", - "quest_title_quest_spin_mexico_plural": "Drehe {{amount_0}} PokéStops in Mexiko.", - "quest_title_quest_spin_mexico_singular": "Drehe einen PokéStop in Mexiko.", - "quest_title_quest_spin_pokestop_days": "Besuche an {{amount_0}} verschiedenen Tagen PokéStops.", - "quest_title_quest_spin_ultra_wormhole_gym": "Drehe die Arena, die als „Ultrapforte” gekennzeichnet ist.", - "quest_title_quest_spin_wcs_2024": "Drehe 10 PokéStops oder Arenen beim Hawai‘i Convention Center", - "quest_title_quest_sprigatito_evolve_b": "Entwickle ein Felori.", - "quest_title_quest_squirtle_catch_b": "Fange {{amount_0}} Schiggy.", - "quest_title_quest_squirtle_evolve_b": "Entwickle {{amount_0}} Schiggy.", - "quest_title_quest_squirtle_snapshot_b": "Mache {{amount_0}} Schnappschüsse von Schiggy.", - "quest_title_quest_st_catch_s": "Fange 15 Samurzel.", - "quest_title_quest_st_evolve_n": "Entwickle ein Blanas.", - "quest_title_quest_st_evolve_s": "Entwickle 3 Samurzel.", - "quest_title_quest_stardust_plural": "Verdiene {{amount_0}} Sternenstaub.", - "quest_title_quest_starly_catch_b": "Fange {{amount_0}} Staralili.", - "quest_title_quest_starly_evolve_b": "Entwickle {{amount_0}} Staralili.", - "quest_title_quest_starly_snapshot_b": "Mache {{amount_0}} Schnappschüsse von Staralili.", - "quest_title_quest_start_battle": "KAMPF BEGINNEN!", - "quest_title_quest_steenee_evolve_b_plural": "Entwickle {{amount_0}} Frubaila", - "quest_title_quest_steenee_evolve_b_singular": "Entwickle ein Frubaila", - "quest_title_quest_streak_format": "SERIE: {{amount_0}} TAG(E)!", - "quest_title_quest_stuff_catch_b": "Fange {{amount_0}} Velursi.", - "quest_title_quest_stuff_evolve_b": "Entwickle {{amount_0}} Velursi.", - "quest_title_quest_stuff_snapshot_b": "Mache {{amount_0}} Schnappschüsse von Velursi im Freien.", - "quest_title_quest_supereffective_charge_party_plural": "Setze {{amount_0}} sehr effektive Lade-Attacken mit einem Team ein.", - "quest_title_quest_supereffective_charge_party_singular": "Setze eine sehr effektive Lade-Attacke mit einem Team ein.", - "quest_title_quest_supereffective_charge_plural": "Setze {{amount_0}} sehr effektive Lade-Attacken ein.", - "quest_title_quest_supereffective_charge_singular": "Setze eine sehr effektive Lade-Attacke ein.", - "quest_title_quest_surskit_catch": "Fange {{amount_0}} Gehweiher.", - "quest_title_quest_swabt_catch_b": "Fange {{amount_0}} Wablu.", - "quest_title_quest_swabt_evolve_b": "Entwickle {{amount_0}} Wablu.", - "quest_title_quest_swinub_cdc_evolve_b": "Entwickle {{amount_0}} Quiekel.", - "quest_title_quest_swinub_cdc_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Quiekel.", - "quest_title_quest_teddiursa_catch_b": "Fange {{amount_0}} Teddiursa.", - "quest_title_quest_teddiursa_evolve_b": "Entwickle {{amount_0}} Teddiursa.", - "quest_title_quest_teddiursa_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Teddiursa.", - "quest_title_quest_template.display.branches#0.button_text_key": "Raids, Rüpel und Arenen!", - "quest_title_quest_template.display.branches#0.description_key": "Wenn du dich für diesen Pfad entscheidest, erhältst du Aufgaben, die mit dem Herausfordern von Arenen, Raids und Mitgliedern von Team GO Rocket zu tun haben, um Belohnungen wie eine Begegnung mit Glurak und mehr zu erhalten.", - "quest_title_quest_template.display.branches#1.button_text_key": "GO-Kampfliga!", - "quest_title_quest_template.display.branches#1.description_key": "Wenn du dich für diesen Weg entscheidest, erhältst du Aufgaben, die mit dem Kampf gegen andere Trainer zu tun haben, um Belohnungen wie eine Begegnung mit Glurak und mehr zu erhalten.", - "quest_title_quest_tepit_catch_b": "Fange {{amount_0}} Floink.", - "quest_title_quest_tepit_evolve_b": "Entwickle {{amount_0}} Floink.", - "quest_title_quest_tepit_evolve_s1": "Entwickle {{amount_0}} Ferkokel.", - "quest_title_quest_thwackey_evolve": "Entwickle ein Chimstix.", - "quest_title_quest_timburr_catch_b": "Fange {{amount_0}} Praktibalk.", - "quest_title_quest_timburr_evolve_b": "Entwickle {{amount_0}} Praktibalk.", - "quest_title_quest_timburr_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Praktibalk.", - "quest_title_quest_time_remaining_day_plural": "Es bleiben noch {{amount_0}} Tage, um diese Spezialforschung abzuschließen.", - "quest_title_quest_time_remaining_day_singular": "Es bleibt noch {{amount_0}} Tag, um diese Spezialforschung abzuschließen.", - "quest_title_quest_togetic_catch_b": "Fange {{amount_0}} Togetic.", - "quest_title_quest_togetic_evolve_b": "Entwickle {{amount_0}} Togetic.", - "quest_title_quest_togetic_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Togetic.", - "quest_title_quest_torracat_evolve_b_plural": "Entwickle {{amount_0}} Miezunder", - "quest_title_quest_torracat_evolve_b_singular": "Entwickle ein Miezunder", - "quest_title_quest_trade_50km_plural": "Tausche {{amount_0}}-mal Pokémon, die mindestens 50 km voneinander entfernt gefangen wurden.", - "quest_title_quest_trade_100km_plural": "Tausche {{amount_0}}-mal Pokémon, die mindestens 100 km voneinander entfernt gefangen wurden.", - "quest_title_quest_trade_200km_plural": "Tausche {{amount_0}}-mal Pokémon, die mindestens 200 km voneinander entfernt gefangen wurden.", - "quest_title_quest_trade_300km_plural": "Tausche {{amount_0}}-mal Pokémon, die mindestens 300 km voneinander entfernt gefangen wurden.", - "quest_title_quest_trade_400km_plural": "Tausche {{amount_0}}-mal Pokémon, die mindestens 400 km voneinander entfernt gefangen wurden.", - "quest_title_quest_trade_500km_plural": "Tausche {{amount_0}}-mal Pokémon, die mindestens 500 km voneinander entfernt gefangen wurden.", - "quest_title_quest_trade_500km_singular": "Tausche einmal Pokémon, die mindestens 500 km voneinander entfernt gefangen wurden.", - "quest_title_quest_trade_pikachu_plural": "Tausche {{amount_0}} Pikachu", - "quest_title_quest_trade_plural": "Tausche {{amount_0}}-mal Pokémon.", - "quest_title_quest_trade_singular": "Tausche ein Pokémon.", - "quest_title_quest_transfer_pidgey_plural": "Verschicke {{amount_0}} Taubsi", - "quest_title_quest_transfer_pokemon_plural": "Verschicke {{amount_0}} Pokémon.", - "quest_title_quest_transfer_pokemon_singular": "Verschicke ein Pokémon.", - "quest_title_quest_transfer_rock_or_poison_plural": "Verschicke {{amount_0}} Pokémon vom Typ Gestein oder Gift.", - "quest_title_quest_transfer_rock_poison": "Verschicke {{amount_0}} Pokémon vom Typ Gestein oder Gift.", - "quest_title_quest_transfer_type_bug_plural": "Verschicke {{amount_0}} Pokémon vom Typ Käfer.", - "quest_title_quest_transfer_type_dark_plural": "Verschicke {{amount_0}} Pokémon vom Typ Unlicht.", - "quest_title_quest_transfer_type_dragon_plural": "Verschicke {{amount_0}} Pokémon vom Typ Drache.", - "quest_title_quest_transfer_type_electric_plural": "Verschicke {{amount_0}} Pokémon vom Typ Elektro.", - "quest_title_quest_transfer_type_fairy_plural": "Verschicke {{amount_0}} Pokémon vom Typ Fee.", - "quest_title_quest_transfer_type_fighting_plural": "Verschicke {{amount_0}} Pokémon vom Typ Kampf.", - "quest_title_quest_transfer_type_fire_plural": "Verschicke {{amount_0}} Pokémon vom Typ Feuer.", - "quest_title_quest_transfer_type_flying_plural": "Verschicke {{amount_0}} Pokémon vom Typ Flug.", - "quest_title_quest_transfer_type_ghost_plural": "Verschicke {{amount_0}} Pokémon vom Typ Geist.", - "quest_title_quest_transfer_type_grass_plural": "Verschicke {{amount_0}} Pokémon vom Typ Pflanze.", - "quest_title_quest_transfer_type_ground_plural": "Verschicke {{amount_0}} Pokémon vom Typ Boden.", - "quest_title_quest_transfer_type_ice_plural": "Verschicke {{amount_0}} Pokémon vom Typ Eis.", - "quest_title_quest_transfer_type_normal_plural": "Verschicke {{amount_0}} Pokémon vom Typ Normal.", - "quest_title_quest_transfer_type_poison_plural": "Verschicke {{amount_0}} Pokémon vom Typ Gift.", - "quest_title_quest_transfer_type_psychic_plural": "Verschicke {{amount_0}} Pokémon vom Typ Psycho.", - "quest_title_quest_transfer_type_rock_plural": "Verschicke {{amount_0}} Pokémon vom Typ Gestein.", - "quest_title_quest_transfer_type_steel_plural": "Verschicke {{amount_0}} Pokémon vom Typ Stahl.", - "quest_title_quest_transfer_type_water_plural": "Verschicke {{amount_0}} Pokémon vom Typ Wasser.", - "quest_title_quest_travel_routes_km_plural": "Laufe {{amount_0}} km beim Folgen von Routen.", - "quest_title_quest_travel_routes_meters_plural": "Laufe {{amount_0}} m beim Folgen von Routen.", - "quest_title_quest_tynamo_catch_b": "Fange {{amount_0}} Zapplardin.", - "quest_title_quest_tynamo_evolve_b_plural": "Entwickle {{amount_0}} Zapplardin.", - "quest_title_quest_tynamo_evolve_b_singular": "Entwickle ein Zapplardin.", - "quest_title_quest_under_investigation": "Prof. Willow betreibt momentan Recherche zu dieser Forschung. Schau bald wieder für weitere Details vorbei!", - "quest_title_quest_urd22_june_battle_gym": "Forschungstag: Kämpfe in einer Arena.", - "quest_title_quest_urd22_june_battle_raid": "Forschungstag: Kämpfe in einem Raid-Kampf.", - "quest_title_quest_urd22_june_beries": "Forschungstag: Verwende {{amount_0}} Beeren beim Fangen von Pokémon.", - "quest_title_quest_urd22_june_catch_rock": "Forschungstag: Fange {{amount_0}} Pokémon vom Typ Gestein.", - "quest_title_quest_urd22_june_catch_weather": "Forschungstag: Fange {{amount_0}} Pokémon mit Wetterverstärkung.", - "quest_title_quest_urd22_june_curveball": "Forschungstag: Lande {{amount_0}} Curveball-Würfe.", - "quest_title_quest_urd22_june_curveball_row": "Forschungstag: Lande {{amount_0}} Curveball-Würfe hintereinander.", - "quest_title_quest_urd22_june_evolve_rock": "Forschungstag: Entwickle {{amount_0}} Pokémon vom Typ Gestein.", - "quest_title_quest_urd22_june_gift_sticker": "Forschungstag: Verschicke {{amount_0}} Geschenke mit Sticker.", - "quest_title_quest_urd22_june_great": "Hyperbonus: Lande {{amount_0}} großartige Würfe.", - "quest_title_quest_urd22_june_great_row": "Forschungstag: Lande {{amount_0}} großartige Würfe hintereinander.", - "quest_title_quest_urd22_june_nice": "Hyperbonus: Lande {{amount_0}} gute Würfe.", - "quest_title_quest_urd22_june_nice_row": "Forschungstag: Lande {{amount_0}} gute Würfe hintereinander.", - "quest_title_quest_urd22_june_powerup": "Forschungstag: Verwende {{amount_0}}-mal ein Power-up bei einem Pokémon.", - "quest_title_quest_urd22_june_snap_rock": "Forschungstag: Mache einen Schnappschuss von einem Gesteins-Pokémon im Freien.", - "quest_title_quest_urd22_june_spin_stops": "Forschungstag: Drehe {{amount_0}} PokéStops.", - "quest_title_quest_urd22_june_supereffective": "Forschungstag: Setze eine sehr effektive Lade-Attacke ein.", - "quest_title_quest_ursaring_evolve_b": "Entwickle {{amount_0}} Ursaring.", - "quest_title_quest_use_any_potion": "Verwende einen beliebigen Trank für ein Pokémon.", - "quest_title_quest_use_charged_move_singular": "Setze eine sehr effektive Lade-Attacke ein.", - "quest_title_quest_use_charged_tm": "Verwende eine Lade-TM.", - "quest_title_quest_use_dai_plural": "Verwende {{amount_0}}-mal Täglichen Abenteuerrauch.", - "quest_title_quest_use_dai_singular": "Verwende einen Täglichen Abenteuerrauch.", - "quest_title_quest_use_fast_tm": "Verwende eine Sofort-TM.", - "quest_title_quest_use_hyper_potion": "Verwende einen Hypertrank für ein Pokémon.", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "Verwende {{amount_0}} Lockmodule beim Folgen von Routen.", - "quest_title_quest_use_lure_singular": "Verwende ein Lockmodul beim Folgen von Routen.", - "quest_title_quest_use_max_potion": "Verwende einen Top-Trank für ein Pokémon.", - "quest_title_quest_use_poffin": "Verwende einen Knursp.", - "quest_title_quest_use_rare_candy_plural": "Verwende {{amount_0}} Sonderbonbons.", - "quest_title_quest_use_rare_candy_singular": "Verwende ein Sonderbonbon.", - "quest_title_quest_use_standard_charged_tm": "Verwende eine Lade-TM.", - "quest_title_quest_use_standard_fast_tm": "Verwende eine Sofort-TM.", - "quest_title_quest_use_super_potion": "Verwende einen Supertrank für ein Pokémon.", - "quest_title_quest_uxie_wild_snap": "Mache einen Schnappschuss von Selfe im Freien.", - "quest_title_quest_val19_catch_specific_plural": "Valentinstag: Fange {{amount_0}} Liebiskus.", - "quest_title_quest_val19_catch_specific_singular": "Valentinstag: Fange ein Chaneira.", - "quest_title_quest_visit_different_pokestops": "Drehe {{amount_0}} verschiedene PokéStops.", - "quest_title_quest_visit_pokestop_new_plural": "Drehe {{amount_0}} PokéStops, die du noch nicht besucht hast.", - "quest_title_quest_visit_pokestop_new_singular": "Drehe einen PokéStop, den du noch nicht besucht hast.", - "quest_title_quest_visit_pokestops_party_plural": "Drehe {{amount_0}} PokéStops oder Arenen mit einem Team.", - "quest_title_quest_visit_pokestops_plural": "Drehe {{amount_0}} PokéStops oder Arenen.", - "quest_title_quest_visit_pokestops_singular": "Drehe einen PokéStop oder eine Arena.", - "quest_title_quest_visit_unique_pokestops_plural": "Drehe {{amount_0}} verschiedene PokéStops oder Arenen.", - "quest_title_quest_wailmer_catch_b": "Fange {{amount_0}} Wailmer.", - "quest_title_quest_waina_catch_great_ultra_plural": "Fange {{amount_0}} Pokémon in Superbällen oder Hyperbällen mit Pokémon GO Plus +.", - "quest_title_quest_waina_catch_plural": "Fange {{amount_0}} Pokémon in Pokébällen mit Pokémon GO Plus +.", - "quest_title_quest_waina_sleep_days": "Erfasse deinen Schlaf {{amount_0}} Tage lang mit Pokémon GO Plus +.", - "quest_title_quest_waina_sleep_days_singular": "Erfasse deinen Schlaf einen Tag lang mit Pokémon GO Plus +.", - "quest_title_quest_waina_spin_pokestop_plural": "Drehe {{amount_0}} PokéStops mit Pokémon GO Plus +.", - "quest_title_quest_walk_25km_inaweek_plural": "Erhalte {{amount_0}}-mal die wöchentliche 25-km-Abenteuer-Sync-Belohnung.", - "quest_title_quest_walk_buddy_plural": "Verdiene {{amount_0}} Bonbons durch Spazieren mit deinem Kumpel.", - "quest_title_quest_walk_buddy_singular": "Verdiene ein Bonbon durch Spazieren mit deinem Kumpel.", - "quest_title_quest_walk_eevee_for_evo": "Laufe 10 km mit Evoli als dein Kumpel, um Bonbons zu verdienen.", - "quest_title_quest_walk_hgrowlithe_header_0": "Feurige Abenteuer", - "quest_title_quest_walk_km": "Laufe {{amount_0}} km.", - "quest_title_quest_walk_km_plural": "Laufe {{amount_0}} km.", - "quest_title_quest_walk_routes_plural": "Laufe {{amount_0}} km beim Folgen von Routen.", - "quest_title_quest_walk_routes_singular": "Laufe {{amount_0}} km beim Folgen von Routen.", - "quest_title_quest_walk_steps": "Gehe {{amount_0}} Schritte.", - "quest_title_quest_wartortle_evolve_b": "Entwickle {{amount_0}} Schillok.", - "quest_title_quest_waterfestival_catch_feed_plural": "Wasserfestival: Verwende {{amount_0}} Beeren beim Fangen von Pokémon.", - "quest_title_quest_waterfestival_catch_pokemon_plural": "Wasserfestival: Fange {{amount_0}} Pokémon.", - "quest_title_quest_waterfestival_catch_special9_plural": "Wasserfestival: Fange {{amount_0}} Karpador oder Wailmer.", - "quest_title_quest_waterfestival_catch_type_water_plural": "Wasserfestival: Fange {{amount_0}} Pokémon vom Typ Wasser.", - "quest_title_quest_waterfestival_evolve_plural": "Wasserfestival: Entwickle {{amount_0}} Muschas.", - "quest_title_quest_waterfestival_evolve_type_water_plural": "Wasserfestival: Entwickle {{amount_0}} Pokémon vom Typ Wasser.", - "quest_title_quest_waterfestival_hatch_egg_singular": "Wasserfestival: Brüte ein Ei aus.", - "quest_title_quest_waterfestival_land_great_plural": "Wasserfestival: Lande {{amount_0}} großartige Würfe.", - "quest_title_quest_waterfestival_land_nice_plural": "Wasserfestival: Lande {{amount_0}} gute Würfe.", - "quest_title_quest_waterfestival_win_raid_singular": "Wasserfestival: Gewinne einen Raid.", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer-Bonus: Fange {{amount_0}} Pokémon.", - "quest_title_quest_wcs_2024_catch_psychic_electric": "Fange {{amount_0}} Pokémon vom Typ Elektro oder Psycho.", - "quest_title_quest_wcs_2024_snapshot_fairy": "Mache {{amount_0}} Schnappschüsse von verschiedenen wilden Feen-Pokémon.", - "quest_title_quest_wcs_2024_spin_00": "Drehe den PokéStop bei der Pokémon GO Zone.", - "quest_title_quest_wcs_2024_spin_01": "Drehe den PokéStop beim Play Lab.", - "quest_title_quest_wcs_2024_spin_02": "Drehe den PokéStop bei der Collect & Trade Corner.", - "quest_title_quest_weepinbell_evolve_b_plural": "Entwickle {{amount_0}} Ultrigaria", - "quest_title_quest_weepinbell_evolve_b_singular": "Entwickle ein Ultrigaria", - "quest_title_quest_wimpod_catch_b": "Fange {{amount_0}} Reißlaus.", - "quest_title_quest_win_gym_plural": "Gewinne {{amount_0}} Arenakämpfe.", - "quest_title_quest_win_gym_singular": "Gewinne einen Arenakampf.", - "quest_title_quest_win_raid_2_singular": "Gewinne einen Stufe-2-Raid oder höher.", - "quest_title_quest_win_raid_3_plural": "Gewinne {{amount_0}} Stufe-3-Raids oder höher.", - "quest_title_quest_win_raid_3_singular": "Gewinne einen Stufe-3-Raid oder höher.", - "quest_title_quest_win_raid_buddy_plural": "Gewinne {{amount_0}} Raids mit deinem Kumpel-Pokémon.", - "quest_title_quest_win_raid_buddy_singular": "Gewinne einen Raid mit deinem Kumpel.", - "quest_title_quest_win_raid_lvl1_higher_singular": "Gewinne einen Stufe-1-Raid oder höher.", - "quest_title_quest_win_raid_lvl1_singular": "Gewinne einen Stufe-1-Raid.", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Gewinne {{amount_0}} Raids nur mit Pokémon mit 1 500 WP oder weniger.", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Gewinne einen Raid nur mit Pokémon mit 1 500 WP oder weniger.", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Gewinne {{amount_0}} Stufe-3-Raids nur mit Pokémon mit 1 500 WP oder weniger.", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Gewinne einen Stufe-3-Raid nur mit Pokémon mit 1 500 WP oder weniger.", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Gewinne {{amount_0}} Stufe-3-Raids mit Pokémon bis zu 2 500 WP.", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Gewinne einen Stufe-3-Raid mit Pokémon bis zu 2 500 WP.", - "quest_title_quest_win_raid_party_plural": "Gewinne {{amount_0}} Raids mit einem Team.", - "quest_title_quest_win_raid_party_singular": "Gewinne einen Raid mit einem Team.", - "quest_title_quest_win_raid_plural": "Gewinne {{amount_0}} Raids.", - "quest_title_quest_win_raid_singular": "Gewinne einen Raid.", - "quest_title_quest_win_raid_unique_plural": "Gewinne {{amount_0}} Raids mit einem Team, in dem jedes Pokémon eine andere Art ist.", - "quest_title_quest_win_raid_unique_singular": "Gewinne einen Raid mit einem Team, in dem jedes Pokémon eine andere Art ist.", - "quest_title_quest_win_raid_with_friend_plural": "Gewinne {{amount_0}} Raids mit einem Freund.", - "quest_title_quest_win_raid_with_friend_singular": "Gewinne einen Raid mit einem Freund.", - "quest_title_quest_win_raids_unique_1500_plural": "Gewinne {{amount_0}} Raids mit unterschiedlichen Pokémon, max. 1500 WP.", - "quest_title_quest_win_raids_unique_plural": "Gewinne {{amount_0}} Raids mit einem Team von unterschiedlichen Pokémon.", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "Besiege {{amount_0}}-mal einen Team GO Rocket-Boss nur mit Pokémon mit 1 500 WP oder weniger.", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "Besiege einen Team GO Rocket-Boss nur mit Pokémon mit 1 500 WP oder weniger.", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "Besiege {{amount_0}}-mal einen Team GO Rocket-Boss nur mit Pokémon mit 2 500 WP oder weniger.", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "Besiege {{amount_0}}-mal einen Team GO Rocket-Boss nur mit Pokémon mit 3 000 WP oder weniger.", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "Besiege {{amount_0}}-mal einen Team GO Rocket-Boss nur mit Pokémon mit 3 500 WP oder weniger.", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "Besiege {{amount_0}}-mal einen Team GO Rocket-Boss nur mit Pokémon mit 4 000 WP oder weniger.", - "quest_title_quest_wooper_catch_b": "Fange {{amount_0}} Felino oder Paldea-Felino.", - "quest_title_quest_wooper_evolve_b": "Entwickle {{amount_0}} Felino oder Paldea-Felino.", - "quest_title_quest_wooper_snapshot_b": "Mache einen Schnappschuss von {{amount_0}} Felino oder Paldea-Felino.", - "quest_title_quest_wt_catch_weedle": "Fange {{amount_0}} Hornliu.", - "quest_title_quest_wt_evolve_kakuna": "Entwickle {{amount_0}} Kokuna.", - "quest_title_quest_wt_evolve_weedle": "Entwickle {{amount_0}} Hornliu.", - "quest_title_quest_xp_plural": "Verdiene {{amount_0}} EP.", - "quest_title_quest_zigzagoon_catch_b": "Fange {{amount_0}} Galar-Zigzachs.", - "quest_title_quest_zigzagoon_evolve_b": "Entwickle {{amount_0}} Galar-Zigzachs.", - "quest_title_quest_zigzagoon_snapshot_b": "Mache {{amount_0}} Schnappschüsse von Galar-Zigzachs.", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "0 Pokémon gefangen", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "{{amount_0}} Pokémon gefangen", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 Pokémon gefangen", - "quest_title_score_1_10_11_12_singular": "{{amount_0}} Pokémon vom Typ Feuer, Wasser oder Pflanze gefangen", - "quest_title_score_1_10_singular": "{{amount_0}} Pokémon vom Typ Feuer gefangen", - "quest_title_score_1_11_singular": "{{amount_0}} Pokémon vom Typ Wasser gefangen", - "quest_title_score_1_12_singular": "{{amount_0}} Pokémon vom Typ Pflanze gefangen", - "quest_title_score_1_none": "0 Pokémon gefangen", - "quest_title_score_1_plural": "{{amount_0}} Pokémon gefangen", - "quest_title_score_1_singular": "1 Pokémon gefangen", - "quest_title_score_6_plural": "{{amount_0}} Raids gewonnen", - "quest_title_score_6_singular": "1 Raid gewonnen", - "quest_title_score_8_10_none": "0 gute Würfe gelandet", - "quest_title_score_8_10_plural": "{{amount_0}} gute Würfe gelandet", - "quest_title_score_8_10_singular": "1 guten Wurf gelandet", - "quest_title_score_8_11_none": "0 großartige Würfe gelandet", - "quest_title_score_8_11_plural": "{{amount_0}} großartige Würfe gelandet", - "quest_title_score_8_11_singular": "1 großartigen Wurf gelandet", - "quest_title_score_8_12_none": "0 fabelhafte Würfe gelandet", - "quest_title_score_8_12_plural": "{{amount_0}} fabelhafte Würfe gelandet", - "quest_title_score_8_12_singular": "1 fabelhaften Wurf gelandet", - "quest_title_score_8_13_none": "0 Curveball-Würfe gelandet", - "quest_title_score_8_13_plural": "{{amount_0}} Curveball-Würfe gelandet", - "quest_title_score_8_13_singular": "1 Curveball-Wurf gelandet", - "quest_title_score_11_701_none": "0 Himmihbeeren verwendet", - "quest_title_score_11_701_plural": "{{amount_0}} Himmihbeeren verwendet", - "quest_title_score_11_701_singular": "1 Himmihbeere verwendet", - "quest_title_score_11_703_none": "0 Nanabbeeren verwendet", - "quest_title_score_11_703_plural": "{{amount_0}} Nanabbeeren verwendet", - "quest_title_score_11_703_singular": "1 Nanabbeere verwendet", - "quest_title_score_11_705_none": "0 Sananabeeren verwendet", - "quest_title_score_11_705_plural": "{{amount_0}} Sananabeeren verwendet", - "quest_title_score_11_705_singular": "1 Sananabeere verwendet", - "quest_title_score_15_10_none": "0 gute Curveball-Würfe gelandet", - "quest_title_score_15_10_plural": "{{amount_0}} gute Curveball-Würfe gelandet", - "quest_title_score_15_10_singular": "1 guten Curveball-Wurf gelandet", - "quest_title_score_15_11_none": "0 großartige Curveball-Würfe gelandet", - "quest_title_score_15_11_plural": "{{amount_0}} großartige Curveball-Würfe gelandet", - "quest_title_score_15_11_singular": "1 großartigen Curveball-Wurf gelandet", - "quest_title_score_15_12_none": "0 fabelhafte Curveball-Würfe gelandet", - "quest_title_score_15_12_plural": "{{amount_0}} fabelhafte Curveball-Würfe gelandet", - "quest_title_score_15_12_singular": "1 fabelhaften Curveball-Wurf gelandet", - "quest_title_score_22_none": "0 Kämpfe mit Teamleitern abgeschlossen", - "quest_title_score_22_plural": "{{amount_0}} Kämpfe mit Teamleitern abgeschlossen", - "quest_title_score_22_singular": "1 Kampf mit einem Teamleiter abgeschlossen", - "quest_title_score_23_none": "0 GO-Kampfliga-Kämpfe abgeschlossen", - "quest_title_score_23_plural": "{{amount_0}} GO-Kampfliga-Kämpfe abgeschlossen", - "quest_title_score_23_singular": "1 GO-Kampfliga-Kampf abgeschlossen", - "quest_title_score_battle_raid_none": "In 0 Raids gekämpft", - "quest_title_score_battle_raid_plural": "In {{amount_0}} Raids gekämpft", - "quest_title_score_battle_raid_singular": "In 1 Raid gekämpft", - "quest_title_score_catch_feed_none": "0 Beeren verwendet", - "quest_title_score_catch_feed_plural": "{{amount_0}} Beeren verwendet", - "quest_title_score_catch_feed_singular": "1 Beere verwendet", - "quest_title_score_catch_pokemon": "{{amount_0}} Pokémon gefangen", - "quest_title_score_defeat_rocket_none": "Du hast 0 Team GO Rocket-Mitglieder besiegt.", - "quest_title_score_defeat_rocket_plural": "Du hast {{amount_0}} Team GO Rocket-Mitglieder besiegt.", - "quest_title_score_defeat_rocket_singular": "Du hast 1 Team GO Rocket-Mitglied besiegt.", - "quest_title_score_field_research_none": "0 Feldforschungsaufgaben abgeschlossen", - "quest_title_score_field_research_plural": "{{amount_0}} Feldforschungsaufgaben abgeschlossen", - "quest_title_score_field_research_singular": "1 Feldforschungsaufgabe abgeschlossen", - "quest_title_score_send_gift_none": "0 Geschenke an Freunde verschickt", - "quest_title_score_send_gift_plural": "{{amount_0}} Geschenke an Freunde verschickt", - "quest_title_score_send_gift_singular": "1 Geschenk an einen Freund verschickt", - "quest_title_score_spin_pokestop_none": "0 PokéStops gedreht", - "quest_title_score_spin_pokestop_plural": "{{amount_0}} PokéStops gedreht", - "quest_title_score_spin_pokestop_singular": "1 PokéStop gedreht", - "quest_win_raid_plural": "Gewinne {{amount}} Raids.", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Stern Raid", - "raid_1_plural": "1 Stern Raids", - "raid_2": "2 Stern Raid", - "raid_2_plural": "2 Stern Raids", - "raid_3": "3 Stern Raid", - "raid_3_plural": "3 Stern Raids", - "raid_4": "4 Stern Raid", - "raid_4_plural": "4 Stern Raids", - "raid_5": "Legendärer Raid", - "raid_5_plural": "Legendäre Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendärer Raid", - "raid_7_plural": "Mega Legendäre Raids", - "raid_8": "Ultrabestien Raid", - "raid_8_plural": "Ultrabestien Raids", - "raid_9": "Top Raid", - "raid_9_plural": "Top Raids", - "raid_10": "Proto Raid", - "raid_10_plural": "Proto Raids", - "raid_11": "1 Crypto Raid", - "raid_11_plural": "1 Crypto Raids", - "raid_12": "2 Crypto Raid", - "raid_12_plural": "2 Crypto Raids", - "raid_13": "3 Crypto Raid", - "raid_13_plural": "3 Crypto Raids", - "raid_14": "4 Crypto Raid", - "raid_14_plural": "4 Crypto Raids", - "raid_15": "Legendärer Crypto Raid", - "raid_15_plural": "Legendäre Crypto Raids", - "route_tag_afternoon": "Am besten nachmittags", - "route_tag_architecture": "Architektur", - "route_tag_art": "Kunst", - "route_tag_beachy": "Strand", - "route_tag_bike_path": "Radweg", - "route_tag_biking": "Gut zum Radfahren", - "route_tag_body_of_water": "Ufer", - "route_tag_buildings": "Viele Gebäude", - "route_tag_category_misc": "Sonstiges", - "route_tag_category_nearby": "In der Nähe", - "route_tag_category_suitability": "Angemessenheit", - "route_tag_category_terrain": "Gelände", - "route_tag_category_theme": "Thema", - "route_tag_city_life": "Stadtleben", - "route_tag_culture": "Kultur", - "route_tag_easy_going": "Entspannt", - "route_tag_flat": "Hügelfrei", - "route_tag_foliage": "Viel Vegetation", - "route_tag_food": "Essen", - "route_tag_grassy": "Grasbedeckt", - "route_tag_hilly": "Hügelig", - "route_tag_historic": "Historisch", - "route_tag_intense": "Intensiv", - "route_tag_morning": "Am besten morgens", - "route_tag_muddy": "Matschig", - "route_tag_nature": "Natur", - "route_tag_night": "Am besten nachts", - "route_tag_no_parking": "Kein Parkplatz nahebei", - "route_tag_no_people": "Wenige Menschen", - "route_tag_open_space": "Viel Freiraum", - "route_tag_parking": "Parkplatz nahebei", - "route_tag_parks_nearby": "Parks in der Nähe", - "route_tag_partially_paved": "Teils gepflasterter Weg", - "route_tag_paved": "Gepflasterter Weg", - "route_tag_people": "Viele Menschen", - "route_tag_pets": "Haustierfreundlich", - "route_tag_plenty_pokestops": "Viele PokéStops", - "route_tag_public_transport": "Bei öffentlichen Verkehrsmitteln", - "route_tag_raid_friendly": "Viele Arenen", - "route_tag_rainy_day": "Für einen Regentag", - "route_tag_rocky": "Felsig", - "route_tag_running": "Gut zum Rennen", - "route_tag_sandy": "Sandig", - "route_tag_seasonal": "Jahreszeitlich", - "route_tag_sightseeing": "Sightseeing", - "route_tag_stroller": "Kinderwagengerecht", - "route_tag_sunny_day": "Für einen Sonnentag", - "route_tag_tree_cover": "Bäume vorhanden", - "route_tag_unpaved": "Ungepflasterter Weg", - "route_tag_views": "Tolle Aussichten", - "route_tag_walking": "Gut zum Spazieren", - "route_tag_wheelchair": "Rollstuhlgerecht", - "route_tag_wildlife": "Viele Wildtiere", - "route_tag_woodsy": "Wald", - "route_tags_label": "TAGS", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "Crypto", - "team_1": "Weisheit", - "team_2": "Wagemut", - "team_3": "Intuition", - "team_a_0": "Ohne Team", - "team_a_1": "Team Weisheit", - "team_a_2": "Team Wagemut", - "team_a_3": "Team Intuition", - "throw_type_9": "First", - "throw_type_10": "Gut", - "throw_type_11": "Großartig", - "throw_type_12": "Einfach Fabelhaft", - "throw_type_13": "Curve", - "throw_type_67": "Master Ball", - "weather_0": "Extrem", - "weather_1": "Klar", - "weather_2": "Regen", - "weather_3": "Teilweise bewölkt", - "weather_4": "Bedeckt", - "weather_5": "Windig", - "weather_6": "Schnee", - "weather_7": "Nebel", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁", - "%": "%", - "iconsDefault": "Standard", - "submissions": "{{}} ", - "Alola": "Alola", - "Galarian": "Galar", - "poups": "Popups", - "submissionCells_subtitle": "Zeigt nützliche Informationen für das Einreichen neuer POIs an", - "admin_subtitle": "codebasierter WYSIWYG-Editor für benutzerdefinierten Komponenten", - "stationed_pokemon": "platzierte Pokémon", - "no_stationed_pokemon": "Keine Pokémon platziert" -} diff --git a/client/public/locales/en/translation.json b/client/public/locales/en/translation.json deleted file mode 100644 index 74e27300e..000000000 --- a/client/public/locales/en/translation.json +++ /dev/null @@ -1,6001 +0,0 @@ -{ - "login": "Login", - "click_once": "Only click 'Authorize' once", - "save": "Save", - "reset": "Reset", - "close": "Close", - "reset_filters": "Reset Filters", - "pokemon_filters": "Pokémon Filter Settings", - "gyms_filters": "Gym Filter Settings", - "pokestops_filters": "PokéStop Filter Settings", - "nests_filters": "Nest Filter Settings", - "help": "Help", - "apply_to_all": "Apply To All", - "disable_all": "Disable All", - "enable_all": "Enable All", - "enabled": "Enabled", - "legacy": "Legacy", - "id": "ID", - "location": "Location", - "search_pokemon": "Search Pokémon", - "search_nests": "Search Nests", - "search_gyms": "Search Gyms", - "search_pokestops": "Search PokéStops", - "search_raids": "Search Raids", - "search_eggs": "Search Eggs", - "search_quests": "Search Quests", - "search_lures": "Search Lures", - "search_invasions": "Search Invasions", - "sm": "sm", - "md": "md", - "lg": "lg", - "xl": "XL", - "min": "Min", - "max": "Max", - "set_size": "Set Icon Size", - "slot_selection": "Slot Selection", - "generations": "Generations", - "types": "Types", - "forms": "Forms", - "rarity": "Current Rarity", - "others": "Others", - "categories": "Categories", - "rank": "Rank", - "slider_iv": "IV Range", - "slider_great": "Great League", - "slider_ultra": "Ultra League", - "slider_little": "Little Cup", - "slider_atk_iv": "Attack", - "slider_def_iv": "Defense", - "slider_sta_iv": "Stamina", - "slider_level": "Level", - "slider_size": "Size", - "abbreviation_level": "L", - "lvl": "Lvl", - "cap": "Cap", - "custom": "Custom", - "valid": "Valid", - "invalid": "Invalid!", - "overwrites": "Overwrites All Filters", - "valid_filter": "Valid Stats Filter", - "invalid_filter": "Enter a Valid Filter", - "gyms": "Gyms", - "nests": "Nests", - "pokestops": "PokéStops", - "pokemon": "Pokémon", - "wayfarer": "Wayfarer", - "scan_areas": "Scan Areas", - "s2cells": "S2 Cells", - "weather": "Weather", - "admin": "Admin", - "settings": "Settings", - "advanced": "Advanced", - "tile_servers": "Tile Servers", - "icons": "Icons", - "navigation": "Navigation", - "drawer": "Drawer", - "tile_servers_default": "Default", - "drawer_temporary": "Temporary", - "drawer_persistent": "Persistent", - "locale_selection": "Locale Selection", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "Import", - "export": "Export", - "logout": "Logout", - "local_storage_cleared": "Local Storage has been cleared!", - "iv_or_filter": "IV OR Filter", - "polygons": "Polygons", - "raids": "Raids", - "ex_eligible": "EX Eligible", - "in_battle": "In Battle", - "all_pokestops": "All PokéStops", - "lures": "Lures", - "quests": "Quests", - "invasions": "Invasions", - "portals": "Portals", - "submission_cells": "Submission Cells", - "spawnpoint": "Spawnpoint", - "spawnpoints": "Spawnpoints", - "s2_cell_level": "Level {{level}} S2 Cell", - "total_count": "Total Count", - "next_submission": "Next Submission!", - "never": "Never", - "next_gym": "Next Gym", - "scan_cells": "Scan Cells", - "devices": "Devices", - "use_my_location": "Use My Location", - "submit_feedback_title": "Submit Feedback/Bug Report", - "use_the_link_below": "You can use the link below to submit feedback or any bugs that you have come across.", - "feedback_to_devs": "This feedback is sent directly to the developers.", - "feedback_form": "Feedback Form", - "unknown_pokestop": "Unknown PokéStop Name", - "unknown_gym": "Unknown Gym Name", - "exclude": "Exclude", - "exclude_quest": "Exclude Quest", - "exclude_invasion": "Exclude Invasion", - "exclude_team": "Exclude Team", - "exclude_raid": "Exclude Raid", - "exclude_lure": "Exclude Lure", - "timer": "Timer", - "hide": "Hide", - "tier": "Tier", - "slots": "Slots", - "mega": "Mega", - "form": "Form", - "starts": "Starts", - "ends": "Ends", - "defender": "Defender", - "best_buddy": "Best buddy", - "cp": "CP", - "kilogram": "kg", - "meter": "m", - "total_cp": "Total CP", - "first_seen": "First Seen", - "last_seen": "Last Seen", - "last_modified": "Last Modified", - "last_updated": "Last Updated", - "imported": "Imported", - "nest_estimated": "Nest Data is Estimated!", - "verify_nests": "Verify by Checking Current Spawns", - "nest_out_of_date": "Nest is Potentially Out of Date!", - "nest_check_current": "Check Current Spawns Instead", - "spawns_per_hour": "Per Hour", - "teams": "Teams", - "eggs": "Eggs", - "reverse": "Reverse", - "selected": "Selected", - "unselected": "Unselected", - "only_available": "Available", - "common": "Common", - "uncommon": "Uncommon", - "rare": "Rare", - "ultra_rare": "Ultra Rare", - "regional": "Regional", - "event": "Event", - "legendary": "Legendary", - "mythical": "Mythical", - "ultra_beast": "Ultra Beast", - "alt_forms": "Alt Forms", - "alola": "Alola", - "galarian": "Galarian", - "showing": "Showing", - "instance": "Instance", - "online": "Online", - "offline": "Offline", - "boosted_types": "Boosted Types", - "pokemon_options": "Pokémon Options", - "pokestops_options": "PokéStop Options", - "gyms_options": "Gym Options", - "nests_options": "Nest Options", - "wayfarer_options": "Wayfarer Options", - "admin_options": "Admin Options", - "weather_options": "Weather Options", - "s2cells_options": "S2 Cell Options", - "clustering": "Clustering", - "glow": "Glow", - "legacy_filter": "Legacy Filter", - "raid_timers": "All Raid Timers", - "invasion_timers": "All Invasion Timers", - "lure_timers": "All Lure Timers", - "device_path_color": "Device Path Color", - "old_portals": "Old Portals", - "new_portals": "New Portals", - "items": "Items", - "energy": "Energy", - "ar_eligible": "AR Eligible", - "iv_circles": "IV Indicators", - "min_iv_circle": "Minimum Circle IV", - "interaction_ranges": "Interaction Ranges", - "cannot_connect": "\nUnable to connect to the server at this time.\nTrying again immediately will only cause more issues.\nPlease try again in a few minutes.\n\n- Map Admin Team", - "mad_quest_text": "Native Quests", - "xs": "XS", - "primary": "Primary", - "secondary": "Secondary", - "zero_iv": "0% IV", - "hundo_iv": "100% IV", - "open_menu": "Open Menu", - "zoom_in": "Zoom In", - "zoom_out": "Zoom Out", - "welcome": "Welcome to", - "back": "Back", - "next": "Next", - "finish": "Finish", - "start_tutorial": "Start Tutorial", - "view_profile": "View Profile", - "login_optional": "Login (Optional)", - "tutorial": "Tutorial", - "tutorial_language": "Choose Your Language", - "tutorial_welcome": "This tutorial is interactive and you are highly encouraged to play with all of the options provided", - "tutorial_categories": "Categories You Have Access To", - "tutorial_logged_in": "You can view details about your permissions by viewing your profile.", - "tutorial_logged_out": "You can view details about your permissions by logging in.", - "tutorial_sidebar_0": "All of Your Filters & Settings Live Here", - "tutorial_sidebar_1": "For each category you'll be able to toggle exactly what data you want using the switches", - "tutorial_sidebar_2": "Options: Additional customization\nAdvanced: We will cover later in this tutorial", - "tutorial_sliders_0": "Using sliders to adjust filters", - "tutorial_sliders_1": "Pokémon Between:", - "tutorial_sliders_2": "- IVs {{iv0}}% to {{iv1}}%", - "tutorial_sliders_3": "Level {{level0}} to {{level1}}", - "tutorial_sliders_3alt": "- AND is Level {{level0}} to {{level1}}", - "tutorial_sliders_4": "- Great League Rank {{gl0}} to {{gl1}}", - "tutorial_sliders_4alt": "- OR Great League Rank {{gl0}} to {{gl1}}", - "tutorial_sliders_5": "- Ultra League Rank {{ul0}} to {{ul1}}", - "tutorial_sliders_5alt": "- OR Ultra League Rank {{ul0}} to {{ul1}}", - "tutorial_sliders_6": "Chains with other of the same color", - "tutorial_sliders_7": "Filters separately from other sliders", - "tutorial_sliders_8": "A 'full' slider means that it is disabled:", - "tutorial_sliders_9": "All spawns, regardless of being IV checked or not", - "tutorial_help": "Shortcut to this menu", - "tutorial_adv_filter": "Mobile only, opens the filtering options for the advanced menu", - "tutorial_tune": "Sets the advanced filter for all Pokémon currently being filtered in the menu", - "tutorial_format_size": "Sets the icon size for all items currently being filtered in the menu", - "tutorial_check": "Enables all items currently being filtered in the menu", - "tutorial_clear": "Disables all items currently being filtered in the menu", - "tutorial_save": "Saves the current selection and exits", - "tutorial_show_all_view": "Toggle PokéStops & Gyms", - "tutorial_show_pokemon_view": "Toggle Pokémon", - "tutorial_toggle": "Clicking the Check/X toggles the item", - "tutorial_pokemon_caption": "This icon lets you set filters for that specific Pokémon", - "tutorial_all_caption": "Teams have a special slots menu\nAll other items let you adjust the icon size", - "tutorial_popup_0": "Popups are now interactive!", - "tutorial_popup_1": "The three dots open up the hide, exclude, and toggle timer options", - "tutorial_popup_2": "Icons on either side of the navigation link will expand to show extra info, give it a try!", - "tutorial_popup_3": "The icons vary for each category, be sure to check them all out", - "tutorial_closing_0": "Additional info", - "tutorial_closing_1": "The global Pokémon sliders in the sidebar operate separately from the advanced menu and have no effect on each other", - "tutorial_closing_2": "Be sure to check out the Settings section in the sidebar", - "tutorial_closing_3": "There are lots of aesthetic options available for each category, but keep in mind that the more you add to your map, the higher the chance your map will freeze", - "tutorial_closing_4": "You can view this tutorial again by selecting it in the Settings panel in the sidebar", - "tutorial_closing_5": "Stay safe and good luck!", - "intro": "Intro", - "sidebar": "Sidebar", - "sliders": "Sliders", - "popups": "Popups", - "closing": "Closing", - "shortcuts": "Shortcuts", - "iv": "IV", - "area_restrictions": "Area Restrictions", - "map": "Map", - "stats": "Stats", - "pvp": "PVP", - "area_restrictions_subtitle": "You have access to these areas", - "devices_subtitle": "Shows active device locations and routes", - "gyms_subtitle": "Shows all active gym locations, active team, and how many slots each gym has available", - "invasions_subtitle": "Shows Team Rocket invasion info, including battle lineup, expire time, and possible rewards", - "iv_subtitle": "Shows IV% and glow options", - "lures_subtitle": "Shows lure info, including lure type and expire time", - "map_subtitle": "Shows the map", - "nests_subtitle": "Shows actively nesting Pokémon and nest polygons", - "pokemon_subtitle": "Shows all Pokémon locations and expire times", - "pokestops_subtitle": "Shows all PokéStop locations", - "portals_subtitle": "Shows all Ingress portals", - "pvp_subtitle": "Shows PVP rank/CP/Level info for each Pokémon", - "quests_subtitle": "Shows quest reward and task information", - "raids_subtitle": "Shows all raid info including the raid boss, eggs, expire time, and moveset", - "scan_cells_subtitle": "Shows the last time a S2 cell was scanned by a device", - "scan_areas_subtitle": "Shows available scan areas polygons", - "spawnpoints_subtitle": "Shows spawnpoints and their estimated despawn time", - "stats_subtitle": "Shows Pokémon stats and levels", - "submission_cells_subtitle": "Shows information useful for submitting new POIs", - "weather_subtitle": "Shows in game weather info for each cell", - "scanner_subtitle": "Interact directly with the scanner in various ways", - "s2cells_subtitle": "Displays S2 Cells in a variety of levels on the map", - "backups_subtitle": "Enables backing up and loading of settings across devices", - "backups": "Backups", - "user_profile": "User Profile", - "user_username": "Username", - "candy": "Candy", - "show_ex_badge": "Show EX Badge", - "search": "Search", - "global_search_quests": "Enter Reward Name...", - "global_search_lures": "Enter Lure Name...", - "global_search_pokestops": "Enter PokéStop Name...", - "global_search_gyms": "Enter Gym Name...", - "global_search_portals": "Enter Portal Name...", - "global_search_nests": "Enter Nest Pokémon Name...", - "global_search_raids": "Enter Raid Boss Name...", - "global_search_pokemon": "Enter Pokemon Name...", - "global_search_invasions": "Enter Grunt Type, Name, or Pokemon reward name...", - "raid_level_badges": "Raid Level Badges", - "options": "Options", - "profile": "Profile", - "pokemon_icons": "Pokémon Icons", - "pokestop_icons": "PokéStop Icons", - "gym_icons": "Gym Icons", - "team_icons": "Team Icons", - "egg_icons": "Egg Icons", - "raid_icons": "Raid Icons", - "nest_icons": "Nest Icons", - "reward_icons": "Reward Icons", - "type_icons": "Type Icons", - "weather_icons": "Weather Icons", - "misc_icons": "Misc Icons", - "invasion_icons": "Invasion Icons", - "spawnpoint_icons": "Spawnpoint Icons", - "device_icons": "Device Icons", - "pokemon_audio": "Pokémon Audio", - "pokestop_audio": "PokéStop Audio", - "gym_audio": "Gym Audio", - "team_audio": "Team Audio", - "egg_audio": "Egg Audio", - "raid_audio": "Raid Audio", - "nest_audio": "Nest Audio", - "reward_audio": "Reward Audio", - "type_audio": "Type Audio", - "weather_audio": "Weather Audio", - "misc_audio": "Misc Audio", - "invasion_audio": "Invasion Audio", - "spawnpoint_audio": "Spawnpoint Audio", - "device_audio": "Device Audio", - "pokemon_timers": "All Pokemon Timers", - "show_dex_num_in_popup": "Show Pokedex # in Popup", - "popup": "Popup", - "pvp_level": "Level {{level}} PVP Stats", - "pvp_mega": "Mega PVP Stats", - "webhook_entry": "Add to {{name}}", - "remove_webhook_entry": "Remove from {{name}}", - "distance": "Distance", - "gym": "Gym", - "egg": "Egg", - "raid": "Raid", - "lure": "Lure", - "quest": "Quest", - "invasion": "Invasion", - "nest": "Nest", - "pokestop": "Pokestop", - "team": "Team", - "global": "Global", - "manage_webhook": "Manage {{name}}", - "drag_and_drop": "Drag and Drop the Marker to Set Your Location", - "click_to_select": "Click to Select", - "add_new": "Add New {{category}} Alert", - "my_location": "My Location", - "choose_on_map": "Choose on Map", - "select_profile": "Select Profile", - "distance_radius": "Preview Radius Distances", - "areas": "Areas", - "select_webhook": "Select Bot", - "ar_quest_true": "AR Task", - "ar_quest_false": "No AR", - "with_ar": "With AR", - "both": "Both", - "without_ar": "Without AR", - "exclude_quest_multi": "Exclude {{reward}}", - "cluster_limit_0": "{{variable_0}} limit ({{variable_1}}) has been hit", - "cluster_limit_1": "Please zoom in or narrow your filters", - "show_polygons": "Show Polygons", - "exclude_invasion_multi": "Exclude {{invasion}}", - "stardust": "Stardust", - "slider_cp": "CP", - "pvp_ranking_league": "League", - "pvp_ranking_min_cp": "Min CP", - "slider_pvp": "Ranks", - "profile_no": "Profile", - "template": "Template", - "gender": "Gender", - "clean": "Clean", - "all_forms": "All Forms", - "pvp_entry": "PVP Entry", - "no_iv": "Incl. No IV", - "by_distance": "By Distance", - "min_time": "Min Time", - "add_new_profile": "Add New Profile", - "slider_none": "None", - "non_registered_human_title": "Oops, something is not right!", - "non_registered_human_desc": "You may not be registered with {{webhook}}\nOr the server is currently unreachable", - "try_again_later": "Please try again later", - "selected_areas_one": "{{count}} Area Selected", - "selected_areas_other": "{{count}} Areas Selected", - "webhook_selection": "{{name}} Selection", - "message_of_the_day": "Message of the Day", - "has_quest_indicator": "Alternative Color for Stops with Quests", - "show_ar_badge": "Show AR Badge", - "all_gyms": "All Gyms", - "general": "General", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "Global Respects Selected", - "normal_forms": "Normal Forms", - "weather_indicator": "Weather Boost Indicator", - "page": "Page {{page}}", - "navigation_controls": "Navigation Controls", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "Exclusive", - "all_moves": "All Moves", - "move": "Move", - "any": "Any", - "min_spawn_average": "Min Spawn Rate", - "select_all": "Select All", - "delete_all": "Delete Selected", - "cancel": "Cancel", - "day_1": "Monday", - "day_2": "Tuesday", - "day_3": "Wednesday", - "day_4": "Thursday", - "day_5": "Friday", - "day_6": "Saturday", - "day_7": "Sunday", - "profile_name": "Profile Name", - "manage_profiles": "Manage Profiles", - "min_spawn_avg": "Avg Min Spawn", - "poke_global": "Everything", - "amount": "Amount", - "specific_gym": "Specific Gym", - "search_location": "Search Locations", - "search_specific": "Search for a Specific {{category}}", - "webhook_success_gym": "Raids, Eggs, and Team Change Alerts Have Been Added!", - "slot_changes": "Slot Changes", - "slot_changes_poracle": "slot_changes", - "confirm_delete": "This will remove all tracking for this profile, are you sure?", - "confirm_copy": "Choose which profile you would like to copy \"{{profile}}\" to, this will overwrite that profile entirely.", - "webhook_error": "{{name}} was unable to process that.\nPlease try again later.", - "profile_error": "Must be unique and valid", - "team_0": "Harmony", - "battle_changes": "In Battle", - "battle_changes_poracle": "battle_changes", - "auto": "Auto", - "webhooks_subtitle": "Manage your alerts directly from the map for these bots", - "event_stops_subtitle": "Displays special event Pokéstops such as Kecleon", - "webhooks": "Alerts", - "scanner": "Scanner Actions", - "everything_individually": "Add Individual Alerts", - "individually": "individually", - "join": "Join", - "errors_404": "Oops, this page can't be found!", - "errors_500": "There has a been a server error, try again later!", - "local_username": "Username", - "local_password": "Password", - "local_error": "There has been an error, please try again later!", - "no_filter_results": "No Results Found\nTry Broadening Your Filters", - "donor_page": "Donor Page", - "go_back": "Go Back", - "access": "Access", - "link_discord": "Link Discord", - "select_webhook_strategy": "Alert Manager", - "webhook_strategy_success_0": "Success! Refreshing to fetch alert settings...", - "register": "Register", - "invalid_credentials": "Invalid Credentials", - "localauth_failed": "Authentication failed", - "error_creating_user": "Unable to register new user at this time", - "discord_linked": "Discord Linked", - "telegram_linked": "Telegram Linked", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "level", - "km": "km", - "feedback": "Feedback", - "donor_menu": "Donor Menu", - "pokemon_cell": "Pokemon's Location Could Vary", - "timer_verified": "This Timer is Verified", - "timer_unverified": "This Timer is Unverified", - "all": "All", - "badge_0": "None", - "badge_1": "Basic", - "badge_2": "Bronze", - "badge_3": "Silver", - "badge_4": "Gold", - "gym_badge_menu": "Edit Gym Badge", - "gym_badges": "Gym Badges", - "gym_badge_diamonds": "Show Gym Badges", - "gym_badges_subtitle": "Displays Gym Badges on the map and a list in the profile page.", - "confirm_filters_reset": "Reset filters", - "filters_reset_text": "Are you sure you want to reset settings to default values? This cannot be undone!", - "filters_reset_title": "Reset filters", - "raid_quick_select": "Quick Select", - "disabled": "Disabled", - "loading": "Loading {{category}}", - "loading_icons": "Fetching Icons", - "loading_invasions": "Fetching Invasions", - "scan_next": "Scan Location", - "scan_next_choose": "Drag and Drop the Marker to Set the Scan Location", - "scan_zone": "Scan an Area", - "scan_zone_choose": "Drag and Drop the Marker to Set the Scan Location and Choose the Size", - "scan_zone_size": "Size", - "scan_zone_range": "Range", - "scan_zone_spacing": "Spacing", - "scan_zone_radius": "Radius", - "scan_requests": "Scan Requests", - "scan_queue": "Current Queue", - "click_to_scan": "Scan Here", - "scan_confirmed_title": "Scan demand confirmed", - "scan_confirmed": "Worker has been sent to location, result will soon appear on the map!", - "scan_loading_title": "Sending scan request", - "scan_loading": "Your scan request is being processed and sent to the system!", - "scan_error_title": "Error", - "scan_error": "There has been an error while processing the scan request...", - "scan_outside_area": "This location is outside the boundaries of authorized areas", - "pvp_ranking_cap": "Level", - "lc_title": "Follow Your Location", - "lc_metersUnit": "meters", - "lc_feetUnit": "feet", - "lc_popup": "You are within {distance} {unit} from this point", - "lc_outsideMapBoundsMsg": "You seem located outside the boundaries of the map", - "no_alerts": "No Alerts Found", - "loading_settings": "Loading Settings", - "refresh_to_continue": "Please refresh before continuing", - "session_expired_title": "Session Expired", - "session_expired_body": "Your session has expired", - "old_client_title": "Outdated", - "old_client_body": "A new version of this map is available", - "early_old_client_title": "Outdated", - "early_old_client_body": "An old version of this app might be cached in your browser, you will need to clear your cache before you can use this app.", - "refresh": "Refresh", - "points": "Points", - "day": "Day", - "days": "Days", - "react_error": "Something Went Wrong", - "clickable_icon": "Icon is Clickable", - "two_stops_till_next": "2 stops until next", - "one_stop_till_next": "1 stop until next", - "no_more_gyms": "No more gyms", - "light_map_border": "Light Map Border", - "dark_map_border": "Dark Map Border", - "cell_blocked": "Cell Blocked", - "poi_color": "POI Color", - "quest_condition": "Quest Condition", - "always_show_labels": "Always Show Labels", - "scan_areas_options": "Scan Areas Options", - "historic_rarity": "Historic Rarity", - "poi": "Points of Interest", - "300m_range": "300m Range", - "lure_range": "Lure Range", - "custom_range": "Custom Range", - "tap_to_toggle": "Tap To Toggle", - "power_up": "Power Up", - "never_alt": "Never", - "seen_nearby_stop": "Seen Nearby", - "seen_nearby_cell": "Seen in this Cell", - "seen_lure_encounter": "Lure Encounter", - "seen_lure_wild": "Lure Spawn", - "seen_wild": "Wild Spawn", - "event_stops": "Event Stops", - "event_stop_timers": "Event Stop Timers", - "size_0": "Any", - "size_1": "XXS", - "size_2": "XS", - "size_3": "M", - "size_4": "XL", - "size_5": "XXL", - "show_size_indicator": "Show Size Indicator", - "size": "Size", - "gold_stop": "Gold Stop", - "profile_backups": "Profile Swapping", - "new_backup": "New Backup", - "create": "Create", - "load": "Load", - "update": "Update", - "delete": "Delete", - "name": "Name", - "only_confirmed": "Only Confirmed", - "only_exclude_grunts": "Exclude Grunts", - "only_exclude_leaders": "Exclude Leaders", - "rocket_pokemon": "Rocket Pokémon", - "decoy": "Decoy", - "s2_cell_limit_0": "You attempted to generate more than 20,000 cells ({{variable_0}})", - "s2_cell_zoom_limit": "Some cells are too small to be displayed at this zoom level", - "show_all_pvp_ranks": "Show All PVP Ranks", - "enable_pokemon_popup_coords": "Show Pokémon Coords", - "enable_gym_popup_coords": "Show Gym Coords", - "enable_pokestop_popup_coords": "Show Pokéstop Coords", - "enable_portal_popup_coords": "Show Portal Coords", - "on_block_join_discord": "Please join our discord for more information.", - "on_block_msg": "You have been blocked for being a member of", - "denied": "Denied", - "showcase": "Showcase", - "unknown_event": "Unknown Event", - "scanner_countdown": "Available in {{time}}s", - "success": "Success", - "contribute": "Contribute", - "mi": "mi", - "filter_by_areas": "Filter by Areas", - "submit_nest_name": "Submit Nest Name", - "nest_submission_menu": "Name Update", - "nest_submissions": "Nest Submissions", - "nest_submissions_subtitle": "Allows you to submit new names for nests", - "pokemon_opacity": "Dynamic Pokemon Opacity", - "invasion_opacity": "Dynamic Invasion Opacity", - "raid_opacity": "Dynamic Raid Opacity", - "opacity_ten_minutes": "Opacity at 10 minutes", - "opacity_five_minutes": "Opacity at 5 minutes", - "opacity_one_minute": "Opacity at 1 minute", - "level_circles": "Level Indicators", - "min_level_circle": "Minimum Circle Level", - "mutation_auth_error": "Your request was unsuccessful due to not being logged in", - "submitted_by": "Submitted By", - "reversible": "Reversible", - "version": "Version", - "route_tags": "Route Tags", - "routes": "Routes", - "route_type": "Route Type", - "routes_subtitle": "View in game routes and relevant information about them on the map", - "description": "Description", - "additional_info": "Additional Info", - "duration": "Duration", - "elevation": "Elevation", - "contest_category_1": "Smallest Size", - "context_category_2": "Largest Size", - "total_entries": "Total Entries", - "showcase_rankings": "Showcase Rankings", - "showcase_rankings_subtitle": "Displays a list of the top rankings for a showcase at a Pokestop", - "tth": "TTH", - "tth_0": "All", - "tth_1": "Known", - "tth_2": "Unknown", - "no_access": "No Access", - "cooldown": "Cool Down", - "scan_some_outside_area": "Some locations are outside the authorized boundaries", - "alerts": "alerts", - "alert_manager": "Alert Manager", - "menu": "Menu", - "theme": "Theme", - "exit": "Exit", - "component": "Component", - "component_login_page": "Login Page", - "component_donation_page": "Donation Page", - "component_message_of_the_day": "Message of the Day", - "download": "Download", - "playground": "Playground", - "locale": "Locale", - "saved": "Saved", - "show_editor": "Show Editor", - "hide_editor": "Hide Editor", - "reported_error": "This error has been reported to the server with identifier", - "dark_mode": "Dark Mode", - "load_from_autosave": "Load from autosave", - "done": "Done", - "fast": "Fast", - "charged": "Charged", - "offline_mode": "Offline Mode", - "include_sponsored": "Include Sponsored", - "showcase_color": "Showcase Color", - "partner_color": "Partner Color", - "disable": "Disable {{- name}}", - "profiling": "Profiling", - "showcase_block": "Blocked due to a showcase", - "signed_in_as": "Signed In As", - "missing_map_perm": "You do not have permission to view the map.", - "access_denied": "Access Denied", - "audio": "Audio", - "desktop_notifications": "Desktop Notifications", - "notifications_options": "Notification Options", - "audio_always_on": "Audio Always Plays", - "volume_level": "Volume Level", - "notifications_status": "Notifications Status", - "granted": "granted", - "set_all": "Set All", - "set_filtered": "Set Filtered", - "only_show_available": "Only Show Available", - "easy_mode": "Easy Mode", - "quick_select": "Global Quick Selects", - "pokemon_filter_mode": "Pokémon Filter Mode", - "basic": "Basic", - "intermediate": "Intermediate", - "expert": "Expert", - "basic_description": "Easily select Pokémon and apply a global filter", - "intermediate_description": "Set individual filters globally and per Pokémon (traditional)", - "expert_description": "Manual input queries for the most customization", - "icon_size": "Icon Size", - "developer": "Developer", - "raid_override": "Raid Override", - "search_rocket_pokemon": "Search Rocket Pokémon", - "main": "Main", - "extra": "Extra", - "select": "Select", - "searching": "searching...", - "no_options": "No Options...", - "and": "AND", - "or": "OR", - "only_global": "Only Global", - "global_caption": "Ignores All Other Filters", - "global_and_individual": "Global & Individual Filters", - "gender_filters_all": "Gender Applies to All", - "and_caption": "Linked Together", - "or_caption": "Filters Independently", - "filter_help": "Filter Help", - "kilometers": "Kilometers", - "miles": "Miles", - "distance_unit": "Distance Unit", - "data_management": "Data Management", - "reset_or_manage_text": "You can either hard reset your filters or you can view the data management page which will allow you to reset individual categories.", - "reset_audio": "Reset Audio", - "reset_all": "Reset All", - "reset_icons": "Reset Icons", - "reset_position": "Reset Position", - "reset_ui": "Reset UI", - "reset_options": "Reset Options", - "reset_menus": "Reset Menus", - "reset_settings": "Reset Settings", - "reset_general_title": "General", - "reset_filters_title": "Filters", - "reset_assets": "Assets", - "reset_pokemon": "Reset Pokémon", - "reset_pokestops": "Reset PokéStops", - "reset_gyms": "Reset Gyms", - "reset_nests": "Reset Nests", - "reset_portals": "Reset Portals", - "reset_routes": "Reset Routes", - "reset_scan_areas": "Reset Scan Areas", - "reset_scan_cells": "Reset Scan Cells", - "reset_devices": "Reset Devices", - "reset_weather": "Reset Weather", - "reset_s2cells": "Reset S2 Cells", - "reset_spawnpoints": "Reset Spawnpoints", - "reset_submission_cells": "Reset Submission Cells", - "hisuian": "Hisuian", - "spacial_rend_range": "Spacial Rend Range", - "key": "Key", - "ai": "AI", - "human": "Human", - "locales": "Locales", - "instructions": "Instructions", - "locale_instructions_1": "Select a language from the dropdown", - "locale_instructions_2": "Enter the desired translations in the \"Human\" column", - "locale_instructions_3": "Click the \"$t(download)\" button to download a JSON file", - "locale_instructions_4": "Fork the GitHub repo link below", - "locale_instructions_5": "Create a new branch and name it the language you are translating", - "locale_instructions_6": "Replace the contents of \"packages/locales/lib/human/{{lng}}.json\" with the file you downloaded", - "locale_instructions_7": "Create a pull request", - "locale_instructions_8": "Wait for the pull request to be reviewed and merged", - "enter_translation": "Enter Translation", - "individual_filters": "Partially Filtered", - "data_limit_reached": "You have requested too much data recently and are on cooldown until {{until}}", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "Earn {{amount}} hearts with your buddy", - "challenge_buddy_treat_plural": "Give your buddy {{amount}} treats", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Star Egg", - "egg_1_plural": "1 Star Eggs", - "egg_2": "2 Star Egg", - "egg_2_plural": "2 Star Eggs", - "egg_3": "3 Star Egg", - "egg_3_plural": "3 Star Eggs", - "egg_4": "4 Star Egg", - "egg_4_plural": "4 Star Eggs", - "egg_5": "Legendary Egg", - "egg_5_plural": "Legendary Eggs", - "egg_6": "Mega Egg", - "egg_6_plural": "Mega Eggs", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "Normal", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "Normal", - "form_34": "Attack", - "form_35": "Defense", - "form_36": "Speed", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "Normal", - "form_46": "Alola", - "form_47": "Normal", - "form_48": "Alola", - "form_49": "Normal", - "form_50": "Alola", - "form_51": "Normal", - "form_52": "Alola", - "form_53": "Normal", - "form_54": "Alola", - "form_55": "Normal", - "form_56": "Alola", - "form_57": "Normal", - "form_58": "Alola", - "form_59": "Normal", - "form_60": "Alola", - "form_61": "Normal", - "form_62": "Alola", - "form_63": "Normal", - "form_64": "Alola", - "form_65": "Normal", - "form_66": "Alola", - "form_67": "Normal", - "form_68": "Alola", - "form_69": "Normal", - "form_70": "Alola", - "form_71": "Normal", - "form_72": "Alola", - "form_73": "Normal", - "form_74": "Alola", - "form_75": "Normal", - "form_76": "Alola", - "form_77": "Normal", - "form_78": "Alola", - "form_79": "Normal", - "form_80": "Alola", - "form_81": "Normal", - "form_82": "Frost Rotom", - "form_83": "Fan Rotom", - "form_84": "Mow Rotom", - "form_85": "Wash Rotom", - "form_86": "Heat Rotom", - "form_87": "Plant Cloak", - "form_88": "Sandy Cloak", - "form_89": "Trash Cloak", - "form_90": "Altered Forme", - "form_91": "Origin Forme", - "form_92": "Sky Forme", - "form_93": "Land Forme", - "form_94": "Overcast Form", - "form_95": "Sunny", - "form_96": "West Sea", - "form_97": "East Sea", - "form_98": "West Sea", - "form_99": "East Sea", - "form_100": "Normal", - "form_101": "Fighting", - "form_102": "Flying", - "form_103": "Poison", - "form_104": "Ground", - "form_105": "Rock", - "form_106": "Bug", - "form_107": "Ghost", - "form_108": "Steel", - "form_109": "Fire", - "form_110": "Water", - "form_111": "Grass", - "form_112": "Electric", - "form_113": "Psychic", - "form_114": "Ice", - "form_115": "Dragon", - "form_116": "Dark", - "form_117": "Fairy", - "form_118": "Plant Cloak", - "form_119": "Sandy Cloak", - "form_120": "Trash Cloak", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "Normal", - "form_136": "Red-Striped", - "form_137": "Blue-Striped", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "Incarnate Forme", - "form_141": "Therian Forme", - "form_142": "Incarnate Forme", - "form_143": "Therian Forme", - "form_144": "Incarnate Forme", - "form_145": "Therian Forme", - "form_146": "Normal", - "form_147": "Black Kyurem", - "form_148": "White Kyurem", - "form_149": "Ordinary Form", - "form_150": "Resolute Form", - "form_151": "Aria Forme", - "form_152": "Pirouette Forme", - "form_157": "Normal", - "form_160": "Normal", - "form_163": "Normal", - "form_166": "Normal", - "form_169": "Normal", - "form_172": "Normal", - "form_175": "Normal", - "form_178": "Normal", - "form_181": "Normal", - "form_184": "Normal", - "form_187": "Normal", - "form_190": "Normal", - "form_193": "Normal", - "form_196": "Normal", - "form_199": "Normal", - "form_202": "Normal", - "form_205": "Normal", - "form_208": "Normal", - "form_211": "Normal", - "form_214": "Normal", - "form_217": "Normal", - "form_224": "Normal", - "form_229": "Normal", - "form_232": "Normal", - "form_235": "Normal", - "form_238": "Normal", - "form_241": "Normal", - "form_244": "Normal", - "form_247": "Normal", - "form_250": "Normal", - "form_253": "Normal", - "form_256": "Normal", - "form_259": "Normal", - "form_262": "Normal", - "form_265": "Normal", - "form_268": "Normal", - "form_271": "Normal", - "form_274": "Normal", - "form_277": "Normal", - "form_280": "Normal", - "form_283": "Normal", - "form_286": "Normal", - "form_289": "Normal", - "form_292": "Normal", - "form_295": "Normal", - "form_298": "Normal", - "form_301": "Normal", - "form_304": "Normal", - "form_307": "Normal", - "form_310": "Normal", - "form_313": "Normal", - "form_316": "Normal", - "form_319": "Normal", - "form_322": "Normal", - "form_585": "Spring Form", - "form_586": "Summer Form", - "form_587": "Autumn Form", - "form_588": "Winter Form", - "form_589": "Spring Form", - "form_590": "Summer Form", - "form_591": "Autumn Form", - "form_592": "Winter Form", - "form_593": "Normal", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "Normal", - "form_599": "Noevolve", - "form_600": "Normal", - "form_601": "Noevolve", - "form_602": "Normal", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "Normal", - "form_613": "Normal", - "form_616": "Normal", - "form_619": "Normal", - "form_622": "Normal", - "form_625": "Normal", - "form_628": "Normal", - "form_631": "Normal", - "form_634": "Normal", - "form_637": "Normal", - "form_640": "Normal", - "form_643": "Normal", - "form_646": "Normal", - "form_649": "Normal", - "form_652": "Normal", - "form_655": "Normal", - "form_658": "Normal", - "form_661": "Normal", - "form_664": "Normal", - "form_667": "Normal", - "form_670": "Normal", - "form_677": "Normal", - "form_680": "Normal", - "form_683": "Normal", - "form_688": "Normal", - "form_691": "Normal", - "form_694": "Normal", - "form_697": "Normal", - "form_700": "Normal", - "form_703": "Normal", - "form_706": "Normal", - "form_713": "Normal", - "form_716": "Normal", - "form_719": "Normal", - "form_722": "Normal", - "form_729": "Normal", - "form_734": "Normal", - "form_737": "Normal", - "form_740": "Normal", - "form_743": "Normal", - "form_746": "Normal", - "form_749": "Normal", - "form_752": "Normal", - "form_755": "Normal", - "form_758": "Normal", - "form_761": "Normal", - "form_764": "Normal", - "form_767": "Normal", - "form_770": "Normal", - "form_773": "Normal", - "form_776": "Normal", - "form_779": "Normal", - "form_782": "Normal", - "form_785": "Normal", - "form_788": "Normal", - "form_791": "Normal", - "form_794": "Normal", - "form_797": "Normal", - "form_800": "Normal", - "form_803": "Normal", - "form_806": "Normal", - "form_809": "Normal", - "form_812": "Normal", - "form_815": "Normal", - "form_818": "Normal", - "form_821": "Normal", - "form_824": "Normal", - "form_827": "Normal", - "form_830": "Normal", - "form_833": "Normal", - "form_836": "Normal", - "form_839": "Normal", - "form_846": "Normal", - "form_849": "Normal", - "form_852": "Normal", - "form_855": "Normal", - "form_858": "Normal", - "form_861": "Normal", - "form_864": "Normal", - "form_867": "Normal", - "form_870": "Normal", - "form_873": "Normal", - "form_876": "Normal", - "form_879": "Normal", - "form_888": "Normal", - "form_891": "Normal", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "Normal", - "form_901": "Vs 2019", - "form_902": "Normal", - "form_905": "Normal", - "form_908": "Normal", - "form_911": "Normal", - "form_914": "Normal", - "form_917": "Normal", - "form_920": "Normal", - "form_923": "Normal", - "form_926": "Normal", - "form_929": "Normal", - "form_932": "Normal", - "form_935": "Normal", - "form_938": "Normal", - "form_941": "Normal", - "form_944": "Galarian", - "form_945": "Normal", - "form_946": "Galarian", - "form_947": "Normal", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "Normal", - "form_956": "Normal", - "form_959": "Normal", - "form_962": "Normal", - "form_965": "Normal", - "form_968": "Normal", - "form_971": "Normal", - "form_974": "Normal", - "form_981": "Normal", - "form_984": "Normal", - "form_987": "Normal", - "form_990": "Normal", - "form_993": "Normal", - "form_996": "Normal", - "form_999": "Normal", - "form_1002": "Normal", - "form_1005": "Normal", - "form_1008": "Normal", - "form_1011": "Normal", - "form_1014": "Normal", - "form_1017": "Normal", - "form_1020": "Normal", - "form_1023": "Normal", - "form_1026": "Normal", - "form_1029": "Normal", - "form_1032": "Normal", - "form_1035": "Normal", - "form_1038": "Normal", - "form_1041": "Normal", - "form_1044": "Normal", - "form_1047": "Normal", - "form_1050": "Normal", - "form_1053": "Normal", - "form_1056": "Normal", - "form_1059": "Normal", - "form_1062": "Normal", - "form_1065": "Normal", - "form_1068": "Normal", - "form_1071": "Normal", - "form_1074": "Normal", - "form_1077": "Normal", - "form_1080": "Normal", - "form_1083": "Normal", - "form_1086": "Normal", - "form_1089": "Normal", - "form_1092": "Normal", - "form_1095": "Normal", - "form_1098": "Normal", - "form_1101": "Normal", - "form_1104": "Normal", - "form_1107": "Normal", - "form_1110": "Normal", - "form_1115": "Normal", - "form_1118": "Normal", - "form_1121": "Normal", - "form_1124": "Normal", - "form_1127": "Normal", - "form_1130": "Normal", - "form_1133": "Normal", - "form_1136": "Normal", - "form_1139": "Normal", - "form_1142": "Normal", - "form_1145": "Normal", - "form_1148": "Normal", - "form_1151": "Normal", - "form_1154": "Normal", - "form_1157": "Normal", - "form_1160": "Normal", - "form_1163": "Normal", - "form_1166": "Normal", - "form_1169": "Normal", - "form_1172": "Normal", - "form_1175": "Normal", - "form_1178": "Normal", - "form_1181": "Normal", - "form_1184": "Normal", - "form_1187": "Normal", - "form_1190": "Normal", - "form_1193": "Normal", - "form_1196": "Normal", - "form_1199": "Normal", - "form_1202": "Normal", - "form_1205": "Normal", - "form_1208": "Normal", - "form_1211": "Normal", - "form_1214": "Normal", - "form_1217": "Normal", - "form_1220": "Normal", - "form_1223": "Normal", - "form_1226": "Normal", - "form_1229": "Normal", - "form_1232": "Normal", - "form_1235": "Normal", - "form_1238": "Normal", - "form_1241": "Normal", - "form_1244": "Normal", - "form_1247": "Normal", - "form_1250": "Normal", - "form_1253": "Normal", - "form_1256": "Normal", - "form_1259": "Normal", - "form_1262": "Normal", - "form_1265": "Normal", - "form_1268": "Normal", - "form_1271": "Normal", - "form_1274": "Normal", - "form_1277": "Normal", - "form_1280": "Normal", - "form_1283": "Normal", - "form_1286": "Normal", - "form_1289": "Normal", - "form_1292": "Normal", - "form_1295": "Normal", - "form_1298": "Normal", - "form_1301": "Normal", - "form_1304": "Normal", - "form_1307": "Normal", - "form_1310": "Normal", - "form_1313": "Normal", - "form_1316": "Normal", - "form_1319": "Normal", - "form_1322": "Normal", - "form_1325": "Normal", - "form_1328": "Normal", - "form_1331": "Normal", - "form_1334": "Normal", - "form_1337": "Normal", - "form_1340": "Normal", - "form_1343": "Normal", - "form_1346": "Normal", - "form_1349": "Normal", - "form_1352": "Normal", - "form_1355": "Normal", - "form_1358": "Normal", - "form_1361": "Normal", - "form_1364": "Normal", - "form_1367": "Normal", - "form_1370": "Normal", - "form_1379": "Normal", - "form_1382": "Normal", - "form_1385": "Normal", - "form_1388": "Normal", - "form_1391": "Normal", - "form_1394": "Normal", - "form_1397": "Normal", - "form_1400": "Normal", - "form_1403": "Normal", - "form_1406": "Normal", - "form_1409": "Normal", - "form_1412": "Normal", - "form_1415": "Normal", - "form_1418": "Normal", - "form_1421": "Normal", - "form_1424": "Normal", - "form_1427": "Normal", - "form_1430": "Normal", - "form_1433": "Normal", - "form_1436": "Normal", - "form_1439": "Normal", - "form_1442": "Normal", - "form_1445": "Normal", - "form_1448": "Normal", - "form_1451": "Normal", - "form_1454": "Normal", - "form_1457": "Normal", - "form_1460": "Normal", - "form_1463": "Normal", - "form_1466": "Normal", - "form_1469": "Normal", - "form_1472": "Normal", - "form_1475": "Normal", - "form_1478": "Normal", - "form_1481": "Normal", - "form_1484": "Normal", - "form_1487": "Normal", - "form_1490": "Normal", - "form_1493": "Normal", - "form_1496": "Normal", - "form_1499": "Normal", - "form_1502": "Normal", - "form_1505": "Normal", - "form_1508": "Normal", - "form_1511": "Normal", - "form_1514": "Normal", - "form_1517": "Normal", - "form_1520": "Normal", - "form_1523": "Normal", - "form_1526": "Normal", - "form_1529": "Normal", - "form_1532": "Normal", - "form_1535": "Normal", - "form_1538": "Normal", - "form_1541": "Normal", - "form_1544": "Normal", - "form_1547": "Normal", - "form_1550": "Normal", - "form_1553": "Normal", - "form_1556": "Normal", - "form_1559": "Normal", - "form_1562": "Normal", - "form_1565": "Normal", - "form_1568": "Normal", - "form_1571": "Normal", - "form_1574": "Normal", - "form_1577": "Normal", - "form_1580": "Normal", - "form_1583": "Normal", - "form_1586": "Normal", - "form_1589": "Normal", - "form_1592": "Normal", - "form_1595": "Normal", - "form_1598": "Normal", - "form_1601": "Normal", - "form_1604": "Normal", - "form_1607": "Normal", - "form_1610": "Normal", - "form_1613": "Normal", - "form_1616": "Normal", - "form_1619": "Normal", - "form_1622": "Normal", - "form_1625": "Normal", - "form_1628": "Normal", - "form_1631": "Normal", - "form_1634": "Normal", - "form_1637": "Normal", - "form_1640": "Normal", - "form_1643": "Normal", - "form_1646": "Normal", - "form_1649": "Normal", - "form_1652": "Normal", - "form_1655": "Normal", - "form_1658": "Normal", - "form_1661": "Normal", - "form_1664": "Normal", - "form_1667": "Normal", - "form_1670": "Normal", - "form_1673": "Normal", - "form_1676": "Normal", - "form_1679": "Normal", - "form_1682": "Normal", - "form_1685": "Normal", - "form_1688": "Normal", - "form_1691": "Normal", - "form_1694": "Normal", - "form_1697": "Normal", - "form_1700": "Normal", - "form_1703": "Normal", - "form_1706": "Normal", - "form_1709": "Normal", - "form_1712": "Normal", - "form_1715": "Normal", - "form_1718": "Normal", - "form_1721": "Normal", - "form_1724": "Normal", - "form_1727": "Normal", - "form_1730": "Normal", - "form_1733": "Normal", - "form_1736": "Normal", - "form_1739": "Normal", - "form_1742": "Normal", - "form_1745": "Normal", - "form_1748": "Normal", - "form_1751": "Normal", - "form_1754": "Normal", - "form_1757": "Normal", - "form_1760": "Normal", - "form_1763": "Normal", - "form_1766": "Normal", - "form_1769": "Normal", - "form_1772": "Normal", - "form_1775": "Normal", - "form_1778": "Normal", - "form_1781": "Normal", - "form_1784": "Normal", - "form_1787": "Normal", - "form_1790": "Normal", - "form_1793": "Normal", - "form_1796": "Normal", - "form_1799": "Normal", - "form_1802": "Normal", - "form_1805": "Normal", - "form_1808": "Normal", - "form_1811": "Normal", - "form_1814": "Normal", - "form_1817": "Normal", - "form_1820": "Normal", - "form_1823": "Normal", - "form_1826": "Normal", - "form_1829": "Normal", - "form_1832": "Normal", - "form_1835": "Normal", - "form_1838": "Normal", - "form_1841": "Normal", - "form_1844": "Normal", - "form_1847": "Normal", - "form_1850": "Normal", - "form_1853": "Normal", - "form_1856": "Normal", - "form_1859": "Normal", - "form_1862": "Normal", - "form_1865": "Normal", - "form_1868": "Normal", - "form_1871": "Normal", - "form_1874": "Normal", - "form_1877": "Normal", - "form_1880": "Normal", - "form_1883": "Normal", - "form_1886": "Normal", - "form_1889": "Normal", - "form_1892": "Normal", - "form_1895": "Normal", - "form_1898": "Normal", - "form_1901": "Normal", - "form_1904": "Normal", - "form_1907": "Normal", - "form_1910": "Normal", - "form_1913": "Normal", - "form_1916": "Normal", - "form_1919": "Normal", - "form_1922": "Normal", - "form_1925": "Normal", - "form_1928": "Normal", - "form_1931": "Normal", - "form_1934": "Normal", - "form_1937": "Normal", - "form_1940": "Normal", - "form_1943": "Normal", - "form_1946": "Normal", - "form_1949": "Normal", - "form_1952": "Normal", - "form_1955": "Normal", - "form_1958": "Normal", - "form_1961": "Normal", - "form_1964": "Normal", - "form_1967": "Normal", - "form_1970": "Normal", - "form_1973": "Normal", - "form_1976": "Normal", - "form_1979": "Normal", - "form_1982": "Normal", - "form_1985": "Normal", - "form_1988": "Normal", - "form_1991": "Normal", - "form_1994": "Normal", - "form_1997": "Normal", - "form_2000": "Normal", - "form_2003": "Normal", - "form_2006": "Normal", - "form_2009": "Normal", - "form_2012": "Normal", - "form_2015": "Normal", - "form_2018": "Normal", - "form_2021": "Normal", - "form_2024": "Normal", - "form_2027": "Normal", - "form_2030": "Normal", - "form_2033": "Normal", - "form_2036": "Normal", - "form_2039": "Normal", - "form_2042": "Normal", - "form_2045": "Normal", - "form_2048": "Normal", - "form_2051": "Normal", - "form_2054": "Normal", - "form_2057": "Normal", - "form_2060": "Normal", - "form_2063": "Normal", - "form_2066": "Normal", - "form_2069": "Normal", - "form_2072": "Normal", - "form_2075": "Normal", - "form_2078": "Normal", - "form_2081": "Normal", - "form_2084": "Normal", - "form_2087": "Normal", - "form_2090": "Normal", - "form_2093": "Normal", - "form_2096": "Normal", - "form_2099": "Normal", - "form_2102": "Normal", - "form_2105": "Normal", - "form_2108": "Normal", - "form_2111": "Normal", - "form_2114": "Normal", - "form_2117": "Normal", - "form_2120": "Normal", - "form_2123": "Normal", - "form_2126": "Normal", - "form_2129": "Normal", - "form_2132": "Normal", - "form_2135": "Normal", - "form_2138": "Normal", - "form_2141": "Normal", - "form_2144": "Normal", - "form_2147": "Normal", - "form_2150": "Normal", - "form_2153": "Normal", - "form_2156": "Normal", - "form_2159": "Normal", - "form_2162": "Normal", - "form_2165": "Normal", - "form_2168": "Normal", - "form_2171": "Normal", - "form_2174": "Normal", - "form_2177": "Normal", - "form_2180": "Normal", - "form_2183": "Normal", - "form_2186": "Normal", - "form_2189": "Normal", - "form_2192": "Normal", - "form_2195": "Normal", - "form_2198": "Normal", - "form_2201": "Normal", - "form_2204": "Normal", - "form_2207": "Normal", - "form_2210": "Normal", - "form_2213": "Normal", - "form_2216": "Normal", - "form_2219": "Normal", - "form_2222": "Normal", - "form_2225": "Normal", - "form_2228": "Normal", - "form_2231": "Normal", - "form_2234": "Normal", - "form_2237": "Normal", - "form_2240": "Normal", - "form_2243": "Normal", - "form_2246": "Normal", - "form_2249": "Normal", - "form_2252": "Normal", - "form_2255": "Normal", - "form_2258": "Normal", - "form_2261": "Normal", - "form_2264": "Normal", - "form_2267": "Normal", - "form_2270": "Normal", - "form_2273": "Normal", - "form_2276": "Normal", - "form_2279": "Normal", - "form_2282": "Normal", - "form_2285": "Normal", - "form_2288": "Normal", - "form_2291": "Normal", - "form_2294": "Normal", - "form_2297": "Normal", - "form_2300": "Normal", - "form_2303": "Normal", - "form_2306": "Normal", - "form_2309": "Normal", - "form_2312": "Normal", - "form_2315": "Normal", - "form_2318": "Normal", - "form_2321": "Normal", - "form_2324": "Normal", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "Female", - "form_2331": "Female", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "Low Key Form", - "form_2464": "Amped Form", - "form_2477": "Phony Form", - "form_2478": "Antique Form", - "form_2480": "Phony Form", - "form_2481": "Antique Form", - "form_2501": "Normal", - "form_2504": "Normal", - "form_2507": "Normal", - "form_2510": "Normal", - "form_2513": "Normal", - "form_2516": "Normal", - "form_2540": "Ice Face", - "form_2541": "Noice Face", - "form_2542": "Male", - "form_2543": "Female", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "Crowned Sword", - "form_2577": "Hero of Many Battles", - "form_2578": "Crowned Shield", - "form_2579": "Hero of Many Battles", - "form_2580": "Eternamax", - "form_2581": "Normal", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "Normal", - "form_2588": "Female", - "form_2589": "Normal", - "form_2590": "Female", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "Sunny", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "Baile Style", - "form_2680": "Pom-Pom Style", - "form_2681": "Pa’u Style", - "form_2683": "Sensu Style", - "form_2684": "Midday Form", - "form_2685": "Midnight Form", - "form_2686": "Dusk Form", - "form_2687": "Solo Form", - "form_2688": "School Form", - "form_2689": "Normal", - "form_2690": "Bug", - "form_2691": "Dark", - "form_2692": "Dragon", - "form_2693": "Electric", - "form_2694": "Fairy", - "form_2695": "Fighting", - "form_2696": "Fire", - "form_2697": "Flying", - "form_2698": "Ghost", - "form_2699": "Grass", - "form_2700": "Ground", - "form_2701": "Ice", - "form_2702": "Poison", - "form_2703": "Psychic", - "form_2704": "Rock", - "form_2705": "Steel", - "form_2706": "Water", - "form_2707": "Meteor Blue", - "form_2708": "Blue Plumage", - "form_2709": "Green Plumage", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "Yellow Plumage", - "form_2715": "Busted Form", - "form_2716": "Disguised Form", - "form_2717": "Normal", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "Normal", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "Normal", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "Dusk Form", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "Sunny", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "Sunny", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "Incarnate Forme", - "form_2803": "Therian Forme", - "form_2804": "White-Striped", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "Normal", - "form_2808": "Female", - "form_2809": "Normal", - "form_2810": "Normal", - "form_2811": "Normal", - "form_2812": "Normal", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "Normal", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "Origin Forme", - "form_2830": "Origin Forme", - "form_2831": "Normal", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "Normal", - "form_2982": "Female", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Green Plumage", - "form_2986": "Blue Plumage", - "form_2987": "Yellow Plumage", - "form_2988": "White", - "form_2989": "Zero Form", - "form_2990": "Hero of Many Battles", - "form_2991": "Curly Form", - "form_2992": "Droopy Form", - "form_2993": "Stretchy Form", - "form_2994": "Two-Segment Form", - "form_2995": "Three-Segment Form", - "form_2996": "Apex Build", - "form_2997": "Ultimate Mode", - "form_2998": "Normal", - "form_3000": "Normal", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "Male", - "gender_2": "Female", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "Alola", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "Blanche", - "grunt_2": "Candela", - "grunt_3": "Spark", - "grunt_4": "Grunt (Male)", - "grunt_5": "Grunt (Female)", - "grunt_6": "Bug - Grunt (Female)", - "grunt_7": "Bug - Grunt (Male)", - "grunt_8": "Grunt (Female)", - "grunt_9": "Grunt (Male)", - "grunt_10": "Dark - Grunt (Female)", - "grunt_11": "Dark - Grunt (Male)", - "grunt_12": "Dragon - Grunt (Female)", - "grunt_13": "Dragon - Grunt (Male)", - "grunt_14": "Fairy - Grunt (Female)", - "grunt_15": "Fairy - Grunt (Male)", - "grunt_16": "Fighting - Grunt (Female)", - "grunt_17": "Fighting - Grunt (Male)", - "grunt_18": "Fire - Grunt (Female)", - "grunt_19": "Fire - Grunt (Male)", - "grunt_20": "Flying - Grunt (Female)", - "grunt_21": "Flying - Grunt (Male)", - "grunt_22": "Grass - Grunt (Female)", - "grunt_23": "Grass - Grunt (Male)", - "grunt_24": "Ground - Grunt (Female)", - "grunt_25": "Ground - Grunt (Male)", - "grunt_26": "Ice - Grunt (Female)", - "grunt_27": "Ice - Grunt (Male)", - "grunt_28": "Steel - Grunt (Female)", - "grunt_29": "Steel - Grunt (Male)", - "grunt_30": "Normal - Grunt (Female)", - "grunt_31": "Normal - Grunt (Male)", - "grunt_32": "Poison - Grunt (Female)", - "grunt_33": "Poison - Grunt (Male)", - "grunt_34": "Psychic - Grunt (Female)", - "grunt_35": "Psychic - Grunt (Male)", - "grunt_36": "Rock - Grunt (Female)", - "grunt_37": "Rock - Grunt (Male)", - "grunt_38": "Water - Grunt (Female)", - "grunt_39": "Water - Grunt (Male)", - "grunt_40": "Player Team Leader", - "grunt_41": "Leader Cliff", - "grunt_42": "Leader Arlo", - "grunt_43": "Leader Sierra", - "grunt_44": "Giovanni", - "grunt_45": "Decoy Grunt (Male)", - "grunt_46": "Decoy Grunt (Female)", - "grunt_47": "Ghost - Grunt (Female)", - "grunt_48": "Ghost - Grunt (Male)", - "grunt_49": "Electric - Grunt (Female)", - "grunt_50": "Electric - Grunt (Male)", - "grunt_51": "Grunt (Female)", - "grunt_52": "Grunt (Male)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "Bug - Grunt (Female)", - "grunt_56": "Bug - Grunt (Male)", - "grunt_57": "Dark - Grunt (Female)", - "grunt_58": "Dark - Grunt (Male)", - "grunt_59": "Dragon - Grunt (Female)", - "grunt_60": "Dragon - Grunt (Male)", - "grunt_61": "Fairy - Grunt (Female)", - "grunt_62": "Fairy - Grunt (Male)", - "grunt_63": "Fighting - Grunt (Female)", - "grunt_64": "Fighting - Grunt (Male)", - "grunt_65": "Fire - Grunt (Female)", - "grunt_66": "Fire - Grunt (Male)", - "grunt_67": "Flying - Grunt (Female)", - "grunt_68": "Flying - Grunt (Male)", - "grunt_69": "Grass - Grunt (Female)", - "grunt_70": "Grass - Grunt (Male)", - "grunt_71": "Ground - Grunt (Female)", - "grunt_72": "Ground - Grunt (Male)", - "grunt_73": "Ice - Grunt (Female)", - "grunt_74": "Ice - Grunt (Male)", - "grunt_75": "Grunt (Female)", - "grunt_76": "Grunt (Male)", - "grunt_77": "Normal - Grunt (Female)", - "grunt_78": "Normal - Grunt (Male)", - "grunt_79": "Poison - Grunt (Female)", - "grunt_80": "Poison - Grunt (Male)", - "grunt_81": "Psychic - Grunt (Female)", - "grunt_82": "Psychic - Grunt (Male)", - "grunt_83": "Rock - Grunt (Female)", - "grunt_84": "Rock - Grunt (Male)", - "grunt_85": "Water - Grunt (Female)", - "grunt_86": "Water - Grunt (Male)", - "grunt_87": "Ghost - Grunt (Female)", - "grunt_88": "Ghost - Grunt (Male)", - "grunt_89": "Electric - Grunt (Female)", - "grunt_90": "Electric - Grunt (Male)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "None", - "grunt_a_1": "Blanche", - "grunt_a_2": "Candela", - "grunt_a_3": "Spark", - "grunt_a_4": "Grunt ♂", - "grunt_a_5": "Grunt ♀", - "grunt_a_6": "Bug ♀", - "grunt_a_7": "Bug ♂", - "grunt_a_8": "Grunt ♀", - "grunt_a_9": "Grunt ♂", - "grunt_a_10": "Dark ♀", - "grunt_a_11": "Dark ♂", - "grunt_a_12": "Dragon ♀", - "grunt_a_13": "Dragon ♂", - "grunt_a_14": "Fairy ♀", - "grunt_a_15": "Fairy ♂", - "grunt_a_16": "Fighting ♀", - "grunt_a_17": "Fighting ♂", - "grunt_a_18": "Fire ♀", - "grunt_a_19": "Fire ♂", - "grunt_a_20": "Flying ♀", - "grunt_a_21": "Flying ♂", - "grunt_a_22": "Grass ♀", - "grunt_a_23": "Grass ♂", - "grunt_a_24": "Ground ♀", - "grunt_a_25": "Ground ♂", - "grunt_a_26": "Ice ♀", - "grunt_a_27": "Ice ♂", - "grunt_a_28": "Steel ♀", - "grunt_a_29": "Steel ♂", - "grunt_a_30": "Normal ♀", - "grunt_a_31": "Normal ♂", - "grunt_a_32": "Poison ♀", - "grunt_a_33": "Poison ♂", - "grunt_a_34": "Psychic ♀", - "grunt_a_35": "Psychic ♂", - "grunt_a_36": "Rock ♀", - "grunt_a_37": "Rock ♂", - "grunt_a_38": "Water ♀", - "grunt_a_39": "Water ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "Leader Cliff", - "grunt_a_42": "Leader Arlo", - "grunt_a_43": "Leader Sierra", - "grunt_a_44": "Giovanni", - "grunt_a_45": "Decoy Grunt ♂", - "grunt_a_46": "Decoy Grunt ♀", - "grunt_a_47": "Ghost ♀", - "grunt_a_48": "Ghost ♂", - "grunt_a_49": "Electric ♀", - "grunt_a_50": "Electric ♂", - "grunt_a_51": "Grunt ♀", - "grunt_a_52": "Grunt ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "Bug ♀", - "grunt_a_56": "Bug ♂", - "grunt_a_57": "Dark ♀", - "grunt_a_58": "Dark ♂", - "grunt_a_59": "Dragon ♀", - "grunt_a_60": "Dragon ♂", - "grunt_a_61": "Fairy ♀", - "grunt_a_62": "Fairy ♂", - "grunt_a_63": "Fighting ♀", - "grunt_a_64": "Fighting ♂", - "grunt_a_65": "Fire ♀", - "grunt_a_66": "Fire ♂", - "grunt_a_67": "Flying ♀", - "grunt_a_68": "Flying ♂", - "grunt_a_69": "Grass ♀", - "grunt_a_70": "Grass ♂", - "grunt_a_71": "Ground ♀", - "grunt_a_72": "Ground ♂", - "grunt_a_73": "Ice ♀", - "grunt_a_74": "Ice ♂", - "grunt_a_75": "Grunt ♀", - "grunt_a_76": "Grunt ♂", - "grunt_a_77": "Normal ♀", - "grunt_a_78": "Normal ♂", - "grunt_a_79": "Poison ♀", - "grunt_a_80": "Poison ♂", - "grunt_a_81": "Psychic ♀", - "grunt_a_82": "Psychic ♂", - "grunt_a_83": "Rock ♀", - "grunt_a_84": "Rock ♂", - "grunt_a_85": "Water ♀", - "grunt_a_86": "Water ♂", - "grunt_a_87": "Ghost ♀", - "grunt_a_88": "Ghost ♂", - "grunt_a_89": "Electric ♀", - "grunt_a_90": "Electric ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "Unknown", - "item_1": "Poké Ball", - "item_2": "Great Ball", - "item_3": "Ultra Ball", - "item_4": "Master Ball", - "item_5": "Premier Ball", - "item_6": "Beast Ball", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "Potion", - "item_102": "Super Potion", - "item_103": "Hyper Potion", - "item_104": "Max Potion", - "item_201": "Revive", - "item_202": "Max Revive", - "item_301": "Lucky Egg", - "item_401": "Incense", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "Mystery Box", - "item_406": "Daily Adventure Incense", - "item_407": "Coin Bag", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "Lure Module", - "item_502": "Glacial Lure Module", - "item_503": "Mossy Lure Module", - "item_504": "Magnetic Lure Module", - "item_505": "Rainy Lure Module", - "item_506": "Golden Lure Module", - "item_602": "X Attack", - "item_603": "X Defense", - "item_604": "UNDEFINED", - "item_650": "Zygarde Cell", - "item_651": "Zygarde Cube", - "item_701": "Razz Berry", - "item_702": "Bluk Berry", - "item_703": "Nanab Berry", - "item_704": "Wepear Berry", - "item_705": "Pinap Berry", - "item_706": "Golden Razz Berry", - "item_707": "Golden Nanab Berry", - "item_708": "Silver Pinap Berry", - "item_709": "Poffin", - "item_801": "Camera", - "item_802": "Stickers", - "item_803": "Postcard Book", - "item_901": "Incubator ∞", - "item_902": "Egg Incubator", - "item_903": "Super Incubator", - "item_1001": "Pokémon Storage", - "item_1002": "Item Bag", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "Sun Stone", - "item_1102": "King's Rock", - "item_1103": "Metal Coat", - "item_1104": "Dragon Scale", - "item_1105": "Upgrade", - "item_1106": "Sinnoh Stone", - "item_1107": "Unova Stone", - "item_1150": "Gimmighoul Coins", - "item_1201": "Fast TM", - "item_1202": "Charged TM", - "item_1203": "Elite Fast TM", - "item_1204": "Elite Charged TM", - "item_1250": "Meteorite", - "item_1301": "Rare Candy", - "item_1302": "Rare Candy XL", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "Raid Pass", - "item_1402": "Premium Battle Pass", - "item_1404": "Star Piece", - "item_1405": "Gift", - "item_1406": "Team Medallion", - "item_1408": "Remote Raid Pass", - "item_1409": "S Raid Ticket", - "item_1501": "Mysterious Component", - "item_1502": "Rocket Radar", - "item_1503": "Super Rocket Radar", - "item_1504": "Shadow Shard", - "item_1505": "Purified Gem", - "item_1506": "Max Particle", - "item_1507": "Max Particle Pack", - "item_1600": "Ticket", - "item_1601": "Ticket", - "item_1602": "Ticket", - "item_1603": "Ticket", - "item_1604": "Extra Ticket", - "item_1605": "Extra Ticket", - "item_1606": "GO Battle League Timed Research Pass", - "item_1607": "Ticket", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Safari Ticket: Seoul", - "item_1611": "Safari Ticket: Barcelona", - "item_1612": "Safari Ticket: Mexico City", - "item_1613": "Safari Ticket: Tainan", - "item_1614": "Ticket City Safari 04", - "item_1615": "Ticket", - "item_1616": "Ticket", - "item_1617": "Ticket", - "item_1618": "Ticket", - "item_1619": "Ticket", - "item_1620": "Ticket", - "item_1621": "Ticket", - "item_1622": "Ticket", - "item_1623": "Ticket", - "item_1624": "Ticket", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "Normal", - "lure_502": "Glacial", - "lure_503": "Mossy", - "lure_504": "Magnetic", - "lure_505": "Rainy", - "lure_506": "Golden", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "Unknown", - "move_1": "Thunder Shock", - "move_2": "Quick Attack", - "move_3": "Scratch", - "move_4": "Ember", - "move_5": "Vine Whip", - "move_6": "Tackle", - "move_7": "Razor Leaf", - "move_8": "Take Down", - "move_9": "Water Gun", - "move_10": "Bite", - "move_11": "Pound", - "move_12": "Double Slap", - "move_13": "Wrap", - "move_14": "Hyper Beam", - "move_15": "Lick", - "move_16": "Dark Pulse", - "move_17": "Smog", - "move_18": "Sludge", - "move_19": "Metal Claw", - "move_20": "Vise Grip", - "move_21": "Flame Wheel", - "move_22": "Megahorn", - "move_23": "Wing Attack", - "move_24": "Flamethrower", - "move_25": "Sucker Punch", - "move_26": "Dig", - "move_27": "Low Kick", - "move_28": "Cross Chop", - "move_29": "Psycho Cut", - "move_30": "Psybeam", - "move_31": "Earthquake", - "move_32": "Stone Edge", - "move_33": "Ice Punch", - "move_34": "Heart Stamp", - "move_35": "Discharge", - "move_36": "Flash Cannon", - "move_37": "Peck", - "move_38": "Drill Peck", - "move_39": "Ice Beam", - "move_40": "Blizzard", - "move_41": "Air Slash", - "move_42": "Heat Wave", - "move_43": "Twineedle", - "move_44": "Poison Jab", - "move_45": "Aerial Ace", - "move_46": "Drill Run", - "move_47": "Petal Blizzard", - "move_48": "Mega Drain", - "move_49": "Bug Buzz", - "move_50": "Poison Fang", - "move_51": "Night Slash", - "move_52": "Slash", - "move_53": "Bubble Beam", - "move_54": "Submission", - "move_55": "Karate Chop", - "move_56": "Low Sweep", - "move_57": "Aqua Jet", - "move_58": "Aqua Tail", - "move_59": "Seed Bomb", - "move_60": "Psyshock", - "move_61": "Rock Throw", - "move_62": "Ancient Power", - "move_63": "Rock Tomb", - "move_64": "Rock Slide", - "move_65": "Power Gem", - "move_66": "Shadow Sneak", - "move_67": "Shadow Punch", - "move_68": "Shadow Claw", - "move_69": "Ominous Wind", - "move_70": "Shadow Ball", - "move_71": "Bullet Punch", - "move_72": "Magnet Bomb", - "move_73": "Steel Wing", - "move_74": "Iron Head", - "move_75": "Parabolic Charge", - "move_76": "Spark", - "move_77": "Thunder Punch", - "move_78": "Thunder", - "move_79": "Thunderbolt", - "move_80": "Twister", - "move_81": "Dragon Breath", - "move_82": "Dragon Pulse", - "move_83": "Dragon Claw", - "move_84": "Disarming Voice", - "move_85": "Draining Kiss", - "move_86": "Dazzling Gleam", - "move_87": "Moonblast", - "move_88": "Play Rough", - "move_89": "Cross Poison", - "move_90": "Sludge Bomb", - "move_91": "Sludge Wave", - "move_92": "Gunk Shot", - "move_93": "Mud Shot", - "move_94": "Bone Club", - "move_95": "Bulldoze", - "move_96": "Mud Bomb", - "move_97": "Fury Cutter", - "move_98": "Bug Bite", - "move_99": "Signal Beam", - "move_100": "X-Scissor", - "move_101": "Flame Charge", - "move_102": "Flame Burst", - "move_103": "Fire Blast", - "move_104": "Brine", - "move_105": "Water Pulse", - "move_106": "Scald", - "move_107": "Hydro Pump", - "move_108": "Psychic", - "move_109": "Psystrike", - "move_110": "Ice Shard", - "move_111": "Icy Wind", - "move_112": "Frost Breath", - "move_113": "Absorb", - "move_114": "Giga Drain", - "move_115": "Fire Punch", - "move_116": "Solar Beam", - "move_117": "Leaf Blade", - "move_118": "Power Whip", - "move_119": "Splash", - "move_120": "Acid", - "move_121": "Air Cutter", - "move_122": "Hurricane", - "move_123": "Brick Break", - "move_124": "Cut", - "move_125": "Swift", - "move_126": "Horn Attack", - "move_127": "Stomp", - "move_128": "Headbutt", - "move_129": "Hyper Fang", - "move_130": "Slam", - "move_131": "Body Slam", - "move_132": "Rest", - "move_133": "Struggle", - "move_134": "Scald", - "move_135": "Hydro Pump", - "move_136": "Wrap", - "move_137": "Wrap", - "move_200": "Fury Cutter", - "move_201": "Bug Bite", - "move_202": "Bite", - "move_203": "Sucker Punch", - "move_204": "Dragon Breath", - "move_205": "Thunder Shock", - "move_206": "Spark", - "move_207": "Low Kick", - "move_208": "Karate Chop", - "move_209": "Ember", - "move_210": "Wing Attack", - "move_211": "Peck", - "move_212": "Lick", - "move_213": "Shadow Claw", - "move_214": "Vine Whip", - "move_215": "Razor Leaf", - "move_216": "Mud Shot", - "move_217": "Ice Shard", - "move_218": "Frost Breath", - "move_219": "Quick Attack", - "move_220": "Scratch", - "move_221": "Tackle", - "move_222": "Pound", - "move_223": "Cut", - "move_224": "Poison Jab", - "move_225": "Acid", - "move_226": "Psycho Cut", - "move_227": "Rock Throw", - "move_228": "Metal Claw", - "move_229": "Bullet Punch", - "move_230": "Water Gun", - "move_231": "Splash", - "move_232": "Water Gun", - "move_233": "Mud-Slap", - "move_234": "Zen Headbutt", - "move_235": "Confusion", - "move_236": "Poison Sting", - "move_237": "Bubble", - "move_238": "Feint Attack", - "move_239": "Steel Wing", - "move_240": "Fire Fang", - "move_241": "Rock Smash", - "move_242": "Transform", - "move_243": "Counter", - "move_244": "Powder Snow", - "move_245": "Close Combat", - "move_246": "Dynamic Punch", - "move_247": "Focus Blast", - "move_248": "Aurora Beam", - "move_249": "Charge Beam", - "move_250": "Volt Switch", - "move_251": "Wild Charge", - "move_252": "Zap Cannon", - "move_253": "Dragon Tail", - "move_254": "Avalanche", - "move_255": "Air Slash", - "move_256": "Brave Bird", - "move_257": "Sky Attack", - "move_258": "Sand Tomb", - "move_259": "Rock Blast", - "move_260": "Infestation", - "move_261": "Struggle Bug", - "move_262": "Silver Wind", - "move_263": "Astonish", - "move_264": "Hex", - "move_265": "Night Shade", - "move_266": "Iron Tail", - "move_267": "Gyro Ball", - "move_268": "Heavy Slam", - "move_269": "Fire Spin", - "move_270": "Overheat", - "move_271": "Bullet Seed", - "move_272": "Grass Knot", - "move_273": "Energy Ball", - "move_274": "Extrasensory", - "move_275": "Future Sight", - "move_276": "Mirror Coat", - "move_277": "Outrage", - "move_278": "Snarl", - "move_279": "Crunch", - "move_280": "Foul Play", - "move_281": "Hidden Power", - "move_282": "Take Down", - "move_283": "Waterfall", - "move_284": "Surf", - "move_285": "Draco Meteor", - "move_286": "Doom Desire", - "move_287": "Yawn", - "move_288": "Psycho Boost", - "move_289": "Origin Pulse", - "move_290": "Precipice Blades", - "move_291": "Present", - "move_292": "Weather Ball", - "move_293": "Weather Ball", - "move_294": "Weather Ball", - "move_295": "Weather Ball", - "move_296": "Frenzy Plant", - "move_297": "Smack Down", - "move_298": "Blast Burn", - "move_299": "Hydro Cannon", - "move_300": "Last Resort", - "move_301": "Meteor Mash", - "move_302": "Skull Bash", - "move_303": "Acid Spray", - "move_304": "Earth Power", - "move_305": "Crabhammer", - "move_306": "Lunge", - "move_307": "Crush Claw", - "move_308": "Octazooka", - "move_309": "Mirror Shot", - "move_310": "Superpower", - "move_311": "Fell Stinger", - "move_312": "Leaf Tornado", - "move_313": "Leech Life", - "move_314": "Drain Punch", - "move_315": "Shadow Bone", - "move_316": "Muddy Water", - "move_317": "Blaze Kick", - "move_318": "Razor Shell", - "move_319": "Power-Up Punch", - "move_320": "Charm", - "move_321": "Giga Impact", - "move_322": "Frustration", - "move_323": "Return", - "move_324": "Synchronoise", - "move_325": "Lock-On", - "move_326": "Thunder Fang", - "move_327": "Ice Fang", - "move_328": "Horn Drill", - "move_329": "Fissure", - "move_330": "Sacred Sword", - "move_331": "Flying Press", - "move_332": "Aura Sphere", - "move_333": "Payback", - "move_334": "Rock Wrecker", - "move_335": "Aeroblast", - "move_336": "Techno Blast", - "move_337": "Techno Blast", - "move_338": "Techno Blast", - "move_339": "Techno Blast", - "move_340": "Techno Blast", - "move_341": "Fly", - "move_342": "V-create", - "move_343": "Leaf Storm", - "move_344": "Tri Attack", - "move_345": "Gust", - "move_346": "Incinerate", - "move_347": "Dark Void", - "move_348": "Feather Dance", - "move_349": "Fiery Dance", - "move_350": "Fairy Wind", - "move_351": "Relic Song", - "move_352": "Weather Ball", - "move_353": "Psychic Fangs", - "move_354": "Hyperspace Fury", - "move_355": "Hyperspace Hole", - "move_356": "Double Kick", - "move_357": "Magical Leaf", - "move_358": "Sacred Fire", - "move_359": "Icicle Spear", - "move_360": "Aeroblast+", - "move_361": "Aeroblast++", - "move_362": "Sacred Fire+", - "move_363": "Sacred Fire++", - "move_364": "Acrobatics", - "move_365": "Luster Purge", - "move_366": "Mist Ball", - "move_367": "Brutal Swing", - "move_368": "Rollout", - "move_369": "Seed Flare", - "move_370": "Obstruct", - "move_371": "Shadow Force", - "move_372": "Meteor Beam", - "move_373": "Water Shuriken", - "move_374": "Fusion Bolt", - "move_375": "Fusion Flare", - "move_376": "Poltergeist", - "move_377": "High Horsepower", - "move_378": "Glaciate", - "move_379": "Breaking Swipe", - "move_380": "Boomburst", - "move_381": "Double Iron Bash", - "move_382": "Mystical Fire", - "move_383": "Liquidation", - "move_384": "Dragon Ascent", - "move_385": "Leafage", - "move_386": "Magma Storm", - "move_387": "Geomancy", - "move_388": "Spacial Rend", - "move_389": "Oblivion Wing", - "move_390": "Nature’s Madness", - "move_391": "Triple Axel", - "move_392": "Trailblaze", - "move_393": "Scorching Sands", - "move_394": "Roar of Time", - "move_395": "Bleakwind Storm", - "move_396": "Sandsear Storm", - "move_397": "Wildbolt Storm", - "move_398": "Spirit Shackle", - "move_399": "Volt Tackle", - "move_400": "Darkest Lariat", - "move_401": "Psywave", - "move_402": "Metal Sound", - "move_403": "Sand Attack", - "move_404": "Sunsteel Strike", - "move_405": "Moongeist Beam", - "move_406": "Aura Wheel", - "move_407": "Aura Wheel", - "move_408": "High Jump Kick", - "move_409": "Max Flare", - "move_410": "Max Flutterby", - "move_411": "Max Lightning", - "move_412": "Max Strike", - "move_413": "Max Knuckle", - "move_414": "Max Phantasm", - "move_415": "Max Hailstorm", - "move_416": "Max Ooze", - "move_417": "Max Geyser", - "move_418": "Max Airstream", - "move_419": "Max Starfall", - "move_420": "Max Wyrmwind", - "move_421": "Max Mindstorm", - "move_422": "Max Rockfall", - "move_423": "Max Quake", - "move_424": "Max Darkness", - "move_425": "Max Overgrowth", - "move_426": "Max Steelspike", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "Force Palm", - "move_463": "Sparkling Aria", - "poke_0": "Substitute", - "poke_1": "Bulbasaur", - "poke_2": "Ivysaur", - "poke_3": "Venusaur", - "poke_3_e1": "Mega Venusaur", - "poke_4": "Charmander", - "poke_5": "Charmeleon", - "poke_6": "Charizard", - "poke_6_e2": "Mega Charizard X", - "poke_6_e3": "Mega Charizard Y", - "poke_7": "Squirtle", - "poke_8": "Wartortle", - "poke_9": "Blastoise", - "poke_9_e1": "Mega Blastoise", - "poke_10": "Caterpie", - "poke_11": "Metapod", - "poke_12": "Butterfree", - "poke_13": "Weedle", - "poke_14": "Kakuna", - "poke_15": "Beedrill", - "poke_15_e1": "Mega Beedrill", - "poke_16": "Pidgey", - "poke_17": "Pidgeotto", - "poke_18": "Pidgeot", - "poke_18_e1": "Mega Pidgeot", - "poke_19": "Rattata", - "poke_20": "Raticate", - "poke_21": "Spearow", - "poke_22": "Fearow", - "poke_23": "Ekans", - "poke_24": "Arbok", - "poke_25": "Pikachu", - "poke_26": "Raichu", - "poke_27": "Sandshrew", - "poke_28": "Sandslash", - "poke_29": "Nidoran♀", - "poke_30": "Nidorina", - "poke_31": "Nidoqueen", - "poke_32": "Nidoran♂", - "poke_33": "Nidorino", - "poke_34": "Nidoking", - "poke_35": "Clefairy", - "poke_36": "Clefable", - "poke_37": "Vulpix", - "poke_38": "Ninetales", - "poke_39": "Jigglypuff", - "poke_40": "Wigglytuff", - "poke_41": "Zubat", - "poke_42": "Golbat", - "poke_43": "Oddish", - "poke_44": "Gloom", - "poke_45": "Vileplume", - "poke_46": "Paras", - "poke_47": "Parasect", - "poke_48": "Venonat", - "poke_49": "Venomoth", - "poke_50": "Diglett", - "poke_51": "Dugtrio", - "poke_52": "Meowth", - "poke_53": "Persian", - "poke_54": "Psyduck", - "poke_55": "Golduck", - "poke_56": "Mankey", - "poke_57": "Primeape", - "poke_58": "Growlithe", - "poke_59": "Arcanine", - "poke_60": "Poliwag", - "poke_61": "Poliwhirl", - "poke_62": "Poliwrath", - "poke_63": "Abra", - "poke_64": "Kadabra", - "poke_65": "Alakazam", - "poke_65_e1": "Mega Alakazam", - "poke_66": "Machop", - "poke_67": "Machoke", - "poke_68": "Machamp", - "poke_69": "Bellsprout", - "poke_70": "Weepinbell", - "poke_71": "Victreebel", - "poke_72": "Tentacool", - "poke_73": "Tentacruel", - "poke_74": "Geodude", - "poke_75": "Graveler", - "poke_76": "Golem", - "poke_77": "Ponyta", - "poke_78": "Rapidash", - "poke_79": "Slowpoke", - "poke_80": "Slowbro", - "poke_80_e1": "Mega Slowbro", - "poke_81": "Magnemite", - "poke_82": "Magneton", - "poke_83": "Farfetch'd", - "poke_84": "Doduo", - "poke_85": "Dodrio", - "poke_86": "Seel", - "poke_87": "Dewgong", - "poke_88": "Grimer", - "poke_89": "Muk", - "poke_90": "Shellder", - "poke_91": "Cloyster", - "poke_92": "Gastly", - "poke_93": "Haunter", - "poke_94": "Gengar", - "poke_94_e1": "Mega Gengar", - "poke_95": "Onix", - "poke_96": "Drowzee", - "poke_97": "Hypno", - "poke_98": "Krabby", - "poke_99": "Kingler", - "poke_100": "Voltorb", - "poke_101": "Electrode", - "poke_102": "Exeggcute", - "poke_103": "Exeggutor", - "poke_104": "Cubone", - "poke_105": "Marowak", - "poke_106": "Hitmonlee", - "poke_107": "Hitmonchan", - "poke_108": "Lickitung", - "poke_109": "Koffing", - "poke_110": "Weezing", - "poke_111": "Rhyhorn", - "poke_112": "Rhydon", - "poke_113": "Chansey", - "poke_114": "Tangela", - "poke_115": "Kangaskhan", - "poke_115_e1": "Mega Kangaskhan", - "poke_116": "Horsea", - "poke_117": "Seadra", - "poke_118": "Goldeen", - "poke_119": "Seaking", - "poke_120": "Staryu", - "poke_121": "Starmie", - "poke_122": "Mr. Mime", - "poke_123": "Scyther", - "poke_124": "Jynx", - "poke_125": "Electabuzz", - "poke_126": "Magmar", - "poke_127": "Pinsir", - "poke_127_e1": "Mega Pinsir", - "poke_128": "Tauros", - "poke_129": "Magikarp", - "poke_130": "Gyarados", - "poke_130_e1": "Mega Gyarados", - "poke_131": "Lapras", - "poke_132": "Ditto", - "poke_133": "Eevee", - "poke_134": "Vaporeon", - "poke_135": "Jolteon", - "poke_136": "Flareon", - "poke_137": "Porygon", - "poke_138": "Omanyte", - "poke_139": "Omastar", - "poke_140": "Kabuto", - "poke_141": "Kabutops", - "poke_142": "Aerodactyl", - "poke_142_e1": "Mega Aerodactyl", - "poke_143": "Snorlax", - "poke_144": "Articuno", - "poke_145": "Zapdos", - "poke_146": "Moltres", - "poke_147": "Dratini", - "poke_148": "Dragonair", - "poke_149": "Dragonite", - "poke_150": "Mewtwo", - "poke_150_e2": "Mega Mewtwo X", - "poke_150_e3": "Mega Mewtwo Y", - "poke_151": "Mew", - "poke_152": "Chikorita", - "poke_153": "Bayleef", - "poke_154": "Meganium", - "poke_155": "Cyndaquil", - "poke_156": "Quilava", - "poke_157": "Typhlosion", - "poke_158": "Totodile", - "poke_159": "Croconaw", - "poke_160": "Feraligatr", - "poke_161": "Sentret", - "poke_162": "Furret", - "poke_163": "Hoothoot", - "poke_164": "Noctowl", - "poke_165": "Ledyba", - "poke_166": "Ledian", - "poke_167": "Spinarak", - "poke_168": "Ariados", - "poke_169": "Crobat", - "poke_170": "Chinchou", - "poke_171": "Lanturn", - "poke_172": "Pichu", - "poke_173": "Cleffa", - "poke_174": "Igglybuff", - "poke_175": "Togepi", - "poke_176": "Togetic", - "poke_177": "Natu", - "poke_178": "Xatu", - "poke_179": "Mareep", - "poke_180": "Flaaffy", - "poke_181": "Ampharos", - "poke_181_e1": "Mega Ampharos", - "poke_182": "Bellossom", - "poke_183": "Marill", - "poke_184": "Azumarill", - "poke_185": "Sudowoodo", - "poke_186": "Politoed", - "poke_187": "Hoppip", - "poke_188": "Skiploom", - "poke_189": "Jumpluff", - "poke_190": "Aipom", - "poke_191": "Sunkern", - "poke_192": "Sunflora", - "poke_193": "Yanma", - "poke_194": "Wooper", - "poke_195": "Quagsire", - "poke_196": "Espeon", - "poke_197": "Umbreon", - "poke_198": "Murkrow", - "poke_199": "Slowking", - "poke_200": "Misdreavus", - "poke_201": "Unown", - "poke_202": "Wobbuffet", - "poke_203": "Girafarig", - "poke_204": "Pineco", - "poke_205": "Forretress", - "poke_206": "Dunsparce", - "poke_207": "Gligar", - "poke_208": "Steelix", - "poke_208_e1": "Mega Steelix", - "poke_209": "Snubbull", - "poke_210": "Granbull", - "poke_211": "Qwilfish", - "poke_212": "Scizor", - "poke_212_e1": "Mega Scizor", - "poke_213": "Shuckle", - "poke_214": "Heracross", - "poke_214_e1": "Mega Heracross", - "poke_215": "Sneasel", - "poke_216": "Teddiursa", - "poke_217": "Ursaring", - "poke_218": "Slugma", - "poke_219": "Magcargo", - "poke_220": "Swinub", - "poke_221": "Piloswine", - "poke_222": "Corsola", - "poke_223": "Remoraid", - "poke_224": "Octillery", - "poke_225": "Delibird", - "poke_226": "Mantine", - "poke_227": "Skarmory", - "poke_228": "Houndour", - "poke_229": "Houndoom", - "poke_229_e1": "Mega Houndoom", - "poke_230": "Kingdra", - "poke_231": "Phanpy", - "poke_232": "Donphan", - "poke_233": "Porygon2", - "poke_234": "Stantler", - "poke_235": "Smeargle", - "poke_236": "Tyrogue", - "poke_237": "Hitmontop", - "poke_238": "Smoochum", - "poke_239": "Elekid", - "poke_240": "Magby", - "poke_241": "Miltank", - "poke_242": "Blissey", - "poke_243": "Raikou", - "poke_244": "Entei", - "poke_245": "Suicune", - "poke_246": "Larvitar", - "poke_247": "Pupitar", - "poke_248": "Tyranitar", - "poke_248_e1": "Mega Tyranitar", - "poke_249": "Lugia", - "poke_250": "Ho-Oh", - "poke_251": "Celebi", - "poke_252": "Treecko", - "poke_253": "Grovyle", - "poke_254": "Sceptile", - "poke_254_e1": "Mega Sceptile", - "poke_255": "Torchic", - "poke_256": "Combusken", - "poke_257": "Blaziken", - "poke_257_e1": "Mega Blaziken", - "poke_258": "Mudkip", - "poke_259": "Marshtomp", - "poke_260": "Swampert", - "poke_260_e1": "Mega Swampert", - "poke_261": "Poochyena", - "poke_262": "Mightyena", - "poke_263": "Zigzagoon", - "poke_264": "Linoone", - "poke_265": "Wurmple", - "poke_266": "Silcoon", - "poke_267": "Beautifly", - "poke_268": "Cascoon", - "poke_269": "Dustox", - "poke_270": "Lotad", - "poke_271": "Lombre", - "poke_272": "Ludicolo", - "poke_273": "Seedot", - "poke_274": "Nuzleaf", - "poke_275": "Shiftry", - "poke_276": "Taillow", - "poke_277": "Swellow", - "poke_278": "Wingull", - "poke_279": "Pelipper", - "poke_280": "Ralts", - "poke_281": "Kirlia", - "poke_282": "Gardevoir", - "poke_282_e1": "Mega Gardevoir", - "poke_283": "Surskit", - "poke_284": "Masquerain", - "poke_285": "Shroomish", - "poke_286": "Breloom", - "poke_287": "Slakoth", - "poke_288": "Vigoroth", - "poke_289": "Slaking", - "poke_290": "Nincada", - "poke_291": "Ninjask", - "poke_292": "Shedinja", - "poke_293": "Whismur", - "poke_294": "Loudred", - "poke_295": "Exploud", - "poke_296": "Makuhita", - "poke_297": "Hariyama", - "poke_298": "Azurill", - "poke_299": "Nosepass", - "poke_300": "Skitty", - "poke_301": "Delcatty", - "poke_302": "Sableye", - "poke_302_e1": "Mega Sableye", - "poke_303": "Mawile", - "poke_303_e1": "Mega Mawile", - "poke_304": "Aron", - "poke_305": "Lairon", - "poke_306": "Aggron", - "poke_306_e1": "Mega Aggron", - "poke_307": "Meditite", - "poke_308": "Medicham", - "poke_308_e1": "Mega Medicham", - "poke_309": "Electrike", - "poke_310": "Manectric", - "poke_310_e1": "Mega Manectric", - "poke_311": "Plusle", - "poke_312": "Minun", - "poke_313": "Volbeat", - "poke_314": "Illumise", - "poke_315": "Roselia", - "poke_316": "Gulpin", - "poke_317": "Swalot", - "poke_318": "Carvanha", - "poke_319": "Sharpedo", - "poke_319_e1": "Mega Sharpedo", - "poke_320": "Wailmer", - "poke_321": "Wailord", - "poke_322": "Numel", - "poke_323": "Camerupt", - "poke_323_e1": "Mega Camerupt", - "poke_324": "Torkoal", - "poke_325": "Spoink", - "poke_326": "Grumpig", - "poke_327": "Spinda", - "poke_328": "Trapinch", - "poke_329": "Vibrava", - "poke_330": "Flygon", - "poke_331": "Cacnea", - "poke_332": "Cacturne", - "poke_333": "Swablu", - "poke_334": "Altaria", - "poke_334_e1": "Mega Altaria", - "poke_335": "Zangoose", - "poke_336": "Seviper", - "poke_337": "Lunatone", - "poke_338": "Solrock", - "poke_339": "Barboach", - "poke_340": "Whiscash", - "poke_341": "Corphish", - "poke_342": "Crawdaunt", - "poke_343": "Baltoy", - "poke_344": "Claydol", - "poke_345": "Lileep", - "poke_346": "Cradily", - "poke_347": "Anorith", - "poke_348": "Armaldo", - "poke_349": "Feebas", - "poke_350": "Milotic", - "poke_351": "Castform", - "poke_352": "Kecleon", - "poke_353": "Shuppet", - "poke_354": "Banette", - "poke_354_e1": "Mega Banette", - "poke_355": "Duskull", - "poke_356": "Dusclops", - "poke_357": "Tropius", - "poke_358": "Chimecho", - "poke_359": "Absol", - "poke_359_e1": "Mega Absol", - "poke_360": "Wynaut", - "poke_361": "Snorunt", - "poke_362": "Glalie", - "poke_362_e1": "Mega Glalie", - "poke_363": "Spheal", - "poke_364": "Sealeo", - "poke_365": "Walrein", - "poke_366": "Clamperl", - "poke_367": "Huntail", - "poke_368": "Gorebyss", - "poke_369": "Relicanth", - "poke_370": "Luvdisc", - "poke_371": "Bagon", - "poke_372": "Shelgon", - "poke_373": "Salamence", - "poke_373_e1": "Mega Salamence", - "poke_374": "Beldum", - "poke_375": "Metang", - "poke_376": "Metagross", - "poke_376_e1": "Mega Metagross", - "poke_377": "Regirock", - "poke_378": "Regice", - "poke_379": "Registeel", - "poke_380": "Latias", - "poke_380_e1": "Mega Latias", - "poke_381": "Latios", - "poke_381_e1": "Mega Latios", - "poke_382": "Kyogre", - "poke_383": "Groudon", - "poke_384": "Rayquaza", - "poke_384_e1": "Mega Rayquaza", - "poke_385": "Jirachi", - "poke_386": "Deoxys", - "poke_387": "Turtwig", - "poke_388": "Grotle", - "poke_389": "Torterra", - "poke_390": "Chimchar", - "poke_391": "Monferno", - "poke_392": "Infernape", - "poke_393": "Piplup", - "poke_394": "Prinplup", - "poke_395": "Empoleon", - "poke_396": "Starly", - "poke_397": "Staravia", - "poke_398": "Staraptor", - "poke_399": "Bidoof", - "poke_400": "Bibarel", - "poke_401": "Kricketot", - "poke_402": "Kricketune", - "poke_403": "Shinx", - "poke_404": "Luxio", - "poke_405": "Luxray", - "poke_406": "Budew", - "poke_407": "Roserade", - "poke_408": "Cranidos", - "poke_409": "Rampardos", - "poke_410": "Shieldon", - "poke_411": "Bastiodon", - "poke_412": "Burmy", - "poke_413": "Wormadam", - "poke_414": "Mothim", - "poke_415": "Combee", - "poke_416": "Vespiquen", - "poke_417": "Pachirisu", - "poke_418": "Buizel", - "poke_419": "Floatzel", - "poke_420": "Cherubi", - "poke_421": "Cherrim", - "poke_422": "Shellos", - "poke_423": "Gastrodon", - "poke_424": "Ambipom", - "poke_425": "Drifloon", - "poke_426": "Drifblim", - "poke_427": "Buneary", - "poke_428": "Lopunny", - "poke_428_e1": "Mega Lopunny", - "poke_429": "Mismagius", - "poke_430": "Honchkrow", - "poke_431": "Glameow", - "poke_432": "Purugly", - "poke_433": "Chingling", - "poke_434": "Stunky", - "poke_435": "Skuntank", - "poke_436": "Bronzor", - "poke_437": "Bronzong", - "poke_438": "Bonsly", - "poke_439": "Mime Jr.", - "poke_440": "Happiny", - "poke_441": "Chatot", - "poke_442": "Spiritomb", - "poke_443": "Gible", - "poke_444": "Gabite", - "poke_445": "Garchomp", - "poke_445_e1": "Mega Garchomp", - "poke_446": "Munchlax", - "poke_447": "Riolu", - "poke_448": "Lucario", - "poke_448_e1": "Mega Lucario", - "poke_449": "Hippopotas", - "poke_450": "Hippowdon", - "poke_451": "Skorupi", - "poke_452": "Drapion", - "poke_453": "Croagunk", - "poke_454": "Toxicroak", - "poke_455": "Carnivine", - "poke_456": "Finneon", - "poke_457": "Lumineon", - "poke_458": "Mantyke", - "poke_459": "Snover", - "poke_460": "Abomasnow", - "poke_460_e1": "Mega Abomasnow", - "poke_461": "Weavile", - "poke_462": "Magnezone", - "poke_463": "Lickilicky", - "poke_464": "Rhyperior", - "poke_465": "Tangrowth", - "poke_466": "Electivire", - "poke_467": "Magmortar", - "poke_468": "Togekiss", - "poke_469": "Yanmega", - "poke_470": "Leafeon", - "poke_471": "Glaceon", - "poke_472": "Gliscor", - "poke_473": "Mamoswine", - "poke_474": "Porygon-Z", - "poke_475": "Gallade", - "poke_475_e1": "Mega Gallade", - "poke_476": "Probopass", - "poke_477": "Dusknoir", - "poke_478": "Froslass", - "poke_479": "Rotom", - "poke_480": "Uxie", - "poke_481": "Mesprit", - "poke_482": "Azelf", - "poke_483": "Dialga", - "poke_484": "Palkia", - "poke_485": "Heatran", - "poke_486": "Regigigas", - "poke_487": "Giratina", - "poke_488": "Cresselia", - "poke_489": "Phione", - "poke_490": "Manaphy", - "poke_491": "Darkrai", - "poke_492": "Shaymin", - "poke_493": "Arceus", - "poke_494": "Victini", - "poke_495": "Snivy", - "poke_496": "Servine", - "poke_497": "Serperior", - "poke_498": "Tepig", - "poke_499": "Pignite", - "poke_500": "Emboar", - "poke_501": "Oshawott", - "poke_502": "Dewott", - "poke_503": "Samurott", - "poke_504": "Patrat", - "poke_505": "Watchog", - "poke_506": "Lillipup", - "poke_507": "Herdier", - "poke_508": "Stoutland", - "poke_509": "Purrloin", - "poke_510": "Liepard", - "poke_511": "Pansage", - "poke_512": "Simisage", - "poke_513": "Pansear", - "poke_514": "Simisear", - "poke_515": "Panpour", - "poke_516": "Simipour", - "poke_517": "Munna", - "poke_518": "Musharna", - "poke_519": "Pidove", - "poke_520": "Tranquill", - "poke_521": "Unfezant", - "poke_522": "Blitzle", - "poke_523": "Zebstrika", - "poke_524": "Roggenrola", - "poke_525": "Boldore", - "poke_526": "Gigalith", - "poke_527": "Woobat", - "poke_528": "Swoobat", - "poke_529": "Drilbur", - "poke_530": "Excadrill", - "poke_531": "Audino", - "poke_531_e1": "Mega Audino", - "poke_532": "Timburr", - "poke_533": "Gurdurr", - "poke_534": "Conkeldurr", - "poke_535": "Tympole", - "poke_536": "Palpitoad", - "poke_537": "Seismitoad", - "poke_538": "Throh", - "poke_539": "Sawk", - "poke_540": "Sewaddle", - "poke_541": "Swadloon", - "poke_542": "Leavanny", - "poke_543": "Venipede", - "poke_544": "Whirlipede", - "poke_545": "Scolipede", - "poke_546": "Cottonee", - "poke_547": "Whimsicott", - "poke_548": "Petilil", - "poke_549": "Lilligant", - "poke_550": "Basculin", - "poke_551": "Sandile", - "poke_552": "Krokorok", - "poke_553": "Krookodile", - "poke_554": "Darumaka", - "poke_555": "Darmanitan", - "poke_556": "Maractus", - "poke_557": "Dwebble", - "poke_558": "Crustle", - "poke_559": "Scraggy", - "poke_560": "Scrafty", - "poke_561": "Sigilyph", - "poke_562": "Yamask", - "poke_563": "Cofagrigus", - "poke_564": "Tirtouga", - "poke_565": "Carracosta", - "poke_566": "Archen", - "poke_567": "Archeops", - "poke_568": "Trubbish", - "poke_569": "Garbodor", - "poke_570": "Zorua", - "poke_571": "Zoroark", - "poke_572": "Minccino", - "poke_573": "Cinccino", - "poke_574": "Gothita", - "poke_575": "Gothorita", - "poke_576": "Gothitelle", - "poke_577": "Solosis", - "poke_578": "Duosion", - "poke_579": "Reuniclus", - "poke_580": "Ducklett", - "poke_581": "Swanna", - "poke_582": "Vanillite", - "poke_583": "Vanillish", - "poke_584": "Vanilluxe", - "poke_585": "Deerling", - "poke_586": "Sawsbuck", - "poke_587": "Emolga", - "poke_588": "Karrablast", - "poke_589": "Escavalier", - "poke_590": "Foongus", - "poke_591": "Amoonguss", - "poke_592": "Frillish", - "poke_593": "Jellicent", - "poke_594": "Alomomola", - "poke_595": "Joltik", - "poke_596": "Galvantula", - "poke_597": "Ferroseed", - "poke_598": "Ferrothorn", - "poke_599": "Klink", - "poke_600": "Klang", - "poke_601": "Klinklang", - "poke_602": "Tynamo", - "poke_603": "Eelektrik", - "poke_604": "Eelektross", - "poke_605": "Elgyem", - "poke_606": "Beheeyem", - "poke_607": "Litwick", - "poke_608": "Lampent", - "poke_609": "Chandelure", - "poke_610": "Axew", - "poke_611": "Fraxure", - "poke_612": "Haxorus", - "poke_613": "Cubchoo", - "poke_614": "Beartic", - "poke_615": "Cryogonal", - "poke_616": "Shelmet", - "poke_617": "Accelgor", - "poke_618": "Stunfisk", - "poke_619": "Mienfoo", - "poke_620": "Mienshao", - "poke_621": "Druddigon", - "poke_622": "Golett", - "poke_623": "Golurk", - "poke_624": "Pawniard", - "poke_625": "Bisharp", - "poke_626": "Bouffalant", - "poke_627": "Rufflet", - "poke_628": "Braviary", - "poke_629": "Vullaby", - "poke_630": "Mandibuzz", - "poke_631": "Heatmor", - "poke_632": "Durant", - "poke_633": "Deino", - "poke_634": "Zweilous", - "poke_635": "Hydreigon", - "poke_636": "Larvesta", - "poke_637": "Volcarona", - "poke_638": "Cobalion", - "poke_639": "Terrakion", - "poke_640": "Virizion", - "poke_641": "Tornadus", - "poke_642": "Thundurus", - "poke_643": "Reshiram", - "poke_644": "Zekrom", - "poke_645": "Landorus", - "poke_646": "Kyurem", - "poke_647": "Keldeo", - "poke_648": "Meloetta", - "poke_649": "Genesect", - "poke_650": "Chespin", - "poke_651": "Quilladin", - "poke_652": "Chesnaught", - "poke_653": "Fennekin", - "poke_654": "Braixen", - "poke_655": "Delphox", - "poke_656": "Froakie", - "poke_657": "Frogadier", - "poke_658": "Greninja", - "poke_659": "Bunnelby", - "poke_660": "Diggersby", - "poke_661": "Fletchling", - "poke_662": "Fletchinder", - "poke_663": "Talonflame", - "poke_664": "Scatterbug", - "poke_665": "Spewpa", - "poke_666": "Vivillon", - "poke_667": "Litleo", - "poke_668": "Pyroar", - "poke_669": "Flabébé", - "poke_670": "Floette", - "poke_671": "Florges", - "poke_672": "Skiddo", - "poke_673": "Gogoat", - "poke_674": "Pancham", - "poke_675": "Pangoro", - "poke_676": "Furfrou", - "poke_677": "Espurr", - "poke_678": "Meowstic", - "poke_679": "Honedge", - "poke_680": "Doublade", - "poke_681": "Aegislash", - "poke_682": "Spritzee", - "poke_683": "Aromatisse", - "poke_684": "Swirlix", - "poke_685": "Slurpuff", - "poke_686": "Inkay", - "poke_687": "Malamar", - "poke_688": "Binacle", - "poke_689": "Barbaracle", - "poke_690": "Skrelp", - "poke_691": "Dragalge", - "poke_692": "Clauncher", - "poke_693": "Clawitzer", - "poke_694": "Helioptile", - "poke_695": "Heliolisk", - "poke_696": "Tyrunt", - "poke_697": "Tyrantrum", - "poke_698": "Amaura", - "poke_699": "Aurorus", - "poke_700": "Sylveon", - "poke_701": "Hawlucha", - "poke_702": "Dedenne", - "poke_703": "Carbink", - "poke_704": "Goomy", - "poke_705": "Sliggoo", - "poke_706": "Goodra", - "poke_707": "Klefki", - "poke_708": "Phantump", - "poke_709": "Trevenant", - "poke_710": "Pumpkaboo", - "poke_711": "Gourgeist", - "poke_712": "Bergmite", - "poke_713": "Avalugg", - "poke_714": "Noibat", - "poke_715": "Noivern", - "poke_716": "Xerneas", - "poke_717": "Yveltal", - "poke_718": "Zygarde", - "poke_719": "Diancie", - "poke_719_e1": "Mega Diancie", - "poke_720": "Hoopa", - "poke_721": "Volcanion", - "poke_722": "Rowlet", - "poke_723": "Dartrix", - "poke_724": "Decidueye", - "poke_725": "Litten", - "poke_726": "Torracat", - "poke_727": "Incineroar", - "poke_728": "Popplio", - "poke_729": "Brionne", - "poke_730": "Primarina", - "poke_731": "Pikipek", - "poke_732": "Trumbeak", - "poke_733": "Toucannon", - "poke_734": "Yungoos", - "poke_735": "Gumshoos", - "poke_736": "Grubbin", - "poke_737": "Charjabug", - "poke_738": "Vikavolt", - "poke_739": "Crabrawler", - "poke_740": "Crabominable", - "poke_741": "Oricorio", - "poke_742": "Cutiefly", - "poke_743": "Ribombee", - "poke_744": "Rockruff", - "poke_745": "Lycanroc", - "poke_746": "Wishiwashi", - "poke_747": "Mareanie", - "poke_748": "Toxapex", - "poke_749": "Mudbray", - "poke_750": "Mudsdale", - "poke_751": "Dewpider", - "poke_752": "Araquanid", - "poke_753": "Fomantis", - "poke_754": "Lurantis", - "poke_755": "Morelull", - "poke_756": "Shiinotic", - "poke_757": "Salandit", - "poke_758": "Salazzle", - "poke_759": "Stufful", - "poke_760": "Bewear", - "poke_761": "Bounsweet", - "poke_762": "Steenee", - "poke_763": "Tsareena", - "poke_764": "Comfey", - "poke_765": "Oranguru", - "poke_766": "Passimian", - "poke_767": "Wimpod", - "poke_768": "Golisopod", - "poke_769": "Sandygast", - "poke_770": "Palossand", - "poke_771": "Pyukumuku", - "poke_772": "Type: Null", - "poke_773": "Silvally", - "poke_774": "Minior", - "poke_775": "Komala", - "poke_776": "Turtonator", - "poke_777": "Togedemaru", - "poke_778": "Mimikyu", - "poke_779": "Bruxish", - "poke_780": "Drampa", - "poke_781": "Dhelmise", - "poke_782": "Jangmo-o", - "poke_783": "Hakamo-o", - "poke_784": "Kommo-o", - "poke_785": "Tapu Koko", - "poke_786": "Tapu Lele", - "poke_787": "Tapu Bulu", - "poke_788": "Tapu Fini", - "poke_789": "Cosmog", - "poke_790": "Cosmoem", - "poke_791": "Solgaleo", - "poke_792": "Lunala", - "poke_793": "Nihilego", - "poke_794": "Buzzwole", - "poke_795": "Pheromosa", - "poke_796": "Xurkitree", - "poke_797": "Celesteela", - "poke_798": "Kartana", - "poke_799": "Guzzlord", - "poke_800": "Necrozma", - "poke_801": "Magearna", - "poke_802": "Marshadow", - "poke_803": "Poipole", - "poke_804": "Naganadel", - "poke_805": "Stakataka", - "poke_806": "Blacephalon", - "poke_807": "Zeraora", - "poke_808": "Meltan", - "poke_809": "Melmetal", - "poke_810": "Grookey", - "poke_811": "Thwackey", - "poke_812": "Rillaboom", - "poke_813": "Scorbunny", - "poke_814": "Raboot", - "poke_815": "Cinderace", - "poke_816": "Sobble", - "poke_817": "Drizzile", - "poke_818": "Inteleon", - "poke_819": "Skwovet", - "poke_820": "Greedent", - "poke_821": "Rookidee", - "poke_822": "Corvisquire", - "poke_823": "Corviknight", - "poke_824": "Blipbug", - "poke_825": "Dottler", - "poke_826": "Orbeetle", - "poke_827": "Nickit", - "poke_828": "Thievul", - "poke_829": "Gossifleur", - "poke_830": "Eldegoss", - "poke_831": "Wooloo", - "poke_832": "Dubwool", - "poke_833": "Chewtle", - "poke_834": "Drednaw", - "poke_835": "Yamper", - "poke_836": "Boltund", - "poke_837": "Rolycoly", - "poke_838": "Carkol", - "poke_839": "Coalossal", - "poke_840": "Applin", - "poke_841": "Flapple", - "poke_842": "Appletun", - "poke_843": "Silicobra", - "poke_844": "Sandaconda", - "poke_845": "Cramorant", - "poke_846": "Arrokuda", - "poke_847": "Barraskewda", - "poke_848": "Toxel", - "poke_849": "Toxtricity", - "poke_850": "Sizzlipede", - "poke_851": "Centiskorch", - "poke_852": "Clobbopus", - "poke_853": "Grapploct", - "poke_854": "Sinistea", - "poke_855": "Polteageist", - "poke_856": "Hatenna", - "poke_857": "Hattrem", - "poke_858": "Hatterene", - "poke_859": "Impidimp", - "poke_860": "Morgrem", - "poke_861": "Grimmsnarl", - "poke_862": "Obstagoon", - "poke_863": "Perrserker", - "poke_864": "Cursola", - "poke_865": "Sirfetch'd", - "poke_866": "Mr. Rime", - "poke_867": "Runerigus", - "poke_868": "Milcery", - "poke_869": "Alcremie", - "poke_870": "Falinks", - "poke_871": "Pincurchin", - "poke_872": "Snom", - "poke_873": "Frosmoth", - "poke_874": "Stonjourner", - "poke_875": "Eiscue", - "poke_876": "Indeedee", - "poke_877": "Morpeko", - "poke_878": "Cufant", - "poke_879": "Copperajah", - "poke_880": "Dracozolt", - "poke_881": "Arctozolt", - "poke_882": "Dracovish", - "poke_883": "Arctovish", - "poke_884": "Duraludon", - "poke_885": "Dreepy", - "poke_886": "Drakloak", - "poke_887": "Dragapult", - "poke_888": "Zacian", - "poke_889": "Zamazenta", - "poke_890": "Eternatus", - "poke_891": "Kubfu", - "poke_892": "Urshifu", - "poke_893": "Zarude", - "poke_894": "Regieleki", - "poke_895": "Regidrago", - "poke_896": "Glastrier", - "poke_897": "Spectrier", - "poke_898": "Calyrex", - "poke_899": "Wyrdeer", - "poke_900": "Kleavor", - "poke_901": "Ursaluna", - "poke_902": "Basculegion", - "poke_903": "Sneasler", - "poke_904": "Overqwil", - "poke_905": "Enamorus", - "poke_906": "Sprigatito", - "poke_907": "Floragato", - "poke_908": "Meowscarada", - "poke_909": "Fuecoco", - "poke_910": "Crocalor", - "poke_911": "Skeledirge", - "poke_912": "Quaxly", - "poke_913": "Quaxwell", - "poke_914": "Quaquaval", - "poke_915": "Lechonk", - "poke_916": "Oinkologne", - "poke_917": "Tarountula", - "poke_918": "Spidops", - "poke_919": "Nymble", - "poke_920": "Lokix", - "poke_921": "Pawmi", - "poke_922": "Pawmo", - "poke_923": "Pawmot", - "poke_924": "Tandemaus", - "poke_925": "Maushold", - "poke_926": "Fidough", - "poke_927": "Dachsbun", - "poke_928": "Smoliv", - "poke_929": "Dolliv", - "poke_930": "Arboliva", - "poke_931": "Squawkabilly", - "poke_932": "Nacli", - "poke_933": "Naclstack", - "poke_934": "Garganacl", - "poke_935": "Charcadet", - "poke_936": "Armarouge", - "poke_937": "Ceruledge", - "poke_938": "Tadbulb", - "poke_939": "Bellibolt", - "poke_940": "Wattrel", - "poke_941": "Kilowattrel", - "poke_942": "Maschiff", - "poke_943": "Mabosstiff", - "poke_944": "Shroodle", - "poke_945": "Grafaiai", - "poke_946": "Bramblin", - "poke_947": "Brambleghast", - "poke_948": "Toedscool", - "poke_949": "Toedscruel", - "poke_950": "Klawf", - "poke_951": "Capsakid", - "poke_952": "Scovillain", - "poke_953": "Rellor", - "poke_954": "Rabsca", - "poke_955": "Flittle", - "poke_956": "Espathra", - "poke_957": "Tinkatink", - "poke_958": "Tinkatuff", - "poke_959": "Tinkaton", - "poke_960": "Wiglett", - "poke_961": "Wugtrio", - "poke_962": "Bombirdier", - "poke_963": "Finizen", - "poke_964": "Palafin", - "poke_965": "Varoom", - "poke_966": "Revavroom", - "poke_967": "Cyclizar", - "poke_968": "Orthworm", - "poke_969": "Glimmet", - "poke_970": "Glimmora", - "poke_971": "Greavard", - "poke_972": "Houndstone", - "poke_973": "Flamigo", - "poke_974": "Cetoddle", - "poke_975": "Cetitan", - "poke_976": "Veluza", - "poke_977": "Dondozo", - "poke_978": "Tatsugiri", - "poke_979": "Annihilape", - "poke_980": "Clodsire", - "poke_981": "Farigiraf", - "poke_982": "Dudunsparce", - "poke_983": "Kingambit", - "poke_984": "Great Tusk", - "poke_985": "Scream Tail", - "poke_986": "Brute Bonnet", - "poke_987": "Flutter Mane", - "poke_988": "Slither Wing", - "poke_989": "Sandy Shocks", - "poke_990": "Iron Treads", - "poke_991": "Iron Bundle", - "poke_992": "Iron Hands", - "poke_993": "Iron Jugulis", - "poke_994": "Iron Moth", - "poke_995": "Iron Thorns", - "poke_996": "Frigibax", - "poke_997": "Arctibax", - "poke_998": "Baxcalibur", - "poke_999": "Gimmighoul", - "poke_1000": "Gholdengo", - "poke_1001": "Wo-Chien", - "poke_1002": "Chien-Pao", - "poke_1003": "Ting-Lu", - "poke_1004": "Chi-Yu", - "poke_1005": "Roaring Moon", - "poke_1006": "Iron Valiant", - "poke_1007": "Koraidon", - "poke_1008": "Miraidon", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "None", - "poke_type_1": "Normal", - "poke_type_2": "Fighting", - "poke_type_3": "Flying", - "poke_type_4": "Poison", - "poke_type_5": "Ground", - "poke_type_6": "Rock", - "poke_type_7": "Bug", - "poke_type_8": "Ghost", - "poke_type_9": "Steel", - "poke_type_10": "Fire", - "poke_type_11": "Water", - "poke_type_12": "Grass", - "poke_type_13": "Electric", - "poke_type_14": "Psychic", - "poke_type_15": "Ice", - "poke_type_16": "Dragon", - "poke_type_17": "Dark", - "poke_type_18": "Fairy", - "purified": "Purified", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "Walk {{amount}} km with your buddy", - "quest_catch_type_dark_plural": "Catch {{amount}} Dark-type Pokémon", - "quest_catch_type_dragon_plural": "Catch {{amount}} Dragon-type Pokémon", - "quest_catch_type_poison_plural": "Catch {{amount}} Poison-type Pokémon", - "quest_catch_type_psychic_plural": "Catch {{amount}} Psychic-type Pokémon", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "Defeat {{amount}} Ghost-type Pokémon", - "quest_fight_type_ghost_psychic_plural": "Defeat {{amount}} Psychic- or Ghost-type Pokémon", - "quest_fight_type_psychic_plural": "Defeat {{amount}} Psychic-type Pokémon", - "quest_incense_singular": "Use an Incense", - "quest_land_excellent_plural": "Make {{amount}} Excellent Throws", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "Battle a team leader {{amount_0}} times", - "quest_title_challenge_2019_battle_trainer": "Battle another Trainer", - "quest_title_challenge_2019_battle_trainer_plural": "Battle another Trainer {{amount_0}} times", - "quest_title_challenge_2019_battle_trainer_win": "Win against another Trainer {{amount_0}} times", - "quest_title_challenge_2019_snapshot_eevee": "Take {{amount_0}} snapshots of Eevee", - "quest_title_challenge_2019_snapshot_loudred": "Take a snapshot of Loudred", - "quest_title_challenge_2019_snapshot_pkmn": "Take {{amount_0}} snapshots of Jirachi", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "Take {{amount_0}} snapshots of Fairy-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_flying": "Take {{amount_0}} snapshots of Flying-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "Take {{amount_0}} snapshots of Ghost-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_grass": "Take {{amount_0}} snapshots of Grass-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_ground": "Take {{amount_0}} snapshots of Ground-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_ice": "Take {{amount_0}} snapshots of Ice-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_normal": "Take {{amount_0}} snapshots of Normal-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "Take {{amount_0}} snapshots of Psychic-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Take {{amount_0}} snapshots of Psychic- or Steel-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_steel": "Take {{amount_0}} snapshots of Steel-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_water": "Take {{amount_0}} snapshots of Water-type Pokémon", - "quest_title_challenge_2019_trade_distance": "Trade for 3 Pokémon from at least 100 km away", - "quest_title_challenge_available": "A new challenge is available!", - "quest_title_challenge_battle_gbl_win_all": "Win in the GO Battle League", - "quest_title_challenge_battle_trainer_great": "Battle another Trainer in the Great League", - "quest_title_challenge_buddy_affection_plural": "Earn {{amount_0}} hearts with your buddy", - "quest_title_challenge_buddy_affection_single": "Earn a heart with your buddy", - "quest_title_challenge_buddy_battle_plural": "Battle alongside your buddy {{amount_0}} times while it’s adventuring with you", - "quest_title_challenge_buddy_battle_single": "Battle alongside your buddy while it’s adventuring with you", - "quest_title_challenge_buddy_emotion_plural": "Get your buddy excited {{amount_0}} times", - "quest_title_challenge_buddy_emotion_single": "Get your buddy excited", - "quest_title_challenge_buddy_level_best_plural": "Reach Best Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_best_single": "Reach Best Buddy with a Pokémon", - "quest_title_challenge_buddy_level_good_plural": "Reach Good Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_good_single": "Reach Good Buddy with a Pokémon", - "quest_title_challenge_buddy_level_great_plural": "Reach Great Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_great_single": "Reach Great Buddy with a Pokémon", - "quest_title_challenge_buddy_level_plural": "Increase the Buddy Level of Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_single": "Increase the Buddy Level of a Pokémon", - "quest_title_challenge_buddy_level_ultra_plural": "Reach Ultra Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_ultra_single": "Reach Ultra Buddy with a Pokémon", - "quest_title_challenge_buddy_play_plural": "Play with your buddy {{amount_0}} times", - "quest_title_challenge_buddy_play_single": "Play with your buddy", - "quest_title_challenge_buddy_poi_plural": "Visit interesting locations pointed out by your buddy {{amount_0}} times", - "quest_title_challenge_buddy_poi_single": "Visit an interesting location pointed out by your buddy", - "quest_title_challenge_buddy_snapshot_plural": "Take {{amount_0}} snapshots of your buddy", - "quest_title_challenge_buddy_snapshot_single": "Take a snapshot of your buddy", - "quest_title_challenge_buddy_treat_plural": "Give your buddy {{amount_0}} treats", - "quest_title_challenge_buddy_treat_single": "Give your buddy a treat", - "quest_title_challenge_catch_legendary": "Catch a Legendary Pokémon from a Field Research Breakthrough or raid", - "quest_title_challenge_catch_unique_any": "Catch {{amount_0}} different species of Pokémon", - "quest_title_challenge_snapshot_bidoof": "Take a snapshot of Bidoof", - "quest_title_challenge_snapshot_dratini_singular": "Take a snapshot of Dratini", - "quest_title_challenge_snapshot_eevee": "Take a snapshot of Eevee", - "quest_title_challenge_snapshot_pkmn_bug": "Take {{amount_0}} snapshots of Bug-type Pokémon", - "quest_title_challenge_snapshot_pkmn_bug_single": "Take a snapshot of a Bug-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dark": "Take {{amount_0}} snapshots of Dark-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dark_single": "Take a snapshot of a Dark-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dragon": "Take {{amount_0}} snapshots of Dragon-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dragon_single": "Take a snapshot of a Dragon-type Pokémon", - "quest_title_challenge_snapshot_pkmn_electric": "Take {{amount_0}} snapshots of Electric-type Pokémon", - "quest_title_challenge_snapshot_pkmn_electric_single": "Take a snapshot of an Electric-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fairy_single": "Take a snapshot of a Fairy-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fighting": "Take {{amount_0}} snapshots of Fighting-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fighting_single": "Take a snapshot of a Fighting-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fire": "Take {{amount_0}} snapshots of Fire-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fire_single": "Take a snapshot of a Fire-type Pokémon", - "quest_title_challenge_snapshot_pkmn_flying_single": "Take a snapshot of a Flying-type Pokémon", - "quest_title_challenge_snapshot_pkmn_ghost_single": "Take a snapshot of a Ghost-type Pokémon", - "quest_title_challenge_snapshot_pkmn_grass_single": "Take a snapshot of a Grass-type Pokémon", - "quest_title_challenge_snapshot_pkmn_ground_single": "Take a snapshot of a Ground-type Pokémon", - "quest_title_challenge_snapshot_pkmn_ice_single": "Take a snapshot of an Ice-type Pokémon", - "quest_title_challenge_snapshot_pkmn_normal_single": "Take a snapshot of a Normal-type Pokémon", - "quest_title_challenge_snapshot_pkmn_poison": "Take {{amount_0}} snapshots of Poison-type Pokémon", - "quest_title_challenge_snapshot_pkmn_poison_single": "Take a snapshot of a Poison-type Pokémon", - "quest_title_challenge_snapshot_pkmn_psychic_single": "Take a snapshot of a Psychic-type Pokémon", - "quest_title_challenge_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", - "quest_title_challenge_snapshot_pkmn_rock_single": "Take a snapshot of a Rock-type Pokémon", - "quest_title_challenge_snapshot_pkmn_steel_single": "Take a snapshot of a Steel-type Pokémon", - "quest_title_challenge_snapshot_pkmn_water_single": "Take a snapshot of a Water-type Pokémon", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Take a snapshot of Blitzle in the wild", - "quest_title_challenge_snapshot_wild_glameow_singular": "Take a snapshot of Glameow in the wild", - "quest_title_geotarget_quest_description": "Scan {{amount_0}}", - "quest_title_quest_achieve_lvl_40": "Reach level 40", - "quest_title_quest_adventure_effect_activate_plural": "Activate an Adventure Effect {{amount_0}} times", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Activate Roar of Time’s Adventure Effect {{amount_0}} times", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Activate Roar of Time’s Adventure Effect", - "quest_title_quest_adventure_effect_activate_singular": "Activate an Adventure Effect", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Activate Spacial Rend’s Adventure Effect {{amount_0}} times", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Activate Spacial Rend’s Adventure Effect", - "quest_title_quest_adventure_evolve_singular": "Adventure Week: Evolve an Omanyte or Kabuto", - "quest_title_quest_adventure_hatch_egg_plural": "Adventure Week: Hatch {{amount_0}} Eggs", - "quest_title_quest_adventure_visit_pokestop_new_plural": "Adventure Week: Spin {{amount_0}} PokéStops you haven't visited before", - "quest_title_quest_adventure_walk_buddy_plural": "Adventure Week: Earn {{amount_0}} Candies walking with your buddy", - "quest_title_quest_adventure2019_catch_special33_plural": "Adventure Week 2019: Catch {{amount_0}} Aron", - "quest_title_quest_adventure2019_evolve_singular": "Adventure Week 2019: Evolve a Lileep or Anorith", - "quest_title_quest_adventure2019_hatch_egg_plural": "Adventure Week 2019: Hatch {{amount_0}} Eggs", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Adventure Week 2019: Spin {{amount_0}} PokéStops you haven’t visited before", - "quest_title_quest_adventure2019_visit_pokestop_plural": "Adventure Week 2019: Spin 25 PokéStops", - "quest_title_quest_adventure2019_walk_buddy_plural": "Adventure Week 2019: Earn {{amount_0}} Candies walking with your buddy", - "quest_title_quest_alodude_catch": "Catch {{amount_0}} Alolan Geodude", - "quest_title_quest_alodude_evolve_a": "Evolve {{amount_0}} Alolan Geodude", - "quest_title_quest_alodude_evolve_b": "Evolve {{amount_0}} Alolan Graveler", - "quest_title_quest_alodude_snap": "Take {{amount_0}} snapshots of Alolan Geodude", - "quest_title_quest_at_catch_a": "Catch {{amount_0}} Abra", - "quest_title_quest_at_evolve_a": "Evolve {{amount_0}} Abra", - "quest_title_quest_at_evolve_k": "Evolve {{amount_0}} Kadabra", - "quest_title_quest_axew_catch_b": "Catch {{amount_0}} Axew", - "quest_title_quest_axew_evolve_b": "Evolve {{amount_0}} Axew", - "quest_title_quest_axew_snapshot_b": "Take a snapshot of {{amount_0}} Axew", - "quest_title_quest_azelf_wild_snap": "Take a snapshot of Azelf in the wild", - "quest_title_quest_bagon_catch_b": "Catch {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_plural": "Evolve {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_singular": "Evolve a Bagon", - "quest_title_quest_bagon_snapshot_b": "Take a snapshot of {{amount_0}} Bagon", - "quest_title_quest_battle_buddy_adventure_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", - "quest_title_quest_battle_buddy_adventure_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", - "quest_title_quest_battle_dangling_reward_toast": "You must complete your current battle before beginning a new battle!", - "quest_title_quest_battle_error_toast": "An error occurred when starting the battle", - "quest_title_quest_battle_gbl_halloween_plural": "Battle in the Halloween Cup {{amount_0}} times", - "quest_title_quest_battle_gbl_halloween_win_plural": "Win {{amount_0}} Trainer Battles in the Halloween Cup", - "quest_title_quest_battle_gbl_plural": "Battle in the GO Battle League {{amount_0}} times", - "quest_title_quest_battle_gbl_singular": "Battle in the GO Battle League", - "quest_title_quest_battle_gbl_win_plural": "Win {{amount_0}} Trainer Battles in the GO Battle League", - "quest_title_quest_battle_gbl_win_singular": "Win a Trainer Battle in the GO Battle League", - "quest_title_quest_battle_great_plural": "Battle another Trainer in the Great League {{amount_0}} times", - "quest_title_quest_battle_great_win_plural": "Win {{amount_0}} Trainer Battles in the Great League", - "quest_title_quest_battle_great_win_singular": "Win a Trainer Battle in the Great League", - "quest_title_quest_battle_gym_plural": "Battle in a Gym {{amount_0}} times", - "quest_title_quest_battle_gym_singular": "Battle in a Gym", - "quest_title_quest_battle_master_win_plural": "Win {{amount_0}} Trainer Battles in the Master League", - "quest_title_quest_battle_master_win_singular": "Win a Trainer Battle in the Master League", - "quest_title_quest_battle_raid_plural": "Battle in {{amount_0}} raids", - "quest_title_quest_battle_raid_singular": "Battle in a raid", - "quest_title_quest_battle_raid_with_friend_plural": "Battle in {{amount_0}} raids with a friend", - "quest_title_quest_battle_raid_with_friend_singular": "Battle in a raid with a friend", - "quest_title_quest_battle_supereffective_charge_plural": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", - "quest_title_quest_battle_supereffective_charge_singular": "Use a supereffective Charged Attack in a Gym battle", - "quest_title_quest_battle_team_rocket_plural": "Battle {{amount_0}} Team GO Rocket members", - "quest_title_quest_battle_team_rocket_singular": "Battle a Team GO Rocket member", - "quest_title_quest_battle_ultra_win_plural": "Win {{amount_0}} Trainer Battles in the Ultra League", - "quest_title_quest_battle_ultra_win_singular": "Win a Trainer Battle in the Ultra League", - "quest_title_quest_battle19_catch_fighting_easy": "Catch {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_battle19_catch_medium_pkmn": "Catch {{amount_0}} Makuhita or Meditite", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Make {{amount_0}} Excellent Throws in a row", - "quest_title_quest_battle19_raid_win_veryhard": "Win {{amount_0}} raids", - "quest_title_quest_battle19_supereffective_charge_hard": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", - "quest_title_quest_battler_appears": "AN OPPONENT APPEARS!", - "quest_title_quest_beat_raid_10_minutes": "Win a raid in under 10 minutes", - "quest_title_quest_beat_raid_60_seconds": "Win a raid in under 60 seconds", - "quest_title_quest_beat_raid_singular_minutes": "Win a raid in under {{amount_0}} minutes", - "quest_title_quest_beat_raid_singular_seconds": "Win a raid in under {{amount_0}} seconds", - "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: Catch {{amount_0}} Pidgey or Rattata", - "quest_title_quest_begins19_evolve_plural": "Pokémon Day: Evolve 1 Meowth", - "quest_title_quest_beldum_catch_b": "Catch {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_plural": "Evolve {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_singular": "Evolve a Beldum", - "quest_title_quest_bellsprout_catch_b": "Catch {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_plural": "Evolve {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_singular": "Evolve a Bellsprout", - "quest_title_quest_bellsprout_snapshot_b": "Take a snapshot of {{amount_0}} Bellsprout", - "quest_title_quest_beluga_evolve_pkmn": "Let’s Go: Evolve {{amount_0}} Anorith", - "quest_title_quest_beluga_excellent_singular": "Let's Go: Make {{amount_0}} Excellent Throw", - "quest_title_quest_beluga_hatch_plural": "Let’s Go: Hatch {{amount_0}} Eggs", - "quest_title_quest_best_buddy_bronze": "Have 1 Best Buddy", - "quest_title_quest_best_buddy_silver": "Have 10 Best Buddies", - "quest_title_quest_bounsweet_catch_b": "Catch {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_plural": "Evolve {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_singular": "Evolve a Bounsweet", - "quest_title_quest_braixen_evolve_b": "Evolve {{amount_0}} Braixen", - "quest_title_quest_breakthrough_completed": "Field Research completed!", - "quest_title_quest_breakthrough_reward_mystery": "Mystery items", - "quest_title_quest_breakthrough_reward_stardust": "Stardust", - "quest_title_quest_brionne_evolve_b_plural": "Evolve {{amount_0}} Brionne", - "quest_title_quest_brionne_evolve_b_singular": "Evolve a Brionne", - "quest_title_quest_buddy_affection_days": "Earn a heart with your buddy on {{amount_0}} different days", - "quest_title_quest_buddy_affection_days_in_a_row": "Earn a heart with your buddy {{amount_0}} days in a row", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", - "quest_title_quest_buddy_souvenir_plural": "Receive {{amount_0}} Souvenirs from your buddy", - "quest_title_quest_buddy_souvenir_singular": "Receive a Souvenir from your buddy", - "quest_title_quest_buddy_walk_km_plural": "Walk {{amount_0}} km with your buddy", - "quest_title_quest_bulbt_catch_b": "Catch {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_b": "Evolve {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_s1": "Evolve {{amount_0}} Ivysaur", - "quest_title_quest_cacnea_catch": "Catch {{amount_0}} Cacnea", - "quest_title_quest_catch_151": "Catch 151 Pokémon", - "quest_title_quest_catch_b_types_plural": "Catch {{amount_0}} Electric-, Normal-, or Poison-type Pokémon", - "quest_title_quest_catch_basic_types_plural": "Catch {{amount_0}} Grass-, Water-, or Fire-type Pokémon", - "quest_title_quest_catch_berry_any_drifloon": "Use {{amount_0}} Berries to help catch Drifloon", - "quest_title_quest_catch_berry_nanab_drifloon": "Use {{amount_0}} Nanab Berries to help catch Drifloon", - "quest_title_quest_catch_berry_pinap": "Use {{amount_0}} Pinap Berries to help catch Pokémon", - "quest_title_quest_catch_berry_razz": "Use {{amount_0}} Razz Berries to help catch Pokémon", - "quest_title_quest_catch_berry_razz_drifloon": "Use {{amount_0}} Razz Berries to help catch Drifloon", - "quest_title_quest_catch_bronzor_plural": "Catch {{amount_0}} Bronzor", - "quest_title_quest_catch_c_types_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dark-type Pokémon", - "quest_title_quest_catch_carbink_singular": "Catch a Carbink", - "quest_title_quest_catch_celebi_types_plural": "Catch {{amount_0}} Grass- or Psychic-type Pokémon", - "quest_title_quest_catch_costumed_plural": "Catch {{amount_0}} Eevee wearing a sun crown or moon crown", - "quest_title_quest_catch_crabrawler_plural": "Catch {{amount_0}} Crabrawler", - "quest_title_quest_catch_dark_type_plural": "Catch {{amount_0}} Dark-type Pokémon", - "quest_title_quest_catch_darumaka_plural": "Catch {{amount_0}} Darumaka", - "quest_title_quest_catch_daysinarow": "Catch a Pokémon {{amount_0}} days in a row", - "quest_title_quest_catch_dialga": "Catch Dialga", - "quest_title_quest_catch_drifloon": "Catch {{amount_0}} Drifloon", - "quest_title_quest_catch_ducklett_plural": "Catch {{amount_0}} Ducklett", - "quest_title_quest_catch_ducklett_singular": "Catch a Ducklett", - "quest_title_quest_catch_emolga_plural": "Catch {{amount_0}} Emolga", - "quest_title_quest_catch_excellent_curve_drifloon": "Catch {{amount_0}} Drifloon with Excellent Curveball Throws", - "quest_title_quest_catch_excellent_with_berry_drifloon": "Catch {{amount_0}} Drifloon with Excellent Throws after giving them Berries", - "quest_title_quest_catch_feed_plural": "Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_catch_feed_singular": "Use a Berry to help catch a Pokémon", - "quest_title_quest_catch_furfou_singular": "Catch a Furfrou", - "quest_title_quest_catch_groudon_primal_boosted_types": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", - "quest_title_quest_catch_groudon_type": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", - "quest_title_quest_catch_hoenn_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Hoenn region", - "quest_title_quest_catch_in_day_plural": "Catch {{amount_0}} Pokémon in a single day", - "quest_title_quest_catch_jan21_hoenn1_plural": "Catch {{amount_0}} Groudon", - "quest_title_quest_catch_jan21_hoenn2_plural": "Catch {{amount_0}} Kyogre", - "quest_title_quest_catch_johto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Johto region", - "quest_title_quest_catch_kanto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Kanto region", - "quest_title_quest_catch_kyogre_primal_boosted_types": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_kyogre_type": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_legendary_inarow_plural": "Successfully catch the next {{amount_0}} Legendary or Mythical Pokémon you encounter", - "quest_title_quest_catch_legendary_plural": "Catch {{amount_0}} Legendary or Mythical Pokémon", - "quest_title_quest_catch_legendary_singular": "Catch a Legendary or Mythical Pokémon", - "quest_title_quest_catch_lunatone_plural": "Catch {{amount_0}} Lunatone", - "quest_title_quest_catch_luvdisc": "Catch {{amount_0}} Luvdisc", - "quest_title_quest_catch_misc_01_types_plural": "Catch {{amount_0}} Normal-, Water-, or Ice-type Pokémon", - "quest_title_quest_catch_nymble_plural": "Catch {{amount_0}} Nymble", - "quest_title_quest_catch_palkia": "Catch Palkia", - "quest_title_quest_catch_pikachu_plural": "Catch {{amount_0}} Pikachu", - "quest_title_quest_catch_plural_unique": "Catch {{amount_0}} different species of Pokémon", - "quest_title_quest_catch_pokemon_dai_plural": "Use Daily Adventure Incense to help catch {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_days": "Catch a Pokémon on {{amount_0}} different days", - "quest_title_quest_catch_pokemon_great_ball_plural": "Catch {{amount_0}} Pokémon in Great Balls", - "quest_title_quest_catch_pokemon_great_ball_singular": "Catch a Pokémon in a Great Ball", - "quest_title_quest_catch_pokemon_legendary_plural": "Catch {{amount_0}} Legendary Pokémon", - "quest_title_quest_catch_pokemon_legendary_singular": "Catch a Legendary Pokémon", - "quest_title_quest_catch_pokemon_party_plural": "Catch {{amount_0}} Pokémon while in a party", - "quest_title_quest_catch_pokemon_plural": "Catch {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_poke_ball_plural": "Catch {{amount_0}} Pokémon in Poké Balls", - "quest_title_quest_catch_pokemon_poke_ball_singular": "Catch a Pokémon in a Poké Ball", - "quest_title_quest_catch_pokemon_routes_plural": "Catch {{amount_0}} Pokémon while following Routes", - "quest_title_quest_catch_pokemon_routes_singular": "Catch a Pokémon while following a Route", - "quest_title_quest_catch_pokemon_singular": "Catch a Pokémon", - "quest_title_quest_catch_pokemon_task": "Catch Pokémon", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "Catch {{amount_0}} Pokémon in Ultra Balls", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "Catch a Pokémon in an Ultra Ball", - "quest_title_quest_catch_psychic_steel": "Catch {{amount_0}} Psychic- or Steel-type Pokémon", - "quest_title_quest_catch_raid_regi_any": "Catch a Regirock, Regice, or Registeel from a raid", - "quest_title_quest_catch_raid_regi_ice": "Catch a Regice from a raid", - "quest_title_quest_catch_raid_regi_rock": "Catch a Regirock from a raid", - "quest_title_quest_catch_raid_regi_steel": "Catch a Registeel from a raid", - "quest_title_quest_catch_rayquaza_type": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", - "quest_title_quest_catch_sinnoh_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Sinnoh region", - "quest_title_quest_catch_sinnoh_pokemon_singular": "Catch a Pokémon originally discovered in the Sinnoh region", - "quest_title_quest_catch_solrock_plural": "Catch {{amount_0}} Solrock", - "quest_title_quest_catch_special_aerodactyl": "Catch an Aerodactyl", - "quest_title_quest_catch_special_bidoof": "Catch {{amount_0}} Bidoof", - "quest_title_quest_catch_special_chespin": "Catch a Chespin", - "quest_title_quest_catch_special_cottonee": "Catch {{amount_0}} Cottonee", - "quest_title_quest_catch_special_cubone": "Catch a Cubone", - "quest_title_quest_catch_special_exeggcute": "Catch {{amount_0}} Exeggcute", - "quest_title_quest_catch_special_fennekin": "Catch a Fennekin", - "quest_title_quest_catch_special_fletchling": "Catch a Fletchling", - "quest_title_quest_catch_special_froakie": "Catch a Froakie", - "quest_title_quest_catch_special_furfrou": "Catch a Furfrou", - "quest_title_quest_catch_special_jirachi": "Catch Jirachi!", - "quest_title_quest_catch_special_lieep_anorithl": "Catch {{amount_0}} Lileep or Anorith", - "quest_title_quest_catch_special_litleo": "Catch a Litleo", - "quest_title_quest_catch_special_mew": "Catch Mew!", - "quest_title_quest_catch_special_natu": "Catch {{amount_0}} Natu", - "quest_title_quest_catch_special_omanyte_kabuto": "Catch {{amount_0}} Omanyte or Kabuto", - "quest_title_quest_catch_special_pumpkaboo": "Catch {{amount_0}} Pumpkaboo", - "quest_title_quest_catch_special_slugma_gulpin": "Catch {{amount_0}} Slugma or Gulpin", - "quest_title_quest_catch_special_voltorb": "Catch {{amount_0}} Voltorb", - "quest_title_quest_catch_special0_plural": "Catch {{amount_0}} Ditto", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Catch the {{amount_0}} Pokémon on the event list", - "quest_title_quest_catch_special0_singular": "Catch a Ditto", - "quest_title_quest_catch_special1_plural": "Catch {{amount_0}} Oddish or Bellsprout", - "quest_title_quest_catch_special1_singular": "Catch an Oddish or Bellsprout", - "quest_title_quest_catch_special2_plural": "Catch {{amount_0}} Swablu", - "quest_title_quest_catch_special2_singular": "Catch a Swablu", - "quest_title_quest_catch_special3_plural": "Catch {{amount_0}} Pidgey or Murkrow", - "quest_title_quest_catch_special3_singular": "Catch a Pidgey or Murkrow", - "quest_title_quest_catch_special4_plural": "Catch {{amount_0}} Treecko or Mudkip", - "quest_title_quest_catch_special4_singular": "Catch a Treecko or Mudkip", - "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", - "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", - "quest_title_quest_catch_special6_plural": "Catch {{amount_0}} Mareep", - "quest_title_quest_catch_special7_plural": "Catch {{amount_0}} Charmander", - "quest_title_quest_catch_special8_plural": "Catch {{amount_0}} Larvitar", - "quest_title_quest_catch_special9_plural": "Catch {{amount_0}} Unown", - "quest_title_quest_catch_special10_plural": "Catch {{amount_0}} Plusle", - "quest_title_quest_catch_special11_plural": "Catch {{amount_0}} Minun", - "quest_title_quest_catch_special12_plural": "Catch {{amount_0}} Squirtle", - "quest_title_quest_catch_special13_plural": "Catch {{amount_0}} Roselia", - "quest_title_quest_catch_special14_singular": "Catch a Meowth or Growlithe", - "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", - "quest_title_quest_catch_special16_singular": "Catch a Skitty or Poochyena", - "quest_title_quest_catch_special17_plural": "Catch {{amount_0}} Eevee", - "quest_title_quest_catch_special18_plural": "Catch {{amount_0}} Beldum", - "quest_title_quest_catch_special19_plural": "Catch {{amount_0}} Slakoth", - "quest_title_quest_catch_special20_plural": "Catch {{amount_0}} Ralts", - "quest_title_quest_catch_special21_singular": "Catch a Rattata or Pikachu", - "quest_title_quest_catch_special22_plural": "Catch {{amount_0}} Chikorita", - "quest_title_quest_catch_special23_plural": "Catch {{amount_0}} Cyndaquil", - "quest_title_quest_catch_special24_plural": "Catch {{amount_0}} Totodile", - "quest_title_quest_catch_special25_plural": "Catch {{amount_0}} Swinub", - "quest_title_quest_catch_special26_plural": "Catch {{amount_0}} Treecko", - "quest_title_quest_catch_special27_plural": "Catch {{amount_0}} Bagon", - "quest_title_quest_catch_special28_plural": "Catch {{amount_0}} Torchic", - "quest_title_quest_catch_special29_plural": "Catch {{amount_0}} Mudkip", - "quest_title_quest_catch_special31_plural": "Catch {{amount_0}} Turtwig", - "quest_title_quest_catch_special33_plural": "Catch {{amount_0}} Trapinch", - "quest_title_quest_catch_special34_plural": "Catch {{amount_0}} Chimchar", - "quest_title_quest_catch_special35_plural": "Catch {{amount_0}} Piplup", - "quest_title_quest_catch_special36_plural": "Catch {{amount_0}} Rhyhorn", - "quest_title_quest_catch_special37_plural": "Catch {{amount_0}} Machop", - "quest_title_quest_catch_special38_plural": "Catch {{amount_0}} Vulpix", - "quest_title_quest_catch_special39_plural": "Catch {{amount_0}} Dratini", - "quest_title_quest_catch_special40_plural": "Catch {{amount_0}} Abra", - "quest_title_quest_catch_special41_plural": "Catch {{amount_0}} Spheal", - "quest_title_quest_catch_special42_plural": "Catch {{amount_0}} Weedle", - "quest_title_quest_catch_special43_plural": "Catch {{amount_0}} Starly", - "quest_title_quest_catch_special44_plural": "Catch {{amount_0}} Seedot", - "quest_title_quest_catch_special45_plural": "Catch {{amount_0}} Grimer", - "quest_title_quest_catch_special46_plural": "Catch {{amount_0}} Porygon", - "quest_title_quest_catch_staryu_plural": "Catch {{amount_0}} Staryu", - "quest_title_quest_catch_stufful_pinap_plural": "Use {{amount_0}} Pinap Berries to help catch Pokémon", - "quest_title_quest_catch_stufful_pinap_singular": "Use a Pinap Berry to help catch a Pokémon", - "quest_title_quest_catch_stufful_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", - "quest_title_quest_catch_stufful_razz_singular": "Use a Razz Berry to help catch a Pokémon", - "quest_title_quest_catch_transform_pokemon_plural": "Catch {{amount_0}} of the Transform Pokémon", - "quest_title_quest_catch_trubbish_plural": "Catch {{amount_0}} Trubbish", - "quest_title_quest_catch_type_bug_plural": "Catch {{amount_0}} Bug-type Pokémon", - "quest_title_quest_catch_type_bug_plural_unique": "Catch {{amount_0}} different species of Bug-type Pokémon", - "quest_title_quest_catch_type_bug_singular": "Catch a Bug-type Pokémon", - "quest_title_quest_catch_type_buzzwole": "Catch a Pokémon that shares a type with Buzzwole", - "quest_title_quest_catch_type_buzzwole_effective": "Catch a Pokémon of a type that Buzzwole is weak to", - "quest_title_quest_catch_type_buzzwole_plural": "Catch {{amount_0}} Pokémon that share a type with Buzzwole", - "quest_title_quest_catch_type_celesteela_effective": "Catch a Pokémon of a type that Celesteela is weak to", - "quest_title_quest_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", - "quest_title_quest_catch_type_dark_plural_unique": "Catch {{amount_0}} different species of Dark-type Pokémon", - "quest_title_quest_catch_type_dark_singular": "Catch a Dark-type Pokémon", - "quest_title_quest_catch_type_dragon_normal_plural": "Catch {{amount_0}} Normal- or Dragon-type Pokémon", - "quest_title_quest_catch_type_dragon_plural": "Catch {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_catch_type_dragon_plural_unique": "Catch {{amount_0}} different species of Dragon-type Pokémon", - "quest_title_quest_catch_type_dragon_singular": "Catch a Dragon-type Pokémon", - "quest_title_quest_catch_type_electric_flying_plural": "Catch {{amount_0}} Electric- or Flying-type Pokémon", - "quest_title_quest_catch_type_electric_plural": "Catch {{amount_0}} Electric-type Pokémon", - "quest_title_quest_catch_type_electric_plural_unique": "Catch {{amount_0}} different species of Electric-type Pokémon", - "quest_title_quest_catch_type_electric_singular": "Catch an Electric-type Pokémon", - "quest_title_quest_catch_type_fairy_plural": "Catch {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_catch_type_fairy_plural_unique": "Catch {{amount_0}} different species of Fairy-type Pokémon", - "quest_title_quest_catch_type_fairy_singular": "Catch a Fairy-type Pokémon", - "quest_title_quest_catch_type_fighting_plural": "Catch {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_catch_type_fighting_plural_unique": "Catch {{amount_0}} different species of Fighting-type Pokémon", - "quest_title_quest_catch_type_fighting_singular": "Catch a Fighting-type Pokémon", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Catch {{amount_0}} Fire- or Dark-type Pokémon", - "quest_title_quest_catch_type_fire_plural": "Catch {{amount_0}} Fire-type Pokémon", - "quest_title_quest_catch_type_fire_singular": "Catch a Fire-type Pokémon", - "quest_title_quest_catch_type_flying_plural": "Catch {{amount_0}} Flying-type Pokémon", - "quest_title_quest_catch_type_flying_plural_unique": "Catch {{amount_0}} different species of Flying-type Pokémon", - "quest_title_quest_catch_type_flying_singular": "Catch a Flying-type Pokémon", - "quest_title_quest_catch_type_ghost_dark_plural": "Catch {{amount_0}} Ghost- or Dark-type Pokémon", - "quest_title_quest_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_catch_type_ghost_plural_unique": "Catch {{amount_0}} different species of Ghost-type Pokémon", - "quest_title_quest_catch_type_ghost_singular": "Catch a Ghost-type Pokémon", - "quest_title_quest_catch_type_grass_bug_plural": "Catch {{amount_0}} Grass- or Bug-type Pokémon", - "quest_title_quest_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", - "quest_title_quest_catch_type_grass_plural_unique": "Catch {{amount_0}} different species of Grass-type Pokémon", - "quest_title_quest_catch_type_grass_poison_plural": "Catch {{amount_0}} Grass- or Poison-type Pokémon", - "quest_title_quest_catch_type_grass_singular": "Catch a Grass-type Pokémon", - "quest_title_quest_catch_type_ground_plural": "Catch {{amount_0}} Ground-type Pokémon", - "quest_title_quest_catch_type_ground_plural_unique": "Catch {{amount_0}} different species of Ground-type Pokémon", - "quest_title_quest_catch_type_ground_singular": "Catch a Ground-type Pokémon", - "quest_title_quest_catch_type_guzzlord_effective": "Catch a Pokémon of a type that Guzzlord is weak to", - "quest_title_quest_catch_type_ice_grass_plural_unique": "Catch {{amount_0}} Grass- or Ice-type Pokémon", - "quest_title_quest_catch_type_ice_plural": "Catch {{amount_0}} Ice-type Pokémon", - "quest_title_quest_catch_type_ice_plural_unique": "Catch {{amount_0}} different species of Ice-type Pokémon", - "quest_title_quest_catch_type_ice_singular": "Catch an Ice-type Pokémon", - "quest_title_quest_catch_type_kartana_effective": "Catch a Pokémon of a type that Kartana is weak to", - "quest_title_quest_catch_type_nihilego": "Catch a Pokémon that shares a type with Nihilego", - "quest_title_quest_catch_type_nihilego_effective": "Catch a Pokémon of a type that Nihilego is weak to", - "quest_title_quest_catch_type_nihilego_plural": "Catch {{amount_0}} Pokémon that share a type with Nihilego", - "quest_title_quest_catch_type_normal_plural": "Catch {{amount_0}} Normal-type Pokémon", - "quest_title_quest_catch_type_normal_plural_unique": "Catch {{amount_0}} different species of Normal-type Pokémon", - "quest_title_quest_catch_type_normal_singular": "Catch a Normal-type Pokémon", - "quest_title_quest_catch_type_pheremosa_effective": "Catch a Pokémon of a type that Pheromosa is weak to", - "quest_title_quest_catch_type_pheromosa": "Catch a Pokémon that shares a type with Pheromosa", - "quest_title_quest_catch_type_pheromosa_plural": "Catch {{amount_0}} Pokémon that share a type with Pheromosa", - "quest_title_quest_catch_type_poison_plural": "Catch {{amount_0}} Poison-type Pokémon", - "quest_title_quest_catch_type_poison_plural_unique": "Catch {{amount_0}} different species of Poison-type Pokémon", - "quest_title_quest_catch_type_poison_singular": "Catch a Poison-type Pokémon", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "Catch {{amount_0}} Psychic- or Fighting-type Pokémon", - "quest_title_quest_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_catch_type_psychic_plural_unique": "Catch {{amount_0}} different species of Psychic-type Pokémon", - "quest_title_quest_catch_type_psychic_singular": "Catch a Psychic-type Pokémon", - "quest_title_quest_catch_type_rock_plural": "Catch {{amount_0}} Rock-type Pokémon", - "quest_title_quest_catch_type_rock_plural_unique": "Catch {{amount_0}} different species of Rock-type Pokémon", - "quest_title_quest_catch_type_rock_singular": "Catch a Rock-type Pokémon", - "quest_title_quest_catch_type_shaymin": "Catch a Pokémon that shares a type with Shaymin", - "quest_title_quest_catch_type_shaymin_plural": "Catch {{amount_0}} Pokémon that share a type with Shaymin", - "quest_title_quest_catch_type_steel_plural": "Catch {{amount_0}} Steel-type Pokémon", - "quest_title_quest_catch_type_steel_plural_unique": "Catch {{amount_0}} different species of Steel-type Pokémon", - "quest_title_quest_catch_type_steel_singular": "Catch a Steel-type Pokémon", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Catch {{amount_0}} Fire-, Water-, or Electric-type Pokémon", - "quest_title_quest_catch_type_water_flying_plural": "Catch {{amount_0}} Water- or Flying-type Pokémon", - "quest_title_quest_catch_type_water_ground_plural": "Catch {{amount_0}} Water- or Ground-type Pokémon", - "quest_title_quest_catch_type_water_plural": "Catch {{amount_0}} Water-type Pokémon", - "quest_title_quest_catch_type_water_plural_unique": "Catch {{amount_0}} different species of Water-type Pokémon", - "quest_title_quest_catch_type_water_singular": "Catch a Water-type Pokémon", - "quest_title_quest_catch_type_xurkitree": "Catch a Pokémon that shares a type with Xurkitree", - "quest_title_quest_catch_type_xurkitree_effective": "Catch a Pokémon of a type that Xurkitree is weak to", - "quest_title_quest_catch_type_xurkitree_plural": "Catch {{amount_0}} Pokémon that share a type with Xurkitree", - "quest_title_quest_catch_types_rainy_plural": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_types_rainy_singular": "Catch a Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_types_snowy_plural": "Catch {{amount_0}} Ice- or Steel-type Pokémon", - "quest_title_quest_catch_types_snowy_singular": "Catch an Ice- or Steel-type Pokémon", - "quest_title_quest_catch_types_sunny_plural": "Catch {{amount_0}} Grass-, Fire-, or Ground-type Pokémon", - "quest_title_quest_catch_types_sunny_singular": "Catch a Grass-, Fire-, or Ground-type Pokémon", - "quest_title_quest_catch_types_windy_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", - "quest_title_quest_catch_types_windy_singular": "Catch a Flying-, Psychic-, or Dragon-type Pokémon", - "quest_title_quest_catch_weather_boost_plural": "Catch {{amount_0}} Pokémon with Weather Boost", - "quest_title_quest_catch_weather_boost_singular": "Catch a Pokémon with Weather Boost", - "quest_title_quest_catch_whismur": "Catch {{amount_0}} Whismur", - "quest_title_quest_challenge_party_power_plural": "Use Party Power {{amount_0}} times in Raid Battles", - "quest_title_quest_challenge_party_power_singular": "Use Party Power in a Raid Battle", - "quest_title_quest_change_form_furfrou": "Change a Furfrou’s trim", - "quest_title_quest_change_form_plural": "Change the form of {{amount_0}} Pokémon", - "quest_title_quest_change_form_singular": "Change the form of a Pokémon", - "quest_title_quest_chansey_catch_b": "Catch {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_plural": "Evolve {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_singular": "Evolve a Chansey", - "quest_title_quest_chansey_snapshot_b": "Take a snapshot of {{amount_0}} Chansey", - "quest_title_quest_charge_attack_party_plural": "Use {{amount_0}} Charged Attacks while in a party", - "quest_title_quest_charge_attack_party_singular": "Use a Charged Attack while in a party", - "quest_title_quest_charged_attack_plural": "Use {{amount_0}} Charged Attacks", - "quest_title_quest_charjabug_evolve_b": "Evolve {{amount_0}} Charjabug", - "quest_title_quest_chart_catch_b": "Catch {{amount_0}} Charmander", - "quest_title_quest_chart_catch_s1": "Catch {{amount_0}} Charmeleon", - "quest_title_quest_chart_evolve_b": "Evolve {{amount_0}} Charmander", - "quest_title_quest_chart_evolve_s1": "Evolve {{amount_0}} Charmeleon", - "quest_title_quest_chespin_catch_b": "Catch {{amount_0}} Chespin", - "quest_title_quest_chespin_evolve_b": "Evolve {{amount_0}} Chespin", - "quest_title_quest_chespin_snapshot_b": "Take a snapshot of {{amount_0}} Chespin", - "quest_title_quest_crocalor_evolve_b": "Evolve a Crocalor", - "quest_title_quest_cyndaquil_catch_b": "Catch {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_plural": "Evolve {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_singular": "Evolve a Cyndaquil", - "quest_title_quest_dartrix_evolve_b_plural": "Evolve {{amount_0}} Dartrix", - "quest_title_quest_dartrix_evolve_b_singular": "Evolve {{amount_0}} Dartrix", - "quest_title_quest_dec2021_catch_b": "Catch {{amount_0}} Pokémon featured during 2021’s Community Days", - "quest_title_quest_dec2022_catch_b": "Catch {{amount_0}} Pokémon featured during December Community Day 2022", - "quest_title_quest_dec2023_catch_b": "Catch {{amount_0}} Pokémon featured during 2023 Community Days", - "quest_title_quest_defeat_jessie_james_plural": "Defeat Jessie or James {{amount_0}} times", - "quest_title_quest_defeat_rocket": "Defeat {{amount_0}} Team GO Rocket members", - "quest_title_quest_defeat_rocket_leader_2500": "Defeat {{amount_0}} Team GO Rocket Leaders with Pokémon at or below 2,500 CP", - "quest_title_quest_defeat_rocket_singular": "Defeat a Team GO Rocket member", - "quest_title_quest_deino_catch": "Catch {{amount_0}} Deino", - "quest_title_quest_deino_evolve_a": "Evolve {{amount_0}} Deino", - "quest_title_quest_deino_evolve_b": "Evolve {{amount_0}} Deino or Zweilous", - "quest_title_quest_deino_snap": "Take {{amount_0}} snapshots of Deino", - "quest_title_quest_dragonair_evolve_b": "Evolve {{amount_0}} Dragonair", - "quest_title_quest_dratini_cdc_catch_b": "Catch {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_evolve_b": "Evolve {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Dratini", - "quest_title_quest_drizzle_evolve": "Evolve a Drizzile", - "quest_title_quest_dude_catch": "Catch {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_a": "Evolve {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_b": "Evolve {{amount_0}} Graveler", - "quest_title_quest_dude_snap": "Take {{amount_0}} snapshots of Geodude", - "quest_title_quest_duskt_catch_b": "Catch {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_b": "Evolve {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_s1": "Evolve {{amount_0}} Dusclops", - "quest_title_quest_earn_buddy_ribbon_plural": "Earn {{amount_0}} Best Buddy Ribbons with your Pokémon", - "quest_title_quest_eelektrik_evolve_b_plural": "Evolve {{amount_0}} Eelektrik", - "quest_title_quest_eelektrik_evolve_b_singular": "Evolve an Eelektrik", - "quest_title_quest_eevee_evolve_plural": "Evolve Eevee into each of its unique Evolutions", - "quest_title_quest_eevet_catch_b": "Catch {{amount_0}} Eevee", - "quest_title_quest_eevet_evolve_b": "Evolve {{amount_0}} Eevee", - "quest_title_quest_elect_catch_b": "Catch {{amount_0}} Electabuzz", - "quest_title_quest_elect_evolve_b": "Evolve {{amount_0}} Electabuzz", - "quest_title_quest_elite_raid_victory_plural": "Win {{amount_0}} Elite Raids", - "quest_title_quest_elite_raid_victory_singular": "Win an Elite Raid", - "quest_title_quest_elite4_a": "Defeat the GO Tour Elite Four: Mesa Trainer", - "quest_title_quest_elite4_b": "Defeat the GO Tour Elite Four: Cave Trainer", - "quest_title_quest_elite4_c": "Defeat the GO Tour Elite Four: Ocean Trainer", - "quest_title_quest_elite4_d": "Defeat the GO Tour Elite Four: Savannah Trainer", - "quest_title_quest_elrd22_april16_battle": "Exeggcute Research: Battle in a Gym", - "quest_title_quest_elrd22_april16_berries": "Exeggcute Research: Use three Berries to help catch Pokemon", - "quest_title_quest_elrd22_april16_catch_grass": "Exeggcute Research: Catch three Grass-type Pokémon", - "quest_title_quest_elrd22_april16_charged_move": "Exeggcute Research: Use a Super Effective Charged Move", - "quest_title_quest_elrd22_april16_curve": "Exeggcute Research: Make five Curveball Throws", - "quest_title_quest_elrd22_april16_evolve_grass": "Exeggcute Research: Evolve two Grass-type Pokémon", - "quest_title_quest_elrd22_april16_gifts_stickers": "Exeggcute Research: Send two Gifts and add a sticker to each", - "quest_title_quest_elrd22_april16_great": "Exeggcute Research: Make three Great Throws", - "quest_title_quest_elrd22_april16_great_row": "Exeggcute Research: Make two Great Throws in a row", - "quest_title_quest_elrd22_april16_nice": "Exeggcute Research: Make five Nice Throws", - "quest_title_quest_elrd22_april16_nice_row": "Exeggcute Research: Make three Nice Throws in a row", - "quest_title_quest_elrd22_april16_raid": "Exeggcute Research: Battle in a Raid", - "quest_title_quest_elrd22_april16_spin": "Exeggcute Research: Spin two PokéStops", - "quest_title_quest_elrd22_april16_weather_easy": "Exeggcute Research: Catch three Pokémon with Weather Boost", - "quest_title_quest_elrd22_april16_weather_hard": "Exeggcute Research: Catch five Pokémon with Weather Boost", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Exeggcute Research: Take a snapshot of a wild Grass-type Pokémon", - "quest_title_quest_equinox19_catch_medium_pkmn": "Catch {{amount_0}} Bulbasaur or Chikorita", - "quest_title_quest_equinox19_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", - "quest_title_quest_equinox19_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Evolve {{amount_0}} Grass-type Pokémon", - "quest_title_quest_event_eevee_snapshot_barcelona": "Take a snapshot of your Eevee in Barcelona", - "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", - "quest_title_quest_event_eevee_snapshot_mexico_city": "Take a snapshot of your Eevee in Mexico City", - "quest_title_quest_event_eevee_snapshot_seoul": "Take a snapshot of your Eevee in Seoul", - "quest_title_quest_event_eevee_snapshot_tainan": "Take a snapshot of your Eevee in Tainan", - "quest_title_quest_event_leave_behind_spin": "Spin 10 PokéStops or Gyms you haven’t visited before", - "quest_title_quest_event_leave_behind_spin_safari_city": "Spin any Eevee Explorer PokéStop", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Spin {{amount_0}} Eevee Explorer PokéStops you haven’t spun yet", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Spin an Eevee Explorer PokéStop you haven’t spun yet", - "quest_title_quest_event_spin_barcelona": "Spin a PokéStop or Gym in Barcelona", - "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", - "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", - "quest_title_quest_event_spin_mexico_city": "Spin a PokéStop or Gym in Mexico City", - "quest_title_quest_event_spin_seoul": "Spin a PokéStop or Gym in Seoul", - "quest_title_quest_event_spin_tainan": "Spin a PokéStop or Gym in Tainan", - "quest_title_quest_evolve_abra_singular": "Evolve one Abra", - "quest_title_quest_evolve_aipom_singular": "Evolve one Aipom", - "quest_title_quest_evolve_amaura_singular": "Evolve one Amaura", - "quest_title_quest_evolve_anorith_singular": "Evolve one Anorith", - "quest_title_quest_evolve_archen_singular": "Evolve one Archen", - "quest_title_quest_evolve_aron_singular": "Evolve one Aron", - "quest_title_quest_evolve_axew_singular": "Evolve one Axew", - "quest_title_quest_evolve_azurill_singular": "Evolve one Azurill", - "quest_title_quest_evolve_bagon_singular": "Evolve one Bagon", - "quest_title_quest_evolve_baltoy_singular": "Evolve one Baltoy", - "quest_title_quest_evolve_barboach_singular": "Evolve one Barboach", - "quest_title_quest_evolve_bayleef": "Evolve your Bayleef", - "quest_title_quest_evolve_bayleef_singular": "Evolve one Bayleef", - "quest_title_quest_evolve_beldum_singular": "Evolve one Beldum", - "quest_title_quest_evolve_bellsprout_singular": "Evolve one Bellsprout", - "quest_title_quest_evolve_bergmite_singular": "Evolve one Bergmite", - "quest_title_quest_evolve_bidoof_singular": "Evolve one Bidoof", - "quest_title_quest_evolve_binacle_singular": "Evolve one Binacle", - "quest_title_quest_evolve_blitzle_singular": "Evolve one Blitzle", - "quest_title_quest_evolve_boldore_singular": "Evolve one Boldore", - "quest_title_quest_evolve_bonsly_singular": "Evolve one Bonsly", - "quest_title_quest_evolve_braixen_singular": "Evolve one Braixen", - "quest_title_quest_evolve_bronzor_singular": "Evolve one Bronzor", - "quest_title_quest_evolve_budew_singular": "Evolve one Budew", - "quest_title_quest_evolve_buizel_singular": "Evolve one Buizel", - "quest_title_quest_evolve_bulbasaur": "Evolve a Bulbasaur", - "quest_title_quest_evolve_bulbasaur_singular": "Evolve one Bulbasaur", - "quest_title_quest_evolve_buneary_singular": "Evolve one Buneary", - "quest_title_quest_evolve_bunnelby_singular": "Evolve one Bunnelby", - "quest_title_quest_evolve_burmy_singular": "Evolve one Burmy", - "quest_title_quest_evolve_cacnea_singular": "Evolve one Cacnea", - "quest_title_quest_evolve_carvanha_singular": "Evolve one Carvanha", - "quest_title_quest_evolve_cascoon_singular": "Evolve one Cascoon", - "quest_title_quest_evolve_caterpie_singular": "Evolve one Caterpie", - "quest_title_quest_evolve_chansey_singular": "Evolve one Chansey", - "quest_title_quest_evolve_charmander": "Evolve a Charmander", - "quest_title_quest_evolve_charmander_singular": "Evolve one Charmander", - "quest_title_quest_evolve_charmeleon_singular": "Evolve one Charmeleon", - "quest_title_quest_evolve_cherubi_singular": "Evolve one Cherubi", - "quest_title_quest_evolve_chespin_singular": "Evolve one Chespin", - "quest_title_quest_evolve_chikorita": "Evolve your Chikorita", - "quest_title_quest_evolve_chikorita_singular": "Evolve one Chikorita", - "quest_title_quest_evolve_chimchar_singular": "Evolve one Chimchar", - "quest_title_quest_evolve_chinchou_singular": "Evolve one Chinchou", - "quest_title_quest_evolve_chingling_singular": "Evolve one Chingling", - "quest_title_quest_evolve_clamperl_singular": "Evolve one Clamperl", - "quest_title_quest_evolve_clauncher_singular": "Evolve one Clauncher", - "quest_title_quest_evolve_clefairy_singular": "Evolve one Clefairy", - "quest_title_quest_evolve_cleffa_singular": "Evolve one Cleffa", - "quest_title_quest_evolve_combee_singular": "Evolve one Combee", - "quest_title_quest_evolve_combusken_singular": "Evolve one Combusken", - "quest_title_quest_evolve_corphish_singular": "Evolve one Corphish", - "quest_title_quest_evolve_cosmoem_singular": "Evolve a Cosmoem", - "quest_title_quest_evolve_cosmog_singular": "Evolve a Cosmog", - "quest_title_quest_evolve_cottonee_singular": "Evolve one Cottonee", - "quest_title_quest_evolve_cranidos_singular": "Evolve one Cranidos", - "quest_title_quest_evolve_croagunk_singular": "Evolve one Croagunk", - "quest_title_quest_evolve_croconaw": "Evolve your Croconaw", - "quest_title_quest_evolve_croconaw_singular": "Evolve one Croconaw", - "quest_title_quest_evolve_cubchoo_singular": "Evolve one Cubchoo", - "quest_title_quest_evolve_cubone_singular": "Evolve one Cubone", - "quest_title_quest_evolve_cyndaquil": "Evolve your Cyndaquil", - "quest_title_quest_evolve_cyndaquil_singular": "Evolve one Cyndaquil", - "quest_title_quest_evolve_dark_type_singular": "Evolve a Dark-type Pokémon", - "quest_title_quest_evolve_darumaka_singular": "Evolve one Darumaka", - "quest_title_quest_evolve_deerling_singular": "Evolve one Deerling", - "quest_title_quest_evolve_deino_singular": "Evolve one Deino", - "quest_title_quest_evolve_dewott_singular": "Evolve one Dewott", - "quest_title_quest_evolve_diglett_singular": "Evolve one Diglett", - "quest_title_quest_evolve_doduo_singular": "Evolve one Doduo", - "quest_title_quest_evolve_doublade_singular": "Evolve one Doublade", - "quest_title_quest_evolve_dragonair_singular": "Evolve one Dragonair", - "quest_title_quest_evolve_dratini_singular": "Evolve one Dratini", - "quest_title_quest_evolve_drifloon_singular": "Evolve one Drifloon", - "quest_title_quest_evolve_drilbur_singular": "Evolve one Drilbur", - "quest_title_quest_evolve_drowzee_singular": "Evolve one Drowzee", - "quest_title_quest_evolve_ducklett_singular": "Evolve one Ducklett", - "quest_title_quest_evolve_duosion_singular": "Evolve one Duosion", - "quest_title_quest_evolve_durant_singular": "Evolve one Durant", - "quest_title_quest_evolve_dusclops_singular": "Evolve one Dusclops", - "quest_title_quest_evolve_duskull_singular": "Evolve one Duskull", - "quest_title_quest_evolve_dwebble_singular": "Evolve one Dwebble", - "quest_title_quest_evolve_eelektrik_singular": "Evolve one Eelektrik", - "quest_title_quest_evolve_eevee_singular": "Evolve one Eevee", - "quest_title_quest_evolve_eevee_types_plural": "Evolve {{amount_0}} Electric-, Water-, or Fire-type Pokémon", - "quest_title_quest_evolve_eevee_types_singular": "Evolve an Electric-, Water-, or Fire-type Pokémon", - "quest_title_quest_evolve_ekans_singular": "Evolve one Ekans", - "quest_title_quest_evolve_electabuzz_singular": "Evolve one Electabuzz", - "quest_title_quest_evolve_electrike_singular": "Evolve one Electrike", - "quest_title_quest_evolve_elekid_singular": "Evolve one Elekid", - "quest_title_quest_evolve_elgyem_singular": "Evolve one Elgyem", - "quest_title_quest_evolve_espeon": "Evolve Eevee into Espeon during the day", - "quest_title_quest_evolve_espurr_singular": "Evolve one Espurr", - "quest_title_quest_evolve_evolved_grass_singular": "Evolve an evolved Grass-type Pokémon", - "quest_title_quest_evolve_exeggcute_singular": "Evolve one Exeggcute", - "quest_title_quest_evolve_farfetch'd_singular": "Evolve one Farfetch'd", - "quest_title_quest_evolve_feebas_singular": "Evolve one Feebas", - "quest_title_quest_evolve_fennekin_singular": "Evolve one Fennekin", - "quest_title_quest_evolve_ferroseed_singular": "Evolve one Ferroseed", - "quest_title_quest_evolve_finneon_singular": "Evolve one Finneon", - "quest_title_quest_evolve_flaaffy_singular": "Evolve one Flaaffy", - "quest_title_quest_evolve_flabébé_singular": "Evolve one Flabébé", - "quest_title_quest_evolve_fletchinder_singular": "Evolve one Fletchinder", - "quest_title_quest_evolve_fletchling_singular": "Evolve one Fletchling", - "quest_title_quest_evolve_floette_singular": "Evolve one Floette", - "quest_title_quest_evolve_foongus_singular": "Evolve one Foongus", - "quest_title_quest_evolve_fraxure_singular": "Evolve one Fraxure", - "quest_title_quest_evolve_frillish_singular": "Evolve one Frillish", - "quest_title_quest_evolve_froakie_singular": "Evolve one Froakie", - "quest_title_quest_evolve_frogadier_singular": "Evolve one Frogadier", - "quest_title_quest_evolve_gabite_singular": "Evolve one Gabite", - "quest_title_quest_evolve_gastly_singular": "Evolve one Gastly", - "quest_title_quest_evolve_geodude_singular": "Evolve one Geodude", - "quest_title_quest_evolve_gible_singular": "Evolve one Gible", - "quest_title_quest_evolve_glalie_singular": "Evolve one Glalie", - "quest_title_quest_evolve_glameow_singular": "Evolve one Glameow", - "quest_title_quest_evolve_gligar_singular": "Evolve one Gligar", - "quest_title_quest_evolve_gloom_singular": "Evolve one Gloom", - "quest_title_quest_evolve_golbat_singular": "Evolve one Golbat", - "quest_title_quest_evolve_goldeen_singular": "Evolve one Goldeen", - "quest_title_quest_evolve_golett_singular": "Evolve one Golett", - "quest_title_quest_evolve_goomy_singular": "Evolve one Goomy", - "quest_title_quest_evolve_gothita_singular": "Evolve one Gothita", - "quest_title_quest_evolve_gothorita_singular": "Evolve one Gothorita", - "quest_title_quest_evolve_graveler_singular": "Evolve one Graveler", - "quest_title_quest_evolve_grimer_singular": "Evolve one Grimer", - "quest_title_quest_evolve_grotle_singular": "Evolve one Grotle", - "quest_title_quest_evolve_ground_plural": "Evolve {{amount_0}} Ground-type Pokémon", - "quest_title_quest_evolve_grovyle_singular": "Evolve one Grovyle", - "quest_title_quest_evolve_growlithe_singular": "Evolve one Growlithe", - "quest_title_quest_evolve_gulpin_singular": "Evolve one Gulpin", - "quest_title_quest_evolve_gurdurr_singular": "Evolve one Gurdurr", - "quest_title_quest_evolve_happiny_singular": "Evolve one Happiny", - "quest_title_quest_evolve_haunter_singular": "Evolve one Haunter", - "quest_title_quest_evolve_heatmor_singular": "Evolve one Heatmor", - "quest_title_quest_evolve_helioptile_singular": "Evolve one Helioptile", - "quest_title_quest_evolve_herdier_singular": "Evolve one Herdier", - "quest_title_quest_evolve_hippopotas_singular": "Evolve one Hippopotas", - "quest_title_quest_evolve_honedge_singular": "Evolve one Honedge", - "quest_title_quest_evolve_hoothoot_singular": "Evolve one Hoothoot", - "quest_title_quest_evolve_hoppip_singular": "Evolve one Hoppip", - "quest_title_quest_evolve_horsea_singular": "Evolve one Horsea", - "quest_title_quest_evolve_houndour_singular": "Evolve one Houndour", - "quest_title_quest_evolve_igglybuff_singular": "Evolve one Igglybuff", - "quest_title_quest_evolve_illumise_singular": "Evolve one Illumise", - "quest_title_quest_evolve_inkay_singular": "Evolve one Inkay", - "quest_title_quest_evolve_items_plural": "Use items to evolve Pokémon {{amount_0}} times", - "quest_title_quest_evolve_items_singular": "Use an item to evolve a Pokémon", - "quest_title_quest_evolve_ivysaur_singular": "Evolve one Ivysaur", - "quest_title_quest_evolve_jigglypuff_singular": "Evolve one Jigglypuff", - "quest_title_quest_evolve_joltik_singular": "Evolve one Joltik", - "quest_title_quest_evolve_kabuto_singular": "Evolve one Kabuto", - "quest_title_quest_evolve_kadabra_singular": "Evolve one Kadabra", - "quest_title_quest_evolve_kakuna_singular": "Evolve one Kakuna", - "quest_title_quest_evolve_karrablast_singular": "Evolve one Karrablast", - "quest_title_quest_evolve_kirlia_singular": "Evolve one Kirlia", - "quest_title_quest_evolve_klang_singular": "Evolve one Klang", - "quest_title_quest_evolve_klink_singular": "Evolve one Klink", - "quest_title_quest_evolve_koffing_singular": "Evolve one Koffing", - "quest_title_quest_evolve_krabby_singular": "Evolve one Krabby", - "quest_title_quest_evolve_kricketot_singular": "Evolve one Kricketot", - "quest_title_quest_evolve_krokorok_singular": "Evolve one Krokorok", - "quest_title_quest_evolve_lairon_singular": "Evolve one Lairon", - "quest_title_quest_evolve_lampent_singular": "Evolve one Lampent", - "quest_title_quest_evolve_larvesta_singular": "Evolve one Larvesta", - "quest_title_quest_evolve_larvitar_singular": "Evolve one Larvitar", - "quest_title_quest_evolve_ledyba_singular": "Evolve one Ledyba", - "quest_title_quest_evolve_lickitung_singular": "Evolve one Lickitung", - "quest_title_quest_evolve_lileep_singular": "Evolve one Lileep", - "quest_title_quest_evolve_lillipup_singular": "Evolve one Lillipup", - "quest_title_quest_evolve_linoone_singular": "Evolve {{amount_0}} Galarian Linoone", - "quest_title_quest_evolve_litleo_singular": "Evolve one Litleo", - "quest_title_quest_evolve_litwick_singular": "Evolve one Litwick", - "quest_title_quest_evolve_lombre_singular": "Evolve one Lombre", - "quest_title_quest_evolve_lotad_singular": "Evolve one Lotad", - "quest_title_quest_evolve_loudred_singular": "Evolve one Loudred", - "quest_title_quest_evolve_luxio_singular": "Evolve one Luxio", - "quest_title_quest_evolve_machoke_singular": "Evolve one Machoke", - "quest_title_quest_evolve_machop_singular": "Evolve one Machop", - "quest_title_quest_evolve_magby_singular": "Evolve one Magby", - "quest_title_quest_evolve_magikarp_singular": "Evolve one Magikarp", - "quest_title_quest_evolve_magmar_singular": "Evolve one Magmar", - "quest_title_quest_evolve_magnemite_singular": "Evolve one Magnemite", - "quest_title_quest_evolve_makuhita_singular": "Evolve one Makuhita", - "quest_title_quest_evolve_mankey_singular": "Evolve one Mankey", - "quest_title_quest_evolve_mantyke_singular": "Evolve one Mantyke", - "quest_title_quest_evolve_mareep_singular": "Evolve one Mareep", - "quest_title_quest_evolve_marill_singular": "Evolve one Marill", - "quest_title_quest_evolve_marshtomp_singular": "Evolve one Marshtomp", - "quest_title_quest_evolve_meditite_singular": "Evolve one Meditite", - "quest_title_quest_evolve_meowth_singular": "Evolve one Meowth", - "quest_title_quest_evolve_metang_singular": "Evolve one Metang", - "quest_title_quest_evolve_metapod_singular": "Evolve one Metapod", - "quest_title_quest_evolve_mienfoo_singular": "Evolve one Mienfoo", - "quest_title_quest_evolve_mime jr._singular": "Evolve one Mime Jr.", - "quest_title_quest_evolve_minccino_singular": "Evolve one Minccino", - "quest_title_quest_evolve_misdreavus_singular": "Evolve one Misdreavus", - "quest_title_quest_evolve_monferno_singular": "Evolve one Monferno", - "quest_title_quest_evolve_mr. mime_singular": "Evolve one Mr. Mime", - "quest_title_quest_evolve_mudkip_singular": "Evolve one Mudkip", - "quest_title_quest_evolve_munchlax_singular": "Evolve one Munchlax", - "quest_title_quest_evolve_munna_singular": "Evolve one Munna", - "quest_title_quest_evolve_murkrow_singular": "Evolve one Murkrow", - "quest_title_quest_evolve_natu_singular": "Evolve one Natu", - "quest_title_quest_evolve_nidoranfemale_singular": "Evolve one Nidoran♀", - "quest_title_quest_evolve_nidoranmale_singular": "Evolve one Nidoran♂", - "quest_title_quest_evolve_nidorina_singular": "Evolve one Nidorina", - "quest_title_quest_evolve_nidorino_singular": "Evolve one Nidorino", - "quest_title_quest_evolve_nincada_singular": "Evolve one Nincada", - "quest_title_quest_evolve_noibat_singular": "Evolve one Noibat", - "quest_title_quest_evolve_nosepass_singular": "Evolve one Nosepass", - "quest_title_quest_evolve_numel_singular": "Evolve one Numel", - "quest_title_quest_evolve_nuzleaf_singular": "Evolve one Nuzleaf", - "quest_title_quest_evolve_oddish_singular": "Evolve one Oddish", - "quest_title_quest_evolve_omanyte_singular": "Evolve one Omanyte", - "quest_title_quest_evolve_onix_singular": "Evolve one Onix", - "quest_title_quest_evolve_oshawott_singular": "Evolve one Oshawott", - "quest_title_quest_evolve_palpitoad_singular": "Evolve one Palpitoad", - "quest_title_quest_evolve_pancham_singular": "Evolve one Pancham", - "quest_title_quest_evolve_panpour_singular": "Evolve one Panpour", - "quest_title_quest_evolve_pansage_singular": "Evolve one Pansage", - "quest_title_quest_evolve_pansear_singular": "Evolve one Pansear", - "quest_title_quest_evolve_paras_singular": "Evolve one Paras", - "quest_title_quest_evolve_patrat_singular": "Evolve one Patrat", - "quest_title_quest_evolve_pawniard_singular": "Evolve one Pawniard", - "quest_title_quest_evolve_petilil_singular": "Evolve one Petilil", - "quest_title_quest_evolve_phanpy_singular": "Evolve one Phanpy", - "quest_title_quest_evolve_phantump_singular": "Evolve one Phantump", - "quest_title_quest_evolve_pichu_singular": "Evolve one Pichu", - "quest_title_quest_evolve_pidgeotto_singular": "Evolve one Pidgeotto", - "quest_title_quest_evolve_pidgey_singular": "Evolve one Pidgey", - "quest_title_quest_evolve_pidove_singular": "Evolve one Pidove", - "quest_title_quest_evolve_pignite_singular": "Evolve one Pignite", - "quest_title_quest_evolve_pikachu_singular": "Evolve one Pikachu", - "quest_title_quest_evolve_piloswine_plural": "Evolve {{amount_0}} Piloswine", - "quest_title_quest_evolve_piloswine_singular": "Evolve one Piloswine", - "quest_title_quest_evolve_pineco_singular": "Evolve one Pineco", - "quest_title_quest_evolve_piplup_singular": "Evolve one Piplup", - "quest_title_quest_evolve_plural": "Evolve {{amount_0}} Pokémon", - "quest_title_quest_evolve_poison_type_singular": "Evolve a Poison-type Pokémon", - "quest_title_quest_evolve_poliwag_singular": "Evolve one Poliwag", - "quest_title_quest_evolve_poliwhirl_singular": "Evolve one Poliwhirl", - "quest_title_quest_evolve_ponyta_singular": "Evolve one Ponyta", - "quest_title_quest_evolve_poochyena_singular": "Evolve one Poochyena", - "quest_title_quest_evolve_porygon2_singular": "Evolve one Porygon2", - "quest_title_quest_evolve_prinplup_singular": "Evolve one Prinplup", - "quest_title_quest_evolve_psyduck_singular": "Evolve one Psyduck", - "quest_title_quest_evolve_pumpkaboo_singular": "Evolve one Pumpkaboo", - "quest_title_quest_evolve_pupitar_singular": "Evolve one Pupitar", - "quest_title_quest_evolve_purrloin_singular": "Evolve one Purrloin", - "quest_title_quest_evolve_quilava": "Evolve your Quilava", - "quest_title_quest_evolve_quilava_singular": "Evolve one Quilava", - "quest_title_quest_evolve_quilladin_singular": "Evolve one Quilladin", - "quest_title_quest_evolve_qwilfish_singular": "Evolve one Qwilfish", - "quest_title_quest_evolve_ralts_singular": "Evolve one Ralts", - "quest_title_quest_evolve_rattata_singular": "Evolve one Rattata", - "quest_title_quest_evolve_remoraid_singular": "Evolve one Remoraid", - "quest_title_quest_evolve_rhydon_singular": "Evolve one Rhydon", - "quest_title_quest_evolve_rhyhorn_singular": "Evolve one Rhyhorn", - "quest_title_quest_evolve_riolu_singular": "Evolve one Riolu", - "quest_title_quest_evolve_roggenrola_singular": "Evolve one Roggenrola", - "quest_title_quest_evolve_roselia_singular": "Evolve one Roselia", - "quest_title_quest_evolve_rufflet_singular": "Evolve one Rufflet", - "quest_title_quest_evolve_sandile_singular": "Evolve one Sandile", - "quest_title_quest_evolve_sandshrew_singular": "Evolve one Sandshrew", - "quest_title_quest_evolve_sb_singular": "Evolve a Snubbull", - "quest_title_quest_evolve_scatterbug_singular": "Evolve one Scatterbug", - "quest_title_quest_evolve_scraggy_singular": "Evolve one Scraggy", - "quest_title_quest_evolve_scyther_singular": "Evolve one Scyther", - "quest_title_quest_evolve_seadra_singular": "Evolve one Seadra", - "quest_title_quest_evolve_sealeo_singular": "Evolve one Sealeo", - "quest_title_quest_evolve_seedot_singular": "Evolve one Seedot", - "quest_title_quest_evolve_seel_singular": "Evolve one Seel", - "quest_title_quest_evolve_sentret_singular": "Evolve one Sentret", - "quest_title_quest_evolve_servine_singular": "Evolve one Servine", - "quest_title_quest_evolve_sewaddle_singular": "Evolve one Sewaddle", - "quest_title_quest_evolve_shelgon_singular": "Evolve one Shelgon", - "quest_title_quest_evolve_shellder_singular": "Evolve one Shellder", - "quest_title_quest_evolve_shellos_singular": "Evolve one Shellos", - "quest_title_quest_evolve_shelmet_singular": "Evolve one Shelmet", - "quest_title_quest_evolve_shieldon_singular": "Evolve one Shieldon", - "quest_title_quest_evolve_shinx_singular": "Evolve one Shinx", - "quest_title_quest_evolve_shroomish_singular": "Evolve one Shroomish", - "quest_title_quest_evolve_shuckle_singular": "Evolve one Shuckle", - "quest_title_quest_evolve_shuppet_singular": "Evolve one Shuppet", - "quest_title_quest_evolve_silcoon_singular": "Evolve one Silcoon", - "quest_title_quest_evolve_singular": "Evolve a Pokémon", - "quest_title_quest_evolve_skiddo_singular": "Evolve one Skiddo", - "quest_title_quest_evolve_skiploom_singular": "Evolve one Skiploom", - "quest_title_quest_evolve_skitty_singular": "Evolve one Skitty", - "quest_title_quest_evolve_skorupi_singular": "Evolve one Skorupi", - "quest_title_quest_evolve_skrelp_singular": "Evolve one Skrelp", - "quest_title_quest_evolve_slakoth_singular": "Evolve one Slakoth", - "quest_title_quest_evolve_sliggoo_singular": "Evolve one Sliggoo", - "quest_title_quest_evolve_slowpoke_plural": "Evolve {{amount_0}} Slowpoke", - "quest_title_quest_evolve_slowpoke_singular": "Evolve one Slowpoke", - "quest_title_quest_evolve_slugma_singular": "Evolve one Slugma", - "quest_title_quest_evolve_smoochum_singular": "Evolve one Smoochum", - "quest_title_quest_evolve_sneasel_singular": "Evolve a Sneasel", - "quest_title_quest_evolve_snivy_singular": "Evolve one Snivy", - "quest_title_quest_evolve_snorunt_singular": "Evolve one Snorunt", - "quest_title_quest_evolve_snover_singular": "Evolve one Snover", - "quest_title_quest_evolve_snubbull_singular": "Evolve one Snubbull", - "quest_title_quest_evolve_solosis_singular": "Evolve one Solosis", - "quest_title_quest_evolve_spearow_singular": "Evolve one Spearow", - "quest_title_quest_evolve_special_drowzee": "Evolve a Drowzee", - "quest_title_quest_evolve_special_feebas_singular": "Evolve a Feebas", - "quest_title_quest_evolve_special_galarian_mrmime": "Evolve a Galarian Mr. Mime", - "quest_title_quest_evolve_special_galarian_slowpoke": "Evolve a Galarian Slowpoke", - "quest_title_quest_evolve_special_grimer": "Evolve a Grimer", - "quest_title_quest_evolve_special_magnemite": "Evolve a Magnemite", - "quest_title_quest_evolve_special_scyther": "Evolve a Scyther", - "quest_title_quest_evolve_special0_singular": "Evolve a Magikarp", - "quest_title_quest_evolve_special1_plural": "Evolve {{amount_0}} Pidgey", - "quest_title_quest_evolve_special1_singular": "Evolve a Horsea", - "quest_title_quest_evolve_special2_singular": "Evolve a Meowth", - "quest_title_quest_evolve_spewpa_singular": "Evolve one Spewpa", - "quest_title_quest_evolve_spheal_singular": "Evolve one Spheal", - "quest_title_quest_evolve_spinarak_singular": "Evolve one Spinarak", - "quest_title_quest_evolve_spoink_singular": "Evolve one Spoink", - "quest_title_quest_evolve_spritzee_singular": "Evolve one Spritzee", - "quest_title_quest_evolve_squirtle_singular": "Evolve one Squirtle", - "quest_title_quest_evolve_staravia_singular": "Evolve one Staravia", - "quest_title_quest_evolve_starly_singular": "Evolve one Starly", - "quest_title_quest_evolve_staryu_singular": "Evolve one Staryu", - "quest_title_quest_evolve_steelix_singular": "Evolve one Steelix", - "quest_title_quest_evolve_stunky_singular": "Evolve one Stunky", - "quest_title_quest_evolve_sunkern_singular": "Evolve one Sunkern", - "quest_title_quest_evolve_sunstone_singular": "Use a Sun Stone to evolve Gloom or Sunkern", - "quest_title_quest_evolve_surskit_singular": "Evolve one Surskit", - "quest_title_quest_evolve_swablu_singular": "Evolve one Swablu", - "quest_title_quest_evolve_swadloon_singular": "Evolve one Swadloon", - "quest_title_quest_evolve_swinub_singular": "Evolve one Swinub", - "quest_title_quest_evolve_swirlix_singular": "Evolve one Swirlix", - "quest_title_quest_evolve_taillow_singular": "Evolve one Taillow", - "quest_title_quest_evolve_tangela_singular": "Evolve one Tangela", - "quest_title_quest_evolve_teddiursa_singular": "Evolve one Teddiursa", - "quest_title_quest_evolve_tentacool_singular": "Evolve one Tentacool", - "quest_title_quest_evolve_tepig_singular": "Evolve one Tepig", - "quest_title_quest_evolve_timburr_singular": "Evolve one Timburr", - "quest_title_quest_evolve_tirtouga_singular": "Evolve one Tirtouga", - "quest_title_quest_evolve_togepi_singular": "Evolve one Togepi", - "quest_title_quest_evolve_togetic_singular": "Evolve one Togetic", - "quest_title_quest_evolve_torchic_singular": "Evolve one Torchic", - "quest_title_quest_evolve_totodile": "Evolve your Totodile", - "quest_title_quest_evolve_totodile_singular": "Evolve one Totodile", - "quest_title_quest_evolve_tranquill_singular": "Evolve one Tranquill", - "quest_title_quest_evolve_trapinch_singular": "Evolve one Trapinch", - "quest_title_quest_evolve_treecko_singular": "Evolve one Treecko", - "quest_title_quest_evolve_trubbish_singular": "Evolve one Trubbish", - "quest_title_quest_evolve_turtwig_singular": "Evolve one Turtwig", - "quest_title_quest_evolve_tympole_singular": "Evolve one Tympole", - "quest_title_quest_evolve_tynamo_singular": "Evolve one Tynamo", - "quest_title_quest_evolve_type_dark_plural": "Evolve {{amount_0}} Dark-type Pokémon", - "quest_title_quest_evolve_type_dragon_plural": "Evolve {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_evolve_type_dragon_singular": "Evolve a Dragon-type Pokémon", - "quest_title_quest_evolve_type_electric_plural": "Evolve {{amount_0}} Electric-type Pokémon", - "quest_title_quest_evolve_type_electric_singular": "Evolve an Electric-type Pokémon", - "quest_title_quest_evolve_type_fairy_plural": "Evolve {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_evolve_type_fairy_singular": "Evolve a Fairy-type Pokémon", - "quest_title_quest_evolve_type_fire_plural": "Evolve {{amount_0}} Fire-type Pokémon", - "quest_title_quest_evolve_type_fire_singular": "Evolve a Fire-type Pokémon", - "quest_title_quest_evolve_type_flying_plural": "Evolve {{amount_0}} Flying-type Pokémon", - "quest_title_quest_evolve_type_flying_singular": "Evolve a Flying-type Pokémon", - "quest_title_quest_evolve_type_ghost_plural": "Evolve {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_evolve_type_ghost_single": "Evolve a Ghost-type Pokémon", - "quest_title_quest_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", - "quest_title_quest_evolve_type_grass_singular": "Evolve a Grass-type Pokémon", - "quest_title_quest_evolve_type_ice_plural": "Evolve {{amount_0}} Ice-type Pokémon", - "quest_title_quest_evolve_type_ice_singular": "Evolve an Ice-type Pokémon", - "quest_title_quest_evolve_type_poison_plural": "Evolve {{amount_0}} Poison-type Pokémon", - "quest_title_quest_evolve_type_psychic_plural": "Evolve {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_evolve_type_psychic_singular": "Evolve a Psychic-type Pokémon", - "quest_title_quest_evolve_type_rock_plural": "Evolve {{amount_0}} Rock-type Pokémon", - "quest_title_quest_evolve_type_steel_plural": "Evolve {{amount_0}} Steel-type Pokémon", - "quest_title_quest_evolve_type_water_plural": "Evolve {{amount_0}} Water-type Pokémon", - "quest_title_quest_evolve_type_water_singular": "Evolve a Water-type Pokémon", - "quest_title_quest_evolve_tyrogue_singular": "Evolve one Tyrogue", - "quest_title_quest_evolve_tyrunt_singular": "Evolve one Tyrunt", - "quest_title_quest_evolve_umbreon": "Evolve Eevee into Umbreon at night", - "quest_title_quest_evolve_vanillish_singular": "Evolve one Vanillish", - "quest_title_quest_evolve_vanillite_singular": "Evolve one Vanillite", - "quest_title_quest_evolve_venipede_singular": "Evolve one Venipede", - "quest_title_quest_evolve_venonat_singular": "Evolve one Venonat", - "quest_title_quest_evolve_vibrava_singular": "Evolve one Vibrava", - "quest_title_quest_evolve_vigoroth_singular": "Evolve one Vigoroth", - "quest_title_quest_evolve_volbeat_singular": "Evolve one Volbeat", - "quest_title_quest_evolve_voltorb_singular": "Evolve one Voltorb", - "quest_title_quest_evolve_vullaby_singular": "Evolve one Vullaby", - "quest_title_quest_evolve_vulpix_singular": "Evolve one Vulpix", - "quest_title_quest_evolve_wailmer_singular": "Evolve one Wailmer", - "quest_title_quest_evolve_wartortle_singular": "Evolve one Wartortle", - "quest_title_quest_evolve_weedle_singular": "Evolve one Weedle", - "quest_title_quest_evolve_weepinbell_singular": "Evolve one Weepinbell", - "quest_title_quest_evolve_whirlipede_singular": "Evolve one Whirlipede", - "quest_title_quest_evolve_whismur_singular": "Evolve one Whismur", - "quest_title_quest_evolve_wingull_singular": "Evolve one Wingull", - "quest_title_quest_evolve_woobat_singular": "Evolve one Woobat", - "quest_title_quest_evolve_wooper_singular": "Evolve one Wooper", - "quest_title_quest_evolve_wurmple_singular": "Evolve one Wurmple", - "quest_title_quest_evolve_wynaut_singular": "Evolve one Wynaut", - "quest_title_quest_evolve_yamask_singular": "Evolve one Yamask", - "quest_title_quest_evolve_yanma_singular": "Evolve one Yanma", - "quest_title_quest_evolve_zigzagoon_singular": "Evolve one Zigzagoon", - "quest_title_quest_evolve_zorua_singular": "Evolve one Zorua", - "quest_title_quest_evolve_zubat_singular": "Evolve one Zubat", - "quest_title_quest_evolve_zweilous_singular": "Evolve one Zweilous", - "quest_title_quest_explore_buddy": "Earn a Candy exploring with your buddy", - "quest_title_quest_explore_buddy_carbink": "Earn a Candy exploring with Carbink as your buddy", - "quest_title_quest_explore_buddy_plural": "Earn {{amount_0}} Candies exploring with your buddy", - "quest_title_quest_explore_buddy_routes_plural": "Earn {{amount_0}} Candies while exploring Routes with your buddy", - "quest_title_quest_explore_buddy_routes_singular": "Earn a Candy while exploring Routes with your buddy", - "quest_title_quest_explore_km": "Explore {{amount_0}} km", - "quest_title_quest_explore_km_party": "Explore {{amount_0}} km while in a party", - "quest_title_quest_febresearchday_battle_gym_singular": "Clamperl Research: Battle in a Gym", - "quest_title_quest_febresearchday_battle_raid_singular": "Clamperl Research: Battle in a raid", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Clamperl Research: Use a supereffective Charged Attack in a Gym battle", - "quest_title_quest_febresearchday_catch_feed_plural": "Clamperl Research: Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_febresearchday_catch_special1_singular": "Clamperl Research: Catch a Magikarp or Wailmer", - "quest_title_quest_febresearchday_catch_special2_singular": "Clamperl Research: Catch a Psyduck or Krabby", - "quest_title_quest_febresearchday_catch_type_water_plural": "Clamperl Research: Catch {{amount_0}} Water-type Pokémon", - "quest_title_quest_febresearchday_evolve_type_water_plural": "Clamperl Research: Evolve {{amount_0}} Water-type Pokémon", - "quest_title_quest_febresearchday_land_curveball_plural": "Clamperl Research: Make {{amount_0}} Curveball Throws", - "quest_title_quest_febresearchday_land_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws", - "quest_title_quest_febresearchday_land_inarow_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws in a row", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws in a row", - "quest_title_quest_febresearchday_land_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws", - "quest_title_quest_febresearchday_visit_pokestops_plural": "Clamperl Research: Spin {{amount_0}} PokéStops", - "quest_title_quest_feed_buddy_multiple": "Feed your buddy {{amount_0}} times", - "quest_title_quest_feed_buddy_singular": "Feed your buddy", - "quest_title_quest_feed_goldenrazz_plural": "Use {{amount_0}} Golden Razz Berries to help catch Pokémon", - "quest_title_quest_feed_nanab_plural": "Use {{amount_0}} Nanab Berries while catching Pokémon", - "quest_title_quest_feed_pinaps_plural": "Use {{amount_0}} Pinap Berries while catching Pokémon", - "quest_title_quest_feed_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", - "quest_title_quest_fennekin_catch_b": "Catch {{amount_0}} Fennekin", - "quest_title_quest_fennekin_evolve_b": "Evolve {{amount_0}} Fennekin", - "quest_title_quest_fennekin_snapshot_b": "Take a snapshot of {{amount_0}} Fennekin", - "quest_title_quest_field_research_plural": "Complete {{amount_0}} Field Research tasks", - "quest_title_quest_field_research_singular": "Complete a Field Research task", - "quest_title_quest_fight_type_bug_plural": "Defeat {{amount_0}} Bug-type Pokémon", - "quest_title_quest_fight_type_dark_plural": "Defeat {{amount_0}} Dark-type Pokémon", - "quest_title_quest_fight_type_dark_steel_plural": "Defeat {{amount_0}} Dark- or Steel-type Pokémon", - "quest_title_quest_fight_type_dragon_plural": "Defeat {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_fight_type_electric_plural": "Defeat {{amount_0}} Electric-type Pokémon", - "quest_title_quest_fight_type_fairy_plural": "Defeat {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_fight_type_fighting_plural": "Defeat {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_fight_type_fire_plural": "Defeat {{amount_0}} Fire-type Pokémon", - "quest_title_quest_fight_type_flying_plural": "Defeat {{amount_0}} Flying-type Pokémon", - "quest_title_quest_fight_type_ghost_fighting_plural": "Defeat {{amount_0}} Fighting- or Ghost-type Pokémon", - "quest_title_quest_fight_type_ghost_plural": "Defeat {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_fight_type_ghost_psychic_plural": "Defeat {{amount_0}} Psychic- or Ghost-type Pokémon", - "quest_title_quest_fight_type_grass_plural": "Defeat {{amount_0}} Grass-type Pokémon", - "quest_title_quest_fight_type_ground_plural": "Defeat {{amount_0}} Ground-type Pokémon", - "quest_title_quest_fight_type_ice_plural": "Defeat {{amount_0}} Ice-type Pokémon", - "quest_title_quest_fight_type_normal_plural": "Defeat {{amount_0}} Normal-type Pokémon", - "quest_title_quest_fight_type_normal_psychic_plural": "Defeat {{amount_0}} Normal- or Psychic-type Pokémon", - "quest_title_quest_fight_type_poison_plural": "Defeat {{amount_0}} Poison-type Pokémon", - "quest_title_quest_fight_type_psychic_plural": "Defeat {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_fight_type_rock_plural": "Defeat {{amount_0}} Rock-type Pokémon", - "quest_title_quest_fight_type_steel_plural": "Defeat {{amount_0}} Steel-type Pokémon", - "quest_title_quest_fight_type_water_plural": "Defeat {{amount_0}} Water-type Pokémon", - "quest_title_quest_first_catch_of_the_day": "First Catch of the Day", - "quest_title_quest_first_pokestop_of_the_day": "First PokéStop of the Day", - "quest_title_quest_flaaffy_evolve_b": "Evolve {{amount_0}} Flaaffy", - "quest_title_quest_flett_catch_b": "Catch {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_b": "Evolve {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_s1": "Evolve {{amount_0}} Fletchinder", - "quest_title_quest_floragato_evolve_b": "Evolve a Floragato", - "quest_title_quest_fraxure_evolve_b": "Evolve {{amount_0}} Fraxure", - "quest_title_quest_froakie_catch_b": "Catch {{amount_0}} Froakie", - "quest_title_quest_froakie_evolve_b": "Evolve {{amount_0}} Froakie", - "quest_title_quest_froakie_snapshot_b": "Take a snapshot of {{amount_0}} Froakie", - "quest_title_quest_frogadier_evolve_b": "Evolve {{amount_0}} Frogadier", - "quest_title_quest_fuecoco_evolve_b": "Evolve a Fuecoco", - "quest_title_quest_fuse_necrozma": "Fuse Necrozma", - "quest_title_quest_gbl_rank": "Achieve rank {{amount_0}} in the GO Battle League", - "quest_title_quest_gbl_rank_fifteen": "Achieve rank 15 in the GO Battle League", - "quest_title_quest_gbl_rank_five": "Achieve rank 5 in the GO Battle League", - "quest_title_quest_gbl_rank_ten": "Achieve rank 10 in the GO Battle League", - "quest_title_quest_gbl_rank_twenty": "Achieve rank 20 in the GO Battle League", - "quest_title_quest_get_cell_singular": "Find a Zygarde Cell", - "quest_title_quest_giblt_catch_b": "Catch {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_b": "Evolve {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_s1": "Evolve {{amount_0}} Gabite", - "quest_title_quest_gift_open_plural": "Open {{amount_0}} Gifts", - "quest_title_quest_gift_open_singular": "Open a Gift", - "quest_title_quest_go_for_a_spin_00": "Find and spin Spinda PokéStop 1 of 8", - "quest_title_quest_go_for_a_spin_01": "Find and spin Spinda PokéStop 2 of 8", - "quest_title_quest_go_for_a_spin_02": "Find and spin Spinda PokéStop 3 of 8", - "quest_title_quest_go_for_a_spin_03": "Find and spin Spinda PokéStop 4 of 8", - "quest_title_quest_go_for_a_spin_04": "Find and spin Spinda PokéStop 5 of 8", - "quest_title_quest_go_for_a_spin_05": "Find and spin Spinda PokéStop 6 of 8", - "quest_title_quest_go_for_a_spin_06": "Find and spin Spinda PokéStop 7 of 8", - "quest_title_quest_go_for_a_spin_07": "Find and spin Spinda PokéStop 8 of 8", - "quest_title_quest_go_tour_snapshot_habitat_01": "Take a snapshot of your buddy in the Blistering Sands habitat", - "quest_title_quest_go_tour_snapshot_habitat_02": "Take a snapshot of your buddy in the Eerie Mists habitat", - "quest_title_quest_go_tour_snapshot_habitat_03": "Take a snapshot of your buddy in the Verdant Earth habitat", - "quest_title_quest_go_tour_snapshot_habitat_04": "Take a snapshot of your buddy in the Ancient Shores habitat", - "quest_title_quest_gold_hoenn_dex": "Earn a gold Hoenn medal", - "quest_title_quest_gold_medal_plural": "Earn {{amount_0}} gold medals", - "quest_title_quest_gold_medal_plural_five": "Earn 5 gold medals", - "quest_title_quest_gold_medal_singular": "Earn a gold medal", - "quest_title_quest_goomy_catch_b": "Catch {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_plural": "Evolve {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_singular": "Evolve a Goomy", - "quest_title_quest_grookey_evolve": "Evolve a Grookey", - "quest_title_quest_grubbin_catch_b": "Catch {{amount_0}} Grubbin", - "quest_title_quest_grubbin_evolve_b": "Evolve {{amount_0}} Grubbin", - "quest_title_quest_grubbin_snapshot_b": "Take a snapshot of {{amount_0}} Grubbin", - "quest_title_quest_gt_catch_b": "Catch {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_b": "Evolve {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_s1": "Evolve {{amount_0}} Haunter", - "quest_title_quest_gulpin_catch": "Catch {{amount_0}} Gulpin", - "quest_title_quest_gurdurr_evolve_b": "Evolve {{amount_0}} Gurdurr", - "quest_title_quest_hallo19_catch_specific_plural": "Catch {{amount_0}} Poochyena or Houndour", - "quest_title_quest_hallo19_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", - "quest_title_quest_hallo19_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_hallo19_evolve_plural": "Evolve {{amount_0}} Duskull or Shuppet", - "quest_title_quest_hallo19_transfer_plural": "Transfer {{amount_0}} Pokémon", - "quest_title_quest_hatch_egg_plural": "Hatch {{amount_0}} Eggs", - "quest_title_quest_hatch_egg_routes_plural": "Hatch {{amount_0}} Eggs while following Routes", - "quest_title_quest_hatch_egg_routes_singular": "Hatch an Egg while following a Route", - "quest_title_quest_hatch_egg_singular": "Hatch an Egg", - "quest_title_quest_hoenn_celebration_research": "Hoenn Celebration Research", - "quest_title_quest_hoenn19_catch_specific_plural": "Hoenn Celebration: Catch {{amount_0}} Zigzagoon or Taillow", - "quest_title_quest_hoenn19_evolve_specific_plural": "Hoenn Celebration: Evolve {{amount_0}} Wurmple", - "quest_title_quest_hoenn19_hatch_eggs": "Hoenn Celebration: Hatch {{amount_0}} Eggs", - "quest_title_quest_hoppt_catch_b": "Catch {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_b": "Evolve {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_s1": "Evolve {{amount_0}} Skiploom", - "quest_title_quest_incense_or_dai_plural": "Use {{amount_0}} Incense or Daily Adventure Incense", - "quest_title_quest_incense_or_dai_singular": "Use an Incense or Daily Adventure Incense", - "quest_title_quest_incense_plural": "Use {{amount_0}} Incense", - "quest_title_quest_incense_routes_plural": "Use {{amount_0}} Incense while following Routes", - "quest_title_quest_incense_routes_singular": "Use an Incense while following a Route", - "quest_title_quest_incense_singular": "Use an Incense", - "quest_title_quest_jan19rsd_buddywalk_singular": "Feebas Research: Earn 1 Buddy Candy", - "quest_title_quest_jan19rsd_hatch_egg_singular": "Feebas Research: Hatch 1 Egg", - "quest_title_quest_jan19rsd_land_great_plural": "Feebas Research: Make {{amount_0}} Great Throws", - "quest_title_quest_jan19rsd_land_nice_plural": "Feebas Research: Make {{amount_0}} Nice Throws", - "quest_title_quest_johtofestival_catch_special17_plural": "Johto Festival: Catch {{amount_0}} Sunkern", - "quest_title_quest_johtofestival_catch_type_water_plural": "Johto Festival: Catch {{amount_0}} Water Pokémon", - "quest_title_quest_johtofestival_evolve_plural": "Johto Festival: Evolve {{amount_0}} Sunkern or Natu", - "quest_title_quest_johtofestival_land_excellent_plural": "Johto Festival: Make {{amount_0}} Excellent Throws", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Johto Festival: Make {{amount_0}} Great Curveball Throws in a row", - "quest_title_quest_johtofestival_win_raid_singular": "Johto Festival: Win a raid", - "quest_title_quest_kanto_green_bellsprout": "GO Tour: Catch Bellsprout", - "quest_title_quest_kanto_green_meowth": "GO Tour: Catch Meowth", - "quest_title_quest_kanto_green_sandshrew": "GO Tour: Catch Sandshrew", - "quest_title_quest_kanto_green_vulpix": "GO Tour: Catch Vulpix", - "quest_title_quest_kanto_hatch_plural": "GO Tour Kanto: Hatch {{amount_0}} Eggs", - "quest_title_quest_kanto_hatch_singular": "GO Tour Kanto: Hatch an Egg", - "quest_title_quest_kanto_npc_plural": "GO Tour Kanto: Defeat {{amount_0}} GO Tour Challengers", - "quest_title_quest_kanto_npc_singular": "GO Tour Kanto: Defeat a GO Tour Challenger", - "quest_title_quest_kanto_red_ekans": "GO Tour: Catch Ekans", - "quest_title_quest_kanto_red_growlithe": "GO Tour: Catch Growlithe", - "quest_title_quest_kanto_red_mankey": "GO Tour: Catch Mankey", - "quest_title_quest_kanto_red_oddish": "GO Tour: Catch Oddish", - "quest_title_quest_kecleon_catch": "Catch {{amount_0}} Kecleon", - "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "Make {{amount_0}} Curveball Throws on Ghost-type Pokémon", - "quest_title_quest_land_curveball_plural": "Make {{amount_0}} Curveball Throws", - "quest_title_quest_land_curveball_singular": "Make a Curveball Throw", - "quest_title_quest_land_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws", - "quest_title_quest_land_excellent_curveball_singular": "Make an Excellent Curveball Throw", - "quest_title_quest_land_excellent_plural": "Make {{amount_0}} Excellent Throws", - "quest_title_quest_land_excellent_singular": "Make an Excellent Throw", - "quest_title_quest_land_great_curve_inarow_type_ghost": "Make {{amount_0}} Great Curveball Throws in a row on Ghost-type Pokémon", - "quest_title_quest_land_great_curve_type_ghost": "Make {{amount_0}} Great Curveball Throws on Ghost-type Pokémon", - "quest_title_quest_land_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws", - "quest_title_quest_land_great_curveball_singular": "Make a Great Curveball Throw", - "quest_title_quest_land_great_plural": "Make {{amount_0}} Great Throws", - "quest_title_quest_land_great_singular": "Make a Great Throw", - "quest_title_quest_land_great_type_ghost": "Make {{amount_0}} Great Throws on Ghost-type Pokémon", - "quest_title_quest_land_inarow_curveball_plural": "Make {{amount_0}} Curveball Throws in a row", - "quest_title_quest_land_inarow_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws in a row", - "quest_title_quest_land_inarow_excellent_plural": "Make {{amount_0}} Excellent Throws in a row", - "quest_title_quest_land_inarow_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws in a row", - "quest_title_quest_land_inarow_great_plural": "Make {{amount_0}} Great Throws in a row", - "quest_title_quest_land_inarow_nice_curveball_plural": "Make {{amount_0}} Nice Curveball Throws in a row", - "quest_title_quest_land_inarow_nice_plural": "Make {{amount_0}} Nice Throws in a row", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "Make {{amount_0}} Nice Curveball Throws in a row on Ghost-type Pokémon", - "quest_title_quest_land_nice_curve_plural": "Make {{amount_0}} Nice Curveball Throws", - "quest_title_quest_land_nice_curve_singular": "Make a Nice Curveball Throw", - "quest_title_quest_land_nice_curve_type_ghost": "Make {{amount_0}} Nice Curveball Throws on Ghost-type Pokémon", - "quest_title_quest_land_nice_electric_plural": "Catch {{amount_0}} Electric-type Pokémon with Nice Throws", - "quest_title_quest_land_nice_plural": "Make {{amount_0}} Nice Throws", - "quest_title_quest_land_nice_singular": "Make a Nice Throw", - "quest_title_quest_land_nice_type_ghost": "Make {{amount_0}} Nice Throws on Ghost-type Pokémon", - "quest_title_quest_larvitar_cdc_evolve_b": "Evolve {{amount_0}} Larvitar", - "quest_title_quest_larvitar_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Larvitar", - "quest_title_quest_latias_wild_snap": "Take a snapshot of Latias in the wild", - "quest_title_quest_latios_wild_snap": "Take a snapshot of Latios in the wild", - "quest_title_quest_litten_catch_b": "Catch {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_plural": "Evolve {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_singular": "Evolve a Litten", - "quest_title_quest_litten_snapshot_b": "Take a Snapshot of {{amount_0}} Litten", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "Challenge a nearby Trainer by scanning their Battle Code.", - "quest_title_quest_lucky_plural": "Obtain {{amount_0}} Lucky Pokémon in trades", - "quest_title_quest_lucky_singular": "Obtain a Lucky Pokémon in a trade", - "quest_title_quest_lunar19_friends_trade_plural": "Trade {{amount_0}} Pokémon with a friend", - "quest_title_quest_macht_catch_b": "Catch {{amount_0}} Machop", - "quest_title_quest_macht_evolve_b": "Evolve {{amount_0}} Machop", - "quest_title_quest_macht_evolve_s1": "Evolve {{amount_0}} Machoke", - "quest_title_quest_magit_catch_b": "Catch {{amount_0}} Magikarp", - "quest_title_quest_magit_evolve_b": "Evolve {{amount_0}} Magikarp", - "quest_title_quest_magmt_catch_b": "Catch {{amount_0}} Magmar", - "quest_title_quest_magmt_evolve_b": "Evolve {{amount_0}} Magmar", - "quest_title_quest_mareep_catch_b": "Catch {{amount_0}} Mareep", - "quest_title_quest_mareep_evolve_b": "Evolve {{amount_0}} Mareep", - "quest_title_quest_mareep_snapshot_b": "Take a snapshot of {{amount_0}} Mareep", - "quest_title_quest_mega_evo_primal_rev_plural": "Activate Primal Reversion or Mega Evolve a Pokémon {{amount_0}} times", - "quest_title_quest_mega_evo_primal_rev_singular": "Activate Primal Reversion or Mega Evolve a Pokémon", - "quest_title_quest_mega_evolve_beedrill": "Mega Evolve a Beedrill", - "quest_title_quest_mega_evolve_blastoise": "Mega Evolve a Blastoise", - "quest_title_quest_mega_evolve_charizard": "Mega Evolve a Charizard", - "quest_title_quest_mega_evolve_diancie": "Mega Evolve Diancie", - "quest_title_quest_mega_evolve_plural": "Mega Evolve {{amount_0}} Pokémon", - "quest_title_quest_mega_evolve_rayquaza": "Mega Evolve Rayquaza", - "quest_title_quest_mega_evolve_singular": "Mega Evolve a Pokémon", - "quest_title_quest_mega_evolve_venusaur": "Mega Evolve a Venusaur", - "quest_title_quest_mega_join_raid_plural": "Battle in {{amount_0}} Mega Raids", - "quest_title_quest_mega_join_raid_singular": "Battle in a Mega Raid", - "quest_title_quest_mega_win_raid_plural": "Win {{amount_0}} Mega Raids", - "quest_title_quest_mega_win_raid_singular": "Win a Mega Raid", - "quest_title_quest_mesprit_wild_snap": "Take a snapshot of Mesprit in the wild", - "quest_title_quest_metang_evolve_b_singular": "Evolve a Metang", - "quest_title_quest_more_reseach_coming_soon": "More research requests will be coming soon!", - "quest_title_quest_mudkt_catch_b": "Catch {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_b": "Evolve {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_s1": "Evolve {{amount_0}} Marshtomp", - "quest_title_quest_new_friends_plural": "Make {{amount_0}} new friends", - "quest_title_quest_new_friends_singular": "Make a new friend", - "quest_title_quest_noibat_catch_b": "Catch {{amount_0}} Noibat", - "quest_title_quest_noibat_evolve_b": "Evolve {{amount_0}} Noibat", - "quest_title_quest_noibat_snapshot_b": "Take a snapshot of {{amount_0}} Noibat", - "quest_title_quest_oshat_catch_b": "Catch {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_b": "Evolve {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_s1": "Evolve a Dewott", - "quest_title_quest_party_catch_electric_type_plural": "Catch {{amount_0}} Electric-type Pokémon while in a party", - "quest_title_quest_party_catch_electric_type_singular": "Catch a Electric-type Pokémon while in a party", - "quest_title_quest_party_catch_fire_type_plural": "Catch {{amount_0}} Fire-type Pokémon while in a party", - "quest_title_quest_party_catch_fire_type_singular": "Catch a Fire-type Pokémon while in a party", - "quest_title_quest_party_catch_normal_type_plural": "Catch {{amount_0}} Normal-type Pokémon while in a party", - "quest_title_quest_party_catch_normal_type_singular": "Catch a Normal-type Pokémon while in a party", - "quest_title_quest_party_catch_water_type_plural": "Catch {{amount_0}} Water-type Pokémon while in a party", - "quest_title_quest_party_catch_water_type_singular": "Catch a Water-type Pokémon while in a party", - "quest_title_quest_party_challenge_plural": "Complete {{amount_0}} Party Challenges", - "quest_title_quest_party_challenge_singular": "Complete a Party Challenge", - "quest_title_quest_platinum_johto_badge": "Earn the platinum Johto medal", - "quest_title_quest_platinum_kanto_badge": "Earn the platinum Kanto medal", - "quest_title_quest_platinum_medal_plural": "Earn {{amount_0}} platinum medals", - "quest_title_quest_platinum_medal_plural_five": "Earn 5 platinum medals", - "quest_title_quest_platinum_medal_plural_forty": "Earn 40 platinum medals", - "quest_title_quest_platinum_medal_plural_ten": "Earn 10 platinum medals", - "quest_title_quest_platinum_medal_plural_twenty": "Earn 20 platinum medals", - "quest_title_quest_platinum_medal_singular": "Earn a platinum medal", - "quest_title_quest_play_buddy_singular": "Play with your buddy", - "quest_title_quest_pokemon_appears": "Pokémon appears!", - "quest_title_quest_poliwag_catch_b": "Catch {{amount_0}} Poliwag", - "quest_title_quest_poliwag_evolve_b": "Evolve {{amount_0}} Poliwag", - "quest_title_quest_poliwag_snapshot_b": "Take {{amount_0}} snapshots of Poliwag", - "quest_title_quest_poliwhirl_evolve_b": "Evolve {{amount_0}} Poliwhirl", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "Catch {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_plural": "Evolve {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_singular": "Evolve a Popplio", - "quest_title_quest_porygon_catch_b": "Catch {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_plural": "Evolve {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_singular": "Evolve a Porygon", - "quest_title_quest_porygon_snapshot_b": "Take a snapshot of {{amount_0}} Porygon", - "quest_title_quest_porygon2_evolve_b_plural": "Evolve {{amount_0}} Porygon2", - "quest_title_quest_porygon2_evolve_b_singular": "Evolve a Porygon2", - "quest_title_quest_poryt_catch_b": "Catch {{amount_0}} Porygon", - "quest_title_quest_poryt_catch_s1": "Catch {{amount_0}} Porygon2", - "quest_title_quest_poryt_evolve_b": "Evolve {{amount_0}} Porygon", - "quest_title_quest_poryt_evolve_s1": "Evolve {{amount_0}} Porygon2", - "quest_title_quest_power_up_dragon_plural": "Power up Dragon-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_fire_ice": "Power up Fire- or Ice-type Pokémon 5 times", - "quest_title_quest_power_up_grass_ghost": "Power up Grass- or Ghost-type Pokémon 5 times", - "quest_title_quest_power_up_legendary_plural": "Power up Legendary or Mythical Pokémon {{amount_0}} times", - "quest_title_quest_power_up_legendary_singular": "Power up a Legendary or Mythical Pokémon", - "quest_title_quest_power_up_max_plural": "Power up {{amount_0}} Pokémon to their max CP", - "quest_title_quest_power_up_max_singular": "Power up a Pokémon to its max CP", - "quest_title_quest_power_up_plural": "Power up Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_bug": "Power up Bug-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_dark": "Power up Dark-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_dragon": "Power up Dragon-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_electric": "Power up Electric-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_fairy": "Power up Fairy-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_fighting": "Power up Fighting-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_fire": "Power up Fire-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_flying": "Power up Flying-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_ghost": "Power up Ghost-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_grass": "Power up Grass-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_ground": "Power up Ground-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_ice": "Power up Ice-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_normal": "Power up Normal-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_poison": "Power up Poison-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_psychic": "Power up Psychic-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_rock": "Power up Rock-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_rock_fairy": "Power up Rock- or Fairy-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_steel": "Power up Steel-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_water": "Power up Water-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_poison_rock": "Power up Poison- or Rock-type Pokémon 5 times", - "quest_title_quest_power_up_singular": "Power up a Pokémon", - "quest_title_quest_power_up_singular_marshadow": "Power up Marshadow", - "quest_title_quest_power_up_water_normal": "Power up Normal- or Water-type Pokémon 5 times", - "quest_title_quest_primal_raid_victory_groudon": "Win a Primal Groudon raid", - "quest_title_quest_primal_raid_victory_kyogre": "Win a Primal Kyogre raid", - "quest_title_quest_primal_raid_victory_plural": "Win {{amount_0}} Primal Raids", - "quest_title_quest_primal_raid_victory_singular": "Win a Primal Raid", - "quest_title_quest_primal_reversion_plural": "Activate Primal Reversion {{amount_0}} times", - "quest_title_quest_primal_reversion_singular": "Activate Primal Reversion", - "quest_title_quest_primal_surge_candy": "Primal Surge: Earn a Candy walking with your buddy", - "quest_title_quest_primal_surge_catch": "Primal Surge: Catch 10 Pokémon", - "quest_title_quest_primal_surge_hatch": "Primal Surge: Hatch an Egg", - "quest_title_quest_primal_surge_power_ground": "Primal Surge: Power up Ground-type Pokémon 5 times", - "quest_title_quest_primal_surge_power_water": "Primal Surge: Power up Water-type Pokémon 5 times", - "quest_title_quest_primal_surge_raid": "Primal Surge: Win a raid", - "quest_title_quest_psychicspec_catch_abra_plural": "Catch {{amount_0}} Abra or Drowzee", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_psychicspec_evolve_plural": "Evolve {{amount_0}} Exeggcute or Slowpoke", - "quest_title_quest_quaxly_evolve_b": "Evolve a Quaxly", - "quest_title_quest_quaxwell_evolve_b": "Evolve a Quaxwell", - "quest_title_quest_quilava_evolve_b_plural": "Evolve {{amount_0}} Quilava", - "quest_title_quest_quilava_evolve_b_singular": "Evolve a Quilava", - "quest_title_quest_quilladin_evolve_b": "Evolve {{amount_0}} Quilladin", - "quest_title_quest_raboot_evolve": "Evolve a Raboot", - "quest_title_quest_raid_friend_singular": "Raid with a friend", - "quest_title_quest_raid_t5_win": "Win a five-star raid", - "quest_title_quest_raid_with_buddy_plural": "Battle in {{amount_0}} raids with your buddy", - "quest_title_quest_raid_with_buddy_singular": "Battle in a raid with your buddy", - "quest_title_quest_reach_hoenn_gold": "Earn a gold Hoenn medal", - "quest_title_quest_reach_johto_gold": "Earn a gold Johto medal", - "quest_title_quest_reach_kanto_gold": "Earn a gold Kanto medal", - "quest_title_quest_reach_kanto_silver": "Earn a silver Kanto medal", - "quest_title_quest_reach_level": "Reach level {{amount_0}}", - "quest_title_quest_referral_initial_milestone": "Logged in to Pokémon GO", - "quest_title_quest_remove_bonus_challenge_desc": "You’ll receive another task tomorrow.", - "quest_title_quest_reward_desc_1": "Collect stamps to unlock Research Breakthroughs from Professor Willow!", - "quest_title_quest_reward_desc_2": "Next Breakthrough in", - "quest_title_quest_reward_desc_3_plural": "{{amount_0}} more stamps!", - "quest_title_quest_reward_desc_3_singular": "{{amount_0}} more stamp!", - "quest_title_quest_reward_encounter_later": "Later", - "quest_title_quest_reward_encounter_uses_ar": "You must be in AR mode to catch this Pokémon.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "A mysterious Pokémon has appeared!", - "quest_title_quest_reward_start_encounter": "Start Encounter", - "quest_title_quest_rocket_battle_plural": "Battle {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rocket_battle_win_plural": "Defeat {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rocket_battle_win_singular": "Defeat a Team GO Rocket Grunt", - "quest_title_quest_rocket_catch_shadow_singular": "Catch a Shadow Pokémon", - "quest_title_quest_rocket_evolve_plural": "Evolve {{amount_0}} Pokémon", - "quest_title_quest_rocket_leader_battle_win_singular": "Defeat a Team GO Rocket Leader", - "quest_title_quest_rocket_power_up_plural": "Power up Pokémon {{amount_0}} times", - "quest_title_quest_rocket_purify_dark_plural": "Purify {{amount_0}} Dark-type Shadow Pokémon", - "quest_title_quest_rocket_purify_fire_plural": "Purify {{amount_0}} Fire-type Shadow Pokémon", - "quest_title_quest_rocket_purify_plural": "Purify {{amount_0}} Shadow Pokémon", - "quest_title_quest_rocket_purify_type_singular": "Purify a Fire-, Water-, or Grass-type Shadow Pokémon", - "quest_title_quest_rocket_rescue_shadow_plural": "Rescue {{amount_0}} Shadow Pokémon", - "quest_title_quest_rocket_shadow_plural": "Catch {{amount_0}} Shadow Pokémon", - "quest_title_quest_rockethq1_arlo_win": "Defeat Team GO Rocket Leader Arlo", - "quest_title_quest_rockethq1_arlo_win_plural": "Defeat Team GO Rocket Leader Arlo {{amount_0}} times", - "quest_title_quest_rockethq1_battle_boss": "Battle the Team GO Rocket Boss", - "quest_title_quest_rockethq1_catch_legendary_shadow": "Catch a Legendary Shadow Pokémon", - "quest_title_quest_rockethq1_catch_shadow1": "Catch {{amount_0}} Shadow Pokémon", - "quest_title_quest_rockethq1_cliff_win": "Defeat Team GO Rocket Leader Cliff", - "quest_title_quest_rockethq1_cliff_win_plural": "Defeat Team GO Rocket Leader Cliff {{amount_0}} times", - "quest_title_quest_rockethq1_defeat_boss": "Defeat the Team GO Rocket Boss", - "quest_title_quest_rockethq1_find_boss": "Find the Team GO Rocket Boss", - "quest_title_quest_rockethq1_grunt_win1": "Defeat {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rockethq1_grunt_win2": "Defeat {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rockethq1_leader_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", - "quest_title_quest_rockethq1_leaders_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", - "quest_title_quest_rockethq1_purify": "Purify {{amount_0}} Shadow Pokémon", - "quest_title_quest_rockethq1_raid_win": "Win {{amount_0}} raids", - "quest_title_quest_rockethq1_sierra_win": "Defeat Team GO Rocket Leader Sierra", - "quest_title_quest_rockethq1_sierra_win_plural": "Defeat Team GO Rocket Leader Sierra {{amount_0}} times", - "quest_title_quest_rockethq1_spin": "Spin {{amount_0}} PokéStops", - "quest_title_quest_rockethq1_spin_row": "Spin a PokéStop {{amount_0}} days in a row", - "quest_title_quest_rockethq1_supereffective": "Use {{amount_0}} supereffective Charged Attacks in Gym battles", - "quest_title_quest_rockethq1_trainerbattle_win": "Win {{amount_0}} Great League Trainer Battles against another Trainer", - "quest_title_quest_roggenrola_catch_b": "Catch {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_evolve_b": "Evolve {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_snapshot_b": "Take {{amount_0}} snapshots of Roggenrola", - "quest_title_quest_roset_catch_b": "Catch {{amount_0}} Roselia", - "quest_title_quest_roset_evolve_b": "Evolve {{amount_0}} Roselia", - "quest_title_quest_rowlet_catch_b": "Catch {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_plural": "Evolve {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_singular": "Evolve {{amount_0}} Rowlet", - "quest_title_quest_rowlet_snapshot_b": "Take a snapshot of {{amount_0}} Rowlet", - "quest_title_quest_sandt_catch_b": "Catch {{amount_0}} Sandshrew", - "quest_title_quest_sandt_evolve_b": "Evolve {{amount_0}} Sandshrew", - "quest_title_quest_scorbunny_evolve": "Evolve a Scorbunny", - "quest_title_quest_send_gifts_daily_row": "Send Gifts {{amount_0}} Days in a Row", - "quest_title_quest_send_gifts_plural": "Send {{amount_0}} Gifts to friends", - "quest_title_quest_send_gifts_singular": "Send a Gift to a friend", - "quest_title_quest_send_gifts_sticker_plural": "Send {{amount_0}} Gifts and add a sticker to each", - "quest_title_quest_send_gifts_sticker_singular": "Send a Gift with a sticker", - "quest_title_quest_shelgon_evolve_b_plural": "Evolve {{amount_0}} Shelgon", - "quest_title_quest_shelgon_evolve_b_singular": "Evolve a Shelgon", - "quest_title_quest_shint_catch_b": "Catch {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_b": "Evolve {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_s1": "Evolve {{amount_0}} Luxio", - "quest_title_quest_sinnoh_evolve_plural": "Evolve {{amount_0}} Pokémon to species originally discovered in the Sinnoh region", - "quest_title_quest_sinnoh_evolve_stone_plural": "Use a Sinnoh Stone to evolve {{amount_0}} Pokémon", - "quest_title_quest_sinnoh_medal_gold": "Earn a gold Sinnoh medal", - "quest_title_quest_sliggoo_evolve_b_plural": "Evolve {{amount_0}} Sliggoo", - "quest_title_quest_sliggoo_evolve_b_singular": "Evolve a Sliggoo", - "quest_title_quest_slowpoke_catch_b": "Catch {{amount_0}} Slowpoke or Galarian Slowpoke", - "quest_title_quest_slowpoke_evolve_b": "Evolve {{amount_0}} Slowpoke or Galarian Slowpoke", - "quest_title_quest_slowpoke_snapshot_b": "Take a snapshot of {{amount_0}} Slowpoke or Galarian Slowpoke", - "quest_title_quest_snapshot_ar_photo_safari": "Take a Snapshot with your Buddy at the PGO Tent", - "quest_title_quest_snapshot_bali": "Take a snapshot in Bali", - "quest_title_quest_snapshot_buddy": "Take a snapshot with your buddy", - "quest_title_quest_snapshot_bulbasaur": "Take a snapshot of Bulbasaur", - "quest_title_quest_snapshot_charmander": "Take a snapshot of Charmander", - "quest_title_quest_snapshot_chikorita": "Take a snapshot of your Chikorita", - "quest_title_quest_snapshot_cyndaquil": "Take a snapshot of your Cyndaquil", - "quest_title_quest_snapshot_genesect": "Take {{amount_0}} snapshots of Genesect", - "quest_title_quest_snapshot_hariyama": "Take a snapshot of your Hariyama", - "quest_title_quest_snapshot_hoopa_singular": "Take a snapshot of Hoopa", - "quest_title_quest_snapshot_jeju": "Take a snapshot on Jeju Island", - "quest_title_quest_snapshot_keldeo": "Take {{amount_0}} snapshots of Keldeo", - "quest_title_quest_snapshot_landorus": "Take a snapshot of Landorus", - "quest_title_quest_snapshot_machamp": "Take a snapshot of your Machamp", - "quest_title_quest_snapshot_okinawa": "Take a snapshot in Okinawa", - "quest_title_quest_snapshot_poison_grass_singular": "Take a snapshot of a wild Poison-type Pokémon", - "quest_title_quest_snapshot_regi_ice": "Take a snapshot of Regice", - "quest_title_quest_snapshot_regi_rock": "Take a snapshot of Regirock", - "quest_title_quest_snapshot_regi_steel": "Take a snapshot of Registeel", - "quest_title_quest_snapshot_scrafty": "Take a snapshot of your Scrafty", - "quest_title_quest_snapshot_singular": "Take a snapshot", - "quest_title_quest_snapshot_storage_bug_unique_plural": "Take snapshots of {{amount_0}} different Bug-type Pokémon that you caught", - "quest_title_quest_snapshot_storage_steel_unique_plural": "Take snapshots of {{amount_0}} different Steel-type Pokémon that you caught", - "quest_title_quest_snapshot_storage_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", - "quest_title_quest_snapshot_surabaya": "Take a snapshot in Surabaya", - "quest_title_quest_snapshot_thundurus": "Take a snapshot of Thundurus", - "quest_title_quest_snapshot_tornadus": "Take a snapshot of Tornadus", - "quest_title_quest_snapshot_totodile": "Take a snapshot of your Totodile", - "quest_title_quest_snapshot_unique_fire_pokemon": "Take snapshots of {{amount_0}} different Fire-type Pokémon", - "quest_title_quest_snapshot_unique_pokemon": "Take snapshots of {{amount_0}} different Pokémon", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Take a snapshot of Shinx, Blitzle, or Furfrou in the wild", - "quest_title_quest_snapshot_wild_bug_plural": "Take {{amount_0}} snapshots of wild Bug-type Pokémon", - "quest_title_quest_snapshot_wild_bug_unique_plural": "Take snapshots of {{amount_0}} different wild Bug-type Pokémon", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Take a snapshot of Butterfree, Shinx, or Blitzle in the wild", - "quest_title_quest_snapshot_wild_dark_plural": "Take {{amount_0}} snapshots of wild Dark-type Pokémon", - "quest_title_quest_snapshot_wild_dark_unique_plural": "Take snapshots of {{amount_0}} different wild Dark-type Pokémon", - "quest_title_quest_snapshot_wild_dragon_plural": "Take {{amount_0}} snapshots of wild Dragon-type Pokémon", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "Take snapshots of {{amount_0}} different wild Dragon-type Pokémon", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Take a snapshot of Chinchou, Finneon, or Ducklett in the wild", - "quest_title_quest_snapshot_wild_eevee": "Take a snapshot of Eevee in the wild", - "quest_title_quest_snapshot_wild_electric_plural": "Take {{amount_0}} snapshots of wild Electric-type Pokémon", - "quest_title_quest_snapshot_wild_electric_unique_plural": "Take snapshots of {{amount_0}} different wild Electric-type Pokémon", - "quest_title_quest_snapshot_wild_entei": "Take a snapshot of Entei in the wild", - "quest_title_quest_snapshot_wild_fairy_plural": "Take {{amount_0}} snapshots of wild Fairy-type Pokémon", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Fairy-type Pokémon", - "quest_title_quest_snapshot_wild_fighting_plural": "Take {{amount_0}} snapshots of wild Fighting-type Pokémon", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "Take snapshots of {{amount_0}} different wild Fighting-type Pokémon", - "quest_title_quest_snapshot_wild_fire_plural": "Take {{amount_0}} snapshots of wild Fire-type Pokémon", - "quest_title_quest_snapshot_wild_fire_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-type Pokémon", - "quest_title_quest_snapshot_wild_flying_plural": "Take {{amount_0}} snapshots of wild Flying-type Pokémon", - "quest_title_quest_snapshot_wild_flying_unique_plural": "Take snapshots of {{amount_0}} different wild Flying-type Pokémon", - "quest_title_quest_snapshot_wild_frillish_absol": "Take a snapshot of Absol or Frillish in the wild", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Take a snapshot of Sandshrew, Geodude, or Cacnea in the wild", - "quest_title_quest_snapshot_wild_ghost_plural": "Take {{amount_0}} snapshots of wild Ghost-type Pokémon", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "Take snapshots of {{amount_0}} different wild Ghost-type Pokémon", - "quest_title_quest_snapshot_wild_grass_plural": "Take {{amount_0}} snapshots of wild Grass-type Pokémon", - "quest_title_quest_snapshot_wild_grass_singular": "Take a snapshot of a wild Grass-type Pokémon", - "quest_title_quest_snapshot_wild_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Grass-type Pokémon", - "quest_title_quest_snapshot_wild_ground_plural": "Take {{amount_0}} snapshots of wild Ground-type Pokémon", - "quest_title_quest_snapshot_wild_ground_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-type Pokémon", - "quest_title_quest_snapshot_wild_hoothoot": "Take a snapshot of Hoothoot in the wild", - "quest_title_quest_snapshot_wild_ice_plural": "Take {{amount_0}} snapshots of wild Ice-type Pokémon", - "quest_title_quest_snapshot_wild_ice_singular": "Take a snapshot of a wild Ice-type Pokémon", - "quest_title_quest_snapshot_wild_ice_unique_plural": "Take snapshots of {{amount_0}} different wild Ice-type Pokémon", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Take a snapshot of Metapod, Aipom, or Lotad in the wild", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Take a snapshot of Chinchou, Luvdisc, or Finneon in the wild", - "quest_title_quest_snapshot_wild_mareanie_singluar": "Take a snapshot of Mareanie in the wild", - "quest_title_quest_snapshot_wild_normal_plural": "Take {{amount_0}} snapshots of wild Normal-type Pokémon", - "quest_title_quest_snapshot_wild_normal_unique_plural": "Take snapshots of {{amount_0}} different wild Normal-type Pokémon", - "quest_title_quest_snapshot_wild_plural": "Take {{amount_0}} snapshots of wild Pokémon", - "quest_title_quest_snapshot_wild_poison_plural": "Take {{amount_0}} snapshots of wild Poison-type Pokémon", - "quest_title_quest_snapshot_wild_poison_unique_plural": "Take snapshots of {{amount_0}} different wild Poison-type Pokémon", - "quest_title_quest_snapshot_wild_psychic_plural": "Take {{amount_0}} snapshots of wild Psychic-type Pokémon", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "Take snapshots of {{amount_0}} different wild Psychic-type Pokémon", - "quest_title_quest_snapshot_wild_raikou": "Take a snapshot of Raikou in the wild", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-, Rock-, or Fairy-type Pokémon", - "quest_title_quest_snapshot_wild_rock_plural": "Take {{amount_0}} snapshots of wild Rock-type Pokémon", - "quest_title_quest_snapshot_wild_rock_unique_plural": "Take snapshots of {{amount_0}} different wild Rock-type Pokémon", - "quest_title_quest_snapshot_wild_singular": "Take a snapshot of a wild Pokémon", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Take a snapshot of Dodrio, Mantine, or Skarmory in the wild", - "quest_title_quest_snapshot_wild_skitty_kirlia": "Take a snapshot of Kirlia or Skitty in the wild", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Take a snapshot of Sneasel, Croagunk, or Frillish in the wild", - "quest_title_quest_snapshot_wild_steel_plural": "Take {{amount_0}} snapshots of wild Steel-type Pokémon", - "quest_title_quest_snapshot_wild_steel_unique_plural": "Take snapshots of {{amount_0}} different wild Steel-type Pokémon", - "quest_title_quest_snapshot_wild_suicune": "Take a snapshot of Suicune in the wild", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Take a snapshot of Sandshrew, Trapinch, or Cacnea in the wild", - "quest_title_quest_snapshot_wild_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-, Water-, or Grass-type Pokémon", - "quest_title_quest_snapshot_wild_water_plural": "Take {{amount_0}} snapshots of wild Water-type Pokémon", - "quest_title_quest_snapshot_wild_water_singular": "Take a snapshot of wild Water-type Pokémon", - "quest_title_quest_snapshot_wild_water_unique_plural": "Take snapshots of {{amount_0}} different wild Water-type Pokémon", - "quest_title_quest_snapshot_yogyakarta": "Take a snapshot in Yogyakarta", - "quest_title_quest_snapshots_inarow_plural": "Take a snapshot of a Pokémon {{amount_0}} days in a row", - "quest_title_quest_snapshots_plural": "Take {{amount_0}} snapshots", - "quest_title_quest_snapshots_your_plural": "Take {{amount_0}} snapshots of your Pokémon", - "quest_title_quest_snapshots_your_singular": "Take a snapshot of one of your Pokémon", - "quest_title_quest_snivt_catch_b": "Catch {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_b": "Evolve {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_s1": "Evolve {{amount_0}} Servine", - "quest_title_quest_sobble_evolve": "Evolve a Sobble", - "quest_title_quest_sphet_catch_b": "Catch {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_b": "Evolve {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_s1": "Evolve {{amount_0}} Sealeo", - "quest_title_quest_spin_151": "Spin 151 PokéStops or Gyms", - "quest_title_quest_spin_daysinarow": "Visit PokéStops {{amount_0}} days in a row", - "quest_title_quest_spin_go_tour_habitat_01": "Spin {{amount_0}} PokéStops or Gyms in the Seaside Metropolis habitat", - "quest_title_quest_spin_go_tour_habitat_02": "Spin {{amount_0}} PokéStops or Gyms in the Entangled Ruins habitat", - "quest_title_quest_spin_go_tour_habitat_03": "Spin {{amount_0}} PokéStops or Gyms in the Bubbling Mire habitat", - "quest_title_quest_spin_go_tour_habitat_04": "Spin {{amount_0}} PokéStops or Gyms in the Mountain Hot Spring habitat", - "quest_title_quest_spin_go_tour_spiritomb_plural": "Spin {{amount_0}} different Spiritomb PokéStops", - "quest_title_quest_spin_go_tour_spiritomb_singular": "Spin a Spiritomb PokéStop", - "quest_title_quest_spin_mexico_plural": "Spin {{amount_0}} PokéStops in Mexico", - "quest_title_quest_spin_mexico_singular": "Spin a PokéStop in Mexico", - "quest_title_quest_spin_pokestop_days": "Visit PokéStops on {{amount_0}} different days", - "quest_title_quest_spin_ultra_wormhole_gym": "Spin the Gym marked “Ultra Wormhole”", - "quest_title_quest_spin_wcs_2024": "Spin 10 PokéStops or Gyms at the Hawaiʻi Convention Center", - "quest_title_quest_sprigatito_evolve_b": "Evolve a Sprigatito", - "quest_title_quest_squirtle_catch_b": "Catch {{amount_0}} Squirtle", - "quest_title_quest_squirtle_evolve_b": "Evolve {{amount_0}} Squirtle", - "quest_title_quest_squirtle_snapshot_b": "Take {{amount_0}} snapshots of Squirtle", - "quest_title_quest_st_catch_s": "Catch 15 Seedot", - "quest_title_quest_st_evolve_n": "Evolve a Nuzleaf", - "quest_title_quest_st_evolve_s": "Evolve 3 Seedot", - "quest_title_quest_stardust_plural": "Earn {{amount_0}} Stardust", - "quest_title_quest_starly_catch_b": "Catch {{amount_0}} Starly", - "quest_title_quest_starly_evolve_b": "Evolve {{amount_0}} Starly", - "quest_title_quest_starly_snapshot_b": "Take {{amount_0}} snapshots of Starly", - "quest_title_quest_start_battle": "START BATTLE!", - "quest_title_quest_steenee_evolve_b_plural": "Evolve {{amount_0}} Steenee", - "quest_title_quest_steenee_evolve_b_singular": "Evolve a Steenee", - "quest_title_quest_streak_format": "{{amount_0}} DAY STREAK!", - "quest_title_quest_stuff_catch_b": "Catch {{amount_0}} Stufful", - "quest_title_quest_stuff_evolve_b": "Evolve {{amount_0}} Stufful", - "quest_title_quest_stuff_snapshot_b": "Take {{amount_0}} snapshots of Stufful in the wild", - "quest_title_quest_supereffective_charge_party_plural": "Use {{amount_0}} supereffective Charged Attacks while in a party", - "quest_title_quest_supereffective_charge_party_singular": "Use a supereffective Charged Attack while in a party", - "quest_title_quest_supereffective_charge_plural": "Use {{amount_0}} supereffective Charged Attacks", - "quest_title_quest_supereffective_charge_singular": "Use a supereffective Charged Attack", - "quest_title_quest_surskit_catch": "Catch {{amount_0}} Surskit", - "quest_title_quest_swabt_catch_b": "Catch {{amount_0}} Swablu", - "quest_title_quest_swabt_evolve_b": "Evolve {{amount_0}} Swablu", - "quest_title_quest_swinub_cdc_evolve_b": "Evolve {{amount_0}} Swinub", - "quest_title_quest_swinub_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Swinub", - "quest_title_quest_teddiursa_catch_b": "Catch {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_evolve_b": "Evolve {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_snapshot_b": "Take a snapshot of {{amount_0}} Teddiursa", - "quest_title_quest_template.display.branches#0.button_text_key": "Raids, Grunts, and Gyms!", - "quest_title_quest_template.display.branches#0.description_key": "By choosing this path, you’ll be given tasks related to challenging Gyms, raids, and Team GO Rocket members to earn rewards such as an encounter with Charizard and more.", - "quest_title_quest_template.display.branches#1.button_text_key": "GO Battle League!", - "quest_title_quest_template.display.branches#1.description_key": "By choosing this path, you’ll be challenged with tasks related to battling other Trainers to earn rewards such as an encounter with Charizard and more.", - "quest_title_quest_tepit_catch_b": "Catch {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_b": "Evolve {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_s1": "Evolve {{amount_0}} Pignite", - "quest_title_quest_thwackey_evolve": "Evolve a Thwackey", - "quest_title_quest_timburr_catch_b": "Catch {{amount_0}} Timburr", - "quest_title_quest_timburr_evolve_b": "Evolve {{amount_0}} Timburr", - "quest_title_quest_timburr_snapshot_b": "Take a snapshot of {{amount_0}} Timburr", - "quest_title_quest_time_remaining_day_plural": "{{amount_0}} days left to complete this Special Research", - "quest_title_quest_time_remaining_day_singular": "{{amount_0}} day left to complete this Special Research", - "quest_title_quest_togetic_catch_b": "Catch {{amount_0}} Togetic", - "quest_title_quest_togetic_evolve_b": "Evolve {{amount_0}} Togetic", - "quest_title_quest_togetic_snapshot_b": "Take a snapshot of {{amount_0}} Togetic", - "quest_title_quest_torracat_evolve_b_plural": "Evolve {{amount_0}} Torracat", - "quest_title_quest_torracat_evolve_b_singular": "Evolve a Torracat", - "quest_title_quest_trade_50km_plural": "Make {{amount_0}} trades with Pokémon caught at least 50 km apart", - "quest_title_quest_trade_100km_plural": "Make {{amount_0}} trades with Pokémon caught at least 100 km apart", - "quest_title_quest_trade_200km_plural": "Make {{amount_0}} trades with Pokémon caught at least 200 km apart", - "quest_title_quest_trade_300km_plural": "Make {{amount_0}} trades with Pokémon caught at least 300 km apart", - "quest_title_quest_trade_400km_plural": "Make {{amount_0}} trades with Pokémon caught at least 400 km apart", - "quest_title_quest_trade_500km_plural": "Make {{amount_0}} trades with Pokémon caught at least 500 km apart", - "quest_title_quest_trade_500km_singular": "Make a trade with Pokémon caught at least 500 km apart", - "quest_title_quest_trade_pikachu_plural": "Trade {{amount_0}} Pikachu", - "quest_title_quest_trade_plural": "Trade Pokémon {{amount_0}} times", - "quest_title_quest_trade_singular": "Trade a Pokémon", - "quest_title_quest_transfer_pidgey_plural": "Transfer {{amount_0}} Pidgey", - "quest_title_quest_transfer_pokemon_plural": "Transfer {{amount_0}} Pokémon", - "quest_title_quest_transfer_pokemon_singular": "Transfer a Pokémon", - "quest_title_quest_transfer_rock_or_poison_plural": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", - "quest_title_quest_transfer_rock_poison": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", - "quest_title_quest_transfer_type_bug_plural": "Transfer {{amount_0}} Bug-type Pokémon", - "quest_title_quest_transfer_type_dark_plural": "Transfer {{amount_0}} Dark-type Pokémon", - "quest_title_quest_transfer_type_dragon_plural": "Transfer {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_transfer_type_electric_plural": "Transfer {{amount_0}} Electric-type Pokémon", - "quest_title_quest_transfer_type_fairy_plural": "Transfer {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_transfer_type_fighting_plural": "Transfer {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_transfer_type_fire_plural": "Transfer {{amount_0}} Fire-type Pokémon", - "quest_title_quest_transfer_type_flying_plural": "Transfer {{amount_0}} Flying-type Pokémon", - "quest_title_quest_transfer_type_ghost_plural": "Transfer {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_transfer_type_grass_plural": "Transfer {{amount_0}} Grass-type Pokémon", - "quest_title_quest_transfer_type_ground_plural": "Transfer {{amount_0}} Ground-type Pokémon", - "quest_title_quest_transfer_type_ice_plural": "Transfer {{amount_0}} Ice-type Pokémon", - "quest_title_quest_transfer_type_normal_plural": "Transfer {{amount_0}} Normal-type Pokémon", - "quest_title_quest_transfer_type_poison_plural": "Transfer {{amount_0}} Poison-type Pokémon", - "quest_title_quest_transfer_type_psychic_plural": "Transfer {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_transfer_type_rock_plural": "Transfer {{amount_0}} Rock-type Pokémon", - "quest_title_quest_transfer_type_steel_plural": "Transfer {{amount_0}} Steel-type Pokémon", - "quest_title_quest_transfer_type_water_plural": "Transfer {{amount_0}} Water-type Pokémon", - "quest_title_quest_travel_routes_km_plural": "Walk {{amount_0}} km while traveling Routes", - "quest_title_quest_travel_routes_meters_plural": "Walk {{amount_0}} m while traveling Routes", - "quest_title_quest_tynamo_catch_b": "Catch {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_plural": "Evolve {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_singular": "Evolve a Tynamo", - "quest_title_quest_under_investigation": "Professor Willow is currently performing an investigation regarding this research. Check back for more details soon!", - "quest_title_quest_urd22_june_battle_gym": "Research Day: Battle in a Gym", - "quest_title_quest_urd22_june_battle_raid": "Research Day: Battle in a raid", - "quest_title_quest_urd22_june_beries": "Research Day: Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_urd22_june_catch_rock": "Research Day: Catch {{amount_0}} Rock-type Pokémon", - "quest_title_quest_urd22_june_catch_weather": "Research Day: Catch {{amount_0}} Pokémon with Weather Boost", - "quest_title_quest_urd22_june_curveball": "Research Day: Land {{amount_0}} Curveball Throws", - "quest_title_quest_urd22_june_curveball_row": "Research Day: Land {{amount_0}} Curveball Throws in a row", - "quest_title_quest_urd22_june_evolve_rock": "Research Day: Evolve {{amount_0}} Rock-type Pokémon", - "quest_title_quest_urd22_june_gift_sticker": "Research Day: Send {{amount_0}} Gifts with stickers", - "quest_title_quest_urd22_june_great": "Research Day: Land {{amount_0}} Great Throws", - "quest_title_quest_urd22_june_great_row": "Research Day: Land {{amount_0}} Great Throws in a row", - "quest_title_quest_urd22_june_nice": "Research Day: Land {{amount_0}} Nice Throws", - "quest_title_quest_urd22_june_nice_row": "Research Day: Land {{amount_0}} Nice Throws in a row", - "quest_title_quest_urd22_june_powerup": "Research Day: Power up a Pokémon {{amount_0}} times", - "quest_title_quest_urd22_june_snap_rock": "Research Day: Take a snapshot of a wild Rock-type Pokémon", - "quest_title_quest_urd22_june_spin_stops": "Research Day: Spin {{amount_0}} PokéStops", - "quest_title_quest_urd22_june_supereffective": "Research Day: Use a supereffective Charged Attack", - "quest_title_quest_ursaring_evolve_b": "Evolve {{amount_0}} Ursaring", - "quest_title_quest_use_any_potion": "Use any Potion on a Pokémon", - "quest_title_quest_use_charged_move_singular": "Use a supereffective Charged Attack", - "quest_title_quest_use_charged_tm": "Use a Charged TM", - "quest_title_quest_use_dai_plural": "Use {{amount_0}} Daily Adventure Incense", - "quest_title_quest_use_dai_singular": "Use one Daily Adventure Incense", - "quest_title_quest_use_fast_tm": "Use a Fast TM", - "quest_title_quest_use_hyper_potion": "Use a Hyper Potion on a Pokémon", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "Use {{amount_0}} Lure Modules while following Routes", - "quest_title_quest_use_lure_singular": "Use a Lure Module while following a Route", - "quest_title_quest_use_max_potion": "Use a Max Potion on a Pokémon", - "quest_title_quest_use_poffin": "Use a Poffin", - "quest_title_quest_use_rare_candy_plural": "Use {{amount_0}} Rare Candies", - "quest_title_quest_use_rare_candy_singular": "Use a Rare Candy", - "quest_title_quest_use_standard_charged_tm": "Use a Charged TM", - "quest_title_quest_use_standard_fast_tm": "Use a Fast TM", - "quest_title_quest_use_super_potion": "Use a Super Potion on a Pokémon", - "quest_title_quest_uxie_wild_snap": "Take a snapshot of Uxie in the wild", - "quest_title_quest_val19_catch_specific_plural": "Valentine’s Day: Catch {{amount_0}} Luvdisc", - "quest_title_quest_val19_catch_specific_singular": "Valentine’s Day: Catch a Chansey", - "quest_title_quest_visit_different_pokestops": "Spin {{amount_0}} different PokéStops", - "quest_title_quest_visit_pokestop_new_plural": "Spin {{amount_0}} PokéStops you haven't visited before", - "quest_title_quest_visit_pokestop_new_singular": "Spin a PokéStop you haven't visited before", - "quest_title_quest_visit_pokestops_party_plural": "Spin {{amount_0}} PokéStops or Gyms while in a party", - "quest_title_quest_visit_pokestops_plural": "Spin {{amount_0}} PokéStops or Gyms", - "quest_title_quest_visit_pokestops_singular": "Spin a PokéStop or Gym", - "quest_title_quest_visit_unique_pokestops_plural": "Spin {{amount_0}} different PokéStops or Gyms", - "quest_title_quest_wailmer_catch_b": "Catch {{amount_0}} Wailmer", - "quest_title_quest_waina_catch_great_ultra_plural": "Catch {{amount_0}} Pokémon in Great Balls or Ultra Balls using Pokémon GO Plus +", - "quest_title_quest_waina_catch_plural": "Catch {{amount_0}} Pokémon in Poké Balls using Pokémon GO Plus +", - "quest_title_quest_waina_sleep_days": "Track sleep using Pokémon GO Plus + for {{amount_0}} days", - "quest_title_quest_waina_sleep_days_singular": "Track sleep using Pokémon GO Plus + for 1 day", - "quest_title_quest_waina_spin_pokestop_plural": "Spin {{amount_0}} PokéStops using Pokémon GO Plus +", - "quest_title_quest_walk_25km_inaweek_plural": "Walk 25 km in one week using Adventure Sync {{amount_0}} times", - "quest_title_quest_walk_buddy_plural": "Earn {{amount_0}} Candies walking with your buddy", - "quest_title_quest_walk_buddy_singular": "Earn a Candy walking with your buddy", - "quest_title_quest_walk_eevee_for_evo": "Walk 10 km with Eevee as your buddy to earn Candy", - "quest_title_quest_walk_hgrowlithe_header_0": "Tails of Adventure", - "quest_title_quest_walk_km": "Walk {{amount_0}} km", - "quest_title_quest_walk_km_plural": "Walk {{amount_0}} km", - "quest_title_quest_walk_routes_plural": "Walk {{amount_0}} km while following Routes", - "quest_title_quest_walk_routes_singular": "Walk {{amount_0}} km while following Routes", - "quest_title_quest_walk_steps": "Walk {{amount_0}} steps", - "quest_title_quest_wartortle_evolve_b": "Evolve {{amount_0}} Wartortle", - "quest_title_quest_waterfestival_catch_feed_plural": "Water Festival: Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_waterfestival_catch_pokemon_plural": "Water Festival: Catch {{amount_0}} Pokémon", - "quest_title_quest_waterfestival_catch_special9_plural": "Water Festival: Catch {{amount_0}} Magikarp or Wailmer", - "quest_title_quest_waterfestival_catch_type_water_plural": "Water Festival: Catch {{amount_0}} Water-type Pokémon", - "quest_title_quest_waterfestival_evolve_plural": "Water Festival: Evolve {{amount_0}} Shellder", - "quest_title_quest_waterfestival_evolve_type_water_plural": "Water Festival: Evolve {{amount_0}} Water-type Pokémon", - "quest_title_quest_waterfestival_hatch_egg_singular": "Water Festival: Hatch an Egg", - "quest_title_quest_waterfestival_land_great_plural": "Water Festival: Make {{amount_0}} Great Throws", - "quest_title_quest_waterfestival_land_nice_plural": "Water Festival: Make {{amount_0}} Nice Throws", - "quest_title_quest_waterfestival_win_raid_singular": "Water Festival: Win a raid", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer bonus: Catch {{amount_0}} Pokémon", - "quest_title_quest_wcs_2024_catch_psychic_electric": "Catch {{amount_0}} Electric- or Psychic-type Pokémon", - "quest_title_quest_wcs_2024_snapshot_fairy": "Take {{amount_0}} snapshots of different wild Fairy-type Pokémon", - "quest_title_quest_wcs_2024_spin_00": "Spin the PokéStop at the Pokémon GO Zone", - "quest_title_quest_wcs_2024_spin_01": "Spin the PokéStop at the Play Lab", - "quest_title_quest_wcs_2024_spin_02": "Spin the PokéStop at the Collect & Trade Corner", - "quest_title_quest_weepinbell_evolve_b_plural": "Evolve {{amount_0}} Weepinbell", - "quest_title_quest_weepinbell_evolve_b_singular": "Evolve a Weepinbell", - "quest_title_quest_wimpod_catch_b": "Catch {{amount_0}} Wimpod", - "quest_title_quest_win_gym_plural": "Win {{amount_0}} Gym battles", - "quest_title_quest_win_gym_singular": "Win a Gym battle", - "quest_title_quest_win_raid_2_singular": "Win a two-star raid or higher", - "quest_title_quest_win_raid_3_plural": "Win {{amount_0}} three-star raids or higher", - "quest_title_quest_win_raid_3_singular": "Win a three-star raid or higher", - "quest_title_quest_win_raid_buddy_plural": "Win {{amount_0}} raids with your Buddy Pokémon", - "quest_title_quest_win_raid_buddy_singular": "Win a raid with your buddy", - "quest_title_quest_win_raid_lvl1_higher_singular": "Win a one-star raid or higher", - "quest_title_quest_win_raid_lvl1_singular": "Win a one-star raid", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Win {{amount_0}} raids using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Win a raid using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Win a three-star raid using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 2,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Win a three-star raid using only Pokémon with 2,500 CP or less", - "quest_title_quest_win_raid_party_plural": "Win {{amount_0}} raids while in a party", - "quest_title_quest_win_raid_party_singular": "Win a raid while in a party", - "quest_title_quest_win_raid_plural": "Win {{amount_0}} raids", - "quest_title_quest_win_raid_singular": "Win a raid", - "quest_title_quest_win_raid_unique_plural": "Win {{amount_0}} raids using a team of all unique Pokémon species", - "quest_title_quest_win_raid_unique_singular": "Win a raid using a team of all unique Pokémon species", - "quest_title_quest_win_raid_with_friend_plural": "Win {{amount_0}} raids with a friend", - "quest_title_quest_win_raid_with_friend_singular": "Win a raid with a friend", - "quest_title_quest_win_raids_unique_1500_plural": "Win {{amount_0}} raids with a team of different Pokémon at or below 1,500 CP", - "quest_title_quest_win_raids_unique_plural": "Win {{amount_0}} raids with a team of different Pokémon", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "Defeat a Team GO Rocket Leader using only Pokémon with 1500 CP or less", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 2,500 CP or less", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,000 CP or less", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,500 CP or less", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 4,000 CP or less", - "quest_title_quest_wooper_catch_b": "Catch {{amount_0}} Wooper or Paldean Wooper", - "quest_title_quest_wooper_evolve_b": "Evolve {{amount_0}} Wooper or Paldean Wooper", - "quest_title_quest_wooper_snapshot_b": "Take a snapshot of {{amount_0}} Wooper or Paldean Wooper", - "quest_title_quest_wt_catch_weedle": "Catch {{amount_0}} Weedle", - "quest_title_quest_wt_evolve_kakuna": "Evolve {{amount_0}} Kakuna", - "quest_title_quest_wt_evolve_weedle": "Evolve {{amount_0}} Weedle", - "quest_title_quest_xp_plural": "Earn {{amount_0}} XP", - "quest_title_quest_zigzagoon_catch_b": "Catch {{amount_0}} Galarian Zigzagoon", - "quest_title_quest_zigzagoon_evolve_b": "Evolve {{amount_0}} Galarian Zigzagoon", - "quest_title_quest_zigzagoon_snapshot_b": "Take {{amount_0}} snapshots of Galarian Zigzagoon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Caught 0 Pokémon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Caught {{amount_0}} Pokémon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "Caught 1 Pokémon", - "quest_title_score_1_10_11_12_singular": "Caught {{amount_0}} Fire-, Water-, or Grass-type Pokémon", - "quest_title_score_1_10_singular": "Caught {{amount_0}} Fire-type Pokémon", - "quest_title_score_1_11_singular": "Caught {{amount_0}} Water-type Pokémon", - "quest_title_score_1_12_singular": "Caught {{amount_0}} Grass-type Pokémon", - "quest_title_score_1_none": "Caught 0 Pokémon", - "quest_title_score_1_plural": "Caught {{amount_0}} Pokémon", - "quest_title_score_1_singular": "Caught 1 Pokémon", - "quest_title_score_6_plural": "Won {{amount_0}} raids", - "quest_title_score_6_singular": "Won 1 raid", - "quest_title_score_8_10_none": "Made 0 Nice Throws", - "quest_title_score_8_10_plural": "Made {{amount_0}} Nice Throws", - "quest_title_score_8_10_singular": "Made 1 Nice Throw", - "quest_title_score_8_11_none": "Made 0 Great Throws", - "quest_title_score_8_11_plural": "Made {{amount_0}} Great Throws", - "quest_title_score_8_11_singular": "Made 1 Great Throw", - "quest_title_score_8_12_none": "Made 0 Excellent Throws", - "quest_title_score_8_12_plural": "Made {{amount_0}} Excellent Throws", - "quest_title_score_8_12_singular": "Made 1 Excellent Throw", - "quest_title_score_8_13_none": "Made 0 Curveball Throws", - "quest_title_score_8_13_plural": "Made {{amount_0}} Curveball Throws", - "quest_title_score_8_13_singular": "Made 1 Curveball Throw", - "quest_title_score_11_701_none": "Used 0 Razz Berries", - "quest_title_score_11_701_plural": "Used {{amount_0}} Razz Berries", - "quest_title_score_11_701_singular": "Used 1 Razz Berry", - "quest_title_score_11_703_none": "Used 0 Nanab Berries", - "quest_title_score_11_703_plural": "Used {{amount_0}} Nanab Berries", - "quest_title_score_11_703_singular": "Used 1 Nanab Berry", - "quest_title_score_11_705_none": "Used 0 Pinap Berries", - "quest_title_score_11_705_plural": "Used {{amount_0}} Pinap Berries", - "quest_title_score_11_705_singular": "Used 1 Pinap Berry", - "quest_title_score_15_10_none": "Made 0 Nice Curveball Throws", - "quest_title_score_15_10_plural": "Made {{amount_0}} Nice Curveball Throws", - "quest_title_score_15_10_singular": "Made 1 Nice Curveball Throw", - "quest_title_score_15_11_none": "Made 0 Great Curveball Throws", - "quest_title_score_15_11_plural": "Made {{amount_0}} Great Curveball Throws", - "quest_title_score_15_11_singular": "Made 1 Great Curveball Throw", - "quest_title_score_15_12_none": "Made 0 Excellent Curveball Throws", - "quest_title_score_15_12_plural": "Made {{amount_0}} Excellent Curveball Throws", - "quest_title_score_15_12_singular": "Made 1 Excellent Curveball Throw", - "quest_title_score_22_none": "Completed 0 battles with team leaders", - "quest_title_score_22_plural": "Completed {{amount_0}} battles with team leaders", - "quest_title_score_22_singular": "Completed 1 battle with a team leader", - "quest_title_score_23_none": "Completed 0 GO Battle League battles", - "quest_title_score_23_plural": "Completed {{amount_0}} GO Battle League battles", - "quest_title_score_23_singular": "Completed 1 GO Battle League battle", - "quest_title_score_battle_raid_none": "Battled in 0 raids", - "quest_title_score_battle_raid_plural": "Battled in {{amount_0}} raids", - "quest_title_score_battle_raid_singular": "Battled in 1 raid", - "quest_title_score_catch_feed_none": "Used 0 Berries", - "quest_title_score_catch_feed_plural": "Used {{amount_0}} Berries", - "quest_title_score_catch_feed_singular": "Used 1 Berry", - "quest_title_score_catch_pokemon": "Caught {{amount_0}} Pokémon", - "quest_title_score_defeat_rocket_none": "Defeated 0 Team GO Rocket members", - "quest_title_score_defeat_rocket_plural": "Defeated {{amount_0}} Team GO Rocket members", - "quest_title_score_defeat_rocket_singular": "Defeated 1 Team GO Rocket member", - "quest_title_score_field_research_none": "Completed 0 Field Research tasks", - "quest_title_score_field_research_plural": "Completed {{amount_0}} Field Research tasks", - "quest_title_score_field_research_singular": "Completed 1 Field Research task", - "quest_title_score_send_gift_none": "Sent 0 Gifts to friends", - "quest_title_score_send_gift_plural": "Sent {{amount_0}} Gifts to friends", - "quest_title_score_send_gift_singular": "Sent 1 Gift to a friend", - "quest_title_score_spin_pokestop_none": "Spun 0 PokéStops", - "quest_title_score_spin_pokestop_plural": "Spun {{amount_0}} PokéStops", - "quest_title_score_spin_pokestop_singular": "Spun 1 PokéStop", - "quest_win_raid_plural": "Win {{amount}} raids", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Star Raid", - "raid_1_plural": "1 Star Raids", - "raid_2": "2 Star Raid", - "raid_2_plural": "2 Star Raids", - "raid_3": "3 Star Raid", - "raid_3_plural": "3 Star Raids", - "raid_4": "4 Star Raid", - "raid_4_plural": "4 Star Raids", - "raid_5": "Legendary Raid", - "raid_5_plural": "Legendary Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "Best in the Afternoon", - "route_tag_architecture": "Architecture", - "route_tag_art": "Art", - "route_tag_beachy": "Beachy", - "route_tag_bike_path": "Bike Path", - "route_tag_biking": "Good for Biking", - "route_tag_body_of_water": "Waterside", - "route_tag_buildings": "Lots of Buildings", - "route_tag_category_misc": "Miscellaneous", - "route_tag_category_nearby": "Nearby", - "route_tag_category_suitability": "Suitability", - "route_tag_category_terrain": "Terrain", - "route_tag_category_theme": "Theme", - "route_tag_city_life": "City Life", - "route_tag_culture": "Culture", - "route_tag_easy_going": "Relaxed", - "route_tag_flat": "Flat", - "route_tag_foliage": "Lots of Foliage", - "route_tag_food": "Food", - "route_tag_grassy": "Grassy", - "route_tag_hilly": "Hilly", - "route_tag_historic": "Historic", - "route_tag_intense": "Intense", - "route_tag_morning": "Best in the Morning", - "route_tag_muddy": "Muddy", - "route_tag_nature": "Nature", - "route_tag_night": "Best at Night", - "route_tag_no_parking": "No Parking Nearby", - "route_tag_no_people": "Not Many People", - "route_tag_open_space": "Lots of Open Space", - "route_tag_parking": "Parking Nearby", - "route_tag_parks_nearby": "Parks Nearby", - "route_tag_partially_paved": "Partially Paved Path", - "route_tag_paved": "Paved Path", - "route_tag_people": "Lots of People", - "route_tag_pets": "Pet-Friendly", - "route_tag_plenty_pokestops": "Lots of PokéStops", - "route_tag_public_transport": "Near Public Transport", - "route_tag_raid_friendly": "Lots of Gyms", - "route_tag_rainy_day": "Good for a Rainy Day", - "route_tag_rocky": "Rocky", - "route_tag_running": "Good for Running", - "route_tag_sandy": "Sandy", - "route_tag_seasonal": "Seasonal", - "route_tag_sightseeing": "Sightseeing", - "route_tag_stroller": "Stroller-Accessible", - "route_tag_sunny_day": "Good for a Sunny Day", - "route_tag_tree_cover": "Tree Cover", - "route_tag_unpaved": "Unpaved Path", - "route_tag_views": "Great Views", - "route_tag_walking": "Good for Walking", - "route_tag_wheelchair": "Wheelchair Accessible", - "route_tag_wildlife": "Lots of Wildlife", - "route_tag_woodsy": "Woodsy", - "route_tags_label": "TAGS", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "Shadow", - "team_1": "Mystic", - "team_2": "Valor", - "team_3": "Instinct", - "team_a_0": "No Team", - "team_a_1": "Team Mystic", - "team_a_2": "Team Valor", - "team_a_3": "Team Instinct", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "Extreme", - "weather_1": "Clear", - "weather_2": "Rain", - "weather_3": "Partly Cloudy", - "weather_4": "Cloudy", - "weather_5": "Windy", - "weather_6": "Snow", - "weather_7": "Fog", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} diff --git a/client/public/locales/es/translation.json b/client/public/locales/es/translation.json deleted file mode 100644 index 2d0e7fcb4..000000000 --- a/client/public/locales/es/translation.json +++ /dev/null @@ -1,6001 +0,0 @@ -{ - "login": "Iniciar sesión", - "click_once": "Haz clic en 'Autorizar' solo una vez", - "save": "Guardar", - "reset": "Restablecer", - "close": "Cerrar", - "reset_filters": "Restablecer filtros", - "pokemon_filters": "Configuración de filtro de Pokémon", - "gyms_filters": "Configuración de filtro de gimnasios", - "pokestops_filters": "Configuración de filtro de Poképaradas", - "nests_filters": "Configuración de filtro de nidos", - "help": "Ayuda", - "apply_to_all": "Aplicar a todos", - "disable_all": "Desactivar todos", - "enable_all": "Activar todos", - "enabled": "Activado", - "legacy": "Legado", - "id": "ID", - "location": "Ubicación", - "search_pokemon": "Buscar Pokémon", - "search_nests": "Buscar nidos", - "search_gyms": "Buscar gimnasios", - "search_pokestops": "Buscar Poképaradas", - "search_raids": "Buscar incursiones", - "search_eggs": "Buscar huevos", - "search_quests": "Buscar misiones", - "search_lures": "Buscar señuelos", - "search_invasions": "Buscar invasiones", - "sm": "sm", - "md": "md", - "lg": "lg", - "xl": "XL", - "min": "Mínimo", - "max": "Máximo", - "set_size": "Establecer tamaño de icono", - "slot_selection": "Selección de ranura", - "generations": "Generaciones", - "types": "Tipos", - "forms": "Formas", - "rarity": "Rareza actual", - "others": "Otros", - "categories": "Categorías", - "rank": "Rango", - "slider_iv": "Rango de IV", - "slider_great": "Liga Super", - "slider_ultra": "Liga Ultra", - "slider_little": "Copa Chica", - "slider_atk_iv": "Ataque", - "slider_def_iv": "Defensa", - "slider_sta_iv": "Salud", - "slider_level": "Nivel", - "slider_size": "Tamaño", - "abbreviation_level": "L", - "lvl": "Nvl", - "cap": "Cap", - "custom": "Personalizado", - "valid": "Válido", - "invalid": "¡Inválido!", - "overwrites": "Sobrescribe todos los filtros", - "valid_filter": "Filtro de estadísticas válido", - "invalid_filter": "Ingresa un filtro válido", - "gyms": "Gimnasios", - "nests": "Nidos", - "pokestops": "Poképaradas", - "pokemon": "Pokémon", - "wayfarer": "Wayfarer", - "scan_areas": "Áreas escaneadas", - "s2cells": "Celdas S2", - "weather": "Clima", - "admin": "Administrador", - "settings": "Configuración", - "advanced": "Avanzado", - "tile_servers": "Servidores de mosaicos de mapa", - "icons": "Iconos", - "navigation": "Navegación", - "drawer": "Cajón", - "tile_servers_default": "Predeterminado", - "drawer_temporary": "Temporal", - "drawer_persistent": "Persistente", - "locale_selection": "Selección de idioma", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "Importar", - "export": "Exportar", - "logout": "Cerrar sesión", - "local_storage_cleared": "¡El almacenamiento local ha sido borrado!", - "iv_or_filter": "Filtro OR de IV", - "polygons": "Polígonos", - "raids": "Incursiones", - "ex_eligible": "Elegible para EX", - "in_battle": "En combate", - "all_pokestops": "Todas las Poképaradas", - "lures": "Módulos Cebo", - "quests": "Misiones", - "invasions": "Invasiones", - "portals": "Portales", - "submission_cells": "Celdas de solicitud", - "spawnpoint": "Punto de aparición", - "spawnpoints": "Puntos de aparición", - "s2_cell_level": "Celda S2 de Nivel {{level}} ", - "total_count": "Total", - "next_submission": "¡Siguiente solicitud!", - "never": "Nunca", - "next_gym": "Siguiente Gimnasio", - "scan_cells": "Escaneo de celdas", - "devices": "Dispositivos", - "use_my_location": "Usar mi ubicación", - "submit_feedback_title": "Enviar comentarios/Informar de errores", - "use_the_link_below": "Puedes usar el enlace de abajo para enviar comentarios o informar cualquier error que hayas encontrado.", - "feedback_to_devs": "Estos comentarios se envían directamente a los desarrolladores.", - "feedback_form": "Formulario de comentarios", - "unknown_pokestop": "Nombre de Poképarada desconocido", - "unknown_gym": "Nombre de Gimnasio desconocido", - "exclude": "Excluir", - "exclude_quest": "Excluir Misión", - "exclude_invasion": "Excluir Invasión", - "exclude_team": "Excluir Equipo", - "exclude_raid": "Excluir Incursión", - "exclude_lure": "Excluir Módulos Cebo", - "timer": "Temporizador", - "hide": "Ocultar", - "tier": "Nivel", - "slots": "Espacios", - "mega": "Mega", - "form": "Forma", - "starts": "Comienza", - "ends": "Termina", - "defender": "Defensor", - "best_buddy": "Mejor amigo", - "cp": "PC", - "kilogram": "kg", - "meter": "m", - "total_cp": "PC Total", - "first_seen": "Visto por primera vez", - "last_seen": "Visto por última vez", - "last_modified": "Última modificación", - "last_updated": "Última actualización", - "imported": "Importado", - "nest_estimated": "¡Los datos del Nido son estimados!", - "verify_nests": "Verificar comprobando las apariciones actuales", - "nest_out_of_date": "¡El Nido puede estar desactualizado!", - "nest_check_current": "Comprueba las apariciones actuales en su lugar", - "spawns_per_hour": "Por hora", - "teams": "Equipos", - "eggs": "Huevos", - "reverse": "Invertir", - "selected": "Seleccionado", - "unselected": "No seleccionado", - "only_available": "Disponible", - "common": "Común", - "uncommon": "Poco común", - "rare": "Raro", - "ultra_rare": "Ultra raro", - "regional": "Regional", - "event": "Evento", - "legendary": "Legendario", - "mythical": "Mítico", - "ultra_beast": "Ultraente", - "alt_forms": "Formas alternativas", - "alola": "Alola", - "galarian": "Galar", - "showing": "Mostrando", - "instance": "Instancia", - "online": "En línea", - "offline": "Fuera de línea", - "boosted_types": "Tipos mejorados", - "pokemon_options": "Opciones de Pokémon", - "pokestops_options": "Opciones de Poképarada", - "gyms_options": "Opciones de Gimnasio", - "nests_options": "Opciones de Nido", - "wayfarer_options": "Opciones de Wayfarer", - "admin_options": "Opciones de Administrador", - "weather_options": "Opciones de Clima", - "s2cells_options": "Opciones de Celda S2", - "clustering": "Agrupación", - "glow": "Brillo", - "legacy_filter": "Filtro legado", - "raid_timers": "Todos los temporizadores de Incursiones", - "invasion_timers": "Todos los temporizadores de Invasiones", - "lure_timers": "Todos los temporizadores de Módulos Cebo", - "device_path_color": "Color de ruta del dispositivo", - "old_portals": "Portales antiguos", - "new_portals": "Portales nuevos", - "items": "Objetos", - "energy": "Energía", - "ar_eligible": "Elegible para AR", - "iv_circles": "Indicadores de IV", - "min_iv_circle": "IV mínimo del círculo", - "interaction_ranges": "Rangos de interacción", - "cannot_connect": "\nNo se puede conectar al servidor en este momento.\nIntentarlo de nuevo inmediatamente solo causará más problemas.\nPor favor, inténtalo de nuevo en unos minutos.\n\n- Grupo de administradores", - "mad_quest_text": "Misiones nativas", - "xs": "XS", - "primary": "Principal", - "secondary": "Secundario", - "zero_iv": "0% IV", - "hundo_iv": "100% IV", - "open_menu": "Abrir menú", - "zoom_in": "Acercar", - "zoom_out": "Alejar", - "welcome": "Bienvenido a", - "back": "Atrás", - "next": "Siguiente", - "finish": "Finalizar", - "start_tutorial": "Iniciar tutorial", - "view_profile": "Ver perfil", - "login_optional": "Iniciar sesión (opcional)", - "tutorial": "Tutorial", - "tutorial_language": "Elige tu idioma", - "tutorial_welcome": "Este tutorial es interactivo y se te anima a jugar con todas las opciones proporcionadas", - "tutorial_categories": "Categorías a las que tienes acceso", - "tutorial_logged_in": "Puedes ver detalles sobre tus permisos al ver tu perfil.", - "tutorial_logged_out": "Puedes ver detalles sobre tus permisos al iniciar sesión.", - "tutorial_sidebar_0": "Todos tus filtros y configuraciones están aquí", - "tutorial_sidebar_1": "Para cada categoría podrás activar o desactivar exactamente qué datos deseas usando los interruptores", - "tutorial_sidebar_2": "Opciones: Personalización adicional\nAvanzado: Lo cubriremos más adelante en este tutorial", - "tutorial_sliders_0": "Usando deslizadores para ajustar los filtros", - "tutorial_sliders_1": "Pokémon entre:", - "tutorial_sliders_2": "- IVs {{iv0}}% a {{iv1}}%", - "tutorial_sliders_3": "Nivel {{level0}} a {{level1}}", - "tutorial_sliders_3alt": "- Y es nivel {{level0}} a {{level1}}", - "tutorial_sliders_4": "- Rango de Gran Liga {{gl0}} a {{gl1}}", - "tutorial_sliders_4alt": "- O rango de Gran Liga {{gl0}} a {{gl1}}", - "tutorial_sliders_5": "- Rango de Ultra Liga {{ul0}} a {{ul1}}", - "tutorial_sliders_5alt": "- O rango de Ultra Liga {{ul0}} a {{ul1}}", - "tutorial_sliders_6": "Cadenas con otros del mismo color", - "tutorial_sliders_7": "Filtros separados de otros deslizadores", - "tutorial_sliders_8": "Un deslizador 'completo' significa que está desactivado:", - "tutorial_sliders_9": "Todos los encuentros, independientemente de si se ha comprobado el IV o no", - "tutorial_help": "Acceso directo a este menú", - "tutorial_adv_filter": "Solo para dispositivos móviles, abre las opciones de filtrado para el menú avanzado", - "tutorial_tune": "Establece el filtro avanzado para todos los Pokémon que se están filtrando actualmente en el menú", - "tutorial_format_size": "Establece el tamaño del icono para todos los elementos que se están filtrando actualmente en el menú", - "tutorial_check": "Habilita todos los elementos que se están filtrando actualmente en el menú", - "tutorial_clear": "Deshabilita todos los elementos que se están filtrando actualmente en el menú", - "tutorial_save": "Guarda la selección actual y sale", - "tutorial_show_all_view": "Alternar PokéParadas y Gimnasios", - "tutorial_show_pokemon_view": "Alternar Pokémon", - "tutorial_toggle": "Hacer clic en el botón de verificación/X alterna el elemento", - "tutorial_pokemon_caption": "Este icono te permite establecer filtros para ese Pokémon específico", - "tutorial_all_caption": "Los equipos tienen un menú especial de ranuras\nTodos los demás elementos te permiten ajustar el tamaño del icono", - "tutorial_popup_0": "¡Las ventanas emergentes ahora son interactivas!", - "tutorial_popup_1": "Los tres puntos abren las opciones de ocultar, excluir y alternar temporizador", - "tutorial_popup_2": "Los iconos a ambos lados del enlace de navegación se expandirán para mostrar información adicional, ¡pruébalo!", - "tutorial_popup_3": "Los iconos varían para cada categoría, asegúrate de revisarlos todos", - "tutorial_closing_0": "Información adicional", - "tutorial_closing_1": "Los deslizadores globales de Pokémon en la barra lateral funcionan de forma independiente del menú avanzado y no tienen efecto entre sí", - "tutorial_closing_2": "Asegúrate de revisar la sección de Configuración en la barra lateral", - "tutorial_closing_3": "Hay muchas opciones estéticas disponibles para cada categoría, pero ten en cuenta que cuanto más agregues a tu mapa, mayor será la probabilidad de que se congele", - "tutorial_closing_4": "Puedes ver este tutorial nuevamente seleccionándolo en el panel de Configuración en la barra lateral", - "tutorial_closing_5": "¡Mantente seguro y buena suerte!", - "intro": "Introducción", - "sidebar": "Barra lateral", - "sliders": "Deslizadores", - "popups": "Ventanas emergentes", - "closing": "Cierre", - "shortcuts": "Atajos", - "iv": "IV", - "area_restrictions": "Restricciones de área", - "map": "Mapa", - "stats": "Estadísticas", - "pvp": "PVP", - "area_restrictions_subtitle": "Tienes acceso a estas áreas", - "devices_subtitle": "Muestra ubicaciones y rutas activas del dispositivo", - "gyms_subtitle": "Muestra todas las ubicaciones de gimnasios activos, equipo activo y cuantos espacios tiene cada gimnasio disponible", - "invasions_subtitle": "Muestra información de invasión del Team Rocket, incluyendo equipo de combate, el tiempo de expiración y las posibles recompensas", - "iv_subtitle": "Muestra opciones de IV% y brillo", - "lures_subtitle": "Muestra información de módulo cebo, incluyendo el tipo y el tiempo de expiración", - "map_subtitle": "Muestra el mapa", - "nests_subtitle": "Muestra Pokémon en nidos y polígonos de nidos activos", - "pokemon_subtitle": "Muestra todas las ubicaciones de Pokémon y los tiempos de expiración", - "pokestops_subtitle": "Muestra todas las ubicaciones de Poképaradas", - "portals_subtitle": "Muestra todas las ubicaciones de portales de Ingress", - "pvp_subtitle": "Muestra información de rango/PC/nivel de PVP para cada Pokémon", - "quests_subtitle": "Muestra recompensas de misiones e información de tareas", - "raids_subtitle": "Muestra toda la información de incursiones, incluyendo el jefe de incursión, los huevos, el tiempo de expiración y los movimientos", - "scan_cells_subtitle": "Muestra la última vez que una celda S2 fue escaneada por un dispositivo", - "scan_areas_subtitle": "Muestra polígonos de áreas de escaneo disponibles", - "spawnpoints_subtitle": "Muestra puntos de aparición y su tiempo estimado de desaparición", - "stats_subtitle": "Muestra estadísticas y niveles de Pokémon", - "submission_cells_subtitle": "Muestra información útil para solicitar nuevos puntos de interés", - "weather_subtitle": "Muestra información del clima en el juego para cada celda", - "scanner_subtitle": "Interactúa directamente con el escáner de varias formas", - "s2cells_subtitle": "Muestra diferentes niveles de celdas S2 en el mapa", - "backups_subtitle": "Permite hacer copias de seguridad y cargar configuraciones en diferentes dispositivos", - "backups": "Copias de seguridad", - "user_profile": "Perfil de usuario", - "user_username": "Nombre de usuario", - "candy": "Caramelos", - "show_ex_badge": "Mostrar insignia EX", - "search": "Buscar", - "global_search_quests": "Introducir nombre de recompensa...", - "global_search_lures": "Introducir nombre de módulo cebo...", - "global_search_pokestops": "Introducir nombre de Poképarada...", - "global_search_gyms": "Introducir nombre de gimnasio...", - "global_search_portals": "Introducir nombre de portal...", - "global_search_nests": "Introducir nombre de Pokémon de nido...", - "global_search_raids": "Introducir nombre de jefe de incursión...", - "global_search_pokemon": "Introducir nombre de Pokémon...", - "global_search_invasions": "Ingresa el Tipo de Recluta, Nombre, o nombre de recompensa de Pokémon...", - "raid_level_badges": "Insignias de nivel de incursión", - "options": "Opciones", - "profile": "Perfil", - "pokemon_icons": "Iconos de Pokémon", - "pokestop_icons": "Iconos de Poképaradas", - "gym_icons": "Iconos de gimnasio", - "team_icons": "Iconos de equipo", - "egg_icons": "Iconos de huevo", - "raid_icons": "Iconos de incursión", - "nest_icons": "Iconos de nido", - "reward_icons": "Iconos de recompensa", - "type_icons": "Iconos de tipo", - "weather_icons": "Iconos de clima", - "misc_icons": "Iconos varios", - "invasion_icons": "Iconos de invasión", - "spawnpoint_icons": "Iconos de Puntos de Aparición", - "device_icons": "Iconos de Dispositivos", - "pokemon_audio": "Audio de Pokémon", - "pokestop_audio": "Audio de PokéParada", - "gym_audio": "Audio de Gimnasio", - "team_audio": "Audio de Equipo", - "egg_audio": "Audio de Huevo", - "raid_audio": "Audio de Incursión", - "nest_audio": "Audio de Nido", - "reward_audio": "Audio de Recompensa", - "type_audio": "Audio de Tipo", - "weather_audio": "Audio del Clima", - "misc_audio": "Audio Varios", - "invasion_audio": "Audio de Invasión", - "spawnpoint_audio": "Audio de Punto de Aparición", - "device_audio": "Audio de Dispositivo", - "pokemon_timers": "Todos los Temporizadores de Pokémon", - "show_dex_num_in_popup": "Mostrar N.º de Pokédex en el Popup", - "popup": "Ventana emergente", - "pvp_level": "Estadísticas de PVP Nivel {{level}}", - "pvp_mega": "Estadísticas de PVP Mega", - "webhook_entry": "Agregar a {{name}}", - "remove_webhook_entry": "Eliminar de {{name}}", - "distance": "Distancia", - "gym": "Gimnasio", - "egg": "Huevo", - "raid": "Incursión", - "lure": "Módulo Cebo", - "quest": "Misión", - "invasion": "Invasión", - "nest": "Nido", - "pokestop": "Poképarada", - "team": "Equipo", - "global": "Global", - "manage_webhook": "Administrar {{name}}", - "drag_and_drop": "Arrastra y suelta el marcador para establecer tu ubicación", - "click_to_select": "Haz clic para seleccionar", - "add_new": "Agregar nueva alerta de {{category}}", - "my_location": "Mi ubicación", - "choose_on_map": "Seleccionar en el mapa", - "select_profile": "Seleccionar perfil", - "distance_radius": "Vista previa de distancias de radio", - "areas": "Áreas", - "select_webhook": "Seleccionar Bot", - "ar_quest_true": "Con RA", - "ar_quest_false": "Sin RA", - "with_ar": "Con RA", - "both": "Ambos", - "without_ar": "Sin RA", - "exclude_quest_multi": "Excluir {{reward}}", - "cluster_limit_0": "Se ha alcanzado el límite de {{variable_0}} ({{variable_1}})", - "cluster_limit_1": "Por favor, acerca el zoom o modifica tus filtros", - "show_polygons": "Mostrar Polígonos", - "exclude_invasion_multi": "Excluir {{invasion}}", - "stardust": "Polvoestelar", - "slider_cp": "PC", - "pvp_ranking_league": "Liga", - "pvp_ranking_min_cp": "PC Mín.", - "slider_pvp": "Rangos", - "profile_no": "Perfil", - "template": "Plantilla", - "gender": "Género", - "clean": "Limpiar", - "all_forms": "Todas las Formas", - "pvp_entry": "Aviso PVP", - "no_iv": "Incl. Sin IV", - "by_distance": "Por Distancia", - "min_time": "Tiempo Mín.", - "add_new_profile": "Crear nuevo perfil", - "slider_none": "Ninguno", - "non_registered_human_title": "¡Ups, algo no está bien!", - "non_registered_human_desc": "Es posible que no estés registrado en {{webhook}}\nO el servidor no está disponible en este momento", - "try_again_later": "Por favor, inténtalo de nuevo más tarde", - "selected_areas_one": "{{count}} Área Seleccionada", - "selected_areas_other": "{{count}} Áreas Seleccionadas", - "webhook_selection": "Selección de {{name}}", - "message_of_the_day": "Mensaje del Día", - "has_quest_indicator": "Color Alternativo para Paradas con Misiones", - "show_ar_badge": "Mostrar Insignia de RA", - "all_gyms": "Todos los Gimnasios", - "general": "General", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "Vincular Global y Avanzado", - "normal_forms": "Formas Normales", - "weather_indicator": "Indicador de Mejora por Clima", - "page": "Página {{page}}", - "navigation_controls": "Controles de Navegación", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "Exclusivo", - "all_moves": "Todos los Movimientos", - "move": "Movimiento", - "any": "Cualquier", - "min_spawn_average": "Ratio Mínimo de Aparición", - "select_all": "Seleccionar Todo", - "delete_all": "Eliminar Seleccionados", - "cancel": "Cancelar", - "day_1": "Lunes", - "day_2": "Martes", - "day_3": "Miércoles", - "day_4": "Jueves", - "day_5": "Viernes", - "day_6": "Sábado", - "day_7": "Domingo", - "profile_name": "Nombre de Perfil", - "manage_profiles": "Administrar Perfiles", - "min_spawn_avg": "Ratio Mínimo de Aparición", - "poke_global": "Todos", - "amount": "Cantidad", - "specific_gym": "Gimnasio Específico", - "search_location": "Buscar Ubicaciones", - "search_specific": "Buscar un {{category}} Específico", - "webhook_success_gym": "¡Se han agregado Alertas de Incursiones, Huevos y Cambio de Equipo!", - "slot_changes": "Cambios de Espacio", - "slot_changes_poracle": "cambios_de_espacio", - "confirm_delete": "Esto eliminará todo el seguimiento para este perfil, ¿estás seguro?", - "confirm_copy": "Elige a qué perfil quieres copiar \"{{profile}}\", esto sobrescribirá completamente ese perfil.", - "webhook_error": "{{name}} no pudo procesar eso.\nPor favor, inténtalo de nuevo más tarde.", - "profile_error": "Debe ser único y válido", - "team_0": "Armonía", - "battle_changes": "En Batalla", - "battle_changes_poracle": "cambios_de_batalla", - "auto": "Automático", - "webhooks_subtitle": "Administra tus alertas directamente desde el mapa para estos bots", - "event_stops_subtitle": "Muestra Poképaradas de eventos especiales como Kecleon", - "webhooks": "Alertas", - "scanner": "Acciones del Escáner", - "everything_individually": "Agregar Alertas Individuales", - "individually": "individualmente", - "join": "Unirse", - "errors_404": "¡Ups, esta página no se puede encontrar!", - "errors_500": "Ha ocurrido un error en el servidor, ¡inténtalo de nuevo más tarde!", - "local_username": "Nombre de Usuario", - "local_password": "Contraseña", - "local_error": "Ha ocurrido un error, ¡por favor inténtalo de nuevo más tarde!", - "no_filter_results": "No se encontraron resultados\nIntenta ampliar tus filtros", - "donor_page": "Página de Donantes", - "go_back": "Volver", - "access": "Acceder", - "link_discord": "Enlazar Discord", - "select_webhook_strategy": "Administrador de Alertas", - "webhook_strategy_success_0": "¡Éxito! Actualizando para obtener la configuración de alertas...", - "register": "Registrarse", - "invalid_credentials": "Credenciales inválidas", - "localauth_failed": "Autenticación fallida", - "error_creating_user": "No se puede registrar un nuevo usuario en este momento", - "discord_linked": "Discord Enlazado", - "telegram_linked": "Telegram Enlazado", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "nivel", - "km": "km", - "feedback": "Comentarios", - "donor_menu": "Menú de Donantes", - "pokemon_cell": "La ubicación del Pokémon puede variar", - "timer_verified": "Este temporizador está verificado", - "timer_unverified": "Este temporizador no está verificado", - "all": "Todos", - "badge_0": "Ninguno", - "badge_1": "Bronce", - "badge_2": "Plata", - "badge_3": "Oro", - "badge_4": "Oro", - "gym_badge_menu": "Editar Medalla de Gimnasio", - "gym_badges": "Medallas de Gimnasio", - "gym_badge_diamonds": "Mostrar Medallas de Gimnasio", - "gym_badges_subtitle": "Muestra las Medallas de Gimnasio en el mapa y una lista en la página de perfil.", - "confirm_filters_reset": "Restablecer filtros", - "filters_reset_text": "¿Estás seguro de que quieres restablecer los valores predeterminados de configuración? ¡Esto no se puede deshacer!", - "filters_reset_title": "Restablecer filtros", - "raid_quick_select": "Selección Rápida", - "disabled": "Desactivado", - "loading": "Cargando {{category}}", - "loading_icons": "Obteniendo Iconos", - "loading_invasions": "Obteniendo Invasiones", - "scan_next": "Escanear Ubicación ", - "scan_next_choose": "Arrastra y suelta el marcador para establecer la ubicación de escaneo", - "scan_zone": "Escanear Área", - "scan_zone_choose": "Arrastra y suelta el marcador para establecer la ubicación de escaneo y elegir el tamaño", - "scan_zone_size": "Tamaño", - "scan_zone_range": "Rango", - "scan_zone_spacing": "Espaciado", - "scan_zone_radius": "Radio", - "scan_requests": "Solicitudes de Escaneo", - "scan_queue": "Cola Actual", - "click_to_scan": "Escanear Aquí", - "scan_confirmed_title": "Demanda de escaneo confirmada", - "scan_confirmed": "¡Se ha enviado un trabajador a la ubicación, pronto aparecerá el resultado en el mapa!", - "scan_loading_title": "Enviando solicitud de escaneo", - "scan_loading": "¡Tu solicitud de escaneo se está procesando y enviando al sistema!", - "scan_error_title": "Error", - "scan_error": "Ha ocurrido un error al procesar la solicitud de escaneo...", - "scan_outside_area": "Esta ubicación está fuera de los límites de las áreas autorizadas", - "pvp_ranking_cap": "Nivel", - "lc_title": "Sigue tu ubicación", - "lc_metersUnit": "metros", - "lc_feetUnit": "pies", - "lc_popup": "Estás a {distance} {unit} de este punto", - "lc_outsideMapBoundsMsg": "Parece que te encuentras fuera de los límites del mapa", - "no_alerts": "No se encontraron alertas", - "loading_settings": "Cargando ajustes", - "refresh_to_continue": "Por favor, actualiza antes de continuar", - "session_expired_title": "Sesión expirada", - "session_expired_body": "Tu sesión ha expirado", - "old_client_title": "Obsoleto", - "old_client_body": "Hay una nueva versión de este mapa disponible", - "early_old_client_title": "Desactualizado", - "early_old_client_body": "Una versión antigua de esta app podría estar almacenada en caché en tu navegador, necesitarás borrar tu caché antes de que puedas usar esta app.", - "refresh": "Actualizar", - "points": "Puntos", - "day": "Día", - "days": "Días", - "react_error": "Algo salió mal", - "clickable_icon": "El icono es clickable", - "two_stops_till_next": "2 paradas hasta la siguiente", - "one_stop_till_next": "1 parada hasta la siguiente", - "no_more_gyms": "No hay más gimnasios", - "light_map_border": "Borde del mapa claro", - "dark_map_border": "Borde del mapa oscuro", - "cell_blocked": "Celda bloqueada", - "poi_color": "Color del POI", - "quest_condition": "Condición de la misión", - "always_show_labels": "Mostrar siempre etiquetas", - "scan_areas_options": "Opciones de escaneo de áreas", - "historic_rarity": "Rareza histórica", - "poi": "Puntos de interés", - "300m_range": "Rango de 300m", - "lure_range": "Rango de módulo cebo", - "custom_range": "Rango personalizado", - "tap_to_toggle": "Toca para alternar", - "power_up": "Potenciar", - "never_alt": "Nunca", - "seen_nearby_stop": "Visto cerca", - "seen_nearby_cell": "Visto en esta celda", - "seen_lure_encounter": "Encuentro de módulo cebo", - "seen_lure_wild": "Aparición de módulo cebo", - "seen_wild": "Aparición salvaje", - "event_stops": "Paradas de evento", - "event_stop_timers": "Temporizadores de paradas de evento", - "size_0": "Cualquiera", - "size_1": "XXS", - "size_2": "XS", - "size_3": "M", - "size_4": "XL", - "size_5": "XXL", - "show_size_indicator": "Mostrar indicador de tamaño", - "size": "Tamaño", - "gold_stop": "Parada dorada", - "profile_backups": "Cambio de perfil", - "new_backup": "Nueva copia de seguridad", - "create": "Crear", - "load": "Cargar", - "update": "Actualizar", - "delete": "Eliminar", - "name": "Nombre", - "only_confirmed": "Solo confirmados", - "only_exclude_grunts": "Excluir gruñidos", - "only_exclude_leaders": "Excluir a los dirigentes", - "rocket_pokemon": "Pokémon del Equipo Rocket", - "decoy": "Señuelo", - "s2_cell_limit_0": "Has intentado generar más de 20,000 celdas ({{variable_0}})", - "s2_cell_zoom_limit": "Algunas celdas son demasiado pequeñas para ser mostradas en este nivel de zoom", - "show_all_pvp_ranks": "Mostrar todos los rangos PVP", - "enable_pokemon_popup_coords": "Mostrar coordenadas de Pokémon", - "enable_gym_popup_coords": "Mostrar coordenadas de gimnasios", - "enable_pokestop_popup_coords": "Mostrar coordenadas de Poképaradas", - "enable_portal_popup_coords": "Mostrar coordenadas de portales", - "on_block_join_discord": "Por favor únete a nuestro discord para obtener más información.", - "on_block_msg": "Has sido bloqueado por ser miembro de", - "denied": "Denegado", - "showcase": "Mostrar", - "unknown_event": "Evento desconocido", - "scanner_countdown": "Disponible en {{time}}s", - "success": "Éxito", - "contribute": "Contribuir", - "mi": "mi", - "filter_by_areas": "Filtrar por áreas", - "submit_nest_name": "Enviar nombre del nido", - "nest_submission_menu": "Actualizar nombre", - "nest_submissions": "Envío de nidos", - "nest_submissions_subtitle": "Te permite enviar nuevos nombres para nidos", - "pokemon_opacity": "Opacidad dinámica de Pokémon", - "invasion_opacity": "Opacidad dinámica de invasión", - "raid_opacity": "Opacidad dinámica de incursión", - "opacity_ten_minutes": "Opacidad a los 10 minutos", - "opacity_five_minutes": "Opacidad a los 5 minutos", - "opacity_one_minute": "Opacidad a 1 minuto", - "level_circles": "Indicadores de nivel", - "min_level_circle": "Nivel mínimo del círculo", - "mutation_auth_error": "Tu solicitud no se pudo completar debido a que no has iniciado sesión", - "submitted_by": "Enviado por", - "reversible": "Reversible", - "version": "Versión", - "route_tags": "Etiquetas de ruta", - "routes": "Rutas", - "route_type": "Tipo de ruta", - "routes_subtitle": "Ver rutas en el juego y la información relevante sobre ellas en el mapa", - "description": "Descripción", - "additional_info": "Información adicional", - "duration": "Duración", - "elevation": "Elevación", - "contest_category_1": "Tamaño más pequeño", - "context_category_2": "Tamaño más grande", - "total_entries": "Participantes", - "showcase_rankings": "Clasificación de exhibición", - "showcase_rankings_subtitle": "Muestra una lista de las mejores clasificaciones para una exhibición en una Pokeparada", - "tth": "TTH", - "tth_0": "Todos", - "tth_1": "Conocidos", - "tth_2": "Desconocidos", - "no_access": "Sin acceso", - "cooldown": "Cooldown", - "scan_some_outside_area": "Some locations are outside the authorized boundaries", - "alerts": "Alertas", - "alert_manager": "Adminsitrador de Alertas", - "menu": "Menú", - "theme": "Tema", - "exit": "Salir", - "component": "Componente", - "component_login_page": "Página de Inicio de Sesión", - "component_donation_page": "Página de Donaciones", - "component_message_of_the_day": "Mensaje del Día", - "download": "Descargar", - "playground": "Playground", - "locale": "Idioma", - "saved": "Guardado", - "show_editor": "Mostrar Editor", - "hide_editor": "Ocultar Editor", - "reported_error": "Este error ha sido reportado al servidor con el identificador", - "dark_mode": "Modo Oscuro", - "load_from_autosave": "Cargar de autoguardado", - "done": "Hecho", - "fast": "Rápido", - "charged": "Cargado", - "offline_mode": "Modo Sin Conexión", - "include_sponsored": "Incluir Patrocinados", - "showcase_color": "Color del Escaparate", - "partner_color": "Color del Socio", - "disable": "Desactivar {{- name}}", - "profiling": "Perfilado", - "showcase_block": "Bloqueado por un escaparate", - "signed_in_as": "Conectado Como", - "missing_map_perm": "No tienes permiso para ver el mapa.", - "access_denied": "Acceso Denegado", - "audio": "Audio", - "desktop_notifications": "Notificaciones de Escritorio", - "notifications_options": "Opciones de Notificaciones", - "audio_always_on": "El Audio Siempre Reproduce", - "volume_level": "Nivel de Volumen", - "notifications_status": "Estado de Notificaciones", - "granted": "concedido", - "set_all": "Establecer Todo", - "set_filtered": "Establecer Filtrado", - "only_show_available": "Mostrar Solo Disponibles", - "easy_mode": "Modo Fácil", - "quick_select": "Selecciones Rápidas Globales", - "pokemon_filter_mode": "Modo de Filtro de Pokémon", - "basic": "Básico", - "intermediate": "Intermedio", - "expert": "Experto", - "basic_description": "Selecciona fácilmente Pokémon y aplica un filtro global", - "intermediate_description": "Establecer filtros individuales globalmente y por Pokémon (tradicional)", - "expert_description": "Entradas manuales para la personalización más detallada", - "icon_size": "Tamaño del Icono", - "developer": "Desarrollador", - "raid_override": "Anulación de Raid", - "search_rocket_pokemon": "Buscar Pokémon de Team Rocket", - "main": "Principal", - "extra": "Extra", - "select": "Seleccionar", - "searching": "buscando...", - "no_options": "No hay Opciones...", - "and": "Y", - "or": "O", - "only_global": "Solo Global", - "global_caption": "Ignora Todos Los Demás Filtros", - "global_and_individual": "Filtros Globales e Individuales", - "gender_filters_all": "El Género Se Aplica a Todos", - "and_caption": "Enlazados Juntos", - "or_caption": "Filtros de Manera Independiente", - "filter_help": "Ayuda de Filtro", - "kilometers": "Kilómetros", - "miles": "Millas", - "distance_unit": "Unidad de Distancia", - "data_management": "Gestión de Datos", - "reset_or_manage_text": "Puedes restablecer completamente tus filtros o puedes ver la página de gestión de datos que te permitirá restablecer categorías individuales.", - "reset_audio": "Restablecer Audio", - "reset_all": "Restablecer Todo", - "reset_icons": "Restablecer Iconos", - "reset_position": "Restablecer Posición", - "reset_ui": "Restablecer Interfaz de Usuario", - "reset_options": "Restablecer Opciones", - "reset_menus": "Restablecer Menús", - "reset_settings": "Restablecer Ajustes", - "reset_general_title": "General", - "reset_filters_title": "Filtros", - "reset_assets": "Restablecer Recursos", - "reset_pokemon": "Restablecer Pokémon", - "reset_pokestops": "Restablecer Poképaradas", - "reset_gyms": "Restablecer Gimnasios", - "reset_nests": "Restablecer Nidos", - "reset_portals": "Restablecer Portales", - "reset_routes": "Restablecer Rutas", - "reset_scan_areas": "Restablecer Áreas de Escaneo", - "reset_scan_cells": "Restablecer Celdas de Escaneo", - "reset_devices": "Restablecer Dispositivos", - "reset_weather": "Restablecer Clima", - "reset_s2cells": "Restablecer Celdas S2", - "reset_spawnpoints": "Restablecer Puntos de Aparición", - "reset_submission_cells": "Restablecer Celdas de Envío", - "hisuian": "Hisui", - "spacial_rend_range": "Rango de Corte Espacial", - "key": "Clave", - "ai": "IA", - "human": "Humano", - "locales": "Localizaciones", - "instructions": "Instrucciones", - "locale_instructions_1": "Selecciona un idioma del menú desplegable", - "locale_instructions_2": "Introduce las traducciones deseadas en la columna \"Humano\"", - "locale_instructions_3": "Haz clic en el botón \"$t(descargar)\" para descargar un archivo JSON", - "locale_instructions_4": "Haz fork al enlace del repositorio de GitHub abajo", - "locale_instructions_5": "Crea una nueva rama y nómbrala con el idioma al que estás traduciendo", - "locale_instructions_6": "Reemplaza el contenido de \"packages/locales/lib/human/{{lng}}.json\" con el archivo que descargaste", - "locale_instructions_7": "Crea una solicitud de extracción", - "locale_instructions_8": "Espera a que la solicitud de extracción sea revisada y fusionada", - "enter_translation": "Introduce la Traducción", - "individual_filters": "Filtrado Parcial", - "data_limit_reached": "Has solicitado demasiados datos recientemente y estás en enfriamiento hasta {{until}}", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "Consigue {{amount}} corazones con tu compañero", - "challenge_buddy_treat_plural": "Dale {{amount}} golosinas a tu compañero", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Estrella Huevos", - "egg_1_plural": "1 Estrella Huevos", - "egg_2": "2 Estrella Huevo", - "egg_2_plural": "2 Estrella Huevos", - "egg_3": "3 Estrella Huevos", - "egg_3_plural": "3 Estrella Huevos", - "egg_4": "4 Estrella Huevos", - "egg_4_plural": "4 Estrella Huevos", - "egg_5": "Legendär Huevo", - "egg_5_plural": "Huevos Legendarios", - "egg_6": "Mega Huevo", - "egg_6_plural": "Mega Huevos", - "egg_7": "Mega Legendär Huevo", - "egg_7_plural": "Mega Legendär Huevos", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "Normal", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "Normal", - "form_34": "Ataque", - "form_35": "Defensa", - "form_36": "Velocidad", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "Normal", - "form_46": "Alola", - "form_47": "Normal", - "form_48": "Alola", - "form_49": "Normal", - "form_50": "Alola", - "form_51": "Normal", - "form_52": "Alola", - "form_53": "Normal", - "form_54": "Alola", - "form_55": "Normal", - "form_56": "Alola", - "form_57": "Normal", - "form_58": "Alola", - "form_59": "Normal", - "form_60": "Alola", - "form_61": "Normal", - "form_62": "Alola", - "form_63": "Normal", - "form_64": "Alola", - "form_65": "Normal", - "form_66": "Alola", - "form_67": "Normal", - "form_68": "Alola", - "form_69": "Normal", - "form_70": "Alola", - "form_71": "Normal", - "form_72": "Alola", - "form_73": "Normal", - "form_74": "Alola", - "form_75": "Normal", - "form_76": "Alola", - "form_77": "Normal", - "form_78": "Alola", - "form_79": "Normal", - "form_80": "Alola", - "form_81": "Normal", - "form_82": "Rotom Frío", - "form_83": "Rotom Ventilador", - "form_84": "Rotom Corte", - "form_85": "Rotom Lavado", - "form_86": "Rotom Calor", - "form_87": "Tronco Planta", - "form_88": "Tronco Arena", - "form_89": "Tronco Basura", - "form_90": "Forma Modificada", - "form_91": "Forma Origen", - "form_92": "Forma Cielo", - "form_93": "Forma Tierra", - "form_94": "Forma Encapotado", - "form_95": "Sunny", - "form_96": "Mar Oeste", - "form_97": "Mar Este", - "form_98": "Mar Oeste", - "form_99": "Mar Este", - "form_100": "Normal", - "form_101": "Lucha", - "form_102": "Volador", - "form_103": "Veneno", - "form_104": "Tierra", - "form_105": "Roca", - "form_106": "Bicho", - "form_107": "Fantasma", - "form_108": "Acero", - "form_109": "Fuego", - "form_110": "Agua", - "form_111": "Planta", - "form_112": "Eléctrico", - "form_113": "Psíquico", - "form_114": "Hielo", - "form_115": "Dragón", - "form_116": "Siniestro", - "form_117": "Hada", - "form_118": "Tronco Planta", - "form_119": "Tronco Arena", - "form_120": "Tronco Basura", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "Normal", - "form_136": "Forma Raya Roja", - "form_137": "Forma Raya Azul", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "Forma Avatar", - "form_141": "Forma Tótem", - "form_142": "Forma Avatar", - "form_143": "Forma Tótem", - "form_144": "Forma Avatar", - "form_145": "Forma Tótem", - "form_146": "Normal", - "form_147": "Kyurem Negro", - "form_148": "Kyurem Blanco", - "form_149": "Forma Habitual", - "form_150": "Forma Brío", - "form_151": "Forma Lírica", - "form_152": "Forma Danza", - "form_157": "Normal", - "form_160": "Normal", - "form_163": "Normal", - "form_166": "Normal", - "form_169": "Normal", - "form_172": "Normal", - "form_175": "Normal", - "form_178": "Normal", - "form_181": "Normal", - "form_184": "Normal", - "form_187": "Normal", - "form_190": "Normal", - "form_193": "Normal", - "form_196": "Normal", - "form_199": "Normal", - "form_202": "Normal", - "form_205": "Normal", - "form_208": "Normal", - "form_211": "Normal", - "form_214": "Normal", - "form_217": "Normal", - "form_224": "Normal", - "form_229": "Normal", - "form_232": "Normal", - "form_235": "Normal", - "form_238": "Normal", - "form_241": "Normal", - "form_244": "Normal", - "form_247": "Normal", - "form_250": "Normal", - "form_253": "Normal", - "form_256": "Normal", - "form_259": "Normal", - "form_262": "Normal", - "form_265": "Normal", - "form_268": "Normal", - "form_271": "Normal", - "form_274": "Normal", - "form_277": "Normal", - "form_280": "Normal", - "form_283": "Normal", - "form_286": "Normal", - "form_289": "Normal", - "form_292": "Normal", - "form_295": "Normal", - "form_298": "Normal", - "form_301": "Normal", - "form_304": "Normal", - "form_307": "Normal", - "form_310": "Normal", - "form_313": "Normal", - "form_316": "Normal", - "form_319": "Normal", - "form_322": "Normal", - "form_585": "Forma Primavera", - "form_586": "Forma Verano", - "form_587": "Forma Otoño", - "form_588": "Forma Invierno", - "form_589": "Forma Primavera", - "form_590": "Forma Verano", - "form_591": "Forma Otoño", - "form_592": "Forma Invierno", - "form_593": "Normal", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "Normal", - "form_599": "Noevolve", - "form_600": "Normal", - "form_601": "Noevolve", - "form_602": "Normal", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "Normal", - "form_613": "Normal", - "form_616": "Normal", - "form_619": "Normal", - "form_622": "Normal", - "form_625": "Normal", - "form_628": "Normal", - "form_631": "Normal", - "form_634": "Normal", - "form_637": "Normal", - "form_640": "Normal", - "form_643": "Normal", - "form_646": "Normal", - "form_649": "Normal", - "form_652": "Normal", - "form_655": "Normal", - "form_658": "Normal", - "form_661": "Normal", - "form_664": "Normal", - "form_667": "Normal", - "form_670": "Normal", - "form_677": "Normal", - "form_680": "Normal", - "form_683": "Normal", - "form_688": "Normal", - "form_691": "Normal", - "form_694": "Normal", - "form_697": "Normal", - "form_700": "Normal", - "form_703": "Normal", - "form_706": "Normal", - "form_713": "Normal", - "form_716": "Normal", - "form_719": "Normal", - "form_722": "Normal", - "form_729": "Normal", - "form_734": "Normal", - "form_737": "Normal", - "form_740": "Normal", - "form_743": "Normal", - "form_746": "Normal", - "form_749": "Normal", - "form_752": "Normal", - "form_755": "Normal", - "form_758": "Normal", - "form_761": "Normal", - "form_764": "Normal", - "form_767": "Normal", - "form_770": "Normal", - "form_773": "Normal", - "form_776": "Normal", - "form_779": "Normal", - "form_782": "Normal", - "form_785": "Normal", - "form_788": "Normal", - "form_791": "Normal", - "form_794": "Normal", - "form_797": "Normal", - "form_800": "Normal", - "form_803": "Normal", - "form_806": "Normal", - "form_809": "Normal", - "form_812": "Normal", - "form_815": "Normal", - "form_818": "Normal", - "form_821": "Normal", - "form_824": "Normal", - "form_827": "Normal", - "form_830": "Normal", - "form_833": "Normal", - "form_836": "Normal", - "form_839": "Normal", - "form_846": "Normal", - "form_849": "Normal", - "form_852": "Normal", - "form_855": "Normal", - "form_858": "Normal", - "form_861": "Normal", - "form_864": "Normal", - "form_867": "Normal", - "form_870": "Normal", - "form_873": "Normal", - "form_876": "Normal", - "form_879": "Normal", - "form_888": "Normal", - "form_891": "Normal", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "Normal", - "form_901": "Vs 2019", - "form_902": "Normal", - "form_905": "Normal", - "form_908": "Normal", - "form_911": "Normal", - "form_914": "Normal", - "form_917": "Normal", - "form_920": "Normal", - "form_923": "Normal", - "form_926": "Normal", - "form_929": "Normal", - "form_932": "Normal", - "form_935": "Normal", - "form_938": "Normal", - "form_941": "Normal", - "form_944": "Galarian", - "form_945": "Normal", - "form_946": "Galarian", - "form_947": "Normal", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "Normal", - "form_956": "Normal", - "form_959": "Normal", - "form_962": "Normal", - "form_965": "Normal", - "form_968": "Normal", - "form_971": "Normal", - "form_974": "Normal", - "form_981": "Normal", - "form_984": "Normal", - "form_987": "Normal", - "form_990": "Normal", - "form_993": "Normal", - "form_996": "Normal", - "form_999": "Normal", - "form_1002": "Normal", - "form_1005": "Normal", - "form_1008": "Normal", - "form_1011": "Normal", - "form_1014": "Normal", - "form_1017": "Normal", - "form_1020": "Normal", - "form_1023": "Normal", - "form_1026": "Normal", - "form_1029": "Normal", - "form_1032": "Normal", - "form_1035": "Normal", - "form_1038": "Normal", - "form_1041": "Normal", - "form_1044": "Normal", - "form_1047": "Normal", - "form_1050": "Normal", - "form_1053": "Normal", - "form_1056": "Normal", - "form_1059": "Normal", - "form_1062": "Normal", - "form_1065": "Normal", - "form_1068": "Normal", - "form_1071": "Normal", - "form_1074": "Normal", - "form_1077": "Normal", - "form_1080": "Normal", - "form_1083": "Normal", - "form_1086": "Normal", - "form_1089": "Normal", - "form_1092": "Normal", - "form_1095": "Normal", - "form_1098": "Normal", - "form_1101": "Normal", - "form_1104": "Normal", - "form_1107": "Normal", - "form_1110": "Normal", - "form_1115": "Normal", - "form_1118": "Normal", - "form_1121": "Normal", - "form_1124": "Normal", - "form_1127": "Normal", - "form_1130": "Normal", - "form_1133": "Normal", - "form_1136": "Normal", - "form_1139": "Normal", - "form_1142": "Normal", - "form_1145": "Normal", - "form_1148": "Normal", - "form_1151": "Normal", - "form_1154": "Normal", - "form_1157": "Normal", - "form_1160": "Normal", - "form_1163": "Normal", - "form_1166": "Normal", - "form_1169": "Normal", - "form_1172": "Normal", - "form_1175": "Normal", - "form_1178": "Normal", - "form_1181": "Normal", - "form_1184": "Normal", - "form_1187": "Normal", - "form_1190": "Normal", - "form_1193": "Normal", - "form_1196": "Normal", - "form_1199": "Normal", - "form_1202": "Normal", - "form_1205": "Normal", - "form_1208": "Normal", - "form_1211": "Normal", - "form_1214": "Normal", - "form_1217": "Normal", - "form_1220": "Normal", - "form_1223": "Normal", - "form_1226": "Normal", - "form_1229": "Normal", - "form_1232": "Normal", - "form_1235": "Normal", - "form_1238": "Normal", - "form_1241": "Normal", - "form_1244": "Normal", - "form_1247": "Normal", - "form_1250": "Normal", - "form_1253": "Normal", - "form_1256": "Normal", - "form_1259": "Normal", - "form_1262": "Normal", - "form_1265": "Normal", - "form_1268": "Normal", - "form_1271": "Normal", - "form_1274": "Normal", - "form_1277": "Normal", - "form_1280": "Normal", - "form_1283": "Normal", - "form_1286": "Normal", - "form_1289": "Normal", - "form_1292": "Normal", - "form_1295": "Normal", - "form_1298": "Normal", - "form_1301": "Normal", - "form_1304": "Normal", - "form_1307": "Normal", - "form_1310": "Normal", - "form_1313": "Normal", - "form_1316": "Normal", - "form_1319": "Normal", - "form_1322": "Normal", - "form_1325": "Normal", - "form_1328": "Normal", - "form_1331": "Normal", - "form_1334": "Normal", - "form_1337": "Normal", - "form_1340": "Normal", - "form_1343": "Normal", - "form_1346": "Normal", - "form_1349": "Normal", - "form_1352": "Normal", - "form_1355": "Normal", - "form_1358": "Normal", - "form_1361": "Normal", - "form_1364": "Normal", - "form_1367": "Normal", - "form_1370": "Normal", - "form_1379": "Normal", - "form_1382": "Normal", - "form_1385": "Normal", - "form_1388": "Normal", - "form_1391": "Normal", - "form_1394": "Normal", - "form_1397": "Normal", - "form_1400": "Normal", - "form_1403": "Normal", - "form_1406": "Normal", - "form_1409": "Normal", - "form_1412": "Normal", - "form_1415": "Normal", - "form_1418": "Normal", - "form_1421": "Normal", - "form_1424": "Normal", - "form_1427": "Normal", - "form_1430": "Normal", - "form_1433": "Normal", - "form_1436": "Normal", - "form_1439": "Normal", - "form_1442": "Normal", - "form_1445": "Normal", - "form_1448": "Normal", - "form_1451": "Normal", - "form_1454": "Normal", - "form_1457": "Normal", - "form_1460": "Normal", - "form_1463": "Normal", - "form_1466": "Normal", - "form_1469": "Normal", - "form_1472": "Normal", - "form_1475": "Normal", - "form_1478": "Normal", - "form_1481": "Normal", - "form_1484": "Normal", - "form_1487": "Normal", - "form_1490": "Normal", - "form_1493": "Normal", - "form_1496": "Normal", - "form_1499": "Normal", - "form_1502": "Normal", - "form_1505": "Normal", - "form_1508": "Normal", - "form_1511": "Normal", - "form_1514": "Normal", - "form_1517": "Normal", - "form_1520": "Normal", - "form_1523": "Normal", - "form_1526": "Normal", - "form_1529": "Normal", - "form_1532": "Normal", - "form_1535": "Normal", - "form_1538": "Normal", - "form_1541": "Normal", - "form_1544": "Normal", - "form_1547": "Normal", - "form_1550": "Normal", - "form_1553": "Normal", - "form_1556": "Normal", - "form_1559": "Normal", - "form_1562": "Normal", - "form_1565": "Normal", - "form_1568": "Normal", - "form_1571": "Normal", - "form_1574": "Normal", - "form_1577": "Normal", - "form_1580": "Normal", - "form_1583": "Normal", - "form_1586": "Normal", - "form_1589": "Normal", - "form_1592": "Normal", - "form_1595": "Normal", - "form_1598": "Normal", - "form_1601": "Normal", - "form_1604": "Normal", - "form_1607": "Normal", - "form_1610": "Normal", - "form_1613": "Normal", - "form_1616": "Normal", - "form_1619": "Normal", - "form_1622": "Normal", - "form_1625": "Normal", - "form_1628": "Normal", - "form_1631": "Normal", - "form_1634": "Normal", - "form_1637": "Normal", - "form_1640": "Normal", - "form_1643": "Normal", - "form_1646": "Normal", - "form_1649": "Normal", - "form_1652": "Normal", - "form_1655": "Normal", - "form_1658": "Normal", - "form_1661": "Normal", - "form_1664": "Normal", - "form_1667": "Normal", - "form_1670": "Normal", - "form_1673": "Normal", - "form_1676": "Normal", - "form_1679": "Normal", - "form_1682": "Normal", - "form_1685": "Normal", - "form_1688": "Normal", - "form_1691": "Normal", - "form_1694": "Normal", - "form_1697": "Normal", - "form_1700": "Normal", - "form_1703": "Normal", - "form_1706": "Normal", - "form_1709": "Normal", - "form_1712": "Normal", - "form_1715": "Normal", - "form_1718": "Normal", - "form_1721": "Normal", - "form_1724": "Normal", - "form_1727": "Normal", - "form_1730": "Normal", - "form_1733": "Normal", - "form_1736": "Normal", - "form_1739": "Normal", - "form_1742": "Normal", - "form_1745": "Normal", - "form_1748": "Normal", - "form_1751": "Normal", - "form_1754": "Normal", - "form_1757": "Normal", - "form_1760": "Normal", - "form_1763": "Normal", - "form_1766": "Normal", - "form_1769": "Normal", - "form_1772": "Normal", - "form_1775": "Normal", - "form_1778": "Normal", - "form_1781": "Normal", - "form_1784": "Normal", - "form_1787": "Normal", - "form_1790": "Normal", - "form_1793": "Normal", - "form_1796": "Normal", - "form_1799": "Normal", - "form_1802": "Normal", - "form_1805": "Normal", - "form_1808": "Normal", - "form_1811": "Normal", - "form_1814": "Normal", - "form_1817": "Normal", - "form_1820": "Normal", - "form_1823": "Normal", - "form_1826": "Normal", - "form_1829": "Normal", - "form_1832": "Normal", - "form_1835": "Normal", - "form_1838": "Normal", - "form_1841": "Normal", - "form_1844": "Normal", - "form_1847": "Normal", - "form_1850": "Normal", - "form_1853": "Normal", - "form_1856": "Normal", - "form_1859": "Normal", - "form_1862": "Normal", - "form_1865": "Normal", - "form_1868": "Normal", - "form_1871": "Normal", - "form_1874": "Normal", - "form_1877": "Normal", - "form_1880": "Normal", - "form_1883": "Normal", - "form_1886": "Normal", - "form_1889": "Normal", - "form_1892": "Normal", - "form_1895": "Normal", - "form_1898": "Normal", - "form_1901": "Normal", - "form_1904": "Normal", - "form_1907": "Normal", - "form_1910": "Normal", - "form_1913": "Normal", - "form_1916": "Normal", - "form_1919": "Normal", - "form_1922": "Normal", - "form_1925": "Normal", - "form_1928": "Normal", - "form_1931": "Normal", - "form_1934": "Normal", - "form_1937": "Normal", - "form_1940": "Normal", - "form_1943": "Normal", - "form_1946": "Normal", - "form_1949": "Normal", - "form_1952": "Normal", - "form_1955": "Normal", - "form_1958": "Normal", - "form_1961": "Normal", - "form_1964": "Normal", - "form_1967": "Normal", - "form_1970": "Normal", - "form_1973": "Normal", - "form_1976": "Normal", - "form_1979": "Normal", - "form_1982": "Normal", - "form_1985": "Normal", - "form_1988": "Normal", - "form_1991": "Normal", - "form_1994": "Normal", - "form_1997": "Normal", - "form_2000": "Normal", - "form_2003": "Normal", - "form_2006": "Normal", - "form_2009": "Normal", - "form_2012": "Normal", - "form_2015": "Normal", - "form_2018": "Normal", - "form_2021": "Normal", - "form_2024": "Normal", - "form_2027": "Normal", - "form_2030": "Normal", - "form_2033": "Normal", - "form_2036": "Normal", - "form_2039": "Normal", - "form_2042": "Normal", - "form_2045": "Normal", - "form_2048": "Normal", - "form_2051": "Normal", - "form_2054": "Normal", - "form_2057": "Normal", - "form_2060": "Normal", - "form_2063": "Normal", - "form_2066": "Normal", - "form_2069": "Normal", - "form_2072": "Normal", - "form_2075": "Normal", - "form_2078": "Normal", - "form_2081": "Normal", - "form_2084": "Normal", - "form_2087": "Normal", - "form_2090": "Normal", - "form_2093": "Normal", - "form_2096": "Normal", - "form_2099": "Normal", - "form_2102": "Normal", - "form_2105": "Normal", - "form_2108": "Normal", - "form_2111": "Normal", - "form_2114": "Normal", - "form_2117": "Normal", - "form_2120": "Normal", - "form_2123": "Normal", - "form_2126": "Normal", - "form_2129": "Normal", - "form_2132": "Normal", - "form_2135": "Normal", - "form_2138": "Normal", - "form_2141": "Normal", - "form_2144": "Normal", - "form_2147": "Normal", - "form_2150": "Normal", - "form_2153": "Normal", - "form_2156": "Normal", - "form_2159": "Normal", - "form_2162": "Normal", - "form_2165": "Normal", - "form_2168": "Normal", - "form_2171": "Normal", - "form_2174": "Normal", - "form_2177": "Normal", - "form_2180": "Normal", - "form_2183": "Normal", - "form_2186": "Normal", - "form_2189": "Normal", - "form_2192": "Normal", - "form_2195": "Normal", - "form_2198": "Normal", - "form_2201": "Normal", - "form_2204": "Normal", - "form_2207": "Normal", - "form_2210": "Normal", - "form_2213": "Normal", - "form_2216": "Normal", - "form_2219": "Normal", - "form_2222": "Normal", - "form_2225": "Normal", - "form_2228": "Normal", - "form_2231": "Normal", - "form_2234": "Normal", - "form_2237": "Normal", - "form_2240": "Normal", - "form_2243": "Normal", - "form_2246": "Normal", - "form_2249": "Normal", - "form_2252": "Normal", - "form_2255": "Normal", - "form_2258": "Normal", - "form_2261": "Normal", - "form_2264": "Normal", - "form_2267": "Normal", - "form_2270": "Normal", - "form_2273": "Normal", - "form_2276": "Normal", - "form_2279": "Normal", - "form_2282": "Normal", - "form_2285": "Normal", - "form_2288": "Normal", - "form_2291": "Normal", - "form_2294": "Normal", - "form_2297": "Normal", - "form_2300": "Normal", - "form_2303": "Normal", - "form_2306": "Normal", - "form_2309": "Normal", - "form_2312": "Normal", - "form_2315": "Normal", - "form_2318": "Normal", - "form_2321": "Normal", - "form_2324": "Normal", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "Hembra", - "form_2331": "Hembra", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "Forma Grave", - "form_2464": "Forma Aguda", - "form_2477": "Forma Falsificada", - "form_2478": "Forma Genuina", - "form_2480": "Forma Falsificada", - "form_2481": "Forma Genuina", - "form_2501": "Normal", - "form_2504": "Normal", - "form_2507": "Normal", - "form_2510": "Normal", - "form_2513": "Normal", - "form_2516": "Normal", - "form_2540": "Cara de Hielo", - "form_2541": "Cara Deshielo", - "form_2542": "Macho", - "form_2543": "Hembra", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "Espada Suprema", - "form_2577": "Guerrero Avezado", - "form_2578": "Escudo Supremo", - "form_2579": "Guerrero Avezado", - "form_2580": "Eternamax", - "form_2581": "Normal", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "Normal", - "form_2588": "Hembra", - "form_2589": "Normal", - "form_2590": "Hembra", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "Sol", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "Estilo Apasionado", - "form_2680": "Estilo Animado", - "form_2681": "Estilo Plácido", - "form_2683": "Estilo Refinado", - "form_2684": "Forma Diurna", - "form_2685": "Forma Nocturna", - "form_2686": "Forma Crepuscular", - "form_2687": "Forma Individual", - "form_2688": "Forma Banco", - "form_2689": "Normal", - "form_2690": "Bicho", - "form_2691": "Siniestro", - "form_2692": "Dragón", - "form_2693": "Eléctrico", - "form_2694": "Hada", - "form_2695": "Lucha", - "form_2696": "Fuego", - "form_2697": "Volador", - "form_2698": "Fantasma", - "form_2699": "Planta", - "form_2700": "Tierra", - "form_2701": "Hielo", - "form_2702": "Veneno", - "form_2703": "Psíquico", - "form_2704": "Roca", - "form_2705": "Acero", - "form_2706": "Agua", - "form_2707": "Meteor Blue", - "form_2708": "Plumaje Azul", - "form_2709": "Plumaje Verde", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "Plumaje Amarillo", - "form_2715": "Forma Descubierta", - "form_2716": "Forma Encubierta", - "form_2717": "Normal", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "Normal", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "Normal", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "Forma Crepuscular", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "Sol", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "Sol", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "Forma Avatar", - "form_2803": "Forma Tótem", - "form_2804": "Raya Blanca", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "Normal", - "form_2808": "Hembra", - "form_2809": "Normal", - "form_2810": "Normal", - "form_2811": "Normal", - "form_2812": "Normal", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "Normal", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "Forma Origen", - "form_2830": "Forma Origen", - "form_2831": "Normal", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "Normal", - "form_2982": "Hembra", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Plumaje Verde", - "form_2986": "Plumaje Azul", - "form_2987": "Plumaje Amarillo", - "form_2988": "White", - "form_2989": "Forma Ingenua", - "form_2990": "Guerrero Avezado", - "form_2991": "Forma Curvada", - "form_2992": "Forma Lánguida", - "form_2993": "Forma Recta", - "form_2994": "Forma Binodular", - "form_2995": "Forma Trinodular", - "form_2996": "Fisonomía Plena", - "form_2997": "Modo Pleno", - "form_2998": "Normal", - "form_3000": "Normal", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "Macho", - "gender_2": "Hembra", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "Alola", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "Blanche", - "grunt_2": "Candela", - "grunt_3": "Spark", - "grunt_4": "Recluta (Macho)", - "grunt_5": "Recluta (Hembra)", - "grunt_6": "Bicho - Recluta (Hembra)", - "grunt_7": "Bicho - Recluta (Macho)", - "grunt_8": "Recluta (Hembra)", - "grunt_9": "Recluta (Macho)", - "grunt_10": "Siniestro - Recluta (Hembra)", - "grunt_11": "Siniestro - Recluta (Macho)", - "grunt_12": "Dragón - Recluta (Hembra)", - "grunt_13": "Dragón - Recluta (Macho)", - "grunt_14": "Hada - Recluta (Hembra)", - "grunt_15": "Hada - Recluta (Macho)", - "grunt_16": "Lucha - Recluta (Hembra)", - "grunt_17": "Lucha - Recluta (Macho)", - "grunt_18": "Fuego - Recluta (Hembra)", - "grunt_19": "Fuego - Recluta (Macho)", - "grunt_20": "Volador - Recluta (Hembra)", - "grunt_21": "Volador - Recluta (Macho)", - "grunt_22": "Planta - Recluta (Hembra)", - "grunt_23": "Planta - Recluta (Macho)", - "grunt_24": "Tierra - Recluta (Hembra)", - "grunt_25": "Tierra - Recluta (Macho)", - "grunt_26": "Hielo - Recluta (Hembra)", - "grunt_27": "Hielo - Recluta (Macho)", - "grunt_28": "Acero - Recluta (Hembra)", - "grunt_29": "Acero - Recluta (Macho)", - "grunt_30": "Normal - Recluta (Hembra)", - "grunt_31": "Normal - Recluta (Macho)", - "grunt_32": "Veneno - Recluta (Hembra)", - "grunt_33": "Veneno - Recluta (Macho)", - "grunt_34": "Psíquico - Recluta (Hembra)", - "grunt_35": "Psíquico - Recluta (Macho)", - "grunt_36": "Roca - Recluta (Hembra)", - "grunt_37": "Roca - Recluta (Macho)", - "grunt_38": "Agua - Recluta (Hembra)", - "grunt_39": "Agua - Recluta (Macho)", - "grunt_40": "Player Team Leader", - "grunt_41": "Líder Cliff", - "grunt_42": "Líder Arlo", - "grunt_43": "Líder Sierra", - "grunt_44": "Giovanni", - "grunt_45": "Recluta señuelo (Macho)", - "grunt_46": "Recluta señuelo (Hembra)", - "grunt_47": "Fantasma - Recluta (Hembra)", - "grunt_48": "Fantasma - Recluta (Macho)", - "grunt_49": "Eléctrico - Recluta (Hembra)", - "grunt_50": "Eléctrico - Recluta (Macho)", - "grunt_51": "Recluta (Hembra)", - "grunt_52": "Recluta (Macho)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "Bicho - Recluta (Hembra)", - "grunt_56": "Bicho - Recluta (Macho)", - "grunt_57": "Siniestro - Recluta (Hembra)", - "grunt_58": "Siniestro - Recluta (Macho)", - "grunt_59": "Dragón - Recluta (Hembra)", - "grunt_60": "Dragón - Recluta (Macho)", - "grunt_61": "Hada - Recluta (Hembra)", - "grunt_62": "Hada - Recluta (Macho)", - "grunt_63": "Lucha - Recluta (Hembra)", - "grunt_64": "Lucha - Recluta (Macho)", - "grunt_65": "Fuego - Recluta (Hembra)", - "grunt_66": "Fuego - Recluta (Macho)", - "grunt_67": "Volador - Recluta (Hembra)", - "grunt_68": "Volador - Recluta (Macho)", - "grunt_69": "Planta - Recluta (Hembra)", - "grunt_70": "Planta - Recluta (Macho)", - "grunt_71": "Tierra - Recluta (Hembra)", - "grunt_72": "Tierra - Recluta (Macho)", - "grunt_73": "Hielo - Recluta (Hembra)", - "grunt_74": "Hielo - Recluta (Macho)", - "grunt_75": "Recluta (Hembra)", - "grunt_76": "Recluta (Macho)", - "grunt_77": "Normal - Recluta (Hembra)", - "grunt_78": "Normal - Recluta (Macho)", - "grunt_79": "Veneno - Recluta (Hembra)", - "grunt_80": "Veneno - Recluta (Macho)", - "grunt_81": "Psíquico - Recluta (Hembra)", - "grunt_82": "Psíquico - Recluta (Macho)", - "grunt_83": "Roca - Recluta (Hembra)", - "grunt_84": "Roca - Recluta (Macho)", - "grunt_85": "Agua - Recluta (Hembra)", - "grunt_86": "Agua - Recluta (Macho)", - "grunt_87": "Fantasma - Recluta (Hembra)", - "grunt_88": "Fantasma - Recluta (Macho)", - "grunt_89": "Eléctrico - Recluta (Hembra)", - "grunt_90": "Eléctrico - Recluta (Macho)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "Ninguno", - "grunt_a_1": "Blanche", - "grunt_a_2": "Candela", - "grunt_a_3": "Spark", - "grunt_a_4": "Recluta ♂", - "grunt_a_5": "Recluta ♀", - "grunt_a_6": "Bicho ♀", - "grunt_a_7": "Bicho ♂", - "grunt_a_8": "Recluta ♀", - "grunt_a_9": "Recluta ♂", - "grunt_a_10": "Siniestro ♀", - "grunt_a_11": "Siniestro ♂", - "grunt_a_12": "Dragón ♀", - "grunt_a_13": "Dragón ♂", - "grunt_a_14": "Hada ♀", - "grunt_a_15": "Hada ♂", - "grunt_a_16": "Lucha ♀", - "grunt_a_17": "Lucha ♂", - "grunt_a_18": "Fuego ♀", - "grunt_a_19": "Fuego ♂", - "grunt_a_20": "Volador ♀", - "grunt_a_21": "Volador ♂", - "grunt_a_22": "Planta ♀", - "grunt_a_23": "Planta ♂", - "grunt_a_24": "Tierra ♀", - "grunt_a_25": "Tierra ♂", - "grunt_a_26": "Hielo ♀", - "grunt_a_27": "Hielo ♂", - "grunt_a_28": "Acero ♀", - "grunt_a_29": "Acero ♂", - "grunt_a_30": "Normal ♀", - "grunt_a_31": "Normal ♂", - "grunt_a_32": "Veneno ♀", - "grunt_a_33": "Veneno ♂", - "grunt_a_34": "Psíquico ♀", - "grunt_a_35": "Psíquico ♂", - "grunt_a_36": "Roca ♀", - "grunt_a_37": "Roca ♂", - "grunt_a_38": "Agua ♀", - "grunt_a_39": "Agua ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "Líder Cliff", - "grunt_a_42": "Líder Arlo", - "grunt_a_43": "Líder Sierra", - "grunt_a_44": "Giovanni", - "grunt_a_45": "Recluta señuelo ♂", - "grunt_a_46": "Recluta señuelo ♀", - "grunt_a_47": "Fantasma ♀", - "grunt_a_48": "Fantasma ♂", - "grunt_a_49": "Eléctrico ♀", - "grunt_a_50": "Eléctrico ♂", - "grunt_a_51": "Recluta ♀", - "grunt_a_52": "Recluta ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "Bicho ♀", - "grunt_a_56": "Bicho ♂", - "grunt_a_57": "Siniestro ♀", - "grunt_a_58": "Siniestro ♂", - "grunt_a_59": "Dragón ♀", - "grunt_a_60": "Dragón ♂", - "grunt_a_61": "Hada ♀", - "grunt_a_62": "Hada ♂", - "grunt_a_63": "Lucha ♀", - "grunt_a_64": "Lucha ♂", - "grunt_a_65": "Fuego ♀", - "grunt_a_66": "Fuego ♂", - "grunt_a_67": "Volador ♀", - "grunt_a_68": "Volador ♂", - "grunt_a_69": "Planta ♀", - "grunt_a_70": "Planta ♂", - "grunt_a_71": "Tierra ♀", - "grunt_a_72": "Tierra ♂", - "grunt_a_73": "Hielo ♀", - "grunt_a_74": "Hielo ♂", - "grunt_a_75": "Recluta ♀", - "grunt_a_76": "Recluta ♂", - "grunt_a_77": "Normal ♀", - "grunt_a_78": "Normal ♂", - "grunt_a_79": "Veneno ♀", - "grunt_a_80": "Veneno ♂", - "grunt_a_81": "Psíquico ♀", - "grunt_a_82": "Psíquico ♂", - "grunt_a_83": "Roca ♀", - "grunt_a_84": "Roca ♂", - "grunt_a_85": "Agua ♀", - "grunt_a_86": "Agua ♂", - "grunt_a_87": "Fantasma ♀", - "grunt_a_88": "Fantasma ♂", - "grunt_a_89": "Eléctrico ♀", - "grunt_a_90": "Eléctrico ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "Desconocido", - "item_1": "Poké Ball", - "item_2": "Super Ball", - "item_3": "Ultra Ball", - "item_4": "Master Ball", - "item_5": "Honor Ball", - "item_6": "Ente Ball", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "Poción", - "item_102": "Superpoción", - "item_103": "Hiperpoción", - "item_104": "Poción Máxima", - "item_201": "Revivir", - "item_202": "Revivir Máximo", - "item_301": "Huevo Suerte", - "item_401": "Incienso", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "Caja Misteriosa", - "item_406": "Incienso de aventura diario", - "item_407": "Cofre de Monedas", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "Módulo Cebo", - "item_502": "Módulo Cebo Glaciar", - "item_503": "Módulo Cebo Musgoso", - "item_504": "Módulo Cebo Magnético", - "item_505": "Módulo Cebo Lluvioso", - "item_506": "Módulo Cebo Dorado", - "item_602": "Ataque X", - "item_603": "Defensa X", - "item_604": "SIN DEFINIR", - "item_650": "Célula de Zygarde", - "item_651": "Arca de Zygarde", - "item_701": "Baya Frambu", - "item_702": "Baya Oram", - "item_703": "Baya Latano", - "item_704": "Baya Peragu", - "item_705": "Baya Pinia", - "item_706": "Baya Frambu dorada", - "item_707": "Golden Nanab Berry", - "item_708": "Baya Pinia plateada", - "item_709": "Pokocho", - "item_801": "Cámara", - "item_802": "Pegatinas", - "item_803": "Álbum de postales", - "item_901": "Incubadora ∞", - "item_902": "Incubadora", - "item_903": "Superincubadora", - "item_1001": "Almacenamiento de Pokémon", - "item_1002": "Aumento de espacio (Bolsa)", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "Piedra Solar", - "item_1102": "Roca del Rey", - "item_1103": "Revestimiento Metálico", - "item_1104": "Escama Dragón", - "item_1105": "Mejora", - "item_1106": "Piedra Sinnoh", - "item_1107": "Piedra Teselia", - "item_1150": "Monedas de Gimmighoul", - "item_1201": "MT de ataque rápido", - "item_1202": "MT de ataque cargado", - "item_1203": "MT élite de ataque rápido", - "item_1204": "MT élite de ataque cargado", - "item_1250": "Meteorito", - "item_1301": "Caramelo Raro", - "item_1302": "Caramelo Raro ++", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "Pase de incursión", - "item_1402": "Pase de combate prémium", - "item_1404": "Trozo Estrella", - "item_1405": "Regalo", - "item_1406": "Medallón de Equipos", - "item_1408": "Pase de incursión remota", - "item_1409": "S Raid Ticket", - "item_1501": "Componente misterioso", - "item_1502": "Radar Rocket", - "item_1503": "Superradar Rocket", - "item_1504": "Esquirla Oscura", - "item_1505": "Gema Purificada", - "item_1506": "Partícula Max", - "item_1507": "Pack de Partículas Max", - "item_1600": "Entrada", - "item_1601": "Entrada", - "item_1602": "Entrada", - "item_1603": "Entrada", - "item_1604": "Entrada extra", - "item_1605": "Entrada extra", - "item_1606": "Pase de investigación temporal de Liga Combates GO", - "item_1607": "Entrada", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Entrada de Safari: Seúl", - "item_1611": "Entrada de Safari: Barcelona", - "item_1612": "Entrada de Safari: Ciudad de México", - "item_1613": "Entrada de Safari: Tainan", - "item_1614": "Ticket City Safari 04", - "item_1615": "Entrada", - "item_1616": "Entrada", - "item_1617": "Entrada", - "item_1618": "Entrada", - "item_1619": "Entrada", - "item_1620": "Entrada", - "item_1621": "Entrada", - "item_1622": "Entrada", - "item_1623": "Entrada", - "item_1624": "Entrada", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "Normal", - "lure_502": "Glaciar", - "lure_503": "Musgoso", - "lure_504": "Magnético", - "lure_505": "Lluvioso", - "lure_506": "Dorado", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "Desconocido", - "move_1": "Impactrueno", - "move_2": "Ataque Rápido", - "move_3": "Arañazo", - "move_4": "Ascuas", - "move_5": "Látigo Cepa", - "move_6": "Placaje", - "move_7": "Hoja Afilada", - "move_8": "Derribo", - "move_9": "Pistola Agua", - "move_10": "Mordisco", - "move_11": "Destructor", - "move_12": "Doble Bofetón", - "move_13": "Constricción", - "move_14": "Hiperrayo", - "move_15": "Lengüetazo", - "move_16": "Pulso Umbrío", - "move_17": "Polución", - "move_18": "Residuos", - "move_19": "Garra Metal", - "move_20": "Agarre", - "move_21": "Rueda Fuego", - "move_22": "Megacuerno", - "move_23": "Ataque Ala", - "move_24": "Lanzallamas", - "move_25": "Golpe Bajo", - "move_26": "Excavar", - "move_27": "Patada Baja", - "move_28": "Tajo Cruzado", - "move_29": "Psicocorte", - "move_30": "Psicorrayo", - "move_31": "Terremoto", - "move_32": "Roca Afilada", - "move_33": "Puño Hielo", - "move_34": "Arrumaco", - "move_35": "Chispazo", - "move_36": "Foco Resplandor", - "move_37": "Picotazo", - "move_38": "Pico Taladro", - "move_39": "Rayo Hielo", - "move_40": "Ventisca", - "move_41": "Tajo Aéreo", - "move_42": "Onda Ígnea", - "move_43": "Doble Ataque", - "move_44": "Puya Nociva", - "move_45": "Golpe Aéreo", - "move_46": "Taladradora", - "move_47": "Tormenta Floral", - "move_48": "Megaagotar", - "move_49": "Zumbido", - "move_50": "Colmillo Veneno", - "move_51": "Tajo Umbrío", - "move_52": "Cuchillada", - "move_53": "Rayo Burbuja", - "move_54": "Sumisión", - "move_55": "Golpe Kárate", - "move_56": "Puntapié", - "move_57": "Acua Jet", - "move_58": "Acua Cola", - "move_59": "Bomba Germen", - "move_60": "Psicocarga", - "move_61": "Lanzarrocas", - "move_62": "Poder Pasado", - "move_63": "Tumba Rocas", - "move_64": "Avalancha", - "move_65": "Joya de Luz", - "move_66": "Sombra Vil", - "move_67": "Puño Sombra", - "move_68": "Garra Umbría", - "move_69": "Viento Aciago", - "move_70": "Bola Sombra", - "move_71": "Puño Bala", - "move_72": "Bomba Imán", - "move_73": "Ala de Acero", - "move_74": "Cabeza de Hierro", - "move_75": "Carga Parábola", - "move_76": "Chispa", - "move_77": "Puño Trueno", - "move_78": "Trueno", - "move_79": "Rayo", - "move_80": "Ciclón", - "move_81": "Dragoaliento", - "move_82": "Pulso Dragón", - "move_83": "Garra Dragón", - "move_84": "Voz Cautivadora", - "move_85": "Beso Drenaje", - "move_86": "Brillo Mágico", - "move_87": "Fuerza Lunar", - "move_88": "Carantoña", - "move_89": "Veneno X", - "move_90": "Bomba Lodo", - "move_91": "Onda Tóxica", - "move_92": "Lanzamugre", - "move_93": "Disparo Lodo", - "move_94": "Hueso Palo", - "move_95": "Terratemblor", - "move_96": "Bomba Fango", - "move_97": "Corte Furia", - "move_98": "Picadura", - "move_99": "Doble Rayo", - "move_100": "Tijera X", - "move_101": "Nitrocarga", - "move_102": "Pirotecnia", - "move_103": "Llamarada", - "move_104": "Salmuera", - "move_105": "Hidropulso", - "move_106": "Escaldar", - "move_107": "Hidrobomba", - "move_108": "Psíquico", - "move_109": "Onda Mental", - "move_110": "Canto Helado", - "move_111": "Viento Hielo", - "move_112": "Vaho Gélido", - "move_113": "Absorber", - "move_114": "Gigadrenado", - "move_115": "Puño Fuego", - "move_116": "Rayo Solar", - "move_117": "Hoja Aguda", - "move_118": "Latigazo", - "move_119": "Salpicadura", - "move_120": "Ácido", - "move_121": "Aire Afilado", - "move_122": "Vendaval", - "move_123": "Demolición", - "move_124": "Corte", - "move_125": "Rapidez", - "move_126": "Cornada", - "move_127": "Pisotón", - "move_128": "Golpe Cabeza", - "move_129": "Hipercolmillo", - "move_130": "Atizar", - "move_131": "Golpe Cuerpo", - "move_132": "Descanso", - "move_133": "Combate", - "move_134": "Escaldar", - "move_135": "Hidrobomba", - "move_136": "Constricción", - "move_137": "Constricción", - "move_200": "Corte Furia", - "move_201": "Picadura", - "move_202": "Mordisco", - "move_203": "Golpe Bajo", - "move_204": "Dragoaliento", - "move_205": "Impactrueno", - "move_206": "Chispa", - "move_207": "Patada Baja", - "move_208": "Golpe Kárate", - "move_209": "Ascuas", - "move_210": "Ataque Ala", - "move_211": "Picotazo", - "move_212": "Lengüetazo", - "move_213": "Garra Umbría", - "move_214": "Látigo Cepa", - "move_215": "Hoja Afilada", - "move_216": "Disparo Lodo", - "move_217": "Canto Helado", - "move_218": "Vaho Gélido", - "move_219": "Ataque Rápido", - "move_220": "Arañazo", - "move_221": "Placaje", - "move_222": "Destructor", - "move_223": "Corte", - "move_224": "Puya Nociva", - "move_225": "Ácido", - "move_226": "Psicocorte", - "move_227": "Lanzarrocas", - "move_228": "Garra Metal", - "move_229": "Puño Bala", - "move_230": "Pistola Agua", - "move_231": "Salpicadura", - "move_232": "Pistola Agua", - "move_233": "Bofetón Lodo", - "move_234": "Cabezazo Zen", - "move_235": "Confusión", - "move_236": "Picotazo Veneno", - "move_237": "Burbuja", - "move_238": "Finta", - "move_239": "Ala de Acero", - "move_240": "Colmillo Ígneo", - "move_241": "Golpe Roca", - "move_242": "Transformación", - "move_243": "Contraataque", - "move_244": "Nieve Polvo", - "move_245": "A Bocajarro", - "move_246": "Puño Dinámico", - "move_247": "Onda Certera", - "move_248": "Rayo Aurora", - "move_249": "Rayo Carga", - "move_250": "Voltiocambio", - "move_251": "Voltio Cruel", - "move_252": "Electrocañón", - "move_253": "Cola Dragón", - "move_254": "Alud", - "move_255": "Tajo Aéreo", - "move_256": "Pájaro Osado", - "move_257": "Ataque Aéreo", - "move_258": "Bucle Arena", - "move_259": "Pedrada", - "move_260": "Acoso", - "move_261": "Estoicismo", - "move_262": "Viento Plata", - "move_263": "Impresionar", - "move_264": "Infortunio", - "move_265": "Tinieblas", - "move_266": "Cola Férrea", - "move_267": "Giro Bola", - "move_268": "Cuerpo Pesado", - "move_269": "Giro Fuego", - "move_270": "Sofoco", - "move_271": "Semilladora", - "move_272": "Hierba Lazo", - "move_273": "Energibola", - "move_274": "Paranormal", - "move_275": "Premonición", - "move_276": "Manto Espejo", - "move_277": "Enfado", - "move_278": "Alarido", - "move_279": "Triturar", - "move_280": "Juego Sucio", - "move_281": "Poder Oculto", - "move_282": "Derribo", - "move_283": "Cascada", - "move_284": "Surf", - "move_285": "Cometa Draco", - "move_286": "Deseo Oculto", - "move_287": "Bostezo", - "move_288": "Psicoataque", - "move_289": "Pulso Primigenio", - "move_290": "Filo del Abismo", - "move_291": "Presente", - "move_292": "Meteorobola", - "move_293": "Meteorobola", - "move_294": "Meteorobola", - "move_295": "Meteorobola", - "move_296": "Planta Feroz", - "move_297": "Antiaéreo", - "move_298": "Anillo Ígneo", - "move_299": "Hidrocañón", - "move_300": "Última Baza", - "move_301": "Puño Meteoro", - "move_302": "Cabezazo", - "move_303": "Bomba Ácida", - "move_304": "Tierra Viva", - "move_305": "Martillazo", - "move_306": "Plancha", - "move_307": "Garra Brutal", - "move_308": "Pulpocañón", - "move_309": "Disparo Espejo", - "move_310": "Fuerza Bruta", - "move_311": "Aguijón Letal", - "move_312": "Ciclón de Hojas", - "move_313": "Chupavidas", - "move_314": "Puño Drenaje", - "move_315": "Hueso Sombrío", - "move_316": "Agua Lodosa", - "move_317": "Patada Ígnea", - "move_318": "Concha Filo", - "move_319": "Puño Incremento", - "move_320": "Encanto", - "move_321": "Gigaimpacto", - "move_322": "Frustración", - "move_323": "Retribución", - "move_324": "Sincrorruido", - "move_325": "Fijar Blanco", - "move_326": "Colmillo Rayo", - "move_327": "Colmillo Hielo", - "move_328": "Perforador", - "move_329": "Fisura", - "move_330": "Espada Santa", - "move_331": "Plancha Voladora", - "move_332": "Esfera Aural", - "move_333": "Vendetta", - "move_334": "Romperrocas", - "move_335": "Aerochorro", - "move_336": "Tecno Shock", - "move_337": "Tecno Shock", - "move_338": "Tecno Shock", - "move_339": "Tecno Shock", - "move_340": "Tecno Shock", - "move_341": "Vuelo", - "move_342": "V de Fuego", - "move_343": "Lluevehojas", - "move_344": "Triataque", - "move_345": "Tornado", - "move_346": "Calcinación", - "move_347": "Dark Void", - "move_348": "Danza Pluma", - "move_349": "Fiery Dance", - "move_350": "Viento Feérico", - "move_351": "Relic Song", - "move_352": "Meteorobola", - "move_353": "Psicocolmillo", - "move_354": "Cerco Dimensión", - "move_355": "Paso Dimensional", - "move_356": "Doble Patada", - "move_357": "Hoja Mágica", - "move_358": "Fuego Sagrado", - "move_359": "Carámbano", - "move_360": "Aerochorro+", - "move_361": "Aerochorro++", - "move_362": "Fuego Sagrado+", - "move_363": "Fuego Sagrado++", - "move_364": "Acróbata", - "move_365": "Resplandor", - "move_366": "Bola Neblina", - "move_367": "Giro Vil", - "move_368": "Desenrollar", - "move_369": "Fogonazo", - "move_370": "Obstrucción", - "move_371": "Golpe Umbrío", - "move_372": "Rayo Meteórico", - "move_373": "Shuriken de Agua", - "move_374": "Rayo Fusión", - "move_375": "Llama Fusión", - "move_376": "Poltergeist", - "move_377": "Fuerza Equina", - "move_378": "Mundo Gélido", - "move_379": "Vasto Impacto", - "move_380": "Estruendo", - "move_381": "Ferropuño Doble", - "move_382": "Llama Embrujada", - "move_383": "Hidroariete", - "move_384": "Ascenso Draco", - "move_385": "Follaje", - "move_386": "Lluvia Ígnea", - "move_387": "Geocontrol", - "move_388": "Corte Vacío", - "move_389": "Ala Mortífera", - "move_390": "Furia Natural", - "move_391": "Triple Axel", - "move_392": "Abrecaminos", - "move_393": "Arenas Ardientes", - "move_394": "Distorsión", - "move_395": "Vendaval Gélido", - "move_396": "Simún de Arena", - "move_397": "Electormenta", - "move_398": "Puntada Sombría", - "move_399": "Placaje Eléctrico", - "move_400": "Lariat Oscuro", - "move_401": "Psicoonda", - "move_402": "Eco Metálico", - "move_403": "Ataque Arena", - "move_404": "Meteoimpacto", - "move_405": "Rayo Umbrío", - "move_406": "Rueda Aural", - "move_407": "Rueda Aural", - "move_408": "Patada Salto Alta", - "move_409": "Maxignición", - "move_410": "Maxinsecto", - "move_411": "Maxitormenta", - "move_412": "Maxiataque", - "move_413": "Maxipuño", - "move_414": "Maxiespectro", - "move_415": "Maxihelada", - "move_416": "Maxiácido", - "move_417": "Maxichorro", - "move_418": "Maxiciclón", - "move_419": "Maxiestela", - "move_420": "Maxidraco", - "move_421": "Maxionda", - "move_422": "Maxilito", - "move_423": "Maxitemblor", - "move_424": "Maxisombra", - "move_425": "Maxiflora", - "move_426": "Maximetal", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "Palmeo", - "move_463": "Aria Burbuja", - "poke_0": "Substitución", - "poke_1": "Bulbasaur", - "poke_2": "Ivysaur", - "poke_3": "Venusaur", - "poke_3_e1": "Mega-Venusaur", - "poke_4": "Charmander", - "poke_5": "Charmeleon", - "poke_6": "Charizard", - "poke_6_e2": "Mega-Charizard X", - "poke_6_e3": "Mega-Charizard Y", - "poke_7": "Squirtle", - "poke_8": "Wartortle", - "poke_9": "Blastoise", - "poke_9_e1": "Mega-Blastoise", - "poke_10": "Caterpie", - "poke_11": "Metapod", - "poke_12": "Butterfree", - "poke_13": "Weedle", - "poke_14": "Kakuna", - "poke_15": "Beedrill", - "poke_15_e1": "Mega-Beedrill", - "poke_16": "Pidgey", - "poke_17": "Pidgeotto", - "poke_18": "Pidgeot", - "poke_18_e1": "Mega-Pidgeot", - "poke_19": "Rattata", - "poke_20": "Raticate", - "poke_21": "Spearow", - "poke_22": "Fearow", - "poke_23": "Ekans", - "poke_24": "Arbok", - "poke_25": "Pikachu", - "poke_26": "Raichu", - "poke_27": "Sandshrew", - "poke_28": "Sandslash", - "poke_29": "Nidoran♀", - "poke_30": "Nidorina", - "poke_31": "Nidoqueen", - "poke_32": "Nidoran♂", - "poke_33": "Nidorino", - "poke_34": "Nidoking", - "poke_35": "Clefairy", - "poke_36": "Clefable", - "poke_37": "Vulpix", - "poke_38": "Ninetales", - "poke_39": "Jigglypuff", - "poke_40": "Wigglytuff", - "poke_41": "Zubat", - "poke_42": "Golbat", - "poke_43": "Oddish", - "poke_44": "Gloom", - "poke_45": "Vileplume", - "poke_46": "Paras", - "poke_47": "Parasect", - "poke_48": "Venonat", - "poke_49": "Venomoth", - "poke_50": "Diglett", - "poke_51": "Dugtrio", - "poke_52": "Meowth", - "poke_53": "Persian", - "poke_54": "Psyduck", - "poke_55": "Golduck", - "poke_56": "Mankey", - "poke_57": "Primeape", - "poke_58": "Growlithe", - "poke_59": "Arcanine", - "poke_60": "Poliwag", - "poke_61": "Poliwhirl", - "poke_62": "Poliwrath", - "poke_63": "Abra", - "poke_64": "Kadabra", - "poke_65": "Alakazam", - "poke_65_e1": "Mega-Alakazam", - "poke_66": "Machop", - "poke_67": "Machoke", - "poke_68": "Machamp", - "poke_69": "Bellsprout", - "poke_70": "Weepinbell", - "poke_71": "Victreebel", - "poke_72": "Tentacool", - "poke_73": "Tentacruel", - "poke_74": "Geodude", - "poke_75": "Graveler", - "poke_76": "Golem", - "poke_77": "Ponyta", - "poke_78": "Rapidash", - "poke_79": "Slowpoke", - "poke_80": "Slowbro", - "poke_80_e1": "Mega-Slowbro", - "poke_81": "Magnemite", - "poke_82": "Magneton", - "poke_83": "Farfetch'd", - "poke_84": "Doduo", - "poke_85": "Dodrio", - "poke_86": "Seel", - "poke_87": "Dewgong", - "poke_88": "Grimer", - "poke_89": "Muk", - "poke_90": "Shellder", - "poke_91": "Cloyster", - "poke_92": "Gastly", - "poke_93": "Haunter", - "poke_94": "Gengar", - "poke_94_e1": "Mega-Gengar", - "poke_95": "Onix", - "poke_96": "Drowzee", - "poke_97": "Hypno", - "poke_98": "Krabby", - "poke_99": "Kingler", - "poke_100": "Voltorb", - "poke_101": "Electrode", - "poke_102": "Exeggcute", - "poke_103": "Exeggutor", - "poke_104": "Cubone", - "poke_105": "Marowak", - "poke_106": "Hitmonlee", - "poke_107": "Hitmonchan", - "poke_108": "Lickitung", - "poke_109": "Koffing", - "poke_110": "Weezing", - "poke_111": "Rhyhorn", - "poke_112": "Rhydon", - "poke_113": "Chansey", - "poke_114": "Tangela", - "poke_115": "Kangaskhan", - "poke_115_e1": "Mega-Kangaskhan", - "poke_116": "Horsea", - "poke_117": "Seadra", - "poke_118": "Goldeen", - "poke_119": "Seaking", - "poke_120": "Staryu", - "poke_121": "Starmie", - "poke_122": "Mr. Mime", - "poke_123": "Scyther", - "poke_124": "Jynx", - "poke_125": "Electabuzz", - "poke_126": "Magmar", - "poke_127": "Pinsir", - "poke_127_e1": "Mega-Pinsir", - "poke_128": "Tauros", - "poke_129": "Magikarp", - "poke_130": "Gyarados", - "poke_130_e1": "Mega-Gyarados", - "poke_131": "Lapras", - "poke_132": "Ditto", - "poke_133": "Eevee", - "poke_134": "Vaporeon", - "poke_135": "Jolteon", - "poke_136": "Flareon", - "poke_137": "Porygon", - "poke_138": "Omanyte", - "poke_139": "Omastar", - "poke_140": "Kabuto", - "poke_141": "Kabutops", - "poke_142": "Aerodactyl", - "poke_142_e1": "Mega-Aerodactyl", - "poke_143": "Snorlax", - "poke_144": "Articuno", - "poke_145": "Zapdos", - "poke_146": "Moltres", - "poke_147": "Dratini", - "poke_148": "Dragonair", - "poke_149": "Dragonite", - "poke_150": "Mewtwo", - "poke_150_e2": "Mega-Mewtwo X", - "poke_150_e3": "Mega-Mewtwo Y", - "poke_151": "Mew", - "poke_152": "Chikorita", - "poke_153": "Bayleef", - "poke_154": "Meganium", - "poke_155": "Cyndaquil", - "poke_156": "Quilava", - "poke_157": "Typhlosion", - "poke_158": "Totodile", - "poke_159": "Croconaw", - "poke_160": "Feraligatr", - "poke_161": "Sentret", - "poke_162": "Furret", - "poke_163": "Hoothoot", - "poke_164": "Noctowl", - "poke_165": "Ledyba", - "poke_166": "Ledian", - "poke_167": "Spinarak", - "poke_168": "Ariados", - "poke_169": "Crobat", - "poke_170": "Chinchou", - "poke_171": "Lanturn", - "poke_172": "Pichu", - "poke_173": "Cleffa", - "poke_174": "Igglybuff", - "poke_175": "Togepi", - "poke_176": "Togetic", - "poke_177": "Natu", - "poke_178": "Xatu", - "poke_179": "Mareep", - "poke_180": "Flaaffy", - "poke_181": "Ampharos", - "poke_181_e1": "Mega-Ampharos", - "poke_182": "Bellossom", - "poke_183": "Marill", - "poke_184": "Azumarill", - "poke_185": "Sudowoodo", - "poke_186": "Politoed", - "poke_187": "Hoppip", - "poke_188": "Skiploom", - "poke_189": "Jumpluff", - "poke_190": "Aipom", - "poke_191": "Sunkern", - "poke_192": "Sunflora", - "poke_193": "Yanma", - "poke_194": "Wooper", - "poke_195": "Quagsire", - "poke_196": "Espeon", - "poke_197": "Umbreon", - "poke_198": "Murkrow", - "poke_199": "Slowking", - "poke_200": "Misdreavus", - "poke_201": "Unown", - "poke_202": "Wobbuffet", - "poke_203": "Girafarig", - "poke_204": "Pineco", - "poke_205": "Forretress", - "poke_206": "Dunsparce", - "poke_207": "Gligar", - "poke_208": "Steelix", - "poke_208_e1": "Mega-Steelix", - "poke_209": "Snubbull", - "poke_210": "Granbull", - "poke_211": "Qwilfish", - "poke_212": "Scizor", - "poke_212_e1": "Mega-Scizor", - "poke_213": "Shuckle", - "poke_214": "Heracross", - "poke_214_e1": "Mega-Heracross", - "poke_215": "Sneasel", - "poke_216": "Teddiursa", - "poke_217": "Ursaring", - "poke_218": "Slugma", - "poke_219": "Magcargo", - "poke_220": "Swinub", - "poke_221": "Piloswine", - "poke_222": "Corsola", - "poke_223": "Remoraid", - "poke_224": "Octillery", - "poke_225": "Delibird", - "poke_226": "Mantine", - "poke_227": "Skarmory", - "poke_228": "Houndour", - "poke_229": "Houndoom", - "poke_229_e1": "Mega-Houndoom", - "poke_230": "Kingdra", - "poke_231": "Phanpy", - "poke_232": "Donphan", - "poke_233": "Porygon2", - "poke_234": "Stantler", - "poke_235": "Smeargle", - "poke_236": "Tyrogue", - "poke_237": "Hitmontop", - "poke_238": "Smoochum", - "poke_239": "Elekid", - "poke_240": "Magby", - "poke_241": "Miltank", - "poke_242": "Blissey", - "poke_243": "Raikou", - "poke_244": "Entei", - "poke_245": "Suicune", - "poke_246": "Larvitar", - "poke_247": "Pupitar", - "poke_248": "Tyranitar", - "poke_248_e1": "Mega-Tyranitar", - "poke_249": "Lugia", - "poke_250": "Ho-Oh", - "poke_251": "Celebi", - "poke_252": "Treecko", - "poke_253": "Grovyle", - "poke_254": "Sceptile", - "poke_254_e1": "Mega-Sceptile", - "poke_255": "Torchic", - "poke_256": "Combusken", - "poke_257": "Blaziken", - "poke_257_e1": "Mega-Blaziken", - "poke_258": "Mudkip", - "poke_259": "Marshtomp", - "poke_260": "Swampert", - "poke_260_e1": "Mega-Swampert", - "poke_261": "Poochyena", - "poke_262": "Mightyena", - "poke_263": "Zigzagoon", - "poke_264": "Linoone", - "poke_265": "Wurmple", - "poke_266": "Silcoon", - "poke_267": "Beautifly", - "poke_268": "Cascoon", - "poke_269": "Dustox", - "poke_270": "Lotad", - "poke_271": "Lombre", - "poke_272": "Ludicolo", - "poke_273": "Seedot", - "poke_274": "Nuzleaf", - "poke_275": "Shiftry", - "poke_276": "Taillow", - "poke_277": "Swellow", - "poke_278": "Wingull", - "poke_279": "Pelipper", - "poke_280": "Ralts", - "poke_281": "Kirlia", - "poke_282": "Gardevoir", - "poke_282_e1": "Mega-Gardevoir", - "poke_283": "Surskit", - "poke_284": "Masquerain", - "poke_285": "Shroomish", - "poke_286": "Breloom", - "poke_287": "Slakoth", - "poke_288": "Vigoroth", - "poke_289": "Slaking", - "poke_290": "Nincada", - "poke_291": "Ninjask", - "poke_292": "Shedinja", - "poke_293": "Whismur", - "poke_294": "Loudred", - "poke_295": "Exploud", - "poke_296": "Makuhita", - "poke_297": "Hariyama", - "poke_298": "Azurill", - "poke_299": "Nosepass", - "poke_300": "Skitty", - "poke_301": "Delcatty", - "poke_302": "Sableye", - "poke_302_e1": "Mega-Sableye", - "poke_303": "Mawile", - "poke_303_e1": "Mega-Mawile", - "poke_304": "Aron", - "poke_305": "Lairon", - "poke_306": "Aggron", - "poke_306_e1": "Mega-Aggron", - "poke_307": "Meditite", - "poke_308": "Medicham", - "poke_308_e1": "Mega-Medicham", - "poke_309": "Electrike", - "poke_310": "Manectric", - "poke_310_e1": "Mega-Manectric", - "poke_311": "Plusle", - "poke_312": "Minun", - "poke_313": "Volbeat", - "poke_314": "Illumise", - "poke_315": "Roselia", - "poke_316": "Gulpin", - "poke_317": "Swalot", - "poke_318": "Carvanha", - "poke_319": "Sharpedo", - "poke_319_e1": "Mega-Sharpedo", - "poke_320": "Wailmer", - "poke_321": "Wailord", - "poke_322": "Numel", - "poke_323": "Camerupt", - "poke_323_e1": "Mega-Camerupt", - "poke_324": "Torkoal", - "poke_325": "Spoink", - "poke_326": "Grumpig", - "poke_327": "Spinda", - "poke_328": "Trapinch", - "poke_329": "Vibrava", - "poke_330": "Flygon", - "poke_331": "Cacnea", - "poke_332": "Cacturne", - "poke_333": "Swablu", - "poke_334": "Altaria", - "poke_334_e1": "Mega-Altaria", - "poke_335": "Zangoose", - "poke_336": "Seviper", - "poke_337": "Lunatone", - "poke_338": "Solrock", - "poke_339": "Barboach", - "poke_340": "Whiscash", - "poke_341": "Corphish", - "poke_342": "Crawdaunt", - "poke_343": "Baltoy", - "poke_344": "Claydol", - "poke_345": "Lileep", - "poke_346": "Cradily", - "poke_347": "Anorith", - "poke_348": "Armaldo", - "poke_349": "Feebas", - "poke_350": "Milotic", - "poke_351": "Castform", - "poke_352": "Kecleon", - "poke_353": "Shuppet", - "poke_354": "Banette", - "poke_354_e1": "Mega-Banette", - "poke_355": "Duskull", - "poke_356": "Dusclops", - "poke_357": "Tropius", - "poke_358": "Chimecho", - "poke_359": "Absol", - "poke_359_e1": "Mega-Absol", - "poke_360": "Wynaut", - "poke_361": "Snorunt", - "poke_362": "Glalie", - "poke_362_e1": "Mega-Glalie", - "poke_363": "Spheal", - "poke_364": "Sealeo", - "poke_365": "Walrein", - "poke_366": "Clamperl", - "poke_367": "Huntail", - "poke_368": "Gorebyss", - "poke_369": "Relicanth", - "poke_370": "Luvdisc", - "poke_371": "Bagon", - "poke_372": "Shelgon", - "poke_373": "Salamence", - "poke_373_e1": "Mega-Salamence", - "poke_374": "Beldum", - "poke_375": "Metang", - "poke_376": "Metagross", - "poke_376_e1": "Mega-Metagross", - "poke_377": "Regirock", - "poke_378": "Regice", - "poke_379": "Registeel", - "poke_380": "Latias", - "poke_380_e1": "Mega-Latias", - "poke_381": "Latios", - "poke_381_e1": "Mega-Latios", - "poke_382": "Kyogre", - "poke_383": "Groudon", - "poke_384": "Rayquaza", - "poke_384_e1": "Mega-Rayquaza", - "poke_385": "Jirachi", - "poke_386": "Deoxys", - "poke_387": "Turtwig", - "poke_388": "Grotle", - "poke_389": "Torterra", - "poke_390": "Chimchar", - "poke_391": "Monferno", - "poke_392": "Infernape", - "poke_393": "Piplup", - "poke_394": "Prinplup", - "poke_395": "Empoleon", - "poke_396": "Starly", - "poke_397": "Staravia", - "poke_398": "Staraptor", - "poke_399": "Bidoof", - "poke_400": "Bibarel", - "poke_401": "Kricketot", - "poke_402": "Kricketune", - "poke_403": "Shinx", - "poke_404": "Luxio", - "poke_405": "Luxray", - "poke_406": "Budew", - "poke_407": "Roserade", - "poke_408": "Cranidos", - "poke_409": "Rampardos", - "poke_410": "Shieldon", - "poke_411": "Bastiodon", - "poke_412": "Burmy", - "poke_413": "Wormadam", - "poke_414": "Mothim", - "poke_415": "Combee", - "poke_416": "Vespiquen", - "poke_417": "Pachirisu", - "poke_418": "Buizel", - "poke_419": "Floatzel", - "poke_420": "Cherubi", - "poke_421": "Cherrim", - "poke_422": "Shellos", - "poke_423": "Gastrodon", - "poke_424": "Ambipom", - "poke_425": "Drifloon", - "poke_426": "Drifblim", - "poke_427": "Buneary", - "poke_428": "Lopunny", - "poke_428_e1": "Mega-Lopunny", - "poke_429": "Mismagius", - "poke_430": "Honchkrow", - "poke_431": "Glameow", - "poke_432": "Purugly", - "poke_433": "Chingling", - "poke_434": "Stunky", - "poke_435": "Skuntank", - "poke_436": "Bronzor", - "poke_437": "Bronzong", - "poke_438": "Bonsly", - "poke_439": "Mime Jr.", - "poke_440": "Happiny", - "poke_441": "Chatot", - "poke_442": "Spiritomb", - "poke_443": "Gible", - "poke_444": "Gabite", - "poke_445": "Garchomp", - "poke_445_e1": "Mega-Garchomp", - "poke_446": "Munchlax", - "poke_447": "Riolu", - "poke_448": "Lucario", - "poke_448_e1": "Mega-Lucario", - "poke_449": "Hippopotas", - "poke_450": "Hippowdon", - "poke_451": "Skorupi", - "poke_452": "Drapion", - "poke_453": "Croagunk", - "poke_454": "Toxicroak", - "poke_455": "Carnivine", - "poke_456": "Finneon", - "poke_457": "Lumineon", - "poke_458": "Mantyke", - "poke_459": "Snover", - "poke_460": "Abomasnow", - "poke_460_e1": "Mega-Abomasnow", - "poke_461": "Weavile", - "poke_462": "Magnezone", - "poke_463": "Lickilicky", - "poke_464": "Rhyperior", - "poke_465": "Tangrowth", - "poke_466": "Electivire", - "poke_467": "Magmortar", - "poke_468": "Togekiss", - "poke_469": "Yanmega", - "poke_470": "Leafeon", - "poke_471": "Glaceon", - "poke_472": "Gliscor", - "poke_473": "Mamoswine", - "poke_474": "Porygon-Z", - "poke_475": "Gallade", - "poke_475_e1": "Mega-Gallade", - "poke_476": "Probopass", - "poke_477": "Dusknoir", - "poke_478": "Froslass", - "poke_479": "Rotom", - "poke_480": "Uxie", - "poke_481": "Mesprit", - "poke_482": "Azelf", - "poke_483": "Dialga", - "poke_484": "Palkia", - "poke_485": "Heatran", - "poke_486": "Regigigas", - "poke_487": "Giratina", - "poke_488": "Cresselia", - "poke_489": "Phione", - "poke_490": "Manaphy", - "poke_491": "Darkrai", - "poke_492": "Shaymin", - "poke_493": "Arceus", - "poke_494": "Victini", - "poke_495": "Snivy", - "poke_496": "Servine", - "poke_497": "Serperior", - "poke_498": "Tepig", - "poke_499": "Pignite", - "poke_500": "Emboar", - "poke_501": "Oshawott", - "poke_502": "Dewott", - "poke_503": "Samurott", - "poke_504": "Patrat", - "poke_505": "Watchog", - "poke_506": "Lillipup", - "poke_507": "Herdier", - "poke_508": "Stoutland", - "poke_509": "Purrloin", - "poke_510": "Liepard", - "poke_511": "Pansage", - "poke_512": "Simisage", - "poke_513": "Pansear", - "poke_514": "Simisear", - "poke_515": "Panpour", - "poke_516": "Simipour", - "poke_517": "Munna", - "poke_518": "Musharna", - "poke_519": "Pidove", - "poke_520": "Tranquill", - "poke_521": "Unfezant", - "poke_522": "Blitzle", - "poke_523": "Zebstrika", - "poke_524": "Roggenrola", - "poke_525": "Boldore", - "poke_526": "Gigalith", - "poke_527": "Woobat", - "poke_528": "Swoobat", - "poke_529": "Drilbur", - "poke_530": "Excadrill", - "poke_531": "Audino", - "poke_531_e1": "Mega-Audino", - "poke_532": "Timburr", - "poke_533": "Gurdurr", - "poke_534": "Conkeldurr", - "poke_535": "Tympole", - "poke_536": "Palpitoad", - "poke_537": "Seismitoad", - "poke_538": "Throh", - "poke_539": "Sawk", - "poke_540": "Sewaddle", - "poke_541": "Swadloon", - "poke_542": "Leavanny", - "poke_543": "Venipede", - "poke_544": "Whirlipede", - "poke_545": "Scolipede", - "poke_546": "Cottonee", - "poke_547": "Whimsicott", - "poke_548": "Petilil", - "poke_549": "Lilligant", - "poke_550": "Basculin", - "poke_551": "Sandile", - "poke_552": "Krokorok", - "poke_553": "Krookodile", - "poke_554": "Darumaka", - "poke_555": "Darmanitan", - "poke_556": "Maractus", - "poke_557": "Dwebble", - "poke_558": "Crustle", - "poke_559": "Scraggy", - "poke_560": "Scrafty", - "poke_561": "Sigilyph", - "poke_562": "Yamask", - "poke_563": "Cofagrigus", - "poke_564": "Tirtouga", - "poke_565": "Carracosta", - "poke_566": "Archen", - "poke_567": "Archeops", - "poke_568": "Trubbish", - "poke_569": "Garbodor", - "poke_570": "Zorua", - "poke_571": "Zoroark", - "poke_572": "Minccino", - "poke_573": "Cinccino", - "poke_574": "Gothita", - "poke_575": "Gothorita", - "poke_576": "Gothitelle", - "poke_577": "Solosis", - "poke_578": "Duosion", - "poke_579": "Reuniclus", - "poke_580": "Ducklett", - "poke_581": "Swanna", - "poke_582": "Vanillite", - "poke_583": "Vanillish", - "poke_584": "Vanilluxe", - "poke_585": "Deerling", - "poke_586": "Sawsbuck", - "poke_587": "Emolga", - "poke_588": "Karrablast", - "poke_589": "Escavalier", - "poke_590": "Foongus", - "poke_591": "Amoonguss", - "poke_592": "Frillish", - "poke_593": "Jellicent", - "poke_594": "Alomomola", - "poke_595": "Joltik", - "poke_596": "Galvantula", - "poke_597": "Ferroseed", - "poke_598": "Ferrothorn", - "poke_599": "Klink", - "poke_600": "Klang", - "poke_601": "Klinklang", - "poke_602": "Tynamo", - "poke_603": "Eelektrik", - "poke_604": "Eelektross", - "poke_605": "Elgyem", - "poke_606": "Beheeyem", - "poke_607": "Litwick", - "poke_608": "Lampent", - "poke_609": "Chandelure", - "poke_610": "Axew", - "poke_611": "Fraxure", - "poke_612": "Haxorus", - "poke_613": "Cubchoo", - "poke_614": "Beartic", - "poke_615": "Cryogonal", - "poke_616": "Shelmet", - "poke_617": "Accelgor", - "poke_618": "Stunfisk", - "poke_619": "Mienfoo", - "poke_620": "Mienshao", - "poke_621": "Druddigon", - "poke_622": "Golett", - "poke_623": "Golurk", - "poke_624": "Pawniard", - "poke_625": "Bisharp", - "poke_626": "Bouffalant", - "poke_627": "Rufflet", - "poke_628": "Braviary", - "poke_629": "Vullaby", - "poke_630": "Mandibuzz", - "poke_631": "Heatmor", - "poke_632": "Durant", - "poke_633": "Deino", - "poke_634": "Zweilous", - "poke_635": "Hydreigon", - "poke_636": "Larvesta", - "poke_637": "Volcarona", - "poke_638": "Cobalion", - "poke_639": "Terrakion", - "poke_640": "Virizion", - "poke_641": "Tornadus", - "poke_642": "Thundurus", - "poke_643": "Reshiram", - "poke_644": "Zekrom", - "poke_645": "Landorus", - "poke_646": "Kyurem", - "poke_647": "Keldeo", - "poke_648": "Meloetta", - "poke_649": "Genesect", - "poke_650": "Chespin", - "poke_651": "Quilladin", - "poke_652": "Chesnaught", - "poke_653": "Fennekin", - "poke_654": "Braixen", - "poke_655": "Delphox", - "poke_656": "Froakie", - "poke_657": "Frogadier", - "poke_658": "Greninja", - "poke_659": "Bunnelby", - "poke_660": "Diggersby", - "poke_661": "Fletchling", - "poke_662": "Fletchinder", - "poke_663": "Talonflame", - "poke_664": "Scatterbug", - "poke_665": "Spewpa", - "poke_666": "Vivillon", - "poke_667": "Litleo", - "poke_668": "Pyroar", - "poke_669": "Flabébé", - "poke_670": "Floette", - "poke_671": "Florges", - "poke_672": "Skiddo", - "poke_673": "Gogoat", - "poke_674": "Pancham", - "poke_675": "Pangoro", - "poke_676": "Furfrou", - "poke_677": "Espurr", - "poke_678": "Meowstic", - "poke_679": "Honedge", - "poke_680": "Doublade", - "poke_681": "Aegislash", - "poke_682": "Spritzee", - "poke_683": "Aromatisse", - "poke_684": "Swirlix", - "poke_685": "Slurpuff", - "poke_686": "Inkay", - "poke_687": "Malamar", - "poke_688": "Binacle", - "poke_689": "Barbaracle", - "poke_690": "Skrelp", - "poke_691": "Dragalge", - "poke_692": "Clauncher", - "poke_693": "Clawitzer", - "poke_694": "Helioptile", - "poke_695": "Heliolisk", - "poke_696": "Tyrunt", - "poke_697": "Tyrantrum", - "poke_698": "Amaura", - "poke_699": "Aurorus", - "poke_700": "Sylveon", - "poke_701": "Hawlucha", - "poke_702": "Dedenne", - "poke_703": "Carbink", - "poke_704": "Goomy", - "poke_705": "Sliggoo", - "poke_706": "Goodra", - "poke_707": "Klefki", - "poke_708": "Phantump", - "poke_709": "Trevenant", - "poke_710": "Pumpkaboo", - "poke_711": "Gourgeist", - "poke_712": "Bergmite", - "poke_713": "Avalugg", - "poke_714": "Noibat", - "poke_715": "Noivern", - "poke_716": "Xerneas", - "poke_717": "Yveltal", - "poke_718": "Zygarde", - "poke_719": "Diancie", - "poke_719_e1": "Mega-Diancie", - "poke_720": "Hoopa", - "poke_721": "Volcanion", - "poke_722": "Rowlet", - "poke_723": "Dartrix", - "poke_724": "Decidueye", - "poke_725": "Litten", - "poke_726": "Torracat", - "poke_727": "Incineroar", - "poke_728": "Popplio", - "poke_729": "Brionne", - "poke_730": "Primarina", - "poke_731": "Pikipek", - "poke_732": "Trumbeak", - "poke_733": "Toucannon", - "poke_734": "Yungoos", - "poke_735": "Gumshoos", - "poke_736": "Grubbin", - "poke_737": "Charjabug", - "poke_738": "Vikavolt", - "poke_739": "Crabrawler", - "poke_740": "Crabominable", - "poke_741": "Oricorio", - "poke_742": "Cutiefly", - "poke_743": "Ribombee", - "poke_744": "Rockruff", - "poke_745": "Lycanroc", - "poke_746": "Wishiwashi", - "poke_747": "Mareanie", - "poke_748": "Toxapex", - "poke_749": "Mudbray", - "poke_750": "Mudsdale", - "poke_751": "Dewpider", - "poke_752": "Araquanid", - "poke_753": "Fomantis", - "poke_754": "Lurantis", - "poke_755": "Morelull", - "poke_756": "Shiinotic", - "poke_757": "Salandit", - "poke_758": "Salazzle", - "poke_759": "Stufful", - "poke_760": "Bewear", - "poke_761": "Bounsweet", - "poke_762": "Steenee", - "poke_763": "Tsareena", - "poke_764": "Comfey", - "poke_765": "Oranguru", - "poke_766": "Passimian", - "poke_767": "Wimpod", - "poke_768": "Golisopod", - "poke_769": "Sandygast", - "poke_770": "Palossand", - "poke_771": "Pyukumuku", - "poke_772": "Código Cero", - "poke_773": "Silvally", - "poke_774": "Minior", - "poke_775": "Komala", - "poke_776": "Turtonator", - "poke_777": "Togedemaru", - "poke_778": "Mimikyu", - "poke_779": "Bruxish", - "poke_780": "Drampa", - "poke_781": "Dhelmise", - "poke_782": "Jangmo-o", - "poke_783": "Hakamo-o", - "poke_784": "Kommo-o", - "poke_785": "Tapu Koko", - "poke_786": "Tapu Lele", - "poke_787": "Tapu Bulu", - "poke_788": "Tapu Fini", - "poke_789": "Cosmog", - "poke_790": "Cosmoem", - "poke_791": "Solgaleo", - "poke_792": "Lunala", - "poke_793": "Nihilego", - "poke_794": "Buzzwole", - "poke_795": "Pheromosa", - "poke_796": "Xurkitree", - "poke_797": "Celesteela", - "poke_798": "Kartana", - "poke_799": "Guzzlord", - "poke_800": "Necrozma", - "poke_801": "Magearna", - "poke_802": "Marshadow", - "poke_803": "Poipole", - "poke_804": "Naganadel", - "poke_805": "Stakataka", - "poke_806": "Blacephalon", - "poke_807": "Zeraora", - "poke_808": "Meltan", - "poke_809": "Melmetal", - "poke_810": "Grookey", - "poke_811": "Thwackey", - "poke_812": "Rillaboom", - "poke_813": "Scorbunny", - "poke_814": "Raboot", - "poke_815": "Cinderace", - "poke_816": "Sobble", - "poke_817": "Drizzile", - "poke_818": "Inteleon", - "poke_819": "Skwovet", - "poke_820": "Greedent", - "poke_821": "Rookidee", - "poke_822": "Corvisquire", - "poke_823": "Corviknight", - "poke_824": "Blipbug", - "poke_825": "Dottler", - "poke_826": "Orbeetle", - "poke_827": "Nickit", - "poke_828": "Thievul", - "poke_829": "Gossifleur", - "poke_830": "Eldegoss", - "poke_831": "Wooloo", - "poke_832": "Dubwool", - "poke_833": "Chewtle", - "poke_834": "Drednaw", - "poke_835": "Yamper", - "poke_836": "Boltund", - "poke_837": "Rolycoly", - "poke_838": "Carkol", - "poke_839": "Coalossal", - "poke_840": "Applin", - "poke_841": "Flapple", - "poke_842": "Appletun", - "poke_843": "Silicobra", - "poke_844": "Sandaconda", - "poke_845": "Cramorant", - "poke_846": "Arrokuda", - "poke_847": "Barraskewda", - "poke_848": "Toxel", - "poke_849": "Toxtricity", - "poke_850": "Sizzlipede", - "poke_851": "Centiskorch", - "poke_852": "Clobbopus", - "poke_853": "Grapploct", - "poke_854": "Sinistea", - "poke_855": "Polteageist", - "poke_856": "Hatenna", - "poke_857": "Hattrem", - "poke_858": "Hatterene", - "poke_859": "Impidimp", - "poke_860": "Morgrem", - "poke_861": "Grimmsnarl", - "poke_862": "Obstagoon", - "poke_863": "Perrserker", - "poke_864": "Cursola", - "poke_865": "Sirfetch’d", - "poke_866": "Mr. Rime", - "poke_867": "Runerigus", - "poke_868": "Milcery", - "poke_869": "Alcremie", - "poke_870": "Falinks", - "poke_871": "Pincurchin", - "poke_872": "Snom", - "poke_873": "Frosmoth", - "poke_874": "Stonjourner", - "poke_875": "Eiscue", - "poke_876": "Indeedee", - "poke_877": "Morpeko", - "poke_878": "Cufant", - "poke_879": "Copperajah", - "poke_880": "Dracozolt", - "poke_881": "Arctozolt", - "poke_882": "Dracovish", - "poke_883": "Arctovish", - "poke_884": "Duraludon", - "poke_885": "Dreepy", - "poke_886": "Drakloak", - "poke_887": "Dragapult", - "poke_888": "Zacian", - "poke_889": "Zamazenta", - "poke_890": "Eternatus", - "poke_891": "Kubfu", - "poke_892": "Urshifu", - "poke_893": "Zarude", - "poke_894": "Regieleki", - "poke_895": "Regidrago", - "poke_896": "Glastrier", - "poke_897": "Spectrier", - "poke_898": "Calyrex", - "poke_899": "Wyrdeer", - "poke_900": "Kleavor", - "poke_901": "Ursaluna", - "poke_902": "Basculegion", - "poke_903": "Sneasler", - "poke_904": "Overqwil", - "poke_905": "Enamorus", - "poke_906": "Sprigatito", - "poke_907": "Floragato", - "poke_908": "Meowscarada", - "poke_909": "Fuecoco", - "poke_910": "Crocalor", - "poke_911": "Skeledirge", - "poke_912": "Quaxly", - "poke_913": "Quaxwell", - "poke_914": "Quaquaval", - "poke_915": "Lechonk", - "poke_916": "Oinkologne", - "poke_917": "Tarountula", - "poke_918": "Spidops", - "poke_919": "Nymble", - "poke_920": "Lokix", - "poke_921": "Pawmi", - "poke_922": "Pawmo", - "poke_923": "Pawmot", - "poke_924": "Tandemaus", - "poke_925": "Maushold", - "poke_926": "Fidough", - "poke_927": "Dachsbun", - "poke_928": "Smoliv", - "poke_929": "Dolliv", - "poke_930": "Arboliva", - "poke_931": "Squawkabilly", - "poke_932": "Nacli", - "poke_933": "Naclstack", - "poke_934": "Garganacl", - "poke_935": "Charcadet", - "poke_936": "Armarouge", - "poke_937": "Ceruledge", - "poke_938": "Tadbulb", - "poke_939": "Bellibolt", - "poke_940": "Wattrel", - "poke_941": "Kilowattrel", - "poke_942": "Maschiff", - "poke_943": "Mabosstiff", - "poke_944": "Shroodle", - "poke_945": "Grafaiai", - "poke_946": "Bramblin", - "poke_947": "Brambleghast", - "poke_948": "Toedscool", - "poke_949": "Toedscruel", - "poke_950": "Klawf", - "poke_951": "Capsakid", - "poke_952": "Scovillain", - "poke_953": "Rellor", - "poke_954": "Rabsca", - "poke_955": "Flittle", - "poke_956": "Espathra", - "poke_957": "Tinkatink", - "poke_958": "Tinkatuff", - "poke_959": "Tinkaton", - "poke_960": "Wiglett", - "poke_961": "Wugtrio", - "poke_962": "Bombirdier", - "poke_963": "Finizen", - "poke_964": "Palafin", - "poke_965": "Varoom", - "poke_966": "Revavroom", - "poke_967": "Cyclizar", - "poke_968": "Orthworm", - "poke_969": "Glimmet", - "poke_970": "Glimmora", - "poke_971": "Greavard", - "poke_972": "Houndstone", - "poke_973": "Flamigo", - "poke_974": "Cetoddle", - "poke_975": "Cetitan", - "poke_976": "Veluza", - "poke_977": "Dondozo", - "poke_978": "Tatsugiri", - "poke_979": "Annihilape", - "poke_980": "Clodsire", - "poke_981": "Farigiraf", - "poke_982": "Dudunsparce", - "poke_983": "Kingambit", - "poke_984": "Colmilargo", - "poke_985": "Colagrito", - "poke_986": "Furioseta", - "poke_987": "Melenaleteo", - "poke_988": "Reptalada", - "poke_989": "Pelarena", - "poke_990": "Ferrodada", - "poke_991": "Ferrosaco", - "poke_992": "Ferropalmas", - "poke_993": "Ferrocuello", - "poke_994": "Ferropolilla", - "poke_995": "Ferropúas", - "poke_996": "Frigibax", - "poke_997": "Arctibax", - "poke_998": "Baxcalibur", - "poke_999": "Gimmighoul", - "poke_1000": "Gholdengo", - "poke_1001": "Wo-Chien", - "poke_1002": "Chien-Pao", - "poke_1003": "Ting-Lu", - "poke_1004": "Chi-Yu", - "poke_1005": "Bramaluna", - "poke_1006": "Ferropaladín", - "poke_1007": "Koraidon", - "poke_1008": "Miraidon", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "Ninguno", - "poke_type_1": "Normal", - "poke_type_2": "Lucha", - "poke_type_3": "Volador", - "poke_type_4": "Veneno", - "poke_type_5": "Tierra", - "poke_type_6": "Roca", - "poke_type_7": "Bicho", - "poke_type_8": "Fantasma", - "poke_type_9": "Acero", - "poke_type_10": "Fuego", - "poke_type_11": "Agua", - "poke_type_12": "Planta", - "poke_type_13": "Eléctrico", - "poke_type_14": "Psíquico", - "poke_type_15": "Hielo", - "poke_type_16": "Dragón", - "poke_type_17": "Siniestro", - "poke_type_18": "Hada", - "purified": "Purificado", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "Camina {{amount}} km con tu Pokémon compañero", - "quest_catch_type_dark_plural": "Captura {{amount}} Pokémon de tipo Siniestro", - "quest_catch_type_dragon_plural": "Captura {{amount}} Pokémon de tipo Dragón", - "quest_catch_type_poison_plural": "Captura {{amount}} Pokémon de tipo Veneno", - "quest_catch_type_psychic_plural": "Captura {{amount}} Pokémon de tipo Psíquico", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "Derrota a {{amount}} Pokémon de tipo Fantasma", - "quest_fight_type_ghost_psychic_plural": "Derrota a {{amount}} Pokémon de tipo Psíquico o Fantasma", - "quest_fight_type_psychic_plural": "Derrota a {{amount}} Pokémon de tipo Psíquico", - "quest_incense_singular": "Usa un Incienso", - "quest_land_excellent_plural": "Haz {{amount}} lanzamientos excelentes", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "Combate contra 1 líder de equipo {{amount_0}} veces", - "quest_title_challenge_2019_battle_trainer": "Combate contra otro Entrenador", - "quest_title_challenge_2019_battle_trainer_plural": "Combate contra otro Entrenador {{amount_0}} veces", - "quest_title_challenge_2019_battle_trainer_win": "Gana a otro Entrenador {{amount_0}} veces", - "quest_title_challenge_2019_snapshot_eevee": "Consigue {{amount_0}} instantáneas de Eevee", - "quest_title_challenge_2019_snapshot_loudred": "Consigue 1 instantánea de Loudred", - "quest_title_challenge_2019_snapshot_pkmn": "Consigue {{amount_0}} instantáneas de Jirachi", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Hada", - "quest_title_challenge_2019_snapshot_pkmn_flying": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Volador", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Fantasma", - "quest_title_challenge_2019_snapshot_pkmn_grass": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Planta", - "quest_title_challenge_2019_snapshot_pkmn_ground": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Tierra", - "quest_title_challenge_2019_snapshot_pkmn_ice": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Hielo", - "quest_title_challenge_2019_snapshot_pkmn_normal": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Normal", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Psíquico", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Psíquico o Acero", - "quest_title_challenge_2019_snapshot_pkmn_rock": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Roca", - "quest_title_challenge_2019_snapshot_pkmn_steel": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Acero", - "quest_title_challenge_2019_snapshot_pkmn_water": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Agua", - "quest_title_challenge_2019_trade_distance": "Intercambia 3 Pokémon de, al menos, 100 km de distancia", - "quest_title_challenge_available": "¡Hay un nuevo desafío disponible!", - "quest_title_challenge_battle_gbl_win_all": "Gana en la Liga Combates GO", - "quest_title_challenge_battle_trainer_great": "Combate contra otro Entrenador en la Liga Super Ball", - "quest_title_challenge_buddy_affection_plural": "Consigue {{amount_0}} corazones con tu compañero", - "quest_title_challenge_buddy_affection_single": "Consigue un corazón con tu compañero", - "quest_title_challenge_buddy_battle_plural": "Combate junto a tu compañero {{amount_0}} veces mientras sale de aventura contigo", - "quest_title_challenge_buddy_battle_single": "Combate junto a tu compañero mientras sale de aventura contigo", - "quest_title_challenge_buddy_emotion_plural": "Haz que tu compañero se sienta eufórico {{amount_0}} veces", - "quest_title_challenge_buddy_emotion_single": "Haz que tu compañero se sienta eufórico", - "quest_title_challenge_buddy_level_best_plural": "Hazte Mejor Compañero de un Pokémon {{amount_0}} veces", - "quest_title_challenge_buddy_level_best_single": "Hazte Mejor Compañero de un Pokémon", - "quest_title_challenge_buddy_level_good_plural": "Hazte Buen Compañero de un Pokémon {{amount_0}} veces", - "quest_title_challenge_buddy_level_good_single": "Hazte Buen Compañero de un Pokémon", - "quest_title_challenge_buddy_level_great_plural": "Hazte Gran Compañero de un Pokémon {{amount_0}} veces", - "quest_title_challenge_buddy_level_great_single": "Hazte Gran Compañero de un Pokémon", - "quest_title_challenge_buddy_level_plural": "Aumenta el nivel de compañero de un Pokémon {{amount_0}} veces", - "quest_title_challenge_buddy_level_single": "Aumenta el nivel de compañero de un Pokémon", - "quest_title_challenge_buddy_level_ultra_plural": "Hazte Excelente Compañero de un Pokémon {{amount_0}} veces", - "quest_title_challenge_buddy_level_ultra_single": "Hazte Excelente Compañero de un Pokémon", - "quest_title_challenge_buddy_play_plural": "Juega con tu compañero {{amount_0}} veces", - "quest_title_challenge_buddy_play_single": "Juega con tu compañero", - "quest_title_challenge_buddy_poi_plural": "Visita puntos de interés que te indique tu compañero {{amount_0}} veces", - "quest_title_challenge_buddy_poi_single": "Visita un punto de interés que te indique tu compañero", - "quest_title_challenge_buddy_snapshot_plural": "Consigue {{amount_0}} instantáneas de tu compañero", - "quest_title_challenge_buddy_snapshot_single": "Consigue una instantánea de tu compañero", - "quest_title_challenge_buddy_treat_plural": "Dale {{amount_0}} golosinas a tu compañero", - "quest_title_challenge_buddy_treat_single": "Dale una golosina a tu compañero", - "quest_title_challenge_catch_legendary": "Captura 1 Pokémon legendario de un logro de investigación de campo o incursión", - "quest_title_challenge_catch_unique_any": "Captura {{amount_0}} especies diferentes de Pokémon", - "quest_title_challenge_snapshot_bidoof": "Consigue una instantánea de Bidoof", - "quest_title_challenge_snapshot_dratini_singular": "Consigue 1 instantánea de Dratini", - "quest_title_challenge_snapshot_eevee": "Consigue 1 instantánea de Eevee", - "quest_title_challenge_snapshot_pkmn_bug": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Bicho", - "quest_title_challenge_snapshot_pkmn_bug_single": "Consigue una instantánea de un Pokémon de tipo Bicho", - "quest_title_challenge_snapshot_pkmn_dark": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Siniestro", - "quest_title_challenge_snapshot_pkmn_dark_single": "Consigue una instantánea de un Pokémon de tipo Siniestro", - "quest_title_challenge_snapshot_pkmn_dragon": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Dragón", - "quest_title_challenge_snapshot_pkmn_dragon_single": "Consigue una instantánea de un Pokémon de tipo Dragón", - "quest_title_challenge_snapshot_pkmn_electric": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Eléctrico", - "quest_title_challenge_snapshot_pkmn_electric_single": "Consigue una instantánea de un Pokémon de tipo Eléctrico", - "quest_title_challenge_snapshot_pkmn_fairy_single": "Consigue una instantánea de un Pokémon de tipo Hada", - "quest_title_challenge_snapshot_pkmn_fighting": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Lucha", - "quest_title_challenge_snapshot_pkmn_fighting_single": "Consigue una instantánea de un Pokémon de tipo Lucha", - "quest_title_challenge_snapshot_pkmn_fire": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Fuego", - "quest_title_challenge_snapshot_pkmn_fire_single": "Consigue una instantánea de un Pokémon de tipo Fuego", - "quest_title_challenge_snapshot_pkmn_flying_single": "Consigue una instantánea de un Pokémon de tipo Volador", - "quest_title_challenge_snapshot_pkmn_ghost_single": "Consigue una instantánea de un Pokémon de tipo Fantasma", - "quest_title_challenge_snapshot_pkmn_grass_single": "Consigue una instantánea de un Pokémon de tipo Planta", - "quest_title_challenge_snapshot_pkmn_ground_single": "Consigue una instantánea de un Pokémon de tipo Tierra", - "quest_title_challenge_snapshot_pkmn_ice_single": "Consigue una instantánea de un Pokémon de tipo Hielo", - "quest_title_challenge_snapshot_pkmn_normal_single": "Consigue una instantánea de un Pokémon de tipo Normal", - "quest_title_challenge_snapshot_pkmn_poison": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Veneno", - "quest_title_challenge_snapshot_pkmn_poison_single": "Consigue una instantánea de un Pokémon de tipo Veneno", - "quest_title_challenge_snapshot_pkmn_psychic_single": "Consigue una instantánea de un Pokémon de tipo Psíquico", - "quest_title_challenge_snapshot_pkmn_rock": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Roca ", - "quest_title_challenge_snapshot_pkmn_rock_single": "Consigue una instantánea de un Pokémon de tipo Roca", - "quest_title_challenge_snapshot_pkmn_steel_single": "Consigue una instantánea de un Pokémon de tipo Acero", - "quest_title_challenge_snapshot_pkmn_water_single": "Consigue una instantánea de un Pokémon de tipo Agua", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Consigue una instantánea de Blitzle en estado salvaje", - "quest_title_challenge_snapshot_wild_glameow_singular": "Consigue una instantánea de Glameow en estado salvaje", - "quest_title_geotarget_quest_description": "Escanea {{amount_0}}", - "quest_title_quest_achieve_lvl_40": "Alcanza el nivel 40", - "quest_title_quest_adventure_effect_activate_plural": "Activa un Efecto aventura {{amount_0}} veces", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Activa el Efecto aventura de Distorsión {{amount_0}} veces", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Activa el Efecto aventura de Distorsión", - "quest_title_quest_adventure_effect_activate_singular": "Activa un Efecto aventura", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Activa el Efecto aventura de Corte Vacío {{amount_0}} veces", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Activa el Efecto aventura de Corte Vacío", - "quest_title_quest_adventure_evolve_singular": "Semana de Aventuras: Haz evolucionar un Omanyte o Kabuto", - "quest_title_quest_adventure_hatch_egg_plural": "Semana de Aventuras: Haz eclosionar {{amount_0}} Huevos", - "quest_title_quest_adventure_visit_pokestop_new_plural": "Semana de Aventuras: Da vueltas a {{amount_0}} fotodiscos en Poképaradas donde no hayas estado antes", - "quest_title_quest_adventure_walk_buddy_plural": "Semana de Aventuras: Consigue {{amount_0}} Caramelos caminando con tu compañero", - "quest_title_quest_adventure2019_catch_special33_plural": "Semana de Aventuras 2019: Captura {{amount_0}} Aron", - "quest_title_quest_adventure2019_evolve_singular": "Semana de Aventuras 2019: Haz evolucionar un Lileep o Anorith", - "quest_title_quest_adventure2019_hatch_egg_plural": "Semana de Aventuras 2019: Haz eclosionar {{amount_0}} Huevos", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Semana de Aventuras 2019: Da vueltas a {{amount_0}} fotodiscos en Poképaradas donde no hayas estado antes", - "quest_title_quest_adventure2019_visit_pokestop_plural": "Semana de Aventuras 2019: Da vueltas a fotodiscos en 25 Poképaradas", - "quest_title_quest_adventure2019_walk_buddy_plural": "Semana de Aventuras 2019: Consigue {{amount_0}} Caramelos caminando con tu compañero", - "quest_title_quest_alodude_catch": "Captura {{amount_0}} Geodude de Alola", - "quest_title_quest_alodude_evolve_a": "Haz evolucionar {{amount_0}} Geodude de Alola", - "quest_title_quest_alodude_evolve_b": "Haz evolucionar {{amount_0}} Graveler de Alola", - "quest_title_quest_alodude_snap": "Toma {{amount_0}} instantáneas de Geodude de Alola", - "quest_title_quest_at_catch_a": "Captura {{amount_0}} Abra", - "quest_title_quest_at_evolve_a": "Haz evolucionar {{amount_0}} Abra", - "quest_title_quest_at_evolve_k": "Haz evolucionar {{amount_0}} Kadabra", - "quest_title_quest_axew_catch_b": "Captura {{amount_0}} Axew", - "quest_title_quest_axew_evolve_b": "Haz evolucionar {{amount_0}} Axew", - "quest_title_quest_axew_snapshot_b": "Consigue una instantánea de {{amount_0}} Axew", - "quest_title_quest_azelf_wild_snap": "Consigue una instantánea de Azelf en estado salvaje", - "quest_title_quest_bagon_catch_b": "Captura {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_plural": "Haz evolucionar {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_singular": "Haz evolucionar un Bagon", - "quest_title_quest_bagon_snapshot_b": "Consigue una instantánea de {{amount_0}} Bagon", - "quest_title_quest_battle_buddy_adventure_plural": "Combate contra otro Entrenador {{amount_0}} veces junto a tu Pokémon compañero mientras sale de aventura contigo", - "quest_title_quest_battle_buddy_adventure_single": "Combate contra otro Entrenador junto a tu Pokémon compañero mientras sale de aventura contigo", - "quest_title_quest_battle_dangling_reward_toast": "¡Debes completar el combate en curso antes de comenzar un nuevo combate!", - "quest_title_quest_battle_error_toast": "Se ha producido un error al comenzar el combate", - "quest_title_quest_battle_gbl_halloween_plural": "Combate en la Copa de Halloween {{amount_0}} veces", - "quest_title_quest_battle_gbl_halloween_win_plural": "Gana {{amount_0}} combates de Entrenador de la Copa de Halloween", - "quest_title_quest_battle_gbl_plural": "Combate en la Liga Combates GO {{amount_0}} veces", - "quest_title_quest_battle_gbl_singular": "Combate en la Liga Combates GO", - "quest_title_quest_battle_gbl_win_plural": "Gana {{amount_0}} combates de Entrenador de la Liga Combates GO", - "quest_title_quest_battle_gbl_win_singular": "Gana un combate de Entrenador de la Liga Combates GO", - "quest_title_quest_battle_great_plural": "Combate contra otro Entrenador en la Liga Super Ball {{amount_0}} veces", - "quest_title_quest_battle_great_win_plural": "Gana {{amount_0}} combates de Entrenador de la Liga Super Ball", - "quest_title_quest_battle_great_win_singular": "Gana un combate de Entrenador de la Liga Super Ball", - "quest_title_quest_battle_gym_plural": "Combate en un Gimnasio {{amount_0}} veces", - "quest_title_quest_battle_gym_singular": "Combate en un Gimnasio 1 vez", - "quest_title_quest_battle_master_win_plural": "Gana {{amount_0}} combates de Entrenador de la Liga Master Ball", - "quest_title_quest_battle_master_win_singular": "Gana un combate de Entrenador de la Liga Master Ball", - "quest_title_quest_battle_raid_plural": "Participa en {{amount_0}} incursiones", - "quest_title_quest_battle_raid_singular": "Participa en 1 incursión", - "quest_title_quest_battle_raid_with_friend_plural": "Combate en {{amount_0}} incursiones con un amigo", - "quest_title_quest_battle_raid_with_friend_singular": "Combate en una incursión con un amigo", - "quest_title_quest_battle_supereffective_charge_plural": "Usa un ataque cargado supereficaz en {{amount_0}} combates de Gimnasio", - "quest_title_quest_battle_supereffective_charge_singular": "Usa un ataque cargado supereficaz en un combate de Gimnasio", - "quest_title_quest_battle_team_rocket_plural": "Combate contra {{amount_0}} Reclutas del Team GO Rocket", - "quest_title_quest_battle_team_rocket_singular": "Combate contra un Recluta del Team GO Rocket", - "quest_title_quest_battle_ultra_win_plural": "Gana {{amount_0}} combates de Entrenador de la Liga Ultra Ball", - "quest_title_quest_battle_ultra_win_singular": "Gana un combate de Entrenador de la Liga Ultra Ball", - "quest_title_quest_battle19_catch_fighting_easy": "Captura {{amount_0}} Pokémon de tipo Lucha", - "quest_title_quest_battle19_catch_medium_pkmn": "Captura {{amount_0}} Makuhita o Meditite", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Haz {{amount_0}} lanzamientos excelentes seguidos", - "quest_title_quest_battle19_raid_win_veryhard": "Gana en {{amount_0}} incursiones", - "quest_title_quest_battle19_supereffective_charge_hard": "Usa un ataque cargado supereficaz en {{amount_0}} combates de Gimnasio", - "quest_title_quest_battler_appears": "¡APARECE UN RIVAL!", - "quest_title_quest_beat_raid_10_minutes": "Gana una incursión en menos de 10 minutos", - "quest_title_quest_beat_raid_60_seconds": "Gana una incursión en menos de 60 segundos", - "quest_title_quest_beat_raid_singular_minutes": "Gana una incursión en menos de {{amount_0}} minutos", - "quest_title_quest_beat_raid_singular_seconds": "Gana una incursión en menos de {{amount_0}} segundos", - "quest_title_quest_begins19_catch_specific_plural": "Día de Pokémon: Captura {{amount_0}} Pidgey o Rattata", - "quest_title_quest_begins19_evolve_plural": "Día de Pokémon: Haz evolucionar 1 Meowth", - "quest_title_quest_beldum_catch_b": "Captura {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_plural": "Haz evolucionar {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_singular": "Haz evolucionar un Beldum", - "quest_title_quest_bellsprout_catch_b": "Captura {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_plural": "Haz evolucionar {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_singular": "Haz evolucionar un Bellsprout", - "quest_title_quest_bellsprout_snapshot_b": "Consigue una instantánea de {{amount_0}} Bellsprout", - "quest_title_quest_beluga_evolve_pkmn": "Let’s Go: Haz evolucionar {{amount_0}} Anorith", - "quest_title_quest_beluga_excellent_singular": "Let's Go: Haz {{amount_0}} lanzamiento excelente", - "quest_title_quest_beluga_hatch_plural": "Let’s Go: Haz eclosionar {{amount_0}} Huevos", - "quest_title_quest_best_buddy_bronze": "Ten un mejor compañero", - "quest_title_quest_best_buddy_silver": "Ten 10 mejores compañeros", - "quest_title_quest_bounsweet_catch_b": "Captura {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_plural": "Haz evolucionar {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_singular": "Haz evolucionar un Bounsweet", - "quest_title_quest_braixen_evolve_b": "Haz evolucionar {{amount_0}} Braixen", - "quest_title_quest_breakthrough_completed": "¡Investigación de campo completada!", - "quest_title_quest_breakthrough_reward_mystery": "Objetos sorpresa", - "quest_title_quest_breakthrough_reward_stardust": "Polvos Estelares", - "quest_title_quest_brionne_evolve_b_plural": "Haz evolucionar {{amount_0}} Brionne", - "quest_title_quest_brionne_evolve_b_singular": "Haz evolucionar un Brionne", - "quest_title_quest_buddy_affection_days": "Consigue un corazón con tu compañero en {{amount_0}} días diferentes", - "quest_title_quest_buddy_affection_days_in_a_row": "Consigue un corazón con tu compañero {{amount_0}} días consecutivos", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Combate contra otro Entrenador {{amount_0}} veces junto a tu Pokémon compañero mientras sale de aventura contigo", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "Combate contra otro Entrenador junto a tu Pokémon compañero mientras sale de aventura contigo", - "quest_title_quest_buddy_souvenir_plural": "Recibe {{amount_0}} souvenirs de tu Pokémon compañero", - "quest_title_quest_buddy_souvenir_singular": "Recibe un souvenir de tu Pokémon compañero", - "quest_title_quest_buddy_walk_km_plural": "Camina {{amount_0}} km con tu Pokémon compañero", - "quest_title_quest_bulbt_catch_b": "Captura {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_b": "Haz evolucionar {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_s1": "Haz evolucionar {{amount_0}} Ivysaur", - "quest_title_quest_cacnea_catch": "Captura {{amount_0}} Cacnea", - "quest_title_quest_catch_151": "Captura 151 Pokémon", - "quest_title_quest_catch_b_types_plural": "Captura {{amount_0}} Pokémon de tipo Eléctrico, Normal o Veneno", - "quest_title_quest_catch_basic_types_plural": "Captura {{amount_0}} Pokémon de tipo Planta, Agua o Fuego", - "quest_title_quest_catch_berry_any_drifloon": "Usa {{amount_0}} bayas para ayudarte a capturar Drifloon", - "quest_title_quest_catch_berry_nanab_drifloon": "Usa {{amount_0}} Bayas Latano para ayudarte a capturar Drifloon", - "quest_title_quest_catch_berry_pinap": "Usa {{amount_0}} Bayas Pinia para ayudarte a capturar Pokémon", - "quest_title_quest_catch_berry_razz": "Usa {{amount_0}} Bayas Frambu para ayudarte a capturar Pokémon", - "quest_title_quest_catch_berry_razz_drifloon": "Usa {{amount_0}} Bayas Frambu para ayudarte a capturar Drifloon", - "quest_title_quest_catch_bronzor_plural": "Captura {{amount_0}} Bronzor", - "quest_title_quest_catch_c_types_plural": "Captura {{amount_0}} Pokémon de tipo Volador, Psíquico o Siniestro", - "quest_title_quest_catch_carbink_singular": "Captura un Carbink", - "quest_title_quest_catch_celebi_types_plural": "Atrapa {{amount_0}} Pokémon de tipo Planta o Psíquico", - "quest_title_quest_catch_costumed_plural": "Captura {{amount_0}} Eevee con corona de sol o corona de luna", - "quest_title_quest_catch_crabrawler_plural": "Captura {{amount_0}} Crabrawler", - "quest_title_quest_catch_dark_type_plural": "Captura {{amount_0}} Pokémon de tipo Siniestro", - "quest_title_quest_catch_darumaka_plural": "Captura {{amount_0}} Darumaka", - "quest_title_quest_catch_daysinarow": "Atrapa 1 Pokémon {{amount_0}} días seguidos", - "quest_title_quest_catch_dialga": "Captura a Dialga", - "quest_title_quest_catch_drifloon": "Captura {{amount_0}} Drifloon", - "quest_title_quest_catch_ducklett_plural": "Captura {{amount_0}} Ducklett", - "quest_title_quest_catch_ducklett_singular": "Captura un Ducklett", - "quest_title_quest_catch_emolga_plural": "Captura {{amount_0}} Emolga", - "quest_title_quest_catch_excellent_curve_drifloon": "Captura {{amount_0}} Drifloon con lanzamientos excelentes de bola curva", - "quest_title_quest_catch_excellent_with_berry_drifloon": "Captura {{amount_0}} Drifloon con lanzamientos excelentes después de usar bayas", - "quest_title_quest_catch_feed_plural": "Usa {{amount_0}} bayas para ayudarte a capturar Pokémon", - "quest_title_quest_catch_feed_singular": "Usa 1 baya para ayudarte a capturar Pokémon", - "quest_title_quest_catch_furfou_singular": "Captura un Furfrou", - "quest_title_quest_catch_groudon_primal_boosted_types": "Captura {{amount_0}} Pokémon de tipo Fuego, Planta o Tierra", - "quest_title_quest_catch_groudon_type": "Captura {{amount_0}} Pokémon de tipo Fuego, Planta o Tierra", - "quest_title_quest_catch_hoenn_pokemon": "Captura {{amount_0}} Pokémon originalmente descubiertos en la región de Hoenn", - "quest_title_quest_catch_in_day_plural": "Captura {{amount_0}} Pokémon en un solo día", - "quest_title_quest_catch_jan21_hoenn1_plural": "Captura {{amount_0}} Groudon", - "quest_title_quest_catch_jan21_hoenn2_plural": "Captura {{amount_0}} Kyogre", - "quest_title_quest_catch_johto_pokemon": "Captura {{amount_0}} Pokémon originalmente descubiertos en la región de Johto", - "quest_title_quest_catch_kanto_pokemon": "Captura {{amount_0}} Pokémon originalmente descubiertos en la región de Kanto", - "quest_title_quest_catch_kyogre_primal_boosted_types": "Captura {{amount_0}} Pokémon de tipo Agua, Eléctrico o Bicho.", - "quest_title_quest_catch_kyogre_type": "Captura {{amount_0}} Pokémon de tipo Agua, Eléctrico o Bicho", - "quest_title_quest_catch_legendary_inarow_plural": "Captura los siguientes {{amount_0}} Pokémon legendarios o singulares con los que te encuentres", - "quest_title_quest_catch_legendary_plural": "Captura {{amount_0}} Pokémon legendarios o singulares", - "quest_title_quest_catch_legendary_singular": "Captura un Pokémon legendario o singular", - "quest_title_quest_catch_lunatone_plural": "Captura {{amount_0}} Lunatone", - "quest_title_quest_catch_luvdisc": "Captura {{amount_0}} Luvdisc", - "quest_title_quest_catch_misc_01_types_plural": "Captura {{amount_0}} Pokémon de tipo Normal, Agua o Hielo", - "quest_title_quest_catch_nymble_plural": "Captura {{amount_0}} Nymble", - "quest_title_quest_catch_palkia": "Captura a Palkia", - "quest_title_quest_catch_pikachu_plural": "Captura {{amount_0}} Pikachu", - "quest_title_quest_catch_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon", - "quest_title_quest_catch_pokemon_dai_plural": "Usa Incienso de aventura diario para ayudarte a capturar {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_days": "Captura un Pokémon en {{amount_0}} días diferentes", - "quest_title_quest_catch_pokemon_great_ball_plural": "Captura {{amount_0}} Pokémon con Super Balls", - "quest_title_quest_catch_pokemon_great_ball_singular": "Captura un Pokémon con una Super Ball", - "quest_title_quest_catch_pokemon_legendary_plural": "Captura {{amount_0}} Pokémon legendarios", - "quest_title_quest_catch_pokemon_legendary_singular": "Captura un Pokémon legendario", - "quest_title_quest_catch_pokemon_party_plural": "Captura {{amount_0}} Pokémon mientras estás en un equipo", - "quest_title_quest_catch_pokemon_plural": "Captura {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_poke_ball_plural": "Captura {{amount_0}} Pokémon con Poké Balls", - "quest_title_quest_catch_pokemon_poke_ball_singular": "Captura un Pokémon con una Poké Ball", - "quest_title_quest_catch_pokemon_routes_plural": "Captura {{amount_0}} Pokémon mientras caminas por Rutas", - "quest_title_quest_catch_pokemon_routes_singular": "Captura 1 Pokémon mientras caminas por una Ruta", - "quest_title_quest_catch_pokemon_singular": "Captura 1 Pokémon", - "quest_title_quest_catch_pokemon_task": "Captura Pokémon", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "Captura {{amount_0}} Pokémon con Ultra Balls", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "Captura un Pokémon con una Ultra Ball", - "quest_title_quest_catch_psychic_steel": "Captura {{amount_0}} Pokémon de tipo Psíquico o Acero", - "quest_title_quest_catch_raid_regi_any": "Captura 1 Regirock, Regice o Registeel en una incursión", - "quest_title_quest_catch_raid_regi_ice": "Captura 1 Regice en una incursión", - "quest_title_quest_catch_raid_regi_rock": "Captura 1 Regirock en una incursión", - "quest_title_quest_catch_raid_regi_steel": "Captura 1 Registeel en una incursión", - "quest_title_quest_catch_rayquaza_type": "Captura {{amount_0}} Pokémon de tipo Volador, Psíquico o Dragón.", - "quest_title_quest_catch_sinnoh_pokemon": "Captura {{amount_0}} Pokémon originalmente descubiertos en la región de Sinnoh", - "quest_title_quest_catch_sinnoh_pokemon_singular": "Captura un Pokémon originalmente descubierto en la región de Sinnoh", - "quest_title_quest_catch_solrock_plural": "Captura {{amount_0}} Solrock", - "quest_title_quest_catch_special_aerodactyl": "Captura 1 Aerodactyl", - "quest_title_quest_catch_special_bidoof": "Captura {{amount_0}} Bidoof", - "quest_title_quest_catch_special_chespin": "Captura un Chespin", - "quest_title_quest_catch_special_cottonee": "Captura {{amount_0}} Cottonee", - "quest_title_quest_catch_special_cubone": "Captura un Cubone", - "quest_title_quest_catch_special_exeggcute": "Captura {{amount_0}} Exeggcute", - "quest_title_quest_catch_special_fennekin": "Captura un Fennekin", - "quest_title_quest_catch_special_fletchling": "Captura un Fletchling", - "quest_title_quest_catch_special_froakie": "Captura un Froakie", - "quest_title_quest_catch_special_furfrou": "Captura un Furfrou", - "quest_title_quest_catch_special_jirachi": "¡Captura a Jirachi!", - "quest_title_quest_catch_special_lieep_anorithl": "Captura {{amount_0}} Lileep o Anorith", - "quest_title_quest_catch_special_litleo": "Captura un Litleo", - "quest_title_quest_catch_special_mew": "¡Captura un Mew!", - "quest_title_quest_catch_special_natu": "Captura {{amount_0}} Natu", - "quest_title_quest_catch_special_omanyte_kabuto": "Captura {{amount_0}} Omanyte o Kabuto", - "quest_title_quest_catch_special_pumpkaboo": "Captura {{amount_0}} Pumpkaboo", - "quest_title_quest_catch_special_slugma_gulpin": "Captura {{amount_0}} Slugma o Gulpin", - "quest_title_quest_catch_special_voltorb": "Captura {{amount_0}} Voltorb", - "quest_title_quest_catch_special0_plural": "Captura {{amount_0}} Ditto", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Captura los {{amount_0}} Pokémon de la lista del evento", - "quest_title_quest_catch_special0_singular": "Captura 1 Ditto", - "quest_title_quest_catch_special1_plural": "Captura {{amount_0}} Oddish o Bellsprout", - "quest_title_quest_catch_special1_singular": "Captura 1 Oddish o Bellsprout", - "quest_title_quest_catch_special2_plural": "Captura {{amount_0}} Swablu", - "quest_title_quest_catch_special2_singular": "Captura 1 Swablu", - "quest_title_quest_catch_special3_plural": "Captura {{amount_0}} Pidgey o Murkrow", - "quest_title_quest_catch_special3_singular": "Captura 1 Pidgey o Murkrow", - "quest_title_quest_catch_special4_plural": "Captura {{amount_0}} Treecko o Mudkip", - "quest_title_quest_catch_special4_singular": "Captura 1 Treecko o Mudkip", - "quest_title_quest_catch_special5_plural": "Captura {{amount_0}} Meowth o Skitty", - "quest_title_quest_catch_special5_singular": "Captura 1 Meowth o Skitty", - "quest_title_quest_catch_special6_plural": "Captura {{amount_0}} Mareep", - "quest_title_quest_catch_special7_plural": "Captura {{amount_0}} Charmander", - "quest_title_quest_catch_special8_plural": "Capturar {{amount_0}} Larvitar", - "quest_title_quest_catch_special9_plural": "Captura {{amount_0}} Unown", - "quest_title_quest_catch_special10_plural": "Captura {{amount_0}} Plusle", - "quest_title_quest_catch_special11_plural": "Captura {{amount_0}} Minun", - "quest_title_quest_catch_special12_plural": "Captura {{amount_0}} Squirtle", - "quest_title_quest_catch_special13_plural": "Captura {{amount_0}} Roselia", - "quest_title_quest_catch_special14_singular": "Atrapa 1 Meowth o Growlithe", - "quest_title_quest_catch_special15_singular": "Atrapa 1 Snubbull o Poochyena", - "quest_title_quest_catch_special16_singular": "Atrapa un Skitty o un Poochyena", - "quest_title_quest_catch_special17_plural": "Captura {{amount_0}} Eevee", - "quest_title_quest_catch_special18_plural": "Captura {{amount_0}} Beldum", - "quest_title_quest_catch_special19_plural": "Captura {{amount_0}} Slakoth", - "quest_title_quest_catch_special20_plural": "Captura {{amount_0}} Ralts", - "quest_title_quest_catch_special21_singular": "Captura 1 Rattata o 1 Pikachu", - "quest_title_quest_catch_special22_plural": "Captura {{amount_0}} Chikorita.", - "quest_title_quest_catch_special23_plural": "Captura {{amount_0}} Cyndaquil", - "quest_title_quest_catch_special24_plural": "Captura {{amount_0}} Totodile", - "quest_title_quest_catch_special25_plural": "Captura {{amount_0}} Swinub", - "quest_title_quest_catch_special26_plural": "Captura {{amount_0}} Treecko", - "quest_title_quest_catch_special27_plural": "Captura {{amount_0}} Bagon", - "quest_title_quest_catch_special28_plural": "Captura {{amount_0}} Torchic", - "quest_title_quest_catch_special29_plural": "Captura {{amount_0}} Mudkip", - "quest_title_quest_catch_special31_plural": "Captura {{amount_0}} Turtwig", - "quest_title_quest_catch_special33_plural": "Captura {{amount_0}} Trapinch", - "quest_title_quest_catch_special34_plural": "Captura {{amount_0}} Chimchar", - "quest_title_quest_catch_special35_plural": "Captura {{amount_0}} Piplup", - "quest_title_quest_catch_special36_plural": "Captura {{amount_0}} Rhyhorn", - "quest_title_quest_catch_special37_plural": "Captura {{amount_0}} Machop", - "quest_title_quest_catch_special38_plural": "Captura {{amount_0}} Vulpix", - "quest_title_quest_catch_special39_plural": "Captura {{amount_0}} Dratini", - "quest_title_quest_catch_special40_plural": "Captura {{amount_0}} Abra", - "quest_title_quest_catch_special41_plural": "Captura {{amount_0}} Spheal", - "quest_title_quest_catch_special42_plural": "Captura {{amount_0}} Weedle", - "quest_title_quest_catch_special43_plural": "Captura {{amount_0}} Starly", - "quest_title_quest_catch_special44_plural": "Captura {{amount_0}} Seedot", - "quest_title_quest_catch_special45_plural": "Captura {{amount_0}} Grimer", - "quest_title_quest_catch_special46_plural": "Captura {{amount_0}} Porygon", - "quest_title_quest_catch_staryu_plural": "Captura {{amount_0}} Staryu", - "quest_title_quest_catch_stufful_pinap_plural": "Usa {{amount_0}} Bayas Pinia para ayudarte a capturar Pokémon", - "quest_title_quest_catch_stufful_pinap_singular": "Usa una Baya Pinia para ayudarte a capturar un Pokémon", - "quest_title_quest_catch_stufful_razz_plural": "Usa {{amount_0}} Bayas Frambu para ayudarte a capturar Pokémon", - "quest_title_quest_catch_stufful_razz_singular": "Usa una Baya Frambu para ayudarte a capturar un Pokémon", - "quest_title_quest_catch_transform_pokemon_plural": "Captura {{amount_0}} veces al Pokémon Transformación", - "quest_title_quest_catch_trubbish_plural": "Captura {{amount_0}} Trubbish", - "quest_title_quest_catch_type_bug_plural": "Captura {{amount_0}} Pokémon de tipo Bicho", - "quest_title_quest_catch_type_bug_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Bicho", - "quest_title_quest_catch_type_bug_singular": "Captura 1 Pokémon de tipo Bicho", - "quest_title_quest_catch_type_buzzwole": "Captura un Pokémon que comparta un tipo con Buzzwole", - "quest_title_quest_catch_type_buzzwole_effective": "Captura un Pokémon de un tipo frente al que Buzzwole tenga debilidad", - "quest_title_quest_catch_type_buzzwole_plural": "Captura {{amount_0}} Pokémon que compartan un tipo con Buzzwole", - "quest_title_quest_catch_type_celesteela_effective": "Captura un Pokémon de un tipo frente al que Celesteela tenga debilidad", - "quest_title_quest_catch_type_dark_plural": "Captura {{amount_0}} Pokémon de tipo Siniestro", - "quest_title_quest_catch_type_dark_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Siniestro", - "quest_title_quest_catch_type_dark_singular": "Captura 1 Pokémon de tipo Siniestro", - "quest_title_quest_catch_type_dragon_normal_plural": "Captura {{amount_0}} Pokémon de tipo Normal o Dragón", - "quest_title_quest_catch_type_dragon_plural": "Captura {{amount_0}} Pokémon de tipo Dragón", - "quest_title_quest_catch_type_dragon_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Dragón", - "quest_title_quest_catch_type_dragon_singular": "Captura 1 Pokémon de tipo Dragón", - "quest_title_quest_catch_type_electric_flying_plural": "Captura {{amount_0}} Pokémon de tipo Eléctrico o Volador", - "quest_title_quest_catch_type_electric_plural": "Captura {{amount_0}} Pokémon de tipo Eléctrico", - "quest_title_quest_catch_type_electric_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Eléctrico", - "quest_title_quest_catch_type_electric_singular": "Captura 1 Pokémon de tipo Eléctrico", - "quest_title_quest_catch_type_fairy_plural": "Captura {{amount_0}} Pokémon de tipo Hada", - "quest_title_quest_catch_type_fairy_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Hada", - "quest_title_quest_catch_type_fairy_singular": "Captura 1 Pokémon de tipo Hada", - "quest_title_quest_catch_type_fighting_plural": "Captura {{amount_0}} Pokémon de tipo Lucha", - "quest_title_quest_catch_type_fighting_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Lucha", - "quest_title_quest_catch_type_fighting_singular": "Captura 1 Pokémon de tipo Lucha", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Captura {{amount_0}} Pokémon de tipo Fuego o Siniestro", - "quest_title_quest_catch_type_fire_plural": "Captura {{amount_0}} Pokémon de tipo Fuego", - "quest_title_quest_catch_type_fire_singular": "Captura 1 Pokémon de tipo Fuego", - "quest_title_quest_catch_type_flying_plural": "Captura {{amount_0}} Pokémon de tipo Volador", - "quest_title_quest_catch_type_flying_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Volador", - "quest_title_quest_catch_type_flying_singular": "Captura 1 Pokémon de tipo Volador", - "quest_title_quest_catch_type_ghost_dark_plural": "Captura {{amount_0}} Pokémon de tipo Fantasma o Siniestro", - "quest_title_quest_catch_type_ghost_plural": "Captura {{amount_0}} Pokémon de tipo Fantasma", - "quest_title_quest_catch_type_ghost_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Fantasma", - "quest_title_quest_catch_type_ghost_singular": "Captura 1 Pokémon de tipo Fantasma", - "quest_title_quest_catch_type_grass_bug_plural": "Captura {{amount_0}} Pokémon de tipo Planta o Bicho", - "quest_title_quest_catch_type_grass_plural": "Captura {{amount_0}} Pokémon de tipo Planta", - "quest_title_quest_catch_type_grass_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Planta", - "quest_title_quest_catch_type_grass_poison_plural": "Captura {{amount_0}} Pokémon de tipo Planta o Veneno", - "quest_title_quest_catch_type_grass_singular": "Captura 1 Pokémon de tipo Planta", - "quest_title_quest_catch_type_ground_plural": "Captura {{amount_0}} Pokémon de tipo Tierra", - "quest_title_quest_catch_type_ground_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Tierra", - "quest_title_quest_catch_type_ground_singular": "Captura 1 Pokémon de tipo Tierra", - "quest_title_quest_catch_type_guzzlord_effective": "Captura un Pokémon de un tipo frente al que Guzzlord tenga debilidad", - "quest_title_quest_catch_type_ice_grass_plural_unique": "Captura {{amount_0}} Pokémon de tipo Planta o Hielo", - "quest_title_quest_catch_type_ice_plural": "Captura {{amount_0}} Pokémon de tipo Hielo", - "quest_title_quest_catch_type_ice_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Hielo", - "quest_title_quest_catch_type_ice_singular": "Captura 1 Pokémon de tipo Hielo", - "quest_title_quest_catch_type_kartana_effective": "Captura un Pokémon de un tipo frente al que Kartana tenga debilidad", - "quest_title_quest_catch_type_nihilego": "Captura un Pokémon que comparta un tipo con Nihilego", - "quest_title_quest_catch_type_nihilego_effective": "Captura un Pokémon de un tipo frente al que Nihilego tenga debilidad", - "quest_title_quest_catch_type_nihilego_plural": "Captura {{amount_0}} Pokémon que compartan un tipo con Nihilego", - "quest_title_quest_catch_type_normal_plural": "Captura {{amount_0}} Pokémon de tipo Normal", - "quest_title_quest_catch_type_normal_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Normal", - "quest_title_quest_catch_type_normal_singular": "Captura 1 Pokémon de tipo Normal", - "quest_title_quest_catch_type_pheremosa_effective": "Captura un Pokémon de un tipo frente al que Pheromosa tenga debilidad", - "quest_title_quest_catch_type_pheromosa": "Captura un Pokémon que comparta un tipo con Pheromosa", - "quest_title_quest_catch_type_pheromosa_plural": "Captura {{amount_0}} Pokémon que compartan un tipo con Pheromosa", - "quest_title_quest_catch_type_poison_plural": "Captura {{amount_0}} Pokémon de tipo Veneno", - "quest_title_quest_catch_type_poison_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Veneno", - "quest_title_quest_catch_type_poison_singular": "Captura 1 Pokémon de tipo Veneno", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "Captura {{amount_0}} Pokémon de tipo Psíquico o Lucha", - "quest_title_quest_catch_type_psychic_plural": "Captura {{amount_0}} Pokémon de tipo Psíquico", - "quest_title_quest_catch_type_psychic_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Psíquico", - "quest_title_quest_catch_type_psychic_singular": "Captura 1 Pokémon de tipo Psíquico", - "quest_title_quest_catch_type_rock_plural": "Captura {{amount_0}} Pokémon de tipo Roca", - "quest_title_quest_catch_type_rock_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Roca", - "quest_title_quest_catch_type_rock_singular": "Captura 1 Pokémon de tipo Roca", - "quest_title_quest_catch_type_shaymin": "Captura un Pokémon que comparta un tipo con Shaymin", - "quest_title_quest_catch_type_shaymin_plural": "Captura {{amount_0}} Pokémon que compartan un tipo con Shaymin", - "quest_title_quest_catch_type_steel_plural": "Captura {{amount_0}} Pokémon de tipo Acero", - "quest_title_quest_catch_type_steel_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Acero", - "quest_title_quest_catch_type_steel_singular": "Captura 1 Pokémon de tipo Acero", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Captura {{amount_0}} Pokémon de tipo Fuego, Agua o Eléctrico", - "quest_title_quest_catch_type_water_flying_plural": "Captura {{amount_0}} Pokémon de tipo Agua o Volador", - "quest_title_quest_catch_type_water_ground_plural": "Captura {{amount_0}} Pokémon de tipo Agua o Tierra", - "quest_title_quest_catch_type_water_plural": "Captura {{amount_0}} Pokémon de tipo Agua", - "quest_title_quest_catch_type_water_plural_unique": "Captura {{amount_0}} especies diferentes de Pokémon de tipo Agua", - "quest_title_quest_catch_type_water_singular": "Captura 1 Pokémon de tipo Agua", - "quest_title_quest_catch_type_xurkitree": "Captura un Pokémon que comparta un tipo con Xurkitree", - "quest_title_quest_catch_type_xurkitree_effective": "Captura un Pokémon de un tipo frente al que Xurkitree tenga debilidad", - "quest_title_quest_catch_type_xurkitree_plural": "Captura {{amount_0}} Pokémon que compartan un tipo con Xurkitree", - "quest_title_quest_catch_types_rainy_plural": "Captura {{amount_0}} Pokémon de tipo Agua, Eléctrico o Bicho", - "quest_title_quest_catch_types_rainy_singular": "Captura 1 Pokémon de tipo Agua, Eléctrico o Bicho", - "quest_title_quest_catch_types_snowy_plural": "Captura {{amount_0}} Pokémon de tipo Hielo o Acero.", - "quest_title_quest_catch_types_snowy_singular": "Captura 1 Pokémon de tipo Hielo o Acero.", - "quest_title_quest_catch_types_sunny_plural": "Captura {{amount_0}} Pokémon de tipo Planta, Fuego o Tierra", - "quest_title_quest_catch_types_sunny_singular": "Captura 1 Pokémon de tipo Planta, Fuego o Tierra", - "quest_title_quest_catch_types_windy_plural": "Captura {{amount_0}} Pokémon de tipo Volador, Psíquico o Dragón.", - "quest_title_quest_catch_types_windy_singular": "Captura 1 Pokémon de tipo Volador, Psíquico o Dragón.", - "quest_title_quest_catch_weather_boost_plural": "Captura {{amount_0}} Pokémon potenciados por el tiempo atmosférico", - "quest_title_quest_catch_weather_boost_singular": "Captura 1 Pokémon potenciado por el tiempo atmosférico", - "quest_title_quest_catch_whismur": "Captura {{amount_0}} Whismur", - "quest_title_quest_challenge_party_power_plural": "Usa la mejora de equipo {{amount_0}} veces en incursiones", - "quest_title_quest_challenge_party_power_singular": "Usa la mejora de equipo en una incursión", - "quest_title_quest_change_form_furfrou": "Cambia el corte de un Furfrou", - "quest_title_quest_change_form_plural": "Cambia la forma de {{amount_0}} Pokémon", - "quest_title_quest_change_form_singular": "Cambia la forma de un Pokémon", - "quest_title_quest_chansey_catch_b": "Captura {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_plural": "Haz evolucionar {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_singular": "Haz evolucionar un Chansey", - "quest_title_quest_chansey_snapshot_b": "Consigue una instantánea de {{amount_0}} Chansey", - "quest_title_quest_charge_attack_party_plural": "Usa {{amount_0}} ataques cargados mientras estás en un equipo", - "quest_title_quest_charge_attack_party_singular": "Usa un ataque cargado mientras estás en un equipo", - "quest_title_quest_charged_attack_plural": "Usa {{amount_0}} ataques cargados", - "quest_title_quest_charjabug_evolve_b": "Haz evolucionar {{amount_0}} Charjabug", - "quest_title_quest_chart_catch_b": "Captura {{amount_0}} Charmander", - "quest_title_quest_chart_catch_s1": "Captura {{amount_0}} Charmeleon", - "quest_title_quest_chart_evolve_b": "Haz evolucionar {{amount_0}} Charmander", - "quest_title_quest_chart_evolve_s1": "Haz evolucionar {{amount_0}} Charmeleon", - "quest_title_quest_chespin_catch_b": "Captura {{amount_0}} Chespin", - "quest_title_quest_chespin_evolve_b": "Haz evolucionar {{amount_0}} Chespin", - "quest_title_quest_chespin_snapshot_b": "Consigue una instantánea de {{amount_0}} Chespin", - "quest_title_quest_crocalor_evolve_b": "Haz evolucionar a Crocalor", - "quest_title_quest_cyndaquil_catch_b": "Captura {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_plural": "Haz evolucionar {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_singular": "Haz evolucionar a un Cyndaquil", - "quest_title_quest_dartrix_evolve_b_plural": "Haz evolucionar {{amount_0}} Dartrix", - "quest_title_quest_dartrix_evolve_b_singular": "Haz evolucionar {{amount_0}} Dartrix", - "quest_title_quest_dec2021_catch_b": "Captura {{amount_0}} Pokémon protagonistas de los Días de la Comunidad de 2021", - "quest_title_quest_dec2022_catch_b": "Captura {{amount_0}} Pokémon protagonistas del Día de la Comunidad de diciembre de 2022", - "quest_title_quest_dec2023_catch_b": "Captura {{amount_0}} Pokémon protagonistas de los Días de la Comunidad de 2023", - "quest_title_quest_defeat_jessie_james_plural": "Derrota a Jessie o James {{amount_0}} veces", - "quest_title_quest_defeat_rocket": "Derrota a {{amount_0}} miembros del Team GO Rocket", - "quest_title_quest_defeat_rocket_leader_2500": "Derrota {{amount_0}} líderes del Team GO Rocket con Pokémon de hasta 2500 PC", - "quest_title_quest_defeat_rocket_singular": "Derrota a un miembro del Team GO Rocket", - "quest_title_quest_deino_catch": "Captura {{amount_0}} Deino", - "quest_title_quest_deino_evolve_a": "Haz evolucionar {{amount_0}} Deino", - "quest_title_quest_deino_evolve_b": "Haz evolucionar {{amount_0}} Deino o Zweilous", - "quest_title_quest_deino_snap": "Toma {{amount_0}} instantáneas de Deino", - "quest_title_quest_dragonair_evolve_b": "Haz evolucionar {{amount_0}} Dragonair", - "quest_title_quest_dratini_cdc_catch_b": "Captura {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_evolve_b": "Haz evolucionar {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_snapshot_b": "Consigue una instantánea de {{amount_0}} Dratini", - "quest_title_quest_drizzle_evolve": "Haz evolucionar un Drizzle", - "quest_title_quest_dude_catch": "Captura {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_a": "Haz evolucionar {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_b": "Haz evolucionar {{amount_0}} Graveler", - "quest_title_quest_dude_snap": "Toma {{amount_0}} instantáneas de Geodude", - "quest_title_quest_duskt_catch_b": "Captura {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_b": "Haz evolucionar {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_s1": "Haz evolucionar {{amount_0}} Dusclops", - "quest_title_quest_earn_buddy_ribbon_plural": "Consigue {{amount_0}} cintas de mejor compañero con tus Pokémon", - "quest_title_quest_eelektrik_evolve_b_plural": "Haz evolucionar {{amount_0}} Eelektrik", - "quest_title_quest_eelektrik_evolve_b_singular": "Haz evolucionar un Eelektrik", - "quest_title_quest_eevee_evolve_plural": "Haz evolucionar a Eevee a cada una de sus diferentes evoluciones", - "quest_title_quest_eevet_catch_b": "Captura {{amount_0}} Eevee", - "quest_title_quest_eevet_evolve_b": "Haz evolucionar {{amount_0}} Eevee", - "quest_title_quest_elect_catch_b": "Captura {{amount_0}} Electabuzz", - "quest_title_quest_elect_evolve_b": "Haz evolucionar {{amount_0}} Electabuzz", - "quest_title_quest_elite_raid_victory_plural": "Gana en {{amount_0}} incursiones Élite", - "quest_title_quest_elite_raid_victory_singular": "Gana en una incursión Élite", - "quest_title_quest_elite4_a": "Derrota al Alto Mando del Tour de GO: Meseta", - "quest_title_quest_elite4_b": "Derrota al Alto Mando del Tour de GO: Caverna", - "quest_title_quest_elite4_c": "Derrota al Alto Mando del Tour de GO: Océano", - "quest_title_quest_elite4_d": "Derrota al Alto Mando del Tour de GO: Sabana", - "quest_title_quest_elrd22_april16_battle": "Investigación de Exeggcute: Combate en un Gimnasio", - "quest_title_quest_elrd22_april16_berries": "Investigación de Exeggcute: Usa tres bayas para ayudarte a capturar Pokémon", - "quest_title_quest_elrd22_april16_catch_grass": "Investigación de Exeggcute: Captura tres Pokémon de tipo Planta", - "quest_title_quest_elrd22_april16_charged_move": "Investigación de Exeggcute: Usa un ataque cargado supereficaz", - "quest_title_quest_elrd22_april16_curve": "Investigación de Exeggcute: Haz cinco lanzamientos de bola curva", - "quest_title_quest_elrd22_april16_evolve_grass": "Investigación de Exeggcute: Haz evolucionar dos Pokémon de tipo Planta", - "quest_title_quest_elrd22_april16_gifts_stickers": "Investigación de Exeggcute: Envía dos regalos y añade una pegatina a cada uno", - "quest_title_quest_elrd22_april16_great": "Investigación de Exeggcute: Haz tres grandes lanzamientos", - "quest_title_quest_elrd22_april16_great_row": "Investigación de Exeggcute: Haz dos grandes lanzamientos seguidos", - "quest_title_quest_elrd22_april16_nice": "Investigación de Exeggcute: Haz cinco buenos lanzamientos", - "quest_title_quest_elrd22_april16_nice_row": "Investigación de Exeggcute: Haz tres buenos lanzamientos seguidos", - "quest_title_quest_elrd22_april16_raid": "Investigación de Exeggcute: Combate en una incursión", - "quest_title_quest_elrd22_april16_spin": "Investigación de Exeggcute: Da vueltas a fotodiscos en dos Poképaradas", - "quest_title_quest_elrd22_april16_weather_easy": "Investigación de Exeggcute: Captura tres Pokémon potenciados por el tiempo atmosférico", - "quest_title_quest_elrd22_april16_weather_hard": "Investigación de Exeggcute: Captura cinco Pokémon potenciados por el tiempo atmosférico", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Investigación de Exeggcute: Consigue una instantánea de un Pokémon de tipo Planta en estado salvaje", - "quest_title_quest_equinox19_catch_medium_pkmn": "Captura {{amount_0}} Bulbasaur o Chikorita", - "quest_title_quest_equinox19_catch_type_grass_plural": "Captura {{amount_0}} Pokémon de tipo Planta", - "quest_title_quest_equinox19_evolve_type_grass_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Planta", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Haz evolucionar {{amount_0}} Pokémon de tipo Planta", - "quest_title_quest_event_eevee_snapshot_barcelona": "Consigue una instantánea de tu Eevee en Barcelona", - "quest_title_quest_event_eevee_snapshot_jakarta": "Consigue una instantánea de tu Eevee en Yakarta", - "quest_title_quest_event_eevee_snapshot_mexico_city": "Consigue una instantánea de tu Eevee en Ciudad de México", - "quest_title_quest_event_eevee_snapshot_seoul": "Consigue una instantánea de tu Eevee en Seúl", - "quest_title_quest_event_eevee_snapshot_tainan": "Consigue una instantánea de tu Eevee en Tainan", - "quest_title_quest_event_leave_behind_spin": "Da vueltas a 10 fotodiscos en Poképaradas o Gimnasios donde no hayas estado antes", - "quest_title_quest_event_leave_behind_spin_safari_city": "Gira el fotodisco en cualquier Poképarada de Exploradores Eevee", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Gira {{amount_0}} fotodiscos en Poképaradas de Exploradores Eevee que no hayas visitado", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Gira un fotodisco en una Poképarada de Exploradores Eevee que no hayas visitado", - "quest_title_quest_event_spin_barcelona": "Da vueltas a un fotodisco en una Poképarada o Gimnasio en Barcelona", - "quest_title_quest_event_spin_incheon": "Da vueltas a un fotodisco en una Poképarada o Gimnasio en Incheon", - "quest_title_quest_event_spin_jakarta": "Da vueltas a un fotodisco en una Poképarada o Gimnasio en Yakarta", - "quest_title_quest_event_spin_mexico_city": "Da vueltas a un fotodisco en una Poképarada o Gimnasio en Ciudad de México", - "quest_title_quest_event_spin_seoul": "Da vueltas a un fotodisco en una Poképarada o Gimnasio en Seúl", - "quest_title_quest_event_spin_tainan": "Da vueltas a un fotodisco en una Poképarada o Gimnasio en Tainan", - "quest_title_quest_evolve_abra_singular": "Haz evolucionar un Abra", - "quest_title_quest_evolve_aipom_singular": "Haz evolucionar un Aipom", - "quest_title_quest_evolve_amaura_singular": "Haz evolucionar un Amaura", - "quest_title_quest_evolve_anorith_singular": "Haz evolucionar un Anorith", - "quest_title_quest_evolve_archen_singular": "Haz evolucionar un Archen", - "quest_title_quest_evolve_aron_singular": "Haz evolucionar un Aron", - "quest_title_quest_evolve_axew_singular": "Haz evolucionar un Axew", - "quest_title_quest_evolve_azurill_singular": "Haz evolucionar un Azurill", - "quest_title_quest_evolve_bagon_singular": "Haz evolucionar un Bagon", - "quest_title_quest_evolve_baltoy_singular": "Haz evolucionar un Baltoy", - "quest_title_quest_evolve_barboach_singular": "Haz evolucionar un Barboach", - "quest_title_quest_evolve_bayleef": "Haz evolucionar a tu Bayleef", - "quest_title_quest_evolve_bayleef_singular": "Haz evolucionar un Bayleef", - "quest_title_quest_evolve_beldum_singular": "Haz evolucionar un Beldum", - "quest_title_quest_evolve_bellsprout_singular": "Haz evolucionar un Bellsprout", - "quest_title_quest_evolve_bergmite_singular": "Haz evolucionar un Bergmite", - "quest_title_quest_evolve_bidoof_singular": "Haz evolucionar un Bidoof", - "quest_title_quest_evolve_binacle_singular": "Haz evolucionar un Binacle", - "quest_title_quest_evolve_blitzle_singular": "Haz evolucionar un Blitzle", - "quest_title_quest_evolve_boldore_singular": "Haz evolucionar un Boldore", - "quest_title_quest_evolve_bonsly_singular": "Haz evolucionar un Bonsly", - "quest_title_quest_evolve_braixen_singular": "Haz evolucionar un Braixen", - "quest_title_quest_evolve_bronzor_singular": "Haz evolucionar un Bronzor", - "quest_title_quest_evolve_budew_singular": "Haz evolucionar un Budew", - "quest_title_quest_evolve_buizel_singular": "Haz evolucionar un Buizel", - "quest_title_quest_evolve_bulbasaur": "Haz evolucionar un Bulbasaur", - "quest_title_quest_evolve_bulbasaur_singular": "Haz evolucionar un Bulbasaur", - "quest_title_quest_evolve_buneary_singular": "Haz evolucionar un Buneary", - "quest_title_quest_evolve_bunnelby_singular": "Haz evolucionar un Bunnelby", - "quest_title_quest_evolve_burmy_singular": "Haz evolucionar un Burmy", - "quest_title_quest_evolve_cacnea_singular": "Haz evolucionar un Cacnea", - "quest_title_quest_evolve_carvanha_singular": "Haz evolucionar un Carvanha", - "quest_title_quest_evolve_cascoon_singular": "Haz evolucionar un Cascoon", - "quest_title_quest_evolve_caterpie_singular": "Haz evolucionar un Caterpie", - "quest_title_quest_evolve_chansey_singular": "Haz evolucionar un Chansey", - "quest_title_quest_evolve_charmander": "Haz evolucionar un Charmander", - "quest_title_quest_evolve_charmander_singular": "Haz evolucionar un Charmander", - "quest_title_quest_evolve_charmeleon_singular": "Haz evolucionar un Charmeleon", - "quest_title_quest_evolve_cherubi_singular": "Haz evolucionar un Cherubi", - "quest_title_quest_evolve_chespin_singular": "Haz evolucionar un Chespin", - "quest_title_quest_evolve_chikorita": "Haz evolucionar a tu Chikorita", - "quest_title_quest_evolve_chikorita_singular": "Haz evolucionar un Chikorita", - "quest_title_quest_evolve_chimchar_singular": "Haz evolucionar un Chimchar", - "quest_title_quest_evolve_chinchou_singular": "Haz evolucionar un Chinchou", - "quest_title_quest_evolve_chingling_singular": "Haz evolucionar un Chingling", - "quest_title_quest_evolve_clamperl_singular": "Haz evolucionar un Clamperl", - "quest_title_quest_evolve_clauncher_singular": "Haz evolucionar un Clauncher", - "quest_title_quest_evolve_clefairy_singular": "Haz evolucionar un Clefairy", - "quest_title_quest_evolve_cleffa_singular": "Haz evolucionar un Cleffa", - "quest_title_quest_evolve_combee_singular": "Haz evolucionar un Combee", - "quest_title_quest_evolve_combusken_singular": "Haz evolucionar un Combusken", - "quest_title_quest_evolve_corphish_singular": "Haz evolucionar un Corphish", - "quest_title_quest_evolve_cosmoem_singular": "Haz evolucionar a un Cosmoem", - "quest_title_quest_evolve_cosmog_singular": "Haz evolucionar un Cosmog", - "quest_title_quest_evolve_cottonee_singular": "Haz evolucionar un Cottonee", - "quest_title_quest_evolve_cranidos_singular": "Haz evolucionar un Cranidos", - "quest_title_quest_evolve_croagunk_singular": "Haz evolucionar un Croagunk", - "quest_title_quest_evolve_croconaw": "Haz evolucionar a tu Croconaw", - "quest_title_quest_evolve_croconaw_singular": "Haz evolucionar un Croconaw", - "quest_title_quest_evolve_cubchoo_singular": "Haz evolucionar un Cubchoo", - "quest_title_quest_evolve_cubone_singular": "Haz evolucionar un Cubone", - "quest_title_quest_evolve_cyndaquil": "Haz evolucionar a tu Cyndaquil", - "quest_title_quest_evolve_cyndaquil_singular": "Haz evolucionar un Cyndaquil", - "quest_title_quest_evolve_dark_type_singular": "Haz evolucionar un Pokémon de tipo Siniestro", - "quest_title_quest_evolve_darumaka_singular": "Haz evolucionar un Darumaka", - "quest_title_quest_evolve_deerling_singular": "Haz evolucionar un Deerling", - "quest_title_quest_evolve_deino_singular": "Haz evolucionar un Deino", - "quest_title_quest_evolve_dewott_singular": "Haz evolucionar un Dewott", - "quest_title_quest_evolve_diglett_singular": "Haz evolucionar un Diglett", - "quest_title_quest_evolve_doduo_singular": "Haz evolucionar un Doduo", - "quest_title_quest_evolve_doublade_singular": "Haz evolucionar un Doublade", - "quest_title_quest_evolve_dragonair_singular": "Haz evolucionar un Dragonair", - "quest_title_quest_evolve_dratini_singular": "Haz evolucionar un Dratini", - "quest_title_quest_evolve_drifloon_singular": "Haz evolucionar un Drifloon", - "quest_title_quest_evolve_drilbur_singular": "Haz evolucionar un Drilbur", - "quest_title_quest_evolve_drowzee_singular": "Haz evolucionar un Drowzee", - "quest_title_quest_evolve_ducklett_singular": "Haz evolucionar un Ducklett", - "quest_title_quest_evolve_duosion_singular": "Haz evolucionar un Duosion", - "quest_title_quest_evolve_durant_singular": "Haz evolucionar un Durant", - "quest_title_quest_evolve_dusclops_singular": "Haz evolucionar un Dusclops", - "quest_title_quest_evolve_duskull_singular": "Haz evolucionar un Duskull", - "quest_title_quest_evolve_dwebble_singular": "Haz evolucionar un Dwebble", - "quest_title_quest_evolve_eelektrik_singular": "Haz evolucionar un Eelektrik", - "quest_title_quest_evolve_eevee_singular": "Haz evolucionar un Eevee", - "quest_title_quest_evolve_eevee_types_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Eléctrico, Agua o Fuego", - "quest_title_quest_evolve_eevee_types_singular": "Haz evolucionar un Pokémon de tipo Eléctrico, Agua o Fuego", - "quest_title_quest_evolve_ekans_singular": "Haz evolucionar un Ekans", - "quest_title_quest_evolve_electabuzz_singular": "Haz evolucionar un Electabuzz", - "quest_title_quest_evolve_electrike_singular": "Haz evolucionar un Electrike", - "quest_title_quest_evolve_elekid_singular": "Haz evolucionar un Elekid", - "quest_title_quest_evolve_elgyem_singular": "Haz evolucionar un Elgyem", - "quest_title_quest_evolve_espeon": "Haz evolucionar un Eevee a Espeon durante el día", - "quest_title_quest_evolve_espurr_singular": "Haz evolucionar un Espurr", - "quest_title_quest_evolve_evolved_grass_singular": "Haz evolucionar un Pokémon de tipo Planta evolucionado", - "quest_title_quest_evolve_exeggcute_singular": "Haz evolucionar un Exeggcute", - "quest_title_quest_evolve_farfetch'd_singular": "Haz evolucionar un Farfetch'd", - "quest_title_quest_evolve_feebas_singular": "Haz evolucionar un Feebas", - "quest_title_quest_evolve_fennekin_singular": "Haz evolucionar un Fennekin", - "quest_title_quest_evolve_ferroseed_singular": "Haz evolucionar un Ferroseed", - "quest_title_quest_evolve_finneon_singular": "Haz evolucionar un Finneon", - "quest_title_quest_evolve_flaaffy_singular": "Haz evolucionar un Flaaffy", - "quest_title_quest_evolve_flabébé_singular": "Haz evolucionar un Flabébé", - "quest_title_quest_evolve_fletchinder_singular": "Haz evolucionar un Fletchinder", - "quest_title_quest_evolve_fletchling_singular": "Haz evolucionar un Fletchling", - "quest_title_quest_evolve_floette_singular": "Haz evolucionar un Floette", - "quest_title_quest_evolve_foongus_singular": "Haz evolucionar un Foongus", - "quest_title_quest_evolve_fraxure_singular": "Haz evolucionar un Fraxure", - "quest_title_quest_evolve_frillish_singular": "Haz evolucionar un Frillish", - "quest_title_quest_evolve_froakie_singular": "Haz evolucionar un Froakie", - "quest_title_quest_evolve_frogadier_singular": "Haz evolucionar un Frogadier", - "quest_title_quest_evolve_gabite_singular": "Haz evolucionar un Gabite", - "quest_title_quest_evolve_gastly_singular": "Haz evolucionar un Gastly", - "quest_title_quest_evolve_geodude_singular": "Haz evolucionar un Geodude", - "quest_title_quest_evolve_gible_singular": "Haz evolucionar un Gible", - "quest_title_quest_evolve_glalie_singular": "Haz evolucionar un Glalie", - "quest_title_quest_evolve_glameow_singular": "Haz evolucionar un Glameow", - "quest_title_quest_evolve_gligar_singular": "Haz evolucionar un Gligar", - "quest_title_quest_evolve_gloom_singular": "Haz evolucionar un Gloom", - "quest_title_quest_evolve_golbat_singular": "Haz evolucionar un Golbat", - "quest_title_quest_evolve_goldeen_singular": "Haz evolucionar un Goldeen", - "quest_title_quest_evolve_golett_singular": "Haz evolucionar un Golett", - "quest_title_quest_evolve_goomy_singular": "Haz evolucionar un Goomy", - "quest_title_quest_evolve_gothita_singular": "Haz evolucionar un Gothita", - "quest_title_quest_evolve_gothorita_singular": "Haz evolucionar un Gothorita", - "quest_title_quest_evolve_graveler_singular": "Haz evolucionar un Graveler", - "quest_title_quest_evolve_grimer_singular": "Haz evolucionar un Grimer", - "quest_title_quest_evolve_grotle_singular": "Haz evolucionar un Grotle", - "quest_title_quest_evolve_ground_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Tierra", - "quest_title_quest_evolve_grovyle_singular": "Haz evolucionar un Grovyle", - "quest_title_quest_evolve_growlithe_singular": "Haz evolucionar un Growlithe", - "quest_title_quest_evolve_gulpin_singular": "Haz evolucionar un Gulpin", - "quest_title_quest_evolve_gurdurr_singular": "Haz evolucionar un Gurdurr", - "quest_title_quest_evolve_happiny_singular": "Haz evolucionar un Happiny", - "quest_title_quest_evolve_haunter_singular": "Haz evolucionar un Haunter", - "quest_title_quest_evolve_heatmor_singular": "Haz evolucionar un Heatmor", - "quest_title_quest_evolve_helioptile_singular": "Haz evolucionar un Helioptile", - "quest_title_quest_evolve_herdier_singular": "Haz evolucionar un Herdier", - "quest_title_quest_evolve_hippopotas_singular": "Haz evolucionar un Hippopotas", - "quest_title_quest_evolve_honedge_singular": "Haz evolucionar un Honedge", - "quest_title_quest_evolve_hoothoot_singular": "Haz evolucionar un Hoothoot", - "quest_title_quest_evolve_hoppip_singular": "Haz evolucionar un Hoppip", - "quest_title_quest_evolve_horsea_singular": "Haz evolucionar un Horsea", - "quest_title_quest_evolve_houndour_singular": "Haz evolucionar un Houndour", - "quest_title_quest_evolve_igglybuff_singular": "Haz evolucionar un Igglybuff", - "quest_title_quest_evolve_illumise_singular": "Haz evolucionar un Illumise", - "quest_title_quest_evolve_inkay_singular": "Haz evolucionar un Inkay", - "quest_title_quest_evolve_items_plural": "Usa objetos para hacer evolucionar Pokémon {{amount_0}} veces", - "quest_title_quest_evolve_items_singular": "Usa un objeto para hacer evolucionar a un Pokémon", - "quest_title_quest_evolve_ivysaur_singular": "Haz evolucionar un Ivysaur", - "quest_title_quest_evolve_jigglypuff_singular": "Haz evolucionar un Jigglypuff", - "quest_title_quest_evolve_joltik_singular": "Haz evolucionar un Joltik", - "quest_title_quest_evolve_kabuto_singular": "Haz evolucionar un Kabuto", - "quest_title_quest_evolve_kadabra_singular": "Haz evolucionar un Kadabra", - "quest_title_quest_evolve_kakuna_singular": "Haz evolucionar un Kakuna", - "quest_title_quest_evolve_karrablast_singular": "Haz evolucionar un Karrablast", - "quest_title_quest_evolve_kirlia_singular": "Haz evolucionar un Kirlia", - "quest_title_quest_evolve_klang_singular": "Haz evolucionar un Klang", - "quest_title_quest_evolve_klink_singular": "Haz evolucionar un Klink", - "quest_title_quest_evolve_koffing_singular": "Haz evolucionar un Koffing", - "quest_title_quest_evolve_krabby_singular": "Haz evolucionar un Krabby", - "quest_title_quest_evolve_kricketot_singular": "Haz evolucionar un Kricketot", - "quest_title_quest_evolve_krokorok_singular": "Haz evolucionar un Krokorok", - "quest_title_quest_evolve_lairon_singular": "Haz evolucionar un Lairon", - "quest_title_quest_evolve_lampent_singular": "Haz evolucionar un Lampent", - "quest_title_quest_evolve_larvesta_singular": "Haz evolucionar un Larvesta", - "quest_title_quest_evolve_larvitar_singular": "Haz evolucionar un Larvitar", - "quest_title_quest_evolve_ledyba_singular": "Haz evolucionar un Ledyba", - "quest_title_quest_evolve_lickitung_singular": "Haz evolucionar un Lickitung", - "quest_title_quest_evolve_lileep_singular": "Haz evolucionar un Lileep", - "quest_title_quest_evolve_lillipup_singular": "Haz evolucionar un Lillipup", - "quest_title_quest_evolve_linoone_singular": "Haz evolucionar {{amount_0}} Linoone de Galar", - "quest_title_quest_evolve_litleo_singular": "Haz evolucionar un Litleo", - "quest_title_quest_evolve_litwick_singular": "Haz evolucionar un Litwick", - "quest_title_quest_evolve_lombre_singular": "Haz evolucionar un Lombre", - "quest_title_quest_evolve_lotad_singular": "Haz evolucionar un Lotad", - "quest_title_quest_evolve_loudred_singular": "Haz evolucionar un Loudred", - "quest_title_quest_evolve_luxio_singular": "Haz evolucionar un Luxio", - "quest_title_quest_evolve_machoke_singular": "Haz evolucionar un Machoke", - "quest_title_quest_evolve_machop_singular": "Haz evolucionar un Machop", - "quest_title_quest_evolve_magby_singular": "Haz evolucionar un Magby", - "quest_title_quest_evolve_magikarp_singular": "Haz evolucionar un Magikarp", - "quest_title_quest_evolve_magmar_singular": "Haz evolucionar un Magmar", - "quest_title_quest_evolve_magnemite_singular": "Haz evolucionar un Magnemite", - "quest_title_quest_evolve_makuhita_singular": "Haz evolucionar un Makuhita", - "quest_title_quest_evolve_mankey_singular": "Haz evolucionar un Mankey", - "quest_title_quest_evolve_mantyke_singular": "Haz evolucionar un Mantyke", - "quest_title_quest_evolve_mareep_singular": "Haz evolucionar un Mareep", - "quest_title_quest_evolve_marill_singular": "Haz evolucionar un Marill", - "quest_title_quest_evolve_marshtomp_singular": "Haz evolucionar un Marshtomp", - "quest_title_quest_evolve_meditite_singular": "Haz evolucionar un Meditite", - "quest_title_quest_evolve_meowth_singular": "Haz evolucionar un Meowth", - "quest_title_quest_evolve_metang_singular": "Haz evolucionar un Metang", - "quest_title_quest_evolve_metapod_singular": "Haz evolucionar un Metapod", - "quest_title_quest_evolve_mienfoo_singular": "Haz evolucionar un Mienfoo", - "quest_title_quest_evolve_mime jr._singular": "Haz evolucionar un Mime Jr.", - "quest_title_quest_evolve_minccino_singular": "Haz evolucionar un Minccino", - "quest_title_quest_evolve_misdreavus_singular": "Haz evolucionar un Misdreavus", - "quest_title_quest_evolve_monferno_singular": "Haz evolucionar un Monferno", - "quest_title_quest_evolve_mr. mime_singular": "Haz evolucionar un Mr. Mime", - "quest_title_quest_evolve_mudkip_singular": "Haz evolucionar un Mudkip", - "quest_title_quest_evolve_munchlax_singular": "Haz evolucionar un Munchlax", - "quest_title_quest_evolve_munna_singular": "Haz evolucionar un Munna", - "quest_title_quest_evolve_murkrow_singular": "Haz evolucionar un Murkrow", - "quest_title_quest_evolve_natu_singular": "Haz evolucionar un Natu", - "quest_title_quest_evolve_nidoranfemale_singular": "Haz evolucionar un Nidoran♀", - "quest_title_quest_evolve_nidoranmale_singular": "Haz evolucionar un Nidoran♂", - "quest_title_quest_evolve_nidorina_singular": "Haz evolucionar un Nidorina", - "quest_title_quest_evolve_nidorino_singular": "Haz evolucionar un Nidorino", - "quest_title_quest_evolve_nincada_singular": "Haz evolucionar un Nincada", - "quest_title_quest_evolve_noibat_singular": "Haz evolucionar un Noibat", - "quest_title_quest_evolve_nosepass_singular": "Haz evolucionar un Nosepass", - "quest_title_quest_evolve_numel_singular": "Haz evolucionar un Numel", - "quest_title_quest_evolve_nuzleaf_singular": "Haz evolucionar un Nuzleaf", - "quest_title_quest_evolve_oddish_singular": "Haz evolucionar un Oddish", - "quest_title_quest_evolve_omanyte_singular": "Haz evolucionar un Omanyte", - "quest_title_quest_evolve_onix_singular": "Haz evolucionar un Onix", - "quest_title_quest_evolve_oshawott_singular": "Haz evolucionar un Oshawott", - "quest_title_quest_evolve_palpitoad_singular": "Haz evolucionar un Palpitoad", - "quest_title_quest_evolve_pancham_singular": "Haz evolucionar un Pancham", - "quest_title_quest_evolve_panpour_singular": "Haz evolucionar un Panpour", - "quest_title_quest_evolve_pansage_singular": "Haz evolucionar un Pansage", - "quest_title_quest_evolve_pansear_singular": "Haz evolucionar un Pansear", - "quest_title_quest_evolve_paras_singular": "Haz evolucionar un Paras", - "quest_title_quest_evolve_patrat_singular": "Haz evolucionar un Patrat", - "quest_title_quest_evolve_pawniard_singular": "Haz evolucionar un Pawniard", - "quest_title_quest_evolve_petilil_singular": "Haz evolucionar un Petilil", - "quest_title_quest_evolve_phanpy_singular": "Haz evolucionar un Phanpy", - "quest_title_quest_evolve_phantump_singular": "Haz evolucionar un Phantump", - "quest_title_quest_evolve_pichu_singular": "Haz evolucionar un Pichu", - "quest_title_quest_evolve_pidgeotto_singular": "Haz evolucionar un Pidgeotto", - "quest_title_quest_evolve_pidgey_singular": "Haz evolucionar un Pidgey", - "quest_title_quest_evolve_pidove_singular": "Haz evolucionar un Pidove", - "quest_title_quest_evolve_pignite_singular": "Haz evolucionar un Pignite", - "quest_title_quest_evolve_pikachu_singular": "Haz evolucionar un Pikachu", - "quest_title_quest_evolve_piloswine_plural": "Haz evolucionar {{amount_0}} Piloswine", - "quest_title_quest_evolve_piloswine_singular": "Haz evolucionar un Piloswine", - "quest_title_quest_evolve_pineco_singular": "Haz evolucionar un Pineco", - "quest_title_quest_evolve_piplup_singular": "Haz evolucionar un Piplup", - "quest_title_quest_evolve_plural": "Haz evolucionar {{amount_0}} Pokémon", - "quest_title_quest_evolve_poison_type_singular": "Haz evolucionar un Pokémon de tipo Veneno", - "quest_title_quest_evolve_poliwag_singular": "Haz evolucionar un Poliwag", - "quest_title_quest_evolve_poliwhirl_singular": "Haz evolucionar un Poliwhirl", - "quest_title_quest_evolve_ponyta_singular": "Haz evolucionar un Ponyta", - "quest_title_quest_evolve_poochyena_singular": "Haz evolucionar un Poochyena", - "quest_title_quest_evolve_porygon2_singular": "Haz evolucionar un Porygon2", - "quest_title_quest_evolve_prinplup_singular": "Haz evolucionar un Prinplup", - "quest_title_quest_evolve_psyduck_singular": "Haz evolucionar un Psyduck", - "quest_title_quest_evolve_pumpkaboo_singular": "Haz evolucionar un Pumpkaboo", - "quest_title_quest_evolve_pupitar_singular": "Haz evolucionar un Pupitar", - "quest_title_quest_evolve_purrloin_singular": "Haz evolucionar un Purrloin", - "quest_title_quest_evolve_quilava": "Haz evolucionar a tu Quilava", - "quest_title_quest_evolve_quilava_singular": "Haz evolucionar un Quilava", - "quest_title_quest_evolve_quilladin_singular": "Haz evolucionar un Quilladin", - "quest_title_quest_evolve_qwilfish_singular": "Haz evolucionar un Qwilfish", - "quest_title_quest_evolve_ralts_singular": "Haz evolucionar un Ralts", - "quest_title_quest_evolve_rattata_singular": "Haz evolucionar un Rattata", - "quest_title_quest_evolve_remoraid_singular": "Haz evolucionar un Remoraid", - "quest_title_quest_evolve_rhydon_singular": "Haz evolucionar un Rhydon", - "quest_title_quest_evolve_rhyhorn_singular": "Haz evolucionar un Rhyhorn", - "quest_title_quest_evolve_riolu_singular": "Haz evolucionar un Riolu", - "quest_title_quest_evolve_roggenrola_singular": "Haz evolucionar un Roggenrola", - "quest_title_quest_evolve_roselia_singular": "Haz evolucionar un Roselia", - "quest_title_quest_evolve_rufflet_singular": "Haz evolucionar un Rufflet", - "quest_title_quest_evolve_sandile_singular": "Haz evolucionar un Sandile", - "quest_title_quest_evolve_sandshrew_singular": "Haz evolucionar un Sandshrew", - "quest_title_quest_evolve_sb_singular": "Haz evolucionar un Snubbull", - "quest_title_quest_evolve_scatterbug_singular": "Haz evolucionar un Scatterbug", - "quest_title_quest_evolve_scraggy_singular": "Haz evolucionar un Scraggy", - "quest_title_quest_evolve_scyther_singular": "Haz evolucionar un Scyther", - "quest_title_quest_evolve_seadra_singular": "Haz evolucionar un Seadra", - "quest_title_quest_evolve_sealeo_singular": "Haz evolucionar un Sealeo", - "quest_title_quest_evolve_seedot_singular": "Haz evolucionar un Seedot", - "quest_title_quest_evolve_seel_singular": "Haz evolucionar un Seel", - "quest_title_quest_evolve_sentret_singular": "Haz evolucionar un Sentret", - "quest_title_quest_evolve_servine_singular": "Haz evolucionar un Servine", - "quest_title_quest_evolve_sewaddle_singular": "Haz evolucionar un Sewaddle", - "quest_title_quest_evolve_shelgon_singular": "Haz evolucionar un Shelgon", - "quest_title_quest_evolve_shellder_singular": "Haz evolucionar un Shellder", - "quest_title_quest_evolve_shellos_singular": "Haz evolucionar un Shellos", - "quest_title_quest_evolve_shelmet_singular": "Haz evolucionar un Shelmet", - "quest_title_quest_evolve_shieldon_singular": "Haz evolucionar un Shieldon", - "quest_title_quest_evolve_shinx_singular": "Haz evolucionar un Shinx", - "quest_title_quest_evolve_shroomish_singular": "Haz evolucionar un Shroomish", - "quest_title_quest_evolve_shuckle_singular": "Haz evolucionar un Shuckle", - "quest_title_quest_evolve_shuppet_singular": "Haz evolucionar un Shuppet", - "quest_title_quest_evolve_silcoon_singular": "Haz evolucionar un Silcoon", - "quest_title_quest_evolve_singular": "Haz evolucionar 1 Pokémon", - "quest_title_quest_evolve_skiddo_singular": "Haz evolucionar un Skiddo", - "quest_title_quest_evolve_skiploom_singular": "Haz evolucionar un Skiploom", - "quest_title_quest_evolve_skitty_singular": "Haz evolucionar un Skitty", - "quest_title_quest_evolve_skorupi_singular": "Haz evolucionar un Skorupi", - "quest_title_quest_evolve_skrelp_singular": "Haz evolucionar un Skrelp", - "quest_title_quest_evolve_slakoth_singular": "Haz evolucionar un Slakoth", - "quest_title_quest_evolve_sliggoo_singular": "Haz evolucionar un Sliggoo", - "quest_title_quest_evolve_slowpoke_plural": "Haz evolucionar {{amount_0}} Slowpoke", - "quest_title_quest_evolve_slowpoke_singular": "Haz evolucionar un Slowpoke", - "quest_title_quest_evolve_slugma_singular": "Haz evolucionar un Slugma", - "quest_title_quest_evolve_smoochum_singular": "Haz evolucionar un Smoochum", - "quest_title_quest_evolve_sneasel_singular": "Haz evolucionar un Sneasel", - "quest_title_quest_evolve_snivy_singular": "Haz evolucionar un Snivy", - "quest_title_quest_evolve_snorunt_singular": "Haz evolucionar un Snorunt", - "quest_title_quest_evolve_snover_singular": "Haz evolucionar un Snover", - "quest_title_quest_evolve_snubbull_singular": "Haz evolucionar un Snubbull", - "quest_title_quest_evolve_solosis_singular": "Haz evolucionar un Solosis", - "quest_title_quest_evolve_spearow_singular": "Haz evolucionar un Spearow", - "quest_title_quest_evolve_special_drowzee": "Haz evolucionar 1 Drowzee", - "quest_title_quest_evolve_special_feebas_singular": "Haz evolucionar 1 Feebas", - "quest_title_quest_evolve_special_galarian_mrmime": "Haz evolucionar un Mr. Mime de Galar", - "quest_title_quest_evolve_special_galarian_slowpoke": "Haz evolucionar a Slowpoke de Galar", - "quest_title_quest_evolve_special_grimer": "Haz evolucionar 1 Grimer", - "quest_title_quest_evolve_special_magnemite": "Haz evolucionar un Magnemite", - "quest_title_quest_evolve_special_scyther": "Haz evolucionar 1 Scyther", - "quest_title_quest_evolve_special0_singular": "Haz evolucionar 1 Magikarp", - "quest_title_quest_evolve_special1_plural": "Haz evolucionar {{amount_0}} Pidgey", - "quest_title_quest_evolve_special1_singular": "Haz evolucionar 1 Horsea", - "quest_title_quest_evolve_special2_singular": "Haz evolucionar 1 Meowth", - "quest_title_quest_evolve_spewpa_singular": "Haz evolucionar un Spewpa", - "quest_title_quest_evolve_spheal_singular": "Haz evolucionar un Spheal", - "quest_title_quest_evolve_spinarak_singular": "Haz evolucionar un Spinarak", - "quest_title_quest_evolve_spoink_singular": "Haz evolucionar un Spoink", - "quest_title_quest_evolve_spritzee_singular": "Haz evolucionar un Spritzee", - "quest_title_quest_evolve_squirtle_singular": "Haz evolucionar un Squirtle", - "quest_title_quest_evolve_staravia_singular": "Haz evolucionar un Staravia", - "quest_title_quest_evolve_starly_singular": "Haz evolucionar un Starly", - "quest_title_quest_evolve_staryu_singular": "Haz evolucionar un Staryu", - "quest_title_quest_evolve_steelix_singular": "Haz evolucionar un Steelix", - "quest_title_quest_evolve_stunky_singular": "Haz evolucionar un Stunky", - "quest_title_quest_evolve_sunkern_singular": "Haz evolucionar un Sunkern", - "quest_title_quest_evolve_sunstone_singular": "Usa 1 Piedra Solar para hacer evolucionar a Gloom o Sunkern", - "quest_title_quest_evolve_surskit_singular": "Haz evolucionar un Surskit", - "quest_title_quest_evolve_swablu_singular": "Haz evolucionar un Swablu", - "quest_title_quest_evolve_swadloon_singular": "Haz evolucionar un Swadloon", - "quest_title_quest_evolve_swinub_singular": "Haz evolucionar un Swinub", - "quest_title_quest_evolve_swirlix_singular": "Haz evolucionar un Swirlix", - "quest_title_quest_evolve_taillow_singular": "Haz evolucionar un Taillow", - "quest_title_quest_evolve_tangela_singular": "Haz evolucionar un Tangela", - "quest_title_quest_evolve_teddiursa_singular": "Haz evolucionar un Teddiursa", - "quest_title_quest_evolve_tentacool_singular": "Haz evolucionar un Tentacool", - "quest_title_quest_evolve_tepig_singular": "Haz evolucionar un Tepig", - "quest_title_quest_evolve_timburr_singular": "Haz evolucionar un Timburr", - "quest_title_quest_evolve_tirtouga_singular": "Haz evolucionar un Tirtouga", - "quest_title_quest_evolve_togepi_singular": "Haz evolucionar un Togepi", - "quest_title_quest_evolve_togetic_singular": "Haz evolucionar un Togetic", - "quest_title_quest_evolve_torchic_singular": "Haz evolucionar un Torchic", - "quest_title_quest_evolve_totodile": "Haz evolucionar a tu Totodile", - "quest_title_quest_evolve_totodile_singular": "Haz evolucionar un Totodile", - "quest_title_quest_evolve_tranquill_singular": "Haz evolucionar un Tranquill", - "quest_title_quest_evolve_trapinch_singular": "Haz evolucionar un Trapinch", - "quest_title_quest_evolve_treecko_singular": "Haz evolucionar un Treecko", - "quest_title_quest_evolve_trubbish_singular": "Haz evolucionar un Trubbish", - "quest_title_quest_evolve_turtwig_singular": "Haz evolucionar un Turtwig", - "quest_title_quest_evolve_tympole_singular": "Haz evolucionar un Tympole", - "quest_title_quest_evolve_tynamo_singular": "Haz evolucionar un Tynamo", - "quest_title_quest_evolve_type_dark_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Siniestro", - "quest_title_quest_evolve_type_dragon_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Dragón", - "quest_title_quest_evolve_type_dragon_singular": "Haz evolucionar un Pokémon de tipo Dragón", - "quest_title_quest_evolve_type_electric_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Eléctrico.", - "quest_title_quest_evolve_type_electric_singular": "Haz evolucionar un Pokémon de tipo Eléctrico.", - "quest_title_quest_evolve_type_fairy_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Hada", - "quest_title_quest_evolve_type_fairy_singular": "Haz evolucionar un Pokémon de tipo Hada", - "quest_title_quest_evolve_type_fire_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Fuego", - "quest_title_quest_evolve_type_fire_singular": "Haz evolucionar 1 Pokémon de tipo Fuego", - "quest_title_quest_evolve_type_flying_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Volador.", - "quest_title_quest_evolve_type_flying_singular": "Haz evolucionar 1 Pokémon de tipo Volador.", - "quest_title_quest_evolve_type_ghost_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Fantasma", - "quest_title_quest_evolve_type_ghost_single": "Haz evolucionar un Pokémon de tipo Fantasma", - "quest_title_quest_evolve_type_grass_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Planta", - "quest_title_quest_evolve_type_grass_singular": "Haz evolucionar un Pokémon de tipo Planta", - "quest_title_quest_evolve_type_ice_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Hielo.", - "quest_title_quest_evolve_type_ice_singular": "Haz evolucionar un Pokémon de tipo Hielo.", - "quest_title_quest_evolve_type_poison_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Veneno", - "quest_title_quest_evolve_type_psychic_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Psíquico", - "quest_title_quest_evolve_type_psychic_singular": "Haz evolucionar 1 Pokémon de tipo Psíquico", - "quest_title_quest_evolve_type_rock_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Roca", - "quest_title_quest_evolve_type_steel_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Acero", - "quest_title_quest_evolve_type_water_plural": "Haz evolucionar {{amount_0}} Pokémon de tipo Agua", - "quest_title_quest_evolve_type_water_singular": "Haz evolucionar 1 Pokémon de tipo Agua.", - "quest_title_quest_evolve_tyrogue_singular": "Haz evolucionar un Tyrogue", - "quest_title_quest_evolve_tyrunt_singular": "Haz evolucionar un Tyrunt", - "quest_title_quest_evolve_umbreon": "Haz evolucionar 1 Eevee a Umbreon por la noche", - "quest_title_quest_evolve_vanillish_singular": "Haz evolucionar un Vanillish", - "quest_title_quest_evolve_vanillite_singular": "Haz evolucionar un Vanillite", - "quest_title_quest_evolve_venipede_singular": "Haz evolucionar un Venipede", - "quest_title_quest_evolve_venonat_singular": "Haz evolucionar un Venonat", - "quest_title_quest_evolve_vibrava_singular": "Haz evolucionar un Vibrava", - "quest_title_quest_evolve_vigoroth_singular": "Haz evolucionar un Vigoroth", - "quest_title_quest_evolve_volbeat_singular": "Haz evolucionar un Volbeat", - "quest_title_quest_evolve_voltorb_singular": "Haz evolucionar un Voltorb", - "quest_title_quest_evolve_vullaby_singular": "Haz evolucionar un Vullaby", - "quest_title_quest_evolve_vulpix_singular": "Haz evolucionar un Vulpix", - "quest_title_quest_evolve_wailmer_singular": "Haz evolucionar un Wailmer", - "quest_title_quest_evolve_wartortle_singular": "Haz evolucionar un Wartortle", - "quest_title_quest_evolve_weedle_singular": "Haz evolucionar un Weedle", - "quest_title_quest_evolve_weepinbell_singular": "Haz evolucionar un Weepinbell", - "quest_title_quest_evolve_whirlipede_singular": "Haz evolucionar un Whirlipede", - "quest_title_quest_evolve_whismur_singular": "Haz evolucionar un Whismur", - "quest_title_quest_evolve_wingull_singular": "Haz evolucionar un Wingull", - "quest_title_quest_evolve_woobat_singular": "Haz evolucionar un Woobat", - "quest_title_quest_evolve_wooper_singular": "Haz evolucionar un Wooper", - "quest_title_quest_evolve_wurmple_singular": "Haz evolucionar un Wurmple", - "quest_title_quest_evolve_wynaut_singular": "Haz evolucionar un Wynaut", - "quest_title_quest_evolve_yamask_singular": "Haz evolucionar un Yamask", - "quest_title_quest_evolve_yanma_singular": "Haz evolucionar un Yanma", - "quest_title_quest_evolve_zigzagoon_singular": "Haz evolucionar un Zigzagoon", - "quest_title_quest_evolve_zorua_singular": "Haz evolucionar un Zorua", - "quest_title_quest_evolve_zubat_singular": "Haz evolucionar un Zubat", - "quest_title_quest_evolve_zweilous_singular": "Haz evolucionar un Zweilous", - "quest_title_quest_explore_buddy": "Consigue 1 Caramelo explorando con tu compañero", - "quest_title_quest_explore_buddy_carbink": "Consigue un Caramelo explorando con Carbink como tu compañero", - "quest_title_quest_explore_buddy_plural": "Consigue {{amount_0}} Caramelos explorando con tu compañero", - "quest_title_quest_explore_buddy_routes_plural": "Consigue {{amount_0}} Caramelos explorando Rutas con tu compañero", - "quest_title_quest_explore_buddy_routes_singular": "Consigue 1 Caramelo explorando Rutas con tu compañero", - "quest_title_quest_explore_km": "Explora {{amount_0}} km", - "quest_title_quest_explore_km_party": "Explora {{amount_0}} km mientras estás en un equipo", - "quest_title_quest_febresearchday_battle_gym_singular": "Investigación de Clamperl: Combate en 1 Gimnasio", - "quest_title_quest_febresearchday_battle_raid_singular": "Investigación de Clamperl: Combate en 1 incursión", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Investigación de Clamperl: Usa un ataque cargado supereficaz en un combate de Gimnasio", - "quest_title_quest_febresearchday_catch_feed_plural": "Investigación de Clamperl: Usa {{amount_0}} bayas para ayudarte a capturar Pokémon", - "quest_title_quest_febresearchday_catch_special1_singular": "Investigación de Clamperl: Captura un Magikarp o Wailmer", - "quest_title_quest_febresearchday_catch_special2_singular": "Investigación de Clamperl: Captura un Psyduck o Krabby", - "quest_title_quest_febresearchday_catch_type_water_plural": "Investigación de Clamperl: Captura {{amount_0}} Pokémon de tipo Agua", - "quest_title_quest_febresearchday_evolve_type_water_plural": "Investigación de Clamperl: Haz evolucionar {{amount_0}} Pokémon de tipo Agua", - "quest_title_quest_febresearchday_land_curveball_plural": "Investigación de Clamperl: Haz {{amount_0}} lanzamientos de bola curva", - "quest_title_quest_febresearchday_land_great_plural": "Investigación de Clamperl: Haz {{amount_0}} grandes lanzamientos", - "quest_title_quest_febresearchday_land_inarow_great_plural": "Investigación de Clamperl: Haz {{amount_0}} grandes lanzamientos seguidos", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "Investigación de Clamperl: Haz {{amount_0}} buenos lanzamientos seguidos", - "quest_title_quest_febresearchday_land_nice_plural": "Investigación de Clamperl: Haz {{amount_0}} buenos lanzamientos", - "quest_title_quest_febresearchday_visit_pokestops_plural": "Investigación de Clamperl: Da vueltas a {{amount_0}} fotodiscos en Poképaradas", - "quest_title_quest_feed_buddy_multiple": "Alimenta a tu compañero {{amount_0}} veces", - "quest_title_quest_feed_buddy_singular": "Dale alimento a tu compañero", - "quest_title_quest_feed_goldenrazz_plural": "Usa {{amount_0}} Bayas Frambu doradas para ayudarte a capturar Pokémon", - "quest_title_quest_feed_nanab_plural": "Usa {{amount_0}} Bayas Latano mientras capturas Pokémon", - "quest_title_quest_feed_pinaps_plural": "Usa {{amount_0}} Bayas Pinia mientras atrapas Pokémon", - "quest_title_quest_feed_razz_plural": "Usa {{amount_0}} Bayas Frambu para ayudarte a capturar Pokémon", - "quest_title_quest_fennekin_catch_b": "Captura {{amount_0}} Fennekin", - "quest_title_quest_fennekin_evolve_b": "Haz evolucionar {{amount_0}} Fennekin", - "quest_title_quest_fennekin_snapshot_b": "Consigue una instantánea de {{amount_0}} Fennekin", - "quest_title_quest_field_research_plural": "Completa {{amount_0}} tareas de investigación de campo", - "quest_title_quest_field_research_singular": "Completa una tarea de investigación de campo", - "quest_title_quest_fight_type_bug_plural": "Derrota a {{amount_0}} Pokémon de tipo Bicho", - "quest_title_quest_fight_type_dark_plural": "Derrota a {{amount_0}} Pokémon de tipo Siniestro", - "quest_title_quest_fight_type_dark_steel_plural": "Derrota a {{amount_0}} Pokémon de tipo Siniestro o Acero", - "quest_title_quest_fight_type_dragon_plural": "Derrota a {{amount_0}} Pokémon de tipo Dragón", - "quest_title_quest_fight_type_electric_plural": "Derrota a {{amount_0}} Pokémon de tipo Eléctrico", - "quest_title_quest_fight_type_fairy_plural": "Derrota a {{amount_0}} Pokémon de tipo Hada", - "quest_title_quest_fight_type_fighting_plural": "Derrota a {{amount_0}} Pokémon de tipo Lucha", - "quest_title_quest_fight_type_fire_plural": "Derrota a {{amount_0}} Pokémon de tipo Fuego", - "quest_title_quest_fight_type_flying_plural": "Derrota a {{amount_0}} Pokémon de tipo Volador", - "quest_title_quest_fight_type_ghost_fighting_plural": "Derrota a {{amount_0}} Pokémon de tipo Lucha o Fantasma", - "quest_title_quest_fight_type_ghost_plural": "Derrota a {{amount_0}} Pokémon de tipo Fantasma", - "quest_title_quest_fight_type_ghost_psychic_plural": "Derrota a {{amount_0}} Pokémon de tipo Psíquico o Fantasma", - "quest_title_quest_fight_type_grass_plural": "Derrota a {{amount_0}} Pokémon de tipo Planta", - "quest_title_quest_fight_type_ground_plural": "Derrota a {{amount_0}} Pokémon de tipo Tierra", - "quest_title_quest_fight_type_ice_plural": "Derrota a {{amount_0}} Pokémon de tipo Hielo", - "quest_title_quest_fight_type_normal_plural": "Derrota a {{amount_0}} Pokémon de tipo Normal", - "quest_title_quest_fight_type_normal_psychic_plural": "Derrota a {{amount_0}} Pokémon de tipo Normal o Psíquico", - "quest_title_quest_fight_type_poison_plural": "Derrota a {{amount_0}} Pokémon de tipo Veneno", - "quest_title_quest_fight_type_psychic_plural": "Derrota a {{amount_0}} Pokémon de tipo Psíquico", - "quest_title_quest_fight_type_rock_plural": "Derrota a {{amount_0}} Pokémon de tipo Roca", - "quest_title_quest_fight_type_steel_plural": "Derrota a {{amount_0}} Pokémon de tipo Acero", - "quest_title_quest_fight_type_water_plural": "Derrota a {{amount_0}} Pokémon de tipo Agua", - "quest_title_quest_first_catch_of_the_day": "Primera captura del día", - "quest_title_quest_first_pokestop_of_the_day": "Primera Poképarada del día", - "quest_title_quest_flaaffy_evolve_b": "Haz evolucionar {{amount_0}} Flaaffy", - "quest_title_quest_flett_catch_b": "Captura {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_b": "Haz evolucionar {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_s1": "Haz evolucionar {{amount_0}} Fletchinder", - "quest_title_quest_floragato_evolve_b": "Haz evolucionar a Floragato", - "quest_title_quest_fraxure_evolve_b": "Haz evolucionar {{amount_0}} Fraxure", - "quest_title_quest_froakie_catch_b": "Captura {{amount_0}} Froakie", - "quest_title_quest_froakie_evolve_b": "Haz evolucionar {{amount_0}} Froakie", - "quest_title_quest_froakie_snapshot_b": "Consigue una instantánea de {{amount_0}} Froakie", - "quest_title_quest_frogadier_evolve_b": "Haz evolucionar {{amount_0}} Frogadier", - "quest_title_quest_fuecoco_evolve_b": "Haz evolucionar a Fuecoco", - "quest_title_quest_fuse_necrozma": "Fusiona a Necrozma", - "quest_title_quest_gbl_rank": "Alcanza el rango {{amount_0}} en la Liga Combates GO", - "quest_title_quest_gbl_rank_fifteen": "Alcanza el rango 15 en la Liga Combates GO", - "quest_title_quest_gbl_rank_five": "Alcanza el rango 5 en la Liga Combates GO", - "quest_title_quest_gbl_rank_ten": "Alcanza el rango 10 en la Liga Combates GO", - "quest_title_quest_gbl_rank_twenty": "Alcanza el rango 20 en la Liga Combates GO", - "quest_title_quest_get_cell_singular": "Encuentra 1 célula de Zygarde", - "quest_title_quest_giblt_catch_b": "Captura {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_b": "Haz evolucionar {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_s1": "Haz evolucionar {{amount_0}} Gabite", - "quest_title_quest_gift_open_plural": "Abre {{amount_0}} regalos", - "quest_title_quest_gift_open_singular": "Abre un regalo", - "quest_title_quest_go_for_a_spin_00": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (1 de 8)", - "quest_title_quest_go_for_a_spin_01": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (2 de 8)", - "quest_title_quest_go_for_a_spin_02": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (3 de 8)", - "quest_title_quest_go_for_a_spin_03": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (4 de 8)", - "quest_title_quest_go_for_a_spin_04": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (5 de 8)", - "quest_title_quest_go_for_a_spin_05": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (6 de 8)", - "quest_title_quest_go_for_a_spin_06": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (7 de 8)", - "quest_title_quest_go_for_a_spin_07": "Encuentra y da vueltas al fotodisco de la Poképarada de Spinda (8 de 8)", - "quest_title_quest_go_tour_snapshot_habitat_01": "Consigue una instantánea con tu compañero en Arena Abrasadora", - "quest_title_quest_go_tour_snapshot_habitat_02": "Consigue una instantánea con tu compañero en Niebla Misteriosa", - "quest_title_quest_go_tour_snapshot_habitat_03": "Consigue una instantánea con tu compañero en Tierra Frondosa", - "quest_title_quest_go_tour_snapshot_habitat_04": "Consigue una instantánea con tu compañero en Costas Ancestrales", - "quest_title_quest_gold_hoenn_dex": "Consigue 1 insignia de Hoenn dorada", - "quest_title_quest_gold_medal_plural": "Consigue {{amount_0}} insignias doradas", - "quest_title_quest_gold_medal_plural_five": "Consigue 5 insignias doradas", - "quest_title_quest_gold_medal_singular": "Consigue una insignia dorada", - "quest_title_quest_goomy_catch_b": "Captura {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_plural": "Haz evolucionar {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_singular": "Haz evolucionar un Goomy", - "quest_title_quest_grookey_evolve": "Haz evolucionar un Grookey", - "quest_title_quest_grubbin_catch_b": "Captura {{amount_0}} Grubbin", - "quest_title_quest_grubbin_evolve_b": "Haz evolucionar {{amount_0}} Grubbin", - "quest_title_quest_grubbin_snapshot_b": "Consigue una instantánea de {{amount_0}} Grubbin", - "quest_title_quest_gt_catch_b": "Captura {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_b": "Haz evolucionar {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_s1": "Haz evolucionar {{amount_0}} Haunter", - "quest_title_quest_gulpin_catch": "Captura {{amount_0}} Gulpin", - "quest_title_quest_gurdurr_evolve_b": "Haz evolucionar {{amount_0}} Gurdurr", - "quest_title_quest_hallo19_catch_specific_plural": "Captura {{amount_0}} Poochyena o Houndour", - "quest_title_quest_hallo19_catch_type_dark_plural": "Captura {{amount_0}} Pokémon de tipo Siniestro", - "quest_title_quest_hallo19_catch_type_ghost_plural": "Captura {{amount_0}} Pokémon de tipo Fantasma", - "quest_title_quest_hallo19_evolve_plural": "Haz evolucionar {{amount_0}} Duskull o Shuppet", - "quest_title_quest_hallo19_transfer_plural": "Transfiere {{amount_0}} Pokémon", - "quest_title_quest_hatch_egg_plural": "Haz eclosionar {{amount_0}} Huevos", - "quest_title_quest_hatch_egg_routes_plural": "Haz eclosionar {{amount_0}} Huevos mientras caminas por Rutas", - "quest_title_quest_hatch_egg_routes_singular": "Haz eclosionar 1 Huevo mientras caminas por una Ruta", - "quest_title_quest_hatch_egg_singular": "Haz eclosionar 1 Huevo", - "quest_title_quest_hoenn_celebration_research": "Investigación de celebración de Hoenn", - "quest_title_quest_hoenn19_catch_specific_plural": "Celebración de Hoenn: Captura {{amount_0}} Zigzagoon o Taillow", - "quest_title_quest_hoenn19_evolve_specific_plural": "Celebración de Hoenn: Haz evolucionar {{amount_0}} Wurmple", - "quest_title_quest_hoenn19_hatch_eggs": "Celebración de Hoenn: Haz eclosionar {{amount_0}} Huevos", - "quest_title_quest_hoppt_catch_b": "Captura {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_b": "Haz evolucionar {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_s1": "Haz evolucionar {{amount_0}} Skiploom", - "quest_title_quest_incense_or_dai_plural": "Usa {{amount_0}} Inciensos o Inciensos de aventura diarios", - "quest_title_quest_incense_or_dai_singular": "Usa un Incienso o Incienso de aventura diario", - "quest_title_quest_incense_plural": "Usa {{amount_0}} Inciensos", - "quest_title_quest_incense_routes_plural": "Usa {{amount_0}} Inciensos mientras caminas por Rutas", - "quest_title_quest_incense_routes_singular": "Usa 1 Incienso mientras caminas por una Ruta", - "quest_title_quest_incense_singular": "Usa un Incienso", - "quest_title_quest_jan19rsd_buddywalk_singular": "Investigación de Feebas: Consigue 1 Caramelo caminando con tu compañero", - "quest_title_quest_jan19rsd_hatch_egg_singular": "Investigación de Feebas: Haz eclosionar 1 Huevo", - "quest_title_quest_jan19rsd_land_great_plural": "Investigación de Feebas: Acierta {{amount_0}} grandes lanzamientos", - "quest_title_quest_jan19rsd_land_nice_plural": "Investigación de Feebas: Acierta {{amount_0}} buenos lanzamientos", - "quest_title_quest_johtofestival_catch_special17_plural": "Festival de Johto: Captura {{amount_0}} Sunkern", - "quest_title_quest_johtofestival_catch_type_water_plural": "Festival de Johto: Captura {{amount_0}} Pokémon de tipo Agua", - "quest_title_quest_johtofestival_evolve_plural": "Festival de Johto: Haz evolucionar {{amount_0}} Sunkern o Natu", - "quest_title_quest_johtofestival_land_excellent_plural": "Festival de Johto: Haz {{amount_0}} lanzamientos excelentes", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Festival de Johto: Acierta {{amount_0}} grandes lanzamientos de bola curva seguidos", - "quest_title_quest_johtofestival_win_raid_singular": "Festival de Johto: Gana en 1 incursión", - "quest_title_quest_kanto_green_bellsprout": "Tour de GO: Captura Bellsprout", - "quest_title_quest_kanto_green_meowth": "Tour de GO: Captura Meowth", - "quest_title_quest_kanto_green_sandshrew": "Tour de GO: Captura Sandshrew", - "quest_title_quest_kanto_green_vulpix": "Tour de GO: Captura Vulpix para intercambiar", - "quest_title_quest_kanto_hatch_plural": "Tour de GO en Kanto: Eclosiona {{amount_0}} Huevos", - "quest_title_quest_kanto_hatch_singular": "Tour de GO en Kanto: Eclosiona un Huevo", - "quest_title_quest_kanto_npc_plural": "Tour de GO en Kanto: Derrota a {{amount_0}} rivales del Tour de GO", - "quest_title_quest_kanto_npc_singular": "Tour de GO en Kanto: Derrota a un rival del Tour de GO", - "quest_title_quest_kanto_red_ekans": "Tour de GO: Captura Ekans", - "quest_title_quest_kanto_red_growlithe": "Tour de GO: Captura Growlithe", - "quest_title_quest_kanto_red_mankey": "Tour de GO: Captura Mankey", - "quest_title_quest_kanto_red_oddish": "Tour de GO: Captura Oddish", - "quest_title_quest_kecleon_catch": "Captura {{amount_0}} Kecleon", - "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "Haz {{amount_0}} lanzamientos de bola curva con Pokémon de tipo Fantasma", - "quest_title_quest_land_curveball_plural": "Haz {{amount_0}} lanzamientos de bola curva", - "quest_title_quest_land_curveball_singular": "Haz un lanzamiento de bola curva", - "quest_title_quest_land_excellent_curveball_plural": "Haz {{amount_0}} lanzamientos excelentes de bola curva", - "quest_title_quest_land_excellent_curveball_singular": "Haz un lanzamiento excelente de bola curva", - "quest_title_quest_land_excellent_plural": "Haz {{amount_0}} lanzamientos excelentes", - "quest_title_quest_land_excellent_singular": "Haz un lanzamiento excelente", - "quest_title_quest_land_great_curve_inarow_type_ghost": "Haz {{amount_0}} grandes lanzamientos de bola curva seguidos con Pokémon de tipo Fantasma", - "quest_title_quest_land_great_curve_type_ghost": "Haz {{amount_0}} grandes lanzamientos de bola curva con Pokémon de tipo Fantasma", - "quest_title_quest_land_great_curveball_plural": "Acierta {{amount_0}} grandes lanzamientos de bola curva", - "quest_title_quest_land_great_curveball_singular": "Haz un gran lanzamiento de bola curva", - "quest_title_quest_land_great_plural": "Haz {{amount_0}} grandes lanzamientos", - "quest_title_quest_land_great_singular": "Haz un gran lanzamiento", - "quest_title_quest_land_great_type_ghost": "Haz {{amount_0}} grandes lanzamientos con Pokémon de tipo Fantasma", - "quest_title_quest_land_inarow_curveball_plural": "Haz {{amount_0}} lanzamientos de bola curva seguidos", - "quest_title_quest_land_inarow_excellent_curveball_plural": "Haz {{amount_0}} lanzamientos excelentes de bola curva seguidos", - "quest_title_quest_land_inarow_excellent_plural": "Haz {{amount_0}} lanzamientos excelentes seguidos", - "quest_title_quest_land_inarow_great_curveball_plural": "Haz {{amount_0}} grandes lanzamientos de bola curva seguidos", - "quest_title_quest_land_inarow_great_plural": "Haz {{amount_0}} grandes lanzamientos seguidos", - "quest_title_quest_land_inarow_nice_curveball_plural": "Haz {{amount_0}} buenos lanzamientos de bola curva seguidos", - "quest_title_quest_land_inarow_nice_plural": "Haz {{amount_0}} buenos lanzamientos seguidos", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "Haz {{amount_0}} buenos lanzamientos de bola curva seguidos con Pokémon de tipo Fantasma", - "quest_title_quest_land_nice_curve_plural": "Haz {{amount_0}} buenos lanzamientos de bola curva", - "quest_title_quest_land_nice_curve_singular": "Haz un buen lanzamiento de bola curva ", - "quest_title_quest_land_nice_curve_type_ghost": "Haz {{amount_0}} buenos lanzamientos de bola curva con Pokémon de tipo Fantasma", - "quest_title_quest_land_nice_electric_plural": "Captura {{amount_0}} Pokémon de tipo Eléctrico con buenos lanzamientos.", - "quest_title_quest_land_nice_plural": "Haz {{amount_0}} buenos lanzamientos", - "quest_title_quest_land_nice_singular": "Haz un buen lanzamiento", - "quest_title_quest_land_nice_type_ghost": "Haz {{amount_0}} buenos lanzamientos con Pokémon de tipo Fantasma", - "quest_title_quest_larvitar_cdc_evolve_b": "Haz evolucionar {{amount_0}} Larvitar", - "quest_title_quest_larvitar_cdc_snapshot_b": "Consigue una instantánea de {{amount_0}} Larvitar", - "quest_title_quest_latias_wild_snap": "Consigue una instantánea de Latias en estado salvaje", - "quest_title_quest_latios_wild_snap": "Consigue una instantánea de Latios en estado salvaje", - "quest_title_quest_litten_catch_b": "Captura {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_plural": "Haz evolucionar {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_singular": "Haz evolucionar un Litten", - "quest_title_quest_litten_snapshot_b": "Consigue una instantánea de {{amount_0}} Litten", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "Desafía a un Entrenador que se encuentre cerca de ti escaneando su código de combate.", - "quest_title_quest_lucky_plural": "Consigue {{amount_0}} Pokémon con suerte en intercambios", - "quest_title_quest_lucky_singular": "Consigue un Pokémon con suerte en intercambios", - "quest_title_quest_lunar19_friends_trade_plural": "Intercambia {{amount_0}} Pokémon con un amigo", - "quest_title_quest_macht_catch_b": "Captura {{amount_0}} Machop", - "quest_title_quest_macht_evolve_b": "Haz evolucionar {{amount_0}} Machop", - "quest_title_quest_macht_evolve_s1": "Haz evolucionar {{amount_0}} Machoke", - "quest_title_quest_magit_catch_b": "Captura {{amount_0}} Magikarp", - "quest_title_quest_magit_evolve_b": "Haz evolucionar {{amount_0}} Magikarp", - "quest_title_quest_magmt_catch_b": "Captura {{amount_0}} Magmar", - "quest_title_quest_magmt_evolve_b": "Haz evolucionar {{amount_0}} Magmar", - "quest_title_quest_mareep_catch_b": "Captura {{amount_0}} Mareep", - "quest_title_quest_mareep_evolve_b": "Haz evolucionar {{amount_0}} Mareep", - "quest_title_quest_mareep_snapshot_b": "Consigue una instantánea de {{amount_0}} Mareep", - "quest_title_quest_mega_evo_primal_rev_plural": "Activa la Regresión Primigenia o haz megaevolucionar un Pokémon {{amount_0}} veces", - "quest_title_quest_mega_evo_primal_rev_singular": "Activa la Regresión Primigenia o haz megaevolucionar un Pokémon", - "quest_title_quest_mega_evolve_beedrill": "Haz megaevolucionar un Beedrill", - "quest_title_quest_mega_evolve_blastoise": "Haz megaevolucionar 1 Blastoise", - "quest_title_quest_mega_evolve_charizard": "Haz megaevolucionar 1 Charizard", - "quest_title_quest_mega_evolve_diancie": "Haz megaevolucionar a Diancie", - "quest_title_quest_mega_evolve_plural": "Haz megaevolucionar {{amount_0}} Pokémon", - "quest_title_quest_mega_evolve_rayquaza": "Haz megaevolucionar a Rayquaza", - "quest_title_quest_mega_evolve_singular": "Haz megaevolucionar 1 Pokémon", - "quest_title_quest_mega_evolve_venusaur": "Haz megaevolucionar 1 Venusaur", - "quest_title_quest_mega_join_raid_plural": "Participa en {{amount_0}} megaincursiones", - "quest_title_quest_mega_join_raid_singular": "Participa en 1 megaincursión", - "quest_title_quest_mega_win_raid_plural": "Gana en {{amount_0}} megaincursiones", - "quest_title_quest_mega_win_raid_singular": "Gana en 1 megaincursión", - "quest_title_quest_mesprit_wild_snap": "Consigue una instantánea de Mesprit en estado salvaje", - "quest_title_quest_metang_evolve_b_singular": "Haz evolucionar un Metang", - "quest_title_quest_more_reseach_coming_soon": "¡Más investigaciones próximamente!", - "quest_title_quest_mudkt_catch_b": "Captura {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_b": "Haz evolucionar {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_s1": "Haz evolucionar {{amount_0}} Marshtomp", - "quest_title_quest_new_friends_plural": "Haz {{amount_0}} nuevos amigos", - "quest_title_quest_new_friends_singular": "Haz un nuevo amigo", - "quest_title_quest_noibat_catch_b": "Captura {{amount_0}} Noibat", - "quest_title_quest_noibat_evolve_b": "Haz evolucionar {{amount_0}} Noibat", - "quest_title_quest_noibat_snapshot_b": "Consigue una instantánea de {{amount_0}} Noibat", - "quest_title_quest_oshat_catch_b": "Captura {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_b": "Haz evolucionar {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_s1": "Haz evolucionar a Dewott", - "quest_title_quest_party_catch_electric_type_plural": "Captura {{amount_0}} Pokémon de tipo Eléctrico mientras estás en un equipo", - "quest_title_quest_party_catch_electric_type_singular": "Captura un Pokémon de tipo Eléctrico mientras estás en un equipo", - "quest_title_quest_party_catch_fire_type_plural": "Captura {{amount_0}} Pokémon de tipo Fuego mientras estás en un equipo", - "quest_title_quest_party_catch_fire_type_singular": "Captura un Pokémon de tipo Fuego mientras estás en un equipo", - "quest_title_quest_party_catch_normal_type_plural": "Captura {{amount_0}} Pokémon de tipo Normal mientras estás en un equipo", - "quest_title_quest_party_catch_normal_type_singular": "Captura un Pokémon de tipo Normal mientras estás en un equipo", - "quest_title_quest_party_catch_water_type_plural": "Captura {{amount_0}} Pokémon de tipo Agua mientras estás en un equipo", - "quest_title_quest_party_catch_water_type_singular": "Captura un Pokémon de tipo Agua mientras estás en un equipo", - "quest_title_quest_party_challenge_plural": "Completa {{amount_0}} desafíos en equipo", - "quest_title_quest_party_challenge_singular": "Completa un desafío en equipo", - "quest_title_quest_platinum_johto_badge": "Gana la insignia platino de Johto", - "quest_title_quest_platinum_kanto_badge": "Gana la insignia platino de Kanto", - "quest_title_quest_platinum_medal_plural": "Consigue {{amount_0}} insignias de platino", - "quest_title_quest_platinum_medal_plural_five": "Consigue 5 insignias de platino", - "quest_title_quest_platinum_medal_plural_forty": "Consigue 40 insignias de platino", - "quest_title_quest_platinum_medal_plural_ten": "Consigue 10 insignias de platino", - "quest_title_quest_platinum_medal_plural_twenty": "Consigue 20 insignias de platino", - "quest_title_quest_platinum_medal_singular": "Consigue una insignia de platino", - "quest_title_quest_play_buddy_singular": "Juega con tu compañero", - "quest_title_quest_pokemon_appears": "¡Aparece un Pokémon!", - "quest_title_quest_poliwag_catch_b": "Captura {{amount_0}} Poliwag", - "quest_title_quest_poliwag_evolve_b": "Haz evolucionar {{amount_0}} Poliwag", - "quest_title_quest_poliwag_snapshot_b": "Consigue {{amount_0}} instantáneas de Poliwag", - "quest_title_quest_poliwhirl_evolve_b": "Haz evolucionar {{amount_0}} Poliwhirl", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "Captura {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_plural": "Haz evolucionar {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_singular": "Haz evolucionar un Popplio", - "quest_title_quest_porygon_catch_b": "Captura {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_plural": "Haz evolucionar {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_singular": "Haz evolucionar un Porygon", - "quest_title_quest_porygon_snapshot_b": "Consigue una instantánea de {{amount_0}} Porygon", - "quest_title_quest_porygon2_evolve_b_plural": "Haz evolucionar {{amount_0}} Porygon2", - "quest_title_quest_porygon2_evolve_b_singular": "Haz evolucionar un Porygon2", - "quest_title_quest_poryt_catch_b": "Captura {{amount_0}} Porygon", - "quest_title_quest_poryt_catch_s1": "Captura {{amount_0}} Porygon2", - "quest_title_quest_poryt_evolve_b": "Haz evolucionar {{amount_0}} Porygon", - "quest_title_quest_poryt_evolve_s1": "Haz evolucionar {{amount_0}} Porygon2", - "quest_title_quest_power_up_dragon_plural": "Da más poder a Pokémon de tipo Dragón {{amount_0}} veces", - "quest_title_quest_power_up_fire_ice": "Da más poder a Pokémon de tipo Fuego o de tipo Hielo 5 veces", - "quest_title_quest_power_up_grass_ghost": "Da más poder a Pokémon de tipo Planta o de tipo Fantasma 5 veces", - "quest_title_quest_power_up_legendary_plural": "Da más poder a Pokémon legendarios o singulares {{amount_0}} veces", - "quest_title_quest_power_up_legendary_singular": "Da más poder a un Pokémon legendario o singular", - "quest_title_quest_power_up_max_plural": "Da más poder a {{amount_0}} Pokémon hasta que alcancen sus PC máximos", - "quest_title_quest_power_up_max_singular": "Da más poder a un Pokémon hasta que alcance sus PC máximos", - "quest_title_quest_power_up_plural": "Da más poder a un Pokémon {{amount_0}} veces", - "quest_title_quest_power_up_plural_bug": "Da más poder a Pokémon de tipo Bicho {{amount_0}} veces", - "quest_title_quest_power_up_plural_dark": "Da más poder a {{amount_0}} Pokémon de tipo Siniestro", - "quest_title_quest_power_up_plural_dragon": "Da más poder a Pokémon de tipo Dragón {{amount_0}} veces", - "quest_title_quest_power_up_plural_electric": "Da más poder a Pokémon de tipo Eléctrico {{amount_0}} veces", - "quest_title_quest_power_up_plural_fairy": "Da más poder a Pokémon de tipo Hada {{amount_0}} veces", - "quest_title_quest_power_up_plural_fighting": "Da más poder a Pokémon de tipo Lucha {{amount_0}} veces", - "quest_title_quest_power_up_plural_fire": "Da más poder a Pokémon de tipo Fuego {{amount_0}} veces", - "quest_title_quest_power_up_plural_flying": "Da más poder a Pokémon de tipo Volador {{amount_0}} veces", - "quest_title_quest_power_up_plural_ghost": "Da más poder a Pokémon de tipo Fantasma {{amount_0}} veces", - "quest_title_quest_power_up_plural_grass": "Da más poder a Pokémon de tipo Planta {{amount_0}} veces", - "quest_title_quest_power_up_plural_ground": "Da más poder a Pokémon de tipo Tierra {{amount_0}} veces", - "quest_title_quest_power_up_plural_ice": "Da más poder a Pokémon de tipo Hielo {{amount_0}} veces", - "quest_title_quest_power_up_plural_normal": "Da más poder a Pokémon de tipo Normal {{amount_0}} veces", - "quest_title_quest_power_up_plural_poison": "Da más poder a Pokémon de tipo Veneno {{amount_0}} veces", - "quest_title_quest_power_up_plural_psychic": "Da más poder a Pokémon de tipo Psíquico {{amount_0}} veces", - "quest_title_quest_power_up_plural_rock": "Da más poder a Pokémon de tipo Roca {{amount_0}} veces", - "quest_title_quest_power_up_plural_rock_fairy": "Da más poder a Pokémon de tipo Roca o de tipo Hada {{amount_0}} veces", - "quest_title_quest_power_up_plural_steel": "Da más poder a {{amount_0}} Pokémon de tipo Acero", - "quest_title_quest_power_up_plural_water": "Da más poder a Pokémon de tipo Agua {{amount_0}} veces", - "quest_title_quest_power_up_poison_rock": "Da más poder a Pokémon de tipo Veneno o de tipo Roca 5 veces", - "quest_title_quest_power_up_singular": "Da más poder a un Pokémon 1 vez", - "quest_title_quest_power_up_singular_marshadow": "Da más poder a Marshadow", - "quest_title_quest_power_up_water_normal": "Da más poder a Pokémon de tipo Normal o de tipo Agua 5 veces", - "quest_title_quest_primal_raid_victory_groudon": "Gana una incursión de Groudon Primigenio", - "quest_title_quest_primal_raid_victory_kyogre": "Gana una incursión de Kyogre Primigenio", - "quest_title_quest_primal_raid_victory_plural": "Gana en {{amount_0}} incursiones primigenias", - "quest_title_quest_primal_raid_victory_singular": "Gana una incursión primigenia", - "quest_title_quest_primal_reversion_plural": "Haz que un Pokémon pase por la Regresión Primigenia {{amount_0}} veces", - "quest_title_quest_primal_reversion_singular": "Haz que un Pokémon pase por la Regresión Primigenia", - "quest_title_quest_primal_surge_candy": "Oleada primigenia: Consigue 1 Caramelo caminando con tu compañero", - "quest_title_quest_primal_surge_catch": "Oleada primigenia: Captura 10 Pokémon", - "quest_title_quest_primal_surge_hatch": "Oleada primigenia: Haz eclosionar 1 Huevo", - "quest_title_quest_primal_surge_power_ground": "Oleada primigenia: Da más poder a Pokémon de tipo Tierra 5 veces", - "quest_title_quest_primal_surge_power_water": "Oleada primigenia: Da más poder a Pokémon de tipo Agua 5 veces", - "quest_title_quest_primal_surge_raid": "Oleada primigenia: Gana en 1 incursión", - "quest_title_quest_psychicspec_catch_abra_plural": "Captura {{amount_0}} Abra o Drowzee", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "Captura {{amount_0}} Pokémon de tipo Psíquico", - "quest_title_quest_psychicspec_evolve_plural": "Haz evolucionar {{amount_0}} Exeggcute o Slowpoke", - "quest_title_quest_quaxly_evolve_b": "Haz evolucionar a Quaxly", - "quest_title_quest_quaxwell_evolve_b": "Haz evolucionar a Quaxwell", - "quest_title_quest_quilava_evolve_b_plural": "Haz evolucionar {{amount_0}} Quilava", - "quest_title_quest_quilava_evolve_b_singular": "Haz evolucionar a un Quilava", - "quest_title_quest_quilladin_evolve_b": "Haz evolucionar {{amount_0}} Quilladin", - "quest_title_quest_raboot_evolve": "Haz evolucionar un Raboot", - "quest_title_quest_raid_friend_singular": "Haz una incursión con una de tus amistades", - "quest_title_quest_raid_t5_win": "Gana una incursión de nivel 5", - "quest_title_quest_raid_with_buddy_plural": "Combate en {{amount_0}} incursiones con tu compañero", - "quest_title_quest_raid_with_buddy_singular": "Combate en una incursión con tu compañero", - "quest_title_quest_reach_hoenn_gold": "Consigue 1 insignia de Hoenn dorada", - "quest_title_quest_reach_johto_gold": "Consigue 1 insignia de Johto dorada", - "quest_title_quest_reach_kanto_gold": "Consigue 1 insignia de Kanto dorada", - "quest_title_quest_reach_kanto_silver": "Consigue 1 insignia de Kanto plateada", - "quest_title_quest_reach_level": "Alcanza el nivel {{amount_0}}", - "quest_title_quest_referral_initial_milestone": "Has iniciado sesión en Pokémon GO", - "quest_title_quest_remove_bonus_challenge_desc": "Recibirás otra mañana.", - "quest_title_quest_reward_desc_1": "¡Colecciona sellos para desbloquear logros de investigación del Profesor Willow!", - "quest_title_quest_reward_desc_2": "Se consigue con:", - "quest_title_quest_reward_desc_3_plural": "¡{{amount_0}} sellos más!", - "quest_title_quest_reward_desc_3_singular": "¡{{amount_0}} sello más!", - "quest_title_quest_reward_encounter_later": "Más tarde", - "quest_title_quest_reward_encounter_uses_ar": "Se necesita usar RA para capturar a este Pokémon.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "¡Ha aparecido un Pokémon misterioso!", - "quest_title_quest_reward_start_encounter": "Comenzar encuentro", - "quest_title_quest_rocket_battle_plural": "Combate contra {{amount_0}} Reclutas del Team GO Rocket", - "quest_title_quest_rocket_battle_win_plural": "Derrota a {{amount_0}} Reclutas del Team GO Rocket", - "quest_title_quest_rocket_battle_win_singular": "Derrota a 1 Recluta del Team GO Rocket", - "quest_title_quest_rocket_catch_shadow_singular": "Captura un Pokémon oscuro", - "quest_title_quest_rocket_evolve_plural": "Haz evolucionar {{amount_0}} Pokémon", - "quest_title_quest_rocket_leader_battle_win_singular": "Derrota a un líder del Team GO Rocket", - "quest_title_quest_rocket_power_up_plural": "Da más poder a un Pokémon {{amount_0}} veces", - "quest_title_quest_rocket_purify_dark_plural": "Purifica {{amount_0}} Pokémon oscuros de tipo Siniestro", - "quest_title_quest_rocket_purify_fire_plural": "Purifica {{amount_0}} Pokémon oscuros de tipo Fuego", - "quest_title_quest_rocket_purify_plural": "Purifica {{amount_0}} Pokémon oscuros", - "quest_title_quest_rocket_purify_type_singular": "Purifica un Pokémon oscuro de tipo Fuego, Agua o Planta", - "quest_title_quest_rocket_rescue_shadow_plural": "Rescata {{amount_0}} Pokémon oscuros", - "quest_title_quest_rocket_shadow_plural": "Captura {{amount_0}} Pokémon oscuros", - "quest_title_quest_rockethq1_arlo_win": "Derrota al líder del Team GO Rocket Arlo", - "quest_title_quest_rockethq1_arlo_win_plural": "Derrota al líder del Team GO Rocket Arlo {{amount_0}} veces", - "quest_title_quest_rockethq1_battle_boss": "Combate contra el jefe del Team GO Rocket", - "quest_title_quest_rockethq1_catch_legendary_shadow": "Captura un Pokémon legendario oscuro", - "quest_title_quest_rockethq1_catch_shadow1": "Captura {{amount_0}} Pokémon oscuros", - "quest_title_quest_rockethq1_cliff_win": "Derrota al líder del Team GO Rocket Cliff", - "quest_title_quest_rockethq1_cliff_win_plural": "Derrota al líder del Team GO Rocket Cliff {{amount_0}} veces", - "quest_title_quest_rockethq1_defeat_boss": "Derrota al jefe del Team GO Rocket", - "quest_title_quest_rockethq1_find_boss": "Encuentra al jefe del Team GO Rocket", - "quest_title_quest_rockethq1_grunt_win1": "Derrota a {{amount_0}} Reclutas del Team GO Rocket", - "quest_title_quest_rockethq1_grunt_win2": "Derrota a {{amount_0}} Reclutas del Team GO Rocket", - "quest_title_quest_rockethq1_leader_win_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces", - "quest_title_quest_rockethq1_leaders_win_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces", - "quest_title_quest_rockethq1_purify": "Purifica {{amount_0}} Pokémon oscuros", - "quest_title_quest_rockethq1_raid_win": "Gana en {{amount_0}} incursiones", - "quest_title_quest_rockethq1_sierra_win": "Derrota a la líder del Team GO Rocket Sierra", - "quest_title_quest_rockethq1_sierra_win_plural": "Derrota a la líder del Team GO Rocket Sierra {{amount_0}} veces", - "quest_title_quest_rockethq1_spin": "Da vueltas a {{amount_0}} fotodiscos en Poképaradas", - "quest_title_quest_rockethq1_spin_row": "Da vueltas a fotodiscos en Poképaradas {{amount_0}} días seguidos", - "quest_title_quest_rockethq1_supereffective": "Usa {{amount_0}} ataques cargados supereficaces en combates de Gimnasio", - "quest_title_quest_rockethq1_trainerbattle_win": "Gana {{amount_0}} combates de Entrenador de Liga Super Ball contra otro Entrenador", - "quest_title_quest_roggenrola_catch_b": "Captura {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_evolve_b": "Haz evolucionar {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_snapshot_b": "Consigue {{amount_0}} instantáneas de Roggenrola", - "quest_title_quest_roset_catch_b": "Captura {{amount_0}} Roselia", - "quest_title_quest_roset_evolve_b": "Haz evolucionar {{amount_0}} Roselia", - "quest_title_quest_rowlet_catch_b": "Captura {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_plural": "Haz evolucionar {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_singular": "Haz evolucionar {{amount_0}} Rowlet", - "quest_title_quest_rowlet_snapshot_b": "Consigue una instantánea de {{amount_0}} Rowlet", - "quest_title_quest_sandt_catch_b": "Captura {{amount_0}} Sandshrew", - "quest_title_quest_sandt_evolve_b": "Haz evolucionar {{amount_0}} Sandshrew", - "quest_title_quest_scorbunny_evolve": "Haz evolucionar un Scorbunny", - "quest_title_quest_send_gifts_daily_row": "Envía regalos {{amount_0}} días seguidos", - "quest_title_quest_send_gifts_plural": "Envía {{amount_0}} regalos a amigos", - "quest_title_quest_send_gifts_singular": "Envía un regalo a un amigo", - "quest_title_quest_send_gifts_sticker_plural": "Envía {{amount_0}} regalos y añade una pegatina a cada uno", - "quest_title_quest_send_gifts_sticker_singular": "Envía un regalo con una pegatina", - "quest_title_quest_shelgon_evolve_b_plural": "Haz evolucionar {{amount_0}} Shelgon", - "quest_title_quest_shelgon_evolve_b_singular": "Haz evolucionar un Shelgon", - "quest_title_quest_shint_catch_b": "Captura {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_b": "Haz evolucionar {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_s1": "Haz evolucionar {{amount_0}} Luxio", - "quest_title_quest_sinnoh_evolve_plural": "Haz evolucionar {{amount_0}} Pokémon a especies originalmente descubiertas en la región de Sinnoh", - "quest_title_quest_sinnoh_evolve_stone_plural": "Usa una Piedra Sinnoh para hacer evolucionar {{amount_0}} Pokémon", - "quest_title_quest_sinnoh_medal_gold": "Consigue 1 insignia de Sinnoh dorada", - "quest_title_quest_sliggoo_evolve_b_plural": "Haz evolucionar {{amount_0}} Sliggoo", - "quest_title_quest_sliggoo_evolve_b_singular": "Haz evolucionar un Sliggoo", - "quest_title_quest_slowpoke_catch_b": "Captura {{amount_0}} Slowpoke o Slowpoke de Galar", - "quest_title_quest_slowpoke_evolve_b": "Haz evolucionar {{amount_0}} Slowpoke o Slowpoke de Galar", - "quest_title_quest_slowpoke_snapshot_b": "Consigue una instantánea de {{amount_0}} Slowpoke o Slowpoke de Galar", - "quest_title_quest_snapshot_ar_photo_safari": "Toma una instantánea con tu compañero en la carpa de Pokémon GO", - "quest_title_quest_snapshot_bali": "Consigue una instantánea en Bali", - "quest_title_quest_snapshot_buddy": "Consigue una instantánea con tu compañero", - "quest_title_quest_snapshot_bulbasaur": "Consigue una instantánea de Bulbasaur", - "quest_title_quest_snapshot_charmander": "Consigue una instantánea de Charmander", - "quest_title_quest_snapshot_chikorita": "Consigue una instantánea de tu Chikorita", - "quest_title_quest_snapshot_cyndaquil": "Consigue una instantánea de tu Cyndaquil", - "quest_title_quest_snapshot_genesect": "Consigue {{amount_0}} instantáneas de Genesect", - "quest_title_quest_snapshot_hariyama": "Consigue una instantánea de tu Hariyama", - "quest_title_quest_snapshot_hoopa_singular": "Consigue 1 instantánea de Hoopa", - "quest_title_quest_snapshot_jeju": "Consigue una instantánea en la Isla de Jeju", - "quest_title_quest_snapshot_keldeo": "Consigue {{amount_0}} instantáneas de Keldeo", - "quest_title_quest_snapshot_landorus": "Consigue una instantánea de Landorus", - "quest_title_quest_snapshot_machamp": "Consigue una instantánea de tu Machamp", - "quest_title_quest_snapshot_okinawa": "Consigue una instantánea en Okinawa", - "quest_title_quest_snapshot_poison_grass_singular": "Consigue una instantánea de un Pokémon de tipo Veneno en estado salvaje", - "quest_title_quest_snapshot_regi_ice": "Consigue una instantánea de Regice", - "quest_title_quest_snapshot_regi_rock": "Consigue una instantánea de Regirock", - "quest_title_quest_snapshot_regi_steel": "Consigue una instantánea de Registeel", - "quest_title_quest_snapshot_scrafty": "Consigue una instantánea de tu Scrafty", - "quest_title_quest_snapshot_singular": "Consigue una instantánea", - "quest_title_quest_snapshot_storage_bug_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Bicho diferentes que hayas capturado", - "quest_title_quest_snapshot_storage_steel_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Acero diferentes que hayas capturado", - "quest_title_quest_snapshot_storage_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon salvajes diferentes", - "quest_title_quest_snapshot_surabaya": "Consigue una instantánea en Surabaya", - "quest_title_quest_snapshot_thundurus": "Consigue 1 instantánea de Thundurus", - "quest_title_quest_snapshot_tornadus": "Consigue 1 instantánea de Tornadus", - "quest_title_quest_snapshot_totodile": "Consigue una instantánea de tu Totodile", - "quest_title_quest_snapshot_unique_fire_pokemon": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Fuego diferentes", - "quest_title_quest_snapshot_unique_pokemon": "Consigue instantáneas de {{amount_0}} Pokémon diferentes", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Consigue una instantánea de Shinx, Blitzle o Furfrou en estado salvaje", - "quest_title_quest_snapshot_wild_bug_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Bicho en estado salvaje", - "quest_title_quest_snapshot_wild_bug_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Bicho salvajes diferentes", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Consigue una instantánea de Butterfree, Shinx o Blitzle en estado salvaje", - "quest_title_quest_snapshot_wild_dark_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Siniestro en estado salvaje", - "quest_title_quest_snapshot_wild_dark_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Siniestro salvajes diferentes", - "quest_title_quest_snapshot_wild_dragon_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Dragón en estado salvaje", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Dragón salvajes diferentes", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Consigue una instantánea de Chinchou, Finneon o Ducklett en estado salvaje", - "quest_title_quest_snapshot_wild_eevee": "Consigue una instantánea de Eevee en estado salvaje", - "quest_title_quest_snapshot_wild_electric_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Eléctrico en estado salvaje", - "quest_title_quest_snapshot_wild_electric_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Eléctrico salvajes diferentes", - "quest_title_quest_snapshot_wild_entei": "Consigue una instantánea de Entei en estado salvaje", - "quest_title_quest_snapshot_wild_fairy_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Hada en estado salvaje", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Hada salvajes diferentes", - "quest_title_quest_snapshot_wild_fighting_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Lucha en estado salvaje", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Lucha salvajes diferentes", - "quest_title_quest_snapshot_wild_fire_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Fuego en estado salvaje", - "quest_title_quest_snapshot_wild_fire_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Fuego salvajes diferentes", - "quest_title_quest_snapshot_wild_flying_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Volador en estado salvaje", - "quest_title_quest_snapshot_wild_flying_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Volador salvajes diferentes", - "quest_title_quest_snapshot_wild_frillish_absol": "Consigue una instantánea de Absol o Frillish en estado salvaje", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Consigue una instantánea de Sandshrew, Geodude o Cacnea en estado salvaje", - "quest_title_quest_snapshot_wild_ghost_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Fantasma en estado salvaje", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Fantasma salvajes diferentes", - "quest_title_quest_snapshot_wild_grass_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Planta en estado salvaje", - "quest_title_quest_snapshot_wild_grass_singular": "Consigue una instantánea de un Pokémon de tipo Planta en estado salvaje", - "quest_title_quest_snapshot_wild_grass_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Planta salvajes diferentes", - "quest_title_quest_snapshot_wild_ground_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Tierra en estado salvaje", - "quest_title_quest_snapshot_wild_ground_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Tierra salvajes diferentes", - "quest_title_quest_snapshot_wild_hoothoot": "Consigue una instantánea de Hoothoot en estado salvaje", - "quest_title_quest_snapshot_wild_ice_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Hielo en estado salvaje", - "quest_title_quest_snapshot_wild_ice_singular": "Consigue una instantánea de un Pokémon de Tipo Hielo en estado salvaje", - "quest_title_quest_snapshot_wild_ice_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Hielo salvajes diferentes", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Consigue una instantánea de Metapod, Aipom o Lotad en estado salvaje", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Consigue una instantánea de Chinchou, Luvdisc o Finneon en estado salvaje", - "quest_title_quest_snapshot_wild_mareanie_singluar": "Consigue una instantánea de Mareanie en estado salvaje", - "quest_title_quest_snapshot_wild_normal_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Normal en estado salvaje", - "quest_title_quest_snapshot_wild_normal_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Normal salvajes diferentes", - "quest_title_quest_snapshot_wild_plural": "Consigue {{amount_0}} instantáneas de Pokémon en estado salvaje", - "quest_title_quest_snapshot_wild_poison_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Veneno en estado salvaje", - "quest_title_quest_snapshot_wild_poison_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Veneno salvajes diferentes", - "quest_title_quest_snapshot_wild_psychic_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Psíquico en estado salvaje", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Psíquico salvajes diferentes", - "quest_title_quest_snapshot_wild_raikou": "Consigue una instantánea de Raikou en estado salvaje", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon diferentes de tipo Tierra, Roca o Hada en estado salvaje", - "quest_title_quest_snapshot_wild_rock_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Roca en estado salvaje", - "quest_title_quest_snapshot_wild_rock_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Roca salvajes diferentes", - "quest_title_quest_snapshot_wild_singular": "Consigue una instantánea de un Pokémon en estado salvaje", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Consigue una instantánea de Dodrio, Mantine o Skarmory en estado salvaje", - "quest_title_quest_snapshot_wild_skitty_kirlia": "Consigue una instantánea de Kirlia o Skitty en estado salvaje", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Consigue una instantánea de Sneasel, Croagunk o Frillish en estado salvaje", - "quest_title_quest_snapshot_wild_steel_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Acero en estado salvaje", - "quest_title_quest_snapshot_wild_steel_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Acero salvajes diferentes", - "quest_title_quest_snapshot_wild_suicune": "Consigue una instantánea de Suicune en estado salvaje", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Consigue una instantánea de Sandshrew, Trapinch o Cacnea en estado salvaje", - "quest_title_quest_snapshot_wild_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon salvajes diferentes", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon diferentes de tipo Fuego, Agua o Planta en estado salvaje", - "quest_title_quest_snapshot_wild_water_plural": "Consigue {{amount_0}} instantáneas de Pokémon de tipo Agua en estado salvaje", - "quest_title_quest_snapshot_wild_water_singular": "Consigue una instantánea de un Pokémon salvaje de tipo Agua", - "quest_title_quest_snapshot_wild_water_unique_plural": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Agua salvajes diferentes", - "quest_title_quest_snapshot_yogyakarta": "Consigue una instantánea en Yogyakarta", - "quest_title_quest_snapshots_inarow_plural": "Toma una instantánea de un Pokémon {{amount_0}} días seguidos", - "quest_title_quest_snapshots_plural": "Consigue {{amount_0}} instantáneas", - "quest_title_quest_snapshots_your_plural": "Consigue {{amount_0}} instantáneas de tus Pokémon", - "quest_title_quest_snapshots_your_singular": "Consigue una instantánea de uno de tus Pokémon", - "quest_title_quest_snivt_catch_b": "Captura {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_b": "Haz evolucionar {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_s1": "Haz evolucionar {{amount_0}} Servine", - "quest_title_quest_sobble_evolve": "Haz evolucionar un Sobble", - "quest_title_quest_sphet_catch_b": "Captura {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_b": "Haz evolucionar {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_s1": "Haz evolucionar {{amount_0}} Sealeo", - "quest_title_quest_spin_151": "Da vueltas a 151 fotodiscos en Poképaradas o Gimnasios", - "quest_title_quest_spin_daysinarow": "Visita Poképaradas {{amount_0}} días seguidos", - "quest_title_quest_spin_go_tour_habitat_01": "Da vueltas a fotodiscos en {{amount_0}} Poképaradas o Gimnasios en el hábitat Metrópolis Costera", - "quest_title_quest_spin_go_tour_habitat_02": "Da vueltas a fotodiscos en {{amount_0}} Poképaradas o Gimnasios en el hábitat Ruinas Laberínticas", - "quest_title_quest_spin_go_tour_habitat_03": "Da vueltas a fotodiscos en {{amount_0}} Poképaradas o Gimnasios en el hábitat Ciénaga Burbujeante", - "quest_title_quest_spin_go_tour_habitat_04": "Da vueltas a fotodiscos en {{amount_0}} Poképaradas o Gimnasios en el hábitat Manantial de Montaña", - "quest_title_quest_spin_go_tour_spiritomb_plural": "Da vueltas a fotodiscos en {{amount_0}} Poképaradas Spiritomb diferentes", - "quest_title_quest_spin_go_tour_spiritomb_singular": "Da vueltas a un fotodisco en una Poképarada Spiritomb", - "quest_title_quest_spin_mexico_plural": "Da vueltas a {{amount_0}} fotodiscos en Poképaradas en México", - "quest_title_quest_spin_mexico_singular": "Da vueltas al fotodisco en una Poképarada en México", - "quest_title_quest_spin_pokestop_days": "Visita Poképaradas en {{amount_0}} días diferentes", - "quest_title_quest_spin_ultra_wormhole_gym": "Da vueltas al fotodisco del Gimnasio marcado como ”Ultraumbral”", - "quest_title_quest_spin_wcs_2024": "Da vueltas a fotodiscos en 10 Poképaradas o Gimnasios en el Hawaiʻi Convention Center", - "quest_title_quest_sprigatito_evolve_b": "Haz evolucionar a Sprigatito", - "quest_title_quest_squirtle_catch_b": "Captura {{amount_0}} Squirtle", - "quest_title_quest_squirtle_evolve_b": "Haz evolucionar {{amount_0}} Squirtle", - "quest_title_quest_squirtle_snapshot_b": "Consigue {{amount_0}} instantáneas de Squirtle", - "quest_title_quest_st_catch_s": "Captura 15 Seedot", - "quest_title_quest_st_evolve_n": "Haz evolucionar un Nuzleaf", - "quest_title_quest_st_evolve_s": "Haz evolucionar 3 Seedot", - "quest_title_quest_stardust_plural": "Consigue {{amount_0}} Polvos Estelares", - "quest_title_quest_starly_catch_b": "Captura {{amount_0}} Starly", - "quest_title_quest_starly_evolve_b": "Haz evolucionar {{amount_0}} Starly", - "quest_title_quest_starly_snapshot_b": "Consigue {{amount_0}} instantáneas de Starly", - "quest_title_quest_start_battle": "¡COMIENZA EL COMBATE!", - "quest_title_quest_steenee_evolve_b_plural": "Haz evolucionar {{amount_0}} Steenee", - "quest_title_quest_steenee_evolve_b_singular": "Haz evolucionar un Steenee", - "quest_title_quest_streak_format": "Días seguidos: ¡{{amount_0}}!", - "quest_title_quest_stuff_catch_b": "Captura {{amount_0}} Stufful", - "quest_title_quest_stuff_evolve_b": "Haz evolucionar {{amount_0}} Stufful", - "quest_title_quest_stuff_snapshot_b": "Toma {{amount_0}} instantáneas de Stufful en estado salvaje", - "quest_title_quest_supereffective_charge_party_plural": "Usa {{amount_0}} ataques cargados supereficaces mientras estás en un equipo", - "quest_title_quest_supereffective_charge_party_singular": "Usa un ataque cargado supereficaz mientras estás en un equipo", - "quest_title_quest_supereffective_charge_plural": "Usa {{amount_0}} ataques cargados supereficaces", - "quest_title_quest_supereffective_charge_singular": "Usa un ataque cargado supereficaz", - "quest_title_quest_surskit_catch": "Captura {{amount_0}} Surskit", - "quest_title_quest_swabt_catch_b": "Captura {{amount_0}} Swablu", - "quest_title_quest_swabt_evolve_b": "Haz evolucionar {{amount_0}} Swablu", - "quest_title_quest_swinub_cdc_evolve_b": "Haz evolucionar {{amount_0}} Swinub", - "quest_title_quest_swinub_cdc_snapshot_b": "Consigue una instantánea de {{amount_0}} Swinub", - "quest_title_quest_teddiursa_catch_b": "Captura {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_evolve_b": "Haz evolucionar {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_snapshot_b": "Consigue una instantánea de {{amount_0}} Teddiursa", - "quest_title_quest_template.display.branches#0.button_text_key": "¡Incursiones, Gimnasios y Reclutas!", - "quest_title_quest_template.display.branches#0.description_key": "Al elegir esta opción, tu desafío será completar tareas relacionadas con los combates en Gimnasios, incursiones y frente a miembros del Team GO Rocket, y ganarás recompensas como encuentros con Charizard y mucho más.", - "quest_title_quest_template.display.branches#1.button_text_key": "¡Liga Combates GO!", - "quest_title_quest_template.display.branches#1.description_key": "Al elegir esta opción, tu desafío será completar tareas relacionadas con combatir y ganar a otros Entrenadores, y ganarás recompensas como encuentros con Charizard y mucho más.", - "quest_title_quest_tepit_catch_b": "Captura {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_b": "Haz evolucionar {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_s1": "Haz evolucionar {{amount_0}} Pignite", - "quest_title_quest_thwackey_evolve": "Haz evolucionar un Thwackey", - "quest_title_quest_timburr_catch_b": "Captura {{amount_0}} Timburr", - "quest_title_quest_timburr_evolve_b": "Haz evolucionar {{amount_0}} Timburr", - "quest_title_quest_timburr_snapshot_b": "Consigue una instantánea de {{amount_0}} Timburr", - "quest_title_quest_time_remaining_day_plural": "Quedan {{amount_0}} días para completar esta investigación especial", - "quest_title_quest_time_remaining_day_singular": "Queda {{amount_0}} día para completar esta investigación especial", - "quest_title_quest_togetic_catch_b": "Captura {{amount_0}} Togetic", - "quest_title_quest_togetic_evolve_b": "Haz evolucionar {{amount_0}} Togetic", - "quest_title_quest_togetic_snapshot_b": "Consigue una instantánea de {{amount_0}} Togetic", - "quest_title_quest_torracat_evolve_b_plural": "Haz evolucionar {{amount_0}} Torracat", - "quest_title_quest_torracat_evolve_b_singular": "Haz evolucionar un Torracat", - "quest_title_quest_trade_50km_plural": "Haz {{amount_0}} intercambios de Pokémon capturados a una distancia de al menos 50 km entre ambos", - "quest_title_quest_trade_100km_plural": "Haz {{amount_0}} intercambios de Pokémon capturados a una distancia de al menos 100 km entre ambos", - "quest_title_quest_trade_200km_plural": "Haz {{amount_0}} intercambios de Pokémon capturados a una distancia de al menos 200 km entre ambos", - "quest_title_quest_trade_300km_plural": "Haz {{amount_0}} intercambios de Pokémon capturados a una distancia de al menos 300 km entre ambos", - "quest_title_quest_trade_400km_plural": "Haz {{amount_0}} intercambios de Pokémon capturados a una distancia de al menos 400 km entre ambos", - "quest_title_quest_trade_500km_plural": "Haz {{amount_0}} intercambios de Pokémon capturados a una distancia de al menos 500 km entre ambos", - "quest_title_quest_trade_500km_singular": "Haz un intercambio de Pokémon capturados a una distancia de al menos 500 km entre ambos", - "quest_title_quest_trade_pikachu_plural": "Intercambia {{amount_0}} Pikachu", - "quest_title_quest_trade_plural": "Intercambia Pokémon {{amount_0}} veces", - "quest_title_quest_trade_singular": "Intercambia 1 Pokémon", - "quest_title_quest_transfer_pidgey_plural": "Transfiere {{amount_0}} Pidgey", - "quest_title_quest_transfer_pokemon_plural": "Transfiere {{amount_0}} Pokémon", - "quest_title_quest_transfer_pokemon_singular": "Transfiere un Pokémon", - "quest_title_quest_transfer_rock_or_poison_plural": "Transfiere {{amount_0}} Pokémon de tipo Roca o de tipo Veneno", - "quest_title_quest_transfer_rock_poison": "Transfiere {{amount_0}} Pokémon de tipo Roca o de tipo Veneno", - "quest_title_quest_transfer_type_bug_plural": "Transfiere {{amount_0}} Pokémon de tipo Bicho", - "quest_title_quest_transfer_type_dark_plural": "Transfiere {{amount_0}} Pokémon de tipo Siniestro", - "quest_title_quest_transfer_type_dragon_plural": "Transfiere {{amount_0}} Pokémon de tipo Dragón", - "quest_title_quest_transfer_type_electric_plural": "Transfiere {{amount_0}} Pokémon de tipo Eléctrico", - "quest_title_quest_transfer_type_fairy_plural": "Transfiere {{amount_0}} Pokémon de tipo Hada", - "quest_title_quest_transfer_type_fighting_plural": "Transfiere {{amount_0}} Pokémon de tipo Lucha", - "quest_title_quest_transfer_type_fire_plural": "Transfiere {{amount_0}} Pokémon de tipo Fuego", - "quest_title_quest_transfer_type_flying_plural": "Transfiere {{amount_0}} Pokémon de tipo Volador", - "quest_title_quest_transfer_type_ghost_plural": "Transfiere {{amount_0}} Pokémon de tipo Fantasma", - "quest_title_quest_transfer_type_grass_plural": "Transfiere {{amount_0}} Pokémon de tipo Planta", - "quest_title_quest_transfer_type_ground_plural": "Transfiere {{amount_0}} Pokémon de tipo Tierra", - "quest_title_quest_transfer_type_ice_plural": "Transfiere {{amount_0}} Pokémon de tipo Hielo", - "quest_title_quest_transfer_type_normal_plural": "Transfiere {{amount_0}} Pokémon de tipo Normal", - "quest_title_quest_transfer_type_poison_plural": "Transfiere {{amount_0}} Pokémon de tipo Veneno", - "quest_title_quest_transfer_type_psychic_plural": "Transfiere {{amount_0}} Pokémon de tipo Psíquico", - "quest_title_quest_transfer_type_rock_plural": "Transfiere {{amount_0}} Pokémon de tipo Roca", - "quest_title_quest_transfer_type_steel_plural": "Transfiere {{amount_0}} Pokémon de tipo Acero", - "quest_title_quest_transfer_type_water_plural": "Transfiere {{amount_0}} Pokémon de tipo Agua", - "quest_title_quest_travel_routes_km_plural": "Camina {{amount_0}} km mientras recorres Rutas", - "quest_title_quest_travel_routes_meters_plural": "Camina {{amount_0}} m mientras recorres Rutas", - "quest_title_quest_tynamo_catch_b": "Captura {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_plural": "Haz evolucionar {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_singular": "Haz evolucionar un Tynamo", - "quest_title_quest_under_investigation": "El Profesor Willow está trabajando en esta investigación. ¡Vuelve pronto para obtener más información!", - "quest_title_quest_urd22_june_battle_gym": "Día de Investigación: Combate en un Gimnasio", - "quest_title_quest_urd22_june_battle_raid": "Día de Investigación: Combate en una incursión", - "quest_title_quest_urd22_june_beries": "Día de Investigación: Usa {{amount_0}} bayas para ayudarte a capturar Pokémon", - "quest_title_quest_urd22_june_catch_rock": "Día de Investigación: Captura {{amount_0}} Pokémon de tipo Roca", - "quest_title_quest_urd22_june_catch_weather": "Día de Investigación: Captura {{amount_0}} Pokémon potenciados por el tiempo", - "quest_title_quest_urd22_june_curveball": "Día de Investigación: Acierta {{amount_0}} lanzamientos de bola curva", - "quest_title_quest_urd22_june_curveball_row": "Día de Investigación: Acierta {{amount_0}} lanzamientos de bola curva seguidos", - "quest_title_quest_urd22_june_evolve_rock": "Día de Investigación: Haz evolucionar {{amount_0}} Pokémon de tipo Roca", - "quest_title_quest_urd22_june_gift_sticker": "Día de Investigación: Envía {{amount_0}} regalos con pegatina", - "quest_title_quest_urd22_june_great": "Día de Investigación: Acierta {{amount_0}} grandes lanzamientos", - "quest_title_quest_urd22_june_great_row": "Día de Investigación: Acierta {{amount_0}} grandes lanzamientos seguidos", - "quest_title_quest_urd22_june_nice": "Día de Investigación: Acierta {{amount_0}} buenos lanzamientos", - "quest_title_quest_urd22_june_nice_row": "Día de Investigación: Acierta {{amount_0}} buenos lanzamientos seguidos", - "quest_title_quest_urd22_june_powerup": "Día de Investigación: Da más poder a un Pokémon {{amount_0}} veces", - "quest_title_quest_urd22_june_snap_rock": "Día de Investigación: Haz una instantánea de un Pokémon de tipo Roca salvaje", - "quest_title_quest_urd22_june_spin_stops": "Día de Investigación: Da vueltas a {{amount_0}} fotodiscos en Poképaradas", - "quest_title_quest_urd22_june_supereffective": "Día de Investigación: Usa un ataque cargado supereficaz", - "quest_title_quest_ursaring_evolve_b": "Haz evolucionar {{amount_0}} Ursaring", - "quest_title_quest_use_any_potion": "Usa cualquier Poción en un Pokémon", - "quest_title_quest_use_charged_move_singular": "Usa un ataque cargado supereficaz", - "quest_title_quest_use_charged_tm": "Usa una MT de ataque cargado", - "quest_title_quest_use_dai_plural": "Usa {{amount_0}} Inciensos de aventura diarios", - "quest_title_quest_use_dai_singular": "Usa un Incienso de aventura diario", - "quest_title_quest_use_fast_tm": "Usa una MT de ataque rápido", - "quest_title_quest_use_hyper_potion": "Usa una Hiperpoción en un Pokémon", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "Usa {{amount_0}} Módulos Cebo mientras caminas por Rutas", - "quest_title_quest_use_lure_singular": "Usa 1 Módulo Cebo mientras caminas por una Ruta", - "quest_title_quest_use_max_potion": "Usa una Poción Máxima en un Pokémon", - "quest_title_quest_use_poffin": "Usa un Pokocho", - "quest_title_quest_use_rare_candy_plural": "Usa {{amount_0}} Caramelos Raros", - "quest_title_quest_use_rare_candy_singular": "Usa un Caramelo Raro", - "quest_title_quest_use_standard_charged_tm": "Usa una MT de ataque cargado", - "quest_title_quest_use_standard_fast_tm": "Usa una MT de ataque rápido", - "quest_title_quest_use_super_potion": "Usa una Superpoción en un Pokémon", - "quest_title_quest_uxie_wild_snap": "Consigue una instantánea de Uxie en estado salvaje", - "quest_title_quest_val19_catch_specific_plural": "Día de San Valentín: Captura {{amount_0}} Luvdisc", - "quest_title_quest_val19_catch_specific_singular": "Día de San Valentín: Captura 1 Chansey", - "quest_title_quest_visit_different_pokestops": "Da vueltas a {{amount_0}} fotodiscos en diferentes Poképaradas", - "quest_title_quest_visit_pokestop_new_plural": "Da vueltas a {{amount_0}} fotodiscos en Poképaradas donde no hayas estado antes", - "quest_title_quest_visit_pokestop_new_singular": "Da vueltas a 1 fotodisco en una Poképarada donde no hayas estado antes", - "quest_title_quest_visit_pokestops_party_plural": "Gira {{amount_0}} fotodiscos en Poképaradas o Gimnasios mientras estás en un equipo", - "quest_title_quest_visit_pokestops_plural": "Da vueltas a {{amount_0}} fotodiscos en Poképaradas o Gimnasios", - "quest_title_quest_visit_pokestops_singular": "Da vueltas a 1 fotodisco en una Poképarada o Gimnasio", - "quest_title_quest_visit_unique_pokestops_plural": "Da vueltas a {{amount_0}} fotodiscos en diferentes Poképaradas o Gimnasios", - "quest_title_quest_wailmer_catch_b": "Captura {{amount_0}} Wailmer", - "quest_title_quest_waina_catch_great_ultra_plural": "Captura {{amount_0}} Pokémon con Super Balls o Ultra Balls usando un Pokémon GO Plus + ", - "quest_title_quest_waina_catch_plural": "Captura {{amount_0}} Pokémon con Poké Balls usando un Pokémon GO Plus + ", - "quest_title_quest_waina_sleep_days": "Registra tu sueño durante {{amount_0}} días usando Pokémon GO Plus +", - "quest_title_quest_waina_sleep_days_singular": "Registra tu sueño durante 1 día usando Pokémon GO Plus +", - "quest_title_quest_waina_spin_pokestop_plural": "Da vueltas a {{amount_0}} fotodiscos en Poképaradas usando un Pokémon GO Plus + ", - "quest_title_quest_walk_25km_inaweek_plural": "Recibe las recompensas semanales de 25 km de Sincroaventura {{amount_0}} veces", - "quest_title_quest_walk_buddy_plural": "Consigue {{amount_0}} Caramelos caminando con tu compañero", - "quest_title_quest_walk_buddy_singular": "Consigue 1 Caramelo caminando con tu compañero", - "quest_title_quest_walk_eevee_for_evo": "Camina 10 km con Eevee como tu compañero para conseguir Caramelos", - "quest_title_quest_walk_hgrowlithe_header_0": "Aventuras caninas", - "quest_title_quest_walk_km": "Camina {{amount_0}} km", - "quest_title_quest_walk_km_plural": "Camina {{amount_0}} km", - "quest_title_quest_walk_routes_plural": "Camina {{amount_0}} km en las Rutas", - "quest_title_quest_walk_routes_singular": "Camina {{amount_0}} km en las Rutas", - "quest_title_quest_walk_steps": "Camina {{amount_0}} pasos", - "quest_title_quest_wartortle_evolve_b": "Haz evolucionar {{amount_0}} Wartortle", - "quest_title_quest_waterfestival_catch_feed_plural": "Festival Acuático: Usa {{amount_0}} bayas para ayudarte a capturar Pokémon", - "quest_title_quest_waterfestival_catch_pokemon_plural": "Festival Acuático: Captura {{amount_0}} Pokémon", - "quest_title_quest_waterfestival_catch_special9_plural": "Festival Acuático: Captura {{amount_0}} Magikarp o Wailmer", - "quest_title_quest_waterfestival_catch_type_water_plural": " Festival Acuático: Captura {{amount_0}} Pokémon de tipo Agua", - "quest_title_quest_waterfestival_evolve_plural": "Festival Acuático: Haz evolucionar {{amount_0}} Shellder", - "quest_title_quest_waterfestival_evolve_type_water_plural": "Festival Acuático: Haz evolucionar {{amount_0}} Pokémon de tipo Agua", - "quest_title_quest_waterfestival_hatch_egg_singular": "Festival Acuático: Haz eclosionar 1 Huevo", - "quest_title_quest_waterfestival_land_great_plural": "Festival Acuático: Haz {{amount_0}} grandes lanzamientos", - "quest_title_quest_waterfestival_land_nice_plural": "Festival Acuático: Haz {{amount_0}} buenos lanzamientos", - "quest_title_quest_waterfestival_win_raid_singular": "Festival Acuático: Gana en 1 incursión", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Bonus Wayfarer: Atrapa {{amount_0}} Pokémon", - "quest_title_quest_wcs_2024_catch_psychic_electric": "Captura {{amount_0}} Pokémon de tipo Eléctrico o Psíquico", - "quest_title_quest_wcs_2024_snapshot_fairy": "Consigue instantáneas de {{amount_0}} Pokémon de tipo Hada salvajes diferentes", - "quest_title_quest_wcs_2024_spin_00": "Da vueltas al fotodisco de la Poképarada en la Zona de Pokémon GO", - "quest_title_quest_wcs_2024_spin_01": "Da vueltas al fotodisco de la Poképarada en Play Lab", - "quest_title_quest_wcs_2024_spin_02": "Da vueltas al fotodisco de la Poképarada del Collect & Trade Corner", - "quest_title_quest_weepinbell_evolve_b_plural": "Haz evolucionar {{amount_0}} Weepinbell", - "quest_title_quest_weepinbell_evolve_b_singular": "Haz evolucionar un Weepinbell", - "quest_title_quest_wimpod_catch_b": "Captura {{amount_0}} Wimpod", - "quest_title_quest_win_gym_plural": "Gana {{amount_0}} combates de Gimnasio", - "quest_title_quest_win_gym_singular": "Gana 1 combate de Gimnasio", - "quest_title_quest_win_raid_2_singular": "Gana en 1 incursión de nivel 2 o superior", - "quest_title_quest_win_raid_3_plural": "Gana en {{amount_0}} incursiones de nivel 3 o superior", - "quest_title_quest_win_raid_3_singular": "Gana en 1 incursión de nivel 3 o superior", - "quest_title_quest_win_raid_buddy_plural": "Gana en {{amount_0}} incursiones con tu Pokémon compañero", - "quest_title_quest_win_raid_buddy_singular": "Gana una incursión con tu compañero", - "quest_title_quest_win_raid_lvl1_higher_singular": "Gana una incursión de nivel 1 o superior", - "quest_title_quest_win_raid_lvl1_singular": "Gana una incursión de nivel 1", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Gana {{amount_0}} incursiones usando solo Pokémon con 1500 CP o menos", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Gana una incursión usando solo Pokémon con 1500 PC o menos", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Gana {{amount_0}} incursiones de nivel 3 usando solo Pokémon con 1500 PC o menos", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Gana una incursión de nivel 3 usando solo Pokémon con 1500 PC o menos", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Gana {{amount_0}} incursiones de nivel 3 usando solo Pokémon con 2500 PC o menos", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Gana una incursión de nivel 3 usando solo Pokémon con 2500 PC o menos", - "quest_title_quest_win_raid_party_plural": "Gana en {{amount_0}} incursiones mientras estás en un equipo", - "quest_title_quest_win_raid_party_singular": "Gana en una incursión mientras estás en un equipo", - "quest_title_quest_win_raid_plural": "Gana en {{amount_0}} incursiones", - "quest_title_quest_win_raid_singular": "Gana en 1 incursión", - "quest_title_quest_win_raid_unique_plural": "Gana {{amount_0}} incursiones con un equipo de Pokémon de diferentes especies", - "quest_title_quest_win_raid_unique_singular": "Gana una incursión con un equipo de Pokémon de diferentes especies", - "quest_title_quest_win_raid_with_friend_plural": "Gana {{amount_0}} incursiones con un amigo", - "quest_title_quest_win_raid_with_friend_singular": "Gana una incursión con un amigo", - "quest_title_quest_win_raids_unique_1500_plural": "Gana en {{amount_0}} incursiones con Pokémon distintos de hasta 1500 PC", - "quest_title_quest_win_raids_unique_plural": "Gana en {{amount_0}} incursiones con un equipo de Pokémon diferentes", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces usando solo Pokémon con 1500 PC o menos", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "Derrota a un líder del Team GO Rocket usando solo Pokémon con 1500 PC o menos", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces usando solo Pokémon con 2500 PC o menos", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces usando solo Pokémon con 3,000 PC o menos", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces usando solo Pokémon con 3,500 PC o menos", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "Derrota a un líder del Team GO Rocket {{amount_0}} veces usando solo Pokémon con 4,000 PC o menos", - "quest_title_quest_wooper_catch_b": "Captura {{amount_0}} Wooper o Wooper de Paldea", - "quest_title_quest_wooper_evolve_b": "Haz evolucionar a {{amount_0}} Wooper o Wooper de Paldea", - "quest_title_quest_wooper_snapshot_b": "Consigue una instantánea de {{amount_0}} Wooper o Wooper de Paldea", - "quest_title_quest_wt_catch_weedle": "Captura {{amount_0}} Weedle", - "quest_title_quest_wt_evolve_kakuna": "Haz evolucionar {{amount_0}} Kakuna", - "quest_title_quest_wt_evolve_weedle": "Haz evolucionar {{amount_0}} Weedle", - "quest_title_quest_xp_plural": "Gana {{amount_0}} PX", - "quest_title_quest_zigzagoon_catch_b": "Captura {{amount_0}} Zigzagoon de Galar", - "quest_title_quest_zigzagoon_evolve_b": "Haz evolucionar {{amount_0}} Zigzagoon de Galar", - "quest_title_quest_zigzagoon_snapshot_b": "Consigue {{amount_0}} instantáneas de Zigzagoon de Galar", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Ningún Pokémon capturado", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Pokémon capturados: {{amount_0}} ", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 Pokémon capturado", - "quest_title_score_1_10_11_12_singular": "Pokémon de tipo Fuego, Agua o Planta capturados: {{amount_0}}", - "quest_title_score_1_10_singular": "Pokémon de tipo Fuego capturados: {{amount_0}}", - "quest_title_score_1_11_singular": "Pokémon de tipo Agua capturados: {{amount_0}}", - "quest_title_score_1_12_singular": "Pokémon de tipo Planta capturados: {{amount_0}}", - "quest_title_score_1_none": "Ningún Pokémon capturado", - "quest_title_score_1_plural": "Pokémon capturados: {{amount_0}}", - "quest_title_score_1_singular": "1 Pokémon capturado", - "quest_title_score_6_plural": "Incursiones ganadas: {{amount_0}}", - "quest_title_score_6_singular": "Incursiones ganadas: 1", - "quest_title_score_8_10_none": "Buenos lanzamientos hechos: 0", - "quest_title_score_8_10_plural": "Buenos lanzamientos hechos: {{amount_0}}", - "quest_title_score_8_10_singular": "Buenos lanzamientos hechos: 1", - "quest_title_score_8_11_none": "Grandes lanzamientos hechos: 0", - "quest_title_score_8_11_plural": "Grandes lanzamientos hechos: {{amount_0}}", - "quest_title_score_8_11_singular": "Grandes lanzamientos hechos: 1", - "quest_title_score_8_12_none": "Lanzamientos excelentes hechos: 0", - "quest_title_score_8_12_plural": "Lanzamientos excelentes hechos: {{amount_0}}", - "quest_title_score_8_12_singular": "Lanzamientos excelentes hechos: 1", - "quest_title_score_8_13_none": "Lanzamientos de bola curva hechos: 0", - "quest_title_score_8_13_plural": "Lanzamientos de bola curva hechos: {{amount_0}}", - "quest_title_score_8_13_singular": "Lanzamientos de bola curva hechos: 1", - "quest_title_score_11_701_none": "Bayas Frambu usadas: 0", - "quest_title_score_11_701_plural": "Bayas Frambu usadas: {{amount_0}}", - "quest_title_score_11_701_singular": "Bayas Frambu usadas: 1", - "quest_title_score_11_703_none": "Bayas Latano usadas: 0", - "quest_title_score_11_703_plural": "Bayas Latano usadas: {{amount_0}}", - "quest_title_score_11_703_singular": "Bayas Latano usadas: 1", - "quest_title_score_11_705_none": "Bayas Pinia usadas: 0", - "quest_title_score_11_705_plural": "Bayas Pinia usadas: {{amount_0}}", - "quest_title_score_11_705_singular": "Bayas Pinia usadas: 1", - "quest_title_score_15_10_none": "Buenos lanzamientos de bola curva hechos: 0", - "quest_title_score_15_10_plural": "Buenos lanzamientos de bola curva hechos: {{amount_0}}", - "quest_title_score_15_10_singular": "Buenos lanzamientos de bola curva hechos: 1", - "quest_title_score_15_11_none": "Grandes lanzamientos de bola curva hechos: 0", - "quest_title_score_15_11_plural": "Grandes lanzamientos de bola curva hechos: {{amount_0}}", - "quest_title_score_15_11_singular": "Grandes lanzamientos de bola curva hechos: 1", - "quest_title_score_15_12_none": "Lanzamientos excelentes de bola curva hechos: 0", - "quest_title_score_15_12_plural": "Lanzamientos excelentes de bola curva hechos: {{amount_0}}", - "quest_title_score_15_12_singular": "Lanzamientos excelentes de bola curva hechos: 1", - "quest_title_score_22_none": "Combates completados con líderes de equipo: 0", - "quest_title_score_22_plural": "Combates completados con líderes de equipo: {{amount_0}}", - "quest_title_score_22_singular": "Combates completados con un líder de equipo: 1", - "quest_title_score_23_none": "Combates de la Liga Combates GO completados: 0", - "quest_title_score_23_plural": "Combates de la Liga Combates GO completados: {{amount_0}}", - "quest_title_score_23_singular": "Combates de la Liga Combates GO completados: 1", - "quest_title_score_battle_raid_none": "Has participado en 0 incursiones", - "quest_title_score_battle_raid_plural": "Has participado en {{amount_0}} incursiones", - "quest_title_score_battle_raid_singular": "Has participado en 1 incursión", - "quest_title_score_catch_feed_none": "Bayas usadas: 0", - "quest_title_score_catch_feed_plural": "Bayas usadas: {{amount_0}}", - "quest_title_score_catch_feed_singular": "Bayas usadas: 1", - "quest_title_score_catch_pokemon": "Pokémon capturados: {{amount_0}} ", - "quest_title_score_defeat_rocket_none": "No has derrotado a ningún miembro del Team GO Rocket", - "quest_title_score_defeat_rocket_plural": "Has derrotado a {{amount_0}} miembros del Team GO Rocket", - "quest_title_score_defeat_rocket_singular": "Has derrotado a 1 miembro del Team GO Rocket", - "quest_title_score_field_research_none": "Tareas de investigación de campo completadas: 0", - "quest_title_score_field_research_plural": "Tareas de investigación de campo completadas: {{amount_0}}", - "quest_title_score_field_research_singular": "Tareas de investigación de campo completadas: 1", - "quest_title_score_send_gift_none": "Regalos enviados a amigos: 0", - "quest_title_score_send_gift_plural": "Regalos enviados a amigos: {{amount_0}} ", - "quest_title_score_send_gift_singular": "Regalos enviados a amigos: 1", - "quest_title_score_spin_pokestop_none": "Girado el fotodisco en 0 Poképaradas", - "quest_title_score_spin_pokestop_plural": "Girado el fotodisco en {{amount_0}} Poképaradas", - "quest_title_score_spin_pokestop_singular": "Girado el fotodisco en 1 Poképarada", - "quest_win_raid_plural": "Gana en {{amount}} incursiones", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Estrella Incursión", - "raid_1_plural": "1 Estrella Incursións", - "raid_2": "2 Estrella Incursión", - "raid_2_plural": "2 Estrella Incursións", - "raid_3": "3 Estrella Incursión", - "raid_3_plural": "3 Estrella Incursións", - "raid_4": "4 Estrella Incursión", - "raid_4_plural": "4 Estrella Incursións", - "raid_5": "Legendär Incursión", - "raid_5_plural": "Legendär Incursións", - "raid_6": "Mega Incursión", - "raid_6_plural": "Mega Incursións", - "raid_7": "Mega Legendär Incursión", - "raid_7_plural": "Mega Legendär Incursións", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "Mejor por la tarde", - "route_tag_architecture": "Arquitectura", - "route_tag_art": "Arte", - "route_tag_beachy": "Playero", - "route_tag_bike_path": "Camino de bicis", - "route_tag_biking": "Bueno para la bici", - "route_tag_body_of_water": "Cerca del agua", - "route_tag_buildings": "Muchos edificios", - "route_tag_category_misc": "Misceláneas", - "route_tag_category_nearby": "Cerca", - "route_tag_category_suitability": "Accesibilidad", - "route_tag_category_terrain": "Terreno", - "route_tag_category_theme": "Temática", - "route_tag_city_life": "Vida urbana", - "route_tag_culture": "Cultural", - "route_tag_easy_going": "Relajada", - "route_tag_flat": "Plana", - "route_tag_foliage": "Frondoso", - "route_tag_food": "Gastronomía", - "route_tag_grassy": "Con hierba", - "route_tag_hilly": "Montañas", - "route_tag_historic": "Histórica", - "route_tag_intense": "Intensa", - "route_tag_morning": "Mejor por la mañana", - "route_tag_muddy": "Fangoso", - "route_tag_nature": "Naturaleza", - "route_tag_night": "Mejor por la noche", - "route_tag_no_parking": "Sin parking cerca", - "route_tag_no_people": "Poca gente", - "route_tag_open_space": "Mucho espacio abierto", - "route_tag_parking": "Parking cercano", - "route_tag_parks_nearby": "Parques cercanos", - "route_tag_partially_paved": "Camino parcialmente pavimentado", - "route_tag_paved": "Camino pavimentado", - "route_tag_people": "Mucha gente", - "route_tag_pets": "Se admiten mascotas", - "route_tag_plenty_pokestops": "Muchas Poképaradas", - "route_tag_public_transport": "Cerca del transporte público", - "route_tag_raid_friendly": "Muchos Gimnasios", - "route_tag_rainy_day": "Perfecta para un día lluvioso", - "route_tag_rocky": "Rocoso", - "route_tag_running": "Bueno para correr", - "route_tag_sandy": "Arenoso", - "route_tag_seasonal": "De temporada", - "route_tag_sightseeing": "Con vistas", - "route_tag_stroller": "Accesible con cochecito", - "route_tag_sunny_day": "Perfecta para un día soleado", - "route_tag_tree_cover": "Cubierto de árboles", - "route_tag_unpaved": "Camino sin pavimentar", - "route_tag_views": "Magníficas vistas", - "route_tag_walking": "Bueno para andar", - "route_tag_wheelchair": "Accesible para sillas de ruedas", - "route_tag_wildlife": "Muchos animales", - "route_tag_woodsy": "Boscoso", - "route_tags_label": "ETIQUETAS", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "Oscuro", - "team_1": "Sabiduría", - "team_2": "Valor", - "team_3": "Instinto", - "team_a_0": "Sin equipo", - "team_a_1": "Equipo Sabiduría", - "team_a_2": "Equipo Valor", - "team_a_3": "Equipo Instinto", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "Condiciones extremas", - "weather_1": "Despejado", - "weather_2": "Lluvioso", - "weather_3": "Parcialmente nublado", - "weather_4": "Cielo cubierto", - "weather_5": "Viento", - "weather_6": "Nieve", - "weather_7": "Niebla", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} diff --git a/client/public/locales/fr/translation.json b/client/public/locales/fr/translation.json deleted file mode 100644 index 094027e6d..000000000 --- a/client/public/locales/fr/translation.json +++ /dev/null @@ -1,7280 +0,0 @@ -{ - "login": "Connexion", - "click_once": "Ne cliquer 'Autoriser' qu'une fois", - "save": "Enregistrer", - "reset": "Réinitialiser", - "close": "Fermer", - "reset_filters": "Réinitialiser les Filtres", - "pokemon_filters": "Filtres de Pokémon", - "gyms_filters": "Filtres d'Arènes", - "pokestops_filters": "Filtres de Pokéstops", - "nests_filters": "Filtres de Nids", - "help": "Aide", - "apply_to_all": "Appliquer à tous", - "disable_all": "Tout Désactiver", - "enable_all": "Tout Activer", - "enabled": "Activé", - "legacy": "Legacy", - "id": "ID", - "location": "Position", - "search_pokemon": "Recherche Pokémon", - "search_nests": "Recherche Nids", - "search_gyms": "Recherche Arènes", - "search_pokestops": "Recherche Pokéstops", - "search_raids": "Rechercher des raids", - "search_eggs": "Rechercher des œufs", - "search_quests": "Rechercher des quêtes", - "search_lures": "Rechercher des leurres", - "search_invasions": "Rechercher des invasions", - "sm": "S", - "md": "M", - "lg": "L", - "xl": "XL", - "min": "Min", - "max": "Max", - "set_size": "Définir Taille d'icône", - "slot_selection": "Sélection place libre", - "generations": "Générations", - "types": "Types", - "forms": "Formes", - "rarity": "Rareté", - "others": "Autres", - "categories": "Catégories", - "rank": "Rang", - "slider_iv": "Plage IV", - "slider_great": "Ligue Super", - "slider_ultra": "Ligue Hyper", - "slider_little": "Petite Ligue", - "slider_atk_iv": "Attaque", - "slider_def_iv": "Défense", - "slider_sta_iv": "Stamina", - "slider_level": "Niveau", - "slider_size": "Taille", - "abbreviation_level": "N", - "lvl": "Niv", - "cap": "Cap", - "custom": "Personnalisé", - "valid": "Valide", - "invalid": "Invalide!", - "overwrites": "Écraser tous les filtres", - "valid_filter": "Filtres de Stats Valides", - "invalid_filter": "Entrer Filtre Valide", - "gyms": "Arènes", - "nests": "Nids", - "pokestops": "Pokéstops", - "pokemon": "Pokémon", - "wayfarer": "Wayfarer", - "scan_areas": "Villes", - "s2cells": "Cellules S2", - "weather": "Météo", - "admin": "Admin", - "settings": "Paramètres", - "advanced": "Avancé", - "tile_servers": "Type de cartes", - "icons": "Icônes", - "navigation": "Navigation", - "drawer": "Menu", - "tile_servers_default": "Défaut", - "drawer_temporary": "Temporaire", - "drawer_persistent": "Persistant", - "locale_selection": "Sélection Langue", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "Importer", - "export": "Exporter", - "logout": "Déconnecter", - "local_storage_cleared": "Le stockage local a été supprimé !", - "iv_or_filter": "Filtre IV OU", - "polygons": "Polygones", - "raids": "Raids", - "ex_eligible": "Arène EX", - "in_battle": "En Combat", - "all_pokestops": "Tous les Pokéstops", - "lures": "Leurres", - "quests": "Quêtes", - "invasions": "Invasions", - "portals": "Portails", - "submission_cells": "Cellules Wayfarer", - "spawnpoint": "Spawnpoint", - "spawnpoints": "Spawnpoints", - "s2_cell_level": "Cellule S2 Niveau {{level}}", - "total_count": "Compte Total", - "next_submission": "Prochaine Soumission!", - "never": "Jamais", - "next_gym": "Prochaine Arène", - "scan_cells": "Cellules de scan", - "devices": "Appareils", - "use_my_location": "Utiliser Ma Position", - "submit_feedback_title": "Envoyer Commentaire/Rapport de bug", - "use_the_link_below": "Vous pouvez utiliser le lien ci-dessous pour vos commentaires ou bugs rencontrés.", - "feedback_to_devs": "Ces commentaires sont envoyés directement aux développeurs.", - "feedback_form": "Formulaire Commentaire", - "unknown_pokestop": "Pokéstop Inconnu", - "unknown_gym": "Arène Inconnue", - "exclude": "Exclure", - "exclude_quest": "Exclure Quête", - "exclude_invasion": "Exclure Invasion", - "exclude_team": "Exclure Équipe", - "exclude_raid": "Exclure Raid", - "exclude_lure": "Exclure Leurre", - "timer": "Timer", - "hide": "Cacher", - "tier": "Niv.", - "slots": "Places", - "mega": "Méga", - "form": "Forme", - "starts": "Démarre", - "ends": "Fin à", - "defender": "Défenseur", - "best_buddy": "Meilleur ami", - "cp": "PC", - "kilogram": "kg", - "meter": "m", - "total_cp": "PC Total", - "first_seen": "Découvert à", - "last_seen": "Actualisé à", - "last_modified": "Dernière Modification", - "last_updated": "Dernière Mise à jour", - "imported": "Importé", - "nest_estimated": "Les données de Nids sont estimées !", - "verify_nests": "Vérifiez avec les Pokémon présents", - "nest_out_of_date": "Les Nids sont potentiellement périmés !", - "nest_check_current": "Vérifier les Pokémon présents à la place", - "spawns_per_hour": "par heure", - "teams": "Équipes", - "eggs": "Œufs", - "reverse": "Inversé", - "selected": "Sélectionné", - "unselected": "Déselectionné", - "only_available": "Disponible", - "common": "Commun", - "uncommon": "Peu commun", - "rare": "Rare", - "ultra_rare": "Ultra Rare", - "regional": "Régional", - "event": "Évènement", - "legendary": "Légendaire", - "mythical": "Mythique", - "ultra_beast": "Ultra Bête", - "alt_forms": "Autres Formes", - "alola": "Alola", - "galarian": "Galarien", - "showing": "Affiché ", - "instance": "Instance", - "online": "Online", - "offline": "Offline", - "boosted_types": "Types Boostés", - "pokemon_options": "Options Pokémon", - "pokestops_options": "Options Pokéstop", - "gyms_options": "Options Arènes", - "nests_options": "Options Nids", - "wayfarer_options": "Options Wayfarer", - "admin_options": "Options Admin", - "weather_options": "Options météo", - "s2cells_options": "Options des cellules S2", - "clustering": "Regrouper", - "glow": "Halo", - "legacy_filter": "Filtre Legacy", - "raid_timers": "Tous les Timers Raid", - "invasion_timers": "Tous les Timers Invasion", - "lure_timers": "Tous les Timers Leurre", - "device_path_color": "Couleur de route", - "old_portals": "Anciens Portails", - "new_portals": "Nouveaux Portails", - "items": "Objets", - "energy": "Énergie", - "ar_eligible": "Cartographie RA Active", - "iv_circles": "Indicateurs d'IV", - "min_iv_circle": "Seuil étiquette IV", - "interaction_ranges": "Portée d'interaction", - "cannot_connect": "\nImpossible de se connecter au serveur.\nRé-essayer immédiatement ne ferait que surcharger le serveur.\nEssayez à nouveau dans quelques minutes.\n\n- Merci -", - "mad_quest_text": "Quêtes Directes", - "xs": "XS", - "primary": "Primaire", - "secondary": "Secondaire", - "zero_iv": "IV 0%", - "hundo_iv": "100% IV", - "open_menu": "Ouvrir le Menu", - "zoom_in": "Zoom avant", - "zoom_out": "Zoom arrière", - "welcome": "Bienvenue sur", - "back": "retour", - "next": "suivant", - "finish": "Terminer", - "start_tutorial": "Démarrer le Tutoriel", - "view_profile": "Voir le Profil", - "login_optional": "Connexion (Optionnel)", - "tutorial": "Tutoriel", - "tutorial_language": "Choisissez votre Langue", - "tutorial_welcome": "Ce tutoriel est intéractif. Il est fortement recommandé de tester les différentes options proposées.", - "tutorial_categories": "Catégories auxquelles vous avez accès", - "tutorial_logged_in": "Vous pouvez voir le détail de vos autorisations en visualisant votre profil.", - "tutorial_logged_out": "Vous pouvez voir le détail de vos autorisations en vous connectant.", - "tutorial_sidebar_0": "Tous vos Filtres et Paramètres se trouvent ici", - "tutorial_sidebar_1": "Pour chaque catégorie vous pouvez activer ou désactiver n'importe quelle donnée en utilisant des switchs", - "tutorial_sidebar_2": "Options: Personnalisations Supplémentaires\nAvancé: Nous couvrirons cette partie plus loin dans le tutoriel", - "tutorial_sliders_0": "Utilisation de curseurs pour ajuster les filtres", - "tutorial_sliders_1": "Pokémon Entre:", - "tutorial_sliders_2": "- IVs {{iv0}}% et {{iv1}}%", - "tutorial_sliders_3": "Niveau {{level0}} et {{level1}}", - "tutorial_sliders_3alt": "- ET est Niveau {{level0}} à {{level1}}", - "tutorial_sliders_4": "- Ligue Super Rang {{gl0}} à {{gl1}}", - "tutorial_sliders_4alt": "- OU Ligue Super Rang {{gl0}} à {{gl1}}", - "tutorial_sliders_5": "- Ligue Ultra Rang {{ul0}} à {{ul1}}", - "tutorial_sliders_5alt": "- OU Ligue Ultra Rang {{ul0}} à {{ul1}}", - "tutorial_sliders_6": "S'ajoute aux autres de la même couleur", - "tutorial_sliders_7": "Filtre indépendant des autres curseurs", - "tutorial_sliders_8": "Un Curseur 'Complet' signifie que celui-ci est désactivé:", - "tutorial_sliders_9": "Tous les Pokémon que les IV soient vérifiés ou pas", - "tutorial_help": "Raccourci vers ce menu", - "tutorial_adv_filter": "Mobile uniquement, ouvre les options de filtres du menu avancé", - "tutorial_tune": "Configure le filtre avancé pour tous les Pokémon actuellement filtrés dans le menu", - "tutorial_format_size": "Configure la taille des icônes pour tous les éléments actuellement filtrés dans le menu", - "tutorial_check": "Active tous les éléments actuellement filtrés dans le menu", - "tutorial_clear": "Désactive tous les éléments actuellement filtrés dans le menu", - "tutorial_save": "Sauver la sélection actuelle et quitter", - "tutorial_show_all_view": "Activer les Pokéstops & Arènes", - "tutorial_show_pokemon_view": "Activer les Pokémon", - "tutorial_toggle": "Cliquer le ✓/✗ active/désactive cet élément", - "tutorial_pokemon_caption": "Cette icône vous permet de configurer les filtres pour ce pokémon spécifique", - "tutorial_all_caption": "Les équipes ont un menu spécifique\nLa taille des icônes peut être adaptée pour tous les autres éléments", - "tutorial_popup_0": "Les Popups sont à présent interactifs!", - "tutorial_popup_1": "Les 3 points ouvrent les options permettant de cacher, exclure ou activer les timers", - "tutorial_popup_2": "Les icônes de chaque coté de la navigation s'ouvrent afin de présenter des informations supplémentaires, testez-les!", - "tutorial_popup_3": "Les icônes varient pour chaque catégorie, vérifiez les tous", - "tutorial_closing_0": "Informations Supplémentaires", - "tutorial_closing_1": "Les curseurs Pokémon dans la barre latérale fonctionnent séparément du menu avancé et n'ont pas d'effet l'un sur l'autre", - "tutorial_closing_2": "Vérifiez les paramètres dans la section Paramètres de la barre latérale", - "tutorial_closing_3": "Il y a beaucoup d'options esthétiques pour chaque catégorie, mais restez conscient qu'au plus vous activez d'options, au plus la carte sera lente", - "tutorial_closing_4": "Vous pouvez re-visualiser ce tutoriel depuis le menu Paramètres dans la barre latérale", - "tutorial_closing_5": "Restez prudent et Bonne Chance!", - "intro": "Introduction", - "sidebar": "Barre latérale", - "sliders": "Curseurs", - "popups": "Popups", - "closing": "Conclusion", - "shortcuts": "Raccourcis", - "iv": "IV", - "area_restrictions": "Restrictions de Zones", - "map": "Carte", - "stats": "Stats", - "pvp": "PVP", - "area_restrictions_subtitle": "Vous avez accès à ces zones", - "devices_subtitle": "Affiche la localisation des appareils actifs et leurs routes", - "gyms_subtitle": "Affiche la localisation de toutes les Arènes, équipes en contrôle, et nombre de places disponibles", - "invasions_subtitle": "Affiche les informations d'invasions de la Team Rocket, y compris les combats, heure d'expiration et récompenses possibles", - "iv_subtitle": "Affice les % d'IV et options de mise en évidence", - "lures_subtitle": "Affiche les infos des Leurres, y compris les types et heure d'expiration", - "map_subtitle": "Affiche la Carte", - "nests_subtitle": "Affiche les nids et Polygones de nids actifs", - "pokemon_subtitle": "Affiche la localisation de tous les Pokémon et heure d'expiration", - "pokestops_subtitle": "Affiche la localisation de tous les Pokéstops", - "portals_subtitle": "Affiche tous les Portails Ingress", - "pvp_subtitle": "Affiche les infos PVP/PC/Niveau pour chaque Pokémon", - "quests_subtitle": "Affiche les récompenses de quêtes et tâches", - "raids_subtitle": "Affiche les informations de raids y compris les Boss et leurs attaques, Oeufs et heure d'expiration", - "scan_cells_subtitle": "Affiche la dernière fois que la cellule S2 a été scannée", - "scan_areas_subtitle": "Affiche les zones de scan", - "spawnpoints_subtitle": "Affiche les points d'apparition et les heures d'expiration estimées", - "stats_subtitle": "Affiche les Stats et Niveaux des Pokémon", - "submission_cells_subtitle": "Affiche des informations utiles pour soumettre de nouveaux POI", - "weather_subtitle": "Affiche les informations météo du jeu pour chaque cellule", - "scanner_subtitle": "Formuler des demandes de scan sur mesure", - "s2cells_subtitle": "Afficher les cellules S2 de différents niveaux sur la carte", - "backups_subtitle": "Activer des sauvegardes et chargements de paramètres d'un appareil à l'autre", - "backups": "Sauvegardes", - "user_profile": "Profil Utilisateur", - "user_username": "Nom d'utilisateur ", - "candy": "Bonbon", - "show_ex_badge": "Afficher les Badges EX", - "search": "Recherche", - "global_search_quests": "Entrer le nom de la récompense...", - "global_search_lures": "Entrer le nom d'un Leurre...", - "global_search_pokestops": "Entrer le nom d'un Pokéstop...", - "global_search_gyms": "Entrer le nom d'une Arène...", - "global_search_portals": "Entrer le nom d'un Portail...", - "global_search_nests": "Entrer le nom d'un Nid...", - "global_search_raids": "Entrer le nom d'un Boss de Raid...", - "global_search_pokemon": "Entrer le nom d'un Pokémon...", - "global_search_invasions": "Entrez le type de Sbire, son nom ou Pokémon de récompense...", - "raid_level_badges": "Badges de Niveau de Raid", - "options": "Options", - "profile": "Profil", - "pokemon_icons": "Icônes de Pokémon", - "pokestop_icons": "Icônes de Pokéstop", - "gym_icons": "Icônes d'Arènes", - "team_icons": "Icônes d'équipes", - "egg_icons": "Icônes d'œufs", - "raid_icons": "Icônes de Raid", - "nest_icons": "Icônes de Nids", - "reward_icons": "Icônes de Récompenses", - "type_icons": "Icônes de Type", - "weather_icons": "Icônes Météo", - "misc_icons": "Icônes Divers", - "invasion_icons": "Icônes d'Invasions", - "spawnpoint_icons": "Icônes de points d'apparition", - "device_icons": "Icônes d'appareils", - "pokemon_audio": "Son de pokémon", - "pokestop_audio": "Son de pokéstop", - "gym_audio": "Son d'arène'", - "team_audio": "Son d’équipe", - "egg_audio": "Son d’œuf", - "raid_audio": "Son de raid", - "nest_audio": "Son de nid", - "reward_audio": "Son de quête", - "type_audio": "Son de type", - "weather_audio": "Son de météo", - "misc_audio": "Son divers", - "invasion_audio": "Son d’invasion", - "spawnpoint_audio": "Son de point d’apparition", - "device_audio": "Son d’appareil", - "pokemon_timers": "Tous les timers Pokémon", - "show_dex_num_in_popup": "Visualiser le # de Pokédex en Popup", - "popup": "Popup", - "pvp_level": "Stats PvP Niveau {{level}}", - "pvp_mega": "Stats PvP Méga", - "webhook_entry": "Ajouter à {{name}}", - "remove_webhook_entry": "Supprimer de {{name}}", - "distance": "Distance", - "gym": "Arène", - "egg": "Œuf", - "raid": "Raid", - "lure": "Leurre", - "quest": "Quête", - "invasion": "Invasion", - "nest": "Nid", - "pokestop": "Pokéstop", - "team": "Équipe", - "global": "Global", - "manage_webhook": "Gérer {{name}}", - "drag_and_drop": "Glisser et déposer le marqueur pour définir votre emplacement", - "click_to_select": "Valider", - "add_new": "Ajouter une alerte {{category}}", - "my_location": "Ma position", - "choose_on_map": "Choisir sur la carte", - "select_profile": "Sélectionner un profil", - "distance_radius": "Aperçu du rayon des distances", - "areas": "Zones", - "select_webhook": "Sélectionner un bot", - "ar_quest_true": "Avec RA", - "ar_quest_false": "Sans RA", - "with_ar": "Avec RA", - "both": "Tout", - "without_ar": "Sans RA", - "exclude_quest_multi": "Exclure {{reward}}", - "cluster_limit_0": "La limite de {{variable_1}} pour les ({{variable_0}}) est atteinte", - "cluster_limit_1": "Veuillez zoomer davantage ou ajouter des filtres", - "show_polygons": "Afficher les Polygones", - "exclude_invasion_multi": "Exclure {{invasion}}", - "stardust": "Poussière d'étoiles", - "slider_cp": "PC", - "pvp_ranking_league": "Ligue", - "pvp_ranking_min_cp": "PC min", - "slider_pvp": "Rang", - "profile_no": "Profil", - "template": "Modèle", - "gender": "Sexe", - "clean": "Effacer", - "all_forms": "Toutes les formes", - "pvp_entry": "Entrée PVP", - "no_iv": "Sans IV inclus", - "by_distance": "Par Distance", - "min_time": "Temps min", - "add_new_profile": "Ajouter un nouveau profil", - "slider_none": "Aucun", - "non_registered_human_title": "Oups, quelque chose n'est pas bon !", - "non_registered_human_desc": "Vous n'êtes peut-être pas enregistré auprès de {{webhook}}.\nOu le serveur est actuellement inaccessible", - "try_again_later": "Veuillez réessayer plus tard", - "selected_areas_one": "{{count}} zone sélectionnée", - "selected_areas_other": "{{count}} zones sélectionnées", - "webhook_selection": "{{name}} Sélection", - "message_of_the_day": "Message du jour", - "has_quest_indicator": "Couleur alternative pour afficher les Quêtes", - "show_ar_badge": "Afficher les Badges RA", - "all_gyms": "Toutes les Arènes", - "general": "Générale", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "Lien global et avancé", - "normal_forms": "Formes normales", - "weather_indicator": "Indicateur météo", - "page": "Page {{page}}", - "navigation_controls": "Commandes de navigation", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "Exclusif", - "all_moves": "Toutes les attaques", - "move": "Attaque", - "any": "Peu importe", - "min_spawn_average": "Taux d'apparition min", - "select_all": "Sélectionner tout", - "delete_all": "Effacer sélection", - "cancel": "Annuler", - "day_1": "Lundi", - "day_2": "Mardi", - "day_3": "Mercredi", - "day_4": "Jeudi", - "day_5": "Vendredi", - "day_6": "Samedi", - "day_7": "Dimanche", - "profile_name": "Nom du profil", - "manage_profiles": "Gérer les profils", - "min_spawn_avg": "Taux d'apparition min", - "poke_global": "Tous", - "amount": "Quantité", - "specific_gym": "Arène spéficique", - "search_location": "Recherche d'adresse", - "search_specific": "Chercher un(e) {{category}} spécifique", - "webhook_success_gym": "Les alertes d'arènes, œufs et changement d'équipe ont été ajoutées !", - "slot_changes": "Changements de places", - "slot_changes_poracle": "slot_changes", - "confirm_delete": "Toutes les alertes de ce profil seront supprimées, êtes-vous sûr ?", - "confirm_copy": "Choisissez le profil vers lequel vous souhaitez copier \"{{profile}}\" (le profil de destination sera écrasé).", - "webhook_error": "{{name}} n'a pas pu traiter cette demande.\nMerci de ré-essayer plus tard.", - "profile_error": "Doit être unique et valide.", - "team_0": "Harmony", - "battle_changes": "Attaquée", - "battle_changes_poracle": "battle_changes", - "auto": "Auto", - "webhooks_subtitle": "Gérer vos alertes directement depuis la carte pour ces bots", - "event_stops_subtitle": "Affiche les Pokéstops d'événements spéciaux comme Kecleon", - "webhooks": "Alertes", - "scanner": "Actions du Scanner", - "everything_individually": "Ajouter des alertes individuelles", - "individually": "individuellement", - "join": "Rejoindre", - "errors_404": "Oups, cette page est introuvable !", - "errors_500": "Il y a eu une erreur de serveur, ré-essayez plus tard !", - "local_username": "Nom d'utilisateur", - "local_password": "Mot de passe", - "local_error": "Il y a eu une erreur, veuillez ré-essayer plus tard !", - "no_filter_results": "Aucun résultat trouvé\n\nEssayez d'élargir vos filtres", - "donor_page": "Donateur", - "go_back": "Retour", - "access": "Accès", - "link_discord": "Lier Discord", - "select_webhook_strategy": "Gestionnaire d'alertes", - "webhook_strategy_success_0": "Succès! \nActualisation pour récupérer les paramètres d'alertes...", - "register": "S'inscrire", - "invalid_credentials": "Les informations d'identification sont invalides", - "localauth_failed": "Authentification impossible", - "error_creating_user": "Impossible d'enregistrer un nouvel utilisateur pour le moment", - "discord_linked": "Discord lié", - "telegram_linked": "Télégram lié", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 6, - "popup_gym_seen_timer_width": 6, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 6, - "popup_pokestop_seen_timer_width": 6, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 6, - "popup_pokemon_seen_timer_width": 5, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 12, - "join_button": 12, - "level": "niveau", - "km": "km", - "feedback": "Retour", - "donor_menu": "Menu des donateurs", - "pokemon_cell": "L'emplacement du Pokémon peut varier", - "timer_verified": "Ce timer est vérifié", - "timer_unverified": "Ce timer n'est pas vérifié", - "all": "Tout", - "badge_0": "Sans", - "badge_1": "Basique", - "badge_2": "Bronze", - "badge_3": "Argent", - "badge_4": "Or", - "gym_badge_menu": "Editer Badge d'Arène", - "gym_badges": "Badges d'Arènes", - "gym_badge_diamonds": "Afficher les Badges d'Arènes", - "gym_badges_subtitle": "Affiche les badges d'arènes sur la carte et une liste dans la page profile.", - "confirm_filters_reset": "Réinitialiser les filtres", - "filters_reset_text": "Voulez-vous vraiment réinitialiser les paramètres aux valeurs par défaut ? \nCelà ne peut pas être annulé!", - "filters_reset_title": "Réinitialiser les filtres", - "raid_quick_select": "Sélection rapide", - "disabled": "Désactivé", - "loading": "Chargement {{category}}", - "loading_icons": "Récupération des Icônes", - "loading_invasions": "Récupération des Invasions", - "scan_next": "Scanner un emplacement", - "scan_next_choose": "Glisser et déposer le marqueur pour définir l'emplacement de scan", - "scan_zone": "Scanner une zone", - "scan_zone_choose": "Glisser et déposer le marqueur pour définir l'emplacement et choisissez la taille du scan", - "scan_zone_size": "Taille", - "scan_zone_range": "Portée", - "scan_zone_spacing": "Espacement", - "scan_zone_radius": "Rayon", - "scan_requests": "Demandes de Scan ", - "scan_queue": "File d'attente ", - "click_to_scan": "Scanner ici", - "scan_confirmed_title": "Demande de scan confirmée", - "scan_confirmed": "L'appareil a été envoyé à la position de scan, le résultat sera bientôt visible sur la map !", - "scan_loading_title": "Envoi de la demande de scan", - "scan_loading": "Votre demande de scan est analysée et transmise au système !", - "scan_error_title": "Erreur", - "scan_error": "Il y a eu une erreur lors du traitement de la demande de scan...", - "scan_outside_area": "Cet emplacement est en dehors des zones autorisées", - "pvp_ranking_cap": "Niveau", - "lc_title": "Suivez votre position", - "lc_metersUnit": "mètres", - "lc_feetUnit": "pieds", - "lc_popup": "Vous êtes à {distance} {unit} de ce point", - "lc_outsideMapBoundsMsg": "Vous semblez situé en dehors des limites de la carte", - "no_alerts": "Aucune alerte trouvée", - "loading_settings": "Chargement des paramètres", - "refresh_to_continue": "Veuillez actualiser avant de continuer", - "session_expired_title": "La session a expiré", - "session_expired_body": "Votre session a expiré", - "old_client_title": "Mise à jour", - "old_client_body": "Une nouvelle version de cette carte est disponible", - "early_old_client_title": "Version obsolète", - "early_old_client_body": "Une ancienne version du client de l'app pourrait être en mémoire dans votre navigateur. Veuillez vider le cache de votre navigateur.", - "refresh": "Rafraîchir", - "points": "Points", - "day": "Jour", - "days": "Jours", - "react_error": "Un problème est survenu", - "clickable_icon": "L'icône est cliquable", - "two_stops_till_next": "2 pokéstops jusqu'à la prochaine", - "one_stop_till_next": "1 pokéstops jusqu'à la prochaine", - "no_more_gyms": "Plus d'arènes", - "light_map_border": "Bordure de carte claire", - "dark_map_border": "Bordure de carte sombre", - "cell_blocked": "Cellule bloquée", - "poi_color": "Couleur du point d'intérêt", - "quest_condition": "État de la quête", - "always_show_labels": "Toujours afficher les étiquettes", - "scan_areas_options": "Options des zones de scan", - "historic_rarity": "Rareté historique", - "poi": "POI", - "300m_range": "Portée 300m", - "lure_range": "Distance des Leurres", - "custom_range": "Plage Personnalisée", - "tap_to_toggle": "Appuyez pour basculer", - "power_up": "Boost", - "never_alt": "Jamais", - "seen_nearby_stop": "Vus à proximité", - "seen_nearby_cell": "Vus dans cette cellule", - "seen_lure_encounter": "Pokemon de Leurre", - "seen_lure_wild": "Pokemon Sauvage de Leurre", - "seen_wild": "Pokemon Sauvage", - "event_stops": "Évènements", - "event_stop_timers": "Timers Pokéstop Évènement", - "size_0": "Tous", - "size_1": "XXS", - "size_2": "XS", - "size_3": "M", - "size_4": "XL", - "size_5": "XXL", - "show_size_indicator": "Afficher les indicateurs de taille", - "size": "Taille", - "gold_stop": "Pokéstop Doré", - "profile_backups": "Changement de profil", - "new_backup": "Nouvelle Sauvegarde", - "create": "Créer", - "load": "Charger", - "update": "Mettre à jour", - "delete": "Supprimer", - "name": "Nom", - "only_confirmed": "Confirmé seulement", - "only_exclude_grunts": "Exclure les grognements", - "only_exclude_leaders": "Exclure les dirigeants", - "rocket_pokemon": "Pokémon Rocket", - "decoy": "Leurre", - "s2_cell_limit_0": "Vous avez essayé de générer plus de 20 000 cellules ({{variable_0}})", - "s2_cell_zoom_limit": "Certaines cellules sont trop petites pour être affichées à ce niveau de zoom", - "show_all_pvp_ranks": "Afficher tous les rangs PVPS", - "enable_pokemon_popup_coords": "Afficher les coordonnées Pokémon", - "enable_gym_popup_coords": "Afficher les coordonnées Arènes", - "enable_pokestop_popup_coords": "Afficher les coordonnées Pokéstop", - "enable_portal_popup_coords": "Afficher les coordonnées Portails", - "on_block_join_discord": "Rejoignez le serveur Discord pour plus d'informations.", - "on_block_msg": "Vous avez été bloqué car membre de", - "denied": "Refusé", - "showcase": "Concours", - "unknown_event": "Inconnu", - "scanner_countdown": "Disponible dans {{time}}s", - "success": "Succès", - "contribute": "Contribuer", - "mi": "mi", - "filter_by_areas": "Filtrer par Zones", - "submit_nest_name": "Soumettre un Nom de Nid", - "nest_submission_menu": "Mise à Jour du Nom", - "nest_submissions": "Soumissions de Nid", - "nest_submissions_subtitle": "Vous permet de soumettre de nouveaux noms pour les nids", - "pokemon_opacity": "Opacité Dynamique des Pokémon", - "invasion_opacity": "Opacité Dynamique des Invasions", - "raid_opacity": "Opacité Dynamique des Raids", - "opacity_ten_minutes": "Opacité à 10 minutes", - "opacity_five_minutes": "Opacité à 5 minutes", - "opacity_one_minute": "Opacité à 1 minute", - "level_circles": "Indicateurs de Niveau", - "min_level_circle": "Niveau Minimum de l'indicateur", - "mutation_auth_error": "Votre demande n'a pas abouti car vous n'êtes pas connecté", - "submitted_by": "Soumis Par", - "reversible": "Réversible", - "version": "Version", - "route_tags": "Tags de routes", - "routes": "Routes", - "route_type": "Type de routes", - "routes_subtitle": "Voir les routes dans le jeu et les informations pertinentes à leur sujet sur la carte", - "description": "Description", - "additional_info": "Informations supplémentaires", - "duration": "Durée", - "elevation": "Dénivelé", - "contest_category_1": "Plus petite taille", - "context_category_2": "Plus grande taille", - "total_entries": "Total des entrées", - "showcase_rankings": "Classement de mise en valeur", - "showcase_rankings_subtitle": "Affiche une liste des meilleurs classements pour une mise en valeur à un Pokestop", - "tth": "TTH", - "tth_0": "Tous", - "tth_1": "Connus", - "tth_2": "Inconnus", - "no_access": "Pas d'accès", - "cooldown": "Cool Down", - "scan_some_outside_area": "Certaines localisations sont en dehors des limites autorisées", - "alerts": "alertes", - "alert_manager": "Gestionnaire d'alerte", - "menu": "Menu", - "theme": "Thême", - "exit": "Sortie", - "component": "Composant", - "component_login_page": "Page de connexion", - "component_donation_page": "Page de don", - "component_message_of_the_day": "Message du jour", - "download": "Télécharger", - "playground": "Playground", - "locale": "Langue", - "saved": "Sauvegardé", - "show_editor": "Montrer l'éditeur", - "hide_editor": "Cacher l'éditeur", - "reported_error": "Cette erreur a été remontée au serveur avec son identifiant", - "dark_mode": "Mode Sombre", - "load_from_autosave": "Charger la sauvegarde auto", - "done": "Fait", - "fast": "Rapide", - "charged": "Chargée", - "offline_mode": "Mode Hors Ligne", - "include_sponsored": "Inclure Sponsorisé", - "showcase_color": "Couleur des Concours", - "partner_color": "Couleur Partenaire", - "disable": "Désactiver {{- name}}", - "profiling": "Profiling", - "showcase_block": "Bloqué à cause d'un concours", - "signed_in_as": "Connecté en tant que", - "missing_map_perm": "Vous n'avez pas la permission de voir la carte.", - "access_denied": "Accès refusé", - "audio": "Audio", - "desktop_notifications": "Notifications Bureau", - "notifications_options": "Options de Notifications", - "audio_always_on": "Toujours jouer l'audio", - "volume_level": "Niveau du Volume", - "notifications_status": "Statut des Notifications", - "granted": "autorisé", - "set_all": "Définir tous", - "set_filtered": "Définir filtrés", - "only_show_available": "Montrer disponible seulement", - "easy_mode": "Mode Facile", - "quick_select": "Sélecteurs rapides globaux", - "pokemon_filter_mode": "Mode Filtres de Pokémon", - "basic": "Basique", - "intermediate": "Intermédiaire", - "expert": "Expert", - "basic_description": "Sélectionner facilement des Pokémon et appliquer un filtre global", - "intermediate_description": "Définir des filtres globaux et individuels par Pokémon (traditionnel)", - "expert_description": "Définir des filtres manuels pour des personnalisations avancées", - "icon_size": "Taille d'icônes", - "developer": "Developpeur", - "raid_override": "Raid Override", - "search_rocket_pokemon": "Recherche Pokémon de Sbire", - "main": "Principal", - "extra": "Extra", - "select": "Sélection", - "searching": "recherche...", - "no_options": "Pas d'options...", - "and": "ET", - "or": "OU", - "only_global": "Seulement Global", - "global_caption": "Ignore tous les autres filtres", - "global_and_individual": "Filtres Global & Individuel", - "gender_filters_all": "Les genres s'appliquent à tous", - "and_caption": "Filtres combinés", - "or_caption": "Filtres indépendants", - "filter_help": "Aide des filtres", - "kilometers": "Kilomètres", - "miles": "Miles", - "distance_unit": "Unité de Distance", - "data_management": "Gestion des données", - "reset_or_manage_text": "Vous pouvez soit réinitialiser tous vos filtres, soit accéder à la gestion des données pour réinitialiser les filtres de certaines catégories seulement.", - "reset_audio": "Réinitialiser Audio", - "reset_all": "Réinitialiser Tout", - "reset_icons": "Réinitialiser Icônes", - "reset_position": "Réinitialiser Position", - "reset_ui": "Réinitialiser UI", - "reset_options": "Réinitialiser Options", - "reset_menus": "Réinitialiser Menus", - "reset_settings": "Réinitialiser Paramètres", - "reset_general_title": "Général", - "reset_filters_title": "Filtres", - "reset_assets": "Assets", - "reset_pokemon": "Réinitialiser Pokémon", - "reset_pokestops": "Réinitialiser PokéStops", - "reset_gyms": "Réinitialiser Arènes", - "reset_nests": "Réinitialiser Nids", - "reset_portals": "Réinitialiser Portails", - "reset_routes": "Réinitialiser Routes", - "reset_scan_areas": "Réinitialiser Villes", - "reset_scan_cells": "Réinitialiser Cellules de Scan", - "reset_devices": "Réinitialiser Appareils", - "reset_weather": "Réinitialiser Météo", - "reset_s2cells": "Réinitialiser Cellules S2", - "reset_spawnpoints": "Réinitialiser Points d'apparition", - "reset_submission_cells": "Réinitialiser Wayfarer", - "hisuian": "de Hisui", - "spacial_rend_range": "Portée Spatio-Rift", - "key": "Clé", - "ai": "IA", - "human": "Humain", - "locales": "Langues", - "instructions": "Instructions", - "locale_instructions_1": "Sélectionner une langue du menu déroulant", - "locale_instructions_2": "Entrer les traductions désirées dans la colonne \"Humain\"", - "locale_instructions_3": "Cliquer sur le bouton \"Télécharger\" pour obtenir le fichier JSON", - "locale_instructions_4": "Faire un clone du repo GitHub ci-dessous", - "locale_instructions_5": "Créer une branche et la nommer comme la langue traduite", - "locale_instructions_6": "Remplacer le contenu de \"packages/locales/lib/human/{{lng}}.json\" avec celui du fichier téléchargé.", - "locale_instructions_7": "Créer une demande de tirage \"PR\"", - "locale_instructions_8": "Attendre que la PR soit examinée et intégrée", - "enter_translation": "Saisir la traduction", - "individual_filters": "Filtres partiels", - "data_limit_reached": "Vous avez demandé trop de données récemment et êtes en période de refroidissement jusqu'à {{until}}", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Obscur", - "alignment_2": "Purifié", - "challenge_buddy_affection_plural": "Gagne {{amount}} cœurs avec ton copain", - "challenge_buddy_treat_plural": "Donne {{amount}} friandises à ton copain", - "character_category_0": "Unset", - "character_category_1": "Chef d'équipe", - "character_category_2": "Sbire", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Vacances", - "costume_2": "Fête", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Aventure", - "costume_6": "Casquette Noire", - "costume_7": "Fleur", - "costume_8": "Toque", - "costume_9": "Détective", - "costume_10": "One Piece", - "costume_11": "Pokémon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "Œuf Niveau 1", - "egg_1_plural": "Œufs Niveau 1", - "egg_2": "Œuf Niveau 2", - "egg_2_plural": "Œufs Niveau 2", - "egg_3": "Œuf Niveau 3", - "egg_3_plural": "Œufs Niveau 3", - "egg_4": "Œuf Niveau 4", - "egg_4_plural": "Œufs Niveau 4", - "egg_5": "Œuf Légendaire", - "egg_5_plural": "Œufs Légendaires", - "egg_6": "Œuf Méga", - "egg_6_plural": "Œufs Méga", - "egg_7": "Œuf Méga Légendaire", - "egg_7_plural": "Œufs Méga Légendaires", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Méga", - "evo_2": "Méga X", - "evo_3": "Méga Y", - "evo_4": "Primal", - "form_0": "form_0", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "!", - "form_28": "?", - "form_29": "Normal", - "form_30": "Solaire", - "form_31": "Eau de pluie", - "form_32": "Blizzard", - "form_33": "Normal", - "form_34": "Attaque", - "form_35": "Défense", - "form_36": "Vitesse", - "form_37": "00", - "form_38": "01", - "form_39": "02", - "form_40": "03", - "form_41": "04", - "form_42": "05", - "form_43": "06", - "form_44": "07", - "form_45": "Normal", - "form_46": "Alola", - "form_47": "Normal", - "form_48": "Alola", - "form_49": "Normal", - "form_50": "Alola", - "form_51": "Normal", - "form_52": "Alola", - "form_53": "Normal", - "form_54": "Alola", - "form_55": "Normal", - "form_56": "Alola", - "form_57": "Normal", - "form_58": "Alola", - "form_59": "Normal", - "form_60": "Alola", - "form_61": "Normal", - "form_62": "Alola", - "form_63": "Normal", - "form_64": "Alola", - "form_65": "Normal", - "form_66": "Alola", - "form_67": "Normal", - "form_68": "Alola", - "form_69": "Normal", - "form_70": "Alola", - "form_71": "Normal", - "form_72": "Alola", - "form_73": "Normal", - "form_74": "Alola", - "form_75": "Normal", - "form_76": "Alola", - "form_77": "Normal", - "form_78": "Alola", - "form_79": "Normal", - "form_80": "Alola", - "form_81": "Normal", - "form_82": "Motisma Froid", - "form_83": "Motisma Hélice", - "form_84": "Motisma Tonte", - "form_85": "Motisma Lavage", - "form_86": "Motisma Chaleur", - "form_87": "Plante", - "form_88": "Cape Sable", - "form_89": "Cape Déchet", - "form_90": "Forme Alternative", - "form_91": "Forme Originelle", - "form_92": "Forme Céleste", - "form_93": "Forme Terrestre", - "form_94": "Temps Couvert", - "form_95": "Temps Ensoleillé", - "form_96": "Mer Occident", - "form_97": "Mer Orient", - "form_98": "Mer Occident", - "form_99": "Mer Orient", - "form_100": "Normal", - "form_101": "Combat", - "form_102": "Vol", - "form_103": "Poison", - "form_104": "Sol", - "form_105": "Roche", - "form_106": "Insecte", - "form_107": "Spectre", - "form_108": "Acier", - "form_109": "Feu", - "form_110": "Eau", - "form_111": "Plante", - "form_112": "Électrik", - "form_113": "Psy", - "form_114": "Glace", - "form_115": "Dragon", - "form_116": "Ténèbres", - "form_117": "Fée", - "form_118": "Cape Plante", - "form_119": "Cape Sable", - "form_120": "Cape Déchet", - "form_121": "08", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "Armure", - "form_135": "Normal", - "form_136": "Motif Rouge", - "form_137": "Motif Bleu", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "Forme Avatar", - "form_141": "Forme Totémique", - "form_142": "Forme Avatar", - "form_143": "Forme Totémique", - "form_144": "Forme Avatar", - "form_145": "Forme Totémique", - "form_146": "Normal", - "form_147": "Kyurem Noir", - "form_148": "Kyurem Blanc", - "form_149": "Aspect Normal", - "form_150": "Resolute", - "form_151": "Forme Chant", - "form_152": "Pirouette", - "form_153": "Obscur", - "form_154": "Purifié", - "form_155": "Obscur", - "form_156": "Purifié", - "form_157": "Normal", - "form_158": "Obscur", - "form_159": "Purifié", - "form_160": "Normal", - "form_161": "Obscur", - "form_162": "Purifié", - "form_163": "Normal", - "form_164": "Obscur", - "form_165": "Purifié", - "form_166": "Normal", - "form_167": "Obscur", - "form_168": "Purifié", - "form_169": "Normal", - "form_170": "Obscur", - "form_171": "Purifié", - "form_172": "Normal", - "form_173": "Obscur", - "form_174": "Purifié", - "form_175": "Normal", - "form_176": "Obscur", - "form_177": "Purifié", - "form_178": "Normal", - "form_179": "Obscur", - "form_180": "Purifié", - "form_181": "Normal", - "form_182": "Obscur", - "form_183": "Purifié", - "form_184": "Normal", - "form_185": "Obscur", - "form_186": "Purifié", - "form_187": "Normal", - "form_188": "Obscur", - "form_189": "Purifié", - "form_190": "Normal", - "form_191": "Obscur", - "form_192": "Purifié", - "form_193": "Normal", - "form_194": "Obscur", - "form_195": "Purifié", - "form_196": "Normal", - "form_197": "Obscur", - "form_198": "Purifié", - "form_199": "Normal", - "form_200": "Obscur", - "form_201": "Purifié", - "form_202": "Normal", - "form_203": "Obscur", - "form_204": "Purifié", - "form_205": "Normal", - "form_206": "Obscur", - "form_207": "Purifié", - "form_208": "Normal", - "form_209": "Obscur", - "form_210": "Purifié", - "form_211": "Normal", - "form_212": "Obscur", - "form_213": "Purifié", - "form_214": "Normal", - "form_215": "Obscur", - "form_216": "Purifié", - "form_217": "Normal", - "form_218": "Obscur", - "form_219": "Purifié", - "form_220": "Obscur", - "form_221": "Purifié", - "form_222": "Obscur", - "form_223": "Purifié", - "form_224": "Normal", - "form_225": "Obscur", - "form_226": "Purifié", - "form_227": "Obscur", - "form_228": "Purifié", - "form_229": "Normal", - "form_230": "Obscur", - "form_231": "Purifié", - "form_232": "Normal", - "form_233": "Obscur", - "form_234": "Purifié", - "form_235": "Normal", - "form_236": "Obscur", - "form_237": "Purifié", - "form_238": "Normal", - "form_239": "Obscur", - "form_240": "Purifié", - "form_241": "Normal", - "form_242": "Obscur", - "form_243": "Purifié", - "form_244": "Normal", - "form_245": "Obscur", - "form_246": "Purifié", - "form_247": "Normal", - "form_248": "Obscur", - "form_249": "Purifié", - "form_250": "Normal", - "form_251": "Obscur", - "form_252": "Purifié", - "form_253": "Normal", - "form_254": "Obscur", - "form_255": "Purifié", - "form_256": "Normal", - "form_257": "Obscur", - "form_258": "Purifié", - "form_259": "Normal", - "form_260": "Obscur", - "form_261": "Purifié", - "form_262": "Normal", - "form_263": "Obscur", - "form_264": "Purifié", - "form_265": "Normal", - "form_266": "Obscur", - "form_267": "Purifié", - "form_268": "Normal", - "form_269": "Obscur", - "form_270": "Purifié", - "form_271": "Normal", - "form_272": "Obscur", - "form_273": "Purifié", - "form_274": "Normal", - "form_275": "Obscur", - "form_276": "Purifié", - "form_277": "Normal", - "form_278": "Obscur", - "form_279": "Purifié", - "form_280": "Normal", - "form_281": "Obscur", - "form_282": "Purifié", - "form_283": "Normal", - "form_284": "Obscur", - "form_285": "Purifié", - "form_286": "Normal", - "form_287": "Obscur", - "form_288": "Purifié", - "form_289": "Normal", - "form_290": "Obscur", - "form_291": "Purifié", - "form_292": "Normal", - "form_293": "Obscur", - "form_294": "Purifié", - "form_295": "Normal", - "form_296": "Obscur", - "form_297": "Purifié", - "form_298": "Normal", - "form_299": "Obscur", - "form_300": "Purifié", - "form_301": "Normal", - "form_302": "Obscur", - "form_303": "Purifié", - "form_304": "Normal", - "form_305": "Obscur", - "form_306": "Purifié", - "form_307": "Normal", - "form_308": "Obscur", - "form_309": "Purifié", - "form_310": "Normal", - "form_311": "Obscur", - "form_312": "Purifié", - "form_313": "Normal", - "form_314": "Obscur", - "form_315": "Purifié", - "form_316": "Normal", - "form_317": "Obscur", - "form_318": "Purifié", - "form_319": "Normal", - "form_320": "Obscur", - "form_321": "Purifié", - "form_322": "Normal", - "form_323": "Obscur", - "form_324": "Purifié", - "form_585": "Forme Printemps", - "form_586": "Forme Été", - "form_587": "Forme Automne", - "form_588": "Forme Hiver", - "form_589": "Forme Printemps", - "form_590": "Forme Été", - "form_591": "Forme Automne", - "form_592": "Forme Hiver", - "form_593": "Normal", - "form_594": "Module Choc", - "form_595": "Module Pyro", - "form_596": "Module Cryo", - "form_597": "Module Aqua", - "form_598": "Normal", - "form_599": "Noevolve", - "form_600": "Normal", - "form_601": "Noevolve", - "form_602": "Normal", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "Normal", - "form_611": "Obscur", - "form_612": "Purifié", - "form_613": "Normal", - "form_614": "Obscur", - "form_615": "Purifié", - "form_616": "Normal", - "form_617": "Obscur", - "form_618": "Purifié", - "form_619": "Normal", - "form_620": "Obscur", - "form_621": "Purifié", - "form_622": "Normal", - "form_623": "Obscur", - "form_624": "Purifié", - "form_625": "Normal", - "form_626": "Obscur", - "form_627": "Purifié", - "form_628": "Normal", - "form_629": "Obscur", - "form_630": "Purifié", - "form_631": "Normal", - "form_632": "Obscur", - "form_633": "Purifié", - "form_634": "Normal", - "form_635": "Obscur", - "form_636": "Purifié", - "form_637": "Normal", - "form_638": "Obscur", - "form_639": "Purifié", - "form_640": "Normal", - "form_641": "Obscur", - "form_642": "Purifié", - "form_643": "Normal", - "form_644": "Obscur", - "form_645": "Purifié", - "form_646": "Normal", - "form_647": "Obscur", - "form_648": "Purifié", - "form_649": "Normal", - "form_650": "Obscur", - "form_651": "Purifié", - "form_652": "Normal", - "form_653": "Obscur", - "form_654": "Purifié", - "form_655": "Normal", - "form_656": "Obscur", - "form_657": "Purifié", - "form_658": "Normal", - "form_659": "Obscur", - "form_660": "Purifié", - "form_661": "Normal", - "form_662": "Obscur", - "form_663": "Purifié", - "form_664": "Normal", - "form_665": "Obscur", - "form_666": "Purifié", - "form_667": "Normal", - "form_668": "Obscur", - "form_669": "Purifié", - "form_670": "Normal", - "form_671": "Obscur", - "form_672": "Purifié", - "form_673": "Obscur", - "form_674": "Purifié", - "form_675": "Obscur", - "form_676": "Purifié", - "form_677": "Normal", - "form_678": "Obscur", - "form_679": "Purifié", - "form_680": "Normal", - "form_681": "Obscur", - "form_682": "Purifié", - "form_683": "Normal", - "form_684": "Obscur", - "form_685": "Purifié", - "form_686": "Obscur", - "form_687": "Purifié", - "form_688": "Normal", - "form_689": "Obscur", - "form_690": "Purifié", - "form_691": "Normal", - "form_692": "Obscur", - "form_693": "Purifié", - "form_694": "Normal", - "form_695": "Obscur", - "form_696": "Purifié", - "form_697": "Normal", - "form_698": "Obscur", - "form_699": "Purifié", - "form_700": "Normal", - "form_701": "Obscur", - "form_702": "Purifié", - "form_703": "Normal", - "form_704": "Obscur", - "form_705": "Purifié", - "form_706": "Normal", - "form_707": "Obscur", - "form_708": "Purifié", - "form_709": "Obscur", - "form_710": "Purifié", - "form_711": "Obscur", - "form_712": "Purifié", - "form_713": "Normal", - "form_714": "Obscur", - "form_715": "Purifié", - "form_716": "Normal", - "form_717": "Obscur", - "form_718": "Purifié", - "form_719": "Normal", - "form_720": "Obscur", - "form_721": "Purifié", - "form_722": "Normal", - "form_723": "Obscur", - "form_724": "Purifié", - "form_725": "Obscur", - "form_726": "Purifié", - "form_727": "Obscur", - "form_728": "Purifié", - "form_729": "Normal", - "form_730": "Obscur", - "form_731": "Purifié", - "form_732": "Obscur", - "form_733": "Purifié", - "form_734": "Normal", - "form_735": "Obscur", - "form_736": "Purifié", - "form_737": "Normal", - "form_738": "Obscur", - "form_739": "Purifié", - "form_740": "Normal", - "form_741": "Obscur", - "form_742": "Purifié", - "form_743": "Normal", - "form_744": "Obscur", - "form_745": "Purifié", - "form_746": "Normal", - "form_747": "Obscur", - "form_748": "Purifié", - "form_749": "Normal", - "form_750": "Obscur", - "form_751": "Purifié", - "form_752": "Normal", - "form_753": "Obscur", - "form_754": "Purifié", - "form_755": "Normal", - "form_756": "Obscur", - "form_757": "Purifié", - "form_758": "Normal", - "form_759": "Obscur", - "form_760": "Purifié", - "form_761": "Normal", - "form_762": "Obscur", - "form_763": "Purifié", - "form_764": "Normal", - "form_765": "Obscur", - "form_766": "Purifié", - "form_767": "Normal", - "form_768": "Obscur", - "form_769": "Purifié", - "form_770": "Normal", - "form_771": "Obscur", - "form_772": "Purifié", - "form_773": "Normal", - "form_774": "Obscur", - "form_775": "Purifié", - "form_776": "Normal", - "form_777": "Obscur", - "form_778": "Purifié", - "form_779": "Normal", - "form_780": "Obscur", - "form_781": "Purifié", - "form_782": "Normal", - "form_783": "Obscur", - "form_784": "Purifié", - "form_785": "Normal", - "form_786": "Obscur", - "form_787": "Purifié", - "form_788": "Normal", - "form_789": "Obscur", - "form_790": "Purifié", - "form_791": "Normal", - "form_792": "Obscur", - "form_793": "Purifié", - "form_794": "Normal", - "form_795": "Obscur", - "form_796": "Purifié", - "form_797": "Normal", - "form_798": "Obscur", - "form_799": "Purifié", - "form_800": "Normal", - "form_801": "Obscur", - "form_802": "Purifié", - "form_803": "Normal", - "form_804": "Obscur", - "form_805": "Purifié", - "form_806": "Normal", - "form_807": "Obscur", - "form_808": "Purifié", - "form_809": "Normal", - "form_810": "Obscur", - "form_811": "Purifié", - "form_812": "Normal", - "form_813": "Obscur", - "form_814": "Purifié", - "form_815": "Normal", - "form_816": "Obscur", - "form_817": "Purifié", - "form_818": "Normal", - "form_819": "Obscur", - "form_820": "Purifié", - "form_821": "Normal", - "form_822": "Obscur", - "form_823": "Purifié", - "form_824": "Normal", - "form_825": "Obscur", - "form_826": "Purifié", - "form_827": "Normal", - "form_828": "Obscur", - "form_829": "Purifié", - "form_830": "Normal", - "form_831": "Obscur", - "form_832": "Purifié", - "form_833": "Normal", - "form_834": "Obscur", - "form_835": "Purifié", - "form_836": "Normal", - "form_837": "Obscur", - "form_838": "Purifié", - "form_839": "Normal", - "form_840": "Obscur", - "form_841": "Purifié", - "form_842": "Obscur", - "form_843": "Purifié", - "form_844": "Obscur", - "form_845": "Purifié", - "form_846": "Normal", - "form_847": "Obscur", - "form_848": "Purifié", - "form_849": "Normal", - "form_850": "Obscur", - "form_851": "Purifié", - "form_852": "Normal", - "form_853": "Obscur", - "form_854": "Purifié", - "form_855": "Normal", - "form_856": "Obscur", - "form_857": "Purifié", - "form_858": "Normal", - "form_859": "Obscur", - "form_860": "Purifié", - "form_861": "Normal", - "form_862": "Obscur", - "form_863": "Purifié", - "form_864": "Normal", - "form_865": "Obscur", - "form_866": "Purifié", - "form_867": "Normal", - "form_868": "Obscur", - "form_869": "Purifié", - "form_870": "Normal", - "form_871": "Obscur", - "form_872": "Purifié", - "form_873": "Normal", - "form_874": "Obscur", - "form_875": "Purifié", - "form_876": "Normal", - "form_877": "Obscur", - "form_878": "Purifié", - "form_879": "Normal", - "form_880": "Obscur", - "form_881": "Purifié", - "form_882": "Obscur", - "form_883": "Purifié", - "form_884": "Obscur", - "form_885": "Purifié", - "form_886": "Obscur", - "form_887": "Purifié", - "form_888": "Normal", - "form_889": "Obscur", - "form_890": "Purifié", - "form_891": "Normal", - "form_892": "Obscur", - "form_893": "Purifié", - "form_894": "Automne 2019", - "form_895": "Automne 2019", - "form_896": "Automne 2019", - "form_897": "Automne 2019", - "form_898": "Normal", - "form_899": "Obscur", - "form_900": "Purifié", - "form_901": "Vs 2019", - "form_902": "Normal", - "form_903": "Obscur", - "form_904": "Purifié", - "form_905": "Normal", - "form_906": "Obscur", - "form_907": "Purifié", - "form_908": "Normal", - "form_909": "Obscur", - "form_910": "Purifié", - "form_911": "Normal", - "form_912": "Obscur", - "form_913": "Purifié", - "form_914": "Normal", - "form_915": "Obscur", - "form_916": "Purifié", - "form_917": "Normal", - "form_918": "Obscur", - "form_919": "Purifié", - "form_920": "Normal", - "form_921": "Obscur", - "form_922": "Purifié", - "form_923": "Normal", - "form_924": "Obscur", - "form_925": "Purifié", - "form_926": "Normal", - "form_927": "Obscur", - "form_928": "Purifié", - "form_929": "Normal", - "form_930": "Obscur", - "form_931": "Purifié", - "form_932": "Normal", - "form_933": "Obscur", - "form_934": "Purifié", - "form_935": "Normal", - "form_936": "Obscur", - "form_937": "Purifié", - "form_938": "Normal", - "form_939": "Obscur", - "form_940": "Purifié", - "form_941": "Normal", - "form_942": "Obscur", - "form_943": "Purifié", - "form_944": "Galarian", - "form_945": "Normal", - "form_946": "Galarian", - "form_947": "Normal", - "form_948": "Galarian", - "form_949": "Clone 2019", - "form_950": "Clone 2019", - "form_951": "Clone 2019", - "form_952": "Clone 2019", - "form_953": "Normal", - "form_954": "Obscur", - "form_955": "Purifié", - "form_956": "Normal", - "form_957": "Obscur", - "form_958": "Purifié", - "form_959": "Normal", - "form_960": "Obscur", - "form_961": "Purifié", - "form_962": "Normal", - "form_963": "Obscur", - "form_964": "Purifié", - "form_965": "Normal", - "form_966": "Obscur", - "form_967": "Purifié", - "form_968": "Normal", - "form_969": "Obscur", - "form_970": "Purifié", - "form_971": "Normal", - "form_972": "Obscur", - "form_973": "Purifié", - "form_974": "Normal", - "form_975": "Obscur", - "form_976": "Purifié", - "form_977": "Obscur", - "form_978": "Purifié", - "form_979": "Obscur", - "form_980": "Purifié", - "form_981": "Normal", - "form_982": "Obscur", - "form_983": "Purifié", - "form_984": "Normal", - "form_985": "Obscur", - "form_986": "Purifié", - "form_987": "Normal", - "form_988": "Obscur", - "form_989": "Purifié", - "form_990": "Normal", - "form_991": "Obscur", - "form_992": "Purifié", - "form_993": "Normal", - "form_994": "Obscur", - "form_995": "Purifié", - "form_996": "Normal", - "form_997": "Obscur", - "form_998": "Purifié", - "form_999": "Normal", - "form_1000": "Obscur", - "form_1001": "Purifié", - "form_1002": "Normal", - "form_1003": "Obscur", - "form_1004": "Purifié", - "form_1005": "Normal", - "form_1006": "Obscur", - "form_1007": "Purifié", - "form_1008": "Normal", - "form_1009": "Obscur", - "form_1010": "Purifié", - "form_1011": "Normal", - "form_1012": "Obscur", - "form_1013": "Purifié", - "form_1014": "Normal", - "form_1015": "Obscur", - "form_1016": "Purifié", - "form_1017": "Normal", - "form_1018": "Obscur", - "form_1019": "Purifié", - "form_1020": "Normal", - "form_1021": "Obscur", - "form_1022": "Purifié", - "form_1023": "Normal", - "form_1024": "Obscur", - "form_1025": "Purifié", - "form_1026": "Normal", - "form_1027": "Obscur", - "form_1028": "Purifié", - "form_1029": "Normal", - "form_1030": "Obscur", - "form_1031": "Purifié", - "form_1032": "Normal", - "form_1033": "Obscur", - "form_1034": "Purifié", - "form_1035": "Normal", - "form_1036": "Obscur", - "form_1037": "Purifié", - "form_1038": "Normal", - "form_1039": "Obscur", - "form_1040": "Purifié", - "form_1041": "Normal", - "form_1042": "Obscur", - "form_1043": "Purifié", - "form_1044": "Normal", - "form_1045": "Obscur", - "form_1046": "Purifié", - "form_1047": "Normal", - "form_1048": "Obscur", - "form_1049": "Purifié", - "form_1050": "Normal", - "form_1051": "Obscur", - "form_1052": "Purifié", - "form_1053": "Normal", - "form_1054": "Obscur", - "form_1055": "Purifié", - "form_1056": "Normal", - "form_1057": "Obscur", - "form_1058": "Purifié", - "form_1059": "Normal", - "form_1060": "Obscur", - "form_1061": "Purifié", - "form_1062": "Normal", - "form_1063": "Obscur", - "form_1064": "Purifié", - "form_1065": "Normal", - "form_1066": "Obscur", - "form_1067": "Purifié", - "form_1068": "Normal", - "form_1069": "Obscur", - "form_1070": "Purifié", - "form_1071": "Normal", - "form_1072": "Obscur", - "form_1073": "Purifié", - "form_1074": "Normal", - "form_1075": "Obscur", - "form_1076": "Purifié", - "form_1077": "Normal", - "form_1078": "Obscur", - "form_1079": "Purifié", - "form_1080": "Normal", - "form_1081": "Obscur", - "form_1082": "Purifié", - "form_1083": "Normal", - "form_1084": "Obscur", - "form_1085": "Purifié", - "form_1086": "Normal", - "form_1087": "Obscur", - "form_1088": "Purifié", - "form_1089": "Normal", - "form_1090": "Obscur", - "form_1091": "Purifié", - "form_1092": "Normal", - "form_1093": "Obscur", - "form_1094": "Purifié", - "form_1095": "Normal", - "form_1096": "Obscur", - "form_1097": "Purifié", - "form_1098": "Normal", - "form_1099": "Obscur", - "form_1100": "Purifié", - "form_1101": "Normal", - "form_1102": "Obscur", - "form_1103": "Purifié", - "form_1104": "Normal", - "form_1105": "Obscur", - "form_1106": "Purifié", - "form_1107": "Normal", - "form_1108": "Obscur", - "form_1109": "Purifié", - "form_1110": "Normal", - "form_1111": "Obscur", - "form_1112": "Purifié", - "form_1113": "Obscur", - "form_1114": "Purifié", - "form_1115": "Normal", - "form_1116": "Obscur", - "form_1117": "Purifié", - "form_1118": "Normal", - "form_1119": "Obscur", - "form_1120": "Purifié", - "form_1121": "Normal", - "form_1122": "Obscur", - "form_1123": "Purifié", - "form_1124": "Normal", - "form_1125": "Obscur", - "form_1126": "Purifié", - "form_1127": "Normal", - "form_1128": "Obscur", - "form_1129": "Purifié", - "form_1130": "Normal", - "form_1131": "Obscur", - "form_1132": "Purifié", - "form_1133": "Normal", - "form_1134": "Obscur", - "form_1135": "Purifié", - "form_1136": "Normal", - "form_1137": "Obscur", - "form_1138": "Purifié", - "form_1139": "Normal", - "form_1140": "Obscur", - "form_1141": "Purifié", - "form_1142": "Normal", - "form_1143": "Obscur", - "form_1144": "Purifié", - "form_1145": "Normal", - "form_1146": "Obscur", - "form_1147": "Purifié", - "form_1148": "Normal", - "form_1149": "Obscur", - "form_1150": "Purifié", - "form_1151": "Normal", - "form_1152": "Obscur", - "form_1153": "Purifié", - "form_1154": "Normal", - "form_1155": "Obscur", - "form_1156": "Purifié", - "form_1157": "Normal", - "form_1158": "Obscur", - "form_1159": "Purifié", - "form_1160": "Normal", - "form_1161": "Obscur", - "form_1162": "Purifié", - "form_1163": "Normal", - "form_1164": "Obscur", - "form_1165": "Purifié", - "form_1166": "Normal", - "form_1167": "Obscur", - "form_1168": "Purifié", - "form_1169": "Normal", - "form_1170": "Obscur", - "form_1171": "Purifié", - "form_1172": "Normal", - "form_1173": "Obscur", - "form_1174": "Purifié", - "form_1175": "Normal", - "form_1176": "Obscur", - "form_1177": "Purifié", - "form_1178": "Normal", - "form_1179": "Obscur", - "form_1180": "Purifié", - "form_1181": "Normal", - "form_1182": "Obscur", - "form_1183": "Purifié", - "form_1184": "Normal", - "form_1185": "Obscur", - "form_1186": "Purifié", - "form_1187": "Normal", - "form_1188": "Obscur", - "form_1189": "Purifié", - "form_1190": "Normal", - "form_1191": "Obscur", - "form_1192": "Purifié", - "form_1193": "Normal", - "form_1194": "Obscur", - "form_1195": "Purifié", - "form_1196": "Normal", - "form_1197": "Obscur", - "form_1198": "Purifié", - "form_1199": "Normal", - "form_1200": "Obscur", - "form_1201": "Purifié", - "form_1202": "Normal", - "form_1203": "Obscur", - "form_1204": "Purifié", - "form_1205": "Normal", - "form_1206": "Obscur", - "form_1207": "Purifié", - "form_1208": "Normal", - "form_1209": "Obscur", - "form_1210": "Purifié", - "form_1211": "Normal", - "form_1212": "Obscur", - "form_1213": "Purifié", - "form_1214": "Normal", - "form_1215": "Obscur", - "form_1216": "Purifié", - "form_1217": "Normal", - "form_1218": "Obscur", - "form_1219": "Purifié", - "form_1220": "Normal", - "form_1221": "Obscur", - "form_1222": "Purifié", - "form_1223": "Normal", - "form_1224": "Obscur", - "form_1225": "Purifié", - "form_1226": "Normal", - "form_1227": "Obscur", - "form_1228": "Purifié", - "form_1229": "Normal", - "form_1230": "Obscur", - "form_1231": "Purifié", - "form_1232": "Normal", - "form_1233": "Obscur", - "form_1234": "Purifié", - "form_1235": "Normal", - "form_1236": "Obscur", - "form_1237": "Purifié", - "form_1238": "Normal", - "form_1239": "Obscur", - "form_1240": "Purifié", - "form_1241": "Normal", - "form_1242": "Obscur", - "form_1243": "Purifié", - "form_1244": "Normal", - "form_1245": "Obscur", - "form_1246": "Purifié", - "form_1247": "Normal", - "form_1248": "Obscur", - "form_1249": "Purifié", - "form_1250": "Normal", - "form_1251": "Obscur", - "form_1252": "Purifié", - "form_1253": "Normal", - "form_1254": "Obscur", - "form_1255": "Purifié", - "form_1256": "Normal", - "form_1257": "Obscur", - "form_1258": "Purifié", - "form_1259": "Normal", - "form_1260": "Obscur", - "form_1261": "Purifié", - "form_1262": "Normal", - "form_1263": "Obscur", - "form_1264": "Purifié", - "form_1265": "Normal", - "form_1266": "Obscur", - "form_1267": "Purifié", - "form_1268": "Normal", - "form_1269": "Obscur", - "form_1270": "Purifié", - "form_1271": "Normal", - "form_1272": "Obscur", - "form_1273": "Purifié", - "form_1274": "Normal", - "form_1275": "Obscur", - "form_1276": "Purifié", - "form_1277": "Normal", - "form_1278": "Obscur", - "form_1279": "Purifié", - "form_1280": "Normal", - "form_1281": "Obscur", - "form_1282": "Purifié", - "form_1283": "Normal", - "form_1284": "Obscur", - "form_1285": "Purifié", - "form_1286": "Normal", - "form_1287": "Obscur", - "form_1288": "Purifié", - "form_1289": "Normal", - "form_1290": "Obscur", - "form_1291": "Purifié", - "form_1292": "Normal", - "form_1293": "Obscur", - "form_1294": "Purifié", - "form_1295": "Normal", - "form_1296": "Obscur", - "form_1297": "Purifié", - "form_1298": "Normal", - "form_1299": "Obscur", - "form_1300": "Purifié", - "form_1301": "Normal", - "form_1302": "Obscur", - "form_1303": "Purifié", - "form_1304": "Normal", - "form_1305": "Obscur", - "form_1306": "Purifié", - "form_1307": "Normal", - "form_1308": "Obscur", - "form_1309": "Purifié", - "form_1310": "Normal", - "form_1311": "Obscur", - "form_1312": "Purifié", - "form_1313": "Normal", - "form_1314": "Obscur", - "form_1315": "Purifié", - "form_1316": "Normal", - "form_1317": "Obscur", - "form_1318": "Purifié", - "form_1319": "Normal", - "form_1320": "Obscur", - "form_1321": "Purifié", - "form_1322": "Normal", - "form_1323": "Obscur", - "form_1324": "Purifié", - "form_1325": "Normal", - "form_1326": "Obscur", - "form_1327": "Purifié", - "form_1328": "Normal", - "form_1329": "Obscur", - "form_1330": "Purifié", - "form_1331": "Normal", - "form_1332": "Obscur", - "form_1333": "Purifié", - "form_1334": "Normal", - "form_1335": "Obscur", - "form_1336": "Purifié", - "form_1337": "Normal", - "form_1338": "Obscur", - "form_1339": "Purifié", - "form_1340": "Normal", - "form_1341": "Obscur", - "form_1342": "Purifié", - "form_1343": "Normal", - "form_1344": "Obscur", - "form_1345": "Purifié", - "form_1346": "Normal", - "form_1347": "Obscur", - "form_1348": "Purifié", - "form_1349": "Normal", - "form_1350": "Obscur", - "form_1351": "Purifié", - "form_1352": "Normal", - "form_1353": "Obscur", - "form_1354": "Purifié", - "form_1355": "Normal", - "form_1356": "Obscur", - "form_1357": "Purifié", - "form_1358": "Normal", - "form_1359": "Obscur", - "form_1360": "Purifié", - "form_1361": "Normal", - "form_1362": "Obscur", - "form_1363": "Purifié", - "form_1364": "Normal", - "form_1365": "Obscur", - "form_1366": "Purifié", - "form_1367": "Normal", - "form_1368": "Obscur", - "form_1369": "Purifié", - "form_1370": "Normal", - "form_1371": "Obscur", - "form_1372": "Purifié", - "form_1373": "Obscur", - "form_1374": "Purifié", - "form_1375": "Obscur", - "form_1376": "Purifié", - "form_1377": "Obscur", - "form_1378": "Purifié", - "form_1379": "Normal", - "form_1380": "Obscur", - "form_1381": "Purifié", - "form_1382": "Normal", - "form_1383": "Obscur", - "form_1384": "Purifié", - "form_1385": "Normal", - "form_1386": "Obscur", - "form_1387": "Purifié", - "form_1388": "Normal", - "form_1389": "Obscur", - "form_1390": "Purifié", - "form_1391": "Normal", - "form_1392": "Obscur", - "form_1393": "Purifié", - "form_1394": "Normal", - "form_1395": "Obscur", - "form_1396": "Purifié", - "form_1397": "Normal", - "form_1398": "Obscur", - "form_1399": "Purifié", - "form_1400": "Normal", - "form_1401": "Obscur", - "form_1402": "Purifié", - "form_1403": "Normal", - "form_1404": "Obscur", - "form_1405": "Purifié", - "form_1406": "Normal", - "form_1407": "Obscur", - "form_1408": "Purifié", - "form_1409": "Normal", - "form_1410": "Obscur", - "form_1411": "Purifié", - "form_1412": "Normal", - "form_1413": "Obscur", - "form_1414": "Purifié", - "form_1415": "Normal", - "form_1416": "Obscur", - "form_1417": "Purifié", - "form_1418": "Normal", - "form_1419": "Obscur", - "form_1420": "Purifié", - "form_1421": "Normal", - "form_1422": "Obscur", - "form_1423": "Purifié", - "form_1424": "Normal", - "form_1425": "Obscur", - "form_1426": "Purifié", - "form_1427": "Normal", - "form_1428": "Obscur", - "form_1429": "Purifié", - "form_1430": "Normal", - "form_1431": "Obscur", - "form_1432": "Purifié", - "form_1433": "Normal", - "form_1434": "Obscur", - "form_1435": "Purifié", - "form_1436": "Normal", - "form_1437": "Obscur", - "form_1438": "Purifié", - "form_1439": "Normal", - "form_1440": "Obscur", - "form_1441": "Purifié", - "form_1442": "Normal", - "form_1443": "Obscur", - "form_1444": "Purifié", - "form_1445": "Normal", - "form_1446": "Obscur", - "form_1447": "Purifié", - "form_1448": "Normal", - "form_1449": "Obscur", - "form_1450": "Purifié", - "form_1451": "Normal", - "form_1452": "Obscur", - "form_1453": "Purifié", - "form_1454": "Normal", - "form_1455": "Obscur", - "form_1456": "Purifié", - "form_1457": "Normal", - "form_1458": "Obscur", - "form_1459": "Purifié", - "form_1460": "Normal", - "form_1461": "Obscur", - "form_1462": "Purifié", - "form_1463": "Normal", - "form_1464": "Obscur", - "form_1465": "Purifié", - "form_1466": "Normal", - "form_1467": "Obscur", - "form_1468": "Purifié", - "form_1469": "Normal", - "form_1470": "Obscur", - "form_1471": "Purifié", - "form_1472": "Normal", - "form_1473": "Obscur", - "form_1474": "Purifié", - "form_1475": "Normal", - "form_1476": "Obscur", - "form_1477": "Purifié", - "form_1478": "Normal", - "form_1479": "Obscur", - "form_1480": "Purifié", - "form_1481": "Normal", - "form_1482": "Obscur", - "form_1483": "Purifié", - "form_1484": "Normal", - "form_1485": "Obscur", - "form_1486": "Purifié", - "form_1487": "Normal", - "form_1488": "Obscur", - "form_1489": "Purifié", - "form_1490": "Normal", - "form_1491": "Obscur", - "form_1492": "Purifié", - "form_1493": "Normal", - "form_1494": "Obscur", - "form_1495": "Purifié", - "form_1496": "Normal", - "form_1497": "Obscur", - "form_1498": "Purifié", - "form_1499": "Normal", - "form_1500": "Obscur", - "form_1501": "Purifié", - "form_1502": "Normal", - "form_1503": "Obscur", - "form_1504": "Purifié", - "form_1505": "Normal", - "form_1506": "Obscur", - "form_1507": "Purifié", - "form_1508": "Normal", - "form_1509": "Obscur", - "form_1510": "Purifié", - "form_1511": "Normal", - "form_1512": "Obscur", - "form_1513": "Purifié", - "form_1514": "Normal", - "form_1515": "Obscur", - "form_1516": "Purifié", - "form_1517": "Normal", - "form_1518": "Obscur", - "form_1519": "Purifié", - "form_1520": "Normal", - "form_1521": "Obscur", - "form_1522": "Purifié", - "form_1523": "Normal", - "form_1524": "Obscur", - "form_1525": "Purifié", - "form_1526": "Normal", - "form_1527": "Obscur", - "form_1528": "Purifié", - "form_1529": "Normal", - "form_1530": "Obscur", - "form_1531": "Purifié", - "form_1532": "Normal", - "form_1533": "Obscur", - "form_1534": "Purifié", - "form_1535": "Normal", - "form_1536": "Obscur", - "form_1537": "Purifié", - "form_1538": "Normal", - "form_1539": "Obscur", - "form_1540": "Purifié", - "form_1541": "Normal", - "form_1542": "Obscur", - "form_1543": "Purifié", - "form_1544": "Normal", - "form_1545": "Obscur", - "form_1546": "Purifié", - "form_1547": "Normal", - "form_1548": "Obscur", - "form_1549": "Purifié", - "form_1550": "Normal", - "form_1551": "Obscur", - "form_1552": "Purifié", - "form_1553": "Normal", - "form_1554": "Obscur", - "form_1555": "Purifié", - "form_1556": "Normal", - "form_1557": "Obscur", - "form_1558": "Purifié", - "form_1559": "Normal", - "form_1560": "Obscur", - "form_1561": "Purifié", - "form_1562": "Normal", - "form_1563": "Obscur", - "form_1564": "Purifié", - "form_1565": "Normal", - "form_1566": "Obscur", - "form_1567": "Purifié", - "form_1568": "Normal", - "form_1569": "Obscur", - "form_1570": "Purifié", - "form_1571": "Normal", - "form_1572": "Obscur", - "form_1573": "Purifié", - "form_1574": "Normal", - "form_1575": "Obscur", - "form_1576": "Purifié", - "form_1577": "Normal", - "form_1578": "Obscur", - "form_1579": "Purifié", - "form_1580": "Normal", - "form_1581": "Obscur", - "form_1582": "Purifié", - "form_1583": "Normal", - "form_1584": "Obscur", - "form_1585": "Purifié", - "form_1586": "Normal", - "form_1587": "Obscur", - "form_1588": "Purifié", - "form_1589": "Normal", - "form_1590": "Obscur", - "form_1591": "Purifié", - "form_1592": "Normal", - "form_1593": "Obscur", - "form_1594": "Purifié", - "form_1595": "Normal", - "form_1596": "Obscur", - "form_1597": "Purifié", - "form_1598": "Normal", - "form_1599": "Obscur", - "form_1600": "Purifié", - "form_1601": "Normal", - "form_1602": "Obscur", - "form_1603": "Purifié", - "form_1604": "Normal", - "form_1605": "Obscur", - "form_1606": "Purifié", - "form_1607": "Normal", - "form_1608": "Obscur", - "form_1609": "Purifié", - "form_1610": "Normal", - "form_1611": "Obscur", - "form_1612": "Purifié", - "form_1613": "Normal", - "form_1614": "Obscur", - "form_1615": "Purifié", - "form_1616": "Normal", - "form_1617": "Obscur", - "form_1618": "Purifié", - "form_1619": "Normal", - "form_1620": "Obscur", - "form_1621": "Purifié", - "form_1622": "Normal", - "form_1623": "Obscur", - "form_1624": "Purifié", - "form_1625": "Normal", - "form_1626": "Obscur", - "form_1627": "Purifié", - "form_1628": "Normal", - "form_1629": "Obscur", - "form_1630": "Purifié", - "form_1631": "Normal", - "form_1632": "Obscur", - "form_1633": "Purifié", - "form_1634": "Normal", - "form_1635": "Obscur", - "form_1636": "Purifié", - "form_1637": "Normal", - "form_1638": "Obscur", - "form_1639": "Purifié", - "form_1640": "Normal", - "form_1641": "Obscur", - "form_1642": "Purifié", - "form_1643": "Normal", - "form_1644": "Obscur", - "form_1645": "Purifié", - "form_1646": "Normal", - "form_1647": "Obscur", - "form_1648": "Purifié", - "form_1649": "Normal", - "form_1650": "Obscur", - "form_1651": "Purifié", - "form_1652": "Normal", - "form_1653": "Obscur", - "form_1654": "Purifié", - "form_1655": "Normal", - "form_1656": "Obscur", - "form_1657": "Purifié", - "form_1658": "Normal", - "form_1659": "Obscur", - "form_1660": "Purifié", - "form_1661": "Normal", - "form_1662": "Obscur", - "form_1663": "Purifié", - "form_1664": "Normal", - "form_1665": "Obscur", - "form_1666": "Purifié", - "form_1667": "Normal", - "form_1668": "Obscur", - "form_1669": "Purifié", - "form_1670": "Normal", - "form_1671": "Obscur", - "form_1672": "Purifié", - "form_1673": "Normal", - "form_1674": "Obscur", - "form_1675": "Purifié", - "form_1676": "Normal", - "form_1677": "Obscur", - "form_1678": "Purifié", - "form_1679": "Normal", - "form_1680": "Obscur", - "form_1681": "Purifié", - "form_1682": "Normal", - "form_1683": "Obscur", - "form_1684": "Purifié", - "form_1685": "Normal", - "form_1686": "Obscur", - "form_1687": "Purifié", - "form_1688": "Normal", - "form_1689": "Obscur", - "form_1690": "Purifié", - "form_1691": "Normal", - "form_1692": "Obscur", - "form_1693": "Purifié", - "form_1694": "Normal", - "form_1695": "Obscur", - "form_1696": "Purifié", - "form_1697": "Normal", - "form_1698": "Obscur", - "form_1699": "Purifié", - "form_1700": "Normal", - "form_1701": "Obscur", - "form_1702": "Purifié", - "form_1703": "Normal", - "form_1704": "Obscur", - "form_1705": "Purifié", - "form_1706": "Normal", - "form_1707": "Obscur", - "form_1708": "Purifié", - "form_1709": "Normal", - "form_1710": "Obscur", - "form_1711": "Purifié", - "form_1712": "Normal", - "form_1713": "Obscur", - "form_1714": "Purifié", - "form_1715": "Normal", - "form_1716": "Obscur", - "form_1717": "Purifié", - "form_1718": "Normal", - "form_1719": "Obscur", - "form_1720": "Purifié", - "form_1721": "Normal", - "form_1722": "Obscur", - "form_1723": "Purifié", - "form_1724": "Normal", - "form_1725": "Obscur", - "form_1726": "Purifié", - "form_1727": "Normal", - "form_1728": "Obscur", - "form_1729": "Purifié", - "form_1730": "Normal", - "form_1731": "Obscur", - "form_1732": "Purifié", - "form_1733": "Normal", - "form_1734": "Obscur", - "form_1735": "Purifié", - "form_1736": "Normal", - "form_1737": "Obscur", - "form_1738": "Purifié", - "form_1739": "Normal", - "form_1740": "Obscur", - "form_1741": "Purifié", - "form_1742": "Normal", - "form_1743": "Obscur", - "form_1744": "Purifié", - "form_1745": "Normal", - "form_1746": "Obscur", - "form_1747": "Purifié", - "form_1748": "Normal", - "form_1749": "Obscur", - "form_1750": "Purifié", - "form_1751": "Normal", - "form_1752": "Obscur", - "form_1753": "Purifié", - "form_1754": "Normal", - "form_1755": "Obscur", - "form_1756": "Purifié", - "form_1757": "Normal", - "form_1758": "Obscur", - "form_1759": "Purifié", - "form_1760": "Normal", - "form_1761": "Obscur", - "form_1762": "Purifié", - "form_1763": "Normal", - "form_1764": "Obscur", - "form_1765": "Purifié", - "form_1766": "Normal", - "form_1767": "Obscur", - "form_1768": "Purifié", - "form_1769": "Normal", - "form_1770": "Obscur", - "form_1771": "Purifié", - "form_1772": "Normal", - "form_1773": "Obscur", - "form_1774": "Purifié", - "form_1775": "Normal", - "form_1776": "Obscur", - "form_1777": "Purifié", - "form_1778": "Normal", - "form_1779": "Obscur", - "form_1780": "Purifié", - "form_1781": "Normal", - "form_1782": "Obscur", - "form_1783": "Purifié", - "form_1784": "Normal", - "form_1785": "Obscur", - "form_1786": "Purifié", - "form_1787": "Normal", - "form_1788": "Obscur", - "form_1789": "Purifié", - "form_1790": "Normal", - "form_1791": "Obscur", - "form_1792": "Purifié", - "form_1793": "Normal", - "form_1794": "Obscur", - "form_1795": "Purifié", - "form_1796": "Normal", - "form_1797": "Obscur", - "form_1798": "Purifié", - "form_1799": "Normal", - "form_1800": "Obscur", - "form_1801": "Purifié", - "form_1802": "Normal", - "form_1803": "Obscur", - "form_1804": "Purifié", - "form_1805": "Normal", - "form_1806": "Obscur", - "form_1807": "Purifié", - "form_1808": "Normal", - "form_1809": "Obscur", - "form_1810": "Purifié", - "form_1811": "Normal", - "form_1812": "Obscur", - "form_1813": "Purifié", - "form_1814": "Normal", - "form_1815": "Obscur", - "form_1816": "Purifié", - "form_1817": "Normal", - "form_1818": "Obscur", - "form_1819": "Purifié", - "form_1820": "Normal", - "form_1821": "Obscur", - "form_1822": "Purifié", - "form_1823": "Normal", - "form_1824": "Obscur", - "form_1825": "Purifié", - "form_1826": "Normal", - "form_1827": "Obscur", - "form_1828": "Purifié", - "form_1829": "Normal", - "form_1830": "Obscur", - "form_1831": "Purifié", - "form_1832": "Normal", - "form_1833": "Obscur", - "form_1834": "Purifié", - "form_1835": "Normal", - "form_1836": "Obscur", - "form_1837": "Purifié", - "form_1838": "Normal", - "form_1839": "Obscur", - "form_1840": "Purifié", - "form_1841": "Normal", - "form_1842": "Obscur", - "form_1843": "Purifié", - "form_1844": "Normal", - "form_1845": "Obscur", - "form_1846": "Purifié", - "form_1847": "Normal", - "form_1848": "Obscur", - "form_1849": "Purifié", - "form_1850": "Normal", - "form_1851": "Obscur", - "form_1852": "Purifié", - "form_1853": "Normal", - "form_1854": "Obscur", - "form_1855": "Purifié", - "form_1856": "Normal", - "form_1857": "Obscur", - "form_1858": "Purifié", - "form_1859": "Normal", - "form_1860": "Obscur", - "form_1861": "Purifié", - "form_1862": "Normal", - "form_1863": "Obscur", - "form_1864": "Purifié", - "form_1865": "Normal", - "form_1866": "Obscur", - "form_1867": "Purifié", - "form_1868": "Normal", - "form_1869": "Obscur", - "form_1870": "Purifié", - "form_1871": "Normal", - "form_1872": "Obscur", - "form_1873": "Purifié", - "form_1874": "Normal", - "form_1875": "Obscur", - "form_1876": "Purifié", - "form_1877": "Normal", - "form_1878": "Obscur", - "form_1879": "Purifié", - "form_1880": "Normal", - "form_1881": "Obscur", - "form_1882": "Purifié", - "form_1883": "Normal", - "form_1884": "Obscur", - "form_1885": "Purifié", - "form_1886": "Normal", - "form_1887": "Obscur", - "form_1888": "Purifié", - "form_1889": "Normal", - "form_1890": "Obscur", - "form_1891": "Purifié", - "form_1892": "Normal", - "form_1893": "Obscur", - "form_1894": "Purifié", - "form_1895": "Normal", - "form_1896": "Obscur", - "form_1897": "Purifié", - "form_1898": "Normal", - "form_1899": "Obscur", - "form_1900": "Purifié", - "form_1901": "Normal", - "form_1902": "Obscur", - "form_1903": "Purifié", - "form_1904": "Normal", - "form_1905": "Obscur", - "form_1906": "Purifié", - "form_1907": "Normal", - "form_1908": "Obscur", - "form_1909": "Purifié", - "form_1910": "Normal", - "form_1911": "Obscur", - "form_1912": "Purifié", - "form_1913": "Normal", - "form_1914": "Obscur", - "form_1915": "Purifié", - "form_1916": "Normal", - "form_1917": "Obscur", - "form_1918": "Purifié", - "form_1919": "Normal", - "form_1920": "Obscur", - "form_1921": "Purifié", - "form_1922": "Normal", - "form_1923": "Obscur", - "form_1924": "Purifié", - "form_1925": "Normal", - "form_1926": "Obscur", - "form_1927": "Purifié", - "form_1928": "Normal", - "form_1929": "Obscur", - "form_1930": "Purifié", - "form_1931": "Normal", - "form_1932": "Obscur", - "form_1933": "Purifié", - "form_1934": "Normal", - "form_1935": "Obscur", - "form_1936": "Purifié", - "form_1937": "Normal", - "form_1938": "Obscur", - "form_1939": "Purifié", - "form_1940": "Normal", - "form_1941": "Obscur", - "form_1942": "Purifié", - "form_1943": "Normal", - "form_1944": "Obscur", - "form_1945": "Purifié", - "form_1946": "Normal", - "form_1947": "Obscur", - "form_1948": "Purifié", - "form_1949": "Normal", - "form_1950": "Obscur", - "form_1951": "Purifié", - "form_1952": "Normal", - "form_1953": "Obscur", - "form_1954": "Purifié", - "form_1955": "Normal", - "form_1956": "Obscur", - "form_1957": "Purifié", - "form_1958": "Normal", - "form_1959": "Obscur", - "form_1960": "Purifié", - "form_1961": "Normal", - "form_1962": "Obscur", - "form_1963": "Purifié", - "form_1964": "Normal", - "form_1965": "Obscur", - "form_1966": "Purifié", - "form_1967": "Normal", - "form_1968": "Obscur", - "form_1969": "Purifié", - "form_1970": "Normal", - "form_1971": "Obscur", - "form_1972": "Purifié", - "form_1973": "Normal", - "form_1974": "Obscur", - "form_1975": "Purifié", - "form_1976": "Normal", - "form_1977": "Obscur", - "form_1978": "Purifié", - "form_1979": "Normal", - "form_1980": "Obscur", - "form_1981": "Purifié", - "form_1982": "Normal", - "form_1983": "Obscur", - "form_1984": "Purifié", - "form_1985": "Normal", - "form_1986": "Obscur", - "form_1987": "Purifié", - "form_1988": "Normal", - "form_1989": "Obscur", - "form_1990": "Purifié", - "form_1991": "Normal", - "form_1992": "Obscur", - "form_1993": "Purifié", - "form_1994": "Normal", - "form_1995": "Obscur", - "form_1996": "Purifié", - "form_1997": "Normal", - "form_1998": "Obscur", - "form_1999": "Purifié", - "form_2000": "Normal", - "form_2001": "Obscur", - "form_2002": "Purifié", - "form_2003": "Normal", - "form_2004": "Obscur", - "form_2005": "Purifié", - "form_2006": "Normal", - "form_2007": "Obscur", - "form_2008": "Purifié", - "form_2009": "Normal", - "form_2010": "Obscur", - "form_2011": "Purifié", - "form_2012": "Normal", - "form_2013": "Obscur", - "form_2014": "Purifié", - "form_2015": "Normal", - "form_2016": "Obscur", - "form_2017": "Purifié", - "form_2018": "Normal", - "form_2019": "Obscur", - "form_2020": "Purifié", - "form_2021": "Normal", - "form_2022": "Obscur", - "form_2023": "Purifié", - "form_2024": "Normal", - "form_2025": "Obscur", - "form_2026": "Purifié", - "form_2027": "Normal", - "form_2028": "Obscur", - "form_2029": "Purifié", - "form_2030": "Normal", - "form_2031": "Obscur", - "form_2032": "Purifié", - "form_2033": "Normal", - "form_2034": "Obscur", - "form_2035": "Purifié", - "form_2036": "Normal", - "form_2037": "Obscur", - "form_2038": "Purifié", - "form_2039": "Normal", - "form_2040": "Obscur", - "form_2041": "Purifié", - "form_2042": "Normal", - "form_2043": "Obscur", - "form_2044": "Purifié", - "form_2045": "Normal", - "form_2046": "Obscur", - "form_2047": "Purifié", - "form_2048": "Normal", - "form_2049": "Obscur", - "form_2050": "Purifié", - "form_2051": "Normal", - "form_2052": "Obscur", - "form_2053": "Purifié", - "form_2054": "Normal", - "form_2055": "Obscur", - "form_2056": "Purifié", - "form_2057": "Normal", - "form_2058": "Obscur", - "form_2059": "Purifié", - "form_2060": "Normal", - "form_2061": "Obscur", - "form_2062": "Purifié", - "form_2063": "Normal", - "form_2064": "Obscur", - "form_2065": "Purifié", - "form_2066": "Normal", - "form_2067": "Obscur", - "form_2068": "Purifié", - "form_2069": "Normal", - "form_2070": "Obscur", - "form_2071": "Purifié", - "form_2072": "Normal", - "form_2073": "Obscur", - "form_2074": "Purifié", - "form_2075": "Normal", - "form_2076": "Obscur", - "form_2077": "Purifié", - "form_2078": "Normal", - "form_2079": "Obscur", - "form_2080": "Purifié", - "form_2081": "Normal", - "form_2082": "Obscur", - "form_2083": "Purifié", - "form_2084": "Normal", - "form_2085": "Obscur", - "form_2086": "Purifié", - "form_2087": "Normal", - "form_2088": "Obscur", - "form_2089": "Purifié", - "form_2090": "Normal", - "form_2091": "Obscur", - "form_2092": "Purifié", - "form_2093": "Normal", - "form_2094": "Obscur", - "form_2095": "Purifié", - "form_2096": "Normal", - "form_2097": "Obscur", - "form_2098": "Purifié", - "form_2099": "Normal", - "form_2100": "Obscur", - "form_2101": "Purifié", - "form_2102": "Normal", - "form_2103": "Obscur", - "form_2104": "Purifié", - "form_2105": "Normal", - "form_2106": "Obscur", - "form_2107": "Purifié", - "form_2108": "Normal", - "form_2109": "Obscur", - "form_2110": "Purifié", - "form_2111": "Normal", - "form_2112": "Obscur", - "form_2113": "Purifié", - "form_2114": "Normal", - "form_2115": "Obscur", - "form_2116": "Purifié", - "form_2117": "Normal", - "form_2118": "Obscur", - "form_2119": "Purifié", - "form_2120": "Normal", - "form_2121": "Obscur", - "form_2122": "Purifié", - "form_2123": "Normal", - "form_2124": "Obscur", - "form_2125": "Purifié", - "form_2126": "Normal", - "form_2127": "Obscur", - "form_2128": "Purifié", - "form_2129": "Normal", - "form_2130": "Obscur", - "form_2131": "Purifié", - "form_2132": "Normal", - "form_2133": "Obscur", - "form_2134": "Purifié", - "form_2135": "Normal", - "form_2136": "Obscur", - "form_2137": "Purifié", - "form_2138": "Normal", - "form_2139": "Obscur", - "form_2140": "Purifié", - "form_2141": "Normal", - "form_2142": "Obscur", - "form_2143": "Purifié", - "form_2144": "Normal", - "form_2145": "Obscur", - "form_2146": "Purifié", - "form_2147": "Normal", - "form_2148": "Obscur", - "form_2149": "Purifié", - "form_2150": "Normal", - "form_2151": "Obscur", - "form_2152": "Purifié", - "form_2153": "Normal", - "form_2154": "Obscur", - "form_2155": "Purifié", - "form_2156": "Normal", - "form_2157": "Obscur", - "form_2158": "Purifié", - "form_2159": "Normal", - "form_2160": "Obscur", - "form_2161": "Purifié", - "form_2162": "Normal", - "form_2163": "Obscur", - "form_2164": "Purifié", - "form_2165": "Normal", - "form_2166": "Obscur", - "form_2167": "Purifié", - "form_2168": "Normal", - "form_2169": "Obscur", - "form_2170": "Purifié", - "form_2171": "Normal", - "form_2172": "Obscur", - "form_2173": "Purifié", - "form_2174": "Normal", - "form_2175": "Obscur", - "form_2176": "Purifié", - "form_2177": "Normal", - "form_2178": "Obscur", - "form_2179": "Purifié", - "form_2180": "Normal", - "form_2181": "Obscur", - "form_2182": "Purifié", - "form_2183": "Normal", - "form_2184": "Obscur", - "form_2185": "Purifié", - "form_2186": "Normal", - "form_2187": "Obscur", - "form_2188": "Purifié", - "form_2189": "Normal", - "form_2190": "Obscur", - "form_2191": "Purifié", - "form_2192": "Normal", - "form_2193": "Obscur", - "form_2194": "Purifié", - "form_2195": "Normal", - "form_2196": "Obscur", - "form_2197": "Purifié", - "form_2198": "Normal", - "form_2199": "Obscur", - "form_2200": "Purifié", - "form_2201": "Normal", - "form_2202": "Obscur", - "form_2203": "Purifié", - "form_2204": "Normal", - "form_2205": "Obscur", - "form_2206": "Purifié", - "form_2207": "Normal", - "form_2208": "Obscur", - "form_2209": "Purifié", - "form_2210": "Normal", - "form_2211": "Obscur", - "form_2212": "Purifié", - "form_2213": "Normal", - "form_2214": "Obscur", - "form_2215": "Purifié", - "form_2216": "Normal", - "form_2217": "Obscur", - "form_2218": "Purifié", - "form_2219": "Normal", - "form_2220": "Obscur", - "form_2221": "Purifié", - "form_2222": "Normal", - "form_2223": "Obscur", - "form_2224": "Purifié", - "form_2225": "Normal", - "form_2226": "Obscur", - "form_2227": "Purifié", - "form_2228": "Normal", - "form_2229": "Obscur", - "form_2230": "Purifié", - "form_2231": "Normal", - "form_2232": "Obscur", - "form_2233": "Purifié", - "form_2234": "Normal", - "form_2235": "Obscur", - "form_2236": "Purifié", - "form_2237": "Normal", - "form_2238": "Obscur", - "form_2239": "Purifié", - "form_2240": "Normal", - "form_2241": "Obscur", - "form_2242": "Purifié", - "form_2243": "Normal", - "form_2244": "Obscur", - "form_2245": "Purifié", - "form_2246": "Normal", - "form_2247": "Obscur", - "form_2248": "Purifié", - "form_2249": "Normal", - "form_2250": "Obscur", - "form_2251": "Purifié", - "form_2252": "Normal", - "form_2253": "Obscur", - "form_2254": "Purifié", - "form_2255": "Normal", - "form_2256": "Obscur", - "form_2257": "Purifié", - "form_2258": "Normal", - "form_2259": "Obscur", - "form_2260": "Purifié", - "form_2261": "Normal", - "form_2262": "Obscur", - "form_2263": "Purifié", - "form_2264": "Normal", - "form_2265": "Obscur", - "form_2266": "Purifié", - "form_2267": "Normal", - "form_2268": "Obscur", - "form_2269": "Purifié", - "form_2270": "Normal", - "form_2271": "Obscur", - "form_2272": "Purifié", - "form_2273": "Normal", - "form_2274": "Obscur", - "form_2275": "Purifié", - "form_2276": "Normal", - "form_2277": "Obscur", - "form_2278": "Purifié", - "form_2279": "Normal", - "form_2280": "Obscur", - "form_2281": "Purifié", - "form_2282": "Normal", - "form_2283": "Obscur", - "form_2284": "Purifié", - "form_2285": "Normal", - "form_2286": "Obscur", - "form_2287": "Purifié", - "form_2288": "Normal", - "form_2289": "Obscur", - "form_2290": "Purifié", - "form_2291": "Normal", - "form_2292": "Obscur", - "form_2293": "Purifié", - "form_2294": "Normal", - "form_2295": "Obscur", - "form_2296": "Purifié", - "form_2297": "Normal", - "form_2298": "Obscur", - "form_2299": "Purifié", - "form_2300": "Normal", - "form_2301": "Obscur", - "form_2302": "Purifié", - "form_2303": "Normal", - "form_2304": "Obscur", - "form_2305": "Purifié", - "form_2306": "Normal", - "form_2307": "Obscur", - "form_2308": "Purifié", - "form_2309": "Normal", - "form_2310": "Obscur", - "form_2311": "Purifié", - "form_2312": "Normal", - "form_2313": "Obscur", - "form_2314": "Purifié", - "form_2315": "Normal", - "form_2316": "Obscur", - "form_2317": "Purifié", - "form_2318": "Normal", - "form_2319": "Obscur", - "form_2320": "Purifié", - "form_2321": "Normal", - "form_2322": "Obscur", - "form_2323": "Purifié", - "form_2324": "Normal", - "form_2325": "Obscur", - "form_2326": "Purifié", - "form_2327": "Printemps 2020", - "form_2328": "Printemps 2020", - "form_2329": "Printemps 2020", - "form_2330": "Femelle", - "form_2331": "Femelle", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "Low Key Form", - "form_2464": "Amped Form", - "form_2477": "Phony Form", - "form_2478": "Antique Form", - "form_2480": "Phony Form", - "form_2481": "Antique Form", - "form_2501": "Normal", - "form_2502": "Obscur", - "form_2503": "Purifié", - "form_2504": "Normal", - "form_2505": "Obscur", - "form_2506": "Purifié", - "form_2507": "Normal", - "form_2510": "Normal", - "form_2511": "Obscur", - "form_2512": "Purifié", - "form_2513": "Normal", - "form_2516": "Normal", - "form_2517": "Obscur", - "form_2518": "Purifié", - "form_2540": "Ice Face", - "form_2541": "Noice Face", - "form_2542": "Mâle", - "form_2543": "Femelle", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "Crowned Sword", - "form_2577": "Hero of Many Battles", - "form_2578": "Crowned Shield", - "form_2579": "Hero of Many Battles", - "form_2580": "Eternamax", - "form_2581": "Normal", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "Normal", - "form_2588": "Femelle", - "form_2589": "Normal", - "form_2590": "Femelle", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "Sun", - "form_2613": "Tundra", - "form_2614": "Red", - "form_2615": "Yellow", - "form_2616": "Orange", - "form_2617": "Blue", - "form_2618": "White", - "form_2619": "Red", - "form_2620": "Yellow", - "form_2621": "Orange", - "form_2622": "Blue", - "form_2623": "White", - "form_2624": "Red", - "form_2625": "Yellow", - "form_2626": "Orange", - "form_2627": "Blue", - "form_2628": "White", - "form_2629": "Natural", - "form_2630": "Heart", - "form_2631": "Star", - "form_2632": "Diamond", - "form_2633": "Debutante", - "form_2634": "Matron", - "form_2635": "Dandy", - "form_2636": "La Reine", - "form_2637": "Kabuki", - "form_2638": "Pharaoh", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Mini", - "form_2642": "Normale", - "form_2643": "Maxi", - "form_2644": "Ultra", - "form_2645": "Mini", - "form_2646": "Normale", - "form_2647": "Maxi", - "form_2648": "Ultra", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Hiver 2020", - "form_2671": "Hiver 2020", - "form_2672": "Hiver 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "Style Flamenco", - "form_2680": "Style Pom-Pom", - "form_2681": "Style Hula", - "form_2683": "Style Buyô", - "form_2684": "Forme Diurne", - "form_2685": "Forme Nocturne", - "form_2686": "Forme Crépusculaire", - "form_2687": "Solo Form", - "form_2688": "School Form", - "form_2689": "Normal", - "form_2690": "Insecte", - "form_2691": "Ténèbres", - "form_2692": "Dragon", - "form_2693": "Électrik", - "form_2694": "Fée", - "form_2695": "Combat", - "form_2696": "Feu", - "form_2697": "Vol", - "form_2698": "Spectre", - "form_2699": "Plante", - "form_2700": "Sol", - "form_2701": "Glace", - "form_2702": "Poison", - "form_2703": "Psy", - "form_2704": "Roche", - "form_2705": "Acier", - "form_2706": "Eau", - "form_2707": "Meteor Blue", - "form_2708": "Plumage Bleu", - "form_2709": "Plumage Vert", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "Plumage Jaune", - "form_2715": "Busted Form", - "form_2716": "Disguised Form", - "form_2717": "Normal", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "Normal", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "Normal", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "Forme Crépusculaire", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "Solaire", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "Solaire", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "Forme Avatar", - "form_2803": "Forme Totémique", - "form_2804": "Motif Blanc", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "Normal", - "form_2808": "Femelle", - "form_2809": "Normal", - "form_2810": "Normal", - "form_2811": "Normal", - "form_2812": "Normal", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "Normal", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "Forme Originelle", - "form_2830": "Forme Originelle", - "form_2831": "Normal", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "Normal", - "form_2982": "Femelle", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Plumage Vert", - "form_2986": "Plumage Bleu", - "form_2987": "Plumage Jaune", - "form_2988": "White", - "form_2989": "Forme Ordinaire", - "form_2990": "Hero of Many Battles", - "form_2991": "Forme Courbée", - "form_2992": "Forme Affalée", - "form_2993": "Forme Raide", - "form_2994": "Forme Double", - "form_2995": "Forme Triple", - "form_2996": "Forme Finale", - "form_2997": "Mode Ultime", - "form_2998": "Normal", - "form_3000": "Normal", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "Mâle", - "gender_2": "Femelle", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "Alola", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Aucun", - "grunt_1": "Blanche", - "grunt_2": "Candela", - "grunt_3": "Spark", - "grunt_4": "Sbire (mâle)", - "grunt_5": "Sbire (femelle)", - "grunt_6": "Insecte - Sbire (femelle)", - "grunt_7": "Insecte - Sbire (mâle)", - "grunt_8": "Spectre - Femelle Grunt", - "grunt_9": "Spectre - Male Grunt", - "grunt_10": "Ténèbres - Sbire (femelle)", - "grunt_11": "Ténèbres - Sbire (mâle)", - "grunt_12": "Dragon - Sbire (femelle)", - "grunt_13": "Dragon - Sbire (mâle)", - "grunt_14": "Fée - Sbire (femelle)", - "grunt_15": "Fée - Sbire (mâle)", - "grunt_16": "Combat - Sbire (femelle)", - "grunt_17": "Combat - Sbire (mâle)", - "grunt_18": "Feu - Sbire (femelle)", - "grunt_19": "Feu - Sbire (mâle)", - "grunt_20": "Vol - Sbire (femelle)", - "grunt_21": "Vol - Sbire (mâle)", - "grunt_22": "Plante - Sbire (femelle)", - "grunt_23": "Plante - Sbire (mâle)", - "grunt_24": "Sol - Sbire (femelle)", - "grunt_25": "Sol - Sbire (mâle)", - "grunt_26": "Glace - Sbire (femelle)", - "grunt_27": "Glace - Sbire (mâle)", - "grunt_28": "Sbire (femelle)", - "grunt_29": "Sbire (mâle)", - "grunt_30": "Normal - Sbire (femelle)", - "grunt_31": "Normal - Sbire (mâle)", - "grunt_32": "Poison - Sbire (femelle)", - "grunt_33": "Poison - Sbire (mâle)", - "grunt_34": "Psy - Sbire (femelle)", - "grunt_35": "Psy - Sbire (mâle)", - "grunt_36": "Roche - Sbire (femelle)", - "grunt_37": "Roche - Sbire (mâle)", - "grunt_38": "Eau - Sbire (femelle)", - "grunt_39": "Eau - Sbire (mâle)", - "grunt_40": "Blizzard", - "grunt_41": "Chef Cliff", - "grunt_42": "Chef Arlo", - "grunt_43": "Chef Sierra", - "grunt_44": "Giovanni", - "grunt_45": "Faux Sbire (mâle)", - "grunt_46": "Faux Sbire (femelle)", - "grunt_47": "Spectre - Sbire (femelle)", - "grunt_48": "Spectre - Sbire (mâle)", - "grunt_49": "Électrik - Sbire (femelle)", - "grunt_50": "Électrik - Sbire (mâle)", - "grunt_51": "Sbire  (Femelle)", - "grunt_52": "Sbire  (Mâle)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "Insecte - Sbire  (Femelle)", - "grunt_56": "Insecte - Sbire  (Mâle)", - "grunt_57": "Ténèbres - Sbire  (Femelle)", - "grunt_58": "Ténèbres - Sbire  (Mâle)", - "grunt_59": "Dragon - Sbire  (Femelle)", - "grunt_60": "Dragon - Sbire  (Mâle)", - "grunt_61": "Fée - Sbire  (Femelle)", - "grunt_62": "Fée - Sbire  (Mâle)", - "grunt_63": "Combat - Sbire  (Femelle)", - "grunt_64": "Combat - Sbire  (Mâle)", - "grunt_65": "Feu - Sbire  (Femelle)", - "grunt_66": "Feu - Sbire  (Mâle)", - "grunt_67": "Vol - Sbire  (Femelle)", - "grunt_68": "Vol - Sbire  (Mâle)", - "grunt_69": "Plante - Sbire  (Femelle)", - "grunt_70": "Plante - Sbire  (Mâle)", - "grunt_71": "Sol - Sbire  (Femelle)", - "grunt_72": "Sol - Sbire  (Mâle)", - "grunt_73": "Glace - Sbire  (Femelle)", - "grunt_74": "Glace - Sbire  (Mâle)", - "grunt_75": "Sbire  (Femelle)", - "grunt_76": "Sbire  (Mâle)", - "grunt_77": "Normal - Sbire  (Femelle)", - "grunt_78": "Normal - Sbire  (Mâle)", - "grunt_79": "Poison - Sbire  (Femelle)", - "grunt_80": "Poison - Sbire  (Mâle)", - "grunt_81": "Psy - Sbire  (Femelle)", - "grunt_82": "Psy - Sbire  (Mâle)", - "grunt_83": "Roche - Sbire  (Femelle)", - "grunt_84": "Roche - Sbire  (Mâle)", - "grunt_85": "Eau - Sbire  (Femelle)", - "grunt_86": "Eau - Sbire  (Mâle)", - "grunt_87": "Spectre - Sbire  (Femelle)", - "grunt_88": "Spectre - Sbire  (Mâle)", - "grunt_89": "Électrik - Sbire  (Femelle)", - "grunt_90": "Électrik - Sbire  (Mâle)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "Aucun", - "grunt_a_1": "Blanche", - "grunt_a_2": "Candela", - "grunt_a_3": "Spark ", - "grunt_a_4": "Sbire  ♂", - "grunt_a_5": "Sbire  ♀", - "grunt_a_6": "Insecte ♀", - "grunt_a_7": "Insecte ♂", - "grunt_a_8": "Sbire  ♀", - "grunt_a_9": "Sbire  ♂", - "grunt_a_10": "Ténèbres ♀", - "grunt_a_11": "Ténèbres ♂", - "grunt_a_12": "Dragon ♀", - "grunt_a_13": "Dragon ♂", - "grunt_a_14": "Fée ♀", - "grunt_a_15": "Fée ♂", - "grunt_a_16": "Combat ♀", - "grunt_a_17": "Combat ♂", - "grunt_a_18": "Feu ♀", - "grunt_a_19": "Feu ♂", - "grunt_a_20": "Vol ♀", - "grunt_a_21": "Vol ♂", - "grunt_a_22": "Plante ♀", - "grunt_a_23": "Plante ♂", - "grunt_a_24": "Sol ♀", - "grunt_a_25": "Sol ♂", - "grunt_a_26": "Glace ♀", - "grunt_a_27": "Glace ♂", - "grunt_a_28": "Acier ♀", - "grunt_a_29": "Acier ♂", - "grunt_a_30": "Normal ♀", - "grunt_a_31": "Normal ♂", - "grunt_a_32": "Poison ♀", - "grunt_a_33": "Poison ♂", - "grunt_a_34": "Psy ♀", - "grunt_a_35": "Psy ♂", - "grunt_a_36": "Roche ♀", - "grunt_a_37": "Roche ♂", - "grunt_a_38": "Eau ♀", - "grunt_a_39": "Eau ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "Chef Cliff ", - "grunt_a_42": "Chef Arlo ", - "grunt_a_43": "Chef Sierra ", - "grunt_a_44": "Giovanni", - "grunt_a_45": "Faux Sbire ♂", - "grunt_a_46": "Faux Sbire ♀", - "grunt_a_47": "Spectre ♀", - "grunt_a_48": "Spectre ♂", - "grunt_a_49": "Électrik ♀", - "grunt_a_50": "Électrik ♂", - "grunt_a_51": "Sbire  ♀", - "grunt_a_52": "Sbire  ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "Insecte ♀", - "grunt_a_56": "Insecte ♂", - "grunt_a_57": "Ténèbres ♀", - "grunt_a_58": "Ténèbres ♂", - "grunt_a_59": "Dragon ♀", - "grunt_a_60": "Dragon ♂", - "grunt_a_61": "Fée ♀", - "grunt_a_62": "Fée ♂", - "grunt_a_63": "Combat ♀", - "grunt_a_64": "Combat ♂", - "grunt_a_65": "Feu ♀", - "grunt_a_66": "Feu ♂", - "grunt_a_67": "Vol ♀", - "grunt_a_68": "Vol ♂", - "grunt_a_69": "Plante ♀", - "grunt_a_70": "Plante ♂", - "grunt_a_71": "Sol ♀", - "grunt_a_72": "Sol ♂", - "grunt_a_73": "Glace ♀", - "grunt_a_74": "Glace ♂", - "grunt_a_75": "Sbire  ♀", - "grunt_a_76": "Sbire  ♂", - "grunt_a_77": "Normal ♀", - "grunt_a_78": "Normal ♂", - "grunt_a_79": "Poison ♀", - "grunt_a_80": "Poison ♂", - "grunt_a_81": "Psy ♀", - "grunt_a_82": "Psy ♂", - "grunt_a_83": "Roche ♀", - "grunt_a_84": "Roche ♂", - "grunt_a_85": "Eau ♀", - "grunt_a_86": "Eau ♂", - "grunt_a_87": "Spectre ♀", - "grunt_a_88": "Spectre ♂", - "grunt_a_89": "Électrik ♀", - "grunt_a_90": "Électrik ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "Inconnu", - "item_1": "Poké Ball", - "item_2": "Super Ball", - "item_3": "Hyper Ball", - "item_4": "Master Ball", - "item_5": "Honor Ball", - "item_6": "Ultra Ball", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "Potion", - "item_102": "Super Potion", - "item_103": "Hyper Potion", - "item_104": "Potion Max", - "item_201": "Rappel", - "item_202": "Rappel Max", - "item_301": "Œuf Chance", - "item_401": "Encens", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "Boîte Mystère", - "item_406": "Encens d’aventure quotidienne", - "item_407": "Sac de pièces", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "Module Leurre", - "item_502": "Leurre Glacial", - "item_503": "Leurre Moussu", - "item_504": "Leurre Magnétique", - "item_505": "Leurre Pluvieux", - "item_506": "Module Leurre Doré", - "item_602": "Attaque +", - "item_603": "Défense +", - "item_604": "UNDEFINED", - "item_650": "Cellule de Zygarde", - "item_651": "Boîte Zygarde", - "item_701": "Baie Framby", - "item_702": "Baie Remu", - "item_703": "Baie Nanab", - "item_704": "Baie Repoi", - "item_705": "Baie Nanana", - "item_706": "Baie Framby dorée", - "item_707": "Golden Nanab Berry", - "item_708": "Baie Nanana argentée", - "item_709": "Poffin", - "item_801": "Appareil photo", - "item_802": "Stickers", - "item_803": "Album de Cartes postales", - "item_901": "Incubateur ∞", - "item_902": "Incubateur", - "item_903": "Super-Incubateur", - "item_1001": "Stockage de Pokémon", - "item_1002": "Sac d’objets", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "Pierre Soleil", - "item_1102": "Roche Royale", - "item_1103": "Peau Métal", - "item_1104": "Écaille Draco", - "item_1105": "Améliorator", - "item_1106": "Pierre Sinnoh", - "item_1107": "Pierre Unys", - "item_1150": "Pièce ??????", - "item_1201": "CT Attaque Immédiate", - "item_1202": "CT Attaque Chargée", - "item_1203": "CT Attaque Immédiate d’élite", - "item_1204": "CT Attaque Chargée d’élite", - "item_1250": "Météorite", - "item_1301": "Super Bonbon", - "item_1302": "Super Bonbon L", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "Passe de Raid", - "item_1402": "Passe de combat premium", - "item_1404": "Morceau d’Étoile", - "item_1405": "Cadeau", - "item_1406": "Médaillon d’équipe", - "item_1408": "Passe de Raid à distance", - "item_1409": "S Raid Ticket", - "item_1501": "Élément mystérieux", - "item_1502": "Radar Rocket", - "item_1503": "Super Radar Rocket", - "item_1504": "Fragment obscur", - "item_1505": "Gemme purifiée", - "item_1506": "Particule Max", - "item_1507": "Lot de Particules Max", - "item_1600": "Ticket", - "item_1601": "Ticket", - "item_1602": "Ticket", - "item_1603": "Ticket", - "item_1604": "Ticket supplémentaire", - "item_1605": "Ticket supplémentaire", - "item_1606": "Passe d’Étude ponctuelle Ligue Combat GO", - "item_1607": "Ticket", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Ticket Safari : Séoul", - "item_1611": "Ticket Safari : Barcelone", - "item_1612": "Ticket Safari : Mexico", - "item_1613": "Ticket Safari : Tainan", - "item_1614": "Ticket City Safari 04", - "item_1615": "Ticket", - "item_1616": "Ticket", - "item_1617": "Ticket", - "item_1618": "Ticket", - "item_1619": "Ticket", - "item_1620": "Ticket", - "item_1621": "Ticket", - "item_1622": "Ticket", - "item_1623": "Ticket", - "item_1624": "Ticket", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "Normal", - "lure_502": "Glacial", - "lure_503": "Moussu", - "lure_504": "Magnétique", - "lure_505": "Pluvieux", - "lure_506": "Doré", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "Inconnu", - "move_1": "Éclair", - "move_2": "Vive-Attaque", - "move_3": "Griffe", - "move_4": "Flammèche", - "move_5": "Fouet Lianes", - "move_6": "Charge", - "move_7": "Tranch’Herbe", - "move_8": "Bélier", - "move_9": "Pistolet à O", - "move_10": "Morsure", - "move_11": "Écras’Face", - "move_12": "Torgnoles", - "move_13": "Ligotage", - "move_14": "Ultralaser", - "move_15": "Léchouille", - "move_16": "Vibrobscur", - "move_17": "Purédpois", - "move_18": "Détritus", - "move_19": "Griffe Acier", - "move_20": "Force Poigne", - "move_21": "Roue de Feu", - "move_22": "Mégacorne", - "move_23": "Cru-Ailes", - "move_24": "Lance-Flammes", - "move_25": "Coup Bas", - "move_26": "Tunnel", - "move_27": "Balayage", - "move_28": "Coup Croix", - "move_29": "Coupe Psycho", - "move_30": "Rafale Psy", - "move_31": "Séisme", - "move_32": "Lame de Roc", - "move_33": "Poing Glace", - "move_34": "Crève-Cœur", - "move_35": "Coup d’Jus", - "move_36": "Luminocanon", - "move_37": "Picpic", - "move_38": "Bec Vrille", - "move_39": "Laser Glace", - "move_40": "Blizzard", - "move_41": "Lame d’Air", - "move_42": "Canicule", - "move_43": "Double Dard", - "move_44": "Direct Toxik", - "move_45": "Aéropique", - "move_46": "Tunnelier", - "move_47": "Tempête Florale", - "move_48": "Méga-Sangsue", - "move_49": "Bourdon", - "move_50": "Crochet Venin", - "move_51": "Tranche-Nuit", - "move_52": "Tranche", - "move_53": "Bulles d’O", - "move_54": "Sacrifice", - "move_55": "Poing Karaté", - "move_56": "Balayette", - "move_57": "Aqua-Jet", - "move_58": "Hydro-Queue", - "move_59": "Canon Graine", - "move_60": "Choc Psy", - "move_61": "Jet-Pierres", - "move_62": "Pouvoir Antique", - "move_63": "Tomberoche", - "move_64": "Éboulement", - "move_65": "Rayon Gemme", - "move_66": "Ombre Portée", - "move_67": "Poing Ombre", - "move_68": "Griffe Ombre", - "move_69": "Vent Mauvais", - "move_70": "Ball’Ombre", - "move_71": "Pisto-Poing", - "move_72": "Bombe Aimant", - "move_73": "Ailes d’Acier", - "move_74": "Tête de Fer", - "move_75": "Parabocharge", - "move_76": "Étincelle", - "move_77": "Poing Éclair", - "move_78": "Fatal-Foudre", - "move_79": "Tonnerre", - "move_80": "Ouragan", - "move_81": "Draco-Souffle", - "move_82": "Draco-Choc", - "move_83": "Draco-Griffe", - "move_84": "Voix Enjôleuse", - "move_85": "Vampibaiser", - "move_86": "Éclat Magique", - "move_87": "Pouvoir Lunaire", - "move_88": "Câlinerie", - "move_89": "Poison Croix", - "move_90": "Bombe Beurk", - "move_91": "Cradovague", - "move_92": "Détricanon", - "move_93": "Tir de Boue", - "move_94": "Massd’Os", - "move_95": "Piétisol", - "move_96": "Boue-Bombe", - "move_97": "Taillade", - "move_98": "Piqûre", - "move_99": "Rayon Signal", - "move_100": "Plaie Croix", - "move_101": "Nitrocharge", - "move_102": "Rebondifeu", - "move_103": "Déflagration", - "move_104": "Saumure", - "move_105": "Vibraqua", - "move_106": "Ébullition", - "move_107": "Hydrocanon", - "move_108": "Psyko", - "move_109": "Frappe Psy", - "move_110": "Éclats Glace", - "move_111": "Vent Glace", - "move_112": "Souffle Glacé", - "move_113": "Vole-Vie", - "move_114": "Giga-Sangsue", - "move_115": "Poing Feu", - "move_116": "Lance-Soleil", - "move_117": "Lame Feuille", - "move_118": "Mégafouet", - "move_119": "Trempette", - "move_120": "Acide", - "move_121": "Tranch’Air", - "move_122": "Vent Violent", - "move_123": "Casse-Brique", - "move_124": "Coupe", - "move_125": "Météores", - "move_126": "Koud’Korne", - "move_127": "Écrasement", - "move_128": "Coup d’Boule", - "move_129": "Croc de Mort", - "move_130": "Souplesse", - "move_131": "Plaquage", - "move_132": "Repos", - "move_133": "Lutte", - "move_134": "Ébullition", - "move_135": "Hydrocanon", - "move_136": "Ligotage", - "move_137": "Ligotage", - "move_200": "Taillade", - "move_201": "Piqûre", - "move_202": "Morsure", - "move_203": "Coup Bas", - "move_204": "Draco-Souffle", - "move_205": "Éclair", - "move_206": "Étincelle", - "move_207": "Balayage", - "move_208": "Poing Karaté", - "move_209": "Flammèche", - "move_210": "Cru-Ailes", - "move_211": "Picpic", - "move_212": "Léchouille", - "move_213": "Griffe Ombre", - "move_214": "Fouet Lianes", - "move_215": "Tranch’Herbe", - "move_216": "Tir de Boue", - "move_217": "Éclats Glace", - "move_218": "Souffle Glacé", - "move_219": "Vive-Attaque", - "move_220": "Griffe", - "move_221": "Charge", - "move_222": "Écras’Face", - "move_223": "Coupe", - "move_224": "Direct Toxik", - "move_225": "Acide", - "move_226": "Coupe Psycho", - "move_227": "Jet-Pierres", - "move_228": "Griffe Acier", - "move_229": "Pisto-Poing", - "move_230": "Pistolet à O", - "move_231": "Trempette", - "move_232": "Pistolet à O", - "move_233": "Coud’Boue", - "move_234": "Psykoud’Boul", - "move_235": "Choc Mental", - "move_236": "Dard-Venin", - "move_237": "Écume", - "move_238": "Feinte", - "move_239": "Ailes d’Acier", - "move_240": "Crocs Feu", - "move_241": "Éclate-Roc", - "move_242": "Morphing", - "move_243": "Riposte", - "move_244": "Poudreuse", - "move_245": "Close Combat", - "move_246": "Dynamo-Poing", - "move_247": "Exploforce", - "move_248": "Onde Boréale", - "move_249": "Rayon Chargé", - "move_250": "Change Éclair", - "move_251": "Éclair Fou", - "move_252": "Élecanon", - "move_253": "Draco-Queue", - "move_254": "Avalanche", - "move_255": "Lame d’Air", - "move_256": "Rapace", - "move_257": "Piqué", - "move_258": "Tourbi-Sable", - "move_259": "Boule Roc", - "move_260": "Harcèlement", - "move_261": "Survinsecte", - "move_262": "Vent Argenté", - "move_263": "Étonnement", - "move_264": "Châtiment", - "move_265": "Ombre Nocturne", - "move_266": "Queue de Fer", - "move_267": "Gyroballe", - "move_268": "Tacle Lourd", - "move_269": "Danse Flammes", - "move_270": "Surchauffe", - "move_271": "Balle Graine", - "move_272": "Nœud Herbe", - "move_273": "Éco-Sphère", - "move_274": "Extrasenseur", - "move_275": "Prescience", - "move_276": "Voile Miroir", - "move_277": "Colère", - "move_278": "Aboiement", - "move_279": "Mâchouille", - "move_280": "Tricherie", - "move_281": "Puissance Cachée", - "move_282": "Bélier", - "move_283": "Cascade", - "move_284": "Surf", - "move_285": "Draco-Météore", - "move_286": "Carnareket", - "move_287": "Bâillement", - "move_288": "Psycho-Boost", - "move_289": "Onde Originelle", - "move_290": "Lame Pangéenne", - "move_291": "Cadeau", - "move_292": "Ball’Météo", - "move_293": "Ball’Météo", - "move_294": "Ball’Météo", - "move_295": "Ball’Météo", - "move_296": "Végé-Attaque", - "move_297": "Anti-Air", - "move_298": "Rafale Feu", - "move_299": "Hydroblast", - "move_300": "Dernier Recours", - "move_301": "Poing Météore", - "move_302": "Coud’Krâne", - "move_303": "Bombe Acide", - "move_304": "Telluriforce", - "move_305": "Pince-Masse", - "move_306": "Furie-Bond", - "move_307": "Éclate Griffe", - "move_308": "Octazooka", - "move_309": "Miroi-Tir", - "move_310": "Surpuissance", - "move_311": "Dard Mortel", - "move_312": "Phytomixeur", - "move_313": "Vampirisme", - "move_314": "Vampi-Poing", - "move_315": "Os Ombre", - "move_316": "Ocroupi", - "move_317": "Pied Brûleur", - "move_318": "Coqui-Lame", - "move_319": "Poing Boost", - "move_320": "Charme", - "move_321": "Giga Impact", - "move_322": "Frustration", - "move_323": "Retour", - "move_324": "Synchropeine", - "move_325": "Verrouillage", - "move_326": "Crocs Éclair", - "move_327": "Crocs Givre", - "move_328": "Empal’Korne", - "move_329": "Abîme", - "move_330": "Lame Sainte", - "move_331": "Flying Press", - "move_332": "Aurasphère", - "move_333": "Représailles", - "move_334": "Roc-Boulet", - "move_335": "Aéroblast", - "move_336": "Techno-Buster", - "move_337": "Techno-Buster", - "move_338": "Techno-Buster", - "move_339": "Techno-Buster", - "move_340": "Techno-Buster", - "move_341": "Vol", - "move_342": "Coup Victoire", - "move_343": "Tempête Verte", - "move_344": "Triplattaque", - "move_345": "Tornade", - "move_346": "Calcination", - "move_347": "Dark Void", - "move_348": "Danse Plumes", - "move_349": "Fiery Dance", - "move_350": "Vent Féérique", - "move_351": "Relic Song", - "move_352": "Ball’Météo", - "move_353": "Psycho-Croc", - "move_354": "Furie Dimension", - "move_355": "TrouDimensionnel", - "move_356": "Double Pied", - "move_357": "Feuille Magik", - "move_358": "Feu Sacré", - "move_359": "Stalactite", - "move_360": "Aéroblast+", - "move_361": "Aéroblast++", - "move_362": "Feu Sacré+", - "move_363": "Feu Sacré++", - "move_364": "Acrobatie", - "move_365": "Lumi-Éclat", - "move_366": "Ball’Brume", - "move_367": "Centrifugifle", - "move_368": "Roulade", - "move_369": "Fulmigraine", - "move_370": "Blocage", - "move_371": "Revenant", - "move_372": "Laser Météore", - "move_373": "Sheauriken", - "move_374": "Éclair Croix", - "move_375": "Flamme Croix", - "move_376": "Esprit Frappeur", - "move_377": "Cavalerie Lourde", - "move_378": "Ère Glaciaire", - "move_379": "Abattage", - "move_380": "Bang Sonique", - "move_381": "Écrous d’Poing", - "move_382": "Feu Ensorcelé", - "move_383": "Aqua-Brèche", - "move_384": "Draco Ascension", - "move_385": "Feuillage", - "move_386": "Vortex Magma", - "move_387": "Géo-Contrôle", - "move_388": "Spatio-Rift", - "move_389": "Mort-Ailes", - "move_390": "Ire de la Nature", - "move_391": "Triple Axel", - "move_392": "Désherbaffe", - "move_393": "Sable Ardent", - "move_394": "Hurle-Temps", - "move_395": "Typhon Hivernal", - "move_396": "Typhon Pyrosable", - "move_397": "Typhon Fulgurant", - "move_398": "Tisse Ombre", - "move_399": "Électacle", - "move_400": "Dark Lariat", - "move_401": "Vague Psy", - "move_402": "Strido-Son", - "move_403": "Jet de Sable", - "move_404": "Choc Météore", - "move_405": "Rayon Spectral", - "move_406": "Roue Libre", - "move_407": "Roue Libre", - "move_408": "Pied Voltige", - "move_409": "Pyromax", - "move_410": "Insectomax", - "move_411": "Fulguromax", - "move_412": "Normalomax", - "move_413": "Pugilomax", - "move_414": "Spectromax", - "move_415": "Cryomax", - "move_416": "Toxinomax", - "move_417": "Hydromax", - "move_418": "Aéromax", - "move_419": "Enchantomax", - "move_420": "Dracomax", - "move_421": "Psychomax", - "move_422": "Lithomax", - "move_423": "Sismomax", - "move_424": "Sinistromax", - "move_425": "Phytomax", - "move_426": "Métallomax", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "Forte-Paume", - "move_463": "Aria de l’Écume", - "poke_0": "Pokémon", - "poke_1": "Bulbizarre", - "poke_2": "Herbizarre", - "poke_3": "Florizarre", - "poke_3_e1": "Méga-Florizarre", - "poke_4": "Salamèche", - "poke_5": "Reptincel", - "poke_6": "Dracaufeu", - "poke_6_e2": "Méga-Dracaufeu X", - "poke_6_e3": "Méga-Dracaufeu Y", - "poke_7": "Carapuce", - "poke_8": "Carabaffe", - "poke_9": "Tortank", - "poke_9_e1": "Méga-Tortank", - "poke_10": "Chenipan", - "poke_11": "Chrysacier", - "poke_12": "Papilusion", - "poke_13": "Aspicot", - "poke_14": "Coconfort", - "poke_15": "Dardargnan", - "poke_15_e1": "Méga-Dardargnan", - "poke_16": "Roucool", - "poke_17": "Roucoups", - "poke_18": "Roucarnage", - "poke_18_e1": "Méga-Roucarnage", - "poke_19": "Rattata", - "poke_20": "Rattatac", - "poke_21": "Piafabec", - "poke_22": "Rapasdepic", - "poke_23": "Abo", - "poke_24": "Arbok", - "poke_25": "Pikachu", - "poke_26": "Raichu", - "poke_27": "Sabelette", - "poke_28": "Sablaireau", - "poke_29": "Nidoran♀", - "poke_30": "Nidorina", - "poke_31": "Nidoqueen", - "poke_32": "Nidoran♂", - "poke_33": "Nidorino", - "poke_34": "Nidoking", - "poke_35": "Mélofée", - "poke_36": "Mélodelfe", - "poke_37": "Goupix", - "poke_38": "Feunard", - "poke_39": "Rondoudou", - "poke_40": "Grodoudou", - "poke_41": "Nosferapti", - "poke_42": "Nosferalto", - "poke_43": "Mystherbe", - "poke_44": "Ortide", - "poke_45": "Rafflesia", - "poke_46": "Paras", - "poke_47": "Parasect", - "poke_48": "Mimitoss", - "poke_49": "Aéromite", - "poke_50": "Taupiqueur", - "poke_51": "Triopikeur", - "poke_52": "Miaouss", - "poke_53": "Persian", - "poke_54": "Psykokwak", - "poke_55": "Akwakwak", - "poke_56": "Férosinge", - "poke_57": "Colossinge", - "poke_58": "Caninos", - "poke_59": "Arcanin", - "poke_60": "Ptitard", - "poke_61": "Têtarte", - "poke_62": "Tartard", - "poke_63": "Abra", - "poke_64": "Kadabra", - "poke_65": "Alakazam", - "poke_65_e1": "Méga-Alakazam", - "poke_66": "Machoc", - "poke_67": "Machopeur", - "poke_68": "Mackogneur", - "poke_69": "Chétiflor", - "poke_70": "Boustiflor", - "poke_71": "Empiflor", - "poke_72": "Tentacool", - "poke_73": "Tentacruel", - "poke_74": "Racaillou", - "poke_75": "Gravalanch", - "poke_76": "Grolem", - "poke_77": "Ponyta", - "poke_78": "Galopa", - "poke_79": "Ramoloss", - "poke_80": "Flagadoss", - "poke_80_e1": "Méga-Flagadoss", - "poke_81": "Magnéti", - "poke_82": "Magnéton", - "poke_83": "Canarticho", - "poke_84": "Doduo", - "poke_85": "Dodrio", - "poke_86": "Otaria", - "poke_87": "Lamantine", - "poke_88": "Tadmorv", - "poke_89": "Grotadmorv", - "poke_90": "Kokiyas", - "poke_91": "Crustabri", - "poke_92": "Fantominus", - "poke_93": "Spectrum", - "poke_94": "Ectoplasma", - "poke_94_e1": "Méga-Ectoplasma", - "poke_95": "Onix", - "poke_96": "Soporifik", - "poke_97": "Hypnomade", - "poke_98": "Krabby", - "poke_99": "Krabboss", - "poke_100": "Voltorbe", - "poke_101": "Électrode", - "poke_102": "Noeunoeuf", - "poke_103": "Noadkoko", - "poke_104": "Osselait", - "poke_105": "Ossatueur", - "poke_106": "Kicklee", - "poke_107": "Tygnon", - "poke_108": "Excelangue", - "poke_109": "Smogo", - "poke_110": "Smogogo", - "poke_111": "Rhinocorne", - "poke_112": "Rhinoféros", - "poke_113": "Leveinard", - "poke_114": "Saquedeneu", - "poke_115": "Kangourex", - "poke_115_e1": "Méga-Kangourex", - "poke_116": "Hypotrempe", - "poke_117": "Hypocéan", - "poke_118": "Poissirène", - "poke_119": "Poissoroy", - "poke_120": "Stari", - "poke_121": "Staross", - "poke_122": "M. Mime", - "poke_123": "Insécateur", - "poke_124": "Lippoutou", - "poke_125": "Élektek", - "poke_126": "Magmar", - "poke_127": "Scarabrute", - "poke_127_e1": "Méga-Scarabrute", - "poke_128": "Tauros", - "poke_129": "Magicarpe", - "poke_130": "Léviator", - "poke_130_e1": "Méga-Léviator", - "poke_131": "Lokhlass", - "poke_132": "Métamorph", - "poke_133": "Évoli", - "poke_134": "Aquali", - "poke_135": "Voltali", - "poke_136": "Pyroli", - "poke_137": "Porygon", - "poke_138": "Amonita", - "poke_139": "Amonistar", - "poke_140": "Kabuto", - "poke_141": "Kabutops", - "poke_142": "Ptéra", - "poke_142_e1": "Méga-Ptéra", - "poke_143": "Ronflex", - "poke_144": "Artikodin", - "poke_145": "Électhor", - "poke_146": "Sulfura", - "poke_147": "Minidraco", - "poke_148": "Draco", - "poke_149": "Dracolosse", - "poke_150": "Mewtwo", - "poke_150_e2": "Méga-Mewtwo X", - "poke_150_e3": "Méga-Mewtwo Y", - "poke_151": "Mew", - "poke_152": "Germignon", - "poke_153": "Macronium", - "poke_154": "Méganium", - "poke_155": "Héricendre", - "poke_156": "Feurisson", - "poke_157": "Typhlosion", - "poke_158": "Kaiminus", - "poke_159": "Crocrodil", - "poke_160": "Aligatueur", - "poke_161": "Fouinette", - "poke_162": "Fouinar", - "poke_163": "Hoothoot", - "poke_164": "Noarfang", - "poke_165": "Coxy", - "poke_166": "Coxyclaque", - "poke_167": "Mimigal", - "poke_168": "Migalos", - "poke_169": "Nostenfer", - "poke_170": "Loupio", - "poke_171": "Lanturn", - "poke_172": "Pichu", - "poke_173": "Mélo", - "poke_174": "Toudoudou", - "poke_175": "Togepi", - "poke_176": "Togetic", - "poke_177": "Natu", - "poke_178": "Xatu", - "poke_179": "Wattouat", - "poke_180": "Lainergie", - "poke_181": "Pharamp", - "poke_181_e1": "Méga-Pharamp", - "poke_182": "Joliflor", - "poke_183": "Marill", - "poke_184": "Azumarill", - "poke_185": "Simularbre", - "poke_186": "Tarpaud", - "poke_187": "Granivol", - "poke_188": "Floravol", - "poke_189": "Cotovol", - "poke_190": "Capumain", - "poke_191": "Tournegrin", - "poke_192": "Héliatronc", - "poke_193": "Yanma", - "poke_194": "Axoloto", - "poke_195": "Maraiste", - "poke_196": "Mentali", - "poke_197": "Noctali", - "poke_198": "Cornèbre", - "poke_199": "Roigada", - "poke_200": "Feuforêve", - "poke_201": "Zarbi", - "poke_202": "Qulbutoké", - "poke_203": "Girafarig", - "poke_204": "Pomdepik", - "poke_205": "Foretress", - "poke_206": "Insolourdo", - "poke_207": "Scorplane", - "poke_208": "Steelix", - "poke_208_e1": "Méga-Steelix", - "poke_209": "Snubbull", - "poke_210": "Granbull", - "poke_211": "Qwilfish", - "poke_212": "Cizayox", - "poke_212_e1": "Méga-Cizayox", - "poke_213": "Caratroc", - "poke_214": "Scarhino", - "poke_214_e1": "Méga-Scarhino", - "poke_215": "Farfuret", - "poke_216": "Teddiursa", - "poke_217": "Ursaring", - "poke_218": "Limagma", - "poke_219": "Volcaropod", - "poke_220": "Marcacrin", - "poke_221": "Cochignon", - "poke_222": "Corayon", - "poke_223": "Rémoraid", - "poke_224": "Octillery", - "poke_225": "Cadoizo", - "poke_226": "Démanta", - "poke_227": "Airmure", - "poke_228": "Malosse", - "poke_229": "Démolosse", - "poke_229_e1": "Méga-Démolosse", - "poke_230": "Hyporoi", - "poke_231": "Phanpy", - "poke_232": "Donphan", - "poke_233": "Porygon2", - "poke_234": "Cerfrousse", - "poke_235": "Queulorior", - "poke_236": "Debugant", - "poke_237": "Kapoera", - "poke_238": "Lippouti", - "poke_239": "Élekid", - "poke_240": "Magby", - "poke_241": "Écrémeuh", - "poke_242": "Leuphorie", - "poke_243": "Raikou", - "poke_244": "Entei", - "poke_245": "Suicune", - "poke_246": "Embrylex", - "poke_247": "Ymphect", - "poke_248": "Tyranocif", - "poke_248_e1": "Méga-Tyranocif", - "poke_249": "Lugia", - "poke_250": "Ho-Oh", - "poke_251": "Celebi", - "poke_252": "Arcko", - "poke_253": "Massko", - "poke_254": "Jungko", - "poke_254_e1": "Méga-Jungko", - "poke_255": "Poussifeu", - "poke_256": "Galifeu", - "poke_257": "Braségali", - "poke_257_e1": "Méga-Braségali", - "poke_258": "Gobou", - "poke_259": "Flobio", - "poke_260": "Laggron", - "poke_260_e1": "Méga-Laggron", - "poke_261": "Medhyèna", - "poke_262": "Grahyèna", - "poke_263": "Zigzaton", - "poke_264": "Linéon", - "poke_265": "Chenipotte", - "poke_266": "Armulys", - "poke_267": "Charmillon", - "poke_268": "Blindalys", - "poke_269": "Papinox", - "poke_270": "Nénupiot", - "poke_271": "Lombre", - "poke_272": "Ludicolo", - "poke_273": "Grainipiot", - "poke_274": "Pifeuil", - "poke_275": "Tengalice", - "poke_276": "Nirondelle", - "poke_277": "Hélédelle", - "poke_278": "Goélise", - "poke_279": "Bekipan", - "poke_280": "Tarsal", - "poke_281": "Kirlia", - "poke_282": "Gardevoir", - "poke_282_e1": "Méga-Gardevoir", - "poke_283": "Arakdo", - "poke_284": "Maskadra", - "poke_285": "Balignon", - "poke_286": "Chapignon", - "poke_287": "Parecool", - "poke_288": "Vigoroth", - "poke_289": "Monaflèmit", - "poke_290": "Ningale", - "poke_291": "Ninjask", - "poke_292": "Munja", - "poke_293": "Chuchmur", - "poke_294": "Ramboum", - "poke_295": "Brouhabam", - "poke_296": "Makuhita", - "poke_297": "Hariyama", - "poke_298": "Azurill", - "poke_299": "Tarinor", - "poke_300": "Skitty", - "poke_301": "Delcatty", - "poke_302": "Ténéfix", - "poke_302_e1": "Méga-Ténéfix", - "poke_303": "Mysdibule", - "poke_303_e1": "Méga-Mysdibule", - "poke_304": "Galekid", - "poke_305": "Galegon", - "poke_306": "Galeking", - "poke_306_e1": "Méga-Galeking", - "poke_307": "Méditikka", - "poke_308": "Charmina", - "poke_308_e1": "Méga-Charmina", - "poke_309": "Dynavolt", - "poke_310": "Élecsprint", - "poke_310_e1": "Méga-Élecsprint", - "poke_311": "Posipi", - "poke_312": "Négapi", - "poke_313": "Muciole", - "poke_314": "Lumivole", - "poke_315": "Rosélia", - "poke_316": "Gloupti", - "poke_317": "Avaltout", - "poke_318": "Carvanha", - "poke_319": "Sharpedo", - "poke_319_e1": "Méga-Sharpedo", - "poke_320": "Wailmer", - "poke_321": "Wailord", - "poke_322": "Chamallot", - "poke_323": "Camérupt", - "poke_323_e1": "Méga-Camérupt", - "poke_324": "Chartor", - "poke_325": "Spoink", - "poke_326": "Groret", - "poke_327": "Spinda", - "poke_328": "Kraknoix", - "poke_329": "Vibraninf", - "poke_330": "Libégon", - "poke_331": "Cacnea", - "poke_332": "Cacturne", - "poke_333": "Tylton", - "poke_334": "Altaria", - "poke_334_e1": "Méga-Altaria", - "poke_335": "Mangriff", - "poke_336": "Séviper", - "poke_337": "Séléroc", - "poke_338": "Solaroc", - "poke_339": "Barloche", - "poke_340": "Barbicha", - "poke_341": "Écrapince", - "poke_342": "Colhomard", - "poke_343": "Balbuto", - "poke_344": "Kaorine", - "poke_345": "Lilia", - "poke_346": "Vacilys", - "poke_347": "Anorith", - "poke_348": "Armaldo", - "poke_349": "Barpau", - "poke_350": "Milobellus", - "poke_351": "Morphéo", - "poke_352": "Kecleon", - "poke_353": "Polichombr", - "poke_354": "Branette", - "poke_354_e1": "Méga-Branette", - "poke_355": "Skelénox", - "poke_356": "Téraclope", - "poke_357": "Tropius", - "poke_358": "Éoko", - "poke_359": "Absol", - "poke_359_e1": "Méga-Absol", - "poke_360": "Okéoké", - "poke_361": "Stalgamin", - "poke_362": "Oniglali", - "poke_362_e1": "Méga-Oniglali", - "poke_363": "Obalie", - "poke_364": "Phogleur", - "poke_365": "Kaimorse", - "poke_366": "Coquiperl", - "poke_367": "Serpang", - "poke_368": "Rosabyss", - "poke_369": "Relicanth", - "poke_370": "Lovdisc", - "poke_371": "Draby", - "poke_372": "Drackhaus", - "poke_373": "Drattak", - "poke_373_e1": "Méga-Drattak", - "poke_374": "Terhal", - "poke_375": "Métang", - "poke_376": "Métalosse", - "poke_376_e1": "Méga-Métalosse", - "poke_377": "Regirock", - "poke_378": "Regice", - "poke_379": "Registeel", - "poke_380": "Latias", - "poke_380_e1": "Méga-Latias", - "poke_381": "Latios", - "poke_381_e1": "Méga-Latios", - "poke_382": "Kyogre", - "poke_383": "Groudon", - "poke_384": "Rayquaza", - "poke_384_e1": "Méga-Rayquaza", - "poke_385": "Jirachi", - "poke_386": "Deoxys", - "poke_387": "Tortipouss", - "poke_388": "Boskara", - "poke_389": "Torterra", - "poke_390": "Ouisticram", - "poke_391": "Chimpenfeu", - "poke_392": "Simiabraz", - "poke_393": "Tiplouf", - "poke_394": "Prinplouf", - "poke_395": "Pingoléon", - "poke_396": "Étourmi", - "poke_397": "Étourvol", - "poke_398": "Étouraptor", - "poke_399": "Keunotor", - "poke_400": "Castorno", - "poke_401": "Crikzik", - "poke_402": "Mélokrik", - "poke_403": "Lixy", - "poke_404": "Luxio", - "poke_405": "Luxray", - "poke_406": "Rozbouton", - "poke_407": "Roserade", - "poke_408": "Kranidos", - "poke_409": "Charkos", - "poke_410": "Dinoclier", - "poke_411": "Bastiodon", - "poke_412": "Cheniti", - "poke_413": "Cheniselle", - "poke_414": "Papilord", - "poke_415": "Apitrini", - "poke_416": "Apireine", - "poke_417": "Pachirisu", - "poke_418": "Mustébouée", - "poke_419": "Mustéflott", - "poke_420": "Ceribou", - "poke_421": "Ceriflor", - "poke_422": "Sancoki", - "poke_423": "Tritosor", - "poke_424": "Capidextre", - "poke_425": "Baudrive", - "poke_426": "Grodrive", - "poke_427": "Laporeille", - "poke_428": "Lockpin", - "poke_428_e1": "Méga-Lockpin", - "poke_429": "Magirêve", - "poke_430": "Corboss", - "poke_431": "Chaglam", - "poke_432": "Chaffreux", - "poke_433": "Korillon", - "poke_434": "Moufouette", - "poke_435": "Moufflair", - "poke_436": "Archéomire", - "poke_437": "Archéodong", - "poke_438": "Manzaï", - "poke_439": "Mime Jr.", - "poke_440": "Ptiravi", - "poke_441": "Pijako", - "poke_442": "Spiritomb", - "poke_443": "Griknot", - "poke_444": "Carmache", - "poke_445": "Carchacrok", - "poke_445_e1": "Méga-Carchacrok", - "poke_446": "Goinfrex", - "poke_447": "Riolu", - "poke_448": "Lucario", - "poke_448_e1": "Méga-Lucario", - "poke_449": "Hippopotas", - "poke_450": "Hippodocus", - "poke_451": "Rapion", - "poke_452": "Drascore", - "poke_453": "Cradopaud", - "poke_454": "Coatox", - "poke_455": "Vortente", - "poke_456": "Écayon", - "poke_457": "Luminéon", - "poke_458": "Babimanta", - "poke_459": "Blizzi", - "poke_460": "Blizzaroi", - "poke_460_e1": "Méga-Blizzaroi", - "poke_461": "Dimoret", - "poke_462": "Magnézone", - "poke_463": "Coudlangue", - "poke_464": "Rhinastoc", - "poke_465": "Bouldeneu", - "poke_466": "Élekable", - "poke_467": "Maganon", - "poke_468": "Togekiss", - "poke_469": "Yanmega", - "poke_470": "Phyllali", - "poke_471": "Givrali", - "poke_472": "Scorvol", - "poke_473": "Mammochon", - "poke_474": "Porygon-Z", - "poke_475": "Gallame", - "poke_475_e1": "Méga-Gallame", - "poke_476": "Tarinorme", - "poke_477": "Noctunoir", - "poke_478": "Momartik", - "poke_479": "Motisma", - "poke_480": "Créhelf", - "poke_481": "Créfollet", - "poke_482": "Créfadet", - "poke_483": "Dialga", - "poke_484": "Palkia", - "poke_485": "Heatran", - "poke_486": "Regigigas", - "poke_487": "Giratina", - "poke_488": "Cresselia", - "poke_489": "Phione", - "poke_490": "Manaphy", - "poke_491": "Darkrai", - "poke_492": "Shaymin", - "poke_493": "Arceus", - "poke_494": "Victini", - "poke_495": "Vipélierre", - "poke_496": "Lianaja", - "poke_497": "Majaspic", - "poke_498": "Gruikui", - "poke_499": "Grotichon", - "poke_500": "Roitiflam", - "poke_501": "Moustillon", - "poke_502": "Mateloutre", - "poke_503": "Clamiral", - "poke_504": "Ratentif", - "poke_505": "Miradar", - "poke_506": "Ponchiot", - "poke_507": "Ponchien", - "poke_508": "Mastouffe", - "poke_509": "Chacripan", - "poke_510": "Léopardus", - "poke_511": "Feuillajou", - "poke_512": "Feuiloutan", - "poke_513": "Flamajou", - "poke_514": "Flamoutan", - "poke_515": "Flotajou", - "poke_516": "Flotoutan", - "poke_517": "Munna", - "poke_518": "Mushana", - "poke_519": "Poichigeon", - "poke_520": "Colombeau", - "poke_521": "Déflaisan", - "poke_522": "Zébibron", - "poke_523": "Zéblitz", - "poke_524": "Nodulithe", - "poke_525": "Géolithe", - "poke_526": "Gigalithe", - "poke_527": "Chovsourir", - "poke_528": "Rhinolove", - "poke_529": "Rototaupe", - "poke_530": "Minotaupe", - "poke_531": "Nanméouïe", - "poke_531_e1": "Méga-Nanméouïe", - "poke_532": "Charpenti", - "poke_533": "Ouvrifier", - "poke_534": "Bétochef", - "poke_535": "Tritonde", - "poke_536": "Batracné", - "poke_537": "Crapustule", - "poke_538": "Judokrak", - "poke_539": "Karaclée", - "poke_540": "Larveyette", - "poke_541": "Couverdure", - "poke_542": "Manternel", - "poke_543": "Venipatte", - "poke_544": "Scobolide", - "poke_545": "Brutapode", - "poke_546": "Doudouvet", - "poke_547": "Farfaduvet", - "poke_548": "Chlorobule", - "poke_549": "Fragilady", - "poke_550": "Bargantua", - "poke_551": "Mascaïman", - "poke_552": "Escroco", - "poke_553": "Crocorible", - "poke_554": "Darumarond", - "poke_555": "Darumacho", - "poke_556": "Maracachi", - "poke_557": "Crabicoque", - "poke_558": "Crabaraque", - "poke_559": "Baggiguane", - "poke_560": "Baggaïd", - "poke_561": "Cryptéro", - "poke_562": "Tutafeh", - "poke_563": "Tutankafer", - "poke_564": "Carapagos", - "poke_565": "Mégapagos", - "poke_566": "Arkéapti", - "poke_567": "Aéroptéryx", - "poke_568": "Miamiasme", - "poke_569": "Miasmax", - "poke_570": "Zorua", - "poke_571": "Zoroark", - "poke_572": "Chinchidou", - "poke_573": "Pashmilla", - "poke_574": "Scrutella", - "poke_575": "Mesmérella", - "poke_576": "Sidérella", - "poke_577": "Nucléos", - "poke_578": "Méios", - "poke_579": "Symbios", - "poke_580": "Couaneton", - "poke_581": "Lakmécygne", - "poke_582": "Sorbébé", - "poke_583": "Sorboul", - "poke_584": "Sorbouboul", - "poke_585": "Vivaldaim", - "poke_586": "Haydaim", - "poke_587": "Emolga", - "poke_588": "Carabing", - "poke_589": "Lançargot", - "poke_590": "Trompignon", - "poke_591": "Gaulet", - "poke_592": "Viskuse", - "poke_593": "Moyade", - "poke_594": "Mamanbo", - "poke_595": "Statitik", - "poke_596": "Mygavolt", - "poke_597": "Grindur", - "poke_598": "Noacier", - "poke_599": "Tic", - "poke_600": "Clic", - "poke_601": "Cliticlic", - "poke_602": "Anchwatt", - "poke_603": "Lampéroie", - "poke_604": "Ohmassacre", - "poke_605": "Lewsor", - "poke_606": "Neitram", - "poke_607": "Funécire", - "poke_608": "Mélancolux", - "poke_609": "Lugulabre", - "poke_610": "Coupenotte", - "poke_611": "Incisache", - "poke_612": "Tranchodon", - "poke_613": "Polarhume", - "poke_614": "Polagriffe", - "poke_615": "Hexagel", - "poke_616": "Escargaume", - "poke_617": "Limaspeed", - "poke_618": "Limonde", - "poke_619": "Kungfouine", - "poke_620": "Shaofouine", - "poke_621": "Drakkarmin", - "poke_622": "Gringolem", - "poke_623": "Golemastoc", - "poke_624": "Scalpion", - "poke_625": "Scalproie", - "poke_626": "Frison", - "poke_627": "Furaiglon", - "poke_628": "Gueriaigle", - "poke_629": "Vostourno", - "poke_630": "Vaututrice", - "poke_631": "Aflamanoir", - "poke_632": "Fermite", - "poke_633": "Solochi", - "poke_634": "Diamat", - "poke_635": "Trioxhydre", - "poke_636": "Pyronille", - "poke_637": "Pyrax", - "poke_638": "Cobaltium", - "poke_639": "Terrakium", - "poke_640": "Viridium", - "poke_641": "Boréas", - "poke_642": "Fulguris", - "poke_643": "Reshiram", - "poke_644": "Zekrom", - "poke_645": "Démétéros", - "poke_646": "Kyurem", - "poke_647": "Keldeo", - "poke_648": "Meloetta", - "poke_649": "Genesect", - "poke_650": "Marisson", - "poke_651": "Boguérisse", - "poke_652": "Blindépique", - "poke_653": "Feunnec", - "poke_654": "Roussil", - "poke_655": "Goupelin", - "poke_656": "Grenousse", - "poke_657": "Croâporal", - "poke_658": "Amphinobi", - "poke_659": "Sapereau", - "poke_660": "Excavarenne", - "poke_661": "Passerouge", - "poke_662": "Braisillon", - "poke_663": "Flambusard", - "poke_664": "Lépidonille", - "poke_665": "Pérégrain", - "poke_666": "Prismillon", - "poke_667": "Hélionceau", - "poke_668": "Némélios", - "poke_669": "Flabébé", - "poke_670": "Floette", - "poke_671": "Florges", - "poke_672": "Cabriolaine", - "poke_673": "Chevroum", - "poke_674": "Pandespiègle", - "poke_675": "Pandarbare", - "poke_676": "Couafarel", - "poke_677": "Psystigri", - "poke_678": "Mistigrix", - "poke_679": "Monorpale", - "poke_680": "Dimoclès", - "poke_681": "Exagide", - "poke_682": "Fluvetin", - "poke_683": "Cocotine", - "poke_684": "Sucroquin", - "poke_685": "Cupcanaille", - "poke_686": "Sepiatop", - "poke_687": "Sepiatroce", - "poke_688": "Opermine", - "poke_689": "Golgopathe", - "poke_690": "Venalgue", - "poke_691": "Kravarech", - "poke_692": "Flingouste", - "poke_693": "Gamblast", - "poke_694": "Galvaran", - "poke_695": "Iguolta", - "poke_696": "Ptyranidur", - "poke_697": "Rexillius", - "poke_698": "Amagara", - "poke_699": "Dragmara", - "poke_700": "Nymphali", - "poke_701": "Brutalibré", - "poke_702": "Dedenne", - "poke_703": "Strassie", - "poke_704": "Mucuscule", - "poke_705": "Colimucus", - "poke_706": "Muplodocus", - "poke_707": "Trousselin", - "poke_708": "Brocélôme", - "poke_709": "Desséliande", - "poke_710": "Pitrouille", - "poke_711": "Banshitrouye", - "poke_712": "Grelaçon", - "poke_713": "Séracrawl", - "poke_714": "Sonistrelle", - "poke_715": "Bruyverne", - "poke_716": "Xerneas", - "poke_717": "Yveltal", - "poke_718": "Zygarde", - "poke_719": "Diancie", - "poke_719_e1": "Méga-Diancie", - "poke_720": "Hoopa", - "poke_721": "Volcanion", - "poke_722": "Brindibou", - "poke_723": "Efflèche", - "poke_724": "Archéduc", - "poke_725": "Flamiaou", - "poke_726": "Matoufeu", - "poke_727": "Félinferno", - "poke_728": "Otaquin", - "poke_729": "Otarlette", - "poke_730": "Oratoria", - "poke_731": "Picassaut", - "poke_732": "Piclairon", - "poke_733": "Bazoucan", - "poke_734": "Manglouton", - "poke_735": "Argouste", - "poke_736": "Larvibule", - "poke_737": "Chrysapile", - "poke_738": "Lucanon", - "poke_739": "Crabagarre", - "poke_740": "Crabominable", - "poke_741": "Plumeline", - "poke_742": "Bombydou", - "poke_743": "Rubombelle", - "poke_744": "Rocabot", - "poke_745": "Lougaroc", - "poke_746": "Froussardine", - "poke_747": "Vorastérie", - "poke_748": "Prédastérie", - "poke_749": "Tiboudet", - "poke_750": "Bourrinos", - "poke_751": "Araqua", - "poke_752": "Tarenbulle", - "poke_753": "Mimantis", - "poke_754": "Floramantis", - "poke_755": "Spododo", - "poke_756": "Lampignon", - "poke_757": "Tritox", - "poke_758": "Malamandre", - "poke_759": "Nounourson", - "poke_760": "Chelours", - "poke_761": "Croquine", - "poke_762": "Candine", - "poke_763": "Sucreine", - "poke_764": "Guérilande", - "poke_765": "Gouroutan", - "poke_766": "Quartermac", - "poke_767": "Sovkipou", - "poke_768": "Sarmuraï", - "poke_769": "Bacabouh", - "poke_770": "Trépassable", - "poke_771": "Concombaffe", - "poke_772": "Type:0", - "poke_773": "Silvallié", - "poke_774": "Météno", - "poke_775": "Dodoala", - "poke_776": "Boumata", - "poke_777": "Togedemaru", - "poke_778": "Mimiqui", - "poke_779": "Denticrisse", - "poke_780": "Draïeul", - "poke_781": "Sinistrail", - "poke_782": "Bébécaille", - "poke_783": "Écaïd", - "poke_784": "Ékaïser", - "poke_785": "Tokorico", - "poke_786": "Tokopiyon", - "poke_787": "Tokotoro", - "poke_788": "Tokopisco", - "poke_789": "Cosmog", - "poke_790": "Cosmovum", - "poke_791": "Solgaleo", - "poke_792": "Lunala", - "poke_793": "Zéroïd", - "poke_794": "Mouscoto", - "poke_795": "Cancrelove", - "poke_796": "Câblifère", - "poke_797": "Bamboiselle", - "poke_798": "Katagami", - "poke_799": "Engloutyran", - "poke_800": "Necrozma", - "poke_801": "Magearna", - "poke_802": "Marshadow", - "poke_803": "Vémini", - "poke_804": "Mandrillon", - "poke_805": "Ama-Ama", - "poke_806": "Pierroteknik", - "poke_807": "Zeraora", - "poke_808": "Meltan", - "poke_809": "Melmetal", - "poke_810": "Ouistempo", - "poke_811": "Badabouin", - "poke_812": "Gorythmic", - "poke_813": "Flambino", - "poke_814": "Lapyro", - "poke_815": "Pyrobut", - "poke_816": "Larméléon", - "poke_817": "Arrozard", - "poke_818": "Lézargus", - "poke_819": "Rongourmand", - "poke_820": "Rongrigou", - "poke_821": "Minisange", - "poke_822": "Bleuseille", - "poke_823": "Corvaillus", - "poke_824": "Larvadar", - "poke_825": "Coléodôme", - "poke_826": "Astronelle", - "poke_827": "Goupilou", - "poke_828": "Roublenard", - "poke_829": "Tournicoton", - "poke_830": "Blancoton", - "poke_831": "Moumouton", - "poke_832": "Moumouflon", - "poke_833": "Khélocrok", - "poke_834": "Torgamord", - "poke_835": "Voltoutou", - "poke_836": "Fulgudog", - "poke_837": "Charbi", - "poke_838": "Wagomine", - "poke_839": "Monthracite", - "poke_840": "Verpom", - "poke_841": "Pomdrapi", - "poke_842": "Dratatin", - "poke_843": "Dunaja", - "poke_844": "Dunaconda", - "poke_845": "Nigosier", - "poke_846": "Embrochet", - "poke_847": "Hastacuda", - "poke_848": "Toxizap", - "poke_849": "Salarsen", - "poke_850": "Grillepattes", - "poke_851": "Scolocendre", - "poke_852": "Poulpaf", - "poke_853": "Krakos", - "poke_854": "Théffroi", - "poke_855": "Polthégeist", - "poke_856": "Bibichut", - "poke_857": "Chapotus", - "poke_858": "Sorcilence", - "poke_859": "Grimalin", - "poke_860": "Fourbelin", - "poke_861": "Angoliath", - "poke_862": "Ixon", - "poke_863": "Berserkatt", - "poke_864": "Corayôme", - "poke_865": "Palarticho", - "poke_866": "M. Glaquette", - "poke_867": "Tutétékri", - "poke_868": "Crèmy", - "poke_869": "Charmilly", - "poke_870": "Hexadron", - "poke_871": "Wattapik", - "poke_872": "Frissonille", - "poke_873": "Beldeneige", - "poke_874": "Dolman", - "poke_875": "Bekaglaçon", - "poke_876": "Wimessir", - "poke_877": "Morpeko", - "poke_878": "Charibari", - "poke_879": "Pachyradjah", - "poke_880": "Galvagon", - "poke_881": "Galvagla", - "poke_882": "Hydragon", - "poke_883": "Hydragla", - "poke_884": "Duralugon", - "poke_885": "Fantyrm", - "poke_886": "Dispareptil", - "poke_887": "Lanssorien", - "poke_888": "Zacian", - "poke_889": "Zamazenta", - "poke_890": "Éthernatos", - "poke_891": "Wushours", - "poke_892": "Shifours", - "poke_893": "Zarude", - "poke_894": "Regieleki", - "poke_895": "Regidrago", - "poke_896": "Blizzeval", - "poke_897": "Spectreval", - "poke_898": "Sylveroy", - "poke_899": "Cerbyllin", - "poke_900": "Hachécateur", - "poke_901": "Ursaking", - "poke_902": "Paragruel", - "poke_903": "Farfurex", - "poke_904": "Qwilpik", - "poke_905": "Amovénus", - "poke_906": "Poussacha", - "poke_907": "Matourgeon", - "poke_908": "Miascarade", - "poke_909": "Chochodile", - "poke_910": "Crocogril", - "poke_911": "Flâmigator", - "poke_912": "Coiffeton", - "poke_913": "Canarbello", - "poke_914": "Palmaval", - "poke_915": "Gourmelet", - "poke_916": "Fragroin", - "poke_917": "Tissenboule", - "poke_918": "Filentrappe", - "poke_919": "Lilliterelle", - "poke_920": "Gambex", - "poke_921": "Pohm", - "poke_922": "Pohmotte", - "poke_923": "Pohmarmotte", - "poke_924": "Compagnol", - "poke_925": "Famignol", - "poke_926": "Pâtachiot", - "poke_927": "Briochien", - "poke_928": "Olivini", - "poke_929": "Olivado", - "poke_930": "Arboliva", - "poke_931": "Tapatoès", - "poke_932": "Selutin", - "poke_933": "Amassel", - "poke_934": "Gigansel", - "poke_935": "Charbambin", - "poke_936": "Carmadura", - "poke_937": "Malvalame", - "poke_938": "Têtampoule", - "poke_939": "Ampibidou", - "poke_940": "Zapétrel", - "poke_941": "Fulgulairo", - "poke_942": "Grondogue", - "poke_943": "Dogrino", - "poke_944": "Gribouraigne", - "poke_945": "Tag-Tag", - "poke_946": "Virovent", - "poke_947": "Virevorreur", - "poke_948": "Terracool", - "poke_949": "Terracruel", - "poke_950": "Craparoi", - "poke_951": "Pimito", - "poke_952": "Scovilain", - "poke_953": "Léboulérou", - "poke_954": "Bérasca", - "poke_955": "Flotillon", - "poke_956": "Cléopsytra", - "poke_957": "Forgerette", - "poke_958": "Forgella", - "poke_959": "Forgelina", - "poke_960": "Taupikeau", - "poke_961": "Triopikeau", - "poke_962": "Lestombaile", - "poke_963": "Dofin", - "poke_964": "Superdofin", - "poke_965": "Vrombi", - "poke_966": "Vrombotor", - "poke_967": "Motorizard", - "poke_968": "Ferdeter", - "poke_969": "Germéclat", - "poke_970": "Floréclat", - "poke_971": "Toutombe", - "poke_972": "Tomberro", - "poke_973": "Flamenroule", - "poke_974": "Piétacé", - "poke_975": "Balbalèze", - "poke_976": "Délestin", - "poke_977": "Oyacata", - "poke_978": "Nigirigon", - "poke_979": "Courrousinge", - "poke_980": "Terraiste", - "poke_981": "Farigiraf", - "poke_982": "Deusolourdo", - "poke_983": "Scalpereur", - "poke_984": "Fort-Ivoire", - "poke_985": "Hurle-Queue", - "poke_986": "Fongus-Furie", - "poke_987": "Flotte-Mèche", - "poke_988": "Rampe-Ailes", - "poke_989": "Pelage-Sablé", - "poke_990": "Roue-de-Fer", - "poke_991": "Hotte-de-Fer", - "poke_992": "Paume-de-Fer", - "poke_993": "Têtes-de-Fer", - "poke_994": "Mite-de-Fer", - "poke_995": "Épine-de-Fer", - "poke_996": "Frigodo", - "poke_997": "Cryodo", - "poke_998": "Glaivodo", - "poke_999": "Mordudor", - "poke_1000": "Gromago", - "poke_1001": "Chongjian", - "poke_1002": "Baojian", - "poke_1003": "Dinglu", - "poke_1004": "Yuyu", - "poke_1005": "Rugit-Lune", - "poke_1006": "Garde-de-Fer", - "poke_1007": "Koraidon", - "poke_1008": "Miraidon", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "Aucun", - "poke_type_1": "Normal", - "poke_type_2": "Combat", - "poke_type_3": "Vol", - "poke_type_4": "Poison", - "poke_type_5": "Sol", - "poke_type_6": "Roche", - "poke_type_7": "Insecte", - "poke_type_8": "Spectre", - "poke_type_9": "Acier", - "poke_type_10": "Feu", - "poke_type_11": "Eau", - "poke_type_12": "Plante", - "poke_type_13": "Électrik", - "poke_type_14": "Psy", - "poke_type_15": "Glace", - "poke_type_16": "Dragon", - "poke_type_17": "Ténèbres", - "poke_type_18": "Fée", - "purified": "Purifié", - "quest_0": "Type de Quête Inconnu", - "quest_1": "{{amount}} fois Première Capture du Jour", - "quest_2": "{{amount}} fois Premier Pokéstop du Jour", - "quest_3": "Quête Multiple", - "quest_4": "Attrape {{amount}} Pokémon", - "quest_5": "Fais tourner {{amount}} Pokéstop(s)", - "quest_6": "Fais éclore {{amount}} Œuf(s)", - "quest_7": "Combats {{amount}} fois dans une Arène", - "quest_8": "Combats {{amount}} fois dans un Raid", - "quest_9": "Termine {{amount}} Quête(s)", - "quest_10": "Transfère {{amount}} Pokémon", - "quest_11": "Ajoute {{amount}} Pokémon à tes favoris", - "quest_12": "Autocomplete", - "quest_13": "Utilise {{amount}} Baies pour t'aider à attraper des Pokémon", - "quest_14": "Recharge {{amount}} Pokémon", - "quest_15": "Fais évoluer {{amount}} Pokémon", - "quest_16": "Fais {{amount}} Lancer(s)", - "quest_17": "Gagne {{amount}} Bonbons en marchant avec ton Copain", - "quest_18": "Gagne {{amount}} Médaille(s)", - "quest_19": "Gagne {{amount}} Niveau", - "quest_20": "Participe à {{amount}} Combat(s) de Raid(s)", - "quest_21": "Combats {{amount}} fois", - "quest_22": "Ajoute {{amount}} Ami(s)", - "quest_23": "Échange {{amount}} Pokémon", - "quest_24": "Envoie {{amount}} Cadeau(x)", - "quest_25": "Fais évoluer {{amount}} Pokémon spécifique(s)", - "quest_27": "Termine {{amount}} Combat(s)", - "quest_28": "Prends {{amount}} Photo(s)", - "quest_29": "Combats {{amount}} fois la Team Rocket", - "quest_30": "Purifie {{amount}} Pokémon", - "quest_31": "Trouve {{amount}} Invasion(s) Team Rocket", - "quest_32": "{{amount}} fois Premier Sbire du Jour", - "quest_33": "Donne {{amount}} friandise(s) à ton Copain", - "quest_34": "Gagne {{amount}} coeurs avec ton Copain", - "quest_35": "Joue {{amount}} fois avec ton Copain", - "quest_36": "Recharge ton Copain {{amount}} fois", - "quest_37": "Gagne {{amount}} points d'Amitié en marchant avec ton Copain", - "quest_38": "Gagne {{amount}} Souvenirs de ton Copain", - "quest_39": "Utilise un Encens {{amount}} fois", - "quest_40": "Obtiens {{amount}} Souvenir(s) de ton Copain", - "quest_41": "Obtiens {{amount}} Récompenses", - "quest_42": "Marche {{amount}} km", - "quest_43": "Fais Méga-évoluer {{amount}} Pokémon", - "quest_44": "Obtiens {{amount}} Poussières Étoiles", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "Cartographie RA", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Utilise {{amount}} Attaque(s) Chargée(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Combats {{amount}} NPC(s) d'évènement", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Prends {{amount}} Photo(s) de Pokémon sauvage(s)", - "quest_58": "Utilise {{amount}} Objet(s) de Pokémon", - "quest_59": "Ouvre {{amount}} Cadeau(x)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "Marche {{amount}} km avec ton copain", - "quest_catch_type_dark_plural": "Attrape {{amount}} Pokémon de type Ténèbres", - "quest_catch_type_dragon_plural": "Attrape {{amount}} Pokémon de type Dragon", - "quest_catch_type_poison_plural": "Attrape {{amount}} Pokémon de type Poison", - "quest_catch_type_psychic_plural": "Attrape {{amount}} Pokémon de type Psy", - "quest_condition_0": "Unset", - "quest_condition_1": "Type de Pokémon", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Catégorie de Pokémon", - "quest_condition_2_formatted": "Pokémon: {{Pokemon}}", - "quest_condition_3": "Boosté par la Météo", - "quest_condition_4": "Bonus de Capture du Jour", - "quest_condition_5": "Bonus de Visite du Jour", - "quest_condition_6": "Gagne le Raid", - "quest_condition_7": "Raid Niveau", - "quest_condition_7_formatted": "Raid Niveau(x): {{levels}}", - "quest_condition_8": "Type de lancer", - "quest_condition_8_formatted": "{{throw_type}} Lancer", - "quest_condition_9": "Gagne le combat d'Arène", - "quest_condition_10": "Attaque super efficace", - "quest_condition_11": "Objet", - "quest_condition_11_formatted": "Objet: {{item}}", - "quest_condition_12": "Pokéstop Unique", - "quest_condition_13": "Contexte de la Quête", - "quest_condition_14": "À la suite", - "quest_condition_14_formatted": "{{throw_type}} Lancer(s) à la suite", - "quest_condition_15": "Lancer à effet", - "quest_condition_16": "Type de Médaille", - "quest_condition_17": "Niveau de Joueur", - "quest_condition_18": "Gagne le Combat", - "quest_condition_19": "Nouvel Ami", - "quest_condition_20": "Jours à la suite", - "quest_condition_21": "Pokémon Unique", - "quest_condition_22": "Combat NPC", - "quest_condition_23": "Combat PVP", - "quest_condition_24": "Position", - "quest_condition_25": "Distance", - "quest_condition_26": "Forme de Pokémon", - "quest_condition_26_formatted": "Forme(s) de Pokémon: {{alignments}}", - "quest_condition_27": "Catégorie d'Invasion", - "quest_condition_27_formatted": "Catégorie(s) d'Invasion: {{categories}}", - "quest_condition_28": "Avec ton Copain", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Niveau de Pokémon", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "PC Max", - "quest_condition_35": "Pokémon chanceux", - "quest_condition_36": "Pokémon Légendaire", - "quest_condition_37": "Avec un Pokémon Méga évolué", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "Rang GBL", - "quest_condition_39": "Captures à la suite", - "quest_condition_40": "Type de rencontre", - "quest_condition_41": "Gagne dans la Ligue Combat Go", - "quest_condition_42": "Scanne un POI", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "Type d'objet", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "En moins de 10 Minutes", - "quest_condition_44_formatted": "En {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "Remporte un combat contre {{amount}} Pokémon de type Spectre", - "quest_fight_type_ghost_psychic_plural": "Remporte un combat contre {{amount}} Pokémon de type Psy ou Spectre", - "quest_fight_type_psychic_plural": "Remporte un combat contre {{amount}} Pokémon de type Psy", - "quest_incense_singular": "Utilise un Encens", - "quest_land_excellent_plural": "Fais {{amount}} Excellents lancers", - "quest_reward_0": "Indéfini", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Objet", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Poussières Étoiles", - "quest_reward_3_formatted": "{{amount}} Poussières Étoiles", - "quest_reward_4": "Bonbon", - "quest_reward_4_formatted": "{{amount}} {{Pokemon}} Bonbon", - "quest_reward_5": "Vêtement d'Avatar", - "quest_reward_6": "Quête", - "quest_reward_7": "Rencontre Pokémon", - "quest_reward_7_formatted": "{{Pokemon}}", - "quest_reward_8": "PokéPièce", - "quest_reward_8_formatted": "{{amount}} PokéPièces", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Autocollant", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Méga-Énergie", - "quest_reward_12_formatted": "{{amount}} Méga-Énergie {{Pokemon}}", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "Combats {{amount_0}} fois contre un capitaine d’équipe", - "quest_title_challenge_2019_battle_trainer": "Combats un autre Dresseur", - "quest_title_challenge_2019_battle_trainer_plural": "Combat {{amount_0}} fois contre un autre Dresseur", - "quest_title_challenge_2019_battle_trainer_win": "Gagne {{amount_0}} fois contre un autre Dresseur", - "quest_title_challenge_2019_snapshot_eevee": "Prends {{amount_0}} photos d’Évoli", - "quest_title_challenge_2019_snapshot_loudred": "Prends une photo de Ramboum", - "quest_title_challenge_2019_snapshot_pkmn": "Prends {{amount_0}} photos de Jirachi", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "Prends {{amount_0}} photos de Pokémon de type Fée", - "quest_title_challenge_2019_snapshot_pkmn_flying": "Prends {{amount_0}} photos de Pokémon de type Vol", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "Prends {{amount_0}} photos de Pokémon de type Spectre", - "quest_title_challenge_2019_snapshot_pkmn_grass": "Prends {{amount_0}} photos de Pokémon de type Plante", - "quest_title_challenge_2019_snapshot_pkmn_ground": "Prends {{amount_0}} photos de Pokémon de type Sol", - "quest_title_challenge_2019_snapshot_pkmn_ice": "Prends {{amount_0}} photos de Pokémon de type Glace", - "quest_title_challenge_2019_snapshot_pkmn_normal": "Prends {{amount_0}} photos de Pokémon de type Normal", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "Prends {{amount_0}} photos de Pokémon de type Psy", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Prends {{amount_0}} photos de Pokémon de type Psy ou Acier", - "quest_title_challenge_2019_snapshot_pkmn_rock": "Prends {{amount_0}} photos de Pokémon de type Roche", - "quest_title_challenge_2019_snapshot_pkmn_steel": "Prends {{amount_0}} photos de Pokémon de type Acier", - "quest_title_challenge_2019_snapshot_pkmn_water": "Prends {{amount_0}} photos de Pokémon de type Eau", - "quest_title_challenge_2019_trade_distance": "Échange 3 Pokémon sur une distance d’au moins 100 km", - "quest_title_challenge_available": "Nouveau défi disponible !", - "quest_title_challenge_battle_gbl_win_all": "Gagne dans la Ligue Combat GO.", - "quest_title_challenge_battle_trainer_great": "Combats un Dresseur dans la Ligue Super", - "quest_title_challenge_buddy_affection_plural": "Gagne {{amount_0}} cœurs avec ton copain", - "quest_title_challenge_buddy_affection_single": "Gagne un cœur avec ton copain", - "quest_title_challenge_buddy_battle_plural": "Combats {{amount_0}} fois aux côtés de ton copain au cours de vos aventures", - "quest_title_challenge_buddy_battle_single": "Combats aux côtés de ton copain au cours de vos aventures", - "quest_title_challenge_buddy_emotion_plural": "Fais progresser {{amount_0}} fois ton copain au niveau Enthousiaste", - "quest_title_challenge_buddy_emotion_single": "Fais progresser ton copain au niveau Enthousiaste", - "quest_title_challenge_buddy_level_best_plural": "Atteins {{amount_0}} fois le rang de Meilleur Copain avec des Pokémon", - "quest_title_challenge_buddy_level_best_single": "Atteins le rang de Meilleur Copain avec un Pokémon", - "quest_title_challenge_buddy_level_good_plural": "Atteins {{amount_0}} fois le rang de Bon Copain avec des Pokémon", - "quest_title_challenge_buddy_level_good_single": "Atteins le rang de Bon Copain avec un Pokémon", - "quest_title_challenge_buddy_level_great_plural": "Atteins {{amount_0}} fois le rang de Grand Copain avec des Pokémon", - "quest_title_challenge_buddy_level_great_single": "Atteins le rang de Grand Copain avec un Pokémon", - "quest_title_challenge_buddy_level_plural": "Augmente {{amount_0}} fois le Niveau Copain de Pokémon", - "quest_title_challenge_buddy_level_single": "Augmente le Niveau Copain d’un Pokémon", - "quest_title_challenge_buddy_level_ultra_plural": "Atteins {{amount_0}} fois le rang d’Excellent Copain avec des Pokémon", - "quest_title_challenge_buddy_level_ultra_single": "Atteins le rang d’Excellent Copain avec un Pokémon", - "quest_title_challenge_buddy_play_plural": "Joue {{amount_0}} fois avec ton copain", - "quest_title_challenge_buddy_play_single": "Joue avec ton copain", - "quest_title_challenge_buddy_poi_plural": "Visite {{amount_0}} fois un endroit intéressant que t’indique ton copain", - "quest_title_challenge_buddy_poi_single": "Visite un endroit intéressant que t’indique ton copain", - "quest_title_challenge_buddy_snapshot_plural": "Prends {{amount_0}} photos de ton copain", - "quest_title_challenge_buddy_snapshot_single": "Prends une photo de ton copain", - "quest_title_challenge_buddy_treat_plural": "Donne {{amount_0}} friandises à ton copain", - "quest_title_challenge_buddy_treat_single": "Donne une friandise à ton copain", - "quest_title_challenge_catch_legendary": "Attrape un Pokémon légendaire d’une Phase d’Étude ou d’un Raid", - "quest_title_challenge_catch_unique_any": "Attrape {{amount_0}} espèces différentes de Pokémon", - "quest_title_challenge_snapshot_bidoof": "Prends une photo de Keunotor", - "quest_title_challenge_snapshot_dratini_singular": "Prends une photo de Minidraco", - "quest_title_challenge_snapshot_eevee": "Prends une photo d’Évoli", - "quest_title_challenge_snapshot_pkmn_bug": "Prends {{amount_0}} photos de Pokémon de type Insecte", - "quest_title_challenge_snapshot_pkmn_bug_single": "Prends une photo d’un Pokémon de type Insecte", - "quest_title_challenge_snapshot_pkmn_dark": "Prends {{amount_0}} photos de Pokémon de type Ténèbres", - "quest_title_challenge_snapshot_pkmn_dark_single": "Prends une photo d’un Pokémon de type Ténèbres", - "quest_title_challenge_snapshot_pkmn_dragon": "Prends {{amount_0}} photos de Pokémon de type Dragon", - "quest_title_challenge_snapshot_pkmn_dragon_single": "Prends une photo d’un Pokémon de type Dragon", - "quest_title_challenge_snapshot_pkmn_electric": "Prends {{amount_0}} photos de Pokémon de type Électrik", - "quest_title_challenge_snapshot_pkmn_electric_single": "Prends une photo d’un Pokémon de type Électrik", - "quest_title_challenge_snapshot_pkmn_fairy_single": "Prends une photo d’un Pokémon de type Fée", - "quest_title_challenge_snapshot_pkmn_fighting": "Prends {{amount_0}} photos de Pokémon de type Combat", - "quest_title_challenge_snapshot_pkmn_fighting_single": "Prends une photo d’un Pokémon de type Combat", - "quest_title_challenge_snapshot_pkmn_fire": "Prends {{amount_0}} photos de Pokémon de type Feu", - "quest_title_challenge_snapshot_pkmn_fire_single": "Prends une photo d’un Pokémon de type Feu", - "quest_title_challenge_snapshot_pkmn_flying_single": "Prends une photo d’un Pokémon de type Vol", - "quest_title_challenge_snapshot_pkmn_ghost_single": "Prends une photo d’un Pokémon de type Spectre", - "quest_title_challenge_snapshot_pkmn_grass_single": "Prends une photo d’un Pokémon de type Plante", - "quest_title_challenge_snapshot_pkmn_ground_single": "Prends une photo d’un Pokémon de type Sol", - "quest_title_challenge_snapshot_pkmn_ice_single": "Prends une photo d’un Pokémon de type Glace", - "quest_title_challenge_snapshot_pkmn_normal_single": "Prends une photo d’un Pokémon de type Normal", - "quest_title_challenge_snapshot_pkmn_poison": "Prends {{amount_0}} photos de Pokémon de type Poison", - "quest_title_challenge_snapshot_pkmn_poison_single": "Prends une photo d’un Pokémon de type Poison", - "quest_title_challenge_snapshot_pkmn_psychic_single": "Prends une photo d’un Pokémon de type Psy", - "quest_title_challenge_snapshot_pkmn_rock": "Prends {{amount_0}} photos de Pokémon de type Roche", - "quest_title_challenge_snapshot_pkmn_rock_single": "Prends une photo d’un Pokémon de type Roche", - "quest_title_challenge_snapshot_pkmn_steel_single": "Prends une photo d’un Pokémon de type Acier", - "quest_title_challenge_snapshot_pkmn_water_single": "Prends une photo d’un Pokémon de type Eau", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Prends une photo d’un Zébibron dans la nature.", - "quest_title_challenge_snapshot_wild_glameow_singular": "Prends une photo d’un Chaglam dans la nature.", - "quest_title_geotarget_quest_description": "Scanne {{amount_0}}", - "quest_title_quest_achieve_lvl_40": "Atteins le niveau 40", - "quest_title_quest_adventure_effect_activate_plural": "Active un Effet Aventure {{amount_0}} fois", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Active l’Effet Aventure Hurle-Temps {{amount_0}} fois", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Active l’Effet Aventure Hurle-Temps", - "quest_title_quest_adventure_effect_activate_singular": "Active un Effet Aventure", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Active l’Effet Aventure Spatio-Rift {{amount_0}} fois", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Active l’Effet Aventure Spatio-Rift", - "quest_title_quest_adventure_evolve_singular": "Semaine Aventure : fais évoluer un Amonita ou un Kabuto", - "quest_title_quest_adventure_hatch_egg_plural": "Semaine Aventure : fais éclore {{amount_0}} Œufs", - "quest_title_quest_adventure_visit_pokestop_new_plural": "Semaine Aventure : fais tourner {{amount_0}} nouveaux PokéStops", - "quest_title_quest_adventure_walk_buddy_plural": "Semaine Aventure : gagne {{amount_0}} Bonbons en marchant avec ton copain", - "quest_title_quest_adventure2019_catch_special33_plural": "Semaine Aventure 2019 : attrape {{amount_0}} Galekid", - "quest_title_quest_adventure2019_evolve_singular": "Semaine Aventure 2019 : fais évoluer un Lilia ou un Anorith", - "quest_title_quest_adventure2019_hatch_egg_plural": "Semaine Aventure 2019 : fais éclore {{amount_0}} Œufs", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Semaine Aventure 2019 : fais tourner {{amount_0}} nouveaux PokéStops", - "quest_title_quest_adventure2019_visit_pokestop_plural": "Semaine Aventure 2019 : fais tourner 25 PokéStops", - "quest_title_quest_adventure2019_walk_buddy_plural": "Semaine Aventure 2019 : gagne {{amount_0}} Bonbons en marchant avec ton copain", - "quest_title_quest_alodude_catch": "Attrape {{amount_0}} Racaillou d’Alola", - "quest_title_quest_alodude_evolve_a": "Fais évoluer {{amount_0}} Racaillou d’Alola", - "quest_title_quest_alodude_evolve_b": "Fais évoluer {{amount_0}} Gravalanch d’Alola", - "quest_title_quest_alodude_snap": "Prends {{amount_0}} photos de Racaillou d’Alola", - "quest_title_quest_at_catch_a": "Attrape {{amount_0}} Abra", - "quest_title_quest_at_evolve_a": "Fais évoluer {{amount_0}} Abra", - "quest_title_quest_at_evolve_k": "Fais évoluer {{amount_0}} Kadabra", - "quest_title_quest_axew_catch_b": "Attrape {{amount_0}} Coupenotte", - "quest_title_quest_axew_evolve_b": "Fais évoluer {{amount_0}} Coupenotte", - "quest_title_quest_axew_snapshot_b": "Prends en photo {{amount_0}} Coupenotte", - "quest_title_quest_azelf_wild_snap": "Prends une photo de Créfadet dans la nature", - "quest_title_quest_bagon_catch_b": "Attrape {{amount_0}} Draby", - "quest_title_quest_bagon_evolve_b_plural": "Fais évoluer {{amount_0}} Draby", - "quest_title_quest_bagon_evolve_b_singular": "Fais évoluer un Draby", - "quest_title_quest_bagon_snapshot_b": "Prends en photo {{amount_0}} Draby", - "quest_title_quest_battle_buddy_adventure_plural": "Combats un autre Dresseur aux côtés de ton Copain Pokémon au cours de vos aventures {{amount_0}} fois", - "quest_title_quest_battle_buddy_adventure_single": "Combats un autre Dresseur aux côtés de ton Copain Pokémon au cours de vos aventures", - "quest_title_quest_battle_dangling_reward_toast": "Tu dois finir le combat en cours avant de commencer un nouveau combat.", - "quest_title_quest_battle_error_toast": "Une erreur s’est produite au démarrage du combat", - "quest_title_quest_battle_gbl_halloween_plural": "Combats {{amount_0}} fois dans la Coupe Halloween", - "quest_title_quest_battle_gbl_halloween_win_plural": "Remporte {{amount_0}} Combats de Dresseurs dans la Coupe Halloween", - "quest_title_quest_battle_gbl_plural": "Combats {{amount_0}} fois dans la Ligue Combat GO", - "quest_title_quest_battle_gbl_singular": "Combats dans la Ligue Combat GO", - "quest_title_quest_battle_gbl_win_plural": "Remporte {{amount_0}} Combats de Dresseurs dans la Ligue Combat GO", - "quest_title_quest_battle_gbl_win_singular": "Remporte un Combat de Dresseurs dans la Ligue Combat GO", - "quest_title_quest_battle_great_plural": "Combats un Dresseur dans la Ligue Super {{amount_0}} fois", - "quest_title_quest_battle_great_win_plural": "Remporte {{amount_0}} Combats de Dresseurs dans la Ligue Super", - "quest_title_quest_battle_great_win_singular": "Remporte un Combat de Dresseurs dans la Ligue Super", - "quest_title_quest_battle_gym_plural": "Combats {{amount_0}} fois dans une Arène", - "quest_title_quest_battle_gym_singular": "Combats dans une Arène", - "quest_title_quest_battle_master_win_plural": "Remporte {{amount_0}} Combats de Dresseurs dans la Ligue Master", - "quest_title_quest_battle_master_win_singular": "Remporte un Combat de Dresseurs dans la Ligue Master", - "quest_title_quest_battle_raid_plural": "Combats dans {{amount_0}} Raids", - "quest_title_quest_battle_raid_singular": "Combats dans un Raid", - "quest_title_quest_battle_raid_with_friend_plural": "Combats dans {{amount_0}} Raids avec un ami", - "quest_title_quest_battle_raid_with_friend_singular": "Combats dans un Raid avec un ami", - "quest_title_quest_battle_supereffective_charge_plural": "Utilise une Attaque Chargée très efficace dans {{amount_0}} combats d’Arènes", - "quest_title_quest_battle_supereffective_charge_singular": "Utilise une Attaque Chargée super efficace en combat d’Arène", - "quest_title_quest_battle_team_rocket_plural": "Combats {{amount_0}} Sbires de la Team GO Rocket", - "quest_title_quest_battle_team_rocket_singular": "Combats un Sbire de la Team GO Rocket", - "quest_title_quest_battle_ultra_win_plural": "Remporte {{amount_0}} Combats de Dresseurs dans la Ligue Hyper", - "quest_title_quest_battle_ultra_win_singular": "Remporte un Combat de Dresseurs dans la Ligue Hyper", - "quest_title_quest_battle19_catch_fighting_easy": "Attrape {{amount_0}} Pokémon de type Combat", - "quest_title_quest_battle19_catch_medium_pkmn": "Attrape {{amount_0}} Makuhita ou Méditikka", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Fais {{amount_0}} Excellents lancers à la suite", - "quest_title_quest_battle19_raid_win_veryhard": "Gagne {{amount_0}} Raids", - "quest_title_quest_battle19_supereffective_charge_hard": "Utilise une Attaque Chargée super efficace dans {{amount_0}} combats d’Arènes", - "quest_title_quest_battler_appears": "UN ADVERSAIRE APPARAÎT !", - "quest_title_quest_beat_raid_10_minutes": "Gagne un Raid en moins de 10 minutes", - "quest_title_quest_beat_raid_60_seconds": "Gagne un Raid en moins de 60 secondes", - "quest_title_quest_beat_raid_singular_minutes": "Gagne un Raid en moins de {{amount_0}} minutes", - "quest_title_quest_beat_raid_singular_seconds": "Gagne un Raid en moins de {{amount_0}} secondes", - "quest_title_quest_begins19_catch_specific_plural": "Journée Pokémon : attrape {{amount_0}} Roucool ou Rattata", - "quest_title_quest_begins19_evolve_plural": "Journée Pokémon : fais évoluer un Miaouss", - "quest_title_quest_beldum_catch_b": "Attrape {{amount_0}} Terhal", - "quest_title_quest_beldum_evolve_b_plural": "Fais évoluer {{amount_0}} Terhal", - "quest_title_quest_beldum_evolve_b_singular": "Fais évoluer un Terhal", - "quest_title_quest_bellsprout_catch_b": "Attrape {{amount_0}} Chétiflor", - "quest_title_quest_bellsprout_evolve_b_plural": "Fais évoluer {{amount_0}} Chétiflor", - "quest_title_quest_bellsprout_evolve_b_singular": "Fais évoluer un Chétiflor", - "quest_title_quest_bellsprout_snapshot_b": "Prends en photo {{amount_0}} Chétiflor", - "quest_title_quest_beluga_evolve_pkmn": "Let’s Go : Fais évoluer {{amount_0}} Anorith", - "quest_title_quest_beluga_excellent_singular": "Let’s Go : fais {{amount_0}} Excellent lancer", - "quest_title_quest_beluga_hatch_plural": "Let’s Go : fais éclore {{amount_0}} Œufs", - "quest_title_quest_best_buddy_bronze": "1 Meilleur Copain obtenu", - "quest_title_quest_best_buddy_silver": "10 Meilleurs Copains obtenus", - "quest_title_quest_bounsweet_catch_b": "Attrape {{amount_0}} Croquine", - "quest_title_quest_bounsweet_evolve_b_plural": "Fais évoluer {{amount_0}} Croquine", - "quest_title_quest_bounsweet_evolve_b_singular": "Fais évoluer un Croquine", - "quest_title_quest_braixen_evolve_b": "Fais évoluer{{amount_0}} Roussil", - "quest_title_quest_breakthrough_completed": "Étude de terrain terminée.", - "quest_title_quest_breakthrough_reward_mystery": "Objets mystère", - "quest_title_quest_breakthrough_reward_stardust": "Poussière Étoile", - "quest_title_quest_brionne_evolve_b_plural": "Fais évoluer {{amount_0}} Otarlette", - "quest_title_quest_brionne_evolve_b_singular": "Fais évoluer un Otarlette", - "quest_title_quest_buddy_affection_days": "Gagne un cœur avec ton copain pendant {{amount_0}} jours différents", - "quest_title_quest_buddy_affection_days_in_a_row": "Gagne un cœur avec ton copain {{amount_0}} jours de suite", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Combats un autre Dresseur aux côtés de ton Copain Pokémon au cours de vos aventures {{amount_0}} fois", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "Combats un autre Dresseur aux côtés de ton Copain Pokémon au cours de vos aventures", - "quest_title_quest_buddy_souvenir_plural": "Reçois {{amount_0}} Souvenirs de la part de ton copain", - "quest_title_quest_buddy_souvenir_singular": "Reçois un Souvenir de la part de ton copain", - "quest_title_quest_buddy_walk_km_plural": "Marche {{amount_0}} km avec ton copain", - "quest_title_quest_bulbt_catch_b": "Attrape {{amount_0}} Bulbizarre", - "quest_title_quest_bulbt_evolve_b": "Fais évoluer {{amount_0}} Bulbizarre", - "quest_title_quest_bulbt_evolve_s1": "Fais évoluer {{amount_0}} Herbizarre", - "quest_title_quest_cacnea_catch": "Attrape {{amount_0}} Cacnea", - "quest_title_quest_catch_151": "Attrape 151 Pokémon", - "quest_title_quest_catch_b_types_plural": "Attrape {{amount_0}} Pokémon de type Électrik, Normal ou Poison", - "quest_title_quest_catch_basic_types_plural": "Attrape {{amount_0}} Pokémon de type Plante, Eau ou Feu", - "quest_title_quest_catch_berry_any_drifloon": "Utilise {{amount_0}} Baies pour t’aider à attraper un Baudrive", - "quest_title_quest_catch_berry_nanab_drifloon": "Utilise {{amount_0}} des Baies Nanab pour t’aider à attraper un Baudrive", - "quest_title_quest_catch_berry_pinap": "Utilise {{amount_0}} Baies Nanana pour t’aider à attraper des Pokémon.", - "quest_title_quest_catch_berry_razz": "Utilise {{amount_0}} Baies Framby pour t’aider à attraper des Pokémon.", - "quest_title_quest_catch_berry_razz_drifloon": "Utilise {{amount_0}} des Baies Framby pour t’aider à attraper un Baudrive", - "quest_title_quest_catch_bronzor_plural": "Attrape {{amount_0}} Archéomire", - "quest_title_quest_catch_c_types_plural": "Attrape {{amount_0}} Pokémon de type Vol, Psy ou Ténèbres", - "quest_title_quest_catch_carbink_singular": "Attrape un Strassie", - "quest_title_quest_catch_celebi_types_plural": "Attrape {{amount_0}} Pokémon de type Plante ou Psy", - "quest_title_quest_catch_costumed_plural": "Attrape {{amount_0}} Évoli coiffés d’une couronne en forme de soleil ou de lune", - "quest_title_quest_catch_crabrawler_plural": "Attrape {{amount_0}} Crabagarre", - "quest_title_quest_catch_dark_type_plural": "Attrape {{amount_0}} Pokémon de type Ténèbres", - "quest_title_quest_catch_darumaka_plural": "Attrape {{amount_0}} Darumarond", - "quest_title_quest_catch_daysinarow": "Attrape un Pokémon {{amount_0}} jours d’affilée", - "quest_title_quest_catch_dialga": "Attrape Dialga", - "quest_title_quest_catch_drifloon": "Attrape {{amount_0}} Baudrive", - "quest_title_quest_catch_ducklett_plural": "Attrape {{amount_0}} Couaneton", - "quest_title_quest_catch_ducklett_singular": "Attrape un Couaneton", - "quest_title_quest_catch_emolga_plural": "Attrape {{amount_0}} Emolga", - "quest_title_quest_catch_excellent_curve_drifloon": "Attrape {{amount_0}} Baudrive avec d’Excellents lancers à effet", - "quest_title_quest_catch_excellent_with_berry_drifloon": "Attrape {{amount_0}} Baudrive avec d’Excellents lancers après leur avoir donné des Baies", - "quest_title_quest_catch_feed_plural": "Utilise {{amount_0}} Baies pour t’aider à attraper des Pokémon", - "quest_title_quest_catch_feed_singular": "Utilise une Baie pour t’aider à attraper un Pokémon", - "quest_title_quest_catch_furfou_singular": "Attrape un Couafarel.", - "quest_title_quest_catch_groudon_primal_boosted_types": "Attrape {{amount_0}} Pokémon de type Feu, Plante ou Sol", - "quest_title_quest_catch_groudon_type": "Attrape {{amount_0}} Pokémon de type Feu, Plante ou Sol", - "quest_title_quest_catch_hoenn_pokemon": "Attrape {{amount_0}} Pokémon découverts dans la région de Hoenn", - "quest_title_quest_catch_in_day_plural": "Attrape {{amount_0}} Pokémon en une seule journée", - "quest_title_quest_catch_jan21_hoenn1_plural": "Attrape {{amount_0}} Groudon", - "quest_title_quest_catch_jan21_hoenn2_plural": "Attrape {{amount_0}} Kyogre", - "quest_title_quest_catch_johto_pokemon": "Attrape {{amount_0}} Pokémon découverts dans la région de Johto", - "quest_title_quest_catch_kanto_pokemon": "Attrape {{amount_0}} Pokémon découverts dans la région de Kanto", - "quest_title_quest_catch_kyogre_primal_boosted_types": "Attrape {{amount_0}} Pokémon de type Eau, Électrik ou Insecte", - "quest_title_quest_catch_kyogre_type": "Attrape {{amount_0}} Pokémon de type Eau, Électrik ou Insecte", - "quest_title_quest_catch_legendary_inarow_plural": "Attrape les {{amount_0}} prochains Pokémon légendaires ou fabuleux que tu rencontreras", - "quest_title_quest_catch_legendary_plural": "Attrape {{amount_0}} Pokémon légendaires ou fabuleux", - "quest_title_quest_catch_legendary_singular": "Attrape un Pokémon légendaire ou fabuleux", - "quest_title_quest_catch_lunatone_plural": "Attrape {{amount_0}} Séléroc", - "quest_title_quest_catch_luvdisc": "Attrape {{amount_0}} Lovdisc", - "quest_title_quest_catch_misc_01_types_plural": "Attrape {{amount_0}} Pokémon de type Normal, Eau ou Glace", - "quest_title_quest_catch_nymble_plural": "Attrape {{amount_0}} Lilliterelle", - "quest_title_quest_catch_palkia": "Attrape Palkia", - "quest_title_quest_catch_pikachu_plural": "Attrape {{amount_0}} Pikachu.", - "quest_title_quest_catch_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon", - "quest_title_quest_catch_pokemon_dai_plural": "Utilise des Encens d’aventure quotidienne pour attraper {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_days": "Attrape un Pokémon pendant {{amount_0}} jours différents", - "quest_title_quest_catch_pokemon_great_ball_plural": "Attrape {{amount_0}} Pokémon avec une Super Ball", - "quest_title_quest_catch_pokemon_great_ball_singular": "Attrape un Pokémon avec une Super Ball", - "quest_title_quest_catch_pokemon_legendary_plural": "Attrape {{amount_0}} Pokémon légendaires", - "quest_title_quest_catch_pokemon_legendary_singular": "Attrape un Pokémon légendaire", - "quest_title_quest_catch_pokemon_party_plural": "Attrape {{amount_0}} Pokémon en équipe", - "quest_title_quest_catch_pokemon_plural": "Attrape {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_poke_ball_plural": "Attrape {{amount_0}} Pokémon avec une Poké Ball", - "quest_title_quest_catch_pokemon_poke_ball_singular": "Attrape un Pokémon avec une Poké Ball", - "quest_title_quest_catch_pokemon_routes_plural": "Attrape {{amount_0}} Pokémon en suivant des Routes", - "quest_title_quest_catch_pokemon_routes_singular": "Attrape un Pokémon en suivant une Route", - "quest_title_quest_catch_pokemon_singular": "Attrape un Pokémon", - "quest_title_quest_catch_pokemon_task": "Attrape des Pokémon", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "Attrape {{amount_0}} Pokémon avec une Hyper Ball", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "Attrape un Pokémon avec une Hyper Ball", - "quest_title_quest_catch_psychic_steel": "Attrape {{amount_0}} Pokémon de type Psy ou Acier", - "quest_title_quest_catch_raid_regi_any": "Attrape un Regirock, Regice ou Registeel dans un Raid", - "quest_title_quest_catch_raid_regi_ice": "Attrape un Regice dans un Raid", - "quest_title_quest_catch_raid_regi_rock": "Attrape un Regirock dans un Raid", - "quest_title_quest_catch_raid_regi_steel": "Attrape un Registeel dans un Raid", - "quest_title_quest_catch_rayquaza_type": "Attrape {{amount_0}} Pokémon de type Vol, Psy ou Dragon", - "quest_title_quest_catch_sinnoh_pokemon": "Attrape {{amount_0}} Pokémon découverts dans la région de Sinnoh", - "quest_title_quest_catch_sinnoh_pokemon_singular": "Attrape un Pokémon découvert dans la région de Sinnoh", - "quest_title_quest_catch_solrock_plural": "Attrape {{amount_0}} Solaroc", - "quest_title_quest_catch_special_aerodactyl": "Attrape un Ptéra", - "quest_title_quest_catch_special_bidoof": "Attrape {{amount_0}} Keunotor", - "quest_title_quest_catch_special_chespin": "Attrape un Marisson", - "quest_title_quest_catch_special_cottonee": "Attrape {{amount_0}} Doudouvet", - "quest_title_quest_catch_special_cubone": "Attrape un Osselait", - "quest_title_quest_catch_special_exeggcute": "Attrape {{amount_0}} Noeunoeuf", - "quest_title_quest_catch_special_fennekin": "Attrape un Feunnec", - "quest_title_quest_catch_special_fletchling": "Attrape un Passerouge", - "quest_title_quest_catch_special_froakie": "Attrape un Grenousse", - "quest_title_quest_catch_special_furfrou": "Attrape un Couafarel", - "quest_title_quest_catch_special_jirachi": "Attrape Jirachi !", - "quest_title_quest_catch_special_lieep_anorithl": "Attrape {{amount_0}} Lilia ou Anorith", - "quest_title_quest_catch_special_litleo": "Attrape un Hélionceau", - "quest_title_quest_catch_special_mew": "Attrape Mew !", - "quest_title_quest_catch_special_natu": "Attrape {{amount_0}} Natu", - "quest_title_quest_catch_special_omanyte_kabuto": "Attrape {{amount_0}} Amonita ou Kabuto", - "quest_title_quest_catch_special_pumpkaboo": "Attrape {{amount_0}} Pitrouille", - "quest_title_quest_catch_special_slugma_gulpin": "Attrape {{amount_0}} Limagma ou Gloupti", - "quest_title_quest_catch_special_voltorb": "Attrape {{amount_0}} Voltorbe", - "quest_title_quest_catch_special0_plural": "Attrape {{amount_0}} Métamorph", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020 : attrape les {{amount_0}} Pokémon de la liste de l’évènement.", - "quest_title_quest_catch_special0_singular": "Attrape un Métamorph", - "quest_title_quest_catch_special1_plural": "Attrape {{amount_0}} Mystherbe ou Chétiflor", - "quest_title_quest_catch_special1_singular": "Attrape un Mystherbe ou un Chétiflor", - "quest_title_quest_catch_special2_plural": "Attrape {{amount_0}} Tylton", - "quest_title_quest_catch_special2_singular": "Attrape un Tylton", - "quest_title_quest_catch_special3_plural": "Attrape {{amount_0}} Roucool ou Cornèbre", - "quest_title_quest_catch_special3_singular": "Attrape un Roucool ou un Cornèbre", - "quest_title_quest_catch_special4_plural": "Attrape {{amount_0}} Arcko ou Gobou", - "quest_title_quest_catch_special4_singular": "Attrape un Arcko ou un Gobou", - "quest_title_quest_catch_special5_plural": "Attrape {{amount_0}} Miaouss ou Skitty", - "quest_title_quest_catch_special5_singular": "Attrape un Miaouss ou un Skitty", - "quest_title_quest_catch_special6_plural": "Attrape {{amount_0}} Wattouat", - "quest_title_quest_catch_special7_plural": "Attrape {{amount_0}} Salamèche", - "quest_title_quest_catch_special8_plural": "Attrape {{amount_0}} Embrylex", - "quest_title_quest_catch_special9_plural": "Attrape {{amount_0}} Zarbi", - "quest_title_quest_catch_special10_plural": "Attrape {{amount_0}} Posipi", - "quest_title_quest_catch_special11_plural": "Attrape {{amount_0}} Négapi", - "quest_title_quest_catch_special12_plural": "Attrape {{amount_0}} Carapuce", - "quest_title_quest_catch_special13_plural": "Attrape {{amount_0}} Rosélia", - "quest_title_quest_catch_special14_singular": "Attrape un Miaouss ou un Caninos", - "quest_title_quest_catch_special15_singular": "Attrape un Snubbull ou un Medhyèna", - "quest_title_quest_catch_special16_singular": "Attrape un Skitty ou un Medhyèna", - "quest_title_quest_catch_special17_plural": "Attrape {{amount_0}} Évoli", - "quest_title_quest_catch_special18_plural": "Attrape {{amount_0}} Terhal", - "quest_title_quest_catch_special19_plural": "Attrape {{amount_0}} Parecool", - "quest_title_quest_catch_special20_plural": "Attrape {{amount_0}} Tarsal", - "quest_title_quest_catch_special21_singular": "Attrape un Rattata ou un Pikachu", - "quest_title_quest_catch_special22_plural": "Attrape {{amount_0}} Germignon", - "quest_title_quest_catch_special23_plural": "Attrape {{amount_0}} Héricendre", - "quest_title_quest_catch_special24_plural": "Attrape {{amount_0}} Kaiminus", - "quest_title_quest_catch_special25_plural": "Attrape {{amount_0}} Marcacrin", - "quest_title_quest_catch_special26_plural": "Attrape {{amount_0}} Arcko", - "quest_title_quest_catch_special27_plural": "Attrape {{amount_0}} Draby", - "quest_title_quest_catch_special28_plural": "Attrape {{amount_0}} Poussifeu", - "quest_title_quest_catch_special29_plural": "Attrape {{amount_0}} Gobou", - "quest_title_quest_catch_special31_plural": "Attrape {{amount_0}} Tortipouss", - "quest_title_quest_catch_special33_plural": "Attrape {{amount_0}} Kraknoix", - "quest_title_quest_catch_special34_plural": "Attrape {{amount_0}} Ouisticram", - "quest_title_quest_catch_special35_plural": "Attrape {{amount_0}} Tiplouf", - "quest_title_quest_catch_special36_plural": "Attrape {{amount_0}} Rhinocorne", - "quest_title_quest_catch_special37_plural": "Attrape {{amount_0}} Machoc", - "quest_title_quest_catch_special38_plural": "Attrape {{amount_0}} Goupix", - "quest_title_quest_catch_special39_plural": "Attrape {{amount_0}} Minidraco", - "quest_title_quest_catch_special40_plural": "Attrape {{amount_0}} Abra", - "quest_title_quest_catch_special41_plural": "Attrape {{amount_0}} Obalie", - "quest_title_quest_catch_special42_plural": "Attrape {{amount_0}} Aspicot", - "quest_title_quest_catch_special43_plural": "Attrape {{amount_0}} Étourmi", - "quest_title_quest_catch_special44_plural": "Attrape {{amount_0}} Grainipiot", - "quest_title_quest_catch_special45_plural": "Attrape {{amount_0}} Tadmorv", - "quest_title_quest_catch_special46_plural": "Attrape {{amount_0}} Porygon", - "quest_title_quest_catch_staryu_plural": "Attrape {{amount_0}} Stari", - "quest_title_quest_catch_stufful_pinap_plural": "Utilise {{amount_0}} Baies Nanana pour t’aider à attraper des Pokémon.", - "quest_title_quest_catch_stufful_pinap_singular": "Utilise une Baie Nanana pour t’aider à attraper un Pokémon", - "quest_title_quest_catch_stufful_razz_plural": "Utilise {{amount_0}} Baies Framby pour t’aider à attraper des Pokémon.", - "quest_title_quest_catch_stufful_razz_singular": "Utilise une Baie Framby pour t’aider à attraper un Pokémon", - "quest_title_quest_catch_transform_pokemon_plural": "Attrape {{amount_0}} Pokémon Morphing", - "quest_title_quest_catch_trubbish_plural": "Attrape {{amount_0}} Miamiasme", - "quest_title_quest_catch_type_bug_plural": "Attrape {{amount_0}} Pokémon de type Insecte", - "quest_title_quest_catch_type_bug_plural_unique": "Attrape {{amount_0}} espèces de Pokémon de type Insecte", - "quest_title_quest_catch_type_bug_singular": "Attrape un Pokémon de type Insecte", - "quest_title_quest_catch_type_buzzwole": "Attrape un Pokémon partageant un type avec Mouscoto.", - "quest_title_quest_catch_type_buzzwole_effective": "Attrape un Pokémon d’un type face auquel Mouscoto est vulnérable.", - "quest_title_quest_catch_type_buzzwole_plural": "Attrape {{amount_0}} Pokémon qui partagent un type avec Mouscoto", - "quest_title_quest_catch_type_celesteela_effective": "Attrape un Pokémon d’un type face auquel Bamboiselle est vulnérable.", - "quest_title_quest_catch_type_dark_plural": "Attrape {{amount_0}} Pokémon de type Ténèbres", - "quest_title_quest_catch_type_dark_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Ténèbres", - "quest_title_quest_catch_type_dark_singular": "Attrape un Pokémon de type Ténèbres", - "quest_title_quest_catch_type_dragon_normal_plural": "Attrape {{amount_0}} Pokémon de types Normal ou Dragon", - "quest_title_quest_catch_type_dragon_plural": "Attrape {{amount_0}} Pokémon de type Dragon", - "quest_title_quest_catch_type_dragon_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Dragon", - "quest_title_quest_catch_type_dragon_singular": "Attrape un Pokémon de type Dragon", - "quest_title_quest_catch_type_electric_flying_plural": "Attrape {{amount_0}} Pokémon de type Électrik ou Vol", - "quest_title_quest_catch_type_electric_plural": "Attrape {{amount_0}} Pokémon de type Électrik", - "quest_title_quest_catch_type_electric_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Électrik", - "quest_title_quest_catch_type_electric_singular": "Attrape un Pokémon de type Électrik", - "quest_title_quest_catch_type_fairy_plural": "Attrape {{amount_0}} Pokémon de type Fée", - "quest_title_quest_catch_type_fairy_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Fée", - "quest_title_quest_catch_type_fairy_singular": "Attrape un Pokémon de type Fée", - "quest_title_quest_catch_type_fighting_plural": "Attrape {{amount_0}} Pokémon de type Combat", - "quest_title_quest_catch_type_fighting_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Combat", - "quest_title_quest_catch_type_fighting_singular": "Attrape un Pokémon de type Combat", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Attrape {{amount_0}} Pokémon de types Feu ou Ténèbres", - "quest_title_quest_catch_type_fire_plural": "Attrape {{amount_0}} Pokémon de type Feu", - "quest_title_quest_catch_type_fire_singular": "Attrape un Pokémon de type Feu", - "quest_title_quest_catch_type_flying_plural": "Attrape {{amount_0}} Pokémon de type Vol", - "quest_title_quest_catch_type_flying_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Vol", - "quest_title_quest_catch_type_flying_singular": "Attrape un Pokémon de type Vol", - "quest_title_quest_catch_type_ghost_dark_plural": "Attrape {{amount_0}} Pokémon de types Spectre ou Ténèbres", - "quest_title_quest_catch_type_ghost_plural": "Attrape {{amount_0}} Pokémon de type Spectre", - "quest_title_quest_catch_type_ghost_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Spectre", - "quest_title_quest_catch_type_ghost_singular": "Attrape un Pokémon de type Spectre", - "quest_title_quest_catch_type_grass_bug_plural": "Attrape {{amount_0}} Pokémon de type Plante ou Insecte", - "quest_title_quest_catch_type_grass_plural": "Attrape {{amount_0}} Pokémon de type Plante", - "quest_title_quest_catch_type_grass_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Plante", - "quest_title_quest_catch_type_grass_poison_plural": "Attrape {{amount_0}} Pokémon de type Plante ou Poison", - "quest_title_quest_catch_type_grass_singular": "Attrape un Pokémon de type Plante", - "quest_title_quest_catch_type_ground_plural": "Attrape {{amount_0}} Pokémon de type Sol", - "quest_title_quest_catch_type_ground_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Sol", - "quest_title_quest_catch_type_ground_singular": "Attrape un Pokémon de type Sol", - "quest_title_quest_catch_type_guzzlord_effective": "Attrape un Pokémon d’un type face auquel Engloutyran est vulnérable.", - "quest_title_quest_catch_type_ice_grass_plural_unique": "Attrape {{amount_0}} Pokémon de type Plante ou Glace", - "quest_title_quest_catch_type_ice_plural": "Attrape {{amount_0}} Pokémon de type Glace", - "quest_title_quest_catch_type_ice_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Glace", - "quest_title_quest_catch_type_ice_singular": "Attrape un Pokémon de type Glace", - "quest_title_quest_catch_type_kartana_effective": "Attrape un Pokémon d’un type face auquel Katagami est vulnérable.", - "quest_title_quest_catch_type_nihilego": "Attrape un Pokémon partageant un type avec Zéroïd.", - "quest_title_quest_catch_type_nihilego_effective": "Attrape un Pokémon d’un type face auquel Zéroïd est vulnérable.", - "quest_title_quest_catch_type_nihilego_plural": "Attrape {{amount_0}} Pokémon qui partagent un type avec Zéroïd", - "quest_title_quest_catch_type_normal_plural": "Attrape {{amount_0}} Pokémon de type Normal", - "quest_title_quest_catch_type_normal_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Normal", - "quest_title_quest_catch_type_normal_singular": "Attrape un Pokémon de type Normal", - "quest_title_quest_catch_type_pheremosa_effective": "Attrape un Pokémon d’un type face auquel Cancrelove est vulnérable.", - "quest_title_quest_catch_type_pheromosa": "Attrape un Pokémon partageant un type avec Cancrelove.", - "quest_title_quest_catch_type_pheromosa_plural": "Attrape {{amount_0}} Pokémon qui partagent un type avec Cancrelove", - "quest_title_quest_catch_type_poison_plural": "Attrape {{amount_0}} Pokémon de type Poison", - "quest_title_quest_catch_type_poison_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Poison", - "quest_title_quest_catch_type_poison_singular": "Attrape un Pokémon de type Poison", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "Attrape {{amount_0}} Pokémon de type Psy ou Combat", - "quest_title_quest_catch_type_psychic_plural": "Attrape {{amount_0}} Pokémon de type Psy", - "quest_title_quest_catch_type_psychic_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Psy", - "quest_title_quest_catch_type_psychic_singular": "Attrape un Pokémon de type Psy", - "quest_title_quest_catch_type_rock_plural": "Attrape {{amount_0}} Pokémon de type Roche", - "quest_title_quest_catch_type_rock_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Roche", - "quest_title_quest_catch_type_rock_singular": "Attrape un Pokémon de type Roche", - "quest_title_quest_catch_type_shaymin": "Attrape un Pokémon partageant un type avec Shaymin.", - "quest_title_quest_catch_type_shaymin_plural": "Attrape {{amount_0}} Pokémon qui partagent un type avec Shaymin", - "quest_title_quest_catch_type_steel_plural": "Attrape {{amount_0}} Pokémon de type Acier", - "quest_title_quest_catch_type_steel_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Acier", - "quest_title_quest_catch_type_steel_singular": "Attrape un Pokémon de type Acier", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Attrape {{amount_0}} Pokémon de type Feu, Eau ou Électrik", - "quest_title_quest_catch_type_water_flying_plural": "Attrape {{amount_0}} Pokémon de types Eau ou Vol", - "quest_title_quest_catch_type_water_ground_plural": "Attrape {{amount_0}} Pokémon de type Eau ou Sol", - "quest_title_quest_catch_type_water_plural": "Attrape {{amount_0}} Pokémon de type Eau", - "quest_title_quest_catch_type_water_plural_unique": "Attrape {{amount_0}} espèces différentes de Pokémon de type Eau", - "quest_title_quest_catch_type_water_singular": "Attrape un Pokémon de type Eau", - "quest_title_quest_catch_type_xurkitree": "Attrape un Pokémon partageant un type avec Câblifère.", - "quest_title_quest_catch_type_xurkitree_effective": "Attrape un Pokémon d’un type face auquel Câblifère est vulnérable.", - "quest_title_quest_catch_type_xurkitree_plural": "Attrape {{amount_0}} Pokémon qui partagent un type avec Câblifère", - "quest_title_quest_catch_types_rainy_plural": "Attrape {{amount_0}} Pokémon de type Eau, Électrik ou Insecte", - "quest_title_quest_catch_types_rainy_singular": "Attrape un Pokémon de type Eau, Électrik ou Insecte", - "quest_title_quest_catch_types_snowy_plural": "Attrape {{amount_0}} Pokémon de type Glace ou Acier", - "quest_title_quest_catch_types_snowy_singular": "Attrape un Pokémon de type Glace ou Acier", - "quest_title_quest_catch_types_sunny_plural": "Attrape {{amount_0}} Pokémon de type Plante, Feu ou Sol", - "quest_title_quest_catch_types_sunny_singular": "Attrape un Pokémon de type Plante, Feu ou Sol", - "quest_title_quest_catch_types_windy_plural": "Attrape {{amount_0}} Pokémon de type Vol, Psy ou Dragon", - "quest_title_quest_catch_types_windy_singular": "Attrape un Pokémon de type Vol, Psy ou Dragon", - "quest_title_quest_catch_weather_boost_plural": "Attrape {{amount_0}} Pokémon boostés par la météo", - "quest_title_quest_catch_weather_boost_singular": "Attrape un Pokémon boosté par la météo", - "quest_title_quest_catch_whismur": "Attrape {{amount_0}} Chuchmur", - "quest_title_quest_challenge_party_power_plural": "Utilise Puissance d’équipe {{amount_0}} fois dans des Combats de Raids", - "quest_title_quest_challenge_party_power_singular": "Utilise Puissance d’équipe dans un Combat de Raid", - "quest_title_quest_change_form_furfrou": "Change le style de Couafarel", - "quest_title_quest_change_form_plural": "Change la forme de {{amount_0}} Pokémon", - "quest_title_quest_change_form_singular": "Change la forme d’un Pokémon", - "quest_title_quest_chansey_catch_b": "Attrape {{amount_0}} Leveinard", - "quest_title_quest_chansey_evolve_b_plural": "Fais évoluer {{amount_0}} Leveinard", - "quest_title_quest_chansey_evolve_b_singular": "Fais évoluer un Leveinard", - "quest_title_quest_chansey_snapshot_b": "Prends en photo {{amount_0}} Leveinard", - "quest_title_quest_charge_attack_party_plural": "Utilise {{amount_0}} Attaques Chargées en équipe", - "quest_title_quest_charge_attack_party_singular": "Utilise une Attaque Chargée en équipe", - "quest_title_quest_charged_attack_plural": "Utilise {{amount_0}} Attaques Chargées", - "quest_title_quest_charjabug_evolve_b": "Fais évoluer {{amount_0}} Chrysapile", - "quest_title_quest_chart_catch_b": "Attrape {{amount_0}} Salamèche", - "quest_title_quest_chart_catch_s1": "Attrape {{amount_0}} Reptincel", - "quest_title_quest_chart_evolve_b": "Fais évoluer {{amount_0}} Salamèche", - "quest_title_quest_chart_evolve_s1": "Fais évoluer {{amount_0}} Reptincel", - "quest_title_quest_chespin_catch_b": "Attrape {{amount_0}} Marisson", - "quest_title_quest_chespin_evolve_b": "Fais évoluer {{amount_0}} Marisson", - "quest_title_quest_chespin_snapshot_b": "Prends en photo {{amount_0}} Marisson", - "quest_title_quest_crocalor_evolve_b": "Fais évoluer un Crocogril", - "quest_title_quest_cyndaquil_catch_b": "Attrape {{amount_0}} Héricendre", - "quest_title_quest_cyndaquil_evolve_b_plural": "Fais évoluer {{amount_0}} Héricendre", - "quest_title_quest_cyndaquil_evolve_b_singular": "Fais évoluer un Héricendre", - "quest_title_quest_dartrix_evolve_b_plural": "Fais évoluer {{amount_0}} Efflèche", - "quest_title_quest_dartrix_evolve_b_singular": "Fais évoluer {{amount_0}} Efflèche", - "quest_title_quest_dec2021_catch_b": "Attrape {{amount_0}} Pokémon apparus pendant les Journées Communauté de 2021", - "quest_title_quest_dec2022_catch_b": "Attrape {{amount_0}} Pokémon apparus pendant la Journée Communauté de décembre 2022", - "quest_title_quest_dec2023_catch_b": "Attrape {{amount_0}} Pokémon apparus pendant les Journées Communauté de 2023", - "quest_title_quest_defeat_jessie_james_plural": "Bats Jessie ou James {{amount_0}} fois", - "quest_title_quest_defeat_rocket": "Bats {{amount_0}} membres de la Team GO Rocket", - "quest_title_quest_defeat_rocket_leader_2500": "Bats {{amount_0}} chefs de la Team GO Rocket avec des Pokémon de 2500 PC max", - "quest_title_quest_defeat_rocket_singular": "Bats un membre de la Team GO Rocket", - "quest_title_quest_deino_catch": "Attrape {{amount_0}} Solochi", - "quest_title_quest_deino_evolve_a": "Fais évoluer {{amount_0}} Solochi", - "quest_title_quest_deino_evolve_b": "Fais évoluer {{amount_0}} Solochi ou Diamat", - "quest_title_quest_deino_snap": "Prends {{amount_0}} photos de Solochi", - "quest_title_quest_dragonair_evolve_b": "Fais évoluer {{amount_0}} Draco", - "quest_title_quest_dratini_cdc_catch_b": "Attrape {{amount_0}} Minidraco", - "quest_title_quest_dratini_cdc_evolve_b": "Fais évoluer {{amount_0}} Minidraco", - "quest_title_quest_dratini_cdc_snapshot_b": "Prends une photo de {{amount_0}} Minidraco", - "quest_title_quest_drizzle_evolve": "Fais évoluer un Arrozard", - "quest_title_quest_dude_catch": "Attrape {{amount_0}} Racaillou", - "quest_title_quest_dude_evolve_a": "Fais évoluer {{amount_0}} Racaillou", - "quest_title_quest_dude_evolve_b": "Fais évoluer {{amount_0}} Gravalanch", - "quest_title_quest_dude_snap": "Prends {{amount_0}} photos de Racaillou", - "quest_title_quest_duskt_catch_b": "Attrape {{amount_0}} Skelénox", - "quest_title_quest_duskt_evolve_b": "Fais évoluer {{amount_0}} Skelénox", - "quest_title_quest_duskt_evolve_s1": "Fais évoluer {{amount_0}} Téraclope", - "quest_title_quest_earn_buddy_ribbon_plural": "Gagne {{amount_0}} Rubans de Meilleur Copain avec tes Pokémon", - "quest_title_quest_eelektrik_evolve_b_plural": "Fais évoluer {{amount_0}} Lampéroie", - "quest_title_quest_eelektrik_evolve_b_singular": "Fais évoluer un Lampéroie", - "quest_title_quest_eevee_evolve_plural": "Fais évoluer Évoli en chacune de ses Évolutions", - "quest_title_quest_eevet_catch_b": "Attrape {{amount_0}} Évoli", - "quest_title_quest_eevet_evolve_b": "Fais évoluer {{amount_0}} Évoli", - "quest_title_quest_elect_catch_b": "Attrape {{amount_0}} Élektek", - "quest_title_quest_elect_evolve_b": "Fais évoluer {{amount_0}} Élektek", - "quest_title_quest_elite_raid_victory_plural": "Gagne {{amount_0}} Raids d’élite", - "quest_title_quest_elite_raid_victory_singular": "Gagne un Raid d’élite", - "quest_title_quest_elite4_a": "Des Pokémon de toutes les heures apparaissent dans la nature !", - "quest_title_quest_elite4_b": "Bats le Conseil 4 du Circuit GO : Dresseur Grotte", - "quest_title_quest_elite4_c": "Bats le Conseil 4 du Circuit GO : Dresseuse Océan", - "quest_title_quest_elite4_d": "Bats le Conseil 4 du Circuit GO : Dresseuse Savane", - "quest_title_quest_elrd22_april16_battle": "Étude Noeunoeuf : combats dans une Arène", - "quest_title_quest_elrd22_april16_berries": "Étude Noeunoeuf : utilise 3 Baies pour attraper des Pokémon", - "quest_title_quest_elrd22_april16_catch_grass": "Étude Noeunoeuf : attrape 3 Pokémon de type Plante", - "quest_title_quest_elrd22_april16_charged_move": "Étude Noeunoeuf : utilise une Attaque Chargée super efficace", - "quest_title_quest_elrd22_april16_curve": "Étude Noeunoeuf : fais 5 Lancers à effet", - "quest_title_quest_elrd22_april16_evolve_grass": "Étude Noeunoeuf : fais évoluer 2 Pokémon de type Plante", - "quest_title_quest_elrd22_april16_gifts_stickers": "Étude Noeunoeuf : ajoute des stickers sur 2 Cadeaux et envoie-les", - "quest_title_quest_elrd22_april16_great": "Étude Noeunoeuf : fais 3 Superbes lancers", - "quest_title_quest_elrd22_april16_great_row": "Étude Noeunoeuf : fais 2 Superbes lancers à la suite", - "quest_title_quest_elrd22_april16_nice": "Étude Noeunoeuf : fais 5 Jolis lancers", - "quest_title_quest_elrd22_april16_nice_row": "Étude Noeunoeuf : fais 3 Jolis lancers à la suite", - "quest_title_quest_elrd22_april16_raid": "Étude Noeunoeuf : combats dans un Raid", - "quest_title_quest_elrd22_april16_spin": "Étude Noeunoeuf : fais tourner 2 PokéStops", - "quest_title_quest_elrd22_april16_weather_easy": "Étude Noeunoeuf : attrape 3 Pokémon boostés par la météo", - "quest_title_quest_elrd22_april16_weather_hard": "Étude Noeunoeuf : attrape 5 Pokémon boostés par la météo", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Étude Noeunoeuf : prends une photo d’un Pokémon sauvage de type Plante", - "quest_title_quest_equinox19_catch_medium_pkmn": "Attrape {{amount_0}} Bulbizarre ou Germignon", - "quest_title_quest_equinox19_catch_type_grass_plural": "Attrape {{amount_0}} Pokémon de type Plante", - "quest_title_quest_equinox19_evolve_type_grass_plural": "Fais évoluer {{amount_0}} Pokémon de type Plante", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Fais évoluer {{amount_0}} Pokémon de type Plante", - "quest_title_quest_event_eevee_snapshot_barcelona": "Prends une photo de ton Évoli à Barcelone", - "quest_title_quest_event_eevee_snapshot_jakarta": "Prends une photo de ton Évoli à Jakarta", - "quest_title_quest_event_eevee_snapshot_mexico_city": "Prends une photo de ton Évoli à Mexico", - "quest_title_quest_event_eevee_snapshot_seoul": "Prends une photo de ton Évoli à Séoul", - "quest_title_quest_event_eevee_snapshot_tainan": "Prends une photo de ton Évoli à Tainan", - "quest_title_quest_event_leave_behind_spin": "Fais tourner 10 nouveaux PokéStops ou Arènes", - "quest_title_quest_event_leave_behind_spin_safari_city": "Fais tourner le PokéStop à chaque endroit “Explorateur Évoli”", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Fais tourner {{amount_0}} PokéStops à des endroits “Explorateurs Évoli” que tu découvres pour la première fois.", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Fais tourner un PokéStop à un endroit “Explorateurs Évoli” que tu découvres pour la première fois.", - "quest_title_quest_event_spin_barcelona": "Fais tourner un PokéStop ou une Arène à Barcelone", - "quest_title_quest_event_spin_incheon": "Fais tourner un PokéStop ou une Arène à Incheon", - "quest_title_quest_event_spin_jakarta": "Fais tourner un PokéStop ou une Arène à Jakarta", - "quest_title_quest_event_spin_mexico_city": "Fais tourner un PokéStop ou une Arène à Mexico", - "quest_title_quest_event_spin_seoul": "Fais tourner un PokéStop ou une Arène à Séoul", - "quest_title_quest_event_spin_tainan": "Fais tourner un PokéStop ou une Arène à Tainan", - "quest_title_quest_evolve_abra_singular": "Fais évoluer un Abra", - "quest_title_quest_evolve_aipom_singular": "Fais évoluer un Capumain", - "quest_title_quest_evolve_amaura_singular": "Fais évoluer un Amagara", - "quest_title_quest_evolve_anorith_singular": "Fais évoluer un Anorith", - "quest_title_quest_evolve_archen_singular": "Fais évoluer un Arkéapti", - "quest_title_quest_evolve_aron_singular": "Fais évoluer un Galekid", - "quest_title_quest_evolve_axew_singular": "Fais évoluer un Coupenotte", - "quest_title_quest_evolve_azurill_singular": "Fais évoluer un Azurill", - "quest_title_quest_evolve_bagon_singular": "Fais évoluer un Draby", - "quest_title_quest_evolve_baltoy_singular": "Fais évoluer un Balbuto", - "quest_title_quest_evolve_barboach_singular": "Fais évoluer un Barloche", - "quest_title_quest_evolve_bayleef": "Fais évoluer ton Macronium", - "quest_title_quest_evolve_bayleef_singular": "Fais évoluer un Macronium", - "quest_title_quest_evolve_beldum_singular": "Fais évoluer un Terhal", - "quest_title_quest_evolve_bellsprout_singular": "Fais évoluer un Chétiflor", - "quest_title_quest_evolve_bergmite_singular": "Fais évoluer un Grelaçon", - "quest_title_quest_evolve_bidoof_singular": "Fais évoluer un Keunotor", - "quest_title_quest_evolve_binacle_singular": "Fais évoluer un Opermine", - "quest_title_quest_evolve_blitzle_singular": "Fais évoluer un Zébibron", - "quest_title_quest_evolve_boldore_singular": "Fais évoluer un Géolithe", - "quest_title_quest_evolve_bonsly_singular": "Fais évoluer un Manzaï", - "quest_title_quest_evolve_braixen_singular": "Fais évoluer un Roussil", - "quest_title_quest_evolve_bronzor_singular": "Fais évoluer un Archéomire", - "quest_title_quest_evolve_budew_singular": "Fais évoluer un Rozbouton", - "quest_title_quest_evolve_buizel_singular": "Fais évoluer un Mustébouée", - "quest_title_quest_evolve_bulbasaur": "Fais évoluer un Bulbizarre ", - "quest_title_quest_evolve_bulbasaur_singular": "Fais évoluer un Bulbizarre", - "quest_title_quest_evolve_buneary_singular": "Fais évoluer un Laporeille", - "quest_title_quest_evolve_bunnelby_singular": "Fais évoluer un Sapereau", - "quest_title_quest_evolve_burmy_singular": "Fais évoluer un Cheniti", - "quest_title_quest_evolve_cacnea_singular": "Fais évoluer un Cacnea", - "quest_title_quest_evolve_carvanha_singular": "Fais évoluer un Carvanha", - "quest_title_quest_evolve_cascoon_singular": "Fais évoluer un Blindalys", - "quest_title_quest_evolve_caterpie_singular": "Fais évoluer un Chenipan", - "quest_title_quest_evolve_chansey_singular": "Fais évoluer un Leveinard", - "quest_title_quest_evolve_charmander": "Fais évoluer un Salamèche", - "quest_title_quest_evolve_charmander_singular": "Fais évoluer un Salamèche", - "quest_title_quest_evolve_charmeleon_singular": "Fais évoluer un Reptincel", - "quest_title_quest_evolve_cherubi_singular": "Fais évoluer un Ceribou", - "quest_title_quest_evolve_chespin_singular": "Fais évoluer un Marisson", - "quest_title_quest_evolve_chikorita": "Fais évoluer ton Germignon", - "quest_title_quest_evolve_chikorita_singular": "Fais évoluer un Germignon", - "quest_title_quest_evolve_chimchar_singular": "Fais évoluer un Ouisticram", - "quest_title_quest_evolve_chinchou_singular": "Fais évoluer un Loupio", - "quest_title_quest_evolve_chingling_singular": "Fais évoluer un Korillon", - "quest_title_quest_evolve_clamperl_singular": "Fais évoluer un Coquiperl", - "quest_title_quest_evolve_clauncher_singular": "Fais évoluer un Flingouste", - "quest_title_quest_evolve_clefairy_singular": "Fais évoluer un Mélofée", - "quest_title_quest_evolve_cleffa_singular": "Fais évoluer un Mélo", - "quest_title_quest_evolve_combee_singular": "Fais évoluer un Apitrini", - "quest_title_quest_evolve_combusken_singular": "Fais évoluer un Galifeu", - "quest_title_quest_evolve_corphish_singular": "Fais évoluer un Écrapince", - "quest_title_quest_evolve_cosmoem_singular": "Fais évoluer un Cosmovum", - "quest_title_quest_evolve_cosmog_singular": "Fais évoluer un Cosmog", - "quest_title_quest_evolve_cottonee_singular": "Fais évoluer un Doudouvet", - "quest_title_quest_evolve_cranidos_singular": "Fais évoluer un Kranidos", - "quest_title_quest_evolve_croagunk_singular": "Fais évoluer un Cradopaud", - "quest_title_quest_evolve_croconaw": "Fais évoluer ton Crocrodil", - "quest_title_quest_evolve_croconaw_singular": "Fais évoluer un Crocrodil", - "quest_title_quest_evolve_cubchoo_singular": "Fais évoluer un Polarhume", - "quest_title_quest_evolve_cubone_singular": "Fais évoluer un Osselait", - "quest_title_quest_evolve_cyndaquil": "Fais évoluer ton Héricendre", - "quest_title_quest_evolve_cyndaquil_singular": "Fais évoluer un Héricendre", - "quest_title_quest_evolve_dark_type_singular": "Fais évoluer un Pokémon de type Ténèbres", - "quest_title_quest_evolve_darumaka_singular": "Fais évoluer un Darumarond", - "quest_title_quest_evolve_deerling_singular": "Fais évoluer un Vivaldaim", - "quest_title_quest_evolve_deino_singular": "Fais évoluer un Solochi", - "quest_title_quest_evolve_dewott_singular": "Fais évoluer un Mateloutre", - "quest_title_quest_evolve_diglett_singular": "Fais évoluer un Taupiqueur", - "quest_title_quest_evolve_doduo_singular": "Fais évoluer un Doduo", - "quest_title_quest_evolve_doublade_singular": "Fais évoluer un Dimoclès", - "quest_title_quest_evolve_dragonair_singular": "Fais évoluer un Draco", - "quest_title_quest_evolve_dratini_singular": "Fais évoluer un Minidraco", - "quest_title_quest_evolve_drifloon_singular": "Fais évoluer un Baudrive", - "quest_title_quest_evolve_drilbur_singular": "Fais évoluer un Rototaupe", - "quest_title_quest_evolve_drowzee_singular": "Fais évoluer un Soporifik", - "quest_title_quest_evolve_ducklett_singular": "Fais évoluer un Couaneton", - "quest_title_quest_evolve_duosion_singular": "Fais évoluer un Méios", - "quest_title_quest_evolve_durant_singular": "Fais évoluer un Fermite", - "quest_title_quest_evolve_dusclops_singular": "Fais évoluer un Téraclope", - "quest_title_quest_evolve_duskull_singular": "Fais évoluer un Skelénox", - "quest_title_quest_evolve_dwebble_singular": "Fais évoluer un Crabicoque", - "quest_title_quest_evolve_eelektrik_singular": "Fais évoluer un Lampéroie", - "quest_title_quest_evolve_eevee_singular": "Fais évoluer un Évoli", - "quest_title_quest_evolve_eevee_types_plural": "Fais évoluer {{amount_0}} Pokémon de type Électrik, Eau ou Feu", - "quest_title_quest_evolve_eevee_types_singular": "Fais évoluer un Pokémon de type Électrik, Eau ou Feu", - "quest_title_quest_evolve_ekans_singular": "Fais évoluer un Abo", - "quest_title_quest_evolve_electabuzz_singular": "Fais évoluer un Élektek", - "quest_title_quest_evolve_electrike_singular": "Fais évoluer un Dynavolt", - "quest_title_quest_evolve_elekid_singular": "Fais évoluer un Élekid", - "quest_title_quest_evolve_elgyem_singular": "Fais évoluer un Lewsor", - "quest_title_quest_evolve_espeon": "Fais évoluer Évoli en Mentali pendant la journée", - "quest_title_quest_evolve_espurr_singular": "Fais évoluer un Psystigri", - "quest_title_quest_evolve_evolved_grass_singular": "Fais évoluer un Pokémon de type Plante évolué", - "quest_title_quest_evolve_exeggcute_singular": "Fais évoluer un Noeunoeuf", - "quest_title_quest_evolve_farfetch'd_singular": "Fais évoluer un Canarticho", - "quest_title_quest_evolve_feebas_singular": "Fais évoluer un Barpau", - "quest_title_quest_evolve_fennekin_singular": "Fais évoluer un Feunnec", - "quest_title_quest_evolve_ferroseed_singular": "Fais évoluer un Grindur", - "quest_title_quest_evolve_finneon_singular": "Fais évoluer un Écayon", - "quest_title_quest_evolve_flaaffy_singular": "Fais évoluer un Lainergie", - "quest_title_quest_evolve_flabébé_singular": "Fais évoluer un Flabébé", - "quest_title_quest_evolve_fletchinder_singular": "Fais évoluer un Braisillon", - "quest_title_quest_evolve_fletchling_singular": "Fais évoluer un Passerouge", - "quest_title_quest_evolve_floette_singular": "Fais évoluer un Floette", - "quest_title_quest_evolve_foongus_singular": "Fais évoluer un Trompignon", - "quest_title_quest_evolve_fraxure_singular": "Fais évoluer un Incisache", - "quest_title_quest_evolve_frillish_singular": "Fais évoluer un Viskuse", - "quest_title_quest_evolve_froakie_singular": "Fais évoluer un Grenousse", - "quest_title_quest_evolve_frogadier_singular": "Fais évoluer un Croâporal", - "quest_title_quest_evolve_gabite_singular": "Fais évoluer un Carmache", - "quest_title_quest_evolve_gastly_singular": "Fais évoluer un Fantominus", - "quest_title_quest_evolve_geodude_singular": "Fais évoluer un Racaillou", - "quest_title_quest_evolve_gible_singular": "Fais évoluer un Griknot", - "quest_title_quest_evolve_glalie_singular": "Fais évoluer un Oniglali", - "quest_title_quest_evolve_glameow_singular": "Fais évoluer un Chaglam", - "quest_title_quest_evolve_gligar_singular": "Fais évoluer un Scorplane", - "quest_title_quest_evolve_gloom_singular": "Fais évoluer un Ortide", - "quest_title_quest_evolve_golbat_singular": "Fais évoluer un Nosferalto", - "quest_title_quest_evolve_goldeen_singular": "Fais évoluer un Poissirène", - "quest_title_quest_evolve_golett_singular": "Fais évoluer un Gringolem", - "quest_title_quest_evolve_goomy_singular": "Fais évoluer un Mucuscule", - "quest_title_quest_evolve_gothita_singular": "Fais évoluer un Scrutella", - "quest_title_quest_evolve_gothorita_singular": "Fais évoluer un Mesmérella", - "quest_title_quest_evolve_graveler_singular": "Fais évoluer un Gravalanch", - "quest_title_quest_evolve_grimer_singular": "Fais évoluer un Tadmorv", - "quest_title_quest_evolve_grotle_singular": "Fais évoluer un Boskara", - "quest_title_quest_evolve_ground_plural": "Fais évoluer {{amount_0}} Pokémon de type Sol", - "quest_title_quest_evolve_grovyle_singular": "Fais évoluer un Massko", - "quest_title_quest_evolve_growlithe_singular": "Fais évoluer un Caninos", - "quest_title_quest_evolve_gulpin_singular": "Fais évoluer un Gloupti", - "quest_title_quest_evolve_gurdurr_singular": "Fais évoluer un Ouvrifier", - "quest_title_quest_evolve_happiny_singular": "Fais évoluer un Ptiravi", - "quest_title_quest_evolve_haunter_singular": "Fais évoluer un Spectrum", - "quest_title_quest_evolve_heatmor_singular": "Fais évoluer un Aflamanoir", - "quest_title_quest_evolve_helioptile_singular": "Fais évoluer un Galvaran", - "quest_title_quest_evolve_herdier_singular": "Fais évoluer un Ponchien", - "quest_title_quest_evolve_hippopotas_singular": "Fais évoluer un Hippopotas", - "quest_title_quest_evolve_honedge_singular": "Fais évoluer un Monorpale", - "quest_title_quest_evolve_hoothoot_singular": "Fais évoluer un Hoothoot", - "quest_title_quest_evolve_hoppip_singular": "Fais évoluer un Granivol", - "quest_title_quest_evolve_horsea_singular": "Fais évoluer un Hypotrempe", - "quest_title_quest_evolve_houndour_singular": "Fais évoluer un Malosse", - "quest_title_quest_evolve_igglybuff_singular": "Fais évoluer un Toudoudou", - "quest_title_quest_evolve_illumise_singular": "Fais évoluer un Lumivole", - "quest_title_quest_evolve_inkay_singular": "Fais évoluer un Sepiatop", - "quest_title_quest_evolve_items_plural": "Utilise {{amount_0}} fois des objets pour faire évoluer des Pokémon", - "quest_title_quest_evolve_items_singular": "Utilise un objet pour faire évoluer un Pokémon", - "quest_title_quest_evolve_ivysaur_singular": "Fais évoluer un Herbizarre", - "quest_title_quest_evolve_jigglypuff_singular": "Fais évoluer un Rondoudou", - "quest_title_quest_evolve_joltik_singular": "Fais évoluer un Statitik", - "quest_title_quest_evolve_kabuto_singular": "Fais évoluer un Kabuto", - "quest_title_quest_evolve_kadabra_singular": "Fais évoluer un Kadabra", - "quest_title_quest_evolve_kakuna_singular": "Fais évoluer un Coconfort", - "quest_title_quest_evolve_karrablast_singular": "Fais évoluer un Carabing", - "quest_title_quest_evolve_kirlia_singular": "Fais évoluer un Kirlia", - "quest_title_quest_evolve_klang_singular": "Fais évoluer un Clic", - "quest_title_quest_evolve_klink_singular": "Fais évoluer un Tic", - "quest_title_quest_evolve_koffing_singular": "Fais évoluer un Smogo", - "quest_title_quest_evolve_krabby_singular": "Fais évoluer un Krabby", - "quest_title_quest_evolve_kricketot_singular": "Fais évoluer un Crikzik", - "quest_title_quest_evolve_krokorok_singular": "Fais évoluer un Escroco", - "quest_title_quest_evolve_lairon_singular": "Fais évoluer un Galegon", - "quest_title_quest_evolve_lampent_singular": "Fais évoluer un Mélancolux", - "quest_title_quest_evolve_larvesta_singular": "Fais évoluer un Pyronille", - "quest_title_quest_evolve_larvitar_singular": "Fais évoluer un Embrylex", - "quest_title_quest_evolve_ledyba_singular": "Fais évoluer un Coxy", - "quest_title_quest_evolve_lickitung_singular": "Fais évoluer un Excelangue", - "quest_title_quest_evolve_lileep_singular": "Fais évoluer un Lilia", - "quest_title_quest_evolve_lillipup_singular": "Fais évoluer un Ponchiot", - "quest_title_quest_evolve_linoone_singular": "Fais évoluer {{amount_0}} Linéon de Galar", - "quest_title_quest_evolve_litleo_singular": "Fais évoluer un Hélionceau", - "quest_title_quest_evolve_litwick_singular": "Fais évoluer un Funécire", - "quest_title_quest_evolve_lombre_singular": "Fais évoluer un Lombre", - "quest_title_quest_evolve_lotad_singular": "Fais évoluer un Nénupiot", - "quest_title_quest_evolve_loudred_singular": "Fais évoluer un Ramboum", - "quest_title_quest_evolve_luxio_singular": "Fais évoluer un Luxio", - "quest_title_quest_evolve_machoke_singular": "Fais évoluer un Machopeur", - "quest_title_quest_evolve_machop_singular": "Fais évoluer un Machoc", - "quest_title_quest_evolve_magby_singular": "Fais évoluer un Magby", - "quest_title_quest_evolve_magikarp_singular": "Fais évoluer un Magicarpe", - "quest_title_quest_evolve_magmar_singular": "Fais évoluer un Magmar", - "quest_title_quest_evolve_magnemite_singular": "Fais évoluer un Magnéti", - "quest_title_quest_evolve_makuhita_singular": "Fais évoluer un Makuhita", - "quest_title_quest_evolve_mankey_singular": "Fais évoluer un Férosinge", - "quest_title_quest_evolve_mantyke_singular": "Fais évoluer un Babimanta", - "quest_title_quest_evolve_mareep_singular": "Fais évoluer un Wattouat", - "quest_title_quest_evolve_marill_singular": "Fais évoluer un Marill", - "quest_title_quest_evolve_marshtomp_singular": "Fais évoluer un Flobio", - "quest_title_quest_evolve_meditite_singular": "Fais évoluer un Méditikka", - "quest_title_quest_evolve_meowth_singular": "Fais évoluer un Miaouss", - "quest_title_quest_evolve_metang_singular": "Fais évoluer un Métang", - "quest_title_quest_evolve_metapod_singular": "Fais évoluer un Chrysacier", - "quest_title_quest_evolve_mienfoo_singular": "Fais évoluer un Kungfouine", - "quest_title_quest_evolve_mime jr._singular": "Fais évoluer un Mime Jr.", - "quest_title_quest_evolve_minccino_singular": "Fais évoluer un Chinchidou", - "quest_title_quest_evolve_misdreavus_singular": "Fais évoluer un Feuforêve", - "quest_title_quest_evolve_monferno_singular": "Fais évoluer un Chimpenfeu", - "quest_title_quest_evolve_mr. mime_singular": "Fais évoluer un M. Mime", - "quest_title_quest_evolve_mudkip_singular": "Fais évoluer un Gobou", - "quest_title_quest_evolve_munchlax_singular": "Fais évoluer un Goinfrex", - "quest_title_quest_evolve_munna_singular": "Fais évoluer un Munna", - "quest_title_quest_evolve_murkrow_singular": "Fais évoluer un Cornèbre", - "quest_title_quest_evolve_natu_singular": "Fais évoluer un Natu", - "quest_title_quest_evolve_nidoranfemale_singular": "Fais évoluer un Nidoran♀", - "quest_title_quest_evolve_nidoranmale_singular": "Fais évoluer un Nidoran♂", - "quest_title_quest_evolve_nidorina_singular": "Fais évoluer un Nidorina", - "quest_title_quest_evolve_nidorino_singular": "Fais évoluer un Nidorino", - "quest_title_quest_evolve_nincada_singular": "Fais évoluer un Ningale", - "quest_title_quest_evolve_noibat_singular": "Fais évoluer un Sonistrelle", - "quest_title_quest_evolve_nosepass_singular": "Fais évoluer un Tarinor", - "quest_title_quest_evolve_numel_singular": "Fais évoluer un Chamallot", - "quest_title_quest_evolve_nuzleaf_singular": "Fais évoluer un Pifeuil", - "quest_title_quest_evolve_oddish_singular": "Fais évoluer un Mystherbe", - "quest_title_quest_evolve_omanyte_singular": "Fais évoluer un Amonita", - "quest_title_quest_evolve_onix_singular": "Fais évoluer un Onix", - "quest_title_quest_evolve_oshawott_singular": "Fais évoluer un Moustillon", - "quest_title_quest_evolve_palpitoad_singular": "Fais évoluer un Batracné", - "quest_title_quest_evolve_pancham_singular": "Fais évoluer un Pandespiègle", - "quest_title_quest_evolve_panpour_singular": "Fais évoluer un Flotajou", - "quest_title_quest_evolve_pansage_singular": "Fais évoluer un Feuillajou", - "quest_title_quest_evolve_pansear_singular": "Fais évoluer un Flamajou", - "quest_title_quest_evolve_paras_singular": "Fais évoluer un Paras", - "quest_title_quest_evolve_patrat_singular": "Fais évoluer un Ratentif", - "quest_title_quest_evolve_pawniard_singular": "Fais évoluer un Scalpion", - "quest_title_quest_evolve_petilil_singular": "Fais évoluer un Chlorobule", - "quest_title_quest_evolve_phanpy_singular": "Fais évoluer un Phanpy", - "quest_title_quest_evolve_phantump_singular": "Fais évoluer un Brocélôme", - "quest_title_quest_evolve_pichu_singular": "Fais évoluer un Pichu", - "quest_title_quest_evolve_pidgeotto_singular": "Fais évoluer un Roucoups", - "quest_title_quest_evolve_pidgey_singular": "Fais évoluer un Roucool", - "quest_title_quest_evolve_pidove_singular": "Fais évoluer un Poichigeon", - "quest_title_quest_evolve_pignite_singular": "Fais évoluer un Grotichon", - "quest_title_quest_evolve_pikachu_singular": "Fais évoluer un Pikachu", - "quest_title_quest_evolve_piloswine_plural": "Fais évoluer {{amount_0}} Cochignon", - "quest_title_quest_evolve_piloswine_singular": "Fais évoluer un Cochignon", - "quest_title_quest_evolve_pineco_singular": "Fais évoluer un Pomdepik", - "quest_title_quest_evolve_piplup_singular": "Fais évoluer un Tiplouf", - "quest_title_quest_evolve_plural": "Fais évoluer {{amount_0}} Pokémon", - "quest_title_quest_evolve_poison_type_singular": "Fais évoluer un Pokémon de type Poison", - "quest_title_quest_evolve_poliwag_singular": "Fais évoluer un Ptitard", - "quest_title_quest_evolve_poliwhirl_singular": "Fais évoluer un Têtarte", - "quest_title_quest_evolve_ponyta_singular": "Fais évoluer un Ponyta", - "quest_title_quest_evolve_poochyena_singular": "Fais évoluer un Medhyèna", - "quest_title_quest_evolve_porygon2_singular": "Fais évoluer un Porygon2", - "quest_title_quest_evolve_prinplup_singular": "Fais évoluer un Prinplouf", - "quest_title_quest_evolve_psyduck_singular": "Fais évoluer un Psykokwak", - "quest_title_quest_evolve_pumpkaboo_singular": "Fais évoluer un Pitrouille", - "quest_title_quest_evolve_pupitar_singular": "Fais évoluer un Ymphect", - "quest_title_quest_evolve_purrloin_singular": "Fais évoluer un Chacripan", - "quest_title_quest_evolve_quilava": "Fais évoluer ton Feurisson", - "quest_title_quest_evolve_quilava_singular": "Fais évoluer un Feurisson", - "quest_title_quest_evolve_quilladin_singular": "Fais évoluer un Boguérisse", - "quest_title_quest_evolve_qwilfish_singular": "Fais évoluer un Qwilfish", - "quest_title_quest_evolve_ralts_singular": "Fais évoluer un Tarsal", - "quest_title_quest_evolve_rattata_singular": "Fais évoluer un Rattata", - "quest_title_quest_evolve_remoraid_singular": "Fais évoluer un Rémoraid", - "quest_title_quest_evolve_rhydon_singular": "Fais évoluer un Rhinoféros", - "quest_title_quest_evolve_rhyhorn_singular": "Fais évoluer un Rhinocorne", - "quest_title_quest_evolve_riolu_singular": "Fais évoluer un Riolu", - "quest_title_quest_evolve_roggenrola_singular": "Fais évoluer un Nodulithe", - "quest_title_quest_evolve_roselia_singular": "Fais évoluer un Rosélia", - "quest_title_quest_evolve_rufflet_singular": "Fais évoluer un Furaiglon", - "quest_title_quest_evolve_sandile_singular": "Fais évoluer un Mascaïman", - "quest_title_quest_evolve_sandshrew_singular": "Fais évoluer un Sabelette", - "quest_title_quest_evolve_sb_singular": "Fais évoluer un Snubbull", - "quest_title_quest_evolve_scatterbug_singular": "Fais évoluer un Lépidonille", - "quest_title_quest_evolve_scraggy_singular": "Fais évoluer un Baggiguane", - "quest_title_quest_evolve_scyther_singular": "Fais évoluer un Insécateur", - "quest_title_quest_evolve_seadra_singular": "Fais évoluer un Hypocéan", - "quest_title_quest_evolve_sealeo_singular": "Fais évoluer un Phogleur", - "quest_title_quest_evolve_seedot_singular": "Fais évoluer un Grainipiot", - "quest_title_quest_evolve_seel_singular": "Fais évoluer un Otaria", - "quest_title_quest_evolve_sentret_singular": "Fais évoluer un Fouinette", - "quest_title_quest_evolve_servine_singular": "Fais évoluer un Lianaja", - "quest_title_quest_evolve_sewaddle_singular": "Fais évoluer un Larveyette", - "quest_title_quest_evolve_shelgon_singular": "Fais évoluer un Drackhaus", - "quest_title_quest_evolve_shellder_singular": "Fais évoluer un Kokiyas", - "quest_title_quest_evolve_shellos_singular": "Fais évoluer un Sancoki", - "quest_title_quest_evolve_shelmet_singular": "Fais évoluer un Escargaume", - "quest_title_quest_evolve_shieldon_singular": "Fais évoluer un Dinoclier", - "quest_title_quest_evolve_shinx_singular": "Fais évoluer un Lixy", - "quest_title_quest_evolve_shroomish_singular": "Fais évoluer un Balignon", - "quest_title_quest_evolve_shuckle_singular": "Fais évoluer un Caratroc", - "quest_title_quest_evolve_shuppet_singular": "Fais évoluer un Polichombr", - "quest_title_quest_evolve_silcoon_singular": "Fais évoluer un Armulys", - "quest_title_quest_evolve_singular": "Fais évoluer un Pokémon", - "quest_title_quest_evolve_skiddo_singular": "Fais évoluer un Cabriolaine", - "quest_title_quest_evolve_skiploom_singular": "Fais évoluer un Floravol", - "quest_title_quest_evolve_skitty_singular": "Fais évoluer un Skitty", - "quest_title_quest_evolve_skorupi_singular": "Fais évoluer un Rapion", - "quest_title_quest_evolve_skrelp_singular": "Fais évoluer un Venalgue", - "quest_title_quest_evolve_slakoth_singular": "Fais évoluer un Parecool", - "quest_title_quest_evolve_sliggoo_singular": "Fais évoluer un Colimucus", - "quest_title_quest_evolve_slowpoke_plural": "Fais évoluer {{amount_0}} Ramoloss", - "quest_title_quest_evolve_slowpoke_singular": "Fais évoluer un Ramoloss", - "quest_title_quest_evolve_slugma_singular": "Fais évoluer un Limagma", - "quest_title_quest_evolve_smoochum_singular": "Fais évoluer un Lippouti", - "quest_title_quest_evolve_sneasel_singular": "Fais évoluer un Farfuret", - "quest_title_quest_evolve_snivy_singular": "Fais évoluer un Vipélierre", - "quest_title_quest_evolve_snorunt_singular": "Fais évoluer un Stalgamin", - "quest_title_quest_evolve_snover_singular": "Fais évoluer un Blizzi", - "quest_title_quest_evolve_snubbull_singular": "Fais évoluer un Snubbull", - "quest_title_quest_evolve_solosis_singular": "Fais évoluer un Nucléos", - "quest_title_quest_evolve_spearow_singular": "Fais évoluer un Piafabec", - "quest_title_quest_evolve_special_drowzee": "Fais évoluer un Soporifik", - "quest_title_quest_evolve_special_feebas_singular": "Fais évoluer un Barpau", - "quest_title_quest_evolve_special_galarian_mrmime": "Fais évoluer un M. Mime de Galar", - "quest_title_quest_evolve_special_galarian_slowpoke": "Fais évoluer Ramoloss de Galar", - "quest_title_quest_evolve_special_grimer": "Fais évoluer un Tadmorv", - "quest_title_quest_evolve_special_magnemite": "Fais évoluer un Magnéti", - "quest_title_quest_evolve_special_scyther": "Fais évoluer un Insécateur", - "quest_title_quest_evolve_special0_singular": "Fais évoluer un Magicarpe", - "quest_title_quest_evolve_special1_plural": "Fais évoluer {{amount_0}} Roucool", - "quest_title_quest_evolve_special1_singular": "Fais évoluer un Hypotrempe", - "quest_title_quest_evolve_special2_singular": "Fais évoluer un Miaouss", - "quest_title_quest_evolve_spewpa_singular": "Fais évoluer un Pérégrain", - "quest_title_quest_evolve_spheal_singular": "Fais évoluer un Obalie", - "quest_title_quest_evolve_spinarak_singular": "Fais évoluer un Mimigal", - "quest_title_quest_evolve_spoink_singular": "Fais évoluer un Spoink", - "quest_title_quest_evolve_spritzee_singular": "Fais évoluer un Fluvetin", - "quest_title_quest_evolve_squirtle_singular": "Fais évoluer un Carapuce", - "quest_title_quest_evolve_staravia_singular": "Fais évoluer un Étourvol", - "quest_title_quest_evolve_starly_singular": "Fais évoluer un Étourmi", - "quest_title_quest_evolve_staryu_singular": "Fais évoluer un Stari", - "quest_title_quest_evolve_steelix_singular": "Fais évoluer un Steelix", - "quest_title_quest_evolve_stunky_singular": "Fais évoluer un Moufouette", - "quest_title_quest_evolve_sunkern_singular": "Fais évoluer un Tournegrin", - "quest_title_quest_evolve_sunstone_singular": "Utilise une Pierre Soleil pour faire évoluer Ortide ou Tournegrin", - "quest_title_quest_evolve_surskit_singular": "Fais évoluer un Arakdo", - "quest_title_quest_evolve_swablu_singular": "Fais évoluer un Tylton", - "quest_title_quest_evolve_swadloon_singular": "Fais évoluer un Couverdure", - "quest_title_quest_evolve_swinub_singular": "Fais évoluer un Marcacrin", - "quest_title_quest_evolve_swirlix_singular": "Fais évoluer un Sucroquin", - "quest_title_quest_evolve_taillow_singular": "Fais évoluer un Nirondelle", - "quest_title_quest_evolve_tangela_singular": "Fais évoluer un Saquedeneu", - "quest_title_quest_evolve_teddiursa_singular": "Fais évoluer un Teddiursa", - "quest_title_quest_evolve_tentacool_singular": "Fais évoluer un Tentacool", - "quest_title_quest_evolve_tepig_singular": "Fais évoluer un Gruikui", - "quest_title_quest_evolve_timburr_singular": "Fais évoluer un Charpenti", - "quest_title_quest_evolve_tirtouga_singular": "Fais évoluer un Carapagos", - "quest_title_quest_evolve_togepi_singular": "Fais évoluer un Togepi", - "quest_title_quest_evolve_togetic_singular": "Fais évoluer un Togetic", - "quest_title_quest_evolve_torchic_singular": "Fais évoluer un Poussifeu", - "quest_title_quest_evolve_totodile": "Fais évoluer ton Kaiminus", - "quest_title_quest_evolve_totodile_singular": "Fais évoluer un Kaiminus", - "quest_title_quest_evolve_tranquill_singular": "Fais évoluer un Colombeau", - "quest_title_quest_evolve_trapinch_singular": "Fais évoluer un Kraknoix", - "quest_title_quest_evolve_treecko_singular": "Fais évoluer un Arcko", - "quest_title_quest_evolve_trubbish_singular": "Fais évoluer un Miamiasme", - "quest_title_quest_evolve_turtwig_singular": "Fais évoluer un Tortipouss", - "quest_title_quest_evolve_tympole_singular": "Fais évoluer un Tritonde", - "quest_title_quest_evolve_tynamo_singular": "Fais évoluer un Anchwatt", - "quest_title_quest_evolve_type_dark_plural": "Fais évoluer {{amount_0}} Pokémon de type Ténèbres", - "quest_title_quest_evolve_type_dragon_plural": "Fais évoluer {{amount_0}} Pokémon de type Dragon", - "quest_title_quest_evolve_type_dragon_singular": "Fais évoluer un Pokémon de type Dragon", - "quest_title_quest_evolve_type_electric_plural": "Fais évoluer {{amount_0}} Pokémon de type Électrik", - "quest_title_quest_evolve_type_electric_singular": "Fais évoluer un Pokémon de type Électrik", - "quest_title_quest_evolve_type_fairy_plural": "Fais évoluer {{amount_0}} Pokémon de type Fée", - "quest_title_quest_evolve_type_fairy_singular": "Fais évoluer un Pokémon de type Fée", - "quest_title_quest_evolve_type_fire_plural": "Fais évoluer {{amount_0}} Pokémon de type Feu", - "quest_title_quest_evolve_type_fire_singular": "Fais évoluer un Pokémon de type Feu", - "quest_title_quest_evolve_type_flying_plural": "Fais évoluer {{amount_0}} Pokémon de type Vol", - "quest_title_quest_evolve_type_flying_singular": "Fais évoluer un Pokémon de type Vol", - "quest_title_quest_evolve_type_ghost_plural": "Fais évoluer {{amount_0}} Pokémon de type Spectre", - "quest_title_quest_evolve_type_ghost_single": "Fais évoluer un Pokémon de type Spectre", - "quest_title_quest_evolve_type_grass_plural": "Fais évoluer {{amount_0}} Pokémon de type Plante", - "quest_title_quest_evolve_type_grass_singular": "Fais évoluer un Pokémon de type Plante", - "quest_title_quest_evolve_type_ice_plural": "Fais évoluer {{amount_0}} Pokémon de type Glace", - "quest_title_quest_evolve_type_ice_singular": "Fais évoluer un Pokémon de type Glace", - "quest_title_quest_evolve_type_poison_plural": "Fais évoluer {{amount_0}} Pokémon de type Poison", - "quest_title_quest_evolve_type_psychic_plural": "Fais évoluer {{amount_0}} Pokémon de type Psy", - "quest_title_quest_evolve_type_psychic_singular": "Fais évoluer un Pokémon de type Psy", - "quest_title_quest_evolve_type_rock_plural": "Fais évoluer {{amount_0}} Pokémon de type Roche", - "quest_title_quest_evolve_type_steel_plural": "Fais évoluer {{amount_0}} Pokémon de type Acier", - "quest_title_quest_evolve_type_water_plural": "Fais évoluer {{amount_0}} Pokémon de type Eau", - "quest_title_quest_evolve_type_water_singular": "Fais évoluer un Pokémon de type Eau", - "quest_title_quest_evolve_tyrogue_singular": "Fais évoluer un Debugant", - "quest_title_quest_evolve_tyrunt_singular": "Fais évoluer un Ptyranidur", - "quest_title_quest_evolve_umbreon": "Fais évoluer Évoli en Noctali pendant la nuit", - "quest_title_quest_evolve_vanillish_singular": "Fais évoluer un Sorboul", - "quest_title_quest_evolve_vanillite_singular": "Fais évoluer un Sorbébé", - "quest_title_quest_evolve_venipede_singular": "Fais évoluer un Venipatte", - "quest_title_quest_evolve_venonat_singular": "Fais évoluer un Mimitoss", - "quest_title_quest_evolve_vibrava_singular": "Fais évoluer un Vibraninf", - "quest_title_quest_evolve_vigoroth_singular": "Fais évoluer un Vigoroth", - "quest_title_quest_evolve_volbeat_singular": "Fais évoluer un Muciole", - "quest_title_quest_evolve_voltorb_singular": "Fais évoluer un Voltorbe", - "quest_title_quest_evolve_vullaby_singular": "Fais évoluer un Vostourno", - "quest_title_quest_evolve_vulpix_singular": "Fais évoluer un Goupix", - "quest_title_quest_evolve_wailmer_singular": "Fais évoluer un Wailmer", - "quest_title_quest_evolve_wartortle_singular": "Fais évoluer un Carabaffe", - "quest_title_quest_evolve_weedle_singular": "Fais évoluer un Aspicot", - "quest_title_quest_evolve_weepinbell_singular": "Fais évoluer un Boustiflor", - "quest_title_quest_evolve_whirlipede_singular": "Fais évoluer un Scobolide", - "quest_title_quest_evolve_whismur_singular": "Fais évoluer un Chuchmur", - "quest_title_quest_evolve_wingull_singular": "Fais évoluer un Goélise", - "quest_title_quest_evolve_woobat_singular": "Fais évoluer un Chovsourir", - "quest_title_quest_evolve_wooper_singular": "Fais évoluer un Axoloto", - "quest_title_quest_evolve_wurmple_singular": "Fais évoluer un Chenipotte", - "quest_title_quest_evolve_wynaut_singular": "Fais évoluer un Okéoké", - "quest_title_quest_evolve_yamask_singular": "Fais évoluer un Tutafeh", - "quest_title_quest_evolve_yanma_singular": "Fais évoluer un Yanma", - "quest_title_quest_evolve_zigzagoon_singular": "Fais évoluer un Zigzaton", - "quest_title_quest_evolve_zorua_singular": "Fais évoluer un Zorua", - "quest_title_quest_evolve_zubat_singular": "Fais évoluer un Nosferapti", - "quest_title_quest_evolve_zweilous_singular": "Fais évoluer un Diamat", - "quest_title_quest_explore_buddy": "Gagne un Bonbon en partant en exploration avec ton copain", - "quest_title_quest_explore_buddy_carbink": "Gagne un Bonbon en partant en exploration avec Strassie comme copain", - "quest_title_quest_explore_buddy_plural": "Gagne {{amount_0}} Bonbons en partant en exploration avec ton copain", - "quest_title_quest_explore_buddy_routes_plural": "Gagne {{amount_0}} Bonbons en explorant des Routes avec ton copain", - "quest_title_quest_explore_buddy_routes_singular": "Gagne un Bonbon en explorant des Routes avec ton copain", - "quest_title_quest_explore_km": "Explore {{amount_0}} km", - "quest_title_quest_explore_km_party": "Parcours {{amount_0}} km en équipe", - "quest_title_quest_febresearchday_battle_gym_singular": "Étude Coquiperl : combats dans une Arène", - "quest_title_quest_febresearchday_battle_raid_singular": "Étude Coquiperl : combats dans un Raid", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Étude Coquiperl : utilise une Attaque Chargée super efficace dans un combat d’Arène", - "quest_title_quest_febresearchday_catch_feed_plural": "Étude Coquiperl : utilise {{amount_0}} Baies pour attraper des Pokémon", - "quest_title_quest_febresearchday_catch_special1_singular": "Étude Coquiperl : attrape un Magicarpe ou un Wailmer", - "quest_title_quest_febresearchday_catch_special2_singular": "Étude Coquiperl : attrape un Psykokwak ou un Krabby", - "quest_title_quest_febresearchday_catch_type_water_plural": "Étude Coquiperl : attrape {{amount_0}} Pokémon de type Eau", - "quest_title_quest_febresearchday_evolve_type_water_plural": "Étude Coquiperl : fais évoluer {{amount_0}} Pokémon de type Eau", - "quest_title_quest_febresearchday_land_curveball_plural": "Étude Coquiperl : fais {{amount_0}} lancers à effet", - "quest_title_quest_febresearchday_land_great_plural": "Étude Coquiperl : fais {{amount_0}} Superbes lancers", - "quest_title_quest_febresearchday_land_inarow_great_plural": "Étude Coquiperl : fais {{amount_0}} Superbes lancers à la suite", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "Étude Coquiperl : fais {{amount_0}} Jolis lancers à la suite", - "quest_title_quest_febresearchday_land_nice_plural": "Étude Coquiperl : fais {{amount_0}} Jolis lancers", - "quest_title_quest_febresearchday_visit_pokestops_plural": "Étude Coquiperl : fais tourner {{amount_0}} PokéStops", - "quest_title_quest_feed_buddy_multiple": "Donne à manger à ton copain {{amount_0}} fois.", - "quest_title_quest_feed_buddy_singular": "Donne à manger à ton copain", - "quest_title_quest_feed_goldenrazz_plural": "Utilise {{amount_0}} Baies Framby dorées pour t’aider à attraper des Pokémon", - "quest_title_quest_feed_nanab_plural": "Utilise {{amount_0}} Baies Nanab lorsque tu attrapes des Pokémon", - "quest_title_quest_feed_pinaps_plural": "Utilise {{amount_0}} Baies Nanana lorsque tu attrapes des Pokémon", - "quest_title_quest_feed_razz_plural": "Utilise {{amount_0}} Baies Framby pour t’aider à attraper des Pokémon", - "quest_title_quest_fennekin_catch_b": "Attrape {{amount_0}} Feunnec", - "quest_title_quest_fennekin_evolve_b": "Fais évoluer {{amount_0}} Feunnec", - "quest_title_quest_fennekin_snapshot_b": "Prends en photo {{amount_0}} Feunnec", - "quest_title_quest_field_research_plural": "Termine {{amount_0}} tâches d’Études de terrain", - "quest_title_quest_field_research_singular": "Termine une tâche d’Étude de terrain", - "quest_title_quest_fight_type_bug_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Insecte", - "quest_title_quest_fight_type_dark_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Ténèbres", - "quest_title_quest_fight_type_dark_steel_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Ténèbres ou Acier", - "quest_title_quest_fight_type_dragon_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Dragon", - "quest_title_quest_fight_type_electric_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Électrik", - "quest_title_quest_fight_type_fairy_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Fée", - "quest_title_quest_fight_type_fighting_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Combat", - "quest_title_quest_fight_type_fire_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Feu", - "quest_title_quest_fight_type_flying_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Vol", - "quest_title_quest_fight_type_ghost_fighting_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Combat ou Spectre", - "quest_title_quest_fight_type_ghost_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Spectre", - "quest_title_quest_fight_type_ghost_psychic_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Psy ou Spectre", - "quest_title_quest_fight_type_grass_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Plante", - "quest_title_quest_fight_type_ground_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Sol", - "quest_title_quest_fight_type_ice_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Glace", - "quest_title_quest_fight_type_normal_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Normal", - "quest_title_quest_fight_type_normal_psychic_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Normal ou Psy", - "quest_title_quest_fight_type_poison_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Poison", - "quest_title_quest_fight_type_psychic_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Psy", - "quest_title_quest_fight_type_rock_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Roche", - "quest_title_quest_fight_type_steel_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Acier", - "quest_title_quest_fight_type_water_plural": "Remporte un combat contre {{amount_0}} Pokémon de type Eau", - "quest_title_quest_first_catch_of_the_day": "Première prise du jour", - "quest_title_quest_first_pokestop_of_the_day": "Premier PokéStop du jour", - "quest_title_quest_flaaffy_evolve_b": "Fais évoluer {{amount_0}} Lainergie", - "quest_title_quest_flett_catch_b": "Attrape {{amount_0}} Passerouge", - "quest_title_quest_flett_evolve_b": "Fais évoluer {{amount_0}} Passerouge", - "quest_title_quest_flett_evolve_s1": "Fais évoluer {{amount_0}} Braisillon", - "quest_title_quest_floragato_evolve_b": "Fais évoluer un Matourgeon", - "quest_title_quest_fraxure_evolve_b": "Fais évoluer {{amount_0}} Incisache", - "quest_title_quest_froakie_catch_b": "Attrape {{amount_0}} Grenousse", - "quest_title_quest_froakie_evolve_b": "Fais évoluer {{amount_0}} Grenousse", - "quest_title_quest_froakie_snapshot_b": "Prends en photo {{amount_0}} Grenousse", - "quest_title_quest_frogadier_evolve_b": "Fais évoluer {{amount_0}} Croâporal", - "quest_title_quest_fuecoco_evolve_b": "Fais évoluer un Chochodile", - "quest_title_quest_fuse_necrozma": "Fusionne Necrozma", - "quest_title_quest_gbl_rank": "Atteins le rang {{amount_0}} dans la Ligue Combat GO", - "quest_title_quest_gbl_rank_fifteen": "Atteins le rang 15 dans la Ligue Combat GO", - "quest_title_quest_gbl_rank_five": "Atteins le rang 5 dans la Ligue Combat GO", - "quest_title_quest_gbl_rank_ten": "Atteins le rang 10 dans la Ligue Combat GO", - "quest_title_quest_gbl_rank_twenty": "Atteins le rang 20 dans la Ligue Combat GO", - "quest_title_quest_get_cell_singular": "Trouve une Cellule de Zygarde", - "quest_title_quest_giblt_catch_b": "Attrape {{amount_0}} Griknot", - "quest_title_quest_giblt_evolve_b": "Fais évoluer {{amount_0}} Griknot", - "quest_title_quest_giblt_evolve_s1": "Fais évoluer {{amount_0}} Carmache", - "quest_title_quest_gift_open_plural": "Ouvre {{amount_0}} Cadeaux", - "quest_title_quest_gift_open_singular": "Ouvre un Cadeau", - "quest_title_quest_go_for_a_spin_00": "Trouve et fais tourner un PokéStop Spinda (1/8)", - "quest_title_quest_go_for_a_spin_01": "Trouve et fais tourner un PokéStop Spinda (2/8)", - "quest_title_quest_go_for_a_spin_02": "Trouve et fais tourner un PokéStop Spinda (3/8)", - "quest_title_quest_go_for_a_spin_03": "Trouve et fais tourner un PokéStop Spinda (4/8)", - "quest_title_quest_go_for_a_spin_04": "Trouve et fais tourner un PokéStop Spinda (5/8)", - "quest_title_quest_go_for_a_spin_05": "Trouve et fais tourner un PokéStop Spinda (6/8)", - "quest_title_quest_go_for_a_spin_06": "Trouve et fais tourner un PokéStop Spinda (7/8)", - "quest_title_quest_go_for_a_spin_07": "Trouve et fais tourner un PokéStop Spinda (8/8)", - "quest_title_quest_go_tour_snapshot_habitat_01": "Prends une photo avec ton copain dans Sable brûlant", - "quest_title_quest_go_tour_snapshot_habitat_02": "Prends une photo avec ton copain dans Brume étrange", - "quest_title_quest_go_tour_snapshot_habitat_03": "Prends une photo avec ton copain dans Terre verdoyante", - "quest_title_quest_go_tour_snapshot_habitat_04": "Prends une photo avec ton copain dans Rivage ancien", - "quest_title_quest_gold_hoenn_dex": "Gagne une médaille d’or de Hoenn", - "quest_title_quest_gold_medal_plural": "Gagne {{amount_0}} médailles d’or", - "quest_title_quest_gold_medal_plural_five": "Gagne 5 médailles d’or", - "quest_title_quest_gold_medal_singular": "Gagne une médaille d’or", - "quest_title_quest_goomy_catch_b": "Attrape {{amount_0}} Mucuscule", - "quest_title_quest_goomy_evolve_b_plural": "Fais évoluer {{amount_0}} Mucuscule", - "quest_title_quest_goomy_evolve_b_singular": "Fais évoluer un Mucuscule", - "quest_title_quest_grookey_evolve": "Fais évoluer un Ouistempo", - "quest_title_quest_grubbin_catch_b": "Attrape {{amount_0}} Larvibule", - "quest_title_quest_grubbin_evolve_b": "Fais évoluer {{amount_0}} Larvibule", - "quest_title_quest_grubbin_snapshot_b": "Prends en photo {{amount_0}} Larvibule", - "quest_title_quest_gt_catch_b": "Attrape {{amount_0}} Fantominus", - "quest_title_quest_gt_evolve_b": "Fais évoluer {{amount_0}} Fantominus", - "quest_title_quest_gt_evolve_s1": "Fais évoluer {{amount_0}} Spectrum", - "quest_title_quest_gulpin_catch": "Attrape {{amount_0}} Gloupti", - "quest_title_quest_gurdurr_evolve_b": "Fais évoluer {{amount_0}} Ouvrifier", - "quest_title_quest_hallo19_catch_specific_plural": "Attrape {{amount_0}} Medhyèna ou Malosse", - "quest_title_quest_hallo19_catch_type_dark_plural": "Attrape {{amount_0}} Pokémon de type Ténèbres", - "quest_title_quest_hallo19_catch_type_ghost_plural": "Attrape {{amount_0}} Pokémon de type Spectre", - "quest_title_quest_hallo19_evolve_plural": "Fais évoluer {{amount_0}} Skelénox ou Polichombr", - "quest_title_quest_hallo19_transfer_plural": "Transfère {{amount_0}} Pokémon", - "quest_title_quest_hatch_egg_plural": "Fais éclore {{amount_0}} Œufs", - "quest_title_quest_hatch_egg_routes_plural": "Fais éclore {{amount_0}} Œufs en suivant des Routes", - "quest_title_quest_hatch_egg_routes_singular": "Fais éclore un Œuf en suivant une Route", - "quest_title_quest_hatch_egg_singular": "Fais éclore un Œuf", - "quest_title_quest_hoenn_celebration_research": "Étude de célébration de Hoenn", - "quest_title_quest_hoenn19_catch_specific_plural": "Célébration de Hoenn : attrape {{amount_0}} Zigzaton ou Nirondelle", - "quest_title_quest_hoenn19_evolve_specific_plural": "Célébration de Hoenn : fais évoluer {{amount_0}} Chenipotte", - "quest_title_quest_hoenn19_hatch_eggs": "Célébration de Hoenn : fais éclore {{amount_0}} Œufs", - "quest_title_quest_hoppt_catch_b": "Attrape {{amount_0}} Granivol", - "quest_title_quest_hoppt_evolve_b": "Fais évoluer {{amount_0}} Granivol", - "quest_title_quest_hoppt_evolve_s1": "Fais évoluer {{amount_0}} Floravol", - "quest_title_quest_incense_or_dai_plural": "Utilise {{amount_0}} Encens ou Encens d’aventure quotidienne", - "quest_title_quest_incense_or_dai_singular": "Utilise un Encens ou un Encens d’aventure quotidienne", - "quest_title_quest_incense_plural": "Utilise {{amount_0}} Encens", - "quest_title_quest_incense_routes_plural": "Utilise {{amount_0}} Encens en suivant des Routes", - "quest_title_quest_incense_routes_singular": "Utilise un Encens en suivant une Route", - "quest_title_quest_incense_singular": "Utilise un Encens", - "quest_title_quest_jan19rsd_buddywalk_singular": "Étude Barpau : gagne un Bonbon Copain", - "quest_title_quest_jan19rsd_hatch_egg_singular": "Étude Barpau : fais éclore un Œuf", - "quest_title_quest_jan19rsd_land_great_plural": "Étude Barpau : fais {{amount_0}} Superbes lancers", - "quest_title_quest_jan19rsd_land_nice_plural": "Étude Barpau : fais {{amount_0}} Jolis lancers", - "quest_title_quest_johtofestival_catch_special17_plural": "Festival de Johto : attrape {{amount_0}} Tournegrin", - "quest_title_quest_johtofestival_catch_type_water_plural": "Festival de Johto : attrape {{amount_0}} Pokémon Eau", - "quest_title_quest_johtofestival_evolve_plural": "Festival de Johto : fais évoluer {{amount_0}} Tournegrin ou Natu", - "quest_title_quest_johtofestival_land_excellent_plural": "Festival de Johto : fais {{amount_0}} Excellents lancers", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Festival de Johto : fais {{amount_0}} Superbes lancers à effet à la suite", - "quest_title_quest_johtofestival_win_raid_singular": "Festival de Johto : remporte un Raid", - "quest_title_quest_kanto_green_bellsprout": "Circuit GO : attrape un Chétiflor", - "quest_title_quest_kanto_green_meowth": "Circuit GO : attrape un Miaouss", - "quest_title_quest_kanto_green_sandshrew": "Circuit GO : attrape un Sabelette", - "quest_title_quest_kanto_green_vulpix": "Circuit GO : attrape un Goupix", - "quest_title_quest_kanto_hatch_plural": "Circuit GO : Kanto – Fais éclore {{amount_0}} Œufs", - "quest_title_quest_kanto_hatch_singular": "Circuit GO : Kanto – Fais éclore un Œuf", - "quest_title_quest_kanto_npc_plural": "Circuit GO : Kanto – Bats {{amount_0}} Adversaires du Circuit GO", - "quest_title_quest_kanto_npc_singular": "Circuit GO : Kanto – Bats un Adversaire du Circuit GO", - "quest_title_quest_kanto_red_ekans": "Circuit GO : attrape un Abo", - "quest_title_quest_kanto_red_growlithe": "Circuit GO : attrape un Caninos", - "quest_title_quest_kanto_red_mankey": "Circuit GO : attrape un Férosinge", - "quest_title_quest_kanto_red_oddish": "Circuit GO : attrape un Mystherbe", - "quest_title_quest_kecleon_catch": "Attrape {{amount_0}} Kecleon", - "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "Fais {{amount_0}} lancers à effet sur des Pokémon de type Spectre", - "quest_title_quest_land_curveball_plural": "Fais {{amount_0}} lancers à effet", - "quest_title_quest_land_curveball_singular": "Fais un lancer à effet", - "quest_title_quest_land_excellent_curveball_plural": "Fais {{amount_0}} Excellents lancers à effet", - "quest_title_quest_land_excellent_curveball_singular": "Fais un Excellent lancer à effet", - "quest_title_quest_land_excellent_plural": "Fais {{amount_0}} Excellents lancers", - "quest_title_quest_land_excellent_singular": "Fais un Excellent lancer", - "quest_title_quest_land_great_curve_inarow_type_ghost": "Fais {{amount_0}} Super lancers à effet à la suite sur des Pokémon de type Spectre", - "quest_title_quest_land_great_curve_type_ghost": "Fais {{amount_0}} Super lancers à effet sur des Pokémon de type Spectre", - "quest_title_quest_land_great_curveball_plural": "Fais {{amount_0}} Super lancers à effet", - "quest_title_quest_land_great_curveball_singular": "Fais un Super lancer à effet", - "quest_title_quest_land_great_plural": "Fais {{amount_0}} Super lancers", - "quest_title_quest_land_great_singular": "Fais un Super lancer", - "quest_title_quest_land_great_type_ghost": "Fais {{amount_0}} Super lancers sur des Pokémon de type Spectre", - "quest_title_quest_land_inarow_curveball_plural": "Fais {{amount_0}} lancers à effet à la suite", - "quest_title_quest_land_inarow_excellent_curveball_plural": "Fais {{amount_0}} Excellents lancers à effet à la suite", - "quest_title_quest_land_inarow_excellent_plural": "Fais {{amount_0}} Excellents lancers à la suite", - "quest_title_quest_land_inarow_great_curveball_plural": "Fais {{amount_0}} Super lancers à effet à la suite", - "quest_title_quest_land_inarow_great_plural": "Fais {{amount_0}} Super lancers à la suite", - "quest_title_quest_land_inarow_nice_curveball_plural": "Fais {{amount_0}} Jolis lancers à effet à la suite", - "quest_title_quest_land_inarow_nice_plural": "Fais {{amount_0}} Jolis lancers à la suite.", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "Fais {{amount_0}} Jolis lancers à effet à la suite sur des Pokémon de type Spectre", - "quest_title_quest_land_nice_curve_plural": "Fais {{amount_0}} Jolis lancers à effet", - "quest_title_quest_land_nice_curve_singular": "Fais un Joli lancer à effet", - "quest_title_quest_land_nice_curve_type_ghost": "Fais {{amount_0}} Jolis lancers à effet sur des Pokémon de type Spectre", - "quest_title_quest_land_nice_electric_plural": "Attrape {{amount_0}} Pokémon de type Électrik avec de Jolis lancers", - "quest_title_quest_land_nice_plural": "Fais {{amount_0}} Jolis lancers", - "quest_title_quest_land_nice_singular": "Fais un Joli lancer", - "quest_title_quest_land_nice_type_ghost": "Fais {{amount_0}} Jolis lancers sur des Pokémon de type Spectre", - "quest_title_quest_larvitar_cdc_evolve_b": "Fais évoluer {{amount_0}} Embrylex", - "quest_title_quest_larvitar_cdc_snapshot_b": "Prends en photo {{amount_0}} Embrylex", - "quest_title_quest_latias_wild_snap": "Prends une photo de Latias dans la nature", - "quest_title_quest_latios_wild_snap": "Prends une photo de Latios dans la nature", - "quest_title_quest_litten_catch_b": "Attrape {{amount_0}} Flamiaou", - "quest_title_quest_litten_evolve_b_plural": "Fais évoluer {{amount_0}} Flamiaou", - "quest_title_quest_litten_evolve_b_singular": "Fais évoluer un Flamiaou", - "quest_title_quest_litten_snapshot_b": "Prends en photo {{amount_0}} Flamiaou", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "Défie un Dresseur ou Dresseuse à proximité en scannant son Code Combat.", - "quest_title_quest_lucky_plural": "Obtiens {{amount_0}} Pokémon Chanceux après des échanges", - "quest_title_quest_lucky_singular": "Obtiens un Pokémon Chanceux après un échange", - "quest_title_quest_lunar19_friends_trade_plural": "Échange {{amount_0}} Pokémon avec un ami", - "quest_title_quest_macht_catch_b": "Attrape {{amount_0}} Machoc", - "quest_title_quest_macht_evolve_b": "Fais évoluer {{amount_0}} Machoc", - "quest_title_quest_macht_evolve_s1": "Fais évoluer {{amount_0}} Machopeur", - "quest_title_quest_magit_catch_b": "Attrape {{amount_0}} Magicarpe", - "quest_title_quest_magit_evolve_b": "Fais évoluer {{amount_0}} Magicarpe", - "quest_title_quest_magmt_catch_b": "Attrape {{amount_0}} Magmar", - "quest_title_quest_magmt_evolve_b": "Fais évoluer {{amount_0}} Magmar", - "quest_title_quest_mareep_catch_b": "Attrape {{amount_0}} Wattouat", - "quest_title_quest_mareep_evolve_b": "Fais évoluer {{amount_0}} Wattouat", - "quest_title_quest_mareep_snapshot_b": "Prends en photo {{amount_0}} Wattouat", - "quest_title_quest_mega_evo_primal_rev_plural": "Active la Primo-Résurgence OU fais méga-évoluer un Pokémon {{amount_0}} fois", - "quest_title_quest_mega_evo_primal_rev_singular": "Active la Primo-Résurgence OU fais méga-évoluer un Pokémon", - "quest_title_quest_mega_evolve_beedrill": "Fais méga-évoluer un Dardargnan", - "quest_title_quest_mega_evolve_blastoise": "Fais méga-évoluer un Tortank", - "quest_title_quest_mega_evolve_charizard": "Fais méga-évoluer un Dracaufeu", - "quest_title_quest_mega_evolve_diancie": "Fais méga-évoluer Diancie", - "quest_title_quest_mega_evolve_plural": "Fais méga-évoluer {{amount_0}} Pokémon", - "quest_title_quest_mega_evolve_rayquaza": "Fais méga-évoluer Rayquaza", - "quest_title_quest_mega_evolve_singular": "Fais méga-évoluer un Pokémon", - "quest_title_quest_mega_evolve_venusaur": "Fais méga-évoluer un Florizarre", - "quest_title_quest_mega_join_raid_plural": "Combats dans {{amount_0}} Méga-Raids", - "quest_title_quest_mega_join_raid_singular": "Combats dans un Méga-Raid", - "quest_title_quest_mega_win_raid_plural": "Gagne {{amount_0}} Méga-Raids", - "quest_title_quest_mega_win_raid_singular": "Gagne un Méga-Raid", - "quest_title_quest_mesprit_wild_snap": "Prends une photo de Créfollet dans la nature", - "quest_title_quest_metang_evolve_b_singular": "Fais évoluer un Métang", - "quest_title_quest_more_reseach_coming_soon": "Des études supplémentaires te seront bientôt proposées.", - "quest_title_quest_mudkt_catch_b": "Attrape {{amount_0}} Gobou", - "quest_title_quest_mudkt_evolve_b": "Fais évoluer {{amount_0}} Gobou", - "quest_title_quest_mudkt_evolve_s1": "Fais évoluer {{amount_0}} Flobio", - "quest_title_quest_new_friends_plural": "Fais-toi {{amount_0}} nouveaux amis", - "quest_title_quest_new_friends_singular": "Fais-toi un nouvel ami", - "quest_title_quest_noibat_catch_b": "Attrape {{amount_0}} Sonistrelle", - "quest_title_quest_noibat_evolve_b": "Fais évoluer {{amount_0}} Sonistrelle", - "quest_title_quest_noibat_snapshot_b": "Prends en photo {{amount_0}} Sonistrelle", - "quest_title_quest_oshat_catch_b": "Attrape {{amount_0}} Moustillon", - "quest_title_quest_oshat_evolve_b": "Fais évoluer {{amount_0}} Moustillon", - "quest_title_quest_oshat_evolve_s1": "Fais évoluer un Mateloutre", - "quest_title_quest_party_catch_electric_type_plural": "Attrape {{amount_0}} Pokémon de type Électrik en équipe", - "quest_title_quest_party_catch_electric_type_singular": "Attrape un Pokémon de type Électrik en équipe", - "quest_title_quest_party_catch_fire_type_plural": "Attrape {{amount_0}} Pokémon de type Feu en équipe", - "quest_title_quest_party_catch_fire_type_singular": "Attrape un Pokémon de type Feu en équipe", - "quest_title_quest_party_catch_normal_type_plural": "Attrape {{amount_0}} Pokémon de type Normal en équipe", - "quest_title_quest_party_catch_normal_type_singular": "Attrape un Pokémon de type Normal en équipe", - "quest_title_quest_party_catch_water_type_plural": "Attrape {{amount_0}} Pokémon de type Eau en équipe", - "quest_title_quest_party_catch_water_type_singular": "Attrape un Pokémon de type Eau en équipe", - "quest_title_quest_party_challenge_plural": "Termine {{amount_0}} Défis d’équipe", - "quest_title_quest_party_challenge_singular": "Termine un Défi d’équipe", - "quest_title_quest_platinum_johto_badge": "Remporte la médaille de platine de Johto", - "quest_title_quest_platinum_kanto_badge": "Remporte la médaille de platine de Kanto", - "quest_title_quest_platinum_medal_plural": "Gagne {{amount_0}} médailles de platine", - "quest_title_quest_platinum_medal_plural_five": "Gagne 5 médailles de platine", - "quest_title_quest_platinum_medal_plural_forty": "Gagne 40 médailles de platine", - "quest_title_quest_platinum_medal_plural_ten": "Gagne 10 médailles de platine", - "quest_title_quest_platinum_medal_plural_twenty": "Gagne 20 médailles de platine", - "quest_title_quest_platinum_medal_singular": "Gagne une médaille de platine", - "quest_title_quest_play_buddy_singular": "Joue avec ton copain", - "quest_title_quest_pokemon_appears": "Un Pokémon apparaît !", - "quest_title_quest_poliwag_catch_b": "Attrape {{amount_0}} Ptitard", - "quest_title_quest_poliwag_evolve_b": "Fais évoluer {{amount_0}} Ptitard", - "quest_title_quest_poliwag_snapshot_b": "Prends {{amount_0}} photos de Ptitard", - "quest_title_quest_poliwhirl_evolve_b": "Fais évoluer {{amount_0}} Têtarte", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "Attrape {{amount_0}} Otaquin", - "quest_title_quest_popplio_evolve_b_plural": "Fais évoluer {{amount_0}} Otaquin", - "quest_title_quest_popplio_evolve_b_singular": "Fais évoluer un Otaquin", - "quest_title_quest_porygon_catch_b": "Attrape {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_plural": "Fais évoluer {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_singular": "Fais évoluer un Porygon", - "quest_title_quest_porygon_snapshot_b": "Prends en photo {{amount_0}} Porygon", - "quest_title_quest_porygon2_evolve_b_plural": "Fais évoluer {{amount_0}} Porygon2", - "quest_title_quest_porygon2_evolve_b_singular": "Fais évoluer un Porygon2", - "quest_title_quest_poryt_catch_b": "Attrape {{amount_0}} Porygon", - "quest_title_quest_poryt_catch_s1": "Attrape {{amount_0}} Porygon2", - "quest_title_quest_poryt_evolve_b": "Fais évoluer {{amount_0}} Porygon", - "quest_title_quest_poryt_evolve_s1": "Fais évoluer {{amount_0}} Porygon2", - "quest_title_quest_power_up_dragon_plural": "Recharge un Pokémon de type Dragon {{amount_0}} fois", - "quest_title_quest_power_up_fire_ice": "Recharge un Pokémon de type Feu ou de type Glace 5 fois", - "quest_title_quest_power_up_grass_ghost": "Recharge un Pokémon de type Plante ou de type Spectre 5 fois", - "quest_title_quest_power_up_legendary_plural": "Recharge des Pokémon légendaires ou fabuleux {{amount_0}} fois", - "quest_title_quest_power_up_legendary_singular": "Recharge un Pokémon légendaire ou fabuleux", - "quest_title_quest_power_up_max_plural": "Augmente au maximum les PC de {{amount_0}} Pokémon", - "quest_title_quest_power_up_max_singular": "Augmente au maximum les PC d’un Pokémon", - "quest_title_quest_power_up_plural": "Recharge un Pokémon {{amount_0}} fois", - "quest_title_quest_power_up_plural_bug": "Recharge un Pokémon de type Insecte {{amount_0}} fois", - "quest_title_quest_power_up_plural_dark": "Recharge {{amount_0}} Pokémon de type Ténèbres", - "quest_title_quest_power_up_plural_dragon": "Recharge un Pokémon de type Dragon {{amount_0}} fois", - "quest_title_quest_power_up_plural_electric": "Recharge un Pokémon de type Électrik {{amount_0}} fois", - "quest_title_quest_power_up_plural_fairy": "Recharge un Pokémon de type Fée {{amount_0}} fois", - "quest_title_quest_power_up_plural_fighting": "Recharge un Pokémon de type Combat {{amount_0}} fois", - "quest_title_quest_power_up_plural_fire": "Recharge un Pokémon de type Feu {{amount_0}} fois", - "quest_title_quest_power_up_plural_flying": "Recharge un Pokémon de type Vol {{amount_0}} fois", - "quest_title_quest_power_up_plural_ghost": "Recharge un Pokémon de type Spectre {{amount_0}} fois", - "quest_title_quest_power_up_plural_grass": "Recharge un Pokémon de type Plante {{amount_0}} fois", - "quest_title_quest_power_up_plural_ground": "Recharge un Pokémon de type Sol {{amount_0}} fois", - "quest_title_quest_power_up_plural_ice": "Recharge un Pokémon de type Glace {{amount_0}} fois", - "quest_title_quest_power_up_plural_normal": "Recharge un Pokémon de type Normal {{amount_0}} fois", - "quest_title_quest_power_up_plural_poison": "Recharge un Pokémon de type Poison {{amount_0}} fois", - "quest_title_quest_power_up_plural_psychic": "Recharge un Pokémon de type Psy {{amount_0}} fois", - "quest_title_quest_power_up_plural_rock": "Recharge un Pokémon de type Roche {{amount_0}} fois", - "quest_title_quest_power_up_plural_rock_fairy": "Recharge un Pokémon de type Roche ou Fée {{amount_0}} fois", - "quest_title_quest_power_up_plural_steel": "Recharge {{amount_0}} Pokémon de type Acier", - "quest_title_quest_power_up_plural_water": "Recharge un Pokémon de type Eau {{amount_0}} fois", - "quest_title_quest_power_up_poison_rock": "Recharge un Pokémon de type Poison ou de type Roche 5 fois", - "quest_title_quest_power_up_singular": "Recharge un Pokémon", - "quest_title_quest_power_up_singular_marshadow": "Recharge Marshadow", - "quest_title_quest_power_up_water_normal": "Recharge un Pokémon de type Normal ou de type Eau 5 fois", - "quest_title_quest_primal_raid_victory_groudon": "Gagne un Raid Primo-Groudon", - "quest_title_quest_primal_raid_victory_kyogre": "Gagne un Raid Primo-Kyogre", - "quest_title_quest_primal_raid_victory_plural": "Gagne {{amount_0}} Primo-Raids", - "quest_title_quest_primal_raid_victory_singular": "Gagne un Primo-Raid", - "quest_title_quest_primal_reversion_plural": "Effectue une Primo-Résurgence {{amount_0}} fois pour l’un de tes Pokémon", - "quest_title_quest_primal_reversion_singular": "Effectue une Primo-Résurgence pour l’un de tes Pokémon", - "quest_title_quest_primal_surge_candy": "Primo-afflux : gagne un Bonbon en marchant avec ton copain", - "quest_title_quest_primal_surge_catch": "Primo-afflux : attrape 10 Pokémon", - "quest_title_quest_primal_surge_hatch": "Primo-afflux : fais éclore un Œuf", - "quest_title_quest_primal_surge_power_ground": "Primo-afflux : recharge un Pokémon de type Sol 5 fois", - "quest_title_quest_primal_surge_power_water": "Primo-afflux : recharge un Pokémon de type Eau 5 fois", - "quest_title_quest_primal_surge_raid": "Primo-afflux : gagne un Raid", - "quest_title_quest_psychicspec_catch_abra_plural": "Attrape {{amount_0}} Abra ou Soporifik", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "Attrape {{amount_0}} Pokémon de type Psy", - "quest_title_quest_psychicspec_evolve_plural": "Fais évoluer {{amount_0}} Noeunoeuf ou Ramoloss", - "quest_title_quest_quaxly_evolve_b": "Fais évoluer un Coiffeton", - "quest_title_quest_quaxwell_evolve_b": "Fais évoluer un Canarbello", - "quest_title_quest_quilava_evolve_b_plural": "Fais évoluer {{amount_0}} Feurisson", - "quest_title_quest_quilava_evolve_b_singular": "Fais évoluer un Feurisson", - "quest_title_quest_quilladin_evolve_b": "Fais évoluer {{amount_0}} Boguérisse", - "quest_title_quest_raboot_evolve": "Fais évoluer un Lapyro", - "quest_title_quest_raid_friend_singular": "Participe à un Raid avec un ami", - "quest_title_quest_raid_t5_win": "Gagne un Raid de niveau 5", - "quest_title_quest_raid_with_buddy_plural": "Combats dans {{amount_0}} Raids avec ton copain", - "quest_title_quest_raid_with_buddy_singular": "Combats dans un Raid avec ton copain", - "quest_title_quest_reach_hoenn_gold": "Gagne une médaille d’or de Hoenn", - "quest_title_quest_reach_johto_gold": "Gagne une médaille d’or de Johto", - "quest_title_quest_reach_kanto_gold": "Gagne une médaille d’or de Kanto", - "quest_title_quest_reach_kanto_silver": "Gagne une médaille d’argent de Kanto", - "quest_title_quest_reach_level": "Atteins le niveau {{amount_0}}", - "quest_title_quest_referral_initial_milestone": "Connecté à Pokémon GO", - "quest_title_quest_remove_bonus_challenge_desc": "Tu en recevras une autre demain.", - "quest_title_quest_reward_desc_1": "Collectionne les tampons pour déverrouiller les Phases d’Études du Professeur Willow.", - "quest_title_quest_reward_desc_2": "Phase d’Étude complétée avec", - "quest_title_quest_reward_desc_3_plural": "{{amount_0}} tampons de plus.", - "quest_title_quest_reward_desc_3_singular": "{{amount_0}} tampon de plus.", - "quest_title_quest_reward_encounter_later": "Plus tard", - "quest_title_quest_reward_encounter_uses_ar": "Tu dois être en mode RA pour attraper ce Pokémon.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "Un Pokémon mystérieux est apparu.", - "quest_title_quest_reward_start_encounter": "Aller à sa rencontre", - "quest_title_quest_rocket_battle_plural": "Combats {{amount_0}} Sbires de la Team GO Rocket", - "quest_title_quest_rocket_battle_win_plural": "Bats {{amount_0}} Sbires de la Team GO Rocket ", - "quest_title_quest_rocket_battle_win_singular": "Bats un Sbire de la Team GO Rocket", - "quest_title_quest_rocket_catch_shadow_singular": "Attrape un Pokémon Obscur", - "quest_title_quest_rocket_evolve_plural": "Fais évoluer {{amount_0}} Pokémon", - "quest_title_quest_rocket_leader_battle_win_singular": "Bats un chef de la Team GO Rocket", - "quest_title_quest_rocket_power_up_plural": "Recharge un Pokémon {{amount_0}} fois", - "quest_title_quest_rocket_purify_dark_plural": "Purifie {{amount_0}} Pokémon Obscurs de type Ténèbres", - "quest_title_quest_rocket_purify_fire_plural": "Purifie {{amount_0}} Pokémon Obscurs de type Feu", - "quest_title_quest_rocket_purify_plural": "Purifie {{amount_0}} Pokémon Obscurs", - "quest_title_quest_rocket_purify_type_singular": "Purifie un Pokémon Obscur de type Feu, Eau ou Plante", - "quest_title_quest_rocket_rescue_shadow_plural": "Sauve {{amount_0}} Pokémon Obscurs", - "quest_title_quest_rocket_shadow_plural": "Attrape {{amount_0}} Pokémon Obscurs", - "quest_title_quest_rockethq1_arlo_win": "Bats Arlo, chef de la Team GO Rocket", - "quest_title_quest_rockethq1_arlo_win_plural": "Bats {{amount_0}} fois Arlo, chef de la Team GO Rocket", - "quest_title_quest_rockethq1_battle_boss": "Combats le Boss de la Team GO Rocket", - "quest_title_quest_rockethq1_catch_legendary_shadow": "Attrape un Pokémon Obscur légendaire", - "quest_title_quest_rockethq1_catch_shadow1": "Attrape {{amount_0}} Pokémon Obscurs", - "quest_title_quest_rockethq1_cliff_win": "Bats Cliff, chef de la Team GO Rocket", - "quest_title_quest_rockethq1_cliff_win_plural": "Bats {{amount_0}} fois Cliff, chef de la Team GO Rocket", - "quest_title_quest_rockethq1_defeat_boss": "Bats le Boss de la Team GO Rocket", - "quest_title_quest_rockethq1_find_boss": "Trouve le Boss de la Team GO Rocket", - "quest_title_quest_rockethq1_grunt_win1": "Bats {{amount_0}} Sbires de la Team GO Rocket", - "quest_title_quest_rockethq1_grunt_win2": "Bats {{amount_0}} Sbires de la Team GO Rocket", - "quest_title_quest_rockethq1_leader_win_plural": "Bats {{amount_0}} fois un chef de la Team GO Rocket", - "quest_title_quest_rockethq1_leaders_win_plural": "Bats {{amount_0}} fois un chef de la Team GO Rocket", - "quest_title_quest_rockethq1_purify": "Purifie {{amount_0}} Pokémon Obscurs", - "quest_title_quest_rockethq1_raid_win": "Gagne {{amount_0}} Raids", - "quest_title_quest_rockethq1_sierra_win": "Bats Sierra, chef de la Team GO Rocket", - "quest_title_quest_rockethq1_sierra_win_plural": "Bats {{amount_0}} fois Sierra, chef de la Team GO Rocket", - "quest_title_quest_rockethq1_spin": "Fais tourner {{amount_0}} PokéStops", - "quest_title_quest_rockethq1_spin_row": "Fais tourner un PokéStop {{amount_0}} jours d’affilée", - "quest_title_quest_rockethq1_supereffective": "Utilise {{amount_0}} Attaques Chargées très efficaces en combat d’Arène", - "quest_title_quest_rockethq1_trainerbattle_win": "Gagne {{amount_0}} Combats de Dresseurs de Ligue Super contre un Dresseur", - "quest_title_quest_roggenrola_catch_b": "Attrape {{amount_0}} Nodulithe", - "quest_title_quest_roggenrola_evolve_b": "Fais évoluer {{amount_0}} Nodulithe", - "quest_title_quest_roggenrola_snapshot_b": "Prends {{amount_0}} photos de Nodulithe", - "quest_title_quest_roset_catch_b": "Attrape {{amount_0}} Rosélia", - "quest_title_quest_roset_evolve_b": "Fais évoluer {{amount_0}} Rosélia", - "quest_title_quest_rowlet_catch_b": "Attrape {{amount_0}} Brindibou", - "quest_title_quest_rowlet_evolve_b_plural": "Fais évoluer {{amount_0}} Brindibou", - "quest_title_quest_rowlet_evolve_b_singular": "Fais évoluer {{amount_0}} Brindibou", - "quest_title_quest_rowlet_snapshot_b": "Prends en photo {{amount_0}} Brindibou", - "quest_title_quest_sandt_catch_b": "Attrape {{amount_0}} Sabelette", - "quest_title_quest_sandt_evolve_b": "Fais évoluer {{amount_0}} Sabelette", - "quest_title_quest_scorbunny_evolve": "Fais évoluer un Flambino", - "quest_title_quest_send_gifts_daily_row": "Envoie des Cadeaux {{amount_0}} jours d’affilée", - "quest_title_quest_send_gifts_plural": "Envoie {{amount_0}} Cadeaux à des amis", - "quest_title_quest_send_gifts_singular": "Envoie un Cadeau à un ami", - "quest_title_quest_send_gifts_sticker_plural": "Envoie {{amount_0}} Cadeaux et ajoute un sticker à chaque Cadeau", - "quest_title_quest_send_gifts_sticker_singular": "Envoie un Cadeau avec un sticker", - "quest_title_quest_shelgon_evolve_b_plural": "Fais évoluer {{amount_0}} Drackhaus", - "quest_title_quest_shelgon_evolve_b_singular": "Fais évoluer un Drackhaus", - "quest_title_quest_shint_catch_b": "Attrape {{amount_0}} Lixy", - "quest_title_quest_shint_evolve_b": "Fais évoluer {{amount_0}} Lixy", - "quest_title_quest_shint_evolve_s1": "Fais évoluer {{amount_0}} Luxio", - "quest_title_quest_sinnoh_evolve_plural": "Fais évoluer {{amount_0}} Pokémon en un Pokémon découvert dans la région de Sinnoh", - "quest_title_quest_sinnoh_evolve_stone_plural": "Utilise une Pierre Sinnoh pour faire évoluer {{amount_0}} Pokémon", - "quest_title_quest_sinnoh_medal_gold": "Gagne une médaille d’or de Sinnoh", - "quest_title_quest_sliggoo_evolve_b_plural": "Fais évoluer {{amount_0}} Colimucus", - "quest_title_quest_sliggoo_evolve_b_singular": "Fais évoluer un Colimucus", - "quest_title_quest_slowpoke_catch_b": "Attrape {{amount_0}} Ramoloss ou Ramoloss de Galar", - "quest_title_quest_slowpoke_evolve_b": "Fais évoluer {{amount_0}} Ramoloss ou Ramoloss de Galar", - "quest_title_quest_slowpoke_snapshot_b": "Prends une photo de {{amount_0}} Ramoloss ou Ramoloss de Galar", - "quest_title_quest_snapshot_ar_photo_safari": "Prends une photo de ton copain à la tente Pokémon GO", - "quest_title_quest_snapshot_bali": "Prends une photo à Bali", - "quest_title_quest_snapshot_buddy": "Prends une photo avec ton copain.", - "quest_title_quest_snapshot_bulbasaur": "Prends une photo d’un Bulbizarre", - "quest_title_quest_snapshot_charmander": "Prends une photo d’un Salamèche", - "quest_title_quest_snapshot_chikorita": "Prends une photo de ton Germignon", - "quest_title_quest_snapshot_cyndaquil": "Prends une photo de ton Héricendre", - "quest_title_quest_snapshot_genesect": "Prends {{amount_0}} photos de Genesect", - "quest_title_quest_snapshot_hariyama": "Prends une photo de ton Hariyama", - "quest_title_quest_snapshot_hoopa_singular": "Prends une photo de Hoopa", - "quest_title_quest_snapshot_jeju": "Prends une photo sur l’île de Jeju", - "quest_title_quest_snapshot_keldeo": "Prends {{amount_0}} photos de Keldeo", - "quest_title_quest_snapshot_landorus": "Prends une photo de Démétéros", - "quest_title_quest_snapshot_machamp": "Prends une photo de ton Mackogneur", - "quest_title_quest_snapshot_okinawa": "Prends une photo à Okinawa.", - "quest_title_quest_snapshot_poison_grass_singular": "Prends une photo d’un Pokémon sauvage de type Poison", - "quest_title_quest_snapshot_regi_ice": "Prends une photo de Regice", - "quest_title_quest_snapshot_regi_rock": "Prends une photo de Regirock", - "quest_title_quest_snapshot_regi_steel": "Prends une photo de Registeel", - "quest_title_quest_snapshot_scrafty": "Prends une photo de ton Baggaïd", - "quest_title_quest_snapshot_singular": "Prendre une photo", - "quest_title_quest_snapshot_storage_bug_unique_plural": "Prends des photos de {{amount_0}} Pokémon différents de type Insecte que tu as attrapés.", - "quest_title_quest_snapshot_storage_steel_unique_plural": "Prends des photos de {{amount_0}} Pokémon différents de type Acier que tu as attrapés.", - "quest_title_quest_snapshot_storage_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents", - "quest_title_quest_snapshot_surabaya": "Prends une photo à Surabaya", - "quest_title_quest_snapshot_thundurus": "Prends une photo de Fulguris", - "quest_title_quest_snapshot_tornadus": "Prends une photo de Boréas", - "quest_title_quest_snapshot_totodile": "Prends une photo de ton Kaiminus", - "quest_title_quest_snapshot_unique_fire_pokemon": "Prends des photos de {{amount_0}} Pokémon différents de type Feu", - "quest_title_quest_snapshot_unique_pokemon": "Prends des photos de {{amount_0}} Pokémon différents", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Prends une photo d’un Lixy, Zébibron ou Couafarel dans la nature", - "quest_title_quest_snapshot_wild_bug_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Insecte", - "quest_title_quest_snapshot_wild_bug_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Insecte.", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Prends une photo d’un Papilusion, Lixy ou Zébibron dans la nature", - "quest_title_quest_snapshot_wild_dark_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Ténèbres", - "quest_title_quest_snapshot_wild_dark_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Ténèbres", - "quest_title_quest_snapshot_wild_dragon_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Dragon", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Dragon", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Prends une photo d’un Loupio, Écayon ou Couaneton dans la nature", - "quest_title_quest_snapshot_wild_eevee": "Prends une photo d’un Évoli dans la nature", - "quest_title_quest_snapshot_wild_electric_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Électrik", - "quest_title_quest_snapshot_wild_electric_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Électrik", - "quest_title_quest_snapshot_wild_entei": "Prends une photo d’un Entei dans la nature", - "quest_title_quest_snapshot_wild_fairy_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Fée", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Fée", - "quest_title_quest_snapshot_wild_fighting_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Combat", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Combat", - "quest_title_quest_snapshot_wild_fire_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Feu", - "quest_title_quest_snapshot_wild_fire_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Feu", - "quest_title_quest_snapshot_wild_flying_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Vol", - "quest_title_quest_snapshot_wild_flying_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Vol", - "quest_title_quest_snapshot_wild_frillish_absol": "Prends une photo d’un Absol ou Viskuse dans la nature", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Prends une photo d’un Sabelette, Racaillou ou Cacnea dans la nature", - "quest_title_quest_snapshot_wild_ghost_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Spectre", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Spectre", - "quest_title_quest_snapshot_wild_grass_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Plante", - "quest_title_quest_snapshot_wild_grass_singular": "Prends une photo d’un Pokémon sauvage de type Plante", - "quest_title_quest_snapshot_wild_grass_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Plante", - "quest_title_quest_snapshot_wild_ground_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Sol", - "quest_title_quest_snapshot_wild_ground_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Sol", - "quest_title_quest_snapshot_wild_hoothoot": "Prends une photo d’un Hoothoot dans la nature", - "quest_title_quest_snapshot_wild_ice_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Glace", - "quest_title_quest_snapshot_wild_ice_singular": "Prends une photo d’un Pokémon sauvage de type Glace", - "quest_title_quest_snapshot_wild_ice_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Glace", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Prends une photo d’un Chrysacier, Capumain ou Nénupiot dans la nature", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Prends une photo d’un Loupio, Lovdisc ou Écayon dans la nature", - "quest_title_quest_snapshot_wild_mareanie_singluar": "Prends une photo d’un Vorastérie dans la nature.", - "quest_title_quest_snapshot_wild_normal_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Normal", - "quest_title_quest_snapshot_wild_normal_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Normal", - "quest_title_quest_snapshot_wild_plural": "Prends {{amount_0}} photos de Pokémon sauvages", - "quest_title_quest_snapshot_wild_poison_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Poison", - "quest_title_quest_snapshot_wild_poison_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Poison", - "quest_title_quest_snapshot_wild_psychic_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Psy", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Psy", - "quest_title_quest_snapshot_wild_raikou": "Prends une photo d’un Raikou dans la nature", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Prends des clichés de {{amount_0}} Pokémon sauvages différents de type Sol, Roche ou Fée", - "quest_title_quest_snapshot_wild_rock_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Roche", - "quest_title_quest_snapshot_wild_rock_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Roche", - "quest_title_quest_snapshot_wild_singular": "Prends une photo d’un Pokémon sauvage", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Prends une photo d’un Dodrio, Démanta ou Airmure dans la nature", - "quest_title_quest_snapshot_wild_skitty_kirlia": "Prends une photo d’un Kirlia ou Skitty dans la nature", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Prends une photo d’un Farfuret, Cradopaud ou Viskuse dans la nature", - "quest_title_quest_snapshot_wild_steel_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Acier", - "quest_title_quest_snapshot_wild_steel_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Acier.", - "quest_title_quest_snapshot_wild_suicune": "Prends une photo d’un Suicune dans la nature", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Prends une photo d’un Sabelette, Kraknoix ou Cacnea dans la nature", - "quest_title_quest_snapshot_wild_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Feu, Eau ou Plante", - "quest_title_quest_snapshot_wild_water_plural": "Prends {{amount_0}} photos de Pokémon sauvages de type Eau", - "quest_title_quest_snapshot_wild_water_singular": "Prends une photo de Pokémon sauvages de type Eau", - "quest_title_quest_snapshot_wild_water_unique_plural": "Prends des photos de {{amount_0}} Pokémon sauvages différents de type Eau", - "quest_title_quest_snapshot_yogyakarta": "Prends une photo à Yogyakarta", - "quest_title_quest_snapshots_inarow_plural": "Prends une photo d’un Pokémon {{amount_0}} jours d’affilée", - "quest_title_quest_snapshots_plural": "Prends {{amount_0}} photos", - "quest_title_quest_snapshots_your_plural": "Prends {{amount_0}} photos de tes Pokémon", - "quest_title_quest_snapshots_your_singular": "Prends une photo de l’un de tes Pokémon", - "quest_title_quest_snivt_catch_b": "Attrape {{amount_0}} Vipélierre", - "quest_title_quest_snivt_evolve_b": "Fais évoluer {{amount_0}} Vipélierre", - "quest_title_quest_snivt_evolve_s1": "Fais évoluer {{amount_0}} Lianaja", - "quest_title_quest_sobble_evolve": "Fais évoluer un Larméléon", - "quest_title_quest_sphet_catch_b": "Attrape {{amount_0}} Obalie", - "quest_title_quest_sphet_evolve_b": "Fais évoluer {{amount_0}} Obalie", - "quest_title_quest_sphet_evolve_s1": "Fais évoluer {{amount_0}} Phogleur", - "quest_title_quest_spin_151": "Fais tourner 151 PokéStops ou Arènes", - "quest_title_quest_spin_daysinarow": "Visite des PokéStops {{amount_0}} jours d’affilée", - "quest_title_quest_spin_go_tour_habitat_01": "Fais tourner {{amount_0}} PokéStops ou Arènes dans l’habitat Métropole côtière", - "quest_title_quest_spin_go_tour_habitat_02": "Fais tourner {{amount_0}} PokéStops ou Arènes dans l’habitat Ruines labyrinthiques", - "quest_title_quest_spin_go_tour_habitat_03": "Fais tourner {{amount_0}} PokéStops ou Arènes dans l’habitat Bourbier bouillonnant", - "quest_title_quest_spin_go_tour_habitat_04": "Fais tourner {{amount_0}} PokéStops ou Arènes dans l’habitat Sources chaudes de montagne", - "quest_title_quest_spin_go_tour_spiritomb_plural": "Fais tourner {{amount_0}} PokéStops Spiritomb différents", - "quest_title_quest_spin_go_tour_spiritomb_singular": "Fais tourner un PokéStop Spiritomb", - "quest_title_quest_spin_mexico_plural": "Fais tourner {{amount_0}} PokéStops au Mexique", - "quest_title_quest_spin_mexico_singular": "Fais tourner un PokéStop au Mexique", - "quest_title_quest_spin_pokestop_days": "Visite des PokéStops pendant {{amount_0}} jours différents", - "quest_title_quest_spin_ultra_wormhole_gym": "Fais tourner l’Arène marquée « Ultra-Brèche »", - "quest_title_quest_spin_wcs_2024": "Fais tourner 10 PokéStops ou Arènes au Hawai‘i Convention Center", - "quest_title_quest_sprigatito_evolve_b": "Fais évoluer un Poussacha", - "quest_title_quest_squirtle_catch_b": "Attrape {{amount_0}} Carapuce", - "quest_title_quest_squirtle_evolve_b": "Fais évoluer {{amount_0}} Carapuce", - "quest_title_quest_squirtle_snapshot_b": "Prends {{amount_0}} photos de Carapuce", - "quest_title_quest_st_catch_s": "Attrape 15 Grainipiot", - "quest_title_quest_st_evolve_n": "Fais évoluer un Pifeuil", - "quest_title_quest_st_evolve_s": "Fais évoluer 3 Grainipiot", - "quest_title_quest_stardust_plural": "Gagne {{amount_0}} Poussières Étoiles", - "quest_title_quest_starly_catch_b": "Attrape {{amount_0}} Étourmi", - "quest_title_quest_starly_evolve_b": "Fais évoluer {{amount_0}} Étourmi", - "quest_title_quest_starly_snapshot_b": "Prends {{amount_0}} photos d’Étourmi", - "quest_title_quest_start_battle": "COMMENCER LE COMBAT !", - "quest_title_quest_steenee_evolve_b_plural": "Fais évoluer {{amount_0}} Candine", - "quest_title_quest_steenee_evolve_b_singular": "Fais évoluer un Candine", - "quest_title_quest_streak_format": "Série de {{amount_0}} jour(s)", - "quest_title_quest_stuff_catch_b": "Attrape {{amount_0}} Nounourson", - "quest_title_quest_stuff_evolve_b": "Fais évoluer {{amount_0}} Nounourson", - "quest_title_quest_stuff_snapshot_b": "Prends {{amount_0}} photos d’un Nounourson dans la nature", - "quest_title_quest_supereffective_charge_party_plural": "Utilise {{amount_0}} Attaques Chargées super efficaces en équipe", - "quest_title_quest_supereffective_charge_party_singular": "Utilise une Attaque Chargée super efficace en équipe", - "quest_title_quest_supereffective_charge_plural": "Utilise {{amount_0}} Attaques Chargées super efficaces", - "quest_title_quest_supereffective_charge_singular": "Utilise une Attaque Chargée super efficace", - "quest_title_quest_surskit_catch": "Attrape {{amount_0}} Arakdo", - "quest_title_quest_swabt_catch_b": "Attrape {{amount_0}} Tylton", - "quest_title_quest_swabt_evolve_b": "Fais évoluer {{amount_0}} Tylton", - "quest_title_quest_swinub_cdc_evolve_b": "Fais évoluer {{amount_0}} Marcacrin", - "quest_title_quest_swinub_cdc_snapshot_b": "Prends en photo {{amount_0}} Marcacrin", - "quest_title_quest_teddiursa_catch_b": "Attrape {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_evolve_b": "Fais évoluer {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_snapshot_b": "Prends en photo {{amount_0}} Teddiursa", - "quest_title_quest_template.display.branches#0.button_text_key": "Raids, Sbires et Arènes !", - "quest_title_quest_template.display.branches#0.description_key": "Si tu choisis cette voie, tu pourras réaliser des tâches en rapport avec les combats d’Arènes, les Raids, et les membres de la Team GO Rocket, et tu gagneras des récompenses comme une rencontre avec Dracaufeu et plus !", - "quest_title_quest_template.display.branches#1.button_text_key": "Ligue Combat GO !", - "quest_title_quest_template.display.branches#1.description_key": "Si tu choisis cette voie, tu pourras réaliser des tâches en rapport avec les combats contre d’autres Dresseurs ou Dresseuses, et tu gagneras des récompenses comme une rencontre avec Dracaufeu et plus !", - "quest_title_quest_tepit_catch_b": "Attrape {{amount_0}} Gruikui", - "quest_title_quest_tepit_evolve_b": "Fais évoluer {{amount_0}} Gruikui", - "quest_title_quest_tepit_evolve_s1": "Fais évoluer {{amount_0}} Grotichon", - "quest_title_quest_thwackey_evolve": "Fais évoluer un Badabouin", - "quest_title_quest_timburr_catch_b": "Attrape {{amount_0}} Charpenti", - "quest_title_quest_timburr_evolve_b": "Fais évoluer {{amount_0}} Charpenti", - "quest_title_quest_timburr_snapshot_b": "Prends en photo {{amount_0}} Charpenti", - "quest_title_quest_time_remaining_day_plural": "Plus que {{amount_0}} jours pour compléter cette Étude spéciale.", - "quest_title_quest_time_remaining_day_singular": "Plus que {{amount_0}} jour pour compléter cette Étude spéciale.", - "quest_title_quest_togetic_catch_b": "Attrape {{amount_0}} Togetic", - "quest_title_quest_togetic_evolve_b": "Fais évoluer {{amount_0}} Togetic", - "quest_title_quest_togetic_snapshot_b": "Prends en photo {{amount_0}} Togetic", - "quest_title_quest_torracat_evolve_b_plural": "Fais évoluer {{amount_0}} Matoufeu", - "quest_title_quest_torracat_evolve_b_singular": "Fais évoluer un Matoufeu", - "quest_title_quest_trade_50km_plural": "Fais {{amount_0}} échanges avec des Pokémon attrapés à au moins 50 km l’un de l’autre", - "quest_title_quest_trade_100km_plural": "Fais {{amount_0}} échanges avec des Pokémon attrapés à au moins 100 km l’un de l’autre", - "quest_title_quest_trade_200km_plural": "Fais {{amount_0}} échanges avec des Pokémon attrapés à au moins 200 km l’un de l’autre", - "quest_title_quest_trade_300km_plural": "Fais {{amount_0}} échanges avec des Pokémon attrapés à au moins 300 km l’un de l’autre", - "quest_title_quest_trade_400km_plural": "Fais {{amount_0}} échanges avec des Pokémon attrapés à au moins 400 km l’un de l’autre", - "quest_title_quest_trade_500km_plural": "Fais {{amount_0}} échanges avec des Pokémon attrapés à au moins 500 km l’un de l’autre", - "quest_title_quest_trade_500km_singular": "Fais un échange avec des Pokémon attrapés à au moins 500 km l’un de l’autre", - "quest_title_quest_trade_pikachu_plural": "Échange {{amount_0}} Pikachu.", - "quest_title_quest_trade_plural": "Échange {{amount_0}} fois des Pokémon", - "quest_title_quest_trade_singular": "Échange un Pokémon", - "quest_title_quest_transfer_pidgey_plural": "Transfère {{amount_0}} Roucool", - "quest_title_quest_transfer_pokemon_plural": "Transfère {{amount_0}} Pokémon", - "quest_title_quest_transfer_pokemon_singular": "Transfère un Pokémon", - "quest_title_quest_transfer_rock_or_poison_plural": "Transfère {{amount_0}} Pokémon de type Roche ou Poison", - "quest_title_quest_transfer_rock_poison": "Transfère {{amount_0}} Pokémon de type Roche ou Poison", - "quest_title_quest_transfer_type_bug_plural": "Transfère {{amount_0}} Pokémon de type Insecte", - "quest_title_quest_transfer_type_dark_plural": "Transfère {{amount_0}} Pokémon de type Ténèbres", - "quest_title_quest_transfer_type_dragon_plural": "Transfère {{amount_0}} Pokémon de type Dragon", - "quest_title_quest_transfer_type_electric_plural": "Transfère {{amount_0}} Pokémon de type Électrik", - "quest_title_quest_transfer_type_fairy_plural": "Transfère {{amount_0}} Pokémon de type Fée", - "quest_title_quest_transfer_type_fighting_plural": "Transfère {{amount_0}} Pokémon de type Combat", - "quest_title_quest_transfer_type_fire_plural": "Transfère {{amount_0}} Pokémon de type Feu", - "quest_title_quest_transfer_type_flying_plural": "Transfère {{amount_0}} Pokémon de type Vol", - "quest_title_quest_transfer_type_ghost_plural": "Transfère {{amount_0}} Pokémon de type Spectre", - "quest_title_quest_transfer_type_grass_plural": "Transfère {{amount_0}} Pokémon de type Plante", - "quest_title_quest_transfer_type_ground_plural": "Transfère {{amount_0}} Pokémon de type Sol", - "quest_title_quest_transfer_type_ice_plural": "Transfère {{amount_0}} Pokémon de type Glace", - "quest_title_quest_transfer_type_normal_plural": "Transfère {{amount_0}} Pokémon de type Normal", - "quest_title_quest_transfer_type_poison_plural": "Transfère {{amount_0}} Pokémon de type Poison", - "quest_title_quest_transfer_type_psychic_plural": "Transfère {{amount_0}} Pokémon de type Psy", - "quest_title_quest_transfer_type_rock_plural": "Transfère {{amount_0}} Pokémon de type Roche", - "quest_title_quest_transfer_type_steel_plural": "Transfère {{amount_0}} Pokémon de type Acier", - "quest_title_quest_transfer_type_water_plural": "Transfère {{amount_0}} Pokémon de type Eau", - "quest_title_quest_travel_routes_km_plural": "Marche {{amount_0}} km en parcourant des Routes", - "quest_title_quest_travel_routes_meters_plural": "Marche {{amount_0}} m en parcourant des Routes", - "quest_title_quest_tynamo_catch_b": "Attrape {{amount_0}} Anchwatt", - "quest_title_quest_tynamo_evolve_b_plural": "Fais évoluer {{amount_0}} Anchwatt", - "quest_title_quest_tynamo_evolve_b_singular": "Fais évoluer un Anchwatt", - "quest_title_quest_under_investigation": "Le Professeur Willow est en cours d’investigation sur cette étude. Reviens vite pour d’autres nouvelles !", - "quest_title_quest_urd22_june_battle_gym": "Journée Étude : combats dans une Arène", - "quest_title_quest_urd22_june_battle_raid": "Journée Étude : combats dans un Raid", - "quest_title_quest_urd22_june_beries": "Journée Étude : utilise {{amount_0}} Baies pour attraper des Pokémon", - "quest_title_quest_urd22_june_catch_rock": "Journée Étude : attrape {{amount_0}} Pokémon de type Roche", - "quest_title_quest_urd22_june_catch_weather": "Journée Étude : attrape {{amount_0}} Pokémon boostés par la météo", - "quest_title_quest_urd22_june_curveball": "Journée Étude : fais {{amount_0}} lancers à effet", - "quest_title_quest_urd22_june_curveball_row": "Journée Étude : fais {{amount_0}} Superbes lancers à effet à la suite", - "quest_title_quest_urd22_june_evolve_rock": "Journée Étude : fais évoluer {{amount_0}} Pokémon de type Roche", - "quest_title_quest_urd22_june_gift_sticker": "Journée Étude : envoie {{amount_0}} Cadeaux avec des stickers", - "quest_title_quest_urd22_june_great": "Journée Étude : fais {{amount_0}} Superbes lancers", - "quest_title_quest_urd22_june_great_row": "Journée Étude : fais {{amount_0}} Superbes lancers à la suite", - "quest_title_quest_urd22_june_nice": "Journée Étude : fais {{amount_0}} Jolis lancers", - "quest_title_quest_urd22_june_nice_row": "Journée Étude : fais {{amount_0}} Jolis lancers à la suite", - "quest_title_quest_urd22_june_powerup": "Journée Étude : recharge un Pokémon {{amount_0}} fois", - "quest_title_quest_urd22_june_snap_rock": "Journée Étude : prends une photo d’un Pokémon sauvage de type Roche", - "quest_title_quest_urd22_june_spin_stops": "Journée Étude : fais tourner {{amount_0}} PokéStops", - "quest_title_quest_urd22_june_supereffective": "Journée Étude : utilise une Attaque Chargée super efficace", - "quest_title_quest_ursaring_evolve_b": "Fais évoluer {{amount_0}} Ursaring", - "quest_title_quest_use_any_potion": "Utilise une Potion sur un Pokémon", - "quest_title_quest_use_charged_move_singular": "Utilise une Attaque Chargée super efficace", - "quest_title_quest_use_charged_tm": "Utilise une CT Attaque Chargée", - "quest_title_quest_use_dai_plural": "Utilise {{amount_0}} Encens d’aventure quotidienne", - "quest_title_quest_use_dai_singular": "Utilise un Encens d’aventure quotidienne", - "quest_title_quest_use_fast_tm": "Utilise une CT Attaque Immédiate", - "quest_title_quest_use_hyper_potion": "Utilise une Hyper Potion sur un Pokémon", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "Utilise {{amount_0}} Modules Leurre en suivant des Routes", - "quest_title_quest_use_lure_singular": "Utilise un Module Leurre en suivant une Route", - "quest_title_quest_use_max_potion": "Utilise une Potion Max sur un Pokémon", - "quest_title_quest_use_poffin": "Utilise un Poffin", - "quest_title_quest_use_rare_candy_plural": "Utilise {{amount_0}} Super Bonbons", - "quest_title_quest_use_rare_candy_singular": "Utilise un Super Bonbon", - "quest_title_quest_use_standard_charged_tm": "Utilise une CT Attaque Chargée", - "quest_title_quest_use_standard_fast_tm": "Utilise une CT Attaque Immédiate", - "quest_title_quest_use_super_potion": "Utilise une Super Potion sur un Pokémon", - "quest_title_quest_uxie_wild_snap": "Prends une photo de Créhelf dans la nature", - "quest_title_quest_val19_catch_specific_plural": "Saint-Valentin : attrape {{amount_0}} Lovdisc", - "quest_title_quest_val19_catch_specific_singular": "Saint-Valentin : attrape un Leveinard", - "quest_title_quest_visit_different_pokestops": "Fais tourner {{amount_0}} PokéStops différents", - "quest_title_quest_visit_pokestop_new_plural": "Fais tourner {{amount_0}} nouveaux PokéStops", - "quest_title_quest_visit_pokestop_new_singular": "Fais tourner un nouveau PokéStop", - "quest_title_quest_visit_pokestops_party_plural": "Fais tourner {{amount_0}} PokéStops ou Arènes en équipe", - "quest_title_quest_visit_pokestops_plural": "Fais tourner {{amount_0}} PokéStops ou Arènes", - "quest_title_quest_visit_pokestops_singular": "Fais tourner un PokéStop ou Arène", - "quest_title_quest_visit_unique_pokestops_plural": "Fais tourner {{amount_0}} Arènes ou PokéStops différents", - "quest_title_quest_wailmer_catch_b": "Attrape {{amount_0}} Wailmer", - "quest_title_quest_waina_catch_great_ultra_plural": "Attrape {{amount_0}} Pokémon avec des Super Balls ou Hyper Balls en utilisant un Pokémon GO Plus + ", - "quest_title_quest_waina_catch_plural": "Attrape {{amount_0}} Pokémon avec des Poké Balls en utilisant un Pokémon GO Plus + ", - "quest_title_quest_waina_sleep_days": "Effectue le suivi de ton sommeil en utilisant un Pokémon GO Plus + pendant {{amount_0}} jours", - "quest_title_quest_waina_sleep_days_singular": "Effectue le suivi de ton sommeil en utilisant un Pokémon GO Plus + pendant un jour", - "quest_title_quest_waina_spin_pokestop_plural": "Fais tourner {{amount_0}} PokéStops en utilisant un Pokémon GO Plus + ", - "quest_title_quest_walk_25km_inaweek_plural": "Marche 25 km par semaine {{amount_0}} fois en utilisant le Suivi d’exploration", - "quest_title_quest_walk_buddy_plural": "Gagne {{amount_0}} Bonbons en marchant avec ton copain", - "quest_title_quest_walk_buddy_singular": "Gagne un Bonbon en marchant avec ton copain", - "quest_title_quest_walk_eevee_for_evo": "Marche 10 km avec Évoli comme copain", - "quest_title_quest_walk_hgrowlithe_header_0": "Une aventure qui a du chien", - "quest_title_quest_walk_km": "Parcours {{amount_0}} km", - "quest_title_quest_walk_km_plural": "Parcours {{amount_0}} km", - "quest_title_quest_walk_routes_plural": "Marche {{amount_0}} km en suivant des Routes", - "quest_title_quest_walk_routes_singular": "Marche {{amount_0}} km en suivant des Routes", - "quest_title_quest_walk_steps": "Fais {{amount_0}} pas", - "quest_title_quest_wartortle_evolve_b": "Fais évoluer {{amount_0}} Carabaffe", - "quest_title_quest_waterfestival_catch_feed_plural": "Festival Aquatique : utilise {{amount_0}} Baies pour attraper des Pokémon", - "quest_title_quest_waterfestival_catch_pokemon_plural": "Festival Aquatique : attrape {{amount_0}} Pokémon", - "quest_title_quest_waterfestival_catch_special9_plural": "Festival Aquatique : attrape {{amount_0}} Magicarpe ou Wailmer", - "quest_title_quest_waterfestival_catch_type_water_plural": "Festival Aquatique : attrape {{amount_0}} Pokémon de type Eau", - "quest_title_quest_waterfestival_evolve_plural": "Festival Aquatique : fais évoluer {{amount_0}} Kokiyas", - "quest_title_quest_waterfestival_evolve_type_water_plural": "Festival Aquatique : fais évoluer {{amount_0}} Pokémon de type Eau", - "quest_title_quest_waterfestival_hatch_egg_singular": "Festival Aquatique : fais éclore un Œuf", - "quest_title_quest_waterfestival_land_great_plural": "Festival Aquatique : fais {{amount_0}} Superbes lancers", - "quest_title_quest_waterfestival_land_nice_plural": "Festival Aquatique : fais {{amount_0}} Jolis lancers", - "quest_title_quest_waterfestival_win_raid_singular": "Festival Aquatique : remporte un Raid", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Bonus Wayfarer : attrape {{amount_0}} Pokémon", - "quest_title_quest_wcs_2024_catch_psychic_electric": "Attrape {{amount_0}} Pokémon de type Électrik ou Psy", - "quest_title_quest_wcs_2024_snapshot_fairy": "Prends {{amount_0}} photos de Pokémon sauvages différents de type Fée", - "quest_title_quest_wcs_2024_spin_00": "Fais tourner le PokéStop dans la Zone Pokémon GO", - "quest_title_quest_wcs_2024_spin_01": "Fais tourner le PokéStop au Play Lab", - "quest_title_quest_wcs_2024_spin_02": "Fais tourner le PokéStop dans le Collect & Trade Corner", - "quest_title_quest_weepinbell_evolve_b_plural": "Fais évoluer {{amount_0}} Boustiflor", - "quest_title_quest_weepinbell_evolve_b_singular": "Fais évoluer un Boustiflor", - "quest_title_quest_wimpod_catch_b": "Attrape {{amount_0}} Sovkipou", - "quest_title_quest_win_gym_plural": "Gagne {{amount_0}} combats d’Arènes", - "quest_title_quest_win_gym_singular": "Gagne un combat d’Arène", - "quest_title_quest_win_raid_2_singular": "Gagne un Raid de niveau 2 ou plus", - "quest_title_quest_win_raid_3_plural": "Gagne {{amount_0}} Raids de niveau 3 ou plus", - "quest_title_quest_win_raid_3_singular": "Gagne un Raid de niveau 3 ou plus", - "quest_title_quest_win_raid_buddy_plural": "Remporte {{amount_0}} Raids avec ton Copain Pokémon", - "quest_title_quest_win_raid_buddy_singular": "Gagne un Raid avec ton copain", - "quest_title_quest_win_raid_lvl1_higher_singular": "Gagne un Raid de niveau 1 ou plus", - "quest_title_quest_win_raid_lvl1_singular": "Gagne un Raid de niveau 1.", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Gagne {{amount_0}} Raids avec uniquement des Pokémon de 1 500 PC ou moins", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Gagne un Raid avec uniquement des Pokémon de 1 500 PC ou moins", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Remporte {{amount_0}} Raids de niveau 3 avec des Pokémon de 1 500 PC ou moins", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Remporte un Raid de niveau 3 avec des Pokémon de 1 500 PC ou moins", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Remporte {{amount_0}} Raids de niveau 3 en utlisant uniquement des Pokémon de 2 500 PC ou moins", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Remporte un Raid de niveau 3 en utilisant uniquement des Pokémon de 2 500 PC ou moins", - "quest_title_quest_win_raid_party_plural": "Gagne {{amount_0}} Raids en équipe", - "quest_title_quest_win_raid_party_singular": "Gagne un Raid en équipe", - "quest_title_quest_win_raid_plural": "Gagne {{amount_0}} Raids", - "quest_title_quest_win_raid_singular": "Gagne un Raid", - "quest_title_quest_win_raid_unique_plural": "Gagne {{amount_0}} Raids avec des Pokémon appartenant tous à une espèce différente", - "quest_title_quest_win_raid_unique_singular": "Gagne un Raid avec des Pokémon appartenant tous à une espèce différente", - "quest_title_quest_win_raid_with_friend_plural": "Remporte {{amount_0}} Raids avec un ami", - "quest_title_quest_win_raid_with_friend_singular": "Remporte un Raid avec un ami", - "quest_title_quest_win_raids_unique_1500_plural": "Gagne {{amount_0}} Raids avec une équipe de Pokémon différents de 1500 PC max", - "quest_title_quest_win_raids_unique_plural": "Remporte {{amount_0}} Raids avec une équipe de Pokémon différents", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "Remporte {{amount_0}} combats contre un chef de la Team GO Rocket en utilisant uniquement des Pokémon de 1 500 PC ou moins", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "Remporte un combat contre un chef de la Team GO Rocket en utilisant uniquement des Pokémon de 1 500 PC ou moins", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "Remporte {{amount_0}} combats contre un chef de la Team GO Rocket en utilisant uniquement des Pokémon de 2 500 PC ou moins", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "Remporte {{amount_0}} combats contre un chef de la Team GO Rocket en utilisant uniquement des Pokémon de 3 000 PC ou moins", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "Remporte {{amount_0}} combats contre un chef de la Team GO Rocket en utilisant uniquement des Pokémon de 3 500 PC ou moins", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "Remporte {{amount_0}} combats contre un chef de la Team GO Rocket en utilisant uniquement des Pokémon de 4 000 PC ou moins", - "quest_title_quest_wooper_catch_b": "Attrape {{amount_0}} Axoloto ou Axoloto de Paldea", - "quest_title_quest_wooper_evolve_b": "Fais évoluer {{amount_0}} Axoloto ou Axoloto de Paldea", - "quest_title_quest_wooper_snapshot_b": "Prends en photo {{amount_0}} Axoloto ou Axoloto de Paldea", - "quest_title_quest_wt_catch_weedle": "Attrape {{amount_0}} Aspicot", - "quest_title_quest_wt_evolve_kakuna": "Fais évoluer {{amount_0}} Coconfort", - "quest_title_quest_wt_evolve_weedle": "Fais évoluer {{amount_0}} Aspicot", - "quest_title_quest_xp_plural": "Gagne {{amount_0}} PX", - "quest_title_quest_zigzagoon_catch_b": "Attrape {{amount_0}} Zigzaton de Galar", - "quest_title_quest_zigzagoon_evolve_b": "Fais évoluer {{amount_0}} Zigzaton de Galar", - "quest_title_quest_zigzagoon_snapshot_b": "Prends {{amount_0}} photos de Zigzaton de Galar", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "0 Pokémon attrapé", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "{{amount_0}} Pokémon attrapés", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 Pokémon attrapé", - "quest_title_score_1_10_11_12_singular": "A attrapé {{amount_0}} Pokémon de type Feu, Eau ou Plante", - "quest_title_score_1_10_singular": "A attrapé {{amount_0}} Pokémon de type Feu", - "quest_title_score_1_11_singular": "A attrapé {{amount_0}} Pokémon de type Eau", - "quest_title_score_1_12_singular": "A attrapé {{amount_0}} Pokémon de type Plante", - "quest_title_score_1_none": "0 Pokémon attrapé", - "quest_title_score_1_plural": "{{amount_0}} Pokémon attrapés", - "quest_title_score_1_singular": "1 Pokémon attrapé", - "quest_title_score_6_plural": "A gagné {{amount_0}} Raids", - "quest_title_score_6_singular": "A gagné 1 Raid", - "quest_title_score_8_10_none": "N’a fait aucun Joli lancer", - "quest_title_score_8_10_plural": "A fait {{amount_0}} Jolis lancers", - "quest_title_score_8_10_singular": "A fait 1 Joli lancer", - "quest_title_score_8_11_none": "N’a fait aucun Super lancer", - "quest_title_score_8_11_plural": "A fait {{amount_0}} Super lancers", - "quest_title_score_8_11_singular": "A fait 1 Super lancer", - "quest_title_score_8_12_none": "N’a fait aucun Excellent lancer", - "quest_title_score_8_12_plural": "A fait {{amount_0}} Excellents lancers", - "quest_title_score_8_12_singular": "A fait 1 Excellent lancer", - "quest_title_score_8_13_none": "N’a fait aucun lancer à effet", - "quest_title_score_8_13_plural": "A fait {{amount_0}} lancers à effet", - "quest_title_score_8_13_singular": "A fait 1 lancer à effet", - "quest_title_score_11_701_none": "N’a utilisé aucune Baie Framby", - "quest_title_score_11_701_plural": "A utilisé {{amount_0}} Baies Framby", - "quest_title_score_11_701_singular": "A utilisé 1 Baie Framby", - "quest_title_score_11_703_none": "N’a utilisé aucune Baie Nanab", - "quest_title_score_11_703_plural": "A utilisé {{amount_0}} Baies Nanab", - "quest_title_score_11_703_singular": "A utilisé 1 Baie Nanab", - "quest_title_score_11_705_none": "N’a utilisé aucune Baie Nanana", - "quest_title_score_11_705_plural": "A utilisé {{amount_0}} Baies Nanana", - "quest_title_score_11_705_singular": "A utilisé 1 Baie Nanana", - "quest_title_score_15_10_none": "N’a fait aucun Joli lancer à effet", - "quest_title_score_15_10_plural": "A fait {{amount_0}} Jolis lancers à effet", - "quest_title_score_15_10_singular": "A fait 1 Joli lancer à effet", - "quest_title_score_15_11_none": "N’a fait aucun Super lancer à effet", - "quest_title_score_15_11_plural": "A fait {{amount_0}} Super lancers à effet", - "quest_title_score_15_11_singular": "A fait 1 Super lancer à effet", - "quest_title_score_15_12_none": "N’a fait aucun Excellent lancer à effet", - "quest_title_score_15_12_plural": "A fait {{amount_0}} Excellents lancers à effet", - "quest_title_score_15_12_singular": "A fait 1 Excellent lancer à effet", - "quest_title_score_22_none": "N’a terminé aucun combat avec un capitaine d’équipe", - "quest_title_score_22_plural": "A terminé {{amount_0}} combats avec des capitaines d’équipe", - "quest_title_score_22_singular": "A terminé 1 combat avec un capitaine d’équipe", - "quest_title_score_23_none": "N’a terminé aucun combat de la Ligue Combat GO", - "quest_title_score_23_plural": "A terminé {{amount_0}} combats de la Ligue Combat GO", - "quest_title_score_23_singular": "A terminé 1 combat de la Ligue Combat GO", - "quest_title_score_battle_raid_none": "N’a combattu dans aucun Raid", - "quest_title_score_battle_raid_plural": "A combattu dans {{amount_0}} Raids", - "quest_title_score_battle_raid_singular": "A combattu dans 1 Raid", - "quest_title_score_catch_feed_none": "N’a utilisé aucune Baie", - "quest_title_score_catch_feed_plural": "A utilisé {{amount_0}} Baies", - "quest_title_score_catch_feed_singular": "A utilisé 1 Baie", - "quest_title_score_catch_pokemon": "{{amount_0}} Pokémon attrapés", - "quest_title_score_defeat_rocket_none": "0 membre de la Team GO Rocket vaincu", - "quest_title_score_defeat_rocket_plural": "{{amount_0}} membres de la Team GO Rocket vaincus", - "quest_title_score_defeat_rocket_singular": "1 membre de la Team GO Rocket vaincu", - "quest_title_score_field_research_none": "0 tâche d’Étude de terrain terminée", - "quest_title_score_field_research_plural": "{{amount_0}} tâches d’Études de terrain terminées", - "quest_title_score_field_research_singular": "1 tâche d’Étude de terrain terminée", - "quest_title_score_send_gift_none": "N’a envoyé aucun cadeau à ses amis", - "quest_title_score_send_gift_plural": "A envoyé {{amount_0}} cadeaux à ses amis", - "quest_title_score_send_gift_singular": "A envoyé 1 cadeau à ses amis", - "quest_title_score_spin_pokestop_none": "0 PokéStop visité", - "quest_title_score_spin_pokestop_plural": "{{amount_0}} PokéStops visités", - "quest_title_score_spin_pokestop_singular": "1 PokéStop visité", - "quest_win_raid_plural": "Gagne {{amount}} Raids", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "Raid Niveau 1", - "raid_1_plural": "Raids Niveau 1", - "raid_2": "Raid Niveau 2", - "raid_2_plural": "Raids Niveau 2", - "raid_3": "Raid Niveau 3", - "raid_3_plural": "Raids Niveau 3", - "raid_4": "Raid Niveau 4", - "raid_4_plural": "Raids Niveau 4", - "raid_5": "Raid Légendaire", - "raid_5_plural": "Raids Légendaires", - "raid_6": "Raid Méga", - "raid_6_plural": "Raids Méga", - "raid_7": "Raid Méga Légendaire", - "raid_7_plural": "Raids Méga Légendaires", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "Mieux l’après-midi", - "route_tag_architecture": "Architecture", - "route_tag_art": "Art", - "route_tag_beachy": "Plage", - "route_tag_bike_path": "Surface adaptée aux vélos", - "route_tag_biking": "Bien pour le vélo", - "route_tag_body_of_water": "Bord de l’eau", - "route_tag_buildings": "Nombreux bâtiments", - "route_tag_category_misc": "Divers", - "route_tag_category_nearby": "À proximité", - "route_tag_category_suitability": "Accessibilité", - "route_tag_category_terrain": "Terrain", - "route_tag_category_theme": "Thème", - "route_tag_city_life": "Vie urbaine", - "route_tag_culture": "Culture", - "route_tag_easy_going": "Détendu", - "route_tag_flat": "Terrain plat", - "route_tag_foliage": "Verdure abondante", - "route_tag_food": "Nourriture", - "route_tag_grassy": "Herbeux", - "route_tag_hilly": "Collines", - "route_tag_historic": "Historique", - "route_tag_intense": "Intense", - "route_tag_morning": "Mieux le matin", - "route_tag_muddy": "Boueux", - "route_tag_nature": "Nature", - "route_tag_night": "Mieux la nuit", - "route_tag_no_parking": "Pas de parking à proximité", - "route_tag_no_people": "Peu de monde", - "route_tag_open_space": "Nombreux espaces ouverts", - "route_tag_parking": "Parking à proximité", - "route_tag_parks_nearby": "Parcs à proximité", - "route_tag_partially_paved": "Surface partiellement pavée", - "route_tag_paved": "Surface pavée", - "route_tag_people": "Beaucoup de monde", - "route_tag_pets": "Animaux acceptés", - "route_tag_plenty_pokestops": "Nombreux PokéStops", - "route_tag_public_transport": "Proche des transports publics", - "route_tag_raid_friendly": "Nombreuses Arènes", - "route_tag_rainy_day": "Bien pour un jour de pluie", - "route_tag_rocky": "Rocheux", - "route_tag_running": "Bien pour la course à pied", - "route_tag_sandy": "Sableux", - "route_tag_seasonal": "Saisonnière", - "route_tag_sightseeing": "Tourisme", - "route_tag_stroller": "Accessible aux poussettes", - "route_tag_sunny_day": "Bien pour un jour ensoleillé", - "route_tag_tree_cover": "Couvert forestier", - "route_tag_unpaved": "Surface non pavée", - "route_tag_views": "Vues magnifiques", - "route_tag_walking": "Bien pour la marche", - "route_tag_wheelchair": "Accessible en fauteuil roulant", - "route_tag_wildlife": "Nombreux animaux sauvages", - "route_tag_woodsy": "Boisé", - "route_tags_label": "MOTS-CLÉS", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "Obscur", - "team_1": "Sagesse", - "team_2": "Bravoure", - "team_3": "Intuition", - "team_a_0": "Pas d’équipe", - "team_a_1": "Sagesse", - "team_a_2": "Bravoure", - "team_a_3": "Intuition", - "throw_type_9": "First", - "throw_type_10": "Joli", - "throw_type_11": "Super", - "throw_type_12": "Excellent", - "throw_type_13": "à effet", - "throw_type_67": "Master Ball", - "weather_0": "Conditions extrêmes", - "weather_1": "Temps clair", - "weather_2": "Pluvieux", - "weather_3": "Quelques nuages", - "weather_4": "Couvert", - "weather_5": "Vent", - "weather_6": "Neige", - "weather_7": "Brouillard", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁", - "%": "%", - "iconsDefault": "Défaut", - "Alola": "Alola", - "Galarian": "Galar", - "submissionCells_subtitle": "Affiche les informations utiles à la création de nouveaux Points d'Intérêts", - "contest_category_2": "Plus grande taille" -} diff --git a/client/public/locales/hi/translation.json b/client/public/locales/hi/translation.json deleted file mode 100644 index 550ddda57..000000000 --- a/client/public/locales/hi/translation.json +++ /dev/null @@ -1,6001 +0,0 @@ -{ - "login": "लॉगिन", - "click_once": "केवल 'प्राधिकृत करें' एक बार ही क्लिक करें", - "save": "सहेजें", - "reset": "रीसेट करें", - "close": "बंद करें", - "reset_filters": "फ़िल्टर रीसेट करें", - "pokemon_filters": "पोकेमोन फ़िल्टर सेटिंग्स", - "gyms_filters": "जिम फ़िल्टर सेटिंग्स", - "pokestops_filters": "पोकेस्टॉप फ़िल्टर सेटिंग्स", - "nests_filters": "नेस्ट फ़िल्टर सेटिंग्स", - "help": "मदद", - "apply_to_all": "सब पर लागू करें", - "disable_all": "सभी को अक्षम करें", - "enable_all": "सभी को सक्षम करें", - "enabled": "सक्षम किया गया", - "legacy": "लेगेसी", - "id": "आईडी", - "location": "स्थान", - "search_pokemon": "पोकेमोन खोजें", - "search_nests": "नेस्ट खोजें", - "search_gyms": "जिम खोजें", - "search_pokestops": "पोकेस्टॉप खोजें", - "search_raids": "रेड्स खोजें", - "search_eggs": "अंडे खोजें", - "search_quests": "क्वेस्ट्स खोजें", - "search_lures": "ल्यूर्स खोजें", - "search_invasions": "इनवेजन्स खोजें", - "sm": "छोटा", - "md": "मध्यम", - "lg": "बड़ा", - "xl": "बहुत बड़ा", - "min": "न्यूनतम", - "max": "अधिकतम", - "set_size": "आइकन साइज सेट करें", - "slot_selection": "स्लॉट चयन", - "generations": "पीढ़ियाँ", - "types": "प्रकार", - "forms": "फॉर्म", - "rarity": "वर्तमान दुर्लभता", - "others": "अन्य", - "categories": "श्रेणियाँ", - "rank": "रैंक", - "slider_iv": "IV रेंज", - "slider_great": "ग्रेट लीग", - "slider_ultra": "अल्ट्रा लीग", - "slider_little": "लिटिल कप", - "slider_atk_iv": "आक्रमण", - "slider_def_iv": "रक्षा", - "slider_sta_iv": "स्टैमिना", - "slider_level": "लेवल", - "slider_size": "आकार", - "abbreviation_level": "L", - "lvl": "Lvl", - "cap": "कैप", - "custom": "कस्टम", - "valid": "वैध", - "invalid": "अमान्य!", - "overwrites": "सभी फ़िल्टर्स को ओवरराइट करता है", - "valid_filter": "वैध स्टैट्स फ़िल्टर", - "invalid_filter": "एक वैध फ़िल्टर दर्ज करें", - "gyms": "जिम", - "nests": "नेस्ट", - "pokestops": "पोकेस्टॉप्स", - "pokemon": "पोकेमोन", - "wayfarer": "वेफेयरर", - "scan_areas": "स्कैन एरिया", - "s2cells": "S2 सेल्स", - "weather": "मौसम", - "admin": "एडमिन", - "settings": "सेटिंग्स", - "advanced": "उन्नत", - "tile_servers": "टाइल सर्वर", - "icons": "आइकन्स", - "navigation": "नेविगेशन", - "drawer": "ड्रॉअर", - "tile_servers_default": "डिफ़ॉल्ट", - "drawer_temporary": "अस्थायी", - "drawer_persistent": "स्थायी", - "locale_selection": "लोकेल चयन", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "आयात करें", - "export": "निर्यात करें", - "logout": "लॉगआउट", - "local_storage_cleared": "लोकल स्टोरेज साफ़ कर दिया गया है!", - "iv_or_filter": "IV OR फ़िल्टर", - "polygons": "बहुभुज", - "raids": "रेड्स", - "ex_eligible": "EX योग्य", - "in_battle": "बैटल में", - "all_pokestops": "सभी पोकेस्टॉप्स", - "lures": "ल्यूर्स", - "quests": "क्वेस्ट्स", - "invasions": "इनवेजन्स", - "portals": "पोर्टल्स", - "submission_cells": "सबमिशन सेल्स", - "spawnpoint": "स्पॉनपॉइंट", - "spawnpoints": "स्पॉनपॉइंट्स", - "s2_cell_level": "लेवल {{level}} S2 सेल", - "total_count": "कुल गणना", - "next_submission": "अगला सबमिशन!", - "never": "कभी नहीं", - "next_gym": "अगला जिम", - "scan_cells": "स्कैन सेल्स", - "devices": "उपकरण", - "use_my_location": "मेरा स्थान उपयोग करें", - "submit_feedback_title": "प्रतिक्रिया/बग रिपोर्ट सबमिट करें", - "use_the_link_below": "आप नीचे दिए गए लिंक का उपयोग करके प्रतिक्रिया या किसी भी बग को जो आपको आई है, सबमिट कर सकते हैं।", - "feedback_to_devs": "यह प्रतिक्रिया सीधे डेवलपर्स को भेजी जाती है।", - "feedback_form": "प्रतिक्रिया फॉर्म", - "unknown_pokestop": "अज्ञात पोकेस्टॉप नाम", - "unknown_gym": "अज्ञात जिम का नाम", - "exclude": "बाहर रखें", - "exclude_quest": "क्वेस्ट को बाहर रखें", - "exclude_invasion": "आक्रमण को बाहर रखें", - "exclude_team": "टीम को बाहर रखें", - "exclude_raid": "रेड को बाहर रखें", - "exclude_lure": "ल्योर को बाहर रखें", - "timer": "टाइमर", - "hide": "छिपाएं", - "tier": "टियर", - "slots": "स्लॉट्स", - "mega": "मेगा", - "form": "रूप", - "starts": "शुरू होता है", - "ends": "समाप्त होता है", - "defender": "रक्षक", - "best_buddy": "सबसे अच्छा दोस्त", - "cp": "सीपी", - "kilogram": "किलोग्राम", - "meter": "मीटर", - "total_cp": "कुल सीपी", - "first_seen": "पहली बार देखा गया", - "last_seen": "अंतिम बार देखा गया", - "last_modified": "अंतिम संशोधन", - "last_updated": "अंतिम अपडेट", - "imported": "आयातित", - "nest_estimated": "नेस्ट डेटा अनुमानित है!", - "verify_nests": "वर्तमान स्पॉन्स की जांच करके सत्यापित करें", - "nest_out_of_date": "नेस्ट संभवतः पुराना है!", - "nest_check_current": "इसके बजाय वर्तमान स्पॉन्स जांचें", - "spawns_per_hour": "प्रति घंटा", - "teams": "टीम्स", - "eggs": "अंडे", - "reverse": "उल्टा", - "selected": "चयनित", - "unselected": "अचयनित", - "only_available": "केवल उपलब्ध", - "common": "सामान्य", - "uncommon": "दुर्लभ", - "rare": "विरल", - "ultra_rare": "अत्यंत विरल", - "regional": "क्षेत्रीय", - "event": "इवेंट", - "legendary": "लजेंडर", - "mythical": "मथकल", - "ultra_beast": "अल्ट्रा बीस्ट", - "alt_forms": "वैकल्पिक रूप", - "alola": "अलोला", - "galarian": "गैलेरियन", - "showing": "दिखा रहा है", - "instance": "इंस्टेंस", - "online": "ऑनलाइन", - "offline": "ऑफलाइन", - "boosted_types": "बूस्टेड प्रकार", - "pokemon_options": "पोकेमॉन विकल्प", - "pokestops_options": "पोकेस्टॉप विकल्प", - "gyms_options": "जिम विकल्प", - "nests_options": "नेस्ट विकल्प", - "wayfarer_options": "वेफेयर विकल्प", - "admin_options": "एडमिन विकल्प", - "weather_options": "मौसम विकल्प", - "s2cells_options": "S2 सेल विकल्प", - "clustering": "क्लस्टरिंग", - "glow": "चमक", - "legacy_filter": "लीगेसी फिल्टर", - "raid_timers": "सभी रेड टाइमर", - "invasion_timers": "सभी आक्रमण टाइमर", - "lure_timers": "सभी ल्योर टाइमर", - "device_path_color": "डिवाइस पथ कलर", - "old_portals": "पुराने पोर्टल्स", - "new_portals": "नए पोर्टल्स", - "items": "वस्तुएँ", - "energy": "ऊर्जा", - "ar_eligible": "AR योग्य", - "iv_circles": "IV संकेतक", - "min_iv_circle": "न्यूनतम सर्कल IV", - "interaction_ranges": "इंटरेक्शन रेंज", - "cannot_connect": "\nइस समय सर्वर से कनेक्ट नहीं हो सकता।\nतुरंत फिर से प्रयास करने से अधिक समस्याएँ होंगी।\nकृपया कुछ मिनटों में पुनः प्रयास करें।\n\n- मैप एडमिन टीम", - "mad_quest_text": "मूल क्वेस्ट्स", - "xs": "XS", - "primary": "प्राथमिक", - "secondary": "द्वितीयक", - "zero_iv": "0% IV", - "hundo_iv": "100% IV", - "open_menu": "मेन्यू खोलें", - "zoom_in": "ज़ूम इन", - "zoom_out": "ज़ूम आउट", - "welcome": "आपका स्वागत है", - "back": "वापस", - "next": "अगला", - "finish": "समाप्त", - "start_tutorial": "ट्यूटोरियल शुरू करें", - "view_profile": "प्रोफ़ाइल देखें", - "login_optional": "लॉगिन (वैकल्पिक)", - "tutorial": "ट्यूटोरियल", - "tutorial_language": "अपनी भाषा चुनें", - "tutorial_welcome": "यह ट्यूटोरियल इंटरैक्टिव है और आपसे अनुरोध किया जाता है कि आप प्रदान किए गए सभी विकल्पों के साथ खेलें", - "tutorial_categories": "आपकी पहुँच में आने वाली श्रेणियाँ", - "tutorial_logged_in": "अपनी प्रोफ़ाइल देखकर आप अपनी अनुमतियों के बारे में विवरण देख सकते हैं।", - "tutorial_logged_out": "लॉगिन करके आप अपनी अनुमतियों के बारे में विवरण देख सकते हैं।", - "tutorial_sidebar_0": "आपके सभी फिल्टर्स और सेटिंग्स यहाँ रहते हैं", - "tutorial_sidebar_1": "प्रत्येक श्रेणी के लिए आप स्विच का उपयोग करके वांछित डेटा को टॉगल कर पाएंगे", - "tutorial_sidebar_2": "विकल्प: अधिक अनुकूलन\nउन्नत: हम इस ट्यूटोरियल में बाद में कवर करेंगे", - "tutorial_sliders_0": "फिल्टर्स समायोजित करने के लिए स्लाइडर का इस्तेमाल", - "tutorial_sliders_1": "पोकेमोन के बीच में:", - "tutorial_sliders_2": "- IVs {{iv0}}% से {{iv1}}%", - "tutorial_sliders_3": "स्तर {{level0}} से {{level1}} तक", - "tutorial_sliders_3alt": "- और है स्तर {{level0}} से {{level1}} तक", - "tutorial_sliders_4": "- ग्रेट लीग रैंक {{gl0}} से {{gl1}} तक", - "tutorial_sliders_4alt": "- या ग्रेट लीग रैंक {{gl0}} से {{gl1}} तक", - "tutorial_sliders_5": "- अल्ट्रा लीग रैंक {{ul0}} से {{ul1}} तक", - "tutorial_sliders_5alt": "- या अल्ट्रा लीग रैंक {{ul0}} से {{ul1}} तक", - "tutorial_sliders_6": "एक ही रंग के अन्य के साथ श्रृंखला बनाई गई है", - "tutorial_sliders_7": "अन्य स्लाइडर्स से पृथक फिल्टर करता है", - "tutorial_sliders_8": "एक 'पूर्ण' स्लाइडर का मतलब है कि यह निष्क्रिय है:", - "tutorial_sliders_9": "सभी स्पॉन, चाहे वे IV जाँचे गए हों या नहीं", - "tutorial_help": "इस मेन्यू के लिए शॉर्टकट", - "tutorial_adv_filter": "मोबाइल केवल, उन्नत मेनू के लिए फिल्टरिंग विकल्प खोलता है", - "tutorial_tune": "मेन्यू में वर्तमान में फिल्टर किए गए सभी पोकेमोन के लिए उन्नत फिल्टर सेट करता है", - "tutorial_format_size": "मेन्यू में वर्तमान में फिल्टर किए गए सभी आइटम्स का आइकन साइज सेट करता है", - "tutorial_check": "मेन्यू में वर्तमान में फिल्टर किए गए सभी आइटम्स को सक्षम करता है", - "tutorial_clear": "मेन्यू में वर्तमान में फिल्टर किए गए सभी आइटम्स को निष्क्रिय करता है", - "tutorial_save": "वर्तमान चयन को सहेजता है और बाहर निकलता है", - "tutorial_show_all_view": "पोकेस्टॉप्स और जिम्स को टॉगल करें", - "tutorial_show_pokemon_view": "पोकेमोन को टॉगल करें", - "tutorial_toggle": "चेक/X पर क्लिक करने से आइटम टॉगल होता है", - "tutorial_pokemon_caption": "इस आइकन का इस्तेमाल करके आप उस विशेष पोकेमोन के लिए फिल्टर सेट कर सकते हैं", - "tutorial_all_caption": "टीमों के लिए एक विशेष स्लॉट मेनू होता है\nअन्य सभी आइटम्स आपको आइकन साइज समायोजित करने देता है", - "tutorial_popup_0": "पॉपअप्स अब इंटरेक्टिव हैं!", - "tutorial_popup_1": "तीन बिंदु छिपाने, बहिष्कृत करने और टाइमर विकल्पों को टॉगल करते हैं", - "tutorial_popup_2": "नेविगेशन लिंक के दोनों ओर के आइकन्स अतिरिक्त जानकारी दिखाने के लिए विस्तारित होंगे, इसे आजमाकर देखें!", - "tutorial_popup_3": "प्रत्येक श्रेणी के लिए आइकन्स विविध होते हैं, सभी को ज़रूर जांचें", - "tutorial_closing_0": "अतिरिक्त जानकारी", - "tutorial_closing_1": "साइडबार में वैश्विक पोकेमोन स्लाइडर्स उन्नत मेनू से स्वतंत्र रूप से काम करते हैं और एक दूसरे पर कोई प्रभाव नहीं डालते", - "tutorial_closing_2": "साइडबार में सेटिंग्स अनुभाग को ज़रूर देखें", - "tutorial_closing_3": "प्रत्येक श्रेणी के लिए बहुत सारे सौंदर्य विकल्प उपलब्ध हैं, लेकिन ध्यान रखें कि आप अपने मानचित्र में जितना अधिक जोड़ेंगे, आपके मानचित्र के फ्रीज होने की संभावना उतनी ही अधिक होगी", - "tutorial_closing_4": "साइडबार में सेटिंग्स पैनल में इसे चुनकर आप इस ट्यूटोरियल को फिर से देख सकते हैं", - "tutorial_closing_5": "सुरक्षित रहें और शुभकामनाएँ!", - "intro": "परिचय", - "sidebar": "साइडबार", - "sliders": "स्लाइडर्स", - "popups": "पॉपअप्स", - "closing": "समापन", - "shortcuts": "शॉर्टकट्स", - "iv": "IV", - "area_restrictions": "क्षेत्र प्रतिबंध", - "map": "मानचित्र", - "stats": "आँकड़े", - "pvp": "PVP", - "area_restrictions_subtitle": "आपको इन क्षेत्रों तक पहुँच है", - "devices_subtitle": "सक्रिय डिवाइस स्थान और मार्ग दिखाता है", - "gyms_subtitle": "सभी सक्रिय जिम स्थान, सक्रिय टीम, और प्रत्येक जिम में कितने स्लॉट उपलब्ध हैं दिखाता है", - "invasions_subtitle": "टीम रॉकेट आक्रमण जानकारी दिखाता है, जिसमें युद्ध लाइनअप, समाप्ति समय, और संभावित पुरस्कार शामिल हैं", - "iv_subtitle": "IV% और चमक विकल्प दिखाता है", - "lures_subtitle": "लूर जानकारी दिखाता है, जिसमें लूर प्रकार और समाप्ति समय शामिल है", - "map_subtitle": "मानचित्र दिखाता है", - "nests_subtitle": "सक्रिय रूप से घोंसले लगाने वाले पोकेमोन और घोंसले के बहुभुज दिखाता है", - "pokemon_subtitle": "सभी पोकेमोन स्थान और समाप्ति समय दिखाता है", - "pokestops_subtitle": "सभी पोकेस्टॉप स्थान दिखाता है", - "portals_subtitle": "सभी इंग्रेस पोर्टल दिखाता है", - "pvp_subtitle": "प्रत्येक पोकेमोन के लिए PVP रैंक/CP/लेवल की जानकारी दिखाता है", - "quests_subtitle": "क्वेस्ट इनाम और कार्य की जानकारी दिखाता है", - "raids_subtitle": "सभी रेड की जानकारी दिखाता है जिसमें रेड बॉस, अंडे, समय समाप्ति, और मूवसेट शामिल है", - "scan_cells_subtitle": "किसी S2 सेल को आखिरी बार किस उपकरण द्वारा स्कैन किया गया था यह दर्शाता है", - "scan_areas_subtitle": "उपलब्ध स्कैन क्षेत्रों के बहुभुज दिखाता है", - "spawnpoints_subtitle": "स्पॉनपॉइंट्स और उनके अनुमानित डिस्पॉन समय दिखाता है", - "stats_subtitle": "पोकेमोन के स्टैट्स और लेवल्स दिखाता है", - "submission_cells_subtitle": "नए POI जमा करने के लिए उपयोगी जानकारी दिखाता है", - "weather_subtitle": "प्रत्येक सेल के लिए गेम के अंदर के मौसम की जानकारी दिखाता है", - "scanner_subtitle": "विभिन्न तरीकों से स्कैनर के साथ सीधे इंटरेक्ट करें", - "s2cells_subtitle": "नक्शे पर विभिन्न स्तरों में S2 सेल्स प्रदर्शित करता है", - "backups_subtitle": "उपकरणों में सेटिंग्स का बैकअप लेने और लोड करने को सक्षम बनाता है", - "backups": "बैकअप", - "user_profile": "उपयोगकर्ता प्रोफाइल", - "user_username": "उपयोगकर्ता नाम", - "candy": "कैंडी", - "show_ex_badge": "EX बैज दिखाएं", - "search": "खोजें", - "global_search_quests": "इनाम का नाम दर्ज करें...", - "global_search_lures": "ल्यूर का नाम दर्ज करें...", - "global_search_pokestops": "पोकेस्टॉप का नाम दर्ज करें...", - "global_search_gyms": "जिम का नाम दर्ज करें...", - "global_search_portals": "पोर्टल का नाम दर्ज करें...", - "global_search_nests": "नेस्ट पोकेमोन का नाम दर्ज करें...", - "global_search_raids": "रेड बॉस का नाम दर्ज करें...", - "global_search_pokemon": "पोकेमोन का नाम दर्ज करें...", - "global_search_invasions": "ग्रंट का प्रकार, नाम, या पोकेमोन इनाम का नाम दर्ज करें...", - "raid_level_badges": "रेड स्तर बैज", - "options": "विकल्प", - "profile": "प्रोफाइल", - "pokemon_icons": "पोकेमोन आइकन", - "pokestop_icons": "पोकेस्टॉप आइकन", - "gym_icons": "जिम आइकन", - "team_icons": "टीम आइकन", - "egg_icons": "अंडे के आइकन", - "raid_icons": "रेड आइकन", - "nest_icons": "नेस्ट आइकन", - "reward_icons": "इनाम के आइकन", - "type_icons": "प्रकार आइकन", - "weather_icons": "मौसम आइकन", - "misc_icons": "विविध आइकन", - "invasion_icons": "आक्रमण आइकन", - "spawnpoint_icons": "स्पॉनपॉइंट आइकन", - "device_icons": "उपकरण आइकन", - "pokemon_audio": "पोकेमोन ऑडियो", - "pokestop_audio": "पोकेस्टॉप ऑडियो", - "gym_audio": "जिम ऑडियो", - "team_audio": "टीम ऑडियो", - "egg_audio": "अंडे का ऑडियो", - "raid_audio": "रेड ऑडियो", - "nest_audio": "नेस्ट ऑडियो", - "reward_audio": "इनाम का ऑडियो", - "type_audio": "प्रकार का ऑडियो", - "weather_audio": "मौसम का ऑडियो", - "misc_audio": "विविध ऑडियो", - "invasion_audio": "आक्रमण का ऑडियो", - "spawnpoint_audio": "स्पॉनपॉइंट ऑडियो", - "device_audio": "उपकरण ऑडियो", - "pokemon_timers": "सभी पोकेमोन टाइमर", - "show_dex_num_in_popup": "पॉपअप में पोकेडेक्स # दिखाएं", - "popup": "पॉपअप", - "pvp_level": "{{level}} लेवल का PVP स्टैट्स", - "pvp_mega": "मेगा PVP स्टैट्स", - "webhook_entry": "{{name}} में जोड़ें", - "remove_webhook_entry": "{{name}} से हटाएं", - "distance": "दूरी", - "gym": "जिम", - "egg": "अंडा", - "raid": "रेड", - "lure": "ल्यूर", - "quest": "क्वेस्ट", - "invasion": "आक्रमण", - "nest": "नेस्ट", - "pokestop": "पोकेस्टॉप", - "team": "टीम", - "global": "वैश्विक", - "manage_webhook": "{{name}} प्रबंधित करें", - "drag_and_drop": "अपना स्थान सेट करने के लिए मार्कर को ड्रैग और ड्रॉप करें", - "click_to_select": "चयन करने के लिए क्लिक करें", - "add_new": "नया {{category}} अलर्ट जोड़ें", - "my_location": "मेरा स्थान", - "choose_on_map": "नक्शे पर चुनें", - "select_profile": "प्रोफाइल चुनें", - "distance_radius": "पूर्वावलोकन रेडियस दूरियां", - "areas": "क्षेत्र", - "select_webhook": "बॉट चुनें", - "ar_quest_true": "AR कार्य", - "ar_quest_false": "कोई AR नहीं", - "with_ar": "AR के साथ", - "both": "दोनों", - "without_ar": "बिना AR के", - "exclude_quest_multi": "{{reward}} को बाहर करें", - "cluster_limit_0": "{{variable_0}} सीमा ({{variable_1}}) पार हो गई है", - "cluster_limit_1": "कृपया ज़ूम इन करें या अपने फिल्टर्स को संकीर्ण करें", - "show_polygons": "पॉलीगॉन्स दिखाएं", - "exclude_invasion_multi": "{{invasion}} को बाहर करें", - "stardust": "स्टारडस्ट", - "slider_cp": "CP", - "pvp_ranking_league": "लीग", - "pvp_ranking_min_cp": "न्यूनतम CP", - "slider_pvp": "रैंक्स", - "profile_no": "प्रोफ़ाइल", - "template": "टेम्पलेट", - "gender": "लिंग", - "clean": "साफ करें", - "all_forms": "सभी रूप", - "pvp_entry": "PVP प्रवेश", - "no_iv": "Inc. कोई IV नहीं", - "by_distance": "दूरी द्वारा", - "min_time": "न्यूनतम समय", - "add_new_profile": "नई प्रोफ़ाइल जोड़ें", - "slider_none": "कोई नहीं", - "non_registered_human_title": "ओह्ह, कुछ तो गलत है!", - "non_registered_human_desc": "आप {{webhook}} के साथ पंजीकृत नहीं हो सकते हैं\nया सर्वर वर्तमान में पहुँच से बाहर है", - "try_again_later": "कृपया बाद में पुनः प्रयास करें", - "selected_areas_one": "{{count}} क्षेत्र चुना गया", - "selected_areas_other": "{{count}} क्षेत्र चुने गए", - "webhook_selection": "{{name}} चयन", - "message_of_the_day": "आज का संदेश", - "has_quest_indicator": "क्वेस्ट्स वाले स्टॉप्स के लिए वैकल्पिक रंग", - "show_ar_badge": "AR बैज दिखाएं", - "all_gyms": "सभी जिम", - "general": "सामान्य", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "ग्लोबल का चयन किया गया", - "normal_forms": "सामान्य रूप", - "weather_indicator": "मौसम बूस्ट संकेतक", - "page": "पृष्ठ {{page}}", - "navigation_controls": "नेविगेशन नियंत्रण", - "navigation_controls_react": "रिएक्ट", - "navigation_controls_leaflet": "लीफलेट", - "exclusive": "विशेष", - "all_moves": "सभी मूव", - "move": "मूव", - "any": "कोई भी", - "min_spawn_average": "न्यूनतम स्पॉन दर", - "select_all": "सभी का चयन करें", - "delete_all": "चयनित को हटाएं", - "cancel": "रद्द करें", - "day_1": "सोमवार", - "day_2": "मंगलवार", - "day_3": "बुधवार", - "day_4": "गुरुवार", - "day_5": "शुक्रवार", - "day_6": "शनिवार", - "day_7": "रविवार", - "profile_name": "प्रोफ़ाइल नाम", - "manage_profiles": "प्रोफ़ाइल्स प्रबंधित करें", - "min_spawn_avg": "औसत न्यूनतम स्पॉन", - "poke_global": "सब कुछ", - "amount": "मात्रा", - "specific_gym": "विशिष्ट जिम", - "search_location": "स्थान खोजें", - "search_specific": "विशेष {{category}} की खोज करें", - "webhook_success_gym": "रेड्स, एग्स, और टीम चेंज अलर्ट्स जोड़ दिए गए हैं!", - "slot_changes": "स्लॉट परिवर्तन", - "slot_changes_poracle": "स्लॉट परिवर्तन", - "confirm_delete": "इस प्रोफ़ाइल के लिए सभी ट्रैकिंग हटा दिए जाएँगे, क्या आप सुनिश्चित हैं?", - "confirm_copy": "\"{{profile}}\" को किस प्रोफ़ाइल में कॉपी करना चाहेंगे, यह पूरी तरह से उस प्रोफ़ाइल को ओवरराइट कर देगा.", - "webhook_error": "{{name}} इसे प्रोसेस करने में असमर्थ था.\nकृपया बाद में पुनः प्रयास करें.", - "profile_error": "यह अद्वितीय और मान्य होना चाहिए", - "team_0": "कोई टम नहीं", - "battle_changes": "बैटल में", - "battle_changes_poracle": "बैटल परिवर्तन", - "auto": "ऑटो", - "webhooks_subtitle": "इन बॉट्स के लिए मैप से सीधे अपनी अलर्ट्स प्रबंधित करें", - "event_stops_subtitle": "जैसे कि केक्लिओन के विशेष इवेंट पोकेस्टॉप्स दिखाएं", - "webhooks": "अलर्ट्स", - "scanner": "स्कैनर एक्शन्स", - "everything_individually": "व्यक्तिगत अलर्ट्स जोड़ें", - "individually": "व्यक्तिगत रूप से", - "join": "शामिल हों", - "errors_404": "उफ़, यह पृष्ठ नहीं मिला!", - "errors_500": "सर्वर त्रुटि हो गई है, बाद में पुनः प्रयास करें!", - "local_username": "उपयोगकर्ता नाम", - "local_password": "पासवर्ड", - "local_error": "एक त्रुटि हुई है, कृपया बाद में पुनः प्रयास करें!", - "no_filter_results": "कोई परिणाम नहीं मिला\nअपने फिल्टर्स को व्यापक बनाएं", - "donor_page": "दानकर्ता पृष्ठ", - "go_back": "वापस जाओ", - "access": "पहुँच", - "link_discord": "डिस्कोर्ड लिंक करें", - "select_webhook_strategy": "अलर्ट मैनेजर", - "webhook_strategy_success_0": "सफलता! अलर्ट सेटिंग्स लाने के लिए रिफ्रेश हो रहा है...", - "register": "रजिस्टर करें", - "invalid_credentials": "अमान्य प्रमाणपत्र", - "localauth_failed": "प्रमाणीकरण विफल", - "error_creating_user": "इस समय नए उपयोगकर्ता का पंजीकरण नहीं हो सकता", - "discord_linked": "डिस्कोर्ड लिंक किया गया", - "telegram_linked": "टेलीग्राम लिंक किया गया", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "स्तर", - "km": "किमी", - "feedback": "प्रतिक्रिया", - "donor_menu": "दानदाता मेनू", - "pokemon_cell": "पोकेमोन का स्थान भिन्न हो सकता है", - "timer_verified": "यह टाइमर सत्यापित है", - "timer_unverified": "यह टाइमर असत्यापित है", - "all": "सभी", - "badge_0": "कोई नहीं", - "badge_1": "मूल", - "badge_2": "कांस्य", - "badge_3": "रजत", - "badge_4": "सोना", - "gym_badge_menu": "जिम बैज संपादित करें", - "gym_badges": "जिम बैज", - "gym_badge_diamonds": "जिम बैज दिखाएं", - "gym_badges_subtitle": "नक्शे पर जिम बैज और प्रोफाइल पेज में एक सूची दिखाता है।", - "confirm_filters_reset": "फिल्टर रीसेट करें", - "filters_reset_text": "क्या आप वाकई में सेटिंग्स को डिफ़ॉल्ट मानों पर रीसेट करना चाहते हैं? इसे अनकिया नहीं जा सकता!", - "filters_reset_title": "फिल्टर्स रीसेट", - "raid_quick_select": "त्वरित चयन", - "disabled": "अक्षम", - "loading": "{{category}} लोड हो रहा है", - "loading_icons": "आइकन ला रहे हैं", - "loading_invasions": "आक्रमण ला रहे हैं", - "scan_next": "स्थान स्कैन करें", - "scan_next_choose": "स्कैन स्थान सेट करने के लिए मार्कर को ड्रैग और ड्रॉप करें", - "scan_zone": "क्षेत्र स्कैन करें", - "scan_zone_choose": "स्कैन स्थान और आकार चुनने के लिए मार्कर को ड्रैग और ड्रॉप करें", - "scan_zone_size": "आकार", - "scan_zone_range": "रेंज", - "scan_zone_spacing": "अंतराल", - "scan_zone_radius": "त्रिज्या", - "scan_requests": "स्कैन अनुरोध", - "scan_queue": "वर्तमान कतार", - "click_to_scan": "यहाँ स्कैन करें", - "scan_confirmed_title": "स्कैन डिमांड की पुष्टि की गई", - "scan_confirmed": "कार्यकर्ता स्थान पर भेज दिया गया है, परिणाम जल्द ही नक्शे पर आ जाएगा!", - "scan_loading_title": "स्कैन अनुरोध भेज रहा है", - "scan_loading": "आपके स्कैन अनुरोध को प्रोसेस किया जा रहा है और सिस्टम में भेजा जा रहा है!", - "scan_error_title": "त्रुटि", - "scan_error": "स्कैन अनुरोध को प्रोसेस करते समय एक त्रुटि हुई है...", - "scan_outside_area": "यह स्थान अधिकृत क्षेत्रों की सीमाओं के बाहर है", - "pvp_ranking_cap": "स्तर", - "lc_title": "अपने स्थान का अनुसरण करें", - "lc_metersUnit": "मीटर", - "lc_feetUnit": "फ़ीट", - "lc_popup": "आप इस बिंदु से {distance} {unit} के भीतर हैं", - "lc_outsideMapBoundsMsg": "आप नक्शे की सीमाओं के बाहर स्थित प्रतीत होते हैं", - "no_alerts": "कोई अलर्ट्स नहीं मिले", - "loading_settings": "सेटिंग्स लोड हो रही है", - "refresh_to_continue": "जारी रखने से पहले कृपया रिफ्रेश करें", - "session_expired_title": "सत्र समाप्त", - "session_expired_body": "आपका सत्र समाप्त हो गया है", - "old_client_title": "पुराना", - "old_client_body": "इस मैप का एक नया संस्करण उपलब्ध है", - "early_old_client_title": "पुराना", - "early_old_client_body": "आपके ब्राउज़र में इस ऐप का एक पुराना संस्करण कैश में संग्रहीत हो सकता है, आपको इस ऐप का उपयोग करने से पहले अपने कैशे को साफ़ करने की आवश्यकता होगी।", - "refresh": "रिफ्रेश", - "points": "अंक", - "day": "दिन", - "days": "दिन", - "react_error": "कुछ गलत हो गया", - "clickable_icon": "आइकन पर क्लिक किया जा सकता है", - "two_stops_till_next": "अगले तक 2 स्टॉप", - "one_stop_till_next": "अगले तक 1 स्टॉप", - "no_more_gyms": "और अधिक जिम नहीं", - "light_map_border": "लाइट मैप बॉर्डर", - "dark_map_border": "डार्क मैप बॉर्डर", - "cell_blocked": "सेल अवरुद्ध", - "poi_color": "पॉइंट्स ऑफ इंटरेस्ट रंग", - "quest_condition": "क्वेस्ट कंडीशन", - "always_show_labels": "हमेशा लेबल दिखाएं", - "scan_areas_options": "स्कैन क्षेत्र विकल्प", - "historic_rarity": "ऐतिहासिक दुर्लभता", - "poi": "पॉइंट्स ऑफ इंटरेस्ट", - "300m_range": "300 मीटर की रेंज", - "lure_range": "ल्योर रेंज", - "custom_range": "कस्टम रेंज", - "tap_to_toggle": "टॉगल करने के लिए टैप करें", - "power_up": "पॉवर अप", - "never_alt": "कभी नहीं", - "seen_nearby_stop": "पास के स्टॉप पर देखा गया", - "seen_nearby_cell": "इस सेल में देखा गया", - "seen_lure_encounter": "ल्योर एनकाउंटर", - "seen_lure_wild": "ल्योर स्पॉन", - "seen_wild": "वाइल्ड स्पॉन", - "event_stops": "इवेंट स्टॉप्स", - "event_stop_timers": "इवेंट स्टॉप टाइमर्स", - "size_0": "कोई भी", - "size_1": "एक्सएक्सएस", - "size_2": "एक्सएस", - "size_3": "मध्यम", - "size_4": "एक्सएल", - "size_5": "एक्सएक्सएल", - "show_size_indicator": "साइज इंडिकेटर दिखाएं", - "size": "साइज", - "gold_stop": "गोल्ड स्टॉप", - "profile_backups": "प्रोफाइल स्वैपिंग", - "new_backup": "नया बैकअप", - "create": "बनाएँ", - "load": "लोड", - "update": "अपडेट", - "delete": "हटाएं", - "name": "नाम", - "only_confirmed": "केवल पुष्ट", - "only_exclude_grunts": "ग्रंट्स को छोड़ दें", - "only_exclude_leaders": "लीडर्स को छोड़ दें", - "rocket_pokemon": "रॉकेट पोकेमोन", - "decoy": "डेकॉय", - "s2_cell_limit_0": "आपने 20,000 से अधिक सेल्स ({{variable_0}}) बनाने का प्रयास किया", - "s2_cell_zoom_limit": "कुछ सेल इस ज़ूम स्तर पर प्रदर्शित करने के लिए बहुत छोटे हैं", - "show_all_pvp_ranks": "सभी PVP रैंक दिखाएं", - "enable_pokemon_popup_coords": "पोकेमॉन के कोर्ड्स दिखाएँ", - "enable_gym_popup_coords": "जिम के कोर्ड्स दिखाएँ", - "enable_pokestop_popup_coords": "पोकेस्टॉप के कोर्ड्स दिखाएँ", - "enable_portal_popup_coords": "पोर्टल के कोर्ड्स दिखाएँ", - "on_block_join_discord": "अधिक जानकारी के लिए कृपया हमारे डिस्कॉर्ड में शामिल हों।", - "on_block_msg": "आपको इसके सदस्य होने के लिए ब्लॉक किया गया है", - "denied": "अस्वीकृत", - "showcase": "प्रदर्शनी", - "unknown_event": "अज्ञात इवेंट", - "scanner_countdown": "{{time}} सेकंड में उपलब्ध", - "success": "सफलता", - "contribute": "योगदान करें", - "mi": "मील", - "filter_by_areas": "क्षेत्रों के द्वारा फ़िल्टर करें", - "submit_nest_name": "नेस्ट नाम सबमिट करें", - "nest_submission_menu": "नाम अपडेट", - "nest_submissions": "नेस्ट सबमिशन्स", - "nest_submissions_subtitle": "नेस्ट्स के लिए नए नाम सबमिट करने की अनुमति देता है", - "pokemon_opacity": "डायनामिक पोकेमॉन अंधकार", - "invasion_opacity": "डायनामिक इनवेजन अंधकार", - "raid_opacity": "डायनामिक रेड अंधकार", - "opacity_ten_minutes": "10 मिनट में अंधकार", - "opacity_five_minutes": "5 मिनट में अंधकार", - "opacity_one_minute": "1 मिनट में अंधकार", - "level_circles": "लेवल इंडिकेटर्स", - "min_level_circle": "न्यूनतम सर्कल लेवल", - "mutation_auth_error": "आपकी अनुरोध असफल रहा क्योंकि आप लॉग इन नहीं थे", - "submitted_by": "द्वारा सबमिट किया गया", - "reversible": "पलटने योग्य", - "version": "संस्करण", - "route_tags": "मार्ग टैग्स", - "routes": "मार्ग", - "route_type": "मार्ग का प्रकार", - "routes_subtitle": "गेम मार्ग और उनके बा�रे में संबंधित जानकारी मानचित्र पर देखें", - "description": "विवरण", - "additional_info": "अतिरिक्त जानकारी", - "duration": "अवधि", - "elevation": "ऊंचाई", - "contest_category_1": "सबसे छोटा आकार", - "context_category_2": "सबसे बड़ा आकार", - "total_entries": "कुल प्रविष्टियाँ", - "showcase_rankings": "प्रदर्शनी रैंकिंग", - "showcase_rankings_subtitle": "पोकेस्टॉप में प्रदर्शनी के लिए शीर्ष रैंकिंग ​की सूची प्रदर्शित करता है", - "tth": "TTH", - "tth_0": "सभी", - "tth_1": "ज्ञात", - "tth_2": "अज्ञात", - "no_access": "कोई पहुँच नहीं", - "cooldown": "कूल डाउन", - "scan_some_outside_area": "कुछ स्थान अनधिकृत सीमाओं के बाहर हैं", - "alerts": "अलर्ट्स", - "alert_manager": "अलर्ट मैनेजर", - "menu": "मेन्यू", - "theme": "थीम", - "exit": "बाहर", - "component": "घटक", - "component_login_page": "लॉगिन पृष्ठ", - "component_donation_page": "दान पृष्ठ", - "component_message_of_the_day": "दिन का संदेश", - "download": "डाउनलोड", - "playground": "खेल का मैदान", - "locale": "स्थानीय", - "saved": "सहेजा गया", - "show_editor": "संपादक दिखाएं", - "hide_editor": "संपादक छिपाएं", - "reported_error": "इस त्रुटि की सूचना सर्वर को दी गई है, पहचानकर्ता के साथ", - "dark_mode": "डार्क मोड", - "load_from_autosave": "ऑटोसेव से लोड करें", - "done": "समाप्त", - "fast": "तेज", - "charged": "चार्ज्ड", - "offline_mode": "ऑफ़लाइन मोड", - "include_sponsored": "प्रायोजित को शामिल करें", - "showcase_color": "प्रदर्शनी का रंग", - "partner_color": "साझेदार का रंग", - "disable": "{{- name}} को निष्क्रिय करें", - "profiling": "प्रोफ़ाइलिंग", - "showcase_block": "प्रदर्शनी के कारण अवरुद्ध", - "signed_in_as": "के रूप में साइन इन किया", - "missing_map_perm": "आपको नक्शा देखने की अनुमति नहीं है।", - "access_denied": "प्रवेश निषेध", - "audio": "ऑडियो", - "desktop_notifications": "डेस्कटॉप सूचनाएँ", - "notifications_options": "सूचना विकल्प", - "audio_always_on": "ऑडियो हमेशा बजता रहेगा", - "volume_level": "वॉल्यूम स्तर", - "notifications_status": "सूचनाएँ स्थिति", - "granted": "अनुमति दी गई", - "set_all": "सभी सेट करें", - "set_filtered": "फ़िल्टर्ड सेट करें", - "only_show_available": "केवल उपलब्ध दिखाएं", - "easy_mode": "आसान मोड", - "quick_select": "ग्लोबल क्विक चुनें", - "pokemon_filter_mode": "पोकेमॉन फ़िल्टर मोड", - "basic": "मूल", - "intermediate": "मध्यवर्ती", - "expert": "विशेषज्ञ", - "basic_description": "आसानी से पोकेमॉन का चयन करें और एक वैश्विक फ़िल्टर लागू करें", - "intermediate_description": "वैश्विक रूप से और प्रत्येक पोकेमॉन के लिए व्यक्तिगत फ़िल्टर सेट करें (पारंपरिक)", - "expert_description": "सबसे अधिक अनुकूलन के लिए मैनुअल इनपुट क्वेरीज़", - "icon_size": "आइकॉन आकार", - "developer": "डेवलपर", - "raid_override": "रेड ओवरराइड", - "search_rocket_pokemon": "रॉकेट पोकेमॉन खोजें", - "main": "मुख्य", - "extra": "अतिरिक्त", - "select": "चुनें", - "searching": "खोज रहा है...", - "no_options": "कोई विकल्प नहीं...", - "and": "और", - "or": "या", - "only_global": "केवल वैश्विक", - "global_caption": "अन्य सभी फिल्टर्स को नज़रअंदाज़ करता है", - "global_and_individual": "वैश्विक और व्यक्तिगत फ़िल्टर्स", - "gender_filters_all": "लिंग सभी पर लागू होता है", - "and_caption": "एक साथ जोड़ा गया", - "or_caption": "स्वतंत्र रूप से फिल्टर्स करता है", - "filter_help": "फ़िल्टर सहायता", - "kilometers": "किलोमीटर", - "miles": "मील", - "distance_unit": "दूरी की इकाई", - "data_management": "डेटा प्रबंधन", - "reset_or_manage_text": "आप या तो अपने फ़िल्टर्स को कठोर रीसेट कर सकते हैं या आप डेटा प्रबंधन पृष्ठ देख सकते हैं जो आपको व्यक्तिगत श्रेणियों को रीसेट करने की अनुमति देगा।", - "reset_audio": "ऑडियो रीसेट करें", - "reset_all": "सभी रीसेट करें", - "reset_icons": "आइकॉन रीसेट करें", - "reset_position": "स्थिति रीसेट करें", - "reset_ui": "UI रीसेट करें", - "reset_options": "विकल्प रीसेट करें", - "reset_menus": "मेनू रीसेट करें", - "reset_settings": "सेटिंग्स रीसेट करें", - "reset_general_title": "सामान्य", - "reset_filters_title": "फिल्टर्स", - "reset_assets": "एसेट्स रीसेट करें", - "reset_pokemon": "पोकेमॉन रीसेट करें", - "reset_pokestops": "पोकेस्टॉप्स रीसेट करें", - "reset_gyms": "जिम्स रीसेट करें", - "reset_nests": "नेस्ट्स रीसेट करें", - "reset_portals": "पोर्टल्स रीसेट करें", - "reset_routes": "रूट्स रीसेट करें", - "reset_scan_areas": "स्कैन क्षेत्र रीसेट करें", - "reset_scan_cells": "स्कैन सेल्स रीसेट करें", - "reset_devices": "डिवाइसेज रीसेट करें", - "reset_weather": "मौसम रीसेट करें", - "reset_s2cells": "S2 सेल्स रीसेट करें", - "reset_spawnpoints": "स्पानपॉइंट्स रीसेट करें", - "reset_submission_cells": "सबमिशन सेल्स रीसेट करें", - "hisuian": "हिसुइयन", - "spacial_rend_range": "स्पेशल रेंड रेंज", - "key": "कुंजी", - "ai": "कृत्रिम बुद्धिमत्ता", - "human": "मानव", - "locales": "स्थानीय", - "instructions": "निर्देश", - "locale_instructions_1": "ड्रॉपडाउन से एक भाषा चुनें", - "locale_instructions_2": "\"मानव\" स्तंभ में वांछित अनुवाद दर्ज करें", - "locale_instructions_3": "\"$t(download)\" बटन पर क्लिक करके एक JSON फ़ाइल डाउनलोड करें", - "locale_instructions_4": "नीचे दिए गए GitHub रिपो लिंक को फोर्क करें", - "locale_instructions_5": "एक नई शाखा बनाएँ और उसे आपके द्वारा अनुवादित की जा रही भाषा का नाम दें", - "locale_instructions_6": "\"packages/locales/lib/human/{{lng}}.json\" की सामग्री को आपके द्वारा डाउनलोड की गई फ़ाइल से बदलें", - "locale_instructions_7": "एक पुल अनुरोध बनाएँ", - "locale_instructions_8": "पुल अनुरोध की समीक्षा और विलय होने की प्रतीक्षा करें", - "enter_translation": "अनुवाद दर्ज करें", - "individual_filters": "आंशिक रूप से फ़िल्टर्ड", - "data_limit_reached": "आपने हाल ही में बहुत अधिक डेटा का अनुरोध किया है और {{until}} तक कूलडाउन पर हैं", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "अपने पाटनर क साथ {{amount}} हाट कमाएं", - "challenge_buddy_treat_plural": "अपने पाटनर को {{amount}} टीट दें", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Star Egg", - "egg_1_plural": "1 Star Eggs", - "egg_2": "2 Star Egg", - "egg_2_plural": "2 Star Eggs", - "egg_3": "3 Star Egg", - "egg_3_plural": "3 Star Eggs", - "egg_4": "4 Star Egg", - "egg_4_plural": "4 Star Eggs", - "egg_5": "Legendary Egg", - "egg_5_plural": "Legendary Eggs", - "egg_6": "Mega Egg", - "egg_6_plural": "Mega Eggs", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "सामान्य", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "सामान्य", - "form_34": "अटैक", - "form_35": "डफ़ेंस फ़ॉम", - "form_36": "पीड", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "सामान्य", - "form_46": "अलोला", - "form_47": "सामान्य", - "form_48": "अलोला", - "form_49": "सामान्य", - "form_50": "अलोला", - "form_51": "सामान्य", - "form_52": "अलोला", - "form_53": "सामान्य", - "form_54": "अलोला", - "form_55": "सामान्य", - "form_56": "अलोला", - "form_57": "सामान्य", - "form_58": "अलोला", - "form_59": "सामान्य", - "form_60": "अलोला", - "form_61": "सामान्य", - "form_62": "अलोला", - "form_63": "सामान्य", - "form_64": "अलोला", - "form_65": "सामान्य", - "form_66": "अलोला", - "form_67": "सामान्य", - "form_68": "अलोला", - "form_69": "सामान्य", - "form_70": "अलोला", - "form_71": "सामान्य", - "form_72": "अलोला", - "form_73": "सामान्य", - "form_74": "अलोला", - "form_75": "सामान्य", - "form_76": "अलोला", - "form_77": "सामान्य", - "form_78": "अलोला", - "form_79": "सामान्य", - "form_80": "अलोला", - "form_81": "सामान्य", - "form_82": "ॉट रोटॉम", - "form_83": "फ़ैन रोटॉम", - "form_84": "कट रोटॉम", - "form_85": "वॉश रोटॉम", - "form_86": "हीट रोटॉम", - "form_87": "लांट लोक", - "form_88": "सैंडी लोक", - "form_89": "टैश लोक", - "form_90": "अनदर फ़ॉम", - "form_91": "ओरजन फ़ॉम", - "form_92": "काई फ़ॉम", - "form_93": "लैंड फ़ॉम", - "form_94": "ओवरकाट फ़ॉम", - "form_95": "Sunny", - "form_96": "वेट-सी", - "form_97": "ईट-सी", - "form_98": "वेट-सी", - "form_99": "ईट-सी", - "form_100": "सामान्य", - "form_101": "फ़ाइटंग", - "form_102": "़लाइंग", - "form_103": "पॉइज़न", - "form_104": "ाउंड", - "form_105": "रॉक", - "form_106": "बग", - "form_107": "घोट", - "form_108": "टल", - "form_109": "फ़ायर", - "form_110": "वॉटर", - "form_111": "ास", - "form_112": "इलटक", - "form_113": "साइकक", - "form_114": "आइस", - "form_115": "डैगन", - "form_116": "डाक", - "form_117": "फ़ेर", - "form_118": "लांट लोक", - "form_119": "सैंडी लोक", - "form_120": "टैश लोक", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "सामान्य", - "form_136": "रड-टाइप फ़ॉम", - "form_137": "लू-टाइप फ़ॉम", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "इंकानेशन फ़ॉम", - "form_141": "सेेड बीट फ़ॉम", - "form_142": "इंकानेशन फ़ॉम", - "form_143": "सेेड बीट फ़ॉम", - "form_144": "इंकानेशन फ़ॉम", - "form_145": "सेेड बीट फ़ॉम", - "form_146": "सामान्य", - "form_147": "लैक यूरम", - "form_148": "हाइट यूरम", - "form_149": "ऑडनर फ़ॉम", - "form_150": "रज़लूट फ़ॉम", - "form_151": "संगंग फ़ॉम", - "form_152": "टप फ़ॉम", - "form_157": "सामान्य", - "form_160": "सामान्य", - "form_163": "सामान्य", - "form_166": "सामान्य", - "form_169": "सामान्य", - "form_172": "सामान्य", - "form_175": "सामान्य", - "form_178": "सामान्य", - "form_181": "सामान्य", - "form_184": "सामान्य", - "form_187": "सामान्य", - "form_190": "सामान्य", - "form_193": "सामान्य", - "form_196": "सामान्य", - "form_199": "सामान्य", - "form_202": "सामान्य", - "form_205": "सामान्य", - "form_208": "सामान्य", - "form_211": "सामान्य", - "form_214": "सामान्य", - "form_217": "सामान्य", - "form_224": "सामान्य", - "form_229": "सामान्य", - "form_232": "सामान्य", - "form_235": "सामान्य", - "form_238": "सामान्य", - "form_241": "सामान्य", - "form_244": "सामान्य", - "form_247": "सामान्य", - "form_250": "सामान्य", - "form_253": "सामान्य", - "form_256": "सामान्य", - "form_259": "सामान्य", - "form_262": "सामान्य", - "form_265": "सामान्य", - "form_268": "सामान्य", - "form_271": "सामान्य", - "form_274": "सामान्य", - "form_277": "सामान्य", - "form_280": "सामान्य", - "form_283": "सामान्य", - "form_286": "सामान्य", - "form_289": "सामान्य", - "form_292": "सामान्य", - "form_295": "सामान्य", - "form_298": "सामान्य", - "form_301": "सामान्य", - "form_304": "सामान्य", - "form_307": "सामान्य", - "form_310": "सामान्य", - "form_313": "सामान्य", - "form_316": "सामान्य", - "form_319": "सामान्य", - "form_322": "सामान्य", - "form_585": "िंग फ़ॉम", - "form_586": "समर फ़ॉम", - "form_587": "ऑटम फ़ॉम", - "form_588": "वंटर फ़ॉम", - "form_589": "िंग फ़ॉम", - "form_590": "समर फ़ॉम", - "form_591": "ऑटम फ़ॉम", - "form_592": "वंटर फ़ॉम", - "form_593": "सामान्य", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "सामान्य", - "form_599": "Noevolve", - "form_600": "सामान्य", - "form_601": "Noevolve", - "form_602": "सामान्य", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "सामान्य", - "form_613": "सामान्य", - "form_616": "सामान्य", - "form_619": "सामान्य", - "form_622": "सामान्य", - "form_625": "सामान्य", - "form_628": "सामान्य", - "form_631": "सामान्य", - "form_634": "सामान्य", - "form_637": "सामान्य", - "form_640": "सामान्य", - "form_643": "सामान्य", - "form_646": "सामान्य", - "form_649": "सामान्य", - "form_652": "सामान्य", - "form_655": "सामान्य", - "form_658": "सामान्य", - "form_661": "सामान्य", - "form_664": "सामान्य", - "form_667": "सामान्य", - "form_670": "सामान्य", - "form_677": "सामान्य", - "form_680": "सामान्य", - "form_683": "सामान्य", - "form_688": "सामान्य", - "form_691": "सामान्य", - "form_694": "सामान्य", - "form_697": "सामान्य", - "form_700": "सामान्य", - "form_703": "सामान्य", - "form_706": "सामान्य", - "form_713": "सामान्य", - "form_716": "सामान्य", - "form_719": "सामान्य", - "form_722": "सामान्य", - "form_729": "सामान्य", - "form_734": "सामान्य", - "form_737": "सामान्य", - "form_740": "सामान्य", - "form_743": "सामान्य", - "form_746": "सामान्य", - "form_749": "सामान्य", - "form_752": "सामान्य", - "form_755": "सामान्य", - "form_758": "सामान्य", - "form_761": "सामान्य", - "form_764": "सामान्य", - "form_767": "सामान्य", - "form_770": "सामान्य", - "form_773": "सामान्य", - "form_776": "सामान्य", - "form_779": "सामान्य", - "form_782": "सामान्य", - "form_785": "सामान्य", - "form_788": "सामान्य", - "form_791": "सामान्य", - "form_794": "सामान्य", - "form_797": "सामान्य", - "form_800": "सामान्य", - "form_803": "सामान्य", - "form_806": "सामान्य", - "form_809": "सामान्य", - "form_812": "सामान्य", - "form_815": "सामान्य", - "form_818": "सामान्य", - "form_821": "सामान्य", - "form_824": "सामान्य", - "form_827": "सामान्य", - "form_830": "सामान्य", - "form_833": "सामान्य", - "form_836": "सामान्य", - "form_839": "सामान्य", - "form_846": "सामान्य", - "form_849": "सामान्य", - "form_852": "सामान्य", - "form_855": "सामान्य", - "form_858": "सामान्य", - "form_861": "सामान्य", - "form_864": "सामान्य", - "form_867": "सामान्य", - "form_870": "सामान्य", - "form_873": "सामान्य", - "form_876": "सामान्य", - "form_879": "सामान्य", - "form_888": "सामान्य", - "form_891": "सामान्य", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "सामान्य", - "form_901": "Vs 2019", - "form_902": "सामान्य", - "form_905": "सामान्य", - "form_908": "सामान्य", - "form_911": "सामान्य", - "form_914": "सामान्य", - "form_917": "सामान्य", - "form_920": "सामान्य", - "form_923": "सामान्य", - "form_926": "सामान्य", - "form_929": "सामान्य", - "form_932": "सामान्य", - "form_935": "सामान्य", - "form_938": "सामान्य", - "form_941": "सामान्य", - "form_944": "Galarian", - "form_945": "सामान्य", - "form_946": "Galarian", - "form_947": "सामान्य", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "सामान्य", - "form_956": "सामान्य", - "form_959": "सामान्य", - "form_962": "सामान्य", - "form_965": "सामान्य", - "form_968": "सामान्य", - "form_971": "सामान्य", - "form_974": "सामान्य", - "form_981": "सामान्य", - "form_984": "सामान्य", - "form_987": "सामान्य", - "form_990": "सामान्य", - "form_993": "सामान्य", - "form_996": "सामान्य", - "form_999": "सामान्य", - "form_1002": "सामान्य", - "form_1005": "सामान्य", - "form_1008": "सामान्य", - "form_1011": "सामान्य", - "form_1014": "सामान्य", - "form_1017": "सामान्य", - "form_1020": "सामान्य", - "form_1023": "सामान्य", - "form_1026": "सामान्य", - "form_1029": "सामान्य", - "form_1032": "सामान्य", - "form_1035": "सामान्य", - "form_1038": "सामान्य", - "form_1041": "सामान्य", - "form_1044": "सामान्य", - "form_1047": "सामान्य", - "form_1050": "सामान्य", - "form_1053": "सामान्य", - "form_1056": "सामान्य", - "form_1059": "सामान्य", - "form_1062": "सामान्य", - "form_1065": "सामान्य", - "form_1068": "सामान्य", - "form_1071": "सामान्य", - "form_1074": "सामान्य", - "form_1077": "सामान्य", - "form_1080": "सामान्य", - "form_1083": "सामान्य", - "form_1086": "सामान्य", - "form_1089": "सामान्य", - "form_1092": "सामान्य", - "form_1095": "सामान्य", - "form_1098": "सामान्य", - "form_1101": "सामान्य", - "form_1104": "सामान्य", - "form_1107": "सामान्य", - "form_1110": "सामान्य", - "form_1115": "सामान्य", - "form_1118": "सामान्य", - "form_1121": "सामान्य", - "form_1124": "सामान्य", - "form_1127": "सामान्य", - "form_1130": "सामान्य", - "form_1133": "सामान्य", - "form_1136": "सामान्य", - "form_1139": "सामान्य", - "form_1142": "सामान्य", - "form_1145": "सामान्य", - "form_1148": "सामान्य", - "form_1151": "सामान्य", - "form_1154": "सामान्य", - "form_1157": "सामान्य", - "form_1160": "सामान्य", - "form_1163": "सामान्य", - "form_1166": "सामान्य", - "form_1169": "सामान्य", - "form_1172": "सामान्य", - "form_1175": "सामान्य", - "form_1178": "सामान्य", - "form_1181": "सामान्य", - "form_1184": "सामान्य", - "form_1187": "सामान्य", - "form_1190": "सामान्य", - "form_1193": "सामान्य", - "form_1196": "सामान्य", - "form_1199": "सामान्य", - "form_1202": "सामान्य", - "form_1205": "सामान्य", - "form_1208": "सामान्य", - "form_1211": "सामान्य", - "form_1214": "सामान्य", - "form_1217": "सामान्य", - "form_1220": "सामान्य", - "form_1223": "सामान्य", - "form_1226": "सामान्य", - "form_1229": "सामान्य", - "form_1232": "सामान्य", - "form_1235": "सामान्य", - "form_1238": "सामान्य", - "form_1241": "सामान्य", - "form_1244": "सामान्य", - "form_1247": "सामान्य", - "form_1250": "सामान्य", - "form_1253": "सामान्य", - "form_1256": "सामान्य", - "form_1259": "सामान्य", - "form_1262": "सामान्य", - "form_1265": "सामान्य", - "form_1268": "सामान्य", - "form_1271": "सामान्य", - "form_1274": "सामान्य", - "form_1277": "सामान्य", - "form_1280": "सामान्य", - "form_1283": "सामान्य", - "form_1286": "सामान्य", - "form_1289": "सामान्य", - "form_1292": "सामान्य", - "form_1295": "सामान्य", - "form_1298": "सामान्य", - "form_1301": "सामान्य", - "form_1304": "सामान्य", - "form_1307": "सामान्य", - "form_1310": "सामान्य", - "form_1313": "सामान्य", - "form_1316": "सामान्य", - "form_1319": "सामान्य", - "form_1322": "सामान्य", - "form_1325": "सामान्य", - "form_1328": "सामान्य", - "form_1331": "सामान्य", - "form_1334": "सामान्य", - "form_1337": "सामान्य", - "form_1340": "सामान्य", - "form_1343": "सामान्य", - "form_1346": "सामान्य", - "form_1349": "सामान्य", - "form_1352": "सामान्य", - "form_1355": "सामान्य", - "form_1358": "सामान्य", - "form_1361": "सामान्य", - "form_1364": "सामान्य", - "form_1367": "सामान्य", - "form_1370": "सामान्य", - "form_1379": "सामान्य", - "form_1382": "सामान्य", - "form_1385": "सामान्य", - "form_1388": "सामान्य", - "form_1391": "सामान्य", - "form_1394": "सामान्य", - "form_1397": "सामान्य", - "form_1400": "सामान्य", - "form_1403": "सामान्य", - "form_1406": "सामान्य", - "form_1409": "सामान्य", - "form_1412": "सामान्य", - "form_1415": "सामान्य", - "form_1418": "सामान्य", - "form_1421": "सामान्य", - "form_1424": "सामान्य", - "form_1427": "सामान्य", - "form_1430": "सामान्य", - "form_1433": "सामान्य", - "form_1436": "सामान्य", - "form_1439": "सामान्य", - "form_1442": "सामान्य", - "form_1445": "सामान्य", - "form_1448": "सामान्य", - "form_1451": "सामान्य", - "form_1454": "सामान्य", - "form_1457": "सामान्य", - "form_1460": "सामान्य", - "form_1463": "सामान्य", - "form_1466": "सामान्य", - "form_1469": "सामान्य", - "form_1472": "सामान्य", - "form_1475": "सामान्य", - "form_1478": "सामान्य", - "form_1481": "सामान्य", - "form_1484": "सामान्य", - "form_1487": "सामान्य", - "form_1490": "सामान्य", - "form_1493": "सामान्य", - "form_1496": "सामान्य", - "form_1499": "सामान्य", - "form_1502": "सामान्य", - "form_1505": "सामान्य", - "form_1508": "सामान्य", - "form_1511": "सामान्य", - "form_1514": "सामान्य", - "form_1517": "सामान्य", - "form_1520": "सामान्य", - "form_1523": "सामान्य", - "form_1526": "सामान्य", - "form_1529": "सामान्य", - "form_1532": "सामान्य", - "form_1535": "सामान्य", - "form_1538": "सामान्य", - "form_1541": "सामान्य", - "form_1544": "सामान्य", - "form_1547": "सामान्य", - "form_1550": "सामान्य", - "form_1553": "सामान्य", - "form_1556": "सामान्य", - "form_1559": "सामान्य", - "form_1562": "सामान्य", - "form_1565": "सामान्य", - "form_1568": "सामान्य", - "form_1571": "सामान्य", - "form_1574": "सामान्य", - "form_1577": "सामान्य", - "form_1580": "सामान्य", - "form_1583": "सामान्य", - "form_1586": "सामान्य", - "form_1589": "सामान्य", - "form_1592": "सामान्य", - "form_1595": "सामान्य", - "form_1598": "सामान्य", - "form_1601": "सामान्य", - "form_1604": "सामान्य", - "form_1607": "सामान्य", - "form_1610": "सामान्य", - "form_1613": "सामान्य", - "form_1616": "सामान्य", - "form_1619": "सामान्य", - "form_1622": "सामान्य", - "form_1625": "सामान्य", - "form_1628": "सामान्य", - "form_1631": "सामान्य", - "form_1634": "सामान्य", - "form_1637": "सामान्य", - "form_1640": "सामान्य", - "form_1643": "सामान्य", - "form_1646": "सामान्य", - "form_1649": "सामान्य", - "form_1652": "सामान्य", - "form_1655": "सामान्य", - "form_1658": "सामान्य", - "form_1661": "सामान्य", - "form_1664": "सामान्य", - "form_1667": "सामान्य", - "form_1670": "सामान्य", - "form_1673": "सामान्य", - "form_1676": "सामान्य", - "form_1679": "सामान्य", - "form_1682": "सामान्य", - "form_1685": "सामान्य", - "form_1688": "सामान्य", - "form_1691": "सामान्य", - "form_1694": "सामान्य", - "form_1697": "सामान्य", - "form_1700": "सामान्य", - "form_1703": "सामान्य", - "form_1706": "सामान्य", - "form_1709": "सामान्य", - "form_1712": "सामान्य", - "form_1715": "सामान्य", - "form_1718": "सामान्य", - "form_1721": "सामान्य", - "form_1724": "सामान्य", - "form_1727": "सामान्य", - "form_1730": "सामान्य", - "form_1733": "सामान्य", - "form_1736": "सामान्य", - "form_1739": "सामान्य", - "form_1742": "सामान्य", - "form_1745": "सामान्य", - "form_1748": "सामान्य", - "form_1751": "सामान्य", - "form_1754": "सामान्य", - "form_1757": "सामान्य", - "form_1760": "सामान्य", - "form_1763": "सामान्य", - "form_1766": "सामान्य", - "form_1769": "सामान्य", - "form_1772": "सामान्य", - "form_1775": "सामान्य", - "form_1778": "सामान्य", - "form_1781": "सामान्य", - "form_1784": "सामान्य", - "form_1787": "सामान्य", - "form_1790": "सामान्य", - "form_1793": "सामान्य", - "form_1796": "सामान्य", - "form_1799": "सामान्य", - "form_1802": "सामान्य", - "form_1805": "सामान्य", - "form_1808": "सामान्य", - "form_1811": "सामान्य", - "form_1814": "सामान्य", - "form_1817": "सामान्य", - "form_1820": "सामान्य", - "form_1823": "सामान्य", - "form_1826": "सामान्य", - "form_1829": "सामान्य", - "form_1832": "सामान्य", - "form_1835": "सामान्य", - "form_1838": "सामान्य", - "form_1841": "सामान्य", - "form_1844": "सामान्य", - "form_1847": "सामान्य", - "form_1850": "सामान्य", - "form_1853": "सामान्य", - "form_1856": "सामान्य", - "form_1859": "सामान्य", - "form_1862": "सामान्य", - "form_1865": "सामान्य", - "form_1868": "सामान्य", - "form_1871": "सामान्य", - "form_1874": "सामान्य", - "form_1877": "सामान्य", - "form_1880": "सामान्य", - "form_1883": "सामान्य", - "form_1886": "सामान्य", - "form_1889": "सामान्य", - "form_1892": "सामान्य", - "form_1895": "सामान्य", - "form_1898": "सामान्य", - "form_1901": "सामान्य", - "form_1904": "सामान्य", - "form_1907": "सामान्य", - "form_1910": "सामान्य", - "form_1913": "सामान्य", - "form_1916": "सामान्य", - "form_1919": "सामान्य", - "form_1922": "सामान्य", - "form_1925": "सामान्य", - "form_1928": "सामान्य", - "form_1931": "सामान्य", - "form_1934": "सामान्य", - "form_1937": "सामान्य", - "form_1940": "सामान्य", - "form_1943": "सामान्य", - "form_1946": "सामान्य", - "form_1949": "सामान्य", - "form_1952": "सामान्य", - "form_1955": "सामान्य", - "form_1958": "सामान्य", - "form_1961": "सामान्य", - "form_1964": "सामान्य", - "form_1967": "सामान्य", - "form_1970": "सामान्य", - "form_1973": "सामान्य", - "form_1976": "सामान्य", - "form_1979": "सामान्य", - "form_1982": "सामान्य", - "form_1985": "सामान्य", - "form_1988": "सामान्य", - "form_1991": "सामान्य", - "form_1994": "सामान्य", - "form_1997": "सामान्य", - "form_2000": "सामान्य", - "form_2003": "सामान्य", - "form_2006": "सामान्य", - "form_2009": "सामान्य", - "form_2012": "सामान्य", - "form_2015": "सामान्य", - "form_2018": "सामान्य", - "form_2021": "सामान्य", - "form_2024": "सामान्य", - "form_2027": "सामान्य", - "form_2030": "सामान्य", - "form_2033": "सामान्य", - "form_2036": "सामान्य", - "form_2039": "सामान्य", - "form_2042": "सामान्य", - "form_2045": "सामान्य", - "form_2048": "सामान्य", - "form_2051": "सामान्य", - "form_2054": "सामान्य", - "form_2057": "सामान्य", - "form_2060": "सामान्य", - "form_2063": "सामान्य", - "form_2066": "सामान्य", - "form_2069": "सामान्य", - "form_2072": "सामान्य", - "form_2075": "सामान्य", - "form_2078": "सामान्य", - "form_2081": "सामान्य", - "form_2084": "सामान्य", - "form_2087": "सामान्य", - "form_2090": "सामान्य", - "form_2093": "सामान्य", - "form_2096": "सामान्य", - "form_2099": "सामान्य", - "form_2102": "सामान्य", - "form_2105": "सामान्य", - "form_2108": "सामान्य", - "form_2111": "सामान्य", - "form_2114": "सामान्य", - "form_2117": "सामान्य", - "form_2120": "सामान्य", - "form_2123": "सामान्य", - "form_2126": "सामान्य", - "form_2129": "सामान्य", - "form_2132": "सामान्य", - "form_2135": "सामान्य", - "form_2138": "सामान्य", - "form_2141": "सामान्य", - "form_2144": "सामान्य", - "form_2147": "सामान्य", - "form_2150": "सामान्य", - "form_2153": "सामान्य", - "form_2156": "सामान्य", - "form_2159": "सामान्य", - "form_2162": "सामान्य", - "form_2165": "सामान्य", - "form_2168": "सामान्य", - "form_2171": "सामान्य", - "form_2174": "सामान्य", - "form_2177": "सामान्य", - "form_2180": "सामान्य", - "form_2183": "सामान्य", - "form_2186": "सामान्य", - "form_2189": "सामान्य", - "form_2192": "सामान्य", - "form_2195": "सामान्य", - "form_2198": "सामान्य", - "form_2201": "सामान्य", - "form_2204": "सामान्य", - "form_2207": "सामान्य", - "form_2210": "सामान्य", - "form_2213": "सामान्य", - "form_2216": "सामान्य", - "form_2219": "सामान्य", - "form_2222": "सामान्य", - "form_2225": "सामान्य", - "form_2228": "सामान्य", - "form_2231": "सामान्य", - "form_2234": "सामान्य", - "form_2237": "सामान्य", - "form_2240": "सामान्य", - "form_2243": "सामान्य", - "form_2246": "सामान्य", - "form_2249": "सामान्य", - "form_2252": "सामान्य", - "form_2255": "सामान्य", - "form_2258": "सामान्य", - "form_2261": "सामान्य", - "form_2264": "सामान्य", - "form_2267": "सामान्य", - "form_2270": "सामान्य", - "form_2273": "सामान्य", - "form_2276": "सामान्य", - "form_2279": "सामान्य", - "form_2282": "सामान्य", - "form_2285": "सामान्य", - "form_2288": "सामान्य", - "form_2291": "सामान्य", - "form_2294": "सामान्य", - "form_2297": "सामान्य", - "form_2300": "सामान्य", - "form_2303": "सामान्य", - "form_2306": "सामान्य", - "form_2309": "सामान्य", - "form_2312": "सामान्य", - "form_2315": "सामान्य", - "form_2318": "सामान्य", - "form_2321": "सामान्य", - "form_2324": "सामान्य", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "फ़ीमेल", - "form_2331": "फ़ीमेल", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "लो फ़ॉम", - "form_2464": "ऐड फ़ॉम", - "form_2477": "फ़ेक फ़ॉम", - "form_2478": "ऐंटक फ़ॉम", - "form_2480": "फ़ेक फ़ॉम", - "form_2481": "ऐंटक फ़ॉम", - "form_2501": "सामान्य", - "form_2504": "सामान्य", - "form_2507": "सामान्य", - "form_2510": "सामान्य", - "form_2513": "सामान्य", - "form_2516": "सामान्य", - "form_2540": "आइस फ़ेस", - "form_2541": "बढ़या फ़ेस", - "form_2542": "मेल", - "form_2543": "फ़ीमेल", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "कंग ऑफ़ सॉड", - "form_2577": "कई बैटल का हीरो", - "form_2578": "कंग ऑफ़ शीड", - "form_2579": "कई बैटल का हीरो", - "form_2580": "Eternamax", - "form_2581": "सामान्य", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "सामान्य", - "form_2588": "फ़ीमेल", - "form_2589": "सामान्य", - "form_2590": "फ़ीमेल", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "सूरज नकला आ है", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "लम डांस टाइल", - "form_2680": "पॉम-पॉम डांस टाइल", - "form_2681": "ला डांस टाइल", - "form_2683": "फ़ैन डांस टाइल", - "form_2684": "मड-डे फ़ॉम", - "form_2685": "मडनाइट फ़ॉम", - "form_2686": "ट्वाइलाइट फ़ॉम", - "form_2687": "सोलो फ़ॉम", - "form_2688": "कल फ़ॉम", - "form_2689": "सामान्य", - "form_2690": "बग", - "form_2691": "डाक", - "form_2692": "डैगन", - "form_2693": "इलटक", - "form_2694": "फ़ेर", - "form_2695": "फ़ाइटंग", - "form_2696": "फ़ायर", - "form_2697": "़लाइंग", - "form_2698": "घोट", - "form_2699": "ास", - "form_2700": "ाउंड", - "form_2701": "आइस", - "form_2702": "पॉइज़न", - "form_2703": "साइकक", - "form_2704": "रॉक", - "form_2705": "टल", - "form_2706": "वॉटर", - "form_2707": "Meteor Blue", - "form_2708": "Blue Plumage", - "form_2709": "Green Plumage", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "Yellow Plumage", - "form_2715": "रवील फ़ॉम", - "form_2716": "डगाइज़ फ़ॉम", - "form_2717": "सामान्य", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "सामान्य", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "सामान्य", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "ट्वाइलाइट फ़ॉम", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "सूरज नकला आ है", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "सूरज नकला आ है", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "इंकानेशन फ़ॉम", - "form_2803": "सेेड बीट फ़ॉम", - "form_2804": "वाइट-टाइप फ़ॉम", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "सामान्य", - "form_2808": "फ़ीमेल", - "form_2809": "सामान्य", - "form_2810": "सामान्य", - "form_2811": "सामान्य", - "form_2812": "सामान्य", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "सामान्य", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "ओरजन फ़ॉम", - "form_2830": "ओरजन फ़ॉम", - "form_2831": "सामान्य", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "सामान्य", - "form_2982": "फ़ीमेल", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Green Plumage", - "form_2986": "Blue Plumage", - "form_2987": "Yellow Plumage", - "form_2988": "White", - "form_2989": "Zero Form", - "form_2990": "कई बैटल का हीरो", - "form_2991": "Curly Form", - "form_2992": "Droopy Form", - "form_2993": "Stretchy Form", - "form_2994": "Two-Segment Form", - "form_2995": "Three-Segment Form", - "form_2996": "Apex Build", - "form_2997": "Ultimate Mode", - "form_2998": "सामान्य", - "form_3000": "सामान्य", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "मेल", - "gender_2": "फ़ीमेल", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "Alola", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "लांच", - "grunt_2": "कडेला", - "grunt_3": "पाक", - "grunt_4": "जूनयर (मेल)", - "grunt_5": "जूनयर (फ़ीमेल)", - "grunt_6": "बग - जूनयर (फ़ीमेल)", - "grunt_7": "बग - जूनयर (मेल)", - "grunt_8": "जूनयर (फ़ीमेल)", - "grunt_9": "जूनयर (मेल)", - "grunt_10": "डाक - जूनयर (फ़ीमेल)", - "grunt_11": "डाक - जूनयर (मेल)", - "grunt_12": "डैगन - जूनयर (फ़ीमेल)", - "grunt_13": "डैगन - जूनयर (मेल)", - "grunt_14": "फ़ेर - जूनयर (फ़ीमेल)", - "grunt_15": "फ़ेर - जूनयर (मेल)", - "grunt_16": "फ़ाइटंग - जूनयर (फ़ीमेल)", - "grunt_17": "फ़ाइटंग - जूनयर (मेल)", - "grunt_18": "फ़ायर - जूनयर (फ़ीमेल)", - "grunt_19": "फ़ायर - जूनयर (मेल)", - "grunt_20": "़लाइंग - जूनयर (फ़ीमेल)", - "grunt_21": "़लाइंग - जूनयर (मेल)", - "grunt_22": "ास - जूनयर (फ़ीमेल)", - "grunt_23": "ास - जूनयर (मेल)", - "grunt_24": "ाउंड - जूनयर (फ़ीमेल)", - "grunt_25": "ाउंड - जूनयर (मेल)", - "grunt_26": "आइस - जूनयर (फ़ीमेल)", - "grunt_27": "आइस - जूनयर (मेल)", - "grunt_28": "टल - जूनयर (फ़ीमेल)", - "grunt_29": "टल - जूनयर (मेल)", - "grunt_30": "नॉमल - जूनयर (फ़ीमेल)", - "grunt_31": "नॉमल - जूनयर (मेल)", - "grunt_32": "पॉइज़न - जूनयर (फ़ीमेल)", - "grunt_33": "पॉइज़न - जूनयर (मेल)", - "grunt_34": "साइकक - जूनयर (फ़ीमेल)", - "grunt_35": "साइकक - जूनयर (मेल)", - "grunt_36": "रॉक - जूनयर (फ़ीमेल)", - "grunt_37": "रॉक - जूनयर (मेल)", - "grunt_38": "वॉटर - जूनयर (फ़ीमेल)", - "grunt_39": "वॉटर - जूनयर (मेल)", - "grunt_40": "Player Team Leader", - "grunt_41": "लडर लफ़", - "grunt_42": "लडर आलो", - "grunt_43": "लडर सएरा", - "grunt_44": "जोवानी", - "grunt_45": "झांसा देने वाला जूनयर (मेल)", - "grunt_46": "झांसा देने वाला जूनयर (फ़ीमेल)", - "grunt_47": "घोट - जूनयर (फ़ीमेल)", - "grunt_48": "घोट - जूनयर (मेल)", - "grunt_49": "इलटक - जूनयर (फ़ीमेल)", - "grunt_50": "इलटक - जूनयर (मेल)", - "grunt_51": "जूनयर (फ़ीमेल)", - "grunt_52": "जूनयर (मेल)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "बग - जूनयर (फ़ीमेल)", - "grunt_56": "बग - जूनयर (मेल)", - "grunt_57": "डाक - जूनयर (फ़ीमेल)", - "grunt_58": "डाक - जूनयर (मेल)", - "grunt_59": "डैगन - जूनयर (फ़ीमेल)", - "grunt_60": "डैगन - जूनयर (मेल)", - "grunt_61": "फ़ेर - जूनयर (फ़ीमेल)", - "grunt_62": "फ़ेर - जूनयर (मेल)", - "grunt_63": "फ़ाइटंग - जूनयर (फ़ीमेल)", - "grunt_64": "फ़ाइटंग - जूनयर (मेल)", - "grunt_65": "फ़ायर - जूनयर (फ़ीमेल)", - "grunt_66": "फ़ायर - जूनयर (मेल)", - "grunt_67": "़लाइंग - जूनयर (फ़ीमेल)", - "grunt_68": "़लाइंग - जूनयर (मेल)", - "grunt_69": "ास - जूनयर (फ़ीमेल)", - "grunt_70": "ास - जूनयर (मेल)", - "grunt_71": "ाउंड - जूनयर (फ़ीमेल)", - "grunt_72": "ाउंड - जूनयर (मेल)", - "grunt_73": "आइस - जूनयर (फ़ीमेल)", - "grunt_74": "आइस - जूनयर (मेल)", - "grunt_75": "जूनयर (फ़ीमेल)", - "grunt_76": "जूनयर (मेल)", - "grunt_77": "नॉमल - जूनयर (फ़ीमेल)", - "grunt_78": "नॉमल - जूनयर (मेल)", - "grunt_79": "पॉइज़न - जूनयर (फ़ीमेल)", - "grunt_80": "पॉइज़न - जूनयर (मेल)", - "grunt_81": "साइकक - जूनयर (फ़ीमेल)", - "grunt_82": "साइकक - जूनयर (मेल)", - "grunt_83": "रॉक - जूनयर (फ़ीमेल)", - "grunt_84": "रॉक - जूनयर (मेल)", - "grunt_85": "वॉटर - जूनयर (फ़ीमेल)", - "grunt_86": "वॉटर - जूनयर (मेल)", - "grunt_87": "घोट - जूनयर (फ़ीमेल)", - "grunt_88": "घोट - जूनयर (मेल)", - "grunt_89": "इलटक - जूनयर (फ़ीमेल)", - "grunt_90": "इलटक - जूनयर (मेल)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "कोई नहीं", - "grunt_a_1": "लांच", - "grunt_a_2": "कडेला", - "grunt_a_3": "पाक", - "grunt_a_4": "जूनयर ♂", - "grunt_a_5": "जूनयर ♀", - "grunt_a_6": "बग ♀", - "grunt_a_7": "बग ♂", - "grunt_a_8": "जूनयर ♀", - "grunt_a_9": "जूनयर ♂", - "grunt_a_10": "डाक ♀", - "grunt_a_11": "डाक ♂", - "grunt_a_12": "डैगन ♀", - "grunt_a_13": "डैगन ♂", - "grunt_a_14": "फ़ेर ♀", - "grunt_a_15": "फ़ेर ♂", - "grunt_a_16": "फ़ाइटंग ♀", - "grunt_a_17": "फ़ाइटंग ♂", - "grunt_a_18": "फ़ायर ♀", - "grunt_a_19": "फ़ायर ♂", - "grunt_a_20": "़लाइंग ♀", - "grunt_a_21": "़लाइंग ♂", - "grunt_a_22": "ास ♀", - "grunt_a_23": "ास ♂", - "grunt_a_24": "ाउंड ♀", - "grunt_a_25": "ाउंड ♂", - "grunt_a_26": "आइस ♀", - "grunt_a_27": "आइस ♂", - "grunt_a_28": "टल ♀", - "grunt_a_29": "टल ♂", - "grunt_a_30": "नॉमल ♀", - "grunt_a_31": "नॉमल ♂", - "grunt_a_32": "पॉइज़न ♀", - "grunt_a_33": "पॉइज़न ♂", - "grunt_a_34": "साइकक ♀", - "grunt_a_35": "साइकक ♂", - "grunt_a_36": "रॉक ♀", - "grunt_a_37": "रॉक ♂", - "grunt_a_38": "वॉटर ♀", - "grunt_a_39": "वॉटर ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "लडर लफ़", - "grunt_a_42": "लडर आलो", - "grunt_a_43": "लडर सएरा", - "grunt_a_44": "जोवानी", - "grunt_a_45": "झांसा देने वाला जूनयर ♂", - "grunt_a_46": "झांसा देने वाला जूनयर ♀", - "grunt_a_47": "घोट ♀", - "grunt_a_48": "घोट ♂", - "grunt_a_49": "इलटक ♀", - "grunt_a_50": "इलटक ♂", - "grunt_a_51": "जूनयर ♀", - "grunt_a_52": "जूनयर ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "बग ♀", - "grunt_a_56": "बग ♂", - "grunt_a_57": "डाक ♀", - "grunt_a_58": "डाक ♂", - "grunt_a_59": "डैगन ♀", - "grunt_a_60": "डैगन ♂", - "grunt_a_61": "फ़ेर ♀", - "grunt_a_62": "फ़ेर ♂", - "grunt_a_63": "फ़ाइटंग ♀", - "grunt_a_64": "फ़ाइटंग ♂", - "grunt_a_65": "फ़ायर ♀", - "grunt_a_66": "फ़ायर ♂", - "grunt_a_67": "़लाइंग ♀", - "grunt_a_68": "़लाइंग ♂", - "grunt_a_69": "ास ♀", - "grunt_a_70": "ास ♂", - "grunt_a_71": "ाउंड ♀", - "grunt_a_72": "ाउंड ♂", - "grunt_a_73": "आइस ♀", - "grunt_a_74": "आइस ♂", - "grunt_a_75": "जूनयर ♀", - "grunt_a_76": "जूनयर ♂", - "grunt_a_77": "नॉमल ♀", - "grunt_a_78": "नॉमल ♂", - "grunt_a_79": "पॉइज़न ♀", - "grunt_a_80": "पॉइज़न ♂", - "grunt_a_81": "साइकक ♀", - "grunt_a_82": "साइकक ♂", - "grunt_a_83": "रॉक ♀", - "grunt_a_84": "रॉक ♂", - "grunt_a_85": "वॉटर ♀", - "grunt_a_86": "वॉटर ♂", - "grunt_a_87": "घोट ♀", - "grunt_a_88": "घोट ♂", - "grunt_a_89": "इलटक ♀", - "grunt_a_90": "इलटक ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "अज्ञात", - "item_1": "पोक बॉल", - "item_2": "ेट बॉल", - "item_3": "अटा बॉल", - "item_4": "माटर बॉल", - "item_5": "ीमयर बॉल", - "item_6": "बीट बॉल", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "दवा", - "item_102": "सुपर दवा", - "item_103": "हाइपर दवा", - "item_104": "मैस दवा", - "item_201": "रवाइव", - "item_202": "मैस रवाइव", - "item_301": "लक एग", - "item_401": "इंसेंस", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "मटी बॉस", - "item_406": "दैनक एडवेंचर इंसेंस", - "item_407": "कॉइन बैग", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "अटैट मॉड्यूल", - "item_502": "लशयल अटैट मॉड्यूल", - "item_503": "मॉस अटैट मॉड्यूल", - "item_504": "मैनेटक अटैट मॉड्यूल", - "item_505": "रनी अटैट मॉड्यूल", - "item_506": "गोडन अटैट मॉड्यूल", - "item_602": "X अटैक", - "item_603": "X डफ़ेंस", - "item_604": "अपरभािषत", - "item_650": "ज़ाइगाड सेल", - "item_651": "ज़ाइगाड यूब​", - "item_701": "रैज़ बेर", - "item_702": "लुक बेर", - "item_703": "नैनब बेर", - "item_704": "वीपीयर बेर", - "item_705": "पाइनऐप बेर", - "item_706": "गोडन रैज़ बेर", - "item_707": "Golden Nanab Berry", - "item_708": "सवर पाइनऐप बेर", - "item_709": "पॉफ़न", - "item_801": "कमरा", - "item_802": "टकर", - "item_803": "पोटकाड बुक", - "item_901": "इयूबेटर ∞", - "item_902": "एग इयूबेटर", - "item_903": "सुपर इयूबेटर", - "item_1001": "पोकमॉन टोरज", - "item_1002": "आइटम बैग", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "सन टोन", - "item_1102": "कंग रॉक", - "item_1103": "मेटल कोट", - "item_1104": "डैगन कल", - "item_1105": "अपेड", - "item_1106": "सनोह टोन", - "item_1107": "युनोवा टोन", - "item_1150": "येबल सक", - "item_1201": "फ़ाट TM", - "item_1202": "चाज्ड TM", - "item_1203": "एलट फ़ाट TM", - "item_1204": "एलट चाज्ड TM", - "item_1250": "Meteorite", - "item_1301": "रयर कडी", - "item_1302": "रयर कडी XL", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "रड पास", - "item_1402": "ीमयम बैटल पास", - "item_1404": "टार पीस", - "item_1405": "गट", - "item_1406": "टम मेडालयन", - "item_1408": "रमोट रड पास", - "item_1409": "S Raid Ticket", - "item_1501": "रहयमय चीज़", - "item_1502": "रॉकट रडार", - "item_1503": "सुपर रॉकट रडार", - "item_1504": "शैडो का टुकड़ा", - "item_1505": "लाइट जेम", - "item_1506": "मैस पाटकल", - "item_1507": "मैस पाटकल पैक", - "item_1600": "टकट", - "item_1601": "टकट", - "item_1602": "टकट", - "item_1603": "टकट", - "item_1604": "अतरत टकट", - "item_1605": "अतरत टकट", - "item_1606": "GO बैटल लग क सीमत समय वाल रसच का पास", - "item_1607": "टकट", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "सफ़ार टकट : सयोल", - "item_1611": "सफ़ार टकट : बासलोना", - "item_1612": "सफ़ार टकट : मेसको सट", - "item_1613": "सफ़ार टकट : ताइनान", - "item_1614": "Ticket City Safari 04", - "item_1615": "टकट", - "item_1616": "टकट", - "item_1617": "टकट", - "item_1618": "टकट", - "item_1619": "टकट", - "item_1620": "टकट", - "item_1621": "टकट", - "item_1622": "टकट", - "item_1623": "टकट", - "item_1624": "टकट", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "सामान्य", - "lure_502": "लशयल", - "lure_503": "मॉस", - "lure_504": "मैनेटक", - "lure_505": "रनी", - "lure_506": "गोडन", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "अज्ञात", - "move_1": "थंडर शॉक", - "move_2": "वक अटैक", - "move_3": "ैच", - "move_4": "एबर", - "move_5": "वाइन वप", - "move_6": "टैकल", - "move_7": "रज़र लफ़", - "move_8": "टक डाउन", - "move_9": "वॉटर गन", - "move_10": "बाइट", - "move_11": "पाउंड", - "move_12": "डबल लैप ", - "move_13": "जकड़ना", - "move_14": "हाइपर बीम", - "move_15": "लक", - "move_16": "डाक पस", - "move_17": "मॉग", - "move_18": "कचड़", - "move_19": "मेटल लॉ", - "move_20": "वाइस िप", - "move_21": "लम हील", - "move_22": "मेगाहॉन", - "move_23": "वंग अटैक", - "move_24": "लमोअर", - "move_25": "सर्ाइज़ पंच", - "move_26": "खोदना", - "move_27": "अड़ंगी", - "move_28": "ॉस चॉप", - "move_29": "साइको कट", - "move_30": "साइबीम", - "move_31": "अथवेक", - "move_32": "टोन एज", - "move_33": "आइस पंच", - "move_34": "हाट टैप", - "move_35": "डचाज", - "move_36": "लैश कनन", - "move_37": "पेक", - "move_38": "डल पेक", - "move_39": "आइस बीम", - "move_40": "लज़ड", - "move_41": "एयर लैश", - "move_42": "हीट वेव", - "move_43": "डबल नीडल", - "move_44": "पॉइज़न जैब", - "move_45": "एरयल एस", - "move_46": "डल रन", - "move_47": "पेटल लज़ड", - "move_48": "मेगा डेन", - "move_49": "बग बज़", - "move_50": "पॉइज़न फ़ैंग", - "move_51": "नाइट लैश", - "move_52": "लैश", - "move_53": "बबल बीम", - "move_54": "समशन", - "move_55": "कराट चॉप", - "move_56": "लो कक", - "move_57": "ऐवा जेट", - "move_58": "ऐवा टल", - "move_59": "सीड बम", - "move_60": "साइशॉक", - "move_61": "रॉक ो", - "move_62": "एशंट पावर", - "move_63": "रॉक टूम", - "move_64": "रॉक लाइड", - "move_65": "पावर जेम", - "move_66": "शैडो नीक", - "move_67": "शैडो पंच", - "move_68": "शैडो लॉ", - "move_69": "ऑमनस", - "move_70": "शैडो बॉल", - "move_71": "बुलट पंच", - "move_72": "मैनेट बम", - "move_73": "टल वंग", - "move_74": "आयरन हेड", - "move_75": "पैराबॉलक चाज", - "move_76": "पाक", - "move_77": "थंडर पंच", - "move_78": "थंडर", - "move_79": "थंडरबोट", - "move_80": "ट्वटर", - "move_81": "डैगन ेथ", - "move_82": "डैगन पस", - "move_83": "डैगन लॉ", - "move_84": "चामंग वॉइस", - "move_85": "डेनंग कस", - "move_86": "डैज़्लग लम", - "move_87": "मून लाट", - "move_88": "ल रफ़", - "move_89": "ॉस पॉइज़न", - "move_90": "कचड़ बम", - "move_91": "लज वेव", - "move_92": "गंक शॉट", - "move_93": "मड शॉट", - "move_94": "बोन लब", - "move_95": "बुलडोज़", - "move_96": "मड बम", - "move_97": "युर कटर", - "move_98": "बग बाईट", - "move_99": "सनल बीम", - "move_100": "एस-सज़र", - "move_101": "लम चाज", - "move_102": "लम बस्ट", - "move_103": "फ़ायर लाट", - "move_104": "सॉट वॉटर", - "move_105": "वॉटर पस", - "move_106": "कॉड", - "move_107": "हाइडो पंप", - "move_108": "साइकक", - "move_109": "साइटाइक", - "move_110": "आइस शाड", - "move_111": "आइसी वंड", - "move_112": "ॉट ेथ", - "move_113": "ऐसॉब", - "move_114": "गीगा डेन", - "move_115": "फ़ायर पंच", - "move_116": "सोलर बीम", - "move_117": "लफ़ लड", - "move_118": "पावर हप", - "move_119": "लैश", - "move_120": "ऐसड", - "move_121": "एयर कटर", - "move_122": "तूफ़ान", - "move_123": "क ेक", - "move_124": "कट", - "move_125": "वट", - "move_126": "हॉन अटैक", - "move_127": "टॉप", - "move_128": "हेडबट", - "move_129": "हाइपर फ़ैंग", - "move_130": "लैम", - "move_131": "बॉडी लैम", - "move_132": "रट", - "move_133": "टगल", - "move_134": "कॉड", - "move_135": "हाइडो पंप", - "move_136": "जकड़ना", - "move_137": "जकड़ना", - "move_200": "युर कटर", - "move_201": "बग बाईट", - "move_202": "बाइट", - "move_203": "सर्ाइज़ पंच", - "move_204": "डैगन ेथ", - "move_205": "थंडर शॉक", - "move_206": "पाक", - "move_207": "अड़ंगी", - "move_208": "कराट चॉप", - "move_209": "एबर", - "move_210": "वंग अटैक", - "move_211": "पेक", - "move_212": "लक", - "move_213": "शैडो लॉ", - "move_214": "वाइन वप", - "move_215": "रज़र लफ़", - "move_216": "मड शॉट", - "move_217": "आइस शाड", - "move_218": "ॉट ेथ", - "move_219": "वक अटैक", - "move_220": "ैच", - "move_221": "टैकल", - "move_222": "पाउंड", - "move_223": "कट", - "move_224": "पॉइज़न जैब", - "move_225": "ऐसड", - "move_226": "साइको कट", - "move_227": "रॉक ो", - "move_228": "मेटल लॉ", - "move_229": "बुलट पंच", - "move_230": "वॉटर गन", - "move_231": "लैश", - "move_232": "वॉटर गन", - "move_233": "मड-लैप", - "move_234": "ज़ेन हेडबट", - "move_235": "कंयूज़न", - "move_236": "पॉइज़न टंग", - "move_237": "बबल", - "move_238": "फ़ेइंट अटैक", - "move_239": "टल वंग", - "move_240": "फ़ायर फ़ैंग", - "move_241": "रॉक मैश", - "move_242": "टांसफ़ॉम", - "move_243": "काउंटर", - "move_244": "पाउडर नो", - "move_245": "लोज़ कॉबैट", - "move_246": "डाइनैमक पंच", - "move_247": "फ़ोकस लाट", - "move_248": "ऑरोरा बीम", - "move_249": "चाज बीम", - "move_250": "वोट वच", - "move_251": "वाइड चाज", - "move_252": "ज़ैप कनन", - "move_253": "डैगन टल", - "move_254": "ऐवलांच", - "move_255": "एयर लैश", - "move_256": "ेव बड", - "move_257": "काइ अटैक", - "move_258": "सैंड टूम", - "move_259": "रॉक लाट", - "move_260": "इंफ़ेटशन", - "move_261": "टगल बग", - "move_262": "सवर वंड", - "move_263": "ऐटॉनश", - "move_264": "हेस", - "move_265": "नाइट शेड", - "move_266": "आयरन टल", - "move_267": "जायरो बॉल", - "move_268": "हेवी लैम", - "move_269": "फ़ायर िपन", - "move_270": "ओवरहीट", - "move_271": "बुलट सीड", - "move_272": "ास नॉट", - "move_273": "एनिज बॉल", - "move_274": "एटासेंसर", - "move_275": "यूचर साइट", - "move_276": "मरर कोट", - "move_277": "आउटज", - "move_278": "गुराना", - "move_279": "ंच", - "move_280": "फ़ाउल ल", - "move_281": "हडन पावर", - "move_282": "टक डाउन", - "move_283": "वॉटरफ़ॉल", - "move_284": "सर्फ़", - "move_285": "डेको मीटयोर", - "move_286": "डूम डज़ायर", - "move_287": "यॉन", - "move_288": "साइको बूट", - "move_289": "ऑरजन पस", - "move_290": "लफ़ लड", - "move_291": "ेज़ेंट", - "move_292": "वेदर बॉल", - "move_293": "वेदर बॉल", - "move_294": "वेदर बॉल", - "move_295": "वेदर बॉल", - "move_296": "ज़ी लांट", - "move_297": "मैक डाउन", - "move_298": "लाट बन", - "move_299": "हाइडो कनन", - "move_300": "लाट रज़ॉट", - "move_301": "मीटयोर मैश", - "move_302": "कल बैश", - "move_303": "ऐसड े", - "move_304": "पृवी शत", - "move_305": "ैबहैमर", - "move_306": "लज", - "move_307": "श लॉ", - "move_308": "ऑटाज़ूका", - "move_309": "मरर शॉट", - "move_310": "सुपरपावर", - "move_311": "फ़ेल टंगर", - "move_312": "लफ़ टोरनेडो", - "move_313": "लच लाइफ़", - "move_314": "डेन पंच", - "move_315": "शैडो बोन", - "move_316": "मडी वॉटर", - "move_317": "लज़ कक", - "move_318": "रज़र शेल", - "move_319": "पावर-अप पंच", - "move_320": "चाम", - "move_321": "गीगा इपैट", - "move_322": "टशन", - "move_323": "रटन", - "move_324": "संोनॉइज़", - "move_325": "लॉक-ऑन", - "move_326": "थंडर फ़ैंग", - "move_327": "आइस फ़ैंग", - "move_328": "हॉन डल", - "move_329": "िफ़शर", - "move_330": "सेेड सॉड", - "move_331": "लाइंग ेस", - "move_332": "ऑरा फ़ीयर", - "move_333": "पेबैक", - "move_334": "रॉक रकर", - "move_335": "ऐरोलाट", - "move_336": "टनो लाट", - "move_337": "टनो लाट", - "move_338": "टनो लाट", - "move_339": "टनो लाट", - "move_340": "टनो लाट", - "move_341": "लाई", - "move_342": "वी-ीऐट", - "move_343": "लफ़ टॉम", - "move_344": "टाइ अटैक", - "move_345": "हवा का झोंका", - "move_346": "इंसनरट", - "move_347": "Dark Void", - "move_348": "फ़ेदर डांस", - "move_349": "Fiery Dance", - "move_350": "फ़ेर वंड", - "move_351": "Relic Song", - "move_352": "वेदर बॉल", - "move_353": "साइकक फैंस", - "move_354": "हाइपरपेस युर", - "move_355": "हाइपरपेस होल", - "move_356": "डबल कक", - "move_357": "मैजकल लफ़", - "move_358": "सेेड फ़ायर", - "move_359": "आइसकल पीयर", - "move_360": "ऐरोलाट+", - "move_361": "ऐरोलाट++", - "move_362": "सेेड फ़ायर+", - "move_363": "सेेड फ़ायर++", - "move_364": "कलाबाज़ी", - "move_365": "लटर पज", - "move_366": "मट बॉल", - "move_367": "ूटल वंग", - "move_368": "रोलआउट", - "move_369": "सीड लयर", - "move_370": "ऑटट", - "move_371": "शैडो फ़ोस", - "move_372": "मीटयोर बीम", - "move_373": "वॉटर शुरकन", - "move_374": "यूज़न बोट", - "move_375": "यूज़न लयर", - "move_376": "पोटगाइट", - "move_377": "हाई हॉसपावर", - "move_378": "लशीएट", - "move_379": "ेकंग वाइप", - "move_380": "बूमबस्ट", - "move_381": "डबल आइरन बैश", - "move_382": "मटकल फ़ायर", - "move_383": "एवा ेक", - "move_384": "डैगन असेंट", - "move_385": "लफ़ेज", - "move_386": "मैमा टॉम", - "move_387": "जयोमैंसी", - "move_388": "पेशयल रंड​", - "move_389": "ऑलवयन वंग", - "move_390": "नेचर मैडनेस", - "move_391": "Triple Axel", - "move_392": "Trailblaze", - "move_393": "Scorching Sands", - "move_394": "रोर ऑफ टाइम", - "move_395": "Bleakwind Storm", - "move_396": "Sandsear Storm", - "move_397": "Wildbolt Storm", - "move_398": "िपरट शैकल", - "move_399": "Volt Tackle", - "move_400": "डाकट लैरयट", - "move_401": "साइवेव", - "move_402": "मेटल साउंड", - "move_403": "सैंड अटैक", - "move_404": "सनटल टाइक", - "move_405": "मूनगाइट बीम", - "move_406": "Aura Wheel", - "move_407": "Aura Wheel", - "move_408": "हाई जप कक", - "move_409": "मैस लयर", - "move_410": "मैस लटरबाई", - "move_411": "मैस लाइटनंग", - "move_412": "मैस टाइक", - "move_413": "मैस नकल", - "move_414": "मैस फ़ैंटै़म", - "move_415": "मैस हेलटॉम", - "move_416": "मैस ऊज़", - "move_417": "मैस गीज़र", - "move_418": "मैस एयरटीम", - "move_419": "मैस टारफ़ॉल", - "move_420": "मैस वमवंड", - "move_421": "मैस माइंडटॉम", - "move_422": "मैस रॉकफ़ॉल", - "move_423": "मैस वेक", - "move_424": "मैस डाकनेस", - "move_425": "मैस ओवरोथ", - "move_426": "मैस टलपाइक", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "फ़ोस पाम", - "move_463": "पाकलग आरया", - "poke_0": "बदलना", - "poke_1": "बबासॉर", - "poke_2": "आइवीसॉर", - "poke_3": "वीनासॉर", - "poke_3_e1": "मेगा वीनासॉर", - "poke_4": "चारमैंडर", - "poke_5": "चामलयन", - "poke_6": "चारज़ाड", - "poke_6_e2": "मेगा चारज़ाड X", - "poke_6_e3": "मेगा चारज़ाड Y", - "poke_7": "वटल", - "poke_8": "वॉरटॉटल", - "poke_9": "लाटॉइस", - "poke_9_e1": "मेगा लाटॉइस", - "poke_10": "कटरपी", - "poke_11": "मेटापॉड", - "poke_12": "बटर", - "poke_13": "वीडल", - "poke_14": "ककना", - "poke_15": "बीडल", - "poke_15_e1": "मेगा बीडल", - "poke_16": "िपजी", - "poke_17": "िपजयोटो", - "poke_18": "िपजऑट", - "poke_18_e1": "मेगा िपजऑट", - "poke_19": "रैटैटा", - "poke_20": "रैटकट", - "poke_21": "पीयरो", - "poke_22": "िफ़यरो", - "poke_23": "ऐकंस", - "poke_24": "आरबॉक", - "poke_25": "िपकाचू", - "poke_26": "राइचू", - "poke_27": "सैंडू", - "poke_28": "सैंडलैश", - "poke_29": "नीडोरैन ♀", - "poke_30": "नीडोरना", - "poke_31": "नीडोवीन", - "poke_32": "नीडोरैन♂", - "poke_33": "नीडोरनो", - "poke_34": "नीडोकंग", - "poke_35": "लफ़ेर", - "poke_36": "लफ़ेबल", - "poke_37": "वलपस", - "poke_38": "नाइनटस", - "poke_39": "जलपफ़", - "poke_40": "वलटफ़", - "poke_41": "ज़ूबैट", - "poke_42": "गोलबैट", - "poke_43": "ऑडश", - "poke_44": "लूम", - "poke_45": "वाइललूम", - "poke_46": "पैरस", - "poke_47": "पैरासेट", - "poke_48": "वेनोनैट", - "poke_49": "वेनोमॉथ", - "poke_50": "डगलट", - "poke_51": "डगटयो", - "poke_52": "याउथ", - "poke_53": "पशयन", - "poke_54": "साइडक", - "poke_55": "गोडक", - "poke_56": "मैंक", - "poke_57": "ाइमेप", - "poke_58": "ाउलथ", - "poke_59": "आकनाइन", - "poke_60": "बैंगचब", - "poke_61": "बैंगचबग", - "poke_62": "बैंगचबॉस", - "poke_63": "आबरा", - "poke_64": "काडाबरा", - "poke_65": "आलाकज़ाम", - "poke_65_e1": "मेगा आलाकज़ाम", - "poke_66": "मचॉप", - "poke_67": "मचोक", - "poke_68": "मचैप", - "poke_69": "बेलाउट", - "poke_70": "वीिपनबेल", - "poke_71": "वटीबेल", - "poke_72": "टंटाकल", - "poke_73": "टंटाूअल", - "poke_74": "जयोडूड", - "poke_75": "ैवलर", - "poke_76": "गोलम", - "poke_77": "पोनीटा", - "poke_78": "रैिपडैश", - "poke_79": "लोपोक", - "poke_80": "लोो", - "poke_80_e1": "मेगा लोो", - "poke_81": "मैनेमाइट", - "poke_82": "मैनेटॉन", - "poke_83": "फ़ारफ़ेच", - "poke_84": "डोडुओ", - "poke_85": "डोडयो", - "poke_86": "सीसील", - "poke_87": "सीगायगर", - "poke_88": "ाइमर", - "poke_89": "मक", - "poke_90": "शेडर", - "poke_91": "शेलोपल", - "poke_92": "गैटल", - "poke_93": "हॉटर", - "poke_94": "गेंगार", - "poke_94_e1": "मेगा गेंगार", - "poke_95": "ऑनस", - "poke_96": "डाउज़ी", - "poke_97": "हपनो", - "poke_98": "ैबी", - "poke_99": "कंगलर", - "poke_100": "वोटॉब", - "poke_101": "इलटोड", - "poke_102": "एगोला", - "poke_103": "नारयोला", - "poke_104": "यूबोन", - "poke_105": "मैरोवैक", - "poke_106": "ककाटैक", - "poke_107": "मुकाटैक", - "poke_108": "लकटंग", - "poke_109": "कॉिफ़ंग", - "poke_110": "वीिज़ंग", - "poke_111": "राइहॉन", - "poke_112": "राइडॉन", - "poke_113": "चैंसी", - "poke_114": "उलझारा", - "poke_115": "गारामॉन", - "poke_115_e1": "मेगा गारामॉन", - "poke_116": "हॉसी", - "poke_117": "सीडा", - "poke_118": "गोडीन", - "poke_119": "सीकंग", - "poke_120": "टारयू", - "poke_121": "टारमी", - "poke_122": "मटर माइम", - "poke_123": "टाइकट", - "poke_124": "लपलप", - "poke_125": "इलकटक", - "poke_126": "मैमार", - "poke_127": "िपंसर", - "poke_127_e1": "मेगा िपंसर", - "poke_128": "टॉरोस", - "poke_129": "मैजकाप", - "poke_130": "गैराडोस", - "poke_130_e1": "मेगा गैराडोस", - "poke_131": "लैस", - "poke_132": "डो", - "poke_133": "ईवी", - "poke_134": "नीरवी", - "poke_135": "थंडरवी", - "poke_136": "लरवी", - "poke_137": "पोरगॉन", - "poke_138": "ऑमानाइट", - "poke_139": "ऑमाटार", - "poke_140": "कबूटो", - "poke_141": "कबूटॉस", - "poke_142": "ऐरोडैटल", - "poke_142_e1": "मेगा ऐरोडैटल", - "poke_143": "नोरलैस", - "poke_144": "आटकनो", - "poke_145": "ज़ैपडोस", - "poke_146": "मोटस", - "poke_147": "डटनी", - "poke_148": "डैगनेयर", - "poke_149": "डैगनाइट", - "poke_150": "यूटू", - "poke_150_e2": "मेगा यूटू X", - "poke_150_e3": "मेगा यूटू Y", - "poke_151": "यू", - "poke_152": "चकोरटा", - "poke_153": "बेलफ़", - "poke_154": "मैगेनयम", - "poke_155": "सुइगार", - "poke_156": "सुइलावा", - "poke_157": "वसफ़ान", - "poke_158": "नहामछ", - "poke_159": "ोकोमछ", - "poke_160": "महामछ", - "poke_161": "नेवर", - "poke_162": "फ़रबला", - "poke_163": "उलूल", - "poke_164": "नशाउल", - "poke_165": "लडबा", - "poke_166": "लडयन", - "poke_167": "रशमक", - "poke_168": "ेडोमक", - "poke_169": "ोबैट", - "poke_170": "लालटून", - "poke_171": "लालटाना", - "poke_172": "िपचू", - "poke_173": "लफ़ा", - "poke_174": "इलबफ़", - "poke_175": "टोगेपी", - "poke_176": "टोगेटक", - "poke_177": "नेचची", - "poke_178": "नेचयामी", - "poke_179": "मेषीप", - "poke_180": "वोटून", - "poke_181": "डैगल", - "poke_181_e1": "मेगा डैगल", - "poke_182": "नासूम", - "poke_183": "बॉलबी", - "poke_184": "अबॉल", - "poke_185": "नकलटी", - "poke_186": "बैंगचीकंग", - "poke_187": "बीजप", - "poke_188": "पंखुल", - "poke_189": "ईल", - "poke_190": "हापी", - "poke_191": "नटमुखी", - "poke_192": "खुशमुखी", - "poke_193": "हेलकट", - "poke_194": "वूपर", - "poke_195": "दलदलॉड", - "poke_196": "मनवी", - "poke_197": "डाकवी", - "poke_198": "कालो", - "poke_199": "लोकंग", - "poke_200": "शरारम", - "poke_201": "नामालूम", - "poke_202": "सचमुची", - "poke_203": "जरािफ़रा", - "poke_204": "पाइनोला", - "poke_205": "जंकला", - "poke_206": "वररंग", - "poke_207": "लाइडंक", - "poke_208": "टलस", - "poke_208_e1": "मेगा टलस", - "poke_209": "बुलवान", - "poke_210": "बुलडोज", - "poke_211": "सुईिफ़श", - "poke_212": "सज़राथ", - "poke_212_e1": "मेगा सज़राथ", - "poke_213": "शेलसीप", - "poke_214": "हेराॉस", - "poke_214_e1": "मेगा हेराॉस", - "poke_215": "चोरला", - "poke_216": "टडीलू", - "poke_217": "भालूरन", - "poke_218": "लगमा", - "poke_219": "मैकारगो", - "poke_220": "शुअरबी", - "poke_221": "फ़रशूअर", - "poke_222": "हसमुंगा", - "poke_223": "मीनगन", - "poke_224": "ऑटोप", - "poke_225": "डेलबड", - "poke_226": "मैटागर", - "poke_227": "आकामर", - "poke_228": "डैवान", - "poke_229": "डीवान", - "poke_229_e1": "मेगा डीवान", - "poke_230": "कंगडा", - "poke_231": "नहाथी", - "poke_232": "डॉनागज", - "poke_233": "पोरगॉन2", - "poke_234": "बाराडीरा", - "poke_235": "रंगककर", - "poke_236": "फ़ाइटनौ", - "poke_237": "लूटैक", - "poke_238": "चूमम", - "poke_239": "इलकचा", - "poke_240": "शुमैग", - "poke_241": "मलटैंक", - "poke_242": "लसी", - "poke_243": "राइको", - "poke_244": "एंटइ", - "poke_245": "सुइकन", - "poke_246": "लारवार", - "poke_247": "कोषकटार", - "poke_248": "आमार", - "poke_248_e1": "मेगा आमार", - "poke_249": "लूगया", - "poke_250": "हो-ओह", - "poke_251": "सेलबी", - "poke_252": "टीकल", - "poke_253": "िकल", - "poke_254": "जंगलज़ाड", - "poke_254_e1": "मेगा जंगलज़ाड", - "poke_255": "आकक", - "poke_256": "युवाकक", - "poke_257": "गाराकक", - "poke_257_e1": "मेगा गाराकक", - "poke_258": "पंकबु", - "poke_259": "पंॉल", - "poke_260": "वायगर", - "poke_260_e1": "मेगा वायगर", - "poke_261": "पपीबघा", - "poke_262": "बड़ाबघा", - "poke_263": "लहरउन", - "poke_264": "लकन", - "poke_265": "इलल", - "poke_266": "रशकन", - "poke_267": "यूटलाई", - "poke_268": "रकन", - "poke_269": "ज़हरॉथ", - "poke_270": "कमलबी", - "poke_271": "टोकमल", - "poke_272": "फ़नटाना", - "poke_273": "नटल", - "poke_274": "नाकोंपल", - "poke_275": "कटील", - "poke_276": "मनबील", - "poke_277": "बगाबील", - "poke_278": "वंगल", - "poke_279": "पेलपर", - "poke_280": "शूस", - "poke_281": "करलया", - "poke_282": "शौवीनाइट", - "poke_282_e1": "मेगा शौवीनाइट", - "poke_283": "लॉलप", - "poke_284": "बारऑथ", - "poke_285": "बशम", - "poke_286": "ूमकप", - "poke_287": "आलसजी", - "poke_288": "बुलचुला", - "poke_289": "महालसी", - "poke_290": "माटजा", - "poke_291": "नकाब", - "poke_292": "ननकल", - "poke_293": "फ़ुसखुस", - "poke_294": "रोषरोर", - "poke_295": "शोरफ़ोड़", - "poke_296": "माकहता", - "poke_297": "हारयामा", - "poke_298": "बबॉल", - "poke_299": "मैगनाक", - "poke_300": "याल", - "poke_301": "याऊसावा", - "poke_302": "कालज़र", - "poke_302_e1": "मेगा कालज़र", - "poke_303": "मुचीट", - "poke_303_e1": "मेगा मुचीट", - "poke_304": "आइरोबल", - "poke_305": "आइरोहाड", - "poke_306": "आइरोडॉन", - "poke_306_e1": "मेगा आइरोडॉन", - "poke_307": "ननासन", - "poke_308": "करशवार", - "poke_308_e1": "मेगा करशवार", - "poke_309": "फ़ानडर", - "poke_310": "फ़ानबोट", - "poke_310_e1": "मेगा फ़ानबोट", - "poke_311": "लसल", - "poke_312": "माइनन", - "poke_313": "बबीट", - "poke_314": "लाइटनी", - "poke_315": "रोज़ेलया", - "poke_316": "नगलन", - "poke_317": "सबनगल", - "poke_318": "शारपीरा", - "poke_319": "शारपीडो", - "poke_319_e1": "मेगा शारपीडो", - "poke_320": "बेवेल", - "poke_321": "वेलॉड", - "poke_322": "डमूंट", - "poke_323": "वसफूंट", - "poke_323_e1": "मेगा वसफूंट", - "poke_324": "कोयटॉइस", - "poke_325": "सूिंग", - "poke_326": "िपगअर", - "poke_327": "चकरबी", - "poke_328": "मसरौ", - "poke_329": "कंपनावा", - "poke_330": "लाईगॉन", - "poke_331": "ककशाह", - "poke_332": "ककनीशा", - "poke_333": "ईी", - "poke_334": "ईटा", - "poke_334_e1": "मेगा ईटा", - "poke_335": "नेवलैश", - "poke_336": "सपश", - "poke_337": "चानटोन", - "poke_338": "सूरवरॉक", - "poke_339": "मूछल", - "poke_340": "मलाची", - "poke_341": "फ़ौजींगा", - "poke_342": "झींगीगा", - "poke_343": "टूलटॉय", - "poke_344": "माटमन", - "poke_345": "लडीप", - "poke_346": "हलगर", - "poke_347": "पाषींगा", - "poke_348": "पाषामर", - "poke_349": "दीनमीन", - "poke_350": "नीर", - "poke_351": "मौसमर", - "poke_352": "िछपगट", - "poke_353": "मूरसाया", - "poke_354": "ापूत", - "poke_354_e1": "मेगा ापूत", - "poke_355": "घूमरा", - "poke_356": "मंडरैना", - "poke_357": "टॉिपयस", - "poke_358": "टंगट", - "poke_359": "ऐसॉल", - "poke_359_e1": "मेगा ऐसॉल", - "poke_360": "सच", - "poke_361": "बफ़बचा", - "poke_362": "हमास", - "poke_362_e1": "मेगा हमास", - "poke_363": "सीसीलारा", - "poke_364": "सीलयार", - "poke_365": "सीसीलाज़म", - "poke_366": "सीपल", - "poke_367": "टलार", - "poke_368": "गुलाबस", - "poke_369": "पौराकंथ", - "poke_370": "यारशस", - "poke_371": "डैगाल", - "poke_372": "डैगोवच", - "poke_373": "सैलाोश", - "poke_373_e1": "मेगा सैलाोश", - "poke_374": "बलडम", - "poke_375": "मटैंग", - "poke_376": "मेटाोस", - "poke_376_e1": "मेगा मेटाोस", - "poke_377": "रजरॉक", - "poke_378": "रजआइस", - "poke_379": "रजटल", - "poke_380": "लाटयास", - "poke_380_e1": "मेगा लाटयास", - "poke_381": "लाटयोस", - "poke_381_e1": "मेगा लाटयोस", - "poke_382": "कायोगर", - "poke_383": "ाउडॉन", - "poke_384": "रवेज़ा", - "poke_384_e1": "मेगा रवेज़ा", - "poke_385": "जराची", - "poke_386": "डयॉसस", - "poke_387": "खलटल", - "poke_388": "जंगलटल", - "poke_389": "धराटॉइस", - "poke_390": "आगािप", - "poke_391": "फ़ायकप", - "poke_392": "वानफ़ायर", - "poke_393": "िपपलप", - "poke_394": "िंगपु", - "poke_395": "पेंगराजयन", - "poke_396": "मैनाक", - "poke_397": "मैनाटार", - "poke_398": "मैहॉक", - "poke_399": "ऊदब", - "poke_400": "बलापीपा", - "poke_401": "िझंगोलू", - "poke_402": "िझंगीत", - "poke_403": "टंलस", - "poke_404": "रोशनीयर", - "poke_405": "एसरशर", - "poke_406": "कोपल", - "poke_407": "गुलाक", - "poke_408": "कपाल", - "poke_409": "रैमटैंक", - "poke_410": "ढालाटॉस", - "poke_411": "कलाटॉस", - "poke_412": "बोरकट", - "poke_413": "मैमबोर", - "poke_414": "मॉथनर", - "poke_415": "टनबी", - "poke_416": "रानीबी", - "poke_417": "पाचरसू", - "poke_418": "टॎूनेव", - "poke_419": "नेवराट", - "poke_420": "चेरर", - "poke_421": "चेरलफ़ू", - "poke_422": "शेलगुमा", - "poke_423": "लगार", - "poke_424": "वानराथ", - "poke_425": "गुबारा", - "poke_426": "गुबावारा", - "poke_427": "रोलकान", - "poke_428": "रैबीनीयर", - "poke_428_e1": "मेगा रैबीनीयर", - "poke_429": "मैजीरम", - "poke_430": "ोडॉन", - "poke_431": "चामयाऊ", - "poke_432": "कपीकट", - "poke_433": "टंगनी", - "poke_434": "कंकबू", - "poke_435": "बुकटैंक", - "poke_436": "ॉज़ाइना", - "poke_437": "ॉज़ाटन", - "poke_438": "लांटनी", - "poke_439": "माइम जूनयर", - "poke_440": "हैपीनी", - "poke_441": "रैपचैप", - "poke_442": "कौकक", - "poke_443": "शागोला", - "poke_444": "गबाइट", - "poke_445": "गारचॉप", - "poke_445_e1": "मेगा गारचॉप", - "poke_446": "मंचलैस", - "poke_447": "रयोलु", - "poke_448": "लुकारयो", - "poke_448_e1": "मेगा लुकारयो", - "poke_449": "हपोपोटास", - "poke_450": "हपोडॉन", - "poke_451": "बछुवश", - "poke_452": "डैगाबष", - "poke_453": "ॉगावारा", - "poke_454": "ॉगावष", - "poke_455": "मासखाटैप", - "poke_456": "मीनोसेंट", - "poke_457": "नयोनश", - "poke_458": "मैचा", - "poke_459": "हमकप", - "poke_460": "बफ़ाशाह", - "poke_460_e1": "मेगा बफ़ाशाह", - "poke_461": "चंटला", - "poke_462": "मैनेज़ोन", - "poke_463": "लकलक", - "poke_464": "राइिपरयर", - "poke_465": "उलझाबो", - "poke_466": "इलकबल", - "poke_467": "मैमातोप", - "poke_468": "टोगेकस", - "poke_469": "हेलमेगा", - "poke_470": "लफ़ीवी", - "poke_471": "हमीवी", - "poke_472": "लाइबडंक", - "poke_473": "मैमोथर", - "poke_474": "पोरगॉन-Z", - "poke_475": "एललड", - "poke_475_e1": "मेगा एललड", - "poke_476": "ीमैगनाक", - "poke_477": "कालरैना", - "poke_478": "बफ़लका", - "poke_479": "रोटॉम", - "poke_480": "रहपर", - "poke_481": "यपर", - "poke_482": "मयपर", - "poke_483": "डयागा", - "poke_484": "पाकया", - "poke_485": "हीटैन", - "poke_486": "रजगगस", - "poke_487": "गराटना", - "poke_488": "सेलया", - "poke_489": "िफ़योने", - "poke_490": "मैनफ़ी", - "poke_491": "डाकराय", - "poke_492": "शेमन", - "poke_493": "आकयस", - "poke_494": "वटनी", - "poke_495": "वाईनेक", - "poke_496": "सपाइन", - "poke_497": "सपरयर", - "poke_498": "िपगमी", - "poke_499": "उमग", - "poke_500": "फ़ायवलॉड", - "poke_501": "ममोलू", - "poke_502": "सॉडोवार", - "poke_503": "रावसॉड", - "poke_504": "मूकाउट", - "poke_505": "पहरॉग", - "poke_506": "ललपप", - "poke_507": "टोलयर", - "poke_508": "ज़बरडॉग", - "poke_509": "चोरोकट", - "poke_510": "तेंदुआस", - "poke_511": "शाकप", - "poke_512": "वानशाक", - "poke_513": "रोटकप", - "poke_514": "वानरोट", - "poke_515": "नीरकप", - "poke_516": "वानीर", - "poke_517": "मूना", - "poke_518": "मूशना", - "poke_519": "कबूटंगा", - "poke_520": "यूटरगू", - "poke_521": "कूटर", - "poke_522": "हॉटाइप", - "poke_523": "ज़ेबटाइका", - "poke_524": "लडूगो", - "poke_525": "कोरटान", - "poke_526": "गीगायथर", - "poke_527": "चमचक", - "poke_528": "चमगाट", - "poke_529": "मोलडल", - "poke_530": "ाउंडर", - "poke_531": "ऑहैना", - "poke_531_e1": "मेगा ऑहैना", - "poke_532": "इशा", - "poke_533": "कॉलोहाड", - "poke_534": "बूडाबडा", - "poke_535": "डंबराउंड", - "poke_536": "मेंटोडर", - "poke_537": "टरटोडार", - "poke_538": "ोडानव", - "poke_539": "वाडानव", - "poke_540": "लपता", - "poke_541": "लपटाकन", - "poke_542": "आईलफ़", - "poke_543": "खंजूरा", - "poke_544": "रमॉथ", - "poke_545": "वषाजूरा", - "poke_546": "कॉटनी", - "poke_547": "एफ़ायू", - "poke_548": "टल", - "poke_549": "सजलल", - "poke_550": "मरडीन", - "poke_551": "नैनोका", - "poke_552": "अिड़याल", - "poke_553": "बुराडयाल", - "poke_554": "डामाग", - "poke_555": "डामागून", - "poke_556": "जुनजुनाची", - "poke_557": "नवाटोन", - "poke_558": "पैलशैल", - "poke_559": "कडल", - "poke_560": "टोपीबान", - "poke_561": "सबलाय", - "poke_562": "मौकाब", - "poke_563": "डैमौफ़न", - "poke_564": "ोटोकम", - "poke_565": "रबोटोशेल", - "poke_566": "आकया", - "poke_567": "आकयर", - "poke_568": "कचरैग", - "poke_569": "कड़ाबूड़ा", - "poke_570": "ज़ोआ", - "poke_571": "ज़ोरोआक", - "poke_572": "मंचीनो", - "poke_573": "चंचीनो", - "poke_574": "गोलगॉथ", - "poke_575": "गॉथनहार", - "poke_576": "गॉथीमसी", - "poke_577": "एकोवू", - "poke_578": "डूओवा", - "poke_579": "ओवाकनेक", - "poke_580": "डकचा", - "poke_581": "हंसोना", - "poke_582": "वनीलफ़", - "poke_583": "वनीरच", - "poke_584": "ट्वनला", - "poke_585": "हरतु", - "poke_586": "मौसबडीयर", - "poke_587": "इमोगा", - "poke_588": "कवरटल", - "poke_589": "नाइटसीप", - "poke_590": "मशहैरान", - "poke_591": "पूराफ़ाश", - "poke_592": "लश", - "poke_593": "जेलहल", - "poke_594": "अमोला", - "poke_595": "बज़ॉब", - "poke_596": "टरैंटका", - "poke_597": "लौसीडो ", - "poke_598": "डंबलनट", - "poke_599": "गेरार", - "poke_600": "गेरारर", - "poke_601": "गेराररर", - "poke_602": "लकवारा", - "poke_603": "ईलवा", - "poke_604": "ईलवाडर", - "poke_605": "एले", - "poke_606": "बगाईयन", - "poke_607": "मोबात", - "poke_608": "लौमटन", - "poke_609": "झूमडेला", - "poke_610": "फ़ैंगजॉ", - "poke_611": "कडाडी", - "poke_612": "कडाडर", - "poke_613": "रछू", - "poke_614": "बेयरटक", - "poke_615": "ज़ोमेटी", - "poke_616": "शेलमेट", - "poke_617": "फ़ुरडीला", - "poke_618": "मडल", - "poke_619": "कंफ़ीज़ल", - "poke_620": "वी़टाइल", - "poke_621": "िमचेरा", - "poke_622": "गोलमटल", - "poke_623": "गोलायेंट", - "poke_624": "मोराटाना", - "poke_625": "वज़ीरचॉप", - "poke_626": "घुंगरलो", - "poke_627": "चीलोपी", - "poke_628": "वीरगल", - "poke_629": "वलकड", - "poke_630": "वचरना", - "poke_631": "हीटखोर", - "poke_632": "चीटायरन", - "poke_633": "सनो", - "poke_634": "डैडोसर", - "poke_635": "डैटगॉन", - "poke_636": "वालावा", - "poke_637": "वलकनॉथ", - "poke_638": "कोबेलयन", - "poke_639": "टराकयन", - "poke_640": "वराइिज़यन", - "poke_641": "टॉरनैरॉस", - "poke_642": "बोटोरॉस", - "poke_643": "रशरैम", - "poke_644": "ज़ेोम", - "poke_645": "लैंडोरस", - "poke_646": "यूरम", - "poke_647": "कडयो", - "poke_648": "मेलोएटा", - "poke_649": "जनोसेट", - "poke_650": "शाबडल", - "poke_651": "डफ़ेंडल", - "poke_652": "माशाज़ार", - "poke_653": "लौमनी", - "poke_654": "लौमटल", - "poke_655": "मैजलोी", - "poke_656": "ोटर", - "poke_657": "ॉगेडयर", - "poke_658": "ेनंजा", - "poke_659": "डगबट", - "poke_660": "डगमड", - "poke_661": "ऐरोबन", - "poke_662": "लरोबन", - "poke_663": "फ़ायरोबान", - "poke_664": "फैलाबग", - "poke_665": "फैलावारा", - "poke_666": "ववलयॉन", - "poke_667": "शेरटल", - "poke_668": "शेरालज़", - "poke_669": "लबेबे", - "poke_670": "लोएट", - "poke_671": "लोजेस", - "poke_672": "मेमनाइड", - "poke_673": "गोगोट", - "poke_674": "शैताम", - "poke_675": "पंगापांडा", - "poke_676": "टमवान", - "poke_677": "साइकट", - "poke_678": "कटनेसस", - "poke_679": "लडेक", - "poke_680": "डायलड", - "poke_681": "चीरागाड", - "poke_682": "फ़सीफ़स", - "poke_683": "फुलासेंट", - "poke_684": "पफ़लक", - "poke_685": "लीमी", - "poke_686": "याहीहै ", - "poke_687": "कालामारड", - "poke_688": "बायनेकल", - "poke_689": "बानेखौफ़", - "poke_690": "काइफूस", - "poke_691": "डैकाइगॉन", - "poke_692": "लॉगन", - "poke_693": "लॉटर", - "poke_694": "जेनरल", - "poke_695": "िछपलटक", - "poke_696": "टनीरस", - "poke_697": "हाडरस", - "poke_698": "अमारगा", - "poke_699": "अमागामस", - "poke_700": "चामीवी", - "poke_701": "हॉलूचा", - "poke_702": "डेडेने", - "poke_703": "काबीरा", - "poke_704": "लसेरा", - "poke_705": "नेलसा", - "poke_706": "लसलगॉन", - "poke_707": "गुचाबी", - "poke_708": "हटी", - "poke_709": "लाजरॉट", - "poke_710": "कबू", - "poke_711": "कभूत", - "poke_712": "बफ़ाश", - "poke_713": "हमार", - "poke_714": "बैतरंग", - "poke_715": "वायवरंग", - "poke_716": "ज़नयस", - "poke_717": "इवेटाल", - "poke_718": "ज़ाइगाड", - "poke_719": "डायंसी", - "poke_719_e1": "मेगा डायंसी", - "poke_720": "पा", - "poke_721": "वोकनयन", - "poke_722": "वुडलू", - "poke_723": "डाटूलू", - "poke_724": "नाइिक", - "poke_725": "लटन", - "poke_726": "लयाऊ", - "poke_727": "गरगुरा", - "poke_728": "गोलसी", - "poke_729": "यारलसी", - "poke_730": "सीसीलपर", - "poke_731": "चोंचपेकर", - "poke_732": "हॉनपेकर", - "poke_733": "तोपुकान", - "poke_734": "यंगूस", - "poke_735": "जासूगूस", - "poke_736": "टकला", - "poke_737": "चाजाबग", - "poke_738": "इंसेटोप", - "poke_739": "ैबॉस", - "poke_740": "ैबड", - "poke_741": "परडांस", - "poke_742": "यूटलाई", - "poke_743": "रबनबी", - "poke_744": "पपरॉक", - "poke_745": "वेरवुडर", - "poke_746": "सहमीशी", - "poke_747": "मीनटारा", - "poke_748": "ूमीनटारा", - "poke_749": "मटखर", - "poke_750": "मडॉस", - "poke_751": "डॉपमक", - "poke_752": "डैडॉमक", - "poke_753": "फ़ेटस", - "poke_754": "ऑकडस", - "poke_755": "ननीमश", - "poke_756": "ूमशेड", - "poke_757": "लज़ूटरा", - "poke_758": "लज़ोलो", - "poke_759": "सॉलू", - "poke_760": "वेयरबेयर", - "poke_761": "ूशर", - "poke_762": "डांसीरनी", - "poke_763": "शीरवीनी", - "poke_764": "हाचा", - "poke_765": "ओरैंगु", - "poke_766": "फेकाकक", - "poke_767": "डरकट", - "poke_768": "योामर", - "poke_769": "रताबु", - "poke_770": "ेतफ़ोट", - "poke_771": "खीरामुका", - "poke_772": "टाइप : ज़ीरो", - "poke_773": "सवायार", - "poke_774": "छोटुका", - "poke_775": "ननआला", - "poke_776": "टटालाट", - "poke_777": "टोगेडेमा", - "poke_778": "ममयू", - "poke_779": "कसश", - "poke_780": "डैगादा", - "poke_781": "डटोवील", - "poke_782": "टनीखन", - "poke_783": "खनखंडोरा", - "poke_784": "खनखंडॉन", - "poke_785": "टापू कोको", - "poke_786": "टापू लल", - "poke_787": "टापू बूलू", - "poke_788": "टापू िफ़नी", - "poke_789": "कॉ़मॉग", - "poke_790": "कॉ़मोएम", - "poke_791": "सोललयो", - "poke_792": "लूनाला", - "poke_793": "नवाइड", - "poke_794": "मसलबज़", - "poke_795": "फ़ेरोचीए", - "poke_796": "ल", - "poke_797": "सेलटला", - "poke_798": "काटागामी", - "poke_799": "सबखाकंग", - "poke_800": "नैॉ़मा", - "poke_801": "मगयरना", - "poke_802": "माशैडो", - "poke_803": "वषशू", - "poke_804": "सुईलॉग", - "poke_805": "चाचान", - "poke_806": "ललाबूम", - "poke_807": "ज़ेराऑरा", - "poke_808": "मेटन", - "poke_809": "मेलमेटल", - "poke_810": "चपॉप", - "poke_811": "चमटक", - "poke_812": "रलाबूम", - "poke_813": "बनीलप", - "poke_814": "रैबकक", - "poke_815": "टाइबन", - "poke_816": "युरोरा", - "poke_817": "नमीगट", - "poke_818": "पाइगट", - "poke_819": "गगोलू", - "poke_820": "गगोला", - "poke_821": "ोवक", - "poke_822": "ोनील", - "poke_823": "ोआमर", - "poke_824": "खोजीबग", - "poke_825": "रडाकट", - "poke_826": "ऑबीटल", - "poke_827": "फ़ॉसेरा", - "poke_828": "चालूफ़ॉस", - "poke_829": "लाई", - "poke_830": "बरई", - "poke_831": "ऊनू ", - "poke_832": "औन", - "poke_833": "यूटल", - "poke_834": "ंचटल", - "poke_835": "वॉपी", - "poke_836": "वोलवान", - "poke_837": "कोयलार", - "poke_838": "कारकोल", - "poke_839": "कोयलाज", - "poke_840": "ूकरा", - "poke_841": "लैपल", - "poke_842": "डमपल", - "poke_843": "सैंडसप", - "poke_844": "अजगरत", - "poke_845": "ललकाक", - "poke_846": "ऐरोकडा", - "poke_847": "पीराकडा", - "poke_848": "इलज़न", - "poke_849": "टंगडार", - "poke_850": "जूराबन", - "poke_851": "जूरारोट", - "poke_852": "ऑटोपीट", - "poke_853": "ऑटोचोक", - "poke_854": "चायक", - "poke_855": "डैतल", - "poke_856": "हैटना", - "poke_857": "हैटशारा", - "poke_858": "हैटमौन", - "poke_859": "शरापरा", - "poke_860": "फ़ेराहेर", - "poke_861": "हेरओगर", - "poke_862": "बैरगून", - "poke_863": "पज़कर", - "poke_864": "ामूंगा", - "poke_865": "सरफ़ेच", - "poke_866": "मटर राइम", - "poke_867": "डैमौशल", - "poke_868": "मैजीशीर", - "poke_869": "मैजीीम", - "poke_870": "पटून", - "poke_871": "ज़ैपचन", - "poke_872": "बफ़ाखोर", - "poke_873": "बफ़ामॉथ", - "poke_874": "टोनहेंजी", - "poke_875": "पेंयूबाइस", - "poke_876": "हानजी", - "poke_877": "मोरपेको", - "poke_878": "कॉपाराती", - "poke_879": "कॉपाराजा", - "poke_880": "डैगोपाक", - "poke_881": "चलोपाक", - "poke_882": "डैगोिफ़श", - "poke_883": "चलोिफ़श", - "poke_884": "डैगनयम", - "poke_885": "डै", - "poke_886": "डैगुल", - "poke_887": "डैगुलर", - "poke_888": "ज़ाशयन", - "poke_889": "ज़ामाज़ैंटा", - "poke_890": "डायनोनाइट", - "poke_891": "माशावू", - "poke_892": "मारशीफ़ू", - "poke_893": "ज़ाद", - "poke_894": "रजइलक", - "poke_895": "रजडेगो", - "poke_896": "लज़ाश", - "poke_897": "पराश", - "poke_898": "बडशाह", - "poke_899": "मायाडीरा", - "poke_900": "कहाडस", - "poke_901": "मूनोरछ", - "poke_902": "महाडीन", - "poke_903": "बगरला", - "poke_904": "हज़ारोसूई", - "poke_905": "लवटोरॉस", - "poke_906": "याओहा", - "poke_907": "याओकल", - "poke_908": "याकालोरा", - "poke_909": "गरमछ", - "poke_910": "लमछ", - "poke_911": "बोनोशोर", - "poke_912": "वैसी", - "poke_913": "वैजल", - "poke_914": "वेवानवल", - "poke_915": "शौकशुका", - "poke_916": "िपगीसेंट", - "poke_917": "टैरंगोला", - "poke_918": "जालाइडर", - "poke_919": "िपा", - "poke_920": "पैरसटा", - "poke_921": "पंफ़ी", - "poke_922": "पंिफ़या", - "poke_923": "पाफ़या", - "poke_924": "मूशीमूशी", - "poke_925": "मूशीमोर", - "poke_926": "पपीडो", - "poke_927": "पाओपाओ", - "poke_928": "मॉलव", - "poke_929": "डॉलव", - "poke_930": "ऑलवा", - "poke_931": "मयांमठू", - "poke_932": "सॉटू", - "poke_933": "सॉटाडेर", - "poke_934": "नमकायडन", - "poke_935": "कोयलाइट", - "poke_936": "आरमारड", - "poke_937": "लनीलड", - "poke_938": "टमडम", - "poke_939": "बेलबोट", - "poke_940": "इलैटल", - "poke_941": "ईलैटलार", - "poke_942": "गुराटफ़", - "poke_943": "डॉनोटफ़", - "poke_944": "छछूंडॉ", - "poke_945": "ाफ़ीटर", - "poke_946": "येास", - "poke_947": "हॉरोास", - "poke_948": "ज़मीटाकल", - "poke_949": "ज़मीटाूअल", - "poke_950": "ैलफ़", - "poke_951": "कपशशु", - "poke_952": "चलफ़ंगा", - "poke_953": "लरोलरो", - "poke_954": "लारैबगु", - "poke_955": "लचक", - "poke_956": "टैलपैा", - "poke_957": "फ़ौलारटा", - "poke_958": "इपारटा", - "poke_959": "टाइटनीटा", - "poke_960": "वलट", - "poke_961": "वॉटयो", - "poke_962": "डॉपारंदा", - "poke_963": "वेवीफ़न", - "poke_964": "डॉफ़मान", - "poke_965": "ूमू", - "poke_966": "ूमरोर", - "poke_967": "लज़ाबाइक", - "poke_968": "कचुॉल", - "poke_969": "चमकलर", - "poke_970": "लोखलार", - "poke_971": "कू", - "poke_972": "शमवान", - "poke_973": "फ़सामंगो", - "poke_974": "वॉकवेल", - "poke_975": "वेलाजर", - "poke_976": "हेकामीन", - "poke_977": "डॉनकम", - "poke_978": "डैज़ूशी", - "poke_979": "परलौकप", - "poke_980": "मडीलॉड", - "poke_981": "फ़राजरा", - "poke_982": "वरररंग", - "poke_983": "कतानाशाह", - "poke_984": "महादंत", - "poke_985": "चीखीदुम", - "poke_986": "ोधीूम", - "poke_987": "लहराहेयर", - "poke_988": "रंगापंख", - "poke_989": "रतीफ़र", - "poke_990": "आइरनवील", - "poke_991": "आइरनपोटल", - "poke_992": "आइरनभुजा", - "poke_993": "आइरनहलक", - "poke_994": "आइरनमॉथ", - "poke_995": "आइरनपाइक", - "poke_996": "चलबैक", - "poke_997": "हमबैक", - "poke_998": "बैकटार", - "poke_999": "अमीरगो", - "poke_1000": "अमीरगो", - "poke_1001": "वोचएन", - "poke_1002": "चएनपाओ", - "poke_1003": "डंगलू", - "poke_1004": "चीयू", - "poke_1005": "चाँदरोर", - "poke_1006": "आइरनयोा", - "poke_1007": "कोराईडॉन", - "poke_1008": "मराईडॉन", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "कोई नहीं", - "poke_type_1": "नॉमल", - "poke_type_2": "फ़ाइटंग", - "poke_type_3": "़लाइंग", - "poke_type_4": "पॉइज़न", - "poke_type_5": "ाउंड", - "poke_type_6": "रॉक", - "poke_type_7": "बग", - "poke_type_8": "घोट", - "poke_type_9": "टल", - "poke_type_10": "फ़ायर", - "poke_type_11": "वॉटर", - "poke_type_12": "ास", - "poke_type_13": "इलटक", - "poke_type_14": "साइकक", - "poke_type_15": "आइस", - "poke_type_16": "डैगन", - "poke_type_17": "डाक", - "poke_type_18": "फ़ेर", - "purified": "शु", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "अपने पाटनर क साथ {{amount}} km चलं!", - "quest_catch_type_dark_plural": "{{amount}} डाक टाइप पोकमॉन पकड़ें", - "quest_catch_type_dragon_plural": "{{amount}} डैगन टाइप पोकमॉन पकड़ें", - "quest_catch_type_poison_plural": "{{amount}} पॉइज़न टाइप पोकमॉन पकड़ें", - "quest_catch_type_psychic_plural": "{{amount}} साइकक टाइप पोकमॉन पकड़ें", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "{{amount}} घोट टाइप पोकमॉन हराएँ", - "quest_fight_type_ghost_psychic_plural": "{{amount}} साइकक या घोट टाइप पोकमॉन हराएँ", - "quest_fight_type_psychic_plural": "{{amount}} साइकक टाइप पोकमॉन हराएँ", - "quest_incense_singular": "इंसेंस का इतेमाल करं", - "quest_land_excellent_plural": "{{amount}} बेहतरन ो करं", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "टम लडर से {{amount_0}} बार बैटल करं", - "quest_title_challenge_2019_battle_trainer": "दूसर टनर क साथ बैटल करं", - "quest_title_challenge_2019_battle_trainer_plural": "दूसर टनर क साथ {{amount_0}} बार बैटल करं", - "quest_title_challenge_2019_battle_trainer_win": "दूसर टनर से {{amount_0}} बार जीतें", - "quest_title_challenge_2019_snapshot_eevee": "ईवी क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_loudred": "रोषरोर का नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn": "जराची क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "फ़ेर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn_flying": "लाइंग टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "घोट टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn_grass": "ास टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn_ground": "ाउंड टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn_ice": "आइस टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn_normal": "नॉमल टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "साइकक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "साइकक या टल टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn_rock": "रॉक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn_steel": "टल टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_snapshot_pkmn_water": "वॉटर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_2019_trade_distance": "कम से कम 100 km क दूर से 3 पोकमॉन टड करं", - "quest_title_challenge_available": "एक नया चैलंज उपलध है!", - "quest_title_challenge_battle_gbl_win_all": "GO बैटल लग में जीत हासल करं", - "quest_title_challenge_battle_trainer_great": "ेट लग में अय टनर क साथ बैटल करं।", - "quest_title_challenge_buddy_affection_plural": "अपने पाटनर क साथ {{amount_0}} हाट कमाएं", - "quest_title_challenge_buddy_affection_single": "अपने पाटनर क साथ हाट कमाएं", - "quest_title_challenge_buddy_battle_plural": "जब आपका पाटनर आपक साथ एडवेंचर में शामल हो, तो उसक साथ मलकर {{amount_0}} बार बैटल करं", - "quest_title_challenge_buddy_battle_single": "जब आपका पाटनर आपक साथ एडवेंचर में शामल हो, तो उसक साथ मलकर बैटल करं", - "quest_title_challenge_buddy_emotion_plural": "अपने पाटनर को {{amount_0}} बार जोश दलाएं", - "quest_title_challenge_buddy_emotion_single": "अपने पाटनर को जोश दलाएं", - "quest_title_challenge_buddy_level_best_plural": "पोकमॉन क साथ सबसे अछे पाटनर लवल पर {{amount_0}} बार पंचें", - "quest_title_challenge_buddy_level_best_single": "पोकमॉन क साथ सबसे अछे पाटनर लवल पर पंचें", - "quest_title_challenge_buddy_level_good_plural": "पोकमॉन क साथ अछे पाटनर लवल पर {{amount_0}} बार पंचें", - "quest_title_challenge_buddy_level_good_single": "पोकमॉन क साथ अछे पाटनर लवल पर पंचें", - "quest_title_challenge_buddy_level_great_plural": "पोकमॉन क साथ शानदार पाटनर लवल पर {{amount_0}} बार पंचें", - "quest_title_challenge_buddy_level_great_single": "पोकमॉन क साथ शानदार पाटनर लवल पर पंचें", - "quest_title_challenge_buddy_level_plural": "पोकमॉन क पाटनर लवल को {{amount_0}} बार बढ़ाएं", - "quest_title_challenge_buddy_level_single": "पोकमॉन क पाटनर लवल को बढ़ाएं", - "quest_title_challenge_buddy_level_ultra_plural": "पोकमॉन क साथ बेहतरन पाटनर लवल पर {{amount_0}} बार पंचें", - "quest_title_challenge_buddy_level_ultra_single": "पोकमॉन क साथ बेहतरन पाटनर लवल पर पंचें", - "quest_title_challenge_buddy_play_plural": "अपने पाटनर क साथ {{amount_0}} बार खेलं", - "quest_title_challenge_buddy_play_single": "अपने पाटनर क साथ खेलं", - "quest_title_challenge_buddy_poi_plural": "अपने पाटनर ारा {{amount_0}} बार बताई गई दलचप जगहें देखें", - "quest_title_challenge_buddy_poi_single": "अपने पाटनर ारा बताई गई दलचप जगहें देखें", - "quest_title_challenge_buddy_snapshot_plural": "अपने पाटनर क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_buddy_snapshot_single": "अपने पाटनर का नैपशॉट लं", - "quest_title_challenge_buddy_treat_plural": "अपने पाटनर को {{amount_0}} टीट दें", - "quest_title_challenge_buddy_treat_single": "अपने पाटनर को टीट दें", - "quest_title_challenge_catch_legendary": "लजेंडर पोकमॉन को फ़ीड रसच ेकू या रड से पकड़ें", - "quest_title_challenge_catch_unique_any": "पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_challenge_snapshot_bidoof": "ऊदब का नैपशॉट लं", - "quest_title_challenge_snapshot_dratini_singular": "डटनी का नैपशॉट लं", - "quest_title_challenge_snapshot_eevee": "ईवी का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_bug": "बग टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_bug_single": "बग टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_dark": "डाक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_dark_single": "डाक टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_dragon": "डैगन टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_dragon_single": "डैगन टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_electric": "इलटक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_electric_single": "इलटक टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_fairy_single": "फ़ेर टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_fighting": "फ़ाइटंग टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_fighting_single": "फ़ाइटंग टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_fire": "फ़ायर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_fire_single": "फ़ायर टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_flying_single": "लाइंग टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_ghost_single": "घोट टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_grass_single": "ास टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_ground_single": "ाउंड टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_ice_single": "आइस टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_normal_single": "नॉमल टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_poison": "पॉइज़न टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_poison_single": "पॉइज़न टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_psychic_single": "साइकक टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_rock": "रॉक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_rock_single": "रॉक टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_steel_single": "टल टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_pkmn_water_single": "वॉटर टाइप पोकमॉन का नैपशॉट लं", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": " वाइड हॉटाइप का नैपशॉट लं", - "quest_title_challenge_snapshot_wild_glameow_singular": "वाइड में चामयाऊ का नैपशॉट लं", - "quest_title_geotarget_quest_description": "{{amount_0}} कन करं", - "quest_title_quest_achieve_lvl_40": "लवल 40 पर पँचें", - "quest_title_quest_adventure_effect_activate_plural": "{{amount_0}} बार फ़ीड इफ़ेट का उपयोग करं", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "{{amount_0}} बार रोर ऑफ़ टाइम फ़ीड इफ़ेट का उपयोग करं", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "रोर ऑफ़ टाइम फ़ीड इफ़ेट का उपयोग करं", - "quest_title_quest_adventure_effect_activate_singular": "फ़ीड इफ़ेट का उपयाग करं", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "{{amount_0}} बार पेशयल रंड फ़ीड इफ़ेट का उपयोग करं", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "पेशयल रंड फ़ीड इफ़ेट का उपयोग करं", - "quest_title_quest_adventure_evolve_singular": "एडवेंचर वीक: ऑमानाइट या कबूटो को वकसत करं", - "quest_title_quest_adventure_hatch_egg_plural": "एडवेंचर वीक: {{amount_0}} अंडे हैच करं", - "quest_title_quest_adventure_visit_pokestop_new_plural": "एडवेंचर वीक: ऐसे {{amount_0}} पोकटॉप िपन करं जहां आप पहल नहीं गए हैं", - "quest_title_quest_adventure_walk_buddy_plural": "एडवेंचर वीक: अपने पाटनर क साथ चलते ए {{amount_0}} कडी हासल करं", - "quest_title_quest_adventure2019_catch_special33_plural": "एडवेंचर वीक 2019: {{amount_0}} आइरोबल पकड़ें", - "quest_title_quest_adventure2019_evolve_singular": "एडवेंचर वीक 2019: लडीप या पाषींगा को वकसत करं", - "quest_title_quest_adventure2019_hatch_egg_plural": "एडवेंचर वीक 2019: {{amount_0}} अंडे हैच करं", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "एडवेंचर वीक 2019: ऐसे {{amount_0}} पोकटॉप िपन करं जहां आप पहल नहीं गए हैं", - "quest_title_quest_adventure2019_visit_pokestop_plural": "एडवेंचर वीक 2019: 25 पोकटॉप िपन करं", - "quest_title_quest_adventure2019_walk_buddy_plural": "एडवेंचर वीक 2019: अपने पाटनर क साथ चलते ए {{amount_0}} कडी हासल करं", - "quest_title_quest_alodude_catch": "{{amount_0}} अलोला जयोडूड पकड़ें", - "quest_title_quest_alodude_evolve_a": "{{amount_0}} अलोला जयोडूड वकसत करं", - "quest_title_quest_alodude_evolve_b": "{{amount_0}} अलोला ैवलर वकसत करं", - "quest_title_quest_alodude_snap": "अलोला जयोडूड क {{amount_0}} नैपशॉट लं", - "quest_title_quest_at_catch_a": "{{amount_0}} आबरा पकड़ें", - "quest_title_quest_at_evolve_a": "{{amount_0}} आबरा वकसत करं", - "quest_title_quest_at_evolve_k": "{{amount_0}} काडाबरा वकसत करं", - "quest_title_quest_axew_catch_b": "{{amount_0}} फ़ैंगजॉ पकड़ें", - "quest_title_quest_axew_evolve_b": "{{amount_0}} फ़ैंगजॉ को वकसत करं", - "quest_title_quest_axew_snapshot_b": "{{amount_0}} फ़ैंगजॉ का नैपशॉट लं", - "quest_title_quest_azelf_wild_snap": "वाइड मयपर का नैपशॉट लं", - "quest_title_quest_bagon_catch_b": "{{amount_0}} डैगाल पकड़ें", - "quest_title_quest_bagon_evolve_b_plural": "{{amount_0}} डैगाल वकसत करं", - "quest_title_quest_bagon_evolve_b_singular": "एक डैगाल को वकसत करं", - "quest_title_quest_bagon_snapshot_b": "{{amount_0}} डैगाल क नैपशॉट लं", - "quest_title_quest_battle_buddy_adventure_plural": "जब आपका पाटनर पोकमॉन आपक साथ एडवेंचर में शामल हो, तो उसक साथ मलकर कसी और टनर क साथ {{amount_0}} बार बैटल करं", - "quest_title_quest_battle_buddy_adventure_single": "जब आपका पाटनर पोकमॉन आपक साथ एडवेंचर में शामल हो, तो उसक साथ मलकर कसी और टनर क साथ बैटल करं", - "quest_title_quest_battle_dangling_reward_toast": "मौजूदा बैटल पूर करने क बाद ही आप नई बैटल शु कर सकंगे!", - "quest_title_quest_battle_error_toast": "बैटल शु करते समय कोई गड़बड़ी ई", - "quest_title_quest_battle_gbl_halloween_plural": "हैलोवीन कप में {{amount_0}} बार बैटल जीतें।", - "quest_title_quest_battle_gbl_halloween_win_plural": "हैलोवीन कप में {{amount_0}} टनर बैटल जीतें।", - "quest_title_quest_battle_gbl_plural": "GO बैटल लग में {{amount_0}} बार बैटल लड़ें", - "quest_title_quest_battle_gbl_singular": "GO बैटल लग में बैटल लड़ें", - "quest_title_quest_battle_gbl_win_plural": "GO बैटल लग में {{amount_0}} टनर बैटल जीतें।", - "quest_title_quest_battle_gbl_win_singular": "GO बैटल लग में टनर बैटल जीतें।", - "quest_title_quest_battle_great_plural": "ेट लग में कसी और टनर से {{amount_0}} बार बैटल करं", - "quest_title_quest_battle_great_win_plural": "ेट लग में {{amount_0}} टनर बैटल जीतें।", - "quest_title_quest_battle_great_win_singular": "ेट लग में टनर बैटल जीतें।", - "quest_title_quest_battle_gym_plural": "जम में {{amount_0}} बार बैटल", - "quest_title_quest_battle_gym_singular": "जम में बैटल", - "quest_title_quest_battle_master_win_plural": "माटर लग में {{amount_0}} टनर बैटल जीतें।", - "quest_title_quest_battle_master_win_singular": "माटर लग में टनर बैटल जीतें।", - "quest_title_quest_battle_raid_plural": "{{amount_0}} रड में बैटल", - "quest_title_quest_battle_raid_singular": "रड में बैटल", - "quest_title_quest_battle_raid_with_friend_plural": "कसी दोत क साथ {{amount_0}} रड्स में बैटल करं", - "quest_title_quest_battle_raid_with_friend_singular": "कसी दोत क साथ रड में बैटल करं", - "quest_title_quest_battle_supereffective_charge_plural": "{{amount_0}} जम बैटल में बत असरदार चाज्ड अटैक इतेमाल करं", - "quest_title_quest_battle_supereffective_charge_singular": "कसी जम बैटल में बत असरदार चाज्ड अटैक इतेमाल करं", - "quest_title_quest_battle_team_rocket_plural": "बैटल {{amount_0}} टम GO रॉकट क सदय", - "quest_title_quest_battle_team_rocket_singular": "टम GO रॉकट क सदय से बैटल करं", - "quest_title_quest_battle_ultra_win_plural": "अटा लग में {{amount_0}} टनर बैटल जीतें।", - "quest_title_quest_battle_ultra_win_singular": "अटा लग में टनर बैटल जीतें।", - "quest_title_quest_battle19_catch_fighting_easy": "{{amount_0}} फ़ाइटंग टाइप पोकमॉन पकड़ें", - "quest_title_quest_battle19_catch_medium_pkmn": "{{amount_0}} माकहता या ननासन पकड़ें", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "लगातार {{amount_0}} बेहतरन ो करं", - "quest_title_quest_battle19_raid_win_veryhard": "{{amount_0}} रड जीतें", - "quest_title_quest_battle19_supereffective_charge_hard": "{{amount_0}} जम बैटल में ज़्यादा असर करने वाला चाज्ड अटैक इतेमाल करं", - "quest_title_quest_battler_appears": "एक वरोधी दखाई दया!", - "quest_title_quest_beat_raid_10_minutes": "10 मनट क अंदर रड जीतें", - "quest_title_quest_beat_raid_60_seconds": "60 सेकंड क अंदर रड जीतें", - "quest_title_quest_beat_raid_singular_minutes": "{{amount_0}} मनट क अंदर रड जीतें", - "quest_title_quest_beat_raid_singular_seconds": "{{amount_0}} सेकंड क अंदर रड जीतें", - "quest_title_quest_begins19_catch_specific_plural": "पोकमॉन डे : {{amount_0}} िपजी या रैटैटा पकड़ें", - "quest_title_quest_begins19_evolve_plural": "पोकमॉन डे: 1 याउथ को वकसत करं", - "quest_title_quest_beldum_catch_b": "{{amount_0}} बलडम को पकड़ें", - "quest_title_quest_beldum_evolve_b_plural": "{{amount_0}} बलडम वकसत करं", - "quest_title_quest_beldum_evolve_b_singular": "एक बलडम को वकसत करं", - "quest_title_quest_bellsprout_catch_b": " {{amount_0}} बेलाउट पकड़ें", - "quest_title_quest_bellsprout_evolve_b_plural": " {{amount_0}} बेलाउट को वकसत करं", - "quest_title_quest_bellsprout_evolve_b_singular": "एक बेलाउट को वकसत करं", - "quest_title_quest_bellsprout_snapshot_b": "{{amount_0}} बेलाउट क नैपशॉट लं", - "quest_title_quest_beluga_evolve_pkmn": "आइए, चलं! {{amount_0}} पाषींगा को वकसत करं", - "quest_title_quest_beluga_excellent_singular": "आइए, चलं: {{amount_0}} बेहतरन ो करं", - "quest_title_quest_beluga_hatch_plural": "आइए, चलं! {{amount_0}} अंडे हैच करं", - "quest_title_quest_best_buddy_bronze": "1 सबसे अछा पाटनर बनाए", - "quest_title_quest_best_buddy_silver": "10 सबसे अछे पाटनर बनाए", - "quest_title_quest_bounsweet_catch_b": "{{amount_0}} बाउंवीट पकड़ें", - "quest_title_quest_bounsweet_evolve_b_plural": " {{amount_0}} बाउंवीट को वकसत करं", - "quest_title_quest_bounsweet_evolve_b_singular": "एक बाउंवीट को वकसत करं", - "quest_title_quest_braixen_evolve_b": "{{amount_0}} लौमटल वकसत करं", - "quest_title_quest_breakthrough_completed": "फ़ीड रसच पूर ई!", - "quest_title_quest_breakthrough_reward_mystery": "मटी आइटम", - "quest_title_quest_breakthrough_reward_stardust": "टार डट", - "quest_title_quest_brionne_evolve_b_plural": "{{amount_0}} यारलसी वकसत करं", - "quest_title_quest_brionne_evolve_b_singular": "एक यारलसी को वकसत करं", - "quest_title_quest_buddy_affection_days": "अपने पाटनर क साथ {{amount_0}} अलग-अलग दन पर हाट ात करं ", - "quest_title_quest_buddy_affection_days_in_a_row": "अपने पाटनर क साथ {{amount_0}} दन तक लगातार हाट ात करं ", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "जब आपका पाटनर पोकमॉन आपक साथ एडवेंचर में शामल हो, तो उसक साथ मलकर कसी और टनर क साथ {{amount_0}} बार बैटल करं", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "जब आपका पाटनर पोकमॉन आपक साथ एडवेंचर में शामल हो, तो उसक साथ मलकर कसी और टनर क साथ बैटल करं", - "quest_title_quest_buddy_souvenir_plural": "अपने पाटनर से {{amount_0}} यादगार नशानयां पाएं", - "quest_title_quest_buddy_souvenir_singular": "अपने पाटनर से यादगार नशानयां पाएं", - "quest_title_quest_buddy_walk_km_plural": "अपने पाटनर क साथ {{amount_0}} km चलं!", - "quest_title_quest_bulbt_catch_b": "{{amount_0}} बबासॉर पकड़ें", - "quest_title_quest_bulbt_evolve_b": "{{amount_0}} बबासॉर को वकसत करं", - "quest_title_quest_bulbt_evolve_s1": "{{amount_0}} आइवीसॉर को वकसत करं", - "quest_title_quest_cacnea_catch": "{{amount_0}} ककशाह पकड़ें", - "quest_title_quest_catch_151": "151 पोकमॉन पकड़ें", - "quest_title_quest_catch_b_types_plural": "{{amount_0}} इलटक-, नॉमल फ़ॉम-, या पॉइज़न टाइप पोकमॉन पकड़ें!", - "quest_title_quest_catch_basic_types_plural": "{{amount_0}} ास-, वॉटर-, या फ़ायर टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_berry_any_drifloon": "गुबारा को पकड़ने क लए {{amount_0}} बेर इतेमाल करं", - "quest_title_quest_catch_berry_nanab_drifloon": "गुबारा को पकड़ने क लए {{amount_0}} नानाब बेर इतेमाल करं", - "quest_title_quest_catch_berry_pinap": "पोकमॉन को पकड़ने क लए {{amount_0}} पाइनऐप बेर का इतेमाल करं", - "quest_title_quest_catch_berry_razz": "पोकमॉन को पकड़ने क लए {{amount_0}} रैज़ बेर इतेमाल करं", - "quest_title_quest_catch_berry_razz_drifloon": "गुबारा को पकड़ने क लए {{amount_0}} रैज़ बेर इतेमाल करं", - "quest_title_quest_catch_bronzor_plural": "{{amount_0}} ॉज़ाइना पकड़ें", - "quest_title_quest_catch_c_types_plural": "{{amount_0}} लाइंग-, साइकक-, या डाक टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_carbink_singular": "काबीरा को पकड़ें", - "quest_title_quest_catch_celebi_types_plural": "{{amount_0}} ास या साइकक टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_costumed_plural": "सूय ताज या चं ताज पहने {{amount_0}} ईवी को पकड़ें", - "quest_title_quest_catch_crabrawler_plural": "{{amount_0}} ैबॉस पकड़ें", - "quest_title_quest_catch_dark_type_plural": "{{amount_0}} डाक टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_darumaka_plural": "{{amount_0}} डामाग पकड़ें", - "quest_title_quest_catch_daysinarow": "लगातार {{amount_0}} दनों तक पोकमॉन पकड़ें", - "quest_title_quest_catch_dialga": "डयागा को पकड़ें", - "quest_title_quest_catch_drifloon": "{{amount_0}} गुबारा को पकड़ें", - "quest_title_quest_catch_ducklett_plural": "{{amount_0}} डकचा पकड़ें", - "quest_title_quest_catch_ducklett_singular": "एक डकचा पकड़ें", - "quest_title_quest_catch_emolga_plural": "{{amount_0}} इमोगा पकड़ें", - "quest_title_quest_catch_excellent_curve_drifloon": "बेहतरन कवबॉल ो करक {{amount_0}} गुबारा पकड़ें", - "quest_title_quest_catch_excellent_with_berry_drifloon": "{{amount_0}} गुबारा को बेर देने क बाद बेहतरन ो करक पकड़ें", - "quest_title_quest_catch_feed_plural": "{{amount_0}} बेर का इतेमाल करक पोकमॉन पकड़ें", - "quest_title_quest_catch_feed_singular": "बेर का इतेमाल करक पोकमॉन पकड़ें", - "quest_title_quest_catch_furfou_singular": "टमवान पकड़ें", - "quest_title_quest_catch_groudon_primal_boosted_types": "{{amount_0}} फ़ायर-, ास- या ाउंड-टाइप पोकमॉन", - "quest_title_quest_catch_groudon_type": "{{amount_0}} फ़ायर, ास या ाउंड टाइप पोकमॉन", - "quest_title_quest_catch_hoenn_pokemon": "होएन रजन में सबसे पहल खोजे गए {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_in_day_plural": "एक दन में {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_jan21_hoenn1_plural": "{{amount_0}} ाउडॉन को पकड़ें", - "quest_title_quest_catch_jan21_hoenn2_plural": "{{amount_0}} कायोगर को पकड़ें", - "quest_title_quest_catch_johto_pokemon": "जोहतो रजन में सबसे पहल खोजे गए {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_kanto_pokemon": "कांतो रजन में सबसे पहल खोजे गए {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_kyogre_primal_boosted_types": "{{amount_0}} वॉटर, इलटक, या बग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_kyogre_type": "{{amount_0}} वॉटर, इलटक, या बग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_legendary_inarow_plural": "quest_catch_legendary_inarow_plural", - "quest_title_quest_catch_legendary_plural": "{{amount_0}} लजेंडर या मथकल पोकमॉन पकड़ें", - "quest_title_quest_catch_legendary_singular": "लजेंडर या मथकल पोकमॉन पकड़ें", - "quest_title_quest_catch_lunatone_plural": "{{amount_0}} चानटोन पकड़ें", - "quest_title_quest_catch_luvdisc": "{{amount_0}} यारशस पकड़ें", - "quest_title_quest_catch_misc_01_types_plural": "{{amount_0}} नॉमल , वॉटर या आइस टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_nymble_plural": "{{amount_0}} िपा पकड़ें", - "quest_title_quest_catch_palkia": "पाकया को पकड़ें", - "quest_title_quest_catch_pikachu_plural": "{{amount_0}} िपकाचू पकड़ें", - "quest_title_quest_catch_plural_unique": "पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_pokemon_dai_plural": "दैनक एडवेंचर इंसेंस का इतेमाल करक {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_days": "{{amount_0}} अलग-अलग दन पर पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_great_ball_plural": "ेट बॉल में {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_great_ball_singular": "ेट बॉल में एक पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_legendary_plural": "{{amount_0}} लजेंडर पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_legendary_singular": "लजेंडर पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_party_plural": "टम में शामल हो कर {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_plural": "{{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_poke_ball_plural": "पोक बॉल में {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_poke_ball_singular": "पोक बॉल में एक पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_routes_plural": "ट पर चलते समय {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_routes_singular": "ट पर चलते समय एक पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_singular": "पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_task": "पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "अटा बॉल में {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "अटा बॉल में एक पोकमॉन पकड़ें", - "quest_title_quest_catch_psychic_steel": "{{amount_0}} साइकक या टल टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_raid_regi_any": "रड में रजरॉक, रजआइस या रजटल को पकड़ें", - "quest_title_quest_catch_raid_regi_ice": "कस रड में रजआइस को पकड़ें", - "quest_title_quest_catch_raid_regi_rock": "कस रड में रजरॉक को पकड़ें", - "quest_title_quest_catch_raid_regi_steel": "कस रड में रजटल को पकड़ें", - "quest_title_quest_catch_rayquaza_type": "{{amount_0}} लाइंग, साइकक, या डैगन टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_sinnoh_pokemon": "सनोह रजन में सबसे पहल खोजे गए {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_sinnoh_pokemon_singular": "सनोह रजन में सबसे पहल खोजे गए पोकमॉन पकड़ें", - "quest_title_quest_catch_solrock_plural": "{{amount_0}} सूरवरॉक पकड़ें", - "quest_title_quest_catch_special_aerodactyl": "एक ऐरोडैटल को पकड़ें!", - "quest_title_quest_catch_special_bidoof": "{{amount_0}} ऊदब को पकड़ें", - "quest_title_quest_catch_special_chespin": "शाबडल को पकड़ें", - "quest_title_quest_catch_special_cottonee": "{{amount_0}} कॉटनी को पकड़ें", - "quest_title_quest_catch_special_cubone": "यूबोन को पकड़ें!", - "quest_title_quest_catch_special_exeggcute": "{{amount_0}} एगोला को पकड़ें!", - "quest_title_quest_catch_special_fennekin": "लौमनी को पकड़ें", - "quest_title_quest_catch_special_fletchling": "ऐरोबन को पकड़ें", - "quest_title_quest_catch_special_froakie": "ोटर को पकड़ें", - "quest_title_quest_catch_special_furfrou": "टमवान को पकड़ें", - "quest_title_quest_catch_special_jirachi": "जराची को पकड़ें!", - "quest_title_quest_catch_special_lieep_anorithl": "{{amount_0}} लडीप या पाषींगा को पकड़ें", - "quest_title_quest_catch_special_litleo": "शेरटल को पकड़ें", - "quest_title_quest_catch_special_mew": "यू को पकड़ें!", - "quest_title_quest_catch_special_natu": "{{amount_0}} नाटू पकड़ें।", - "quest_title_quest_catch_special_omanyte_kabuto": "{{amount_0}} ऑमानाइट या कबूटो को पकड़ें", - "quest_title_quest_catch_special_pumpkaboo": "{{amount_0}} कबू पकड़ें", - "quest_title_quest_catch_special_slugma_gulpin": "{{amount_0}} लगमा या नगलन को पकड़ें", - "quest_title_quest_catch_special_voltorb": "{{amount_0}} वोटॉब पकड़ें", - "quest_title_quest_catch_special0_plural": "{{amount_0}} डो पकड़ें", - "quest_title_quest_catch_special0_plural_unique": "टोयो ई-पोट 2020: इवेंट लट क {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_special0_singular": "डो पकड़ें", - "quest_title_quest_catch_special1_plural": "{{amount_0}} ऑडश या बेलाउट पकड़ें", - "quest_title_quest_catch_special1_singular": "ऑडश या बेलाउट पकड़ें", - "quest_title_quest_catch_special2_plural": "{{amount_0}} ईी पकड़ें", - "quest_title_quest_catch_special2_singular": "ईी पकड़ें", - "quest_title_quest_catch_special3_plural": "{{amount_0}} िपजी या कालो पकड़ें", - "quest_title_quest_catch_special3_singular": "िपजी या कालो पकड़ें", - "quest_title_quest_catch_special4_plural": "{{amount_0}} टीकल या पंकबु पकड़ें", - "quest_title_quest_catch_special4_singular": "टीकल या पंकबु पकड़ें", - "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", - "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", - "quest_title_quest_catch_special6_plural": "{{amount_0}} मेषीप पकड़ें", - "quest_title_quest_catch_special7_plural": "{{amount_0}} चारमैंडर पकड़ें", - "quest_title_quest_catch_special8_plural": "{{amount_0}} लारवार पकड़ें", - "quest_title_quest_catch_special9_plural": "{{amount_0}} नामालूम पकड़ें", - "quest_title_quest_catch_special10_plural": "{{amount_0}} लसल पकड़ें", - "quest_title_quest_catch_special11_plural": "{{amount_0}} माइनन पकड़ें", - "quest_title_quest_catch_special12_plural": "{{amount_0}} वटल पकड़ें", - "quest_title_quest_catch_special13_plural": "{{amount_0}} रोज़ेलया पकड़ें", - "quest_title_quest_catch_special14_singular": "याउथ या ाउलथ को पकड़ें", - "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", - "quest_title_quest_catch_special16_singular": "पपीबघा या याल को पकड़ें", - "quest_title_quest_catch_special17_plural": "{{amount_0}} ईवी को पकड़ें", - "quest_title_quest_catch_special18_plural": "{{amount_0}} बलडम को पकड़ें", - "quest_title_quest_catch_special19_plural": "{{amount_0}} आलसजी को पकड़ें", - "quest_title_quest_catch_special20_plural": "{{amount_0}} शूस को पकड़ें", - "quest_title_quest_catch_special21_singular": "रैटैटा या िपकाचू को पकड़ें", - "quest_title_quest_catch_special22_plural": "{{amount_0}} चकोरटा को पकड़ें।", - "quest_title_quest_catch_special23_plural": "{{amount_0}} सुइगार पकड़ें!", - "quest_title_quest_catch_special24_plural": "{{amount_0}} नहामछ पकड़ें", - "quest_title_quest_catch_special25_plural": "{{amount_0}} शुअरबी पकड़ें", - "quest_title_quest_catch_special26_plural": "{{amount_0}} टीकल पकड़ें", - "quest_title_quest_catch_special27_plural": "{{amount_0}} डैगाल पकड़ें", - "quest_title_quest_catch_special28_plural": "{{amount_0}} आकक पकड़ें", - "quest_title_quest_catch_special29_plural": "{{amount_0}} पंकबु पकड़ें", - "quest_title_quest_catch_special31_plural": "{{amount_0}} खलटल पकड़ें", - "quest_title_quest_catch_special33_plural": "{{amount_0}} मसरौ पकड़ें", - "quest_title_quest_catch_special34_plural": "{{amount_0}} आगािप को पकड़ें", - "quest_title_quest_catch_special35_plural": "{{amount_0}} िपपलप पकड़ें", - "quest_title_quest_catch_special36_plural": "{{amount_0}} राइहॉन को पकड़ें", - "quest_title_quest_catch_special37_plural": "{{amount_0}} मचॉप को पकड़ें", - "quest_title_quest_catch_special38_plural": "{{amount_0}} वलपस को पकड़ें", - "quest_title_quest_catch_special39_plural": "{{amount_0}} डटनी को पकड़ें", - "quest_title_quest_catch_special40_plural": "{{amount_0}} आबरा पकड़ें", - "quest_title_quest_catch_special41_plural": "{{amount_0}} फ़ील पकड़ें", - "quest_title_quest_catch_special42_plural": "{{amount_0}} वीडल पकड़ें", - "quest_title_quest_catch_special43_plural": "{{amount_0}} टाली पकड़ें", - "quest_title_quest_catch_special44_plural": "{{amount_0}} नटल पकड़ें", - "quest_title_quest_catch_special45_plural": "{{amount_0}} ाइमर पकड़ें", - "quest_title_quest_catch_special46_plural": "{{amount_0}} पोरगॉन को पकड़ें", - "quest_title_quest_catch_staryu_plural": "{{amount_0}} टारयू पकड़ें", - "quest_title_quest_catch_stufful_pinap_plural": "पोकमॉन को पकड़ने क लए {{amount_0}} पाइनऐप बेर का इतेमाल करं", - "quest_title_quest_catch_stufful_pinap_singular": "पोकमॉन को पकड़ने क लए पाइनऐप बेर का इतेमाल करं", - "quest_title_quest_catch_stufful_razz_plural": "पोकमॉन को पकड़ने क लए {{amount_0}} रैज़ बेर इतेमाल करं", - "quest_title_quest_catch_stufful_razz_singular": "पोकमॉन को पकड़ने क लए रैज़ बेर का इतेमाल करं", - "quest_title_quest_catch_transform_pokemon_plural": "{{amount_0}} टांसफॉम पोकमॉन पकड़ें", - "quest_title_quest_catch_trubbish_plural": "{{amount_0}} कचरैग पकड़ें", - "quest_title_quest_catch_type_bug_plural": "{{amount_0}} बग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_bug_plural_unique": "बग टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_bug_singular": "बग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_buzzwole": "ऐसे पोकमॉन पकड़ें जो मसलबज़ क टाइप क हैं", - "quest_title_quest_catch_type_buzzwole_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक िछलाफ मसलबज़ कमज़ोर हो", - "quest_title_quest_catch_type_buzzwole_plural": "ऐसे {{amount_0}} पोकमॉन पकड़ें जो मसलबज़ क टाइप क हैं", - "quest_title_quest_catch_type_celesteela_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक खलाफ सेलटला कमज़ोर हो", - "quest_title_quest_catch_type_dark_plural": "{{amount_0}} डाक टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_dark_plural_unique": "डाक टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_dark_singular": "डाक टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_dragon_normal_plural": " {{amount_0}} नॉमल या डैगन-टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_dragon_plural": "{{amount_0}} डैगन टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_dragon_plural_unique": "डैगन टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_dragon_singular": "डैगन टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_electric_flying_plural": " {{amount_0}} इलटक या लाइंग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_electric_plural": "{{amount_0}} इलटक टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_electric_plural_unique": "इलटक टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_electric_singular": "इलटक टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_fairy_plural": "{{amount_0}} फ़ेर टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_fairy_plural_unique": "फ़ेर टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_fairy_singular": "फ़ेर टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_fighting_plural": "{{amount_0}} फ़ाइटंग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_fighting_plural_unique": "लाइंग टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_fighting_singular": "फ़ाइटंग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Catch {{amount_0}} Fire- or Dark-type Pokémon", - "quest_title_quest_catch_type_fire_plural": "{{amount_0}} फ़ायर टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_fire_singular": "फ़ायर टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_flying_plural": "{{amount_0}} लाइंग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_flying_plural_unique": "लाइंग टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_flying_singular": "लाइंग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_ghost_dark_plural": "{{amount_0}} घोट- या डाक टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_ghost_plural": "{{amount_0}} घोट टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_ghost_plural_unique": "घोट टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_ghost_singular": "घोट टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_grass_bug_plural": "{{amount_0}} ास या बग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_grass_plural": "{{amount_0}} ास टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_grass_plural_unique": "ास टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_grass_poison_plural": "{{amount_0}} ास या पॉइज़न टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_grass_singular": "ास टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_ground_plural": "{{amount_0}} ाउंड टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_ground_plural_unique": "ाउंड टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_ground_singular": "ाउंड टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_guzzlord_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक खलाफ सबखाकंग कमज़ोर हो", - "quest_title_quest_catch_type_ice_grass_plural_unique": "{{amount_0}} ास या आइस टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_ice_plural": "{{amount_0}} आइस टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_ice_plural_unique": "आइस टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_ice_singular": "1 आइस टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_kartana_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक खलाफ काटागामी कमज़ोर हो", - "quest_title_quest_catch_type_nihilego": "ऐसे पोकमॉन पकड़ें जो नवाइड क टाइप क हैं", - "quest_title_quest_catch_type_nihilego_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक खलाफ नवाइड कमज़ोर हो", - "quest_title_quest_catch_type_nihilego_plural": "ऐसे {{amount_0}} पोकमॉन पकड़ें जो नवाइड क टाइप क हैं", - "quest_title_quest_catch_type_normal_plural": "{{amount_0}} नॉमल टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_normal_plural_unique": "नॉमल टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_normal_singular": "1 नॉमल टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_pheremosa_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक खलाफ फ़ेरोचीए कमज़ोर हो", - "quest_title_quest_catch_type_pheromosa": "ऐसे पोकमॉन पकड़ें जो फ़ेरोचीए क टाइप क हैं", - "quest_title_quest_catch_type_pheromosa_plural": "ऐसे {{amount_0}} पोकमॉन पकड़ें जो फ़ेरोचीए क टाइप क हैं", - "quest_title_quest_catch_type_poison_plural": "{{amount_0}} पॉइज़न टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_poison_plural_unique": "पॉइज़न टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_poison_singular": "1 पॉइज़न टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "{{amount_0}} साइकक या फ़ाइटंग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_psychic_plural": "{{amount_0}} साइकक टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_psychic_plural_unique": "साइकक टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_psychic_singular": "1 साइकक टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_rock_plural": "{{amount_0}} रॉक टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_rock_plural_unique": "रॉक टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_rock_singular": "1 रॉक टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_shaymin": "ऐसे पोकमॉन पकड़ें जो शेमन क टाइप क हैं", - "quest_title_quest_catch_type_shaymin_plural": "ऐसे {{amount_0}} पोकमॉन पकड़ें जो शेमन क टाइप क हैं", - "quest_title_quest_catch_type_steel_plural": "{{amount_0}} टल टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_steel_plural_unique": "टल टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_steel_singular": "1 टल टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "{{amount_0}} फ़ायर, वॉटर या इलटक टाइप पोकमॉन को पकड़ें", - "quest_title_quest_catch_type_water_flying_plural": " {{amount_0}} वॉटर या लाइंग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_water_ground_plural": " {{amount_0}} वॉटर या ाउंड टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_water_plural": "{{amount_0}} वॉटर टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_water_plural_unique": "वॉटर टाइप पोकमॉन क {{amount_0}} अलग-अलग जातयों को पकड़ें", - "quest_title_quest_catch_type_water_singular": "1 वॉटर टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_type_xurkitree": "ऐसे पोकमॉन पकड़ें जो ल क टाइप क हैं", - "quest_title_quest_catch_type_xurkitree_effective": "ऐसा पोकमॉन टाइप पकड़ें जसक खलाफ ल कमज़ोर हो", - "quest_title_quest_catch_type_xurkitree_plural": "ऐसे {{amount_0}} पोकमॉन पकड़ें जो ल क टाइप क हैं", - "quest_title_quest_catch_types_rainy_plural": "{{amount_0}} वॉटर, इलटक, या बग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_types_rainy_singular": "वॉटर, इलटक, या बग टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_types_snowy_plural": "{{amount_0}} आइस या टल टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_types_snowy_singular": "आइस या टल टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_types_sunny_plural": "{{amount_0}} ास, फ़ायर या ाउंड टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_types_sunny_singular": "ास, फ़ायर या ाउंड टाइप में से कोई 1 पोकमॉन पकड़ें", - "quest_title_quest_catch_types_windy_plural": "{{amount_0}} लाइंग, साइकक, या डैगन टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_types_windy_singular": "लाइंग, साइकक, या डैगन टाइप पोकमॉन पकड़ें", - "quest_title_quest_catch_weather_boost_plural": "मौसम बूट वाल {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_catch_weather_boost_singular": "मौसम बूट वाल पोकमॉन पकड़ें", - "quest_title_quest_catch_whismur": "{{amount_0}} फ़ुसखुस को पकड़ें", - "quest_title_quest_challenge_party_power_plural": "रैड बैटल में टम पावर का {{amount_0}} बार उपयोग करं", - "quest_title_quest_challenge_party_power_singular": "रैड बैटल में टम पावर का उपयोग करं", - "quest_title_quest_change_form_furfrou": "टमवान का लुक बदलं", - "quest_title_quest_change_form_plural": "{{amount_0}} पोकमॉन का प बदलं", - "quest_title_quest_change_form_singular": "Change the form of a Pokémon", - "quest_title_quest_chansey_catch_b": "{{amount_0}} चैंसी पकड़ें", - "quest_title_quest_chansey_evolve_b_plural": "{{amount_0}} चैंसी वकसत करं", - "quest_title_quest_chansey_evolve_b_singular": "एक चैंसी को वकसत करं", - "quest_title_quest_chansey_snapshot_b": "{{amount_0}} चैंसी क नैपशॉट लं", - "quest_title_quest_charge_attack_party_plural": "टम में शामल हो कर {{amount_0}} चाज्ड अटैक का उपयोग करं", - "quest_title_quest_charge_attack_party_singular": "टम में शामल हो कर चाज्ड अटैक का उपयोग करं", - "quest_title_quest_charged_attack_plural": "{{amount_0}} चाज्ड अटैक इतेमाल करं", - "quest_title_quest_charjabug_evolve_b": "{{amount_0}} चाजाबग वकसत करं", - "quest_title_quest_chart_catch_b": "{{amount_0}} चारमैंडर पकड़ें", - "quest_title_quest_chart_catch_s1": "{{amount_0}} चामलयन पकड़ें", - "quest_title_quest_chart_evolve_b": "{{amount_0}} चारमैंडर को वकसत करं", - "quest_title_quest_chart_evolve_s1": "{{amount_0}} चामलयन वकसत करं", - "quest_title_quest_chespin_catch_b": "{{amount_0}} शाबडल पकड़ें", - "quest_title_quest_chespin_evolve_b": "{{amount_0}} शाबडल वकसत करं", - "quest_title_quest_chespin_snapshot_b": "{{amount_0}} शाबडल का नैपशॉट लं", - "quest_title_quest_crocalor_evolve_b": "लमछ को वकसत करं", - "quest_title_quest_cyndaquil_catch_b": "{{amount_0}} सुइगार पकड़ें!", - "quest_title_quest_cyndaquil_evolve_b_plural": " {{amount_0}} सुइगार को वकसत करं", - "quest_title_quest_cyndaquil_evolve_b_singular": "सुइगार को वकसत करं", - "quest_title_quest_dartrix_evolve_b_plural": "{{amount_0}} डाटूलू को वकसत करं", - "quest_title_quest_dartrix_evolve_b_singular": "{{amount_0}} डाटूलू को वकसत करं", - "quest_title_quest_dec2021_catch_b": "2021 क कयुनट डे पर फ़ीचर ए {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_dec2022_catch_b": "दसंबर कयुनट डे 2022 क दौरान {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_dec2023_catch_b": "2023 क कयुनट डे पर फ़ीचर ए {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_defeat_jessie_james_plural": "जेसी या जेस को {{amount_0}} बार हराएं", - "quest_title_quest_defeat_rocket": "टम GO रॉकट क {{amount_0}} सदयों को हराएं", - "quest_title_quest_defeat_rocket_leader_2500": "2,500 CP या इससे कम वाल पोकमॉन से {{amount_0}} टम GO रॉकट लडर को हराएं", - "quest_title_quest_defeat_rocket_singular": "टम GO रॉकट क सदय को हराएं", - "quest_title_quest_deino_catch": "{{amount_0}} सनो पकड़ें", - "quest_title_quest_deino_evolve_a": "{{amount_0}} सनो को वकसत करं", - "quest_title_quest_deino_evolve_b": "{{amount_0}} सनो या डैडोसर को वकसत करं", - "quest_title_quest_deino_snap": "सनो क {{amount_0}} नैपशॉट लं", - "quest_title_quest_dragonair_evolve_b": "{{amount_0}} डैगनेयर को वकसत करं", - "quest_title_quest_dratini_cdc_catch_b": "{{amount_0}} डटनी को पकड़ें", - "quest_title_quest_dratini_cdc_evolve_b": "{{amount_0}} डटनी को वकसत करं", - "quest_title_quest_dratini_cdc_snapshot_b": "{{amount_0}} डटनी का नैपशॉट लं", - "quest_title_quest_drizzle_evolve": "एक नमीगट को वकसत करं", - "quest_title_quest_dude_catch": "{{amount_0}} जयोडूड पकड़ें", - "quest_title_quest_dude_evolve_a": "{{amount_0}} जयोडूड वकसत करं", - "quest_title_quest_dude_evolve_b": "{{amount_0}} ैवलर वकसत करं", - "quest_title_quest_dude_snap": "जयोडूड क {{amount_0}} नैपशॉट लं", - "quest_title_quest_duskt_catch_b": "{{amount_0}} घूमरा को पकड़ें", - "quest_title_quest_duskt_evolve_b": "{{amount_0}} मंडरैना को वकसत करं", - "quest_title_quest_duskt_evolve_s1": "{{amount_0}} मंडरैना को वकसत करं", - "quest_title_quest_earn_buddy_ribbon_plural": "अपने पोकमॉन क साथ {{amount_0}} सबसे अछे पाटनर का रबन जीतें", - "quest_title_quest_eelektrik_evolve_b_plural": "{{amount_0}} ईलवा को वकसत करं", - "quest_title_quest_eelektrik_evolve_b_singular": "एक ईलवा को वकसत करं", - "quest_title_quest_eevee_evolve_plural": "ईवी को उसक हर यूनीक वकसत प में वकसत करं", - "quest_title_quest_eevet_catch_b": "{{amount_0}} ईवी को पकड़ें", - "quest_title_quest_eevet_evolve_b": "{{amount_0}} ईवी को वकसत करं", - "quest_title_quest_elect_catch_b": "{{amount_0}} इलकटक पकड़ें।", - "quest_title_quest_elect_evolve_b": "{{amount_0}} इलकटक वकसत करं", - "quest_title_quest_elite_raid_victory_plural": "{{amount_0}} ऐलट रड जीतें", - "quest_title_quest_elite_raid_victory_singular": "ऐलट रड जीतें", - "quest_title_quest_elite4_a": "GO टूर एलट फ़ोर को हराएं : मेसा टनर", - "quest_title_quest_elite4_b": "GO टूर एलट फ़ोर को हराएं : कव टनर", - "quest_title_quest_elite4_c": "GO टूर एलट फ़ोर को हराएं : ओशन टनर", - "quest_title_quest_elite4_d": "GO टूर एलट फ़ोर को हराएं : सवाना टनर", - "quest_title_quest_elrd22_april16_battle": "एगोला रसच : जम में बैटल", - "quest_title_quest_elrd22_april16_berries": "एगोला रसच : तीन बेर का इतेमाल करक पोकमॉन पकड़ें", - "quest_title_quest_elrd22_april16_catch_grass": "एगोला रसच : तीन ास टाइप पोकमॉन पकड़ें", - "quest_title_quest_elrd22_april16_charged_move": "एगोला रसच : बेहद असरदार चाज्ड मूव का इतेमाल करं", - "quest_title_quest_elrd22_april16_curve": "एगोला रसच : लगातार तीन बढ़या ो करं", - "quest_title_quest_elrd22_april16_evolve_grass": "एगोला रसच : दो ास टाइप पोकमॉन वकसत करं", - "quest_title_quest_elrd22_april16_gifts_stickers": "एगोला रसच : दो गट भेजें और दोनों में एक-एक टकर लगाएं", - "quest_title_quest_elrd22_april16_great": "एगोला रसच : तीन बत बढ़या ो करं", - "quest_title_quest_elrd22_april16_great_row": "एगोला रसच : लगातार दो बत बढ़या ो करं", - "quest_title_quest_elrd22_april16_nice": "एगोला रसच : पांच बढ़या ो करं", - "quest_title_quest_elrd22_april16_nice_row": "एगोला रसच : लगातार दो बत बढ़या ो करं", - "quest_title_quest_elrd22_april16_raid": "एगोला रसच : रड में बैटल करं", - "quest_title_quest_elrd22_april16_spin": "एगोला रसच : दो पोकटॉप िपन करं", - "quest_title_quest_elrd22_april16_weather_easy": "एगोला रसच : मौसम बूट क मदद से तीन पोकमॉन पकड़ें", - "quest_title_quest_elrd22_april16_weather_hard": "एगोला रसच : मौसम बूट क मदद से तीन पोकमॉन पकड़ें", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "एगोला रसच : वाइड ास टाइप पोकमॉन का एक नैपशॉट लं", - "quest_title_quest_equinox19_catch_medium_pkmn": "{{amount_0}} बबासॉर या चकोरटा पकड़ें", - "quest_title_quest_equinox19_catch_type_grass_plural": "{{amount_0}} ास टाइप पोकमॉन पकड़ें", - "quest_title_quest_equinox19_evolve_type_grass_plural": "{{amount_0}} ास टाइप पोकमॉन वकसत करं", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "{{amount_0}} ास टाइप पोकमॉन वकसत करं", - "quest_title_quest_event_eevee_snapshot_barcelona": "बासलोना में अपने ईवी का एक नैपशॉट लं", - "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", - "quest_title_quest_event_eevee_snapshot_mexico_city": "मेसको सट में अपने ईवी का एक नैपशॉट लं", - "quest_title_quest_event_eevee_snapshot_seoul": "सयोल में अपने ईवी का एक नैपशॉट लं", - "quest_title_quest_event_eevee_snapshot_tainan": "ताइनान में अपने ईवी का एक नैपशॉट लं", - "quest_title_quest_event_leave_behind_spin": " 10 पोकटॉप या जम िपन करं जहां आप पहल नहीं गए हैं", - "quest_title_quest_event_leave_behind_spin_safari_city": "ईवी एसलोरर लोकशन पर पोकटॉप िपन करं", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "ऐसी ईवी एसलोरर लोकशन पर {{amount_0}} पोकटॉप िपन करं जहां आप पहल नहीं गये हैं", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "ऐसी ईवी एसलोरर लोकशन पर पोकटॉप िपन करं जहां आप पहल नहीं गये हैं", - "quest_title_quest_event_spin_barcelona": "बासलोना में एक पोकटॉप या जम को िपन करं", - "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", - "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", - "quest_title_quest_event_spin_mexico_city": "मेसको सट में एक पोकटॉप या जम को िपन करं", - "quest_title_quest_event_spin_seoul": "सयोल में एक पोकटॉप या जम को िपन करं", - "quest_title_quest_event_spin_tainan": "ताइनान में एक पोकटॉप या जम को िपन करं", - "quest_title_quest_evolve_abra_singular": "एक आबरा को वकसत करं", - "quest_title_quest_evolve_aipom_singular": "एक हापी को वकसत करं", - "quest_title_quest_evolve_amaura_singular": "एक अमारगा को वकसत करं", - "quest_title_quest_evolve_anorith_singular": "एक पाषींगा को वकसत करं", - "quest_title_quest_evolve_archen_singular": "एक आकया को वकसत करं", - "quest_title_quest_evolve_aron_singular": "एक आइरोबल को वकसत करं", - "quest_title_quest_evolve_axew_singular": "एक फ़ैंगजॉ को वकसत करं", - "quest_title_quest_evolve_azurill_singular": "एक बबॉल को वकसत करं", - "quest_title_quest_evolve_bagon_singular": "एक डैगाल को वकसत करं", - "quest_title_quest_evolve_baltoy_singular": "एक टूलटॉय को वकसत करं", - "quest_title_quest_evolve_barboach_singular": "एक मूछल को वकसत करं", - "quest_title_quest_evolve_bayleef": "अपने बेलफ़ को वकसत करं", - "quest_title_quest_evolve_bayleef_singular": "एक बेलफ़ को वकसत करं", - "quest_title_quest_evolve_beldum_singular": "एक बलडम को वकसत करं", - "quest_title_quest_evolve_bellsprout_singular": "एक बेलाउट को वकसत करं", - "quest_title_quest_evolve_bergmite_singular": "एक बफ़ाश को वकसत करं", - "quest_title_quest_evolve_bidoof_singular": "एक ऊदब को वकसत करं", - "quest_title_quest_evolve_binacle_singular": "एक बायनेकल को वकसत करं", - "quest_title_quest_evolve_blitzle_singular": "एक हॉटाइप को वकसत करं", - "quest_title_quest_evolve_boldore_singular": "एक कोरटान को वकसत करं", - "quest_title_quest_evolve_bonsly_singular": "एक लांटनी को वकसत करं", - "quest_title_quest_evolve_braixen_singular": "एक लौमटल को वकसत करं", - "quest_title_quest_evolve_bronzor_singular": "एक ॉज़ाइना को वकसत करं", - "quest_title_quest_evolve_budew_singular": "एक कोपल को वकसत करं", - "quest_title_quest_evolve_buizel_singular": "एक टॎूनेव को वकसत करं", - "quest_title_quest_evolve_bulbasaur": "बबासॉर को वकसत करं", - "quest_title_quest_evolve_bulbasaur_singular": "एक बबासॉर को वकसत करं", - "quest_title_quest_evolve_buneary_singular": "एक रोलकान को वकसत करं", - "quest_title_quest_evolve_bunnelby_singular": "एक डगबट को वकसत करं", - "quest_title_quest_evolve_burmy_singular": "एक बोरकट को वकसत करं", - "quest_title_quest_evolve_cacnea_singular": "एक ककशाह को वकसत करं", - "quest_title_quest_evolve_carvanha_singular": "एक शारपीरा को वकसत करं", - "quest_title_quest_evolve_cascoon_singular": "एक रकन को वकसत करं", - "quest_title_quest_evolve_caterpie_singular": "एक कटरपी को वकसत करं", - "quest_title_quest_evolve_chansey_singular": "एक चैंसी को वकसत करं", - "quest_title_quest_evolve_charmander": "चारमैंडर को वकसत करं", - "quest_title_quest_evolve_charmander_singular": "एक चारमैंडर को वकसत करं", - "quest_title_quest_evolve_charmeleon_singular": "एक चामलयन को वकसत करं", - "quest_title_quest_evolve_cherubi_singular": "एक चेरर को वकसत करं", - "quest_title_quest_evolve_chespin_singular": "एक शाबडल को वकसत करं", - "quest_title_quest_evolve_chikorita": "अपने चकोरटा को वकसत करं", - "quest_title_quest_evolve_chikorita_singular": "एक चकोरटा को वकसत करं", - "quest_title_quest_evolve_chimchar_singular": "एक आगािप को वकसत करं", - "quest_title_quest_evolve_chinchou_singular": "एक लालटून को वकसत करं", - "quest_title_quest_evolve_chingling_singular": "एक टंगनी को वकसत करं", - "quest_title_quest_evolve_clamperl_singular": "एक सीपल को वकसत करं", - "quest_title_quest_evolve_clauncher_singular": "एक लॉगन को वकसत करं", - "quest_title_quest_evolve_clefairy_singular": "एक लफ़ेर को वकसत करं", - "quest_title_quest_evolve_cleffa_singular": "एक लफ़ा को वकसत करं", - "quest_title_quest_evolve_combee_singular": "एक टनबी को वकसत करं", - "quest_title_quest_evolve_combusken_singular": "एक युवाकक को वकसत करं", - "quest_title_quest_evolve_corphish_singular": "एक फ़ौजींगा को वकसत करं", - "quest_title_quest_evolve_cosmoem_singular": "कॉ़मोएम को वकसत करं", - "quest_title_quest_evolve_cosmog_singular": "कॉ़मॉग को वकसत करं", - "quest_title_quest_evolve_cottonee_singular": "एक कॉटनी को वकसत करं", - "quest_title_quest_evolve_cranidos_singular": "एक कपाल को वकसत करं", - "quest_title_quest_evolve_croagunk_singular": "एक ॉगावारा को वकसत करं", - "quest_title_quest_evolve_croconaw": "अपने ोकोमछ को वकसत करं", - "quest_title_quest_evolve_croconaw_singular": "एक ोकोमछ को वकसत करं", - "quest_title_quest_evolve_cubchoo_singular": "एक रछू को वकसत करं", - "quest_title_quest_evolve_cubone_singular": "एक यूबोन को वकसत करं", - "quest_title_quest_evolve_cyndaquil": "अपने सुइगार को वकसत करं", - "quest_title_quest_evolve_cyndaquil_singular": "एक सुइगार को वकसत करं", - "quest_title_quest_evolve_dark_type_singular": "डाक टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_darumaka_singular": "एक डामाग को वकसत करं", - "quest_title_quest_evolve_deerling_singular": "एक हरतु को वकसत करं", - "quest_title_quest_evolve_deino_singular": "एक सनो को वकसत करं", - "quest_title_quest_evolve_dewott_singular": "एक सॉडोवार को वकसत करं", - "quest_title_quest_evolve_diglett_singular": "एक डगलट को वकसत करं", - "quest_title_quest_evolve_doduo_singular": "एक डोडुओ को वकसत करं", - "quest_title_quest_evolve_doublade_singular": "एक डलड को वकसत करं", - "quest_title_quest_evolve_dragonair_singular": "एक डैगनेयर को वकसत करं", - "quest_title_quest_evolve_dratini_singular": "एक डटनी को वकसत करं", - "quest_title_quest_evolve_drifloon_singular": "एक गुबारा को वकसत करं", - "quest_title_quest_evolve_drilbur_singular": "एक मोलडल को वकसत करं", - "quest_title_quest_evolve_drowzee_singular": "एक डाउज़ी को वकसत करं", - "quest_title_quest_evolve_ducklett_singular": "एक डकचा को वकसत करं", - "quest_title_quest_evolve_duosion_singular": "एक डूओवा को वकसत करं", - "quest_title_quest_evolve_durant_singular": "एक चीटायरन को वकसत करं", - "quest_title_quest_evolve_dusclops_singular": "एक मंडरैना को वकसत करं", - "quest_title_quest_evolve_duskull_singular": "एक घूमरा को वकसत करं", - "quest_title_quest_evolve_dwebble_singular": "एक नवाटोन को वकसत करं", - "quest_title_quest_evolve_eelektrik_singular": "एक ईलवा को वकसत करं", - "quest_title_quest_evolve_eevee_singular": "एक ईवी को वकसत करं", - "quest_title_quest_evolve_eevee_types_plural": "इलटक-, वॉटर-, या फ़ायर टाइप में से {{amount_0}} पोकमॉन वकसत करं", - "quest_title_quest_evolve_eevee_types_singular": "इलटक-, वॉटर-, या फ़ायर टाइप में से 1 पोकमॉन वकसत करं", - "quest_title_quest_evolve_ekans_singular": "एक ऐकंस को वकसत करं", - "quest_title_quest_evolve_electabuzz_singular": "एक इलकटक को वकसत करं", - "quest_title_quest_evolve_electrike_singular": "एक फ़ानडर को वकसत करं", - "quest_title_quest_evolve_elekid_singular": "एक इलकचा को वकसत करं", - "quest_title_quest_evolve_elgyem_singular": "एक एले को वकसत करं", - "quest_title_quest_evolve_espeon": "दन क समय ईवी को मनवी में वकसत करं", - "quest_title_quest_evolve_espurr_singular": "एक साइकट को वकसत करं", - "quest_title_quest_evolve_evolved_grass_singular": "1 वकसत ए ास टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_exeggcute_singular": "एक एगोला को वकसत करं", - "quest_title_quest_evolve_farfetch'd_singular": "एक फ़ारफ़ेच को वकसत करं", - "quest_title_quest_evolve_feebas_singular": "एक दीनमीन को वकसत करं", - "quest_title_quest_evolve_fennekin_singular": "एक लौमनी को वकसत करं", - "quest_title_quest_evolve_ferroseed_singular": "एक लौसीडो को वकसत करं", - "quest_title_quest_evolve_finneon_singular": "एक मीनोसेंट को वकसत करं", - "quest_title_quest_evolve_flaaffy_singular": "एक वोटून को वकसत करं", - "quest_title_quest_evolve_flabébé_singular": "एक लबेबे को वकसत करं", - "quest_title_quest_evolve_fletchinder_singular": "एक लरोबन को वकसत करं", - "quest_title_quest_evolve_fletchling_singular": "एक ऐरोबन को वकसत करं", - "quest_title_quest_evolve_floette_singular": "एक लोएट को वकसत करं", - "quest_title_quest_evolve_foongus_singular": "एक मशहैरान को वकसत करं", - "quest_title_quest_evolve_fraxure_singular": "एक कडाडी को वकसत करं", - "quest_title_quest_evolve_frillish_singular": "एक लश को वकसत करं", - "quest_title_quest_evolve_froakie_singular": "एक ोटर को वकसत करं", - "quest_title_quest_evolve_frogadier_singular": "एक ॉगेडयर को वकसत करं", - "quest_title_quest_evolve_gabite_singular": "एक गबाइट को वकसत करं", - "quest_title_quest_evolve_gastly_singular": "एक गैटल को वकसत करं", - "quest_title_quest_evolve_geodude_singular": "एक जयोडूड को वकसत करं", - "quest_title_quest_evolve_gible_singular": "एक शागोला को वकसत करं", - "quest_title_quest_evolve_glalie_singular": "एक हमास को वकसत करं", - "quest_title_quest_evolve_glameow_singular": "एक चामयाऊ को वकसत करं", - "quest_title_quest_evolve_gligar_singular": "एक लाइडंक को वकसत करं", - "quest_title_quest_evolve_gloom_singular": "एक लूम को वकसत करं", - "quest_title_quest_evolve_golbat_singular": "एक गोलबैट को वकसत करं", - "quest_title_quest_evolve_goldeen_singular": "एक गोडीन को वकसत करं", - "quest_title_quest_evolve_golett_singular": "एक गोलमटल को वकसत करं", - "quest_title_quest_evolve_goomy_singular": "एक लसेरा को वकसत करं", - "quest_title_quest_evolve_gothita_singular": "एक गोलगॉथ को वकसत करं", - "quest_title_quest_evolve_gothorita_singular": "एक गॉथनहार को वकसत करं", - "quest_title_quest_evolve_graveler_singular": "एक ैवलर को वकसत करं", - "quest_title_quest_evolve_grimer_singular": "एक ाइमर को वकसत करं", - "quest_title_quest_evolve_grotle_singular": "एक जंगलटल को वकसत करं", - "quest_title_quest_evolve_ground_plural": "{{amount_0}} ाउंड टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_grovyle_singular": "एक िकल को वकसत करं", - "quest_title_quest_evolve_growlithe_singular": "एक ाउलथ को वकसत करं", - "quest_title_quest_evolve_gulpin_singular": "एक नगलन को वकसत करं", - "quest_title_quest_evolve_gurdurr_singular": "एक कॉलोहाड को वकसत करं", - "quest_title_quest_evolve_happiny_singular": "एक हैपीनी को वकसत करं", - "quest_title_quest_evolve_haunter_singular": "एक हॉटर को वकसत करं", - "quest_title_quest_evolve_heatmor_singular": "एक हीटखोर को वकसत करं", - "quest_title_quest_evolve_helioptile_singular": "एक जेनरल को वकसत करं", - "quest_title_quest_evolve_herdier_singular": "एक टोलयर को वकसत करं", - "quest_title_quest_evolve_hippopotas_singular": "एक हपोपोटास को वकसत करं", - "quest_title_quest_evolve_honedge_singular": "एक लडेक को वकसत करं", - "quest_title_quest_evolve_hoothoot_singular": "एक उलूल को वकसत करं", - "quest_title_quest_evolve_hoppip_singular": "एक बीजप को वकसत करं", - "quest_title_quest_evolve_horsea_singular": "एक हॉसी को वकसत करं", - "quest_title_quest_evolve_houndour_singular": "एक डैवान को वकसत करं", - "quest_title_quest_evolve_igglybuff_singular": "एक इलबफ़ को वकसत करं", - "quest_title_quest_evolve_illumise_singular": "एक लाइटनी को वकसत करं", - "quest_title_quest_evolve_inkay_singular": "एक याहीहै को वकसत करं", - "quest_title_quest_evolve_items_plural": "पोकमॉन को {{amount_0}} बार वतसत करने क लए आइटम का इतेमाल करं", - "quest_title_quest_evolve_items_singular": "पोकमॉन को वकसत करने क लए कसी आइटम का इतेमाल करं", - "quest_title_quest_evolve_ivysaur_singular": "एक आइवीसॉर को वकसत करं", - "quest_title_quest_evolve_jigglypuff_singular": "एक जलपफ़ को वकसत करं", - "quest_title_quest_evolve_joltik_singular": "एक बज़ॉब को वकसत करं", - "quest_title_quest_evolve_kabuto_singular": "एक कबूटो को वकसत करं", - "quest_title_quest_evolve_kadabra_singular": "एक काडाबरा को वकसत करं", - "quest_title_quest_evolve_kakuna_singular": "एक ककना को वकसत करं", - "quest_title_quest_evolve_karrablast_singular": "एक कवरटल को वकसत करं", - "quest_title_quest_evolve_kirlia_singular": "एक करलया को वकसत करं", - "quest_title_quest_evolve_klang_singular": "एक गेरारर को वकसत करं", - "quest_title_quest_evolve_klink_singular": "एक गेरार को वकसत करं", - "quest_title_quest_evolve_koffing_singular": "एक कॉिफ़ंग को वकसत करं", - "quest_title_quest_evolve_krabby_singular": "एक ैबी को वकसत करं", - "quest_title_quest_evolve_kricketot_singular": "एक िझंगोलू को वकसत करं", - "quest_title_quest_evolve_krokorok_singular": "एक अिड़याल को वकसत करं", - "quest_title_quest_evolve_lairon_singular": "एक आइरोहाड को वकसत करं", - "quest_title_quest_evolve_lampent_singular": "एक लौमटन को वकसत करं", - "quest_title_quest_evolve_larvesta_singular": "एक वालावा को वकसत करं", - "quest_title_quest_evolve_larvitar_singular": "एक लारवार को वकसत करं", - "quest_title_quest_evolve_ledyba_singular": "एक लडबा को वकसत करं", - "quest_title_quest_evolve_lickitung_singular": "एक लकटंग को वकसत करं", - "quest_title_quest_evolve_lileep_singular": "एक लडीप को वकसत करं", - "quest_title_quest_evolve_lillipup_singular": "एक ललपप को वकसत करं", - "quest_title_quest_evolve_linoone_singular": "{{amount_0}} गलार लाइनून वकसत करं", - "quest_title_quest_evolve_litleo_singular": "एक शेरटल को वकसत करं", - "quest_title_quest_evolve_litwick_singular": "एक मोबात को वकसत करं", - "quest_title_quest_evolve_lombre_singular": "एक टोकमल को वकसत करं", - "quest_title_quest_evolve_lotad_singular": "एक कमलबी को वकसत करं", - "quest_title_quest_evolve_loudred_singular": "एक रोषरोर को वकसत करं", - "quest_title_quest_evolve_luxio_singular": "एक रोशनीयर को वकसत करं", - "quest_title_quest_evolve_machoke_singular": "एक मचोक को वकसत करं", - "quest_title_quest_evolve_machop_singular": "एक मचॉप को वकसत करं", - "quest_title_quest_evolve_magby_singular": "एक शुमैग को वकसत करं", - "quest_title_quest_evolve_magikarp_singular": "एक मैजकाप को वकसत करं", - "quest_title_quest_evolve_magmar_singular": "एक मैमार को वकसत करं", - "quest_title_quest_evolve_magnemite_singular": "एक मैनेमाइट को वकसत करं", - "quest_title_quest_evolve_makuhita_singular": "एक माकहता को वकसत करं", - "quest_title_quest_evolve_mankey_singular": "एक मैंक को वकसत करं", - "quest_title_quest_evolve_mantyke_singular": "एक मैचा को वकसत करं", - "quest_title_quest_evolve_mareep_singular": "एक मेषीप को वकसत करं", - "quest_title_quest_evolve_marill_singular": "एक बॉलबी को वकसत करं", - "quest_title_quest_evolve_marshtomp_singular": "एक पंॉल को वकसत करं", - "quest_title_quest_evolve_meditite_singular": "एक ननासन को वकसत करं", - "quest_title_quest_evolve_meowth_singular": "एक याउथ को वकसत करं", - "quest_title_quest_evolve_metang_singular": "एक मटैंग को वकसत करं", - "quest_title_quest_evolve_metapod_singular": "एक मेटापॉड को वकसत करं", - "quest_title_quest_evolve_mienfoo_singular": "एक कंफ़ीज़ल को वकसत करं", - "quest_title_quest_evolve_mime jr._singular": "एक माइम जूनयर को वकसत करं", - "quest_title_quest_evolve_minccino_singular": "एक मंचीनो को वकसत करं", - "quest_title_quest_evolve_misdreavus_singular": "एक शरारम को वकसत करं", - "quest_title_quest_evolve_monferno_singular": "एक फ़ायकप को वकसत करं", - "quest_title_quest_evolve_mr. mime_singular": "एक मटर माइम को वकसत करं", - "quest_title_quest_evolve_mudkip_singular": "एक पंकबु को वकसत करं", - "quest_title_quest_evolve_munchlax_singular": "एक मंचलैस को वकसत करं", - "quest_title_quest_evolve_munna_singular": "एक मूना को वकसत करं", - "quest_title_quest_evolve_murkrow_singular": "एक कालो को वकसत करं", - "quest_title_quest_evolve_natu_singular": "एक नाटू को वकसत करं", - "quest_title_quest_evolve_nidoranfemale_singular": "एक नीडोरैन♀ को वकसत करं", - "quest_title_quest_evolve_nidoranmale_singular": "एक नीडोरैन♂ को वकसत करं", - "quest_title_quest_evolve_nidorina_singular": "एक नीडोरना को वकसत करं", - "quest_title_quest_evolve_nidorino_singular": "एक नीडोरनो को वकसत करं", - "quest_title_quest_evolve_nincada_singular": "एक माटजा को वकसत करं", - "quest_title_quest_evolve_noibat_singular": "एक बैतरंग को वकसत करं", - "quest_title_quest_evolve_nosepass_singular": "एक मैगनाक को वकसत करं", - "quest_title_quest_evolve_numel_singular": "एक डमूंट को वकसत करं", - "quest_title_quest_evolve_nuzleaf_singular": "एक नाकोंपल को वकसत करं", - "quest_title_quest_evolve_oddish_singular": "एक ऑडश को वकसत करं", - "quest_title_quest_evolve_omanyte_singular": "एक ऑमानाइट को वकसत करं", - "quest_title_quest_evolve_onix_singular": "एक ऑनस को वकसत करं", - "quest_title_quest_evolve_oshawott_singular": "एक ममोलू को वकसत करं", - "quest_title_quest_evolve_palpitoad_singular": "एक मेंटोडर को वकसत करं", - "quest_title_quest_evolve_pancham_singular": "एक शैताम को वकसत करं", - "quest_title_quest_evolve_panpour_singular": "एक नीरकप को वकसत करं", - "quest_title_quest_evolve_pansage_singular": "एक शाकप को वकसत करं", - "quest_title_quest_evolve_pansear_singular": "एक रोटकप को वकसत करं", - "quest_title_quest_evolve_paras_singular": "एक पैरस को वकसत करं", - "quest_title_quest_evolve_patrat_singular": "एक मूकाउट को वकसत करं", - "quest_title_quest_evolve_pawniard_singular": "एक मोराटाना को वकसत करं", - "quest_title_quest_evolve_petilil_singular": "एक टल को वकसत करं", - "quest_title_quest_evolve_phanpy_singular": "एक नहाथी को वकसत करं", - "quest_title_quest_evolve_phantump_singular": "एक हटी को वकसत करं", - "quest_title_quest_evolve_pichu_singular": "एक िपचू को वकसत करं", - "quest_title_quest_evolve_pidgeotto_singular": "एक िपजयोटो को वकसत करं", - "quest_title_quest_evolve_pidgey_singular": "एक िपजी को वकसत करं", - "quest_title_quest_evolve_pidove_singular": "एक कबूटंगाको वकसत करं", - "quest_title_quest_evolve_pignite_singular": "एक उमग को वकसत करं", - "quest_title_quest_evolve_pikachu_singular": "एक िपकाचू को वकसत करं", - "quest_title_quest_evolve_piloswine_plural": "{{amount_0}} फ़रशूअर को वकसत करं", - "quest_title_quest_evolve_piloswine_singular": "एक फ़रशूअर को वकसत करं", - "quest_title_quest_evolve_pineco_singular": "एक पाइनोला को वकसत करं", - "quest_title_quest_evolve_piplup_singular": "एक िपपलप को वकसत करं", - "quest_title_quest_evolve_plural": "{{amount_0}} पोकमॉन को वकसत करं", - "quest_title_quest_evolve_poison_type_singular": "पॉइज़न टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_poliwag_singular": "एक बैंगचब को वकसत करं", - "quest_title_quest_evolve_poliwhirl_singular": "एक बैंगचबग को वकसत करं", - "quest_title_quest_evolve_ponyta_singular": "एक पोनीटा को वकसत करं", - "quest_title_quest_evolve_poochyena_singular": "एक पपीबघा को वकसत करं", - "quest_title_quest_evolve_porygon2_singular": "एक पोरगॉन2 को वकसत करं", - "quest_title_quest_evolve_prinplup_singular": "एक िंगपु को वकसत करं", - "quest_title_quest_evolve_psyduck_singular": "एक साइडक को वकसत करं", - "quest_title_quest_evolve_pumpkaboo_singular": "एक कबू को वकसत करं", - "quest_title_quest_evolve_pupitar_singular": "एक कोषकटार को वकसत करं", - "quest_title_quest_evolve_purrloin_singular": "एक चोरोकट को वकसत करं", - "quest_title_quest_evolve_quilava": "अपने सुइलावा को वकसत करं", - "quest_title_quest_evolve_quilava_singular": "एक सुइलावा को वकसत करं", - "quest_title_quest_evolve_quilladin_singular": "एक डफ़ेंडल को वकसत करं", - "quest_title_quest_evolve_qwilfish_singular": "एक सुईिफ़श को वकसत करं", - "quest_title_quest_evolve_ralts_singular": "एक शूस को वकसत करं", - "quest_title_quest_evolve_rattata_singular": "एक रैटैटा को वकसत करं", - "quest_title_quest_evolve_remoraid_singular": "एक मीनगन को वकसत करं", - "quest_title_quest_evolve_rhydon_singular": "एक राइडॉन को वकसत करं", - "quest_title_quest_evolve_rhyhorn_singular": "एक राइहॉन को वकसत करं", - "quest_title_quest_evolve_riolu_singular": "एक रयोलु को वकसत करं", - "quest_title_quest_evolve_roggenrola_singular": "एक लडूगो को वकसत करं", - "quest_title_quest_evolve_roselia_singular": "एक रोज़ेलया को वकसत करं", - "quest_title_quest_evolve_rufflet_singular": "एक चीलोपी को वकसत करं", - "quest_title_quest_evolve_sandile_singular": "एक नैनोका को वकसत करं", - "quest_title_quest_evolve_sandshrew_singular": "एक सैंडू को वकसत करं", - "quest_title_quest_evolve_sb_singular": "बुलवान को वकसत करं", - "quest_title_quest_evolve_scatterbug_singular": "एक फैलाबग को वकसत करं", - "quest_title_quest_evolve_scraggy_singular": "एक कडल को वकसत करं", - "quest_title_quest_evolve_scyther_singular": "एक टाइकट को वकसत करं", - "quest_title_quest_evolve_seadra_singular": "एक सीडा को वकसत करं", - "quest_title_quest_evolve_sealeo_singular": "एक सीलयार को वकसत करं", - "quest_title_quest_evolve_seedot_singular": "एक नटल को वकसत करं", - "quest_title_quest_evolve_seel_singular": "एक सीसीसील को वकसत करं", - "quest_title_quest_evolve_sentret_singular": "एक नेवर को वकसत करं", - "quest_title_quest_evolve_servine_singular": "एक सपाइन को वकसत करं", - "quest_title_quest_evolve_sewaddle_singular": "एक लपता को वकसत करं", - "quest_title_quest_evolve_shelgon_singular": "एक डैगोवच को वकसत करं", - "quest_title_quest_evolve_shellder_singular": "एक शेडर को वकसत करं", - "quest_title_quest_evolve_shellos_singular": "एक शेलगुमा को वकसत करं", - "quest_title_quest_evolve_shelmet_singular": "एक शेलमेट को वकसत करं", - "quest_title_quest_evolve_shieldon_singular": "एक ढालाटॉस को वकसत करं", - "quest_title_quest_evolve_shinx_singular": "एक टंलस को वकसत करं", - "quest_title_quest_evolve_shroomish_singular": "एक बशम को वकसत करं", - "quest_title_quest_evolve_shuckle_singular": "एक शेलसीप को वकसत करं", - "quest_title_quest_evolve_shuppet_singular": "एक मूरसाया को वकसत करं", - "quest_title_quest_evolve_silcoon_singular": "एक रशकन को वकसत करं", - "quest_title_quest_evolve_singular": "1 पोकमॉन को वकसत करं", - "quest_title_quest_evolve_skiddo_singular": "एक मेमनाइड को वकसत करं", - "quest_title_quest_evolve_skiploom_singular": "एक पंखुल को वकसत करं", - "quest_title_quest_evolve_skitty_singular": "एक याल को वकसत करं", - "quest_title_quest_evolve_skorupi_singular": "एक बछुवश को वकसत करं", - "quest_title_quest_evolve_skrelp_singular": "एक काइफूस को वकसत करं", - "quest_title_quest_evolve_slakoth_singular": "एक आलसजी को वकसत करं", - "quest_title_quest_evolve_sliggoo_singular": "एक नेलसा को वकसत करं", - "quest_title_quest_evolve_slowpoke_plural": "{{amount_0}} लोपोक को वकसत करं", - "quest_title_quest_evolve_slowpoke_singular": "एक लोपोक को वकसत करं", - "quest_title_quest_evolve_slugma_singular": "एक लगमा को वकसत करं", - "quest_title_quest_evolve_smoochum_singular": "एक चूमम को वकसत करं", - "quest_title_quest_evolve_sneasel_singular": "एक चोरला को वकसत करं", - "quest_title_quest_evolve_snivy_singular": "एक वाईनेक को वकसत करं", - "quest_title_quest_evolve_snorunt_singular": "एक बफ़बचा को वकसत करं", - "quest_title_quest_evolve_snover_singular": "एक हमकप को वकसत करं", - "quest_title_quest_evolve_snubbull_singular": "एक बुलवान को वकसत करं", - "quest_title_quest_evolve_solosis_singular": "एक एकोवू को वकसत करं", - "quest_title_quest_evolve_spearow_singular": "एक पीयरो को वकसत करं", - "quest_title_quest_evolve_special_drowzee": "एक डाउज़ी को वकसत करं", - "quest_title_quest_evolve_special_feebas_singular": "दीनमीन को वकसत करं", - "quest_title_quest_evolve_special_galarian_mrmime": "गलार मटर माइम को वकसत करं", - "quest_title_quest_evolve_special_galarian_slowpoke": "गलार लोपोक को वकसत करं", - "quest_title_quest_evolve_special_grimer": "एक ाइमर को वकसत करं", - "quest_title_quest_evolve_special_magnemite": "एक मैनेमाइट को वकसत करं", - "quest_title_quest_evolve_special_scyther": "एक टाइकट को वकसत करं", - "quest_title_quest_evolve_special0_singular": "मैजकाप को वकसत करं", - "quest_title_quest_evolve_special1_plural": "{{amount_0}} िपजी को वकसत करं", - "quest_title_quest_evolve_special1_singular": "हॉसी को वकसत करं", - "quest_title_quest_evolve_special2_singular": "याउथ को एवॉव करं", - "quest_title_quest_evolve_spewpa_singular": "एक फैलावारा को वकसत करं", - "quest_title_quest_evolve_spheal_singular": "एक सीसीलारा को वकसत करं", - "quest_title_quest_evolve_spinarak_singular": "एक रशमक को वकसत करं", - "quest_title_quest_evolve_spoink_singular": "एक सूिंग को वकसत करं", - "quest_title_quest_evolve_spritzee_singular": "एक फ़सीफ़स को वकसत करं", - "quest_title_quest_evolve_squirtle_singular": "एक वटल को वकसत करं", - "quest_title_quest_evolve_staravia_singular": "एक मैनाटार को वकसत करं", - "quest_title_quest_evolve_starly_singular": "एक टाली को वकसत करं", - "quest_title_quest_evolve_staryu_singular": "एक टारयू को वकसत करं", - "quest_title_quest_evolve_steelix_singular": "एक टलस को वकसत करं", - "quest_title_quest_evolve_stunky_singular": "एक कंकबू को वकसत करं", - "quest_title_quest_evolve_sunkern_singular": "एक नटमुखी को वकसत करं", - "quest_title_quest_evolve_sunstone_singular": "लूम या नटमुखी को एवॉव करने क लए सन टोन का इतेमाल करं।", - "quest_title_quest_evolve_surskit_singular": "एक लॉलप को वकसत करं", - "quest_title_quest_evolve_swablu_singular": "एक ईी को वकसत करं", - "quest_title_quest_evolve_swadloon_singular": "एक लपटाकन को वकसत करं", - "quest_title_quest_evolve_swinub_singular": "एक शुअरबी को वकसत करं", - "quest_title_quest_evolve_swirlix_singular": "एक पफ़लक को वकसत करं", - "quest_title_quest_evolve_taillow_singular": "एक मनबील को वकसत करं", - "quest_title_quest_evolve_tangela_singular": "एक उलझारा को वकसत करं", - "quest_title_quest_evolve_teddiursa_singular": "एक टडीलू को वकसत करं", - "quest_title_quest_evolve_tentacool_singular": "एक टंटाकल को वकसत करं", - "quest_title_quest_evolve_tepig_singular": "एक िपगमी को वकसत करं", - "quest_title_quest_evolve_timburr_singular": "एक इशा को वकसत करं", - "quest_title_quest_evolve_tirtouga_singular": "एक ोटोकम को वकसत करं", - "quest_title_quest_evolve_togepi_singular": "एक टोगेपी को वकसत करं", - "quest_title_quest_evolve_togetic_singular": "एक टोगेटक को वकसत करं", - "quest_title_quest_evolve_torchic_singular": "एक आकक को वकसत करं", - "quest_title_quest_evolve_totodile": "अपने नहामछ को वकसत करं", - "quest_title_quest_evolve_totodile_singular": "एक नहामछ को वकसत करं", - "quest_title_quest_evolve_tranquill_singular": "एक यूटरगू को वकसत करं", - "quest_title_quest_evolve_trapinch_singular": "एक मसरौ को वकसत करं", - "quest_title_quest_evolve_treecko_singular": "एक टीकल को वकसत करं", - "quest_title_quest_evolve_trubbish_singular": "एक कचरैग को वकसत करं", - "quest_title_quest_evolve_turtwig_singular": "एक खलटल को वकसत करं", - "quest_title_quest_evolve_tympole_singular": "एक डंबराउंड को वकसत करं", - "quest_title_quest_evolve_tynamo_singular": "एक लकवारा को वकसत करं", - "quest_title_quest_evolve_type_dark_plural": "{{amount_0}} डाक टाइप पोकमॉन को एवॉव करं", - "quest_title_quest_evolve_type_dragon_plural": "{{amount_0}} डैगन टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_type_dragon_singular": "1 डैगन टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_type_electric_plural": "{{amount_0}} इलटक टाइप पोकमॉन वकसत करं", - "quest_title_quest_evolve_type_electric_singular": "1 इलटक टाइप पोकमॉन वकसत करं", - "quest_title_quest_evolve_type_fairy_plural": "फ़ेर टाइप वाल {{amount_0}} पोकमॉन को वकसत करं", - "quest_title_quest_evolve_type_fairy_singular": "फ़ेर टाइप वाल पोकमॉन को वकसत करं", - "quest_title_quest_evolve_type_fire_plural": "{{amount_0}} फ़ायर टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_type_fire_singular": "1 फ़ायर टाइप वाल पोकमॉन को एवॉव करं", - "quest_title_quest_evolve_type_flying_plural": "{{amount_0}} लाइंग टाइप पोकमॉन वकसत करं", - "quest_title_quest_evolve_type_flying_singular": "1 लाइंग टाइप पोकमॉन वकसत करं", - "quest_title_quest_evolve_type_ghost_plural": "{{amount_0}} घोट टाइप पोकमॉन वकसत करं", - "quest_title_quest_evolve_type_ghost_single": "एक घोट टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_type_grass_plural": "{{amount_0}} ास टाइप पोकमॉन वकसत करं", - "quest_title_quest_evolve_type_grass_singular": "1 ास टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_type_ice_plural": "{{amount_0}} आइस टाइप पोकमॉन वकसत करं", - "quest_title_quest_evolve_type_ice_singular": "1 आइस टाइप पोकमॉन वतसत करं", - "quest_title_quest_evolve_type_poison_plural": "{{amount_0}} पॉइज़न टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_type_psychic_plural": "{{amount_0}} साइकक टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_type_psychic_singular": "साइकक टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_type_rock_plural": "{{amount_0}} रॉक टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_type_steel_plural": "{{amount_0}} टल टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_type_water_plural": "{{amount_0}} वॉटर टाइप पोकमॉन वकसत करं", - "quest_title_quest_evolve_type_water_singular": "वॉटर टाइप पोकमॉन को वकसत करं", - "quest_title_quest_evolve_tyrogue_singular": "एक फ़ाइटनौ को वकसत करं", - "quest_title_quest_evolve_tyrunt_singular": "एक टनीरस को वकसत करं", - "quest_title_quest_evolve_umbreon": "दन क समय ईवी को डाकवी में वकसत करं", - "quest_title_quest_evolve_vanillish_singular": "एक वनीरच को वकसत करं", - "quest_title_quest_evolve_vanillite_singular": "एक वनीलफ़ को वकसत करं", - "quest_title_quest_evolve_venipede_singular": "एक खंजूरा को वकसत करं", - "quest_title_quest_evolve_venonat_singular": "एक वेनोनैट को वकसत करं", - "quest_title_quest_evolve_vibrava_singular": "एक कंपनावा को वकसत करं", - "quest_title_quest_evolve_vigoroth_singular": "एक बुलचुला को वकसत करं", - "quest_title_quest_evolve_volbeat_singular": "एक बबीट को वकसत करं", - "quest_title_quest_evolve_voltorb_singular": "एक वोटॉब को वकसत करं", - "quest_title_quest_evolve_vullaby_singular": "एक वलकड को वकसत करं", - "quest_title_quest_evolve_vulpix_singular": "एक वलपस को वकसत करं", - "quest_title_quest_evolve_wailmer_singular": "एक बेवेल को वकसत करं", - "quest_title_quest_evolve_wartortle_singular": "एक वॉरटॉटल को वकसत करं", - "quest_title_quest_evolve_weedle_singular": "एक वीडल को वकसत करं", - "quest_title_quest_evolve_weepinbell_singular": "एक वीिपनबेल को वकसत करं", - "quest_title_quest_evolve_whirlipede_singular": "एक रमॉथ को वकसत करं", - "quest_title_quest_evolve_whismur_singular": "एक फ़ुसखुस को वकसत करं", - "quest_title_quest_evolve_wingull_singular": "एक वंगल को वकसत करं", - "quest_title_quest_evolve_woobat_singular": "एक चमचक को वकसत करं", - "quest_title_quest_evolve_wooper_singular": "एक वूपर को वकसत करं", - "quest_title_quest_evolve_wurmple_singular": "एक इलल को वकसत करं", - "quest_title_quest_evolve_wynaut_singular": "एक सच को वकसत करं", - "quest_title_quest_evolve_yamask_singular": "एक मौकाब को वकसत करं", - "quest_title_quest_evolve_yanma_singular": "एक हेलकट को वकसत करं", - "quest_title_quest_evolve_zigzagoon_singular": "एक लहरउन को वकसत करं", - "quest_title_quest_evolve_zorua_singular": "एक ज़ोआ को वकसत करं", - "quest_title_quest_evolve_zubat_singular": "एक ज़ूबैट को वकसत करं", - "quest_title_quest_evolve_zweilous_singular": "एक डैडोसर को वकसत करं", - "quest_title_quest_explore_buddy": "अपने पाटनर क साथ एसलोर करते ए कडी हासल करं", - "quest_title_quest_explore_buddy_carbink": "अपने पाटनर क प में काबीरा क साथ एसलोर करते ए कडी हासल करं", - "quest_title_quest_explore_buddy_plural": "अपने पाटनर क साथ एसलोर करते ए {{amount_0}} कडी हासल करं", - "quest_title_quest_explore_buddy_routes_plural": "अपने पाटनर क साथ एसलोर करते ए {{amount_0}} कडी हासल करं", - "quest_title_quest_explore_buddy_routes_singular": "ट पर अपने पाटनर क साथ एसलोर करते समय कडी हासल करं", - "quest_title_quest_explore_km": "{{amount_0}} km एसलोर करं", - "quest_title_quest_explore_km_party": "टम में शामल हो कर {{amount_0}} कलोमीटर एसलोर करं", - "quest_title_quest_febresearchday_battle_gym_singular": "सीपल रसच : जम में बैटल", - "quest_title_quest_febresearchday_battle_raid_singular": "सीपल रसच : रड में बैटल", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "सीपल रसच : कसी जम बैटल में ज़्यादा असर करने वाला चाज्ड अटैक इतेमाल करं", - "quest_title_quest_febresearchday_catch_feed_plural": "सीपल रसच : {{amount_0}} बेरज़ का इतेमाल करक पोकमॉन पकड़ें", - "quest_title_quest_febresearchday_catch_special1_singular": "सीपल रसच : मैजकाप या बेवेल पकड़ें", - "quest_title_quest_febresearchday_catch_special2_singular": "सीपल रसच : साइडक या ैबी पकड़ें", - "quest_title_quest_febresearchday_catch_type_water_plural": "सीपल रसच : {{amount_0}} वॉटर टाइप पोकमॉन पकड़ें", - "quest_title_quest_febresearchday_evolve_type_water_plural": "सीपल रसच : {{amount_0}} वॉटर टाइप पोकमॉन वकसत करं", - "quest_title_quest_febresearchday_land_curveball_plural": "सीपल रसच : {{amount_0}} कवबॉल ो करं", - "quest_title_quest_febresearchday_land_great_plural": "सीपल रसच : {{amount_0}} बत बढ़या ो करं", - "quest_title_quest_febresearchday_land_inarow_great_plural": "सीपल रसच : लगातार {{amount_0}} बत बढ़या ो करं", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "सीपल रसच : लगातार {{amount_0}} बढ़या ो करं", - "quest_title_quest_febresearchday_land_nice_plural": "सीपल रसच : {{amount_0}} बढ़या ो करं", - "quest_title_quest_febresearchday_visit_pokestops_plural": "सीपल रसच : {{amount_0}} पोकटॉप िपन करं", - "quest_title_quest_feed_buddy_multiple": "अपने पाटनर को {{amount_0}} बार खलाएं", - "quest_title_quest_feed_buddy_singular": "पाटनर को खलाएँ", - "quest_title_quest_feed_goldenrazz_plural": "पोकमॉन को पकड़ने में मदद करने क लए {{amount_0}} गोडन रैज़ बेर इतेमाल करं", - "quest_title_quest_feed_nanab_plural": "पोकमॉन को पकड़ते समय {{amount_0}} नैनब बेर का इतेमाल करं", - "quest_title_quest_feed_pinaps_plural": "पोकमॉन को पकड़ते समय पाइनऐप बेर {{amount_0}} इतेमाल करं", - "quest_title_quest_feed_razz_plural": "पोकमॉन को पकड़ने क लए {{amount_0}} रैज़ बेर इतेमाल करं", - "quest_title_quest_fennekin_catch_b": "{{amount_0}} लौमनी पकड़ें", - "quest_title_quest_fennekin_evolve_b": "{{amount_0}} लौमनी वकसत करं", - "quest_title_quest_fennekin_snapshot_b": "{{amount_0}} लौमनी का नैपशॉट लं", - "quest_title_quest_field_research_plural": "{{amount_0}} फ़ीड रसच टाक पूर करं।", - "quest_title_quest_field_research_singular": "फ़ीड रसच टाक पूरा करं", - "quest_title_quest_fight_type_bug_plural": "{{amount_0}} बग टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_dark_plural": "{{amount_0}} डाक टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_dark_steel_plural": "{{amount_0}} डाक या टल टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_dragon_plural": "{{amount_0}} डैगन टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_electric_plural": "{{amount_0}} इलैटक टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_fairy_plural": "{{amount_0}} फ़ैयर टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_fighting_plural": "{{amount_0}} फ़ाइटंग टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_fire_plural": "{{amount_0}} फ़ायर टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_flying_plural": "{{amount_0}} लाइंग टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_ghost_fighting_plural": "{{amount_0}} फ़ाइटंग या घोट टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_ghost_plural": "{{amount_0}} घोट टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_ghost_psychic_plural": "{{amount_0}} साइकक या घोट टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_grass_plural": "{{amount_0}} ास टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_ground_plural": "{{amount_0}} ाउंड टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_ice_plural": "{{amount_0}} आइस टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_normal_plural": "{{amount_0}} नॉमल टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_normal_psychic_plural": "{{amount_0}} नॉमल या साइकक टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_poison_plural": "{{amount_0}} पॉइज़न टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_psychic_plural": "{{amount_0}} साइकक टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_rock_plural": "{{amount_0}} रॉक टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_steel_plural": "{{amount_0}} टल टाइप पोकमॉन हराएँ", - "quest_title_quest_fight_type_water_plural": "{{amount_0}} वॉटर टाइप पोकमॉन हराएँ", - "quest_title_quest_first_catch_of_the_day": "दन का पहला कच", - "quest_title_quest_first_pokestop_of_the_day": "दन का पहला पोकटॉप", - "quest_title_quest_flaaffy_evolve_b": "{{amount_0}} वोटून वकसत करं", - "quest_title_quest_flett_catch_b": "{{amount_0}} ऐरोबन को वकसत करं", - "quest_title_quest_flett_evolve_b": "{{amount_0}} ऐरोबन को वकसत करं", - "quest_title_quest_flett_evolve_s1": "{{amount_0}} ऐरोबन को वकसत करं", - "quest_title_quest_floragato_evolve_b": "याओकल को वकसत करं", - "quest_title_quest_fraxure_evolve_b": "{{amount_0}} कडाडी को वकसत करं", - "quest_title_quest_froakie_catch_b": "{{amount_0}} ोटर पकड़ें", - "quest_title_quest_froakie_evolve_b": "{{amount_0}} ोटर वकसत करं", - "quest_title_quest_froakie_snapshot_b": "{{amount_0}} ोटर का नैपशॉट लं", - "quest_title_quest_frogadier_evolve_b": "{{amount_0}} ॉगेडयर वकसत करं", - "quest_title_quest_fuecoco_evolve_b": "गरमछ को वकसत करं", - "quest_title_quest_fuse_necrozma": "यूज़ नैॉ़मा", - "quest_title_quest_gbl_rank": "GO बैटल लग में {{amount_0}} रैंक हासल करं", - "quest_title_quest_gbl_rank_fifteen": "GO बैटल लग में 15 वीं रैंक हासल करं", - "quest_title_quest_gbl_rank_five": "GO बैटल लग में 5वीं रैंक हासल करं", - "quest_title_quest_gbl_rank_ten": "GO बैटल लग में 10 वीं रैंक हासल करं", - "quest_title_quest_gbl_rank_twenty": "GO बैटल लग में 20वीं रैंक हासल करं", - "quest_title_quest_get_cell_singular": "ज़ाइगाड सेल खोजें", - "quest_title_quest_giblt_catch_b": "{{amount_0}} शागोला पकड़ें", - "quest_title_quest_giblt_evolve_b": "{{amount_0}} शागोला को वकसत करं", - "quest_title_quest_giblt_evolve_s1": "{{amount_0}} गबाइट को वकसत करं", - "quest_title_quest_gift_open_plural": "{{amount_0}} गट खोलं", - "quest_title_quest_gift_open_singular": "गट खोलं", - "quest_title_quest_go_for_a_spin_00": "8 में से 1 चकरबी पोकटॉप को खोजें और िपन करं", - "quest_title_quest_go_for_a_spin_01": "8 में से 2 चकरबी पोकटॉप को खोजें और िपन करं", - "quest_title_quest_go_for_a_spin_02": "8 में से 3 चकरबी पोकटॉप को खोजें और िपन करं", - "quest_title_quest_go_for_a_spin_03": "8 में से 4 चकरबी पोकटॉप को खोजें और घुमाएं", - "quest_title_quest_go_for_a_spin_04": "8 में से 5 चकरबी पोकटॉप को खोजें और िपन करं", - "quest_title_quest_go_for_a_spin_05": "8 में से 6 चकरबी पोकटॉप को खोजें और घुमाएं", - "quest_title_quest_go_for_a_spin_06": "8 में से 7 चकरबी पोकटॉप को खोजें और घुमाएं", - "quest_title_quest_go_for_a_spin_07": "8 में से 8 चकरबी पोकटॉप को खोजें और घुमाएं", - "quest_title_quest_go_tour_snapshot_habitat_01": "तपती रत वाल आवास में अपने पाटनर का एक नैपशॉट लं", - "quest_title_quest_go_tour_snapshot_habitat_02": "डरावनी धुंध वाल आवास में अपने पाटनर का एक नैपशॉट लं", - "quest_title_quest_go_tour_snapshot_habitat_03": "हर-भर धरती वाल आवास में अपने पाटनर का एक नैपशॉट लं", - "quest_title_quest_go_tour_snapshot_habitat_04": "ाचीन कनारा वाल आवास में अपने पाटनर का एक नैपशॉट लं", - "quest_title_quest_gold_hoenn_dex": "गोड होएन मेडल हासल करं", - "quest_title_quest_gold_medal_plural": "{{amount_0}} गोड मेडल पाएं", - "quest_title_quest_gold_medal_plural_five": "5 गोड मेडल पाएं", - "quest_title_quest_gold_medal_singular": "गोड मेडल पाएं", - "quest_title_quest_goomy_catch_b": "{{amount_0}} लसेरा पकड़ें", - "quest_title_quest_goomy_evolve_b_plural": "{{amount_0}} लसेरा को वकसत करं", - "quest_title_quest_goomy_evolve_b_singular": "एक लसेरा को वकसत करं", - "quest_title_quest_grookey_evolve": "एक चपॉप को वकसत करं", - "quest_title_quest_grubbin_catch_b": "{{amount_0}} टकला पकड़ें", - "quest_title_quest_grubbin_evolve_b": "{{amount_0}} टकला वकसत करं", - "quest_title_quest_grubbin_snapshot_b": "{{amount_0}} टकला का नैपशॉट लं", - "quest_title_quest_gt_catch_b": "{{amount_0}} गैटल को पकड़ें", - "quest_title_quest_gt_evolve_b": "{{amount_0}} गैटल को वकसत करं", - "quest_title_quest_gt_evolve_s1": "{{amount_0}} हॉटर को वकसत करं", - "quest_title_quest_gulpin_catch": "{{amount_0}} नगलन पकड़ें", - "quest_title_quest_gurdurr_evolve_b": "{{amount_0}} कॉलोहाड को वकसत करं", - "quest_title_quest_hallo19_catch_specific_plural": "{{amount_0}} पपीबघा या डैवान पकड़ें", - "quest_title_quest_hallo19_catch_type_dark_plural": "{{amount_0}} डाक टाइप पोकमॉन पकड़ें", - "quest_title_quest_hallo19_catch_type_ghost_plural": "{{amount_0}} घोट टाइप पोकमॉन पकड़ें", - "quest_title_quest_hallo19_evolve_plural": "{{amount_0}} घूमरा या मूरसाया एवॉव करं", - "quest_title_quest_hallo19_transfer_plural": "{{amount_0}} पोकमॉन टांसफ़र करं", - "quest_title_quest_hatch_egg_plural": "{{amount_0}} एग हैच करं", - "quest_title_quest_hatch_egg_routes_plural": "ट पर चलते समय {{amount_0}} अंडे हैच करं", - "quest_title_quest_hatch_egg_routes_singular": "ट पर चलते समय अंडा हैच करं", - "quest_title_quest_hatch_egg_singular": "1 एग हैच करं", - "quest_title_quest_hoenn_celebration_research": "होएन सेलेशन रसच", - "quest_title_quest_hoenn19_catch_specific_plural": "होएन का जन: {{amount_0}} लहरउन या मनबील पकड़ें", - "quest_title_quest_hoenn19_evolve_specific_plural": "होएन का जन : {{amount_0}} इलल वकसत करं", - "quest_title_quest_hoenn19_hatch_eggs": "होएन का जन: {{amount_0}} अंडे हैच करं", - "quest_title_quest_hoppt_catch_b": "{{amount_0}} बीजप पकड़ें", - "quest_title_quest_hoppt_evolve_b": "{{amount_0}} बीजप को वकसत करं", - "quest_title_quest_hoppt_evolve_s1": "{{amount_0}} पंखुल को वकसत करं", - "quest_title_quest_incense_or_dai_plural": "{{amount_0}} इंसेंस या दैनक एडवेंचर इंसेंस का इतेमाल करं", - "quest_title_quest_incense_or_dai_singular": "इंसेंस या दैनक एडवेंचर इंसेंस का इतेमाल करं", - "quest_title_quest_incense_plural": "{{amount_0}} इंसेंस इतेमाल करं", - "quest_title_quest_incense_routes_plural": "ट पर चलते समय {{amount_0}} इंसेंस का इतेमाल करं", - "quest_title_quest_incense_routes_singular": "ट पर चलते समय एक इंसेंस का इतेमाल करं", - "quest_title_quest_incense_singular": "इंसेंस का इतेमाल करं", - "quest_title_quest_jan19rsd_buddywalk_singular": "दीनमीन रसच : 1 पाटनर कडी हासल करं", - "quest_title_quest_jan19rsd_hatch_egg_singular": "दीनमीन रसच : 1 अंडा हैच करं", - "quest_title_quest_jan19rsd_land_great_plural": "दीनमीन रसच : {{amount_0}} बत बढ़या ो करं", - "quest_title_quest_jan19rsd_land_nice_plural": "दीनमीन रसच : {{amount_0}} बढ़या ो करं", - "quest_title_quest_johtofestival_catch_special17_plural": "जोहतो फ़ेटवल: {{amount_0}} नटमुखी को पकड़ें", - "quest_title_quest_johtofestival_catch_type_water_plural": "जोहतो फ़ेटवल: {{amount_0}} वॉटर पोकमॉन पकड़ें", - "quest_title_quest_johtofestival_evolve_plural": "जोहतो फ़ेटवल: {{amount_0}} नटमुखी या नाटू को वकसत करं", - "quest_title_quest_johtofestival_land_excellent_plural": "जोहतो फ़ेटवल: {{amount_0}} बेहतरन ो करं", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "जोहतो फ़ेटवल: लगातार {{amount_0}} बत बढ़या कवबॉल ो करं", - "quest_title_quest_johtofestival_win_raid_singular": "जोहतो फ़ेटवल: रड जीतें", - "quest_title_quest_kanto_green_bellsprout": "GO टूर: बेलाउट को पकड़ें", - "quest_title_quest_kanto_green_meowth": "GO टूर: याउथ को पकड़ें", - "quest_title_quest_kanto_green_sandshrew": "GO टूर: सैंडू को पकड़ें", - "quest_title_quest_kanto_green_vulpix": "GO टूर: वलपस को पकड़ें", - "quest_title_quest_kanto_hatch_plural": "GO टूर कांतो : {{amount_0}} अंडे हैच करं", - "quest_title_quest_kanto_hatch_singular": "GO टूर कांतो : अंडा हैच करं", - "quest_title_quest_kanto_npc_plural": "GO टूर कांतो : {{amount_0}} GO टूर चैलंजर को हराएं", - "quest_title_quest_kanto_npc_singular": "GO टूर कांतो : GO टूर चैलंजर को हराएं", - "quest_title_quest_kanto_red_ekans": "GO टूर: ऐकंस को पकड़ें", - "quest_title_quest_kanto_red_growlithe": "GO टूर: ाउलथ को पकड़ें", - "quest_title_quest_kanto_red_mankey": "GO टूर: मैंक को पकड़ें", - "quest_title_quest_kanto_red_oddish": "GO टूर: ऑडश को पकड़ें", - "quest_title_quest_kecleon_catch": "{{amount_0}} िछपगट पकड़ें", - "quest_title_quest_lampent_evolve_b": "{{amount_0}} लौमटन को वकसत करं", - "quest_title_quest_land_curve_type_ghost": "घोट टाइप पोकमॉन पर {{amount_0}} कवबॉल ो करं", - "quest_title_quest_land_curveball_plural": "{{amount_0}} कवबॉल ो करं", - "quest_title_quest_land_curveball_singular": "कवबॉल ो करं", - "quest_title_quest_land_excellent_curveball_plural": "{{amount_0}} बेहतरन कवबॉल ो करं", - "quest_title_quest_land_excellent_curveball_singular": "1बेहतरन कवबॉल ो करं", - "quest_title_quest_land_excellent_plural": "{{amount_0}} बेहतरन ो करं", - "quest_title_quest_land_excellent_singular": "1 बेहतरन ो करं", - "quest_title_quest_land_great_curve_inarow_type_ghost": "घोट टाइप पोकमॉन पर लगातार {{amount_0}} बत बढ़या कवबॉल ो करं", - "quest_title_quest_land_great_curve_type_ghost": "घोट टाइप पोकमॉन पर {{amount_0}} बत बढ़या कवबॉल ो करं", - "quest_title_quest_land_great_curveball_plural": "{{amount_0}} बत बढ़या कवबॉल ो करं", - "quest_title_quest_land_great_curveball_singular": "1 बत बढ़या कवबॉल ो करं", - "quest_title_quest_land_great_plural": "{{amount_0}} बत बढ़या ो करं", - "quest_title_quest_land_great_singular": "1 बत बढ़या ो करं", - "quest_title_quest_land_great_type_ghost": "घोट टाइप पोकमॉन पर {{amount_0}} बत बढ़या ो करं", - "quest_title_quest_land_inarow_curveball_plural": "लगातार {{amount_0}} कवबॉल ो करं", - "quest_title_quest_land_inarow_excellent_curveball_plural": "लगातार {{amount_0}} बेहतरन कवबॉल ो करं", - "quest_title_quest_land_inarow_excellent_plural": "लगातार {{amount_0}} बेहतरन ो करं", - "quest_title_quest_land_inarow_great_curveball_plural": "लगातार {{amount_0}} बत बढ़या कवबॉल ो करं", - "quest_title_quest_land_inarow_great_plural": "लगातार {{amount_0}} बत बढ़या ो करं", - "quest_title_quest_land_inarow_nice_curveball_plural": "लगातार {{amount_0}} बढ़या कवबॉल ो करं", - "quest_title_quest_land_inarow_nice_plural": "लगातार {{amount_0}} बढ़या ो करं", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "घोट टाइप पोकमॉन पर लगातार {{amount_0}} बढ़या कवबॉल ो करं", - "quest_title_quest_land_nice_curve_plural": "{{amount_0}} बढ़या कवबॉल ो करं", - "quest_title_quest_land_nice_curve_singular": "1 बढ़या कवबॉल ो करं", - "quest_title_quest_land_nice_curve_type_ghost": "घोट टाइप पोकमॉन पर {{amount_0}} बढ़या कवबॉल ो करं", - "quest_title_quest_land_nice_electric_plural": "बढ़या ो से {{amount_0}} इलटक टाइप पोकमॉन पकड़ें", - "quest_title_quest_land_nice_plural": "{{amount_0}} बढ़या ो करं", - "quest_title_quest_land_nice_singular": "1 बढ़या ो करं", - "quest_title_quest_land_nice_type_ghost": "घोट टाइप पोकमॉन पर {{amount_0}} बढ़या ो करं", - "quest_title_quest_larvitar_cdc_evolve_b": "{{amount_0}} लारवार वकसत करं", - "quest_title_quest_larvitar_cdc_snapshot_b": "{{amount_0}} लारवार का नैपशॉट लं", - "quest_title_quest_latias_wild_snap": "वाइड में लाटयास का नैपशॉट लं", - "quest_title_quest_latios_wild_snap": "वाइड में लाटयोस का नैपशॉट लं", - "quest_title_quest_litten_catch_b": "{{amount_0}} लटन पकड़ें", - "quest_title_quest_litten_evolve_b_plural": "{{amount_0}} लटन को वकसत करं", - "quest_title_quest_litten_evolve_b_singular": "लटन को वकसत करं", - "quest_title_quest_litten_snapshot_b": "{{amount_0}} लटन का नैपशॉट लं", - "quest_title_quest_litwick_catch_b": "{{amount_0}} मोबात पकड़ें", - "quest_title_quest_litwick_evolve_b": "{{amount_0}} मोबात को वकसत करं", - "quest_title_quest_litwick_snapshot_b": "मोबात क {{amount_0}} नैपशॉट लं", - "quest_title_quest_local_trainer_battle": "नज़दीक टनर क बैटल कोड को कन कर उनको चैलंज करं।", - "quest_title_quest_lucky_plural": "टड में {{amount_0}} लक पोकमॉन पाएं", - "quest_title_quest_lucky_singular": "टड में लक पोकमॉन पाएं", - "quest_title_quest_lunar19_friends_trade_plural": "कसी दोत क साथ {{amount_0}} पोकमॉन टड करं", - "quest_title_quest_macht_catch_b": "{{amount_0}} मचॉप को पकड़ें", - "quest_title_quest_macht_evolve_b": "{{amount_0}} मचॉप वकसत करं", - "quest_title_quest_macht_evolve_s1": "{{amount_0}} मचोक वकसत करं", - "quest_title_quest_magit_catch_b": "{{amount_0}} मैजकाप को पकड़ें", - "quest_title_quest_magit_evolve_b": "{{amount_0}} मैजकाप को वकसत करं", - "quest_title_quest_magmt_catch_b": "{{amount_0}} मैमार पकड़ें", - "quest_title_quest_magmt_evolve_b": "{{amount_0}} मैमार वकसत करं", - "quest_title_quest_mareep_catch_b": "{{amount_0}} मेषीप पकड़ें", - "quest_title_quest_mareep_evolve_b": "{{amount_0}} मेषीप वकसत करं", - "quest_title_quest_mareep_snapshot_b": "{{amount_0}} मेषीप क नैपशॉट लं", - "quest_title_quest_mega_evo_primal_rev_plural": "ाइमल रवज़न एटवेट करं या कसी पोकमॉन को {{amount_0}} बार मेगा एवॉव करं", - "quest_title_quest_mega_evo_primal_rev_singular": "ाइमल रवज़न एटवेट करं या कसी पोकमॉन को मेगा एवॉव करं", - "quest_title_quest_mega_evolve_beedrill": "बीडल को मेगा एवॉव करं", - "quest_title_quest_mega_evolve_blastoise": "एक लाटॉइस को मेगा एवॉव करं", - "quest_title_quest_mega_evolve_charizard": "एक चारज़ाड को मेगा एवॉव करं", - "quest_title_quest_mega_evolve_diancie": "डायंसी को मेगा एवॉव करं", - "quest_title_quest_mega_evolve_plural": "{{amount_0}} पोकमॉन को मेगा एवॉव करं", - "quest_title_quest_mega_evolve_rayquaza": "रवेज़ा को मेगा एवॉव करं", - "quest_title_quest_mega_evolve_singular": "एक पोकमॉन को मेगा एवॉव करं", - "quest_title_quest_mega_evolve_venusaur": "एक वीनासॉर को मेगा एवॉव करं", - "quest_title_quest_mega_join_raid_plural": "{{amount_0}} मेगा रड में बैटल", - "quest_title_quest_mega_join_raid_singular": "मेगा रड में बैटल", - "quest_title_quest_mega_win_raid_plural": "{{amount_0}} मेगा रड जीतें", - "quest_title_quest_mega_win_raid_singular": "एक मेगा रड जीतें", - "quest_title_quest_mesprit_wild_snap": "वाइड यपर का नैपशॉट लं", - "quest_title_quest_metang_evolve_b_singular": "एक मटैंग को वकसत करं", - "quest_title_quest_more_reseach_coming_soon": "और रसच क रवेट जद ही आने वाल हैं!", - "quest_title_quest_mudkt_catch_b": "{{amount_0}} पंकबु पकड़ें", - "quest_title_quest_mudkt_evolve_b": "{{amount_0}} पंकबु को वकसत करं", - "quest_title_quest_mudkt_evolve_s1": "{{amount_0}} पंॉल को वकसत करं", - "quest_title_quest_new_friends_plural": "{{amount_0}} नए दोत बनाएं", - "quest_title_quest_new_friends_singular": "नया दोत बनाएं", - "quest_title_quest_noibat_catch_b": "{{amount_0}} बैतरंग पकड़ें", - "quest_title_quest_noibat_evolve_b": "{{amount_0}} बैतरंग वकसत करं", - "quest_title_quest_noibat_snapshot_b": "{{amount_0}} बैतरंग का नैपशॉट लं", - "quest_title_quest_oshat_catch_b": "{{amount_0}} आलसजी को पकड़ें", - "quest_title_quest_oshat_evolve_b": "{{amount_0}} ममोलू को वकसत करं", - "quest_title_quest_oshat_evolve_s1": "सॉडोवार को वकसत करं", - "quest_title_quest_party_catch_electric_type_plural": "टम में शामल हो कर {{amount_0}} इलटक टाइप पोकमॉन पकड़ें", - "quest_title_quest_party_catch_electric_type_singular": "टम में शामल हो कर एक इलटक टाइप पोकमॉन पकड़ें", - "quest_title_quest_party_catch_fire_type_plural": "टम में शामल हो कर {{amount_0}} फ़ायर टाइप पोकमॉन पकड़ें", - "quest_title_quest_party_catch_fire_type_singular": "टम में शामल हो कर एक फ़ायर टाइप पोकमॉन पकड़ें", - "quest_title_quest_party_catch_normal_type_plural": "टम में शामल हो कर {{amount_0}} नॉमल टाइप पोकमॉन पकड़ें", - "quest_title_quest_party_catch_normal_type_singular": "टम में शामल हो कर एक नॉमल टाइप पोकमॉन पकड़ें", - "quest_title_quest_party_catch_water_type_plural": "टम में शामल हो कर {{amount_0}} वॉटर टाइप पोकमॉन पकड़ें", - "quest_title_quest_party_catch_water_type_singular": "टम में शामल हो कर एक वॉटर टाइप पोकमॉन पकड़ें", - "quest_title_quest_party_challenge_plural": "{{amount_0}} टम चैलंज पूर करं", - "quest_title_quest_party_challenge_singular": "एक टम चैलंज पूरा करं", - "quest_title_quest_platinum_johto_badge": "लैटनम जोहतो मेडल हासल करं", - "quest_title_quest_platinum_kanto_badge": "लैटनम कांतो मेडल हासल करं", - "quest_title_quest_platinum_medal_plural": "{{amount_0}} लैटनम मेडल पाएं", - "quest_title_quest_platinum_medal_plural_five": "5 लैटनम गोड मेडल पाएं", - "quest_title_quest_platinum_medal_plural_forty": "40 लैटनम गोड मेडल पाएं", - "quest_title_quest_platinum_medal_plural_ten": "10 लैटनम गोड मेडल पाएं", - "quest_title_quest_platinum_medal_plural_twenty": "20 लैटनम गोड मेडल पाएं", - "quest_title_quest_platinum_medal_singular": "लैटनम मेडल पाएं", - "quest_title_quest_play_buddy_singular": "अपने पाटनर क साथ खेलं", - "quest_title_quest_pokemon_appears": "पोकमॉन नज़र आया!", - "quest_title_quest_poliwag_catch_b": "{{amount_0}} बैंगचब पकड़ें", - "quest_title_quest_poliwag_evolve_b": "{{amount_0}} बैंगचब वकसत करं", - "quest_title_quest_poliwag_snapshot_b": "बैंगचब क {{amount_0}} नैपशॉट लं", - "quest_title_quest_poliwhirl_evolve_b": "{{amount_0}} बैंगचबग वकसत करं", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "{{amount_0}} गोलसी पकड़ें", - "quest_title_quest_popplio_evolve_b_plural": "{{amount_0}} गोलसी को वकसत करं", - "quest_title_quest_popplio_evolve_b_singular": "गोलसी को वकसत करं", - "quest_title_quest_porygon_catch_b": "{{amount_0}} पोरगॉन पकड़ें", - "quest_title_quest_porygon_evolve_b_plural": "{{amount_0}} पोरगॉन को वकसत करं", - "quest_title_quest_porygon_evolve_b_singular": " पोरगॉन को वकसत करं", - "quest_title_quest_porygon_snapshot_b": "{{amount_0}} पोरगॉन क नैपशॉट लं", - "quest_title_quest_porygon2_evolve_b_plural": "{{amount_0}} पोरगॉन2 को वकसत करं", - "quest_title_quest_porygon2_evolve_b_singular": " पोरगॉन2 को वकसत करं", - "quest_title_quest_poryt_catch_b": "{{amount_0}} पोरगॉन को पकड़ें", - "quest_title_quest_poryt_catch_s1": "{{amount_0}} पोरगॉन2 पकड़ें", - "quest_title_quest_poryt_evolve_b": "{{amount_0}} पोरगॉन को वकसत करं", - "quest_title_quest_poryt_evolve_s1": "{{amount_0}} पोरगॉन2 को वकसत करं", - "quest_title_quest_power_up_dragon_plural": "डैगन टाइप पोकमॉन को {{amount_0}} गुना पावर अप करं", - "quest_title_quest_power_up_fire_ice": "फ़ायर टाइप या आइस टाइप पोकमॉन को 5 बार पावर अप करं", - "quest_title_quest_power_up_grass_ghost": "ास टाइप या घोट टाइप पोकमॉन को 5 बार पावर अप करं", - "quest_title_quest_power_up_legendary_plural": "लजेंडर या मथकल पोकमॉन क पावर {{amount_0}} बार बढ़ाएं", - "quest_title_quest_power_up_legendary_singular": "लजेंडर या मथकल पोकमॉन क पावर बढ़ाएं", - "quest_title_quest_power_up_max_plural": "{{amount_0}} पोकमॉन क पावर उनक अधकतम CP तक बढ़ाएं", - "quest_title_quest_power_up_max_singular": "पोकमॉन क पावर उसक अधकतम CP तक बढ़ाएं", - "quest_title_quest_power_up_plural": "पोकमॉन को {{amount_0}} बार पावर-अप करं", - "quest_title_quest_power_up_plural_bug": "बग टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_dark": "डाक टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_dragon": "डैगन टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_electric": "इलटक टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_fairy": "फ़ायर-टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_fighting": "फ़ाइटंग टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_fire": "फ़ायर-टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_flying": "लाइंग टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_ghost": "घोट टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_grass": "ास-टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_ground": "ाउंड टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_ice": "आइस टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_normal": "नॉमल टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_poison": "पॉइज़न टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_psychic": "साइकक टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_rock": "रॉक टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_rock_fairy": "रॉक या फ़ेर टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_plural_steel": "टल टाइप पोकमॉन को {{amount_0}} बार पॉवर अप करं", - "quest_title_quest_power_up_plural_water": "वॉटर टाइप पोकमॉन को {{amount_0}} बार पावर अप करं", - "quest_title_quest_power_up_poison_rock": "पॉइज़न टाइप या रॉक टाइप पोकमॉन को 5 बार पावर अप करं", - "quest_title_quest_power_up_singular": "1 पोकमॉन को पावर-अप करं", - "quest_title_quest_power_up_singular_marshadow": "माशैडो को पावर अप करं", - "quest_title_quest_power_up_water_normal": "नॉमल टाइप या वॉटर टाइप पोकमॉन को 5 बार पावर अप करं", - "quest_title_quest_primal_raid_victory_groudon": "ाइम ाउडॉन रड जीतें", - "quest_title_quest_primal_raid_victory_kyogre": "ाइम ाउडॉन रड जीतें", - "quest_title_quest_primal_raid_victory_plural": "{{amount_0}} ाइमल रड जीतें", - "quest_title_quest_primal_raid_victory_singular": "ाइमल रड जीतें", - "quest_title_quest_primal_reversion_plural": "{{amount_0}} बार ाइमल​ रवज़न​ एटवेट करं", - "quest_title_quest_primal_reversion_singular": "ाइमल​ रवज़न​ एटवेट करं", - "quest_title_quest_primal_surge_candy": "ाइमल सज : अपने पाटनर क साथ चलते ए कडी हासल करं", - "quest_title_quest_primal_surge_catch": "ाइमल सज : 10 पोकमॉन पकड़ें", - "quest_title_quest_primal_surge_hatch": "ाइमल सज : अंडा हैच करं", - "quest_title_quest_primal_surge_power_ground": "ाइमल सज : ाउंड टाइप पोकमॉन को 5 बार पावर अप करं", - "quest_title_quest_primal_surge_power_water": "ाइमल सज : वॉटर टाइप पोकमॉन को 5 बार पावर अप करं", - "quest_title_quest_primal_surge_raid": "ाइमल सज : रड जीतें", - "quest_title_quest_psychicspec_catch_abra_plural": "{{amount_0}} आबरा या डाउज़ी को पकड़ें", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "{{amount_0}} साइकक टाइप पोकमॉन पकड़ें", - "quest_title_quest_psychicspec_evolve_plural": "{{amount_0}} एगोला या लोपोक को वकसत करं", - "quest_title_quest_quaxly_evolve_b": "वैसी को वकसत करं", - "quest_title_quest_quaxwell_evolve_b": "वैजल को वकसत करं", - "quest_title_quest_quilava_evolve_b_plural": "{{amount_0}} सुइलावा को वकसत करं", - "quest_title_quest_quilava_evolve_b_singular": "सुइलावा को वकसत करं", - "quest_title_quest_quilladin_evolve_b": "{{amount_0}} डफ़ेंडल वकसत करं", - "quest_title_quest_raboot_evolve": "एक रैबकक को वकसत करं", - "quest_title_quest_raid_friend_singular": "कसी दोत क साथ रड करं", - "quest_title_quest_raid_t5_win": "फ़ाइव-टार रड जीतें", - "quest_title_quest_raid_with_buddy_plural": "अपने पाटनर क साथ {{amount_0}} रड में बैटल करं", - "quest_title_quest_raid_with_buddy_singular": "अपने पाटनर क साथ मलकर रड में बैटल करं", - "quest_title_quest_reach_hoenn_gold": "गोड होएन मेडल हासल करं", - "quest_title_quest_reach_johto_gold": "गोड जोहतो मेडल हासल करं", - "quest_title_quest_reach_kanto_gold": "गोड कांतो मेडल हासल करं", - "quest_title_quest_reach_kanto_silver": "सवर कांतो मेडल हासल करं", - "quest_title_quest_reach_level": "लवल {{amount_0}} पर पंचें", - "quest_title_quest_referral_initial_milestone": "Pokémon GO में लॉग इन कया गया", - "quest_title_quest_remove_bonus_challenge_desc": "आपको कल एक और टाक मलगा।", - "quest_title_quest_reward_desc_1": "टैंप इका कर ोफ़ेसर वलो क रसच में नई खोज करं !", - "quest_title_quest_reward_desc_2": "अगल नई खोज", - "quest_title_quest_reward_desc_3_plural": "{{amount_0}} और टैंप इका में नई खोज!", - "quest_title_quest_reward_desc_3_singular": "{{amount_0}} और टैंप इका में नई खोज!", - "quest_title_quest_reward_encounter_later": "बाद में", - "quest_title_quest_reward_encounter_uses_ar": "इस पोकमॉन को पकड़ने क लए AR मोड में होना ज़र है।", - "quest_title_quest_reward_mysterious_pokemon_appeared": "एक रहयमयी पोकमॉन दखाई दया है!", - "quest_title_quest_reward_start_encounter": "पकड़ने का चांस", - "quest_title_quest_rocket_battle_plural": "{{amount_0}} टम GO रॉकट जूनयर से बैटल करं", - "quest_title_quest_rocket_battle_win_plural": "{{amount_0}} टम GO रॉकट जूनयर को हराएं", - "quest_title_quest_rocket_battle_win_singular": "टम GO रॉकट जूनयर को हराएं", - "quest_title_quest_rocket_catch_shadow_singular": "शैडो पोकमॉन पकड़ें", - "quest_title_quest_rocket_evolve_plural": "{{amount_0}} पोकमॉन को वकसत करं", - "quest_title_quest_rocket_leader_battle_win_singular": "टम GO रॉकट क लडर को हराएं", - "quest_title_quest_rocket_power_up_plural": "पोकमॉन क {{amount_0}} बार पावर बढ़ाएं", - "quest_title_quest_rocket_purify_dark_plural": "Purify {{amount_0}} Dark-type Shadow Pokémon", - "quest_title_quest_rocket_purify_fire_plural": "Purify {{amount_0}} Fire-type Shadow Pokémon", - "quest_title_quest_rocket_purify_plural": "{{amount_0}} शैडो पोकमॉन शु करं", - "quest_title_quest_rocket_purify_type_singular": "फ़ायर, वॉटर या ास टाइप शैडो पोकमॉन शु करं", - "quest_title_quest_rocket_rescue_shadow_plural": "{{amount_0}} शैडो पोकमॉन को बचाएं", - "quest_title_quest_rocket_shadow_plural": "{{amount_0}} शैडो पोकमॉन पकड़ें", - "quest_title_quest_rockethq1_arlo_win": "टम GO रॉकट क लडर आलो को हराएं", - "quest_title_quest_rockethq1_arlo_win_plural": "टम GO रॉकट क लडर आलो को {{amount_0}} बार हराएं", - "quest_title_quest_rockethq1_battle_boss": "टम GO रॉकट क बॉस से बैटल करं", - "quest_title_quest_rockethq1_catch_legendary_shadow": "लजेंडर शैडो पोकमॉन को पकड़ें", - "quest_title_quest_rockethq1_catch_shadow1": "{{amount_0}} शैडो पोकमॉन पकड़ें", - "quest_title_quest_rockethq1_cliff_win": "टम GO रॉकट क लडर लफ़ को हराएं", - "quest_title_quest_rockethq1_cliff_win_plural": "टम GO रॉकट क लडर लफ़ को {{amount_0}} बार हराएं", - "quest_title_quest_rockethq1_defeat_boss": "टम GO रॉकट क बॉस को हराएं", - "quest_title_quest_rockethq1_find_boss": "टम GO रॉकट क बॉस को खोजें", - "quest_title_quest_rockethq1_grunt_win1": "{{amount_0}} टम GO रॉकट जूनयर को हराएं", - "quest_title_quest_rockethq1_grunt_win2": "{{amount_0}} टम GO रॉकट जूनयर को हराएं", - "quest_title_quest_rockethq1_leader_win_plural": "टम GO रॉकट क लडर को {{amount_0}} बार हराएं", - "quest_title_quest_rockethq1_leaders_win_plural": "टम GO रॉकट क लडर को {{amount_0}} बार हराएं", - "quest_title_quest_rockethq1_purify": "{{amount_0}} शैडो पोकमॉन शु करं", - "quest_title_quest_rockethq1_raid_win": "{{amount_0}} रड जीतें", - "quest_title_quest_rockethq1_sierra_win": "टम GO रॉकट क लडर सएरा को हराएं", - "quest_title_quest_rockethq1_sierra_win_plural": "टम GO रॉकट क लडर सएरा को {{amount_0}} बार हराएं", - "quest_title_quest_rockethq1_spin": "{{amount_0}} पोकटॉप िपन करं", - "quest_title_quest_rockethq1_spin_row": "लगातार {{amount_0}} दनों तक पोकटॉप िपन करं", - "quest_title_quest_rockethq1_supereffective": "जम बैटल में ज़्यादा असरदार {{amount_0}} चाज्ड अटैक इतेमाल करं", - "quest_title_quest_rockethq1_trainerbattle_win": "{{amount_0}} कसी दूसर टनर क खलाफ़ ेट लग टनर बैटल जीतें", - "quest_title_quest_roggenrola_catch_b": "{{amount_0}} लडूगो पकड़ें", - "quest_title_quest_roggenrola_evolve_b": "{{amount_0}} लडूगो को वकसत करं", - "quest_title_quest_roggenrola_snapshot_b": "लडूगो क {{amount_0}} नैपशॉट लं", - "quest_title_quest_roset_catch_b": "{{amount_0}} रोज़ेलया पकड़ें", - "quest_title_quest_roset_evolve_b": "{{amount_0}} रोज़ेलया वकसत करं", - "quest_title_quest_rowlet_catch_b": "{{amount_0}} वुडलू पकड़ें", - "quest_title_quest_rowlet_evolve_b_plural": "{{amount_0}} वुडलू वकसत करं", - "quest_title_quest_rowlet_evolve_b_singular": "{{amount_0}} वुडलू वकसत करं", - "quest_title_quest_rowlet_snapshot_b": "{{amount_0}} वुडलू का नैपशॉट लं", - "quest_title_quest_sandt_catch_b": "{{amount_0}} सैंडू को पकड़ें", - "quest_title_quest_sandt_evolve_b": "{{amount_0}} सैंडू वकसत करं", - "quest_title_quest_scorbunny_evolve": "एक बनीलप को वकसत करं", - "quest_title_quest_send_gifts_daily_row": "लगातार {{amount_0}} दनों तक गट भेजें", - "quest_title_quest_send_gifts_plural": "दोतों को {{amount_0}} गट भेजें", - "quest_title_quest_send_gifts_singular": "दोत को गट भेजें", - "quest_title_quest_send_gifts_sticker_plural": "{{amount_0}} गट भेजें और हर एक पर टकर लगाएं", - "quest_title_quest_send_gifts_sticker_singular": "टकर क साथ एक गट भेजें", - "quest_title_quest_shelgon_evolve_b_plural": "{{amount_0}} डैगोवच वकसत करं", - "quest_title_quest_shelgon_evolve_b_singular": "एक डैगोवच को वकसत करं", - "quest_title_quest_shint_catch_b": "{{amount_0}} टंलस को वकसत करं", - "quest_title_quest_shint_evolve_b": "{{amount_0}} टंलस को वकसत करं", - "quest_title_quest_shint_evolve_s1": "{{amount_0}} रोशनीयर को वकसत करं", - "quest_title_quest_sinnoh_evolve_plural": "सनोह रजन में सबसे पहल खोजे गए {{amount_0}} पोकमॉन वकसत करं", - "quest_title_quest_sinnoh_evolve_stone_plural": "सनोह टोन का उपयोग कर {{amount_0}} पोकमॉन को वकसत करं", - "quest_title_quest_sinnoh_medal_gold": "गोड सनोह मेडल हासल करं", - "quest_title_quest_sliggoo_evolve_b_plural": "{{amount_0}} नेलसा को वकसत करं", - "quest_title_quest_sliggoo_evolve_b_singular": "एक नेलसा को वकसत करं", - "quest_title_quest_slowpoke_catch_b": "{{amount_0}} लोपोक या गलार लोपोक को पकड़ें", - "quest_title_quest_slowpoke_evolve_b": "{{amount_0}} लोपोक या गलार लोपोक को वकसत करं", - "quest_title_quest_slowpoke_snapshot_b": "{{amount_0}} लोपोक या गलार लोपोक का नैपशॉट लं", - "quest_title_quest_snapshot_ar_photo_safari": "PGO टंट में अपने पाटनर क साथ एक नैपशॉट लं", - "quest_title_quest_snapshot_bali": " बाल में एक नैपशॉट लं", - "quest_title_quest_snapshot_buddy": "अपने पाटनर क साथ एक नैपशॉट लं", - "quest_title_quest_snapshot_bulbasaur": "बबासॉर का नैपशॉट लं", - "quest_title_quest_snapshot_charmander": "बबासॉर का नैपशॉट लं", - "quest_title_quest_snapshot_chikorita": "अपने चकोरटा का नैपशॉट लं", - "quest_title_quest_snapshot_cyndaquil": "सुइगार का नैपशॉट लं", - "quest_title_quest_snapshot_genesect": "{{amount_0}} जनोसेट फ़ॉम क नैपशॉट लं", - "quest_title_quest_snapshot_hariyama": "अपने हारयामा का नैपशॉट लं", - "quest_title_quest_snapshot_hoopa_singular": "पा का नैपशॉट लं", - "quest_title_quest_snapshot_jeju": "Take a snapshot on Jeju Island", - "quest_title_quest_snapshot_keldeo": "कडयो क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_landorus": "लैंडोरस का नैपशॉट लं", - "quest_title_quest_snapshot_machamp": "अपने मचैप का नैपशॉट लं", - "quest_title_quest_snapshot_okinawa": "ओकनावा में एक नैपशॉट लं", - "quest_title_quest_snapshot_poison_grass_singular": "एक वाइड पॉइज़न टाइप पोकमॉन का नैपशॉट लं", - "quest_title_quest_snapshot_regi_ice": "रजआइस का नैपशॉट लं", - "quest_title_quest_snapshot_regi_rock": "रजरॉक का नैपशॉट लं", - "quest_title_quest_snapshot_regi_steel": "रजटल का नैपशॉट लं", - "quest_title_quest_snapshot_scrafty": "अपने टोपीबान का नैपशॉट लं", - "quest_title_quest_snapshot_singular": "नैपशॉट लं", - "quest_title_quest_snapshot_storage_bug_unique_plural": "उन {{amount_0}} अलग-अलग वाइड बग टाइप पोकमॉन क नैपशॉट लं जहें आपने पकड़ा है", - "quest_title_quest_snapshot_storage_steel_unique_plural": "उन {{amount_0}} अलग-अलग टल टाइप पोकमॉन क नैपशॉट लं जहें आपने पकड़ा है", - "quest_title_quest_snapshot_storage_unique_plural": "{{amount_0}} अलग-अलग वाइड पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_surabaya": "सुराबाया में एक नैपशॉट लं", - "quest_title_quest_snapshot_thundurus": "बोटोरॉस का नैपशॉट लं", - "quest_title_quest_snapshot_tornadus": "टॉरनैरॉस का नैपशॉट लं", - "quest_title_quest_snapshot_totodile": "नहामछ का नैपशॉट लं", - "quest_title_quest_snapshot_unique_fire_pokemon": "{{amount_0}} अलग-अलग तरह क फ़ायर टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_unique_pokemon": "{{amount_0}} अलग-अलग तरह क पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "वाइड में टंलस, हॉटाइप, या टमवान का नैपशॉट लं", - "quest_title_quest_snapshot_wild_bug_plural": "वाइड बग टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_bug_unique_plural": "{{amount_0}} अलग-अलग वाइड बग टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "वाइड में बटर, टंलस, या हॉटाइप का नैपशॉट लं", - "quest_title_quest_snapshot_wild_dark_plural": "वाइड डाक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_dark_unique_plural": "{{amount_0}} अलग-अलग वाइड डाक टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_dragon_plural": "वाइड डैगन टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "{{amount_0}} अलग-अलग डैगन टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "वाइड लालटून, मीनोसेंट, या डकचा का नैपशॉट लं", - "quest_title_quest_snapshot_wild_eevee": "वाइड में ईवी का नैपशॉट लं", - "quest_title_quest_snapshot_wild_electric_plural": "वाइड इलटक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_electric_unique_plural": "{{amount_0}} अलग-अलग इलटक टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_entei": "वाइड एंटइ का नैपशॉट लं", - "quest_title_quest_snapshot_wild_fairy_plural": "वाइड फ़ेर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "{{amount_0}} अलग-अलग फ़ेर टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_fighting_plural": "वाइड फ़ाइटंग टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "{{amount_0}} अलग-अलग फ़ाइटंग टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_fire_plural": "वाइड फ़ायर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_fire_unique_plural": "{{amount_0}} अलग-अलग फ़ायर टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_flying_plural": "वाइड लाइंग टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_flying_unique_plural": "{{amount_0}} अलग-अलग लाइंग टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_frillish_absol": "वाइड में ऐसॉल या लश का नैपशॉट लं", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "वाइड सैंडू, जयोडूड या ककशाह का नैपशॉट लं", - "quest_title_quest_snapshot_wild_ghost_plural": "वाइड घोट टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "{{amount_0}} अलग-अलग घोट टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_grass_plural": "वाइड ास टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_grass_singular": "वाइड ास टाइप पोकमॉन का एक नैपशॉट लं", - "quest_title_quest_snapshot_wild_grass_unique_plural": "{{amount_0}} अलग-अलग ास टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_ground_plural": "वाइड ाउंड टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_ground_unique_plural": "{{amount_0}} अलग-अलग ाउंड टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_hoothoot": "वाइड उलूल का नैपशॉट लं", - "quest_title_quest_snapshot_wild_ice_plural": "वाइड आइस टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_ice_singular": "वाइड आइस टाइप पोकमॉन का नैपशॉट लं", - "quest_title_quest_snapshot_wild_ice_unique_plural": "{{amount_0}} अलग-अलग वाइड आइस टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "वाइड मेटापॉड, हापी या कमलबी का नैपशॉट लं", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "वाइड लालटून, यारशस या मीनोसेंट का नैपशॉट लं", - "quest_title_quest_snapshot_wild_mareanie_singluar": " वाइड मीनटारा का नैपशॉट लं", - "quest_title_quest_snapshot_wild_normal_plural": "वाइड नॉमल टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_normal_unique_plural": "{{amount_0}} अलग-अलग नॉमल टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_plural": "वाइड पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_poison_plural": "वाइड पॉइज़न टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_poison_unique_plural": "{{amount_0}} अलग-अलग पॉइज़न टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_psychic_plural": "वाइड साइकक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "{{amount_0}} अलग-अलग वाइड साइकक टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_raikou": "वाइड राइको का नैपशॉट लं", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "{{amount_0}} अलग-अलग वाइड ाउंड-, रॉक- या फ़ेर टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_rock_plural": "वाइड रॉक टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_rock_unique_plural": "{{amount_0}} अलग-अलग वाइड रॉक टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_singular": "वाइड पोकमॉन का एक नैपशॉट लं", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "वाइड डोडयो, मैटागरया आकामर का नैपशॉट लं", - "quest_title_quest_snapshot_wild_skitty_kirlia": "वाइड में करलया या याल का नैपशॉट लं", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "वाइड में चोरला, ॉगावारा, या लश का नैपशॉट लं", - "quest_title_quest_snapshot_wild_steel_plural": "वाइड टल टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_steel_unique_plural": "{{amount_0}} अलग-अलग वाइड टल टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_suicune": "वाइड सुइकन का नैपशॉट लं", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "वाइड सैंडू, मसरौ या ककशाह का नैपशॉट लं", - "quest_title_quest_snapshot_wild_unique_plural": "{{amount_0}} अलग-अलग वाइड पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "{{amount_0}} अलग-अलग तरह क वाइड फ़ायर-, वॉटर- या ास टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_wild_water_plural": "वाइड वॉटर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshot_wild_water_singular": "वाइड वॉटर टाइप पोकमॉन का एक नैपशॉट लं", - "quest_title_quest_snapshot_wild_water_unique_plural": "{{amount_0}} अलग-अलग वॉटर टाइप पोकमॉन क नैपशॉट लं", - "quest_title_quest_snapshot_yogyakarta": "योयाकता में एक नैपशॉट लं", - "quest_title_quest_snapshots_inarow_plural": "लगातार {{amount_0}} दनों तक पोकमॉन का नैपशॉट लं", - "quest_title_quest_snapshots_plural": "{{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshots_your_plural": "अपने पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_snapshots_your_singular": "अपने कसी पोकमॉन का एक नैपशॉट लं", - "quest_title_quest_snivt_catch_b": "{{amount_0}} वाईनेक पकड़ें", - "quest_title_quest_snivt_evolve_b": "{{amount_0}} वाईनेक को वकसत करं", - "quest_title_quest_snivt_evolve_s1": "{{amount_0}} सपाइन को वकसत करं", - "quest_title_quest_sobble_evolve": "युरोरा को वकसत करं", - "quest_title_quest_sphet_catch_b": "{{amount_0}} फ़ील पकड़ें", - "quest_title_quest_sphet_evolve_b": "{{amount_0}} सीसीलारा को वकसत करं", - "quest_title_quest_sphet_evolve_s1": "{{amount_0}} सीलयार को वकसत करं", - "quest_title_quest_spin_151": "151 पोकटॉप या जम िपन करं", - "quest_title_quest_spin_daysinarow": "लगातार {{amount_0}} दनों तक पोकटॉप पर जाएं", - "quest_title_quest_spin_go_tour_habitat_01": "तटवती महानगर आवास में {{amount_0}} पोकटॉप या जम िपन करं", - "quest_title_quest_spin_go_tour_habitat_02": "शंका खडहर आवास में {{amount_0}} पोकटॉप या जम िपन करं", - "quest_title_quest_spin_go_tour_habitat_03": "ज़हरला दलदल आवास में {{amount_0}} पोकटॉप या जम िपन करं", - "quest_title_quest_spin_go_tour_habitat_04": "पवतीय गम पानी क चमे आवास में {{amount_0}} पोकटॉप या जम िपन करं", - "quest_title_quest_spin_go_tour_spiritomb_plural": "{{amount_0}} कौकक पोकटॉप को िपन करं", - "quest_title_quest_spin_go_tour_spiritomb_singular": "कौकक पोकटॉप को िपन करं", - "quest_title_quest_spin_mexico_plural": "मेसको में {{amount_0}} पोकटॉप िपन करं", - "quest_title_quest_spin_mexico_singular": "मेसको में पोकटॉप को िपन करं", - "quest_title_quest_spin_pokestop_days": "{{amount_0}} अलग अलग दन पर पोकटॉप पर जाएं", - "quest_title_quest_spin_ultra_wormhole_gym": "”अटा वॉमहोल” वाल जम को िपन करं", - "quest_title_quest_spin_wcs_2024": "हवाई कवेंशन सेंटर में 10 पोकटॉप या जम िपन करं", - "quest_title_quest_sprigatito_evolve_b": "याओहा को वकसत करं", - "quest_title_quest_squirtle_catch_b": "{{amount_0}} वटल को पकड़ें", - "quest_title_quest_squirtle_evolve_b": "{{amount_0}} वटल को वकसत करं", - "quest_title_quest_squirtle_snapshot_b": "वटल क {{amount_0}} नैपशॉट लं", - "quest_title_quest_st_catch_s": "15 नटल पकड़ें", - "quest_title_quest_st_evolve_n": "नाकोंपल को वकसत करं", - "quest_title_quest_st_evolve_s": "3 नटल को वकसत करं", - "quest_title_quest_stardust_plural": "{{amount_0}} टारडट हासल करं", - "quest_title_quest_starly_catch_b": "{{amount_0}} टाली पकड़ें", - "quest_title_quest_starly_evolve_b": "{{amount_0}} टाली को वकसत करं", - "quest_title_quest_starly_snapshot_b": "टाली क {{amount_0}} नैपशॉट लं", - "quest_title_quest_start_battle": "बैटल शु करं!", - "quest_title_quest_steenee_evolve_b_plural": "{{amount_0}} डांसीरनी को वकसत करं", - "quest_title_quest_steenee_evolve_b_singular": "एक डांसीरनी को वकसत करं", - "quest_title_quest_streak_format": "बोनस {{amount_0}} दन", - "quest_title_quest_stuff_catch_b": "{{amount_0}} सॉलू पकड़ें", - "quest_title_quest_stuff_evolve_b": "{{amount_0}} सॉलू को वकसत करं", - "quest_title_quest_stuff_snapshot_b": "वाइड में सॉलू क {{amount_0}} नैपशॉट लं", - "quest_title_quest_supereffective_charge_party_plural": "टम में शामल हो कर {{amount_0}} सुपर इफ़ैटव चाज्ड अटैक का उपयोग करं", - "quest_title_quest_supereffective_charge_party_singular": "टम में शामल हो कर एक बत असरदार चाज्ड अटैक का उपयोग करं", - "quest_title_quest_supereffective_charge_plural": "{{amount_0}} बेहद भावी चाज्ड अटैक इतेमाल करं", - "quest_title_quest_supereffective_charge_singular": "एक बत असरदार चाज्ड अटैक इतेमाल करं", - "quest_title_quest_surskit_catch": "{{amount_0}} लॉलप पकड़ें", - "quest_title_quest_swabt_catch_b": "{{amount_0}} ईी पकड़ें", - "quest_title_quest_swabt_evolve_b": "{{amount_0}} ईी को वकसत करं", - "quest_title_quest_swinub_cdc_evolve_b": "{{amount_0}} शुअरबी को वकसत करं", - "quest_title_quest_swinub_cdc_snapshot_b": "{{amount_0}} शुअरबी का नैपशॉट लं", - "quest_title_quest_teddiursa_catch_b": "{{amount_0}} टडीलू पकड़ें", - "quest_title_quest_teddiursa_evolve_b": "{{amount_0}} टडीलू को वकसत करं", - "quest_title_quest_teddiursa_snapshot_b": "{{amount_0}} टडीलू क नैपशॉट लं", - "quest_title_quest_template.display.branches#0.button_text_key": "रड्स, जूनयर और जम!", - "quest_title_quest_template.display.branches#0.description_key": "इस राते को चुनने पर, आपको जम, रड्स और टम GO रॉकट क सदयों को चैलंज करने से जुड़े काम दए जाएंगे, ताक आप चारज़ाड सहत कई और से एनकाउंर जैसे रवॉड हासल कर सकं।", - "quest_title_quest_template.display.branches#1.button_text_key": "GO बैटल लग!", - "quest_title_quest_template.display.branches#1.description_key": "इस राते को चुनने पर, आपको दूसर टनस से बैटल करने का चैलंज दया जाएगा, ताक आप चारज़ाड सहत कई और से एनकाउंर जैसे रवॉड हासल कर सकं।", - "quest_title_quest_tepit_catch_b": "{{amount_0}} िपगमी को पकड़ें", - "quest_title_quest_tepit_evolve_b": "{{amount_0}} िपगमी को वकसत करं", - "quest_title_quest_tepit_evolve_s1": "{{amount_0}} उमग को वकसत करं", - "quest_title_quest_thwackey_evolve": "एक चमटक को वकसत करं", - "quest_title_quest_timburr_catch_b": "{{amount_0}} इशा को पकड़ें", - "quest_title_quest_timburr_evolve_b": "{{amount_0}} इशा को वकसत करं", - "quest_title_quest_timburr_snapshot_b": "{{amount_0}} इशा क नैपशॉट लं", - "quest_title_quest_time_remaining_day_plural": "इस पेशल रसच को पूरा करने क लए {{amount_0}} दन बचे हैं", - "quest_title_quest_time_remaining_day_singular": "इस पेशल रसच को पूरा करने क लए {{amount_0}} दन बचे हैं", - "quest_title_quest_togetic_catch_b": "{{amount_0}} टोगेटक पकड़ें", - "quest_title_quest_togetic_evolve_b": "{{amount_0}} टोगेटक वकसत करं", - "quest_title_quest_togetic_snapshot_b": "{{amount_0}} टोगेटक क नैपशॉट लं", - "quest_title_quest_torracat_evolve_b_plural": "{{amount_0}} लयाऊ वकसत करं", - "quest_title_quest_torracat_evolve_b_singular": "लयाऊ को वकसत करं", - "quest_title_quest_trade_50km_plural": "कम से कम 50 km क दूर पर पकड़े गए पोकमॉन क साथ {{amount_0}} टड करं", - "quest_title_quest_trade_100km_plural": "कम से कम 100 km क दूर पर पकड़े गए पोकमॉन क साथ {{amount_0}} टड करं", - "quest_title_quest_trade_200km_plural": "कम से कम 200 km क दूर पर पकड़े गए पोकमॉन क साथ {{amount_0}} टड करं", - "quest_title_quest_trade_300km_plural": "कम से कम 300 km क दूर पर पकड़े गए पोकमॉन क साथ {{amount_0}} टड करं", - "quest_title_quest_trade_400km_plural": "कम से कम 400 km क दूर पर पकड़े गए पोकमॉन क साथ {{amount_0}} टड करं", - "quest_title_quest_trade_500km_plural": "कम से कम 500 km क दूर पर पकड़े गए पोकमॉन क साथ {{amount_0}} टड करं", - "quest_title_quest_trade_500km_singular": "कम से कम 500 km क दूर पर पकड़े गए पोकमॉन क साथ टड करं", - "quest_title_quest_trade_pikachu_plural": "{{amount_0}} िपकाचू टड करं", - "quest_title_quest_trade_plural": "पोकमॉन को {{amount_0}} बार टड करं", - "quest_title_quest_trade_singular": "1 पोकमॉन को टड करं", - "quest_title_quest_transfer_pidgey_plural": "{{amount_0}} िपजी टांसफ़र करं", - "quest_title_quest_transfer_pokemon_plural": "{{amount_0}} पोकमॉन टांसफ़र करं", - "quest_title_quest_transfer_pokemon_singular": "पोकमॉन टांसफ़र करं", - "quest_title_quest_transfer_rock_or_poison_plural": "{{amount_0}} रॉक या पॉइज़न टाइप पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_rock_poison": "{{amount_0}} रॉक या पॉइज़न टाइप पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_bug_plural": "बग टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_dark_plural": "डाक टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_dragon_plural": "डैगन टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_electric_plural": "इलटक टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_fairy_plural": "फ़ेर टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_fighting_plural": "फ़ाइटंग टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_fire_plural": "फ़ायर टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_flying_plural": "लाइंग टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_ghost_plural": "घोट टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_grass_plural": "ास टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_ground_plural": "ाउंड टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_ice_plural": "आइस टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_normal_plural": "नॉमल टाइप {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_poison_plural": "पॉइज़न टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_psychic_plural": "साइकक टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_rock_plural": "रॉक टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_steel_plural": "टल टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_transfer_type_water_plural": "वॉटर टाइप वाल {{amount_0}} पोकमॉन को टांसफ़र करं", - "quest_title_quest_travel_routes_km_plural": "ट पर {{amount_0}} km चलं", - "quest_title_quest_travel_routes_meters_plural": "ट पर {{amount_0}} m चलं", - "quest_title_quest_tynamo_catch_b": "{{amount_0}} लकवारा पकड़ें", - "quest_title_quest_tynamo_evolve_b_plural": "{{amount_0}} लकवारा को वकसत करं", - "quest_title_quest_tynamo_evolve_b_singular": "लकवारा को वकसत करं", - "quest_title_quest_under_investigation": "ोफ़ेसर वलो इस समय इस रसच क बार में एक जांच कर रहे हैं। और जानकार क लए जद ही वापस आएं!", - "quest_title_quest_urd22_june_battle_gym": "रसच का दन : जम में बैटल करं", - "quest_title_quest_urd22_june_battle_raid": "रसच का दन : रड में बैटल करं", - "quest_title_quest_urd22_june_beries": "रसच का दन : {{amount_0}} बेर का इतेमाल करक पोकमॉन पकड़ें", - "quest_title_quest_urd22_june_catch_rock": "रसच का दन : {{amount_0}} रॉक टाइप पोकमॉन पकड़ें", - "quest_title_quest_urd22_june_catch_weather": "रसच का दन : मौसम बूट क साथ {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_urd22_june_curveball": "रसच का दन : {{amount_0}} कवबॉल ो फेंकं", - "quest_title_quest_urd22_june_curveball_row": "रसच का दन : एक क बाद एक {{amount_0}} कवबॉल ो फेंकं", - "quest_title_quest_urd22_june_evolve_rock": "रसच का दन : {{amount_0}} रॉक टाइप पोकमॉन एवॉव करं", - "quest_title_quest_urd22_june_gift_sticker": "रसच का दन : टकर क साथ {{amount_0}} गट भेजें", - "quest_title_quest_urd22_june_great": "रसच का दन : {{amount_0}} बत बढ़या ो फेंकं", - "quest_title_quest_urd22_june_great_row": "रसच का दन : एक क बाद एक {{amount_0}} बत बढ़या ो फेंकं", - "quest_title_quest_urd22_june_nice": "रसच का दन : {{amount_0}} बढ़या ो फेंकं", - "quest_title_quest_urd22_june_nice_row": "रसच का दन : एक क बाद एक {{amount_0}} बढ़या ो फेंकं", - "quest_title_quest_urd22_june_powerup": "रसच का दन : पोकमॉन को {{amount_0}} गुना पावर अप करं", - "quest_title_quest_urd22_june_snap_rock": "रसच का दन : वाइड रॉक टाइप पोकमॉन का एक नैपशॉट लं", - "quest_title_quest_urd22_june_spin_stops": "रसच का दन : {{amount_0}} पोकटॉप िपन करं", - "quest_title_quest_urd22_june_supereffective": "रसच का दन : बेहद भावी चाज्ड अटैक का इतेमाल करं", - "quest_title_quest_ursaring_evolve_b": "{{amount_0}} भालूरन को वकसत करं", - "quest_title_quest_use_any_potion": "पोकमॉन पर कोई भी दवा इतेमाल करं", - "quest_title_quest_use_charged_move_singular": "एक बत असरदार चाज्ड अटैक इतेमाल करं", - "quest_title_quest_use_charged_tm": "चाज्ड TM इतेमाल करं", - "quest_title_quest_use_dai_plural": "{{amount_0}} दैनक एडवेंचर इंसेंस का इतेमाल करं", - "quest_title_quest_use_dai_singular": "एक दैनक एडवेंचर इंसेंस का इतेमाल करं", - "quest_title_quest_use_fast_tm": "तेज़ TM इतेमाल करं", - "quest_title_quest_use_hyper_potion": "पोकमॉन पर हाइपर दवा इतेमाल करं", - "quest_title_quest_use_lure": "अटैट मॉड्यूल इतेमाल करं", - "quest_title_quest_use_lure_plural": "ट पर चलते समय {{amount_0}} अटैट मॉड्यूल इतेमाल करं", - "quest_title_quest_use_lure_singular": "ट पर चलते समय एक अटैट मॉड्यूल इतेमाल करं", - "quest_title_quest_use_max_potion": "पोकमॉन पर मैस दवा इतेमाल करं", - "quest_title_quest_use_poffin": "पॉफ़न का इतेमाल करं", - "quest_title_quest_use_rare_candy_plural": "{{amount_0}} रयर कडी इतेमाल करं", - "quest_title_quest_use_rare_candy_singular": "रयर कडी का इतेमाल करं", - "quest_title_quest_use_standard_charged_tm": "चाज्ड TM इतेमाल करं", - "quest_title_quest_use_standard_fast_tm": "तेज़ TM इतेमाल करं", - "quest_title_quest_use_super_potion": "पोकमॉन पर सुपर दवा इतेमाल करं", - "quest_title_quest_uxie_wild_snap": "वाइड रहपर का नैपशॉट लं", - "quest_title_quest_val19_catch_specific_plural": "वैलंटाइन डे : {{amount_0}} यारशस पकड़ें", - "quest_title_quest_val19_catch_specific_singular": "वैलंटाइन डे : चैंसी को पकड़ें", - "quest_title_quest_visit_different_pokestops": "{{amount_0}} अलग-अलग पोकटॉप को िपन करं", - "quest_title_quest_visit_pokestop_new_plural": " {{amount_0}} पोकटॉप िपन करं जहां आप पहल नहीं गए हैं", - "quest_title_quest_visit_pokestop_new_singular": "1 पोकटॉप िपन करं जहां आप पहल नहीं गए हैं", - "quest_title_quest_visit_pokestops_party_plural": "टम में शामल हो कर {{amount_0}} पोकटॉप या जम िपन करं", - "quest_title_quest_visit_pokestops_plural": "{{amount_0}} पोकटॉप या जम को िपन करं", - "quest_title_quest_visit_pokestops_singular": "1 पोकटॉप या जम को िपन करं", - "quest_title_quest_visit_unique_pokestops_plural": "{{amount_0}} अलग-अलग पोकटॉप या जम को िपन करं", - "quest_title_quest_wailmer_catch_b": "{{amount_0}} बेवेल को पकड़ें", - "quest_title_quest_waina_catch_great_ultra_plural": "Pokémon GO Plus + का इतेमाल करक ेट बॉल या अटा बॉल में {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_waina_catch_plural": "Pokémon GO Plus + का इतेमाल करक पोकबॉल में {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_waina_sleep_days": "Pokémon GO Plus + का इतेमाल करक अपनी नींद को मापें", - "quest_title_quest_waina_sleep_days_singular": "Pokémon GO Plus+ से एक दन क लए अपनी नींद मापें", - "quest_title_quest_waina_spin_pokestop_plural": "Pokémon GO Plus + का इतेमाल करक {{amount_0}} पोकटॉप घुमाएं", - "quest_title_quest_walk_25km_inaweek_plural": "एडवेंचर मोड का {{amount_0}} बार इतेमाल करक एक हते में 25 km चलं", - "quest_title_quest_walk_buddy_plural": "अपने पाटनर क साथ चलते ए {{amount_0}} कडी हासल करं", - "quest_title_quest_walk_buddy_singular": "अपने पाटनर क साथ चलते ए कडी हासल करं", - "quest_title_quest_walk_eevee_for_evo": "कडी पाने क लए ईवी को अपना दोत बनाकर उसक साथ 10 km चलं", - "quest_title_quest_walk_hgrowlithe_header_0": "ाउलथ टाइम चैलंज", - "quest_title_quest_walk_km": "{{amount_0}} km चलं", - "quest_title_quest_walk_km_plural": "{{amount_0}} km चलं", - "quest_title_quest_walk_routes_plural": "ट पर {{amount_0}} km चलं", - "quest_title_quest_walk_routes_singular": "ट पर {{amount_0}} km चलं", - "quest_title_quest_walk_steps": "{{amount_0}} कदम चलं", - "quest_title_quest_wartortle_evolve_b": "{{amount_0}} वॉरटॉटल को वकसत करं", - "quest_title_quest_waterfestival_catch_feed_plural": "वॉटर फ़ेटवल: {{amount_0}} बेरज़ का इतेमाल करक पोकमॉन पकड़ें", - "quest_title_quest_waterfestival_catch_pokemon_plural": "वॉटर फ़ेटवल : {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_waterfestival_catch_special9_plural": "वॉटर फ़ेटवल: {{amount_0}} मैजकाप या बेवेल पकड़ें", - "quest_title_quest_waterfestival_catch_type_water_plural": "वॉटर फ़ेटवल: {{amount_0}} वॉटर टाइप पोकमॉन पकड़ें", - "quest_title_quest_waterfestival_evolve_plural": "वॉटर फ़ेटवल: {{amount_0}} शेडर वकसत करं", - "quest_title_quest_waterfestival_evolve_type_water_plural": "वॉटर फ़ेटवल : {{amount_0}} वॉटर टाइप पोकमॉन वकसत करं", - "quest_title_quest_waterfestival_hatch_egg_singular": "वॉटर फ़ेटवल: अंडा हैच करं", - "quest_title_quest_waterfestival_land_great_plural": "वॉटर फ़ेटवल : {{amount_0}} बत बढ़या ो करं", - "quest_title_quest_waterfestival_land_nice_plural": "वॉटर फ़ेटवल : {{amount_0}} बढ़या ो करं", - "quest_title_quest_waterfestival_win_raid_singular": "वॉटर फ़ेटवल: रड जीतें", - "quest_title_quest_wayfarer_catch_pokemon_plural": "वेफ़ेयरर बोनस : {{amount_0}} पोकमॉन पकड़ें", - "quest_title_quest_wcs_2024_catch_psychic_electric": " {{amount_0}} इलटक या साइकक टाइप पोकमॉन पकड़ें", - "quest_title_quest_wcs_2024_snapshot_fairy": "वभन वाइड फ़ेयर टाइप पोकमॉन क {{amount_0}} नैपशॉट लं", - "quest_title_quest_wcs_2024_spin_00": "Pokémon GO ज़ोन में पोकटॉप को िपन करं", - "quest_title_quest_wcs_2024_spin_01": "Play Lab में पोकटॉप को िपन करं", - "quest_title_quest_wcs_2024_spin_02": "Collect & Trade Corner में पोकटॉप को िपन करं", - "quest_title_quest_weepinbell_evolve_b_plural": " {{amount_0}} वीिपनबेल को वकसत करं", - "quest_title_quest_weepinbell_evolve_b_singular": "एक वीिपनबेल को वकसत करं", - "quest_title_quest_wimpod_catch_b": "{{amount_0}} डरकट पकड़ें", - "quest_title_quest_win_gym_plural": "{{amount_0}} जम बैटल जीतें", - "quest_title_quest_win_gym_singular": "1 जम बैटल जीतें", - "quest_title_quest_win_raid_2_singular": "लवल 2 या इससे ऊपर क लवल क रड जीतें", - "quest_title_quest_win_raid_3_plural": "{{amount_0}} लवल 3 या इससे ऊपर क लवल क रड जीतें", - "quest_title_quest_win_raid_3_singular": "लवल 3 या इससे ऊपर क लवल क रड जीतें", - "quest_title_quest_win_raid_buddy_plural": "अपने दोत पोकमॉन क साथ {{amount_0}} रड जीतें", - "quest_title_quest_win_raid_buddy_singular": "अपने पाटनर क साथ मलकर रड जीतें", - "quest_title_quest_win_raid_lvl1_higher_singular": "वन-टार रड या इससे ज़्यादा जीतें", - "quest_title_quest_win_raid_lvl1_singular": "एक वन-टार रड जीतें", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "सफ़ 1,500 CP या इससे कम क पोकमॉन का इतेमाल करक {{amount_0}} रड जीतें", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "सफ़ 1,500 CP या इससे कम क पोकमॉन का इतेमाल करक रड जीतें", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "सफ़ 1,500 CP या इससे कम क पोकमॉन का इतेमाल करक {{amount_0}} ी-टार रड जीतें", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "सफ़ 1,500 CP या इससे कम क पोकमॉन का इतेमाल करक ी-टार रड जीतें", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "सफ़ 2,500 CP या इससे कम क पोकमॉन का इतेमाल करक {{amount_0}} ी-टार रड जीतें", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "सफ़ 2,500 CP या इससे कम क पोकमॉन का इतेमाल करक ी-टार रड जीतें", - "quest_title_quest_win_raid_party_plural": "टम में शामल हो कर {{amount_0}} रड जीतें", - "quest_title_quest_win_raid_party_singular": "टम में शामल हो कर एक रड जीतें", - "quest_title_quest_win_raid_plural": "{{amount_0}} रड जीतें", - "quest_title_quest_win_raid_singular": "रड जीतें", - "quest_title_quest_win_raid_unique_plural": "सफ़ पोकमॉन क यूनीक जातयों से बनी टम क मदद से {{amount_0}} रड जीतें", - "quest_title_quest_win_raid_unique_singular": "सफ़ पोकमॉन क यूनीक जातयों से बनी टम क मदद से रड जीतें", - "quest_title_quest_win_raid_with_friend_plural": "कसी दोत क साथ {{amount_0}} रड्स जीतें", - "quest_title_quest_win_raid_with_friend_singular": "कसी दोत क साथ रड जीतें", - "quest_title_quest_win_raids_unique_1500_plural": "अलग-अलग तरह क पोकमॉन क टम क साथ {{amount_0}} रड जीतें।", - "quest_title_quest_win_raids_unique_plural": "अलग-अलग तरह क पोकमॉन क टम क साथ {{amount_0}} रड जीतें।", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "सफ़ 1,500 CP या इससे कम वाल पोकमॉन का इतेमाल करक टम GO रॉकट क लडर को {{amount_0}} बार हराएं", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "सफ़ 1,500 CP या इससे कम वाल पोकमॉन का इतेमाल करक टम GO रॉकट क लडर को हराएं", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "सफ़ 2,500 CP या इससे कम क पोकमॉन का इतेमाल करक टम GO रॉकट लडर को {{amount_0}} बार हराएं", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "सफ़ 3,000 CP या इससे कम क पोकमॉन का इतेमाल करक टम GO रॉकट लडर को {{amount_0}} बार हराएं", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "सफ़ 3,500 CP या इससे कम क पोकमॉन का इतेमाल करक टम GO रॉकट लडर को {{amount_0}} बार हराएं", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "सफ़ 4,000 CP या इससे कम क पोकमॉन का इतेमाल करक टम GO रॉकट लडर को {{amount_0}} बार हराएं", - "quest_title_quest_wooper_catch_b": "{{amount_0}} वूपर या पैलडीया वूपर पकड़ें", - "quest_title_quest_wooper_evolve_b": "{{amount_0}} वूपर या पैलडीया वूपर वकसत करं", - "quest_title_quest_wooper_snapshot_b": "{{amount_0}} वूपर या पैलडीया वूपर क नैपशॉट लं", - "quest_title_quest_wt_catch_weedle": "{{amount_0}} वीडल पकड़ें", - "quest_title_quest_wt_evolve_kakuna": "{{amount_0}} ककना को वकसत करं", - "quest_title_quest_wt_evolve_weedle": "{{amount_0}} वीडल को वकसत करं", - "quest_title_quest_xp_plural": "{{amount_0}} XP हासल करं", - "quest_title_quest_zigzagoon_catch_b": "{{amount_0}} गलार लहरउन पकड़ें", - "quest_title_quest_zigzagoon_evolve_b": "{{amount_0}} गलार लहरउन वकसत करं", - "quest_title_quest_zigzagoon_snapshot_b": "गलार लहरउन क {{amount_0}} नैपशॉट लं", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "0 पोकमॉन को पकड़ा", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "{{amount_0}} पोकमॉन को पकड़ा", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 पोकमॉन को पकड़ा", - "quest_title_score_1_10_11_12_singular": "{{amount_0}} फ़ायर, वॉटर या ास टाइप पोकमॉन पकड़ा गया", - "quest_title_score_1_10_singular": "{{amount_0}} फ़ायर टाइप पोकमॉन पकड़ा गया", - "quest_title_score_1_11_singular": "{{amount_0}} वॉटर टाइप पोकमॉन पकड़ा गया", - "quest_title_score_1_12_singular": "{{amount_0}} ास टाइप पोकमॉन पकड़ा गया", - "quest_title_score_1_none": "0 पोकमॉन को पकड़ा", - "quest_title_score_1_plural": "{{amount_0}} पोकमॉन को पकड़ा", - "quest_title_score_1_singular": "1 पोकमॉन को पकड़ा", - "quest_title_score_6_plural": "{{amount_0}} रड जीते", - "quest_title_score_6_singular": "1 रड जीते", - "quest_title_score_8_10_none": "0 बढ़या ो कए गए", - "quest_title_score_8_10_plural": "{{amount_0}} बढ़या ो कए गए", - "quest_title_score_8_10_singular": "1 बढ़या ो कया गया", - "quest_title_score_8_11_none": "0 बत बढ़या ो कए गए", - "quest_title_score_8_11_plural": "{{amount_0}} बत बढ़या ो कए गए", - "quest_title_score_8_11_singular": "1 बत बढ़या ो कया गया", - "quest_title_score_8_12_none": "0 बेहतरन ो कए गए", - "quest_title_score_8_12_plural": "{{amount_0}} बेहतरन ो कए गए", - "quest_title_score_8_12_singular": "1 बेहतरन ो कया गया", - "quest_title_score_8_13_none": "0 कवबॉल ो कए गए", - "quest_title_score_8_13_plural": "{{amount_0}} कवबॉल ो कए गए", - "quest_title_score_8_13_singular": "1 कवबॉल ो कया गया", - "quest_title_score_11_701_none": "0 रैज़ बेर इतेमाल क गईं", - "quest_title_score_11_701_plural": "{{amount_0}} रैज़ बेर इतेमाल क गईं", - "quest_title_score_11_701_singular": "1 रैज़ बेर इतेमाल क गई", - "quest_title_score_11_703_none": "0 नैनब बेर इतेमाल क गईं", - "quest_title_score_11_703_plural": "{{amount_0}} नैनब बेर इतेमाल क गईं", - "quest_title_score_11_703_singular": "1 नैनब बेर इतेमाल क गई", - "quest_title_score_11_705_none": "0 रैज़ बेर इतेमाल क गईं", - "quest_title_score_11_705_plural": "{{amount_0}} पाइनऐप बेर इतेमाल क गईं", - "quest_title_score_11_705_singular": "1 पाइनऐप बेर इतेमाल क गई", - "quest_title_score_15_10_none": "0 बढ़या कवबॉल ो कए गए", - "quest_title_score_15_10_plural": "{{amount_0}} बढ़या कवबॉल ो कए गए", - "quest_title_score_15_10_singular": "1 बढ़या कवबॉल ो कया गया", - "quest_title_score_15_11_none": "0 बत बढ़या कवबॉल ो कए गए", - "quest_title_score_15_11_plural": "{{amount_0}} बत बढ़या कवबॉल ो कए गए", - "quest_title_score_15_11_singular": "1 बत बढ़या कवबॉल ो कया गया", - "quest_title_score_15_12_none": "0 बेहतरन कवबॉल ो कए गए", - "quest_title_score_15_12_plural": "{{amount_0}} बेहतरन कवबॉल ो कए गए", - "quest_title_score_15_12_singular": "1 बेहतरन कवबॉल ो कया गया", - "quest_title_score_22_none": "टम लडस क साथ 0 बैटल पूर क गईं", - "quest_title_score_22_plural": "टम लडस क साथ {{amount_0}} बैटल पूर क गईं", - "quest_title_score_22_singular": "टम लडर क साथ 1 बैटल पूर क गई", - "quest_title_score_23_none": "GO बैटल लग में 0 बैटल पूर क गईं", - "quest_title_score_23_plural": "GO बैटल लग में {{amount_0}} बैटल पूर क गईं", - "quest_title_score_23_singular": "GO बैटल लग में 1 बैटल पूर क गई", - "quest_title_score_battle_raid_none": "0 रड में बैटल", - "quest_title_score_battle_raid_plural": "{{amount_0}} रड में बैटल ई", - "quest_title_score_battle_raid_singular": "1 रड में बैटल ई", - "quest_title_score_catch_feed_none": "0 बेर इतेमाल क गईं", - "quest_title_score_catch_feed_plural": "{{amount_0}} बेर इतेमाल क गईं", - "quest_title_score_catch_feed_singular": "1 बेर इतेमाल क गई", - "quest_title_score_catch_pokemon": "{{amount_0}} पोकमॉन को पकड़ा", - "quest_title_score_defeat_rocket_none": "हार ए 0 टम GO रॉकट सदय", - "quest_title_score_defeat_rocket_plural": "हार ए {{amount_0}} टम GO रॉकट सदय", - "quest_title_score_defeat_rocket_singular": "हारा आ 1 टम GO रॉकट सदय", - "quest_title_score_field_research_none": "0 फ़ीड रसच टाक पूरा आ", - "quest_title_score_field_research_plural": "{{amount_0}} फ़ीड रसच टाक पूर ए", - "quest_title_score_field_research_singular": "1 फ़ीड रसच टाक पूरा आ", - "quest_title_score_send_gift_none": "दोतों को 0 गट भेजें", - "quest_title_score_send_gift_plural": "दोतों को {{amount_0}} गट भेजें", - "quest_title_score_send_gift_singular": "दोत को 1 गट भेजें", - "quest_title_score_spin_pokestop_none": "0 पोकटॉप को िपन कया", - "quest_title_score_spin_pokestop_plural": "{{amount_0}} पोकटॉप को िपन कया", - "quest_title_score_spin_pokestop_singular": "1 पोकटॉप को िपन कया", - "quest_win_raid_plural": "{{amount}} रड जीतें", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Star Raid", - "raid_1_plural": "1 Star Raids", - "raid_2": "2 Star Raid", - "raid_2_plural": "2 Star Raids", - "raid_3": "3 Star Raid", - "raid_3_plural": "3 Star Raids", - "raid_4": "4 Star Raid", - "raid_4_plural": "4 Star Raids", - "raid_5": "Legendary Raid", - "raid_5_plural": "Legendary Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "दोपहर", - "route_tag_architecture": "आकटचर", - "route_tag_art": "आट", - "route_tag_beachy": "समु तट", - "route_tag_bike_path": "साइकल का रासता", - "route_tag_biking": "साइकल क लए अनुकल", - "route_tag_body_of_water": "तटवती", - "route_tag_buildings": "इमारतें ही इमारतें", - "route_tag_category_misc": "ववध", - "route_tag_category_nearby": "आस-पास", - "route_tag_category_suitability": "उपयुतता", - "route_tag_category_terrain": "टरन", - "route_tag_category_theme": "थीम", - "route_tag_city_life": "शहर ज़ंदगी", - "route_tag_culture": "संकृत", - "route_tag_easy_going": "रलैड", - "route_tag_flat": "समतल", - "route_tag_foliage": "झड़े ए पतों से भरा", - "route_tag_food": "भोजन", - "route_tag_grassy": "ासी", - "route_tag_hilly": "पहाड़ी", - "route_tag_historic": "ऐतहासक", - "route_tag_intense": "इंटंस", - "route_tag_morning": "सुबह", - "route_tag_muddy": "कचड़", - "route_tag_nature": "कृत", - "route_tag_night": "शाम", - "route_tag_no_parking": "आस-पास पाकंग नहीं है", - "route_tag_no_people": "कम लोग", - "route_tag_open_space": "ओपन एरया", - "route_tag_parking": "आस-पास पाकंग है", - "route_tag_parks_nearby": "आस-पास क पाक", - "route_tag_partially_paved": "कचा-पका राता", - "route_tag_paved": "पका राता", - "route_tag_people": "ढेर सार लोग", - "route_tag_pets": "पालतू जीवों क लए उपयुत", - "route_tag_plenty_pokestops": "ढेर सार पोकटॉप", - "route_tag_public_transport": "पलक टांसपोट क पास", - "route_tag_raid_friendly": "ढेर सार जम", - "route_tag_rainy_day": "बरसात क लए बढ़या", - "route_tag_rocky": "पथरला", - "route_tag_running": "रनंग क लए अनुकल ", - "route_tag_sandy": "रतीला", - "route_tag_seasonal": "सीज़नल", - "route_tag_sightseeing": "पयटन", - "route_tag_stroller": "टोलर-एसेसबल", - "route_tag_sunny_day": "सनी डे क लए बढ़या", - "route_tag_tree_cover": "पेड़ों क छांव", - "route_tag_unpaved": "कचा राता", - "route_tag_views": "कमाल क नजार", - "route_tag_walking": "वॉकंग क लए अनुकल", - "route_tag_wheelchair": "हीलचेयर एसेसबल है", - "route_tag_wildlife": "जंगल जानवर", - "route_tag_woodsy": "जंगल", - "route_tags_label": "टैग", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "शैडो", - "team_1": "मटक", - "team_2": "वेलोर", - "team_3": "इंटंट", - "team_a_0": "कोई टम नहीं", - "team_a_1": "टम मटक", - "team_a_2": "टम वेलोर", - "team_a_3": "टम इंटंट", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "खराब मौसम", - "weather_1": "साफ़", - "weather_2": "बारश", - "weather_3": "थोड़े बादल छाए हैं", - "weather_4": "बादल छाए हैं", - "weather_5": "हवा चल रही है", - "weather_6": "बर्फ़ गर है", - "weather_7": "कोहरा छाया है", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} diff --git a/client/public/locales/id/translation.json b/client/public/locales/id/translation.json deleted file mode 100644 index 15674d505..000000000 --- a/client/public/locales/id/translation.json +++ /dev/null @@ -1,6001 +0,0 @@ -{ - "login": "Masuk", - "click_once": "Klik 'Otorisasi' sekali saja", - "save": "Simpan", - "reset": "Atur Ulang", - "close": "Tutup", - "reset_filters": "Atur Ulang Filter", - "pokemon_filters": "Pengaturan Filter Pokémon", - "gyms_filters": "Pengaturan Filter Gym", - "pokestops_filters": "Pengaturan Filter PokéStop", - "nests_filters": "Pengaturan Filter Sarang", - "help": "Bantuan", - "apply_to_all": "Terapkan ke Semua", - "disable_all": "Nonaktifkan Semua", - "enable_all": "Aktifkan Semua", - "enabled": "Diaktifkan", - "legacy": "Warisan", - "id": "ID", - "location": "Lokasi", - "search_pokemon": "Cari Pokémon", - "search_nests": "Cari Sarang", - "search_gyms": "Cari Gym", - "search_pokestops": "Cari PokéStop", - "search_raids": "Cari Raid", - "search_eggs": "Cari Telur", - "search_quests": "Cari Misi", - "search_lures": "Cari Umpan", - "search_invasions": "Cari Invasi", - "sm": "kecil", - "md": "sedang", - "lg": "besar", - "xl": "sangat besar", - "min": "Min", - "max": "Maks", - "set_size": "Atur Ukuran Ikon", - "slot_selection": "Pemilihan Slot", - "generations": "Generasi", - "types": "Tipe", - "forms": "Bentuk", - "rarity": "Keberadaan Saat Ini", - "others": "Lainnya", - "categories": "Kategori", - "rank": "Peringkat", - "slider_iv": "Jangkauan IV", - "slider_great": "Liga Super", - "slider_ultra": "Liga Ultra", - "slider_little": "Piala Kecil", - "slider_atk_iv": "Serangan", - "slider_def_iv": "Pertahanan", - "slider_sta_iv": "Stamina", - "slider_level": "Level", - "slider_size": "Ukuran", - "abbreviation_level": "L", - "lvl": "Lvl", - "cap": "Batas", - "custom": "Kustom", - "valid": "Valid", - "invalid": "Tidak Valid!", - "overwrites": "Menimpa Semua Filter", - "valid_filter": "Filter Statistik yang Valid", - "invalid_filter": "Masukkan Filter yang Valid", - "gyms": "Gym", - "nests": "Sarang", - "pokestops": "PokéStop", - "pokemon": "Pokémon", - "wayfarer": "Wayfarer", - "scan_areas": "Area Pemindaian", - "s2cells": "Sel S2", - "weather": "Cuaca", - "admin": "Admin", - "settings": "Pengaturan", - "advanced": "Lanjutan", - "tile_servers": "Server Tile", - "icons": "Ikon", - "navigation": "Navigasi", - "drawer": "Menu Tarik", - "tile_servers_default": "Bawaan", - "drawer_temporary": "Sementara", - "drawer_persistent": "Persisten", - "locale_selection": "Pemilihan Lokal", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "Impor", - "export": "Ekspor", - "logout": "Keluar", - "local_storage_cleared": "Penyimpanan Lokal telah dibersihkan!", - "iv_or_filter": "Filter IV ATAU", - "polygons": "Poligon", - "raids": "Raid", - "ex_eligible": "Memenuhi Syarat EX", - "in_battle": "Dalam Pertarungan", - "all_pokestops": "Semua PokéStop", - "lures": "Umpan", - "quests": "Misi", - "invasions": "Invasi", - "portals": "Portal", - "submission_cells": "Sel Pengajuan", - "spawnpoint": "Titik Muncul", - "spawnpoints": "Titik Muncul", - "s2_cell_level": "Sel S2 Level {{level}}", - "total_count": "Jumlah Total", - "next_submission": "Pengajuan Berikutnya!", - "never": "Tidak Pernah", - "next_gym": "Gym Selanjutnya", - "scan_cells": "Pindai Sel", - "devices": "Perangkat", - "use_my_location": "Gunakan Lokasi Saya", - "submit_feedback_title": "Kirim Umpan Balik/Laporan Bug", - "use_the_link_below": "Anda dapat menggunakan tautan di bawah ini untuk mengirim umpan balik atau bug yang Anda temukan.", - "feedback_to_devs": "Umpan balik ini dikirim langsung ke pengembang.", - "feedback_form": "Formulir Umpan Balik", - "unknown_pokestop": "Nama PokéStop Tidak Diketahui", - "unknown_gym": "Nama Gym Tidak Dikenal", - "exclude": "Kecualikan", - "exclude_quest": "Kecualikan Quest", - "exclude_invasion": "Kecualikan Invasi", - "exclude_team": "Kecualikan Tim", - "exclude_raid": "Kecualikan Raid", - "exclude_lure": "Kecualikan Umpan", - "timer": "Timer", - "hide": "Sembunyikan", - "tier": "Tingkat", - "slots": "Slot", - "mega": "Mega", - "form": "Form", - "starts": "Mulai", - "ends": "Berakhir", - "defender": "Pertahanan", - "best_buddy": "Sahabat terbaik", - "cp": "CP", - "kilogram": "kg", - "meter": "m", - "total_cp": "Total CP", - "first_seen": "Pertama Terlihat", - "last_seen": "Terakhir Terlihat", - "last_modified": "Terakhir Diubah", - "last_updated": "Terakhir Diperbarui", - "imported": "Telah Diimpor", - "nest_estimated": "Data Sarang Diperkirakan!", - "verify_nests": "Verifikasi dengan Memeriksa Spawn Sekarang", - "nest_out_of_date": "Sarang Mungkin Ketinggalan Zaman!", - "nest_check_current": "Periksa Spawn Sekarang", - "spawns_per_hour": "Per Jam", - "teams": "Tim", - "eggs": "Telur", - "reverse": "Balikkan", - "selected": "Terpilih", - "unselected": "Tidak Terpilih", - "only_available": "Tersedia", - "common": "Umum", - "uncommon": "Tidak Umum", - "rare": "Langka", - "ultra_rare": "Sangat Langka", - "regional": "Regional", - "event": "Event", - "legendary": "Legendaris", - "mythical": "Mitos", - "ultra_beast": "Ultra Beast", - "alt_forms": "Form Alternatif", - "alola": "Alola", - "galarian": "Galarian", - "showing": "Menampilkan", - "instance": "Instansi", - "online": "Online", - "offline": "Offline", - "boosted_types": "Tipe yang Ditingkatkan", - "pokemon_options": "Opsi Pokémon", - "pokestops_options": "Opsi PokéStop", - "gyms_options": "Opsi Gym", - "nests_options": "Opsi Sarang", - "wayfarer_options": "Opsi Wayfarer", - "admin_options": "Opsi Admin", - "weather_options": "Opsi Cuaca", - "s2cells_options": "Opsi Sel S2", - "clustering": "Pengelompokan", - "glow": "Bersinar", - "legacy_filter": "Filter Warisan", - "raid_timers": "Timer Raid Semua", - "invasion_timers": "Timer Invasi Semua", - "lure_timers": "Timer Umpan Semua", - "device_path_color": "Warna Jalur Peranti", - "old_portals": "Portal Lama", - "new_portals": "Portal Baru", - "items": "Item", - "energy": "Energi", - "ar_eligible": "Layak AR", - "iv_circles": "Indikator IV", - "min_iv_circle": "Circle IV Minimum", - "interaction_ranges": "Jangkauan Interaksi", - "cannot_connect": "\nTidak bisa terhubung ke server saat ini.\nMencoba lagi segera hanya akan menyebabkan lebih banyak masalah.\nSilakan coba lagi dalam beberapa menit.\n\n- Tim Admin Peta", - "mad_quest_text": "Quest Asli", - "xs": "XS", - "primary": "Utama", - "secondary": "Sekunder", - "zero_iv": "IV 0%", - "hundo_iv": "IV 100%", - "open_menu": "Buka Menu", - "zoom_in": "Perbesar", - "zoom_out": "Perkecil", - "welcome": "Selamat datang di", - "back": "Kembali", - "next": "Selanjutnya", - "finish": "Selesai", - "start_tutorial": "Mulai Tutorial", - "view_profile": "Lihat Profil", - "login_optional": "Login (Opsional)", - "tutorial": "Tutorial", - "tutorial_language": "Pilih Bahasa Anda", - "tutorial_welcome": "Tutorial ini interaktif dan Anda sangat dianjurkan untuk bermain dengan semua opsi yang disediakan", - "tutorial_categories": "Kategori yang Anda Miliki Akses Kepada", - "tutorial_logged_in": "Anda dapat melihat detail tentang izin Anda dengan melihat profil Anda.", - "tutorial_logged_out": "Anda dapat melihat detail tentang izin Anda dengan login.", - "tutorial_sidebar_0": "Semua Filter & Pengaturan Anda Ada Di Sini", - "tutorial_sidebar_1": "Untuk setiap kategori, Anda dapat mengatur data apa saja yang ingin Anda lihat menggunakan tombol pengalih", - "tutorial_sidebar_2": "Opsi: Kustomisasi Tambahan\nLanjutan: Akan kami bahas lebih lanjut dalam tutorial ini", - "tutorial_sliders_0": "Menggunakan penggeser untuk menyesuaikan filter", - "tutorial_sliders_1": "Pokémon Antara:", - "tutorial_sliders_2": "- IVs {{iv0}}% sampai {{iv1}}%", - "tutorial_sliders_3": "Level {{level0}} sampai {{level1}}", - "tutorial_sliders_3alt": "- DAN berlevel {{level0}} sampai {{level1}}", - "tutorial_sliders_4": "- Peringkat Great League {{gl0}} sampai {{gl1}}", - "tutorial_sliders_4alt": "- ATAU Peringkat Great League {{gl0}} sampai {{gl1}}", - "tutorial_sliders_5": "- Peringkat Ultra League {{ul0}} sampai {{ul1}}", - "tutorial_sliders_5alt": "- ATAU Peringkat Ultra League {{ul0}} sampai {{ul1}}", - "tutorial_sliders_6": "Bersambung dengan yang lain dengan warna yang sama", - "tutorial_sliders_7": "Memfilter secara terpisah dari penggeser lainnya", - "tutorial_sliders_8": "Sebuah penggeser 'penuh' berarti itu dinonaktifkan:", - "tutorial_sliders_9": "Semua muncul, terlepas dari apakah telah dicek IV-nya atau tidak", - "tutorial_help": "Pintasan ke menu ini", - "tutorial_adv_filter": "Hanya di ponsel, membuka opsi filtering untuk menu lanjutan", - "tutorial_tune": "Mengatur filter lanjutan untuk semua Pokémon yang sedang difilter di menu", - "tutorial_format_size": "Mengatur ukuran ikon untuk semua item yang sedang difilter di menu", - "tutorial_check": "Mengaktifkan semua item yang sedang difilter di menu", - "tutorial_clear": "Menonaktifkan semua item yang sedang difilter di menu", - "tutorial_save": "Menyimpan pilihan saat ini dan keluar", - "tutorial_show_all_view": "Alihkan PokéStops & Gyms", - "tutorial_show_pokemon_view": "Alihkan Pokémon", - "tutorial_toggle": "Mengklik Centang/X untuk mengalihkan item", - "tutorial_pokemon_caption": "Ikon ini memungkinkan Anda untuk mengatur filter untuk Pokémon tertentu", - "tutorial_all_caption": "Tim memiliki menu slot khusus\nItem lainnya memungkinkan Anda menyesuaikan ukuran ikon", - "tutorial_popup_0": "Popup kini interaktif!", - "tutorial_popup_1": "Tiga titik membuka opsi menyembunyikan, mengecualikan, dan mengalihkan penghitung waktu", - "tutorial_popup_2": "Ikon di kedua sisi tautan navigasi akan membesar untuk menampilkan info ekstra, coba saja!", - "tutorial_popup_3": "Ikon bervariasi untuk setiap kategori, pastikan untuk memeriksa semuanya", - "tutorial_closing_0": "Info tambahan", - "tutorial_closing_1": "Penggeser Pokémon global di samping beroperasi secara terpisah dari menu lanjutan dan tidak mempengaruhi satu sama lain", - "tutorial_closing_2": "Pastikan untuk memeriksa bagian Pengaturan di samping", - "tutorial_closing_3": "Banyak opsi estetik yang tersedia untuk setiap kategori, namun ingat bahwa semakin banyak yang Anda tambahkan ke peta Anda, semakin tinggi kemungkinan peta Anda akan beku", - "tutorial_closing_4": "Anda dapat melihat tutorial ini lagi dengan memilihnya di panel Pengaturan di samping", - "tutorial_closing_5": "Tetap aman dan semoga beruntung!", - "intro": "Intro", - "sidebar": "Samping", - "sliders": "Penggeser", - "popups": "Popup", - "closing": "Penutupan", - "shortcuts": "Pintasan", - "iv": "IV", - "area_restrictions": "Pembatasan Area", - "map": "Peta", - "stats": "Statistik", - "pvp": "PVP", - "area_restrictions_subtitle": "Anda memiliki akses ke area ini", - "devices_subtitle": "Menampilkan lokasi dan rute perangkat aktif", - "gyms_subtitle": "Menampilkan semua lokasi gym aktif, tim aktif, dan berapa banyak slot yang tersedia di setiap gym", - "invasions_subtitle": "Menampilkan info invasi Team Rocket, termasuk lineup pertarungan, waktu kadaluarsa, dan hadiah yang mungkin", - "iv_subtitle": "Menampilkan opsi IV% dan kilau", - "lures_subtitle": "Menampilkan info lure, termasuk tipe lure dan waktu kadaluarsa", - "map_subtitle": "Menampilkan peta", - "nests_subtitle": "Menampilkan Pokémon yang sedang nesting dan poligon sarang", - "pokemon_subtitle": "Menampilkan semua lokasi Pokémon dan waktu kadaluarsanya", - "pokestops_subtitle": "Menampilkan semua lokasi PokéStop", - "portals_subtitle": "Menampilkan semua portal Ingress", - "pvp_subtitle": "Menampilkan informasi Peringkat/CP/Level PVP untuk setiap Pokémon", - "quests_subtitle": "Menampilkan informasi hadiah dan tugas quest", - "raids_subtitle": "Menampilkan semua informasi raid termasuk boss raid, telur, waktu berakhir, dan moveset", - "scan_cells_subtitle": "Menampilkan waktu terakhir sebuah sel S2 dipindai oleh sebuah perangkat", - "scan_areas_subtitle": "Menampilkan poligon area pemindaian yang tersedia", - "spawnpoints_subtitle": "Menampilkan titik spawn dan perkiraan waktu hilangnya", - "stats_subtitle": "Menampilkan statistik dan level Pokémon", - "submission_cells_subtitle": "Menampilkan informasi berguna untuk mengajukan POI baru", - "weather_subtitle": "Menampilkan informasi cuaca dalam game untuk setiap sel", - "scanner_subtitle": "Berinteraksi langsung dengan pemindai dengan berbagai cara", - "s2cells_subtitle": "Menampilkan Sel S2 di berbagai level di peta", - "backups_subtitle": "Mengaktifkan pencadangan dan pemuatan pengaturan lintas perangkat", - "backups": "Cadangan", - "user_profile": "Profil Pengguna", - "user_username": "Nama pengguna", - "candy": "Permen", - "show_ex_badge": "Tampilkan Lencana EX", - "search": "Cari", - "global_search_quests": "Masukkan Nama Hadiah...", - "global_search_lures": "Masukkan Nama Lure...", - "global_search_pokestops": "Masukkan Nama PokéStop...", - "global_search_gyms": "Masukkan Nama Gym...", - "global_search_portals": "Masukkan Nama Portal...", - "global_search_nests": "Masukkan Nama Pokémon Sarang...", - "global_search_raids": "Masukkan Nama Boss Raid...", - "global_search_pokemon": "Masukkan Nama Pokémon...", - "global_search_invasions": "Masukkan Tipe, Nama, atau Nama hadiah Pokémon Grunt...", - "raid_level_badges": "Lencana Level Raid", - "options": "Opsi", - "profile": "Profil", - "pokemon_icons": "Ikon Pokémon", - "pokestop_icons": "Ikon PokéStop", - "gym_icons": "Ikon Gym", - "team_icons": "Ikon Tim", - "egg_icons": "Ikon Telur", - "raid_icons": "Ikon Raid", - "nest_icons": "Ikon Sarang", - "reward_icons": "Ikon Hadiah", - "type_icons": "Ikon Tipe", - "weather_icons": "Ikon Cuaca", - "misc_icons": "Ikon Lainnya", - "invasion_icons": "Ikon Invasi", - "spawnpoint_icons": "Ikon Titik Spawn", - "device_icons": "Ikon Perangkat", - "pokemon_audio": "Audio Pokémon", - "pokestop_audio": "Audio PokéStop", - "gym_audio": "Audio Gym", - "team_audio": "Audio Tim", - "egg_audio": "Audio Telur", - "raid_audio": "Audio Raid", - "nest_audio": "Audio Sarang", - "reward_audio": "Audio Hadiah", - "type_audio": "Audio Tipe", - "weather_audio": "Audio Cuaca", - "misc_audio": "Audio Lainnya", - "invasion_audio": "Audio Invasi", - "spawnpoint_audio": "Audio Titik Spawn", - "device_audio": "Audio Perangkat", - "pokemon_timers": "Semua Timer Pokémon", - "show_dex_num_in_popup": "Tampilkan Nomor Pokedex di Popup", - "popup": "Popup", - "pvp_level": "Statistik PVP Level {{level}}", - "pvp_mega": "Statistik PVP Mega", - "webhook_entry": "Tambahkan ke {{name}}", - "remove_webhook_entry": "Hapus dari {{name}}", - "distance": "Jarak", - "gym": "Gym", - "egg": "Telur", - "raid": "Raid", - "lure": "Lure", - "quest": "Quest", - "invasion": "Invasi", - "nest": "Sarang", - "pokestop": "PokéStop", - "team": "Tim", - "global": "Global", - "manage_webhook": "Kelola {{name}}", - "drag_and_drop": "Seret dan Lepas Marker untuk Menetapkan Lokasi Anda", - "click_to_select": "Klik untuk Memilih", - "add_new": "Tambahkan {{category}} Alert Baru", - "my_location": "Lokasi Saya", - "choose_on_map": "Pilih di Peta", - "select_profile": "Pilih Profil", - "distance_radius": "Pratinjau Jarak Radius", - "areas": "Area", - "select_webhook": "Pilih Bot", - "ar_quest_true": "Tugas AR", - "ar_quest_false": "Tidak AR", - "with_ar": "Dengan AR", - "both": "Keduanya", - "without_ar": "Tanpa AR", - "exclude_quest_multi": "Kecualikan {{reward}}", - "cluster_limit_0": "Batas {{variable_0}} ({{variable_1}}) telah tercapai", - "cluster_limit_1": "Silakan perbesar atau sempitkan filter Anda", - "show_polygons": "Tampilkan Poligon", - "exclude_invasion_multi": "Kecualikan {{invasion}}", - "stardust": "Stardust", - "slider_cp": "CP", - "pvp_ranking_league": "Liga", - "pvp_ranking_min_cp": "CP Min", - "slider_pvp": "Peringkat", - "profile_no": "Profil", - "template": "Template", - "gender": "Jenis Kelamin", - "clean": "Bersihkan", - "all_forms": "Semua Bentuk", - "pvp_entry": "Entri PVP", - "no_iv": "Termasuk Tanpa IV", - "by_distance": "Berdasarkan Jarak", - "min_time": "Waktu Min", - "add_new_profile": "Tambah Profil Baru", - "slider_none": "Tidak Ada", - "non_registered_human_title": "Oops, ada yang tidak beres!", - "non_registered_human_desc": "Anda mungkin belum terdaftar dengan {{webhook}}\nAtau server sedang tidak dapat dijangkau", - "try_again_later": "Silakan coba lagi nanti", - "selected_areas_one": "{{count}} Area Terpilih", - "selected_areas_other": "{{count}} Area Terpilih", - "webhook_selection": "Pilihan {{name}}", - "message_of_the_day": "Pesan Hari Ini", - "has_quest_indicator": "Warna Alternatif untuk Stops dengan Quest", - "show_ar_badge": "Tampilkan Lencana AR", - "all_gyms": "Semua Gym", - "general": "Umum", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "Menghormati Pilihan Global", - "normal_forms": "Bentuk Normal", - "weather_indicator": "Indikator Penguatan Cuaca", - "page": "Halaman {{page}}", - "navigation_controls": "Kontrol Navigasi", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "Eksklusif", - "all_moves": "Semua Gerakan", - "move": "Gerakan", - "any": "Sembarang", - "min_spawn_average": "Rata-rata Spawn Min", - "select_all": "Pilih Semua", - "delete_all": "Hapus yang Dipilih", - "cancel": "Batal", - "day_1": "Senin", - "day_2": "Selasa", - "day_3": "Rabu", - "day_4": "Kamis", - "day_5": "Jumat", - "day_6": "Sabtu", - "day_7": "Minggu", - "profile_name": "Nama Profil", - "manage_profiles": "Kelola Profil", - "min_spawn_avg": "Rata-rata Spawn Min", - "poke_global": "Semuanya", - "amount": "Jumlah", - "specific_gym": "Gym Tertentu", - "search_location": "Cari Lokasi", - "search_specific": "Cari {{category}} Tertentu", - "webhook_success_gym": "Alert Raid, Eggs, dan Perubahan Tim telah Ditambahkan!", - "slot_changes": "Perubahan Slot", - "slot_changes_poracle": "perubahan_slot", - "confirm_delete": "Ini akan menghapus semua pelacakan untuk profil ini, Anda yakin?", - "confirm_copy": "Pilih profil mana yang ingin Anda salin \"{{profile}}\" ke, ini akan menimpa profil tersebut sepenuhnya.", - "webhook_error": "{{name}} tidak dapat memproses itu.\nSilakan coba lagi nanti.", - "profile_error": "Harus unik dan valid", - "team_0": "Tanpa Tim", - "battle_changes": "Dalam Pertarungan", - "battle_changes_poracle": "perubahan_pertarungan", - "auto": "Otomatis", - "webhooks_subtitle": "Kelola alert Anda langsung dari peta untuk bot ini", - "event_stops_subtitle": "Menampilkan Pokéstops acara khusus seperti Kecleon", - "webhooks": "Alert", - "scanner": "Aksi Scanner", - "everything_individually": "Tambahkan Alert Individu", - "individually": "secara individu", - "join": "Gabung", - "errors_404": "Oops, halaman ini tidak ditemukan!", - "errors_500": "Ada kesalahan server, coba lagi nanti!", - "local_username": "Nama Pengguna", - "local_password": "Kata Sandi", - "local_error": "Telah terjadi kesalahan, silakan coba lagi nanti!", - "no_filter_results": "Tidak Ditemukan Hasil\nCoba Lebarkan Filter Anda", - "donor_page": "Halaman Donatur", - "go_back": "Kembali", - "access": "Akses", - "link_discord": "Hubungkan Discord", - "select_webhook_strategy": "Manajer Peringatan", - "webhook_strategy_success_0": "Sukses! Memuat ulang untuk mengambil pengaturan peringatan...", - "register": "Daftar", - "invalid_credentials": "Kredensial Tidak Valid", - "localauth_failed": "Autentikasi gagal", - "error_creating_user": "Tidak dapat mendaftarkan pengguna baru saat ini", - "discord_linked": "Discord Terhubung", - "telegram_linked": "Telegram Terhubung", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "level", - "km": "km", - "feedback": "Umpan Balik", - "donor_menu": "Menu Donatur", - "pokemon_cell": "Lokasi Pokemon Bisa Berbeda", - "timer_verified": "Timer ini Terverifikasi", - "timer_unverified": "Timer ini Tidak Terverifikasi", - "all": "Semua", - "badge_0": "Tidak Ada", - "badge_1": "Dasar", - "badge_2": "Bronze", - "badge_3": "Perak", - "badge_4": "Emas", - "gym_badge_menu": "Edit Lencana Gym", - "gym_badges": "Lencana Gym", - "gym_badge_diamonds": "Tampilkan Lencana Gym", - "gym_badges_subtitle": "Menampilkan Lencana Gym di peta dan sebuah daftar di halaman profil.", - "confirm_filters_reset": "Atur Ulang Filter", - "filters_reset_text": "Apakah Anda yakin ingin mengatur ulang pengaturan ke nilai default? Ini tidak dapat dibatalkan!", - "filters_reset_title": "Atur Ulang Filter", - "raid_quick_select": "Pilih Cepat", - "disabled": "Dinonaktifkan", - "loading": "Memuat {{category}}", - "loading_icons": "Mengambil Ikon", - "loading_invasions": "Mengambil Invasi", - "scan_next": "Pindai Lokasi", - "scan_next_choose": "Seret dan Lepaskan Penanda untuk Menetapkan Lokasi Pemindaian", - "scan_zone": "Pindai Area", - "scan_zone_choose": "Seret dan Lepaskan Penanda untuk Menetapkan Lokasi Pemindaian dan Memilih Ukuran", - "scan_zone_size": "Ukuran", - "scan_zone_range": "Jangkauan", - "scan_zone_spacing": "Jarak", - "scan_zone_radius": "Radius", - "scan_requests": "Permintaan Pemindaian", - "scan_queue": "Antrian Saat Ini", - "click_to_scan": "Pindai Di Sini", - "scan_confirmed_title": "Permintaan pemindaian dikonfirmasi", - "scan_confirmed": "Pekerja telah dikirim ke lokasi, hasil akan segera muncul di peta!", - "scan_loading_title": "Mengirim permintaan pemindaian", - "scan_loading": "Permintaan pemindaian Anda sedang diproses dan dikirim ke sistem!", - "scan_error_title": "Error", - "scan_error": "Telah terjadi kesalahan saat memproses permintaan pemindaian...", - "scan_outside_area": "Lokasi ini berada di luar batas area yang diizinkan", - "pvp_ranking_cap": "Level", - "lc_title": "Ikuti Lokasi Anda", - "lc_metersUnit": "meter", - "lc_feetUnit": "kaki", - "lc_popup": "Anda berada dalam jarak {distance} {unit} dari titik ini", - "lc_outsideMapBoundsMsg": "Anda tampaknya berada di luar batas peta", - "no_alerts": "Tidak Ada Peringatan", - "loading_settings": "Memuat Pengaturan", - "refresh_to_continue": "Silakan segarkan sebelum melanjutkan", - "session_expired_title": "Sesi Berakhir", - "session_expired_body": "Sesi Anda telah berakhir", - "old_client_title": "Ketinggalan Zaman", - "old_client_body": "Versi baru dari peta ini tersedia", - "early_old_client_title": "Ketinggalan Zaman", - "early_old_client_body": "Versi lama dari aplikasi ini mungkin tersimpan di cache browser Anda, Anda perlu membersihkan cache sebelum dapat menggunakan aplikasi ini.", - "refresh": "Segarkan", - "points": "Poin", - "day": "Hari", - "days": "Hari", - "react_error": "Terjadi Kesalahan", - "clickable_icon": "Ikon Dapat Diklik", - "two_stops_till_next": "2 stop sampai berikutnya", - "one_stop_till_next": "1 stop sampai berikutnya", - "no_more_gyms": "Tidak ada gym lagi", - "light_map_border": "Batas Peta Terang", - "dark_map_border": "Batas Peta Gelap", - "cell_blocked": "Sel Diblokir", - "poi_color": "Warna POI", - "quest_condition": "Kondisi Quest", - "always_show_labels": "Selalu Tampilkan Label", - "scan_areas_options": "Opsi Area Pemindaian", - "historic_rarity": "Kelangkaan Bersejarah", - "poi": "Poin Minat", - "300m_range": "Jangkauan 300m", - "lure_range": "Jangkauan Umpan", - "custom_range": "Jangkauan Kustom", - "tap_to_toggle": "Ketuk Untuk Mengganti", - "power_up": "Tingkatkan Kekuatan", - "never_alt": "Tidak Pernah", - "seen_nearby_stop": "Terlihat di Stop Terdekat", - "seen_nearby_cell": "Terlihat di Sel Ini", - "seen_lure_encounter": "Pertemuan Umpan", - "seen_lure_wild": "Spawn Umpan", - "seen_wild": "Spawn Liar", - "event_stops": "Stop Event", - "event_stop_timers": "Timer Stop Event", - "size_0": "Semua", - "size_1": "XXS", - "size_2": "XS", - "size_3": "M", - "size_4": "XL", - "size_5": "XXL", - "show_size_indicator": "Tampilkan Indikator Ukuran", - "size": "Ukuran", - "gold_stop": "Stop Emas", - "profile_backups": "Pertukaran Profil", - "new_backup": "Backup Baru", - "create": "Buat", - "load": "Muat", - "update": "Perbarui", - "delete": "Hapus", - "name": "Nama", - "only_confirmed": "Hanya Terkonfirmasi", - "only_exclude_grunts": "Kecualikan Grunt", - "only_exclude_leaders": "Kecualikan Pemimpin", - "rocket_pokemon": "Pokémon Rocket", - "decoy": "Umpan", - "s2_cell_limit_0": "Anda mencoba untuk menghasilkan lebih dari 20.000 sel ({{variable_0}})", - "s2_cell_zoom_limit": "Beberapa sel terlalu kecil untuk ditampilkan di level zoom ini", - "show_all_pvp_ranks": "Tampilkan Semua Peringkat PVP", - "enable_pokemon_popup_coords": "Tampilkan Koordinat Pokémon", - "enable_gym_popup_coords": "Tampilkan Koordinat Gym", - "enable_pokestop_popup_coords": "Tampilkan Koordinat Pokéstop", - "enable_portal_popup_coords": "Tampilkan Koordinat Portal", - "on_block_join_discord": "Silakan gabung dalam discord kami untuk informasi lebih lanjut.", - "on_block_msg": "Anda telah diblokir karena menjadi anggota dari", - "denied": "Ditolak", - "showcase": "Pameran", - "unknown_event": "Event Tidak Dikenal", - "scanner_countdown": "Tersedia dalam {{time}}s", - "success": "Berhasil", - "contribute": "Kontribusi", - "mi": "mi", - "filter_by_areas": "Filter Berdasarkan Area", - "submit_nest_name": "Kirim Nama Sarang", - "nest_submission_menu": "Perbarui Nama", - "nest_submissions": "Kirim Sarang", - "nest_submissions_subtitle": "Memungkinkan Anda untuk mengirimkan nama baru untuk sarang", - "pokemon_opacity": "Opasitas Pokémon Dinamis", - "invasion_opacity": "Opasitas Invasi Dinamis", - "raid_opacity": "Opasitas Raid Dinamis", - "opacity_ten_minutes": "Opasitas pada 10 menit", - "opacity_five_minutes": "Opasitas pada 5 menit", - "opacity_one_minute": "Opasitas pada 1 menit", - "level_circles": "Indikator Level", - "min_level_circle": "Level Lingkaran Minimum", - "mutation_auth_error": "Permintaan Anda tidak berhasil karena tidak login", - "submitted_by": "Dikirim Oleh", - "reversible": "Dapat Dibalik", - "version": "Versi", - "route_tags": "Tag Rute", - "routes": "Rute", - "route_type": "Tipe Rute", - "routes_subtitle": "Lihat rute dalam game dan informasi relevan tentang mereka di peta", - "description": "Deskripsi", - "additional_info": "Info Tambahan", - "duration": "Durasi", - "elevation": "Elevasi", - "contest_category_1": "Ukuran Terkecil", - "context_category_2": "Ukuran Terbesar", - "total_entries": "Total Entri", - "showcase_rankings": "Peringkat Pameran", - "showcase_rankings_subtitle": "Menampilkan daftar peringkat teratas untuk pameran di Pokéstop", - "tth": "TTH", - "tth_0": "Semua", - "tth_1": "Diketahui", - "tth_2": "Tidak Diketahui", - "no_access": "Tidak Ada Akses", - "cooldown": "Pendinginan", - "scan_some_outside_area": "Beberapa lokasi berada di luar batas yang diizinkan", - "alerts": "alert", - "alert_manager": "Pengelola Alert", - "menu": "Menu", - "theme": "Tema", - "exit": "Keluar", - "component": "Komponen", - "component_login_page": "Halaman Login", - "component_donation_page": "Halaman Donasi", - "component_message_of_the_day": "Pesan Hari Ini", - "download": "Unduh", - "playground": "Taman Bermain", - "locale": "Lokal", - "saved": "Tersimpan", - "show_editor": "Tampilkan Editor", - "hide_editor": "Sembunyikan Editor", - "reported_error": "Kesalahan ini telah dilaporkan ke server dengan identifier", - "dark_mode": "Mode Gelap", - "load_from_autosave": "Muat dari Simpanan Otomatis", - "done": "Selesai", - "fast": "Cepat", - "charged": "Mengisi", - "offline_mode": "Mode Offline", - "include_sponsored": "Sertakan Sponsor", - "showcase_color": "Warna Sorotan", - "partner_color": "Warna Mitra", - "disable": "Nonaktifkan {{- name}}", - "profiling": "Profilisasi", - "showcase_block": "Diblokir karena sebuah sorotan", - "signed_in_as": "Masuk Sebagai", - "missing_map_perm": "Anda tidak memiliki izin untuk melihat peta.", - "access_denied": "Akses Ditolak", - "audio": "Audio", - "desktop_notifications": "Notifikasi Desktop", - "notifications_options": "Opsi Notifikasi", - "audio_always_on": "Audio Selalu Hidup", - "volume_level": "Tingkat Volume", - "notifications_status": "Status Notifikasi", - "granted": "diberikan", - "set_all": "Atur Semua", - "set_filtered": "Terapkan Filter", - "only_show_available": "Hanya Tampilkan yang Tersedia", - "easy_mode": "Mode Mudah", - "quick_select": "Pemilihan Cepat Global", - "pokemon_filter_mode": "Mode Filter Pokémon", - "basic": "Dasar", - "intermediate": "Menengah", - "expert": "Ahli", - "basic_description": "Pilih Pokémon dengan mudah dan terapkan filter global", - "intermediate_description": "Atur filter individu secara global dan per Pokémon (tradisional)", - "expert_description": "Masukan kueri manual untuk kustomisasi terbanyak", - "icon_size": "Ukuran Ikon", - "developer": "Pengembang", - "raid_override": "Penimpaan Raid", - "search_rocket_pokemon": "Cari Pokémon Rocket", - "main": "Utama", - "extra": "Ekstra", - "select": "Pilih", - "searching": "mencari...", - "no_options": "Tidak Ada Opsi...", - "and": "DAN", - "or": "ATAU", - "only_global": "Hanya Global", - "global_caption": "Abaikan Semua Filter Lain", - "global_and_individual": "Filter Global & Individu", - "gender_filters_all": "Jenis Kelamin Berlaku untuk Semua", - "and_caption": "Dikaitkan Bersama", - "or_caption": "Memfilter Secara Independen", - "filter_help": "Bantuan Filter", - "kilometers": "Kilometer", - "miles": "Mil", - "distance_unit": "Satuan Jarak", - "data_management": "Manajemen Data", - "reset_or_manage_text": "Anda dapat melakukan reset berat pada filter anda atau anda dapat melihat halaman manajemen data yang akan memungkinkan anda untuk reset kategori individu.", - "reset_audio": "Reset Audio", - "reset_all": "Reset Semua", - "reset_icons": "Reset Ikon", - "reset_position": "Reset Posisi", - "reset_ui": "Reset UI", - "reset_options": "Reset Opsi", - "reset_menus": "Reset Menu", - "reset_settings": "Reset Pengaturan", - "reset_general_title": "Umum", - "reset_filters_title": "Filter", - "reset_assets": "Reset Aset", - "reset_pokemon": "Reset Pokémon", - "reset_pokestops": "Reset PokéStop", - "reset_gyms": "Reset Gym", - "reset_nests": "Reset Sarang", - "reset_portals": "Reset Portal", - "reset_routes": "Reset Rute", - "reset_scan_areas": "Reset Area Pemindaian", - "reset_scan_cells": "Reset Sel Pemindaian", - "reset_devices": "Reset Perangkat", - "reset_weather": "Reset Cuaca", - "reset_s2cells": "Reset Sel S2", - "reset_spawnpoints": "Reset Lokasi Muncul", - "reset_submission_cells": "Reset Sel Pengajuan", - "hisuian": "Hisuian", - "spacial_rend_range": "Jarak Renggut Spasial", - "key": "Kunci", - "ai": "AI", - "human": "Manusia", - "locales": "Lokal", - "instructions": "Instruksi", - "locale_instructions_1": "Pilih bahasa dari dropdown", - "locale_instructions_2": "Masukkan terjemahan yang diinginkan di kolom \"Manusia\"", - "locale_instructions_3": "Klik tombol \"$t(download)\" untuk mengunduh file JSON", - "locale_instructions_4": "Fork tautan repo GitHub di bawah ini", - "locale_instructions_5": "Buat cabang baru dan namai dengan bahasa yang Anda terjemahkan", - "locale_instructions_6": "Ganti isi dari \"packages/locales/lib/human/{{lng}}.json\" dengan file yang Anda unduh", - "locale_instructions_7": "Buat permintaan tarik", - "locale_instructions_8": "Tunggu permintaan tarik untuk ditinjau dan digabung", - "enter_translation": "Masukkan Terjemahan", - "individual_filters": "Terfilter Sebagian", - "data_limit_reached": "Anda telah meminta terlalu banyak data baru-baru ini dan sedang dalam masa pendinginan hingga {{until}}", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "Dapatkan {{amount}} hati dengan partner", - "challenge_buddy_treat_plural": "Berikan {{amount}} camilan ke partner", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Star Egg", - "egg_1_plural": "1 Star Eggs", - "egg_2": "2 Star Egg", - "egg_2_plural": "2 Star Eggs", - "egg_3": "3 Star Egg", - "egg_3_plural": "3 Star Eggs", - "egg_4": "4 Star Egg", - "egg_4_plural": "4 Star Eggs", - "egg_5": "Legendary Egg", - "egg_5_plural": "Legendary Eggs", - "egg_6": "Mega Egg", - "egg_6_plural": "Mega Eggs", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "Normal", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "Normal", - "form_34": "Serangan", - "form_35": "Pertahanan", - "form_36": "Kecepatan", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "Normal", - "form_46": "Alola", - "form_47": "Normal", - "form_48": "Alola", - "form_49": "Normal", - "form_50": "Alola", - "form_51": "Normal", - "form_52": "Alola", - "form_53": "Normal", - "form_54": "Alola", - "form_55": "Normal", - "form_56": "Alola", - "form_57": "Normal", - "form_58": "Alola", - "form_59": "Normal", - "form_60": "Alola", - "form_61": "Normal", - "form_62": "Alola", - "form_63": "Normal", - "form_64": "Alola", - "form_65": "Normal", - "form_66": "Alola", - "form_67": "Normal", - "form_68": "Alola", - "form_69": "Normal", - "form_70": "Alola", - "form_71": "Normal", - "form_72": "Alola", - "form_73": "Normal", - "form_74": "Alola", - "form_75": "Normal", - "form_76": "Alola", - "form_77": "Normal", - "form_78": "Alola", - "form_79": "Normal", - "form_80": "Alola", - "form_81": "Normal", - "form_82": "Rotom Beku", - "form_83": "Rotom Kipas", - "form_84": "Rotom Pemotong", - "form_85": "Rotom Cuci", - "form_86": "Rotom Panas", - "form_87": "Jubah Tanaman", - "form_88": "Jubah Pasir", - "form_89": "Jubah Sampah", - "form_90": "Bentuk Alter", - "form_91": "Bentuk Origin", - "form_92": "Bentuk Langit", - "form_93": "Bentuk Daratan", - "form_94": "Bentuk Kuncup", - "form_95": "Sunny", - "form_96": "Laut Barat", - "form_97": "Laut Timur", - "form_98": "Laut Barat", - "form_99": "Laut Timur", - "form_100": "Normal", - "form_101": "Petarung", - "form_102": "Terbang", - "form_103": "Racun", - "form_104": "Tanah", - "form_105": "Bebatuan", - "form_106": "Serangga", - "form_107": "Hantu", - "form_108": "Logam", - "form_109": "Api", - "form_110": "Air", - "form_111": "Daun", - "form_112": "Listrik", - "form_113": "Psychic", - "form_114": "Es", - "form_115": "Naga", - "form_116": "Kegelapan", - "form_117": "Peri", - "form_118": "Jubah Tanaman", - "form_119": "Jubah Pasir", - "form_120": "Jubah Sampah", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "Normal", - "form_136": "Wujud Bergaris Merah", - "form_137": "Wujud Bergaris Biru", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "Bentuk Inkarnasi", - "form_141": "Bentuk Therian", - "form_142": "Bentuk Inkarnasi", - "form_143": "Bentuk Therian", - "form_144": "Bentuk Inkarnasi", - "form_145": "Bentuk Therian", - "form_146": "Normal", - "form_147": "Kyurem Hitam", - "form_148": "Kyurem Putih", - "form_149": "Wujud Biasa", - "form_150": "Wujud Determinasi", - "form_151": "Bentuk Aria", - "form_152": "Bentuk Piruet", - "form_157": "Normal", - "form_160": "Normal", - "form_163": "Normal", - "form_166": "Normal", - "form_169": "Normal", - "form_172": "Normal", - "form_175": "Normal", - "form_178": "Normal", - "form_181": "Normal", - "form_184": "Normal", - "form_187": "Normal", - "form_190": "Normal", - "form_193": "Normal", - "form_196": "Normal", - "form_199": "Normal", - "form_202": "Normal", - "form_205": "Normal", - "form_208": "Normal", - "form_211": "Normal", - "form_214": "Normal", - "form_217": "Normal", - "form_224": "Normal", - "form_229": "Normal", - "form_232": "Normal", - "form_235": "Normal", - "form_238": "Normal", - "form_241": "Normal", - "form_244": "Normal", - "form_247": "Normal", - "form_250": "Normal", - "form_253": "Normal", - "form_256": "Normal", - "form_259": "Normal", - "form_262": "Normal", - "form_265": "Normal", - "form_268": "Normal", - "form_271": "Normal", - "form_274": "Normal", - "form_277": "Normal", - "form_280": "Normal", - "form_283": "Normal", - "form_286": "Normal", - "form_289": "Normal", - "form_292": "Normal", - "form_295": "Normal", - "form_298": "Normal", - "form_301": "Normal", - "form_304": "Normal", - "form_307": "Normal", - "form_310": "Normal", - "form_313": "Normal", - "form_316": "Normal", - "form_319": "Normal", - "form_322": "Normal", - "form_585": "Wujud Musim Semi", - "form_586": "Wujud Musim Panas", - "form_587": "Wujud Musim Gugur", - "form_588": "Wujud Musim Dingin", - "form_589": "Wujud Musim Semi", - "form_590": "Wujud Musim Panas", - "form_591": "Wujud Musim Gugur", - "form_592": "Wujud Musim Dingin", - "form_593": "Normal", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "Normal", - "form_599": "Noevolve", - "form_600": "Normal", - "form_601": "Noevolve", - "form_602": "Normal", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "Normal", - "form_613": "Normal", - "form_616": "Normal", - "form_619": "Normal", - "form_622": "Normal", - "form_625": "Normal", - "form_628": "Normal", - "form_631": "Normal", - "form_634": "Normal", - "form_637": "Normal", - "form_640": "Normal", - "form_643": "Normal", - "form_646": "Normal", - "form_649": "Normal", - "form_652": "Normal", - "form_655": "Normal", - "form_658": "Normal", - "form_661": "Normal", - "form_664": "Normal", - "form_667": "Normal", - "form_670": "Normal", - "form_677": "Normal", - "form_680": "Normal", - "form_683": "Normal", - "form_688": "Normal", - "form_691": "Normal", - "form_694": "Normal", - "form_697": "Normal", - "form_700": "Normal", - "form_703": "Normal", - "form_706": "Normal", - "form_713": "Normal", - "form_716": "Normal", - "form_719": "Normal", - "form_722": "Normal", - "form_729": "Normal", - "form_734": "Normal", - "form_737": "Normal", - "form_740": "Normal", - "form_743": "Normal", - "form_746": "Normal", - "form_749": "Normal", - "form_752": "Normal", - "form_755": "Normal", - "form_758": "Normal", - "form_761": "Normal", - "form_764": "Normal", - "form_767": "Normal", - "form_770": "Normal", - "form_773": "Normal", - "form_776": "Normal", - "form_779": "Normal", - "form_782": "Normal", - "form_785": "Normal", - "form_788": "Normal", - "form_791": "Normal", - "form_794": "Normal", - "form_797": "Normal", - "form_800": "Normal", - "form_803": "Normal", - "form_806": "Normal", - "form_809": "Normal", - "form_812": "Normal", - "form_815": "Normal", - "form_818": "Normal", - "form_821": "Normal", - "form_824": "Normal", - "form_827": "Normal", - "form_830": "Normal", - "form_833": "Normal", - "form_836": "Normal", - "form_839": "Normal", - "form_846": "Normal", - "form_849": "Normal", - "form_852": "Normal", - "form_855": "Normal", - "form_858": "Normal", - "form_861": "Normal", - "form_864": "Normal", - "form_867": "Normal", - "form_870": "Normal", - "form_873": "Normal", - "form_876": "Normal", - "form_879": "Normal", - "form_888": "Normal", - "form_891": "Normal", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "Normal", - "form_901": "Vs 2019", - "form_902": "Normal", - "form_905": "Normal", - "form_908": "Normal", - "form_911": "Normal", - "form_914": "Normal", - "form_917": "Normal", - "form_920": "Normal", - "form_923": "Normal", - "form_926": "Normal", - "form_929": "Normal", - "form_932": "Normal", - "form_935": "Normal", - "form_938": "Normal", - "form_941": "Normal", - "form_944": "Galarian", - "form_945": "Normal", - "form_946": "Galarian", - "form_947": "Normal", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "Normal", - "form_956": "Normal", - "form_959": "Normal", - "form_962": "Normal", - "form_965": "Normal", - "form_968": "Normal", - "form_971": "Normal", - "form_974": "Normal", - "form_981": "Normal", - "form_984": "Normal", - "form_987": "Normal", - "form_990": "Normal", - "form_993": "Normal", - "form_996": "Normal", - "form_999": "Normal", - "form_1002": "Normal", - "form_1005": "Normal", - "form_1008": "Normal", - "form_1011": "Normal", - "form_1014": "Normal", - "form_1017": "Normal", - "form_1020": "Normal", - "form_1023": "Normal", - "form_1026": "Normal", - "form_1029": "Normal", - "form_1032": "Normal", - "form_1035": "Normal", - "form_1038": "Normal", - "form_1041": "Normal", - "form_1044": "Normal", - "form_1047": "Normal", - "form_1050": "Normal", - "form_1053": "Normal", - "form_1056": "Normal", - "form_1059": "Normal", - "form_1062": "Normal", - "form_1065": "Normal", - "form_1068": "Normal", - "form_1071": "Normal", - "form_1074": "Normal", - "form_1077": "Normal", - "form_1080": "Normal", - "form_1083": "Normal", - "form_1086": "Normal", - "form_1089": "Normal", - "form_1092": "Normal", - "form_1095": "Normal", - "form_1098": "Normal", - "form_1101": "Normal", - "form_1104": "Normal", - "form_1107": "Normal", - "form_1110": "Normal", - "form_1115": "Normal", - "form_1118": "Normal", - "form_1121": "Normal", - "form_1124": "Normal", - "form_1127": "Normal", - "form_1130": "Normal", - "form_1133": "Normal", - "form_1136": "Normal", - "form_1139": "Normal", - "form_1142": "Normal", - "form_1145": "Normal", - "form_1148": "Normal", - "form_1151": "Normal", - "form_1154": "Normal", - "form_1157": "Normal", - "form_1160": "Normal", - "form_1163": "Normal", - "form_1166": "Normal", - "form_1169": "Normal", - "form_1172": "Normal", - "form_1175": "Normal", - "form_1178": "Normal", - "form_1181": "Normal", - "form_1184": "Normal", - "form_1187": "Normal", - "form_1190": "Normal", - "form_1193": "Normal", - "form_1196": "Normal", - "form_1199": "Normal", - "form_1202": "Normal", - "form_1205": "Normal", - "form_1208": "Normal", - "form_1211": "Normal", - "form_1214": "Normal", - "form_1217": "Normal", - "form_1220": "Normal", - "form_1223": "Normal", - "form_1226": "Normal", - "form_1229": "Normal", - "form_1232": "Normal", - "form_1235": "Normal", - "form_1238": "Normal", - "form_1241": "Normal", - "form_1244": "Normal", - "form_1247": "Normal", - "form_1250": "Normal", - "form_1253": "Normal", - "form_1256": "Normal", - "form_1259": "Normal", - "form_1262": "Normal", - "form_1265": "Normal", - "form_1268": "Normal", - "form_1271": "Normal", - "form_1274": "Normal", - "form_1277": "Normal", - "form_1280": "Normal", - "form_1283": "Normal", - "form_1286": "Normal", - "form_1289": "Normal", - "form_1292": "Normal", - "form_1295": "Normal", - "form_1298": "Normal", - "form_1301": "Normal", - "form_1304": "Normal", - "form_1307": "Normal", - "form_1310": "Normal", - "form_1313": "Normal", - "form_1316": "Normal", - "form_1319": "Normal", - "form_1322": "Normal", - "form_1325": "Normal", - "form_1328": "Normal", - "form_1331": "Normal", - "form_1334": "Normal", - "form_1337": "Normal", - "form_1340": "Normal", - "form_1343": "Normal", - "form_1346": "Normal", - "form_1349": "Normal", - "form_1352": "Normal", - "form_1355": "Normal", - "form_1358": "Normal", - "form_1361": "Normal", - "form_1364": "Normal", - "form_1367": "Normal", - "form_1370": "Normal", - "form_1379": "Normal", - "form_1382": "Normal", - "form_1385": "Normal", - "form_1388": "Normal", - "form_1391": "Normal", - "form_1394": "Normal", - "form_1397": "Normal", - "form_1400": "Normal", - "form_1403": "Normal", - "form_1406": "Normal", - "form_1409": "Normal", - "form_1412": "Normal", - "form_1415": "Normal", - "form_1418": "Normal", - "form_1421": "Normal", - "form_1424": "Normal", - "form_1427": "Normal", - "form_1430": "Normal", - "form_1433": "Normal", - "form_1436": "Normal", - "form_1439": "Normal", - "form_1442": "Normal", - "form_1445": "Normal", - "form_1448": "Normal", - "form_1451": "Normal", - "form_1454": "Normal", - "form_1457": "Normal", - "form_1460": "Normal", - "form_1463": "Normal", - "form_1466": "Normal", - "form_1469": "Normal", - "form_1472": "Normal", - "form_1475": "Normal", - "form_1478": "Normal", - "form_1481": "Normal", - "form_1484": "Normal", - "form_1487": "Normal", - "form_1490": "Normal", - "form_1493": "Normal", - "form_1496": "Normal", - "form_1499": "Normal", - "form_1502": "Normal", - "form_1505": "Normal", - "form_1508": "Normal", - "form_1511": "Normal", - "form_1514": "Normal", - "form_1517": "Normal", - "form_1520": "Normal", - "form_1523": "Normal", - "form_1526": "Normal", - "form_1529": "Normal", - "form_1532": "Normal", - "form_1535": "Normal", - "form_1538": "Normal", - "form_1541": "Normal", - "form_1544": "Normal", - "form_1547": "Normal", - "form_1550": "Normal", - "form_1553": "Normal", - "form_1556": "Normal", - "form_1559": "Normal", - "form_1562": "Normal", - "form_1565": "Normal", - "form_1568": "Normal", - "form_1571": "Normal", - "form_1574": "Normal", - "form_1577": "Normal", - "form_1580": "Normal", - "form_1583": "Normal", - "form_1586": "Normal", - "form_1589": "Normal", - "form_1592": "Normal", - "form_1595": "Normal", - "form_1598": "Normal", - "form_1601": "Normal", - "form_1604": "Normal", - "form_1607": "Normal", - "form_1610": "Normal", - "form_1613": "Normal", - "form_1616": "Normal", - "form_1619": "Normal", - "form_1622": "Normal", - "form_1625": "Normal", - "form_1628": "Normal", - "form_1631": "Normal", - "form_1634": "Normal", - "form_1637": "Normal", - "form_1640": "Normal", - "form_1643": "Normal", - "form_1646": "Normal", - "form_1649": "Normal", - "form_1652": "Normal", - "form_1655": "Normal", - "form_1658": "Normal", - "form_1661": "Normal", - "form_1664": "Normal", - "form_1667": "Normal", - "form_1670": "Normal", - "form_1673": "Normal", - "form_1676": "Normal", - "form_1679": "Normal", - "form_1682": "Normal", - "form_1685": "Normal", - "form_1688": "Normal", - "form_1691": "Normal", - "form_1694": "Normal", - "form_1697": "Normal", - "form_1700": "Normal", - "form_1703": "Normal", - "form_1706": "Normal", - "form_1709": "Normal", - "form_1712": "Normal", - "form_1715": "Normal", - "form_1718": "Normal", - "form_1721": "Normal", - "form_1724": "Normal", - "form_1727": "Normal", - "form_1730": "Normal", - "form_1733": "Normal", - "form_1736": "Normal", - "form_1739": "Normal", - "form_1742": "Normal", - "form_1745": "Normal", - "form_1748": "Normal", - "form_1751": "Normal", - "form_1754": "Normal", - "form_1757": "Normal", - "form_1760": "Normal", - "form_1763": "Normal", - "form_1766": "Normal", - "form_1769": "Normal", - "form_1772": "Normal", - "form_1775": "Normal", - "form_1778": "Normal", - "form_1781": "Normal", - "form_1784": "Normal", - "form_1787": "Normal", - "form_1790": "Normal", - "form_1793": "Normal", - "form_1796": "Normal", - "form_1799": "Normal", - "form_1802": "Normal", - "form_1805": "Normal", - "form_1808": "Normal", - "form_1811": "Normal", - "form_1814": "Normal", - "form_1817": "Normal", - "form_1820": "Normal", - "form_1823": "Normal", - "form_1826": "Normal", - "form_1829": "Normal", - "form_1832": "Normal", - "form_1835": "Normal", - "form_1838": "Normal", - "form_1841": "Normal", - "form_1844": "Normal", - "form_1847": "Normal", - "form_1850": "Normal", - "form_1853": "Normal", - "form_1856": "Normal", - "form_1859": "Normal", - "form_1862": "Normal", - "form_1865": "Normal", - "form_1868": "Normal", - "form_1871": "Normal", - "form_1874": "Normal", - "form_1877": "Normal", - "form_1880": "Normal", - "form_1883": "Normal", - "form_1886": "Normal", - "form_1889": "Normal", - "form_1892": "Normal", - "form_1895": "Normal", - "form_1898": "Normal", - "form_1901": "Normal", - "form_1904": "Normal", - "form_1907": "Normal", - "form_1910": "Normal", - "form_1913": "Normal", - "form_1916": "Normal", - "form_1919": "Normal", - "form_1922": "Normal", - "form_1925": "Normal", - "form_1928": "Normal", - "form_1931": "Normal", - "form_1934": "Normal", - "form_1937": "Normal", - "form_1940": "Normal", - "form_1943": "Normal", - "form_1946": "Normal", - "form_1949": "Normal", - "form_1952": "Normal", - "form_1955": "Normal", - "form_1958": "Normal", - "form_1961": "Normal", - "form_1964": "Normal", - "form_1967": "Normal", - "form_1970": "Normal", - "form_1973": "Normal", - "form_1976": "Normal", - "form_1979": "Normal", - "form_1982": "Normal", - "form_1985": "Normal", - "form_1988": "Normal", - "form_1991": "Normal", - "form_1994": "Normal", - "form_1997": "Normal", - "form_2000": "Normal", - "form_2003": "Normal", - "form_2006": "Normal", - "form_2009": "Normal", - "form_2012": "Normal", - "form_2015": "Normal", - "form_2018": "Normal", - "form_2021": "Normal", - "form_2024": "Normal", - "form_2027": "Normal", - "form_2030": "Normal", - "form_2033": "Normal", - "form_2036": "Normal", - "form_2039": "Normal", - "form_2042": "Normal", - "form_2045": "Normal", - "form_2048": "Normal", - "form_2051": "Normal", - "form_2054": "Normal", - "form_2057": "Normal", - "form_2060": "Normal", - "form_2063": "Normal", - "form_2066": "Normal", - "form_2069": "Normal", - "form_2072": "Normal", - "form_2075": "Normal", - "form_2078": "Normal", - "form_2081": "Normal", - "form_2084": "Normal", - "form_2087": "Normal", - "form_2090": "Normal", - "form_2093": "Normal", - "form_2096": "Normal", - "form_2099": "Normal", - "form_2102": "Normal", - "form_2105": "Normal", - "form_2108": "Normal", - "form_2111": "Normal", - "form_2114": "Normal", - "form_2117": "Normal", - "form_2120": "Normal", - "form_2123": "Normal", - "form_2126": "Normal", - "form_2129": "Normal", - "form_2132": "Normal", - "form_2135": "Normal", - "form_2138": "Normal", - "form_2141": "Normal", - "form_2144": "Normal", - "form_2147": "Normal", - "form_2150": "Normal", - "form_2153": "Normal", - "form_2156": "Normal", - "form_2159": "Normal", - "form_2162": "Normal", - "form_2165": "Normal", - "form_2168": "Normal", - "form_2171": "Normal", - "form_2174": "Normal", - "form_2177": "Normal", - "form_2180": "Normal", - "form_2183": "Normal", - "form_2186": "Normal", - "form_2189": "Normal", - "form_2192": "Normal", - "form_2195": "Normal", - "form_2198": "Normal", - "form_2201": "Normal", - "form_2204": "Normal", - "form_2207": "Normal", - "form_2210": "Normal", - "form_2213": "Normal", - "form_2216": "Normal", - "form_2219": "Normal", - "form_2222": "Normal", - "form_2225": "Normal", - "form_2228": "Normal", - "form_2231": "Normal", - "form_2234": "Normal", - "form_2237": "Normal", - "form_2240": "Normal", - "form_2243": "Normal", - "form_2246": "Normal", - "form_2249": "Normal", - "form_2252": "Normal", - "form_2255": "Normal", - "form_2258": "Normal", - "form_2261": "Normal", - "form_2264": "Normal", - "form_2267": "Normal", - "form_2270": "Normal", - "form_2273": "Normal", - "form_2276": "Normal", - "form_2279": "Normal", - "form_2282": "Normal", - "form_2285": "Normal", - "form_2288": "Normal", - "form_2291": "Normal", - "form_2294": "Normal", - "form_2297": "Normal", - "form_2300": "Normal", - "form_2303": "Normal", - "form_2306": "Normal", - "form_2309": "Normal", - "form_2312": "Normal", - "form_2315": "Normal", - "form_2318": "Normal", - "form_2321": "Normal", - "form_2324": "Normal", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "Wujud Betina", - "form_2331": "Wujud Betina", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "Wujud Tanpa Semangat", - "form_2464": "Wujud Semangat Tinggi", - "form_2477": "Bentuk Imitasi", - "form_2478": "Bentuk Antik Asli", - "form_2480": "Bentuk Imitasi", - "form_2481": "Bentuk Antik Asli", - "form_2501": "Normal", - "form_2504": "Normal", - "form_2507": "Normal", - "form_2510": "Normal", - "form_2513": "Normal", - "form_2516": "Normal", - "form_2540": "Ice Face", - "form_2541": "No Ice Face", - "form_2542": "Wujud Jantan", - "form_2543": "Wujud Betina", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "Raja Pedang", - "form_2577": "Pahlawan di Banyak Pertarungan", - "form_2578": "Raja Perisai", - "form_2579": "Pahlawan di Banyak Pertarungan", - "form_2580": "Eternamax", - "form_2581": "Normal", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "Normal", - "form_2588": "Wujud Betina", - "form_2589": "Normal", - "form_2590": "Wujud Betina", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "Wujud Matahari", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "Gaya Baile", - "form_2680": "Gaya Pom-Pom", - "form_2681": "Gaya Pa'u", - "form_2683": "Gaya Sensu", - "form_2684": "Wujud Tengah Hari", - "form_2685": "Wujud Tengah Malam", - "form_2686": "Wujud Senja", - "form_2687": "Wujud Sendirian", - "form_2688": "Wujud Menggerombol", - "form_2689": "Normal", - "form_2690": "Serangga", - "form_2691": "Kegelapan", - "form_2692": "Naga", - "form_2693": "Listrik", - "form_2694": "Peri", - "form_2695": "Petarung", - "form_2696": "Api", - "form_2697": "Terbang", - "form_2698": "Hantu", - "form_2699": "Daun", - "form_2700": "Tanah", - "form_2701": "Es", - "form_2702": "Racun", - "form_2703": "Psychic", - "form_2704": "Bebatuan", - "form_2705": "Logam", - "form_2706": "Air", - "form_2707": "Meteor Blue", - "form_2708": "Bulu Biru", - "form_2709": "Bulu Hijau", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "Bulu Kuning", - "form_2715": "Wujud Ketahuan", - "form_2716": "Wujud Samaran", - "form_2717": "Normal", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "Normal", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "Normal", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "Wujud Senja", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "Wujud Matahari", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "Wujud Matahari", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "Bentuk Inkarnasi", - "form_2803": "Bentuk Therian", - "form_2804": "Wujud Bergaris Putih", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "Normal", - "form_2808": "Wujud Betina", - "form_2809": "Normal", - "form_2810": "Normal", - "form_2811": "Normal", - "form_2812": "Normal", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "Normal", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "Bentuk Origin", - "form_2830": "Bentuk Origin", - "form_2831": "Normal", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "Normal", - "form_2982": "Wujud Betina", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Bulu Hijau", - "form_2986": "Bulu Biru", - "form_2987": "Bulu Kuning", - "form_2988": "White", - "form_2989": "Bentuk Naif", - "form_2990": "Pahlawan di Banyak Pertarungan", - "form_2991": "Wujud Bengkok", - "form_2992": "Wujud Merunduk", - "form_2993": "Wujud Merenggang", - "form_2994": "Bentuk Dua Segmen", - "form_2995": "Bentuk Tiga Segmen", - "form_2996": "Postur Sempurna", - "form_2997": "Mode Optimum", - "form_2998": "Normal", - "form_3000": "Normal", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "Jantan", - "gender_2": "Betina", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "Alola", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "Blanche", - "grunt_2": "Candela", - "grunt_3": "Spark", - "grunt_4": "Bawahan (Jantan)", - "grunt_5": "Bawahan (Betina)", - "grunt_6": "Serangga - Bawahan (Betina)", - "grunt_7": "Serangga - Bawahan (Jantan)", - "grunt_8": "Bawahan (Betina)", - "grunt_9": "Bawahan (Jantan)", - "grunt_10": "Kegelapan - Bawahan (Betina)", - "grunt_11": "Kegelapan - Bawahan (Jantan)", - "grunt_12": "Naga - Bawahan (Betina)", - "grunt_13": "Naga - Bawahan (Jantan)", - "grunt_14": "Peri - Bawahan (Betina)", - "grunt_15": "Peri - Bawahan (Jantan)", - "grunt_16": "Petarung - Bawahan (Betina)", - "grunt_17": "Petarung - Bawahan (Jantan)", - "grunt_18": "Api - Bawahan (Betina)", - "grunt_19": "Api - Bawahan (Jantan)", - "grunt_20": "Terbang - Bawahan (Betina)", - "grunt_21": "Terbang - Bawahan (Jantan)", - "grunt_22": "Daun - Bawahan (Betina)", - "grunt_23": "Daun - Bawahan (Jantan)", - "grunt_24": "Tanah - Bawahan (Betina)", - "grunt_25": "Tanah - Bawahan (Jantan)", - "grunt_26": "Es - Bawahan (Betina)", - "grunt_27": "Es - Bawahan (Jantan)", - "grunt_28": "Logam - Bawahan (Betina)", - "grunt_29": "Logam - Bawahan (Jantan)", - "grunt_30": "Normal - Bawahan (Betina)", - "grunt_31": "Normal - Bawahan (Jantan)", - "grunt_32": "Racun - Bawahan (Betina)", - "grunt_33": "Racun - Bawahan (Jantan)", - "grunt_34": "Psychic - Bawahan (Betina)", - "grunt_35": "Psychic - Bawahan (Jantan)", - "grunt_36": "Bebatuan - Bawahan (Betina)", - "grunt_37": "Bebatuan - Bawahan (Jantan)", - "grunt_38": "Air - Bawahan (Betina)", - "grunt_39": "Air - Bawahan (Jantan)", - "grunt_40": "Player Team Leader", - "grunt_41": "Pemimpin Cliff", - "grunt_42": "Pemimpin Arlo", - "grunt_43": "Pemimpin Sierra", - "grunt_44": "Giovanni", - "grunt_45": "Umpan Bawahan (Jantan)", - "grunt_46": "Umpan Bawahan (Betina)", - "grunt_47": "Hantu - Bawahan (Betina)", - "grunt_48": "Hantu - Bawahan (Jantan)", - "grunt_49": "Listrik - Bawahan (Betina)", - "grunt_50": "Listrik - Bawahan (Jantan)", - "grunt_51": "Bawahan (Betina)", - "grunt_52": "Bawahan (Jantan)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "Serangga - Bawahan (Betina)", - "grunt_56": "Serangga - Bawahan (Jantan)", - "grunt_57": "Kegelapan - Bawahan (Betina)", - "grunt_58": "Kegelapan - Bawahan (Jantan)", - "grunt_59": "Naga - Bawahan (Betina)", - "grunt_60": "Naga - Bawahan (Jantan)", - "grunt_61": "Peri - Bawahan (Betina)", - "grunt_62": "Peri - Bawahan (Jantan)", - "grunt_63": "Petarung - Bawahan (Betina)", - "grunt_64": "Petarung - Bawahan (Jantan)", - "grunt_65": "Api - Bawahan (Betina)", - "grunt_66": "Api - Bawahan (Jantan)", - "grunt_67": "Terbang - Bawahan (Betina)", - "grunt_68": "Terbang - Bawahan (Jantan)", - "grunt_69": "Daun - Bawahan (Betina)", - "grunt_70": "Daun - Bawahan (Jantan)", - "grunt_71": "Tanah - Bawahan (Betina)", - "grunt_72": "Tanah - Bawahan (Jantan)", - "grunt_73": "Es - Bawahan (Betina)", - "grunt_74": "Es - Bawahan (Jantan)", - "grunt_75": "Bawahan (Betina)", - "grunt_76": "Bawahan (Jantan)", - "grunt_77": "Normal - Bawahan (Betina)", - "grunt_78": "Normal - Bawahan (Jantan)", - "grunt_79": "Racun - Bawahan (Betina)", - "grunt_80": "Racun - Bawahan (Jantan)", - "grunt_81": "Psychic - Bawahan (Betina)", - "grunt_82": "Psychic - Bawahan (Jantan)", - "grunt_83": "Bebatuan - Bawahan (Betina)", - "grunt_84": "Bebatuan - Bawahan (Jantan)", - "grunt_85": "Air - Bawahan (Betina)", - "grunt_86": "Air - Bawahan (Jantan)", - "grunt_87": "Hantu - Bawahan (Betina)", - "grunt_88": "Hantu - Bawahan (Jantan)", - "grunt_89": "Listrik - Bawahan (Betina)", - "grunt_90": "Listrik - Bawahan (Jantan)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Pelatih yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Pelatih yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "Tidak ada", - "grunt_a_1": "Blanche", - "grunt_a_2": "Candela", - "grunt_a_3": "Spark", - "grunt_a_4": "Bawahan ♂", - "grunt_a_5": "Bawahan ♀", - "grunt_a_6": "Serangga ♀", - "grunt_a_7": "Serangga ♂", - "grunt_a_8": "Bawahan ♀", - "grunt_a_9": "Bawahan ♂", - "grunt_a_10": "Kegelapan ♀", - "grunt_a_11": "Kegelapan ♂", - "grunt_a_12": "Naga ♀", - "grunt_a_13": "Naga ♂", - "grunt_a_14": "Peri ♀", - "grunt_a_15": "Peri ♂", - "grunt_a_16": "Petarung ♀", - "grunt_a_17": "Petarung ♂", - "grunt_a_18": "Api ♀", - "grunt_a_19": "Api ♂", - "grunt_a_20": "Terbang ♀", - "grunt_a_21": "Terbang ♂", - "grunt_a_22": "Daun ♀", - "grunt_a_23": "Daun ♂", - "grunt_a_24": "Tanah ♀", - "grunt_a_25": "Tanah ♂", - "grunt_a_26": "Es ♀", - "grunt_a_27": "Es ♂", - "grunt_a_28": "Logam ♀", - "grunt_a_29": "Logam ♂", - "grunt_a_30": "Normal ♀", - "grunt_a_31": "Normal ♂", - "grunt_a_32": "Racun ♀", - "grunt_a_33": "Racun ♂", - "grunt_a_34": "Psychic ♀", - "grunt_a_35": "Psychic ♂", - "grunt_a_36": "Bebatuan ♀", - "grunt_a_37": "Bebatuan ♂", - "grunt_a_38": "Air ♀", - "grunt_a_39": "Air ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "Pemimpin Cliff", - "grunt_a_42": "Pemimpin Arlo", - "grunt_a_43": "Pemimpin Sierra", - "grunt_a_44": "Giovanni", - "grunt_a_45": "Umpan Bawahan ♂", - "grunt_a_46": "Umpan Bawahan ♀", - "grunt_a_47": "Hantu ♀", - "grunt_a_48": "Hantu ♂", - "grunt_a_49": "Listrik ♀", - "grunt_a_50": "Listrik ♂", - "grunt_a_51": "Bawahan ♀", - "grunt_a_52": "Bawahan ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "Serangga ♀", - "grunt_a_56": "Serangga ♂", - "grunt_a_57": "Kegelapan ♀", - "grunt_a_58": "Kegelapan ♂", - "grunt_a_59": "Naga ♀", - "grunt_a_60": "Naga ♂", - "grunt_a_61": "Peri ♀", - "grunt_a_62": "Peri ♂", - "grunt_a_63": "Petarung ♀", - "grunt_a_64": "Petarung ♂", - "grunt_a_65": "Api ♀", - "grunt_a_66": "Api ♂", - "grunt_a_67": "Terbang ♀", - "grunt_a_68": "Terbang ♂", - "grunt_a_69": "Daun ♀", - "grunt_a_70": "Daun ♂", - "grunt_a_71": "Tanah ♀", - "grunt_a_72": "Tanah ♂", - "grunt_a_73": "Es ♀", - "grunt_a_74": "Es ♂", - "grunt_a_75": "Bawahan ♀", - "grunt_a_76": "Bawahan ♂", - "grunt_a_77": "Normal ♀", - "grunt_a_78": "Normal ♂", - "grunt_a_79": "Racun ♀", - "grunt_a_80": "Racun ♂", - "grunt_a_81": "Psychic ♀", - "grunt_a_82": "Psychic ♂", - "grunt_a_83": "Bebatuan ♀", - "grunt_a_84": "Bebatuan ♂", - "grunt_a_85": "Air ♀", - "grunt_a_86": "Air ♂", - "grunt_a_87": "Hantu ♀", - "grunt_a_88": "Hantu ♂", - "grunt_a_89": "Listrik ♀", - "grunt_a_90": "Listrik ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Pelatih yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Pelatih yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "Tidak diketahui", - "item_1": "Bola Pokémon", - "item_2": "Bola Great", - "item_3": "Bola Ultra", - "item_4": "Bola Master", - "item_5": "Bola Premier", - "item_6": "Bola Beast", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "Obat Luka", - "item_102": "Obat Luka Super", - "item_103": "Obat Luka Hiper", - "item_104": "Obat Luka Maksimum", - "item_201": "Serpihan Pembangkit", - "item_202": "Bongkahan Pembangkit", - "item_301": "Telur Kebahagiaan", - "item_401": "Pewangi", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "Kotak Misterius", - "item_406": "Pewangi Harian", - "item_407": "Kotak Koin", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "Modul Umpan", - "item_502": "Modul Umpan Glasial", - "item_503": "Modul Umpan Lumut", - "item_504": "Modul Umpan Magnet", - "item_505": "Modul Umpan Hujan", - "item_506": "Modul Umpan Keemasan", - "item_602": "X Attack", - "item_603": "X Defense", - "item_604": "TAK TERDEFINISI", - "item_650": "Sel Zygarde", - "item_651": "Zygarde Cube", - "item_701": "Beri Razz", - "item_702": "Beri Bluk", - "item_703": "Beri Nanab", - "item_704": "Beri Wepear", - "item_705": "Beri Pinap", - "item_706": "Beri Razz Emas", - "item_707": "Golden Nanab Berry", - "item_708": "Beri Pinap Perak", - "item_709": "Poffin", - "item_801": "Kamera", - "item_802": "Stiker", - "item_803": "Buku Kartu Pos", - "item_901": "Mesin Penetas ∞", - "item_902": "Mesin Penetas Telur", - "item_903": "Mesin Penetas Super", - "item_1001": "Penyimpanan Pokémon", - "item_1002": "Tas Item", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "Batu Mentari", - "item_1102": "Simbol Penguasa", - "item_1103": "Metal Coat", - "item_1104": "Sisik Naga", - "item_1105": "Up-Grade", - "item_1106": "Batu Sinnoh", - "item_1107": "Batu Unova", - "item_1150": "Koin Gimmighoul", - "item_1201": "MJ Cepat", - "item_1202": "MJ Super", - "item_1203": "MJ Cepat Elite", - "item_1204": "MJ Super Elite", - "item_1250": "Meteorit", - "item_1301": "Permen Langka", - "item_1302": "Permen Langka XL", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "Tiket Raid", - "item_1402": "Tiket Pertarungan Premium", - "item_1404": "Serpihan Bintang", - "item_1405": "Hadiah", - "item_1406": "Tim Medallion", - "item_1408": "Tiket Raid Jarak Jauh", - "item_1409": "S Raid Ticket", - "item_1501": "Komponen Misterius", - "item_1502": "Radar Roket", - "item_1503": "Radar Roket Super", - "item_1504": "Serpihan Bayangan", - "item_1505": "Permata Purifikasi", - "item_1506": "Partikel Max", - "item_1507": "Paket Partikel Max", - "item_1600": "Tiket", - "item_1601": "Tiket", - "item_1602": "Tiket", - "item_1603": "Tiket", - "item_1604": "Tiket Ekstra", - "item_1605": "Tiket Ekstra", - "item_1606": "Tiket Penelitian Berwaktu GO Battle League", - "item_1607": "Tiket", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Tiket Safari: Seoul", - "item_1611": "Tiket Safari: Barcelona", - "item_1612": "Tiket Safari: Kota Meksiko", - "item_1613": "Tiket Safari: Tainan", - "item_1614": "Ticket City Safari 04", - "item_1615": "Tiket", - "item_1616": "Tiket", - "item_1617": "Tiket", - "item_1618": "Tiket", - "item_1619": "Tiket", - "item_1620": "Tiket", - "item_1621": "Tiket", - "item_1622": "Tiket", - "item_1623": "Tiket", - "item_1624": "Tiket", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "Normal", - "lure_502": "Glasial", - "lure_503": "Lumut", - "lure_504": "Magnet", - "lure_505": "Hujan", - "lure_506": "Keemasan", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "Tidak diketahui", - "move_1": "Sengatan Listrik", - "move_2": "Serangan Cepat", - "move_3": "Mencakar", - "move_4": "Bara Api", - "move_5": "Cambuk Jalar", - "move_6": "Serudukan", - "move_7": "Daun Pemotong", - "move_8": "Menerjang", - "move_9": "Pistol Air", - "move_10": "Menggigit", - "move_11": "Tumbuk", - "move_12": "Tamparan Ganda", - "move_13": "Membelit", - "move_14": "Sinar Hiper", - "move_15": "Menjilat", - "move_16": "Aura Kegelapan", - "move_17": "Smog", - "move_18": "Serangan Limbah", - "move_19": "Metal Claw", - "move_20": "Capitan Keras", - "move_21": "Roda Api", - "move_22": "Megahorn", - "move_23": "Hantaman Sayap", - "move_24": "Semburan Api", - "move_25": "Pukulan Mendadak", - "move_26": "Menggali", - "move_27": "Tendangan Rendah", - "move_28": "Tebasan Silang", - "move_29": "Psikokinesis Pemotong", - "move_30": "Sinar Psikedelik", - "move_31": "Gempa", - "move_32": "Stone Edge", - "move_33": "Pukulan Pembeku", - "move_34": "Heart Stamp", - "move_35": "Pelepasan Listrik", - "move_36": "Luster Cannon", - "move_37": "Mematuk", - "move_38": "Patukan Bor", - "move_39": "Sinar Pembeku", - "move_40": "Badai Salju", - "move_41": "Sayatan Udara", - "move_42": "Angin Panas", - "move_43": "Double Needle", - "move_44": "Tusukan Beracun", - "move_45": "Jungkiran Walet", - "move_46": "Drill Liner", - "move_47": "Badai Bunga", - "move_48": "Mega Drain", - "move_49": "Dengungan Serangga", - "move_50": "Taring Toksik", - "move_51": "Main Tebas", - "move_52": "Menyayat", - "move_53": "Sinar Gelembung", - "move_54": "Putaran Menyiksa", - "move_55": "Tebasan Karate", - "move_56": "Low Kick", - "move_57": "Aqua Jet", - "move_58": "Aqua Tail", - "move_59": "Bom Benih", - "move_60": "Psyshock", - "move_61": "Lemparan Batu", - "move_62": "Kekuatan Primitif", - "move_63": "Segel Batu", - "move_64": "Longsoran Batu", - "move_65": "Power Gem", - "move_66": "Bayangan Menyelinap", - "move_67": "Pukulan Bayangan", - "move_68": "Shadow Claw", - "move_69": "Angin Mencurigakan", - "move_70": "Shadow Ball", - "move_71": "Pukulan Peluru", - "move_72": "Magnet Bomb", - "move_73": "Sayap Baja", - "move_74": "Iron Head", - "move_75": "Parabolic Charge", - "move_76": "Spark", - "move_77": "Pukulan Guntur", - "move_78": "Guntur", - "move_79": "Ledakan Listrik", - "move_80": "Angin Puyuh", - "move_81": "Napas Naga", - "move_82": "Aura Naga", - "move_83": "Dragon Claw", - "move_84": "Charm Voice", - "move_85": "Ciuman Penyerap", - "move_86": "Magical Shine", - "move_87": "Moon Force", - "move_88": "Main Kasar", - "move_89": "Cross Poison", - "move_90": "Bom Limbah", - "move_91": "Gelombang Limbah", - "move_92": "Tembakan Debu", - "move_93": "Mud Shot", - "move_94": "Gada Tulang", - "move_95": "Meratakan", - "move_96": "Bom Lumpur", - "move_97": "Sabetan Beruntun", - "move_98": "Gigitan Serangga", - "move_99": "Signal Beam", - "move_100": "Gunting-X", - "move_101": "Muatan Api", - "move_102": "Letusan Api", - "move_103": "Ledakan Api Besar", - "move_104": "Air Garam", - "move_105": "Aura Air", - "move_106": "Air Panas", - "move_107": "Pompa Air", - "move_108": "Psikis", - "move_109": "Psycho Break", - "move_110": "Beling Es", - "move_111": "Angin Dingin", - "move_112": "Napas Es", - "move_113": "Menyerap", - "move_114": "Giga Drain", - "move_115": "Pukulan Api", - "move_116": "Solar Beam", - "move_117": "Leaf Blade", - "move_118": "Power Whip", - "move_119": "Melompat", - "move_120": "Cairan Pelarut", - "move_121": "Udara Pemotong", - "move_122": "Badai Angin", - "move_123": "Memecahkan Bata", - "move_124": "Potongan Iai", - "move_125": "Speed Star", - "move_126": "Tusukan Tanduk", - "move_127": "Entakan Kaki", - "move_128": "Tandukan Kepala", - "move_129": "Gigi Mematikan", - "move_130": "Membanting", - "move_131": "Menindih", - "move_132": "Tidur", - "move_133": "Meronta", - "move_134": "Air Panas", - "move_135": "Pompa Air", - "move_136": "Membelit", - "move_137": "Membelit", - "move_200": "Sabetan Beruntun", - "move_201": "Gigitan Serangga", - "move_202": "Menggigit", - "move_203": "Pukulan Mendadak", - "move_204": "Napas Naga", - "move_205": "Sengatan Listrik", - "move_206": "Spark", - "move_207": "Tendangan Rendah", - "move_208": "Tebasan Karate", - "move_209": "Bara Api", - "move_210": "Hantaman Sayap", - "move_211": "Mematuk", - "move_212": "Menjilat", - "move_213": "Shadow Claw", - "move_214": "Cambuk Jalar", - "move_215": "Daun Pemotong", - "move_216": "Mud Shot", - "move_217": "Beling Es", - "move_218": "Napas Es", - "move_219": "Serangan Cepat", - "move_220": "Mencakar", - "move_221": "Serudukan", - "move_222": "Tumbuk", - "move_223": "Potongan Iai", - "move_224": "Tusukan Beracun", - "move_225": "Cairan Pelarut", - "move_226": "Psikokinesis Pemotong", - "move_227": "Lemparan Batu", - "move_228": "Metal Claw", - "move_229": "Pukulan Peluru", - "move_230": "Pistol Air", - "move_231": "Melompat", - "move_232": "Pistol Air", - "move_233": "Semprotan Lumpur", - "move_234": "Sundulan Spiritual", - "move_235": "Psikokinesis", - "move_236": "Jarum Beracun", - "move_237": "Gelembung", - "move_238": "Serangan Tipuan", - "move_239": "Sayap Baja", - "move_240": "Taring Api", - "move_241": "Memecah Batu", - "move_242": "Transformasi", - "move_243": "Serangan Balik", - "move_244": "Bubuk Salju", - "move_245": "Infight", - "move_246": "Pukulan Peledak", - "move_247": "Bola Tenaga Dalam", - "move_248": "Aurora Beam", - "move_249": "Charge Beam", - "move_250": "Volt Change", - "move_251": "Wild Volt", - "move_252": "Meriam Elektromagnetik", - "move_253": "Dragon Tail", - "move_254": "Longsoran Salju", - "move_255": "Sayatan Udara", - "move_256": "Brave Bird", - "move_257": "Serangan Langit", - "move_258": "Neraka Pasir", - "move_259": "Rock Blast", - "move_260": "Membayangi", - "move_261": "Perlawanan Serangga", - "move_262": "Angin Perak", - "move_263": "Mengejutkan", - "move_264": "Mata Kutukan", - "move_265": "Bayangan Malam", - "move_266": "Iron Tail", - "move_267": "Gyro Ball", - "move_268": "Heavy Bomber", - "move_269": "Pusaran Api", - "move_270": "Overheat", - "move_271": "Peluru Biji", - "move_272": "Ikatan Rumput", - "move_273": "Energy Ball", - "move_274": "Kekuatan Gaib", - "move_275": "Penglihatan Masa Depan", - "move_276": "Mirror Coat", - "move_277": "Kemarahan Tak Terkendali", - "move_278": "Menggeram", - "move_279": "Mengunyah", - "move_280": "Main Curang", - "move_281": "Kekuatan yang Bangkit", - "move_282": "Menerjang", - "move_283": "Melawan Arus", - "move_284": "Berselancar", - "move_285": "Meteor Naga", - "move_286": "Harapan Pemusnah", - "move_287": "Menguap", - "move_288": "Psycho Boost", - "move_289": "Aura Asal Mula", - "move_290": "Pedang Jurang", - "move_291": "Hadiah", - "move_292": "Weather Ball", - "move_293": "Weather Ball", - "move_294": "Weather Ball", - "move_295": "Weather Ball", - "move_296": "Hard Plant", - "move_297": "Tembak Jatuh", - "move_298": "Blast Burn", - "move_299": "Hydro Cannon", - "move_300": "Jurus Andalan", - "move_301": "Comet Punch", - "move_302": "Tandukan Kepala Roket", - "move_303": "Semprotan Asam", - "move_304": "Kekuatan Daratan", - "move_305": "Crabhammer", - "move_306": "Terjangan", - "move_307": "Break Claw", - "move_308": "Octazooka", - "move_309": "Mirror Shot", - "move_310": "Kekuatan Super", - "move_311": "Jarum Maut", - "move_312": "Tornado Daun", - "move_313": "Mengisap Darah", - "move_314": "Drain Punch", - "move_315": "Shadow Bone", - "move_316": "Arus Berlumpur", - "move_317": "Blaze Kick", - "move_318": "Pedang Cangkang", - "move_319": "Pukulan Penambah Kekuatan", - "move_320": "Bermanja-manja", - "move_321": "Giga Impact", - "move_322": "Melampiaskan Kemarahan", - "move_323": "Membalas Budi", - "move_324": "Synchronoise", - "move_325": "Lock-On", - "move_326": "Taring Petir", - "move_327": "Taring Es", - "move_328": "Bor Tanduk", - "move_329": "Retakan Tanah", - "move_330": "Pedang Suci", - "move_331": "Flying Press", - "move_332": "Bola Aura", - "move_333": "Menyerang Balik", - "move_334": "Meriam Batu", - "move_335": "Aeroblast", - "move_336": "Techno Buster", - "move_337": "Techno Buster", - "move_338": "Techno Buster", - "move_339": "Techno Buster", - "move_340": "Techno Buster", - "move_341": "Terbang", - "move_342": "V Generate", - "move_343": "Leaf Storm", - "move_344": "Tri Attack", - "move_345": "Embusan Angin", - "move_346": "Membakar Habis", - "move_347": "Dark Void", - "move_348": "Tarian Bulu", - "move_349": "Fiery Dance", - "move_350": "Angin Peri", - "move_351": "Relic Song", - "move_352": "Weather Ball", - "move_353": "Psychic Fang", - "move_354": "Terjangan Hiperdimensi", - "move_355": "Lubang Hiperdimensi", - "move_356": "Tendangan Ganda", - "move_357": "Magical Leaf", - "move_358": "Api Suci", - "move_359": "Jarum Pilar Es", - "move_360": "Aeroblast", - "move_361": "Aeroblast++", - "move_362": "Api Suci+", - "move_363": "Api Suci++", - "move_364": "Akrobat", - "move_365": "Luster Purge", - "move_366": "Mist Ball", - "move_367": "Ayunan Brutal", - "move_368": "Menggelinding", - "move_369": "Seed Flare", - "move_370": "Blocking", - "move_371": "Shadow Dive", - "move_372": "Meteor Beam", - "move_373": "Syuriken Air", - "move_374": "Guntur Bersilang", - "move_375": "Api Bersilang", - "move_376": "Poltergeist", - "move_377": "Daya Kuda Besar", - "move_378": "Dunia Beku", - "move_379": "Wide Breaker", - "move_380": "Gelombang Suara Menggelegar", - "move_381": "Double Iron Bash", - "move_382": "Magical Flame", - "move_383": "Aqua Break", - "move_384": "Terpaan Naga Langit", - "move_385": "Dedaunan", - "move_386": "Magma Storm", - "move_387": "Geocontrol", - "move_388": "Cabikan Ruang Hiper", - "move_389": "Oblivion Wing", - "move_390": "Amukan Alam", - "move_391": "Triple Axel", - "move_392": "Perintis", - "move_393": "Daratan Pasir Membara", - "move_394": "Raungan Waktu", - "move_395": "Badai Angin Dingin", - "move_396": "Badai Pasir Membara", - "move_397": "Badai Halilintar", - "move_398": "Menjahit Bayangan", - "move_399": "Volt Tackle", - "move_400": "Lariat Kegelapan", - "move_401": "Gelombang Psikokinesis", - "move_402": "Suara Logam", - "move_403": "Semprotan Pasir", - "move_404": "Meteor Drive", - "move_405": "Shadow Ray", - "move_406": "Aura Wheel", - "move_407": "Aura Wheel", - "move_408": "Tendangan Lutut Melompat", - "move_409": "Max Flare", - "move_410": "Max Flutterby", - "move_411": "Max Lightning", - "move_412": "Max Strike", - "move_413": "Max Knuckle", - "move_414": "Max Phantasm", - "move_415": "Max Hailstorm", - "move_416": "Max Ooze", - "move_417": "Max Geyser", - "move_418": "Max Airstream", - "move_419": "Max Starfall", - "move_420": "Max Wyrmwind", - "move_421": "Max Mindstorm", - "move_422": "Max Rockfall", - "move_423": "Max Quake", - "move_424": "Max Darkness", - "move_425": "Max Overgrowth", - "move_426": "Max Steelspike", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "Telapak Tenaga Dalam", - "move_463": "Aria Gemerlap", - "poke_0": "Pengganti", - "poke_1": "Bulbasaur", - "poke_2": "Ivysaur", - "poke_3": "Venusaur", - "poke_3_e1": "Mega Venusaur", - "poke_4": "Charmander", - "poke_5": "Charmeleon", - "poke_6": "Charizard", - "poke_6_e2": "Mega Charizard X", - "poke_6_e3": "Mega Charizard Y", - "poke_7": "Squirtle", - "poke_8": "Wartortle", - "poke_9": "Blastoise", - "poke_9_e1": "Mega Blastoise", - "poke_10": "Caterpie", - "poke_11": "Metapod", - "poke_12": "Butterfree", - "poke_13": "Weedle", - "poke_14": "Kakuna", - "poke_15": "Beedrill", - "poke_15_e1": "Mega Beedrill", - "poke_16": "Pidgey", - "poke_17": "Pidgeotto", - "poke_18": "Pidgeot", - "poke_18_e1": "Mega Pidgeot", - "poke_19": "Rattata", - "poke_20": "Raticate", - "poke_21": "Spearow", - "poke_22": "Fearow", - "poke_23": "Ekans", - "poke_24": "Arbok", - "poke_25": "Pikachu", - "poke_26": "Raichu", - "poke_27": "Sandshrew", - "poke_28": "Sandslash", - "poke_29": "Nidoran♀", - "poke_30": "Nidorina", - "poke_31": "Nidoqueen", - "poke_32": "Nidoran♂", - "poke_33": "Nidorino", - "poke_34": "Nidoking", - "poke_35": "Clefairy", - "poke_36": "Clefable", - "poke_37": "Vulpix", - "poke_38": "Ninetales", - "poke_39": "Jigglypuff", - "poke_40": "Wigglytuff", - "poke_41": "Zubat", - "poke_42": "Golbat", - "poke_43": "Oddish", - "poke_44": "Gloom", - "poke_45": "Vileplume", - "poke_46": "Paras", - "poke_47": "Parasect", - "poke_48": "Venonat", - "poke_49": "Venomoth", - "poke_50": "Diglett", - "poke_51": "Dugtrio", - "poke_52": "Meowth", - "poke_53": "Persian", - "poke_54": "Psyduck", - "poke_55": "Golduck", - "poke_56": "Mankey", - "poke_57": "Primeape", - "poke_58": "Growlithe", - "poke_59": "Arcanine", - "poke_60": "Poliwag", - "poke_61": "Poliwhirl", - "poke_62": "Poliwrath", - "poke_63": "Abra", - "poke_64": "Kadabra", - "poke_65": "Alakazam", - "poke_65_e1": "Mega Alakazam", - "poke_66": "Machop", - "poke_67": "Machoke", - "poke_68": "Machamp", - "poke_69": "Bellsprout", - "poke_70": "Weepinbell", - "poke_71": "Victreebel", - "poke_72": "Tentacool", - "poke_73": "Tentacruel", - "poke_74": "Geodude", - "poke_75": "Graveler", - "poke_76": "Golem", - "poke_77": "Ponyta", - "poke_78": "Rapidash", - "poke_79": "Slowpoke", - "poke_80": "Slowbro", - "poke_80_e1": "Mega Slowbro", - "poke_81": "Magnemite", - "poke_82": "Magneton", - "poke_83": "Farfetch'd", - "poke_84": "Doduo", - "poke_85": "Dodrio", - "poke_86": "Seel", - "poke_87": "Dewgong", - "poke_88": "Grimer", - "poke_89": "Muk", - "poke_90": "Shellder", - "poke_91": "Cloyster", - "poke_92": "Gastly", - "poke_93": "Haunter", - "poke_94": "Gengar", - "poke_94_e1": "Mega Gengar", - "poke_95": "Onix", - "poke_96": "Drowzee", - "poke_97": "Hypno", - "poke_98": "Krabby", - "poke_99": "Kingler", - "poke_100": "Voltorb", - "poke_101": "Electrode", - "poke_102": "Exeggcute", - "poke_103": "Exeggutor", - "poke_104": "Cubone", - "poke_105": "Marowak", - "poke_106": "Hitmonlee", - "poke_107": "Hitmonchan", - "poke_108": "Lickitung", - "poke_109": "Koffing", - "poke_110": "Weezing", - "poke_111": "Rhyhorn", - "poke_112": "Rhydon", - "poke_113": "Chansey", - "poke_114": "Tangela", - "poke_115": "Kangaskhan", - "poke_115_e1": "Mega Kangaskhan", - "poke_116": "Horsea", - "poke_117": "Seadra", - "poke_118": "Goldeen", - "poke_119": "Seaking", - "poke_120": "Staryu", - "poke_121": "Starmie", - "poke_122": "Mr. Mime", - "poke_123": "Scyther", - "poke_124": "Jynx", - "poke_125": "Electabuzz", - "poke_126": "Magmar", - "poke_127": "Pinsir", - "poke_127_e1": "Mega Pinsir", - "poke_128": "Tauros", - "poke_129": "Magikarp", - "poke_130": "Gyarados", - "poke_130_e1": "Mega Gyarados", - "poke_131": "Lapras", - "poke_132": "Ditto", - "poke_133": "Eevee", - "poke_134": "Vaporeon", - "poke_135": "Jolteon", - "poke_136": "Flareon", - "poke_137": "Porygon", - "poke_138": "Omanyte", - "poke_139": "Omastar", - "poke_140": "Kabuto", - "poke_141": "Kabutops", - "poke_142": "Aerodactyl", - "poke_142_e1": "Mega Aerodactyl", - "poke_143": "Snorlax", - "poke_144": "Articuno", - "poke_145": "Zapdos", - "poke_146": "Moltres", - "poke_147": "Dratini", - "poke_148": "Dragonair", - "poke_149": "Dragonite", - "poke_150": "Mewtwo", - "poke_150_e2": "Mega Mewtwo X", - "poke_150_e3": "Mega Mewtwo Y", - "poke_151": "Mew", - "poke_152": "Chikorita", - "poke_153": "Bayleef", - "poke_154": "Meganium", - "poke_155": "Cyndaquil", - "poke_156": "Quilava", - "poke_157": "Typhlosion", - "poke_158": "Totodile", - "poke_159": "Croconaw", - "poke_160": "Feraligatr", - "poke_161": "Sentret", - "poke_162": "Furret", - "poke_163": "Hoothoot", - "poke_164": "Noctowl", - "poke_165": "Ledyba", - "poke_166": "Ledian", - "poke_167": "Spinarak", - "poke_168": "Ariados", - "poke_169": "Crobat", - "poke_170": "Chinchou", - "poke_171": "Lanturn", - "poke_172": "Pichu", - "poke_173": "Cleffa", - "poke_174": "Igglybuff", - "poke_175": "Togepi", - "poke_176": "Togetic", - "poke_177": "Natu", - "poke_178": "Xatu", - "poke_179": "Mareep", - "poke_180": "Flaaffy", - "poke_181": "Ampharos", - "poke_181_e1": "Mega Ampharos", - "poke_182": "Bellossom", - "poke_183": "Marill", - "poke_184": "Azumarill", - "poke_185": "Sudowoodo", - "poke_186": "Politoed", - "poke_187": "Hoppip", - "poke_188": "Skiploom", - "poke_189": "Jumpluff", - "poke_190": "Aipom", - "poke_191": "Sunkern", - "poke_192": "Sunflora", - "poke_193": "Yanma", - "poke_194": "Wooper", - "poke_195": "Quagsire", - "poke_196": "Espeon", - "poke_197": "Umbreon", - "poke_198": "Murkrow", - "poke_199": "Slowking", - "poke_200": "Misdreavus", - "poke_201": "Unown", - "poke_202": "Wobbuffet", - "poke_203": "Girafarig", - "poke_204": "Pineco", - "poke_205": "Forretress", - "poke_206": "Dunsparce", - "poke_207": "Gligar", - "poke_208": "Steelix", - "poke_208_e1": "Mega Steelix", - "poke_209": "Snubbull", - "poke_210": "Granbull", - "poke_211": "Qwilfish", - "poke_212": "Scizor", - "poke_212_e1": "Mega Scizor", - "poke_213": "Shuckle", - "poke_214": "Heracross", - "poke_214_e1": "Mega Heracross", - "poke_215": "Sneasel", - "poke_216": "Teddiursa", - "poke_217": "Ursaring", - "poke_218": "Slugma", - "poke_219": "Magcargo", - "poke_220": "Swinub", - "poke_221": "Piloswine", - "poke_222": "Corsola", - "poke_223": "Remoraid", - "poke_224": "Octillery", - "poke_225": "Delibird", - "poke_226": "Mantine", - "poke_227": "Skarmory", - "poke_228": "Houndour", - "poke_229": "Houndoom", - "poke_229_e1": "Mega Houndoom", - "poke_230": "Kingdra", - "poke_231": "Phanpy", - "poke_232": "Donphan", - "poke_233": "Porygon2", - "poke_234": "Stantler", - "poke_235": "Smeargle", - "poke_236": "Tyrogue", - "poke_237": "Hitmontop", - "poke_238": "Smoochum", - "poke_239": "Elekid", - "poke_240": "Magby", - "poke_241": "Miltank", - "poke_242": "Blissey", - "poke_243": "Raikou", - "poke_244": "Entei", - "poke_245": "Suicune", - "poke_246": "Larvitar", - "poke_247": "Pupitar", - "poke_248": "Tyranitar", - "poke_248_e1": "Mega Tyranitar", - "poke_249": "Lugia", - "poke_250": "Ho-Oh", - "poke_251": "Celebi", - "poke_252": "Treecko", - "poke_253": "Grovyle", - "poke_254": "Sceptile", - "poke_254_e1": "Mega Sceptile", - "poke_255": "Torchic", - "poke_256": "Combusken", - "poke_257": "Blaziken", - "poke_257_e1": "Mega Blaziken", - "poke_258": "Mudkip", - "poke_259": "Marshtomp", - "poke_260": "Swampert", - "poke_260_e1": "Mega Swampert", - "poke_261": "Poochyena", - "poke_262": "Mightyena", - "poke_263": "Zigzagoon", - "poke_264": "Linoone", - "poke_265": "Wurmple", - "poke_266": "Silcoon", - "poke_267": "Beautifly", - "poke_268": "Cascoon", - "poke_269": "Dustox", - "poke_270": "Lotad", - "poke_271": "Lombre", - "poke_272": "Ludicolo", - "poke_273": "Seedot", - "poke_274": "Nuzleaf", - "poke_275": "Shiftry", - "poke_276": "Taillow", - "poke_277": "Swellow", - "poke_278": "Wingull", - "poke_279": "Pelipper", - "poke_280": "Ralts", - "poke_281": "Kirlia", - "poke_282": "Gardevoir", - "poke_282_e1": "Mega Gardevoir", - "poke_283": "Surskit", - "poke_284": "Masquerain", - "poke_285": "Shroomish", - "poke_286": "Breloom", - "poke_287": "Slakoth", - "poke_288": "Vigoroth", - "poke_289": "Slaking", - "poke_290": "Nincada", - "poke_291": "Ninjask", - "poke_292": "Shedinja", - "poke_293": "Whismur", - "poke_294": "Loudred", - "poke_295": "Exploud", - "poke_296": "Makuhita", - "poke_297": "Hariyama", - "poke_298": "Azurill", - "poke_299": "Nosepass", - "poke_300": "Skitty", - "poke_301": "Delcatty", - "poke_302": "Sableye", - "poke_302_e1": "Mega Sableye", - "poke_303": "Mawile", - "poke_303_e1": "Mega Mawile", - "poke_304": "Aron", - "poke_305": "Lairon", - "poke_306": "Aggron", - "poke_306_e1": "Mega Aggron", - "poke_307": "Meditite", - "poke_308": "Medicham", - "poke_308_e1": "Mega Medicham", - "poke_309": "Electrike", - "poke_310": "Manectric", - "poke_310_e1": "Mega Manectric", - "poke_311": "Plusle", - "poke_312": "Minun", - "poke_313": "Volbeat", - "poke_314": "Illumise", - "poke_315": "Roselia", - "poke_316": "Gulpin", - "poke_317": "Swalot", - "poke_318": "Carvanha", - "poke_319": "Sharpedo", - "poke_319_e1": "Mega Sharpedo", - "poke_320": "Wailmer", - "poke_321": "Wailord", - "poke_322": "Numel", - "poke_323": "Camerupt", - "poke_323_e1": "Mega Camerupt", - "poke_324": "Torkoal", - "poke_325": "Spoink", - "poke_326": "Grumpig", - "poke_327": "Spinda", - "poke_328": "Trapinch", - "poke_329": "Vibrava", - "poke_330": "Flygon", - "poke_331": "Cacnea", - "poke_332": "Cacturne", - "poke_333": "Swablu", - "poke_334": "Altaria", - "poke_334_e1": "Mega Altaria", - "poke_335": "Zangoose", - "poke_336": "Seviper", - "poke_337": "Lunatone", - "poke_338": "Solrock", - "poke_339": "Barboach", - "poke_340": "Whiscash", - "poke_341": "Corphish", - "poke_342": "Crawdaunt", - "poke_343": "Baltoy", - "poke_344": "Claydol", - "poke_345": "Lileep", - "poke_346": "Cradily", - "poke_347": "Anorith", - "poke_348": "Armaldo", - "poke_349": "Feebas", - "poke_350": "Milotic", - "poke_351": "Castform", - "poke_352": "Kecleon", - "poke_353": "Shuppet", - "poke_354": "Banette", - "poke_354_e1": "Mega Banette", - "poke_355": "Duskull", - "poke_356": "Dusclops", - "poke_357": "Tropius", - "poke_358": "Chimecho", - "poke_359": "Absol", - "poke_359_e1": "Mega Absol", - "poke_360": "Wynaut", - "poke_361": "Snorunt", - "poke_362": "Glalie", - "poke_362_e1": "Mega Glalie", - "poke_363": "Spheal", - "poke_364": "Sealeo", - "poke_365": "Walrein", - "poke_366": "Clamperl", - "poke_367": "Huntail", - "poke_368": "Gorebyss", - "poke_369": "Relicanth", - "poke_370": "Luvdisc", - "poke_371": "Bagon", - "poke_372": "Shelgon", - "poke_373": "Salamence", - "poke_373_e1": "Mega Salamence", - "poke_374": "Beldum", - "poke_375": "Metang", - "poke_376": "Metagross", - "poke_376_e1": "Mega Metagross", - "poke_377": "Regirock", - "poke_378": "Regice", - "poke_379": "Registeel", - "poke_380": "Latias", - "poke_380_e1": "Mega Latias", - "poke_381": "Latios", - "poke_381_e1": "Mega Latios", - "poke_382": "Kyogre", - "poke_383": "Groudon", - "poke_384": "Rayquaza", - "poke_384_e1": "Mega Rayquaza", - "poke_385": "Jirachi", - "poke_386": "Deoxys", - "poke_387": "Turtwig", - "poke_388": "Grotle", - "poke_389": "Torterra", - "poke_390": "Chimchar", - "poke_391": "Monferno", - "poke_392": "Infernape", - "poke_393": "Piplup", - "poke_394": "Prinplup", - "poke_395": "Empoleon", - "poke_396": "Starly", - "poke_397": "Staravia", - "poke_398": "Staraptor", - "poke_399": "Bidoof", - "poke_400": "Bibarel", - "poke_401": "Kricketot", - "poke_402": "Kricketune", - "poke_403": "Shinx", - "poke_404": "Luxio", - "poke_405": "Luxray", - "poke_406": "Budew", - "poke_407": "Roserade", - "poke_408": "Cranidos", - "poke_409": "Rampardos", - "poke_410": "Shieldon", - "poke_411": "Bastiodon", - "poke_412": "Burmy", - "poke_413": "Wormadam", - "poke_414": "Mothim", - "poke_415": "Combee", - "poke_416": "Vespiquen", - "poke_417": "Pachirisu", - "poke_418": "Buizel", - "poke_419": "Floatzel", - "poke_420": "Cherubi", - "poke_421": "Cherrim", - "poke_422": "Shellos", - "poke_423": "Gastrodon", - "poke_424": "Ambipom", - "poke_425": "Drifloon", - "poke_426": "Drifblim", - "poke_427": "Buneary", - "poke_428": "Lopunny", - "poke_428_e1": "Mega Lopunny", - "poke_429": "Mismagius", - "poke_430": "Honchkrow", - "poke_431": "Glameow", - "poke_432": "Purugly", - "poke_433": "Chingling", - "poke_434": "Stunky", - "poke_435": "Skuntank", - "poke_436": "Bronzor", - "poke_437": "Bronzong", - "poke_438": "Bonsly", - "poke_439": "Mime Jr.", - "poke_440": "Happiny", - "poke_441": "Chatot", - "poke_442": "Spiritomb", - "poke_443": "Gible", - "poke_444": "Gabite", - "poke_445": "Garchomp", - "poke_445_e1": "Mega Garchomp", - "poke_446": "Munchlax", - "poke_447": "Riolu", - "poke_448": "Lucario", - "poke_448_e1": "Mega Lucario", - "poke_449": "Hippopotas", - "poke_450": "Hippowdon", - "poke_451": "Skorupi", - "poke_452": "Drapion", - "poke_453": "Croagunk", - "poke_454": "Toxicroak", - "poke_455": "Carnivine", - "poke_456": "Finneon", - "poke_457": "Lumineon", - "poke_458": "Mantyke", - "poke_459": "Snover", - "poke_460": "Abomasnow", - "poke_460_e1": "Mega Abomasnow", - "poke_461": "Weavile", - "poke_462": "Magnezone", - "poke_463": "Lickilicky", - "poke_464": "Rhyperior", - "poke_465": "Tangrowth", - "poke_466": "Electivire", - "poke_467": "Magmortar", - "poke_468": "Togekiss", - "poke_469": "Yanmega", - "poke_470": "Leafeon", - "poke_471": "Glaceon", - "poke_472": "Gliscor", - "poke_473": "Mamoswine", - "poke_474": "Porygon-Z", - "poke_475": "Gallade", - "poke_475_e1": "Mega Gallade", - "poke_476": "Probopass", - "poke_477": "Dusknoir", - "poke_478": "Froslass", - "poke_479": "Rotom", - "poke_480": "Uxie", - "poke_481": "Mesprit", - "poke_482": "Azelf", - "poke_483": "Dialga", - "poke_484": "Palkia", - "poke_485": "Heatran", - "poke_486": "Regigigas", - "poke_487": "Giratina", - "poke_488": "Cresselia", - "poke_489": "Phione", - "poke_490": "Manaphy", - "poke_491": "Darkrai", - "poke_492": "Shaymin", - "poke_493": "Arceus", - "poke_494": "Victini", - "poke_495": "Snivy", - "poke_496": "Servine", - "poke_497": "Serperior", - "poke_498": "Tepig", - "poke_499": "Pignite", - "poke_500": "Emboar", - "poke_501": "Oshawott", - "poke_502": "Dewott", - "poke_503": "Samurott", - "poke_504": "Patrat", - "poke_505": "Watchog", - "poke_506": "Lillipup", - "poke_507": "Herdier", - "poke_508": "Stoutland", - "poke_509": "Purrloin", - "poke_510": "Liepard", - "poke_511": "Pansage", - "poke_512": "Simisage", - "poke_513": "Pansear", - "poke_514": "Simisear", - "poke_515": "Panpour", - "poke_516": "Simipour", - "poke_517": "Munna", - "poke_518": "Musharna", - "poke_519": "Pidove", - "poke_520": "Tranquill", - "poke_521": "Unfezant", - "poke_522": "Blitzle", - "poke_523": "Zebstrika", - "poke_524": "Roggenrola", - "poke_525": "Boldore", - "poke_526": "Gigalith", - "poke_527": "Woobat", - "poke_528": "Swoobat", - "poke_529": "Drilbur", - "poke_530": "Excadrill", - "poke_531": "Audino", - "poke_531_e1": "Mega Audino", - "poke_532": "Timburr", - "poke_533": "Gurdurr", - "poke_534": "Conkeldurr", - "poke_535": "Tympole", - "poke_536": "Palpitoad", - "poke_537": "Seismitoad", - "poke_538": "Throh", - "poke_539": "Sawk", - "poke_540": "Sewaddle", - "poke_541": "Swadloon", - "poke_542": "Leavanny", - "poke_543": "Venipede", - "poke_544": "Whirlipede", - "poke_545": "Scolipede", - "poke_546": "Cottonee", - "poke_547": "Whimsicott", - "poke_548": "Petilil", - "poke_549": "Lilligant", - "poke_550": "Basculin", - "poke_551": "Sandile", - "poke_552": "Krokorok", - "poke_553": "Krookodile", - "poke_554": "Darumaka", - "poke_555": "Darmanitan", - "poke_556": "Maractus", - "poke_557": "Dwebble", - "poke_558": "Crustle", - "poke_559": "Scraggy", - "poke_560": "Scrafty", - "poke_561": "Sigilyph", - "poke_562": "Yamask", - "poke_563": "Cofagrigus", - "poke_564": "Tirtouga", - "poke_565": "Carracosta", - "poke_566": "Archen", - "poke_567": "Archeops", - "poke_568": "Trubbish", - "poke_569": "Garbodor", - "poke_570": "Zorua", - "poke_571": "Zoroark", - "poke_572": "Minccino", - "poke_573": "Cinccino", - "poke_574": "Gothita", - "poke_575": "Gothorita", - "poke_576": "Gothitelle", - "poke_577": "Solosis", - "poke_578": "Duosion", - "poke_579": "Reuniclus", - "poke_580": "Ducklett", - "poke_581": "Swanna", - "poke_582": "Vanillite", - "poke_583": "Vanillish", - "poke_584": "Vanilluxe", - "poke_585": "Deerling", - "poke_586": "Sawsbuck", - "poke_587": "Emolga", - "poke_588": "Karrablast", - "poke_589": "Escavalier", - "poke_590": "Foongus", - "poke_591": "Amoonguss", - "poke_592": "Frillish", - "poke_593": "Jellicent", - "poke_594": "Alomomola", - "poke_595": "Joltik", - "poke_596": "Galvantula", - "poke_597": "Ferroseed", - "poke_598": "Ferrothorn", - "poke_599": "Klink", - "poke_600": "Klang", - "poke_601": "Klinklang", - "poke_602": "Tynamo", - "poke_603": "Eelektrik", - "poke_604": "Eelektross", - "poke_605": "Elgyem", - "poke_606": "Beheeyem", - "poke_607": "Litwick", - "poke_608": "Lampent", - "poke_609": "Chandelure", - "poke_610": "Axew", - "poke_611": "Fraxure", - "poke_612": "Haxorus", - "poke_613": "Cubchoo", - "poke_614": "Beartic", - "poke_615": "Cryogonal", - "poke_616": "Shelmet", - "poke_617": "Accelgor", - "poke_618": "Stunfisk", - "poke_619": "Mienfoo", - "poke_620": "Mienshao", - "poke_621": "Druddigon", - "poke_622": "Golett", - "poke_623": "Golurk", - "poke_624": "Pawniard", - "poke_625": "Bisharp", - "poke_626": "Bouffalant", - "poke_627": "Rufflet", - "poke_628": "Braviary", - "poke_629": "Vullaby", - "poke_630": "Mandibuzz", - "poke_631": "Heatmor", - "poke_632": "Durant", - "poke_633": "Deino", - "poke_634": "Zweilous", - "poke_635": "Hydreigon", - "poke_636": "Larvesta", - "poke_637": "Volcarona", - "poke_638": "Cobalion", - "poke_639": "Terrakion", - "poke_640": "Virizion", - "poke_641": "Tornadus", - "poke_642": "Thundurus", - "poke_643": "Reshiram", - "poke_644": "Zekrom", - "poke_645": "Landorus", - "poke_646": "Kyurem", - "poke_647": "Keldeo", - "poke_648": "Meloetta", - "poke_649": "Genesect", - "poke_650": "Chespin", - "poke_651": "Quilladin", - "poke_652": "Chesnaught", - "poke_653": "Fennekin", - "poke_654": "Braixen", - "poke_655": "Delphox", - "poke_656": "Froakie", - "poke_657": "Frogadier", - "poke_658": "Greninja", - "poke_659": "Bunnelby", - "poke_660": "Diggersby", - "poke_661": "Fletchling", - "poke_662": "Fletchinder", - "poke_663": "Talonflame", - "poke_664": "Scatterbug", - "poke_665": "Spewpa", - "poke_666": "Vivillon", - "poke_667": "Litleo", - "poke_668": "Pyroar", - "poke_669": "Flabébé", - "poke_670": "Floette", - "poke_671": "Florges", - "poke_672": "Skiddo", - "poke_673": "Gogoat", - "poke_674": "Pancham", - "poke_675": "Pangoro", - "poke_676": "Furfrou", - "poke_677": "Espurr", - "poke_678": "Meowstic", - "poke_679": "Honedge", - "poke_680": "Doublade", - "poke_681": "Aegislash", - "poke_682": "Spritzee", - "poke_683": "Aromatisse", - "poke_684": "Swirlix", - "poke_685": "Slurpuff", - "poke_686": "Inkay", - "poke_687": "Malamar", - "poke_688": "Binacle", - "poke_689": "Barbaracle", - "poke_690": "Skrelp", - "poke_691": "Dragalge", - "poke_692": "Clauncher", - "poke_693": "Clawitzer", - "poke_694": "Helioptile", - "poke_695": "Heliolisk", - "poke_696": "Tyrunt", - "poke_697": "Tyrantrum", - "poke_698": "Amaura", - "poke_699": "Aurorus", - "poke_700": "Sylveon", - "poke_701": "Hawlucha", - "poke_702": "Dedenne", - "poke_703": "Carbink", - "poke_704": "Goomy", - "poke_705": "Sliggoo", - "poke_706": "Goodra", - "poke_707": "Klefki", - "poke_708": "Phantump", - "poke_709": "Trevenant", - "poke_710": "Pumpkaboo", - "poke_711": "Gourgeist", - "poke_712": "Bergmite", - "poke_713": "Avalugg", - "poke_714": "Noibat", - "poke_715": "Noivern", - "poke_716": "Xerneas", - "poke_717": "Yveltal", - "poke_718": "Zygarde", - "poke_719": "Diancie", - "poke_719_e1": "Mega Diancie", - "poke_720": "Hoopa", - "poke_721": "Volcanion", - "poke_722": "Rowlet", - "poke_723": "Dartrix", - "poke_724": "Decidueye", - "poke_725": "Litten", - "poke_726": "Torracat", - "poke_727": "Incineroar", - "poke_728": "Popplio", - "poke_729": "Brionne", - "poke_730": "Primarina", - "poke_731": "Pikipek", - "poke_732": "Trumbeak", - "poke_733": "Toucannon", - "poke_734": "Yungoos", - "poke_735": "Gumshoos", - "poke_736": "Grubbin", - "poke_737": "Charjabug", - "poke_738": "Vikavolt", - "poke_739": "Crabrawler", - "poke_740": "Crabominable", - "poke_741": "Oricorio", - "poke_742": "Cutiefly", - "poke_743": "Ribombee", - "poke_744": "Rockruff", - "poke_745": "Lycanroc", - "poke_746": "Wishiwashi", - "poke_747": "Mareanie", - "poke_748": "Toxapex", - "poke_749": "Mudbray", - "poke_750": "Mudsdale", - "poke_751": "Dewpider", - "poke_752": "Araquanid", - "poke_753": "Fomantis", - "poke_754": "Lurantis", - "poke_755": "Morelull", - "poke_756": "Shiinotic", - "poke_757": "Salandit", - "poke_758": "Salazzle", - "poke_759": "Stufful", - "poke_760": "Bewear", - "poke_761": "Bounsweet", - "poke_762": "Steenee", - "poke_763": "Tsareena", - "poke_764": "Comfey", - "poke_765": "Oranguru", - "poke_766": "Passimian", - "poke_767": "Wimpod", - "poke_768": "Golisopod", - "poke_769": "Sandygast", - "poke_770": "Palossand", - "poke_771": "Pyukumuku", - "poke_772": "Type: Null", - "poke_773": "Silvally", - "poke_774": "Minior", - "poke_775": "Komala", - "poke_776": "Turtonator", - "poke_777": "Togedemaru", - "poke_778": "Mimikyu", - "poke_779": "Bruxish", - "poke_780": "Drampa", - "poke_781": "Dhelmise", - "poke_782": "Jangmo-o", - "poke_783": "Hakamo-o", - "poke_784": "Kommo-o", - "poke_785": "Tapu Koko", - "poke_786": "Tapu Lele", - "poke_787": "Tapu Bulu", - "poke_788": "Tapu Fini", - "poke_789": "Cosmog", - "poke_790": "Cosmoem", - "poke_791": "Solgaleo", - "poke_792": "Lunala", - "poke_793": "Nihilego", - "poke_794": "Buzzwole", - "poke_795": "Pheromosa", - "poke_796": "Xurkitree", - "poke_797": "Celesteela", - "poke_798": "Kartana", - "poke_799": "Guzzlord", - "poke_800": "Necrozma", - "poke_801": "Magearna", - "poke_802": "Marshadow", - "poke_803": "Poipole", - "poke_804": "Naganadel", - "poke_805": "Stakataka", - "poke_806": "Blacephalon", - "poke_807": "Zeraora", - "poke_808": "Meltan", - "poke_809": "Melmetal", - "poke_810": "Grookey", - "poke_811": "Thwackey", - "poke_812": "Rillaboom", - "poke_813": "Scorbunny", - "poke_814": "Raboot", - "poke_815": "Cinderace", - "poke_816": "Sobble", - "poke_817": "Drizzile", - "poke_818": "Inteleon", - "poke_819": "Skwovet", - "poke_820": "Greedent", - "poke_821": "Rookidee", - "poke_822": "Corvisquire", - "poke_823": "Corviknight", - "poke_824": "Blipbug", - "poke_825": "Dottler", - "poke_826": "Orbeetle", - "poke_827": "Nickit", - "poke_828": "Thievul", - "poke_829": "Gossifleur", - "poke_830": "Eldegoss", - "poke_831": "Wooloo", - "poke_832": "Dubwool", - "poke_833": "Chewtle", - "poke_834": "Drednaw", - "poke_835": "Yamper", - "poke_836": "Boltund", - "poke_837": "Rolycoly", - "poke_838": "Carkol", - "poke_839": "Coalossal", - "poke_840": "Applin", - "poke_841": "Flapple", - "poke_842": "Appletun", - "poke_843": "Silicobra", - "poke_844": "Sandaconda", - "poke_845": "Cramorant", - "poke_846": "Arrokuda", - "poke_847": "Barraskewda", - "poke_848": "Toxel", - "poke_849": "Toxtricity", - "poke_850": "Sizzlipede", - "poke_851": "Centiskorch", - "poke_852": "Clobbopus", - "poke_853": "Grapploct", - "poke_854": "Sinistea", - "poke_855": "Polteageist", - "poke_856": "Hatenna", - "poke_857": "Hattrem", - "poke_858": "Hatterene", - "poke_859": "Impidimp", - "poke_860": "Morgrem", - "poke_861": "Grimmsnarl", - "poke_862": "Obstagoon", - "poke_863": "Perrserker", - "poke_864": "Cursola", - "poke_865": "Sirfetch'd", - "poke_866": "Mr. Rime", - "poke_867": "Runerigus", - "poke_868": "Milcery", - "poke_869": "Alcremie", - "poke_870": "Falinks", - "poke_871": "Pincurchin", - "poke_872": "Snom", - "poke_873": "Frosmoth", - "poke_874": "Stonjourner", - "poke_875": "Eiscue", - "poke_876": "Indeedee", - "poke_877": "Morpeko", - "poke_878": "Cufant", - "poke_879": "Copperajah", - "poke_880": "Dracozolt", - "poke_881": "Arctozolt", - "poke_882": "Dracovish", - "poke_883": "Arctovish", - "poke_884": "Duraludon", - "poke_885": "Dreepy", - "poke_886": "Drakloak", - "poke_887": "Dragapult", - "poke_888": "Zacian", - "poke_889": "Zamazenta", - "poke_890": "Eternatus", - "poke_891": "Kubfu", - "poke_892": "Urshifu", - "poke_893": "Zarude", - "poke_894": "Regieleki", - "poke_895": "Regidrago", - "poke_896": "Glastrier", - "poke_897": "Spectrier", - "poke_898": "Calyrex", - "poke_899": "Wyrdeer", - "poke_900": "Kleavor", - "poke_901": "Ursaluna", - "poke_902": "Basculegion", - "poke_903": "Sneasler", - "poke_904": "Overqwil", - "poke_905": "Enamorus", - "poke_906": "Sprigatito", - "poke_907": "Floragato", - "poke_908": "Meowscarada", - "poke_909": "Fuecoco", - "poke_910": "Crocalor", - "poke_911": "Skeledirge", - "poke_912": "Quaxly", - "poke_913": "Quaxwell", - "poke_914": "Quaquaval", - "poke_915": "Lechonk", - "poke_916": "Oinkologne", - "poke_917": "Tarountula", - "poke_918": "Spidops", - "poke_919": "Nymble", - "poke_920": "Lokix", - "poke_921": "Pawmi", - "poke_922": "Pawmo", - "poke_923": "Pawmot", - "poke_924": "Tandemaus", - "poke_925": "Maushold", - "poke_926": "Fidough", - "poke_927": "Dachsbun", - "poke_928": "Smoliv", - "poke_929": "Dolliv", - "poke_930": "Arboliva", - "poke_931": "Squawkabilly", - "poke_932": "Nacli", - "poke_933": "Naclstack", - "poke_934": "Garganacl", - "poke_935": "Charcadet", - "poke_936": "Armarouge", - "poke_937": "Ceruledge", - "poke_938": "Tadbulb", - "poke_939": "Bellibolt", - "poke_940": "Wattrel", - "poke_941": "Kilowattrel", - "poke_942": "Maschiff", - "poke_943": "Mabosstiff", - "poke_944": "Shroodle", - "poke_945": "Grafaiai", - "poke_946": "Bramblin", - "poke_947": "Brambleghast", - "poke_948": "Toedscool", - "poke_949": "Toedscruel", - "poke_950": "Klawf", - "poke_951": "Capsakid", - "poke_952": "Scovillain", - "poke_953": "Rellor", - "poke_954": "Rabsca", - "poke_955": "Flittle", - "poke_956": "Espathra", - "poke_957": "Tinkatink", - "poke_958": "Tinkatuff", - "poke_959": "Tinkaton", - "poke_960": "Wiglett", - "poke_961": "Wugtrio", - "poke_962": "Bombirdier", - "poke_963": "Finizen", - "poke_964": "Palafin", - "poke_965": "Varoom", - "poke_966": "Revavroom", - "poke_967": "Cyclizar", - "poke_968": "Orthworm", - "poke_969": "Glimmet", - "poke_970": "Glimmora", - "poke_971": "Greavard", - "poke_972": "Houndstone", - "poke_973": "Flamigo", - "poke_974": "Cetoddle", - "poke_975": "Cetitan", - "poke_976": "Veluza", - "poke_977": "Dondozo", - "poke_978": "Tatsugiri", - "poke_979": "Annihilape", - "poke_980": "Clodsire", - "poke_981": "Farigiraf", - "poke_982": "Dudunsparce", - "poke_983": "Kingambit", - "poke_984": "Great Tusk", - "poke_985": "Scream Tail", - "poke_986": "Brute Bonnet", - "poke_987": "Flutter Mane", - "poke_988": "Slither Wing", - "poke_989": "Sandy Shocks", - "poke_990": "Iron Treads", - "poke_991": "Iron Bundle", - "poke_992": "Iron Hands", - "poke_993": "Iron Jugulis", - "poke_994": "Iron Moth", - "poke_995": "Iron Thorns", - "poke_996": "Frigibax", - "poke_997": "Arctibax", - "poke_998": "Baxcalibur", - "poke_999": "Gimmighoul", - "poke_1000": "Gholdengo", - "poke_1001": "Wo-Chien", - "poke_1002": "Chien-Pao", - "poke_1003": "Ting-Lu", - "poke_1004": "Chi-Yu", - "poke_1005": "Roaring Moon", - "poke_1006": "Iron Valiant", - "poke_1007": "Koraidon", - "poke_1008": "Miraidon", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "Tidak ada", - "poke_type_1": "Normal", - "poke_type_2": "Petarung", - "poke_type_3": "Terbang", - "poke_type_4": "Racun", - "poke_type_5": "Tanah", - "poke_type_6": "Bebatuan", - "poke_type_7": "Serangga", - "poke_type_8": "Hantu", - "poke_type_9": "Logam", - "poke_type_10": "Api", - "poke_type_11": "Air", - "poke_type_12": "Daun", - "poke_type_13": "Listrik", - "poke_type_14": "Psychic", - "poke_type_15": "Es", - "poke_type_16": "Naga", - "poke_type_17": "Kegelapan", - "poke_type_18": "Peri", - "purified": "Purifikasi", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "Jalan {{amount}} km dengan partner", - "quest_catch_type_dark_plural": "Tangkap {{amount}} Pokémon tipe Kegelapan", - "quest_catch_type_dragon_plural": "Tangkap {{amount}} Pokémon tipe Naga", - "quest_catch_type_poison_plural": "Tangkap {{amount}} Pokémon tipe Racun", - "quest_catch_type_psychic_plural": "Tangkap {{amount}} Pokémon tipe Psychic", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "Kalahkan {{amount}} Pokémon tipe Hantu", - "quest_fight_type_ghost_psychic_plural": "Kalahkan {{amount}} Pokémon tipe Psychic atau Hantu", - "quest_fight_type_psychic_plural": "Kalahkan {{amount}} Pokémon tipe Psychic", - "quest_incense_singular": "Gunakan Pewangi", - "quest_land_excellent_plural": "Lakukan {{amount}} Excellent Throw", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "Bertarung dengan pemimpin tim {{amount_0}} kali", - "quest_title_challenge_2019_battle_trainer": "Bertarung dengan Pelatih lain", - "quest_title_challenge_2019_battle_trainer_plural": "Bertarung dengan Pelatih lain {{amount_0}} kali", - "quest_title_challenge_2019_battle_trainer_win": "Menangkan pertarungan melawan {{amount_0}} Pelatih lain", - "quest_title_challenge_2019_snapshot_eevee": "Ambil {{amount_0}} foto Eevee", - "quest_title_challenge_2019_snapshot_loudred": "Ambil foto Loudred", - "quest_title_challenge_2019_snapshot_pkmn": "Ambil {{amount_0}} foto Jirachi", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "Ambil {{amount_0}} foto Pokémon tipe Peri", - "quest_title_challenge_2019_snapshot_pkmn_flying": "Ambil {{amount_0}} foto Pokémon tipe Terbang", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "Ambil {{amount_0}} foto Pokémon tipe Hantu", - "quest_title_challenge_2019_snapshot_pkmn_grass": "Ambil {{amount_0}} foto Pokémon tipe Daun", - "quest_title_challenge_2019_snapshot_pkmn_ground": "Ambil {{amount_0}} foto Pokémon tipe Tanah", - "quest_title_challenge_2019_snapshot_pkmn_ice": "Ambil {{amount_0}} foto Pokémon tipe Es", - "quest_title_challenge_2019_snapshot_pkmn_normal": "Ambil {{amount_0}} foto Pokémon tipe Normal", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "Ambil {{amount_0}} foto Pokémon tipe Psychic", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Ambil {{amount_0}} foto Pokémon tipe Psychic atau Logam", - "quest_title_challenge_2019_snapshot_pkmn_rock": "Ambil {{amount_0}} foto Pokémon tipe Bebatuan", - "quest_title_challenge_2019_snapshot_pkmn_steel": "Ambil {{amount_0}} foto Pokémon tipe Logam", - "quest_title_challenge_2019_snapshot_pkmn_water": "Ambil {{amount_0}} foto Pokémon tipe Air", - "quest_title_challenge_2019_trade_distance": "Tukarkan 3 Pokémon dari jarak minimal 100 km", - "quest_title_challenge_available": "Tantangan baru tersedia!", - "quest_title_challenge_battle_gbl_win_all": "Menangkan GO Battle League", - "quest_title_challenge_battle_trainer_great": "Bertarung dengan Pelatih lain di Liga Great", - "quest_title_challenge_buddy_affection_plural": "Dapatkan {{amount_0}} hati dengan partner", - "quest_title_challenge_buddy_affection_single": "Dapatkan 1 hati dengan partner", - "quest_title_challenge_buddy_battle_plural": "Bertarung dengan partner {{amount_0}} kali ketika sedang bertualang bersama", - "quest_title_challenge_buddy_battle_single": "Bertarung dengan partner ketika sedang bertualang bersama", - "quest_title_challenge_buddy_emotion_plural": "Buat partnermu bersemangat {{amount_0}} kali", - "quest_title_challenge_buddy_emotion_single": "Buat partnermu bersemangat", - "quest_title_challenge_buddy_level_best_plural": "Menjadi Partner Terbaik dengan Pokémon {{amount_0}} kali", - "quest_title_challenge_buddy_level_best_single": "Menjadi Partner Terbaik dengan Pokémon", - "quest_title_challenge_buddy_level_good_plural": "Menjadi Partner Baik dengan Pokémon {{amount_0}} kali", - "quest_title_challenge_buddy_level_good_single": "Menjadi Partner Baik dengan Pokémon", - "quest_title_challenge_buddy_level_great_plural": "Menjadi Partner Dekat dengan Pokémon {{amount_0}} kali", - "quest_title_challenge_buddy_level_great_single": "Menjadi Partner Dekat dengan Pokémon", - "quest_title_challenge_buddy_level_plural": "Tingkatkan Level Partner Pokémon {{amount_0}} kali", - "quest_title_challenge_buddy_level_single": "Tingkatkan Level Partner Pokémon", - "quest_title_challenge_buddy_level_ultra_plural": "Menjadi Partner Ultra dengan Pokémon {{amount_0}} kali", - "quest_title_challenge_buddy_level_ultra_single": "Menjadi Partner Ultra dengan Pokémon", - "quest_title_challenge_buddy_play_plural": "Bermain dengan partnermu {{amount_0}} kali", - "quest_title_challenge_buddy_play_single": "Bermain dengan partnermu", - "quest_title_challenge_buddy_poi_plural": "Kunjungi lokasi menarik yang ditunjukkan oleh partnermu {{amount_0}} kali", - "quest_title_challenge_buddy_poi_single": "Kunjungi lokasi menarik yang ditunjukkan oleh partnermu", - "quest_title_challenge_buddy_snapshot_plural": "Ambil {{amount_0}} foto partnermu", - "quest_title_challenge_buddy_snapshot_single": "Ambil foto partnermu", - "quest_title_challenge_buddy_treat_plural": "Berikan {{amount_0}} camilan ke partner", - "quest_title_challenge_buddy_treat_single": "Berikan camilan ke partner", - "quest_title_challenge_catch_legendary": "Tangkap Pokémon Legendaris dari Inovasi Penelitian Lapangan atau Raid", - "quest_title_challenge_catch_unique_any": "Tangkap {{amount_0}} spesies Pokémon yang berbeda", - "quest_title_challenge_snapshot_bidoof": "Ambil foto Bidoof", - "quest_title_challenge_snapshot_dratini_singular": "Ambil foto Dratini", - "quest_title_challenge_snapshot_eevee": "Ambil foto Eevee", - "quest_title_challenge_snapshot_pkmn_bug": "Ambil {{amount_0}} foto Pokémon tipe Serangga", - "quest_title_challenge_snapshot_pkmn_bug_single": "Ambil foto Pokémon tipe Serangga", - "quest_title_challenge_snapshot_pkmn_dark": "Ambil {{amount_0}} foto Pokémon tipe Kegelapan", - "quest_title_challenge_snapshot_pkmn_dark_single": "Ambil foto Pokémon tipe Kegelapan", - "quest_title_challenge_snapshot_pkmn_dragon": "Ambil {{amount_0}} foto Pokémon tipe Naga", - "quest_title_challenge_snapshot_pkmn_dragon_single": "Ambil foto Pokémon tipe Naga", - "quest_title_challenge_snapshot_pkmn_electric": "Ambil {{amount_0}} foto Pokémon Tipe Listrik", - "quest_title_challenge_snapshot_pkmn_electric_single": "Ambil foto Pokémon tipe Listrik", - "quest_title_challenge_snapshot_pkmn_fairy_single": "Ambil foto Pokémon tipe Peri", - "quest_title_challenge_snapshot_pkmn_fighting": "Ambil {{amount_0}} foto Pokémon tipe Petarung", - "quest_title_challenge_snapshot_pkmn_fighting_single": "Ambil foto Pokémon tipe Petarung", - "quest_title_challenge_snapshot_pkmn_fire": "Ambil {{amount_0}} foto Pokémon tipe Api", - "quest_title_challenge_snapshot_pkmn_fire_single": "Ambil foto Pokémon tipe Api", - "quest_title_challenge_snapshot_pkmn_flying_single": "Ambil foto Pokémon tipe Terbang", - "quest_title_challenge_snapshot_pkmn_ghost_single": "Ambil foto Pokémon tipe Hantu", - "quest_title_challenge_snapshot_pkmn_grass_single": "Ambil foto Pokémon tipe Daun", - "quest_title_challenge_snapshot_pkmn_ground_single": "Ambil foto Pokémon tipe Tanah", - "quest_title_challenge_snapshot_pkmn_ice_single": "Ambil foto Pokémon tipe Es", - "quest_title_challenge_snapshot_pkmn_normal_single": "Ambil foto Pokémon tipe Normal", - "quest_title_challenge_snapshot_pkmn_poison": "Ambil {{amount_0}} foto Pokémon tipe Racun", - "quest_title_challenge_snapshot_pkmn_poison_single": "Ambil foto Pokémon tipe Racun", - "quest_title_challenge_snapshot_pkmn_psychic_single": "Ambil foto Pokémon tipe Psychic", - "quest_title_challenge_snapshot_pkmn_rock": "Ambil {{amount_0}} foto Pokémon tipe Bebatuan", - "quest_title_challenge_snapshot_pkmn_rock_single": "Ambil foto Pokémon tipe Bebatuan", - "quest_title_challenge_snapshot_pkmn_steel_single": "Ambil foto Pokémon tipe Logam", - "quest_title_challenge_snapshot_pkmn_water_single": "Ambil foto Pokémon tipe Air", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Ambil foto Blitzle di alam liar", - "quest_title_challenge_snapshot_wild_glameow_singular": "Ambil foto Glameow di alam liar", - "quest_title_geotarget_quest_description": "Pindai {{amount_0}}", - "quest_title_quest_achieve_lvl_40": "Capai level 40", - "quest_title_quest_adventure_effect_activate_plural": "Aktifkan Efek Petualangan {{amount_0}} kali", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Aktifkan Efek Petualangan Raungan Waktu {{amount_0}} kali", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Aktifkan Efek Petualangan Raungan Waktu", - "quest_title_quest_adventure_effect_activate_singular": "Aktifkan Efek Petualangan", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Aktifkan Efek Petualangan Cabikan Ruang Hiper {{amount_0}} kali", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Aktifkan Efek Petualangan Cabikan Ruang Hiper", - "quest_title_quest_adventure_evolve_singular": "Minggu Petualangan: Evolusikan Omanyte atau Kabuto", - "quest_title_quest_adventure_hatch_egg_plural": "Minggu Petualangan: Tetaskan {{amount_0}} Telur", - "quest_title_quest_adventure_visit_pokestop_new_plural": "Minggu Petualangan: Putar {{amount_0}} PokéStop yang belum pernah dikunjungi", - "quest_title_quest_adventure_walk_buddy_plural": "Minggu Petualangan: Dapatkan {{amount_0}} Permen dengan berjalan bersama partner", - "quest_title_quest_adventure2019_catch_special33_plural": "Minggu Petualangan 2019: Tangkap {{amount_0}} Aron", - "quest_title_quest_adventure2019_evolve_singular": "Minggu Petualangan 2019: Evolusikan Lileep atau Anorith", - "quest_title_quest_adventure2019_hatch_egg_plural": "Minggu Petualangan 2019: Tetaskan {{amount_0}} Telur", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Minggu Petualangan 2019: Putar {{amount_0}} PokéStop yang belum pernah dikunjungi", - "quest_title_quest_adventure2019_visit_pokestop_plural": "Minggu Petualangan 2019: Putar 25 PokéStop", - "quest_title_quest_adventure2019_walk_buddy_plural": "Minggu Petualangan 2019: Dapatkan {{amount_0}} Permen dengan berjalan bersama partnermu", - "quest_title_quest_alodude_catch": "Tangkap {{amount_0}} Alolan Geodude", - "quest_title_quest_alodude_evolve_a": "Evolusikan {{amount_0}} Alolan Geodude", - "quest_title_quest_alodude_evolve_b": "Evolusikan {{amount_0}} Alolan Graveler", - "quest_title_quest_alodude_snap": "Ambil {{amount_0}} foto Alolan Geodude", - "quest_title_quest_at_catch_a": "Tangkap {{amount_0}} Abra", - "quest_title_quest_at_evolve_a": "Evolusikan {{amount_0}} Abra", - "quest_title_quest_at_evolve_k": "Evolusikan {{amount_0}} Kadabra", - "quest_title_quest_axew_catch_b": "Tangkap {{amount_0}} Axew", - "quest_title_quest_axew_evolve_b": "Evolusikan {{amount_0}} Axew", - "quest_title_quest_axew_snapshot_b": "Ambil {{amount_0}} foto Axew", - "quest_title_quest_azelf_wild_snap": "Ambil foto Azelf di alam liar", - "quest_title_quest_bagon_catch_b": "Tangkap {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_plural": "Evolusikan {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_singular": "Evolusikan Bagon", - "quest_title_quest_bagon_snapshot_b": "Ambil {{amount_0}} foto Bagon", - "quest_title_quest_battle_buddy_adventure_plural": "Bertarung melawan Pelatih lain bersama Pokémon Partnermu ketika bertualang bersama {{amount_0}} kali", - "quest_title_quest_battle_buddy_adventure_single": "Bertarung melawan Pelatih lain bersama Pokémon Partnermu ketika bertualang bersama", - "quest_title_quest_battle_dangling_reward_toast": "Kamu harus menyelesaikan pertempuranmu saat ini sebelum memulai pertempuran baru!", - "quest_title_quest_battle_error_toast": "Terjadi kesalahan ketika memulai pertarungan", - "quest_title_quest_battle_gbl_halloween_plural": "Bertarung di Piala Halloween {{amount_0}} kali", - "quest_title_quest_battle_gbl_halloween_win_plural": "Menangkan {{amount_0}} Pertarungan Pelatih di Piala Halloween.", - "quest_title_quest_battle_gbl_plural": "Bertarung di GO Battle League {{amount_0}} kali", - "quest_title_quest_battle_gbl_singular": "Bertarung di GO Battle League", - "quest_title_quest_battle_gbl_win_plural": "Menangkan {{amount_0}} Pertarungan Pelatih di GO Battle League", - "quest_title_quest_battle_gbl_win_singular": "Menangkan Pertarungan Pelatih di GO Battle League", - "quest_title_quest_battle_great_plural": "Bertarung dengan Pelatih lain di Liga Great {{amount_0}} kali", - "quest_title_quest_battle_great_win_plural": "Menangkan {{amount_0}} Pertarungan Pelatih di Liga Great", - "quest_title_quest_battle_great_win_singular": "Menangkan Pertarungan Pelatih di Liga Great", - "quest_title_quest_battle_gym_plural": "Bertarung di Gym {{amount_0}} kali", - "quest_title_quest_battle_gym_singular": "Bertarung di Gym", - "quest_title_quest_battle_master_win_plural": "Menangkan {{amount_0}} Pertarungan Pelatih di Liga Master", - "quest_title_quest_battle_master_win_singular": "Menangkan Pertarungan Pelatih di Liga Master", - "quest_title_quest_battle_raid_plural": "Bertarung di {{amount_0}} Raid", - "quest_title_quest_battle_raid_singular": "Bertarung di Raid", - "quest_title_quest_battle_raid_with_friend_plural": "Bertarung dalam {{amount_0}} Raid bersama teman", - "quest_title_quest_battle_raid_with_friend_singular": "Bertarung dalam Raid bersama teman", - "quest_title_quest_battle_supereffective_charge_plural": "Gunakan Jurus Super yang superefektif di {{amount_0}} Pertarungan Gym", - "quest_title_quest_battle_supereffective_charge_singular": "Gunakan Jurus Super yang superefektif di Pertarungan Gym", - "quest_title_quest_battle_team_rocket_plural": "Bertarung melawan {{amount_0}} anggota Tim Roket GO", - "quest_title_quest_battle_team_rocket_singular": "Bertarung melawan 1 anggota Tim Roket GO", - "quest_title_quest_battle_ultra_win_plural": "Menangkan {{amount_0}} Pertarungan Pelatih di Liga Ultra", - "quest_title_quest_battle_ultra_win_singular": "Menangkan Pertarungan Pelatih di Liga Ultra", - "quest_title_quest_battle19_catch_fighting_easy": "Tangkap {{amount_0}} Pokémon tipe Petarung", - "quest_title_quest_battle19_catch_medium_pkmn": "Tangkap {{amount_0}} Makuhita atau Meditite", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Lakukan {{amount_0}} Excellent Throw secara beruntun", - "quest_title_quest_battle19_raid_win_veryhard": "Menangkan {{amount_0}} Raid", - "quest_title_quest_battle19_supereffective_charge_hard": "Gunakan Serangan Spesial yang superefektif di {{amount_0}} Pertarungan Gym", - "quest_title_quest_battler_appears": "SEORANG LAWAN MUNCUL!", - "quest_title_quest_beat_raid_10_minutes": "Menangkan Raid kurang dari 10 menit", - "quest_title_quest_beat_raid_60_seconds": "Menangkan Raid kurang dari 60 detik", - "quest_title_quest_beat_raid_singular_minutes": "Menangkan Raid kurang dari {{amount_0}} menit", - "quest_title_quest_beat_raid_singular_seconds": "Menangkan Raid kurang dari {{amount_0}} detik", - "quest_title_quest_begins19_catch_specific_plural": "Hari Pokémon: Tangkap {{amount_0}} Pidgey atau Rattata", - "quest_title_quest_begins19_evolve_plural": "Hari Pokémon: Evolusikan 1 Meowth", - "quest_title_quest_beldum_catch_b": "Tangkap {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_plural": "Evolusikan {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_singular": "Evolusikan Beldum", - "quest_title_quest_bellsprout_catch_b": "Tangkap {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_plural": "Evolusikan {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_singular": "Evolusikan Bellsprout", - "quest_title_quest_bellsprout_snapshot_b": "Ambil {{amount_0}} foto Bellsprout", - "quest_title_quest_beluga_evolve_pkmn": "Let's Go: Evolusikan {{amount_0}} Anorith", - "quest_title_quest_beluga_excellent_singular": "Let's Go: Lakukan {{amount_0}} Excellent Throw", - "quest_title_quest_beluga_hatch_plural": "Let's Go: Tetaskan {{amount_0}} Telur", - "quest_title_quest_best_buddy_bronze": "Miliki 1 Partner Terbaik", - "quest_title_quest_best_buddy_silver": "Miliki 10 Partner Terbaik", - "quest_title_quest_bounsweet_catch_b": "Tangkap {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_plural": "Evolusikan {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_singular": "Evolusikan Bounsweet", - "quest_title_quest_braixen_evolve_b": "Evolusikan {{amount_0}} Braixen", - "quest_title_quest_breakthrough_completed": "Penelitian Lapangan selesai!", - "quest_title_quest_breakthrough_reward_mystery": "Item misterius", - "quest_title_quest_breakthrough_reward_stardust": "Debu Bintang", - "quest_title_quest_brionne_evolve_b_plural": "Evolusikan {{amount_0}} Brionne", - "quest_title_quest_brionne_evolve_b_singular": "Evolusikan Brionne", - "quest_title_quest_buddy_affection_days": "Dapatkan hati bersama partnermu selama {{amount_0}} hari berbeda", - "quest_title_quest_buddy_affection_days_in_a_row": "Dapatkan hati bersama partnermu {{amount_0}} hari beruntun", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Bertarung melawan Pelatih lain bersama Pokémon Partnermu ketika bertualang bersama {{amount_0}} kali", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "Bertarung melawan Pelatih lain bersama Pokémon Partnermu ketika bertualang bersama", - "quest_title_quest_buddy_souvenir_plural": "Terima {{amount_0}} Suvenir dari partnermu", - "quest_title_quest_buddy_souvenir_singular": "Terima Suvenir dari partner", - "quest_title_quest_buddy_walk_km_plural": "Jalan {{amount_0}} km dengan partner", - "quest_title_quest_bulbt_catch_b": "Tangkap {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_b": "Evolusikan {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_s1": "Evolusikan {{amount_0}} Ivysaur", - "quest_title_quest_cacnea_catch": "Tangkap {{amount_0}} Cacnea", - "quest_title_quest_catch_151": "Tangkap 151 Pokémon", - "quest_title_quest_catch_b_types_plural": "Tangkap {{amount_0}} Pokémon tipe Listrik, Normal, atau Racun", - "quest_title_quest_catch_basic_types_plural": "Tangkap {{amount_0}} Pokémon tipe Daun, Air, atau Api", - "quest_title_quest_catch_berry_any_drifloon": "Gunakan {{amount_0}} Beri untuk mempermudah penangkapan Drifloon", - "quest_title_quest_catch_berry_nanab_drifloon": "Gunakan {{amount_0}} Beri Nanab untuk mempermudah penangkapan Drifloon", - "quest_title_quest_catch_berry_pinap": "Gunakan {{amount_0}} Beri Pinap untuk mempermudah penangkapan Pokémon", - "quest_title_quest_catch_berry_razz": "Gunakan {{amount_0}} Beri Razz untuk mempermudah penangkapan Pokémon", - "quest_title_quest_catch_berry_razz_drifloon": "Gunakan {{amount_0}} Beri Razz untuk mempermudah penangkapan Drifloon", - "quest_title_quest_catch_bronzor_plural": "Tangkap {{amount_0}} Bronzor", - "quest_title_quest_catch_c_types_plural": "Tangkap {{amount_0}} Pokémon tipe Terbang, Psychic, atau Kegelapan", - "quest_title_quest_catch_carbink_singular": "Tangkap Carbink", - "quest_title_quest_catch_celebi_types_plural": "Tangkap {{amount_0}} Pokémon tipe Daun atau Psychic", - "quest_title_quest_catch_costumed_plural": "Tangkap {{amount_0}} Eevee bermahkota matahari atau bermahkota bulan", - "quest_title_quest_catch_crabrawler_plural": "Tangkap {{amount_0}} Crabrawler", - "quest_title_quest_catch_dark_type_plural": "Tangkap {{amount_0}} Pokémon tipe Kegelapan", - "quest_title_quest_catch_darumaka_plural": "Tangkap {{amount_0}} Darumaka", - "quest_title_quest_catch_daysinarow": "Tangkap Pokémon {{amount_0}} hari berturut-turut", - "quest_title_quest_catch_dialga": "Tangkap Dialga", - "quest_title_quest_catch_drifloon": "Tangkap {{amount_0}} Drifloon", - "quest_title_quest_catch_ducklett_plural": "Tangkap {{amount_0}} Ducklett", - "quest_title_quest_catch_ducklett_singular": "Tangkap Ducklett", - "quest_title_quest_catch_emolga_plural": "Tangkap {{amount_0}} Emolga", - "quest_title_quest_catch_excellent_curve_drifloon": "Tangkap {{amount_0}} Drifloon dengan Lemparan Melengkung: Excellent", - "quest_title_quest_catch_excellent_with_berry_drifloon": "Tangkap {{amount_0}} Drifloon dengan Excellent Throw setelah memberinya Berri", - "quest_title_quest_catch_feed_plural": "Gunakan {{amount_0}} Beri untuk mempermudah penangkapan Pokémon", - "quest_title_quest_catch_feed_singular": "Gunakan Beri untuk mempermudah penangkapan Pokémon", - "quest_title_quest_catch_furfou_singular": "Tangkap Furfrou", - "quest_title_quest_catch_groudon_primal_boosted_types": "Tangkap {{amount_0}} Pokémon tipe Api, Daun, atau Tanah", - "quest_title_quest_catch_groudon_type": "Tangkap {{amount_0}} Pokémon Tipe Api, Daun, atau Tanah", - "quest_title_quest_catch_hoenn_pokemon": "Tangkap {{amount_0}} Pokémon yang pertama kali ditemukan di Daerah Hoenn", - "quest_title_quest_catch_in_day_plural": "Tangkap {{amount_0}} Pokémon dalam satu hari", - "quest_title_quest_catch_jan21_hoenn1_plural": "Tangkap {{amount_0}} Groudon", - "quest_title_quest_catch_jan21_hoenn2_plural": "Tangkap {{amount_0}} Kyogre", - "quest_title_quest_catch_johto_pokemon": "Tangkap {{amount_0}} Pokémon yang pertama kali ditemukan di Daerah Johto", - "quest_title_quest_catch_kanto_pokemon": "Tangkap {{amount_0}} Pokémon yang pertama kali ditemukan di Daerah Kanto", - "quest_title_quest_catch_kyogre_primal_boosted_types": "Tangkap {{amount_0}} Pokémon tipe Air, Listrik, atau Serangga", - "quest_title_quest_catch_kyogre_type": "Tangkap {{amount_0}} Pokémon Tipe Air, Listrik, atau Serangga", - "quest_title_quest_catch_legendary_inarow_plural": "Tangkap secara beruntun {{amount_0}} Pokémon Mitos atau Legendaris kamu temui selanjutnya", - "quest_title_quest_catch_legendary_plural": "Tangkap {{amount_0}} Pokémon Mitos atau Legendaris", - "quest_title_quest_catch_legendary_singular": "Tangkap Pokémon Mitos atau Legendaris", - "quest_title_quest_catch_lunatone_plural": "Tangkap {{amount_0}} Lunatone", - "quest_title_quest_catch_luvdisc": "Tangkap {{amount_0}} Luvdisc", - "quest_title_quest_catch_misc_01_types_plural": "Tangkap {{amount_0}} Pokémon tipe Normal, Air, atau Es", - "quest_title_quest_catch_nymble_plural": "Tangkap {{amount_0}} Nymble", - "quest_title_quest_catch_palkia": "Tangkap Palkia", - "quest_title_quest_catch_pikachu_plural": "Tangkap {{amount_0}} Pikachu", - "quest_title_quest_catch_plural_unique": "Tangkap {{amount_0}} spesies Pokémon yang berbeda", - "quest_title_quest_catch_pokemon_dai_plural": "Gunakan Pewangi Harian untuk menangkap {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_days": "Tangkap Pokémon selama {{amount_0}} hari berbeda", - "quest_title_quest_catch_pokemon_great_ball_plural": "Tangkap {{amount_0}} Pokémon dengan Bola Great", - "quest_title_quest_catch_pokemon_great_ball_singular": "Tangkap Pokémon dengan Bola Great", - "quest_title_quest_catch_pokemon_legendary_plural": "Tangkap {{amount_0}} Pokémon Legendaris", - "quest_title_quest_catch_pokemon_legendary_singular": "Tangkap Pokémon Legendaris", - "quest_title_quest_catch_pokemon_party_plural": "Tangkap {{amount_0}} Pokémon saat tergabung di Grup", - "quest_title_quest_catch_pokemon_plural": "Tangkap {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_poke_ball_plural": "Tangkap {{amount_0}} Pokémon dengan Bola Pokémon", - "quest_title_quest_catch_pokemon_poke_ball_singular": "Tangkap Pokémon dengan Bola Pokémon", - "quest_title_quest_catch_pokemon_routes_plural": "Tangkap {{amount_0}} Pokémon ketika menelusuri Rute", - "quest_title_quest_catch_pokemon_routes_singular": "Tangkap Pokémon ketika menelusuri Rute", - "quest_title_quest_catch_pokemon_singular": "Tangkap Pokémon", - "quest_title_quest_catch_pokemon_task": "Tangkap Pokémon", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "Tangkap {{amount_0}} Pokémon dengan Bola Ultra", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "Tangkap Pokémon dengan Bola Ultra", - "quest_title_quest_catch_psychic_steel": "Tangkap {{amount_0}} Pokémon tipe Psychic atau Logam", - "quest_title_quest_catch_raid_regi_any": "Tangkap Regirock, Regice, atau Registeel dari Raid", - "quest_title_quest_catch_raid_regi_ice": "Tangkap Regice dari Raid", - "quest_title_quest_catch_raid_regi_rock": "Tangkap Regirock dari Raid", - "quest_title_quest_catch_raid_regi_steel": "Tangkap Registeel dari Raid", - "quest_title_quest_catch_rayquaza_type": "Tangkap {{amount_0}} Pokémon Tipe Terbang, Psychic, atau Naga", - "quest_title_quest_catch_sinnoh_pokemon": "Tangkap {{amount_0}} Pokémon yang pertama kali ditemukan di Daerah Sinnoh", - "quest_title_quest_catch_sinnoh_pokemon_singular": "Tangkap Pokémon yang pertama kali ditemukan di Daerah Sinnoh", - "quest_title_quest_catch_solrock_plural": "Tangkap {{amount_0}} Solrock", - "quest_title_quest_catch_special_aerodactyl": "Tangkap Aerodactyl", - "quest_title_quest_catch_special_bidoof": "Tangkap {{amount_0}} Bidoof", - "quest_title_quest_catch_special_chespin": "Tangkap Chespin", - "quest_title_quest_catch_special_cottonee": "Tangkap {{amount_0}} Cottonee", - "quest_title_quest_catch_special_cubone": "Tangkap Cubone", - "quest_title_quest_catch_special_exeggcute": "Tangkap {{amount_0}} Exeggcute", - "quest_title_quest_catch_special_fennekin": "Tangkap Fennekin", - "quest_title_quest_catch_special_fletchling": "Tangkap Fletchling", - "quest_title_quest_catch_special_froakie": "Tangkap Froakie", - "quest_title_quest_catch_special_furfrou": "Tangkap Furfrou", - "quest_title_quest_catch_special_jirachi": "Tangkap Jirachi!", - "quest_title_quest_catch_special_lieep_anorithl": "Tangkap {{amount_0}} Lileep atau Anorith", - "quest_title_quest_catch_special_litleo": "Tangkap Litleo", - "quest_title_quest_catch_special_mew": "Tangkap Mew!", - "quest_title_quest_catch_special_natu": "Tangkap {{amount_0}} Natu", - "quest_title_quest_catch_special_omanyte_kabuto": "Tangkap {{amount_0}} Omanyte atau Kabuto", - "quest_title_quest_catch_special_pumpkaboo": "Tangkap {{amount_0}} Pumpkaboo", - "quest_title_quest_catch_special_slugma_gulpin": "Tangkap {{amount_0}} Slugma atau Gulpin", - "quest_title_quest_catch_special_voltorb": "Tangkap {{amount_0}} Voltorb", - "quest_title_quest_catch_special0_plural": "Tangkap {{amount_0}} Ditto", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Tangkap {{amount_0}} Pokémon yang ada di daftar event", - "quest_title_quest_catch_special0_singular": "Tangkap Ditto", - "quest_title_quest_catch_special1_plural": "Tangkap {{amount_0}} Oddish atau Bellsprout", - "quest_title_quest_catch_special1_singular": "Tangkap Oddish atau Bellsprout", - "quest_title_quest_catch_special2_plural": "Tangkap {{amount_0}} Swablu", - "quest_title_quest_catch_special2_singular": "Tangkap Swablu", - "quest_title_quest_catch_special3_plural": "Tangkap {{amount_0}} Pidgey atau Murkrow", - "quest_title_quest_catch_special3_singular": "Tangkap Pidgey atau Murkrow", - "quest_title_quest_catch_special4_plural": "Tangkap {{amount_0}} Treecko atau Mudkip", - "quest_title_quest_catch_special4_singular": "Tangkap Treecko atau Mudkip", - "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", - "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", - "quest_title_quest_catch_special6_plural": "Tangkap {{amount_0}} Mareep", - "quest_title_quest_catch_special7_plural": "Tangkap {{amount_0}} Charmander", - "quest_title_quest_catch_special8_plural": "Tangkap {{amount_0}} Larvitar", - "quest_title_quest_catch_special9_plural": "Tangkap {{amount_0}} Unown", - "quest_title_quest_catch_special10_plural": "Tangkap {{amount_0}} Plusle", - "quest_title_quest_catch_special11_plural": "Tangkap {{amount_0}} Minun", - "quest_title_quest_catch_special12_plural": "Tangkap {{amount_0}} Squirtle", - "quest_title_quest_catch_special13_plural": "Tangkap {{amount_0}} Roselia", - "quest_title_quest_catch_special14_singular": "Tangkap Meowth atau Growlithe", - "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", - "quest_title_quest_catch_special16_singular": "Tangkap Skitty atau Poochyena", - "quest_title_quest_catch_special17_plural": "Tangkap {{amount_0}} Eevee", - "quest_title_quest_catch_special18_plural": "Tangkap {{amount_0}} Beldum", - "quest_title_quest_catch_special19_plural": "Tangkap {{amount_0}} Slakoth", - "quest_title_quest_catch_special20_plural": "Tangkap {{amount_0}} Ralts", - "quest_title_quest_catch_special21_singular": "Tangkap Rattata atau Pikachu", - "quest_title_quest_catch_special22_plural": "Tangkap {{amount_0}} Chikorita", - "quest_title_quest_catch_special23_plural": "Tangkap {{amount_0}} Cyndaquil", - "quest_title_quest_catch_special24_plural": "Tangkap {{amount_0}} Totodile", - "quest_title_quest_catch_special25_plural": "Tangkap {{amount_0}} Swinub", - "quest_title_quest_catch_special26_plural": "Tangkap {{amount_0}} Treecko", - "quest_title_quest_catch_special27_plural": "Tangkap {{amount_0}} Bagon", - "quest_title_quest_catch_special28_plural": "Tangkap {{amount_0}} Torchic", - "quest_title_quest_catch_special29_plural": "Tangkap {{amount_0}} Mudkip", - "quest_title_quest_catch_special31_plural": "Tangkap {{amount_0}} Turtwig", - "quest_title_quest_catch_special33_plural": "Tangkap {{amount_0}} Trapinch", - "quest_title_quest_catch_special34_plural": "Tangkap {{amount_0}} Chimchar", - "quest_title_quest_catch_special35_plural": "Tangkap {{amount_0}} Piplup", - "quest_title_quest_catch_special36_plural": "Tangkap {{amount_0}} Rhyhorn", - "quest_title_quest_catch_special37_plural": "Tangkap {{amount_0}} Machop", - "quest_title_quest_catch_special38_plural": "Tangkap {{amount_0}} Vulpix", - "quest_title_quest_catch_special39_plural": "Tangkap {{amount_0}} Dratini", - "quest_title_quest_catch_special40_plural": "Tangkap {{amount_0}} Abra", - "quest_title_quest_catch_special41_plural": "Tangkap {{amount_0}} Spheal", - "quest_title_quest_catch_special42_plural": "Tangkap {{amount_0}} Weedle", - "quest_title_quest_catch_special43_plural": "Tangkap {{amount_0}} Starly", - "quest_title_quest_catch_special44_plural": "Tangkap {{amount_0}} Seedot", - "quest_title_quest_catch_special45_plural": "Tangkap {{amount_0}} Grimer", - "quest_title_quest_catch_special46_plural": "Tangkap {{amount_0}} Porygon", - "quest_title_quest_catch_staryu_plural": "Tangkap {{amount_0}} Staryu", - "quest_title_quest_catch_stufful_pinap_plural": "Gunakan {{amount_0}} Beri Pinap untuk mempermudah penangkapan Pokémon", - "quest_title_quest_catch_stufful_pinap_singular": "Gunakan Beri Pinap untuk mempermudah penangkapan Pokémon", - "quest_title_quest_catch_stufful_razz_plural": "Gunakan {{amount_0}} Beri Razz untuk mempermudah penangkapan Pokémon", - "quest_title_quest_catch_stufful_razz_singular": "Gunakan Beri Razz untuk mempermudah penangkapan Pokémon", - "quest_title_quest_catch_transform_pokemon_plural": "Tangkap {{amount_0}} Pokémon Transformasi", - "quest_title_quest_catch_trubbish_plural": "Tangkap {{amount_0}} Trubbish", - "quest_title_quest_catch_type_bug_plural": "Tangkap {{amount_0}} Pokémon tipe Serangga", - "quest_title_quest_catch_type_bug_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Serangga yang berbeda", - "quest_title_quest_catch_type_bug_singular": "Tangkap Pokémon tipe Serangga", - "quest_title_quest_catch_type_buzzwole": "Tangkap Pokémon yang bertipe sama dengan Buzzwole", - "quest_title_quest_catch_type_buzzwole_effective": "Tangkap Pokémon bertipe kelemahan Buzzwole", - "quest_title_quest_catch_type_buzzwole_plural": "Tangkap {{amount_0}} Pokémon yang bertipe sama dengan Buzzwole", - "quest_title_quest_catch_type_celesteela_effective": "Tangkap Pokémon bertipe kelemahan Celesteela", - "quest_title_quest_catch_type_dark_plural": "Tangkap {{amount_0}} Pokémon tipe Kegelapan", - "quest_title_quest_catch_type_dark_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Kegelapan yang berbeda", - "quest_title_quest_catch_type_dark_singular": "Tangkap Pokémon tipe Kegelapan", - "quest_title_quest_catch_type_dragon_normal_plural": "Tangkap {{amount_0}} Pokémon tipe Normal atau Naga", - "quest_title_quest_catch_type_dragon_plural": "Tangkap {{amount_0}} Pokémon tipe Naga", - "quest_title_quest_catch_type_dragon_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Naga yang berbeda", - "quest_title_quest_catch_type_dragon_singular": "Tangkap Pokémon tipe Naga", - "quest_title_quest_catch_type_electric_flying_plural": "Tangkap {{amount_0}} Pokémon tipe Listrik atau Terbang", - "quest_title_quest_catch_type_electric_plural": "Tangkap {{amount_0}} Pokémon tipe Listrik", - "quest_title_quest_catch_type_electric_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Listrik yang berbeda", - "quest_title_quest_catch_type_electric_singular": "Tangkap Pokémon tipe Listrik", - "quest_title_quest_catch_type_fairy_plural": "Tangkap {{amount_0}} Pokémon tipe Peri", - "quest_title_quest_catch_type_fairy_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Peri yang berbeda", - "quest_title_quest_catch_type_fairy_singular": "Tangkap Pokémon tipe Peri", - "quest_title_quest_catch_type_fighting_plural": "Tangkap {{amount_0}} Pokémon tipe Petarung", - "quest_title_quest_catch_type_fighting_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Petarung yang berbeda", - "quest_title_quest_catch_type_fighting_singular": "Tangkap Pokémon tipe Petarung", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Tangkap {{amount_0}} Pokémon tipe Api atau Kegelapan", - "quest_title_quest_catch_type_fire_plural": "Tangkap {{amount_0}} Pokémon tipe Api", - "quest_title_quest_catch_type_fire_singular": "Tangkap Pokémon tipe Api", - "quest_title_quest_catch_type_flying_plural": "Tangkap {{amount_0}} Pokémon tipe Terbang", - "quest_title_quest_catch_type_flying_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Terbang yang berbeda", - "quest_title_quest_catch_type_flying_singular": "Tangkap Pokémon tipe Terbang", - "quest_title_quest_catch_type_ghost_dark_plural": "Tangkap {{amount_0}} Pokémon tipe Hantu atau Kegelapan", - "quest_title_quest_catch_type_ghost_plural": "Tangkap {{amount_0}} Pokémon tipe Hantu", - "quest_title_quest_catch_type_ghost_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Hantu yang berbeda", - "quest_title_quest_catch_type_ghost_singular": "Tangkap Pokémon tipe Hantu", - "quest_title_quest_catch_type_grass_bug_plural": "Tangkap {{amount_0}} Pokémon tipe Serangga atau Daun", - "quest_title_quest_catch_type_grass_plural": "Tangkap {{amount_0}} Pokémon tipe Daun", - "quest_title_quest_catch_type_grass_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Daun yang berbeda", - "quest_title_quest_catch_type_grass_poison_plural": "Tangkap {{amount_0}} Pokémon tipe Daun atau Racun", - "quest_title_quest_catch_type_grass_singular": "Tangkap Pokémon tipe Daun", - "quest_title_quest_catch_type_ground_plural": "Tangkap {{amount_0}} Pokémon tipe Tanah", - "quest_title_quest_catch_type_ground_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Tanah yang berbeda", - "quest_title_quest_catch_type_ground_singular": "Tangkap Pokémon tipe Tanah", - "quest_title_quest_catch_type_guzzlord_effective": "Tangkap Pokémon bertipe kelemahan Guzzlord", - "quest_title_quest_catch_type_ice_grass_plural_unique": "Tangkap {{amount_0}} Pokémon tipe Daun atau Es", - "quest_title_quest_catch_type_ice_plural": "Tangkap {{amount_0}} Pokémon tipe Es", - "quest_title_quest_catch_type_ice_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Es yang berbeda", - "quest_title_quest_catch_type_ice_singular": "Tangkap Pokémon tipe Es", - "quest_title_quest_catch_type_kartana_effective": "Tangkap Pokémon bertipe kelemahan Kartana", - "quest_title_quest_catch_type_nihilego": "Tangkap Pokémon yang bertipe sama dengan Nihilego", - "quest_title_quest_catch_type_nihilego_effective": "Tangkap Pokémon bertipe kelemahan Nihilego", - "quest_title_quest_catch_type_nihilego_plural": "Tangkap {{amount_0}} Pokémon yang bertipe sama dengan Nihilego", - "quest_title_quest_catch_type_normal_plural": "Tangkap {{amount_0}} Pokémon tipe Normal", - "quest_title_quest_catch_type_normal_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Normal yang berbeda", - "quest_title_quest_catch_type_normal_singular": "Tangkap Pokémon tipe Normal", - "quest_title_quest_catch_type_pheremosa_effective": "Tangkap Pokémon bertipe kelemahan Pheromosa", - "quest_title_quest_catch_type_pheromosa": "Tangkap Pokémon yang bertipe sama dengan Pheromosa", - "quest_title_quest_catch_type_pheromosa_plural": "Tangkap {{amount_0}} Pokémon yang bertipe sama dengan Pheromosa", - "quest_title_quest_catch_type_poison_plural": "Tangkap {{amount_0}} Pokémon tipe Racun", - "quest_title_quest_catch_type_poison_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Racun yang berbeda", - "quest_title_quest_catch_type_poison_singular": "Tangkap Pokémon tipe Racun", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "Tangkap {{amount_0}} Pokémon tipe Psychic atau Petarung", - "quest_title_quest_catch_type_psychic_plural": "Tangkap {{amount_0}} Pokémon tipe Psychic", - "quest_title_quest_catch_type_psychic_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Psychic yang berbeda", - "quest_title_quest_catch_type_psychic_singular": "Tangkap Pokémon tipe Psychic", - "quest_title_quest_catch_type_rock_plural": "Tangkap {{amount_0}} Pokémon tipe Bebatuan", - "quest_title_quest_catch_type_rock_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Bebatuan yang berbeda", - "quest_title_quest_catch_type_rock_singular": "Tangkap Pokémon tipe Bebatuan", - "quest_title_quest_catch_type_shaymin": "Tangkap Pokémon yang bertipe sama dengan Shaymin", - "quest_title_quest_catch_type_shaymin_plural": "Tangkap {{amount_0}} Pokémon yang bertipe sama dengan Shaymin", - "quest_title_quest_catch_type_steel_plural": "Tangkap {{amount_0}} Pokémon tipe Logam", - "quest_title_quest_catch_type_steel_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Logam yang berbeda", - "quest_title_quest_catch_type_steel_singular": "Tangkap Pokémon tipe Logam", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Tangkap {{amount_0}} Pokémon tipe Api, Listrik, atau Air", - "quest_title_quest_catch_type_water_flying_plural": "Tangkap {{amount_0}} Pokémon tipe Air atau Terbang", - "quest_title_quest_catch_type_water_ground_plural": "Tangkap {{amount_0}} Pokémon tipe Air atau Tanah", - "quest_title_quest_catch_type_water_plural": "Tangkap {{amount_0}} Pokémon tipe Air", - "quest_title_quest_catch_type_water_plural_unique": "Tangkap {{amount_0}} spesies Pokémon tipe Air yang berbeda", - "quest_title_quest_catch_type_water_singular": "Tangkap Pokémon tipe Air", - "quest_title_quest_catch_type_xurkitree": "Tangkap Pokémon yang bertipe sama dengan Xurkitree", - "quest_title_quest_catch_type_xurkitree_effective": "Tangkap Pokémon bertipe kelemahan Xurkitree", - "quest_title_quest_catch_type_xurkitree_plural": "Tangkap {{amount_0}} Pokémon yang bertipe sama dengan Xurkitree", - "quest_title_quest_catch_types_rainy_plural": "Tangkap {{amount_0}} Pokémon tipe Air, Listrik, atau Serangga", - "quest_title_quest_catch_types_rainy_singular": "Tangkap Pokémon tipe Air, Listrik, atau Serangga", - "quest_title_quest_catch_types_snowy_plural": "Tangkap {{amount_0}} Pokémon tipe Logam atau Es", - "quest_title_quest_catch_types_snowy_singular": "Tangkap Pokémon tipe Logam atau Es", - "quest_title_quest_catch_types_sunny_plural": "Tangkap {{amount_0}} Pokémon tipe Tanah, Api, atau Daun", - "quest_title_quest_catch_types_sunny_singular": "Tangkap Pokémon tipe Tanah, Api, atau Daun", - "quest_title_quest_catch_types_windy_plural": "Tangkap {{amount_0}} Pokémon tipe Terbang, Psychic, atau Naga", - "quest_title_quest_catch_types_windy_singular": "Tangkap Pokémon tipe Terbang, Psychic, atau Naga", - "quest_title_quest_catch_weather_boost_plural": "Tangkap {{amount_0}} Pokémon dengan Pemacu Cuaca", - "quest_title_quest_catch_weather_boost_singular": "Tangkap Pokémon dengan Pemacu Cuaca", - "quest_title_quest_catch_whismur": "Tangkap {{amount_0}} Whismur", - "quest_title_quest_challenge_party_power_plural": "Gunakan Penguat Grup {{amount_0}} kali pada Pertarungan Raid", - "quest_title_quest_challenge_party_power_singular": "Gunakan Penguat Grup pada Pertarungan Raid", - "quest_title_quest_change_form_furfrou": "Ubah wujud Furfrou", - "quest_title_quest_change_form_plural": "Ubah wujud {{amount_0}} Pokémon", - "quest_title_quest_change_form_singular": "Ubah wujud Pokémon", - "quest_title_quest_chansey_catch_b": "Tangkap {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_plural": "Evolusikan {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_singular": "Evolusikan Chansey", - "quest_title_quest_chansey_snapshot_b": "Ambil {{amount_0}} foto Chansey", - "quest_title_quest_charge_attack_party_plural": "Gunakan {{amount_0}} Jurus Super saat tergabung di Grup", - "quest_title_quest_charge_attack_party_singular": "Gunakan Jurus Super saat tergabung di Grup", - "quest_title_quest_charged_attack_plural": "Gunakan {{amount_0}} Jurus Super", - "quest_title_quest_charjabug_evolve_b": "Evolusikan {{amount_0}} Charjabug", - "quest_title_quest_chart_catch_b": "Tangkap {{amount_0}} Charmander", - "quest_title_quest_chart_catch_s1": "Tangkap {{amount_0}} Charmeleon", - "quest_title_quest_chart_evolve_b": "Evolusikan {{amount_0}} Charmander", - "quest_title_quest_chart_evolve_s1": "Evolusikan {{amount_0}} Charmeleon", - "quest_title_quest_chespin_catch_b": "Tangkap {{amount_0}} Chespin", - "quest_title_quest_chespin_evolve_b": "Evolusikan {{amount_0}} Chespin", - "quest_title_quest_chespin_snapshot_b": "Ambil {{amount_0}} foto Chespin", - "quest_title_quest_crocalor_evolve_b": "Evolusikan Crocalor", - "quest_title_quest_cyndaquil_catch_b": "Tangkap {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_plural": "Evolusikan {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_singular": "Evolusikan Cyndaquil", - "quest_title_quest_dartrix_evolve_b_plural": "Evolusikan {{amount_0}} Dartrix", - "quest_title_quest_dartrix_evolve_b_singular": "Evolusikan {{amount_0}} Dartrix", - "quest_title_quest_dec2021_catch_b": "Tangkap {{amount_0}} Pokémon terpilih selama Hari Komunitas Desember 2021", - "quest_title_quest_dec2022_catch_b": "Tangkap {{amount_0}} Pokémon Pilihan selama Hari Komunitas Desember 2022", - "quest_title_quest_dec2023_catch_b": "Tangkap {{amount_0}} Pokémon terpilih selama Hari Komunitas Desember 2023", - "quest_title_quest_defeat_jessie_james_plural": "Kalahkan Jessie atau James {{amount_0}} kali", - "quest_title_quest_defeat_rocket": "Kalahkan {{amount_0}} anggota Tim Roket GO", - "quest_title_quest_defeat_rocket_leader_2500": "Kalahkan {{amount_0}} Pemimpin Tim Roket GO menggunakan Pokémon dengan atau di bawah 2.500 CP", - "quest_title_quest_defeat_rocket_singular": "Kalahkan anggota Tim Roket GO", - "quest_title_quest_deino_catch": "Tangkap {{amount_0}} Deino", - "quest_title_quest_deino_evolve_a": "Evolusikan {{amount_0}} Deino", - "quest_title_quest_deino_evolve_b": "Evolusikan {{amount_0}} Deino atau Zweilous", - "quest_title_quest_deino_snap": "Ambil {{amount_0}} foto Deino", - "quest_title_quest_dragonair_evolve_b": "Evolusikan {{amount_0}} Dragonair", - "quest_title_quest_dratini_cdc_catch_b": "Tangkap {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_evolve_b": "Evolusikan {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_snapshot_b": "Ambil {{amount_0}} foto Dratini", - "quest_title_quest_drizzle_evolve": "Evolusikan Drizzile", - "quest_title_quest_dude_catch": "Tangkap {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_a": "Evolusikan {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_b": "Evolusikan {{amount_0}} Graveler", - "quest_title_quest_dude_snap": "Ambil {{amount_0}} foto Geodude", - "quest_title_quest_duskt_catch_b": "Tangkap {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_b": "Evolusikan {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_s1": "Evolusikan {{amount_0}} Dusclops", - "quest_title_quest_earn_buddy_ribbon_plural": "Dapatkan {{amount_0}} Pita Partner Terbaik dengan Pokémon milikmu", - "quest_title_quest_eelektrik_evolve_b_plural": "Evolusikan {{amount_0}} Eelektrik", - "quest_title_quest_eelektrik_evolve_b_singular": "Evolusikan Eelektrik", - "quest_title_quest_eevee_evolve_plural": "Evolusikan Eevee ke setiap ragam Evolusinya", - "quest_title_quest_eevet_catch_b": "Tangkap {{amount_0}} Eevee", - "quest_title_quest_eevet_evolve_b": "Evolusikan {{amount_0}} Eevee", - "quest_title_quest_elect_catch_b": "Tangkap {{amount_0}} Electabuzz", - "quest_title_quest_elect_evolve_b": "Evolusikan {{amount_0}} Electabuzz", - "quest_title_quest_elite_raid_victory_plural": "Menangkan {{amount_0}} Raid Elite", - "quest_title_quest_elite_raid_victory_singular": "Menangkan Raid Elite", - "quest_title_quest_elite4_a": "Taklukan Empat Elite Tur GO: Pelatih Mesa", - "quest_title_quest_elite4_b": "Taklukan Empat Elite Tur GO: Pelatih Gua", - "quest_title_quest_elite4_c": "Taklukan Empat Elite Tur GO: Pelatih Samudra", - "quest_title_quest_elite4_d": "Taklukan Empat Elite Tur GO: Pelatih Sabana", - "quest_title_quest_elrd22_april16_battle": "Penelitian Exeggcute: Bertarung di Gym", - "quest_title_quest_elrd22_april16_berries": "Penelitian Exeggcute: Gunakan 3 Beri untuk mempermudah penangkapan Pokémon", - "quest_title_quest_elrd22_april16_catch_grass": "Penelitian Exeggcute: Tangkap 3 Pokémon tipe Daun", - "quest_title_quest_elrd22_april16_charged_move": "Penelitian Exeggcute: Gunakan Serangan Spesial superefektif", - "quest_title_quest_elrd22_april16_curve": "Penelitian Exeggcute: Lakukan 5 Lemparan Melengkung", - "quest_title_quest_elrd22_april16_evolve_grass": "Penelitian Exeggcute: Evolusikan 2 Pokémon tipe Daun", - "quest_title_quest_elrd22_april16_gifts_stickers": "Penelitian Exeggcute: Kirimkan 2 hadiah dengan stiker", - "quest_title_quest_elrd22_april16_great": "Penelitian Exeggcute: Lakukan 3 Great Throw", - "quest_title_quest_elrd22_april16_great_row": "Penelitian Exeggcute: Lakukan 2 Great Throw secara beruntun", - "quest_title_quest_elrd22_april16_nice": "Penelitian Exeggcute: Lakukan 5 Nice Throw", - "quest_title_quest_elrd22_april16_nice_row": "Penelitian Exeggcute: Lakukan 3 Nice Throw secara beruntun", - "quest_title_quest_elrd22_april16_raid": "Penelitian Exeggcute: Bertarung di Raid", - "quest_title_quest_elrd22_april16_spin": "Penelitian Exeggcute: Putar 2 PokéStop", - "quest_title_quest_elrd22_april16_weather_easy": "Penelitian Exeggcute: Tangkap 3 Pokémon dengan Pemacu Cuaca", - "quest_title_quest_elrd22_april16_weather_hard": "Penelitian Exeggcute: Tangkap 5 Pokémon dengan Pemacu Cuaca", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Penelitian Exeggcute: Ambil foto Pokémon tipe Daun liar", - "quest_title_quest_equinox19_catch_medium_pkmn": "Tangkap {{amount_0}} Bulbasaur atau Chikorita", - "quest_title_quest_equinox19_catch_type_grass_plural": "Tangkap {{amount_0}} Pokémon tipe Daun", - "quest_title_quest_equinox19_evolve_type_grass_plural": "Evolusikan {{amount_0}} Pokémon tipe Daun", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Evolusikan {{amount_0}} Pokémon tipe Daun", - "quest_title_quest_event_eevee_snapshot_barcelona": "Ambil foto Eevee milikmu di Barcelona", - "quest_title_quest_event_eevee_snapshot_jakarta": "Ambil foto Eevee milikmu di Jakarta", - "quest_title_quest_event_eevee_snapshot_mexico_city": "Ambil foto Eevee milikmu di Kota Meksiko", - "quest_title_quest_event_eevee_snapshot_seoul": "Ambil foto Eevee milikmu di Seoul", - "quest_title_quest_event_eevee_snapshot_tainan": "Ambil foto Eevee milikmu di Tainan", - "quest_title_quest_event_leave_behind_spin": "Putar 10 PokéStop atau Gym yang belum pernah dikunjungi", - "quest_title_quest_event_leave_behind_spin_safari_city": "Putar PokéStop di Lokasi Eevee Si Penjelajah mana pun", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Putar {{amount_0}} PokéStop pada lokasi Eevee Si Penjelajah yang belum pernah dikunjungi", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Putar PokéStop pada lokasi Eevee Si Penjelajah yang belum pernah dikunjungi", - "quest_title_quest_event_spin_barcelona": "Putar PokéStop atau Gym di Barcelona", - "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", - "quest_title_quest_event_spin_jakarta": "Putar PokéStop atau Gym di Jakarta", - "quest_title_quest_event_spin_mexico_city": "Putar PokéStop atau Gym di Kota Meksiko", - "quest_title_quest_event_spin_seoul": "Putar PokéStop atau Gym di Seoul", - "quest_title_quest_event_spin_tainan": "Putar PokéStop atau Gym di Tainan", - "quest_title_quest_evolve_abra_singular": "Evolusikan 1 Abra", - "quest_title_quest_evolve_aipom_singular": "Evolusikan 1 Aipom", - "quest_title_quest_evolve_amaura_singular": "Evolusikan 1 Amaura", - "quest_title_quest_evolve_anorith_singular": "Evolusikan 1 Anorith", - "quest_title_quest_evolve_archen_singular": "Evolusikan 1 Archen", - "quest_title_quest_evolve_aron_singular": "Evolusikan 1 Aron", - "quest_title_quest_evolve_axew_singular": "Evolusikan 1 Axew", - "quest_title_quest_evolve_azurill_singular": "Evolusikan 1 Azurill", - "quest_title_quest_evolve_bagon_singular": "Evolusikan 1 Bagon", - "quest_title_quest_evolve_baltoy_singular": "Evolusikan 1 Baltoy", - "quest_title_quest_evolve_barboach_singular": "Evolusikan 1 Barboach", - "quest_title_quest_evolve_bayleef": "Evolusikan Bayleef", - "quest_title_quest_evolve_bayleef_singular": "Evolusikan 1 Bayleef", - "quest_title_quest_evolve_beldum_singular": "Evolusikan 1 Beldum", - "quest_title_quest_evolve_bellsprout_singular": "Evolusikan 1 Bellsprout", - "quest_title_quest_evolve_bergmite_singular": "Evolusikan 1 Bergmite", - "quest_title_quest_evolve_bidoof_singular": "Evolusikan 1 Bidoof", - "quest_title_quest_evolve_binacle_singular": "Evolusikan 1 Binacle", - "quest_title_quest_evolve_blitzle_singular": "Evolusikan 1 Blitzle", - "quest_title_quest_evolve_boldore_singular": "Evolusikan 1 Boldore", - "quest_title_quest_evolve_bonsly_singular": "Evolusikan 1 Bonsly", - "quest_title_quest_evolve_braixen_singular": "Evolusikan 1 Braixen", - "quest_title_quest_evolve_bronzor_singular": "Evolusikan 1 Bronzor", - "quest_title_quest_evolve_budew_singular": "Evolusikan 1 Budew", - "quest_title_quest_evolve_buizel_singular": "Evolusikan 1 Buizel", - "quest_title_quest_evolve_bulbasaur": "Evolusikan Bulbasaur", - "quest_title_quest_evolve_bulbasaur_singular": "Evolusikan 1 Bulbasaur", - "quest_title_quest_evolve_buneary_singular": "Evolusikan 1 Buneary", - "quest_title_quest_evolve_bunnelby_singular": "Evolusikan 1 Bunnelby", - "quest_title_quest_evolve_burmy_singular": "Evolusikan 1 Burmy", - "quest_title_quest_evolve_cacnea_singular": "Evolusikan 1 Cacnea", - "quest_title_quest_evolve_carvanha_singular": "Evolusikan 1 Carvanha", - "quest_title_quest_evolve_cascoon_singular": "Evolusikan 1 Cascoon", - "quest_title_quest_evolve_caterpie_singular": "Evolusikan 1 Caterpie", - "quest_title_quest_evolve_chansey_singular": "Evolusikan 1 Chansey", - "quest_title_quest_evolve_charmander": "Evolusikan Charmander", - "quest_title_quest_evolve_charmander_singular": "Evolusikan 1 Charmander", - "quest_title_quest_evolve_charmeleon_singular": "Evolusikan 1 Charmeleon", - "quest_title_quest_evolve_cherubi_singular": "Evolusikan 1 Cherubi", - "quest_title_quest_evolve_chespin_singular": "Evolusikan 1 Chespin", - "quest_title_quest_evolve_chikorita": "Evolusikan Chikorita", - "quest_title_quest_evolve_chikorita_singular": "Evolusikan 1 Chikorita", - "quest_title_quest_evolve_chimchar_singular": "Evolusikan 1 Chimchar", - "quest_title_quest_evolve_chinchou_singular": "Evolusikan 1 Chinchou", - "quest_title_quest_evolve_chingling_singular": "Evolusikan 1 Chingling", - "quest_title_quest_evolve_clamperl_singular": "Evolusikan 1 Clamperl", - "quest_title_quest_evolve_clauncher_singular": "Evolusikan 1 Clauncher", - "quest_title_quest_evolve_clefairy_singular": "Evolusikan 1 Clefairy", - "quest_title_quest_evolve_cleffa_singular": "Evolusikan 1 Cleffa", - "quest_title_quest_evolve_combee_singular": "Evolusikan 1 Combee", - "quest_title_quest_evolve_combusken_singular": "Evolusikan 1 Combusken", - "quest_title_quest_evolve_corphish_singular": "Evolusikan 1 Corphish", - "quest_title_quest_evolve_cosmoem_singular": "Evolusikan Cosmoem", - "quest_title_quest_evolve_cosmog_singular": "Evolusikan Cosmog", - "quest_title_quest_evolve_cottonee_singular": "Evolusikan 1 Cottonee", - "quest_title_quest_evolve_cranidos_singular": "Evolusikan 1 Cranidos", - "quest_title_quest_evolve_croagunk_singular": "Evolusikan 1 Croagunk", - "quest_title_quest_evolve_croconaw": "Evolusikan Croconaw", - "quest_title_quest_evolve_croconaw_singular": "Evolusikan 1 Croconaw", - "quest_title_quest_evolve_cubchoo_singular": "Evolusikan 1 Cubchoo", - "quest_title_quest_evolve_cubone_singular": "Evolusikan 1 Cubone", - "quest_title_quest_evolve_cyndaquil": "Evolusikan Cyndaquil", - "quest_title_quest_evolve_cyndaquil_singular": "Evolusikan 1 Cyndaquil", - "quest_title_quest_evolve_dark_type_singular": "Evolusikan Pokémon tipe Kegelapan", - "quest_title_quest_evolve_darumaka_singular": "Evolusikan 1 Darumaka", - "quest_title_quest_evolve_deerling_singular": "Evolusikan 1 Deerling", - "quest_title_quest_evolve_deino_singular": "Evolusikan 1 Deino", - "quest_title_quest_evolve_dewott_singular": "Evolusikan 1 Dewott", - "quest_title_quest_evolve_diglett_singular": "Evolusikan 1 Diglett", - "quest_title_quest_evolve_doduo_singular": "Evolusikan 1 Doduo", - "quest_title_quest_evolve_doublade_singular": "Evolusikan 1 Doublade", - "quest_title_quest_evolve_dragonair_singular": "Evolusikan 1 Dragonair", - "quest_title_quest_evolve_dratini_singular": "Evolusikan 1 Dratini", - "quest_title_quest_evolve_drifloon_singular": "Evolusikan 1 Drifloon", - "quest_title_quest_evolve_drilbur_singular": "Evolusikan 1 Drilbur", - "quest_title_quest_evolve_drowzee_singular": "Evolusikan 1 Drowzee", - "quest_title_quest_evolve_ducklett_singular": "Evolusikan 1 Ducklett", - "quest_title_quest_evolve_duosion_singular": "Evolusikan 1 Duosion", - "quest_title_quest_evolve_durant_singular": "Evolusikan 1 Durant", - "quest_title_quest_evolve_dusclops_singular": "Evolusikan 1 Dusclops", - "quest_title_quest_evolve_duskull_singular": "Evolusikan 1 Duskull", - "quest_title_quest_evolve_dwebble_singular": "Evolusikan 1 Dwebble", - "quest_title_quest_evolve_eelektrik_singular": "Evolusikan 1 Eelektrik", - "quest_title_quest_evolve_eevee_singular": "Evolusikan 1 Eevee", - "quest_title_quest_evolve_eevee_types_plural": "Evolusikan {{amount_0}} Pokémon tipe Listrik, Air, atau Api", - "quest_title_quest_evolve_eevee_types_singular": "Evolusikan Pokémon tipe Listrik, Air, atau Api", - "quest_title_quest_evolve_ekans_singular": "Evolusikan 1 Ekans", - "quest_title_quest_evolve_electabuzz_singular": "Evolusikan 1 Electabuzz", - "quest_title_quest_evolve_electrike_singular": "Evolusikan 1 Electrike", - "quest_title_quest_evolve_elekid_singular": "Evolusikan 1 Elekid", - "quest_title_quest_evolve_elgyem_singular": "Evolusikan 1 Elgyem", - "quest_title_quest_evolve_espeon": "Evolusikan Eevee ke Espeon di siang hari", - "quest_title_quest_evolve_espurr_singular": "Evolusikan 1 Espurr", - "quest_title_quest_evolve_evolved_grass_singular": "Evolusikan Pokémon tipe Daun yang sudah dievolusikan", - "quest_title_quest_evolve_exeggcute_singular": "Evolusikan 1 Exeggcute", - "quest_title_quest_evolve_farfetch'd_singular": "Evolusikan 1 Farfetch'd", - "quest_title_quest_evolve_feebas_singular": "Evolusikan 1 Feebas", - "quest_title_quest_evolve_fennekin_singular": "Evolusikan 1 Fennekin", - "quest_title_quest_evolve_ferroseed_singular": "Evolusikan 1 Ferroseed", - "quest_title_quest_evolve_finneon_singular": "Evolusikan 1 Finneon", - "quest_title_quest_evolve_flaaffy_singular": "Evolusikan 1 Flaaffy", - "quest_title_quest_evolve_flabébé_singular": "Evolusikan 1 Flabébé", - "quest_title_quest_evolve_fletchinder_singular": "Evolusikan 1 Fletchinder", - "quest_title_quest_evolve_fletchling_singular": "Evolusikan 1 Fletchling", - "quest_title_quest_evolve_floette_singular": "Evolusikan 1 Floette", - "quest_title_quest_evolve_foongus_singular": "Evolusikan 1 Foongus", - "quest_title_quest_evolve_fraxure_singular": "Evolusikan 1 Fraxure", - "quest_title_quest_evolve_frillish_singular": "Evolusikan 1 Frillish", - "quest_title_quest_evolve_froakie_singular": "Evolusikan 1 Froakie", - "quest_title_quest_evolve_frogadier_singular": "Evolusikan 1 Frogadier", - "quest_title_quest_evolve_gabite_singular": "Evolusikan 1 Gabite", - "quest_title_quest_evolve_gastly_singular": "Evolusikan 1 Gastly", - "quest_title_quest_evolve_geodude_singular": "Evolusikan 1 Geodude", - "quest_title_quest_evolve_gible_singular": "Evolusikan 1 Gible", - "quest_title_quest_evolve_glalie_singular": "Evolusikan 1 Glalie", - "quest_title_quest_evolve_glameow_singular": "Evolusikan 1 Glameow", - "quest_title_quest_evolve_gligar_singular": "Evolusikan 1 Gligar", - "quest_title_quest_evolve_gloom_singular": "Evolusikan 1 Gloom", - "quest_title_quest_evolve_golbat_singular": "Evolusikan 1 Golbat", - "quest_title_quest_evolve_goldeen_singular": "Evolusikan 1 Goldeen", - "quest_title_quest_evolve_golett_singular": "Evolusikan 1 Golett", - "quest_title_quest_evolve_goomy_singular": "Evolusikan 1 Goomy", - "quest_title_quest_evolve_gothita_singular": "Evolusikan 1 Gothita", - "quest_title_quest_evolve_gothorita_singular": "Evolusikan 1 Gothorita", - "quest_title_quest_evolve_graveler_singular": "Evolusikan 1 Graveler", - "quest_title_quest_evolve_grimer_singular": "Evolusikan 1 Grimer", - "quest_title_quest_evolve_grotle_singular": "Evolusikan 1 Grotle", - "quest_title_quest_evolve_ground_plural": "Evolusikan {{amount_0}} Pokémon tipe Tanah", - "quest_title_quest_evolve_grovyle_singular": "Evolusikan 1 Grovyle", - "quest_title_quest_evolve_growlithe_singular": "Evolusikan 1 Growlithe", - "quest_title_quest_evolve_gulpin_singular": "Evolusikan 1 Gulpin", - "quest_title_quest_evolve_gurdurr_singular": "Evolusikan 1 Gurdurr", - "quest_title_quest_evolve_happiny_singular": "Evolusikan 1 Happiny", - "quest_title_quest_evolve_haunter_singular": "Evolusikan 1 Haunter", - "quest_title_quest_evolve_heatmor_singular": "Evolusikan 1 Heatmor", - "quest_title_quest_evolve_helioptile_singular": "Evolusikan 1 Helioptile", - "quest_title_quest_evolve_herdier_singular": "Evolusikan 1 Herdier", - "quest_title_quest_evolve_hippopotas_singular": "Evolusikan 1 Hippopotas", - "quest_title_quest_evolve_honedge_singular": "Evolusikan 1 Honedge", - "quest_title_quest_evolve_hoothoot_singular": "Evolusikan 1 Hoothoot", - "quest_title_quest_evolve_hoppip_singular": "Evolusikan 1 Hoppip", - "quest_title_quest_evolve_horsea_singular": "Evolusikan 1 Horsea", - "quest_title_quest_evolve_houndour_singular": "Evolusikan 1 Houndour", - "quest_title_quest_evolve_igglybuff_singular": "Evolusikan 1 Igglybuff", - "quest_title_quest_evolve_illumise_singular": "Evolusikan 1 Illumise", - "quest_title_quest_evolve_inkay_singular": "Evolusikan 1 Inkay", - "quest_title_quest_evolve_items_plural": "Gunakan alat untuk mengevolusikan Pokémon {{amount_0}} kali", - "quest_title_quest_evolve_items_singular": "Gunakan alat untuk mengevolusi Pokémon", - "quest_title_quest_evolve_ivysaur_singular": "Evolusikan 1 Ivysaur", - "quest_title_quest_evolve_jigglypuff_singular": "Evolusikan 1 Jigglypuff", - "quest_title_quest_evolve_joltik_singular": "Evolusikan 1 Joltik", - "quest_title_quest_evolve_kabuto_singular": "Evolusikan 1 Kabuto", - "quest_title_quest_evolve_kadabra_singular": "Evolusikan 1 Kadabra", - "quest_title_quest_evolve_kakuna_singular": "Evolusikan 1 Kakuna", - "quest_title_quest_evolve_karrablast_singular": "Evolusikan 1 Karrablast", - "quest_title_quest_evolve_kirlia_singular": "Evolusikan 1 Kirlia", - "quest_title_quest_evolve_klang_singular": "Evolusikan 1 Klang", - "quest_title_quest_evolve_klink_singular": "Evolusikan 1 Klink", - "quest_title_quest_evolve_koffing_singular": "Evolusikan 1 Koffing", - "quest_title_quest_evolve_krabby_singular": "Evolusikan 1 Krabby", - "quest_title_quest_evolve_kricketot_singular": "Evolusikan 1 Kricketot", - "quest_title_quest_evolve_krokorok_singular": "Evolusikan 1 Krokorok", - "quest_title_quest_evolve_lairon_singular": "Evolusikan 1 Lairon", - "quest_title_quest_evolve_lampent_singular": "Evolusikan 1 Lampent", - "quest_title_quest_evolve_larvesta_singular": "Evolusikan 1 Larvesta", - "quest_title_quest_evolve_larvitar_singular": "Evolusikan 1 Larvitar", - "quest_title_quest_evolve_ledyba_singular": "Evolusikan 1 Ledyba", - "quest_title_quest_evolve_lickitung_singular": "Evolusikan 1 Lickitung", - "quest_title_quest_evolve_lileep_singular": "Evolusikan 1 Lileep", - "quest_title_quest_evolve_lillipup_singular": "Evolusikan 1 Lillipup", - "quest_title_quest_evolve_linoone_singular": "Evolusikan {{amount_0}} Galarian Linoone", - "quest_title_quest_evolve_litleo_singular": "Evolusikan 1 Litleo", - "quest_title_quest_evolve_litwick_singular": "Evolusikan 1 Litwick", - "quest_title_quest_evolve_lombre_singular": "Evolusikan 1 Lombre", - "quest_title_quest_evolve_lotad_singular": "Evolusikan 1 Lotad", - "quest_title_quest_evolve_loudred_singular": "Evolusikan 1 Loudred", - "quest_title_quest_evolve_luxio_singular": "Evolusikan 1 Luxio", - "quest_title_quest_evolve_machoke_singular": "Evolusikan 1 Machoke", - "quest_title_quest_evolve_machop_singular": "Evolusikan 1 Machop", - "quest_title_quest_evolve_magby_singular": "Evolusikan 1 Magby", - "quest_title_quest_evolve_magikarp_singular": "Evolusikan 1 Magikarp", - "quest_title_quest_evolve_magmar_singular": "Evolusikan 1 Magmar", - "quest_title_quest_evolve_magnemite_singular": "Evolusikan 1 Magnemite", - "quest_title_quest_evolve_makuhita_singular": "Evolusikan 1 Makuhita", - "quest_title_quest_evolve_mankey_singular": "Evolusikan 1 Mankey", - "quest_title_quest_evolve_mantyke_singular": "Evolusikan 1 Mantyke", - "quest_title_quest_evolve_mareep_singular": "Evolusikan 1 Mareep", - "quest_title_quest_evolve_marill_singular": "Evolusikan 1 Marill", - "quest_title_quest_evolve_marshtomp_singular": "Evolusikan 1 Marshtomp", - "quest_title_quest_evolve_meditite_singular": "Evolusikan 1 Meditite", - "quest_title_quest_evolve_meowth_singular": "Evolusikan 1 Meowth", - "quest_title_quest_evolve_metang_singular": "Evolusikan 1 Metang", - "quest_title_quest_evolve_metapod_singular": "Evolusikan 1 Metapod", - "quest_title_quest_evolve_mienfoo_singular": "Evolusikan 1 Mienfoo", - "quest_title_quest_evolve_mime jr._singular": "Evolusikan 1 Mime Jr.", - "quest_title_quest_evolve_minccino_singular": "Evolusikan 1 Minccino", - "quest_title_quest_evolve_misdreavus_singular": "Evolusikan 1 Misdreavus", - "quest_title_quest_evolve_monferno_singular": "Evolusikan 1 Monferno", - "quest_title_quest_evolve_mr. mime_singular": "Evolusikan 1 Mr. Mime", - "quest_title_quest_evolve_mudkip_singular": "Evolusikan 1 Mudkip", - "quest_title_quest_evolve_munchlax_singular": "Evolusikan 1 Munchlax", - "quest_title_quest_evolve_munna_singular": "Evolusikan 1 Munna", - "quest_title_quest_evolve_murkrow_singular": "Evolusikan 1 Murkrow", - "quest_title_quest_evolve_natu_singular": "Evolusikan 1 Natu", - "quest_title_quest_evolve_nidoranfemale_singular": "Evolusikan 1 Nidoran♀", - "quest_title_quest_evolve_nidoranmale_singular": "Evolusikan 1 Nidoran♂", - "quest_title_quest_evolve_nidorina_singular": "Evolusikan 1 Nidorina", - "quest_title_quest_evolve_nidorino_singular": "Evolusikan 1 Nidorino", - "quest_title_quest_evolve_nincada_singular": "Evolusikan 1 Nincada", - "quest_title_quest_evolve_noibat_singular": "Evolusikan 1 Noibat", - "quest_title_quest_evolve_nosepass_singular": "Evolusikan 1 Nosepass", - "quest_title_quest_evolve_numel_singular": "Evolusikan 1 Numel", - "quest_title_quest_evolve_nuzleaf_singular": "Evolusikan 1 Nuzleaf", - "quest_title_quest_evolve_oddish_singular": "Evolusikan 1 Oddish", - "quest_title_quest_evolve_omanyte_singular": "Evolusikan 1 Omanyte", - "quest_title_quest_evolve_onix_singular": "Evolusikan 1 Onix", - "quest_title_quest_evolve_oshawott_singular": "Evolusikan 1 Oshawott", - "quest_title_quest_evolve_palpitoad_singular": "Evolusikan 1 Palpitoad", - "quest_title_quest_evolve_pancham_singular": "Evolusikan 1 Pancham", - "quest_title_quest_evolve_panpour_singular": "Evolusikan 1 Panpour", - "quest_title_quest_evolve_pansage_singular": "Evolusikan 1 Pansage", - "quest_title_quest_evolve_pansear_singular": "Evolusikan 1 Pansear", - "quest_title_quest_evolve_paras_singular": "Evolusikan 1 Paras", - "quest_title_quest_evolve_patrat_singular": "Evolusikan 1 Patrat", - "quest_title_quest_evolve_pawniard_singular": "Evolusikan 1 Pawniard", - "quest_title_quest_evolve_petilil_singular": "Evolusikan 1 Petilil", - "quest_title_quest_evolve_phanpy_singular": "Evolusikan 1 Phanpy", - "quest_title_quest_evolve_phantump_singular": "Evolusikan 1 Phantump", - "quest_title_quest_evolve_pichu_singular": "Evolusikan 1 Pichu", - "quest_title_quest_evolve_pidgeotto_singular": "Evolusikan 1 Pidgeotto", - "quest_title_quest_evolve_pidgey_singular": "Evolusikan 1 Pidgey", - "quest_title_quest_evolve_pidove_singular": "Evolusikan 1 Pidove", - "quest_title_quest_evolve_pignite_singular": "Evolusikan 1 Pignite", - "quest_title_quest_evolve_pikachu_singular": "Evolusikan 1 Pikachu", - "quest_title_quest_evolve_piloswine_plural": "Evolusikan {{amount_0}} Piloswine", - "quest_title_quest_evolve_piloswine_singular": "Evolusikan 1 Piloswine", - "quest_title_quest_evolve_pineco_singular": "Evolusikan 1 Pineco", - "quest_title_quest_evolve_piplup_singular": "Evolusikan 1 Piplup", - "quest_title_quest_evolve_plural": "Evolusikan {{amount_0}} Pokémon", - "quest_title_quest_evolve_poison_type_singular": "Evolusikan Pokémon tipe Racun", - "quest_title_quest_evolve_poliwag_singular": "Evolusikan 1 Poliwag", - "quest_title_quest_evolve_poliwhirl_singular": "Evolusikan 1 Poliwhirl", - "quest_title_quest_evolve_ponyta_singular": "Evolusikan 1 Ponyta", - "quest_title_quest_evolve_poochyena_singular": "Evolusikan 1 Poochyena", - "quest_title_quest_evolve_porygon2_singular": "Evolusikan 1 Porygon2", - "quest_title_quest_evolve_prinplup_singular": "Evolusikan 1 Prinplup", - "quest_title_quest_evolve_psyduck_singular": "Evolusikan 1 Psyduck", - "quest_title_quest_evolve_pumpkaboo_singular": "Evolusikan 1 Pumpkaboo", - "quest_title_quest_evolve_pupitar_singular": "Evolusikan 1 Pupitar", - "quest_title_quest_evolve_purrloin_singular": "Evolusikan 1 Purrloin", - "quest_title_quest_evolve_quilava": "Evolusikan Quilava", - "quest_title_quest_evolve_quilava_singular": "Evolusikan 1 Quilava", - "quest_title_quest_evolve_quilladin_singular": "Evolusikan 1 Quilladin", - "quest_title_quest_evolve_qwilfish_singular": "Evolusikan 1 Qwilfish", - "quest_title_quest_evolve_ralts_singular": "Evolusikan 1 Ralts", - "quest_title_quest_evolve_rattata_singular": "Evolusikan 1 Rattata", - "quest_title_quest_evolve_remoraid_singular": "Evolusikan 1 Remoraid", - "quest_title_quest_evolve_rhydon_singular": "Evolusikan 1 Rhydon", - "quest_title_quest_evolve_rhyhorn_singular": "Evolusikan 1 Rhyhorn", - "quest_title_quest_evolve_riolu_singular": "Evolusikan 1 Riolu", - "quest_title_quest_evolve_roggenrola_singular": "Evolusikan 1 Roggenrola", - "quest_title_quest_evolve_roselia_singular": "Evolusikan 1 Roselia", - "quest_title_quest_evolve_rufflet_singular": "Evolusikan 1 Rufflet", - "quest_title_quest_evolve_sandile_singular": "Evolusikan 1 Sandile", - "quest_title_quest_evolve_sandshrew_singular": "Evolusikan 1 Sandshrew", - "quest_title_quest_evolve_sb_singular": "Evolusikan Snubbull", - "quest_title_quest_evolve_scatterbug_singular": "Evolusikan 1 Scatterbug", - "quest_title_quest_evolve_scraggy_singular": "Evolusikan 1 Scraggy", - "quest_title_quest_evolve_scyther_singular": "Evolusikan 1 Scyther", - "quest_title_quest_evolve_seadra_singular": "Evolusikan 1 Seadra", - "quest_title_quest_evolve_sealeo_singular": "Evolusikan 1 Sealeo", - "quest_title_quest_evolve_seedot_singular": "Evolusikan 1 Seedot", - "quest_title_quest_evolve_seel_singular": "Evolusikan 1 Seel", - "quest_title_quest_evolve_sentret_singular": "Evolusikan 1 Sentret", - "quest_title_quest_evolve_servine_singular": "Evolusikan 1 Servine", - "quest_title_quest_evolve_sewaddle_singular": "Evolusikan 1 Sewaddle", - "quest_title_quest_evolve_shelgon_singular": "Evolusikan 1 Shelgon", - "quest_title_quest_evolve_shellder_singular": "Evolusikan 1 Shellder", - "quest_title_quest_evolve_shellos_singular": "Evolusikan 1 Shellos", - "quest_title_quest_evolve_shelmet_singular": "Evolusikan 1 Shelmet", - "quest_title_quest_evolve_shieldon_singular": "Evolusikan 1 Shieldon", - "quest_title_quest_evolve_shinx_singular": "Evolusikan 1 Shinx", - "quest_title_quest_evolve_shroomish_singular": "Evolusikan 1 Shroomish", - "quest_title_quest_evolve_shuckle_singular": "Evolusikan 1 Shuckle", - "quest_title_quest_evolve_shuppet_singular": "Evolusikan 1 Shuppet", - "quest_title_quest_evolve_silcoon_singular": "Evolusikan 1 Silcoon", - "quest_title_quest_evolve_singular": "Evolusikan Pokémon", - "quest_title_quest_evolve_skiddo_singular": "Evolusikan 1 Skiddo", - "quest_title_quest_evolve_skiploom_singular": "Evolusikan 1 Skiploom", - "quest_title_quest_evolve_skitty_singular": "Evolusikan 1 Skitty", - "quest_title_quest_evolve_skorupi_singular": "Evolusikan 1 Skorupi", - "quest_title_quest_evolve_skrelp_singular": "Evolusikan 1 Skrelp", - "quest_title_quest_evolve_slakoth_singular": "Evolusikan 1 Slakoth", - "quest_title_quest_evolve_sliggoo_singular": "Evolusikan 1 Sliggoo", - "quest_title_quest_evolve_slowpoke_plural": "Evolusikan {{amount_0}} Slowpoke", - "quest_title_quest_evolve_slowpoke_singular": "Evolusikan 1 Slowpoke", - "quest_title_quest_evolve_slugma_singular": "Evolusikan 1 Slugma", - "quest_title_quest_evolve_smoochum_singular": "Evolusikan 1 Smoochum", - "quest_title_quest_evolve_sneasel_singular": "Evolusikan 1 Sneasel", - "quest_title_quest_evolve_snivy_singular": "Evolusikan 1 Snivy", - "quest_title_quest_evolve_snorunt_singular": "Evolusikan 1 Snorunt", - "quest_title_quest_evolve_snover_singular": "Evolusikan 1 Snover", - "quest_title_quest_evolve_snubbull_singular": "Evolusikan 1 Snubbull", - "quest_title_quest_evolve_solosis_singular": "Evolusikan 1 Solosis", - "quest_title_quest_evolve_spearow_singular": "Evolusikan 1 Spearow", - "quest_title_quest_evolve_special_drowzee": "Evolusikan Drowzee", - "quest_title_quest_evolve_special_feebas_singular": "Evolusikan Feebas", - "quest_title_quest_evolve_special_galarian_mrmime": "Evolusikan Galarian Mr. Mime", - "quest_title_quest_evolve_special_galarian_slowpoke": "Evolusikan Galarian Slowpoke", - "quest_title_quest_evolve_special_grimer": "Evolusikan Grimer", - "quest_title_quest_evolve_special_magnemite": "Evolusikan Magnemite", - "quest_title_quest_evolve_special_scyther": "Evolusikan Scyther", - "quest_title_quest_evolve_special0_singular": "Evolusikan Magikarp", - "quest_title_quest_evolve_special1_plural": "Evolusikan {{amount_0}} Pidgey", - "quest_title_quest_evolve_special1_singular": "Evolusikan Horsea", - "quest_title_quest_evolve_special2_singular": "Evolusikan Meowth", - "quest_title_quest_evolve_spewpa_singular": "Evolusikan 1 Spewpa", - "quest_title_quest_evolve_spheal_singular": "Evolusikan 1 Spheal", - "quest_title_quest_evolve_spinarak_singular": "Evolusikan 1 Spinarak", - "quest_title_quest_evolve_spoink_singular": "Evolusikan 1 Spoink", - "quest_title_quest_evolve_spritzee_singular": "Evolusikan 1 Spritzee", - "quest_title_quest_evolve_squirtle_singular": "Evolusikan 1 Squirtle", - "quest_title_quest_evolve_staravia_singular": "Evolusikan 1 Staravia", - "quest_title_quest_evolve_starly_singular": "Evolusikan 1 Starly", - "quest_title_quest_evolve_staryu_singular": "Evolusikan 1 Staryu", - "quest_title_quest_evolve_steelix_singular": "Evolusikan 1 Steelix", - "quest_title_quest_evolve_stunky_singular": "Evolusikan 1 Stunky", - "quest_title_quest_evolve_sunkern_singular": "Evolusikan 1 Sunkern", - "quest_title_quest_evolve_sunstone_singular": "Gunakan Batu Mentari untuk mengevolusikan Gloom atau Sunkern", - "quest_title_quest_evolve_surskit_singular": "Evolusikan 1 Surskit", - "quest_title_quest_evolve_swablu_singular": "Evolusikan 1 Swablu", - "quest_title_quest_evolve_swadloon_singular": "Evolusikan 1 Swadloon", - "quest_title_quest_evolve_swinub_singular": "Evolusikan 1 Swinub", - "quest_title_quest_evolve_swirlix_singular": "Evolusikan 1 Swirlix", - "quest_title_quest_evolve_taillow_singular": "Evolusikan 1 Taillow", - "quest_title_quest_evolve_tangela_singular": "Evolusikan 1 Tangela", - "quest_title_quest_evolve_teddiursa_singular": "Evolusikan 1 Teddiursa", - "quest_title_quest_evolve_tentacool_singular": "Evolusikan 1 Tentacool", - "quest_title_quest_evolve_tepig_singular": "Evolusikan 1 Tepig", - "quest_title_quest_evolve_timburr_singular": "Evolusikan 1 Timburr", - "quest_title_quest_evolve_tirtouga_singular": "Evolusikan 1 Tirtouga", - "quest_title_quest_evolve_togepi_singular": "Evolusikan 1 Togepi", - "quest_title_quest_evolve_togetic_singular": "Evolusikan 1 Togetic", - "quest_title_quest_evolve_torchic_singular": "Evolusikan 1 Torchic", - "quest_title_quest_evolve_totodile": "Evolusikan Totodile", - "quest_title_quest_evolve_totodile_singular": "Evolusikan 1 Totodile", - "quest_title_quest_evolve_tranquill_singular": "Evolusikan 1 Tranquill", - "quest_title_quest_evolve_trapinch_singular": "Evolusikan 1 Trapinch", - "quest_title_quest_evolve_treecko_singular": "Evolusikan 1 Treecko", - "quest_title_quest_evolve_trubbish_singular": "Evolusikan 1 Trubbish", - "quest_title_quest_evolve_turtwig_singular": "Evolusikan 1 Turtwig", - "quest_title_quest_evolve_tympole_singular": "Evolusikan 1 Tympole", - "quest_title_quest_evolve_tynamo_singular": "Evolusikan 1 Tynamo", - "quest_title_quest_evolve_type_dark_plural": "Evolusikan {{amount_0}} Pokémon tipe Kegelapan", - "quest_title_quest_evolve_type_dragon_plural": "Evolusikan {{amount_0}} Pokémon tipe Naga", - "quest_title_quest_evolve_type_dragon_singular": "Evolusikan Pokémon tipe Naga", - "quest_title_quest_evolve_type_electric_plural": "Evolusikan {{amount_0}} Pokémon tipe Listrik", - "quest_title_quest_evolve_type_electric_singular": "Evolusikan Pokémon tipe Listrik", - "quest_title_quest_evolve_type_fairy_plural": "Evolusikan {{amount_0}} Pokémon tipe Peri", - "quest_title_quest_evolve_type_fairy_singular": "Evolusikan Pokémon tipe Peri", - "quest_title_quest_evolve_type_fire_plural": "Evolusikan {{amount_0}} Pokémon tipe Api", - "quest_title_quest_evolve_type_fire_singular": "Evolusikan Pokémon tipe Api", - "quest_title_quest_evolve_type_flying_plural": "Evolusikan {{amount_0}} Pokémon tipe Terbang", - "quest_title_quest_evolve_type_flying_singular": "Evolusikan Pokémon tipe Terbang", - "quest_title_quest_evolve_type_ghost_plural": "Evolusikan {{amount_0}} Pokémon tipe Hantu", - "quest_title_quest_evolve_type_ghost_single": "Evolusikan Pokémon tipe Hantu", - "quest_title_quest_evolve_type_grass_plural": "Evolusikan {{amount_0}} Pokémon tipe Daun", - "quest_title_quest_evolve_type_grass_singular": "Evolusi Pokémon tipe Daun", - "quest_title_quest_evolve_type_ice_plural": "Evolusikan {{amount_0}} Pokémon tipe Es", - "quest_title_quest_evolve_type_ice_singular": "Evolusikan Pokémon tipe Es", - "quest_title_quest_evolve_type_poison_plural": "Evolusikan {{amount_0}} Pokémon tipe Racun", - "quest_title_quest_evolve_type_psychic_plural": "Evolusikan {{amount_0}} Pokémon tipe Psychic", - "quest_title_quest_evolve_type_psychic_singular": "Evolusikan Pokémon tipe Psychic", - "quest_title_quest_evolve_type_rock_plural": "Evolusikan {{amount_0}} Pokémon tipe Bebatuan", - "quest_title_quest_evolve_type_steel_plural": "Evolusikan {{amount_0}} Pokémon tipe Logam", - "quest_title_quest_evolve_type_water_plural": "Evolusikan {{amount_0}} Pokémon tipe Air", - "quest_title_quest_evolve_type_water_singular": "Evolusikan Pokémon tipe Air", - "quest_title_quest_evolve_tyrogue_singular": "Evolusikan 1 Tyrogue", - "quest_title_quest_evolve_tyrunt_singular": "Evolusikan 1 Tyrunt", - "quest_title_quest_evolve_umbreon": "Evolusikan Eevee ke Umbreon di malam hari", - "quest_title_quest_evolve_vanillish_singular": "Evolusikan 1 Vanillish", - "quest_title_quest_evolve_vanillite_singular": "Evolusikan 1 Vanillite", - "quest_title_quest_evolve_venipede_singular": "Evolusikan 1 Venipede", - "quest_title_quest_evolve_venonat_singular": "Evolusikan 1 Venonat", - "quest_title_quest_evolve_vibrava_singular": "Evolusikan 1 Vibrava", - "quest_title_quest_evolve_vigoroth_singular": "Evolusikan 1 Vigoroth", - "quest_title_quest_evolve_volbeat_singular": "Evolusikan 1 Volbeat", - "quest_title_quest_evolve_voltorb_singular": "Evolusikan 1 Voltorb", - "quest_title_quest_evolve_vullaby_singular": "Evolusikan 1 Vullaby", - "quest_title_quest_evolve_vulpix_singular": "Evolusikan 1 Vulpix", - "quest_title_quest_evolve_wailmer_singular": "Evolusikan 1 Wailmer", - "quest_title_quest_evolve_wartortle_singular": "Evolusikan 1 Wartortle", - "quest_title_quest_evolve_weedle_singular": "Evolusikan 1 Weedle", - "quest_title_quest_evolve_weepinbell_singular": "Evolusikan 1 Weepinbell", - "quest_title_quest_evolve_whirlipede_singular": "Evolusikan 1 Whirlipede", - "quest_title_quest_evolve_whismur_singular": "Evolusikan 1 Whismur", - "quest_title_quest_evolve_wingull_singular": "Evolusikan 1 Wingull", - "quest_title_quest_evolve_woobat_singular": "Evolusikan 1 Woobat", - "quest_title_quest_evolve_wooper_singular": "Evolusikan 1 Wooper", - "quest_title_quest_evolve_wurmple_singular": "Evolusikan 1 Wurmple", - "quest_title_quest_evolve_wynaut_singular": "Evolusikan 1 Wynaut", - "quest_title_quest_evolve_yamask_singular": "Evolusikan 1 Yamask", - "quest_title_quest_evolve_yanma_singular": "Evolusikan 1 Yanma", - "quest_title_quest_evolve_zigzagoon_singular": "Evolusikan 1 Zigzagoon", - "quest_title_quest_evolve_zorua_singular": "Evolusikan 1 Zorua", - "quest_title_quest_evolve_zubat_singular": "Evolusikan 1 Zubat", - "quest_title_quest_evolve_zweilous_singular": "Evolusikan 1 Zweilous", - "quest_title_quest_explore_buddy": "Dapatkan Permen dengan menjelajah bersama Partnermu", - "quest_title_quest_explore_buddy_carbink": "Dapatkan Permen dengan menjelajah bersama Carbink sebagai Partnermu", - "quest_title_quest_explore_buddy_plural": "Dapatkan {{amount_0}} Permen dengan menjelajah bersama partnermu", - "quest_title_quest_explore_buddy_routes_plural": "Dapatkan {{amount_0}} Permen dengan menjelajahi Rute bersama Partnermu", - "quest_title_quest_explore_buddy_routes_singular": "Dapatkan Permen dengan menjelajahi Rute bersama Partnermu", - "quest_title_quest_explore_km": "Jelajah {{amount_0}} km", - "quest_title_quest_explore_km_party": "Jelajah {{amount_0}} km saat tergabung di Grup", - "quest_title_quest_febresearchday_battle_gym_singular": "Penelitan Clamperl: Bertarunglah di Gym", - "quest_title_quest_febresearchday_battle_raid_singular": "Penelitan Clamperl: Bertarunglah di Raid", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Penelitan Clamperl: Gunakan Jurus Super yang superefektif di Pertarungan Gym", - "quest_title_quest_febresearchday_catch_feed_plural": "Penelitan Clamperl: Gunakan {{amount_0}} Beri untuk mempermudah penangkapan Pokémon", - "quest_title_quest_febresearchday_catch_special1_singular": "Penelitan Clamperl: Tangkap Magikarp atau Wailmer", - "quest_title_quest_febresearchday_catch_special2_singular": "Penelitan Clamperl: Tangkap Psyduck atau Krabby", - "quest_title_quest_febresearchday_catch_type_water_plural": "Penelitan Clamperl: Tangkap {{amount_0}} Pokémon tipe Air", - "quest_title_quest_febresearchday_evolve_type_water_plural": "Penelitan Clamperl: Evolusikan {{amount_0}} Pokémon tipe Air", - "quest_title_quest_febresearchday_land_curveball_plural": "Penelitan Clamperl: Lakukan {{amount_0}} Lemparan Melengkung", - "quest_title_quest_febresearchday_land_great_plural": "Penelitan Clamperl: Lakukan {{amount_0}} Great Throw", - "quest_title_quest_febresearchday_land_inarow_great_plural": "Penelitan Clamperl: Lakukan {{amount_0}} Great Throw secara beruntun", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "Penelitan Clamperl: Lakukan {{amount_0}} Nice Throw secara beruntun", - "quest_title_quest_febresearchday_land_nice_plural": "Penelitan Clamperl: Lakukan {{amount_0}} Nice Throw", - "quest_title_quest_febresearchday_visit_pokestops_plural": "Penelitan Clamperl: Putar {{amount_0}} PokéStop", - "quest_title_quest_feed_buddy_multiple": "Beri makan partnermu {{amount_0}} kali", - "quest_title_quest_feed_buddy_singular": "Berikan Partnermu kudapan", - "quest_title_quest_feed_goldenrazz_plural": "Gunakan {{amount_0}} Beri Razz Emas untuk mempermudah penangkapan Pokémon", - "quest_title_quest_feed_nanab_plural": "Gunakan {{amount_0}} Beri Nanab saat menangkap Pokémon", - "quest_title_quest_feed_pinaps_plural": "Gunakan {{amount_0}} Beri Pinap saat menangkap Pokémon", - "quest_title_quest_feed_razz_plural": "Gunakan {{amount_0}} Beri Razz untuk mempermudah penangkapan Pokémon", - "quest_title_quest_fennekin_catch_b": "Tangkap {{amount_0}} Fennekin", - "quest_title_quest_fennekin_evolve_b": "Evolusikan {{amount_0}} Fennekin", - "quest_title_quest_fennekin_snapshot_b": "Ambil {{amount_0}} foto Fennekin", - "quest_title_quest_field_research_plural": "Selesaikan {{amount_0}} tugas Penelitian Lapangan", - "quest_title_quest_field_research_singular": "Selesaikan tugas Penelitian Lapangan", - "quest_title_quest_fight_type_bug_plural": "Kalahkan {{amount_0}} Pokémon tipe Serangga", - "quest_title_quest_fight_type_dark_plural": "Kalahkan {{amount_0}} Pokémon tipe Kegelapan", - "quest_title_quest_fight_type_dark_steel_plural": "Kalahkan {{amount_0}} Pokémon tipe Kegelapan atau Logam", - "quest_title_quest_fight_type_dragon_plural": "Kalahkan {{amount_0}} Pokémon tipe Naga", - "quest_title_quest_fight_type_electric_plural": "Kalahkan {{amount_0}} Pokémon tipe Listrik", - "quest_title_quest_fight_type_fairy_plural": "Kalahkan {{amount_0}} Pokémon tipe Peri", - "quest_title_quest_fight_type_fighting_plural": "Kalahkan {{amount_0}} Pokémon tipe Petarung", - "quest_title_quest_fight_type_fire_plural": "Kalahkan {{amount_0}} Pokémon tipe Api", - "quest_title_quest_fight_type_flying_plural": "Kalahkan {{amount_0}} Pokémon tipe Terbang", - "quest_title_quest_fight_type_ghost_fighting_plural": "Kalahkan {{amount_0}} Pokémon tipe Petarung atau Hantu", - "quest_title_quest_fight_type_ghost_plural": "Kalahkan {{amount_0}} Pokémon tipe Hantu", - "quest_title_quest_fight_type_ghost_psychic_plural": "Kalahkan {{amount_0}} Pokémon tipe Psychic atau Hantu", - "quest_title_quest_fight_type_grass_plural": "Kalahkan {{amount_0}} Pokémon tipe Daun", - "quest_title_quest_fight_type_ground_plural": "Kalahkan {{amount_0}} Pokémon tipe Tanah", - "quest_title_quest_fight_type_ice_plural": "Kalahkan {{amount_0}} Pokémon tipe Es", - "quest_title_quest_fight_type_normal_plural": "Kalahkan {{amount_0}} Pokémon tipe Normal", - "quest_title_quest_fight_type_normal_psychic_plural": "Kalahkan {{amount_0}} Pokémon tipe Normal atau Psychic", - "quest_title_quest_fight_type_poison_plural": "Kalahkan {{amount_0}} Pokémon tipe Racun", - "quest_title_quest_fight_type_psychic_plural": "Kalahkan {{amount_0}} Pokémon tipe Psychic", - "quest_title_quest_fight_type_rock_plural": "Kalahkan {{amount_0}} Pokémon tipe Bebatuan", - "quest_title_quest_fight_type_steel_plural": "Kalahkan {{amount_0}} Pokémon tipe Logam", - "quest_title_quest_fight_type_water_plural": "Kalahkan {{amount_0}} Pokémon tipe Air", - "quest_title_quest_first_catch_of_the_day": "Tangkapan Pertama Hari Ini", - "quest_title_quest_first_pokestop_of_the_day": "PokéStop Pertama Hari Ini", - "quest_title_quest_flaaffy_evolve_b": "Evolusikan {{amount_0}} Flaaffy", - "quest_title_quest_flett_catch_b": "Tangkap {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_b": "Evolusikan {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_s1": "Evolusikan {{amount_0}} Fletchinder", - "quest_title_quest_floragato_evolve_b": "Evolusikan Floragato", - "quest_title_quest_fraxure_evolve_b": "Evolusikan {{amount_0}} Fraxure", - "quest_title_quest_froakie_catch_b": "Tangkap {{amount_0}} Froakie", - "quest_title_quest_froakie_evolve_b": "Evolusikan {{amount_0}} Froakie", - "quest_title_quest_froakie_snapshot_b": "Ambil {{amount_0}} foto Froakie", - "quest_title_quest_frogadier_evolve_b": "Evolusikan {{amount_0}} Frogadier", - "quest_title_quest_fuecoco_evolve_b": "Evolusikan Fuecoco", - "quest_title_quest_fuse_necrozma": "Fusikan Necrozma", - "quest_title_quest_gbl_rank": "Raih peringkat {{amount_0}} di GO Battle League", - "quest_title_quest_gbl_rank_fifteen": "Raih peringkat 15 di GO Battle League", - "quest_title_quest_gbl_rank_five": "Raih peringkat 5 di GO Battle League", - "quest_title_quest_gbl_rank_ten": "Raih peringkat 10 di GO Battle League", - "quest_title_quest_gbl_rank_twenty": "Raih peringkat 20 di GO Battle League", - "quest_title_quest_get_cell_singular": "Temukan Sel Zygarde", - "quest_title_quest_giblt_catch_b": "Tangkap {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_b": "Evolusikan {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_s1": "Evolusikan {{amount_0}} Gabite", - "quest_title_quest_gift_open_plural": "Buka {{amount_0}} Hadiah", - "quest_title_quest_gift_open_singular": "Buka Hadiah", - "quest_title_quest_go_for_a_spin_00": "Temukan dan putar PokéStop Spinda (1/8)", - "quest_title_quest_go_for_a_spin_01": "Temukan dan putar PokéStop Spinda (2/8)", - "quest_title_quest_go_for_a_spin_02": "Temukan dan putar PokéStop Spinda (3/8)", - "quest_title_quest_go_for_a_spin_03": "Temukan dan putar PokéStop Spinda (4/8)", - "quest_title_quest_go_for_a_spin_04": "Temukan dan putar PokéStop Spinda (5/8)", - "quest_title_quest_go_for_a_spin_05": "Temukan dan putar PokéStop Spinda (6/8)", - "quest_title_quest_go_for_a_spin_06": "Temukan dan putar PokéStop Spinda (7/8)", - "quest_title_quest_go_for_a_spin_07": "Temukan dan putar PokéStop Spinda (8/8)", - "quest_title_quest_go_tour_snapshot_habitat_01": "Ambil Foto partnermu di habitat Padang Pasir Panas", - "quest_title_quest_go_tour_snapshot_habitat_02": "Ambil Foto partnermu di habitat Kabut Menakutkan", - "quest_title_quest_go_tour_snapshot_habitat_03": "Ambil Foto partnermu di habitat Ladang Hijau", - "quest_title_quest_go_tour_snapshot_habitat_04": "Ambil Foto partnermu di habitat Pantai Primitif", - "quest_title_quest_gold_hoenn_dex": "Dapatkan Medali Emas Hoenn", - "quest_title_quest_gold_medal_plural": "Dapatkan {{amount_0}} medali emas", - "quest_title_quest_gold_medal_plural_five": "Dapatkan 5 medali emas", - "quest_title_quest_gold_medal_singular": "Dapatkan medali emas", - "quest_title_quest_goomy_catch_b": "Tangkap {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_plural": "Evolusikan {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_singular": "Evolusikan Goomy", - "quest_title_quest_grookey_evolve": "Evolusikan Grookey", - "quest_title_quest_grubbin_catch_b": "Tangkap {{amount_0}} Grubbin", - "quest_title_quest_grubbin_evolve_b": "Evolusikan {{amount_0}} Grubbin", - "quest_title_quest_grubbin_snapshot_b": "Ambil {{amount_0}} foto Grubbin", - "quest_title_quest_gt_catch_b": "Tangkap {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_b": "Evolusikan {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_s1": "Evolusikan {{amount_0}} Haunter", - "quest_title_quest_gulpin_catch": "Tangkap {{amount_0}} Gulpin", - "quest_title_quest_gurdurr_evolve_b": "Evolusikan {{amount_0}} Gurdurr", - "quest_title_quest_hallo19_catch_specific_plural": "Tangkap {{amount_0}} Poochyena atau Houndour", - "quest_title_quest_hallo19_catch_type_dark_plural": "Tangkap {{amount_0}} Pokémon tipe Kegelapan", - "quest_title_quest_hallo19_catch_type_ghost_plural": "Tangkap {{amount_0}} Pokémon tipe Hantu", - "quest_title_quest_hallo19_evolve_plural": "Evolusikan {{amount_0}} Duskull atau Shuppet", - "quest_title_quest_hallo19_transfer_plural": "Transfer {{amount_0}} Pokémon", - "quest_title_quest_hatch_egg_plural": "Tetaskan {{amount_0}} Telur", - "quest_title_quest_hatch_egg_routes_plural": "Tetaskan {{amount_0}} Telur ketika menelusuri Rute", - "quest_title_quest_hatch_egg_routes_singular": "Tetaskan Telur ketika menelusuri Rute", - "quest_title_quest_hatch_egg_singular": "Tetaskan Telur", - "quest_title_quest_hoenn_celebration_research": "Penelitian Perayaan Daerah Hoenn", - "quest_title_quest_hoenn19_catch_specific_plural": "Perayaan Daerah Hoenn: Tangkap {{amount_0}} Zigzagoon atau Taillow", - "quest_title_quest_hoenn19_evolve_specific_plural": "Perayaan Daerah Hoenn: Evolusikan {{amount_0}} Wurmple", - "quest_title_quest_hoenn19_hatch_eggs": "Perayaan Daerah Hoenn: Tetaskan {{amount_0}} Telur", - "quest_title_quest_hoppt_catch_b": "Tangkap {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_b": "Evolusikan {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_s1": "Evolusikan {{amount_0}} Skiploom", - "quest_title_quest_incense_or_dai_plural": "Gunakan {{amount_0}} Pewangi atau Pewangi Harian", - "quest_title_quest_incense_or_dai_singular": "Gunakan Pewangi atau Pewangi Harian", - "quest_title_quest_incense_plural": "Gunakan {{amount_0}} Pewangi", - "quest_title_quest_incense_routes_plural": "Gunakan {{amount_0}} Pewangi ketika menelusuri Rute", - "quest_title_quest_incense_routes_singular": "Gunakan Pewangi ketika menelusuri Rute", - "quest_title_quest_incense_singular": "Gunakan Pewangi", - "quest_title_quest_jan19rsd_buddywalk_singular": "Penelitian Feebas: Dapatkan 1 Permen Partner", - "quest_title_quest_jan19rsd_hatch_egg_singular": "Penelitian Feebas: Tetaskan 1 Telur", - "quest_title_quest_jan19rsd_land_great_plural": "Penelitian Feebas: Lakukan {{amount_0}} Great Throw", - "quest_title_quest_jan19rsd_land_nice_plural": "Penelitian Feebas: Lakukan {{amount_0}} Nice Throw", - "quest_title_quest_johtofestival_catch_special17_plural": "Festival Daerah Johto: Tangkap {{amount_0}} Sunkern", - "quest_title_quest_johtofestival_catch_type_water_plural": "Festival Daerah Johto: Tangkap {{amount_0}} Pokémon Air", - "quest_title_quest_johtofestival_evolve_plural": "Festival Daerah Johto: Evolusikan {{amount_0}} Sunkern atau Natu", - "quest_title_quest_johtofestival_land_excellent_plural": "Festival Daerah Johto: Buat {{amount_0}} Excellent Throw", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Festival Daerah Johto: Buat {{amount_0}} Lemparan Melengkung: Great secara beruntun", - "quest_title_quest_johtofestival_win_raid_singular": "Festival Johto: Menangkan Raid", - "quest_title_quest_kanto_green_bellsprout": "Tur GO: Tangkap Bellsprout", - "quest_title_quest_kanto_green_meowth": "Tur GO: Tangkap Meowth", - "quest_title_quest_kanto_green_sandshrew": "Tur GO: Tangkap Sandshrew", - "quest_title_quest_kanto_green_vulpix": "Tur GO: Tangkap Vulpix", - "quest_title_quest_kanto_hatch_plural": "Tur GO Kanto: Tetaskan {{amount_0}} Telur", - "quest_title_quest_kanto_hatch_singular": "Tur GO Kanto: Tetaskan Telur", - "quest_title_quest_kanto_npc_plural": "Tur GO Kanto: Kalahkan {{amount_0}} Penantang Tur GO", - "quest_title_quest_kanto_npc_singular": "Tur GO Kanto: Kalahkan Penantang Tur GO", - "quest_title_quest_kanto_red_ekans": "Tur GO: Tangkap Ekans", - "quest_title_quest_kanto_red_growlithe": "Tur GO: Tangkap Growlithe", - "quest_title_quest_kanto_red_mankey": "Tur GO: Tangkap Mankey", - "quest_title_quest_kanto_red_oddish": "Tur GO: Tangkap Oddish", - "quest_title_quest_kecleon_catch": "Tangkap {{amount_0}} Kecleon", - "quest_title_quest_lampent_evolve_b": "Evolusikan {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "Lakukan {{amount_0}} Lemparan Melengkung pada Pokémon tipe Hantu", - "quest_title_quest_land_curveball_plural": "Lakukan {{amount_0}} Lemparan Melengkung", - "quest_title_quest_land_curveball_singular": "Lakukan Lemparan Melengkung", - "quest_title_quest_land_excellent_curveball_plural": "Lakukan {{amount_0}} Lemparan Melengkung: Excellent", - "quest_title_quest_land_excellent_curveball_singular": "Lakukan Lemparan Melengkung: Excellent", - "quest_title_quest_land_excellent_plural": "Lakukan {{amount_0}} Excellent Throw", - "quest_title_quest_land_excellent_singular": "Lakukan Excellent Throw", - "quest_title_quest_land_great_curve_inarow_type_ghost": "Lakukan {{amount_0}} Lemparan Kurva: Great secara beruntun pada Pokémon tipe Hantu", - "quest_title_quest_land_great_curve_type_ghost": "Lakukan {{amount_0}} Lemparan Melengkung: Great pada Pokémon tipe Hantu", - "quest_title_quest_land_great_curveball_plural": "Lakukan {{amount_0}} Lemparan Melengkung: Great", - "quest_title_quest_land_great_curveball_singular": "Lakukan Lemparan Melengkung: Great", - "quest_title_quest_land_great_plural": "Lakukan {{amount_0}} Great Throw", - "quest_title_quest_land_great_singular": "Lakukan Great Throw", - "quest_title_quest_land_great_type_ghost": "Lakukan {{amount_0}} Great Throw pada Pokémon tipe Hantu", - "quest_title_quest_land_inarow_curveball_plural": "Lakukan {{amount_0}} Lemparan Melengkung secara beruntun", - "quest_title_quest_land_inarow_excellent_curveball_plural": "Lakukan {{amount_0}} Lemparan Melengkung: Excellent secara beruntun", - "quest_title_quest_land_inarow_excellent_plural": "Lakukan {{amount_0}} Excellent Throw secara beruntun", - "quest_title_quest_land_inarow_great_curveball_plural": "Lakukan {{amount_0}} Lemparan Melengkung: Great secara beruntun", - "quest_title_quest_land_inarow_great_plural": "Lakukan {{amount_0}} Great Throw secara beruntun", - "quest_title_quest_land_inarow_nice_curveball_plural": "Lakukan {{amount_0}} Lemparan Kurva: Nice secara beruntun", - "quest_title_quest_land_inarow_nice_plural": "Lakukan {{amount_0}} Nice Throw secara beruntun", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "Lakukan {{amount_0}} Lemparan Kurva: Nice secara beruntun pada Pokémon tipe Hantu", - "quest_title_quest_land_nice_curve_plural": "Lakukan {{amount_0}} Lemparan Melengkung: Nice", - "quest_title_quest_land_nice_curve_singular": "Lakukan Lemparan Melengkung: Nice", - "quest_title_quest_land_nice_curve_type_ghost": "Lakukan {{amount_0}} Lemparan Melengkung: Nice pada Pokémon tipe Hantu", - "quest_title_quest_land_nice_electric_plural": "Tangkap {{amount_0}} Pokémon tipe Listrik dengan Nice Throw", - "quest_title_quest_land_nice_plural": "Lakukan {{amount_0}} Nice Throw", - "quest_title_quest_land_nice_singular": "Lakukan Nice Throw", - "quest_title_quest_land_nice_type_ghost": "Lakukan {{amount_0}} Nice Throw pada Pokémon tipe Hantu", - "quest_title_quest_larvitar_cdc_evolve_b": "Evolusikan {{amount_0}} Larvitar", - "quest_title_quest_larvitar_cdc_snapshot_b": "Ambil {{amount_0}} foto Larvitar", - "quest_title_quest_latias_wild_snap": "Ambil foto Latias di alam liar", - "quest_title_quest_latios_wild_snap": "Ambil foto Latios di alam liar", - "quest_title_quest_litten_catch_b": "Tangkap {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_plural": "Evolusikan {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_singular": "Evolusikan Litten", - "quest_title_quest_litten_snapshot_b": "Ambil {{amount_0}} foto Litten", - "quest_title_quest_litwick_catch_b": "Tangkap {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolusikan {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Ambil {{amount_0}} foto Litwick", - "quest_title_quest_local_trainer_battle": "Tantang Pelatih di sekitar dengan memindai Kode Pertarungan mereka.", - "quest_title_quest_lucky_plural": "Dapatkan {{amount_0}} Pokémon Istimewa melalui pertukaran", - "quest_title_quest_lucky_singular": "Dapatkan Pokémon Istimewa melalui pertukaran", - "quest_title_quest_lunar19_friends_trade_plural": "Tukar {{amount_0}} Pokémon dengan teman", - "quest_title_quest_macht_catch_b": "Tangkap {{amount_0}} Machop", - "quest_title_quest_macht_evolve_b": "Evolusikan {{amount_0}} Machop", - "quest_title_quest_macht_evolve_s1": "Evolusikan {{amount_0}} Machoke", - "quest_title_quest_magit_catch_b": "Tangkap {{amount_0}} Magikarp", - "quest_title_quest_magit_evolve_b": "Evolusikan {{amount_0}} Magikarp", - "quest_title_quest_magmt_catch_b": "Tangkap {{amount_0}} Magmar", - "quest_title_quest_magmt_evolve_b": "Evolusikan {{amount_0}} Magmar", - "quest_title_quest_mareep_catch_b": "Tangkap {{amount_0}} Mareep", - "quest_title_quest_mareep_evolve_b": "Evolusikan {{amount_0}} Mareep", - "quest_title_quest_mareep_snapshot_b": "Ambil {{amount_0}} foto Mareep", - "quest_title_quest_mega_evo_primal_rev_plural": "Lakukan Reversi Primal atau Evolusi Mega ke Pokémon {{amount_0}} kali", - "quest_title_quest_mega_evo_primal_rev_singular": "Lakukan Reversi Primal atau Evolusi Mega ke Pokémon", - "quest_title_quest_mega_evolve_beedrill": "Lakukan Evolusi Mega pada Beedrill", - "quest_title_quest_mega_evolve_blastoise": "Lakukan Evolusi Mega pada Blastoise", - "quest_title_quest_mega_evolve_charizard": "Lakukan Evolusi Mega pada Charizard", - "quest_title_quest_mega_evolve_diancie": "Lakukan Evolusi Mega pada Diancie", - "quest_title_quest_mega_evolve_plural": "Lakukan Evolusi Mega pada {{amount_0}} Pokémon", - "quest_title_quest_mega_evolve_rayquaza": "Lakukan Evolusi Mega pada Rayquaza", - "quest_title_quest_mega_evolve_singular": "Lakukan Evolusi Mega pada 1 Pokémon.", - "quest_title_quest_mega_evolve_venusaur": "Lakukan Evolusi Mega pada Venusaur", - "quest_title_quest_mega_join_raid_plural": "Bertarung di {{amount_0}} Raid Mega", - "quest_title_quest_mega_join_raid_singular": "Bertarung di 1 Raid Mega", - "quest_title_quest_mega_win_raid_plural": "Menangkan {{amount_0}} Raid Mega", - "quest_title_quest_mega_win_raid_singular": "Menangkan 1 Raid Mega", - "quest_title_quest_mesprit_wild_snap": "Ambil foto Mesprit di alam liar", - "quest_title_quest_metang_evolve_b_singular": "Evolusikan Metang", - "quest_title_quest_more_reseach_coming_soon": "Permintaan penelitian lainnya akan segera hadir!", - "quest_title_quest_mudkt_catch_b": "Tangkap {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_b": "Evolusikan {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_s1": "Evolusikan {{amount_0}} Marshtomp", - "quest_title_quest_new_friends_plural": "Buat {{amount_0}} teman baru", - "quest_title_quest_new_friends_singular": "Buat teman baru", - "quest_title_quest_noibat_catch_b": "Tangkap {{amount_0}} Noibat", - "quest_title_quest_noibat_evolve_b": "Evolusikan {{amount_0}} Noibat ", - "quest_title_quest_noibat_snapshot_b": "Ambil {{amount_0}} foto Noibat", - "quest_title_quest_oshat_catch_b": "Tangkap {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_b": "Evolusikan {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_s1": "Evolusikan Dewott", - "quest_title_quest_party_catch_electric_type_plural": "Tangkap {{amount_0}} Pokémon tipe Listrik saat tergabung di Grup", - "quest_title_quest_party_catch_electric_type_singular": "Tangkap Pokémon tipe Listrik saat tergabung di Grup", - "quest_title_quest_party_catch_fire_type_plural": "Tangkap {{amount_0}} Pokémon tipe Api saat tergabung di Grup", - "quest_title_quest_party_catch_fire_type_singular": "Tangkap Pokémon tipe Api saat tergabung di Grup", - "quest_title_quest_party_catch_normal_type_plural": "Tangkap {{amount_0}} Pokémon tipe Normal saat tergabung di Grup", - "quest_title_quest_party_catch_normal_type_singular": "Tangkap Pokémon tipe Normal saat tergabung di Grup", - "quest_title_quest_party_catch_water_type_plural": "Tangkap {{amount_0}} Pokémon tipe Air saat tergabung di Grup", - "quest_title_quest_party_catch_water_type_singular": "Tangkap Pokémon tipe Air saat tergabung di Grup", - "quest_title_quest_party_challenge_plural": "Selesaikan {{amount_0}} Tantangan Grup", - "quest_title_quest_party_challenge_singular": "Selesaikan Tantangan Grup", - "quest_title_quest_platinum_johto_badge": "Dapatkan Medali Johto Platinum", - "quest_title_quest_platinum_kanto_badge": "Dapatkan Medali Kanto Platinum", - "quest_title_quest_platinum_medal_plural": "Dapatkan {{amount_0}} medali platinum", - "quest_title_quest_platinum_medal_plural_five": "Dapatkan 5 medali platinum", - "quest_title_quest_platinum_medal_plural_forty": "Dapatkan 40 medali platinum", - "quest_title_quest_platinum_medal_plural_ten": "Dapatkan 10 medali platinum", - "quest_title_quest_platinum_medal_plural_twenty": "Dapatkan 20 medali platinum", - "quest_title_quest_platinum_medal_singular": "Dapatkan medali platinum", - "quest_title_quest_play_buddy_singular": "Bermainlah dengan partnermu", - "quest_title_quest_pokemon_appears": "Pokémon muncul!", - "quest_title_quest_poliwag_catch_b": "Tangkap {{amount_0}} Poliwag", - "quest_title_quest_poliwag_evolve_b": "Evolusikan {{amount_0}} Poliwag", - "quest_title_quest_poliwag_snapshot_b": "Ambil {{amount_0}} foto Poliwag", - "quest_title_quest_poliwhirl_evolve_b": "Evolusikan {{amount_0}} Poliwhirl", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "Tangkap {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_plural": "Evolusikan {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_singular": "Evolusikan Popplio", - "quest_title_quest_porygon_catch_b": "Tangkap {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_plural": "Evolusikan {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_singular": "Evolusikan Porygon", - "quest_title_quest_porygon_snapshot_b": "Ambil {{amount_0}} foto Porygon", - "quest_title_quest_porygon2_evolve_b_plural": "Evolusikan {{amount_0}} Porygon2", - "quest_title_quest_porygon2_evolve_b_singular": "Evolusikan Porygon2", - "quest_title_quest_poryt_catch_b": "Tangkap {{amount_0}} Porygon", - "quest_title_quest_poryt_catch_s1": "Tangkap {{amount_0}} Porygon2", - "quest_title_quest_poryt_evolve_b": "Evolusikan {{amount_0}} Porygon", - "quest_title_quest_poryt_evolve_s1": "Evolusikan {{amount_0}} Porygon2", - "quest_title_quest_power_up_dragon_plural": "Perkuat Pokémon tipe Naga {{amount_0}} kali", - "quest_title_quest_power_up_fire_ice": "Perkuat Pokémon tipe Api atau Es 5 kali", - "quest_title_quest_power_up_grass_ghost": "Perkuat Pokémon tipe Rumput atau Hantu 5 kali", - "quest_title_quest_power_up_legendary_plural": "Perkuat Pokémon Mitos atau Legendaris {{amount_0}} kali", - "quest_title_quest_power_up_legendary_singular": "Perkuat Pokémon Mitos atau Legendaris", - "quest_title_quest_power_up_max_plural": "Perkuat {{amount_0}} Pokémon ke CP maksimalnya", - "quest_title_quest_power_up_max_singular": "Perkuat Pokémon ke CP maksimalnya", - "quest_title_quest_power_up_plural": "Perkuat Pokémon {{amount_0}} kali", - "quest_title_quest_power_up_plural_bug": "Perkuat Pokémon tipe Serangga {{amount_0}} kali", - "quest_title_quest_power_up_plural_dark": "Perkuat Pokémon tipe Kegelapan {{amount_0}} kali", - "quest_title_quest_power_up_plural_dragon": "Perkuat Pokémon tipe Naga {{amount_0}} kali", - "quest_title_quest_power_up_plural_electric": "Perkuat Pokémon tipe Listrik {{amount_0}} kali", - "quest_title_quest_power_up_plural_fairy": "Perkuat Pokémon tipe Peri {{amount_0}} kali", - "quest_title_quest_power_up_plural_fighting": "Perkuat Pokémon tipe Petarung {{amount_0}} kali", - "quest_title_quest_power_up_plural_fire": "Perkuat Pokémon tipe Api {{amount_0}} kali", - "quest_title_quest_power_up_plural_flying": "Perkuat Pokémon tipe Terbang {{amount_0}} kali", - "quest_title_quest_power_up_plural_ghost": "Perkuat Pokémon tipe Hantu {{amount_0}} kali", - "quest_title_quest_power_up_plural_grass": "Perkuat Pokémon tipe Daun {{amount_0}} kali", - "quest_title_quest_power_up_plural_ground": "Perkuat Pokémon tipe Tanah {{amount_0}} kali", - "quest_title_quest_power_up_plural_ice": "Perkuat Pokémon tipe Es {{amount_0}} kali", - "quest_title_quest_power_up_plural_normal": "Perkuat Pokémon tipe Normal {{amount_0}} kali", - "quest_title_quest_power_up_plural_poison": "Perkuat Pokémon tipe Racun {{amount_0}} kali", - "quest_title_quest_power_up_plural_psychic": "Perkuat Pokémon tipe Psychic {{amount_0}} kali", - "quest_title_quest_power_up_plural_rock": "Perkuat Pokémon tipe Bebatuan {{amount_0}} kali", - "quest_title_quest_power_up_plural_rock_fairy": "Perkuat Pokémon tipe Bebatuan atau Peri {{amount_0}} kali", - "quest_title_quest_power_up_plural_steel": "Perkuat Pokémon tipe Logam {{amount_0}} kali", - "quest_title_quest_power_up_plural_water": "Perkuat Pokémon tipe Air {{amount_0}} kali", - "quest_title_quest_power_up_poison_rock": "Perkuat Pokémon tipe Racun atau Bebatuan 5 kali", - "quest_title_quest_power_up_singular": "Perkuat Pokémon", - "quest_title_quest_power_up_singular_marshadow": "Perkuat Marshadow", - "quest_title_quest_power_up_water_normal": "Perkuat Pokémon tipe Normal atau Air 5 kali", - "quest_title_quest_primal_raid_victory_groudon": "Menangkan Raid Groudon Primal", - "quest_title_quest_primal_raid_victory_kyogre": "Menangkan Raid Kyogre Primal", - "quest_title_quest_primal_raid_victory_plural": "Menangkan {{amount_0}} Raid Primal", - "quest_title_quest_primal_raid_victory_singular": "Menangkan Raid Primal", - "quest_title_quest_primal_reversion_plural": "Aktifkan Reversi Primal {{amount_0}} kali", - "quest_title_quest_primal_reversion_singular": "Aktifkan Reversi Primal", - "quest_title_quest_primal_surge_candy": "Gejolak Primal: Dapatkan Permen dengan berjalan bersama partnermu", - "quest_title_quest_primal_surge_catch": "Gejolak Primal: Tangkap 10 Pokémon", - "quest_title_quest_primal_surge_hatch": "Gejolak Primal: Tetaskan Telur", - "quest_title_quest_primal_surge_power_ground": "Gejolak Primal: Perkuat Pokémon tipe Tanah 5 kali", - "quest_title_quest_primal_surge_power_water": "Gejolak Primal: Perkuat Pokémon Tipe Air 5 kali", - "quest_title_quest_primal_surge_raid": "Gejolak Primal: Menangkan Raid", - "quest_title_quest_psychicspec_catch_abra_plural": "Tangkap {{amount_0}} Abra atau Drowzee", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "Tangkap {{amount_0}} Pokémon tipe Psychic", - "quest_title_quest_psychicspec_evolve_plural": "Evolusikan {{amount_0}} Exeggcute atau Slowpoke", - "quest_title_quest_quaxly_evolve_b": "Evolusikan Quaxly", - "quest_title_quest_quaxwell_evolve_b": "Evolusikan Quaxwell", - "quest_title_quest_quilava_evolve_b_plural": "Evolusikan {{amount_0}} Quilava", - "quest_title_quest_quilava_evolve_b_singular": "Evolusikan Quilava", - "quest_title_quest_quilladin_evolve_b": "Evolusikan {{amount_0}} Quilladin", - "quest_title_quest_raboot_evolve": "Evolusikan Raboot", - "quest_title_quest_raid_friend_singular": "Raid bersama teman", - "quest_title_quest_raid_t5_win": "Menangkan Raid bintang lima", - "quest_title_quest_raid_with_buddy_plural": "Bertarung dalam {{amount_0}} Raid bersama partnermu", - "quest_title_quest_raid_with_buddy_singular": "Bertarung dalam Raid bersama partnermu", - "quest_title_quest_reach_hoenn_gold": "Dapatkan Medali Emas Hoenn", - "quest_title_quest_reach_johto_gold": "Dapatkan Medali Emas Johto", - "quest_title_quest_reach_kanto_gold": "Dapatkan medali emas Kanto", - "quest_title_quest_reach_kanto_silver": "Dapatkan medali perak Kanto", - "quest_title_quest_reach_level": "Capai level {{amount_0}}", - "quest_title_quest_referral_initial_milestone": "Login ke Pokémon GO", - "quest_title_quest_remove_bonus_challenge_desc": "Kamu akan menerima tugas lain besok.", - "quest_title_quest_reward_desc_1": "Kumpulkan stempel untuk membuka Inovasi Penelitian dari Profesor Willow!", - "quest_title_quest_reward_desc_2": "Inovasi Selanjutnya:", - "quest_title_quest_reward_desc_3_plural": "{{amount_0}} stempel lagi!", - "quest_title_quest_reward_desc_3_singular": "{{amount_0}} stempel lagi!", - "quest_title_quest_reward_encounter_later": "Nanti", - "quest_title_quest_reward_encounter_uses_ar": "Mode AR+ harus digunakan untuk menangkap Pokémon ini.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "Pokémon misterius muncul!", - "quest_title_quest_reward_start_encounter": "Tangkap Sekarang", - "quest_title_quest_rocket_battle_plural": "Bertarung dengan {{amount_0}} Bawahan Tim Roket GO", - "quest_title_quest_rocket_battle_win_plural": "Kalahkan {{amount_0}} Bawahan Tim Roket GO", - "quest_title_quest_rocket_battle_win_singular": "Kalahkan 1 Bawahan Tim Roket GO", - "quest_title_quest_rocket_catch_shadow_singular": "Tangkap Pokémon Bayangan", - "quest_title_quest_rocket_evolve_plural": "Evolusikan {{amount_0}} Pokémon", - "quest_title_quest_rocket_leader_battle_win_singular": "Kalahkan Pemimpin Tim Roket GO", - "quest_title_quest_rocket_power_up_plural": "Perkuat Pokémon {{amount_0}} kali", - "quest_title_quest_rocket_purify_dark_plural": "Purifikasi {{amount_0}} Pokémon Bayangan tipe Kegelapan", - "quest_title_quest_rocket_purify_fire_plural": "Purifikasi {{amount_0}} Pokémon Bayangan tipe Api", - "quest_title_quest_rocket_purify_plural": "Purifikasi {{amount_0}} Pokémon Bayangan", - "quest_title_quest_rocket_purify_type_singular": "Purifikasi Pokémon Bayangan tipe Api, Air, atau Daun", - "quest_title_quest_rocket_rescue_shadow_plural": "Selamatkan {{amount_0}} Pokémon Bayangan", - "quest_title_quest_rocket_shadow_plural": "Tangkap {{amount_0}} Pokémon Bayangan", - "quest_title_quest_rockethq1_arlo_win": "Kalahkan Arlo si Pemimpin Tim Roket GO", - "quest_title_quest_rockethq1_arlo_win_plural": "Kalahkan Pemimpin Tim Roket GO Arlo {{amount_0}} kali", - "quest_title_quest_rockethq1_battle_boss": "Bertarung dengan Bos Tim Roket GO", - "quest_title_quest_rockethq1_catch_legendary_shadow": "Tangkap Pokémon Bayangan Legendaris", - "quest_title_quest_rockethq1_catch_shadow1": "Tangkap {{amount_0}} Pokémon Bayangan", - "quest_title_quest_rockethq1_cliff_win": "Kalahkan Cliff si Pemimpin Tim Roket GO", - "quest_title_quest_rockethq1_cliff_win_plural": "Kalahkan Pemimpin Tim Roket GO Cliff {{amount_0}} kali", - "quest_title_quest_rockethq1_defeat_boss": "Kalahkan Bos Tim Roket GO", - "quest_title_quest_rockethq1_find_boss": "Temukan Bos Tim Roket GO", - "quest_title_quest_rockethq1_grunt_win1": "Kalahkan {{amount_0}} Bawahan Tim Roket GO", - "quest_title_quest_rockethq1_grunt_win2": "Kalahkan {{amount_0}} Bawahan Tim Roket GO", - "quest_title_quest_rockethq1_leader_win_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali", - "quest_title_quest_rockethq1_leaders_win_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali", - "quest_title_quest_rockethq1_purify": "Purifikasi {{amount_0}} Pokémon Bayangan", - "quest_title_quest_rockethq1_raid_win": "Menangkan {{amount_0}} Raid", - "quest_title_quest_rockethq1_sierra_win": "Kalahkan Sierra si Pemimpin Tim Roket GO", - "quest_title_quest_rockethq1_sierra_win_plural": "Kalahkan Pemimpin Tim Roket GO Sierra {{amount_0}} kali", - "quest_title_quest_rockethq1_spin": "Putar {{amount_0}} PokéStop", - "quest_title_quest_rockethq1_spin_row": "Putar PokéStop {{amount_0}} hari berturut-turut", - "quest_title_quest_rockethq1_supereffective": "Gunakan {{amount_0}} Jurus Super yang superefektif di Pertarungan Gym", - "quest_title_quest_rockethq1_trainerbattle_win": "Menangkan {{amount_0}} Pertarungan Pelatih Liga Great melawan Pelatih lain", - "quest_title_quest_roggenrola_catch_b": "Tangkap {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_evolve_b": "Evolusikan {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_snapshot_b": "Ambil {{amount_0}} foto Roggenrola", - "quest_title_quest_roset_catch_b": "Tangkap {{amount_0}} Roselia", - "quest_title_quest_roset_evolve_b": "Evolusikan {{amount_0}} Roselia", - "quest_title_quest_rowlet_catch_b": "Tangkap {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_plural": "Evolusikan {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_singular": "Evolusikan {{amount_0}} Rowlet", - "quest_title_quest_rowlet_snapshot_b": "Ambil {{amount_0}} foto Rowlet", - "quest_title_quest_sandt_catch_b": "Tangkap {{amount_0}} Sandshrew", - "quest_title_quest_sandt_evolve_b": "Evolusikan {{amount_0}} Sandshrew", - "quest_title_quest_scorbunny_evolve": "Evolusikan Scorbunny", - "quest_title_quest_send_gifts_daily_row": "Kirimkan Hadiah {{amount_0}} Hari Berturut-turut", - "quest_title_quest_send_gifts_plural": "Kirim {{amount_0}} Hadiah ke teman", - "quest_title_quest_send_gifts_singular": "Kirimkan Hadiah ke teman", - "quest_title_quest_send_gifts_sticker_plural": "Kirimkan {{amount_0}} Hadiah dengan stiker", - "quest_title_quest_send_gifts_sticker_singular": "Kirimkan Hadiah dengan stiker", - "quest_title_quest_shelgon_evolve_b_plural": "Evolusikan {{amount_0}} Shelgon", - "quest_title_quest_shelgon_evolve_b_singular": "Evolusikan Shelgon", - "quest_title_quest_shint_catch_b": "Tangkap {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_b": "Evolusikan {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_s1": "Evolusikan {{amount_0}} Luxio", - "quest_title_quest_sinnoh_evolve_plural": "Evolusikan {{amount_0}} Pokémon yang pertama kali ditemukan di Daerah Sinnoh", - "quest_title_quest_sinnoh_evolve_stone_plural": "Gunakan Batu Sinnoh untuk mengevolusikan {{amount_0}} Pokémon", - "quest_title_quest_sinnoh_medal_gold": "Dapatkan medali emas Sinnoh", - "quest_title_quest_sliggoo_evolve_b_plural": "Evolusikan {{amount_0}} Sliggoo", - "quest_title_quest_sliggoo_evolve_b_singular": "Evolusikan Sliggoo", - "quest_title_quest_slowpoke_catch_b": "Tangkap {{amount_0}} Slowpoke atau Galarian Slowpoke", - "quest_title_quest_slowpoke_evolve_b": "Evolusikan {{amount_0}} Slowpoke atau Galarian Slowpoke", - "quest_title_quest_slowpoke_snapshot_b": "Ambil {{amount_0}} foto Slowpoke atau Galarian Slowpoke", - "quest_title_quest_snapshot_ar_photo_safari": "Ambil foto partnermu di stan Pokémon GO", - "quest_title_quest_snapshot_bali": "Ambil foto di Bali", - "quest_title_quest_snapshot_buddy": "Ambil foto bersama partnermu", - "quest_title_quest_snapshot_bulbasaur": "Ambil foto Bulbasaur", - "quest_title_quest_snapshot_charmander": "Ambil foto Charmander", - "quest_title_quest_snapshot_chikorita": "Ambil foto Chikorita milikmu", - "quest_title_quest_snapshot_cyndaquil": "Ambil foto Cyndaquil milikmu", - "quest_title_quest_snapshot_genesect": "Ambil {{amount_0}} foto Genesect", - "quest_title_quest_snapshot_hariyama": "Ambil foto Hariyama milikmu", - "quest_title_quest_snapshot_hoopa_singular": "Ambil foto Hoopa", - "quest_title_quest_snapshot_jeju": "Ambil Foto di Pulau Jeju", - "quest_title_quest_snapshot_keldeo": "Ambil {{amount_0}} foto Keldeo", - "quest_title_quest_snapshot_landorus": "Ambil foto Landorus", - "quest_title_quest_snapshot_machamp": "Ambil foto Machamp milikmu", - "quest_title_quest_snapshot_okinawa": "Ambil foto di Okinawa", - "quest_title_quest_snapshot_poison_grass_singular": "Ambil foto Pokémon liar tipe Racun", - "quest_title_quest_snapshot_regi_ice": "Ambil foto Regice", - "quest_title_quest_snapshot_regi_rock": "Ambil foto Regirock", - "quest_title_quest_snapshot_regi_steel": "Ambil foto Registeel", - "quest_title_quest_snapshot_scrafty": "Ambil foto Scrafty milikmu", - "quest_title_quest_snapshot_singular": "Ambil foto", - "quest_title_quest_snapshot_storage_bug_unique_plural": "Ambil foto {{amount_0}} Pokémon tipe Serangga berbeda yang telah ditangkap", - "quest_title_quest_snapshot_storage_steel_unique_plural": "Ambil foto {{amount_0}} Pokémon tipe Logam berbeda yang telah ditangkap", - "quest_title_quest_snapshot_storage_unique_plural": "Ambil foto {{amount_0}} Pokémon liar yang berbeda", - "quest_title_quest_snapshot_surabaya": "Ambil foto di Surabaya", - "quest_title_quest_snapshot_thundurus": "Ambil foto Thundurus", - "quest_title_quest_snapshot_tornadus": "Ambil foto Tornadus", - "quest_title_quest_snapshot_totodile": "Ambil foto Totodile milikmu", - "quest_title_quest_snapshot_unique_fire_pokemon": "Ambil hasil potret {{amount_0}} Pokémon tipe Api yang berbeda.", - "quest_title_quest_snapshot_unique_pokemon": "Ambil hasil potret {{amount_0}} Pokémon yang berbeda", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Ambil foto Shinx, Blitzle, atau Furfrou di alam liar", - "quest_title_quest_snapshot_wild_bug_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Serangga", - "quest_title_quest_snapshot_wild_bug_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Serangga yang berbeda", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Ambil foto Butterfree, Shinx, atau Blitzle di alam liar", - "quest_title_quest_snapshot_wild_dark_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Kegelapan", - "quest_title_quest_snapshot_wild_dark_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Kegelapan yang berbeda", - "quest_title_quest_snapshot_wild_dragon_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Naga", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Naga yang berbeda", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Ambil foto Chinchou, Finneon, atau Ducklett di alam liar", - "quest_title_quest_snapshot_wild_eevee": "Ambil foto Eevee di alam liar", - "quest_title_quest_snapshot_wild_electric_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Listrik", - "quest_title_quest_snapshot_wild_electric_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Listrik yang berbeda", - "quest_title_quest_snapshot_wild_entei": "Ambil foto Entei di alam liar", - "quest_title_quest_snapshot_wild_fairy_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Peri", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Peri yang berbeda", - "quest_title_quest_snapshot_wild_fighting_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Petarung", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Petarung yang berbeda", - "quest_title_quest_snapshot_wild_fire_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Api", - "quest_title_quest_snapshot_wild_fire_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Api yang berbeda", - "quest_title_quest_snapshot_wild_flying_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Terbang", - "quest_title_quest_snapshot_wild_flying_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Terbang yang berbeda", - "quest_title_quest_snapshot_wild_frillish_absol": "Ambil foto Absol atau Frillish di alam liar", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Ambil foto Sandshrew, Geodude, atau Cacnea di alam liar", - "quest_title_quest_snapshot_wild_ghost_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Hantu", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Hantu yang berbeda", - "quest_title_quest_snapshot_wild_grass_plural": "Ambil {{amount_0}} foto Pokémon Liar tipe Daun", - "quest_title_quest_snapshot_wild_grass_singular": "Ambil foto Pokémon liar tipe Daun", - "quest_title_quest_snapshot_wild_grass_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Daun yang berbeda", - "quest_title_quest_snapshot_wild_ground_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Tanah", - "quest_title_quest_snapshot_wild_ground_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Tanah yang berbeda", - "quest_title_quest_snapshot_wild_hoothoot": "Ambil foto Hoothoot di alam liar", - "quest_title_quest_snapshot_wild_ice_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Es", - "quest_title_quest_snapshot_wild_ice_singular": "Ambil foto Pokémon liar tipe Es", - "quest_title_quest_snapshot_wild_ice_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Es yang berbeda", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Ambil foto Metapod, Aipom, atau Lotad di alam liar", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Ambil foto Chinchou, Luvdisc, atau Finneon di alam liar", - "quest_title_quest_snapshot_wild_mareanie_singluar": "Ambil foto Mareanie di alam liar", - "quest_title_quest_snapshot_wild_normal_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Normal", - "quest_title_quest_snapshot_wild_normal_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Normal yang berbeda", - "quest_title_quest_snapshot_wild_plural": "Ambil {{amount_0}} foto Pokémon Liar", - "quest_title_quest_snapshot_wild_poison_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Racun", - "quest_title_quest_snapshot_wild_poison_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Racun yang berbeda", - "quest_title_quest_snapshot_wild_psychic_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Psychic", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Psychic yang berbeda", - "quest_title_quest_snapshot_wild_raikou": "Ambil foto Raikou di alam liar", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Tanah, Bebatuan, atau Peri yang berbeda", - "quest_title_quest_snapshot_wild_rock_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Bebatuan", - "quest_title_quest_snapshot_wild_rock_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Bebatuan yang berbeda", - "quest_title_quest_snapshot_wild_singular": "Ambil foto Pokémon Liar", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Ambil foto Dodrio, Mantine, atau Skarmory di alam liar", - "quest_title_quest_snapshot_wild_skitty_kirlia": "Ambil foto Kirlia atau Skitty di alam liar", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Ambil foto Sneasel, Croagunk, atau Frillish di alam liar", - "quest_title_quest_snapshot_wild_steel_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Logam", - "quest_title_quest_snapshot_wild_steel_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Logam yang berbeda", - "quest_title_quest_snapshot_wild_suicune": "Ambil foto Suicune di alam liar", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Ambil foto Sandshrew, Trapinch, atau Cacnea di alam liar", - "quest_title_quest_snapshot_wild_unique_plural": "Ambil foto {{amount_0}} Pokémon liar yang berbeda", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Api, Air, atau Daun yang berbeda", - "quest_title_quest_snapshot_wild_water_plural": "Ambil {{amount_0}} foto Pokémon liar tipe Air", - "quest_title_quest_snapshot_wild_water_singular": "Ambil foto Pokémon liar tipe Air", - "quest_title_quest_snapshot_wild_water_unique_plural": "Ambil foto {{amount_0}} Pokémon liar tipe Air yang berbeda", - "quest_title_quest_snapshot_yogyakarta": "Ambil foto di Yogyakarta", - "quest_title_quest_snapshots_inarow_plural": "Ambil foto Pokémon selama {{amount_0}} hari beruntun", - "quest_title_quest_snapshots_plural": "Ambil {{amount_0}} foto", - "quest_title_quest_snapshots_your_plural": "Ambil {{amount_0}} foto Pokémon milikmu", - "quest_title_quest_snapshots_your_singular": "Ambil foto salah satu Pokémon milikmu", - "quest_title_quest_snivt_catch_b": "Tangkap {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_b": "Evolusikan {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_s1": "Evolusikan {{amount_0}} Servine", - "quest_title_quest_sobble_evolve": "Evolusikan Sobble", - "quest_title_quest_sphet_catch_b": "Tangkap {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_b": "Evolusikan {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_s1": "Evolusikan {{amount_0}} Sealeo", - "quest_title_quest_spin_151": "Putar 151 PokéStop atau Gym", - "quest_title_quest_spin_daysinarow": "Kunjungi PokéStop {{amount_0}} hari berturut-turut", - "quest_title_quest_spin_go_tour_habitat_01": "Putar {{amount_0}} PokéStop atau Gym di habitat Pantai Metropolis", - "quest_title_quest_spin_go_tour_habitat_02": "Putar {{amount_0}} PokéStop atau Gym di habitat Reruntuhan Penjerat", - "quest_title_quest_spin_go_tour_habitat_03": "Putar {{amount_0}} PokéStop atau Gym di habitat Genangan Racun", - "quest_title_quest_spin_go_tour_habitat_04": "Putar {{amount_0}} PokéStop atau Gym di habitat Gunung Mata Air Panas", - "quest_title_quest_spin_go_tour_spiritomb_plural": "Putar {{amount_0}} PokéStop Spiritomb yang berbeda", - "quest_title_quest_spin_go_tour_spiritomb_singular": "Putar PokéStop Spiritomb", - "quest_title_quest_spin_mexico_plural": "Putar {{amount_0}} Pokestop di Meksiko", - "quest_title_quest_spin_mexico_singular": "Putar Pokestop di Meksiko", - "quest_title_quest_spin_pokestop_days": "Kunjungi PokéStop selama {{amount_0}} hari berbeda", - "quest_title_quest_spin_ultra_wormhole_gym": "Putar Gym tempat Lubang Cacing Ultra terbentuk", - "quest_title_quest_spin_wcs_2024": "Putar 10 PokéStop atau Gym di Hawaiʻi Convention Center", - "quest_title_quest_sprigatito_evolve_b": "Evolusikan Sprigatito", - "quest_title_quest_squirtle_catch_b": "Tangkap {{amount_0}} Squirtle", - "quest_title_quest_squirtle_evolve_b": "Evolusikan {{amount_0}} Squirtle", - "quest_title_quest_squirtle_snapshot_b": "Ambil {{amount_0}} foto Squirtle", - "quest_title_quest_st_catch_s": "Tangkap 15 Seedot", - "quest_title_quest_st_evolve_n": "Evolusikan Nuzleaf", - "quest_title_quest_st_evolve_s": "Evolusikan 3 Seedot", - "quest_title_quest_stardust_plural": "Dapatkan {{amount_0}} Debu Bintang", - "quest_title_quest_starly_catch_b": "Tangkap {{amount_0}} Starly", - "quest_title_quest_starly_evolve_b": "Evolusikan {{amount_0}} Starly", - "quest_title_quest_starly_snapshot_b": "Ambil {{amount_0}} foto Starly", - "quest_title_quest_start_battle": "MULAI PERTARUNGAN!", - "quest_title_quest_steenee_evolve_b_plural": "Evolusikan {{amount_0}} Steenee", - "quest_title_quest_steenee_evolve_b_singular": "Evolusikan Steenee", - "quest_title_quest_streak_format": "{{amount_0}} HARI BERUNTUN!", - "quest_title_quest_stuff_catch_b": "Tangkap {{amount_0}} Stufful", - "quest_title_quest_stuff_evolve_b": "Evolusikan {{amount_0}} Stufful", - "quest_title_quest_stuff_snapshot_b": "Ambil {{amount_0}} foto Stufful di alam liar", - "quest_title_quest_supereffective_charge_party_plural": "Gunakan {{amount_0}} Jurus Super yang superefektif saat tergabung di Grup", - "quest_title_quest_supereffective_charge_party_singular": "Gunakan Jurus Super yang superefektif saat tergabung di Grup", - "quest_title_quest_supereffective_charge_plural": "Gunakan {{amount_0}} Jurus Super yang superefektif", - "quest_title_quest_supereffective_charge_singular": "Gunakan Jurus Super yang superefektif", - "quest_title_quest_surskit_catch": "Tangkap {{amount_0}} Surskit", - "quest_title_quest_swabt_catch_b": "Tangkap {{amount_0}} Swablu", - "quest_title_quest_swabt_evolve_b": "Evolusikan {{amount_0}} Swablu", - "quest_title_quest_swinub_cdc_evolve_b": "Evolusikan {{amount_0}} Swinub", - "quest_title_quest_swinub_cdc_snapshot_b": "Ambil {{amount_0}} foto Swinub", - "quest_title_quest_teddiursa_catch_b": "Tangkap {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_evolve_b": "Evolusikan {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_snapshot_b": "Ambil {{amount_0}} foto Teddiursa", - "quest_title_quest_template.display.branches#0.button_text_key": "Raid, Bawahan, dan Gym!", - "quest_title_quest_template.display.branches#0.description_key": "Dengan memilih jalur ini, tugas untuk menantang Gym, Raid, dan Tim Roket GO akan diberikan. Hadiah seperti bertemu dengan Charizard dan lainnya akan diberikan jika tugas diselesaikan.", - "quest_title_quest_template.display.branches#1.button_text_key": "GO Battle League!", - "quest_title_quest_template.display.branches#1.description_key": "Dengan memilih jalur ini, tugas untuk bertarung melawan Pelatih lainnya akan diberikan. Hadiah seperti bertemu dengan Charizard dan lainnya akan diberikan jika tugas diselesaikan.", - "quest_title_quest_tepit_catch_b": "Tangkap {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_b": "Evolusikan {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_s1": "Evolusikan {{amount_0}} Pignite", - "quest_title_quest_thwackey_evolve": "Evolusikan Thwackey", - "quest_title_quest_timburr_catch_b": "Tangkap {{amount_0}} Timburr", - "quest_title_quest_timburr_evolve_b": "Evolusikan {{amount_0}} Timburr", - "quest_title_quest_timburr_snapshot_b": "Ambil {{amount_0}} foto Timburr", - "quest_title_quest_time_remaining_day_plural": "{{amount_0}} hari tersisa untuk menyelesaikan Penelitian Spesial ini", - "quest_title_quest_time_remaining_day_singular": "{{amount_0}} hari tersisa untuk menyelesaikan Penelitian Spesial ini", - "quest_title_quest_togetic_catch_b": "Tangkap {{amount_0}} Togetic", - "quest_title_quest_togetic_evolve_b": "Evolusikan {{amount_0}} Togetic", - "quest_title_quest_togetic_snapshot_b": "Ambil {{amount_0}} foto Togetic", - "quest_title_quest_torracat_evolve_b_plural": "Evolusikan {{amount_0}} Torracat", - "quest_title_quest_torracat_evolve_b_singular": "Evolusikan Torracat", - "quest_title_quest_trade_50km_plural": "Buat {{amount_0}} pertukaran Pokémon dari jarak 50 km atau lebih", - "quest_title_quest_trade_100km_plural": "Buat {{amount_0}} pertukaran Pokémon dari jarak 100 km atau lebih", - "quest_title_quest_trade_200km_plural": "Buat {{amount_0}} pertukaran Pokémon dari jarak 200 km atau lebih", - "quest_title_quest_trade_300km_plural": "Buat {{amount_0}} pertukaran Pokémon dari jarak 300 km atau lebih", - "quest_title_quest_trade_400km_plural": "Buat {{amount_0}} pertukaran Pokémon dari jarak 400 km atau lebih", - "quest_title_quest_trade_500km_plural": "Buat {{amount_0}} pertukaran Pokémon dari jarak 500 km atau lebih", - "quest_title_quest_trade_500km_singular": "Buat pertukaran Pokémon dari jarak 500 km atau lebih", - "quest_title_quest_trade_pikachu_plural": "Tukarkan {{amount_0}} Pikachu", - "quest_title_quest_trade_plural": "Tukar Pokémon {{amount_0}} kali", - "quest_title_quest_trade_singular": "Tukar Pokémon", - "quest_title_quest_transfer_pidgey_plural": "Transfer {{amount_0}} Pidgey", - "quest_title_quest_transfer_pokemon_plural": "Transfer {{amount_0}} Pokémon", - "quest_title_quest_transfer_pokemon_singular": "Transfer Pokémon", - "quest_title_quest_transfer_rock_or_poison_plural": "Transfer {{amount_0}} Pokémon tipe Bebatuan atau Racun", - "quest_title_quest_transfer_rock_poison": "Transfer {{amount_0}} Pokémon tipe Bebatuan atau Racun", - "quest_title_quest_transfer_type_bug_plural": "Transfer {{amount_0}} Pokémon tipe Serangga", - "quest_title_quest_transfer_type_dark_plural": "Transfer {{amount_0}} Pokémon tipe Kegelapan", - "quest_title_quest_transfer_type_dragon_plural": "Transfer {{amount_0}} Pokémon tipe Naga", - "quest_title_quest_transfer_type_electric_plural": "Transfer {{amount_0}} Pokémon tipe Listrik", - "quest_title_quest_transfer_type_fairy_plural": "Transfer {{amount_0}} Pokémon tipe Peri", - "quest_title_quest_transfer_type_fighting_plural": "Transfer {{amount_0}} Pokémon tipe Petarung", - "quest_title_quest_transfer_type_fire_plural": "Transfer {{amount_0}} Pokémon tipe Api", - "quest_title_quest_transfer_type_flying_plural": "Transfer {{amount_0}} Pokémon tipe Terbang", - "quest_title_quest_transfer_type_ghost_plural": "Transfer {{amount_0}} Pokémon tipe Hantu", - "quest_title_quest_transfer_type_grass_plural": "Transfer {{amount_0}} Pokémon tipe Daun", - "quest_title_quest_transfer_type_ground_plural": "Transfer {{amount_0}} Pokémon tipe Tanah", - "quest_title_quest_transfer_type_ice_plural": "Transfer {{amount_0}} Pokémon tipe Es", - "quest_title_quest_transfer_type_normal_plural": "Transfer {{amount_0}} Pokémon tipe Normal", - "quest_title_quest_transfer_type_poison_plural": "Transfer {{amount_0}} Pokémon tipe Racun", - "quest_title_quest_transfer_type_psychic_plural": "Transfer {{amount_0}} Pokémon tipe Psychic", - "quest_title_quest_transfer_type_rock_plural": "Transfer {{amount_0}} Pokémon tipe Bebatuan", - "quest_title_quest_transfer_type_steel_plural": "Transfer {{amount_0}} Pokémon tipe Logam", - "quest_title_quest_transfer_type_water_plural": "Transfer {{amount_0}} Pokémon tipe Air", - "quest_title_quest_travel_routes_km_plural": "Jalan {{amount_0}} km saat menjelajahi Rute", - "quest_title_quest_travel_routes_meters_plural": "Jalan {{amount_0}} m saat menjelajahi Rute", - "quest_title_quest_tynamo_catch_b": "Tangkap {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_plural": "Evolusikan {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_singular": "Evolusikan Tynamo", - "quest_title_quest_under_investigation": "Profesor Willow saat ini sedang melakukan investigasi terkait penelitian ini. Kembali lagi nanti!", - "quest_title_quest_urd22_june_battle_gym": "Hari Penelitian: Bertarung di Gym", - "quest_title_quest_urd22_june_battle_raid": "Hari Penelitian: Bertarung dalam Raid", - "quest_title_quest_urd22_june_beries": "Hari Penelitian: Gunakan {{amount_0}} Beri untuk mempermudah penangkapan Pokémon", - "quest_title_quest_urd22_june_catch_rock": "Hari Penelitian: Tangkap {{amount_0}} Pokémon tipe Bebatuan", - "quest_title_quest_urd22_june_catch_weather": "Hari Penelitian: Tangkap {{amount_0}} Pokémon dengan Pemacu Cuaca", - "quest_title_quest_urd22_june_curveball": "Hari Penelitian: Lakukan {{amount_0}} Lemparan Melengkung", - "quest_title_quest_urd22_june_curveball_row": "Hari Penelitian: Lakukan {{amount_0}} Lemparan Melengkung secara beruntun", - "quest_title_quest_urd22_june_evolve_rock": "Hari Penelitian: Evolusikan {{amount_0}} Pokémon tipe Bebatuan", - "quest_title_quest_urd22_june_gift_sticker": "Hari Penelitian: Kirim {{amount_0}} Hadiah dengan stiker", - "quest_title_quest_urd22_june_great": "Hari Penelitian: Lakukan {{amount_0}} Great Throw", - "quest_title_quest_urd22_june_great_row": "Hari Penelitian: Lakukan {{amount_0}} Great Throw secara beruntun", - "quest_title_quest_urd22_june_nice": "Hari Penelitian: Lakukan {{amount_0}} Nice Throw", - "quest_title_quest_urd22_june_nice_row": "Hari Penelitian: Lakukan {{amount_0}} Nice Throw secara beruntun", - "quest_title_quest_urd22_june_powerup": "Hari Penelitian: Perkuat Pokémon {{amount_0}} kali", - "quest_title_quest_urd22_june_snap_rock": "Hari Penelitian: Ambil foto Pokémon liar tipe Bebatuan", - "quest_title_quest_urd22_june_spin_stops": "Hari Penelitian: Putar {{amount_0}} PokéStop", - "quest_title_quest_urd22_june_supereffective": "Hari Penelitian: Gunakan Jurus Super yang superefektif", - "quest_title_quest_ursaring_evolve_b": "Evolusikan {{amount_0}} Ursaring", - "quest_title_quest_use_any_potion": "Gunakan Obat Luka apa pun pada Pokémon", - "quest_title_quest_use_charged_move_singular": "Gunakan Jurus Super yang superefektif", - "quest_title_quest_use_charged_tm": "Gunakan MJ Super", - "quest_title_quest_use_dai_plural": "Gunakan {{amount_0}} Pewangi Harian", - "quest_title_quest_use_dai_singular": "Gunakan 1 Pewangi Harian", - "quest_title_quest_use_fast_tm": "Gunakan MJ Cepat", - "quest_title_quest_use_hyper_potion": "Gunakan Obat Luka Hiper pada Pokémon", - "quest_title_quest_use_lure": "Gunakan Modul Umpan", - "quest_title_quest_use_lure_plural": "Gunakan {{amount_0}} Modul Umpan ketika menelusuri Rute", - "quest_title_quest_use_lure_singular": "Gunakan Modul Umpan ketika menelusuri Rute", - "quest_title_quest_use_max_potion": "Gunakan Obat Luka Maksimum pada Pokémon", - "quest_title_quest_use_poffin": "Gunakan Poffin", - "quest_title_quest_use_rare_candy_plural": "Gunakan {{amount_0}} Permen Langka", - "quest_title_quest_use_rare_candy_singular": "Gunakan Permen Langka", - "quest_title_quest_use_standard_charged_tm": "Gunakan MJ Super", - "quest_title_quest_use_standard_fast_tm": "Gunakan MJ Cepat", - "quest_title_quest_use_super_potion": "Gunakan Obat Luka Super pada Pokémon", - "quest_title_quest_uxie_wild_snap": "Ambil foto Uxie di alam liar", - "quest_title_quest_val19_catch_specific_plural": "Hari Valentine: Tangkap {{amount_0}} Luvdisc", - "quest_title_quest_val19_catch_specific_singular": "Hari Valentine: Tangkap Chansey", - "quest_title_quest_visit_different_pokestops": "Putar {{amount_0}} PokéStop yang berbeda", - "quest_title_quest_visit_pokestop_new_plural": "Putar {{amount_0}} PokéStop yang belum pernah dikunjungi", - "quest_title_quest_visit_pokestop_new_singular": "Putar PokéStop yang belum pernah dikunjungi", - "quest_title_quest_visit_pokestops_party_plural": "Putar {{amount_0}} PokéStop atau Gym saat tergabung di Grup", - "quest_title_quest_visit_pokestops_plural": "Putar {{amount_0}} PokéStop atau Gym", - "quest_title_quest_visit_pokestops_singular": "Putar PokéStop atau Gym", - "quest_title_quest_visit_unique_pokestops_plural": "Putar {{amount_0}} PokéStop atau Gym yang berbeda", - "quest_title_quest_wailmer_catch_b": "Tangkap {{amount_0}} Wailmer", - "quest_title_quest_waina_catch_great_ultra_plural": "Tangkap {{amount_0}} Pokémon ke Bola Great atau Bola Ultra dengan Pokémon GO Plus +", - "quest_title_quest_waina_catch_plural": "Tangkap {{amount_0}} Pokémon ke Bola Pokémon dengan Pokémon GO Plus +", - "quest_title_quest_waina_sleep_days": "Lacak tidurmu dengan Pokémon GO Plus + selama {{amount_0}} hari", - "quest_title_quest_waina_sleep_days_singular": "Lacak tidurmu dengan Pokémon GO Plus + selama 1 hari", - "quest_title_quest_waina_spin_pokestop_plural": "Putar {{amount_0}} PokéStop dengan Pokémon GO Plus +", - "quest_title_quest_walk_25km_inaweek_plural": "Jalan 25 km dalam satu minggu menggunakan Sinkronisasi Petualangan {{amount_0}} kali", - "quest_title_quest_walk_buddy_plural": "Dapatkan {{amount_0}} Permen dengan berjalan bersama partnermu", - "quest_title_quest_walk_buddy_singular": "Dapatkan 1 Permen dengan berjalan bersama partnermu", - "quest_title_quest_walk_eevee_for_evo": "Bejalanlah 10 km dengan Eevee sebagai partnermu untuk mendapatkan Permen", - "quest_title_quest_walk_hgrowlithe_header_0": "Petualangan Berekor", - "quest_title_quest_walk_km": "Jalan {{amount_0}} km", - "quest_title_quest_walk_km_plural": "Jalan {{amount_0}} km", - "quest_title_quest_walk_routes_plural": "Berjalan {{amount_0}} km saat menelusuri Rute", - "quest_title_quest_walk_routes_singular": "Berjalan {{amount_0}} km saat menelusuri Rute", - "quest_title_quest_walk_steps": "Jalan {{amount_0}} langkah", - "quest_title_quest_wartortle_evolve_b": "Evolusikan {{amount_0}} Wartortle", - "quest_title_quest_waterfestival_catch_feed_plural": "Festival Air: Gunakan {{amount_0}} Beri untuk mempermudah penangkapan Pokémon", - "quest_title_quest_waterfestival_catch_pokemon_plural": "Festival Air: Tangkap {{amount_0}} Pokémon", - "quest_title_quest_waterfestival_catch_special9_plural": "Festival Air: Tangkap {{amount_0}} Magikarp atau Wailmer", - "quest_title_quest_waterfestival_catch_type_water_plural": "Festival Air: Tangkap {{amount_0}} Pokémon tipe Air", - "quest_title_quest_waterfestival_evolve_plural": "Festival Air: Evolusikan {{amount_0}} Shellder", - "quest_title_quest_waterfestival_evolve_type_water_plural": "Festival Air: Evolusikan {{amount_0}} Pokémon tipe Air", - "quest_title_quest_waterfestival_hatch_egg_singular": "Festival Air: Tetaskan Telur", - "quest_title_quest_waterfestival_land_great_plural": "Festival Air: Lakukan {{amount_0}} Great Throw", - "quest_title_quest_waterfestival_land_nice_plural": "Festival Air: Lakukan {{amount_0}} Nice Throw", - "quest_title_quest_waterfestival_win_raid_singular": "Festival Air: Menangkan Raid", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Bonus Wayfarer: Tangkap {{amount_0}} Pokémon", - "quest_title_quest_wcs_2024_catch_psychic_electric": "Tangkap {{amount_0}} Pokémon tipe Listrik atau Psychic", - "quest_title_quest_wcs_2024_snapshot_fairy": "Ambil foto {{amount_0}} Pokémon liar tipe Peri yang berbeda", - "quest_title_quest_wcs_2024_spin_00": "Putar PokéStop di Pokémon GO Zone", - "quest_title_quest_wcs_2024_spin_01": "Putar PokéStop di Play Lab", - "quest_title_quest_wcs_2024_spin_02": "Putar PokéStop di Collect & Trade Corner", - "quest_title_quest_weepinbell_evolve_b_plural": "Evolusikan {{amount_0}} Weepinbell", - "quest_title_quest_weepinbell_evolve_b_singular": "Evolusikan Weepinbell", - "quest_title_quest_wimpod_catch_b": "Tangkap {{amount_0}} Wimpod", - "quest_title_quest_win_gym_plural": "Menangkan {{amount_0}} Pertarungan Gym", - "quest_title_quest_win_gym_singular": "Menangkan Pertarungan Gym", - "quest_title_quest_win_raid_2_singular": "Menangkan Raid bintang 2 atau lebih tinggi", - "quest_title_quest_win_raid_3_plural": "Menangkan {{amount_0}} Raid bintang 3 atau lebih tinggi", - "quest_title_quest_win_raid_3_singular": "Menangkan Raid bintang 3 atau lebih tinggi", - "quest_title_quest_win_raid_buddy_plural": "Menangkan {{amount_0}} Raid dengan Pokémon Partnermu", - "quest_title_quest_win_raid_buddy_singular": "Menangkan 1 Raid dengan partnermu", - "quest_title_quest_win_raid_lvl1_higher_singular": "Menangkan Raid bintang 1 atau lebih tinggi", - "quest_title_quest_win_raid_lvl1_singular": "Menangkan Raid bintang satu", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Menangkan {{amount_0}} Raid dengan hanya menggunakan Pokémon dengan 1.500 CP atau lebih rendah", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Menangkan Raid dengan hanya menggunakan Pokémon dengan 1.500 CP atau lebih rendah", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Menangkan {{amount_0}} Raid bintang tiga dengan hanya menggunakan Pokémon dengan 1.500 CP atau lebih rendah", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Menangkan Raid bintang tiga dengan hanya menggunakan Pokémon dengan 1.500 CP atau lebih rendah", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Menangkan {{amount_0}} Raid bintang tiga hanya dengan Pokémon 2.500 CP atau kurang", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Menangkan Raid bintang tiga hanya dengan Pokémon 2.500 CP atau kurang", - "quest_title_quest_win_raid_party_plural": "Menangkan {{amount_0}} Raid saat tergabung di Grup", - "quest_title_quest_win_raid_party_singular": "Menangkan Raid saat tergabung di Grup", - "quest_title_quest_win_raid_plural": "Menangkan {{amount_0}} Raid", - "quest_title_quest_win_raid_singular": "Menangkan Raid", - "quest_title_quest_win_raid_unique_plural": "Menangkan {{amount_0}} Raid dengan tim yang terdiri dari beragam Pokémon", - "quest_title_quest_win_raid_unique_singular": "Menangkan Raid dengan tim yang terdiri dari beragam Pokémon", - "quest_title_quest_win_raid_with_friend_plural": "Menangkan {{amount_0}} Raid dengan teman", - "quest_title_quest_win_raid_with_friend_singular": "Menangkan sebuah Raid dengan teman", - "quest_title_quest_win_raids_unique_1500_plural": "Menangkan {{amount_0}} Raid dengan tim Pokémon yang berbeda-beda dengan atau di bawah 1.500 CP", - "quest_title_quest_win_raids_unique_plural": "Menangkan {{amount_0}} Raid dengan tim Pokémon yang berbeda-beda", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali dengan hanya menggunakan Pokémon dengan 1.500 CP atau lebih rendah", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "Kalahkan Pemimpin Tim Roket GO dengan hanya menggunakan Pokémon dengan 1.500 CP atau lebih rendah", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali dengan hanya menggunakan Pokémon dengan 2.500 CP atau lebih rendah", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali dengan hanya menggunakan Pokémon dengan 3.000 CP atau lebih rendah", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali dengan hanya menggunakan Pokémon dengan 3.500 CP atau lebih rendah", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "Kalahkan Pemimpin Tim Roket GO {{amount_0}} kali dengan hanya menggunakan Pokémon dengan 4.000 CP atau lebih rendah", - "quest_title_quest_wooper_catch_b": "Tangkap {{amount_0}} Wooper atau Paldean Wooper", - "quest_title_quest_wooper_evolve_b": "Evolusikan {{amount_0}} Wooper atau Paldean Wooper", - "quest_title_quest_wooper_snapshot_b": "Ambil {{amount_0}} foto Wooper atau Paldean Wooper", - "quest_title_quest_wt_catch_weedle": "Tangkap {{amount_0}} Weedle", - "quest_title_quest_wt_evolve_kakuna": "Evolusikan {{amount_0}} Kakuna", - "quest_title_quest_wt_evolve_weedle": "Evolusikan {{amount_0}} Weedle", - "quest_title_quest_xp_plural": "Dapatkan {{amount_0}} XP", - "quest_title_quest_zigzagoon_catch_b": "Tangkap {{amount_0}} Galarian Zigzagoon", - "quest_title_quest_zigzagoon_evolve_b": "Evolusikan {{amount_0}} Galarian Zigzagoon", - "quest_title_quest_zigzagoon_snapshot_b": "Ambil {{amount_0}} foto Galarian Zigzagoon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "0 Pokémon Tertangkap", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "{{amount_0}} Pokémon Tertangkap", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 Pokémon Tertangkap", - "quest_title_score_1_10_11_12_singular": "Menangkap {{amount_0}} Pokémon Tipe Api, Tipe Air, atau Tipe Daun", - "quest_title_score_1_10_singular": "Menangkap {{amount_0}} Pokémon Tipe Api", - "quest_title_score_1_11_singular": "Menangkap {{amount_0}} Pokémon Tipe Air", - "quest_title_score_1_12_singular": "Menangkap {{amount_0}} Pokémon Tipe Daun", - "quest_title_score_1_none": "0 Pokémon Tertangkap", - "quest_title_score_1_plural": "{{amount_0}} Pokémon Tertangkap", - "quest_title_score_1_singular": "1 Pokémon Tertangkap", - "quest_title_score_6_plural": "Menangkan {{amount_0}} Raid", - "quest_title_score_6_singular": "Menangkan 1 Raid", - "quest_title_score_8_10_none": "Melakukan 0 Nice Throw", - "quest_title_score_8_10_plural": "Melakukan {{amount_0}} Nice Throw", - "quest_title_score_8_10_singular": "Melakukan 1 Nice Throw", - "quest_title_score_8_11_none": "Melakukan 0 Great Throw", - "quest_title_score_8_11_plural": "Melakukan {{amount_0}} Great Throw", - "quest_title_score_8_11_singular": "Melakukan 1 Great Throw", - "quest_title_score_8_12_none": "Melakukan 0 Excellent Throw", - "quest_title_score_8_12_plural": "Melakukan {{amount_0}} Excellent Throw", - "quest_title_score_8_12_singular": "Melakukan 1 Excellent Throw", - "quest_title_score_8_13_none": "Melakukan 0 Lemparan Melengkung", - "quest_title_score_8_13_plural": "Melakukan {{amount_0}} Lemparan Melengkung", - "quest_title_score_8_13_singular": "Melakukan 1 Lemparan Melengkung", - "quest_title_score_11_701_none": "Menggunakan 0 Beri Raz", - "quest_title_score_11_701_plural": "Menggunakan {{amount_0}} Beri Raz", - "quest_title_score_11_701_singular": "Menggunakan 1 Beri Razz", - "quest_title_score_11_703_none": "Menggunakan 0 Beri Nanab", - "quest_title_score_11_703_plural": "Menggunakan {{amount_0}} Beri Nanab", - "quest_title_score_11_703_singular": "Menggunakan 1 Beri Nanab", - "quest_title_score_11_705_none": "Menggunakan 0 Beri Pinap", - "quest_title_score_11_705_plural": "Menggunakan {{amount_0}} Beri Pinap", - "quest_title_score_11_705_singular": "Menggunakan 1 Beri Pinap", - "quest_title_score_15_10_none": "Melakukan 0 Lemparan Melengkung: Nice", - "quest_title_score_15_10_plural": "Melakukan {{amount_0}} Lemparan Melengkung: Nice", - "quest_title_score_15_10_singular": "Melakukan 1 Lemparan Melengkung: Nice", - "quest_title_score_15_11_none": "Melakukan 0 Lemparan Melengkung: Great", - "quest_title_score_15_11_plural": "Melakukan {{amount_0}} Lemparan Melengkung: Great", - "quest_title_score_15_11_singular": "Melakukan 1 Lemparan Melengkung: Great", - "quest_title_score_15_12_none": "Melakukan 0 Lemparan Melengkung: Excellent", - "quest_title_score_15_12_plural": "Melakukan {{amount_0}} Lemparan Melengkung: Excellent", - "quest_title_score_15_12_singular": "Melakukan 1 Lemparan Melengkung: Excellent", - "quest_title_score_22_none": "Menyelesaikan 0 pertarungan dengan pemimpin tim", - "quest_title_score_22_plural": "Menyelesaikan {{amount_0}} pertarungan dengan pemimpin tim", - "quest_title_score_22_singular": "Menyelesaikan 1 pertarungan dengan pemimpin tim", - "quest_title_score_23_none": "Menyelesaikan 0 pertarungan GO Battle League", - "quest_title_score_23_plural": "Menyelesaikan {{amount_0}} pertarungan GO Battle League", - "quest_title_score_23_singular": "Menyelesaikan 1 pertarungan GO Battle League", - "quest_title_score_battle_raid_none": "Bertarung di 0 Raid", - "quest_title_score_battle_raid_plural": "Bertarung di {{amount_0}} Raid", - "quest_title_score_battle_raid_singular": "Bertarung di 1 Raid", - "quest_title_score_catch_feed_none": "Menggunakan 0 Beri", - "quest_title_score_catch_feed_plural": "Menggunakan {{amount_0}} Beri", - "quest_title_score_catch_feed_singular": "Menggunakan 1 Beri", - "quest_title_score_catch_pokemon": "{{amount_0}} Pokémon Tertangkap", - "quest_title_score_defeat_rocket_none": "Mengalahkan 0 anggota Tim Roket GO", - "quest_title_score_defeat_rocket_plural": "Mengalahkan {{amount_0}} anggota Tim Roket GO", - "quest_title_score_defeat_rocket_singular": "Mengalahkan 1 anggota Tim Roket GO", - "quest_title_score_field_research_none": "Menyelesaikan 0 tugas Penelitian Lapangan", - "quest_title_score_field_research_plural": "Menyelesaikan {{amount_0}} tugas Penelitian Lapangan", - "quest_title_score_field_research_singular": "Menyelesaikan 1 tugas Penelitian Lapangan", - "quest_title_score_send_gift_none": "Mengirimkan 0 Hadiah ke teman", - "quest_title_score_send_gift_plural": "Mengirimkan {{amount_0}} Hadiah ke teman", - "quest_title_score_send_gift_singular": "Mengirimkan 1 Hadiah ke teman", - "quest_title_score_spin_pokestop_none": "Putar 0 PokéStop", - "quest_title_score_spin_pokestop_plural": "Putar {{amount_0}} PokéStop", - "quest_title_score_spin_pokestop_singular": "Putar 1 PokéStop", - "quest_win_raid_plural": "Menangkan {{amount}} Raid", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Star Raid", - "raid_1_plural": "1 Star Raids", - "raid_2": "2 Star Raid", - "raid_2_plural": "2 Star Raids", - "raid_3": "3 Star Raid", - "raid_3_plural": "3 Star Raids", - "raid_4": "4 Star Raid", - "raid_4_plural": "4 Star Raids", - "raid_5": "Legendary Raid", - "raid_5_plural": "Legendary Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "Sempurna saat Siang", - "route_tag_architecture": "Arsitektur", - "route_tag_art": "Seni", - "route_tag_beachy": "Pantai", - "route_tag_bike_path": "Jalur Sepeda", - "route_tag_biking": "Bagus untuk Bersepeda", - "route_tag_body_of_water": "Tepi Perairan", - "route_tag_buildings": "Banyak Bangunan", - "route_tag_category_misc": "Lainnya", - "route_tag_category_nearby": "Sekitar", - "route_tag_category_suitability": "Kesesuaian", - "route_tag_category_terrain": "Topografi", - "route_tag_category_theme": "Tema", - "route_tag_city_life": "Kehidupan Kota", - "route_tag_culture": "Budaya", - "route_tag_easy_going": "Rileks", - "route_tag_flat": "Datar", - "route_tag_foliage": "Banyak Dedaunan", - "route_tag_food": "Makanan", - "route_tag_grassy": "Berumput", - "route_tag_hilly": "Tanjakan", - "route_tag_historic": "Histori", - "route_tag_intense": "Intens", - "route_tag_morning": "Sempurna saat Pagi", - "route_tag_muddy": "Berlumpur", - "route_tag_nature": "Alam", - "route_tag_night": "Sempurna saat Malam", - "route_tag_no_parking": "Takada Parkiran Terdekat", - "route_tag_no_people": "Sepi", - "route_tag_open_space": "Banyak Ruang Terbuka", - "route_tag_parking": "Ada Parkiran Terdekat", - "route_tag_parks_nearby": "Taman Sekitar", - "route_tag_partially_paved": "Jalur Sebagian Beraspal", - "route_tag_paved": "Jalur Beraspal", - "route_tag_people": "Ramai", - "route_tag_pets": "Ramah Hewan Peliharaan", - "route_tag_plenty_pokestops": "Banyak PokéStop", - "route_tag_public_transport": "Dekat Transportasi Umum", - "route_tag_raid_friendly": "Banyak Gym", - "route_tag_rainy_day": "Cocok untuk Hari Hujan", - "route_tag_rocky": "Berbatu", - "route_tag_running": "Bagus untuk Berlari", - "route_tag_sandy": "Berpasir", - "route_tag_seasonal": "Musiman", - "route_tag_sightseeing": "Wisata", - "route_tag_stroller": "Ramah Kereta Bayi", - "route_tag_sunny_day": "Cocok untuk Hari Cerah", - "route_tag_tree_cover": "Pohon Teduh", - "route_tag_unpaved": "Jalur Tak Beraspal", - "route_tag_views": "Panorama Indah", - "route_tag_walking": "Bagus untuk Berjalan", - "route_tag_wheelchair": "Dapat dilalui kursi roda", - "route_tag_wildlife": "Banyak Hewan Liar", - "route_tag_woodsy": "Rimba", - "route_tags_label": "LABEL", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "Bayangan", - "team_1": "Mystic", - "team_2": "Valor", - "team_3": "Instinct", - "team_a_0": "Tanpa Tim", - "team_a_1": "Tim Mystic", - "team_a_2": "Tim Valor", - "team_a_3": "Tim Instinct", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "Ekstrem", - "weather_1": "Cerah", - "weather_2": "Hujan", - "weather_3": "Berawan", - "weather_4": "Mendung", - "weather_5": "Berangin", - "weather_6": "Bersalju", - "weather_7": "Kabut", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} diff --git a/client/public/locales/it/translation.json b/client/public/locales/it/translation.json deleted file mode 100644 index afc0d917c..000000000 --- a/client/public/locales/it/translation.json +++ /dev/null @@ -1,6001 +0,0 @@ -{ - "login": "Accesso", - "click_once": "Clicca 'Autorizza' una sola volta", - "save": "Salva", - "reset": "Reimposta", - "close": "Chiudi", - "reset_filters": "Reimposta Filtri", - "pokemon_filters": "Impostazioni Filtri Pokémon", - "gyms_filters": "Impostazioni Filtri Palestra", - "pokestops_filters": "Impostazioni Filtri PokéStop", - "nests_filters": "Impostazioni Filtri Nido", - "help": "Aiuto", - "apply_to_all": "Applica a Tutti", - "disable_all": "Disattiva Tutti", - "enable_all": "Attiva Tutti", - "enabled": "Attivato", - "legacy": "Ereditario", - "id": "ID", - "location": "Posizione", - "search_pokemon": "Cerca Pokémon", - "search_nests": "Cerca Nidi", - "search_gyms": "Cerca Palestre", - "search_pokestops": "Cerca PokéStop", - "search_raids": "Cerca Raid", - "search_eggs": "Cerca Uova", - "search_quests": "Cerca Missioni", - "search_lures": "Cerca Esche", - "search_invasions": "Cerca Invasioni", - "sm": "sm", - "md": "md", - "lg": "lg", - "xl": "XL", - "min": "Min", - "max": "Max", - "set_size": "Imposta Dimensione Icona", - "slot_selection": "Selezione Slot", - "generations": "Generazioni", - "types": "Tipi", - "forms": "Forme", - "rarity": "Rarità Attuale", - "others": "Altri", - "categories": "Categorie", - "rank": "Rango", - "slider_iv": "Intervallo IV", - "slider_great": "Leg. Super", - "slider_ultra": "Leg. Ultra", - "slider_little": "Leg. Piccolo", - "slider_atk_iv": "Attacco", - "slider_def_iv": "Difesa", - "slider_sta_iv": "Resistenza", - "slider_level": "Livello", - "slider_size": "Dimensione", - "abbreviation_level": "L", - "lvl": "Liv", - "cap": "Limite", - "custom": "Personalizzato", - "valid": "Valido", - "invalid": "Non valido!", - "overwrites": "Sovrascrive Tutti i Filtri", - "valid_filter": "Filtro Statistiche Valido", - "invalid_filter": "Inserisci un Filtro Valido", - "gyms": "Palestre", - "nests": "Nidi", - "pokestops": "PokéStop", - "pokemon": "Pokémon", - "wayfarer": "Wayfarer", - "scan_areas": "Area di Scansione", - "s2cells": "Celle S2", - "weather": "Meteo", - "admin": "Amministratore", - "settings": "Impostazioni", - "advanced": "Avanzato", - "tile_servers": "Server Tile", - "icons": "Icone", - "navigation": "Navigazione", - "drawer": "Menu", - "tile_servers_default": "Predefinito", - "drawer_temporary": "Temporaneo", - "drawer_persistent": "Persistente", - "locale_selection": "Selezione Lingua", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "Importa", - "export": "Esporta", - "logout": "Esci", - "local_storage_cleared": "Memoria Locale cancellata!", - "iv_or_filter": "Filtro IV OR", - "polygons": "Poligoni", - "raids": "Raid", - "ex_eligible": "Idoneo EX", - "in_battle": "In Battaglia", - "all_pokestops": "Tutti i PokéStop", - "lures": "Esche", - "quests": "Missioni", - "invasions": "Invasioni", - "portals": "Portali", - "submission_cells": "Celle di Sottomissione", - "spawnpoint": "Punto di Apparizione", - "spawnpoints": "Punti di Apparizione", - "s2_cell_level": "Cella S2 Livello {{level}}", - "total_count": "Conteggio Totale", - "next_submission": "Prossima Sottomissione!", - "never": "Mai", - "next_gym": "Prossima Palestra", - "scan_cells": "Scansiona Celle", - "devices": "Dispositivi", - "use_my_location": "Usa la Mia Posizione", - "submit_feedback_title": "Invia Feedback/Segnala Bug", - "use_the_link_below": "Puoi usare il link sotto per inviare feedback o segnalare bug incontrati.", - "feedback_to_devs": "Questo feedback viene inviato direttamente agli sviluppatori.", - "feedback_form": "Modulo di Feedback", - "unknown_pokestop": "Nome PokéStop Sconosciuto", - "unknown_gym": "Nome Palestra Sconosciuta", - "exclude": "Escludi", - "exclude_quest": "Escludi Missione", - "exclude_invasion": "Escludi Invasione", - "exclude_team": "Escludi Squadra", - "exclude_raid": "Escludi Raid", - "exclude_lure": "Escludi Esca", - "timer": "Timer", - "hide": "Nascondi", - "tier": "Livello", - "slots": "Posti", - "mega": "Mega", - "form": "Forma", - "starts": "Inizia", - "ends": "Finisce", - "defender": "Difensore", - "best_buddy": "Melhor companheiro", - "cp": "PC", - "kilogram": "kg", - "meter": "m", - "total_cp": "PC Totali", - "first_seen": "Visto Prima", - "last_seen": "Visto Ultima", - "last_modified": "Ultima Modifica", - "last_updated": "Ultimo Aggiornamento", - "imported": "Importato", - "nest_estimated": "Dati del Nido Stimati!", - "verify_nests": "Verifica Controllando le Apparizioni Attuali", - "nest_out_of_date": "Il Nido Potrebbe Essere Obsoleto!", - "nest_check_current": "Controlla le Apparizioni Attuali Invece", - "spawns_per_hour": "All'Ora", - "teams": "Squadre", - "eggs": "Uova", - "reverse": "Inverti", - "selected": "Selezionato", - "unselected": "Deselezionato", - "only_available": "Disponibili", - "common": "Comune", - "uncommon": "Non Comune", - "rare": "Raro", - "ultra_rare": "Ultra Raro", - "regional": "Regionale", - "event": "Evento", - "legendary": "Leggendario", - "mythical": "Misterioso", - "ultra_beast": "Ultracreatura", - "alt_forms": "Forme Alt", - "alola": "Alola", - "galarian": "Galarian", - "showing": "Mostrando", - "instance": "Istanza", - "online": "Online", - "offline": "Offline", - "boosted_types": "Tipi Potenziati", - "pokemon_options": "Opzioni Pokémon", - "pokestops_options": "Opzioni PokéStop", - "gyms_options": "Opzioni Palestra", - "nests_options": "Opzioni Nido", - "wayfarer_options": "Opzioni Viandante", - "admin_options": "Opzioni Admin", - "weather_options": "Opzioni Meteo", - "s2cells_options": "Opzioni Celle S2", - "clustering": "Clustering", - "glow": "Bagliore", - "legacy_filter": "Filtro Legacy", - "raid_timers": "Tutti i Timer dei Raid", - "invasion_timers": "Tutti i Timer delle Invasion", - "lure_timers": "Tutti i Timer delle Esche", - "device_path_color": "Colore Percorso Dispositivo", - "old_portals": "Portali Vecchi", - "new_portals": "Portali Nuovi", - "items": "Oggetti", - "energy": "Energia", - "ar_eligible": "Compatibile con AR", - "iv_circles": "Indicatori IV", - "min_iv_circle": "Cerchio IV Minimo", - "interaction_ranges": "Range di Interazione", - "cannot_connect": "\nImpossibile connettersi al server in questo momento.\nRiprovarci subito potrebbe causare ulteriori problemi.\nSi prega di riprovare tra qualche minuto.\n\n- Team di Amministrazione della Mappa", - "mad_quest_text": "Missioni Native", - "xs": "XS", - "primary": "Primario", - "secondary": "Secondario", - "zero_iv": "IV 0%", - "hundo_iv": "IV 100%", - "open_menu": "Apri Menu", - "zoom_in": "Ingrandisci", - "zoom_out": "Riduci", - "welcome": "Benvenuto in", - "back": "Indietro", - "next": "Avanti", - "finish": "Finito", - "start_tutorial": "Inizia Tutorial", - "view_profile": "Visualizza Profilo", - "login_optional": "Login (Opzionale)", - "tutorial": "Tutorial", - "tutorial_language": "Scegli la Tua Lingua", - "tutorial_welcome": "Questo tutorial è interattivo e si consiglia vivamente di giocare con tutte le opzioni fornite", - "tutorial_categories": "Categorie a Cui Hai Accesso", - "tutorial_logged_in": "Puoi visualizzare i dettagli sulle tue autorizzazioni visualizzando il tuo profilo.", - "tutorial_logged_out": "Puoi visualizzare i dettagli sulle tue autorizzazioni effettuando il login.", - "tutorial_sidebar_0": "Tutti i Tuoi Filtri & Impostazioni Si Trovano Qui", - "tutorial_sidebar_1": "Para cada categoria, poderás alternar exatamente os dados que desejas usar os interruptores", - "tutorial_sidebar_2": "Opções: Personalização adicional\nAvançado: Abordaremos mais adiante neste tutorial", - "tutorial_sliders_0": "Usando controles deslizantes para ajustar filtros", - "tutorial_sliders_1": "Pokémon Entre:", - "tutorial_sliders_2": "- IVs de {{iv0}}% a {{iv1}}%", - "tutorial_sliders_3": "Nível de {{level0}} a {{level1}}", - "tutorial_sliders_3alt": "- E está no Nível de {{level0}} a {{level1}}", - "tutorial_sliders_4": "- Classificação na Liga Super de {{gl0}} a {{gl1}}", - "tutorial_sliders_4alt": "- OU Classificação na Liga Super de {{gl0}} a {{gl1}}", - "tutorial_sliders_5": "- Classificação na Liga Ultra de {{ul0}} a {{ul1}}", - "tutorial_sliders_5alt": "- OU Classificação na Liga Ultra de {{ul0}} a {{ul1}}", - "tutorial_sliders_6": "Conecta com outros da mesma cor", - "tutorial_sliders_7": "Filtra separadamente de outros controles deslizantes", - "tutorial_sliders_8": "Um controle deslizante 'cheio' significa que está desativado:", - "tutorial_sliders_9": "Todos os spawns, independentemente de terem sido verificados os IVs ou não", - "tutorial_help": "Atalho para este menu", - "tutorial_adv_filter": "Apenas móvel, abre as opções de filtragem para o menu avançado", - "tutorial_tune": "Define o filtro avançado para todos os Pokémon atualmente sendo filtrados no menu", - "tutorial_format_size": "Define o tamanho do ícone para todos os itens atualmente sendo filtrados no menu", - "tutorial_check": "Ativa todos os itens atualmente sendo filtrados no menu", - "tutorial_clear": "Desativa todos os itens atualmente sendo filtrados no menu", - "tutorial_save": "Salva a seleção atual e sai", - "tutorial_show_all_view": "Alterna PokéParadas & Ginásios", - "tutorial_show_pokemon_view": "Alterna Pokémon", - "tutorial_toggle": "Clicar na Verificação/X alterna o item", - "tutorial_pokemon_caption": "Este ícone permite definir filtros para esse Pokémon específico", - "tutorial_all_caption": "Equipes têm um menu de slots especial\nTodos os outros itens permitem ajustar o tamanho do ícone", - "tutorial_popup_0": "Os pop-ups agora são interativos!", - "tutorial_popup_1": "Os três pontos abrem as opções de ocultar, excluir e alternar temporizador", - "tutorial_popup_2": "Os ícones em ambos os lados do link de navegação se expandirão para mostrar informações extras, experimente!", - "tutorial_popup_3": "Os ícones variam para cada categoria, certifique-se de conferir todos", - "tutorial_closing_0": "Informações adicionais", - "tutorial_closing_1": "Os controles deslizantes Pokémon globais na barra lateral operam separadamente do menu avançado e não têm efeito um sobre o outro", - "tutorial_closing_2": "Certifique-se de conferir a seção de Configurações na barra lateral", - "tutorial_closing_3": "Existem muitas opções estéticas disponíveis para cada categoria, mas tenha em mente que quanto mais você adicionar ao seu mapa, maior a chance de seu mapa congelar", - "tutorial_closing_4": "Você pode visualizar este tutorial novamente selecionando-o no painel de Configurações na barra lateral", - "tutorial_closing_5": "Fique seguro e boa sorte!", - "intro": "Introdução", - "sidebar": "Barra Lateral", - "sliders": "Controles Deslizantes", - "popups": "Pop-ups", - "closing": "Conclusão", - "shortcuts": "Atalhos", - "iv": "IV", - "area_restrictions": "Restrições de Área", - "map": "Mapa", - "stats": "Estatísticas", - "pvp": "PVP", - "area_restrictions_subtitle": "Você tem acesso a estas áreas", - "devices_subtitle": "Mostra localizações de dispositivos ativos e rotas", - "gyms_subtitle": "Mostra todas as localizações de ginásios ativos, time ativo, e quantas vagas cada ginásio tem disponível", - "invasions_subtitle": "Mostra informações de invasões da Equipe Rocket, incluindo lineup de batalha, tempo de expiração e recompensas possíveis", - "iv_subtitle": "Mostra IV% e opções de brilho", - "lures_subtitle": "Mostra informações de iscas, incluindo tipo de isca e tempo de expiração", - "map_subtitle": "Mostra o mapa", - "nests_subtitle": "Mostra Pokémon ativamente fazendo ninho e polígonos de ninho", - "pokemon_subtitle": "Mostra todas as localizações de Pokémon e tempos de expiração", - "pokestops_subtitle": "Mostra todas as localizações de PokéParadas", - "portals_subtitle": "Mostra todos os portais do Ingress", - "pvp_subtitle": "Mostra informazioni su rango PVP/CP/Livello per ogni Pokémon", - "quests_subtitle": "Mostra informazioni su ricompense e compiti delle missioni", - "raids_subtitle": "Mostra tutte le informazioni sui raid inclusi il boss del raid, uova, orario di fine e set di mosse", - "scan_cells_subtitle": "Mostra l'ultima volta che una cellula S2 è stata scansionata da un dispositivo", - "scan_areas_subtitle": "Mostra i poligoni delle aree di scansione disponibili", - "spawnpoints_subtitle": "Mostra i punti di spawn e il loro tempo stimato di scomparsa", - "stats_subtitle": "Mostra statistiche e livelli dei Pokémon", - "submission_cells_subtitle": "Mostra informazioni utili per l'invio di nuovi POI", - "weather_subtitle": "Mostra le informazioni meteo in gioco per ogni cellula", - "scanner_subtitle": "Interagisci direttamente con lo scanner in vari modi", - "s2cells_subtitle": "Mostra le Cellule S2 a vari livelli sulla mappa", - "backups_subtitle": "Permette il backup e il caricamento delle impostazioni su dispositivi diversi", - "backups": "Backup", - "user_profile": "Profilo Utente", - "user_username": "Nome utente", - "candy": "Caramelle", - "show_ex_badge": "Mostra il badge EX", - "search": "Cerca", - "global_search_quests": "Inserisci il nome della ricompensa...", - "global_search_lures": "Inserisci il nome del Richiamo...", - "global_search_pokestops": "Inserisci il nome del PokéStop...", - "global_search_gyms": "Inserisci il nome della Palestra...", - "global_search_portals": "Inserisci il nome del Portale...", - "global_search_nests": "Inserisci il nome del Pokémon del Nido...", - "global_search_raids": "Inserisci il nome del Boss Raid...", - "global_search_pokemon": "Inserisci il nome del Pokémon...", - "global_search_invasions": "Inserisci il tipo di Recluta, il nome o il nome della ricompensa del Pokémon...", - "raid_level_badges": "Badge Livello Raid", - "options": "Opzioni", - "profile": "Profilo", - "pokemon_icons": "Icone Pokémon", - "pokestop_icons": "Icone PokéStop", - "gym_icons": "Icone Palestra", - "team_icons": "Icone Squadra", - "egg_icons": "Icone Uovo", - "raid_icons": "Icone Raid", - "nest_icons": "Icone Nido", - "reward_icons": "Icone Ricompense", - "type_icons": "Icone Tipo", - "weather_icons": "Icone Meteo", - "misc_icons": "Icone Varie", - "invasion_icons": "Icone Invasioni", - "spawnpoint_icons": "Icone Punti di Spawn", - "device_icons": "Icone Dispositivo", - "pokemon_audio": "Audio Pokémon", - "pokestop_audio": "Audio PokéStop", - "gym_audio": "Audio Palestra", - "team_audio": "Audio Squadra", - "egg_audio": "Audio Uovo", - "raid_audio": "Audio Raid", - "nest_audio": "Audio Nido", - "reward_audio": "Audio Ricompense", - "type_audio": "Audio Tipo", - "weather_audio": "Audio Meteo", - "misc_audio": "Audio Varie", - "invasion_audio": "Audio Invasioni", - "spawnpoint_audio": "Audio Punti di Spawn", - "device_audio": "Audio Dispositivo", - "pokemon_timers": "Timer Pokémon Completi", - "show_dex_num_in_popup": "Mostra il numero del Pokédex nel Popup", - "popup": "Popup", - "pvp_level": "Statistiche PVP Livello {{level}}", - "pvp_mega": "Statistiche PVP Mega", - "webhook_entry": "Aggiungi a {{name}}", - "remove_webhook_entry": "Rimuovi da {{name}}", - "distance": "Distanza", - "gym": "Palestra", - "egg": "Uovo", - "raid": "Raid", - "lure": "Richiamo", - "quest": "Missione", - "invasion": "Invasione", - "nest": "Nido", - "pokestop": "PokéStop", - "team": "Squadra", - "global": "Globale", - "manage_webhook": "Gestisci {{name}}", - "drag_and_drop": "Trascina e rilascia il marcatore per impostare la tua posizione", - "click_to_select": "Clicca per selezionare", - "add_new": "Aggiungi Nuovo Allarme per {{category}}", - "my_location": "La Mia Posizione", - "choose_on_map": "Scegli sulla Mappa", - "select_profile": "Seleziona Profilo", - "distance_radius": "Anteprima Distanze Raggio", - "areas": "Aree", - "select_webhook": "Seleziona Bot", - "ar_quest_true": "Compito AR", - "ar_quest_false": "No AR", - "with_ar": "Con AR", - "both": "Entrambi", - "without_ar": "Senza AR", - "exclude_quest_multi": "Esclusi {{reward}}", - "cluster_limit_0": "Limite di {{variable_0}} ({{variable_1}}) raggiunto", - "cluster_limit_1": "Effettua lo zoom avanti o restringi i tuoi filtri", - "show_polygons": "Mostra Poligoni", - "exclude_invasion_multi": "Esclusi {{invasion}}", - "stardust": "Polvere di stelle", - "slider_cp": "CP", - "pvp_ranking_league": "Lega", - "pvp_ranking_min_cp": "CP Min", - "slider_pvp": "Classifiche", - "profile_no": "Profilo", - "template": "Modello", - "gender": "Genere", - "clean": "Pulisci", - "all_forms": "Tutte le forme", - "pvp_entry": "Voce PVP", - "no_iv": "Incl. Nessun IV", - "by_distance": "Per Distanza", - "min_time": "Tempo Min", - "add_new_profile": "Aggiungi Nuovo Profilo", - "slider_none": "Nessuno", - "non_registered_human_title": "Oops, qualcosa non va!", - "non_registered_human_desc": "Potresti non essere registrato con {{webhook}}\nO il server è attualmente irraggiungibile", - "try_again_later": "Si prega di riprovare più tardi", - "selected_areas_one": "{{count}} Area Selezionata", - "selected_areas_other": "{{count}} Aree Selezionate", - "webhook_selection": "Selezione di {{name}}", - "message_of_the_day": "Messaggio del Giorno", - "has_quest_indicator": "Colore Alternativo per Fermate con Missioni", - "show_ar_badge": "Mostra Distintivo AR", - "all_gyms": "Tutte le Palestre", - "general": "Generale", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "Il Globale Rispetta Selezionato", - "normal_forms": "Forme Normali", - "weather_indicator": "Indicatore di Potenziamento Meteo", - "page": "Pagina {{page}}", - "navigation_controls": "Controlli di Navigazione", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "Esclusivo", - "all_moves": "Tutte le Mosse", - "move": "Mossa", - "any": "Qualunque", - "min_spawn_average": "Frequenza Min di Apparizione", - "select_all": "Seleziona Tutto", - "delete_all": "Elimina Selezionati", - "cancel": "Annulla", - "day_1": "Lunedì", - "day_2": "Martedì", - "day_3": "Mercoledì", - "day_4": "Giovedì", - "day_5": "Venerdì", - "day_6": "Sabato", - "day_7": "Domenica", - "profile_name": "Nome Profilo", - "manage_profiles": "Gestisci Profili", - "min_spawn_avg": "Frequenza Min Media di Apparizione", - "poke_global": "Tutto", - "amount": "Quantità", - "specific_gym": "Palestra Specifica", - "search_location": "Cerca Località", - "search_specific": "Cerca un {{category}} Specifico", - "webhook_success_gym": "Allerte per Raid, Uova e Cambio Squadra sono stati aggiunti!", - "slot_changes": "Cambi di Slot", - "slot_changes_poracle": "cambi_di_slot", - "confirm_delete": "Questo rimuoverà tutto il tracciamento per questo profilo, sei sicuro?", - "confirm_copy": "Scegli il profilo a cui vorresti copiare \"{{profile}}\", questo sovrascriverà completamente quel profilo.", - "webhook_error": "{{name}} non è stato in grado di elaborare ciò.\nSi prega di riprovare più tardi.", - "profile_error": "Deve essere unico e valido", - "team_0": "Senza squadra", - "battle_changes": "In Battaglia", - "battle_changes_poracle": "cambiamenti_in_battaglia", - "auto": "Auto", - "webhooks_subtitle": "Gestisci i tuoi allarmi direttamente dalla mappa per questi bot", - "event_stops_subtitle": "Mostra Pokéstop speciali per eventi come Kecleon", - "webhooks": "Allarmi", - "scanner": "Azioni Scanner", - "everything_individually": "Aggiungi Allarmi Individuali", - "individually": "individualmente", - "join": "Unisciti", - "errors_404": "Ops, questa pagina non può essere trovata!", - "errors_500": "C'è stato un errore del server, riprova più tardi!", - "local_username": "Nome Utente", - "local_password": "Password", - "local_error": "C'è stato un errore, si prega di riprovare più tardi!", - "no_filter_results": "Nessun Risultato Trovato\nProva ad Allargare i Tuoi Filtri", - "donor_page": "Pagina dei Donatori", - "go_back": "Voltar", - "access": "Acesso", - "link_discord": "Vincular Discord", - "select_webhook_strategy": "Gerenciador de Alertas", - "webhook_strategy_success_0": "Sucesso! Atualizando para buscar as configurações de alerta...", - "register": "Registrar", - "invalid_credentials": "Credenciais Inválidas", - "localauth_failed": "Autenticação falhou", - "error_creating_user": "Não foi possível registrar o novo usuário no momento", - "discord_linked": "Discord Vinculado", - "telegram_linked": "Telegram Vinculado", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "nível", - "km": "km", - "feedback": "Feedback", - "donor_menu": "Menu do Doador", - "pokemon_cell": "A Localização do Pokémon Pode Variar", - "timer_verified": "Este Timer está Verificado", - "timer_unverified": "Este Timer não está Verificado", - "all": "Todos", - "badge_0": "Nenhum", - "badge_1": "Básico", - "badge_2": "Bronze", - "badge_3": "Prata", - "badge_4": "Ouro", - "gym_badge_menu": "Editar Insígnia de Ginásio", - "gym_badges": "Insígnias de Ginásio", - "gym_badge_diamonds": "Mostrar Insígnias de Ginásio", - "gym_badges_subtitle": "Exibe Insígnias de Ginásio no mapa e uma lista na página de perfil.", - "confirm_filters_reset": "Redefinir filtros", - "filters_reset_text": "Você tem certeza que deseja redefinir as configurações para os valores padrão? Isso não pode ser desfeito!", - "filters_reset_title": "Redefinir filtros", - "raid_quick_select": "Seleção Rápida", - "disabled": "Desativado", - "loading": "Carregando {{category}}", - "loading_icons": "Buscando Ícones", - "loading_invasions": "Buscando Invasões", - "scan_next": "Escanear Localização", - "scan_next_choose": "Arraste e Solte o Marcador para Definir a Localização do Escaneamento", - "scan_zone": "Escanear uma Área", - "scan_zone_choose": "Arraste e Solte o Marcador para Definir a Localização do Escaneamento e Escolher o Tamanho", - "scan_zone_size": "Tamanho", - "scan_zone_range": "Alcance", - "scan_zone_spacing": "Espaçamento", - "scan_zone_radius": "Raio", - "scan_requests": "Pedidos de Escaneamento", - "scan_queue": "Fila Atual", - "click_to_scan": "Escanear Aqui", - "scan_confirmed_title": "Demanda de escaneamento confirmada", - "scan_confirmed": "Trabalhador foi enviado para a localização, resultado aparecerá no mapa em breve!", - "scan_loading_title": "Enviando pedido de escaneamento", - "scan_loading": "Seu pedido de escaneamento está sendo processado e enviado ao sistema!", - "scan_error_title": "Erro", - "scan_error": "Houve um erro ao processar o pedido de escaneamento...", - "scan_outside_area": "Esta localização está fora dos limites das áreas autorizadas", - "pvp_ranking_cap": "Nível", - "lc_title": "Siga Sua Localização", - "lc_metersUnit": "metros", - "lc_feetUnit": "pés", - "lc_popup": "Você está a {distance} {unit} deste ponto", - "lc_outsideMapBoundsMsg": "Você parece localizado fora dos limites do mapa", - "no_alerts": "Nenhum Alerta Encontrado", - "loading_settings": "Carregando Configurações", - "refresh_to_continue": "Por favor, atualize antes de continuar", - "session_expired_title": "Sessão Expirada", - "session_expired_body": "Sua sessão expirou", - "old_client_title": "Desatualizado", - "old_client_body": "Uma nova versão deste mapa está disponível", - "early_old_client_title": "Desatualizado", - "early_old_client_body": "Uma versão antiga deste aplicativo pode estar armazenada em cache no seu navegador, você precisará limpar seu cache antes de poder usar este aplicativo.", - "refresh": "Atualizar", - "points": "Pontos", - "day": "Dia", - "days": "Dias", - "react_error": "Algo Deu Errado", - "clickable_icon": "Ícone Clicável", - "two_stops_till_next": "2 paradas até a próxima", - "one_stop_till_next": "1 parada até a próxima", - "no_more_gyms": "Não há mais ginásios", - "light_map_border": "Borda do Mapa Clara", - "dark_map_border": "Borda do Mapa Escura", - "cell_blocked": "Célula Bloqueada", - "poi_color": "Cor do Ponto de Interesse", - "quest_condition": "Condição de Missão", - "always_show_labels": "Sempre Mostrar Rótulos", - "scan_areas_options": "Opções de Áreas de Escaneamento", - "historic_rarity": "Raridade Histórica", - "poi": "Pontos de Interesse", - "300m_range": "Alcance de 300m", - "lure_range": "Alcance do Lure", - "custom_range": "Alcance Personalizado", - "tap_to_toggle": "Toque para Alternar", - "power_up": "Fortalecer", - "never_alt": "Nunca", - "seen_nearby_stop": "Visto Próximo", - "seen_nearby_cell": "Visto nesta Célula", - "seen_lure_encounter": "Encontro com Lure", - "seen_lure_wild": "Spawn por Lure", - "seen_wild": "Spawn Selvagem", - "event_stops": "Poképaradas de Evento", - "event_stop_timers": "Contadores de Poképaradas de Evento", - "size_0": "Qualquer", - "size_1": "XXP", - "size_2": "XP", - "size_3": "M", - "size_4": "XG", - "size_5": "XXG", - "show_size_indicator": "Mostrar Indicador de Tamanho", - "size": "Tamanho", - "gold_stop": "Poképarada Ouro", - "profile_backups": "Troca de Perfis", - "new_backup": "Novo Backup", - "create": "Criar", - "load": "Carregar", - "update": "Atualizar", - "delete": "Deletar", - "name": "Nome", - "only_confirmed": "Apenas Confirmados", - "only_exclude_grunts": "Excluir Recrutas", - "only_exclude_leaders": "Excluir Líderes", - "rocket_pokemon": "Pokémon da Equipe Rocket", - "decoy": "Isca", - "s2_cell_limit_0": "Você tentou gerar mais de 20.000 células ({{variable_0}})", - "s2_cell_zoom_limit": "Algumas células são pequenas demais para serem exibidas neste nível de zoom", - "show_all_pvp_ranks": "Mostrar Todos os Rankings de PVP", - "enable_pokemon_popup_coords": "Mostrar Coordenadas do Pokémon", - "enable_gym_popup_coords": "Mostrar Coordenadas da Ginásio", - "enable_pokestop_popup_coords": "Mostrar Coordenadas da Poképarada", - "enable_portal_popup_coords": "Mostrar Coordenadas do Portal", - "on_block_join_discord": "Por favor, junte-se ao nosso discord para mais informações.", - "on_block_msg": "Você foi bloqueado por ser um membro de", - "denied": "Negado", - "showcase": "Vitrine", - "unknown_event": "Evento Desconhecido", - "scanner_countdown": "Disponível em {{time}}s", - "success": "Sucesso", - "contribute": "Contribuir", - "mi": "mi", - "filter_by_areas": "Filtrar por Áreas", - "submit_nest_name": "Submeter Nome do Ninho", - "nest_submission_menu": "Atualização de Nome", - "nest_submissions": "Submissões de Ninho", - "nest_submissions_subtitle": "Permite submeter novos nomes para ninhos", - "pokemon_opacity": "Opacidade Dinâmica de Pokémon", - "invasion_opacity": "Opacidade Dinâmica de Invasões", - "raid_opacity": "Opacidade Dinâmica de Raids", - "opacity_ten_minutes": "Opacidade aos 10 minutos", - "opacity_five_minutes": "Opacidade aos 5 minutos", - "opacity_one_minute": "Opacidade ao 1 minuto", - "level_circles": "Indicadores de Nível", - "min_level_circle": "Nível Mínimo do Círculo", - "mutation_auth_error": "Sua solicitação foi mal-sucedida por não estar logado", - "submitted_by": "Submetido Por", - "reversible": "Reversível", - "version": "Versão", - "route_tags": "Tags de Rotas", - "routes": "Rotas", - "route_type": "Tipo de Rota", - "routes_subtitle": "Visualizar rotas no jogo e informações relevantes sobre elas no mapa", - "description": "Descrição", - "additional_info": "Informações Adicionais", - "duration": "Duração", - "elevation": "Elevação", - "contest_category_1": "Menor Tamanho", - "context_category_2": "Maior Tamanho", - "total_entries": "Total de Entradas", - "showcase_rankings": "Rankings da Vitrine", - "showcase_rankings_subtitle": "Exibe uma lista dos rankings mais altos para uma vitrine em uma Poképarada", - "tth": "TTH", - "tth_0": "Todos", - "tth_1": "Conhecido", - "tth_2": "Desconhecido", - "no_access": "Sem Acesso", - "cooldown": "Tempo de Resfriamento", - "scan_some_outside_area": "Algumas localizações estão fora dos limites autorizados", - "alerts": "alertas", - "alert_manager": "Gerenciador de Alertas", - "menu": "Menu", - "theme": "Tema", - "exit": "Sair", - "component": "Componente", - "component_login_page": "Página de Login", - "component_donation_page": "Página de Doação", - "component_message_of_the_day": "Mensagem do Dia", - "download": "Baixar", - "playground": "Parquinho", - "locale": "Idioma", - "saved": "Salvo", - "show_editor": "Mostrar Editor", - "hide_editor": "Esconder Editor", - "reported_error": "Este erro foi reportado ao servidor com o identificador", - "dark_mode": "Modo Escuro", - "load_from_autosave": "Carregar do salvamento automático", - "done": "Concluído", - "fast": "Rápido", - "charged": "Carregado", - "offline_mode": "Modo Offline", - "include_sponsored": "Incluir Patrocinados", - "showcase_color": "Cor de Destaque", - "partner_color": "Cor do Parceiro", - "disable": "Desativar {{- name}}", - "profiling": "Perfilamento", - "showcase_block": "Bloqueado devido a um destaque", - "signed_in_as": "Logado Como", - "missing_map_perm": "Você não tem permissão para visualizar o mapa.", - "access_denied": "Acesso Negado", - "audio": "Áudio", - "desktop_notifications": "Notificações de Desktop", - "notifications_options": "Opções de Notificações", - "audio_always_on": "Áudio Sempre Ativo", - "volume_level": "Nível de Volume", - "notifications_status": "Status das Notificações", - "granted": "concedido", - "set_all": "Definir Todos", - "set_filtered": "Definir Filtrados", - "only_show_available": "Mostrar Apenas Disponíveis", - "easy_mode": "Modo Fácil", - "quick_select": "Seleções Rápidas Globais", - "pokemon_filter_mode": "Modo de Filtro Pokémon", - "basic": "Básico", - "intermediate": "Intermediário", - "expert": "Especialista", - "basic_description": "Selecionar Pokémon facilmente e aplicar um filtro global", - "intermediate_description": "Definir filtros individuais globalmente e por Pokémon (tradicional)", - "expert_description": "Entrada manual de consultas para a maior personalização", - "icon_size": "Tamanho do Ícone", - "developer": "Desenvolvedor", - "raid_override": "Substituição de Raid", - "search_rocket_pokemon": "Buscar Pokémon da Equipe Rocket", - "main": "Principal", - "extra": "Extra", - "select": "Selecionar", - "searching": "buscando...", - "no_options": "Sem Opções...", - "and": "E", - "or": "OU", - "only_global": "Apenas Global", - "global_caption": "Ignora Todos os Outros Filtros", - "global_and_individual": "Filtros Globais & Individuais", - "gender_filters_all": "Gênero Aplica a Todos", - "and_caption": "Ligados Juntos", - "or_caption": "Filtros Independentemente", - "filter_help": "Ajuda de Filtro", - "kilometers": "Quilômetros", - "miles": "Milhas", - "distance_unit": "Unidade de Distância", - "data_management": "Gestão de Dados", - "reset_or_manage_text": "Você pode redefinir completamente seus filtros ou acessar a página de gestão de dados, que permite redefinir categorias individuais.", - "reset_audio": "Redefinir Áudio", - "reset_all": "Redefinir Tudo", - "reset_icons": "Redefinir Ícones", - "reset_position": "Redefinir Posição", - "reset_ui": "Redefinir UI", - "reset_options": "Redefinir Opções", - "reset_menus": "Redefinir Menus", - "reset_settings": "Redefinir Configurações", - "reset_general_title": "Geral", - "reset_filters_title": "Filtros", - "reset_assets": "Redefinir Recursos", - "reset_pokemon": "Redefinir Pokémon", - "reset_pokestops": "Redefinir PokéStops", - "reset_gyms": "Redefinir Ginásios", - "reset_nests": "Redefinir Ninhos", - "reset_portals": "Redefinir Portais", - "reset_routes": "Redefinir Rotas", - "reset_scan_areas": "Redefinir Áreas de Varredura", - "reset_scan_cells": "Redefinir Células de Varredura", - "reset_devices": "Redefinir Dispositivos", - "reset_weather": "Redefinir Tempo", - "reset_s2cells": "Redefinir Células S2", - "reset_spawnpoints": "Redefinir Pontos de Aparecimento", - "reset_submission_cells": "Redefinir Células de Submissão", - "hisuian": "Hisui", - "spacial_rend_range": "Alcance do Corte Espacial", - "key": "Chave", - "ai": "IA", - "human": "Humano", - "locales": "Idiomas", - "instructions": "Instruções", - "locale_instructions_1": "Selecione um idioma no menu suspenso", - "locale_instructions_2": "Insira as traduções desejadas na coluna \"Humano\"", - "locale_instructions_3": "Clique no botão \"$t(download)\" para baixar um arquivo JSON", - "locale_instructions_4": "Fork o link do repositório no GitHub abaixo", - "locale_instructions_5": "Crie uma nova branch e nomeie-a com o idioma para o qual está traduzindo", - "locale_instructions_6": "Substitua o conteúdo de \"packages/locales/lib/human/{{lng}}.json\" com o arquivo que você baixou", - "locale_instructions_7": "Crie uma solicitação de pull", - "locale_instructions_8": "Espere pela revisão e fusão da solicitação de pull", - "enter_translation": "Digite a Tradução", - "individual_filters": "Filtrado Parcialmente", - "data_limit_reached": "Você solicitou muitos dados recentemente e está em espera até {{until}}", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "Guadagna {{amount}} cuori con il tuo compagno", - "challenge_buddy_treat_plural": "Dai {{amount}} snack al tuo compagno", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Star Egg", - "egg_1_plural": "1 Star Eggs", - "egg_2": "2 Star Egg", - "egg_2_plural": "2 Star Eggs", - "egg_3": "3 Star Egg", - "egg_3_plural": "3 Star Eggs", - "egg_4": "4 Star Egg", - "egg_4_plural": "4 Star Eggs", - "egg_5": "Legendary Egg", - "egg_5_plural": "Legendary Eggs", - "egg_6": "Mega Egg", - "egg_6_plural": "Mega Eggs", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "Normale", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "Normale", - "form_34": "Attacco", - "form_35": "Difesa", - "form_36": "Velocità", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "Normale", - "form_46": "Alola", - "form_47": "Normale", - "form_48": "Alola", - "form_49": "Normale", - "form_50": "Alola", - "form_51": "Normale", - "form_52": "Alola", - "form_53": "Normale", - "form_54": "Alola", - "form_55": "Normale", - "form_56": "Alola", - "form_57": "Normale", - "form_58": "Alola", - "form_59": "Normale", - "form_60": "Alola", - "form_61": "Normale", - "form_62": "Alola", - "form_63": "Normale", - "form_64": "Alola", - "form_65": "Normale", - "form_66": "Alola", - "form_67": "Normale", - "form_68": "Alola", - "form_69": "Normale", - "form_70": "Alola", - "form_71": "Normale", - "form_72": "Alola", - "form_73": "Normale", - "form_74": "Alola", - "form_75": "Normale", - "form_76": "Alola", - "form_77": "Normale", - "form_78": "Alola", - "form_79": "Normale", - "form_80": "Alola", - "form_81": "Normale", - "form_82": "Rotom Gelo", - "form_83": "Rotom Vortice", - "form_84": "Rotom Taglio", - "form_85": "Rotom Lavaggio", - "form_86": "Rotom Calore", - "form_87": "Manto Pianta", - "form_88": "Manto Sabbia", - "form_89": "Manto Scarti", - "form_90": "Forma Alterata", - "form_91": "Forma Originale", - "form_92": "Forma Cielo", - "form_93": "Forma Terra", - "form_94": "Forma Nuvola", - "form_95": "Sunny", - "form_96": "Mare Ovest", - "form_97": "Mare Est", - "form_98": "Mare Ovest", - "form_99": "Mare Est", - "form_100": "Normale", - "form_101": "Lotta", - "form_102": "Volante", - "form_103": "Veleno", - "form_104": "Terra", - "form_105": "Roccia", - "form_106": "Coleottero", - "form_107": "Spettro", - "form_108": "Acciaio", - "form_109": "Fuoco", - "form_110": "Acqua", - "form_111": "Erba", - "form_112": "Elettro", - "form_113": "Psico", - "form_114": "Ghiaccio", - "form_115": "Drago", - "form_116": "Buio", - "form_117": "Folletto", - "form_118": "Manto Pianta", - "form_119": "Manto Sabbia", - "form_120": "Manto Scarti", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "Normale", - "form_136": "Forma Linearossa", - "form_137": "Forma Lineablu", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "Forma Incarnazione", - "form_141": "Forma Totem", - "form_142": "Forma Incarnazione", - "form_143": "Forma Totem", - "form_144": "Forma Incarnazione", - "form_145": "Forma Totem", - "form_146": "Normale", - "form_147": "Kyurem Nero", - "form_148": "Kyurem Bianco", - "form_149": "Forma Normale", - "form_150": "Forma Risoluta", - "form_151": "Forma Canto", - "form_152": "Forma Danza", - "form_157": "Normale", - "form_160": "Normale", - "form_163": "Normale", - "form_166": "Normale", - "form_169": "Normale", - "form_172": "Normale", - "form_175": "Normale", - "form_178": "Normale", - "form_181": "Normale", - "form_184": "Normale", - "form_187": "Normale", - "form_190": "Normale", - "form_193": "Normale", - "form_196": "Normale", - "form_199": "Normale", - "form_202": "Normale", - "form_205": "Normale", - "form_208": "Normale", - "form_211": "Normale", - "form_214": "Normale", - "form_217": "Normale", - "form_224": "Normale", - "form_229": "Normale", - "form_232": "Normale", - "form_235": "Normale", - "form_238": "Normale", - "form_241": "Normale", - "form_244": "Normale", - "form_247": "Normale", - "form_250": "Normale", - "form_253": "Normale", - "form_256": "Normale", - "form_259": "Normale", - "form_262": "Normale", - "form_265": "Normale", - "form_268": "Normale", - "form_271": "Normale", - "form_274": "Normale", - "form_277": "Normale", - "form_280": "Normale", - "form_283": "Normale", - "form_286": "Normale", - "form_289": "Normale", - "form_292": "Normale", - "form_295": "Normale", - "form_298": "Normale", - "form_301": "Normale", - "form_304": "Normale", - "form_307": "Normale", - "form_310": "Normale", - "form_313": "Normale", - "form_316": "Normale", - "form_319": "Normale", - "form_322": "Normale", - "form_585": "Forma Primavera", - "form_586": "Forma Estate", - "form_587": "Forma Autunno", - "form_588": "Forma Inverno", - "form_589": "Forma Primavera", - "form_590": "Forma Estate", - "form_591": "Forma Autunno", - "form_592": "Forma Inverno", - "form_593": "Normale", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "Normale", - "form_599": "Noevolve", - "form_600": "Normale", - "form_601": "Noevolve", - "form_602": "Normale", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "Normale", - "form_613": "Normale", - "form_616": "Normale", - "form_619": "Normale", - "form_622": "Normale", - "form_625": "Normale", - "form_628": "Normale", - "form_631": "Normale", - "form_634": "Normale", - "form_637": "Normale", - "form_640": "Normale", - "form_643": "Normale", - "form_646": "Normale", - "form_649": "Normale", - "form_652": "Normale", - "form_655": "Normale", - "form_658": "Normale", - "form_661": "Normale", - "form_664": "Normale", - "form_667": "Normale", - "form_670": "Normale", - "form_677": "Normale", - "form_680": "Normale", - "form_683": "Normale", - "form_688": "Normale", - "form_691": "Normale", - "form_694": "Normale", - "form_697": "Normale", - "form_700": "Normale", - "form_703": "Normale", - "form_706": "Normale", - "form_713": "Normale", - "form_716": "Normale", - "form_719": "Normale", - "form_722": "Normale", - "form_729": "Normale", - "form_734": "Normale", - "form_737": "Normale", - "form_740": "Normale", - "form_743": "Normale", - "form_746": "Normale", - "form_749": "Normale", - "form_752": "Normale", - "form_755": "Normale", - "form_758": "Normale", - "form_761": "Normale", - "form_764": "Normale", - "form_767": "Normale", - "form_770": "Normale", - "form_773": "Normale", - "form_776": "Normale", - "form_779": "Normale", - "form_782": "Normale", - "form_785": "Normale", - "form_788": "Normale", - "form_791": "Normale", - "form_794": "Normale", - "form_797": "Normale", - "form_800": "Normale", - "form_803": "Normale", - "form_806": "Normale", - "form_809": "Normale", - "form_812": "Normale", - "form_815": "Normale", - "form_818": "Normale", - "form_821": "Normale", - "form_824": "Normale", - "form_827": "Normale", - "form_830": "Normale", - "form_833": "Normale", - "form_836": "Normale", - "form_839": "Normale", - "form_846": "Normale", - "form_849": "Normale", - "form_852": "Normale", - "form_855": "Normale", - "form_858": "Normale", - "form_861": "Normale", - "form_864": "Normale", - "form_867": "Normale", - "form_870": "Normale", - "form_873": "Normale", - "form_876": "Normale", - "form_879": "Normale", - "form_888": "Normale", - "form_891": "Normale", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "Normale", - "form_901": "Vs 2019", - "form_902": "Normale", - "form_905": "Normale", - "form_908": "Normale", - "form_911": "Normale", - "form_914": "Normale", - "form_917": "Normale", - "form_920": "Normale", - "form_923": "Normale", - "form_926": "Normale", - "form_929": "Normale", - "form_932": "Normale", - "form_935": "Normale", - "form_938": "Normale", - "form_941": "Normale", - "form_944": "Galarian", - "form_945": "Normale", - "form_946": "Galarian", - "form_947": "Normale", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "Normale", - "form_956": "Normale", - "form_959": "Normale", - "form_962": "Normale", - "form_965": "Normale", - "form_968": "Normale", - "form_971": "Normale", - "form_974": "Normale", - "form_981": "Normale", - "form_984": "Normale", - "form_987": "Normale", - "form_990": "Normale", - "form_993": "Normale", - "form_996": "Normale", - "form_999": "Normale", - "form_1002": "Normale", - "form_1005": "Normale", - "form_1008": "Normale", - "form_1011": "Normale", - "form_1014": "Normale", - "form_1017": "Normale", - "form_1020": "Normale", - "form_1023": "Normale", - "form_1026": "Normale", - "form_1029": "Normale", - "form_1032": "Normale", - "form_1035": "Normale", - "form_1038": "Normale", - "form_1041": "Normale", - "form_1044": "Normale", - "form_1047": "Normale", - "form_1050": "Normale", - "form_1053": "Normale", - "form_1056": "Normale", - "form_1059": "Normale", - "form_1062": "Normale", - "form_1065": "Normale", - "form_1068": "Normale", - "form_1071": "Normale", - "form_1074": "Normale", - "form_1077": "Normale", - "form_1080": "Normale", - "form_1083": "Normale", - "form_1086": "Normale", - "form_1089": "Normale", - "form_1092": "Normale", - "form_1095": "Normale", - "form_1098": "Normale", - "form_1101": "Normale", - "form_1104": "Normale", - "form_1107": "Normale", - "form_1110": "Normale", - "form_1115": "Normale", - "form_1118": "Normale", - "form_1121": "Normale", - "form_1124": "Normale", - "form_1127": "Normale", - "form_1130": "Normale", - "form_1133": "Normale", - "form_1136": "Normale", - "form_1139": "Normale", - "form_1142": "Normale", - "form_1145": "Normale", - "form_1148": "Normale", - "form_1151": "Normale", - "form_1154": "Normale", - "form_1157": "Normale", - "form_1160": "Normale", - "form_1163": "Normale", - "form_1166": "Normale", - "form_1169": "Normale", - "form_1172": "Normale", - "form_1175": "Normale", - "form_1178": "Normale", - "form_1181": "Normale", - "form_1184": "Normale", - "form_1187": "Normale", - "form_1190": "Normale", - "form_1193": "Normale", - "form_1196": "Normale", - "form_1199": "Normale", - "form_1202": "Normale", - "form_1205": "Normale", - "form_1208": "Normale", - "form_1211": "Normale", - "form_1214": "Normale", - "form_1217": "Normale", - "form_1220": "Normale", - "form_1223": "Normale", - "form_1226": "Normale", - "form_1229": "Normale", - "form_1232": "Normale", - "form_1235": "Normale", - "form_1238": "Normale", - "form_1241": "Normale", - "form_1244": "Normale", - "form_1247": "Normale", - "form_1250": "Normale", - "form_1253": "Normale", - "form_1256": "Normale", - "form_1259": "Normale", - "form_1262": "Normale", - "form_1265": "Normale", - "form_1268": "Normale", - "form_1271": "Normale", - "form_1274": "Normale", - "form_1277": "Normale", - "form_1280": "Normale", - "form_1283": "Normale", - "form_1286": "Normale", - "form_1289": "Normale", - "form_1292": "Normale", - "form_1295": "Normale", - "form_1298": "Normale", - "form_1301": "Normale", - "form_1304": "Normale", - "form_1307": "Normale", - "form_1310": "Normale", - "form_1313": "Normale", - "form_1316": "Normale", - "form_1319": "Normale", - "form_1322": "Normale", - "form_1325": "Normale", - "form_1328": "Normale", - "form_1331": "Normale", - "form_1334": "Normale", - "form_1337": "Normale", - "form_1340": "Normale", - "form_1343": "Normale", - "form_1346": "Normale", - "form_1349": "Normale", - "form_1352": "Normale", - "form_1355": "Normale", - "form_1358": "Normale", - "form_1361": "Normale", - "form_1364": "Normale", - "form_1367": "Normale", - "form_1370": "Normale", - "form_1379": "Normale", - "form_1382": "Normale", - "form_1385": "Normale", - "form_1388": "Normale", - "form_1391": "Normale", - "form_1394": "Normale", - "form_1397": "Normale", - "form_1400": "Normale", - "form_1403": "Normale", - "form_1406": "Normale", - "form_1409": "Normale", - "form_1412": "Normale", - "form_1415": "Normale", - "form_1418": "Normale", - "form_1421": "Normale", - "form_1424": "Normale", - "form_1427": "Normale", - "form_1430": "Normale", - "form_1433": "Normale", - "form_1436": "Normale", - "form_1439": "Normale", - "form_1442": "Normale", - "form_1445": "Normale", - "form_1448": "Normale", - "form_1451": "Normale", - "form_1454": "Normale", - "form_1457": "Normale", - "form_1460": "Normale", - "form_1463": "Normale", - "form_1466": "Normale", - "form_1469": "Normale", - "form_1472": "Normale", - "form_1475": "Normale", - "form_1478": "Normale", - "form_1481": "Normale", - "form_1484": "Normale", - "form_1487": "Normale", - "form_1490": "Normale", - "form_1493": "Normale", - "form_1496": "Normale", - "form_1499": "Normale", - "form_1502": "Normale", - "form_1505": "Normale", - "form_1508": "Normale", - "form_1511": "Normale", - "form_1514": "Normale", - "form_1517": "Normale", - "form_1520": "Normale", - "form_1523": "Normale", - "form_1526": "Normale", - "form_1529": "Normale", - "form_1532": "Normale", - "form_1535": "Normale", - "form_1538": "Normale", - "form_1541": "Normale", - "form_1544": "Normale", - "form_1547": "Normale", - "form_1550": "Normale", - "form_1553": "Normale", - "form_1556": "Normale", - "form_1559": "Normale", - "form_1562": "Normale", - "form_1565": "Normale", - "form_1568": "Normale", - "form_1571": "Normale", - "form_1574": "Normale", - "form_1577": "Normale", - "form_1580": "Normale", - "form_1583": "Normale", - "form_1586": "Normale", - "form_1589": "Normale", - "form_1592": "Normale", - "form_1595": "Normale", - "form_1598": "Normale", - "form_1601": "Normale", - "form_1604": "Normale", - "form_1607": "Normale", - "form_1610": "Normale", - "form_1613": "Normale", - "form_1616": "Normale", - "form_1619": "Normale", - "form_1622": "Normale", - "form_1625": "Normale", - "form_1628": "Normale", - "form_1631": "Normale", - "form_1634": "Normale", - "form_1637": "Normale", - "form_1640": "Normale", - "form_1643": "Normale", - "form_1646": "Normale", - "form_1649": "Normale", - "form_1652": "Normale", - "form_1655": "Normale", - "form_1658": "Normale", - "form_1661": "Normale", - "form_1664": "Normale", - "form_1667": "Normale", - "form_1670": "Normale", - "form_1673": "Normale", - "form_1676": "Normale", - "form_1679": "Normale", - "form_1682": "Normale", - "form_1685": "Normale", - "form_1688": "Normale", - "form_1691": "Normale", - "form_1694": "Normale", - "form_1697": "Normale", - "form_1700": "Normale", - "form_1703": "Normale", - "form_1706": "Normale", - "form_1709": "Normale", - "form_1712": "Normale", - "form_1715": "Normale", - "form_1718": "Normale", - "form_1721": "Normale", - "form_1724": "Normale", - "form_1727": "Normale", - "form_1730": "Normale", - "form_1733": "Normale", - "form_1736": "Normale", - "form_1739": "Normale", - "form_1742": "Normale", - "form_1745": "Normale", - "form_1748": "Normale", - "form_1751": "Normale", - "form_1754": "Normale", - "form_1757": "Normale", - "form_1760": "Normale", - "form_1763": "Normale", - "form_1766": "Normale", - "form_1769": "Normale", - "form_1772": "Normale", - "form_1775": "Normale", - "form_1778": "Normale", - "form_1781": "Normale", - "form_1784": "Normale", - "form_1787": "Normale", - "form_1790": "Normale", - "form_1793": "Normale", - "form_1796": "Normale", - "form_1799": "Normale", - "form_1802": "Normale", - "form_1805": "Normale", - "form_1808": "Normale", - "form_1811": "Normale", - "form_1814": "Normale", - "form_1817": "Normale", - "form_1820": "Normale", - "form_1823": "Normale", - "form_1826": "Normale", - "form_1829": "Normale", - "form_1832": "Normale", - "form_1835": "Normale", - "form_1838": "Normale", - "form_1841": "Normale", - "form_1844": "Normale", - "form_1847": "Normale", - "form_1850": "Normale", - "form_1853": "Normale", - "form_1856": "Normale", - "form_1859": "Normale", - "form_1862": "Normale", - "form_1865": "Normale", - "form_1868": "Normale", - "form_1871": "Normale", - "form_1874": "Normale", - "form_1877": "Normale", - "form_1880": "Normale", - "form_1883": "Normale", - "form_1886": "Normale", - "form_1889": "Normale", - "form_1892": "Normale", - "form_1895": "Normale", - "form_1898": "Normale", - "form_1901": "Normale", - "form_1904": "Normale", - "form_1907": "Normale", - "form_1910": "Normale", - "form_1913": "Normale", - "form_1916": "Normale", - "form_1919": "Normale", - "form_1922": "Normale", - "form_1925": "Normale", - "form_1928": "Normale", - "form_1931": "Normale", - "form_1934": "Normale", - "form_1937": "Normale", - "form_1940": "Normale", - "form_1943": "Normale", - "form_1946": "Normale", - "form_1949": "Normale", - "form_1952": "Normale", - "form_1955": "Normale", - "form_1958": "Normale", - "form_1961": "Normale", - "form_1964": "Normale", - "form_1967": "Normale", - "form_1970": "Normale", - "form_1973": "Normale", - "form_1976": "Normale", - "form_1979": "Normale", - "form_1982": "Normale", - "form_1985": "Normale", - "form_1988": "Normale", - "form_1991": "Normale", - "form_1994": "Normale", - "form_1997": "Normale", - "form_2000": "Normale", - "form_2003": "Normale", - "form_2006": "Normale", - "form_2009": "Normale", - "form_2012": "Normale", - "form_2015": "Normale", - "form_2018": "Normale", - "form_2021": "Normale", - "form_2024": "Normale", - "form_2027": "Normale", - "form_2030": "Normale", - "form_2033": "Normale", - "form_2036": "Normale", - "form_2039": "Normale", - "form_2042": "Normale", - "form_2045": "Normale", - "form_2048": "Normale", - "form_2051": "Normale", - "form_2054": "Normale", - "form_2057": "Normale", - "form_2060": "Normale", - "form_2063": "Normale", - "form_2066": "Normale", - "form_2069": "Normale", - "form_2072": "Normale", - "form_2075": "Normale", - "form_2078": "Normale", - "form_2081": "Normale", - "form_2084": "Normale", - "form_2087": "Normale", - "form_2090": "Normale", - "form_2093": "Normale", - "form_2096": "Normale", - "form_2099": "Normale", - "form_2102": "Normale", - "form_2105": "Normale", - "form_2108": "Normale", - "form_2111": "Normale", - "form_2114": "Normale", - "form_2117": "Normale", - "form_2120": "Normale", - "form_2123": "Normale", - "form_2126": "Normale", - "form_2129": "Normale", - "form_2132": "Normale", - "form_2135": "Normale", - "form_2138": "Normale", - "form_2141": "Normale", - "form_2144": "Normale", - "form_2147": "Normale", - "form_2150": "Normale", - "form_2153": "Normale", - "form_2156": "Normale", - "form_2159": "Normale", - "form_2162": "Normale", - "form_2165": "Normale", - "form_2168": "Normale", - "form_2171": "Normale", - "form_2174": "Normale", - "form_2177": "Normale", - "form_2180": "Normale", - "form_2183": "Normale", - "form_2186": "Normale", - "form_2189": "Normale", - "form_2192": "Normale", - "form_2195": "Normale", - "form_2198": "Normale", - "form_2201": "Normale", - "form_2204": "Normale", - "form_2207": "Normale", - "form_2210": "Normale", - "form_2213": "Normale", - "form_2216": "Normale", - "form_2219": "Normale", - "form_2222": "Normale", - "form_2225": "Normale", - "form_2228": "Normale", - "form_2231": "Normale", - "form_2234": "Normale", - "form_2237": "Normale", - "form_2240": "Normale", - "form_2243": "Normale", - "form_2246": "Normale", - "form_2249": "Normale", - "form_2252": "Normale", - "form_2255": "Normale", - "form_2258": "Normale", - "form_2261": "Normale", - "form_2264": "Normale", - "form_2267": "Normale", - "form_2270": "Normale", - "form_2273": "Normale", - "form_2276": "Normale", - "form_2279": "Normale", - "form_2282": "Normale", - "form_2285": "Normale", - "form_2288": "Normale", - "form_2291": "Normale", - "form_2294": "Normale", - "form_2297": "Normale", - "form_2300": "Normale", - "form_2303": "Normale", - "form_2306": "Normale", - "form_2309": "Normale", - "form_2312": "Normale", - "form_2315": "Normale", - "form_2318": "Normale", - "form_2321": "Normale", - "form_2324": "Normale", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "Femmina", - "form_2331": "Femmina", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "Forma Basso", - "form_2464": "Forma Melodia", - "form_2477": "Forma Contraffatta", - "form_2478": "Forma Autentica", - "form_2480": "Forma Contraffatta", - "form_2481": "Forma Autentica", - "form_2501": "Normale", - "form_2504": "Normale", - "form_2507": "Normale", - "form_2510": "Normale", - "form_2513": "Normale", - "form_2516": "Normale", - "form_2540": "Gelofaccia", - "form_2541": "Liquefaccia", - "form_2542": "Maschio", - "form_2543": "Femmina", - "form_2544": "Motivo Panciapiena", - "form_2545": "Motivo Panciavuota", - "form_2576": "Re delle Spade", - "form_2577": "Eroe di Mille Lotte", - "form_2578": "Re degli Scudi", - "form_2579": "Eroe di Mille Lotte", - "form_2580": "Eternamax", - "form_2581": "Normale", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "Normale", - "form_2588": "Femmina", - "form_2589": "Normale", - "form_2590": "Femmina", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "Sole", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "Stile Flamenco", - "form_2680": "Stile Cheerdance", - "form_2681": "Stile Hula", - "form_2683": "Stile Buyō", - "form_2684": "Forma Giorno", - "form_2685": "Forma Notte", - "form_2686": "Forma Crepuscolo", - "form_2687": "Forma Individuale", - "form_2688": "Forma Banco", - "form_2689": "Normale", - "form_2690": "Coleottero", - "form_2691": "Buio", - "form_2692": "Drago", - "form_2693": "Elettro", - "form_2694": "Folletto", - "form_2695": "Lotta", - "form_2696": "Fuoco", - "form_2697": "Volante", - "form_2698": "Spettro", - "form_2699": "Erba", - "form_2700": "Terra", - "form_2701": "Ghiaccio", - "form_2702": "Veleno", - "form_2703": "Psico", - "form_2704": "Roccia", - "form_2705": "Acciaio", - "form_2706": "Acqua", - "form_2707": "Meteor Blue", - "form_2708": "Piume Azzurre", - "form_2709": "Piume Verdi", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "Piume Gialle", - "form_2715": "Forma Smascherata", - "form_2716": "Forma Mascherata", - "form_2717": "Normale", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "Normale", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "Normale", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "Forma Crepuscolo", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "Sole", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "Sole", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "Forma Incarnazione", - "form_2803": "Forma Totem", - "form_2804": "Forma Lineabianca", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "Normale", - "form_2808": "Femmina", - "form_2809": "Normale", - "form_2810": "Normale", - "form_2811": "Normale", - "form_2812": "Normale", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "Normale", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "Forma Originale", - "form_2830": "Forma Originale", - "form_2831": "Normale", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "Normale", - "form_2982": "Femmina", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Piume Verdi", - "form_2986": "Piume Azzurre", - "form_2987": "Piume Gialle", - "form_2988": "White", - "form_2989": "Forma Ingenua", - "form_2990": "Eroe di Mille Lotte", - "form_2991": "Forma Arcuata", - "form_2992": "Forma Adagiata", - "form_2993": "Forma Tesa", - "form_2994": "Forma Bimetamero", - "form_2995": "Forma Trimetamero", - "form_2996": "Foggia Integrale", - "form_2997": "Assetto Completo", - "form_2998": "Normale", - "form_3000": "Normale", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "Maschio", - "gender_2": "Femmina", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "Dialola", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "Blanche", - "grunt_2": "Candela", - "grunt_3": "Spark", - "grunt_4": "Recluta (Maschio)", - "grunt_5": "Recluta (Femmina)", - "grunt_6": "Coleottero - Recluta (Femmina)", - "grunt_7": "Coleottero - Recluta (Maschio)", - "grunt_8": "Recluta (Femmina)", - "grunt_9": "Recluta (Maschio)", - "grunt_10": "Buio - Recluta (Femmina)", - "grunt_11": "Buio - Recluta (Maschio)", - "grunt_12": "Drago - Recluta (Femmina)", - "grunt_13": "Drago - Recluta (Maschio)", - "grunt_14": "Folletto - Recluta (Femmina)", - "grunt_15": "Folletto - Recluta (Maschio)", - "grunt_16": "Lotta - Recluta (Femmina)", - "grunt_17": "Lotta - Recluta (Maschio)", - "grunt_18": "Fuoco - Recluta (Femmina)", - "grunt_19": "Fuoco - Recluta (Maschio)", - "grunt_20": "Volante - Recluta (Femmina)", - "grunt_21": "Volante - Recluta (Maschio)", - "grunt_22": "Erba - Recluta (Femmina)", - "grunt_23": "Erba - Recluta (Maschio)", - "grunt_24": "Terra - Recluta (Femmina)", - "grunt_25": "Terra - Recluta (Maschio)", - "grunt_26": "Ghiaccio - Recluta (Femmina)", - "grunt_27": "Ghiaccio - Recluta (Maschio)", - "grunt_28": "Acciaio - Recluta (Femmina)", - "grunt_29": "Acciaio - Recluta (Maschio)", - "grunt_30": "Normale - Recluta (Femmina)", - "grunt_31": "Normale - Recluta (Maschio)", - "grunt_32": "Veleno - Recluta (Femmina)", - "grunt_33": "Veleno - Recluta (Maschio)", - "grunt_34": "Psico - Recluta (Femmina)", - "grunt_35": "Psico - Recluta (Maschio)", - "grunt_36": "Roccia - Recluta (Femmina)", - "grunt_37": "Roccia - Recluta (Maschio)", - "grunt_38": "Acqua - Recluta (Femmina)", - "grunt_39": "Acqua - Recluta (Maschio)", - "grunt_40": "Player Team Leader", - "grunt_41": "Cliff", - "grunt_42": "Arlo", - "grunt_43": "Sierra", - "grunt_44": "Giovanni", - "grunt_45": "Recluta camuffata (Maschio)", - "grunt_46": "Recluta camuffata (Femmina)", - "grunt_47": "Spettro - Recluta (Femmina)", - "grunt_48": "Spettro - Recluta (Maschio)", - "grunt_49": "Elettro - Recluta (Femmina)", - "grunt_50": "Elettro - Recluta (Maschio)", - "grunt_51": "Recluta (Femmina)", - "grunt_52": "Recluta (Maschio)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "Coleottero - Recluta (Femmina)", - "grunt_56": "Coleottero - Recluta (Maschio)", - "grunt_57": "Buio - Recluta (Femmina)", - "grunt_58": "Buio - Recluta (Maschio)", - "grunt_59": "Drago - Recluta (Femmina)", - "grunt_60": "Drago - Recluta (Maschio)", - "grunt_61": "Folletto - Recluta (Femmina)", - "grunt_62": "Folletto - Recluta (Maschio)", - "grunt_63": "Lotta - Recluta (Femmina)", - "grunt_64": "Lotta - Recluta (Maschio)", - "grunt_65": "Fuoco - Recluta (Femmina)", - "grunt_66": "Fuoco - Recluta (Maschio)", - "grunt_67": "Volante - Recluta (Femmina)", - "grunt_68": "Volante - Recluta (Maschio)", - "grunt_69": "Erba - Recluta (Femmina)", - "grunt_70": "Erba - Recluta (Maschio)", - "grunt_71": "Terra - Recluta (Femmina)", - "grunt_72": "Terra - Recluta (Maschio)", - "grunt_73": "Ghiaccio - Recluta (Femmina)", - "grunt_74": "Ghiaccio - Recluta (Maschio)", - "grunt_75": "Recluta (Femmina)", - "grunt_76": "Recluta (Maschio)", - "grunt_77": "Normale - Recluta (Femmina)", - "grunt_78": "Normale - Recluta (Maschio)", - "grunt_79": "Veleno - Recluta (Femmina)", - "grunt_80": "Veleno - Recluta (Maschio)", - "grunt_81": "Psico - Recluta (Femmina)", - "grunt_82": "Psico - Recluta (Maschio)", - "grunt_83": "Roccia - Recluta (Femmina)", - "grunt_84": "Roccia - Recluta (Maschio)", - "grunt_85": "Acqua - Recluta (Femmina)", - "grunt_86": "Acqua - Recluta (Maschio)", - "grunt_87": "Spettro - Recluta (Femmina)", - "grunt_88": "Spettro - Recluta (Maschio)", - "grunt_89": "Elettro - Recluta (Femmina)", - "grunt_90": "Elettro - Recluta (Maschio)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "Nessuno", - "grunt_a_1": "Blanche", - "grunt_a_2": "Candela", - "grunt_a_3": "Spark", - "grunt_a_4": "Recluta ♂", - "grunt_a_5": "Recluta ♀", - "grunt_a_6": "Coleottero ♀", - "grunt_a_7": "Coleottero ♂", - "grunt_a_8": "Recluta ♀", - "grunt_a_9": "Recluta ♂", - "grunt_a_10": "Buio ♀", - "grunt_a_11": "Buio ♂", - "grunt_a_12": "Drago ♀", - "grunt_a_13": "Drago ♂", - "grunt_a_14": "Folletto ♀", - "grunt_a_15": "Folletto ♂", - "grunt_a_16": "Lotta ♀", - "grunt_a_17": "Lotta ♂", - "grunt_a_18": "Fuoco ♀", - "grunt_a_19": "Fuoco ♂", - "grunt_a_20": "Volante ♀", - "grunt_a_21": "Volante ♂", - "grunt_a_22": "Erba ♀", - "grunt_a_23": "Erba ♂", - "grunt_a_24": "Terra ♀", - "grunt_a_25": "Terra ♂", - "grunt_a_26": "Ghiaccio ♀", - "grunt_a_27": "Ghiaccio ♂", - "grunt_a_28": "Acciaio ♀", - "grunt_a_29": "Acciaio ♂", - "grunt_a_30": "Normale ♀", - "grunt_a_31": "Normale ♂", - "grunt_a_32": "Veleno ♀", - "grunt_a_33": "Veleno ♂", - "grunt_a_34": "Psico ♀", - "grunt_a_35": "Psico ♂", - "grunt_a_36": "Roccia ♀", - "grunt_a_37": "Roccia ♂", - "grunt_a_38": "Acqua ♀", - "grunt_a_39": "Acqua ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "Cliff", - "grunt_a_42": "Arlo", - "grunt_a_43": "Sierra", - "grunt_a_44": "Giovanni", - "grunt_a_45": "Recluta camuffata ♂", - "grunt_a_46": "Recluta camuffata ♀", - "grunt_a_47": "Spettro ♀", - "grunt_a_48": "Spettro ♂", - "grunt_a_49": "Elettro ♀", - "grunt_a_50": "Elettro ♂", - "grunt_a_51": "Recluta ♀", - "grunt_a_52": "Recluta ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "Coleottero ♀", - "grunt_a_56": "Coleottero ♂", - "grunt_a_57": "Buio ♀", - "grunt_a_58": "Buio ♂", - "grunt_a_59": "Drago ♀", - "grunt_a_60": "Drago ♂", - "grunt_a_61": "Folletto ♀", - "grunt_a_62": "Folletto ♂", - "grunt_a_63": "Lotta ♀", - "grunt_a_64": "Lotta ♂", - "grunt_a_65": "Fuoco ♀", - "grunt_a_66": "Fuoco ♂", - "grunt_a_67": "Volante ♀", - "grunt_a_68": "Volante ♂", - "grunt_a_69": "Erba ♀", - "grunt_a_70": "Erba ♂", - "grunt_a_71": "Terra ♀", - "grunt_a_72": "Terra ♂", - "grunt_a_73": "Ghiaccio ♀", - "grunt_a_74": "Ghiaccio ♂", - "grunt_a_75": "Recluta ♀", - "grunt_a_76": "Recluta ♂", - "grunt_a_77": "Normale ♀", - "grunt_a_78": "Normale ♂", - "grunt_a_79": "Veleno ♀", - "grunt_a_80": "Veleno ♂", - "grunt_a_81": "Psico ♀", - "grunt_a_82": "Psico ♂", - "grunt_a_83": "Roccia ♀", - "grunt_a_84": "Roccia ♂", - "grunt_a_85": "Acqua ♀", - "grunt_a_86": "Acqua ♂", - "grunt_a_87": "Spettro ♀", - "grunt_a_88": "Spettro ♂", - "grunt_a_89": "Elettro ♀", - "grunt_a_90": "Elettro ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "Sconosciuto", - "item_1": "Poké Ball", - "item_2": "Mega Ball", - "item_3": "Ultra Ball", - "item_4": "Master Ball", - "item_5": "Premier Ball", - "item_6": "UC Ball", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "Pozione", - "item_102": "Superpozione", - "item_103": "Iperpozione", - "item_104": "Pozione Max", - "item_201": "Revitalizzante", - "item_202": "Revitalizzante Max", - "item_301": "Fortunuovo", - "item_401": "Aroma", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "Pacco sorpresa", - "item_406": "Aroma avventura giornaliera", - "item_407": "Portamonete", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "Modulo esca", - "item_502": "Modulo esca glaciale", - "item_503": "Modulo esca silvestre", - "item_504": "Modulo esca magnetico", - "item_505": "Modulo esca pluviale", - "item_506": "Modulo esca dorato", - "item_602": "Attacco X", - "item_603": "Difesa X", - "item_604": "UNDEFINED", - "item_650": "Cellula di Zygarde", - "item_651": "Teca Zygarde", - "item_701": "Baccalampon", - "item_702": "Baccamora", - "item_703": "Baccabana", - "item_704": "Baccapera", - "item_705": "Baccananas", - "item_706": "Baccalampon dorata", - "item_707": "Golden Nanab Berry", - "item_708": "Baccananas d’argento", - "item_709": "Poffin", - "item_801": "Fotocamera", - "item_802": "Adesivi", - "item_803": "Album delle cartoline", - "item_901": "Incubatrice ∞", - "item_902": "Incubatrice Uova", - "item_903": "Superincubatrice", - "item_1001": "Spazio Pokémon", - "item_1002": "Spazio Borsa", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "Pietrasolare", - "item_1102": "Roccia di Re", - "item_1103": "Metalcoperta", - "item_1104": "Squama Drago", - "item_1105": "Upgrade", - "item_1106": "Pietra Sinnoh", - "item_1107": "Pietra Unima", - "item_1150": "Monete di Gimmighoul", - "item_1201": "MT attacco veloce", - "item_1202": "MT attacco caricato", - "item_1203": "MT attacco veloce fuoriclasse", - "item_1204": "MT attacco caricato fuoriclasse", - "item_1250": "Meteorite", - "item_1301": "Caramella Rara", - "item_1302": "Caramella Rara L", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "Biglietto raid", - "item_1402": "Biglietto lotta premium", - "item_1404": "Pezzo Stella", - "item_1405": "Pacco amicizia", - "item_1406": "Medaglione delle squadre", - "item_1408": "Biglietto raid da remoto", - "item_1409": "S Raid Ticket", - "item_1501": "Componente misterioso", - "item_1502": "Radar Rocket", - "item_1503": "Super radar Rocket", - "item_1504": "Frammento Ombra", - "item_1505": "Gemma purificata", - "item_1506": "Particella Dynamax", - "item_1507": "Pacco particelle Dynamax", - "item_1600": "Biglietto", - "item_1601": "Biglietto", - "item_1602": "Biglietto", - "item_1603": "Biglietto", - "item_1604": "Biglietto extra", - "item_1605": "Biglietto extra", - "item_1606": "Biglietto ricerca a tempo Lega", - "item_1607": "Biglietto", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Biglietto Safari in città a Seoul", - "item_1611": "Biglietto Safari in città a Barcellona", - "item_1612": "Biglietto Safari in città a Città del Messico", - "item_1613": "Biglietto Safari in città a Tainan", - "item_1614": "Ticket City Safari 04", - "item_1615": "Biglietto", - "item_1616": "Biglietto", - "item_1617": "Biglietto", - "item_1618": "Biglietto", - "item_1619": "Biglietto", - "item_1620": "Biglietto", - "item_1621": "Biglietto", - "item_1622": "Biglietto", - "item_1623": "Biglietto", - "item_1624": "Biglietto", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "Normale", - "lure_502": "Glaciale", - "lure_503": "Silvestre", - "lure_504": "Magnetico", - "lure_505": "Pluviale", - "lure_506": "Dorato", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "Sconosciuto", - "move_1": "Tuonoshock", - "move_2": "Attacco Rapido", - "move_3": "Graffio", - "move_4": "Braciere", - "move_5": "Frustata", - "move_6": "Azione", - "move_7": "Foglielama", - "move_8": "Riduttore", - "move_9": "Pistolacqua", - "move_10": "Morso", - "move_11": "Botta", - "move_12": "Doppiasberla", - "move_13": "Avvolgibotta", - "move_14": "Iper Raggio", - "move_15": "Leccata", - "move_16": "Neropulsar", - "move_17": "Smog", - "move_18": "Fango", - "move_19": "Ferrartigli", - "move_20": "Presa", - "move_21": "Ruotafuoco", - "move_22": "Megacorno", - "move_23": "Attacco d’Ala", - "move_24": "Lanciafiamme", - "move_25": "Sbigoattacco", - "move_26": "Fossa", - "move_27": "Colpo Basso", - "move_28": "Incrocolpo", - "move_29": "Psicotaglio", - "move_30": "Psicoraggio", - "move_31": "Terremoto", - "move_32": "Pietrataglio", - "move_33": "Gelopugno", - "move_34": "Cuorestampo", - "move_35": "Scarica", - "move_36": "Cannonflash", - "move_37": "Beccata", - "move_38": "Perforbecco", - "move_39": "Geloraggio", - "move_40": "Bora", - "move_41": "Eterelama", - "move_42": "Ondacalda", - "move_43": "Doppio Ago", - "move_44": "Velenpuntura", - "move_45": "Aeroassalto", - "move_46": "Giravvita", - "move_47": "Fiortempesta", - "move_48": "Megassorbimento", - "move_49": "Ronzio", - "move_50": "Velenodenti", - "move_51": "Nottesferza", - "move_52": "Lacerazione", - "move_53": "Bollaraggio", - "move_54": "Sottomissione", - "move_55": "Colpokarate", - "move_56": "Calciobasso", - "move_57": "Acquagetto", - "move_58": "Idrondata", - "move_59": "Semebomba", - "move_60": "Psicoshock", - "move_61": "Sassata", - "move_62": "Forzantica", - "move_63": "Rocciotomba", - "move_64": "Frana", - "move_65": "Gemmoforza", - "move_66": "Furtivombra", - "move_67": "Pugnodombra", - "move_68": "Ombrartigli", - "move_69": "Funestovento", - "move_70": "Palla Ombra", - "move_71": "Pugnoscarica", - "move_72": "Bombagnete", - "move_73": "Alacciaio", - "move_74": "Metaltestata", - "move_75": "Caricaparabola", - "move_76": "Scintilla", - "move_77": "Tuonopugno", - "move_78": "Tuono", - "move_79": "Fulmine", - "move_80": "Tornado", - "move_81": "Dragospiro", - "move_82": "Dragopulsar", - "move_83": "Dragartigli", - "move_84": "Incantavoce", - "move_85": "Assorbibacio", - "move_86": "Magibrillio", - "move_87": "Forza Lunare", - "move_88": "Carineria", - "move_89": "Velenocroce", - "move_90": "Fangobomba", - "move_91": "Fangonda", - "move_92": "Sporcolancio", - "move_93": "Colpodifango", - "move_94": "Ossoclava", - "move_95": "Battiterra", - "move_96": "Pantanobomba", - "move_97": "Tagliofuria", - "move_98": "Coleomorso", - "move_99": "Segnoraggio", - "move_100": "Forbice X", - "move_101": "Nitrocarica", - "move_102": "Pirolancio", - "move_103": "Fuocobomba", - "move_104": "Acquadisale", - "move_105": "Idropulsar", - "move_106": "Idrovampata", - "move_107": "Idropompa", - "move_108": "Psichico", - "move_109": "Psicobotta", - "move_110": "Geloscheggia", - "move_111": "Ventogelato", - "move_112": "Alitogelido", - "move_113": "Assorbimento", - "move_114": "Gigassorbimento", - "move_115": "Fuocopugno", - "move_116": "Solarraggio", - "move_117": "Fendifoglia", - "move_118": "Vigorcolpo", - "move_119": "Splash", - "move_120": "Acido", - "move_121": "Aerasoio", - "move_122": "Tifone", - "move_123": "Breccia", - "move_124": "Taglio", - "move_125": "Comete", - "move_126": "Incornata", - "move_127": "Pestone", - "move_128": "Bottintesta", - "move_129": "Iperzanna", - "move_130": "Schianto", - "move_131": "Corposcontro", - "move_132": "Riposo", - "move_133": "Scontro", - "move_134": "Idrovampata", - "move_135": "Idropompa", - "move_136": "Avvolgibotta", - "move_137": "Avvolgibotta", - "move_200": "Tagliofuria", - "move_201": "Coleomorso", - "move_202": "Morso", - "move_203": "Sbigoattacco", - "move_204": "Dragospiro", - "move_205": "Tuonoshock", - "move_206": "Scintilla", - "move_207": "Colpo Basso", - "move_208": "Colpokarate", - "move_209": "Braciere", - "move_210": "Attacco d’Ala", - "move_211": "Beccata", - "move_212": "Leccata", - "move_213": "Ombrartigli", - "move_214": "Frustata", - "move_215": "Foglielama", - "move_216": "Colpodifango", - "move_217": "Geloscheggia", - "move_218": "Alitogelido", - "move_219": "Attacco Rapido", - "move_220": "Graffio", - "move_221": "Azione", - "move_222": "Botta", - "move_223": "Taglio", - "move_224": "Velenpuntura", - "move_225": "Acido", - "move_226": "Psicotaglio", - "move_227": "Sassata", - "move_228": "Ferrartigli", - "move_229": "Pugnoscarica", - "move_230": "Pistolacqua", - "move_231": "Splash", - "move_232": "Pistolacqua", - "move_233": "Fangosberla", - "move_234": "Cozzata Zen", - "move_235": "Confusione", - "move_236": "Velenospina", - "move_237": "Bolla", - "move_238": "Finta", - "move_239": "Alacciaio", - "move_240": "Rogodenti", - "move_241": "Spaccaroccia", - "move_242": "Trasformazione", - "move_243": "Contrattacco", - "move_244": "Polneve", - "move_245": "Zuffa", - "move_246": "Dinamipugno", - "move_247": "Focalcolpo", - "move_248": "Raggiaurora", - "move_249": "Raggioscossa", - "move_250": "Invertivolt", - "move_251": "Sprizzalampo", - "move_252": "Falcecannone", - "move_253": "Codadrago", - "move_254": "Slavina", - "move_255": "Eterelama", - "move_256": "Baldeali", - "move_257": "Aeroattacco", - "move_258": "Sabbiotomba", - "move_259": "Cadutamassi", - "move_260": "Assillo", - "move_261": "Entomoblocco", - "move_262": "Ventargenteo", - "move_263": "Sgomento", - "move_264": "Sciagura", - "move_265": "Ombra Notturna", - "move_266": "Codacciaio", - "move_267": "Vortexpalla", - "move_268": "Pesobomba", - "move_269": "Turbofuoco", - "move_270": "Vampata", - "move_271": "Semitraglia", - "move_272": "Laccioerboso", - "move_273": "Energipalla", - "move_274": "Extrasenso", - "move_275": "Divinazione", - "move_276": "Specchiovelo", - "move_277": "Oltraggio", - "move_278": "Urlorabbia", - "move_279": "Sgranocchio", - "move_280": "Ripicca", - "move_281": "Introforza", - "move_282": "Riduttore", - "move_283": "Cascata", - "move_284": "Surf", - "move_285": "Dragobolide", - "move_286": "Obbliderio", - "move_287": "Sbadiglio", - "move_288": "Psicoslancio", - "move_289": "Primopulsar", - "move_290": "Spade Telluriche", - "move_291": "Regalino", - "move_292": "Palla Clima", - "move_293": "Palla Clima", - "move_294": "Palla Clima", - "move_295": "Palla Clima", - "move_296": "Radicalbero", - "move_297": "Abbattimento", - "move_298": "Incendio", - "move_299": "Idrocannone", - "move_300": "Ultimascelta", - "move_301": "Meteorpugno", - "move_302": "Capocciata", - "move_303": "Acidobomba", - "move_304": "Geoforza", - "move_305": "Martellata", - "move_306": "Assalto", - "move_307": "Tritartigli", - "move_308": "Octazooka", - "move_309": "Cristalcolpo", - "move_310": "Troppoforte", - "move_311": "Pungiglione", - "move_312": "Vorticerba", - "move_313": "Sanguisuga", - "move_314": "Assorbipugno", - "move_315": "Ossotetro", - "move_316": "Fanghiglia", - "move_317": "Calciardente", - "move_318": "Conchilama", - "move_319": "Crescipugno", - "move_320": "Fascino", - "move_321": "Gigaimpatto", - "move_322": "Frustrazione", - "move_323": "Ritorno", - "move_324": "Sincrumore", - "move_325": "Localizza", - "move_326": "Fulmindenti", - "move_327": "Gelodenti", - "move_328": "Perforcorno", - "move_329": "Abisso", - "move_330": "Spadasolenne", - "move_331": "Schiacciatuffo", - "move_332": "Forzasfera", - "move_333": "Rivincita", - "move_334": "Devastomasso", - "move_335": "Aerocolpo", - "move_336": "Tecnobotto", - "move_337": "Tecnobotto", - "move_338": "Tecnobotto", - "move_339": "Tecnobotto", - "move_340": "Tecnobotto", - "move_341": "Volo", - "move_342": "Generatore V", - "move_343": "Verdebufera", - "move_344": "Tripletta", - "move_345": "Raffica", - "move_346": "Bruciatutto", - "move_347": "Dark Void", - "move_348": "Danzadipiume", - "move_349": "Fiery Dance", - "move_350": "Vento di Fata", - "move_351": "Relic Song", - "move_352": "Palla Clima", - "move_353": "Psicozanna", - "move_354": "Urtodimensionale", - "move_355": "Forodimensionale", - "move_356": "Doppiocalcio", - "move_357": "Fogliamagica", - "move_358": "Magifuoco", - "move_359": "Gelolancia", - "move_360": "Aerocolpo+", - "move_361": "Aerocolpo++", - "move_362": "Magifuoco+", - "move_363": "Magifuoco++", - "move_364": "Acrobazia", - "move_365": "Abbagliante", - "move_366": "Foschisfera", - "move_367": "Vorticolpo", - "move_368": "Rotolamento", - "move_369": "Infuriaseme", - "move_370": "Sbarramento", - "move_371": "Oscurotuffo", - "move_372": "Raggiometeora", - "move_373": "Acqualame", - "move_374": "Incrotuono", - "move_375": "Incrofiamma", - "move_376": "Poltergeist", - "move_377": "Forza Equina", - "move_378": "Gelamondo", - "move_379": "Vastoimpatto", - "move_380": "Ondaboato", - "move_381": "Pugni Corazzati", - "move_382": "Magifiamma", - "move_383": "Idrobreccia", - "move_384": "Ascesa del Drago", - "move_385": "Fogliame", - "move_386": "Magmaclisma", - "move_387": "Geocontrollo", - "move_388": "Fendispazio", - "move_389": "Ali del Fato", - "move_390": "Ira della Natura", - "move_391": "Triplo Axel", - "move_392": "Apripista", - "move_393": "Sabbiardente", - "move_394": "Fragortempo", - "move_395": "Tempesta Boreale", - "move_396": "Tempesta Ardente", - "move_397": "Tempesta Tonante", - "move_398": "Cucitura d’Ombra", - "move_399": "Locomovolt", - "move_400": "Braccioteso", - "move_401": "Psiconda", - "move_402": "Ferrostrido", - "move_403": "Turbosabbia", - "move_404": "Astrocarica", - "move_405": "Raggio d’Ombra", - "move_406": "Ruota d’Aura", - "move_407": "Ruota d’Aura", - "move_408": "Calcinvolo", - "move_409": "Dynafiammata", - "move_410": "Dynainsetto", - "move_411": "Dynasaetta", - "move_412": "Dynattacco", - "move_413": "Dynapugno", - "move_414": "Dynavuoto", - "move_415": "Dynagelo", - "move_416": "Dynacorrosione", - "move_417": "Dynaflusso", - "move_418": "Dynajet", - "move_419": "Dynafata", - "move_420": "Dynadragone", - "move_421": "Dynapsiche", - "move_422": "Dynamacigno", - "move_423": "Dynasisma", - "move_424": "Dynatenebre", - "move_425": "Dynaflora", - "move_426": "Dynametallo", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "Palmoforza", - "move_463": "Canto Effimero", - "poke_0": "Sostituzione", - "poke_1": "Bulbasaur", - "poke_2": "Ivysaur", - "poke_3": "Venusaur", - "poke_3_e1": "MegaVenusaur", - "poke_4": "Charmander", - "poke_5": "Charmeleon", - "poke_6": "Charizard", - "poke_6_e2": "MegaCharizard X", - "poke_6_e3": "MegaCharizard Y", - "poke_7": "Squirtle", - "poke_8": "Wartortle", - "poke_9": "Blastoise", - "poke_9_e1": "MegaBlastoise", - "poke_10": "Caterpie", - "poke_11": "Metapod", - "poke_12": "Butterfree", - "poke_13": "Weedle", - "poke_14": "Kakuna", - "poke_15": "Beedrill", - "poke_15_e1": "MegaBeedrill", - "poke_16": "Pidgey", - "poke_17": "Pidgeotto", - "poke_18": "Pidgeot", - "poke_18_e1": "MegaPidgeot", - "poke_19": "Rattata", - "poke_20": "Raticate", - "poke_21": "Spearow", - "poke_22": "Fearow", - "poke_23": "Ekans", - "poke_24": "Arbok", - "poke_25": "Pikachu", - "poke_26": "Raichu", - "poke_27": "Sandshrew", - "poke_28": "Sandslash", - "poke_29": "Nidoran♀", - "poke_30": "Nidorina", - "poke_31": "Nidoqueen", - "poke_32": "Nidoran♂", - "poke_33": "Nidorino", - "poke_34": "Nidoking", - "poke_35": "Clefairy", - "poke_36": "Clefable", - "poke_37": "Vulpix", - "poke_38": "Ninetales", - "poke_39": "Jigglypuff", - "poke_40": "Wigglytuff", - "poke_41": "Zubat", - "poke_42": "Golbat", - "poke_43": "Oddish", - "poke_44": "Gloom", - "poke_45": "Vileplume", - "poke_46": "Paras", - "poke_47": "Parasect", - "poke_48": "Venonat", - "poke_49": "Venomoth", - "poke_50": "Diglett", - "poke_51": "Dugtrio", - "poke_52": "Meowth", - "poke_53": "Persian", - "poke_54": "Psyduck", - "poke_55": "Golduck", - "poke_56": "Mankey", - "poke_57": "Primeape", - "poke_58": "Growlithe", - "poke_59": "Arcanine", - "poke_60": "Poliwag", - "poke_61": "Poliwhirl", - "poke_62": "Poliwrath", - "poke_63": "Abra", - "poke_64": "Kadabra", - "poke_65": "Alakazam", - "poke_65_e1": "MegaAlakazam", - "poke_66": "Machop", - "poke_67": "Machoke", - "poke_68": "Machamp", - "poke_69": "Bellsprout", - "poke_70": "Weepinbell", - "poke_71": "Victreebel", - "poke_72": "Tentacool", - "poke_73": "Tentacruel", - "poke_74": "Geodude", - "poke_75": "Graveler", - "poke_76": "Golem", - "poke_77": "Ponyta", - "poke_78": "Rapidash", - "poke_79": "Slowpoke", - "poke_80": "Slowbro", - "poke_80_e1": "MegaSlowbro", - "poke_81": "Magnemite", - "poke_82": "Magneton", - "poke_83": "Farfetch’d", - "poke_84": "Doduo", - "poke_85": "Dodrio", - "poke_86": "Seel", - "poke_87": "Dewgong", - "poke_88": "Grimer", - "poke_89": "Muk", - "poke_90": "Shellder", - "poke_91": "Cloyster", - "poke_92": "Gastly", - "poke_93": "Haunter", - "poke_94": "Gengar", - "poke_94_e1": "MegaGengar", - "poke_95": "Onix", - "poke_96": "Drowzee", - "poke_97": "Hypno", - "poke_98": "Krabby", - "poke_99": "Kingler", - "poke_100": "Voltorb", - "poke_101": "Electrode", - "poke_102": "Exeggcute", - "poke_103": "Exeggutor", - "poke_104": "Cubone", - "poke_105": "Marowak", - "poke_106": "Hitmonlee", - "poke_107": "Hitmonchan", - "poke_108": "Lickitung", - "poke_109": "Koffing", - "poke_110": "Weezing", - "poke_111": "Rhyhorn", - "poke_112": "Rhydon", - "poke_113": "Chansey", - "poke_114": "Tangela", - "poke_115": "Kangaskhan", - "poke_115_e1": "MegaKangaskhan", - "poke_116": "Horsea", - "poke_117": "Seadra", - "poke_118": "Goldeen", - "poke_119": "Seaking", - "poke_120": "Staryu", - "poke_121": "Starmie", - "poke_122": "Mr. Mime", - "poke_123": "Scyther", - "poke_124": "Jynx", - "poke_125": "Electabuzz", - "poke_126": "Magmar", - "poke_127": "Pinsir", - "poke_127_e1": "MegaPinsir", - "poke_128": "Tauros", - "poke_129": "Magikarp", - "poke_130": "Gyarados", - "poke_130_e1": "MegaGyarados", - "poke_131": "Lapras", - "poke_132": "Ditto", - "poke_133": "Eevee", - "poke_134": "Vaporeon", - "poke_135": "Jolteon", - "poke_136": "Flareon", - "poke_137": "Porygon", - "poke_138": "Omanyte", - "poke_139": "Omastar", - "poke_140": "Kabuto", - "poke_141": "Kabutops", - "poke_142": "Aerodactyl", - "poke_142_e1": "MegaAerodactyl", - "poke_143": "Snorlax", - "poke_144": "Articuno", - "poke_145": "Zapdos", - "poke_146": "Moltres", - "poke_147": "Dratini", - "poke_148": "Dragonair", - "poke_149": "Dragonite", - "poke_150": "Mewtwo", - "poke_150_e2": "MegaMewtwo X", - "poke_150_e3": "MegaMewtwo Y", - "poke_151": "Mew", - "poke_152": "Chikorita", - "poke_153": "Bayleef", - "poke_154": "Meganium", - "poke_155": "Cyndaquil", - "poke_156": "Quilava", - "poke_157": "Typhlosion", - "poke_158": "Totodile", - "poke_159": "Croconaw", - "poke_160": "Feraligatr", - "poke_161": "Sentret", - "poke_162": "Furret", - "poke_163": "Hoothoot", - "poke_164": "Noctowl", - "poke_165": "Ledyba", - "poke_166": "Ledian", - "poke_167": "Spinarak", - "poke_168": "Ariados", - "poke_169": "Crobat", - "poke_170": "Chinchou", - "poke_171": "Lanturn", - "poke_172": "Pichu", - "poke_173": "Cleffa", - "poke_174": "Igglybuff", - "poke_175": "Togepi", - "poke_176": "Togetic", - "poke_177": "Natu", - "poke_178": "Xatu", - "poke_179": "Mareep", - "poke_180": "Flaaffy", - "poke_181": "Ampharos", - "poke_181_e1": "MegaAmpharos", - "poke_182": "Bellossom", - "poke_183": "Marill", - "poke_184": "Azumarill", - "poke_185": "Sudowoodo", - "poke_186": "Politoed", - "poke_187": "Hoppip", - "poke_188": "Skiploom", - "poke_189": "Jumpluff", - "poke_190": "Aipom", - "poke_191": "Sunkern", - "poke_192": "Sunflora", - "poke_193": "Yanma", - "poke_194": "Wooper", - "poke_195": "Quagsire", - "poke_196": "Espeon", - "poke_197": "Umbreon", - "poke_198": "Murkrow", - "poke_199": "Slowking", - "poke_200": "Misdreavus", - "poke_201": "Unown", - "poke_202": "Wobbuffet", - "poke_203": "Girafarig", - "poke_204": "Pineco", - "poke_205": "Forretress", - "poke_206": "Dunsparce", - "poke_207": "Gligar", - "poke_208": "Steelix", - "poke_208_e1": "MegaSteelix", - "poke_209": "Snubbull", - "poke_210": "Granbull", - "poke_211": "Qwilfish", - "poke_212": "Scizor", - "poke_212_e1": "MegaScizor", - "poke_213": "Shuckle", - "poke_214": "Heracross", - "poke_214_e1": "MegaHeracross", - "poke_215": "Sneasel", - "poke_216": "Teddiursa", - "poke_217": "Ursaring", - "poke_218": "Slugma", - "poke_219": "Magcargo", - "poke_220": "Swinub", - "poke_221": "Piloswine", - "poke_222": "Corsola", - "poke_223": "Remoraid", - "poke_224": "Octillery", - "poke_225": "Delibird", - "poke_226": "Mantine", - "poke_227": "Skarmory", - "poke_228": "Houndour", - "poke_229": "Houndoom", - "poke_229_e1": "MegaHoundoom", - "poke_230": "Kingdra", - "poke_231": "Phanpy", - "poke_232": "Donphan", - "poke_233": "Porygon2", - "poke_234": "Stantler", - "poke_235": "Smeargle", - "poke_236": "Tyrogue", - "poke_237": "Hitmontop", - "poke_238": "Smoochum", - "poke_239": "Elekid", - "poke_240": "Magby", - "poke_241": "Miltank", - "poke_242": "Blissey", - "poke_243": "Raikou", - "poke_244": "Entei", - "poke_245": "Suicune", - "poke_246": "Larvitar", - "poke_247": "Pupitar", - "poke_248": "Tyranitar", - "poke_248_e1": "MegaTyranitar", - "poke_249": "Lugia", - "poke_250": "Ho-Oh", - "poke_251": "Celebi", - "poke_252": "Treecko", - "poke_253": "Grovyle", - "poke_254": "Sceptile", - "poke_254_e1": "MegaSceptile", - "poke_255": "Torchic", - "poke_256": "Combusken", - "poke_257": "Blaziken", - "poke_257_e1": "MegaBlaziken", - "poke_258": "Mudkip", - "poke_259": "Marshtomp", - "poke_260": "Swampert", - "poke_260_e1": "MegaSwampert", - "poke_261": "Poochyena", - "poke_262": "Mightyena", - "poke_263": "Zigzagoon", - "poke_264": "Linoone", - "poke_265": "Wurmple", - "poke_266": "Silcoon", - "poke_267": "Beautifly", - "poke_268": "Cascoon", - "poke_269": "Dustox", - "poke_270": "Lotad", - "poke_271": "Lombre", - "poke_272": "Ludicolo", - "poke_273": "Seedot", - "poke_274": "Nuzleaf", - "poke_275": "Shiftry", - "poke_276": "Taillow", - "poke_277": "Swellow", - "poke_278": "Wingull", - "poke_279": "Pelipper", - "poke_280": "Ralts", - "poke_281": "Kirlia", - "poke_282": "Gardevoir", - "poke_282_e1": "MegaGardevoir", - "poke_283": "Surskit", - "poke_284": "Masquerain", - "poke_285": "Shroomish", - "poke_286": "Breloom", - "poke_287": "Slakoth", - "poke_288": "Vigoroth", - "poke_289": "Slaking", - "poke_290": "Nincada", - "poke_291": "Ninjask", - "poke_292": "Shedinja", - "poke_293": "Whismur", - "poke_294": "Loudred", - "poke_295": "Exploud", - "poke_296": "Makuhita", - "poke_297": "Hariyama", - "poke_298": "Azurill", - "poke_299": "Nosepass", - "poke_300": "Skitty", - "poke_301": "Delcatty", - "poke_302": "Sableye", - "poke_302_e1": "MegaSableye", - "poke_303": "Mawile", - "poke_303_e1": "MegaMawile", - "poke_304": "Aron", - "poke_305": "Lairon", - "poke_306": "Aggron", - "poke_306_e1": "MegaAggron", - "poke_307": "Meditite", - "poke_308": "Medicham", - "poke_308_e1": "MegaMedicham", - "poke_309": "Electrike", - "poke_310": "Manectric", - "poke_310_e1": "MegaManectric", - "poke_311": "Plusle", - "poke_312": "Minun", - "poke_313": "Volbeat", - "poke_314": "Illumise", - "poke_315": "Roselia", - "poke_316": "Gulpin", - "poke_317": "Swalot", - "poke_318": "Carvanha", - "poke_319": "Sharpedo", - "poke_319_e1": "MegaSharpedo", - "poke_320": "Wailmer", - "poke_321": "Wailord", - "poke_322": "Numel", - "poke_323": "Camerupt", - "poke_323_e1": "MegaCamerupt", - "poke_324": "Torkoal", - "poke_325": "Spoink", - "poke_326": "Grumpig", - "poke_327": "Spinda", - "poke_328": "Trapinch", - "poke_329": "Vibrava", - "poke_330": "Flygon", - "poke_331": "Cacnea", - "poke_332": "Cacturne", - "poke_333": "Swablu", - "poke_334": "Altaria", - "poke_334_e1": "MegaAltaria", - "poke_335": "Zangoose", - "poke_336": "Seviper", - "poke_337": "Lunatone", - "poke_338": "Solrock", - "poke_339": "Barboach", - "poke_340": "Whiscash", - "poke_341": "Corphish", - "poke_342": "Crawdaunt", - "poke_343": "Baltoy", - "poke_344": "Claydol", - "poke_345": "Lileep", - "poke_346": "Cradily", - "poke_347": "Anorith", - "poke_348": "Armaldo", - "poke_349": "Feebas", - "poke_350": "Milotic", - "poke_351": "Castform", - "poke_352": "Kecleon", - "poke_353": "Shuppet", - "poke_354": "Banette", - "poke_354_e1": "MegaBanette", - "poke_355": "Duskull", - "poke_356": "Dusclops", - "poke_357": "Tropius", - "poke_358": "Chimecho", - "poke_359": "Absol", - "poke_359_e1": "MegaAbsol", - "poke_360": "Wynaut", - "poke_361": "Snorunt", - "poke_362": "Glalie", - "poke_362_e1": "MegaGlalie", - "poke_363": "Spheal", - "poke_364": "Sealeo", - "poke_365": "Walrein", - "poke_366": "Clamperl", - "poke_367": "Huntail", - "poke_368": "Gorebyss", - "poke_369": "Relicanth", - "poke_370": "Luvdisc", - "poke_371": "Bagon", - "poke_372": "Shelgon", - "poke_373": "Salamence", - "poke_373_e1": "MegaSalamence", - "poke_374": "Beldum", - "poke_375": "Metang", - "poke_376": "Metagross", - "poke_376_e1": "MegaMetagross", - "poke_377": "Regirock", - "poke_378": "Regice", - "poke_379": "Registeel", - "poke_380": "Latias", - "poke_380_e1": "MegaLatias", - "poke_381": "Latios", - "poke_381_e1": "MegaLatios", - "poke_382": "Kyogre", - "poke_383": "Groudon", - "poke_384": "Rayquaza", - "poke_384_e1": "MegaRayquaza", - "poke_385": "Jirachi", - "poke_386": "Deoxys", - "poke_387": "Turtwig", - "poke_388": "Grotle", - "poke_389": "Torterra", - "poke_390": "Chimchar", - "poke_391": "Monferno", - "poke_392": "Infernape", - "poke_393": "Piplup", - "poke_394": "Prinplup", - "poke_395": "Empoleon", - "poke_396": "Starly", - "poke_397": "Staravia", - "poke_398": "Staraptor", - "poke_399": "Bidoof", - "poke_400": "Bibarel", - "poke_401": "Kricketot", - "poke_402": "Kricketune", - "poke_403": "Shinx", - "poke_404": "Luxio", - "poke_405": "Luxray", - "poke_406": "Budew", - "poke_407": "Roserade", - "poke_408": "Cranidos", - "poke_409": "Rampardos", - "poke_410": "Shieldon", - "poke_411": "Bastiodon", - "poke_412": "Burmy", - "poke_413": "Wormadam", - "poke_414": "Mothim", - "poke_415": "Combee", - "poke_416": "Vespiquen", - "poke_417": "Pachirisu", - "poke_418": "Buizel", - "poke_419": "Floatzel", - "poke_420": "Cherubi", - "poke_421": "Cherrim", - "poke_422": "Shellos", - "poke_423": "Gastrodon", - "poke_424": "Ambipom", - "poke_425": "Drifloon", - "poke_426": "Drifblim", - "poke_427": "Buneary", - "poke_428": "Lopunny", - "poke_428_e1": "MegaLopunny", - "poke_429": "Mismagius", - "poke_430": "Honchkrow", - "poke_431": "Glameow", - "poke_432": "Purugly", - "poke_433": "Chingling", - "poke_434": "Stunky", - "poke_435": "Skuntank", - "poke_436": "Bronzor", - "poke_437": "Bronzong", - "poke_438": "Bonsly", - "poke_439": "Mime Jr.", - "poke_440": "Happiny", - "poke_441": "Chatot", - "poke_442": "Spiritomb", - "poke_443": "Gible", - "poke_444": "Gabite", - "poke_445": "Garchomp", - "poke_445_e1": "MegaGarchomp", - "poke_446": "Munchlax", - "poke_447": "Riolu", - "poke_448": "Lucario", - "poke_448_e1": "MegaLucario", - "poke_449": "Hippopotas", - "poke_450": "Hippowdon", - "poke_451": "Skorupi", - "poke_452": "Drapion", - "poke_453": "Croagunk", - "poke_454": "Toxicroak", - "poke_455": "Carnivine", - "poke_456": "Finneon", - "poke_457": "Lumineon", - "poke_458": "Mantyke", - "poke_459": "Snover", - "poke_460": "Abomasnow", - "poke_460_e1": "MegaAbomasnow", - "poke_461": "Weavile", - "poke_462": "Magnezone", - "poke_463": "Lickilicky", - "poke_464": "Rhyperior", - "poke_465": "Tangrowth", - "poke_466": "Electivire", - "poke_467": "Magmortar", - "poke_468": "Togekiss", - "poke_469": "Yanmega", - "poke_470": "Leafeon", - "poke_471": "Glaceon", - "poke_472": "Gliscor", - "poke_473": "Mamoswine", - "poke_474": "Porygon-Z", - "poke_475": "Gallade", - "poke_475_e1": "MegaGallade", - "poke_476": "Probopass", - "poke_477": "Dusknoir", - "poke_478": "Froslass", - "poke_479": "Rotom", - "poke_480": "Uxie", - "poke_481": "Mesprit", - "poke_482": "Azelf", - "poke_483": "Dialga", - "poke_484": "Palkia", - "poke_485": "Heatran", - "poke_486": "Regigigas", - "poke_487": "Giratina", - "poke_488": "Cresselia", - "poke_489": "Phione", - "poke_490": "Manaphy", - "poke_491": "Darkrai", - "poke_492": "Shaymin", - "poke_493": "Arceus", - "poke_494": "Victini", - "poke_495": "Snivy", - "poke_496": "Servine", - "poke_497": "Serperior", - "poke_498": "Tepig", - "poke_499": "Pignite", - "poke_500": "Emboar", - "poke_501": "Oshawott", - "poke_502": "Dewott", - "poke_503": "Samurott", - "poke_504": "Patrat", - "poke_505": "Watchog", - "poke_506": "Lillipup", - "poke_507": "Herdier", - "poke_508": "Stoutland", - "poke_509": "Purrloin", - "poke_510": "Liepard", - "poke_511": "Pansage", - "poke_512": "Simisage", - "poke_513": "Pansear", - "poke_514": "Simisear", - "poke_515": "Panpour", - "poke_516": "Simipour", - "poke_517": "Munna", - "poke_518": "Musharna", - "poke_519": "Pidove", - "poke_520": "Tranquill", - "poke_521": "Unfezant", - "poke_522": "Blitzle", - "poke_523": "Zebstrika", - "poke_524": "Roggenrola", - "poke_525": "Boldore", - "poke_526": "Gigalith", - "poke_527": "Woobat", - "poke_528": "Swoobat", - "poke_529": "Drilbur", - "poke_530": "Excadrill", - "poke_531": "Audino", - "poke_531_e1": "MegaAudino", - "poke_532": "Timburr", - "poke_533": "Gurdurr", - "poke_534": "Conkeldurr", - "poke_535": "Tympole", - "poke_536": "Palpitoad", - "poke_537": "Seismitoad", - "poke_538": "Throh", - "poke_539": "Sawk", - "poke_540": "Sewaddle", - "poke_541": "Swadloon", - "poke_542": "Leavanny", - "poke_543": "Venipede", - "poke_544": "Whirlipede", - "poke_545": "Scolipede", - "poke_546": "Cottonee", - "poke_547": "Whimsicott", - "poke_548": "Petilil", - "poke_549": "Lilligant", - "poke_550": "Basculin", - "poke_551": "Sandile", - "poke_552": "Krokorok", - "poke_553": "Krookodile", - "poke_554": "Darumaka", - "poke_555": "Darmanitan", - "poke_556": "Maractus", - "poke_557": "Dwebble", - "poke_558": "Crustle", - "poke_559": "Scraggy", - "poke_560": "Scrafty", - "poke_561": "Sigilyph", - "poke_562": "Yamask", - "poke_563": "Cofagrigus", - "poke_564": "Tirtouga", - "poke_565": "Carracosta", - "poke_566": "Archen", - "poke_567": "Archeops", - "poke_568": "Trubbish", - "poke_569": "Garbodor", - "poke_570": "Zorua", - "poke_571": "Zoroark", - "poke_572": "Minccino", - "poke_573": "Cinccino", - "poke_574": "Gothita", - "poke_575": "Gothorita", - "poke_576": "Gothitelle", - "poke_577": "Solosis", - "poke_578": "Duosion", - "poke_579": "Reuniclus", - "poke_580": "Ducklett", - "poke_581": "Swanna", - "poke_582": "Vanillite", - "poke_583": "Vanillish", - "poke_584": "Vanilluxe", - "poke_585": "Deerling", - "poke_586": "Sawsbuck", - "poke_587": "Emolga", - "poke_588": "Karrablast", - "poke_589": "Escavalier", - "poke_590": "Foongus", - "poke_591": "Amoonguss", - "poke_592": "Frillish", - "poke_593": "Jellicent", - "poke_594": "Alomomola", - "poke_595": "Joltik", - "poke_596": "Galvantula", - "poke_597": "Ferroseed", - "poke_598": "Ferrothorn", - "poke_599": "Klink", - "poke_600": "Klang", - "poke_601": "Klinklang", - "poke_602": "Tynamo", - "poke_603": "Eelektrik", - "poke_604": "Eelektross", - "poke_605": "Elgyem", - "poke_606": "Beheeyem", - "poke_607": "Litwick", - "poke_608": "Lampent", - "poke_609": "Chandelure", - "poke_610": "Axew", - "poke_611": "Fraxure", - "poke_612": "Haxorus", - "poke_613": "Cubchoo", - "poke_614": "Beartic", - "poke_615": "Cryogonal", - "poke_616": "Shelmet", - "poke_617": "Accelgor", - "poke_618": "Stunfisk", - "poke_619": "Mienfoo", - "poke_620": "Mienshao", - "poke_621": "Druddigon", - "poke_622": "Golett", - "poke_623": "Golurk", - "poke_624": "Pawniard", - "poke_625": "Bisharp", - "poke_626": "Bouffalant", - "poke_627": "Rufflet", - "poke_628": "Braviary", - "poke_629": "Vullaby", - "poke_630": "Mandibuzz", - "poke_631": "Heatmor", - "poke_632": "Durant", - "poke_633": "Deino", - "poke_634": "Zweilous", - "poke_635": "Hydreigon", - "poke_636": "Larvesta", - "poke_637": "Volcarona", - "poke_638": "Cobalion", - "poke_639": "Terrakion", - "poke_640": "Virizion", - "poke_641": "Tornadus", - "poke_642": "Thundurus", - "poke_643": "Reshiram", - "poke_644": "Zekrom", - "poke_645": "Landorus", - "poke_646": "Kyurem", - "poke_647": "Keldeo", - "poke_648": "Meloetta", - "poke_649": "Genesect", - "poke_650": "Chespin", - "poke_651": "Quilladin", - "poke_652": "Chesnaught", - "poke_653": "Fennekin", - "poke_654": "Braixen", - "poke_655": "Delphox", - "poke_656": "Froakie", - "poke_657": "Frogadier", - "poke_658": "Greninja", - "poke_659": "Bunnelby", - "poke_660": "Diggersby", - "poke_661": "Fletchling", - "poke_662": "Fletchinder", - "poke_663": "Talonflame", - "poke_664": "Scatterbug", - "poke_665": "Spewpa", - "poke_666": "Vivillon", - "poke_667": "Litleo", - "poke_668": "Pyroar", - "poke_669": "Flabébé", - "poke_670": "Floette", - "poke_671": "Florges", - "poke_672": "Skiddo", - "poke_673": "Gogoat", - "poke_674": "Pancham", - "poke_675": "Pangoro", - "poke_676": "Furfrou", - "poke_677": "Espurr", - "poke_678": "Meowstic", - "poke_679": "Honedge", - "poke_680": "Doublade", - "poke_681": "Aegislash", - "poke_682": "Spritzee", - "poke_683": "Aromatisse", - "poke_684": "Swirlix", - "poke_685": "Slurpuff", - "poke_686": "Inkay", - "poke_687": "Malamar", - "poke_688": "Binacle", - "poke_689": "Barbaracle", - "poke_690": "Skrelp", - "poke_691": "Dragalge", - "poke_692": "Clauncher", - "poke_693": "Clawitzer", - "poke_694": "Helioptile", - "poke_695": "Heliolisk", - "poke_696": "Tyrunt", - "poke_697": "Tyrantrum", - "poke_698": "Amaura", - "poke_699": "Aurorus", - "poke_700": "Sylveon", - "poke_701": "Hawlucha", - "poke_702": "Dedenne", - "poke_703": "Carbink", - "poke_704": "Goomy", - "poke_705": "Sliggoo", - "poke_706": "Goodra", - "poke_707": "Klefki", - "poke_708": "Phantump", - "poke_709": "Trevenant", - "poke_710": "Pumpkaboo", - "poke_711": "Gourgeist", - "poke_712": "Bergmite", - "poke_713": "Avalugg", - "poke_714": "Noibat", - "poke_715": "Noivern", - "poke_716": "Xerneas", - "poke_717": "Yveltal", - "poke_718": "Zygarde", - "poke_719": "Diancie", - "poke_719_e1": "MegaDiancie", - "poke_720": "Hoopa", - "poke_721": "Volcanion", - "poke_722": "Rowlet", - "poke_723": "Dartrix", - "poke_724": "Decidueye", - "poke_725": "Litten", - "poke_726": "Torracat", - "poke_727": "Incineroar", - "poke_728": "Popplio", - "poke_729": "Brionne", - "poke_730": "Primarina", - "poke_731": "Pikipek", - "poke_732": "Trumbeak", - "poke_733": "Toucannon", - "poke_734": "Yungoos", - "poke_735": "Gumshoos", - "poke_736": "Grubbin", - "poke_737": "Charjabug", - "poke_738": "Vikavolt", - "poke_739": "Crabrawler", - "poke_740": "Crabominabile", - "poke_741": "Oricorio", - "poke_742": "Cutiefly", - "poke_743": "Ribombee", - "poke_744": "Rockruff", - "poke_745": "Lycanroc", - "poke_746": "Wishiwashi", - "poke_747": "Mareanie", - "poke_748": "Toxapex", - "poke_749": "Mudbray", - "poke_750": "Mudsdale", - "poke_751": "Dewpider", - "poke_752": "Araquanid", - "poke_753": "Fomantis", - "poke_754": "Lurantis", - "poke_755": "Morelull", - "poke_756": "Shiinotic", - "poke_757": "Salandit", - "poke_758": "Salazzle", - "poke_759": "Stufful", - "poke_760": "Bewear", - "poke_761": "Bounsweet", - "poke_762": "Steenee", - "poke_763": "Tsareena", - "poke_764": "Comfey", - "poke_765": "Oranguru", - "poke_766": "Passimian", - "poke_767": "Wimpod", - "poke_768": "Golisopod", - "poke_769": "Sandygast", - "poke_770": "Palossand", - "poke_771": "Pyukumuku", - "poke_772": "Tipo Zero", - "poke_773": "Silvally", - "poke_774": "Minior", - "poke_775": "Komala", - "poke_776": "Turtonator", - "poke_777": "Togedemaru", - "poke_778": "Mimikyu", - "poke_779": "Bruxish", - "poke_780": "Drampa", - "poke_781": "Dhelmise", - "poke_782": "Jangmo-o", - "poke_783": "Hakamo-o", - "poke_784": "Kommo-o", - "poke_785": "Tapu Koko", - "poke_786": "Tapu Lele", - "poke_787": "Tapu Bulu", - "poke_788": "Tapu Fini", - "poke_789": "Cosmog", - "poke_790": "Cosmoem", - "poke_791": "Solgaleo", - "poke_792": "Lunala", - "poke_793": "Nihilego", - "poke_794": "Buzzwole", - "poke_795": "Pheromosa", - "poke_796": "Xurkitree", - "poke_797": "Celesteela", - "poke_798": "Kartana", - "poke_799": "Guzzlord", - "poke_800": "Necrozma", - "poke_801": "Magearna", - "poke_802": "Marshadow", - "poke_803": "Poipole", - "poke_804": "Naganadel", - "poke_805": "Stakataka", - "poke_806": "Blacephalon", - "poke_807": "Zeraora", - "poke_808": "Meltan", - "poke_809": "Melmetal", - "poke_810": "Grookey", - "poke_811": "Thwackey", - "poke_812": "Rillaboom", - "poke_813": "Scorbunny", - "poke_814": "Raboot", - "poke_815": "Cinderace", - "poke_816": "Sobble", - "poke_817": "Drizzile", - "poke_818": "Inteleon", - "poke_819": "Skwovet", - "poke_820": "Greedent", - "poke_821": "Rookidee", - "poke_822": "Corvisquire", - "poke_823": "Corviknight", - "poke_824": "Blipbug", - "poke_825": "Dottler", - "poke_826": "Orbeetle", - "poke_827": "Nickit", - "poke_828": "Thievul", - "poke_829": "Gossifleur", - "poke_830": "Eldegoss", - "poke_831": "Wooloo", - "poke_832": "Dubwool", - "poke_833": "Chewtle", - "poke_834": "Drednaw", - "poke_835": "Yamper", - "poke_836": "Boltund", - "poke_837": "Rolycoly", - "poke_838": "Carkol", - "poke_839": "Coalossal", - "poke_840": "Applin", - "poke_841": "Flapple", - "poke_842": "Appletun", - "poke_843": "Silicobra", - "poke_844": "Sandaconda", - "poke_845": "Cramorant", - "poke_846": "Arrokuda", - "poke_847": "Barraskewda", - "poke_848": "Toxel", - "poke_849": "Toxtricity", - "poke_850": "Sizzlipede", - "poke_851": "Centiskorch", - "poke_852": "Clobbopus", - "poke_853": "Grapploct", - "poke_854": "Sinistea", - "poke_855": "Polteageist", - "poke_856": "Hatenna", - "poke_857": "Hattrem", - "poke_858": "Hatterene", - "poke_859": "Impidimp", - "poke_860": "Morgrem", - "poke_861": "Grimmsnarl", - "poke_862": "Obstagoon", - "poke_863": "Perrserker", - "poke_864": "Cursola", - "poke_865": "Sirfetch’d", - "poke_866": "Mr. Rime", - "poke_867": "Runerigus", - "poke_868": "Milcery", - "poke_869": "Alcremie", - "poke_870": "Falinks", - "poke_871": "Pincurchin", - "poke_872": "Snom", - "poke_873": "Frosmoth", - "poke_874": "Stonjourner", - "poke_875": "Eiscue", - "poke_876": "Indeedee", - "poke_877": "Morpeko", - "poke_878": "Cufant", - "poke_879": "Copperajah", - "poke_880": "Dracozolt", - "poke_881": "Arctozolt", - "poke_882": "Dracovish", - "poke_883": "Arctovish", - "poke_884": "Duraludon", - "poke_885": "Dreepy", - "poke_886": "Drakloak", - "poke_887": "Dragapult", - "poke_888": "Zacian", - "poke_889": "Zamazenta", - "poke_890": "Eternatus", - "poke_891": "Kubfu", - "poke_892": "Urshifu", - "poke_893": "Zarude", - "poke_894": "Regieleki", - "poke_895": "Regidrago", - "poke_896": "Glastrier", - "poke_897": "Spectrier", - "poke_898": "Calyrex", - "poke_899": "Wyrdeer", - "poke_900": "Kleavor", - "poke_901": "Ursaluna", - "poke_902": "Basculegion", - "poke_903": "Sneasler", - "poke_904": "Overqwil", - "poke_905": "Enamorus", - "poke_906": "Sprigatito", - "poke_907": "Floragato", - "poke_908": "Meowscarada", - "poke_909": "Fuecoco", - "poke_910": "Crocalor", - "poke_911": "Skeledirge", - "poke_912": "Quaxly", - "poke_913": "Quaxwell", - "poke_914": "Quaquaval", - "poke_915": "Lechonk", - "poke_916": "Oinkologne", - "poke_917": "Tarountula", - "poke_918": "Spidops", - "poke_919": "Nymble", - "poke_920": "Lokix", - "poke_921": "Pawmi", - "poke_922": "Pawmo", - "poke_923": "Pawmot", - "poke_924": "Tandemaus", - "poke_925": "Maushold", - "poke_926": "Fidough", - "poke_927": "Dachsbun", - "poke_928": "Smoliv", - "poke_929": "Dolliv", - "poke_930": "Arboliva", - "poke_931": "Squawkabilly", - "poke_932": "Nacli", - "poke_933": "Naclstack", - "poke_934": "Garganacl", - "poke_935": "Charcadet", - "poke_936": "Armarouge", - "poke_937": "Ceruledge", - "poke_938": "Tadbulb", - "poke_939": "Bellibolt", - "poke_940": "Wattrel", - "poke_941": "Kilowattrel", - "poke_942": "Maschiff", - "poke_943": "Mabosstiff", - "poke_944": "Shroodle", - "poke_945": "Grafaiai", - "poke_946": "Bramblin", - "poke_947": "Brambleghast", - "poke_948": "Toedscool", - "poke_949": "Toedscruel", - "poke_950": "Klawf", - "poke_951": "Capsakid", - "poke_952": "Scovillain", - "poke_953": "Rellor", - "poke_954": "Rabsca", - "poke_955": "Flittle", - "poke_956": "Espathra", - "poke_957": "Tinkatink", - "poke_958": "Tinkatuff", - "poke_959": "Tinkaton", - "poke_960": "Wiglett", - "poke_961": "Wugtrio", - "poke_962": "Bombirdier", - "poke_963": "Finizen", - "poke_964": "Palafin", - "poke_965": "Varoom", - "poke_966": "Revavroom", - "poke_967": "Cyclizar", - "poke_968": "Orthworm", - "poke_969": "Glimmet", - "poke_970": "Glimmora", - "poke_971": "Greavard", - "poke_972": "Houndstone", - "poke_973": "Flamigo", - "poke_974": "Cetoddle", - "poke_975": "Cetitan", - "poke_976": "Veluza", - "poke_977": "Dondozo", - "poke_978": "Tatsugiri", - "poke_979": "Annihilape", - "poke_980": "Clodsire", - "poke_981": "Farigiraf", - "poke_982": "Dudunsparce", - "poke_983": "Kingambit", - "poke_984": "Grandizanne", - "poke_985": "Codaurlante", - "poke_986": "Fungofurioso", - "poke_987": "Crinealato", - "poke_988": "Alirasenti", - "poke_989": "Peldisabbia", - "poke_990": "Solcoferreo", - "poke_991": "Saccoferreo", - "poke_992": "Manoferrea", - "poke_993": "Colloferreo", - "poke_994": "Falenaferrea", - "poke_995": "Spineferree", - "poke_996": "Frigibax", - "poke_997": "Arctibax", - "poke_998": "Baxcalibur", - "poke_999": "Gimmighoul", - "poke_1000": "Gholdengo", - "poke_1001": "Wo-Chien", - "poke_1002": "Chien-Pao", - "poke_1003": "Ting-Lu", - "poke_1004": "Chi-Yu", - "poke_1005": "Lunaruggente", - "poke_1006": "Eroeferreo", - "poke_1007": "Koraidon", - "poke_1008": "Miraidon", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "Nessuno", - "poke_type_1": "Normale", - "poke_type_2": "Lotta", - "poke_type_3": "Volante", - "poke_type_4": "Veleno", - "poke_type_5": "Terra", - "poke_type_6": "Roccia", - "poke_type_7": "Coleottero", - "poke_type_8": "Spettro", - "poke_type_9": "Acciaio", - "poke_type_10": "Fuoco", - "poke_type_11": "Acqua", - "poke_type_12": "Erba", - "poke_type_13": "Elettro", - "poke_type_14": "Psico", - "poke_type_15": "Ghiaccio", - "poke_type_16": "Drago", - "poke_type_17": "Buio", - "poke_type_18": "Folletto", - "purified": "Purificato", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "Percorri {{amount}} km con il tuo compagno", - "quest_catch_type_dark_plural": "Cattura {{amount}} Pokémon di tipo Buio", - "quest_catch_type_dragon_plural": "Cattura {{amount}} Pokémon di tipo Drago", - "quest_catch_type_poison_plural": "Cattura {{amount}} Pokémon di tipo Veleno", - "quest_catch_type_psychic_plural": "Cattura {{amount}} Pokémon di tipo Psico", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "Sconfiggi {{amount}} Pokémon di tipo Spettro", - "quest_fight_type_ghost_psychic_plural": "Sconfiggi {{amount}} Pokémon di tipo Psico o Spettro", - "quest_fight_type_psychic_plural": "Sconfiggi {{amount}} Pokémon di tipo Psico", - "quest_incense_singular": "Utilizza un aroma", - "quest_land_excellent_plural": "Effettua {{amount}} tiri eccellenti", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "Sfida un capo della squadra {{amount_0}} volte", - "quest_title_challenge_2019_battle_trainer": "Sfida un altro Allenatore", - "quest_title_challenge_2019_battle_trainer_plural": "Sfida un altro Allenatore {{amount_0}} volte", - "quest_title_challenge_2019_battle_trainer_win": "Sconfiggi un altro Allenatore {{amount_0}} volte", - "quest_title_challenge_2019_snapshot_eevee": "Fai {{amount_0}} foto a Eevee", - "quest_title_challenge_2019_snapshot_loudred": "Fai una foto a Loudred", - "quest_title_challenge_2019_snapshot_pkmn": "Fai {{amount_0}} foto a Jirachi", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "Fai {{amount_0}} foto a Pokémon di tipo Folletto", - "quest_title_challenge_2019_snapshot_pkmn_flying": "Fai {{amount_0}} foto a Pokémon di tipo Volante", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "Fai {{amount_0}} foto a Pokémon di tipo Spettro", - "quest_title_challenge_2019_snapshot_pkmn_grass": "Fai {{amount_0}} foto a Pokémon di tipo Erba", - "quest_title_challenge_2019_snapshot_pkmn_ground": "Fai {{amount_0}} foto a Pokémon di tipo Terra", - "quest_title_challenge_2019_snapshot_pkmn_ice": "Fai {{amount_0}} foto a Pokémon di tipo Ghiaccio", - "quest_title_challenge_2019_snapshot_pkmn_normal": "Fai {{amount_0}} foto a Pokémon di tipo Normale", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "Fai {{amount_0}} foto a Pokémon di tipo Psico", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Fai {{amount_0}} foto a Pokémon di tipo Psico o Acciaio", - "quest_title_challenge_2019_snapshot_pkmn_rock": "Fai {{amount_0}} foto a Pokémon di tipo Roccia", - "quest_title_challenge_2019_snapshot_pkmn_steel": "Fai {{amount_0}} foto a Pokémon di tipo Acciaio", - "quest_title_challenge_2019_snapshot_pkmn_water": "Fai {{amount_0}} foto a Pokémon di tipo Acqua", - "quest_title_challenge_2019_trade_distance": "Scambia 3 Pokémon da almeno 100 km di distanza", - "quest_title_challenge_available": "È disponibile una nuova sfida!", - "quest_title_challenge_battle_gbl_win_all": "Vinci nella Lega Lotte GO", - "quest_title_challenge_battle_trainer_great": "Sfida un altro Allenatore nella Lega Mega", - "quest_title_challenge_buddy_affection_plural": "Guadagna {{amount_0}} cuori con il tuo compagno", - "quest_title_challenge_buddy_affection_single": "Guadagna un cuore con il tuo compagno", - "quest_title_challenge_buddy_battle_plural": "Combatti a fianco del tuo compagno {{amount_0}} volte mentre è con te", - "quest_title_challenge_buddy_battle_single": "Combatti a fianco del tuo compagno mentre è con te", - "quest_title_challenge_buddy_emotion_plural": "Fai arrivare ”alle stelle” l’umore del tuo compagno {{amount_0}} volte", - "quest_title_challenge_buddy_emotion_single": "Fai arrivare ”alle stelle” l’umore del tuo compagno", - "quest_title_challenge_buddy_level_best_plural": "Raggiungi il livello ”miglior compagno” con i Pokémon {{amount_0}} volte", - "quest_title_challenge_buddy_level_best_single": "Raggiungi il livello ”miglior compagno” con un Pokémon", - "quest_title_challenge_buddy_level_good_plural": "Raggiungi il livello ”buon compagno” con i Pokémon {{amount_0}} volte", - "quest_title_challenge_buddy_level_good_single": "Raggiungi il livello ”buon compagno” con un Pokémon", - "quest_title_challenge_buddy_level_great_plural": "Raggiungi il livello ”ottimo compagno” con i Pokémon {{amount_0}} volte", - "quest_title_challenge_buddy_level_great_single": "Raggiungi il livello ”ottimo compagno” con un Pokémon", - "quest_title_challenge_buddy_level_plural": "Aumenta il livello di affiatamento con i Pokémon {{amount_0}} volte", - "quest_title_challenge_buddy_level_single": "Aumenta il livello di affiatamento con un Pokémon", - "quest_title_challenge_buddy_level_ultra_plural": "Raggiungi il livello ”super compagno” con i Pokémon {{amount_0}} volte", - "quest_title_challenge_buddy_level_ultra_single": "Raggiungi il livello ”super compagno” con un Pokémon", - "quest_title_challenge_buddy_play_plural": "Gioca con il tuo compagno {{amount_0}} volte", - "quest_title_challenge_buddy_play_single": "Gioca con il tuo compagno", - "quest_title_challenge_buddy_poi_plural": "Visita luoghi interessanti segnalati dal tuo compagno {{amount_0}} volte", - "quest_title_challenge_buddy_poi_single": "Visita un luogo interessante segnalato dal tuo compagno", - "quest_title_challenge_buddy_snapshot_plural": "Fai {{amount_0}} foto al tuo compagno", - "quest_title_challenge_buddy_snapshot_single": "Fai una foto al tuo compagno", - "quest_title_challenge_buddy_treat_plural": "Dai {{amount_0}} snack al tuo compagno", - "quest_title_challenge_buddy_treat_single": "Dai uno snack al tuo compagno", - "quest_title_challenge_catch_legendary": "Cattura un Pokémon leggendario in seguito a una scoperta straordinaria o in un raid", - "quest_title_challenge_catch_unique_any": "Cattura {{amount_0}} specie diverse di Pokémon", - "quest_title_challenge_snapshot_bidoof": "Fai una foto a Bidoof", - "quest_title_challenge_snapshot_dratini_singular": "Fai una foto a Dratini", - "quest_title_challenge_snapshot_eevee": "Fai una foto a Eevee", - "quest_title_challenge_snapshot_pkmn_bug": "Fai {{amount_0}} foto a Pokémon di tipo Coleottero", - "quest_title_challenge_snapshot_pkmn_bug_single": "Fai una foto a un Pokémon di tipo Coleottero", - "quest_title_challenge_snapshot_pkmn_dark": "Fai {{amount_0}} foto a Pokémon di tipo Buio", - "quest_title_challenge_snapshot_pkmn_dark_single": "Fai una foto a un Pokémon di tipo Buio", - "quest_title_challenge_snapshot_pkmn_dragon": "Fai {{amount_0}} foto a Pokémon di tipo Drago", - "quest_title_challenge_snapshot_pkmn_dragon_single": "Fai una foto a un Pokémon di tipo Drago", - "quest_title_challenge_snapshot_pkmn_electric": "Fai {{amount_0}} foto a Pokémon di tipo Elettro", - "quest_title_challenge_snapshot_pkmn_electric_single": "Fai una foto a un Pokémon di tipo Elettro", - "quest_title_challenge_snapshot_pkmn_fairy_single": "Fai una foto a un Pokémon di tipo Folletto", - "quest_title_challenge_snapshot_pkmn_fighting": "Fai {{amount_0}} foto a Pokémon di tipo Lotta", - "quest_title_challenge_snapshot_pkmn_fighting_single": "Fai una foto a un Pokémon di tipo Lotta", - "quest_title_challenge_snapshot_pkmn_fire": "Fai {{amount_0}} foto a Pokémon di tipo Fuoco", - "quest_title_challenge_snapshot_pkmn_fire_single": "Fai una foto a un Pokémon di tipo Fuoco", - "quest_title_challenge_snapshot_pkmn_flying_single": "Fai una foto a un Pokémon di tipo Volante", - "quest_title_challenge_snapshot_pkmn_ghost_single": "Fai una foto a un Pokémon di tipo Spettro", - "quest_title_challenge_snapshot_pkmn_grass_single": "Fai una foto a un Pokémon di tipo Erba", - "quest_title_challenge_snapshot_pkmn_ground_single": "Fai una foto a un Pokémon di tipo Terra", - "quest_title_challenge_snapshot_pkmn_ice_single": "Fai una foto a un Pokémon di tipo Ghiaccio", - "quest_title_challenge_snapshot_pkmn_normal_single": "Fai una foto a un Pokémon di tipo Normale", - "quest_title_challenge_snapshot_pkmn_poison": "Fai {{amount_0}} foto a Pokémon di tipo Veleno", - "quest_title_challenge_snapshot_pkmn_poison_single": "Fai una foto a un Pokémon di tipo Veleno", - "quest_title_challenge_snapshot_pkmn_psychic_single": "Fai una foto a un Pokémon di tipo Psico", - "quest_title_challenge_snapshot_pkmn_rock": "Fai {{amount_0}} foto a Pokémon di tipo Roccia", - "quest_title_challenge_snapshot_pkmn_rock_single": "Fai una foto a un Pokémon di tipo Roccia", - "quest_title_challenge_snapshot_pkmn_steel_single": "Fai una foto a un Pokémon di tipo Acciaio", - "quest_title_challenge_snapshot_pkmn_water_single": "Fai una foto a un Pokémon di tipo Acqua", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Fai una foto a un Blitzle selvatico", - "quest_title_challenge_snapshot_wild_glameow_singular": "Fai una foto a un Glameow selvatico", - "quest_title_geotarget_quest_description": "Scansiona {{amount_0}}", - "quest_title_quest_achieve_lvl_40": "Raggiungi il livello 40", - "quest_title_quest_adventure_effect_activate_plural": "Attiva un effetto avventura {{amount_0}} volte", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Attiva l’effetto avventura di Fragortempo {{amount_0}} volte", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Attiva l’effetto avventura di Fragortempo", - "quest_title_quest_adventure_effect_activate_singular": "Attiva un effetto avventura", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Attiva l’effetto avventura di Fendispazio {{amount_0}} volte", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Attiva l’effetto avventura di Fendispazio", - "quest_title_quest_adventure_evolve_singular": "Settimana dellʼavventura: fai evolvere un Omanyte o un Kabuto", - "quest_title_quest_adventure_hatch_egg_plural": "Settimana dellʼavventura: fai schiudere {{amount_0}} Uova", - "quest_title_quest_adventure_visit_pokestop_new_plural": "Settimana dellʼavventura: fai girare {{amount_0}} dischi di Pokéstop mai visitati prima", - "quest_title_quest_adventure_walk_buddy_plural": "Settimana dellʼavventura: aggiudicati {{amount_0}} caramelle andando in giro con il tuo compagno", - "quest_title_quest_adventure2019_catch_special33_plural": "Settimana dellʼavventura 2019: cattura {{amount_0}} Aron", - "quest_title_quest_adventure2019_evolve_singular": "Settimana dellʼavventura 2019: fai evolvere un Lileep o un Anorith", - "quest_title_quest_adventure2019_hatch_egg_plural": "Settimana dellʼavventura 2019: fai schiudere {{amount_0}} Uova", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Settimana dellʼavventura: fai girare {{amount_0}} dischi di Pokéstop mai visitati prima", - "quest_title_quest_adventure2019_visit_pokestop_plural": "Settimana dellʼavventura 2019: fai girare 25 dischi dei Pokéstop", - "quest_title_quest_adventure2019_walk_buddy_plural": "Settimana dellʼavventura 2019: ottieni {{amount_0}} caramelle camminando con il tuo compagno", - "quest_title_quest_alodude_catch": "Cattura {{amount_0}} Geodude di Alola", - "quest_title_quest_alodude_evolve_a": "Fai evolvere {{amount_0}} Geodude di Alola", - "quest_title_quest_alodude_evolve_b": "Fai evolvere {{amount_0}} Graveler di Alola", - "quest_title_quest_alodude_snap": "Fai {{amount_0}} foto a Geodude di Alola", - "quest_title_quest_at_catch_a": "Cattura {{amount_0}} Abra", - "quest_title_quest_at_evolve_a": "Fai evolvere {{amount_0}} Abra", - "quest_title_quest_at_evolve_k": "Fai evolvere {{amount_0}} Kadabra", - "quest_title_quest_axew_catch_b": "Cattura {{amount_0}} Axew", - "quest_title_quest_axew_evolve_b": "Fai evolvere {{amount_0}} Axew", - "quest_title_quest_axew_snapshot_b": "Fai una foto a {{amount_0}} Axew", - "quest_title_quest_azelf_wild_snap": "Fai una foto ad Azelf allo stato selvatico", - "quest_title_quest_bagon_catch_b": "Cattura {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_plural": "Fai evolvere {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_singular": "Fai evolvere un Bagon", - "quest_title_quest_bagon_snapshot_b": "Fai una foto a {{amount_0}} Bagon", - "quest_title_quest_battle_buddy_adventure_plural": "Sfida {{amount_0}} Allenatori con il tuo Pokémon compagno in squadra, mentre è con te", - "quest_title_quest_battle_buddy_adventure_single": "Sfida un altro Allenatore con il tuo Pokémon compagno in squadra, mentre è con te", - "quest_title_quest_battle_dangling_reward_toast": "Devi terminare la lotta in corso prima di iniziarne una nuova!", - "quest_title_quest_battle_error_toast": "Si è verificato un errore all’inizio della lotta", - "quest_title_quest_battle_gbl_halloween_plural": "Lotta {{amount_0}} volte nella Coppa Halloween", - "quest_title_quest_battle_gbl_halloween_win_plural": "Vinci {{amount_0}} sfide Allenatore nella Coppa Halloween", - "quest_title_quest_battle_gbl_plural": "Lotta nella Lega Lotte GO {{amount_0}} volte", - "quest_title_quest_battle_gbl_singular": "Lotta nella Lega Lotte GO", - "quest_title_quest_battle_gbl_win_plural": "Vinci {{amount_0}} sfide Allenatore nella Lega Lotte GO", - "quest_title_quest_battle_gbl_win_singular": "Vinci una sfida Allenatore nella Lega Lotte GO", - "quest_title_quest_battle_great_plural": "Sfida un altro Allenatore nella Lega Mega {{amount_0}} volte", - "quest_title_quest_battle_great_win_plural": "Vinci {{amount_0}} sfide Allenatore nella Lega Mega", - "quest_title_quest_battle_great_win_singular": "Vinci una sfida Allenatore nella Lega Mega", - "quest_title_quest_battle_gym_plural": "Lotta in una Palestra {{amount_0}} volte", - "quest_title_quest_battle_gym_singular": "Lotta in una Palestra", - "quest_title_quest_battle_master_win_plural": "Vinci {{amount_0}} sfide Allenatore nella Lega Master", - "quest_title_quest_battle_master_win_singular": "Vinci una sfida Allenatore nella Lega Master", - "quest_title_quest_battle_raid_plural": "Lotta in {{amount_0}} raid", - "quest_title_quest_battle_raid_singular": "Lotta in un raid", - "quest_title_quest_battle_raid_with_friend_plural": "Lotta in {{amount_0}} raid con un amico", - "quest_title_quest_battle_raid_with_friend_singular": "Lotta in un raid con un amico", - "quest_title_quest_battle_supereffective_charge_plural": "Usa un attacco caricato superefficace in {{amount_0}} lotte in Palestra", - "quest_title_quest_battle_supereffective_charge_singular": "Usa un attacco caricato superefficace in una lotta in Palestra", - "quest_title_quest_battle_team_rocket_plural": "Sfida {{amount_0}} membri del Team GO Rocket", - "quest_title_quest_battle_team_rocket_singular": "Sfida un membro del Team GO Rocket", - "quest_title_quest_battle_ultra_win_plural": "Vinci {{amount_0}} sfide Allenatore nella Lega Ultra", - "quest_title_quest_battle_ultra_win_singular": "Vinci una sfida Allenatore nella Lega Ultra", - "quest_title_quest_battle19_catch_fighting_easy": "Cattura {{amount_0}} Pokémon di tipo Lotta", - "quest_title_quest_battle19_catch_medium_pkmn": "Cattura {{amount_0}} Makuhita o Meditite", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Effettua {{amount_0}} tiri eccellenti di fila", - "quest_title_quest_battle19_raid_win_veryhard": "Vinci {{amount_0}} raid", - "quest_title_quest_battle19_supereffective_charge_hard": "Usa un attacco caricato superefficace in {{amount_0}} lotte in Palestra", - "quest_title_quest_battler_appears": "È APPARSO UN AVVERSARIO!", - "quest_title_quest_beat_raid_10_minutes": "Vinci un raid in meno di 10 minuti", - "quest_title_quest_beat_raid_60_seconds": "Vinci un raid in meno di 60 secondi", - "quest_title_quest_beat_raid_singular_minutes": "Vinci un raid in meno di {{amount_0}} minuti", - "quest_title_quest_beat_raid_singular_seconds": "Vinci un raid in meno di {{amount_0}} secondi", - "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: cattura {{amount_0}} Pidgey o Rattata", - "quest_title_quest_begins19_evolve_plural": "Pokémon Day: fai evolvere un Meowth", - "quest_title_quest_beldum_catch_b": "Cattura {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_plural": "Fai evolvere {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_singular": "Fai evolvere un Beldum", - "quest_title_quest_bellsprout_catch_b": "Cattura {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_plural": "Fai evolvere {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_singular": "Fai evolvere un Bellsprout", - "quest_title_quest_bellsprout_snapshot_b": "Fai una foto a {{amount_0}} Bellsprout", - "quest_title_quest_beluga_evolve_pkmn": "Let’s GO, fai evolvere {{amount_0}} Anorith", - "quest_title_quest_beluga_excellent_singular": "Let’s GO, effettua {{amount_0}} tiro eccellente", - "quest_title_quest_beluga_hatch_plural": "Let’s GO, fai schiudere {{amount_0}} Uova", - "quest_title_quest_best_buddy_bronze": "Hai un miglior compagno", - "quest_title_quest_best_buddy_silver": "Hai 10 migliori compagni", - "quest_title_quest_bounsweet_catch_b": "Cattura {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_plural": "Fai evolvere {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_singular": "Fai evolvere una Bounsweet", - "quest_title_quest_braixen_evolve_b": "Fai evolvere {{amount_0}} Braixen", - "quest_title_quest_breakthrough_completed": "Ricerca sul campo completata!", - "quest_title_quest_breakthrough_reward_mystery": "Oggetti misteriosi", - "quest_title_quest_breakthrough_reward_stardust": "Polvere di stelle", - "quest_title_quest_brionne_evolve_b_plural": "Fai evolvere {{amount_0}} Brionne", - "quest_title_quest_brionne_evolve_b_singular": "Fai evolvere un Brionne", - "quest_title_quest_buddy_affection_days": "Guadagna un cuore con il tuo compagno in {{amount_0}} giorni diversi", - "quest_title_quest_buddy_affection_days_in_a_row": "Guadagna un cuore con il tuo compagno per {{amount_0}} giorni di fila", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Sfida {{amount_0}} Allenatori con il tuo Pokémon compagno in squadra, mentre è con te", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "Sfida un altro Allenatore con il tuo Pokémon compagno in squadra, mentre è con te", - "quest_title_quest_buddy_souvenir_plural": "Ricevi {{amount_0}} souvenir dal tuo compagno", - "quest_title_quest_buddy_souvenir_singular": "Ricevi un souvenir dal tuo compagno", - "quest_title_quest_buddy_walk_km_plural": "Percorri {{amount_0}} km con il tuo compagno", - "quest_title_quest_bulbt_catch_b": "Cattura {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_b": "Fai evolvere {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_s1": "Fai evolvere {{amount_0}} Ivysaur", - "quest_title_quest_cacnea_catch": "Cattura {{amount_0}} Cacnea", - "quest_title_quest_catch_151": "Cattura 151 Pokémon", - "quest_title_quest_catch_b_types_plural": "Cattura {{amount_0}} Pokémon di tipo Elettro, Normale o Veleno", - "quest_title_quest_catch_basic_types_plural": "Cattura {{amount_0}} Pokémon di tipo Erba, Acqua o Fuoco", - "quest_title_quest_catch_berry_any_drifloon": "Usa {{amount_0}} bacche per catturare Drifloon", - "quest_title_quest_catch_berry_nanab_drifloon": "Usa {{amount_0}} Baccabana per catturare Drifloon", - "quest_title_quest_catch_berry_pinap": "Usa {{amount_0}} Baccananas per catturare più facilmente dei Pokémon", - "quest_title_quest_catch_berry_razz": "Usa {{amount_0}} Baccalampon per catturare più facilmente dei Pokémon", - "quest_title_quest_catch_berry_razz_drifloon": "Usa {{amount_0}} Baccalampon per catturare Drifloon", - "quest_title_quest_catch_bronzor_plural": "Cattura {{amount_0}} Bronzor", - "quest_title_quest_catch_c_types_plural": "Cattura {{amount_0}} Pokémon di tipo Volante, Psico o Buio", - "quest_title_quest_catch_carbink_singular": "Cattura un Carbink", - "quest_title_quest_catch_celebi_types_plural": "Cattura {{amount_0}} Pokémon di tipo Erba o Psico", - "quest_title_quest_catch_costumed_plural": "Cattura {{amount_0}} Eevee con corona solare o con corona lunare", - "quest_title_quest_catch_crabrawler_plural": "Cattura {{amount_0}} Crabrawler", - "quest_title_quest_catch_dark_type_plural": "Cattura {{amount_0}} Pokémon di tipo Buio", - "quest_title_quest_catch_darumaka_plural": "Cattura {{amount_0}} Darumaka", - "quest_title_quest_catch_daysinarow": "Cattura un Pokémon per {{amount_0}} giorni di fila", - "quest_title_quest_catch_dialga": "Cattura Dialga", - "quest_title_quest_catch_drifloon": "Cattura {{amount_0}} Drifloon", - "quest_title_quest_catch_ducklett_plural": "Cattura {{amount_0}} Ducklett", - "quest_title_quest_catch_ducklett_singular": "Cattura un Ducklett", - "quest_title_quest_catch_emolga_plural": "Cattura {{amount_0}} Emolga", - "quest_title_quest_catch_excellent_curve_drifloon": "Cattura {{amount_0}} Drifloon con palle curve dal risultato eccellente", - "quest_title_quest_catch_excellent_with_berry_drifloon": "Cattura {{amount_0}} Drifloon con dei tiri eccellenti dopo avergli dato una bacca", - "quest_title_quest_catch_feed_plural": "Usa {{amount_0}} bacche per catturare Pokémon", - "quest_title_quest_catch_feed_singular": "Usa una bacca per catturare un Pokémon", - "quest_title_quest_catch_furfou_singular": "Cattura un Furfrou", - "quest_title_quest_catch_groudon_primal_boosted_types": "Cattura {{amount_0}} Pokémon di tipo Fuoco, Erba o Terra", - "quest_title_quest_catch_groudon_type": "Cattura {{amount_0}} Pokémon di tipo Fuoco, Erba o Terra", - "quest_title_quest_catch_hoenn_pokemon": "Cattura {{amount_0}} Pokémon originariamente scoperti nella regione di Hoenn", - "quest_title_quest_catch_in_day_plural": "Cattura {{amount_0}} Pokémon in un giorno", - "quest_title_quest_catch_jan21_hoenn1_plural": "Cattura {{amount_0}} Groudon", - "quest_title_quest_catch_jan21_hoenn2_plural": "Cattura {{amount_0}} Kyogre", - "quest_title_quest_catch_johto_pokemon": "Cattura {{amount_0}} Pokémon originariamente scoperti nella regione di Johto", - "quest_title_quest_catch_kanto_pokemon": "Cattura {{amount_0}} Pokémon originariamente scoperti nella regione di Kanto", - "quest_title_quest_catch_kyogre_primal_boosted_types": "Cattura {{amount_0}} Pokémon di tipo Acqua, Elettro o Coleottero", - "quest_title_quest_catch_kyogre_type": "Cattura {{amount_0}} Pokémon di tipo Acqua, Elettro o Coleottero", - "quest_title_quest_catch_legendary_inarow_plural": "Cattura i prossimi {{amount_0}} Pokémon leggendari o misteriosi che incontri", - "quest_title_quest_catch_legendary_plural": "Cattura {{amount_0}} Pokémon leggendari o misteriosi", - "quest_title_quest_catch_legendary_singular": "Cattura un Pokémon leggendario o misterioso", - "quest_title_quest_catch_lunatone_plural": "Cattura {{amount_0}} Lunatone", - "quest_title_quest_catch_luvdisc": "Cattura {{amount_0}} Luvdisc", - "quest_title_quest_catch_misc_01_types_plural": "Cattura {{amount_0}} Pokémon di tipo Normale, Acqua o Ghiaccio", - "quest_title_quest_catch_nymble_plural": "Cattura {{amount_0}} Nymble", - "quest_title_quest_catch_palkia": "Cattura Palkia", - "quest_title_quest_catch_pikachu_plural": "Cattura {{amount_0}} Pikachu", - "quest_title_quest_catch_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon", - "quest_title_quest_catch_pokemon_dai_plural": "Usa degli aromi avventura giornaliera per catturare {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_days": "Cattura un Pokémon in {{amount_0}} giorni diversi", - "quest_title_quest_catch_pokemon_great_ball_plural": "Cattura {{amount_0}} Pokémon con una Mega Ball", - "quest_title_quest_catch_pokemon_great_ball_singular": "Cattura un Pokémon con una Mega Ball", - "quest_title_quest_catch_pokemon_legendary_plural": "Cattura {{amount_0}} Pokémon leggendari", - "quest_title_quest_catch_pokemon_legendary_singular": "Cattura un Pokémon leggendario", - "quest_title_quest_catch_pokemon_party_plural": "Cattura {{amount_0}} Pokémon con un gruppo", - "quest_title_quest_catch_pokemon_plural": "Cattura {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_poke_ball_plural": "Cattura {{amount_0}} Pokémon con una Poké Ball", - "quest_title_quest_catch_pokemon_poke_ball_singular": "Cattura un Pokémon con una Poké Ball", - "quest_title_quest_catch_pokemon_routes_plural": "Cattura {{amount_0}} Pokémon mentre segui dei percorsi", - "quest_title_quest_catch_pokemon_routes_singular": "Cattura un Pokémon mentre segui un percorso", - "quest_title_quest_catch_pokemon_singular": "Cattura un Pokémon", - "quest_title_quest_catch_pokemon_task": "Cattura Pokémon", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "Cattura {{amount_0}} Pokémon con una Ultra Ball", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "Cattura un Pokémon con una Ultra Ball", - "quest_title_quest_catch_psychic_steel": "Cattura {{amount_0}} Pokémon di tipo Psico o Acciaio", - "quest_title_quest_catch_raid_regi_any": "Cattura un Regirock, un Regice o un Registeel in un raid", - "quest_title_quest_catch_raid_regi_ice": "Cattura un Regice in un raid", - "quest_title_quest_catch_raid_regi_rock": "Cattura un Regirock in un raid", - "quest_title_quest_catch_raid_regi_steel": "Cattura un Registeel in un raid", - "quest_title_quest_catch_rayquaza_type": "Cattura {{amount_0}} Pokémon di tipo Volante, Psico o Drago", - "quest_title_quest_catch_sinnoh_pokemon": "Cattura {{amount_0}} Pokémon originariamente scoperti nella regione di Sinnoh", - "quest_title_quest_catch_sinnoh_pokemon_singular": "Cattura un Pokémon originariamente scoperto nella regione di Sinnoh", - "quest_title_quest_catch_solrock_plural": "Cattura {{amount_0}} Solrock", - "quest_title_quest_catch_special_aerodactyl": "Cattura un Aerodactyl", - "quest_title_quest_catch_special_bidoof": "Cattura {{amount_0}} Bidoof", - "quest_title_quest_catch_special_chespin": "Cattura un Chespin", - "quest_title_quest_catch_special_cottonee": "Cattura {{amount_0}} Cottonee", - "quest_title_quest_catch_special_cubone": "Cattura un Cubone", - "quest_title_quest_catch_special_exeggcute": "Cattura {{amount_0}} Exeggcute", - "quest_title_quest_catch_special_fennekin": "Cattura un Fennekin", - "quest_title_quest_catch_special_fletchling": "Cattura un Fletchling", - "quest_title_quest_catch_special_froakie": "Cattura un Froakie", - "quest_title_quest_catch_special_furfrou": "Cattura un Furfrou", - "quest_title_quest_catch_special_jirachi": "Cattura Jirachi!", - "quest_title_quest_catch_special_lieep_anorithl": "Cattura {{amount_0}} Lileep o Anorith", - "quest_title_quest_catch_special_litleo": "Cattura un Litleo", - "quest_title_quest_catch_special_mew": "Cattura Mew!", - "quest_title_quest_catch_special_natu": "Cattura {{amount_0}} Natu", - "quest_title_quest_catch_special_omanyte_kabuto": "Cattura {{amount_0}} Omanyte o Kabuto", - "quest_title_quest_catch_special_pumpkaboo": "Cattura {{amount_0}} Pumpkaboo", - "quest_title_quest_catch_special_slugma_gulpin": "Cattura {{amount_0}} Slugma o Gulpin", - "quest_title_quest_catch_special_voltorb": "Cattura {{amount_0}} Voltorb", - "quest_title_quest_catch_special0_plural": "Cattura {{amount_0}} Ditto", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: cattura i {{amount_0}} Pokémon inclusi nella lista dell’evento", - "quest_title_quest_catch_special0_singular": "Cattura un Ditto", - "quest_title_quest_catch_special1_plural": "Cattura {{amount_0}} Oddish o Bellsprout", - "quest_title_quest_catch_special1_singular": "Cattura un Oddish o un Bellsprout", - "quest_title_quest_catch_special2_plural": "Cattura {{amount_0}} Swablu", - "quest_title_quest_catch_special2_singular": "Cattura uno Swablu", - "quest_title_quest_catch_special3_plural": "Cattura {{amount_0}} Pidgey o Murkrow", - "quest_title_quest_catch_special3_singular": "Cattura un Pidgey o un Murkrow", - "quest_title_quest_catch_special4_plural": "Cattura {{amount_0}} Treecko o Mudkip", - "quest_title_quest_catch_special4_singular": "Cattura un Treecko o un Mudkip", - "quest_title_quest_catch_special5_plural": "Cattura {{amount_0}} Meowth o Skitty", - "quest_title_quest_catch_special5_singular": "Cattura un Meowth o uno Skitty", - "quest_title_quest_catch_special6_plural": "Cattura {{amount_0}} Mareep", - "quest_title_quest_catch_special7_plural": "Cattura {{amount_0}} Charmander", - "quest_title_quest_catch_special8_plural": "Cattura {{amount_0}} Larvitar", - "quest_title_quest_catch_special9_plural": "Cattura {{amount_0}} Unown", - "quest_title_quest_catch_special10_plural": "Cattura {{amount_0}} Plusle", - "quest_title_quest_catch_special11_plural": "Cattura {{amount_0}} Minun", - "quest_title_quest_catch_special12_plural": "Cattura {{amount_0}} Squirtle", - "quest_title_quest_catch_special13_plural": "Cattura {{amount_0}} Roselia", - "quest_title_quest_catch_special14_singular": "Cattura un Meowth o un Growlithe", - "quest_title_quest_catch_special15_singular": "Cattura Snubbull o Poochyena", - "quest_title_quest_catch_special16_singular": "Cattura uno Skitty o un Poochyena", - "quest_title_quest_catch_special17_plural": "Cattura {{amount_0}} Eevee", - "quest_title_quest_catch_special18_plural": "Cattura {{amount_0}} Beldum", - "quest_title_quest_catch_special19_plural": "Cattura {{amount_0}} Slakoth", - "quest_title_quest_catch_special20_plural": "Cattura {{amount_0}} Ralts", - "quest_title_quest_catch_special21_singular": "Cattura un Rattata o un Pikachu", - "quest_title_quest_catch_special22_plural": "Cattura {{amount_0}} Chikorita", - "quest_title_quest_catch_special23_plural": "Cattura {{amount_0}} Cyndaquil", - "quest_title_quest_catch_special24_plural": "Cattura {{amount_0}} Totodile", - "quest_title_quest_catch_special25_plural": "Cattura {{amount_0}} Swinub", - "quest_title_quest_catch_special26_plural": "Cattura {{amount_0}} Treecko", - "quest_title_quest_catch_special27_plural": "Cattura {{amount_0}} Bagon", - "quest_title_quest_catch_special28_plural": "Cattura {{amount_0}} Torchic", - "quest_title_quest_catch_special29_plural": "Cattura {{amount_0}} Mudkip", - "quest_title_quest_catch_special31_plural": "Cattura {{amount_0}} Turtwig", - "quest_title_quest_catch_special33_plural": "Cattura {{amount_0}} Trapinch", - "quest_title_quest_catch_special34_plural": "Cattura {{amount_0}} Chimchar", - "quest_title_quest_catch_special35_plural": "Cattura {{amount_0}} Piplup", - "quest_title_quest_catch_special36_plural": "Cattura {{amount_0}} Rhyhorn", - "quest_title_quest_catch_special37_plural": "Cattura {{amount_0}} Machop", - "quest_title_quest_catch_special38_plural": "Cattura {{amount_0}} Vulpix", - "quest_title_quest_catch_special39_plural": "Cattura {{amount_0}} Dratini", - "quest_title_quest_catch_special40_plural": "Cattura {{amount_0}} Abra", - "quest_title_quest_catch_special41_plural": "Cattura {{amount_0}} Spheal", - "quest_title_quest_catch_special42_plural": "Cattura {{amount_0}} Weedle", - "quest_title_quest_catch_special43_plural": "Cattura {{amount_0}} Starly", - "quest_title_quest_catch_special44_plural": "Cattura {{amount_0}} Seedot", - "quest_title_quest_catch_special45_plural": "Cattura {{amount_0}} Grimer", - "quest_title_quest_catch_special46_plural": "Cattura {{amount_0}} Porygon", - "quest_title_quest_catch_staryu_plural": "Cattura {{amount_0}} Staryu", - "quest_title_quest_catch_stufful_pinap_plural": "Usa {{amount_0}} Baccananas per catturare più facilmente dei Pokémon", - "quest_title_quest_catch_stufful_pinap_singular": "Usa una Baccananas per catturare un Pokémon", - "quest_title_quest_catch_stufful_razz_plural": "Usa {{amount_0}} Baccalampon per catturare più facilmente dei Pokémon", - "quest_title_quest_catch_stufful_razz_singular": "Usa una Baccalampon per catturare un Pokémon", - "quest_title_quest_catch_transform_pokemon_plural": "Cattura {{amount_0}} esemplari del Pokémon Mutante", - "quest_title_quest_catch_trubbish_plural": "Cattura {{amount_0}} Trubbish", - "quest_title_quest_catch_type_bug_plural": "Cattura {{amount_0}} Pokémon di tipo Coleottero", - "quest_title_quest_catch_type_bug_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Coleottero", - "quest_title_quest_catch_type_bug_singular": "Cattura un Pokémon di tipo Coleottero", - "quest_title_quest_catch_type_buzzwole": "Cattura un Pokémon che condivide un tipo con Buzzwole", - "quest_title_quest_catch_type_buzzwole_effective": "Cattura un Pokémon verso il cui tipo Buzzwole abbia debolezza", - "quest_title_quest_catch_type_buzzwole_plural": "Cattura {{amount_0}} Pokémon che condividono un tipo con Buzzwole", - "quest_title_quest_catch_type_celesteela_effective": "Cattura un Pokémon verso il cui tipo Celesteela abbia debolezza", - "quest_title_quest_catch_type_dark_plural": "Cattura {{amount_0}} Pokémon di tipo Buio", - "quest_title_quest_catch_type_dark_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Buio", - "quest_title_quest_catch_type_dark_singular": "Cattura un Pokémon di tipo Buio", - "quest_title_quest_catch_type_dragon_normal_plural": "Cattura {{amount_0}} Pokémon di tipo Normale o Drago", - "quest_title_quest_catch_type_dragon_plural": "Cattura {{amount_0}} Pokémon di tipo Drago", - "quest_title_quest_catch_type_dragon_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Drago", - "quest_title_quest_catch_type_dragon_singular": "Cattura un Pokémon di tipo Drago", - "quest_title_quest_catch_type_electric_flying_plural": "Cattura {{amount_0}} Pokémon di tipo Elettro o Volante", - "quest_title_quest_catch_type_electric_plural": "Cattura {{amount_0}} Pokémon di tipo Elettro", - "quest_title_quest_catch_type_electric_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Elettro", - "quest_title_quest_catch_type_electric_singular": "Cattura un Pokémon di tipo Elettro", - "quest_title_quest_catch_type_fairy_plural": "Cattura {{amount_0}} Pokémon di tipo Folletto", - "quest_title_quest_catch_type_fairy_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Folletto", - "quest_title_quest_catch_type_fairy_singular": "Cattura un Pokémon di tipo Folletto", - "quest_title_quest_catch_type_fighting_plural": "Cattura {{amount_0}} Pokémon di tipo Lotta", - "quest_title_quest_catch_type_fighting_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Lotta", - "quest_title_quest_catch_type_fighting_singular": "Cattura un Pokémon di tipo Lotta", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Cattura {{amount_0}} Pokémon di tipo Fuoco o Buio", - "quest_title_quest_catch_type_fire_plural": "Cattura {{amount_0}} Pokémon di tipo Fuoco", - "quest_title_quest_catch_type_fire_singular": "Cattura un Pokémon di tipo Fuoco", - "quest_title_quest_catch_type_flying_plural": "Cattura {{amount_0}} Pokémon di tipo Volante", - "quest_title_quest_catch_type_flying_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Volante", - "quest_title_quest_catch_type_flying_singular": "Cattura un Pokémon di tipo Volante", - "quest_title_quest_catch_type_ghost_dark_plural": "Cattura {{amount_0}} Pokémon di tipo Spettro o Buio", - "quest_title_quest_catch_type_ghost_plural": "Cattura {{amount_0}} Pokémon di tipo Spettro", - "quest_title_quest_catch_type_ghost_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Spettro", - "quest_title_quest_catch_type_ghost_singular": "Cattura un Pokémon di tipo Spettro", - "quest_title_quest_catch_type_grass_bug_plural": "Cattura {{amount_0}} Pokémon di tipo Erba o Coleottero", - "quest_title_quest_catch_type_grass_plural": "Cattura {{amount_0}} Pokémon di tipo Erba", - "quest_title_quest_catch_type_grass_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Erba", - "quest_title_quest_catch_type_grass_poison_plural": "Cattura {{amount_0}} Pokémon di tipo Erba o Veleno", - "quest_title_quest_catch_type_grass_singular": "Cattura un Pokémon di tipo Erba", - "quest_title_quest_catch_type_ground_plural": "Cattura {{amount_0}} Pokémon di tipo Terra", - "quest_title_quest_catch_type_ground_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Terra", - "quest_title_quest_catch_type_ground_singular": "Cattura un Pokémon di tipo Terra", - "quest_title_quest_catch_type_guzzlord_effective": "Cattura un Pokémon verso il cui tipo Guzzlord abbia debolezza", - "quest_title_quest_catch_type_ice_grass_plural_unique": "Cattura {{amount_0}} Pokémon di tipo Erba o Ghiaccio", - "quest_title_quest_catch_type_ice_plural": "Cattura {{amount_0}} Pokémon di tipo Ghiaccio", - "quest_title_quest_catch_type_ice_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Ghiaccio", - "quest_title_quest_catch_type_ice_singular": "Cattura un Pokémon di tipo Ghiaccio", - "quest_title_quest_catch_type_kartana_effective": "Cattura un Pokémon verso il cui tipo Kartana abbia debolezza", - "quest_title_quest_catch_type_nihilego": "Cattura un Pokémon che condivide un tipo con Nihilego", - "quest_title_quest_catch_type_nihilego_effective": "Cattura un Pokémon verso il cui tipo Nihilego abbia debolezza", - "quest_title_quest_catch_type_nihilego_plural": "Cattura {{amount_0}} Pokémon che condividono un tipo con Nihilego", - "quest_title_quest_catch_type_normal_plural": "Cattura {{amount_0}} Pokémon di tipo Normale", - "quest_title_quest_catch_type_normal_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Normale", - "quest_title_quest_catch_type_normal_singular": "Cattura un Pokémon di tipo Normale", - "quest_title_quest_catch_type_pheremosa_effective": "Cattura un Pokémon verso il cui tipo Pheromosa abbia debolezza", - "quest_title_quest_catch_type_pheromosa": "Cattura un Pokémon che condivide un tipo con Pheromosa", - "quest_title_quest_catch_type_pheromosa_plural": "Cattura {{amount_0}} Pokémon che condividono un tipo con Pheromosa", - "quest_title_quest_catch_type_poison_plural": "Cattura {{amount_0}} Pokémon di tipo Veleno", - "quest_title_quest_catch_type_poison_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Veleno", - "quest_title_quest_catch_type_poison_singular": "Cattura un Pokémon di tipo Veleno", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "Cattura {{amount_0}} Pokémon di tipo Psico o Lotta", - "quest_title_quest_catch_type_psychic_plural": "Cattura {{amount_0}} Pokémon di tipo Psico", - "quest_title_quest_catch_type_psychic_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Psico", - "quest_title_quest_catch_type_psychic_singular": "Cattura un Pokémon di tipo Psico", - "quest_title_quest_catch_type_rock_plural": "Cattura {{amount_0}} Pokémon di tipo Roccia", - "quest_title_quest_catch_type_rock_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Roccia", - "quest_title_quest_catch_type_rock_singular": "Cattura un Pokémon di tipo Roccia", - "quest_title_quest_catch_type_shaymin": "Cattura un Pokémon che condivide un tipo con Shaymin", - "quest_title_quest_catch_type_shaymin_plural": "Cattura {{amount_0}} Pokémon che condividono un tipo con Shaymin", - "quest_title_quest_catch_type_steel_plural": "Cattura {{amount_0}} Pokémon di tipo Acciaio", - "quest_title_quest_catch_type_steel_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Acciaio", - "quest_title_quest_catch_type_steel_singular": "Cattura un Pokémon di tipo Acciaio", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Cattura {{amount_0}} Pokémon di tipo Fuoco, Acqua o Elettro", - "quest_title_quest_catch_type_water_flying_plural": "Cattura {{amount_0}} Pokémon di tipo Acqua o Volante", - "quest_title_quest_catch_type_water_ground_plural": "Cattura {{amount_0}} Pokémon di tipo Acqua o Terra", - "quest_title_quest_catch_type_water_plural": "Cattura {{amount_0}} Pokémon di tipo Acqua", - "quest_title_quest_catch_type_water_plural_unique": "Cattura {{amount_0}} specie diverse di Pokémon di tipo Acqua", - "quest_title_quest_catch_type_water_singular": "Cattura un Pokémon di tipo Acqua", - "quest_title_quest_catch_type_xurkitree": "Cattura un Pokémon che condivide un tipo con Xurkitree", - "quest_title_quest_catch_type_xurkitree_effective": "Cattura un Pokémon verso il cui tipo Xurkitree abbia debolezza", - "quest_title_quest_catch_type_xurkitree_plural": "Cattura {{amount_0}} Pokémon che condividono un tipo con Xurkitree", - "quest_title_quest_catch_types_rainy_plural": "Cattura {{amount_0}} Pokémon di tipo Acqua, Elettro o Coleottero", - "quest_title_quest_catch_types_rainy_singular": "Cattura un Pokémon di tipo Acqua, Elettro o Coleottero", - "quest_title_quest_catch_types_snowy_plural": "Cattura {{amount_0}} Pokémon di tipo Ghiaccio o Acciaio", - "quest_title_quest_catch_types_snowy_singular": "Cattura un Pokémon di tipo Ghiaccio o Acciaio", - "quest_title_quest_catch_types_sunny_plural": "Cattura {{amount_0}} Pokémon di tipo Erba, Fuoco o Terra", - "quest_title_quest_catch_types_sunny_singular": "Cattura un Pokémon di tipo Erba, Fuoco o Terra", - "quest_title_quest_catch_types_windy_plural": "Cattura {{amount_0}} Pokémon di tipo Volante, Psico o Drago", - "quest_title_quest_catch_types_windy_singular": "Cattura un Pokémon di tipo Volante, Psico o Drago", - "quest_title_quest_catch_weather_boost_plural": "Cattura {{amount_0}} Pokémon potenziati da condizioni atmosferiche", - "quest_title_quest_catch_weather_boost_singular": "Cattura un Pokémon potenziato da condizioni atmosferiche", - "quest_title_quest_catch_whismur": "Cattura {{amount_0}} Whismur", - "quest_title_quest_challenge_party_power_plural": "Usa il potenziamento di gruppo {{amount_0}} volte nei raid", - "quest_title_quest_challenge_party_power_singular": "Usa il potenziamento di gruppo in un raid", - "quest_title_quest_change_form_furfrou": "Cambia un taglio di Furfrou", - "quest_title_quest_change_form_plural": "Cambia la forma di {{amount_0}} Pokémon", - "quest_title_quest_change_form_singular": "Cambia la forma di un Pokémon", - "quest_title_quest_chansey_catch_b": "Cattura {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_plural": "Fai evolvere {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_singular": "Fai evolvere una Chansey", - "quest_title_quest_chansey_snapshot_b": "Fai una foto a {{amount_0}} Chansey", - "quest_title_quest_charge_attack_party_plural": "Usa {{amount_0}} attacchi caricati quando sei in gruppo", - "quest_title_quest_charge_attack_party_singular": "Usa un attacco caricato quando sei in gruppo", - "quest_title_quest_charged_attack_plural": "Usa {{amount_0}} attacchi caricati", - "quest_title_quest_charjabug_evolve_b": "Fai evolvere {{amount_0}} Charjabug", - "quest_title_quest_chart_catch_b": "Cattura {{amount_0}} Charmander", - "quest_title_quest_chart_catch_s1": "Cattura {{amount_0}} Charmeleon", - "quest_title_quest_chart_evolve_b": "Fai evolvere {{amount_0}} Charmander", - "quest_title_quest_chart_evolve_s1": "Fai evolvere {{amount_0}} Charmeleon", - "quest_title_quest_chespin_catch_b": "Cattura {{amount_0}} Chespin", - "quest_title_quest_chespin_evolve_b": "Fai evolvere {{amount_0}} Chespin", - "quest_title_quest_chespin_snapshot_b": "Fai una foto a {{amount_0}} Chespin", - "quest_title_quest_crocalor_evolve_b": "Fai evolvere un Crocalor", - "quest_title_quest_cyndaquil_catch_b": "Cattura {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_plural": "Fai evolvere {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_singular": "Fai evolvere un Cyndaquil", - "quest_title_quest_dartrix_evolve_b_plural": "Fai evolvere {{amount_0}} Dartrix", - "quest_title_quest_dartrix_evolve_b_singular": "Fai evolvere {{amount_0}} Dartrix", - "quest_title_quest_dec2021_catch_b": "Cattura {{amount_0}} Pokémon in primo piano dei Community Day del 2021", - "quest_title_quest_dec2022_catch_b": "Cattura {{amount_0}} Pokémon protagonisti del Community Day di dicembre 2022", - "quest_title_quest_dec2023_catch_b": "Cattura {{amount_0}} Pokémon protagonisti dei Community Day di dicembre 2023", - "quest_title_quest_defeat_jessie_james_plural": "Sconfiggi Jessie o James {{amount_0}} volte", - "quest_title_quest_defeat_rocket": "Sconfiggi {{amount_0}} membri del Team GO Rocket", - "quest_title_quest_defeat_rocket_leader_2500": "Sconfiggi {{amount_0}} leader del Team GO Rocket con Pokémon (max. 2.500 PL)", - "quest_title_quest_defeat_rocket_singular": "Sconfiggi un membro del Team GO Rocket", - "quest_title_quest_deino_catch": "Cattura {{amount_0}} Deino", - "quest_title_quest_deino_evolve_a": "Fai evolvere {{amount_0}} Deino", - "quest_title_quest_deino_evolve_b": "Fai evolvere {{amount_0}} Deino o Zweilous", - "quest_title_quest_deino_snap": "Fai {{amount_0}} foto a Deino", - "quest_title_quest_dragonair_evolve_b": "Fai evolvere {{amount_0}} Dragonair", - "quest_title_quest_dratini_cdc_catch_b": "Cattura {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_evolve_b": "Fai evolvere {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_snapshot_b": "Fai una foto a {{amount_0}} Dratini", - "quest_title_quest_drizzle_evolve": "Fai evolvere un Drizzile", - "quest_title_quest_dude_catch": "Cattura {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_a": "Fai evolvere {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_b": "Fai evolvere {{amount_0}} Graveler", - "quest_title_quest_dude_snap": "Fai {{amount_0}} foto a Geodude", - "quest_title_quest_duskt_catch_b": "Cattura {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_b": "Fai evolvere {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_s1": "Fai evolvere {{amount_0}} Dusclops", - "quest_title_quest_earn_buddy_ribbon_plural": "Guadagna {{amount_0}} distintivi di miglior compagno con il tuo Pokémon", - "quest_title_quest_eelektrik_evolve_b_plural": "Fai evolvere {{amount_0}} Eelektrik", - "quest_title_quest_eelektrik_evolve_b_singular": "Fai evolvere un Eelektrik", - "quest_title_quest_eevee_evolve_plural": "Fai evolvere Eevee in ciascuna delle sue fantastiche evoluzioni", - "quest_title_quest_eevet_catch_b": "Cattura {{amount_0}} Eevee", - "quest_title_quest_eevet_evolve_b": "Fai evolvere {{amount_0}} Eevee", - "quest_title_quest_elect_catch_b": "Cattura {{amount_0}} Electabuzz", - "quest_title_quest_elect_evolve_b": "Fai evolvere {{amount_0}} Electabuzz", - "quest_title_quest_elite_raid_victory_plural": "Vinci {{amount_0}} raid fuoriclasse", - "quest_title_quest_elite_raid_victory_singular": "Vinci un raid fuoriclasse", - "quest_title_quest_elite4_a": "Sconfiggi i Superquattro del Tour GO: Allenatore Altopiano", - "quest_title_quest_elite4_b": "Sconfiggi i Superquattro del Tour GO: Allenatore Caverna", - "quest_title_quest_elite4_c": "Sconfiggi i Superquattro del Tour GO: Allenatrice Oceano", - "quest_title_quest_elite4_d": "Sconfiggi i Superquattro del Tour GO: Allenatrice Savana", - "quest_title_quest_elrd22_april16_battle": "Ricerca dedicata a Exeggcute: lotta in una Palestra", - "quest_title_quest_elrd22_april16_berries": "Ricerca dedicata a Exeggcute: usa tre bacche per facilitare la cattura di Pokémon", - "quest_title_quest_elrd22_april16_catch_grass": "Ricerca dedicata a Exeggcute: cattura tre Pokémon di tipo Erba", - "quest_title_quest_elrd22_april16_charged_move": "Ricerca dedicata a Exeggcute: usa un attacco caricato superefficace", - "quest_title_quest_elrd22_april16_curve": "Ricerca dedicata a Exeggcute: lancia cinque palle curve", - "quest_title_quest_elrd22_april16_evolve_grass": "Ricerca dedicata a Exeggcute: fai evolvere due Pokémon di tipo Erba", - "quest_title_quest_elrd22_april16_gifts_stickers": "Ricerca dedicata a Exeggcute: invia due pacchi amicizia aggiungendo un adesivo a entrambi", - "quest_title_quest_elrd22_april16_great": "Ricerca dedicata a Exeggcute: effettua tre ottimi tiri", - "quest_title_quest_elrd22_april16_great_row": "Ricerca dedicata a Exeggcute: effettua due ottimi tiri di fila", - "quest_title_quest_elrd22_april16_nice": "Ricerca dedicata a Exeggcute: effettua cinque bei tiri", - "quest_title_quest_elrd22_april16_nice_row": "Ricerca dedicata a Exeggcute: effettua tre bei tiri di fila", - "quest_title_quest_elrd22_april16_raid": "Ricerca dedicata a Exeggcute: partecipa a un raid", - "quest_title_quest_elrd22_april16_spin": "Ricerca dedicata a Exeggcute: fai girare i dischi foto di due Pokéstop", - "quest_title_quest_elrd22_april16_weather_easy": "Ricerca dedicata a Exeggcute: cattura tre Pokémon potenziati da condizioni atmosferiche", - "quest_title_quest_elrd22_april16_weather_hard": "Ricerca dedicata a Exeggcute: cattura cinque Pokémon potenziati da condizioni atmosferiche", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Ricerca dedicata a Exeggcute: fai una foto a un Pokémon selvatico di tipo Erba", - "quest_title_quest_equinox19_catch_medium_pkmn": "Cattura {{amount_0}} Bulbasaur o Chikorita", - "quest_title_quest_equinox19_catch_type_grass_plural": "Cattura {{amount_0}} Pokémon di tipo Erba", - "quest_title_quest_equinox19_evolve_type_grass_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Erba", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Fai evolvere {{amount_0}} Pokémon di tipo Erba", - "quest_title_quest_event_eevee_snapshot_barcelona": "Fai una foto al tuo Eevee a Barcellona", - "quest_title_quest_event_eevee_snapshot_jakarta": "Fai una foto al tuo Eevee a Giacarta", - "quest_title_quest_event_eevee_snapshot_mexico_city": "Fai una foto al tuo Eevee a Città del Messico", - "quest_title_quest_event_eevee_snapshot_seoul": "Fai una foto al tuo Eevee a Seoul", - "quest_title_quest_event_eevee_snapshot_tainan": "Fai una foto al tuo Eevee a Tainan", - "quest_title_quest_event_leave_behind_spin": "Fai girare 10 dischi foto di Pokéstop o Palestre mai visitati prima", - "quest_title_quest_event_leave_behind_spin_safari_city": "Fai girare il disco foto di un Pokéstop in qualsiasi luogo ospiti l’evento Esploratori Eevee", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Fai girare {{amount_0}} dischi foto di Pokéstop in luoghi mai visitati prima che ospitano l’evento Esploratori Eevee", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Fai girare il disco foto di un Pokéstop mai visitato prima in un luogo che ospita l’evento Esploratori Eevee", - "quest_title_quest_event_spin_barcelona": "Fai girare un disco Pokéstop o Palestra a Barcellona", - "quest_title_quest_event_spin_incheon": "Fai girare un disco del Pokéstop o Palestra a Incheon", - "quest_title_quest_event_spin_jakarta": "Fai girare un disco del Pokéstop o Palestra a Giacarta", - "quest_title_quest_event_spin_mexico_city": "Fai girare un disco Pokéstop o Palestra a Città del Messico", - "quest_title_quest_event_spin_seoul": "Fai girare un disco Pokéstop o Palestra a Seoul", - "quest_title_quest_event_spin_tainan": "Fai girare un disco Pokéstop o Palestra a Tainan", - "quest_title_quest_evolve_abra_singular": "Fai evolvere un Abra", - "quest_title_quest_evolve_aipom_singular": "Fai evolvere un Aipom", - "quest_title_quest_evolve_amaura_singular": "Fai evolvere un Amaura", - "quest_title_quest_evolve_anorith_singular": "Fai evolvere un Anorith", - "quest_title_quest_evolve_archen_singular": "Fai evolvere un Archen", - "quest_title_quest_evolve_aron_singular": "Fai evolvere un Aron", - "quest_title_quest_evolve_axew_singular": "Fai evolvere un Axew", - "quest_title_quest_evolve_azurill_singular": "Fai evolvere un Azurill", - "quest_title_quest_evolve_bagon_singular": "Fai evolvere un Bagon", - "quest_title_quest_evolve_baltoy_singular": "Fai evolvere un Baltoy", - "quest_title_quest_evolve_barboach_singular": "Fai evolvere un Barboach", - "quest_title_quest_evolve_bayleef": "Fai evolvere il tuo Bayleef", - "quest_title_quest_evolve_bayleef_singular": "Fai evolvere un Bayleef", - "quest_title_quest_evolve_beldum_singular": "Fai evolvere un Beldum", - "quest_title_quest_evolve_bellsprout_singular": "Fai evolvere un Bellsprout", - "quest_title_quest_evolve_bergmite_singular": "Fai evolvere un Bergmite", - "quest_title_quest_evolve_bidoof_singular": "Fai evolvere un Bidoof", - "quest_title_quest_evolve_binacle_singular": "Fai evolvere un Binacle", - "quest_title_quest_evolve_blitzle_singular": "Fai evolvere un Blitzle", - "quest_title_quest_evolve_boldore_singular": "Fai evolvere un Boldore", - "quest_title_quest_evolve_bonsly_singular": "Fai evolvere un Bonsly", - "quest_title_quest_evolve_braixen_singular": "Fai evolvere un Braixen", - "quest_title_quest_evolve_bronzor_singular": "Fai evolvere un Bronzor", - "quest_title_quest_evolve_budew_singular": "Fai evolvere un Budew", - "quest_title_quest_evolve_buizel_singular": "Fai evolvere un Buizel", - "quest_title_quest_evolve_bulbasaur": "Fai evolvere un Bulbasaur", - "quest_title_quest_evolve_bulbasaur_singular": "Fai evolvere un Bulbasaur", - "quest_title_quest_evolve_buneary_singular": "Fai evolvere un Buneary", - "quest_title_quest_evolve_bunnelby_singular": "Fai evolvere un Bunnelby", - "quest_title_quest_evolve_burmy_singular": "Fai evolvere un Burmy", - "quest_title_quest_evolve_cacnea_singular": "Fai evolvere un Cacnea", - "quest_title_quest_evolve_carvanha_singular": "Fai evolvere un Carvanha", - "quest_title_quest_evolve_cascoon_singular": "Fai evolvere un Cascoon", - "quest_title_quest_evolve_caterpie_singular": "Fai evolvere un Caterpie", - "quest_title_quest_evolve_chansey_singular": "Fai evolvere un Chansey", - "quest_title_quest_evolve_charmander": "Fai evolvere un Charmander", - "quest_title_quest_evolve_charmander_singular": "Fai evolvere 1 Charmander", - "quest_title_quest_evolve_charmeleon_singular": "Fai evolvere un Charmeleon", - "quest_title_quest_evolve_cherubi_singular": "Fai evolvere un Cherubi", - "quest_title_quest_evolve_chespin_singular": "Fai evolvere un Chespin", - "quest_title_quest_evolve_chikorita": "Fai evolvere il tuo Chikorita", - "quest_title_quest_evolve_chikorita_singular": "Fai evolvere un Chikorita", - "quest_title_quest_evolve_chimchar_singular": "Fai evolvere un Chimchar", - "quest_title_quest_evolve_chinchou_singular": "Fai evolvere un Chinchou", - "quest_title_quest_evolve_chingling_singular": "Fai evolvere un Chingling", - "quest_title_quest_evolve_clamperl_singular": "Fai evolvere un Clamperl", - "quest_title_quest_evolve_clauncher_singular": "Fai evolvere un Clauncher", - "quest_title_quest_evolve_clefairy_singular": "Fai evolvere un Clefairy", - "quest_title_quest_evolve_cleffa_singular": "Fai evolvere un Cleffa", - "quest_title_quest_evolve_combee_singular": "Fai evolvere un Combee", - "quest_title_quest_evolve_combusken_singular": "Fai evolvere un Combusken", - "quest_title_quest_evolve_corphish_singular": "Fai evolvere un Corphish", - "quest_title_quest_evolve_cosmoem_singular": "Fai evolvere un Cosmoem", - "quest_title_quest_evolve_cosmog_singular": "Fai evolvere un Cosmog", - "quest_title_quest_evolve_cottonee_singular": "Fai evolvere un Cottonee", - "quest_title_quest_evolve_cranidos_singular": "Fai evolvere un Cranidos", - "quest_title_quest_evolve_croagunk_singular": "Fai evolvere un Croagunk", - "quest_title_quest_evolve_croconaw": "Fai evolvere il tuo Croconaw", - "quest_title_quest_evolve_croconaw_singular": "Fai evolvere un Croconaw", - "quest_title_quest_evolve_cubchoo_singular": "Fai evolvere un Cubchoo", - "quest_title_quest_evolve_cubone_singular": "Fai evolvere un Cubone", - "quest_title_quest_evolve_cyndaquil": "Fai evolvere il tuo Cyndaquil", - "quest_title_quest_evolve_cyndaquil_singular": "Fai evolvere un Cyndaquil", - "quest_title_quest_evolve_dark_type_singular": "Fai evolvere un Pokémon di tipo Buio", - "quest_title_quest_evolve_darumaka_singular": "Fai evolvere un Darumaka", - "quest_title_quest_evolve_deerling_singular": "Fai evolvere un Deerling", - "quest_title_quest_evolve_deino_singular": "Fai evolvere un Deino", - "quest_title_quest_evolve_dewott_singular": "Fai evolvere un Dewott", - "quest_title_quest_evolve_diglett_singular": "Fai evolvere un Diglett", - "quest_title_quest_evolve_doduo_singular": "Fai evolvere un Doduo", - "quest_title_quest_evolve_doublade_singular": "Fai evolvere un Doublade", - "quest_title_quest_evolve_dragonair_singular": "Fai evolvere un Dragonair", - "quest_title_quest_evolve_dratini_singular": "Fai evolvere un Dratini", - "quest_title_quest_evolve_drifloon_singular": "Fai evolvere un Drifloon", - "quest_title_quest_evolve_drilbur_singular": "Fai evolvere un Drilbur", - "quest_title_quest_evolve_drowzee_singular": "Fai evolvere un Drowzee", - "quest_title_quest_evolve_ducklett_singular": "Fai evolvere un Ducklett", - "quest_title_quest_evolve_duosion_singular": "Fai evolvere un Duosion", - "quest_title_quest_evolve_durant_singular": "Fai evolvere un Durant", - "quest_title_quest_evolve_dusclops_singular": "Fai evolvere un Dusclops", - "quest_title_quest_evolve_duskull_singular": "Fai evolvere un Duskull", - "quest_title_quest_evolve_dwebble_singular": "Fai evolvere un Dwebble", - "quest_title_quest_evolve_eelektrik_singular": "Fai evolvere un Eelektrik", - "quest_title_quest_evolve_eevee_singular": "Fai evolvere un Eevee", - "quest_title_quest_evolve_eevee_types_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Elettro, Acqua o Fuoco", - "quest_title_quest_evolve_eevee_types_singular": "Fai evolvere un Pokémon di tipo Elettro, Acqua o Fuoco", - "quest_title_quest_evolve_ekans_singular": "Fai evolvere un Ekans", - "quest_title_quest_evolve_electabuzz_singular": "Fai evolvere un Electabuzz", - "quest_title_quest_evolve_electrike_singular": "Fai evolvere un Electrike", - "quest_title_quest_evolve_elekid_singular": "Fai evolvere un Elekid", - "quest_title_quest_evolve_elgyem_singular": "Fai evolvere un Elgyem", - "quest_title_quest_evolve_espeon": "Fai evolvere Eevee in Espeon di mattina", - "quest_title_quest_evolve_espurr_singular": "Fai evolvere un Espurr", - "quest_title_quest_evolve_evolved_grass_singular": "Fai evolvere un Pokémon evoluto di tipo Erba", - "quest_title_quest_evolve_exeggcute_singular": "Fai evolvere un Exeggcute", - "quest_title_quest_evolve_farfetch'd_singular": "Fai evolvere un Farfetch’d", - "quest_title_quest_evolve_feebas_singular": "Fai evolvere un Feebas", - "quest_title_quest_evolve_fennekin_singular": "Fai evolvere un Fennekin", - "quest_title_quest_evolve_ferroseed_singular": "Fai evolvere un Ferroseed", - "quest_title_quest_evolve_finneon_singular": "Fai evolvere un Finneon", - "quest_title_quest_evolve_flaaffy_singular": "Fai evolvere un Flaaffy", - "quest_title_quest_evolve_flabébé_singular": "Fai evolvere un Flabébé", - "quest_title_quest_evolve_fletchinder_singular": "Fai evolvere un Fletchinder", - "quest_title_quest_evolve_fletchling_singular": "Fai evolvere un Fletchling", - "quest_title_quest_evolve_floette_singular": "Fai evolvere un Floette", - "quest_title_quest_evolve_foongus_singular": "Fai evolvere un Foongus", - "quest_title_quest_evolve_fraxure_singular": "Fai evolvere un Fraxure", - "quest_title_quest_evolve_frillish_singular": "Fai evolvere un Frillish", - "quest_title_quest_evolve_froakie_singular": "Fai evolvere un Froakie", - "quest_title_quest_evolve_frogadier_singular": "Fai evolvere un Frogadier", - "quest_title_quest_evolve_gabite_singular": "Fai evolvere un Gabite", - "quest_title_quest_evolve_gastly_singular": "Fai evolvere un Gastly", - "quest_title_quest_evolve_geodude_singular": "Fai evolvere un Geodude", - "quest_title_quest_evolve_gible_singular": "Fai evolvere un Gible", - "quest_title_quest_evolve_glalie_singular": "Fai evolvere un Glalie", - "quest_title_quest_evolve_glameow_singular": "Fai evolvere un Glameow", - "quest_title_quest_evolve_gligar_singular": "Fai evolvere un Gligar", - "quest_title_quest_evolve_gloom_singular": "Fai evolvere un Gloom", - "quest_title_quest_evolve_golbat_singular": "Fai evolvere un Golbat", - "quest_title_quest_evolve_goldeen_singular": "Fai evolvere un Goldeen", - "quest_title_quest_evolve_golett_singular": "Fai evolvere un Golett", - "quest_title_quest_evolve_goomy_singular": "Fai evolvere un Goomy", - "quest_title_quest_evolve_gothita_singular": "Fai evolvere un Gothita", - "quest_title_quest_evolve_gothorita_singular": "Fai evolvere un Gothorita", - "quest_title_quest_evolve_graveler_singular": "Fai evolvere un Graveler", - "quest_title_quest_evolve_grimer_singular": "Fai evolvere un Grimer", - "quest_title_quest_evolve_grotle_singular": "Fai evolvere un Grotle", - "quest_title_quest_evolve_ground_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Terra", - "quest_title_quest_evolve_grovyle_singular": "Fai evolvere un Grovyle", - "quest_title_quest_evolve_growlithe_singular": "Fai evolvere un Growlithe", - "quest_title_quest_evolve_gulpin_singular": "Fai evolvere un Gulpin", - "quest_title_quest_evolve_gurdurr_singular": "Fai evolvere un Gurdurr", - "quest_title_quest_evolve_happiny_singular": "Fai evolvere un Happiny", - "quest_title_quest_evolve_haunter_singular": "Fai evolvere un Haunter", - "quest_title_quest_evolve_heatmor_singular": "Fai evolvere un Heatmor", - "quest_title_quest_evolve_helioptile_singular": "Fai evolvere un Helioptile", - "quest_title_quest_evolve_herdier_singular": "Fai evolvere un Herdier", - "quest_title_quest_evolve_hippopotas_singular": "Fai evolvere un Hippopotas", - "quest_title_quest_evolve_honedge_singular": "Fai evolvere un Honedge", - "quest_title_quest_evolve_hoothoot_singular": "Fai evolvere un Hoothoot", - "quest_title_quest_evolve_hoppip_singular": "Fai evolvere un Hoppip", - "quest_title_quest_evolve_horsea_singular": "Fai evolvere un Horsea", - "quest_title_quest_evolve_houndour_singular": "Fai evolvere un Houndour", - "quest_title_quest_evolve_igglybuff_singular": "Fai evolvere un Igglybuff", - "quest_title_quest_evolve_illumise_singular": "Fai evolvere un Illumise", - "quest_title_quest_evolve_inkay_singular": "Fai evolvere un Inkay", - "quest_title_quest_evolve_items_plural": "Fai evolvere {{amount_0}} Pokémon con strumenti evolutivi", - "quest_title_quest_evolve_items_singular": "Usa uno strumento per far evolvere un Pokémon", - "quest_title_quest_evolve_ivysaur_singular": "Fai evolvere un Ivysaur", - "quest_title_quest_evolve_jigglypuff_singular": "Fai evolvere un Jigglypuff", - "quest_title_quest_evolve_joltik_singular": "Fai evolvere un Joltik", - "quest_title_quest_evolve_kabuto_singular": "Fai evolvere un Kabuto", - "quest_title_quest_evolve_kadabra_singular": "Fai evolvere un Kadabra", - "quest_title_quest_evolve_kakuna_singular": "Fai evolvere un Kakuna", - "quest_title_quest_evolve_karrablast_singular": "Fai evolvere un Karrablast", - "quest_title_quest_evolve_kirlia_singular": "Fai evolvere un Kirlia", - "quest_title_quest_evolve_klang_singular": "Fai evolvere un Klang", - "quest_title_quest_evolve_klink_singular": "Fai evolvere un Klink", - "quest_title_quest_evolve_koffing_singular": "Fai evolvere un Koffing", - "quest_title_quest_evolve_krabby_singular": "Fai evolvere un Krabby", - "quest_title_quest_evolve_kricketot_singular": "Fai evolvere un Kricketot", - "quest_title_quest_evolve_krokorok_singular": "Fai evolvere un Krokorok", - "quest_title_quest_evolve_lairon_singular": "Fai evolvere un Lairon", - "quest_title_quest_evolve_lampent_singular": "Fai evolvere un Lampent", - "quest_title_quest_evolve_larvesta_singular": "Fai evolvere un Larvesta", - "quest_title_quest_evolve_larvitar_singular": "Fai evolvere un Larvitar", - "quest_title_quest_evolve_ledyba_singular": "Fai evolvere un Ledyba", - "quest_title_quest_evolve_lickitung_singular": "Fai evolvere un Lickitung", - "quest_title_quest_evolve_lileep_singular": "Fai evolvere un Lileep", - "quest_title_quest_evolve_lillipup_singular": "Fai evolvere un Lillipup", - "quest_title_quest_evolve_linoone_singular": "Fai evolvere {{amount_0}} Linoone di Galar", - "quest_title_quest_evolve_litleo_singular": "Fai evolvere un Litleo", - "quest_title_quest_evolve_litwick_singular": "Fai evolvere un Litwick", - "quest_title_quest_evolve_lombre_singular": "Fai evolvere un Lombre", - "quest_title_quest_evolve_lotad_singular": "Fai evolvere un Lotad", - "quest_title_quest_evolve_loudred_singular": "Fai evolvere un Loudred", - "quest_title_quest_evolve_luxio_singular": "Fai evolvere un Luxio", - "quest_title_quest_evolve_machoke_singular": "Fai evolvere un Machoke", - "quest_title_quest_evolve_machop_singular": "Fai evolvere un Machop", - "quest_title_quest_evolve_magby_singular": "Fai evolvere un Magby", - "quest_title_quest_evolve_magikarp_singular": "Fai evolvere un Magikarp", - "quest_title_quest_evolve_magmar_singular": "Fai evolvere un Magmar", - "quest_title_quest_evolve_magnemite_singular": "Fai evolvere un Magnemite", - "quest_title_quest_evolve_makuhita_singular": "Fai evolvere un Makuhita", - "quest_title_quest_evolve_mankey_singular": "Fai evolvere un Mankey", - "quest_title_quest_evolve_mantyke_singular": "Fai evolvere un Mantyke", - "quest_title_quest_evolve_mareep_singular": "Fai evolvere un Mareep", - "quest_title_quest_evolve_marill_singular": "Fai evolvere un Marill", - "quest_title_quest_evolve_marshtomp_singular": "Fai evolvere un Marshtomp", - "quest_title_quest_evolve_meditite_singular": "Fai evolvere un Meditite", - "quest_title_quest_evolve_meowth_singular": "Fai evolvere un Meowth", - "quest_title_quest_evolve_metang_singular": "Fai evolvere un Metang", - "quest_title_quest_evolve_metapod_singular": "Fai evolvere un Metapod", - "quest_title_quest_evolve_mienfoo_singular": "Fai evolvere un Mienfoo", - "quest_title_quest_evolve_mime jr._singular": "Fai evolvere un Mime Jr.", - "quest_title_quest_evolve_minccino_singular": "Fai evolvere un Minccino", - "quest_title_quest_evolve_misdreavus_singular": "Fai evolvere un Misdreavus", - "quest_title_quest_evolve_monferno_singular": "Fai evolvere un Monferno", - "quest_title_quest_evolve_mr. mime_singular": "Fai evolvere un Mr. Mime", - "quest_title_quest_evolve_mudkip_singular": "Fai evolvere un Mudkip", - "quest_title_quest_evolve_munchlax_singular": "Fai evolvere un Munchlax", - "quest_title_quest_evolve_munna_singular": "Fai evolvere un Munna", - "quest_title_quest_evolve_murkrow_singular": "Fai evolvere un Murkrow", - "quest_title_quest_evolve_natu_singular": "Fai evolvere un Natu", - "quest_title_quest_evolve_nidoranfemale_singular": "Fai evolvere un Nidoran♀", - "quest_title_quest_evolve_nidoranmale_singular": "Fai evolvere un Nidoran♂", - "quest_title_quest_evolve_nidorina_singular": "Fai evolvere un Nidorina", - "quest_title_quest_evolve_nidorino_singular": "Fai evolvere un Nidorino", - "quest_title_quest_evolve_nincada_singular": "Fai evolvere un Nincada", - "quest_title_quest_evolve_noibat_singular": "Fai evolvere un Noibat", - "quest_title_quest_evolve_nosepass_singular": "Fai evolvere un Nosepass", - "quest_title_quest_evolve_numel_singular": "Fai evolvere un Numel", - "quest_title_quest_evolve_nuzleaf_singular": "Fai evolvere un Nuzleaf", - "quest_title_quest_evolve_oddish_singular": "Fai evolvere un Oddish", - "quest_title_quest_evolve_omanyte_singular": "Fai evolvere un Omanyte", - "quest_title_quest_evolve_onix_singular": "Fai evolvere un Onix", - "quest_title_quest_evolve_oshawott_singular": "Fai evolvere un Oshawott", - "quest_title_quest_evolve_palpitoad_singular": "Fai evolvere un Palpitoad", - "quest_title_quest_evolve_pancham_singular": "Fai evolvere un Pancham", - "quest_title_quest_evolve_panpour_singular": "Fai evolvere un Panpour", - "quest_title_quest_evolve_pansage_singular": "Fai evolvere un Pansage", - "quest_title_quest_evolve_pansear_singular": "Fai evolvere un Pansear", - "quest_title_quest_evolve_paras_singular": "Fai evolvere un Paras", - "quest_title_quest_evolve_patrat_singular": "Fai evolvere un Patrat", - "quest_title_quest_evolve_pawniard_singular": "Fai evolvere un Pawniard", - "quest_title_quest_evolve_petilil_singular": "Fai evolvere un Petilil", - "quest_title_quest_evolve_phanpy_singular": "Fai evolvere un Phanpy", - "quest_title_quest_evolve_phantump_singular": "Fai evolvere un Phantump", - "quest_title_quest_evolve_pichu_singular": "Fai evolvere un Pichu", - "quest_title_quest_evolve_pidgeotto_singular": "Fai evolvere un Pidgeotto", - "quest_title_quest_evolve_pidgey_singular": "Fai evolvere un Pidgey", - "quest_title_quest_evolve_pidove_singular": "Fai evolvere un Pidove", - "quest_title_quest_evolve_pignite_singular": "Fai evolvere un Pignite", - "quest_title_quest_evolve_pikachu_singular": "Fai evolvere un Pikachu", - "quest_title_quest_evolve_piloswine_plural": "Fai evolvere {{amount_0}} Piloswine", - "quest_title_quest_evolve_piloswine_singular": "Fai evolvere un Piloswine", - "quest_title_quest_evolve_pineco_singular": "Fai evolvere un Pineco", - "quest_title_quest_evolve_piplup_singular": "Fai evolvere un Piplup", - "quest_title_quest_evolve_plural": "Fai evolvere {{amount_0}} Pokémon", - "quest_title_quest_evolve_poison_type_singular": "Fai evolvere un Pokémon di tipo Veleno", - "quest_title_quest_evolve_poliwag_singular": "Fai evolvere un Poliwag", - "quest_title_quest_evolve_poliwhirl_singular": "Fai evolvere un Poliwhirl", - "quest_title_quest_evolve_ponyta_singular": "Fai evolvere un Ponyta", - "quest_title_quest_evolve_poochyena_singular": "Fai evolvere un Poochyena", - "quest_title_quest_evolve_porygon2_singular": "Fai evolvere un Porygon2", - "quest_title_quest_evolve_prinplup_singular": "Fai evolvere un Prinplup", - "quest_title_quest_evolve_psyduck_singular": "Fai evolvere uno Psyduck", - "quest_title_quest_evolve_pumpkaboo_singular": "Fai evolvere un Pumpkaboo", - "quest_title_quest_evolve_pupitar_singular": "Fai evolvere un Pupitar", - "quest_title_quest_evolve_purrloin_singular": "Fai evolvere un Purrloin", - "quest_title_quest_evolve_quilava": "Fai evolvere il tuo Quilava", - "quest_title_quest_evolve_quilava_singular": "Fai evolvere un Quilava", - "quest_title_quest_evolve_quilladin_singular": "Fai evolvere un Quilladin", - "quest_title_quest_evolve_qwilfish_singular": "Fai evolvere un Qwilfish", - "quest_title_quest_evolve_ralts_singular": "Fai evolvere un Ralts", - "quest_title_quest_evolve_rattata_singular": "Fai evolvere un Rattata", - "quest_title_quest_evolve_remoraid_singular": "Fai evolvere un Remoraid", - "quest_title_quest_evolve_rhydon_singular": "Fai evolvere un Rhydon", - "quest_title_quest_evolve_rhyhorn_singular": "Fai evolvere un Rhyhorn", - "quest_title_quest_evolve_riolu_singular": "Fai evolvere un Riolu", - "quest_title_quest_evolve_roggenrola_singular": "Fai evolvere un Roggenrola", - "quest_title_quest_evolve_roselia_singular": "Fai evolvere un Roselia", - "quest_title_quest_evolve_rufflet_singular": "Fai evolvere un Rufflet", - "quest_title_quest_evolve_sandile_singular": "Fai evolvere un Sandile", - "quest_title_quest_evolve_sandshrew_singular": "Fai evolvere un Sandshrew", - "quest_title_quest_evolve_sb_singular": "Fai evolvere uno Snubbull", - "quest_title_quest_evolve_scatterbug_singular": "Fai evolvere uno Scatterbug", - "quest_title_quest_evolve_scraggy_singular": "Fai evolvere uno Scraggy", - "quest_title_quest_evolve_scyther_singular": "Fai evolvere uno Scyther", - "quest_title_quest_evolve_seadra_singular": "Fai evolvere un Seadra", - "quest_title_quest_evolve_sealeo_singular": "Fai evolvere un Sealeo", - "quest_title_quest_evolve_seedot_singular": "Fai evolvere un Seedot", - "quest_title_quest_evolve_seel_singular": "Fai evolvere un Seel", - "quest_title_quest_evolve_sentret_singular": "Fai evolvere un Sentret", - "quest_title_quest_evolve_servine_singular": "Fai evolvere un Servine", - "quest_title_quest_evolve_sewaddle_singular": "Fai evolvere un Sewaddle", - "quest_title_quest_evolve_shelgon_singular": "Fai evolvere uno Shelgon", - "quest_title_quest_evolve_shellder_singular": "Fai evolvere uno Shellder", - "quest_title_quest_evolve_shellos_singular": "Fai evolvere uno Shellos", - "quest_title_quest_evolve_shelmet_singular": "Fai evolvere uno Shelmet", - "quest_title_quest_evolve_shieldon_singular": "Fai evolvere uno Shieldon", - "quest_title_quest_evolve_shinx_singular": "Fai evolvere uno Shinx", - "quest_title_quest_evolve_shroomish_singular": "Fai evolvere uno Shroomish", - "quest_title_quest_evolve_shuckle_singular": "Fai evolvere uno Shuckle", - "quest_title_quest_evolve_shuppet_singular": "Fai evolvere uno Shuppet", - "quest_title_quest_evolve_silcoon_singular": "Fai evolvere un Silcoon", - "quest_title_quest_evolve_singular": "Fai evolvere un Pokémon", - "quest_title_quest_evolve_skiddo_singular": "Fai evolvere uno Skiddo", - "quest_title_quest_evolve_skiploom_singular": "Fai evolvere uno Skiploom", - "quest_title_quest_evolve_skitty_singular": "Fai evolvere uno Skitty", - "quest_title_quest_evolve_skorupi_singular": "Fai evolvere uno Skorupi", - "quest_title_quest_evolve_skrelp_singular": "Fai evolvere uno Skrelp", - "quest_title_quest_evolve_slakoth_singular": "Fai evolvere uno Slakoth", - "quest_title_quest_evolve_sliggoo_singular": "Fai evolvere uno Sliggoo", - "quest_title_quest_evolve_slowpoke_plural": "Fai evolvere {{amount_0}} Slowpoke", - "quest_title_quest_evolve_slowpoke_singular": "Fai evolvere uno Slowpoke", - "quest_title_quest_evolve_slugma_singular": "Fai evolvere uno Slugma", - "quest_title_quest_evolve_smoochum_singular": "Fai evolvere uno Smoochum", - "quest_title_quest_evolve_sneasel_singular": "Fai evolvere uno Sneasel", - "quest_title_quest_evolve_snivy_singular": "Fai evolvere uno Snivy", - "quest_title_quest_evolve_snorunt_singular": "Fai evolvere uno Snorunt", - "quest_title_quest_evolve_snover_singular": "Fai evolvere uno Snover", - "quest_title_quest_evolve_snubbull_singular": "Fai evolvere uno Snubbull", - "quest_title_quest_evolve_solosis_singular": "Fai evolvere un Solosis", - "quest_title_quest_evolve_spearow_singular": "Fai evolvere uno Spearow", - "quest_title_quest_evolve_special_drowzee": "Fai evolvere un Drowzee", - "quest_title_quest_evolve_special_feebas_singular": "Fai evolvere un Feebas", - "quest_title_quest_evolve_special_galarian_mrmime": "Fai evolvere un Mr. Mime di Galar", - "quest_title_quest_evolve_special_galarian_slowpoke": "Fai evolvere uno Slowpoke di Galar", - "quest_title_quest_evolve_special_grimer": "Fai evolvere un Grimer", - "quest_title_quest_evolve_special_magnemite": "Fai evolvere un Magnemite", - "quest_title_quest_evolve_special_scyther": "Fai evolvere uno Scyther", - "quest_title_quest_evolve_special0_singular": "Fai evolvere un Magikarp", - "quest_title_quest_evolve_special1_plural": "Fai evolvere {{amount_0}} Pidgey", - "quest_title_quest_evolve_special1_singular": "Fai evolvere un Horsea", - "quest_title_quest_evolve_special2_singular": "Fai evolvere un Meowth", - "quest_title_quest_evolve_spewpa_singular": "Fai evolvere uno Spewpa", - "quest_title_quest_evolve_spheal_singular": "Fai evolvere un Spheal", - "quest_title_quest_evolve_spinarak_singular": "Fai evolvere uno Spinarak", - "quest_title_quest_evolve_spoink_singular": "Fai evolvere uno Spoink", - "quest_title_quest_evolve_spritzee_singular": "Fai evolvere uno Spritzee", - "quest_title_quest_evolve_squirtle_singular": "Fai evolvere uno Squirtle", - "quest_title_quest_evolve_staravia_singular": "Fai evolvere uno Staravia", - "quest_title_quest_evolve_starly_singular": "Fai evolvere uno Starly", - "quest_title_quest_evolve_staryu_singular": "Fai evolvere uno Staryu", - "quest_title_quest_evolve_steelix_singular": "Fai evolvere uno Steelix", - "quest_title_quest_evolve_stunky_singular": "Fai evolvere uno Stunky", - "quest_title_quest_evolve_sunkern_singular": "Fai evolvere un Sunkern", - "quest_title_quest_evolve_sunstone_singular": "Usa una Pietrasolare per far evolvere Gloom o Sunkern", - "quest_title_quest_evolve_surskit_singular": "Fai evolvere un Surskit", - "quest_title_quest_evolve_swablu_singular": "Fai evolvere uno Swablu", - "quest_title_quest_evolve_swadloon_singular": "Fai evolvere uno Swadloon", - "quest_title_quest_evolve_swinub_singular": "Fai evolvere uno Swinub", - "quest_title_quest_evolve_swirlix_singular": "Fai evolvere uno Swirlix", - "quest_title_quest_evolve_taillow_singular": "Fai evolvere un Taillow", - "quest_title_quest_evolve_tangela_singular": "Fai evolvere un Tangela", - "quest_title_quest_evolve_teddiursa_singular": "Fai evolvere un Teddiursa", - "quest_title_quest_evolve_tentacool_singular": "Fai evolvere un Tentacool", - "quest_title_quest_evolve_tepig_singular": "Fai evolvere un Tepig", - "quest_title_quest_evolve_timburr_singular": "Fai evolvere un Timburr", - "quest_title_quest_evolve_tirtouga_singular": "Fai evolvere un Tirtouga", - "quest_title_quest_evolve_togepi_singular": "Fai evolvere un Togepi", - "quest_title_quest_evolve_togetic_singular": "Fai evolvere un Togetic", - "quest_title_quest_evolve_torchic_singular": "Fai evolvere un Torchic", - "quest_title_quest_evolve_totodile": "Fai evolvere il tuo Totodile", - "quest_title_quest_evolve_totodile_singular": "Fai evolvere un Totodile", - "quest_title_quest_evolve_tranquill_singular": "Fai evolvere un Tranquill", - "quest_title_quest_evolve_trapinch_singular": "Fai evolvere un Trapinch", - "quest_title_quest_evolve_treecko_singular": "Fai evolvere un Treecko", - "quest_title_quest_evolve_trubbish_singular": "Fai evolvere un Trubbish", - "quest_title_quest_evolve_turtwig_singular": "Fai evolvere un Turtwig", - "quest_title_quest_evolve_tympole_singular": "Fai evolvere un Tympole", - "quest_title_quest_evolve_tynamo_singular": "Fai evolvere un Tynamo", - "quest_title_quest_evolve_type_dark_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Buio", - "quest_title_quest_evolve_type_dragon_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Drago", - "quest_title_quest_evolve_type_dragon_singular": "Fai evolvere un Pokémon di tipo Drago", - "quest_title_quest_evolve_type_electric_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Elettro", - "quest_title_quest_evolve_type_electric_singular": "Fai evolvere un Pokémon di tipo Elettro", - "quest_title_quest_evolve_type_fairy_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Folletto", - "quest_title_quest_evolve_type_fairy_singular": "Fai evolvere un Pokémon di tipo Folletto", - "quest_title_quest_evolve_type_fire_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Fuoco", - "quest_title_quest_evolve_type_fire_singular": "Fai evolvere un Pokémon di tipo Fuoco", - "quest_title_quest_evolve_type_flying_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Volante", - "quest_title_quest_evolve_type_flying_singular": "Fai evolvere un Pokémon di tipo Volante", - "quest_title_quest_evolve_type_ghost_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Spettro", - "quest_title_quest_evolve_type_ghost_single": "Fai evolvere un Pokémon di tipo Spettro", - "quest_title_quest_evolve_type_grass_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Erba", - "quest_title_quest_evolve_type_grass_singular": "Fai evolvere un Pokémon di tipo Erba", - "quest_title_quest_evolve_type_ice_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Ghiaccio", - "quest_title_quest_evolve_type_ice_singular": "Fai evolvere un Pokémon di tipo Ghiaccio", - "quest_title_quest_evolve_type_poison_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Veleno", - "quest_title_quest_evolve_type_psychic_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Psico", - "quest_title_quest_evolve_type_psychic_singular": "Fai evolvere un Pokémon di tipo Psico", - "quest_title_quest_evolve_type_rock_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Roccia", - "quest_title_quest_evolve_type_steel_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Acciaio", - "quest_title_quest_evolve_type_water_plural": "Fai evolvere {{amount_0}} Pokémon di tipo Acqua", - "quest_title_quest_evolve_type_water_singular": "Fai evolvere un Pokémon di tipo Acqua", - "quest_title_quest_evolve_tyrogue_singular": "Fai evolvere un Tyrogue", - "quest_title_quest_evolve_tyrunt_singular": "Fai evolvere un Tyrunt", - "quest_title_quest_evolve_umbreon": "Fai evolvere Eevee in Umbreon di sera", - "quest_title_quest_evolve_vanillish_singular": "Fai evolvere un Vanillish", - "quest_title_quest_evolve_vanillite_singular": "Fai evolvere un Vanillite", - "quest_title_quest_evolve_venipede_singular": "Fai evolvere un Venipede", - "quest_title_quest_evolve_venonat_singular": "Fai evolvere un Venonat", - "quest_title_quest_evolve_vibrava_singular": "Fai evolvere un Vibrava", - "quest_title_quest_evolve_vigoroth_singular": "Fai evolvere un Vigoroth", - "quest_title_quest_evolve_volbeat_singular": "Fai evolvere un Volbeat", - "quest_title_quest_evolve_voltorb_singular": "Fai evolvere un Voltorb", - "quest_title_quest_evolve_vullaby_singular": "Fai evolvere un Vullaby", - "quest_title_quest_evolve_vulpix_singular": "Fai evolvere un Vulpix", - "quest_title_quest_evolve_wailmer_singular": "Fai evolvere un Wailmer", - "quest_title_quest_evolve_wartortle_singular": "Fai evolvere un Wartortle", - "quest_title_quest_evolve_weedle_singular": "Fai evolvere un Weedle", - "quest_title_quest_evolve_weepinbell_singular": "Fai evolvere un Weepinbell", - "quest_title_quest_evolve_whirlipede_singular": "Fai evolvere un Whirlipede", - "quest_title_quest_evolve_whismur_singular": "Fai evolvere un Whismur", - "quest_title_quest_evolve_wingull_singular": "Fai evolvere un Wingull", - "quest_title_quest_evolve_woobat_singular": "Fai evolvere un Woobat", - "quest_title_quest_evolve_wooper_singular": "Fai evolvere un Wooper", - "quest_title_quest_evolve_wurmple_singular": "Fai evolvere un Wurmple", - "quest_title_quest_evolve_wynaut_singular": "Fai evolvere un Wynaut", - "quest_title_quest_evolve_yamask_singular": "Fai evolvere uno Yamask", - "quest_title_quest_evolve_yanma_singular": "Fai evolvere uno Yanma", - "quest_title_quest_evolve_zigzagoon_singular": "Fai evolvere uno Zigzagoon", - "quest_title_quest_evolve_zorua_singular": "Fai evolvere uno Zorua", - "quest_title_quest_evolve_zubat_singular": "Fai evolvere uno Zubat", - "quest_title_quest_evolve_zweilous_singular": "Fai evolvere uno Zweilous", - "quest_title_quest_explore_buddy": "Guadagna una caramella esplorando con il tuo compagno", - "quest_title_quest_explore_buddy_carbink": "Guadagna una caramella esplorando con Carbink come tuo compagno", - "quest_title_quest_explore_buddy_plural": "Guadagna {{amount_0}} caramelle esplorando con il tuo compagno", - "quest_title_quest_explore_buddy_routes_plural": "Guadagna {{amount_0}} caramelle esplorando dei percorsi con il tuo compagno", - "quest_title_quest_explore_buddy_routes_singular": "Guadagna una caramella esplorando dei percorsi con il tuo compagno", - "quest_title_quest_explore_km": "Esplora {{amount_0}} km", - "quest_title_quest_explore_km_party": "Esplora {{amount_0}} km quando sei in gruppo", - "quest_title_quest_febresearchday_battle_gym_singular": "Ricerche su Clamperl: lotta in una Palestra", - "quest_title_quest_febresearchday_battle_raid_singular": "Ricerche su Clamperl: partecipa a un raid", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Ricerche su Clamperl: usa un attacco caricato superefficace in una lotta in Palestra", - "quest_title_quest_febresearchday_catch_feed_plural": "Ricerche su Clamperl: usa {{amount_0}} bacche per catturare più facilmente dei Pokémon", - "quest_title_quest_febresearchday_catch_special1_singular": "Ricerche su Clamperl: cattura un Magikarp o un Wailmer", - "quest_title_quest_febresearchday_catch_special2_singular": "Ricerche su Clamperl: cattura uno Psyduck o un Krabby", - "quest_title_quest_febresearchday_catch_type_water_plural": "Ricerche su Clamperl: cattura {{amount_0}} Pokémon di tipo Acqua", - "quest_title_quest_febresearchday_evolve_type_water_plural": "Ricerche su Clamperl: fai evolvere {{amount_0}} Pokémon di tipo Acqua", - "quest_title_quest_febresearchday_land_curveball_plural": "Ricerche su Clamperl: lancia {{amount_0}} palle curve", - "quest_title_quest_febresearchday_land_great_plural": "Ricerche su Clamperl: effettua {{amount_0}} ottimi tiri", - "quest_title_quest_febresearchday_land_inarow_great_plural": "Ricerche su Clamperl: effettua {{amount_0}} ottimi tiri di fila", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "Ricerche su Clamperl: effettua {{amount_0}} bei tiri di fila", - "quest_title_quest_febresearchday_land_nice_plural": "Ricerche su Clamperl: effettua {{amount_0}} bei tiri", - "quest_title_quest_febresearchday_visit_pokestops_plural": "Ricerche su Clamperl: fai girare {{amount_0}} dischi dei Pokéstop", - "quest_title_quest_feed_buddy_multiple": "Dai una Bacca al tuo compagno {{amount_0}} volte", - "quest_title_quest_feed_buddy_singular": "Dai una Bacca al tuo compagno", - "quest_title_quest_feed_goldenrazz_plural": "Usa {{amount_0}} Baccalampon dorate per catturare più facilmente dei Pokémon", - "quest_title_quest_feed_nanab_plural": "Usa {{amount_0}} Baccabana per catturare Pokémon", - "quest_title_quest_feed_pinaps_plural": "Usa {{amount_0}} Baccananas per catturare Pokémon", - "quest_title_quest_feed_razz_plural": "Usa {{amount_0}} Baccalampon per catturare più facilmente dei Pokémon", - "quest_title_quest_fennekin_catch_b": "Cattura {{amount_0}} Fennekin", - "quest_title_quest_fennekin_evolve_b": "Fai evolvere {{amount_0}} Fennekin", - "quest_title_quest_fennekin_snapshot_b": "Fai una foto a {{amount_0}} Fennekin", - "quest_title_quest_field_research_plural": "Completa {{amount_0}} missioni di ricerca sul campo", - "quest_title_quest_field_research_singular": "Completa una missione di ricerca sul campo", - "quest_title_quest_fight_type_bug_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Coleottero", - "quest_title_quest_fight_type_dark_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Buio", - "quest_title_quest_fight_type_dark_steel_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Buio o Acciaio", - "quest_title_quest_fight_type_dragon_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Drago", - "quest_title_quest_fight_type_electric_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Elettro", - "quest_title_quest_fight_type_fairy_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Folletto", - "quest_title_quest_fight_type_fighting_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Lotta", - "quest_title_quest_fight_type_fire_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Fuoco", - "quest_title_quest_fight_type_flying_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Volante", - "quest_title_quest_fight_type_ghost_fighting_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Lotta o Spettro", - "quest_title_quest_fight_type_ghost_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Spettro", - "quest_title_quest_fight_type_ghost_psychic_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Psico o Spettro", - "quest_title_quest_fight_type_grass_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Erba", - "quest_title_quest_fight_type_ground_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Terra", - "quest_title_quest_fight_type_ice_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Ghiaccio", - "quest_title_quest_fight_type_normal_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Normale", - "quest_title_quest_fight_type_normal_psychic_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Normale o Psico", - "quest_title_quest_fight_type_poison_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Veleno", - "quest_title_quest_fight_type_psychic_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Psico", - "quest_title_quest_fight_type_rock_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Roccia", - "quest_title_quest_fight_type_steel_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Acciaio", - "quest_title_quest_fight_type_water_plural": "Sconfiggi {{amount_0}} Pokémon di tipo Acqua", - "quest_title_quest_first_catch_of_the_day": "Prima cattura di oggi", - "quest_title_quest_first_pokestop_of_the_day": "Primo Pokéstop di oggi", - "quest_title_quest_flaaffy_evolve_b": "Fai evolvere {{amount_0}} Flaaffy", - "quest_title_quest_flett_catch_b": "Cattura {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_b": "Fai evolvere {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_s1": "Fai evolvere {{amount_0}} Fletchinder", - "quest_title_quest_floragato_evolve_b": "Fai evolvere un Floragato", - "quest_title_quest_fraxure_evolve_b": "Fai evolvere {{amount_0}} Fraxure", - "quest_title_quest_froakie_catch_b": "Cattura {{amount_0}} Froakie", - "quest_title_quest_froakie_evolve_b": "Fai evolvere {{amount_0}} Froakie", - "quest_title_quest_froakie_snapshot_b": "Fai una foto a {{amount_0}} Froakie", - "quest_title_quest_frogadier_evolve_b": "Fai evolvere {{amount_0}} Frogadier", - "quest_title_quest_fuecoco_evolve_b": "Fai evolvere un Fuecoco", - "quest_title_quest_fuse_necrozma": "Fondi Necrozma", - "quest_title_quest_gbl_rank": "Raggiungi il livello {{amount_0}} nella Lega Lotte GO", - "quest_title_quest_gbl_rank_fifteen": "Raggiungi il livello 15 nella Lega Lotte GO", - "quest_title_quest_gbl_rank_five": "Raggiungi il livello 5 nella Lega Lotte GO", - "quest_title_quest_gbl_rank_ten": "Raggiungi il livello 10 nella Lega Lotte GO", - "quest_title_quest_gbl_rank_twenty": "Raggiungi il livello 20 nella Lega Lotte GO", - "quest_title_quest_get_cell_singular": "Trova una cellula di Zygarde", - "quest_title_quest_giblt_catch_b": "Cattura {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_b": "Fai evolvere {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_s1": "Fai evolvere {{amount_0}} Gabite", - "quest_title_quest_gift_open_plural": "Apri {{amount_0}} pacchi amicizia", - "quest_title_quest_gift_open_singular": "Apri un pacco amicizia", - "quest_title_quest_go_for_a_spin_00": "Trova e fai girare un disco Pokéstop con Spinda (1/8)", - "quest_title_quest_go_for_a_spin_01": "Trova e fai girare un disco Pokéstop con Spinda (2/8)", - "quest_title_quest_go_for_a_spin_02": "Trova e fai girare un disco Pokéstop con Spinda (3/8)", - "quest_title_quest_go_for_a_spin_03": "Trova e fai girare un disco Pokéstop con Spinda (4/8)", - "quest_title_quest_go_for_a_spin_04": "Trova e fai girare un disco Pokéstop con Spinda (5/8)", - "quest_title_quest_go_for_a_spin_05": "Trova e fai girare un disco Pokéstop con Spinda (6/8)", - "quest_title_quest_go_for_a_spin_06": "Trova e fai girare un disco Pokéstop con Spinda (7/8)", - "quest_title_quest_go_for_a_spin_07": "Trova e fai girare un disco Pokéstop con Spinda (8/8)", - "quest_title_quest_go_tour_snapshot_habitat_01": "Fai una foto al tuo compagno nell’habitat Sabbie roventi", - "quest_title_quest_go_tour_snapshot_habitat_02": "Fai una foto al tuo compagno nell’habitat Nebbie misteriose", - "quest_title_quest_go_tour_snapshot_habitat_03": "Fai una foto al tuo compagno nell’habitat Terra rigogliosa", - "quest_title_quest_go_tour_snapshot_habitat_04": "Fai una foto al tuo compagno nell’habitat Coste antiche", - "quest_title_quest_gold_hoenn_dex": "Ottieni il premio d’oro di Hoenn", - "quest_title_quest_gold_medal_plural": "Ottieni {{amount_0}} premi d’oro", - "quest_title_quest_gold_medal_plural_five": "Ottieni 5 premi d’oro", - "quest_title_quest_gold_medal_singular": "Ottieni un premio d’oro", - "quest_title_quest_goomy_catch_b": "Cattura {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_plural": "Fai evolvere {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_singular": "Fai evolvere un Goomy", - "quest_title_quest_grookey_evolve": "Fai evolvere un Grookey", - "quest_title_quest_grubbin_catch_b": "Cattura {{amount_0}} Grubbin", - "quest_title_quest_grubbin_evolve_b": "Fai evolvere {{amount_0}} Grubbin", - "quest_title_quest_grubbin_snapshot_b": "Fai una foto a {{amount_0}} Grubbin", - "quest_title_quest_gt_catch_b": "Cattura {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_b": "Fai evolvere {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_s1": "Fai evolvere {{amount_0}} Haunter", - "quest_title_quest_gulpin_catch": "Cattura {{amount_0}} Gulpin", - "quest_title_quest_gurdurr_evolve_b": "Fai evolvere {{amount_0}} Gurdurr", - "quest_title_quest_hallo19_catch_specific_plural": "Cattura {{amount_0}} Poochyena o Houndour", - "quest_title_quest_hallo19_catch_type_dark_plural": "Cattura {{amount_0}} Pokémon di tipo Buio", - "quest_title_quest_hallo19_catch_type_ghost_plural": "Cattura {{amount_0}} Pokémon di tipo Spettro", - "quest_title_quest_hallo19_evolve_plural": "Fai evolvere {{amount_0}} Duskull o Shuppet", - "quest_title_quest_hallo19_transfer_plural": "Trasferisci {{amount_0}} Pokémon", - "quest_title_quest_hatch_egg_plural": "Fai schiudere {{amount_0}} Uova", - "quest_title_quest_hatch_egg_routes_plural": "Fai schiudere {{amount_0}} Uova mentre segui dei percorsi", - "quest_title_quest_hatch_egg_routes_singular": "Fai schiudere un Uovo mentre segui un percorso", - "quest_title_quest_hatch_egg_singular": "Fai schiudere un Uovo", - "quest_title_quest_hoenn_celebration_research": "Ricerca dei festeggiamenti di Hoenn", - "quest_title_quest_hoenn19_catch_specific_plural": "Festeggiamenti di Hoenn: cattura {{amount_0}} Zigzagoon o Taillow", - "quest_title_quest_hoenn19_evolve_specific_plural": "Festeggiamenti di Hoenn: fai evolvere {{amount_0}} Wurmple", - "quest_title_quest_hoenn19_hatch_eggs": "Festeggiamenti di Hoenn: fai schiudere {{amount_0}} Uova", - "quest_title_quest_hoppt_catch_b": "Cattura {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_b": "Fai evolvere {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_s1": "Fai evolvere {{amount_0}} Skiploom", - "quest_title_quest_incense_or_dai_plural": "Usa {{amount_0}} aromi o aromi avventura giornaliera", - "quest_title_quest_incense_or_dai_singular": "Usa un aroma o un aroma avventura giornaliera", - "quest_title_quest_incense_plural": "Utilizza {{amount_0}} aromi", - "quest_title_quest_incense_routes_plural": "Usa {{amount_0}} aromi mentre segui dei percorsi", - "quest_title_quest_incense_routes_singular": "Usa un aroma mentre segui un percorso", - "quest_title_quest_incense_singular": "Utilizza un aroma", - "quest_title_quest_jan19rsd_buddywalk_singular": "Ricerche su Feebas: guadagna una caramella camminando con il tuo compagno", - "quest_title_quest_jan19rsd_hatch_egg_singular": "Ricerche su Feebas: fai schiudere un Uovo", - "quest_title_quest_jan19rsd_land_great_plural": "Ricerche su Feebas: effettua {{amount_0}} ottimi tiri", - "quest_title_quest_jan19rsd_land_nice_plural": "Ricerche su Feebas: effettua {{amount_0}} bei tiri", - "quest_title_quest_johtofestival_catch_special17_plural": "Festival di Johto: Cattura {{amount_0}} Sunkern", - "quest_title_quest_johtofestival_catch_type_water_plural": "Festival di Johto: cattura {{amount_0}} Pokémon di tipo Acqua", - "quest_title_quest_johtofestival_evolve_plural": "Festival di Johto: Fai evolvere {{amount_0}} Sunkern o Natu", - "quest_title_quest_johtofestival_land_excellent_plural": "Festival di Johto: Effettua {{amount_0}} tiri eccellenti", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Festival di Johto: Lancia {{amount_0}} palle curve di fila con risultato ottimo", - "quest_title_quest_johtofestival_win_raid_singular": "Festival di Johto: Vinci un raid", - "quest_title_quest_kanto_green_bellsprout": "Tour GO: cattura Bellsprout", - "quest_title_quest_kanto_green_meowth": "Tour GO: cattura Meowth", - "quest_title_quest_kanto_green_sandshrew": "Tour GO: cattura Sandshrew", - "quest_title_quest_kanto_green_vulpix": "Tour GO: cattura Vulpix", - "quest_title_quest_kanto_hatch_plural": "Tour GO di Kanto: fai schiudere {{amount_0}} Uova", - "quest_title_quest_kanto_hatch_singular": "Tour GO di Kanto: fai schiudere un Uovo", - "quest_title_quest_kanto_npc_plural": "Tour GO di Kanto: sconfiggi {{amount_0}} sfidanti del Tour GO", - "quest_title_quest_kanto_npc_singular": "Tour GO di Kanto: sconfiggi uno sfidante del Tour GO", - "quest_title_quest_kanto_red_ekans": "Tour GO: cattura Ekans", - "quest_title_quest_kanto_red_growlithe": "Tour GO: cattura Growlithe", - "quest_title_quest_kanto_red_mankey": "Tour GO: cattura Mankey", - "quest_title_quest_kanto_red_oddish": "Tour GO: cattura Oddish", - "quest_title_quest_kecleon_catch": "Cattura {{amount_0}} Kecleon", - "quest_title_quest_lampent_evolve_b": "Fai evolvere {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "Lancia {{amount_0}} palle curve per catturare Pokémon di tipo Spettro", - "quest_title_quest_land_curveball_plural": "Lancia {{amount_0}} palle curve", - "quest_title_quest_land_curveball_singular": "Lancia una palla curva", - "quest_title_quest_land_excellent_curveball_plural": "Lancia {{amount_0}} palle curve con risultato eccellente", - "quest_title_quest_land_excellent_curveball_singular": "Lancia una palla curva con risultato eccellente", - "quest_title_quest_land_excellent_plural": "Effettua {{amount_0}} tiri eccellenti", - "quest_title_quest_land_excellent_singular": "Effettua un tiro eccellente", - "quest_title_quest_land_great_curve_inarow_type_ghost": "Lancia {{amount_0}} palle curve di fila con risultato ottimo per catturare Pokémon di tipo Spettro", - "quest_title_quest_land_great_curve_type_ghost": "Lancia {{amount_0}} palle curve per catturare Pokémon di tipo Spettro con risultato ottimo", - "quest_title_quest_land_great_curveball_plural": "Lancia {{amount_0}} palle curve con risultato ottimo", - "quest_title_quest_land_great_curveball_singular": "Lancia una palla curva con risultato ottimo", - "quest_title_quest_land_great_plural": "Effettua {{amount_0}} ottimi tiri", - "quest_title_quest_land_great_singular": "Effettua un ottimo tiro", - "quest_title_quest_land_great_type_ghost": "Effettua {{amount_0}} ottimi tiri per catturare Pokémon di tipo Spettro", - "quest_title_quest_land_inarow_curveball_plural": "Lancia {{amount_0}} palle curve di fila", - "quest_title_quest_land_inarow_excellent_curveball_plural": "Lancia {{amount_0}} palle curve di fila con risultato eccellente", - "quest_title_quest_land_inarow_excellent_plural": "Effettua {{amount_0}} tiri eccellenti di fila", - "quest_title_quest_land_inarow_great_curveball_plural": "Lancia {{amount_0}} palle curve di fila con risultato ottimo", - "quest_title_quest_land_inarow_great_plural": "Effettua {{amount_0}} ottimi tiri di fila", - "quest_title_quest_land_inarow_nice_curveball_plural": "Lancia {{amount_0}} palle curve di fila con un bel risultato", - "quest_title_quest_land_inarow_nice_plural": "Effettua {{amount_0}} bei tiri di fila", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "Lancia {{amount_0}} palle curve di fila con un bel risultato per catturare Pokémon di tipo Spettro", - "quest_title_quest_land_nice_curve_plural": "Lancia {{amount_0}} palle curve con un bel risultato", - "quest_title_quest_land_nice_curve_singular": "Lancia una palla curva con un bel risultato", - "quest_title_quest_land_nice_curve_type_ghost": "Lancia {{amount_0}} palle curve con un bel risultato per catturare Pokémon di tipo Spettro ", - "quest_title_quest_land_nice_electric_plural": "Cattura {{amount_0}} Pokémon di tipo Elettro con dei bei tiri", - "quest_title_quest_land_nice_plural": "Effettua {{amount_0}} bei tiri", - "quest_title_quest_land_nice_singular": "Effettua un bel tiro", - "quest_title_quest_land_nice_type_ghost": "Effettua {{amount_0}} bei tiri per catturare Pokémon di tipo Spettro", - "quest_title_quest_larvitar_cdc_evolve_b": "Fai evolvere {{amount_0}} Larvitar", - "quest_title_quest_larvitar_cdc_snapshot_b": "Fai una foto a {{amount_0}} Larvitar", - "quest_title_quest_latias_wild_snap": "Fai una foto a Latias allo stato selvatico", - "quest_title_quest_latios_wild_snap": "Fai una foto a Latios allo stato selvatico", - "quest_title_quest_litten_catch_b": "Cattura {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_plural": "Fai evolvere {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_singular": "Fai evolvere un Litten", - "quest_title_quest_litten_snapshot_b": "Fai una foto a {{amount_0}} Litten", - "quest_title_quest_litwick_catch_b": "Cattura {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Fai evolvere {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Fai {{amount_0}} foto a Litwick", - "quest_title_quest_local_trainer_battle": "Sfida un Allenatore nelle vicinanze scansionando il suo codice della sfida.", - "quest_title_quest_lucky_plural": "Ottieni {{amount_0}} Pokémon fortunati negli scambi", - "quest_title_quest_lucky_singular": "Ottieni un Pokémon fortunato attraverso uno scambio", - "quest_title_quest_lunar19_friends_trade_plural": "Scambia {{amount_0}} Pokémon con un amico", - "quest_title_quest_macht_catch_b": "Cattura {{amount_0}} Machop", - "quest_title_quest_macht_evolve_b": "Fai evolvere {{amount_0}} Machop", - "quest_title_quest_macht_evolve_s1": "Fai evolvere {{amount_0}} Machoke", - "quest_title_quest_magit_catch_b": "Cattura {{amount_0}} Magikarp", - "quest_title_quest_magit_evolve_b": "Fai evolvere {{amount_0}} Magikarp", - "quest_title_quest_magmt_catch_b": "Cattura {{amount_0}} Magmar", - "quest_title_quest_magmt_evolve_b": "Fai evolvere {{amount_0}} Magmar", - "quest_title_quest_mareep_catch_b": "Cattura {{amount_0}} Mareep", - "quest_title_quest_mareep_evolve_b": "Fai evolvere {{amount_0}} Mareep", - "quest_title_quest_mareep_snapshot_b": "Fai una foto a {{amount_0}} Mareep", - "quest_title_quest_mega_evo_primal_rev_plural": "Attiva l’archeorisveglio oppure fai megaevolvere un Pokémon {{amount_0}} volte", - "quest_title_quest_mega_evo_primal_rev_singular": "Attiva l’archeorisveglio oppure fai megaevolvere un Pokémon", - "quest_title_quest_mega_evolve_beedrill": "Fai megaevolvere un Beedrill", - "quest_title_quest_mega_evolve_blastoise": "Fai megaevolvere un Blastoise", - "quest_title_quest_mega_evolve_charizard": "Fai megaevolvere un Charizard", - "quest_title_quest_mega_evolve_diancie": "Fai megaevolvere Diancie", - "quest_title_quest_mega_evolve_plural": "Fai megaevolvere {{amount_0}} Pokémon", - "quest_title_quest_mega_evolve_rayquaza": "Fai megaevolvere Rayquaza", - "quest_title_quest_mega_evolve_singular": "Fai megaevolvere un Pokémon", - "quest_title_quest_mega_evolve_venusaur": "Fai megaevolvere un Venusaur", - "quest_title_quest_mega_join_raid_plural": "Partecipa a {{amount_0}} megaraid", - "quest_title_quest_mega_join_raid_singular": "Partecipa a un megaraid", - "quest_title_quest_mega_win_raid_plural": "Megaraid vinti: {{amount_0}}", - "quest_title_quest_mega_win_raid_singular": "Vinci un megaraid", - "quest_title_quest_mesprit_wild_snap": "Fai una foto a Mesprit allo stato selvatico", - "quest_title_quest_metang_evolve_b_singular": "Fai evolvere un Metang", - "quest_title_quest_more_reseach_coming_soon": "Presto in arrivo altre ricerche!", - "quest_title_quest_mudkt_catch_b": "Cattura {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_b": "Fai evolvere {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_s1": "Fai evolvere {{amount_0}} Marshtomp", - "quest_title_quest_new_friends_plural": "Stringi {{amount_0}} nuove amicizie", - "quest_title_quest_new_friends_singular": "Stringi una nuova amicizia", - "quest_title_quest_noibat_catch_b": "Cattura {{amount_0}} Noibat", - "quest_title_quest_noibat_evolve_b": "Fai evolvere {{amount_0}} Noibat", - "quest_title_quest_noibat_snapshot_b": "Fai una foto a {{amount_0}} Noibat", - "quest_title_quest_oshat_catch_b": "Cattura {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_b": "Fai evolvere {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_s1": "Fai evolvere un Dewott", - "quest_title_quest_party_catch_electric_type_plural": "Cattura {{amount_0}} Pokémon di tipo Elettro con un gruppo", - "quest_title_quest_party_catch_electric_type_singular": "Cattura un Pokémon di tipo Elettro con un gruppo", - "quest_title_quest_party_catch_fire_type_plural": "Cattura {{amount_0}} Pokémon di tipo Fuoco con un gruppo", - "quest_title_quest_party_catch_fire_type_singular": "Cattura un Pokémon di tipo Fuoco con un gruppo", - "quest_title_quest_party_catch_normal_type_plural": "Cattura {{amount_0}} Pokémon di tipo Normale con un gruppo", - "quest_title_quest_party_catch_normal_type_singular": "Cattura un Pokémon di tipo Normale con un gruppo", - "quest_title_quest_party_catch_water_type_plural": "Cattura {{amount_0}} Pokémon di tipo Acqua con un gruppo", - "quest_title_quest_party_catch_water_type_singular": "Cattura un Pokémon di tipo Acqua con un gruppo", - "quest_title_quest_party_challenge_plural": "Completa {{amount_0}} sfide di gruppo", - "quest_title_quest_party_challenge_singular": "Completa una sfida di gruppo", - "quest_title_quest_platinum_johto_badge": "Ottieni il premio di platino di Johto", - "quest_title_quest_platinum_kanto_badge": "Ottieni il premio di platino di Kanto", - "quest_title_quest_platinum_medal_plural": "Ottieni {{amount_0}} premi di platino", - "quest_title_quest_platinum_medal_plural_five": "Ottieni 5 premi di platino", - "quest_title_quest_platinum_medal_plural_forty": "Ottieni 40 premi di platino", - "quest_title_quest_platinum_medal_plural_ten": "Ottieni 10 premi di platino", - "quest_title_quest_platinum_medal_plural_twenty": "Ottieni 20 premi di platino", - "quest_title_quest_platinum_medal_singular": "Ottieni un premio di platino", - "quest_title_quest_play_buddy_singular": "Gioca con il tuo compagno", - "quest_title_quest_pokemon_appears": "Appare un Pokémon", - "quest_title_quest_poliwag_catch_b": "Cattura {{amount_0}} Poliwag", - "quest_title_quest_poliwag_evolve_b": "Fai evolvere {{amount_0}} Poliwag", - "quest_title_quest_poliwag_snapshot_b": "Fai {{amount_0}} foto a Poliwag", - "quest_title_quest_poliwhirl_evolve_b": "Fai evolvere {{amount_0}} Poliwhirl", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "Cattura {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_plural": "Fai evolvere {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_singular": "Fai evolvere un Popplio", - "quest_title_quest_porygon_catch_b": "Cattura {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_plural": "Fai evolvere {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_singular": "Fai evolvere un Porygon", - "quest_title_quest_porygon_snapshot_b": "Fai una foto a {{amount_0}} Porygon", - "quest_title_quest_porygon2_evolve_b_plural": "Fai evolvere {{amount_0}} Porygon2", - "quest_title_quest_porygon2_evolve_b_singular": "Fai evolvere un Porygon2", - "quest_title_quest_poryt_catch_b": "Cattura {{amount_0}} Porygon", - "quest_title_quest_poryt_catch_s1": "Cattura {{amount_0}} Porygon2", - "quest_title_quest_poryt_evolve_b": "Fai evolvere {{amount_0}} Porygon", - "quest_title_quest_poryt_evolve_s1": "Fai evolvere {{amount_0}} Porygon2", - "quest_title_quest_power_up_dragon_plural": "Potenzia Pokémon di tipo Drago {{amount_0}} volte", - "quest_title_quest_power_up_fire_ice": "Potenzia Pokémon di tipo Fuoco o Ghiaccio cinque volte", - "quest_title_quest_power_up_grass_ghost": "Potenzia Pokémon di tipo Erba o Spettro cinque volte", - "quest_title_quest_power_up_legendary_plural": "Potenzia Pokémon leggendari o misteriosi {{amount_0}} volte", - "quest_title_quest_power_up_legendary_singular": "Potenzia un Pokémon leggendario o misterioso", - "quest_title_quest_power_up_max_plural": "Potenzia {{amount_0}} Pokémon ai loro PL massimi", - "quest_title_quest_power_up_max_singular": "Potenzia un Pokémon ai suoi PL massimi", - "quest_title_quest_power_up_plural": "Potenzia dei Pokémon {{amount_0}} volte", - "quest_title_quest_power_up_plural_bug": "Potenzia {{amount_0}} Pokémon di tipo Coleottero", - "quest_title_quest_power_up_plural_dark": "Potenzia {{amount_0}} Pokémon di tipo Buio", - "quest_title_quest_power_up_plural_dragon": "Potenzia Pokémon di tipo Drago {{amount_0}} volte", - "quest_title_quest_power_up_plural_electric": "Potenzia Pokémon di tipo Elettro {{amount_0}} volte", - "quest_title_quest_power_up_plural_fairy": "Potenzia Pokémon di tipo Folletto {{amount_0}} volte", - "quest_title_quest_power_up_plural_fighting": "Potenzia Pokémon di tipo Lotta {{amount_0}} volte", - "quest_title_quest_power_up_plural_fire": "Potenzia Pokémon di tipo Fuoco {{amount_0}} volte", - "quest_title_quest_power_up_plural_flying": "Potenzia Pokémon di tipo Volante {{amount_0}} volte", - "quest_title_quest_power_up_plural_ghost": "Potenzia Pokémon di tipo Spettro {{amount_0}} volte", - "quest_title_quest_power_up_plural_grass": "Potenzia Pokémon di tipo Erba {{amount_0}} volte", - "quest_title_quest_power_up_plural_ground": "Potenzia Pokémon di tipo Terra {{amount_0}} volte", - "quest_title_quest_power_up_plural_ice": "Potenzia Pokémon di tipo Ghiaccio {{amount_0}} volte", - "quest_title_quest_power_up_plural_normal": "Potenzia Pokémon di tipo Normale {{amount_0}} volte", - "quest_title_quest_power_up_plural_poison": "Potenzia {{amount_0}} Pokémon di tipo Veleno", - "quest_title_quest_power_up_plural_psychic": "Potenzia Pokémon di tipo Psico {{amount_0}} volte", - "quest_title_quest_power_up_plural_rock": "Potenzia {{amount_0}} Pokémon di tipo Roccia", - "quest_title_quest_power_up_plural_rock_fairy": "Potenzia Pokémon di tipo Roccia o Folletto {{amount_0}} volte", - "quest_title_quest_power_up_plural_steel": "Potenzia {{amount_0}} Pokémon di tipo Acciaio", - "quest_title_quest_power_up_plural_water": "Potenzia Pokémon di tipo Acqua {{amount_0}} volte", - "quest_title_quest_power_up_poison_rock": "Potenzia Pokémon di tipo Veleno o Roccia cinque volte", - "quest_title_quest_power_up_singular": "Potenzia un Pokémon", - "quest_title_quest_power_up_singular_marshadow": "Potenzia Marshadow", - "quest_title_quest_power_up_water_normal": "Potenzia Pokémon di tipo Normale o Acqua cinque volte", - "quest_title_quest_primal_raid_victory_groudon": "Vinci un raid di ArcheoGroudon", - "quest_title_quest_primal_raid_victory_kyogre": "Vinci un raid di ArcheoKyogre", - "quest_title_quest_primal_raid_victory_plural": "Vinci {{amount_0}} archeoraid", - "quest_title_quest_primal_raid_victory_singular": "Vinci un archeoraid", - "quest_title_quest_primal_reversion_plural": "Attiva l’archeorisveglio {{amount_0}} volte", - "quest_title_quest_primal_reversion_singular": "Attiva l’archeorisveglio", - "quest_title_quest_primal_surge_candy": "Archeoinvasione: guadagna una caramella camminando con il tuo compagno", - "quest_title_quest_primal_surge_catch": "Archeoinvasione: cattura 10 Pokémon", - "quest_title_quest_primal_surge_hatch": "Archeoinvasione: fai schiudere un Uovo", - "quest_title_quest_primal_surge_power_ground": "Archeoinvasione: potenzia Pokémon di tipo Terra cinque volte", - "quest_title_quest_primal_surge_power_water": "Archeoinvasione: potenzia Pokémon di tipo Acqua cinque volte", - "quest_title_quest_primal_surge_raid": "Archeoinvasione: vinci un raid", - "quest_title_quest_psychicspec_catch_abra_plural": "Cattura {{amount_0}} Abra o Drowzee", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "Cattura {{amount_0}} Pokémon di tipo Psico", - "quest_title_quest_psychicspec_evolve_plural": "Fai evolvere {{amount_0}} Exeggcute o Slowpoke", - "quest_title_quest_quaxly_evolve_b": "Fai evolvere un Quaxly", - "quest_title_quest_quaxwell_evolve_b": "Fai evolvere un Quaxwell", - "quest_title_quest_quilava_evolve_b_plural": "Fai evolvere {{amount_0}} Quilava", - "quest_title_quest_quilava_evolve_b_singular": "Fai evolvere un Quilava", - "quest_title_quest_quilladin_evolve_b": "Fai evolvere {{amount_0}} Quilladin", - "quest_title_quest_raboot_evolve": "Fai evolvere un Raboot", - "quest_title_quest_raid_friend_singular": "Partecipa a un raid con un amico", - "quest_title_quest_raid_t5_win": "Vinci un raid di livello cinque", - "quest_title_quest_raid_with_buddy_plural": "Partecipa a {{amount_0}} raid con il tuo compagno", - "quest_title_quest_raid_with_buddy_singular": "Partecipa a un raid con il tuo compagno", - "quest_title_quest_reach_hoenn_gold": "Ottieni il premio d’oro di Hoenn", - "quest_title_quest_reach_johto_gold": "Ottieni il premio d’oro di Johto", - "quest_title_quest_reach_kanto_gold": "Ottieni il premio d’oro di Kanto", - "quest_title_quest_reach_kanto_silver": "Ottinei il premio d’argento di Kanto", - "quest_title_quest_reach_level": "Raggiungi il livello {{amount_0}}", - "quest_title_quest_referral_initial_milestone": "Ha effettuato l’accesso a Pokémon GO", - "quest_title_quest_remove_bonus_challenge_desc": "Ne riceverai un’altra domani.", - "quest_title_quest_reward_desc_1": "Ottieni timbri per sbloccare le scoperte straordinarie del Professor Willow!", - "quest_title_quest_reward_desc_2": "Farai una scoperta straordinaria se ottieni", - "quest_title_quest_reward_desc_3_plural": "altri {{amount_0}} timbri!", - "quest_title_quest_reward_desc_3_singular": "un altro timbro!", - "quest_title_quest_reward_encounter_later": "Più tardi", - "quest_title_quest_reward_encounter_uses_ar": "Devi essere in modalità AR per catturare questo Pokémon.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "È apparso un Pokémon insolito!", - "quest_title_quest_reward_start_encounter": "Affrontalo subito", - "quest_title_quest_rocket_battle_plural": "Sfida {{amount_0}} reclute del Team GO Rocket", - "quest_title_quest_rocket_battle_win_plural": "Sconfiggi {{amount_0}} reclute del Team GO Rocket", - "quest_title_quest_rocket_battle_win_singular": "Sconfiggi una recluta del Team GO Rocket", - "quest_title_quest_rocket_catch_shadow_singular": "Cattura un Pokémon Ombra", - "quest_title_quest_rocket_evolve_plural": "Fai evolvere {{amount_0}} Pokémon", - "quest_title_quest_rocket_leader_battle_win_singular": "Sconfiggi un leader del Team GO Rocket", - "quest_title_quest_rocket_power_up_plural": "Potenzia dei Pokémon {{amount_0}} volte", - "quest_title_quest_rocket_purify_dark_plural": "Purifica {{amount_0}} Pokémon Ombra di tipo Buio", - "quest_title_quest_rocket_purify_fire_plural": "Purifica {{amount_0}} Pokémon Ombra di tipo Fuoco", - "quest_title_quest_rocket_purify_plural": "Purifica {{amount_0}} Pokémon Ombra", - "quest_title_quest_rocket_purify_type_singular": "Purifica un Pokémon Ombra di tipo Fuoco, Acqua o Erba", - "quest_title_quest_rocket_rescue_shadow_plural": "Salva {{amount_0}} Pokémon Ombra", - "quest_title_quest_rocket_shadow_plural": "Cattura {{amount_0}} Pokémon Ombra", - "quest_title_quest_rockethq1_arlo_win": "Sconfiggi Arlo, uno dei leader del Team GO Rocket", - "quest_title_quest_rockethq1_arlo_win_plural": "Sconfiggi Arlo, uno dei leader del Team GO Rocket, {{amount_0}} volte", - "quest_title_quest_rockethq1_battle_boss": "Affronta il capo del Team GO Rocket", - "quest_title_quest_rockethq1_catch_legendary_shadow": "Cattura un Pokémon Ombra leggendario", - "quest_title_quest_rockethq1_catch_shadow1": "Cattura {{amount_0}} Pokémon Ombra", - "quest_title_quest_rockethq1_cliff_win": "Sconfiggi Cliff, uno dei leader del Team GO Rocket", - "quest_title_quest_rockethq1_cliff_win_plural": "Sconfiggi Cliff, uno dei leader del Team GO Rocket, {{amount_0}} volte", - "quest_title_quest_rockethq1_defeat_boss": "Sconfiggi il capo del Team GO Rocket", - "quest_title_quest_rockethq1_find_boss": "Trova il capo del Team GO Rocket", - "quest_title_quest_rockethq1_grunt_win1": "Sconfiggi {{amount_0}} reclute del Team GO Rocket", - "quest_title_quest_rockethq1_grunt_win2": "Sconfiggi {{amount_0}} reclute del Team GO Rocket", - "quest_title_quest_rockethq1_leader_win_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte", - "quest_title_quest_rockethq1_leaders_win_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte", - "quest_title_quest_rockethq1_purify": "Purifica {{amount_0}} Pokémon Ombra", - "quest_title_quest_rockethq1_raid_win": "Vinci {{amount_0}} raid", - "quest_title_quest_rockethq1_sierra_win": "Sconfiggi Sierra, uno dei leader del Team GO Rocket", - "quest_title_quest_rockethq1_sierra_win_plural": "Sconfiggi Sierra, uno dei leader del Team GO Rocket, {{amount_0}} volte", - "quest_title_quest_rockethq1_spin": "Fai girare {{amount_0}} dischi dei Pokéstop", - "quest_title_quest_rockethq1_spin_row": "Fai girare un disco Pokéstop per {{amount_0}} giorni di fila", - "quest_title_quest_rockethq1_supereffective": "Usa {{amount_0}} attacchi caricati superefficaci nelle Lotte in Palestra", - "quest_title_quest_rockethq1_trainerbattle_win": "Vinci {{amount_0}} sfide contro un altro Allenatore nella Lega Mega", - "quest_title_quest_roggenrola_catch_b": "Cattura {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_evolve_b": "Fai evolvere {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_snapshot_b": "Fai {{amount_0}} foto a Roggenrola", - "quest_title_quest_roset_catch_b": "Cattura {{amount_0}} Roselia", - "quest_title_quest_roset_evolve_b": "Fai evolvere {{amount_0}} Roselia", - "quest_title_quest_rowlet_catch_b": "Cattura {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_plural": "Fai evolvere {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_singular": "Fai evolvere {{amount_0}} Rowlet", - "quest_title_quest_rowlet_snapshot_b": "Fai una foto a {{amount_0}} Rowlet", - "quest_title_quest_sandt_catch_b": "Cattura {{amount_0}} Sandshrew", - "quest_title_quest_sandt_evolve_b": "Fai evolvere {{amount_0}} Sandshrew", - "quest_title_quest_scorbunny_evolve": "Fai evolvere uno Scorbunny", - "quest_title_quest_send_gifts_daily_row": "Invia pacchi amicizia per {{amount_0}} giorni di fila", - "quest_title_quest_send_gifts_plural": "Invia {{amount_0}} pacchi amicizia", - "quest_title_quest_send_gifts_singular": "Invia un pacco amicizia a un amico", - "quest_title_quest_send_gifts_sticker_plural": "Invia {{amount_0}} pacchi amicizia e aggiungi a ciascuno un adesivo ", - "quest_title_quest_send_gifts_sticker_singular": "Invia un pacco amicizia con un adesivo", - "quest_title_quest_shelgon_evolve_b_plural": "Fai evolvere {{amount_0}} Shelgon", - "quest_title_quest_shelgon_evolve_b_singular": "Fai evolvere uno Shelgon", - "quest_title_quest_shint_catch_b": "Cattura {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_b": "Fai evolvere {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_s1": "Fai evolvere {{amount_0}} Luxio", - "quest_title_quest_sinnoh_evolve_plural": "Fai evolvere {{amount_0}} Pokémon originariamente scoperti nella regione di Sinnoh", - "quest_title_quest_sinnoh_evolve_stone_plural": "Usa una Pietra Sinnoh per far evolvere {{amount_0}} Pokémon", - "quest_title_quest_sinnoh_medal_gold": "Ottieni il premio d’oro di Sinnoh", - "quest_title_quest_sliggoo_evolve_b_plural": "Fai evolvere {{amount_0}} Sliggoo", - "quest_title_quest_sliggoo_evolve_b_singular": "Fai evolvere uno Sliggoo", - "quest_title_quest_slowpoke_catch_b": "Cattura {{amount_0}} Slowpoke o Slowpoke di Galar", - "quest_title_quest_slowpoke_evolve_b": "Fai evolvere {{amount_0}} Slowpoke o Slowpoke di Galar", - "quest_title_quest_slowpoke_snapshot_b": "Fa una foto a {{amount_0}} Slowpoke o Slowpoke di Galar", - "quest_title_quest_snapshot_ar_photo_safari": "Fai una foto al tuo compagno allo stand di Pokémon GO", - "quest_title_quest_snapshot_bali": "Fai una foto a Bali", - "quest_title_quest_snapshot_buddy": "Fai una foto del tuo compagno", - "quest_title_quest_snapshot_bulbasaur": "Fai una foto a Bulbasaur", - "quest_title_quest_snapshot_charmander": "Fai una foto a un tuo Charmander", - "quest_title_quest_snapshot_chikorita": "Fai una foto a un tuo Chikorita", - "quest_title_quest_snapshot_cyndaquil": "Fai una foto a un tuo Cyndaquil", - "quest_title_quest_snapshot_genesect": "Fai {{amount_0}} foto a Genesect", - "quest_title_quest_snapshot_hariyama": "Fai una foto a un tuo Hariyama", - "quest_title_quest_snapshot_hoopa_singular": "Fai una foto a Hoopa", - "quest_title_quest_snapshot_jeju": "Fai una foto sull’isola di Jeju", - "quest_title_quest_snapshot_keldeo": "Fai {{amount_0}} foto a Keldeo", - "quest_title_quest_snapshot_landorus": "Fai una foto a Landorus", - "quest_title_quest_snapshot_machamp": "Fai una foto a un tuo Machamp", - "quest_title_quest_snapshot_okinawa": "Fai una foto a Okinawa", - "quest_title_quest_snapshot_poison_grass_singular": "Fai una foto a un Pokémon selvatico di tipo Veleno", - "quest_title_quest_snapshot_regi_ice": "Fai una foto a Regice", - "quest_title_quest_snapshot_regi_rock": "Fai una foto a Regirock", - "quest_title_quest_snapshot_regi_steel": "Fai una foto a Registeel", - "quest_title_quest_snapshot_scrafty": "Fai una foto a un tuo Scrafty", - "quest_title_quest_snapshot_singular": "Fai una foto", - "quest_title_quest_snapshot_storage_bug_unique_plural": "Fai una foto a {{amount_0}} Pokémon diversi di tipo Coleottero catturati", - "quest_title_quest_snapshot_storage_steel_unique_plural": "Fai una foto a {{amount_0}} Pokémon diversi di tipo Acciaio catturati", - "quest_title_quest_snapshot_storage_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi", - "quest_title_quest_snapshot_surabaya": "Fai una foto a Surabaya", - "quest_title_quest_snapshot_thundurus": "Fai una foto a Thundurus", - "quest_title_quest_snapshot_tornadus": "Fai una foto a Tornadus", - "quest_title_quest_snapshot_totodile": "Fai una foto a un tuo Totodile", - "quest_title_quest_snapshot_unique_fire_pokemon": "Fai una foto a {{amount_0}} Pokémon diversi di tipo Fuoco", - "quest_title_quest_snapshot_unique_pokemon": "Fai una foto a {{amount_0}} tuoi Pokémon diversi", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Fai una foto a Shinx, Blitzle o Furfrou allo stato selvatico", - "quest_title_quest_snapshot_wild_bug_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Coleottero", - "quest_title_quest_snapshot_wild_bug_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Coleottero", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Fai una foto a Butterfree, Shinx o Blitzle allo stato selvatico", - "quest_title_quest_snapshot_wild_dark_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Buio", - "quest_title_quest_snapshot_wild_dark_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Buio", - "quest_title_quest_snapshot_wild_dragon_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Drago", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Drago", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Fai una foto a Chinchou, Finneon o Ducklett allo stato selvatico", - "quest_title_quest_snapshot_wild_eevee": "Fai una foto a Eevee allo stato selvatico", - "quest_title_quest_snapshot_wild_electric_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Elettro", - "quest_title_quest_snapshot_wild_electric_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Elettro", - "quest_title_quest_snapshot_wild_entei": "Fai una foto a Entei allo stato selvatico", - "quest_title_quest_snapshot_wild_fairy_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Folletto", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Folletto", - "quest_title_quest_snapshot_wild_fighting_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Lotta", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Lotta", - "quest_title_quest_snapshot_wild_fire_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Fuoco", - "quest_title_quest_snapshot_wild_fire_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Fuoco", - "quest_title_quest_snapshot_wild_flying_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Volante", - "quest_title_quest_snapshot_wild_flying_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Volante", - "quest_title_quest_snapshot_wild_frillish_absol": "Fai una foto ad Absol o Frillish allo stato selvatico", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Fai una foto a Sandshrew, Geodude o Cacnea allo stato selvatico", - "quest_title_quest_snapshot_wild_ghost_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Spettro", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Spettro", - "quest_title_quest_snapshot_wild_grass_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Erba", - "quest_title_quest_snapshot_wild_grass_singular": "Fai una foto a un Pokémon selvatico di tipo Erba", - "quest_title_quest_snapshot_wild_grass_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Erba", - "quest_title_quest_snapshot_wild_ground_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Terra", - "quest_title_quest_snapshot_wild_ground_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Terra", - "quest_title_quest_snapshot_wild_hoothoot": "Fai una foto a Hoothoot allo stato selvatico", - "quest_title_quest_snapshot_wild_ice_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Ghiaccio", - "quest_title_quest_snapshot_wild_ice_singular": "Fai una foto a un Pokémon selvatico di tipo Ghiaccio", - "quest_title_quest_snapshot_wild_ice_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Ghiaccio", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Fai una foto a Metapod, Aipom o Lotad allo stato selvatico", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Fai una foto a Chinchou, Luvdisc o Finneon allo stato selvatico", - "quest_title_quest_snapshot_wild_mareanie_singluar": "Fai una foto a un Mareanie selvatico", - "quest_title_quest_snapshot_wild_normal_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Normale", - "quest_title_quest_snapshot_wild_normal_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Normale", - "quest_title_quest_snapshot_wild_plural": "Fai {{amount_0}} foto a Pokémon allo stato selvatico", - "quest_title_quest_snapshot_wild_poison_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Veleno", - "quest_title_quest_snapshot_wild_poison_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Veleno", - "quest_title_quest_snapshot_wild_psychic_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Psico", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Psico", - "quest_title_quest_snapshot_wild_raikou": "Fai una foto a Raikou allo stato selvatico", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Terra, Roccia o Folletto", - "quest_title_quest_snapshot_wild_rock_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Roccia", - "quest_title_quest_snapshot_wild_rock_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Roccia", - "quest_title_quest_snapshot_wild_singular": "Fai una foto a un Pokémon allo stato selvatico", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Fai una foto a Dodrio, Mantine o Skarmory allo stato selvatico", - "quest_title_quest_snapshot_wild_skitty_kirlia": "Fai una foto a Kirlia o Skitty allo stato selvatico", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Fai una foto a Sneasel, Croagunk o Frillish allo stato selvatico", - "quest_title_quest_snapshot_wild_steel_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Acciaio", - "quest_title_quest_snapshot_wild_steel_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Acciaio", - "quest_title_quest_snapshot_wild_suicune": "Fai una foto a Suicune allo stato selvatico", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Fai una foto a Sandshrew, Trapinch o Cacnea allo stato selvatico", - "quest_title_quest_snapshot_wild_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Fuoco, Acqua o Erba", - "quest_title_quest_snapshot_wild_water_plural": "Fai {{amount_0}} foto a Pokémon selvatici di tipo Acqua", - "quest_title_quest_snapshot_wild_water_singular": "Fai una foto a un Pokémon selvatico di tipo Acqua", - "quest_title_quest_snapshot_wild_water_unique_plural": "Fai una foto a {{amount_0}} Pokémon selvatici diversi di tipo Acqua", - "quest_title_quest_snapshot_yogyakarta": "Fai una foto a Yogyakarta", - "quest_title_quest_snapshots_inarow_plural": "Fai una foto a un Pokémon per {{amount_0}} giorni consecutivi", - "quest_title_quest_snapshots_plural": "Fai {{amount_0}} foto", - "quest_title_quest_snapshots_your_plural": "Fai {{amount_0}} foto ai tuoi Pokémon", - "quest_title_quest_snapshots_your_singular": "Fai {{amount_0}} foto a uno dei tuoi Pokémon", - "quest_title_quest_snivt_catch_b": "Cattura {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_b": "Fai evolvere {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_s1": "Fai evolvere {{amount_0}} Servine", - "quest_title_quest_sobble_evolve": "Fai evolvere un Sobble", - "quest_title_quest_sphet_catch_b": "Cattura {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_b": "Fai evolvere {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_s1": "Fai evolvere {{amount_0}} Sealeo", - "quest_title_quest_spin_151": "Fai girare 151 dischi dei Pokéstop o delle Palestre", - "quest_title_quest_spin_daysinarow": "Visita dei Pokéstop per {{amount_0}} giorni di fila", - "quest_title_quest_spin_go_tour_habitat_01": "Fai girare {{amount_0}} dischi dei Pokéstop o delle Palestre nell’habitat Metropoli marittima", - "quest_title_quest_spin_go_tour_habitat_02": "Fai girare {{amount_0}} dischi dei Pokéstop o delle Palestre nell’habitat Rovine aggrovigliate", - "quest_title_quest_spin_go_tour_habitat_03": "Fai girare {{amount_0}} dischi dei Pokéstop o delle Palestre nell’habitat Pantano gorgogliante", - "quest_title_quest_spin_go_tour_habitat_04": "Fai girare {{amount_0}} dischi dei Pokéstop o delle Palestre nell’habitat Terme di montagna", - "quest_title_quest_spin_go_tour_spiritomb_plural": "Fai girare {{amount_0}} dischi di Pokéstop di Spiritomb differenti", - "quest_title_quest_spin_go_tour_spiritomb_singular": "Fai girare il disco di un Pokéstop di Spiritomb", - "quest_title_quest_spin_mexico_plural": "Fai girare {{amount_0}} dischi Pokéstop in Messico", - "quest_title_quest_spin_mexico_singular": "Fai girare un disco Pokéstop in Messico", - "quest_title_quest_spin_pokestop_days": "Visita dei Pokéstop in {{amount_0}} giorni diversi", - "quest_title_quest_spin_ultra_wormhole_gym": "Fai girare il disco di una Palestra contrassegnato con “Ultravarco”", - "quest_title_quest_spin_wcs_2024": "Fai girare 10 dischi dei Pokéstop o delle Palestre all’Hawaiʻi Convention Center", - "quest_title_quest_sprigatito_evolve_b": "Fai evolvere uno Sprigatito", - "quest_title_quest_squirtle_catch_b": "Cattura {{amount_0}} Squirtle", - "quest_title_quest_squirtle_evolve_b": "Fai evolvere {{amount_0}} Squirtle", - "quest_title_quest_squirtle_snapshot_b": "Fai {{amount_0}} foto a Squirtle", - "quest_title_quest_st_catch_s": "Cattura 15 Seedot", - "quest_title_quest_st_evolve_n": "Fai evolvere un Nuzleaf", - "quest_title_quest_st_evolve_s": "Fai evolvere tre Seedot", - "quest_title_quest_stardust_plural": "Guadagna {{amount_0}} polvere di stelle", - "quest_title_quest_starly_catch_b": "Cattura {{amount_0}} Starly", - "quest_title_quest_starly_evolve_b": "Fai evolvere {{amount_0}} Starly", - "quest_title_quest_starly_snapshot_b": "Fai {{amount_0}} foto a Starly", - "quest_title_quest_start_battle": "INIZIA LA LOTTA!", - "quest_title_quest_steenee_evolve_b_plural": "Fai evolvere {{amount_0}} Steenee", - "quest_title_quest_steenee_evolve_b_singular": "Fai evolvere una Steenee", - "quest_title_quest_streak_format": "GIORNI DI FILA: {{amount_0}}!", - "quest_title_quest_stuff_catch_b": "Cattura {{amount_0}} Stufful", - "quest_title_quest_stuff_evolve_b": "Fai evolvere {{amount_0}} Stufful", - "quest_title_quest_stuff_snapshot_b": "Fai {{amount_0}} foto a Stufful allo stato selvatico", - "quest_title_quest_supereffective_charge_party_plural": "Usa {{amount_0}} attacchi superefficaci quando sei in gruppo", - "quest_title_quest_supereffective_charge_party_singular": "Usa un attacco superefficace quando sei in gruppo", - "quest_title_quest_supereffective_charge_plural": "Usa {{amount_0}} attacchi caricati superefficaci", - "quest_title_quest_supereffective_charge_singular": "Usa un attacco caricato superefficace", - "quest_title_quest_surskit_catch": "Cattura {{amount_0}} Surskit", - "quest_title_quest_swabt_catch_b": "Cattura {{amount_0}} Swablu", - "quest_title_quest_swabt_evolve_b": "Fai evolvere {{amount_0}} Swablu", - "quest_title_quest_swinub_cdc_evolve_b": "Fai evolvere {{amount_0}} Swinub", - "quest_title_quest_swinub_cdc_snapshot_b": "Fai una foto a {{amount_0}} Swinub", - "quest_title_quest_teddiursa_catch_b": "Cattura {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_evolve_b": "Fai evolvere {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_snapshot_b": "Fai una foto a {{amount_0}} Teddiursa", - "quest_title_quest_template.display.branches#0.button_text_key": "Raid, reclute e Palestre!", - "quest_title_quest_template.display.branches#0.description_key": "Scegliendo questo percorso, ti saranno assegnate missioni in cui affronterai Palestre, raid e membri del Team GO Rocket per ottenere ricompense, come un incontro con Charizard e altro ancora.", - "quest_title_quest_template.display.branches#1.button_text_key": "Lega Lotte GO!", - "quest_title_quest_template.display.branches#1.description_key": "Scegliendo questo percorso, ti saranno assegnate missioni in cui lotterai contro altri giocatori e vincendo otterrai ricompense, come un incontro con Charizard e altro ancora.", - "quest_title_quest_tepit_catch_b": "Cattura {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_b": "Fai evolvere {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_s1": "Fai evolvere {{amount_0}} Pignite", - "quest_title_quest_thwackey_evolve": "Fai evolvere un Thwackey", - "quest_title_quest_timburr_catch_b": "Cattura {{amount_0}} Timburr", - "quest_title_quest_timburr_evolve_b": "Fai evolvere {{amount_0}} Timburr", - "quest_title_quest_timburr_snapshot_b": "Fai una foto a {{amount_0}} Timburr", - "quest_title_quest_time_remaining_day_plural": "Hai {{amount_0}} giorni per completare questa ricerca speciale", - "quest_title_quest_time_remaining_day_singular": "Hai {{amount_0}} giorno per completare questa ricerca speciale", - "quest_title_quest_togetic_catch_b": "Cattura {{amount_0}} Togetic", - "quest_title_quest_togetic_evolve_b": "Fai evolvere {{amount_0}} Togetic", - "quest_title_quest_togetic_snapshot_b": "Fai una foto a {{amount_0}} Togetic", - "quest_title_quest_torracat_evolve_b_plural": "Fai evolvere {{amount_0}} Torracat", - "quest_title_quest_torracat_evolve_b_singular": "Fai evolvere un Torracat", - "quest_title_quest_trade_50km_plural": "Effettua {{amount_0}} scambi con Pokémon catturati ad almeno 50 km di distanza l’uno dall’altro", - "quest_title_quest_trade_100km_plural": "Effettua {{amount_0}} scambi con Pokémon catturati ad almeno 100 km di distanza l’uno dall’altro", - "quest_title_quest_trade_200km_plural": "Effettua {{amount_0}} scambi con Pokémon catturati ad almeno 200 km di distanza l’uno dall’altro", - "quest_title_quest_trade_300km_plural": "Effettua {{amount_0}} scambi con Pokémon catturati ad almeno 300 km di distanza l’uno dall’altro", - "quest_title_quest_trade_400km_plural": "Effettua {{amount_0}} scambi con Pokémon catturati ad almeno 400 km di distanza l’uno dall’altro", - "quest_title_quest_trade_500km_plural": "Effettua {{amount_0}} scambi con Pokémon catturati ad almeno 500 km di distanza l’uno dall’altro", - "quest_title_quest_trade_500km_singular": "Effettua uno scambio con Pokémon catturati ad almeno 500 km di distanza l’uno dall’altro", - "quest_title_quest_trade_pikachu_plural": "Trasferisci {{amount_0}} Pikachu", - "quest_title_quest_trade_plural": "Effettua {{amount_0}} scambi di Pokémon", - "quest_title_quest_trade_singular": "Effettua uno scambio di Pokémon", - "quest_title_quest_transfer_pidgey_plural": "Trasferisci {{amount_0}} Pidgey", - "quest_title_quest_transfer_pokemon_plural": "Trasferisci {{amount_0}} Pokémon", - "quest_title_quest_transfer_pokemon_singular": "Trasferisci un Pokémon", - "quest_title_quest_transfer_rock_or_poison_plural": "Trasferisci {{amount_0}} Pokémon di tipo Roccia o Veleno", - "quest_title_quest_transfer_rock_poison": "Trasferisci {{amount_0}} Pokémon di tipo Roccia o Veleno", - "quest_title_quest_transfer_type_bug_plural": "Trasferisci {{amount_0}} Pokémon di tipo Coleottero", - "quest_title_quest_transfer_type_dark_plural": "Trasferisci {{amount_0}} Pokémon di tipo Buio", - "quest_title_quest_transfer_type_dragon_plural": "Trasferisci {{amount_0}} Pokémon di tipo Drago", - "quest_title_quest_transfer_type_electric_plural": "Trasferisci {{amount_0}} Pokémon di tipo Elettro", - "quest_title_quest_transfer_type_fairy_plural": "Trasferisci {{amount_0}} Pokémon di tipo Folletto", - "quest_title_quest_transfer_type_fighting_plural": "Trasferisci {{amount_0}} Pokémon di tipo Lotta", - "quest_title_quest_transfer_type_fire_plural": "Trasferisci {{amount_0}} Pokémon di tipo Fuoco", - "quest_title_quest_transfer_type_flying_plural": "Trasferisci {{amount_0}} Pokémon di tipo Volante", - "quest_title_quest_transfer_type_ghost_plural": "Trasferisci {{amount_0}} Pokémon di tipo Spettro", - "quest_title_quest_transfer_type_grass_plural": "Trasferisci {{amount_0}} Pokémon di tipo Erba", - "quest_title_quest_transfer_type_ground_plural": "Trasferisci {{amount_0}} Pokémon di tipo Terra", - "quest_title_quest_transfer_type_ice_plural": "Trasferisci {{amount_0}} Pokémon di tipo Ghiaccio", - "quest_title_quest_transfer_type_normal_plural": "Trasferisci {{amount_0}} Pokémon di tipo Normale", - "quest_title_quest_transfer_type_poison_plural": "Trasferisci {{amount_0}} Pokémon di tipo Veleno", - "quest_title_quest_transfer_type_psychic_plural": "Trasferisci {{amount_0}} Pokémon di tipo Psico", - "quest_title_quest_transfer_type_rock_plural": "Trasferisci {{amount_0}} Pokémon di tipo Roccia", - "quest_title_quest_transfer_type_steel_plural": "Trasferisci {{amount_0}} Pokémon di tipo Acciaio", - "quest_title_quest_transfer_type_water_plural": "Trasferisci {{amount_0}} Pokémon di tipo Acqua", - "quest_title_quest_travel_routes_km_plural": "Percorri {{amount_0}} km mentre segui dei percorsi", - "quest_title_quest_travel_routes_meters_plural": "Percorri {{amount_0}} m mentre segui dei percorsi", - "quest_title_quest_tynamo_catch_b": "Cattura {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_plural": "Fai evolvere {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_singular": "Fai evolvere un Tynamo", - "quest_title_quest_under_investigation": "Il Professor Willow sta facendo un’indagine per questa ricerca. Torna presto a trovarci per ulteriori informazioni!", - "quest_title_quest_urd22_june_battle_gym": "Giornata di ricerca: lotta in una Palestra", - "quest_title_quest_urd22_june_battle_raid": "Giornata di ricerca: partecipa a un raid", - "quest_title_quest_urd22_june_beries": "Giornata di ricerca: usa {{amount_0}} bacche per catturrare dei Pokémon", - "quest_title_quest_urd22_june_catch_rock": "Giornata di ricerca: cattura {{amount_0}} Pokémon di tipo Roccia", - "quest_title_quest_urd22_june_catch_weather": "Giornata di ricerca: cattura {{amount_0}} Pokémon potenziati da condizioni atmosferiche", - "quest_title_quest_urd22_june_curveball": "Giornata di ricerca: lancia {{amount_0}} palle curve", - "quest_title_quest_urd22_june_curveball_row": "Giornata di ricerca: lancia {{amount_0}} palle curve di fila", - "quest_title_quest_urd22_june_evolve_rock": "Giornata di ricerca: fai evolvere {{amount_0}} Pokémon di tipo Roccia", - "quest_title_quest_urd22_june_gift_sticker": "Giornata di ricerca: invia {{amount_0}} pacchi amicizia con adesivi", - "quest_title_quest_urd22_june_great": "Giornata di ricerca: effettua {{amount_0}} ottimi tiri", - "quest_title_quest_urd22_june_great_row": "Giornata di ricerca: effettua {{amount_0}} ottimi tiri di fila", - "quest_title_quest_urd22_june_nice": "Giornata di ricerca: effettua {{amount_0}} bei tiri", - "quest_title_quest_urd22_june_nice_row": "Giornata di ricerca: effettua {{amount_0}} bei tiri di fila", - "quest_title_quest_urd22_june_powerup": "Giornata di ricerca: potenzia un Pokémon {{amount_0}} volte", - "quest_title_quest_urd22_june_snap_rock": "Giornata di ricerca: fai una foto a un Pokémon selvatico di tipo Roccia", - "quest_title_quest_urd22_june_spin_stops": "Giornata di ricerca: fai girare {{amount_0}} dischi dei Pokéstop", - "quest_title_quest_urd22_june_supereffective": "Giornata di ricerca: usa un attacco caricato superefficace", - "quest_title_quest_ursaring_evolve_b": "Fai evolvere {{amount_0}} Ursaring", - "quest_title_quest_use_any_potion": "Usa qualsiasi Pozione su un Pokémon", - "quest_title_quest_use_charged_move_singular": "Usa un attacco caricato superefficace", - "quest_title_quest_use_charged_tm": "Usa una MT attacco caricato", - "quest_title_quest_use_dai_plural": "Usa {{amount_0}} aromi avventura giornaliera", - "quest_title_quest_use_dai_singular": "Usa un aroma avventura giornaliera", - "quest_title_quest_use_fast_tm": "Usa una MT attacco veloce", - "quest_title_quest_use_hyper_potion": "Usa una Iperpozione su un Pokémon", - "quest_title_quest_use_lure": "Usa un modulo esca", - "quest_title_quest_use_lure_plural": "Usa {{amount_0}} moduli esca mentre segui dei percorsi", - "quest_title_quest_use_lure_singular": "Usa un modulo esca mentre segui un percorso", - "quest_title_quest_use_max_potion": "Usa una Pozione Max su un Pokémon", - "quest_title_quest_use_poffin": "Usa un Poffin", - "quest_title_quest_use_rare_candy_plural": "Usa {{amount_0}} Caramelle Rare", - "quest_title_quest_use_rare_candy_singular": "Usa una Caramella Rara", - "quest_title_quest_use_standard_charged_tm": "Usa una MT attacco caricato", - "quest_title_quest_use_standard_fast_tm": "Usa una MT attacco veloce", - "quest_title_quest_use_super_potion": "Usa una Superpozione su un Pokémon", - "quest_title_quest_uxie_wild_snap": "Fai una foto a Uxie allo stato selvatico", - "quest_title_quest_val19_catch_specific_plural": "San Valentino: cattura {{amount_0}} Luvdisc", - "quest_title_quest_val19_catch_specific_singular": "San Valentino: cattura un Chansey", - "quest_title_quest_visit_different_pokestops": "Fai girare {{amount_0}} dischi di Pokéstop differenti", - "quest_title_quest_visit_pokestop_new_plural": "Fai girare {{amount_0}} dischi di Pokéstop mai visitati prima", - "quest_title_quest_visit_pokestop_new_singular": "Fai girare un disco del Pokéstop mai visitato prima", - "quest_title_quest_visit_pokestops_party_plural": "Fai girare {{amount_0}} dischi Pokéstop o Palestra quando sei in gruppo", - "quest_title_quest_visit_pokestops_plural": "Fai girare {{amount_0}} dischi di Pokéstop o Palestre", - "quest_title_quest_visit_pokestops_singular": "Fai girare un disco del Pokéstop o della Palestra", - "quest_title_quest_visit_unique_pokestops_plural": "Fai girare {{amount_0}} dischi foto di Pokéstop o Palestre differenti", - "quest_title_quest_wailmer_catch_b": "Cattura {{amount_0}} Wailmer", - "quest_title_quest_waina_catch_great_ultra_plural": "Cattura {{amount_0}} Pokémon con le Mega Ball o le Ultra Ball usando un Pokémon GO Plus +", - "quest_title_quest_waina_catch_plural": "Cattura {{amount_0}} Pokémon con le Poké Ball usando un Pokémon GO Plus +", - "quest_title_quest_waina_sleep_days": "Tieni traccia del tuo sonno usando un Pokémon GO Plus + per {{amount_0}} giorni", - "quest_title_quest_waina_sleep_days_singular": "Tieni traccia del tuo sonno usando Pokémon GO Plus + per 1 giorno", - "quest_title_quest_waina_spin_pokestop_plural": "Fai girare {{amount_0}} dischi dei Pokéstop usando un Pokémon GO Plus +", - "quest_title_quest_walk_25km_inaweek_plural": "Percorri 25 km in una settimana {{amount_0}} volte usando Sincroavventura", - "quest_title_quest_walk_buddy_plural": "Guadagna {{amount_0}} caramelle camminando con il tuo compagno", - "quest_title_quest_walk_buddy_singular": "Guadagna una caramella camminando con il tuo compagno", - "quest_title_quest_walk_eevee_for_evo": "Cammina 10 km con Eevee come tuo compagno per guadagnare delle caramelle", - "quest_title_quest_walk_hgrowlithe_header_0": "Avventure da cani", - "quest_title_quest_walk_km": "Percorri {{amount_0}} km", - "quest_title_quest_walk_km_plural": "Percorri {{amount_0}} km", - "quest_title_quest_walk_routes_plural": "Percorri {{amount_0}} km mentre segui dei percorsi", - "quest_title_quest_walk_routes_singular": "Percorri {{amount_0}} km mentre segui dei percorsi", - "quest_title_quest_walk_steps": "Fai {{amount_0}} passi", - "quest_title_quest_wartortle_evolve_b": "Fai evolvere {{amount_0}} Wartortle", - "quest_title_quest_waterfestival_catch_feed_plural": "Festival dell’Acqua: usa {{amount_0}} bacche per facilitare la cattura di Pokémon", - "quest_title_quest_waterfestival_catch_pokemon_plural": "Festival dell’Acqua: cattura {{amount_0}} Pokémon di tipo Acqua", - "quest_title_quest_waterfestival_catch_special9_plural": "Festival dell’Acqua: cattura {{amount_0}} Magikarp o Wailmer", - "quest_title_quest_waterfestival_catch_type_water_plural": "Festival dell’Acqua: cattura {{amount_0}} Pokémon di tipo Acqua", - "quest_title_quest_waterfestival_evolve_plural": "Festival dell’Acqua: fai evolvere {{amount_0}} Shellder", - "quest_title_quest_waterfestival_evolve_type_water_plural": "Festival dell’Acqua: fai evolvere {{amount_0}} Pokémon di tipo Acqua", - "quest_title_quest_waterfestival_hatch_egg_singular": "Festival dell’Acqua: fai schiudere un Uovo", - "quest_title_quest_waterfestival_land_great_plural": "Festival dell’Acqua: effettua {{amount_0}} ottimi tiri", - "quest_title_quest_waterfestival_land_nice_plural": "Festival dell’Acqua: effettua {{amount_0}} bei tiri", - "quest_title_quest_waterfestival_win_raid_singular": "Festival dell’Acqua: vinci un raid", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Bonus Wayfarer: cattura {{amount_0}} Pokémon", - "quest_title_quest_wcs_2024_catch_psychic_electric": "Cattura {{amount_0}} Pokémon di tipo Elettro o Psico", - "quest_title_quest_wcs_2024_snapshot_fairy": "Fai {{amount_0}} foto a Pokémon selvatici diversi di tipo Folletto", - "quest_title_quest_wcs_2024_spin_00": "Fai girare il disco del Pokéstop alla Pokémon GO Zone", - "quest_title_quest_wcs_2024_spin_01": "Fai girare il disco del Pokéstop al Play Lab", - "quest_title_quest_wcs_2024_spin_02": "Fai girare il disco del Pokéstop al Collect & Trade Corner", - "quest_title_quest_weepinbell_evolve_b_plural": "Fai evolvere {{amount_0}} Weepinbell", - "quest_title_quest_weepinbell_evolve_b_singular": "Fai evolvere un Weepinbell", - "quest_title_quest_wimpod_catch_b": "Cattura {{amount_0}} Wimpod", - "quest_title_quest_win_gym_plural": "Vinci {{amount_0}} lotte in Palestra", - "quest_title_quest_win_gym_singular": "Vinci una lotta in Palestra", - "quest_title_quest_win_raid_2_singular": "Vinci un raid di livello due o superiore", - "quest_title_quest_win_raid_3_plural": "Vinci {{amount_0}} raid di livello tre o superiore", - "quest_title_quest_win_raid_3_singular": "Vinci un raid di livello tre o superiore", - "quest_title_quest_win_raid_buddy_plural": "Vinci {{amount_0}} raid con il tuo Pokémon compagno", - "quest_title_quest_win_raid_buddy_singular": "Vinci un raid con il tuo Pokémon compagno", - "quest_title_quest_win_raid_lvl1_higher_singular": "Vinci un raid di livello uno o superiore", - "quest_title_quest_win_raid_lvl1_singular": "Vinci un raid di livello uno", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Vinci {{amount_0}} raid usando solo Pokémon con un massimo di 1.500 PL", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Vinci un raid usando solo Pokémon con un massimo di 1.500 PL", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Vinci {{amount_0}} raid di livello tre usando solo Pokémon con un massimo di 1.500 PL", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Vinci un raid di livello tre usando solo Pokémon con un massimo di 1.500 PL", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Vinci {{amount_0}} raid di livello tre usando solo Pokémon con un massimo di 2.500 PL", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Vinci un raid di livello tre usando solo Pokémon con un massimo di 2.500 PL", - "quest_title_quest_win_raid_party_plural": "Vinci {{amount_0}} raid in gruppo", - "quest_title_quest_win_raid_party_singular": "Vinci un raid in gruppo", - "quest_title_quest_win_raid_plural": "Vinci {{amount_0}} raid", - "quest_title_quest_win_raid_singular": "Vinci un raid", - "quest_title_quest_win_raid_unique_plural": "Vinci {{amount_0}} raid usando una squadra di Pokémon di specie diverse tra loro", - "quest_title_quest_win_raid_unique_singular": "Vinci un raid usando una squadra di Pokémon di specie diverse", - "quest_title_quest_win_raid_with_friend_plural": "Vinci {{amount_0}} raid con un amico", - "quest_title_quest_win_raid_with_friend_singular": "Vinci un raid con un amico", - "quest_title_quest_win_raids_unique_1500_plural": "Vinci {{amount_0}} raid con una squadra formata da Pokémon diversi con un massimo di 1.500 PL", - "quest_title_quest_win_raids_unique_plural": "Vinci {{amount_0}} raid con una squadra di Pokémon diversi", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte usando solo Pokémon con un massimo di 1.500 PL", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "Sconfiggi un leader del Team GO Rocket usando solo Pokémon con un massimo di 1.500 PL", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte usando solo Pokémon con un massimo di 2.500 PL", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte usando solo Pokémon con un massimo di 3.000 PL", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte usando solo Pokémon con un massimo di 3.500 PL", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "Sconfiggi un leader del Team GO Rocket {{amount_0}} volte usando solo Pokémon con un massimo di 4.000 PL", - "quest_title_quest_wooper_catch_b": "Cattura {{amount_0}} Wooper o Wooper di Paldea", - "quest_title_quest_wooper_evolve_b": "Fai evolvere {{amount_0}} Wooper o Wooper di Paldea", - "quest_title_quest_wooper_snapshot_b": "Fa una foto a {{amount_0}} Wooper o Wooper di Paldea", - "quest_title_quest_wt_catch_weedle": "Cattura {{amount_0}} Weedle", - "quest_title_quest_wt_evolve_kakuna": "Fai evolvere {{amount_0}} Kakuna", - "quest_title_quest_wt_evolve_weedle": "Fai evolvere {{amount_0}} Weedle", - "quest_title_quest_xp_plural": "Ottieni {{amount_0}} PE", - "quest_title_quest_zigzagoon_catch_b": "Cattura {{amount_0}} Zigzagoon di Galar", - "quest_title_quest_zigzagoon_evolve_b": "Fai evolvere {{amount_0}} Zigzagoon di Galar", - "quest_title_quest_zigzagoon_snapshot_b": "Fai {{amount_0}} foto a Zigzagoon di Galar", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "0 Pokémon catturati", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Pokémon catturati: {{amount_0}}", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 Pokémon catturato", - "quest_title_score_1_10_11_12_singular": "Pokémon di tipo Fuoco, Acqua o Erba catturati: {{amount_0}} ", - "quest_title_score_1_10_singular": "Pokémon di tipo Fuoco catturati: {{amount_0}}", - "quest_title_score_1_11_singular": "Pokémon di tipo Acqua catturati: {{amount_0}}", - "quest_title_score_1_12_singular": "Pokémon di tipo Erba catturati: {{amount_0}}", - "quest_title_score_1_none": "0 Pokémon catturati", - "quest_title_score_1_plural": "Pokémon catturati: {{amount_0}}", - "quest_title_score_1_singular": "1 Pokémon catturato", - "quest_title_score_6_plural": "Raid vinti: {{amount_0}}", - "quest_title_score_6_singular": "Raid vinti: 1", - "quest_title_score_8_10_none": "Bei tiri effettuati: 0", - "quest_title_score_8_10_plural": "Bei tiri effettuati: {{amount_0}}", - "quest_title_score_8_10_singular": "Bei tiri effettuati: 1", - "quest_title_score_8_11_none": "Ottimi tiri effettuati: 0", - "quest_title_score_8_11_plural": "Ottimi tiri effettuati: {{amount_0}}", - "quest_title_score_8_11_singular": "Ottimi tiri effettuati: 1", - "quest_title_score_8_12_none": "Tiri eccellenti effettuati: 0", - "quest_title_score_8_12_plural": "Tiri eccellenti effettuati: {{amount_0}} ", - "quest_title_score_8_12_singular": "Tiri eccellenti effettuati: 1", - "quest_title_score_8_13_none": "Palle curve lanciate: 0", - "quest_title_score_8_13_plural": "Palle curve lanciate: {{amount_0}}", - "quest_title_score_8_13_singular": "Palle curve lanciate: 1", - "quest_title_score_11_701_none": "Baccalampon usate: 0", - "quest_title_score_11_701_plural": "Baccalampon usate: {{amount_0}}", - "quest_title_score_11_701_singular": "Baccalampon usate: 1", - "quest_title_score_11_703_none": "Baccabana usate: 0", - "quest_title_score_11_703_plural": "Baccabana usate: {{amount_0}}", - "quest_title_score_11_703_singular": "Baccabana usate: 1", - "quest_title_score_11_705_none": "Baccananas usate: 0", - "quest_title_score_11_705_plural": "Baccananas usate: {{amount_0}}", - "quest_title_score_11_705_singular": "Baccananas usate: 1", - "quest_title_score_15_10_none": "Palle curve lanciate con un bel risultato: 0", - "quest_title_score_15_10_plural": "Palle curve lanciate con un bel risultato: {{amount_0}}", - "quest_title_score_15_10_singular": "Palle curve lanciate con un bel risultato: 1", - "quest_title_score_15_11_none": "Palle curve lanciate con risultato ottimo: 0", - "quest_title_score_15_11_plural": "Palle curve lanciate con risultato ottimo: {{amount_0}}", - "quest_title_score_15_11_singular": "Palle curve lanciate con risultato ottimo: 1", - "quest_title_score_15_12_none": "Palle curve lanciate con risultato eccellente: 0", - "quest_title_score_15_12_plural": "Palle curve lanciate con risultato eccellente: {{amount_0}}", - "quest_title_score_15_12_singular": "Palle curve lanciate con risultato eccellente: 1", - "quest_title_score_22_none": "Sfide completate con i capi delle tre squadre: 0", - "quest_title_score_22_plural": "Sfide completate con i capi delle tre squadre: {{amount_0}}", - "quest_title_score_22_singular": "Sfide completate con un capo delle tre squadre: 1", - "quest_title_score_23_none": "Sfide nella Lega Lotte GO completate: 0", - "quest_title_score_23_plural": "Sfide nella Lega Lotte GO completate: {{amount_0}}", - "quest_title_score_23_singular": "Sfide nella Lega Lotte GO completate: 1", - "quest_title_score_battle_raid_none": "Hai partecipato a 0 raid", - "quest_title_score_battle_raid_plural": "Hai partecipato a {{amount_0}} raid", - "quest_title_score_battle_raid_singular": "Hai partecipato a un raid", - "quest_title_score_catch_feed_none": "Bacche usate: 0", - "quest_title_score_catch_feed_plural": "Bacche usate: {{amount_0}}", - "quest_title_score_catch_feed_singular": "Bacche usate: 1", - "quest_title_score_catch_pokemon": "Pokémon catturati: {{amount_0}}", - "quest_title_score_defeat_rocket_none": "Non hai sconfitto nessun membro del Team GO Rocket", - "quest_title_score_defeat_rocket_plural": "Hai sconfitto {{amount_0}} membri del Team GO Rocket", - "quest_title_score_defeat_rocket_singular": "Hai sconfitto un membro del Team GO Rocket", - "quest_title_score_field_research_none": "Non hai completato nessuna missione di ricerca sul campo", - "quest_title_score_field_research_plural": "Hai completato {{amount_0}} missioni di ricerca sul campo", - "quest_title_score_field_research_singular": "Hai completato una missione di ricerca sul campo", - "quest_title_score_send_gift_none": "Pacchi amicizia inviati: 0", - "quest_title_score_send_gift_plural": "Pacchi amicizia inviati: {{amount_0}}", - "quest_title_score_send_gift_singular": "Pacchi amicizia inviati: 1", - "quest_title_score_spin_pokestop_none": "Hai fatto girare 0 Pokéstop", - "quest_title_score_spin_pokestop_plural": "Hai fatto girare {{amount_0}} Pokéstop", - "quest_title_score_spin_pokestop_singular": "Hai fatto girare 1 Pokéstop", - "quest_win_raid_plural": "Vinci {{amount}} raid", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Star Raid", - "raid_1_plural": "1 Star Raids", - "raid_2": "2 Star Raid", - "raid_2_plural": "2 Star Raids", - "raid_3": "3 Star Raid", - "raid_3_plural": "3 Star Raids", - "raid_4": "4 Star Raid", - "raid_4_plural": "4 Star Raids", - "raid_5": "Legendary Raid", - "raid_5_plural": "Legendary Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "Consigliato nelle ore pomeridiane", - "route_tag_architecture": "Architettura", - "route_tag_art": "arte", - "route_tag_beachy": "Spiaggia", - "route_tag_bike_path": "Tragitto ciclabile", - "route_tag_biking": "Indicato per la bicicletta", - "route_tag_body_of_water": "Vicino all’acqua", - "route_tag_buildings": "Tanti edifici", - "route_tag_category_misc": "Varie", - "route_tag_category_nearby": "Dintorni", - "route_tag_category_suitability": "Idoneità", - "route_tag_category_terrain": "Terreno", - "route_tag_category_theme": "Tema", - "route_tag_city_life": "Vita metropolitana", - "route_tag_culture": "Cultura", - "route_tag_easy_going": "rilassato", - "route_tag_flat": "pianura", - "route_tag_foliage": "Fogliame abbondante", - "route_tag_food": "Cibo", - "route_tag_grassy": "Erboso", - "route_tag_hilly": "collina", - "route_tag_historic": "storico", - "route_tag_intense": "intenso", - "route_tag_morning": "Consigliato nelle ore mattutine", - "route_tag_muddy": "Fangoso", - "route_tag_nature": "natura", - "route_tag_night": "Consigliato nelle ore serali", - "route_tag_no_parking": "Parcheggio lontano", - "route_tag_no_people": "poche persone", - "route_tag_open_space": "Tanti spazi aperti", - "route_tag_parking": "Parcheggio nelle vicinanze", - "route_tag_parks_nearby": "vicino a parchi", - "route_tag_partially_paved": "Tragitto parzialmente asfaltato", - "route_tag_paved": "Tragitto asfaltato", - "route_tag_people": "tante persone", - "route_tag_pets": "accessibile con animali", - "route_tag_plenty_pokestops": "Tanti Pokéstop", - "route_tag_public_transport": "vicino al trasporto pubblico", - "route_tag_raid_friendly": "Tante Palestre", - "route_tag_rainy_day": "ideale in caso di pioggia", - "route_tag_rocky": "Roccioso", - "route_tag_running": "Indicato per la corsa", - "route_tag_sandy": "Sabbioso", - "route_tag_seasonal": "stagionale", - "route_tag_sightseeing": "Turistico", - "route_tag_stroller": "accessibile con passeggini", - "route_tag_sunny_day": "ideale in caso di sole", - "route_tag_tree_cover": "Alberato", - "route_tag_unpaved": "Tragitto non asfaltato", - "route_tag_views": "panorama", - "route_tag_walking": "Indicato per passeggiate", - "route_tag_wheelchair": "accessibile con sedia a rotelle", - "route_tag_wildlife": "Tanti animali selvatici", - "route_tag_woodsy": "Boschivo", - "route_tags_label": "ETICHETTE", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "Ombra", - "team_1": "Saggezza", - "team_2": "Coraggio", - "team_3": "Istinto", - "team_a_0": "Senza squadra", - "team_a_1": "Squadra Saggezza", - "team_a_2": "Squadra Coraggio", - "team_a_3": "Squadra Istinto", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "Condizioni estreme", - "weather_1": "Sereno", - "weather_2": "Pioggia", - "weather_3": "Parzialmente nuvoloso", - "weather_4": "Coperto", - "weather_5": "Vento", - "weather_6": "Neve", - "weather_7": "Nebbia", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} diff --git a/client/public/locales/ja/translation.json b/client/public/locales/ja/translation.json deleted file mode 100644 index 666409415..000000000 --- a/client/public/locales/ja/translation.json +++ /dev/null @@ -1,7281 +0,0 @@ -{ - "login": "ログイン", - "click_once": "'Authorize'を一度だけクリックしてください", - "save": "保存", - "reset": "リセット", - "close": "閉じる", - "reset_filters": "フィルターをリセット", - "pokemon_filters": "ポケモン フィルター設定", - "gyms_filters": "ジム フィルター設定", - "pokestops_filters": "ポケストップ フィルター設定", - "nests_filters": "巣 フィルター設定", - "help": "ヘルプ", - "apply_to_all": "すべてに適用", - "disable_all": "すべて無効", - "enable_all": "すべて有効", - "enabled": "有効", - "legacy": "レガシー", - "id": "ID", - "location": "場所", - "search_pokemon": "ポケモンを探す", - "search_nests": "巣を探す", - "search_gyms": "ジムを探す", - "search_pokestops": "ポケストップを探す", - "search_raids": "レイドを探す", - "search_eggs": "エッグを探す", - "search_quests": "クエストを探す", - "search_lures": "ルアーを探す", - "search_invasions": "ロケット団を探す", - "sm": "小", - "md": "中", - "lg": "大", - "xl": "特大", - "min": "最小", - "max": "最大", - "set_size": "アイコンサイズを設定", - "slot_selection": "スロット選択", - "generations": "世代", - "types": "タイプ", - "forms": "フォルム", - "rarity": "現在のレア度", - "others": "その他", - "categories": "カテゴリー", - "rank": "ランク", - "slider_iv": "IVレンジ", - "slider_great": "スーパーリーグ", - "slider_ultra": "ハイパーリーグ", - "slider_little": "リトルカップ", - "slider_atk_iv": "攻撃", - "slider_def_iv": "防御", - "slider_sta_iv": "HP", - "slider_level": "レベル", - "slider_size": "サイズ", - "abbreviation_level": "L", - "lvl": "Lvl", - "cap": "上限", - "custom": "カスタム", - "valid": "有効", - "invalid": "無効です!", - "overwrites": "すべてのフィルターを上書き", - "valid_filter": "有効な統計フィルター", - "invalid_filter": "有効なフィルターを入力してください", - "gyms": "ジム", - "nests": "巣", - "pokestops": "ポケストップ", - "pokemon": "ポケモン", - "wayfarer": "Wayfarer", - "scan_areas": "スキャンエリア", - "s2cells": "S2セル", - "weather": "天気", - "admin": "管理", - "settings": "設定", - "advanced": "詳細設定", - "tile_servers": "タイルサーバー", - "icons": "アイコン", - "navigation": "ナビゲーション", - "drawer": "ドロワー", - "tile_servers_default": "デフォルト", - "drawer_temporary": "一時的", - "drawer_persistent": "永続的", - "locale_selection": "言語選択", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "インポート", - "export": "エクスポート", - "logout": "ログアウト", - "local_storage_cleared": "ローカルストレージがクリアされました!", - "iv_or_filter": "IV OR フィルター", - "polygons": "ポリゴン", - "raids": "レイド", - "ex_eligible": "EX適格", - "in_battle": "戦闘中", - "all_pokestops": "すべてのポケストップ", - "lures": "ルアー", - "quests": "クエスト", - "invasions": "ロケット団", - "portals": "ポータル", - "submission_cells": "提出セル", - "spawnpoint": "スポーンポイント", - "spawnpoints": "スポーンポイント", - "s2_cell_level": "レベル {{level}} S2セル", - "total_count": "総数", - "next_submission": "次の提出!", - "never": "なし", - "next_gym": "次のジム", - "scan_cells": "スキャンセル", - "devices": "デバイス", - "use_my_location": "位置情報を使用", - "submit_feedback_title": "フィードバック/バグレポートを送信", - "use_the_link_below": "以下のリンクを使用してフィードバックや遭遇したバグを送信できます。", - "feedback_to_devs": "このフィードバックは開発者に直接送信されます。", - "feedback_form": "フィードバックフォーム", - "unknown_pokestop": "未知のポケストップ名", - "unknown_gym": "未知のジム名", - "exclude": "除外", - "exclude_quest": "クエストを除外", - "exclude_invasion": "ロケット団を除外", - "exclude_team": "チームを除外", - "exclude_raid": "レイドを除外", - "exclude_lure": "ルアーを除外", - "timer": "タイマー", - "hide": "非表示", - "tier": "段階", - "slots": "スロット", - "mega": "メガ", - "form": "フォーム", - "starts": "開始", - "ends": "終了", - "defender": "ディフェンダー", - "best_buddy": "最高の相棒", - "cp": "CP", - "kilogram": "kg", - "meter": "m", - "total_cp": "合計CP", - "first_seen": "初めて見た日", - "last_seen": "最後に見た日", - "last_modified": "最終更新日", - "last_updated": "最終更新日", - "imported": "インポートされた", - "nest_estimated": "巣のデータは推定です!", - "verify_nests": "現在のスポーンを確認して検証する", - "nest_out_of_date": "巣は古くなっている可能性があります!", - "nest_check_current": "現在のスポーンを代わりに確認する", - "spawns_per_hour": "1時間あたりの発生数", - "teams": "チーム", - "eggs": "エッグ", - "reverse": "反転", - "selected": "選択済み", - "unselected": "未選択", - "only_available": "利用可能", - "common": "よくある", - "uncommon": "まれ", - "rare": "レア", - "ultra_rare": "ウルトラレア", - "regional": "地域限定", - "event": "イベント", - "legendary": "伝説のポケモン", - "mythical": "まぼろし", - "ultra_beast": "ウルトラビースト", - "alt_forms": "他のフォルム", - "alola": "アローラ", - "galarian": "ガラル", - "showing": "表示中", - "instance": "インスタンス", - "online": "オンライン", - "offline": "オフライン", - "boosted_types": "ブーストされるタイプ", - "pokemon_options": "ポケモンオプション", - "pokestops_options": "ポケストップオプション", - "gyms_options": "ジムオプション", - "nests_options": "巣オプション", - "wayfarer_options": "Wayfarerオプション", - "admin_options": "管理オプション", - "weather_options": "天候オプション", - "s2cells_options": "S2セルオプション", - "clustering": "クラスタリング", - "glow": "発光", - "legacy_filter": "レガシーフィルター", - "raid_timers": "レイドタイマー", - "invasion_timers": "すべてのロケット団タイマー", - "lure_timers": "ルアータイマー", - "device_path_color": "デバイスパスの色", - "old_portals": "古いポータル", - "new_portals": "新しいポータル", - "items": "アイテム", - "energy": "エネルギー", - "ar_eligible": "AR 対応", - "iv_circles": "IV インジケータ", - "min_iv_circle": "最小のサークル IV", - "interaction_ranges": "交流範囲", - "cannot_connect": "\n現時点でサーバーに接続できません。\nすぐに再試行するとさらに問題が生じる可能性があります。\n数分後に再試行してください。\n\n- マップ管理チーム", - "mad_quest_text": "ネイティブクエスト", - "xs": "XS", - "primary": "プライマリ", - "secondary": "セカンダリ", - "zero_iv": "0% IV", - "hundo_iv": "100% IV", - "open_menu": "メニューを開く", - "zoom_in": "ズームイン", - "zoom_out": "ズームアウト", - "welcome": "ようこそ", - "back": "戻る", - "next": "次へ", - "finish": "完了", - "start_tutorial": "チュートリアルを開始", - "view_profile": "プロフィールを見る", - "login_optional": "ログイン(オプション)", - "tutorial": "チュートリアル", - "tutorial_language": "言語を選択", - "tutorial_welcome": "このチュートリアルは対話形式であり、提供されたすべてのオプションを試すことが強く推奨されます", - "tutorial_categories": "アクセス可能なカテゴリー", - "tutorial_logged_in": "プロフィールを見ることで、あなたの許可についての詳細を見ることができます。", - "tutorial_logged_out": "ログインすることで、あなたの許可についての詳細を見ることができます。", - "tutorial_sidebar_0": "あなたのすべてのフィルター&設定はここにあります", - "tutorial_sidebar_1": "各カテゴリーで、スイッチを使って表示したいデータを正確に切り替えることができます", - "tutorial_sidebar_2": "オプション: 追加のカスタマイズ\n上級: このチュートリアルの後半で説明します", - "tutorial_sliders_0": "スライダーを使ってフィルターを調整する", - "tutorial_sliders_1": "ポケモンの範囲:", - "tutorial_sliders_2": "- IV値 {{iv0}}% から {{iv1}}%", - "tutorial_sliders_3": "レベル {{level0}} から {{level1}}", - "tutorial_sliders_3alt": "- かつそのレベルが {{level0}} から {{level1}}", - "tutorial_sliders_4": "- スーパーリーグのランク {{gl0}} から {{gl1}}", - "tutorial_sliders_4alt": "- またはスーパーリーグのランク {{gl0}} から {{gl1}}", - "tutorial_sliders_5": "- ハイパーリーグのランク {{ul0}} から {{ul1}}", - "tutorial_sliders_5alt": "- またはハイパーリーグのランク {{ul0}} から {{ul1}}", - "tutorial_sliders_6": "同じ色の他のスライダーと連動", - "tutorial_sliders_7": "他のスライダーとは別にフィルター", - "tutorial_sliders_8": "「全て」に設定されたスライダーは、無効化されています:", - "tutorial_sliders_9": "IVチェックの有無に関わらず、すべての出現情報", - "tutorial_help": "このメニューへのショートカット", - "tutorial_adv_filter": "モバイル専用、詳細メニューのフィルタリングオプションを開く", - "tutorial_tune": "メニューで現在フィルタリングされている全てのポケモンの高度なフィルタを設定します", - "tutorial_format_size": "メニューで現在フィルタリングされている全項目のアイコンサイズを設定", - "tutorial_check": "メニューで現在フィルタリングされている全項目を有効にする", - "tutorial_clear": "メニューで現在フィルタリングされている全項目を無効にする", - "tutorial_save": "現在の選択を保存して終了", - "tutorial_show_all_view": "ポケストップとジムの表示を切り替える", - "tutorial_show_pokemon_view": "ポケモンの表示を切り替える", - "tutorial_toggle": "チェック/× をクリックすると項目が切り替わります", - "tutorial_pokemon_caption": "このアイコンを使って、その特定のポケモンのフィルタを設定できます", - "tutorial_all_caption": "チームには特別なスロットメニューがあります\n他の全項目ではアイコンサイズを調整できます", - "tutorial_popup_0": "ポップアップがインタラクティブになりました!", - "tutorial_popup_1": "三つの点を開くと、非表示、除外、タイマーの切り替えオプションが表示されます", - "tutorial_popup_2": "ナビゲーションリンクの両側のアイコンは拡大して追加情報が見られるようになります、試してみてください!", - "tutorial_popup_3": "カテゴリーごとにアイコンが異なるので、全てを確認してください", - "tutorial_closing_0": "追加情報", - "tutorial_closing_1": "サイドバーにある全世界のポケモンスライダーは、詳細メニューとは別に動作し、互いに影響しません", - "tutorial_closing_2": "サイドバーの設定セクションも確認してください", - "tutorial_closing_3": "各カテゴリーには多くの美観オプションが用意されていますが、マップに追加する項目が多いほど、マップがフリーズする可能性が高まることに注意してください", - "tutorial_closing_4": "このチュートリアルを再度見るには、サイドバーの設定パネルで選択してください", - "tutorial_closing_5": "安全に、そして幸運を!", - "intro": "イントロ", - "sidebar": "サイドバー", - "sliders": "スライダー", - "popups": "ポップアップ", - "closing": "終了", - "shortcuts": "ショートカット", - "iv": "個体値", - "area_restrictions": "エリア制限", - "map": "マップ", - "stats": "統計", - "pvp": "PVP", - "area_restrictions_subtitle": "これらのエリアにアクセスできます", - "devices_subtitle": "アクティブなデバイスの位置とルートを表示", - "gyms_subtitle": "アクティブなジムの場所、アクティブなチーム、各ジムに利用可能なスロットの数を表示", - "invasions_subtitle": "ロケット団の情報を表示、バトルラインナップ、失効時間、および可能な報酬を含む", - "iv_subtitle": "個体値%と光のオプションを表示", - "lures_subtitle": "ルアー情報を表示、ルアータイプと失効時間を含む", - "map_subtitle": "マップを表示", - "nests_subtitle": "積極的に巣作りをしているポケモンと巣の多角形を表示", - "pokemon_subtitle": "全てのポケモンの位置と失効時間を表示", - "pokestops_subtitle": "全てのポケストップの位置を表示", - "portals_subtitle": "全てのIngressポータルを表示", - "pvp_subtitle": "各ポケモンのPVPランク/CP/レベル情報を表示", - "quests_subtitle": "クエストの報酬とタスク情報を表示", - "raids_subtitle": "レイドボス、卵、終了時間、およびムーブセットを含む全レイド情報を表示", - "scan_cells_subtitle": "S2セルがデバイスによって最後にスキャンされた時間を表示", - "scan_areas_subtitle": "利用可能なスキャンエリアのポリゴンを表示", - "spawnpoints_subtitle": "スポーンポイントとその推定消滅時間を表示", - "stats_subtitle": "ポケモンのステータスとレベルを表示", - "submission_cells_subtitle": "新しいPOIを提出するための情報を表示", - "weather_subtitle": "各セルのゲーム内天気情報を表示", - "scanner_subtitle": "様々な方法でスキャナーと直接やり取り", - "s2cells_subtitle": "地図上でさまざまなレベルのS2セルを表示", - "backups_subtitle": "デバイス間での設定のバックアップと読み込みを可能にする", - "backups": "バックアップ", - "user_profile": "ユーザープロファイル", - "user_username": "ユーザー名", - "candy": "アメ", - "show_ex_badge": "EXバッジを表示", - "search": "検索", - "global_search_quests": "報酬名を入力...", - "global_search_lures": "ルアー名を入力...", - "global_search_pokestops": "ポケストップ名を入力...", - "global_search_gyms": "ジム名を入力...", - "global_search_portals": "ポータル名を入力...", - "global_search_nests": "巣のポケモン名を入力...", - "global_search_raids": "レイドボス名を入力...", - "global_search_pokemon": "ポケモン名を入力...", - "global_search_invasions": "したっぱのタイプ、名前、またはポケモンの報酬名を入力...", - "raid_level_badges": "レイドレベルバッジ", - "options": "オプション", - "profile": "プロファイル", - "pokemon_icons": "ポケモンアイコン", - "pokestop_icons": "ポケストップアイコン", - "gym_icons": "ジムアイコン", - "team_icons": "チームアイコン", - "egg_icons": "卵アイコン", - "raid_icons": "レイドアイコン", - "nest_icons": "巣アイコン", - "reward_icons": "報酬アイコン", - "type_icons": "タイプアイコン", - "weather_icons": "天気アイコン", - "misc_icons": "その他のアイコン", - "invasion_icons": "ロケット団アイコン", - "spawnpoint_icons": "スポーンポイントアイコン", - "device_icons": "デバイスアイコン", - "pokemon_audio": "ポケモンの音", - "pokestop_audio": "ポケストップの音", - "gym_audio": "ジムの音", - "team_audio": "チームの音", - "egg_audio": "卵の音", - "raid_audio": "レイドの音", - "nest_audio": "巣の音", - "reward_audio": "報酬の音", - "type_audio": "タイプの音", - "weather_audio": "天気の音", - "misc_audio": "その他の音", - "invasion_audio": "ロケット団の音", - "spawnpoint_audio": "スポーンポイントの音", - "device_audio": "デバイスの音", - "pokemon_timers": "すべてのポケモンタイマー", - "show_dex_num_in_popup": "ポップアップに図鑑番号を表示", - "popup": "ポップアップ", - "pvp_level": "レベル{{level}}のPVPステータス", - "pvp_mega": "メガPVPステータス", - "webhook_entry": "{{name}}に追加", - "remove_webhook_entry": "{{name}}から削除", - "distance": "距離", - "gym": "ジム", - "egg": "卵", - "raid": "レイド", - "lure": "ルアー", - "quest": "クエスト", - "invasion": "ロケット団", - "nest": "巣", - "pokestop": "ポケストップ", - "team": "チーム", - "global": "グローバル", - "manage_webhook": "{{name}}の管理", - "drag_and_drop": "マーカーをドラッグ&ドロップして位置を設定", - "click_to_select": "選択するにはクリック", - "add_new": "新しい{{category}}アラートを追加", - "my_location": "自分の位置", - "choose_on_map": "地図で選択", - "select_profile": "プロファイルを選択", - "distance_radius": "プレビュー半径距離", - "areas": "エリア", - "select_webhook": "ボットを選択", - "ar_quest_true": "ARタスク", - "ar_quest_false": "ARなし", - "with_ar": "ARあり", - "both": "両方", - "without_ar": "ARなし", - "exclude_quest_multi": "{{reward}}を除外する", - "cluster_limit_0": "{{variable_0}}の限界({{variable_1}})に達しました", - "cluster_limit_1": "フィルタを狭めるかズームインしてください", - "show_polygons": "ポリゴンを表示", - "exclude_invasion_multi": "{{invasion}}を除外する", - "stardust": "ほしのすな", - "slider_cp": "CP", - "pvp_ranking_league": "リーグ", - "pvp_ranking_min_cp": "最小CP", - "slider_pvp": "ランキング", - "profile_no": "プロファイル番号", - "template": "テンプレート", - "gender": "性別", - "clean": "クリーン", - "all_forms": "全フォーム", - "pvp_entry": "PVPエントリ", - "no_iv": "IVなしも含む", - "by_distance": "距離順", - "min_time": "最小時間", - "add_new_profile": "新しいプロファイルを追加", - "slider_none": "なし", - "non_registered_human_title": "おっと、何かが正しくありません!", - "non_registered_human_desc": "{{webhook}}に登録されていない可能性があります\nまたは現在サーバーにアクセスできません", - "try_again_later": "後でもう一度試してください", - "selected_areas_one": "{{count}}エリアが選択されました", - "selected_areas_other": "{{count}}エリアが選択されました", - "webhook_selection": "{{name}}の選択", - "message_of_the_day": "今日のメッセージ", - "has_quest_indicator": "クエストのあるストップを示す別の色", - "show_ar_badge": "ARバッジを表示", - "all_gyms": "全てのジム", - "general": "一般", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "グローバルが選択されています", - "normal_forms": "ノーマルフォーム", - "weather_indicator": "天候ブーストの指標", - "page": "ページ {{page}}", - "navigation_controls": "ナビゲーションコントロール", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "エクスクルーシブ", - "all_moves": "全てのわざ", - "move": "わざ", - "any": "任意", - "min_spawn_average": "最小出現率", - "select_all": "全て選択", - "delete_all": "選択したものを削除", - "cancel": "キャンセル", - "day_1": "月曜日", - "day_2": "火曜日", - "day_3": "水曜日", - "day_4": "木曜日", - "day_5": "金曜日", - "day_6": "土曜日", - "day_7": "日曜日", - "profile_name": "プロファイル名", - "manage_profiles": "プロファイル管理", - "min_spawn_avg": "平均最小出現率", - "poke_global": "全て", - "amount": "数", - "specific_gym": "特定のジム", - "search_location": "場所を検索", - "search_specific": "特定の{{category}}を検索", - "webhook_success_gym": "レイド、タマゴ、チーム変更のアラートが追加されました!", - "slot_changes": "スロット変更", - "slot_changes_poracle": "スロット変更", - "confirm_delete": "このプロファイルの追跡をすべて削除しますが、よろしいですか?", - "confirm_copy": "「{{profile}}」をコピーするプロファイルを選択してください、これによりそのプロファイルが完全に上書きされます。", - "webhook_error": "{{name}}が処理できませんでした。\n後でもう一度試してください。", - "profile_error": "一意で有効な名前でなければなりません", - "team_0": "所属なし", - "battle_changes": "バトル中", - "battle_changes_poracle": "バトル変更", - "auto": "自動", - "webhooks_subtitle": "これらのボットのために直接マップからアラートを管理", - "event_stops_subtitle": "カクレオンのような特別なイベントポケストップを表示", - "webhooks": "アラート", - "scanner": "スキャナーアクション", - "everything_individually": "個別にアラートを追加", - "individually": "個別に", - "join": "参加", - "errors_404": "おっと、このページは見つかりません!", - "errors_500": "サーバーエラーが発生しました、後でもう一度試してください!", - "local_username": "ユーザー名", - "local_password": "パスワード", - "local_error": "エラーが発生しました、後でもう一度試してください!", - "no_filter_results": "結果が見つかりません\nフィルターを広げてみてください", - "donor_page": "ドナーページ", - "go_back": "戻る", - "access": "アクセス", - "link_discord": "Discordをリンクする", - "select_webhook_strategy": "アラートマネージャー", - "webhook_strategy_success_0": "成功!アラート設定を取得するために更新中...", - "register": "登録", - "invalid_credentials": "無効な認証情報", - "localauth_failed": "認証に失敗しました", - "error_creating_user": "現在、新しいユーザーを登録できません", - "discord_linked": "Discordがリンクされました", - "telegram_linked": "Telegramがリンクされました", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "レベル", - "km": "km", - "feedback": "フィードバック", - "donor_menu": "ドナーメニュー", - "pokemon_cell": "ポケモンの位置は異なる可能性があります", - "timer_verified": "このタイマーは検証済みです", - "timer_unverified": "このタイマーは未検証です", - "all": "すべて", - "badge_0": "なし", - "badge_1": "基本", - "badge_2": "ブロンズ", - "badge_3": "シルバー", - "badge_4": "ゴールド", - "gym_badge_menu": "ジムバッジを編集", - "gym_badges": "ジムバッジ", - "gym_badge_diamonds": "ジムバッジを表示", - "gym_badges_subtitle": "地図上およびプロフィールページのリストにジムバッジを表示します。", - "confirm_filters_reset": "フィルターをリセット", - "filters_reset_text": "フィルター設定をデフォルト値にリセットしてもよろしいですか?これは取り消しできません!", - "filters_reset_title": "フィルターをリセットする", - "raid_quick_select": "クイックセレクト", - "disabled": "無効", - "loading": "{{category}}を読み込み中", - "loading_icons": "アイコンを取得中", - "loading_invasions": "ロケット団を取得中", - "scan_next": "次の場所をスキャン", - "scan_next_choose": "マーカーをドラッグアンドドロップしてスキャン場所を設定する", - "scan_zone": "エリアをスキャン", - "scan_zone_choose": "マーカーをドラッグアンドドロップしてスキャン場所とサイズを選択する", - "scan_zone_size": "サイズ", - "scan_zone_range": "範囲", - "scan_zone_spacing": "間隔", - "scan_zone_radius": "半径", - "scan_requests": "スキャンリクエスト", - "scan_queue": "現在のキュー", - "click_to_scan": "ここをスキャン", - "scan_confirmed_title": "スキャン要求が確認されました", - "scan_confirmed": "ワーカーが場所に送られ、結果はすぐに地図に表示されます!", - "scan_loading_title": "スキャン要求を送信中", - "scan_loading": "あなたのスキャン要求が処理され、システムに送信されています!", - "scan_error_title": "エラー", - "scan_error": "スキャンリクエストを処理する際にエラーが発生しました...", - "scan_outside_area": "この場所は承認されたエリアの境界外です", - "pvp_ranking_cap": "レベル", - "lc_title": "あなたの位置を追跡", - "lc_metersUnit": "メートル", - "lc_feetUnit": "フィート", - "lc_popup": "このポイントから{distance} {unit}以内にいます", - "lc_outsideMapBoundsMsg": "地図の境界外に位置しているようです", - "no_alerts": "アラートが見つかりません", - "loading_settings": "設定を読み込み中", - "refresh_to_continue": "続行する前に更新してください", - "session_expired_title": "セッションの期限が切れました", - "session_expired_body": "あなたのセッションの有効期限が切れました", - "old_client_title": "古いバージョン", - "old_client_body": "この地図の新しいバージョンが利用可能です", - "early_old_client_title": "古いバージョン", - "early_old_client_body": "このアプリの古いバージョンがブラウザにキャッシュされている可能性があります。このアプリを使用するにはキャッシュをクリアする必要があります。", - "refresh": "更新", - "points": "ポイント", - "day": "日", - "days": "日間", - "react_error": "何か問題が発生しました", - "clickable_icon": "クリック可能なアイコン", - "two_stops_till_next": "次まで2つのストップ", - "one_stop_till_next": "次まで1つのストップ", - "no_more_gyms": "これ以上ジムはありません", - "light_map_border": "ライトマップボーダー", - "dark_map_border": "ダークマップボーダー", - "cell_blocked": "セルがブロックされました", - "poi_color": "POI色", - "quest_condition": "クエスト条件", - "always_show_labels": "ラベルを常に表示", - "scan_areas_options": "スキャンエリアオプション", - "historic_rarity": "歴史的な珍しさ", - "poi": "興味のあるポイント", - "300m_range": "300m範囲", - "lure_range": "ルアーの範囲", - "custom_range": "カスタム範囲", - "tap_to_toggle": "タップして切り替え", - "power_up": "パワーアップ", - "never_alt": "決して", - "seen_nearby_stop": "近くのストップで見た", - "seen_nearby_cell": "このセル内で見た", - "seen_lure_encounter": "ルアー遭遇", - "seen_lure_wild": "ルアー野生", - "seen_wild": "野生出現", - "event_stops": "イベントストップ", - "event_stop_timers": "イベントストップタイマー", - "size_0": "どれか", - "size_1": "XXS", - "size_2": "XS", - "size_3": "M", - "size_4": "XL", - "size_5": "XXL", - "show_size_indicator": "サイズ指示器を表示", - "size": "サイズ", - "gold_stop": "ゴールドストップ", - "profile_backups": "プロファイルの切り替え", - "new_backup": "新しいバックアップ", - "create": "作成", - "load": "読み込み", - "update": "更新", - "delete": "削除", - "name": "名前", - "only_confirmed": "確認済みのみ", - "only_exclude_grunts": "したっぱを除外する", - "only_exclude_leaders": "リーダーを除外する", - "rocket_pokemon": "シャドウポケモン", - "decoy": "おとり", - "s2_cell_limit_0": "20,000セル以上を生成しようとしました ({{variable_0}})", - "s2_cell_zoom_limit": "一部のセルはこのズームレベルでは小さすぎて表示されません", - "show_all_pvp_ranks": "全てのPVPランクを表示", - "enable_pokemon_popup_coords": "ポケモンの座標を表示", - "enable_gym_popup_coords": "ジムの座標を表示", - "enable_pokestop_popup_coords": "ポケストップの座標を表示", - "enable_portal_popup_coords": "ポータルの座標を表示", - "on_block_join_discord": "詳細はDiscordに参加してください。", - "on_block_msg": "あなたはメンバーであるためブロックされました", - "denied": "拒否されました", - "showcase": "おひろめ", - "unknown_event": "不明なイベント", - "scanner_countdown": "{{time}}秒で利用可能", - "success": "成功", - "contribute": "貢献", - "mi": "マイル", - "filter_by_areas": "エリアでフィルター", - "submit_nest_name": "巣の名前を提出", - "nest_submission_menu": "名前の更新", - "nest_submissions": "巣の提出", - "nest_submissions_subtitle": "巣の新しい名前を提出できます", - "pokemon_opacity": "動的ポケモン不透明度", - "invasion_opacity": "動的ロケット団の不透明度", - "raid_opacity": "動的レイドの不透明度", - "opacity_ten_minutes": "10分での不透明度", - "opacity_five_minutes": "5分での不透明度", - "opacity_one_minute": "1分での不透明度", - "level_circles": "レベルインジケータ", - "min_level_circle": "最小サークルレベル", - "mutation_auth_error": "ログインしていないため、リクエストは失敗しました", - "submitted_by": "提出者", - "reversible": "可逆", - "version": "バージョン", - "route_tags": "ルートタグ", - "routes": "ルート", - "route_type": "ルートのタイプ", - "routes_subtitle": "マップ上でゲーム内のルートとそれに関する情報を表示", - "description": "説明", - "additional_info": "追加情報", - "duration": "期間", - "elevation": "高度", - "contest_category_1": "最小サイズ", - "context_category_2": "最大サイズ", - "total_entries": "総エントリー数", - "showcase_rankings": "おひろめランキング", - "showcase_rankings_subtitle": "ポケストップのおひろめのトップランキングのリストを表示", - "tth": "TTH", - "tth_0": "全て", - "tth_1": "既知", - "tth_2": "不明", - "no_access": "アクセス不可", - "cooldown": "クールダウン", - "scan_some_outside_area": "一部の場所が認可された境界の外にあります", - "alerts": "アラート", - "alert_manager": "アラートマネージャー", - "menu": "メニュー", - "theme": "テーマ", - "exit": "終了", - "component": "コンポーネント", - "component_login_page": "ログインページ", - "component_donation_page": "寄付ページ", - "component_message_of_the_day": "今日のメッセージ", - "download": "ダウンロード", - "playground": "遊び場", - "locale": "ロケール", - "saved": "保存済み", - "show_editor": "エディタを表示", - "hide_editor": "エディタを非表示", - "reported_error": "このエラーは識別子を持ってサーバーに報告されました", - "dark_mode": "ダークモード", - "load_from_autosave": "自動保存から読み込む", - "done": "完了", - "fast": "高速", - "charged": "チャージ済み", - "offline_mode": "オフラインモード", - "include_sponsored": "スポンサーを含む", - "showcase_color": "ショーケースカラー", - "partner_color": "パートナーカラー", - "disable": "{{- name}} を無効化", - "profiling": "プロファイリング", - "showcase_block": "ショーケースによりブロックされました", - "signed_in_as": "次のアカウントでログイン中", - "missing_map_perm": "マップを表示する権限がありません。", - "access_denied": "アクセス拒否", - "audio": "オーディオ", - "desktop_notifications": "デスクトップ通知", - "notifications_options": "通知オプション", - "audio_always_on": "常にオーディオを再生", - "volume_level": "音量レベル", - "notifications_status": "通知の状態", - "granted": "許可済み", - "set_all": "すべて設定", - "set_filtered": "フィルター設定", - "only_show_available": "利用可能のみを表示", - "easy_mode": "簡単モード", - "quick_select": "グローバルクイックセレクト", - "pokemon_filter_mode": "ポケモンフィルターモード", - "basic": "基本", - "intermediate": "中級", - "expert": "エキスパート", - "basic_description": "簡単にポケモンを選択し、グローバルフィルターを適用", - "intermediate_description": "グローバルおよびポケモンごとに個別のフィルターを設定(従来)", - "expert_description": "最もカスタマイズ可能な手動入力クエリ", - "icon_size": "アイコンのサイズ", - "developer": "開発者", - "raid_override": "レイドオーバーライド", - "search_rocket_pokemon": "ロケット団ポケモンを検索", - "main": "メイン", - "extra": "エクストラ", - "select": "選択", - "searching": "検索中...", - "no_options": "オプションなし...", - "and": "AND", - "or": "OR", - "only_global": "グローバルのみ", - "global_caption": "他のすべてのフィルターを無視", - "global_and_individual": "グローバル&個別のフィルター", - "gender_filters_all": "性別は全てに適用", - "and_caption": "連携", - "or_caption": "独立したフィルター", - "filter_help": "フィルターヘルプ", - "kilometers": "キロメートル", - "miles": "マイル", - "distance_unit": "距離の単位", - "data_management": "データ管理", - "reset_or_manage_text": "フィルターをハードリセットするか、個別のカテゴリをリセットできるデータ管理ページを表示できます。", - "reset_audio": "オーディオをリセット", - "reset_all": "すべてリセット", - "reset_icons": "アイコンをリセット", - "reset_position": "位置をリセット", - "reset_ui": "UIをリセット", - "reset_options": "オプションをリセット", - "reset_menus": "メニューをリセット", - "reset_settings": "設定をリセット", - "reset_general_title": "一般", - "reset_filters_title": "フィルター", - "reset_assets": "アセットをリセット", - "reset_pokemon": "ポケモンをリセット", - "reset_pokestops": "ポケストップをリセット", - "reset_gyms": "ジムをリセット", - "reset_nests": "巣をリセット", - "reset_portals": "ポータルをリセット", - "reset_routes": "ルートをリセット", - "reset_scan_areas": "スキャンエリアをリセット", - "reset_scan_cells": "スキャンセルをリセット", - "reset_devices": "デバイスをリセット", - "reset_weather": "天気をリセット", - "reset_s2cells": "S2セルをリセット", - "reset_spawnpoints": "スポーンポイントをリセット", - "reset_submission_cells": "提出セルをリセット", - "hisuian": "ヒスイ", - "spacial_rend_range": "あくうせつだんの範囲", - "key": "キー", - "ai": "AI", - "human": "人間", - "locales": "ロケール", - "instructions": "指示", - "locale_instructions_1": "ドロップダウンから言語を選択してください", - "locale_instructions_2": "「人間」列に必要な翻訳を入力してください", - "locale_instructions_3": "\"$t(download)\"ボタンをクリックしてJSONファイルをダウンロードしてください", - "locale_instructions_4": "以下のGitHubリポジトリのリンクをフォークしてください", - "locale_instructions_5": "新しいブランチを作成し、翻訳する言語で名前を付けてください", - "locale_instructions_6": "ダウンロードしたファイルで\"packages/locales/lib/human/{{lng}}.json\"の内容を置き換えてください", - "locale_instructions_7": "プルリクエストを作成してください", - "locale_instructions_8": "プルリクエストがレビューされ、マージされるのを待ってください", - "enter_translation": "翻訳を入力", - "individual_filters": "部分的にフィルターされています", - "data_limit_reached": "最近要求されたデータ量が多すぎるため、{{until}}までクールダウン中です", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "相棒のハートポイントを{{amount}}個獲得する", - "challenge_buddy_treat_plural": "おやつを{{amount}}個あげる", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "カクレオン", - "display_type_9": "おひろめ", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Star Egg", - "egg_1_plural": "1 Star Eggs", - "egg_2": "2 Star Egg", - "egg_2_plural": "2 Star Eggs", - "egg_3": "3 Star Egg", - "egg_3_plural": "3 Star Eggs", - "egg_4": "4 Star Egg", - "egg_4_plural": "4 Star Eggs", - "egg_5": "Legendary Egg", - "egg_5_plural": "Legendary Eggs", - "egg_6": "Mega Egg", - "egg_6_plural": "Mega Eggs", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "!", - "form_28": "?", - "form_29": "通常", - "form_30": "たいよう", - "form_31": "あまみず", - "form_32": "ゆきぐも", - "form_33": "ノーマルフォルム", - "form_34": "アタックフォルム", - "form_35": "ディフェンスフォルム", - "form_36": "スピードフォルム", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "通常", - "form_46": "アローラ", - "form_47": "通常", - "form_48": "アローラ", - "form_49": "通常", - "form_50": "アローラ", - "form_51": "通常", - "form_52": "アローラ", - "form_53": "通常", - "form_54": "アローラ", - "form_55": "通常", - "form_56": "アローラ", - "form_57": "通常", - "form_58": "アローラ", - "form_59": "通常", - "form_60": "アローラ", - "form_61": "通常", - "form_62": "アローラ", - "form_63": "通常", - "form_64": "アローラ", - "form_65": "通常", - "form_66": "アローラ", - "form_67": "通常", - "form_68": "アローラ", - "form_69": "通常", - "form_70": "アローラ", - "form_71": "通常", - "form_72": "アローラ", - "form_73": "通常", - "form_74": "アローラ", - "form_75": "通常", - "form_76": "アローラ", - "form_77": "通常", - "form_78": "アローラ", - "form_79": "通常", - "form_80": "アローラ", - "form_81": "通常", - "form_82": "フロストロトム", - "form_83": "スピンロトム", - "form_84": "カットロトム", - "form_85": "ウォッシュロトム", - "form_86": "ヒートロトム", - "form_87": "くさきのミノ", - "form_88": "すなちのミノ", - "form_89": "ゴミのミノ", - "form_90": "アナザーフォルム", - "form_91": "オリジンフォルム", - "form_92": "スカイフォルム", - "form_93": "ランドフォルム", - "form_94": "ネガフォルム", - "form_95": "ポジフォルム", - "form_96": "にしのうみ", - "form_97": "ひがしのうみ", - "form_98": "にしのうみ", - "form_99": "ひがしのうみ", - "form_100": "通常", - "form_101": "かくとう", - "form_102": "ひこう", - "form_103": "どく", - "form_104": "じめん", - "form_105": "いわ", - "form_106": "むし", - "form_107": "ゴースト", - "form_108": "はがね", - "form_109": "ほのお", - "form_110": "みず", - "form_111": "くさ", - "form_112": "でんき", - "form_113": "エスパー", - "form_114": "こおり", - "form_115": "ドラゴン", - "form_116": "あく", - "form_117": "フェアリー", - "form_118": "くさきのミノ", - "form_119": "すなちのミノ", - "form_120": "ゴミのミノ", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "通常", - "form_136": "あかすじのすがた", - "form_137": "あおすじのすがた", - "form_138": "Standard", - "form_139": "ダルマモード", - "form_140": "けしんフォルム", - "form_141": "れいじゅうフォルム", - "form_142": "けしんフォルム", - "form_143": "れいじゅうフォルム", - "form_144": "けしんフォルム", - "form_145": "れいじゅうフォルム", - "form_146": "通常", - "form_147": "ブラックキュレム", - "form_148": "ホワイトキュレム", - "form_149": "いつものすがた", - "form_150": "かくごのすがた", - "form_151": "ボイスフォルム", - "form_152": "ステップフォルム", - "form_153": "シャドウ", - "form_154": "ライト", - "form_155": "シャドウ", - "form_156": "ライト", - "form_157": "通常", - "form_158": "シャドウ", - "form_159": "ライト", - "form_160": "通常", - "form_161": "シャドウ", - "form_162": "ライト", - "form_163": "通常", - "form_164": "シャドウ", - "form_165": "ライト", - "form_166": "通常", - "form_167": "シャドウ", - "form_168": "ライト", - "form_169": "通常", - "form_170": "シャドウ", - "form_171": "ライト", - "form_172": "通常", - "form_173": "シャドウ", - "form_174": "ライト", - "form_175": "通常", - "form_176": "シャドウ", - "form_177": "ライト", - "form_178": "通常", - "form_179": "シャドウ", - "form_180": "ライト", - "form_181": "通常", - "form_182": "シャドウ", - "form_183": "ライト", - "form_184": "通常", - "form_185": "シャドウ", - "form_186": "ライト", - "form_187": "通常", - "form_188": "シャドウ", - "form_189": "ライト", - "form_190": "通常", - "form_191": "シャドウ", - "form_192": "ライト", - "form_193": "通常", - "form_194": "シャドウ", - "form_195": "ライト", - "form_196": "通常", - "form_197": "シャドウ", - "form_198": "ライト", - "form_199": "通常", - "form_200": "シャドウ", - "form_201": "ライト", - "form_202": "通常", - "form_203": "シャドウ", - "form_204": "ライト", - "form_205": "通常", - "form_206": "シャドウ", - "form_207": "ライト", - "form_208": "通常", - "form_209": "シャドウ", - "form_210": "ライト", - "form_211": "通常", - "form_212": "シャドウ", - "form_213": "ライト", - "form_214": "通常", - "form_215": "シャドウ", - "form_216": "ライト", - "form_217": "通常", - "form_218": "シャドウ", - "form_219": "ライト", - "form_220": "シャドウ", - "form_221": "ライト", - "form_222": "シャドウ", - "form_223": "ライト", - "form_224": "通常", - "form_225": "シャドウ", - "form_226": "ライト", - "form_227": "シャドウ", - "form_228": "ライト", - "form_229": "通常", - "form_230": "シャドウ", - "form_231": "ライト", - "form_232": "通常", - "form_233": "シャドウ", - "form_234": "ライト", - "form_235": "通常", - "form_236": "シャドウ", - "form_237": "ライト", - "form_238": "通常", - "form_239": "シャドウ", - "form_240": "ライト", - "form_241": "通常", - "form_242": "シャドウ", - "form_243": "ライト", - "form_244": "通常", - "form_245": "シャドウ", - "form_246": "ライト", - "form_247": "通常", - "form_248": "シャドウ", - "form_249": "ライト", - "form_250": "通常", - "form_251": "シャドウ", - "form_252": "ライト", - "form_253": "通常", - "form_254": "シャドウ", - "form_255": "ライト", - "form_256": "通常", - "form_257": "シャドウ", - "form_258": "ライト", - "form_259": "通常", - "form_260": "シャドウ", - "form_261": "ライト", - "form_262": "通常", - "form_263": "シャドウ", - "form_264": "ライト", - "form_265": "通常", - "form_266": "シャドウ", - "form_267": "ライト", - "form_268": "通常", - "form_269": "シャドウ", - "form_270": "ライト", - "form_271": "通常", - "form_272": "シャドウ", - "form_273": "ライト", - "form_274": "通常", - "form_275": "シャドウ", - "form_276": "ライト", - "form_277": "通常", - "form_278": "シャドウ", - "form_279": "ライト", - "form_280": "通常", - "form_281": "シャドウ", - "form_282": "ライト", - "form_283": "通常", - "form_284": "シャドウ", - "form_285": "ライト", - "form_286": "通常", - "form_287": "シャドウ", - "form_288": "ライト", - "form_289": "通常", - "form_290": "シャドウ", - "form_291": "ライト", - "form_292": "通常", - "form_293": "シャドウ", - "form_294": "ライト", - "form_295": "通常", - "form_296": "シャドウ", - "form_297": "ライト", - "form_298": "通常", - "form_299": "シャドウ", - "form_300": "ライト", - "form_301": "通常", - "form_302": "シャドウ", - "form_303": "ライト", - "form_304": "通常", - "form_305": "シャドウ", - "form_306": "ライト", - "form_307": "通常", - "form_308": "シャドウ", - "form_309": "ライト", - "form_310": "通常", - "form_311": "シャドウ", - "form_312": "ライト", - "form_313": "通常", - "form_314": "シャドウ", - "form_315": "ライト", - "form_316": "通常", - "form_317": "シャドウ", - "form_318": "ライト", - "form_319": "通常", - "form_320": "シャドウ", - "form_321": "ライト", - "form_322": "通常", - "form_323": "シャドウ", - "form_324": "ライト", - "form_585": "はるのすがた", - "form_586": "なつのすがた", - "form_587": "あきのすがた", - "form_588": "ふゆのすがた", - "form_589": "はるのすがた", - "form_590": "なつのすがた", - "form_591": "あきのすがた", - "form_592": "ふゆのすがた", - "form_593": "通常", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "通常", - "form_599": "Noevolve", - "form_600": "通常", - "form_601": "Noevolve", - "form_602": "通常", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "通常", - "form_611": "シャドウ", - "form_612": "ライト", - "form_613": "通常", - "form_614": "シャドウ", - "form_615": "ライト", - "form_616": "通常", - "form_617": "シャドウ", - "form_618": "ライト", - "form_619": "通常", - "form_620": "シャドウ", - "form_621": "ライト", - "form_622": "通常", - "form_623": "シャドウ", - "form_624": "ライト", - "form_625": "通常", - "form_626": "シャドウ", - "form_627": "ライト", - "form_628": "通常", - "form_629": "シャドウ", - "form_630": "ライト", - "form_631": "通常", - "form_632": "シャドウ", - "form_633": "ライト", - "form_634": "通常", - "form_635": "シャドウ", - "form_636": "ライト", - "form_637": "通常", - "form_638": "シャドウ", - "form_639": "ライト", - "form_640": "通常", - "form_641": "シャドウ", - "form_642": "ライト", - "form_643": "通常", - "form_644": "シャドウ", - "form_645": "ライト", - "form_646": "通常", - "form_647": "シャドウ", - "form_648": "ライト", - "form_649": "通常", - "form_650": "シャドウ", - "form_651": "ライト", - "form_652": "通常", - "form_653": "シャドウ", - "form_654": "ライト", - "form_655": "通常", - "form_656": "シャドウ", - "form_657": "ライト", - "form_658": "通常", - "form_659": "シャドウ", - "form_660": "ライト", - "form_661": "通常", - "form_662": "シャドウ", - "form_663": "ライト", - "form_664": "通常", - "form_665": "シャドウ", - "form_666": "ライト", - "form_667": "通常", - "form_668": "シャドウ", - "form_669": "ライト", - "form_670": "通常", - "form_671": "シャドウ", - "form_672": "ライト", - "form_673": "シャドウ", - "form_674": "ライト", - "form_675": "シャドウ", - "form_676": "ライト", - "form_677": "通常", - "form_678": "シャドウ", - "form_679": "ライト", - "form_680": "通常", - "form_681": "シャドウ", - "form_682": "ライト", - "form_683": "通常", - "form_684": "シャドウ", - "form_685": "ライト", - "form_686": "シャドウ", - "form_687": "ライト", - "form_688": "通常", - "form_689": "シャドウ", - "form_690": "ライト", - "form_691": "通常", - "form_692": "シャドウ", - "form_693": "ライト", - "form_694": "通常", - "form_695": "シャドウ", - "form_696": "ライト", - "form_697": "通常", - "form_698": "シャドウ", - "form_699": "ライト", - "form_700": "通常", - "form_701": "シャドウ", - "form_702": "ライト", - "form_703": "通常", - "form_704": "シャドウ", - "form_705": "ライト", - "form_706": "通常", - "form_707": "シャドウ", - "form_708": "ライト", - "form_709": "シャドウ", - "form_710": "ライト", - "form_711": "シャドウ", - "form_712": "ライト", - "form_713": "通常", - "form_714": "シャドウ", - "form_715": "ライト", - "form_716": "通常", - "form_717": "シャドウ", - "form_718": "ライト", - "form_719": "通常", - "form_720": "シャドウ", - "form_721": "ライト", - "form_722": "通常", - "form_723": "シャドウ", - "form_724": "ライト", - "form_725": "シャドウ", - "form_726": "ライト", - "form_727": "シャドウ", - "form_728": "ライト", - "form_729": "通常", - "form_730": "シャドウ", - "form_731": "ライト", - "form_732": "シャドウ", - "form_733": "ライト", - "form_734": "通常", - "form_735": "シャドウ", - "form_736": "ライト", - "form_737": "通常", - "form_738": "シャドウ", - "form_739": "ライト", - "form_740": "通常", - "form_741": "シャドウ", - "form_742": "ライト", - "form_743": "通常", - "form_744": "シャドウ", - "form_745": "ライト", - "form_746": "通常", - "form_747": "シャドウ", - "form_748": "ライト", - "form_749": "通常", - "form_750": "シャドウ", - "form_751": "ライト", - "form_752": "通常", - "form_753": "シャドウ", - "form_754": "ライト", - "form_755": "通常", - "form_756": "シャドウ", - "form_757": "ライト", - "form_758": "通常", - "form_759": "シャドウ", - "form_760": "ライト", - "form_761": "通常", - "form_762": "シャドウ", - "form_763": "ライト", - "form_764": "通常", - "form_765": "シャドウ", - "form_766": "ライト", - "form_767": "通常", - "form_768": "シャドウ", - "form_769": "ライト", - "form_770": "通常", - "form_771": "シャドウ", - "form_772": "ライト", - "form_773": "通常", - "form_774": "シャドウ", - "form_775": "ライト", - "form_776": "通常", - "form_777": "シャドウ", - "form_778": "ライト", - "form_779": "通常", - "form_780": "シャドウ", - "form_781": "ライト", - "form_782": "通常", - "form_783": "シャドウ", - "form_784": "ライト", - "form_785": "通常", - "form_786": "シャドウ", - "form_787": "ライト", - "form_788": "通常", - "form_789": "シャドウ", - "form_790": "ライト", - "form_791": "通常", - "form_792": "シャドウ", - "form_793": "ライト", - "form_794": "通常", - "form_795": "シャドウ", - "form_796": "ライト", - "form_797": "通常", - "form_798": "シャドウ", - "form_799": "ライト", - "form_800": "通常", - "form_801": "シャドウ", - "form_802": "ライト", - "form_803": "通常", - "form_804": "シャドウ", - "form_805": "ライト", - "form_806": "通常", - "form_807": "シャドウ", - "form_808": "ライト", - "form_809": "通常", - "form_810": "シャドウ", - "form_811": "ライト", - "form_812": "通常", - "form_813": "シャドウ", - "form_814": "ライト", - "form_815": "通常", - "form_816": "シャドウ", - "form_817": "ライト", - "form_818": "通常", - "form_819": "シャドウ", - "form_820": "ライト", - "form_821": "通常", - "form_822": "シャドウ", - "form_823": "ライト", - "form_824": "通常", - "form_825": "シャドウ", - "form_826": "ライト", - "form_827": "通常", - "form_828": "シャドウ", - "form_829": "ライト", - "form_830": "通常", - "form_831": "シャドウ", - "form_832": "ライト", - "form_833": "通常", - "form_834": "シャドウ", - "form_835": "ライト", - "form_836": "通常", - "form_837": "シャドウ", - "form_838": "ライト", - "form_839": "通常", - "form_840": "シャドウ", - "form_841": "ライト", - "form_842": "シャドウ", - "form_843": "ライト", - "form_844": "シャドウ", - "form_845": "ライト", - "form_846": "通常", - "form_847": "シャドウ", - "form_848": "ライト", - "form_849": "通常", - "form_850": "シャドウ", - "form_851": "ライト", - "form_852": "通常", - "form_853": "シャドウ", - "form_854": "ライト", - "form_855": "通常", - "form_856": "シャドウ", - "form_857": "ライト", - "form_858": "通常", - "form_859": "シャドウ", - "form_860": "ライト", - "form_861": "通常", - "form_862": "シャドウ", - "form_863": "ライト", - "form_864": "通常", - "form_865": "シャドウ", - "form_866": "ライト", - "form_867": "通常", - "form_868": "シャドウ", - "form_869": "ライト", - "form_870": "通常", - "form_871": "シャドウ", - "form_872": "ライト", - "form_873": "通常", - "form_874": "シャドウ", - "form_875": "ライト", - "form_876": "通常", - "form_877": "シャドウ", - "form_878": "ライト", - "form_879": "通常", - "form_880": "シャドウ", - "form_881": "ライト", - "form_882": "シャドウ", - "form_883": "ライト", - "form_884": "シャドウ", - "form_885": "ライト", - "form_886": "シャドウ", - "form_887": "ライト", - "form_888": "通常", - "form_889": "シャドウ", - "form_890": "ライト", - "form_891": "通常", - "form_892": "シャドウ", - "form_893": "ライト", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "通常", - "form_899": "シャドウ", - "form_900": "ライト", - "form_901": "Vs 2019", - "form_902": "通常", - "form_903": "シャドウ", - "form_904": "ライト", - "form_905": "通常", - "form_906": "シャドウ", - "form_907": "ライト", - "form_908": "通常", - "form_909": "シャドウ", - "form_910": "ライト", - "form_911": "通常", - "form_912": "シャドウ", - "form_913": "ライト", - "form_914": "通常", - "form_915": "シャドウ", - "form_916": "ライト", - "form_917": "通常", - "form_918": "シャドウ", - "form_919": "ライト", - "form_920": "通常", - "form_921": "シャドウ", - "form_922": "ライト", - "form_923": "通常", - "form_924": "シャドウ", - "form_925": "ライト", - "form_926": "通常", - "form_927": "シャドウ", - "form_928": "ライト", - "form_929": "通常", - "form_930": "シャドウ", - "form_931": "ライト", - "form_932": "通常", - "form_933": "シャドウ", - "form_934": "ライト", - "form_935": "通常", - "form_936": "シャドウ", - "form_937": "ライト", - "form_938": "通常", - "form_939": "シャドウ", - "form_940": "ライト", - "form_941": "通常", - "form_942": "シャドウ", - "form_943": "ライト", - "form_944": "ガラル", - "form_945": "通常", - "form_946": "ガラル", - "form_947": "通常", - "form_948": "ガラル", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "通常", - "form_954": "シャドウ", - "form_955": "ライト", - "form_956": "通常", - "form_957": "シャドウ", - "form_958": "ライト", - "form_959": "通常", - "form_960": "シャドウ", - "form_961": "ライト", - "form_962": "通常", - "form_963": "シャドウ", - "form_964": "ライト", - "form_965": "通常", - "form_966": "シャドウ", - "form_967": "ライト", - "form_968": "通常", - "form_969": "シャドウ", - "form_970": "ライト", - "form_971": "通常", - "form_972": "シャドウ", - "form_973": "ライト", - "form_974": "通常", - "form_975": "シャドウ", - "form_976": "ライト", - "form_977": "シャドウ", - "form_978": "ライト", - "form_979": "シャドウ", - "form_980": "ライト", - "form_981": "通常", - "form_982": "シャドウ", - "form_983": "ライト", - "form_984": "通常", - "form_985": "シャドウ", - "form_986": "ライト", - "form_987": "通常", - "form_988": "シャドウ", - "form_989": "ライト", - "form_990": "通常", - "form_991": "シャドウ", - "form_992": "ライト", - "form_993": "通常", - "form_994": "シャドウ", - "form_995": "ライト", - "form_996": "通常", - "form_997": "シャドウ", - "form_998": "ライト", - "form_999": "通常", - "form_1000": "シャドウ", - "form_1001": "ライト", - "form_1002": "通常", - "form_1003": "シャドウ", - "form_1004": "ライト", - "form_1005": "通常", - "form_1006": "シャドウ", - "form_1007": "ライト", - "form_1008": "通常", - "form_1009": "シャドウ", - "form_1010": "ライト", - "form_1011": "通常", - "form_1012": "シャドウ", - "form_1013": "ライト", - "form_1014": "通常", - "form_1015": "シャドウ", - "form_1016": "ライト", - "form_1017": "通常", - "form_1018": "シャドウ", - "form_1019": "ライト", - "form_1020": "通常", - "form_1021": "シャドウ", - "form_1022": "ライト", - "form_1023": "通常", - "form_1024": "シャドウ", - "form_1025": "ライト", - "form_1026": "通常", - "form_1027": "シャドウ", - "form_1028": "ライト", - "form_1029": "通常", - "form_1030": "シャドウ", - "form_1031": "ライト", - "form_1032": "通常", - "form_1033": "シャドウ", - "form_1034": "ライト", - "form_1035": "通常", - "form_1036": "シャドウ", - "form_1037": "ライト", - "form_1038": "通常", - "form_1039": "シャドウ", - "form_1040": "ライト", - "form_1041": "通常", - "form_1042": "シャドウ", - "form_1043": "ライト", - "form_1044": "通常", - "form_1045": "シャドウ", - "form_1046": "ライト", - "form_1047": "通常", - "form_1048": "シャドウ", - "form_1049": "ライト", - "form_1050": "通常", - "form_1051": "シャドウ", - "form_1052": "ライト", - "form_1053": "通常", - "form_1054": "シャドウ", - "form_1055": "ライト", - "form_1056": "通常", - "form_1057": "シャドウ", - "form_1058": "ライト", - "form_1059": "通常", - "form_1060": "シャドウ", - "form_1061": "ライト", - "form_1062": "通常", - "form_1063": "シャドウ", - "form_1064": "ライト", - "form_1065": "通常", - "form_1066": "シャドウ", - "form_1067": "ライト", - "form_1068": "通常", - "form_1069": "シャドウ", - "form_1070": "ライト", - "form_1071": "通常", - "form_1072": "シャドウ", - "form_1073": "ライト", - "form_1074": "通常", - "form_1075": "シャドウ", - "form_1076": "ライト", - "form_1077": "通常", - "form_1078": "シャドウ", - "form_1079": "ライト", - "form_1080": "通常", - "form_1081": "シャドウ", - "form_1082": "ライト", - "form_1083": "通常", - "form_1084": "シャドウ", - "form_1085": "ライト", - "form_1086": "通常", - "form_1087": "シャドウ", - "form_1088": "ライト", - "form_1089": "通常", - "form_1090": "シャドウ", - "form_1091": "ライト", - "form_1092": "通常", - "form_1093": "シャドウ", - "form_1094": "ライト", - "form_1095": "通常", - "form_1096": "シャドウ", - "form_1097": "ライト", - "form_1098": "通常", - "form_1099": "シャドウ", - "form_1100": "ライト", - "form_1101": "通常", - "form_1102": "シャドウ", - "form_1103": "ライト", - "form_1104": "通常", - "form_1105": "シャドウ", - "form_1106": "ライト", - "form_1107": "通常", - "form_1108": "シャドウ", - "form_1109": "ライト", - "form_1110": "通常", - "form_1111": "シャドウ", - "form_1112": "ライト", - "form_1113": "シャドウ", - "form_1114": "ライト", - "form_1115": "通常", - "form_1116": "シャドウ", - "form_1117": "ライト", - "form_1118": "通常", - "form_1119": "シャドウ", - "form_1120": "ライト", - "form_1121": "通常", - "form_1122": "シャドウ", - "form_1123": "ライト", - "form_1124": "通常", - "form_1125": "シャドウ", - "form_1126": "ライト", - "form_1127": "通常", - "form_1128": "シャドウ", - "form_1129": "ライト", - "form_1130": "通常", - "form_1131": "シャドウ", - "form_1132": "ライト", - "form_1133": "通常", - "form_1134": "シャドウ", - "form_1135": "ライト", - "form_1136": "通常", - "form_1137": "シャドウ", - "form_1138": "ライト", - "form_1139": "通常", - "form_1140": "シャドウ", - "form_1141": "ライト", - "form_1142": "通常", - "form_1143": "シャドウ", - "form_1144": "ライト", - "form_1145": "通常", - "form_1146": "シャドウ", - "form_1147": "ライト", - "form_1148": "通常", - "form_1149": "シャドウ", - "form_1150": "ライト", - "form_1151": "通常", - "form_1152": "シャドウ", - "form_1153": "ライト", - "form_1154": "通常", - "form_1155": "シャドウ", - "form_1156": "ライト", - "form_1157": "通常", - "form_1158": "シャドウ", - "form_1159": "ライト", - "form_1160": "通常", - "form_1161": "シャドウ", - "form_1162": "ライト", - "form_1163": "通常", - "form_1164": "シャドウ", - "form_1165": "ライト", - "form_1166": "通常", - "form_1167": "シャドウ", - "form_1168": "ライト", - "form_1169": "通常", - "form_1170": "シャドウ", - "form_1171": "ライト", - "form_1172": "通常", - "form_1173": "シャドウ", - "form_1174": "ライト", - "form_1175": "通常", - "form_1176": "シャドウ", - "form_1177": "ライト", - "form_1178": "通常", - "form_1179": "シャドウ", - "form_1180": "ライト", - "form_1181": "通常", - "form_1182": "シャドウ", - "form_1183": "ライト", - "form_1184": "通常", - "form_1185": "シャドウ", - "form_1186": "ライト", - "form_1187": "通常", - "form_1188": "シャドウ", - "form_1189": "ライト", - "form_1190": "通常", - "form_1191": "シャドウ", - "form_1192": "ライト", - "form_1193": "通常", - "form_1194": "シャドウ", - "form_1195": "ライト", - "form_1196": "通常", - "form_1197": "シャドウ", - "form_1198": "ライト", - "form_1199": "通常", - "form_1200": "シャドウ", - "form_1201": "ライト", - "form_1202": "通常", - "form_1203": "シャドウ", - "form_1204": "ライト", - "form_1205": "通常", - "form_1206": "シャドウ", - "form_1207": "ライト", - "form_1208": "通常", - "form_1209": "シャドウ", - "form_1210": "ライト", - "form_1211": "通常", - "form_1212": "シャドウ", - "form_1213": "ライト", - "form_1214": "通常", - "form_1215": "シャドウ", - "form_1216": "ライト", - "form_1217": "通常", - "form_1218": "シャドウ", - "form_1219": "ライト", - "form_1220": "通常", - "form_1221": "シャドウ", - "form_1222": "ライト", - "form_1223": "通常", - "form_1224": "シャドウ", - "form_1225": "ライト", - "form_1226": "通常", - "form_1227": "シャドウ", - "form_1228": "ライト", - "form_1229": "通常", - "form_1230": "シャドウ", - "form_1231": "ライト", - "form_1232": "通常", - "form_1233": "シャドウ", - "form_1234": "ライト", - "form_1235": "通常", - "form_1236": "シャドウ", - "form_1237": "ライト", - "form_1238": "通常", - "form_1239": "シャドウ", - "form_1240": "ライト", - "form_1241": "通常", - "form_1242": "シャドウ", - "form_1243": "ライト", - "form_1244": "通常", - "form_1245": "シャドウ", - "form_1246": "ライト", - "form_1247": "通常", - "form_1248": "シャドウ", - "form_1249": "ライト", - "form_1250": "通常", - "form_1251": "シャドウ", - "form_1252": "ライト", - "form_1253": "通常", - "form_1254": "シャドウ", - "form_1255": "ライト", - "form_1256": "通常", - "form_1257": "シャドウ", - "form_1258": "ライト", - "form_1259": "通常", - "form_1260": "シャドウ", - "form_1261": "ライト", - "form_1262": "通常", - "form_1263": "シャドウ", - "form_1264": "ライト", - "form_1265": "通常", - "form_1266": "シャドウ", - "form_1267": "ライト", - "form_1268": "通常", - "form_1269": "シャドウ", - "form_1270": "ライト", - "form_1271": "通常", - "form_1272": "シャドウ", - "form_1273": "ライト", - "form_1274": "通常", - "form_1275": "シャドウ", - "form_1276": "ライト", - "form_1277": "通常", - "form_1278": "シャドウ", - "form_1279": "ライト", - "form_1280": "通常", - "form_1281": "シャドウ", - "form_1282": "ライト", - "form_1283": "通常", - "form_1284": "シャドウ", - "form_1285": "ライト", - "form_1286": "通常", - "form_1287": "シャドウ", - "form_1288": "ライト", - "form_1289": "通常", - "form_1290": "シャドウ", - "form_1291": "ライト", - "form_1292": "通常", - "form_1293": "シャドウ", - "form_1294": "ライト", - "form_1295": "通常", - "form_1296": "シャドウ", - "form_1297": "ライト", - "form_1298": "通常", - "form_1299": "シャドウ", - "form_1300": "ライト", - "form_1301": "通常", - "form_1302": "シャドウ", - "form_1303": "ライト", - "form_1304": "通常", - "form_1305": "シャドウ", - "form_1306": "ライト", - "form_1307": "通常", - "form_1308": "シャドウ", - "form_1309": "ライト", - "form_1310": "通常", - "form_1311": "シャドウ", - "form_1312": "ライト", - "form_1313": "通常", - "form_1314": "シャドウ", - "form_1315": "ライト", - "form_1316": "通常", - "form_1317": "シャドウ", - "form_1318": "ライト", - "form_1319": "通常", - "form_1320": "シャドウ", - "form_1321": "ライト", - "form_1322": "通常", - "form_1323": "シャドウ", - "form_1324": "ライト", - "form_1325": "通常", - "form_1326": "シャドウ", - "form_1327": "ライト", - "form_1328": "通常", - "form_1329": "シャドウ", - "form_1330": "ライト", - "form_1331": "通常", - "form_1332": "シャドウ", - "form_1333": "ライト", - "form_1334": "通常", - "form_1335": "シャドウ", - "form_1336": "ライト", - "form_1337": "通常", - "form_1338": "シャドウ", - "form_1339": "ライト", - "form_1340": "通常", - "form_1341": "シャドウ", - "form_1342": "ライト", - "form_1343": "通常", - "form_1344": "シャドウ", - "form_1345": "ライト", - "form_1346": "通常", - "form_1347": "シャドウ", - "form_1348": "ライト", - "form_1349": "通常", - "form_1350": "シャドウ", - "form_1351": "ライト", - "form_1352": "通常", - "form_1353": "シャドウ", - "form_1354": "ライト", - "form_1355": "通常", - "form_1356": "シャドウ", - "form_1357": "ライト", - "form_1358": "通常", - "form_1359": "シャドウ", - "form_1360": "ライト", - "form_1361": "通常", - "form_1362": "シャドウ", - "form_1363": "ライト", - "form_1364": "通常", - "form_1365": "シャドウ", - "form_1366": "ライト", - "form_1367": "通常", - "form_1368": "シャドウ", - "form_1369": "ライト", - "form_1370": "通常", - "form_1371": "シャドウ", - "form_1372": "ライト", - "form_1373": "シャドウ", - "form_1374": "ライト", - "form_1375": "シャドウ", - "form_1376": "ライト", - "form_1377": "シャドウ", - "form_1378": "ライト", - "form_1379": "通常", - "form_1380": "シャドウ", - "form_1381": "ライト", - "form_1382": "通常", - "form_1383": "シャドウ", - "form_1384": "ライト", - "form_1385": "通常", - "form_1386": "シャドウ", - "form_1387": "ライト", - "form_1388": "通常", - "form_1389": "シャドウ", - "form_1390": "ライト", - "form_1391": "通常", - "form_1392": "シャドウ", - "form_1393": "ライト", - "form_1394": "通常", - "form_1395": "シャドウ", - "form_1396": "ライト", - "form_1397": "通常", - "form_1398": "シャドウ", - "form_1399": "ライト", - "form_1400": "通常", - "form_1401": "シャドウ", - "form_1402": "ライト", - "form_1403": "通常", - "form_1404": "シャドウ", - "form_1405": "ライト", - "form_1406": "通常", - "form_1407": "シャドウ", - "form_1408": "ライト", - "form_1409": "通常", - "form_1410": "シャドウ", - "form_1411": "ライト", - "form_1412": "通常", - "form_1413": "シャドウ", - "form_1414": "ライト", - "form_1415": "通常", - "form_1416": "シャドウ", - "form_1417": "ライト", - "form_1418": "通常", - "form_1419": "シャドウ", - "form_1420": "ライト", - "form_1421": "通常", - "form_1422": "シャドウ", - "form_1423": "ライト", - "form_1424": "通常", - "form_1425": "シャドウ", - "form_1426": "ライト", - "form_1427": "通常", - "form_1428": "シャドウ", - "form_1429": "ライト", - "form_1430": "通常", - "form_1431": "シャドウ", - "form_1432": "ライト", - "form_1433": "通常", - "form_1434": "シャドウ", - "form_1435": "ライト", - "form_1436": "通常", - "form_1437": "シャドウ", - "form_1438": "ライト", - "form_1439": "通常", - "form_1440": "シャドウ", - "form_1441": "ライト", - "form_1442": "通常", - "form_1443": "シャドウ", - "form_1444": "ライト", - "form_1445": "通常", - "form_1446": "シャドウ", - "form_1447": "ライト", - "form_1448": "通常", - "form_1449": "シャドウ", - "form_1450": "ライト", - "form_1451": "通常", - "form_1452": "シャドウ", - "form_1453": "ライト", - "form_1454": "通常", - "form_1455": "シャドウ", - "form_1456": "ライト", - "form_1457": "通常", - "form_1458": "シャドウ", - "form_1459": "ライト", - "form_1460": "通常", - "form_1461": "シャドウ", - "form_1462": "ライト", - "form_1463": "通常", - "form_1464": "シャドウ", - "form_1465": "ライト", - "form_1466": "通常", - "form_1467": "シャドウ", - "form_1468": "ライト", - "form_1469": "通常", - "form_1470": "シャドウ", - "form_1471": "ライト", - "form_1472": "通常", - "form_1473": "シャドウ", - "form_1474": "ライト", - "form_1475": "通常", - "form_1476": "シャドウ", - "form_1477": "ライト", - "form_1478": "通常", - "form_1479": "シャドウ", - "form_1480": "ライト", - "form_1481": "通常", - "form_1482": "シャドウ", - "form_1483": "ライト", - "form_1484": "通常", - "form_1485": "シャドウ", - "form_1486": "ライト", - "form_1487": "通常", - "form_1488": "シャドウ", - "form_1489": "ライト", - "form_1490": "通常", - "form_1491": "シャドウ", - "form_1492": "ライト", - "form_1493": "通常", - "form_1494": "シャドウ", - "form_1495": "ライト", - "form_1496": "通常", - "form_1497": "シャドウ", - "form_1498": "ライト", - "form_1499": "通常", - "form_1500": "シャドウ", - "form_1501": "ライト", - "form_1502": "通常", - "form_1503": "シャドウ", - "form_1504": "ライト", - "form_1505": "通常", - "form_1506": "シャドウ", - "form_1507": "ライト", - "form_1508": "通常", - "form_1509": "シャドウ", - "form_1510": "ライト", - "form_1511": "通常", - "form_1512": "シャドウ", - "form_1513": "ライト", - "form_1514": "通常", - "form_1515": "シャドウ", - "form_1516": "ライト", - "form_1517": "通常", - "form_1518": "シャドウ", - "form_1519": "ライト", - "form_1520": "通常", - "form_1521": "シャドウ", - "form_1522": "ライト", - "form_1523": "通常", - "form_1524": "シャドウ", - "form_1525": "ライト", - "form_1526": "通常", - "form_1527": "シャドウ", - "form_1528": "ライト", - "form_1529": "通常", - "form_1530": "シャドウ", - "form_1531": "ライト", - "form_1532": "通常", - "form_1533": "シャドウ", - "form_1534": "ライト", - "form_1535": "通常", - "form_1536": "シャドウ", - "form_1537": "ライト", - "form_1538": "通常", - "form_1539": "シャドウ", - "form_1540": "ライト", - "form_1541": "通常", - "form_1542": "シャドウ", - "form_1543": "ライト", - "form_1544": "通常", - "form_1545": "シャドウ", - "form_1546": "ライト", - "form_1547": "通常", - "form_1548": "シャドウ", - "form_1549": "ライト", - "form_1550": "通常", - "form_1551": "シャドウ", - "form_1552": "ライト", - "form_1553": "通常", - "form_1554": "シャドウ", - "form_1555": "ライト", - "form_1556": "通常", - "form_1557": "シャドウ", - "form_1558": "ライト", - "form_1559": "通常", - "form_1560": "シャドウ", - "form_1561": "ライト", - "form_1562": "通常", - "form_1563": "シャドウ", - "form_1564": "ライト", - "form_1565": "通常", - "form_1566": "シャドウ", - "form_1567": "ライト", - "form_1568": "通常", - "form_1569": "シャドウ", - "form_1570": "ライト", - "form_1571": "通常", - "form_1572": "シャドウ", - "form_1573": "ライト", - "form_1574": "通常", - "form_1575": "シャドウ", - "form_1576": "ライト", - "form_1577": "通常", - "form_1578": "シャドウ", - "form_1579": "ライト", - "form_1580": "通常", - "form_1581": "シャドウ", - "form_1582": "ライト", - "form_1583": "通常", - "form_1584": "シャドウ", - "form_1585": "ライト", - "form_1586": "通常", - "form_1587": "シャドウ", - "form_1588": "ライト", - "form_1589": "通常", - "form_1590": "シャドウ", - "form_1591": "ライト", - "form_1592": "通常", - "form_1593": "シャドウ", - "form_1594": "ライト", - "form_1595": "通常", - "form_1596": "シャドウ", - "form_1597": "ライト", - "form_1598": "通常", - "form_1599": "シャドウ", - "form_1600": "ライト", - "form_1601": "通常", - "form_1602": "シャドウ", - "form_1603": "ライト", - "form_1604": "通常", - "form_1605": "シャドウ", - "form_1606": "ライト", - "form_1607": "通常", - "form_1608": "シャドウ", - "form_1609": "ライト", - "form_1610": "通常", - "form_1611": "シャドウ", - "form_1612": "ライト", - "form_1613": "通常", - "form_1614": "シャドウ", - "form_1615": "ライト", - "form_1616": "通常", - "form_1617": "シャドウ", - "form_1618": "ライト", - "form_1619": "通常", - "form_1620": "シャドウ", - "form_1621": "ライト", - "form_1622": "通常", - "form_1623": "シャドウ", - "form_1624": "ライト", - "form_1625": "通常", - "form_1626": "シャドウ", - "form_1627": "ライト", - "form_1628": "通常", - "form_1629": "シャドウ", - "form_1630": "ライト", - "form_1631": "通常", - "form_1632": "シャドウ", - "form_1633": "ライト", - "form_1634": "通常", - "form_1635": "シャドウ", - "form_1636": "ライト", - "form_1637": "通常", - "form_1638": "シャドウ", - "form_1639": "ライト", - "form_1640": "通常", - "form_1641": "シャドウ", - "form_1642": "ライト", - "form_1643": "通常", - "form_1644": "シャドウ", - "form_1645": "ライト", - "form_1646": "通常", - "form_1647": "シャドウ", - "form_1648": "ライト", - "form_1649": "通常", - "form_1650": "シャドウ", - "form_1651": "ライト", - "form_1652": "通常", - "form_1653": "シャドウ", - "form_1654": "ライト", - "form_1655": "通常", - "form_1656": "シャドウ", - "form_1657": "ライト", - "form_1658": "通常", - "form_1659": "シャドウ", - "form_1660": "ライト", - "form_1661": "通常", - "form_1662": "シャドウ", - "form_1663": "ライト", - "form_1664": "通常", - "form_1665": "シャドウ", - "form_1666": "ライト", - "form_1667": "通常", - "form_1668": "シャドウ", - "form_1669": "ライト", - "form_1670": "通常", - "form_1671": "シャドウ", - "form_1672": "ライト", - "form_1673": "通常", - "form_1674": "シャドウ", - "form_1675": "ライト", - "form_1676": "通常", - "form_1677": "シャドウ", - "form_1678": "ライト", - "form_1679": "通常", - "form_1680": "シャドウ", - "form_1681": "ライト", - "form_1682": "通常", - "form_1683": "シャドウ", - "form_1684": "ライト", - "form_1685": "通常", - "form_1686": "シャドウ", - "form_1687": "ライト", - "form_1688": "通常", - "form_1689": "シャドウ", - "form_1690": "ライト", - "form_1691": "通常", - "form_1692": "シャドウ", - "form_1693": "ライト", - "form_1694": "通常", - "form_1695": "シャドウ", - "form_1696": "ライト", - "form_1697": "通常", - "form_1698": "シャドウ", - "form_1699": "ライト", - "form_1700": "通常", - "form_1701": "シャドウ", - "form_1702": "ライト", - "form_1703": "通常", - "form_1704": "シャドウ", - "form_1705": "ライト", - "form_1706": "通常", - "form_1707": "シャドウ", - "form_1708": "ライト", - "form_1709": "通常", - "form_1710": "シャドウ", - "form_1711": "ライト", - "form_1712": "通常", - "form_1713": "シャドウ", - "form_1714": "ライト", - "form_1715": "通常", - "form_1716": "シャドウ", - "form_1717": "ライト", - "form_1718": "通常", - "form_1719": "シャドウ", - "form_1720": "ライト", - "form_1721": "通常", - "form_1722": "シャドウ", - "form_1723": "ライト", - "form_1724": "通常", - "form_1725": "シャドウ", - "form_1726": "ライト", - "form_1727": "通常", - "form_1728": "シャドウ", - "form_1729": "ライト", - "form_1730": "通常", - "form_1731": "シャドウ", - "form_1732": "ライト", - "form_1733": "通常", - "form_1734": "シャドウ", - "form_1735": "ライト", - "form_1736": "通常", - "form_1737": "シャドウ", - "form_1738": "ライト", - "form_1739": "通常", - "form_1740": "シャドウ", - "form_1741": "ライト", - "form_1742": "通常", - "form_1743": "シャドウ", - "form_1744": "ライト", - "form_1745": "通常", - "form_1746": "シャドウ", - "form_1747": "ライト", - "form_1748": "通常", - "form_1749": "シャドウ", - "form_1750": "ライト", - "form_1751": "通常", - "form_1752": "シャドウ", - "form_1753": "ライト", - "form_1754": "通常", - "form_1755": "シャドウ", - "form_1756": "ライト", - "form_1757": "通常", - "form_1758": "シャドウ", - "form_1759": "ライト", - "form_1760": "通常", - "form_1761": "シャドウ", - "form_1762": "ライト", - "form_1763": "通常", - "form_1764": "シャドウ", - "form_1765": "ライト", - "form_1766": "通常", - "form_1767": "シャドウ", - "form_1768": "ライト", - "form_1769": "通常", - "form_1770": "シャドウ", - "form_1771": "ライト", - "form_1772": "通常", - "form_1773": "シャドウ", - "form_1774": "ライト", - "form_1775": "通常", - "form_1776": "シャドウ", - "form_1777": "ライト", - "form_1778": "通常", - "form_1779": "シャドウ", - "form_1780": "ライト", - "form_1781": "通常", - "form_1782": "シャドウ", - "form_1783": "ライト", - "form_1784": "通常", - "form_1785": "シャドウ", - "form_1786": "ライト", - "form_1787": "通常", - "form_1788": "シャドウ", - "form_1789": "ライト", - "form_1790": "通常", - "form_1791": "シャドウ", - "form_1792": "ライト", - "form_1793": "通常", - "form_1794": "シャドウ", - "form_1795": "ライト", - "form_1796": "通常", - "form_1797": "シャドウ", - "form_1798": "ライト", - "form_1799": "通常", - "form_1800": "シャドウ", - "form_1801": "ライト", - "form_1802": "通常", - "form_1803": "シャドウ", - "form_1804": "ライト", - "form_1805": "通常", - "form_1806": "シャドウ", - "form_1807": "ライト", - "form_1808": "通常", - "form_1809": "シャドウ", - "form_1810": "ライト", - "form_1811": "通常", - "form_1812": "シャドウ", - "form_1813": "ライト", - "form_1814": "通常", - "form_1815": "シャドウ", - "form_1816": "ライト", - "form_1817": "通常", - "form_1818": "シャドウ", - "form_1819": "ライト", - "form_1820": "通常", - "form_1821": "シャドウ", - "form_1822": "ライト", - "form_1823": "通常", - "form_1824": "シャドウ", - "form_1825": "ライト", - "form_1826": "通常", - "form_1827": "シャドウ", - "form_1828": "ライト", - "form_1829": "通常", - "form_1830": "シャドウ", - "form_1831": "ライト", - "form_1832": "通常", - "form_1833": "シャドウ", - "form_1834": "ライト", - "form_1835": "通常", - "form_1836": "シャドウ", - "form_1837": "ライト", - "form_1838": "通常", - "form_1839": "シャドウ", - "form_1840": "ライト", - "form_1841": "通常", - "form_1842": "シャドウ", - "form_1843": "ライト", - "form_1844": "通常", - "form_1845": "シャドウ", - "form_1846": "ライト", - "form_1847": "通常", - "form_1848": "シャドウ", - "form_1849": "ライト", - "form_1850": "通常", - "form_1851": "シャドウ", - "form_1852": "ライト", - "form_1853": "通常", - "form_1854": "シャドウ", - "form_1855": "ライト", - "form_1856": "通常", - "form_1857": "シャドウ", - "form_1858": "ライト", - "form_1859": "通常", - "form_1860": "シャドウ", - "form_1861": "ライト", - "form_1862": "通常", - "form_1863": "シャドウ", - "form_1864": "ライト", - "form_1865": "通常", - "form_1866": "シャドウ", - "form_1867": "ライト", - "form_1868": "通常", - "form_1869": "シャドウ", - "form_1870": "ライト", - "form_1871": "通常", - "form_1872": "シャドウ", - "form_1873": "ライト", - "form_1874": "通常", - "form_1875": "シャドウ", - "form_1876": "ライト", - "form_1877": "通常", - "form_1878": "シャドウ", - "form_1879": "ライト", - "form_1880": "通常", - "form_1881": "シャドウ", - "form_1882": "ライト", - "form_1883": "通常", - "form_1884": "シャドウ", - "form_1885": "ライト", - "form_1886": "通常", - "form_1887": "シャドウ", - "form_1888": "ライト", - "form_1889": "通常", - "form_1890": "シャドウ", - "form_1891": "ライト", - "form_1892": "通常", - "form_1893": "シャドウ", - "form_1894": "ライト", - "form_1895": "通常", - "form_1896": "シャドウ", - "form_1897": "ライト", - "form_1898": "通常", - "form_1899": "シャドウ", - "form_1900": "ライト", - "form_1901": "通常", - "form_1902": "シャドウ", - "form_1903": "ライト", - "form_1904": "通常", - "form_1905": "シャドウ", - "form_1906": "ライト", - "form_1907": "通常", - "form_1908": "シャドウ", - "form_1909": "ライト", - "form_1910": "通常", - "form_1911": "シャドウ", - "form_1912": "ライト", - "form_1913": "通常", - "form_1914": "シャドウ", - "form_1915": "ライト", - "form_1916": "通常", - "form_1917": "シャドウ", - "form_1918": "ライト", - "form_1919": "通常", - "form_1920": "シャドウ", - "form_1921": "ライト", - "form_1922": "通常", - "form_1923": "シャドウ", - "form_1924": "ライト", - "form_1925": "通常", - "form_1926": "シャドウ", - "form_1927": "ライト", - "form_1928": "通常", - "form_1929": "シャドウ", - "form_1930": "ライト", - "form_1931": "通常", - "form_1932": "シャドウ", - "form_1933": "ライト", - "form_1934": "通常", - "form_1935": "シャドウ", - "form_1936": "ライト", - "form_1937": "通常", - "form_1938": "シャドウ", - "form_1939": "ライト", - "form_1940": "通常", - "form_1941": "シャドウ", - "form_1942": "ライト", - "form_1943": "通常", - "form_1944": "シャドウ", - "form_1945": "ライト", - "form_1946": "通常", - "form_1947": "シャドウ", - "form_1948": "ライト", - "form_1949": "通常", - "form_1950": "シャドウ", - "form_1951": "ライト", - "form_1952": "通常", - "form_1953": "シャドウ", - "form_1954": "ライト", - "form_1955": "通常", - "form_1956": "シャドウ", - "form_1957": "ライト", - "form_1958": "通常", - "form_1959": "シャドウ", - "form_1960": "ライト", - "form_1961": "通常", - "form_1962": "シャドウ", - "form_1963": "ライト", - "form_1964": "通常", - "form_1965": "シャドウ", - "form_1966": "ライト", - "form_1967": "通常", - "form_1968": "シャドウ", - "form_1969": "ライト", - "form_1970": "通常", - "form_1971": "シャドウ", - "form_1972": "ライト", - "form_1973": "通常", - "form_1974": "シャドウ", - "form_1975": "ライト", - "form_1976": "通常", - "form_1977": "シャドウ", - "form_1978": "ライト", - "form_1979": "通常", - "form_1980": "シャドウ", - "form_1981": "ライト", - "form_1982": "通常", - "form_1983": "シャドウ", - "form_1984": "ライト", - "form_1985": "通常", - "form_1986": "シャドウ", - "form_1987": "ライト", - "form_1988": "通常", - "form_1989": "シャドウ", - "form_1990": "ライト", - "form_1991": "通常", - "form_1992": "シャドウ", - "form_1993": "ライト", - "form_1994": "通常", - "form_1995": "シャドウ", - "form_1996": "ライト", - "form_1997": "通常", - "form_1998": "シャドウ", - "form_1999": "ライト", - "form_2000": "通常", - "form_2001": "シャドウ", - "form_2002": "ライト", - "form_2003": "通常", - "form_2004": "シャドウ", - "form_2005": "ライト", - "form_2006": "通常", - "form_2007": "シャドウ", - "form_2008": "ライト", - "form_2009": "通常", - "form_2010": "シャドウ", - "form_2011": "ライト", - "form_2012": "通常", - "form_2013": "シャドウ", - "form_2014": "ライト", - "form_2015": "通常", - "form_2016": "シャドウ", - "form_2017": "ライト", - "form_2018": "通常", - "form_2019": "シャドウ", - "form_2020": "ライト", - "form_2021": "通常", - "form_2022": "シャドウ", - "form_2023": "ライト", - "form_2024": "通常", - "form_2025": "シャドウ", - "form_2026": "ライト", - "form_2027": "通常", - "form_2028": "シャドウ", - "form_2029": "ライト", - "form_2030": "通常", - "form_2031": "シャドウ", - "form_2032": "ライト", - "form_2033": "通常", - "form_2034": "シャドウ", - "form_2035": "ライト", - "form_2036": "通常", - "form_2037": "シャドウ", - "form_2038": "ライト", - "form_2039": "通常", - "form_2040": "シャドウ", - "form_2041": "ライト", - "form_2042": "通常", - "form_2043": "シャドウ", - "form_2044": "ライト", - "form_2045": "通常", - "form_2046": "シャドウ", - "form_2047": "ライト", - "form_2048": "通常", - "form_2049": "シャドウ", - "form_2050": "ライト", - "form_2051": "通常", - "form_2052": "シャドウ", - "form_2053": "ライト", - "form_2054": "通常", - "form_2055": "シャドウ", - "form_2056": "ライト", - "form_2057": "通常", - "form_2058": "シャドウ", - "form_2059": "ライト", - "form_2060": "通常", - "form_2061": "シャドウ", - "form_2062": "ライト", - "form_2063": "通常", - "form_2064": "シャドウ", - "form_2065": "ライト", - "form_2066": "通常", - "form_2067": "シャドウ", - "form_2068": "ライト", - "form_2069": "通常", - "form_2070": "シャドウ", - "form_2071": "ライト", - "form_2072": "通常", - "form_2073": "シャドウ", - "form_2074": "ライト", - "form_2075": "通常", - "form_2076": "シャドウ", - "form_2077": "ライト", - "form_2078": "通常", - "form_2079": "シャドウ", - "form_2080": "ライト", - "form_2081": "通常", - "form_2082": "シャドウ", - "form_2083": "ライト", - "form_2084": "通常", - "form_2085": "シャドウ", - "form_2086": "ライト", - "form_2087": "通常", - "form_2088": "シャドウ", - "form_2089": "ライト", - "form_2090": "通常", - "form_2091": "シャドウ", - "form_2092": "ライト", - "form_2093": "通常", - "form_2094": "シャドウ", - "form_2095": "ライト", - "form_2096": "通常", - "form_2097": "シャドウ", - "form_2098": "ライト", - "form_2099": "通常", - "form_2100": "シャドウ", - "form_2101": "ライト", - "form_2102": "通常", - "form_2103": "シャドウ", - "form_2104": "ライト", - "form_2105": "通常", - "form_2106": "シャドウ", - "form_2107": "ライト", - "form_2108": "通常", - "form_2109": "シャドウ", - "form_2110": "ライト", - "form_2111": "通常", - "form_2112": "シャドウ", - "form_2113": "ライト", - "form_2114": "通常", - "form_2115": "シャドウ", - "form_2116": "ライト", - "form_2117": "通常", - "form_2118": "シャドウ", - "form_2119": "ライト", - "form_2120": "通常", - "form_2121": "シャドウ", - "form_2122": "ライト", - "form_2123": "通常", - "form_2124": "シャドウ", - "form_2125": "ライト", - "form_2126": "通常", - "form_2127": "シャドウ", - "form_2128": "ライト", - "form_2129": "通常", - "form_2130": "シャドウ", - "form_2131": "ライト", - "form_2132": "通常", - "form_2133": "シャドウ", - "form_2134": "ライト", - "form_2135": "通常", - "form_2136": "シャドウ", - "form_2137": "ライト", - "form_2138": "通常", - "form_2139": "シャドウ", - "form_2140": "ライト", - "form_2141": "通常", - "form_2142": "シャドウ", - "form_2143": "ライト", - "form_2144": "通常", - "form_2145": "シャドウ", - "form_2146": "ライト", - "form_2147": "通常", - "form_2148": "シャドウ", - "form_2149": "ライト", - "form_2150": "通常", - "form_2151": "シャドウ", - "form_2152": "ライト", - "form_2153": "通常", - "form_2154": "シャドウ", - "form_2155": "ライト", - "form_2156": "通常", - "form_2157": "シャドウ", - "form_2158": "ライト", - "form_2159": "通常", - "form_2160": "シャドウ", - "form_2161": "ライト", - "form_2162": "通常", - "form_2163": "シャドウ", - "form_2164": "ライト", - "form_2165": "通常", - "form_2166": "シャドウ", - "form_2167": "ライト", - "form_2168": "通常", - "form_2169": "シャドウ", - "form_2170": "ライト", - "form_2171": "通常", - "form_2172": "シャドウ", - "form_2173": "ライト", - "form_2174": "通常", - "form_2175": "シャドウ", - "form_2176": "ライト", - "form_2177": "通常", - "form_2178": "シャドウ", - "form_2179": "ライト", - "form_2180": "通常", - "form_2181": "シャドウ", - "form_2182": "ライト", - "form_2183": "通常", - "form_2184": "シャドウ", - "form_2185": "ライト", - "form_2186": "通常", - "form_2187": "シャドウ", - "form_2188": "ライト", - "form_2189": "通常", - "form_2190": "シャドウ", - "form_2191": "ライト", - "form_2192": "通常", - "form_2193": "シャドウ", - "form_2194": "ライト", - "form_2195": "通常", - "form_2196": "シャドウ", - "form_2197": "ライト", - "form_2198": "通常", - "form_2199": "シャドウ", - "form_2200": "ライト", - "form_2201": "通常", - "form_2202": "シャドウ", - "form_2203": "ライト", - "form_2204": "通常", - "form_2205": "シャドウ", - "form_2206": "ライト", - "form_2207": "通常", - "form_2208": "シャドウ", - "form_2209": "ライト", - "form_2210": "通常", - "form_2211": "シャドウ", - "form_2212": "ライト", - "form_2213": "通常", - "form_2214": "シャドウ", - "form_2215": "ライト", - "form_2216": "通常", - "form_2217": "シャドウ", - "form_2218": "ライト", - "form_2219": "通常", - "form_2220": "シャドウ", - "form_2221": "ライト", - "form_2222": "通常", - "form_2223": "シャドウ", - "form_2224": "ライト", - "form_2225": "通常", - "form_2226": "シャドウ", - "form_2227": "ライト", - "form_2228": "通常", - "form_2229": "シャドウ", - "form_2230": "ライト", - "form_2231": "通常", - "form_2232": "シャドウ", - "form_2233": "ライト", - "form_2234": "通常", - "form_2235": "シャドウ", - "form_2236": "ライト", - "form_2237": "通常", - "form_2238": "シャドウ", - "form_2239": "ライト", - "form_2240": "通常", - "form_2241": "シャドウ", - "form_2242": "ライト", - "form_2243": "通常", - "form_2244": "シャドウ", - "form_2245": "ライト", - "form_2246": "通常", - "form_2247": "シャドウ", - "form_2248": "ライト", - "form_2249": "通常", - "form_2250": "シャドウ", - "form_2251": "ライト", - "form_2252": "通常", - "form_2253": "シャドウ", - "form_2254": "ライト", - "form_2255": "通常", - "form_2256": "シャドウ", - "form_2257": "ライト", - "form_2258": "通常", - "form_2259": "シャドウ", - "form_2260": "ライト", - "form_2261": "通常", - "form_2262": "シャドウ", - "form_2263": "ライト", - "form_2264": "通常", - "form_2265": "シャドウ", - "form_2266": "ライト", - "form_2267": "通常", - "form_2268": "シャドウ", - "form_2269": "ライト", - "form_2270": "通常", - "form_2271": "シャドウ", - "form_2272": "ライト", - "form_2273": "通常", - "form_2274": "シャドウ", - "form_2275": "ライト", - "form_2276": "通常", - "form_2277": "シャドウ", - "form_2278": "ライト", - "form_2279": "通常", - "form_2280": "シャドウ", - "form_2281": "ライト", - "form_2282": "通常", - "form_2283": "シャドウ", - "form_2284": "ライト", - "form_2285": "通常", - "form_2286": "シャドウ", - "form_2287": "ライト", - "form_2288": "通常", - "form_2289": "シャドウ", - "form_2290": "ライト", - "form_2291": "通常", - "form_2292": "シャドウ", - "form_2293": "ライト", - "form_2294": "通常", - "form_2295": "シャドウ", - "form_2296": "ライト", - "form_2297": "通常", - "form_2298": "シャドウ", - "form_2299": "ライト", - "form_2300": "通常", - "form_2301": "シャドウ", - "form_2302": "ライト", - "form_2303": "通常", - "form_2304": "シャドウ", - "form_2305": "ライト", - "form_2306": "通常", - "form_2307": "シャドウ", - "form_2308": "ライト", - "form_2309": "通常", - "form_2310": "シャドウ", - "form_2311": "ライト", - "form_2312": "通常", - "form_2313": "シャドウ", - "form_2314": "ライト", - "form_2315": "通常", - "form_2316": "シャドウ", - "form_2317": "ライト", - "form_2318": "通常", - "form_2319": "シャドウ", - "form_2320": "ライト", - "form_2321": "通常", - "form_2322": "シャドウ", - "form_2323": "ライト", - "form_2324": "通常", - "form_2325": "シャドウ", - "form_2326": "ライト", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "メス", - "form_2331": "メス", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "ガラル", - "form_2336": "ガラル", - "form_2337": "ガラル", - "form_2338": "ガラル", - "form_2339": "ガラル", - "form_2340": "ガラル", - "form_2341": "ガラル", - "form_2342": "ガラル", - "form_2343": "ダルマ・ガラル", - "form_2344": "ガラル", - "form_2345": "ガラル", - "form_2463": "ローなすがた", - "form_2464": "ハイなすがた", - "form_2477": "がんさくフォルム", - "form_2478": "しんさくフォルム", - "form_2480": "がんさくフォルム", - "form_2481": "しんさくフォルム", - "form_2501": "通常", - "form_2502": "シャドウ", - "form_2503": "ライト", - "form_2504": "通常", - "form_2505": "シャドウ", - "form_2506": "ライト", - "form_2507": "通常", - "form_2508": "シャドウ", - "form_2509": "ライト", - "form_2510": "通常", - "form_2511": "シャドウ", - "form_2512": "ライト", - "form_2513": "通常", - "form_2514": "シャドウ", - "form_2515": "ライト", - "form_2516": "通常", - "form_2517": "シャドウ", - "form_2518": "ライト", - "form_2540": "アイスフェイス", - "form_2541": "ナイスフェイス", - "form_2542": "オス", - "form_2543": "メス", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "けんのおう", - "form_2577": "れきせんのゆうしゃ", - "form_2578": "たてのおう", - "form_2579": "れきせんのゆうしゃ", - "form_2580": "ムゲンダイマックス", - "form_2581": "通常", - "form_2582": "ガラル", - "form_2583": "ガラル", - "form_2584": "ガラル", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "通常", - "form_2588": "メス", - "form_2589": "通常", - "form_2590": "メス", - "form_2591": "10%フォルム", - "form_2592": "50%フォルム", - "form_2593": "パーフェクトフォルム", - "form_2594": "ぐんとうのもよう", - "form_2595": "たいりくのもよう", - "form_2596": "みやびのもよう", - "form_2597": "ファンシーのもよう", - "form_2598": "ていえんのもよう", - "form_2599": "こうやのもよう", - "form_2600": "ひょうせつのもよう", - "form_2601": "ジャングルのもよう", - "form_2602": "マリンのもよう", - "form_2603": "はなぞののもよう", - "form_2604": "モダンのもよう", - "form_2605": "スコールのもよう", - "form_2606": "オーシャンのもよう", - "form_2607": "ボールのもよう", - "form_2608": "ゆきぐにのもよう", - "form_2609": "たいがのもよう", - "form_2610": "さじんのもよう", - "form_2611": "サバンナのもよう", - "form_2612": "たいようのもよう", - "form_2613": "せつげんのもよう", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "めらめらスタイル", - "form_2680": "ぱちぱちスタイル", - "form_2681": "ふらふらスタイル", - "form_2683": "まいまいスタイル", - "form_2684": "まひるのすがた", - "form_2685": "まよなかのすがた", - "form_2686": "たそがれのすがた", - "form_2687": "たんどくのすがた", - "form_2688": "むれたすがた", - "form_2689": "通常", - "form_2690": "むし", - "form_2691": "あく", - "form_2692": "ドラゴン", - "form_2693": "でんき", - "form_2694": "フェアリー", - "form_2695": "かくとう", - "form_2696": "ほのお", - "form_2697": "ひこう", - "form_2698": "ゴースト", - "form_2699": "くさ", - "form_2700": "じめん", - "form_2701": "こおり", - "form_2702": "どく", - "form_2703": "エスパー", - "form_2704": "いわ", - "form_2705": "はがね", - "form_2706": "みず", - "form_2707": "Meteor Blue", - "form_2708": "ブルーフェザー", - "form_2709": "グリーンフェザー", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "イエローフェザー", - "form_2715": "ばれたすがた", - "form_2716": "ばけたすがた", - "form_2717": "通常", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "通常", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "通常", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "ヒスイ", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "ヒスイ", - "form_2736": "Flying Okinawa", - "form_2737": "たそがれのすがた", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "ぐんとうのもよう", - "form_2746": "たいりくのもよう", - "form_2747": "みやびのもよう", - "form_2748": "ファンシーのもよう", - "form_2749": "ていえんのもよう", - "form_2750": "こうやのもよう", - "form_2751": "ひょうせつのもよう", - "form_2752": "ジャングルのもよう", - "form_2753": "マリンのもよう", - "form_2754": "はなぞののもよう", - "form_2755": "モダンのもよう", - "form_2756": "スコールのもよう", - "form_2757": "オーシャンのもよう", - "form_2758": "ボールのもよう", - "form_2759": "ゆきぐにのもよう", - "form_2760": "たいがのもよう", - "form_2761": "さじんのもよう", - "form_2762": "サバンナのもよう", - "form_2763": "たいようのもよう", - "form_2764": "せつげんのもよう", - "form_2765": "ぐんとうのもよう", - "form_2766": "たいりくのもよう", - "form_2767": "みやびのもよう", - "form_2768": "ファンシーのもよう", - "form_2769": "ていえんのもよう", - "form_2770": "こうやのもよう", - "form_2771": "ひょうせつのもよう", - "form_2772": "ジャングルのもよう", - "form_2773": "マリンのもよう", - "form_2774": "はなぞののもよう", - "form_2775": "モダンのもよう", - "form_2776": "スコールのもよう", - "form_2777": "オーシャンのもよう", - "form_2778": "ボールのもよう", - "form_2779": "ゆきぐにのもよう", - "form_2780": "たいがのもよう", - "form_2781": "さじんのもよう", - "form_2782": "サバンナのもよう", - "form_2783": "たいようのもよう", - "form_2784": "せつげんのもよう", - "form_2785": "ヒスイ", - "form_2786": "ヒスイ", - "form_2787": "ヒスイ", - "form_2788": "ヒスイ", - "form_2789": "ヒスイ", - "form_2790": "ヒスイ", - "form_2791": "ヒスイ", - "form_2792": "ヒスイ", - "form_2793": "ヒスイ", - "form_2794": "ヒスイ", - "form_2795": "ヒスイ", - "form_2796": "ヒスイ", - "form_2797": "ヒスイ", - "form_2798": "ヒスイ", - "form_2799": "ガラル", - "form_2800": "ガラル", - "form_2801": "ガラル", - "form_2802": "けしんフォルム", - "form_2803": "れいじゅうフォルム", - "form_2804": "しろすじのすがた", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "通常", - "form_2808": "メス", - "form_2809": "通常", - "form_2810": "通常", - "form_2811": "通常", - "form_2812": "通常", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "通常", - "form_2818": "シャドウ", - "form_2819": "ライト", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "オリジンフォルム", - "form_2830": "オリジンフォルム", - "form_2831": "通常", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "通常", - "form_2982": "メス", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "グリーンフェザー", - "form_2986": "ブルーフェザー", - "form_2987": "イエローフェザー", - "form_2988": "White", - "form_2989": "ナイーブフォルム", - "form_2990": "れきせんのゆうしゃ", - "form_2991": "そったすがた", - "form_2992": "たれたすがた", - "form_2993": "のびたすがた", - "form_2994": "ふたふしフォルム", - "form_2995": "みつふしフォルム", - "form_2996": "かんぜんけいたい", - "form_2997": "コンプリートモード", - "form_2998": "通常", - "form_3000": "通常", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "オス", - "gender_2": "メス", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "カントー", - "generation_2": "ジョウト", - "generation_3": "ホウエン", - "generation_4": "シンオウ", - "generation_5": "イッシュ", - "generation_6": "カロス", - "generation_7": "アローラ", - "generation_8": "ガラル", - "generation_9": "パルデア", - "grunt_0": "Unset", - "grunt_1": "ブランシェ", - "grunt_2": "キャンデラ", - "grunt_3": "スパーク", - "grunt_4": "GOロケット団 したっぱ (オス)", - "grunt_5": "GOロケット団 したっぱ (メス)", - "grunt_6": "むし - GOロケット団 したっぱ (メス)", - "grunt_7": "むし - GOロケット団 したっぱ (オス)", - "grunt_8": "GOロケット団 したっぱ (メス)", - "grunt_9": "GOロケット団 したっぱ (オス)", - "grunt_10": "あく - GOロケット団 したっぱ (メス)", - "grunt_11": "あく - GOロケット団 したっぱ (オス)", - "grunt_12": "ドラゴン - GOロケット団 したっぱ (メス)", - "grunt_13": "ドラゴン - GOロケット団 したっぱ (オス)", - "grunt_14": "フェアリー - GOロケット団 したっぱ (メス)", - "grunt_15": "フェアリー - GOロケット団 したっぱ (オス)", - "grunt_16": "かくとう - GOロケット団 したっぱ (メス)", - "grunt_17": "かくとう - GOロケット団 したっぱ (オス)", - "grunt_18": "ほのお - GOロケット団 したっぱ (メス)", - "grunt_19": "ほのお - GOロケット団 したっぱ (オス)", - "grunt_20": "ひこう - GOロケット団 したっぱ (メス)", - "grunt_21": "ひこう - GOロケット団 したっぱ (オス)", - "grunt_22": "くさ - GOロケット団 したっぱ (メス)", - "grunt_23": "くさ - GOロケット団 したっぱ (オス)", - "grunt_24": "じめん - GOロケット団 したっぱ (メス)", - "grunt_25": "じめん - GOロケット団 したっぱ (オス)", - "grunt_26": "こおり - GOロケット団 したっぱ (メス)", - "grunt_27": "こおり - GOロケット団 したっぱ (オス)", - "grunt_28": "はがね - GOロケット団 したっぱ (メス)", - "grunt_29": "はがね - GOロケット団 したっぱ (オス)", - "grunt_30": "ノーマル - GOロケット団 したっぱ (メス)", - "grunt_31": "ノーマル - GOロケット団 したっぱ (オス)", - "grunt_32": "どく - GOロケット団 したっぱ (メス)", - "grunt_33": "どく - GOロケット団 したっぱ (オス)", - "grunt_34": "エスパー - GOロケット団 したっぱ (メス)", - "grunt_35": "エスパー - GOロケット団 したっぱ (オス)", - "grunt_36": "いわ - GOロケット団 したっぱ (メス)", - "grunt_37": "いわ - GOロケット団 したっぱ (オス)", - "grunt_38": "みず - GOロケット団 したっぱ (メス)", - "grunt_39": "みず - GOロケット団 したっぱ (オス)", - "grunt_40": "Player Team Leader", - "grunt_41": "クリフ(リーダー)", - "grunt_42": "アルロ(リーダー)", - "grunt_43": "シエラ(リーダー)", - "grunt_44": "サカキ", - "grunt_45": "おとり要員 (オス)", - "grunt_46": "おとり要員 (メス)", - "grunt_47": "ゴースト - GOロケット団 したっぱ (メス)", - "grunt_48": "ゴースト - GOロケット団 したっぱ (オス)", - "grunt_49": "でんき - GOロケット団 したっぱ (メス)", - "grunt_50": "でんき - GOロケット団 したっぱ (オス)", - "grunt_51": "GOロケット団 したっぱ (メス)", - "grunt_52": "GOロケット団 したっぱ (オス)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "むし - GOロケット団 したっぱ (メス)", - "grunt_56": "むし - GOロケット団 したっぱ (オス)", - "grunt_57": "あく - GOロケット団 したっぱ (メス)", - "grunt_58": "あく - GOロケット団 したっぱ (オス)", - "grunt_59": "ドラゴン - GOロケット団 したっぱ (メス)", - "grunt_60": "ドラゴン - GOロケット団 したっぱ (オス)", - "grunt_61": "フェアリー - GOロケット団 したっぱ (メス)", - "grunt_62": "フェアリー - GOロケット団 したっぱ (オス)", - "grunt_63": "かくとう - GOロケット団 したっぱ (メス)", - "grunt_64": "かくとう - GOロケット団 したっぱ (オス)", - "grunt_65": "ほのお - GOロケット団 したっぱ (メス)", - "grunt_66": "ほのお - GOロケット団 したっぱ (オス)", - "grunt_67": "ひこう - GOロケット団 したっぱ (メス)", - "grunt_68": "ひこう - GOロケット団 したっぱ (オス)", - "grunt_69": "くさ - GOロケット団 したっぱ (メス)", - "grunt_70": "くさ - GOロケット団 したっぱ (オス)", - "grunt_71": "じめん - GOロケット団 したっぱ (メス)", - "grunt_72": "じめん - GOロケット団 したっぱ (オス)", - "grunt_73": "こおり - GOロケット団 したっぱ (メス)", - "grunt_74": "こおり - GOロケット団 したっぱ (オス)", - "grunt_75": "GOロケット団 したっぱ (メス)", - "grunt_76": "GOロケット団 したっぱ (オス)", - "grunt_77": "ノーマル - GOロケット団 したっぱ (メス)", - "grunt_78": "ノーマル - GOロケット団 したっぱ (オス)", - "grunt_79": "どく - GOロケット団 したっぱ (メス)", - "grunt_80": "どく - GOロケット団 したっぱ (オス)", - "grunt_81": "エスパー - GOロケット団 したっぱ (メス)", - "grunt_82": "エスパー - GOロケット団 したっぱ (オス)", - "grunt_83": "いわ - GOロケット団 したっぱ (メス)", - "grunt_84": "いわ - GOロケット団 したっぱ (オス)", - "grunt_85": "みず - GOロケット団 したっぱ (メス)", - "grunt_86": "みず - GOロケット団 したっぱ (オス)", - "grunt_87": "ゴースト - GOロケット団 したっぱ (メス)", - "grunt_88": "ゴースト - GOロケット団 したっぱ (オス)", - "grunt_89": "でんき - GOロケット団 したっぱ (メス)", - "grunt_90": "でんき - GOロケット団 したっぱ (オス)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "なし", - "grunt_a_1": "ブランシェ", - "grunt_a_2": "キャンデラ", - "grunt_a_3": "スパーク", - "grunt_a_4": "GOロケット団 したっぱ ♂", - "grunt_a_5": "GOロケット団 したっぱ ♀", - "grunt_a_6": "むし ♀", - "grunt_a_7": "むし ♂", - "grunt_a_8": "GOロケット団 したっぱ ♀", - "grunt_a_9": "GOロケット団 したっぱ ♂", - "grunt_a_10": "あく ♀", - "grunt_a_11": "あく ♂", - "grunt_a_12": "ドラゴン ♀", - "grunt_a_13": "ドラゴン ♂", - "grunt_a_14": "フェアリー ♀", - "grunt_a_15": "フェアリー ♂", - "grunt_a_16": "かくとう ♀", - "grunt_a_17": "かくとう ♂", - "grunt_a_18": "ほのお ♀", - "grunt_a_19": "ほのお ♂", - "grunt_a_20": "ひこう ♀", - "grunt_a_21": "ひこう ♂", - "grunt_a_22": "くさ ♀", - "grunt_a_23": "くさ ♂", - "grunt_a_24": "じめん ♀", - "grunt_a_25": "じめん ♂", - "grunt_a_26": "こおり ♀", - "grunt_a_27": "こおり ♂", - "grunt_a_28": "はがね ♀", - "grunt_a_29": "はがね ♂", - "grunt_a_30": "ノーマル ♀", - "grunt_a_31": "ノーマル ♂", - "grunt_a_32": "どく ♀", - "grunt_a_33": "どく ♂", - "grunt_a_34": "エスパー ♀", - "grunt_a_35": "エスパー ♂", - "grunt_a_36": "いわ ♀", - "grunt_a_37": "いわ ♂", - "grunt_a_38": "みず ♀", - "grunt_a_39": "みず ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "クリフ(リーダー)", - "grunt_a_42": "アルロ(リーダー)", - "grunt_a_43": "シエラ(リーダー)", - "grunt_a_44": "サカキ", - "grunt_a_45": "おとり要員 ♂", - "grunt_a_46": "おとり要員 ♀", - "grunt_a_47": "ゴースト ♀", - "grunt_a_48": "ゴースト ♂", - "grunt_a_49": "でんき ♀", - "grunt_a_50": "でんき ♂", - "grunt_a_51": "GOロケット団 したっぱ ♀", - "grunt_a_52": "GOロケット団 したっぱ ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "むし ♀", - "grunt_a_56": "むし ♂", - "grunt_a_57": "あく ♀", - "grunt_a_58": "あく ♂", - "grunt_a_59": "ドラゴン ♀", - "grunt_a_60": "ドラゴン ♂", - "grunt_a_61": "フェアリー ♀", - "grunt_a_62": "フェアリー ♂", - "grunt_a_63": "かくとう ♀", - "grunt_a_64": "かくとう ♂", - "grunt_a_65": "ほのお ♀", - "grunt_a_66": "ほのお ♂", - "grunt_a_67": "ひこう ♀", - "grunt_a_68": "ひこう ♂", - "grunt_a_69": "くさ ♀", - "grunt_a_70": "くさ ♂", - "grunt_a_71": "じめん ♀", - "grunt_a_72": "じめん ♂", - "grunt_a_73": "こおり ♀", - "grunt_a_74": "こおり ♂", - "grunt_a_75": "GOロケット団 したっぱ ♀", - "grunt_a_76": "GOロケット団 したっぱ ♂", - "grunt_a_77": "ノーマル ♀", - "grunt_a_78": "ノーマル ♂", - "grunt_a_79": "どく ♀", - "grunt_a_80": "どく ♂", - "grunt_a_81": "エスパー ♀", - "grunt_a_82": "エスパー ♂", - "grunt_a_83": "いわ ♀", - "grunt_a_84": "いわ ♂", - "grunt_a_85": "みず ♀", - "grunt_a_86": "みず ♂", - "grunt_a_87": "ゴースト ♀", - "grunt_a_88": "ゴースト ♂", - "grunt_a_89": "でんき ♀", - "grunt_a_90": "でんき ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "不明", - "item_1": "モンスターボール", - "item_2": "スーパーボール", - "item_3": "ハイパーボール", - "item_4": "マスターボール", - "item_5": "プレミアボール", - "item_6": "ウルトラボール", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "キズぐすり", - "item_102": "いいキズぐすり", - "item_103": "すごいキズぐすり", - "item_104": "まんたんのくすり", - "item_201": "げんきのかけら", - "item_202": "げんきのかたまり", - "item_301": "しあわせタマゴ", - "item_401": "おこう", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "ふしぎなはこ", - "item_406": "おさんぽおこう", - "item_407": "だいじなたからばこ", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "ルアーモジュール", - "item_502": "アイスルアー", - "item_503": "ハーブルアー", - "item_504": "マグネットルアー", - "item_505": "レイニールアー", - "item_506": "おうごんルアー", - "item_602": "プラスパワー", - "item_603": "ディフェンダー", - "item_604": "不明", - "item_650": "ジガルデ・セル", - "item_651": "ジガルデキューブ", - "item_701": "ズリのみ", - "item_702": "ブリーのみ", - "item_703": "ナナのみ", - "item_704": "セシナのみ", - "item_705": "パイルのみ", - "item_706": "きんのズリのみ", - "item_707": "Golden Nanab Berry", - "item_708": "ぎんのパイルのみ", - "item_709": "ポフィン", - "item_801": "カメラ", - "item_802": "ステッカー", - "item_803": "ポストカードブック", - "item_901": "ムゲンふかそうち", - "item_902": "ふかそうち", - "item_903": "スーパーふかそうち", - "item_1001": "ポケモンボックス アップグレード", - "item_1002": "バッグ アップグレード", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "たいようのいし", - "item_1102": "おうじゃのしるし", - "item_1103": "メタルコート", - "item_1104": "りゅうのウロコ", - "item_1105": "アップグレード", - "item_1106": "シンオウのいし", - "item_1107": "イッシュのいし", - "item_1150": "??????コイン", - "item_1201": "わざマシン ノーマル", - "item_1202": "わざマシン スペシャル", - "item_1203": "すごいわざマシン ノーマル", - "item_1204": "すごいわざマシン スペシャル", - "item_1250": "いんせき", - "item_1301": "ふしぎなアメ", - "item_1302": "ふしぎなアメXL", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "レイドパス", - "item_1402": "プレミアムバトルパス", - "item_1404": "ほしのかけら", - "item_1405": "ギフト", - "item_1406": "チームへんこう メダリオン", - "item_1408": "リモートレイドパス", - "item_1409": "S Raid Ticket", - "item_1501": "ふしぎなパーツ", - "item_1502": "ロケットレーダー", - "item_1503": "スーパーロケットレーダー", - "item_1504": "シャドウのかけら", - "item_1505": "ライトクリスタル", - "item_1506": "マックス粒子", - "item_1507": "マックス粒子パック", - "item_1600": "チケット", - "item_1601": "チケット", - "item_1602": "チケット", - "item_1603": "チケット", - "item_1604": "余分なチケット", - "item_1605": "余分なチケット", - "item_1606": "GBLタイムチャレンジパス", - "item_1607": "チケット", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "ソウルサファリチケット", - "item_1611": "バルセロナサファリチケット", - "item_1612": "メキシコシティサファリチケット", - "item_1613": "台南サファリチケット", - "item_1614": "Ticket City Safari 04", - "item_1615": "チケット", - "item_1616": "チケット", - "item_1617": "チケット", - "item_1618": "チケット", - "item_1619": "チケット", - "item_1620": "チケット", - "item_1621": "チケット", - "item_1622": "チケット", - "item_1623": "チケット", - "item_1624": "チケット", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "通常", - "lure_502": "アイスルアー", - "lure_503": "ハーブルアー", - "lure_504": "マグネットルアー", - "lure_505": "レイニールアー", - "lure_506": "おうごんルアー", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "不明", - "move_1": "でんきショック", - "move_2": "でんこうせっか", - "move_3": "ひっかく", - "move_4": "ひのこ", - "move_5": "つるのムチ", - "move_6": "たいあたり", - "move_7": "はっぱカッター", - "move_8": "とっしん", - "move_9": "みずでっぽう", - "move_10": "かみつく", - "move_11": "はたく", - "move_12": "おうふくビンタ", - "move_13": "まきつく", - "move_14": "はかいこうせん", - "move_15": "したでなめる", - "move_16": "あくのはどう", - "move_17": "スモッグ", - "move_18": "ヘドロこうげき", - "move_19": "メタルクロー", - "move_20": "はさむ", - "move_21": "かえんぐるま", - "move_22": "メガホーン", - "move_23": "つばさでうつ", - "move_24": "かえんほうしゃ", - "move_25": "ふいうち", - "move_26": "あなをほる", - "move_27": "けたぐり", - "move_28": "クロスチョップ", - "move_29": "サイコカッター", - "move_30": "サイケこうせん", - "move_31": "じしん", - "move_32": "ストーンエッジ", - "move_33": "れいとうパンチ", - "move_34": "ハートスタンプ", - "move_35": "ほうでん", - "move_36": "ラスターカノン", - "move_37": "つつく", - "move_38": "ドリルくちばし", - "move_39": "れいとうビーム", - "move_40": "ふぶき", - "move_41": "エアスラッシュ", - "move_42": "ねっぷう", - "move_43": "ダブルニードル", - "move_44": "どくづき", - "move_45": "つばめがえし", - "move_46": "ドリルライナー", - "move_47": "はなふぶき", - "move_48": "メガドレイン", - "move_49": "むしのさざめき", - "move_50": "どくどくのキバ", - "move_51": "つじぎり", - "move_52": "きりさく", - "move_53": "バブルこうせん", - "move_54": "じごくぐるま", - "move_55": "からてチョップ", - "move_56": "ローキック", - "move_57": "アクアジェット", - "move_58": "アクアテール", - "move_59": "タネばくだん", - "move_60": "サイコショック", - "move_61": "いわおとし", - "move_62": "げんしのちから", - "move_63": "がんせきふうじ", - "move_64": "いわなだれ", - "move_65": "パワージェム", - "move_66": "かげうち", - "move_67": "シャドーパンチ", - "move_68": "シャドークロー", - "move_69": "あやしいかぜ", - "move_70": "シャドーボール", - "move_71": "バレットパンチ", - "move_72": "マグネットボム", - "move_73": "はがねのつばさ", - "move_74": "アイアンヘッド", - "move_75": "パラボラチャージ", - "move_76": "スパーク", - "move_77": "かみなりパンチ", - "move_78": "かみなり", - "move_79": "10まんボルト", - "move_80": "たつまき", - "move_81": "りゅうのいぶき", - "move_82": "りゅうのはどう", - "move_83": "ドラゴンクロー", - "move_84": "チャームボイス", - "move_85": "ドレインキッス", - "move_86": "マジカルシャイン", - "move_87": "ムーンフォース", - "move_88": "じゃれつく", - "move_89": "クロスポイズン", - "move_90": "ヘドロばくだん", - "move_91": "ヘドロウェーブ", - "move_92": "ダストシュート", - "move_93": "マッドショット", - "move_94": "ホネこんぼう", - "move_95": "じならし", - "move_96": "どろばくだん", - "move_97": "れんぞくぎり", - "move_98": "むしくい", - "move_99": "シグナルビーム", - "move_100": "シザークロス", - "move_101": "ニトロチャージ", - "move_102": "はじけるほのお", - "move_103": "だいもんじ", - "move_104": "しおみず", - "move_105": "みずのはどう", - "move_106": "ねっとう", - "move_107": "ハイドロポンプ", - "move_108": "サイコキネシス", - "move_109": "サイコブレイク", - "move_110": "こおりのつぶて", - "move_111": "こごえるかぜ", - "move_112": "こおりのいぶき", - "move_113": "すいとる", - "move_114": "ギガドレイン", - "move_115": "ほのおのパンチ", - "move_116": "ソーラービーム", - "move_117": "リーフブレード", - "move_118": "パワーウィップ", - "move_119": "はねる", - "move_120": "ようかいえき", - "move_121": "エアカッター", - "move_122": "ぼうふう", - "move_123": "かわらわり", - "move_124": "いあいぎり", - "move_125": "スピードスター", - "move_126": "つのでつく", - "move_127": "ふみつけ", - "move_128": "ずつき", - "move_129": "ひっさつまえば", - "move_130": "たたきつける", - "move_131": "のしかかり", - "move_132": "ねむる", - "move_133": "わるあがき", - "move_134": "ねっとう", - "move_135": "ハイドロポンプ", - "move_136": "まきつく", - "move_137": "まきつく", - "move_200": "れんぞくぎり", - "move_201": "むしくい", - "move_202": "かみつく", - "move_203": "ふいうち", - "move_204": "りゅうのいぶき", - "move_205": "でんきショック", - "move_206": "スパーク", - "move_207": "けたぐり", - "move_208": "からてチョップ", - "move_209": "ひのこ", - "move_210": "つばさでうつ", - "move_211": "つつく", - "move_212": "したでなめる", - "move_213": "シャドークロー", - "move_214": "つるのムチ", - "move_215": "はっぱカッター", - "move_216": "マッドショット", - "move_217": "こおりのつぶて", - "move_218": "こおりのいぶき", - "move_219": "でんこうせっか", - "move_220": "ひっかく", - "move_221": "たいあたり", - "move_222": "はたく", - "move_223": "いあいぎり", - "move_224": "どくづき", - "move_225": "ようかいえき", - "move_226": "サイコカッター", - "move_227": "いわおとし", - "move_228": "メタルクロー", - "move_229": "バレットパンチ", - "move_230": "みずでっぽう", - "move_231": "はねる", - "move_232": "みずでっぽう", - "move_233": "どろかけ", - "move_234": "しねんのずつき", - "move_235": "ねんりき", - "move_236": "どくばり", - "move_237": "あわ", - "move_238": "だましうち", - "move_239": "はがねのつばさ", - "move_240": "ほのおのキバ", - "move_241": "いわくだき", - "move_242": "へんしん", - "move_243": "カウンター", - "move_244": "こなゆき", - "move_245": "インファイト", - "move_246": "ばくれつパンチ", - "move_247": "きあいだま", - "move_248": "オーロラビーム", - "move_249": "チャージビーム", - "move_250": "ボルトチェンジ", - "move_251": "ワイルドボルト", - "move_252": "でんじほう", - "move_253": "ドラゴンテール", - "move_254": "ゆきなだれ", - "move_255": "エアスラッシュ", - "move_256": "ブレイブバード", - "move_257": "ゴッドバード", - "move_258": "すなじごく", - "move_259": "ロックブラスト", - "move_260": "まとわりつく", - "move_261": "むしのていこう", - "move_262": "ぎんいろのかぜ", - "move_263": "おどろかす", - "move_264": "たたりめ", - "move_265": "ナイトヘッド", - "move_266": "アイアンテール", - "move_267": "ジャイロボール", - "move_268": "ヘビーボンバー", - "move_269": "ほのおのうず", - "move_270": "オーバーヒート", - "move_271": "タネマシンガン", - "move_272": "くさむすび", - "move_273": "エナジーボール", - "move_274": "じんつうりき", - "move_275": "みらいよち", - "move_276": "ミラーコート", - "move_277": "げきりん", - "move_278": "バークアウト", - "move_279": "かみくだく", - "move_280": "イカサマ", - "move_281": "めざめるパワー", - "move_282": "とっしん", - "move_283": "たきのぼり", - "move_284": "なみのり", - "move_285": "りゅうせいぐん", - "move_286": "はめつのねがい", - "move_287": "あくび", - "move_288": "サイコブースト", - "move_289": "こんげんのはどう", - "move_290": "だんがいのつるぎ", - "move_291": "プレゼント", - "move_292": "ウェザーボール", - "move_293": "ウェザーボール", - "move_294": "ウェザーボール", - "move_295": "ウェザーボール", - "move_296": "ハードプラント", - "move_297": "うちおとす", - "move_298": "ブラストバーン", - "move_299": "ハイドロカノン", - "move_300": "とっておき", - "move_301": "コメットパンチ", - "move_302": "ロケットずつき", - "move_303": "アシッドボム", - "move_304": "だいちのちから", - "move_305": "クラブハンマー", - "move_306": "とびかかる", - "move_307": "ブレイククロー", - "move_308": "オクタンほう", - "move_309": "ミラーショット", - "move_310": "ばかぢから", - "move_311": "とどめばり", - "move_312": "グラスミキサー", - "move_313": "きゅうけつ", - "move_314": "ドレインパンチ", - "move_315": "シャドーボーン", - "move_316": "だくりゅう", - "move_317": "ブレイズキック", - "move_318": "シェルブレード", - "move_319": "グロウパンチ", - "move_320": "あまえる", - "move_321": "ギガインパクト", - "move_322": "やつあたり", - "move_323": "おんがえし", - "move_324": "シンクロノイズ", - "move_325": "ロックオン", - "move_326": "かみなりのキバ", - "move_327": "こおりのキバ", - "move_328": "つのドリル", - "move_329": "じわれ", - "move_330": "せいなるつるぎ", - "move_331": "フライングプレス", - "move_332": "はどうだん", - "move_333": "しっぺがえし", - "move_334": "がんせきほう", - "move_335": "エアロブラスト", - "move_336": "テクノバスター", - "move_337": "テクノバスター", - "move_338": "テクノバスター", - "move_339": "テクノバスター", - "move_340": "テクノバスター", - "move_341": "そらをとぶ", - "move_342": "Vジェネレート", - "move_343": "リーフストーム", - "move_344": "トライアタック", - "move_345": "かぜおこし", - "move_346": "やきつくす", - "move_347": "Dark Void", - "move_348": "フェザーダンス", - "move_349": "Fiery Dance", - "move_350": "ようせいのかぜ", - "move_351": "Relic Song", - "move_352": "ウェザーボール", - "move_353": "サイコファング", - "move_354": "いじげんラッシュ", - "move_355": "いじげんホール", - "move_356": "にどげり", - "move_357": "マジカルリーフ", - "move_358": "せいなるほのお", - "move_359": "つららばり", - "move_360": "エアロブラスト+", - "move_361": "エアロブラスト++", - "move_362": "せいなるほのお+", - "move_363": "せいなるほのお++", - "move_364": "アクロバット", - "move_365": "ラスターパージ", - "move_366": "ミストボール", - "move_367": "ぶんまわす", - "move_368": "ころがる", - "move_369": "シードフレア", - "move_370": "ブロッキング", - "move_371": "シャドーダイブ", - "move_372": "メテオビーム", - "move_373": "みずしゅりけん", - "move_374": "クロスサンダー", - "move_375": "クロスフレイム", - "move_376": "ポルターガイスト", - "move_377": "10まんばりき", - "move_378": "こごえるせかい", - "move_379": "ワイドブレイカー", - "move_380": "ばくおんぱ", - "move_381": "ダブルパンツァー", - "move_382": "マジカルフレイム", - "move_383": "アクアブレイク", - "move_384": "ガリョウテンセイ", - "move_385": "このは", - "move_386": "マグマストーム", - "move_387": "ジオコントロール", - "move_388": "あくうせつだん", - "move_389": "デスウイング", - "move_390": "しぜんのいかり", - "move_391": "トリプルアクセル", - "move_392": "くさわけ", - "move_393": "ねっさのだいち", - "move_394": "ときのほうこう", - "move_395": "こがらしあらし", - "move_396": "ねっさのあらし", - "move_397": "かみなりあらし", - "move_398": "かげぬい", - "move_399": "ボルテッカー", - "move_400": "DDラリアット", - "move_401": "サイコウェーブ", - "move_402": "きんぞくおん", - "move_403": "すなかけ", - "move_404": "メテオドライブ", - "move_405": "シャドーレイ", - "move_406": "オーラぐるま", - "move_407": "オーラぐるま", - "move_408": "とびひざげり", - "move_409": "ダイバーン", - "move_410": "ダイワーム", - "move_411": "ダイサンダー", - "move_412": "ダイアタック", - "move_413": "ダイナックル", - "move_414": "ダイホロウ", - "move_415": "ダイアイス", - "move_416": "ダイアシッド", - "move_417": "ダイストリーム", - "move_418": "ダイジェット", - "move_419": "ダイフェアリー", - "move_420": "ダイドラグーン", - "move_421": "ダイサイコ", - "move_422": "ダイロック", - "move_423": "ダイアース", - "move_424": "ダイアーク", - "move_425": "ダイソウゲン", - "move_426": "ダイスチル", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "はっけい", - "move_463": "うたかたのアリア", - "poke_0": "代替", - "poke_1": "フシギダネ", - "poke_2": "フシギソウ", - "poke_3": "フシギバナ", - "poke_3_e1": "メガフシギバナ", - "poke_4": "ヒトカゲ", - "poke_5": "リザード", - "poke_6": "リザードン", - "poke_6_e2": "メガリザードンX", - "poke_6_e3": "メガリザードンY", - "poke_7": "ゼニガメ", - "poke_8": "カメール", - "poke_9": "カメックス", - "poke_9_e1": "メガカメックス", - "poke_10": "キャタピー", - "poke_11": "トランセル", - "poke_12": "バタフリー", - "poke_13": "ビードル", - "poke_14": "コクーン", - "poke_15": "スピアー", - "poke_15_e1": "メガスピアー", - "poke_16": "ポッポ", - "poke_17": "ピジョン", - "poke_18": "ピジョット", - "poke_18_e1": "メガピジョット", - "poke_19": "コラッタ", - "poke_20": "ラッタ", - "poke_21": "オニスズメ", - "poke_22": "オニドリル", - "poke_23": "アーボ", - "poke_24": "アーボック", - "poke_25": "ピカチュウ", - "poke_26": "ライチュウ", - "poke_27": "サンド", - "poke_28": "サンドパン", - "poke_29": "ニドラン♀", - "poke_30": "ニドリーナ", - "poke_31": "ニドクイン", - "poke_32": "ニドラン♂", - "poke_33": "ニドリーノ", - "poke_34": "ニドキング", - "poke_35": "ピッピ", - "poke_36": "ピクシー", - "poke_37": "ロコン", - "poke_38": "キュウコン", - "poke_39": "プリン", - "poke_40": "プクリン", - "poke_41": "ズバット", - "poke_42": "ゴルバット", - "poke_43": "ナゾノクサ", - "poke_44": "クサイハナ", - "poke_45": "ラフレシア", - "poke_46": "パラス", - "poke_47": "パラセクト", - "poke_48": "コンパン", - "poke_49": "モルフォン", - "poke_50": "ディグダ", - "poke_51": "ダグトリオ", - "poke_52": "ニャース", - "poke_53": "ペルシアン", - "poke_54": "コダック", - "poke_55": "ゴルダック", - "poke_56": "マンキー", - "poke_57": "オコリザル", - "poke_58": "ガーディ", - "poke_59": "ウインディ", - "poke_60": "ニョロモ", - "poke_61": "ニョロゾ", - "poke_62": "ニョロボン", - "poke_63": "ケーシィ", - "poke_64": "ユンゲラー", - "poke_65": "フーディン", - "poke_65_e1": "メガフーディン", - "poke_66": "ワンリキー", - "poke_67": "ゴーリキー", - "poke_68": "カイリキー", - "poke_69": "マダツボミ", - "poke_70": "ウツドン", - "poke_71": "ウツボット", - "poke_72": "メノクラゲ", - "poke_73": "ドククラゲ", - "poke_74": "イシツブテ", - "poke_75": "ゴローン", - "poke_76": "ゴローニャ", - "poke_77": "ポニータ", - "poke_78": "ギャロップ", - "poke_79": "ヤドン", - "poke_80": "ヤドラン", - "poke_80_e1": "メガヤドラン", - "poke_81": "コイル", - "poke_82": "レアコイル", - "poke_83": "カモネギ", - "poke_84": "ドードー", - "poke_85": "ドードリオ", - "poke_86": "パウワウ", - "poke_87": "ジュゴン", - "poke_88": "ベトベター", - "poke_89": "ベトベトン", - "poke_90": "シェルダー", - "poke_91": "パルシェン", - "poke_92": "ゴース", - "poke_93": "ゴースト", - "poke_94": "ゲンガー", - "poke_94_e1": "メガゲンガー", - "poke_95": "イワーク", - "poke_96": "スリープ", - "poke_97": "スリーパー", - "poke_98": "クラブ", - "poke_99": "キングラー", - "poke_100": "ビリリダマ", - "poke_101": "マルマイン", - "poke_102": "タマタマ", - "poke_103": "ナッシー", - "poke_104": "カラカラ", - "poke_105": "ガラガラ", - "poke_106": "サワムラー", - "poke_107": "エビワラー", - "poke_108": "ベロリンガ", - "poke_109": "ドガース", - "poke_110": "マタドガス", - "poke_111": "サイホーン", - "poke_112": "サイドン", - "poke_113": "ラッキー", - "poke_114": "モンジャラ", - "poke_115": "ガルーラ", - "poke_115_e1": "メガガルーラ", - "poke_116": "タッツー", - "poke_117": "シードラ", - "poke_118": "トサキント", - "poke_119": "アズマオウ", - "poke_120": "ヒトデマン", - "poke_121": "スターミー", - "poke_122": "バリヤード", - "poke_123": "ストライク", - "poke_124": "ルージュラ", - "poke_125": "エレブー", - "poke_126": "ブーバー", - "poke_127": "カイロス", - "poke_127_e1": "メガカイロス", - "poke_128": "ケンタロス", - "poke_129": "コイキング", - "poke_130": "ギャラドス", - "poke_130_e1": "メガギャラドス", - "poke_131": "ラプラス", - "poke_132": "メタモン", - "poke_133": "イーブイ", - "poke_134": "シャワーズ", - "poke_135": "サンダース", - "poke_136": "ブースター", - "poke_137": "ポリゴン", - "poke_138": "オムナイト", - "poke_139": "オムスター", - "poke_140": "カブト", - "poke_141": "カブトプス", - "poke_142": "プテラ", - "poke_142_e1": "メガプテラ", - "poke_143": "カビゴン", - "poke_144": "フリーザー", - "poke_145": "サンダー", - "poke_146": "ファイヤー", - "poke_147": "ミニリュウ", - "poke_148": "ハクリュー", - "poke_149": "カイリュー", - "poke_150": "ミュウツー", - "poke_150_e2": "メガミュウツーX", - "poke_150_e3": "メガミュウツーY", - "poke_151": "ミュウ", - "poke_152": "チコリータ", - "poke_153": "ベイリーフ", - "poke_154": "メガニウム", - "poke_155": "ヒノアラシ", - "poke_156": "マグマラシ", - "poke_157": "バクフーン", - "poke_158": "ワニノコ", - "poke_159": "アリゲイツ", - "poke_160": "オーダイル", - "poke_161": "オタチ", - "poke_162": "オオタチ", - "poke_163": "ホーホー", - "poke_164": "ヨルノズク", - "poke_165": "レディバ", - "poke_166": "レディアン", - "poke_167": "イトマル", - "poke_168": "アリアドス", - "poke_169": "クロバット", - "poke_170": "チョンチー", - "poke_171": "ランターン", - "poke_172": "ピチュー", - "poke_173": "ピィ", - "poke_174": "ププリン", - "poke_175": "トゲピー", - "poke_176": "トゲチック", - "poke_177": "ネイティ", - "poke_178": "ネイティオ", - "poke_179": "メリープ", - "poke_180": "モココ", - "poke_181": "デンリュウ", - "poke_181_e1": "メガデンリュウ", - "poke_182": "キレイハナ", - "poke_183": "マリル", - "poke_184": "マリルリ", - "poke_185": "ウソッキー", - "poke_186": "ニョロトノ", - "poke_187": "ハネッコ", - "poke_188": "ポポッコ", - "poke_189": "ワタッコ", - "poke_190": "エイパム", - "poke_191": "ヒマナッツ", - "poke_192": "キマワリ", - "poke_193": "ヤンヤンマ", - "poke_194": "ウパー", - "poke_195": "ヌオー", - "poke_196": "エーフィ", - "poke_197": "ブラッキー", - "poke_198": "ヤミカラス", - "poke_199": "ヤドキング", - "poke_200": "ムウマ", - "poke_201": "アンノーン", - "poke_202": "ソーナンス", - "poke_203": "キリンリキ", - "poke_204": "クヌギダマ", - "poke_205": "フォレトス", - "poke_206": "ノコッチ", - "poke_207": "グライガー", - "poke_208": "ハガネール", - "poke_208_e1": "メガハガネール", - "poke_209": "ブルー", - "poke_210": "グランブル", - "poke_211": "ハリーセン", - "poke_212": "ハッサム", - "poke_212_e1": "メガハッサム", - "poke_213": "ツボツボ", - "poke_214": "ヘラクロス", - "poke_214_e1": "メガヘラクロス", - "poke_215": "ニューラ", - "poke_216": "ヒメグマ", - "poke_217": "リングマ", - "poke_218": "マグマッグ", - "poke_219": "マグカルゴ", - "poke_220": "ウリムー", - "poke_221": "イノムー", - "poke_222": "サニーゴ", - "poke_223": "テッポウオ", - "poke_224": "オクタン", - "poke_225": "デリバード", - "poke_226": "マンタイン", - "poke_227": "エアームド", - "poke_228": "デルビル", - "poke_229": "ヘルガー", - "poke_229_e1": "メガヘルガー", - "poke_230": "キングドラ", - "poke_231": "ゴマゾウ", - "poke_232": "ドンファン", - "poke_233": "ポリゴン2", - "poke_234": "オドシシ", - "poke_235": "ドーブル", - "poke_236": "バルキー", - "poke_237": "カポエラー", - "poke_238": "ムチュール", - "poke_239": "エレキッド", - "poke_240": "ブビィ", - "poke_241": "ミルタンク", - "poke_242": "ハピナス", - "poke_243": "ライコウ", - "poke_244": "エンテイ", - "poke_245": "スイクン", - "poke_246": "ヨーギラス", - "poke_247": "サナギラス", - "poke_248": "バンギラス", - "poke_248_e1": "メガバンギラス", - "poke_249": "ルギア", - "poke_250": "ホウオウ", - "poke_251": "セレビィ", - "poke_252": "キモリ", - "poke_253": "ジュプトル", - "poke_254": "ジュカイン", - "poke_254_e1": "メガジュカイン", - "poke_255": "アチャモ", - "poke_256": "ワカシャモ", - "poke_257": "バシャーモ", - "poke_257_e1": "メガバシャーモ", - "poke_258": "ミズゴロウ", - "poke_259": "ヌマクロー", - "poke_260": "ラグラージ", - "poke_260_e1": "メガラグラージ", - "poke_261": "ポチエナ", - "poke_262": "グラエナ", - "poke_263": "ジグザグマ", - "poke_264": "マッスグマ", - "poke_265": "ケムッソ", - "poke_266": "カラサリス", - "poke_267": "アゲハント", - "poke_268": "マユルド", - "poke_269": "ドクケイル", - "poke_270": "ハスボー", - "poke_271": "ハスブレロ", - "poke_272": "ルンパッパ", - "poke_273": "タネボー", - "poke_274": "コノハナ", - "poke_275": "ダーテング", - "poke_276": "スバメ", - "poke_277": "オオスバメ", - "poke_278": "キャモメ", - "poke_279": "ペリッパー", - "poke_280": "ラルトス", - "poke_281": "キルリア", - "poke_282": "サーナイト", - "poke_282_e1": "メガサーナイト", - "poke_283": "アメタマ", - "poke_284": "アメモース", - "poke_285": "キノココ", - "poke_286": "キノガッサ", - "poke_287": "ナマケロ", - "poke_288": "ヤルキモノ", - "poke_289": "ケッキング", - "poke_290": "ツチニン", - "poke_291": "テッカニン", - "poke_292": "ヌケニン", - "poke_293": "ゴニョニョ", - "poke_294": "ドゴーム", - "poke_295": "バクオング", - "poke_296": "マクノシタ", - "poke_297": "ハリテヤマ", - "poke_298": "ルリリ", - "poke_299": "ノズパス", - "poke_300": "エネコ", - "poke_301": "エネコロロ", - "poke_302": "ヤミラミ", - "poke_302_e1": "メガヤミラミ", - "poke_303": "クチート", - "poke_303_e1": "メガクチート", - "poke_304": "ココドラ", - "poke_305": "コドラ", - "poke_306": "ボスゴドラ", - "poke_306_e1": "メガボスゴドラ", - "poke_307": "アサナン", - "poke_308": "チャーレム", - "poke_308_e1": "メガチャーレム", - "poke_309": "ラクライ", - "poke_310": "ライボルト", - "poke_310_e1": "メガライボルト", - "poke_311": "プラスル", - "poke_312": "マイナン", - "poke_313": "バルビート", - "poke_314": "イルミーゼ", - "poke_315": "ロゼリア", - "poke_316": "ゴクリン", - "poke_317": "マルノーム", - "poke_318": "キバニア", - "poke_319": "サメハダー", - "poke_319_e1": "メガサメハダー", - "poke_320": "ホエルコ", - "poke_321": "ホエルオー", - "poke_322": "ドンメル", - "poke_323": "バクーダ", - "poke_323_e1": "メガバクーダ", - "poke_324": "コータス", - "poke_325": "バネブー", - "poke_326": "ブーピッグ", - "poke_327": "パッチール", - "poke_328": "ナックラー", - "poke_329": "ビブラーバ", - "poke_330": "フライゴン", - "poke_331": "サボネア", - "poke_332": "ノクタス", - "poke_333": "チルット", - "poke_334": "チルタリス", - "poke_334_e1": "メガチルタリス", - "poke_335": "ザングース", - "poke_336": "ハブネーク", - "poke_337": "ルナトーン", - "poke_338": "ソルロック", - "poke_339": "ドジョッチ", - "poke_340": "ナマズン", - "poke_341": "ヘイガニ", - "poke_342": "シザリガー", - "poke_343": "ヤジロン", - "poke_344": "ネンドール", - "poke_345": "リリーラ", - "poke_346": "ユレイドル", - "poke_347": "アノプス", - "poke_348": "アーマルド", - "poke_349": "ヒンバス", - "poke_350": "ミロカロス", - "poke_351": "ポワルン", - "poke_352": "カクレオン", - "poke_353": "カゲボウズ", - "poke_354": "ジュペッタ", - "poke_354_e1": "メガジュペッタ", - "poke_355": "ヨマワル", - "poke_356": "サマヨール", - "poke_357": "トロピウス", - "poke_358": "チリーン", - "poke_359": "アブソル", - "poke_359_e1": "メガアブソル", - "poke_360": "ソーナノ", - "poke_361": "ユキワラシ", - "poke_362": "オニゴーリ", - "poke_362_e1": "メガオニゴーリ", - "poke_363": "タマザラシ", - "poke_364": "トドグラー", - "poke_365": "トドゼルガ", - "poke_366": "パールル", - "poke_367": "ハンテール", - "poke_368": "サクラビス", - "poke_369": "ジーランス", - "poke_370": "ラブカス", - "poke_371": "タツベイ", - "poke_372": "コモルー", - "poke_373": "ボーマンダ", - "poke_373_e1": "メガボーマンダ", - "poke_374": "ダンバル", - "poke_375": "メタング", - "poke_376": "メタグロス", - "poke_376_e1": "メガメタグロス", - "poke_377": "レジロック", - "poke_378": "レジアイス", - "poke_379": "レジスチル", - "poke_380": "ラティアス", - "poke_380_e1": "メガラティアス", - "poke_381": "ラティオス", - "poke_381_e1": "メガラティオス", - "poke_382": "カイオーガ", - "poke_383": "グラードン", - "poke_384": "レックウザ", - "poke_384_e1": "メガレックウザ", - "poke_385": "ジラーチ", - "poke_386": "デオキシス", - "poke_387": "ナエトル", - "poke_388": "ハヤシガメ", - "poke_389": "ドダイトス", - "poke_390": "ヒコザル", - "poke_391": "モウカザル", - "poke_392": "ゴウカザル", - "poke_393": "ポッチャマ", - "poke_394": "ポッタイシ", - "poke_395": "エンペルト", - "poke_396": "ムックル", - "poke_397": "ムクバード", - "poke_398": "ムクホーク", - "poke_399": "ビッパ", - "poke_400": "ビーダル", - "poke_401": "コロボーシ", - "poke_402": "コロトック", - "poke_403": "コリンク", - "poke_404": "ルクシオ", - "poke_405": "レントラー", - "poke_406": "スボミー", - "poke_407": "ロズレイド", - "poke_408": "ズガイドス", - "poke_409": "ラムパルド", - "poke_410": "タテトプス", - "poke_411": "トリデプス", - "poke_412": "ミノムッチ", - "poke_413": "ミノマダム", - "poke_414": "ガーメイル", - "poke_415": "ミツハニー", - "poke_416": "ビークイン", - "poke_417": "パチリス", - "poke_418": "ブイゼル", - "poke_419": "フローゼル", - "poke_420": "チェリンボ", - "poke_421": "チェリム", - "poke_422": "カラナクシ", - "poke_423": "トリトドン", - "poke_424": "エテボース", - "poke_425": "フワンテ", - "poke_426": "フワライド", - "poke_427": "ミミロル", - "poke_428": "ミミロップ", - "poke_428_e1": "メガミミロップ", - "poke_429": "ムウマージ", - "poke_430": "ドンカラス", - "poke_431": "ニャルマー", - "poke_432": "ブニャット", - "poke_433": "リーシャン", - "poke_434": "スカンプー", - "poke_435": "スカタンク", - "poke_436": "ドーミラー", - "poke_437": "ドータクン", - "poke_438": "ウソハチ", - "poke_439": "マネネ", - "poke_440": "ピンプク", - "poke_441": "ペラップ", - "poke_442": "ミカルゲ", - "poke_443": "フカマル", - "poke_444": "ガバイト", - "poke_445": "ガブリアス", - "poke_445_e1": "メガガブリアス", - "poke_446": "ゴンベ", - "poke_447": "リオル", - "poke_448": "ルカリオ", - "poke_448_e1": "メガルカリオ", - "poke_449": "ヒポポタス", - "poke_450": "カバルドン", - "poke_451": "スコルピ", - "poke_452": "ドラピオン", - "poke_453": "グレッグル", - "poke_454": "ドクロッグ", - "poke_455": "マスキッパ", - "poke_456": "ケイコウオ", - "poke_457": "ネオラント", - "poke_458": "タマンタ", - "poke_459": "ユキカブリ", - "poke_460": "ユキノオー", - "poke_460_e1": "メガユキノオー", - "poke_461": "マニューラ", - "poke_462": "ジバコイル", - "poke_463": "ベロベルト", - "poke_464": "ドサイドン", - "poke_465": "モジャンボ", - "poke_466": "エレキブル", - "poke_467": "ブーバーン", - "poke_468": "トゲキッス", - "poke_469": "メガヤンマ", - "poke_470": "リーフィア", - "poke_471": "グレイシア", - "poke_472": "グライオン", - "poke_473": "マンムー", - "poke_474": "ポリゴンZ", - "poke_475": "エルレイド", - "poke_475_e1": "メガエルレイド", - "poke_476": "ダイノーズ", - "poke_477": "ヨノワール", - "poke_478": "ユキメノコ", - "poke_479": "ロトム", - "poke_480": "ユクシー", - "poke_481": "エムリット", - "poke_482": "アグノム", - "poke_483": "ディアルガ", - "poke_484": "パルキア", - "poke_485": "ヒードラン", - "poke_486": "レジギガス", - "poke_487": "ギラティナ", - "poke_488": "クレセリア", - "poke_489": "フィオネ", - "poke_490": "マナフィ", - "poke_491": "ダークライ", - "poke_492": "シェイミ", - "poke_493": "アルセウス", - "poke_494": "ビクティニ", - "poke_495": "ツタージャ", - "poke_496": "ジャノビー", - "poke_497": "ジャローダ", - "poke_498": "ポカブ", - "poke_499": "チャオブー", - "poke_500": "エンブオー", - "poke_501": "ミジュマル", - "poke_502": "フタチマル", - "poke_503": "ダイケンキ", - "poke_504": "ミネズミ", - "poke_505": "ミルホッグ", - "poke_506": "ヨーテリー", - "poke_507": "ハーデリア", - "poke_508": "ムーランド", - "poke_509": "チョロネコ", - "poke_510": "レパルダス", - "poke_511": "ヤナップ", - "poke_512": "ヤナッキー", - "poke_513": "バオップ", - "poke_514": "バオッキー", - "poke_515": "ヒヤップ", - "poke_516": "ヒヤッキー", - "poke_517": "ムンナ", - "poke_518": "ムシャーナ", - "poke_519": "マメパト", - "poke_520": "ハトーボー", - "poke_521": "ケンホロウ", - "poke_522": "シママ", - "poke_523": "ゼブライカ", - "poke_524": "ダンゴロ", - "poke_525": "ガントル", - "poke_526": "ギガイアス", - "poke_527": "コロモリ", - "poke_528": "ココロモリ", - "poke_529": "モグリュー", - "poke_530": "ドリュウズ", - "poke_531": "タブンネ", - "poke_531_e1": "メガタブンネ", - "poke_532": "ドッコラー", - "poke_533": "ドテッコツ", - "poke_534": "ローブシン", - "poke_535": "オタマロ", - "poke_536": "ガマガル", - "poke_537": "ガマゲロゲ", - "poke_538": "ナゲキ", - "poke_539": "ダゲキ", - "poke_540": "クルミル", - "poke_541": "クルマユ", - "poke_542": "ハハコモリ", - "poke_543": "フシデ", - "poke_544": "ホイーガ", - "poke_545": "ペンドラー", - "poke_546": "モンメン", - "poke_547": "エルフーン", - "poke_548": "チュリネ", - "poke_549": "ドレディア", - "poke_550": "バスラオ", - "poke_551": "メグロコ", - "poke_552": "ワルビル", - "poke_553": "ワルビアル", - "poke_554": "ダルマッカ", - "poke_555": "ヒヒダルマ", - "poke_556": "マラカッチ", - "poke_557": "イシズマイ", - "poke_558": "イワパレス", - "poke_559": "ズルッグ", - "poke_560": "ズルズキン", - "poke_561": "シンボラー", - "poke_562": "デスマス", - "poke_563": "デスカーン", - "poke_564": "プロトーガ", - "poke_565": "アバゴーラ", - "poke_566": "アーケン", - "poke_567": "アーケオス", - "poke_568": "ヤブクロン", - "poke_569": "ダストダス", - "poke_570": "ゾロア", - "poke_571": "ゾロアーク", - "poke_572": "チラーミィ", - "poke_573": "チラチーノ", - "poke_574": "ゴチム", - "poke_575": "ゴチミル", - "poke_576": "ゴチルゼル", - "poke_577": "ユニラン", - "poke_578": "ダブラン", - "poke_579": "ランクルス", - "poke_580": "コアルヒー", - "poke_581": "スワンナ", - "poke_582": "バニプッチ", - "poke_583": "バニリッチ", - "poke_584": "バイバニラ", - "poke_585": "シキジカ", - "poke_586": "メブキジカ", - "poke_587": "エモンガ", - "poke_588": "カブルモ", - "poke_589": "シュバルゴ", - "poke_590": "タマゲタケ", - "poke_591": "モロバレル", - "poke_592": "プルリル", - "poke_593": "ブルンゲル", - "poke_594": "ママンボウ", - "poke_595": "バチュル", - "poke_596": "デンチュラ", - "poke_597": "テッシード", - "poke_598": "ナットレイ", - "poke_599": "ギアル", - "poke_600": "ギギアル", - "poke_601": "ギギギアル", - "poke_602": "シビシラス", - "poke_603": "シビビール", - "poke_604": "シビルドン", - "poke_605": "リグレー", - "poke_606": "オーベム", - "poke_607": "ヒトモシ", - "poke_608": "ランプラー", - "poke_609": "シャンデラ", - "poke_610": "キバゴ", - "poke_611": "オノンド", - "poke_612": "オノノクス", - "poke_613": "クマシュン", - "poke_614": "ツンベアー", - "poke_615": "フリージオ", - "poke_616": "チョボマキ", - "poke_617": "アギルダー", - "poke_618": "マッギョ", - "poke_619": "コジョフー", - "poke_620": "コジョンド", - "poke_621": "クリムガン", - "poke_622": "ゴビット", - "poke_623": "ゴルーグ", - "poke_624": "コマタナ", - "poke_625": "キリキザン", - "poke_626": "バッフロン", - "poke_627": "ワシボン", - "poke_628": "ウォーグル", - "poke_629": "バルチャイ", - "poke_630": "バルジーナ", - "poke_631": "クイタラン", - "poke_632": "アイアント", - "poke_633": "モノズ", - "poke_634": "ジヘッド", - "poke_635": "サザンドラ", - "poke_636": "メラルバ", - "poke_637": "ウルガモス", - "poke_638": "コバルオン", - "poke_639": "テラキオン", - "poke_640": "ビリジオン", - "poke_641": "トルネロス", - "poke_642": "ボルトロス", - "poke_643": "レシラム", - "poke_644": "ゼクロム", - "poke_645": "ランドロス", - "poke_646": "キュレム", - "poke_647": "ケルディオ", - "poke_648": "メロエッタ", - "poke_649": "ゲノセクト", - "poke_650": "ハリマロン", - "poke_651": "ハリボーグ", - "poke_652": "ブリガロン", - "poke_653": "フォッコ", - "poke_654": "テールナー", - "poke_655": "マフォクシー", - "poke_656": "ケロマツ", - "poke_657": "ゲコガシラ", - "poke_658": "ゲッコウガ", - "poke_659": "ホルビー", - "poke_660": "ホルード", - "poke_661": "ヤヤコマ", - "poke_662": "ヒノヤコマ", - "poke_663": "ファイアロー", - "poke_664": "コフキムシ", - "poke_665": "コフーライ", - "poke_666": "ビビヨン", - "poke_667": "シシコ", - "poke_668": "カエンジシ", - "poke_669": "フラベベ", - "poke_670": "フラエッテ", - "poke_671": "フラージェス", - "poke_672": "メェークル", - "poke_673": "ゴーゴート", - "poke_674": "ヤンチャム", - "poke_675": "ゴロンダ", - "poke_676": "トリミアン", - "poke_677": "ニャスパー", - "poke_678": "ニャオニクス", - "poke_679": "ヒトツキ", - "poke_680": "ニダンギル", - "poke_681": "ギルガルド", - "poke_682": "シュシュプ", - "poke_683": "フレフワン", - "poke_684": "ペロッパフ", - "poke_685": "ペロリーム", - "poke_686": "マーイーカ", - "poke_687": "カラマネロ", - "poke_688": "カメテテ", - "poke_689": "ガメノデス", - "poke_690": "クズモー", - "poke_691": "ドラミドロ", - "poke_692": "ウデッポウ", - "poke_693": "ブロスター", - "poke_694": "エリキテル", - "poke_695": "エレザード", - "poke_696": "チゴラス", - "poke_697": "ガチゴラス", - "poke_698": "アマルス", - "poke_699": "アマルルガ", - "poke_700": "ニンフィア", - "poke_701": "ルチャブル", - "poke_702": "デデンネ", - "poke_703": "メレシー", - "poke_704": "ヌメラ", - "poke_705": "ヌメイル", - "poke_706": "ヌメルゴン", - "poke_707": "クレッフィ", - "poke_708": "ボクレー", - "poke_709": "オーロット", - "poke_710": "バケッチャ", - "poke_711": "パンプジン", - "poke_712": "カチコール", - "poke_713": "クレベース", - "poke_714": "オンバット", - "poke_715": "オンバーン", - "poke_716": "ゼルネアス", - "poke_717": "イベルタル", - "poke_718": "ジガルデ", - "poke_719": "ディアンシー", - "poke_719_e1": "メガディアンシー", - "poke_720": "フーパ", - "poke_721": "ボルケニオン", - "poke_722": "モクロー", - "poke_723": "フクスロー", - "poke_724": "ジュナイパー", - "poke_725": "ニャビー", - "poke_726": "ニャヒート", - "poke_727": "ガオガエン", - "poke_728": "アシマリ", - "poke_729": "オシャマリ", - "poke_730": "アシレーヌ", - "poke_731": "ツツケラ", - "poke_732": "ケララッパ", - "poke_733": "ドデカバシ", - "poke_734": "ヤングース", - "poke_735": "デカグース", - "poke_736": "アゴジムシ", - "poke_737": "デンヂムシ", - "poke_738": "クワガノン", - "poke_739": "マケンカニ", - "poke_740": "ケケンカニ", - "poke_741": "オドリドリ", - "poke_742": "アブリー", - "poke_743": "アブリボン", - "poke_744": "イワンコ", - "poke_745": "ルガルガン", - "poke_746": "ヨワシ", - "poke_747": "ヒドイデ", - "poke_748": "ドヒドイデ", - "poke_749": "ドロバンコ", - "poke_750": "バンバドロ", - "poke_751": "シズクモ", - "poke_752": "オニシズクモ", - "poke_753": "カリキリ", - "poke_754": "ラランテス", - "poke_755": "ネマシュ", - "poke_756": "マシェード", - "poke_757": "ヤトウモリ", - "poke_758": "エンニュート", - "poke_759": "ヌイコグマ", - "poke_760": "キテルグマ", - "poke_761": "アマカジ", - "poke_762": "アママイコ", - "poke_763": "アマージョ", - "poke_764": "キュワワー", - "poke_765": "ヤレユータン", - "poke_766": "ナゲツケサル", - "poke_767": "コソクムシ", - "poke_768": "グソクムシャ", - "poke_769": "スナバァ", - "poke_770": "シロデスナ", - "poke_771": "ナマコブシ", - "poke_772": "タイプ:ヌル", - "poke_773": "シルヴァディ", - "poke_774": "メテノ", - "poke_775": "ネッコアラ", - "poke_776": "バクガメス", - "poke_777": "トゲデマル", - "poke_778": "ミミッキュ", - "poke_779": "ハギギシリ", - "poke_780": "ジジーロン", - "poke_781": "ダダリン", - "poke_782": "ジャラコ", - "poke_783": "ジャランゴ", - "poke_784": "ジャラランガ", - "poke_785": "カプ・コケコ", - "poke_786": "カプ・テテフ", - "poke_787": "カプ・ブルル", - "poke_788": "カプ・レヒレ", - "poke_789": "コスモッグ", - "poke_790": "コスモウム", - "poke_791": "ソルガレオ", - "poke_792": "ルナアーラ", - "poke_793": "ウツロイド", - "poke_794": "マッシブーン", - "poke_795": "フェローチェ", - "poke_796": "デンジュモク", - "poke_797": "テッカグヤ", - "poke_798": "カミツルギ", - "poke_799": "アクジキング", - "poke_800": "ネクロズマ", - "poke_801": "マギアナ", - "poke_802": "マーシャドー", - "poke_803": "ベベノム", - "poke_804": "アーゴヨン", - "poke_805": "ツンデツンデ", - "poke_806": "ズガドーン", - "poke_807": "ゼラオラ", - "poke_808": "メルタン", - "poke_809": "メルメタル", - "poke_810": "サルノリ", - "poke_811": "バチンキー", - "poke_812": "ゴリランダー", - "poke_813": "ヒバニー", - "poke_814": "ラビフット", - "poke_815": "エースバーン", - "poke_816": "メッソン", - "poke_817": "ジメレオン", - "poke_818": "インテレオン", - "poke_819": "ホシガリス", - "poke_820": "ヨクバリス", - "poke_821": "ココガラ", - "poke_822": "アオガラス", - "poke_823": "アーマーガア", - "poke_824": "サッチムシ", - "poke_825": "レドームシ", - "poke_826": "イオルブ", - "poke_827": "クスネ", - "poke_828": "フォクスライ", - "poke_829": "ヒメンカ", - "poke_830": "ワタシラガ", - "poke_831": "ウールー", - "poke_832": "バイウールー", - "poke_833": "カムカメ", - "poke_834": "カジリガメ", - "poke_835": "ワンパチ", - "poke_836": "パルスワン", - "poke_837": "タンドン", - "poke_838": "トロッゴン", - "poke_839": "セキタンザン", - "poke_840": "カジッチュ", - "poke_841": "アップリュー", - "poke_842": "タルップル", - "poke_843": "スナヘビ", - "poke_844": "サダイジャ", - "poke_845": "ウッウ", - "poke_846": "サシカマス", - "poke_847": "カマスジョー", - "poke_848": "エレズン", - "poke_849": "ストリンダー", - "poke_850": "ヤクデ", - "poke_851": "マルヤクデ", - "poke_852": "タタッコ", - "poke_853": "オトスパス", - "poke_854": "ヤバチャ", - "poke_855": "ポットデス", - "poke_856": "ミブリム", - "poke_857": "テブリム", - "poke_858": "ブリムオン", - "poke_859": "ベロバー", - "poke_860": "ギモー", - "poke_861": "オーロンゲ", - "poke_862": "タチフサグマ", - "poke_863": "ニャイキング", - "poke_864": "サニゴーン", - "poke_865": "ネギガナイト", - "poke_866": "バリコオル", - "poke_867": "デスバーン", - "poke_868": "マホミル", - "poke_869": "マホイップ", - "poke_870": "タイレーツ", - "poke_871": "バチンウニ", - "poke_872": "ユキハミ", - "poke_873": "モスノウ", - "poke_874": "イシヘンジン", - "poke_875": "コオリッポ", - "poke_876": "イエッサン", - "poke_877": "モルペコ", - "poke_878": "ゾウドウ", - "poke_879": "ダイオウドウ", - "poke_880": "パッチラゴン", - "poke_881": "パッチルドン", - "poke_882": "ウオノラゴン", - "poke_883": "ウオチルドン", - "poke_884": "ジュラルドン", - "poke_885": "ドラメシヤ", - "poke_886": "ドロンチ", - "poke_887": "ドラパルト", - "poke_888": "ザシアン", - "poke_889": "ザマゼンタ", - "poke_890": "ムゲンダイナ", - "poke_891": "ダクマ", - "poke_892": "ウーラオス", - "poke_893": "ザルード", - "poke_894": "レジエレキ", - "poke_895": "レジドラゴ", - "poke_896": "ブリザポス", - "poke_897": "レイスポス", - "poke_898": "バドレックス", - "poke_899": "アヤシシ", - "poke_900": "バサギリ", - "poke_901": "ガチグマ", - "poke_902": "イダイトウ", - "poke_903": "オオニューラ", - "poke_904": "ハリーマン", - "poke_905": "ラブトロス", - "poke_906": "ニャオハ", - "poke_907": "ニャローテ", - "poke_908": "マスカーニャ", - "poke_909": "ホゲータ", - "poke_910": "アチゲータ", - "poke_911": "ラウドボーン", - "poke_912": "クワッス", - "poke_913": "ウェルカモ", - "poke_914": "ウェーニバル", - "poke_915": "グルトン", - "poke_916": "パフュートン", - "poke_917": "タマンチュラ", - "poke_918": "ワナイダー", - "poke_919": "マメバッタ", - "poke_920": "エクスレッグ", - "poke_921": "パモ", - "poke_922": "パモット", - "poke_923": "パーモット", - "poke_924": "ワッカネズミ", - "poke_925": "イッカネズミ", - "poke_926": "パピモッチ", - "poke_927": "バウッツェル", - "poke_928": "ミニーブ", - "poke_929": "オリーニョ", - "poke_930": "オリーヴァ", - "poke_931": "イキリンコ", - "poke_932": "コジオ", - "poke_933": "ジオヅム", - "poke_934": "キョジオーン", - "poke_935": "カルボウ", - "poke_936": "グレンアルマ", - "poke_937": "ソウブレイズ", - "poke_938": "ズピカ", - "poke_939": "ハラバリー", - "poke_940": "カイデン", - "poke_941": "タイカイデン", - "poke_942": "オラチフ", - "poke_943": "マフィティフ", - "poke_944": "シルシュルー", - "poke_945": "タギングル", - "poke_946": "アノクサ", - "poke_947": "アノホラグサ", - "poke_948": "ノノクラゲ", - "poke_949": "リククラゲ", - "poke_950": "ガケガニ", - "poke_951": "カプサイジ", - "poke_952": "スコヴィラン", - "poke_953": "シガロコ", - "poke_954": "ベラカス", - "poke_955": "ヒラヒナ", - "poke_956": "クエスパトラ", - "poke_957": "カヌチャン", - "poke_958": "ナカヌチャン", - "poke_959": "デカヌチャン", - "poke_960": "ウミディグダ", - "poke_961": "ウミトリオ", - "poke_962": "オトシドリ", - "poke_963": "ナミイルカ", - "poke_964": "イルカマン", - "poke_965": "ブロロン", - "poke_966": "ブロロローム", - "poke_967": "モトトカゲ", - "poke_968": "ミミズズ", - "poke_969": "キラーメ", - "poke_970": "キラフロル", - "poke_971": "ボチ", - "poke_972": "ハカドッグ", - "poke_973": "カラミンゴ", - "poke_974": "アルクジラ", - "poke_975": "ハルクジラ", - "poke_976": "ミガルーサ", - "poke_977": "ヘイラッシャ", - "poke_978": "シャリタツ", - "poke_979": "コノヨザル", - "poke_980": "ドオー", - "poke_981": "リキキリン", - "poke_982": "ノココッチ", - "poke_983": "ドドゲザン", - "poke_984": "イダイナキバ", - "poke_985": "サケブシッポ", - "poke_986": "アラブルタケ", - "poke_987": "ハバタクカミ", - "poke_988": "チヲハウハネ", - "poke_989": "スナノケガワ", - "poke_990": "テツノワダチ", - "poke_991": "テツノツツミ", - "poke_992": "テツノカイナ", - "poke_993": "テツノコウベ", - "poke_994": "テツノドクガ", - "poke_995": "テツノイバラ", - "poke_996": "セビエ", - "poke_997": "セゴール", - "poke_998": "セグレイブ", - "poke_999": "コレクレー", - "poke_1000": "サーフゴー", - "poke_1001": "チオンジェン", - "poke_1002": "パオジアン", - "poke_1003": "ディンルー", - "poke_1004": "イーユイ", - "poke_1005": "トドロクツキ", - "poke_1006": "テツノブジン", - "poke_1007": "コライドン", - "poke_1008": "ミライドン", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "なし", - "poke_type_1": "ノーマル", - "poke_type_2": "かくとう", - "poke_type_3": "ひこう", - "poke_type_4": "どく", - "poke_type_5": "じめん", - "poke_type_6": "いわ", - "poke_type_7": "むし", - "poke_type_8": "ゴースト", - "poke_type_9": "はがね", - "poke_type_10": "ほのお", - "poke_type_11": "みず", - "poke_type_12": "くさ", - "poke_type_13": "でんき", - "poke_type_14": "エスパー", - "poke_type_15": "こおり", - "poke_type_16": "ドラゴン", - "poke_type_17": "あく", - "poke_type_18": "フェアリー", - "purified": "らいと", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "相棒のポケモンと一緒に{{amount}}km歩く", - "quest_catch_type_dark_plural": "あくタイプのポケモンを{{amount}}匹捕まえる", - "quest_catch_type_dragon_plural": "ドラゴンタイプのポケモンを{{amount}}匹捕まえる", - "quest_catch_type_poison_plural": "どくタイプのポケモンを{{amount}}匹捕まえる", - "quest_catch_type_psychic_plural": "エスパータイプのポケモンを{{amount}}匹捕まえる", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "ゴーストタイプのポケモン{{amount}}匹に勝つ", - "quest_fight_type_ghost_psychic_plural": "エスパータイプかゴーストタイプのポケモン{{amount}}匹に勝つ", - "quest_fight_type_psychic_plural": "エスパータイプのポケモン{{amount}}匹に勝つ", - "quest_incense_singular": "おこうを使う", - "quest_land_excellent_plural": "エクセレントスローを{{amount}}回投げる", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "ほしのすな", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "アメ", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "ポケコイン", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "アメXL", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "メガエナジー", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "チームリーダー対戦を{{amount_0}}回する", - "quest_title_challenge_2019_battle_trainer": "トレーナーと対戦する", - "quest_title_challenge_2019_battle_trainer_plural": "トレーナー対戦を{{amount_0}}回する", - "quest_title_challenge_2019_battle_trainer_win": "トレーナー対戦で{{amount_0}}回勝つ", - "quest_title_challenge_2019_snapshot_eevee": "イーブイのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_loudred": "ドゴームのGOスナップショット写真を撮る", - "quest_title_challenge_2019_snapshot_pkmn": "ジラーチの写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "フェアリータイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_pkmn_flying": "ひこうタイプポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "ゴーストタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_pkmn_grass": "くさタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_pkmn_ground": "じめんタイプのポケモンの写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_pkmn_ice": "こおりタイプのポケモンの写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_pkmn_normal": "ノーマルタイプポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "エスパータイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "はがねタイプか、エスパータイプポケモンの写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_pkmn_rock": "いわタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_pkmn_steel": "はがねタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_snapshot_pkmn_water": "みずタイプのポケモンの写真を{{amount_0}}枚撮る", - "quest_title_challenge_2019_trade_distance": "100km以上からのポケモンを3匹交換する", - "quest_title_challenge_available": "New challenge available!", - "quest_title_challenge_battle_gbl_win_all": "GOバトルリーグでの対戦で勝つ", - "quest_title_challenge_battle_trainer_great": "スーパーリーグでトレーナーと対戦する", - "quest_title_challenge_buddy_affection_plural": "相棒のハートポイントを{{amount_0}}個獲得する", - "quest_title_challenge_buddy_affection_single": "相棒のハートを獲得する", - "quest_title_challenge_buddy_battle_plural": "相棒が共に歩いているときに一緒にバトルを{{amount_0}}回する", - "quest_title_challenge_buddy_battle_single": "相棒が共に歩いているときに一緒にバトルをする", - "quest_title_challenge_buddy_emotion_plural": "相棒を{{amount_0}}回大喜びさせる", - "quest_title_challenge_buddy_emotion_single": "相棒を大喜びさせる", - "quest_title_challenge_buddy_level_best_plural": "最高の相棒に{{amount_0}}回なる", - "quest_title_challenge_buddy_level_best_single": "最高の相棒になる", - "quest_title_challenge_buddy_level_good_plural": "グッドな相棒に{{amount_0}}回なる", - "quest_title_challenge_buddy_level_good_single": "グッドな相棒になる", - "quest_title_challenge_buddy_level_great_plural": "グレートな相棒に{{amount_0}}回なる", - "quest_title_challenge_buddy_level_great_single": "グレートな相棒になる", - "quest_title_challenge_buddy_level_plural": "相棒レベルを{{amount_0}}回上げる", - "quest_title_challenge_buddy_level_single": "相棒レベルを上げる", - "quest_title_challenge_buddy_level_ultra_plural": "素晴らしい相棒に{{amount_0}}回なる", - "quest_title_challenge_buddy_level_ultra_single": "素晴らしい相棒になる", - "quest_title_challenge_buddy_play_plural": "相棒を{{amount_0}}回なでてあげる", - "quest_title_challenge_buddy_play_single": "相棒をなでてあげる", - "quest_title_challenge_buddy_poi_plural": "相棒が教えてくれた場所を{{amount_0}}回訪れる", - "quest_title_challenge_buddy_poi_single": "相棒が教えてくれた場所を訪れる", - "quest_title_challenge_buddy_snapshot_plural": "相棒の写真を{{amount_0}}枚撮る", - "quest_title_challenge_buddy_snapshot_single": "相棒の写真を撮る", - "quest_title_challenge_buddy_treat_plural": "おやつを{{amount_0}}個あげる", - "quest_title_challenge_buddy_treat_single": "おやつをあげる", - "quest_title_challenge_catch_legendary": "フィールドリサーチ大発見かレイドバトルで伝説のポケモンを捕まえる", - "quest_title_challenge_catch_unique_any": "ポケモンを{{amount_0}}種類捕まえる", - "quest_title_challenge_snapshot_bidoof": "ビッパのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_dratini_singular": "ミニリュウのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_eevee": "イーブイのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_bug": "むしタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_snapshot_pkmn_bug_single": "むしタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_dark": "あくタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_snapshot_pkmn_dark_single": "あくタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_dragon": "ドラゴンタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_snapshot_pkmn_dragon_single": "ドラゴンタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_electric": "でんきタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_snapshot_pkmn_electric_single": "でんきタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_fairy_single": "フェアリータイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_fighting": "かくとうタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_snapshot_pkmn_fighting_single": "かくとうタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_fire": "ほのおタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_snapshot_pkmn_fire_single": "ほのおタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_flying_single": "ひこうタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_ghost_single": "ゴーストタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_grass_single": "くさタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_ground_single": "じめんタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_ice_single": "こおりタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_normal_single": "ノーマルタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_poison": "どくタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_snapshot_pkmn_poison_single": "どくタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_psychic_single": "エスパータイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_rock": "いわタイプのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_challenge_snapshot_pkmn_rock_single": "いわタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_steel_single": "はがねタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_pkmn_water_single": "みずタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "野生のシママのGOスナップショット写真を撮る", - "quest_title_challenge_snapshot_wild_glameow_singular": "野生のニャルマーのGOスナップショット写真を撮る", - "quest_title_geotarget_quest_description": "{{amount_0}}をスキャンする", - "quest_title_quest_achieve_lvl_40": "レベル40に到達する", - "quest_title_quest_adventure_effect_activate_plural": "フィールド効果を{{amount_0}}回発動する", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "ときのほうこうフィールド効果を{{amount_0}}回発動する", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "ときのほうこうフィールド効果を発動する", - "quest_title_quest_adventure_effect_activate_singular": "フィールド効果を発動する", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "あくうせつだんフィールド効果を{{amount_0}}回発動する", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "あくうせつだんフィールド効果を発動する", - "quest_title_quest_adventure_evolve_singular": "アドベンチャーウィーク:オムナイトかカブトを進化させる", - "quest_title_quest_adventure_hatch_egg_plural": "アドベンチャーウィーク:タマゴを{{amount_0}}個かえす", - "quest_title_quest_adventure_visit_pokestop_new_plural": "アドベンチャーウィーク:訪れたことがないポケストップ{{amount_0}}個を回す", - "quest_title_quest_adventure_walk_buddy_plural": "アドベンチャーウィーク:相棒と歩いて{{amount_0}}個アメをもらう", - "quest_title_quest_adventure2019_catch_special33_plural": "アドベンチャーウィーク2019:ココドラを{{amount_0}}匹捕まえる", - "quest_title_quest_adventure2019_evolve_singular": "アドベンチャーウィーク2019:リリーラかアノプスを進化させる", - "quest_title_quest_adventure2019_hatch_egg_plural": "アドベンチャーウィーク2019:タマゴを{{amount_0}}個かえす", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "アドベンチャーウィーク2019:訪れたことがないポケストップ{{amount_0}}個を回す", - "quest_title_quest_adventure2019_visit_pokestop_plural": "アドベンチャーウィーク2019:ポケストップ25個を回す", - "quest_title_quest_adventure2019_walk_buddy_plural": "アドベンチャーウィーク2019:相棒と歩いてアメを{{amount_0}}個もらう", - "quest_title_quest_alodude_catch": "アローラのすがたのイシツブテを{{amount_0}}匹捕まえる", - "quest_title_quest_alodude_evolve_a": "アローラのすがたのイシツブテを{{amount_0}}匹進化させる", - "quest_title_quest_alodude_evolve_b": "アローラのすがたのゴローンを{{amount_0}}匹進化させる", - "quest_title_quest_alodude_snap": "アローラのすがたのイシツブテのGOスナップショットを{{amount_0}}枚撮る", - "quest_title_quest_at_catch_a": "ケーシィを{{amount_0}}匹捕まえる", - "quest_title_quest_at_evolve_a": "ケーシィを{{amount_0}}匹進化させる", - "quest_title_quest_at_evolve_k": "ユンゲラーを{{amount_0}}匹進化させる", - "quest_title_quest_axew_catch_b": "キバゴを{{amount_0}}匹捕まえる", - "quest_title_quest_axew_evolve_b": "キバゴを{{amount_0}}匹進化させる", - "quest_title_quest_axew_snapshot_b": "キバゴのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_azelf_wild_snap": "野生のアグノムのGOスナップショット写真を撮る", - "quest_title_quest_bagon_catch_b": "タツベイを{{amount_0}}匹捕まえる", - "quest_title_quest_bagon_evolve_b_plural": "タツベイを{{amount_0}}匹進化させる", - "quest_title_quest_bagon_evolve_b_singular": "タツベイを進化させる", - "quest_title_quest_bagon_snapshot_b": "タツベイのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_battle_buddy_adventure_plural": "相棒が共にに歩いているときに一緒にトレーナー対戦を{{amount_0}}回する", - "quest_title_quest_battle_buddy_adventure_single": "相棒が共に歩いているときに一緒にトレーナー対戦を行う", - "quest_title_quest_battle_dangling_reward_toast": "現在のバトルを終えてください", - "quest_title_quest_battle_error_toast": "バトル開始エラー", - "quest_title_quest_battle_gbl_halloween_plural": "ハロウィンカップで{{amount_0}}回対戦する", - "quest_title_quest_battle_gbl_halloween_win_plural": "ハロウィンカップでのトレーナー対戦で{{amount_0}}回勝つ", - "quest_title_quest_battle_gbl_plural": "GOバトルリーグ対戦を{{amount_0}}回する", - "quest_title_quest_battle_gbl_singular": "GOバトルリーグ対戦をする", - "quest_title_quest_battle_gbl_win_plural": "GOバトルリーグのトレーナー対戦で{{amount_0}}回勝つ", - "quest_title_quest_battle_gbl_win_singular": "GOバトルリーグのトレーナー対戦で勝つ", - "quest_title_quest_battle_great_plural": "スーパーリーグでトレーナーと{{amount_0}}回対戦する", - "quest_title_quest_battle_great_win_plural": "スーパーリーグでのトレーナー対戦で{{amount_0}}回勝つ", - "quest_title_quest_battle_great_win_singular": "スーパーリーグでのトレーナー対戦で勝つ", - "quest_title_quest_battle_gym_plural": "ジムバトルを{{amount_0}}回する", - "quest_title_quest_battle_gym_singular": "ジムバトルを1回する", - "quest_title_quest_battle_master_win_plural": "マスターリーグでのトレーナー対戦で{{amount_0}}回勝つ", - "quest_title_quest_battle_master_win_singular": "マスターリーグでのトレーナー対戦で勝つ", - "quest_title_quest_battle_raid_plural": "レイドバトルを{{amount_0}}回する", - "quest_title_quest_battle_raid_singular": "レイドバトルを1回する", - "quest_title_quest_battle_raid_with_friend_plural": "フレンドと一緒にレイドバトルを{{amount_0}}回行う", - "quest_title_quest_battle_raid_with_friend_singular": "フレンドと一緒にレイドバトルを行う", - "quest_title_quest_battle_supereffective_charge_plural": "こうかばつぐんのスペシャルアタックを使ってジムバトルする・{{amount_0}}回", - "quest_title_quest_battle_supereffective_charge_singular": "こうかばつぐんのスペシャルアタックを使ってジムバトルする・1回", - "quest_title_quest_battle_team_rocket_plural": "GOロケット団員とのバトルを{{amount_0}}回する", - "quest_title_quest_battle_team_rocket_singular": "GOロケット団したっぱとのバトルを1回する", - "quest_title_quest_battle_ultra_win_plural": "ハイパーリーグでのトレーナー対戦で{{amount_0}}回勝つ", - "quest_title_quest_battle_ultra_win_singular": "ハイパーリーグでのトレーナー対戦で勝つ", - "quest_title_quest_battle19_catch_fighting_easy": "かくとうタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_battle19_catch_medium_pkmn": "マクノシタかアサナンを{{amount_0}}匹捕まえる", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "エクセレントスローを{{amount_0}}回連続で投げる", - "quest_title_quest_battle19_raid_win_veryhard": "レイドバトルで{{amount_0}}回勝つ", - "quest_title_quest_battle19_supereffective_charge_hard": "こうかばつぐんのスペシャルアタックを使ってジムバトルする・{{amount_0}}回", - "quest_title_quest_battler_appears": "相手が現れた!", - "quest_title_quest_beat_raid_10_minutes": "レイドに10分未満で勝つ", - "quest_title_quest_beat_raid_60_seconds": "レイドに60秒未満で勝つ", - "quest_title_quest_beat_raid_singular_minutes": "レイドに{{amount_0}}分未満で勝つ", - "quest_title_quest_beat_raid_singular_seconds": "レイドに{{amount_0}}秒未満で勝つ", - "quest_title_quest_begins19_catch_specific_plural": "ポケモン誕生の日: ポッポかコラッタを{{amount_0}}匹捕まえる", - "quest_title_quest_begins19_evolve_plural": "ポケモン誕生の記念日: ニャースを1匹進化させる", - "quest_title_quest_beldum_catch_b": "ダンバルを{{amount_0}}匹捕まえる", - "quest_title_quest_beldum_evolve_b_plural": "ダンバルを{{amount_0}}匹進化させる", - "quest_title_quest_beldum_evolve_b_singular": "ダンバルを進化させる", - "quest_title_quest_bellsprout_catch_b": "マダツボミを{{amount_0}}匹捕まえる", - "quest_title_quest_bellsprout_evolve_b_plural": "マダツボミを{{amount_0}}匹進化させる", - "quest_title_quest_bellsprout_evolve_b_singular": "マダツボミを進化させる", - "quest_title_quest_bellsprout_snapshot_b": "マダツボミのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_beluga_evolve_pkmn": "Let's Go: アノプスを{{amount_0}}匹進化させる", - "quest_title_quest_beluga_excellent_singular": "Let's Go: エクセレントスローを{{amount_0}}回投げる", - "quest_title_quest_beluga_hatch_plural": "Let's Go:タマゴを{{amount_0}}個かえす", - "quest_title_quest_best_buddy_bronze": "ポケモン1匹を最高の相棒にする", - "quest_title_quest_best_buddy_silver": "ポケモン10匹を最高の相棒にする", - "quest_title_quest_bounsweet_catch_b": "アマカジを{{amount_0}}匹捕まえる", - "quest_title_quest_bounsweet_evolve_b_plural": "アマカジを{{amount_0}}匹進化させる", - "quest_title_quest_bounsweet_evolve_b_singular": "アマカジを進化させる", - "quest_title_quest_braixen_evolve_b": "テールナーを{{amount_0}}匹進化させる", - "quest_title_quest_breakthrough_completed": "フィールドリサーチ完了!", - "quest_title_quest_breakthrough_reward_mystery": "謎のプレゼント", - "quest_title_quest_breakthrough_reward_stardust": "ほしのすな", - "quest_title_quest_brionne_evolve_b_plural": "オシャマリを{{amount_0}}匹進化させる", - "quest_title_quest_brionne_evolve_b_singular": "オシャマリを進化させる", - "quest_title_quest_buddy_affection_days": "相棒のハートを{{amount_0}}日もらう", - "quest_title_quest_buddy_affection_days_in_a_row": "相棒のハートを{{amount_0}}日連続でもらう", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "相棒が共にに歩いているときに一緒にトレーナー対戦を{{amount_0}}回する", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "相棒が共に歩いているときに一緒にトレーナー対戦を行う", - "quest_title_quest_buddy_souvenir_plural": "相棒のポケモンからおみやげを{{amount_0}}個もらう", - "quest_title_quest_buddy_souvenir_singular": "相棒のポケモンからおみやげをもらう", - "quest_title_quest_buddy_walk_km_plural": "相棒のポケモンと一緒に{{amount_0}}km歩く", - "quest_title_quest_bulbt_catch_b": "フシギダネを{{amount_0}}匹捕まえる", - "quest_title_quest_bulbt_evolve_b": "フシギダネを{{amount_0}}匹進化させる", - "quest_title_quest_bulbt_evolve_s1": "フシギソウを{{amount_0}}匹進化させる", - "quest_title_quest_cacnea_catch": "サボネアを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_151": "ポケモンを151匹捕まえる", - "quest_title_quest_catch_b_types_plural": "でんき、ノーマル、どく、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_basic_types_plural": "くさ、みず、ほのお、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_berry_any_drifloon": "フワンテを捕まえるときにきのみ{{amount_0}}個を使う", - "quest_title_quest_catch_berry_nanab_drifloon": "フワンテを捕まえるときにナナのみ{{amount_0}}個を使う", - "quest_title_quest_catch_berry_pinap": "ポケモンを捕まえるときにパイルのみ{{amount_0}}個を使う", - "quest_title_quest_catch_berry_razz": "ポケモンを捕まえるときにズリのみ{{amount_0}}個を使う", - "quest_title_quest_catch_berry_razz_drifloon": "フワンテを捕まえるときにズリのみ{{amount_0}}個を使う", - "quest_title_quest_catch_bronzor_plural": "ドーミラーを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_c_types_plural": "ひこう、エスパー、あく、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_carbink_singular": "メレシーを1匹捕まえる", - "quest_title_quest_catch_celebi_types_plural": "くさタイプか、エスパータイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_costumed_plural": "太陽か月の冠をつけたイーブイを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_crabrawler_plural": "マケンカニを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_dark_type_plural": "あくタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_darumaka_plural": "ダルマッカを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_daysinarow": "ポケモンを{{amount_0}}日間連続で捕まえる", - "quest_title_quest_catch_dialga": "ディアルガを捕まえる", - "quest_title_quest_catch_drifloon": "フワンテを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_ducklett_plural": "コアルヒーを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_ducklett_singular": "コアルヒーを捕まえる", - "quest_title_quest_catch_emolga_plural": "エモンガを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_excellent_curve_drifloon": "フワンテをカーブボールのエクセレントスローで{{amount_0}}匹捕まえる", - "quest_title_quest_catch_excellent_with_berry_drifloon": "フワンテをきのみを使ってエクセレントスローで{{amount_0}}匹捕まえる", - "quest_title_quest_catch_feed_plural": "ポケモンを捕まえるときにきのみ{{amount_0}}個を使う", - "quest_title_quest_catch_feed_singular": "ポケモンを捕まえるときにきのみ1個を使う", - "quest_title_quest_catch_furfou_singular": "トリミアンを捕まえる", - "quest_title_quest_catch_groudon_primal_boosted_types": "ほのお、くさ、じめん、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_groudon_type": "ほのお、くさ、じめん、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_hoenn_pokemon": "ホウエン地方で最初に発見されたポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_in_day_plural": "1日にポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_jan21_hoenn1_plural": "グラードンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_jan21_hoenn2_plural": "カイオーガを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_johto_pokemon": "ジョウト地方で最初に発見されたポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_kanto_pokemon": "カントー地方で最初に発見されたポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_kyogre_primal_boosted_types": "みず、でんき、むし、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_kyogre_type": "みず、でんき、むし、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_legendary_inarow_plural": "次に出会う伝説・幻のポケモンを{{amount_0}}匹連続で捕まえる", - "quest_title_quest_catch_legendary_plural": "伝説か幻のポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_legendary_singular": "伝説か幻のポケモンを捕まえる", - "quest_title_quest_catch_lunatone_plural": "ルナトーンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_luvdisc": "ラブカスを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_misc_01_types_plural": "みず、こおり、ノーマル、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_nymble_plural": "マメバッタを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_palkia": "パルキアを捕まえる", - "quest_title_quest_catch_pikachu_plural": "ピカチュウを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_plural_unique": "ポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_pokemon_dai_plural": "おさんぽおこうに呼び寄せられたポケモン{{amount_0}}匹を捕まえる", - "quest_title_quest_catch_pokemon_days": "ポケモンを{{amount_0}}日捕まえる", - "quest_title_quest_catch_pokemon_great_ball_plural": "スーパーボールでポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_pokemon_great_ball_singular": "スーパーボールでポケモンを捕まえる", - "quest_title_quest_catch_pokemon_legendary_plural": "伝説のポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_pokemon_legendary_singular": "伝説のポケモンを捕まえる", - "quest_title_quest_catch_pokemon_party_plural": "チーム参加中ポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_pokemon_plural": "ポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_pokemon_poke_ball_plural": "モンスターボールでポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_pokemon_poke_ball_singular": "モンスターボールでポケモンを捕まえる", - "quest_title_quest_catch_pokemon_routes_plural": "ルートでポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_pokemon_routes_singular": "ルートでポケモンを捕まえる", - "quest_title_quest_catch_pokemon_singular": "ポケモンを1匹捕まえる", - "quest_title_quest_catch_pokemon_task": "ポケモンを捕まえる", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "ハイパーボールでポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "ハイパーボールでポケモンを捕まえる", - "quest_title_quest_catch_psychic_steel": "はがねタイプか、エスパータイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_raid_regi_any": "レイドでレジロック、レジアイス、レジスチル、いずれかを捕まえる", - "quest_title_quest_catch_raid_regi_ice": "レイドでレジアイスを捕まえる", - "quest_title_quest_catch_raid_regi_rock": "レイドでレジロックを捕まえる", - "quest_title_quest_catch_raid_regi_steel": "レイドでレジスチルを捕まえる", - "quest_title_quest_catch_rayquaza_type": "ひこう、エスパー、ドラゴン、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_sinnoh_pokemon": "シンオウ地方で最初に発見されたポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_sinnoh_pokemon_singular": "シンオウ地方で最初に発見されたポケモンを捕まえる", - "quest_title_quest_catch_solrock_plural": "ソルロックを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special_aerodactyl": "プテラを1匹捕まえる", - "quest_title_quest_catch_special_bidoof": "ビッパを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special_chespin": "ハリマロンを捕まえる", - "quest_title_quest_catch_special_cottonee": "モンメンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special_cubone": "カラカラを1匹捕まえる", - "quest_title_quest_catch_special_exeggcute": "タマタマを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special_fennekin": "フォッコを捕まえる", - "quest_title_quest_catch_special_fletchling": "ヤヤコマを捕まえる", - "quest_title_quest_catch_special_froakie": "ケロマツを捕まえる", - "quest_title_quest_catch_special_furfrou": "トリミアンを捕まえる", - "quest_title_quest_catch_special_jirachi": "ジラーチを捕まえる", - "quest_title_quest_catch_special_lieep_anorithl": "リリーラかアノプスを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special_litleo": "シシコを捕まえる", - "quest_title_quest_catch_special_mew": "ミュウを捕まえる!", - "quest_title_quest_catch_special_natu": "ネイティを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special_omanyte_kabuto": "オムナイトかカブトを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special_pumpkaboo": "バケッチャを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special_slugma_gulpin": "マグマッグかゴクリンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special_voltorb": "ビリリダマを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special0_plural": "メタモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special0_plural_unique": "東京eスポーツフェスタ2020:リストに挙げられたポケモン{{amount_0}}種類を捕まえる", - "quest_title_quest_catch_special0_singular": "メタモンを1匹捕まえる", - "quest_title_quest_catch_special1_plural": "ナゾノクサかマダツボミを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special1_singular": "ナゾノクサかマダツボミを1匹捕まえる", - "quest_title_quest_catch_special2_plural": "チルットを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special2_singular": "チルットを1匹捕まえる", - "quest_title_quest_catch_special3_plural": "ポッポかヤミカラスを{{amount_0}}匹捕まえる ", - "quest_title_quest_catch_special3_singular": "ポッポかヤミカラスを1匹捕まえる ", - "quest_title_quest_catch_special4_plural": "キモリかミズゴロウを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special4_singular": "キモリかミズゴロウを1匹捕まえる", - "quest_title_quest_catch_special5_plural": "ニャースかエネコを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special5_singular": "ニャースかエネコを1匹捕まえる", - "quest_title_quest_catch_special6_plural": "メリープを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special7_plural": "ヒトカゲを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special8_plural": "ヨーギラスを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special9_plural": "アンノーンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special10_plural": "プラスルを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special11_plural": "マイナンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special12_plural": "ゼニガメを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special13_plural": "ロゼリアを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special14_singular": "ニャースかガーディを捕まえる", - "quest_title_quest_catch_special15_singular": "ブルーかポチエナを捕まえる", - "quest_title_quest_catch_special16_singular": "エネコかポチエナを捕まえる", - "quest_title_quest_catch_special17_plural": "イーブイを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special18_plural": "ダンバルを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special19_plural": "ナマケロを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special20_plural": "ラルトスを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special21_singular": "ピカチュウかコラッタを1匹捕まえる", - "quest_title_quest_catch_special22_plural": "チコリータを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special23_plural": "ヒノアラシを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special24_plural": "ワニノコを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special25_plural": "ウリムーを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special26_plural": "キモリを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special27_plural": "タツベイを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special28_plural": "アチャモを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special29_plural": "ミズゴロウを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special31_plural": "ナエトルを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special33_plural": "ナックラーを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special34_plural": "ヒコザルを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special35_plural": "ポッチャマを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special36_plural": "サイホーンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special37_plural": "ワンリキーを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special38_plural": "ロコンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special39_plural": "ミニリュウを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special40_plural": "ケーシィを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special41_plural": "タマザラシを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special42_plural": "ビードルを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special43_plural": "ムックルを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special44_plural": "タネボーを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special45_plural": "ベトベターを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_special46_plural": "ポリゴンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_staryu_plural": "ヒトデマンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_stufful_pinap_plural": "ポケモンを捕まえるときにパイルのみ{{amount_0}}個を使う", - "quest_title_quest_catch_stufful_pinap_singular": "ポケモンを捕まえるときにパイルのみを使う", - "quest_title_quest_catch_stufful_razz_plural": "ポケモンを捕まえるときにズリのみ{{amount_0}}個を使う", - "quest_title_quest_catch_stufful_razz_singular": "ポケモンを捕まえるときにズリのみを使う", - "quest_title_quest_catch_transform_pokemon_plural": "へんしんポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_trubbish_plural": "ヤブクロンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_bug_plural": "むしタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_bug_plural_unique": "むしタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_bug_singular": "むしタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_buzzwole": "マッシブーンと同じタイプを持つポケモンを捕まえる", - "quest_title_quest_catch_type_buzzwole_effective": "マッシブーンが弱いタイプのポケモンを捕まえる", - "quest_title_quest_catch_type_buzzwole_plural": "マッシブーンと同じタイプを持つポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_celesteela_effective": "テッカグヤが弱いタイプのポケモンを捕まえる", - "quest_title_quest_catch_type_dark_plural": "あくタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_dark_plural_unique": "あくタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_dark_singular": "あくタイプのポケモンを捕まえる", - "quest_title_quest_catch_type_dragon_normal_plural": "ノーマルタイプか、ドラゴンタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_dragon_plural": "ドラゴンタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_dragon_plural_unique": "ドラゴンタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_dragon_singular": "ドラゴンタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_electric_flying_plural": "でんきタイプか、ひこうタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_electric_plural": "でんきタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_electric_plural_unique": "でんきタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_electric_singular": "でんきタイプのポケモンを捕まえる", - "quest_title_quest_catch_type_fairy_plural": "フェアリータイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_fairy_plural_unique": "フェアリータイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_fairy_singular": "フェアリータイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_fighting_plural": "かくとうタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_fighting_plural_unique": "かくとうタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_fighting_singular": "かくとうタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_fire_dark_plural_unique": "ほのおか、あくタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_fire_plural": "ほのおタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_fire_singular": "ほのおタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_flying_plural": "ひこうタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_flying_plural_unique": "ひこうタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_flying_singular": "ひこうタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_ghost_dark_plural": "ゴーストタイプか、あくタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_ghost_plural": "ゴーストタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_ghost_plural_unique": "ゴーストタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_ghost_singular": "ゴーストタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_grass_bug_plural": "くさタイプか、むしタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_grass_plural": "くさタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_grass_plural_unique": "くさタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_grass_poison_plural": "くさタイプか、どくタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_grass_singular": "くさタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_ground_plural": "じめんタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_ground_plural_unique": "じめんタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_ground_singular": "じめんタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_guzzlord_effective": "アクジキングが弱いタイプのポケモンを捕まえる", - "quest_title_quest_catch_type_ice_grass_plural_unique": "こおりタイプか、くさタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_ice_plural": "こおりタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_ice_plural_unique": "こおりタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_ice_singular": "こおりタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_kartana_effective": "カミツルギが弱いタイプのポケモンを捕まえる", - "quest_title_quest_catch_type_nihilego": "ウツロイドと同じタイプを持つポケモンを捕まえる", - "quest_title_quest_catch_type_nihilego_effective": "ウツロイドが弱いタイプのポケモンを捕まえる", - "quest_title_quest_catch_type_nihilego_plural": "ウツロイドと同じタイプを持つポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_normal_plural": "ノーマルタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_normal_plural_unique": "ノーマルタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_normal_singular": "ノーマルタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_pheremosa_effective": "フェローチェが弱いタイプのポケモンを捕まえる", - "quest_title_quest_catch_type_pheromosa": "フェローチェと同じタイプを持つポケモンを捕まえる", - "quest_title_quest_catch_type_pheromosa_plural": "フェローチェと同じタイプを持つポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_poison_plural": "どくタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_poison_plural_unique": "どくタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_poison_singular": "どくタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "エスパータイプか、かくとうタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_psychic_plural": "エスパータイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_psychic_plural_unique": "エスパータイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_psychic_singular": "エスパータイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_rock_plural": "いわタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_rock_plural_unique": "いわタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_rock_singular": "いわタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_shaymin": "シェイミと同じタイプを持つポケモンを捕まえる", - "quest_title_quest_catch_type_shaymin_plural": "シェイミと同じタイプを持つポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_steel_plural": "はがねタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_steel_plural_unique": "はがねタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_steel_singular": "はがねタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "みず、でんき、ほのお、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_water_flying_plural": "みずタイプか、ひこうタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_water_ground_plural": "みずタイプか、じめんタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_water_plural": "みずタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_type_water_plural_unique": "みずタイプのポケモンを{{amount_0}}種類捕まえる", - "quest_title_quest_catch_type_water_singular": "みずタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_type_xurkitree": "デンジュモクと同じタイプを持つポケモンを捕まえる", - "quest_title_quest_catch_type_xurkitree_effective": "デンジュモクが弱いタイプのポケモンを捕まえる", - "quest_title_quest_catch_type_xurkitree_plural": "デンジュモクと同じタイプを持つポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_types_rainy_plural": "みず、でんき、むし、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_types_rainy_singular": "みず、でんき、むし、いずれかのタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_types_snowy_plural": "こおり、はがね、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_types_snowy_singular": "こおり、はがね、いずれかのタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_types_sunny_plural": "くさ、ほのお、じめん、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_types_sunny_singular": "くさ、ほのお、じめん、いずれかのタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_types_windy_plural": "ひこう、ドラゴン、エスパー、いずれかのタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_types_windy_singular": "ひこう、ドラゴン、エスパー、いずれかのタイプのポケモンを1匹捕まえる", - "quest_title_quest_catch_weather_boost_plural": "天候ブーストを受けているポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_catch_weather_boost_singular": "天候ブーストを受けているポケモンを1匹捕まえる", - "quest_title_quest_catch_whismur": "ゴニョニョを{{amount_0}}匹捕まえる", - "quest_title_quest_challenge_party_power_plural": "レイドバトルでチームパワーを{{amount_0}}回使う", - "quest_title_quest_challenge_party_power_singular": "レイドバトルでチームパワーを1回使う", - "quest_title_quest_change_form_furfrou": "トリミアンのすがたを変える", - "quest_title_quest_change_form_plural": "ポケモン{{amount_0}}匹のすがたを変える", - "quest_title_quest_change_form_singular": "ポケモンのすがたを変える", - "quest_title_quest_chansey_catch_b": "ラッキーを{{amount_0}}匹捕まえる", - "quest_title_quest_chansey_evolve_b_plural": "ラッキーを{{amount_0}}匹進化させる", - "quest_title_quest_chansey_evolve_b_singular": "ラッキーを進化させる", - "quest_title_quest_chansey_snapshot_b": "ラッキーのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_charge_attack_party_plural": "チーム参加中スペシャルアタックを{{amount_0}}回使ってバトルする", - "quest_title_quest_charge_attack_party_singular": "チーム参加中スペシャルアタックを使ってバトルする", - "quest_title_quest_charged_attack_plural": "スペシャルアタックを{{amount_0}}回使う", - "quest_title_quest_charjabug_evolve_b": "デンヂムシを{{amount_0}}匹進化させる", - "quest_title_quest_chart_catch_b": "ヒトカゲを{{amount_0}}匹捕まえる", - "quest_title_quest_chart_catch_s1": "リザードを{{amount_0}}匹捕まえる", - "quest_title_quest_chart_evolve_b": "ヒトカゲを{{amount_0}}匹進化させる", - "quest_title_quest_chart_evolve_s1": "リザードを{{amount_0}}匹進化させる", - "quest_title_quest_chespin_catch_b": "ハリマロンを{{amount_0}}匹捕まえる", - "quest_title_quest_chespin_evolve_b": "ハリマロンを{{amount_0}}匹進化させる", - "quest_title_quest_chespin_snapshot_b": "ハリマロンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_crocalor_evolve_b": "アチゲータを進化させる", - "quest_title_quest_cyndaquil_catch_b": "ヒノアラシを{{amount_0}}匹捕まえる", - "quest_title_quest_cyndaquil_evolve_b_plural": "ヒノアラシを{{amount_0}}匹進化させる", - "quest_title_quest_cyndaquil_evolve_b_singular": "ヒノアラシを進化させる", - "quest_title_quest_dartrix_evolve_b_plural": "フクスローを{{amount_0}}匹進化させる", - "quest_title_quest_dartrix_evolve_b_singular": "フクスローを{{amount_0}}匹進化させる", - "quest_title_quest_dec2021_catch_b": "2021年コミュニティ・デイのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_dec2022_catch_b": "コミュニティ・デイ2022期間にポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_dec2023_catch_b": "2023年のコミュニティ・デイに登場したポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_defeat_jessie_james_plural": "ムサシかコジロウに{{amount_0}}回勝つ ", - "quest_title_quest_defeat_rocket": "GOロケット団員に{{amount_0}}回勝つ", - "quest_title_quest_defeat_rocket_leader_2500": "CP2500以下のポケモンのみを使いGOロケット団リーダーに{{amount_0}}回勝つ", - "quest_title_quest_defeat_rocket_singular": "GOロケット団員に勝つ", - "quest_title_quest_deino_catch": "モノズを{{amount_0}}匹捕まえる", - "quest_title_quest_deino_evolve_a": "モノズを{{amount_0}}匹進化させる", - "quest_title_quest_deino_evolve_b": "モノズかジヘッドを{{amount_0}}匹進化させる", - "quest_title_quest_deino_snap": "モノズのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_dragonair_evolve_b": "ハクリューを{{amount_0}}匹進化させる", - "quest_title_quest_dratini_cdc_catch_b": "ミニリュウを{{amount_0}}匹捕まえる", - "quest_title_quest_dratini_cdc_evolve_b": "ミニリュウを{{amount_0}}匹進化させる", - "quest_title_quest_dratini_cdc_snapshot_b": "ミニリュウのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_drizzle_evolve": "ジメレオンを進化させる", - "quest_title_quest_dude_catch": "イシツブテを{{amount_0}}匹捕まえる", - "quest_title_quest_dude_evolve_a": "イシツブテを{{amount_0}}匹進化させる", - "quest_title_quest_dude_evolve_b": "ゴローンを{{amount_0}}匹進化させる", - "quest_title_quest_dude_snap": "イシツブテのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_duskt_catch_b": "ヨマワルを{{amount_0}}匹捕まえる", - "quest_title_quest_duskt_evolve_b": "ヨマワルを{{amount_0}}匹進化させる", - "quest_title_quest_duskt_evolve_s1": "サマヨールを{{amount_0}}匹進化させる", - "quest_title_quest_earn_buddy_ribbon_plural": "がんばリボンを相棒ポケモンに{{amount_0}}個つける", - "quest_title_quest_eelektrik_evolve_b_plural": "シビビールを{{amount_0}}匹進化させる", - "quest_title_quest_eelektrik_evolve_b_singular": "シビビールを進化させる", - "quest_title_quest_eevee_evolve_plural": "イーブイをすべて違う進化形に進化させる", - "quest_title_quest_eevet_catch_b": "イーブイを{{amount_0}}匹捕まえる", - "quest_title_quest_eevet_evolve_b": "イーブイを{{amount_0}}匹進化させる", - "quest_title_quest_elect_catch_b": "エレブーを{{amount_0}}匹捕まえる", - "quest_title_quest_elect_evolve_b": "エレブーを{{amount_0}}匹進化させる", - "quest_title_quest_elite_raid_victory_plural": "エピックレイドで{{amount_0}}回勝つ", - "quest_title_quest_elite_raid_victory_singular": "エピックレイドで1回勝つ", - "quest_title_quest_elite4_a": "GOTour四天王を倒す:メサ", - "quest_title_quest_elite4_b": "GOTour四天王を倒す:ケーブ", - "quest_title_quest_elite4_c": "GOTour四天王を倒す:オーシャン", - "quest_title_quest_elite4_d": "GOTour四天王を倒す:サバンナ", - "quest_title_quest_elrd22_april16_battle": "タマタマリサーチ:ジムバトルを1回する", - "quest_title_quest_elrd22_april16_berries": "タマタマリサーチ:ポケモンを捕まえるときにきのみ3個を使う", - "quest_title_quest_elrd22_april16_catch_grass": "タマタマリサーチ:くさタイプのポケモンを3匹捕まえる", - "quest_title_quest_elrd22_april16_charged_move": "タマタマリサーチ:効果ばつぐんのスペシャルアタックを使う", - "quest_title_quest_elrd22_april16_curve": "タマタマリサーチ:カーブボールを5回投げる", - "quest_title_quest_elrd22_april16_evolve_grass": "タマタマリサーチ:くさタイプのポケモンを2匹進化させる", - "quest_title_quest_elrd22_april16_gifts_stickers": "タマタマリサーチ:ステッカー付きのギフトを2個贈る", - "quest_title_quest_elrd22_april16_great": "タマタマリサーチ:グレートスローを3回投げる", - "quest_title_quest_elrd22_april16_great_row": "タマタマリサーチ:グレートスローを2回連続で投げる", - "quest_title_quest_elrd22_april16_nice": "タマタマリサーチ:ナイススローを5回投げる", - "quest_title_quest_elrd22_april16_nice_row": "タマタマリサーチ:ナイススローを3回連続で投げる", - "quest_title_quest_elrd22_april16_raid": "タマタマリサーチ:レイドバトルを1回する", - "quest_title_quest_elrd22_april16_spin": "タマタマリサーチ:ポケストップ2個を回す", - "quest_title_quest_elrd22_april16_weather_easy": "タマタマリサーチ:天候ブーストを受けているポケモンを3匹捕まえる", - "quest_title_quest_elrd22_april16_weather_hard": "タマタマリサーチ:天候ブーストを受けているポケモンを5匹捕まえる", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "タマタマリサーチ:野生のくさタイプのポケモンのGOスナップショットを撮る", - "quest_title_quest_equinox19_catch_medium_pkmn": "フシギダネかチコリータを{{amount_0}}匹捕まえる", - "quest_title_quest_equinox19_catch_type_grass_plural": "くさタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_equinox19_evolve_type_grass_plural": "くさタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "くさタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_event_eevee_snapshot_barcelona": "バルセロナであなたのイーブイのGOスナップショット写真を1枚撮る", - "quest_title_quest_event_eevee_snapshot_jakarta": "ジャカルタであなたのイーブイのGOスナップショット写真を1枚撮る", - "quest_title_quest_event_eevee_snapshot_mexico_city": "メキシコシティであなたのイーブイのGOスナップショット写真を1枚撮る", - "quest_title_quest_event_eevee_snapshot_seoul": "あなたのイーブイのGOスナップショット写真を1枚撮る", - "quest_title_quest_event_eevee_snapshot_tainan": "台南であなたのイーブイのGOスナップショット写真を1枚撮る", - "quest_title_quest_event_leave_behind_spin": "訪れたことがないポケストップ・ジム10個を回す", - "quest_title_quest_event_leave_behind_spin_safari_city": "イーブイチャレンジのポケストップを回す", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "まだ訪れていないイーブイチャレンジのポケストップ{{amount_0}}個を回す", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "まだ訪れていないイーブイチャレンジのポケストップを回す", - "quest_title_quest_event_spin_barcelona": "バルセロナのポケストップ・ジム1個を回す", - "quest_title_quest_event_spin_incheon": "インチョンのポケストップ・ジム1個を回す", - "quest_title_quest_event_spin_jakarta": "ジャカルタのポケストップ・ジム1個を回す", - "quest_title_quest_event_spin_mexico_city": "メキシコシティのポケストップ・ジム1個を回す", - "quest_title_quest_event_spin_seoul": "ソウルのポケストップ・ジム1個を回す", - "quest_title_quest_event_spin_tainan": "台南のポケストップ・ジム1個を回す", - "quest_title_quest_evolve_abra_singular": "ケーシィを進化させる", - "quest_title_quest_evolve_aipom_singular": "エイパムを進化させる", - "quest_title_quest_evolve_amaura_singular": "アマルスを進化させる", - "quest_title_quest_evolve_anorith_singular": "アノプスを進化させる", - "quest_title_quest_evolve_archen_singular": "アーケンを進化させる", - "quest_title_quest_evolve_aron_singular": "ココドラを進化させる", - "quest_title_quest_evolve_axew_singular": "キバゴを進化させる", - "quest_title_quest_evolve_azurill_singular": "ルリリを進化させる", - "quest_title_quest_evolve_bagon_singular": "タツベイを進化させる", - "quest_title_quest_evolve_baltoy_singular": "ヤジロンを進化させる", - "quest_title_quest_evolve_barboach_singular": "ドジョッチを進化させる", - "quest_title_quest_evolve_bayleef": "ベイリーフを進化させる", - "quest_title_quest_evolve_bayleef_singular": "ベイリーフを進化させる", - "quest_title_quest_evolve_beldum_singular": "ダンバルを進化させる", - "quest_title_quest_evolve_bellsprout_singular": "マダツボミを進化させる", - "quest_title_quest_evolve_bergmite_singular": "カチコールを進化させる", - "quest_title_quest_evolve_bidoof_singular": "ビッパを進化させる", - "quest_title_quest_evolve_binacle_singular": "カメテテを進化させる", - "quest_title_quest_evolve_blitzle_singular": "シママを進化させる", - "quest_title_quest_evolve_boldore_singular": "ガントルを進化させる", - "quest_title_quest_evolve_bonsly_singular": "ウソハチを進化させる", - "quest_title_quest_evolve_braixen_singular": "テールナーを進化させる", - "quest_title_quest_evolve_bronzor_singular": "ドーミラーを進化させる", - "quest_title_quest_evolve_budew_singular": "スボミーを進化させる", - "quest_title_quest_evolve_buizel_singular": "ブイゼルを進化させる", - "quest_title_quest_evolve_bulbasaur": "フシギダネを進化させる", - "quest_title_quest_evolve_bulbasaur_singular": "フシギダネを進化させる", - "quest_title_quest_evolve_buneary_singular": "ミミロルを進化させる", - "quest_title_quest_evolve_bunnelby_singular": "ホルビーを進化させる", - "quest_title_quest_evolve_burmy_singular": "ミノムッチを進化させる", - "quest_title_quest_evolve_cacnea_singular": "サボネアを進化させる", - "quest_title_quest_evolve_carvanha_singular": "キバニアを進化させる", - "quest_title_quest_evolve_cascoon_singular": "マユルドを進化させる", - "quest_title_quest_evolve_caterpie_singular": "キャタピーを進化させる", - "quest_title_quest_evolve_chansey_singular": "ラッキーを進化させる", - "quest_title_quest_evolve_charmander": "ヒトカゲを進化させる", - "quest_title_quest_evolve_charmander_singular": "ヒトカゲを進化させる", - "quest_title_quest_evolve_charmeleon_singular": "リザードを進化させる", - "quest_title_quest_evolve_cherubi_singular": "チェリンボを進化させる", - "quest_title_quest_evolve_chespin_singular": "ハリマロンを進化させる", - "quest_title_quest_evolve_chikorita": "チコリータを進化させる", - "quest_title_quest_evolve_chikorita_singular": "チコリータを進化させる", - "quest_title_quest_evolve_chimchar_singular": "ヒコザルを進化させる", - "quest_title_quest_evolve_chinchou_singular": "チョンチーを進化させる", - "quest_title_quest_evolve_chingling_singular": "リーシャンを進化させる", - "quest_title_quest_evolve_clamperl_singular": "パールルを進化させる", - "quest_title_quest_evolve_clauncher_singular": "ウデッポウを進化させる", - "quest_title_quest_evolve_clefairy_singular": "ピッピを進化させる", - "quest_title_quest_evolve_cleffa_singular": "ピィを進化させる", - "quest_title_quest_evolve_combee_singular": "ミツハニーを進化させる", - "quest_title_quest_evolve_combusken_singular": "ワカシャモを進化させる", - "quest_title_quest_evolve_corphish_singular": "ヘイガニを進化させる", - "quest_title_quest_evolve_cosmoem_singular": "コスモウムを進化させる", - "quest_title_quest_evolve_cosmog_singular": "コスモッグを進化させる", - "quest_title_quest_evolve_cottonee_singular": "モンメンを進化させる", - "quest_title_quest_evolve_cranidos_singular": "ズガイドスを進化させる", - "quest_title_quest_evolve_croagunk_singular": "グレッグルを進化させる", - "quest_title_quest_evolve_croconaw": "アリゲイツを進化させる", - "quest_title_quest_evolve_croconaw_singular": "アリゲイツを進化させる", - "quest_title_quest_evolve_cubchoo_singular": "クマシュンを進化させる", - "quest_title_quest_evolve_cubone_singular": "カラカラを進化させる", - "quest_title_quest_evolve_cyndaquil": "ヒノアラシを進化させる", - "quest_title_quest_evolve_cyndaquil_singular": "ヒノアラシを進化させる", - "quest_title_quest_evolve_dark_type_singular": "あくタイプのポケモンを進化させる", - "quest_title_quest_evolve_darumaka_singular": "ダルマッカを進化させる", - "quest_title_quest_evolve_deerling_singular": "シキジカを進化させる", - "quest_title_quest_evolve_deino_singular": "モノズを進化させる", - "quest_title_quest_evolve_dewott_singular": "フタチマルを進化させる", - "quest_title_quest_evolve_diglett_singular": "ディグダを進化させる", - "quest_title_quest_evolve_doduo_singular": "ドードーを進化させる", - "quest_title_quest_evolve_doublade_singular": "ニダンギルを進化させる", - "quest_title_quest_evolve_dragonair_singular": "ハクリューを進化させる", - "quest_title_quest_evolve_dratini_singular": "ミニリュウを進化させる", - "quest_title_quest_evolve_drifloon_singular": "フワンテを進化させる", - "quest_title_quest_evolve_drilbur_singular": "モグリューを進化させる", - "quest_title_quest_evolve_drowzee_singular": "スリープを進化させる", - "quest_title_quest_evolve_ducklett_singular": "コアルヒーを進化させる", - "quest_title_quest_evolve_duosion_singular": "ダブランを進化させる", - "quest_title_quest_evolve_durant_singular": "アイアントを進化させる", - "quest_title_quest_evolve_dusclops_singular": "サマヨールを進化させる", - "quest_title_quest_evolve_duskull_singular": "ヨマワルを進化させる", - "quest_title_quest_evolve_dwebble_singular": "イシズマイを進化させる", - "quest_title_quest_evolve_eelektrik_singular": "シビビールを進化させる", - "quest_title_quest_evolve_eevee_singular": "イーブイを進化させる", - "quest_title_quest_evolve_eevee_types_plural": "でんき、みず、ほのお、いずれかのタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_eevee_types_singular": "でんき、みず、ほのお、いずれかのタイプのポケモンを1匹進化させる", - "quest_title_quest_evolve_ekans_singular": "アーボを進化させる", - "quest_title_quest_evolve_electabuzz_singular": "エレブーを進化させる", - "quest_title_quest_evolve_electrike_singular": "ラクライを進化させる", - "quest_title_quest_evolve_elekid_singular": "エレキッドを進化させる", - "quest_title_quest_evolve_elgyem_singular": "リグレーを進化させる", - "quest_title_quest_evolve_espeon": "イーブイを昼間エーフィに進化させる", - "quest_title_quest_evolve_espurr_singular": "ニャスパーを進化させる", - "quest_title_quest_evolve_evolved_grass_singular": "進化しているくさタイプのポケモンを進化させる", - "quest_title_quest_evolve_exeggcute_singular": "タマタマを進化させる", - "quest_title_quest_evolve_farfetch'd_singular": "カモネギを進化させる", - "quest_title_quest_evolve_feebas_singular": "ヒンバスを進化させる", - "quest_title_quest_evolve_fennekin_singular": "フォッコを進化させる", - "quest_title_quest_evolve_ferroseed_singular": "テッシードを進化させる", - "quest_title_quest_evolve_finneon_singular": "ケイコウオを進化させる", - "quest_title_quest_evolve_flaaffy_singular": "モココを進化させる", - "quest_title_quest_evolve_flabébé_singular": "フラベベを進化させる", - "quest_title_quest_evolve_fletchinder_singular": "ヒノヤコマを進化させる", - "quest_title_quest_evolve_fletchling_singular": "ヤヤコマを進化させる", - "quest_title_quest_evolve_floette_singular": "フラエッテを進化させる", - "quest_title_quest_evolve_foongus_singular": "タマゲタケを進化させる", - "quest_title_quest_evolve_fraxure_singular": "オノンドを進化させる", - "quest_title_quest_evolve_frillish_singular": "プルリルを進化させる", - "quest_title_quest_evolve_froakie_singular": "ケロマツを進化させる", - "quest_title_quest_evolve_frogadier_singular": "ゲコガシラを進化させる", - "quest_title_quest_evolve_gabite_singular": "ガバイトを進化させる", - "quest_title_quest_evolve_gastly_singular": "ゴースを進化させる", - "quest_title_quest_evolve_geodude_singular": "イシツブテを進化させる", - "quest_title_quest_evolve_gible_singular": "フカマルを進化させる", - "quest_title_quest_evolve_glalie_singular": "オニゴーリを進化させる", - "quest_title_quest_evolve_glameow_singular": "ニャルマーを進化させる", - "quest_title_quest_evolve_gligar_singular": "グライガーを進化させる", - "quest_title_quest_evolve_gloom_singular": "クサイハナを進化させる", - "quest_title_quest_evolve_golbat_singular": "ゴルバットを進化させる", - "quest_title_quest_evolve_goldeen_singular": "トサキントを進化させる", - "quest_title_quest_evolve_golett_singular": "ゴビットを進化させる", - "quest_title_quest_evolve_goomy_singular": "ヌメラを進化させる", - "quest_title_quest_evolve_gothita_singular": "ゴチムを進化させる", - "quest_title_quest_evolve_gothorita_singular": "ゴチミルを進化させる", - "quest_title_quest_evolve_graveler_singular": "ゴローンを進化させる", - "quest_title_quest_evolve_grimer_singular": "ベトベターを進化させる", - "quest_title_quest_evolve_grotle_singular": "ハヤシガメを進化させる", - "quest_title_quest_evolve_ground_plural": "じめんタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_grovyle_singular": "ジュプトルを進化させる", - "quest_title_quest_evolve_growlithe_singular": "ガーディを進化させる", - "quest_title_quest_evolve_gulpin_singular": "ゴクリンを進化させる", - "quest_title_quest_evolve_gurdurr_singular": "ドテッコツを進化させる", - "quest_title_quest_evolve_happiny_singular": "ピンプクを進化させる", - "quest_title_quest_evolve_haunter_singular": "ゴーストを進化させる", - "quest_title_quest_evolve_heatmor_singular": "クイタランを進化させる", - "quest_title_quest_evolve_helioptile_singular": "エリキテルを進化させる", - "quest_title_quest_evolve_herdier_singular": "ハーデリアを進化させる", - "quest_title_quest_evolve_hippopotas_singular": "ヒポポタスを進化させる", - "quest_title_quest_evolve_honedge_singular": "ヒトツキを進化させる", - "quest_title_quest_evolve_hoothoot_singular": "ホーホーを進化させる", - "quest_title_quest_evolve_hoppip_singular": "ハネッコを進化させる", - "quest_title_quest_evolve_horsea_singular": "タッツーを進化させる", - "quest_title_quest_evolve_houndour_singular": "デルビルを進化させる", - "quest_title_quest_evolve_igglybuff_singular": "ププリンを進化させる", - "quest_title_quest_evolve_illumise_singular": "イルミーゼを進化させる", - "quest_title_quest_evolve_inkay_singular": "マーイーカを進化させる", - "quest_title_quest_evolve_items_plural": "道具を使ってポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_items_singular": "道具を使ってポケモンを進化させる", - "quest_title_quest_evolve_ivysaur_singular": "フシギソウを進化させる", - "quest_title_quest_evolve_jigglypuff_singular": "プリンを進化させる", - "quest_title_quest_evolve_joltik_singular": "バチュルを進化させる", - "quest_title_quest_evolve_kabuto_singular": "カブトを進化させる", - "quest_title_quest_evolve_kadabra_singular": "ユンゲラーを進化させる", - "quest_title_quest_evolve_kakuna_singular": "コクーンを進化させる", - "quest_title_quest_evolve_karrablast_singular": "カブルモを進化させる", - "quest_title_quest_evolve_kirlia_singular": "キルリアを進化させる", - "quest_title_quest_evolve_klang_singular": "ギギアルを進化させる", - "quest_title_quest_evolve_klink_singular": "ギアルを進化させる", - "quest_title_quest_evolve_koffing_singular": "ドガースを進化させる", - "quest_title_quest_evolve_krabby_singular": "クラブを進化させる", - "quest_title_quest_evolve_kricketot_singular": "コロボーシを進化させる", - "quest_title_quest_evolve_krokorok_singular": "ワルビルを進化させる", - "quest_title_quest_evolve_lairon_singular": "コドラを進化させる", - "quest_title_quest_evolve_lampent_singular": "ランプラーを進化させる", - "quest_title_quest_evolve_larvesta_singular": "メラルバを進化させる", - "quest_title_quest_evolve_larvitar_singular": "ヨーギラスを進化させる", - "quest_title_quest_evolve_ledyba_singular": "レディバを進化させる", - "quest_title_quest_evolve_lickitung_singular": "ベロリンガを進化させる", - "quest_title_quest_evolve_lileep_singular": "リリーラを進化させる", - "quest_title_quest_evolve_lillipup_singular": "ヨーテリーを進化させる", - "quest_title_quest_evolve_linoone_singular": "ガラルのマッスグマを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_litleo_singular": "シシコを進化させる", - "quest_title_quest_evolve_litwick_singular": "ヒトモシを進化させる", - "quest_title_quest_evolve_lombre_singular": "ハスブレロを進化させる", - "quest_title_quest_evolve_lotad_singular": "ハスボーを進化させる", - "quest_title_quest_evolve_loudred_singular": "ドゴームを進化させる", - "quest_title_quest_evolve_luxio_singular": "ルクシオを進化させる", - "quest_title_quest_evolve_machoke_singular": "ゴーリキーを進化させる", - "quest_title_quest_evolve_machop_singular": "ワンリキーを進化させる", - "quest_title_quest_evolve_magby_singular": "ブビィを進化させる", - "quest_title_quest_evolve_magikarp_singular": "コイキングを進化させる", - "quest_title_quest_evolve_magmar_singular": "ブーバーを進化させる", - "quest_title_quest_evolve_magnemite_singular": "コイルを進化させる", - "quest_title_quest_evolve_makuhita_singular": "マクノシタを進化させる", - "quest_title_quest_evolve_mankey_singular": "マンキーを進化させる", - "quest_title_quest_evolve_mantyke_singular": "タマンタを進化させる", - "quest_title_quest_evolve_mareep_singular": "メリープを進化させる", - "quest_title_quest_evolve_marill_singular": "マリルを進化させる", - "quest_title_quest_evolve_marshtomp_singular": "ヌマクローを進化させる", - "quest_title_quest_evolve_meditite_singular": "アサナンを進化させる", - "quest_title_quest_evolve_meowth_singular": "ニャースを進化させる", - "quest_title_quest_evolve_metang_singular": "メタングを進化させる", - "quest_title_quest_evolve_metapod_singular": "トランセルを進化させる", - "quest_title_quest_evolve_mienfoo_singular": "コジョフーを進化させる", - "quest_title_quest_evolve_mime jr._singular": "マネネを進化させる", - "quest_title_quest_evolve_minccino_singular": "チラーミィを進化させる", - "quest_title_quest_evolve_misdreavus_singular": "ムウマを進化させる", - "quest_title_quest_evolve_monferno_singular": "モウカザルを進化させる", - "quest_title_quest_evolve_mr. mime_singular": "バリヤードを進化させる", - "quest_title_quest_evolve_mudkip_singular": "ミズゴロウを進化させる", - "quest_title_quest_evolve_munchlax_singular": "ゴンベを進化させる", - "quest_title_quest_evolve_munna_singular": "ムンナを進化させる", - "quest_title_quest_evolve_murkrow_singular": "ヤミカラスを進化させる", - "quest_title_quest_evolve_natu_singular": "ネイティを進化させる", - "quest_title_quest_evolve_nidoranfemale_singular": "ニドラン♀を進化させる", - "quest_title_quest_evolve_nidoranmale_singular": "ニドラン♂を進化させる", - "quest_title_quest_evolve_nidorina_singular": "ニドリーナを進化させる", - "quest_title_quest_evolve_nidorino_singular": "ニドリーノを進化させる", - "quest_title_quest_evolve_nincada_singular": "ツチニンを進化させる", - "quest_title_quest_evolve_noibat_singular": "オンバットを進化させる", - "quest_title_quest_evolve_nosepass_singular": "ノズパスを進化させる", - "quest_title_quest_evolve_numel_singular": "ドンメルを進化させる", - "quest_title_quest_evolve_nuzleaf_singular": "コノハナを進化させる", - "quest_title_quest_evolve_oddish_singular": "ナゾノクサを進化させる", - "quest_title_quest_evolve_omanyte_singular": "オムナイトを進化させる", - "quest_title_quest_evolve_onix_singular": "イワークを進化させる", - "quest_title_quest_evolve_oshawott_singular": "ミジュマルを進化させる", - "quest_title_quest_evolve_palpitoad_singular": "ガマガルを進化させる", - "quest_title_quest_evolve_pancham_singular": "ヤンチャムを進化させる", - "quest_title_quest_evolve_panpour_singular": "ヒヤップを進化させる", - "quest_title_quest_evolve_pansage_singular": "ヤナップを進化させる", - "quest_title_quest_evolve_pansear_singular": "バオップを進化させる", - "quest_title_quest_evolve_paras_singular": "パラスを進化させる", - "quest_title_quest_evolve_patrat_singular": "ミネズミを進化させる", - "quest_title_quest_evolve_pawniard_singular": "コマタナを進化させる", - "quest_title_quest_evolve_petilil_singular": "チュリネを進化させる", - "quest_title_quest_evolve_phanpy_singular": "ゴマゾウを進化させる", - "quest_title_quest_evolve_phantump_singular": "ボクレーを進化させる", - "quest_title_quest_evolve_pichu_singular": "ピチューを進化させる", - "quest_title_quest_evolve_pidgeotto_singular": "ピジョンを進化させる", - "quest_title_quest_evolve_pidgey_singular": "ポッポを進化させる", - "quest_title_quest_evolve_pidove_singular": "マメパトを進化させる", - "quest_title_quest_evolve_pignite_singular": "チャオブーを進化させる", - "quest_title_quest_evolve_pikachu_singular": "ピカチュウを進化させる", - "quest_title_quest_evolve_piloswine_plural": "イノムーを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_piloswine_singular": "イノムーを進化させる", - "quest_title_quest_evolve_pineco_singular": "クヌギダマを進化させる", - "quest_title_quest_evolve_piplup_singular": "ポッチャマを進化させる", - "quest_title_quest_evolve_plural": "ポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_poison_type_singular": "どくタイプのポケモンを進化させる", - "quest_title_quest_evolve_poliwag_singular": "ニョロモを進化させる", - "quest_title_quest_evolve_poliwhirl_singular": "ニョロゾを進化させる", - "quest_title_quest_evolve_ponyta_singular": "ポニータを進化させる", - "quest_title_quest_evolve_poochyena_singular": "ポチエナを進化させる", - "quest_title_quest_evolve_porygon2_singular": "ポリゴン2を進化させる", - "quest_title_quest_evolve_prinplup_singular": "ポッタイシを進化させる", - "quest_title_quest_evolve_psyduck_singular": "コダックを進化させる", - "quest_title_quest_evolve_pumpkaboo_singular": "バケッチャを進化させる", - "quest_title_quest_evolve_pupitar_singular": "サナギラスを進化させる", - "quest_title_quest_evolve_purrloin_singular": "チョロネコを進化させる", - "quest_title_quest_evolve_quilava": "マグマラシを進化させる", - "quest_title_quest_evolve_quilava_singular": "マグマラシを進化させる", - "quest_title_quest_evolve_quilladin_singular": "ハリボーグを進化させる", - "quest_title_quest_evolve_qwilfish_singular": "ハリーセンを進化させる", - "quest_title_quest_evolve_ralts_singular": "ラルトスを進化させる", - "quest_title_quest_evolve_rattata_singular": "コラッタを進化させる", - "quest_title_quest_evolve_remoraid_singular": "テッポウオを進化させる", - "quest_title_quest_evolve_rhydon_singular": "サイドンを進化させる", - "quest_title_quest_evolve_rhyhorn_singular": "サイホーンを進化させる", - "quest_title_quest_evolve_riolu_singular": "リオルを進化させる", - "quest_title_quest_evolve_roggenrola_singular": "ダンゴロを進化させる", - "quest_title_quest_evolve_roselia_singular": "ロゼリアを進化させる", - "quest_title_quest_evolve_rufflet_singular": "ワシボンを進化させる", - "quest_title_quest_evolve_sandile_singular": "メグロコを進化させる", - "quest_title_quest_evolve_sandshrew_singular": "サンドを進化させる", - "quest_title_quest_evolve_sb_singular": "ブルーを進化させる", - "quest_title_quest_evolve_scatterbug_singular": "コフキムシを進化させる", - "quest_title_quest_evolve_scraggy_singular": "ズルッグを進化させる", - "quest_title_quest_evolve_scyther_singular": "ストライクを進化させる", - "quest_title_quest_evolve_seadra_singular": "シードラを進化させる", - "quest_title_quest_evolve_sealeo_singular": "トドグラーを進化させる", - "quest_title_quest_evolve_seedot_singular": "タネボーを進化させる", - "quest_title_quest_evolve_seel_singular": "パウワウを進化させる", - "quest_title_quest_evolve_sentret_singular": "オタチを進化させる", - "quest_title_quest_evolve_servine_singular": "ジャノビーを進化させる", - "quest_title_quest_evolve_sewaddle_singular": "クルミルを進化させる", - "quest_title_quest_evolve_shelgon_singular": "コモルーを進化させる", - "quest_title_quest_evolve_shellder_singular": "シェルダーを進化させる", - "quest_title_quest_evolve_shellos_singular": "カラナクシを進化させる", - "quest_title_quest_evolve_shelmet_singular": "チョボマキを進化させる", - "quest_title_quest_evolve_shieldon_singular": "タテトプスを進化させる", - "quest_title_quest_evolve_shinx_singular": "コリンクを進化させる", - "quest_title_quest_evolve_shroomish_singular": "キノココを進化させる", - "quest_title_quest_evolve_shuckle_singular": "ツボツボを進化させる", - "quest_title_quest_evolve_shuppet_singular": "カゲボウズを進化させる", - "quest_title_quest_evolve_silcoon_singular": "カラサリスを進化させる", - "quest_title_quest_evolve_singular": "ポケモンを1匹進化させる", - "quest_title_quest_evolve_skiddo_singular": "メェークルを進化させる", - "quest_title_quest_evolve_skiploom_singular": "ポポッコを進化させる", - "quest_title_quest_evolve_skitty_singular": "エネコを進化させる", - "quest_title_quest_evolve_skorupi_singular": "スコルピを進化させる", - "quest_title_quest_evolve_skrelp_singular": "クズモーを進化させる", - "quest_title_quest_evolve_slakoth_singular": "ナマケロを進化させる", - "quest_title_quest_evolve_sliggoo_singular": "ヌメイルを進化させる", - "quest_title_quest_evolve_slowpoke_plural": "ヤドンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_slowpoke_singular": "ヤドンを進化させる", - "quest_title_quest_evolve_slugma_singular": "マグマッグを進化させる", - "quest_title_quest_evolve_smoochum_singular": "ムチュールを進化させる", - "quest_title_quest_evolve_sneasel_singular": "ニューラを進化させる", - "quest_title_quest_evolve_snivy_singular": "ツタージャを進化させる", - "quest_title_quest_evolve_snorunt_singular": "ユキワラシを進化させる", - "quest_title_quest_evolve_snover_singular": "ユキカブリを進化させる", - "quest_title_quest_evolve_snubbull_singular": "ブルーを進化させる", - "quest_title_quest_evolve_solosis_singular": "ユニランを進化させる", - "quest_title_quest_evolve_spearow_singular": "オニスズメを進化させる", - "quest_title_quest_evolve_special_drowzee": "スリープを1匹進化させる", - "quest_title_quest_evolve_special_feebas_singular": "ヒンバスを1匹進化させる", - "quest_title_quest_evolve_special_galarian_mrmime": "バリヤードガラルのすがたを進化させる", - "quest_title_quest_evolve_special_galarian_slowpoke": "ヤドン(ガラルのすがた)を進化させる", - "quest_title_quest_evolve_special_grimer": "ベトベターを1匹進化させる", - "quest_title_quest_evolve_special_magnemite": "コイルを1匹進化させる", - "quest_title_quest_evolve_special_scyther": "ストライクを1匹進化させる", - "quest_title_quest_evolve_special0_singular": "コイキングを進化させる", - "quest_title_quest_evolve_special1_plural": "ポッポを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_special1_singular": "タッツーを進化させる", - "quest_title_quest_evolve_special2_singular": "ニャースを進化させる", - "quest_title_quest_evolve_spewpa_singular": "コフーライを進化させる", - "quest_title_quest_evolve_spheal_singular": "タマザラシを進化させる", - "quest_title_quest_evolve_spinarak_singular": "イトマルを進化させる", - "quest_title_quest_evolve_spoink_singular": "バネブーを進化させる", - "quest_title_quest_evolve_spritzee_singular": "シュシュプを進化させる", - "quest_title_quest_evolve_squirtle_singular": "ゼニガメを進化させる", - "quest_title_quest_evolve_staravia_singular": "ムクバードを進化させる", - "quest_title_quest_evolve_starly_singular": "ムックルを進化させる", - "quest_title_quest_evolve_staryu_singular": "ヒトデマンを進化させる", - "quest_title_quest_evolve_steelix_singular": "ハガネールを進化させる", - "quest_title_quest_evolve_stunky_singular": "スカンプーを進化させる", - "quest_title_quest_evolve_sunkern_singular": "ヒマナッツを進化させる", - "quest_title_quest_evolve_sunstone_singular": "たいようのいしを使ってクサイハナかヒマナッツを進化させる", - "quest_title_quest_evolve_surskit_singular": "アメタマを進化させる", - "quest_title_quest_evolve_swablu_singular": "チルットを進化させる", - "quest_title_quest_evolve_swadloon_singular": "クルマユを進化させる", - "quest_title_quest_evolve_swinub_singular": "ウリムーを進化させる", - "quest_title_quest_evolve_swirlix_singular": "ペロッパフを進化させる", - "quest_title_quest_evolve_taillow_singular": "スバメを進化させる", - "quest_title_quest_evolve_tangela_singular": "モンジャラを進化させる", - "quest_title_quest_evolve_teddiursa_singular": "ヒメグマを進化させる", - "quest_title_quest_evolve_tentacool_singular": "メノクラゲを進化させる", - "quest_title_quest_evolve_tepig_singular": "ポカブを進化させる", - "quest_title_quest_evolve_timburr_singular": "ドッコラーを進化させる", - "quest_title_quest_evolve_tirtouga_singular": "プロトーガを進化させる", - "quest_title_quest_evolve_togepi_singular": "トゲピーを進化させる", - "quest_title_quest_evolve_togetic_singular": "トゲチックを進化させる", - "quest_title_quest_evolve_torchic_singular": "アチャモを進化させる", - "quest_title_quest_evolve_totodile": "ワニノコを進化させる", - "quest_title_quest_evolve_totodile_singular": "ワニノコを進化させる", - "quest_title_quest_evolve_tranquill_singular": "ハトーボーを進化させる", - "quest_title_quest_evolve_trapinch_singular": "ナックラーを進化させる", - "quest_title_quest_evolve_treecko_singular": "キモリを進化させる", - "quest_title_quest_evolve_trubbish_singular": "ヤブクロンを進化させる", - "quest_title_quest_evolve_turtwig_singular": "ナエトルを進化させる", - "quest_title_quest_evolve_tympole_singular": "オタマロを進化させる", - "quest_title_quest_evolve_tynamo_singular": "シビシラスを進化させる", - "quest_title_quest_evolve_type_dark_plural": "あくタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_dragon_plural": "ドラゴンタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_dragon_singular": "ドラゴンタイプのポケモンを進化させる", - "quest_title_quest_evolve_type_electric_plural": "でんきタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_electric_singular": "でんきタイプのポケモンを進化させる", - "quest_title_quest_evolve_type_fairy_plural": "フェアリータイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_fairy_singular": "フェアリータイプのポケモンを進化させる", - "quest_title_quest_evolve_type_fire_plural": "ほのおタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_fire_singular": "ほのおタイプのポケモンを1匹進化させる", - "quest_title_quest_evolve_type_flying_plural": "ひこうタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_flying_singular": "ひこうタイプのポケモンを1匹進化させる", - "quest_title_quest_evolve_type_ghost_plural": "ゴーストタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_ghost_single": "ゴーストタイプのポケモンを進化させる", - "quest_title_quest_evolve_type_grass_plural": "くさタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_grass_singular": "くさタイプのポケモンを1匹進化させる", - "quest_title_quest_evolve_type_ice_plural": "こおりタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_ice_singular": "こおりタイプのポケモンを1匹進化させる", - "quest_title_quest_evolve_type_poison_plural": "どくタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_psychic_plural": "エスパータイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_psychic_singular": "エスパータイプのポケモンを1匹進化させる", - "quest_title_quest_evolve_type_rock_plural": "いわタイプポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_steel_plural": "はがねタイプポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_water_plural": "みずタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_evolve_type_water_singular": "みずタイプのポケモンを1匹進化させる", - "quest_title_quest_evolve_tyrogue_singular": "バルキーを進化させる", - "quest_title_quest_evolve_tyrunt_singular": "チゴラスを進化させる", - "quest_title_quest_evolve_umbreon": "イーブイを夜ブラッキーに進化させる", - "quest_title_quest_evolve_vanillish_singular": "バニリッチを進化させる", - "quest_title_quest_evolve_vanillite_singular": "バニプッチを進化させる", - "quest_title_quest_evolve_venipede_singular": "フシデを進化させる", - "quest_title_quest_evolve_venonat_singular": "コンパンを進化させる", - "quest_title_quest_evolve_vibrava_singular": "ビブラーバを進化させる", - "quest_title_quest_evolve_vigoroth_singular": "ヤルキモノを進化させる", - "quest_title_quest_evolve_volbeat_singular": "バルビートを進化させる", - "quest_title_quest_evolve_voltorb_singular": "ビリリダマを進化させる", - "quest_title_quest_evolve_vullaby_singular": "バルチャイを進化させる", - "quest_title_quest_evolve_vulpix_singular": "ロコンを進化させる", - "quest_title_quest_evolve_wailmer_singular": "ホエルコを進化させる", - "quest_title_quest_evolve_wartortle_singular": "カメールを進化させる", - "quest_title_quest_evolve_weedle_singular": "ビードルを進化させる", - "quest_title_quest_evolve_weepinbell_singular": "ウツドンを進化させる", - "quest_title_quest_evolve_whirlipede_singular": "ホイーガを進化させる", - "quest_title_quest_evolve_whismur_singular": "ゴニョニョを進化させる", - "quest_title_quest_evolve_wingull_singular": "キャモメを進化させる", - "quest_title_quest_evolve_woobat_singular": "コロモリを進化させる", - "quest_title_quest_evolve_wooper_singular": "ウパーを進化させる", - "quest_title_quest_evolve_wurmple_singular": "ケムッソを進化させる", - "quest_title_quest_evolve_wynaut_singular": "ソーナノを進化させる", - "quest_title_quest_evolve_yamask_singular": "デスマスを進化させる", - "quest_title_quest_evolve_yanma_singular": "ヤンヤンマを進化させる", - "quest_title_quest_evolve_zigzagoon_singular": "ジグザグマを進化させる", - "quest_title_quest_evolve_zorua_singular": "ゾロアを進化させる", - "quest_title_quest_evolve_zubat_singular": "ズバットを進化させる", - "quest_title_quest_evolve_zweilous_singular": "ジヘッドを進化させる", - "quest_title_quest_explore_buddy": "相棒と探索してアメを1個もらう", - "quest_title_quest_explore_buddy_carbink": "相棒のメレシーと探索してアメを1個もらう", - "quest_title_quest_explore_buddy_plural": "相棒と探索してアメを{{amount_0}}個もらう", - "quest_title_quest_explore_buddy_routes_plural": "ルートで相棒ポケモンと探索してアメを{{amount_0}}個もらう", - "quest_title_quest_explore_buddy_routes_singular": "ルートで相棒ポケモンと探索してアメを1個もらう", - "quest_title_quest_explore_km": "{{amount_0}}km 探索する", - "quest_title_quest_explore_km_party": "チーム参加中{{amount_0}}km探索する", - "quest_title_quest_febresearchday_battle_gym_singular": "パールルリサーチ:ジムバトルを1回する", - "quest_title_quest_febresearchday_battle_raid_singular": "パールルリサーチ:レイドバトルを1回する", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "パールルリサーチ:こうかばつぐんのスペシャルアタックを使ってジムバトルする・1回", - "quest_title_quest_febresearchday_catch_feed_plural": "パールルリサーチ:ポケモンを捕まえるときにきのみ{{amount_0}}個を使う", - "quest_title_quest_febresearchday_catch_special1_singular": "パールルリサーチ:コイキングかホエルコを1匹捕まえる", - "quest_title_quest_febresearchday_catch_special2_singular": "パールルリサーチ:クラブかコダックを1匹捕まえる", - "quest_title_quest_febresearchday_catch_type_water_plural": "パールルリサーチ:みずタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_febresearchday_evolve_type_water_plural": "パールルリサーチ:みずタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_febresearchday_land_curveball_plural": "パールルリサーチ:カーブボールを{{amount_0}}回投げる", - "quest_title_quest_febresearchday_land_great_plural": "パールルリサーチ:グレートスローを{{amount_0}}回投げる", - "quest_title_quest_febresearchday_land_inarow_great_plural": "パールルリサーチ:グレートスローを{{amount_0}}回連続で投げる", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "パールルリサーチ:ナイススローを{{amount_0}}回連続で投げる", - "quest_title_quest_febresearchday_land_nice_plural": "パールルリサーチ:ナイススローを{{amount_0}}回投げる", - "quest_title_quest_febresearchday_visit_pokestops_plural": "パールルリサーチ:ポケストップ{{amount_0}}個を回す", - "quest_title_quest_feed_buddy_multiple": "相棒におやつを{{amount_0}}個あげる", - "quest_title_quest_feed_buddy_singular": "相棒におやつをあげる", - "quest_title_quest_feed_goldenrazz_plural": "ポケモンを捕まえるときにきんのズリのみ{{amount_0}}個を使う", - "quest_title_quest_feed_nanab_plural": "ポケモンを捕まえるときにナナのみ{{amount_0}}個を使う", - "quest_title_quest_feed_pinaps_plural": "ポケモンを捕まえるときにパイルのみ{{amount_0}}個を使う", - "quest_title_quest_feed_razz_plural": "ポケモンを捕まえるときにズリのみ{{amount_0}}個を使う", - "quest_title_quest_fennekin_catch_b": "フォッコを{{amount_0}}匹捕まえる", - "quest_title_quest_fennekin_evolve_b": "フォッコを{{amount_0}}匹進化させる", - "quest_title_quest_fennekin_snapshot_b": "フォッコのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_field_research_plural": "フィールドリサーチタスクを{{amount_0}}回完了する", - "quest_title_quest_field_research_singular": "フィールドリサーチタスクを達成する", - "quest_title_quest_fight_type_bug_plural": "むしタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_dark_plural": "あくタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_dark_steel_plural": "あくタイプかはがねタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_dragon_plural": "ドラゴンタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_electric_plural": "でんきタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_fairy_plural": "フェアリータイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_fighting_plural": "かくとうタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_fire_plural": "ほのおタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_flying_plural": "ひこうタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_ghost_fighting_plural": "かくとうタイプかゴーストタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_ghost_plural": "ゴーストタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_ghost_psychic_plural": "エスパータイプかゴーストタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_grass_plural": "くさタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_ground_plural": "じめんタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_ice_plural": "こおりタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_normal_plural": "ノーマルタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_normal_psychic_plural": "ノーマルタイプかエスパータイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_poison_plural": "どくタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_psychic_plural": "エスパータイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_rock_plural": "いわタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_steel_plural": "はがねタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_fight_type_water_plural": "みずタイプのポケモン{{amount_0}}匹に勝つ", - "quest_title_quest_first_catch_of_the_day": "今日、最初につかまえた1匹", - "quest_title_quest_first_pokestop_of_the_day": "今日、最初のポケストップ", - "quest_title_quest_flaaffy_evolve_b": "モココを{{amount_0}}匹進化させる", - "quest_title_quest_flett_catch_b": "ヤヤコマを{{amount_0}}匹捕まえる", - "quest_title_quest_flett_evolve_b": "ヤヤコマを{{amount_0}}匹進化させる", - "quest_title_quest_flett_evolve_s1": "ヒノヤコマを{{amount_0}}匹進化させる", - "quest_title_quest_floragato_evolve_b": "ニャローテを進化させる", - "quest_title_quest_fraxure_evolve_b": "オノンドを{{amount_0}}匹進化させる", - "quest_title_quest_froakie_catch_b": "ケロマツを{{amount_0}}匹捕まえる", - "quest_title_quest_froakie_evolve_b": "ケロマツを{{amount_0}}匹進化させる", - "quest_title_quest_froakie_snapshot_b": "ケロマツのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_frogadier_evolve_b": "ゲコガシラを{{amount_0}}匹進化させる", - "quest_title_quest_fuecoco_evolve_b": "ホゲータを進化させる", - "quest_title_quest_fuse_necrozma": "ネクロズマを合体させる", - "quest_title_quest_gbl_rank": "GOバトルリーグでランク{{amount_0}}になる", - "quest_title_quest_gbl_rank_fifteen": "GOバトルリーグでランク15になる", - "quest_title_quest_gbl_rank_five": "GOバトルリーグでランク5になる", - "quest_title_quest_gbl_rank_ten": "GOバトルリーグでランク10になる", - "quest_title_quest_gbl_rank_twenty": "GOバトルリーグでランク20になる", - "quest_title_quest_get_cell_singular": "ジガルデ・セルを手に入れる", - "quest_title_quest_giblt_catch_b": "フカマルを{{amount_0}}匹捕まえる", - "quest_title_quest_giblt_evolve_b": "フカマルを{{amount_0}}匹進化させる", - "quest_title_quest_giblt_evolve_s1": "ガバイトを{{amount_0}}匹進化させる", - "quest_title_quest_gift_open_plural": "ギフトを{{amount_0}}個開ける ", - "quest_title_quest_gift_open_singular": "ギフトを開ける", - "quest_title_quest_go_for_a_spin_00": "パッチールポケストップを回す1/8", - "quest_title_quest_go_for_a_spin_01": "パッチールポケストップを回す2/8", - "quest_title_quest_go_for_a_spin_02": "パッチールポケストップを回す3/8", - "quest_title_quest_go_for_a_spin_03": "パッチールポケストップを回す4/8", - "quest_title_quest_go_for_a_spin_04": "パッチールポケストップを回す5/8", - "quest_title_quest_go_for_a_spin_05": "パッチールポケストップを回す6/8", - "quest_title_quest_go_for_a_spin_06": "パッチールポケストップを回す7/8", - "quest_title_quest_go_for_a_spin_07": "パッチールポケストップを回す8/8", - "quest_title_quest_go_tour_snapshot_habitat_01": "「熱砂漠」で相棒ポケモンのGOスナップショット写真を撮る", - "quest_title_quest_go_tour_snapshot_habitat_02": "「不思議世界」で相棒ポケモンのGOスナップショット写真を撮る", - "quest_title_quest_go_tour_snapshot_habitat_03": "「緑地」で相棒ポケモンのGOスナップショット写真を撮る", - "quest_title_quest_go_tour_snapshot_habitat_04": "「ゴツゴツ海岸」で相棒ポケモンのGOスナップショット写真を撮る", - "quest_title_quest_gold_hoenn_dex": "ホウエンメダルをゴールドにする", - "quest_title_quest_gold_medal_plural": "メダル{{amount_0}}個をゴールドにする", - "quest_title_quest_gold_medal_plural_five": "メダル5個をゴールドにする", - "quest_title_quest_gold_medal_singular": "メダルをゴールドにする", - "quest_title_quest_goomy_catch_b": "ヌメラを{{amount_0}}匹捕まえる", - "quest_title_quest_goomy_evolve_b_plural": "ヌメラを{{amount_0}}匹進化させる", - "quest_title_quest_goomy_evolve_b_singular": "ヌメラを進化させる", - "quest_title_quest_grookey_evolve": "サルノリを進化させる", - "quest_title_quest_grubbin_catch_b": "アゴジムシを{{amount_0}}匹捕まえる", - "quest_title_quest_grubbin_evolve_b": "アゴジムシを{{amount_0}}匹進化させる", - "quest_title_quest_grubbin_snapshot_b": "アゴジムシのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_gt_catch_b": "ゴースを{{amount_0}}匹捕まえる", - "quest_title_quest_gt_evolve_b": "ゴースを{{amount_0}}匹進化させる", - "quest_title_quest_gt_evolve_s1": "ゴーストを{{amount_0}}匹進化させる", - "quest_title_quest_gulpin_catch": "ゴクリンを{{amount_0}}匹捕まえる", - "quest_title_quest_gurdurr_evolve_b": "ドテッコツを{{amount_0}}匹進化させる", - "quest_title_quest_hallo19_catch_specific_plural": "ポチエナかデルビルを{{amount_0}}匹捕まえる", - "quest_title_quest_hallo19_catch_type_dark_plural": "あくタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_hallo19_catch_type_ghost_plural": "ゴーストタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_hallo19_evolve_plural": "ヨマワルかカゲボウズを{{amount_0}}匹進化させる", - "quest_title_quest_hallo19_transfer_plural": "ポケモンを{{amount_0}}匹送る", - "quest_title_quest_hatch_egg_plural": "タマゴを{{amount_0}}個かえす", - "quest_title_quest_hatch_egg_routes_plural": "ルートでタマゴを{{amount_0}}個かえす", - "quest_title_quest_hatch_egg_routes_singular": "ルートでタマゴをかえす", - "quest_title_quest_hatch_egg_singular": "タマゴを1個かえす", - "quest_title_quest_hoenn_celebration_research": "ホウエンセレブレーションリサーチ", - "quest_title_quest_hoenn19_catch_specific_plural": "ホウエンウィーク:ジグザグマかスバメを{{amount_0}}匹捕まえる", - "quest_title_quest_hoenn19_evolve_specific_plural": "ホウエンウィーク:ケムッソを{{amount_0}}匹進化させる", - "quest_title_quest_hoenn19_hatch_eggs": "ホウエンウィーク:タマゴを{{amount_0}}個かえす", - "quest_title_quest_hoppt_catch_b": "ハネッコを{{amount_0}}匹捕まえる", - "quest_title_quest_hoppt_evolve_b": "ハネッコを{{amount_0}}匹進化させる", - "quest_title_quest_hoppt_evolve_s1": "ポポッコを{{amount_0}}匹進化させる", - "quest_title_quest_incense_or_dai_plural": "おこう・おさんぽおこう{{amount_0}}個を使う", - "quest_title_quest_incense_or_dai_singular": "おこう・おさんぽおこうを使う", - "quest_title_quest_incense_plural": "おこう{{amount_0}}個を使う", - "quest_title_quest_incense_routes_plural": "ルートでおこうを{{amount_0}}個使う", - "quest_title_quest_incense_routes_singular": "ルートでおこうを使う", - "quest_title_quest_incense_singular": "おこうを使う", - "quest_title_quest_jan19rsd_buddywalk_singular": "ヒンバスリサーチ:相棒と歩いてアメを1個もらう", - "quest_title_quest_jan19rsd_hatch_egg_singular": "ヒンバスリサーチ:タマゴを1個かえす", - "quest_title_quest_jan19rsd_land_great_plural": "ヒンバスリサーチ:グレートスローを{{amount_0}}回投げる", - "quest_title_quest_jan19rsd_land_nice_plural": "ヒンバスリサーチ:ナイススローを{{amount_0}}回投げる", - "quest_title_quest_johtofestival_catch_special17_plural": "ジョウトウィーク:ヒマナッツを{{amount_0}}匹捕まえる", - "quest_title_quest_johtofestival_catch_type_water_plural": "ジョウトウィーク:みずタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_johtofestival_evolve_plural": "ジョウトウィーク:ヒマナッツかネイティを{{amount_0}}匹進化させる", - "quest_title_quest_johtofestival_land_excellent_plural": "ジョウトウィーク:エクセレントスローを{{amount_0}}回投げる", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "ジョウトウィーク:カーブボールのグレートスローを{{amount_0}}回連続で投げる", - "quest_title_quest_johtofestival_win_raid_singular": "ジョウトウィーク:レイドバトルで1回勝つ", - "quest_title_quest_kanto_green_bellsprout": "GO Tour:マダツボミを捕まえる", - "quest_title_quest_kanto_green_meowth": "GO Tour:ニャースを捕まえる", - "quest_title_quest_kanto_green_sandshrew": "GO Tour:サンドを捕まえる", - "quest_title_quest_kanto_green_vulpix": "GO Tour:ロコンを捕まえる", - "quest_title_quest_kanto_hatch_plural": "GO Tour カントー地方:タマゴを{{amount_0}}個かえす", - "quest_title_quest_kanto_hatch_singular": "GO Tour カントー地方:タマゴをかえす", - "quest_title_quest_kanto_npc_plural": "GO Tour カントー地方:チャレンジャー{{amount_0}}人に勝つ", - "quest_title_quest_kanto_npc_singular": "GO Tour カントー地方:チャレンジャーに勝つ", - "quest_title_quest_kanto_red_ekans": "GO Tour:アーボを捕まえる", - "quest_title_quest_kanto_red_growlithe": "GO Tour:ガーディを捕まえる", - "quest_title_quest_kanto_red_mankey": "GO Tour:マンキーを捕まえる", - "quest_title_quest_kanto_red_oddish": "GO Tour:ナゾノクサを捕まえる", - "quest_title_quest_kecleon_catch": "カクレオンを{{amount_0}}匹捕まえる", - "quest_title_quest_lampent_evolve_b": "ランプラーを{{amount_0}}匹進化させる", - "quest_title_quest_land_curve_type_ghost": "ゴーストタイプのポケモンを捕まえるときカーブボールを{{amount_0}}回投げる", - "quest_title_quest_land_curveball_plural": "カーブボールを{{amount_0}}回投げる", - "quest_title_quest_land_curveball_singular": "カーブボールを投げる", - "quest_title_quest_land_excellent_curveball_plural": "カーブボールのエクセレントスローを{{amount_0}}回投げる", - "quest_title_quest_land_excellent_curveball_singular": "カーブボールのエクセレントスローを1回投げる", - "quest_title_quest_land_excellent_plural": "エクセレントスローを{{amount_0}}回投げる", - "quest_title_quest_land_excellent_singular": "エクセレントスローを1回投げる", - "quest_title_quest_land_great_curve_inarow_type_ghost": "ゴーストタイプのポケモンを捕まえるときカーブボールのグレートスローを{{amount_0}}回連続で投げる", - "quest_title_quest_land_great_curve_type_ghost": "ゴーストタイプのポケモンを捕まえるときカーブボールのグレートスローを{{amount_0}}回投げる", - "quest_title_quest_land_great_curveball_plural": "カーブボールのグレートスローを{{amount_0}}回投げる", - "quest_title_quest_land_great_curveball_singular": "カーブボールのグレートスローを1回投げる", - "quest_title_quest_land_great_plural": "グレートスローを{{amount_0}}回投げる", - "quest_title_quest_land_great_singular": "グレートスローを1回投げる", - "quest_title_quest_land_great_type_ghost": "ゴーストタイプのポケモンを捕まえるときグレートスローを{{amount_0}}回投げる", - "quest_title_quest_land_inarow_curveball_plural": "カーブボールを{{amount_0}}回連続で投げる", - "quest_title_quest_land_inarow_excellent_curveball_plural": "カーブボールのエクセレントスローを{{amount_0}}回連続で投げる", - "quest_title_quest_land_inarow_excellent_plural": "エクセレントスローを{{amount_0}}回連続で投げる", - "quest_title_quest_land_inarow_great_curveball_plural": "カーブボールのグレートスローを{{amount_0}}回連続で投げる", - "quest_title_quest_land_inarow_great_plural": "グレートスローを{{amount_0}}回連続で投げる", - "quest_title_quest_land_inarow_nice_curveball_plural": "カーブボールのナイススローを{{amount_0}}回連続で投げる", - "quest_title_quest_land_inarow_nice_plural": "ナイススローを{{amount_0}}回連続で投げる", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "ゴーストタイプのポケモンを捕まえるときカーブボールのナイススローを{{amount_0}}回連続で投げる", - "quest_title_quest_land_nice_curve_plural": "カーブボールのナイススローを{{amount_0}}回投げる", - "quest_title_quest_land_nice_curve_singular": "カーブボールのナイススローを1回投げる", - "quest_title_quest_land_nice_curve_type_ghost": "ゴーストタイプのポケモンを捕まえるときカーブボールのナイススローを{{amount_0}}回投げる", - "quest_title_quest_land_nice_electric_plural": "でんきタイプのポケモンをナイススローで{{amount_0}}匹捕まえる", - "quest_title_quest_land_nice_plural": "ナイススローを{{amount_0}}回投げる", - "quest_title_quest_land_nice_singular": "ナイススローを1回投げる", - "quest_title_quest_land_nice_type_ghost": "ゴーストタイプのポケモンを捕まえるときナイススローを{{amount_0}}回投げる", - "quest_title_quest_larvitar_cdc_evolve_b": "ヨーギラスを{{amount_0}}匹進化させる", - "quest_title_quest_larvitar_cdc_snapshot_b": "ヨーギラスのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_latias_wild_snap": "野生のラティアスのスナップショットを撮る", - "quest_title_quest_latios_wild_snap": "野生のラティオスのスナップショットを撮る", - "quest_title_quest_litten_catch_b": "ニャビーを{{amount_0}}匹捕まえる", - "quest_title_quest_litten_evolve_b_plural": "ニャビーを{{amount_0}}匹進化させる", - "quest_title_quest_litten_evolve_b_singular": "ニャビーを進化させる", - "quest_title_quest_litten_snapshot_b": "ニャビーのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_litwick_catch_b": "ヒトモシを{{amount_0}}匹捕まえる", - "quest_title_quest_litwick_evolve_b": "ヒトモシを{{amount_0}}匹進化させる", - "quest_title_quest_litwick_snapshot_b": "ヒトモシのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_local_trainer_battle": "対戦コードを読み込んで近くのトレーナーと対戦する", - "quest_title_quest_lucky_plural": "キラポケモンを{{amount_0}}匹手に入れる", - "quest_title_quest_lucky_singular": "キラポケモンを手に入れる", - "quest_title_quest_lunar19_friends_trade_plural": "フレンドとポケモンを{{amount_0}}回交換する", - "quest_title_quest_macht_catch_b": "ワンリキーを{{amount_0}}匹捕まえる", - "quest_title_quest_macht_evolve_b": "ワンリキーを{{amount_0}}匹進化させる", - "quest_title_quest_macht_evolve_s1": "ゴーリキーを{{amount_0}}匹進化させる", - "quest_title_quest_magit_catch_b": "コイキングを{{amount_0}}匹捕まえる", - "quest_title_quest_magit_evolve_b": "コイキングを{{amount_0}}匹進化させる", - "quest_title_quest_magmt_catch_b": "ブーバーを{{amount_0}}匹捕まえる", - "quest_title_quest_magmt_evolve_b": "ブーバーを{{amount_0}}匹進化させる", - "quest_title_quest_mareep_catch_b": "メリープを{{amount_0}}匹捕まえる", - "quest_title_quest_mareep_evolve_b": "メリープを{{amount_0}}匹進化させる", - "quest_title_quest_mareep_snapshot_b": "メリープのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_mega_evo_primal_rev_plural": "ポケモンを{{amount_0}}回ゲンシカイキもしくはメガシンカさせる", - "quest_title_quest_mega_evo_primal_rev_singular": "ポケモンをゲンシカイキもしくはメガシンカさせる", - "quest_title_quest_mega_evolve_beedrill": "スピアーをメガシンカさせる", - "quest_title_quest_mega_evolve_blastoise": "カメックスをメガシンカさせる", - "quest_title_quest_mega_evolve_charizard": "リザードンをメガシンカさせる", - "quest_title_quest_mega_evolve_diancie": "ディアンシーをメガシンカさせる", - "quest_title_quest_mega_evolve_plural": "ポケモンを{{amount_0}}匹メガシンカさせる", - "quest_title_quest_mega_evolve_rayquaza": "レックウザをメガシンカさせる", - "quest_title_quest_mega_evolve_singular": "ポケモンをメガシンカさせる", - "quest_title_quest_mega_evolve_venusaur": "フシギバナをメガシンカさせる", - "quest_title_quest_mega_join_raid_plural": "メガレイドを{{amount_0}}回する", - "quest_title_quest_mega_join_raid_singular": "メガレイドを1回する", - "quest_title_quest_mega_win_raid_plural": "メガレイドで{{amount_0}}回勝つ", - "quest_title_quest_mega_win_raid_singular": "メガレイドで1回勝つ", - "quest_title_quest_mesprit_wild_snap": "野生のエムリットのGOスナップショット写真を撮る", - "quest_title_quest_metang_evolve_b_singular": "メタングを進化させる", - "quest_title_quest_more_reseach_coming_soon": "博士から調査の依頼があれば協力しよう!", - "quest_title_quest_mudkt_catch_b": "ミズゴロウを{{amount_0}}匹捕まえる", - "quest_title_quest_mudkt_evolve_b": "ミズゴロウを{{amount_0}}匹進化させる", - "quest_title_quest_mudkt_evolve_s1": "ヌマクローを{{amount_0}}匹進化させる", - "quest_title_quest_new_friends_plural": "{{amount_0}}人とフレンドになる", - "quest_title_quest_new_friends_singular": "トレーナー1人とフレンドになる", - "quest_title_quest_noibat_catch_b": "オンバットを{{amount_0}}匹捕まえる", - "quest_title_quest_noibat_evolve_b": "オンバットを{{amount_0}}匹進化させる", - "quest_title_quest_noibat_snapshot_b": "オンバットのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_oshat_catch_b": "ミジュマルを{{amount_0}}匹捕まえる", - "quest_title_quest_oshat_evolve_b": "ミジュマルを{{amount_0}}匹進化させる", - "quest_title_quest_oshat_evolve_s1": "フタチマルを進化させる", - "quest_title_quest_party_catch_electric_type_plural": "チーム参加中でんきタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_party_catch_electric_type_singular": "チーム参加中でんきタイプのポケモンを捕まえる", - "quest_title_quest_party_catch_fire_type_plural": "チーム参加中ほのおタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_party_catch_fire_type_singular": "チーム参加中ほのおタイプのポケモンを捕まえる", - "quest_title_quest_party_catch_normal_type_plural": "チーム参加中ノーマルタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_party_catch_normal_type_singular": "チーム参加中ノーマルタイプのポケモンを捕まえる", - "quest_title_quest_party_catch_water_type_plural": "チーム参加中みずタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_party_catch_water_type_singular": "チーム参加中みずタイプのポケモンを捕まえる", - "quest_title_quest_party_challenge_plural": "チームチャレンジを{{amount_0}}件完了する", - "quest_title_quest_party_challenge_singular": "チームチャレンジを完了する", - "quest_title_quest_platinum_johto_badge": "ジョウトメダルをプラチナにする", - "quest_title_quest_platinum_kanto_badge": "カントーメダルをプラチナにする", - "quest_title_quest_platinum_medal_plural": "メダル{{amount_0}}個をプラチナにする", - "quest_title_quest_platinum_medal_plural_five": "メダル5個をプラチナにする", - "quest_title_quest_platinum_medal_plural_forty": "メダル40個をプラチナにする", - "quest_title_quest_platinum_medal_plural_ten": "メダル10個をプラチナにする", - "quest_title_quest_platinum_medal_plural_twenty": "メダル20個をプラチナにする", - "quest_title_quest_platinum_medal_singular": "メダルをプラチナにする", - "quest_title_quest_play_buddy_singular": "相棒と遊ぶ", - "quest_title_quest_pokemon_appears": "ポケモン発見", - "quest_title_quest_poliwag_catch_b": "ニョロモを{{amount_0}}匹捕まえる", - "quest_title_quest_poliwag_evolve_b": "ニョロモを{{amount_0}}匹進化させる", - "quest_title_quest_poliwag_snapshot_b": "ニョロモのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_poliwhirl_evolve_b": "ニョロゾを{{amount_0}}匹進化させる", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "アシマリを{{amount_0}}匹捕まえる", - "quest_title_quest_popplio_evolve_b_plural": "アシマリを{{amount_0}}匹進化させる", - "quest_title_quest_popplio_evolve_b_singular": "アシマリを進化させる", - "quest_title_quest_porygon_catch_b": "ポリゴンを{{amount_0}}匹捕まえる", - "quest_title_quest_porygon_evolve_b_plural": "ポリゴンを{{amount_0}}匹進化させる", - "quest_title_quest_porygon_evolve_b_singular": "ポリゴンを進化させる", - "quest_title_quest_porygon_snapshot_b": "ポリゴンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_porygon2_evolve_b_plural": "ポリゴン2を{{amount_0}}匹進化させる", - "quest_title_quest_porygon2_evolve_b_singular": "ポリゴン2を進化させる", - "quest_title_quest_poryt_catch_b": "ポリゴンを{{amount_0}}匹捕まえる", - "quest_title_quest_poryt_catch_s1": "ポリゴン2を{{amount_0}}匹捕まえる", - "quest_title_quest_poryt_evolve_b": "ポリゴンを{{amount_0}}匹進化させる", - "quest_title_quest_poryt_evolve_s1": "ポリゴン2を{{amount_0}}匹進化させる", - "quest_title_quest_power_up_dragon_plural": "ドラゴンタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_fire_ice": "ほのおか、こおりタイプのポケモンを5回強化する", - "quest_title_quest_power_up_grass_ghost": "くさか、ゴーストタイプのポケモンを5回強化する", - "quest_title_quest_power_up_legendary_plural": "伝説か幻のポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_legendary_singular": "伝説か幻のポケモンを強化する", - "quest_title_quest_power_up_max_plural": "ポケモン{{amount_0}}匹をCP上限まで強化する", - "quest_title_quest_power_up_max_singular": "ポケモンをCP上限まで強化する", - "quest_title_quest_power_up_plural": "ポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_bug": "むしタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_dark": "あくタイプのポケモンを{{amount_0}}匹強化する", - "quest_title_quest_power_up_plural_dragon": "ドラゴンタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_electric": "でんきタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_fairy": "フェアリータイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_fighting": "かくとうタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_fire": "ほのおタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_flying": "ひこうタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_ghost": "ゴーストタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_grass": "くさタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_ground": "じめんタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_ice": "こおりタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_normal": "ノーマルタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_poison": "どくタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_psychic": "エスパータイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_rock": "いわタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_rock_fairy": "いわかフェアリータイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_plural_steel": "はがねタイプのポケモンを{{amount_0}}匹強化する", - "quest_title_quest_power_up_plural_water": "みずタイプのポケモンを{{amount_0}}回強化する", - "quest_title_quest_power_up_poison_rock": "どくか、いわタイプのポケモンを5回強化する", - "quest_title_quest_power_up_singular": "ポケモンを1匹強化する", - "quest_title_quest_power_up_singular_marshadow": "マーシャドーを強化する", - "quest_title_quest_power_up_water_normal": "ノーマルか、みずタイプのポケモンを5回強化する", - "quest_title_quest_primal_raid_victory_groudon": "ゲンシグラードンレイドに勝つ", - "quest_title_quest_primal_raid_victory_kyogre": "ゲンシカイオーガレイドに勝つ", - "quest_title_quest_primal_raid_victory_plural": "ゲンシレイドで{{amount_0}}回勝つ", - "quest_title_quest_primal_raid_victory_singular": "ゲンシレイドで1回勝つ", - "quest_title_quest_primal_reversion_plural": "ポケモンをゲンシカイキのすがたに{{amount_0}}回する", - "quest_title_quest_primal_reversion_singular": "ポケモンをゲンシカイキのすがたにする", - "quest_title_quest_primal_surge_candy": "大地と海のパワー:相棒と歩いてアメを1個もらう", - "quest_title_quest_primal_surge_catch": "大地と海のパワー:ポケモンを10匹捕まえる", - "quest_title_quest_primal_surge_hatch": "大地と海のパワー:タマゴをかえす", - "quest_title_quest_primal_surge_power_ground": "大地と海のパワー:じめんタイプのポケモンを5回強化する", - "quest_title_quest_primal_surge_power_water": "大地と海のパワー:みずタイプのポケモンを5回強化する", - "quest_title_quest_primal_surge_raid": "大地と海のパワー:レイドバトルで勝つ", - "quest_title_quest_psychicspec_catch_abra_plural": "ケーシィかスリープを{{amount_0}}匹捕まえる", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "エスパータイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_psychicspec_evolve_plural": "タマタマかヤドンを{{amount_0}}匹進化させる", - "quest_title_quest_quaxly_evolve_b": "クワッスを進化させる", - "quest_title_quest_quaxwell_evolve_b": "ウェルカモを進化させる", - "quest_title_quest_quilava_evolve_b_plural": "マグマラシを{{amount_0}}匹進化させる", - "quest_title_quest_quilava_evolve_b_singular": "マグマラシを進化させる", - "quest_title_quest_quilladin_evolve_b": "ハリボーグを{{amount_0}}匹進化させる", - "quest_title_quest_raboot_evolve": "ラビフットを進化させる", - "quest_title_quest_raid_friend_singular": "フレンドと一緒にレイドする", - "quest_title_quest_raid_t5_win": "5つ星レイドに勝つ", - "quest_title_quest_raid_with_buddy_plural": "相棒ポケモンでレイドバトルを{{amount_0}}回行う", - "quest_title_quest_raid_with_buddy_singular": "相棒ポケモンでレイドバトルを行う", - "quest_title_quest_reach_hoenn_gold": "ホウエンメダルをゴールドにする", - "quest_title_quest_reach_johto_gold": "ジョウトメダルをゴールドにする", - "quest_title_quest_reach_kanto_gold": "カントーメダルをゴールドにする", - "quest_title_quest_reach_kanto_silver": "カントーメダルをシルバーにする", - "quest_title_quest_reach_level": "レベル{{amount_0}}に到達する", - "quest_title_quest_referral_initial_milestone": "ログイン", - "quest_title_quest_remove_bonus_challenge_desc": "明日追加されます", - "quest_title_quest_reward_desc_1": "ウィロー博士のリサーチに協力して、スタンプを集めて大発見をめざせ!", - "quest_title_quest_reward_desc_2": "あとスタンプ", - "quest_title_quest_reward_desc_3_plural": "{{amount_0}}個で大発見!", - "quest_title_quest_reward_desc_3_singular": "{{amount_0}}個で大発見!", - "quest_title_quest_reward_encounter_later": "今はやめておく", - "quest_title_quest_reward_encounter_uses_ar": "このポケモンにはARモードが最適です", - "quest_title_quest_reward_mysterious_pokemon_appeared": "ポケモン!?", - "quest_title_quest_reward_start_encounter": "ゲットチャンス", - "quest_title_quest_rocket_battle_plural": "GOロケット団したっぱとのバトルを{{amount_0}}回する", - "quest_title_quest_rocket_battle_win_plural": "GOロケット団したっぱとのバトルで{{amount_0}}回勝つ", - "quest_title_quest_rocket_battle_win_singular": "GOロケット団したっぱとのバトルで1回勝つ", - "quest_title_quest_rocket_catch_shadow_singular": "シャドウポケモンを捕まえる", - "quest_title_quest_rocket_evolve_plural": "ポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_rocket_leader_battle_win_singular": "GOロケット団リーダーとのバトルで1回勝つ", - "quest_title_quest_rocket_power_up_plural": "ポケモンを{{amount_0}}回強化する", - "quest_title_quest_rocket_purify_dark_plural": "あくタイプのシャドウポケモンを{{amount_0}}匹リトレーンする", - "quest_title_quest_rocket_purify_fire_plural": "ほのおタイプのシャドウポケモンを{{amount_0}}匹リトレーンする", - "quest_title_quest_rocket_purify_plural": "シャドウポケモンを{{amount_0}}匹リトレーンする", - "quest_title_quest_rocket_purify_type_singular": "ほのお、みず、くさ、いずれかのタイプのポケモンを{{amount_0}}匹リトレーンする", - "quest_title_quest_rocket_rescue_shadow_plural": "シャドウポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_rocket_shadow_plural": "シャドウポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_rockethq1_arlo_win": "GOロケット団リーダーアルロとのバトルで勝つ", - "quest_title_quest_rockethq1_arlo_win_plural": "GOロケットリーダーアルロとのバトルで{{amount_0}}回勝つ", - "quest_title_quest_rockethq1_battle_boss": "GOロケット団のボスとバトルする", - "quest_title_quest_rockethq1_catch_legendary_shadow": "伝説のシャドウポケモンを捕まえる", - "quest_title_quest_rockethq1_catch_shadow1": "シャドウポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_rockethq1_cliff_win": "GOロケット団リーダークリフとのバトルで勝つ", - "quest_title_quest_rockethq1_cliff_win_plural": "GOロケットリーダークリフとのバトルで{{amount_0}}回勝つ", - "quest_title_quest_rockethq1_defeat_boss": "GOロケット団のボスに勝つ", - "quest_title_quest_rockethq1_find_boss": "GOロケット団のボスを見つける", - "quest_title_quest_rockethq1_grunt_win1": "GOロケット団したっぱとのバトルで{{amount_0}}回勝つ", - "quest_title_quest_rockethq1_grunt_win2": "GOロケット団したっぱとのバトルで{{amount_0}}回勝つ", - "quest_title_quest_rockethq1_leader_win_plural": "GOロケットリーダーとのバトルで{{amount_0}}回勝つ", - "quest_title_quest_rockethq1_leaders_win_plural": "GOロケット団リーダーとのバトルで{{amount_0}}回勝つ", - "quest_title_quest_rockethq1_purify": "シャドウポケモンを{{amount_0}}匹リトレーンする", - "quest_title_quest_rockethq1_raid_win": "レイドバトルで{{amount_0}}回勝つ", - "quest_title_quest_rockethq1_sierra_win": "GOロケット団リーダーシエラとのバトルで勝つ", - "quest_title_quest_rockethq1_sierra_win_plural": "GOロケットリーダーシエラとのバトルで{{amount_0}}回勝つ", - "quest_title_quest_rockethq1_spin": "ポケストップ{{amount_0}}個を回す", - "quest_title_quest_rockethq1_spin_row": "ポケストップを{{amount_0}}日間連続で回す", - "quest_title_quest_rockethq1_supereffective": "こうかばつぐんのスペシャルアタックをジムバトルで{{amount_0}}回使う", - "quest_title_quest_rockethq1_trainerbattle_win": "スーパーリーグでのトレーナー対戦で{{amount_0}}回勝つ", - "quest_title_quest_roggenrola_catch_b": "ダンゴロを{{amount_0}}匹捕まえる", - "quest_title_quest_roggenrola_evolve_b": "ダンゴロを{{amount_0}}匹進化させる", - "quest_title_quest_roggenrola_snapshot_b": "ダンゴロのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_roset_catch_b": "ロゼリアを{{amount_0}}匹捕まえる", - "quest_title_quest_roset_evolve_b": "ロゼリアを{{amount_0}}匹進化させる", - "quest_title_quest_rowlet_catch_b": "モクローを{{amount_0}}匹捕まえる", - "quest_title_quest_rowlet_evolve_b_plural": "モクローを{{amount_0}}匹進化させる", - "quest_title_quest_rowlet_evolve_b_singular": "モクローを{{amount_0}}匹進化させる", - "quest_title_quest_rowlet_snapshot_b": "モクローのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_sandt_catch_b": "サンドを{{amount_0}}匹捕まえる", - "quest_title_quest_sandt_evolve_b": "サンドを{{amount_0}}匹進化させる", - "quest_title_quest_scorbunny_evolve": "ヒバニーを進化させる", - "quest_title_quest_send_gifts_daily_row": "ギフトを{{amount_0}}日連続で贈る", - "quest_title_quest_send_gifts_plural": "ギフトを{{amount_0}}個贈る", - "quest_title_quest_send_gifts_singular": "フレンドにギフトを贈る", - "quest_title_quest_send_gifts_sticker_plural": "ステッカー付きのギフトを{{amount_0}}個贈る", - "quest_title_quest_send_gifts_sticker_singular": "ステッカー付きのギフトを贈る", - "quest_title_quest_shelgon_evolve_b_plural": "コモルーを{{amount_0}}匹進化させる", - "quest_title_quest_shelgon_evolve_b_singular": "コモルーを進化させる", - "quest_title_quest_shint_catch_b": "コリンクを{{amount_0}}匹捕まえる", - "quest_title_quest_shint_evolve_b": "コリンクを{{amount_0}}匹進化させる", - "quest_title_quest_shint_evolve_s1": "ルクシオを{{amount_0}}匹進化させる", - "quest_title_quest_sinnoh_evolve_plural": "シンオウ地方で最初に発見されたポケモンに{{amount_0}}匹進化させる", - "quest_title_quest_sinnoh_evolve_stone_plural": "シンオウのいしを使ってポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_sinnoh_medal_gold": "シンオウメダルをゴールドにする", - "quest_title_quest_sliggoo_evolve_b_plural": "ヌメイルを{{amount_0}}匹進化させる", - "quest_title_quest_sliggoo_evolve_b_singular": "ヌメイルを進化させる", - "quest_title_quest_slowpoke_catch_b": "ヤドンかガラルのすがたのヤドンを{{amount_0}}匹捕まえる", - "quest_title_quest_slowpoke_evolve_b": "ヤドンかガラルのすがたのヤドンを{{amount_0}}匹進化させる", - "quest_title_quest_slowpoke_snapshot_b": "ヤドンかガラルのすがたのヤドンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_ar_photo_safari": "テントで相棒とGOスナップショット写真を撮る", - "quest_title_quest_snapshot_bali": "バリでGOスナップショット写真を撮る", - "quest_title_quest_snapshot_buddy": "相棒のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_bulbasaur": "フシギダネのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_charmander": "ヒトカゲのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_chikorita": "チコリータのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_cyndaquil": "ヒノアラシのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_genesect": "ゲノセクトのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_hariyama": "ハリテヤマのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_hoopa_singular": "フーパのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_jeju": "チェジュ島でGOスナップショット写真を撮る", - "quest_title_quest_snapshot_keldeo": "ケルディオのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_landorus": "ランドロスのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_machamp": "カイリキーのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_okinawa": "沖縄でGOスナップショット写真を撮る", - "quest_title_quest_snapshot_poison_grass_singular": "野生のどくタイプポケモンのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_regi_ice": "レジアイスのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_regi_rock": "レジロックのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_regi_steel": "レジスチルのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_scrafty": "ズルズキンのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_singular": "スナップショットを撮る", - "quest_title_quest_snapshot_storage_bug_unique_plural": "むしタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_storage_steel_unique_plural": "はがねタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_storage_unique_plural": "野生のポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_surabaya": "スラバヤでGOスナップショット写真を撮る", - "quest_title_quest_snapshot_thundurus": "ボルトロスのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_tornadus": "トルネロスのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_totodile": "ワニノコのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_unique_fire_pokemon": "ほのおタイプのポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_unique_pokemon": "{{amount_0}}種類のポケモンのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "野生のコリンク、シママか、トリミアンのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_bug_plural": "むしタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_bug_unique_plural": "野生のむしタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "野生のバタフリー、コリンクかシママのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_dark_plural": "あくタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_dark_unique_plural": "野生のあくタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_dragon_plural": "ドラゴンタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "野生のドラゴンタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "野生のコアルヒー、チョンチーか、ケイコウオのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_eevee": "野生のイーブイのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_electric_plural": "でんきタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_electric_unique_plural": "野生のでんきタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_entei": "野生のエンテイのスナップショットを撮る", - "quest_title_quest_snapshot_wild_fairy_plural": "フェアリータイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "野生のフェアリータイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_fighting_plural": "かくとうタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "野生のかくとうタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_fire_plural": "ほのおタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_fire_unique_plural": "野生のほのおタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_flying_plural": "ひこうタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_flying_unique_plural": "野生のひこうタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_frillish_absol": "野生のアブソルかプルリルのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "野生のサンド、イシツブテか、サボネアのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_ghost_plural": "野生のゴーストタイプポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "野生のゴーストタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_grass_plural": "くさタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_grass_singular": "くさタイプの野生ポケモンのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_grass_unique_plural": "野生のくさタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_ground_plural": "じめんタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_ground_unique_plural": "野生のじめんタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_hoothoot": "野生のホーホーのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_ice_plural": "こおりタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_ice_singular": "こおりタイプの野生ポケモンのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_ice_unique_plural": "野生のこおりタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "野生のハスボー、トランセルか、エイパムのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "野生のラブカス、チョンチーか、ケイコウオのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_mareanie_singluar": "野生のヒドイデのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_normal_plural": "ノーマルタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_normal_unique_plural": "野生のノーマルタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_plural": "野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_poison_plural": "どくタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_poison_unique_plural": "野生のどくタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_psychic_plural": "エスパータイプの野生ポケモンのスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "野生のエスパータイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_raikou": "野生のライコウのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "野生のいわ、みず、じめんもしくはフェアリータイプのポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_rock_plural": "いわタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_rock_unique_plural": "野生のいわタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_singular": "野生ポケモンのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "野生のエアームド、ドードリオか、マンタインのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_skitty_kirlia": "野生のキルリアやエネコのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "野生のニューラ、グレッグルかプルリルのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_steel_plural": "はがねタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_steel_unique_plural": "野生のはがねタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_suicune": "野生のスイクンのスナップショットを撮る", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "野生のナックラー、サンドか、サボネアのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_unique_plural": "野生のポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "野生のほのお、みず、もしくはくさタイプのポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_water_plural": "みずタイプの野生ポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshot_wild_water_singular": "みずタイプの野生ポケモンのGOスナップショット写真を撮る", - "quest_title_quest_snapshot_wild_water_unique_plural": "野生のみずタイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_snapshot_yogyakarta": "ジョグジャカルタでGOスナップショット写真を撮る", - "quest_title_quest_snapshots_inarow_plural": "ポケモンのGOスナップショット写真を{{amount_0}}日連続で撮る", - "quest_title_quest_snapshots_plural": "GOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshots_your_plural": "あなたのポケモンのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_snapshots_your_singular": "あなたのポケモンのGOスナップショット写真を撮る", - "quest_title_quest_snivt_catch_b": "ツタージャを{{amount_0}}匹捕まえる", - "quest_title_quest_snivt_evolve_b": "ツタージャを{{amount_0}}匹進化させる", - "quest_title_quest_snivt_evolve_s1": "ジャノビーを{{amount_0}}匹進化させる", - "quest_title_quest_sobble_evolve": "メッソンを進化させる", - "quest_title_quest_sphet_catch_b": "タマザラシを{{amount_0}}匹捕まえる", - "quest_title_quest_sphet_evolve_b": "タマザラシを{{amount_0}}匹進化させる", - "quest_title_quest_sphet_evolve_s1": "トドグラーを{{amount_0}}匹進化させる", - "quest_title_quest_spin_151": "ポケストップ/ジム151個を回す", - "quest_title_quest_spin_daysinarow": "ポケストップを{{amount_0}}日間連続で回す", - "quest_title_quest_spin_go_tour_habitat_01": "海辺の都市でポケストップ・ジムを{{amount_0}}個回す", - "quest_title_quest_spin_go_tour_habitat_02": "あやしい遺跡でポケストップ・ジムを{{amount_0}}個回す", - "quest_title_quest_spin_go_tour_habitat_03": "毒だまりでポケストップ・ジムを{{amount_0}}個回す", - "quest_title_quest_spin_go_tour_habitat_04": "山の温泉でポケストップ・ジムを{{amount_0}}個回す", - "quest_title_quest_spin_go_tour_spiritomb_plural": "違うミカルゲポケストップ{{amount_0}}個を回す", - "quest_title_quest_spin_go_tour_spiritomb_singular": "ミカルゲポケストップを回す", - "quest_title_quest_spin_mexico_plural": "メキシコのポケストップを{{amount_0}}個回す", - "quest_title_quest_spin_mexico_singular": "メキシコのポケストップを回す", - "quest_title_quest_spin_pokestop_days": "ポケストップを{{amount_0}}日回す", - "quest_title_quest_spin_ultra_wormhole_gym": "ウルトラホールのあるジムのフォトディスクを回す", - "quest_title_quest_spin_wcs_2024": "ハワイコンベンションセンターのポケストップ・ジム10個を回す", - "quest_title_quest_sprigatito_evolve_b": "ニャオハを進化させる", - "quest_title_quest_squirtle_catch_b": "ゼニガメを{{amount_0}}匹捕まえる", - "quest_title_quest_squirtle_evolve_b": "ゼニガメを{{amount_0}}匹進化させる", - "quest_title_quest_squirtle_snapshot_b": "ゼニガメのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_st_catch_s": "タネボーを15匹捕まえる", - "quest_title_quest_st_evolve_n": "コノハナを進化させる", - "quest_title_quest_st_evolve_s": "タネボーを3匹進化させる", - "quest_title_quest_stardust_plural": "ほしのすなを{{amount_0}}手に入れる", - "quest_title_quest_starly_catch_b": "ムックルを{{amount_0}}匹捕まえる", - "quest_title_quest_starly_evolve_b": "ムックルを{{amount_0}}匹進化させる", - "quest_title_quest_starly_snapshot_b": "ムックルのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_start_battle": "対戦スタート!", - "quest_title_quest_steenee_evolve_b_plural": "アママイコを{{amount_0}}匹進化させる", - "quest_title_quest_steenee_evolve_b_singular": "アママイコを進化させる", - "quest_title_quest_streak_format": "ボーナス {{amount_0}} 日目!", - "quest_title_quest_stuff_catch_b": "ヌイコグマを{{amount_0}}匹捕まえる", - "quest_title_quest_stuff_evolve_b": "ヌイコグマを{{amount_0}}匹進化させる", - "quest_title_quest_stuff_snapshot_b": "野生のヌイコグマのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_supereffective_charge_party_plural": "チーム参加中こうかばつぐんのスペシャルアタックを{{amount_0}}回使ってバトルする", - "quest_title_quest_supereffective_charge_party_singular": "チーム参加中こうかばつぐんのスペシャルアタックを使ってバトルする", - "quest_title_quest_supereffective_charge_plural": "こうかばつぐんのスペシャルアタックを{{amount_0}}回使ってバトルする", - "quest_title_quest_supereffective_charge_singular": "こうかばつぐんのスペシャルアタックを使ってバトルする", - "quest_title_quest_surskit_catch": "アメタマを{{amount_0}}匹捕まえる", - "quest_title_quest_swabt_catch_b": "チルットを{{amount_0}}匹捕まえる", - "quest_title_quest_swabt_evolve_b": "チルットを{{amount_0}}匹進化させる", - "quest_title_quest_swinub_cdc_evolve_b": "ウリムーを{{amount_0}}匹進化させる", - "quest_title_quest_swinub_cdc_snapshot_b": "ウリムーのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_teddiursa_catch_b": "ヒメグマを{{amount_0}}匹捕まえる", - "quest_title_quest_teddiursa_evolve_b": "ヒメグマを{{amount_0}}匹進化させる", - "quest_title_quest_teddiursa_snapshot_b": "ヒメグマのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_template.display.branches#0.button_text_key": "レイド・したっぱ・ジム", - "quest_title_quest_template.display.branches#0.description_key": "この道を選ぶとジム・レイド・GOロケット団バトルを行ってリザードンに出会うことを含むリワードを入手できます。", - "quest_title_quest_template.display.branches#1.button_text_key": "GOバトルリーグ", - "quest_title_quest_template.display.branches#1.description_key": "この道を選ぶとトレーナーとの対戦に勝ってリザードンに出会うことを含むリワードを入手できます。", - "quest_title_quest_tepit_catch_b": "ポカブを{{amount_0}}匹捕まえる", - "quest_title_quest_tepit_evolve_b": "ポカブを{{amount_0}}匹進化させる", - "quest_title_quest_tepit_evolve_s1": "チャオブーを{{amount_0}}匹進化させる", - "quest_title_quest_thwackey_evolve": "バチンキーを進化させる", - "quest_title_quest_timburr_catch_b": "ドッコラーを{{amount_0}}匹捕まえる", - "quest_title_quest_timburr_evolve_b": "ドッコラーを{{amount_0}}匹進化させる", - "quest_title_quest_timburr_snapshot_b": "ドッコラーのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_time_remaining_day_plural": "期限つきスペシャルリサーチ終了まで残り{{amount_0}}日", - "quest_title_quest_time_remaining_day_singular": "期限つきスペシャルリサーチ終了まで残り{{amount_0}}日", - "quest_title_quest_togetic_catch_b": "トゲチックを{{amount_0}}匹捕まえる", - "quest_title_quest_togetic_evolve_b": "トゲチックを{{amount_0}}匹進化させる", - "quest_title_quest_togetic_snapshot_b": "トゲチックのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_torracat_evolve_b_plural": "ニャヒートを{{amount_0}}匹進化させる", - "quest_title_quest_torracat_evolve_b_singular": "ニャヒートを進化させる", - "quest_title_quest_trade_50km_plural": "50km以上離れた場所からのポケモンを{{amount_0}}匹交換する", - "quest_title_quest_trade_100km_plural": "100km以上離れた場所からのポケモンを{{amount_0}}匹交換する", - "quest_title_quest_trade_200km_plural": "200km以上離れた場所からのポケモンを{{amount_0}}匹交換する", - "quest_title_quest_trade_300km_plural": "300km以上離れた場所からのポケモンを{{amount_0}}匹交換する", - "quest_title_quest_trade_400km_plural": "400km以上離れた場所からのポケモンを{{amount_0}}匹交換する", - "quest_title_quest_trade_500km_plural": "500km以上離れた場所からのポケモンを{{amount_0}}匹交換する", - "quest_title_quest_trade_500km_singular": "500km以上離れた場所からのポケモンを交換する", - "quest_title_quest_trade_pikachu_plural": "ピカチュウを{{amount_0}}匹交換する", - "quest_title_quest_trade_plural": "ポケモン交換を{{amount_0}}回行う", - "quest_title_quest_trade_singular": "ポケモンを交換する", - "quest_title_quest_transfer_pidgey_plural": "ポッポを{{amount_0}}匹送る", - "quest_title_quest_transfer_pokemon_plural": "ポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_pokemon_singular": "ポケモンを博士に送る", - "quest_title_quest_transfer_rock_or_poison_plural": "いわかどくタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_rock_poison": "いわかどくタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_bug_plural": "むしタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_dark_plural": "あくタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_dragon_plural": "ドラゴンタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_electric_plural": "でんきタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_fairy_plural": "フェアリータイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_fighting_plural": "かくとうタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_fire_plural": "ほのおタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_flying_plural": "ひこうタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_ghost_plural": "ゴーストタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_grass_plural": "くさタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_ground_plural": "じめんタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_ice_plural": "こおりタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_normal_plural": "ノーマルタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_poison_plural": "どくタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_psychic_plural": "エスパータイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_rock_plural": "いわタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_steel_plural": "はがねタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_transfer_type_water_plural": "みずタイプのポケモンを{{amount_0}}匹送る", - "quest_title_quest_travel_routes_km_plural": "ルートで{{amount_0}}km歩く", - "quest_title_quest_travel_routes_meters_plural": "ルートで{{amount_0}}メートル歩く", - "quest_title_quest_tynamo_catch_b": "シビシラスを{{amount_0}}匹捕まえる", - "quest_title_quest_tynamo_evolve_b_plural": "シビシラスを{{amount_0}}匹進化させる", - "quest_title_quest_tynamo_evolve_b_singular": "シビシラスを進化させる", - "quest_title_quest_under_investigation": "ウィロー博士が調査中です。準備ができるまでお待ちください。", - "quest_title_quest_urd22_june_battle_gym": "リサーチデイ:ジムバトルを行う", - "quest_title_quest_urd22_june_battle_raid": "リサーチデイ:レイドバトルを行う", - "quest_title_quest_urd22_june_beries": "リサーチデイ:ポケモンを捕まえるときにきのみ{{amount_0}}個を使う", - "quest_title_quest_urd22_june_catch_rock": "リサーチデイ:いわタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_urd22_june_catch_weather": "リサーチデイ:天候ブーストを受けているポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_urd22_june_curveball": "リサーチデイ:カーブボールを{{amount_0}}回投げる", - "quest_title_quest_urd22_june_curveball_row": "リサーチデイ:カーブボールを{{amount_0}}回連続で投げる", - "quest_title_quest_urd22_june_evolve_rock": "リサーチデイ:いわタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_urd22_june_gift_sticker": "リサーチデイ:ステッカー付きのギフトを{{amount_0}}個贈る", - "quest_title_quest_urd22_june_great": "リサーチデイ:グレートスローを{{amount_0}}回投げる", - "quest_title_quest_urd22_june_great_row": "リサーチデイ:グレートスローを{{amount_0}}回連続で投げる", - "quest_title_quest_urd22_june_nice": "リサーチデイ:ナイススローを{{amount_0}}回投げる", - "quest_title_quest_urd22_june_nice_row": "リサーチデイ:ナイススローを{{amount_0}}回連続で投げる", - "quest_title_quest_urd22_june_powerup": "リサーチデイ:ポケモンを{{amount_0}}回強化する", - "quest_title_quest_urd22_june_snap_rock": "リサーチデイ:野生のいわタイプのポケモンのGOスナップショット写真を撮る", - "quest_title_quest_urd22_june_spin_stops": "リサーチデイ:ポケストップ{{amount_0}}個を回す", - "quest_title_quest_urd22_june_supereffective": "リサーチデイ:こうかばつぐんのスペシャルアタックを使ってバトルする", - "quest_title_quest_ursaring_evolve_b": "リングマを{{amount_0}}匹進化させる", - "quest_title_quest_use_any_potion": "キズぐすりを使う", - "quest_title_quest_use_charged_move_singular": "こうかばつぐんのスペシャルアタックを使ってバトルする", - "quest_title_quest_use_charged_tm": "わざマシンスペシャルを使う", - "quest_title_quest_use_dai_plural": "おさんぽおこう{{amount_0}}個を使う", - "quest_title_quest_use_dai_singular": "おさんぽおこうを使う", - "quest_title_quest_use_fast_tm": "わざマシンノーマルを使う", - "quest_title_quest_use_hyper_potion": "すごいキズぐすりを使う", - "quest_title_quest_use_lure": "ルアーモジュールを使う", - "quest_title_quest_use_lure_plural": "ルートでルアーモジュールを{{amount_0}}個使う", - "quest_title_quest_use_lure_singular": "ルートでルアーモジュールを使う", - "quest_title_quest_use_max_potion": "まんたんのくすりを使う", - "quest_title_quest_use_poffin": "ポフィンを使う", - "quest_title_quest_use_rare_candy_plural": "ふしぎなアメを{{amount_0}}個使う", - "quest_title_quest_use_rare_candy_singular": "ふしぎなアメを使う", - "quest_title_quest_use_standard_charged_tm": "わざマシンスペシャルを使う", - "quest_title_quest_use_standard_fast_tm": "わざマシンノーマルを使う", - "quest_title_quest_use_super_potion": "いいキズぐすりを使う", - "quest_title_quest_uxie_wild_snap": "野生のユクシーのGOスナップショット写真を撮る", - "quest_title_quest_val19_catch_specific_plural": "Valentine's Day: ラブカスを{{amount_0}}匹捕まえる", - "quest_title_quest_val19_catch_specific_singular": "Valentine's Day: ラッキーを1匹捕まえる", - "quest_title_quest_visit_different_pokestops": "違うポケストップ{{amount_0}}個を回す", - "quest_title_quest_visit_pokestop_new_plural": "訪れたことがないポケストップ{{amount_0}}個を回す", - "quest_title_quest_visit_pokestop_new_singular": "訪れたことがないポケストップ1個を回す", - "quest_title_quest_visit_pokestops_party_plural": "チーム参加中ポケストップ・ジムを{{amount_0}}個回す", - "quest_title_quest_visit_pokestops_plural": "ポケストップ・ジム{{amount_0}}個を回す", - "quest_title_quest_visit_pokestops_singular": "ポケストップ・ジム1個を回す", - "quest_title_quest_visit_unique_pokestops_plural": "違うポケストップ・ジム{{amount_0}}個を回す", - "quest_title_quest_wailmer_catch_b": "ホエルコを{{amount_0}}匹捕まえる", - "quest_title_quest_waina_catch_great_ultra_plural": "Pokémon GO Plus +でスーパーボールかハイパーボールにポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_waina_catch_plural": "Pokémon GO Plus +でモンスターボールにポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_waina_sleep_days": "Pokémon GO Plus +で睡眠を{{amount_0}}日計測する", - "quest_title_quest_waina_sleep_days_singular": "Pokémon GO Plus +で睡眠を1日計測する", - "quest_title_quest_waina_spin_pokestop_plural": "Pokémon GO Plus +でポケストップ{{amount_0}}個を回す", - "quest_title_quest_walk_25km_inaweek_plural": "1週間に25km歩くリワードを{{amount_0}}回もらう", - "quest_title_quest_walk_buddy_plural": "相棒と歩いてアメを{{amount_0}}個もらう", - "quest_title_quest_walk_buddy_singular": "相棒と歩いてアメを1個もらう", - "quest_title_quest_walk_eevee_for_evo": "イーブイを相棒にして10km歩く", - "quest_title_quest_walk_hgrowlithe_header_0": "ガーディタイムチャレンジ", - "quest_title_quest_walk_km": "{{amount_0}} km歩く", - "quest_title_quest_walk_km_plural": "{{amount_0}} km歩く", - "quest_title_quest_walk_routes_plural": "ルートで{{amount_0}}km歩く", - "quest_title_quest_walk_routes_singular": "ルートで{{amount_0}}km歩く", - "quest_title_quest_walk_steps": "{{amount_0}}歩あるく", - "quest_title_quest_wartortle_evolve_b": "カメールを{{amount_0}}匹進化させる", - "quest_title_quest_waterfestival_catch_feed_plural": "ウォーターフェスティバル:ポケモンを捕まえるときにきのみ{{amount_0}}個を使う", - "quest_title_quest_waterfestival_catch_pokemon_plural": "ウォーターフェスティバル:ポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_waterfestival_catch_special9_plural": "ウォーターフェスティバル:コイキングかホエルコを{{amount_0}}匹捕まえる", - "quest_title_quest_waterfestival_catch_type_water_plural": "ウォーターフェスティバル:みずタイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_waterfestival_evolve_plural": "ウォーターフェスティバル:シェルダーを{{amount_0}}匹進化させる", - "quest_title_quest_waterfestival_evolve_type_water_plural": "ウォーターフェスティバル:みずタイプのポケモンを{{amount_0}}匹進化させる", - "quest_title_quest_waterfestival_hatch_egg_singular": "ウォーターフェスティバル:タマゴを1個かえす", - "quest_title_quest_waterfestival_land_great_plural": "ウォーターフェスティバル:グレートスローを{{amount_0}}回投げる", - "quest_title_quest_waterfestival_land_nice_plural": "ウォーターフェスティバル:ナイススローを{{amount_0}}回投げる", - "quest_title_quest_waterfestival_win_raid_singular": "ウォーターフェスティバル:レイドバトルで1回勝つ", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer Bonus: ポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_wcs_2024_catch_psychic_electric": "でんきタイプか、エスパータイプのポケモンを{{amount_0}}匹捕まえる", - "quest_title_quest_wcs_2024_snapshot_fairy": "野生のフェアリータイプポケモン{{amount_0}}種類のGOスナップショット写真を撮る", - "quest_title_quest_wcs_2024_spin_00": "Pokémon GO Zoneのポケストップを回す", - "quest_title_quest_wcs_2024_spin_01": " Play Labのポケストップを回す", - "quest_title_quest_wcs_2024_spin_02": "Collect & Trade Cornerのポケストップを回す", - "quest_title_quest_weepinbell_evolve_b_plural": "ウツドンを{{amount_0}}匹進化させる", - "quest_title_quest_weepinbell_evolve_b_singular": "ウツドンを進化させる", - "quest_title_quest_wimpod_catch_b": "コソクムシを{{amount_0}}匹捕まえる", - "quest_title_quest_win_gym_plural": "ジムで{{amount_0}}回バトルに勝つ", - "quest_title_quest_win_gym_singular": "ジムで1回バトルに勝つ", - "quest_title_quest_win_raid_2_singular": "レベル2以上のレイドに1回勝つ", - "quest_title_quest_win_raid_3_plural": "レベル3以上のレイドに{{amount_0}}回勝つ", - "quest_title_quest_win_raid_3_singular": "レベル3以上のレイドに1回勝つ", - "quest_title_quest_win_raid_buddy_plural": "相棒ポケモンでレイドバトルに{{amount_0}}回勝つ", - "quest_title_quest_win_raid_buddy_singular": "相棒ポケモンでレイドバトルに勝つ", - "quest_title_quest_win_raid_lvl1_higher_singular": "1つ星以上のレイドに勝つ", - "quest_title_quest_win_raid_lvl1_singular": "1つ星レイドに勝つ", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "CP1500以下のポケモンのみを使いレイドで{{amount_0}}回勝つ", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "CP1,500以下のポケモンのみを使いレイドで勝つ", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "CP1,500以下のポケモンのみを使い3つ星レイドで{{amount_0}}回勝つ", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "CP1,500以下のポケモンのみを使い3つ星レイドで勝つ", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "CP2500以下のポケモンのみを使い3つ星レイドで{{amount_0}}回勝つ", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "CP2500以下のポケモンのみを使い3つ星レイドで勝つ", - "quest_title_quest_win_raid_party_plural": "チーム参加中レイドで{{amount_0}}回勝つ", - "quest_title_quest_win_raid_party_singular": "チーム参加中レイドで勝つ", - "quest_title_quest_win_raid_plural": "レイドバトルで{{amount_0}}回勝つ", - "quest_title_quest_win_raid_singular": "レイドバトルで1回勝つ", - "quest_title_quest_win_raid_unique_plural": "すべて違う種類のポケモンを使いレイドで{{amount_0}}回勝つ", - "quest_title_quest_win_raid_unique_singular": "すべて違う種類のポケモンを使いレイドで勝つ", - "quest_title_quest_win_raid_with_friend_plural": "フレンドと一緒にレイドバトルで{{amount_0}}回勝つ", - "quest_title_quest_win_raid_with_friend_singular": "フレンドと一緒にレイドバトルで勝つ", - "quest_title_quest_win_raids_unique_1500_plural": "すべて違う種類の1500CP以下のポケモンのパーティを使いレイドで{{amount_0}}回勝つ", - "quest_title_quest_win_raids_unique_plural": "すべて違う種類のポケモンのパーティを使いレイドで{{amount_0}}回勝つ", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "CP1,500以下のポケモンのみを使いGOロケット団リーダーに{{amount_0}}回勝つ", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "CP1500以下のポケモンのみを使いGOロケット団リーダーに勝つ", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "CP2,500以下のポケモンのみを使いGOロケット団リーダーに{{amount_0}}回勝つ", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "CP3,000以下のポケモンのみを使いGOロケット団リーダーに{{amount_0}}回勝つ", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "CP3,500以下のポケモンのみを使いGOロケット団リーダーに{{amount_0}}回勝つ", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "CP4,000以下のポケモンのみを使いGOロケット団リーダーに{{amount_0}}回勝つ", - "quest_title_quest_wooper_catch_b": "ウパーを{{amount_0}}匹捕まえる", - "quest_title_quest_wooper_evolve_b": "ウパーを{{amount_0}}匹進化させる", - "quest_title_quest_wooper_snapshot_b": "ウパーのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_quest_wt_catch_weedle": "ビードルを{{amount_0}}匹捕まえる", - "quest_title_quest_wt_evolve_kakuna": "コクーンを{{amount_0}}匹進化させる", - "quest_title_quest_wt_evolve_weedle": "ビードルを{{amount_0}}匹進化させる", - "quest_title_quest_xp_plural": "XPを{{amount_0}}獲得する", - "quest_title_quest_zigzagoon_catch_b": "ガラルのジグザグマを{{amount_0}}匹捕まえる", - "quest_title_quest_zigzagoon_evolve_b": "ガラルのジグザグマを{{amount_0}}匹進化させる", - "quest_title_quest_zigzagoon_snapshot_b": "ガラルのジグザグマのGOスナップショット写真を{{amount_0}}枚撮る", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "ポケモンを0匹捕まえた", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "ポケモンを{{amount_0}}匹捕まえた", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "ポケモンを1匹捕まえた", - "quest_title_score_1_10_11_12_singular": "ほのお、みず、くさ、いずれかのタイプのポケモンを{{amount_0}}匹捕まえた!", - "quest_title_score_1_10_singular": "ほのおタイプのポケモンを{{amount_0}}匹捕まえた!", - "quest_title_score_1_11_singular": "みずタイプのポケモンを{{amount_0}}匹捕まえた!", - "quest_title_score_1_12_singular": "くさタイプのポケモンを{{amount_0}}匹捕まえた!", - "quest_title_score_1_none": "ポケモンを0匹捕まえた", - "quest_title_score_1_plural": "ポケモンを{{amount_0}}匹捕まえた", - "quest_title_score_1_singular": "ポケモンを1匹捕まえた", - "quest_title_score_6_plural": "レイドバトルで{{amount_0}}回勝った!", - "quest_title_score_6_singular": "レイドバトルで1回勝った!", - "quest_title_score_8_10_none": "ナイススローを0回投げた!", - "quest_title_score_8_10_plural": "ナイススローを{{amount_0}}回投げた!", - "quest_title_score_8_10_singular": "ナイススローを1回投げた!", - "quest_title_score_8_11_none": "グレートスローを0回投げた!", - "quest_title_score_8_11_plural": "グレートスローを{{amount_0}}回投げた!", - "quest_title_score_8_11_singular": "グレートスローを1回投げた!", - "quest_title_score_8_12_none": "エクセレントスローを0回投げた!", - "quest_title_score_8_12_plural": "エクセレントスローを{{amount_0}}回投げた!", - "quest_title_score_8_12_singular": "エクセレントスローを1回投げた!", - "quest_title_score_8_13_none": "カーブボールを0回投げた!", - "quest_title_score_8_13_plural": "カーブボールを{{amount_0}}回投げた!", - "quest_title_score_8_13_singular": "カーブボールを1回投げた!", - "quest_title_score_11_701_none": "ズリのみを0個使った!", - "quest_title_score_11_701_plural": "ズリのみを{{amount_0}}個使った!", - "quest_title_score_11_701_singular": "ズリのみを1個使った!", - "quest_title_score_11_703_none": "ナナのみを0個使った!", - "quest_title_score_11_703_plural": "ナナのみを{{amount_0}}個使った!", - "quest_title_score_11_703_singular": "ナナのみを1個使った!", - "quest_title_score_11_705_none": "パイルのみを0個使った!", - "quest_title_score_11_705_plural": "パイルのみを{{amount_0}}個使った!", - "quest_title_score_11_705_singular": "パイルのみを1個使った!", - "quest_title_score_15_10_none": "カーブボールのナイススローを0回投げた!", - "quest_title_score_15_10_plural": "カーブボールのナイススローを{{amount_0}}回投げた!", - "quest_title_score_15_10_singular": "カーブボールのナイススローを1回投げた!", - "quest_title_score_15_11_none": "カーブボールのグレートスローを0回投げた!", - "quest_title_score_15_11_plural": "カーブボールのグレートスローを{{amount_0}}回投げた!", - "quest_title_score_15_11_singular": "カーブボールのグレートスローを1回投げた!", - "quest_title_score_15_12_none": "カーブボールのエクセレントスローを0回投げた!", - "quest_title_score_15_12_plural": "カーブボールのエクセレントスローを{{amount_0}}回投げた!", - "quest_title_score_15_12_singular": "カーブボールのエクセレントスローを1回投げた!", - "quest_title_score_22_none": "チームリーダーバトルを0回した!", - "quest_title_score_22_plural": "チームリーダーバトルを{{amount_0}}回した!", - "quest_title_score_22_singular": "チームリーダーバトルを1回した!", - "quest_title_score_23_none": "GOバトルリーグで0回対戦した!", - "quest_title_score_23_plural": "GOバトルリーグで{{amount_0}}回対戦した!", - "quest_title_score_23_singular": "GOバトルリーグで1回対戦した!", - "quest_title_score_battle_raid_none": "レイドバトルを0回した!", - "quest_title_score_battle_raid_plural": "レイドバトルを{{amount_0}}回した!", - "quest_title_score_battle_raid_singular": "レイドバトルを1回した!", - "quest_title_score_catch_feed_none": "きのみを0個使った!", - "quest_title_score_catch_feed_plural": "きのみを{{amount_0}}個使った!", - "quest_title_score_catch_feed_singular": "きのみを1個使った!", - "quest_title_score_catch_pokemon": "ポケモンを{{amount_0}}匹捕まえた", - "quest_title_score_defeat_rocket_none": "GOロケット団員0人を倒した!", - "quest_title_score_defeat_rocket_plural": "GOロケット団員を{{amount_0}}人倒した!", - "quest_title_score_defeat_rocket_singular": "GOロケット団員1人を倒した!", - "quest_title_score_field_research_none": "フィールドリサーチタスク0個を完了", - "quest_title_score_field_research_plural": "フィールドリサーチタスク{{amount_0}}個を完了", - "quest_title_score_field_research_singular": "フィールドリサーチタスク1個を完了", - "quest_title_score_send_gift_none": "フレンドにギフトを0個贈った!", - "quest_title_score_send_gift_plural": "フレンドにギフトを{{amount_0}}個贈った!", - "quest_title_score_send_gift_singular": "フレンドにギフトを1個贈った!", - "quest_title_score_spin_pokestop_none": "ポケストップ0個を回した", - "quest_title_score_spin_pokestop_plural": "ポケストップ{{amount_0}}個を回した", - "quest_title_score_spin_pokestop_singular": "ポケストップ1個を回した", - "quest_win_raid_plural": "レイドバトルで{{amount}}回勝つ", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Star Raid", - "raid_1_plural": "1 Star Raids", - "raid_2": "2 Star Raid", - "raid_2_plural": "2 Star Raids", - "raid_3": "3 Star Raid", - "raid_3_plural": "3 Star Raids", - "raid_4": "4 Star Raid", - "raid_4_plural": "4 Star Raids", - "raid_5": "Legendary Raid", - "raid_5_plural": "Legendary Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "午後がベスト", - "route_tag_architecture": "建築", - "route_tag_art": "アート", - "route_tag_beachy": "ビーチっぽい", - "route_tag_bike_path": "自転車道", - "route_tag_biking": "サイクリングに適す", - "route_tag_body_of_water": "水辺", - "route_tag_buildings": "建物が多い", - "route_tag_category_misc": "その他", - "route_tag_category_nearby": "付近にあるもの", - "route_tag_category_suitability": "アクセス", - "route_tag_category_terrain": "地形", - "route_tag_category_theme": "テーマ", - "route_tag_city_life": "都会生活", - "route_tag_culture": "文化", - "route_tag_easy_going": "のんびり", - "route_tag_flat": "起伏なし", - "route_tag_foliage": "紅葉が多い", - "route_tag_food": "グルメ", - "route_tag_grassy": "草深い", - "route_tag_hilly": "起伏あり", - "route_tag_historic": "歴史", - "route_tag_intense": "冒険", - "route_tag_morning": "朝がベスト", - "route_tag_muddy": "泥深い", - "route_tag_nature": "自然", - "route_tag_night": "夜がベスト", - "route_tag_no_parking": "近くに駐車できない", - "route_tag_no_people": "人が少ない", - "route_tag_open_space": "広々としている", - "route_tag_parking": "近くに駐車できる", - "route_tag_parks_nearby": "公園の近く", - "route_tag_partially_paved": "一部舗装", - "route_tag_paved": "舗装道", - "route_tag_people": "人が多い", - "route_tag_pets": "ペットに優しい", - "route_tag_plenty_pokestops": "ポケストップ豊富", - "route_tag_public_transport": "公共交通に近い", - "route_tag_raid_friendly": "ジムが多い", - "route_tag_rainy_day": "雨天に良い", - "route_tag_rocky": "岩地", - "route_tag_running": "ランニングに適す", - "route_tag_sandy": "砂地", - "route_tag_seasonal": "季節もの", - "route_tag_sightseeing": "観光", - "route_tag_stroller": "ベビーカー可", - "route_tag_sunny_day": "晴天に良い", - "route_tag_tree_cover": "木陰", - "route_tag_unpaved": "舗装されていない", - "route_tag_views": "絶景", - "route_tag_walking": "ウォーキングに適す", - "route_tag_wheelchair": "車いす可", - "route_tag_wildlife": "野生生物が多い", - "route_tag_woodsy": "森っぽい", - "route_tags_label": "タグ", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "シャドウ", - "team_1": "ミスティック", - "team_2": "ヴァーラー", - "team_3": "インスティンクト", - "team_a_0": "所属なし", - "team_a_1": "チーム ミスティック", - "team_a_2": "チーム ヴァーラー", - "team_a_3": "チーム インスティンクト", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "荒天", - "weather_1": "晴天", - "weather_2": "雨", - "weather_3": "ときどき曇り", - "weather_4": "曇り", - "weather_5": "強風", - "weather_6": "雪", - "weather_7": "霧", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} diff --git a/client/public/locales/ko/translation.json b/client/public/locales/ko/translation.json deleted file mode 100644 index 1cb36d43e..000000000 --- a/client/public/locales/ko/translation.json +++ /dev/null @@ -1,6001 +0,0 @@ -{ - "login": "로그인", - "click_once": "'인증'을 한 번만 클릭하세요", - "save": "저장", - "reset": "초기화", - "close": "닫기", - "reset_filters": "필터 초기화", - "pokemon_filters": "포켓몬 필터 설정", - "gyms_filters": "체육관 필터 설정", - "pokestops_filters": "포켓스탑 필터 설정", - "nests_filters": "둥지 필터 설정", - "help": "도움말", - "apply_to_all": "모두에게 적용", - "disable_all": "모두 비활성화", - "enable_all": "모두 활성화", - "enabled": "활성화됨", - "legacy": "레거시", - "id": "ID", - "location": "위치", - "search_pokemon": "포켓몬 검색", - "search_nests": "둥지 검색", - "search_gyms": "체육관 검색", - "search_pokestops": "포켓스탑 검색", - "search_raids": "레이드 검색", - "search_eggs": "알 검색", - "search_quests": "퀘스트 검색", - "search_lures": "미끼 검색", - "search_invasions": "침략 검색", - "sm": "소", - "md": "중", - "lg": "대", - "xl": "특대", - "min": "최소", - "max": "최대", - "set_size": "아이콘 크기 설정", - "slot_selection": "슬롯 선택", - "generations": "세대", - "types": "타입", - "forms": "형태", - "rarity": "현재 희귀도", - "others": "기타", - "categories": "카테고리", - "rank": "순위", - "slider_iv": "IV 범위", - "slider_great": "슈퍼리그", - "slider_ultra": "하이퍼리그", - "slider_little": "리틀컵", - "slider_atk_iv": "공격", - "slider_def_iv": "방어", - "slider_sta_iv": "체력", - "slider_level": "레벨", - "slider_size": "크기", - "abbreviation_level": "레벨", - "lvl": "레벨", - "cap": "캡", - "custom": "사용자 설정", - "valid": "유효함", - "invalid": "유효하지 않음!", - "overwrites": "모든 필터 덮어쓰기", - "valid_filter": "유효한 통계 필터", - "invalid_filter": "유효한 필터를 입력하세요", - "gyms": "체육관", - "nests": "둥지", - "pokestops": "포켓스탑", - "pokemon": "포켓몬", - "wayfarer": "웨이페어러", - "scan_areas": "스캔 영역", - "s2cells": "S2 셀", - "weather": "날씨", - "admin": "관리자", - "settings": "설정", - "advanced": "고급", - "tile_servers": "타일 서버", - "icons": "아이콘", - "navigation": "네비게이션", - "drawer": "드로어", - "tile_servers_default": "기본", - "drawer_temporary": "임시", - "drawer_persistent": "지속적", - "locale_selection": "언어 선택", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "가져오기", - "export": "내보내기", - "logout": "로그아웃", - "local_storage_cleared": "로컬 스토리지가 지워졌습니다!", - "iv_or_filter": "IV OR 필터", - "polygons": "폴리곤", - "raids": "레이드", - "ex_eligible": "EX 가능", - "in_battle": "전투 중", - "all_pokestops": "모든 포켓스탑", - "lures": "미끼", - "quests": "퀘스트", - "invasions": "침략", - "portals": "포탈", - "submission_cells": "제출 셀", - "spawnpoint": "출현 지점", - "spawnpoints": "출현 지점", - "s2_cell_level": "레벨 {{level}} S2 셀", - "total_count": "총 개수", - "next_submission": "다음 제출!", - "never": "결코", - "next_gym": "다음 체육관", - "scan_cells": "셀 스캔", - "devices": "장치", - "use_my_location": "내 위치 사용", - "submit_feedback_title": "피드백/버그 보고 제출", - "use_the_link_below": "아래 링크를 사용하여 피드백이나 발견한 버그를 제출할 수 있습니다.", - "feedback_to_devs": "이 피드백은 개발자에게 직접 전송됩니다.", - "feedback_form": "피드백 양식", - "unknown_pokestop": "알 수 없는 포켓스탑 이름", - "unknown_gym": "알 수 없는 체육관 이름", - "exclude": "제외", - "exclude_quest": "퀘스트 제외", - "exclude_invasion": "침략 제외", - "exclude_team": "팀 제외", - "exclude_raid": "레이드 제외", - "exclude_lure": "루어 제외", - "timer": "타이머", - "hide": "숨기기", - "tier": "등급", - "slots": "슬롯", - "mega": "메가", - "form": "형태", - "starts": "시작", - "ends": "종료", - "defender": "방어자", - "best_buddy": "최고의 친구", - "cp": "CP", - "kilogram": "kg", - "meter": "m", - "total_cp": "총 CP", - "first_seen": "처음 발견", - "last_seen": "마지막 발견", - "last_modified": "마지막 수정", - "last_updated": "마지막 업데이트", - "imported": "가져옴", - "nest_estimated": "둥지 데이터가 추정됩니다!", - "verify_nests": "현재 스폰을 확인하여 둥지 검증", - "nest_out_of_date": "둥지 데이터가 최신이 아닐 수 있습니다!", - "nest_check_current": "대신 현재 스폰 확인", - "spawns_per_hour": "시간당 스폰 수", - "teams": "팀", - "eggs": "알", - "reverse": "거꾸로", - "selected": "선택됨", - "unselected": "선택되지 않음", - "only_available": "가능", - "common": "흔함", - "uncommon": "드뭄", - "rare": "희귀함", - "ultra_rare": "극희귀", - "regional": "지역 한정", - "event": "이벤트", - "legendary": "전설의 포켓몬", - "mythical": "환상", - "ultra_beast": "울트라 비스트", - "alt_forms": "대체 형태", - "alola": "알로라", - "galarian": "갈라리안", - "showing": "표시 중", - "instance": "인스턴스", - "online": "온라인", - "offline": "오프라인", - "boosted_types": "강화된 유형", - "pokemon_options": "포켓몬 옵션", - "pokestops_options": "포켓스톱 옵션", - "gyms_options": "체육관 옵션", - "nests_options": "둥지 옵션", - "wayfarer_options": "웨이페어러 옵션", - "admin_options": "관리자 옵션", - "weather_options": "날씨 옵션", - "s2cells_options": "S2 셀 옵션", - "clustering": "클러스터링", - "glow": "반짝임", - "legacy_filter": "구버전 필터", - "raid_timers": "모든 레이드 타이머", - "invasion_timers": "모든 침략 타이머", - "lure_timers": "모든 루어 타이머", - "device_path_color": "디바이스 경로 색상", - "old_portals": "옛날 포탈", - "new_portals": "새 포탈", - "items": "아이템", - "energy": "에너지", - "ar_eligible": "AR 가능", - "iv_circles": "IV 표시", - "min_iv_circle": "최소 IV 원", - "interaction_ranges": "상호작용 범위", - "cannot_connect": "\n현재 서버에 연결할 수 없습니다.\n즉시 다시 시도하면 문제만 더 발생할 수 있습니다.\n몇 분 후에 다시 시도해 주십시오.\n\n- 맵 관리자 팀", - "mad_quest_text": "기본 퀘스트", - "xs": "XS", - "primary": "주", - "secondary": "부", - "zero_iv": "0% IV", - "hundo_iv": "100% IV", - "open_menu": "메뉴 열기", - "zoom_in": "확대", - "zoom_out": "축소", - "welcome": "환영합니다", - "back": "뒤로", - "next": "다음", - "finish": "마침", - "start_tutorial": "튜토리얼 시작", - "view_profile": "프로필 보기", - "login_optional": "로그인 (선택사항)", - "tutorial": "튜토리얼", - "tutorial_language": "언어 선택", - "tutorial_welcome": "이 튜토리얼은 상호작용이 가능하며 제공된 모든 옵션을 사용해 보는 것이 매우 권장됩니다", - "tutorial_categories": "접근 가능한 카테고리", - "tutorial_logged_in": "프로필을 보면 권한에 대한 세부 정보를 볼 수 있습니다.", - "tutorial_logged_out": "로그인하면 권한에 대한 세부 정보를 볼 수 있습니다.", - "tutorial_sidebar_0": "여기에 모든 필터 및 설정이 있습니다", - "tutorial_sidebar_1": "각 카테고리에서 원하는 데이터를 정확히 토글할 수 있습니다", - "tutorial_sidebar_2": "옵션: 추가 사용자 정의\n고급: 이 튜토리얼에서 나중에 다룰 예정입니다", - "tutorial_sliders_0": "슬라이더를 사용하여 필터 조정", - "tutorial_sliders_1": "포켓몬 범위:", - "tutorial_sliders_2": "- IVs {{iv0}}%에서 {{iv1}}%까지", - "tutorial_sliders_3": "레벨 {{level0}}에서 {{level1}}까지", - "tutorial_sliders_3alt": "- 그리고 레벨 {{level0}}에서 {{level1}}까지", - "tutorial_sliders_4": "- 그레이트 리그 순위 {{gl0}}에서 {{gl1}}까지", - "tutorial_sliders_4alt": "- 또는 그레이트 리그 순위 {{gl0}}에서 {{gl1}}까지", - "tutorial_sliders_5": "- 울트라 리그 순위 {{ul0}}에서 {{ul1}}까지", - "tutorial_sliders_5alt": "- 또는 울트라 리그 순위 {{ul0}}에서 {{ul1}}까지", - "tutorial_sliders_6": "동일한 색상의 다른 슬라이더와 연계", - "tutorial_sliders_7": "다른 슬라이더와 별도로 필터", - "tutorial_sliders_8": "‘전체’ 슬라이더는 비활성화된 상태를 의미합니다:", - "tutorial_sliders_9": "IV 체크 여부와 관계없이 모든 스폰", - "tutorial_help": "이 메뉴로 바로가기", - "tutorial_adv_filter": "모바일 전용, 고급 메뉴의 필터링 옵션 열기", - "tutorial_tune": "메뉴에서 현재 필터링 중인 모든 포켓몬에 대한 고급 필터 설정", - "tutorial_format_size": "메뉴에서 현재 필터링 중인 모든 항목의 아이콘 크기 설정", - "tutorial_check": "메뉴에서 현재 필터링 중인 모든 항목 활성화", - "tutorial_clear": "메뉴에서 현재 필터링 중인 모든 항목 비활성화", - "tutorial_save": "현재 선택 저장하고 종료", - "tutorial_show_all_view": "포케스탑 & 체육관 토글", - "tutorial_show_pokemon_view": "포켓몬 토글", - "tutorial_toggle": "체크/X를 클릭하여 항목 토글", - "tutorial_pokemon_caption": "이 아이콘을 사용하면 해당 포켓몬에 대한 필터를 설정할 수 있습니다", - "tutorial_all_caption": "팀은 특별한 슬롯 메뉴를 가집니다\n다른 모든 항목은 아이콘 크기를 조정할 수 있게 합니다", - "tutorial_popup_0": "팝업이 이제 상호작용 가능합니다!", - "tutorial_popup_1": "세 개의 점은 숨기기, 제외하기 및 타이머 토글 옵션을 엽니다", - "tutorial_popup_2": "탐색 링크 양쪽의 아이콘은 추가 정보를 보여주기 위해 확장됩니다, 한번 시도해보세요!", - "tutorial_popup_3": "각 카테고리마다 아이콘이 다릅니다, 모두 확인해보세요", - "tutorial_closing_0": "추가 정보", - "tutorial_closing_1": "사이드바의 전역 포켓몬 슬라이더는 고급 메뉴와 별도로 작동하며 서로 영향을 주지 않습니다", - "tutorial_closing_2": "사이드바의 설정 섹션을 확인해 보세요", - "tutorial_closing_3": "각 카테고리마다 많은 미적 옵션이 있지만, 지도에 추가하는 항목이 많을수록 지도가 멈출 가능성이 높아집니다", - "tutorial_closing_4": "사이드바의 설정 패널에서 이 튜토리얼을 다시 볼 수 있습니다", - "tutorial_closing_5": "안전하게 대처하시고 행운을 빕니다!", - "intro": "소개", - "sidebar": "사이드바", - "sliders": "슬라이더", - "popups": "팝업", - "closing": "마무리", - "shortcuts": "바로가기", - "iv": "IV", - "area_restrictions": "지역 제한", - "map": "지도", - "stats": "통계", - "pvp": "PVP", - "area_restrictions_subtitle": "이 지역에 대한 접근이 허용됩니다", - "devices_subtitle": "활성 장치 위치 및 경로 표시", - "gyms_subtitle": "활성 체육관 위치, 활성 팀 및 각 체육관의 사용 가능한 슬롯 수 표시", - "invasions_subtitle": "팀 로켓 침략 정보 표시, 전투 라인업, 만료 시간 및 가능한 보상 포함", - "iv_subtitle": "IV% 및 빛나는 옵션 표시", - "lures_subtitle": "미끼 정보 표시, 미끼 유형과 만료 시간 포함", - "map_subtitle": "지도 표시", - "nests_subtitle": "활성 포켓몬 둥지 및 둥지 폴리곤 표시", - "pokemon_subtitle": "모든 포켓몬 위치와 만료 시간 표시", - "pokestops_subtitle": "모든 포케스탑 위치 표시", - "portals_subtitle": "모든 Ingress 포털 표시", - "pvp_subtitle": "각 포켓몬의 PVP 순위/CP/레벨 정보를 표시합니다", - "quests_subtitle": "퀘스트 보상 및 작업 정보를 표시합니다", - "raids_subtitle": "레이드 보스, 알, 만료 시간 및 이동 세트를 포함한 모든 레이드 정보를 표시합니다", - "scan_cells_subtitle": "S2 셀이 기기에 의해 마지막으로 스캔된 시간을 표시합니다", - "scan_areas_subtitle": "사용 가능한 스캔 영역 폴리곤을 표시합니다", - "spawnpoints_subtitle": "스폰 포인트와 예상 소멸 시간을 표시합니다", - "stats_subtitle": "포켓몬의 스탯과 레벨을 표시합니다", - "submission_cells_subtitle": "새로운 POI를 제출하기 위한 유용한 정보를 표시합니다", - "weather_subtitle": "각 셀의 게임 내 날씨 정보를 표시합니다", - "scanner_subtitle": "다양한 방식으로 스캐너와 직접 상호 작용합니다", - "s2cells_subtitle": "지도에 다양한 레벨의 S2 셀을 표시합니다", - "backups_subtitle": "기기 간 설정을 백업하고 로드하는 것을 가능하게 합니다", - "backups": "백업", - "user_profile": "사용자 프로필", - "user_username": "사용자 이름", - "candy": "사탕", - "show_ex_badge": "EX 배지 표시", - "search": "검색", - "global_search_quests": "보상 이름을 입력하세요...", - "global_search_lures": "루어 이름을 입력하세요...", - "global_search_pokestops": "포켓스탑 이름을 입력하세요...", - "global_search_gyms": "체육관 이름을 입력하세요...", - "global_search_portals": "포털 이름을 입력하세요...", - "global_search_nests": "포켓몬 둥지 이름을 입력하세요...", - "global_search_raids": "레이드 보스 이름을 입력하세요...", - "global_search_pokemon": "포켓몬 이름을 입력하세요...", - "global_search_invasions": "그런트 유형, 이름 또는 포켓몬 보상 이름을 입력하세요...", - "raid_level_badges": "레이드 레벨 배지", - "options": "옵션", - "profile": "프로필", - "pokemon_icons": "포켓몬 아이콘", - "pokestop_icons": "포켓스탑 아이콘", - "gym_icons": "체육관 아이콘", - "team_icons": "팀 아이콘", - "egg_icons": "알 아이콘", - "raid_icons": "레이드 아이콘", - "nest_icons": "둥지 아이콘", - "reward_icons": "보상 아이콘", - "type_icons": "타입 아이콘", - "weather_icons": "날씨 아이콘", - "misc_icons": "기타 아이콘", - "invasion_icons": "침공 아이콘", - "spawnpoint_icons": "스폰 포인트 아이콘", - "device_icons": "기기 아이콘", - "pokemon_audio": "포켓몬 오디오", - "pokestop_audio": "포켓스탑 오디오", - "gym_audio": "체육관 오디오", - "team_audio": "팀 오디오", - "egg_audio": "알 오디오", - "raid_audio": "레이드 오디오", - "nest_audio": "둥지 오디오", - "reward_audio": "보상 오디오", - "type_audio": "타입 오디오", - "weather_audio": "날씨 오디오", - "misc_audio": "기타 오디오", - "invasion_audio": "침공 오디오", - "spawnpoint_audio": "스폰 포인트 오디오", - "device_audio": "기기 오디오", - "pokemon_timers": "모든 포켓몬 타이머", - "show_dex_num_in_popup": "팝업에 도감 번호 표시", - "popup": "팝업", - "pvp_level": "{{level}} 레벨 PVP 스탯", - "pvp_mega": "메가 PVP 스탯", - "webhook_entry": "{{name}}에 추가", - "remove_webhook_entry": "{{name}}에서 제거", - "distance": "거리", - "gym": "체육관", - "egg": "알", - "raid": "레이드", - "lure": "루어", - "quest": "퀘스트", - "invasion": "침공", - "nest": "둥지", - "pokestop": "포켓스탑", - "team": "팀", - "global": "글로벌", - "manage_webhook": "{{name}} 관리", - "drag_and_drop": "마커를 드래그하여 위치 설정", - "click_to_select": "선택하려면 클릭", - "add_new": "새로운 {{category}} 알림 추가", - "my_location": "내 위치", - "choose_on_map": "지도에서 선택", - "select_profile": "프로필 선택", - "distance_radius": "미리보기 반경 거리", - "areas": "지역", - "select_webhook": "봇 선택", - "ar_quest_true": "AR 작업", - "ar_quest_false": "AR 없음", - "with_ar": "AR 포함", - "both": "둘 다", - "without_ar": "AR 없음", - "exclude_quest_multi": "{{reward}} 제외", - "cluster_limit_0": "{{variable_0}} 제한 ({{variable_1}}) 도달", - "cluster_limit_1": "확대하거나 필터를 좁혀주세요", - "show_polygons": "폴리곤 표시", - "exclude_invasion_multi": "{{invasion}} 제외", - "stardust": "별의모래", - "slider_cp": "CP", - "pvp_ranking_league": "리그", - "pvp_ranking_min_cp": "최소 CP", - "slider_pvp": "순위", - "profile_no": "프로필", - "template": "템플릿", - "gender": "성별", - "clean": "정리", - "all_forms": "모든 형태", - "pvp_entry": "PVP 등록", - "no_iv": "IV 없음 포함", - "by_distance": "거리별", - "min_time": "최소 시간", - "add_new_profile": "새 프로필 추가", - "slider_none": "없음", - "non_registered_human_title": "이런, 문제가 생겼어요!", - "non_registered_human_desc": "{{webhook}}에 등록되지 않았을 수 있습니다\n또는 서버에 접근할 수 없습니다", - "try_again_later": "나중에 다시 시도해주세요", - "selected_areas_one": "{{count}} 지역 선택됨", - "selected_areas_other": "{{count}} 지역 선택됨", - "webhook_selection": "{{name}} 선택", - "message_of_the_day": "오늘의 메시지", - "has_quest_indicator": "퀘스트가 있는 포켓스탑에 대한 대체 색상", - "show_ar_badge": "AR 배지 표시", - "all_gyms": "모든 체육관", - "general": "일반", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "선택된 것에 전역 적용", - "normal_forms": "일반 형태", - "weather_indicator": "날씨 부스트 지시기", - "page": "페이지 {{page}}", - "navigation_controls": "내비게이션 컨트롤", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "독점", - "all_moves": "모든 기술", - "move": "기술", - "any": "아무것도", - "min_spawn_average": "최소 출현률", - "select_all": "모두 선택", - "delete_all": "선택한 것 삭제", - "cancel": "취소", - "day_1": "월요일", - "day_2": "화요일", - "day_3": "수요일", - "day_4": "목요일", - "day_5": "금요일", - "day_6": "토요일", - "day_7": "일요일", - "profile_name": "프로필 이름", - "manage_profiles": "프로필 관리", - "min_spawn_avg": "평균 최소 출현률", - "poke_global": "모든 것", - "amount": "수량", - "specific_gym": "특정 체육관", - "search_location": "위치 검색", - "search_specific": "특정 {{category}} 검색", - "webhook_success_gym": "레이드, 알, 팀 변경 알림이 추가되었습니다!", - "slot_changes": "슬롯 변경", - "slot_changes_poracle": "슬롯 변경", - "confirm_delete": "이 프로필의 모든 추적을 삭제합니다, 확실합니까?", - "confirm_copy": "\"{{profile}}\" 프로필을 어느 프로필에 복사할지 선택하세요, 이 작업은 해당 프로필을 전체적으로 덮어씁니다.", - "webhook_error": "{{name}}이(가) 처리할 수 없습니다.\n나중에 다시 시도해주세요.", - "profile_error": "고유하고 유효해야 합니다", - "team_0": "소속없음", - "battle_changes": "배틀 변화", - "battle_changes_poracle": "배틀 변화", - "auto": "자동", - "webhooks_subtitle": "이 봇들을 위한 알림을 지도에서 직접 관리하세요", - "event_stops_subtitle": "Kecleon과 같은 특별 이벤트 포켓스탑 표시", - "webhooks": "알림", - "scanner": "스캐너 작업", - "everything_individually": "개별 알림 추가", - "individually": "개별적으로", - "join": "참여하기", - "errors_404": "이런, 페이지를 찾을 수 없습니다!", - "errors_500": "서버 오류가 발생했습니다, 다시 시도해주세요!", - "local_username": "사용자 이름", - "local_password": "비밀번호", - "local_error": "오류가 발생했습니다, 다시 시도해주세요!", - "no_filter_results": "결과 없음\n필터를 넓혀보세요", - "donor_page": "기부 페이지", - "go_back": "돌아가기", - "access": "접근", - "link_discord": "디스코드 연결", - "select_webhook_strategy": "알림 관리자", - "webhook_strategy_success_0": "성공! 알림 설정을 가져오기 위해 새로고침 중...", - "register": "등록", - "invalid_credentials": "잘못된 자격 증명", - "localauth_failed": "인증 실패", - "error_creating_user": "현재 새 사용자를 등록할 수 없습니다", - "discord_linked": "디스코드 연결됨", - "telegram_linked": "텔레그램 연결됨", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "레벨", - "km": "킬로미터", - "feedback": "피드백", - "donor_menu": "기부자 메뉴", - "pokemon_cell": "포켓몬 위치는 달라질 수 있습니다", - "timer_verified": "이 타이머는 검증됨", - "timer_unverified": "이 타이머는 미검증", - "all": "모두", - "badge_0": "없음", - "badge_1": "기본", - "badge_2": "브론즈", - "badge_3": "실버", - "badge_4": "골드", - "gym_badge_menu": "체육관 배지 편집", - "gym_badges": "체육관 배지", - "gym_badge_diamonds": "체육관 배지 보기", - "gym_badges_subtitle": "지도 및 프로필 페이지에 체육관 배지를 표시합니다.", - "confirm_filters_reset": "필터 재설정", - "filters_reset_text": "기본값으로 설정을 재설정하시겠습니까? 이 작업은 취소할 수 없습니다!", - "filters_reset_title": "필터 재설정", - "raid_quick_select": "빠른 선택", - "disabled": "비활성화됨", - "loading": "{{category}} 로드 중", - "loading_icons": "아이콘 가져오기", - "loading_invasions": "침공 가져오기", - "scan_next": "다음 위치 스캔", - "scan_next_choose": "마커를 끌어다 놓아 스캔 위치 설정", - "scan_zone": "영역 스캔", - "scan_zone_choose": "마커를 끌어다 놓아 스캔 위치와 크기 설정", - "scan_zone_size": "크기", - "scan_zone_range": "범위", - "scan_zone_spacing": "간격", - "scan_zone_radius": "반경", - "scan_requests": "스캔 요청", - "scan_queue": "현재 대기열", - "click_to_scan": "여기를 스캔하십시오", - "scan_confirmed_title": "스캔 요청 확인됨", - "scan_confirmed": "작업자가 위치로 보내졌으며, 결과가 곧 지도에 나타납니다!", - "scan_loading_title": "스캔 요청 전송 중", - "scan_loading": "스캔 요청이 처리되어 시스템으로 전송 중입니다!", - "scan_error_title": "오류", - "scan_error": "스캔 요청 처리 중 오류가 발생했습니다...", - "scan_outside_area": "이 위치는 승인된 영역의 경계를 벗어났습니다", - "pvp_ranking_cap": "레벨", - "lc_title": "위치 따라가기", - "lc_metersUnit": "미터", - "lc_feetUnit": "피트", - "lc_popup": "이 지점에서 {distance} {unit} 이내에 있습니다", - "lc_outsideMapBoundsMsg": "지도 경계를 벗어난 것 같습니다", - "no_alerts": "알림 없음", - "loading_settings": "설정 로드 중", - "refresh_to_continue": "계속하려면 새로고침하세요", - "session_expired_title": "세션 만료됨", - "session_expired_body": "세션이 만료되었습니다", - "old_client_title": "구버전", - "old_client_body": "이 지도의 새 버전이 사용 가능합니다", - "early_old_client_title": "구버전", - "early_old_client_body": "이 앱의 오래된 버전이 브라우저에 캐시될 수 있습니다, 이 앱을 사용하려면 캐시를 지워야 합니다.", - "refresh": "새로고침", - "points": "포인트", - "day": "일", - "days": "일", - "react_error": "문제가 발생했습니다", - "clickable_icon": "클릭 가능한 아이콘", - "two_stops_till_next": "다음까지 2 정류장", - "one_stop_till_next": "다음까지 1 정류장", - "no_more_gyms": "더 이상 체육관 없음", - "light_map_border": "밝은 지도 경계", - "dark_map_border": "어두운 지도 경계", - "cell_blocked": "블록된 셀", - "poi_color": "관심 지점 색상", - "quest_condition": "퀘스트 조건", - "always_show_labels": "항상 레이블 표시", - "scan_areas_options": "스캔 영역 옵션", - "historic_rarity": "역사적 희귀도", - "poi": "관심 지점", - "300m_range": "300m 범위", - "lure_range": "루어 범위", - "custom_range": "사용자 지정 범위", - "tap_to_toggle": "터치하여 전환", - "power_up": "파워 업", - "never_alt": "절대 없음", - "seen_nearby_stop": "근처에 포켓스탑에서 발견", - "seen_nearby_cell": "이 셀에서 발견", - "seen_lure_encounter": "루어 만남", - "seen_lure_wild": "루어에서 발생", - "seen_wild": "야생 발생", - "event_stops": "이벤트 포켓스탑", - "event_stop_timers": "이벤트 포켓스탑 타이머", - "size_0": "모든", - "size_1": "XXS", - "size_2": "XS", - "size_3": "M", - "size_4": "XL", - "size_5": "XXL", - "show_size_indicator": "크기 지시기 보기", - "size": "크기", - "gold_stop": "골드 포켓스탑", - "profile_backups": "프로필 전환", - "new_backup": "새 백업", - "create": "생성", - "load": "불러오기", - "update": "업데이트", - "delete": "삭제", - "name": "이름", - "only_confirmed": "확인된 것만", - "only_exclude_grunts": "그런트 제외", - "only_exclude_leaders": "리더 제외", - "rocket_pokemon": "로켓 포켓몬", - "decoy": "위장", - "s2_cell_limit_0": "20,000개 이상의 셀을 생성하려고 했습니다 ({{variable_0}})", - "s2_cell_zoom_limit": "일부 셀은 이 줌 레벨에서 너무 작아 표시할 수 없습니다", - "show_all_pvp_ranks": "모든 PVP 등급 보기", - "enable_pokemon_popup_coords": "포켓몬 좌표 보기", - "enable_gym_popup_coords": "체육관 좌표 보기", - "enable_pokestop_popup_coords": "포켓스탑 좌표 보기", - "enable_portal_popup_coords": "포털 좌표 보기", - "on_block_join_discord": "더 많은 정보를 위해 우리의 디스코드에 참여해 주세요.", - "on_block_msg": "당신은 멤버로 차단되었습니다", - "denied": "거절됨", - "showcase": "전시", - "unknown_event": "알 수 없는 이벤트", - "scanner_countdown": "{{time}}초 후 사용 가능", - "success": "성공", - "contribute": "기여하기", - "mi": "마일", - "filter_by_areas": "지역별로 필터", - "submit_nest_name": "둥지 이름 제출", - "nest_submission_menu": "이름 업데이트", - "nest_submissions": "둥지 제출", - "nest_submissions_subtitle": "둥지에 새 이름을 제출할 수 있습니다", - "pokemon_opacity": "동적 포켓몬 불투명도", - "invasion_opacity": "동적 침략 불투명도", - "raid_opacity": "동적 습격 불투명도", - "opacity_ten_minutes": "10분 후 불투명도", - "opacity_five_minutes": "5분 후 불투명도", - "opacity_one_minute": "1분 후 불투명도", - "level_circles": "레벨 지시기", - "min_level_circle": "최소 원 레벨", - "mutation_auth_error": "로그인하지 않아 요청이 실패했습니다", - "submitted_by": "제출자", - "reversible": "되돌릴 수 있음", - "version": "버전", - "route_tags": "경로 태그", - "routes": "경로", - "route_type": "경로 유형", - "routes_subtitle": "지도에서 게임 내 경로와 관련 정보를 봅니다", - "description": "설명", - "additional_info": "추가 정보", - "duration": "지속 시간", - "elevation": "고도", - "contest_category_1": "가장 작은 크기", - "context_category_2": "가장 큰 크기", - "total_entries": "총 항목", - "showcase_rankings": "전시 순위 보기", - "showcase_rankings_subtitle": "포켓스탑에서 전시의 상위 순위 목록을 표시합니다", - "tth": "TTH", - "tth_0": "모든", - "tth_1": "알려진", - "tth_2": "알 수 없는", - "no_access": "접근 불가", - "cooldown": "쿨 다운", - "scan_some_outside_area": "일부 위치가 허가된 경계 밖에 있습니다", - "alerts": "알림", - "alert_manager": "알림 관리자", - "menu": "메뉴", - "theme": "테마", - "exit": "나가기", - "component": "구성 요소", - "component_login_page": "로그인 페이지", - "component_donation_page": "기부 페이지", - "component_message_of_the_day": "오늘의 메시지", - "download": "다운로드", - "playground": "놀이터", - "locale": "로케일", - "saved": "저장됨", - "show_editor": "편집기 보기", - "hide_editor": "편집기 숨기기", - "reported_error": "다음 식별자로 서버에 오류가 보고되었습니다", - "dark_mode": "다크 모드", - "load_from_autosave": "자동저장에서 불러오기", - "done": "완료", - "fast": "속공", - "charged": "충전기", - "offline_mode": "오프라인 모드", - "include_sponsored": "스폰서 포함", - "showcase_color": "쇼케이스 색상", - "partner_color": "파트너 색상", - "disable": "{{- name}} 비활성화", - "profiling": "프로파일링", - "showcase_block": "쇼케이스로 인해 차단됨", - "signed_in_as": "다음 계정으로 로그인됨", - "missing_map_perm": "지도를 보는 권한이 없습니다.", - "access_denied": "접근 거부됨", - "audio": "오디오", - "desktop_notifications": "데스크탑 알림", - "notifications_options": "알림 옵션", - "audio_always_on": "오디오 항상 재생", - "volume_level": "음량 레벨", - "notifications_status": "알림 상태", - "granted": "허용됨", - "set_all": "전체 설정", - "set_filtered": "필터 설정", - "only_show_available": "이용 가능한 것만 보기", - "easy_mode": "쉬운 모드", - "quick_select": "전역 빠른 선택", - "pokemon_filter_mode": "포켓몬 필터 모드", - "basic": "기본", - "intermediate": "중급", - "expert": "고급", - "basic_description": "포켓몬을 쉽게 선택하고 전역 필터 적용", - "intermediate_description": "전역 및 개별 포켓몬별로 개별 필터 설정 (전통적)", - "expert_description": "최대한 사용자 정의를 위한 수동 입력 쿼리", - "icon_size": "아이콘 크기", - "developer": "개발자", - "raid_override": "레이드 오버라이드", - "search_rocket_pokemon": "로켓포켓몬 검색", - "main": "메인", - "extra": "추가", - "select": "선택", - "searching": "검색 중...", - "no_options": "옵션 없음...", - "and": "AND", - "or": "OR", - "only_global": "전역만", - "global_caption": "다른 모든 필터 무시", - "global_and_individual": "전역 & 개별 필터", - "gender_filters_all": "성별 모두에 적용", - "and_caption": "함께 연결됨", - "or_caption": "독립적으로 필터링", - "filter_help": "필터 도움말", - "kilometers": "킬로미터", - "miles": "마일", - "distance_unit": "거리 단위", - "data_management": "데이터 관리", - "reset_or_manage_text": "필터를 강제로 재설정하거나 데이터 관리 페이지를 방문해 개별 카테고리를 재설정할 수 있습니다.", - "reset_audio": "오디오 재설정", - "reset_all": "모두 재설정", - "reset_icons": "아이콘 재설정", - "reset_position": "위치 재설정", - "reset_ui": "UI 재설정", - "reset_options": "옵션 재설정", - "reset_menus": "메뉴 재설정", - "reset_settings": "설정 재설정", - "reset_general_title": "일반", - "reset_filters_title": "필터", - "reset_assets": "자산 재설정", - "reset_pokemon": "포켓몬 재설정", - "reset_pokestops": "포켓스탑 재설정", - "reset_gyms": "체육관 재설정", - "reset_nests": "둥지 재설정", - "reset_portals": "포털 재설정", - "reset_routes": "경로 재설정", - "reset_scan_areas": "스캔 영역 재설정", - "reset_scan_cells": "스캔 셀 재설정", - "reset_devices": "장치 재설정", - "reset_weather": "날씨 재설정", - "reset_s2cells": "S2 셀 재설정", - "reset_spawnpoints": "출현 지점 재설정", - "reset_submission_cells": "제출 셀 재설정", - "hisuian": "히스이안", - "spacial_rend_range": "시공의 렌즈 범위", - "key": "키", - "ai": "AI", - "human": "인간", - "locales": "로케일", - "instructions": "지침", - "locale_instructions_1": "드롭다운에서 언어를 선택하세요", - "locale_instructions_2": "\"인간\" 열에 원하는 번역을 입력하세요", - "locale_instructions_3": "JSON 파일을 다운로드하려면 \"$t(download)\" 버튼을 클릭하세요", - "locale_instructions_4": "아래의 GitHub 레포 링크를 포크하세요", - "locale_instructions_5": "번역하는 언어로 새 브랜치를 만들고 이름을 지정하세요", - "locale_instructions_6": "\"packages/locales/lib/human/{{lng}}.json\"의 내용을 다운로드한 파일로 교체하세요", - "locale_instructions_7": "풀 리퀘스트를 생성하세요", - "locale_instructions_8": "풀 리퀘스트가 리뷰되어 병합될 때까지 기다리세요", - "enter_translation": "번역 입력", - "individual_filters": "부분 필터링", - "data_limit_reached": "최근에 너무 많은 데이터를 요청했으며 {{until}}까지 쿨다운 상태입니다", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "하트를 {{amount}}개 획득", - "challenge_buddy_treat_plural": "간식을 {{amount}}개 주기", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Star Egg", - "egg_1_plural": "1 Star Eggs", - "egg_2": "2 Star Egg", - "egg_2_plural": "2 Star Eggs", - "egg_3": "3 Star Egg", - "egg_3_plural": "3 Star Eggs", - "egg_4": "4 Star Egg", - "egg_4_plural": "4 Star Eggs", - "egg_5": "Legendary Egg", - "egg_5_plural": "Legendary Eggs", - "egg_6": "Mega Egg", - "egg_6_plural": "Mega Eggs", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "보통", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "보통", - "form_34": "어택폼", - "form_35": "디펜스폼", - "form_36": "스피드폼", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "보통", - "form_46": "알로라", - "form_47": "보통", - "form_48": "알로라", - "form_49": "보통", - "form_50": "알로라", - "form_51": "보통", - "form_52": "알로라", - "form_53": "보통", - "form_54": "알로라", - "form_55": "보통", - "form_56": "알로라", - "form_57": "보통", - "form_58": "알로라", - "form_59": "보통", - "form_60": "알로라", - "form_61": "보통", - "form_62": "알로라", - "form_63": "보통", - "form_64": "알로라", - "form_65": "보통", - "form_66": "알로라", - "form_67": "보통", - "form_68": "알로라", - "form_69": "보통", - "form_70": "알로라", - "form_71": "보통", - "form_72": "알로라", - "form_73": "보통", - "form_74": "알로라", - "form_75": "보통", - "form_76": "알로라", - "form_77": "보통", - "form_78": "알로라", - "form_79": "보통", - "form_80": "알로라", - "form_81": "보통", - "form_82": "프로스트로토무", - "form_83": "스핀로토무", - "form_84": "커트로토무", - "form_85": "워시로토무", - "form_86": "히트로토무", - "form_87": "초목도롱", - "form_88": "모래땅도롱", - "form_89": "슈레도롱", - "form_90": "어나더폼", - "form_91": "오리진폼", - "form_92": "스카이폼", - "form_93": "랜드폼", - "form_94": "네거폼", - "form_95": "Sunny", - "form_96": "서쪽바다", - "form_97": "동쪽바다", - "form_98": "서쪽바다", - "form_99": "동쪽바다", - "form_100": "보통", - "form_101": "격투", - "form_102": "비행", - "form_103": "독", - "form_104": "땅", - "form_105": "바위", - "form_106": "벌레", - "form_107": "고스트", - "form_108": "강철", - "form_109": "불꽃", - "form_110": "물", - "form_111": "풀", - "form_112": "전기", - "form_113": "에스퍼", - "form_114": "얼음", - "form_115": "드래곤", - "form_116": "악", - "form_117": "페어리", - "form_118": "초목도롱", - "form_119": "모래땅도롱", - "form_120": "슈레도롱", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "보통", - "form_136": "적색근의 모습", - "form_137": "청색근의 모습", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "화신폼", - "form_141": "영물폼", - "form_142": "화신폼", - "form_143": "영물폼", - "form_144": "화신폼", - "form_145": "영물폼", - "form_146": "보통", - "form_147": "블랙큐레무", - "form_148": "화이트큐레무", - "form_149": "평상시 모습", - "form_150": "Resolute Form", - "form_151": "보이스폼", - "form_152": "스텝폼", - "form_157": "보통", - "form_160": "보통", - "form_163": "보통", - "form_166": "보통", - "form_169": "보통", - "form_172": "보통", - "form_175": "보통", - "form_178": "보통", - "form_181": "보통", - "form_184": "보통", - "form_187": "보통", - "form_190": "보통", - "form_193": "보통", - "form_196": "보통", - "form_199": "보통", - "form_202": "보통", - "form_205": "보통", - "form_208": "보통", - "form_211": "보통", - "form_214": "보통", - "form_217": "보통", - "form_224": "보통", - "form_229": "보통", - "form_232": "보통", - "form_235": "보통", - "form_238": "보통", - "form_241": "보통", - "form_244": "보통", - "form_247": "보통", - "form_250": "보통", - "form_253": "보통", - "form_256": "보통", - "form_259": "보통", - "form_262": "보통", - "form_265": "보통", - "form_268": "보통", - "form_271": "보통", - "form_274": "보통", - "form_277": "보통", - "form_280": "보통", - "form_283": "보통", - "form_286": "보통", - "form_289": "보통", - "form_292": "보통", - "form_295": "보통", - "form_298": "보통", - "form_301": "보통", - "form_304": "보통", - "form_307": "보통", - "form_310": "보통", - "form_313": "보통", - "form_316": "보통", - "form_319": "보통", - "form_322": "보통", - "form_585": "봄의 모습", - "form_586": "여름의 모습", - "form_587": "가을의 모습", - "form_588": "겨울의 모습", - "form_589": "봄의 모습", - "form_590": "여름의 모습", - "form_591": "가을의 모습", - "form_592": "겨울의 모습", - "form_593": "보통", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "보통", - "form_599": "Noevolve", - "form_600": "보통", - "form_601": "Noevolve", - "form_602": "보통", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "보통", - "form_613": "보통", - "form_616": "보통", - "form_619": "보통", - "form_622": "보통", - "form_625": "보통", - "form_628": "보통", - "form_631": "보통", - "form_634": "보통", - "form_637": "보통", - "form_640": "보통", - "form_643": "보통", - "form_646": "보통", - "form_649": "보통", - "form_652": "보통", - "form_655": "보통", - "form_658": "보통", - "form_661": "보통", - "form_664": "보통", - "form_667": "보통", - "form_670": "보통", - "form_677": "보통", - "form_680": "보통", - "form_683": "보통", - "form_688": "보통", - "form_691": "보통", - "form_694": "보통", - "form_697": "보통", - "form_700": "보통", - "form_703": "보통", - "form_706": "보통", - "form_713": "보통", - "form_716": "보통", - "form_719": "보통", - "form_722": "보통", - "form_729": "보통", - "form_734": "보통", - "form_737": "보통", - "form_740": "보통", - "form_743": "보통", - "form_746": "보통", - "form_749": "보통", - "form_752": "보통", - "form_755": "보통", - "form_758": "보통", - "form_761": "보통", - "form_764": "보통", - "form_767": "보통", - "form_770": "보통", - "form_773": "보통", - "form_776": "보통", - "form_779": "보통", - "form_782": "보통", - "form_785": "보통", - "form_788": "보통", - "form_791": "보통", - "form_794": "보통", - "form_797": "보통", - "form_800": "보통", - "form_803": "보통", - "form_806": "보통", - "form_809": "보통", - "form_812": "보통", - "form_815": "보통", - "form_818": "보통", - "form_821": "보통", - "form_824": "보통", - "form_827": "보통", - "form_830": "보통", - "form_833": "보통", - "form_836": "보통", - "form_839": "보통", - "form_846": "보통", - "form_849": "보통", - "form_852": "보통", - "form_855": "보통", - "form_858": "보통", - "form_861": "보통", - "form_864": "보통", - "form_867": "보통", - "form_870": "보통", - "form_873": "보통", - "form_876": "보통", - "form_879": "보통", - "form_888": "보통", - "form_891": "보통", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "보통", - "form_901": "Vs 2019", - "form_902": "보통", - "form_905": "보통", - "form_908": "보통", - "form_911": "보통", - "form_914": "보통", - "form_917": "보통", - "form_920": "보통", - "form_923": "보통", - "form_926": "보통", - "form_929": "보통", - "form_932": "보통", - "form_935": "보통", - "form_938": "보통", - "form_941": "보통", - "form_944": "Galarian", - "form_945": "보통", - "form_946": "Galarian", - "form_947": "보통", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "보통", - "form_956": "보통", - "form_959": "보통", - "form_962": "보통", - "form_965": "보통", - "form_968": "보통", - "form_971": "보통", - "form_974": "보통", - "form_981": "보통", - "form_984": "보통", - "form_987": "보통", - "form_990": "보통", - "form_993": "보통", - "form_996": "보통", - "form_999": "보통", - "form_1002": "보통", - "form_1005": "보통", - "form_1008": "보통", - "form_1011": "보통", - "form_1014": "보통", - "form_1017": "보통", - "form_1020": "보통", - "form_1023": "보통", - "form_1026": "보통", - "form_1029": "보통", - "form_1032": "보통", - "form_1035": "보통", - "form_1038": "보통", - "form_1041": "보통", - "form_1044": "보통", - "form_1047": "보통", - "form_1050": "보통", - "form_1053": "보통", - "form_1056": "보통", - "form_1059": "보통", - "form_1062": "보통", - "form_1065": "보통", - "form_1068": "보통", - "form_1071": "보통", - "form_1074": "보통", - "form_1077": "보통", - "form_1080": "보통", - "form_1083": "보통", - "form_1086": "보통", - "form_1089": "보통", - "form_1092": "보통", - "form_1095": "보통", - "form_1098": "보통", - "form_1101": "보통", - "form_1104": "보통", - "form_1107": "보통", - "form_1110": "보통", - "form_1115": "보통", - "form_1118": "보통", - "form_1121": "보통", - "form_1124": "보통", - "form_1127": "보통", - "form_1130": "보통", - "form_1133": "보통", - "form_1136": "보통", - "form_1139": "보통", - "form_1142": "보통", - "form_1145": "보통", - "form_1148": "보통", - "form_1151": "보통", - "form_1154": "보통", - "form_1157": "보통", - "form_1160": "보통", - "form_1163": "보통", - "form_1166": "보통", - "form_1169": "보통", - "form_1172": "보통", - "form_1175": "보통", - "form_1178": "보통", - "form_1181": "보통", - "form_1184": "보통", - "form_1187": "보통", - "form_1190": "보통", - "form_1193": "보통", - "form_1196": "보통", - "form_1199": "보통", - "form_1202": "보통", - "form_1205": "보통", - "form_1208": "보통", - "form_1211": "보통", - "form_1214": "보통", - "form_1217": "보통", - "form_1220": "보통", - "form_1223": "보통", - "form_1226": "보통", - "form_1229": "보통", - "form_1232": "보통", - "form_1235": "보통", - "form_1238": "보통", - "form_1241": "보통", - "form_1244": "보통", - "form_1247": "보통", - "form_1250": "보통", - "form_1253": "보통", - "form_1256": "보통", - "form_1259": "보통", - "form_1262": "보통", - "form_1265": "보통", - "form_1268": "보통", - "form_1271": "보통", - "form_1274": "보통", - "form_1277": "보통", - "form_1280": "보통", - "form_1283": "보통", - "form_1286": "보통", - "form_1289": "보통", - "form_1292": "보통", - "form_1295": "보통", - "form_1298": "보통", - "form_1301": "보통", - "form_1304": "보통", - "form_1307": "보통", - "form_1310": "보통", - "form_1313": "보통", - "form_1316": "보통", - "form_1319": "보통", - "form_1322": "보통", - "form_1325": "보통", - "form_1328": "보통", - "form_1331": "보통", - "form_1334": "보통", - "form_1337": "보통", - "form_1340": "보통", - "form_1343": "보통", - "form_1346": "보통", - "form_1349": "보통", - "form_1352": "보통", - "form_1355": "보통", - "form_1358": "보통", - "form_1361": "보통", - "form_1364": "보통", - "form_1367": "보통", - "form_1370": "보통", - "form_1379": "보통", - "form_1382": "보통", - "form_1385": "보통", - "form_1388": "보통", - "form_1391": "보통", - "form_1394": "보통", - "form_1397": "보통", - "form_1400": "보통", - "form_1403": "보통", - "form_1406": "보통", - "form_1409": "보통", - "form_1412": "보통", - "form_1415": "보통", - "form_1418": "보통", - "form_1421": "보통", - "form_1424": "보통", - "form_1427": "보통", - "form_1430": "보통", - "form_1433": "보통", - "form_1436": "보통", - "form_1439": "보통", - "form_1442": "보통", - "form_1445": "보통", - "form_1448": "보통", - "form_1451": "보통", - "form_1454": "보통", - "form_1457": "보통", - "form_1460": "보통", - "form_1463": "보통", - "form_1466": "보통", - "form_1469": "보통", - "form_1472": "보통", - "form_1475": "보통", - "form_1478": "보통", - "form_1481": "보통", - "form_1484": "보통", - "form_1487": "보통", - "form_1490": "보통", - "form_1493": "보통", - "form_1496": "보통", - "form_1499": "보통", - "form_1502": "보통", - "form_1505": "보통", - "form_1508": "보통", - "form_1511": "보통", - "form_1514": "보통", - "form_1517": "보통", - "form_1520": "보통", - "form_1523": "보통", - "form_1526": "보통", - "form_1529": "보통", - "form_1532": "보통", - "form_1535": "보통", - "form_1538": "보통", - "form_1541": "보통", - "form_1544": "보통", - "form_1547": "보통", - "form_1550": "보통", - "form_1553": "보통", - "form_1556": "보통", - "form_1559": "보통", - "form_1562": "보통", - "form_1565": "보통", - "form_1568": "보통", - "form_1571": "보통", - "form_1574": "보통", - "form_1577": "보통", - "form_1580": "보통", - "form_1583": "보통", - "form_1586": "보통", - "form_1589": "보통", - "form_1592": "보통", - "form_1595": "보통", - "form_1598": "보통", - "form_1601": "보통", - "form_1604": "보통", - "form_1607": "보통", - "form_1610": "보통", - "form_1613": "보통", - "form_1616": "보통", - "form_1619": "보통", - "form_1622": "보통", - "form_1625": "보통", - "form_1628": "보통", - "form_1631": "보통", - "form_1634": "보통", - "form_1637": "보통", - "form_1640": "보통", - "form_1643": "보통", - "form_1646": "보통", - "form_1649": "보통", - "form_1652": "보통", - "form_1655": "보통", - "form_1658": "보통", - "form_1661": "보통", - "form_1664": "보통", - "form_1667": "보통", - "form_1670": "보통", - "form_1673": "보통", - "form_1676": "보통", - "form_1679": "보통", - "form_1682": "보통", - "form_1685": "보통", - "form_1688": "보통", - "form_1691": "보통", - "form_1694": "보통", - "form_1697": "보통", - "form_1700": "보통", - "form_1703": "보통", - "form_1706": "보통", - "form_1709": "보통", - "form_1712": "보통", - "form_1715": "보통", - "form_1718": "보통", - "form_1721": "보통", - "form_1724": "보통", - "form_1727": "보통", - "form_1730": "보통", - "form_1733": "보통", - "form_1736": "보통", - "form_1739": "보통", - "form_1742": "보통", - "form_1745": "보통", - "form_1748": "보통", - "form_1751": "보통", - "form_1754": "보통", - "form_1757": "보통", - "form_1760": "보통", - "form_1763": "보통", - "form_1766": "보통", - "form_1769": "보통", - "form_1772": "보통", - "form_1775": "보통", - "form_1778": "보통", - "form_1781": "보통", - "form_1784": "보통", - "form_1787": "보통", - "form_1790": "보통", - "form_1793": "보통", - "form_1796": "보통", - "form_1799": "보통", - "form_1802": "보통", - "form_1805": "보통", - "form_1808": "보통", - "form_1811": "보통", - "form_1814": "보통", - "form_1817": "보통", - "form_1820": "보통", - "form_1823": "보통", - "form_1826": "보통", - "form_1829": "보통", - "form_1832": "보통", - "form_1835": "보통", - "form_1838": "보통", - "form_1841": "보통", - "form_1844": "보통", - "form_1847": "보통", - "form_1850": "보통", - "form_1853": "보통", - "form_1856": "보통", - "form_1859": "보통", - "form_1862": "보통", - "form_1865": "보통", - "form_1868": "보통", - "form_1871": "보통", - "form_1874": "보통", - "form_1877": "보통", - "form_1880": "보통", - "form_1883": "보통", - "form_1886": "보통", - "form_1889": "보통", - "form_1892": "보통", - "form_1895": "보통", - "form_1898": "보통", - "form_1901": "보통", - "form_1904": "보통", - "form_1907": "보통", - "form_1910": "보통", - "form_1913": "보통", - "form_1916": "보통", - "form_1919": "보통", - "form_1922": "보통", - "form_1925": "보통", - "form_1928": "보통", - "form_1931": "보통", - "form_1934": "보통", - "form_1937": "보통", - "form_1940": "보통", - "form_1943": "보통", - "form_1946": "보통", - "form_1949": "보통", - "form_1952": "보통", - "form_1955": "보통", - "form_1958": "보통", - "form_1961": "보통", - "form_1964": "보통", - "form_1967": "보통", - "form_1970": "보통", - "form_1973": "보통", - "form_1976": "보통", - "form_1979": "보통", - "form_1982": "보통", - "form_1985": "보통", - "form_1988": "보통", - "form_1991": "보통", - "form_1994": "보통", - "form_1997": "보통", - "form_2000": "보통", - "form_2003": "보통", - "form_2006": "보통", - "form_2009": "보통", - "form_2012": "보통", - "form_2015": "보통", - "form_2018": "보통", - "form_2021": "보통", - "form_2024": "보통", - "form_2027": "보통", - "form_2030": "보통", - "form_2033": "보통", - "form_2036": "보통", - "form_2039": "보통", - "form_2042": "보통", - "form_2045": "보통", - "form_2048": "보통", - "form_2051": "보통", - "form_2054": "보통", - "form_2057": "보통", - "form_2060": "보통", - "form_2063": "보통", - "form_2066": "보통", - "form_2069": "보통", - "form_2072": "보통", - "form_2075": "보통", - "form_2078": "보통", - "form_2081": "보통", - "form_2084": "보통", - "form_2087": "보통", - "form_2090": "보통", - "form_2093": "보통", - "form_2096": "보통", - "form_2099": "보통", - "form_2102": "보통", - "form_2105": "보통", - "form_2108": "보통", - "form_2111": "보통", - "form_2114": "보통", - "form_2117": "보통", - "form_2120": "보통", - "form_2123": "보통", - "form_2126": "보통", - "form_2129": "보통", - "form_2132": "보통", - "form_2135": "보통", - "form_2138": "보통", - "form_2141": "보통", - "form_2144": "보통", - "form_2147": "보통", - "form_2150": "보통", - "form_2153": "보통", - "form_2156": "보통", - "form_2159": "보통", - "form_2162": "보통", - "form_2165": "보통", - "form_2168": "보통", - "form_2171": "보통", - "form_2174": "보통", - "form_2177": "보통", - "form_2180": "보통", - "form_2183": "보통", - "form_2186": "보통", - "form_2189": "보통", - "form_2192": "보통", - "form_2195": "보통", - "form_2198": "보통", - "form_2201": "보통", - "form_2204": "보통", - "form_2207": "보통", - "form_2210": "보통", - "form_2213": "보통", - "form_2216": "보통", - "form_2219": "보통", - "form_2222": "보통", - "form_2225": "보통", - "form_2228": "보통", - "form_2231": "보통", - "form_2234": "보통", - "form_2237": "보통", - "form_2240": "보통", - "form_2243": "보통", - "form_2246": "보통", - "form_2249": "보통", - "form_2252": "보통", - "form_2255": "보통", - "form_2258": "보통", - "form_2261": "보통", - "form_2264": "보통", - "form_2267": "보통", - "form_2270": "보통", - "form_2273": "보통", - "form_2276": "보통", - "form_2279": "보통", - "form_2282": "보통", - "form_2285": "보통", - "form_2288": "보통", - "form_2291": "보통", - "form_2294": "보통", - "form_2297": "보통", - "form_2300": "보통", - "form_2303": "보통", - "form_2306": "보통", - "form_2309": "보통", - "form_2312": "보통", - "form_2315": "보통", - "form_2318": "보통", - "form_2321": "보통", - "form_2324": "보통", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "암컷의 모습", - "form_2331": "암컷의 모습", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "Low Key Form", - "form_2464": "하이한 모습", - "form_2477": "Phony Form", - "form_2478": "진작폼", - "form_2480": "Phony Form", - "form_2481": "진작폼", - "form_2501": "보통", - "form_2504": "보통", - "form_2507": "보통", - "form_2510": "보통", - "form_2513": "보통", - "form_2516": "보통", - "form_2540": "Ice Face", - "form_2541": "Noice Face", - "form_2542": "수컷의 모습", - "form_2543": "암컷의 모습", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "Crowned Sword", - "form_2577": "Hero of Many Battles", - "form_2578": "Crowned Shield", - "form_2579": "Hero of Many Battles", - "form_2580": "Eternamax", - "form_2581": "보통", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "보통", - "form_2588": "암컷의 모습", - "form_2589": "보통", - "form_2590": "암컷의 모습", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "태양의 모습", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "이글이글스타일", - "form_2680": "파칙파칙스타일", - "form_2681": "훌라훌라스타일", - "form_2683": "하늘하늘스타일", - "form_2684": "한낮의 모습", - "form_2685": "한밤중의 모습", - "form_2686": "황혼의 모습", - "form_2687": "Solo Form", - "form_2688": "군집의 모습", - "form_2689": "보통", - "form_2690": "벌레", - "form_2691": "악", - "form_2692": "드래곤", - "form_2693": "전기", - "form_2694": "페어리", - "form_2695": "격투", - "form_2696": "불꽃", - "form_2697": "비행", - "form_2698": "고스트", - "form_2699": "풀", - "form_2700": "땅", - "form_2701": "얼음", - "form_2702": "독", - "form_2703": "에스퍼", - "form_2704": "바위", - "form_2705": "강철", - "form_2706": "물", - "form_2707": "Meteor Blue", - "form_2708": "블루 페더", - "form_2709": "그린 페더", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "옐로 페더", - "form_2715": "들킨 모습", - "form_2716": "Disguised Form", - "form_2717": "보통", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "보통", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "보통", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "황혼의 모습", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "태양의 모습", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "태양의 모습", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "화신폼", - "form_2803": "영물폼", - "form_2804": "백색근의 모습", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "보통", - "form_2808": "암컷의 모습", - "form_2809": "보통", - "form_2810": "보통", - "form_2811": "보통", - "form_2812": "보통", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "보통", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "오리진폼", - "form_2830": "오리진폼", - "form_2831": "보통", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "보통", - "form_2982": "암컷의 모습", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "그린 페더", - "form_2986": "블루 페더", - "form_2987": "옐로 페더", - "form_2988": "White", - "form_2989": "나이브폼", - "form_2990": "Hero of Many Battles", - "form_2991": "젖힌 모습", - "form_2992": "늘어진 모습", - "form_2993": "뻗은 모습", - "form_2994": "두 마디폼", - "form_2995": "세 마디폼", - "form_2996": "완전형태", - "form_2997": "컴플리트모드", - "form_2998": "보통", - "form_3000": "보통", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "수컷의 모습", - "gender_2": "암컷의 모습", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "알로라", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "블랑쉬", - "grunt_2": "칸델라", - "grunt_3": "스파크", - "grunt_4": "조무래기 (수컷의 모습)", - "grunt_5": "조무래기 (암컷의 모습)", - "grunt_6": "벌레 - 조무래기 (암컷의 모습)", - "grunt_7": "벌레 - 조무래기 (수컷의 모습)", - "grunt_8": "조무래기 (암컷의 모습)", - "grunt_9": "조무래기 (수컷의 모습)", - "grunt_10": "악 - 조무래기 (암컷의 모습)", - "grunt_11": "악 - 조무래기 (수컷의 모습)", - "grunt_12": "드래곤 - 조무래기 (암컷의 모습)", - "grunt_13": "드래곤 - 조무래기 (수컷의 모습)", - "grunt_14": "페어리 - 조무래기 (암컷의 모습)", - "grunt_15": "페어리 - 조무래기 (수컷의 모습)", - "grunt_16": "격투 - 조무래기 (암컷의 모습)", - "grunt_17": "격투 - 조무래기 (수컷의 모습)", - "grunt_18": "불꽃 - 조무래기 (암컷의 모습)", - "grunt_19": "불꽃 - 조무래기 (수컷의 모습)", - "grunt_20": "비행 - 조무래기 (암컷의 모습)", - "grunt_21": "비행 - 조무래기 (수컷의 모습)", - "grunt_22": "풀 - 조무래기 (암컷의 모습)", - "grunt_23": "풀 - 조무래기 (수컷의 모습)", - "grunt_24": "땅 - 조무래기 (암컷의 모습)", - "grunt_25": "땅 - 조무래기 (수컷의 모습)", - "grunt_26": "얼음 - 조무래기 (암컷의 모습)", - "grunt_27": "얼음 - 조무래기 (수컷의 모습)", - "grunt_28": "강철 - 조무래기 (암컷의 모습)", - "grunt_29": "강철 - 조무래기 (수컷의 모습)", - "grunt_30": "노말 - 조무래기 (암컷의 모습)", - "grunt_31": "노말 - 조무래기 (수컷의 모습)", - "grunt_32": "독 - 조무래기 (암컷의 모습)", - "grunt_33": "독 - 조무래기 (수컷의 모습)", - "grunt_34": "에스퍼 - 조무래기 (암컷의 모습)", - "grunt_35": "에스퍼 - 조무래기 (수컷의 모습)", - "grunt_36": "바위 - 조무래기 (암컷의 모습)", - "grunt_37": "바위 - 조무래기 (수컷의 모습)", - "grunt_38": "물 - 조무래기 (암컷의 모습)", - "grunt_39": "물 - 조무래기 (수컷의 모습)", - "grunt_40": "Player Team Leader", - "grunt_41": "리더 클리프", - "grunt_42": "리더 알로", - "grunt_43": "리더 시에라", - "grunt_44": "비주기", - "grunt_45": "미끼 조무래기 (수컷의 모습)", - "grunt_46": "미끼 조무래기 (암컷의 모습)", - "grunt_47": "고스트 - 조무래기 (암컷의 모습)", - "grunt_48": "고스트 - 조무래기 (수컷의 모습)", - "grunt_49": "전기 - 조무래기 (암컷의 모습)", - "grunt_50": "전기 - 조무래기 (수컷의 모습)", - "grunt_51": "조무래기 (암컷의 모습)", - "grunt_52": "조무래기 (수컷의 모습)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "벌레 - 조무래기 (암컷의 모습)", - "grunt_56": "벌레 - 조무래기 (수컷의 모습)", - "grunt_57": "악 - 조무래기 (암컷의 모습)", - "grunt_58": "악 - 조무래기 (수컷의 모습)", - "grunt_59": "드래곤 - 조무래기 (암컷의 모습)", - "grunt_60": "드래곤 - 조무래기 (수컷의 모습)", - "grunt_61": "페어리 - 조무래기 (암컷의 모습)", - "grunt_62": "페어리 - 조무래기 (수컷의 모습)", - "grunt_63": "격투 - 조무래기 (암컷의 모습)", - "grunt_64": "격투 - 조무래기 (수컷의 모습)", - "grunt_65": "불꽃 - 조무래기 (암컷의 모습)", - "grunt_66": "불꽃 - 조무래기 (수컷의 모습)", - "grunt_67": "비행 - 조무래기 (암컷의 모습)", - "grunt_68": "비행 - 조무래기 (수컷의 모습)", - "grunt_69": "풀 - 조무래기 (암컷의 모습)", - "grunt_70": "풀 - 조무래기 (수컷의 모습)", - "grunt_71": "땅 - 조무래기 (암컷의 모습)", - "grunt_72": "땅 - 조무래기 (수컷의 모습)", - "grunt_73": "얼음 - 조무래기 (암컷의 모습)", - "grunt_74": "얼음 - 조무래기 (수컷의 모습)", - "grunt_75": "조무래기 (암컷의 모습)", - "grunt_76": "조무래기 (수컷의 모습)", - "grunt_77": "노말 - 조무래기 (암컷의 모습)", - "grunt_78": "노말 - 조무래기 (수컷의 모습)", - "grunt_79": "독 - 조무래기 (암컷의 모습)", - "grunt_80": "독 - 조무래기 (수컷의 모습)", - "grunt_81": "에스퍼 - 조무래기 (암컷의 모습)", - "grunt_82": "에스퍼 - 조무래기 (수컷의 모습)", - "grunt_83": "바위 - 조무래기 (암컷의 모습)", - "grunt_84": "바위 - 조무래기 (수컷의 모습)", - "grunt_85": "물 - 조무래기 (암컷의 모습)", - "grunt_86": "물 - 조무래기 (수컷의 모습)", - "grunt_87": "고스트 - 조무래기 (암컷의 모습)", - "grunt_88": "고스트 - 조무래기 (수컷의 모습)", - "grunt_89": "전기 - 조무래기 (암컷의 모습)", - "grunt_90": "전기 - 조무래기 (수컷의 모습)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "없음", - "grunt_a_1": "블랑쉬", - "grunt_a_2": "칸델라", - "grunt_a_3": "스파크", - "grunt_a_4": "조무래기 ♂", - "grunt_a_5": "조무래기 ♀", - "grunt_a_6": "벌레 ♀", - "grunt_a_7": "벌레 ♂", - "grunt_a_8": "조무래기 ♀", - "grunt_a_9": "조무래기 ♂", - "grunt_a_10": "악 ♀", - "grunt_a_11": "악 ♂", - "grunt_a_12": "드래곤 ♀", - "grunt_a_13": "드래곤 ♂", - "grunt_a_14": "페어리 ♀", - "grunt_a_15": "페어리 ♂", - "grunt_a_16": "격투 ♀", - "grunt_a_17": "격투 ♂", - "grunt_a_18": "불꽃 ♀", - "grunt_a_19": "불꽃 ♂", - "grunt_a_20": "비행 ♀", - "grunt_a_21": "비행 ♂", - "grunt_a_22": "풀 ♀", - "grunt_a_23": "풀 ♂", - "grunt_a_24": "땅 ♀", - "grunt_a_25": "땅 ♂", - "grunt_a_26": "얼음 ♀", - "grunt_a_27": "얼음 ♂", - "grunt_a_28": "강철 ♀", - "grunt_a_29": "강철 ♂", - "grunt_a_30": "노말 ♀", - "grunt_a_31": "노말 ♂", - "grunt_a_32": "독 ♀", - "grunt_a_33": "독 ♂", - "grunt_a_34": "에스퍼 ♀", - "grunt_a_35": "에스퍼 ♂", - "grunt_a_36": "바위 ♀", - "grunt_a_37": "바위 ♂", - "grunt_a_38": "물 ♀", - "grunt_a_39": "물 ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "리더 클리프", - "grunt_a_42": "리더 알로", - "grunt_a_43": "리더 시에라", - "grunt_a_44": "비주기", - "grunt_a_45": "미끼 조무래기 ♂", - "grunt_a_46": "미끼 조무래기 ♀", - "grunt_a_47": "고스트 ♀", - "grunt_a_48": "고스트 ♂", - "grunt_a_49": "전기 ♀", - "grunt_a_50": "전기 ♂", - "grunt_a_51": "조무래기 ♀", - "grunt_a_52": "조무래기 ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "벌레 ♀", - "grunt_a_56": "벌레 ♂", - "grunt_a_57": "악 ♀", - "grunt_a_58": "악 ♂", - "grunt_a_59": "드래곤 ♀", - "grunt_a_60": "드래곤 ♂", - "grunt_a_61": "페어리 ♀", - "grunt_a_62": "페어리 ♂", - "grunt_a_63": "격투 ♀", - "grunt_a_64": "격투 ♂", - "grunt_a_65": "불꽃 ♀", - "grunt_a_66": "불꽃 ♂", - "grunt_a_67": "비행 ♀", - "grunt_a_68": "비행 ♂", - "grunt_a_69": "풀 ♀", - "grunt_a_70": "풀 ♂", - "grunt_a_71": "땅 ♀", - "grunt_a_72": "땅 ♂", - "grunt_a_73": "얼음 ♀", - "grunt_a_74": "얼음 ♂", - "grunt_a_75": "조무래기 ♀", - "grunt_a_76": "조무래기 ♂", - "grunt_a_77": "노말 ♀", - "grunt_a_78": "노말 ♂", - "grunt_a_79": "독 ♀", - "grunt_a_80": "독 ♂", - "grunt_a_81": "에스퍼 ♀", - "grunt_a_82": "에스퍼 ♂", - "grunt_a_83": "바위 ♀", - "grunt_a_84": "바위 ♂", - "grunt_a_85": "물 ♀", - "grunt_a_86": "물 ♂", - "grunt_a_87": "고스트 ♀", - "grunt_a_88": "고스트 ♂", - "grunt_a_89": "전기 ♀", - "grunt_a_90": "전기 ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "알 수 없음", - "item_1": "몬스터볼", - "item_2": "슈퍼볼", - "item_3": "하이퍼볼", - "item_4": "마스터볼", - "item_5": "프리미어볼", - "item_6": "울트라볼", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "상처약", - "item_102": "좋은상처약", - "item_103": "고급상처약", - "item_104": "풀회복약", - "item_201": "기력의조각", - "item_202": "기력의덩어리", - "item_301": "행복의알", - "item_401": "향로", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "이상한 상자", - "item_406": "산책향로", - "item_407": "소중한 보물 상자", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "루어모듈", - "item_502": "아이스 루어모듈", - "item_503": "허브 루어모듈", - "item_504": "마그네틱 루어모듈", - "item_505": "레이니 루어모듈", - "item_506": "황금 루어모듈", - "item_602": "플러스파워", - "item_603": "디펜드업", - "item_604": "UNDEFINED", - "item_650": "지가르데 셀", - "item_651": "지가르데큐브", - "item_701": "라즈열매", - "item_702": "블리열매", - "item_703": "나나열매", - "item_704": "서배열매", - "item_705": "파인열매", - "item_706": "황금 라즈열매", - "item_707": "Golden Nanab Berry", - "item_708": "은 파인열매", - "item_709": "포핀", - "item_801": "카메라", - "item_802": "스티커", - "item_803": "엽서 앨범", - "item_901": "무한 부화장치", - "item_902": "부화장치", - "item_903": "슈퍼 부화장치", - "item_1001": "포켓몬 박스 업그레이드", - "item_1002": "가방 업그레이드", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "태양의돌", - "item_1102": "왕의징표석", - "item_1103": "금속코트", - "item_1104": "용의비늘", - "item_1105": "업그레이드", - "item_1106": "신오의 돌", - "item_1107": "하나의 돌", - "item_1150": "??????코인", - "item_1201": "기술머신노말", - "item_1202": "기술머신스페셜", - "item_1203": "대단한 기술머신노말", - "item_1204": "대단한 기술머신스페셜", - "item_1250": "운석", - "item_1301": "이상한사탕", - "item_1302": "이상한사탕XL", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "레이드패스", - "item_1402": "프리미엄 배틀패스", - "item_1404": "별의조각", - "item_1405": "선물", - "item_1406": "팀변경 메달리온", - "item_1408": "리모트 레이드패스", - "item_1409": "S Raid Ticket", - "item_1501": "이상한파츠", - "item_1502": "로켓레이더", - "item_1503": "슈퍼 로켓레이더", - "item_1504": "그림자의 조각", - "item_1505": "정화 크리스탈", - "item_1506": "맥스 파티클", - "item_1507": "맥스 파티클 팩", - "item_1600": "티켓", - "item_1601": "티켓", - "item_1602": "티켓", - "item_1603": "티켓", - "item_1604": "여분 티켓", - "item_1605": "여분 티켓", - "item_1606": " GO배틀리그 시간제한 리서치 패스", - "item_1607": "티켓", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "사파리 티켓: 서울", - "item_1611": "사파리 티켓: 바르셀로나", - "item_1612": "사파리 티켓: 멕시코", - "item_1613": "사파리 티켓: 타이난", - "item_1614": "Ticket City Safari 04", - "item_1615": "티켓", - "item_1616": "티켓", - "item_1617": "티켓", - "item_1618": "티켓", - "item_1619": "티켓", - "item_1620": "티켓", - "item_1621": "티켓", - "item_1622": "티켓", - "item_1623": "티켓", - "item_1624": "티켓", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "보통", - "lure_502": "아이스", - "lure_503": "허브", - "lure_504": "마그네틱", - "lure_505": "레이니", - "lure_506": "황금", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "알 수 없음", - "move_1": "전기쇼크", - "move_2": "전광석화", - "move_3": "할퀴기", - "move_4": "불꽃세례", - "move_5": "덩굴채찍", - "move_6": "몸통박치기", - "move_7": "잎날가르기", - "move_8": "돌진", - "move_9": "물대포", - "move_10": "물기", - "move_11": "막치기", - "move_12": "연속뺨치기", - "move_13": "김밥말이", - "move_14": "파괴광선", - "move_15": "핥기", - "move_16": "악의파동", - "move_17": "스모그", - "move_18": "오물공격", - "move_19": "메탈클로", - "move_20": "찝기", - "move_21": "화염바퀴", - "move_22": "메가혼", - "move_23": "날개치기", - "move_24": "화염방사", - "move_25": "기습", - "move_26": "구멍파기", - "move_27": "안다리걸기", - "move_28": "크로스촙", - "move_29": "사이코커터", - "move_30": "환상빔", - "move_31": "지진", - "move_32": "스톤에지", - "move_33": "냉동펀치", - "move_34": "하트스탬프", - "move_35": "방전", - "move_36": "러스터캐논", - "move_37": "쪼기", - "move_38": "회전부리", - "move_39": "냉동빔", - "move_40": "눈보라", - "move_41": "에어슬래시", - "move_42": "열풍", - "move_43": "더블니들", - "move_44": "독찌르기", - "move_45": "제비반환", - "move_46": "드릴라이너", - "move_47": "꽃보라", - "move_48": "메가드레인", - "move_49": "벌레의야단법석", - "move_50": "맹독엄니", - "move_51": "깜짝베기", - "move_52": "베어가르기", - "move_53": "거품광선", - "move_54": "지옥의바퀴", - "move_55": "태권당수", - "move_56": "로킥", - "move_57": "아쿠아제트", - "move_58": "아쿠아테일", - "move_59": "씨폭탄", - "move_60": "사이코쇼크", - "move_61": "돌떨구기", - "move_62": "원시의힘", - "move_63": "암석봉인", - "move_64": "스톤샤워", - "move_65": "파워젬", - "move_66": "야습", - "move_67": "섀도펀치", - "move_68": "섀도클로", - "move_69": "괴상한바람", - "move_70": "섀도볼", - "move_71": "불릿펀치", - "move_72": "마그넷봄", - "move_73": "강철날개", - "move_74": "아이언헤드", - "move_75": "파라볼라차지", - "move_76": "스파크", - "move_77": "번개펀치", - "move_78": "번개", - "move_79": "10만볼트", - "move_80": "회오리", - "move_81": "용의숨결", - "move_82": "용의파동", - "move_83": "드래곤클로", - "move_84": "차밍보이스", - "move_85": "드레인키스", - "move_86": "매지컬샤인", - "move_87": "문포스", - "move_88": "치근거리기", - "move_89": "크로스포이즌", - "move_90": "오물폭탄", - "move_91": "오물웨이브", - "move_92": "더스트슈트", - "move_93": "머드샷", - "move_94": "뼈다귀치기", - "move_95": "땅고르기", - "move_96": "진흙폭탄", - "move_97": "연속자르기", - "move_98": "벌레먹기", - "move_99": "시그널빔", - "move_100": "시저크로스", - "move_101": "니트로차지", - "move_102": "불꽃튀기기", - "move_103": "불대문자", - "move_104": "소금물", - "move_105": "물의파동", - "move_106": "열탕", - "move_107": "하이드로펌프", - "move_108": "사이코키네시스", - "move_109": "사이코브레이크", - "move_110": "얼음뭉치", - "move_111": "얼어붙은바람", - "move_112": "얼음숨결", - "move_113": "흡수", - "move_114": "기가드레인", - "move_115": "불꽃펀치", - "move_116": "솔라빔", - "move_117": "리프블레이드", - "move_118": "파워휩", - "move_119": "튀어오르기", - "move_120": "용해액", - "move_121": "에어커터", - "move_122": "폭풍", - "move_123": "깨트리기", - "move_124": "풀베기", - "move_125": "스피드스타", - "move_126": "뿔찌르기", - "move_127": "짓밟기", - "move_128": "박치기", - "move_129": "필살앞니", - "move_130": "힘껏치기", - "move_131": "누르기", - "move_132": "잠자기", - "move_133": "발버둥", - "move_134": "열탕", - "move_135": "하이드로펌프", - "move_136": "김밥말이", - "move_137": "김밥말이", - "move_200": "연속자르기", - "move_201": "벌레먹기", - "move_202": "물기", - "move_203": "기습", - "move_204": "용의숨결", - "move_205": "전기쇼크", - "move_206": "스파크", - "move_207": "안다리걸기", - "move_208": "태권당수", - "move_209": "불꽃세례", - "move_210": "날개치기", - "move_211": "쪼기", - "move_212": "핥기", - "move_213": "섀도클로", - "move_214": "덩굴채찍", - "move_215": "잎날가르기", - "move_216": "머드샷", - "move_217": "얼음뭉치", - "move_218": "얼음숨결", - "move_219": "전광석화", - "move_220": "할퀴기", - "move_221": "몸통박치기", - "move_222": "막치기", - "move_223": "풀베기", - "move_224": "독찌르기", - "move_225": "용해액", - "move_226": "사이코커터", - "move_227": "돌떨구기", - "move_228": "메탈클로", - "move_229": "불릿펀치", - "move_230": "물대포", - "move_231": "튀어오르기", - "move_232": "물대포", - "move_233": "진흙뿌리기", - "move_234": "사념의박치기", - "move_235": "염동력", - "move_236": "독침", - "move_237": "거품", - "move_238": "속여때리기", - "move_239": "강철날개", - "move_240": "불꽃엄니", - "move_241": "바위깨기", - "move_242": "변신", - "move_243": "카운터", - "move_244": "눈싸라기", - "move_245": "인파이트", - "move_246": "폭발펀치", - "move_247": "기합구슬", - "move_248": "오로라빔", - "move_249": "차지빔", - "move_250": "볼트체인지", - "move_251": "와일드볼트", - "move_252": "전자포", - "move_253": "드래곤테일", - "move_254": "눈사태", - "move_255": "에어슬래시", - "move_256": "브레이브버드", - "move_257": "불새", - "move_258": "모래지옥", - "move_259": "록블라스트", - "move_260": "엉겨붙기", - "move_261": "벌레의저항", - "move_262": "은빛바람", - "move_263": "놀래키기", - "move_264": "병상첨병", - "move_265": "나이트헤드", - "move_266": "아이언테일", - "move_267": "자이로볼", - "move_268": "헤비봄버", - "move_269": "회오리불꽃", - "move_270": "오버히트", - "move_271": "씨기관총", - "move_272": "풀묶기", - "move_273": "에너지볼", - "move_274": "신통력", - "move_275": "미래예지", - "move_276": "미러코트", - "move_277": "역린", - "move_278": "바크아웃", - "move_279": "깨물어부수기", - "move_280": "속임수", - "move_281": "잠재파워", - "move_282": "돌진", - "move_283": "폭포오르기", - "move_284": "파도타기", - "move_285": "용성군", - "move_286": "파멸의소원", - "move_287": "하품", - "move_288": "사이코부스트", - "move_289": "근원의파동", - "move_290": "단애의칼", - "move_291": "프레젠트", - "move_292": "웨더볼", - "move_293": "웨더볼", - "move_294": "웨더볼", - "move_295": "웨더볼", - "move_296": "하드플랜트", - "move_297": "떨어뜨리기", - "move_298": "블라스트번", - "move_299": "하이드로캐논", - "move_300": "비장의무기", - "move_301": "코멧펀치", - "move_302": "로켓박치기", - "move_303": "애시드봄", - "move_304": "대지의힘", - "move_305": "집게해머", - "move_306": "덤벼들기", - "move_307": "브레이크클로", - "move_308": "대포무노포", - "move_309": "미러샷", - "move_310": "엄청난힘", - "move_311": "마지막일침", - "move_312": "그래스믹서", - "move_313": "흡혈", - "move_314": "드레인펀치", - "move_315": "섀도본", - "move_316": "탁류", - "move_317": "블레이즈킥", - "move_318": "셸블레이드", - "move_319": "그로우펀치", - "move_320": "애교부리기", - "move_321": "기가임팩트", - "move_322": "화풀이", - "move_323": "은혜갚기", - "move_324": "싱크로노이즈", - "move_325": "록온", - "move_326": "번개엄니", - "move_327": "얼음엄니", - "move_328": "뿔드릴", - "move_329": "땅가르기", - "move_330": "성스러운칼", - "move_331": "플라잉프레스", - "move_332": "파동탄", - "move_333": "보복", - "move_334": "암석포", - "move_335": "에어로블라스트", - "move_336": "테크노버스터", - "move_337": "테크노버스터", - "move_338": "테크노버스터", - "move_339": "테크노버스터", - "move_340": "테크노버스터", - "move_341": "공중날기", - "move_342": "V제너레이트", - "move_343": "리프스톰", - "move_344": "트라이어택", - "move_345": "바람일으키기", - "move_346": "불태우기", - "move_347": "Dark Void", - "move_348": "깃털댄스", - "move_349": "Fiery Dance", - "move_350": "요정의바람", - "move_351": "Relic Song", - "move_352": "웨더볼", - "move_353": "사이코팽", - "move_354": "이차원러시", - "move_355": "이차원홀", - "move_356": "두번치기", - "move_357": "매지컬리프", - "move_358": "성스러운불꽃", - "move_359": "고드름침", - "move_360": "에어로블라스트+", - "move_361": "에어로블라스트++", - "move_362": "성스러운불꽃+", - "move_363": "성스러운불꽃++", - "move_364": "애크러뱃", - "move_365": "러스터퍼지", - "move_366": "미스트볼", - "move_367": "세차게휘두르기", - "move_368": "구르기", - "move_369": "시드플레어", - "move_370": "블로킹", - "move_371": "섀도다이브", - "move_372": "메테오빔", - "move_373": "물수리검", - "move_374": "크로스썬더", - "move_375": "크로스플레임", - "move_376": "폴터가이스트", - "move_377": "10만마력", - "move_378": "얼어붙은세계", - "move_379": "와이드브레이커", - "move_380": "폭음파", - "move_381": "더블펀처", - "move_382": "매지컬플레임", - "move_383": "아쿠아브레이크", - "move_384": "화룡점정", - "move_385": "나뭇잎", - "move_386": "마그마스톰", - "move_387": "지오컨트롤", - "move_388": "공간절단", - "move_389": "데스윙", - "move_390": "자연의분노", - "move_391": "트리플악셀", - "move_392": "개척하기", - "move_393": "열사의대지", - "move_394": "시간의포효", - "move_395": "찬바람폭풍", - "move_396": "열사의폭풍", - "move_397": "번개폭풍", - "move_398": "그림자꿰매기", - "move_399": "볼트태클", - "move_400": "DD래리어트", - "move_401": "사이코웨이브", - "move_402": "금속음", - "move_403": "모래뿌리기", - "move_404": "메테오드라이브", - "move_405": "섀도레이", - "move_406": "오라휠", - "move_407": "오라휠", - "move_408": "무릎차기", - "move_409": "다이번", - "move_410": "다이웜", - "move_411": "다이썬더", - "move_412": "다이어택", - "move_413": "다이너클", - "move_414": "다이할로우", - "move_415": "다이아이스", - "move_416": "다이애시드", - "move_417": "다이스트림", - "move_418": "다이제트", - "move_419": "다이페어리", - "move_420": "다이드라군", - "move_421": "다이사이코", - "move_422": "다이록", - "move_423": "다이어스", - "move_424": "다이아크", - "move_425": "다이그래스", - "move_426": "다이스틸", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "발경", - "move_463": "물거품아리아", - "poke_0": "대체", - "poke_1": "이상해씨", - "poke_2": "이상해풀", - "poke_3": "이상해꽃", - "poke_3_e1": "메가이상해꽃", - "poke_4": "파이리", - "poke_5": "리자드", - "poke_6": "리자몽", - "poke_6_e2": "메가리자몽X", - "poke_6_e3": "메가리자몽Y", - "poke_7": "꼬부기", - "poke_8": "어니부기", - "poke_9": "거북왕", - "poke_9_e1": "메가거북왕", - "poke_10": "캐터피", - "poke_11": "단데기", - "poke_12": "버터플", - "poke_13": "뿔충이", - "poke_14": "딱충이", - "poke_15": "독침붕", - "poke_15_e1": "메가독침붕", - "poke_16": "구구", - "poke_17": "피죤", - "poke_18": "피죤투", - "poke_18_e1": "메가피죤투", - "poke_19": "꼬렛", - "poke_20": "레트라", - "poke_21": "깨비참", - "poke_22": "깨비드릴조", - "poke_23": "아보", - "poke_24": "아보크", - "poke_25": "피카츄", - "poke_26": "라이츄", - "poke_27": "모래두지", - "poke_28": "고지", - "poke_29": "니드런♀", - "poke_30": "니드리나", - "poke_31": "니드퀸", - "poke_32": "니드런♂", - "poke_33": "니드리노", - "poke_34": "니드킹", - "poke_35": "삐삐", - "poke_36": "픽시", - "poke_37": "식스테일", - "poke_38": "나인테일", - "poke_39": "푸린", - "poke_40": "푸크린", - "poke_41": "주뱃", - "poke_42": "골뱃", - "poke_43": "뚜벅쵸", - "poke_44": "냄새꼬", - "poke_45": "라플레시아", - "poke_46": "파라스", - "poke_47": "파라섹트", - "poke_48": "콘팡", - "poke_49": "도나리", - "poke_50": "디그다", - "poke_51": "닥트리오", - "poke_52": "나옹", - "poke_53": "페르시온", - "poke_54": "고라파덕", - "poke_55": "골덕", - "poke_56": "망키", - "poke_57": "성원숭", - "poke_58": "가디", - "poke_59": "윈디", - "poke_60": "발챙이", - "poke_61": "슈륙챙이", - "poke_62": "강챙이", - "poke_63": "캐이시", - "poke_64": "윤겔라", - "poke_65": "후딘", - "poke_65_e1": "메가후딘", - "poke_66": "알통몬", - "poke_67": "근육몬", - "poke_68": "괴력몬", - "poke_69": "모다피", - "poke_70": "우츠동", - "poke_71": "우츠보트", - "poke_72": "왕눈해", - "poke_73": "독파리", - "poke_74": "꼬마돌", - "poke_75": "데구리", - "poke_76": "딱구리", - "poke_77": "포니타", - "poke_78": "날쌩마", - "poke_79": "야돈", - "poke_80": "야도란", - "poke_80_e1": "메가야도란", - "poke_81": "코일", - "poke_82": "레어코일", - "poke_83": "파오리", - "poke_84": "두두", - "poke_85": "두트리오", - "poke_86": "쥬쥬", - "poke_87": "쥬레곤", - "poke_88": "질퍽이", - "poke_89": "질뻐기", - "poke_90": "셀러", - "poke_91": "파르셀", - "poke_92": "고오스", - "poke_93": "고우스트", - "poke_94": "팬텀", - "poke_94_e1": "메가팬텀", - "poke_95": "롱스톤", - "poke_96": "슬리프", - "poke_97": "슬리퍼", - "poke_98": "크랩", - "poke_99": "킹크랩", - "poke_100": "찌리리공", - "poke_101": "붐볼", - "poke_102": "아라리", - "poke_103": "나시", - "poke_104": "탕구리", - "poke_105": "텅구리", - "poke_106": "시라소몬", - "poke_107": "홍수몬", - "poke_108": "내루미", - "poke_109": "또가스", - "poke_110": "또도가스", - "poke_111": "뿔카노", - "poke_112": "코뿌리", - "poke_113": "럭키", - "poke_114": "덩쿠리", - "poke_115": "캥카", - "poke_115_e1": "메가캥카", - "poke_116": "쏘드라", - "poke_117": "시드라", - "poke_118": "콘치", - "poke_119": "왕콘치", - "poke_120": "별가사리", - "poke_121": "아쿠스타", - "poke_122": "마임맨", - "poke_123": "스라크", - "poke_124": "루주라", - "poke_125": "에레브", - "poke_126": "마그마", - "poke_127": "쁘사이저", - "poke_127_e1": "메가쁘사이저", - "poke_128": "켄타로스", - "poke_129": "잉어킹", - "poke_130": "갸라도스", - "poke_130_e1": "메가갸라도스", - "poke_131": "라프라스", - "poke_132": "메타몽", - "poke_133": "이브이", - "poke_134": "샤미드", - "poke_135": "쥬피썬더", - "poke_136": "부스터", - "poke_137": "폴리곤", - "poke_138": "암나이트", - "poke_139": "암스타", - "poke_140": "투구", - "poke_141": "투구푸스", - "poke_142": "프테라", - "poke_142_e1": "메가프테라", - "poke_143": "잠만보", - "poke_144": "프리져", - "poke_145": "썬더", - "poke_146": "파이어", - "poke_147": "미뇽", - "poke_148": "신뇽", - "poke_149": "망나뇽", - "poke_150": "뮤츠", - "poke_150_e2": "메가뮤츠X", - "poke_150_e3": "메가뮤츠Y", - "poke_151": "뮤", - "poke_152": "치코리타", - "poke_153": "베이리프", - "poke_154": "메가니움", - "poke_155": "브케인", - "poke_156": "마그케인", - "poke_157": "블레이범", - "poke_158": "리아코", - "poke_159": "엘리게이", - "poke_160": "장크로다일", - "poke_161": "꼬리선", - "poke_162": "다꼬리", - "poke_163": "부우부", - "poke_164": "야부엉", - "poke_165": "레디바", - "poke_166": "레디안", - "poke_167": "페이검", - "poke_168": "아리아도스", - "poke_169": "크로뱃", - "poke_170": "초라기", - "poke_171": "랜턴", - "poke_172": "피츄", - "poke_173": "삐", - "poke_174": "푸푸린", - "poke_175": "토게피", - "poke_176": "토게틱", - "poke_177": "네이티", - "poke_178": "네이티오", - "poke_179": "메리프", - "poke_180": "보송송", - "poke_181": "전룡", - "poke_181_e1": "메가전룡", - "poke_182": "아르코", - "poke_183": "마릴", - "poke_184": "마릴리", - "poke_185": "꼬지모", - "poke_186": "왕구리", - "poke_187": "통통코", - "poke_188": "두코", - "poke_189": "솜솜코", - "poke_190": "에이팜", - "poke_191": "해너츠", - "poke_192": "해루미", - "poke_193": "왕자리", - "poke_194": "우파", - "poke_195": "누오", - "poke_196": "에브이", - "poke_197": "블래키", - "poke_198": "니로우", - "poke_199": "야도킹", - "poke_200": "무우마", - "poke_201": "안농", - "poke_202": "마자용", - "poke_203": "키링키", - "poke_204": "피콘", - "poke_205": "쏘콘", - "poke_206": "노고치", - "poke_207": "글라이거", - "poke_208": "강철톤", - "poke_208_e1": "메가강철톤", - "poke_209": "블루", - "poke_210": "그랑블루", - "poke_211": "침바루", - "poke_212": "핫삼", - "poke_212_e1": "메가핫삼", - "poke_213": "단단지", - "poke_214": "헤라크로스", - "poke_214_e1": "메가헤라크로스", - "poke_215": "포푸니", - "poke_216": "깜지곰", - "poke_217": "링곰", - "poke_218": "마그마그", - "poke_219": "마그카르고", - "poke_220": "꾸꾸리", - "poke_221": "메꾸리", - "poke_222": "코산호", - "poke_223": "총어", - "poke_224": "대포무노", - "poke_225": "딜리버드", - "poke_226": "만타인", - "poke_227": "무장조", - "poke_228": "델빌", - "poke_229": "헬가", - "poke_229_e1": "메가헬가", - "poke_230": "킹드라", - "poke_231": "코코리", - "poke_232": "코리갑", - "poke_233": "폴리곤2", - "poke_234": "노라키", - "poke_235": "루브도", - "poke_236": "배루키", - "poke_237": "카포에라", - "poke_238": "뽀뽀라", - "poke_239": "에레키드", - "poke_240": "마그비", - "poke_241": "밀탱크", - "poke_242": "해피너스", - "poke_243": "라이코", - "poke_244": "앤테이", - "poke_245": "스이쿤", - "poke_246": "애버라스", - "poke_247": "데기라스", - "poke_248": "마기라스", - "poke_248_e1": "메가마기라스", - "poke_249": "루기아", - "poke_250": "칠색조", - "poke_251": "세레비", - "poke_252": "나무지기", - "poke_253": "나무돌이", - "poke_254": "나무킹", - "poke_254_e1": "메가나무킹", - "poke_255": "아차모", - "poke_256": "영치코", - "poke_257": "번치코", - "poke_257_e1": "메가번치코", - "poke_258": "물짱이", - "poke_259": "늪짱이", - "poke_260": "대짱이", - "poke_260_e1": "메가대짱이", - "poke_261": "포챠나", - "poke_262": "그라에나", - "poke_263": "지그제구리", - "poke_264": "직구리", - "poke_265": "개무소", - "poke_266": "실쿤", - "poke_267": "뷰티플라이", - "poke_268": "카스쿤", - "poke_269": "독케일", - "poke_270": "연꽃몬", - "poke_271": "로토스", - "poke_272": "로파파", - "poke_273": "도토링", - "poke_274": "잎새코", - "poke_275": "다탱구", - "poke_276": "테일로", - "poke_277": "스왈로", - "poke_278": "갈모매", - "poke_279": "패리퍼", - "poke_280": "랄토스", - "poke_281": "킬리아", - "poke_282": "가디안", - "poke_282_e1": "메가가디안", - "poke_283": "비구술", - "poke_284": "비나방", - "poke_285": "버섯꼬", - "poke_286": "버섯모", - "poke_287": "게을로", - "poke_288": "발바로", - "poke_289": "게을킹", - "poke_290": "토중몬", - "poke_291": "아이스크", - "poke_292": "껍질몬", - "poke_293": "소곤룡", - "poke_294": "노공룡", - "poke_295": "폭음룡", - "poke_296": "마크탕", - "poke_297": "하리뭉", - "poke_298": "루리리", - "poke_299": "코코파스", - "poke_300": "에나비", - "poke_301": "델케티", - "poke_302": "깜까미", - "poke_302_e1": "메가깜까미", - "poke_303": "입치트", - "poke_303_e1": "메가입치트", - "poke_304": "가보리", - "poke_305": "갱도라", - "poke_306": "보스로라", - "poke_306_e1": "메가보스로라", - "poke_307": "요가랑", - "poke_308": "요가램", - "poke_308_e1": "메가요가램", - "poke_309": "썬더라이", - "poke_310": "썬더볼트", - "poke_310_e1": "메가썬더볼트", - "poke_311": "플러시", - "poke_312": "마이농", - "poke_313": "볼비트", - "poke_314": "네오비트", - "poke_315": "로젤리아", - "poke_316": "꼴깍몬", - "poke_317": "꿀꺽몬", - "poke_318": "샤프니아", - "poke_319": "샤크니아", - "poke_319_e1": "메가샤크니아", - "poke_320": "고래왕자", - "poke_321": "고래왕", - "poke_322": "둔타", - "poke_323": "폭타", - "poke_323_e1": "메가폭타", - "poke_324": "코터스", - "poke_325": "피그점프", - "poke_326": "피그킹", - "poke_327": "얼루기", - "poke_328": "톱치", - "poke_329": "비브라바", - "poke_330": "플라이곤", - "poke_331": "선인왕", - "poke_332": "밤선인", - "poke_333": "파비코", - "poke_334": "파비코리", - "poke_334_e1": "메가파비코리", - "poke_335": "쟝고", - "poke_336": "세비퍼", - "poke_337": "루나톤", - "poke_338": "솔록", - "poke_339": "미꾸리", - "poke_340": "메깅", - "poke_341": "가재군", - "poke_342": "가재장군", - "poke_343": "오뚝군", - "poke_344": "점토도리", - "poke_345": "릴링", - "poke_346": "릴리요", - "poke_347": "아노딥스", - "poke_348": "아말도", - "poke_349": "빈티나", - "poke_350": "밀로틱", - "poke_351": "캐스퐁", - "poke_352": "켈리몬", - "poke_353": "어둠대신", - "poke_354": "다크펫", - "poke_354_e1": "메가다크펫", - "poke_355": "해골몽", - "poke_356": "미라몽", - "poke_357": "트로피우스", - "poke_358": "치렁", - "poke_359": "앱솔", - "poke_359_e1": "메가앱솔", - "poke_360": "마자", - "poke_361": "눈꼬마", - "poke_362": "얼음귀신", - "poke_362_e1": "메가얼음귀신", - "poke_363": "대굴레오", - "poke_364": "씨레오", - "poke_365": "씨카이저", - "poke_366": "진주몽", - "poke_367": "헌테일", - "poke_368": "분홍장이", - "poke_369": "시라칸", - "poke_370": "사랑동이", - "poke_371": "아공이", - "poke_372": "쉘곤", - "poke_373": "보만다", - "poke_373_e1": "메가보만다", - "poke_374": "메탕", - "poke_375": "메탕구", - "poke_376": "메타그로스", - "poke_376_e1": "메가메타그로스", - "poke_377": "레지락", - "poke_378": "레지아이스", - "poke_379": "레지스틸", - "poke_380": "라티아스", - "poke_380_e1": "메가라티아스", - "poke_381": "라티오스", - "poke_381_e1": "메가라티오스", - "poke_382": "가이오가", - "poke_383": "그란돈", - "poke_384": "레쿠쟈", - "poke_384_e1": "메가레쿠쟈", - "poke_385": "지라치", - "poke_386": "테오키스", - "poke_387": "모부기", - "poke_388": "수풀부기", - "poke_389": "토대부기", - "poke_390": "불꽃숭이", - "poke_391": "파이숭이", - "poke_392": "초염몽", - "poke_393": "팽도리", - "poke_394": "팽태자", - "poke_395": "엠페르트", - "poke_396": "찌르꼬", - "poke_397": "찌르버드", - "poke_398": "찌르호크", - "poke_399": "비버니", - "poke_400": "비버통", - "poke_401": "귀뚤뚜기", - "poke_402": "귀뚤톡크", - "poke_403": "꼬링크", - "poke_404": "럭시오", - "poke_405": "렌트라", - "poke_406": "꼬몽울", - "poke_407": "로즈레이드", - "poke_408": "두개도스", - "poke_409": "램펄드", - "poke_410": "방패톱스", - "poke_411": "바리톱스", - "poke_412": "도롱충이", - "poke_413": "도롱마담", - "poke_414": "나메일", - "poke_415": "세꿀버리", - "poke_416": "비퀸", - "poke_417": "파치리스", - "poke_418": "브이젤", - "poke_419": "플로젤", - "poke_420": "체리버", - "poke_421": "체리꼬", - "poke_422": "깝질무", - "poke_423": "트리토돈", - "poke_424": "겟핸보숭", - "poke_425": "흔들풍손", - "poke_426": "둥실라이드", - "poke_427": "이어롤", - "poke_428": "이어롭", - "poke_428_e1": "메가이어롭", - "poke_429": "무우마직", - "poke_430": "돈크로우", - "poke_431": "나옹마", - "poke_432": "몬냥이", - "poke_433": "랑딸랑", - "poke_434": "스컹뿡", - "poke_435": "스컹탱크", - "poke_436": "동미러", - "poke_437": "동탁군", - "poke_438": "꼬지지", - "poke_439": "흉내내", - "poke_440": "핑복", - "poke_441": "페라페", - "poke_442": "화강돌", - "poke_443": "딥상어동", - "poke_444": "한바이트", - "poke_445": "한카리아스", - "poke_445_e1": "메가한카리아스", - "poke_446": "먹고자", - "poke_447": "리오르", - "poke_448": "루카리오", - "poke_448_e1": "메가루카리오", - "poke_449": "히포포타스", - "poke_450": "하마돈", - "poke_451": "스콜피", - "poke_452": "드래피온", - "poke_453": "삐딱구리", - "poke_454": "독개굴", - "poke_455": "무스틈니", - "poke_456": "형광어", - "poke_457": "네오라이트", - "poke_458": "타만타", - "poke_459": "눈쓰개", - "poke_460": "눈설왕", - "poke_460_e1": "메가눈설왕", - "poke_461": "포푸니라", - "poke_462": "자포코일", - "poke_463": "내룸벨트", - "poke_464": "거대코뿌리", - "poke_465": "덩쿠림보", - "poke_466": "에레키블", - "poke_467": "마그마번", - "poke_468": "토게키스", - "poke_469": "메가자리", - "poke_470": "리피아", - "poke_471": "글레이시아", - "poke_472": "글라이온", - "poke_473": "맘모꾸리", - "poke_474": "폴리곤Z", - "poke_475": "엘레이드", - "poke_475_e1": "메가엘레이드", - "poke_476": "대코파스", - "poke_477": "야느와르몽", - "poke_478": "눈여아", - "poke_479": "로토무", - "poke_480": "유크시", - "poke_481": "엠라이트", - "poke_482": "아그놈", - "poke_483": "디아루가", - "poke_484": "펄기아", - "poke_485": "히드런", - "poke_486": "레지기가스", - "poke_487": "기라티나", - "poke_488": "크레세리아", - "poke_489": "피오네", - "poke_490": "마나피", - "poke_491": "다크라이", - "poke_492": "쉐이미", - "poke_493": "아르세우스", - "poke_494": "비크티니", - "poke_495": "주리비얀", - "poke_496": "샤비", - "poke_497": "샤로다", - "poke_498": "뚜꾸리", - "poke_499": "차오꿀", - "poke_500": "염무왕", - "poke_501": "수댕이", - "poke_502": "쌍검자비", - "poke_503": "대검귀", - "poke_504": "보르쥐", - "poke_505": "보르그", - "poke_506": "요테리", - "poke_507": "하데리어", - "poke_508": "바랜드", - "poke_509": "쌔비냥", - "poke_510": "레파르다스", - "poke_511": "야나프", - "poke_512": "야나키", - "poke_513": "바오프", - "poke_514": "바오키", - "poke_515": "앗차프", - "poke_516": "앗차키", - "poke_517": "몽나", - "poke_518": "몽얌나", - "poke_519": "콩둘기", - "poke_520": "유토브", - "poke_521": "켄호로우", - "poke_522": "줄뮤마", - "poke_523": "제브라이카", - "poke_524": "단굴", - "poke_525": "암트르", - "poke_526": "기가이어스", - "poke_527": "또르박쥐", - "poke_528": "맘박쥐", - "poke_529": "두더류", - "poke_530": "몰드류", - "poke_531": "다부니", - "poke_531_e1": "메가다부니", - "poke_532": "으랏차", - "poke_533": "토쇠골", - "poke_534": "노보청", - "poke_535": "동챙이", - "poke_536": "두까비", - "poke_537": "두빅굴", - "poke_538": "던지미", - "poke_539": "타격귀", - "poke_540": "두르보", - "poke_541": "두르쿤", - "poke_542": "모아머", - "poke_543": "마디네", - "poke_544": "휠구", - "poke_545": "펜드라", - "poke_546": "소미안", - "poke_547": "엘풍", - "poke_548": "치릴리", - "poke_549": "드레디어", - "poke_550": "배쓰나이", - "poke_551": "깜눈크", - "poke_552": "악비르", - "poke_553": "악비아르", - "poke_554": "달막화", - "poke_555": "불비달마", - "poke_556": "마라카치", - "poke_557": "돌살이", - "poke_558": "암팰리스", - "poke_559": "곤율랭", - "poke_560": "곤율거니", - "poke_561": "심보러", - "poke_562": "데스마스", - "poke_563": "데스니칸", - "poke_564": "프로토가", - "poke_565": "늑골라", - "poke_566": "아켄", - "poke_567": "아케오스", - "poke_568": "깨봉이", - "poke_569": "더스트나", - "poke_570": "조로아", - "poke_571": "조로아크", - "poke_572": "치라미", - "poke_573": "치라치노", - "poke_574": "고디탱", - "poke_575": "고디보미", - "poke_576": "고디모아젤", - "poke_577": "유니란", - "poke_578": "듀란", - "poke_579": "란쿨루스", - "poke_580": "꼬지보리", - "poke_581": "스완나", - "poke_582": "바닐프티", - "poke_583": "바닐리치", - "poke_584": "배바닐라", - "poke_585": "사철록", - "poke_586": "바라철록", - "poke_587": "에몽가", - "poke_588": "딱정곤", - "poke_589": "슈바르고", - "poke_590": "깜놀버슬", - "poke_591": "뽀록나", - "poke_592": "탱그릴", - "poke_593": "탱탱겔", - "poke_594": "맘복치", - "poke_595": "파쪼옥", - "poke_596": "전툴라", - "poke_597": "철시드", - "poke_598": "너트령", - "poke_599": "기어르", - "poke_600": "기기어르", - "poke_601": "기기기어르", - "poke_602": "저리어", - "poke_603": "저리릴", - "poke_604": "저리더프", - "poke_605": "리그레", - "poke_606": "벰크", - "poke_607": "불켜미", - "poke_608": "램프라", - "poke_609": "샹델라", - "poke_610": "터검니", - "poke_611": "액슨도", - "poke_612": "액스라이즈", - "poke_613": "코고미", - "poke_614": "툰베어", - "poke_615": "프리지오", - "poke_616": "쪼마리", - "poke_617": "어지리더", - "poke_618": "메더", - "poke_619": "비조푸", - "poke_620": "비조도", - "poke_621": "크리만", - "poke_622": "골비람", - "poke_623": "골루그", - "poke_624": "자망칼", - "poke_625": "절각참", - "poke_626": "버프론", - "poke_627": "수리둥보", - "poke_628": "워글", - "poke_629": "벌차이", - "poke_630": "버랜지나", - "poke_631": "앤티골", - "poke_632": "아이앤트", - "poke_633": "모노두", - "poke_634": "디헤드", - "poke_635": "삼삼드래", - "poke_636": "활화르바", - "poke_637": "불카모스", - "poke_638": "코바르온", - "poke_639": "테라키온", - "poke_640": "비리디온", - "poke_641": "토네로스", - "poke_642": "볼트로스", - "poke_643": "레시라무", - "poke_644": "제크로무", - "poke_645": "랜드로스", - "poke_646": "큐레무", - "poke_647": "케르디오", - "poke_648": "메로엣타", - "poke_649": "게노세크트", - "poke_650": "도치마론", - "poke_651": "도치보구", - "poke_652": "브리가론", - "poke_653": "푸호꼬", - "poke_654": "테르나", - "poke_655": "마폭시", - "poke_656": "개구마르", - "poke_657": "개굴반장", - "poke_658": "개굴닌자", - "poke_659": "파르빗", - "poke_660": "파르토", - "poke_661": "화살꼬빈", - "poke_662": "불화살빈", - "poke_663": "파이어로", - "poke_664": "분이벌레", - "poke_665": "분떠도리", - "poke_666": "비비용", - "poke_667": "레오꼬", - "poke_668": "화염레오", - "poke_669": "플라베베", - "poke_670": "플라엣테", - "poke_671": "플라제스", - "poke_672": "메이클", - "poke_673": "고고트", - "poke_674": "판짱", - "poke_675": "부란다", - "poke_676": "트리미앙", - "poke_677": "냐스퍼", - "poke_678": "냐오닉스", - "poke_679": "단칼빙", - "poke_680": "쌍검킬", - "poke_681": "킬가르도", - "poke_682": "슈쁘", - "poke_683": "프레프티르", - "poke_684": "나룸퍼프", - "poke_685": "나루림", - "poke_686": "오케이징", - "poke_687": "칼라마네로", - "poke_688": "거북손손", - "poke_689": "거북손데스", - "poke_690": "수레기", - "poke_691": "드래캄", - "poke_692": "완철포", - "poke_693": "블로스터", - "poke_694": "목도리키텔", - "poke_695": "일레도리자드", - "poke_696": "티고라스", - "poke_697": "견고라스", - "poke_698": "아마루스", - "poke_699": "아마루르가", - "poke_700": "님피아", - "poke_701": "루차불", - "poke_702": "데덴네", - "poke_703": "멜리시", - "poke_704": "미끄메라", - "poke_705": "미끄네일", - "poke_706": "미끄래곤", - "poke_707": "클레피", - "poke_708": "나목령", - "poke_709": "대로트", - "poke_710": "호바귀", - "poke_711": "펌킨인", - "poke_712": "꽁어름", - "poke_713": "크레베이스", - "poke_714": "음뱃", - "poke_715": "음번", - "poke_716": "제르네아스", - "poke_717": "이벨타르", - "poke_718": "지가르데", - "poke_719": "디안시", - "poke_719_e1": "메가디안시", - "poke_720": "후파", - "poke_721": "볼케니온", - "poke_722": "나몰빼미", - "poke_723": "빼미스로우", - "poke_724": "모크나이퍼", - "poke_725": "냐오불", - "poke_726": "냐오히트", - "poke_727": "어흥염", - "poke_728": "누리공", - "poke_729": "키요공", - "poke_730": "누리레느", - "poke_731": "콕코구리", - "poke_732": "크라파", - "poke_733": "왕큰부리", - "poke_734": "영구스", - "poke_735": "형사구스", - "poke_736": "턱지충이", - "poke_737": "전지충이", - "poke_738": "투구뿌논", - "poke_739": "오기지게", - "poke_740": "모단단게", - "poke_741": "춤추새", - "poke_742": "에블리", - "poke_743": "에리본", - "poke_744": "암멍이", - "poke_745": "루가루암", - "poke_746": "약어리", - "poke_747": "시마사리", - "poke_748": "더시마사리", - "poke_749": "머드나기", - "poke_750": "만마드", - "poke_751": "물거미", - "poke_752": "깨비물거미", - "poke_753": "짜랑랑", - "poke_754": "라란티스", - "poke_755": "자마슈", - "poke_756": "마셰이드", - "poke_757": "야도뇽", - "poke_758": "염뉴트", - "poke_759": "포곰곰", - "poke_760": "이븐곰", - "poke_761": "달콤아", - "poke_762": "달무리나", - "poke_763": "달코퀸", - "poke_764": "큐아링", - "poke_765": "하랑우탄", - "poke_766": "내던숭이", - "poke_767": "꼬시레", - "poke_768": "갑주무사", - "poke_769": "모래꿍", - "poke_770": "모래성이당", - "poke_771": "해무기", - "poke_772": "타입:널", - "poke_773": "실버디", - "poke_774": "메테노", - "poke_775": "자말라", - "poke_776": "폭거북스", - "poke_777": "토게데마루", - "poke_778": "따라큐", - "poke_779": "치갈기", - "poke_780": "할비롱", - "poke_781": "타타륜", - "poke_782": "짜랑꼬", - "poke_783": "짜랑고우", - "poke_784": "짜랑고우거", - "poke_785": "카푸꼬꼬꼭", - "poke_786": "카푸나비나", - "poke_787": "카푸브루루", - "poke_788": "카푸느지느", - "poke_789": "코스모그", - "poke_790": "코스모움", - "poke_791": "솔가레오", - "poke_792": "루나아라", - "poke_793": "텅비드", - "poke_794": "매시붕", - "poke_795": "페로코체", - "poke_796": "전수목", - "poke_797": "철화구야", - "poke_798": "종이신도", - "poke_799": "악식킹", - "poke_800": "네크로즈마", - "poke_801": "마기아나", - "poke_802": "마샤도", - "poke_803": "베베놈", - "poke_804": "아고용", - "poke_805": "차곡차곡", - "poke_806": "두파팡", - "poke_807": "제라오라", - "poke_808": "멜탄", - "poke_809": "멜메탈", - "poke_810": "흥나숭", - "poke_811": "채키몽", - "poke_812": "고릴타", - "poke_813": "염버니", - "poke_814": "래비풋", - "poke_815": "에이스번", - "poke_816": "울머기", - "poke_817": "누겔레온", - "poke_818": "인텔리레온", - "poke_819": "탐리스", - "poke_820": "요씽리스", - "poke_821": "파라꼬", - "poke_822": "파크로우", - "poke_823": "아머까오", - "poke_824": "두루지벌레", - "poke_825": "레돔벌레", - "poke_826": "이올브", - "poke_827": "훔처우", - "poke_828": "폭슬라이", - "poke_829": "꼬모카", - "poke_830": "백솜모카", - "poke_831": "우르", - "poke_832": "배우르", - "poke_833": "깨물부기", - "poke_834": "갈가부기", - "poke_835": "멍파치", - "poke_836": "펄스멍", - "poke_837": "탄동", - "poke_838": "탄차곤", - "poke_839": "석탄산", - "poke_840": "과사삭벌레", - "poke_841": "애프룡", - "poke_842": "단지래플", - "poke_843": "모래뱀", - "poke_844": "사다이사", - "poke_845": "윽우지", - "poke_846": "찌로꼬치", - "poke_847": "꼬치조", - "poke_848": "일레즌", - "poke_849": "스트린더", - "poke_850": "태우지네", - "poke_851": "다태우지네", - "poke_852": "때때무노", - "poke_853": "케오퍼스", - "poke_854": "데인차", - "poke_855": "포트데스", - "poke_856": "몸지브림", - "poke_857": "손지브림", - "poke_858": "브리무음", - "poke_859": "메롱꿍", - "poke_860": "쏘겨모", - "poke_861": "오롱털", - "poke_862": "가로막구리", - "poke_863": "나이킹", - "poke_864": "산호르곤", - "poke_865": "창파나이트", - "poke_866": "마임꽁꽁", - "poke_867": "데스판", - "poke_868": "마빌크", - "poke_869": "마휘핑", - "poke_870": "대여르", - "poke_871": "찌르성게", - "poke_872": "누니머기", - "poke_873": "모스노우", - "poke_874": "돌헨진", - "poke_875": "빙큐보", - "poke_876": "에써르", - "poke_877": "모르페코", - "poke_878": "끼리동", - "poke_879": "대왕끼리동", - "poke_880": "파치래곤", - "poke_881": "파치르돈", - "poke_882": "어래곤", - "poke_883": "어치르돈", - "poke_884": "두랄루돈", - "poke_885": "드라꼰", - "poke_886": "드래런치", - "poke_887": "드래펄트", - "poke_888": "자시안", - "poke_889": "자마젠타", - "poke_890": "무한다이노", - "poke_891": "치고마", - "poke_892": "우라오스", - "poke_893": "자루도", - "poke_894": "레지에레키", - "poke_895": "레지드래고", - "poke_896": "블리자포스", - "poke_897": "레이스포스", - "poke_898": "버드렉스", - "poke_899": "신비록", - "poke_900": "사마자르", - "poke_901": "다투곰", - "poke_902": "대쓰여너", - "poke_903": "포푸니크", - "poke_904": "장침바루", - "poke_905": "러브로스", - "poke_906": "나오하", - "poke_907": "나로테", - "poke_908": "마스카나", - "poke_909": "뜨아거", - "poke_910": "악뜨거", - "poke_911": "라우드본", - "poke_912": "꾸왁스", - "poke_913": "아꾸왁", - "poke_914": "웨이니발", - "poke_915": "맛보돈", - "poke_916": "퍼퓨돈", - "poke_917": "타랜툴라", - "poke_918": "트래피더", - "poke_919": "콩알뚜기", - "poke_920": "엑스레그", - "poke_921": "빠모", - "poke_922": "빠모트", - "poke_923": "빠르모트", - "poke_924": "두리쥐", - "poke_925": "파밀리쥐", - "poke_926": "쫀도기", - "poke_927": "바우첼", - "poke_928": "미니브", - "poke_929": "올리뇨", - "poke_930": "올리르바", - "poke_931": "시비꼬", - "poke_932": "베베솔트", - "poke_933": "스태솔트", - "poke_934": "콜로솔트", - "poke_935": "카르본", - "poke_936": "카디나르마", - "poke_937": "파라블레이즈", - "poke_938": "빈나두", - "poke_939": "찌리배리", - "poke_940": "찌리비", - "poke_941": "찌리비크", - "poke_942": "오라티프", - "poke_943": "마피티프", - "poke_944": "땃쭈르", - "poke_945": "태깅구르", - "poke_946": "그푸리", - "poke_947": "공푸리", - "poke_948": "들눈해", - "poke_949": "육파리", - "poke_950": "절벼게", - "poke_951": "캡싸이", - "poke_952": "스코빌런", - "poke_953": "구르데", - "poke_954": "베라카스", - "poke_955": "하느라기", - "poke_956": "클레스퍼트라", - "poke_957": "어리짱", - "poke_958": "벼리짱", - "poke_959": "두드리짱", - "poke_960": "바다그다", - "poke_961": "바닥트리오", - "poke_962": "떨구새", - "poke_963": "맨돌핀", - "poke_964": "돌핀맨", - "poke_965": "부르롱", - "poke_966": "부르르룸", - "poke_967": "모토마", - "poke_968": "꿈트렁", - "poke_969": "초롱순", - "poke_970": "킬라플로르", - "poke_971": "망망이", - "poke_972": "묘두기", - "poke_973": "꼬이밍고", - "poke_974": "터벅고래", - "poke_975": "우락고래", - "poke_976": "가비루사", - "poke_977": "어써러셔", - "poke_978": "싸리용", - "poke_979": "저승갓숭", - "poke_980": "토오", - "poke_981": "키키링", - "poke_982": "노고고치", - "poke_983": "대도각참", - "poke_984": "위대한엄니", - "poke_985": "우렁찬꼬리", - "poke_986": "사나운버섯", - "poke_987": "날개치는머리", - "poke_988": "땅을기는날개", - "poke_989": "모래털가죽", - "poke_990": "무쇠바퀴", - "poke_991": "무쇠보따리", - "poke_992": "무쇠손", - "poke_993": "무쇠머리", - "poke_994": "무쇠독나방", - "poke_995": "무쇠가시", - "poke_996": "드니차", - "poke_997": "드니꽁", - "poke_998": "드닐레이브", - "poke_999": "모으령", - "poke_1000": "타부자고", - "poke_1001": "총지엔", - "poke_1002": "파오젠", - "poke_1003": "딩루", - "poke_1004": "위유이", - "poke_1005": "고동치는달", - "poke_1006": "무쇠무인", - "poke_1007": "코라이돈", - "poke_1008": "미라이돈 ", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "없음", - "poke_type_1": "노말", - "poke_type_2": "격투", - "poke_type_3": "비행", - "poke_type_4": "독", - "poke_type_5": "땅", - "poke_type_6": "바위", - "poke_type_7": "벌레", - "poke_type_8": "고스트", - "poke_type_9": "강철", - "poke_type_10": "불꽃", - "poke_type_11": "물", - "poke_type_12": "풀", - "poke_type_13": "전기", - "poke_type_14": "에스퍼", - "poke_type_15": "얼음", - "poke_type_16": "드래곤", - "poke_type_17": "악", - "poke_type_18": "페어리", - "purified": "정화", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "파트너 포켓몬과 {{amount}} km 걷는다", - "quest_catch_type_dark_plural": "악타입 포켓몬을 {{amount}}마리 잡는다", - "quest_catch_type_dragon_plural": "드래곤타입 포켓몬을 {{amount}}마리 잡는다", - "quest_catch_type_poison_plural": "독타입 포켓몬을 {{amount}}마리 잡는다", - "quest_catch_type_psychic_plural": "에스퍼타입 포켓몬을 {{amount}}마리 잡는다", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "고스트타입 포켓몬 {{amount}}마리에게 이긴다", - "quest_fight_type_ghost_psychic_plural": "에스퍼타입 또는 고스트타입 포켓몬 {{amount}}마리에게 이긴다", - "quest_fight_type_psychic_plural": "에스퍼타입 포켓몬 {{amount}}마리에게 이긴다", - "quest_incense_singular": "향로 1개를 사용한다", - "quest_land_excellent_plural": "Excellent가 나오게 {{amount}}회 던진다", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "팀 리더와의 대전을 {{amount_0}}번 한다", - "quest_title_challenge_2019_battle_trainer": "트레이너와 대전한다", - "quest_title_challenge_2019_battle_trainer_plural": "트레이너와의 대전을 {{amount_0}}번 한다", - "quest_title_challenge_2019_battle_trainer_win": "트레이너 대전에서 {{amount_0}}번 이긴다", - "quest_title_challenge_2019_snapshot_eevee": "이브이 GO스냅샷 사진을 {{amount_0}}장 찍는다", - "quest_title_challenge_2019_snapshot_loudred": "노공룡 사진을 찍는다", - "quest_title_challenge_2019_snapshot_pkmn": "지라치 사진을 {{amount_0}}장 찍는다", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "페어리타입 포켓몬 사진을 {{amount_0}} 장 찍는다", - "quest_title_challenge_2019_snapshot_pkmn_flying": "비행타입 포켓몬 사진을 {{amount_0}} 장 찍는다", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "고스트타입 포켓몬의 사진을 {{amount_0}} 장 찍는다", - "quest_title_challenge_2019_snapshot_pkmn_grass": "풀타입 포켓몬 사진을 {{amount_0}} 장 찍는다", - "quest_title_challenge_2019_snapshot_pkmn_ground": "땅타입 포켓몬의 사진을 {{amount_0}} 장 찍는다", - "quest_title_challenge_2019_snapshot_pkmn_ice": "얼음타입 포켓몬의 사진을 {{amount_0}} 장 찍는다", - "quest_title_challenge_2019_snapshot_pkmn_normal": "노말타입 포켓몬 사진을 {{amount_0}} 장 찍는다", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "에스퍼타입 포켓몬 사진을 {{amount_0}} 장 찍는다", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "강철타입 또는 에스퍼타입 포켓몬 사진을 {{amount_0}} 장 찍는다", - "quest_title_challenge_2019_snapshot_pkmn_rock": "바위타입 포켓몬의 GO스냅샷을 {{amount_0}} 장 찍는다", - "quest_title_challenge_2019_snapshot_pkmn_steel": "강철타입 포켓몬 사진을 {{amount_0}} 장 찍는다", - "quest_title_challenge_2019_snapshot_pkmn_water": "물타입 포켓몬의 사진을 {{amount_0}} 장 찍는다", - "quest_title_challenge_2019_trade_distance": "100km 이상 거리의 포켓몬을 3마리 교환한다", - "quest_title_challenge_available": "새로운 챌린지 가능!", - "quest_title_challenge_battle_gbl_win_all": "GO배틀리그 대전에서 1번 이긴다", - "quest_title_challenge_battle_trainer_great": "슈퍼리그로 트레이너와 대전한다", - "quest_title_challenge_buddy_affection_plural": "하트를 {{amount_0}}개 획득", - "quest_title_challenge_buddy_affection_single": "하트 획득", - "quest_title_challenge_buddy_battle_plural": "파트너가 함께 걸을 때 배틀 {{amount_0}}번 하기", - "quest_title_challenge_buddy_battle_single": "파트너가 함께 걸을 때 배틀하기", - "quest_title_challenge_buddy_emotion_plural": "파트너 기분을 아주 좋음으로 {{amount_0}}번 만들기", - "quest_title_challenge_buddy_emotion_single": "파트너 기분을 아주 좋음으로 만들기", - "quest_title_challenge_buddy_level_best_plural": "베스트 파트너 {{amount_0}}번 되기", - "quest_title_challenge_buddy_level_best_single": "베스트 파트너 되기", - "quest_title_challenge_buddy_level_good_plural": "굿 파트너 {{amount_0}}번 되기", - "quest_title_challenge_buddy_level_good_single": "굿 파트너 되기", - "quest_title_challenge_buddy_level_great_plural": "그레이트 파트너 {{amount_0}}번 되기", - "quest_title_challenge_buddy_level_great_single": "그레이트 파트너 되기", - "quest_title_challenge_buddy_level_plural": "파트너 레벨 {{amount_0}}번 올리기", - "quest_title_challenge_buddy_level_single": "파트너 레벨 올리기", - "quest_title_challenge_buddy_level_ultra_plural": "울트라 파트너 {{amount_0}}번 되기", - "quest_title_challenge_buddy_level_ultra_single": "울트라 파트너 되기", - "quest_title_challenge_buddy_play_plural": "파트너와 {{amount_0}}번 놀기", - "quest_title_challenge_buddy_play_single": "파트너와 놀기", - "quest_title_challenge_buddy_poi_plural": "파트너가 알려준 장소를 {{amount_0}}번 방문하기", - "quest_title_challenge_buddy_poi_single": "파트너가 알려준 장소 방문하기", - "quest_title_challenge_buddy_snapshot_plural": "파트너의 사진을 {{amount_0}}번 찍기", - "quest_title_challenge_buddy_snapshot_single": "파트너의 사진을 찍기", - "quest_title_challenge_buddy_treat_plural": "간식을 {{amount_0}}개 주기", - "quest_title_challenge_buddy_treat_single": "간식을 준다", - "quest_title_challenge_catch_legendary": "필드리서치의 대발견 또는 레이드배틀에서 전설의 포켓몬을 잡는다", - "quest_title_challenge_catch_unique_any": "포켓몬을 {{amount_0}} 종류 잡는다", - "quest_title_challenge_snapshot_bidoof": "비버니의 GO스냅샷을 찍는다", - "quest_title_challenge_snapshot_dratini_singular": "미뇽 사진을 찍는다", - "quest_title_challenge_snapshot_eevee": "이브이 사진을 찍는다", - "quest_title_challenge_snapshot_pkmn_bug": "벌레타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_challenge_snapshot_pkmn_bug_single": "벌레타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_dark": "악타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_challenge_snapshot_pkmn_dark_single": "악타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_dragon": "드래곤타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_challenge_snapshot_pkmn_dragon_single": "드래곤타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_electric": "전기타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_challenge_snapshot_pkmn_electric_single": "전기타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_fairy_single": "페어리타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_fighting": "격투타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_challenge_snapshot_pkmn_fighting_single": "격투타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_fire": "불꽃타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_challenge_snapshot_pkmn_fire_single": "불꽃타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_flying_single": "비행타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_ghost_single": "고스트타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_grass_single": "풀타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_ground_single": "땅타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_ice_single": "얼음타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_normal_single": "노말타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_poison": "독타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_challenge_snapshot_pkmn_poison_single": "독타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_psychic_single": "에스퍼타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_rock": "바위타입 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_challenge_snapshot_pkmn_rock_single": "바위타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_steel_single": "강철타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_pkmn_water_single": "물타입 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "야생 줄뮤마의 GO스냅샷을 찍는다", - "quest_title_challenge_snapshot_wild_glameow_singular": "야생 나옹마의 GO스냅샷을 찍는다", - "quest_title_geotarget_quest_description": "스캔하기: {{amount_0}}", - "quest_title_quest_achieve_lvl_40": "레벨 40에 도달한다", - "quest_title_quest_adventure_effect_activate_plural": "필드 효과를 {{amount_0}}번 발동한다", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "시간의포효 필드 효과를 {{amount_0}}번 발동한다", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "시간의포효 필드 효과를 1번 발동한다", - "quest_title_quest_adventure_effect_activate_singular": "필드 효과를 1번 발동한다", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "공간절단 필드 효과를 {{amount_0}}번 발동한다", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "공간절단 필드 효과를 1번 발동한다", - "quest_title_quest_adventure_evolve_singular": "어드벤처위크: 암나이트 또는 투구를 진화시킨다", - "quest_title_quest_adventure_hatch_egg_plural": "어드벤처위크: 알을 {{amount_0}} 개 부화시킨다", - "quest_title_quest_adventure_visit_pokestop_new_plural": "어드벤처위크: 방문한 적이 없는 포켓스톱 {{amount_0}} 개 돌린다", - "quest_title_quest_adventure_walk_buddy_plural": "어드벤처위크: 파트너와 걸어서 {{amount_0}} 개 사탕을 받는다", - "quest_title_quest_adventure2019_catch_special33_plural": "어드벤처위크2019: 가보리를 {{amount_0}}마리 잡는다", - "quest_title_quest_adventure2019_evolve_singular": "어드벤처위크2019: 릴링 또는 아노딥스를 진화시킨다", - "quest_title_quest_adventure2019_hatch_egg_plural": "어드벤처위크2019: {{amount_0}}개의 알을 부화시킨다", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "어드벤처위크2019: 가본 적 없는 포켓스톱 {{amount_0}}개를 돌린다", - "quest_title_quest_adventure2019_visit_pokestop_plural": "어드벤처위크2019: 포켓스톱 25개를 돌린다", - "quest_title_quest_adventure2019_walk_buddy_plural": "어드벤처위크2019: 파트너 포켓몬과 걸어서 사탕을 {{amount_0}}개 얻는다", - "quest_title_quest_alodude_catch": "알로라의 모습 꼬마돌을 {{amount_0}}마리 잡는다", - "quest_title_quest_alodude_evolve_a": "알로라의 모습 꼬마돌을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_alodude_evolve_b": "알로라의 모습 데구리를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_alodude_snap": "알로라의 모습 꼬마돌의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_at_catch_a": "캐이시를 {{amount_0}}마리 잡는다", - "quest_title_quest_at_evolve_a": "캐이시를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_at_evolve_k": "윤겔라를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_axew_catch_b": "터검니를 {{amount_0}}마리 잡는다", - "quest_title_quest_axew_evolve_b": "터검니를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_axew_snapshot_b": "터검니의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_azelf_wild_snap": "야생 아그놈의 GO스냅샷을 찍는다", - "quest_title_quest_bagon_catch_b": "아공이를 {{amount_0}}마리 잡는다", - "quest_title_quest_bagon_evolve_b_plural": "아공이를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_bagon_evolve_b_singular": "아공이를 1마리 진화시킨다", - "quest_title_quest_bagon_snapshot_b": "아공이의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_battle_buddy_adventure_plural": "파트너가 함께 걷고 있을 때 파트너 포켓몬으로 트레이너 대전을 {{amount_0}}번 한다", - "quest_title_quest_battle_buddy_adventure_single": "파트너가 함께 걷고 있을 때 파트너 포켓몬으로 트레이너 대전을 1번 한다", - "quest_title_quest_battle_dangling_reward_toast": "현재 배틀을 종료해 주십시오.", - "quest_title_quest_battle_error_toast": "배틀 개시 오류", - "quest_title_quest_battle_gbl_halloween_plural": "핼러윈컵에서 {{amount_0}}번 대전한다", - "quest_title_quest_battle_gbl_halloween_win_plural": "핼러윈컵 트레이너 대전에서 {{amount_0}}번 이긴다", - "quest_title_quest_battle_gbl_plural": "GO배틀리그에서 {{amount_0}}번 배틀", - "quest_title_quest_battle_gbl_singular": "GO 배틀리그에서 배틀한다", - "quest_title_quest_battle_gbl_win_plural": "GO배틀리그 트레이너 배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_battle_gbl_win_singular": "GO배틀리그 트레이너 배틀에서 1번 이긴다", - "quest_title_quest_battle_great_plural": "슈퍼리그에서 트레이너와 {{amount_0}}번 대전한다", - "quest_title_quest_battle_great_win_plural": "슈퍼리그 트레이너 배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_battle_great_win_singular": "슈퍼리그 트레이너 배틀에서 1번 이긴다", - "quest_title_quest_battle_gym_plural": "체육관 배틀을 {{amount_0}}회 한다", - "quest_title_quest_battle_gym_singular": "체육관 배틀을 1회 한다", - "quest_title_quest_battle_master_win_plural": "마스터리그 트레이너 배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_battle_master_win_singular": "마스터리그 트레이너 배틀에서 1번 이긴다", - "quest_title_quest_battle_raid_plural": "레이드배틀을 {{amount_0}}회 한다", - "quest_title_quest_battle_raid_singular": "레이드배틀을 1회 한다", - "quest_title_quest_battle_raid_with_friend_plural": "프렌드와 함께 레이드배틀을 {{amount_0}}번 한다", - "quest_title_quest_battle_raid_with_friend_singular": "프렌드와 함께 레이드배틀을 1번 한다", - "quest_title_quest_battle_supereffective_charge_plural": "효과가 굉장한 스페셜 어택을 사용해서 체육관 배틀한다 : {{amount_0}}회", - "quest_title_quest_battle_supereffective_charge_singular": "효과가 굉장한 스페셜 어택을 사용해서 체육관 배틀한다 : 1회", - "quest_title_quest_battle_team_rocket_plural": "GO로켓단 조무래기와 배틀을 {{amount_0}}번 한다", - "quest_title_quest_battle_team_rocket_singular": "GO로켓단 조무래기와 배틀을 1번 한다", - "quest_title_quest_battle_ultra_win_plural": "하이퍼리그 트레이너 배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_battle_ultra_win_singular": "하이퍼리그 트레이너 배틀에서 1번 이긴다", - "quest_title_quest_battle19_catch_fighting_easy": "격투타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_battle19_catch_medium_pkmn": "마크탕 또는 요가랑을 {{amount_0}}마리 잡는다", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Excellent를 {{amount_0}}회 연속으로 던진다", - "quest_title_quest_battle19_raid_win_veryhard": "레이드배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_battle19_supereffective_charge_hard": "효과가 굉장한 스페셜 어택을 사용해서 체육관배틀을 {{amount_0}} 회 한다", - "quest_title_quest_battler_appears": "상대가 나타났다!", - "quest_title_quest_beat_raid_10_minutes": "레이드에서 10분 안에 이긴다", - "quest_title_quest_beat_raid_60_seconds": "레이드에서 60초 안에 이긴다", - "quest_title_quest_beat_raid_singular_minutes": "레이드에서 {{amount_0}}초 안에 이긴다", - "quest_title_quest_beat_raid_singular_seconds": "레이드에서 {{amount_0}}초 안에 이긴다", - "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: 구구 또는 꼬렛을 {{amount_0}} 마리 잡는다", - "quest_title_quest_begins19_evolve_plural": "Pokémon Day: 나옹을 1마리 진화시킨다", - "quest_title_quest_beldum_catch_b": "메탕을 {{amount_0}}마리 잡는다", - "quest_title_quest_beldum_evolve_b_plural": "메탕을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_beldum_evolve_b_singular": "메탕을 1마리 진화시킨다", - "quest_title_quest_bellsprout_catch_b": "모다피를 {{amount_0}}마리 잡는다", - "quest_title_quest_bellsprout_evolve_b_plural": "모다피를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_bellsprout_evolve_b_singular": "모다피를 1마리 진화시킨다", - "quest_title_quest_bellsprout_snapshot_b": "모다피의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_beluga_evolve_pkmn": "Let's Go: 아노딥스를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_beluga_excellent_singular": "Let's Go: Excellent가 나오게 {{amount_0}}회 던진다", - "quest_title_quest_beluga_hatch_plural": "Let's Go: 알을 {{amount_0}}개 부화시킨다", - "quest_title_quest_best_buddy_bronze": "포켓몬 1마리를 베스트 파트너로 만든다", - "quest_title_quest_best_buddy_silver": "포켓몬 10마리를 베스트 파트너로 만든다", - "quest_title_quest_bounsweet_catch_b": "달콤아를 {{amount_0}}마리 잡는다", - "quest_title_quest_bounsweet_evolve_b_plural": "달콤아를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_bounsweet_evolve_b_singular": "달콤아를 1마리 진화시킨다", - "quest_title_quest_braixen_evolve_b": "테르나를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_breakthrough_completed": "필드리서치 완료!", - "quest_title_quest_breakthrough_reward_mystery": "수수께끼의 선물", - "quest_title_quest_breakthrough_reward_stardust": "별의모래", - "quest_title_quest_brionne_evolve_b_plural": "키요공을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_brionne_evolve_b_singular": "키요공을 1마리 진화시킨다", - "quest_title_quest_buddy_affection_days": "파트너 포켓몬의 하트를 {{amount_0}}일 받기", - "quest_title_quest_buddy_affection_days_in_a_row": "{{amount_0}}일 연속해서 파트너 포켓몬의 하트 받기", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "파트너가 함께 걷고 있을 때 함께 트레이너 대전을 {{amount_0}}번 한다", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "파트너가 함께 걷고 있을 때 파트너 포켓몬으로 트레이너 대전을 1번 한다", - "quest_title_quest_buddy_souvenir_plural": "파트너 포켓몬의 선물 {{amount_0}}개를 받는다", - "quest_title_quest_buddy_souvenir_singular": "파트너 포켓몬의 선물 1개를 받는다", - "quest_title_quest_buddy_walk_km_plural": "파트너 포켓몬과 {{amount_0}} km 걷는다", - "quest_title_quest_bulbt_catch_b": "이상해씨를 {{amount_0}}마리 잡는다", - "quest_title_quest_bulbt_evolve_b": "이상해씨를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_bulbt_evolve_s1": "이상해풀을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_cacnea_catch": "선인왕을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_151": "포켓몬을 151마리 잡는다", - "quest_title_quest_catch_b_types_plural": "전기타입, 노말타입, 독타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_basic_types_plural": "풀, 물, 불꽃 중 한 가지 타입의 포켓몬을 {{amount_0}}마리 이상 잡는다", - "quest_title_quest_catch_berry_any_drifloon": "흔들풍손을 잡을 때 나무열매를 {{amount_0}}개 사용한다", - "quest_title_quest_catch_berry_nanab_drifloon": "흔들풍손을 잡을 때 나나열매를 {{amount_0}}개 사용한다", - "quest_title_quest_catch_berry_pinap": "포켓몬을 잡을 때 파인열매를 {{amount_0}}개 사용한다", - "quest_title_quest_catch_berry_razz": "포켓몬을 잡을 때 라즈열매를 {{amount_0}}개 사용한다", - "quest_title_quest_catch_berry_razz_drifloon": "흔들풍손을 잡을 때 라즈열매를 {{amount_0}}개 사용한다", - "quest_title_quest_catch_bronzor_plural": "동미러를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_c_types_plural": "비행, 에스퍼, 악 중 한 타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_carbink_singular": "멜리시를 1마리 잡는다", - "quest_title_quest_catch_celebi_types_plural": "풀타입 또는 에스퍼타입 포켓몬을 {{amount_0}} 마리 잡는다", - "quest_title_quest_catch_costumed_plural": "태양 왕관을 쓴 이브이 또는 달 왕관을 쓴 이브이를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_crabrawler_plural": "오기지게를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_dark_type_plural": "악타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_darumaka_plural": "달막화를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_daysinarow": "포켓몬을 {{amount_0}} 일 연속해서 잡는다", - "quest_title_quest_catch_dialga": "디아루가를 잡는다", - "quest_title_quest_catch_drifloon": "흔들풍손을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_ducklett_plural": "꼬지보리를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_ducklett_singular": "꼬지보리를 잡는다", - "quest_title_quest_catch_emolga_plural": "에몽가를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_excellent_curve_drifloon": "흔들풍손을 Excellent가 나오게 커브볼로 {{amount_0}}마리 잡는다 ", - "quest_title_quest_catch_excellent_with_berry_drifloon": "흔들풍손에게 나무열매를 쓰고 Excellent가 나오게 {{amount_0}}마리 잡는다.", - "quest_title_quest_catch_feed_plural": "나무열매 {{amount_0}}개를 사용하여 포켓몬을 잡는다", - "quest_title_quest_catch_feed_singular": "나무열매 1개를 사용하여 포켓몬을 잡는다", - "quest_title_quest_catch_furfou_singular": "트리미앙을 잡는다", - "quest_title_quest_catch_groudon_primal_boosted_types": "불꽃, 풀, 땅 중 한 가지 타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_groudon_type": "불꽃, 풀, 땅 중 한 가지 타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_hoenn_pokemon": "호연지방에서 처음으로 발견된 포켓몬 {{amount_0}}마리를 잡는다", - "quest_title_quest_catch_in_day_plural": "하루에 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_jan21_hoenn1_plural": "그란돈을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_jan21_hoenn2_plural": "가이오가를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_johto_pokemon": "성도지방에서 처음으로 발견된 포켓몬 {{amount_0}}마리를 잡는다", - "quest_title_quest_catch_kanto_pokemon": "관동지방에서 처음으로 발견된 포켓몬 {{amount_0}}마리를 잡는다", - "quest_title_quest_catch_kyogre_primal_boosted_types": "물, 전기, 벌레 중 한 가지 타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_kyogre_type": "물, 전기, 벌레 중 한 가지 타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_legendary_inarow_plural": "다음에 만날 전설, 환상의 포켓몬 {{amount_0}}마리를 연속으로 잡는다", - "quest_title_quest_catch_legendary_plural": "전설 또는 환상의 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_legendary_singular": "전설 또는 환상의 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_lunatone_plural": "루나톤을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_luvdisc": "사랑동이를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_misc_01_types_plural": "물, 얼음, 노말 중 한 가지 타입의 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_nymble_plural": "콩알뚜기를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_palkia": "펄기아를 잡는다", - "quest_title_quest_catch_pikachu_plural": "피카츄를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_plural_unique": "포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_pokemon_dai_plural": "산책향로로 이끌려 온 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_pokemon_days": "포켓몬을 {{amount_0}}일 잡는다", - "quest_title_quest_catch_pokemon_great_ball_plural": "슈퍼볼로 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_pokemon_great_ball_singular": "슈퍼볼로 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_pokemon_legendary_plural": "전설의 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_pokemon_legendary_singular": "전설의 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_pokemon_party_plural": "팀 참가 중 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_pokemon_plural": "포켓몬 {{amount_0}}마리를 잡는다", - "quest_title_quest_catch_pokemon_poke_ball_plural": "몬스터볼로 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_pokemon_poke_ball_singular": "몬스터볼로 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_pokemon_routes_plural": "루트에서 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_pokemon_routes_singular": "루트에서 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_pokemon_singular": "포켓몬 1마리를 잡는다", - "quest_title_quest_catch_pokemon_task": "포켓몬마를 잡는다", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "하이퍼볼로 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "하이퍼볼로 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_psychic_steel": "강철타입 또는 에스퍼타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_raid_regi_any": "레이드에서 레지락, 레지아이스, 레지스틸 중 하나를 잡는다", - "quest_title_quest_catch_raid_regi_ice": "레이드에서 레지아이스를 잡는다", - "quest_title_quest_catch_raid_regi_rock": "레이드에서 레지락을 잡는다", - "quest_title_quest_catch_raid_regi_steel": "레이드에서 레지스틸을 잡는다", - "quest_title_quest_catch_rayquaza_type": "비행, 드래곤, 에스퍼 중 한 타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_sinnoh_pokemon": "신오지방에서 처음으로 발견된 포켓몬 {{amount_0}}마리를 잡는다", - "quest_title_quest_catch_sinnoh_pokemon_singular": "신오지방에서 처음으로 발견된 포켓몬 1마리를 잡는다", - "quest_title_quest_catch_solrock_plural": "솔록을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special_aerodactyl": "프테라를 1마리 잡는다", - "quest_title_quest_catch_special_bidoof": "비버니를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special_chespin": "도치마론을 1마리 잡는다", - "quest_title_quest_catch_special_cottonee": "소미안을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special_cubone": "탕구리를 1마리 잡는다", - "quest_title_quest_catch_special_exeggcute": "아라리를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special_fennekin": "푸호꼬를 1마리 잡는다", - "quest_title_quest_catch_special_fletchling": "화살꼬빈을 1마리 잡는다", - "quest_title_quest_catch_special_froakie": "개구마르를 1마리 잡는다", - "quest_title_quest_catch_special_furfrou": "트리미앙을 잡는다", - "quest_title_quest_catch_special_jirachi": "지라치를 잡아라!", - "quest_title_quest_catch_special_lieep_anorithl": "릴링 또는 아노딥스를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special_litleo": "레오꼬를 1마리 잡는다", - "quest_title_quest_catch_special_mew": "뮤를 잡아라!", - "quest_title_quest_catch_special_natu": "네이티를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special_omanyte_kabuto": "암나이트 또는 투구를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special_pumpkaboo": "호바귀를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special_slugma_gulpin": "마그마그 또는 꼴깍몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special_voltorb": "찌리리공을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special0_plural": "메타몽을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: 리스트에 있는 포켓몬 {{amount_0}}종류를 잡는다", - "quest_title_quest_catch_special0_singular": "메타몽을 1마리 잡는다", - "quest_title_quest_catch_special1_plural": "모다피 또는 뚜벅쵸를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special1_singular": "모다피 또는 뚜벅쵸를 1마리 잡는다", - "quest_title_quest_catch_special2_plural": "파비코를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special2_singular": "파비코를 1마리 잡는다", - "quest_title_quest_catch_special3_plural": "구구 또는 니로우를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special3_singular": "구구 또는 니로우를 1마리 잡는다", - "quest_title_quest_catch_special4_plural": "나무지기 또는 물짱이를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special4_singular": "나무지기 또는 물짱이를 1마리 잡는다", - "quest_title_quest_catch_special5_plural": "에나비 또는 나옹을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special5_singular": "에나비 또는 나옹을 1마리 잡는다", - "quest_title_quest_catch_special6_plural": "메리프를 {{amount_0}} 마리 잡는다", - "quest_title_quest_catch_special7_plural": "파이리를 {{amount_0}} 마리 잡는다", - "quest_title_quest_catch_special8_plural": "애버라스를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special9_plural": "안농을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special10_plural": "플러시를 {{amount_0}} 마리 잡는다", - "quest_title_quest_catch_special11_plural": "마이농을 {{amount_0}} 마리 잡는다", - "quest_title_quest_catch_special12_plural": "꼬부기를 {{amount_0}} 마리 잡는다", - "quest_title_quest_catch_special13_plural": "로젤리아를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special14_singular": "나옹 또는 가디를 잡는다", - "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", - "quest_title_quest_catch_special16_singular": "에나비 또는 포챠나를 잡는다", - "quest_title_quest_catch_special17_plural": "이브이를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special18_plural": "메탕을 {{amount_0}} 마리 잡는다", - "quest_title_quest_catch_special19_plural": "게을로를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special20_plural": "랄토스를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special21_singular": "피카츄 또는 꼬렛을 1마리 잡는다", - "quest_title_quest_catch_special22_plural": "치코리타를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special23_plural": "브케인을 {{amount_0}} 마리 잡는다", - "quest_title_quest_catch_special24_plural": "리아코를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special25_plural": "꾸꾸리를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special26_plural": "나무지기를 {{amount_0}} 마리 잡는다", - "quest_title_quest_catch_special27_plural": "아공이를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special28_plural": "아차모를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special29_plural": "물짱이를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special31_plural": "모부기를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special33_plural": "톱치를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special34_plural": "불꽃숭이를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special35_plural": "팽도리를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special36_plural": "뿔카노를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special37_plural": "알통몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special38_plural": "식스테일을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special39_plural": "미뇽을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special40_plural": "캐이시를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special41_plural": "대굴레오를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special42_plural": "뿔충이를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special43_plural": "찌르꼬를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special44_plural": "도토링을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special45_plural": "질퍽이를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_special46_plural": "폴리곤을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_staryu_plural": "별가사리를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_stufful_pinap_plural": "포켓몬을 잡을 때 파인열매를 {{amount_0}}개 사용한다", - "quest_title_quest_catch_stufful_pinap_singular": "포켓몬을 잡을 때 파인열매를 1개 사용한다", - "quest_title_quest_catch_stufful_razz_plural": "포켓몬을 잡을 때 라즈열매를 {{amount_0}}개 사용한다", - "quest_title_quest_catch_stufful_razz_singular": "포켓몬을 잡을 때 라즈열매를 1개 사용한다", - "quest_title_quest_catch_transform_pokemon_plural": "변신포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_trubbish_plural": "깨봉이를 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_bug_plural": "벌레타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_bug_plural_unique": "벌레타입 포켓몬 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_bug_singular": "벌레타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_buzzwole": "매시붕과 같은 타입의 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_buzzwole_effective": "매시붕의 약점 타입인 포켓몬을 잡는다", - "quest_title_quest_catch_type_buzzwole_plural": "매시붕과 같은 타입의 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_celesteela_effective": "철화구야의 약점 타입인 포켓몬을 잡는다", - "quest_title_quest_catch_type_dark_plural": "악타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_dark_plural_unique": "악타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_dark_singular": "악타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_dragon_normal_plural": "노말타입 또는 드래곤타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_dragon_plural": "드래곤타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_dragon_plural_unique": "드래곤타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_dragon_singular": "드래곤타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_electric_flying_plural": "전기타입 또는 비행타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_electric_plural": "전기타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_electric_plural_unique": "전기타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_electric_singular": "전기타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_fairy_plural": "페어리타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_fairy_plural_unique": "페어리타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_fairy_singular": "페어리타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_fighting_plural": "격투타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_fighting_plural_unique": "격투타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_fighting_singular": "격투타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_fire_dark_plural_unique": "불꽃타입 또는 악타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_fire_plural": "불꽃타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_fire_singular": "불꽃타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_flying_plural": "비행타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_flying_plural_unique": "비행타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_flying_singular": "비행타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_ghost_dark_plural": "고스트타입 또는 악타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_ghost_plural": "고스트타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_ghost_plural_unique": "고스트타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_ghost_singular": "고스트타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_grass_bug_plural": "풀타입 또는 벌레타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_grass_plural": "풀타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_grass_plural_unique": "풀타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_grass_poison_plural": "풀타입 또는 독타입 포켓몬을 {{amount_0}} 마리 잡는다", - "quest_title_quest_catch_type_grass_singular": "풀타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_ground_plural": "땅타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_ground_plural_unique": "땅타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_ground_singular": "땅타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_guzzlord_effective": "악식킹의 약점 타입인 포켓몬을 잡는다", - "quest_title_quest_catch_type_ice_grass_plural_unique": "얼음타입 또는 풀타입 포켓몬을 {{amount_0}} 마리 잡는다", - "quest_title_quest_catch_type_ice_plural": "얼음타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_ice_plural_unique": "얼음타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_ice_singular": "얼음타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_kartana_effective": "종이신도의 약점 타입인 포켓몬을 잡는다", - "quest_title_quest_catch_type_nihilego": "텅비드와 같은 타입의 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_nihilego_effective": "텅비드의 약점 타입인 포켓몬을 잡는다", - "quest_title_quest_catch_type_nihilego_plural": "텅비드와 같은 타입의 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_normal_plural": "노말타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_normal_plural_unique": "노말타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_normal_singular": "노말타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_pheremosa_effective": "페로코체의 약점 타입인 포켓몬을 잡는다", - "quest_title_quest_catch_type_pheromosa": "페로코체와 같은 타입의 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_pheromosa_plural": "페로코체와 같은 타입의 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_poison_plural": "독타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_poison_plural_unique": "독타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_poison_singular": "독타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "에스퍼타입 또는 격투타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_psychic_plural": "에스퍼타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_psychic_plural_unique": "에스퍼타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_psychic_singular": "에스퍼타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_rock_plural": "바위타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_rock_plural_unique": "바위타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_rock_singular": "바위타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_shaymin": "쉐이미와 같은 타입의 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_shaymin_plural": "쉐이미와 같은 타입의 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_steel_plural": "강철타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_steel_plural_unique": "강철타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_steel_singular": "강철타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "물, 전기, 불꽃타입 중 한 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_water_flying_plural": "물타입 또는 비행타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_water_ground_plural": "물타입 또는 땅타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_water_plural": "물타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_type_water_plural_unique": "물타입 포켓몬을 {{amount_0}}종류 잡는다", - "quest_title_quest_catch_type_water_singular": "물타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_xurkitree": "전수목과 같은 타입의 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_type_xurkitree_effective": "전수목의 약점 타입인 포켓몬을 잡는다", - "quest_title_quest_catch_type_xurkitree_plural": "전수목과 같은 타입의 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_types_rainy_plural": "물, 전기, 벌레 중 한 가지 타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_types_rainy_singular": "물, 전기, 벌레 중 한 타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_types_snowy_plural": "얼음, 강철 중 한 타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_types_snowy_singular": "얼음, 강철 중 한 타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_types_sunny_plural": "풀, 불꽃, 땅 중 한 타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_types_sunny_singular": "풀, 불꽃, 땅 중 한 타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_types_windy_plural": "비행, 드래곤, 에스퍼 중 한 타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_types_windy_singular": "비행, 드래곤, 에스퍼 중 한 타입 포켓몬을 1마리 잡는다", - "quest_title_quest_catch_weather_boost_plural": "날씨 부스트를 받고 있는 포켓몬 {{amount_0}}마리 잡는다", - "quest_title_quest_catch_weather_boost_singular": "날씨 부스트를 받고 있는 포켓몬 1마리 잡는다", - "quest_title_quest_catch_whismur": "소곤룡을 {{amount_0}} 마리 잡는다", - "quest_title_quest_challenge_party_power_plural": "레이드배틀에서 팀 파워를 {{amount_0}}번 사용", - "quest_title_quest_challenge_party_power_singular": "레이드배틀에서 팀 파워를 1번 사용", - "quest_title_quest_change_form_furfrou": "트리미앙의 모습을 변화시킨다", - "quest_title_quest_change_form_plural": "포켓몬 {{amount_0}}마리의 모습을 변화시킨다", - "quest_title_quest_change_form_singular": "포켓몬 1마리의 모습을 변화시킨다", - "quest_title_quest_chansey_catch_b": "럭키를 {{amount_0}}마리 잡는다", - "quest_title_quest_chansey_evolve_b_plural": "럭키를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_chansey_evolve_b_singular": "럭키를 1마리 진화시킨다", - "quest_title_quest_chansey_snapshot_b": "럭키의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_charge_attack_party_plural": "팀 참가 중 스페셜 어택을 {{amount_0}}번 사용하며 배틀한다", - "quest_title_quest_charge_attack_party_singular": "팀 참가 중 스페셜 어택을 1번 사용하며 배틀한다", - "quest_title_quest_charged_attack_plural": "스페셜 어택을 {{amount_0}}번 사용", - "quest_title_quest_charjabug_evolve_b": "전지충이를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_chart_catch_b": "파이리를 {{amount_0}}마리 잡는다", - "quest_title_quest_chart_catch_s1": "리자드를 {{amount_0}}마리 잡는다", - "quest_title_quest_chart_evolve_b": "파이리를 {{amount_0}} 마리 진화시킨다", - "quest_title_quest_chart_evolve_s1": "리자드를 {{amount_0}}마리 진화 시킨다", - "quest_title_quest_chespin_catch_b": "도치마론을 {{amount_0}}마리 잡는다", - "quest_title_quest_chespin_evolve_b": "도치마론을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_chespin_snapshot_b": "도치마론의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_crocalor_evolve_b": "악뜨거를 진화시킨다", - "quest_title_quest_cyndaquil_catch_b": "브케인을 {{amount_0}} 마리 잡는다", - "quest_title_quest_cyndaquil_evolve_b_plural": "브케인을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_cyndaquil_evolve_b_singular": "브케인을 1마리 진화시킨다", - "quest_title_quest_dartrix_evolve_b_plural": "빼미스로우를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_dartrix_evolve_b_singular": "빼미스로우를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_dec2021_catch_b": "2021년 커뮤니티 데이 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_dec2022_catch_b": "12월 커뮤니티 데이 2022 기간에 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_dec2023_catch_b": "12월 커뮤니티 데이 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_defeat_jessie_james_plural": "로사 또는 로이에게 {{amount_0}}번 이긴다", - "quest_title_quest_defeat_rocket": "GO로켓단 단원을 {{amount_0}}번 이긴다", - "quest_title_quest_defeat_rocket_leader_2500": "CP2500이하 포켓몬만 사용해서 GO로켓단 리더에게 {{amount_0}}번 이긴다", - "quest_title_quest_defeat_rocket_singular": "GO로켓단에게 이긴다", - "quest_title_quest_deino_catch": "모노두를 {{amount_0}}마리 잡는다", - "quest_title_quest_deino_evolve_a": "모노두를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_deino_evolve_b": "모노두 또는 디헤드를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_deino_snap": "모노두 GO스냅샷 사진을 {{amount_0}}장 찍는다", - "quest_title_quest_dragonair_evolve_b": "신뇽을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_dratini_cdc_catch_b": "미뇽을 {{amount_0}}마리 잡는다", - "quest_title_quest_dratini_cdc_evolve_b": "미뇽을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_dratini_cdc_snapshot_b": "미뇽의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_drizzle_evolve": "누겔레온을 1마리 진화시킨다", - "quest_title_quest_dude_catch": "꼬마돌을 {{amount_0}}마리 잡는다", - "quest_title_quest_dude_evolve_a": "꼬마돌을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_dude_evolve_b": "데구리를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_dude_snap": "꼬마돌 GO스냅샷 사진을 {{amount_0}}장 찍는다", - "quest_title_quest_duskt_catch_b": "해골몽을 {{amount_0}}마리 잡는다", - "quest_title_quest_duskt_evolve_b": "해골몽을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_duskt_evolve_s1": "미라몽릏 {{amount_0}}마리 진화시킨다", - "quest_title_quest_earn_buddy_ribbon_plural": "베스트 파트너리본을 파트너 포켓몬 {{amount_0}}마리에게 단다", - "quest_title_quest_eelektrik_evolve_b_plural": "저리릴을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_eelektrik_evolve_b_singular": "저리릴을 1마리 진화시킨다", - "quest_title_quest_eevee_evolve_plural": "이브이를 모두 다른 진화형으로 진화 시킨다", - "quest_title_quest_eevet_catch_b": "이브이를 {{amount_0}}마리 잡는다", - "quest_title_quest_eevet_evolve_b": "이브이를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_elect_catch_b": "에레브를 {{amount_0}}마리 잡는다", - "quest_title_quest_elect_evolve_b": "에레브를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_elite_raid_victory_plural": "엘리트 레이드에서 {{amount_0}}번 이긴다", - "quest_title_quest_elite_raid_victory_singular": "엘리트 레이드에서 1번 이긴다", - "quest_title_quest_elite4_a": "GOTour 사천왕 쓰러뜨리기: 메사", - "quest_title_quest_elite4_b": "GOTour 사천왕 쓰러뜨리기: 케이브", - "quest_title_quest_elite4_c": "GOTour 사천왕 쓰러뜨리기: 오션", - "quest_title_quest_elite4_d": "GOTour 사천왕 쓰러뜨리기: 사반나", - "quest_title_quest_elrd22_april16_battle": "아라리 리서치: 체육관배틀을 1번 한다", - "quest_title_quest_elrd22_april16_berries": "아라리 리서치: 포켓몬을 잡을 때 나무열매를 3개 사용한다", - "quest_title_quest_elrd22_april16_catch_grass": "아라리 리서치: 풀타입 포켓몬을 3마리 잡는다", - "quest_title_quest_elrd22_april16_charged_move": "아라리 리서치: 효과가 굉장한 스페셜 어택을 사용한다", - "quest_title_quest_elrd22_april16_curve": "아라리 리서치: 커브볼을 5번 던진다", - "quest_title_quest_elrd22_april16_evolve_grass": "아라리 리서치: 풀타입 포켓몬을 2마리 진화시킨다.", - "quest_title_quest_elrd22_april16_gifts_stickers": "아라리 리서치: 스티커를 붙여 선물을 2개 보낸다", - "quest_title_quest_elrd22_april16_great": "아라리 리서치: Great가 나오게 3번 던진다", - "quest_title_quest_elrd22_april16_great_row": "아라리 리서치: Great가 나오게 2번 연속으로 던진다", - "quest_title_quest_elrd22_april16_nice": "아라리 리서치: Nice가 나오게 5번 던진다", - "quest_title_quest_elrd22_april16_nice_row": "아라리 리서치: Nice가 나오게 3번 연속으로 던진다", - "quest_title_quest_elrd22_april16_raid": "아라리 리서치: 레이드배틀을 1번 한다", - "quest_title_quest_elrd22_april16_spin": "아라리 리서치: 포켓스톱을 2개 돌린다", - "quest_title_quest_elrd22_april16_weather_easy": "아라리 리서치: 날씨 부스트를 받고 있는 포켓모늘 3마리 잡는다", - "quest_title_quest_elrd22_april16_weather_hard": "아라리 리서치: 날씨 부스트를 받고 있는 포켓몬을 5마리 잡는다", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "아라리 리서치: 야생 풀타입 포켓몬의 GO스냅샷을 찍는다", - "quest_title_quest_equinox19_catch_medium_pkmn": "이상해씨 또는 치코리타를 {{amount_0}}마리 잡는다", - "quest_title_quest_equinox19_catch_type_grass_plural": "풀타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_equinox19_evolve_type_grass_plural": "풀타입 포켓몬을 {{amount_0}} 마리 진화시킨다", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "풀타입 포켓몬을 {{amount_0}} 마리 진화시킨다", - "quest_title_quest_event_eevee_snapshot_barcelona": "바르셀로나에서 당신의 이브이와 GO스냅샷을 1장 찍는다", - "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", - "quest_title_quest_event_eevee_snapshot_mexico_city": "멕시코 시티에서 당신의 이브이와 GO스냅샷을 1장 찍는다", - "quest_title_quest_event_eevee_snapshot_seoul": "서울에서 당신의 이브이와 GO스냅샷을 1장 찍는다", - "quest_title_quest_event_eevee_snapshot_tainan": "타이난에서 당신의 이브이와 GO스냅샷을 1장 찍는다", - "quest_title_quest_event_leave_behind_spin": "방문한 적이 없는 포켓스톱 또는 체육관을 10개 돌린다", - "quest_title_quest_event_leave_behind_spin_safari_city": "이브이 챌린지 포켓스톱을 돌린다.", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "아직 방문하지 않은 이브이 챌린지 포켓스톱을 {{amount_0}}개 돌린다", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "아직 방문하지 않은 이브이 챌린지 포켓스톱을 1개 돌린다", - "quest_title_quest_event_spin_barcelona": "바르셀로나의 포켓스톱 또는 체육관 1개를 스핀한다", - "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", - "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", - "quest_title_quest_event_spin_mexico_city": "멕시코 시티의 포켓스톱 또는 체육관 1개를 스핀한다", - "quest_title_quest_event_spin_seoul": "서울의 포켓스톱 또는 체육관 1개를 스핀한다", - "quest_title_quest_event_spin_tainan": "타이난의 포켓스톱 또는 체육관 1개를 스핀한다", - "quest_title_quest_evolve_abra_singular": "캐이시(을)를 진화시킨다", - "quest_title_quest_evolve_aipom_singular": "에이팜(을)를 진화시킨다", - "quest_title_quest_evolve_amaura_singular": "아마루스(을)를 진화시킨다", - "quest_title_quest_evolve_anorith_singular": "아노딥스(을)를 진화시킨다", - "quest_title_quest_evolve_archen_singular": "아켄(을)를 진화시킨다", - "quest_title_quest_evolve_aron_singular": "가보리(을)를 진화시킨다", - "quest_title_quest_evolve_axew_singular": "터검니(을)를 진화시킨다", - "quest_title_quest_evolve_azurill_singular": "루리리(을)를 진화시킨다", - "quest_title_quest_evolve_bagon_singular": "아공이(을)를 진화시킨다", - "quest_title_quest_evolve_baltoy_singular": "오뚝군(을)를 진화시킨다", - "quest_title_quest_evolve_barboach_singular": "미꾸리(을)를 진화시킨다", - "quest_title_quest_evolve_bayleef": "베이리프를 진화시킨다", - "quest_title_quest_evolve_bayleef_singular": "베이리프(을)를 진화시킨다", - "quest_title_quest_evolve_beldum_singular": "메탕(을)를 진화시킨다", - "quest_title_quest_evolve_bellsprout_singular": "모다피(을)를 진화시킨다", - "quest_title_quest_evolve_bergmite_singular": "꽁어름(을)를 진화시킨다", - "quest_title_quest_evolve_bidoof_singular": "비버니(을)를 진화시킨다", - "quest_title_quest_evolve_binacle_singular": "거북손손(을)를 진화시킨다", - "quest_title_quest_evolve_blitzle_singular": "줄뮤마(을)를 진화시킨다", - "quest_title_quest_evolve_boldore_singular": "암트르(을)를 진화시킨다", - "quest_title_quest_evolve_bonsly_singular": "꼬지지(을)를 진화시킨다", - "quest_title_quest_evolve_braixen_singular": "테르나(을)를 진화시킨다", - "quest_title_quest_evolve_bronzor_singular": "동미러(을)를 진화시킨다", - "quest_title_quest_evolve_budew_singular": "꼬몽울(을)를 진화시킨다", - "quest_title_quest_evolve_buizel_singular": "브이젤(을)를 진화시킨다", - "quest_title_quest_evolve_bulbasaur": "이상해씨를 진화시킨다", - "quest_title_quest_evolve_bulbasaur_singular": "이상해씨(을)를 진화시킨다", - "quest_title_quest_evolve_buneary_singular": "이어롤(을)를 진화시킨다", - "quest_title_quest_evolve_bunnelby_singular": "파르빗(을)를 진화시킨다", - "quest_title_quest_evolve_burmy_singular": "도롱충이(을)를 진화시킨다", - "quest_title_quest_evolve_cacnea_singular": "선인왕(을)를 진화시킨다", - "quest_title_quest_evolve_carvanha_singular": "샤프니아(을)를 진화시킨다", - "quest_title_quest_evolve_cascoon_singular": "카스쿤(을)를 진화시킨다", - "quest_title_quest_evolve_caterpie_singular": "캐터피(을)를 진화시킨다", - "quest_title_quest_evolve_chansey_singular": "럭키(을)를 진화시킨다", - "quest_title_quest_evolve_charmander": "파이리를 진화시킨다", - "quest_title_quest_evolve_charmander_singular": "파이리(을)를 진화시킨다", - "quest_title_quest_evolve_charmeleon_singular": "리자드(을)를 진화시킨다", - "quest_title_quest_evolve_cherubi_singular": "체리버(을)를 진화시킨다", - "quest_title_quest_evolve_chespin_singular": "도치마론(을)를 진화시킨다", - "quest_title_quest_evolve_chikorita": "치코리타를 진화시킨다", - "quest_title_quest_evolve_chikorita_singular": "치코리타(을)를 진화시킨다", - "quest_title_quest_evolve_chimchar_singular": "불꽃숭이(을)를 진화시킨다", - "quest_title_quest_evolve_chinchou_singular": "초라기(을)를 진화시킨다", - "quest_title_quest_evolve_chingling_singular": "랑딸랑(을)를 진화시킨다", - "quest_title_quest_evolve_clamperl_singular": "진주몽(을)를 진화시킨다", - "quest_title_quest_evolve_clauncher_singular": "완철포(을)를 진화시킨다", - "quest_title_quest_evolve_clefairy_singular": "삐삐(을)를 진화시킨다", - "quest_title_quest_evolve_cleffa_singular": "삐(을)를 진화시킨다", - "quest_title_quest_evolve_combee_singular": "세꿀버리(을)를 진화시킨다", - "quest_title_quest_evolve_combusken_singular": "영치코(을)를 진화시킨다", - "quest_title_quest_evolve_corphish_singular": "가재군(을)를 진화시킨다", - "quest_title_quest_evolve_cosmoem_singular": "코스모움을 진화시킨다", - "quest_title_quest_evolve_cosmog_singular": "코스모그를 진화시킨다", - "quest_title_quest_evolve_cottonee_singular": "소미안(을)를 진화시킨다", - "quest_title_quest_evolve_cranidos_singular": "두개도스(을)를 진화시킨다", - "quest_title_quest_evolve_croagunk_singular": "삐딱구리(을)를 진화시킨다", - "quest_title_quest_evolve_croconaw": "엘리게이를 진화시킨다", - "quest_title_quest_evolve_croconaw_singular": "엘리게이(을)를 진화시킨다", - "quest_title_quest_evolve_cubchoo_singular": "코고미(을)를 진화시킨다", - "quest_title_quest_evolve_cubone_singular": "탕구리(을)를 진화시킨다", - "quest_title_quest_evolve_cyndaquil": "브케인을 진화시킨다", - "quest_title_quest_evolve_cyndaquil_singular": "브케인(을)를 진화시킨다", - "quest_title_quest_evolve_dark_type_singular": "악타입 포켓몬을 진화시킨다", - "quest_title_quest_evolve_darumaka_singular": "달막화(을)를 진화시킨다", - "quest_title_quest_evolve_deerling_singular": "사철록(을)를 진화시킨다", - "quest_title_quest_evolve_deino_singular": "모노두(을)를 진화시킨다", - "quest_title_quest_evolve_dewott_singular": "쌍검자비(을)를 진화시킨다", - "quest_title_quest_evolve_diglett_singular": "디그다(을)를 진화시킨다", - "quest_title_quest_evolve_doduo_singular": "두두(을)를 진화시킨다", - "quest_title_quest_evolve_doublade_singular": "쌍검킬(을)를 진화시킨다", - "quest_title_quest_evolve_dragonair_singular": "신뇽(을)를 진화시킨다", - "quest_title_quest_evolve_dratini_singular": "미뇽(을)를 진화시킨다", - "quest_title_quest_evolve_drifloon_singular": "흔들풍손(을)를 진화시킨다", - "quest_title_quest_evolve_drilbur_singular": "두더류(을)를 진화시킨다", - "quest_title_quest_evolve_drowzee_singular": "슬리프(을)를 진화시킨다", - "quest_title_quest_evolve_ducklett_singular": "꼬지보리(을)를 진화시킨다", - "quest_title_quest_evolve_duosion_singular": "듀란(을)를 진화시킨다", - "quest_title_quest_evolve_durant_singular": "아이앤트(을)를 진화시킨다", - "quest_title_quest_evolve_dusclops_singular": "미라몽(을)를 진화시킨다", - "quest_title_quest_evolve_duskull_singular": "해골몽(을)를 진화시킨다", - "quest_title_quest_evolve_dwebble_singular": "돌살이(을)를 진화시킨다", - "quest_title_quest_evolve_eelektrik_singular": "저리릴(을)를 진화시킨다", - "quest_title_quest_evolve_eevee_singular": "이브이(을)를 진화시킨다", - "quest_title_quest_evolve_eevee_types_plural": "전기, 물, 불꽃 중 한 가지 타입의 포켓몬을 {{amount_0}} 마리 진화시킨다", - "quest_title_quest_evolve_eevee_types_singular": "전기, 물, 불꽃 중 한 가지 타입의 포켓몬을 1마리 진화시킨다", - "quest_title_quest_evolve_ekans_singular": "아보(을)를 진화시킨다", - "quest_title_quest_evolve_electabuzz_singular": "에레브(을)를 진화시킨다", - "quest_title_quest_evolve_electrike_singular": "썬더라이(을)를 진화시킨다", - "quest_title_quest_evolve_elekid_singular": "에레키드(을)를 진화시킨다", - "quest_title_quest_evolve_elgyem_singular": "리그레(을)를 진화시킨다", - "quest_title_quest_evolve_espeon": "이브이를 낮에 에브이로 진화시킨다", - "quest_title_quest_evolve_espurr_singular": "냐스퍼(을)를 진화시킨다", - "quest_title_quest_evolve_evolved_grass_singular": "이미 진화한 풀타입 포켓몬을 더 진화시킨다", - "quest_title_quest_evolve_exeggcute_singular": "아라리(을)를 진화시킨다", - "quest_title_quest_evolve_farfetch'd_singular": "파오리(을)를 진화시킨다", - "quest_title_quest_evolve_feebas_singular": "빈티나(을)를 진화시킨다", - "quest_title_quest_evolve_fennekin_singular": "푸호꼬(을)를 진화시킨다", - "quest_title_quest_evolve_ferroseed_singular": "철시드(을)를 진화시킨다", - "quest_title_quest_evolve_finneon_singular": "형광어(을)를 진화시킨다", - "quest_title_quest_evolve_flaaffy_singular": "보송송(을)를 진화시킨다", - "quest_title_quest_evolve_flabébé_singular": "플라베베(을)를 진화시킨다", - "quest_title_quest_evolve_fletchinder_singular": "불화살빈(을)를 진화시킨다", - "quest_title_quest_evolve_fletchling_singular": "화살꼬빈(을)를 진화시킨다", - "quest_title_quest_evolve_floette_singular": "플라엣테(을)를 진화시킨다", - "quest_title_quest_evolve_foongus_singular": "깜놀버슬(을)를 진화시킨다", - "quest_title_quest_evolve_fraxure_singular": "액슨도(을)를 진화시킨다", - "quest_title_quest_evolve_frillish_singular": "탱그릴(을)를 진화시킨다", - "quest_title_quest_evolve_froakie_singular": "개구마르(을)를 진화시킨다", - "quest_title_quest_evolve_frogadier_singular": "개굴반장(을)를 진화시킨다", - "quest_title_quest_evolve_gabite_singular": "한바이트(을)를 진화시킨다", - "quest_title_quest_evolve_gastly_singular": "고오스(을)를 진화시킨다", - "quest_title_quest_evolve_geodude_singular": "꼬마돌(을)를 진화시킨다", - "quest_title_quest_evolve_gible_singular": "딥상어동(을)를 진화시킨다", - "quest_title_quest_evolve_glalie_singular": "얼음귀신(을)를 진화시킨다", - "quest_title_quest_evolve_glameow_singular": "나옹마(을)를 진화시킨다", - "quest_title_quest_evolve_gligar_singular": "글라이거(을)를 진화시킨다", - "quest_title_quest_evolve_gloom_singular": "냄새꼬(을)를 진화시킨다", - "quest_title_quest_evolve_golbat_singular": "골뱃(을)를 진화시킨다", - "quest_title_quest_evolve_goldeen_singular": "콘치(을)를 진화시킨다", - "quest_title_quest_evolve_golett_singular": "골비람(을)를 진화시킨다", - "quest_title_quest_evolve_goomy_singular": "미끄메라(을)를 진화시킨다", - "quest_title_quest_evolve_gothita_singular": "고디탱(을)를 진화시킨다", - "quest_title_quest_evolve_gothorita_singular": "고디보미(을)를 진화시킨다", - "quest_title_quest_evolve_graveler_singular": "데구리(을)를 진화시킨다", - "quest_title_quest_evolve_grimer_singular": "질퍽이(을)를 진화시킨다", - "quest_title_quest_evolve_grotle_singular": "수풀부기(을)를 진화시킨다", - "quest_title_quest_evolve_ground_plural": "땅타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_grovyle_singular": "나무돌이(을)를 진화시킨다", - "quest_title_quest_evolve_growlithe_singular": "가디(을)를 진화시킨다", - "quest_title_quest_evolve_gulpin_singular": "꼴깍몬(을)를 진화시킨다", - "quest_title_quest_evolve_gurdurr_singular": "토쇠골(을)를 진화시킨다", - "quest_title_quest_evolve_happiny_singular": "핑복(을)를 진화시킨다", - "quest_title_quest_evolve_haunter_singular": "고우스트(을)를 진화시킨다", - "quest_title_quest_evolve_heatmor_singular": "앤티골(을)를 진화시킨다", - "quest_title_quest_evolve_helioptile_singular": "목도리키텔(을)를 진화시킨다", - "quest_title_quest_evolve_herdier_singular": "하데리어(을)를 진화시킨다", - "quest_title_quest_evolve_hippopotas_singular": "히포포타스(을)를 진화시킨다", - "quest_title_quest_evolve_honedge_singular": "단칼빙(을)를 진화시킨다", - "quest_title_quest_evolve_hoothoot_singular": "부우부(을)를 진화시킨다", - "quest_title_quest_evolve_hoppip_singular": "통통코(을)를 진화시킨다", - "quest_title_quest_evolve_horsea_singular": "쏘드라(을)를 진화시킨다", - "quest_title_quest_evolve_houndour_singular": "델빌(을)를 진화시킨다", - "quest_title_quest_evolve_igglybuff_singular": "푸푸린(을)를 진화시킨다", - "quest_title_quest_evolve_illumise_singular": "네오비트(을)를 진화시킨다", - "quest_title_quest_evolve_inkay_singular": "오케이징(을)를 진화시킨다", - "quest_title_quest_evolve_items_plural": "도구를 사용해서 포켓몬을 {{amount_0}} 마리 진화시킨다", - "quest_title_quest_evolve_items_singular": "도구를 사용해서 포켓몬을 1마리 진화시킨다.", - "quest_title_quest_evolve_ivysaur_singular": "이상해풀(을)를 진화시킨다", - "quest_title_quest_evolve_jigglypuff_singular": "푸린(을)를 진화시킨다", - "quest_title_quest_evolve_joltik_singular": "파쪼옥(을)를 진화시킨다", - "quest_title_quest_evolve_kabuto_singular": "투구(을)를 진화시킨다", - "quest_title_quest_evolve_kadabra_singular": "윤겔라(을)를 진화시킨다", - "quest_title_quest_evolve_kakuna_singular": "딱충이(을)를 진화시킨다", - "quest_title_quest_evolve_karrablast_singular": "딱정곤(을)를 진화시킨다", - "quest_title_quest_evolve_kirlia_singular": "킬리아(을)를 진화시킨다", - "quest_title_quest_evolve_klang_singular": "기기어르(을)를 진화시킨다", - "quest_title_quest_evolve_klink_singular": "기어르(을)를 진화시킨다", - "quest_title_quest_evolve_koffing_singular": "또가스(을)를 진화시킨다", - "quest_title_quest_evolve_krabby_singular": "크랩(을)를 진화시킨다", - "quest_title_quest_evolve_kricketot_singular": "귀뚤뚜기(을)를 진화시킨다", - "quest_title_quest_evolve_krokorok_singular": "악비르(을)를 진화시킨다", - "quest_title_quest_evolve_lairon_singular": "갱도라(을)를 진화시킨다", - "quest_title_quest_evolve_lampent_singular": "램프라(을)를 진화시킨다", - "quest_title_quest_evolve_larvesta_singular": "활화르바(을)를 진화시킨다", - "quest_title_quest_evolve_larvitar_singular": "애버라스(을)를 진화시킨다", - "quest_title_quest_evolve_ledyba_singular": "레디바(을)를 진화시킨다", - "quest_title_quest_evolve_lickitung_singular": "내루미(을)를 진화시킨다", - "quest_title_quest_evolve_lileep_singular": "릴링(을)를 진화시킨다", - "quest_title_quest_evolve_lillipup_singular": "요테리(을)를 진화시킨다", - "quest_title_quest_evolve_linoone_singular": "가라르의 직구리를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_litleo_singular": "레오꼬(을)를 진화시킨다", - "quest_title_quest_evolve_litwick_singular": "불켜미(을)를 진화시킨다", - "quest_title_quest_evolve_lombre_singular": "로토스(을)를 진화시킨다", - "quest_title_quest_evolve_lotad_singular": "연꽃몬(을)를 진화시킨다", - "quest_title_quest_evolve_loudred_singular": "노공룡(을)를 진화시킨다", - "quest_title_quest_evolve_luxio_singular": "럭시오(을)를 진화시킨다", - "quest_title_quest_evolve_machoke_singular": "근육몬(을)를 진화시킨다", - "quest_title_quest_evolve_machop_singular": "알통몬(을)를 진화시킨다", - "quest_title_quest_evolve_magby_singular": "마그비(을)를 진화시킨다", - "quest_title_quest_evolve_magikarp_singular": "잉어킹(을)를 진화시킨다", - "quest_title_quest_evolve_magmar_singular": "마그마(을)를 진화시킨다", - "quest_title_quest_evolve_magnemite_singular": "코일(을)를 진화시킨다", - "quest_title_quest_evolve_makuhita_singular": "마크탕(을)를 진화시킨다", - "quest_title_quest_evolve_mankey_singular": "망키(을)를 진화시킨다", - "quest_title_quest_evolve_mantyke_singular": "타만타(을)를 진화시킨다", - "quest_title_quest_evolve_mareep_singular": "메리프(을)를 진화시킨다", - "quest_title_quest_evolve_marill_singular": "마릴(을)를 진화시킨다", - "quest_title_quest_evolve_marshtomp_singular": "늪짱이(을)를 진화시킨다", - "quest_title_quest_evolve_meditite_singular": "요가랑(을)를 진화시킨다", - "quest_title_quest_evolve_meowth_singular": "나옹(을)를 진화시킨다", - "quest_title_quest_evolve_metang_singular": "메탕구(을)를 진화시킨다", - "quest_title_quest_evolve_metapod_singular": "단데기(을)를 진화시킨다", - "quest_title_quest_evolve_mienfoo_singular": "비조푸(을)를 진화시킨다", - "quest_title_quest_evolve_mime jr._singular": "흉내내(을)를 진화시킨다", - "quest_title_quest_evolve_minccino_singular": "치라미(을)를 진화시킨다", - "quest_title_quest_evolve_misdreavus_singular": "무우마(을)를 진화시킨다", - "quest_title_quest_evolve_monferno_singular": "파이숭이(을)를 진화시킨다", - "quest_title_quest_evolve_mr. mime_singular": "마임맨(을)를 진화시킨다", - "quest_title_quest_evolve_mudkip_singular": "물짱이(을)를 진화시킨다", - "quest_title_quest_evolve_munchlax_singular": "먹고자(을)를 진화시킨다", - "quest_title_quest_evolve_munna_singular": "몽나(을)를 진화시킨다", - "quest_title_quest_evolve_murkrow_singular": "니로우(을)를 진화시킨다", - "quest_title_quest_evolve_natu_singular": "네이티(을)를 진화시킨다", - "quest_title_quest_evolve_nidoranfemale_singular": "니드런♀(을)를 진화시킨다", - "quest_title_quest_evolve_nidoranmale_singular": "니드런♂(을)를 진화시킨다", - "quest_title_quest_evolve_nidorina_singular": "니드리나(을)를 진화시킨다", - "quest_title_quest_evolve_nidorino_singular": "니드리노(을)를 진화시킨다", - "quest_title_quest_evolve_nincada_singular": "토중몬(을)를 진화시킨다", - "quest_title_quest_evolve_noibat_singular": "음뱃(을)를 진화시킨다", - "quest_title_quest_evolve_nosepass_singular": "코코파스(을)를 진화시킨다", - "quest_title_quest_evolve_numel_singular": "둔타(을)를 진화시킨다", - "quest_title_quest_evolve_nuzleaf_singular": "잎새코(을)를 진화시킨다", - "quest_title_quest_evolve_oddish_singular": "뚜벅쵸(을)를 진화시킨다", - "quest_title_quest_evolve_omanyte_singular": "암나이트(을)를 진화시킨다", - "quest_title_quest_evolve_onix_singular": "롱스톤(을)를 진화시킨다", - "quest_title_quest_evolve_oshawott_singular": "수댕이(을)를 진화시킨다", - "quest_title_quest_evolve_palpitoad_singular": "두까비(을)를 진화시킨다", - "quest_title_quest_evolve_pancham_singular": "판짱(을)를 진화시킨다", - "quest_title_quest_evolve_panpour_singular": "앗차프(을)를 진화시킨다", - "quest_title_quest_evolve_pansage_singular": "야나프(을)를 진화시킨다", - "quest_title_quest_evolve_pansear_singular": "바오프(을)를 진화시킨다", - "quest_title_quest_evolve_paras_singular": "파라스(을)를 진화시킨다", - "quest_title_quest_evolve_patrat_singular": "보르쥐(을)를 진화시킨다", - "quest_title_quest_evolve_pawniard_singular": "자망칼(을)를 진화시킨다", - "quest_title_quest_evolve_petilil_singular": "치릴리(을)를 진화시킨다", - "quest_title_quest_evolve_phanpy_singular": "코코리(을)를 진화시킨다", - "quest_title_quest_evolve_phantump_singular": "나목령(을)를 진화시킨다", - "quest_title_quest_evolve_pichu_singular": "피츄(을)를 진화시킨다", - "quest_title_quest_evolve_pidgeotto_singular": "피죤(을)를 진화시킨다", - "quest_title_quest_evolve_pidgey_singular": "구구(을)를 진화시킨다", - "quest_title_quest_evolve_pidove_singular": "콩둘기(을)를 진화시킨다", - "quest_title_quest_evolve_pignite_singular": "차오꿀(을)를 진화시킨다", - "quest_title_quest_evolve_pikachu_singular": "피카츄(을)를 진화시킨다", - "quest_title_quest_evolve_piloswine_plural": "메꾸리를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_piloswine_singular": "메꾸리(을)를 진화시킨다", - "quest_title_quest_evolve_pineco_singular": "피콘(을)를 진화시킨다", - "quest_title_quest_evolve_piplup_singular": "팽도리(을)를 진화시킨다", - "quest_title_quest_evolve_plural": "포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_poison_type_singular": "독타입 포켓몬을 진회시킨다", - "quest_title_quest_evolve_poliwag_singular": "발챙이(을)를 진화시킨다", - "quest_title_quest_evolve_poliwhirl_singular": "슈륙챙이(을)를 진화시킨다", - "quest_title_quest_evolve_ponyta_singular": "포니타(을)를 진화시킨다", - "quest_title_quest_evolve_poochyena_singular": "포챠나(을)를 진화시킨다", - "quest_title_quest_evolve_porygon2_singular": "폴리곤2(을)를 진화시킨다", - "quest_title_quest_evolve_prinplup_singular": "팽태자(을)를 진화시킨다", - "quest_title_quest_evolve_psyduck_singular": "고라파덕(을)를 진화시킨다", - "quest_title_quest_evolve_pumpkaboo_singular": "호바귀(을)를 진화시킨다", - "quest_title_quest_evolve_pupitar_singular": "데기라스(을)를 진화시킨다", - "quest_title_quest_evolve_purrloin_singular": "쌔비냥(을)를 진화시킨다", - "quest_title_quest_evolve_quilava": "마그케인을 진화시킨다", - "quest_title_quest_evolve_quilava_singular": "마그케인(을)를 진화시킨다", - "quest_title_quest_evolve_quilladin_singular": "도치보구(을)를 진화시킨다", - "quest_title_quest_evolve_qwilfish_singular": "침바루(을)를 진화시킨다", - "quest_title_quest_evolve_ralts_singular": "랄토스(을)를 진화시킨다", - "quest_title_quest_evolve_rattata_singular": "꼬렛(을)를 진화시킨다", - "quest_title_quest_evolve_remoraid_singular": "총어(을)를 진화시킨다", - "quest_title_quest_evolve_rhydon_singular": "코뿌리(을)를 진화시킨다", - "quest_title_quest_evolve_rhyhorn_singular": "뿔카노(을)를 진화시킨다", - "quest_title_quest_evolve_riolu_singular": "리오르(을)를 진화시킨다", - "quest_title_quest_evolve_roggenrola_singular": "단굴(을)를 진화시킨다", - "quest_title_quest_evolve_roselia_singular": "로젤리아(을)를 진화시킨다", - "quest_title_quest_evolve_rufflet_singular": "수리둥보(을)를 진화시킨다", - "quest_title_quest_evolve_sandile_singular": "깜눈크(을)를 진화시킨다", - "quest_title_quest_evolve_sandshrew_singular": "모래두지(을)를 진화시킨다", - "quest_title_quest_evolve_sb_singular": "블루를 진화시킨다", - "quest_title_quest_evolve_scatterbug_singular": "분이벌레(을)를 진화시킨다", - "quest_title_quest_evolve_scraggy_singular": "곤율랭(을)를 진화시킨다", - "quest_title_quest_evolve_scyther_singular": "스라크(을)를 진화시킨다", - "quest_title_quest_evolve_seadra_singular": "시드라(을)를 진화시킨다", - "quest_title_quest_evolve_sealeo_singular": "씨레오(을)를 진화시킨다", - "quest_title_quest_evolve_seedot_singular": "도토링(을)를 진화시킨다", - "quest_title_quest_evolve_seel_singular": "쥬쥬(을)를 진화시킨다", - "quest_title_quest_evolve_sentret_singular": "꼬리선(을)를 진화시킨다", - "quest_title_quest_evolve_servine_singular": "샤비(을)를 진화시킨다", - "quest_title_quest_evolve_sewaddle_singular": "두르보(을)를 진화시킨다", - "quest_title_quest_evolve_shelgon_singular": "쉘곤(을)를 진화시킨다", - "quest_title_quest_evolve_shellder_singular": "셀러(을)를 진화시킨다", - "quest_title_quest_evolve_shellos_singular": "깝질무(을)를 진화시킨다", - "quest_title_quest_evolve_shelmet_singular": "쪼마리(을)를 진화시킨다", - "quest_title_quest_evolve_shieldon_singular": "방패톱스(을)를 진화시킨다", - "quest_title_quest_evolve_shinx_singular": "꼬링크(을)를 진화시킨다", - "quest_title_quest_evolve_shroomish_singular": "버섯꼬(을)를 진화시킨다", - "quest_title_quest_evolve_shuckle_singular": "단단지(을)를 진화시킨다", - "quest_title_quest_evolve_shuppet_singular": "어둠대신(을)를 진화시킨다", - "quest_title_quest_evolve_silcoon_singular": "실쿤(을)를 진화시킨다", - "quest_title_quest_evolve_singular": "포켓몬을 1마리 진화시킨다", - "quest_title_quest_evolve_skiddo_singular": "메이클(을)를 진화시킨다", - "quest_title_quest_evolve_skiploom_singular": "두코(을)를 진화시킨다", - "quest_title_quest_evolve_skitty_singular": "에나비(을)를 진화시킨다", - "quest_title_quest_evolve_skorupi_singular": "스콜피(을)를 진화시킨다", - "quest_title_quest_evolve_skrelp_singular": "수레기(을)를 진화시킨다", - "quest_title_quest_evolve_slakoth_singular": "게을로(을)를 진화시킨다", - "quest_title_quest_evolve_sliggoo_singular": "미끄네일(을)를 진화시킨다", - "quest_title_quest_evolve_slowpoke_plural": "야돈을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_slowpoke_singular": "야돈(을)를 진화시킨다", - "quest_title_quest_evolve_slugma_singular": "마그마그(을)를 진화시킨다", - "quest_title_quest_evolve_smoochum_singular": "뽀뽀라(을)를 진화시킨다", - "quest_title_quest_evolve_sneasel_singular": "포푸니(을)를 진화시킨다", - "quest_title_quest_evolve_snivy_singular": "주리비얀(을)를 진화시킨다", - "quest_title_quest_evolve_snorunt_singular": "눈꼬마(을)를 진화시킨다", - "quest_title_quest_evolve_snover_singular": "눈쓰개(을)를 진화시킨다", - "quest_title_quest_evolve_snubbull_singular": "블루(을)를 진화시킨다", - "quest_title_quest_evolve_solosis_singular": "유니란(을)를 진화시킨다", - "quest_title_quest_evolve_spearow_singular": "깨비참(을)를 진화시킨다", - "quest_title_quest_evolve_special_drowzee": "슬리프를 1마리 진화시킨다", - "quest_title_quest_evolve_special_feebas_singular": "빈티나 1마리를 진화시킨다", - "quest_title_quest_evolve_special_galarian_mrmime": "마임맨(가라르의 모습)을 진화 시킨다", - "quest_title_quest_evolve_special_galarian_slowpoke": "야돈(가라르의 모습)을 진화시킨다", - "quest_title_quest_evolve_special_grimer": "질퍽이를 1마리 진화시킨다", - "quest_title_quest_evolve_special_magnemite": "코일을 1마리 진화시킨다", - "quest_title_quest_evolve_special_scyther": "스라크를 1마리 진화시킨다", - "quest_title_quest_evolve_special0_singular": "잉어킹을 진화시킨다", - "quest_title_quest_evolve_special1_plural": "구구를 {{amount_0}} 마리 진화시킨다", - "quest_title_quest_evolve_special1_singular": "쏘드라를 진화시킨다", - "quest_title_quest_evolve_special2_singular": "나옹을 진화시킨다", - "quest_title_quest_evolve_spewpa_singular": "분떠도리(을)를 진화시킨다", - "quest_title_quest_evolve_spheal_singular": "대굴레오(을)를 진화시킨다", - "quest_title_quest_evolve_spinarak_singular": "페이검(을)를 진화시킨다", - "quest_title_quest_evolve_spoink_singular": "피그점프(을)를 진화시킨다", - "quest_title_quest_evolve_spritzee_singular": "슈쁘(을)를 진화시킨다", - "quest_title_quest_evolve_squirtle_singular": "꼬부기(을)를 진화시킨다", - "quest_title_quest_evolve_staravia_singular": "찌르버드(을)를 진화시킨다", - "quest_title_quest_evolve_starly_singular": "찌르꼬(을)를 진화시킨다", - "quest_title_quest_evolve_staryu_singular": "별가사리(을)를 진화시킨다", - "quest_title_quest_evolve_steelix_singular": "강철톤(을)를 진화시킨다", - "quest_title_quest_evolve_stunky_singular": "스컹뿡(을)를 진화시킨다", - "quest_title_quest_evolve_sunkern_singular": "해너츠(을)를 진화시킨다", - "quest_title_quest_evolve_sunstone_singular": "태양의돌을 사용해서 냄새꼬 또는 해너츠를 진화 시킨다", - "quest_title_quest_evolve_surskit_singular": "비구술(을)를 진화시킨다", - "quest_title_quest_evolve_swablu_singular": "파비코(을)를 진화시킨다", - "quest_title_quest_evolve_swadloon_singular": "두르쿤(을)를 진화시킨다", - "quest_title_quest_evolve_swinub_singular": "꾸꾸리(을)를 진화시킨다", - "quest_title_quest_evolve_swirlix_singular": "나룸퍼프(을)를 진화시킨다", - "quest_title_quest_evolve_taillow_singular": "테일로(을)를 진화시킨다", - "quest_title_quest_evolve_tangela_singular": "덩쿠리(을)를 진화시킨다", - "quest_title_quest_evolve_teddiursa_singular": "깜지곰(을)를 진화시킨다", - "quest_title_quest_evolve_tentacool_singular": "왕눈해(을)를 진화시킨다", - "quest_title_quest_evolve_tepig_singular": "뚜꾸리(을)를 진화시킨다", - "quest_title_quest_evolve_timburr_singular": "으랏차(을)를 진화시킨다", - "quest_title_quest_evolve_tirtouga_singular": "프로토가(을)를 진화시킨다", - "quest_title_quest_evolve_togepi_singular": "토게피(을)를 진화시킨다", - "quest_title_quest_evolve_togetic_singular": "토게틱(을)를 진화시킨다", - "quest_title_quest_evolve_torchic_singular": "아차모(을)를 진화시킨다", - "quest_title_quest_evolve_totodile": "리아코를 진화시킨다", - "quest_title_quest_evolve_totodile_singular": "리아코(을)를 진화시킨다", - "quest_title_quest_evolve_tranquill_singular": "유토브(을)를 진화시킨다", - "quest_title_quest_evolve_trapinch_singular": "톱치(을)를 진화시킨다", - "quest_title_quest_evolve_treecko_singular": "나무지기(을)를 진화시킨다", - "quest_title_quest_evolve_trubbish_singular": "깨봉이(을)를 진화시킨다", - "quest_title_quest_evolve_turtwig_singular": "모부기(을)를 진화시킨다", - "quest_title_quest_evolve_tympole_singular": "동챙이(을)를 진화시킨다", - "quest_title_quest_evolve_tynamo_singular": "저리어(을)를 진화시킨다", - "quest_title_quest_evolve_type_dark_plural": "악타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_type_dragon_plural": "드래곤타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_type_dragon_singular": "드래곤타입 포켓몬을 진회시킨다", - "quest_title_quest_evolve_type_electric_plural": "전기타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_type_electric_singular": "전기타입 포켓몬을 1마리 진화시킨다", - "quest_title_quest_evolve_type_fairy_plural": "페어리타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_type_fairy_singular": "페어리타입 포켓몬을 1마리 진화시킨다", - "quest_title_quest_evolve_type_fire_plural": "불꽃타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_type_fire_singular": "불꽃타입 포켓몬을 1마리 진화시킨다", - "quest_title_quest_evolve_type_flying_plural": "비행타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_type_flying_singular": "비행타입 포켓몬을 1마리 진화시킨다", - "quest_title_quest_evolve_type_ghost_plural": "고스트타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_type_ghost_single": "고스트타입 포켓몬을 1마리 진화시킨다", - "quest_title_quest_evolve_type_grass_plural": "풀타입 포켓몬을 {{amount_0}} 마리 진화시킨다", - "quest_title_quest_evolve_type_grass_singular": "풀타입 포켓몬을 1마리 진화시킨다", - "quest_title_quest_evolve_type_ice_plural": "얼음타입 포켓몬을 {{amount_0}}마리 지화시킨다", - "quest_title_quest_evolve_type_ice_singular": "얼음타입 포켓몬을 1마리 진화시킨다", - "quest_title_quest_evolve_type_poison_plural": "독타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_type_psychic_plural": "에스퍼타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_type_psychic_singular": "에스퍼타입 포켓몬을 1마리 진화시킨다", - "quest_title_quest_evolve_type_rock_plural": "바위타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_type_steel_plural": "강철타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_type_water_plural": "물타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_evolve_type_water_singular": "물타입 포켓몬을 1마리 진화시킨다", - "quest_title_quest_evolve_tyrogue_singular": "배루키(을)를 진화시킨다", - "quest_title_quest_evolve_tyrunt_singular": "티고라스(을)를 진화시킨다", - "quest_title_quest_evolve_umbreon": "이브이를 밤에 블래키로 진화시킨다", - "quest_title_quest_evolve_vanillish_singular": "바닐리치(을)를 진화시킨다", - "quest_title_quest_evolve_vanillite_singular": "바닐프티(을)를 진화시킨다", - "quest_title_quest_evolve_venipede_singular": "마디네(을)를 진화시킨다", - "quest_title_quest_evolve_venonat_singular": "콘팡(을)를 진화시킨다", - "quest_title_quest_evolve_vibrava_singular": "비브라바(을)를 진화시킨다", - "quest_title_quest_evolve_vigoroth_singular": "발바로(을)를 진화시킨다", - "quest_title_quest_evolve_volbeat_singular": "볼비트(을)를 진화시킨다", - "quest_title_quest_evolve_voltorb_singular": "찌리리공(을)를 진화시킨다", - "quest_title_quest_evolve_vullaby_singular": "벌차이(을)를 진화시킨다", - "quest_title_quest_evolve_vulpix_singular": "식스테일(을)를 진화시킨다", - "quest_title_quest_evolve_wailmer_singular": "고래왕자(을)를 진화시킨다", - "quest_title_quest_evolve_wartortle_singular": "어니부기(을)를 진화시킨다", - "quest_title_quest_evolve_weedle_singular": "뿔충이(을)를 진화시킨다", - "quest_title_quest_evolve_weepinbell_singular": "우츠동(을)를 진화시킨다", - "quest_title_quest_evolve_whirlipede_singular": "휠구(을)를 진화시킨다", - "quest_title_quest_evolve_whismur_singular": "소곤룡(을)를 진화시킨다", - "quest_title_quest_evolve_wingull_singular": "갈모매(을)를 진화시킨다", - "quest_title_quest_evolve_woobat_singular": "또르박쥐(을)를 진화시킨다", - "quest_title_quest_evolve_wooper_singular": "우파(을)를 진화시킨다", - "quest_title_quest_evolve_wurmple_singular": "개무소(을)를 진화시킨다", - "quest_title_quest_evolve_wynaut_singular": "마자(을)를 진화시킨다", - "quest_title_quest_evolve_yamask_singular": "데스마스(을)를 진화시킨다", - "quest_title_quest_evolve_yanma_singular": "왕자리(을)를 진화시킨다", - "quest_title_quest_evolve_zigzagoon_singular": "지그제구리(을)를 진화시킨다", - "quest_title_quest_evolve_zorua_singular": "조로아(을)를 진화시킨다", - "quest_title_quest_evolve_zubat_singular": "주뱃(을)를 진화시킨다", - "quest_title_quest_evolve_zweilous_singular": "디헤드(을)를 진화시킨다", - "quest_title_quest_explore_buddy": "파트너 포켓몬과 탐색하여 사탕 1개를 얻는다", - "quest_title_quest_explore_buddy_carbink": "파트너 멜리시와 탐색해서 사탕 1개를 얻는다", - "quest_title_quest_explore_buddy_plural": "파트너 포켓몬과 탐색하여 사탕 {{amount_0}}개를 얻는다", - "quest_title_quest_explore_buddy_routes_plural": "루트에서 파트너 포켓몬과 탐색하여 사탕을 {{amount_0}}개 얻는다", - "quest_title_quest_explore_buddy_routes_singular": "루트에서 파트너 포켓몬과 탐색하여 사탕을 1개 얻는다", - "quest_title_quest_explore_km": "{{amount_0}}km 탐색한다", - "quest_title_quest_explore_km_party": "팀 참가 중 {{amount_0}}km탐색 한다", - "quest_title_quest_febresearchday_battle_gym_singular": "진주몽 리서치: 체육관 배틀 1회 한다.", - "quest_title_quest_febresearchday_battle_raid_singular": "진주몽 리서치: 레이드배틀을 1회 한다.", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "진주몽 리서치: 효과가 굉장한 스페셜 어택을 사용해서 체육관배틀을 1회 한다", - "quest_title_quest_febresearchday_catch_feed_plural": "진주몽 리서치: 포켓몬을 잡을 때 나무열매를 {{amount_0}}개 사용한다.", - "quest_title_quest_febresearchday_catch_special1_singular": "진주몽 리서치: 잉어킹이나 고래왕자를 잡는다", - "quest_title_quest_febresearchday_catch_special2_singular": "진주몽 리서치: 크랩 또는 고라파덕을 1마리 잡는다", - "quest_title_quest_febresearchday_catch_type_water_plural": "진주몽 리서치: 물타입포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_febresearchday_evolve_type_water_plural": "진주몽 리서치: 물타입포켓몬을 {{amount_0}}마리 진화시킨다.", - "quest_title_quest_febresearchday_land_curveball_plural": "진주몽 리서치: 커브볼을 {{amount_0}}회 던진다.", - "quest_title_quest_febresearchday_land_great_plural": "진주몽 리서치: Great가 나오게 {{amount_0}}번 던진다", - "quest_title_quest_febresearchday_land_inarow_great_plural": "진주몽 리서치: 연속으로 Great가 {{amount_0}}회 나오게 던진다.", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "진주몽 리서치: 연속으로 Nice가 {{amount_0}}회 나오게 던진다.", - "quest_title_quest_febresearchday_land_nice_plural": "진주몽 리서치: Nice가 나오게 {{amount_0}}번 던진다", - "quest_title_quest_febresearchday_visit_pokestops_plural": "진주몽 리서치: 포켓스톱을 {{amount_0}}개 돌린다.", - "quest_title_quest_feed_buddy_multiple": "파트너 포켓몬에게 간식을 {{amount_0}}번 준다", - "quest_title_quest_feed_buddy_singular": "파트너에게 간식을 준다", - "quest_title_quest_feed_goldenrazz_plural": "포켓몬을 잡을 때 황금 라즈열매를 {{amount_0}}개 사용한다", - "quest_title_quest_feed_nanab_plural": "포켓몬을 잡을 때 나나열매를 {{amount_0}}개 사용한다", - "quest_title_quest_feed_pinaps_plural": "포켓몬을 잡을 때 파인열매를 {{amount_0}} 개 사용한다", - "quest_title_quest_feed_razz_plural": "포켓몬을 잡을 때 라즈열매를 {{amount_0}}개 사용한다", - "quest_title_quest_fennekin_catch_b": "푸호꼬를 {{amount_0}}마리 잡는다", - "quest_title_quest_fennekin_evolve_b": "푸호꼬를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_fennekin_snapshot_b": "푸호꼬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_field_research_plural": "필드리서치 과제를 {{amount_0}}번 달성한다", - "quest_title_quest_field_research_singular": "필드리서치 과제를 1번 달성한다", - "quest_title_quest_fight_type_bug_plural": "벌레타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_dark_plural": "악타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_dark_steel_plural": "악타입 또는 강철타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_dragon_plural": "드래곤타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_electric_plural": "전기타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_fairy_plural": "페어리타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_fighting_plural": "격투타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_fire_plural": "불꽃타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_flying_plural": "비행타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_ghost_fighting_plural": "격투타입 또는 고스트타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_ghost_plural": "고스트타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_ghost_psychic_plural": "에스퍼타입 또는 고스트타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_grass_plural": "풀타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_ground_plural": "땅타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_ice_plural": "얼음타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_normal_plural": "노말타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_normal_psychic_plural": "노말타입 또는 에스퍼타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_poison_plural": "독타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_psychic_plural": "에스퍼타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_rock_plural": "바위타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_steel_plural": "강철타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_fight_type_water_plural": "물타입 포켓몬 {{amount_0}}마리에게 이긴다", - "quest_title_quest_first_catch_of_the_day": "오늘 처음 잡은 1마리", - "quest_title_quest_first_pokestop_of_the_day": "오늘의 첫 포켓스톱", - "quest_title_quest_flaaffy_evolve_b": "보송송을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_flett_catch_b": "화살꼬빈을 {{amount_0}}마리 잡는다", - "quest_title_quest_flett_evolve_b": "화살꼬빈을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_flett_evolve_s1": "불화살빈을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_floragato_evolve_b": "나로테를 진화시킨다", - "quest_title_quest_fraxure_evolve_b": "액슨도를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_froakie_catch_b": "개구마르를 {{amount_0}}마리 잡는다", - "quest_title_quest_froakie_evolve_b": "개구마르를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_froakie_snapshot_b": "개구마르의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_frogadier_evolve_b": "개굴반장을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_fuecoco_evolve_b": "뜨아거를 진화시킨다", - "quest_title_quest_fuse_necrozma": "네크로즈마를 합체한다", - "quest_title_quest_gbl_rank": "GO배틀리그에서 랭크 {{amount_0}}(이)가 된다", - "quest_title_quest_gbl_rank_fifteen": "GO배틀리그에서 랭크 15(이)가 된다", - "quest_title_quest_gbl_rank_five": "GO배틀리그에서 랭크 5(이)가 된다", - "quest_title_quest_gbl_rank_ten": "GO배틀리그에서 랭크 10(이)가 된다", - "quest_title_quest_gbl_rank_twenty": "GO배틀리그에서 랭크 20(이)가 된다", - "quest_title_quest_get_cell_singular": "지가르데 셀을 손에 넣는다", - "quest_title_quest_giblt_catch_b": "딥상어동을 {{amount_0}}마리 잡는다", - "quest_title_quest_giblt_evolve_b": "딥상어동을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_giblt_evolve_s1": "한바이트를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_gift_open_plural": "선물 {{amount_0}}개 열기", - "quest_title_quest_gift_open_singular": "선물 1개 열기", - "quest_title_quest_go_for_a_spin_00": "얼루기 포켓스톱 돌리기(1/8)", - "quest_title_quest_go_for_a_spin_01": "얼루기 포켓스톱 돌리기(2/8)", - "quest_title_quest_go_for_a_spin_02": "얼루기 포켓스톱 돌리기(3/8)", - "quest_title_quest_go_for_a_spin_03": "얼루기 포켓스톱 돌리기(4/8)", - "quest_title_quest_go_for_a_spin_04": "얼루기 포켓스톱 돌리기(5/8)", - "quest_title_quest_go_for_a_spin_05": "얼루기 포켓스톱 돌리기(6/8)", - "quest_title_quest_go_for_a_spin_06": "얼루기 포켓스톱 돌리기(7/8)", - "quest_title_quest_go_for_a_spin_07": "얼루기 포켓스톱 돌리기(8/8)", - "quest_title_quest_go_tour_snapshot_habitat_01": "열사막에서 파트너 포켓몬의 GO스냅샷을 찍는다", - "quest_title_quest_go_tour_snapshot_habitat_02": "신기한 세계에서 파트너 포켓몬의 GO스냅샷을 찍는다", - "quest_title_quest_go_tour_snapshot_habitat_03": "녹지에서 파트너 포켓몬의 GO스냅샷을 찍는다", - "quest_title_quest_go_tour_snapshot_habitat_04": "딱딱한 해안에서 파트너 포켓몬의 GO스냅샷을 찍는다", - "quest_title_quest_gold_hoenn_dex": "호연 메달을 골드로 만든다", - "quest_title_quest_gold_medal_plural": "메달 {{amount_0}}개를 골드로 만든다", - "quest_title_quest_gold_medal_plural_five": "메달 5개를 골드로 만든다", - "quest_title_quest_gold_medal_singular": "메달 1개를 골드로 만든다", - "quest_title_quest_goomy_catch_b": "미끄메라를 {{amount_0}}마리 잡는다", - "quest_title_quest_goomy_evolve_b_plural": "미끄메라를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_goomy_evolve_b_singular": "미끄메라를 1마리 진화시킨다", - "quest_title_quest_grookey_evolve": "흥나숭을 1마리 진화시킨다", - "quest_title_quest_grubbin_catch_b": "턱지충이를 {{amount_0}}마리 잡는다", - "quest_title_quest_grubbin_evolve_b": "턱지충이를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_grubbin_snapshot_b": "턱지충이의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_gt_catch_b": "고오스를 {{amount_0}}마리 잡는다", - "quest_title_quest_gt_evolve_b": "고오스를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_gt_evolve_s1": "고우스트를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_gulpin_catch": "꼴깍몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_gurdurr_evolve_b": "토쇠골을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_hallo19_catch_specific_plural": "포챠나 또는 델빌을 {{amount_0}}마리 잡는다", - "quest_title_quest_hallo19_catch_type_dark_plural": "악타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_hallo19_catch_type_ghost_plural": "고스트타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_hallo19_evolve_plural": "해골몽 또는 어둠대신을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_hallo19_transfer_plural": "포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_hatch_egg_plural": "알을 {{amount_0}}개 부화한다", - "quest_title_quest_hatch_egg_routes_plural": "루트에서 알을 {{amount_0}}개 부화한다", - "quest_title_quest_hatch_egg_routes_singular": "루트에서 알을 1개 부화한다", - "quest_title_quest_hatch_egg_singular": "알을 1개 부화한다", - "quest_title_quest_hoenn_celebration_research": "호연 기념 리서치", - "quest_title_quest_hoenn19_catch_specific_plural": "호연위크: 지그제구리 또는 테일로를 {{amount_0}} 마리 잡는다", - "quest_title_quest_hoenn19_evolve_specific_plural": "호연위크: 개무소를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_hoenn19_hatch_eggs": "호연위크: 알을 {{amount_0}}개 부화시킨다", - "quest_title_quest_hoppt_catch_b": "통통코를 {{amount_0}}마리 잡는다", - "quest_title_quest_hoppt_evolve_b": "통통코를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_hoppt_evolve_s1": "두코를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_incense_or_dai_plural": "향로, 산책향로를 {{amount_0}}개 사용한다", - "quest_title_quest_incense_or_dai_singular": "향로, 산책향로를 1개 사용한다", - "quest_title_quest_incense_plural": "향로 {{amount_0}}개를 사용한다", - "quest_title_quest_incense_routes_plural": "루트에서 향로를 {{amount_0}}개 사용한다", - "quest_title_quest_incense_routes_singular": "루트에서 향로를 1개 사용한다", - "quest_title_quest_incense_singular": "향로 1개를 사용한다", - "quest_title_quest_jan19rsd_buddywalk_singular": "빈티나 리서치: 파트너 포켓몬과 걸어서 1개 사탕을 얻는다", - "quest_title_quest_jan19rsd_hatch_egg_singular": "빈티나 리서치: 알을 1개 부화시킨다", - "quest_title_quest_jan19rsd_land_great_plural": "빈티나 리서치: Great가 나오게 {{amount_0}}번 던진다", - "quest_title_quest_jan19rsd_land_nice_plural": "빈티나 리서치: Nice가 나오게 {{amount_0}}번 던진다", - "quest_title_quest_johtofestival_catch_special17_plural": "성도위크: 해너츠를 {{amount_0}}마리 잡는다", - "quest_title_quest_johtofestival_catch_type_water_plural": "성도위크: 물타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_johtofestival_evolve_plural": "성도위크: 해너츠 또는 네이티를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_johtofestival_land_excellent_plural": "성도위크: Excellent가 나오게 {{amount_0}}번 던진다", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "성도위크: 커브볼로 Great가 나오게 {{amount_0}}회 연속으로 던진다", - "quest_title_quest_johtofestival_win_raid_singular": "성도위크: 레이드배틀에서 1회 이긴다", - "quest_title_quest_kanto_green_bellsprout": "GO Tour: 모다피를 잡는다", - "quest_title_quest_kanto_green_meowth": "GO Tour: 나옹을 잡는다", - "quest_title_quest_kanto_green_sandshrew": "GO Tour: 모래두지를 잡는다", - "quest_title_quest_kanto_green_vulpix": "GO Tour: 식스테일을 잡는다", - "quest_title_quest_kanto_hatch_plural": "GO Tour 관동지방: 알을 {{amount_0}}개 부화한다", - "quest_title_quest_kanto_hatch_singular": "GO Tour 관동지방: 알을 1개 부화한다", - "quest_title_quest_kanto_npc_plural": "GO Tour 관동지방: 도전자 {{amount_0}}명을 이긴다", - "quest_title_quest_kanto_npc_singular": "GO Tour 관동지방: 도전자 1명을 이긴다", - "quest_title_quest_kanto_red_ekans": "GO Tour: 아보를 잡는다", - "quest_title_quest_kanto_red_growlithe": "GO Tour: 가디를 잡는다", - "quest_title_quest_kanto_red_mankey": "GO Tour: 망키를 잡는다", - "quest_title_quest_kanto_red_oddish": "GO Tour: 뚜벅쵸를 잡는다", - "quest_title_quest_kecleon_catch": "켈리몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "고스트타입 포켓몬을 잡을 때 커브볼로 {{amount_0}}번 던진다", - "quest_title_quest_land_curveball_plural": "커브볼을 {{amount_0}}회 던진다", - "quest_title_quest_land_curveball_singular": "커브볼을 던진다", - "quest_title_quest_land_excellent_curveball_plural": "커브볼로 Excellent가 나오게 {{amount_0}}회 던진다", - "quest_title_quest_land_excellent_curveball_singular": "커브볼로 Excellent가 나오게 1회 던진다", - "quest_title_quest_land_excellent_plural": "Excellent가 나오게 {{amount_0}}회 던진다", - "quest_title_quest_land_excellent_singular": "Excellent가 나오게 1회 던진다", - "quest_title_quest_land_great_curve_inarow_type_ghost": "고스트타입 포켓몬을 잡을 때 커브볼로 Great가 나오게 {{amount_0}}번 연속으로 던진다", - "quest_title_quest_land_great_curve_type_ghost": "고스트타입 포켓몬을 잡을 때 커브볼로 Great가 나오게 {{amount_0}}번 던진다", - "quest_title_quest_land_great_curveball_plural": "커브볼로 Great를 {{amount_0}}회 던진다", - "quest_title_quest_land_great_curveball_singular": "커브볼로 Great를 1회 던진다", - "quest_title_quest_land_great_plural": "Great가 나오게 {{amount_0}}회 던진다", - "quest_title_quest_land_great_singular": "Great가 나오게 1회 던진다", - "quest_title_quest_land_great_type_ghost": "고스트타입 포켓몬을 잡을 때 Great가 나오게 {{amount_0}}번 던진다", - "quest_title_quest_land_inarow_curveball_plural": "커브볼을 {{amount_0}}회 연속으로 던진다", - "quest_title_quest_land_inarow_excellent_curveball_plural": "커브볼로 Excellent가 나오게 {{amount_0}}회 연속으로 던진다", - "quest_title_quest_land_inarow_excellent_plural": "Excellent를 {{amount_0}}회 연속으로 던진다", - "quest_title_quest_land_inarow_great_curveball_plural": "커브볼로 Great가 나오게 {{amount_0}}회 연속으로 던진다", - "quest_title_quest_land_inarow_great_plural": "Great를 {{amount_0}}회 연속으로 던진다", - "quest_title_quest_land_inarow_nice_curveball_plural": "커브볼로 Nice가 나오게 {{amount_0}}회 연속으로던진다", - "quest_title_quest_land_inarow_nice_plural": "Nice가 나오게 {{amount_0}}회 연속으로 던진다", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "고스트타입 포켓몬을 잡을 때 커브볼로 Nice가 나오게 {{amount_0}}번 연속으로 던진다", - "quest_title_quest_land_nice_curve_plural": "Nice가 나오게 커브볼을 {{amount_0}} 회 던진다", - "quest_title_quest_land_nice_curve_singular": "Nice가 나오게 커브볼을 1회 던진다", - "quest_title_quest_land_nice_curve_type_ghost": "고스트타입 포켓몬을 잡을 때 커브볼로 Nice가 나오게 {{amount_0}}번 던진다", - "quest_title_quest_land_nice_electric_plural": "전기타입 포켓몬을 Nice가 나오게 {{amount_0}}마리 잡는다", - "quest_title_quest_land_nice_plural": "Nice가 나오게 {{amount_0}}회 던진다", - "quest_title_quest_land_nice_singular": "Nice가 나오게 1회 던진다", - "quest_title_quest_land_nice_type_ghost": "고스트타입 포켓몬을 잡을 때 Nice가 나오게 {{amount_0}}번 던진다", - "quest_title_quest_larvitar_cdc_evolve_b": "애버라스를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_larvitar_cdc_snapshot_b": "애버라스의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_latias_wild_snap": "야생 라티아스의 GO스냅샷을 찍는다", - "quest_title_quest_latios_wild_snap": "야생 라티오스의 GO스냅샷을 찍는다", - "quest_title_quest_litten_catch_b": "냐오불을 {{amount_0}}마리 잡는다", - "quest_title_quest_litten_evolve_b_plural": "냐오불을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_litten_evolve_b_singular": "냐오불을 1마리 진화시킨다", - "quest_title_quest_litten_snapshot_b": "냐오불의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "대전 코드를 읽고 가까운 트레이너와 대전한다", - "quest_title_quest_lucky_plural": "반짝반짝 포켓몬을 {{amount_0}}마리 손에 넣는다", - "quest_title_quest_lucky_singular": "반짝반짝 포켓몬을 1마리 손에 넣는다", - "quest_title_quest_lunar19_friends_trade_plural": "프렌드와 포켓몬을 {{amount_0}}번 교환한다", - "quest_title_quest_macht_catch_b": "알통몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_macht_evolve_b": "알통몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_macht_evolve_s1": "근육몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_magit_catch_b": "잉어킹을 {{amount_0}}마리 잡는다", - "quest_title_quest_magit_evolve_b": "잉어킹을 {{amount_0}}마리 진화 시킨다", - "quest_title_quest_magmt_catch_b": "마그마를 {{amount_0}}마리 잡는다", - "quest_title_quest_magmt_evolve_b": "마그마를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_mareep_catch_b": "메리프를 {{amount_0}}마리 잡는다", - "quest_title_quest_mareep_evolve_b": "메리프를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_mareep_snapshot_b": "메리프의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_mega_evo_primal_rev_plural": "포켓몬을 {{amount_0}}번 원시회귀 또는 메가진화 시킨다", - "quest_title_quest_mega_evo_primal_rev_singular": "포켓몬을 원시회귀 또는 메가진화 시킨다", - "quest_title_quest_mega_evolve_beedrill": "독침붕을 메가진화 한다", - "quest_title_quest_mega_evolve_blastoise": "거북왕을 메가진화 시킨다", - "quest_title_quest_mega_evolve_charizard": "리자몽을 메가진화 시킨다", - "quest_title_quest_mega_evolve_diancie": "디안시를 메가진화한다", - "quest_title_quest_mega_evolve_plural": "포켓몬을 {{amount_0}}마리 메가진화 시킨다", - "quest_title_quest_mega_evolve_rayquaza": "레쿠쟈를 메가진화한다", - "quest_title_quest_mega_evolve_singular": "포켓몬을 1마리 메가진화 시킨다", - "quest_title_quest_mega_evolve_venusaur": "이상해꽃을 메가진화 시킨다", - "quest_title_quest_mega_join_raid_plural": "메가 레이드를 {{amount_0}}번 한다", - "quest_title_quest_mega_join_raid_singular": "메가 레이드를 1번 한다", - "quest_title_quest_mega_win_raid_plural": "메가 레이드에서 {{amount_0}}번 이긴다", - "quest_title_quest_mega_win_raid_singular": "메가 레이드에서 1번 이긴다", - "quest_title_quest_mesprit_wild_snap": "야생 엠라이트의 GO스냅샷을 찍는다", - "quest_title_quest_metang_evolve_b_singular": "메탕구를 진화시킨다", - "quest_title_quest_more_reseach_coming_soon": "다음 리서치를 기다려 주세요!", - "quest_title_quest_mudkt_catch_b": "물짱이를 {{amount_0}}마리 잡는다", - "quest_title_quest_mudkt_evolve_b": "물짱이(을)를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_mudkt_evolve_s1": "늪짱이를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_new_friends_plural": "{{amount_0}} 명과 친구가 된다", - "quest_title_quest_new_friends_singular": "트레이너 1명과 프렌드가 된다", - "quest_title_quest_noibat_catch_b": "음뱃을 {{amount_0}}마리 잡는다", - "quest_title_quest_noibat_evolve_b": "음뱃을 {{amount_0}}마리 진화시킨다 ", - "quest_title_quest_noibat_snapshot_b": "음뱃의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_oshat_catch_b": "수댕이를 {{amount_0}}마리 잡는다", - "quest_title_quest_oshat_evolve_b": "수댕이를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_oshat_evolve_s1": "쌍검자비를 1마리 진화시킨다", - "quest_title_quest_party_catch_electric_type_plural": "팀 참가 중 전기타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_party_catch_electric_type_singular": "팀 참가 중 전기타입 포켓몬을 1마리 잡는다", - "quest_title_quest_party_catch_fire_type_plural": "팀 참가 중 불꽃타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_party_catch_fire_type_singular": "팀 참가 중 불꽃타입 포켓몬을 1마리 잡는다", - "quest_title_quest_party_catch_normal_type_plural": "팀 참가 중 노말타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_party_catch_normal_type_singular": "팀 참가 중 노말타입 포켓몬을 1마리 잡는다", - "quest_title_quest_party_catch_water_type_plural": "팀 참가 중 물타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_party_catch_water_type_singular": "팀 참가 중 물타입 포켓몬을 1마리 잡는다", - "quest_title_quest_party_challenge_plural": "팀 챌린지를 {{amount_0}}건 완료 한다", - "quest_title_quest_party_challenge_singular": "팀 챌린지를 1건 완료 한다", - "quest_title_quest_platinum_johto_badge": "성도 메달을 플래티넘으로 만든다", - "quest_title_quest_platinum_kanto_badge": "관동 메달을 플래티넘으로 만든다", - "quest_title_quest_platinum_medal_plural": "메달 {{amount_0}}개를 플래티넘으로 만든다", - "quest_title_quest_platinum_medal_plural_five": "메달 5개를 플래티넘으로 만든다", - "quest_title_quest_platinum_medal_plural_forty": "메달 40개를 플래티넘으로 만든다", - "quest_title_quest_platinum_medal_plural_ten": "메달 10개를 플래티넘으로 만든다", - "quest_title_quest_platinum_medal_plural_twenty": "메달 20개를 플래티넘으로 만든다", - "quest_title_quest_platinum_medal_singular": "메달 1개를 플래티넘으로 만든다", - "quest_title_quest_play_buddy_singular": "파트너 포켓몬과 놀기", - "quest_title_quest_pokemon_appears": "포켓몬 발견!", - "quest_title_quest_poliwag_catch_b": "발챙이를 {{amount_0}}마리 잡는다", - "quest_title_quest_poliwag_evolve_b": "발챙이를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_poliwag_snapshot_b": "발챙이의 GO스냅샷 사진을 {{amount_0}}장 찍는다", - "quest_title_quest_poliwhirl_evolve_b": "슈륙챙이를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "누리공을 {{amount_0}}마리 잡는다", - "quest_title_quest_popplio_evolve_b_plural": "누리공을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_popplio_evolve_b_singular": "누리공을 1마리 진화시킨다", - "quest_title_quest_porygon_catch_b": "폴리곤을 {{amount_0}}마리 잡는다", - "quest_title_quest_porygon_evolve_b_plural": "폴리곤을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_porygon_evolve_b_singular": "폴리곤을 1마리 진화시킨다", - "quest_title_quest_porygon_snapshot_b": "폴리곤의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_porygon2_evolve_b_plural": "폴리곤2을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_porygon2_evolve_b_singular": "폴리곤2을 1마리 진화시킨다", - "quest_title_quest_poryt_catch_b": "폴리곤을 {{amount_0}}마리 잡는다", - "quest_title_quest_poryt_catch_s1": "폴리곤2을 {{amount_0}}마리 잡는다", - "quest_title_quest_poryt_evolve_b": "폴리곤을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_poryt_evolve_s1": "폴리곤2을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_power_up_dragon_plural": "드래곤타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_fire_ice": "불꽃타입 또는 얼음타입 포켓몬을 5회 강화한다", - "quest_title_quest_power_up_grass_ghost": "풀타입 또는 고스트타입 포켓몬을 5회 강화한다", - "quest_title_quest_power_up_legendary_plural": "전설 또는 환상의 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_legendary_singular": "전설 또는 환상의 포켓몬을 1번 강화한다", - "quest_title_quest_power_up_max_plural": "포켓몬 {{amount_0}}마리를 최대 CP까지 강화한다.", - "quest_title_quest_power_up_max_singular": "포켓몬을 최대 CP까지 강화한다.", - "quest_title_quest_power_up_plural": "포켓몬을 {{amount_0}}회 강화한다", - "quest_title_quest_power_up_plural_bug": "벌레타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_dark": "악타입 포켓몬을 {{amount_0}}마리 강화한다", - "quest_title_quest_power_up_plural_dragon": "드래곤타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_electric": "전기타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_fairy": "페어리타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_fighting": "격투타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_fire": "불꽃타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_flying": "비행타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_ghost": "고스트타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_grass": "풀타입포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_ground": "땅타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_ice": "얼음타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_normal": "노말타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_poison": "독타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_psychic": "에스퍼타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_rock": "바위타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_rock_fairy": "바위타입 또는 페어리타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_plural_steel": "강철타입 포켓몬을 {{amount_0}}마리 강화한다", - "quest_title_quest_power_up_plural_water": "물타입 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_power_up_poison_rock": "독타입 또는 바위타입 포켓몬을 5회 강화한다", - "quest_title_quest_power_up_singular": "포켓몬을 1회 강화한다", - "quest_title_quest_power_up_singular_marshadow": "마샤도를 강화한다", - "quest_title_quest_power_up_water_normal": "노말타입 또는 물타입 포켓몬을 5회 강화한다", - "quest_title_quest_primal_raid_victory_groudon": "원시그란돈 레이드에 이긴다", - "quest_title_quest_primal_raid_victory_kyogre": "원시가이오가 레이드에 이긴다", - "quest_title_quest_primal_raid_victory_plural": "원시 레이드에서 {{amount_0}}번 이긴다", - "quest_title_quest_primal_raid_victory_singular": "원시 레이드에서 1번 이긴다", - "quest_title_quest_primal_reversion_plural": "원시회귀 모습으로 {{amount_0}}번 된다", - "quest_title_quest_primal_reversion_singular": "원시회귀 모습으로 1번 된다", - "quest_title_quest_primal_surge_candy": "대지와 바다의 힘: 파트너 포켓몬과 걸어 사탕을 1개 받는다", - "quest_title_quest_primal_surge_catch": "대지와 바다의 힘: 포켓몬을 10마리 잡는다", - "quest_title_quest_primal_surge_hatch": "대지와 바다의 힘: 알을 부화한다", - "quest_title_quest_primal_surge_power_ground": "대지와 바다의 힘: 땅타입 포켓몬을 5번 강화", - "quest_title_quest_primal_surge_power_water": "대지와 바다의 힘: 물타입 포켓몬을 5번 강화", - "quest_title_quest_primal_surge_raid": "대지와 바다의 힘: 레이드배틀에서 이긴다", - "quest_title_quest_psychicspec_catch_abra_plural": "캐이시 또는 슬리프를 {{amount_0}} 마리 잡는다", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "에스퍼타입 포켓몬을 {{amount_0}} 마리 잡는다", - "quest_title_quest_psychicspec_evolve_plural": "아라리 또는 야돈을 {{amount_0}} 마리 진화시킨다", - "quest_title_quest_quaxly_evolve_b": "꾸왁스를 진화시킨다", - "quest_title_quest_quaxwell_evolve_b": "아꾸왁을 진화시킨다", - "quest_title_quest_quilava_evolve_b_plural": "마그케인을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_quilava_evolve_b_singular": "마그케인을 1마리 진화시킨다", - "quest_title_quest_quilladin_evolve_b": "도치보구를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_raboot_evolve": "래비풋을 1마리 진화시킨다", - "quest_title_quest_raid_friend_singular": "프렌드와 함께 레이드배틀", - "quest_title_quest_raid_t5_win": "별5 레이드배틀에서 이긴다", - "quest_title_quest_raid_with_buddy_plural": "파트너 포켓몬으로 레이드배틀에 {{amount_0}}번 진행", - "quest_title_quest_raid_with_buddy_singular": "파트너 포켓몬으로 레이드배틀에 1번 진행", - "quest_title_quest_reach_hoenn_gold": "호연 메달을 골드로 만든다", - "quest_title_quest_reach_johto_gold": "성도메달을 목표로 한다", - "quest_title_quest_reach_kanto_gold": "관동 메달을 골드로 만든다", - "quest_title_quest_reach_kanto_silver": "관동 메달을 실버로 한다", - "quest_title_quest_reach_level": "레벨 {{amount_0}}(으)로 도달한다", - "quest_title_quest_referral_initial_milestone": "로그인했다!", - "quest_title_quest_remove_bonus_challenge_desc": "내일 추가됩니다", - "quest_title_quest_reward_desc_1": "윌로우박사의 리서치를 협력해서 스탬프를 모아 대발견을 하자!", - "quest_title_quest_reward_desc_2": "앞으로 스탬프", - "quest_title_quest_reward_desc_3_plural": "{{amount_0}} 개로 대발견!", - "quest_title_quest_reward_desc_3_singular": "{{amount_0}} 개로 대발견!", - "quest_title_quest_reward_encounter_later": "나중에", - "quest_title_quest_reward_encounter_uses_ar": "이 포켓몬은 AR 모드를 사용할 필요가 있습니다.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "포켓몬이 나타났다!", - "quest_title_quest_reward_start_encounter": "겟 찬스", - "quest_title_quest_rocket_battle_plural": "GO로켓단 조무래기와 배틀을 {{amount_0}} 번 한다", - "quest_title_quest_rocket_battle_win_plural": "GO로켓단 조무래기를 {{amount_0}} 번 이긴다", - "quest_title_quest_rocket_battle_win_singular": "GO로켓단 조무래기와 배틀에서 이긴다", - "quest_title_quest_rocket_catch_shadow_singular": "그림자 포켓몬을 잡는다", - "quest_title_quest_rocket_evolve_plural": "포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_rocket_leader_battle_win_singular": "GO로켓단 리더와 배틀에서 1번 이긴다", - "quest_title_quest_rocket_power_up_plural": "포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_rocket_purify_dark_plural": "악타입 그림자 포켓몬을 {{amount_0}}마리 정화한다", - "quest_title_quest_rocket_purify_fire_plural": "불꽃타입 그림자 포켓몬을 {{amount_0}}마리 정화한다", - "quest_title_quest_rocket_purify_plural": "그림자 포켓몬을 {{amount_0}} 마리 정화한다", - "quest_title_quest_rocket_purify_type_singular": "불꽃, 물, 풀 중 한가지 타입 포켓몬을 {{amount_0}}마리 정화한다", - "quest_title_quest_rocket_rescue_shadow_plural": "그림자 포켓몬 {{amount_0}}마리를 잡는다", - "quest_title_quest_rocket_shadow_plural": "그림자 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_rockethq1_arlo_win": "GO로켓단 리더 알로와의 배틀에서 이긴다", - "quest_title_quest_rockethq1_arlo_win_plural": "GO로켓단 리더 알로와의 배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_rockethq1_battle_boss": "GO로켓단의 보스와 배틀한다", - "quest_title_quest_rockethq1_catch_legendary_shadow": "전설의 그림자 포켓몬을 잡는다", - "quest_title_quest_rockethq1_catch_shadow1": "그림자 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_rockethq1_cliff_win": "GO로켓단 리더 클리프와의 배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_rockethq1_cliff_win_plural": "GO로켓단 리더 클리프와의 배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_rockethq1_defeat_boss": "GO로켓단 보스를 이긴다", - "quest_title_quest_rockethq1_find_boss": "GO로켓단의 보스를 발견한다", - "quest_title_quest_rockethq1_grunt_win1": "GO로켓단 조무래기를 {{amount_0}} 번 이긴다", - "quest_title_quest_rockethq1_grunt_win2": "GO로켓단 조무래기를 {{amount_0}} 번 이긴다", - "quest_title_quest_rockethq1_leader_win_plural": "GO로켓단 리더와의 배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_rockethq1_leaders_win_plural": "GO로켓단 리더와의 배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_rockethq1_purify": "그림자 포켓몬을 {{amount_0}} 마리 정화한다", - "quest_title_quest_rockethq1_raid_win": "레이드배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_rockethq1_sierra_win": "GO로켓단 리더 시에라와의 배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_rockethq1_sierra_win_plural": "GO로켓단 리더 시에라와의 배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_rockethq1_spin": "포켓스톱을 {{amount_0}}개 돌린다", - "quest_title_quest_rockethq1_spin_row": "포켓스톱을 {{amount_0}} 일 연속으로 돌린다", - "quest_title_quest_rockethq1_supereffective": "효과가 굉장한 스페셜 어택을 사용해서 체육관배틀을 {{amount_0}} 회 한다", - "quest_title_quest_rockethq1_trainerbattle_win": "슈퍼리그 트레이너 대전으로 {{amount_0}}번 이긴다", - "quest_title_quest_roggenrola_catch_b": "단굴을 {{amount_0}}마리 잡는다", - "quest_title_quest_roggenrola_evolve_b": "단굴을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_roggenrola_snapshot_b": "단굴 GO스냅샷 사진을 {{amount_0}}장 찍는다", - "quest_title_quest_roset_catch_b": "로젤리아를 {{amount_0}}마리 잡는다", - "quest_title_quest_roset_evolve_b": "로젤리아를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_rowlet_catch_b": "나몰빼미를 {{amount_0}}마리 잡는다", - "quest_title_quest_rowlet_evolve_b_plural": "나몰빼미를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_rowlet_evolve_b_singular": "나몰빼미를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_rowlet_snapshot_b": "나몰빼미의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_sandt_catch_b": "모래두지를 {{amount_0}}마리 잡는다", - "quest_title_quest_sandt_evolve_b": "모래두지를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_scorbunny_evolve": "염버니를 1마리 진화시킨다", - "quest_title_quest_send_gifts_daily_row": "선물을 {{amount_0}}일 연속 보내기", - "quest_title_quest_send_gifts_plural": "선물을 {{amount_0}} 개 보낸다", - "quest_title_quest_send_gifts_singular": "선물을 1개 보낸다", - "quest_title_quest_send_gifts_sticker_plural": "스티커를 붙여 선물을 {{amount_0}}개 보낸다", - "quest_title_quest_send_gifts_sticker_singular": "스티커를 붙여 선물을 1개 보낸다", - "quest_title_quest_shelgon_evolve_b_plural": "쉘곤을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_shelgon_evolve_b_singular": "쉘곤을 1마리 진화시킨다", - "quest_title_quest_shint_catch_b": "꼬링크를 {{amount_0}}마리 잡는다", - "quest_title_quest_shint_evolve_b": "꼬링크를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_shint_evolve_s1": "럭시오를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_sinnoh_evolve_plural": "신오지방에서 처음 발견된 포켓몬 {{amount_0}}마리를 진화 시킨다", - "quest_title_quest_sinnoh_evolve_stone_plural": "신오의돌을 사용해서 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_sinnoh_medal_gold": "신오 메달을 골드로 만든다", - "quest_title_quest_sliggoo_evolve_b_plural": "미끄네일을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_sliggoo_evolve_b_singular": "미끄네일을 1마리 진화시킨다", - "quest_title_quest_slowpoke_catch_b": "야돈 또는 가라르의 야돈을 {{amount_0}}마리 잡는다", - "quest_title_quest_slowpoke_evolve_b": "야돈 또는 가라르의 야돈을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_slowpoke_snapshot_b": "야돈 또는 가라르의 야돈의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_ar_photo_safari": "테스트로 파트너 포켓몬과 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_bali": "발리에서 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_buddy": "파트너의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_bulbasaur": "이상해씨 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_charmander": "파이리 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_chikorita": "치코리타의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_cyndaquil": "브케인의 GO스냅샷 사진을 찍는다", - "quest_title_quest_snapshot_genesect": "게노세크트 GO스냅샷 사진을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_hariyama": "하리뭉의 GO스냅샷 사진을 찍는다", - "quest_title_quest_snapshot_hoopa_singular": "후파의 GO스냅샷 사진을 찍는다", - "quest_title_quest_snapshot_jeju": "제주도에서 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_keldeo": "케르디오의 GO스냅샷 사진을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_landorus": "랜드로스의 GO스냅샷 사진을 찍는다", - "quest_title_quest_snapshot_machamp": "괴력몬의 GO스냅샷 사진을 찍는다", - "quest_title_quest_snapshot_okinawa": "오키나와에서 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_poison_grass_singular": "독타입 야생 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_quest_snapshot_regi_ice": "레지아이스의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_regi_rock": "레지락의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_regi_steel": "레지스틸의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_scrafty": "곤율거니의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_singular": "GO스냅샷을 찍는다", - "quest_title_quest_snapshot_storage_bug_unique_plural": "벌레타입 포켓몬 {{amount_0}}종류의 GO스냅샷 사진을 찍는다", - "quest_title_quest_snapshot_storage_steel_unique_plural": "강철타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_storage_unique_plural": "야생 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_surabaya": "수라바야에서 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_thundurus": "볼트로스의 GO스냅샷 사진을 찍는다", - "quest_title_quest_snapshot_tornadus": "토네로스의 GO스냅샷 사진을 찍는다", - "quest_title_quest_snapshot_totodile": "리아코의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_unique_fire_pokemon": "불꽃타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_unique_pokemon": "{{amount_0}}종류 포켓몬의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "야생의 꼬링크 또는 줄뮤마 또는 트리미앙의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_bug_plural": "벌레타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_bug_unique_plural": "야생의 벌레타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "야생의 버터플 또는 꼬링크 또는 줄뮤마의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_dark_plural": "악타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_dark_unique_plural": "야생의 악타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_dragon_plural": "드래곤타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "야생의 드래곤타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "야생 꼬지보리 또는 초라기 또는 형광어의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_eevee": "야생 이브이의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_electric_plural": "전기타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_electric_unique_plural": "야생의 전기타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_entei": "야생 앤테이의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_fairy_plural": "페어리타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "야생의 페어리타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_fighting_plural": "격투타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "야생의 격투타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_fire_plural": "불꽃타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_fire_unique_plural": "야생의 불꽃타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_flying_plural": "비행타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_flying_unique_plural": "야생의 비행타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_frillish_absol": "야생의 앱솔 또는 탱그릴의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "야생 꼬마돌 또는 모래두지 또는 선인왕의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_ghost_plural": "고스트타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "야생의 고스트타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_grass_plural": "풀타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_grass_singular": "풀타입 야생 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_quest_snapshot_wild_grass_unique_plural": "야생의 풀타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_ground_plural": "땅타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_ground_unique_plural": "야생의 땅타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_hoothoot": "야생 부우부의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_ice_plural": "얼음타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_ice_singular": "얼음타입 야생 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_quest_snapshot_wild_ice_unique_plural": "야생의 얼음타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "야생 연꽃몬 또는 단데기 또는 에이팜의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "야생 사랑동이 또는 초라기 또는 형광어의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_mareanie_singluar": "야생 시마사리의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_normal_plural": "노말타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_normal_unique_plural": "야생의 노말타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_plural": "야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_poison_plural": "독타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_poison_unique_plural": "야생의 독타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_psychic_plural": "에스퍼타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "야생의 에스퍼타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_raikou": "야생 라이코의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "야생 땅타입, 바위타입, 또는 페어리타입 포켓몬의 GO스냅샷을 {{amount_0}}종류 찍는다", - "quest_title_quest_snapshot_wild_rock_plural": "바위타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_rock_unique_plural": "야생의 바위타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_singular": "야생 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "야생 무장조 또는 두트리오 또는 만타인의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_skitty_kirlia": "야생 킬리아 또는 에나비의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "야생의 포푸니 또는 삐딱구리 또는 탱그릴의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_steel_plural": "강철타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_steel_unique_plural": "야생 강철타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_suicune": "야생 스이쿤의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "야생 톱치 또는 모래두지 또는 선인왕의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_unique_plural": "야생 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "야생 불꽃타입, 물타입, 또는 풀타입 포켓몬의 GO스냅샷을 {{amount_0}}종류 찍는다", - "quest_title_quest_snapshot_wild_water_plural": "물타입 야생 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshot_wild_water_singular": "물타입 야생 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_quest_snapshot_wild_water_unique_plural": "야생의 물타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_snapshot_yogyakarta": "욕야카르타에서 GO스냅샷을 찍는다", - "quest_title_quest_snapshots_inarow_plural": "GO스냅샷 사진을 {{amount_0}}일 연속으로 찍는다", - "quest_title_quest_snapshots_plural": "GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshots_your_plural": "당신 포켓몬의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_snapshots_your_singular": "당신 포켓몬의 GO스냅샷을 1장 찍는다", - "quest_title_quest_snivt_catch_b": "주리비얀을 {{amount_0}}마리 잡는다", - "quest_title_quest_snivt_evolve_b": "주리비얀을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_snivt_evolve_s1": "샤비를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_sobble_evolve": "울머기를 1마리 진화시킨다", - "quest_title_quest_sphet_catch_b": "대굴레오를 {{amount_0}}마리 잡는다", - "quest_title_quest_sphet_evolve_b": "대굴레오를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_sphet_evolve_s1": "씨레오를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_spin_151": "포켓스톱 또는 체육관 151개 돌린다", - "quest_title_quest_spin_daysinarow": "포켓스톱을 {{amount_0}} 일 연속으로 돌린다", - "quest_title_quest_spin_go_tour_habitat_01": "해변의 도시에서 포켓스톱 또는 체육관을 {{amount_0}}개 돌린다", - "quest_title_quest_spin_go_tour_habitat_02": "수상한 유적에서 포켓스톱 또는 체육관을 {{amount_0}}개 돌린다", - "quest_title_quest_spin_go_tour_habitat_03": "독 웅덩이에서 포켓스톱 또는 체육관을 {{amount_0}}개 돌린다", - "quest_title_quest_spin_go_tour_habitat_04": "산의 온천에서 포켓스톱 또는 체육관을 {{amount_0}}개 돌린다", - "quest_title_quest_spin_go_tour_spiritomb_plural": "다른 화강돌 포켓스톱 {{amount_0}}개를 돌린다", - "quest_title_quest_spin_go_tour_spiritomb_singular": "화강돌 포켓스톱을 돌린다", - "quest_title_quest_spin_mexico_plural": "멕시코 포켓스톱을 {{amount_0}}개 돌린다", - "quest_title_quest_spin_mexico_singular": "멕시코 포켓스톱을 1개 돌린다", - "quest_title_quest_spin_pokestop_days": "포켓스톱을 {{amount_0}}일 돌린다", - "quest_title_quest_spin_ultra_wormhole_gym": "울트라홀이 있는 체육관의 포토디스트를 돌린다", - "quest_title_quest_spin_wcs_2024": "Hawaiʻi Convention Center의 포켓스톱 또는 체육관 10개를 돌린다", - "quest_title_quest_sprigatito_evolve_b": "나오하를 진화시킨다", - "quest_title_quest_squirtle_catch_b": "꼬부기를 {{amount_0}}마리 잡는다", - "quest_title_quest_squirtle_evolve_b": "꼬부기를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_squirtle_snapshot_b": "꼬부기 GO스냅샷 사진을 {{amount_0}}장 찍는다", - "quest_title_quest_st_catch_s": "도토링을 15마리 잡는다", - "quest_title_quest_st_evolve_n": "잎새코를 1마리 진화시킨다", - "quest_title_quest_st_evolve_s": "도토링 3마리를 진화시킨다", - "quest_title_quest_stardust_plural": "{{amount_0}} 별의모래를 손에 넣는다", - "quest_title_quest_starly_catch_b": "찌르꼬를 {{amount_0}}마리 잡는다", - "quest_title_quest_starly_evolve_b": "찌르꼬를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_starly_snapshot_b": "찌르꼬 GO스냅샷 사진을 {{amount_0}}장 찍는다", - "quest_title_quest_start_battle": "대전 시작!", - "quest_title_quest_steenee_evolve_b_plural": "달무리나를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_steenee_evolve_b_singular": "달무리나를 1마리 진화시킨다", - "quest_title_quest_streak_format": "보너스 {{amount_0}}일째!", - "quest_title_quest_stuff_catch_b": "포곰곰을 {{amount_0}} 마리 잡는다", - "quest_title_quest_stuff_evolve_b": "포곰곰을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_stuff_snapshot_b": "야생 포곰곰의 GO스냅샷을 찍는다", - "quest_title_quest_supereffective_charge_party_plural": "팀 참가 중 효과가 굉장한 스페셜 어택을 {{amount_0}}번 사용하며 배틀한다", - "quest_title_quest_supereffective_charge_party_singular": "팀 참가 중 효과가 굉장한 스페셜 어택을 1번 사용하며 배틀한다", - "quest_title_quest_supereffective_charge_plural": "효과가 굉장한 스페셜 어택을 {{amount_0}}번 사용하며 배틀한다", - "quest_title_quest_supereffective_charge_singular": "효과가 굉장한 스페셜 어택을 사용하며 배틀한다", - "quest_title_quest_surskit_catch": "비구술을 {{amount_0}}마리 잡는다", - "quest_title_quest_swabt_catch_b": "파비코를 {{amount_0}}마리 잡는다", - "quest_title_quest_swabt_evolve_b": "파비코를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_swinub_cdc_evolve_b": "꾸꾸리를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_swinub_cdc_snapshot_b": "꾸꾸리의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_teddiursa_catch_b": "깜지곰을 {{amount_0}}마리 잡는다", - "quest_title_quest_teddiursa_evolve_b": "깜지곰을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_teddiursa_snapshot_b": "깜지곰의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_template.display.branches#0.button_text_key": "레이드, 조무래기, 체육관", - "quest_title_quest_template.display.branches#0.description_key": "이 길을 선택하면 체육관, 레이드, GO로켓단 배틀을 통해 리자몽을 만나는 것을 포함한 리워드를 손에 넣을 수 있습니다.", - "quest_title_quest_template.display.branches#1.button_text_key": "GO배틀리그", - "quest_title_quest_template.display.branches#1.description_key": "이 길을 선택하면 트레이너 대전에 이겨 리자몽을 만나는 것을 포함한 리워드를 손에 넣을 수 있습니다.", - "quest_title_quest_tepit_catch_b": "뚜꾸리를 {{amount_0}}마리 잡는다", - "quest_title_quest_tepit_evolve_b": "뚜꾸리를 진화 시킨다", - "quest_title_quest_tepit_evolve_s1": "차오꿀(을)를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_thwackey_evolve": "채키몽을 1마리 진화시킨다", - "quest_title_quest_timburr_catch_b": "으랏차를 {{amount_0}}마리 잡는다", - "quest_title_quest_timburr_evolve_b": "으랏차를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_timburr_snapshot_b": "으랏차의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_time_remaining_day_plural": "기간 한정 스페셜리서치 남은 기간 {{amount_0}}일", - "quest_title_quest_time_remaining_day_singular": "기간 한정 스페셜리서치 남은 기간 {{amount_0}}일", - "quest_title_quest_togetic_catch_b": "토게틱을 {{amount_0}}마리 잡는다", - "quest_title_quest_togetic_evolve_b": "토게틱을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_togetic_snapshot_b": "토게틱의 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_quest_torracat_evolve_b_plural": "냐오히트를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_torracat_evolve_b_singular": "냐오히트를 1마리 진화시킨다", - "quest_title_quest_trade_50km_plural": "50km이상 떨어진 장소의 포켓몬을 {{amount_0}}마리 교환한다", - "quest_title_quest_trade_100km_plural": "100km이상 떨어진 장소의 포켓몬을 {{amount_0}}마리 교환한다", - "quest_title_quest_trade_200km_plural": "200km이상 떨어진 장소의 포켓몬을 {{amount_0}}마리 교환한다", - "quest_title_quest_trade_300km_plural": "300km이상 떨어진 장소의 포켓몬을 {{amount_0}}마리 교환한다", - "quest_title_quest_trade_400km_plural": "400km이상 떨어진 장소의 포켓몬을 {{amount_0}}마리 교환한다", - "quest_title_quest_trade_500km_plural": "500km이상 떨어진 장소의 포켓몬을 {{amount_0}}마리 교환한다", - "quest_title_quest_trade_500km_singular": "500km이상 떨어진 장소의 포켓몬을 1마리 교환한다", - "quest_title_quest_trade_pikachu_plural": "피카츄를 {{amount_0}}마리 교환한다", - "quest_title_quest_trade_plural": "포켓몬 교환을 {{amount_0}}번 한다", - "quest_title_quest_trade_singular": "포켓몬을 교환한다", - "quest_title_quest_transfer_pidgey_plural": "구구를 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_pokemon_plural": "포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_pokemon_singular": "포켓몬을 1마리 보낸다", - "quest_title_quest_transfer_rock_or_poison_plural": "바위타입 또는 독타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_rock_poison": "바위타입 또는 독타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_bug_plural": "벌레타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_dark_plural": "악타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_dragon_plural": "드래곤타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_electric_plural": "전기타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_fairy_plural": "페어리타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_fighting_plural": "격투타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_fire_plural": "불꽃타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_flying_plural": "비행타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_ghost_plural": "고스트타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_grass_plural": "풀타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_ground_plural": "땅타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_ice_plural": "얼음타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_normal_plural": "노말타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_poison_plural": "독타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_psychic_plural": "에스퍼타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_rock_plural": "바위타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_steel_plural": "강철타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_transfer_type_water_plural": "물타입 포켓몬을 {{amount_0}}마리 보낸다", - "quest_title_quest_travel_routes_km_plural": "루트에서 {{amount_0}}km 걷는다", - "quest_title_quest_travel_routes_meters_plural": "루트에서 {{amount_0}}m 걷는다", - "quest_title_quest_tynamo_catch_b": "저리어를을 {{amount_0}}마리 잡는다", - "quest_title_quest_tynamo_evolve_b_plural": "저리어를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_tynamo_evolve_b_singular": "저리어를 1마리 진화시킨다", - "quest_title_quest_under_investigation": "윌로우박사가 조사 중입니다. 준비가 될 때까지 기다려 주세요.", - "quest_title_quest_urd22_june_battle_gym": "울트라 리서치데이: 체육관 배틀을 1번 한다", - "quest_title_quest_urd22_june_battle_raid": "울트라 리서치데이: 레이드배틀을 1번 한다", - "quest_title_quest_urd22_june_beries": "울트라 리서치데이: 포켓몬을 잡을 때 나무열매를 {{amount_0}}개 사용한다", - "quest_title_quest_urd22_june_catch_rock": "울트라 리서치데이: 바위타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_urd22_june_catch_weather": "울트라 리서치데이: 날씨 부스트를 받고 있는 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_urd22_june_curveball": "울트라 리서치데이: 커브볼을 {{amount_0}}번 던진다", - "quest_title_quest_urd22_june_curveball_row": "울트라 리서치데이: 커브볼을 {{amount_0}}번 연속으로 던진다", - "quest_title_quest_urd22_june_evolve_rock": "울트라 리서치데이: 바위타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_urd22_june_gift_sticker": "울트라 리서치데이: 스티커를 붙여 선물을 {{amount_0}}개 보낸다", - "quest_title_quest_urd22_june_great": "울트라 리서치데이: Great가 나오게 {{amount_0}}번 던진다", - "quest_title_quest_urd22_june_great_row": "울트라 리서치데이: Great가 나오게 {{amount_0}}번 연속으로 던진다", - "quest_title_quest_urd22_june_nice": "울트라 리서치데이: Nice가 나오게 {{amount_0}}번 던진다", - "quest_title_quest_urd22_june_nice_row": "울트라 리서치데이: Nice가 나오게 {{amount_0}}번 연속으로 던진다", - "quest_title_quest_urd22_june_powerup": "울트라 리서치데이: 포켓몬을 {{amount_0}}번 강화한다", - "quest_title_quest_urd22_june_snap_rock": "울트라 리서치데이: 야생 바위타입 포켓몬의 GO스냅샷을 찍는다", - "quest_title_quest_urd22_june_spin_stops": "울트라 리서치데이: 포켓스톱을 {{amount_0}}개 돌린다", - "quest_title_quest_urd22_june_supereffective": "울트라 리서치데이: 효과가 굉장한 스페셜 어택을 사용한다", - "quest_title_quest_ursaring_evolve_b": "링곰을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_use_any_potion": "Use any Potion on a Pokémon", - "quest_title_quest_use_charged_move_singular": "효과가 굉장한 스페셜 어택을 사용하며 배틀한다", - "quest_title_quest_use_charged_tm": "기술머신스페셜을 쓴다", - "quest_title_quest_use_dai_plural": "산책향로를 {{amount_0}}번 사용", - "quest_title_quest_use_dai_singular": "산책향로를 1번 사용", - "quest_title_quest_use_fast_tm": "기술머신노말을 쓴다", - "quest_title_quest_use_hyper_potion": "Use a Hyper Potion on a Pokémon", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "루트에서 루어모듈을 {{amount_0}}개 사용한다", - "quest_title_quest_use_lure_singular": "루트에서 루어모듈을 1개 사용한다", - "quest_title_quest_use_max_potion": "Use a Max Potion on a Pokémon", - "quest_title_quest_use_poffin": "포핀을 사용", - "quest_title_quest_use_rare_candy_plural": "이상한사탕 {{amount_0}}개를 사용한다", - "quest_title_quest_use_rare_candy_singular": "이상한사탕 1개를 사용한다", - "quest_title_quest_use_standard_charged_tm": "기술머신스페셜을 쓴다", - "quest_title_quest_use_standard_fast_tm": "기술머신노말을 쓴다", - "quest_title_quest_use_super_potion": "Use a Super Potion on a Pokémon", - "quest_title_quest_uxie_wild_snap": "야생 유크시의 GO스냅샷을 찍는다", - "quest_title_quest_val19_catch_specific_plural": "Valentine’s Day: 사랑동이를 {{amount_0}} 마리 잡는다", - "quest_title_quest_val19_catch_specific_singular": "Valentine’s Day: 럭키를 1마리 잡는다", - "quest_title_quest_visit_different_pokestops": "다른 포켓스톱에서 {{amount_0}}를 돌린다", - "quest_title_quest_visit_pokestop_new_plural": "방문한 적이 없는 포켓스톱을 {{amount_0}}개 돌린다", - "quest_title_quest_visit_pokestop_new_singular": "방문한 적이 없는 포켓스톱을 {{amount_0}}개 돌린다", - "quest_title_quest_visit_pokestops_party_plural": "팀 참가 중 포켓스톱 또는 체육관을 {{amount_0}}번 돌린다", - "quest_title_quest_visit_pokestops_plural": "포켓스톱 또는 체육관을 {{amount_0}}개 돌린다", - "quest_title_quest_visit_pokestops_singular": "포켓스톱 또는 체육관을 1개 돌린다", - "quest_title_quest_visit_unique_pokestops_plural": "다른 포켓스톱 또는 체육관을 {{amount_0}}를 돌린다", - "quest_title_quest_wailmer_catch_b": "고래왕자를 {{amount_0}}마리 잡는다", - "quest_title_quest_waina_catch_great_ultra_plural": "Pokémon GO Plus +를 사용하여 슈퍼볼 또는 하이퍼볼로 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_waina_catch_plural": "Pokémon GO Plus +를 사용하여 몬스터볼로 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_waina_sleep_days": "Pokémon GO Plus +를 사용하여 수면을 {{amount_0}}일 계측한다", - "quest_title_quest_waina_sleep_days_singular": "Pokémon GO Plus +로 수면을 1일 계측한다", - "quest_title_quest_waina_spin_pokestop_plural": "Pokémon GO Plus +를 사용하여 포켓스톱 {{amount_0}}개를 회전한다", - "quest_title_quest_walk_25km_inaweek_plural": "주간 피트니스 25km 보상을 {{amount_0}}번 받는다", - "quest_title_quest_walk_buddy_plural": "파트너와 걸어서 {{amount_0}}개 사탕을 얻는다", - "quest_title_quest_walk_buddy_singular": "파트너와 걸어서 1개 사탕을 얻는다", - "quest_title_quest_walk_eevee_for_evo": "이브이를 파트너로 하고 10km 걷는다", - "quest_title_quest_walk_hgrowlithe_header_0": "가디 시간제한 리서치", - "quest_title_quest_walk_km": "{{amount_0}} Km 걷는다", - "quest_title_quest_walk_km_plural": "{{amount_0}} Km 걷는다", - "quest_title_quest_walk_routes_plural": "루트로 {{amount_0}}km 걷는다", - "quest_title_quest_walk_routes_singular": "루트로 {{amount_0}}km 걷는다", - "quest_title_quest_walk_steps": "Walk {{amount_0}} steps", - "quest_title_quest_wartortle_evolve_b": "어니부기를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_waterfestival_catch_feed_plural": "워터 페스티벌: 포켓몬을 잡을 때 나무열매를 {{amount_0}}개 쓴다", - "quest_title_quest_waterfestival_catch_pokemon_plural": "워터 페스티벌: 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_waterfestival_catch_special9_plural": "워터 페스티벌: 잉어킹이나 고래왕자를 {{amount_0}}마리 잡는다", - "quest_title_quest_waterfestival_catch_type_water_plural": "워터 페스티벌: 물타입 포켓몬 {{amount_0}}마리 잡는다", - "quest_title_quest_waterfestival_evolve_plural": "워터 페스티벌: 셀러를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_waterfestival_evolve_type_water_plural": "워터 페스티벌: 물타입 포켓몬을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_waterfestival_hatch_egg_singular": "워터 페스티벌: 알을 1개 부화한다", - "quest_title_quest_waterfestival_land_great_plural": "워터 페스티벌: Great가 나오게 {{amount_0}}회 던진다", - "quest_title_quest_waterfestival_land_nice_plural": "워터 페스티벌: Nice가 나오게 {{amount_0}}회 던진다", - "quest_title_quest_waterfestival_win_raid_singular": "워터 페스티벌: 레이드배틀에 1회 이긴다", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer Bonus: 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_wcs_2024_catch_psychic_electric": "전기타비 또는 에스퍼타입 포켓몬을 {{amount_0}}마리 잡는다", - "quest_title_quest_wcs_2024_snapshot_fairy": "야생의 페어리타입 포켓몬 {{amount_0}}종류의 GO스냅샷을 찍는다", - "quest_title_quest_wcs_2024_spin_00": "Pokémon GO Zone의 포켓스톱을 돌린다", - "quest_title_quest_wcs_2024_spin_01": " Play Lab의 포켓스톱을 돌린다", - "quest_title_quest_wcs_2024_spin_02": "Collect & Trade Corner의 포켓스톱을 돌린다", - "quest_title_quest_weepinbell_evolve_b_plural": "우츠동을 {{amount_0}}마리 진화시킨다", - "quest_title_quest_weepinbell_evolve_b_singular": "우츠동을 1마리 진화시킨다", - "quest_title_quest_wimpod_catch_b": "꼬시레를 {{amount_0}}마리 잡는다", - "quest_title_quest_win_gym_plural": "체육관 배틀에서 {{amount_0}}회 이긴다", - "quest_title_quest_win_gym_singular": "체육관 배틀에서 1회 이긴다", - "quest_title_quest_win_raid_2_singular": "레벨2 이상 레이드에 이긴다", - "quest_title_quest_win_raid_3_plural": "레벨 3이상의 레이드에 {{amount_0}}번 이긴다", - "quest_title_quest_win_raid_3_singular": "레벨 3이상의 레이드에 1회 이긴다", - "quest_title_quest_win_raid_buddy_plural": "파트너 포켓몬으로 레이드배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_win_raid_buddy_singular": "파트너 포켓몬으로 레이드배틀에 이긴다", - "quest_title_quest_win_raid_lvl1_higher_singular": "별 1이상의 레이드에 1회 이긴다", - "quest_title_quest_win_raid_lvl1_singular": "별1 레이드배틀에서 이긴다", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "CP1500이하 포켓몬만 사용해서 레이드를 {{amount_0}}번 이긴다", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "CP1,500이하 포켓몬만 사용해서 레이드를 1번 이긴다", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "CP1,500이하 포켓몬만 사용해 별3 레이드에서 {{amount_0}}번 이긴다", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "CP1,500이하 포켓몬만 사용해 별3 레이드에서 1번 이긴다", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "CP2,500이하 포켓몬만 사용해 별3 레이드에서 {{amount_0}}번 이긴다", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "CP2,500이하 포켓몬만 사용해 별3 레이드에서 1번 이긴다", - "quest_title_quest_win_raid_party_plural": "팀 참가 중 레이드를 {{amount_0}}번 이긴다", - "quest_title_quest_win_raid_party_singular": "팀 참가 중 레이드를 1번 이긴다", - "quest_title_quest_win_raid_plural": "레이드배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_win_raid_singular": "레이드배틀에서 1회 이긴다", - "quest_title_quest_win_raid_unique_plural": "모두 다른 종류의 포켓몬으로 레이드배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_win_raid_unique_singular": "모두 다른 종류의 포켓몬으로 레이드배틀에서 1번 이긴다", - "quest_title_quest_win_raid_with_friend_plural": "프렌드와 함께 레이드배틀에서 {{amount_0}}번 이긴다", - "quest_title_quest_win_raid_with_friend_singular": "프렌드와 함께 레이드배틀에서 1번 이긴다", - "quest_title_quest_win_raids_unique_1500_plural": "모두 다른 종류의 1500CP이하의 포켓몬 파티로 레이드에서 {{amount_0}}번 이긴다", - "quest_title_quest_win_raids_unique_plural": "모두 다른 종류의 포켓몬 파티로 레이드에서 {{amount_0}}번 이긴다", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "CP1,500이하 포켓몬만 사용해서 GO로켓단 리더에게 {{amount_0}}번 이긴다", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "CP1500이하 포켓몬만 사용해서 GO로켓단 리더에게 이긴다", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "CP2,500이하 포켓몬만 사용해서 GO로켓단 리더에게 {{amount_0}}번 이긴다", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "CP3,000이하 포켓몬만 사용해서 GO로켓단 리더에게 {{amount_0}}번 이긴다", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "CP3,500이하 포켓몬만 사용해서 GO로켓단 리더에게 {{amount_0}}번 이긴다", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "CP4,000이하 포켓몬만 사용해서 GO로켓단 리더에게 {{amount_0}}번 이긴다", - "quest_title_quest_wooper_catch_b": "우파 또는 우파(팔데아의 모습)를 {{amount_0}}마리 잡는다", - "quest_title_quest_wooper_evolve_b": "우파 또는 우파(팔데아의 모습)를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_wooper_snapshot_b": "우파 또는 우파(팔데아의 모습)의 GO스냅샷 사진을 {{amount_0}}장 찍는다", - "quest_title_quest_wt_catch_weedle": "뿔충이를 {{amount_0}}마리 잡는다", - "quest_title_quest_wt_evolve_kakuna": "딱충이를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_wt_evolve_weedle": "뿔충이를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_xp_plural": "XP를 {{amount_0}} 얻는다", - "quest_title_quest_zigzagoon_catch_b": "가라르의 지그제구리를 {{amount_0}}마리 잡는다", - "quest_title_quest_zigzagoon_evolve_b": "가라르의 지그제구리를 {{amount_0}}마리 진화시킨다", - "quest_title_quest_zigzagoon_snapshot_b": "가라르의 지그제구리 GO스냅샷을 {{amount_0}}장 찍는다", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "포켓몬을 0마리 잡았다", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "포켓몬을 {{amount_0}}마리 잡았다", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "포켓몬을 1마리 잡았다", - "quest_title_score_1_10_11_12_singular": "불꽃, 물, 풀 중 한 가지 타입의 포켓몬을 {{amount_0}}마리 잡았다!", - "quest_title_score_1_10_singular": "불꽃타입 포켓몬을 {{amount_0}} 마리 잡았다!", - "quest_title_score_1_11_singular": "물타입 포켓몬을 {{amount_0}} 마리 잡았다!", - "quest_title_score_1_12_singular": "풀타입 포켓몬을 {{amount_0}} 마리 잡았다!", - "quest_title_score_1_none": "포켓몬을 0마리 잡았다", - "quest_title_score_1_plural": "포켓몬을 {{amount_0}}마리 잡았다", - "quest_title_score_1_singular": "포켓몬을 1마리 잡았다", - "quest_title_score_6_plural": "레이드배틀에서 {{amount_0}}번 이겼다", - "quest_title_score_6_singular": "레이드배틀에서 1번 이겼다", - "quest_title_score_8_10_none": "Nice가 나오게 0회 던졌다", - "quest_title_score_8_10_plural": "Nice가 나오게 {{amount_0}}회 던졌다", - "quest_title_score_8_10_singular": "Nice가 나오게 1회 던졌다", - "quest_title_score_8_11_none": "Great가 나오게 0회 던졌다", - "quest_title_score_8_11_plural": "Great가 나오게 {{amount_0}}회 던졌다", - "quest_title_score_8_11_singular": "Great가 나오게 1회 던졌다", - "quest_title_score_8_12_none": "Excellent가 나오게 0회 던졌다", - "quest_title_score_8_12_plural": "Excellent가 나오게 {{amount_0}}회 던졌다", - "quest_title_score_8_12_singular": "Excellent가 나오게 1회 던졌다", - "quest_title_score_8_13_none": "커브볼을 0회 던졌다", - "quest_title_score_8_13_plural": "커브볼을 {{amount_0}}회 던졌다", - "quest_title_score_8_13_singular": "커브볼을 1회 던졌다", - "quest_title_score_11_701_none": "라즈열매를 0개 썼다", - "quest_title_score_11_701_plural": "라즈열매를 {{amount_0}}개 썼다", - "quest_title_score_11_701_singular": "라즈열매를 1개 썼다", - "quest_title_score_11_703_none": "나나열매를 0개 썼다", - "quest_title_score_11_703_plural": "나나열매를 {{amount_0}}개 썼다", - "quest_title_score_11_703_singular": "나나열매를 1개 썼다", - "quest_title_score_11_705_none": "파인열매를 0개 썼다", - "quest_title_score_11_705_plural": "파인열매를 {{amount_0}}개 썼다", - "quest_title_score_11_705_singular": "파인열매를 1개 썼다", - "quest_title_score_15_10_none": "커브볼로 Nice가 나오게 0회 던졌다", - "quest_title_score_15_10_plural": "커브볼로 Nice가 나오게 {{amount_0}}회 던졌다", - "quest_title_score_15_10_singular": "커브볼로 Nice가 나오게 1회 던졌다", - "quest_title_score_15_11_none": "커브볼로 Great가 나오게 0회 던졌다", - "quest_title_score_15_11_plural": "커브볼로 Great가 나오게 {{amount_0}}회 던졌다", - "quest_title_score_15_11_singular": "커브볼로 Great가 나오게 1회 던졌다", - "quest_title_score_15_12_none": "커브볼로 Excellent가 나오게 0회 던졌다", - "quest_title_score_15_12_plural": "커브볼로 Excellent가 나오게 {{amount_0}}회 던졌다", - "quest_title_score_15_12_singular": "커브볼로 Excellent가 나오게 1회 던졌다", - "quest_title_score_22_none": "팀 리더 배틀을 0번 대전했다", - "quest_title_score_22_plural": "팀 리더 배틀을 {{amount_0}}번 대전했다", - "quest_title_score_22_singular": "팀 리더 배틀을 1번 대전했다", - "quest_title_score_23_none": "GO배틀리그에서 0번 대전했다", - "quest_title_score_23_plural": "GO배틀리그에서 {{amount_0}}번 대전했다", - "quest_title_score_23_singular": "GO배틀리그에서 1번 대전했다", - "quest_title_score_battle_raid_none": "레이드배틀을 0회 했다", - "quest_title_score_battle_raid_plural": "레이드배틀을 {{amount_0}}회 했다", - "quest_title_score_battle_raid_singular": "레이드배틀을 1회 했다", - "quest_title_score_catch_feed_none": "나무열매를 0개 썼다", - "quest_title_score_catch_feed_plural": "나무열매를 {{amount_0}}개 썼다", - "quest_title_score_catch_feed_singular": "나무열매를 1개 썼다", - "quest_title_score_catch_pokemon": "포켓몬을 {{amount_0}}마리 잡았다", - "quest_title_score_defeat_rocket_none": "GO로켓단 단원 0명을 쓰러뜨렸다!", - "quest_title_score_defeat_rocket_plural": "GO로켓단 단원 {{amount_0}}명을 쓰러뜨렸다!", - "quest_title_score_defeat_rocket_singular": "GO로켓단 단원 1명을 쓰러뜨렸다!", - "quest_title_score_field_research_none": "필드리서치 0개 완료", - "quest_title_score_field_research_plural": "필드리서치 {{amount_0}}개 완료", - "quest_title_score_field_research_singular": "필드리서치 1개 완료", - "quest_title_score_send_gift_none": "프렌드에게 선물을 0개 보냈다", - "quest_title_score_send_gift_plural": "프렌드에게 선물을 {{amount_0}}개 보냈다", - "quest_title_score_send_gift_singular": "프렌드에게 선물을 1개 보냈다", - "quest_title_score_spin_pokestop_none": "포켓스톱을 0개 돌렸다", - "quest_title_score_spin_pokestop_plural": "포켓스톱을 {{amount_0}}개 돌렸다", - "quest_title_score_spin_pokestop_singular": "포켓스톱을 1개 돌렸다", - "quest_win_raid_plural": "레이드배틀에서 {{amount}}번 이긴다", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Star Raid", - "raid_1_plural": "1 Star Raids", - "raid_2": "2 Star Raid", - "raid_2_plural": "2 Star Raids", - "raid_3": "3 Star Raid", - "raid_3_plural": "3 Star Raids", - "raid_4": "4 Star Raid", - "raid_4_plural": "4 Star Raids", - "raid_5": "Legendary Raid", - "raid_5_plural": "Legendary Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "오후에 최고", - "route_tag_architecture": "건축", - "route_tag_art": "아트", - "route_tag_beachy": "해변", - "route_tag_bike_path": "자전거 도로", - "route_tag_biking": "사이클링에 적당한", - "route_tag_body_of_water": "물가", - "route_tag_buildings": "건물이 많은", - "route_tag_category_misc": "기타", - "route_tag_category_nearby": "근처에 있는 것", - "route_tag_category_suitability": "접근", - "route_tag_category_terrain": "지형", - "route_tag_category_theme": "주제", - "route_tag_city_life": "도시 생활", - "route_tag_culture": "문화", - "route_tag_easy_going": "편안한", - "route_tag_flat": "평평한", - "route_tag_foliage": "단풍이 많은", - "route_tag_food": "음식", - "route_tag_grassy": "잔디", - "route_tag_hilly": "언덕", - "route_tag_historic": "역사", - "route_tag_intense": "모험", - "route_tag_morning": "아침에 최고", - "route_tag_muddy": "진흙", - "route_tag_nature": "자연", - "route_tag_night": "밤에 최고", - "route_tag_no_parking": "근처에 주차 불가능", - "route_tag_no_people": "사람이 적은", - "route_tag_open_space": "넓직하다", - "route_tag_parking": "근처에 주차 가능", - "route_tag_parks_nearby": "공원 근처", - "route_tag_partially_paved": "일부 포장 도로", - "route_tag_paved": "포장 도로", - "route_tag_people": "사람이 많은", - "route_tag_pets": "반려동물 친화적인", - "route_tag_plenty_pokestops": "포켓스톱 풍부", - "route_tag_public_transport": "대중교통이 가까운", - "route_tag_raid_friendly": "체육관이 많은", - "route_tag_rainy_day": "비오는 날 좋은", - "route_tag_rocky": "바위", - "route_tag_running": "러닝에 적당한", - "route_tag_sandy": "모래", - "route_tag_seasonal": "계절감", - "route_tag_sightseeing": "관광", - "route_tag_stroller": "유아차 가능", - "route_tag_sunny_day": "맑은 날 좋은", - "route_tag_tree_cover": "나무 그늘", - "route_tag_unpaved": "비포장 도로", - "route_tag_views": "절경", - "route_tag_walking": "워킹에 적당한", - "route_tag_wheelchair": "휠체어 가능", - "route_tag_wildlife": "야생 생물이 많은", - "route_tag_woodsy": "숲", - "route_tags_label": "태그", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "그림자", - "team_1": "미스틱", - "team_2": "발로", - "team_3": "인스팅트", - "team_a_0": "소속없음", - "team_a_1": "팀 미스틱", - "team_a_2": "팀 발로", - "team_a_3": "팀 인스팅트", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "거친 날씨", - "weather_1": "맑음", - "weather_2": "비", - "weather_3": "약간 구름", - "weather_4": "구름", - "weather_5": "강풍", - "weather_6": "눈", - "weather_7": "안개", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} diff --git a/client/public/locales/nl/translation.json b/client/public/locales/nl/translation.json deleted file mode 100644 index b2c15b46f..000000000 --- a/client/public/locales/nl/translation.json +++ /dev/null @@ -1,6017 +0,0 @@ -{ - "login": "Login", - "click_once": "Klik maar één keer op 'Autoriseren'", - "save": "Opslaan", - "reset": "Resetten", - "close": "Sluiten", - "reset_filters": "Filters Resetten", - "pokemon_filters": "Pokémon Filter Instellingen", - "gyms_filters": "Gym Filter Instellingen", - "pokestops_filters": "PokéStop Filter Instellingen", - "nests_filters": "Nest Filter Instellingen", - "help": "Help", - "apply_to_all": "Toepassen op alles", - "disable_all": "Alles Uitschakelen", - "enable_all": "Alles Inschakelen", - "enabled": "Inschakelen", - "legacy": "Legacy", - "id": "ID", - "location": "Locatie", - "search_pokemon": "Zoek Pokémon", - "search_nests": "Zoek Nests", - "search_gyms": "Zoek Gyms", - "search_pokestops": "Zoek PokéStops", - "search_raids": "Zoek Raids", - "search_eggs": "Zoek Eieren", - "search_quests": "Zoek Quests", - "search_lures": "Zoek Lures", - "search_invasions": "Zoek Invasies", - "sm": "sm", - "md": "md", - "lg": "lg", - "xl": "XL", - "min": "Min", - "max": "Max", - "set_size": "Set Icon Size", - "slot_selection": "Slotselectie", - "generations": "Generaties", - "types": "Soorten", - "forms": "Forms", - "rarity": "Rarity", - "others": "Andere", - "categories": "Categorieën", - "rank": "Rank", - "slider_iv": "IV Range", - "slider_great": "Great League", - "slider_ultra": "Ultra League", - "slider_little": "Little Cup", - "slider_atk_iv": "Attack", - "slider_def_iv": "Defense", - "slider_sta_iv": "Stamina", - "slider_level": "Level", - "slider_size": "Grootte", - "abbreviation_level": "L", - "lvl": "Lvl", - "cap": "Cap", - "custom": "Aangepast", - "valid": "Geldig", - "invalid": "Ongeldig!", - "overwrites": "Overschrijft Alle Filters", - "valid_filter": "Geldige Statistiekenfilter", - "invalid_filter": "Voer een geldig filter in", - "gyms": "Gyms", - "nests": "Nests", - "pokestops": "PokéStops", - "pokemon": "Pokémon", - "wayfarer": "Wayfarer", - "scan_areas": "Scan Gebieden", - "s2cells": "S2 Cells", - "weather": "Weer", - "admin": "Admin", - "settings": "Instellingen", - "advanced": "Geavanceerd", - "tile_servers": "Tile Servers", - "icons": "Icons", - "navigation": "Navigatie", - "drawer": "Drawer", - "tile_servers_default": "Standaard", - "drawer_temporary": "Tijdelijk", - "drawer_persistent": "Persistent", - "locale_selection": "Taalinstellingen", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "Importeren", - "export": "Exporteren", - "logout": "Uitloggen", - "local_storage_cleared": "Lokale opslag van de map is gewist!", - "iv_or_filter": "IV Of Filter", - "polygons": "Polygons", - "raids": "Raids", - "ex_eligible": "EX Eligible", - "in_battle": "In Battle", - "all_pokestops": "Alle PokéStops", - "lures": "Lures", - "quests": "Quests", - "invasions": "Invasions", - "portals": "Portals", - "submission_cells": "Submission Cells", - "spawnpoint": "Spawnpoint", - "spawnpoints": "Spawnpoints", - "s2_cell_level": "Level {{level}} S2 Cell", - "total_count": "Totaal", - "next_submission": "Volgende Inzending!", - "never": "Nooit", - "next_gym": "Volgende Gym", - "scan_cells": "Scan Cellen", - "devices": "Apparaten", - "use_my_location": "Gebruik Mijn Locatie", - "submit_feedback_title": "Feedback/Bug Rapport Indienen", - "use_the_link_below": "U kunt de onderstaande link gebruiken om feedback of eventuele bugs die u bent tegengekomen in te dienen.", - "feedback_to_devs": "Deze feedback wordt rechtstreeks naar de ontwikkelaars gestuurd.", - "feedback_form": "Feedback formulier", - "unknown_pokestop": "Onbekende PokéStop Naam", - "unknown_gym": "Onbekende Gym Naam", - "exclude": "Uitsluiten", - "exclude_quest": "Uitsluiten Quest", - "exclude_invasion": "Uitsluiten Invasion", - "exclude_team": "Uitsluiten Team", - "exclude_raid": "Uitsluiten Raid", - "exclude_lure": "Uitsluiten Lure", - "timer": "Timer", - "hide": "Verbergen", - "tier": "Tier", - "slots": "Slots", - "mega": "Mega", - "form": "Form", - "starts": "Begint", - "ends": "Eindigt", - "defender": "Defender", - "best_buddy": "Beste maatje", - "cp": "CP", - "kilogram": "kg", - "meter": "m", - "total_cp": "Totale CP", - "first_seen": "Eerst gezien", - "last_seen": "Laatst gezien", - "last_modified": "Laatst Aangepast", - "last_updated": "Laatst Bijgewerkt", - "imported": "Geïmporteerd", - "nest_estimated": "Nest Gegevens zijn geschat!", - "verify_nests": "Gecontroleerd door huidige spawns te controleren", - "nest_out_of_date": "Nest is mogelijk verouderd!", - "nest_check_current": "Controleer in plaats daarvan de huidige spawns", - "spawns_per_hour": "spawns/hr", - "teams": "Teams", - "eggs": "Eggs", - "reverse": "Omgekeerd", - "selected": "Geselecteerde", - "unselected": "Niet Geselecteerde", - "only_available": "Beschikbaar", - "common": "Common", - "uncommon": "Uncommen", - "rare": "Rare", - "ultra_rare": "Ultra Rare", - "regional": "Regionaal", - "event": "Event", - "legendary": "Legendary", - "mythical": "Mythical", - "ultra_beast": "Ultra Beest", - "alt_forms": "Alt Forms", - "alola": "Alola", - "galarian": "Galarian", - "showing": "Showing", - "instance": "Instance", - "online": "Online", - "offline": "Offline", - "boosted_types": "Boosted Types", - "pokemon_options": "Pokémon Opties", - "pokestops_options": "PokéStop Opties", - "gyms_options": "Gym Opties", - "nests_options": "Nest Opties", - "wayfarer_options": "Wayfarer Opties", - "admin_options": "Admin Opties", - "weather_options": "Weer Opties", - "s2cells_options": "S2 Celle Opties", - "clustering": "Clustering", - "glow": "Glow", - "legacy_filter": "Legacy Filter", - "raid_timers": "Alle Raid Timers", - "invasion_timers": "Toon alle Invasion Timers", - "lure_timers": "Toon alle Lure Timers", - "device_path_color": "Apparaat Pad Kleur", - "old_portals": "Oude Portalen", - "new_portals": "Nieuw Portalen", - "items": "Items", - "energy": "Energy", - "ar_eligible": "AR Eligible", - "iv_circles": "IV Indicatoren", - "min_iv_circle": "Minimale cirkel IV", - "interaction_ranges": "Interaction Ranges", - "cannot_connect": "\nKan momenteel geen verbinding maken met de server.\nOnmiddellijk opnieuw proberen zal alleen maar meer problemen veroorzaken.\nProbeer het over een paar minuten opnieuw.\n\n- Bedank namens de Admin", - "mad_quest_text": "Native Quests", - "xs": "XS", - "primary": "Primair", - "secondary": "Secundair", - "zero_iv": "0% IV", - "hundo_iv": "100% IV", - "open_menu": "Open Menu", - "zoom_in": "Inzomen", - "zoom_out": "Uitzomen", - "welcome": "Welkom bij", - "back": "Terug", - "next": "Volgende", - "finish": "Finish", - "start_tutorial": "Start Tutorial", - "view_profile": "Profiel bekijken", - "login_optional": "Inloggen (optioneel)", - "tutorial": "Tutorial", - "tutorial_language": "Kies je taal", - "tutorial_welcome": "Deze tutorial is interactief en het wordt aangeraden om met alle opties te spelen.", - "tutorial_categories": "Categorieën waartoe je toegang heeft.", - "tutorial_logged_in": "Je kunt details over je machtigingen bekijken door je profiel te bekijken.", - "tutorial_logged_out": "Je kunt details over je machtigingen bekijken door in te loggen.", - "tutorial_sidebar_0": "Alle filters en instellingen die beschikbaar zijn staan hier.", - "tutorial_sidebar_1": "Het is mogelijk om elke categorie precies in te stellen welke informatie je wilt zien met behulp van de schakelaars.", - "tutorial_sidebar_2": "Opties: Extra aanpassingen\nGeavanceerd: zullen we later in deze tutorial behandelen.", - "tutorial_sliders_0": "Gebruik de schuifregelaars om filters aan te passen.", - "tutorial_sliders_1": "Pokémon Tussen:", - "tutorial_sliders_2": "- IVs {{iv0}}% naar {{iv1}}%", - "tutorial_sliders_3": "Level {{level0}} naar {{level1}}", - "tutorial_sliders_3alt": "- En is Level {{level0}} naar {{level1}}", - "tutorial_sliders_4": "- Great League Rank {{gl0}} naar {{gl1}}", - "tutorial_sliders_4alt": "- Of Great League Rank {{gl0}} naar {{gl1}}", - "tutorial_sliders_5": "- Ultra League Rank {{ul0}} naar {{ul1}}", - "tutorial_sliders_5alt": "- Of Ultra League Rank {{ul0}} naar {{ul1}}", - "tutorial_sliders_6": "Kettingen met andere van dezelfde kleur.", - "tutorial_sliders_7": "Filtert afzonderlijk van andere schuifregelaars.", - "tutorial_sliders_8": "Een 'volle' schuifregelaar betekent dat deze is uitgeschakeld:", - "tutorial_sliders_9": "Alle spawns, ongeacht of de IV gecontroleerd is of niet.", - "tutorial_help": "Snelkoppeling naar dit menu.", - "tutorial_adv_filter": "Alleen mobiel, opent de filteropties voor het geavanceerde menu.", - "tutorial_tune": "Stelt het geavanceerde filter in voor alle Pokémon die momenteel in het menu worden gefilterd.", - "tutorial_format_size": "Stelt de pictogramgrootte in voor alle items die momenteel in het menu worden gefilterd.", - "tutorial_check": "Schakelt alle items in die momenteel in het menu worden gefilterd", - "tutorial_clear": "Schakelt alle items uit die momenteel in het menu worden gefilterd", - "tutorial_save": "Slaat de huidige selectie op en sluit af", - "tutorial_show_all_view": "Toon PokéStops & Gyms", - "tutorial_show_pokemon_view": "Toon Pokémon In", - "tutorial_toggle": "Als je op de Check/X klikt, wordt het item omgeschakeld", - "tutorial_pokemon_caption": "Met dit pictogram kun je filters instellen voor die specifieke Pokémon.", - "tutorial_all_caption": "Teams hebben een speciaal slotmenu\nMet alle andere items kun je de pictogramgrootte aanpassen.", - "tutorial_popup_0": "Pop-ups zijn nu interactief!", - "tutorial_popup_1": "De drie stippen openen de opties voor verbergen, uitsluiten en schakelen tussen timers.", - "tutorial_popup_2": "Pictogrammen aan weerszijden van de navigatielink worden uitgevouwen om extra informatie weer te geven, probeer het eens!", - "tutorial_popup_3": "De pictogrammen verschillen per categorie, zorg ervoor dat u ze allemaal bekijkt.", - "tutorial_closing_0": "Extra informatie", - "tutorial_closing_1": "De globale Pokémon-schuifregelaars in de zijbalk werken afzonderlijk van het geavanceerde menu en hebben geen effect op elkaar.", - "tutorial_closing_2": "Zorg ervoor dat je de gedeelte Instellingen in de zijbalk bekijkt.", - "tutorial_closing_3": "Er zijn veel esthetische opties beschikbaar voor elke categorie, maar onthoud dat hoe meer je aan je kaart toevoegt, hoe groter de kans dat je kaart langzamer wordt!", - "tutorial_closing_4": "Je kunt deze tutorial opnieuw bekijken door deze te selecteren in het instellingenpaneel in de zijbalk.", - "tutorial_closing_5": "Blijf veilig en veel geluk!", - "intro": "Introductie", - "sidebar": "Sidebar", - "sliders": "Schuifregelaars", - "popups": "Popups", - "closing": "Sluitend", - "shortcuts": "Sneltoetsen", - "iv": "IV", - "area_restrictions": "Gebiedsbeperkingen", - "map": "Map", - "stats": "Statistieken", - "pvp": "PVP", - "area_restrictions_subtitle": "U heeft toegang tot deze gebieden", - "devices_subtitle": "Toont actieve apparaatlocaties en routes", - "gyms_subtitle": "Toont alle actieve gyms, actieve team en hoeveel slots elke gym beschikbaar heeft", - "invasions_subtitle": "Toon informatie over de Team Rocket invasion, inclusief battle lineup, vervaltijd en mogelijke beloningen.", - "iv_subtitle": "Toon IV% en gloed opties", - "lures_subtitle": "Toont informatie over het Lure, inclusief het type Lure en de vervaltijd", - "map_subtitle": "Toont de kaart", - "nests_subtitle": "Toont actief nestelende Pokémon en polygons", - "pokemon_subtitle": "Toont alle Pokémon-locaties en vervaltijden", - "pokestops_subtitle": "Toont alle PokéStop-locaties", - "portals_subtitle": "Toont all Ingress Portalen", - "pvp_subtitle": "Toont PVP rank/CP/Level informatie voor elke Pokémon", - "quests_subtitle": "Toont quest reward en task informatie", - "raids_subtitle": "Toont alle raid informatie inclusief de raid boss, eggs, vervaltijd, en moveset", - "scan_cells_subtitle": "Toont de laatste keer dat een S2 cel gescand werd door een apparaat", - "scan_areas_subtitle": "Toont beschikbare scan gebieden polygonen", - "spawnpoints_subtitle": "Toont spawnpoints en hun geschatte despawntijd", - "stats_subtitle": "Toont Pokémon Statistieken en levels", - "submission_cells_subtitle": "Toont informatie die nuttig is voor het indienen van nieuwe POIs", - "weather_subtitle": "Toont op de map de weersinformatie voor elke cel", - "scanner_subtitle": "Interacteer direct met de scanner op verschillende manieren", - "s2cells_subtitle": "Toont de laatste tijd een S2 cell was bijgewerkt door een scanner.", - "backups_subtitle": "Maakt het mogelijk om instellingen over apparaten heen te back-uppen en te laden", - "backups": "Back-ups", - "user_profile": "Gebruiker Profiel", - "user_username": "Gebruikersnaam", - "candy": "Candy", - "show_ex_badge": "Toon EX Badge", - "search": "Zoeken", - "global_search_quests": "Voer de naam van de Reward in...", - "global_search_lures": "Voer Lokaas Naam in...", - "global_search_pokestops": "Voer de naam van de PokéStop in...", - "global_search_gyms": "Voer de naam van de Gym in...", - "global_search_portals": "Voer de naam van de Portal in...", - "global_search_nests": "Voer de naam van de Nest Pokémon in...", - "global_search_raids": "Voer de naam van de Raid Boss in...", - "global_search_pokemon": "Voer Pokémon Naam in...", - "global_search_invasions": "Voer Grunt Type, Naam, of Pokémon beloningsnaam in...", - "raid_level_badges": "Raid Level Badges", - "options": "Opties", - "profile": "Profiel", - "pokemon_icons": "Pokémon Pictogrammen", - "pokestop_icons": "PokéStop Pictogrammen", - "gym_icons": "Gym Pictogrammen", - "team_icons": "Team Pictogrammen", - "egg_icons": "Egg Pictogrammen", - "raid_icons": "Raid Pictogrammen", - "nest_icons": "Nest Pictogrammen", - "reward_icons": "Reward Pictogrammen", - "type_icons": "Type Pictogrammen", - "weather_icons": "Weather Pictogrammen", - "misc_icons": "Misc Pictogrammen", - "invasion_icons": "Invasion Pictogrammen", - "spawnpoint_icons": "Spawnpoint Icoontjes", - "device_icons": "Apparaat Icoontjes", - "pokemon_audio": "Pokémon Audio", - "pokestop_audio": "PokéStop Audio", - "gym_audio": "Gym Audio", - "team_audio": "Team Audio", - "egg_audio": "Ei Audio", - "raid_audio": "Raid Audio", - "nest_audio": "Nest Audio", - "reward_audio": "Beloningsaudio", - "type_audio": "Type Audio", - "weather_audio": "Weer Audio", - "misc_audio": "Diversen Audio", - "invasion_audio": "Invasie Audio", - "spawnpoint_audio": "Spawnpoint Audio", - "device_audio": "Apparaat Audio", - "pokemon_timers": "Alle Pokemon Timers", - "show_dex_num_in_popup": "Toon Pokedex # in Popup", - "popup": "Popup", - "pvp_level": "Level {{level}} PVP Statistieken", - "pvp_mega": "Mega PVP Statistieken", - "webhook_entry": "Voeg {{category}} toe aan {{name}}", - "remove_webhook_entry": "Verwijderen uit {{name}}", - "distance": "Afstand", - "gym": "Gym", - "egg": "Egg", - "raid": "Raid", - "lure": "Lure", - "quest": "Quest", - "invasion": "Invasion", - "nest": "Nest", - "pokestop": "Pokestop", - "team": "Team", - "global": "Global", - "manage_webhook": "Beheer {{name}}", - "drag_and_drop": "Sleep de markering en zet deze neer om uw locatie in te stellen.", - "click_to_select": "Klik om te selecteren", - "add_new": "Nieuwe {{category}} Alert Toevoegen", - "my_location": "Mijn locatie", - "choose_on_map": "Kies op kaart", - "select_profile": "Kies een profiel", - "distance_radius": "Voorbeeld Straalafstanden", - "areas": "Gebieden", - "select_webhook": "Selecteer Bot", - "ar_quest_true": "AR Task", - "ar_quest_false": "No AR", - "with_ar": "Met AR", - "both": "Beide", - "without_ar": "Zonder AR", - "exclude_quest_multi": "Sluit {{reward}} Uit", - "cluster_limit_0": "{{variable_0}} Limiet ({{variable_1}}) is geraakt.", - "cluster_limit_1": "Zoom in of verklein uw filters", - "show_polygons": "Toon Polygons", - "exclude_invasion_multi": "Sluit {{invasion}} Uit", - "stardust": "Stardust", - "slider_cp": "CP", - "pvp_ranking_league": "League", - "pvp_ranking_min_cp": "Min CP", - "slider_pvp": "Ranks", - "profile_no": "Profiel", - "template": "Template", - "gender": "Geslacht", - "clean": "Clean", - "all_forms": "Alle Forms", - "pvp_entry": "PVP Entry", - "no_iv": "Incl. No IV", - "by_distance": "Op afstand", - "min_time": "Min Tijd", - "add_new_profile": "Nieuw profiel toevoegen", - "slider_none": "Geen", - "non_registered_human_title": "Oeps, er klopt iets niet!", - "non_registered_human_desc": "You may not be registered with {{webhook}}\nOr the server is currently unreachable", - "try_again_later": "Probeer het later opnieuw", - "selected_areas_one": "{{count}} Gebied Geselecteerd", - "selected_areas_other": "{{count}} Gebieden Geselecteerd", - "webhook_selection": "{{name}} Selectie", - "message_of_the_day": "Bericht van de dag", - "has_quest_indicator": "Alternatieve kleur voor Stops met Quests", - "show_ar_badge": "Toon AR Badge", - "all_gyms": "Alle Gyms", - "general": "Algemeen", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "Link Globaal & Geavanceerd", - "normal_forms": "Normal Forms", - "weather_indicator": "Weather Boost Indicator", - "page": "Pagina {{page}}", - "navigation_controls": "Navigatiebediening", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "Exclusief", - "all_moves": "Alle Moves", - "move": "Move", - "any": "Any", - "min_spawn_average": "Min Spawn Rate", - "select_all": "Selecteer alles", - "delete_all": "Verwijder geselecteerde", - "cancel": "Annuleren", - "day_1": "Maandag", - "day_2": "Dinsdag", - "day_3": "Woensdag", - "day_4": "Donderdag", - "day_5": "Vrijdag", - "day_6": "Zaterdag", - "day_7": "Zondag", - "profile_name": "Profiel Naam", - "manage_profiles": "Profielen beheren", - "min_spawn_avg": "Gem Min Spawn", - "poke_global": "Alles", - "amount": "Aantal", - "specific_gym": "Specifieke Gym", - "search_location": "Zoek Locaties", - "search_specific": "Zoek voor een specifieke {{category}}", - "webhook_success_gym": "Raids, Eggs, en Team Verander Alerts zijn toegevoegd!", - "slot_changes": "Slot Changes", - "slot_changes_poracle": "slot_changes", - "confirm_delete": "Hiermee wordt alle tracking voor dit profiel verwijderd, weet u het zeker?", - "confirm_copy": "Kies welk profiel je wilt kopiëren \"{{profile}}\" naar, dit zal dat profiel wel volledig overschrijven.", - "webhook_error": [ - "{{name}} kon dat niet verwerken.", - "Probeer het later opnieuw." - ], - "profile_error": "Moet uniek en geldig zijn", - "team_0": "Harmonie", - "battle_changes": "In Battle", - "battle_changes_poracle": "Battle Changes", - "auto": "Auto", - "webhooks_subtitle": "Beheer uw meldingen rechtstreeks vanaf de kaart voor deze bots", - "event_stops_subtitle": "Toont speciale event PokéStops zoals Kecleon", - "webhooks": "Alerts", - "scanner": "Scanner Acties", - "everything_individually": "Voeg individuele Alerts toe", - "individually": "Individueel", - "join": "Join", - "errors_404": "Oeps, deze pagina kan niet gevonden worden!", - "errors_500": "Er is een serverfout opgetreden, probeer het later opnieuw!", - "local_username": "Gebruikersnaam", - "local_password": "Wachtwoord", - "local_error": "Er is een fout opgetreden, probeer het later opnieuw!", - "no_filter_results": [ - "Geen resultaten gevonden", - "Probeer je filters uit te breiden" - ], - "donor_page": "Donatie Pagina", - "go_back": "Ga Terug", - "access": "Toegang", - "link_discord": "Discord Verbonden", - "select_webhook_strategy": "Alarm Manager", - "webhook_strategy_success_0": "Succesvol! Vernieuwen om meldingsinstellingen te krijgen...", - "register": "Registratie", - "invalid_credentials": "Ongeldige inloggegevens", - "localauth_failed": "Authenticatie Mislukt", - "error_creating_user": "Kan op dit moment geen nieuwe gebruiker registreren", - "discord_linked": "Discord Verbonden", - "telegram_linked": "Telegram Verbonden", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "niveau", - "km": "km", - "feedback": "Feedback", - "donor_menu": "Donormenu", - "pokemon_cell": "De locatie van de Pokemon kan variëren.", - "timer_verified": "De despawn-tijd is bevestigd.", - "timer_unverified": "De despawn-tijd is niet bevestigd.", - "all": "Alle", - "badge_0": "Geen", - "badge_1": "Basis", - "badge_2": "Brons", - "badge_3": "Zilver", - "badge_4": "Goud", - "gym_badge_menu": "Bewerk Gym Badge", - "gym_badges": "Gym Badges", - "gym_badge_diamonds": "Toon Gym Badges", - "gym_badges_subtitle": "Toont Gym Badges op de kaart en een lijst op de profielpagina.", - "confirm_filters_reset": "Filters Resetten", - "filters_reset_text": "Weet je zeker dat je instellingen wilt resetten naar standaardwaarden? Dit kan niet ongedaan gemaakt worden!", - "filters_reset_title": "Reset Filters", - "raid_quick_select": "Snel Selecteren", - "disabled": "Uitgeschakeld", - "loading": "{{category}} Laden", - "loading_icons": "Icoontjes Ophalen", - "loading_invasions": "Invasies Ophalen", - "scan_next": "Scan Locatie", - "scan_next_choose": "Sleep en Laat de Marker Los om de Scan Locatie In te Stellen", - "scan_zone": "Bereik Scannen", - "scan_zone_choose": "Sleep en Laat de Marker Los om de Scan Locatie en Grootte te Kiezen", - "scan_zone_size": "Grootte", - "scan_zone_range": "Bereik", - "scan_zone_spacing": "Afstand", - "scan_zone_radius": "Straal", - "scan_requests": "Scan Verzoeken", - "scan_queue": "Huidige Wachtrij", - "click_to_scan": "Hier Scannen", - "scan_confirmed_title": "Scanvraag Bevestigd", - "scan_confirmed": "Werknemer is naar de locatie gestuurd, resultaat zal binnenkort op de kaart verschijnen!", - "scan_loading_title": "Scanverzoek Versturen", - "scan_loading": "Je scanverzoek wordt verwerkt en naar het systeem gestuurd!", - "scan_error_title": "Fout", - "scan_error": "Er is een fout opgetreden bij het verwerken van het scanverzoek...", - "scan_outside_area": "Deze locatie ligt buiten de grenzen van de toegestane gebieden", - "pvp_ranking_cap": "Niveau", - "lc_title": "Volg Je Locatie", - "lc_metersUnit": "meter", - "lc_feetUnit": "voet", - "lc_popup": "Je bent binnen {distance} {unit} van dit punt", - "lc_outsideMapBoundsMsg": "Je bevindt je buiten de grenzen van de kaart", - "no_alerts": "Geen Meldingen Gevonden", - "loading_settings": "Instellingen Laden", - "refresh_to_continue": "Vernieuw voordat je doorgaat", - "session_expired_title": "Sessie Verlopen", - "session_expired_body": "Je sessie is verlopen", - "old_client_title": "Verouderd", - "old_client_body": "Een nieuwe versie van deze kaart is beschikbaar", - "early_old_client_title": "Verouderd", - "early_old_client_body": "Een oude versie van deze app kan in de cache van je browser zijn opgeslagen. Je moet je cache legen voordat je deze app kunt gebruiken.", - "refresh": "Vernieuwen", - "points": "Punten", - "day": "Dag", - "days": "Dagen", - "react_error": "Er Ging Iets Mis", - "clickable_icon": "Icoon is Klikbaar", - "two_stops_till_next": "2 stops tot de volgende", - "one_stop_till_next": "1 stop tot de volgende", - "no_more_gyms": "Geen gyms meer", - "light_map_border": "Lichte Kaartrand", - "dark_map_border": "Donkere Kaartrand", - "cell_blocked": "Cel Geblokkeerd", - "poi_color": "Kleur van Belangrijke Punten", - "quest_condition": "Queeste Voorwaarde", - "always_show_labels": "Altijd Labels Tonen", - "scan_areas_options": "Scan Gebieden Opties", - "historic_rarity": "Historische Zeldzaamheid", - "poi": "Punten van Belang", - "300m_range": "300m Bereik", - "lure_range": "Lokmiddel Bereik", - "custom_range": "Aangepast Bereik", - "tap_to_toggle": "Tik om te Wisselen", - "power_up": "Power-up", - "never_alt": "Nooit", - "seen_nearby_stop": "In de Buurt Gezien", - "seen_nearby_cell": "In deze Cel Gezien", - "seen_lure_encounter": "Lokmiddel Ontmoeting", - "seen_lure_wild": "Lokmiddel Spawn", - "seen_wild": "Wild Spawn", - "event_stops": "Event Pokéstops", - "event_stop_timers": "Event Stop Timers", - "size_0": "Elk", - "size_1": "XXS", - "size_2": "XS", - "size_3": "M", - "size_4": "XL", - "size_5": "XXL", - "show_size_indicator": "Toon Maat Indicator", - "size": "Maat", - "gold_stop": "Gouden Stop", - "profile_backups": "Profiel Back-ups", - "new_backup": "Nieuwe Back-up", - "create": "Creëren", - "load": "Laden", - "update": "Bijwerken", - "delete": "Verwijderen", - "name": "Naam", - "only_confirmed": "Alleen Bevestigd", - "only_exclude_grunts": "Sluit Grunts uit", - "only_exclude_leaders": "Sluit Leiders uit", - "rocket_pokemon": "Rocket Pokémon", - "decoy": "Lokaas", - "s2_cell_limit_0": "Je hebt geprobeerd meer dan 20.000 cellen te genereren ({{variable_0}})", - "s2_cell_zoom_limit": "Sommige cellen zijn te klein om te worden getoond op dit zoomniveau", - "show_all_pvp_ranks": "Toon Alle PVP Rangen", - "enable_pokemon_popup_coords": "Toon Pokémon Coördinaten", - "enable_gym_popup_coords": "Toon Gym Coördinaten", - "enable_pokestop_popup_coords": "Toon Pokéstop Coördinaten", - "enable_portal_popup_coords": "Toon Portaal Coördinaten", - "on_block_join_discord": "Sluit je aan bij onze discord voor meer informatie.", - "on_block_msg": "Je bent geblokkeerd omdat je lid bent van", - "denied": "Geweigerd", - "showcase": "Vitrine", - "unknown_event": "Onbekend Evenement", - "scanner_countdown": "Beschikbaar in {{time}}s", - "success": "Succes", - "contribute": "Bijdragen", - "mi": "mi", - "filter_by_areas": "Filteren op Gebieden", - "submit_nest_name": "Dien Nestnaam in", - "nest_submission_menu": "Naam Bijwerken", - "nest_submissions": "Nest Inzendingen", - "nest_submissions_subtitle": "Stelt je in staat om nieuwe namen voor nesten in te dienen", - "pokemon_opacity": "Dynamische Pokémon Doorzichtigheid", - "invasion_opacity": "Dynamische Invallen Doorzichtigheid", - "raid_opacity": "Dynamische Raids Doorzichtigheid", - "opacity_ten_minutes": "Doorzichtigheid na 10 minuten", - "opacity_five_minutes": "Doorzichtigheid na 5 minuten", - "opacity_one_minute": "Doorzichtigheid na 1 minuut", - "level_circles": "Niveau Indicatoren", - "min_level_circle": "Minimale Cirkel Niveau", - "mutation_auth_error": "Je verzoek was niet succesvol omdat je niet ingelogd bent", - "submitted_by": "Ingediend Door", - "reversible": "Omkeerbaar", - "version": "Versie", - "route_tags": "Routetags", - "routes": "Routes", - "route_type": "Routetype", - "routes_subtitle": "Bekijk in-game routes en relevante informatie over ze op de kaart", - "description": "Beschrijving", - "additional_info": "Extra Info", - "duration": "Duur", - "elevation": "Hoogte", - "contest_category_1": "Kleinste Maat", - "context_category_2": "Grootste Maat", - "total_entries": "Totaal Aantal Inzendingen", - "showcase_rankings": "Vitrine Ranglijsten", - "showcase_rankings_subtitle": "Toont een lijst van de top ranglijsten voor een vitrine bij een Pokéstop", - "tth": "TTH", - "tth_0": "Alle", - "tth_1": "Bekend", - "tth_2": "Onbekend", - "no_access": "Geen Toegang", - "cooldown": "Aftellen", - "scan_some_outside_area": "Sommige locaties bevinden zich buiten de toegestane grenzen", - "alerts": "meldingen", - "alert_manager": "Meldingenbeheer", - "menu": "Menu", - "theme": "Thema", - "exit": "Afsluiten", - "component": "Component", - "component_login_page": "Login Pagina", - "component_donation_page": "Donatie Pagina", - "component_message_of_the_day": "Bericht van de Dag", - "download": "Downloaden", - "playground": "Speeltuin", - "locale": "Lokaal", - "saved": "Opgeslagen", - "show_editor": "Toon Editor", - "hide_editor": "Verberg Editor", - "reported_error": "Deze fout is gerapporteerd aan de server met identificatie", - "dark_mode": "Donkere Modus", - "load_from_autosave": "Laden van autosave", - "done": "Klaar", - "fast": "Snel", - "charged": "Opgeladen", - "offline_mode": "Offline Modus", - "include_sponsored": "Inclusief Gesponsorde", - "showcase_color": "Showcase Kleur", - "partner_color": "Partner Kleur", - "disable": "Uitschakelen {{- name}}", - "profiling": "Profilering", - "showcase_block": "Geblokkeerd vanwege een showcase", - "signed_in_as": "Ingelogd Als", - "missing_map_perm": "Je hebt geen toestemming om de kaart te bekijken.", - "access_denied": "Toegang Geweigerd", - "audio": "Audio", - "desktop_notifications": "Bureaubladmeldingen", - "notifications_options": "Meldingsopties", - "audio_always_on": "Audio Altijd Aan", - "volume_level": "Volume Niveau", - "notifications_status": "Meldingen Status", - "granted": "verleend", - "set_all": "Stel Alle In", - "set_filtered": "Stel Gefilterd In", - "only_show_available": "Toon Alleen Beschikbare", - "easy_mode": "Eenvoudige Modus", - "quick_select": "Globale Snelle Selectie", - "pokemon_filter_mode": "Pokémon Filter Modus", - "basic": "Basis", - "intermediate": "Gemiddeld", - "expert": "Expert", - "basic_description": "Selecteer gemakkelijk Pokémon en pas een globaal filter toe", - "intermediate_description": "Stel individuele filters globaal en per Pokémon in (traditioneel)", - "expert_description": "Handmatige invoerquery’s voor de meeste aanpassing", - "icon_size": "Pictogramgrootte", - "developer": "Ontwikkelaar", - "raid_override": "Raid Overschrijving", - "search_rocket_pokemon": "Zoek Rocket Pokémon", - "main": "Hoofd", - "extra": "Extra", - "select": "Selecteer", - "searching": "zoeken...", - "no_options": "Geen Opties...", - "and": "EN", - "or": "OF", - "only_global": "Alleen Globaal", - "global_caption": "Negeert Alle Andere Filters", - "global_and_individual": "Globaal & Individuele Filters", - "gender_filters_all": "Geslacht Geldt voor Allen", - "and_caption": "Samengevoegd", - "or_caption": "Filters Onafhankelijk", - "filter_help": "Filter Hulp", - "kilometers": "Kilometers", - "miles": "Mijlen", - "distance_unit": "Afstandseenheid", - "data_management": "Gegevensbeheer", - "reset_or_manage_text": "Je kunt of je filters hard resetten of je kunt de gegevensbeheer pagina bekijken die je toestaat om individuele categorieën te resetten.", - "reset_audio": "Reset Audio", - "reset_all": "Reset Alles", - "reset_icons": "Reset Pictogrammen", - "reset_position": "Reset Positie", - "reset_ui": "Reset UI", - "reset_options": "Reset Opties", - "reset_menus": "Reset Menu’s", - "reset_settings": "Reset Instellingen", - "reset_general_title": "Algemeen", - "reset_filters_title": "Filters", - "reset_assets": "Reset Middelen", - "reset_pokemon": "Reset Pokémon", - "reset_pokestops": "Reset PokéStops", - "reset_gyms": "Reset Sportscholen", - "reset_nests": "Reset Nests", - "reset_portals": "Reset Portalen", - "reset_routes": "Reset Routes", - "reset_scan_areas": "Reset Scan Gebieden", - "reset_scan_cells": "Reset Scan Cellen", - "reset_devices": "Reset Apparaten", - "reset_weather": "Reset Weer", - "reset_s2cells": "Reset S2 Cellen", - "reset_spawnpoints": "Reset Spawnpunten", - "reset_submission_cells": "Reset Indieningscellen", - "hisuian": "Hisuian", - "spacial_rend_range": "Ruimtelijke Scheur Bereik", - "key": "Sleutel", - "ai": "KI", - "human": "Mens", - "locales": "Taalinstellingen", - "instructions": "Instructies", - "locale_instructions_1": "Selecteer een taal uit het dropdownmenu", - "locale_instructions_2": "Voer de gewenste vertalingen in de kolom \"Mens\" in", - "locale_instructions_3": "Klik op de \"$t(download)\" knop om een JSON-bestand te downloaden", - "locale_instructions_4": "Fork de GitHub repo link hieronder", - "locale_instructions_5": "Maak een nieuwe branch en noem het de taal waarin je vertaalt", - "locale_instructions_6": "Vervang de inhoud van \"packages/locales/lib/human/{{lng}}.json\" met het bestand dat je hebt gedownload", - "locale_instructions_7": "Maak een pull-verzoek aan", - "locale_instructions_8": "Wacht tot het pull-verzoek is beoordeeld en samengevoegd", - "enter_translation": "Voer Vertaling In", - "individual_filters": "Gedeeltelijk Gefilterd", - "data_limit_reached": "Je hebt recent te veel data opgevraagd en zit in een afkoelperiode tot {{until}}", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "Earn {{amount}} hearts with your buddy", - "challenge_buddy_treat_plural": "Give your buddy {{amount}} treats", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Star Egg", - "egg_1_plural": "1 Star Eggs", - "egg_2": "2 Star Egg", - "egg_2_plural": "2 Star Eggs", - "egg_3": "3 Star Egg", - "egg_3_plural": "3 Star Eggs", - "egg_4": "4 Star Egg", - "egg_4_plural": "4 Star Eggs", - "egg_5": "Legendary Egg", - "egg_5_plural": "Legendary Eggs", - "egg_6": "Mega Egg", - "egg_6_plural": "Mega Eggs", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "Normal", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "Normal", - "form_34": "Attack", - "form_35": "Defense", - "form_36": "Speed", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "Normal", - "form_46": "Alola", - "form_47": "Normal", - "form_48": "Alola", - "form_49": "Normal", - "form_50": "Alola", - "form_51": "Normal", - "form_52": "Alola", - "form_53": "Normal", - "form_54": "Alola", - "form_55": "Normal", - "form_56": "Alola", - "form_57": "Normal", - "form_58": "Alola", - "form_59": "Normal", - "form_60": "Alola", - "form_61": "Normal", - "form_62": "Alola", - "form_63": "Normal", - "form_64": "Alola", - "form_65": "Normal", - "form_66": "Alola", - "form_67": "Normal", - "form_68": "Alola", - "form_69": "Normal", - "form_70": "Alola", - "form_71": "Normal", - "form_72": "Alola", - "form_73": "Normal", - "form_74": "Alola", - "form_75": "Normal", - "form_76": "Alola", - "form_77": "Normal", - "form_78": "Alola", - "form_79": "Normal", - "form_80": "Alola", - "form_81": "Normal", - "form_82": "Frost Rotom", - "form_83": "Fan Rotom", - "form_84": "Mow Rotom", - "form_85": "Wash Rotom", - "form_86": "Heat Rotom", - "form_87": "Plant Cloak", - "form_88": "Sandy Cloak", - "form_89": "Trash Cloak", - "form_90": "Altered Forme", - "form_91": "Origin Forme", - "form_92": "Sky Forme", - "form_93": "Land Forme", - "form_94": "Overcast Form", - "form_95": "Sunny", - "form_96": "West Sea", - "form_97": "East Sea", - "form_98": "West Sea", - "form_99": "East Sea", - "form_100": "Normal", - "form_101": "Fighting", - "form_102": "Flying", - "form_103": "Poison", - "form_104": "Ground", - "form_105": "Rock", - "form_106": "Bug", - "form_107": "Ghost", - "form_108": "Steel", - "form_109": "Fire", - "form_110": "Water", - "form_111": "Grass", - "form_112": "Electric", - "form_113": "Psychic", - "form_114": "Ice", - "form_115": "Dragon", - "form_116": "Dark", - "form_117": "Fairy", - "form_118": "Plant Cloak", - "form_119": "Sandy Cloak", - "form_120": "Trash Cloak", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "Normal", - "form_136": "Red-Striped", - "form_137": "Blue-Striped", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "Incarnate Forme", - "form_141": "Therian Forme", - "form_142": "Incarnate Forme", - "form_143": "Therian Forme", - "form_144": "Incarnate Forme", - "form_145": "Therian Forme", - "form_146": "Normal", - "form_147": "Black Kyurem", - "form_148": "White Kyurem", - "form_149": "Ordinary Form", - "form_150": "Resolute Form", - "form_151": "Aria Forme", - "form_152": "Pirouette Forme", - "form_157": "Normal", - "form_160": "Normal", - "form_163": "Normal", - "form_166": "Normal", - "form_169": "Normal", - "form_172": "Normal", - "form_175": "Normal", - "form_178": "Normal", - "form_181": "Normal", - "form_184": "Normal", - "form_187": "Normal", - "form_190": "Normal", - "form_193": "Normal", - "form_196": "Normal", - "form_199": "Normal", - "form_202": "Normal", - "form_205": "Normal", - "form_208": "Normal", - "form_211": "Normal", - "form_214": "Normal", - "form_217": "Normal", - "form_224": "Normal", - "form_229": "Normal", - "form_232": "Normal", - "form_235": "Normal", - "form_238": "Normal", - "form_241": "Normal", - "form_244": "Normal", - "form_247": "Normal", - "form_250": "Normal", - "form_253": "Normal", - "form_256": "Normal", - "form_259": "Normal", - "form_262": "Normal", - "form_265": "Normal", - "form_268": "Normal", - "form_271": "Normal", - "form_274": "Normal", - "form_277": "Normal", - "form_280": "Normal", - "form_283": "Normal", - "form_286": "Normal", - "form_289": "Normal", - "form_292": "Normal", - "form_295": "Normal", - "form_298": "Normal", - "form_301": "Normal", - "form_304": "Normal", - "form_307": "Normal", - "form_310": "Normal", - "form_313": "Normal", - "form_316": "Normal", - "form_319": "Normal", - "form_322": "Normal", - "form_585": "Spring Form", - "form_586": "Summer Form", - "form_587": "Autumn Form", - "form_588": "Winter Form", - "form_589": "Spring Form", - "form_590": "Summer Form", - "form_591": "Autumn Form", - "form_592": "Winter Form", - "form_593": "Normal", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "Normal", - "form_599": "Noevolve", - "form_600": "Normal", - "form_601": "Noevolve", - "form_602": "Normal", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "Normal", - "form_613": "Normal", - "form_616": "Normal", - "form_619": "Normal", - "form_622": "Normal", - "form_625": "Normal", - "form_628": "Normal", - "form_631": "Normal", - "form_634": "Normal", - "form_637": "Normal", - "form_640": "Normal", - "form_643": "Normal", - "form_646": "Normal", - "form_649": "Normal", - "form_652": "Normal", - "form_655": "Normal", - "form_658": "Normal", - "form_661": "Normal", - "form_664": "Normal", - "form_667": "Normal", - "form_670": "Normal", - "form_677": "Normal", - "form_680": "Normal", - "form_683": "Normal", - "form_688": "Normal", - "form_691": "Normal", - "form_694": "Normal", - "form_697": "Normal", - "form_700": "Normal", - "form_703": "Normal", - "form_706": "Normal", - "form_713": "Normal", - "form_716": "Normal", - "form_719": "Normal", - "form_722": "Normal", - "form_729": "Normal", - "form_734": "Normal", - "form_737": "Normal", - "form_740": "Normal", - "form_743": "Normal", - "form_746": "Normal", - "form_749": "Normal", - "form_752": "Normal", - "form_755": "Normal", - "form_758": "Normal", - "form_761": "Normal", - "form_764": "Normal", - "form_767": "Normal", - "form_770": "Normal", - "form_773": "Normal", - "form_776": "Normal", - "form_779": "Normal", - "form_782": "Normal", - "form_785": "Normal", - "form_788": "Normal", - "form_791": "Normal", - "form_794": "Normal", - "form_797": "Normal", - "form_800": "Normal", - "form_803": "Normal", - "form_806": "Normal", - "form_809": "Normal", - "form_812": "Normal", - "form_815": "Normal", - "form_818": "Normal", - "form_821": "Normal", - "form_824": "Normal", - "form_827": "Normal", - "form_830": "Normal", - "form_833": "Normal", - "form_836": "Normal", - "form_839": "Normal", - "form_846": "Normal", - "form_849": "Normal", - "form_852": "Normal", - "form_855": "Normal", - "form_858": "Normal", - "form_861": "Normal", - "form_864": "Normal", - "form_867": "Normal", - "form_870": "Normal", - "form_873": "Normal", - "form_876": "Normal", - "form_879": "Normal", - "form_888": "Normal", - "form_891": "Normal", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "Normal", - "form_901": "Vs 2019", - "form_902": "Normal", - "form_905": "Normal", - "form_908": "Normal", - "form_911": "Normal", - "form_914": "Normal", - "form_917": "Normal", - "form_920": "Normal", - "form_923": "Normal", - "form_926": "Normal", - "form_929": "Normal", - "form_932": "Normal", - "form_935": "Normal", - "form_938": "Normal", - "form_941": "Normal", - "form_944": "Galarian", - "form_945": "Normal", - "form_946": "Galarian", - "form_947": "Normal", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "Normal", - "form_956": "Normal", - "form_959": "Normal", - "form_962": "Normal", - "form_965": "Normal", - "form_968": "Normal", - "form_971": "Normal", - "form_974": "Normal", - "form_981": "Normal", - "form_984": "Normal", - "form_987": "Normal", - "form_990": "Normal", - "form_993": "Normal", - "form_996": "Normal", - "form_999": "Normal", - "form_1002": "Normal", - "form_1005": "Normal", - "form_1008": "Normal", - "form_1011": "Normal", - "form_1014": "Normal", - "form_1017": "Normal", - "form_1020": "Normal", - "form_1023": "Normal", - "form_1026": "Normal", - "form_1029": "Normal", - "form_1032": "Normal", - "form_1035": "Normal", - "form_1038": "Normal", - "form_1041": "Normal", - "form_1044": "Normal", - "form_1047": "Normal", - "form_1050": "Normal", - "form_1053": "Normal", - "form_1056": "Normal", - "form_1059": "Normal", - "form_1062": "Normal", - "form_1065": "Normal", - "form_1068": "Normal", - "form_1071": "Normal", - "form_1074": "Normal", - "form_1077": "Normal", - "form_1080": "Normal", - "form_1083": "Normal", - "form_1086": "Normal", - "form_1089": "Normal", - "form_1092": "Normal", - "form_1095": "Normal", - "form_1098": "Normal", - "form_1101": "Normal", - "form_1104": "Normal", - "form_1107": "Normal", - "form_1110": "Normal", - "form_1115": "Normal", - "form_1118": "Normal", - "form_1121": "Normal", - "form_1124": "Normal", - "form_1127": "Normal", - "form_1130": "Normal", - "form_1133": "Normal", - "form_1136": "Normal", - "form_1139": "Normal", - "form_1142": "Normal", - "form_1145": "Normal", - "form_1148": "Normal", - "form_1151": "Normal", - "form_1154": "Normal", - "form_1157": "Normal", - "form_1160": "Normal", - "form_1163": "Normal", - "form_1166": "Normal", - "form_1169": "Normal", - "form_1172": "Normal", - "form_1175": "Normal", - "form_1178": "Normal", - "form_1181": "Normal", - "form_1184": "Normal", - "form_1187": "Normal", - "form_1190": "Normal", - "form_1193": "Normal", - "form_1196": "Normal", - "form_1199": "Normal", - "form_1202": "Normal", - "form_1205": "Normal", - "form_1208": "Normal", - "form_1211": "Normal", - "form_1214": "Normal", - "form_1217": "Normal", - "form_1220": "Normal", - "form_1223": "Normal", - "form_1226": "Normal", - "form_1229": "Normal", - "form_1232": "Normal", - "form_1235": "Normal", - "form_1238": "Normal", - "form_1241": "Normal", - "form_1244": "Normal", - "form_1247": "Normal", - "form_1250": "Normal", - "form_1253": "Normal", - "form_1256": "Normal", - "form_1259": "Normal", - "form_1262": "Normal", - "form_1265": "Normal", - "form_1268": "Normal", - "form_1271": "Normal", - "form_1274": "Normal", - "form_1277": "Normal", - "form_1280": "Normal", - "form_1283": "Normal", - "form_1286": "Normal", - "form_1289": "Normal", - "form_1292": "Normal", - "form_1295": "Normal", - "form_1298": "Normal", - "form_1301": "Normal", - "form_1304": "Normal", - "form_1307": "Normal", - "form_1310": "Normal", - "form_1313": "Normal", - "form_1316": "Normal", - "form_1319": "Normal", - "form_1322": "Normal", - "form_1325": "Normal", - "form_1328": "Normal", - "form_1331": "Normal", - "form_1334": "Normal", - "form_1337": "Normal", - "form_1340": "Normal", - "form_1343": "Normal", - "form_1346": "Normal", - "form_1349": "Normal", - "form_1352": "Normal", - "form_1355": "Normal", - "form_1358": "Normal", - "form_1361": "Normal", - "form_1364": "Normal", - "form_1367": "Normal", - "form_1370": "Normal", - "form_1379": "Normal", - "form_1382": "Normal", - "form_1385": "Normal", - "form_1388": "Normal", - "form_1391": "Normal", - "form_1394": "Normal", - "form_1397": "Normal", - "form_1400": "Normal", - "form_1403": "Normal", - "form_1406": "Normal", - "form_1409": "Normal", - "form_1412": "Normal", - "form_1415": "Normal", - "form_1418": "Normal", - "form_1421": "Normal", - "form_1424": "Normal", - "form_1427": "Normal", - "form_1430": "Normal", - "form_1433": "Normal", - "form_1436": "Normal", - "form_1439": "Normal", - "form_1442": "Normal", - "form_1445": "Normal", - "form_1448": "Normal", - "form_1451": "Normal", - "form_1454": "Normal", - "form_1457": "Normal", - "form_1460": "Normal", - "form_1463": "Normal", - "form_1466": "Normal", - "form_1469": "Normal", - "form_1472": "Normal", - "form_1475": "Normal", - "form_1478": "Normal", - "form_1481": "Normal", - "form_1484": "Normal", - "form_1487": "Normal", - "form_1490": "Normal", - "form_1493": "Normal", - "form_1496": "Normal", - "form_1499": "Normal", - "form_1502": "Normal", - "form_1505": "Normal", - "form_1508": "Normal", - "form_1511": "Normal", - "form_1514": "Normal", - "form_1517": "Normal", - "form_1520": "Normal", - "form_1523": "Normal", - "form_1526": "Normal", - "form_1529": "Normal", - "form_1532": "Normal", - "form_1535": "Normal", - "form_1538": "Normal", - "form_1541": "Normal", - "form_1544": "Normal", - "form_1547": "Normal", - "form_1550": "Normal", - "form_1553": "Normal", - "form_1556": "Normal", - "form_1559": "Normal", - "form_1562": "Normal", - "form_1565": "Normal", - "form_1568": "Normal", - "form_1571": "Normal", - "form_1574": "Normal", - "form_1577": "Normal", - "form_1580": "Normal", - "form_1583": "Normal", - "form_1586": "Normal", - "form_1589": "Normal", - "form_1592": "Normal", - "form_1595": "Normal", - "form_1598": "Normal", - "form_1601": "Normal", - "form_1604": "Normal", - "form_1607": "Normal", - "form_1610": "Normal", - "form_1613": "Normal", - "form_1616": "Normal", - "form_1619": "Normal", - "form_1622": "Normal", - "form_1625": "Normal", - "form_1628": "Normal", - "form_1631": "Normal", - "form_1634": "Normal", - "form_1637": "Normal", - "form_1640": "Normal", - "form_1643": "Normal", - "form_1646": "Normal", - "form_1649": "Normal", - "form_1652": "Normal", - "form_1655": "Normal", - "form_1658": "Normal", - "form_1661": "Normal", - "form_1664": "Normal", - "form_1667": "Normal", - "form_1670": "Normal", - "form_1673": "Normal", - "form_1676": "Normal", - "form_1679": "Normal", - "form_1682": "Normal", - "form_1685": "Normal", - "form_1688": "Normal", - "form_1691": "Normal", - "form_1694": "Normal", - "form_1697": "Normal", - "form_1700": "Normal", - "form_1703": "Normal", - "form_1706": "Normal", - "form_1709": "Normal", - "form_1712": "Normal", - "form_1715": "Normal", - "form_1718": "Normal", - "form_1721": "Normal", - "form_1724": "Normal", - "form_1727": "Normal", - "form_1730": "Normal", - "form_1733": "Normal", - "form_1736": "Normal", - "form_1739": "Normal", - "form_1742": "Normal", - "form_1745": "Normal", - "form_1748": "Normal", - "form_1751": "Normal", - "form_1754": "Normal", - "form_1757": "Normal", - "form_1760": "Normal", - "form_1763": "Normal", - "form_1766": "Normal", - "form_1769": "Normal", - "form_1772": "Normal", - "form_1775": "Normal", - "form_1778": "Normal", - "form_1781": "Normal", - "form_1784": "Normal", - "form_1787": "Normal", - "form_1790": "Normal", - "form_1793": "Normal", - "form_1796": "Normal", - "form_1799": "Normal", - "form_1802": "Normal", - "form_1805": "Normal", - "form_1808": "Normal", - "form_1811": "Normal", - "form_1814": "Normal", - "form_1817": "Normal", - "form_1820": "Normal", - "form_1823": "Normal", - "form_1826": "Normal", - "form_1829": "Normal", - "form_1832": "Normal", - "form_1835": "Normal", - "form_1838": "Normal", - "form_1841": "Normal", - "form_1844": "Normal", - "form_1847": "Normal", - "form_1850": "Normal", - "form_1853": "Normal", - "form_1856": "Normal", - "form_1859": "Normal", - "form_1862": "Normal", - "form_1865": "Normal", - "form_1868": "Normal", - "form_1871": "Normal", - "form_1874": "Normal", - "form_1877": "Normal", - "form_1880": "Normal", - "form_1883": "Normal", - "form_1886": "Normal", - "form_1889": "Normal", - "form_1892": "Normal", - "form_1895": "Normal", - "form_1898": "Normal", - "form_1901": "Normal", - "form_1904": "Normal", - "form_1907": "Normal", - "form_1910": "Normal", - "form_1913": "Normal", - "form_1916": "Normal", - "form_1919": "Normal", - "form_1922": "Normal", - "form_1925": "Normal", - "form_1928": "Normal", - "form_1931": "Normal", - "form_1934": "Normal", - "form_1937": "Normal", - "form_1940": "Normal", - "form_1943": "Normal", - "form_1946": "Normal", - "form_1949": "Normal", - "form_1952": "Normal", - "form_1955": "Normal", - "form_1958": "Normal", - "form_1961": "Normal", - "form_1964": "Normal", - "form_1967": "Normal", - "form_1970": "Normal", - "form_1973": "Normal", - "form_1976": "Normal", - "form_1979": "Normal", - "form_1982": "Normal", - "form_1985": "Normal", - "form_1988": "Normal", - "form_1991": "Normal", - "form_1994": "Normal", - "form_1997": "Normal", - "form_2000": "Normal", - "form_2003": "Normal", - "form_2006": "Normal", - "form_2009": "Normal", - "form_2012": "Normal", - "form_2015": "Normal", - "form_2018": "Normal", - "form_2021": "Normal", - "form_2024": "Normal", - "form_2027": "Normal", - "form_2030": "Normal", - "form_2033": "Normal", - "form_2036": "Normal", - "form_2039": "Normal", - "form_2042": "Normal", - "form_2045": "Normal", - "form_2048": "Normal", - "form_2051": "Normal", - "form_2054": "Normal", - "form_2057": "Normal", - "form_2060": "Normal", - "form_2063": "Normal", - "form_2066": "Normal", - "form_2069": "Normal", - "form_2072": "Normal", - "form_2075": "Normal", - "form_2078": "Normal", - "form_2081": "Normal", - "form_2084": "Normal", - "form_2087": "Normal", - "form_2090": "Normal", - "form_2093": "Normal", - "form_2096": "Normal", - "form_2099": "Normal", - "form_2102": "Normal", - "form_2105": "Normal", - "form_2108": "Normal", - "form_2111": "Normal", - "form_2114": "Normal", - "form_2117": "Normal", - "form_2120": "Normal", - "form_2123": "Normal", - "form_2126": "Normal", - "form_2129": "Normal", - "form_2132": "Normal", - "form_2135": "Normal", - "form_2138": "Normal", - "form_2141": "Normal", - "form_2144": "Normal", - "form_2147": "Normal", - "form_2150": "Normal", - "form_2153": "Normal", - "form_2156": "Normal", - "form_2159": "Normal", - "form_2162": "Normal", - "form_2165": "Normal", - "form_2168": "Normal", - "form_2171": "Normal", - "form_2174": "Normal", - "form_2177": "Normal", - "form_2180": "Normal", - "form_2183": "Normal", - "form_2186": "Normal", - "form_2189": "Normal", - "form_2192": "Normal", - "form_2195": "Normal", - "form_2198": "Normal", - "form_2201": "Normal", - "form_2204": "Normal", - "form_2207": "Normal", - "form_2210": "Normal", - "form_2213": "Normal", - "form_2216": "Normal", - "form_2219": "Normal", - "form_2222": "Normal", - "form_2225": "Normal", - "form_2228": "Normal", - "form_2231": "Normal", - "form_2234": "Normal", - "form_2237": "Normal", - "form_2240": "Normal", - "form_2243": "Normal", - "form_2246": "Normal", - "form_2249": "Normal", - "form_2252": "Normal", - "form_2255": "Normal", - "form_2258": "Normal", - "form_2261": "Normal", - "form_2264": "Normal", - "form_2267": "Normal", - "form_2270": "Normal", - "form_2273": "Normal", - "form_2276": "Normal", - "form_2279": "Normal", - "form_2282": "Normal", - "form_2285": "Normal", - "form_2288": "Normal", - "form_2291": "Normal", - "form_2294": "Normal", - "form_2297": "Normal", - "form_2300": "Normal", - "form_2303": "Normal", - "form_2306": "Normal", - "form_2309": "Normal", - "form_2312": "Normal", - "form_2315": "Normal", - "form_2318": "Normal", - "form_2321": "Normal", - "form_2324": "Normal", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "Female", - "form_2331": "Female", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "Low Key Form", - "form_2464": "Amped Form", - "form_2477": "Phony Form", - "form_2478": "Antique Form", - "form_2480": "Phony Form", - "form_2481": "Antique Form", - "form_2501": "Normal", - "form_2504": "Normal", - "form_2507": "Normal", - "form_2510": "Normal", - "form_2513": "Normal", - "form_2516": "Normal", - "form_2540": "Ice Face", - "form_2541": "Noice Face", - "form_2542": "Male", - "form_2543": "Female", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "Crowned Sword", - "form_2577": "Hero of Many Battles", - "form_2578": "Crowned Shield", - "form_2579": "Hero of Many Battles", - "form_2580": "Eternamax", - "form_2581": "Normal", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "Normal", - "form_2588": "Female", - "form_2589": "Normal", - "form_2590": "Female", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "Sunny", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "Baile Style", - "form_2680": "Pom-Pom Style", - "form_2681": "Pa’u Style", - "form_2683": "Sensu Style", - "form_2684": "Midday Form", - "form_2685": "Midnight Form", - "form_2686": "Dusk Form", - "form_2687": "Solo Form", - "form_2688": "School Form", - "form_2689": "Normal", - "form_2690": "Bug", - "form_2691": "Dark", - "form_2692": "Dragon", - "form_2693": "Electric", - "form_2694": "Fairy", - "form_2695": "Fighting", - "form_2696": "Fire", - "form_2697": "Flying", - "form_2698": "Ghost", - "form_2699": "Grass", - "form_2700": "Ground", - "form_2701": "Ice", - "form_2702": "Poison", - "form_2703": "Psychic", - "form_2704": "Rock", - "form_2705": "Steel", - "form_2706": "Water", - "form_2707": "Meteor Blue", - "form_2708": "Blue Plumage", - "form_2709": "Green Plumage", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "Yellow Plumage", - "form_2715": "Busted Form", - "form_2716": "Disguised Form", - "form_2717": "Normal", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "Normal", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "Normal", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "Dusk Form", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "Sunny", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "Sunny", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "Incarnate Forme", - "form_2803": "Therian Forme", - "form_2804": "White-Striped", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "Normal", - "form_2808": "Female", - "form_2809": "Normal", - "form_2810": "Normal", - "form_2811": "Normal", - "form_2812": "Normal", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "Normal", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "Origin Forme", - "form_2830": "Origin Forme", - "form_2831": "Normal", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "Normal", - "form_2982": "Female", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Green Plumage", - "form_2986": "Blue Plumage", - "form_2987": "Yellow Plumage", - "form_2988": "White", - "form_2989": "Zero Form", - "form_2990": "Hero of Many Battles", - "form_2991": "Curly Form", - "form_2992": "Droopy Form", - "form_2993": "Stretchy Form", - "form_2994": "Two-Segment Form", - "form_2995": "Three-Segment Form", - "form_2996": "Apex Build", - "form_2997": "Ultimate Mode", - "form_2998": "Normal", - "form_3000": "Normal", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "Male", - "gender_2": "Female", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "Alola", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "Blanche", - "grunt_2": "Candela", - "grunt_3": "Spark", - "grunt_4": "Grunt (Male)", - "grunt_5": "Grunt (Female)", - "grunt_6": "Bug - Grunt (Female)", - "grunt_7": "Bug - Grunt (Male)", - "grunt_8": "Grunt (Female)", - "grunt_9": "Grunt (Male)", - "grunt_10": "Dark - Grunt (Female)", - "grunt_11": "Dark - Grunt (Male)", - "grunt_12": "Dragon - Grunt (Female)", - "grunt_13": "Dragon - Grunt (Male)", - "grunt_14": "Fairy - Grunt (Female)", - "grunt_15": "Fairy - Grunt (Male)", - "grunt_16": "Fighting - Grunt (Female)", - "grunt_17": "Fighting - Grunt (Male)", - "grunt_18": "Fire - Grunt (Female)", - "grunt_19": "Fire - Grunt (Male)", - "grunt_20": "Flying - Grunt (Female)", - "grunt_21": "Flying - Grunt (Male)", - "grunt_22": "Grass - Grunt (Female)", - "grunt_23": "Grass - Grunt (Male)", - "grunt_24": "Ground - Grunt (Female)", - "grunt_25": "Ground - Grunt (Male)", - "grunt_26": "Ice - Grunt (Female)", - "grunt_27": "Ice - Grunt (Male)", - "grunt_28": "Steel - Grunt (Female)", - "grunt_29": "Steel - Grunt (Male)", - "grunt_30": "Normal - Grunt (Female)", - "grunt_31": "Normal - Grunt (Male)", - "grunt_32": "Poison - Grunt (Female)", - "grunt_33": "Poison - Grunt (Male)", - "grunt_34": "Psychic - Grunt (Female)", - "grunt_35": "Psychic - Grunt (Male)", - "grunt_36": "Rock - Grunt (Female)", - "grunt_37": "Rock - Grunt (Male)", - "grunt_38": "Water - Grunt (Female)", - "grunt_39": "Water - Grunt (Male)", - "grunt_40": "Player Team Leader", - "grunt_41": "Leader Cliff", - "grunt_42": "Leader Arlo", - "grunt_43": "Leader Sierra", - "grunt_44": "Giovanni", - "grunt_45": "Decoy Grunt (Male)", - "grunt_46": "Decoy Grunt (Female)", - "grunt_47": "Ghost - Grunt (Female)", - "grunt_48": "Ghost - Grunt (Male)", - "grunt_49": "Electric - Grunt (Female)", - "grunt_50": "Electric - Grunt (Male)", - "grunt_51": "Grunt (Female)", - "grunt_52": "Grunt (Male)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "Bug - Grunt (Female)", - "grunt_56": "Bug - Grunt (Male)", - "grunt_57": "Dark - Grunt (Female)", - "grunt_58": "Dark - Grunt (Male)", - "grunt_59": "Dragon - Grunt (Female)", - "grunt_60": "Dragon - Grunt (Male)", - "grunt_61": "Fairy - Grunt (Female)", - "grunt_62": "Fairy - Grunt (Male)", - "grunt_63": "Fighting - Grunt (Female)", - "grunt_64": "Fighting - Grunt (Male)", - "grunt_65": "Fire - Grunt (Female)", - "grunt_66": "Fire - Grunt (Male)", - "grunt_67": "Flying - Grunt (Female)", - "grunt_68": "Flying - Grunt (Male)", - "grunt_69": "Grass - Grunt (Female)", - "grunt_70": "Grass - Grunt (Male)", - "grunt_71": "Ground - Grunt (Female)", - "grunt_72": "Ground - Grunt (Male)", - "grunt_73": "Ice - Grunt (Female)", - "grunt_74": "Ice - Grunt (Male)", - "grunt_75": "Grunt (Female)", - "grunt_76": "Grunt (Male)", - "grunt_77": "Normal - Grunt (Female)", - "grunt_78": "Normal - Grunt (Male)", - "grunt_79": "Poison - Grunt (Female)", - "grunt_80": "Poison - Grunt (Male)", - "grunt_81": "Psychic - Grunt (Female)", - "grunt_82": "Psychic - Grunt (Male)", - "grunt_83": "Rock - Grunt (Female)", - "grunt_84": "Rock - Grunt (Male)", - "grunt_85": "Water - Grunt (Female)", - "grunt_86": "Water - Grunt (Male)", - "grunt_87": "Ghost - Grunt (Female)", - "grunt_88": "Ghost - Grunt (Male)", - "grunt_89": "Electric - Grunt (Female)", - "grunt_90": "Electric - Grunt (Male)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "None", - "grunt_a_1": "Blanche", - "grunt_a_2": "Candela", - "grunt_a_3": "Spark", - "grunt_a_4": "Grunt ♂", - "grunt_a_5": "Grunt ♀", - "grunt_a_6": "Bug ♀", - "grunt_a_7": "Bug ♂", - "grunt_a_8": "Grunt ♀", - "grunt_a_9": "Grunt ♂", - "grunt_a_10": "Dark ♀", - "grunt_a_11": "Dark ♂", - "grunt_a_12": "Dragon ♀", - "grunt_a_13": "Dragon ♂", - "grunt_a_14": "Fairy ♀", - "grunt_a_15": "Fairy ♂", - "grunt_a_16": "Fighting ♀", - "grunt_a_17": "Fighting ♂", - "grunt_a_18": "Fire ♀", - "grunt_a_19": "Fire ♂", - "grunt_a_20": "Flying ♀", - "grunt_a_21": "Flying ♂", - "grunt_a_22": "Grass ♀", - "grunt_a_23": "Grass ♂", - "grunt_a_24": "Ground ♀", - "grunt_a_25": "Ground ♂", - "grunt_a_26": "Ice ♀", - "grunt_a_27": "Ice ♂", - "grunt_a_28": "Steel ♀", - "grunt_a_29": "Steel ♂", - "grunt_a_30": "Normal ♀", - "grunt_a_31": "Normal ♂", - "grunt_a_32": "Poison ♀", - "grunt_a_33": "Poison ♂", - "grunt_a_34": "Psychic ♀", - "grunt_a_35": "Psychic ♂", - "grunt_a_36": "Rock ♀", - "grunt_a_37": "Rock ♂", - "grunt_a_38": "Water ♀", - "grunt_a_39": "Water ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "Leader Cliff", - "grunt_a_42": "Leader Arlo", - "grunt_a_43": "Leader Sierra", - "grunt_a_44": "Giovanni", - "grunt_a_45": "Decoy Grunt ♂", - "grunt_a_46": "Decoy Grunt ♀", - "grunt_a_47": "Ghost ♀", - "grunt_a_48": "Ghost ♂", - "grunt_a_49": "Electric ♀", - "grunt_a_50": "Electric ♂", - "grunt_a_51": "Grunt ♀", - "grunt_a_52": "Grunt ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "Bug ♀", - "grunt_a_56": "Bug ♂", - "grunt_a_57": "Dark ♀", - "grunt_a_58": "Dark ♂", - "grunt_a_59": "Dragon ♀", - "grunt_a_60": "Dragon ♂", - "grunt_a_61": "Fairy ♀", - "grunt_a_62": "Fairy ♂", - "grunt_a_63": "Fighting ♀", - "grunt_a_64": "Fighting ♂", - "grunt_a_65": "Fire ♀", - "grunt_a_66": "Fire ♂", - "grunt_a_67": "Flying ♀", - "grunt_a_68": "Flying ♂", - "grunt_a_69": "Grass ♀", - "grunt_a_70": "Grass ♂", - "grunt_a_71": "Ground ♀", - "grunt_a_72": "Ground ♂", - "grunt_a_73": "Ice ♀", - "grunt_a_74": "Ice ♂", - "grunt_a_75": "Grunt ♀", - "grunt_a_76": "Grunt ♂", - "grunt_a_77": "Normal ♀", - "grunt_a_78": "Normal ♂", - "grunt_a_79": "Poison ♀", - "grunt_a_80": "Poison ♂", - "grunt_a_81": "Psychic ♀", - "grunt_a_82": "Psychic ♂", - "grunt_a_83": "Rock ♀", - "grunt_a_84": "Rock ♂", - "grunt_a_85": "Water ♀", - "grunt_a_86": "Water ♂", - "grunt_a_87": "Ghost ♀", - "grunt_a_88": "Ghost ♂", - "grunt_a_89": "Electric ♀", - "grunt_a_90": "Electric ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "Unknown", - "item_1": "Poké Ball", - "item_2": "Great Ball", - "item_3": "Ultra Ball", - "item_4": "Master Ball", - "item_5": "Premier Ball", - "item_6": "Beast Ball", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "Potion", - "item_102": "Super Potion", - "item_103": "Hyper Potion", - "item_104": "Max Potion", - "item_201": "Revive", - "item_202": "Max Revive", - "item_301": "Lucky Egg", - "item_401": "Incense", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "Mystery Box", - "item_406": "Daily Adventure Incense", - "item_407": "Coin Bag", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "Lure Module", - "item_502": "Glacial Lure Module", - "item_503": "Mossy Lure Module", - "item_504": "Magnetic Lure Module", - "item_505": "Rainy Lure Module", - "item_506": "Golden Lure Module", - "item_602": "X Attack", - "item_603": "X Defense", - "item_604": "UNDEFINED", - "item_650": "Zygarde Cell", - "item_651": "Zygarde Cube", - "item_701": "Razz Berry", - "item_702": "Bluk Berry", - "item_703": "Nanab Berry", - "item_704": "Wepear Berry", - "item_705": "Pinap Berry", - "item_706": "Golden Razz Berry", - "item_707": "Golden Nanab Berry", - "item_708": "Silver Pinap Berry", - "item_709": "Poffin", - "item_801": "Camera", - "item_802": "Stickers", - "item_803": "Postcard Book", - "item_901": "Incubator ∞", - "item_902": "Egg Incubator", - "item_903": "Super Incubator", - "item_1001": "Pokémon Storage", - "item_1002": "Item Bag", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "Sun Stone", - "item_1102": "King's Rock", - "item_1103": "Metal Coat", - "item_1104": "Dragon Scale", - "item_1105": "Upgrade", - "item_1106": "Sinnoh Stone", - "item_1107": "Unova Stone", - "item_1150": "Gimmighoul Coins", - "item_1201": "Fast TM", - "item_1202": "Charged TM", - "item_1203": "Elite Fast TM", - "item_1204": "Elite Charged TM", - "item_1250": "Meteorite", - "item_1301": "Rare Candy", - "item_1302": "Rare Candy XL", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "Raid Pass", - "item_1402": "Premium Battle Pass", - "item_1404": "Star Piece", - "item_1405": "Gift", - "item_1406": "Team Medallion", - "item_1408": "Remote Raid Pass", - "item_1409": "S Raid Ticket", - "item_1501": "Mysterious Component", - "item_1502": "Rocket Radar", - "item_1503": "Super Rocket Radar", - "item_1504": "Shadow Shard", - "item_1505": "Purified Gem", - "item_1506": "Max Particle", - "item_1507": "Max Particle Pack", - "item_1600": "Ticket", - "item_1601": "Ticket", - "item_1602": "Ticket", - "item_1603": "Ticket", - "item_1604": "Extra Ticket", - "item_1605": "Extra Ticket", - "item_1606": "GO Battle League Timed Research Pass", - "item_1607": "Ticket", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Safari Ticket: Seoul", - "item_1611": "Safari Ticket: Barcelona", - "item_1612": "Safari Ticket: Mexico City", - "item_1613": "Safari Ticket: Tainan", - "item_1614": "Ticket City Safari 04", - "item_1615": "Ticket", - "item_1616": "Ticket", - "item_1617": "Ticket", - "item_1618": "Ticket", - "item_1619": "Ticket", - "item_1620": "Ticket", - "item_1621": "Ticket", - "item_1622": "Ticket", - "item_1623": "Ticket", - "item_1624": "Ticket", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "Normal", - "lure_502": "Glacial", - "lure_503": "Mossy", - "lure_504": "Magnetic", - "lure_505": "Rainy", - "lure_506": "Golden", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "Unknown", - "move_1": "Thunder Shock", - "move_2": "Quick Attack", - "move_3": "Scratch", - "move_4": "Ember", - "move_5": "Vine Whip", - "move_6": "Tackle", - "move_7": "Razor Leaf", - "move_8": "Take Down", - "move_9": "Water Gun", - "move_10": "Bite", - "move_11": "Pound", - "move_12": "Double Slap", - "move_13": "Wrap", - "move_14": "Hyper Beam", - "move_15": "Lick", - "move_16": "Dark Pulse", - "move_17": "Smog", - "move_18": "Sludge", - "move_19": "Metal Claw", - "move_20": "Vise Grip", - "move_21": "Flame Wheel", - "move_22": "Megahorn", - "move_23": "Wing Attack", - "move_24": "Flamethrower", - "move_25": "Sucker Punch", - "move_26": "Dig", - "move_27": "Low Kick", - "move_28": "Cross Chop", - "move_29": "Psycho Cut", - "move_30": "Psybeam", - "move_31": "Earthquake", - "move_32": "Stone Edge", - "move_33": "Ice Punch", - "move_34": "Heart Stamp", - "move_35": "Discharge", - "move_36": "Flash Cannon", - "move_37": "Peck", - "move_38": "Drill Peck", - "move_39": "Ice Beam", - "move_40": "Blizzard", - "move_41": "Air Slash", - "move_42": "Heat Wave", - "move_43": "Twineedle", - "move_44": "Poison Jab", - "move_45": "Aerial Ace", - "move_46": "Drill Run", - "move_47": "Petal Blizzard", - "move_48": "Mega Drain", - "move_49": "Bug Buzz", - "move_50": "Poison Fang", - "move_51": "Night Slash", - "move_52": "Slash", - "move_53": "Bubble Beam", - "move_54": "Submission", - "move_55": "Karate Chop", - "move_56": "Low Sweep", - "move_57": "Aqua Jet", - "move_58": "Aqua Tail", - "move_59": "Seed Bomb", - "move_60": "Psyshock", - "move_61": "Rock Throw", - "move_62": "Ancient Power", - "move_63": "Rock Tomb", - "move_64": "Rock Slide", - "move_65": "Power Gem", - "move_66": "Shadow Sneak", - "move_67": "Shadow Punch", - "move_68": "Shadow Claw", - "move_69": "Ominous Wind", - "move_70": "Shadow Ball", - "move_71": "Bullet Punch", - "move_72": "Magnet Bomb", - "move_73": "Steel Wing", - "move_74": "Iron Head", - "move_75": "Parabolic Charge", - "move_76": "Spark", - "move_77": "Thunder Punch", - "move_78": "Thunder", - "move_79": "Thunderbolt", - "move_80": "Twister", - "move_81": "Dragon Breath", - "move_82": "Dragon Pulse", - "move_83": "Dragon Claw", - "move_84": "Disarming Voice", - "move_85": "Draining Kiss", - "move_86": "Dazzling Gleam", - "move_87": "Moonblast", - "move_88": "Play Rough", - "move_89": "Cross Poison", - "move_90": "Sludge Bomb", - "move_91": "Sludge Wave", - "move_92": "Gunk Shot", - "move_93": "Mud Shot", - "move_94": "Bone Club", - "move_95": "Bulldoze", - "move_96": "Mud Bomb", - "move_97": "Fury Cutter", - "move_98": "Bug Bite", - "move_99": "Signal Beam", - "move_100": "X-Scissor", - "move_101": "Flame Charge", - "move_102": "Flame Burst", - "move_103": "Fire Blast", - "move_104": "Brine", - "move_105": "Water Pulse", - "move_106": "Scald", - "move_107": "Hydro Pump", - "move_108": "Psychic", - "move_109": "Psystrike", - "move_110": "Ice Shard", - "move_111": "Icy Wind", - "move_112": "Frost Breath", - "move_113": "Absorb", - "move_114": "Giga Drain", - "move_115": "Fire Punch", - "move_116": "Solar Beam", - "move_117": "Leaf Blade", - "move_118": "Power Whip", - "move_119": "Splash", - "move_120": "Acid", - "move_121": "Air Cutter", - "move_122": "Hurricane", - "move_123": "Brick Break", - "move_124": "Cut", - "move_125": "Swift", - "move_126": "Horn Attack", - "move_127": "Stomp", - "move_128": "Headbutt", - "move_129": "Hyper Fang", - "move_130": "Slam", - "move_131": "Body Slam", - "move_132": "Rest", - "move_133": "Struggle", - "move_134": "Scald", - "move_135": "Hydro Pump", - "move_136": "Wrap", - "move_137": "Wrap", - "move_200": "Fury Cutter", - "move_201": "Bug Bite", - "move_202": "Bite", - "move_203": "Sucker Punch", - "move_204": "Dragon Breath", - "move_205": "Thunder Shock", - "move_206": "Spark", - "move_207": "Low Kick", - "move_208": "Karate Chop", - "move_209": "Ember", - "move_210": "Wing Attack", - "move_211": "Peck", - "move_212": "Lick", - "move_213": "Shadow Claw", - "move_214": "Vine Whip", - "move_215": "Razor Leaf", - "move_216": "Mud Shot", - "move_217": "Ice Shard", - "move_218": "Frost Breath", - "move_219": "Quick Attack", - "move_220": "Scratch", - "move_221": "Tackle", - "move_222": "Pound", - "move_223": "Cut", - "move_224": "Poison Jab", - "move_225": "Acid", - "move_226": "Psycho Cut", - "move_227": "Rock Throw", - "move_228": "Metal Claw", - "move_229": "Bullet Punch", - "move_230": "Water Gun", - "move_231": "Splash", - "move_232": "Water Gun", - "move_233": "Mud-Slap", - "move_234": "Zen Headbutt", - "move_235": "Confusion", - "move_236": "Poison Sting", - "move_237": "Bubble", - "move_238": "Feint Attack", - "move_239": "Steel Wing", - "move_240": "Fire Fang", - "move_241": "Rock Smash", - "move_242": "Transform", - "move_243": "Counter", - "move_244": "Powder Snow", - "move_245": "Close Combat", - "move_246": "Dynamic Punch", - "move_247": "Focus Blast", - "move_248": "Aurora Beam", - "move_249": "Charge Beam", - "move_250": "Volt Switch", - "move_251": "Wild Charge", - "move_252": "Zap Cannon", - "move_253": "Dragon Tail", - "move_254": "Avalanche", - "move_255": "Air Slash", - "move_256": "Brave Bird", - "move_257": "Sky Attack", - "move_258": "Sand Tomb", - "move_259": "Rock Blast", - "move_260": "Infestation", - "move_261": "Struggle Bug", - "move_262": "Silver Wind", - "move_263": "Astonish", - "move_264": "Hex", - "move_265": "Night Shade", - "move_266": "Iron Tail", - "move_267": "Gyro Ball", - "move_268": "Heavy Slam", - "move_269": "Fire Spin", - "move_270": "Overheat", - "move_271": "Bullet Seed", - "move_272": "Grass Knot", - "move_273": "Energy Ball", - "move_274": "Extrasensory", - "move_275": "Future Sight", - "move_276": "Mirror Coat", - "move_277": "Outrage", - "move_278": "Snarl", - "move_279": "Crunch", - "move_280": "Foul Play", - "move_281": "Hidden Power", - "move_282": "Take Down", - "move_283": "Waterfall", - "move_284": "Surf", - "move_285": "Draco Meteor", - "move_286": "Doom Desire", - "move_287": "Yawn", - "move_288": "Psycho Boost", - "move_289": "Origin Pulse", - "move_290": "Precipice Blades", - "move_291": "Present", - "move_292": "Weather Ball", - "move_293": "Weather Ball", - "move_294": "Weather Ball", - "move_295": "Weather Ball", - "move_296": "Frenzy Plant", - "move_297": "Smack Down", - "move_298": "Blast Burn", - "move_299": "Hydro Cannon", - "move_300": "Last Resort", - "move_301": "Meteor Mash", - "move_302": "Skull Bash", - "move_303": "Acid Spray", - "move_304": "Earth Power", - "move_305": "Crabhammer", - "move_306": "Lunge", - "move_307": "Crush Claw", - "move_308": "Octazooka", - "move_309": "Mirror Shot", - "move_310": "Superpower", - "move_311": "Fell Stinger", - "move_312": "Leaf Tornado", - "move_313": "Leech Life", - "move_314": "Drain Punch", - "move_315": "Shadow Bone", - "move_316": "Muddy Water", - "move_317": "Blaze Kick", - "move_318": "Razor Shell", - "move_319": "Power-Up Punch", - "move_320": "Charm", - "move_321": "Giga Impact", - "move_322": "Frustration", - "move_323": "Return", - "move_324": "Synchronoise", - "move_325": "Lock-On", - "move_326": "Thunder Fang", - "move_327": "Ice Fang", - "move_328": "Horn Drill", - "move_329": "Fissure", - "move_330": "Sacred Sword", - "move_331": "Flying Press", - "move_332": "Aura Sphere", - "move_333": "Payback", - "move_334": "Rock Wrecker", - "move_335": "Aeroblast", - "move_336": "Techno Blast", - "move_337": "Techno Blast", - "move_338": "Techno Blast", - "move_339": "Techno Blast", - "move_340": "Techno Blast", - "move_341": "Fly", - "move_342": "V-create", - "move_343": "Leaf Storm", - "move_344": "Tri Attack", - "move_345": "Gust", - "move_346": "Incinerate", - "move_347": "Dark Void", - "move_348": "Feather Dance", - "move_349": "Fiery Dance", - "move_350": "Fairy Wind", - "move_351": "Relic Song", - "move_352": "Weather Ball", - "move_353": "Psychic Fangs", - "move_354": "Hyperspace Fury", - "move_355": "Hyperspace Hole", - "move_356": "Double Kick", - "move_357": "Magical Leaf", - "move_358": "Sacred Fire", - "move_359": "Icicle Spear", - "move_360": "Aeroblast+", - "move_361": "Aeroblast++", - "move_362": "Sacred Fire+", - "move_363": "Sacred Fire++", - "move_364": "Acrobatics", - "move_365": "Luster Purge", - "move_366": "Mist Ball", - "move_367": "Brutal Swing", - "move_368": "Rollout", - "move_369": "Seed Flare", - "move_370": "Obstruct", - "move_371": "Shadow Force", - "move_372": "Meteor Beam", - "move_373": "Water Shuriken", - "move_374": "Fusion Bolt", - "move_375": "Fusion Flare", - "move_376": "Poltergeist", - "move_377": "High Horsepower", - "move_378": "Glaciate", - "move_379": "Breaking Swipe", - "move_380": "Boomburst", - "move_381": "Double Iron Bash", - "move_382": "Mystical Fire", - "move_383": "Liquidation", - "move_384": "Dragon Ascent", - "move_385": "Leafage", - "move_386": "Magma Storm", - "move_387": "Geomancy", - "move_388": "Spacial Rend", - "move_389": "Oblivion Wing", - "move_390": "Nature’s Madness", - "move_391": "Triple Axel", - "move_392": "Trailblaze", - "move_393": "Scorching Sands", - "move_394": "Roar of Time", - "move_395": "Bleakwind Storm", - "move_396": "Sandsear Storm", - "move_397": "Wildbolt Storm", - "move_398": "Spirit Shackle", - "move_399": "Volt Tackle", - "move_400": "Darkest Lariat", - "move_401": "Psywave", - "move_402": "Metal Sound", - "move_403": "Sand Attack", - "move_404": "Sunsteel Strike", - "move_405": "Moongeist Beam", - "move_406": "Aura Wheel", - "move_407": "Aura Wheel", - "move_408": "High Jump Kick", - "move_409": "Max Flare", - "move_410": "Max Flutterby", - "move_411": "Max Lightning", - "move_412": "Max Strike", - "move_413": "Max Knuckle", - "move_414": "Max Phantasm", - "move_415": "Max Hailstorm", - "move_416": "Max Ooze", - "move_417": "Max Geyser", - "move_418": "Max Airstream", - "move_419": "Max Starfall", - "move_420": "Max Wyrmwind", - "move_421": "Max Mindstorm", - "move_422": "Max Rockfall", - "move_423": "Max Quake", - "move_424": "Max Darkness", - "move_425": "Max Overgrowth", - "move_426": "Max Steelspike", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "Force Palm", - "move_463": "Sparkling Aria", - "poke_0": "Substitute", - "poke_1": "Bulbasaur", - "poke_2": "Ivysaur", - "poke_3": "Venusaur", - "poke_3_e1": "Mega Venusaur", - "poke_4": "Charmander", - "poke_5": "Charmeleon", - "poke_6": "Charizard", - "poke_6_e2": "Mega Charizard X", - "poke_6_e3": "Mega Charizard Y", - "poke_7": "Squirtle", - "poke_8": "Wartortle", - "poke_9": "Blastoise", - "poke_9_e1": "Mega Blastoise", - "poke_10": "Caterpie", - "poke_11": "Metapod", - "poke_12": "Butterfree", - "poke_13": "Weedle", - "poke_14": "Kakuna", - "poke_15": "Beedrill", - "poke_15_e1": "Mega Beedrill", - "poke_16": "Pidgey", - "poke_17": "Pidgeotto", - "poke_18": "Pidgeot", - "poke_18_e1": "Mega Pidgeot", - "poke_19": "Rattata", - "poke_20": "Raticate", - "poke_21": "Spearow", - "poke_22": "Fearow", - "poke_23": "Ekans", - "poke_24": "Arbok", - "poke_25": "Pikachu", - "poke_26": "Raichu", - "poke_27": "Sandshrew", - "poke_28": "Sandslash", - "poke_29": "Nidoran♀", - "poke_30": "Nidorina", - "poke_31": "Nidoqueen", - "poke_32": "Nidoran♂", - "poke_33": "Nidorino", - "poke_34": "Nidoking", - "poke_35": "Clefairy", - "poke_36": "Clefable", - "poke_37": "Vulpix", - "poke_38": "Ninetales", - "poke_39": "Jigglypuff", - "poke_40": "Wigglytuff", - "poke_41": "Zubat", - "poke_42": "Golbat", - "poke_43": "Oddish", - "poke_44": "Gloom", - "poke_45": "Vileplume", - "poke_46": "Paras", - "poke_47": "Parasect", - "poke_48": "Venonat", - "poke_49": "Venomoth", - "poke_50": "Diglett", - "poke_51": "Dugtrio", - "poke_52": "Meowth", - "poke_53": "Persian", - "poke_54": "Psyduck", - "poke_55": "Golduck", - "poke_56": "Mankey", - "poke_57": "Primeape", - "poke_58": "Growlithe", - "poke_59": "Arcanine", - "poke_60": "Poliwag", - "poke_61": "Poliwhirl", - "poke_62": "Poliwrath", - "poke_63": "Abra", - "poke_64": "Kadabra", - "poke_65": "Alakazam", - "poke_65_e1": "Mega Alakazam", - "poke_66": "Machop", - "poke_67": "Machoke", - "poke_68": "Machamp", - "poke_69": "Bellsprout", - "poke_70": "Weepinbell", - "poke_71": "Victreebel", - "poke_72": "Tentacool", - "poke_73": "Tentacruel", - "poke_74": "Geodude", - "poke_75": "Graveler", - "poke_76": "Golem", - "poke_77": "Ponyta", - "poke_78": "Rapidash", - "poke_79": "Slowpoke", - "poke_80": "Slowbro", - "poke_80_e1": "Mega Slowbro", - "poke_81": "Magnemite", - "poke_82": "Magneton", - "poke_83": "Farfetch'd", - "poke_84": "Doduo", - "poke_85": "Dodrio", - "poke_86": "Seel", - "poke_87": "Dewgong", - "poke_88": "Grimer", - "poke_89": "Muk", - "poke_90": "Shellder", - "poke_91": "Cloyster", - "poke_92": "Gastly", - "poke_93": "Haunter", - "poke_94": "Gengar", - "poke_94_e1": "Mega Gengar", - "poke_95": "Onix", - "poke_96": "Drowzee", - "poke_97": "Hypno", - "poke_98": "Krabby", - "poke_99": "Kingler", - "poke_100": "Voltorb", - "poke_101": "Electrode", - "poke_102": "Exeggcute", - "poke_103": "Exeggutor", - "poke_104": "Cubone", - "poke_105": "Marowak", - "poke_106": "Hitmonlee", - "poke_107": "Hitmonchan", - "poke_108": "Lickitung", - "poke_109": "Koffing", - "poke_110": "Weezing", - "poke_111": "Rhyhorn", - "poke_112": "Rhydon", - "poke_113": "Chansey", - "poke_114": "Tangela", - "poke_115": "Kangaskhan", - "poke_115_e1": "Mega Kangaskhan", - "poke_116": "Horsea", - "poke_117": "Seadra", - "poke_118": "Goldeen", - "poke_119": "Seaking", - "poke_120": "Staryu", - "poke_121": "Starmie", - "poke_122": "Mr. Mime", - "poke_123": "Scyther", - "poke_124": "Jynx", - "poke_125": "Electabuzz", - "poke_126": "Magmar", - "poke_127": "Pinsir", - "poke_127_e1": "Mega Pinsir", - "poke_128": "Tauros", - "poke_129": "Magikarp", - "poke_130": "Gyarados", - "poke_130_e1": "Mega Gyarados", - "poke_131": "Lapras", - "poke_132": "Ditto", - "poke_133": "Eevee", - "poke_134": "Vaporeon", - "poke_135": "Jolteon", - "poke_136": "Flareon", - "poke_137": "Porygon", - "poke_138": "Omanyte", - "poke_139": "Omastar", - "poke_140": "Kabuto", - "poke_141": "Kabutops", - "poke_142": "Aerodactyl", - "poke_142_e1": "Mega Aerodactyl", - "poke_143": "Snorlax", - "poke_144": "Articuno", - "poke_145": "Zapdos", - "poke_146": "Moltres", - "poke_147": "Dratini", - "poke_148": "Dragonair", - "poke_149": "Dragonite", - "poke_150": "Mewtwo", - "poke_150_e2": "Mega Mewtwo X", - "poke_150_e3": "Mega Mewtwo Y", - "poke_151": "Mew", - "poke_152": "Chikorita", - "poke_153": "Bayleef", - "poke_154": "Meganium", - "poke_155": "Cyndaquil", - "poke_156": "Quilava", - "poke_157": "Typhlosion", - "poke_158": "Totodile", - "poke_159": "Croconaw", - "poke_160": "Feraligatr", - "poke_161": "Sentret", - "poke_162": "Furret", - "poke_163": "Hoothoot", - "poke_164": "Noctowl", - "poke_165": "Ledyba", - "poke_166": "Ledian", - "poke_167": "Spinarak", - "poke_168": "Ariados", - "poke_169": "Crobat", - "poke_170": "Chinchou", - "poke_171": "Lanturn", - "poke_172": "Pichu", - "poke_173": "Cleffa", - "poke_174": "Igglybuff", - "poke_175": "Togepi", - "poke_176": "Togetic", - "poke_177": "Natu", - "poke_178": "Xatu", - "poke_179": "Mareep", - "poke_180": "Flaaffy", - "poke_181": "Ampharos", - "poke_181_e1": "Mega Ampharos", - "poke_182": "Bellossom", - "poke_183": "Marill", - "poke_184": "Azumarill", - "poke_185": "Sudowoodo", - "poke_186": "Politoed", - "poke_187": "Hoppip", - "poke_188": "Skiploom", - "poke_189": "Jumpluff", - "poke_190": "Aipom", - "poke_191": "Sunkern", - "poke_192": "Sunflora", - "poke_193": "Yanma", - "poke_194": "Wooper", - "poke_195": "Quagsire", - "poke_196": "Espeon", - "poke_197": "Umbreon", - "poke_198": "Murkrow", - "poke_199": "Slowking", - "poke_200": "Misdreavus", - "poke_201": "Unown", - "poke_202": "Wobbuffet", - "poke_203": "Girafarig", - "poke_204": "Pineco", - "poke_205": "Forretress", - "poke_206": "Dunsparce", - "poke_207": "Gligar", - "poke_208": "Steelix", - "poke_208_e1": "Mega Steelix", - "poke_209": "Snubbull", - "poke_210": "Granbull", - "poke_211": "Qwilfish", - "poke_212": "Scizor", - "poke_212_e1": "Mega Scizor", - "poke_213": "Shuckle", - "poke_214": "Heracross", - "poke_214_e1": "Mega Heracross", - "poke_215": "Sneasel", - "poke_216": "Teddiursa", - "poke_217": "Ursaring", - "poke_218": "Slugma", - "poke_219": "Magcargo", - "poke_220": "Swinub", - "poke_221": "Piloswine", - "poke_222": "Corsola", - "poke_223": "Remoraid", - "poke_224": "Octillery", - "poke_225": "Delibird", - "poke_226": "Mantine", - "poke_227": "Skarmory", - "poke_228": "Houndour", - "poke_229": "Houndoom", - "poke_229_e1": "Mega Houndoom", - "poke_230": "Kingdra", - "poke_231": "Phanpy", - "poke_232": "Donphan", - "poke_233": "Porygon2", - "poke_234": "Stantler", - "poke_235": "Smeargle", - "poke_236": "Tyrogue", - "poke_237": "Hitmontop", - "poke_238": "Smoochum", - "poke_239": "Elekid", - "poke_240": "Magby", - "poke_241": "Miltank", - "poke_242": "Blissey", - "poke_243": "Raikou", - "poke_244": "Entei", - "poke_245": "Suicune", - "poke_246": "Larvitar", - "poke_247": "Pupitar", - "poke_248": "Tyranitar", - "poke_248_e1": "Mega Tyranitar", - "poke_249": "Lugia", - "poke_250": "Ho-Oh", - "poke_251": "Celebi", - "poke_252": "Treecko", - "poke_253": "Grovyle", - "poke_254": "Sceptile", - "poke_254_e1": "Mega Sceptile", - "poke_255": "Torchic", - "poke_256": "Combusken", - "poke_257": "Blaziken", - "poke_257_e1": "Mega Blaziken", - "poke_258": "Mudkip", - "poke_259": "Marshtomp", - "poke_260": "Swampert", - "poke_260_e1": "Mega Swampert", - "poke_261": "Poochyena", - "poke_262": "Mightyena", - "poke_263": "Zigzagoon", - "poke_264": "Linoone", - "poke_265": "Wurmple", - "poke_266": "Silcoon", - "poke_267": "Beautifly", - "poke_268": "Cascoon", - "poke_269": "Dustox", - "poke_270": "Lotad", - "poke_271": "Lombre", - "poke_272": "Ludicolo", - "poke_273": "Seedot", - "poke_274": "Nuzleaf", - "poke_275": "Shiftry", - "poke_276": "Taillow", - "poke_277": "Swellow", - "poke_278": "Wingull", - "poke_279": "Pelipper", - "poke_280": "Ralts", - "poke_281": "Kirlia", - "poke_282": "Gardevoir", - "poke_282_e1": "Mega Gardevoir", - "poke_283": "Surskit", - "poke_284": "Masquerain", - "poke_285": "Shroomish", - "poke_286": "Breloom", - "poke_287": "Slakoth", - "poke_288": "Vigoroth", - "poke_289": "Slaking", - "poke_290": "Nincada", - "poke_291": "Ninjask", - "poke_292": "Shedinja", - "poke_293": "Whismur", - "poke_294": "Loudred", - "poke_295": "Exploud", - "poke_296": "Makuhita", - "poke_297": "Hariyama", - "poke_298": "Azurill", - "poke_299": "Nosepass", - "poke_300": "Skitty", - "poke_301": "Delcatty", - "poke_302": "Sableye", - "poke_302_e1": "Mega Sableye", - "poke_303": "Mawile", - "poke_303_e1": "Mega Mawile", - "poke_304": "Aron", - "poke_305": "Lairon", - "poke_306": "Aggron", - "poke_306_e1": "Mega Aggron", - "poke_307": "Meditite", - "poke_308": "Medicham", - "poke_308_e1": "Mega Medicham", - "poke_309": "Electrike", - "poke_310": "Manectric", - "poke_310_e1": "Mega Manectric", - "poke_311": "Plusle", - "poke_312": "Minun", - "poke_313": "Volbeat", - "poke_314": "Illumise", - "poke_315": "Roselia", - "poke_316": "Gulpin", - "poke_317": "Swalot", - "poke_318": "Carvanha", - "poke_319": "Sharpedo", - "poke_319_e1": "Mega Sharpedo", - "poke_320": "Wailmer", - "poke_321": "Wailord", - "poke_322": "Numel", - "poke_323": "Camerupt", - "poke_323_e1": "Mega Camerupt", - "poke_324": "Torkoal", - "poke_325": "Spoink", - "poke_326": "Grumpig", - "poke_327": "Spinda", - "poke_328": "Trapinch", - "poke_329": "Vibrava", - "poke_330": "Flygon", - "poke_331": "Cacnea", - "poke_332": "Cacturne", - "poke_333": "Swablu", - "poke_334": "Altaria", - "poke_334_e1": "Mega Altaria", - "poke_335": "Zangoose", - "poke_336": "Seviper", - "poke_337": "Lunatone", - "poke_338": "Solrock", - "poke_339": "Barboach", - "poke_340": "Whiscash", - "poke_341": "Corphish", - "poke_342": "Crawdaunt", - "poke_343": "Baltoy", - "poke_344": "Claydol", - "poke_345": "Lileep", - "poke_346": "Cradily", - "poke_347": "Anorith", - "poke_348": "Armaldo", - "poke_349": "Feebas", - "poke_350": "Milotic", - "poke_351": "Castform", - "poke_352": "Kecleon", - "poke_353": "Shuppet", - "poke_354": "Banette", - "poke_354_e1": "Mega Banette", - "poke_355": "Duskull", - "poke_356": "Dusclops", - "poke_357": "Tropius", - "poke_358": "Chimecho", - "poke_359": "Absol", - "poke_359_e1": "Mega Absol", - "poke_360": "Wynaut", - "poke_361": "Snorunt", - "poke_362": "Glalie", - "poke_362_e1": "Mega Glalie", - "poke_363": "Spheal", - "poke_364": "Sealeo", - "poke_365": "Walrein", - "poke_366": "Clamperl", - "poke_367": "Huntail", - "poke_368": "Gorebyss", - "poke_369": "Relicanth", - "poke_370": "Luvdisc", - "poke_371": "Bagon", - "poke_372": "Shelgon", - "poke_373": "Salamence", - "poke_373_e1": "Mega Salamence", - "poke_374": "Beldum", - "poke_375": "Metang", - "poke_376": "Metagross", - "poke_376_e1": "Mega Metagross", - "poke_377": "Regirock", - "poke_378": "Regice", - "poke_379": "Registeel", - "poke_380": "Latias", - "poke_380_e1": "Mega Latias", - "poke_381": "Latios", - "poke_381_e1": "Mega Latios", - "poke_382": "Kyogre", - "poke_383": "Groudon", - "poke_384": "Rayquaza", - "poke_384_e1": "Mega Rayquaza", - "poke_385": "Jirachi", - "poke_386": "Deoxys", - "poke_387": "Turtwig", - "poke_388": "Grotle", - "poke_389": "Torterra", - "poke_390": "Chimchar", - "poke_391": "Monferno", - "poke_392": "Infernape", - "poke_393": "Piplup", - "poke_394": "Prinplup", - "poke_395": "Empoleon", - "poke_396": "Starly", - "poke_397": "Staravia", - "poke_398": "Staraptor", - "poke_399": "Bidoof", - "poke_400": "Bibarel", - "poke_401": "Kricketot", - "poke_402": "Kricketune", - "poke_403": "Shinx", - "poke_404": "Luxio", - "poke_405": "Luxray", - "poke_406": "Budew", - "poke_407": "Roserade", - "poke_408": "Cranidos", - "poke_409": "Rampardos", - "poke_410": "Shieldon", - "poke_411": "Bastiodon", - "poke_412": "Burmy", - "poke_413": "Wormadam", - "poke_414": "Mothim", - "poke_415": "Combee", - "poke_416": "Vespiquen", - "poke_417": "Pachirisu", - "poke_418": "Buizel", - "poke_419": "Floatzel", - "poke_420": "Cherubi", - "poke_421": "Cherrim", - "poke_422": "Shellos", - "poke_423": "Gastrodon", - "poke_424": "Ambipom", - "poke_425": "Drifloon", - "poke_426": "Drifblim", - "poke_427": "Buneary", - "poke_428": "Lopunny", - "poke_428_e1": "Mega Lopunny", - "poke_429": "Mismagius", - "poke_430": "Honchkrow", - "poke_431": "Glameow", - "poke_432": "Purugly", - "poke_433": "Chingling", - "poke_434": "Stunky", - "poke_435": "Skuntank", - "poke_436": "Bronzor", - "poke_437": "Bronzong", - "poke_438": "Bonsly", - "poke_439": "Mime Jr.", - "poke_440": "Happiny", - "poke_441": "Chatot", - "poke_442": "Spiritomb", - "poke_443": "Gible", - "poke_444": "Gabite", - "poke_445": "Garchomp", - "poke_445_e1": "Mega Garchomp", - "poke_446": "Munchlax", - "poke_447": "Riolu", - "poke_448": "Lucario", - "poke_448_e1": "Mega Lucario", - "poke_449": "Hippopotas", - "poke_450": "Hippowdon", - "poke_451": "Skorupi", - "poke_452": "Drapion", - "poke_453": "Croagunk", - "poke_454": "Toxicroak", - "poke_455": "Carnivine", - "poke_456": "Finneon", - "poke_457": "Lumineon", - "poke_458": "Mantyke", - "poke_459": "Snover", - "poke_460": "Abomasnow", - "poke_460_e1": "Mega Abomasnow", - "poke_461": "Weavile", - "poke_462": "Magnezone", - "poke_463": "Lickilicky", - "poke_464": "Rhyperior", - "poke_465": "Tangrowth", - "poke_466": "Electivire", - "poke_467": "Magmortar", - "poke_468": "Togekiss", - "poke_469": "Yanmega", - "poke_470": "Leafeon", - "poke_471": "Glaceon", - "poke_472": "Gliscor", - "poke_473": "Mamoswine", - "poke_474": "Porygon-Z", - "poke_475": "Gallade", - "poke_475_e1": "Mega Gallade", - "poke_476": "Probopass", - "poke_477": "Dusknoir", - "poke_478": "Froslass", - "poke_479": "Rotom", - "poke_480": "Uxie", - "poke_481": "Mesprit", - "poke_482": "Azelf", - "poke_483": "Dialga", - "poke_484": "Palkia", - "poke_485": "Heatran", - "poke_486": "Regigigas", - "poke_487": "Giratina", - "poke_488": "Cresselia", - "poke_489": "Phione", - "poke_490": "Manaphy", - "poke_491": "Darkrai", - "poke_492": "Shaymin", - "poke_493": "Arceus", - "poke_494": "Victini", - "poke_495": "Snivy", - "poke_496": "Servine", - "poke_497": "Serperior", - "poke_498": "Tepig", - "poke_499": "Pignite", - "poke_500": "Emboar", - "poke_501": "Oshawott", - "poke_502": "Dewott", - "poke_503": "Samurott", - "poke_504": "Patrat", - "poke_505": "Watchog", - "poke_506": "Lillipup", - "poke_507": "Herdier", - "poke_508": "Stoutland", - "poke_509": "Purrloin", - "poke_510": "Liepard", - "poke_511": "Pansage", - "poke_512": "Simisage", - "poke_513": "Pansear", - "poke_514": "Simisear", - "poke_515": "Panpour", - "poke_516": "Simipour", - "poke_517": "Munna", - "poke_518": "Musharna", - "poke_519": "Pidove", - "poke_520": "Tranquill", - "poke_521": "Unfezant", - "poke_522": "Blitzle", - "poke_523": "Zebstrika", - "poke_524": "Roggenrola", - "poke_525": "Boldore", - "poke_526": "Gigalith", - "poke_527": "Woobat", - "poke_528": "Swoobat", - "poke_529": "Drilbur", - "poke_530": "Excadrill", - "poke_531": "Audino", - "poke_531_e1": "Mega Audino", - "poke_532": "Timburr", - "poke_533": "Gurdurr", - "poke_534": "Conkeldurr", - "poke_535": "Tympole", - "poke_536": "Palpitoad", - "poke_537": "Seismitoad", - "poke_538": "Throh", - "poke_539": "Sawk", - "poke_540": "Sewaddle", - "poke_541": "Swadloon", - "poke_542": "Leavanny", - "poke_543": "Venipede", - "poke_544": "Whirlipede", - "poke_545": "Scolipede", - "poke_546": "Cottonee", - "poke_547": "Whimsicott", - "poke_548": "Petilil", - "poke_549": "Lilligant", - "poke_550": "Basculin", - "poke_551": "Sandile", - "poke_552": "Krokorok", - "poke_553": "Krookodile", - "poke_554": "Darumaka", - "poke_555": "Darmanitan", - "poke_556": "Maractus", - "poke_557": "Dwebble", - "poke_558": "Crustle", - "poke_559": "Scraggy", - "poke_560": "Scrafty", - "poke_561": "Sigilyph", - "poke_562": "Yamask", - "poke_563": "Cofagrigus", - "poke_564": "Tirtouga", - "poke_565": "Carracosta", - "poke_566": "Archen", - "poke_567": "Archeops", - "poke_568": "Trubbish", - "poke_569": "Garbodor", - "poke_570": "Zorua", - "poke_571": "Zoroark", - "poke_572": "Minccino", - "poke_573": "Cinccino", - "poke_574": "Gothita", - "poke_575": "Gothorita", - "poke_576": "Gothitelle", - "poke_577": "Solosis", - "poke_578": "Duosion", - "poke_579": "Reuniclus", - "poke_580": "Ducklett", - "poke_581": "Swanna", - "poke_582": "Vanillite", - "poke_583": "Vanillish", - "poke_584": "Vanilluxe", - "poke_585": "Deerling", - "poke_586": "Sawsbuck", - "poke_587": "Emolga", - "poke_588": "Karrablast", - "poke_589": "Escavalier", - "poke_590": "Foongus", - "poke_591": "Amoonguss", - "poke_592": "Frillish", - "poke_593": "Jellicent", - "poke_594": "Alomomola", - "poke_595": "Joltik", - "poke_596": "Galvantula", - "poke_597": "Ferroseed", - "poke_598": "Ferrothorn", - "poke_599": "Klink", - "poke_600": "Klang", - "poke_601": "Klinklang", - "poke_602": "Tynamo", - "poke_603": "Eelektrik", - "poke_604": "Eelektross", - "poke_605": "Elgyem", - "poke_606": "Beheeyem", - "poke_607": "Litwick", - "poke_608": "Lampent", - "poke_609": "Chandelure", - "poke_610": "Axew", - "poke_611": "Fraxure", - "poke_612": "Haxorus", - "poke_613": "Cubchoo", - "poke_614": "Beartic", - "poke_615": "Cryogonal", - "poke_616": "Shelmet", - "poke_617": "Accelgor", - "poke_618": "Stunfisk", - "poke_619": "Mienfoo", - "poke_620": "Mienshao", - "poke_621": "Druddigon", - "poke_622": "Golett", - "poke_623": "Golurk", - "poke_624": "Pawniard", - "poke_625": "Bisharp", - "poke_626": "Bouffalant", - "poke_627": "Rufflet", - "poke_628": "Braviary", - "poke_629": "Vullaby", - "poke_630": "Mandibuzz", - "poke_631": "Heatmor", - "poke_632": "Durant", - "poke_633": "Deino", - "poke_634": "Zweilous", - "poke_635": "Hydreigon", - "poke_636": "Larvesta", - "poke_637": "Volcarona", - "poke_638": "Cobalion", - "poke_639": "Terrakion", - "poke_640": "Virizion", - "poke_641": "Tornadus", - "poke_642": "Thundurus", - "poke_643": "Reshiram", - "poke_644": "Zekrom", - "poke_645": "Landorus", - "poke_646": "Kyurem", - "poke_647": "Keldeo", - "poke_648": "Meloetta", - "poke_649": "Genesect", - "poke_650": "Chespin", - "poke_651": "Quilladin", - "poke_652": "Chesnaught", - "poke_653": "Fennekin", - "poke_654": "Braixen", - "poke_655": "Delphox", - "poke_656": "Froakie", - "poke_657": "Frogadier", - "poke_658": "Greninja", - "poke_659": "Bunnelby", - "poke_660": "Diggersby", - "poke_661": "Fletchling", - "poke_662": "Fletchinder", - "poke_663": "Talonflame", - "poke_664": "Scatterbug", - "poke_665": "Spewpa", - "poke_666": "Vivillon", - "poke_667": "Litleo", - "poke_668": "Pyroar", - "poke_669": "Flabébé", - "poke_670": "Floette", - "poke_671": "Florges", - "poke_672": "Skiddo", - "poke_673": "Gogoat", - "poke_674": "Pancham", - "poke_675": "Pangoro", - "poke_676": "Furfrou", - "poke_677": "Espurr", - "poke_678": "Meowstic", - "poke_679": "Honedge", - "poke_680": "Doublade", - "poke_681": "Aegislash", - "poke_682": "Spritzee", - "poke_683": "Aromatisse", - "poke_684": "Swirlix", - "poke_685": "Slurpuff", - "poke_686": "Inkay", - "poke_687": "Malamar", - "poke_688": "Binacle", - "poke_689": "Barbaracle", - "poke_690": "Skrelp", - "poke_691": "Dragalge", - "poke_692": "Clauncher", - "poke_693": "Clawitzer", - "poke_694": "Helioptile", - "poke_695": "Heliolisk", - "poke_696": "Tyrunt", - "poke_697": "Tyrantrum", - "poke_698": "Amaura", - "poke_699": "Aurorus", - "poke_700": "Sylveon", - "poke_701": "Hawlucha", - "poke_702": "Dedenne", - "poke_703": "Carbink", - "poke_704": "Goomy", - "poke_705": "Sliggoo", - "poke_706": "Goodra", - "poke_707": "Klefki", - "poke_708": "Phantump", - "poke_709": "Trevenant", - "poke_710": "Pumpkaboo", - "poke_711": "Gourgeist", - "poke_712": "Bergmite", - "poke_713": "Avalugg", - "poke_714": "Noibat", - "poke_715": "Noivern", - "poke_716": "Xerneas", - "poke_717": "Yveltal", - "poke_718": "Zygarde", - "poke_719": "Diancie", - "poke_719_e1": "Mega Diancie", - "poke_720": "Hoopa", - "poke_721": "Volcanion", - "poke_722": "Rowlet", - "poke_723": "Dartrix", - "poke_724": "Decidueye", - "poke_725": "Litten", - "poke_726": "Torracat", - "poke_727": "Incineroar", - "poke_728": "Popplio", - "poke_729": "Brionne", - "poke_730": "Primarina", - "poke_731": "Pikipek", - "poke_732": "Trumbeak", - "poke_733": "Toucannon", - "poke_734": "Yungoos", - "poke_735": "Gumshoos", - "poke_736": "Grubbin", - "poke_737": "Charjabug", - "poke_738": "Vikavolt", - "poke_739": "Crabrawler", - "poke_740": "Crabominable", - "poke_741": "Oricorio", - "poke_742": "Cutiefly", - "poke_743": "Ribombee", - "poke_744": "Rockruff", - "poke_745": "Lycanroc", - "poke_746": "Wishiwashi", - "poke_747": "Mareanie", - "poke_748": "Toxapex", - "poke_749": "Mudbray", - "poke_750": "Mudsdale", - "poke_751": "Dewpider", - "poke_752": "Araquanid", - "poke_753": "Fomantis", - "poke_754": "Lurantis", - "poke_755": "Morelull", - "poke_756": "Shiinotic", - "poke_757": "Salandit", - "poke_758": "Salazzle", - "poke_759": "Stufful", - "poke_760": "Bewear", - "poke_761": "Bounsweet", - "poke_762": "Steenee", - "poke_763": "Tsareena", - "poke_764": "Comfey", - "poke_765": "Oranguru", - "poke_766": "Passimian", - "poke_767": "Wimpod", - "poke_768": "Golisopod", - "poke_769": "Sandygast", - "poke_770": "Palossand", - "poke_771": "Pyukumuku", - "poke_772": "Type: Null", - "poke_773": "Silvally", - "poke_774": "Minior", - "poke_775": "Komala", - "poke_776": "Turtonator", - "poke_777": "Togedemaru", - "poke_778": "Mimikyu", - "poke_779": "Bruxish", - "poke_780": "Drampa", - "poke_781": "Dhelmise", - "poke_782": "Jangmo-o", - "poke_783": "Hakamo-o", - "poke_784": "Kommo-o", - "poke_785": "Tapu Koko", - "poke_786": "Tapu Lele", - "poke_787": "Tapu Bulu", - "poke_788": "Tapu Fini", - "poke_789": "Cosmog", - "poke_790": "Cosmoem", - "poke_791": "Solgaleo", - "poke_792": "Lunala", - "poke_793": "Nihilego", - "poke_794": "Buzzwole", - "poke_795": "Pheromosa", - "poke_796": "Xurkitree", - "poke_797": "Celesteela", - "poke_798": "Kartana", - "poke_799": "Guzzlord", - "poke_800": "Necrozma", - "poke_801": "Magearna", - "poke_802": "Marshadow", - "poke_803": "Poipole", - "poke_804": "Naganadel", - "poke_805": "Stakataka", - "poke_806": "Blacephalon", - "poke_807": "Zeraora", - "poke_808": "Meltan", - "poke_809": "Melmetal", - "poke_810": "Grookey", - "poke_811": "Thwackey", - "poke_812": "Rillaboom", - "poke_813": "Scorbunny", - "poke_814": "Raboot", - "poke_815": "Cinderace", - "poke_816": "Sobble", - "poke_817": "Drizzile", - "poke_818": "Inteleon", - "poke_819": "Skwovet", - "poke_820": "Greedent", - "poke_821": "Rookidee", - "poke_822": "Corvisquire", - "poke_823": "Corviknight", - "poke_824": "Blipbug", - "poke_825": "Dottler", - "poke_826": "Orbeetle", - "poke_827": "Nickit", - "poke_828": "Thievul", - "poke_829": "Gossifleur", - "poke_830": "Eldegoss", - "poke_831": "Wooloo", - "poke_832": "Dubwool", - "poke_833": "Chewtle", - "poke_834": "Drednaw", - "poke_835": "Yamper", - "poke_836": "Boltund", - "poke_837": "Rolycoly", - "poke_838": "Carkol", - "poke_839": "Coalossal", - "poke_840": "Applin", - "poke_841": "Flapple", - "poke_842": "Appletun", - "poke_843": "Silicobra", - "poke_844": "Sandaconda", - "poke_845": "Cramorant", - "poke_846": "Arrokuda", - "poke_847": "Barraskewda", - "poke_848": "Toxel", - "poke_849": "Toxtricity", - "poke_850": "Sizzlipede", - "poke_851": "Centiskorch", - "poke_852": "Clobbopus", - "poke_853": "Grapploct", - "poke_854": "Sinistea", - "poke_855": "Polteageist", - "poke_856": "Hatenna", - "poke_857": "Hattrem", - "poke_858": "Hatterene", - "poke_859": "Impidimp", - "poke_860": "Morgrem", - "poke_861": "Grimmsnarl", - "poke_862": "Obstagoon", - "poke_863": "Perrserker", - "poke_864": "Cursola", - "poke_865": "Sirfetch'd", - "poke_866": "Mr. Rime", - "poke_867": "Runerigus", - "poke_868": "Milcery", - "poke_869": "Alcremie", - "poke_870": "Falinks", - "poke_871": "Pincurchin", - "poke_872": "Snom", - "poke_873": "Frosmoth", - "poke_874": "Stonjourner", - "poke_875": "Eiscue", - "poke_876": "Indeedee", - "poke_877": "Morpeko", - "poke_878": "Cufant", - "poke_879": "Copperajah", - "poke_880": "Dracozolt", - "poke_881": "Arctozolt", - "poke_882": "Dracovish", - "poke_883": "Arctovish", - "poke_884": "Duraludon", - "poke_885": "Dreepy", - "poke_886": "Drakloak", - "poke_887": "Dragapult", - "poke_888": "Zacian", - "poke_889": "Zamazenta", - "poke_890": "Eternatus", - "poke_891": "Kubfu", - "poke_892": "Urshifu", - "poke_893": "Zarude", - "poke_894": "Regieleki", - "poke_895": "Regidrago", - "poke_896": "Glastrier", - "poke_897": "Spectrier", - "poke_898": "Calyrex", - "poke_899": "Wyrdeer", - "poke_900": "Kleavor", - "poke_901": "Ursaluna", - "poke_902": "Basculegion", - "poke_903": "Sneasler", - "poke_904": "Overqwil", - "poke_905": "Enamorus", - "poke_906": "Sprigatito", - "poke_907": "Floragato", - "poke_908": "Meowscarada", - "poke_909": "Fuecoco", - "poke_910": "Crocalor", - "poke_911": "Skeledirge", - "poke_912": "Quaxly", - "poke_913": "Quaxwell", - "poke_914": "Quaquaval", - "poke_915": "Lechonk", - "poke_916": "Oinkologne", - "poke_917": "Tarountula", - "poke_918": "Spidops", - "poke_919": "Nymble", - "poke_920": "Lokix", - "poke_921": "Pawmi", - "poke_922": "Pawmo", - "poke_923": "Pawmot", - "poke_924": "Tandemaus", - "poke_925": "Maushold", - "poke_926": "Fidough", - "poke_927": "Dachsbun", - "poke_928": "Smoliv", - "poke_929": "Dolliv", - "poke_930": "Arboliva", - "poke_931": "Squawkabilly", - "poke_932": "Nacli", - "poke_933": "Naclstack", - "poke_934": "Garganacl", - "poke_935": "Charcadet", - "poke_936": "Armarouge", - "poke_937": "Ceruledge", - "poke_938": "Tadbulb", - "poke_939": "Bellibolt", - "poke_940": "Wattrel", - "poke_941": "Kilowattrel", - "poke_942": "Maschiff", - "poke_943": "Mabosstiff", - "poke_944": "Shroodle", - "poke_945": "Grafaiai", - "poke_946": "Bramblin", - "poke_947": "Brambleghast", - "poke_948": "Toedscool", - "poke_949": "Toedscruel", - "poke_950": "Klawf", - "poke_951": "Capsakid", - "poke_952": "Scovillain", - "poke_953": "Rellor", - "poke_954": "Rabsca", - "poke_955": "Flittle", - "poke_956": "Espathra", - "poke_957": "Tinkatink", - "poke_958": "Tinkatuff", - "poke_959": "Tinkaton", - "poke_960": "Wiglett", - "poke_961": "Wugtrio", - "poke_962": "Bombirdier", - "poke_963": "Finizen", - "poke_964": "Palafin", - "poke_965": "Varoom", - "poke_966": "Revavroom", - "poke_967": "Cyclizar", - "poke_968": "Orthworm", - "poke_969": "Glimmet", - "poke_970": "Glimmora", - "poke_971": "Greavard", - "poke_972": "Houndstone", - "poke_973": "Flamigo", - "poke_974": "Cetoddle", - "poke_975": "Cetitan", - "poke_976": "Veluza", - "poke_977": "Dondozo", - "poke_978": "Tatsugiri", - "poke_979": "Annihilape", - "poke_980": "Clodsire", - "poke_981": "Farigiraf", - "poke_982": "Dudunsparce", - "poke_983": "Kingambit", - "poke_984": "Great Tusk", - "poke_985": "Scream Tail", - "poke_986": "Brute Bonnet", - "poke_987": "Flutter Mane", - "poke_988": "Slither Wing", - "poke_989": "Sandy Shocks", - "poke_990": "Iron Treads", - "poke_991": "Iron Bundle", - "poke_992": "Iron Hands", - "poke_993": "Iron Jugulis", - "poke_994": "Iron Moth", - "poke_995": "Iron Thorns", - "poke_996": "Frigibax", - "poke_997": "Arctibax", - "poke_998": "Baxcalibur", - "poke_999": "Gimmighoul", - "poke_1000": "Gholdengo", - "poke_1001": "Wo-Chien", - "poke_1002": "Chien-Pao", - "poke_1003": "Ting-Lu", - "poke_1004": "Chi-Yu", - "poke_1005": "Roaring Moon", - "poke_1006": "Iron Valiant", - "poke_1007": "Koraidon", - "poke_1008": "Miraidon", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "None", - "poke_type_1": "Normal", - "poke_type_2": "Fighting", - "poke_type_3": "Flying", - "poke_type_4": "Poison", - "poke_type_5": "Ground", - "poke_type_6": "Rock", - "poke_type_7": "Bug", - "poke_type_8": "Ghost", - "poke_type_9": "Steel", - "poke_type_10": "Fire", - "poke_type_11": "Water", - "poke_type_12": "Grass", - "poke_type_13": "Electric", - "poke_type_14": "Psychic", - "poke_type_15": "Ice", - "poke_type_16": "Dragon", - "poke_type_17": "Dark", - "poke_type_18": "Fairy", - "purified": "Purified", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "Walk {{amount}} km with your buddy", - "quest_catch_type_dark_plural": "Catch {{amount}} Dark-type Pokémon", - "quest_catch_type_dragon_plural": "Catch {{amount}} Dragon-type Pokémon", - "quest_catch_type_poison_plural": "Catch {{amount}} Poison-type Pokémon", - "quest_catch_type_psychic_plural": "Catch {{amount}} Psychic-type Pokémon", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "Defeat {{amount}} Ghost-type Pokémon", - "quest_fight_type_ghost_psychic_plural": "Defeat {{amount}} Psychic- or Ghost-type Pokémon", - "quest_fight_type_psychic_plural": "Defeat {{amount}} Psychic-type Pokémon", - "quest_incense_singular": "Use an Incense", - "quest_land_excellent_plural": "Make {{amount}} Excellent Throws", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "Battle a team leader {{amount_0}} times", - "quest_title_challenge_2019_battle_trainer": "Battle another Trainer", - "quest_title_challenge_2019_battle_trainer_plural": "Battle another Trainer {{amount_0}} times", - "quest_title_challenge_2019_battle_trainer_win": "Win against another Trainer {{amount_0}} times", - "quest_title_challenge_2019_snapshot_eevee": "Take {{amount_0}} snapshots of Eevee", - "quest_title_challenge_2019_snapshot_loudred": "Take a snapshot of Loudred", - "quest_title_challenge_2019_snapshot_pkmn": "Take {{amount_0}} snapshots of Jirachi", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "Take {{amount_0}} snapshots of Fairy-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_flying": "Take {{amount_0}} snapshots of Flying-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "Take {{amount_0}} snapshots of Ghost-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_grass": "Take {{amount_0}} snapshots of Grass-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_ground": "Take {{amount_0}} snapshots of Ground-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_ice": "Take {{amount_0}} snapshots of Ice-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_normal": "Take {{amount_0}} snapshots of Normal-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "Take {{amount_0}} snapshots of Psychic-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Take {{amount_0}} snapshots of Psychic- or Steel-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_steel": "Take {{amount_0}} snapshots of Steel-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_water": "Take {{amount_0}} snapshots of Water-type Pokémon", - "quest_title_challenge_2019_trade_distance": "Trade for 3 Pokémon from at least 100 km away", - "quest_title_challenge_available": "A new challenge is available!", - "quest_title_challenge_battle_gbl_win_all": "Win in the GO Battle League", - "quest_title_challenge_battle_trainer_great": "Battle another Trainer in the Great League", - "quest_title_challenge_buddy_affection_plural": "Earn {{amount_0}} hearts with your buddy", - "quest_title_challenge_buddy_affection_single": "Earn a heart with your buddy", - "quest_title_challenge_buddy_battle_plural": "Battle alongside your buddy {{amount_0}} times while it’s adventuring with you", - "quest_title_challenge_buddy_battle_single": "Battle alongside your buddy while it’s adventuring with you", - "quest_title_challenge_buddy_emotion_plural": "Get your buddy excited {{amount_0}} times", - "quest_title_challenge_buddy_emotion_single": "Get your buddy excited", - "quest_title_challenge_buddy_level_best_plural": "Reach Best Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_best_single": "Reach Best Buddy with a Pokémon", - "quest_title_challenge_buddy_level_good_plural": "Reach Good Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_good_single": "Reach Good Buddy with a Pokémon", - "quest_title_challenge_buddy_level_great_plural": "Reach Great Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_great_single": "Reach Great Buddy with a Pokémon", - "quest_title_challenge_buddy_level_plural": "Increase the Buddy Level of Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_single": "Increase the Buddy Level of a Pokémon", - "quest_title_challenge_buddy_level_ultra_plural": "Reach Ultra Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_ultra_single": "Reach Ultra Buddy with a Pokémon", - "quest_title_challenge_buddy_play_plural": "Play with your buddy {{amount_0}} times", - "quest_title_challenge_buddy_play_single": "Play with your buddy", - "quest_title_challenge_buddy_poi_plural": "Visit interesting locations pointed out by your buddy {{amount_0}} times", - "quest_title_challenge_buddy_poi_single": "Visit an interesting location pointed out by your buddy", - "quest_title_challenge_buddy_snapshot_plural": "Take {{amount_0}} snapshots of your buddy", - "quest_title_challenge_buddy_snapshot_single": "Take a snapshot of your buddy", - "quest_title_challenge_buddy_treat_plural": "Give your buddy {{amount_0}} treats", - "quest_title_challenge_buddy_treat_single": "Give your buddy a treat", - "quest_title_challenge_catch_legendary": "Catch a Legendary Pokémon from a Field Research Breakthrough or raid", - "quest_title_challenge_catch_unique_any": "Catch {{amount_0}} different species of Pokémon", - "quest_title_challenge_snapshot_bidoof": "Take a snapshot of Bidoof", - "quest_title_challenge_snapshot_dratini_singular": "Take a snapshot of Dratini", - "quest_title_challenge_snapshot_eevee": "Take a snapshot of Eevee", - "quest_title_challenge_snapshot_pkmn_bug": "Take {{amount_0}} snapshots of Bug-type Pokémon", - "quest_title_challenge_snapshot_pkmn_bug_single": "Take a snapshot of a Bug-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dark": "Take {{amount_0}} snapshots of Dark-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dark_single": "Take a snapshot of a Dark-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dragon": "Take {{amount_0}} snapshots of Dragon-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dragon_single": "Take a snapshot of a Dragon-type Pokémon", - "quest_title_challenge_snapshot_pkmn_electric": "Take {{amount_0}} snapshots of Electric-type Pokémon", - "quest_title_challenge_snapshot_pkmn_electric_single": "Take a snapshot of an Electric-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fairy_single": "Take a snapshot of a Fairy-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fighting": "Take {{amount_0}} snapshots of Fighting-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fighting_single": "Take a snapshot of a Fighting-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fire": "Take {{amount_0}} snapshots of Fire-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fire_single": "Take a snapshot of a Fire-type Pokémon", - "quest_title_challenge_snapshot_pkmn_flying_single": "Take a snapshot of a Flying-type Pokémon", - "quest_title_challenge_snapshot_pkmn_ghost_single": "Take a snapshot of a Ghost-type Pokémon", - "quest_title_challenge_snapshot_pkmn_grass_single": "Take a snapshot of a Grass-type Pokémon", - "quest_title_challenge_snapshot_pkmn_ground_single": "Take a snapshot of a Ground-type Pokémon", - "quest_title_challenge_snapshot_pkmn_ice_single": "Take a snapshot of an Ice-type Pokémon", - "quest_title_challenge_snapshot_pkmn_normal_single": "Take a snapshot of a Normal-type Pokémon", - "quest_title_challenge_snapshot_pkmn_poison": "Take {{amount_0}} snapshots of Poison-type Pokémon", - "quest_title_challenge_snapshot_pkmn_poison_single": "Take a snapshot of a Poison-type Pokémon", - "quest_title_challenge_snapshot_pkmn_psychic_single": "Take a snapshot of a Psychic-type Pokémon", - "quest_title_challenge_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", - "quest_title_challenge_snapshot_pkmn_rock_single": "Take a snapshot of a Rock-type Pokémon", - "quest_title_challenge_snapshot_pkmn_steel_single": "Take a snapshot of a Steel-type Pokémon", - "quest_title_challenge_snapshot_pkmn_water_single": "Take a snapshot of a Water-type Pokémon", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Take a snapshot of Blitzle in the wild", - "quest_title_challenge_snapshot_wild_glameow_singular": "Take a snapshot of Glameow in the wild", - "quest_title_geotarget_quest_description": "Scan {{amount_0}}", - "quest_title_quest_achieve_lvl_40": "Reach level 40", - "quest_title_quest_adventure_effect_activate_plural": "Activate an Adventure Effect {{amount_0}} times", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Activate Roar of Time’s Adventure Effect {{amount_0}} times", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Activate Roar of Time’s Adventure Effect", - "quest_title_quest_adventure_effect_activate_singular": "Activate an Adventure Effect", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Activate Spacial Rend’s Adventure Effect {{amount_0}} times", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Activate Spacial Rend’s Adventure Effect", - "quest_title_quest_adventure_evolve_singular": "Adventure Week: Evolve an Omanyte or Kabuto", - "quest_title_quest_adventure_hatch_egg_plural": "Adventure Week: Hatch {{amount_0}} Eggs", - "quest_title_quest_adventure_visit_pokestop_new_plural": "Adventure Week: Spin {{amount_0}} PokéStops you haven't visited before", - "quest_title_quest_adventure_walk_buddy_plural": "Adventure Week: Earn {{amount_0}} Candies walking with your buddy", - "quest_title_quest_adventure2019_catch_special33_plural": "Adventure Week 2019: Catch {{amount_0}} Aron", - "quest_title_quest_adventure2019_evolve_singular": "Adventure Week 2019: Evolve a Lileep or Anorith", - "quest_title_quest_adventure2019_hatch_egg_plural": "Adventure Week 2019: Hatch {{amount_0}} Eggs", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Adventure Week 2019: Spin {{amount_0}} PokéStops you haven’t visited before", - "quest_title_quest_adventure2019_visit_pokestop_plural": "Adventure Week 2019: Spin 25 PokéStops", - "quest_title_quest_adventure2019_walk_buddy_plural": "Adventure Week 2019: Earn {{amount_0}} Candies walking with your buddy", - "quest_title_quest_alodude_catch": "Catch {{amount_0}} Alolan Geodude", - "quest_title_quest_alodude_evolve_a": "Evolve {{amount_0}} Alolan Geodude", - "quest_title_quest_alodude_evolve_b": "Evolve {{amount_0}} Alolan Graveler", - "quest_title_quest_alodude_snap": "Take {{amount_0}} snapshots of Alolan Geodude", - "quest_title_quest_at_catch_a": "Catch {{amount_0}} Abra", - "quest_title_quest_at_evolve_a": "Evolve {{amount_0}} Abra", - "quest_title_quest_at_evolve_k": "Evolve {{amount_0}} Kadabra", - "quest_title_quest_axew_catch_b": "Catch {{amount_0}} Axew", - "quest_title_quest_axew_evolve_b": "Evolve {{amount_0}} Axew", - "quest_title_quest_axew_snapshot_b": "Take a snapshot of {{amount_0}} Axew", - "quest_title_quest_azelf_wild_snap": "Take a snapshot of Azelf in the wild", - "quest_title_quest_bagon_catch_b": "Catch {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_plural": "Evolve {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_singular": "Evolve a Bagon", - "quest_title_quest_bagon_snapshot_b": "Take a snapshot of {{amount_0}} Bagon", - "quest_title_quest_battle_buddy_adventure_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", - "quest_title_quest_battle_buddy_adventure_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", - "quest_title_quest_battle_dangling_reward_toast": "You must complete your current battle before beginning a new battle!", - "quest_title_quest_battle_error_toast": "An error occurred when starting the battle", - "quest_title_quest_battle_gbl_halloween_plural": "Battle in the Halloween Cup {{amount_0}} times", - "quest_title_quest_battle_gbl_halloween_win_plural": "Win {{amount_0}} Trainer Battles in the Halloween Cup", - "quest_title_quest_battle_gbl_plural": "Battle in the GO Battle League {{amount_0}} times", - "quest_title_quest_battle_gbl_singular": "Battle in the GO Battle League", - "quest_title_quest_battle_gbl_win_plural": "Win {{amount_0}} Trainer Battles in the GO Battle League", - "quest_title_quest_battle_gbl_win_singular": "Win a Trainer Battle in the GO Battle League", - "quest_title_quest_battle_great_plural": "Battle another Trainer in the Great League {{amount_0}} times", - "quest_title_quest_battle_great_win_plural": "Win {{amount_0}} Trainer Battles in the Great League", - "quest_title_quest_battle_great_win_singular": "Win a Trainer Battle in the Great League", - "quest_title_quest_battle_gym_plural": "Battle in a Gym {{amount_0}} times", - "quest_title_quest_battle_gym_singular": "Battle in a Gym", - "quest_title_quest_battle_master_win_plural": "Win {{amount_0}} Trainer Battles in the Master League", - "quest_title_quest_battle_master_win_singular": "Win a Trainer Battle in the Master League", - "quest_title_quest_battle_raid_plural": "Battle in {{amount_0}} raids", - "quest_title_quest_battle_raid_singular": "Battle in a raid", - "quest_title_quest_battle_raid_with_friend_plural": "Battle in {{amount_0}} raids with a friend", - "quest_title_quest_battle_raid_with_friend_singular": "Battle in a raid with a friend", - "quest_title_quest_battle_supereffective_charge_plural": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", - "quest_title_quest_battle_supereffective_charge_singular": "Use a supereffective Charged Attack in a Gym battle", - "quest_title_quest_battle_team_rocket_plural": "Battle {{amount_0}} Team GO Rocket members", - "quest_title_quest_battle_team_rocket_singular": "Battle a Team GO Rocket member", - "quest_title_quest_battle_ultra_win_plural": "Win {{amount_0}} Trainer Battles in the Ultra League", - "quest_title_quest_battle_ultra_win_singular": "Win a Trainer Battle in the Ultra League", - "quest_title_quest_battle19_catch_fighting_easy": "Catch {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_battle19_catch_medium_pkmn": "Catch {{amount_0}} Makuhita or Meditite", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Make {{amount_0}} Excellent Throws in a row", - "quest_title_quest_battle19_raid_win_veryhard": "Win {{amount_0}} raids", - "quest_title_quest_battle19_supereffective_charge_hard": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", - "quest_title_quest_battler_appears": "AN OPPONENT APPEARS!", - "quest_title_quest_beat_raid_10_minutes": "Win a raid in under 10 minutes", - "quest_title_quest_beat_raid_60_seconds": "Win a raid in under 60 seconds", - "quest_title_quest_beat_raid_singular_minutes": "Win a raid in under {{amount_0}} minutes", - "quest_title_quest_beat_raid_singular_seconds": "Win a raid in under {{amount_0}} seconds", - "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: Catch {{amount_0}} Pidgey or Rattata", - "quest_title_quest_begins19_evolve_plural": "Pokémon Day: Evolve 1 Meowth", - "quest_title_quest_beldum_catch_b": "Catch {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_plural": "Evolve {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_singular": "Evolve a Beldum", - "quest_title_quest_bellsprout_catch_b": "Catch {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_plural": "Evolve {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_singular": "Evolve a Bellsprout", - "quest_title_quest_bellsprout_snapshot_b": "Take a snapshot of {{amount_0}} Bellsprout", - "quest_title_quest_beluga_evolve_pkmn": "Let’s Go: Evolve {{amount_0}} Anorith", - "quest_title_quest_beluga_excellent_singular": "Let's Go: Make {{amount_0}} Excellent Throw", - "quest_title_quest_beluga_hatch_plural": "Let’s Go: Hatch {{amount_0}} Eggs", - "quest_title_quest_best_buddy_bronze": "Have 1 Best Buddy", - "quest_title_quest_best_buddy_silver": "Have 10 Best Buddies", - "quest_title_quest_bounsweet_catch_b": "Catch {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_plural": "Evolve {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_singular": "Evolve a Bounsweet", - "quest_title_quest_braixen_evolve_b": "Evolve {{amount_0}} Braixen", - "quest_title_quest_breakthrough_completed": "Field Research completed!", - "quest_title_quest_breakthrough_reward_mystery": "Mystery items", - "quest_title_quest_breakthrough_reward_stardust": "Stardust", - "quest_title_quest_brionne_evolve_b_plural": "Evolve {{amount_0}} Brionne", - "quest_title_quest_brionne_evolve_b_singular": "Evolve a Brionne", - "quest_title_quest_buddy_affection_days": "Earn a heart with your buddy on {{amount_0}} different days", - "quest_title_quest_buddy_affection_days_in_a_row": "Earn a heart with your buddy {{amount_0}} days in a row", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", - "quest_title_quest_buddy_souvenir_plural": "Receive {{amount_0}} Souvenirs from your buddy", - "quest_title_quest_buddy_souvenir_singular": "Receive a Souvenir from your buddy", - "quest_title_quest_buddy_walk_km_plural": "Walk {{amount_0}} km with your buddy", - "quest_title_quest_bulbt_catch_b": "Catch {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_b": "Evolve {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_s1": "Evolve {{amount_0}} Ivysaur", - "quest_title_quest_cacnea_catch": "Catch {{amount_0}} Cacnea", - "quest_title_quest_catch_151": "Catch 151 Pokémon", - "quest_title_quest_catch_b_types_plural": "Catch {{amount_0}} Electric-, Normal-, or Poison-type Pokémon", - "quest_title_quest_catch_basic_types_plural": "Catch {{amount_0}} Grass-, Water-, or Fire-type Pokémon", - "quest_title_quest_catch_berry_any_drifloon": "Use {{amount_0}} Berries to help catch Drifloon", - "quest_title_quest_catch_berry_nanab_drifloon": "Use {{amount_0}} Nanab Berries to help catch Drifloon", - "quest_title_quest_catch_berry_pinap": "Use {{amount_0}} Pinap Berries to help catch Pokémon", - "quest_title_quest_catch_berry_razz": "Use {{amount_0}} Razz Berries to help catch Pokémon", - "quest_title_quest_catch_berry_razz_drifloon": "Use {{amount_0}} Razz Berries to help catch Drifloon", - "quest_title_quest_catch_bronzor_plural": "Catch {{amount_0}} Bronzor", - "quest_title_quest_catch_c_types_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dark-type Pokémon", - "quest_title_quest_catch_carbink_singular": "Catch a Carbink", - "quest_title_quest_catch_celebi_types_plural": "Catch {{amount_0}} Grass- or Psychic-type Pokémon", - "quest_title_quest_catch_costumed_plural": "Catch {{amount_0}} Eevee wearing a sun crown or moon crown", - "quest_title_quest_catch_crabrawler_plural": "Catch {{amount_0}} Crabrawler", - "quest_title_quest_catch_dark_type_plural": "Catch {{amount_0}} Dark-type Pokémon", - "quest_title_quest_catch_darumaka_plural": "Catch {{amount_0}} Darumaka", - "quest_title_quest_catch_daysinarow": "Catch a Pokémon {{amount_0}} days in a row", - "quest_title_quest_catch_dialga": "Catch Dialga", - "quest_title_quest_catch_drifloon": "Catch {{amount_0}} Drifloon", - "quest_title_quest_catch_ducklett_plural": "Catch {{amount_0}} Ducklett", - "quest_title_quest_catch_ducklett_singular": "Catch a Ducklett", - "quest_title_quest_catch_emolga_plural": "Catch {{amount_0}} Emolga", - "quest_title_quest_catch_excellent_curve_drifloon": "Catch {{amount_0}} Drifloon with Excellent Curveball Throws", - "quest_title_quest_catch_excellent_with_berry_drifloon": "Catch {{amount_0}} Drifloon with Excellent Throws after giving them Berries", - "quest_title_quest_catch_feed_plural": "Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_catch_feed_singular": "Use a Berry to help catch a Pokémon", - "quest_title_quest_catch_furfou_singular": "Catch a Furfrou", - "quest_title_quest_catch_groudon_primal_boosted_types": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", - "quest_title_quest_catch_groudon_type": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", - "quest_title_quest_catch_hoenn_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Hoenn region", - "quest_title_quest_catch_in_day_plural": "Catch {{amount_0}} Pokémon in a single day", - "quest_title_quest_catch_jan21_hoenn1_plural": "Catch {{amount_0}} Groudon", - "quest_title_quest_catch_jan21_hoenn2_plural": "Catch {{amount_0}} Kyogre", - "quest_title_quest_catch_johto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Johto region", - "quest_title_quest_catch_kanto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Kanto region", - "quest_title_quest_catch_kyogre_primal_boosted_types": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_kyogre_type": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_legendary_inarow_plural": "Successfully catch the next {{amount_0}} Legendary or Mythical Pokémon you encounter", - "quest_title_quest_catch_legendary_plural": "Catch {{amount_0}} Legendary or Mythical Pokémon", - "quest_title_quest_catch_legendary_singular": "Catch a Legendary or Mythical Pokémon", - "quest_title_quest_catch_lunatone_plural": "Catch {{amount_0}} Lunatone", - "quest_title_quest_catch_luvdisc": "Catch {{amount_0}} Luvdisc", - "quest_title_quest_catch_misc_01_types_plural": "Catch {{amount_0}} Normal-, Water-, or Ice-type Pokémon", - "quest_title_quest_catch_nymble_plural": "Catch {{amount_0}} Nymble", - "quest_title_quest_catch_palkia": "Catch Palkia", - "quest_title_quest_catch_pikachu_plural": "Catch {{amount_0}} Pikachu", - "quest_title_quest_catch_plural_unique": "Catch {{amount_0}} different species of Pokémon", - "quest_title_quest_catch_pokemon_dai_plural": "Use Daily Adventure Incense to help catch {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_days": "Catch a Pokémon on {{amount_0}} different days", - "quest_title_quest_catch_pokemon_great_ball_plural": "Catch {{amount_0}} Pokémon in Great Balls", - "quest_title_quest_catch_pokemon_great_ball_singular": "Catch a Pokémon in a Great Ball", - "quest_title_quest_catch_pokemon_legendary_plural": "Catch {{amount_0}} Legendary Pokémon", - "quest_title_quest_catch_pokemon_legendary_singular": "Catch a Legendary Pokémon", - "quest_title_quest_catch_pokemon_party_plural": "Catch {{amount_0}} Pokémon while in a party", - "quest_title_quest_catch_pokemon_plural": "Catch {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_poke_ball_plural": "Catch {{amount_0}} Pokémon in Poké Balls", - "quest_title_quest_catch_pokemon_poke_ball_singular": "Catch a Pokémon in a Poké Ball", - "quest_title_quest_catch_pokemon_routes_plural": "Catch {{amount_0}} Pokémon while following Routes", - "quest_title_quest_catch_pokemon_routes_singular": "Catch a Pokémon while following a Route", - "quest_title_quest_catch_pokemon_singular": "Catch a Pokémon", - "quest_title_quest_catch_pokemon_task": "Catch Pokémon", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "Catch {{amount_0}} Pokémon in Ultra Balls", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "Catch a Pokémon in an Ultra Ball", - "quest_title_quest_catch_psychic_steel": "Catch {{amount_0}} Psychic- or Steel-type Pokémon", - "quest_title_quest_catch_raid_regi_any": "Catch a Regirock, Regice, or Registeel from a raid", - "quest_title_quest_catch_raid_regi_ice": "Catch a Regice from a raid", - "quest_title_quest_catch_raid_regi_rock": "Catch a Regirock from a raid", - "quest_title_quest_catch_raid_regi_steel": "Catch a Registeel from a raid", - "quest_title_quest_catch_rayquaza_type": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", - "quest_title_quest_catch_sinnoh_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Sinnoh region", - "quest_title_quest_catch_sinnoh_pokemon_singular": "Catch a Pokémon originally discovered in the Sinnoh region", - "quest_title_quest_catch_solrock_plural": "Catch {{amount_0}} Solrock", - "quest_title_quest_catch_special_aerodactyl": "Catch an Aerodactyl", - "quest_title_quest_catch_special_bidoof": "Catch {{amount_0}} Bidoof", - "quest_title_quest_catch_special_chespin": "Catch a Chespin", - "quest_title_quest_catch_special_cottonee": "Catch {{amount_0}} Cottonee", - "quest_title_quest_catch_special_cubone": "Catch a Cubone", - "quest_title_quest_catch_special_exeggcute": "Catch {{amount_0}} Exeggcute", - "quest_title_quest_catch_special_fennekin": "Catch a Fennekin", - "quest_title_quest_catch_special_fletchling": "Catch a Fletchling", - "quest_title_quest_catch_special_froakie": "Catch a Froakie", - "quest_title_quest_catch_special_furfrou": "Catch a Furfrou", - "quest_title_quest_catch_special_jirachi": "Catch Jirachi!", - "quest_title_quest_catch_special_lieep_anorithl": "Catch {{amount_0}} Lileep or Anorith", - "quest_title_quest_catch_special_litleo": "Catch a Litleo", - "quest_title_quest_catch_special_mew": "Catch Mew!", - "quest_title_quest_catch_special_natu": "Catch {{amount_0}} Natu", - "quest_title_quest_catch_special_omanyte_kabuto": "Catch {{amount_0}} Omanyte or Kabuto", - "quest_title_quest_catch_special_pumpkaboo": "Catch {{amount_0}} Pumpkaboo", - "quest_title_quest_catch_special_slugma_gulpin": "Catch {{amount_0}} Slugma or Gulpin", - "quest_title_quest_catch_special_voltorb": "Catch {{amount_0}} Voltorb", - "quest_title_quest_catch_special0_plural": "Catch {{amount_0}} Ditto", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Catch the {{amount_0}} Pokémon on the event list", - "quest_title_quest_catch_special0_singular": "Catch a Ditto", - "quest_title_quest_catch_special1_plural": "Catch {{amount_0}} Oddish or Bellsprout", - "quest_title_quest_catch_special1_singular": "Catch an Oddish or Bellsprout", - "quest_title_quest_catch_special2_plural": "Catch {{amount_0}} Swablu", - "quest_title_quest_catch_special2_singular": "Catch a Swablu", - "quest_title_quest_catch_special3_plural": "Catch {{amount_0}} Pidgey or Murkrow", - "quest_title_quest_catch_special3_singular": "Catch a Pidgey or Murkrow", - "quest_title_quest_catch_special4_plural": "Catch {{amount_0}} Treecko or Mudkip", - "quest_title_quest_catch_special4_singular": "Catch a Treecko or Mudkip", - "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", - "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", - "quest_title_quest_catch_special6_plural": "Catch {{amount_0}} Mareep", - "quest_title_quest_catch_special7_plural": "Catch {{amount_0}} Charmander", - "quest_title_quest_catch_special8_plural": "Catch {{amount_0}} Larvitar", - "quest_title_quest_catch_special9_plural": "Catch {{amount_0}} Unown", - "quest_title_quest_catch_special10_plural": "Catch {{amount_0}} Plusle", - "quest_title_quest_catch_special11_plural": "Catch {{amount_0}} Minun", - "quest_title_quest_catch_special12_plural": "Catch {{amount_0}} Squirtle", - "quest_title_quest_catch_special13_plural": "Catch {{amount_0}} Roselia", - "quest_title_quest_catch_special14_singular": "Catch a Meowth or Growlithe", - "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", - "quest_title_quest_catch_special16_singular": "Catch a Skitty or Poochyena", - "quest_title_quest_catch_special17_plural": "Catch {{amount_0}} Eevee", - "quest_title_quest_catch_special18_plural": "Catch {{amount_0}} Beldum", - "quest_title_quest_catch_special19_plural": "Catch {{amount_0}} Slakoth", - "quest_title_quest_catch_special20_plural": "Catch {{amount_0}} Ralts", - "quest_title_quest_catch_special21_singular": "Catch a Rattata or Pikachu", - "quest_title_quest_catch_special22_plural": "Catch {{amount_0}} Chikorita", - "quest_title_quest_catch_special23_plural": "Catch {{amount_0}} Cyndaquil", - "quest_title_quest_catch_special24_plural": "Catch {{amount_0}} Totodile", - "quest_title_quest_catch_special25_plural": "Catch {{amount_0}} Swinub", - "quest_title_quest_catch_special26_plural": "Catch {{amount_0}} Treecko", - "quest_title_quest_catch_special27_plural": "Catch {{amount_0}} Bagon", - "quest_title_quest_catch_special28_plural": "Catch {{amount_0}} Torchic", - "quest_title_quest_catch_special29_plural": "Catch {{amount_0}} Mudkip", - "quest_title_quest_catch_special31_plural": "Catch {{amount_0}} Turtwig", - "quest_title_quest_catch_special33_plural": "Catch {{amount_0}} Trapinch", - "quest_title_quest_catch_special34_plural": "Catch {{amount_0}} Chimchar", - "quest_title_quest_catch_special35_plural": "Catch {{amount_0}} Piplup", - "quest_title_quest_catch_special36_plural": "Catch {{amount_0}} Rhyhorn", - "quest_title_quest_catch_special37_plural": "Catch {{amount_0}} Machop", - "quest_title_quest_catch_special38_plural": "Catch {{amount_0}} Vulpix", - "quest_title_quest_catch_special39_plural": "Catch {{amount_0}} Dratini", - "quest_title_quest_catch_special40_plural": "Catch {{amount_0}} Abra", - "quest_title_quest_catch_special41_plural": "Catch {{amount_0}} Spheal", - "quest_title_quest_catch_special42_plural": "Catch {{amount_0}} Weedle", - "quest_title_quest_catch_special43_plural": "Catch {{amount_0}} Starly", - "quest_title_quest_catch_special44_plural": "Catch {{amount_0}} Seedot", - "quest_title_quest_catch_special45_plural": "Catch {{amount_0}} Grimer", - "quest_title_quest_catch_special46_plural": "Catch {{amount_0}} Porygon", - "quest_title_quest_catch_staryu_plural": "Catch {{amount_0}} Staryu", - "quest_title_quest_catch_stufful_pinap_plural": "Use {{amount_0}} Pinap Berries to help catch Pokémon", - "quest_title_quest_catch_stufful_pinap_singular": "Use a Pinap Berry to help catch a Pokémon", - "quest_title_quest_catch_stufful_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", - "quest_title_quest_catch_stufful_razz_singular": "Use a Razz Berry to help catch a Pokémon", - "quest_title_quest_catch_transform_pokemon_plural": "Catch {{amount_0}} of the Transform Pokémon", - "quest_title_quest_catch_trubbish_plural": "Catch {{amount_0}} Trubbish", - "quest_title_quest_catch_type_bug_plural": "Catch {{amount_0}} Bug-type Pokémon", - "quest_title_quest_catch_type_bug_plural_unique": "Catch {{amount_0}} different species of Bug-type Pokémon", - "quest_title_quest_catch_type_bug_singular": "Catch a Bug-type Pokémon", - "quest_title_quest_catch_type_buzzwole": "Catch a Pokémon that shares a type with Buzzwole", - "quest_title_quest_catch_type_buzzwole_effective": "Catch a Pokémon of a type that Buzzwole is weak to", - "quest_title_quest_catch_type_buzzwole_plural": "Catch {{amount_0}} Pokémon that share a type with Buzzwole", - "quest_title_quest_catch_type_celesteela_effective": "Catch a Pokémon of a type that Celesteela is weak to", - "quest_title_quest_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", - "quest_title_quest_catch_type_dark_plural_unique": "Catch {{amount_0}} different species of Dark-type Pokémon", - "quest_title_quest_catch_type_dark_singular": "Catch a Dark-type Pokémon", - "quest_title_quest_catch_type_dragon_normal_plural": "Catch {{amount_0}} Normal- or Dragon-type Pokémon", - "quest_title_quest_catch_type_dragon_plural": "Catch {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_catch_type_dragon_plural_unique": "Catch {{amount_0}} different species of Dragon-type Pokémon", - "quest_title_quest_catch_type_dragon_singular": "Catch a Dragon-type Pokémon", - "quest_title_quest_catch_type_electric_flying_plural": "Catch {{amount_0}} Electric- or Flying-type Pokémon", - "quest_title_quest_catch_type_electric_plural": "Catch {{amount_0}} Electric-type Pokémon", - "quest_title_quest_catch_type_electric_plural_unique": "Catch {{amount_0}} different species of Electric-type Pokémon", - "quest_title_quest_catch_type_electric_singular": "Catch an Electric-type Pokémon", - "quest_title_quest_catch_type_fairy_plural": "Catch {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_catch_type_fairy_plural_unique": "Catch {{amount_0}} different species of Fairy-type Pokémon", - "quest_title_quest_catch_type_fairy_singular": "Catch a Fairy-type Pokémon", - "quest_title_quest_catch_type_fighting_plural": "Catch {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_catch_type_fighting_plural_unique": "Catch {{amount_0}} different species of Fighting-type Pokémon", - "quest_title_quest_catch_type_fighting_singular": "Catch a Fighting-type Pokémon", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Catch {{amount_0}} Fire- or Dark-type Pokémon", - "quest_title_quest_catch_type_fire_plural": "Catch {{amount_0}} Fire-type Pokémon", - "quest_title_quest_catch_type_fire_singular": "Catch a Fire-type Pokémon", - "quest_title_quest_catch_type_flying_plural": "Catch {{amount_0}} Flying-type Pokémon", - "quest_title_quest_catch_type_flying_plural_unique": "Catch {{amount_0}} different species of Flying-type Pokémon", - "quest_title_quest_catch_type_flying_singular": "Catch a Flying-type Pokémon", - "quest_title_quest_catch_type_ghost_dark_plural": "Catch {{amount_0}} Ghost- or Dark-type Pokémon", - "quest_title_quest_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_catch_type_ghost_plural_unique": "Catch {{amount_0}} different species of Ghost-type Pokémon", - "quest_title_quest_catch_type_ghost_singular": "Catch a Ghost-type Pokémon", - "quest_title_quest_catch_type_grass_bug_plural": "Catch {{amount_0}} Grass- or Bug-type Pokémon", - "quest_title_quest_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", - "quest_title_quest_catch_type_grass_plural_unique": "Catch {{amount_0}} different species of Grass-type Pokémon", - "quest_title_quest_catch_type_grass_poison_plural": "Catch {{amount_0}} Grass- or Poison-type Pokémon", - "quest_title_quest_catch_type_grass_singular": "Catch a Grass-type Pokémon", - "quest_title_quest_catch_type_ground_plural": "Catch {{amount_0}} Ground-type Pokémon", - "quest_title_quest_catch_type_ground_plural_unique": "Catch {{amount_0}} different species of Ground-type Pokémon", - "quest_title_quest_catch_type_ground_singular": "Catch a Ground-type Pokémon", - "quest_title_quest_catch_type_guzzlord_effective": "Catch a Pokémon of a type that Guzzlord is weak to", - "quest_title_quest_catch_type_ice_grass_plural_unique": "Catch {{amount_0}} Grass- or Ice-type Pokémon", - "quest_title_quest_catch_type_ice_plural": "Catch {{amount_0}} Ice-type Pokémon", - "quest_title_quest_catch_type_ice_plural_unique": "Catch {{amount_0}} different species of Ice-type Pokémon", - "quest_title_quest_catch_type_ice_singular": "Catch an Ice-type Pokémon", - "quest_title_quest_catch_type_kartana_effective": "Catch a Pokémon of a type that Kartana is weak to", - "quest_title_quest_catch_type_nihilego": "Catch a Pokémon that shares a type with Nihilego", - "quest_title_quest_catch_type_nihilego_effective": "Catch a Pokémon of a type that Nihilego is weak to", - "quest_title_quest_catch_type_nihilego_plural": "Catch {{amount_0}} Pokémon that share a type with Nihilego", - "quest_title_quest_catch_type_normal_plural": "Catch {{amount_0}} Normal-type Pokémon", - "quest_title_quest_catch_type_normal_plural_unique": "Catch {{amount_0}} different species of Normal-type Pokémon", - "quest_title_quest_catch_type_normal_singular": "Catch a Normal-type Pokémon", - "quest_title_quest_catch_type_pheremosa_effective": "Catch a Pokémon of a type that Pheromosa is weak to", - "quest_title_quest_catch_type_pheromosa": "Catch a Pokémon that shares a type with Pheromosa", - "quest_title_quest_catch_type_pheromosa_plural": "Catch {{amount_0}} Pokémon that share a type with Pheromosa", - "quest_title_quest_catch_type_poison_plural": "Catch {{amount_0}} Poison-type Pokémon", - "quest_title_quest_catch_type_poison_plural_unique": "Catch {{amount_0}} different species of Poison-type Pokémon", - "quest_title_quest_catch_type_poison_singular": "Catch a Poison-type Pokémon", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "Catch {{amount_0}} Psychic- or Fighting-type Pokémon", - "quest_title_quest_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_catch_type_psychic_plural_unique": "Catch {{amount_0}} different species of Psychic-type Pokémon", - "quest_title_quest_catch_type_psychic_singular": "Catch a Psychic-type Pokémon", - "quest_title_quest_catch_type_rock_plural": "Catch {{amount_0}} Rock-type Pokémon", - "quest_title_quest_catch_type_rock_plural_unique": "Catch {{amount_0}} different species of Rock-type Pokémon", - "quest_title_quest_catch_type_rock_singular": "Catch a Rock-type Pokémon", - "quest_title_quest_catch_type_shaymin": "Catch a Pokémon that shares a type with Shaymin", - "quest_title_quest_catch_type_shaymin_plural": "Catch {{amount_0}} Pokémon that share a type with Shaymin", - "quest_title_quest_catch_type_steel_plural": "Catch {{amount_0}} Steel-type Pokémon", - "quest_title_quest_catch_type_steel_plural_unique": "Catch {{amount_0}} different species of Steel-type Pokémon", - "quest_title_quest_catch_type_steel_singular": "Catch a Steel-type Pokémon", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Catch {{amount_0}} Fire-, Water-, or Electric-type Pokémon", - "quest_title_quest_catch_type_water_flying_plural": "Catch {{amount_0}} Water- or Flying-type Pokémon", - "quest_title_quest_catch_type_water_ground_plural": "Catch {{amount_0}} Water- or Ground-type Pokémon", - "quest_title_quest_catch_type_water_plural": "Catch {{amount_0}} Water-type Pokémon", - "quest_title_quest_catch_type_water_plural_unique": "Catch {{amount_0}} different species of Water-type Pokémon", - "quest_title_quest_catch_type_water_singular": "Catch a Water-type Pokémon", - "quest_title_quest_catch_type_xurkitree": "Catch a Pokémon that shares a type with Xurkitree", - "quest_title_quest_catch_type_xurkitree_effective": "Catch a Pokémon of a type that Xurkitree is weak to", - "quest_title_quest_catch_type_xurkitree_plural": "Catch {{amount_0}} Pokémon that share a type with Xurkitree", - "quest_title_quest_catch_types_rainy_plural": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_types_rainy_singular": "Catch a Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_types_snowy_plural": "Catch {{amount_0}} Ice- or Steel-type Pokémon", - "quest_title_quest_catch_types_snowy_singular": "Catch an Ice- or Steel-type Pokémon", - "quest_title_quest_catch_types_sunny_plural": "Catch {{amount_0}} Grass-, Fire-, or Ground-type Pokémon", - "quest_title_quest_catch_types_sunny_singular": "Catch a Grass-, Fire-, or Ground-type Pokémon", - "quest_title_quest_catch_types_windy_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", - "quest_title_quest_catch_types_windy_singular": "Catch a Flying-, Psychic-, or Dragon-type Pokémon", - "quest_title_quest_catch_weather_boost_plural": "Catch {{amount_0}} Pokémon with Weather Boost", - "quest_title_quest_catch_weather_boost_singular": "Catch a Pokémon with Weather Boost", - "quest_title_quest_catch_whismur": "Catch {{amount_0}} Whismur", - "quest_title_quest_challenge_party_power_plural": "Use Party Power {{amount_0}} times in Raid Battles", - "quest_title_quest_challenge_party_power_singular": "Use Party Power in a Raid Battle", - "quest_title_quest_change_form_furfrou": "Change a Furfrou’s trim", - "quest_title_quest_change_form_plural": "Change the form of {{amount_0}} Pokémon", - "quest_title_quest_change_form_singular": "Change the form of a Pokémon", - "quest_title_quest_chansey_catch_b": "Catch {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_plural": "Evolve {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_singular": "Evolve a Chansey", - "quest_title_quest_chansey_snapshot_b": "Take a snapshot of {{amount_0}} Chansey", - "quest_title_quest_charge_attack_party_plural": "Use {{amount_0}} Charged Attacks while in a party", - "quest_title_quest_charge_attack_party_singular": "Use a Charged Attack while in a party", - "quest_title_quest_charged_attack_plural": "Use {{amount_0}} Charged Attacks", - "quest_title_quest_charjabug_evolve_b": "Evolve {{amount_0}} Charjabug", - "quest_title_quest_chart_catch_b": "Catch {{amount_0}} Charmander", - "quest_title_quest_chart_catch_s1": "Catch {{amount_0}} Charmeleon", - "quest_title_quest_chart_evolve_b": "Evolve {{amount_0}} Charmander", - "quest_title_quest_chart_evolve_s1": "Evolve {{amount_0}} Charmeleon", - "quest_title_quest_chespin_catch_b": "Catch {{amount_0}} Chespin", - "quest_title_quest_chespin_evolve_b": "Evolve {{amount_0}} Chespin", - "quest_title_quest_chespin_snapshot_b": "Take a snapshot of {{amount_0}} Chespin", - "quest_title_quest_crocalor_evolve_b": "Evolve a Crocalor", - "quest_title_quest_cyndaquil_catch_b": "Catch {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_plural": "Evolve {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_singular": "Evolve a Cyndaquil", - "quest_title_quest_dartrix_evolve_b_plural": "Evolve {{amount_0}} Dartrix", - "quest_title_quest_dartrix_evolve_b_singular": "Evolve {{amount_0}} Dartrix", - "quest_title_quest_dec2021_catch_b": "Catch {{amount_0}} Pokémon featured during 2021’s Community Days", - "quest_title_quest_dec2022_catch_b": "Catch {{amount_0}} Pokémon featured during December Community Day 2022", - "quest_title_quest_dec2023_catch_b": "Catch {{amount_0}} Pokémon featured during 2023 Community Days", - "quest_title_quest_defeat_jessie_james_plural": "Defeat Jessie or James {{amount_0}} times", - "quest_title_quest_defeat_rocket": "Defeat {{amount_0}} Team GO Rocket members", - "quest_title_quest_defeat_rocket_leader_2500": "Defeat {{amount_0}} Team GO Rocket Leaders with Pokémon at or below 2,500 CP", - "quest_title_quest_defeat_rocket_singular": "Defeat a Team GO Rocket member", - "quest_title_quest_deino_catch": "Catch {{amount_0}} Deino", - "quest_title_quest_deino_evolve_a": "Evolve {{amount_0}} Deino", - "quest_title_quest_deino_evolve_b": "Evolve {{amount_0}} Deino or Zweilous", - "quest_title_quest_deino_snap": "Take {{amount_0}} snapshots of Deino", - "quest_title_quest_dragonair_evolve_b": "Evolve {{amount_0}} Dragonair", - "quest_title_quest_dratini_cdc_catch_b": "Catch {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_evolve_b": "Evolve {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Dratini", - "quest_title_quest_drizzle_evolve": "Evolve a Drizzile", - "quest_title_quest_dude_catch": "Catch {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_a": "Evolve {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_b": "Evolve {{amount_0}} Graveler", - "quest_title_quest_dude_snap": "Take {{amount_0}} snapshots of Geodude", - "quest_title_quest_duskt_catch_b": "Catch {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_b": "Evolve {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_s1": "Evolve {{amount_0}} Dusclops", - "quest_title_quest_earn_buddy_ribbon_plural": "Earn {{amount_0}} Best Buddy Ribbons with your Pokémon", - "quest_title_quest_eelektrik_evolve_b_plural": "Evolve {{amount_0}} Eelektrik", - "quest_title_quest_eelektrik_evolve_b_singular": "Evolve an Eelektrik", - "quest_title_quest_eevee_evolve_plural": "Evolve Eevee into each of its unique Evolutions", - "quest_title_quest_eevet_catch_b": "Catch {{amount_0}} Eevee", - "quest_title_quest_eevet_evolve_b": "Evolve {{amount_0}} Eevee", - "quest_title_quest_elect_catch_b": "Catch {{amount_0}} Electabuzz", - "quest_title_quest_elect_evolve_b": "Evolve {{amount_0}} Electabuzz", - "quest_title_quest_elite_raid_victory_plural": "Win {{amount_0}} Elite Raids", - "quest_title_quest_elite_raid_victory_singular": "Win an Elite Raid", - "quest_title_quest_elite4_a": "Defeat the GO Tour Elite Four: Mesa Trainer", - "quest_title_quest_elite4_b": "Defeat the GO Tour Elite Four: Cave Trainer", - "quest_title_quest_elite4_c": "Defeat the GO Tour Elite Four: Ocean Trainer", - "quest_title_quest_elite4_d": "Defeat the GO Tour Elite Four: Savannah Trainer", - "quest_title_quest_elrd22_april16_battle": "Exeggcute Research: Battle in a Gym", - "quest_title_quest_elrd22_april16_berries": "Exeggcute Research: Use three Berries to help catch Pokemon", - "quest_title_quest_elrd22_april16_catch_grass": "Exeggcute Research: Catch three Grass-type Pokémon", - "quest_title_quest_elrd22_april16_charged_move": "Exeggcute Research: Use a Super Effective Charged Move", - "quest_title_quest_elrd22_april16_curve": "Exeggcute Research: Make five Curveball Throws", - "quest_title_quest_elrd22_april16_evolve_grass": "Exeggcute Research: Evolve two Grass-type Pokémon", - "quest_title_quest_elrd22_april16_gifts_stickers": "Exeggcute Research: Send two Gifts and add a sticker to each", - "quest_title_quest_elrd22_april16_great": "Exeggcute Research: Make three Great Throws", - "quest_title_quest_elrd22_april16_great_row": "Exeggcute Research: Make two Great Throws in a row", - "quest_title_quest_elrd22_april16_nice": "Exeggcute Research: Make five Nice Throws", - "quest_title_quest_elrd22_april16_nice_row": "Exeggcute Research: Make three Nice Throws in a row", - "quest_title_quest_elrd22_april16_raid": "Exeggcute Research: Battle in a Raid", - "quest_title_quest_elrd22_april16_spin": "Exeggcute Research: Spin two PokéStops", - "quest_title_quest_elrd22_april16_weather_easy": "Exeggcute Research: Catch three Pokémon with Weather Boost", - "quest_title_quest_elrd22_april16_weather_hard": "Exeggcute Research: Catch five Pokémon with Weather Boost", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Exeggcute Research: Take a snapshot of a wild Grass-type Pokémon", - "quest_title_quest_equinox19_catch_medium_pkmn": "Catch {{amount_0}} Bulbasaur or Chikorita", - "quest_title_quest_equinox19_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", - "quest_title_quest_equinox19_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Evolve {{amount_0}} Grass-type Pokémon", - "quest_title_quest_event_eevee_snapshot_barcelona": "Take a snapshot of your Eevee in Barcelona", - "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", - "quest_title_quest_event_eevee_snapshot_mexico_city": "Take a snapshot of your Eevee in Mexico City", - "quest_title_quest_event_eevee_snapshot_seoul": "Take a snapshot of your Eevee in Seoul", - "quest_title_quest_event_eevee_snapshot_tainan": "Take a snapshot of your Eevee in Tainan", - "quest_title_quest_event_leave_behind_spin": "Spin 10 PokéStops or Gyms you haven’t visited before", - "quest_title_quest_event_leave_behind_spin_safari_city": "Spin any Eevee Explorer PokéStop", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Spin {{amount_0}} Eevee Explorer PokéStops you haven’t spun yet", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Spin an Eevee Explorer PokéStop you haven’t spun yet", - "quest_title_quest_event_spin_barcelona": "Spin a PokéStop or Gym in Barcelona", - "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", - "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", - "quest_title_quest_event_spin_mexico_city": "Spin a PokéStop or Gym in Mexico City", - "quest_title_quest_event_spin_seoul": "Spin a PokéStop or Gym in Seoul", - "quest_title_quest_event_spin_tainan": "Spin a PokéStop or Gym in Tainan", - "quest_title_quest_evolve_abra_singular": "Evolve one Abra", - "quest_title_quest_evolve_aipom_singular": "Evolve one Aipom", - "quest_title_quest_evolve_amaura_singular": "Evolve one Amaura", - "quest_title_quest_evolve_anorith_singular": "Evolve one Anorith", - "quest_title_quest_evolve_archen_singular": "Evolve one Archen", - "quest_title_quest_evolve_aron_singular": "Evolve one Aron", - "quest_title_quest_evolve_axew_singular": "Evolve one Axew", - "quest_title_quest_evolve_azurill_singular": "Evolve one Azurill", - "quest_title_quest_evolve_bagon_singular": "Evolve one Bagon", - "quest_title_quest_evolve_baltoy_singular": "Evolve one Baltoy", - "quest_title_quest_evolve_barboach_singular": "Evolve one Barboach", - "quest_title_quest_evolve_bayleef": "Evolve your Bayleef", - "quest_title_quest_evolve_bayleef_singular": "Evolve one Bayleef", - "quest_title_quest_evolve_beldum_singular": "Evolve one Beldum", - "quest_title_quest_evolve_bellsprout_singular": "Evolve one Bellsprout", - "quest_title_quest_evolve_bergmite_singular": "Evolve one Bergmite", - "quest_title_quest_evolve_bidoof_singular": "Evolve one Bidoof", - "quest_title_quest_evolve_binacle_singular": "Evolve one Binacle", - "quest_title_quest_evolve_blitzle_singular": "Evolve one Blitzle", - "quest_title_quest_evolve_boldore_singular": "Evolve one Boldore", - "quest_title_quest_evolve_bonsly_singular": "Evolve one Bonsly", - "quest_title_quest_evolve_braixen_singular": "Evolve one Braixen", - "quest_title_quest_evolve_bronzor_singular": "Evolve one Bronzor", - "quest_title_quest_evolve_budew_singular": "Evolve one Budew", - "quest_title_quest_evolve_buizel_singular": "Evolve one Buizel", - "quest_title_quest_evolve_bulbasaur": "Evolve a Bulbasaur", - "quest_title_quest_evolve_bulbasaur_singular": "Evolve one Bulbasaur", - "quest_title_quest_evolve_buneary_singular": "Evolve one Buneary", - "quest_title_quest_evolve_bunnelby_singular": "Evolve one Bunnelby", - "quest_title_quest_evolve_burmy_singular": "Evolve one Burmy", - "quest_title_quest_evolve_cacnea_singular": "Evolve one Cacnea", - "quest_title_quest_evolve_carvanha_singular": "Evolve one Carvanha", - "quest_title_quest_evolve_cascoon_singular": "Evolve one Cascoon", - "quest_title_quest_evolve_caterpie_singular": "Evolve one Caterpie", - "quest_title_quest_evolve_chansey_singular": "Evolve one Chansey", - "quest_title_quest_evolve_charmander": "Evolve a Charmander", - "quest_title_quest_evolve_charmander_singular": "Evolve one Charmander", - "quest_title_quest_evolve_charmeleon_singular": "Evolve one Charmeleon", - "quest_title_quest_evolve_cherubi_singular": "Evolve one Cherubi", - "quest_title_quest_evolve_chespin_singular": "Evolve one Chespin", - "quest_title_quest_evolve_chikorita": "Evolve your Chikorita", - "quest_title_quest_evolve_chikorita_singular": "Evolve one Chikorita", - "quest_title_quest_evolve_chimchar_singular": "Evolve one Chimchar", - "quest_title_quest_evolve_chinchou_singular": "Evolve one Chinchou", - "quest_title_quest_evolve_chingling_singular": "Evolve one Chingling", - "quest_title_quest_evolve_clamperl_singular": "Evolve one Clamperl", - "quest_title_quest_evolve_clauncher_singular": "Evolve one Clauncher", - "quest_title_quest_evolve_clefairy_singular": "Evolve one Clefairy", - "quest_title_quest_evolve_cleffa_singular": "Evolve one Cleffa", - "quest_title_quest_evolve_combee_singular": "Evolve one Combee", - "quest_title_quest_evolve_combusken_singular": "Evolve one Combusken", - "quest_title_quest_evolve_corphish_singular": "Evolve one Corphish", - "quest_title_quest_evolve_cosmoem_singular": "Evolve a Cosmoem", - "quest_title_quest_evolve_cosmog_singular": "Evolve a Cosmog", - "quest_title_quest_evolve_cottonee_singular": "Evolve one Cottonee", - "quest_title_quest_evolve_cranidos_singular": "Evolve one Cranidos", - "quest_title_quest_evolve_croagunk_singular": "Evolve one Croagunk", - "quest_title_quest_evolve_croconaw": "Evolve your Croconaw", - "quest_title_quest_evolve_croconaw_singular": "Evolve one Croconaw", - "quest_title_quest_evolve_cubchoo_singular": "Evolve one Cubchoo", - "quest_title_quest_evolve_cubone_singular": "Evolve one Cubone", - "quest_title_quest_evolve_cyndaquil": "Evolve your Cyndaquil", - "quest_title_quest_evolve_cyndaquil_singular": "Evolve one Cyndaquil", - "quest_title_quest_evolve_dark_type_singular": "Evolve a Dark-type Pokémon", - "quest_title_quest_evolve_darumaka_singular": "Evolve one Darumaka", - "quest_title_quest_evolve_deerling_singular": "Evolve one Deerling", - "quest_title_quest_evolve_deino_singular": "Evolve one Deino", - "quest_title_quest_evolve_dewott_singular": "Evolve one Dewott", - "quest_title_quest_evolve_diglett_singular": "Evolve one Diglett", - "quest_title_quest_evolve_doduo_singular": "Evolve one Doduo", - "quest_title_quest_evolve_doublade_singular": "Evolve one Doublade", - "quest_title_quest_evolve_dragonair_singular": "Evolve one Dragonair", - "quest_title_quest_evolve_dratini_singular": "Evolve one Dratini", - "quest_title_quest_evolve_drifloon_singular": "Evolve one Drifloon", - "quest_title_quest_evolve_drilbur_singular": "Evolve one Drilbur", - "quest_title_quest_evolve_drowzee_singular": "Evolve one Drowzee", - "quest_title_quest_evolve_ducklett_singular": "Evolve one Ducklett", - "quest_title_quest_evolve_duosion_singular": "Evolve one Duosion", - "quest_title_quest_evolve_durant_singular": "Evolve one Durant", - "quest_title_quest_evolve_dusclops_singular": "Evolve one Dusclops", - "quest_title_quest_evolve_duskull_singular": "Evolve one Duskull", - "quest_title_quest_evolve_dwebble_singular": "Evolve one Dwebble", - "quest_title_quest_evolve_eelektrik_singular": "Evolve one Eelektrik", - "quest_title_quest_evolve_eevee_singular": "Evolve one Eevee", - "quest_title_quest_evolve_eevee_types_plural": "Evolve {{amount_0}} Electric-, Water-, or Fire-type Pokémon", - "quest_title_quest_evolve_eevee_types_singular": "Evolve an Electric-, Water-, or Fire-type Pokémon", - "quest_title_quest_evolve_ekans_singular": "Evolve one Ekans", - "quest_title_quest_evolve_electabuzz_singular": "Evolve one Electabuzz", - "quest_title_quest_evolve_electrike_singular": "Evolve one Electrike", - "quest_title_quest_evolve_elekid_singular": "Evolve one Elekid", - "quest_title_quest_evolve_elgyem_singular": "Evolve one Elgyem", - "quest_title_quest_evolve_espeon": "Evolve Eevee into Espeon during the day", - "quest_title_quest_evolve_espurr_singular": "Evolve one Espurr", - "quest_title_quest_evolve_evolved_grass_singular": "Evolve an evolved Grass-type Pokémon", - "quest_title_quest_evolve_exeggcute_singular": "Evolve one Exeggcute", - "quest_title_quest_evolve_farfetch'd_singular": "Evolve one Farfetch'd", - "quest_title_quest_evolve_feebas_singular": "Evolve one Feebas", - "quest_title_quest_evolve_fennekin_singular": "Evolve one Fennekin", - "quest_title_quest_evolve_ferroseed_singular": "Evolve one Ferroseed", - "quest_title_quest_evolve_finneon_singular": "Evolve one Finneon", - "quest_title_quest_evolve_flaaffy_singular": "Evolve one Flaaffy", - "quest_title_quest_evolve_flabébé_singular": "Evolve one Flabébé", - "quest_title_quest_evolve_fletchinder_singular": "Evolve one Fletchinder", - "quest_title_quest_evolve_fletchling_singular": "Evolve one Fletchling", - "quest_title_quest_evolve_floette_singular": "Evolve one Floette", - "quest_title_quest_evolve_foongus_singular": "Evolve one Foongus", - "quest_title_quest_evolve_fraxure_singular": "Evolve one Fraxure", - "quest_title_quest_evolve_frillish_singular": "Evolve one Frillish", - "quest_title_quest_evolve_froakie_singular": "Evolve one Froakie", - "quest_title_quest_evolve_frogadier_singular": "Evolve one Frogadier", - "quest_title_quest_evolve_gabite_singular": "Evolve one Gabite", - "quest_title_quest_evolve_gastly_singular": "Evolve one Gastly", - "quest_title_quest_evolve_geodude_singular": "Evolve one Geodude", - "quest_title_quest_evolve_gible_singular": "Evolve one Gible", - "quest_title_quest_evolve_glalie_singular": "Evolve one Glalie", - "quest_title_quest_evolve_glameow_singular": "Evolve one Glameow", - "quest_title_quest_evolve_gligar_singular": "Evolve one Gligar", - "quest_title_quest_evolve_gloom_singular": "Evolve one Gloom", - "quest_title_quest_evolve_golbat_singular": "Evolve one Golbat", - "quest_title_quest_evolve_goldeen_singular": "Evolve one Goldeen", - "quest_title_quest_evolve_golett_singular": "Evolve one Golett", - "quest_title_quest_evolve_goomy_singular": "Evolve one Goomy", - "quest_title_quest_evolve_gothita_singular": "Evolve one Gothita", - "quest_title_quest_evolve_gothorita_singular": "Evolve one Gothorita", - "quest_title_quest_evolve_graveler_singular": "Evolve one Graveler", - "quest_title_quest_evolve_grimer_singular": "Evolve one Grimer", - "quest_title_quest_evolve_grotle_singular": "Evolve one Grotle", - "quest_title_quest_evolve_ground_plural": "Evolve {{amount_0}} Ground-type Pokémon", - "quest_title_quest_evolve_grovyle_singular": "Evolve one Grovyle", - "quest_title_quest_evolve_growlithe_singular": "Evolve one Growlithe", - "quest_title_quest_evolve_gulpin_singular": "Evolve one Gulpin", - "quest_title_quest_evolve_gurdurr_singular": "Evolve one Gurdurr", - "quest_title_quest_evolve_happiny_singular": "Evolve one Happiny", - "quest_title_quest_evolve_haunter_singular": "Evolve one Haunter", - "quest_title_quest_evolve_heatmor_singular": "Evolve one Heatmor", - "quest_title_quest_evolve_helioptile_singular": "Evolve one Helioptile", - "quest_title_quest_evolve_herdier_singular": "Evolve one Herdier", - "quest_title_quest_evolve_hippopotas_singular": "Evolve one Hippopotas", - "quest_title_quest_evolve_honedge_singular": "Evolve one Honedge", - "quest_title_quest_evolve_hoothoot_singular": "Evolve one Hoothoot", - "quest_title_quest_evolve_hoppip_singular": "Evolve one Hoppip", - "quest_title_quest_evolve_horsea_singular": "Evolve one Horsea", - "quest_title_quest_evolve_houndour_singular": "Evolve one Houndour", - "quest_title_quest_evolve_igglybuff_singular": "Evolve one Igglybuff", - "quest_title_quest_evolve_illumise_singular": "Evolve one Illumise", - "quest_title_quest_evolve_inkay_singular": "Evolve one Inkay", - "quest_title_quest_evolve_items_plural": "Use items to evolve Pokémon {{amount_0}} times", - "quest_title_quest_evolve_items_singular": "Use an item to evolve a Pokémon", - "quest_title_quest_evolve_ivysaur_singular": "Evolve one Ivysaur", - "quest_title_quest_evolve_jigglypuff_singular": "Evolve one Jigglypuff", - "quest_title_quest_evolve_joltik_singular": "Evolve one Joltik", - "quest_title_quest_evolve_kabuto_singular": "Evolve one Kabuto", - "quest_title_quest_evolve_kadabra_singular": "Evolve one Kadabra", - "quest_title_quest_evolve_kakuna_singular": "Evolve one Kakuna", - "quest_title_quest_evolve_karrablast_singular": "Evolve one Karrablast", - "quest_title_quest_evolve_kirlia_singular": "Evolve one Kirlia", - "quest_title_quest_evolve_klang_singular": "Evolve one Klang", - "quest_title_quest_evolve_klink_singular": "Evolve one Klink", - "quest_title_quest_evolve_koffing_singular": "Evolve one Koffing", - "quest_title_quest_evolve_krabby_singular": "Evolve one Krabby", - "quest_title_quest_evolve_kricketot_singular": "Evolve one Kricketot", - "quest_title_quest_evolve_krokorok_singular": "Evolve one Krokorok", - "quest_title_quest_evolve_lairon_singular": "Evolve one Lairon", - "quest_title_quest_evolve_lampent_singular": "Evolve one Lampent", - "quest_title_quest_evolve_larvesta_singular": "Evolve one Larvesta", - "quest_title_quest_evolve_larvitar_singular": "Evolve one Larvitar", - "quest_title_quest_evolve_ledyba_singular": "Evolve one Ledyba", - "quest_title_quest_evolve_lickitung_singular": "Evolve one Lickitung", - "quest_title_quest_evolve_lileep_singular": "Evolve one Lileep", - "quest_title_quest_evolve_lillipup_singular": "Evolve one Lillipup", - "quest_title_quest_evolve_linoone_singular": "Evolve {{amount_0}} Galarian Linoone", - "quest_title_quest_evolve_litleo_singular": "Evolve one Litleo", - "quest_title_quest_evolve_litwick_singular": "Evolve one Litwick", - "quest_title_quest_evolve_lombre_singular": "Evolve one Lombre", - "quest_title_quest_evolve_lotad_singular": "Evolve one Lotad", - "quest_title_quest_evolve_loudred_singular": "Evolve one Loudred", - "quest_title_quest_evolve_luxio_singular": "Evolve one Luxio", - "quest_title_quest_evolve_machoke_singular": "Evolve one Machoke", - "quest_title_quest_evolve_machop_singular": "Evolve one Machop", - "quest_title_quest_evolve_magby_singular": "Evolve one Magby", - "quest_title_quest_evolve_magikarp_singular": "Evolve one Magikarp", - "quest_title_quest_evolve_magmar_singular": "Evolve one Magmar", - "quest_title_quest_evolve_magnemite_singular": "Evolve one Magnemite", - "quest_title_quest_evolve_makuhita_singular": "Evolve one Makuhita", - "quest_title_quest_evolve_mankey_singular": "Evolve one Mankey", - "quest_title_quest_evolve_mantyke_singular": "Evolve one Mantyke", - "quest_title_quest_evolve_mareep_singular": "Evolve one Mareep", - "quest_title_quest_evolve_marill_singular": "Evolve one Marill", - "quest_title_quest_evolve_marshtomp_singular": "Evolve one Marshtomp", - "quest_title_quest_evolve_meditite_singular": "Evolve one Meditite", - "quest_title_quest_evolve_meowth_singular": "Evolve one Meowth", - "quest_title_quest_evolve_metang_singular": "Evolve one Metang", - "quest_title_quest_evolve_metapod_singular": "Evolve one Metapod", - "quest_title_quest_evolve_mienfoo_singular": "Evolve one Mienfoo", - "quest_title_quest_evolve_mime jr._singular": "Evolve one Mime Jr.", - "quest_title_quest_evolve_minccino_singular": "Evolve one Minccino", - "quest_title_quest_evolve_misdreavus_singular": "Evolve one Misdreavus", - "quest_title_quest_evolve_monferno_singular": "Evolve one Monferno", - "quest_title_quest_evolve_mr. mime_singular": "Evolve one Mr. Mime", - "quest_title_quest_evolve_mudkip_singular": "Evolve one Mudkip", - "quest_title_quest_evolve_munchlax_singular": "Evolve one Munchlax", - "quest_title_quest_evolve_munna_singular": "Evolve one Munna", - "quest_title_quest_evolve_murkrow_singular": "Evolve one Murkrow", - "quest_title_quest_evolve_natu_singular": "Evolve one Natu", - "quest_title_quest_evolve_nidoranfemale_singular": "Evolve one Nidoran♀", - "quest_title_quest_evolve_nidoranmale_singular": "Evolve one Nidoran♂", - "quest_title_quest_evolve_nidorina_singular": "Evolve one Nidorina", - "quest_title_quest_evolve_nidorino_singular": "Evolve one Nidorino", - "quest_title_quest_evolve_nincada_singular": "Evolve one Nincada", - "quest_title_quest_evolve_noibat_singular": "Evolve one Noibat", - "quest_title_quest_evolve_nosepass_singular": "Evolve one Nosepass", - "quest_title_quest_evolve_numel_singular": "Evolve one Numel", - "quest_title_quest_evolve_nuzleaf_singular": "Evolve one Nuzleaf", - "quest_title_quest_evolve_oddish_singular": "Evolve one Oddish", - "quest_title_quest_evolve_omanyte_singular": "Evolve one Omanyte", - "quest_title_quest_evolve_onix_singular": "Evolve one Onix", - "quest_title_quest_evolve_oshawott_singular": "Evolve one Oshawott", - "quest_title_quest_evolve_palpitoad_singular": "Evolve one Palpitoad", - "quest_title_quest_evolve_pancham_singular": "Evolve one Pancham", - "quest_title_quest_evolve_panpour_singular": "Evolve one Panpour", - "quest_title_quest_evolve_pansage_singular": "Evolve one Pansage", - "quest_title_quest_evolve_pansear_singular": "Evolve one Pansear", - "quest_title_quest_evolve_paras_singular": "Evolve one Paras", - "quest_title_quest_evolve_patrat_singular": "Evolve one Patrat", - "quest_title_quest_evolve_pawniard_singular": "Evolve one Pawniard", - "quest_title_quest_evolve_petilil_singular": "Evolve one Petilil", - "quest_title_quest_evolve_phanpy_singular": "Evolve one Phanpy", - "quest_title_quest_evolve_phantump_singular": "Evolve one Phantump", - "quest_title_quest_evolve_pichu_singular": "Evolve one Pichu", - "quest_title_quest_evolve_pidgeotto_singular": "Evolve one Pidgeotto", - "quest_title_quest_evolve_pidgey_singular": "Evolve one Pidgey", - "quest_title_quest_evolve_pidove_singular": "Evolve one Pidove", - "quest_title_quest_evolve_pignite_singular": "Evolve one Pignite", - "quest_title_quest_evolve_pikachu_singular": "Evolve one Pikachu", - "quest_title_quest_evolve_piloswine_plural": "Evolve {{amount_0}} Piloswine", - "quest_title_quest_evolve_piloswine_singular": "Evolve one Piloswine", - "quest_title_quest_evolve_pineco_singular": "Evolve one Pineco", - "quest_title_quest_evolve_piplup_singular": "Evolve one Piplup", - "quest_title_quest_evolve_plural": "Evolve {{amount_0}} Pokémon", - "quest_title_quest_evolve_poison_type_singular": "Evolve a Poison-type Pokémon", - "quest_title_quest_evolve_poliwag_singular": "Evolve one Poliwag", - "quest_title_quest_evolve_poliwhirl_singular": "Evolve one Poliwhirl", - "quest_title_quest_evolve_ponyta_singular": "Evolve one Ponyta", - "quest_title_quest_evolve_poochyena_singular": "Evolve one Poochyena", - "quest_title_quest_evolve_porygon2_singular": "Evolve one Porygon2", - "quest_title_quest_evolve_prinplup_singular": "Evolve one Prinplup", - "quest_title_quest_evolve_psyduck_singular": "Evolve one Psyduck", - "quest_title_quest_evolve_pumpkaboo_singular": "Evolve one Pumpkaboo", - "quest_title_quest_evolve_pupitar_singular": "Evolve one Pupitar", - "quest_title_quest_evolve_purrloin_singular": "Evolve one Purrloin", - "quest_title_quest_evolve_quilava": "Evolve your Quilava", - "quest_title_quest_evolve_quilava_singular": "Evolve one Quilava", - "quest_title_quest_evolve_quilladin_singular": "Evolve one Quilladin", - "quest_title_quest_evolve_qwilfish_singular": "Evolve one Qwilfish", - "quest_title_quest_evolve_ralts_singular": "Evolve one Ralts", - "quest_title_quest_evolve_rattata_singular": "Evolve one Rattata", - "quest_title_quest_evolve_remoraid_singular": "Evolve one Remoraid", - "quest_title_quest_evolve_rhydon_singular": "Evolve one Rhydon", - "quest_title_quest_evolve_rhyhorn_singular": "Evolve one Rhyhorn", - "quest_title_quest_evolve_riolu_singular": "Evolve one Riolu", - "quest_title_quest_evolve_roggenrola_singular": "Evolve one Roggenrola", - "quest_title_quest_evolve_roselia_singular": "Evolve one Roselia", - "quest_title_quest_evolve_rufflet_singular": "Evolve one Rufflet", - "quest_title_quest_evolve_sandile_singular": "Evolve one Sandile", - "quest_title_quest_evolve_sandshrew_singular": "Evolve one Sandshrew", - "quest_title_quest_evolve_sb_singular": "Evolve a Snubbull", - "quest_title_quest_evolve_scatterbug_singular": "Evolve one Scatterbug", - "quest_title_quest_evolve_scraggy_singular": "Evolve one Scraggy", - "quest_title_quest_evolve_scyther_singular": "Evolve one Scyther", - "quest_title_quest_evolve_seadra_singular": "Evolve one Seadra", - "quest_title_quest_evolve_sealeo_singular": "Evolve one Sealeo", - "quest_title_quest_evolve_seedot_singular": "Evolve one Seedot", - "quest_title_quest_evolve_seel_singular": "Evolve one Seel", - "quest_title_quest_evolve_sentret_singular": "Evolve one Sentret", - "quest_title_quest_evolve_servine_singular": "Evolve one Servine", - "quest_title_quest_evolve_sewaddle_singular": "Evolve one Sewaddle", - "quest_title_quest_evolve_shelgon_singular": "Evolve one Shelgon", - "quest_title_quest_evolve_shellder_singular": "Evolve one Shellder", - "quest_title_quest_evolve_shellos_singular": "Evolve one Shellos", - "quest_title_quest_evolve_shelmet_singular": "Evolve one Shelmet", - "quest_title_quest_evolve_shieldon_singular": "Evolve one Shieldon", - "quest_title_quest_evolve_shinx_singular": "Evolve one Shinx", - "quest_title_quest_evolve_shroomish_singular": "Evolve one Shroomish", - "quest_title_quest_evolve_shuckle_singular": "Evolve one Shuckle", - "quest_title_quest_evolve_shuppet_singular": "Evolve one Shuppet", - "quest_title_quest_evolve_silcoon_singular": "Evolve one Silcoon", - "quest_title_quest_evolve_singular": "Evolve a Pokémon", - "quest_title_quest_evolve_skiddo_singular": "Evolve one Skiddo", - "quest_title_quest_evolve_skiploom_singular": "Evolve one Skiploom", - "quest_title_quest_evolve_skitty_singular": "Evolve one Skitty", - "quest_title_quest_evolve_skorupi_singular": "Evolve one Skorupi", - "quest_title_quest_evolve_skrelp_singular": "Evolve one Skrelp", - "quest_title_quest_evolve_slakoth_singular": "Evolve one Slakoth", - "quest_title_quest_evolve_sliggoo_singular": "Evolve one Sliggoo", - "quest_title_quest_evolve_slowpoke_plural": "Evolve {{amount_0}} Slowpoke", - "quest_title_quest_evolve_slowpoke_singular": "Evolve one Slowpoke", - "quest_title_quest_evolve_slugma_singular": "Evolve one Slugma", - "quest_title_quest_evolve_smoochum_singular": "Evolve one Smoochum", - "quest_title_quest_evolve_sneasel_singular": "Evolve a Sneasel", - "quest_title_quest_evolve_snivy_singular": "Evolve one Snivy", - "quest_title_quest_evolve_snorunt_singular": "Evolve one Snorunt", - "quest_title_quest_evolve_snover_singular": "Evolve one Snover", - "quest_title_quest_evolve_snubbull_singular": "Evolve one Snubbull", - "quest_title_quest_evolve_solosis_singular": "Evolve one Solosis", - "quest_title_quest_evolve_spearow_singular": "Evolve one Spearow", - "quest_title_quest_evolve_special_drowzee": "Evolve a Drowzee", - "quest_title_quest_evolve_special_feebas_singular": "Evolve a Feebas", - "quest_title_quest_evolve_special_galarian_mrmime": "Evolve a Galarian Mr. Mime", - "quest_title_quest_evolve_special_galarian_slowpoke": "Evolve a Galarian Slowpoke", - "quest_title_quest_evolve_special_grimer": "Evolve a Grimer", - "quest_title_quest_evolve_special_magnemite": "Evolve a Magnemite", - "quest_title_quest_evolve_special_scyther": "Evolve a Scyther", - "quest_title_quest_evolve_special0_singular": "Evolve a Magikarp", - "quest_title_quest_evolve_special1_plural": "Evolve {{amount_0}} Pidgey", - "quest_title_quest_evolve_special1_singular": "Evolve a Horsea", - "quest_title_quest_evolve_special2_singular": "Evolve a Meowth", - "quest_title_quest_evolve_spewpa_singular": "Evolve one Spewpa", - "quest_title_quest_evolve_spheal_singular": "Evolve one Spheal", - "quest_title_quest_evolve_spinarak_singular": "Evolve one Spinarak", - "quest_title_quest_evolve_spoink_singular": "Evolve one Spoink", - "quest_title_quest_evolve_spritzee_singular": "Evolve one Spritzee", - "quest_title_quest_evolve_squirtle_singular": "Evolve one Squirtle", - "quest_title_quest_evolve_staravia_singular": "Evolve one Staravia", - "quest_title_quest_evolve_starly_singular": "Evolve one Starly", - "quest_title_quest_evolve_staryu_singular": "Evolve one Staryu", - "quest_title_quest_evolve_steelix_singular": "Evolve one Steelix", - "quest_title_quest_evolve_stunky_singular": "Evolve one Stunky", - "quest_title_quest_evolve_sunkern_singular": "Evolve one Sunkern", - "quest_title_quest_evolve_sunstone_singular": "Use a Sun Stone to evolve Gloom or Sunkern", - "quest_title_quest_evolve_surskit_singular": "Evolve one Surskit", - "quest_title_quest_evolve_swablu_singular": "Evolve one Swablu", - "quest_title_quest_evolve_swadloon_singular": "Evolve one Swadloon", - "quest_title_quest_evolve_swinub_singular": "Evolve one Swinub", - "quest_title_quest_evolve_swirlix_singular": "Evolve one Swirlix", - "quest_title_quest_evolve_taillow_singular": "Evolve one Taillow", - "quest_title_quest_evolve_tangela_singular": "Evolve one Tangela", - "quest_title_quest_evolve_teddiursa_singular": "Evolve one Teddiursa", - "quest_title_quest_evolve_tentacool_singular": "Evolve one Tentacool", - "quest_title_quest_evolve_tepig_singular": "Evolve one Tepig", - "quest_title_quest_evolve_timburr_singular": "Evolve one Timburr", - "quest_title_quest_evolve_tirtouga_singular": "Evolve one Tirtouga", - "quest_title_quest_evolve_togepi_singular": "Evolve one Togepi", - "quest_title_quest_evolve_togetic_singular": "Evolve one Togetic", - "quest_title_quest_evolve_torchic_singular": "Evolve one Torchic", - "quest_title_quest_evolve_totodile": "Evolve your Totodile", - "quest_title_quest_evolve_totodile_singular": "Evolve one Totodile", - "quest_title_quest_evolve_tranquill_singular": "Evolve one Tranquill", - "quest_title_quest_evolve_trapinch_singular": "Evolve one Trapinch", - "quest_title_quest_evolve_treecko_singular": "Evolve one Treecko", - "quest_title_quest_evolve_trubbish_singular": "Evolve one Trubbish", - "quest_title_quest_evolve_turtwig_singular": "Evolve one Turtwig", - "quest_title_quest_evolve_tympole_singular": "Evolve one Tympole", - "quest_title_quest_evolve_tynamo_singular": "Evolve one Tynamo", - "quest_title_quest_evolve_type_dark_plural": "Evolve {{amount_0}} Dark-type Pokémon", - "quest_title_quest_evolve_type_dragon_plural": "Evolve {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_evolve_type_dragon_singular": "Evolve a Dragon-type Pokémon", - "quest_title_quest_evolve_type_electric_plural": "Evolve {{amount_0}} Electric-type Pokémon", - "quest_title_quest_evolve_type_electric_singular": "Evolve an Electric-type Pokémon", - "quest_title_quest_evolve_type_fairy_plural": "Evolve {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_evolve_type_fairy_singular": "Evolve a Fairy-type Pokémon", - "quest_title_quest_evolve_type_fire_plural": "Evolve {{amount_0}} Fire-type Pokémon", - "quest_title_quest_evolve_type_fire_singular": "Evolve a Fire-type Pokémon", - "quest_title_quest_evolve_type_flying_plural": "Evolve {{amount_0}} Flying-type Pokémon", - "quest_title_quest_evolve_type_flying_singular": "Evolve a Flying-type Pokémon", - "quest_title_quest_evolve_type_ghost_plural": "Evolve {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_evolve_type_ghost_single": "Evolve a Ghost-type Pokémon", - "quest_title_quest_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", - "quest_title_quest_evolve_type_grass_singular": "Evolve a Grass-type Pokémon", - "quest_title_quest_evolve_type_ice_plural": "Evolve {{amount_0}} Ice-type Pokémon", - "quest_title_quest_evolve_type_ice_singular": "Evolve an Ice-type Pokémon", - "quest_title_quest_evolve_type_poison_plural": "Evolve {{amount_0}} Poison-type Pokémon", - "quest_title_quest_evolve_type_psychic_plural": "Evolve {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_evolve_type_psychic_singular": "Evolve a Psychic-type Pokémon", - "quest_title_quest_evolve_type_rock_plural": "Evolve {{amount_0}} Rock-type Pokémon", - "quest_title_quest_evolve_type_steel_plural": "Evolve {{amount_0}} Steel-type Pokémon", - "quest_title_quest_evolve_type_water_plural": "Evolve {{amount_0}} Water-type Pokémon", - "quest_title_quest_evolve_type_water_singular": "Evolve a Water-type Pokémon", - "quest_title_quest_evolve_tyrogue_singular": "Evolve one Tyrogue", - "quest_title_quest_evolve_tyrunt_singular": "Evolve one Tyrunt", - "quest_title_quest_evolve_umbreon": "Evolve Eevee into Umbreon at night", - "quest_title_quest_evolve_vanillish_singular": "Evolve one Vanillish", - "quest_title_quest_evolve_vanillite_singular": "Evolve one Vanillite", - "quest_title_quest_evolve_venipede_singular": "Evolve one Venipede", - "quest_title_quest_evolve_venonat_singular": "Evolve one Venonat", - "quest_title_quest_evolve_vibrava_singular": "Evolve one Vibrava", - "quest_title_quest_evolve_vigoroth_singular": "Evolve one Vigoroth", - "quest_title_quest_evolve_volbeat_singular": "Evolve one Volbeat", - "quest_title_quest_evolve_voltorb_singular": "Evolve one Voltorb", - "quest_title_quest_evolve_vullaby_singular": "Evolve one Vullaby", - "quest_title_quest_evolve_vulpix_singular": "Evolve one Vulpix", - "quest_title_quest_evolve_wailmer_singular": "Evolve one Wailmer", - "quest_title_quest_evolve_wartortle_singular": "Evolve one Wartortle", - "quest_title_quest_evolve_weedle_singular": "Evolve one Weedle", - "quest_title_quest_evolve_weepinbell_singular": "Evolve one Weepinbell", - "quest_title_quest_evolve_whirlipede_singular": "Evolve one Whirlipede", - "quest_title_quest_evolve_whismur_singular": "Evolve one Whismur", - "quest_title_quest_evolve_wingull_singular": "Evolve one Wingull", - "quest_title_quest_evolve_woobat_singular": "Evolve one Woobat", - "quest_title_quest_evolve_wooper_singular": "Evolve one Wooper", - "quest_title_quest_evolve_wurmple_singular": "Evolve one Wurmple", - "quest_title_quest_evolve_wynaut_singular": "Evolve one Wynaut", - "quest_title_quest_evolve_yamask_singular": "Evolve one Yamask", - "quest_title_quest_evolve_yanma_singular": "Evolve one Yanma", - "quest_title_quest_evolve_zigzagoon_singular": "Evolve one Zigzagoon", - "quest_title_quest_evolve_zorua_singular": "Evolve one Zorua", - "quest_title_quest_evolve_zubat_singular": "Evolve one Zubat", - "quest_title_quest_evolve_zweilous_singular": "Evolve one Zweilous", - "quest_title_quest_explore_buddy": "Earn a Candy exploring with your buddy", - "quest_title_quest_explore_buddy_carbink": "Earn a Candy exploring with Carbink as your buddy", - "quest_title_quest_explore_buddy_plural": "Earn {{amount_0}} Candies exploring with your buddy", - "quest_title_quest_explore_buddy_routes_plural": "Earn {{amount_0}} Candies while exploring Routes with your buddy", - "quest_title_quest_explore_buddy_routes_singular": "Earn a Candy while exploring Routes with your buddy", - "quest_title_quest_explore_km": "Explore {{amount_0}} km", - "quest_title_quest_explore_km_party": "Explore {{amount_0}} km while in a party", - "quest_title_quest_febresearchday_battle_gym_singular": "Clamperl Research: Battle in a Gym", - "quest_title_quest_febresearchday_battle_raid_singular": "Clamperl Research: Battle in a raid", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Clamperl Research: Use a supereffective Charged Attack in a Gym battle", - "quest_title_quest_febresearchday_catch_feed_plural": "Clamperl Research: Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_febresearchday_catch_special1_singular": "Clamperl Research: Catch a Magikarp or Wailmer", - "quest_title_quest_febresearchday_catch_special2_singular": "Clamperl Research: Catch a Psyduck or Krabby", - "quest_title_quest_febresearchday_catch_type_water_plural": "Clamperl Research: Catch {{amount_0}} Water-type Pokémon", - "quest_title_quest_febresearchday_evolve_type_water_plural": "Clamperl Research: Evolve {{amount_0}} Water-type Pokémon", - "quest_title_quest_febresearchday_land_curveball_plural": "Clamperl Research: Make {{amount_0}} Curveball Throws", - "quest_title_quest_febresearchday_land_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws", - "quest_title_quest_febresearchday_land_inarow_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws in a row", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws in a row", - "quest_title_quest_febresearchday_land_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws", - "quest_title_quest_febresearchday_visit_pokestops_plural": "Clamperl Research: Spin {{amount_0}} PokéStops", - "quest_title_quest_feed_buddy_multiple": "Feed your buddy {{amount_0}} times", - "quest_title_quest_feed_buddy_singular": "Feed your buddy", - "quest_title_quest_feed_goldenrazz_plural": "Use {{amount_0}} Golden Razz Berries to help catch Pokémon", - "quest_title_quest_feed_nanab_plural": "Use {{amount_0}} Nanab Berries while catching Pokémon", - "quest_title_quest_feed_pinaps_plural": "Use {{amount_0}} Pinap Berries while catching Pokémon", - "quest_title_quest_feed_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", - "quest_title_quest_fennekin_catch_b": "Catch {{amount_0}} Fennekin", - "quest_title_quest_fennekin_evolve_b": "Evolve {{amount_0}} Fennekin", - "quest_title_quest_fennekin_snapshot_b": "Take a snapshot of {{amount_0}} Fennekin", - "quest_title_quest_field_research_plural": "Complete {{amount_0}} Field Research tasks", - "quest_title_quest_field_research_singular": "Complete a Field Research task", - "quest_title_quest_fight_type_bug_plural": "Defeat {{amount_0}} Bug-type Pokémon", - "quest_title_quest_fight_type_dark_plural": "Defeat {{amount_0}} Dark-type Pokémon", - "quest_title_quest_fight_type_dark_steel_plural": "Defeat {{amount_0}} Dark- or Steel-type Pokémon", - "quest_title_quest_fight_type_dragon_plural": "Defeat {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_fight_type_electric_plural": "Defeat {{amount_0}} Electric-type Pokémon", - "quest_title_quest_fight_type_fairy_plural": "Defeat {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_fight_type_fighting_plural": "Defeat {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_fight_type_fire_plural": "Defeat {{amount_0}} Fire-type Pokémon", - "quest_title_quest_fight_type_flying_plural": "Defeat {{amount_0}} Flying-type Pokémon", - "quest_title_quest_fight_type_ghost_fighting_plural": "Defeat {{amount_0}} Fighting- or Ghost-type Pokémon", - "quest_title_quest_fight_type_ghost_plural": "Defeat {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_fight_type_ghost_psychic_plural": "Defeat {{amount_0}} Psychic- or Ghost-type Pokémon", - "quest_title_quest_fight_type_grass_plural": "Defeat {{amount_0}} Grass-type Pokémon", - "quest_title_quest_fight_type_ground_plural": "Defeat {{amount_0}} Ground-type Pokémon", - "quest_title_quest_fight_type_ice_plural": "Defeat {{amount_0}} Ice-type Pokémon", - "quest_title_quest_fight_type_normal_plural": "Defeat {{amount_0}} Normal-type Pokémon", - "quest_title_quest_fight_type_normal_psychic_plural": "Defeat {{amount_0}} Normal- or Psychic-type Pokémon", - "quest_title_quest_fight_type_poison_plural": "Defeat {{amount_0}} Poison-type Pokémon", - "quest_title_quest_fight_type_psychic_plural": "Defeat {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_fight_type_rock_plural": "Defeat {{amount_0}} Rock-type Pokémon", - "quest_title_quest_fight_type_steel_plural": "Defeat {{amount_0}} Steel-type Pokémon", - "quest_title_quest_fight_type_water_plural": "Defeat {{amount_0}} Water-type Pokémon", - "quest_title_quest_first_catch_of_the_day": "First Catch of the Day", - "quest_title_quest_first_pokestop_of_the_day": "First PokéStop of the Day", - "quest_title_quest_flaaffy_evolve_b": "Evolve {{amount_0}} Flaaffy", - "quest_title_quest_flett_catch_b": "Catch {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_b": "Evolve {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_s1": "Evolve {{amount_0}} Fletchinder", - "quest_title_quest_floragato_evolve_b": "Evolve a Floragato", - "quest_title_quest_fraxure_evolve_b": "Evolve {{amount_0}} Fraxure", - "quest_title_quest_froakie_catch_b": "Catch {{amount_0}} Froakie", - "quest_title_quest_froakie_evolve_b": "Evolve {{amount_0}} Froakie", - "quest_title_quest_froakie_snapshot_b": "Take a snapshot of {{amount_0}} Froakie", - "quest_title_quest_frogadier_evolve_b": "Evolve {{amount_0}} Frogadier", - "quest_title_quest_fuecoco_evolve_b": "Evolve a Fuecoco", - "quest_title_quest_fuse_necrozma": "Fuse Necrozma", - "quest_title_quest_gbl_rank": "Achieve rank {{amount_0}} in the GO Battle League", - "quest_title_quest_gbl_rank_fifteen": "Achieve rank 15 in the GO Battle League", - "quest_title_quest_gbl_rank_five": "Achieve rank 5 in the GO Battle League", - "quest_title_quest_gbl_rank_ten": "Achieve rank 10 in the GO Battle League", - "quest_title_quest_gbl_rank_twenty": "Achieve rank 20 in the GO Battle League", - "quest_title_quest_get_cell_singular": "Find a Zygarde Cell", - "quest_title_quest_giblt_catch_b": "Catch {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_b": "Evolve {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_s1": "Evolve {{amount_0}} Gabite", - "quest_title_quest_gift_open_plural": "Open {{amount_0}} Gifts", - "quest_title_quest_gift_open_singular": "Open a Gift", - "quest_title_quest_go_for_a_spin_00": "Find and spin Spinda PokéStop 1 of 8", - "quest_title_quest_go_for_a_spin_01": "Find and spin Spinda PokéStop 2 of 8", - "quest_title_quest_go_for_a_spin_02": "Find and spin Spinda PokéStop 3 of 8", - "quest_title_quest_go_for_a_spin_03": "Find and spin Spinda PokéStop 4 of 8", - "quest_title_quest_go_for_a_spin_04": "Find and spin Spinda PokéStop 5 of 8", - "quest_title_quest_go_for_a_spin_05": "Find and spin Spinda PokéStop 6 of 8", - "quest_title_quest_go_for_a_spin_06": "Find and spin Spinda PokéStop 7 of 8", - "quest_title_quest_go_for_a_spin_07": "Find and spin Spinda PokéStop 8 of 8", - "quest_title_quest_go_tour_snapshot_habitat_01": "Take a snapshot of your buddy in the Blistering Sands habitat", - "quest_title_quest_go_tour_snapshot_habitat_02": "Take a snapshot of your buddy in the Eerie Mists habitat", - "quest_title_quest_go_tour_snapshot_habitat_03": "Take a snapshot of your buddy in the Verdant Earth habitat", - "quest_title_quest_go_tour_snapshot_habitat_04": "Take a snapshot of your buddy in the Ancient Shores habitat", - "quest_title_quest_gold_hoenn_dex": "Earn a gold Hoenn medal", - "quest_title_quest_gold_medal_plural": "Earn {{amount_0}} gold medals", - "quest_title_quest_gold_medal_plural_five": "Earn 5 gold medals", - "quest_title_quest_gold_medal_singular": "Earn a gold medal", - "quest_title_quest_goomy_catch_b": "Catch {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_plural": "Evolve {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_singular": "Evolve a Goomy", - "quest_title_quest_grookey_evolve": "Evolve a Grookey", - "quest_title_quest_grubbin_catch_b": "Catch {{amount_0}} Grubbin", - "quest_title_quest_grubbin_evolve_b": "Evolve {{amount_0}} Grubbin", - "quest_title_quest_grubbin_snapshot_b": "Take a snapshot of {{amount_0}} Grubbin", - "quest_title_quest_gt_catch_b": "Catch {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_b": "Evolve {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_s1": "Evolve {{amount_0}} Haunter", - "quest_title_quest_gulpin_catch": "Catch {{amount_0}} Gulpin", - "quest_title_quest_gurdurr_evolve_b": "Evolve {{amount_0}} Gurdurr", - "quest_title_quest_hallo19_catch_specific_plural": "Catch {{amount_0}} Poochyena or Houndour", - "quest_title_quest_hallo19_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", - "quest_title_quest_hallo19_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_hallo19_evolve_plural": "Evolve {{amount_0}} Duskull or Shuppet", - "quest_title_quest_hallo19_transfer_plural": "Transfer {{amount_0}} Pokémon", - "quest_title_quest_hatch_egg_plural": "Hatch {{amount_0}} Eggs", - "quest_title_quest_hatch_egg_routes_plural": "Hatch {{amount_0}} Eggs while following Routes", - "quest_title_quest_hatch_egg_routes_singular": "Hatch an Egg while following a Route", - "quest_title_quest_hatch_egg_singular": "Hatch an Egg", - "quest_title_quest_hoenn_celebration_research": "Hoenn Celebration Research", - "quest_title_quest_hoenn19_catch_specific_plural": "Hoenn Celebration: Catch {{amount_0}} Zigzagoon or Taillow", - "quest_title_quest_hoenn19_evolve_specific_plural": "Hoenn Celebration: Evolve {{amount_0}} Wurmple", - "quest_title_quest_hoenn19_hatch_eggs": "Hoenn Celebration: Hatch {{amount_0}} Eggs", - "quest_title_quest_hoppt_catch_b": "Catch {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_b": "Evolve {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_s1": "Evolve {{amount_0}} Skiploom", - "quest_title_quest_incense_or_dai_plural": "Use {{amount_0}} Incense or Daily Adventure Incense", - "quest_title_quest_incense_or_dai_singular": "Use an Incense or Daily Adventure Incense", - "quest_title_quest_incense_plural": "Use {{amount_0}} Incense", - "quest_title_quest_incense_routes_plural": "Use {{amount_0}} Incense while following Routes", - "quest_title_quest_incense_routes_singular": "Use an Incense while following a Route", - "quest_title_quest_incense_singular": "Use an Incense", - "quest_title_quest_jan19rsd_buddywalk_singular": "Feebas Research: Earn 1 Buddy Candy", - "quest_title_quest_jan19rsd_hatch_egg_singular": "Feebas Research: Hatch 1 Egg", - "quest_title_quest_jan19rsd_land_great_plural": "Feebas Research: Make {{amount_0}} Great Throws", - "quest_title_quest_jan19rsd_land_nice_plural": "Feebas Research: Make {{amount_0}} Nice Throws", - "quest_title_quest_johtofestival_catch_special17_plural": "Johto Festival: Catch {{amount_0}} Sunkern", - "quest_title_quest_johtofestival_catch_type_water_plural": "Johto Festival: Catch {{amount_0}} Water Pokémon", - "quest_title_quest_johtofestival_evolve_plural": "Johto Festival: Evolve {{amount_0}} Sunkern or Natu", - "quest_title_quest_johtofestival_land_excellent_plural": "Johto Festival: Make {{amount_0}} Excellent Throws", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Johto Festival: Make {{amount_0}} Great Curveball Throws in a row", - "quest_title_quest_johtofestival_win_raid_singular": "Johto Festival: Win a raid", - "quest_title_quest_kanto_green_bellsprout": "GO Tour: Catch Bellsprout", - "quest_title_quest_kanto_green_meowth": "GO Tour: Catch Meowth", - "quest_title_quest_kanto_green_sandshrew": "GO Tour: Catch Sandshrew", - "quest_title_quest_kanto_green_vulpix": "GO Tour: Catch Vulpix", - "quest_title_quest_kanto_hatch_plural": "GO Tour Kanto: Hatch {{amount_0}} Eggs", - "quest_title_quest_kanto_hatch_singular": "GO Tour Kanto: Hatch an Egg", - "quest_title_quest_kanto_npc_plural": "GO Tour Kanto: Defeat {{amount_0}} GO Tour Challengers", - "quest_title_quest_kanto_npc_singular": "GO Tour Kanto: Defeat a GO Tour Challenger", - "quest_title_quest_kanto_red_ekans": "GO Tour: Catch Ekans", - "quest_title_quest_kanto_red_growlithe": "GO Tour: Catch Growlithe", - "quest_title_quest_kanto_red_mankey": "GO Tour: Catch Mankey", - "quest_title_quest_kanto_red_oddish": "GO Tour: Catch Oddish", - "quest_title_quest_kecleon_catch": "Catch {{amount_0}} Kecleon", - "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "Make {{amount_0}} Curveball Throws on Ghost-type Pokémon", - "quest_title_quest_land_curveball_plural": "Make {{amount_0}} Curveball Throws", - "quest_title_quest_land_curveball_singular": "Make a Curveball Throw", - "quest_title_quest_land_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws", - "quest_title_quest_land_excellent_curveball_singular": "Make an Excellent Curveball Throw", - "quest_title_quest_land_excellent_plural": "Make {{amount_0}} Excellent Throws", - "quest_title_quest_land_excellent_singular": "Make an Excellent Throw", - "quest_title_quest_land_great_curve_inarow_type_ghost": "Make {{amount_0}} Great Curveball Throws in a row on Ghost-type Pokémon", - "quest_title_quest_land_great_curve_type_ghost": "Make {{amount_0}} Great Curveball Throws on Ghost-type Pokémon", - "quest_title_quest_land_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws", - "quest_title_quest_land_great_curveball_singular": "Make a Great Curveball Throw", - "quest_title_quest_land_great_plural": "Make {{amount_0}} Great Throws", - "quest_title_quest_land_great_singular": "Make a Great Throw", - "quest_title_quest_land_great_type_ghost": "Make {{amount_0}} Great Throws on Ghost-type Pokémon", - "quest_title_quest_land_inarow_curveball_plural": "Make {{amount_0}} Curveball Throws in a row", - "quest_title_quest_land_inarow_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws in a row", - "quest_title_quest_land_inarow_excellent_plural": "Make {{amount_0}} Excellent Throws in a row", - "quest_title_quest_land_inarow_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws in a row", - "quest_title_quest_land_inarow_great_plural": "Make {{amount_0}} Great Throws in a row", - "quest_title_quest_land_inarow_nice_curveball_plural": "Make {{amount_0}} Nice Curveball Throws in a row", - "quest_title_quest_land_inarow_nice_plural": "Make {{amount_0}} Nice Throws in a row", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "Make {{amount_0}} Nice Curveball Throws in a row on Ghost-type Pokémon", - "quest_title_quest_land_nice_curve_plural": "Make {{amount_0}} Nice Curveball Throws", - "quest_title_quest_land_nice_curve_singular": "Make a Nice Curveball Throw", - "quest_title_quest_land_nice_curve_type_ghost": "Make {{amount_0}} Nice Curveball Throws on Ghost-type Pokémon", - "quest_title_quest_land_nice_electric_plural": "Catch {{amount_0}} Electric-type Pokémon with Nice Throws", - "quest_title_quest_land_nice_plural": "Make {{amount_0}} Nice Throws", - "quest_title_quest_land_nice_singular": "Make a Nice Throw", - "quest_title_quest_land_nice_type_ghost": "Make {{amount_0}} Nice Throws on Ghost-type Pokémon", - "quest_title_quest_larvitar_cdc_evolve_b": "Evolve {{amount_0}} Larvitar", - "quest_title_quest_larvitar_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Larvitar", - "quest_title_quest_latias_wild_snap": "Take a snapshot of Latias in the wild", - "quest_title_quest_latios_wild_snap": "Take a snapshot of Latios in the wild", - "quest_title_quest_litten_catch_b": "Catch {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_plural": "Evolve {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_singular": "Evolve a Litten", - "quest_title_quest_litten_snapshot_b": "Take a Snapshot of {{amount_0}} Litten", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "Challenge a nearby Trainer by scanning their Battle Code.", - "quest_title_quest_lucky_plural": "Obtain {{amount_0}} Lucky Pokémon in trades", - "quest_title_quest_lucky_singular": "Obtain a Lucky Pokémon in a trade", - "quest_title_quest_lunar19_friends_trade_plural": "Trade {{amount_0}} Pokémon with a friend", - "quest_title_quest_macht_catch_b": "Catch {{amount_0}} Machop", - "quest_title_quest_macht_evolve_b": "Evolve {{amount_0}} Machop", - "quest_title_quest_macht_evolve_s1": "Evolve {{amount_0}} Machoke", - "quest_title_quest_magit_catch_b": "Catch {{amount_0}} Magikarp", - "quest_title_quest_magit_evolve_b": "Evolve {{amount_0}} Magikarp", - "quest_title_quest_magmt_catch_b": "Catch {{amount_0}} Magmar", - "quest_title_quest_magmt_evolve_b": "Evolve {{amount_0}} Magmar", - "quest_title_quest_mareep_catch_b": "Catch {{amount_0}} Mareep", - "quest_title_quest_mareep_evolve_b": "Evolve {{amount_0}} Mareep", - "quest_title_quest_mareep_snapshot_b": "Take a snapshot of {{amount_0}} Mareep", - "quest_title_quest_mega_evo_primal_rev_plural": "Activate Primal Reversion or Mega Evolve a Pokémon {{amount_0}} times", - "quest_title_quest_mega_evo_primal_rev_singular": "Activate Primal Reversion or Mega Evolve a Pokémon", - "quest_title_quest_mega_evolve_beedrill": "Mega Evolve a Beedrill", - "quest_title_quest_mega_evolve_blastoise": "Mega Evolve a Blastoise", - "quest_title_quest_mega_evolve_charizard": "Mega Evolve a Charizard", - "quest_title_quest_mega_evolve_diancie": "Mega Evolve Diancie", - "quest_title_quest_mega_evolve_plural": "Mega Evolve {{amount_0}} Pokémon", - "quest_title_quest_mega_evolve_rayquaza": "Mega Evolve Rayquaza", - "quest_title_quest_mega_evolve_singular": "Mega Evolve a Pokémon", - "quest_title_quest_mega_evolve_venusaur": "Mega Evolve a Venusaur", - "quest_title_quest_mega_join_raid_plural": "Battle in {{amount_0}} Mega Raids", - "quest_title_quest_mega_join_raid_singular": "Battle in a Mega Raid", - "quest_title_quest_mega_win_raid_plural": "Win {{amount_0}} Mega Raids", - "quest_title_quest_mega_win_raid_singular": "Win a Mega Raid", - "quest_title_quest_mesprit_wild_snap": "Take a snapshot of Mesprit in the wild", - "quest_title_quest_metang_evolve_b_singular": "Evolve a Metang", - "quest_title_quest_more_reseach_coming_soon": "More research requests will be coming soon!", - "quest_title_quest_mudkt_catch_b": "Catch {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_b": "Evolve {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_s1": "Evolve {{amount_0}} Marshtomp", - "quest_title_quest_new_friends_plural": "Make {{amount_0}} new friends", - "quest_title_quest_new_friends_singular": "Make a new friend", - "quest_title_quest_noibat_catch_b": "Catch {{amount_0}} Noibat", - "quest_title_quest_noibat_evolve_b": "Evolve {{amount_0}} Noibat", - "quest_title_quest_noibat_snapshot_b": "Take a snapshot of {{amount_0}} Noibat", - "quest_title_quest_oshat_catch_b": "Catch {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_b": "Evolve {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_s1": "Evolve a Dewott", - "quest_title_quest_party_catch_electric_type_plural": "Catch {{amount_0}} Electric-type Pokémon while in a party", - "quest_title_quest_party_catch_electric_type_singular": "Catch a Electric-type Pokémon while in a party", - "quest_title_quest_party_catch_fire_type_plural": "Catch {{amount_0}} Fire-type Pokémon while in a party", - "quest_title_quest_party_catch_fire_type_singular": "Catch a Fire-type Pokémon while in a party", - "quest_title_quest_party_catch_normal_type_plural": "Catch {{amount_0}} Normal-type Pokémon while in a party", - "quest_title_quest_party_catch_normal_type_singular": "Catch a Normal-type Pokémon while in a party", - "quest_title_quest_party_catch_water_type_plural": "Catch {{amount_0}} Water-type Pokémon while in a party", - "quest_title_quest_party_catch_water_type_singular": "Catch a Water-type Pokémon while in a party", - "quest_title_quest_party_challenge_plural": "Complete {{amount_0}} Party Challenges", - "quest_title_quest_party_challenge_singular": "Complete a Party Challenge", - "quest_title_quest_platinum_johto_badge": "Earn the platinum Johto medal", - "quest_title_quest_platinum_kanto_badge": "Earn the platinum Kanto medal", - "quest_title_quest_platinum_medal_plural": "Earn {{amount_0}} platinum medals", - "quest_title_quest_platinum_medal_plural_five": "Earn 5 platinum medals", - "quest_title_quest_platinum_medal_plural_forty": "Earn 40 platinum medals", - "quest_title_quest_platinum_medal_plural_ten": "Earn 10 platinum medals", - "quest_title_quest_platinum_medal_plural_twenty": "Earn 20 platinum medals", - "quest_title_quest_platinum_medal_singular": "Earn a platinum medal", - "quest_title_quest_play_buddy_singular": "Play with your buddy", - "quest_title_quest_pokemon_appears": "Pokémon appears!", - "quest_title_quest_poliwag_catch_b": "Catch {{amount_0}} Poliwag", - "quest_title_quest_poliwag_evolve_b": "Evolve {{amount_0}} Poliwag", - "quest_title_quest_poliwag_snapshot_b": "Take {{amount_0}} snapshots of Poliwag", - "quest_title_quest_poliwhirl_evolve_b": "Evolve {{amount_0}} Poliwhirl", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "Catch {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_plural": "Evolve {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_singular": "Evolve a Popplio", - "quest_title_quest_porygon_catch_b": "Catch {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_plural": "Evolve {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_singular": "Evolve a Porygon", - "quest_title_quest_porygon_snapshot_b": "Take a snapshot of {{amount_0}} Porygon", - "quest_title_quest_porygon2_evolve_b_plural": "Evolve {{amount_0}} Porygon2", - "quest_title_quest_porygon2_evolve_b_singular": "Evolve a Porygon2", - "quest_title_quest_poryt_catch_b": "Catch {{amount_0}} Porygon", - "quest_title_quest_poryt_catch_s1": "Catch {{amount_0}} Porygon2", - "quest_title_quest_poryt_evolve_b": "Evolve {{amount_0}} Porygon", - "quest_title_quest_poryt_evolve_s1": "Evolve {{amount_0}} Porygon2", - "quest_title_quest_power_up_dragon_plural": "Power up Dragon-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_fire_ice": "Power up Fire- or Ice-type Pokémon 5 times", - "quest_title_quest_power_up_grass_ghost": "Power up Grass- or Ghost-type Pokémon 5 times", - "quest_title_quest_power_up_legendary_plural": "Power up Legendary or Mythical Pokémon {{amount_0}} times", - "quest_title_quest_power_up_legendary_singular": "Power up a Legendary or Mythical Pokémon", - "quest_title_quest_power_up_max_plural": "Power up {{amount_0}} Pokémon to their max CP", - "quest_title_quest_power_up_max_singular": "Power up a Pokémon to its max CP", - "quest_title_quest_power_up_plural": "Power up Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_bug": "Power up Bug-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_dark": "Power up Dark-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_dragon": "Power up Dragon-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_electric": "Power up Electric-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_fairy": "Power up Fairy-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_fighting": "Power up Fighting-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_fire": "Power up Fire-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_flying": "Power up Flying-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_ghost": "Power up Ghost-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_grass": "Power up Grass-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_ground": "Power up Ground-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_ice": "Power up Ice-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_normal": "Power up Normal-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_poison": "Power up Poison-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_psychic": "Power up Psychic-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_rock": "Power up Rock-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_rock_fairy": "Power up Rock- or Fairy-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_steel": "Power up Steel-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_water": "Power up Water-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_poison_rock": "Power up Poison- or Rock-type Pokémon 5 times", - "quest_title_quest_power_up_singular": "Power up a Pokémon", - "quest_title_quest_power_up_singular_marshadow": "Power up Marshadow", - "quest_title_quest_power_up_water_normal": "Power up Normal- or Water-type Pokémon 5 times", - "quest_title_quest_primal_raid_victory_groudon": "Win a Primal Groudon raid", - "quest_title_quest_primal_raid_victory_kyogre": "Win a Primal Kyogre raid", - "quest_title_quest_primal_raid_victory_plural": "Win {{amount_0}} Primal Raids", - "quest_title_quest_primal_raid_victory_singular": "Win a Primal Raid", - "quest_title_quest_primal_reversion_plural": "Activate Primal Reversion {{amount_0}} times", - "quest_title_quest_primal_reversion_singular": "Activate Primal Reversion", - "quest_title_quest_primal_surge_candy": "Primal Surge: Earn a Candy walking with your buddy", - "quest_title_quest_primal_surge_catch": "Primal Surge: Catch 10 Pokémon", - "quest_title_quest_primal_surge_hatch": "Primal Surge: Hatch an Egg", - "quest_title_quest_primal_surge_power_ground": "Primal Surge: Power up Ground-type Pokémon 5 times", - "quest_title_quest_primal_surge_power_water": "Primal Surge: Power up Water-type Pokémon 5 times", - "quest_title_quest_primal_surge_raid": "Primal Surge: Win a raid", - "quest_title_quest_psychicspec_catch_abra_plural": "Catch {{amount_0}} Abra or Drowzee", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_psychicspec_evolve_plural": "Evolve {{amount_0}} Exeggcute or Slowpoke", - "quest_title_quest_quaxly_evolve_b": "Evolve a Quaxly", - "quest_title_quest_quaxwell_evolve_b": "Evolve a Quaxwell", - "quest_title_quest_quilava_evolve_b_plural": "Evolve {{amount_0}} Quilava", - "quest_title_quest_quilava_evolve_b_singular": "Evolve a Quilava", - "quest_title_quest_quilladin_evolve_b": "Evolve {{amount_0}} Quilladin", - "quest_title_quest_raboot_evolve": "Evolve a Raboot", - "quest_title_quest_raid_friend_singular": "Raid with a friend", - "quest_title_quest_raid_t5_win": "Win a five-star raid", - "quest_title_quest_raid_with_buddy_plural": "Battle in {{amount_0}} raids with your buddy", - "quest_title_quest_raid_with_buddy_singular": "Battle in a raid with your buddy", - "quest_title_quest_reach_hoenn_gold": "Earn a gold Hoenn medal", - "quest_title_quest_reach_johto_gold": "Earn a gold Johto medal", - "quest_title_quest_reach_kanto_gold": "Earn a gold Kanto medal", - "quest_title_quest_reach_kanto_silver": "Earn a silver Kanto medal", - "quest_title_quest_reach_level": "Reach level {{amount_0}}", - "quest_title_quest_referral_initial_milestone": "Logged in to Pokémon GO", - "quest_title_quest_remove_bonus_challenge_desc": "You’ll receive another task tomorrow.", - "quest_title_quest_reward_desc_1": "Collect stamps to unlock Research Breakthroughs from Professor Willow!", - "quest_title_quest_reward_desc_2": "Next Breakthrough in", - "quest_title_quest_reward_desc_3_plural": "{{amount_0}} more stamps!", - "quest_title_quest_reward_desc_3_singular": "{{amount_0}} more stamp!", - "quest_title_quest_reward_encounter_later": "Later", - "quest_title_quest_reward_encounter_uses_ar": "You must be in AR mode to catch this Pokémon.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "A mysterious Pokémon has appeared!", - "quest_title_quest_reward_start_encounter": "Start Encounter", - "quest_title_quest_rocket_battle_plural": "Battle {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rocket_battle_win_plural": "Defeat {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rocket_battle_win_singular": "Defeat a Team GO Rocket Grunt", - "quest_title_quest_rocket_catch_shadow_singular": "Catch a Shadow Pokémon", - "quest_title_quest_rocket_evolve_plural": "Evolve {{amount_0}} Pokémon", - "quest_title_quest_rocket_leader_battle_win_singular": "Defeat a Team GO Rocket Leader", - "quest_title_quest_rocket_power_up_plural": "Power up Pokémon {{amount_0}} times", - "quest_title_quest_rocket_purify_dark_plural": "Purify {{amount_0}} Dark-type Shadow Pokémon", - "quest_title_quest_rocket_purify_fire_plural": "Purify {{amount_0}} Fire-type Shadow Pokémon", - "quest_title_quest_rocket_purify_plural": "Purify {{amount_0}} Shadow Pokémon", - "quest_title_quest_rocket_purify_type_singular": "Purify a Fire-, Water-, or Grass-type Shadow Pokémon", - "quest_title_quest_rocket_rescue_shadow_plural": "Rescue {{amount_0}} Shadow Pokémon", - "quest_title_quest_rocket_shadow_plural": "Catch {{amount_0}} Shadow Pokémon", - "quest_title_quest_rockethq1_arlo_win": "Defeat Team GO Rocket Leader Arlo", - "quest_title_quest_rockethq1_arlo_win_plural": "Defeat Team GO Rocket Leader Arlo {{amount_0}} times", - "quest_title_quest_rockethq1_battle_boss": "Battle the Team GO Rocket Boss", - "quest_title_quest_rockethq1_catch_legendary_shadow": "Catch a Legendary Shadow Pokémon", - "quest_title_quest_rockethq1_catch_shadow1": "Catch {{amount_0}} Shadow Pokémon", - "quest_title_quest_rockethq1_cliff_win": "Defeat Team GO Rocket Leader Cliff", - "quest_title_quest_rockethq1_cliff_win_plural": "Defeat Team GO Rocket Leader Cliff {{amount_0}} times", - "quest_title_quest_rockethq1_defeat_boss": "Defeat the Team GO Rocket Boss", - "quest_title_quest_rockethq1_find_boss": "Find the Team GO Rocket Boss", - "quest_title_quest_rockethq1_grunt_win1": "Defeat {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rockethq1_grunt_win2": "Defeat {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rockethq1_leader_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", - "quest_title_quest_rockethq1_leaders_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", - "quest_title_quest_rockethq1_purify": "Purify {{amount_0}} Shadow Pokémon", - "quest_title_quest_rockethq1_raid_win": "Win {{amount_0}} raids", - "quest_title_quest_rockethq1_sierra_win": "Defeat Team GO Rocket Leader Sierra", - "quest_title_quest_rockethq1_sierra_win_plural": "Defeat Team GO Rocket Leader Sierra {{amount_0}} times", - "quest_title_quest_rockethq1_spin": "Spin {{amount_0}} PokéStops", - "quest_title_quest_rockethq1_spin_row": "Spin a PokéStop {{amount_0}} days in a row", - "quest_title_quest_rockethq1_supereffective": "Use {{amount_0}} supereffective Charged Attacks in Gym battles", - "quest_title_quest_rockethq1_trainerbattle_win": "Win {{amount_0}} Great League Trainer Battles against another Trainer", - "quest_title_quest_roggenrola_catch_b": "Catch {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_evolve_b": "Evolve {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_snapshot_b": "Take {{amount_0}} snapshots of Roggenrola", - "quest_title_quest_roset_catch_b": "Catch {{amount_0}} Roselia", - "quest_title_quest_roset_evolve_b": "Evolve {{amount_0}} Roselia", - "quest_title_quest_rowlet_catch_b": "Catch {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_plural": "Evolve {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_singular": "Evolve {{amount_0}} Rowlet", - "quest_title_quest_rowlet_snapshot_b": "Take a snapshot of {{amount_0}} Rowlet", - "quest_title_quest_sandt_catch_b": "Catch {{amount_0}} Sandshrew", - "quest_title_quest_sandt_evolve_b": "Evolve {{amount_0}} Sandshrew", - "quest_title_quest_scorbunny_evolve": "Evolve a Scorbunny", - "quest_title_quest_send_gifts_daily_row": "Send Gifts {{amount_0}} Days in a Row", - "quest_title_quest_send_gifts_plural": "Send {{amount_0}} Gifts to friends", - "quest_title_quest_send_gifts_singular": "Send a Gift to a friend", - "quest_title_quest_send_gifts_sticker_plural": "Send {{amount_0}} Gifts and add a sticker to each", - "quest_title_quest_send_gifts_sticker_singular": "Send a Gift with a sticker", - "quest_title_quest_shelgon_evolve_b_plural": "Evolve {{amount_0}} Shelgon", - "quest_title_quest_shelgon_evolve_b_singular": "Evolve a Shelgon", - "quest_title_quest_shint_catch_b": "Catch {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_b": "Evolve {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_s1": "Evolve {{amount_0}} Luxio", - "quest_title_quest_sinnoh_evolve_plural": "Evolve {{amount_0}} Pokémon to species originally discovered in the Sinnoh region", - "quest_title_quest_sinnoh_evolve_stone_plural": "Use a Sinnoh Stone to evolve {{amount_0}} Pokémon", - "quest_title_quest_sinnoh_medal_gold": "Earn a gold Sinnoh medal", - "quest_title_quest_sliggoo_evolve_b_plural": "Evolve {{amount_0}} Sliggoo", - "quest_title_quest_sliggoo_evolve_b_singular": "Evolve a Sliggoo", - "quest_title_quest_slowpoke_catch_b": "Catch {{amount_0}} Slowpoke or Galarian Slowpoke", - "quest_title_quest_slowpoke_evolve_b": "Evolve {{amount_0}} Slowpoke or Galarian Slowpoke", - "quest_title_quest_slowpoke_snapshot_b": "Take a snapshot of {{amount_0}} Slowpoke or Galarian Slowpoke", - "quest_title_quest_snapshot_ar_photo_safari": "Take a Snapshot with your Buddy at the PGO Tent", - "quest_title_quest_snapshot_bali": "Take a snapshot in Bali", - "quest_title_quest_snapshot_buddy": "Take a snapshot with your buddy", - "quest_title_quest_snapshot_bulbasaur": "Take a snapshot of Bulbasaur", - "quest_title_quest_snapshot_charmander": "Take a snapshot of Charmander", - "quest_title_quest_snapshot_chikorita": "Take a snapshot of your Chikorita", - "quest_title_quest_snapshot_cyndaquil": "Take a snapshot of your Cyndaquil", - "quest_title_quest_snapshot_genesect": "Take {{amount_0}} snapshots of Genesect", - "quest_title_quest_snapshot_hariyama": "Take a snapshot of your Hariyama", - "quest_title_quest_snapshot_hoopa_singular": "Take a snapshot of Hoopa", - "quest_title_quest_snapshot_jeju": "Take a snapshot on Jeju Island", - "quest_title_quest_snapshot_keldeo": "Take {{amount_0}} snapshots of Keldeo", - "quest_title_quest_snapshot_landorus": "Take a snapshot of Landorus", - "quest_title_quest_snapshot_machamp": "Take a snapshot of your Machamp", - "quest_title_quest_snapshot_okinawa": "Take a snapshot in Okinawa", - "quest_title_quest_snapshot_poison_grass_singular": "Take a snapshot of a wild Poison-type Pokémon", - "quest_title_quest_snapshot_regi_ice": "Take a snapshot of Regice", - "quest_title_quest_snapshot_regi_rock": "Take a snapshot of Regirock", - "quest_title_quest_snapshot_regi_steel": "Take a snapshot of Registeel", - "quest_title_quest_snapshot_scrafty": "Take a snapshot of your Scrafty", - "quest_title_quest_snapshot_singular": "Take a snapshot", - "quest_title_quest_snapshot_storage_bug_unique_plural": "Take snapshots of {{amount_0}} different Bug-type Pokémon that you caught", - "quest_title_quest_snapshot_storage_steel_unique_plural": "Take snapshots of {{amount_0}} different Steel-type Pokémon that you caught", - "quest_title_quest_snapshot_storage_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", - "quest_title_quest_snapshot_surabaya": "Take a snapshot in Surabaya", - "quest_title_quest_snapshot_thundurus": "Take a snapshot of Thundurus", - "quest_title_quest_snapshot_tornadus": "Take a snapshot of Tornadus", - "quest_title_quest_snapshot_totodile": "Take a snapshot of your Totodile", - "quest_title_quest_snapshot_unique_fire_pokemon": "Take snapshots of {{amount_0}} different Fire-type Pokémon", - "quest_title_quest_snapshot_unique_pokemon": "Take snapshots of {{amount_0}} different Pokémon", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Take a snapshot of Shinx, Blitzle, or Furfrou in the wild", - "quest_title_quest_snapshot_wild_bug_plural": "Take {{amount_0}} snapshots of wild Bug-type Pokémon", - "quest_title_quest_snapshot_wild_bug_unique_plural": "Take snapshots of {{amount_0}} different wild Bug-type Pokémon", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Take a snapshot of Butterfree, Shinx, or Blitzle in the wild", - "quest_title_quest_snapshot_wild_dark_plural": "Take {{amount_0}} snapshots of wild Dark-type Pokémon", - "quest_title_quest_snapshot_wild_dark_unique_plural": "Take snapshots of {{amount_0}} different wild Dark-type Pokémon", - "quest_title_quest_snapshot_wild_dragon_plural": "Take {{amount_0}} snapshots of wild Dragon-type Pokémon", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "Take snapshots of {{amount_0}} different wild Dragon-type Pokémon", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Take a snapshot of Chinchou, Finneon, or Ducklett in the wild", - "quest_title_quest_snapshot_wild_eevee": "Take a snapshot of Eevee in the wild", - "quest_title_quest_snapshot_wild_electric_plural": "Take {{amount_0}} snapshots of wild Electric-type Pokémon", - "quest_title_quest_snapshot_wild_electric_unique_plural": "Take snapshots of {{amount_0}} different wild Electric-type Pokémon", - "quest_title_quest_snapshot_wild_entei": "Take a snapshot of Entei in the wild", - "quest_title_quest_snapshot_wild_fairy_plural": "Take {{amount_0}} snapshots of wild Fairy-type Pokémon", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Fairy-type Pokémon", - "quest_title_quest_snapshot_wild_fighting_plural": "Take {{amount_0}} snapshots of wild Fighting-type Pokémon", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "Take snapshots of {{amount_0}} different wild Fighting-type Pokémon", - "quest_title_quest_snapshot_wild_fire_plural": "Take {{amount_0}} snapshots of wild Fire-type Pokémon", - "quest_title_quest_snapshot_wild_fire_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-type Pokémon", - "quest_title_quest_snapshot_wild_flying_plural": "Take {{amount_0}} snapshots of wild Flying-type Pokémon", - "quest_title_quest_snapshot_wild_flying_unique_plural": "Take snapshots of {{amount_0}} different wild Flying-type Pokémon", - "quest_title_quest_snapshot_wild_frillish_absol": "Take a snapshot of Absol or Frillish in the wild", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Take a snapshot of Sandshrew, Geodude, or Cacnea in the wild", - "quest_title_quest_snapshot_wild_ghost_plural": "Take {{amount_0}} snapshots of wild Ghost-type Pokémon", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "Take snapshots of {{amount_0}} different wild Ghost-type Pokémon", - "quest_title_quest_snapshot_wild_grass_plural": "Take {{amount_0}} snapshots of wild Grass-type Pokémon", - "quest_title_quest_snapshot_wild_grass_singular": "Take a snapshot of a wild Grass-type Pokémon", - "quest_title_quest_snapshot_wild_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Grass-type Pokémon", - "quest_title_quest_snapshot_wild_ground_plural": "Take {{amount_0}} snapshots of wild Ground-type Pokémon", - "quest_title_quest_snapshot_wild_ground_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-type Pokémon", - "quest_title_quest_snapshot_wild_hoothoot": "Take a snapshot of Hoothoot in the wild", - "quest_title_quest_snapshot_wild_ice_plural": "Take {{amount_0}} snapshots of wild Ice-type Pokémon", - "quest_title_quest_snapshot_wild_ice_singular": "Take a snapshot of a wild Ice-type Pokémon", - "quest_title_quest_snapshot_wild_ice_unique_plural": "Take snapshots of {{amount_0}} different wild Ice-type Pokémon", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Take a snapshot of Metapod, Aipom, or Lotad in the wild", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Take a snapshot of Chinchou, Luvdisc, or Finneon in the wild", - "quest_title_quest_snapshot_wild_mareanie_singluar": "Take a snapshot of Mareanie in the wild", - "quest_title_quest_snapshot_wild_normal_plural": "Take {{amount_0}} snapshots of wild Normal-type Pokémon", - "quest_title_quest_snapshot_wild_normal_unique_plural": "Take snapshots of {{amount_0}} different wild Normal-type Pokémon", - "quest_title_quest_snapshot_wild_plural": "Take {{amount_0}} snapshots of wild Pokémon", - "quest_title_quest_snapshot_wild_poison_plural": "Take {{amount_0}} snapshots of wild Poison-type Pokémon", - "quest_title_quest_snapshot_wild_poison_unique_plural": "Take snapshots of {{amount_0}} different wild Poison-type Pokémon", - "quest_title_quest_snapshot_wild_psychic_plural": "Take {{amount_0}} snapshots of wild Psychic-type Pokémon", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "Take snapshots of {{amount_0}} different wild Psychic-type Pokémon", - "quest_title_quest_snapshot_wild_raikou": "Take a snapshot of Raikou in the wild", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-, Rock-, or Fairy-type Pokémon", - "quest_title_quest_snapshot_wild_rock_plural": "Take {{amount_0}} snapshots of wild Rock-type Pokémon", - "quest_title_quest_snapshot_wild_rock_unique_plural": "Take snapshots of {{amount_0}} different wild Rock-type Pokémon", - "quest_title_quest_snapshot_wild_singular": "Take a snapshot of a wild Pokémon", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Take a snapshot of Dodrio, Mantine, or Skarmory in the wild", - "quest_title_quest_snapshot_wild_skitty_kirlia": "Take a snapshot of Kirlia or Skitty in the wild", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Take a snapshot of Sneasel, Croagunk, or Frillish in the wild", - "quest_title_quest_snapshot_wild_steel_plural": "Take {{amount_0}} snapshots of wild Steel-type Pokémon", - "quest_title_quest_snapshot_wild_steel_unique_plural": "Take snapshots of {{amount_0}} different wild Steel-type Pokémon", - "quest_title_quest_snapshot_wild_suicune": "Take a snapshot of Suicune in the wild", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Take a snapshot of Sandshrew, Trapinch, or Cacnea in the wild", - "quest_title_quest_snapshot_wild_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-, Water-, or Grass-type Pokémon", - "quest_title_quest_snapshot_wild_water_plural": "Take {{amount_0}} snapshots of wild Water-type Pokémon", - "quest_title_quest_snapshot_wild_water_singular": "Take a snapshot of wild Water-type Pokémon", - "quest_title_quest_snapshot_wild_water_unique_plural": "Take snapshots of {{amount_0}} different wild Water-type Pokémon", - "quest_title_quest_snapshot_yogyakarta": "Take a snapshot in Yogyakarta", - "quest_title_quest_snapshots_inarow_plural": "Take a snapshot of a Pokémon {{amount_0}} days in a row", - "quest_title_quest_snapshots_plural": "Take {{amount_0}} snapshots", - "quest_title_quest_snapshots_your_plural": "Take {{amount_0}} snapshots of your Pokémon", - "quest_title_quest_snapshots_your_singular": "Take a snapshot of one of your Pokémon", - "quest_title_quest_snivt_catch_b": "Catch {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_b": "Evolve {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_s1": "Evolve {{amount_0}} Servine", - "quest_title_quest_sobble_evolve": "Evolve a Sobble", - "quest_title_quest_sphet_catch_b": "Catch {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_b": "Evolve {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_s1": "Evolve {{amount_0}} Sealeo", - "quest_title_quest_spin_151": "Spin 151 PokéStops or Gyms", - "quest_title_quest_spin_daysinarow": "Visit PokéStops {{amount_0}} days in a row", - "quest_title_quest_spin_go_tour_habitat_01": "Spin {{amount_0}} PokéStops or Gyms in the Seaside Metropolis habitat", - "quest_title_quest_spin_go_tour_habitat_02": "Spin {{amount_0}} PokéStops or Gyms in the Entangled Ruins habitat", - "quest_title_quest_spin_go_tour_habitat_03": "Spin {{amount_0}} PokéStops or Gyms in the Bubbling Mire habitat", - "quest_title_quest_spin_go_tour_habitat_04": "Spin {{amount_0}} PokéStops or Gyms in the Mountain Hot Spring habitat", - "quest_title_quest_spin_go_tour_spiritomb_plural": "Spin {{amount_0}} different Spiritomb PokéStops", - "quest_title_quest_spin_go_tour_spiritomb_singular": "Spin a Spiritomb PokéStop", - "quest_title_quest_spin_mexico_plural": "Spin {{amount_0}} PokéStops in Mexico", - "quest_title_quest_spin_mexico_singular": "Spin a PokéStop in Mexico", - "quest_title_quest_spin_pokestop_days": "Visit PokéStops on {{amount_0}} different days", - "quest_title_quest_spin_ultra_wormhole_gym": "Spin the Gym marked “Ultra Wormhole”", - "quest_title_quest_spin_wcs_2024": "Spin 10 PokéStops or Gyms at the Hawaiʻi Convention Center", - "quest_title_quest_sprigatito_evolve_b": "Evolve a Sprigatito", - "quest_title_quest_squirtle_catch_b": "Catch {{amount_0}} Squirtle", - "quest_title_quest_squirtle_evolve_b": "Evolve {{amount_0}} Squirtle", - "quest_title_quest_squirtle_snapshot_b": "Take {{amount_0}} snapshots of Squirtle", - "quest_title_quest_st_catch_s": "Catch 15 Seedot", - "quest_title_quest_st_evolve_n": "Evolve a Nuzleaf", - "quest_title_quest_st_evolve_s": "Evolve 3 Seedot", - "quest_title_quest_stardust_plural": "Earn {{amount_0}} Stardust", - "quest_title_quest_starly_catch_b": "Catch {{amount_0}} Starly", - "quest_title_quest_starly_evolve_b": "Evolve {{amount_0}} Starly", - "quest_title_quest_starly_snapshot_b": "Take {{amount_0}} snapshots of Starly", - "quest_title_quest_start_battle": "START BATTLE!", - "quest_title_quest_steenee_evolve_b_plural": "Evolve {{amount_0}} Steenee", - "quest_title_quest_steenee_evolve_b_singular": "Evolve a Steenee", - "quest_title_quest_streak_format": "{{amount_0}} DAY STREAK!", - "quest_title_quest_stuff_catch_b": "Catch {{amount_0}} Stufful", - "quest_title_quest_stuff_evolve_b": "Evolve {{amount_0}} Stufful", - "quest_title_quest_stuff_snapshot_b": "Take {{amount_0}} snapshots of Stufful in the wild", - "quest_title_quest_supereffective_charge_party_plural": "Use {{amount_0}} supereffective Charged Attacks while in a party", - "quest_title_quest_supereffective_charge_party_singular": "Use a supereffective Charged Attack while in a party", - "quest_title_quest_supereffective_charge_plural": "Use {{amount_0}} supereffective Charged Attacks", - "quest_title_quest_supereffective_charge_singular": "Use a supereffective Charged Attack", - "quest_title_quest_surskit_catch": "Catch {{amount_0}} Surskit", - "quest_title_quest_swabt_catch_b": "Catch {{amount_0}} Swablu", - "quest_title_quest_swabt_evolve_b": "Evolve {{amount_0}} Swablu", - "quest_title_quest_swinub_cdc_evolve_b": "Evolve {{amount_0}} Swinub", - "quest_title_quest_swinub_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Swinub", - "quest_title_quest_teddiursa_catch_b": "Catch {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_evolve_b": "Evolve {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_snapshot_b": "Take a snapshot of {{amount_0}} Teddiursa", - "quest_title_quest_template.display.branches#0.button_text_key": "Raids, Grunts, and Gyms!", - "quest_title_quest_template.display.branches#0.description_key": "By choosing this path, you’ll be given tasks related to challenging Gyms, raids, and Team GO Rocket members to earn rewards such as an encounter with Charizard and more.", - "quest_title_quest_template.display.branches#1.button_text_key": "GO Battle League!", - "quest_title_quest_template.display.branches#1.description_key": "By choosing this path, you’ll be challenged with tasks related to battling other Trainers to earn rewards such as an encounter with Charizard and more.", - "quest_title_quest_tepit_catch_b": "Catch {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_b": "Evolve {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_s1": "Evolve {{amount_0}} Pignite", - "quest_title_quest_thwackey_evolve": "Evolve a Thwackey", - "quest_title_quest_timburr_catch_b": "Catch {{amount_0}} Timburr", - "quest_title_quest_timburr_evolve_b": "Evolve {{amount_0}} Timburr", - "quest_title_quest_timburr_snapshot_b": "Take a snapshot of {{amount_0}} Timburr", - "quest_title_quest_time_remaining_day_plural": "{{amount_0}} days left to complete this Special Research", - "quest_title_quest_time_remaining_day_singular": "{{amount_0}} day left to complete this Special Research", - "quest_title_quest_togetic_catch_b": "Catch {{amount_0}} Togetic", - "quest_title_quest_togetic_evolve_b": "Evolve {{amount_0}} Togetic", - "quest_title_quest_togetic_snapshot_b": "Take a snapshot of {{amount_0}} Togetic", - "quest_title_quest_torracat_evolve_b_plural": "Evolve {{amount_0}} Torracat", - "quest_title_quest_torracat_evolve_b_singular": "Evolve a Torracat", - "quest_title_quest_trade_50km_plural": "Make {{amount_0}} trades with Pokémon caught at least 50 km apart", - "quest_title_quest_trade_100km_plural": "Make {{amount_0}} trades with Pokémon caught at least 100 km apart", - "quest_title_quest_trade_200km_plural": "Make {{amount_0}} trades with Pokémon caught at least 200 km apart", - "quest_title_quest_trade_300km_plural": "Make {{amount_0}} trades with Pokémon caught at least 300 km apart", - "quest_title_quest_trade_400km_plural": "Make {{amount_0}} trades with Pokémon caught at least 400 km apart", - "quest_title_quest_trade_500km_plural": "Make {{amount_0}} trades with Pokémon caught at least 500 km apart", - "quest_title_quest_trade_500km_singular": "Make a trade with Pokémon caught at least 500 km apart", - "quest_title_quest_trade_pikachu_plural": "Trade {{amount_0}} Pikachu", - "quest_title_quest_trade_plural": "Trade Pokémon {{amount_0}} times", - "quest_title_quest_trade_singular": "Trade a Pokémon", - "quest_title_quest_transfer_pidgey_plural": "Transfer {{amount_0}} Pidgey", - "quest_title_quest_transfer_pokemon_plural": "Transfer {{amount_0}} Pokémon", - "quest_title_quest_transfer_pokemon_singular": "Transfer a Pokémon", - "quest_title_quest_transfer_rock_or_poison_plural": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", - "quest_title_quest_transfer_rock_poison": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", - "quest_title_quest_transfer_type_bug_plural": "Transfer {{amount_0}} Bug-type Pokémon", - "quest_title_quest_transfer_type_dark_plural": "Transfer {{amount_0}} Dark-type Pokémon", - "quest_title_quest_transfer_type_dragon_plural": "Transfer {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_transfer_type_electric_plural": "Transfer {{amount_0}} Electric-type Pokémon", - "quest_title_quest_transfer_type_fairy_plural": "Transfer {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_transfer_type_fighting_plural": "Transfer {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_transfer_type_fire_plural": "Transfer {{amount_0}} Fire-type Pokémon", - "quest_title_quest_transfer_type_flying_plural": "Transfer {{amount_0}} Flying-type Pokémon", - "quest_title_quest_transfer_type_ghost_plural": "Transfer {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_transfer_type_grass_plural": "Transfer {{amount_0}} Grass-type Pokémon", - "quest_title_quest_transfer_type_ground_plural": "Transfer {{amount_0}} Ground-type Pokémon", - "quest_title_quest_transfer_type_ice_plural": "Transfer {{amount_0}} Ice-type Pokémon", - "quest_title_quest_transfer_type_normal_plural": "Transfer {{amount_0}} Normal-type Pokémon", - "quest_title_quest_transfer_type_poison_plural": "Transfer {{amount_0}} Poison-type Pokémon", - "quest_title_quest_transfer_type_psychic_plural": "Transfer {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_transfer_type_rock_plural": "Transfer {{amount_0}} Rock-type Pokémon", - "quest_title_quest_transfer_type_steel_plural": "Transfer {{amount_0}} Steel-type Pokémon", - "quest_title_quest_transfer_type_water_plural": "Transfer {{amount_0}} Water-type Pokémon", - "quest_title_quest_travel_routes_km_plural": "Walk {{amount_0}} km while traveling Routes", - "quest_title_quest_travel_routes_meters_plural": "Walk {{amount_0}} m while traveling Routes", - "quest_title_quest_tynamo_catch_b": "Catch {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_plural": "Evolve {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_singular": "Evolve a Tynamo", - "quest_title_quest_under_investigation": "Professor Willow is currently performing an investigation regarding this research. Check back for more details soon!", - "quest_title_quest_urd22_june_battle_gym": "Research Day: Battle in a Gym", - "quest_title_quest_urd22_june_battle_raid": "Research Day: Battle in a raid", - "quest_title_quest_urd22_june_beries": "Research Day: Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_urd22_june_catch_rock": "Research Day: Catch {{amount_0}} Rock-type Pokémon", - "quest_title_quest_urd22_june_catch_weather": "Research Day: Catch {{amount_0}} Pokémon with Weather Boost", - "quest_title_quest_urd22_june_curveball": "Research Day: Land {{amount_0}} Curveball Throws", - "quest_title_quest_urd22_june_curveball_row": "Research Day: Land {{amount_0}} Curveball Throws in a row", - "quest_title_quest_urd22_june_evolve_rock": "Research Day: Evolve {{amount_0}} Rock-type Pokémon", - "quest_title_quest_urd22_june_gift_sticker": "Research Day: Send {{amount_0}} Gifts with stickers", - "quest_title_quest_urd22_june_great": "Research Day: Land {{amount_0}} Great Throws", - "quest_title_quest_urd22_june_great_row": "Research Day: Land {{amount_0}} Great Throws in a row", - "quest_title_quest_urd22_june_nice": "Research Day: Land {{amount_0}} Nice Throws", - "quest_title_quest_urd22_june_nice_row": "Research Day: Land {{amount_0}} Nice Throws in a row", - "quest_title_quest_urd22_june_powerup": "Research Day: Power up a Pokémon {{amount_0}} times", - "quest_title_quest_urd22_june_snap_rock": "Research Day: Take a snapshot of a wild Rock-type Pokémon", - "quest_title_quest_urd22_june_spin_stops": "Research Day: Spin {{amount_0}} PokéStops", - "quest_title_quest_urd22_june_supereffective": "Research Day: Use a supereffective Charged Attack", - "quest_title_quest_ursaring_evolve_b": "Evolve {{amount_0}} Ursaring", - "quest_title_quest_use_any_potion": "Use any Potion on a Pokémon", - "quest_title_quest_use_charged_move_singular": "Use a supereffective Charged Attack", - "quest_title_quest_use_charged_tm": "Use a Charged TM", - "quest_title_quest_use_dai_plural": "Use {{amount_0}} Daily Adventure Incense", - "quest_title_quest_use_dai_singular": "Use one Daily Adventure Incense", - "quest_title_quest_use_fast_tm": "Use a Fast TM", - "quest_title_quest_use_hyper_potion": "Use a Hyper Potion on a Pokémon", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "Use {{amount_0}} Lure Modules while following Routes", - "quest_title_quest_use_lure_singular": "Use a Lure Module while following a Route", - "quest_title_quest_use_max_potion": "Use a Max Potion on a Pokémon", - "quest_title_quest_use_poffin": "Use a Poffin", - "quest_title_quest_use_rare_candy_plural": "Use {{amount_0}} Rare Candies", - "quest_title_quest_use_rare_candy_singular": "Use a Rare Candy", - "quest_title_quest_use_standard_charged_tm": "Use a Charged TM", - "quest_title_quest_use_standard_fast_tm": "Use a Fast TM", - "quest_title_quest_use_super_potion": "Use a Super Potion on a Pokémon", - "quest_title_quest_uxie_wild_snap": "Take a snapshot of Uxie in the wild", - "quest_title_quest_val19_catch_specific_plural": "Valentine’s Day: Catch {{amount_0}} Luvdisc", - "quest_title_quest_val19_catch_specific_singular": "Valentine’s Day: Catch a Chansey", - "quest_title_quest_visit_different_pokestops": "Spin {{amount_0}} different PokéStops", - "quest_title_quest_visit_pokestop_new_plural": "Spin {{amount_0}} PokéStops you haven't visited before", - "quest_title_quest_visit_pokestop_new_singular": "Spin a PokéStop you haven't visited before", - "quest_title_quest_visit_pokestops_party_plural": "Spin {{amount_0}} PokéStops or Gyms while in a party", - "quest_title_quest_visit_pokestops_plural": "Spin {{amount_0}} PokéStops or Gyms", - "quest_title_quest_visit_pokestops_singular": "Spin a PokéStop or Gym", - "quest_title_quest_visit_unique_pokestops_plural": "Spin {{amount_0}} different PokéStops or Gyms", - "quest_title_quest_wailmer_catch_b": "Catch {{amount_0}} Wailmer", - "quest_title_quest_waina_catch_great_ultra_plural": "Catch {{amount_0}} Pokémon in Great Balls or Ultra Balls using Pokémon GO Plus +", - "quest_title_quest_waina_catch_plural": "Catch {{amount_0}} Pokémon in Poké Balls using Pokémon GO Plus +", - "quest_title_quest_waina_sleep_days": "Track sleep using Pokémon GO Plus + for {{amount_0}} days", - "quest_title_quest_waina_sleep_days_singular": "Track sleep using Pokémon GO Plus + for 1 day", - "quest_title_quest_waina_spin_pokestop_plural": "Spin {{amount_0}} PokéStops using Pokémon GO Plus +", - "quest_title_quest_walk_25km_inaweek_plural": "Walk 25 km in one week using Adventure Sync {{amount_0}} times", - "quest_title_quest_walk_buddy_plural": "Earn {{amount_0}} Candies walking with your buddy", - "quest_title_quest_walk_buddy_singular": "Earn a Candy walking with your buddy", - "quest_title_quest_walk_eevee_for_evo": "Walk 10 km with Eevee as your buddy to earn Candy", - "quest_title_quest_walk_hgrowlithe_header_0": "Tails of Adventure", - "quest_title_quest_walk_km": "Walk {{amount_0}} km", - "quest_title_quest_walk_km_plural": "Walk {{amount_0}} km", - "quest_title_quest_walk_routes_plural": "Walk {{amount_0}} km while following Routes", - "quest_title_quest_walk_routes_singular": "Walk {{amount_0}} km while following Routes", - "quest_title_quest_walk_steps": "Walk {{amount_0}} steps", - "quest_title_quest_wartortle_evolve_b": "Evolve {{amount_0}} Wartortle", - "quest_title_quest_waterfestival_catch_feed_plural": "Water Festival: Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_waterfestival_catch_pokemon_plural": "Water Festival: Catch {{amount_0}} Pokémon", - "quest_title_quest_waterfestival_catch_special9_plural": "Water Festival: Catch {{amount_0}} Magikarp or Wailmer", - "quest_title_quest_waterfestival_catch_type_water_plural": "Water Festival: Catch {{amount_0}} Water-type Pokémon", - "quest_title_quest_waterfestival_evolve_plural": "Water Festival: Evolve {{amount_0}} Shellder", - "quest_title_quest_waterfestival_evolve_type_water_plural": "Water Festival: Evolve {{amount_0}} Water-type Pokémon", - "quest_title_quest_waterfestival_hatch_egg_singular": "Water Festival: Hatch an Egg", - "quest_title_quest_waterfestival_land_great_plural": "Water Festival: Make {{amount_0}} Great Throws", - "quest_title_quest_waterfestival_land_nice_plural": "Water Festival: Make {{amount_0}} Nice Throws", - "quest_title_quest_waterfestival_win_raid_singular": "Water Festival: Win a raid", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer bonus: Catch {{amount_0}} Pokémon", - "quest_title_quest_wcs_2024_catch_psychic_electric": "Catch {{amount_0}} Electric- or Psychic-type Pokémon", - "quest_title_quest_wcs_2024_snapshot_fairy": "Take {{amount_0}} snapshots of different wild Fairy-type Pokémon", - "quest_title_quest_wcs_2024_spin_00": "Spin the PokéStop at the Pokémon GO Zone", - "quest_title_quest_wcs_2024_spin_01": "Spin the PokéStop at the Play Lab", - "quest_title_quest_wcs_2024_spin_02": "Spin the PokéStop at the Collect & Trade Corner", - "quest_title_quest_weepinbell_evolve_b_plural": "Evolve {{amount_0}} Weepinbell", - "quest_title_quest_weepinbell_evolve_b_singular": "Evolve a Weepinbell", - "quest_title_quest_wimpod_catch_b": "Catch {{amount_0}} Wimpod", - "quest_title_quest_win_gym_plural": "Win {{amount_0}} Gym battles", - "quest_title_quest_win_gym_singular": "Win a Gym battle", - "quest_title_quest_win_raid_2_singular": "Win a two-star raid or higher", - "quest_title_quest_win_raid_3_plural": "Win {{amount_0}} three-star raids or higher", - "quest_title_quest_win_raid_3_singular": "Win a three-star raid or higher", - "quest_title_quest_win_raid_buddy_plural": "Win {{amount_0}} raids with your Buddy Pokémon", - "quest_title_quest_win_raid_buddy_singular": "Win a raid with your buddy", - "quest_title_quest_win_raid_lvl1_higher_singular": "Win a one-star raid or higher", - "quest_title_quest_win_raid_lvl1_singular": "Win a one-star raid", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Win {{amount_0}} raids using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Win a raid using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Win a three-star raid using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 2,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Win a three-star raid using only Pokémon with 2,500 CP or less", - "quest_title_quest_win_raid_party_plural": "Win {{amount_0}} raids while in a party", - "quest_title_quest_win_raid_party_singular": "Win a raid while in a party", - "quest_title_quest_win_raid_plural": "Win {{amount_0}} raids", - "quest_title_quest_win_raid_singular": "Win a raid", - "quest_title_quest_win_raid_unique_plural": "Win {{amount_0}} raids using a team of all unique Pokémon species", - "quest_title_quest_win_raid_unique_singular": "Win a raid using a team of all unique Pokémon species", - "quest_title_quest_win_raid_with_friend_plural": "Win {{amount_0}} raids with a friend", - "quest_title_quest_win_raid_with_friend_singular": "Win a raid with a friend", - "quest_title_quest_win_raids_unique_1500_plural": "Win {{amount_0}} raids with a team of different Pokémon at or below 1,500 CP", - "quest_title_quest_win_raids_unique_plural": "Win {{amount_0}} raids with a team of different Pokémon", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "Defeat a Team GO Rocket Leader using only Pokémon with 1500 CP or less", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 2,500 CP or less", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,000 CP or less", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,500 CP or less", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 4,000 CP or less", - "quest_title_quest_wooper_catch_b": "Catch {{amount_0}} Wooper or Paldean Wooper", - "quest_title_quest_wooper_evolve_b": "Evolve {{amount_0}} Wooper or Paldean Wooper", - "quest_title_quest_wooper_snapshot_b": "Take a snapshot of {{amount_0}} Wooper or Paldean Wooper", - "quest_title_quest_wt_catch_weedle": "Catch {{amount_0}} Weedle", - "quest_title_quest_wt_evolve_kakuna": "Evolve {{amount_0}} Kakuna", - "quest_title_quest_wt_evolve_weedle": "Evolve {{amount_0}} Weedle", - "quest_title_quest_xp_plural": "Earn {{amount_0}} XP", - "quest_title_quest_zigzagoon_catch_b": "Catch {{amount_0}} Galarian Zigzagoon", - "quest_title_quest_zigzagoon_evolve_b": "Evolve {{amount_0}} Galarian Zigzagoon", - "quest_title_quest_zigzagoon_snapshot_b": "Take {{amount_0}} snapshots of Galarian Zigzagoon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Caught 0 Pokémon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Caught {{amount_0}} Pokémon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "Caught 1 Pokémon", - "quest_title_score_1_10_11_12_singular": "Caught {{amount_0}} Fire-, Water-, or Grass-type Pokémon", - "quest_title_score_1_10_singular": "Caught {{amount_0}} Fire-type Pokémon", - "quest_title_score_1_11_singular": "Caught {{amount_0}} Water-type Pokémon", - "quest_title_score_1_12_singular": "Caught {{amount_0}} Grass-type Pokémon", - "quest_title_score_1_none": "Caught 0 Pokémon", - "quest_title_score_1_plural": "Caught {{amount_0}} Pokémon", - "quest_title_score_1_singular": "Caught 1 Pokémon", - "quest_title_score_6_plural": "Won {{amount_0}} raids", - "quest_title_score_6_singular": "Won 1 raid", - "quest_title_score_8_10_none": "Made 0 Nice Throws", - "quest_title_score_8_10_plural": "Made {{amount_0}} Nice Throws", - "quest_title_score_8_10_singular": "Made 1 Nice Throw", - "quest_title_score_8_11_none": "Made 0 Great Throws", - "quest_title_score_8_11_plural": "Made {{amount_0}} Great Throws", - "quest_title_score_8_11_singular": "Made 1 Great Throw", - "quest_title_score_8_12_none": "Made 0 Excellent Throws", - "quest_title_score_8_12_plural": "Made {{amount_0}} Excellent Throws", - "quest_title_score_8_12_singular": "Made 1 Excellent Throw", - "quest_title_score_8_13_none": "Made 0 Curveball Throws", - "quest_title_score_8_13_plural": "Made {{amount_0}} Curveball Throws", - "quest_title_score_8_13_singular": "Made 1 Curveball Throw", - "quest_title_score_11_701_none": "Used 0 Razz Berries", - "quest_title_score_11_701_plural": "Used {{amount_0}} Razz Berries", - "quest_title_score_11_701_singular": "Used 1 Razz Berry", - "quest_title_score_11_703_none": "Used 0 Nanab Berries", - "quest_title_score_11_703_plural": "Used {{amount_0}} Nanab Berries", - "quest_title_score_11_703_singular": "Used 1 Nanab Berry", - "quest_title_score_11_705_none": "Used 0 Pinap Berries", - "quest_title_score_11_705_plural": "Used {{amount_0}} Pinap Berries", - "quest_title_score_11_705_singular": "Used 1 Pinap Berry", - "quest_title_score_15_10_none": "Made 0 Nice Curveball Throws", - "quest_title_score_15_10_plural": "Made {{amount_0}} Nice Curveball Throws", - "quest_title_score_15_10_singular": "Made 1 Nice Curveball Throw", - "quest_title_score_15_11_none": "Made 0 Great Curveball Throws", - "quest_title_score_15_11_plural": "Made {{amount_0}} Great Curveball Throws", - "quest_title_score_15_11_singular": "Made 1 Great Curveball Throw", - "quest_title_score_15_12_none": "Made 0 Excellent Curveball Throws", - "quest_title_score_15_12_plural": "Made {{amount_0}} Excellent Curveball Throws", - "quest_title_score_15_12_singular": "Made 1 Excellent Curveball Throw", - "quest_title_score_22_none": "Completed 0 battles with team leaders", - "quest_title_score_22_plural": "Completed {{amount_0}} battles with team leaders", - "quest_title_score_22_singular": "Completed 1 battle with a team leader", - "quest_title_score_23_none": "Completed 0 GO Battle League battles", - "quest_title_score_23_plural": "Completed {{amount_0}} GO Battle League battles", - "quest_title_score_23_singular": "Completed 1 GO Battle League battle", - "quest_title_score_battle_raid_none": "Battled in 0 raids", - "quest_title_score_battle_raid_plural": "Battled in {{amount_0}} raids", - "quest_title_score_battle_raid_singular": "Battled in 1 raid", - "quest_title_score_catch_feed_none": "Used 0 Berries", - "quest_title_score_catch_feed_plural": "Used {{amount_0}} Berries", - "quest_title_score_catch_feed_singular": "Used 1 Berry", - "quest_title_score_catch_pokemon": "Caught {{amount_0}} Pokémon", - "quest_title_score_defeat_rocket_none": "Defeated 0 Team GO Rocket members", - "quest_title_score_defeat_rocket_plural": "Defeated {{amount_0}} Team GO Rocket members", - "quest_title_score_defeat_rocket_singular": "Defeated 1 Team GO Rocket member", - "quest_title_score_field_research_none": "Completed 0 Field Research tasks", - "quest_title_score_field_research_plural": "Completed {{amount_0}} Field Research tasks", - "quest_title_score_field_research_singular": "Completed 1 Field Research task", - "quest_title_score_send_gift_none": "Sent 0 Gifts to friends", - "quest_title_score_send_gift_plural": "Sent {{amount_0}} Gifts to friends", - "quest_title_score_send_gift_singular": "Sent 1 Gift to a friend", - "quest_title_score_spin_pokestop_none": "Spun 0 PokéStops", - "quest_title_score_spin_pokestop_plural": "Spun {{amount_0}} PokéStops", - "quest_title_score_spin_pokestop_singular": "Spun 1 PokéStop", - "quest_win_raid_plural": "Win {{amount}} raids", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Star Raid", - "raid_1_plural": "1 Star Raids", - "raid_2": "2 Star Raid", - "raid_2_plural": "2 Star Raids", - "raid_3": "3 Star Raid", - "raid_3_plural": "3 Star Raids", - "raid_4": "4 Star Raid", - "raid_4_plural": "4 Star Raids", - "raid_5": "Legendary Raid", - "raid_5_plural": "Legendary Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "Best in the Afternoon", - "route_tag_architecture": "Architecture", - "route_tag_art": "Art", - "route_tag_beachy": "Beachy", - "route_tag_bike_path": "Bike Path", - "route_tag_biking": "Good for Biking", - "route_tag_body_of_water": "Waterside", - "route_tag_buildings": "Lots of Buildings", - "route_tag_category_misc": "Miscellaneous", - "route_tag_category_nearby": "Nearby", - "route_tag_category_suitability": "Suitability", - "route_tag_category_terrain": "Terrain", - "route_tag_category_theme": "Theme", - "route_tag_city_life": "City Life", - "route_tag_culture": "Culture", - "route_tag_easy_going": "Relaxed", - "route_tag_flat": "Flat", - "route_tag_foliage": "Lots of Foliage", - "route_tag_food": "Food", - "route_tag_grassy": "Grassy", - "route_tag_hilly": "Hilly", - "route_tag_historic": "Historic", - "route_tag_intense": "Intense", - "route_tag_morning": "Best in the Morning", - "route_tag_muddy": "Muddy", - "route_tag_nature": "Nature", - "route_tag_night": "Best at Night", - "route_tag_no_parking": "No Parking Nearby", - "route_tag_no_people": "Not Many People", - "route_tag_open_space": "Lots of Open Space", - "route_tag_parking": "Parking Nearby", - "route_tag_parks_nearby": "Parks Nearby", - "route_tag_partially_paved": "Partially Paved Path", - "route_tag_paved": "Paved Path", - "route_tag_people": "Lots of People", - "route_tag_pets": "Pet-Friendly", - "route_tag_plenty_pokestops": "Lots of PokéStops", - "route_tag_public_transport": "Near Public Transport", - "route_tag_raid_friendly": "Lots of Gyms", - "route_tag_rainy_day": "Good for a Rainy Day", - "route_tag_rocky": "Rocky", - "route_tag_running": "Good for Running", - "route_tag_sandy": "Sandy", - "route_tag_seasonal": "Seasonal", - "route_tag_sightseeing": "Sightseeing", - "route_tag_stroller": "Stroller-Accessible", - "route_tag_sunny_day": "Good for a Sunny Day", - "route_tag_tree_cover": "Tree Cover", - "route_tag_unpaved": "Unpaved Path", - "route_tag_views": "Great Views", - "route_tag_walking": "Good for Walking", - "route_tag_wheelchair": "Wheelchair Accessible", - "route_tag_wildlife": "Lots of Wildlife", - "route_tag_woodsy": "Woodsy", - "route_tags_label": "TAGS", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "Shadow", - "team_1": "Mystic", - "team_2": "Valor", - "team_3": "Instinct", - "team_a_0": "No Team", - "team_a_1": "Team Mystic", - "team_a_2": "Team Valor", - "team_a_3": "Team Instinct", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "Extreme", - "weather_1": "Clear", - "weather_2": "Rain", - "weather_3": "Partly Cloudy", - "weather_4": "Cloudy", - "weather_5": "Windy", - "weather_6": "Snow", - "weather_7": "Fog", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁", - "e1": "1-Star Eggs", - "e2": "2-Star Eggs", - "e3": "3-Star Eggs", - "e4": "4-Star Eggs", - "e5": "Legendary Eggs", - "e6": "Mega Eggs", - "scanAreas_subtitle": "Toont beschikbare scan gebieden polygons", - "selected_areas": "{{amount}} Area Selected", - "selected_areas_plural": "{{amount}} Areas Selected", - "raids_or": "Filter Raid Bosses apart van Raids" -} diff --git a/client/public/locales/pl/translation.json b/client/public/locales/pl/translation.json deleted file mode 100644 index 264a6a538..000000000 --- a/client/public/locales/pl/translation.json +++ /dev/null @@ -1,6004 +0,0 @@ -{ - "login": "Login", - "click_once": "Kliknij 'Autoryzuj' tylko raz", - "save": "Zapisz", - "reset": "Zresestuj", - "close": "Zamknij", - "reset_filters": "Zresetuj filtry", - "pokemon_filters": "Ustawienia filtrów Pokémonów", - "gyms_filters": "Ustawienia filtrów gymów", - "pokestops_filters": "Ustawienia filtrów Pokéstopów", - "nests_filters": "Ustawienia filtrów nestów", - "help": "Pomoc", - "apply_to_all": "Zastosuj do wszystkich", - "disable_all": "Wyłącz wszystkie", - "enable_all": "Włącz wszystkie", - "enabled": "Włączone", - "legacy": "Legacy", - "id": "ID", - "location": "Lokalizacja", - "search_pokemon": "Szukaj Pokémonów", - "search_nests": "Szukaj nestów", - "search_gyms": "Szukaj gymów", - "search_pokestops": "Szukaj Pokéstopów", - "search_raids": "Szukaj raidów", - "search_eggs": "Szukaj jajek", - "search_quests": "Szukaj zadań", - "search_lures": "Szukaj lurów", - "search_invasions": "Szukaj inwazji", - "sm": "SM", - "md": "MD", - "lg": "LG", - "xl": "XL", - "min": "Min", - "max": "Max", - "set_size": "Ustaw rozmiar ikon", - "slot_selection": "Wybór szczeliny", - "generations": "Generacje", - "types": "Typy", - "forms": "Formy", - "rarity": "Rzadkość", - "others": "Inne", - "categories": "Kategorie", - "rank": "Rank", - "slider_iv": "Zakres IV", - "slider_great": "Great League", - "slider_ultra": "Ultra League", - "slider_little": "Little Cup", - "slider_atk_iv": "Atak", - "slider_def_iv": "Obrona", - "slider_sta_iv": "Stamina", - "slider_level": "Poziom", - "slider_size": "Rozmiar", - "abbreviation_level": "L", - "lvl": "LVL", - "cap": "Cap", - "custom": "Dostosowany", - "valid": "Poprawny", - "invalid": "Niepoprawny!", - "overwrites": "Nadpisuje wszystkie filtry", - "valid_filter": "Filtr statystyk poprawny", - "invalid_filter": "Wprowadź poprawny filtr", - "gyms": "Gymy", - "nests": "Nesty", - "pokestops": "Pokéstopy", - "pokemon": "Pokémony", - "wayfarer": "Wayfarer", - "scan_areas": "Skanowane obszary", - "s2cells": "Komórki S2", - "weather": "Pogoda", - "admin": "Inne", - "settings": "Ustawienia", - "advanced": "Zaawansowane", - "tile_servers": "Serwer kafelków", - "icons": "Ikony", - "navigation": "Nawigacja", - "drawer": "Menu nawigacyjne", - "tile_servers_default": "Domyślny", - "drawer_temporary": "Tymaczsowe", - "drawer_persistent": "Stałe", - "locale_selection": "Wybór języka", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "Importuj", - "export": "Eksportuj", - "logout": "Wyloguj", - "local_storage_cleared": "Lokalna pamięć została wyczyszczona!", - "iv_or_filter": "IV OR Filtr", - "polygons": "Obszary", - "raids": "Raidy", - "ex_eligible": "EX Gymy", - "in_battle": "W trakcie walki", - "all_pokestops": "Wszystkie Pokéstopy", - "lures": "Lury", - "quests": "Zadania", - "invasions": "Inwazje", - "portals": "Portale", - "submission_cells": "Komórki do zgłoszenia", - "spawnpoint": "Spawnpoint", - "spawnpoints": "Spawnpointy", - "s2_cell_level": "Poziom {{level}} S2 Cell", - "total_count": "Całkowita ilość", - "next_submission": "Kolejne zgłoszenie!", - "never": "Nigdy", - "next_gym": "Kolejny gym", - "scan_cells": "Komórki S2", - "devices": "Urządzenia", - "use_my_location": "Użyj bieżącej lokalizacji", - "submit_feedback_title": "Prześlij komentarz / Zgłoś błąd", - "use_the_link_below": "Możesz użyć poniższego linka aby przesłać opinię lub zgłosić napotkane błędy.", - "feedback_to_devs": "Opinia przesyłana jest bezpośrednio do programistów.", - "feedback_form": "Formularz zgłoszenia", - "unknown_pokestop": "Nieznana nazwa Pokéstopu", - "unknown_gym": "Nieznana nazwa gymu", - "exclude": "Wyklucz", - "exclude_quest": "Wyklucz zadanie", - "exclude_invasion": "Wyklucz inwazję", - "exclude_team": "Wyklucz drużynę", - "exclude_raid": "Wyklucz raid", - "exclude_lure": "Wyklucz lura", - "timer": "Licznik", - "hide": "Ukryj", - "tier": "Poziom", - "slots": "Miejsc", - "mega": "Mega", - "form": "Forma", - "starts": "Początek", - "ends": "Koniec", - "defender": "Obrońca", - "best_buddy": "Najlepszy przyjaciel", - "cp": "CP", - "kilogram": "kg", - "meter": "m", - "total_cp": "Całkowite CP", - "first_seen": "Pierwotnie widziany", - "last_seen": "Ostatnio widziany", - "last_modified": "Ostatnio zmodyfikowany", - "last_updated": "Ostatnio zaktualizowany", - "imported": "Zaimportowany", - "nest_estimated": "Dane nestu są szacunkowe!", - "verify_nests": "Potwierdź sprawdzając aktualne spawny", - "nest_out_of_date": "Nest może być nieaktualny", - "nest_check_current": "Sprawdź aktualne spawny", - "spawns_per_hour": "Spawny/h", - "teams": "Drużyny", - "eggs": "Jajka", - "reverse": "Odwrotne", - "selected": "Zaznaczone", - "unselected": "Niezaznaczone", - "only_available": "Dostępne", - "common": "Pospolity", - "uncommon": "Rzadziej spotykany", - "rare": "Rzadki", - "ultra_rare": "Bardzo rzadki", - "regional": "Regionalny", - "event": "Event", - "legendary": "Legendarne", - "mythical": "Normalne", - "ultra_beast": "Ultra Beast", - "alt_forms": "Alternatywne", - "alola": "Alola", - "galarian": "galarian", - "showing": "Widoczne", - "instance": "Instancja", - "online": "Online", - "offline": "Offline", - "boosted_types": "Typy na booście", - "pokemon_options": "Opcje Pokémonów", - "pokestops_options": "Opcje Pokéstopów", - "gyms_options": "Opcje gymów", - "nests_options": "Opcje nestów", - "wayfarer_options": "Opcje Wayfarer", - "admin_options": "Inne opcje", - "weather_options": "Opcje Pogody", - "s2cells_options": "Opcje komórek S2", - "clustering": "Scalanie", - "glow": "Poświata", - "legacy_filter": "Stary filtr", - "raid_timers": "Licznik czasu wszystkich raidów", - "invasion_timers": "Licznik czasu wszystkich inwazji", - "lure_timers": "Licznik czasu wszystkich lurów", - "device_path_color": "Kolor ścieżki urządzenia", - "old_portals": "Stare portale", - "new_portals": "Nowe portale", - "items": "Przedmioty", - "energy": "Energia", - "ar_eligible": "Zadania AR", - "iv_circles": "Znaczniki IV", - "min_iv_circle": "Minimalne IV znacznika", - "interaction_ranges": "Okręgi interakcji", - "cannot_connect": "Nie można połączyć się z serwerem w tej chwili.\nNatychmiastowa ponowna próba spowoduje tylko więcej problemów.\nProszę spróbować ponownie za kilka minut.\n\n- Administracja", - "mad_quest_text": "Natywne zadania", - "xs": "xs", - "primary": "Podstawowe", - "secondary": "Rozszerzone", - "zero_iv": "0% IV", - "hundo_iv": "100% IV", - "open_menu": "Otwórz menu", - "zoom_in": "Przybliż", - "zoom_out": "Oddal", - "welcome": "Witaj w", - "back": "Wstecz", - "next": "Dalej", - "finish": "Zakończ", - "start_tutorial": "Samouczek początkowy", - "view_profile": "Zobacz profil", - "login_optional": "Login (opcjonalnie)", - "tutorial": "Samouczek", - "tutorial_language": "Wybierz język", - "tutorial_welcome": "To jest interaktywny samouczek i możesz śmiało korzystać ze wszystkich dostępnych opcji", - "tutorial_categories": "Kategorie do których masz dostęp", - "tutorial_logged_in": "Możesz zobaczyć szczegóły dotyczące uprawnień na swoim profilu.", - "tutorial_logged_out": "Możesz zobaczyć szczegóły dotyczące uprawnień po zalogowaniu.", - "tutorial_sidebar_0": "Tutaj są wszystkie Twoje filtry i ustawienia", - "tutorial_sidebar_1": "Używając suwaków możesz wybrać dokładnie te dane z wybranej kategorii, których potrzebujesz", - "tutorial_sidebar_2": "Opcje: Dodatkowe dostosowanie\nZaawansowane: Zostanie omówione w dalszej części tego samouczka", - "tutorial_sliders_0": "Użyj suwaków aby dostosować filtry", - "tutorial_sliders_1": "Pokémony pomiędzy:", - "tutorial_sliders_2": "- IV od {{iv0}}% do {{iv1}}%", - "tutorial_sliders_3": "Poziom od {{level0}} do {{level1}}", - "tutorial_sliders_3alt": "- ORAZ Poziom od {{level0}} do {{level1}}", - "tutorial_sliders_4": "- Ranking Great League od {{gl0}} do {{gl1}}", - "tutorial_sliders_4alt": "- ALBO Ranking Great League od {{gl0}} do {{gl1}}", - "tutorial_sliders_5": "- Ranking Ultra League od {{ul0}} do {{ul1}}", - "tutorial_sliders_5alt": "- ALBO Ranking Ultra League od {{ul0}} do {{ul1}}", - "tutorial_sliders_6": "Łączy się z innymi tego samego koloru", - "tutorial_sliders_7": "Filtruje oddzielnie od pozostałych suwaków", - "tutorial_sliders_8": "'Pełen' suwak oznacza, że jest nieaktywny:", - "tutorial_sliders_9": "Wszystkie spawny, niezależnie od tego, czy posiadają IV czy nie", - "tutorial_help": "Skrót do tego menu", - "tutorial_adv_filter": "Tylko dla urządzeń mobilnych, otwiera opcje filtrowania w menu zaawansowanym", - "tutorial_tune": "Ustawia filtr zaawansowany dla wszystkich Pokémonów obecnie filtrowanych w menu", - "tutorial_format_size": "Ustawia rozmiar ikony dla wszystkich pozycji obecnie filtrowanych w menu", - "tutorial_check": "Włącza wszystkie pozycje obecnie filtrowane w menu", - "tutorial_clear": "Wyłącza wszystkie pozycje obecnie filtrowane w menu", - "tutorial_save": "Zapisuje wybrane Pokémony i zamyka okno", - "tutorial_show_all_view": "Przełącza Pokéstopy i gymy", - "tutorial_show_pokemon_view": "Przełącza Pokémony", - "tutorial_toggle": "Kliknięcię w krzyżyk / X przełącza element", - "tutorial_pokemon_caption": "Ta ikona pozwala na ustawienie filtrów dla konkretnego Pokémona", - "tutorial_all_caption": "Drużyny mają dostęp do specjalnego menu slotowego\nWszystkie pozostałe przedmioty pozwalają na zmianę rozmiaru ikony", - "tutorial_popup_0": "Okienka pop-up są teraz interaktywne!", - "tutorial_popup_1": "Trzy kropki otwierają opcje ukryj, wyklucz lub przełącz licznik czasu", - "tutorial_popup_2": "Ikony po obydwu stronach linku nawigacyjnego rozwijają się pokazując dodatkowe informacje, wypróbuj jak to działa!", - "tutorial_popup_3": "Ikony w każdej kategorii różnią się, upewnij się, że wypróbujesz wszystkie", - "tutorial_closing_0": "Dodatkowe informacje", - "tutorial_closing_1": "Ogólne suwaki Pokémonów na pasku bocznym działają oddzielnie od menu zaawansowanego i nie mają na siebie wpływu", - "tutorial_closing_2": "Nie zapomnij sprawdzić sekcji ustawień w menu nawigacyjnym", - "tutorial_closing_3": "Istnieje mnóstwo opcji wizualnych dostępnych dla każdej kategorii, ale im więcej z nich pojawi się na Twojej mapie, tym większe będzie prawdopodobieństwo, że mapa będzie działać wolno lub się zawiesi", - "tutorial_closing_4": "Mozesz ponownie obejrzeć samouczek wybierając go w panelu ustawień w menu nawigacyjnym", - "tutorial_closing_5": "Uważaj na siebie i powodzenia!", - "intro": "Wprowadzenie", - "sidebar": "Pasek boczny", - "sliders": "Suwaki", - "popups": "Pop-upy", - "closing": "Zamykanie", - "shortcuts": "Skróty", - "iv": "IV", - "area_restrictions": "Restrykcje obszarów", - "map": "Mapa", - "stats": "Statystyki", - "pvp": "PvP", - "area_restrictions_subtitle": "Masz dostęp do następujących obszarów", - "devices_subtitle": "Pokazuje lokalizacje i trasy aktywnych urządzeń", - "gyms_subtitle": "Pokazuje lokalizację wszystkich aktywnych gymów, aktywne drużyny oraz ilosć dostępnych slotów", - "invasions_subtitle": "Pokazuje informacje o inwazji Zespołu R, włącznie z Pokémonami wystawionymi do walki oraz nagrodami, które możesz otrzymać", - "iv_subtitle": "Pokazuje IV w procentach oraz opcje poświaty", - "lures_subtitle": "Pokazuje informacje o lurach, włącznie z typem oraz czasem zakończenia lura", - "map_subtitle": "Pokazuje mapę", - "nests_subtitle": "Pokazuje obecnie nestujące Pokémony oraz powierzchnie nestów", - "pokemon_subtitle": "Pokazuje lokalizacje Pokémonów oraz czas ich zniknięcia", - "pokestops_subtitle": "Pokazuje lokalizacje wszystkich Pokéstopów", - "portals_subtitle": "Pokazuje portale z Ingress", - "pvp_subtitle": "Pokazuje rangę PVP/CP/informację o poziomie każdego Pokémona", - "quests_subtitle": "Pokazuje nagrodę oraz informację o zadaniu", - "raids_subtitle": "Pokazuje dane raidu, takie jak informacja o bossie, jajku, czasie zakończenia czy atakach bossa", - "scan_cells_subtitle": "Pokazuje czas ostatniego skanowania komórki S2 przez urządzenie", - "scan_areas_subtitle": "Pokazuje dostępne obszary skanowania", - "spawnpoints_subtitle": "Pokazuje spawnpointy oraz ich przybliżone czasy despawnu", - "stats_subtitle": "Pokazuje statystyki i poziomy Pokémona", - "submission_cells_subtitle": "Wyświetla informacje przydatne w dodawaniu nowych POI", - "weather_subtitle": "Pokazuje aktualną pogodę w grze w każdej komórce", - "scanner_subtitle": "Współpracuj bezpośrednio ze skanerem na różne sposoby", - "s2cells_subtitle": "Wyświetla komórki S2 na różnych poziomach na mapie", - "backups_subtitle": "Umożliwia tworzenie kopii zapasowych i ładowanie ustawień na różne urządzenia", - "backups": "Kopie zapasowe", - "user_profile": "Profil użytkownika", - "user_username": "Nazwa użytkownika", - "candy": "Candy", - "show_ex_badge": "Pokaż odznaki EX", - "search": "Szukaj", - "global_search_quests": "Wprowadź nazwę nagrody...", - "global_search_lures": "Wprowadź nazwę przynęty...", - "global_search_pokestops": "Wprowadź nazwę Pokéstopa...", - "global_search_gyms": "Wprowadź nazwę Gymu...", - "global_search_portals": "Wprowadź nazwę portalu...", - "global_search_nests": "Wprowadź nazwę nestującego Pokémona...", - "global_search_raids": "Wprowadż nazwę Raid Bossa...", - "global_search_pokemon": "Wprowadź nazwę Pokémona...", - "global_search_invasions": "Wprowadź typ Grunta, Imię lub nazwę nagrody za pokonanie...", - "raid_level_badges": "Odznaki poziomu raidu", - "options": "Opcje", - "profile": "Profil", - "pokemon_icons": "Ikony Pokémonów", - "pokestop_icons": "Ikony Pokéstopów", - "gym_icons": "Ikony gymów", - "team_icons": "Ikony drużyn", - "egg_icons": "Ikony jajek", - "raid_icons": "Ikony raidów", - "nest_icons": "Ikony nestów", - "reward_icons": "Ikony nagród", - "type_icons": "Ikony typów", - "weather_icons": "Ikony pogody", - "misc_icons": "Pozostałe ikony", - "invasion_icons": "Ikony inwazji", - "spawnpoint_icons": "Ikony Spawnpointów", - "device_icons": "Ikony urządzeń", - "pokemon_audio": "Dźwięk Pokémonów", - "pokestop_audio": "Dźwięk w okolicy PokéStopu", - "gym_audio": "Dźwięk w okolicy siłowni", - "team_audio": "Dźwięk związany z drużyną", - "egg_audio": "Dźwięk jajka", - "raid_audio": "Dźwięk w okolicy rajdu", - "nest_audio": "Dźwięk w okolicy gniazda", - "reward_audio": "Dźwięk nagrody", - "type_audio": "Dźwięk typu", - "weather_audio": "Dźwięk związany z pogodą", - "misc_audio": "Różne dźwięki", - "invasion_audio": "Dźwięk inwazji", - "spawnpoint_audio": "Dźwięk w okolicy punktu zrespawnowania", - "device_audio": "Dźwięk urządzenia", - "pokemon_timers": "Licznik czasu wszystkich Pokémonów", - "show_dex_num_in_popup": "Pokaż Pokédex # w Popupie", - "popup": "Popup", - "pvp_level": "Statystyki PvP poziomu {{level}}", - "pvp_mega": "Statystyki PvP Mega", - "webhook_entry": "Dodaj do {{name}}", - "remove_webhook_entry": "Usuń z {{name}}", - "distance": "Dystans", - "gym": "Gym", - "egg": "Jajko", - "raid": "Raid", - "lure": "Lur", - "quest": "Quest", - "invasion": "Inwazja", - "nest": "Nest", - "pokestop": "Pokéstop", - "team": "Drużyna", - "global": "Globalny", - "manage_webhook": "Zarządzaj {{name}}", - "drag_and_drop": "Przeciągnij i upuść znacznik, aby ustawić swoją lokalizację", - "click_to_select": "Kliknij aby wybrać", - "add_new": "Dodaj nowy alert {{category}}", - "my_location": "Moja lokacja", - "choose_on_map": "Wybierz na mapie", - "select_profile": "Wybierz profil", - "distance_radius": "Podgląd odległości promienia", - "areas": "Obszary", - "select_webhook": "Wybierz bota", - "ar_quest_true": "Z AR", - "ar_quest_false": "Bez AR", - "with_ar": "Z AR", - "both": "Obydwa", - "without_ar": "Bez AR", - "exclude_quest_multi": "Wyklucz {{reward}}", - "cluster_limit_0": "{{variable_0}} limit ({{variable_1}}) został osiągnięty", - "cluster_limit_1": "Proszę przybliż lub zawęź swoje filtry", - "show_polygons": "Pokaż Obszary", - "exclude_invasion_multi": "Wyklucz {{invasion}}", - "stardust": "Stardust", - "slider_cp": "CP", - "pvp_ranking_league": "League", - "pvp_ranking_min_cp": "Min. CP", - "slider_pvp": "Ranking", - "profile_no": "Profil", - "template": "Szablon", - "gender": "Płeć", - "clean": "Czyść", - "all_forms": "Wszystkie formy", - "pvp_entry": "Wpis PVP", - "no_iv": "Dołącz bez IV", - "by_distance": "Według odległości", - "min_time": "Minimalny czas", - "add_new_profile": "Dodaj nowy profil", - "slider_none": "Brak", - "non_registered_human_title": "Ups, coś poszło nie tak!", - "non_registered_human_desc": "Nie możesz być zarejestrowany w {{webhook}}\n\nLub serwer jest obecnie niedostępny", - "try_again_later": "Spróbuj ponownie później", - "selected_areas_one": "{{count}} wybrany obszar", - "selected_areas_other": "{{count}} wybrane obszary", - "webhook_selection": "{{name}} wybór", - "message_of_the_day": "Wiadomość Dnia", - "has_quest_indicator": "Alternatywny kolor dla Pokéstopów z zadaniami", - "show_ar_badge": "Pokaż odznaki AR", - "all_gyms": "Wszystkie Gymy", - "general": "Ogólny", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "Połącz globalne oraz zaawansowane", - "normal_forms": "Formy normalne", - "weather_indicator": "Wskaźnik pogody", - "page": "Strona {{page}}", - "navigation_controls": "Sterowanie nawigacją", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "Ekskluzywny", - "all_moves": "Wszystkie ruchy", - "move": "Ruch", - "any": "Każdy", - "min_spawn_average": "Średnia minimalna liczba spawnów", - "select_all": "Zaznacz wszystko", - "delete_all": "Usuń zaznaczone", - "cancel": "Anuluj", - "day_1": "Poniedziałek", - "day_2": "Wtorek", - "day_3": "Środa", - "day_4": "Czwartek", - "day_5": "Piątek", - "day_6": "Sobota", - "day_7": "Niedziela", - "profile_name": "Nazwa profilu", - "manage_profiles": "Zarządzaj profilami", - "min_spawn_avg": "Średnia minimalna liczba spawnów", - "poke_global": "Wszystko", - "amount": "Ilość", - "specific_gym": "Określony Gym", - "search_location": "Wyszukaj lokalizacje", - "search_specific": "Wyszukaj konkretną {{category}}", - "webhook_success_gym": "Dodano alerty o raidach, jajkach oraz zmianie drużyny!", - "slot_changes": "Zmiany w szczelinach", - "slot_changes_poracle": "slot_changes", - "confirm_delete": "Spowoduje to usunięcie całego śledzenia dla tego profilu, czy na pewno?", - "confirm_copy": "Wybierz profil, do którego chcesz skopiować „{{profile}}”, to całkowicie nadpisze ten profil.", - "webhook_error": "{{name}} nie mógł tego przetworzyć.\n\nSpróbuj ponownie później.", - "profile_error": "Musi być unikalny i prawidłowy", - "team_0": "Harmony", - "battle_changes": "W bitwie", - "battle_changes_poracle": "battle_changes", - "auto": "Automatyczny", - "webhooks_subtitle": "Zarządzaj alertami bezpośrednio z mapy dla tych botów", - "event_stops_subtitle": "Wyświetla specjalne Pokéstopki eventowe, takie jak Kecleon", - "webhooks": "Powiadomienia", - "scanner": "Akcje skanera", - "everything_individually": "Dodaj indywidualne powiadomienia", - "individually": "indywidualne", - "join": "Dołącz", - "errors_404": "Ups, nie można znaleźć tej strony!", - "errors_500": "Wystąpił błąd serwera, spróbuj ponownie później!", - "local_username": "Nazwa użytkownika", - "local_password": "Hasło", - "local_error": "Wystąpił błąd, spróbuj ponownie później!", - "no_filter_results": "Nie znaleziono wyników\n\nSpróbuj poszerzyć swoje filtry", - "donor_page": "Strona Sponsora", - "go_back": "Wróć", - "access": "Dostęp", - "link_discord": "Odnośnik do Discorda", - "select_webhook_strategy": "Menedżer alertów", - "webhook_strategy_success_0": "Sukces! \nOdświeżam, aby pobrać ustawienia alertów...", - "register": "Zarejestruj", - "invalid_credentials": "Nieprawidłowe dane logowania", - "localauth_failed": "Błąd uwierzytelniania", - "error_creating_user": "W tej chwili nie można zarejestrować nowego użytkownika", - "discord_linked": "Dyskord połączony", - "telegram_linked": "Połączono z telegramem", - "dialog_filter_footer_apply_to_all_width": 3, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 1, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 7, - "drawer_grid_options_width": 5, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 5, - "popup_gym_description_width": 8, - "popup_gym_seen_timer_width": 4, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 8, - "popup_pokestop_seen_timer_width": 4, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 6, - "popup_pokemon_seen_timer_width": 5, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "poziom", - "km": "km", - "feedback": "Wyślij opinię", - "donor_menu": "Menu Sponsora", - "pokemon_cell": "Lokalizacja Pokémona może się różnić", - "timer_verified": "Ten licznik jest zweryfikowany", - "timer_unverified": "Ten licznik jest niezweryfikowany", - "all": "Wszystkie", - "badge_0": "Brak", - "badge_1": "Podst.", - "badge_2": "Brąz", - "badge_3": "Srebro", - "badge_4": "Złoto", - "gym_badge_menu": "Edytuj odznakę gymu", - "gym_badges": "Odznaki gymów", - "gym_badge_diamonds": "Pokaż odznaki gymów", - "gym_badges_subtitle": "Wyświetla odznaki gymów na mapie oraz listę na stronie profilu.", - "confirm_filters_reset": "Zresetuj ustawienia", - "filters_reset_text": "Czy na pewno chcesz zresetować ustawienia do domyślnych wartości? Ta czynność jest nieodwracalna!", - "filters_reset_title": "Reset ustawień", - "raid_quick_select": "Szybki wybór", - "disabled": "Wyłączone", - "loading": "Ładowanie {{category}}", - "loading_icons": "Ładowanie ikon", - "loading_invasions": "Ładowanie inwazji", - "scan_next": "Lokalizacja skanowania", - "scan_next_choose": "Przeciągnij i upuść znacznik, aby ustawić lokalizację skanowania", - "scan_zone": "Skanuj obszar", - "scan_zone_choose": "Przeciągnij i upuść znacznik, aby ustawić lokalizację skanowania i wybrać rozmiar", - "scan_zone_size": "Rozmiar", - "scan_zone_range": "Zakres", - "scan_zone_spacing": "Rozstaw", - "scan_zone_radius": "Promień", - "scan_requests": "Żądania skanowania", - "scan_queue": "Bieżąca kolejka", - "click_to_scan": "Skanuj tutaj", - "scan_confirmed_title": "Potwierdzone żądanie skanowania", - "scan_confirmed": "Skaner został wysłany do lokalizacji, wynik wkrótce pojawi się na mapie!", - "scan_loading_title": "Wysyłanie prośby o skanowanie", - "scan_loading": "Twoje żądanie skanowania jest przetwarzane i wysyłane do systemu!", - "scan_error_title": "Błąd", - "scan_error": "Wystąpił błąd podczas przetwarzania żądania skanowania...", - "scan_outside_area": "Ta lokalizacja znajduje się poza granicami autoryzowanych obszarów", - "pvp_ranking_cap": "Poziom", - "lc_title": "Śledź swoją lokalizację", - "lc_metersUnit": "m", - "lc_feetUnit": "ft", - "lc_popup": "Jesteś w odległości {distance} {unit} od tego punktu", - "lc_outsideMapBoundsMsg": "Wydajesz się znajdować poza granicami mapy", - "no_alerts": "Brak alertów", - "loading_settings": "Ładowanie ustawień", - "refresh_to_continue": "Odśwież, zanim przejdziesz dalej", - "session_expired_title": "Sesja wygasła", - "session_expired_body": "Twoja sesja wygasła", - "old_client_title": "Stara wersja", - "old_client_body": "Dostępna jest nowa wersja tej mapy", - "early_old_client_title": "Nieaktualne", - "early_old_client_body": "Stara wersja tej aplikacji może być zapisana w pamięci cache przeglądarki, musisz wyczyścić cache , zanim będziesz mógł używać tej aplikacji.", - "refresh": "Odśwież", - "points": "Punkty", - "day": "Dzień", - "days": "Dni", - "react_error": "Coś poszło nie tak", - "clickable_icon": "Ikona jest klikalna", - "two_stops_till_next": "2 stopy do następnego", - "one_stop_till_next": "1 stop do następnego", - "no_more_gyms": "Koniec gymów", - "light_map_border": "Jasna ramka mapy", - "dark_map_border": "Ciemna ramka mapy", - "cell_blocked": "Komórka zablokowana", - "poi_color": "Kolor POI", - "quest_condition": "Warunek zadania", - "always_show_labels": "Zawsze pokazuj etykiety", - "scan_areas_options": "Opcje obszarów skanowania", - "historic_rarity": "Rzadkość historyczna", - "poi": "Interesujące punkty", - "300m_range": "Zasięg 300m", - "lure_range": "Zasięg Lura", - "custom_range": "Niestandardowy zasięg", - "tap_to_toggle": "Naciśnij, aby przełączyć", - "power_up": "PowerUp", - "never_alt": "Nigdy", - "seen_nearby_stop": "Widziany w pobliżu", - "seen_nearby_cell": "Widziany w tej komórce", - "seen_lure_encounter": "Spotkany z Lura", - "seen_lure_wild": "Spawn z Lura", - "seen_wild": "Dziki Spawn", - "event_stops": "Eventowe", - "event_stop_timers": "Timery stacji eventowych", - "size_0": "Dowolne", - "size_1": "XXS", - "size_2": "XS", - "size_3": "M", - "size_4": "XL", - "size_5": "XXL", - "show_size_indicator": "Pokaż wskaźnik rozmiaru", - "size": "Rozmiar", - "gold_stop": "Złoty Pokéstop", - "profile_backups": "Zamiana profilu", - "new_backup": "Nowa kopia zapasowa", - "create": "Utwórz", - "load": "Załaduj", - "update": "Aktualizuj", - "delete": "Usuń", - "name": "Nazwa", - "only_confirmed": "Tylko potwierdzone", - "only_exclude_grunts": "Wykluczyć chrząknięcia", - "only_exclude_leaders": "Wykluczyć liderów", - "rocket_pokemon": "Pokémony Rocket", - "decoy": "Przynęta", - "s2_cell_limit_0": "Próbowałeś wygenerować więcej niż 20 000 komórek ({{variable_0}})", - "s2_cell_zoom_limit": "Niektóre komórki są za małe, aby być wyświetlone na tym poziomie powiększenia", - "show_all_pvp_ranks": "Pokaż wszystkie rangi PVP", - "enable_pokemon_popup_coords": "Pokaż współrzędne Pokémonów", - "enable_gym_popup_coords": "Pokaż współrzędne siłowni", - "enable_pokestop_popup_coords": "Pokaż współrzędne Pokéstopów", - "enable_portal_popup_coords": "Pokaż współrzędne portalu", - "on_block_join_discord": "Proszę dołącz do naszego discorda, aby uzyskać więcej informacji.", - "on_block_msg": "Zostałeś zablokowany za bycie członkiem", - "denied": "Odmówiono", - "showcase": "Prezentacja", - "unknown_event": "Nieznane wydarzenie", - "scanner_countdown": "Dostępne za {{time}}s", - "success": "Sukces", - "contribute": "Współpraca", - "mi": "mi", - "filter_by_areas": "Filtruj według obszarów", - "submit_nest_name": "Prześlij nazwę nesta", - "nest_submission_menu": "Aktualizacja nazwy", - "nest_submissions": "Przesyłanie nestów", - "nest_submissions_subtitle": "Pozwala na przesyłanie nowych nazw dla nestów", - "pokemon_opacity": "Dynamiczna przezroczystość Pokémonów", - "invasion_opacity": "Dynamiczna przezroczystość inwazji", - "raid_opacity": "Dynamiczna przezroczystość rajdów", - "opacity_ten_minutes": "Przezroczystość po 10 minutach", - "opacity_five_minutes": "Przezroczystość po 5 minutach", - "opacity_one_minute": "Przezroczystość po 1 minucie", - "level_circles": "Wskaźniki poziomu", - "min_level_circle": "Minimalny poziom okręgu", - "mutation_auth_error": "Twoje żądanie nie powiodło się z powodu braku zalogowania", - "submitted_by": "Przesłane przez", - "reversible": "Odwrotny", - "version": "Wersja", - "route_tags": "Etykiety scieżek", - "routes": "Scieżki", - "route_type": "Typ scieżki", - "routes_subtitle": "Wyświetl scieżki w grze i związane z nimi informacje na mapie", - "description": "Opis", - "additional_info": "Dodatkowe informacje", - "duration": "Czas trwania", - "elevation": "Pochylenie", - "contest_category_1": "Najmniejszy rozmiar", - "context_category_2": "Największy rozmiar", - "total_entries": "Całkowita liczba", - "showcase_rankings": "Rankingi prezentacji", - "showcase_rankings_subtitle": "Wyświetla listę najlepszych wyników dla prezentacji na Punkcie Przyciągania", - "tth": "TTH", - "tth_0": "Wszystkie", - "tth_1": "Znane", - "tth_2": "Nieznane", - "no_access": "Brak dostępu", - "cooldown": "Cooldown", - "scan_some_outside_area": "Niektóre lokalizacje znajdują się poza uprawnionymi granicami", - "alerts": "Alerty", - "alert_manager": "Menedżer alertów", - "menu": "Menu", - "theme": "Motyw", - "exit": "Wyjście", - "component": "Komponent", - "component_login_page": "Strona logowania", - "component_donation_page": "Strona dotacji", - "component_message_of_the_day": "Komunikat dnia", - "download": "Pobierz", - "playground": "Plac zabaw", - "locale": "Lokalizacja", - "saved": "Zapisane", - "show_editor": "Pokaż edytor", - "hide_editor": "Ukryj edytor", - "reported_error": "Ten błąd został zgłoszony do serwera z identyfikatorem", - "dark_mode": "Tryb ciemny", - "load_from_autosave": "Załaduj z automatycznego zapisu", - "done": "Gotowe", - "fast": "Szybki", - "charged": "Ładowany", - "offline_mode": "Tryb offline", - "include_sponsored": "Pokaż Sponsorowane", - "showcase_color": "Kolor Wystawy", - "partner_color": "Kolor Partnera", - "disable": "Wyłącz {{- name}}", - "profiling": "Tworzenie Profili", - "showcase_block": "Zablokowane ze względu na wystawę", - "signed_in_as": "Zalogowano jako", - "missing_map_perm": "Nie masz uprawnień by wyświetlić mapę.", - "access_denied": "Brak dostępu", - "audio": "Dźwięk", - "desktop_notifications": "Powiadomienia na komputerze", - "notifications_options": "Opcje powiadomień", - "audio_always_on": "Dźwięk zawsze odtwarzany", - "volume_level": "Poziom głośności", - "notifications_status": "Status powiadomień", - "granted": "udzielono", - "set_all": "Ustaw wszystkie", - "set_filtered": "Ustaw filtrowane", - "only_show_available": "Pokaż tylko dostępne", - "easy_mode": "Tryb łatwy", - "quick_select": "Szybkie filtry globalne", - "pokemon_filter_mode": "Tryb filtru Pokémonów", - "basic": "Podstawowy", - "intermediate": "Średniozaawansowany", - "expert": "Ekspert", - "basic_description": "Łatwe wybieranie Pokémonów i zastosowanie globalnego filtra", - "intermediate_description": "Ustawianie indywidualnych filtrów globalnie i dla poszczególnych Pokémonów (tradycyjnie)", - "expert_description": "Ręczne wprowadzanie zapytań dla najbardziej zaawansowanych ustawień", - "icon_size": "Rozmiar ikony", - "developer": "Deweloper", - "raid_override": "Nadpisz", - "search_rocket_pokemon": "Wyszukaj Pokémony Rocket", - "main": "Główne", - "extra": "Dodatkowe", - "select": "Wybierz", - "searching": "wyszukiwanie...", - "no_options": "Brak opcji...", - "and": "ORAZ", - "or": "LUB", - "only_global": "Tylko globalne", - "global_caption": "Ignoruje wszystkie inne filtry", - "global_and_individual": "Globalne oraz indiwidualne filtry", - "gender_filters_all": "Płeć dotyczy wszystkich", - "and_caption": "Filtrowane razem", - "or_caption": "Filtrowane osobno", - "filter_help": "Pomoc", - "kilometers": "Kilometry", - "miles": "Mile", - "distance_unit": "Jednostka odległości", - "data_management": "Zarządzanie danymi", - "reset_or_manage_text": "Możesz zresetować filtry lub wyświetlić stronę zarządzania danymi, która pozwoli ci zresetować poszczególne kategorie.", - "reset_audio": "Resetuj dźwięk", - "reset_all": "Resetuj wszystkie", - "reset_icons": "Resetuj ikony", - "reset_position": "Resetuj pozycję", - "reset_ui": "Resetuj UI", - "reset_options": "Resetuj opcje", - "reset_menus": "Resetuj menu", - "reset_settings": "Resetuj ustawienia", - "reset_general_title": "Ogólne", - "reset_filters_title": "Filtry", - "reset_assets": "Zasoby", - "reset_pokemon": "Resetuj Pokémony", - "reset_pokestops": "Resetuj Pokéstopy", - "reset_gyms": "Resetuj Gymy", - "reset_nests": "Resetuj Nesty", - "reset_portals": "Resetuj Portale", - "reset_routes": "Resetuj ścieżki", - "reset_scan_areas": "Resetuj obszary skanowania", - "reset_scan_cells": "Resetuj komórki skanowania", - "reset_devices": "Resetuj Urządzenia", - "reset_weather": "Resetuj pogodę", - "reset_s2cells": "Resetuj Komórki S2", - "reset_spawnpoints": "Resetuj Spawnpointy", - "reset_submission_cells": "Resetuj komórki do zgłoszenia", - "hisuian": "Hisuian", - "spacial_rend_range": "Zasięg Rysowania Rend.", - "key": "Klucz", - "ai": "AI", - "human": "Człowiek", - "locales": "Tłumaczenia", - "instructions": "Instrukcje", - "locale_instructions_1": "Wybierz język z listy rozwijanej", - "locale_instructions_2": "Wprowadź żądane tłumaczenie w kolumnie \"Człowiek\"", - "locale_instructions_3": "Kliknij przycisk \"$t(download)\", aby pobrać plik JSON", - "locale_instructions_4": "Link do repozytorium GitHub poniżej", - "locale_instructions_5": "Utwórz nowy branch i nadaj mu nazwę tłumaczonego języka.", - "locale_instructions_6": "Zastąp zawartość pliku \"packages/locales/lib/human/{{lng}}.json\" pobranym plikiem", - "locale_instructions_7": "Utwórz PR", - "locale_instructions_8": "Poczekaj, aż PR zostanie sprawdzony i zmergowany.", - "enter_translation": "Wejdź do tłumaczenia", - "individual_filters": "Częściowo filtrowane", - "data_limit_reached": "Ostatnio zażądałeś zbyt dużej ilości danych i jesteś na przerwie do {{until}}", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "Earn {{amount}} hearts with your buddy", - "challenge_buddy_treat_plural": "Give your buddy {{amount}} treats", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "Jajko 1 poziomu", - "egg_1_plural": "Jajka 1 poziomu", - "egg_2": "Jajko 1 poziomu", - "egg_2_plural": "Jajka 2 poziomu", - "egg_3": "Jajko 1 poziomu", - "egg_3_plural": "Jajka 3 poziomu", - "egg_4": "Jajko 1 poziomu", - "egg_4_plural": "Jajka 4 poziomu", - "egg_5": "Legendarne jajko", - "egg_5_plural": "Legendarne jajka", - "egg_6": "Mega jajko", - "egg_6_plural": "Mega jajka", - "egg_7": "Mega Legendarne jajko", - "egg_7_plural": "Mega Legendarne jajka", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "Normal", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "Normal", - "form_34": "Attack", - "form_35": "Defense", - "form_36": "Speed", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "Normal", - "form_46": "Alola", - "form_47": "Normal", - "form_48": "Alola", - "form_49": "Normal", - "form_50": "Alola", - "form_51": "Normal", - "form_52": "Alola", - "form_53": "Normal", - "form_54": "Alola", - "form_55": "Normal", - "form_56": "Alola", - "form_57": "Normal", - "form_58": "Alola", - "form_59": "Normal", - "form_60": "Alola", - "form_61": "Normal", - "form_62": "Alola", - "form_63": "Normal", - "form_64": "Alola", - "form_65": "Normal", - "form_66": "Alola", - "form_67": "Normal", - "form_68": "Alola", - "form_69": "Normal", - "form_70": "Alola", - "form_71": "Normal", - "form_72": "Alola", - "form_73": "Normal", - "form_74": "Alola", - "form_75": "Normal", - "form_76": "Alola", - "form_77": "Normal", - "form_78": "Alola", - "form_79": "Normal", - "form_80": "Alola", - "form_81": "Normal", - "form_82": "Frost Rotom", - "form_83": "Fan Rotom", - "form_84": "Mow Rotom", - "form_85": "Wash Rotom", - "form_86": "Heat Rotom", - "form_87": "Plant Cloak", - "form_88": "Sandy Cloak", - "form_89": "Trash Cloak", - "form_90": "Altered Forme", - "form_91": "Origin Forme", - "form_92": "Sky Forme", - "form_93": "Land Forme", - "form_94": "Overcast Form", - "form_95": "Sunny", - "form_96": "West Sea", - "form_97": "East Sea", - "form_98": "West Sea", - "form_99": "East Sea", - "form_100": "Normal", - "form_101": "Fighting", - "form_102": "Flying", - "form_103": "Poison", - "form_104": "Ground", - "form_105": "Rock", - "form_106": "Bug", - "form_107": "Ghost", - "form_108": "Steel", - "form_109": "Fire", - "form_110": "Water", - "form_111": "Grass", - "form_112": "Electric", - "form_113": "Psychic", - "form_114": "Ice", - "form_115": "Dragon", - "form_116": "Dark", - "form_117": "Fairy", - "form_118": "Plant Cloak", - "form_119": "Sandy Cloak", - "form_120": "Trash Cloak", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "Normal", - "form_136": "Red-Striped", - "form_137": "Blue-Striped", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "Incarnate Forme", - "form_141": "Therian Forme", - "form_142": "Incarnate Forme", - "form_143": "Therian Forme", - "form_144": "Incarnate Forme", - "form_145": "Therian Forme", - "form_146": "Normal", - "form_147": "Black Kyurem", - "form_148": "White Kyurem", - "form_149": "Ordinary Form", - "form_150": "Resolute Form", - "form_151": "Aria Forme", - "form_152": "Pirouette Forme", - "form_157": "Normal", - "form_160": "Normal", - "form_163": "Normal", - "form_166": "Normal", - "form_169": "Normal", - "form_172": "Normal", - "form_175": "Normal", - "form_178": "Normal", - "form_181": "Normal", - "form_184": "Normal", - "form_187": "Normal", - "form_190": "Normal", - "form_193": "Normal", - "form_196": "Normal", - "form_199": "Normal", - "form_202": "Normal", - "form_205": "Normal", - "form_208": "Normal", - "form_211": "Normal", - "form_214": "Normal", - "form_217": "Normal", - "form_224": "Normal", - "form_229": "Normal", - "form_232": "Normal", - "form_235": "Normal", - "form_238": "Normal", - "form_241": "Normal", - "form_244": "Normal", - "form_247": "Normal", - "form_250": "Normal", - "form_253": "Normal", - "form_256": "Normal", - "form_259": "Normal", - "form_262": "Normal", - "form_265": "Normal", - "form_268": "Normal", - "form_271": "Normal", - "form_274": "Normal", - "form_277": "Normal", - "form_280": "Normal", - "form_283": "Normal", - "form_286": "Normal", - "form_289": "Normal", - "form_292": "Normal", - "form_295": "Normal", - "form_298": "Normal", - "form_301": "Normal", - "form_304": "Normal", - "form_307": "Normal", - "form_310": "Normal", - "form_313": "Normal", - "form_316": "Normal", - "form_319": "Normal", - "form_322": "Normal", - "form_585": "Spring Form", - "form_586": "Summer Form", - "form_587": "Autumn Form", - "form_588": "Winter Form", - "form_589": "Spring Form", - "form_590": "Summer Form", - "form_591": "Autumn Form", - "form_592": "Winter Form", - "form_593": "Normal", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "Normal", - "form_599": "Noevolve", - "form_600": "Normal", - "form_601": "Noevolve", - "form_602": "Normal", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "Normal", - "form_613": "Normal", - "form_616": "Normal", - "form_619": "Normal", - "form_622": "Normal", - "form_625": "Normal", - "form_628": "Normal", - "form_631": "Normal", - "form_634": "Normal", - "form_637": "Normal", - "form_640": "Normal", - "form_643": "Normal", - "form_646": "Normal", - "form_649": "Normal", - "form_652": "Normal", - "form_655": "Normal", - "form_658": "Normal", - "form_661": "Normal", - "form_664": "Normal", - "form_667": "Normal", - "form_670": "Normal", - "form_677": "Normal", - "form_680": "Normal", - "form_683": "Normal", - "form_688": "Normal", - "form_691": "Normal", - "form_694": "Normal", - "form_697": "Normal", - "form_700": "Normal", - "form_703": "Normal", - "form_706": "Normal", - "form_713": "Normal", - "form_716": "Normal", - "form_719": "Normal", - "form_722": "Normal", - "form_729": "Normal", - "form_734": "Normal", - "form_737": "Normal", - "form_740": "Normal", - "form_743": "Normal", - "form_746": "Normal", - "form_749": "Normal", - "form_752": "Normal", - "form_755": "Normal", - "form_758": "Normal", - "form_761": "Normal", - "form_764": "Normal", - "form_767": "Normal", - "form_770": "Normal", - "form_773": "Normal", - "form_776": "Normal", - "form_779": "Normal", - "form_782": "Normal", - "form_785": "Normal", - "form_788": "Normal", - "form_791": "Normal", - "form_794": "Normal", - "form_797": "Normal", - "form_800": "Normal", - "form_803": "Normal", - "form_806": "Normal", - "form_809": "Normal", - "form_812": "Normal", - "form_815": "Normal", - "form_818": "Normal", - "form_821": "Normal", - "form_824": "Normal", - "form_827": "Normal", - "form_830": "Normal", - "form_833": "Normal", - "form_836": "Normal", - "form_839": "Normal", - "form_846": "Normal", - "form_849": "Normal", - "form_852": "Normal", - "form_855": "Normal", - "form_858": "Normal", - "form_861": "Normal", - "form_864": "Normal", - "form_867": "Normal", - "form_870": "Normal", - "form_873": "Normal", - "form_876": "Normal", - "form_879": "Normal", - "form_888": "Normal", - "form_891": "Normal", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "Normal", - "form_901": "Vs 2019", - "form_902": "Normal", - "form_905": "Normal", - "form_908": "Normal", - "form_911": "Normal", - "form_914": "Normal", - "form_917": "Normal", - "form_920": "Normal", - "form_923": "Normal", - "form_926": "Normal", - "form_929": "Normal", - "form_932": "Normal", - "form_935": "Normal", - "form_938": "Normal", - "form_941": "Normal", - "form_944": "Galarian", - "form_945": "Normal", - "form_946": "Galarian", - "form_947": "Normal", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "Normal", - "form_956": "Normal", - "form_959": "Normal", - "form_962": "Normal", - "form_965": "Normal", - "form_968": "Normal", - "form_971": "Normal", - "form_974": "Normal", - "form_981": "Normal", - "form_984": "Normal", - "form_987": "Normal", - "form_990": "Normal", - "form_993": "Normal", - "form_996": "Normal", - "form_999": "Normal", - "form_1002": "Normal", - "form_1005": "Normal", - "form_1008": "Normal", - "form_1011": "Normal", - "form_1014": "Normal", - "form_1017": "Normal", - "form_1020": "Normal", - "form_1023": "Normal", - "form_1026": "Normal", - "form_1029": "Normal", - "form_1032": "Normal", - "form_1035": "Normal", - "form_1038": "Normal", - "form_1041": "Normal", - "form_1044": "Normal", - "form_1047": "Normal", - "form_1050": "Normal", - "form_1053": "Normal", - "form_1056": "Normal", - "form_1059": "Normal", - "form_1062": "Normal", - "form_1065": "Normal", - "form_1068": "Normal", - "form_1071": "Normal", - "form_1074": "Normal", - "form_1077": "Normal", - "form_1080": "Normal", - "form_1083": "Normal", - "form_1086": "Normal", - "form_1089": "Normal", - "form_1092": "Normal", - "form_1095": "Normal", - "form_1098": "Normal", - "form_1101": "Normal", - "form_1104": "Normal", - "form_1107": "Normal", - "form_1110": "Normal", - "form_1115": "Normal", - "form_1118": "Normal", - "form_1121": "Normal", - "form_1124": "Normal", - "form_1127": "Normal", - "form_1130": "Normal", - "form_1133": "Normal", - "form_1136": "Normal", - "form_1139": "Normal", - "form_1142": "Normal", - "form_1145": "Normal", - "form_1148": "Normal", - "form_1151": "Normal", - "form_1154": "Normal", - "form_1157": "Normal", - "form_1160": "Normal", - "form_1163": "Normal", - "form_1166": "Normal", - "form_1169": "Normal", - "form_1172": "Normal", - "form_1175": "Normal", - "form_1178": "Normal", - "form_1181": "Normal", - "form_1184": "Normal", - "form_1187": "Normal", - "form_1190": "Normal", - "form_1193": "Normal", - "form_1196": "Normal", - "form_1199": "Normal", - "form_1202": "Normal", - "form_1205": "Normal", - "form_1208": "Normal", - "form_1211": "Normal", - "form_1214": "Normal", - "form_1217": "Normal", - "form_1220": "Normal", - "form_1223": "Normal", - "form_1226": "Normal", - "form_1229": "Normal", - "form_1232": "Normal", - "form_1235": "Normal", - "form_1238": "Normal", - "form_1241": "Normal", - "form_1244": "Normal", - "form_1247": "Normal", - "form_1250": "Normal", - "form_1253": "Normal", - "form_1256": "Normal", - "form_1259": "Normal", - "form_1262": "Normal", - "form_1265": "Normal", - "form_1268": "Normal", - "form_1271": "Normal", - "form_1274": "Normal", - "form_1277": "Normal", - "form_1280": "Normal", - "form_1283": "Normal", - "form_1286": "Normal", - "form_1289": "Normal", - "form_1292": "Normal", - "form_1295": "Normal", - "form_1298": "Normal", - "form_1301": "Normal", - "form_1304": "Normal", - "form_1307": "Normal", - "form_1310": "Normal", - "form_1313": "Normal", - "form_1316": "Normal", - "form_1319": "Normal", - "form_1322": "Normal", - "form_1325": "Normal", - "form_1328": "Normal", - "form_1331": "Normal", - "form_1334": "Normal", - "form_1337": "Normal", - "form_1340": "Normal", - "form_1343": "Normal", - "form_1346": "Normal", - "form_1349": "Normal", - "form_1352": "Normal", - "form_1355": "Normal", - "form_1358": "Normal", - "form_1361": "Normal", - "form_1364": "Normal", - "form_1367": "Normal", - "form_1370": "Normal", - "form_1379": "Normal", - "form_1382": "Normal", - "form_1385": "Normal", - "form_1388": "Normal", - "form_1391": "Normal", - "form_1394": "Normal", - "form_1397": "Normal", - "form_1400": "Normal", - "form_1403": "Normal", - "form_1406": "Normal", - "form_1409": "Normal", - "form_1412": "Normal", - "form_1415": "Normal", - "form_1418": "Normal", - "form_1421": "Normal", - "form_1424": "Normal", - "form_1427": "Normal", - "form_1430": "Normal", - "form_1433": "Normal", - "form_1436": "Normal", - "form_1439": "Normal", - "form_1442": "Normal", - "form_1445": "Normal", - "form_1448": "Normal", - "form_1451": "Normal", - "form_1454": "Normal", - "form_1457": "Normal", - "form_1460": "Normal", - "form_1463": "Normal", - "form_1466": "Normal", - "form_1469": "Normal", - "form_1472": "Normal", - "form_1475": "Normal", - "form_1478": "Normal", - "form_1481": "Normal", - "form_1484": "Normal", - "form_1487": "Normal", - "form_1490": "Normal", - "form_1493": "Normal", - "form_1496": "Normal", - "form_1499": "Normal", - "form_1502": "Normal", - "form_1505": "Normal", - "form_1508": "Normal", - "form_1511": "Normal", - "form_1514": "Normal", - "form_1517": "Normal", - "form_1520": "Normal", - "form_1523": "Normal", - "form_1526": "Normal", - "form_1529": "Normal", - "form_1532": "Normal", - "form_1535": "Normal", - "form_1538": "Normal", - "form_1541": "Normal", - "form_1544": "Normal", - "form_1547": "Normal", - "form_1550": "Normal", - "form_1553": "Normal", - "form_1556": "Normal", - "form_1559": "Normal", - "form_1562": "Normal", - "form_1565": "Normal", - "form_1568": "Normal", - "form_1571": "Normal", - "form_1574": "Normal", - "form_1577": "Normal", - "form_1580": "Normal", - "form_1583": "Normal", - "form_1586": "Normal", - "form_1589": "Normal", - "form_1592": "Normal", - "form_1595": "Normal", - "form_1598": "Normal", - "form_1601": "Normal", - "form_1604": "Normal", - "form_1607": "Normal", - "form_1610": "Normal", - "form_1613": "Normal", - "form_1616": "Normal", - "form_1619": "Normal", - "form_1622": "Normal", - "form_1625": "Normal", - "form_1628": "Normal", - "form_1631": "Normal", - "form_1634": "Normal", - "form_1637": "Normal", - "form_1640": "Normal", - "form_1643": "Normal", - "form_1646": "Normal", - "form_1649": "Normal", - "form_1652": "Normal", - "form_1655": "Normal", - "form_1658": "Normal", - "form_1661": "Normal", - "form_1664": "Normal", - "form_1667": "Normal", - "form_1670": "Normal", - "form_1673": "Normal", - "form_1676": "Normal", - "form_1679": "Normal", - "form_1682": "Normal", - "form_1685": "Normal", - "form_1688": "Normal", - "form_1691": "Normal", - "form_1694": "Normal", - "form_1697": "Normal", - "form_1700": "Normal", - "form_1703": "Normal", - "form_1706": "Normal", - "form_1709": "Normal", - "form_1712": "Normal", - "form_1715": "Normal", - "form_1718": "Normal", - "form_1721": "Normal", - "form_1724": "Normal", - "form_1727": "Normal", - "form_1730": "Normal", - "form_1733": "Normal", - "form_1736": "Normal", - "form_1739": "Normal", - "form_1742": "Normal", - "form_1745": "Normal", - "form_1748": "Normal", - "form_1751": "Normal", - "form_1754": "Normal", - "form_1757": "Normal", - "form_1760": "Normal", - "form_1763": "Normal", - "form_1766": "Normal", - "form_1769": "Normal", - "form_1772": "Normal", - "form_1775": "Normal", - "form_1778": "Normal", - "form_1781": "Normal", - "form_1784": "Normal", - "form_1787": "Normal", - "form_1790": "Normal", - "form_1793": "Normal", - "form_1796": "Normal", - "form_1799": "Normal", - "form_1802": "Normal", - "form_1805": "Normal", - "form_1808": "Normal", - "form_1811": "Normal", - "form_1814": "Normal", - "form_1817": "Normal", - "form_1820": "Normal", - "form_1823": "Normal", - "form_1826": "Normal", - "form_1829": "Normal", - "form_1832": "Normal", - "form_1835": "Normal", - "form_1838": "Normal", - "form_1841": "Normal", - "form_1844": "Normal", - "form_1847": "Normal", - "form_1850": "Normal", - "form_1853": "Normal", - "form_1856": "Normal", - "form_1859": "Normal", - "form_1862": "Normal", - "form_1865": "Normal", - "form_1868": "Normal", - "form_1871": "Normal", - "form_1874": "Normal", - "form_1877": "Normal", - "form_1880": "Normal", - "form_1883": "Normal", - "form_1886": "Normal", - "form_1889": "Normal", - "form_1892": "Normal", - "form_1895": "Normal", - "form_1898": "Normal", - "form_1901": "Normal", - "form_1904": "Normal", - "form_1907": "Normal", - "form_1910": "Normal", - "form_1913": "Normal", - "form_1916": "Normal", - "form_1919": "Normal", - "form_1922": "Normal", - "form_1925": "Normal", - "form_1928": "Normal", - "form_1931": "Normal", - "form_1934": "Normal", - "form_1937": "Normal", - "form_1940": "Normal", - "form_1943": "Normal", - "form_1946": "Normal", - "form_1949": "Normal", - "form_1952": "Normal", - "form_1955": "Normal", - "form_1958": "Normal", - "form_1961": "Normal", - "form_1964": "Normal", - "form_1967": "Normal", - "form_1970": "Normal", - "form_1973": "Normal", - "form_1976": "Normal", - "form_1979": "Normal", - "form_1982": "Normal", - "form_1985": "Normal", - "form_1988": "Normal", - "form_1991": "Normal", - "form_1994": "Normal", - "form_1997": "Normal", - "form_2000": "Normal", - "form_2003": "Normal", - "form_2006": "Normal", - "form_2009": "Normal", - "form_2012": "Normal", - "form_2015": "Normal", - "form_2018": "Normal", - "form_2021": "Normal", - "form_2024": "Normal", - "form_2027": "Normal", - "form_2030": "Normal", - "form_2033": "Normal", - "form_2036": "Normal", - "form_2039": "Normal", - "form_2042": "Normal", - "form_2045": "Normal", - "form_2048": "Normal", - "form_2051": "Normal", - "form_2054": "Normal", - "form_2057": "Normal", - "form_2060": "Normal", - "form_2063": "Normal", - "form_2066": "Normal", - "form_2069": "Normal", - "form_2072": "Normal", - "form_2075": "Normal", - "form_2078": "Normal", - "form_2081": "Normal", - "form_2084": "Normal", - "form_2087": "Normal", - "form_2090": "Normal", - "form_2093": "Normal", - "form_2096": "Normal", - "form_2099": "Normal", - "form_2102": "Normal", - "form_2105": "Normal", - "form_2108": "Normal", - "form_2111": "Normal", - "form_2114": "Normal", - "form_2117": "Normal", - "form_2120": "Normal", - "form_2123": "Normal", - "form_2126": "Normal", - "form_2129": "Normal", - "form_2132": "Normal", - "form_2135": "Normal", - "form_2138": "Normal", - "form_2141": "Normal", - "form_2144": "Normal", - "form_2147": "Normal", - "form_2150": "Normal", - "form_2153": "Normal", - "form_2156": "Normal", - "form_2159": "Normal", - "form_2162": "Normal", - "form_2165": "Normal", - "form_2168": "Normal", - "form_2171": "Normal", - "form_2174": "Normal", - "form_2177": "Normal", - "form_2180": "Normal", - "form_2183": "Normal", - "form_2186": "Normal", - "form_2189": "Normal", - "form_2192": "Normal", - "form_2195": "Normal", - "form_2198": "Normal", - "form_2201": "Normal", - "form_2204": "Normal", - "form_2207": "Normal", - "form_2210": "Normal", - "form_2213": "Normal", - "form_2216": "Normal", - "form_2219": "Normal", - "form_2222": "Normal", - "form_2225": "Normal", - "form_2228": "Normal", - "form_2231": "Normal", - "form_2234": "Normal", - "form_2237": "Normal", - "form_2240": "Normal", - "form_2243": "Normal", - "form_2246": "Normal", - "form_2249": "Normal", - "form_2252": "Normal", - "form_2255": "Normal", - "form_2258": "Normal", - "form_2261": "Normal", - "form_2264": "Normal", - "form_2267": "Normal", - "form_2270": "Normal", - "form_2273": "Normal", - "form_2276": "Normal", - "form_2279": "Normal", - "form_2282": "Normal", - "form_2285": "Normal", - "form_2288": "Normal", - "form_2291": "Normal", - "form_2294": "Normal", - "form_2297": "Normal", - "form_2300": "Normal", - "form_2303": "Normal", - "form_2306": "Normal", - "form_2309": "Normal", - "form_2312": "Normal", - "form_2315": "Normal", - "form_2318": "Normal", - "form_2321": "Normal", - "form_2324": "Normal", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "Female", - "form_2331": "Female", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "Low Key Form", - "form_2464": "Amped Form", - "form_2477": "Phony Form", - "form_2478": "Antique Form", - "form_2480": "Phony Form", - "form_2481": "Antique Form", - "form_2501": "Normal", - "form_2504": "Normal", - "form_2507": "Normal", - "form_2510": "Normal", - "form_2513": "Normal", - "form_2516": "Normal", - "form_2540": "Ice Face", - "form_2541": "Noice Face", - "form_2542": "Male", - "form_2543": "Female", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "Crowned Sword", - "form_2577": "Hero of Many Battles", - "form_2578": "Crowned Shield", - "form_2579": "Hero of Many Battles", - "form_2580": "Eternamax", - "form_2581": "Normal", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "Normal", - "form_2588": "Female", - "form_2589": "Normal", - "form_2590": "Female", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "Sunny", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "Baile Style", - "form_2680": "Pom-Pom Style", - "form_2681": "Pa’u Style", - "form_2683": "Sensu Style", - "form_2684": "Midday Form", - "form_2685": "Midnight Form", - "form_2686": "Dusk Form", - "form_2687": "Solo Form", - "form_2688": "School Form", - "form_2689": "Normal", - "form_2690": "Bug", - "form_2691": "Dark", - "form_2692": "Dragon", - "form_2693": "Electric", - "form_2694": "Fairy", - "form_2695": "Fighting", - "form_2696": "Fire", - "form_2697": "Flying", - "form_2698": "Ghost", - "form_2699": "Grass", - "form_2700": "Ground", - "form_2701": "Ice", - "form_2702": "Poison", - "form_2703": "Psychic", - "form_2704": "Rock", - "form_2705": "Steel", - "form_2706": "Water", - "form_2707": "Meteor Blue", - "form_2708": "Blue Plumage", - "form_2709": "Green Plumage", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "Yellow Plumage", - "form_2715": "Busted Form", - "form_2716": "Disguised Form", - "form_2717": "Normal", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "Normal", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "Normal", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "Dusk Form", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "Sunny", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "Sunny", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "Incarnate Forme", - "form_2803": "Therian Forme", - "form_2804": "White-Striped", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "Normal", - "form_2808": "Female", - "form_2809": "Normal", - "form_2810": "Normal", - "form_2811": "Normal", - "form_2812": "Normal", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "Normal", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "Origin Forme", - "form_2830": "Origin Forme", - "form_2831": "Normal", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "Normal", - "form_2982": "Female", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Green Plumage", - "form_2986": "Blue Plumage", - "form_2987": "Yellow Plumage", - "form_2988": "White", - "form_2989": "Zero Form", - "form_2990": "Hero of Many Battles", - "form_2991": "Curly Form", - "form_2992": "Droopy Form", - "form_2993": "Stretchy Form", - "form_2994": "Two-Segment Form", - "form_2995": "Three-Segment Form", - "form_2996": "Apex Build", - "form_2997": "Ultimate Mode", - "form_2998": "Normal", - "form_3000": "Normal", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "Male", - "gender_2": "Female", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "Alola", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "Blanche", - "grunt_2": "Candela", - "grunt_3": "Spark", - "grunt_4": "Grunt (Male)", - "grunt_5": "Grunt (Female)", - "grunt_6": "Bug - Grunt (Female)", - "grunt_7": "Bug - Grunt (Male)", - "grunt_8": "Grunt (Female)", - "grunt_9": "Grunt (Male)", - "grunt_10": "Dark - Grunt (Female)", - "grunt_11": "Dark - Grunt (Male)", - "grunt_12": "Dragon - Grunt (Female)", - "grunt_13": "Dragon - Grunt (Male)", - "grunt_14": "Fairy - Grunt (Female)", - "grunt_15": "Fairy - Grunt (Male)", - "grunt_16": "Fighting - Grunt (Female)", - "grunt_17": "Fighting - Grunt (Male)", - "grunt_18": "Fire - Grunt (Female)", - "grunt_19": "Fire - Grunt (Male)", - "grunt_20": "Flying - Grunt (Female)", - "grunt_21": "Flying - Grunt (Male)", - "grunt_22": "Grass - Grunt (Female)", - "grunt_23": "Grass - Grunt (Male)", - "grunt_24": "Ground - Grunt (Female)", - "grunt_25": "Ground - Grunt (Male)", - "grunt_26": "Ice - Grunt (Female)", - "grunt_27": "Ice - Grunt (Male)", - "grunt_28": "Steel - Grunt (Female)", - "grunt_29": "Steel - Grunt (Male)", - "grunt_30": "Normal - Grunt (Female)", - "grunt_31": "Normal - Grunt (Male)", - "grunt_32": "Poison - Grunt (Female)", - "grunt_33": "Poison - Grunt (Male)", - "grunt_34": "Psychic - Grunt (Female)", - "grunt_35": "Psychic - Grunt (Male)", - "grunt_36": "Rock - Grunt (Female)", - "grunt_37": "Rock - Grunt (Male)", - "grunt_38": "Water - Grunt (Female)", - "grunt_39": "Water - Grunt (Male)", - "grunt_40": "Player Team Leader", - "grunt_41": "Leader Cliff", - "grunt_42": "Leader Arlo", - "grunt_43": "Leader Sierra", - "grunt_44": "Giovanni", - "grunt_45": "Decoy Grunt (Male)", - "grunt_46": "Decoy Grunt (Female)", - "grunt_47": "Ghost - Grunt (Female)", - "grunt_48": "Ghost - Grunt (Male)", - "grunt_49": "Electric - Grunt (Female)", - "grunt_50": "Electric - Grunt (Male)", - "grunt_51": "Grunt (Female)", - "grunt_52": "Grunt (Male)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "Bug - Grunt (Female)", - "grunt_56": "Bug - Grunt (Male)", - "grunt_57": "Dark - Grunt (Female)", - "grunt_58": "Dark - Grunt (Male)", - "grunt_59": "Dragon - Grunt (Female)", - "grunt_60": "Dragon - Grunt (Male)", - "grunt_61": "Fairy - Grunt (Female)", - "grunt_62": "Fairy - Grunt (Male)", - "grunt_63": "Fighting - Grunt (Female)", - "grunt_64": "Fighting - Grunt (Male)", - "grunt_65": "Fire - Grunt (Female)", - "grunt_66": "Fire - Grunt (Male)", - "grunt_67": "Flying - Grunt (Female)", - "grunt_68": "Flying - Grunt (Male)", - "grunt_69": "Grass - Grunt (Female)", - "grunt_70": "Grass - Grunt (Male)", - "grunt_71": "Ground - Grunt (Female)", - "grunt_72": "Ground - Grunt (Male)", - "grunt_73": "Ice - Grunt (Female)", - "grunt_74": "Ice - Grunt (Male)", - "grunt_75": "Grunt (Female)", - "grunt_76": "Grunt (Male)", - "grunt_77": "Normal - Grunt (Female)", - "grunt_78": "Normal - Grunt (Male)", - "grunt_79": "Poison - Grunt (Female)", - "grunt_80": "Poison - Grunt (Male)", - "grunt_81": "Psychic - Grunt (Female)", - "grunt_82": "Psychic - Grunt (Male)", - "grunt_83": "Rock - Grunt (Female)", - "grunt_84": "Rock - Grunt (Male)", - "grunt_85": "Water - Grunt (Female)", - "grunt_86": "Water - Grunt (Male)", - "grunt_87": "Ghost - Grunt (Female)", - "grunt_88": "Ghost - Grunt (Male)", - "grunt_89": "Electric - Grunt (Female)", - "grunt_90": "Electric - Grunt (Male)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "None", - "grunt_a_1": "Blanche", - "grunt_a_2": "Candela", - "grunt_a_3": "Spark", - "grunt_a_4": "Grunt ♂", - "grunt_a_5": "Grunt ♀", - "grunt_a_6": "Bug ♀", - "grunt_a_7": "Bug ♂", - "grunt_a_8": "Grunt ♀", - "grunt_a_9": "Grunt ♂", - "grunt_a_10": "Dark ♀", - "grunt_a_11": "Dark ♂", - "grunt_a_12": "Dragon ♀", - "grunt_a_13": "Dragon ♂", - "grunt_a_14": "Fairy ♀", - "grunt_a_15": "Fairy ♂", - "grunt_a_16": "Fighting ♀", - "grunt_a_17": "Fighting ♂", - "grunt_a_18": "Fire ♀", - "grunt_a_19": "Fire ♂", - "grunt_a_20": "Flying ♀", - "grunt_a_21": "Flying ♂", - "grunt_a_22": "Grass ♀", - "grunt_a_23": "Grass ♂", - "grunt_a_24": "Ground ♀", - "grunt_a_25": "Ground ♂", - "grunt_a_26": "Ice ♀", - "grunt_a_27": "Ice ♂", - "grunt_a_28": "Steel ♀", - "grunt_a_29": "Steel ♂", - "grunt_a_30": "Normal ♀", - "grunt_a_31": "Normal ♂", - "grunt_a_32": "Poison ♀", - "grunt_a_33": "Poison ♂", - "grunt_a_34": "Psychic ♀", - "grunt_a_35": "Psychic ♂", - "grunt_a_36": "Rock ♀", - "grunt_a_37": "Rock ♂", - "grunt_a_38": "Water ♀", - "grunt_a_39": "Water ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "Leader Cliff", - "grunt_a_42": "Leader Arlo", - "grunt_a_43": "Leader Sierra", - "grunt_a_44": "Giovanni", - "grunt_a_45": "Decoy Grunt ♂", - "grunt_a_46": "Decoy Grunt ♀", - "grunt_a_47": "Ghost ♀", - "grunt_a_48": "Ghost ♂", - "grunt_a_49": "Electric ♀", - "grunt_a_50": "Electric ♂", - "grunt_a_51": "Grunt ♀", - "grunt_a_52": "Grunt ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "Bug ♀", - "grunt_a_56": "Bug ♂", - "grunt_a_57": "Dark ♀", - "grunt_a_58": "Dark ♂", - "grunt_a_59": "Dragon ♀", - "grunt_a_60": "Dragon ♂", - "grunt_a_61": "Fairy ♀", - "grunt_a_62": "Fairy ♂", - "grunt_a_63": "Fighting ♀", - "grunt_a_64": "Fighting ♂", - "grunt_a_65": "Fire ♀", - "grunt_a_66": "Fire ♂", - "grunt_a_67": "Flying ♀", - "grunt_a_68": "Flying ♂", - "grunt_a_69": "Grass ♀", - "grunt_a_70": "Grass ♂", - "grunt_a_71": "Ground ♀", - "grunt_a_72": "Ground ♂", - "grunt_a_73": "Ice ♀", - "grunt_a_74": "Ice ♂", - "grunt_a_75": "Grunt ♀", - "grunt_a_76": "Grunt ♂", - "grunt_a_77": "Normal ♀", - "grunt_a_78": "Normal ♂", - "grunt_a_79": "Poison ♀", - "grunt_a_80": "Poison ♂", - "grunt_a_81": "Psychic ♀", - "grunt_a_82": "Psychic ♂", - "grunt_a_83": "Rock ♀", - "grunt_a_84": "Rock ♂", - "grunt_a_85": "Water ♀", - "grunt_a_86": "Water ♂", - "grunt_a_87": "Ghost ♀", - "grunt_a_88": "Ghost ♂", - "grunt_a_89": "Electric ♀", - "grunt_a_90": "Electric ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "Unknown", - "item_1": "Poké Ball", - "item_2": "Great Ball", - "item_3": "Ultra Ball", - "item_4": "Master Ball", - "item_5": "Premier Ball", - "item_6": "Beast Ball", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "Potion", - "item_102": "Super Potion", - "item_103": "Hyper Potion", - "item_104": "Max Potion", - "item_201": "Revive", - "item_202": "Max Revive", - "item_301": "Lucky Egg", - "item_401": "Incense", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "Mystery Box", - "item_406": "Daily Adventure Incense", - "item_407": "Coin Bag", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "Lure Module", - "item_502": "Glacial Lure Module", - "item_503": "Mossy Lure Module", - "item_504": "Magnetic Lure Module", - "item_505": "Rainy Lure Module", - "item_506": "Golden Lure Module", - "item_602": "X Attack", - "item_603": "X Defense", - "item_604": "UNDEFINED", - "item_650": "Zygarde Cell", - "item_651": "Zygarde Cube", - "item_701": "Razz Berry", - "item_702": "Bluk Berry", - "item_703": "Nanab Berry", - "item_704": "Wepear Berry", - "item_705": "Pinap Berry", - "item_706": "Golden Razz Berry", - "item_707": "Golden Nanab Berry", - "item_708": "Silver Pinap Berry", - "item_709": "Poffin", - "item_801": "Camera", - "item_802": "Stickers", - "item_803": "Postcard Book", - "item_901": "Incubator ∞", - "item_902": "Egg Incubator", - "item_903": "Super Incubator", - "item_1001": "Pokémon Storage", - "item_1002": "Item Bag", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "Sun Stone", - "item_1102": "King's Rock", - "item_1103": "Metal Coat", - "item_1104": "Dragon Scale", - "item_1105": "Upgrade", - "item_1106": "Sinnoh Stone", - "item_1107": "Unova Stone", - "item_1150": "Gimmighoul Coins", - "item_1201": "Fast TM", - "item_1202": "Charged TM", - "item_1203": "Elite Fast TM", - "item_1204": "Elite Charged TM", - "item_1250": "Meteorite", - "item_1301": "Rare Candy", - "item_1302": "Rare Candy XL", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "Raid Pass", - "item_1402": "Premium Battle Pass", - "item_1404": "Star Piece", - "item_1405": "Gift", - "item_1406": "Team Medallion", - "item_1408": "Remote Raid Pass", - "item_1409": "S Raid Ticket", - "item_1501": "Mysterious Component", - "item_1502": "Rocket Radar", - "item_1503": "Super Rocket Radar", - "item_1504": "Shadow Shard", - "item_1505": "Purified Gem", - "item_1506": "Max Particle", - "item_1507": "Max Particle Pack", - "item_1600": "Ticket", - "item_1601": "Ticket", - "item_1602": "Ticket", - "item_1603": "Ticket", - "item_1604": "Extra Ticket", - "item_1605": "Extra Ticket", - "item_1606": "GO Battle League Timed Research Pass", - "item_1607": "Ticket", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Safari Ticket: Seoul", - "item_1611": "Safari Ticket: Barcelona", - "item_1612": "Safari Ticket: Mexico City", - "item_1613": "Safari Ticket: Tainan", - "item_1614": "Ticket City Safari 04", - "item_1615": "Ticket", - "item_1616": "Ticket", - "item_1617": "Ticket", - "item_1618": "Ticket", - "item_1619": "Ticket", - "item_1620": "Ticket", - "item_1621": "Ticket", - "item_1622": "Ticket", - "item_1623": "Ticket", - "item_1624": "Ticket", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "Normal", - "lure_502": "Glacial", - "lure_503": "Mossy", - "lure_504": "Magnetic", - "lure_505": "Rainy", - "lure_506": "Golden", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "Unknown", - "move_1": "Thunder Shock", - "move_2": "Quick Attack", - "move_3": "Scratch", - "move_4": "Ember", - "move_5": "Vine Whip", - "move_6": "Tackle", - "move_7": "Razor Leaf", - "move_8": "Take Down", - "move_9": "Water Gun", - "move_10": "Bite", - "move_11": "Pound", - "move_12": "Double Slap", - "move_13": "Wrap", - "move_14": "Hyper Beam", - "move_15": "Lick", - "move_16": "Dark Pulse", - "move_17": "Smog", - "move_18": "Sludge", - "move_19": "Metal Claw", - "move_20": "Vise Grip", - "move_21": "Flame Wheel", - "move_22": "Megahorn", - "move_23": "Wing Attack", - "move_24": "Flamethrower", - "move_25": "Sucker Punch", - "move_26": "Dig", - "move_27": "Low Kick", - "move_28": "Cross Chop", - "move_29": "Psycho Cut", - "move_30": "Psybeam", - "move_31": "Earthquake", - "move_32": "Stone Edge", - "move_33": "Ice Punch", - "move_34": "Heart Stamp", - "move_35": "Discharge", - "move_36": "Flash Cannon", - "move_37": "Peck", - "move_38": "Drill Peck", - "move_39": "Ice Beam", - "move_40": "Blizzard", - "move_41": "Air Slash", - "move_42": "Heat Wave", - "move_43": "Twineedle", - "move_44": "Poison Jab", - "move_45": "Aerial Ace", - "move_46": "Drill Run", - "move_47": "Petal Blizzard", - "move_48": "Mega Drain", - "move_49": "Bug Buzz", - "move_50": "Poison Fang", - "move_51": "Night Slash", - "move_52": "Slash", - "move_53": "Bubble Beam", - "move_54": "Submission", - "move_55": "Karate Chop", - "move_56": "Low Sweep", - "move_57": "Aqua Jet", - "move_58": "Aqua Tail", - "move_59": "Seed Bomb", - "move_60": "Psyshock", - "move_61": "Rock Throw", - "move_62": "Ancient Power", - "move_63": "Rock Tomb", - "move_64": "Rock Slide", - "move_65": "Power Gem", - "move_66": "Shadow Sneak", - "move_67": "Shadow Punch", - "move_68": "Shadow Claw", - "move_69": "Ominous Wind", - "move_70": "Shadow Ball", - "move_71": "Bullet Punch", - "move_72": "Magnet Bomb", - "move_73": "Steel Wing", - "move_74": "Iron Head", - "move_75": "Parabolic Charge", - "move_76": "Spark", - "move_77": "Thunder Punch", - "move_78": "Thunder", - "move_79": "Thunderbolt", - "move_80": "Twister", - "move_81": "Dragon Breath", - "move_82": "Dragon Pulse", - "move_83": "Dragon Claw", - "move_84": "Disarming Voice", - "move_85": "Draining Kiss", - "move_86": "Dazzling Gleam", - "move_87": "Moonblast", - "move_88": "Play Rough", - "move_89": "Cross Poison", - "move_90": "Sludge Bomb", - "move_91": "Sludge Wave", - "move_92": "Gunk Shot", - "move_93": "Mud Shot", - "move_94": "Bone Club", - "move_95": "Bulldoze", - "move_96": "Mud Bomb", - "move_97": "Fury Cutter", - "move_98": "Bug Bite", - "move_99": "Signal Beam", - "move_100": "X-Scissor", - "move_101": "Flame Charge", - "move_102": "Flame Burst", - "move_103": "Fire Blast", - "move_104": "Brine", - "move_105": "Water Pulse", - "move_106": "Scald", - "move_107": "Hydro Pump", - "move_108": "Psychic", - "move_109": "Psystrike", - "move_110": "Ice Shard", - "move_111": "Icy Wind", - "move_112": "Frost Breath", - "move_113": "Absorb", - "move_114": "Giga Drain", - "move_115": "Fire Punch", - "move_116": "Solar Beam", - "move_117": "Leaf Blade", - "move_118": "Power Whip", - "move_119": "Splash", - "move_120": "Acid", - "move_121": "Air Cutter", - "move_122": "Hurricane", - "move_123": "Brick Break", - "move_124": "Cut", - "move_125": "Swift", - "move_126": "Horn Attack", - "move_127": "Stomp", - "move_128": "Headbutt", - "move_129": "Hyper Fang", - "move_130": "Slam", - "move_131": "Body Slam", - "move_132": "Rest", - "move_133": "Struggle", - "move_134": "Scald", - "move_135": "Hydro Pump", - "move_136": "Wrap", - "move_137": "Wrap", - "move_200": "Fury Cutter", - "move_201": "Bug Bite", - "move_202": "Bite", - "move_203": "Sucker Punch", - "move_204": "Dragon Breath", - "move_205": "Thunder Shock", - "move_206": "Spark", - "move_207": "Low Kick", - "move_208": "Karate Chop", - "move_209": "Ember", - "move_210": "Wing Attack", - "move_211": "Peck", - "move_212": "Lick", - "move_213": "Shadow Claw", - "move_214": "Vine Whip", - "move_215": "Razor Leaf", - "move_216": "Mud Shot", - "move_217": "Ice Shard", - "move_218": "Frost Breath", - "move_219": "Quick Attack", - "move_220": "Scratch", - "move_221": "Tackle", - "move_222": "Pound", - "move_223": "Cut", - "move_224": "Poison Jab", - "move_225": "Acid", - "move_226": "Psycho Cut", - "move_227": "Rock Throw", - "move_228": "Metal Claw", - "move_229": "Bullet Punch", - "move_230": "Water Gun", - "move_231": "Splash", - "move_232": "Water Gun", - "move_233": "Mud-Slap", - "move_234": "Zen Headbutt", - "move_235": "Confusion", - "move_236": "Poison Sting", - "move_237": "Bubble", - "move_238": "Feint Attack", - "move_239": "Steel Wing", - "move_240": "Fire Fang", - "move_241": "Rock Smash", - "move_242": "Transform", - "move_243": "Counter", - "move_244": "Powder Snow", - "move_245": "Close Combat", - "move_246": "Dynamic Punch", - "move_247": "Focus Blast", - "move_248": "Aurora Beam", - "move_249": "Charge Beam", - "move_250": "Volt Switch", - "move_251": "Wild Charge", - "move_252": "Zap Cannon", - "move_253": "Dragon Tail", - "move_254": "Avalanche", - "move_255": "Air Slash", - "move_256": "Brave Bird", - "move_257": "Sky Attack", - "move_258": "Sand Tomb", - "move_259": "Rock Blast", - "move_260": "Infestation", - "move_261": "Struggle Bug", - "move_262": "Silver Wind", - "move_263": "Astonish", - "move_264": "Hex", - "move_265": "Night Shade", - "move_266": "Iron Tail", - "move_267": "Gyro Ball", - "move_268": "Heavy Slam", - "move_269": "Fire Spin", - "move_270": "Overheat", - "move_271": "Bullet Seed", - "move_272": "Grass Knot", - "move_273": "Energy Ball", - "move_274": "Extrasensory", - "move_275": "Future Sight", - "move_276": "Mirror Coat", - "move_277": "Outrage", - "move_278": "Snarl", - "move_279": "Crunch", - "move_280": "Foul Play", - "move_281": "Hidden Power", - "move_282": "Take Down", - "move_283": "Waterfall", - "move_284": "Surf", - "move_285": "Draco Meteor", - "move_286": "Doom Desire", - "move_287": "Yawn", - "move_288": "Psycho Boost", - "move_289": "Origin Pulse", - "move_290": "Precipice Blades", - "move_291": "Present", - "move_292": "Weather Ball", - "move_293": "Weather Ball", - "move_294": "Weather Ball", - "move_295": "Weather Ball", - "move_296": "Frenzy Plant", - "move_297": "Smack Down", - "move_298": "Blast Burn", - "move_299": "Hydro Cannon", - "move_300": "Last Resort", - "move_301": "Meteor Mash", - "move_302": "Skull Bash", - "move_303": "Acid Spray", - "move_304": "Earth Power", - "move_305": "Crabhammer", - "move_306": "Lunge", - "move_307": "Crush Claw", - "move_308": "Octazooka", - "move_309": "Mirror Shot", - "move_310": "Superpower", - "move_311": "Fell Stinger", - "move_312": "Leaf Tornado", - "move_313": "Leech Life", - "move_314": "Drain Punch", - "move_315": "Shadow Bone", - "move_316": "Muddy Water", - "move_317": "Blaze Kick", - "move_318": "Razor Shell", - "move_319": "Power-Up Punch", - "move_320": "Charm", - "move_321": "Giga Impact", - "move_322": "Frustration", - "move_323": "Return", - "move_324": "Synchronoise", - "move_325": "Lock-On", - "move_326": "Thunder Fang", - "move_327": "Ice Fang", - "move_328": "Horn Drill", - "move_329": "Fissure", - "move_330": "Sacred Sword", - "move_331": "Flying Press", - "move_332": "Aura Sphere", - "move_333": "Payback", - "move_334": "Rock Wrecker", - "move_335": "Aeroblast", - "move_336": "Techno Blast", - "move_337": "Techno Blast", - "move_338": "Techno Blast", - "move_339": "Techno Blast", - "move_340": "Techno Blast", - "move_341": "Fly", - "move_342": "V-create", - "move_343": "Leaf Storm", - "move_344": "Tri Attack", - "move_345": "Gust", - "move_346": "Incinerate", - "move_347": "Dark Void", - "move_348": "Feather Dance", - "move_349": "Fiery Dance", - "move_350": "Fairy Wind", - "move_351": "Relic Song", - "move_352": "Weather Ball", - "move_353": "Psychic Fangs", - "move_354": "Hyperspace Fury", - "move_355": "Hyperspace Hole", - "move_356": "Double Kick", - "move_357": "Magical Leaf", - "move_358": "Sacred Fire", - "move_359": "Icicle Spear", - "move_360": "Aeroblast+", - "move_361": "Aeroblast++", - "move_362": "Sacred Fire+", - "move_363": "Sacred Fire++", - "move_364": "Acrobatics", - "move_365": "Luster Purge", - "move_366": "Mist Ball", - "move_367": "Brutal Swing", - "move_368": "Rollout", - "move_369": "Seed Flare", - "move_370": "Obstruct", - "move_371": "Shadow Force", - "move_372": "Meteor Beam", - "move_373": "Water Shuriken", - "move_374": "Fusion Bolt", - "move_375": "Fusion Flare", - "move_376": "Poltergeist", - "move_377": "High Horsepower", - "move_378": "Glaciate", - "move_379": "Breaking Swipe", - "move_380": "Boomburst", - "move_381": "Double Iron Bash", - "move_382": "Mystical Fire", - "move_383": "Liquidation", - "move_384": "Dragon Ascent", - "move_385": "Leafage", - "move_386": "Magma Storm", - "move_387": "Geomancy", - "move_388": "Spacial Rend", - "move_389": "Oblivion Wing", - "move_390": "Nature’s Madness", - "move_391": "Triple Axel", - "move_392": "Trailblaze", - "move_393": "Scorching Sands", - "move_394": "Roar of Time", - "move_395": "Bleakwind Storm", - "move_396": "Sandsear Storm", - "move_397": "Wildbolt Storm", - "move_398": "Spirit Shackle", - "move_399": "Volt Tackle", - "move_400": "Darkest Lariat", - "move_401": "Psywave", - "move_402": "Metal Sound", - "move_403": "Sand Attack", - "move_404": "Sunsteel Strike", - "move_405": "Moongeist Beam", - "move_406": "Aura Wheel", - "move_407": "Aura Wheel", - "move_408": "High Jump Kick", - "move_409": "Max Flare", - "move_410": "Max Flutterby", - "move_411": "Max Lightning", - "move_412": "Max Strike", - "move_413": "Max Knuckle", - "move_414": "Max Phantasm", - "move_415": "Max Hailstorm", - "move_416": "Max Ooze", - "move_417": "Max Geyser", - "move_418": "Max Airstream", - "move_419": "Max Starfall", - "move_420": "Max Wyrmwind", - "move_421": "Max Mindstorm", - "move_422": "Max Rockfall", - "move_423": "Max Quake", - "move_424": "Max Darkness", - "move_425": "Max Overgrowth", - "move_426": "Max Steelspike", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "Force Palm", - "move_463": "Sparkling Aria", - "poke_0": "Substitute", - "poke_1": "Bulbasaur", - "poke_2": "Ivysaur", - "poke_3": "Venusaur", - "poke_3_e1": "Mega Venusaur", - "poke_4": "Charmander", - "poke_5": "Charmeleon", - "poke_6": "Charizard", - "poke_6_e2": "Mega Charizard X", - "poke_6_e3": "Mega Charizard Y", - "poke_7": "Squirtle", - "poke_8": "Wartortle", - "poke_9": "Blastoise", - "poke_9_e1": "Mega Blastoise", - "poke_10": "Caterpie", - "poke_11": "Metapod", - "poke_12": "Butterfree", - "poke_13": "Weedle", - "poke_14": "Kakuna", - "poke_15": "Beedrill", - "poke_15_e1": "Mega Beedrill", - "poke_16": "Pidgey", - "poke_17": "Pidgeotto", - "poke_18": "Pidgeot", - "poke_18_e1": "Mega Pidgeot", - "poke_19": "Rattata", - "poke_20": "Raticate", - "poke_21": "Spearow", - "poke_22": "Fearow", - "poke_23": "Ekans", - "poke_24": "Arbok", - "poke_25": "Pikachu", - "poke_26": "Raichu", - "poke_27": "Sandshrew", - "poke_28": "Sandslash", - "poke_29": "Nidoran♀", - "poke_30": "Nidorina", - "poke_31": "Nidoqueen", - "poke_32": "Nidoran♂", - "poke_33": "Nidorino", - "poke_34": "Nidoking", - "poke_35": "Clefairy", - "poke_36": "Clefable", - "poke_37": "Vulpix", - "poke_38": "Ninetales", - "poke_39": "Jigglypuff", - "poke_40": "Wigglytuff", - "poke_41": "Zubat", - "poke_42": "Golbat", - "poke_43": "Oddish", - "poke_44": "Gloom", - "poke_45": "Vileplume", - "poke_46": "Paras", - "poke_47": "Parasect", - "poke_48": "Venonat", - "poke_49": "Venomoth", - "poke_50": "Diglett", - "poke_51": "Dugtrio", - "poke_52": "Meowth", - "poke_53": "Persian", - "poke_54": "Psyduck", - "poke_55": "Golduck", - "poke_56": "Mankey", - "poke_57": "Primeape", - "poke_58": "Growlithe", - "poke_59": "Arcanine", - "poke_60": "Poliwag", - "poke_61": "Poliwhirl", - "poke_62": "Poliwrath", - "poke_63": "Abra", - "poke_64": "Kadabra", - "poke_65": "Alakazam", - "poke_65_e1": "Mega Alakazam", - "poke_66": "Machop", - "poke_67": "Machoke", - "poke_68": "Machamp", - "poke_69": "Bellsprout", - "poke_70": "Weepinbell", - "poke_71": "Victreebel", - "poke_72": "Tentacool", - "poke_73": "Tentacruel", - "poke_74": "Geodude", - "poke_75": "Graveler", - "poke_76": "Golem", - "poke_77": "Ponyta", - "poke_78": "Rapidash", - "poke_79": "Slowpoke", - "poke_80": "Slowbro", - "poke_80_e1": "Mega Slowbro", - "poke_81": "Magnemite", - "poke_82": "Magneton", - "poke_83": "Farfetch'd", - "poke_84": "Doduo", - "poke_85": "Dodrio", - "poke_86": "Seel", - "poke_87": "Dewgong", - "poke_88": "Grimer", - "poke_89": "Muk", - "poke_90": "Shellder", - "poke_91": "Cloyster", - "poke_92": "Gastly", - "poke_93": "Haunter", - "poke_94": "Gengar", - "poke_94_e1": "Mega Gengar", - "poke_95": "Onix", - "poke_96": "Drowzee", - "poke_97": "Hypno", - "poke_98": "Krabby", - "poke_99": "Kingler", - "poke_100": "Voltorb", - "poke_101": "Electrode", - "poke_102": "Exeggcute", - "poke_103": "Exeggutor", - "poke_104": "Cubone", - "poke_105": "Marowak", - "poke_106": "Hitmonlee", - "poke_107": "Hitmonchan", - "poke_108": "Lickitung", - "poke_109": "Koffing", - "poke_110": "Weezing", - "poke_111": "Rhyhorn", - "poke_112": "Rhydon", - "poke_113": "Chansey", - "poke_114": "Tangela", - "poke_115": "Kangaskhan", - "poke_115_e1": "Mega Kangaskhan", - "poke_116": "Horsea", - "poke_117": "Seadra", - "poke_118": "Goldeen", - "poke_119": "Seaking", - "poke_120": "Staryu", - "poke_121": "Starmie", - "poke_122": "Mr. Mime", - "poke_123": "Scyther", - "poke_124": "Jynx", - "poke_125": "Electabuzz", - "poke_126": "Magmar", - "poke_127": "Pinsir", - "poke_127_e1": "Mega Pinsir", - "poke_128": "Tauros", - "poke_129": "Magikarp", - "poke_130": "Gyarados", - "poke_130_e1": "Mega Gyarados", - "poke_131": "Lapras", - "poke_132": "Ditto", - "poke_133": "Eevee", - "poke_134": "Vaporeon", - "poke_135": "Jolteon", - "poke_136": "Flareon", - "poke_137": "Porygon", - "poke_138": "Omanyte", - "poke_139": "Omastar", - "poke_140": "Kabuto", - "poke_141": "Kabutops", - "poke_142": "Aerodactyl", - "poke_142_e1": "Mega Aerodactyl", - "poke_143": "Snorlax", - "poke_144": "Articuno", - "poke_145": "Zapdos", - "poke_146": "Moltres", - "poke_147": "Dratini", - "poke_148": "Dragonair", - "poke_149": "Dragonite", - "poke_150": "Mewtwo", - "poke_150_e2": "Mega Mewtwo X", - "poke_150_e3": "Mega Mewtwo Y", - "poke_151": "Mew", - "poke_152": "Chikorita", - "poke_153": "Bayleef", - "poke_154": "Meganium", - "poke_155": "Cyndaquil", - "poke_156": "Quilava", - "poke_157": "Typhlosion", - "poke_158": "Totodile", - "poke_159": "Croconaw", - "poke_160": "Feraligatr", - "poke_161": "Sentret", - "poke_162": "Furret", - "poke_163": "Hoothoot", - "poke_164": "Noctowl", - "poke_165": "Ledyba", - "poke_166": "Ledian", - "poke_167": "Spinarak", - "poke_168": "Ariados", - "poke_169": "Crobat", - "poke_170": "Chinchou", - "poke_171": "Lanturn", - "poke_172": "Pichu", - "poke_173": "Cleffa", - "poke_174": "Igglybuff", - "poke_175": "Togepi", - "poke_176": "Togetic", - "poke_177": "Natu", - "poke_178": "Xatu", - "poke_179": "Mareep", - "poke_180": "Flaaffy", - "poke_181": "Ampharos", - "poke_181_e1": "Mega Ampharos", - "poke_182": "Bellossom", - "poke_183": "Marill", - "poke_184": "Azumarill", - "poke_185": "Sudowoodo", - "poke_186": "Politoed", - "poke_187": "Hoppip", - "poke_188": "Skiploom", - "poke_189": "Jumpluff", - "poke_190": "Aipom", - "poke_191": "Sunkern", - "poke_192": "Sunflora", - "poke_193": "Yanma", - "poke_194": "Wooper", - "poke_195": "Quagsire", - "poke_196": "Espeon", - "poke_197": "Umbreon", - "poke_198": "Murkrow", - "poke_199": "Slowking", - "poke_200": "Misdreavus", - "poke_201": "Unown", - "poke_202": "Wobbuffet", - "poke_203": "Girafarig", - "poke_204": "Pineco", - "poke_205": "Forretress", - "poke_206": "Dunsparce", - "poke_207": "Gligar", - "poke_208": "Steelix", - "poke_208_e1": "Mega Steelix", - "poke_209": "Snubbull", - "poke_210": "Granbull", - "poke_211": "Qwilfish", - "poke_212": "Scizor", - "poke_212_e1": "Mega Scizor", - "poke_213": "Shuckle", - "poke_214": "Heracross", - "poke_214_e1": "Mega Heracross", - "poke_215": "Sneasel", - "poke_216": "Teddiursa", - "poke_217": "Ursaring", - "poke_218": "Slugma", - "poke_219": "Magcargo", - "poke_220": "Swinub", - "poke_221": "Piloswine", - "poke_222": "Corsola", - "poke_223": "Remoraid", - "poke_224": "Octillery", - "poke_225": "Delibird", - "poke_226": "Mantine", - "poke_227": "Skarmory", - "poke_228": "Houndour", - "poke_229": "Houndoom", - "poke_229_e1": "Mega Houndoom", - "poke_230": "Kingdra", - "poke_231": "Phanpy", - "poke_232": "Donphan", - "poke_233": "Porygon2", - "poke_234": "Stantler", - "poke_235": "Smeargle", - "poke_236": "Tyrogue", - "poke_237": "Hitmontop", - "poke_238": "Smoochum", - "poke_239": "Elekid", - "poke_240": "Magby", - "poke_241": "Miltank", - "poke_242": "Blissey", - "poke_243": "Raikou", - "poke_244": "Entei", - "poke_245": "Suicune", - "poke_246": "Larvitar", - "poke_247": "Pupitar", - "poke_248": "Tyranitar", - "poke_248_e1": "Mega Tyranitar", - "poke_249": "Lugia", - "poke_250": "Ho-Oh", - "poke_251": "Celebi", - "poke_252": "Treecko", - "poke_253": "Grovyle", - "poke_254": "Sceptile", - "poke_254_e1": "Mega Sceptile", - "poke_255": "Torchic", - "poke_256": "Combusken", - "poke_257": "Blaziken", - "poke_257_e1": "Mega Blaziken", - "poke_258": "Mudkip", - "poke_259": "Marshtomp", - "poke_260": "Swampert", - "poke_260_e1": "Mega Swampert", - "poke_261": "Poochyena", - "poke_262": "Mightyena", - "poke_263": "Zigzagoon", - "poke_264": "Linoone", - "poke_265": "Wurmple", - "poke_266": "Silcoon", - "poke_267": "Beautifly", - "poke_268": "Cascoon", - "poke_269": "Dustox", - "poke_270": "Lotad", - "poke_271": "Lombre", - "poke_272": "Ludicolo", - "poke_273": "Seedot", - "poke_274": "Nuzleaf", - "poke_275": "Shiftry", - "poke_276": "Taillow", - "poke_277": "Swellow", - "poke_278": "Wingull", - "poke_279": "Pelipper", - "poke_280": "Ralts", - "poke_281": "Kirlia", - "poke_282": "Gardevoir", - "poke_282_e1": "Mega Gardevoir", - "poke_283": "Surskit", - "poke_284": "Masquerain", - "poke_285": "Shroomish", - "poke_286": "Breloom", - "poke_287": "Slakoth", - "poke_288": "Vigoroth", - "poke_289": "Slaking", - "poke_290": "Nincada", - "poke_291": "Ninjask", - "poke_292": "Shedinja", - "poke_293": "Whismur", - "poke_294": "Loudred", - "poke_295": "Exploud", - "poke_296": "Makuhita", - "poke_297": "Hariyama", - "poke_298": "Azurill", - "poke_299": "Nosepass", - "poke_300": "Skitty", - "poke_301": "Delcatty", - "poke_302": "Sableye", - "poke_302_e1": "Mega Sableye", - "poke_303": "Mawile", - "poke_303_e1": "Mega Mawile", - "poke_304": "Aron", - "poke_305": "Lairon", - "poke_306": "Aggron", - "poke_306_e1": "Mega Aggron", - "poke_307": "Meditite", - "poke_308": "Medicham", - "poke_308_e1": "Mega Medicham", - "poke_309": "Electrike", - "poke_310": "Manectric", - "poke_310_e1": "Mega Manectric", - "poke_311": "Plusle", - "poke_312": "Minun", - "poke_313": "Volbeat", - "poke_314": "Illumise", - "poke_315": "Roselia", - "poke_316": "Gulpin", - "poke_317": "Swalot", - "poke_318": "Carvanha", - "poke_319": "Sharpedo", - "poke_319_e1": "Mega Sharpedo", - "poke_320": "Wailmer", - "poke_321": "Wailord", - "poke_322": "Numel", - "poke_323": "Camerupt", - "poke_323_e1": "Mega Camerupt", - "poke_324": "Torkoal", - "poke_325": "Spoink", - "poke_326": "Grumpig", - "poke_327": "Spinda", - "poke_328": "Trapinch", - "poke_329": "Vibrava", - "poke_330": "Flygon", - "poke_331": "Cacnea", - "poke_332": "Cacturne", - "poke_333": "Swablu", - "poke_334": "Altaria", - "poke_334_e1": "Mega Altaria", - "poke_335": "Zangoose", - "poke_336": "Seviper", - "poke_337": "Lunatone", - "poke_338": "Solrock", - "poke_339": "Barboach", - "poke_340": "Whiscash", - "poke_341": "Corphish", - "poke_342": "Crawdaunt", - "poke_343": "Baltoy", - "poke_344": "Claydol", - "poke_345": "Lileep", - "poke_346": "Cradily", - "poke_347": "Anorith", - "poke_348": "Armaldo", - "poke_349": "Feebas", - "poke_350": "Milotic", - "poke_351": "Castform", - "poke_352": "Kecleon", - "poke_353": "Shuppet", - "poke_354": "Banette", - "poke_354_e1": "Mega Banette", - "poke_355": "Duskull", - "poke_356": "Dusclops", - "poke_357": "Tropius", - "poke_358": "Chimecho", - "poke_359": "Absol", - "poke_359_e1": "Mega Absol", - "poke_360": "Wynaut", - "poke_361": "Snorunt", - "poke_362": "Glalie", - "poke_362_e1": "Mega Glalie", - "poke_363": "Spheal", - "poke_364": "Sealeo", - "poke_365": "Walrein", - "poke_366": "Clamperl", - "poke_367": "Huntail", - "poke_368": "Gorebyss", - "poke_369": "Relicanth", - "poke_370": "Luvdisc", - "poke_371": "Bagon", - "poke_372": "Shelgon", - "poke_373": "Salamence", - "poke_373_e1": "Mega Salamence", - "poke_374": "Beldum", - "poke_375": "Metang", - "poke_376": "Metagross", - "poke_376_e1": "Mega Metagross", - "poke_377": "Regirock", - "poke_378": "Regice", - "poke_379": "Registeel", - "poke_380": "Latias", - "poke_380_e1": "Mega Latias", - "poke_381": "Latios", - "poke_381_e1": "Mega Latios", - "poke_382": "Kyogre", - "poke_383": "Groudon", - "poke_384": "Rayquaza", - "poke_384_e1": "Mega Rayquaza", - "poke_385": "Jirachi", - "poke_386": "Deoxys", - "poke_387": "Turtwig", - "poke_388": "Grotle", - "poke_389": "Torterra", - "poke_390": "Chimchar", - "poke_391": "Monferno", - "poke_392": "Infernape", - "poke_393": "Piplup", - "poke_394": "Prinplup", - "poke_395": "Empoleon", - "poke_396": "Starly", - "poke_397": "Staravia", - "poke_398": "Staraptor", - "poke_399": "Bidoof", - "poke_400": "Bibarel", - "poke_401": "Kricketot", - "poke_402": "Kricketune", - "poke_403": "Shinx", - "poke_404": "Luxio", - "poke_405": "Luxray", - "poke_406": "Budew", - "poke_407": "Roserade", - "poke_408": "Cranidos", - "poke_409": "Rampardos", - "poke_410": "Shieldon", - "poke_411": "Bastiodon", - "poke_412": "Burmy", - "poke_413": "Wormadam", - "poke_414": "Mothim", - "poke_415": "Combee", - "poke_416": "Vespiquen", - "poke_417": "Pachirisu", - "poke_418": "Buizel", - "poke_419": "Floatzel", - "poke_420": "Cherubi", - "poke_421": "Cherrim", - "poke_422": "Shellos", - "poke_423": "Gastrodon", - "poke_424": "Ambipom", - "poke_425": "Drifloon", - "poke_426": "Drifblim", - "poke_427": "Buneary", - "poke_428": "Lopunny", - "poke_428_e1": "Mega Lopunny", - "poke_429": "Mismagius", - "poke_430": "Honchkrow", - "poke_431": "Glameow", - "poke_432": "Purugly", - "poke_433": "Chingling", - "poke_434": "Stunky", - "poke_435": "Skuntank", - "poke_436": "Bronzor", - "poke_437": "Bronzong", - "poke_438": "Bonsly", - "poke_439": "Mime Jr.", - "poke_440": "Happiny", - "poke_441": "Chatot", - "poke_442": "Spiritomb", - "poke_443": "Gible", - "poke_444": "Gabite", - "poke_445": "Garchomp", - "poke_445_e1": "Mega Garchomp", - "poke_446": "Munchlax", - "poke_447": "Riolu", - "poke_448": "Lucario", - "poke_448_e1": "Mega Lucario", - "poke_449": "Hippopotas", - "poke_450": "Hippowdon", - "poke_451": "Skorupi", - "poke_452": "Drapion", - "poke_453": "Croagunk", - "poke_454": "Toxicroak", - "poke_455": "Carnivine", - "poke_456": "Finneon", - "poke_457": "Lumineon", - "poke_458": "Mantyke", - "poke_459": "Snover", - "poke_460": "Abomasnow", - "poke_460_e1": "Mega Abomasnow", - "poke_461": "Weavile", - "poke_462": "Magnezone", - "poke_463": "Lickilicky", - "poke_464": "Rhyperior", - "poke_465": "Tangrowth", - "poke_466": "Electivire", - "poke_467": "Magmortar", - "poke_468": "Togekiss", - "poke_469": "Yanmega", - "poke_470": "Leafeon", - "poke_471": "Glaceon", - "poke_472": "Gliscor", - "poke_473": "Mamoswine", - "poke_474": "Porygon-Z", - "poke_475": "Gallade", - "poke_475_e1": "Mega Gallade", - "poke_476": "Probopass", - "poke_477": "Dusknoir", - "poke_478": "Froslass", - "poke_479": "Rotom", - "poke_480": "Uxie", - "poke_481": "Mesprit", - "poke_482": "Azelf", - "poke_483": "Dialga", - "poke_484": "Palkia", - "poke_485": "Heatran", - "poke_486": "Regigigas", - "poke_487": "Giratina", - "poke_488": "Cresselia", - "poke_489": "Phione", - "poke_490": "Manaphy", - "poke_491": "Darkrai", - "poke_492": "Shaymin", - "poke_493": "Arceus", - "poke_494": "Victini", - "poke_495": "Snivy", - "poke_496": "Servine", - "poke_497": "Serperior", - "poke_498": "Tepig", - "poke_499": "Pignite", - "poke_500": "Emboar", - "poke_501": "Oshawott", - "poke_502": "Dewott", - "poke_503": "Samurott", - "poke_504": "Patrat", - "poke_505": "Watchog", - "poke_506": "Lillipup", - "poke_507": "Herdier", - "poke_508": "Stoutland", - "poke_509": "Purrloin", - "poke_510": "Liepard", - "poke_511": "Pansage", - "poke_512": "Simisage", - "poke_513": "Pansear", - "poke_514": "Simisear", - "poke_515": "Panpour", - "poke_516": "Simipour", - "poke_517": "Munna", - "poke_518": "Musharna", - "poke_519": "Pidove", - "poke_520": "Tranquill", - "poke_521": "Unfezant", - "poke_522": "Blitzle", - "poke_523": "Zebstrika", - "poke_524": "Roggenrola", - "poke_525": "Boldore", - "poke_526": "Gigalith", - "poke_527": "Woobat", - "poke_528": "Swoobat", - "poke_529": "Drilbur", - "poke_530": "Excadrill", - "poke_531": "Audino", - "poke_531_e1": "Mega Audino", - "poke_532": "Timburr", - "poke_533": "Gurdurr", - "poke_534": "Conkeldurr", - "poke_535": "Tympole", - "poke_536": "Palpitoad", - "poke_537": "Seismitoad", - "poke_538": "Throh", - "poke_539": "Sawk", - "poke_540": "Sewaddle", - "poke_541": "Swadloon", - "poke_542": "Leavanny", - "poke_543": "Venipede", - "poke_544": "Whirlipede", - "poke_545": "Scolipede", - "poke_546": "Cottonee", - "poke_547": "Whimsicott", - "poke_548": "Petilil", - "poke_549": "Lilligant", - "poke_550": "Basculin", - "poke_551": "Sandile", - "poke_552": "Krokorok", - "poke_553": "Krookodile", - "poke_554": "Darumaka", - "poke_555": "Darmanitan", - "poke_556": "Maractus", - "poke_557": "Dwebble", - "poke_558": "Crustle", - "poke_559": "Scraggy", - "poke_560": "Scrafty", - "poke_561": "Sigilyph", - "poke_562": "Yamask", - "poke_563": "Cofagrigus", - "poke_564": "Tirtouga", - "poke_565": "Carracosta", - "poke_566": "Archen", - "poke_567": "Archeops", - "poke_568": "Trubbish", - "poke_569": "Garbodor", - "poke_570": "Zorua", - "poke_571": "Zoroark", - "poke_572": "Minccino", - "poke_573": "Cinccino", - "poke_574": "Gothita", - "poke_575": "Gothorita", - "poke_576": "Gothitelle", - "poke_577": "Solosis", - "poke_578": "Duosion", - "poke_579": "Reuniclus", - "poke_580": "Ducklett", - "poke_581": "Swanna", - "poke_582": "Vanillite", - "poke_583": "Vanillish", - "poke_584": "Vanilluxe", - "poke_585": "Deerling", - "poke_586": "Sawsbuck", - "poke_587": "Emolga", - "poke_588": "Karrablast", - "poke_589": "Escavalier", - "poke_590": "Foongus", - "poke_591": "Amoonguss", - "poke_592": "Frillish", - "poke_593": "Jellicent", - "poke_594": "Alomomola", - "poke_595": "Joltik", - "poke_596": "Galvantula", - "poke_597": "Ferroseed", - "poke_598": "Ferrothorn", - "poke_599": "Klink", - "poke_600": "Klang", - "poke_601": "Klinklang", - "poke_602": "Tynamo", - "poke_603": "Eelektrik", - "poke_604": "Eelektross", - "poke_605": "Elgyem", - "poke_606": "Beheeyem", - "poke_607": "Litwick", - "poke_608": "Lampent", - "poke_609": "Chandelure", - "poke_610": "Axew", - "poke_611": "Fraxure", - "poke_612": "Haxorus", - "poke_613": "Cubchoo", - "poke_614": "Beartic", - "poke_615": "Cryogonal", - "poke_616": "Shelmet", - "poke_617": "Accelgor", - "poke_618": "Stunfisk", - "poke_619": "Mienfoo", - "poke_620": "Mienshao", - "poke_621": "Druddigon", - "poke_622": "Golett", - "poke_623": "Golurk", - "poke_624": "Pawniard", - "poke_625": "Bisharp", - "poke_626": "Bouffalant", - "poke_627": "Rufflet", - "poke_628": "Braviary", - "poke_629": "Vullaby", - "poke_630": "Mandibuzz", - "poke_631": "Heatmor", - "poke_632": "Durant", - "poke_633": "Deino", - "poke_634": "Zweilous", - "poke_635": "Hydreigon", - "poke_636": "Larvesta", - "poke_637": "Volcarona", - "poke_638": "Cobalion", - "poke_639": "Terrakion", - "poke_640": "Virizion", - "poke_641": "Tornadus", - "poke_642": "Thundurus", - "poke_643": "Reshiram", - "poke_644": "Zekrom", - "poke_645": "Landorus", - "poke_646": "Kyurem", - "poke_647": "Keldeo", - "poke_648": "Meloetta", - "poke_649": "Genesect", - "poke_650": "Chespin", - "poke_651": "Quilladin", - "poke_652": "Chesnaught", - "poke_653": "Fennekin", - "poke_654": "Braixen", - "poke_655": "Delphox", - "poke_656": "Froakie", - "poke_657": "Frogadier", - "poke_658": "Greninja", - "poke_659": "Bunnelby", - "poke_660": "Diggersby", - "poke_661": "Fletchling", - "poke_662": "Fletchinder", - "poke_663": "Talonflame", - "poke_664": "Scatterbug", - "poke_665": "Spewpa", - "poke_666": "Vivillon", - "poke_667": "Litleo", - "poke_668": "Pyroar", - "poke_669": "Flabébé", - "poke_670": "Floette", - "poke_671": "Florges", - "poke_672": "Skiddo", - "poke_673": "Gogoat", - "poke_674": "Pancham", - "poke_675": "Pangoro", - "poke_676": "Furfrou", - "poke_677": "Espurr", - "poke_678": "Meowstic", - "poke_679": "Honedge", - "poke_680": "Doublade", - "poke_681": "Aegislash", - "poke_682": "Spritzee", - "poke_683": "Aromatisse", - "poke_684": "Swirlix", - "poke_685": "Slurpuff", - "poke_686": "Inkay", - "poke_687": "Malamar", - "poke_688": "Binacle", - "poke_689": "Barbaracle", - "poke_690": "Skrelp", - "poke_691": "Dragalge", - "poke_692": "Clauncher", - "poke_693": "Clawitzer", - "poke_694": "Helioptile", - "poke_695": "Heliolisk", - "poke_696": "Tyrunt", - "poke_697": "Tyrantrum", - "poke_698": "Amaura", - "poke_699": "Aurorus", - "poke_700": "Sylveon", - "poke_701": "Hawlucha", - "poke_702": "Dedenne", - "poke_703": "Carbink", - "poke_704": "Goomy", - "poke_705": "Sliggoo", - "poke_706": "Goodra", - "poke_707": "Klefki", - "poke_708": "Phantump", - "poke_709": "Trevenant", - "poke_710": "Pumpkaboo", - "poke_711": "Gourgeist", - "poke_712": "Bergmite", - "poke_713": "Avalugg", - "poke_714": "Noibat", - "poke_715": "Noivern", - "poke_716": "Xerneas", - "poke_717": "Yveltal", - "poke_718": "Zygarde", - "poke_719": "Diancie", - "poke_719_e1": "Mega Diancie", - "poke_720": "Hoopa", - "poke_721": "Volcanion", - "poke_722": "Rowlet", - "poke_723": "Dartrix", - "poke_724": "Decidueye", - "poke_725": "Litten", - "poke_726": "Torracat", - "poke_727": "Incineroar", - "poke_728": "Popplio", - "poke_729": "Brionne", - "poke_730": "Primarina", - "poke_731": "Pikipek", - "poke_732": "Trumbeak", - "poke_733": "Toucannon", - "poke_734": "Yungoos", - "poke_735": "Gumshoos", - "poke_736": "Grubbin", - "poke_737": "Charjabug", - "poke_738": "Vikavolt", - "poke_739": "Crabrawler", - "poke_740": "Crabominable", - "poke_741": "Oricorio", - "poke_742": "Cutiefly", - "poke_743": "Ribombee", - "poke_744": "Rockruff", - "poke_745": "Lycanroc", - "poke_746": "Wishiwashi", - "poke_747": "Mareanie", - "poke_748": "Toxapex", - "poke_749": "Mudbray", - "poke_750": "Mudsdale", - "poke_751": "Dewpider", - "poke_752": "Araquanid", - "poke_753": "Fomantis", - "poke_754": "Lurantis", - "poke_755": "Morelull", - "poke_756": "Shiinotic", - "poke_757": "Salandit", - "poke_758": "Salazzle", - "poke_759": "Stufful", - "poke_760": "Bewear", - "poke_761": "Bounsweet", - "poke_762": "Steenee", - "poke_763": "Tsareena", - "poke_764": "Comfey", - "poke_765": "Oranguru", - "poke_766": "Passimian", - "poke_767": "Wimpod", - "poke_768": "Golisopod", - "poke_769": "Sandygast", - "poke_770": "Palossand", - "poke_771": "Pyukumuku", - "poke_772": "Type: Null", - "poke_773": "Silvally", - "poke_774": "Minior", - "poke_775": "Komala", - "poke_776": "Turtonator", - "poke_777": "Togedemaru", - "poke_778": "Mimikyu", - "poke_779": "Bruxish", - "poke_780": "Drampa", - "poke_781": "Dhelmise", - "poke_782": "Jangmo-o", - "poke_783": "Hakamo-o", - "poke_784": "Kommo-o", - "poke_785": "Tapu Koko", - "poke_786": "Tapu Lele", - "poke_787": "Tapu Bulu", - "poke_788": "Tapu Fini", - "poke_789": "Cosmog", - "poke_790": "Cosmoem", - "poke_791": "Solgaleo", - "poke_792": "Lunala", - "poke_793": "Nihilego", - "poke_794": "Buzzwole", - "poke_795": "Pheromosa", - "poke_796": "Xurkitree", - "poke_797": "Celesteela", - "poke_798": "Kartana", - "poke_799": "Guzzlord", - "poke_800": "Necrozma", - "poke_801": "Magearna", - "poke_802": "Marshadow", - "poke_803": "Poipole", - "poke_804": "Naganadel", - "poke_805": "Stakataka", - "poke_806": "Blacephalon", - "poke_807": "Zeraora", - "poke_808": "Meltan", - "poke_809": "Melmetal", - "poke_810": "Grookey", - "poke_811": "Thwackey", - "poke_812": "Rillaboom", - "poke_813": "Scorbunny", - "poke_814": "Raboot", - "poke_815": "Cinderace", - "poke_816": "Sobble", - "poke_817": "Drizzile", - "poke_818": "Inteleon", - "poke_819": "Skwovet", - "poke_820": "Greedent", - "poke_821": "Rookidee", - "poke_822": "Corvisquire", - "poke_823": "Corviknight", - "poke_824": "Blipbug", - "poke_825": "Dottler", - "poke_826": "Orbeetle", - "poke_827": "Nickit", - "poke_828": "Thievul", - "poke_829": "Gossifleur", - "poke_830": "Eldegoss", - "poke_831": "Wooloo", - "poke_832": "Dubwool", - "poke_833": "Chewtle", - "poke_834": "Drednaw", - "poke_835": "Yamper", - "poke_836": "Boltund", - "poke_837": "Rolycoly", - "poke_838": "Carkol", - "poke_839": "Coalossal", - "poke_840": "Applin", - "poke_841": "Flapple", - "poke_842": "Appletun", - "poke_843": "Silicobra", - "poke_844": "Sandaconda", - "poke_845": "Cramorant", - "poke_846": "Arrokuda", - "poke_847": "Barraskewda", - "poke_848": "Toxel", - "poke_849": "Toxtricity", - "poke_850": "Sizzlipede", - "poke_851": "Centiskorch", - "poke_852": "Clobbopus", - "poke_853": "Grapploct", - "poke_854": "Sinistea", - "poke_855": "Polteageist", - "poke_856": "Hatenna", - "poke_857": "Hattrem", - "poke_858": "Hatterene", - "poke_859": "Impidimp", - "poke_860": "Morgrem", - "poke_861": "Grimmsnarl", - "poke_862": "Obstagoon", - "poke_863": "Perrserker", - "poke_864": "Cursola", - "poke_865": "Sirfetch'd", - "poke_866": "Mr. Rime", - "poke_867": "Runerigus", - "poke_868": "Milcery", - "poke_869": "Alcremie", - "poke_870": "Falinks", - "poke_871": "Pincurchin", - "poke_872": "Snom", - "poke_873": "Frosmoth", - "poke_874": "Stonjourner", - "poke_875": "Eiscue", - "poke_876": "Indeedee", - "poke_877": "Morpeko", - "poke_878": "Cufant", - "poke_879": "Copperajah", - "poke_880": "Dracozolt", - "poke_881": "Arctozolt", - "poke_882": "Dracovish", - "poke_883": "Arctovish", - "poke_884": "Duraludon", - "poke_885": "Dreepy", - "poke_886": "Drakloak", - "poke_887": "Dragapult", - "poke_888": "Zacian", - "poke_889": "Zamazenta", - "poke_890": "Eternatus", - "poke_891": "Kubfu", - "poke_892": "Urshifu", - "poke_893": "Zarude", - "poke_894": "Regieleki", - "poke_895": "Regidrago", - "poke_896": "Glastrier", - "poke_897": "Spectrier", - "poke_898": "Calyrex", - "poke_899": "Wyrdeer", - "poke_900": "Kleavor", - "poke_901": "Ursaluna", - "poke_902": "Basculegion", - "poke_903": "Sneasler", - "poke_904": "Overqwil", - "poke_905": "Enamorus", - "poke_906": "Sprigatito", - "poke_907": "Floragato", - "poke_908": "Meowscarada", - "poke_909": "Fuecoco", - "poke_910": "Crocalor", - "poke_911": "Skeledirge", - "poke_912": "Quaxly", - "poke_913": "Quaxwell", - "poke_914": "Quaquaval", - "poke_915": "Lechonk", - "poke_916": "Oinkologne", - "poke_917": "Tarountula", - "poke_918": "Spidops", - "poke_919": "Nymble", - "poke_920": "Lokix", - "poke_921": "Pawmi", - "poke_922": "Pawmo", - "poke_923": "Pawmot", - "poke_924": "Tandemaus", - "poke_925": "Maushold", - "poke_926": "Fidough", - "poke_927": "Dachsbun", - "poke_928": "Smoliv", - "poke_929": "Dolliv", - "poke_930": "Arboliva", - "poke_931": "Squawkabilly", - "poke_932": "Nacli", - "poke_933": "Naclstack", - "poke_934": "Garganacl", - "poke_935": "Charcadet", - "poke_936": "Armarouge", - "poke_937": "Ceruledge", - "poke_938": "Tadbulb", - "poke_939": "Bellibolt", - "poke_940": "Wattrel", - "poke_941": "Kilowattrel", - "poke_942": "Maschiff", - "poke_943": "Mabosstiff", - "poke_944": "Shroodle", - "poke_945": "Grafaiai", - "poke_946": "Bramblin", - "poke_947": "Brambleghast", - "poke_948": "Toedscool", - "poke_949": "Toedscruel", - "poke_950": "Klawf", - "poke_951": "Capsakid", - "poke_952": "Scovillain", - "poke_953": "Rellor", - "poke_954": "Rabsca", - "poke_955": "Flittle", - "poke_956": "Espathra", - "poke_957": "Tinkatink", - "poke_958": "Tinkatuff", - "poke_959": "Tinkaton", - "poke_960": "Wiglett", - "poke_961": "Wugtrio", - "poke_962": "Bombirdier", - "poke_963": "Finizen", - "poke_964": "Palafin", - "poke_965": "Varoom", - "poke_966": "Revavroom", - "poke_967": "Cyclizar", - "poke_968": "Orthworm", - "poke_969": "Glimmet", - "poke_970": "Glimmora", - "poke_971": "Greavard", - "poke_972": "Houndstone", - "poke_973": "Flamigo", - "poke_974": "Cetoddle", - "poke_975": "Cetitan", - "poke_976": "Veluza", - "poke_977": "Dondozo", - "poke_978": "Tatsugiri", - "poke_979": "Annihilape", - "poke_980": "Clodsire", - "poke_981": "Farigiraf", - "poke_982": "Dudunsparce", - "poke_983": "Kingambit", - "poke_984": "Great Tusk", - "poke_985": "Scream Tail", - "poke_986": "Brute Bonnet", - "poke_987": "Flutter Mane", - "poke_988": "Slither Wing", - "poke_989": "Sandy Shocks", - "poke_990": "Iron Treads", - "poke_991": "Iron Bundle", - "poke_992": "Iron Hands", - "poke_993": "Iron Jugulis", - "poke_994": "Iron Moth", - "poke_995": "Iron Thorns", - "poke_996": "Frigibax", - "poke_997": "Arctibax", - "poke_998": "Baxcalibur", - "poke_999": "Gimmighoul", - "poke_1000": "Gholdengo", - "poke_1001": "Wo-Chien", - "poke_1002": "Chien-Pao", - "poke_1003": "Ting-Lu", - "poke_1004": "Chi-Yu", - "poke_1005": "Roaring Moon", - "poke_1006": "Iron Valiant", - "poke_1007": "Koraidon", - "poke_1008": "Miraidon", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "Żaden", - "poke_type_1": "Normalny", - "poke_type_2": "Walczący", - "poke_type_3": "Latający", - "poke_type_4": "Trujący", - "poke_type_5": "Ziemny", - "poke_type_6": "Kamienny", - "poke_type_7": "Robaczy", - "poke_type_8": "Duch", - "poke_type_9": "Stalowy", - "poke_type_10": "Ognisty", - "poke_type_11": "Wodny", - "poke_type_12": "Trawiasty", - "poke_type_13": "Elektryczny", - "poke_type_14": "Psychiczny", - "poke_type_15": "Lodowy", - "poke_type_16": "Smoczy", - "poke_type_17": "Ciemny", - "poke_type_18": "Wróżkowy", - "purified": "Purified", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "Walk {{amount}} km with your buddy", - "quest_catch_type_dark_plural": "Catch {{amount}} Dark-type Pokémon", - "quest_catch_type_dragon_plural": "Catch {{amount}} Dragon-type Pokémon", - "quest_catch_type_poison_plural": "Catch {{amount}} Poison-type Pokémon", - "quest_catch_type_psychic_plural": "Catch {{amount}} Psychic-type Pokémon", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "Defeat {{amount}} Ghost-type Pokémon", - "quest_fight_type_ghost_psychic_plural": "Defeat {{amount}} Psychic- or Ghost-type Pokémon", - "quest_fight_type_psychic_plural": "Defeat {{amount}} Psychic-type Pokémon", - "quest_incense_singular": "Use an Incense", - "quest_land_excellent_plural": "Make {{amount}} Excellent Throws", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "Battle a team leader {{amount_0}} times", - "quest_title_challenge_2019_battle_trainer": "Battle another Trainer", - "quest_title_challenge_2019_battle_trainer_plural": "Battle another Trainer {{amount_0}} times", - "quest_title_challenge_2019_battle_trainer_win": "Win against another Trainer {{amount_0}} times", - "quest_title_challenge_2019_snapshot_eevee": "Take {{amount_0}} snapshots of Eevee", - "quest_title_challenge_2019_snapshot_loudred": "Take a snapshot of Loudred", - "quest_title_challenge_2019_snapshot_pkmn": "Take {{amount_0}} snapshots of Jirachi", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "Take {{amount_0}} snapshots of Fairy-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_flying": "Take {{amount_0}} snapshots of Flying-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "Take {{amount_0}} snapshots of Ghost-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_grass": "Take {{amount_0}} snapshots of Grass-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_ground": "Take {{amount_0}} snapshots of Ground-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_ice": "Take {{amount_0}} snapshots of Ice-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_normal": "Take {{amount_0}} snapshots of Normal-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "Take {{amount_0}} snapshots of Psychic-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Take {{amount_0}} snapshots of Psychic- or Steel-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_steel": "Take {{amount_0}} snapshots of Steel-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_water": "Take {{amount_0}} snapshots of Water-type Pokémon", - "quest_title_challenge_2019_trade_distance": "Trade for 3 Pokémon from at least 100 km away", - "quest_title_challenge_available": "A new challenge is available!", - "quest_title_challenge_battle_gbl_win_all": "Win in the GO Battle League", - "quest_title_challenge_battle_trainer_great": "Battle another Trainer in the Great League", - "quest_title_challenge_buddy_affection_plural": "Earn {{amount_0}} hearts with your buddy", - "quest_title_challenge_buddy_affection_single": "Earn a heart with your buddy", - "quest_title_challenge_buddy_battle_plural": "Battle alongside your buddy {{amount_0}} times while it’s adventuring with you", - "quest_title_challenge_buddy_battle_single": "Battle alongside your buddy while it’s adventuring with you", - "quest_title_challenge_buddy_emotion_plural": "Get your buddy excited {{amount_0}} times", - "quest_title_challenge_buddy_emotion_single": "Get your buddy excited", - "quest_title_challenge_buddy_level_best_plural": "Reach Best Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_best_single": "Reach Best Buddy with a Pokémon", - "quest_title_challenge_buddy_level_good_plural": "Reach Good Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_good_single": "Reach Good Buddy with a Pokémon", - "quest_title_challenge_buddy_level_great_plural": "Reach Great Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_great_single": "Reach Great Buddy with a Pokémon", - "quest_title_challenge_buddy_level_plural": "Increase the Buddy Level of Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_single": "Increase the Buddy Level of a Pokémon", - "quest_title_challenge_buddy_level_ultra_plural": "Reach Ultra Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_ultra_single": "Reach Ultra Buddy with a Pokémon", - "quest_title_challenge_buddy_play_plural": "Play with your buddy {{amount_0}} times", - "quest_title_challenge_buddy_play_single": "Play with your buddy", - "quest_title_challenge_buddy_poi_plural": "Visit interesting locations pointed out by your buddy {{amount_0}} times", - "quest_title_challenge_buddy_poi_single": "Visit an interesting location pointed out by your buddy", - "quest_title_challenge_buddy_snapshot_plural": "Take {{amount_0}} snapshots of your buddy", - "quest_title_challenge_buddy_snapshot_single": "Take a snapshot of your buddy", - "quest_title_challenge_buddy_treat_plural": "Give your buddy {{amount_0}} treats", - "quest_title_challenge_buddy_treat_single": "Give your buddy a treat", - "quest_title_challenge_catch_legendary": "Catch a Legendary Pokémon from a Field Research Breakthrough or raid", - "quest_title_challenge_catch_unique_any": "Catch {{amount_0}} different species of Pokémon", - "quest_title_challenge_snapshot_bidoof": "Take a snapshot of Bidoof", - "quest_title_challenge_snapshot_dratini_singular": "Take a snapshot of Dratini", - "quest_title_challenge_snapshot_eevee": "Take a snapshot of Eevee", - "quest_title_challenge_snapshot_pkmn_bug": "Take {{amount_0}} snapshots of Bug-type Pokémon", - "quest_title_challenge_snapshot_pkmn_bug_single": "Take a snapshot of a Bug-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dark": "Take {{amount_0}} snapshots of Dark-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dark_single": "Take a snapshot of a Dark-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dragon": "Take {{amount_0}} snapshots of Dragon-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dragon_single": "Take a snapshot of a Dragon-type Pokémon", - "quest_title_challenge_snapshot_pkmn_electric": "Take {{amount_0}} snapshots of Electric-type Pokémon", - "quest_title_challenge_snapshot_pkmn_electric_single": "Take a snapshot of an Electric-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fairy_single": "Take a snapshot of a Fairy-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fighting": "Take {{amount_0}} snapshots of Fighting-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fighting_single": "Take a snapshot of a Fighting-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fire": "Take {{amount_0}} snapshots of Fire-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fire_single": "Take a snapshot of a Fire-type Pokémon", - "quest_title_challenge_snapshot_pkmn_flying_single": "Take a snapshot of a Flying-type Pokémon", - "quest_title_challenge_snapshot_pkmn_ghost_single": "Take a snapshot of a Ghost-type Pokémon", - "quest_title_challenge_snapshot_pkmn_grass_single": "Take a snapshot of a Grass-type Pokémon", - "quest_title_challenge_snapshot_pkmn_ground_single": "Take a snapshot of a Ground-type Pokémon", - "quest_title_challenge_snapshot_pkmn_ice_single": "Take a snapshot of an Ice-type Pokémon", - "quest_title_challenge_snapshot_pkmn_normal_single": "Take a snapshot of a Normal-type Pokémon", - "quest_title_challenge_snapshot_pkmn_poison": "Take {{amount_0}} snapshots of Poison-type Pokémon", - "quest_title_challenge_snapshot_pkmn_poison_single": "Take a snapshot of a Poison-type Pokémon", - "quest_title_challenge_snapshot_pkmn_psychic_single": "Take a snapshot of a Psychic-type Pokémon", - "quest_title_challenge_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", - "quest_title_challenge_snapshot_pkmn_rock_single": "Take a snapshot of a Rock-type Pokémon", - "quest_title_challenge_snapshot_pkmn_steel_single": "Take a snapshot of a Steel-type Pokémon", - "quest_title_challenge_snapshot_pkmn_water_single": "Take a snapshot of a Water-type Pokémon", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Take a snapshot of Blitzle in the wild", - "quest_title_challenge_snapshot_wild_glameow_singular": "Take a snapshot of Glameow in the wild", - "quest_title_geotarget_quest_description": "Scan {{amount_0}}", - "quest_title_quest_achieve_lvl_40": "Reach level 40", - "quest_title_quest_adventure_effect_activate_plural": "Activate an Adventure Effect {{amount_0}} times", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Activate Roar of Time’s Adventure Effect {{amount_0}} times", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Activate Roar of Time’s Adventure Effect", - "quest_title_quest_adventure_effect_activate_singular": "Activate an Adventure Effect", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Activate Spacial Rend’s Adventure Effect {{amount_0}} times", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Activate Spacial Rend’s Adventure Effect", - "quest_title_quest_adventure_evolve_singular": "Adventure Week: Evolve an Omanyte or Kabuto", - "quest_title_quest_adventure_hatch_egg_plural": "Adventure Week: Hatch {{amount_0}} Eggs", - "quest_title_quest_adventure_visit_pokestop_new_plural": "Adventure Week: Spin {{amount_0}} PokéStops you haven't visited before", - "quest_title_quest_adventure_walk_buddy_plural": "Adventure Week: Earn {{amount_0}} Candies walking with your buddy", - "quest_title_quest_adventure2019_catch_special33_plural": "Adventure Week 2019: Catch {{amount_0}} Aron", - "quest_title_quest_adventure2019_evolve_singular": "Adventure Week 2019: Evolve a Lileep or Anorith", - "quest_title_quest_adventure2019_hatch_egg_plural": "Adventure Week 2019: Hatch {{amount_0}} Eggs", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Adventure Week 2019: Spin {{amount_0}} PokéStops you haven’t visited before", - "quest_title_quest_adventure2019_visit_pokestop_plural": "Adventure Week 2019: Spin 25 PokéStops", - "quest_title_quest_adventure2019_walk_buddy_plural": "Adventure Week 2019: Earn {{amount_0}} Candies walking with your buddy", - "quest_title_quest_alodude_catch": "Catch {{amount_0}} Alolan Geodude", - "quest_title_quest_alodude_evolve_a": "Evolve {{amount_0}} Alolan Geodude", - "quest_title_quest_alodude_evolve_b": "Evolve {{amount_0}} Alolan Graveler", - "quest_title_quest_alodude_snap": "Take {{amount_0}} snapshots of Alolan Geodude", - "quest_title_quest_at_catch_a": "Catch {{amount_0}} Abra", - "quest_title_quest_at_evolve_a": "Evolve {{amount_0}} Abra", - "quest_title_quest_at_evolve_k": "Evolve {{amount_0}} Kadabra", - "quest_title_quest_axew_catch_b": "Catch {{amount_0}} Axew", - "quest_title_quest_axew_evolve_b": "Evolve {{amount_0}} Axew", - "quest_title_quest_axew_snapshot_b": "Take a snapshot of {{amount_0}} Axew", - "quest_title_quest_azelf_wild_snap": "Take a snapshot of Azelf in the wild", - "quest_title_quest_bagon_catch_b": "Catch {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_plural": "Evolve {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_singular": "Evolve a Bagon", - "quest_title_quest_bagon_snapshot_b": "Take a snapshot of {{amount_0}} Bagon", - "quest_title_quest_battle_buddy_adventure_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", - "quest_title_quest_battle_buddy_adventure_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", - "quest_title_quest_battle_dangling_reward_toast": "You must complete your current battle before beginning a new battle!", - "quest_title_quest_battle_error_toast": "An error occurred when starting the battle", - "quest_title_quest_battle_gbl_halloween_plural": "Battle in the Halloween Cup {{amount_0}} times", - "quest_title_quest_battle_gbl_halloween_win_plural": "Win {{amount_0}} Trainer Battles in the Halloween Cup", - "quest_title_quest_battle_gbl_plural": "Battle in the GO Battle League {{amount_0}} times", - "quest_title_quest_battle_gbl_singular": "Battle in the GO Battle League", - "quest_title_quest_battle_gbl_win_plural": "Win {{amount_0}} Trainer Battles in the GO Battle League", - "quest_title_quest_battle_gbl_win_singular": "Win a Trainer Battle in the GO Battle League", - "quest_title_quest_battle_great_plural": "Battle another Trainer in the Great League {{amount_0}} times", - "quest_title_quest_battle_great_win_plural": "Win {{amount_0}} Trainer Battles in the Great League", - "quest_title_quest_battle_great_win_singular": "Win a Trainer Battle in the Great League", - "quest_title_quest_battle_gym_plural": "Battle in a Gym {{amount_0}} times", - "quest_title_quest_battle_gym_singular": "Battle in a Gym", - "quest_title_quest_battle_master_win_plural": "Win {{amount_0}} Trainer Battles in the Master League", - "quest_title_quest_battle_master_win_singular": "Win a Trainer Battle in the Master League", - "quest_title_quest_battle_raid_plural": "Battle in {{amount_0}} raids", - "quest_title_quest_battle_raid_singular": "Battle in a raid", - "quest_title_quest_battle_raid_with_friend_plural": "Battle in {{amount_0}} raids with a friend", - "quest_title_quest_battle_raid_with_friend_singular": "Battle in a raid with a friend", - "quest_title_quest_battle_supereffective_charge_plural": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", - "quest_title_quest_battle_supereffective_charge_singular": "Use a supereffective Charged Attack in a Gym battle", - "quest_title_quest_battle_team_rocket_plural": "Battle {{amount_0}} Team GO Rocket members", - "quest_title_quest_battle_team_rocket_singular": "Battle a Team GO Rocket member", - "quest_title_quest_battle_ultra_win_plural": "Win {{amount_0}} Trainer Battles in the Ultra League", - "quest_title_quest_battle_ultra_win_singular": "Win a Trainer Battle in the Ultra League", - "quest_title_quest_battle19_catch_fighting_easy": "Catch {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_battle19_catch_medium_pkmn": "Catch {{amount_0}} Makuhita or Meditite", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Make {{amount_0}} Excellent Throws in a row", - "quest_title_quest_battle19_raid_win_veryhard": "Win {{amount_0}} raids", - "quest_title_quest_battle19_supereffective_charge_hard": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", - "quest_title_quest_battler_appears": "AN OPPONENT APPEARS!", - "quest_title_quest_beat_raid_10_minutes": "Win a raid in under 10 minutes", - "quest_title_quest_beat_raid_60_seconds": "Win a raid in under 60 seconds", - "quest_title_quest_beat_raid_singular_minutes": "Win a raid in under {{amount_0}} minutes", - "quest_title_quest_beat_raid_singular_seconds": "Win a raid in under {{amount_0}} seconds", - "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: Catch {{amount_0}} Pidgey or Rattata", - "quest_title_quest_begins19_evolve_plural": "Pokémon Day: Evolve 1 Meowth", - "quest_title_quest_beldum_catch_b": "Catch {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_plural": "Evolve {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_singular": "Evolve a Beldum", - "quest_title_quest_bellsprout_catch_b": "Catch {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_plural": "Evolve {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_singular": "Evolve a Bellsprout", - "quest_title_quest_bellsprout_snapshot_b": "Take a snapshot of {{amount_0}} Bellsprout", - "quest_title_quest_beluga_evolve_pkmn": "Let’s Go: Evolve {{amount_0}} Anorith", - "quest_title_quest_beluga_excellent_singular": "Let's Go: Make {{amount_0}} Excellent Throw", - "quest_title_quest_beluga_hatch_plural": "Let’s Go: Hatch {{amount_0}} Eggs", - "quest_title_quest_best_buddy_bronze": "Have 1 Best Buddy", - "quest_title_quest_best_buddy_silver": "Have 10 Best Buddies", - "quest_title_quest_bounsweet_catch_b": "Catch {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_plural": "Evolve {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_singular": "Evolve a Bounsweet", - "quest_title_quest_braixen_evolve_b": "Evolve {{amount_0}} Braixen", - "quest_title_quest_breakthrough_completed": "Field Research completed!", - "quest_title_quest_breakthrough_reward_mystery": "Mystery items", - "quest_title_quest_breakthrough_reward_stardust": "Stardust", - "quest_title_quest_brionne_evolve_b_plural": "Evolve {{amount_0}} Brionne", - "quest_title_quest_brionne_evolve_b_singular": "Evolve a Brionne", - "quest_title_quest_buddy_affection_days": "Earn a heart with your buddy on {{amount_0}} different days", - "quest_title_quest_buddy_affection_days_in_a_row": "Earn a heart with your buddy {{amount_0}} days in a row", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", - "quest_title_quest_buddy_souvenir_plural": "Receive {{amount_0}} Souvenirs from your buddy", - "quest_title_quest_buddy_souvenir_singular": "Receive a Souvenir from your buddy", - "quest_title_quest_buddy_walk_km_plural": "Walk {{amount_0}} km with your buddy", - "quest_title_quest_bulbt_catch_b": "Catch {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_b": "Evolve {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_s1": "Evolve {{amount_0}} Ivysaur", - "quest_title_quest_cacnea_catch": "Catch {{amount_0}} Cacnea", - "quest_title_quest_catch_151": "Catch 151 Pokémon", - "quest_title_quest_catch_b_types_plural": "Catch {{amount_0}} Electric-, Normal-, or Poison-type Pokémon", - "quest_title_quest_catch_basic_types_plural": "Catch {{amount_0}} Grass-, Water-, or Fire-type Pokémon", - "quest_title_quest_catch_berry_any_drifloon": "Use {{amount_0}} Berries to help catch Drifloon", - "quest_title_quest_catch_berry_nanab_drifloon": "Use {{amount_0}} Nanab Berries to help catch Drifloon", - "quest_title_quest_catch_berry_pinap": "Use {{amount_0}} Pinap Berries to help catch Pokémon", - "quest_title_quest_catch_berry_razz": "Use {{amount_0}} Razz Berries to help catch Pokémon", - "quest_title_quest_catch_berry_razz_drifloon": "Use {{amount_0}} Razz Berries to help catch Drifloon", - "quest_title_quest_catch_bronzor_plural": "Catch {{amount_0}} Bronzor", - "quest_title_quest_catch_c_types_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dark-type Pokémon", - "quest_title_quest_catch_carbink_singular": "Catch a Carbink", - "quest_title_quest_catch_celebi_types_plural": "Catch {{amount_0}} Grass- or Psychic-type Pokémon", - "quest_title_quest_catch_costumed_plural": "Catch {{amount_0}} Eevee wearing a sun crown or moon crown", - "quest_title_quest_catch_crabrawler_plural": "Catch {{amount_0}} Crabrawler", - "quest_title_quest_catch_dark_type_plural": "Catch {{amount_0}} Dark-type Pokémon", - "quest_title_quest_catch_darumaka_plural": "Catch {{amount_0}} Darumaka", - "quest_title_quest_catch_daysinarow": "Catch a Pokémon {{amount_0}} days in a row", - "quest_title_quest_catch_dialga": "Catch Dialga", - "quest_title_quest_catch_drifloon": "Catch {{amount_0}} Drifloon", - "quest_title_quest_catch_ducklett_plural": "Catch {{amount_0}} Ducklett", - "quest_title_quest_catch_ducklett_singular": "Catch a Ducklett", - "quest_title_quest_catch_emolga_plural": "Catch {{amount_0}} Emolga", - "quest_title_quest_catch_excellent_curve_drifloon": "Catch {{amount_0}} Drifloon with Excellent Curveball Throws", - "quest_title_quest_catch_excellent_with_berry_drifloon": "Catch {{amount_0}} Drifloon with Excellent Throws after giving them Berries", - "quest_title_quest_catch_feed_plural": "Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_catch_feed_singular": "Use a Berry to help catch a Pokémon", - "quest_title_quest_catch_furfou_singular": "Catch a Furfrou", - "quest_title_quest_catch_groudon_primal_boosted_types": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", - "quest_title_quest_catch_groudon_type": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", - "quest_title_quest_catch_hoenn_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Hoenn region", - "quest_title_quest_catch_in_day_plural": "Catch {{amount_0}} Pokémon in a single day", - "quest_title_quest_catch_jan21_hoenn1_plural": "Catch {{amount_0}} Groudon", - "quest_title_quest_catch_jan21_hoenn2_plural": "Catch {{amount_0}} Kyogre", - "quest_title_quest_catch_johto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Johto region", - "quest_title_quest_catch_kanto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Kanto region", - "quest_title_quest_catch_kyogre_primal_boosted_types": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_kyogre_type": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_legendary_inarow_plural": "Successfully catch the next {{amount_0}} Legendary or Mythical Pokémon you encounter", - "quest_title_quest_catch_legendary_plural": "Catch {{amount_0}} Legendary or Mythical Pokémon", - "quest_title_quest_catch_legendary_singular": "Catch a Legendary or Mythical Pokémon", - "quest_title_quest_catch_lunatone_plural": "Catch {{amount_0}} Lunatone", - "quest_title_quest_catch_luvdisc": "Catch {{amount_0}} Luvdisc", - "quest_title_quest_catch_misc_01_types_plural": "Catch {{amount_0}} Normal-, Water-, or Ice-type Pokémon", - "quest_title_quest_catch_nymble_plural": "Catch {{amount_0}} Nymble", - "quest_title_quest_catch_palkia": "Catch Palkia", - "quest_title_quest_catch_pikachu_plural": "Catch {{amount_0}} Pikachu", - "quest_title_quest_catch_plural_unique": "Catch {{amount_0}} different species of Pokémon", - "quest_title_quest_catch_pokemon_dai_plural": "Use Daily Adventure Incense to help catch {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_days": "Catch a Pokémon on {{amount_0}} different days", - "quest_title_quest_catch_pokemon_great_ball_plural": "Catch {{amount_0}} Pokémon in Great Balls", - "quest_title_quest_catch_pokemon_great_ball_singular": "Catch a Pokémon in a Great Ball", - "quest_title_quest_catch_pokemon_legendary_plural": "Catch {{amount_0}} Legendary Pokémon", - "quest_title_quest_catch_pokemon_legendary_singular": "Catch a Legendary Pokémon", - "quest_title_quest_catch_pokemon_party_plural": "Catch {{amount_0}} Pokémon while in a party", - "quest_title_quest_catch_pokemon_plural": "Catch {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_poke_ball_plural": "Catch {{amount_0}} Pokémon in Poké Balls", - "quest_title_quest_catch_pokemon_poke_ball_singular": "Catch a Pokémon in a Poké Ball", - "quest_title_quest_catch_pokemon_routes_plural": "Catch {{amount_0}} Pokémon while following Routes", - "quest_title_quest_catch_pokemon_routes_singular": "Catch a Pokémon while following a Route", - "quest_title_quest_catch_pokemon_singular": "Catch a Pokémon", - "quest_title_quest_catch_pokemon_task": "Catch Pokémon", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "Catch {{amount_0}} Pokémon in Ultra Balls", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "Catch a Pokémon in an Ultra Ball", - "quest_title_quest_catch_psychic_steel": "Catch {{amount_0}} Psychic- or Steel-type Pokémon", - "quest_title_quest_catch_raid_regi_any": "Catch a Regirock, Regice, or Registeel from a raid", - "quest_title_quest_catch_raid_regi_ice": "Catch a Regice from a raid", - "quest_title_quest_catch_raid_regi_rock": "Catch a Regirock from a raid", - "quest_title_quest_catch_raid_regi_steel": "Catch a Registeel from a raid", - "quest_title_quest_catch_rayquaza_type": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", - "quest_title_quest_catch_sinnoh_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Sinnoh region", - "quest_title_quest_catch_sinnoh_pokemon_singular": "Catch a Pokémon originally discovered in the Sinnoh region", - "quest_title_quest_catch_solrock_plural": "Catch {{amount_0}} Solrock", - "quest_title_quest_catch_special_aerodactyl": "Catch an Aerodactyl", - "quest_title_quest_catch_special_bidoof": "Catch {{amount_0}} Bidoof", - "quest_title_quest_catch_special_chespin": "Catch a Chespin", - "quest_title_quest_catch_special_cottonee": "Catch {{amount_0}} Cottonee", - "quest_title_quest_catch_special_cubone": "Catch a Cubone", - "quest_title_quest_catch_special_exeggcute": "Catch {{amount_0}} Exeggcute", - "quest_title_quest_catch_special_fennekin": "Catch a Fennekin", - "quest_title_quest_catch_special_fletchling": "Catch a Fletchling", - "quest_title_quest_catch_special_froakie": "Catch a Froakie", - "quest_title_quest_catch_special_furfrou": "Catch a Furfrou", - "quest_title_quest_catch_special_jirachi": "Catch Jirachi!", - "quest_title_quest_catch_special_lieep_anorithl": "Catch {{amount_0}} Lileep or Anorith", - "quest_title_quest_catch_special_litleo": "Catch a Litleo", - "quest_title_quest_catch_special_mew": "Catch Mew!", - "quest_title_quest_catch_special_natu": "Catch {{amount_0}} Natu", - "quest_title_quest_catch_special_omanyte_kabuto": "Catch {{amount_0}} Omanyte or Kabuto", - "quest_title_quest_catch_special_pumpkaboo": "Catch {{amount_0}} Pumpkaboo", - "quest_title_quest_catch_special_slugma_gulpin": "Catch {{amount_0}} Slugma or Gulpin", - "quest_title_quest_catch_special_voltorb": "Catch {{amount_0}} Voltorb", - "quest_title_quest_catch_special0_plural": "Catch {{amount_0}} Ditto", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Catch the {{amount_0}} Pokémon on the event list", - "quest_title_quest_catch_special0_singular": "Catch a Ditto", - "quest_title_quest_catch_special1_plural": "Catch {{amount_0}} Oddish or Bellsprout", - "quest_title_quest_catch_special1_singular": "Catch an Oddish or Bellsprout", - "quest_title_quest_catch_special2_plural": "Catch {{amount_0}} Swablu", - "quest_title_quest_catch_special2_singular": "Catch a Swablu", - "quest_title_quest_catch_special3_plural": "Catch {{amount_0}} Pidgey or Murkrow", - "quest_title_quest_catch_special3_singular": "Catch a Pidgey or Murkrow", - "quest_title_quest_catch_special4_plural": "Catch {{amount_0}} Treecko or Mudkip", - "quest_title_quest_catch_special4_singular": "Catch a Treecko or Mudkip", - "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", - "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", - "quest_title_quest_catch_special6_plural": "Catch {{amount_0}} Mareep", - "quest_title_quest_catch_special7_plural": "Catch {{amount_0}} Charmander", - "quest_title_quest_catch_special8_plural": "Catch {{amount_0}} Larvitar", - "quest_title_quest_catch_special9_plural": "Catch {{amount_0}} Unown", - "quest_title_quest_catch_special10_plural": "Catch {{amount_0}} Plusle", - "quest_title_quest_catch_special11_plural": "Catch {{amount_0}} Minun", - "quest_title_quest_catch_special12_plural": "Catch {{amount_0}} Squirtle", - "quest_title_quest_catch_special13_plural": "Catch {{amount_0}} Roselia", - "quest_title_quest_catch_special14_singular": "Catch a Meowth or Growlithe", - "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", - "quest_title_quest_catch_special16_singular": "Catch a Skitty or Poochyena", - "quest_title_quest_catch_special17_plural": "Catch {{amount_0}} Eevee", - "quest_title_quest_catch_special18_plural": "Catch {{amount_0}} Beldum", - "quest_title_quest_catch_special19_plural": "Catch {{amount_0}} Slakoth", - "quest_title_quest_catch_special20_plural": "Catch {{amount_0}} Ralts", - "quest_title_quest_catch_special21_singular": "Catch a Rattata or Pikachu", - "quest_title_quest_catch_special22_plural": "Catch {{amount_0}} Chikorita", - "quest_title_quest_catch_special23_plural": "Catch {{amount_0}} Cyndaquil", - "quest_title_quest_catch_special24_plural": "Catch {{amount_0}} Totodile", - "quest_title_quest_catch_special25_plural": "Catch {{amount_0}} Swinub", - "quest_title_quest_catch_special26_plural": "Catch {{amount_0}} Treecko", - "quest_title_quest_catch_special27_plural": "Catch {{amount_0}} Bagon", - "quest_title_quest_catch_special28_plural": "Catch {{amount_0}} Torchic", - "quest_title_quest_catch_special29_plural": "Catch {{amount_0}} Mudkip", - "quest_title_quest_catch_special31_plural": "Catch {{amount_0}} Turtwig", - "quest_title_quest_catch_special33_plural": "Catch {{amount_0}} Trapinch", - "quest_title_quest_catch_special34_plural": "Catch {{amount_0}} Chimchar", - "quest_title_quest_catch_special35_plural": "Catch {{amount_0}} Piplup", - "quest_title_quest_catch_special36_plural": "Catch {{amount_0}} Rhyhorn", - "quest_title_quest_catch_special37_plural": "Catch {{amount_0}} Machop", - "quest_title_quest_catch_special38_plural": "Catch {{amount_0}} Vulpix", - "quest_title_quest_catch_special39_plural": "Catch {{amount_0}} Dratini", - "quest_title_quest_catch_special40_plural": "Catch {{amount_0}} Abra", - "quest_title_quest_catch_special41_plural": "Catch {{amount_0}} Spheal", - "quest_title_quest_catch_special42_plural": "Catch {{amount_0}} Weedle", - "quest_title_quest_catch_special43_plural": "Catch {{amount_0}} Starly", - "quest_title_quest_catch_special44_plural": "Catch {{amount_0}} Seedot", - "quest_title_quest_catch_special45_plural": "Catch {{amount_0}} Grimer", - "quest_title_quest_catch_special46_plural": "Catch {{amount_0}} Porygon", - "quest_title_quest_catch_staryu_plural": "Catch {{amount_0}} Staryu", - "quest_title_quest_catch_stufful_pinap_plural": "Use {{amount_0}} Pinap Berries to help catch Pokémon", - "quest_title_quest_catch_stufful_pinap_singular": "Use a Pinap Berry to help catch a Pokémon", - "quest_title_quest_catch_stufful_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", - "quest_title_quest_catch_stufful_razz_singular": "Use a Razz Berry to help catch a Pokémon", - "quest_title_quest_catch_transform_pokemon_plural": "Catch {{amount_0}} of the Transform Pokémon", - "quest_title_quest_catch_trubbish_plural": "Catch {{amount_0}} Trubbish", - "quest_title_quest_catch_type_bug_plural": "Catch {{amount_0}} Bug-type Pokémon", - "quest_title_quest_catch_type_bug_plural_unique": "Catch {{amount_0}} different species of Bug-type Pokémon", - "quest_title_quest_catch_type_bug_singular": "Catch a Bug-type Pokémon", - "quest_title_quest_catch_type_buzzwole": "Catch a Pokémon that shares a type with Buzzwole", - "quest_title_quest_catch_type_buzzwole_effective": "Catch a Pokémon of a type that Buzzwole is weak to", - "quest_title_quest_catch_type_buzzwole_plural": "Catch {{amount_0}} Pokémon that share a type with Buzzwole", - "quest_title_quest_catch_type_celesteela_effective": "Catch a Pokémon of a type that Celesteela is weak to", - "quest_title_quest_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", - "quest_title_quest_catch_type_dark_plural_unique": "Catch {{amount_0}} different species of Dark-type Pokémon", - "quest_title_quest_catch_type_dark_singular": "Catch a Dark-type Pokémon", - "quest_title_quest_catch_type_dragon_normal_plural": "Catch {{amount_0}} Normal- or Dragon-type Pokémon", - "quest_title_quest_catch_type_dragon_plural": "Catch {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_catch_type_dragon_plural_unique": "Catch {{amount_0}} different species of Dragon-type Pokémon", - "quest_title_quest_catch_type_dragon_singular": "Catch a Dragon-type Pokémon", - "quest_title_quest_catch_type_electric_flying_plural": "Catch {{amount_0}} Electric- or Flying-type Pokémon", - "quest_title_quest_catch_type_electric_plural": "Catch {{amount_0}} Electric-type Pokémon", - "quest_title_quest_catch_type_electric_plural_unique": "Catch {{amount_0}} different species of Electric-type Pokémon", - "quest_title_quest_catch_type_electric_singular": "Catch an Electric-type Pokémon", - "quest_title_quest_catch_type_fairy_plural": "Catch {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_catch_type_fairy_plural_unique": "Catch {{amount_0}} different species of Fairy-type Pokémon", - "quest_title_quest_catch_type_fairy_singular": "Catch a Fairy-type Pokémon", - "quest_title_quest_catch_type_fighting_plural": "Catch {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_catch_type_fighting_plural_unique": "Catch {{amount_0}} different species of Fighting-type Pokémon", - "quest_title_quest_catch_type_fighting_singular": "Catch a Fighting-type Pokémon", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Catch {{amount_0}} Fire- or Dark-type Pokémon", - "quest_title_quest_catch_type_fire_plural": "Catch {{amount_0}} Fire-type Pokémon", - "quest_title_quest_catch_type_fire_singular": "Catch a Fire-type Pokémon", - "quest_title_quest_catch_type_flying_plural": "Catch {{amount_0}} Flying-type Pokémon", - "quest_title_quest_catch_type_flying_plural_unique": "Catch {{amount_0}} different species of Flying-type Pokémon", - "quest_title_quest_catch_type_flying_singular": "Catch a Flying-type Pokémon", - "quest_title_quest_catch_type_ghost_dark_plural": "Catch {{amount_0}} Ghost- or Dark-type Pokémon", - "quest_title_quest_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_catch_type_ghost_plural_unique": "Catch {{amount_0}} different species of Ghost-type Pokémon", - "quest_title_quest_catch_type_ghost_singular": "Catch a Ghost-type Pokémon", - "quest_title_quest_catch_type_grass_bug_plural": "Catch {{amount_0}} Grass- or Bug-type Pokémon", - "quest_title_quest_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", - "quest_title_quest_catch_type_grass_plural_unique": "Catch {{amount_0}} different species of Grass-type Pokémon", - "quest_title_quest_catch_type_grass_poison_plural": "Catch {{amount_0}} Grass- or Poison-type Pokémon", - "quest_title_quest_catch_type_grass_singular": "Catch a Grass-type Pokémon", - "quest_title_quest_catch_type_ground_plural": "Catch {{amount_0}} Ground-type Pokémon", - "quest_title_quest_catch_type_ground_plural_unique": "Catch {{amount_0}} different species of Ground-type Pokémon", - "quest_title_quest_catch_type_ground_singular": "Catch a Ground-type Pokémon", - "quest_title_quest_catch_type_guzzlord_effective": "Catch a Pokémon of a type that Guzzlord is weak to", - "quest_title_quest_catch_type_ice_grass_plural_unique": "Catch {{amount_0}} Grass- or Ice-type Pokémon", - "quest_title_quest_catch_type_ice_plural": "Catch {{amount_0}} Ice-type Pokémon", - "quest_title_quest_catch_type_ice_plural_unique": "Catch {{amount_0}} different species of Ice-type Pokémon", - "quest_title_quest_catch_type_ice_singular": "Catch an Ice-type Pokémon", - "quest_title_quest_catch_type_kartana_effective": "Catch a Pokémon of a type that Kartana is weak to", - "quest_title_quest_catch_type_nihilego": "Catch a Pokémon that shares a type with Nihilego", - "quest_title_quest_catch_type_nihilego_effective": "Catch a Pokémon of a type that Nihilego is weak to", - "quest_title_quest_catch_type_nihilego_plural": "Catch {{amount_0}} Pokémon that share a type with Nihilego", - "quest_title_quest_catch_type_normal_plural": "Catch {{amount_0}} Normal-type Pokémon", - "quest_title_quest_catch_type_normal_plural_unique": "Catch {{amount_0}} different species of Normal-type Pokémon", - "quest_title_quest_catch_type_normal_singular": "Catch a Normal-type Pokémon", - "quest_title_quest_catch_type_pheremosa_effective": "Catch a Pokémon of a type that Pheromosa is weak to", - "quest_title_quest_catch_type_pheromosa": "Catch a Pokémon that shares a type with Pheromosa", - "quest_title_quest_catch_type_pheromosa_plural": "Catch {{amount_0}} Pokémon that share a type with Pheromosa", - "quest_title_quest_catch_type_poison_plural": "Catch {{amount_0}} Poison-type Pokémon", - "quest_title_quest_catch_type_poison_plural_unique": "Catch {{amount_0}} different species of Poison-type Pokémon", - "quest_title_quest_catch_type_poison_singular": "Catch a Poison-type Pokémon", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "Catch {{amount_0}} Psychic- or Fighting-type Pokémon", - "quest_title_quest_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_catch_type_psychic_plural_unique": "Catch {{amount_0}} different species of Psychic-type Pokémon", - "quest_title_quest_catch_type_psychic_singular": "Catch a Psychic-type Pokémon", - "quest_title_quest_catch_type_rock_plural": "Catch {{amount_0}} Rock-type Pokémon", - "quest_title_quest_catch_type_rock_plural_unique": "Catch {{amount_0}} different species of Rock-type Pokémon", - "quest_title_quest_catch_type_rock_singular": "Catch a Rock-type Pokémon", - "quest_title_quest_catch_type_shaymin": "Catch a Pokémon that shares a type with Shaymin", - "quest_title_quest_catch_type_shaymin_plural": "Catch {{amount_0}} Pokémon that share a type with Shaymin", - "quest_title_quest_catch_type_steel_plural": "Catch {{amount_0}} Steel-type Pokémon", - "quest_title_quest_catch_type_steel_plural_unique": "Catch {{amount_0}} different species of Steel-type Pokémon", - "quest_title_quest_catch_type_steel_singular": "Catch a Steel-type Pokémon", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Catch {{amount_0}} Fire-, Water-, or Electric-type Pokémon", - "quest_title_quest_catch_type_water_flying_plural": "Catch {{amount_0}} Water- or Flying-type Pokémon", - "quest_title_quest_catch_type_water_ground_plural": "Catch {{amount_0}} Water- or Ground-type Pokémon", - "quest_title_quest_catch_type_water_plural": "Catch {{amount_0}} Water-type Pokémon", - "quest_title_quest_catch_type_water_plural_unique": "Catch {{amount_0}} different species of Water-type Pokémon", - "quest_title_quest_catch_type_water_singular": "Catch a Water-type Pokémon", - "quest_title_quest_catch_type_xurkitree": "Catch a Pokémon that shares a type with Xurkitree", - "quest_title_quest_catch_type_xurkitree_effective": "Catch a Pokémon of a type that Xurkitree is weak to", - "quest_title_quest_catch_type_xurkitree_plural": "Catch {{amount_0}} Pokémon that share a type with Xurkitree", - "quest_title_quest_catch_types_rainy_plural": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_types_rainy_singular": "Catch a Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_types_snowy_plural": "Catch {{amount_0}} Ice- or Steel-type Pokémon", - "quest_title_quest_catch_types_snowy_singular": "Catch an Ice- or Steel-type Pokémon", - "quest_title_quest_catch_types_sunny_plural": "Catch {{amount_0}} Grass-, Fire-, or Ground-type Pokémon", - "quest_title_quest_catch_types_sunny_singular": "Catch a Grass-, Fire-, or Ground-type Pokémon", - "quest_title_quest_catch_types_windy_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", - "quest_title_quest_catch_types_windy_singular": "Catch a Flying-, Psychic-, or Dragon-type Pokémon", - "quest_title_quest_catch_weather_boost_plural": "Catch {{amount_0}} Pokémon with Weather Boost", - "quest_title_quest_catch_weather_boost_singular": "Catch a Pokémon with Weather Boost", - "quest_title_quest_catch_whismur": "Catch {{amount_0}} Whismur", - "quest_title_quest_challenge_party_power_plural": "Use Party Power {{amount_0}} times in Raid Battles", - "quest_title_quest_challenge_party_power_singular": "Use Party Power in a Raid Battle", - "quest_title_quest_change_form_furfrou": "Change a Furfrou’s trim", - "quest_title_quest_change_form_plural": "Change the form of {{amount_0}} Pokémon", - "quest_title_quest_change_form_singular": "Change the form of a Pokémon", - "quest_title_quest_chansey_catch_b": "Catch {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_plural": "Evolve {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_singular": "Evolve a Chansey", - "quest_title_quest_chansey_snapshot_b": "Take a snapshot of {{amount_0}} Chansey", - "quest_title_quest_charge_attack_party_plural": "Use {{amount_0}} Charged Attacks while in a party", - "quest_title_quest_charge_attack_party_singular": "Use a Charged Attack while in a party", - "quest_title_quest_charged_attack_plural": "Use {{amount_0}} Charged Attacks", - "quest_title_quest_charjabug_evolve_b": "Evolve {{amount_0}} Charjabug", - "quest_title_quest_chart_catch_b": "Catch {{amount_0}} Charmander", - "quest_title_quest_chart_catch_s1": "Catch {{amount_0}} Charmeleon", - "quest_title_quest_chart_evolve_b": "Evolve {{amount_0}} Charmander", - "quest_title_quest_chart_evolve_s1": "Evolve {{amount_0}} Charmeleon", - "quest_title_quest_chespin_catch_b": "Catch {{amount_0}} Chespin", - "quest_title_quest_chespin_evolve_b": "Evolve {{amount_0}} Chespin", - "quest_title_quest_chespin_snapshot_b": "Take a snapshot of {{amount_0}} Chespin", - "quest_title_quest_crocalor_evolve_b": "Evolve a Crocalor", - "quest_title_quest_cyndaquil_catch_b": "Catch {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_plural": "Evolve {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_singular": "Evolve a Cyndaquil", - "quest_title_quest_dartrix_evolve_b_plural": "Evolve {{amount_0}} Dartrix", - "quest_title_quest_dartrix_evolve_b_singular": "Evolve {{amount_0}} Dartrix", - "quest_title_quest_dec2021_catch_b": "Catch {{amount_0}} Pokémon featured during 2021’s Community Days", - "quest_title_quest_dec2022_catch_b": "Catch {{amount_0}} Pokémon featured during December Community Day 2022", - "quest_title_quest_dec2023_catch_b": "Catch {{amount_0}} Pokémon featured during 2023 Community Days", - "quest_title_quest_defeat_jessie_james_plural": "Defeat Jessie or James {{amount_0}} times", - "quest_title_quest_defeat_rocket": "Defeat {{amount_0}} Team GO Rocket members", - "quest_title_quest_defeat_rocket_leader_2500": "Defeat {{amount_0}} Team GO Rocket Leaders with Pokémon at or below 2,500 CP", - "quest_title_quest_defeat_rocket_singular": "Defeat a Team GO Rocket member", - "quest_title_quest_deino_catch": "Catch {{amount_0}} Deino", - "quest_title_quest_deino_evolve_a": "Evolve {{amount_0}} Deino", - "quest_title_quest_deino_evolve_b": "Evolve {{amount_0}} Deino or Zweilous", - "quest_title_quest_deino_snap": "Take {{amount_0}} snapshots of Deino", - "quest_title_quest_dragonair_evolve_b": "Evolve {{amount_0}} Dragonair", - "quest_title_quest_dratini_cdc_catch_b": "Catch {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_evolve_b": "Evolve {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Dratini", - "quest_title_quest_drizzle_evolve": "Evolve a Drizzile", - "quest_title_quest_dude_catch": "Catch {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_a": "Evolve {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_b": "Evolve {{amount_0}} Graveler", - "quest_title_quest_dude_snap": "Take {{amount_0}} snapshots of Geodude", - "quest_title_quest_duskt_catch_b": "Catch {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_b": "Evolve {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_s1": "Evolve {{amount_0}} Dusclops", - "quest_title_quest_earn_buddy_ribbon_plural": "Earn {{amount_0}} Best Buddy Ribbons with your Pokémon", - "quest_title_quest_eelektrik_evolve_b_plural": "Evolve {{amount_0}} Eelektrik", - "quest_title_quest_eelektrik_evolve_b_singular": "Evolve an Eelektrik", - "quest_title_quest_eevee_evolve_plural": "Evolve Eevee into each of its unique Evolutions", - "quest_title_quest_eevet_catch_b": "Catch {{amount_0}} Eevee", - "quest_title_quest_eevet_evolve_b": "Evolve {{amount_0}} Eevee", - "quest_title_quest_elect_catch_b": "Catch {{amount_0}} Electabuzz", - "quest_title_quest_elect_evolve_b": "Evolve {{amount_0}} Electabuzz", - "quest_title_quest_elite_raid_victory_plural": "Win {{amount_0}} Elite Raids", - "quest_title_quest_elite_raid_victory_singular": "Win an Elite Raid", - "quest_title_quest_elite4_a": "Defeat the GO Tour Elite Four: Mesa Trainer", - "quest_title_quest_elite4_b": "Defeat the GO Tour Elite Four: Cave Trainer", - "quest_title_quest_elite4_c": "Defeat the GO Tour Elite Four: Ocean Trainer", - "quest_title_quest_elite4_d": "Defeat the GO Tour Elite Four: Savannah Trainer", - "quest_title_quest_elrd22_april16_battle": "Exeggcute Research: Battle in a Gym", - "quest_title_quest_elrd22_april16_berries": "Exeggcute Research: Use three Berries to help catch Pokemon", - "quest_title_quest_elrd22_april16_catch_grass": "Exeggcute Research: Catch three Grass-type Pokémon", - "quest_title_quest_elrd22_april16_charged_move": "Exeggcute Research: Use a Super Effective Charged Move", - "quest_title_quest_elrd22_april16_curve": "Exeggcute Research: Make five Curveball Throws", - "quest_title_quest_elrd22_april16_evolve_grass": "Exeggcute Research: Evolve two Grass-type Pokémon", - "quest_title_quest_elrd22_april16_gifts_stickers": "Exeggcute Research: Send two Gifts and add a sticker to each", - "quest_title_quest_elrd22_april16_great": "Exeggcute Research: Make three Great Throws", - "quest_title_quest_elrd22_april16_great_row": "Exeggcute Research: Make two Great Throws in a row", - "quest_title_quest_elrd22_april16_nice": "Exeggcute Research: Make five Nice Throws", - "quest_title_quest_elrd22_april16_nice_row": "Exeggcute Research: Make three Nice Throws in a row", - "quest_title_quest_elrd22_april16_raid": "Exeggcute Research: Battle in a Raid", - "quest_title_quest_elrd22_april16_spin": "Exeggcute Research: Spin two PokéStops", - "quest_title_quest_elrd22_april16_weather_easy": "Exeggcute Research: Catch three Pokémon with Weather Boost", - "quest_title_quest_elrd22_april16_weather_hard": "Exeggcute Research: Catch five Pokémon with Weather Boost", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Exeggcute Research: Take a snapshot of a wild Grass-type Pokémon", - "quest_title_quest_equinox19_catch_medium_pkmn": "Catch {{amount_0}} Bulbasaur or Chikorita", - "quest_title_quest_equinox19_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", - "quest_title_quest_equinox19_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Evolve {{amount_0}} Grass-type Pokémon", - "quest_title_quest_event_eevee_snapshot_barcelona": "Take a snapshot of your Eevee in Barcelona", - "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", - "quest_title_quest_event_eevee_snapshot_mexico_city": "Take a snapshot of your Eevee in Mexico City", - "quest_title_quest_event_eevee_snapshot_seoul": "Take a snapshot of your Eevee in Seoul", - "quest_title_quest_event_eevee_snapshot_tainan": "Take a snapshot of your Eevee in Tainan", - "quest_title_quest_event_leave_behind_spin": "Spin 10 PokéStops or Gyms you haven’t visited before", - "quest_title_quest_event_leave_behind_spin_safari_city": "Spin any Eevee Explorer PokéStop", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Spin {{amount_0}} Eevee Explorer PokéStops you haven’t spun yet", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Spin an Eevee Explorer PokéStop you haven’t spun yet", - "quest_title_quest_event_spin_barcelona": "Spin a PokéStop or Gym in Barcelona", - "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", - "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", - "quest_title_quest_event_spin_mexico_city": "Spin a PokéStop or Gym in Mexico City", - "quest_title_quest_event_spin_seoul": "Spin a PokéStop or Gym in Seoul", - "quest_title_quest_event_spin_tainan": "Spin a PokéStop or Gym in Tainan", - "quest_title_quest_evolve_abra_singular": "Evolve one Abra", - "quest_title_quest_evolve_aipom_singular": "Evolve one Aipom", - "quest_title_quest_evolve_amaura_singular": "Evolve one Amaura", - "quest_title_quest_evolve_anorith_singular": "Evolve one Anorith", - "quest_title_quest_evolve_archen_singular": "Evolve one Archen", - "quest_title_quest_evolve_aron_singular": "Evolve one Aron", - "quest_title_quest_evolve_axew_singular": "Evolve one Axew", - "quest_title_quest_evolve_azurill_singular": "Evolve one Azurill", - "quest_title_quest_evolve_bagon_singular": "Evolve one Bagon", - "quest_title_quest_evolve_baltoy_singular": "Evolve one Baltoy", - "quest_title_quest_evolve_barboach_singular": "Evolve one Barboach", - "quest_title_quest_evolve_bayleef": "Evolve your Bayleef", - "quest_title_quest_evolve_bayleef_singular": "Evolve one Bayleef", - "quest_title_quest_evolve_beldum_singular": "Evolve one Beldum", - "quest_title_quest_evolve_bellsprout_singular": "Evolve one Bellsprout", - "quest_title_quest_evolve_bergmite_singular": "Evolve one Bergmite", - "quest_title_quest_evolve_bidoof_singular": "Evolve one Bidoof", - "quest_title_quest_evolve_binacle_singular": "Evolve one Binacle", - "quest_title_quest_evolve_blitzle_singular": "Evolve one Blitzle", - "quest_title_quest_evolve_boldore_singular": "Evolve one Boldore", - "quest_title_quest_evolve_bonsly_singular": "Evolve one Bonsly", - "quest_title_quest_evolve_braixen_singular": "Evolve one Braixen", - "quest_title_quest_evolve_bronzor_singular": "Evolve one Bronzor", - "quest_title_quest_evolve_budew_singular": "Evolve one Budew", - "quest_title_quest_evolve_buizel_singular": "Evolve one Buizel", - "quest_title_quest_evolve_bulbasaur": "Evolve a Bulbasaur", - "quest_title_quest_evolve_bulbasaur_singular": "Evolve one Bulbasaur", - "quest_title_quest_evolve_buneary_singular": "Evolve one Buneary", - "quest_title_quest_evolve_bunnelby_singular": "Evolve one Bunnelby", - "quest_title_quest_evolve_burmy_singular": "Evolve one Burmy", - "quest_title_quest_evolve_cacnea_singular": "Evolve one Cacnea", - "quest_title_quest_evolve_carvanha_singular": "Evolve one Carvanha", - "quest_title_quest_evolve_cascoon_singular": "Evolve one Cascoon", - "quest_title_quest_evolve_caterpie_singular": "Evolve one Caterpie", - "quest_title_quest_evolve_chansey_singular": "Evolve one Chansey", - "quest_title_quest_evolve_charmander": "Evolve a Charmander", - "quest_title_quest_evolve_charmander_singular": "Evolve one Charmander", - "quest_title_quest_evolve_charmeleon_singular": "Evolve one Charmeleon", - "quest_title_quest_evolve_cherubi_singular": "Evolve one Cherubi", - "quest_title_quest_evolve_chespin_singular": "Evolve one Chespin", - "quest_title_quest_evolve_chikorita": "Evolve your Chikorita", - "quest_title_quest_evolve_chikorita_singular": "Evolve one Chikorita", - "quest_title_quest_evolve_chimchar_singular": "Evolve one Chimchar", - "quest_title_quest_evolve_chinchou_singular": "Evolve one Chinchou", - "quest_title_quest_evolve_chingling_singular": "Evolve one Chingling", - "quest_title_quest_evolve_clamperl_singular": "Evolve one Clamperl", - "quest_title_quest_evolve_clauncher_singular": "Evolve one Clauncher", - "quest_title_quest_evolve_clefairy_singular": "Evolve one Clefairy", - "quest_title_quest_evolve_cleffa_singular": "Evolve one Cleffa", - "quest_title_quest_evolve_combee_singular": "Evolve one Combee", - "quest_title_quest_evolve_combusken_singular": "Evolve one Combusken", - "quest_title_quest_evolve_corphish_singular": "Evolve one Corphish", - "quest_title_quest_evolve_cosmoem_singular": "Evolve a Cosmoem", - "quest_title_quest_evolve_cosmog_singular": "Evolve a Cosmog", - "quest_title_quest_evolve_cottonee_singular": "Evolve one Cottonee", - "quest_title_quest_evolve_cranidos_singular": "Evolve one Cranidos", - "quest_title_quest_evolve_croagunk_singular": "Evolve one Croagunk", - "quest_title_quest_evolve_croconaw": "Evolve your Croconaw", - "quest_title_quest_evolve_croconaw_singular": "Evolve one Croconaw", - "quest_title_quest_evolve_cubchoo_singular": "Evolve one Cubchoo", - "quest_title_quest_evolve_cubone_singular": "Evolve one Cubone", - "quest_title_quest_evolve_cyndaquil": "Evolve your Cyndaquil", - "quest_title_quest_evolve_cyndaquil_singular": "Evolve one Cyndaquil", - "quest_title_quest_evolve_dark_type_singular": "Evolve a Dark-type Pokémon", - "quest_title_quest_evolve_darumaka_singular": "Evolve one Darumaka", - "quest_title_quest_evolve_deerling_singular": "Evolve one Deerling", - "quest_title_quest_evolve_deino_singular": "Evolve one Deino", - "quest_title_quest_evolve_dewott_singular": "Evolve one Dewott", - "quest_title_quest_evolve_diglett_singular": "Evolve one Diglett", - "quest_title_quest_evolve_doduo_singular": "Evolve one Doduo", - "quest_title_quest_evolve_doublade_singular": "Evolve one Doublade", - "quest_title_quest_evolve_dragonair_singular": "Evolve one Dragonair", - "quest_title_quest_evolve_dratini_singular": "Evolve one Dratini", - "quest_title_quest_evolve_drifloon_singular": "Evolve one Drifloon", - "quest_title_quest_evolve_drilbur_singular": "Evolve one Drilbur", - "quest_title_quest_evolve_drowzee_singular": "Evolve one Drowzee", - "quest_title_quest_evolve_ducklett_singular": "Evolve one Ducklett", - "quest_title_quest_evolve_duosion_singular": "Evolve one Duosion", - "quest_title_quest_evolve_durant_singular": "Evolve one Durant", - "quest_title_quest_evolve_dusclops_singular": "Evolve one Dusclops", - "quest_title_quest_evolve_duskull_singular": "Evolve one Duskull", - "quest_title_quest_evolve_dwebble_singular": "Evolve one Dwebble", - "quest_title_quest_evolve_eelektrik_singular": "Evolve one Eelektrik", - "quest_title_quest_evolve_eevee_singular": "Evolve one Eevee", - "quest_title_quest_evolve_eevee_types_plural": "Evolve {{amount_0}} Electric-, Water-, or Fire-type Pokémon", - "quest_title_quest_evolve_eevee_types_singular": "Evolve an Electric-, Water-, or Fire-type Pokémon", - "quest_title_quest_evolve_ekans_singular": "Evolve one Ekans", - "quest_title_quest_evolve_electabuzz_singular": "Evolve one Electabuzz", - "quest_title_quest_evolve_electrike_singular": "Evolve one Electrike", - "quest_title_quest_evolve_elekid_singular": "Evolve one Elekid", - "quest_title_quest_evolve_elgyem_singular": "Evolve one Elgyem", - "quest_title_quest_evolve_espeon": "Evolve Eevee into Espeon during the day", - "quest_title_quest_evolve_espurr_singular": "Evolve one Espurr", - "quest_title_quest_evolve_evolved_grass_singular": "Evolve an evolved Grass-type Pokémon", - "quest_title_quest_evolve_exeggcute_singular": "Evolve one Exeggcute", - "quest_title_quest_evolve_farfetch'd_singular": "Evolve one Farfetch'd", - "quest_title_quest_evolve_feebas_singular": "Evolve one Feebas", - "quest_title_quest_evolve_fennekin_singular": "Evolve one Fennekin", - "quest_title_quest_evolve_ferroseed_singular": "Evolve one Ferroseed", - "quest_title_quest_evolve_finneon_singular": "Evolve one Finneon", - "quest_title_quest_evolve_flaaffy_singular": "Evolve one Flaaffy", - "quest_title_quest_evolve_flabébé_singular": "Evolve one Flabébé", - "quest_title_quest_evolve_fletchinder_singular": "Evolve one Fletchinder", - "quest_title_quest_evolve_fletchling_singular": "Evolve one Fletchling", - "quest_title_quest_evolve_floette_singular": "Evolve one Floette", - "quest_title_quest_evolve_foongus_singular": "Evolve one Foongus", - "quest_title_quest_evolve_fraxure_singular": "Evolve one Fraxure", - "quest_title_quest_evolve_frillish_singular": "Evolve one Frillish", - "quest_title_quest_evolve_froakie_singular": "Evolve one Froakie", - "quest_title_quest_evolve_frogadier_singular": "Evolve one Frogadier", - "quest_title_quest_evolve_gabite_singular": "Evolve one Gabite", - "quest_title_quest_evolve_gastly_singular": "Evolve one Gastly", - "quest_title_quest_evolve_geodude_singular": "Evolve one Geodude", - "quest_title_quest_evolve_gible_singular": "Evolve one Gible", - "quest_title_quest_evolve_glalie_singular": "Evolve one Glalie", - "quest_title_quest_evolve_glameow_singular": "Evolve one Glameow", - "quest_title_quest_evolve_gligar_singular": "Evolve one Gligar", - "quest_title_quest_evolve_gloom_singular": "Evolve one Gloom", - "quest_title_quest_evolve_golbat_singular": "Evolve one Golbat", - "quest_title_quest_evolve_goldeen_singular": "Evolve one Goldeen", - "quest_title_quest_evolve_golett_singular": "Evolve one Golett", - "quest_title_quest_evolve_goomy_singular": "Evolve one Goomy", - "quest_title_quest_evolve_gothita_singular": "Evolve one Gothita", - "quest_title_quest_evolve_gothorita_singular": "Evolve one Gothorita", - "quest_title_quest_evolve_graveler_singular": "Evolve one Graveler", - "quest_title_quest_evolve_grimer_singular": "Evolve one Grimer", - "quest_title_quest_evolve_grotle_singular": "Evolve one Grotle", - "quest_title_quest_evolve_ground_plural": "Evolve {{amount_0}} Ground-type Pokémon", - "quest_title_quest_evolve_grovyle_singular": "Evolve one Grovyle", - "quest_title_quest_evolve_growlithe_singular": "Evolve one Growlithe", - "quest_title_quest_evolve_gulpin_singular": "Evolve one Gulpin", - "quest_title_quest_evolve_gurdurr_singular": "Evolve one Gurdurr", - "quest_title_quest_evolve_happiny_singular": "Evolve one Happiny", - "quest_title_quest_evolve_haunter_singular": "Evolve one Haunter", - "quest_title_quest_evolve_heatmor_singular": "Evolve one Heatmor", - "quest_title_quest_evolve_helioptile_singular": "Evolve one Helioptile", - "quest_title_quest_evolve_herdier_singular": "Evolve one Herdier", - "quest_title_quest_evolve_hippopotas_singular": "Evolve one Hippopotas", - "quest_title_quest_evolve_honedge_singular": "Evolve one Honedge", - "quest_title_quest_evolve_hoothoot_singular": "Evolve one Hoothoot", - "quest_title_quest_evolve_hoppip_singular": "Evolve one Hoppip", - "quest_title_quest_evolve_horsea_singular": "Evolve one Horsea", - "quest_title_quest_evolve_houndour_singular": "Evolve one Houndour", - "quest_title_quest_evolve_igglybuff_singular": "Evolve one Igglybuff", - "quest_title_quest_evolve_illumise_singular": "Evolve one Illumise", - "quest_title_quest_evolve_inkay_singular": "Evolve one Inkay", - "quest_title_quest_evolve_items_plural": "Use items to evolve Pokémon {{amount_0}} times", - "quest_title_quest_evolve_items_singular": "Use an item to evolve a Pokémon", - "quest_title_quest_evolve_ivysaur_singular": "Evolve one Ivysaur", - "quest_title_quest_evolve_jigglypuff_singular": "Evolve one Jigglypuff", - "quest_title_quest_evolve_joltik_singular": "Evolve one Joltik", - "quest_title_quest_evolve_kabuto_singular": "Evolve one Kabuto", - "quest_title_quest_evolve_kadabra_singular": "Evolve one Kadabra", - "quest_title_quest_evolve_kakuna_singular": "Evolve one Kakuna", - "quest_title_quest_evolve_karrablast_singular": "Evolve one Karrablast", - "quest_title_quest_evolve_kirlia_singular": "Evolve one Kirlia", - "quest_title_quest_evolve_klang_singular": "Evolve one Klang", - "quest_title_quest_evolve_klink_singular": "Evolve one Klink", - "quest_title_quest_evolve_koffing_singular": "Evolve one Koffing", - "quest_title_quest_evolve_krabby_singular": "Evolve one Krabby", - "quest_title_quest_evolve_kricketot_singular": "Evolve one Kricketot", - "quest_title_quest_evolve_krokorok_singular": "Evolve one Krokorok", - "quest_title_quest_evolve_lairon_singular": "Evolve one Lairon", - "quest_title_quest_evolve_lampent_singular": "Evolve one Lampent", - "quest_title_quest_evolve_larvesta_singular": "Evolve one Larvesta", - "quest_title_quest_evolve_larvitar_singular": "Evolve one Larvitar", - "quest_title_quest_evolve_ledyba_singular": "Evolve one Ledyba", - "quest_title_quest_evolve_lickitung_singular": "Evolve one Lickitung", - "quest_title_quest_evolve_lileep_singular": "Evolve one Lileep", - "quest_title_quest_evolve_lillipup_singular": "Evolve one Lillipup", - "quest_title_quest_evolve_linoone_singular": "Evolve {{amount_0}} Galarian Linoone", - "quest_title_quest_evolve_litleo_singular": "Evolve one Litleo", - "quest_title_quest_evolve_litwick_singular": "Evolve one Litwick", - "quest_title_quest_evolve_lombre_singular": "Evolve one Lombre", - "quest_title_quest_evolve_lotad_singular": "Evolve one Lotad", - "quest_title_quest_evolve_loudred_singular": "Evolve one Loudred", - "quest_title_quest_evolve_luxio_singular": "Evolve one Luxio", - "quest_title_quest_evolve_machoke_singular": "Evolve one Machoke", - "quest_title_quest_evolve_machop_singular": "Evolve one Machop", - "quest_title_quest_evolve_magby_singular": "Evolve one Magby", - "quest_title_quest_evolve_magikarp_singular": "Evolve one Magikarp", - "quest_title_quest_evolve_magmar_singular": "Evolve one Magmar", - "quest_title_quest_evolve_magnemite_singular": "Evolve one Magnemite", - "quest_title_quest_evolve_makuhita_singular": "Evolve one Makuhita", - "quest_title_quest_evolve_mankey_singular": "Evolve one Mankey", - "quest_title_quest_evolve_mantyke_singular": "Evolve one Mantyke", - "quest_title_quest_evolve_mareep_singular": "Evolve one Mareep", - "quest_title_quest_evolve_marill_singular": "Evolve one Marill", - "quest_title_quest_evolve_marshtomp_singular": "Evolve one Marshtomp", - "quest_title_quest_evolve_meditite_singular": "Evolve one Meditite", - "quest_title_quest_evolve_meowth_singular": "Evolve one Meowth", - "quest_title_quest_evolve_metang_singular": "Evolve one Metang", - "quest_title_quest_evolve_metapod_singular": "Evolve one Metapod", - "quest_title_quest_evolve_mienfoo_singular": "Evolve one Mienfoo", - "quest_title_quest_evolve_mime jr._singular": "Evolve one Mime Jr.", - "quest_title_quest_evolve_minccino_singular": "Evolve one Minccino", - "quest_title_quest_evolve_misdreavus_singular": "Evolve one Misdreavus", - "quest_title_quest_evolve_monferno_singular": "Evolve one Monferno", - "quest_title_quest_evolve_mr. mime_singular": "Evolve one Mr. Mime", - "quest_title_quest_evolve_mudkip_singular": "Evolve one Mudkip", - "quest_title_quest_evolve_munchlax_singular": "Evolve one Munchlax", - "quest_title_quest_evolve_munna_singular": "Evolve one Munna", - "quest_title_quest_evolve_murkrow_singular": "Evolve one Murkrow", - "quest_title_quest_evolve_natu_singular": "Evolve one Natu", - "quest_title_quest_evolve_nidoranfemale_singular": "Evolve one Nidoran♀", - "quest_title_quest_evolve_nidoranmale_singular": "Evolve one Nidoran♂", - "quest_title_quest_evolve_nidorina_singular": "Evolve one Nidorina", - "quest_title_quest_evolve_nidorino_singular": "Evolve one Nidorino", - "quest_title_quest_evolve_nincada_singular": "Evolve one Nincada", - "quest_title_quest_evolve_noibat_singular": "Evolve one Noibat", - "quest_title_quest_evolve_nosepass_singular": "Evolve one Nosepass", - "quest_title_quest_evolve_numel_singular": "Evolve one Numel", - "quest_title_quest_evolve_nuzleaf_singular": "Evolve one Nuzleaf", - "quest_title_quest_evolve_oddish_singular": "Evolve one Oddish", - "quest_title_quest_evolve_omanyte_singular": "Evolve one Omanyte", - "quest_title_quest_evolve_onix_singular": "Evolve one Onix", - "quest_title_quest_evolve_oshawott_singular": "Evolve one Oshawott", - "quest_title_quest_evolve_palpitoad_singular": "Evolve one Palpitoad", - "quest_title_quest_evolve_pancham_singular": "Evolve one Pancham", - "quest_title_quest_evolve_panpour_singular": "Evolve one Panpour", - "quest_title_quest_evolve_pansage_singular": "Evolve one Pansage", - "quest_title_quest_evolve_pansear_singular": "Evolve one Pansear", - "quest_title_quest_evolve_paras_singular": "Evolve one Paras", - "quest_title_quest_evolve_patrat_singular": "Evolve one Patrat", - "quest_title_quest_evolve_pawniard_singular": "Evolve one Pawniard", - "quest_title_quest_evolve_petilil_singular": "Evolve one Petilil", - "quest_title_quest_evolve_phanpy_singular": "Evolve one Phanpy", - "quest_title_quest_evolve_phantump_singular": "Evolve one Phantump", - "quest_title_quest_evolve_pichu_singular": "Evolve one Pichu", - "quest_title_quest_evolve_pidgeotto_singular": "Evolve one Pidgeotto", - "quest_title_quest_evolve_pidgey_singular": "Evolve one Pidgey", - "quest_title_quest_evolve_pidove_singular": "Evolve one Pidove", - "quest_title_quest_evolve_pignite_singular": "Evolve one Pignite", - "quest_title_quest_evolve_pikachu_singular": "Evolve one Pikachu", - "quest_title_quest_evolve_piloswine_plural": "Evolve {{amount_0}} Piloswine", - "quest_title_quest_evolve_piloswine_singular": "Evolve one Piloswine", - "quest_title_quest_evolve_pineco_singular": "Evolve one Pineco", - "quest_title_quest_evolve_piplup_singular": "Evolve one Piplup", - "quest_title_quest_evolve_plural": "Evolve {{amount_0}} Pokémon", - "quest_title_quest_evolve_poison_type_singular": "Evolve a Poison-type Pokémon", - "quest_title_quest_evolve_poliwag_singular": "Evolve one Poliwag", - "quest_title_quest_evolve_poliwhirl_singular": "Evolve one Poliwhirl", - "quest_title_quest_evolve_ponyta_singular": "Evolve one Ponyta", - "quest_title_quest_evolve_poochyena_singular": "Evolve one Poochyena", - "quest_title_quest_evolve_porygon2_singular": "Evolve one Porygon2", - "quest_title_quest_evolve_prinplup_singular": "Evolve one Prinplup", - "quest_title_quest_evolve_psyduck_singular": "Evolve one Psyduck", - "quest_title_quest_evolve_pumpkaboo_singular": "Evolve one Pumpkaboo", - "quest_title_quest_evolve_pupitar_singular": "Evolve one Pupitar", - "quest_title_quest_evolve_purrloin_singular": "Evolve one Purrloin", - "quest_title_quest_evolve_quilava": "Evolve your Quilava", - "quest_title_quest_evolve_quilava_singular": "Evolve one Quilava", - "quest_title_quest_evolve_quilladin_singular": "Evolve one Quilladin", - "quest_title_quest_evolve_qwilfish_singular": "Evolve one Qwilfish", - "quest_title_quest_evolve_ralts_singular": "Evolve one Ralts", - "quest_title_quest_evolve_rattata_singular": "Evolve one Rattata", - "quest_title_quest_evolve_remoraid_singular": "Evolve one Remoraid", - "quest_title_quest_evolve_rhydon_singular": "Evolve one Rhydon", - "quest_title_quest_evolve_rhyhorn_singular": "Evolve one Rhyhorn", - "quest_title_quest_evolve_riolu_singular": "Evolve one Riolu", - "quest_title_quest_evolve_roggenrola_singular": "Evolve one Roggenrola", - "quest_title_quest_evolve_roselia_singular": "Evolve one Roselia", - "quest_title_quest_evolve_rufflet_singular": "Evolve one Rufflet", - "quest_title_quest_evolve_sandile_singular": "Evolve one Sandile", - "quest_title_quest_evolve_sandshrew_singular": "Evolve one Sandshrew", - "quest_title_quest_evolve_sb_singular": "Evolve a Snubbull", - "quest_title_quest_evolve_scatterbug_singular": "Evolve one Scatterbug", - "quest_title_quest_evolve_scraggy_singular": "Evolve one Scraggy", - "quest_title_quest_evolve_scyther_singular": "Evolve one Scyther", - "quest_title_quest_evolve_seadra_singular": "Evolve one Seadra", - "quest_title_quest_evolve_sealeo_singular": "Evolve one Sealeo", - "quest_title_quest_evolve_seedot_singular": "Evolve one Seedot", - "quest_title_quest_evolve_seel_singular": "Evolve one Seel", - "quest_title_quest_evolve_sentret_singular": "Evolve one Sentret", - "quest_title_quest_evolve_servine_singular": "Evolve one Servine", - "quest_title_quest_evolve_sewaddle_singular": "Evolve one Sewaddle", - "quest_title_quest_evolve_shelgon_singular": "Evolve one Shelgon", - "quest_title_quest_evolve_shellder_singular": "Evolve one Shellder", - "quest_title_quest_evolve_shellos_singular": "Evolve one Shellos", - "quest_title_quest_evolve_shelmet_singular": "Evolve one Shelmet", - "quest_title_quest_evolve_shieldon_singular": "Evolve one Shieldon", - "quest_title_quest_evolve_shinx_singular": "Evolve one Shinx", - "quest_title_quest_evolve_shroomish_singular": "Evolve one Shroomish", - "quest_title_quest_evolve_shuckle_singular": "Evolve one Shuckle", - "quest_title_quest_evolve_shuppet_singular": "Evolve one Shuppet", - "quest_title_quest_evolve_silcoon_singular": "Evolve one Silcoon", - "quest_title_quest_evolve_singular": "Evolve a Pokémon", - "quest_title_quest_evolve_skiddo_singular": "Evolve one Skiddo", - "quest_title_quest_evolve_skiploom_singular": "Evolve one Skiploom", - "quest_title_quest_evolve_skitty_singular": "Evolve one Skitty", - "quest_title_quest_evolve_skorupi_singular": "Evolve one Skorupi", - "quest_title_quest_evolve_skrelp_singular": "Evolve one Skrelp", - "quest_title_quest_evolve_slakoth_singular": "Evolve one Slakoth", - "quest_title_quest_evolve_sliggoo_singular": "Evolve one Sliggoo", - "quest_title_quest_evolve_slowpoke_plural": "Evolve {{amount_0}} Slowpoke", - "quest_title_quest_evolve_slowpoke_singular": "Evolve one Slowpoke", - "quest_title_quest_evolve_slugma_singular": "Evolve one Slugma", - "quest_title_quest_evolve_smoochum_singular": "Evolve one Smoochum", - "quest_title_quest_evolve_sneasel_singular": "Evolve a Sneasel", - "quest_title_quest_evolve_snivy_singular": "Evolve one Snivy", - "quest_title_quest_evolve_snorunt_singular": "Evolve one Snorunt", - "quest_title_quest_evolve_snover_singular": "Evolve one Snover", - "quest_title_quest_evolve_snubbull_singular": "Evolve one Snubbull", - "quest_title_quest_evolve_solosis_singular": "Evolve one Solosis", - "quest_title_quest_evolve_spearow_singular": "Evolve one Spearow", - "quest_title_quest_evolve_special_drowzee": "Evolve a Drowzee", - "quest_title_quest_evolve_special_feebas_singular": "Evolve a Feebas", - "quest_title_quest_evolve_special_galarian_mrmime": "Evolve a Galarian Mr. Mime", - "quest_title_quest_evolve_special_galarian_slowpoke": "Evolve a Galarian Slowpoke", - "quest_title_quest_evolve_special_grimer": "Evolve a Grimer", - "quest_title_quest_evolve_special_magnemite": "Evolve a Magnemite", - "quest_title_quest_evolve_special_scyther": "Evolve a Scyther", - "quest_title_quest_evolve_special0_singular": "Evolve a Magikarp", - "quest_title_quest_evolve_special1_plural": "Evolve {{amount_0}} Pidgey", - "quest_title_quest_evolve_special1_singular": "Evolve a Horsea", - "quest_title_quest_evolve_special2_singular": "Evolve a Meowth", - "quest_title_quest_evolve_spewpa_singular": "Evolve one Spewpa", - "quest_title_quest_evolve_spheal_singular": "Evolve one Spheal", - "quest_title_quest_evolve_spinarak_singular": "Evolve one Spinarak", - "quest_title_quest_evolve_spoink_singular": "Evolve one Spoink", - "quest_title_quest_evolve_spritzee_singular": "Evolve one Spritzee", - "quest_title_quest_evolve_squirtle_singular": "Evolve one Squirtle", - "quest_title_quest_evolve_staravia_singular": "Evolve one Staravia", - "quest_title_quest_evolve_starly_singular": "Evolve one Starly", - "quest_title_quest_evolve_staryu_singular": "Evolve one Staryu", - "quest_title_quest_evolve_steelix_singular": "Evolve one Steelix", - "quest_title_quest_evolve_stunky_singular": "Evolve one Stunky", - "quest_title_quest_evolve_sunkern_singular": "Evolve one Sunkern", - "quest_title_quest_evolve_sunstone_singular": "Use a Sun Stone to evolve Gloom or Sunkern", - "quest_title_quest_evolve_surskit_singular": "Evolve one Surskit", - "quest_title_quest_evolve_swablu_singular": "Evolve one Swablu", - "quest_title_quest_evolve_swadloon_singular": "Evolve one Swadloon", - "quest_title_quest_evolve_swinub_singular": "Evolve one Swinub", - "quest_title_quest_evolve_swirlix_singular": "Evolve one Swirlix", - "quest_title_quest_evolve_taillow_singular": "Evolve one Taillow", - "quest_title_quest_evolve_tangela_singular": "Evolve one Tangela", - "quest_title_quest_evolve_teddiursa_singular": "Evolve one Teddiursa", - "quest_title_quest_evolve_tentacool_singular": "Evolve one Tentacool", - "quest_title_quest_evolve_tepig_singular": "Evolve one Tepig", - "quest_title_quest_evolve_timburr_singular": "Evolve one Timburr", - "quest_title_quest_evolve_tirtouga_singular": "Evolve one Tirtouga", - "quest_title_quest_evolve_togepi_singular": "Evolve one Togepi", - "quest_title_quest_evolve_togetic_singular": "Evolve one Togetic", - "quest_title_quest_evolve_torchic_singular": "Evolve one Torchic", - "quest_title_quest_evolve_totodile": "Evolve your Totodile", - "quest_title_quest_evolve_totodile_singular": "Evolve one Totodile", - "quest_title_quest_evolve_tranquill_singular": "Evolve one Tranquill", - "quest_title_quest_evolve_trapinch_singular": "Evolve one Trapinch", - "quest_title_quest_evolve_treecko_singular": "Evolve one Treecko", - "quest_title_quest_evolve_trubbish_singular": "Evolve one Trubbish", - "quest_title_quest_evolve_turtwig_singular": "Evolve one Turtwig", - "quest_title_quest_evolve_tympole_singular": "Evolve one Tympole", - "quest_title_quest_evolve_tynamo_singular": "Evolve one Tynamo", - "quest_title_quest_evolve_type_dark_plural": "Evolve {{amount_0}} Dark-type Pokémon", - "quest_title_quest_evolve_type_dragon_plural": "Evolve {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_evolve_type_dragon_singular": "Evolve a Dragon-type Pokémon", - "quest_title_quest_evolve_type_electric_plural": "Evolve {{amount_0}} Electric-type Pokémon", - "quest_title_quest_evolve_type_electric_singular": "Evolve an Electric-type Pokémon", - "quest_title_quest_evolve_type_fairy_plural": "Evolve {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_evolve_type_fairy_singular": "Evolve a Fairy-type Pokémon", - "quest_title_quest_evolve_type_fire_plural": "Evolve {{amount_0}} Fire-type Pokémon", - "quest_title_quest_evolve_type_fire_singular": "Evolve a Fire-type Pokémon", - "quest_title_quest_evolve_type_flying_plural": "Evolve {{amount_0}} Flying-type Pokémon", - "quest_title_quest_evolve_type_flying_singular": "Evolve a Flying-type Pokémon", - "quest_title_quest_evolve_type_ghost_plural": "Evolve {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_evolve_type_ghost_single": "Evolve a Ghost-type Pokémon", - "quest_title_quest_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", - "quest_title_quest_evolve_type_grass_singular": "Evolve a Grass-type Pokémon", - "quest_title_quest_evolve_type_ice_plural": "Evolve {{amount_0}} Ice-type Pokémon", - "quest_title_quest_evolve_type_ice_singular": "Evolve an Ice-type Pokémon", - "quest_title_quest_evolve_type_poison_plural": "Evolve {{amount_0}} Poison-type Pokémon", - "quest_title_quest_evolve_type_psychic_plural": "Evolve {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_evolve_type_psychic_singular": "Evolve a Psychic-type Pokémon", - "quest_title_quest_evolve_type_rock_plural": "Evolve {{amount_0}} Rock-type Pokémon", - "quest_title_quest_evolve_type_steel_plural": "Evolve {{amount_0}} Steel-type Pokémon", - "quest_title_quest_evolve_type_water_plural": "Evolve {{amount_0}} Water-type Pokémon", - "quest_title_quest_evolve_type_water_singular": "Evolve a Water-type Pokémon", - "quest_title_quest_evolve_tyrogue_singular": "Evolve one Tyrogue", - "quest_title_quest_evolve_tyrunt_singular": "Evolve one Tyrunt", - "quest_title_quest_evolve_umbreon": "Evolve Eevee into Umbreon at night", - "quest_title_quest_evolve_vanillish_singular": "Evolve one Vanillish", - "quest_title_quest_evolve_vanillite_singular": "Evolve one Vanillite", - "quest_title_quest_evolve_venipede_singular": "Evolve one Venipede", - "quest_title_quest_evolve_venonat_singular": "Evolve one Venonat", - "quest_title_quest_evolve_vibrava_singular": "Evolve one Vibrava", - "quest_title_quest_evolve_vigoroth_singular": "Evolve one Vigoroth", - "quest_title_quest_evolve_volbeat_singular": "Evolve one Volbeat", - "quest_title_quest_evolve_voltorb_singular": "Evolve one Voltorb", - "quest_title_quest_evolve_vullaby_singular": "Evolve one Vullaby", - "quest_title_quest_evolve_vulpix_singular": "Evolve one Vulpix", - "quest_title_quest_evolve_wailmer_singular": "Evolve one Wailmer", - "quest_title_quest_evolve_wartortle_singular": "Evolve one Wartortle", - "quest_title_quest_evolve_weedle_singular": "Evolve one Weedle", - "quest_title_quest_evolve_weepinbell_singular": "Evolve one Weepinbell", - "quest_title_quest_evolve_whirlipede_singular": "Evolve one Whirlipede", - "quest_title_quest_evolve_whismur_singular": "Evolve one Whismur", - "quest_title_quest_evolve_wingull_singular": "Evolve one Wingull", - "quest_title_quest_evolve_woobat_singular": "Evolve one Woobat", - "quest_title_quest_evolve_wooper_singular": "Evolve one Wooper", - "quest_title_quest_evolve_wurmple_singular": "Evolve one Wurmple", - "quest_title_quest_evolve_wynaut_singular": "Evolve one Wynaut", - "quest_title_quest_evolve_yamask_singular": "Evolve one Yamask", - "quest_title_quest_evolve_yanma_singular": "Evolve one Yanma", - "quest_title_quest_evolve_zigzagoon_singular": "Evolve one Zigzagoon", - "quest_title_quest_evolve_zorua_singular": "Evolve one Zorua", - "quest_title_quest_evolve_zubat_singular": "Evolve one Zubat", - "quest_title_quest_evolve_zweilous_singular": "Evolve one Zweilous", - "quest_title_quest_explore_buddy": "Earn a Candy exploring with your buddy", - "quest_title_quest_explore_buddy_carbink": "Earn a Candy exploring with Carbink as your buddy", - "quest_title_quest_explore_buddy_plural": "Earn {{amount_0}} Candies exploring with your buddy", - "quest_title_quest_explore_buddy_routes_plural": "Earn {{amount_0}} Candies while exploring Routes with your buddy", - "quest_title_quest_explore_buddy_routes_singular": "Earn a Candy while exploring Routes with your buddy", - "quest_title_quest_explore_km": "Explore {{amount_0}} km", - "quest_title_quest_explore_km_party": "Explore {{amount_0}} km while in a party", - "quest_title_quest_febresearchday_battle_gym_singular": "Clamperl Research: Battle in a Gym", - "quest_title_quest_febresearchday_battle_raid_singular": "Clamperl Research: Battle in a raid", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Clamperl Research: Use a supereffective Charged Attack in a Gym battle", - "quest_title_quest_febresearchday_catch_feed_plural": "Clamperl Research: Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_febresearchday_catch_special1_singular": "Clamperl Research: Catch a Magikarp or Wailmer", - "quest_title_quest_febresearchday_catch_special2_singular": "Clamperl Research: Catch a Psyduck or Krabby", - "quest_title_quest_febresearchday_catch_type_water_plural": "Clamperl Research: Catch {{amount_0}} Water-type Pokémon", - "quest_title_quest_febresearchday_evolve_type_water_plural": "Clamperl Research: Evolve {{amount_0}} Water-type Pokémon", - "quest_title_quest_febresearchday_land_curveball_plural": "Clamperl Research: Make {{amount_0}} Curveball Throws", - "quest_title_quest_febresearchday_land_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws", - "quest_title_quest_febresearchday_land_inarow_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws in a row", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws in a row", - "quest_title_quest_febresearchday_land_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws", - "quest_title_quest_febresearchday_visit_pokestops_plural": "Clamperl Research: Spin {{amount_0}} PokéStops", - "quest_title_quest_feed_buddy_multiple": "Feed your buddy {{amount_0}} times", - "quest_title_quest_feed_buddy_singular": "Feed your buddy", - "quest_title_quest_feed_goldenrazz_plural": "Use {{amount_0}} Golden Razz Berries to help catch Pokémon", - "quest_title_quest_feed_nanab_plural": "Use {{amount_0}} Nanab Berries while catching Pokémon", - "quest_title_quest_feed_pinaps_plural": "Use {{amount_0}} Pinap Berries while catching Pokémon", - "quest_title_quest_feed_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", - "quest_title_quest_fennekin_catch_b": "Catch {{amount_0}} Fennekin", - "quest_title_quest_fennekin_evolve_b": "Evolve {{amount_0}} Fennekin", - "quest_title_quest_fennekin_snapshot_b": "Take a snapshot of {{amount_0}} Fennekin", - "quest_title_quest_field_research_plural": "Complete {{amount_0}} Field Research tasks", - "quest_title_quest_field_research_singular": "Complete a Field Research task", - "quest_title_quest_fight_type_bug_plural": "Defeat {{amount_0}} Bug-type Pokémon", - "quest_title_quest_fight_type_dark_plural": "Defeat {{amount_0}} Dark-type Pokémon", - "quest_title_quest_fight_type_dark_steel_plural": "Defeat {{amount_0}} Dark- or Steel-type Pokémon", - "quest_title_quest_fight_type_dragon_plural": "Defeat {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_fight_type_electric_plural": "Defeat {{amount_0}} Electric-type Pokémon", - "quest_title_quest_fight_type_fairy_plural": "Defeat {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_fight_type_fighting_plural": "Defeat {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_fight_type_fire_plural": "Defeat {{amount_0}} Fire-type Pokémon", - "quest_title_quest_fight_type_flying_plural": "Defeat {{amount_0}} Flying-type Pokémon", - "quest_title_quest_fight_type_ghost_fighting_plural": "Defeat {{amount_0}} Fighting- or Ghost-type Pokémon", - "quest_title_quest_fight_type_ghost_plural": "Defeat {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_fight_type_ghost_psychic_plural": "Defeat {{amount_0}} Psychic- or Ghost-type Pokémon", - "quest_title_quest_fight_type_grass_plural": "Defeat {{amount_0}} Grass-type Pokémon", - "quest_title_quest_fight_type_ground_plural": "Defeat {{amount_0}} Ground-type Pokémon", - "quest_title_quest_fight_type_ice_plural": "Defeat {{amount_0}} Ice-type Pokémon", - "quest_title_quest_fight_type_normal_plural": "Defeat {{amount_0}} Normal-type Pokémon", - "quest_title_quest_fight_type_normal_psychic_plural": "Defeat {{amount_0}} Normal- or Psychic-type Pokémon", - "quest_title_quest_fight_type_poison_plural": "Defeat {{amount_0}} Poison-type Pokémon", - "quest_title_quest_fight_type_psychic_plural": "Defeat {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_fight_type_rock_plural": "Defeat {{amount_0}} Rock-type Pokémon", - "quest_title_quest_fight_type_steel_plural": "Defeat {{amount_0}} Steel-type Pokémon", - "quest_title_quest_fight_type_water_plural": "Defeat {{amount_0}} Water-type Pokémon", - "quest_title_quest_first_catch_of_the_day": "First Catch of the Day", - "quest_title_quest_first_pokestop_of_the_day": "First PokéStop of the Day", - "quest_title_quest_flaaffy_evolve_b": "Evolve {{amount_0}} Flaaffy", - "quest_title_quest_flett_catch_b": "Catch {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_b": "Evolve {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_s1": "Evolve {{amount_0}} Fletchinder", - "quest_title_quest_floragato_evolve_b": "Evolve a Floragato", - "quest_title_quest_fraxure_evolve_b": "Evolve {{amount_0}} Fraxure", - "quest_title_quest_froakie_catch_b": "Catch {{amount_0}} Froakie", - "quest_title_quest_froakie_evolve_b": "Evolve {{amount_0}} Froakie", - "quest_title_quest_froakie_snapshot_b": "Take a snapshot of {{amount_0}} Froakie", - "quest_title_quest_frogadier_evolve_b": "Evolve {{amount_0}} Frogadier", - "quest_title_quest_fuecoco_evolve_b": "Evolve a Fuecoco", - "quest_title_quest_fuse_necrozma": "Fuse Necrozma", - "quest_title_quest_gbl_rank": "Achieve rank {{amount_0}} in the GO Battle League", - "quest_title_quest_gbl_rank_fifteen": "Achieve rank 15 in the GO Battle League", - "quest_title_quest_gbl_rank_five": "Achieve rank 5 in the GO Battle League", - "quest_title_quest_gbl_rank_ten": "Achieve rank 10 in the GO Battle League", - "quest_title_quest_gbl_rank_twenty": "Achieve rank 20 in the GO Battle League", - "quest_title_quest_get_cell_singular": "Find a Zygarde Cell", - "quest_title_quest_giblt_catch_b": "Catch {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_b": "Evolve {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_s1": "Evolve {{amount_0}} Gabite", - "quest_title_quest_gift_open_plural": "Open {{amount_0}} Gifts", - "quest_title_quest_gift_open_singular": "Open a Gift", - "quest_title_quest_go_for_a_spin_00": "Find and spin Spinda PokéStop 1 of 8", - "quest_title_quest_go_for_a_spin_01": "Find and spin Spinda PokéStop 2 of 8", - "quest_title_quest_go_for_a_spin_02": "Find and spin Spinda PokéStop 3 of 8", - "quest_title_quest_go_for_a_spin_03": "Find and spin Spinda PokéStop 4 of 8", - "quest_title_quest_go_for_a_spin_04": "Find and spin Spinda PokéStop 5 of 8", - "quest_title_quest_go_for_a_spin_05": "Find and spin Spinda PokéStop 6 of 8", - "quest_title_quest_go_for_a_spin_06": "Find and spin Spinda PokéStop 7 of 8", - "quest_title_quest_go_for_a_spin_07": "Find and spin Spinda PokéStop 8 of 8", - "quest_title_quest_go_tour_snapshot_habitat_01": "Take a snapshot of your buddy in the Blistering Sands habitat", - "quest_title_quest_go_tour_snapshot_habitat_02": "Take a snapshot of your buddy in the Eerie Mists habitat", - "quest_title_quest_go_tour_snapshot_habitat_03": "Take a snapshot of your buddy in the Verdant Earth habitat", - "quest_title_quest_go_tour_snapshot_habitat_04": "Take a snapshot of your buddy in the Ancient Shores habitat", - "quest_title_quest_gold_hoenn_dex": "Earn a gold Hoenn medal", - "quest_title_quest_gold_medal_plural": "Earn {{amount_0}} gold medals", - "quest_title_quest_gold_medal_plural_five": "Earn 5 gold medals", - "quest_title_quest_gold_medal_singular": "Earn a gold medal", - "quest_title_quest_goomy_catch_b": "Catch {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_plural": "Evolve {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_singular": "Evolve a Goomy", - "quest_title_quest_grookey_evolve": "Evolve a Grookey", - "quest_title_quest_grubbin_catch_b": "Catch {{amount_0}} Grubbin", - "quest_title_quest_grubbin_evolve_b": "Evolve {{amount_0}} Grubbin", - "quest_title_quest_grubbin_snapshot_b": "Take a snapshot of {{amount_0}} Grubbin", - "quest_title_quest_gt_catch_b": "Catch {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_b": "Evolve {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_s1": "Evolve {{amount_0}} Haunter", - "quest_title_quest_gulpin_catch": "Catch {{amount_0}} Gulpin", - "quest_title_quest_gurdurr_evolve_b": "Evolve {{amount_0}} Gurdurr", - "quest_title_quest_hallo19_catch_specific_plural": "Catch {{amount_0}} Poochyena or Houndour", - "quest_title_quest_hallo19_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", - "quest_title_quest_hallo19_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_hallo19_evolve_plural": "Evolve {{amount_0}} Duskull or Shuppet", - "quest_title_quest_hallo19_transfer_plural": "Transfer {{amount_0}} Pokémon", - "quest_title_quest_hatch_egg_plural": "Hatch {{amount_0}} Eggs", - "quest_title_quest_hatch_egg_routes_plural": "Hatch {{amount_0}} Eggs while following Routes", - "quest_title_quest_hatch_egg_routes_singular": "Hatch an Egg while following a Route", - "quest_title_quest_hatch_egg_singular": "Hatch an Egg", - "quest_title_quest_hoenn_celebration_research": "Hoenn Celebration Research", - "quest_title_quest_hoenn19_catch_specific_plural": "Hoenn Celebration: Catch {{amount_0}} Zigzagoon or Taillow", - "quest_title_quest_hoenn19_evolve_specific_plural": "Hoenn Celebration: Evolve {{amount_0}} Wurmple", - "quest_title_quest_hoenn19_hatch_eggs": "Hoenn Celebration: Hatch {{amount_0}} Eggs", - "quest_title_quest_hoppt_catch_b": "Catch {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_b": "Evolve {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_s1": "Evolve {{amount_0}} Skiploom", - "quest_title_quest_incense_or_dai_plural": "Use {{amount_0}} Incense or Daily Adventure Incense", - "quest_title_quest_incense_or_dai_singular": "Use an Incense or Daily Adventure Incense", - "quest_title_quest_incense_plural": "Use {{amount_0}} Incense", - "quest_title_quest_incense_routes_plural": "Use {{amount_0}} Incense while following Routes", - "quest_title_quest_incense_routes_singular": "Use an Incense while following a Route", - "quest_title_quest_incense_singular": "Use an Incense", - "quest_title_quest_jan19rsd_buddywalk_singular": "Feebas Research: Earn 1 Buddy Candy", - "quest_title_quest_jan19rsd_hatch_egg_singular": "Feebas Research: Hatch 1 Egg", - "quest_title_quest_jan19rsd_land_great_plural": "Feebas Research: Make {{amount_0}} Great Throws", - "quest_title_quest_jan19rsd_land_nice_plural": "Feebas Research: Make {{amount_0}} Nice Throws", - "quest_title_quest_johtofestival_catch_special17_plural": "Johto Festival: Catch {{amount_0}} Sunkern", - "quest_title_quest_johtofestival_catch_type_water_plural": "Johto Festival: Catch {{amount_0}} Water Pokémon", - "quest_title_quest_johtofestival_evolve_plural": "Johto Festival: Evolve {{amount_0}} Sunkern or Natu", - "quest_title_quest_johtofestival_land_excellent_plural": "Johto Festival: Make {{amount_0}} Excellent Throws", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Johto Festival: Make {{amount_0}} Great Curveball Throws in a row", - "quest_title_quest_johtofestival_win_raid_singular": "Johto Festival: Win a raid", - "quest_title_quest_kanto_green_bellsprout": "GO Tour: Catch Bellsprout", - "quest_title_quest_kanto_green_meowth": "GO Tour: Catch Meowth", - "quest_title_quest_kanto_green_sandshrew": "GO Tour: Catch Sandshrew", - "quest_title_quest_kanto_green_vulpix": "GO Tour: Catch Vulpix", - "quest_title_quest_kanto_hatch_plural": "GO Tour Kanto: Hatch {{amount_0}} Eggs", - "quest_title_quest_kanto_hatch_singular": "GO Tour Kanto: Hatch an Egg", - "quest_title_quest_kanto_npc_plural": "GO Tour Kanto: Defeat {{amount_0}} GO Tour Challengers", - "quest_title_quest_kanto_npc_singular": "GO Tour Kanto: Defeat a GO Tour Challenger", - "quest_title_quest_kanto_red_ekans": "GO Tour: Catch Ekans", - "quest_title_quest_kanto_red_growlithe": "GO Tour: Catch Growlithe", - "quest_title_quest_kanto_red_mankey": "GO Tour: Catch Mankey", - "quest_title_quest_kanto_red_oddish": "GO Tour: Catch Oddish", - "quest_title_quest_kecleon_catch": "Catch {{amount_0}} Kecleon", - "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "Make {{amount_0}} Curveball Throws on Ghost-type Pokémon", - "quest_title_quest_land_curveball_plural": "Make {{amount_0}} Curveball Throws", - "quest_title_quest_land_curveball_singular": "Make a Curveball Throw", - "quest_title_quest_land_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws", - "quest_title_quest_land_excellent_curveball_singular": "Make an Excellent Curveball Throw", - "quest_title_quest_land_excellent_plural": "Make {{amount_0}} Excellent Throws", - "quest_title_quest_land_excellent_singular": "Make an Excellent Throw", - "quest_title_quest_land_great_curve_inarow_type_ghost": "Make {{amount_0}} Great Curveball Throws in a row on Ghost-type Pokémon", - "quest_title_quest_land_great_curve_type_ghost": "Make {{amount_0}} Great Curveball Throws on Ghost-type Pokémon", - "quest_title_quest_land_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws", - "quest_title_quest_land_great_curveball_singular": "Make a Great Curveball Throw", - "quest_title_quest_land_great_plural": "Make {{amount_0}} Great Throws", - "quest_title_quest_land_great_singular": "Make a Great Throw", - "quest_title_quest_land_great_type_ghost": "Make {{amount_0}} Great Throws on Ghost-type Pokémon", - "quest_title_quest_land_inarow_curveball_plural": "Make {{amount_0}} Curveball Throws in a row", - "quest_title_quest_land_inarow_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws in a row", - "quest_title_quest_land_inarow_excellent_plural": "Make {{amount_0}} Excellent Throws in a row", - "quest_title_quest_land_inarow_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws in a row", - "quest_title_quest_land_inarow_great_plural": "Make {{amount_0}} Great Throws in a row", - "quest_title_quest_land_inarow_nice_curveball_plural": "Make {{amount_0}} Nice Curveball Throws in a row", - "quest_title_quest_land_inarow_nice_plural": "Make {{amount_0}} Nice Throws in a row", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "Make {{amount_0}} Nice Curveball Throws in a row on Ghost-type Pokémon", - "quest_title_quest_land_nice_curve_plural": "Make {{amount_0}} Nice Curveball Throws", - "quest_title_quest_land_nice_curve_singular": "Make a Nice Curveball Throw", - "quest_title_quest_land_nice_curve_type_ghost": "Make {{amount_0}} Nice Curveball Throws on Ghost-type Pokémon", - "quest_title_quest_land_nice_electric_plural": "Catch {{amount_0}} Electric-type Pokémon with Nice Throws", - "quest_title_quest_land_nice_plural": "Make {{amount_0}} Nice Throws", - "quest_title_quest_land_nice_singular": "Make a Nice Throw", - "quest_title_quest_land_nice_type_ghost": "Make {{amount_0}} Nice Throws on Ghost-type Pokémon", - "quest_title_quest_larvitar_cdc_evolve_b": "Evolve {{amount_0}} Larvitar", - "quest_title_quest_larvitar_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Larvitar", - "quest_title_quest_latias_wild_snap": "Take a snapshot of Latias in the wild", - "quest_title_quest_latios_wild_snap": "Take a snapshot of Latios in the wild", - "quest_title_quest_litten_catch_b": "Catch {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_plural": "Evolve {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_singular": "Evolve a Litten", - "quest_title_quest_litten_snapshot_b": "Take a Snapshot of {{amount_0}} Litten", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "Challenge a nearby Trainer by scanning their Battle Code.", - "quest_title_quest_lucky_plural": "Obtain {{amount_0}} Lucky Pokémon in trades", - "quest_title_quest_lucky_singular": "Obtain a Lucky Pokémon in a trade", - "quest_title_quest_lunar19_friends_trade_plural": "Trade {{amount_0}} Pokémon with a friend", - "quest_title_quest_macht_catch_b": "Catch {{amount_0}} Machop", - "quest_title_quest_macht_evolve_b": "Evolve {{amount_0}} Machop", - "quest_title_quest_macht_evolve_s1": "Evolve {{amount_0}} Machoke", - "quest_title_quest_magit_catch_b": "Catch {{amount_0}} Magikarp", - "quest_title_quest_magit_evolve_b": "Evolve {{amount_0}} Magikarp", - "quest_title_quest_magmt_catch_b": "Catch {{amount_0}} Magmar", - "quest_title_quest_magmt_evolve_b": "Evolve {{amount_0}} Magmar", - "quest_title_quest_mareep_catch_b": "Catch {{amount_0}} Mareep", - "quest_title_quest_mareep_evolve_b": "Evolve {{amount_0}} Mareep", - "quest_title_quest_mareep_snapshot_b": "Take a snapshot of {{amount_0}} Mareep", - "quest_title_quest_mega_evo_primal_rev_plural": "Activate Primal Reversion or Mega Evolve a Pokémon {{amount_0}} times", - "quest_title_quest_mega_evo_primal_rev_singular": "Activate Primal Reversion or Mega Evolve a Pokémon", - "quest_title_quest_mega_evolve_beedrill": "Mega Evolve a Beedrill", - "quest_title_quest_mega_evolve_blastoise": "Mega Evolve a Blastoise", - "quest_title_quest_mega_evolve_charizard": "Mega Evolve a Charizard", - "quest_title_quest_mega_evolve_diancie": "Mega Evolve Diancie", - "quest_title_quest_mega_evolve_plural": "Mega Evolve {{amount_0}} Pokémon", - "quest_title_quest_mega_evolve_rayquaza": "Mega Evolve Rayquaza", - "quest_title_quest_mega_evolve_singular": "Mega Evolve a Pokémon", - "quest_title_quest_mega_evolve_venusaur": "Mega Evolve a Venusaur", - "quest_title_quest_mega_join_raid_plural": "Battle in {{amount_0}} Mega Raids", - "quest_title_quest_mega_join_raid_singular": "Battle in a Mega Raid", - "quest_title_quest_mega_win_raid_plural": "Win {{amount_0}} Mega Raids", - "quest_title_quest_mega_win_raid_singular": "Win a Mega Raid", - "quest_title_quest_mesprit_wild_snap": "Take a snapshot of Mesprit in the wild", - "quest_title_quest_metang_evolve_b_singular": "Evolve a Metang", - "quest_title_quest_more_reseach_coming_soon": "More research requests will be coming soon!", - "quest_title_quest_mudkt_catch_b": "Catch {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_b": "Evolve {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_s1": "Evolve {{amount_0}} Marshtomp", - "quest_title_quest_new_friends_plural": "Make {{amount_0}} new friends", - "quest_title_quest_new_friends_singular": "Make a new friend", - "quest_title_quest_noibat_catch_b": "Catch {{amount_0}} Noibat", - "quest_title_quest_noibat_evolve_b": "Evolve {{amount_0}} Noibat", - "quest_title_quest_noibat_snapshot_b": "Take a snapshot of {{amount_0}} Noibat", - "quest_title_quest_oshat_catch_b": "Catch {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_b": "Evolve {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_s1": "Evolve a Dewott", - "quest_title_quest_party_catch_electric_type_plural": "Catch {{amount_0}} Electric-type Pokémon while in a party", - "quest_title_quest_party_catch_electric_type_singular": "Catch a Electric-type Pokémon while in a party", - "quest_title_quest_party_catch_fire_type_plural": "Catch {{amount_0}} Fire-type Pokémon while in a party", - "quest_title_quest_party_catch_fire_type_singular": "Catch a Fire-type Pokémon while in a party", - "quest_title_quest_party_catch_normal_type_plural": "Catch {{amount_0}} Normal-type Pokémon while in a party", - "quest_title_quest_party_catch_normal_type_singular": "Catch a Normal-type Pokémon while in a party", - "quest_title_quest_party_catch_water_type_plural": "Catch {{amount_0}} Water-type Pokémon while in a party", - "quest_title_quest_party_catch_water_type_singular": "Catch a Water-type Pokémon while in a party", - "quest_title_quest_party_challenge_plural": "Complete {{amount_0}} Party Challenges", - "quest_title_quest_party_challenge_singular": "Complete a Party Challenge", - "quest_title_quest_platinum_johto_badge": "Earn the platinum Johto medal", - "quest_title_quest_platinum_kanto_badge": "Earn the platinum Kanto medal", - "quest_title_quest_platinum_medal_plural": "Earn {{amount_0}} platinum medals", - "quest_title_quest_platinum_medal_plural_five": "Earn 5 platinum medals", - "quest_title_quest_platinum_medal_plural_forty": "Earn 40 platinum medals", - "quest_title_quest_platinum_medal_plural_ten": "Earn 10 platinum medals", - "quest_title_quest_platinum_medal_plural_twenty": "Earn 20 platinum medals", - "quest_title_quest_platinum_medal_singular": "Earn a platinum medal", - "quest_title_quest_play_buddy_singular": "Play with your buddy", - "quest_title_quest_pokemon_appears": "Pokémon appears!", - "quest_title_quest_poliwag_catch_b": "Catch {{amount_0}} Poliwag", - "quest_title_quest_poliwag_evolve_b": "Evolve {{amount_0}} Poliwag", - "quest_title_quest_poliwag_snapshot_b": "Take {{amount_0}} snapshots of Poliwag", - "quest_title_quest_poliwhirl_evolve_b": "Evolve {{amount_0}} Poliwhirl", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "Catch {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_plural": "Evolve {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_singular": "Evolve a Popplio", - "quest_title_quest_porygon_catch_b": "Catch {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_plural": "Evolve {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_singular": "Evolve a Porygon", - "quest_title_quest_porygon_snapshot_b": "Take a snapshot of {{amount_0}} Porygon", - "quest_title_quest_porygon2_evolve_b_plural": "Evolve {{amount_0}} Porygon2", - "quest_title_quest_porygon2_evolve_b_singular": "Evolve a Porygon2", - "quest_title_quest_poryt_catch_b": "Catch {{amount_0}} Porygon", - "quest_title_quest_poryt_catch_s1": "Catch {{amount_0}} Porygon2", - "quest_title_quest_poryt_evolve_b": "Evolve {{amount_0}} Porygon", - "quest_title_quest_poryt_evolve_s1": "Evolve {{amount_0}} Porygon2", - "quest_title_quest_power_up_dragon_plural": "Power up Dragon-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_fire_ice": "Power up Fire- or Ice-type Pokémon 5 times", - "quest_title_quest_power_up_grass_ghost": "Power up Grass- or Ghost-type Pokémon 5 times", - "quest_title_quest_power_up_legendary_plural": "Power up Legendary or Mythical Pokémon {{amount_0}} times", - "quest_title_quest_power_up_legendary_singular": "Power up a Legendary or Mythical Pokémon", - "quest_title_quest_power_up_max_plural": "Power up {{amount_0}} Pokémon to their max CP", - "quest_title_quest_power_up_max_singular": "Power up a Pokémon to its max CP", - "quest_title_quest_power_up_plural": "Power up Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_bug": "Power up Bug-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_dark": "Power up Dark-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_dragon": "Power up Dragon-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_electric": "Power up Electric-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_fairy": "Power up Fairy-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_fighting": "Power up Fighting-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_fire": "Power up Fire-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_flying": "Power up Flying-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_ghost": "Power up Ghost-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_grass": "Power up Grass-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_ground": "Power up Ground-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_ice": "Power up Ice-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_normal": "Power up Normal-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_poison": "Power up Poison-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_psychic": "Power up Psychic-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_rock": "Power up Rock-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_rock_fairy": "Power up Rock- or Fairy-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_steel": "Power up Steel-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_water": "Power up Water-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_poison_rock": "Power up Poison- or Rock-type Pokémon 5 times", - "quest_title_quest_power_up_singular": "Power up a Pokémon", - "quest_title_quest_power_up_singular_marshadow": "Power up Marshadow", - "quest_title_quest_power_up_water_normal": "Power up Normal- or Water-type Pokémon 5 times", - "quest_title_quest_primal_raid_victory_groudon": "Win a Primal Groudon raid", - "quest_title_quest_primal_raid_victory_kyogre": "Win a Primal Kyogre raid", - "quest_title_quest_primal_raid_victory_plural": "Win {{amount_0}} Primal Raids", - "quest_title_quest_primal_raid_victory_singular": "Win a Primal Raid", - "quest_title_quest_primal_reversion_plural": "Activate Primal Reversion {{amount_0}} times", - "quest_title_quest_primal_reversion_singular": "Activate Primal Reversion", - "quest_title_quest_primal_surge_candy": "Primal Surge: Earn a Candy walking with your buddy", - "quest_title_quest_primal_surge_catch": "Primal Surge: Catch 10 Pokémon", - "quest_title_quest_primal_surge_hatch": "Primal Surge: Hatch an Egg", - "quest_title_quest_primal_surge_power_ground": "Primal Surge: Power up Ground-type Pokémon 5 times", - "quest_title_quest_primal_surge_power_water": "Primal Surge: Power up Water-type Pokémon 5 times", - "quest_title_quest_primal_surge_raid": "Primal Surge: Win a raid", - "quest_title_quest_psychicspec_catch_abra_plural": "Catch {{amount_0}} Abra or Drowzee", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_psychicspec_evolve_plural": "Evolve {{amount_0}} Exeggcute or Slowpoke", - "quest_title_quest_quaxly_evolve_b": "Evolve a Quaxly", - "quest_title_quest_quaxwell_evolve_b": "Evolve a Quaxwell", - "quest_title_quest_quilava_evolve_b_plural": "Evolve {{amount_0}} Quilava", - "quest_title_quest_quilava_evolve_b_singular": "Evolve a Quilava", - "quest_title_quest_quilladin_evolve_b": "Evolve {{amount_0}} Quilladin", - "quest_title_quest_raboot_evolve": "Evolve a Raboot", - "quest_title_quest_raid_friend_singular": "Raid with a friend", - "quest_title_quest_raid_t5_win": "Win a five-star raid", - "quest_title_quest_raid_with_buddy_plural": "Battle in {{amount_0}} raids with your buddy", - "quest_title_quest_raid_with_buddy_singular": "Battle in a raid with your buddy", - "quest_title_quest_reach_hoenn_gold": "Earn a gold Hoenn medal", - "quest_title_quest_reach_johto_gold": "Earn a gold Johto medal", - "quest_title_quest_reach_kanto_gold": "Earn a gold Kanto medal", - "quest_title_quest_reach_kanto_silver": "Earn a silver Kanto medal", - "quest_title_quest_reach_level": "Reach level {{amount_0}}", - "quest_title_quest_referral_initial_milestone": "Logged in to Pokémon GO", - "quest_title_quest_remove_bonus_challenge_desc": "You’ll receive another task tomorrow.", - "quest_title_quest_reward_desc_1": "Collect stamps to unlock Research Breakthroughs from Professor Willow!", - "quest_title_quest_reward_desc_2": "Next Breakthrough in", - "quest_title_quest_reward_desc_3_plural": "{{amount_0}} more stamps!", - "quest_title_quest_reward_desc_3_singular": "{{amount_0}} more stamp!", - "quest_title_quest_reward_encounter_later": "Later", - "quest_title_quest_reward_encounter_uses_ar": "You must be in AR mode to catch this Pokémon.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "A mysterious Pokémon has appeared!", - "quest_title_quest_reward_start_encounter": "Start Encounter", - "quest_title_quest_rocket_battle_plural": "Battle {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rocket_battle_win_plural": "Defeat {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rocket_battle_win_singular": "Defeat a Team GO Rocket Grunt", - "quest_title_quest_rocket_catch_shadow_singular": "Catch a Shadow Pokémon", - "quest_title_quest_rocket_evolve_plural": "Evolve {{amount_0}} Pokémon", - "quest_title_quest_rocket_leader_battle_win_singular": "Defeat a Team GO Rocket Leader", - "quest_title_quest_rocket_power_up_plural": "Power up Pokémon {{amount_0}} times", - "quest_title_quest_rocket_purify_dark_plural": "Purify {{amount_0}} Dark-type Shadow Pokémon", - "quest_title_quest_rocket_purify_fire_plural": "Purify {{amount_0}} Fire-type Shadow Pokémon", - "quest_title_quest_rocket_purify_plural": "Purify {{amount_0}} Shadow Pokémon", - "quest_title_quest_rocket_purify_type_singular": "Purify a Fire-, Water-, or Grass-type Shadow Pokémon", - "quest_title_quest_rocket_rescue_shadow_plural": "Rescue {{amount_0}} Shadow Pokémon", - "quest_title_quest_rocket_shadow_plural": "Catch {{amount_0}} Shadow Pokémon", - "quest_title_quest_rockethq1_arlo_win": "Defeat Team GO Rocket Leader Arlo", - "quest_title_quest_rockethq1_arlo_win_plural": "Defeat Team GO Rocket Leader Arlo {{amount_0}} times", - "quest_title_quest_rockethq1_battle_boss": "Battle the Team GO Rocket Boss", - "quest_title_quest_rockethq1_catch_legendary_shadow": "Catch a Legendary Shadow Pokémon", - "quest_title_quest_rockethq1_catch_shadow1": "Catch {{amount_0}} Shadow Pokémon", - "quest_title_quest_rockethq1_cliff_win": "Defeat Team GO Rocket Leader Cliff", - "quest_title_quest_rockethq1_cliff_win_plural": "Defeat Team GO Rocket Leader Cliff {{amount_0}} times", - "quest_title_quest_rockethq1_defeat_boss": "Defeat the Team GO Rocket Boss", - "quest_title_quest_rockethq1_find_boss": "Find the Team GO Rocket Boss", - "quest_title_quest_rockethq1_grunt_win1": "Defeat {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rockethq1_grunt_win2": "Defeat {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rockethq1_leader_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", - "quest_title_quest_rockethq1_leaders_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", - "quest_title_quest_rockethq1_purify": "Purify {{amount_0}} Shadow Pokémon", - "quest_title_quest_rockethq1_raid_win": "Win {{amount_0}} raids", - "quest_title_quest_rockethq1_sierra_win": "Defeat Team GO Rocket Leader Sierra", - "quest_title_quest_rockethq1_sierra_win_plural": "Defeat Team GO Rocket Leader Sierra {{amount_0}} times", - "quest_title_quest_rockethq1_spin": "Spin {{amount_0}} PokéStops", - "quest_title_quest_rockethq1_spin_row": "Spin a PokéStop {{amount_0}} days in a row", - "quest_title_quest_rockethq1_supereffective": "Use {{amount_0}} supereffective Charged Attacks in Gym battles", - "quest_title_quest_rockethq1_trainerbattle_win": "Win {{amount_0}} Great League Trainer Battles against another Trainer", - "quest_title_quest_roggenrola_catch_b": "Catch {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_evolve_b": "Evolve {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_snapshot_b": "Take {{amount_0}} snapshots of Roggenrola", - "quest_title_quest_roset_catch_b": "Catch {{amount_0}} Roselia", - "quest_title_quest_roset_evolve_b": "Evolve {{amount_0}} Roselia", - "quest_title_quest_rowlet_catch_b": "Catch {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_plural": "Evolve {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_singular": "Evolve {{amount_0}} Rowlet", - "quest_title_quest_rowlet_snapshot_b": "Take a snapshot of {{amount_0}} Rowlet", - "quest_title_quest_sandt_catch_b": "Catch {{amount_0}} Sandshrew", - "quest_title_quest_sandt_evolve_b": "Evolve {{amount_0}} Sandshrew", - "quest_title_quest_scorbunny_evolve": "Evolve a Scorbunny", - "quest_title_quest_send_gifts_daily_row": "Send Gifts {{amount_0}} Days in a Row", - "quest_title_quest_send_gifts_plural": "Send {{amount_0}} Gifts to friends", - "quest_title_quest_send_gifts_singular": "Send a Gift to a friend", - "quest_title_quest_send_gifts_sticker_plural": "Send {{amount_0}} Gifts and add a sticker to each", - "quest_title_quest_send_gifts_sticker_singular": "Send a Gift with a sticker", - "quest_title_quest_shelgon_evolve_b_plural": "Evolve {{amount_0}} Shelgon", - "quest_title_quest_shelgon_evolve_b_singular": "Evolve a Shelgon", - "quest_title_quest_shint_catch_b": "Catch {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_b": "Evolve {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_s1": "Evolve {{amount_0}} Luxio", - "quest_title_quest_sinnoh_evolve_plural": "Evolve {{amount_0}} Pokémon to species originally discovered in the Sinnoh region", - "quest_title_quest_sinnoh_evolve_stone_plural": "Use a Sinnoh Stone to evolve {{amount_0}} Pokémon", - "quest_title_quest_sinnoh_medal_gold": "Earn a gold Sinnoh medal", - "quest_title_quest_sliggoo_evolve_b_plural": "Evolve {{amount_0}} Sliggoo", - "quest_title_quest_sliggoo_evolve_b_singular": "Evolve a Sliggoo", - "quest_title_quest_slowpoke_catch_b": "Catch {{amount_0}} Slowpoke or Galarian Slowpoke", - "quest_title_quest_slowpoke_evolve_b": "Evolve {{amount_0}} Slowpoke or Galarian Slowpoke", - "quest_title_quest_slowpoke_snapshot_b": "Take a snapshot of {{amount_0}} Slowpoke or Galarian Slowpoke", - "quest_title_quest_snapshot_ar_photo_safari": "Take a Snapshot with your Buddy at the PGO Tent", - "quest_title_quest_snapshot_bali": "Take a snapshot in Bali", - "quest_title_quest_snapshot_buddy": "Take a snapshot with your buddy", - "quest_title_quest_snapshot_bulbasaur": "Take a snapshot of Bulbasaur", - "quest_title_quest_snapshot_charmander": "Take a snapshot of Charmander", - "quest_title_quest_snapshot_chikorita": "Take a snapshot of your Chikorita", - "quest_title_quest_snapshot_cyndaquil": "Take a snapshot of your Cyndaquil", - "quest_title_quest_snapshot_genesect": "Take {{amount_0}} snapshots of Genesect", - "quest_title_quest_snapshot_hariyama": "Take a snapshot of your Hariyama", - "quest_title_quest_snapshot_hoopa_singular": "Take a snapshot of Hoopa", - "quest_title_quest_snapshot_jeju": "Take a snapshot on Jeju Island", - "quest_title_quest_snapshot_keldeo": "Take {{amount_0}} snapshots of Keldeo", - "quest_title_quest_snapshot_landorus": "Take a snapshot of Landorus", - "quest_title_quest_snapshot_machamp": "Take a snapshot of your Machamp", - "quest_title_quest_snapshot_okinawa": "Take a snapshot in Okinawa", - "quest_title_quest_snapshot_poison_grass_singular": "Take a snapshot of a wild Poison-type Pokémon", - "quest_title_quest_snapshot_regi_ice": "Take a snapshot of Regice", - "quest_title_quest_snapshot_regi_rock": "Take a snapshot of Regirock", - "quest_title_quest_snapshot_regi_steel": "Take a snapshot of Registeel", - "quest_title_quest_snapshot_scrafty": "Take a snapshot of your Scrafty", - "quest_title_quest_snapshot_singular": "Take a snapshot", - "quest_title_quest_snapshot_storage_bug_unique_plural": "Take snapshots of {{amount_0}} different Bug-type Pokémon that you caught", - "quest_title_quest_snapshot_storage_steel_unique_plural": "Take snapshots of {{amount_0}} different Steel-type Pokémon that you caught", - "quest_title_quest_snapshot_storage_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", - "quest_title_quest_snapshot_surabaya": "Take a snapshot in Surabaya", - "quest_title_quest_snapshot_thundurus": "Take a snapshot of Thundurus", - "quest_title_quest_snapshot_tornadus": "Take a snapshot of Tornadus", - "quest_title_quest_snapshot_totodile": "Take a snapshot of your Totodile", - "quest_title_quest_snapshot_unique_fire_pokemon": "Take snapshots of {{amount_0}} different Fire-type Pokémon", - "quest_title_quest_snapshot_unique_pokemon": "Take snapshots of {{amount_0}} different Pokémon", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Take a snapshot of Shinx, Blitzle, or Furfrou in the wild", - "quest_title_quest_snapshot_wild_bug_plural": "Take {{amount_0}} snapshots of wild Bug-type Pokémon", - "quest_title_quest_snapshot_wild_bug_unique_plural": "Take snapshots of {{amount_0}} different wild Bug-type Pokémon", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Take a snapshot of Butterfree, Shinx, or Blitzle in the wild", - "quest_title_quest_snapshot_wild_dark_plural": "Take {{amount_0}} snapshots of wild Dark-type Pokémon", - "quest_title_quest_snapshot_wild_dark_unique_plural": "Take snapshots of {{amount_0}} different wild Dark-type Pokémon", - "quest_title_quest_snapshot_wild_dragon_plural": "Take {{amount_0}} snapshots of wild Dragon-type Pokémon", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "Take snapshots of {{amount_0}} different wild Dragon-type Pokémon", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Take a snapshot of Chinchou, Finneon, or Ducklett in the wild", - "quest_title_quest_snapshot_wild_eevee": "Take a snapshot of Eevee in the wild", - "quest_title_quest_snapshot_wild_electric_plural": "Take {{amount_0}} snapshots of wild Electric-type Pokémon", - "quest_title_quest_snapshot_wild_electric_unique_plural": "Take snapshots of {{amount_0}} different wild Electric-type Pokémon", - "quest_title_quest_snapshot_wild_entei": "Take a snapshot of Entei in the wild", - "quest_title_quest_snapshot_wild_fairy_plural": "Take {{amount_0}} snapshots of wild Fairy-type Pokémon", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Fairy-type Pokémon", - "quest_title_quest_snapshot_wild_fighting_plural": "Take {{amount_0}} snapshots of wild Fighting-type Pokémon", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "Take snapshots of {{amount_0}} different wild Fighting-type Pokémon", - "quest_title_quest_snapshot_wild_fire_plural": "Take {{amount_0}} snapshots of wild Fire-type Pokémon", - "quest_title_quest_snapshot_wild_fire_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-type Pokémon", - "quest_title_quest_snapshot_wild_flying_plural": "Take {{amount_0}} snapshots of wild Flying-type Pokémon", - "quest_title_quest_snapshot_wild_flying_unique_plural": "Take snapshots of {{amount_0}} different wild Flying-type Pokémon", - "quest_title_quest_snapshot_wild_frillish_absol": "Take a snapshot of Absol or Frillish in the wild", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Take a snapshot of Sandshrew, Geodude, or Cacnea in the wild", - "quest_title_quest_snapshot_wild_ghost_plural": "Take {{amount_0}} snapshots of wild Ghost-type Pokémon", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "Take snapshots of {{amount_0}} different wild Ghost-type Pokémon", - "quest_title_quest_snapshot_wild_grass_plural": "Take {{amount_0}} snapshots of wild Grass-type Pokémon", - "quest_title_quest_snapshot_wild_grass_singular": "Take a snapshot of a wild Grass-type Pokémon", - "quest_title_quest_snapshot_wild_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Grass-type Pokémon", - "quest_title_quest_snapshot_wild_ground_plural": "Take {{amount_0}} snapshots of wild Ground-type Pokémon", - "quest_title_quest_snapshot_wild_ground_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-type Pokémon", - "quest_title_quest_snapshot_wild_hoothoot": "Take a snapshot of Hoothoot in the wild", - "quest_title_quest_snapshot_wild_ice_plural": "Take {{amount_0}} snapshots of wild Ice-type Pokémon", - "quest_title_quest_snapshot_wild_ice_singular": "Take a snapshot of a wild Ice-type Pokémon", - "quest_title_quest_snapshot_wild_ice_unique_plural": "Take snapshots of {{amount_0}} different wild Ice-type Pokémon", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Take a snapshot of Metapod, Aipom, or Lotad in the wild", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Take a snapshot of Chinchou, Luvdisc, or Finneon in the wild", - "quest_title_quest_snapshot_wild_mareanie_singluar": "Take a snapshot of Mareanie in the wild", - "quest_title_quest_snapshot_wild_normal_plural": "Take {{amount_0}} snapshots of wild Normal-type Pokémon", - "quest_title_quest_snapshot_wild_normal_unique_plural": "Take snapshots of {{amount_0}} different wild Normal-type Pokémon", - "quest_title_quest_snapshot_wild_plural": "Take {{amount_0}} snapshots of wild Pokémon", - "quest_title_quest_snapshot_wild_poison_plural": "Take {{amount_0}} snapshots of wild Poison-type Pokémon", - "quest_title_quest_snapshot_wild_poison_unique_plural": "Take snapshots of {{amount_0}} different wild Poison-type Pokémon", - "quest_title_quest_snapshot_wild_psychic_plural": "Take {{amount_0}} snapshots of wild Psychic-type Pokémon", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "Take snapshots of {{amount_0}} different wild Psychic-type Pokémon", - "quest_title_quest_snapshot_wild_raikou": "Take a snapshot of Raikou in the wild", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-, Rock-, or Fairy-type Pokémon", - "quest_title_quest_snapshot_wild_rock_plural": "Take {{amount_0}} snapshots of wild Rock-type Pokémon", - "quest_title_quest_snapshot_wild_rock_unique_plural": "Take snapshots of {{amount_0}} different wild Rock-type Pokémon", - "quest_title_quest_snapshot_wild_singular": "Take a snapshot of a wild Pokémon", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Take a snapshot of Dodrio, Mantine, or Skarmory in the wild", - "quest_title_quest_snapshot_wild_skitty_kirlia": "Take a snapshot of Kirlia or Skitty in the wild", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Take a snapshot of Sneasel, Croagunk, or Frillish in the wild", - "quest_title_quest_snapshot_wild_steel_plural": "Take {{amount_0}} snapshots of wild Steel-type Pokémon", - "quest_title_quest_snapshot_wild_steel_unique_plural": "Take snapshots of {{amount_0}} different wild Steel-type Pokémon", - "quest_title_quest_snapshot_wild_suicune": "Take a snapshot of Suicune in the wild", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Take a snapshot of Sandshrew, Trapinch, or Cacnea in the wild", - "quest_title_quest_snapshot_wild_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-, Water-, or Grass-type Pokémon", - "quest_title_quest_snapshot_wild_water_plural": "Take {{amount_0}} snapshots of wild Water-type Pokémon", - "quest_title_quest_snapshot_wild_water_singular": "Take a snapshot of wild Water-type Pokémon", - "quest_title_quest_snapshot_wild_water_unique_plural": "Take snapshots of {{amount_0}} different wild Water-type Pokémon", - "quest_title_quest_snapshot_yogyakarta": "Take a snapshot in Yogyakarta", - "quest_title_quest_snapshots_inarow_plural": "Take a snapshot of a Pokémon {{amount_0}} days in a row", - "quest_title_quest_snapshots_plural": "Take {{amount_0}} snapshots", - "quest_title_quest_snapshots_your_plural": "Take {{amount_0}} snapshots of your Pokémon", - "quest_title_quest_snapshots_your_singular": "Take a snapshot of one of your Pokémon", - "quest_title_quest_snivt_catch_b": "Catch {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_b": "Evolve {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_s1": "Evolve {{amount_0}} Servine", - "quest_title_quest_sobble_evolve": "Evolve a Sobble", - "quest_title_quest_sphet_catch_b": "Catch {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_b": "Evolve {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_s1": "Evolve {{amount_0}} Sealeo", - "quest_title_quest_spin_151": "Spin 151 PokéStops or Gyms", - "quest_title_quest_spin_daysinarow": "Visit PokéStops {{amount_0}} days in a row", - "quest_title_quest_spin_go_tour_habitat_01": "Spin {{amount_0}} PokéStops or Gyms in the Seaside Metropolis habitat", - "quest_title_quest_spin_go_tour_habitat_02": "Spin {{amount_0}} PokéStops or Gyms in the Entangled Ruins habitat", - "quest_title_quest_spin_go_tour_habitat_03": "Spin {{amount_0}} PokéStops or Gyms in the Bubbling Mire habitat", - "quest_title_quest_spin_go_tour_habitat_04": "Spin {{amount_0}} PokéStops or Gyms in the Mountain Hot Spring habitat", - "quest_title_quest_spin_go_tour_spiritomb_plural": "Spin {{amount_0}} different Spiritomb PokéStops", - "quest_title_quest_spin_go_tour_spiritomb_singular": "Spin a Spiritomb PokéStop", - "quest_title_quest_spin_mexico_plural": "Spin {{amount_0}} PokéStops in Mexico", - "quest_title_quest_spin_mexico_singular": "Spin a PokéStop in Mexico", - "quest_title_quest_spin_pokestop_days": "Visit PokéStops on {{amount_0}} different days", - "quest_title_quest_spin_ultra_wormhole_gym": "Spin the Gym marked “Ultra Wormhole”", - "quest_title_quest_spin_wcs_2024": "Spin 10 PokéStops or Gyms at the Hawaiʻi Convention Center", - "quest_title_quest_sprigatito_evolve_b": "Evolve a Sprigatito", - "quest_title_quest_squirtle_catch_b": "Catch {{amount_0}} Squirtle", - "quest_title_quest_squirtle_evolve_b": "Evolve {{amount_0}} Squirtle", - "quest_title_quest_squirtle_snapshot_b": "Take {{amount_0}} snapshots of Squirtle", - "quest_title_quest_st_catch_s": "Catch 15 Seedot", - "quest_title_quest_st_evolve_n": "Evolve a Nuzleaf", - "quest_title_quest_st_evolve_s": "Evolve 3 Seedot", - "quest_title_quest_stardust_plural": "Earn {{amount_0}} Stardust", - "quest_title_quest_starly_catch_b": "Catch {{amount_0}} Starly", - "quest_title_quest_starly_evolve_b": "Evolve {{amount_0}} Starly", - "quest_title_quest_starly_snapshot_b": "Take {{amount_0}} snapshots of Starly", - "quest_title_quest_start_battle": "START BATTLE!", - "quest_title_quest_steenee_evolve_b_plural": "Evolve {{amount_0}} Steenee", - "quest_title_quest_steenee_evolve_b_singular": "Evolve a Steenee", - "quest_title_quest_streak_format": "{{amount_0}} DAY STREAK!", - "quest_title_quest_stuff_catch_b": "Catch {{amount_0}} Stufful", - "quest_title_quest_stuff_evolve_b": "Evolve {{amount_0}} Stufful", - "quest_title_quest_stuff_snapshot_b": "Take {{amount_0}} snapshots of Stufful in the wild", - "quest_title_quest_supereffective_charge_party_plural": "Use {{amount_0}} supereffective Charged Attacks while in a party", - "quest_title_quest_supereffective_charge_party_singular": "Use a supereffective Charged Attack while in a party", - "quest_title_quest_supereffective_charge_plural": "Use {{amount_0}} supereffective Charged Attacks", - "quest_title_quest_supereffective_charge_singular": "Use a supereffective Charged Attack", - "quest_title_quest_surskit_catch": "Catch {{amount_0}} Surskit", - "quest_title_quest_swabt_catch_b": "Catch {{amount_0}} Swablu", - "quest_title_quest_swabt_evolve_b": "Evolve {{amount_0}} Swablu", - "quest_title_quest_swinub_cdc_evolve_b": "Evolve {{amount_0}} Swinub", - "quest_title_quest_swinub_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Swinub", - "quest_title_quest_teddiursa_catch_b": "Catch {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_evolve_b": "Evolve {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_snapshot_b": "Take a snapshot of {{amount_0}} Teddiursa", - "quest_title_quest_template.display.branches#0.button_text_key": "Raids, Grunts, and Gyms!", - "quest_title_quest_template.display.branches#0.description_key": "By choosing this path, you’ll be given tasks related to challenging Gyms, raids, and Team GO Rocket members to earn rewards such as an encounter with Charizard and more.", - "quest_title_quest_template.display.branches#1.button_text_key": "GO Battle League!", - "quest_title_quest_template.display.branches#1.description_key": "By choosing this path, you’ll be challenged with tasks related to battling other Trainers to earn rewards such as an encounter with Charizard and more.", - "quest_title_quest_tepit_catch_b": "Catch {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_b": "Evolve {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_s1": "Evolve {{amount_0}} Pignite", - "quest_title_quest_thwackey_evolve": "Evolve a Thwackey", - "quest_title_quest_timburr_catch_b": "Catch {{amount_0}} Timburr", - "quest_title_quest_timburr_evolve_b": "Evolve {{amount_0}} Timburr", - "quest_title_quest_timburr_snapshot_b": "Take a snapshot of {{amount_0}} Timburr", - "quest_title_quest_time_remaining_day_plural": "{{amount_0}} days left to complete this Special Research", - "quest_title_quest_time_remaining_day_singular": "{{amount_0}} day left to complete this Special Research", - "quest_title_quest_togetic_catch_b": "Catch {{amount_0}} Togetic", - "quest_title_quest_togetic_evolve_b": "Evolve {{amount_0}} Togetic", - "quest_title_quest_togetic_snapshot_b": "Take a snapshot of {{amount_0}} Togetic", - "quest_title_quest_torracat_evolve_b_plural": "Evolve {{amount_0}} Torracat", - "quest_title_quest_torracat_evolve_b_singular": "Evolve a Torracat", - "quest_title_quest_trade_50km_plural": "Make {{amount_0}} trades with Pokémon caught at least 50 km apart", - "quest_title_quest_trade_100km_plural": "Make {{amount_0}} trades with Pokémon caught at least 100 km apart", - "quest_title_quest_trade_200km_plural": "Make {{amount_0}} trades with Pokémon caught at least 200 km apart", - "quest_title_quest_trade_300km_plural": "Make {{amount_0}} trades with Pokémon caught at least 300 km apart", - "quest_title_quest_trade_400km_plural": "Make {{amount_0}} trades with Pokémon caught at least 400 km apart", - "quest_title_quest_trade_500km_plural": "Make {{amount_0}} trades with Pokémon caught at least 500 km apart", - "quest_title_quest_trade_500km_singular": "Make a trade with Pokémon caught at least 500 km apart", - "quest_title_quest_trade_pikachu_plural": "Trade {{amount_0}} Pikachu", - "quest_title_quest_trade_plural": "Trade Pokémon {{amount_0}} times", - "quest_title_quest_trade_singular": "Trade a Pokémon", - "quest_title_quest_transfer_pidgey_plural": "Transfer {{amount_0}} Pidgey", - "quest_title_quest_transfer_pokemon_plural": "Transfer {{amount_0}} Pokémon", - "quest_title_quest_transfer_pokemon_singular": "Transfer a Pokémon", - "quest_title_quest_transfer_rock_or_poison_plural": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", - "quest_title_quest_transfer_rock_poison": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", - "quest_title_quest_transfer_type_bug_plural": "Transfer {{amount_0}} Bug-type Pokémon", - "quest_title_quest_transfer_type_dark_plural": "Transfer {{amount_0}} Dark-type Pokémon", - "quest_title_quest_transfer_type_dragon_plural": "Transfer {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_transfer_type_electric_plural": "Transfer {{amount_0}} Electric-type Pokémon", - "quest_title_quest_transfer_type_fairy_plural": "Transfer {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_transfer_type_fighting_plural": "Transfer {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_transfer_type_fire_plural": "Transfer {{amount_0}} Fire-type Pokémon", - "quest_title_quest_transfer_type_flying_plural": "Transfer {{amount_0}} Flying-type Pokémon", - "quest_title_quest_transfer_type_ghost_plural": "Transfer {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_transfer_type_grass_plural": "Transfer {{amount_0}} Grass-type Pokémon", - "quest_title_quest_transfer_type_ground_plural": "Transfer {{amount_0}} Ground-type Pokémon", - "quest_title_quest_transfer_type_ice_plural": "Transfer {{amount_0}} Ice-type Pokémon", - "quest_title_quest_transfer_type_normal_plural": "Transfer {{amount_0}} Normal-type Pokémon", - "quest_title_quest_transfer_type_poison_plural": "Transfer {{amount_0}} Poison-type Pokémon", - "quest_title_quest_transfer_type_psychic_plural": "Transfer {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_transfer_type_rock_plural": "Transfer {{amount_0}} Rock-type Pokémon", - "quest_title_quest_transfer_type_steel_plural": "Transfer {{amount_0}} Steel-type Pokémon", - "quest_title_quest_transfer_type_water_plural": "Transfer {{amount_0}} Water-type Pokémon", - "quest_title_quest_travel_routes_km_plural": "Walk {{amount_0}} km while traveling Routes", - "quest_title_quest_travel_routes_meters_plural": "Walk {{amount_0}} m while traveling Routes", - "quest_title_quest_tynamo_catch_b": "Catch {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_plural": "Evolve {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_singular": "Evolve a Tynamo", - "quest_title_quest_under_investigation": "Professor Willow is currently performing an investigation regarding this research. Check back for more details soon!", - "quest_title_quest_urd22_june_battle_gym": "Research Day: Battle in a Gym", - "quest_title_quest_urd22_june_battle_raid": "Research Day: Battle in a raid", - "quest_title_quest_urd22_june_beries": "Research Day: Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_urd22_june_catch_rock": "Research Day: Catch {{amount_0}} Rock-type Pokémon", - "quest_title_quest_urd22_june_catch_weather": "Research Day: Catch {{amount_0}} Pokémon with Weather Boost", - "quest_title_quest_urd22_june_curveball": "Research Day: Land {{amount_0}} Curveball Throws", - "quest_title_quest_urd22_june_curveball_row": "Research Day: Land {{amount_0}} Curveball Throws in a row", - "quest_title_quest_urd22_june_evolve_rock": "Research Day: Evolve {{amount_0}} Rock-type Pokémon", - "quest_title_quest_urd22_june_gift_sticker": "Research Day: Send {{amount_0}} Gifts with stickers", - "quest_title_quest_urd22_june_great": "Research Day: Land {{amount_0}} Great Throws", - "quest_title_quest_urd22_june_great_row": "Research Day: Land {{amount_0}} Great Throws in a row", - "quest_title_quest_urd22_june_nice": "Research Day: Land {{amount_0}} Nice Throws", - "quest_title_quest_urd22_june_nice_row": "Research Day: Land {{amount_0}} Nice Throws in a row", - "quest_title_quest_urd22_june_powerup": "Research Day: Power up a Pokémon {{amount_0}} times", - "quest_title_quest_urd22_june_snap_rock": "Research Day: Take a snapshot of a wild Rock-type Pokémon", - "quest_title_quest_urd22_june_spin_stops": "Research Day: Spin {{amount_0}} PokéStops", - "quest_title_quest_urd22_june_supereffective": "Research Day: Use a supereffective Charged Attack", - "quest_title_quest_ursaring_evolve_b": "Evolve {{amount_0}} Ursaring", - "quest_title_quest_use_any_potion": "Use any Potion on a Pokémon", - "quest_title_quest_use_charged_move_singular": "Use a supereffective Charged Attack", - "quest_title_quest_use_charged_tm": "Use a Charged TM", - "quest_title_quest_use_dai_plural": "Use {{amount_0}} Daily Adventure Incense", - "quest_title_quest_use_dai_singular": "Use one Daily Adventure Incense", - "quest_title_quest_use_fast_tm": "Use a Fast TM", - "quest_title_quest_use_hyper_potion": "Use a Hyper Potion on a Pokémon", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "Use {{amount_0}} Lure Modules while following Routes", - "quest_title_quest_use_lure_singular": "Use a Lure Module while following a Route", - "quest_title_quest_use_max_potion": "Use a Max Potion on a Pokémon", - "quest_title_quest_use_poffin": "Use a Poffin", - "quest_title_quest_use_rare_candy_plural": "Use {{amount_0}} Rare Candies", - "quest_title_quest_use_rare_candy_singular": "Use a Rare Candy", - "quest_title_quest_use_standard_charged_tm": "Use a Charged TM", - "quest_title_quest_use_standard_fast_tm": "Use a Fast TM", - "quest_title_quest_use_super_potion": "Use a Super Potion on a Pokémon", - "quest_title_quest_uxie_wild_snap": "Take a snapshot of Uxie in the wild", - "quest_title_quest_val19_catch_specific_plural": "Valentine’s Day: Catch {{amount_0}} Luvdisc", - "quest_title_quest_val19_catch_specific_singular": "Valentine’s Day: Catch a Chansey", - "quest_title_quest_visit_different_pokestops": "Spin {{amount_0}} different PokéStops", - "quest_title_quest_visit_pokestop_new_plural": "Spin {{amount_0}} PokéStops you haven't visited before", - "quest_title_quest_visit_pokestop_new_singular": "Spin a PokéStop you haven't visited before", - "quest_title_quest_visit_pokestops_party_plural": "Spin {{amount_0}} PokéStops or Gyms while in a party", - "quest_title_quest_visit_pokestops_plural": "Spin {{amount_0}} PokéStops or Gyms", - "quest_title_quest_visit_pokestops_singular": "Spin a PokéStop or Gym", - "quest_title_quest_visit_unique_pokestops_plural": "Spin {{amount_0}} different PokéStops or Gyms", - "quest_title_quest_wailmer_catch_b": "Catch {{amount_0}} Wailmer", - "quest_title_quest_waina_catch_great_ultra_plural": "Catch {{amount_0}} Pokémon in Great Balls or Ultra Balls using Pokémon GO Plus +", - "quest_title_quest_waina_catch_plural": "Catch {{amount_0}} Pokémon in Poké Balls using Pokémon GO Plus +", - "quest_title_quest_waina_sleep_days": "Track sleep using Pokémon GO Plus + for {{amount_0}} days", - "quest_title_quest_waina_sleep_days_singular": "Track sleep using Pokémon GO Plus + for 1 day", - "quest_title_quest_waina_spin_pokestop_plural": "Spin {{amount_0}} PokéStops using Pokémon GO Plus +", - "quest_title_quest_walk_25km_inaweek_plural": "Walk 25 km in one week using Adventure Sync {{amount_0}} times", - "quest_title_quest_walk_buddy_plural": "Earn {{amount_0}} Candies walking with your buddy", - "quest_title_quest_walk_buddy_singular": "Earn a Candy walking with your buddy", - "quest_title_quest_walk_eevee_for_evo": "Walk 10 km with Eevee as your buddy to earn Candy", - "quest_title_quest_walk_hgrowlithe_header_0": "Tails of Adventure", - "quest_title_quest_walk_km": "Walk {{amount_0}} km", - "quest_title_quest_walk_km_plural": "Walk {{amount_0}} km", - "quest_title_quest_walk_routes_plural": "Walk {{amount_0}} km while following Routes", - "quest_title_quest_walk_routes_singular": "Walk {{amount_0}} km while following Routes", - "quest_title_quest_walk_steps": "Walk {{amount_0}} steps", - "quest_title_quest_wartortle_evolve_b": "Evolve {{amount_0}} Wartortle", - "quest_title_quest_waterfestival_catch_feed_plural": "Water Festival: Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_waterfestival_catch_pokemon_plural": "Water Festival: Catch {{amount_0}} Pokémon", - "quest_title_quest_waterfestival_catch_special9_plural": "Water Festival: Catch {{amount_0}} Magikarp or Wailmer", - "quest_title_quest_waterfestival_catch_type_water_plural": "Water Festival: Catch {{amount_0}} Water-type Pokémon", - "quest_title_quest_waterfestival_evolve_plural": "Water Festival: Evolve {{amount_0}} Shellder", - "quest_title_quest_waterfestival_evolve_type_water_plural": "Water Festival: Evolve {{amount_0}} Water-type Pokémon", - "quest_title_quest_waterfestival_hatch_egg_singular": "Water Festival: Hatch an Egg", - "quest_title_quest_waterfestival_land_great_plural": "Water Festival: Make {{amount_0}} Great Throws", - "quest_title_quest_waterfestival_land_nice_plural": "Water Festival: Make {{amount_0}} Nice Throws", - "quest_title_quest_waterfestival_win_raid_singular": "Water Festival: Win a raid", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer bonus: Catch {{amount_0}} Pokémon", - "quest_title_quest_wcs_2024_catch_psychic_electric": "Catch {{amount_0}} Electric- or Psychic-type Pokémon", - "quest_title_quest_wcs_2024_snapshot_fairy": "Take {{amount_0}} snapshots of different wild Fairy-type Pokémon", - "quest_title_quest_wcs_2024_spin_00": "Spin the PokéStop at the Pokémon GO Zone", - "quest_title_quest_wcs_2024_spin_01": "Spin the PokéStop at the Play Lab", - "quest_title_quest_wcs_2024_spin_02": "Spin the PokéStop at the Collect & Trade Corner", - "quest_title_quest_weepinbell_evolve_b_plural": "Evolve {{amount_0}} Weepinbell", - "quest_title_quest_weepinbell_evolve_b_singular": "Evolve a Weepinbell", - "quest_title_quest_wimpod_catch_b": "Catch {{amount_0}} Wimpod", - "quest_title_quest_win_gym_plural": "Win {{amount_0}} Gym battles", - "quest_title_quest_win_gym_singular": "Win a Gym battle", - "quest_title_quest_win_raid_2_singular": "Win a two-star raid or higher", - "quest_title_quest_win_raid_3_plural": "Win {{amount_0}} three-star raids or higher", - "quest_title_quest_win_raid_3_singular": "Win a three-star raid or higher", - "quest_title_quest_win_raid_buddy_plural": "Win {{amount_0}} raids with your Buddy Pokémon", - "quest_title_quest_win_raid_buddy_singular": "Win a raid with your buddy", - "quest_title_quest_win_raid_lvl1_higher_singular": "Win a one-star raid or higher", - "quest_title_quest_win_raid_lvl1_singular": "Win a one-star raid", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Win {{amount_0}} raids using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Win a raid using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Win a three-star raid using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 2,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Win a three-star raid using only Pokémon with 2,500 CP or less", - "quest_title_quest_win_raid_party_plural": "Win {{amount_0}} raids while in a party", - "quest_title_quest_win_raid_party_singular": "Win a raid while in a party", - "quest_title_quest_win_raid_plural": "Win {{amount_0}} raids", - "quest_title_quest_win_raid_singular": "Win a raid", - "quest_title_quest_win_raid_unique_plural": "Win {{amount_0}} raids using a team of all unique Pokémon species", - "quest_title_quest_win_raid_unique_singular": "Win a raid using a team of all unique Pokémon species", - "quest_title_quest_win_raid_with_friend_plural": "Win {{amount_0}} raids with a friend", - "quest_title_quest_win_raid_with_friend_singular": "Win a raid with a friend", - "quest_title_quest_win_raids_unique_1500_plural": "Win {{amount_0}} raids with a team of different Pokémon at or below 1,500 CP", - "quest_title_quest_win_raids_unique_plural": "Win {{amount_0}} raids with a team of different Pokémon", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "Defeat a Team GO Rocket Leader using only Pokémon with 1500 CP or less", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 2,500 CP or less", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,000 CP or less", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,500 CP or less", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 4,000 CP or less", - "quest_title_quest_wooper_catch_b": "Catch {{amount_0}} Wooper or Paldean Wooper", - "quest_title_quest_wooper_evolve_b": "Evolve {{amount_0}} Wooper or Paldean Wooper", - "quest_title_quest_wooper_snapshot_b": "Take a snapshot of {{amount_0}} Wooper or Paldean Wooper", - "quest_title_quest_wt_catch_weedle": "Catch {{amount_0}} Weedle", - "quest_title_quest_wt_evolve_kakuna": "Evolve {{amount_0}} Kakuna", - "quest_title_quest_wt_evolve_weedle": "Evolve {{amount_0}} Weedle", - "quest_title_quest_xp_plural": "Earn {{amount_0}} XP", - "quest_title_quest_zigzagoon_catch_b": "Catch {{amount_0}} Galarian Zigzagoon", - "quest_title_quest_zigzagoon_evolve_b": "Evolve {{amount_0}} Galarian Zigzagoon", - "quest_title_quest_zigzagoon_snapshot_b": "Take {{amount_0}} snapshots of Galarian Zigzagoon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Caught 0 Pokémon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Caught {{amount_0}} Pokémon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "Caught 1 Pokémon", - "quest_title_score_1_10_11_12_singular": "Caught {{amount_0}} Fire-, Water-, or Grass-type Pokémon", - "quest_title_score_1_10_singular": "Caught {{amount_0}} Fire-type Pokémon", - "quest_title_score_1_11_singular": "Caught {{amount_0}} Water-type Pokémon", - "quest_title_score_1_12_singular": "Caught {{amount_0}} Grass-type Pokémon", - "quest_title_score_1_none": "Caught 0 Pokémon", - "quest_title_score_1_plural": "Caught {{amount_0}} Pokémon", - "quest_title_score_1_singular": "Caught 1 Pokémon", - "quest_title_score_6_plural": "Won {{amount_0}} raids", - "quest_title_score_6_singular": "Won 1 raid", - "quest_title_score_8_10_none": "Made 0 Nice Throws", - "quest_title_score_8_10_plural": "Made {{amount_0}} Nice Throws", - "quest_title_score_8_10_singular": "Made 1 Nice Throw", - "quest_title_score_8_11_none": "Made 0 Great Throws", - "quest_title_score_8_11_plural": "Made {{amount_0}} Great Throws", - "quest_title_score_8_11_singular": "Made 1 Great Throw", - "quest_title_score_8_12_none": "Made 0 Excellent Throws", - "quest_title_score_8_12_plural": "Made {{amount_0}} Excellent Throws", - "quest_title_score_8_12_singular": "Made 1 Excellent Throw", - "quest_title_score_8_13_none": "Made 0 Curveball Throws", - "quest_title_score_8_13_plural": "Made {{amount_0}} Curveball Throws", - "quest_title_score_8_13_singular": "Made 1 Curveball Throw", - "quest_title_score_11_701_none": "Used 0 Razz Berries", - "quest_title_score_11_701_plural": "Used {{amount_0}} Razz Berries", - "quest_title_score_11_701_singular": "Used 1 Razz Berry", - "quest_title_score_11_703_none": "Used 0 Nanab Berries", - "quest_title_score_11_703_plural": "Used {{amount_0}} Nanab Berries", - "quest_title_score_11_703_singular": "Used 1 Nanab Berry", - "quest_title_score_11_705_none": "Used 0 Pinap Berries", - "quest_title_score_11_705_plural": "Used {{amount_0}} Pinap Berries", - "quest_title_score_11_705_singular": "Used 1 Pinap Berry", - "quest_title_score_15_10_none": "Made 0 Nice Curveball Throws", - "quest_title_score_15_10_plural": "Made {{amount_0}} Nice Curveball Throws", - "quest_title_score_15_10_singular": "Made 1 Nice Curveball Throw", - "quest_title_score_15_11_none": "Made 0 Great Curveball Throws", - "quest_title_score_15_11_plural": "Made {{amount_0}} Great Curveball Throws", - "quest_title_score_15_11_singular": "Made 1 Great Curveball Throw", - "quest_title_score_15_12_none": "Made 0 Excellent Curveball Throws", - "quest_title_score_15_12_plural": "Made {{amount_0}} Excellent Curveball Throws", - "quest_title_score_15_12_singular": "Made 1 Excellent Curveball Throw", - "quest_title_score_22_none": "Completed 0 battles with team leaders", - "quest_title_score_22_plural": "Completed {{amount_0}} battles with team leaders", - "quest_title_score_22_singular": "Completed 1 battle with a team leader", - "quest_title_score_23_none": "Completed 0 GO Battle League battles", - "quest_title_score_23_plural": "Completed {{amount_0}} GO Battle League battles", - "quest_title_score_23_singular": "Completed 1 GO Battle League battle", - "quest_title_score_battle_raid_none": "Battled in 0 raids", - "quest_title_score_battle_raid_plural": "Battled in {{amount_0}} raids", - "quest_title_score_battle_raid_singular": "Battled in 1 raid", - "quest_title_score_catch_feed_none": "Used 0 Berries", - "quest_title_score_catch_feed_plural": "Used {{amount_0}} Berries", - "quest_title_score_catch_feed_singular": "Used 1 Berry", - "quest_title_score_catch_pokemon": "Caught {{amount_0}} Pokémon", - "quest_title_score_defeat_rocket_none": "Defeated 0 Team GO Rocket members", - "quest_title_score_defeat_rocket_plural": "Defeated {{amount_0}} Team GO Rocket members", - "quest_title_score_defeat_rocket_singular": "Defeated 1 Team GO Rocket member", - "quest_title_score_field_research_none": "Completed 0 Field Research tasks", - "quest_title_score_field_research_plural": "Completed {{amount_0}} Field Research tasks", - "quest_title_score_field_research_singular": "Completed 1 Field Research task", - "quest_title_score_send_gift_none": "Sent 0 Gifts to friends", - "quest_title_score_send_gift_plural": "Sent {{amount_0}} Gifts to friends", - "quest_title_score_send_gift_singular": "Sent 1 Gift to a friend", - "quest_title_score_spin_pokestop_none": "Spun 0 PokéStops", - "quest_title_score_spin_pokestop_plural": "Spun {{amount_0}} PokéStops", - "quest_title_score_spin_pokestop_singular": "Spun 1 PokéStop", - "quest_win_raid_plural": "Win {{amount}} raids", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "Raid 1 poziomu", - "raid_1_plural": "Raidy 1 poziomu", - "raid_2": "Raid 2 poziomu", - "raid_2_plural": "Raidy 2 poziomu", - "raid_3": "Raid 3 poziomu", - "raid_3_plural": "Raidy 3 poziomu", - "raid_4": "Raid 4 poziomu", - "raid_4_plural": "Raidy 4 poziomu ", - "raid_5": "Legendarny raid", - "raid_5_plural": "Legendarne raidy", - "raid_6": "Mega raid", - "raid_6_plural": "Mega raidy", - "raid_7": "Mega Legendarny raid", - "raid_7_plural": "Mega legendarne raidy", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "Best in the Afternoon", - "route_tag_architecture": "Architecture", - "route_tag_art": "Art", - "route_tag_beachy": "Beachy", - "route_tag_bike_path": "Bike Path", - "route_tag_biking": "Good for Biking", - "route_tag_body_of_water": "Waterside", - "route_tag_buildings": "Lots of Buildings", - "route_tag_category_misc": "Miscellaneous", - "route_tag_category_nearby": "Nearby", - "route_tag_category_suitability": "Suitability", - "route_tag_category_terrain": "Terrain", - "route_tag_category_theme": "Theme", - "route_tag_city_life": "City Life", - "route_tag_culture": "Culture", - "route_tag_easy_going": "Relaxed", - "route_tag_flat": "Flat", - "route_tag_foliage": "Lots of Foliage", - "route_tag_food": "Food", - "route_tag_grassy": "Grassy", - "route_tag_hilly": "Hilly", - "route_tag_historic": "Historic", - "route_tag_intense": "Intense", - "route_tag_morning": "Best in the Morning", - "route_tag_muddy": "Muddy", - "route_tag_nature": "Nature", - "route_tag_night": "Best at Night", - "route_tag_no_parking": "No Parking Nearby", - "route_tag_no_people": "Not Many People", - "route_tag_open_space": "Lots of Open Space", - "route_tag_parking": "Parking Nearby", - "route_tag_parks_nearby": "Parks Nearby", - "route_tag_partially_paved": "Partially Paved Path", - "route_tag_paved": "Paved Path", - "route_tag_people": "Lots of People", - "route_tag_pets": "Pet-Friendly", - "route_tag_plenty_pokestops": "Lots of PokéStops", - "route_tag_public_transport": "Near Public Transport", - "route_tag_raid_friendly": "Lots of Gyms", - "route_tag_rainy_day": "Good for a Rainy Day", - "route_tag_rocky": "Rocky", - "route_tag_running": "Good for Running", - "route_tag_sandy": "Sandy", - "route_tag_seasonal": "Seasonal", - "route_tag_sightseeing": "Sightseeing", - "route_tag_stroller": "Stroller-Accessible", - "route_tag_sunny_day": "Good for a Sunny Day", - "route_tag_tree_cover": "Tree Cover", - "route_tag_unpaved": "Unpaved Path", - "route_tag_views": "Great Views", - "route_tag_walking": "Good for Walking", - "route_tag_wheelchair": "Wheelchair Accessible", - "route_tag_wildlife": "Lots of Wildlife", - "route_tag_woodsy": "Woodsy", - "route_tags_label": "TAGS", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "Shadow", - "team_1": "Mystic", - "team_2": "Valor", - "team_3": "Instinct", - "team_a_0": "No Team", - "team_a_1": "Team Mystic", - "team_a_2": "Team Valor", - "team_a_3": "Team Instinct", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "Żadne", - "weather_1": "Przejrzyście", - "weather_2": "Deszcz", - "weather_3": "Częściowo pochmurnie", - "weather_4": "Pochmurno", - "weather_5": "Wietrznie", - "weather_6": "Śnieg", - "weather_7": "Mgła", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁", - "%": "%", - "iconsDefault": "Domyślne", - "submissionCells_subtitle": "Pokazuje informacje przydatne przy zgłaszaniu nowych portali" -} diff --git a/client/public/locales/pt-br/translation.json b/client/public/locales/pt-br/translation.json deleted file mode 100644 index 674339d79..000000000 --- a/client/public/locales/pt-br/translation.json +++ /dev/null @@ -1,6001 +0,0 @@ -{ - "login": "Entrar", - "click_once": "Clique em 'Autorizar' apenas uma vez", - "save": "Salvar", - "reset": "Redefinir", - "close": "Fechar", - "reset_filters": "Redefinir Filtros", - "pokemon_filters": "Configurações de Filtro de Pokémon", - "gyms_filters": "Configurações de Filtro de Ginásios", - "pokestops_filters": "Configurações de Filtro de PokéStops", - "nests_filters": "Configurações de Filtro de Ninhos", - "help": "Ajuda", - "apply_to_all": "Aplicar a Todos", - "disable_all": "Desativar Todos", - "enable_all": "Ativar Todos", - "enabled": "Ativado", - "legacy": "Legado", - "id": "ID", - "location": "Localização", - "search_pokemon": "Buscar Pokémon", - "search_nests": "Buscar Ninhos", - "search_gyms": "Buscar Ginásios", - "search_pokestops": "Buscar PokéStops", - "search_raids": "Buscar Raids", - "search_eggs": "Buscar Ovos", - "search_quests": "Buscar Missões", - "search_lures": "Buscar Iscas", - "search_invasions": "Buscar Invasões", - "sm": "pe", - "md": "md", - "lg": "gr", - "xl": "XL", - "min": "Mín", - "max": "Máx", - "set_size": "Definir Tamanho do Ícone", - "slot_selection": "Seleção de Espaço", - "generations": "Gerações", - "types": "Tipos", - "forms": "Formas", - "rarity": "Raridade Atual", - "others": "Outros", - "categories": "Categorias", - "rank": "Rank", - "slider_iv": "Faixa de IV", - "slider_great": "Liga Grande", - "slider_ultra": "Liga Ultra", - "slider_little": "Copa Pequena", - "slider_atk_iv": "Ataque", - "slider_def_iv": "Defesa", - "slider_sta_iv": "Energia", - "slider_level": "Nível", - "slider_size": "Tamanho", - "abbreviation_level": "N", - "lvl": "Nvl", - "cap": "Cap", - "custom": "Personalizado", - "valid": "Válido", - "invalid": "Inválido!", - "overwrites": "Substitui Todos os Filtros", - "valid_filter": "Filtro de Estatísticas Válido", - "invalid_filter": "Insira um Filtro Válido", - "gyms": "Ginásios", - "nests": "Ninhos", - "pokestops": "PokéStops", - "pokemon": "Pokémon", - "wayfarer": "Wayfarer", - "scan_areas": "Áreas de Varredura", - "s2cells": "Células S2", - "weather": "Tempo", - "admin": "Admin", - "settings": "Configurações", - "advanced": "Avançado", - "tile_servers": "Servidores de Telhas", - "icons": "Ícones", - "navigation": "Navegação", - "drawer": "Menu Lateral", - "tile_servers_default": "Padrão", - "drawer_temporary": "Temporário", - "drawer_persistent": "Persistente", - "locale_selection": "Seleção de Local", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "Importar", - "export": "Exportar", - "logout": "Sair", - "local_storage_cleared": "Armazenamento Local foi limpo!", - "iv_or_filter": "Filtro IV OU", - "polygons": "Polígonos", - "raids": "Raids", - "ex_eligible": "Elegível para EX", - "in_battle": "Em Batalha", - "all_pokestops": "Todos os PokéStops", - "lures": "Iscas", - "quests": "Missões", - "invasions": "Invasões", - "portals": "Portais", - "submission_cells": "Células de Submissão", - "spawnpoint": "Ponto de Aparição", - "spawnpoints": "Pontos de Aparição", - "s2_cell_level": "Célula S2 Nível {{level}}", - "total_count": "Contagem Total", - "next_submission": "Próxima Submissão!", - "never": "Nunca", - "next_gym": "Próximo Ginásio", - "scan_cells": "Varredura de Células", - "devices": "Dispositivos", - "use_my_location": "Usar Minha Localização", - "submit_feedback_title": "Enviar Feedback/Relatar Bug", - "use_the_link_below": "Você pode usar o link abaixo para enviar feedback ou qualquer bug que você tenha encontrado.", - "feedback_to_devs": "Este feedback é enviado diretamente para os desenvolvedores.", - "feedback_form": "Formulário de Feedback", - "unknown_pokestop": "Nome de PokéStop Desconhecido", - "unknown_gym": "Ginásio Desconhecido", - "exclude": "Excluir", - "exclude_quest": "Excluir Missão", - "exclude_invasion": "Excluir Invasão", - "exclude_team": "Excluir Equipe", - "exclude_raid": "Excluir Raid", - "exclude_lure": "Excluir Isca", - "timer": "Temporizador", - "hide": "Ocultar", - "tier": "Nível", - "slots": "Vagas", - "mega": "Mega", - "form": "Forma", - "starts": "Início", - "ends": "Fim", - "defender": "Defensor", - "best_buddy": "Melhor amigo", - "cp": "PC", - "kilogram": "kg", - "meter": "m", - "total_cp": "PC Total", - "first_seen": "Visto Pela Primeira Vez", - "last_seen": "Visto Pela Última Vez", - "last_modified": "Última Modificação", - "last_updated": "Última Atualização", - "imported": "Importado", - "nest_estimated": "Dados do Ninho Estimados!", - "verify_nests": "Verifique Checando Os Atuais Aparecimentos", - "nest_out_of_date": "Ninho Potencialmente Desatualizado!", - "nest_check_current": "Cheque os Atuais Aparecimentos em Vez disso", - "spawns_per_hour": "Por Hora", - "teams": "Equipes", - "eggs": "Ovos", - "reverse": "Inverter", - "selected": "Selecionado", - "unselected": "Não Selecionado", - "only_available": "Disponível", - "common": "Comum", - "uncommon": "Incomum", - "rare": "Raro", - "ultra_rare": "Ultra Raro", - "regional": "Regional", - "event": "Evento", - "legendary": "Lendário", - "mythical": "Mítico", - "ultra_beast": "Ultracriatura", - "alt_forms": "Formas Alternativas", - "alola": "Alola", - "galarian": "Galariano", - "showing": "Mostrando", - "instance": "Instância", - "online": "Online", - "offline": "Offline", - "boosted_types": "Tipos Potencializados", - "pokemon_options": "Opções de Pokémon", - "pokestops_options": "Opções de PokéStop", - "gyms_options": "Opções de Ginásio", - "nests_options": "Opções de Ninho", - "wayfarer_options": "Opções de Wayfarer", - "admin_options": "Opções do Admin", - "weather_options": "Opções de Clima", - "s2cells_options": "Opções de Células S2", - "clustering": "Agrupamento", - "glow": "Brilho", - "legacy_filter": "Filtro Antigo", - "raid_timers": "Todos os Temporizadores de Raid", - "invasion_timers": "Todos os Temporizadores de Invasão", - "lure_timers": "Todos os Temporizadores de Isca", - "device_path_color": "Cor do Trajeto do Dispositivo", - "old_portals": "Portais Antigos", - "new_portals": "Novos Portais", - "items": "Itens", - "energy": "Energia", - "ar_eligible": "Eligível para RA", - "iv_circles": "Indicadores de IV", - "min_iv_circle": "Círculo Mínimo de IV", - "interaction_ranges": "Alcances de Interação", - "cannot_connect": "\nNão é possível conectar ao servidor neste momento.\nTentar novamente imediatamente só causará mais problemas.\nPor favor, tente novamente em alguns minutos.\n\n- Equipe Administrativa do Mapa", - "mad_quest_text": "Missões Nativas", - "xs": "XP", - "primary": "Primário", - "secondary": "Secundário", - "zero_iv": "IV 0%", - "hundo_iv": "IV 100%", - "open_menu": "Abrir Menu", - "zoom_in": "Ampliar", - "zoom_out": "Reduzir", - "welcome": "Bem-vindo ao", - "back": "Voltar", - "next": "Próximo", - "finish": "Finalizar", - "start_tutorial": "Iniciar Tutorial", - "view_profile": "Ver Perfil", - "login_optional": "Login (Opcional)", - "tutorial": "Tutorial", - "tutorial_language": "Escolha Seu Idioma", - "tutorial_welcome": "Este tutorial é interativo e você é altamente incentivado a brincar com todas as opções fornecidas", - "tutorial_categories": "Categorias às Quais Você Tem Acesso", - "tutorial_logged_in": "Você pode ver detalhes sobre suas permissões visitando seu perfil.", - "tutorial_logged_out": "Você pode ver detalhes sobre suas permissões ao fazer login.", - "tutorial_sidebar_0": "Todos os Seus Filtros & Configurações Estão Aqui", - "tutorial_sidebar_1": "Para cada categoria, você poderá alternar exatamente quais dados deseja usar os interruptores", - "tutorial_sidebar_2": "Opções: Personalização adicional\nAvançado: Iremos cobrir mais adiante neste tutorial", - "tutorial_sliders_0": "Usando controles deslizantes para ajustar filtros", - "tutorial_sliders_1": "Pokémon Entre:", - "tutorial_sliders_2": "- IVs de {{iv0}}% a {{iv1}}%", - "tutorial_sliders_3": "Nível {{level0}} a {{level1}}", - "tutorial_sliders_3alt": "- E está no Nível {{level0}} a {{level1}}", - "tutorial_sliders_4": "- Ranking na Great League de {{gl0}} a {{gl1}}", - "tutorial_sliders_4alt": "- OU Ranking na Great League de {{gl0}} a {{gl1}}", - "tutorial_sliders_5": "- Ranking na Ultra League de {{ul0}} a {{ul1}}", - "tutorial_sliders_5alt": "- OU Ranking na Ultra League de {{ul0}} a {{ul1}}", - "tutorial_sliders_6": "Cadeias com outras da mesma cor", - "tutorial_sliders_7": "Filtros separados dos outros controles deslizantes", - "tutorial_sliders_8": "Um controle deslizante 'cheio' significa que está desativado:", - "tutorial_sliders_9": "Todas as aparições, independentemente de terem sido verificadas por IV ou não", - "tutorial_help": "Atalho para este menu", - "tutorial_adv_filter": "Somente móvel, abre as opções de filtragem para o menu avançado", - "tutorial_tune": "Define o filtro avançado para todos os Pokémon atualmente sendo filtrados no menu", - "tutorial_format_size": "Define o tamanho do ícone para todos os itens atualmente sendo filtrados no menu", - "tutorial_check": "Ativa todos os itens atualmente sendo filtrados no menu", - "tutorial_clear": "Desativa todos os itens atualmente sendo filtrados no menu", - "tutorial_save": "Salva a seleção atual e sai", - "tutorial_show_all_view": "Alternar PokéStops & Ginásios", - "tutorial_show_pokemon_view": "Alternar Pokémon", - "tutorial_toggle": "Clicar no Verificar/X alterna o item", - "tutorial_pokemon_caption": "Este ícone permite que você configure filtros para aquele Pokémon específico", - "tutorial_all_caption": "Equipes têm um menu especial de slots\nTodos os outros itens permitem que você ajuste o tamanho do ícone", - "tutorial_popup_0": "Pop-ups agora são interativos!", - "tutorial_popup_1": "Os três pontos abrem as opções de ocultar, excluir e alternar o timer", - "tutorial_popup_2": "Ícones em ambos os lados do link de navegação vão se expandir para mostrar informações extras, experimente!", - "tutorial_popup_3": "Os ícones variam para cada categoria, não deixe de conferir todos", - "tutorial_closing_0": "Informações adicionais", - "tutorial_closing_1": "Os controles deslizantes globais de Pokémon na barra lateral operam separadamente do menu avançado e não têm efeito um sobre o outro", - "tutorial_closing_2": "Certifique-se de verificar a seção Configurações na barra lateral", - "tutorial_closing_3": "Há muitas opções estéticas disponíveis para cada categoria, mas tenha em mente que quanto mais você adicionar ao seu mapa, maior a chance de seu mapa congelar", - "tutorial_closing_4": "Você pode visualizar este tutorial novamente selecionando-o no painel de Configurações na barra lateral", - "tutorial_closing_5": "Mantenha-se seguro e boa sorte!", - "intro": "Introdução", - "sidebar": "Barra Lateral", - "sliders": "Controles Deslizantes", - "popups": "Pop-ups", - "closing": "Fechamento", - "shortcuts": "Atalhos", - "iv": "IV", - "area_restrictions": "Restrições de Área", - "map": "Mapa", - "stats": "Estatísticas", - "pvp": "PVP", - "area_restrictions_subtitle": "Você tem acesso a estas áreas", - "devices_subtitle": "Mostra locais e rotas de dispositivos ativos", - "gyms_subtitle": "Mostra todos os locais de ginásios ativos, equipe ativa e quantas vagas cada ginásio tem disponível", - "invasions_subtitle": "Mostra informações de invasão do Team Rocket, incluindo formação de batalha, tempo de expiração e possíveis recompensas", - "iv_subtitle": "Mostra opções de % de IV e brilho", - "lures_subtitle": "Mostra informações sobre iscas, incluindo tipo de isca e tempo de expiração", - "map_subtitle": "Mostra o mapa", - "nests_subtitle": "Mostra Pokémon que estão fazendo ninho ativamente e polígonos de ninho", - "pokemon_subtitle": "Mostra todas as localizações de Pokémon e tempos de expiração", - "pokestops_subtitle": "Mostra todas as localizações de PokéStops", - "portals_subtitle": "Mostra todos os portais do Ingress", - "pvp_subtitle": "Mostra informações de classificação/CP/Nível PVP para cada Pokémon", - "quests_subtitle": "Mostra informações de recompensa e tarefa de quests", - "raids_subtitle": "Mostra todas as informações de raid incluindo o chefe da raid, ovos, tempo de expiração e moveset", - "scan_cells_subtitle": "Mostra a última vez que uma célula S2 foi escaneada por um dispositivo", - "scan_areas_subtitle": "Mostra polígonos de áreas de escaneamento disponíveis", - "spawnpoints_subtitle": "Mostra pontos de spawn e seus tempos estimados de desaparecimento", - "stats_subtitle": "Mostra estatísticas e níveis dos Pokémon", - "submission_cells_subtitle": "Mostra informações úteis para o envio de novos Pontos de Interesse (POIs)", - "weather_subtitle": "Mostra informações do tempo no jogo para cada célula", - "scanner_subtitle": "Interaja diretamente com o scanner de diversas formas", - "s2cells_subtitle": "Exibe Células S2 em vários níveis no mapa", - "backups_subtitle": "Permite o backup e o carregamento de configurações entre dispositivos", - "backups": "Backups", - "user_profile": "Perfil do Usuário", - "user_username": "Nome de Usuário", - "candy": "Doces", - "show_ex_badge": "Mostrar Insígnia EX", - "search": "Pesquisar", - "global_search_quests": "Digite o Nome da Recompensa...", - "global_search_lures": "Digite o Nome do Lure...", - "global_search_pokestops": "Digite o Nome do PokéStop...", - "global_search_gyms": "Digite o Nome do Ginásio...", - "global_search_portals": "Digite o Nome do Portal...", - "global_search_nests": "Digite o Nome do Pokémon do Ninho...", - "global_search_raids": "Digite o Nome do Chefe de Raid...", - "global_search_pokemon": "Digite o Nome do Pokémon...", - "global_search_invasions": "Digite o Tipo de Grunt, Nome, ou nome da recompensa do Pokémon...", - "raid_level_badges": "Insígnias de Nível de Raid", - "options": "Opções", - "profile": "Perfil", - "pokemon_icons": "Ícones dos Pokémon", - "pokestop_icons": "Ícones de PokéStop", - "gym_icons": "Ícones de Ginásios", - "team_icons": "Ícones de Equipes", - "egg_icons": "Ícones de Ovos", - "raid_icons": "Ícones de Raids", - "nest_icons": "Ícones de Ninhos", - "reward_icons": "Ícones de Recompensas", - "type_icons": "Ícones de Tipos", - "weather_icons": "Ícones do Tempo", - "misc_icons": "Ícones Diversos", - "invasion_icons": "Ícones de Invasões", - "spawnpoint_icons": "Ícones de Pontos de Spawn", - "device_icons": "Ícones de Dispositivos", - "pokemon_audio": "Áudio Pokémon", - "pokestop_audio": "Áudio de PokéStop", - "gym_audio": "Áudio de Ginásios", - "team_audio": "Áudio das Equipes", - "egg_audio": "Áudio de Ovos", - "raid_audio": "Áudio de Raids", - "nest_audio": "Áudio de Ninhos", - "reward_audio": "Áudio de Recompensas", - "type_audio": "Áudio dos Tipos", - "weather_audio": "Áudio do Tempo", - "misc_audio": "Áudio Diverso", - "invasion_audio": "Áudio de Invasões", - "spawnpoint_audio": "Áudio de Pontos de Spawn", - "device_audio": "Áudio de Dispositivos", - "pokemon_timers": "Todos os Temporizadores de Pokémon", - "show_dex_num_in_popup": "Mostrar nº do Pokedex no Popup", - "popup": "Popup", - "pvp_level": "Estátisticas de PVP Nível {{level}}", - "pvp_mega": "Estátisticas de PVP Mega", - "webhook_entry": "Adicionar ao {{name}}", - "remove_webhook_entry": "Remover do {{name}}", - "distance": "Distância", - "gym": "Ginásio", - "egg": "Ovo", - "raid": "Raid", - "lure": "Lure", - "quest": "Missão", - "invasion": "Invasão", - "nest": "Ninho", - "pokestop": "PokéStop", - "team": "Equipe", - "global": "Global", - "manage_webhook": "Gerenciar {{name}}", - "drag_and_drop": "Arraste e solte o Marcador para Definir Sua Localização", - "click_to_select": "Clique para Selecionar", - "add_new": "Adicionar Novo Alerta de {{category}}", - "my_location": "Minha Localização", - "choose_on_map": "Escolher no Mapa", - "select_profile": "Selecionar Perfil", - "distance_radius": "Visualizar Distâncias do Raio", - "areas": "Áreas", - "select_webhook": "Selecionar Bot", - "ar_quest_true": "Tarefa AR", - "ar_quest_false": "Sem AR", - "with_ar": "Com AR", - "both": "Ambos", - "without_ar": "Sem AR", - "exclude_quest_multi": "Excluir {{reward}}", - "cluster_limit_0": "Limite de {{variable_0}} alcançado ({{variable_1}})", - "cluster_limit_1": "Aproxime o zoom ou refine seus filtros", - "show_polygons": "Mostrar Polígonos", - "exclude_invasion_multi": "Excluir {{invasion}}", - "stardust": "Poeira Estelar", - "slider_cp": "CP", - "pvp_ranking_league": "Liga", - "pvp_ranking_min_cp": "CP Mínimo", - "slider_pvp": "Posições", - "profile_no": "Perfil", - "template": "Modelo", - "gender": "Gênero", - "clean": "Limpar", - "all_forms": "Todas as Formas", - "pvp_entry": "Entrada PVP", - "no_iv": "Incl. Sem IV", - "by_distance": "Por Distância", - "min_time": "Tempo Mínimo", - "add_new_profile": "Adicionar Novo Perfil", - "slider_none": "Nenhum", - "non_registered_human_title": "Ops, algo não está certo!", - "non_registered_human_desc": "Você pode não estar registrado com {{webhook}}\nOu o servidor está atualmente inacessível", - "try_again_later": "Por favor, tente novamente mais tarde", - "selected_areas_one": "{{count}} Área Selecionada", - "selected_areas_other": "{{count}} Áreas Selecionadas", - "webhook_selection": "Seleção de {{name}}", - "message_of_the_day": "Mensagem do Dia", - "has_quest_indicator": "Cor Alternativa para Pokéstops com Quests", - "show_ar_badge": "Mostrar Distintivo AR", - "all_gyms": "Todas as Academias", - "general": "Geral", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "Selecionados Respeitam Global", - "normal_forms": "Formas Normais", - "weather_indicator": "Indicador de Impulso Climático", - "page": "Página {{page}}", - "navigation_controls": "Controles de Navegação", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "Exclusivo", - "all_moves": "Todos os Movimentos", - "move": "Movimento", - "any": "Qualquer", - "min_spawn_average": "Taxa Mínima de Aparição", - "select_all": "Selecionar Todos", - "delete_all": "Excluir Selecionados", - "cancel": "Cancelar", - "day_1": "Segunda-feira", - "day_2": "Terça-feira", - "day_3": "Quarta-feira", - "day_4": "Quinta-feira", - "day_5": "Sexta-feira", - "day_6": "Sábado", - "day_7": "Domingo", - "profile_name": "Nome do Perfil", - "manage_profiles": "Gerenciar Perfis", - "min_spawn_avg": "Taxa Mín. de Aparição Média", - "poke_global": "Tudo", - "amount": "Quantidade", - "specific_gym": "Academia Específica", - "search_location": "Buscar Locais", - "search_specific": "Buscar um(a) {{category}} Específico(a)", - "webhook_success_gym": "Alertas de Raids, Ovos e Mudança de Equipe Adicionados!", - "slot_changes": "Mudanças de Slot", - "slot_changes_poracle": "mudanças_de_slot", - "confirm_delete": "Isso removerá todo o rastreamento para este perfil, você tem certeza?", - "confirm_copy": "Escolha para qual perfil você gostaria de copiar \"{{profile}}\", isso sobrescreverá totalmente esse perfil.", - "webhook_error": "{{name}} não conseguiu processar isso.\nPor favor, tente novamente mais tarde.", - "profile_error": "Deve ser único e válido", - "team_0": "Sem equipe", - "battle_changes": "Em Batalha", - "battle_changes_poracle": "mudanças_de_batalha", - "auto": "Auto", - "webhooks_subtitle": "Gerencie seus alertas diretamente do mapa para esses bots", - "event_stops_subtitle": "Exibe Pokéstops de eventos especiais como Kecleon", - "webhooks": "Alertas", - "scanner": "Ações do Scanner", - "everything_individually": "Adicionar Alertas Individuais", - "individually": "individualmente", - "join": "Entrar", - "errors_404": "Ops, esta página não pode ser encontrada!", - "errors_500": "Houve um erro no servidor, tente novamente mais tarde!", - "local_username": "Nome de Usuário", - "local_password": "Senha", - "local_error": "Houve um erro, por favor tente novamente mais tarde!", - "no_filter_results": "Nenhum Resultado Encontrado\nTente Ampliar Seus Filtros", - "donor_page": "Página do Doador", - "go_back": "Voltar", - "access": "Acesso", - "link_discord": "Linkar Discord", - "select_webhook_strategy": "Gerenciador de Alertas", - "webhook_strategy_success_0": "Sucesso! Atualizando para buscar configurações de alerta...", - "register": "Registrar", - "invalid_credentials": "Credenciais Inválidas", - "localauth_failed": "Autenticação falhou", - "error_creating_user": "Não foi possível registrar novo usuário neste momento", - "discord_linked": "Discord Vinculado", - "telegram_linked": "Telegram Vinculado", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "nível", - "km": "km", - "feedback": "Feedback", - "donor_menu": "Menu Doador", - "pokemon_cell": "Localização do Pokémon Pode Variar", - "timer_verified": "Este Temporizador está Verificado", - "timer_unverified": "Este Temporizador não está Verificado", - "all": "Todos", - "badge_0": "Nenhum", - "badge_1": "Básico", - "badge_2": "Bronze", - "badge_3": "Prata", - "badge_4": "Ouro", - "gym_badge_menu": "Editar Insígnia de Ginásio", - "gym_badges": "Insígnias de Ginásio", - "gym_badge_diamonds": "Mostrar Insígnias de Ginásio", - "gym_badges_subtitle": "Exibe Insígnias de Ginásio no mapa e uma lista na página de perfil.", - "confirm_filters_reset": "Resetar filtros", - "filters_reset_text": "Você tem certeza de que deseja redefinir as configurações para os valores padrão? Isto não pode ser desfeito!", - "filters_reset_title": "Redefinir filtros", - "raid_quick_select": "Seleção Rápida", - "disabled": "Desativado", - "loading": "Carregando {{category}}", - "loading_icons": "Buscando Ícones", - "loading_invasions": "Buscando Invasões", - "scan_next": "Escanear Localização", - "scan_next_choose": "Arraste e Solte o Marcador para Definir a Localização do Escaneamento", - "scan_zone": "Escanear uma Área", - "scan_zone_choose": "Arraste e Solte o Marcador para Definir a Localização do Escaneamento e Escolher o Tamanho", - "scan_zone_size": "Tamanho", - "scan_zone_range": "Alcance", - "scan_zone_spacing": "Espaçamento", - "scan_zone_radius": "Raio", - "scan_requests": "Pedidos de Escaneamento", - "scan_queue": "Fila Atual", - "click_to_scan": "Escanear Aqui", - "scan_confirmed_title": "Demanda de escaneamento confirmada", - "scan_confirmed": "Trabalhador foi enviado para o local, o resultado logo aparecerá no mapa!", - "scan_loading_title": "Enviando pedido de escaneamento", - "scan_loading": "Seu pedido de escaneamento está sendo processado e enviado para o sistema!", - "scan_error_title": "Erro", - "scan_error": "Ocorreu um erro durante o processamento do pedido de escaneamento...", - "scan_outside_area": "Esta localização está fora dos limites das áreas autorizadas", - "pvp_ranking_cap": "Nível", - "lc_title": "Acompanhar Sua Localização", - "lc_metersUnit": "metros", - "lc_feetUnit": "pés", - "lc_popup": "Você está a {distance} {unit} deste ponto", - "lc_outsideMapBoundsMsg": "Você parece estar fora dos limites do mapa", - "no_alerts": "Nenhum Alerta Encontrado", - "loading_settings": "Carregando Configurações", - "refresh_to_continue": "Por favor, atualize antes de continuar", - "session_expired_title": "Sessão Expirada", - "session_expired_body": "Sua sessão expirou", - "old_client_title": "Desatualizado", - "old_client_body": "Uma nova versão deste mapa está disponível", - "early_old_client_title": "Desatualizado", - "early_old_client_body": "Uma versão antiga deste aplicativo pode estar armazenada em cache no seu navegador, você precisará limpar o cache antes de poder usar este aplicativo.", - "refresh": "Atualizar", - "points": "Pontos", - "day": "Dia", - "days": "Dias", - "react_error": "Algo Deu Errado", - "clickable_icon": "Ícone Clicável", - "two_stops_till_next": "2 paradas até a próxima", - "one_stop_till_next": "1 parada até a próxima", - "no_more_gyms": "Nenhum ginásio restante", - "light_map_border": "Borda Clara do Mapa", - "dark_map_border": "Borda Escura do Mapa", - "cell_blocked": "Célula Bloqueada", - "poi_color": "Cor do Ponto de Interesse", - "quest_condition": "Condição de Missão", - "always_show_labels": "Sempre Mostrar Etiquetas", - "scan_areas_options": "Opções de Áreas de Escaneamento", - "historic_rarity": "Raridade Histórica", - "poi": "Pontos de Interesse", - "300m_range": "Alcance de 300m", - "lure_range": "Alcance do Lure", - "custom_range": "Alcance Personalizado", - "tap_to_toggle": "Toque para Alternar", - "power_up": "Aumentar Poder", - "never_alt": "Nunca", - "seen_nearby_stop": "Visto nas Proximidades", - "seen_nearby_cell": "Visto nesta Célula", - "seen_lure_encounter": "Encontro com Lure", - "seen_lure_wild": "Spawn de Lure", - "seen_wild": "Spawn Selvagem", - "event_stops": "Paradas de Evento", - "event_stop_timers": "Temporizadores de Parada de Evento", - "size_0": "Qualquer", - "size_1": "XXP", - "size_2": "XP", - "size_3": "M", - "size_4": "GG", - "size_5": "GGG", - "show_size_indicator": "Mostrar Indicador de Tamanho", - "size": "Tamanho", - "gold_stop": "Parada Ouro", - "profile_backups": "Troca de Perfis", - "new_backup": "Novo Backup", - "create": "Criar", - "load": "Carregar", - "update": "Atualizar", - "delete": "Deletar", - "name": "Nome", - "only_confirmed": "Apenas Confirmados", - "only_exclude_grunts": "Excluir Recrutas", - "only_exclude_leaders": "Excluir Líderes", - "rocket_pokemon": "Pokémon da Equipe Rocket", - "decoy": "Isca", - "s2_cell_limit_0": "Você tentou gerar mais de 20.000 células ({{variable_0}})", - "s2_cell_zoom_limit": "Algumas células são pequenas demais para serem exibidas neste nível de zoom", - "show_all_pvp_ranks": "Mostrar Todos os Rankings PVP", - "enable_pokemon_popup_coords": "Mostrar Coordenadas Pokémon", - "enable_gym_popup_coords": "Mostrar Coordenadas do Ginásio", - "enable_pokestop_popup_coords": "Mostrar Coordenadas do Pokéstop", - "enable_portal_popup_coords": "Mostrar Coordenadas do Portal", - "on_block_join_discord": "Por favor, junte-se ao nosso discord para mais informações.", - "on_block_msg": "Você foi bloqueado por ser um membro de", - "denied": "Negado", - "showcase": "Vitrine", - "unknown_event": "Evento Desconhecido", - "scanner_countdown": "Disponível em {{time}}s", - "success": "Sucesso", - "contribute": "Contribuir", - "mi": "mi", - "filter_by_areas": "Filtrar por Áreas", - "submit_nest_name": "Enviar Nome do Ninho", - "nest_submission_menu": "Atualização de Nome", - "nest_submissions": "Submissões de Ninho", - "nest_submissions_subtitle": "Permite que você envie novos nomes para ninhos", - "pokemon_opacity": "Opacidade Dinâmica de Pokémon", - "invasion_opacity": "Opacidade Dinâmica de Invasões", - "raid_opacity": "Opacidade Dinâmica de Raids", - "opacity_ten_minutes": "Opacidade aos 10 minutos", - "opacity_five_minutes": "Opacidade aos 5 minutos", - "opacity_one_minute": "Opacidade ao 1 minuto", - "level_circles": "Indicadores de Nível", - "min_level_circle": "Nível Mínimo do Círculo", - "mutation_auth_error": "Sua solicitação foi malsucedida por não estar logado", - "submitted_by": "Enviado Por", - "reversible": "Reversível", - "version": "Versão", - "route_tags": "Tags de Rotas", - "routes": "Rotas", - "route_type": "Tipo de Rota", - "routes_subtitle": "Visualize no mapa rotas do jogo e informações relevantes sobre elas", - "description": "Descrição", - "additional_info": "Informações Adicionais", - "duration": "Duração", - "elevation": "Elevação", - "contest_category_1": "Tamanho Menor", - "context_category_2": "Tamanho Maior", - "total_entries": "Total de Entradas", - "showcase_rankings": "Rankings da Vitrine", - "showcase_rankings_subtitle": "Exibe uma lista dos principais rankings para uma vitrine em um Pokéstop", - "tth": "TTH", - "tth_0": "Todos", - "tth_1": "Conhecido", - "tth_2": "Desconhecido", - "no_access": "Sem Acesso", - "cooldown": "Tempo de Recarga", - "scan_some_outside_area": "Algumas localizações estão fora dos limites autorizados", - "alerts": "alertas", - "alert_manager": "Gerenciador de Alertas", - "menu": "Menu", - "theme": "Tema", - "exit": "Sair", - "component": "Componente", - "component_login_page": "Página de Login", - "component_donation_page": "Página de Doação", - "component_message_of_the_day": "Mensagem do Dia", - "download": "Baixar", - "playground": "Parquinho", - "locale": "Local", - "saved": "Salvo", - "show_editor": "Mostrar Editor", - "hide_editor": "Esconder Editor", - "reported_error": "Este erro foi reportado ao servidor com identificador", - "dark_mode": "Modo Escuro", - "load_from_autosave": "Carregar do Salvamento Automático", - "done": "Concluído", - "fast": "Rápido", - "charged": "Carregado", - "offline_mode": "Modo Offline", - "include_sponsored": "Incluir Patrocinados", - "showcase_color": "Cor de Destaque", - "partner_color": "Cor do Parceiro", - "disable": "Desativar {{- name}}", - "profiling": "Perfilamento", - "showcase_block": "Bloqueado devido a um destaque", - "signed_in_as": "Logado Como", - "missing_map_perm": "Você não tem permissão para ver o mapa.", - "access_denied": "Acesso Negado", - "audio": "Áudio", - "desktop_notifications": "Notificações na Área de Trabalho", - "notifications_options": "Opções de Notificações", - "audio_always_on": "Áudio Sempre Ativo", - "volume_level": "Nível do Volume", - "notifications_status": "Status das Notificações", - "granted": "concedido", - "set_all": "Configurar Todos", - "set_filtered": "Configurar Filtrados", - "only_show_available": "Mostrar Apenas Disponíveis", - "easy_mode": "Modo Fácil", - "quick_select": "Seleções Rápidas Globais", - "pokemon_filter_mode": "Modo de Filtro Pokémon", - "basic": "Básico", - "intermediate": "Intermediário", - "expert": "Especialista", - "basic_description": "Selecione Pokémon facilmente e aplique um filtro global", - "intermediate_description": "Defina filtros individuais globalmente e por Pokémon (tradicional)", - "expert_description": "Consultas de entrada manual para a personalização mais detalhada", - "icon_size": "Tamanho do Ícone", - "developer": "Desenvolvedor", - "raid_override": "Substituição de Raid", - "search_rocket_pokemon": "Buscar Pokémon do Team Rocket", - "main": "Principal", - "extra": "Extra", - "select": "Selecionar", - "searching": "buscando...", - "no_options": "Sem Opções...", - "and": "E", - "or": "OU", - "only_global": "Apenas Global", - "global_caption": "Ignora Todos os Outros Filtros", - "global_and_individual": "Filtros Globais & Individuais", - "gender_filters_all": "Gênero Aplica-se a Todos", - "and_caption": "Ligados Juntos", - "or_caption": "Filtros Independentes", - "filter_help": "Ajuda de Filtro", - "kilometers": "Quilômetros", - "miles": "Milhas", - "distance_unit": "Unidade de Distância", - "data_management": "Gerenciamento de Dados", - "reset_or_manage_text": "Você pode tanto resetar seus filtros completamente quanto visitar a página de gerenciamento de dados que permitirá que você resete categorias individuais.", - "reset_audio": "Resetar Áudio", - "reset_all": "Resetar Tudo", - "reset_icons": "Resetar Ícones", - "reset_position": "Resetar Posição", - "reset_ui": "Resetar UI", - "reset_options": "Resetar Opções", - "reset_menus": "Resetar Menus", - "reset_settings": "Resetar Configurações", - "reset_general_title": "Geral", - "reset_filters_title": "Filtros", - "reset_assets": "Resetar Ativos", - "reset_pokemon": "Resetar Pokémon", - "reset_pokestops": "Resetar PokéStops", - "reset_gyms": "Resetar Ginásios", - "reset_nests": "Resetar Ninhos", - "reset_portals": "Resetar Portais", - "reset_routes": "Resetar Rotas", - "reset_scan_areas": "Resetar Áreas de Varredura", - "reset_scan_cells": "Resetar Células de Varredura", - "reset_devices": "Resetar Dispositivos", - "reset_weather": "Resetar Tempo", - "reset_s2cells": "Resetar Células S2", - "reset_spawnpoints": "Resetar Pontos de Aparecimento", - "reset_submission_cells": "Resetar Células de Submissão", - "hisuian": "Hisuiano", - "spacial_rend_range": "Alcance de Corte Espacial", - "key": "Chave", - "ai": "IA", - "human": "Humano", - "locales": "Idiomas", - "instructions": "Instruções", - "locale_instructions_1": "Selecione um idioma no menu suspenso", - "locale_instructions_2": "Insira as traduções desejadas na coluna \"Humano\"", - "locale_instructions_3": "Clique no botão \"$t(download)\" para baixar um arquivo JSON", - "locale_instructions_4": "Faça um fork do link do repositório no GitHub abaixo", - "locale_instructions_5": "Crie uma nova branch e nomeie-a com o idioma para o qual está traduzindo", - "locale_instructions_6": "Substitua o conteúdo de \"packages/locales/lib/human/{{lng}}.json\" com o arquivo que você baixou", - "locale_instructions_7": "Crie um pull request", - "locale_instructions_8": "Aguarde a revisão e a fusão do pull request", - "enter_translation": "Insira a Tradução", - "individual_filters": "Filtrados Parcialmente", - "data_limit_reached": "Você solicitou muitos dados recentemente e está em espera até {{until}}", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "Ganhe {{amount}} corações com o seu companheiro", - "challenge_buddy_treat_plural": "Dar {{amount}} guloseimas ao seu companheiro", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Star Egg", - "egg_1_plural": "1 Star Eggs", - "egg_2": "2 Star Egg", - "egg_2_plural": "2 Star Eggs", - "egg_3": "3 Star Egg", - "egg_3_plural": "3 Star Eggs", - "egg_4": "4 Star Egg", - "egg_4_plural": "4 Star Eggs", - "egg_5": "Legendary Egg", - "egg_5_plural": "Legendary Eggs", - "egg_6": "Mega Egg", - "egg_6_plural": "Mega Eggs", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "Normal", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "Normal", - "form_34": "Ataque", - "form_35": "Defesa", - "form_36": "Velocidade", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "Normal", - "form_46": "Alola", - "form_47": "Normal", - "form_48": "Alola", - "form_49": "Normal", - "form_50": "Alola", - "form_51": "Normal", - "form_52": "Alola", - "form_53": "Normal", - "form_54": "Alola", - "form_55": "Normal", - "form_56": "Alola", - "form_57": "Normal", - "form_58": "Alola", - "form_59": "Normal", - "form_60": "Alola", - "form_61": "Normal", - "form_62": "Alola", - "form_63": "Normal", - "form_64": "Alola", - "form_65": "Normal", - "form_66": "Alola", - "form_67": "Normal", - "form_68": "Alola", - "form_69": "Normal", - "form_70": "Alola", - "form_71": "Normal", - "form_72": "Alola", - "form_73": "Normal", - "form_74": "Alola", - "form_75": "Normal", - "form_76": "Alola", - "form_77": "Normal", - "form_78": "Alola", - "form_79": "Normal", - "form_80": "Alola", - "form_81": "Normal", - "form_82": "Rotom Congelante", - "form_83": "Rotom Ventilador", - "form_84": "Rotom Corte", - "form_85": "Rotom Lavagem", - "form_86": "Rotom Calor", - "form_87": "Manto Vegetal", - "form_88": "Manto Arenoso", - "form_89": "Manto de Lixo", - "form_90": "Forma Alterada", - "form_91": "Forma Origem", - "form_92": "Forma Céu", - "form_93": "Forma Terrestre", - "form_94": "Forma Nublada", - "form_95": "Sunny", - "form_96": "Mar Ocidental", - "form_97": "Mar Leste", - "form_98": "Mar Ocidental", - "form_99": "Mar Leste", - "form_100": "Normal", - "form_101": "Lutador", - "form_102": "Voador", - "form_103": "Venenoso", - "form_104": "Terrestre", - "form_105": "Pedra", - "form_106": "Inseto", - "form_107": "Fantasma", - "form_108": "Aço", - "form_109": "Fogo", - "form_110": "Água", - "form_111": "Planta", - "form_112": "Elétrico", - "form_113": "Psíquico", - "form_114": "Gelo", - "form_115": "Dragão", - "form_116": "Sombrio", - "form_117": "Fada", - "form_118": "Manto Vegetal", - "form_119": "Manto Arenoso", - "form_120": "Manto de Lixo", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "Normal", - "form_136": "Listras Vermelhas", - "form_137": "Listras Azuis", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "Forma Materializada", - "form_141": "Forma Therian", - "form_142": "Forma Materializada", - "form_143": "Forma Therian", - "form_144": "Forma Materializada", - "form_145": "Forma Therian", - "form_146": "Normal", - "form_147": "Kyurem Preto", - "form_148": "Kyurem Branco", - "form_149": "Forma Comum", - "form_150": "Forma Resoluta", - "form_151": "Forma Ária", - "form_152": "Forma Pirueta", - "form_157": "Normal", - "form_160": "Normal", - "form_163": "Normal", - "form_166": "Normal", - "form_169": "Normal", - "form_172": "Normal", - "form_175": "Normal", - "form_178": "Normal", - "form_181": "Normal", - "form_184": "Normal", - "form_187": "Normal", - "form_190": "Normal", - "form_193": "Normal", - "form_196": "Normal", - "form_199": "Normal", - "form_202": "Normal", - "form_205": "Normal", - "form_208": "Normal", - "form_211": "Normal", - "form_214": "Normal", - "form_217": "Normal", - "form_224": "Normal", - "form_229": "Normal", - "form_232": "Normal", - "form_235": "Normal", - "form_238": "Normal", - "form_241": "Normal", - "form_244": "Normal", - "form_247": "Normal", - "form_250": "Normal", - "form_253": "Normal", - "form_256": "Normal", - "form_259": "Normal", - "form_262": "Normal", - "form_265": "Normal", - "form_268": "Normal", - "form_271": "Normal", - "form_274": "Normal", - "form_277": "Normal", - "form_280": "Normal", - "form_283": "Normal", - "form_286": "Normal", - "form_289": "Normal", - "form_292": "Normal", - "form_295": "Normal", - "form_298": "Normal", - "form_301": "Normal", - "form_304": "Normal", - "form_307": "Normal", - "form_310": "Normal", - "form_313": "Normal", - "form_316": "Normal", - "form_319": "Normal", - "form_322": "Normal", - "form_585": "Forma Primavera", - "form_586": "Forma Verão", - "form_587": "Forma Outono", - "form_588": "Forma Inverno", - "form_589": "Forma Primavera", - "form_590": "Forma Verão", - "form_591": "Forma Outono", - "form_592": "Forma Inverno", - "form_593": "Normal", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "Normal", - "form_599": "Noevolve", - "form_600": "Normal", - "form_601": "Noevolve", - "form_602": "Normal", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "Normal", - "form_613": "Normal", - "form_616": "Normal", - "form_619": "Normal", - "form_622": "Normal", - "form_625": "Normal", - "form_628": "Normal", - "form_631": "Normal", - "form_634": "Normal", - "form_637": "Normal", - "form_640": "Normal", - "form_643": "Normal", - "form_646": "Normal", - "form_649": "Normal", - "form_652": "Normal", - "form_655": "Normal", - "form_658": "Normal", - "form_661": "Normal", - "form_664": "Normal", - "form_667": "Normal", - "form_670": "Normal", - "form_677": "Normal", - "form_680": "Normal", - "form_683": "Normal", - "form_688": "Normal", - "form_691": "Normal", - "form_694": "Normal", - "form_697": "Normal", - "form_700": "Normal", - "form_703": "Normal", - "form_706": "Normal", - "form_713": "Normal", - "form_716": "Normal", - "form_719": "Normal", - "form_722": "Normal", - "form_729": "Normal", - "form_734": "Normal", - "form_737": "Normal", - "form_740": "Normal", - "form_743": "Normal", - "form_746": "Normal", - "form_749": "Normal", - "form_752": "Normal", - "form_755": "Normal", - "form_758": "Normal", - "form_761": "Normal", - "form_764": "Normal", - "form_767": "Normal", - "form_770": "Normal", - "form_773": "Normal", - "form_776": "Normal", - "form_779": "Normal", - "form_782": "Normal", - "form_785": "Normal", - "form_788": "Normal", - "form_791": "Normal", - "form_794": "Normal", - "form_797": "Normal", - "form_800": "Normal", - "form_803": "Normal", - "form_806": "Normal", - "form_809": "Normal", - "form_812": "Normal", - "form_815": "Normal", - "form_818": "Normal", - "form_821": "Normal", - "form_824": "Normal", - "form_827": "Normal", - "form_830": "Normal", - "form_833": "Normal", - "form_836": "Normal", - "form_839": "Normal", - "form_846": "Normal", - "form_849": "Normal", - "form_852": "Normal", - "form_855": "Normal", - "form_858": "Normal", - "form_861": "Normal", - "form_864": "Normal", - "form_867": "Normal", - "form_870": "Normal", - "form_873": "Normal", - "form_876": "Normal", - "form_879": "Normal", - "form_888": "Normal", - "form_891": "Normal", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "Normal", - "form_901": "Vs 2019", - "form_902": "Normal", - "form_905": "Normal", - "form_908": "Normal", - "form_911": "Normal", - "form_914": "Normal", - "form_917": "Normal", - "form_920": "Normal", - "form_923": "Normal", - "form_926": "Normal", - "form_929": "Normal", - "form_932": "Normal", - "form_935": "Normal", - "form_938": "Normal", - "form_941": "Normal", - "form_944": "Galarian", - "form_945": "Normal", - "form_946": "Galarian", - "form_947": "Normal", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "Normal", - "form_956": "Normal", - "form_959": "Normal", - "form_962": "Normal", - "form_965": "Normal", - "form_968": "Normal", - "form_971": "Normal", - "form_974": "Normal", - "form_981": "Normal", - "form_984": "Normal", - "form_987": "Normal", - "form_990": "Normal", - "form_993": "Normal", - "form_996": "Normal", - "form_999": "Normal", - "form_1002": "Normal", - "form_1005": "Normal", - "form_1008": "Normal", - "form_1011": "Normal", - "form_1014": "Normal", - "form_1017": "Normal", - "form_1020": "Normal", - "form_1023": "Normal", - "form_1026": "Normal", - "form_1029": "Normal", - "form_1032": "Normal", - "form_1035": "Normal", - "form_1038": "Normal", - "form_1041": "Normal", - "form_1044": "Normal", - "form_1047": "Normal", - "form_1050": "Normal", - "form_1053": "Normal", - "form_1056": "Normal", - "form_1059": "Normal", - "form_1062": "Normal", - "form_1065": "Normal", - "form_1068": "Normal", - "form_1071": "Normal", - "form_1074": "Normal", - "form_1077": "Normal", - "form_1080": "Normal", - "form_1083": "Normal", - "form_1086": "Normal", - "form_1089": "Normal", - "form_1092": "Normal", - "form_1095": "Normal", - "form_1098": "Normal", - "form_1101": "Normal", - "form_1104": "Normal", - "form_1107": "Normal", - "form_1110": "Normal", - "form_1115": "Normal", - "form_1118": "Normal", - "form_1121": "Normal", - "form_1124": "Normal", - "form_1127": "Normal", - "form_1130": "Normal", - "form_1133": "Normal", - "form_1136": "Normal", - "form_1139": "Normal", - "form_1142": "Normal", - "form_1145": "Normal", - "form_1148": "Normal", - "form_1151": "Normal", - "form_1154": "Normal", - "form_1157": "Normal", - "form_1160": "Normal", - "form_1163": "Normal", - "form_1166": "Normal", - "form_1169": "Normal", - "form_1172": "Normal", - "form_1175": "Normal", - "form_1178": "Normal", - "form_1181": "Normal", - "form_1184": "Normal", - "form_1187": "Normal", - "form_1190": "Normal", - "form_1193": "Normal", - "form_1196": "Normal", - "form_1199": "Normal", - "form_1202": "Normal", - "form_1205": "Normal", - "form_1208": "Normal", - "form_1211": "Normal", - "form_1214": "Normal", - "form_1217": "Normal", - "form_1220": "Normal", - "form_1223": "Normal", - "form_1226": "Normal", - "form_1229": "Normal", - "form_1232": "Normal", - "form_1235": "Normal", - "form_1238": "Normal", - "form_1241": "Normal", - "form_1244": "Normal", - "form_1247": "Normal", - "form_1250": "Normal", - "form_1253": "Normal", - "form_1256": "Normal", - "form_1259": "Normal", - "form_1262": "Normal", - "form_1265": "Normal", - "form_1268": "Normal", - "form_1271": "Normal", - "form_1274": "Normal", - "form_1277": "Normal", - "form_1280": "Normal", - "form_1283": "Normal", - "form_1286": "Normal", - "form_1289": "Normal", - "form_1292": "Normal", - "form_1295": "Normal", - "form_1298": "Normal", - "form_1301": "Normal", - "form_1304": "Normal", - "form_1307": "Normal", - "form_1310": "Normal", - "form_1313": "Normal", - "form_1316": "Normal", - "form_1319": "Normal", - "form_1322": "Normal", - "form_1325": "Normal", - "form_1328": "Normal", - "form_1331": "Normal", - "form_1334": "Normal", - "form_1337": "Normal", - "form_1340": "Normal", - "form_1343": "Normal", - "form_1346": "Normal", - "form_1349": "Normal", - "form_1352": "Normal", - "form_1355": "Normal", - "form_1358": "Normal", - "form_1361": "Normal", - "form_1364": "Normal", - "form_1367": "Normal", - "form_1370": "Normal", - "form_1379": "Normal", - "form_1382": "Normal", - "form_1385": "Normal", - "form_1388": "Normal", - "form_1391": "Normal", - "form_1394": "Normal", - "form_1397": "Normal", - "form_1400": "Normal", - "form_1403": "Normal", - "form_1406": "Normal", - "form_1409": "Normal", - "form_1412": "Normal", - "form_1415": "Normal", - "form_1418": "Normal", - "form_1421": "Normal", - "form_1424": "Normal", - "form_1427": "Normal", - "form_1430": "Normal", - "form_1433": "Normal", - "form_1436": "Normal", - "form_1439": "Normal", - "form_1442": "Normal", - "form_1445": "Normal", - "form_1448": "Normal", - "form_1451": "Normal", - "form_1454": "Normal", - "form_1457": "Normal", - "form_1460": "Normal", - "form_1463": "Normal", - "form_1466": "Normal", - "form_1469": "Normal", - "form_1472": "Normal", - "form_1475": "Normal", - "form_1478": "Normal", - "form_1481": "Normal", - "form_1484": "Normal", - "form_1487": "Normal", - "form_1490": "Normal", - "form_1493": "Normal", - "form_1496": "Normal", - "form_1499": "Normal", - "form_1502": "Normal", - "form_1505": "Normal", - "form_1508": "Normal", - "form_1511": "Normal", - "form_1514": "Normal", - "form_1517": "Normal", - "form_1520": "Normal", - "form_1523": "Normal", - "form_1526": "Normal", - "form_1529": "Normal", - "form_1532": "Normal", - "form_1535": "Normal", - "form_1538": "Normal", - "form_1541": "Normal", - "form_1544": "Normal", - "form_1547": "Normal", - "form_1550": "Normal", - "form_1553": "Normal", - "form_1556": "Normal", - "form_1559": "Normal", - "form_1562": "Normal", - "form_1565": "Normal", - "form_1568": "Normal", - "form_1571": "Normal", - "form_1574": "Normal", - "form_1577": "Normal", - "form_1580": "Normal", - "form_1583": "Normal", - "form_1586": "Normal", - "form_1589": "Normal", - "form_1592": "Normal", - "form_1595": "Normal", - "form_1598": "Normal", - "form_1601": "Normal", - "form_1604": "Normal", - "form_1607": "Normal", - "form_1610": "Normal", - "form_1613": "Normal", - "form_1616": "Normal", - "form_1619": "Normal", - "form_1622": "Normal", - "form_1625": "Normal", - "form_1628": "Normal", - "form_1631": "Normal", - "form_1634": "Normal", - "form_1637": "Normal", - "form_1640": "Normal", - "form_1643": "Normal", - "form_1646": "Normal", - "form_1649": "Normal", - "form_1652": "Normal", - "form_1655": "Normal", - "form_1658": "Normal", - "form_1661": "Normal", - "form_1664": "Normal", - "form_1667": "Normal", - "form_1670": "Normal", - "form_1673": "Normal", - "form_1676": "Normal", - "form_1679": "Normal", - "form_1682": "Normal", - "form_1685": "Normal", - "form_1688": "Normal", - "form_1691": "Normal", - "form_1694": "Normal", - "form_1697": "Normal", - "form_1700": "Normal", - "form_1703": "Normal", - "form_1706": "Normal", - "form_1709": "Normal", - "form_1712": "Normal", - "form_1715": "Normal", - "form_1718": "Normal", - "form_1721": "Normal", - "form_1724": "Normal", - "form_1727": "Normal", - "form_1730": "Normal", - "form_1733": "Normal", - "form_1736": "Normal", - "form_1739": "Normal", - "form_1742": "Normal", - "form_1745": "Normal", - "form_1748": "Normal", - "form_1751": "Normal", - "form_1754": "Normal", - "form_1757": "Normal", - "form_1760": "Normal", - "form_1763": "Normal", - "form_1766": "Normal", - "form_1769": "Normal", - "form_1772": "Normal", - "form_1775": "Normal", - "form_1778": "Normal", - "form_1781": "Normal", - "form_1784": "Normal", - "form_1787": "Normal", - "form_1790": "Normal", - "form_1793": "Normal", - "form_1796": "Normal", - "form_1799": "Normal", - "form_1802": "Normal", - "form_1805": "Normal", - "form_1808": "Normal", - "form_1811": "Normal", - "form_1814": "Normal", - "form_1817": "Normal", - "form_1820": "Normal", - "form_1823": "Normal", - "form_1826": "Normal", - "form_1829": "Normal", - "form_1832": "Normal", - "form_1835": "Normal", - "form_1838": "Normal", - "form_1841": "Normal", - "form_1844": "Normal", - "form_1847": "Normal", - "form_1850": "Normal", - "form_1853": "Normal", - "form_1856": "Normal", - "form_1859": "Normal", - "form_1862": "Normal", - "form_1865": "Normal", - "form_1868": "Normal", - "form_1871": "Normal", - "form_1874": "Normal", - "form_1877": "Normal", - "form_1880": "Normal", - "form_1883": "Normal", - "form_1886": "Normal", - "form_1889": "Normal", - "form_1892": "Normal", - "form_1895": "Normal", - "form_1898": "Normal", - "form_1901": "Normal", - "form_1904": "Normal", - "form_1907": "Normal", - "form_1910": "Normal", - "form_1913": "Normal", - "form_1916": "Normal", - "form_1919": "Normal", - "form_1922": "Normal", - "form_1925": "Normal", - "form_1928": "Normal", - "form_1931": "Normal", - "form_1934": "Normal", - "form_1937": "Normal", - "form_1940": "Normal", - "form_1943": "Normal", - "form_1946": "Normal", - "form_1949": "Normal", - "form_1952": "Normal", - "form_1955": "Normal", - "form_1958": "Normal", - "form_1961": "Normal", - "form_1964": "Normal", - "form_1967": "Normal", - "form_1970": "Normal", - "form_1973": "Normal", - "form_1976": "Normal", - "form_1979": "Normal", - "form_1982": "Normal", - "form_1985": "Normal", - "form_1988": "Normal", - "form_1991": "Normal", - "form_1994": "Normal", - "form_1997": "Normal", - "form_2000": "Normal", - "form_2003": "Normal", - "form_2006": "Normal", - "form_2009": "Normal", - "form_2012": "Normal", - "form_2015": "Normal", - "form_2018": "Normal", - "form_2021": "Normal", - "form_2024": "Normal", - "form_2027": "Normal", - "form_2030": "Normal", - "form_2033": "Normal", - "form_2036": "Normal", - "form_2039": "Normal", - "form_2042": "Normal", - "form_2045": "Normal", - "form_2048": "Normal", - "form_2051": "Normal", - "form_2054": "Normal", - "form_2057": "Normal", - "form_2060": "Normal", - "form_2063": "Normal", - "form_2066": "Normal", - "form_2069": "Normal", - "form_2072": "Normal", - "form_2075": "Normal", - "form_2078": "Normal", - "form_2081": "Normal", - "form_2084": "Normal", - "form_2087": "Normal", - "form_2090": "Normal", - "form_2093": "Normal", - "form_2096": "Normal", - "form_2099": "Normal", - "form_2102": "Normal", - "form_2105": "Normal", - "form_2108": "Normal", - "form_2111": "Normal", - "form_2114": "Normal", - "form_2117": "Normal", - "form_2120": "Normal", - "form_2123": "Normal", - "form_2126": "Normal", - "form_2129": "Normal", - "form_2132": "Normal", - "form_2135": "Normal", - "form_2138": "Normal", - "form_2141": "Normal", - "form_2144": "Normal", - "form_2147": "Normal", - "form_2150": "Normal", - "form_2153": "Normal", - "form_2156": "Normal", - "form_2159": "Normal", - "form_2162": "Normal", - "form_2165": "Normal", - "form_2168": "Normal", - "form_2171": "Normal", - "form_2174": "Normal", - "form_2177": "Normal", - "form_2180": "Normal", - "form_2183": "Normal", - "form_2186": "Normal", - "form_2189": "Normal", - "form_2192": "Normal", - "form_2195": "Normal", - "form_2198": "Normal", - "form_2201": "Normal", - "form_2204": "Normal", - "form_2207": "Normal", - "form_2210": "Normal", - "form_2213": "Normal", - "form_2216": "Normal", - "form_2219": "Normal", - "form_2222": "Normal", - "form_2225": "Normal", - "form_2228": "Normal", - "form_2231": "Normal", - "form_2234": "Normal", - "form_2237": "Normal", - "form_2240": "Normal", - "form_2243": "Normal", - "form_2246": "Normal", - "form_2249": "Normal", - "form_2252": "Normal", - "form_2255": "Normal", - "form_2258": "Normal", - "form_2261": "Normal", - "form_2264": "Normal", - "form_2267": "Normal", - "form_2270": "Normal", - "form_2273": "Normal", - "form_2276": "Normal", - "form_2279": "Normal", - "form_2282": "Normal", - "form_2285": "Normal", - "form_2288": "Normal", - "form_2291": "Normal", - "form_2294": "Normal", - "form_2297": "Normal", - "form_2300": "Normal", - "form_2303": "Normal", - "form_2306": "Normal", - "form_2309": "Normal", - "form_2312": "Normal", - "form_2315": "Normal", - "form_2318": "Normal", - "form_2321": "Normal", - "form_2324": "Normal", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "Fêmea", - "form_2331": "Fêmea", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "Forma Grave", - "form_2464": "Forma Aguda", - "form_2477": "Forma Falsificada", - "form_2478": "Forma Autêntica", - "form_2480": "Forma Falsificada", - "form_2481": "Forma Autêntica", - "form_2501": "Normal", - "form_2504": "Normal", - "form_2507": "Normal", - "form_2510": "Normal", - "form_2513": "Normal", - "form_2516": "Normal", - "form_2540": "Cara de Gelo", - "form_2541": "Cara Degelada", - "form_2542": "Macho", - "form_2543": "Fêmea", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "Espada Coroada", - "form_2577": "Herói Veterano", - "form_2578": "Escudo Coroado", - "form_2579": "Herói Veterano", - "form_2580": "Eternamax", - "form_2581": "Normal", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "Normal", - "form_2588": "Fêmea", - "form_2589": "Normal", - "form_2590": "Fêmea", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "Ensolarada", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "Estilo Flamenco", - "form_2680": "Estilo Animado", - "form_2681": "Estilo Hula", - "form_2683": "Estilo Elegante", - "form_2684": "Forma Diurna", - "form_2685": "Forma Noturna", - "form_2686": "Forma Crepúsculo", - "form_2687": "Forma Individual", - "form_2688": "Forma Cardume", - "form_2689": "Normal", - "form_2690": "Inseto", - "form_2691": "Sombrio", - "form_2692": "Dragão", - "form_2693": "Elétrico", - "form_2694": "Fada", - "form_2695": "Lutador", - "form_2696": "Fogo", - "form_2697": "Voador", - "form_2698": "Fantasma", - "form_2699": "Planta", - "form_2700": "Terrestre", - "form_2701": "Gelo", - "form_2702": "Venenoso", - "form_2703": "Psíquico", - "form_2704": "Pedra", - "form_2705": "Aço", - "form_2706": "Água", - "form_2707": "Meteor Blue", - "form_2708": "Plumagem Azul", - "form_2709": "Plumagem Verde", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "Plumagem Amarela", - "form_2715": "Forma Desmascarada", - "form_2716": "Forma Mascarada", - "form_2717": "Normal", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "Normal", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "Normal", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "Forma Crepúsculo", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "Ensolarada", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "Ensolarada", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "Forma Materializada", - "form_2803": "Forma Therian", - "form_2804": "Listras Brancas", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "Normal", - "form_2808": "Fêmea", - "form_2809": "Normal", - "form_2810": "Normal", - "form_2811": "Normal", - "form_2812": "Normal", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "Normal", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "Forma Origem", - "form_2830": "Forma Origem", - "form_2831": "Normal", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "Normal", - "form_2982": "Fêmea", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Plumagem Verde", - "form_2986": "Plumagem Azul", - "form_2987": "Plumagem Amarela", - "form_2988": "White", - "form_2989": "Forma Zero", - "form_2990": "Herói Veterano", - "form_2991": "Forma Curvada", - "form_2992": "Forma Pendular", - "form_2993": "Forma Estendida", - "form_2994": "Forma Bissegmentar", - "form_2995": "Forma Trissegmentar", - "form_2996": "Versão Plena", - "form_2997": "Modo Supremo", - "form_2998": "Normal", - "form_3000": "Normal", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "Macho", - "gender_2": "Fêmea", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "Alola", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "Blanche", - "grunt_2": "Candela", - "grunt_3": "Spark", - "grunt_4": "Recruta (Macho)", - "grunt_5": "Recruta (Fêmea)", - "grunt_6": "Inseto - Recruta (Fêmea)", - "grunt_7": "Inseto - Recruta (Macho)", - "grunt_8": "Recruta (Fêmea)", - "grunt_9": "Recruta (Macho)", - "grunt_10": "Sombrio - Recruta (Fêmea)", - "grunt_11": "Sombrio - Recruta (Macho)", - "grunt_12": "Dragão - Recruta (Fêmea)", - "grunt_13": "Dragão - Recruta (Macho)", - "grunt_14": "Fada - Recruta (Fêmea)", - "grunt_15": "Fada - Recruta (Macho)", - "grunt_16": "Lutador - Recruta (Fêmea)", - "grunt_17": "Lutador - Recruta (Macho)", - "grunt_18": "Fogo - Recruta (Fêmea)", - "grunt_19": "Fogo - Recruta (Macho)", - "grunt_20": "Voador - Recruta (Fêmea)", - "grunt_21": "Voador - Recruta (Macho)", - "grunt_22": "Planta - Recruta (Fêmea)", - "grunt_23": "Planta - Recruta (Macho)", - "grunt_24": "Terrestre - Recruta (Fêmea)", - "grunt_25": "Terrestre - Recruta (Macho)", - "grunt_26": "Gelo - Recruta (Fêmea)", - "grunt_27": "Gelo - Recruta (Macho)", - "grunt_28": "Aço - Recruta (Fêmea)", - "grunt_29": "Aço - Recruta (Macho)", - "grunt_30": "Normal - Recruta (Fêmea)", - "grunt_31": "Normal - Recruta (Macho)", - "grunt_32": "Venenoso - Recruta (Fêmea)", - "grunt_33": "Venenoso - Recruta (Macho)", - "grunt_34": "Psíquico - Recruta (Fêmea)", - "grunt_35": "Psíquico - Recruta (Macho)", - "grunt_36": "Pedra - Recruta (Fêmea)", - "grunt_37": "Pedra - Recruta (Macho)", - "grunt_38": "Água - Recruta (Fêmea)", - "grunt_39": "Água - Recruta (Macho)", - "grunt_40": "Player Team Leader", - "grunt_41": "Líder Cliff", - "grunt_42": "Líder Arlo", - "grunt_43": "Líder Sierra", - "grunt_44": "Giovanni", - "grunt_45": "Recruta camuflado (Macho)", - "grunt_46": "Recruta camuflado (Fêmea)", - "grunt_47": "Fantasma - Recruta (Fêmea)", - "grunt_48": "Fantasma - Recruta (Macho)", - "grunt_49": "Elétrico - Recruta (Fêmea)", - "grunt_50": "Elétrico - Recruta (Macho)", - "grunt_51": "Recruta (Fêmea)", - "grunt_52": "Recruta (Macho)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "Inseto - Recruta (Fêmea)", - "grunt_56": "Inseto - Recruta (Macho)", - "grunt_57": "Sombrio - Recruta (Fêmea)", - "grunt_58": "Sombrio - Recruta (Macho)", - "grunt_59": "Dragão - Recruta (Fêmea)", - "grunt_60": "Dragão - Recruta (Macho)", - "grunt_61": "Fada - Recruta (Fêmea)", - "grunt_62": "Fada - Recruta (Macho)", - "grunt_63": "Lutador - Recruta (Fêmea)", - "grunt_64": "Lutador - Recruta (Macho)", - "grunt_65": "Fogo - Recruta (Fêmea)", - "grunt_66": "Fogo - Recruta (Macho)", - "grunt_67": "Voador - Recruta (Fêmea)", - "grunt_68": "Voador - Recruta (Macho)", - "grunt_69": "Planta - Recruta (Fêmea)", - "grunt_70": "Planta - Recruta (Macho)", - "grunt_71": "Terrestre - Recruta (Fêmea)", - "grunt_72": "Terrestre - Recruta (Macho)", - "grunt_73": "Gelo - Recruta (Fêmea)", - "grunt_74": "Gelo - Recruta (Macho)", - "grunt_75": "Recruta (Fêmea)", - "grunt_76": "Recruta (Macho)", - "grunt_77": "Normal - Recruta (Fêmea)", - "grunt_78": "Normal - Recruta (Macho)", - "grunt_79": "Venenoso - Recruta (Fêmea)", - "grunt_80": "Venenoso - Recruta (Macho)", - "grunt_81": "Psíquico - Recruta (Fêmea)", - "grunt_82": "Psíquico - Recruta (Macho)", - "grunt_83": "Pedra - Recruta (Fêmea)", - "grunt_84": "Pedra - Recruta (Macho)", - "grunt_85": "Água - Recruta (Fêmea)", - "grunt_86": "Água - Recruta (Macho)", - "grunt_87": "Fantasma - Recruta (Fêmea)", - "grunt_88": "Fantasma - Recruta (Macho)", - "grunt_89": "Elétrico - Recruta (Fêmea)", - "grunt_90": "Elétrico - Recruta (Macho)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "Nenhum", - "grunt_a_1": "Blanche", - "grunt_a_2": "Candela", - "grunt_a_3": "Spark", - "grunt_a_4": "Recruta ♂", - "grunt_a_5": "Recruta ♀", - "grunt_a_6": "Inseto ♀", - "grunt_a_7": "Inseto ♂", - "grunt_a_8": "Recruta ♀", - "grunt_a_9": "Recruta ♂", - "grunt_a_10": "Sombrio ♀", - "grunt_a_11": "Sombrio ♂", - "grunt_a_12": "Dragão ♀", - "grunt_a_13": "Dragão ♂", - "grunt_a_14": "Fada ♀", - "grunt_a_15": "Fada ♂", - "grunt_a_16": "Lutador ♀", - "grunt_a_17": "Lutador ♂", - "grunt_a_18": "Fogo ♀", - "grunt_a_19": "Fogo ♂", - "grunt_a_20": "Voador ♀", - "grunt_a_21": "Voador ♂", - "grunt_a_22": "Planta ♀", - "grunt_a_23": "Planta ♂", - "grunt_a_24": "Terrestre ♀", - "grunt_a_25": "Terrestre ♂", - "grunt_a_26": "Gelo ♀", - "grunt_a_27": "Gelo ♂", - "grunt_a_28": "Aço ♀", - "grunt_a_29": "Aço ♂", - "grunt_a_30": "Normal ♀", - "grunt_a_31": "Normal ♂", - "grunt_a_32": "Venenoso ♀", - "grunt_a_33": "Venenoso ♂", - "grunt_a_34": "Psíquico ♀", - "grunt_a_35": "Psíquico ♂", - "grunt_a_36": "Pedra ♀", - "grunt_a_37": "Pedra ♂", - "grunt_a_38": "Água ♀", - "grunt_a_39": "Água ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "Líder Cliff", - "grunt_a_42": "Líder Arlo", - "grunt_a_43": "Líder Sierra", - "grunt_a_44": "Giovanni", - "grunt_a_45": "Recruta camuflado ♂", - "grunt_a_46": "Recruta camuflado ♀", - "grunt_a_47": "Fantasma ♀", - "grunt_a_48": "Fantasma ♂", - "grunt_a_49": "Elétrico ♀", - "grunt_a_50": "Elétrico ♂", - "grunt_a_51": "Recruta ♀", - "grunt_a_52": "Recruta ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "Inseto ♀", - "grunt_a_56": "Inseto ♂", - "grunt_a_57": "Sombrio ♀", - "grunt_a_58": "Sombrio ♂", - "grunt_a_59": "Dragão ♀", - "grunt_a_60": "Dragão ♂", - "grunt_a_61": "Fada ♀", - "grunt_a_62": "Fada ♂", - "grunt_a_63": "Lutador ♀", - "grunt_a_64": "Lutador ♂", - "grunt_a_65": "Fogo ♀", - "grunt_a_66": "Fogo ♂", - "grunt_a_67": "Voador ♀", - "grunt_a_68": "Voador ♂", - "grunt_a_69": "Planta ♀", - "grunt_a_70": "Planta ♂", - "grunt_a_71": "Terrestre ♀", - "grunt_a_72": "Terrestre ♂", - "grunt_a_73": "Gelo ♀", - "grunt_a_74": "Gelo ♂", - "grunt_a_75": "Recruta ♀", - "grunt_a_76": "Recruta ♂", - "grunt_a_77": "Normal ♀", - "grunt_a_78": "Normal ♂", - "grunt_a_79": "Venenoso ♀", - "grunt_a_80": "Venenoso ♂", - "grunt_a_81": "Psíquico ♀", - "grunt_a_82": "Psíquico ♂", - "grunt_a_83": "Pedra ♀", - "grunt_a_84": "Pedra ♂", - "grunt_a_85": "Água ♀", - "grunt_a_86": "Água ♂", - "grunt_a_87": "Fantasma ♀", - "grunt_a_88": "Fantasma ♂", - "grunt_a_89": "Elétrico ♀", - "grunt_a_90": "Elétrico ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "Desconhecido", - "item_1": "Poké Bola", - "item_2": "Grande Bola", - "item_3": "Ultra Bola", - "item_4": "Bola Mestra", - "item_5": "Bola Presenteada", - "item_6": "Bola Criatura", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "Poção", - "item_102": "Superpoção", - "item_103": "Hiperpoção", - "item_104": "Poção Máxima", - "item_201": "Reviver", - "item_202": "Máximo Reviver", - "item_301": "Ovo da Sorte", - "item_401": "Incenso", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "Caixa Misteriosa", - "item_406": "Incenso de Aventura Diário", - "item_407": "Porta-moedas", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "Módulo Atrair", - "item_502": "Mód. Atrair Glacial", - "item_503": "Mód. Atrair Musgoso", - "item_504": "Mód. Atrair Magnético", - "item_505": "Módulo Atrair Chuvoso", - "item_506": "Módulo Atrair Dourado", - "item_602": "Ataque X", - "item_603": "Defesa X", - "item_604": "INDEFINIDO", - "item_650": "Células de Zygarde", - "item_651": "Cubo de Zygarde", - "item_701": "Fruta Frambo", - "item_702": "Fruta Roama", - "item_703": "Fruta Anaba", - "item_704": "Fruta Ocipêra", - "item_705": "Fruta Caxí", - "item_706": "Fruta Frambo dourada", - "item_707": "Golden Nanab Berry", - "item_708": "Fruta Caxí prateada", - "item_709": "Poffin", - "item_801": "Câmera", - "item_802": "Adesivos", - "item_803": "Livro de Cartões-postais", - "item_901": "Incubadora ∞", - "item_902": "Incubadora de Ovo", - "item_903": "Superincubadora", - "item_1001": "Estoque de Pokémon", - "item_1002": "Bolsa", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "Pedra Solar", - "item_1102": "Pedra do Rei", - "item_1103": "Revestimento Metálico", - "item_1104": "Escama de Dragão", - "item_1105": "Melhora", - "item_1106": "Pedra de Sinnoh", - "item_1107": "Pedra de Unova", - "item_1150": "Moedas de Gimmighoul", - "item_1201": "MT de ataque ágil", - "item_1202": "MT de ataque carregado", - "item_1203": "MT elite de ataque ágil", - "item_1204": "MT elite de ataque carregado", - "item_1250": "Meteorito", - "item_1301": "Doce Raro", - "item_1302": "Doce Raro GG", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "Passe de Reide", - "item_1402": "Passe de Batalha Premium", - "item_1404": "Pedaço de Estrela", - "item_1405": "Presente", - "item_1406": "Medalhão de Equipe", - "item_1408": "Passe de Reide a Distância", - "item_1409": "S Raid Ticket", - "item_1501": "Componente misterioso", - "item_1502": "Radar Rocket", - "item_1503": "Super-radar Rocket", - "item_1504": "Fragmento Sombroso", - "item_1505": "Joia Purificada", - "item_1506": "Partícula Max", - "item_1507": "Pacote de Partícula Max", - "item_1600": "Ingresso", - "item_1601": "Ingresso", - "item_1602": "Ingresso", - "item_1603": "Ingresso", - "item_1604": "Ingresso extra", - "item_1605": "Ingresso extra", - "item_1606": "Passe de pesquisa temporária da Liga de Batalha GO", - "item_1607": "Ingresso", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Ingresso para o Safári: Seul", - "item_1611": "Ingresso para o Safári: Barcelona", - "item_1612": "Ingresso para o Safári: Cidade do México", - "item_1613": "Ingresso para o Safári: Tainan", - "item_1614": "Ticket City Safari 04", - "item_1615": "Ingresso", - "item_1616": "Ingresso", - "item_1617": "Ingresso", - "item_1618": "Ingresso", - "item_1619": "Ingresso", - "item_1620": "Ingresso", - "item_1621": "Ingresso", - "item_1622": "Ingresso", - "item_1623": "Ingresso", - "item_1624": "Ingresso", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "Normal", - "lure_502": "Glacial", - "lure_503": "Musgoso", - "lure_504": "Magnético", - "lure_505": "Chuvoso", - "lure_506": "Dourado", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "Desconhecido", - "move_1": "Trovoada de Choques", - "move_2": "Ataque Rápido", - "move_3": "Arranhão", - "move_4": "Brasa", - "move_5": "Chicote de Vinha", - "move_6": "Investida", - "move_7": "Folha Navalha", - "move_8": "Desmantelar", - "move_9": "Revólver d'Água", - "move_10": "Mordida", - "move_11": "Pancada", - "move_12": "Tapa Duplo", - "move_13": "Embrulho", - "move_14": "Hiper-raio", - "move_15": "Lambida", - "move_16": "Pulso Sombrio", - "move_17": "Nevoeiro de Fumaça", - "move_18": "Ataque de Lama", - "move_19": "Garra de Metal", - "move_20": "Agarramento Compressor", - "move_21": "Roda de Fogo", - "move_22": "Megachifre", - "move_23": "Ataque de Asa", - "move_24": "Lança-chamas", - "move_25": "Soco Enganador", - "move_26": "Cavar", - "move_27": "Rasteira", - "move_28": "Golpe Cruzado", - "move_29": "Corte Psíquico", - "move_30": "Feixe Psíquico", - "move_31": "Terremoto", - "move_32": "Gume de Pedra", - "move_33": "Soco de Gelo", - "move_34": "Estampa de Coração", - "move_35": "Descarga", - "move_36": "Canhão de Flash", - "move_37": "Bicada", - "move_38": "Bico Broca", - "move_39": "Raio Congelante", - "move_40": "Nevasca", - "move_41": "Golpe de Ar", - "move_42": "Onda de Calor", - "move_43": "Agulha Dupla", - "move_44": "Golpe Envenenado", - "move_45": "Ás dos Ares", - "move_46": "Furação", - "move_47": "Nevasca de Pétalas", - "move_48": "Megadreno", - "move_49": "Zumbido de Inseto", - "move_50": "Presa Venenosa", - "move_51": "Talho Noturno", - "move_52": "Talho", - "move_53": "Jato de Bolhas", - "move_54": "Submissão", - "move_55": "Golpe de Caratê", - "move_56": "Movimento Baixo", - "move_57": "Aqua Jato", - "move_58": "Aqua Cauda", - "move_59": "Bomba de Sementes", - "move_60": "Choque Psíquico", - "move_61": "Lançamento de Rocha", - "move_62": "Poder Ancestral", - "move_63": "Tumba de Rochas", - "move_64": "Deslize de Pedras", - "move_65": "Gema Poderosa", - "move_66": "Furtividade nas Sombras", - "move_67": "Soco Sombrio", - "move_68": "Garra Sombria", - "move_69": "Vento Ominoso", - "move_70": "Bola Sombria", - "move_71": "Soco Projétil", - "move_72": "Bomba Ímã", - "move_73": "Asa de Aço", - "move_74": "Cabeça de Ferro", - "move_75": "Ataque Parabólico", - "move_76": "Faísca", - "move_77": "Soco Trovoada", - "move_78": "Trovão", - "move_79": "Relâmpago", - "move_80": "Twister", - "move_81": "Sopro do Dragão", - "move_82": "Pulso do Dragão", - "move_83": "Garra de Dragão", - "move_84": "Voz Desarmante", - "move_85": "Beijo Drenante", - "move_86": "Clarão Deslumbrante", - "move_87": "Explosão Lunar", - "move_88": "Jogo Duro", - "move_89": "Corte-veneno", - "move_90": "Bomba de Lodo", - "move_91": "Onda de Lama", - "move_92": "Tiro de Sujeira", - "move_93": "Tiro de Lama", - "move_94": "Bastão de Osso", - "move_95": "Tremor", - "move_96": "Bomba de Lama", - "move_97": "Cortador de Fúria", - "move_98": "Picada", - "move_99": "Feixe Sinalizador", - "move_100": "Tesoura X", - "move_101": "Ataque de Chamas", - "move_102": "Rajada de Chamas", - "move_103": "Rajada de Fogo", - "move_104": "Salmoura", - "move_105": "Pulso d'Água", - "move_106": "Escaldada", - "move_107": "Jato d'Água", - "move_108": "Psíquico", - "move_109": "Golpe Psíquico", - "move_110": "Caco de Gelo", - "move_111": "Vento Congelante", - "move_112": "Respiração de Gelo", - "move_113": "Absorção", - "move_114": "Gigadreno", - "move_115": "Soco de Fogo", - "move_116": "Raio Solar", - "move_117": "Lâmina de Folha", - "move_118": "Chicote Poderoso", - "move_119": "Borrifada", - "move_120": "Ácido", - "move_121": "Cortador de Ar", - "move_122": "Furacão", - "move_123": "Quebra-telha", - "move_124": "Cortar", - "move_125": "Ataque Veloz", - "move_126": "Ataque de Chifre", - "move_127": "Pisotear", - "move_128": "Cabeçada", - "move_129": "Hiperpresa", - "move_130": "Pancada Brusca", - "move_131": "Pancada Corporal", - "move_132": "Descansar", - "move_133": "Insistência", - "move_134": "Escaldada", - "move_135": "Jato d'Água", - "move_136": "Embrulho", - "move_137": "Embrulho", - "move_200": "Cortador de Fúria", - "move_201": "Picada", - "move_202": "Mordida", - "move_203": "Soco Enganador", - "move_204": "Sopro do Dragão", - "move_205": "Trovoada de Choques", - "move_206": "Faísca", - "move_207": "Rasteira", - "move_208": "Golpe de Caratê", - "move_209": "Brasa", - "move_210": "Ataque de Asa", - "move_211": "Bicada", - "move_212": "Lambida", - "move_213": "Garra Sombria", - "move_214": "Chicote de Vinha", - "move_215": "Folha Navalha", - "move_216": "Tiro de Lama", - "move_217": "Caco de Gelo", - "move_218": "Respiração de Gelo", - "move_219": "Ataque Rápido", - "move_220": "Arranhão", - "move_221": "Investida", - "move_222": "Pancada", - "move_223": "Cortar", - "move_224": "Golpe Envenenado", - "move_225": "Ácido", - "move_226": "Corte Psíquico", - "move_227": "Lançamento de Rocha", - "move_228": "Garra de Metal", - "move_229": "Soco Projétil", - "move_230": "Revólver d'Água", - "move_231": "Borrifada", - "move_232": "Revólver d'Água", - "move_233": "Tapa de Lama", - "move_234": "Cabeçada Zen", - "move_235": "Confusão", - "move_236": "Ferrão Venenoso", - "move_237": "Bolha", - "move_238": "Ataque Dissimulado", - "move_239": "Asa de Aço", - "move_240": "Presas de Fogo", - "move_241": "Esmagamento de Pedras", - "move_242": "Transformação", - "move_243": "Contra-atacar", - "move_244": "Neve em Pó", - "move_245": "Corpo-a-corpo", - "move_246": "Soco Dinâmico", - "move_247": "Explosão Focalizada", - "move_248": "Raio Aurora", - "move_249": "Carga de Raio", - "move_250": "Troca Elétrica", - "move_251": "Ataque Selvagem", - "move_252": "Canhão Zap", - "move_253": "Cauda do Dragão", - "move_254": "Avalanche", - "move_255": "Golpe de Ar", - "move_256": "Pássaro Bravo", - "move_257": "Ataque do Céu", - "move_258": "Fosso de Areia", - "move_259": "Explosão de Rocha", - "move_260": "Infestação", - "move_261": "Ira de Inseto", - "move_262": "Vento Prateado", - "move_263": "Abismar", - "move_264": "Feitiço", - "move_265": "Sombra Noturna", - "move_266": "Cauda de Ferro", - "move_267": "Girobola", - "move_268": "Golpe Pesado", - "move_269": "Chama Furacão", - "move_270": "Superaquecimento", - "move_271": "Projétil de Semente", - "move_272": "Nó de Grama", - "move_273": "Bola de Energia", - "move_274": "Extrassensorial", - "move_275": "Visão do Futuro", - "move_276": "Casaco Espelhado", - "move_277": "Ultraje", - "move_278": "Rosnado", - "move_279": "Mastigada", - "move_280": "Jogo Sujo", - "move_281": "Poder Oculto", - "move_282": "Desmantelar", - "move_283": "Cachoeira", - "move_284": "Surfar", - "move_285": "Meteoro do Dragão", - "move_286": "Desejo Cruel", - "move_287": "Bocejo", - "move_288": "Impulso Psíquico", - "move_289": "Pulso Original", - "move_290": "Lâmina Abissal", - "move_291": "Presente", - "move_292": "Esfera Climática", - "move_293": "Esfera Climática", - "move_294": "Esfera Climática", - "move_295": "Esfera Climática", - "move_296": "Planta Mortal", - "move_297": "Derrubada", - "move_298": "Queimadura Explosiva", - "move_299": "Hidro Canhão", - "move_300": "Último Recurso", - "move_301": "Meteoro Esmagador", - "move_302": "Quebra-crânio", - "move_303": "Spray Ácido", - "move_304": "Poder da Terra", - "move_305": "Martelo Caranguejo", - "move_306": "Estocada", - "move_307": "Garra Esmagadora", - "move_308": "Polvo-canhão", - "move_309": "Tiro no Espelho", - "move_310": "Superpoder", - "move_311": "Ferrão Letal", - "move_312": "Tornado de Folhas", - "move_313": "Suga-vidas", - "move_314": "Soco Dreno", - "move_315": "Osso Sombrio", - "move_316": "Água Barrenta", - "move_317": "Chute Labareda", - "move_318": "Concha Navalha", - "move_319": "Soco Empoderador", - "move_320": "Encantar", - "move_321": "Gigaimpacto", - "move_322": "Frustração", - "move_323": "Retorno", - "move_324": "Barulho Sincronizado", - "move_325": "Mirar", - "move_326": "Presa Trovejante", - "move_327": "Presa de Gelo", - "move_328": "Chifre Broca", - "move_329": "Fissura", - "move_330": "Espada Sagrada", - "move_331": "Aperto Voador", - "move_332": "Aura Esférica", - "move_333": "Revide", - "move_334": "Demolidor de Pedras", - "move_335": "Explosão Aérea", - "move_336": "Rajada Tecnológica", - "move_337": "Rajada Tecnológica", - "move_338": "Rajada Tecnológica", - "move_339": "Rajada Tecnológica", - "move_340": "Rajada Tecnológica", - "move_341": "Voar", - "move_342": "Criação V", - "move_343": "Tempestade de Folhas", - "move_344": "Triataque", - "move_345": "Lufada de Vento", - "move_346": "Incinerar", - "move_347": "Dark Void", - "move_348": "Dança das Penas", - "move_349": "Fiery Dance", - "move_350": "Vento de Fada", - "move_351": "Relic Song", - "move_352": "Esfera Climática", - "move_353": "Caninos Psíquicos", - "move_354": "Fúria de Hiperespaço", - "move_355": "Fenda de Hiperespaço", - "move_356": "Chute Duplo", - "move_357": "Folha Mágica", - "move_358": "Fogo Sagrado", - "move_359": "Lança Congelada", - "move_360": "Explosão Aérea+", - "move_361": "Explosão Aérea++", - "move_362": "Fogo Sagrado+", - "move_363": "Fogo Sagrado++", - "move_364": "Acrobático", - "move_365": "Purga de Esplendor", - "move_366": "Bola de Névoa", - "move_367": "Balanço Violento", - "move_368": "Rolagem", - "move_369": "Semente Ofuscante", - "move_370": "Obstruir", - "move_371": "Força das Sombras", - "move_372": "Raio Meteórico", - "move_373": "Estrela Ninja de Água", - "move_374": "Raio de Fusão", - "move_375": "Chama da Fusão", - "move_376": "Poltergeist", - "move_377": "Potência Equina", - "move_378": "Glaciar", - "move_379": "Golpe Deslizante", - "move_380": "Rajada Explosiva", - "move_381": "Pancada de Ferro Dupla", - "move_382": "Fogo Místico", - "move_383": "Aquaríete", - "move_384": "Ascenção do Dragão", - "move_385": "Folhagem", - "move_386": "Tempestade de Magma", - "move_387": "Geomancia", - "move_388": "Laceração Espacial", - "move_389": "Asa do Esquecimento", - "move_390": "Ira da Natureza", - "move_391": "Pinote Triplo", - "move_392": "Desbravar", - "move_393": "Areias Ardentes", - "move_394": "Rugido do Tempo", - "move_395": "Tempestade Álgida", - "move_396": "Tempestade Saibrosa", - "move_397": "Tempestade Chocante", - "move_398": "Manilha Sombria", - "move_399": "Investida Trovão", - "move_400": "Lariat Escuro", - "move_401": "Onda Psíquica", - "move_402": "Som de Metal", - "move_403": "Ataque de Areia", - "move_404": "Ataque Solaraço", - "move_405": "Feixe Espectral", - "move_406": "Roda de Aura", - "move_407": "Roda de Aura", - "move_408": "Chute de Pulo Alto", - "move_409": "Chama Max", - "move_410": "Nuvem de Inseto Max", - "move_411": "Raio Max", - "move_412": "Golpe Max", - "move_413": "Punho Max", - "move_414": "Espectro Max", - "move_415": "Temporal de Granizo Max", - "move_416": "Corrosão Max", - "move_417": "Gêiser Max", - "move_418": "Corrente de Ar Max", - "move_419": "Queda Estelar Max", - "move_420": "Bafo Dracônico Max", - "move_421": "Tempestade Mental Max", - "move_422": "Desabamento Max", - "move_423": "Oscilação Max", - "move_424": "Escuridão Max", - "move_425": "Flora Max", - "move_426": "Espinho de Aço Max", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "Palma da Força", - "move_463": "Aria Cintilante", - "poke_0": "Substituição", - "poke_1": "Bulbasaur", - "poke_2": "Ivysaur", - "poke_3": "Venusaur", - "poke_3_e1": "Mega Venusaur", - "poke_4": "Charmander", - "poke_5": "Charmeleon", - "poke_6": "Charizard", - "poke_6_e2": "Mega Charizard X", - "poke_6_e3": "Mega Charizard Y", - "poke_7": "Squirtle", - "poke_8": "Wartortle", - "poke_9": "Blastoise", - "poke_9_e1": "Mega Blastoise", - "poke_10": "Caterpie", - "poke_11": "Metapod", - "poke_12": "Butterfree", - "poke_13": "Weedle", - "poke_14": "Kakuna", - "poke_15": "Beedrill", - "poke_15_e1": "Mega Beedrill", - "poke_16": "Pidgey", - "poke_17": "Pidgeotto", - "poke_18": "Pidgeot", - "poke_18_e1": "Mega Pidgeot", - "poke_19": "Rattata", - "poke_20": "Raticate", - "poke_21": "Spearow", - "poke_22": "Fearow", - "poke_23": "Ekans", - "poke_24": "Arbok", - "poke_25": "Pikachu", - "poke_26": "Raichu", - "poke_27": "Sandshrew", - "poke_28": "Sandslash", - "poke_29": "Nidoran♀", - "poke_30": "Nidorina", - "poke_31": "Nidoqueen", - "poke_32": "Nidoran♂", - "poke_33": "Nidorino", - "poke_34": "Nidoking", - "poke_35": "Clefairy", - "poke_36": "Clefable", - "poke_37": "Vulpix", - "poke_38": "Ninetales", - "poke_39": "Jigglypuff", - "poke_40": "Wigglytuff", - "poke_41": "Zubat", - "poke_42": "Golbat", - "poke_43": "Oddish", - "poke_44": "Gloom", - "poke_45": "Vileplume", - "poke_46": "Paras", - "poke_47": "Parasect", - "poke_48": "Venonat", - "poke_49": "Venomoth", - "poke_50": "Diglett", - "poke_51": "Dugtrio", - "poke_52": "Meowth", - "poke_53": "Persian", - "poke_54": "Psyduck", - "poke_55": "Golduck", - "poke_56": "Mankey", - "poke_57": "Primeape", - "poke_58": "Growlithe", - "poke_59": "Arcanine", - "poke_60": "Poliwag", - "poke_61": "Poliwhirl", - "poke_62": "Poliwrath", - "poke_63": "Abra", - "poke_64": "Kadabra", - "poke_65": "Alakazam", - "poke_65_e1": "Mega Alakazam", - "poke_66": "Machop", - "poke_67": "Machoke", - "poke_68": "Machamp", - "poke_69": "Bellsprout", - "poke_70": "Weepinbell", - "poke_71": "Victreebel", - "poke_72": "Tentacool", - "poke_73": "Tentacruel", - "poke_74": "Geodude", - "poke_75": "Graveler", - "poke_76": "Golem", - "poke_77": "Ponyta", - "poke_78": "Rapidash", - "poke_79": "Slowpoke", - "poke_80": "Slowbro", - "poke_80_e1": "Mega Slowbro", - "poke_81": "Magnemite", - "poke_82": "Magneton", - "poke_83": "Farfetch'd", - "poke_84": "Doduo", - "poke_85": "Dodrio", - "poke_86": "Seel", - "poke_87": "Dewgong", - "poke_88": "Grimer", - "poke_89": "Muk", - "poke_90": "Shellder", - "poke_91": "Cloyster", - "poke_92": "Gastly", - "poke_93": "Haunter", - "poke_94": "Gengar", - "poke_94_e1": "Mega Gengar", - "poke_95": "Onix", - "poke_96": "Drowzee", - "poke_97": "Hypno", - "poke_98": "Krabby", - "poke_99": "Kingler", - "poke_100": "Voltorb", - "poke_101": "Electrode", - "poke_102": "Exeggcute", - "poke_103": "Exeggutor", - "poke_104": "Cubone", - "poke_105": "Marowak", - "poke_106": "Hitmonlee", - "poke_107": "Hitmonchan", - "poke_108": "Lickitung", - "poke_109": "Koffing", - "poke_110": "Weezing", - "poke_111": "Rhyhorn", - "poke_112": "Rhydon", - "poke_113": "Chansey", - "poke_114": "Tangela", - "poke_115": "Kangaskhan", - "poke_115_e1": "Mega Kangaskhan", - "poke_116": "Horsea", - "poke_117": "Seadra", - "poke_118": "Goldeen", - "poke_119": "Seaking", - "poke_120": "Staryu", - "poke_121": "Starmie", - "poke_122": "Mr. Mime", - "poke_123": "Scyther", - "poke_124": "Jynx", - "poke_125": "Electabuzz", - "poke_126": "Magmar", - "poke_127": "Pinsir", - "poke_127_e1": "Mega Pinsir", - "poke_128": "Tauros", - "poke_129": "Magikarp", - "poke_130": "Gyarados", - "poke_130_e1": "Mega Gyarados", - "poke_131": "Lapras", - "poke_132": "Ditto", - "poke_133": "Eevee", - "poke_134": "Vaporeon", - "poke_135": "Jolteon", - "poke_136": "Flareon", - "poke_137": "Porygon", - "poke_138": "Omanyte", - "poke_139": "Omastar", - "poke_140": "Kabuto", - "poke_141": "Kabutops", - "poke_142": "Aerodactyl", - "poke_142_e1": "Mega Aerodactyl", - "poke_143": "Snorlax", - "poke_144": "Articuno", - "poke_145": "Zapdos", - "poke_146": "Moltres", - "poke_147": "Dratini", - "poke_148": "Dragonair", - "poke_149": "Dragonite", - "poke_150": "Mewtwo", - "poke_150_e2": "Mega Mewtwo X", - "poke_150_e3": "Mega Mewtwo Y", - "poke_151": "Mew", - "poke_152": "Chikorita", - "poke_153": "Bayleef", - "poke_154": "Meganium", - "poke_155": "Cyndaquil", - "poke_156": "Quilava", - "poke_157": "Typhlosion", - "poke_158": "Totodile", - "poke_159": "Croconaw", - "poke_160": "Feraligatr", - "poke_161": "Sentret", - "poke_162": "Furret", - "poke_163": "Hoothoot", - "poke_164": "Noctowl", - "poke_165": "Ledyba", - "poke_166": "Ledian", - "poke_167": "Spinarak", - "poke_168": "Ariados", - "poke_169": "Crobat", - "poke_170": "Chinchou", - "poke_171": "Lanturn", - "poke_172": "Pichu", - "poke_173": "Cleffa", - "poke_174": "Igglybuff", - "poke_175": "Togepi", - "poke_176": "Togetic", - "poke_177": "Natu", - "poke_178": "Xatu", - "poke_179": "Mareep", - "poke_180": "Flaaffy", - "poke_181": "Ampharos", - "poke_181_e1": "Mega Ampharos", - "poke_182": "Bellossom", - "poke_183": "Marill", - "poke_184": "Azumarill", - "poke_185": "Sudowoodo", - "poke_186": "Politoed", - "poke_187": "Hoppip", - "poke_188": "Skiploom", - "poke_189": "Jumpluff", - "poke_190": "Aipom", - "poke_191": "Sunkern", - "poke_192": "Sunflora", - "poke_193": "Yanma", - "poke_194": "Wooper", - "poke_195": "Quagsire", - "poke_196": "Espeon", - "poke_197": "Umbreon", - "poke_198": "Murkrow", - "poke_199": "Slowking", - "poke_200": "Misdreavus", - "poke_201": "Unown", - "poke_202": "Wobbuffet", - "poke_203": "Girafarig", - "poke_204": "Pineco", - "poke_205": "Forretress", - "poke_206": "Dunsparce", - "poke_207": "Gligar", - "poke_208": "Steelix", - "poke_208_e1": "Mega Steelix", - "poke_209": "Snubbull", - "poke_210": "Granbull", - "poke_211": "Qwilfish", - "poke_212": "Scizor", - "poke_212_e1": "Mega Scizor", - "poke_213": "Shuckle", - "poke_214": "Heracross", - "poke_214_e1": "Mega Heracross", - "poke_215": "Sneasel", - "poke_216": "Teddiursa", - "poke_217": "Ursaring", - "poke_218": "Slugma", - "poke_219": "Magcargo", - "poke_220": "Swinub", - "poke_221": "Piloswine", - "poke_222": "Corsola", - "poke_223": "Remoraid", - "poke_224": "Octillery", - "poke_225": "Delibird", - "poke_226": "Mantine", - "poke_227": "Skarmory", - "poke_228": "Houndour", - "poke_229": "Houndoom", - "poke_229_e1": "Mega Houndoom", - "poke_230": "Kingdra", - "poke_231": "Phanpy", - "poke_232": "Donphan", - "poke_233": "Porygon2", - "poke_234": "Stantler", - "poke_235": "Smeargle", - "poke_236": "Tyrogue", - "poke_237": "Hitmontop", - "poke_238": "Smoochum", - "poke_239": "Elekid", - "poke_240": "Magby", - "poke_241": "Miltank", - "poke_242": "Blissey", - "poke_243": "Raikou", - "poke_244": "Entei", - "poke_245": "Suicune", - "poke_246": "Larvitar", - "poke_247": "Pupitar", - "poke_248": "Tyranitar", - "poke_248_e1": "Mega Tyranitar", - "poke_249": "Lugia", - "poke_250": "Ho-Oh", - "poke_251": "Celebi", - "poke_252": "Treecko", - "poke_253": "Grovyle", - "poke_254": "Sceptile", - "poke_254_e1": "Mega Sceptile", - "poke_255": "Torchic", - "poke_256": "Combusken", - "poke_257": "Blaziken", - "poke_257_e1": "Mega Blaziken", - "poke_258": "Mudkip", - "poke_259": "Marshtomp", - "poke_260": "Swampert", - "poke_260_e1": "Mega Swampert", - "poke_261": "Poochyena", - "poke_262": "Mightyena", - "poke_263": "Zigzagoon", - "poke_264": "Linoone", - "poke_265": "Wurmple", - "poke_266": "Silcoon", - "poke_267": "Beautifly", - "poke_268": "Cascoon", - "poke_269": "Dustox", - "poke_270": "Lotad", - "poke_271": "Lombre", - "poke_272": "Ludicolo", - "poke_273": "Seedot", - "poke_274": "Nuzleaf", - "poke_275": "Shiftry", - "poke_276": "Taillow", - "poke_277": "Swellow", - "poke_278": "Wingull", - "poke_279": "Pelipper", - "poke_280": "Ralts", - "poke_281": "Kirlia", - "poke_282": "Gardevoir", - "poke_282_e1": "Mega Gardevoir", - "poke_283": "Surskit", - "poke_284": "Masquerain", - "poke_285": "Shroomish", - "poke_286": "Breloom", - "poke_287": "Slakoth", - "poke_288": "Vigoroth", - "poke_289": "Slaking", - "poke_290": "Nincada", - "poke_291": "Ninjask", - "poke_292": "Shedinja", - "poke_293": "Whismur", - "poke_294": "Loudred", - "poke_295": "Exploud", - "poke_296": "Makuhita", - "poke_297": "Hariyama", - "poke_298": "Azurill", - "poke_299": "Nosepass", - "poke_300": "Skitty", - "poke_301": "Delcatty", - "poke_302": "Sableye", - "poke_302_e1": "Mega Sableye", - "poke_303": "Mawile", - "poke_303_e1": "Mega Mawile", - "poke_304": "Aron", - "poke_305": "Lairon", - "poke_306": "Aggron", - "poke_306_e1": "Mega Aggron", - "poke_307": "Meditite", - "poke_308": "Medicham", - "poke_308_e1": "Mega Medicham", - "poke_309": "Electrike", - "poke_310": "Manectric", - "poke_310_e1": "Mega Manectric", - "poke_311": "Plusle", - "poke_312": "Minun", - "poke_313": "Volbeat", - "poke_314": "Illumise", - "poke_315": "Roselia", - "poke_316": "Gulpin", - "poke_317": "Swalot", - "poke_318": "Carvanha", - "poke_319": "Sharpedo", - "poke_319_e1": "Mega Sharpedo", - "poke_320": "Wailmer", - "poke_321": "Wailord", - "poke_322": "Numel", - "poke_323": "Camerupt", - "poke_323_e1": "Mega Camerupt", - "poke_324": "Torkoal", - "poke_325": "Spoink", - "poke_326": "Grumpig", - "poke_327": "Spinda", - "poke_328": "Trapinch", - "poke_329": "Vibrava", - "poke_330": "Flygon", - "poke_331": "Cacnea", - "poke_332": "Cacturne", - "poke_333": "Swablu", - "poke_334": "Altaria", - "poke_334_e1": "Mega Altaria", - "poke_335": "Zangoose", - "poke_336": "Seviper", - "poke_337": "Lunatone", - "poke_338": "Solrock", - "poke_339": "Barboach", - "poke_340": "Whiscash", - "poke_341": "Corphish", - "poke_342": "Crawdaunt", - "poke_343": "Baltoy", - "poke_344": "Claydol", - "poke_345": "Lileep", - "poke_346": "Cradily", - "poke_347": "Anorith", - "poke_348": "Armaldo", - "poke_349": "Feebas", - "poke_350": "Milotic", - "poke_351": "Castform", - "poke_352": "Kecleon", - "poke_353": "Shuppet", - "poke_354": "Banette", - "poke_354_e1": "Mega Banette", - "poke_355": "Duskull", - "poke_356": "Dusclops", - "poke_357": "Tropius", - "poke_358": "Chimecho", - "poke_359": "Absol", - "poke_359_e1": "Mega Absol", - "poke_360": "Wynaut", - "poke_361": "Snorunt", - "poke_362": "Glalie", - "poke_362_e1": "Mega Glalie", - "poke_363": "Spheal", - "poke_364": "Sealeo", - "poke_365": "Walrein", - "poke_366": "Clamperl", - "poke_367": "Huntail", - "poke_368": "Gorebyss", - "poke_369": "Relicanth", - "poke_370": "Luvdisc", - "poke_371": "Bagon", - "poke_372": "Shelgon", - "poke_373": "Salamence", - "poke_373_e1": "Mega Salamence", - "poke_374": "Beldum", - "poke_375": "Metang", - "poke_376": "Metagross", - "poke_376_e1": "Mega Metagross", - "poke_377": "Regirock", - "poke_378": "Regice", - "poke_379": "Registeel", - "poke_380": "Latias", - "poke_380_e1": "Mega Latias", - "poke_381": "Latios", - "poke_381_e1": "Mega Latios", - "poke_382": "Kyogre", - "poke_383": "Groudon", - "poke_384": "Rayquaza", - "poke_384_e1": "Mega Rayquaza", - "poke_385": "Jirachi", - "poke_386": "Deoxys", - "poke_387": "Turtwig", - "poke_388": "Grotle", - "poke_389": "Torterra", - "poke_390": "Chimchar", - "poke_391": "Monferno", - "poke_392": "Infernape", - "poke_393": "Piplup", - "poke_394": "Prinplup", - "poke_395": "Empoleon", - "poke_396": "Starly", - "poke_397": "Staravia", - "poke_398": "Staraptor", - "poke_399": "Bidoof", - "poke_400": "Bibarel", - "poke_401": "Kricketot", - "poke_402": "Kricketune", - "poke_403": "Shinx", - "poke_404": "Luxio", - "poke_405": "Luxray", - "poke_406": "Budew", - "poke_407": "Roserade", - "poke_408": "Cranidos", - "poke_409": "Rampardos", - "poke_410": "Shieldon", - "poke_411": "Bastiodon", - "poke_412": "Burmy", - "poke_413": "Wormadam", - "poke_414": "Mothim", - "poke_415": "Combee", - "poke_416": "Vespiquen", - "poke_417": "Pachirisu", - "poke_418": "Buizel", - "poke_419": "Floatzel", - "poke_420": "Cherubi", - "poke_421": "Cherrim", - "poke_422": "Shellos", - "poke_423": "Gastrodon", - "poke_424": "Ambipom", - "poke_425": "Drifloon", - "poke_426": "Drifblim", - "poke_427": "Buneary", - "poke_428": "Lopunny", - "poke_428_e1": "Mega Lopunny", - "poke_429": "Mismagius", - "poke_430": "Honchkrow", - "poke_431": "Glameow", - "poke_432": "Purugly", - "poke_433": "Chingling", - "poke_434": "Stunky", - "poke_435": "Skuntank", - "poke_436": "Bronzor", - "poke_437": "Bronzong", - "poke_438": "Bonsly", - "poke_439": "Mime Jr.", - "poke_440": "Happiny", - "poke_441": "Chatot", - "poke_442": "Spiritomb", - "poke_443": "Gible", - "poke_444": "Gabite", - "poke_445": "Garchomp", - "poke_445_e1": "Mega Garchomp", - "poke_446": "Munchlax", - "poke_447": "Riolu", - "poke_448": "Lucario", - "poke_448_e1": "Mega Lucario", - "poke_449": "Hippopotas", - "poke_450": "Hippowdon", - "poke_451": "Skorupi", - "poke_452": "Drapion", - "poke_453": "Croagunk", - "poke_454": "Toxicroak", - "poke_455": "Carnivine", - "poke_456": "Finneon", - "poke_457": "Lumineon", - "poke_458": "Mantyke", - "poke_459": "Snover", - "poke_460": "Abomasnow", - "poke_460_e1": "Mega Abomasnow", - "poke_461": "Weavile", - "poke_462": "Magnezone", - "poke_463": "Lickilicky", - "poke_464": "Rhyperior", - "poke_465": "Tangrowth", - "poke_466": "Electivire", - "poke_467": "Magmortar", - "poke_468": "Togekiss", - "poke_469": "Yanmega", - "poke_470": "Leafeon", - "poke_471": "Glaceon", - "poke_472": "Gliscor", - "poke_473": "Mamoswine", - "poke_474": "Porygon-Z", - "poke_475": "Gallade", - "poke_475_e1": "Mega Gallade", - "poke_476": "Probopass", - "poke_477": "Dusknoir", - "poke_478": "Froslass", - "poke_479": "Rotom", - "poke_480": "Uxie", - "poke_481": "Mesprit", - "poke_482": "Azelf", - "poke_483": "Dialga", - "poke_484": "Palkia", - "poke_485": "Heatran", - "poke_486": "Regigigas", - "poke_487": "Giratina", - "poke_488": "Cresselia", - "poke_489": "Phione", - "poke_490": "Manaphy", - "poke_491": "Darkrai", - "poke_492": "Shaymin", - "poke_493": "Arceus", - "poke_494": "Victini", - "poke_495": "Snivy", - "poke_496": "Servine", - "poke_497": "Serperior", - "poke_498": "Tepig", - "poke_499": "Pignite", - "poke_500": "Emboar", - "poke_501": "Oshawott", - "poke_502": "Dewott", - "poke_503": "Samurott", - "poke_504": "Patrat", - "poke_505": "Watchog", - "poke_506": "Lillipup", - "poke_507": "Herdier", - "poke_508": "Stoutland", - "poke_509": "Purrloin", - "poke_510": "Liepard", - "poke_511": "Pansage", - "poke_512": "Simisage", - "poke_513": "Pansear", - "poke_514": "Simisear", - "poke_515": "Panpour", - "poke_516": "Simipour", - "poke_517": "Munna", - "poke_518": "Musharna", - "poke_519": "Pidove", - "poke_520": "Tranquill", - "poke_521": "Unfezant", - "poke_522": "Blitzle", - "poke_523": "Zebstrika", - "poke_524": "Roggenrola", - "poke_525": "Boldore", - "poke_526": "Gigalith", - "poke_527": "Woobat", - "poke_528": "Swoobat", - "poke_529": "Drilbur", - "poke_530": "Excadrill", - "poke_531": "Audino", - "poke_531_e1": "Mega Audino", - "poke_532": "Timburr", - "poke_533": "Gurdurr", - "poke_534": "Conkeldurr", - "poke_535": "Tympole", - "poke_536": "Palpitoad", - "poke_537": "Seismitoad", - "poke_538": "Throh", - "poke_539": "Sawk", - "poke_540": "Sewaddle", - "poke_541": "Swadloon", - "poke_542": "Leavanny", - "poke_543": "Venipede", - "poke_544": "Whirlipede", - "poke_545": "Scolipede", - "poke_546": "Cottonee", - "poke_547": "Whimsicott", - "poke_548": "Petilil", - "poke_549": "Lilligant", - "poke_550": "Basculin", - "poke_551": "Sandile", - "poke_552": "Krokorok", - "poke_553": "Krookodile", - "poke_554": "Darumaka", - "poke_555": "Darmanitan", - "poke_556": "Maractus", - "poke_557": "Dwebble", - "poke_558": "Crustle", - "poke_559": "Scraggy", - "poke_560": "Scrafty", - "poke_561": "Sigilyph", - "poke_562": "Yamask", - "poke_563": "Cofagrigus", - "poke_564": "Tirtouga", - "poke_565": "Carracosta", - "poke_566": "Archen", - "poke_567": "Archeops", - "poke_568": "Trubbish", - "poke_569": "Garbodor", - "poke_570": "Zorua", - "poke_571": "Zoroark", - "poke_572": "Minccino", - "poke_573": "Cinccino", - "poke_574": "Gothita", - "poke_575": "Gothorita", - "poke_576": "Gothitelle", - "poke_577": "Solosis", - "poke_578": "Duosion", - "poke_579": "Reuniclus", - "poke_580": "Ducklett", - "poke_581": "Swanna", - "poke_582": "Vanillite", - "poke_583": "Vanillish", - "poke_584": "Vanilluxe", - "poke_585": "Deerling", - "poke_586": "Sawsbuck", - "poke_587": "Emolga", - "poke_588": "Karrablast", - "poke_589": "Escavalier", - "poke_590": "Foongus", - "poke_591": "Amoonguss", - "poke_592": "Frillish", - "poke_593": "Jellicent", - "poke_594": "Alomomola", - "poke_595": "Joltik", - "poke_596": "Galvantula", - "poke_597": "Ferroseed", - "poke_598": "Ferrothorn", - "poke_599": "Klink", - "poke_600": "Klang", - "poke_601": "Klinklang", - "poke_602": "Tynamo", - "poke_603": "Eelektrik", - "poke_604": "Eelektross", - "poke_605": "Elgyem", - "poke_606": "Beheeyem", - "poke_607": "Litwick", - "poke_608": "Lampent", - "poke_609": "Chandelure", - "poke_610": "Axew", - "poke_611": "Fraxure", - "poke_612": "Haxorus", - "poke_613": "Cubchoo", - "poke_614": "Beartic", - "poke_615": "Cryogonal", - "poke_616": "Shelmet", - "poke_617": "Accelgor", - "poke_618": "Stunfisk", - "poke_619": "Mienfoo", - "poke_620": "Mienshao", - "poke_621": "Druddigon", - "poke_622": "Golett", - "poke_623": "Golurk", - "poke_624": "Pawniard", - "poke_625": "Bisharp", - "poke_626": "Bouffalant", - "poke_627": "Rufflet", - "poke_628": "Braviary", - "poke_629": "Vullaby", - "poke_630": "Mandibuzz", - "poke_631": "Heatmor", - "poke_632": "Durant", - "poke_633": "Deino", - "poke_634": "Zweilous", - "poke_635": "Hydreigon", - "poke_636": "Larvesta", - "poke_637": "Volcarona", - "poke_638": "Cobalion", - "poke_639": "Terrakion", - "poke_640": "Virizion", - "poke_641": "Tornadus", - "poke_642": "Thundurus", - "poke_643": "Reshiram", - "poke_644": "Zekrom", - "poke_645": "Landorus", - "poke_646": "Kyurem", - "poke_647": "Keldeo", - "poke_648": "Meloetta", - "poke_649": "Genesect", - "poke_650": "Chespin", - "poke_651": "Quilladin", - "poke_652": "Chesnaught", - "poke_653": "Fennekin", - "poke_654": "Braixen", - "poke_655": "Delphox", - "poke_656": "Froakie", - "poke_657": "Frogadier", - "poke_658": "Greninja", - "poke_659": "Bunnelby", - "poke_660": "Diggersby", - "poke_661": "Fletchling", - "poke_662": "Fletchinder", - "poke_663": "Talonflame", - "poke_664": "Scatterbug", - "poke_665": "Spewpa", - "poke_666": "Vivillon", - "poke_667": "Litleo", - "poke_668": "Pyroar", - "poke_669": "Flabébé", - "poke_670": "Floette", - "poke_671": "Florges", - "poke_672": "Skiddo", - "poke_673": "Gogoat", - "poke_674": "Pancham", - "poke_675": "Pangoro", - "poke_676": "Furfrou", - "poke_677": "Espurr", - "poke_678": "Meowstic", - "poke_679": "Honedge", - "poke_680": "Doublade", - "poke_681": "Aegislash", - "poke_682": "Spritzee", - "poke_683": "Aromatisse", - "poke_684": "Swirlix", - "poke_685": "Slurpuff", - "poke_686": "Inkay", - "poke_687": "Malamar", - "poke_688": "Binacle", - "poke_689": "Barbaracle", - "poke_690": "Skrelp", - "poke_691": "Dragalge", - "poke_692": "Clauncher", - "poke_693": "Clawitzer", - "poke_694": "Helioptile", - "poke_695": "Heliolisk", - "poke_696": "Tyrunt", - "poke_697": "Tyrantrum", - "poke_698": "Amaura", - "poke_699": "Aurorus", - "poke_700": "Sylveon", - "poke_701": "Hawlucha", - "poke_702": "Dedenne", - "poke_703": "Carbink", - "poke_704": "Goomy", - "poke_705": "Sliggoo", - "poke_706": "Goodra", - "poke_707": "Klefki", - "poke_708": "Phantump", - "poke_709": "Trevenant", - "poke_710": "Pumpkaboo", - "poke_711": "Gourgeist", - "poke_712": "Bergmite", - "poke_713": "Avalugg", - "poke_714": "Noibat", - "poke_715": "Noivern", - "poke_716": "Xerneas", - "poke_717": "Yveltal", - "poke_718": "Zygarde", - "poke_719": "Diancie", - "poke_719_e1": "Mega Diancie", - "poke_720": "Hoopa", - "poke_721": "Volcanion", - "poke_722": "Rowlet", - "poke_723": "Dartrix", - "poke_724": "Decidueye", - "poke_725": "Litten", - "poke_726": "Torracat", - "poke_727": "Incineroar", - "poke_728": "Popplio", - "poke_729": "Brionne", - "poke_730": "Primarina", - "poke_731": "Pikipek", - "poke_732": "Trumbeak", - "poke_733": "Toucannon", - "poke_734": "Yungoos", - "poke_735": "Gumshoos", - "poke_736": "Grubbin", - "poke_737": "Charjabug", - "poke_738": "Vikavolt", - "poke_739": "Crabrawler", - "poke_740": "Crabominable", - "poke_741": "Oricorio", - "poke_742": "Cutiefly", - "poke_743": "Ribombee", - "poke_744": "Rockruff", - "poke_745": "Lycanroc", - "poke_746": "Wishiwashi", - "poke_747": "Mareanie", - "poke_748": "Toxapex", - "poke_749": "Mudbray", - "poke_750": "Mudsdale", - "poke_751": "Dewpider", - "poke_752": "Araquanid", - "poke_753": "Fomantis", - "poke_754": "Lurantis", - "poke_755": "Morelull", - "poke_756": "Shiinotic", - "poke_757": "Salandit", - "poke_758": "Salazzle", - "poke_759": "Stufful", - "poke_760": "Bewear", - "poke_761": "Bounsweet", - "poke_762": "Steenee", - "poke_763": "Tsareena", - "poke_764": "Comfey", - "poke_765": "Oranguru", - "poke_766": "Passimian", - "poke_767": "Wimpod", - "poke_768": "Golisopod", - "poke_769": "Sandygast", - "poke_770": "Palossand", - "poke_771": "Pyukumuku", - "poke_772": "Tipo Nulo", - "poke_773": "Silvally", - "poke_774": "Minior", - "poke_775": "Komala", - "poke_776": "Turtonator", - "poke_777": "Togedemaru", - "poke_778": "Mimikyu", - "poke_779": "Bruxish", - "poke_780": "Drampa", - "poke_781": "Dhelmise", - "poke_782": "Jangmo-o", - "poke_783": "Hakamo-o", - "poke_784": "Kommo-o", - "poke_785": "Tapu Koko", - "poke_786": "Tapu Lele", - "poke_787": "Tapu Bulu", - "poke_788": "Tapu Fini", - "poke_789": "Cosmog", - "poke_790": "Cosmoem", - "poke_791": "Solgaleo", - "poke_792": "Lunala", - "poke_793": "Nihilego", - "poke_794": "Buzzwole", - "poke_795": "Pheromosa", - "poke_796": "Xurkitree", - "poke_797": "Celesteela", - "poke_798": "Kartana", - "poke_799": "Guzzlord", - "poke_800": "Necrozma", - "poke_801": "Magearna", - "poke_802": "Marshadow", - "poke_803": "Poipole", - "poke_804": "Naganadel", - "poke_805": "Stakataka", - "poke_806": "Blacephalon", - "poke_807": "Zeraora", - "poke_808": "Meltan", - "poke_809": "Melmetal", - "poke_810": "Grookey", - "poke_811": "Thwackey", - "poke_812": "Rillaboom", - "poke_813": "Scorbunny", - "poke_814": "Raboot", - "poke_815": "Cinderace", - "poke_816": "Sobble", - "poke_817": "Drizzile", - "poke_818": "Inteleon", - "poke_819": "Skwovet", - "poke_820": "Greedent", - "poke_821": "Rookidee", - "poke_822": "Corvisquire", - "poke_823": "Corviknight", - "poke_824": "Blipbug", - "poke_825": "Dottler", - "poke_826": "Orbeetle", - "poke_827": "Nickit", - "poke_828": "Thievul", - "poke_829": "Gossifleur", - "poke_830": "Eldegoss", - "poke_831": "Wooloo", - "poke_832": "Dubwool", - "poke_833": "Chewtle", - "poke_834": "Drednaw", - "poke_835": "Yamper", - "poke_836": "Boltund", - "poke_837": "Rolycoly", - "poke_838": "Carkol", - "poke_839": "Coalossal", - "poke_840": "Applin", - "poke_841": "Flapple", - "poke_842": "Appletun", - "poke_843": "Silicobra", - "poke_844": "Sandaconda", - "poke_845": "Cramorant", - "poke_846": "Arrokuda", - "poke_847": "Barraskewda", - "poke_848": "Toxel", - "poke_849": "Toxtricity", - "poke_850": "Sizzlipede", - "poke_851": "Centiskorch", - "poke_852": "Clobbopus", - "poke_853": "Grapploct", - "poke_854": "Sinistea", - "poke_855": "Polteageist", - "poke_856": "Hatenna", - "poke_857": "Hattrem", - "poke_858": "Hatterene", - "poke_859": "Impidimp", - "poke_860": "Morgrem", - "poke_861": "Grimmsnarl", - "poke_862": "Obstagoon", - "poke_863": "Perrserker", - "poke_864": "Cursola", - "poke_865": "Sirfetch’d", - "poke_866": "Mr. Rime", - "poke_867": "Runerigus", - "poke_868": "Milcery", - "poke_869": "Alcremie", - "poke_870": "Falinks", - "poke_871": "Pincurchin", - "poke_872": "Snom", - "poke_873": "Frosmoth", - "poke_874": "Stonjourner", - "poke_875": "Eiscue", - "poke_876": "Indeedee", - "poke_877": "Morpeko", - "poke_878": "Cufant", - "poke_879": "Copperajah", - "poke_880": "Dracozolt", - "poke_881": "Arctozolt", - "poke_882": "Dracovish", - "poke_883": "Arctovish", - "poke_884": "Duraludon", - "poke_885": "Dreepy", - "poke_886": "Drakloak", - "poke_887": "Dragapult", - "poke_888": "Zacian", - "poke_889": "Zamazenta", - "poke_890": "Eternatus", - "poke_891": "Kubfu", - "poke_892": "Urshifu", - "poke_893": "Zarude", - "poke_894": "Regieleki", - "poke_895": "Regidrago", - "poke_896": "Glastrier", - "poke_897": "Spectrier", - "poke_898": "Calyrex", - "poke_899": "Wyrdeer", - "poke_900": "Kleavor", - "poke_901": "Ursaluna", - "poke_902": "Basculegion", - "poke_903": "Sneasler", - "poke_904": "Overqwil", - "poke_905": "Enamorus", - "poke_906": "Sprigatito", - "poke_907": "Floragato", - "poke_908": "Meowscarada", - "poke_909": "Fuecoco", - "poke_910": "Crocalor", - "poke_911": "Skeledirge", - "poke_912": "Quaxly", - "poke_913": "Quaxwell", - "poke_914": "Quaquaval", - "poke_915": "Lechonk", - "poke_916": "Oinkologne", - "poke_917": "Tarountula", - "poke_918": "Spidops", - "poke_919": "Nymble", - "poke_920": "Lokix", - "poke_921": "Pawmi", - "poke_922": "Pawmo", - "poke_923": "Pawmot", - "poke_924": "Tandemaus", - "poke_925": "Maushold", - "poke_926": "Fidough", - "poke_927": "Dachsbun", - "poke_928": "Smoliv", - "poke_929": "Dolliv", - "poke_930": "Arboliva", - "poke_931": "Squawkabilly", - "poke_932": "Nacli", - "poke_933": "Naclstack", - "poke_934": "Garganacl", - "poke_935": "Charcadet", - "poke_936": "Armarouge", - "poke_937": "Ceruledge", - "poke_938": "Tadbulb", - "poke_939": "Bellibolt", - "poke_940": "Wattrel", - "poke_941": "Kilowattrel", - "poke_942": "Maschiff", - "poke_943": "Mabosstiff", - "poke_944": "Shroodle", - "poke_945": "Grafaiai", - "poke_946": "Bramblin", - "poke_947": "Brambleghast", - "poke_948": "Toedscool", - "poke_949": "Toedscruel", - "poke_950": "Klawf", - "poke_951": "Capsakid", - "poke_952": "Scovillain", - "poke_953": "Rellor", - "poke_954": "Rabsca", - "poke_955": "Flittle", - "poke_956": "Espathra", - "poke_957": "Tinkatink", - "poke_958": "Tinkatuff", - "poke_959": "Tinkaton", - "poke_960": "Wiglett", - "poke_961": "Wugtrio", - "poke_962": "Bombirdier", - "poke_963": "Finizen", - "poke_964": "Palafin", - "poke_965": "Varoom", - "poke_966": "Revavroom", - "poke_967": "Cyclizar", - "poke_968": "Orthworm", - "poke_969": "Glimmet", - "poke_970": "Glimmora", - "poke_971": "Greavard", - "poke_972": "Houndstone", - "poke_973": "Flamigo", - "poke_974": "Cetoddle", - "poke_975": "Cetitan", - "poke_976": "Veluza", - "poke_977": "Dondozo", - "poke_978": "Tatsugiri", - "poke_979": "Annihilape", - "poke_980": "Clodsire", - "poke_981": "Farigiraf", - "poke_982": "Dudunsparce", - "poke_983": "Kingambit", - "poke_984": "Presa Grande", - "poke_985": "Cauda Brado", - "poke_986": "Capuz Bruto", - "poke_987": "Juba Sopro", - "poke_988": "Asa Rasteira", - "poke_989": "Choque Areia", - "poke_990": "Trilho Férreo", - "poke_991": "Pacote Férreo", - "poke_992": "Mãos Férreas", - "poke_993": "Jugulares Férreas", - "poke_994": "Mariposa Férrea", - "poke_995": "Espinhos Férreos", - "poke_996": "Frigibax", - "poke_997": "Arctibax", - "poke_998": "Baxcalibur", - "poke_999": "Gimmighoul", - "poke_1000": "Gholdengo", - "poke_1001": "Wo-Chien", - "poke_1002": "Chien-Pao", - "poke_1003": "Ting-Lu", - "poke_1004": "Chi-Yu", - "poke_1005": "Lua Estrondo", - "poke_1006": "Valentia Férrea", - "poke_1007": "Koraidon", - "poke_1008": "Miraidon", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "Nenhum", - "poke_type_1": "Normal", - "poke_type_2": "Lutador", - "poke_type_3": "Voador", - "poke_type_4": "Venenoso", - "poke_type_5": "Terrestre", - "poke_type_6": "Pedra", - "poke_type_7": "Inseto", - "poke_type_8": "Fantasma", - "poke_type_9": "Aço", - "poke_type_10": "Fogo", - "poke_type_11": "Água", - "poke_type_12": "Planta", - "poke_type_13": "Elétrico", - "poke_type_14": "Psíquico", - "poke_type_15": "Gelo", - "poke_type_16": "Dragão", - "poke_type_17": "Sombrio", - "poke_type_18": "Fada", - "purified": "Purificado", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "Caminhar {{amount}} km com seu companheiro", - "quest_catch_type_dark_plural": "Pegar {{amount}} Pokémon de tipo Sombrio.", - "quest_catch_type_dragon_plural": "Pegar {{amount}} Pokémon de tipo Dragão.", - "quest_catch_type_poison_plural": "Pegar {{amount}} Pokémon de tipo Venenoso.", - "quest_catch_type_psychic_plural": "Pegar {{amount}} Pokémon de tipo Psíquico.", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "Derrotar {{amount}} Pokémon de tipo Fantasma.", - "quest_fight_type_ghost_psychic_plural": "Derrotar {{amount}} Pokémon de tipo Psíquico ou Fantasma.", - "quest_fight_type_psychic_plural": "Derrotar {{amount}} Pokémon de tipo Psíquico.", - "quest_incense_singular": "Usar 1 Incenso.", - "quest_land_excellent_plural": "Fazer {{amount}} jogadas excelentes.", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "Batalhar contra 1 líder de equipe {{amount_0}} vezes.", - "quest_title_challenge_2019_battle_trainer": "Batalhar contra outro Treinador.", - "quest_title_challenge_2019_battle_trainer_plural": "Batalhar contra outro Treinador {{amount_0}} vezes.", - "quest_title_challenge_2019_battle_trainer_win": "Vencer batalhas contra outro Treinador {{amount_0}} vezes.", - "quest_title_challenge_2019_snapshot_eevee": "Tirar {{amount_0}} fotos de Eevee.", - "quest_title_challenge_2019_snapshot_loudred": "Tirar 1 foto de Loudred.", - "quest_title_challenge_2019_snapshot_pkmn": "Tirar {{amount_0}} fotos de Jirachi.", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "Tirar {{amount_0}} fotos de Pokémon de tipo Fada.", - "quest_title_challenge_2019_snapshot_pkmn_flying": "Tirar {{amount_0}} fotos de Pokémon de tipo Voador.", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "Tirar {{amount_0}} fotos de Pokémon de tipo Fantasma.", - "quest_title_challenge_2019_snapshot_pkmn_grass": "Tirar {{amount_0}} fotos de Pokémon de tipo Planta.", - "quest_title_challenge_2019_snapshot_pkmn_ground": "Tirar {{amount_0}} fotos de Pokémon de tipo Terrestre.", - "quest_title_challenge_2019_snapshot_pkmn_ice": "Tirar {{amount_0}} fotos de Pokémon de tipo Gelo.", - "quest_title_challenge_2019_snapshot_pkmn_normal": "Tirar {{amount_0}} fotos de Pokémon de tipo Normal.", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "Tirar {{amount_0}} fotos de Pokémon de tipo Psíquico.", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Tirar {{amount_0}} fotos de Pokémon de tipo Psíquico ou Aço.", - "quest_title_challenge_2019_snapshot_pkmn_rock": "Tirar {{amount_0}} fotos de Pokémon de tipo Pedra.", - "quest_title_challenge_2019_snapshot_pkmn_steel": "Tirar {{amount_0}} fotos de Pokémon de tipo Aço.", - "quest_title_challenge_2019_snapshot_pkmn_water": "Tirar {{amount_0}} fotos de Pokémon de tipo Água.", - "quest_title_challenge_2019_trade_distance": "Trocar por 3 Pokémon de pelo menos 100 km de distância.", - "quest_title_challenge_available": "Um novo desafio está disponível!", - "quest_title_challenge_battle_gbl_win_all": "Vença na Liga de Batalha GO", - "quest_title_challenge_battle_trainer_great": "Batalhe contra outro Treinador da Grande Liga.", - "quest_title_challenge_buddy_affection_plural": "Ganhe {{amount_0}} corações com o seu companheiro", - "quest_title_challenge_buddy_affection_single": "Ganhe 1 coração com o seu companheiro", - "quest_title_challenge_buddy_battle_plural": "Batalhe junto de seu companheiro {{amount_0}} vezes enquanto participa de sua aventura", - "quest_title_challenge_buddy_battle_single": "Batalhe junto de seu companheiro enquanto participa de sua aventura", - "quest_title_challenge_buddy_emotion_plural": "Deixe o seu companheiro empolgado {{amount_0}} vezes", - "quest_title_challenge_buddy_emotion_single": "Deixe o seu companheiro empolgado", - "quest_title_challenge_buddy_level_best_plural": "Tornar-se melhor companheiro de Pokémon {{amount_0}} vezes", - "quest_title_challenge_buddy_level_best_single": "Tornar-se melhor companheiro de 1 Pokémon", - "quest_title_challenge_buddy_level_good_plural": "Tornar-se bom companheiro de Pokémon {{amount_0}} vezes", - "quest_title_challenge_buddy_level_good_single": "Tornar-se bom companheiro de 1 Pokémon", - "quest_title_challenge_buddy_level_great_plural": "Tornar-se grande companheiro de Pokémon {{amount_0}} vezes", - "quest_title_challenge_buddy_level_great_single": "Tornar-se grande companheiro de 1 Pokémon", - "quest_title_challenge_buddy_level_plural": "Aumentar o nível de companheiro de Pokémon {{amount_0}} vezes", - "quest_title_challenge_buddy_level_single": "Aumentar o nível de companheiro de 1 Pokémon", - "quest_title_challenge_buddy_level_ultra_plural": "Tornar-se ultra-companheiro de Pokémon {{amount_0}} vezes", - "quest_title_challenge_buddy_level_ultra_single": "Tornar-se ultra-companheiro de 1 Pokémon", - "quest_title_challenge_buddy_play_plural": "Brincar {{amount_0}} vezes com seu companheiro", - "quest_title_challenge_buddy_play_single": "Brinque com seu companheiro", - "quest_title_challenge_buddy_poi_plural": "Visitar um lugar interessante indicado pelo seu companheiro {{amount_0}} vezes", - "quest_title_challenge_buddy_poi_single": "Visitar um lugar interessante indicado pelo seu companheiro", - "quest_title_challenge_buddy_snapshot_plural": "Tirar {{amount_0}} fotos de seu companheiro", - "quest_title_challenge_buddy_snapshot_single": "Tirar 1 foto de seu companheiro", - "quest_title_challenge_buddy_treat_plural": "Dar {{amount_0}} guloseimas ao seu companheiro", - "quest_title_challenge_buddy_treat_single": "Dar 1 guloseima ao seu companheiro", - "quest_title_challenge_catch_legendary": "Pegar 1 Pokémon Lendário de uma descoberta extraordinária ou de um Reide.", - "quest_title_challenge_catch_unique_any": "Pegar {{amount_0}} espécies diferentes de Pokémon.", - "quest_title_challenge_snapshot_bidoof": "Tirar 1 foto de Bidoof.", - "quest_title_challenge_snapshot_dratini_singular": "Tirar 1 foto de Dratini.", - "quest_title_challenge_snapshot_eevee": "Tirar 1 foto de Eevee.", - "quest_title_challenge_snapshot_pkmn_bug": "Tirar {{amount_0}} fotos de Pokémon de tipo Inseto.", - "quest_title_challenge_snapshot_pkmn_bug_single": "Tirar uma foto de um Pokémon de tipo Inseto.", - "quest_title_challenge_snapshot_pkmn_dark": "Tirar {{amount_0}} fotos de Pokémon de tipo Sombrio.", - "quest_title_challenge_snapshot_pkmn_dark_single": "Tirar uma foto de um Pokémon de tipo Sombrio.", - "quest_title_challenge_snapshot_pkmn_dragon": "Tirar {{amount_0}} fotos de Pokémon de tipo Dragão.", - "quest_title_challenge_snapshot_pkmn_dragon_single": "Tirar uma foto de 1 Pokémon de tipo Dragão.", - "quest_title_challenge_snapshot_pkmn_electric": "Tirar {{amount_0}} fotos de Pokémon de tipo Elétrico.", - "quest_title_challenge_snapshot_pkmn_electric_single": "Tirar uma foto de um Pokémon de tipo Elétrico.", - "quest_title_challenge_snapshot_pkmn_fairy_single": "Tirar uma foto de um Pokémon de tipo Fada.", - "quest_title_challenge_snapshot_pkmn_fighting": "Tirar {{amount_0}} fotos de Pokémon de tipo Lutador.", - "quest_title_challenge_snapshot_pkmn_fighting_single": "Tirar uma foto de um Pokémon de tipo Lutador.", - "quest_title_challenge_snapshot_pkmn_fire": "Tirar {{amount_0}} fotos de Pokémon de tipo Fogo.", - "quest_title_challenge_snapshot_pkmn_fire_single": "Tirar 1 foto de um Pokémon de tipo Fogo.", - "quest_title_challenge_snapshot_pkmn_flying_single": "Tirar uma foto de um Pokémon de tipo Voador.", - "quest_title_challenge_snapshot_pkmn_ghost_single": "Tirar uma foto de um Pokémon de tipo Fantasma.", - "quest_title_challenge_snapshot_pkmn_grass_single": "Tirar uma foto de um Pokémon de tipo Planta.", - "quest_title_challenge_snapshot_pkmn_ground_single": "Tirar uma foto de um Pokémon de tipo Terrestre.", - "quest_title_challenge_snapshot_pkmn_ice_single": "Tirar uma foto de um Pokémon de tipo Gelo.", - "quest_title_challenge_snapshot_pkmn_normal_single": "Tirar uma foto de um Pokémon de tipo Normal.", - "quest_title_challenge_snapshot_pkmn_poison": "Tirar {{amount_0}} fotos de Pokémon de tipo Venenoso.", - "quest_title_challenge_snapshot_pkmn_poison_single": "Tirar uma foto de um Pokémon de tipo Venenoso.", - "quest_title_challenge_snapshot_pkmn_psychic_single": "Tirar uma foto de um Pokémon de tipo Psíquico.", - "quest_title_challenge_snapshot_pkmn_rock": "Tirar {{amount_0}} fotos de Pokémon de tipo Pedra.", - "quest_title_challenge_snapshot_pkmn_rock_single": "Tirar uma foto de um Pokémon de tipo Pedra.", - "quest_title_challenge_snapshot_pkmn_steel_single": "Tirar uma foto de um Pokémon de tipo Aço.", - "quest_title_challenge_snapshot_pkmn_water_single": "Tirar uma foto de um Pokémon de tipo Água.", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Tirar 1 foto de Blitzle selvagem.", - "quest_title_challenge_snapshot_wild_glameow_singular": "Tirar 1 foto de Glameow selvagem.", - "quest_title_geotarget_quest_description": "Escanear {{amount_0}}.", - "quest_title_quest_achieve_lvl_40": "Alcançar o nível 40.", - "quest_title_quest_adventure_effect_activate_plural": "Ativar 1 Efeito de Aventura {{amount_0}} vezes.", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Ativar Efeito de Aventura de Rugido do Tempo {{amount_0}} vezes.", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Ativar Efeito de Aventura de Rugido do Tempo.", - "quest_title_quest_adventure_effect_activate_singular": "Ativar 1 Efeito de Aventura.", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Ativar Efeito de Aventura de Laceração Espacial {{amount_0}} vezes.", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Ativar Efeito de Aventura de Laceração Espacial.", - "quest_title_quest_adventure_evolve_singular": "Semana Aventura: evoluir 1 Omanyte ou Kabuto.", - "quest_title_quest_adventure_hatch_egg_plural": "Semana Aventura: chocar {{amount_0}} ovos.", - "quest_title_quest_adventure_visit_pokestop_new_plural": "Semana Aventura: girar {{amount_0}} fotodiscos de Poképaradas que ainda não tenha visitado.", - "quest_title_quest_adventure_walk_buddy_plural": "Semana Aventura: ganhe {{amount_0}} doces caminhando com seu companheiro", - "quest_title_quest_adventure2019_catch_special33_plural": "Semana Aventura 2019: pegar {{amount_0}} Aron.", - "quest_title_quest_adventure2019_evolve_singular": "Semana Aventura 2019: evoluir 1 Lileep ou Anorith.", - "quest_title_quest_adventure2019_hatch_egg_plural": "Semana Aventura 2019: chocar {{amount_0}} Ovos.", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Semana Aventura 2019: girar {{amount_0}} fotodiscos de Poképaradas que ainda não tenha visitado.", - "quest_title_quest_adventure2019_visit_pokestop_plural": "Semana Aventura 2019: girar 25 fotodiscos de Poképaradas.", - "quest_title_quest_adventure2019_walk_buddy_plural": "Semana Aventura 2019: ganhar {{amount_0}} doces caminhando com seu companheiro.", - "quest_title_quest_alodude_catch": "Pegar {{amount_0}} Geodude de Alola.", - "quest_title_quest_alodude_evolve_a": "Evoluir {{amount_0}} Geodude de Alola.", - "quest_title_quest_alodude_evolve_b": "Evoluir {{amount_0}} Graveler de Alola.", - "quest_title_quest_alodude_snap": "Tirar {{amount_0}} fotos de Geodude de Alola.", - "quest_title_quest_at_catch_a": "Pegar {{amount_0}} Abra.", - "quest_title_quest_at_evolve_a": "Evoluir {{amount_0}} Abra.", - "quest_title_quest_at_evolve_k": "Evoluir {{amount_0}} Kadabra.", - "quest_title_quest_axew_catch_b": "Pegar {{amount_0}} Axew", - "quest_title_quest_axew_evolve_b": "Evoluir {{amount_0}} Axew", - "quest_title_quest_axew_snapshot_b": "Tirar 1 foto de {{amount_0}} Axew", - "quest_title_quest_azelf_wild_snap": "Tirar 1 foto de Azelf selvagem.", - "quest_title_quest_bagon_catch_b": "Pegar {{amount_0}} Bagon.", - "quest_title_quest_bagon_evolve_b_plural": "Evoluir {{amount_0}} Bagon.", - "quest_title_quest_bagon_evolve_b_singular": "Evoluir 1 Bagon.", - "quest_title_quest_bagon_snapshot_b": "Tirar 1 foto de {{amount_0}} Bagon.", - "quest_title_quest_battle_buddy_adventure_plural": "Batalhar contra outro Treinador junto de seu companheiro enquanto ele participa de sua aventura {{amount_0}} vezes.", - "quest_title_quest_battle_buddy_adventure_single": "Batalhar contra outro Treinador junto de seu companheiro enquanto ele participa de sua aventura.", - "quest_title_quest_battle_dangling_reward_toast": "Você deve completar sua batalha atual antes de começar uma nova batalha!", - "quest_title_quest_battle_error_toast": "Ocorreu um erro ao iniciar a batalha", - "quest_title_quest_battle_gbl_halloween_plural": "Batalhar na Copa de Dia das Bruxas {{amount_0}} vezes.", - "quest_title_quest_battle_gbl_halloween_win_plural": "Vencer {{amount_0}} Batalhas de Treinador na Copa de Dia das Bruxas.", - "quest_title_quest_battle_gbl_plural": "Batalhar na Liga de Batalha GO {{amount_0}} vezes.", - "quest_title_quest_battle_gbl_singular": "Batalhar na Liga de Batalha GO.", - "quest_title_quest_battle_gbl_win_plural": "Vencer {{amount_0}} Batalhas de Treinador na Liga de Batalha GO", - "quest_title_quest_battle_gbl_win_singular": "Vencer 1 Batalha de Treinador na Liga de Batalha GO", - "quest_title_quest_battle_great_plural": "Batalhar contra outro Treinador na Grande Liga {{amount_0}} vezes.", - "quest_title_quest_battle_great_win_plural": "Vencer {{amount_0}} Batalhas de Treinador na Grande Liga", - "quest_title_quest_battle_great_win_singular": "Vencer uma Batalha de Treinador na Grande Liga", - "quest_title_quest_battle_gym_plural": "Batalhar {{amount_0}} vezes em um Ginásio.", - "quest_title_quest_battle_gym_singular": "Batalhar em um Ginásio.", - "quest_title_quest_battle_master_win_plural": "Vencer {{amount_0}} Batalhas de Treinador na Liga Mestra", - "quest_title_quest_battle_master_win_singular": "Vencer uma Batalha de Treinador na Liga Mestra", - "quest_title_quest_battle_raid_plural": "Batalhar {{amount_0}} vezes em Reides.", - "quest_title_quest_battle_raid_singular": "Batalhar em 1 Reide.", - "quest_title_quest_battle_raid_with_friend_plural": "Batalhar em {{amount_0}} Reides com 1 amigo.", - "quest_title_quest_battle_raid_with_friend_singular": "Batalhar em 1 Reide com 1 amigo.", - "quest_title_quest_battle_supereffective_charge_plural": "Usar um ataque carregado supereficaz em {{amount_0}} batalhas.", - "quest_title_quest_battle_supereffective_charge_singular": "Usar um ataque carregado supereficaz em 1 batalha de Ginásio.", - "quest_title_quest_battle_team_rocket_plural": "Batalhar contra {{amount_0}} Recrutas da Equipe GO Rocket.", - "quest_title_quest_battle_team_rocket_singular": "Batalhar contra 1 Recruta da Equipe GO Rocket.", - "quest_title_quest_battle_ultra_win_plural": "Vencer {{amount_0}} Batalhas de Treinador na Ultra-liga", - "quest_title_quest_battle_ultra_win_singular": "Vencer uma Batalha de Treinador na Ultra-liga", - "quest_title_quest_battle19_catch_fighting_easy": "Pegar {{amount_0}} Pokémon de tipo Lutador.", - "quest_title_quest_battle19_catch_medium_pkmn": "Pegar {{amount_0}} Makuhita ou Meditite.", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Fazer {{amount_0}} excelentes jogadas seguidas.", - "quest_title_quest_battle19_raid_win_veryhard": "Vencer {{amount_0}} Reides.", - "quest_title_quest_battle19_supereffective_charge_hard": "Usar um ataque carregado supereficaz em {{amount_0}} batalhas de Ginásio.", - "quest_title_quest_battler_appears": "UM OPONENTE APARECEU!", - "quest_title_quest_beat_raid_10_minutes": "Vencer 1 Reide em menos de 10 minutos.", - "quest_title_quest_beat_raid_60_seconds": "Vencer 1 Reide em menos de 60 segundos.", - "quest_title_quest_beat_raid_singular_minutes": "Vencer 1 Reide em menos de {{amount_0}} minutos.", - "quest_title_quest_beat_raid_singular_seconds": "Vencer 1 Reide em menos de {{amount_0}} segundos.", - "quest_title_quest_begins19_catch_specific_plural": "Dia de Pokémon: Pegar {{amount_0}} Pidgey ou Rattata.", - "quest_title_quest_begins19_evolve_plural": "Dia de Pokémon: Evoluir 1 Meowth.", - "quest_title_quest_beldum_catch_b": "Pegar {{amount_0}} Beldum.", - "quest_title_quest_beldum_evolve_b_plural": "Evoluir {{amount_0}} Beldum.", - "quest_title_quest_beldum_evolve_b_singular": "Evoluir um Beldum.", - "quest_title_quest_bellsprout_catch_b": "Pegar {{amount_0}} Bellsprout.", - "quest_title_quest_bellsprout_evolve_b_plural": "Evoluir {{amount_0}} Bellsprout.", - "quest_title_quest_bellsprout_evolve_b_singular": "Evoluir 1 Bellsprout.", - "quest_title_quest_bellsprout_snapshot_b": "Tirar 1 foto de {{amount_0}} Bellsprout.", - "quest_title_quest_beluga_evolve_pkmn": "Let’s Go: evoluir {{amount_0}} Anorith.", - "quest_title_quest_beluga_excellent_singular": "Let's Go: fazer {{amount_0}} jogada excelente.", - "quest_title_quest_beluga_hatch_plural": "Let’s Go: chocar {{amount_0}} Ovos.", - "quest_title_quest_best_buddy_bronze": "Ter 1 melhor companheiro.", - "quest_title_quest_best_buddy_silver": "Ter 10 melhores companheiros.", - "quest_title_quest_bounsweet_catch_b": "Pegar {{amount_0}} Bounsweet.", - "quest_title_quest_bounsweet_evolve_b_plural": "Evoluir {{amount_0}} Bounsweet.", - "quest_title_quest_bounsweet_evolve_b_singular": "Evoluir 1 Bounsweet.", - "quest_title_quest_braixen_evolve_b": "Evoluir {{amount_0}} Braixen.", - "quest_title_quest_breakthrough_completed": "Pesquisa de campo completada!", - "quest_title_quest_breakthrough_reward_mystery": "Itens secretos", - "quest_title_quest_breakthrough_reward_stardust": "Poeira Estelar", - "quest_title_quest_brionne_evolve_b_plural": "Evoluir {{amount_0}} Brionne.", - "quest_title_quest_brionne_evolve_b_singular": "Evoluir 1 Brionne.", - "quest_title_quest_buddy_affection_days": "Ganhar 1 coração com o seu companheiro em {{amount_0}} dias diferentes.", - "quest_title_quest_buddy_affection_days_in_a_row": "Ganhar 1 coração com seu companheiro {{amount_0}} dias seguidos.", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Batalhar contra outro Treinador junto de seu companheiro enquanto ele participa de sua aventura {{amount_0}} vezes.", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "Batalhar contra outro Treinador junto de seu companheiro enquanto ele participa de sua aventura.", - "quest_title_quest_buddy_souvenir_plural": "Receber {{amount_0}} lembrancinhas do seu companheiro", - "quest_title_quest_buddy_souvenir_singular": "Receber uma lembrancinha do seu companheiro", - "quest_title_quest_buddy_walk_km_plural": "Caminhar {{amount_0}} km com seu companheiro", - "quest_title_quest_bulbt_catch_b": "Pegar {{amount_0}} Bulbasaur.", - "quest_title_quest_bulbt_evolve_b": "Evoluir {{amount_0}} Bulbasaur.", - "quest_title_quest_bulbt_evolve_s1": "Evoluir {{amount_0}} Ivysaur.", - "quest_title_quest_cacnea_catch": "Pegar {{amount_0}} Cacnea.", - "quest_title_quest_catch_151": "Pegar 151 Pokémon.", - "quest_title_quest_catch_b_types_plural": "Pegar {{amount_0}} Pokémon de tipo Elétrico, Normal ou Venenoso.", - "quest_title_quest_catch_basic_types_plural": "Pegar {{amount_0}} Pokémon de tipo Planta, Água ou Fogo.", - "quest_title_quest_catch_berry_any_drifloon": "Usar {{amount_0}} Frutas para ajudar a pegar Drifloon.", - "quest_title_quest_catch_berry_nanab_drifloon": "Usar {{amount_0}} Frutas Anaba para ajudar a pegar Drifloon.", - "quest_title_quest_catch_berry_pinap": "Usar {{amount_0}} Frutas Caxí para ajudar a pegar Pokémon.", - "quest_title_quest_catch_berry_razz": "Usar {{amount_0}} Frutas Frambo para ajudar a pegar Pokémon.", - "quest_title_quest_catch_berry_razz_drifloon": "Usar {{amount_0}} Frutas Frambo para ajudar a pegar Drifloon.", - "quest_title_quest_catch_bronzor_plural": "Pegar {{amount_0}} Bronzor.", - "quest_title_quest_catch_c_types_plural": "Pegar {{amount_0}} Pokémon de tipo Voador, Psíquico ou Sombrio.", - "quest_title_quest_catch_carbink_singular": "Pegar um Carbink.", - "quest_title_quest_catch_celebi_types_plural": "Pegar {{amount_0}} Pokémon de tipo Planta ou Psíquico.", - "quest_title_quest_catch_costumed_plural": "Pegar {{amount_0}} Eevee usando uma coroa de sol ou coroa de lua.", - "quest_title_quest_catch_crabrawler_plural": "Pegar {{amount_0}} Crabrawler.", - "quest_title_quest_catch_dark_type_plural": "Pegar {{amount_0}} Pokémon de tipo Sombrio.", - "quest_title_quest_catch_darumaka_plural": "Pegar {{amount_0}} Darumaka.", - "quest_title_quest_catch_daysinarow": "Pegar 1 Pokémon {{amount_0}} dias seguidos.", - "quest_title_quest_catch_dialga": "Pegar Dialga.", - "quest_title_quest_catch_drifloon": "Pegar {{amount_0}} Drifloon.", - "quest_title_quest_catch_ducklett_plural": "Pegar {{amount_0}} Ducklett.", - "quest_title_quest_catch_ducklett_singular": "Pegar 1 Ducklett.", - "quest_title_quest_catch_emolga_plural": "Pegar {{amount_0}} Emolga.", - "quest_title_quest_catch_excellent_curve_drifloon": "Pegar {{amount_0}} Drifloon com excelentes bolas curvas.", - "quest_title_quest_catch_excellent_with_berry_drifloon": "Pegar {{amount_0}} Drifloon com excelentes jogadas após alimentá-los com Frutas.", - "quest_title_quest_catch_feed_plural": "Usar {{amount_0}} Frutas para ajudar a pegar Pokémon.", - "quest_title_quest_catch_feed_singular": "Usar 1 Fruta para ajudar a pegar um Pokémon.", - "quest_title_quest_catch_furfou_singular": "Pegar 1 Furfrou.", - "quest_title_quest_catch_groudon_primal_boosted_types": "Pegar {{amount_0}} Pokémon de tipo Fogo, Planta ou Terrestre.", - "quest_title_quest_catch_groudon_type": "Pegar {{amount_0}} Pokémon de tipo Fogo, Planta ou Terrestre.", - "quest_title_quest_catch_hoenn_pokemon": "Pegar {{amount_0}} Pokémon originalmente descobertos na região de Hoenn.", - "quest_title_quest_catch_in_day_plural": "Pegar {{amount_0}} Pokémon em um único dia", - "quest_title_quest_catch_jan21_hoenn1_plural": "Pegar {{amount_0}} Groudon.", - "quest_title_quest_catch_jan21_hoenn2_plural": "Pegar {{amount_0}} Kyogre.", - "quest_title_quest_catch_johto_pokemon": "Pegar {{amount_0}} Pokémon originalmente descobertos na região de Johto.", - "quest_title_quest_catch_kanto_pokemon": "Pegar {{amount_0}} Pokémon originalmente descobertos na região de Kanto.", - "quest_title_quest_catch_kyogre_primal_boosted_types": "Pegar {{amount_0}} Pokémon de tipo Água, Elétrico ou Inseto.", - "quest_title_quest_catch_kyogre_type": "Pegar {{amount_0}} Pokémon de tipo Água, Elétrico ou Inseto.", - "quest_title_quest_catch_legendary_inarow_plural": "Pegar os próximos {{amount_0}} Pokémon Lendários ou Míticos que você encontrar.", - "quest_title_quest_catch_legendary_plural": "Pegar {{amount_0}} Pokémon Lendários ou Míticos", - "quest_title_quest_catch_legendary_singular": "Pegar um Pokémon Lendário ou Mítico", - "quest_title_quest_catch_lunatone_plural": "Pegar {{amount_0}} Lunatone.", - "quest_title_quest_catch_luvdisc": "Pegar {{amount_0}} Luvdisc.", - "quest_title_quest_catch_misc_01_types_plural": "Pegar {{amount_0}} Pokémon de tipo Normal, Água ou Gelo.", - "quest_title_quest_catch_nymble_plural": "Pegar {{amount_0}} Nymble.", - "quest_title_quest_catch_palkia": "Pegar Palkia.", - "quest_title_quest_catch_pikachu_plural": "Pegar {{amount_0}} Pikachu.", - "quest_title_quest_catch_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon.", - "quest_title_quest_catch_pokemon_dai_plural": "Usar Incenso de Aventura Diário para ajudar a pegar {{amount_0}} Pokémon.", - "quest_title_quest_catch_pokemon_days": "Pegar 1 Pokémon em {{amount_0}} dias diferentes.", - "quest_title_quest_catch_pokemon_great_ball_plural": "Pegar {{amount_0}} Pokémon com Grandes Bolas.", - "quest_title_quest_catch_pokemon_great_ball_singular": "Pegar 1 Pokémon com uma Grande Bola.", - "quest_title_quest_catch_pokemon_legendary_plural": "Pegar {{amount_0}} Pokémon Lendários.", - "quest_title_quest_catch_pokemon_legendary_singular": "Pegar 1 Pokémon Lendário.", - "quest_title_quest_catch_pokemon_party_plural": "Pegar {{amount_0}} Pokémon enquanto estiver em um grupo.", - "quest_title_quest_catch_pokemon_plural": "Pegar {{amount_0}} Pokémon.", - "quest_title_quest_catch_pokemon_poke_ball_plural": "Pegar {{amount_0}} Pokémon com Poké Bolas.", - "quest_title_quest_catch_pokemon_poke_ball_singular": "Pegar 1 Pokémon com uma Poké Bola.", - "quest_title_quest_catch_pokemon_routes_plural": "Pegar {{amount_0}} Pokémon seguindo Rotas", - "quest_title_quest_catch_pokemon_routes_singular": "Pegar 1 Pokémon seguindo uma Rota", - "quest_title_quest_catch_pokemon_singular": "Pegar 1 Pokémon.", - "quest_title_quest_catch_pokemon_task": "Pegar Pokémon.", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "Pegar {{amount_0}} Pokémon com Ultra Bolas.", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "Pegar 1 Pokémon com uma Ultra Bola.", - "quest_title_quest_catch_psychic_steel": "Pegar {{amount_0}} Pokémon de tipo Psíquico ou Aço.", - "quest_title_quest_catch_raid_regi_any": "Pegar 1 Regirock, Regice ou Registeel de um Reide.", - "quest_title_quest_catch_raid_regi_ice": "Pegar 1 Regice de um Reide.", - "quest_title_quest_catch_raid_regi_rock": "Pegar 1 Regirock de um Reide.", - "quest_title_quest_catch_raid_regi_steel": "Pegar 1 Registeel de um Reide.", - "quest_title_quest_catch_rayquaza_type": "Pegar {{amount_0}} Pokémon de tipo Voador, Psíquico ou Dragão.", - "quest_title_quest_catch_sinnoh_pokemon": "Pegar {{amount_0}} Pokémon originalmente descobertos na região de Sinnoh.", - "quest_title_quest_catch_sinnoh_pokemon_singular": "Pegar 1 Pokémon originalmente descoberto na região de Sinnoh.", - "quest_title_quest_catch_solrock_plural": "Pegar {{amount_0}} Solrock.", - "quest_title_quest_catch_special_aerodactyl": "Pegar 1 Aerodactyl.", - "quest_title_quest_catch_special_bidoof": "Pegar {{amount_0}} Bidoof.", - "quest_title_quest_catch_special_chespin": "Pegar 1 Chespin.", - "quest_title_quest_catch_special_cottonee": "Pegar {{amount_0}} Cottonee.", - "quest_title_quest_catch_special_cubone": "Pegar 1 Cubone.", - "quest_title_quest_catch_special_exeggcute": "Pegar {{amount_0}} Exeggcute.", - "quest_title_quest_catch_special_fennekin": "Pegar 1 Fennekin.", - "quest_title_quest_catch_special_fletchling": "Pegar 1 Fletchling.", - "quest_title_quest_catch_special_froakie": "Pegar 1 Froakie.", - "quest_title_quest_catch_special_furfrou": "Pegar 1 Furfrou.", - "quest_title_quest_catch_special_jirachi": "Pegue Jirachi!", - "quest_title_quest_catch_special_lieep_anorithl": "Pegar {{amount_0}} Lileep ou Anorith.", - "quest_title_quest_catch_special_litleo": "Pegar 1 Litleo.", - "quest_title_quest_catch_special_mew": "Pegue Mew!", - "quest_title_quest_catch_special_natu": "Pegar {{amount_0}} Natu.", - "quest_title_quest_catch_special_omanyte_kabuto": "Pegar {{amount_0}} Omanyte ou Kabuto.", - "quest_title_quest_catch_special_pumpkaboo": "Pegar {{amount_0}} Pumpkaboo.", - "quest_title_quest_catch_special_slugma_gulpin": "Pegar {{amount_0}} Slugma ou Gulpin.", - "quest_title_quest_catch_special_voltorb": "Pegar {{amount_0}} Voltorb.", - "quest_title_quest_catch_special0_plural": "Pegar {{amount_0}} Ditto.", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: pegar os {{amount_0}} Pokémon na lista do evento.", - "quest_title_quest_catch_special0_singular": "Pegar 1 Ditto.", - "quest_title_quest_catch_special1_plural": "Pegar {{amount_0}} Oddish ou Bellsprout.", - "quest_title_quest_catch_special1_singular": "Pegar 1 Oddish ou Bellsprout.", - "quest_title_quest_catch_special2_plural": "Pegar {{amount_0}} Swablu.", - "quest_title_quest_catch_special2_singular": "Pegar 1 Swablu.", - "quest_title_quest_catch_special3_plural": "Pegar {{amount_0}} Pidgey ou Murkrow.", - "quest_title_quest_catch_special3_singular": "Pegar 1 Pidgey ou Murkrow.", - "quest_title_quest_catch_special4_plural": "Pegar {{amount_0}} Treecko ou Mudkip.", - "quest_title_quest_catch_special4_singular": "Pegar 1 Treecko ou Mudkip.", - "quest_title_quest_catch_special5_plural": "Pegar {{amount_0}} Meowth ou Skitty.", - "quest_title_quest_catch_special5_singular": "Pegar 1 Meowth ou Skitty.", - "quest_title_quest_catch_special6_plural": "Pegar {{amount_0}} Mareep.", - "quest_title_quest_catch_special7_plural": "Pegar {{amount_0}} Charmander.", - "quest_title_quest_catch_special8_plural": "Pegar {{amount_0}} Larvitar.", - "quest_title_quest_catch_special9_plural": "Pegar {{amount_0}} Unown.", - "quest_title_quest_catch_special10_plural": "Pegar {{amount_0}} Plusle.", - "quest_title_quest_catch_special11_plural": "Pegar {{amount_0}} Minun.", - "quest_title_quest_catch_special12_plural": "Pegar {{amount_0}} Squirtle.", - "quest_title_quest_catch_special13_plural": "Pegar {{amount_0}} Roselia.", - "quest_title_quest_catch_special14_singular": "Pegar 1 Meowth ou Growlithe.", - "quest_title_quest_catch_special15_singular": "Pegar 1 Snubbull ou Poochyena.", - "quest_title_quest_catch_special16_singular": "Pegar 1 Skitty ou Poochyena.", - "quest_title_quest_catch_special17_plural": "Pegar {{amount_0}} Eevee.", - "quest_title_quest_catch_special18_plural": "Pegar {{amount_0}} Beldum.", - "quest_title_quest_catch_special19_plural": "Pegar {{amount_0}} Slakoth.", - "quest_title_quest_catch_special20_plural": "Pegar {{amount_0}} Ralts.", - "quest_title_quest_catch_special21_singular": "Pegar 1 Rattata ou Pikachu.", - "quest_title_quest_catch_special22_plural": "Pegar {{amount_0}} Chikorita.", - "quest_title_quest_catch_special23_plural": "Pegar {{amount_0}} Cyndaquil.", - "quest_title_quest_catch_special24_plural": "Pegar {{amount_0}} Totodile.", - "quest_title_quest_catch_special25_plural": "Pegar {{amount_0}} Swinub.", - "quest_title_quest_catch_special26_plural": "Pegar {{amount_0}} Treecko.", - "quest_title_quest_catch_special27_plural": "Pegar {{amount_0}} Bagon.", - "quest_title_quest_catch_special28_plural": "Pegar {{amount_0}} Torchic.", - "quest_title_quest_catch_special29_plural": "Pegar {{amount_0}} Mudkip.", - "quest_title_quest_catch_special31_plural": "Pegar {{amount_0}} Turtwig.", - "quest_title_quest_catch_special33_plural": "Pegar {{amount_0}} Trapinch.", - "quest_title_quest_catch_special34_plural": "Pegar {{amount_0}} Chimchar.", - "quest_title_quest_catch_special35_plural": "Pegar {{amount_0}} Piplup.", - "quest_title_quest_catch_special36_plural": "Pegar {{amount_0}} Rhyhorn.", - "quest_title_quest_catch_special37_plural": "Pegar {{amount_0}} Machop.", - "quest_title_quest_catch_special38_plural": "Pegar {{amount_0}} Vulpix.", - "quest_title_quest_catch_special39_plural": "Pegar {{amount_0}} Dratini.", - "quest_title_quest_catch_special40_plural": "Pegar {{amount_0}} Abra.", - "quest_title_quest_catch_special41_plural": "Pegar {{amount_0}} Spheal.", - "quest_title_quest_catch_special42_plural": "Pegar {{amount_0}} Weedle.", - "quest_title_quest_catch_special43_plural": "Pegar {{amount_0}} Starly.", - "quest_title_quest_catch_special44_plural": "Pegar {{amount_0}} Seedot.", - "quest_title_quest_catch_special45_plural": "Pegar {{amount_0}} Grimer.", - "quest_title_quest_catch_special46_plural": "Pegar {{amount_0}} Porygon.", - "quest_title_quest_catch_staryu_plural": "Pegar {{amount_0}} Staryu.", - "quest_title_quest_catch_stufful_pinap_plural": "Usar {{amount_0}} Frutas Caxí para ajudar a pegar Pokémon.", - "quest_title_quest_catch_stufful_pinap_singular": "Usar 1 Fruta Caxí para ajudar a pegar um Pokémon.", - "quest_title_quest_catch_stufful_razz_plural": "Usar {{amount_0}} Frutas Frambo para ajudar a pegar Pokémon.", - "quest_title_quest_catch_stufful_razz_singular": "Usar 1 Fruta Frambo para ajudar a pegar um Pokémon.", - "quest_title_quest_catch_transform_pokemon_plural": "Pegar {{amount_0}} Pokémon Transformação.", - "quest_title_quest_catch_trubbish_plural": "Pegar {{amount_0}} Trubbish.", - "quest_title_quest_catch_type_bug_plural": "Pegar {{amount_0}} Pokémon de tipo Inseto.", - "quest_title_quest_catch_type_bug_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Inseto.", - "quest_title_quest_catch_type_bug_singular": "Pegar 1 Pokémon de tipo Inseto.", - "quest_title_quest_catch_type_buzzwole": "Pegar um Pokémon que compartilhe o mesmo tipo de Buzzwole.", - "quest_title_quest_catch_type_buzzwole_effective": "Pegar um Pokémon de um tipo que Buzzwole possui fraqueza contra.", - "quest_title_quest_catch_type_buzzwole_plural": "Pegar {{amount_0}} Pokémon que compartilhem o mesmo tipo de Buzzwole.", - "quest_title_quest_catch_type_celesteela_effective": "Pegar um Pokémon de um tipo que Celesteela possui fraqueza contra.", - "quest_title_quest_catch_type_dark_plural": "Pegar {{amount_0}} Pokémon de tipo Sombrio.", - "quest_title_quest_catch_type_dark_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Sombrio.", - "quest_title_quest_catch_type_dark_singular": "Pegar 1 Pokémon de tipo Sombrio.", - "quest_title_quest_catch_type_dragon_normal_plural": "Pegar {{amount_0}} Pokémon de tipo Normal ou Dragão.", - "quest_title_quest_catch_type_dragon_plural": "Pegar {{amount_0}} Pokémon de tipo Dragão.", - "quest_title_quest_catch_type_dragon_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Dragão", - "quest_title_quest_catch_type_dragon_singular": "Pegar 1 Pokémon de tipo Dragão.", - "quest_title_quest_catch_type_electric_flying_plural": "Pegar {{amount_0}} Pokémon de tipo Elétrico ou Voador.", - "quest_title_quest_catch_type_electric_plural": "Pegar {{amount_0}} Pokémon de tipo Elétrico.", - "quest_title_quest_catch_type_electric_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Elétrico.", - "quest_title_quest_catch_type_electric_singular": "Pegar 1 Pokémon de tipo Elétrico.", - "quest_title_quest_catch_type_fairy_plural": "Pegar {{amount_0}} Pokémon de tipo Fada.", - "quest_title_quest_catch_type_fairy_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Fada.", - "quest_title_quest_catch_type_fairy_singular": "Pegar 1 Pokémon de tipo Fada.", - "quest_title_quest_catch_type_fighting_plural": "Pegar {{amount_0}} Pokémon de tipo Lutador.", - "quest_title_quest_catch_type_fighting_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Luta", - "quest_title_quest_catch_type_fighting_singular": "Pegar 1 Pokémon de tipo Lutador.", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Pegar {{amount_0}} Pokémon de tipo Fogo ou Sombrio.", - "quest_title_quest_catch_type_fire_plural": "Pegar {{amount_0}} Pokémon de tipo Fogo.", - "quest_title_quest_catch_type_fire_singular": "Pegar 1 Pokémon de tipo Fogo.", - "quest_title_quest_catch_type_flying_plural": "Pegar {{amount_0}} Pokémon de tipo Voador.", - "quest_title_quest_catch_type_flying_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Voador.", - "quest_title_quest_catch_type_flying_singular": "Pegar 1 Pokémon de tipo Voador.", - "quest_title_quest_catch_type_ghost_dark_plural": "Pegar {{amount_0}} Pokémon de tipo Fantasma ou Sombrio", - "quest_title_quest_catch_type_ghost_plural": "Pegar {{amount_0}} Pokémon de tipo Fantasma.", - "quest_title_quest_catch_type_ghost_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Fantasma.", - "quest_title_quest_catch_type_ghost_singular": "Pegar 1 Pokémon de tipo Fantasma.", - "quest_title_quest_catch_type_grass_bug_plural": "Pegar {{amount_0}} Pokémon de tipo Planta ou Inseto.", - "quest_title_quest_catch_type_grass_plural": "Pegar {{amount_0}} Pokémon de tipo Planta.", - "quest_title_quest_catch_type_grass_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Planta.", - "quest_title_quest_catch_type_grass_poison_plural": "Pegar {{amount_0}} Pokémon de tipo Planta ou Venenoso.", - "quest_title_quest_catch_type_grass_singular": "Pegar 1 Pokémon de tipo Planta.", - "quest_title_quest_catch_type_ground_plural": "Pegar {{amount_0}} Pokémon de tipo Terrestre.", - "quest_title_quest_catch_type_ground_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Terrestre.", - "quest_title_quest_catch_type_ground_singular": "Pegar 1 Pokémon de tipo Terrestre.", - "quest_title_quest_catch_type_guzzlord_effective": "Pegar um Pokémon de um tipo que Guzzlord possui fraqueza contra.", - "quest_title_quest_catch_type_ice_grass_plural_unique": "Pegar {{amount_0}} Pokémon de tipo Planta ou Gelo.", - "quest_title_quest_catch_type_ice_plural": "Pegar {{amount_0}} Pokémon de tipo Gelo.", - "quest_title_quest_catch_type_ice_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Gelo.", - "quest_title_quest_catch_type_ice_singular": "Pegar 1 Pokémon de tipo Gelo.", - "quest_title_quest_catch_type_kartana_effective": "Pegar um Pokémon de um tipo que Kartana possui fraqueza contra.", - "quest_title_quest_catch_type_nihilego": "Pegar um Pokémon que compartilhe o mesmo tipo de Nihilego.", - "quest_title_quest_catch_type_nihilego_effective": "Pegar um Pokémon de um tipo que Nihilego possui fraqueza contra.", - "quest_title_quest_catch_type_nihilego_plural": "Pegar {{amount_0}} Pokémon que compartilhem o mesmo tipo de Nihilego.", - "quest_title_quest_catch_type_normal_plural": "Pegar {{amount_0}} Pokémon de tipo Normal.", - "quest_title_quest_catch_type_normal_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Normal.", - "quest_title_quest_catch_type_normal_singular": "Pegar 1 Pokémon de tipo Normal.", - "quest_title_quest_catch_type_pheremosa_effective": "Pegar um Pokémon de um tipo que Pheromosa possui fraqueza contra.", - "quest_title_quest_catch_type_pheromosa": "Pegar um Pokémon que compartilhe o mesmo tipo de Pheromosa.", - "quest_title_quest_catch_type_pheromosa_plural": "Pegar {{amount_0}} Pokémon que compartilhem o mesmo tipo de Pheromosa.", - "quest_title_quest_catch_type_poison_plural": "Pegar {{amount_0}} Pokémon de tipo Venenoso.", - "quest_title_quest_catch_type_poison_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Venenoso", - "quest_title_quest_catch_type_poison_singular": "Pegar 1 Pokémon de tipo Venenoso.", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "Pegar {{amount_0}} Pokémon de tipo Psíquico ou Lutador.", - "quest_title_quest_catch_type_psychic_plural": "Pegar {{amount_0}} Pokémon de tipo Psíquico.", - "quest_title_quest_catch_type_psychic_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Psíquico.", - "quest_title_quest_catch_type_psychic_singular": "Pegar 1 Pokémon de tipo Psíquico.", - "quest_title_quest_catch_type_rock_plural": "Pegar {{amount_0}} Pokémon de tipo Pedra.", - "quest_title_quest_catch_type_rock_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Pedra", - "quest_title_quest_catch_type_rock_singular": "Pegar 1 Pokémon de tipo Pedra.", - "quest_title_quest_catch_type_shaymin": "Pegar um Pokémon que compartilhe o mesmo tipo de Shaymin.", - "quest_title_quest_catch_type_shaymin_plural": "Pegar {{amount_0}} Pokémon que compartilhem o mesmo tipo de Shaymin.", - "quest_title_quest_catch_type_steel_plural": "Pegar {{amount_0}} Pokémon de tipo Aço.", - "quest_title_quest_catch_type_steel_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Aço.", - "quest_title_quest_catch_type_steel_singular": "Pegar 1 Pokémon de tipo Aço.", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Pegar {{amount_0}} Pokémon de tipo Fogo, Água ou Elétrico.", - "quest_title_quest_catch_type_water_flying_plural": "Pegar {{amount_0}} Pokémon de tipo Água ou Voador.", - "quest_title_quest_catch_type_water_ground_plural": "Pegar {{amount_0}} Pokémon de tipo Água ou Terrestre.", - "quest_title_quest_catch_type_water_plural": "Pegar {{amount_0}} Pokémon de tipo Água.", - "quest_title_quest_catch_type_water_plural_unique": "Pegar {{amount_0}} espécies diferentes de Pokémon de tipo Água.", - "quest_title_quest_catch_type_water_singular": "Pegar 1 Pokémon de tipo Água.", - "quest_title_quest_catch_type_xurkitree": "Pegar um Pokémon que compartilhe o mesmo tipo de Xurkitree.", - "quest_title_quest_catch_type_xurkitree_effective": "Pegar um Pokémon de um tipo que Xurkitree possui fraqueza contra.", - "quest_title_quest_catch_type_xurkitree_plural": "Pegar {{amount_0}} Pokémon que compartilhem o mesmo tipo de Xurkitree.", - "quest_title_quest_catch_types_rainy_plural": "Pegar {{amount_0}} Pokémon de tipo Água, Elétrico ou Inseto.", - "quest_title_quest_catch_types_rainy_singular": "Pegar 1 Pokémon de tipo Água, Elétrico ou Inseto.", - "quest_title_quest_catch_types_snowy_plural": "Pegar {{amount_0}} Pokémon de tipo Gelo ou Aço.", - "quest_title_quest_catch_types_snowy_singular": "Pegar 1 Pokémon de tipo Gelo ou Aço.", - "quest_title_quest_catch_types_sunny_plural": "Pegar {{amount_0}} Pokémon de tipo Planta, Fogo ou Terrestre.", - "quest_title_quest_catch_types_sunny_singular": "Pegar 1 Pokémon de tipo Planta, Fogo ou Terrestre.", - "quest_title_quest_catch_types_windy_plural": "Pegar {{amount_0}} Pokémon de tipo Voador, Psíquico ou Dragão.", - "quest_title_quest_catch_types_windy_singular": "Pegar 1 Pokémon de tipo Voador, Psíquico ou Dragão.", - "quest_title_quest_catch_weather_boost_plural": "Pegar {{amount_0}} Pokémon com fortalecimento de clima.", - "quest_title_quest_catch_weather_boost_singular": "Pegar 1 Pokémon com fortalecimento de clima.", - "quest_title_quest_catch_whismur": "Pegar {{amount_0}} Whismur.", - "quest_title_quest_challenge_party_power_plural": "Usar Poder de Grupo {{amount_0}} vezes em Batalhas de Reide", - "quest_title_quest_challenge_party_power_singular": "Usar Poder de Grupo em uma Batalha de Reide", - "quest_title_quest_change_form_furfrou": "Mudar o corte de 1 Furfrou.", - "quest_title_quest_change_form_plural": "Mudar a forma de {{amount_0}} Pokémon.", - "quest_title_quest_change_form_singular": "Mudar a forma de 1 Pokémon.", - "quest_title_quest_chansey_catch_b": "Pegar {{amount_0}} Chansey.", - "quest_title_quest_chansey_evolve_b_plural": "Evoluir {{amount_0}} Chansey.", - "quest_title_quest_chansey_evolve_b_singular": "Evoluir uma Chansey.", - "quest_title_quest_chansey_snapshot_b": "Tirar 1 foto de {{amount_0}} Chansey.", - "quest_title_quest_charge_attack_party_plural": "Usar {{amount_0}} ataques carregados enquanto estiver em um grupo.", - "quest_title_quest_charge_attack_party_singular": "Usar 1 ataque carregado enquanto estiver em um grupo.", - "quest_title_quest_charged_attack_plural": "Usar {{amount_0}} ataques carregados", - "quest_title_quest_charjabug_evolve_b": "Evoluir {{amount_0}} Charjabug", - "quest_title_quest_chart_catch_b": "Pegar {{amount_0}} Charmander.", - "quest_title_quest_chart_catch_s1": "Pegar {{amount_0}} Charmeleon.", - "quest_title_quest_chart_evolve_b": "Evoluir {{amount_0}} Charmander.", - "quest_title_quest_chart_evolve_s1": "Evoluir {{amount_0}} Charmeleon.", - "quest_title_quest_chespin_catch_b": "Pegar {{amount_0}} Chespin.", - "quest_title_quest_chespin_evolve_b": "Evoluir {{amount_0}} Chespin.", - "quest_title_quest_chespin_snapshot_b": "Tirar 1 foto de {{amount_0}} Chespin.", - "quest_title_quest_crocalor_evolve_b": "Evoluir 1 Crocalor.", - "quest_title_quest_cyndaquil_catch_b": "Pegar {{amount_0}} Cyndaquil.", - "quest_title_quest_cyndaquil_evolve_b_plural": "Evoluir {{amount_0}} Cyndaquil.", - "quest_title_quest_cyndaquil_evolve_b_singular": "Evoluir 1 Cyndaquil.", - "quest_title_quest_dartrix_evolve_b_plural": "Evoluir {{amount_0}} Dartrix.", - "quest_title_quest_dartrix_evolve_b_singular": "Evoluir {{amount_0}} Dartrix.", - "quest_title_quest_dec2021_catch_b": "Pegar {{amount_0}} Pokémon que foram destaque nos Dias Comunitários de 2021.", - "quest_title_quest_dec2022_catch_b": "Pegar {{amount_0}} Pokémon em destaque durante o Dia Comunitário de dezembro de 2022,", - "quest_title_quest_dec2023_catch_b": "Pegar {{amount_0}} Pokémon que foram destaque nos Dias Comunitários de 2023.", - "quest_title_quest_defeat_jessie_james_plural": "Derrotar Jessie ou James {{amount_0}} vezes.", - "quest_title_quest_defeat_rocket": "Derrotar {{amount_0}} membros da Equipe GO Rocket.", - "quest_title_quest_defeat_rocket_leader_2500": "Derrotar um Líder da Equipe GO Rocket {{amount_0}} vezes usando Pokémon com 2,500 PC ou menos.", - "quest_title_quest_defeat_rocket_singular": "Derrotar 1 membro da Equipe GO Rocket.", - "quest_title_quest_deino_catch": "Pegar {{amount_0}} Deino.", - "quest_title_quest_deino_evolve_a": "Evoluir {{amount_0}} Deino.", - "quest_title_quest_deino_evolve_b": "Evoluir {{amount_0}} Deino ou Zweilous.", - "quest_title_quest_deino_snap": "Tirar 1 foto de {{amount_0}} Deino.", - "quest_title_quest_dragonair_evolve_b": "Evoluir {{amount_0}} Dragonair.", - "quest_title_quest_dratini_cdc_catch_b": "Pegar {{amount_0}} Dratini.", - "quest_title_quest_dratini_cdc_evolve_b": "Evoluir {{amount_0}} Dratini.", - "quest_title_quest_dratini_cdc_snapshot_b": "Tirar 1 foto de {{amount_0}} Dratini.", - "quest_title_quest_drizzle_evolve": "Evoluir 1 Drizzle.", - "quest_title_quest_dude_catch": "Pegar {{amount_0}} Geodude.", - "quest_title_quest_dude_evolve_a": "Evoluir {{amount_0}} Geodude.", - "quest_title_quest_dude_evolve_b": "Evoluir {{amount_0}} Graveler.", - "quest_title_quest_dude_snap": "Tirar {{amount_0}} fotos de Geodude.", - "quest_title_quest_duskt_catch_b": "Pegar {{amount_0}} Duskull.", - "quest_title_quest_duskt_evolve_b": "Evoluir {{amount_0}} Duskull.", - "quest_title_quest_duskt_evolve_s1": "Evoluir {{amount_0}} Dusclops.", - "quest_title_quest_earn_buddy_ribbon_plural": "Ganhar {{amount_0}} fitas de melhor companheiro com seus Pokémon.", - "quest_title_quest_eelektrik_evolve_b_plural": "Evoluir {{amount_0}} Eelektrik.", - "quest_title_quest_eelektrik_evolve_b_singular": "Evoluir 1 Eelektrik.", - "quest_title_quest_eevee_evolve_plural": "Evoluir Eevee para cada uma de suas Evoluções.", - "quest_title_quest_eevet_catch_b": "Pegar {{amount_0}} Eevee.", - "quest_title_quest_eevet_evolve_b": "Evoluir {{amount_0}} Eevee.", - "quest_title_quest_elect_catch_b": "Pegar {{amount_0}} Electabuzz.", - "quest_title_quest_elect_evolve_b": "Evoluir {{amount_0}} Electabuzz.", - "quest_title_quest_elite_raid_victory_plural": "Vencer {{amount_0}} Reides de Elite.", - "quest_title_quest_elite_raid_victory_singular": "Vencer 1 Reide de Elite.", - "quest_title_quest_elite4_a": "Derrote o GO Tour Elite dos Quatro: Treinador Platô", - "quest_title_quest_elite4_b": "Derrote o GO Tour Elite dos Quatro: Treinador Caverna", - "quest_title_quest_elite4_c": "Derrote o GO Tour Elite dos Quatro: Treinador Oceano", - "quest_title_quest_elite4_d": "Derrote o GO Tour Elite dos Quatro: Treinador Savana", - "quest_title_quest_elrd22_april16_battle": "Pesquisa de Exeggcute: batalhar em 1 Ginásio.", - "quest_title_quest_elrd22_april16_berries": "Pesquisa de Exeggcute: usar 3 Frutas para ajudar a pegar Pokémon.", - "quest_title_quest_elrd22_april16_catch_grass": "Pesquisa de Exeggcute: pegar 3 Pokémon de tipo Planta.", - "quest_title_quest_elrd22_april16_charged_move": "Pesquisa de Exeggcute: usar 1 ataque carregado supereficaz.", - "quest_title_quest_elrd22_april16_curve": "Pesquisa de Exeggcute: jogar 5 bolas curvas.", - "quest_title_quest_elrd22_april16_evolve_grass": "Pesquisa de Exeggcute: evoluir 2 Pokémon de tipo Planta.", - "quest_title_quest_elrd22_april16_gifts_stickers": "Pesquisa de Exeggcute: enviar 2 presentes e adicionar um adesivo em cada.", - "quest_title_quest_elrd22_april16_great": "Pesquisa de Exeggcute: fazer 3 ótimas jogadas.", - "quest_title_quest_elrd22_april16_great_row": "Pesquisa de Exeggcute: fazer 2 ótimas jogadas seguidas.", - "quest_title_quest_elrd22_april16_nice": "Pesquisa de Exeggcute: fazer 5 boas jogadas.", - "quest_title_quest_elrd22_april16_nice_row": "Pesquisa de Exeggcute: fazer 3 boas jogadas seguidas.", - "quest_title_quest_elrd22_april16_raid": "Pesquisa de Exeggcute: batalhar em 1 Reide.", - "quest_title_quest_elrd22_april16_spin": "Pesquisa de Exeggcute: girar 2 fotodiscos de Poképaradas.", - "quest_title_quest_elrd22_april16_weather_easy": "Pesquisa de Exeggcute: pegar 3 Pokémon com fortalecimento de clima.", - "quest_title_quest_elrd22_april16_weather_hard": "Pesquisa de Exeggcute: pegar 5 Pokémon com fortalecimento de clima.", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Pesquisa de Exeggcute: tirar 1 foto de um Pokémon selvagem de tipo Planta.", - "quest_title_quest_equinox19_catch_medium_pkmn": "Pegar {{amount_0}} Bulbasaur ou Chikorita.", - "quest_title_quest_equinox19_catch_type_grass_plural": "Pegar {{amount_0}} Pokémon de tipo Planta.", - "quest_title_quest_equinox19_evolve_type_grass_plural": "Evoluir {{amount_0}} Pokémon de tipo Planta.", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Evoluir {{amount_0}} Pokémon de tipo Planta.", - "quest_title_quest_event_eevee_snapshot_barcelona": "Tirar uma foto de seu Eevee em Barcelona", - "quest_title_quest_event_eevee_snapshot_jakarta": "Tirar 1 foto de seu Eevee em Jacarta.", - "quest_title_quest_event_eevee_snapshot_mexico_city": "Tirar uma foto de seu Eevee na Cidade do México", - "quest_title_quest_event_eevee_snapshot_seoul": "Tirar uma foto de seu Eevee em Seul.", - "quest_title_quest_event_eevee_snapshot_tainan": "Tirar 1 foto de seu Eevee em Tainan.", - "quest_title_quest_event_leave_behind_spin": "Girar 10 fotodiscos de Poképaradas que não tenha visitado antes.", - "quest_title_quest_event_leave_behind_spin_safari_city": "Girar uma Poképarada em qualquer local de Eevee Explorador", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Girar {{amount_0}} fotodiscos de Poképaradas em um local de Eevee Exploradores que você ainda não visitou.", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Girar 1 fotodisco de Poképarada em um local de Eevee Exploradores que você ainda não visitou.", - "quest_title_quest_event_spin_barcelona": "Girar 1 fotodisco de uma Poképarada ou Ginásio em Barcelona", - "quest_title_quest_event_spin_incheon": "Girar 1 fotodisco de uma Poképarada ou Ginásio em Incheon.", - "quest_title_quest_event_spin_jakarta": "Girar 1 fotodisco de uma Poképarada ou Ginásio em Jacarta.", - "quest_title_quest_event_spin_mexico_city": "Girar 1 fotodisco de uma Poképarada ou Ginásio na Cidade do México", - "quest_title_quest_event_spin_seoul": "Girar 1 fotodisco de uma Poképarada ou Ginásio em Seul.", - "quest_title_quest_event_spin_tainan": "Girar 1 fotodisco de uma Poképarada ou Ginásio em Tainan.", - "quest_title_quest_evolve_abra_singular": "Evoluir 1 Abra", - "quest_title_quest_evolve_aipom_singular": "Evoluir 1 Aipom", - "quest_title_quest_evolve_amaura_singular": "Evoluir 1 Amaura", - "quest_title_quest_evolve_anorith_singular": "Evoluir 1 Anorith", - "quest_title_quest_evolve_archen_singular": "Evoluir 1 Archen", - "quest_title_quest_evolve_aron_singular": "Evoluir 1 Aron", - "quest_title_quest_evolve_axew_singular": "Evoluir 1 Axew", - "quest_title_quest_evolve_azurill_singular": "Evoluir 1 Azurill", - "quest_title_quest_evolve_bagon_singular": "Evoluir 1 Bagon", - "quest_title_quest_evolve_baltoy_singular": "Evoluir 1 Baltoy", - "quest_title_quest_evolve_barboach_singular": "Evoluir 1 Barboach", - "quest_title_quest_evolve_bayleef": "Evoluir seu Bayleef.", - "quest_title_quest_evolve_bayleef_singular": "Evoluir 1 Bayleef.", - "quest_title_quest_evolve_beldum_singular": "Evoluir 1 Beldum", - "quest_title_quest_evolve_bellsprout_singular": "Evoluir 1 Bellsprout", - "quest_title_quest_evolve_bergmite_singular": "Evoluir 1 Bergmite", - "quest_title_quest_evolve_bidoof_singular": "Evoluir 1 Bidoof", - "quest_title_quest_evolve_binacle_singular": "Evoluir 1 Binacle", - "quest_title_quest_evolve_blitzle_singular": "Evoluir 1 Blitzle", - "quest_title_quest_evolve_boldore_singular": "Evoluir 1 Boldore", - "quest_title_quest_evolve_bonsly_singular": "Evoluir 1 Bonsly", - "quest_title_quest_evolve_braixen_singular": "Evoluir 1 Braixen", - "quest_title_quest_evolve_bronzor_singular": "Evoluir 1 Bronzor", - "quest_title_quest_evolve_budew_singular": "Evoluir 1 Budew", - "quest_title_quest_evolve_buizel_singular": "Evoluir 1 Buizel", - "quest_title_quest_evolve_bulbasaur": "Evoluir 1 Bulbasaur.", - "quest_title_quest_evolve_bulbasaur_singular": "Evoluir 1 Bulbasaur", - "quest_title_quest_evolve_buneary_singular": "Evoluir 1 Buneary", - "quest_title_quest_evolve_bunnelby_singular": "Evoluir 1 Bunnelby", - "quest_title_quest_evolve_burmy_singular": "Evoluir 1 Burmy", - "quest_title_quest_evolve_cacnea_singular": "Evoluir 1 Cacnea", - "quest_title_quest_evolve_carvanha_singular": "Evoluir 1 Carvanha", - "quest_title_quest_evolve_cascoon_singular": "Evoluir 1 Cascoon", - "quest_title_quest_evolve_caterpie_singular": "Evoluir 1 Caterpie", - "quest_title_quest_evolve_chansey_singular": "Evoluir 1 Chansey", - "quest_title_quest_evolve_charmander": "Evoluir 1 Charmander.", - "quest_title_quest_evolve_charmander_singular": "Evoluir 1 Charmander", - "quest_title_quest_evolve_charmeleon_singular": "Evoluir 1 Charmeleon", - "quest_title_quest_evolve_cherubi_singular": "Evoluir 1 Cherubi", - "quest_title_quest_evolve_chespin_singular": "Evoluir 1 Chespin", - "quest_title_quest_evolve_chikorita": "Evoluir seu Chikorita.", - "quest_title_quest_evolve_chikorita_singular": "Evoluir 1 Chikorita.", - "quest_title_quest_evolve_chimchar_singular": "Evoluir 1 Chimchar", - "quest_title_quest_evolve_chinchou_singular": "Evoluir 1 Chinchou", - "quest_title_quest_evolve_chingling_singular": "Evoluir 1 Chingling", - "quest_title_quest_evolve_clamperl_singular": "Evoluir 1 Clamperl", - "quest_title_quest_evolve_clauncher_singular": "Evoluir 1 Clauncher", - "quest_title_quest_evolve_clefairy_singular": "Evoluir 1 Clefairy", - "quest_title_quest_evolve_cleffa_singular": "Evoluir 1 Cleffa", - "quest_title_quest_evolve_combee_singular": "Evoluir 1 Combee", - "quest_title_quest_evolve_combusken_singular": "Evoluir 1 Combusken", - "quest_title_quest_evolve_corphish_singular": "Evoluir 1 Corphish", - "quest_title_quest_evolve_cosmoem_singular": "Evoluir 1 Cosmoem.", - "quest_title_quest_evolve_cosmog_singular": "Evoluir 1 Cosmog.", - "quest_title_quest_evolve_cottonee_singular": "Evoluir 1 Cottonee", - "quest_title_quest_evolve_cranidos_singular": "Evoluir 1 Cranidos", - "quest_title_quest_evolve_croagunk_singular": "Evoluir 1 Croagunk", - "quest_title_quest_evolve_croconaw": "Evoluir seu Croconaw.", - "quest_title_quest_evolve_croconaw_singular": "Evoluir 1 Croconaw.", - "quest_title_quest_evolve_cubchoo_singular": "Evoluir 1 Cubchoo", - "quest_title_quest_evolve_cubone_singular": "Evoluir 1 Cubone", - "quest_title_quest_evolve_cyndaquil": "Evoluir seu Cyndaquil.", - "quest_title_quest_evolve_cyndaquil_singular": "Evoluir 1 Cyndaquil.", - "quest_title_quest_evolve_dark_type_singular": "Evoluir 1 Pokémon de tipo Sombrio.", - "quest_title_quest_evolve_darumaka_singular": "Evoluir 1 Darumaka", - "quest_title_quest_evolve_deerling_singular": "Evoluir 1 Deerling", - "quest_title_quest_evolve_deino_singular": "Evoluir 1 Deino", - "quest_title_quest_evolve_dewott_singular": "Evoluir 1 Dewott", - "quest_title_quest_evolve_diglett_singular": "Evoluir 1 Diglett", - "quest_title_quest_evolve_doduo_singular": "Evoluir 1 Doduo", - "quest_title_quest_evolve_doublade_singular": "Evoluir 1 Doublade", - "quest_title_quest_evolve_dragonair_singular": "Evoluir 1 Dragonair", - "quest_title_quest_evolve_dratini_singular": "Evoluir 1 Dratini", - "quest_title_quest_evolve_drifloon_singular": "Evoluir 1 Drifloon", - "quest_title_quest_evolve_drilbur_singular": "Evoluir 1 Drilbur", - "quest_title_quest_evolve_drowzee_singular": "Evoluir 1 Drowzee", - "quest_title_quest_evolve_ducklett_singular": "Evoluir 1 Ducklett", - "quest_title_quest_evolve_duosion_singular": "Evoluir 1 Duosion", - "quest_title_quest_evolve_durant_singular": "Evoluir 1 Durant", - "quest_title_quest_evolve_dusclops_singular": "Evoluir 1 Dusclops.", - "quest_title_quest_evolve_duskull_singular": "Evoluir 1 Duskull.", - "quest_title_quest_evolve_dwebble_singular": "Evoluir 1 Dwebble", - "quest_title_quest_evolve_eelektrik_singular": "Evoluir 1 Eelektrik", - "quest_title_quest_evolve_eevee_singular": "Evoluir 1 Eevee.", - "quest_title_quest_evolve_eevee_types_plural": "Evoluir {{amount_0}} Pokémon de tipo Elétrico, Água ou Fogo.", - "quest_title_quest_evolve_eevee_types_singular": "Evoluir 1 Pokémon de tipo Elétrico, Água ou Fogo.", - "quest_title_quest_evolve_ekans_singular": "Evoluir 1 Ekans", - "quest_title_quest_evolve_electabuzz_singular": "Evoluir 1 Electabuzz", - "quest_title_quest_evolve_electrike_singular": "Evoluir 1 Electrike", - "quest_title_quest_evolve_elekid_singular": "Evoluir 1 Elekid", - "quest_title_quest_evolve_elgyem_singular": "Evoluir 1 Elgyem", - "quest_title_quest_evolve_espeon": "Evoluir 1 Eevee para Espeon durante o dia.", - "quest_title_quest_evolve_espurr_singular": "Evoluir 1 Espurr", - "quest_title_quest_evolve_evolved_grass_singular": "Evoluir 1 Pokémon de tipo Planta evoluído.", - "quest_title_quest_evolve_exeggcute_singular": "Evoluir 1 Exeggcute", - "quest_title_quest_evolve_farfetch'd_singular": "Evoluir 1 Farfetch'd", - "quest_title_quest_evolve_feebas_singular": "Evoluir 1 Feebas", - "quest_title_quest_evolve_fennekin_singular": "Evoluir 1 Fennekin", - "quest_title_quest_evolve_ferroseed_singular": "Evoluir 1 Ferroseed", - "quest_title_quest_evolve_finneon_singular": "Evoluir 1 Finneon", - "quest_title_quest_evolve_flaaffy_singular": "Evoluir 1 Flaaffy", - "quest_title_quest_evolve_flabébé_singular": "Evoluir 1 Flabébé", - "quest_title_quest_evolve_fletchinder_singular": "Evoluir 1 Fletchinder", - "quest_title_quest_evolve_fletchling_singular": "Evoluir 1 Fletchling.", - "quest_title_quest_evolve_floette_singular": "Evoluir 1 Floette", - "quest_title_quest_evolve_foongus_singular": "Evoluir 1 Foongus", - "quest_title_quest_evolve_fraxure_singular": "Evoluir 1 Fraxure", - "quest_title_quest_evolve_frillish_singular": "Evoluir 1 Frillish", - "quest_title_quest_evolve_froakie_singular": "Evoluir 1 Froakie", - "quest_title_quest_evolve_frogadier_singular": "Evoluir 1 Frogadier", - "quest_title_quest_evolve_gabite_singular": "Evoluir 1 Gabite", - "quest_title_quest_evolve_gastly_singular": "Evoluir 1 Gastly", - "quest_title_quest_evolve_geodude_singular": "Evoluir 1 Geodude", - "quest_title_quest_evolve_gible_singular": "Evoluir 1 Gible", - "quest_title_quest_evolve_glalie_singular": "Evoluir 1 Glalie", - "quest_title_quest_evolve_glameow_singular": "Evoluir 1 Glameow", - "quest_title_quest_evolve_gligar_singular": "Evoluir 1 Gligar", - "quest_title_quest_evolve_gloom_singular": "Evoluir 1 Gloom", - "quest_title_quest_evolve_golbat_singular": "Evoluir 1 Golbat", - "quest_title_quest_evolve_goldeen_singular": "Evoluir 1 Goldeen", - "quest_title_quest_evolve_golett_singular": "Evoluir 1 Golett", - "quest_title_quest_evolve_goomy_singular": "Evoluir 1 Goomy", - "quest_title_quest_evolve_gothita_singular": "Evoluir 1 Gothita", - "quest_title_quest_evolve_gothorita_singular": "Evoluir 1 Gothorita", - "quest_title_quest_evolve_graveler_singular": "Evoluir 1 Graveler", - "quest_title_quest_evolve_grimer_singular": "Evoluir 1 Grimer", - "quest_title_quest_evolve_grotle_singular": "Evoluir 1 Grotle", - "quest_title_quest_evolve_ground_plural": "Evoluir {{amount_0}} Pokémon de tipo Terrestre.", - "quest_title_quest_evolve_grovyle_singular": "Evoluir 1 Grovyle", - "quest_title_quest_evolve_growlithe_singular": "Evoluir 1 Growlithe", - "quest_title_quest_evolve_gulpin_singular": "Evoluir 1 Gulpin", - "quest_title_quest_evolve_gurdurr_singular": "Evoluir 1 Gurdurr", - "quest_title_quest_evolve_happiny_singular": "Evoluir 1 Happiny", - "quest_title_quest_evolve_haunter_singular": "Evoluir 1 Haunter", - "quest_title_quest_evolve_heatmor_singular": "Evoluir 1 Heatmor", - "quest_title_quest_evolve_helioptile_singular": "Evoluir 1 Helioptile", - "quest_title_quest_evolve_herdier_singular": "Evoluir 1 Herdier", - "quest_title_quest_evolve_hippopotas_singular": "Evoluir 1 Hippopotas", - "quest_title_quest_evolve_honedge_singular": "Evoluir 1 Honedge", - "quest_title_quest_evolve_hoothoot_singular": "Evoluir 1 Hoothoot", - "quest_title_quest_evolve_hoppip_singular": "Evoluir 1 Hoppip", - "quest_title_quest_evolve_horsea_singular": "Evoluir 1 Horsea", - "quest_title_quest_evolve_houndour_singular": "Evoluir 1 Houndour", - "quest_title_quest_evolve_igglybuff_singular": "Evoluir 1 Igglybuff", - "quest_title_quest_evolve_illumise_singular": "Evoluir 1 Illumise", - "quest_title_quest_evolve_inkay_singular": "Evoluir 1 Inkay", - "quest_title_quest_evolve_items_plural": "Usar itens para evoluir Pokémon {{amount_0}} vezes.", - "quest_title_quest_evolve_items_singular": "Usar um item para evoluir um Pokémon", - "quest_title_quest_evolve_ivysaur_singular": "Evoluir 1 Ivysaur", - "quest_title_quest_evolve_jigglypuff_singular": "Evoluir 1 Jigglypuff", - "quest_title_quest_evolve_joltik_singular": "Evoluir 1 Joltik", - "quest_title_quest_evolve_kabuto_singular": "Evoluir 1 Kabuto", - "quest_title_quest_evolve_kadabra_singular": "Evoluir 1 Kadabra", - "quest_title_quest_evolve_kakuna_singular": "Evoluir 1 Kakuna", - "quest_title_quest_evolve_karrablast_singular": "Evoluir 1 Karrablast", - "quest_title_quest_evolve_kirlia_singular": "Evoluir 1 Kirlia", - "quest_title_quest_evolve_klang_singular": "Evoluir 1 Klang", - "quest_title_quest_evolve_klink_singular": "Evoluir 1 Klink", - "quest_title_quest_evolve_koffing_singular": "Evoluir 1 Koffing", - "quest_title_quest_evolve_krabby_singular": "Evoluir 1 Krabby", - "quest_title_quest_evolve_kricketot_singular": "Evoluir 1 Kricketot", - "quest_title_quest_evolve_krokorok_singular": "Evoluir 1 Krokorok", - "quest_title_quest_evolve_lairon_singular": "Evoluir 1 Lairon", - "quest_title_quest_evolve_lampent_singular": "Evoluir 1 Lampent", - "quest_title_quest_evolve_larvesta_singular": "Evoluir 1 Larvesta", - "quest_title_quest_evolve_larvitar_singular": "Evoluir 1 Larvitar", - "quest_title_quest_evolve_ledyba_singular": "Evoluir 1 Ledyba", - "quest_title_quest_evolve_lickitung_singular": "Evoluir 1 Lickitung", - "quest_title_quest_evolve_lileep_singular": "Evoluir 1 Lileep", - "quest_title_quest_evolve_lillipup_singular": "Evoluir 1 Lillipup", - "quest_title_quest_evolve_linoone_singular": "Evoluir {{amount_0}} Linoone de Galar.", - "quest_title_quest_evolve_litleo_singular": "Evoluir 1 Litleo", - "quest_title_quest_evolve_litwick_singular": "Evoluir 1 Litwick", - "quest_title_quest_evolve_lombre_singular": "Evoluir 1 Lombre", - "quest_title_quest_evolve_lotad_singular": "Evoluir 1 Lotad", - "quest_title_quest_evolve_loudred_singular": "Evoluir 1 Loudred", - "quest_title_quest_evolve_luxio_singular": "Evoluir 1 Luxio", - "quest_title_quest_evolve_machoke_singular": "Evoluir 1 Machoke", - "quest_title_quest_evolve_machop_singular": "Evoluir 1 Machop", - "quest_title_quest_evolve_magby_singular": "Evoluir 1 Magby", - "quest_title_quest_evolve_magikarp_singular": "Evoluir 1 Magikarp", - "quest_title_quest_evolve_magmar_singular": "Evoluir 1 Magmar", - "quest_title_quest_evolve_magnemite_singular": "Evoluir 1 Magnemite", - "quest_title_quest_evolve_makuhita_singular": "Evoluir 1 Makuhita", - "quest_title_quest_evolve_mankey_singular": "Evoluir 1 Mankey", - "quest_title_quest_evolve_mantyke_singular": "Evoluir 1 Mantyke", - "quest_title_quest_evolve_mareep_singular": "Evoluir 1 Mareep", - "quest_title_quest_evolve_marill_singular": "Evoluir 1 Marill", - "quest_title_quest_evolve_marshtomp_singular": "Evoluir 1 Marshtomp", - "quest_title_quest_evolve_meditite_singular": "Evoluir 1 Meditite", - "quest_title_quest_evolve_meowth_singular": "Evoluir 1 Meowth", - "quest_title_quest_evolve_metang_singular": "Evoluir 1 Metang", - "quest_title_quest_evolve_metapod_singular": "Evoluir 1 Metapod", - "quest_title_quest_evolve_mienfoo_singular": "Evoluir 1 Mienfoo", - "quest_title_quest_evolve_mime jr._singular": "Evoluir 1 Mime Jr.", - "quest_title_quest_evolve_minccino_singular": "Evoluir 1 Minccino", - "quest_title_quest_evolve_misdreavus_singular": "Evoluir 1 Misdreavus", - "quest_title_quest_evolve_monferno_singular": "Evoluir 1 Monferno", - "quest_title_quest_evolve_mr. mime_singular": "Evoluir 1 Mr. Mime", - "quest_title_quest_evolve_mudkip_singular": "Evoluir 1 Mudkip", - "quest_title_quest_evolve_munchlax_singular": "Evoluir 1 Munchlax", - "quest_title_quest_evolve_munna_singular": "Evoluir 1 Munna", - "quest_title_quest_evolve_murkrow_singular": "Evoluir 1 Murkrow", - "quest_title_quest_evolve_natu_singular": "Evoluir 1 Natu", - "quest_title_quest_evolve_nidoranfemale_singular": "Evoluir 1 Nidoran♀", - "quest_title_quest_evolve_nidoranmale_singular": "Evoluir 1 Nidoran♂", - "quest_title_quest_evolve_nidorina_singular": "Evoluir 1 Nidorina", - "quest_title_quest_evolve_nidorino_singular": "Evoluir 1 Nidorino", - "quest_title_quest_evolve_nincada_singular": "Evoluir 1 Nincada", - "quest_title_quest_evolve_noibat_singular": "Evoluir 1 Noibat", - "quest_title_quest_evolve_nosepass_singular": "Evoluir 1 Nosepass", - "quest_title_quest_evolve_numel_singular": "Evoluir 1 Numel", - "quest_title_quest_evolve_nuzleaf_singular": "Evoluir 1 Nuzleaf", - "quest_title_quest_evolve_oddish_singular": "Evoluir 1 Oddish", - "quest_title_quest_evolve_omanyte_singular": "Evoluir 1 Omanyte", - "quest_title_quest_evolve_onix_singular": "Evoluir 1 Onix", - "quest_title_quest_evolve_oshawott_singular": "Evoluir 1 Oshawott", - "quest_title_quest_evolve_palpitoad_singular": "Evoluir 1 Palpitoad", - "quest_title_quest_evolve_pancham_singular": "Evoluir 1 Pancham", - "quest_title_quest_evolve_panpour_singular": "Evoluir 1 Panpour", - "quest_title_quest_evolve_pansage_singular": "Evoluir 1 Pansage", - "quest_title_quest_evolve_pansear_singular": "Evoluir 1 Pansear", - "quest_title_quest_evolve_paras_singular": "Evoluir 1 Paras", - "quest_title_quest_evolve_patrat_singular": "Evoluir 1 Patrat", - "quest_title_quest_evolve_pawniard_singular": "Evoluir 1 Pawniard", - "quest_title_quest_evolve_petilil_singular": "Evoluir 1 Petilil", - "quest_title_quest_evolve_phanpy_singular": "Evoluir 1 Phanpy", - "quest_title_quest_evolve_phantump_singular": "Evoluir 1 Phantump", - "quest_title_quest_evolve_pichu_singular": "Evoluir 1 Pichu", - "quest_title_quest_evolve_pidgeotto_singular": "Evoluir 1 Pidgeotto", - "quest_title_quest_evolve_pidgey_singular": "Evoluir 1 Pidgey", - "quest_title_quest_evolve_pidove_singular": "Evoluir 1 Pidove", - "quest_title_quest_evolve_pignite_singular": "Evoluir 1 Pignite", - "quest_title_quest_evolve_pikachu_singular": "Evoluir 1 Pikachu", - "quest_title_quest_evolve_piloswine_plural": "Evolua {{amount_0}} Piloswine", - "quest_title_quest_evolve_piloswine_singular": "Evoluir 1 Piloswine", - "quest_title_quest_evolve_pineco_singular": "Evoluir 1 Pineco", - "quest_title_quest_evolve_piplup_singular": "Evoluir 1 Piplup", - "quest_title_quest_evolve_plural": "Evoluir {{amount_0}} Pokémon.", - "quest_title_quest_evolve_poison_type_singular": "Evoluir 1 Pokémon de tipo Venenoso.", - "quest_title_quest_evolve_poliwag_singular": "Evoluir 1 Poliwag", - "quest_title_quest_evolve_poliwhirl_singular": "Evoluir 1 Poliwhirl", - "quest_title_quest_evolve_ponyta_singular": "Evoluir 1 Ponyta", - "quest_title_quest_evolve_poochyena_singular": "Evoluir 1 Poochyena", - "quest_title_quest_evolve_porygon2_singular": "Evoluir 1 Porygon2", - "quest_title_quest_evolve_prinplup_singular": "Evoluir 1 Prinplup", - "quest_title_quest_evolve_psyduck_singular": "Evoluir 1 Psyduck", - "quest_title_quest_evolve_pumpkaboo_singular": "Evoluir 1 Pumpkaboo", - "quest_title_quest_evolve_pupitar_singular": "Evoluir 1 Pupitar", - "quest_title_quest_evolve_purrloin_singular": "Evoluir 1 Purrloin", - "quest_title_quest_evolve_quilava": "Evoluir seu Quilava.", - "quest_title_quest_evolve_quilava_singular": "Evoluir 1 Quilava.", - "quest_title_quest_evolve_quilladin_singular": "Evoluir 1 Quilladin", - "quest_title_quest_evolve_qwilfish_singular": "Evoluir 1 Qwilfish", - "quest_title_quest_evolve_ralts_singular": "Evoluir 1 Ralts", - "quest_title_quest_evolve_rattata_singular": "Evoluir 1 Rattata", - "quest_title_quest_evolve_remoraid_singular": "Evoluir 1 Remoraid", - "quest_title_quest_evolve_rhydon_singular": "Evoluir 1 Rhydon", - "quest_title_quest_evolve_rhyhorn_singular": "Evoluir 1 Rhyhorn", - "quest_title_quest_evolve_riolu_singular": "Evoluir 1 Riolu", - "quest_title_quest_evolve_roggenrola_singular": "Evoluir 1 Roggenrola", - "quest_title_quest_evolve_roselia_singular": "Evoluir 1 Roselia", - "quest_title_quest_evolve_rufflet_singular": "Evoluir 1 Rufflet", - "quest_title_quest_evolve_sandile_singular": "Evoluir 1 Sandile", - "quest_title_quest_evolve_sandshrew_singular": "Evoluir 1 Sandshrew", - "quest_title_quest_evolve_sb_singular": "Evoluir 1 Snubbull.", - "quest_title_quest_evolve_scatterbug_singular": "Evoluir 1 Scatterbug", - "quest_title_quest_evolve_scraggy_singular": "Evoluir 1 Scraggy", - "quest_title_quest_evolve_scyther_singular": "Evoluir 1 Scyther", - "quest_title_quest_evolve_seadra_singular": "Evoluir 1 Seadra", - "quest_title_quest_evolve_sealeo_singular": "Evoluir 1 Sealeo", - "quest_title_quest_evolve_seedot_singular": "Evoluir 1 Seedot", - "quest_title_quest_evolve_seel_singular": "Evoluir 1 Seel", - "quest_title_quest_evolve_sentret_singular": "Evoluir 1 Sentret", - "quest_title_quest_evolve_servine_singular": "Evoluir 1 Servine", - "quest_title_quest_evolve_sewaddle_singular": "Evoluir 1 Sewaddle", - "quest_title_quest_evolve_shelgon_singular": "Evoluir 1 Shelgon", - "quest_title_quest_evolve_shellder_singular": "Evoluir 1 Shellder", - "quest_title_quest_evolve_shellos_singular": "Evoluir 1 Shellos", - "quest_title_quest_evolve_shelmet_singular": "Evoluir 1 Shelmet", - "quest_title_quest_evolve_shieldon_singular": "Evoluir 1 Shieldon", - "quest_title_quest_evolve_shinx_singular": "Evoluir 1 Shinx", - "quest_title_quest_evolve_shroomish_singular": "Evoluir 1 Shroomish", - "quest_title_quest_evolve_shuckle_singular": "Evoluir 1 Shuckle", - "quest_title_quest_evolve_shuppet_singular": "Evoluir 1 Shuppet", - "quest_title_quest_evolve_silcoon_singular": "Evoluir 1 Silcoon", - "quest_title_quest_evolve_singular": "Evoluir 1 Pokémon.", - "quest_title_quest_evolve_skiddo_singular": "Evoluir 1 Skiddo", - "quest_title_quest_evolve_skiploom_singular": "Evoluir 1 Skiploom", - "quest_title_quest_evolve_skitty_singular": "Evoluir 1 Skitty", - "quest_title_quest_evolve_skorupi_singular": "Evoluir 1 Skorupi", - "quest_title_quest_evolve_skrelp_singular": "Evoluir 1 Skrelp", - "quest_title_quest_evolve_slakoth_singular": "Evoluir 1 Slakoth", - "quest_title_quest_evolve_sliggoo_singular": "Evoluir 1 Sliggoo", - "quest_title_quest_evolve_slowpoke_plural": "Evoluir {{amount_0}} Slowpoke.", - "quest_title_quest_evolve_slowpoke_singular": "Evoluir 1 Slowpoke.", - "quest_title_quest_evolve_slugma_singular": "Evoluir 1 Slugma", - "quest_title_quest_evolve_smoochum_singular": "Evoluir 1 Smoochum", - "quest_title_quest_evolve_sneasel_singular": "Evoluir 1 Sneasel", - "quest_title_quest_evolve_snivy_singular": "Evoluir 1 Snivy", - "quest_title_quest_evolve_snorunt_singular": "Evoluir 1 Snorunt", - "quest_title_quest_evolve_snover_singular": "Evoluir 1 Snover", - "quest_title_quest_evolve_snubbull_singular": "Evoluir 1 Snubbull", - "quest_title_quest_evolve_solosis_singular": "Evoluir 1 Solosis", - "quest_title_quest_evolve_spearow_singular": "Evoluir 1 Spearow", - "quest_title_quest_evolve_special_drowzee": "Evoluir 1 Drowzee.", - "quest_title_quest_evolve_special_feebas_singular": "Evoluir 1 Feebas.", - "quest_title_quest_evolve_special_galarian_mrmime": "Evoluir 1 Mr. Mime de Galar.", - "quest_title_quest_evolve_special_galarian_slowpoke": "Evoluir 1 Slowpoke de Galar.", - "quest_title_quest_evolve_special_grimer": "Evoluir 1 Grimer.", - "quest_title_quest_evolve_special_magnemite": "Evoluir 1 Magnemite.", - "quest_title_quest_evolve_special_scyther": "Evoluir 1 Scyther.", - "quest_title_quest_evolve_special0_singular": "Evoluir 1 Magikarp.", - "quest_title_quest_evolve_special1_plural": "Evoluir {{amount_0}} Pidgey.", - "quest_title_quest_evolve_special1_singular": "Evoluir 1 Horsea.", - "quest_title_quest_evolve_special2_singular": "Evoluir 1 Meowth.", - "quest_title_quest_evolve_spewpa_singular": "Evoluir 1 Spewpa", - "quest_title_quest_evolve_spheal_singular": "Evoluir 1 Spheal", - "quest_title_quest_evolve_spinarak_singular": "Evoluir 1 Spinarak", - "quest_title_quest_evolve_spoink_singular": "Evoluir 1 Spoink", - "quest_title_quest_evolve_spritzee_singular": "Evoluir 1 Spritzee", - "quest_title_quest_evolve_squirtle_singular": "Evoluir 1 Squirtle", - "quest_title_quest_evolve_staravia_singular": "Evoluir 1 Staravia", - "quest_title_quest_evolve_starly_singular": "Evoluir 1 Starly", - "quest_title_quest_evolve_staryu_singular": "Evoluir 1 Staryu", - "quest_title_quest_evolve_steelix_singular": "Evoluir 1 Steelix", - "quest_title_quest_evolve_stunky_singular": "Evoluir 1 Stunky", - "quest_title_quest_evolve_sunkern_singular": "Evoluir 1 Sunkern", - "quest_title_quest_evolve_sunstone_singular": "Usar 1 Pedra Solar para evoluir Gloom ou Sunkern.", - "quest_title_quest_evolve_surskit_singular": "Evoluir 1 Surskit", - "quest_title_quest_evolve_swablu_singular": "Evoluir 1 Swablu", - "quest_title_quest_evolve_swadloon_singular": "Evoluir 1 Swadloon", - "quest_title_quest_evolve_swinub_singular": "Evoluir 1 Swinub", - "quest_title_quest_evolve_swirlix_singular": "Evoluir 1 Swirlix", - "quest_title_quest_evolve_taillow_singular": "Evoluir 1 Taillow", - "quest_title_quest_evolve_tangela_singular": "Evoluir 1 Tangela", - "quest_title_quest_evolve_teddiursa_singular": "Evoluir 1 Teddiursa", - "quest_title_quest_evolve_tentacool_singular": "Evoluir 1 Tentacool", - "quest_title_quest_evolve_tepig_singular": "Evoluir 1 Tepig", - "quest_title_quest_evolve_timburr_singular": "Evoluir 1 Timburr", - "quest_title_quest_evolve_tirtouga_singular": "Evoluir 1 Tirtouga", - "quest_title_quest_evolve_togepi_singular": "Evoluir 1 Togepi", - "quest_title_quest_evolve_togetic_singular": "Evoluir 1 Togetic", - "quest_title_quest_evolve_torchic_singular": "Evoluir 1 Torchic", - "quest_title_quest_evolve_totodile": "Evoluir seu Totodile.", - "quest_title_quest_evolve_totodile_singular": "Evoluir 1 Totodile.", - "quest_title_quest_evolve_tranquill_singular": "Evoluir 1 Tranquill", - "quest_title_quest_evolve_trapinch_singular": "Evoluir 1 Trapinch", - "quest_title_quest_evolve_treecko_singular": "Evoluir 1 Treecko", - "quest_title_quest_evolve_trubbish_singular": "Evoluir 1 Trubbish", - "quest_title_quest_evolve_turtwig_singular": "Evoluir 1 Turtwig", - "quest_title_quest_evolve_tympole_singular": "Evoluir 1 Tympole", - "quest_title_quest_evolve_tynamo_singular": "Evoluir 1 Tynamo", - "quest_title_quest_evolve_type_dark_plural": "Evoluir {{amount_0}} Pokémon do tipo Sombrio.", - "quest_title_quest_evolve_type_dragon_plural": "Evoluir {{amount_0}} Pokémon de tipo Dragão.", - "quest_title_quest_evolve_type_dragon_singular": "Evoluir 1 Pokémon de tipo Dragão.", - "quest_title_quest_evolve_type_electric_plural": "Evoluir {{amount_0}} Pokémon de tipo Elétrico.", - "quest_title_quest_evolve_type_electric_singular": "Evoluir 1 Pokémon de tipo Elétrico.", - "quest_title_quest_evolve_type_fairy_plural": "Evoluir {{amount_0}} Pokémon de tipo Fada.", - "quest_title_quest_evolve_type_fairy_singular": "Evoluir 1 Pokémon de tipo Fada.", - "quest_title_quest_evolve_type_fire_plural": "Evoluir {{amount_0}} Pokémon de tipo Fogo.", - "quest_title_quest_evolve_type_fire_singular": "Evoluir 1 Pokémon de tipo Fogo.", - "quest_title_quest_evolve_type_flying_plural": "Evoluir {{amount_0}} Pokémon de tipo Voador.", - "quest_title_quest_evolve_type_flying_singular": "Evoluir 1 Pokémon de tipo Voador.", - "quest_title_quest_evolve_type_ghost_plural": "Evoluir {{amount_0}} Pokémon de tipo Fantasma.", - "quest_title_quest_evolve_type_ghost_single": "Evoluir 1 Pokémon de tipo Fantasma.", - "quest_title_quest_evolve_type_grass_plural": "Evoluir {{amount_0}} Pokémon de tipo Planta.", - "quest_title_quest_evolve_type_grass_singular": "Evoluir 1 Pokémon de tipo Planta.", - "quest_title_quest_evolve_type_ice_plural": "Evoluir {{amount_0}} Pokémon de tipo Gelo.", - "quest_title_quest_evolve_type_ice_singular": "Evoluir 1 Pokémon de tipo Gelo.", - "quest_title_quest_evolve_type_poison_plural": "Evoluir {{amount_0}} Pokémon de tipo Venenoso.", - "quest_title_quest_evolve_type_psychic_plural": "Evoluir {{amount_0}} Pokémon de tipo Psíquico.", - "quest_title_quest_evolve_type_psychic_singular": "Evoluir 1 Pokémon de tipo Psíquico.", - "quest_title_quest_evolve_type_rock_plural": "Evoluir {{amount_0}} Pokémon de tipo Pedra.", - "quest_title_quest_evolve_type_steel_plural": "Evoluir {{amount_0}} Pokémon de tipo Aço.", - "quest_title_quest_evolve_type_water_plural": "Evoluir {{amount_0}} Pokémon de tipo Água.", - "quest_title_quest_evolve_type_water_singular": "Evoluir 1 Pokémon de tipo Água.", - "quest_title_quest_evolve_tyrogue_singular": "Evoluir 1 Tyrogue", - "quest_title_quest_evolve_tyrunt_singular": "Evoluir 1 Tyrunt", - "quest_title_quest_evolve_umbreon": "Evoluir 1 Eevee para Umbreon durante a noite.", - "quest_title_quest_evolve_vanillish_singular": "Evoluir 1 Vanillish", - "quest_title_quest_evolve_vanillite_singular": "Evoluir 1 Vanillite", - "quest_title_quest_evolve_venipede_singular": "Evoluir 1 Venipede", - "quest_title_quest_evolve_venonat_singular": "Evoluir 1 Venonat", - "quest_title_quest_evolve_vibrava_singular": "Evoluir 1 Vibrava", - "quest_title_quest_evolve_vigoroth_singular": "Evoluir 1 Vigoroth", - "quest_title_quest_evolve_volbeat_singular": "Evoluir 1 Volbeat", - "quest_title_quest_evolve_voltorb_singular": "Evoluir 1 Voltorb", - "quest_title_quest_evolve_vullaby_singular": "Evoluir 1 Vullaby", - "quest_title_quest_evolve_vulpix_singular": "Evoluir 1 Vulpix", - "quest_title_quest_evolve_wailmer_singular": "Evoluir 1 Wailmer", - "quest_title_quest_evolve_wartortle_singular": "Evoluir 1 Wartortle", - "quest_title_quest_evolve_weedle_singular": "Evoluir 1 Weedle", - "quest_title_quest_evolve_weepinbell_singular": "Evoluir 1 Weepinbell", - "quest_title_quest_evolve_whirlipede_singular": "Evoluir 1 Whirlipede", - "quest_title_quest_evolve_whismur_singular": "Evoluir 1 Whismur", - "quest_title_quest_evolve_wingull_singular": "Evoluir 1 Wingull", - "quest_title_quest_evolve_woobat_singular": "Evoluir 1 Woobat", - "quest_title_quest_evolve_wooper_singular": "Evoluir 1 Wooper", - "quest_title_quest_evolve_wurmple_singular": "Evoluir 1 Wurmple", - "quest_title_quest_evolve_wynaut_singular": "Evoluir 1 Wynaut", - "quest_title_quest_evolve_yamask_singular": "Evoluir 1 Yamask", - "quest_title_quest_evolve_yanma_singular": "Evoluir 1 Yanma", - "quest_title_quest_evolve_zigzagoon_singular": "Evoluir 1 Zigzagoon", - "quest_title_quest_evolve_zorua_singular": "Evoluir 1 Zorua", - "quest_title_quest_evolve_zubat_singular": "Evoluir 1 Zubat", - "quest_title_quest_evolve_zweilous_singular": "Evoluir 1 Zweilous", - "quest_title_quest_explore_buddy": "Ganhar 1 doce explorando com seu companheiro.", - "quest_title_quest_explore_buddy_carbink": "Ganhar um doce explorando com Carbink como seu companheiro.", - "quest_title_quest_explore_buddy_plural": "Ganhar {{amount_0}} doces explorando com seu companheiro.", - "quest_title_quest_explore_buddy_routes_plural": "Ganhar {{amount_0}} doces explorando Rotas com seu companheiro.", - "quest_title_quest_explore_buddy_routes_singular": "Ganhar 1 doce explorando Rotas com seu companheiro.", - "quest_title_quest_explore_km": "Explorar {{amount_0}} km.", - "quest_title_quest_explore_km_party": "Explorar {{amount_0}} km enquanto estiver em um grupo.", - "quest_title_quest_febresearchday_battle_gym_singular": "Pesquisa de Clamperl: Batalhar em um Ginásio.", - "quest_title_quest_febresearchday_battle_raid_singular": "Pesquisa de Clamperl: Batalhar em 1 Reide.", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Pesquisa de Clamperl: Usar um ataque carregado supereficaz em 1 batalha de Ginásio.", - "quest_title_quest_febresearchday_catch_feed_plural": "Pesquisa de Clamperl: Usar {{amount_0}} Frutas para ajudar a pegar Pokémon.", - "quest_title_quest_febresearchday_catch_special1_singular": "Pesquisa de Clamperl: Pegar 1 Magikarp ou Wailmer.", - "quest_title_quest_febresearchday_catch_special2_singular": "Pesquisa de Clamperl: Pegar 1 Psyduck ou Krabby.", - "quest_title_quest_febresearchday_catch_type_water_plural": "Pesquisa de Clamperl: Pegar {{amount_0}} Pokémon de tipo Água.", - "quest_title_quest_febresearchday_evolve_type_water_plural": "Pesquisa de Clamperl: Evoluir {{amount_0}} Pokémon de tipo Água.", - "quest_title_quest_febresearchday_land_curveball_plural": "Pesquisa de Clamperl: Jogar {{amount_0}} bolas curvas.", - "quest_title_quest_febresearchday_land_great_plural": "Pesquisa de Clamperl: Fazer {{amount_0}} ótimas jogadas.", - "quest_title_quest_febresearchday_land_inarow_great_plural": "Pesquisa de Clamperl: Fazer {{amount_0}} ótimas jogadas seguidas.", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "Pesquisa de Clamperl: Fazer {{amount_0}} boas jogadas seguidas.", - "quest_title_quest_febresearchday_land_nice_plural": "Pesquisa de Clamperl: Fazer {{amount_0}} boas jogadas.", - "quest_title_quest_febresearchday_visit_pokestops_plural": "Pesquisa de Clamperl: Girar {{amount_0}} fotodiscos de Poképaradas.", - "quest_title_quest_feed_buddy_multiple": "Alimentar seu companheiro {{amount_0}} vezes.", - "quest_title_quest_feed_buddy_singular": "Alimente seu companheiro", - "quest_title_quest_feed_goldenrazz_plural": "Usar {{amount_0}} Frutas Frambo douradas para ajudar a pegar Pokémon.", - "quest_title_quest_feed_nanab_plural": "Usar {{amount_0}} Frutas Anaba enquanto pega Pokémon.", - "quest_title_quest_feed_pinaps_plural": "Usar {{amount_0}} Frutas Caxí enquanto pega Pokémon.", - "quest_title_quest_feed_razz_plural": "Usar {{amount_0}} Frutas Frambo para ajudar a pegar Pokémon.", - "quest_title_quest_fennekin_catch_b": "Pegar {{amount_0}} Fennekin.", - "quest_title_quest_fennekin_evolve_b": "Evoluir {{amount_0}} Fennekin.", - "quest_title_quest_fennekin_snapshot_b": "Tirar 1 foto de {{amount_0}} Fennekin", - "quest_title_quest_field_research_plural": "Completar {{amount_0}} tarefas de pesquisa de campo.", - "quest_title_quest_field_research_singular": "Completar uma tarefa de pesquisa de campo", - "quest_title_quest_fight_type_bug_plural": "Derrotar {{amount_0}} Pokémon de tipo Inseto.", - "quest_title_quest_fight_type_dark_plural": "Derrotar {{amount_0}} Pokémon do tipo Sombrio.", - "quest_title_quest_fight_type_dark_steel_plural": "Derrotar {{amount_0}} Pokémon de tipo Sombrio ou Aço.", - "quest_title_quest_fight_type_dragon_plural": "Derrotar {{amount_0}} Pokémon de tipo Dragão.", - "quest_title_quest_fight_type_electric_plural": "Derrotar {{amount_0}} Pokémon de tipo Elétrico.", - "quest_title_quest_fight_type_fairy_plural": "Derrotar {{amount_0}} Pokémon de tipo Fada.", - "quest_title_quest_fight_type_fighting_plural": "Derrotar {{amount_0}} Pokémon de tipo Lutador.", - "quest_title_quest_fight_type_fire_plural": "Derrotar {{amount_0}} Pokémon de tipo Fogo.", - "quest_title_quest_fight_type_flying_plural": "Derrotar {{amount_0}} Pokémon de tipo Voador.", - "quest_title_quest_fight_type_ghost_fighting_plural": "Derrotar {{amount_0}} Pokémon de tipo Lutador ou Fantasma.", - "quest_title_quest_fight_type_ghost_plural": "Derrotar {{amount_0}} Pokémon de tipo Fantasma.", - "quest_title_quest_fight_type_ghost_psychic_plural": "Derrotar {{amount_0}} Pokémon de tipo Psíquico ou Fantasma.", - "quest_title_quest_fight_type_grass_plural": "Derrotar {{amount_0}} Pokémon de tipo Planta.", - "quest_title_quest_fight_type_ground_plural": "Derrotar {{amount_0}} Pokémon de tipo Terrestre.", - "quest_title_quest_fight_type_ice_plural": "Derrotar {{amount_0}} Pokémon de tipo Gelo.", - "quest_title_quest_fight_type_normal_plural": "Derrotar {{amount_0}} Pokémon de tipo Normal.", - "quest_title_quest_fight_type_normal_psychic_plural": "Derrotar {{amount_0}} Pokémon de tipo Normal ou Psíquico.", - "quest_title_quest_fight_type_poison_plural": "Derrotar {{amount_0}} Pokémon de tipo Venenoso.", - "quest_title_quest_fight_type_psychic_plural": "Derrotar {{amount_0}} Pokémon de tipo Psíquico.", - "quest_title_quest_fight_type_rock_plural": "Derrotar {{amount_0}} Pokémon de tipo Pedra.", - "quest_title_quest_fight_type_steel_plural": "Derrotar {{amount_0}} Pokémon de tipo Aço.", - "quest_title_quest_fight_type_water_plural": "Derrotar {{amount_0}} Pokémon de tipo Água.", - "quest_title_quest_first_catch_of_the_day": "Primeira pegada do dia", - "quest_title_quest_first_pokestop_of_the_day": "Primeira Poképarada do dia", - "quest_title_quest_flaaffy_evolve_b": "Evoluir {{amount_0}} Flaaffy", - "quest_title_quest_flett_catch_b": "Pegar {{amount_0}} Fletchling.", - "quest_title_quest_flett_evolve_b": "Evoluir {{amount_0}} Fletchling.", - "quest_title_quest_flett_evolve_s1": "Evoluir {{amount_0}} Fletchinder.", - "quest_title_quest_floragato_evolve_b": "Evoluir 1 Floragato.", - "quest_title_quest_fraxure_evolve_b": "Evoluir {{amount_0}} Fraxure", - "quest_title_quest_froakie_catch_b": "Pegar {{amount_0}} Froakie.", - "quest_title_quest_froakie_evolve_b": "Evoluir {{amount_0}} Froakie.", - "quest_title_quest_froakie_snapshot_b": "Tirar 1 foto de {{amount_0}} Froakie.", - "quest_title_quest_frogadier_evolve_b": "Evoluir {{amount_0}} Frogadier.", - "quest_title_quest_fuecoco_evolve_b": "Evoluir 1 Fuecoco.", - "quest_title_quest_fuse_necrozma": "Fundir Necrozma.", - "quest_title_quest_gbl_rank": "Alcançar o ranque {{amount_0}} na Liga de Batalha GO", - "quest_title_quest_gbl_rank_fifteen": "Alcançar o ranque 15 na Liga de Batalha GO", - "quest_title_quest_gbl_rank_five": "Alcançar o ranque 5 na Liga de Batalha GO.", - "quest_title_quest_gbl_rank_ten": "Alcançar o ranque 10 na Liga de Batalha GO", - "quest_title_quest_gbl_rank_twenty": "Alcançar o ranque 20 na Liga de Batalha GO", - "quest_title_quest_get_cell_singular": "Encontrar 1 célula de Zygarde.", - "quest_title_quest_giblt_catch_b": "Pegar {{amount_0}} Gible.", - "quest_title_quest_giblt_evolve_b": "Evoluir {{amount_0}} Gible.", - "quest_title_quest_giblt_evolve_s1": "Evoluir {{amount_0}} Gabite.", - "quest_title_quest_gift_open_plural": "Abrir {{amount_0}} presentes.", - "quest_title_quest_gift_open_singular": "Abrir 1 presente.", - "quest_title_quest_go_for_a_spin_00": "Encontre e gire 1 de 8 Poképaradas de Spinda", - "quest_title_quest_go_for_a_spin_01": "Encontre e gire 2 de 8 Poképaradas de Spinda", - "quest_title_quest_go_for_a_spin_02": "Encontre e gire 3 de 8 Poképaradas de Spinda", - "quest_title_quest_go_for_a_spin_03": "Encontre e gire 4 de 8 Poképaradas de Spinda", - "quest_title_quest_go_for_a_spin_04": "Encontre e gire 5 de 8 Poképaradas de Spinda", - "quest_title_quest_go_for_a_spin_05": "Encontre e gire 6 de 8 Poképaradas de Spinda", - "quest_title_quest_go_for_a_spin_06": "Encontre e gire 7 de 8 Poképaradas de Spinda", - "quest_title_quest_go_for_a_spin_07": "Encontre e gire 8 de 8 Poképaradas de Spinda", - "quest_title_quest_go_tour_snapshot_habitat_01": "Tirar 1 foto com seu companheiro em Deserto Turbulento.", - "quest_title_quest_go_tour_snapshot_habitat_02": "Tirar 1 foto com seu companheiro em Brumas Misteriosas.", - "quest_title_quest_go_tour_snapshot_habitat_03": "Tirar 1 foto com seu companheiro em Terra Verdejante.", - "quest_title_quest_go_tour_snapshot_habitat_04": "Tirar 1 foto com seu companheiro em Litoral Ancestral.", - "quest_title_quest_gold_hoenn_dex": "Ganhar 1 medalha dourada de Hoenn.", - "quest_title_quest_gold_medal_plural": "Ganhar {{amount_0}} medalhas de ouro", - "quest_title_quest_gold_medal_plural_five": "Ganhar 5 medalhas de ouro", - "quest_title_quest_gold_medal_singular": "Ganhar uma medalha de ouro", - "quest_title_quest_goomy_catch_b": "Pegar {{amount_0}} Goomy.", - "quest_title_quest_goomy_evolve_b_plural": "Evoluir {{amount_0}} Goomy.", - "quest_title_quest_goomy_evolve_b_singular": "Evoluir 1 Goomy.", - "quest_title_quest_grookey_evolve": "Evoluir 1 Grookey.", - "quest_title_quest_grubbin_catch_b": "Pegar {{amount_0}} Grubbin", - "quest_title_quest_grubbin_evolve_b": "Evoluir {{amount_0}} Grubbin", - "quest_title_quest_grubbin_snapshot_b": "Tirar 1 foto de {{amount_0}} Grubbin.", - "quest_title_quest_gt_catch_b": "Pegar {{amount_0}} Gastly.", - "quest_title_quest_gt_evolve_b": "Evoluir {{amount_0}} Gastly.", - "quest_title_quest_gt_evolve_s1": "Evoluir {{amount_0}} Haunter.", - "quest_title_quest_gulpin_catch": "Pegar {{amount_0}} Gulpin.", - "quest_title_quest_gurdurr_evolve_b": "Evoluir {{amount_0}} Gurdurr.", - "quest_title_quest_hallo19_catch_specific_plural": "Pegar {{amount_0}} Poochyena ou Houndour.", - "quest_title_quest_hallo19_catch_type_dark_plural": "Pegar {{amount_0}} Pokémon de tipo Sombrio.", - "quest_title_quest_hallo19_catch_type_ghost_plural": "Pegar {{amount_0}} Pokémon de tipo Fantasma.", - "quest_title_quest_hallo19_evolve_plural": "Evoluir {{amount_0}} Duskull ou Shuppet.", - "quest_title_quest_hallo19_transfer_plural": "Transferir {{amount_0}} Pokémon.", - "quest_title_quest_hatch_egg_plural": "Chocar {{amount_0}} Ovos.", - "quest_title_quest_hatch_egg_routes_plural": "Chocar {{amount_0}} Ovos seguindo Rotas", - "quest_title_quest_hatch_egg_routes_singular": "Chocar 1 Ovo seguindo uma Rota", - "quest_title_quest_hatch_egg_singular": "Chocar 1 Ovo.", - "quest_title_quest_hoenn_celebration_research": "Pesquisa de celebração de Hoenn", - "quest_title_quest_hoenn19_catch_specific_plural": "Celebração de Hoenn: pegar {{amount_0}} Zigzagoon ou Taillow.", - "quest_title_quest_hoenn19_evolve_specific_plural": "Celebração de Hoenn: evoluir {{amount_0}} Wurmple.", - "quest_title_quest_hoenn19_hatch_eggs": "Celebração de Hoenn: chocar {{amount_0}} Ovos.", - "quest_title_quest_hoppt_catch_b": "Pegar {{amount_0}} Hoppip.", - "quest_title_quest_hoppt_evolve_b": "Evoluir {{amount_0}} Hoppip.", - "quest_title_quest_hoppt_evolve_s1": "Evoluir {{amount_0}} Skiploom.", - "quest_title_quest_incense_or_dai_plural": "Usar {{amount_0}} Incensos de Aventura Diários.", - "quest_title_quest_incense_or_dai_singular": "Usar 1 Incenso ou 1 Incenso de Aventura Diário.", - "quest_title_quest_incense_plural": "Usar {{amount_0}} Incensos.", - "quest_title_quest_incense_routes_plural": "Usar {{amount_0}} Incensos seguindo Rotas", - "quest_title_quest_incense_routes_singular": "Usar 1 Incenso seguindo uma Rota", - "quest_title_quest_incense_singular": "Usar 1 Incenso.", - "quest_title_quest_jan19rsd_buddywalk_singular": "Pesquisa de Feebas: ganhar 1 doce caminhando com seu companheiro.", - "quest_title_quest_jan19rsd_hatch_egg_singular": "Pesquisa de Feebas: chocar 1 Ovo.", - "quest_title_quest_jan19rsd_land_great_plural": "Pesquisa de Feebas: fazer {{amount_0}} ótimas jogadas.", - "quest_title_quest_jan19rsd_land_nice_plural": "Pesquisa de Feebas: fazer {{amount_0}} boas jogadas.", - "quest_title_quest_johtofestival_catch_special17_plural": "Festival de Johto: pegar {{amount_0}} Sunkern.", - "quest_title_quest_johtofestival_catch_type_water_plural": "Festival de Johto: pegar {{amount_0}} Pokémon de tipo Água", - "quest_title_quest_johtofestival_evolve_plural": "Festival de Johto: evoluir {{amount_0}} Sunkern ou Natu.", - "quest_title_quest_johtofestival_land_excellent_plural": "Festival de Johto: fazer {{amount_0}} excelentes jogadas.", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Festival de Johto: jogar {{amount_0}} ótimas bolas curvas seguidas.", - "quest_title_quest_johtofestival_win_raid_singular": "Festival de Johto: vencer 1 Reide.", - "quest_title_quest_kanto_green_bellsprout": "GO Tour: pegar Bellsprout.", - "quest_title_quest_kanto_green_meowth": "GO Tour: pegar Meowth.", - "quest_title_quest_kanto_green_sandshrew": "GO Tour: pegar Sandshrew.", - "quest_title_quest_kanto_green_vulpix": "GO Tour: pegar Vulpix.", - "quest_title_quest_kanto_hatch_plural": "GO Tour Kanto: chocar {{amount_0}} Ovos.", - "quest_title_quest_kanto_hatch_singular": "GO Tour Kanto: chocar 1 Ovo.", - "quest_title_quest_kanto_npc_plural": "GO Tour Kanto: derrotar {{amount_0}} desafiantes do GO Tour.", - "quest_title_quest_kanto_npc_singular": "GO Tour Kanto: derrotar 1 desafiante do GO Tour.", - "quest_title_quest_kanto_red_ekans": "GO Tour: pegar Ekans.", - "quest_title_quest_kanto_red_growlithe": "GO Tour: pegar Growlithe.", - "quest_title_quest_kanto_red_mankey": "GO Tour: pegar Mankey.", - "quest_title_quest_kanto_red_oddish": "GO Tour: pegar Oddish.", - "quest_title_quest_kecleon_catch": "Pegar {{amount_0}} Kecleon.", - "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "Jogar {{amount_0}} bolas curvas em Pokémon de tipo Fantasma.", - "quest_title_quest_land_curveball_plural": "Jogar {{amount_0}} bolas curvas.", - "quest_title_quest_land_curveball_singular": "Jogar 1 bola curva.", - "quest_title_quest_land_excellent_curveball_plural": "Jogar {{amount_0}} excelentes bolas curvas.", - "quest_title_quest_land_excellent_curveball_singular": "Jogar 1 excelente bola curva.", - "quest_title_quest_land_excellent_plural": "Fazer {{amount_0}} jogadas excelentes.", - "quest_title_quest_land_excellent_singular": "Fazer 1 jogada excelente.", - "quest_title_quest_land_great_curve_inarow_type_ghost": "Jogar {{amount_0}} ótimas bolas curvas seguidas em Pokémon de tipo Fantasma.", - "quest_title_quest_land_great_curve_type_ghost": "Jogar {{amount_0}} ótimas bolas curvas em Pokémon de tipo Fantasma.", - "quest_title_quest_land_great_curveball_plural": "Jogar {{amount_0}} ótimas bolas curvas.", - "quest_title_quest_land_great_curveball_singular": "Jogar 1 ótima bola curva.", - "quest_title_quest_land_great_plural": "Fazer {{amount_0}} ótimas jogadas.", - "quest_title_quest_land_great_singular": "Fazer 1 ótima jogada.", - "quest_title_quest_land_great_type_ghost": "Fazer {{amount_0}} ótimas jogadas em Pokémon de tipo Fantasma.", - "quest_title_quest_land_inarow_curveball_plural": "Jogar {{amount_0}} bolas curvas seguidas.", - "quest_title_quest_land_inarow_excellent_curveball_plural": "Jogar {{amount_0}} excelentes bolas curvas seguidas.", - "quest_title_quest_land_inarow_excellent_plural": "Fazer {{amount_0}} excelentes jogadas seguidas.", - "quest_title_quest_land_inarow_great_curveball_plural": "Jogar {{amount_0}} ótimas bolas curvas seguidas.", - "quest_title_quest_land_inarow_great_plural": "Fazer {{amount_0}} ótimas jogadas seguidas.", - "quest_title_quest_land_inarow_nice_curveball_plural": "Jogar {{amount_0}} boas bolas curvas seguidas.", - "quest_title_quest_land_inarow_nice_plural": "Fazer {{amount_0}} boas jogadas seguidas.", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "Jogar {{amount_0}} boas bolas curvas seguidas em Pokémon de tipo Fantasma.", - "quest_title_quest_land_nice_curve_plural": "Jogar {{amount_0}} boas bolas curvas.", - "quest_title_quest_land_nice_curve_singular": "Fazer 1 boa jogada de bola curva.", - "quest_title_quest_land_nice_curve_type_ghost": "Jogar {{amount_0}} boas bolas curvas em Pokémon de tipo Fantasma.", - "quest_title_quest_land_nice_electric_plural": "Pegar {{amount_0}} Pokémon de tipo Elétrico com boas jogadas.", - "quest_title_quest_land_nice_plural": "Fazer {{amount_0}} boas jogadas.", - "quest_title_quest_land_nice_singular": "Fazer 1 boa jogada.", - "quest_title_quest_land_nice_type_ghost": "Fazer {{amount_0}} boas jogadas em Pokémon de tipo Fantasma.", - "quest_title_quest_larvitar_cdc_evolve_b": "Evoluir {{amount_0}} Larvitar.", - "quest_title_quest_larvitar_cdc_snapshot_b": "Tirar 1 foto de {{amount_0}} Larvitar.", - "quest_title_quest_latias_wild_snap": "Tirar 1 foto de Latias selvagem.", - "quest_title_quest_latios_wild_snap": "Tirar 1 foto de Latios selvagem.", - "quest_title_quest_litten_catch_b": "Pegar {{amount_0}} Litten.", - "quest_title_quest_litten_evolve_b_plural": "Evoluir {{amount_0}} Litten.", - "quest_title_quest_litten_evolve_b_singular": "Evoluir 1 Litten.", - "quest_title_quest_litten_snapshot_b": "Tirar 1 foto de {{amount_0}} Litten.", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "Desafiar um Treinador perto de você escaneando o código de batalha dele.", - "quest_title_quest_lucky_plural": "Receber {{amount_0}} Pokémon sortudos em trocas", - "quest_title_quest_lucky_singular": "Receber um Pokémon sortudo em uma troca", - "quest_title_quest_lunar19_friends_trade_plural": "Trocar {{amount_0}} Pokémon com um amigo.", - "quest_title_quest_macht_catch_b": "Pegar {{amount_0}} Machop.", - "quest_title_quest_macht_evolve_b": "Evoluir {{amount_0}} Machop.", - "quest_title_quest_macht_evolve_s1": "Evoluir {{amount_0}} Machop.", - "quest_title_quest_magit_catch_b": "Pegar {{amount_0}} Magikarp.", - "quest_title_quest_magit_evolve_b": "Evoluir {{amount_0}} Magikarp.", - "quest_title_quest_magmt_catch_b": "Pegar {{amount_0}} Magmar.", - "quest_title_quest_magmt_evolve_b": "Evoluir {{amount_0}} Magmar.", - "quest_title_quest_mareep_catch_b": "Pegar {{amount_0}} Mareep", - "quest_title_quest_mareep_evolve_b": "Evoluir {{amount_0}} Mareep", - "quest_title_quest_mareep_snapshot_b": "Tirar 1 foto de {{amount_0}} Mareep", - "quest_title_quest_mega_evo_primal_rev_plural": "Ativar a Reversão Primitiva ou Megaevoluir um Pokémon {{amount_0}} vezes.", - "quest_title_quest_mega_evo_primal_rev_singular": "Ativar a Reversão Primitiva ou Megaevoluir um Pokémon.", - "quest_title_quest_mega_evolve_beedrill": "Megaevoluir 1 Beedrill.", - "quest_title_quest_mega_evolve_blastoise": "Megaevoluir 1 Blastoise.", - "quest_title_quest_mega_evolve_charizard": "Megaevoluir 1 Charizard.", - "quest_title_quest_mega_evolve_diancie": "Megaevoluir Diancie", - "quest_title_quest_mega_evolve_plural": "Megaevoluir {{amount_0}} Pokémon.", - "quest_title_quest_mega_evolve_rayquaza": "Megaevoluir Rayquaza", - "quest_title_quest_mega_evolve_singular": "Megaevoluir 1 Pokémon.", - "quest_title_quest_mega_evolve_venusaur": "Megaevoluir 1 Venusaur.", - "quest_title_quest_mega_join_raid_plural": "Batalhar em {{amount_0}} Megarreides.", - "quest_title_quest_mega_join_raid_singular": "Batalhar em 1 Megarreide.", - "quest_title_quest_mega_win_raid_plural": "Vencer {{amount_0}} Megarreides.", - "quest_title_quest_mega_win_raid_singular": "Vencer 1 Megarreide.", - "quest_title_quest_mesprit_wild_snap": "Tirar 1 foto de Mesprit selvagem.", - "quest_title_quest_metang_evolve_b_singular": "Evoluir um Metang.", - "quest_title_quest_more_reseach_coming_soon": "Mais pedidos de pesquisa virão em breve!", - "quest_title_quest_mudkt_catch_b": "Pegar {{amount_0}} Mudkip.", - "quest_title_quest_mudkt_evolve_b": "Evoluir {{amount_0}} Mudkip.", - "quest_title_quest_mudkt_evolve_s1": "Evoluir {{amount_0}} Marshtomp.", - "quest_title_quest_new_friends_plural": "Fazer {{amount_0}} novos amigos.", - "quest_title_quest_new_friends_singular": "Comece uma nova amizade.", - "quest_title_quest_noibat_catch_b": "Pegar {{amount_0}} Noibat.", - "quest_title_quest_noibat_evolve_b": "Evoluir {{amount_0}} Noibat.", - "quest_title_quest_noibat_snapshot_b": "Tirar 1 foto de {{amount_0}} Noibat.", - "quest_title_quest_oshat_catch_b": "Pegar {{amount_0}} Oshawott.", - "quest_title_quest_oshat_evolve_b": "Evoluir {{amount_0}} Oshawott.", - "quest_title_quest_oshat_evolve_s1": "Evoluir 1 Dewott.", - "quest_title_quest_party_catch_electric_type_plural": "Pegar {{amount_0}} Pokémon de tipo Elétrico enquanto estiver em um grupo.", - "quest_title_quest_party_catch_electric_type_singular": "Pegar 1 Pokémon de tipo Elétrico enquanto estiver em um grupo.", - "quest_title_quest_party_catch_fire_type_plural": "Pegar {{amount_0}} Pokémon de tipo Fogo enquanto estiver em um grupo.", - "quest_title_quest_party_catch_fire_type_singular": "Pegar 1 Pokémon de tipo Fogo enquanto estiver em um grupo.", - "quest_title_quest_party_catch_normal_type_plural": "Pegar {{amount_0}} Pokémon de tipo Normal enquanto estiver em um grupo.", - "quest_title_quest_party_catch_normal_type_singular": "Pegar 1 Pokémon de tipo Normal enquanto estiver em um grupo.", - "quest_title_quest_party_catch_water_type_plural": "Pegar {{amount_0}} Pokémon de tipo Água enquanto estiver em um grupo.", - "quest_title_quest_party_catch_water_type_singular": "Pegar 1 Pokémon de tipo Água enquanto estiver em um grupo.", - "quest_title_quest_party_challenge_plural": "Completar {{amount_0}} Desafios de grupo.", - "quest_title_quest_party_challenge_singular": "Completar 1 Desafio de grupo.", - "quest_title_quest_platinum_johto_badge": "Ganhe a medalha de platina de Johto.", - "quest_title_quest_platinum_kanto_badge": "Ganhar a medalha de platina de Kanto.", - "quest_title_quest_platinum_medal_plural": "Ganhar {{amount_0}} medalhas de platina", - "quest_title_quest_platinum_medal_plural_five": "Ganhar 5 medalhas de platina", - "quest_title_quest_platinum_medal_plural_forty": "Ganhar 40 medalhas de platina", - "quest_title_quest_platinum_medal_plural_ten": "Ganhar 10 medalhas de platina", - "quest_title_quest_platinum_medal_plural_twenty": "Ganhar 20 medalhas de platina", - "quest_title_quest_platinum_medal_singular": "Ganhar uma medalha de platina", - "quest_title_quest_play_buddy_singular": "Brincar com seu companheiro.", - "quest_title_quest_pokemon_appears": "Um Pokémon!", - "quest_title_quest_poliwag_catch_b": "Pegar {{amount_0}} Poliwag.", - "quest_title_quest_poliwag_evolve_b": "Evoluir {{amount_0}} Poliwag", - "quest_title_quest_poliwag_snapshot_b": "Tirar {{amount_0}} fotos de Poliwag", - "quest_title_quest_poliwhirl_evolve_b": "Evoluir {{amount_0}} Poliwhirl", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "Pegar {{amount_0}} Popplio.", - "quest_title_quest_popplio_evolve_b_plural": "Evoluir {{amount_0}} Popplio.", - "quest_title_quest_popplio_evolve_b_singular": "Evoluir 1 Popplio.", - "quest_title_quest_porygon_catch_b": "Pegar {{amount_0}} Porygon.", - "quest_title_quest_porygon_evolve_b_plural": "Evoluir {{amount_0}} Porygon.", - "quest_title_quest_porygon_evolve_b_singular": "Evoluir 1 Porygon.", - "quest_title_quest_porygon_snapshot_b": "Tirar 1 foto de {{amount_0}} Porygon.", - "quest_title_quest_porygon2_evolve_b_plural": "Evoluir {{amount_0}} Porygon2.", - "quest_title_quest_porygon2_evolve_b_singular": "Evoluir 1 Porygon2.", - "quest_title_quest_poryt_catch_b": "Pegar {{amount_0}} Porygon.", - "quest_title_quest_poryt_catch_s1": "Pegar {{amount_0}} Porygon2.", - "quest_title_quest_poryt_evolve_b": "Evoluir {{amount_0}} Porygon.", - "quest_title_quest_poryt_evolve_s1": "Evoluir {{amount_0}} Porygon2.", - "quest_title_quest_power_up_dragon_plural": "Fortalecer Pokémon de tipo Dragão {{amount_0}} vezes.", - "quest_title_quest_power_up_fire_ice": "Fortalecer Pokémon de tipo Fogo ou Gelo 5 vezes.", - "quest_title_quest_power_up_grass_ghost": "Fortalecer Pokémon de tipo Planta ou Fantasma 5 vezes.", - "quest_title_quest_power_up_legendary_plural": "Fortalecer Pokémon Lendários ou Míticos {{amount_0}} vezes.", - "quest_title_quest_power_up_legendary_singular": "Fortalecer 1 Pokémon Lendário ou Mítico.", - "quest_title_quest_power_up_max_plural": "Fortalecer {{amount_0}} Pokémon até o PC máximo deles.", - "quest_title_quest_power_up_max_singular": "Fortalecer um Pokémon até o PC máximo dele.", - "quest_title_quest_power_up_plural": "Fortalecer seus Pokémon {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_bug": "Fortalecer Pokémon de tipo Inseto {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_dark": "Fortalecer {{amount_0}} Pokémon de tipo Sombrio.", - "quest_title_quest_power_up_plural_dragon": "Fortalecer Pokémon de tipo Dragão {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_electric": "Fortalecer Pokémon de tipo Elétrico {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_fairy": "Fortalecer Pokémon de tipo Fada {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_fighting": "Fortalecer Pokémon de tipo Lutador {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_fire": "Fortalecer Pokémon de tipo Fogo {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_flying": "Fortalecer Pokémon de tipo Voador {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_ghost": "Fortalecer Pokémon de tipo Fantasma {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_grass": "Fortalecer Pokémon de tipo Planta {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_ground": "Fortalecer Pokémon de tipo Terrestre {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_ice": "Fortalecer Pokémon de tipo Gelo {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_normal": "Fortalecer Pokémon de tipo Normal {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_poison": "Fortalecer Pokémon de tipo Venenoso {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_psychic": "Fortalecer Pokémon de tipo Psíquico {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_rock": "Fortalecer Pokémon de tipo Pedra {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_rock_fairy": "Fortalecer Pokémon de tipo Pedra ou Fada {{amount_0}} vezes.", - "quest_title_quest_power_up_plural_steel": "Fortalecer {{amount_0}} Pokémon de tipo Aço.", - "quest_title_quest_power_up_plural_water": "Fortalecer Pokémon de tipo Água {{amount_0}} vezes.", - "quest_title_quest_power_up_poison_rock": "Fortalecer Pokémon de tipo Venenoso ou Pedra 5 vezes.", - "quest_title_quest_power_up_singular": "Fortalecer 1 Pokémon.", - "quest_title_quest_power_up_singular_marshadow": "Fortalecer Marshadow.", - "quest_title_quest_power_up_water_normal": "Fortalecer Pokémon de tipo Normal ou Água 5 vezes.", - "quest_title_quest_primal_raid_victory_groudon": "Vencer 1 Reide de Groudon Primitivo.", - "quest_title_quest_primal_raid_victory_kyogre": "Vencer 1 Reide de Kyogre Primitivo.", - "quest_title_quest_primal_raid_victory_plural": "Vencer {{amount_0}} Reides Primitivos.", - "quest_title_quest_primal_raid_victory_singular": "Vencer 1 Reide Primitivo.", - "quest_title_quest_primal_reversion_plural": "Activate Primal Reversion {{amount_0}} times", - "quest_title_quest_primal_reversion_singular": "Activate Primal Reversion", - "quest_title_quest_primal_surge_candy": "Invasão Primitiva: ganhar 1 doce caminhando com seu companheiro.", - "quest_title_quest_primal_surge_catch": "Invasão Primitiva: pegar 10 Pokémon.", - "quest_title_quest_primal_surge_hatch": "Invasão Primitiva: chocar 1 Ovo.", - "quest_title_quest_primal_surge_power_ground": "Invasão Primitiva: fortalecer Pokémon de tipo Terrestre 5 vezes.", - "quest_title_quest_primal_surge_power_water": "Invasão Primitiva: fortalecer Pokémon de tipo Água 5 vezes.", - "quest_title_quest_primal_surge_raid": "Invasão Primitiva: vencer 1 Reide.", - "quest_title_quest_psychicspec_catch_abra_plural": "Pegar {{amount_0}} Abra ou Drowzee.", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "Pegar {{amount_0}} Pokémon de tipo Psíquico.", - "quest_title_quest_psychicspec_evolve_plural": "Evoluir {{amount_0}} Exeggcute ou Slowpoke.", - "quest_title_quest_quaxly_evolve_b": "Evoluir 1 Quaxly.", - "quest_title_quest_quaxwell_evolve_b": "Evoluir 1 Quaxwell.", - "quest_title_quest_quilava_evolve_b_plural": "Evoluir {{amount_0}} Quilava.", - "quest_title_quest_quilava_evolve_b_singular": "Evoluir 1 Quilava.", - "quest_title_quest_quilladin_evolve_b": "Evoluir {{amount_0}} Quilladin.", - "quest_title_quest_raboot_evolve": "Evoluir 1 Raboot.", - "quest_title_quest_raid_friend_singular": "Participe de 1 Reide com 1 amigo", - "quest_title_quest_raid_t5_win": "Vencer 1 Reide de cinco estrelas.", - "quest_title_quest_raid_with_buddy_plural": "Batalhar em {{amount_0}} Reides com o seu companheiro.", - "quest_title_quest_raid_with_buddy_singular": "Batalhar em 1 Reide com o seu companheiro.", - "quest_title_quest_reach_hoenn_gold": "Ganhar 1 medalha dourada de Hoenn.", - "quest_title_quest_reach_johto_gold": "Ganhar 1 medalha de Johto dourada.", - "quest_title_quest_reach_kanto_gold": "Ganhar 1 medalha de Kanto dourada.", - "quest_title_quest_reach_kanto_silver": "Ganhar 1 medalha de Kanto prateada.", - "quest_title_quest_reach_level": "Alcançar o nível {{amount_0}}.", - "quest_title_quest_referral_initial_milestone": "Iniciou uma sessão no Pokémon GO", - "quest_title_quest_remove_bonus_challenge_desc": "Você receberá outra amanhã.", - "quest_title_quest_reward_desc_1": "Colete selos para desbloquear as descobertas extraordinárias do Professor Willow!", - "quest_title_quest_reward_desc_2": "Fará uma descoberta extraordinária com", - "quest_title_quest_reward_desc_3_plural": "{{amount_0}} selos a mais!", - "quest_title_quest_reward_desc_3_singular": "{{amount_0}} selo a mais!", - "quest_title_quest_reward_encounter_later": "Mais tarde", - "quest_title_quest_reward_encounter_uses_ar": "Você deve usar o modo de RA para pegar este Pokémon.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "Um Pokémon misterioso apareceu!", - "quest_title_quest_reward_start_encounter": "Iniciar encontro", - "quest_title_quest_rocket_battle_plural": "Batalhar {{amount_0}} Recrutas da Equipe GO Rocket", - "quest_title_quest_rocket_battle_win_plural": "Derrotar {{amount_0}} Recrutas da Equipe GO Rocket.", - "quest_title_quest_rocket_battle_win_singular": "Derrotar 1 Recruta da Equipe GO Rocket.", - "quest_title_quest_rocket_catch_shadow_singular": "Pegar 1 Pokémon Sombroso.", - "quest_title_quest_rocket_evolve_plural": "Evoluir {{amount_0}} Pokémon.", - "quest_title_quest_rocket_leader_battle_win_singular": "Derrotar 1 Líder da Equipe GO Rocket.", - "quest_title_quest_rocket_power_up_plural": "Fortalecer seus Pokémon {{amount_0}} vezes.", - "quest_title_quest_rocket_purify_dark_plural": "Purificar {{amount_0}} Pokémon Sombrosos de tipo Sombrio.", - "quest_title_quest_rocket_purify_fire_plural": "Purificar {{amount_0}} Pokémon Sombrosos de tipo Fogo.", - "quest_title_quest_rocket_purify_plural": "Purificar {{amount_0}} Pokémon Sombrosos.", - "quest_title_quest_rocket_purify_type_singular": "Purificar 1 Pokémon Sombroso de tipo Fogo, Água ou Grama.", - "quest_title_quest_rocket_rescue_shadow_plural": "Resgatar {{amount_0}} Pokémon Sombrosos.", - "quest_title_quest_rocket_shadow_plural": "Pegar {{amount_0}} Pokémon Sombrosos.", - "quest_title_quest_rockethq1_arlo_win": "Derrotar Líder da Equipe GO Rocket Arlo.", - "quest_title_quest_rockethq1_arlo_win_plural": "Derrotar o Líder da Equipe GO Rocket Arlo {{amount_0}} vezes.", - "quest_title_quest_rockethq1_battle_boss": "Batalhar contra o chefe da Equipe GO Rocket.", - "quest_title_quest_rockethq1_catch_legendary_shadow": "Pegar o Pokémon Lendário Sombroso.", - "quest_title_quest_rockethq1_catch_shadow1": "Pegar {{amount_0}} Pokémon Sombrosos.", - "quest_title_quest_rockethq1_cliff_win": "Derrotar Líder da Equipe GO Rocket Cliff.", - "quest_title_quest_rockethq1_cliff_win_plural": "Derrotar o Líder da Equipe GO Rocket Cliff {{amount_0}} vezes.", - "quest_title_quest_rockethq1_defeat_boss": "Derrotar o chefe da Equipe GO Rocket.", - "quest_title_quest_rockethq1_find_boss": "Encontrar o chefe da Equipe GO Rocket.", - "quest_title_quest_rockethq1_grunt_win1": "Derrotar {{amount_0}} Recrutas da Equipe GO Rocket.", - "quest_title_quest_rockethq1_grunt_win2": "Derrotar {{amount_0}} Recrutas da Equipe GO Rocket.", - "quest_title_quest_rockethq1_leader_win_plural": "Derrotar 1 Líder da Equipe GO Rocket {{amount_0}} vezes.", - "quest_title_quest_rockethq1_leaders_win_plural": "Derrotar 1 Líder da Equipe GO Rocket {{amount_0}} vezes.", - "quest_title_quest_rockethq1_purify": "Purifique {{amount_0}} Pokémon Sombrosos.", - "quest_title_quest_rockethq1_raid_win": "Vencer {{amount_0}} Reides.", - "quest_title_quest_rockethq1_sierra_win": "Derrotar Líder da Equipe GO Rocket Sierra.", - "quest_title_quest_rockethq1_sierra_win_plural": "Derrotar a Líder da Equipe GO Rocket Sierra {{amount_0}} vezes.", - "quest_title_quest_rockethq1_spin": "Girar {{amount_0}} fotodiscos de Poképaradas.", - "quest_title_quest_rockethq1_spin_row": "Girar fotodiscos de Poképaradas {{amount_0}} dias seguidos.", - "quest_title_quest_rockethq1_supereffective": "Usar {{amount_0}} ataques carregados supereficazes em Batalhas de Ginásio.", - "quest_title_quest_rockethq1_trainerbattle_win": "Vencer {{amount_0}} batalhas de Treinador da Grande Liga contra outro Treinador.", - "quest_title_quest_roggenrola_catch_b": "Pegar {{amount_0}} Roggenrola.", - "quest_title_quest_roggenrola_evolve_b": "Evoluir {{amount_0}} Roggenrola.", - "quest_title_quest_roggenrola_snapshot_b": "Tirar {{amount_0}} fotos de Roggenrola.", - "quest_title_quest_roset_catch_b": "Pegar {{amount_0}} Roselia.", - "quest_title_quest_roset_evolve_b": "Evoluir {{amount_0}} Roselia.", - "quest_title_quest_rowlet_catch_b": "Pegar {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_plural": "Evoluir {{amount_0}} Rowlet.", - "quest_title_quest_rowlet_evolve_b_singular": "Evoluir {{amount_0}} Rowlet.", - "quest_title_quest_rowlet_snapshot_b": "Tirar 1 foto de {{amount_0}} Rowlet.", - "quest_title_quest_sandt_catch_b": "Pegar {{amount_0}} Sandshrew.", - "quest_title_quest_sandt_evolve_b": "Evoluir {{amount_0}} Sandshrew.", - "quest_title_quest_scorbunny_evolve": "Evoluir 1 Scorbunny.", - "quest_title_quest_send_gifts_daily_row": "Envie presentes {{amount_0}} dias seguidos.", - "quest_title_quest_send_gifts_plural": "Enviar {{amount_0}} presentes para amigos.", - "quest_title_quest_send_gifts_singular": "Enviar 1 presente para um amigo.", - "quest_title_quest_send_gifts_sticker_plural": "Enviar {{amount_0}} presentes e adicionar um adesivo em cada", - "quest_title_quest_send_gifts_sticker_singular": "Enviar um presente com um adesivo.", - "quest_title_quest_shelgon_evolve_b_plural": "Evoluir {{amount_0}} Shelgon.", - "quest_title_quest_shelgon_evolve_b_singular": "Evoluir 1 Shelgon.", - "quest_title_quest_shint_catch_b": "Pegar {{amount_0}} Shinx.", - "quest_title_quest_shint_evolve_b": "Evoluir {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_s1": "Evoluir {{amount_0}} Luxio.", - "quest_title_quest_sinnoh_evolve_plural": "Evoluir {{amount_0}} Pokémon para espécies originárias da região de Sinnoh.", - "quest_title_quest_sinnoh_evolve_stone_plural": "Usar 1 Pedra de Sinnoh para evoluir {{amount_0}} Pokémon.", - "quest_title_quest_sinnoh_medal_gold": "Ganhar 1 medalha dourada de Sinnoh.", - "quest_title_quest_sliggoo_evolve_b_plural": "Evoluir {{amount_0}} Sliggoo.", - "quest_title_quest_sliggoo_evolve_b_singular": "Evoluir 1 Sliggoo.", - "quest_title_quest_slowpoke_catch_b": "Pegar {{amount_0}} Slowpoke ou Slowpoke de Galar.", - "quest_title_quest_slowpoke_evolve_b": "Evoluir {{amount_0}} Slowpoke ou Slowpoke de Galar.", - "quest_title_quest_slowpoke_snapshot_b": "Tirar uma foto de {{amount_0}} Slowpoke ou Slowpoke de Galar.", - "quest_title_quest_snapshot_ar_photo_safari": "Tirar uma foto do seu companheiro no estande do Pokémon GO.", - "quest_title_quest_snapshot_bali": "Tirar 1 foto em Bali.", - "quest_title_quest_snapshot_buddy": "Tirar 1 foto com seu companheiro.", - "quest_title_quest_snapshot_bulbasaur": "Tirar 1 foto de Bulbasaur.", - "quest_title_quest_snapshot_charmander": "Tirar 1 foto de Charmander.", - "quest_title_quest_snapshot_chikorita": "Tirar 1 foto de seu Chikorita.", - "quest_title_quest_snapshot_cyndaquil": "Tirar 1 foto de seu Cyndaquil.", - "quest_title_quest_snapshot_genesect": "Tirar {{amount_0}} fotos de Genesect.", - "quest_title_quest_snapshot_hariyama": "Tirar 1 foto de seu Hariyama.", - "quest_title_quest_snapshot_hoopa_singular": "Tirar 1 foto de Hoopa.", - "quest_title_quest_snapshot_jeju": "Tire uma foto na Ilha de Jeju", - "quest_title_quest_snapshot_keldeo": "Tirar {{amount_0}} fotos de Keldeo.", - "quest_title_quest_snapshot_landorus": "Tirar 1 foto de Landorus.", - "quest_title_quest_snapshot_machamp": "Tirar 1 foto de seu Machamp.", - "quest_title_quest_snapshot_okinawa": "Tirar 1 foto em Okinawa.", - "quest_title_quest_snapshot_poison_grass_singular": "Tirar 1 foto de um Pokémon selvagem de tipo Venenoso.", - "quest_title_quest_snapshot_regi_ice": "Tirar 1 foto de Regice.", - "quest_title_quest_snapshot_regi_rock": "Tirar 1 foto de Regirock.", - "quest_title_quest_snapshot_regi_steel": "Tirar 1 foto de Registeel.", - "quest_title_quest_snapshot_scrafty": "Tirar 1 foto de seu Scrafty.", - "quest_title_quest_snapshot_singular": "Tirar 1 foto.", - "quest_title_quest_snapshot_storage_bug_unique_plural": "Tirar fotos de {{amount_0}} Pokémon de tipo Inseto diferentes que você pegou.", - "quest_title_quest_snapshot_storage_steel_unique_plural": "Tirar fotos de {{amount_0}} Pokémon de tipo Aço diferentes que você pegou.", - "quest_title_quest_snapshot_storage_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes.", - "quest_title_quest_snapshot_surabaya": "Tirar 1 foto em Surabaya.", - "quest_title_quest_snapshot_thundurus": "Tirar 1 foto de Thundurus.", - "quest_title_quest_snapshot_tornadus": "Tirar 1 foto de Tornadus.", - "quest_title_quest_snapshot_totodile": "Tirar 1 foto de seu Totodile.", - "quest_title_quest_snapshot_unique_fire_pokemon": "Tirar fotos de {{amount_0}} Pokémon de tipo Fogo diferentes.", - "quest_title_quest_snapshot_unique_pokemon": "Tirar fotos de {{amount_0}} Pokémon diferentes.", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Tirar 1 foto de Shinx, Blitzle ou Furfrou selvagem.", - "quest_title_quest_snapshot_wild_bug_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Inseto.", - "quest_title_quest_snapshot_wild_bug_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Inseto diferentes.", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Tirar 1 foto de Butterfree, Shinx ou Blitzle selvagem.", - "quest_title_quest_snapshot_wild_dark_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Sombrio.", - "quest_title_quest_snapshot_wild_dark_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes de tipo Sombrio.", - "quest_title_quest_snapshot_wild_dragon_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Dragão.", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Dragão diferentes.", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Tirar 1 foto de Chinchou, Finneon ou Ducklett selvagem.", - "quest_title_quest_snapshot_wild_eevee": "Tirar 1 foto de Eevee selvagem.", - "quest_title_quest_snapshot_wild_electric_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Elétrico.", - "quest_title_quest_snapshot_wild_electric_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Elétrico diferentes.", - "quest_title_quest_snapshot_wild_entei": "Tirar 1 foto de Entei selvagem.", - "quest_title_quest_snapshot_wild_fairy_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Fada.", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Fada diferentes.", - "quest_title_quest_snapshot_wild_fighting_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Lutador.", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Lutador diferentes.", - "quest_title_quest_snapshot_wild_fire_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Fogo.", - "quest_title_quest_snapshot_wild_fire_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes de tipo Fogo.", - "quest_title_quest_snapshot_wild_flying_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Voador.", - "quest_title_quest_snapshot_wild_flying_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Voador diferentes.", - "quest_title_quest_snapshot_wild_frillish_absol": "Tirar 1 foto de Absol ou Frillish selvagem.", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Tirar 1 foto de Sandshrew, Geodude ou Cacnea selvagem.", - "quest_title_quest_snapshot_wild_ghost_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Fantasma.", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes de tipo Fantasma.", - "quest_title_quest_snapshot_wild_grass_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Planta.", - "quest_title_quest_snapshot_wild_grass_singular": "Tirar 1 foto de um Pokémon selvagem de tipo Planta.", - "quest_title_quest_snapshot_wild_grass_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Planta diferentes.", - "quest_title_quest_snapshot_wild_ground_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Terrestre.", - "quest_title_quest_snapshot_wild_ground_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Terrestre diferentes.", - "quest_title_quest_snapshot_wild_hoothoot": "Tirar 1 foto de Hoothoot selvagem.", - "quest_title_quest_snapshot_wild_ice_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Gelo.", - "quest_title_quest_snapshot_wild_ice_singular": "Tirar 1 foto de um Pokémon selvagem de tipo Gelo.", - "quest_title_quest_snapshot_wild_ice_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Gelo diferentes.", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Tirar 1 foto de Metapod, Aipom ou Lotad selvagem.", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Tirar 1 foto de Chinchou, Luvdisc ou Finneon selvagem.", - "quest_title_quest_snapshot_wild_mareanie_singluar": "Tirar 1 foto de Mareanie selvagem.", - "quest_title_quest_snapshot_wild_normal_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Normal.", - "quest_title_quest_snapshot_wild_normal_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Normal diferentes.", - "quest_title_quest_snapshot_wild_plural": "Tirar {{amount_0}} fotos de Pokémon selvagem.", - "quest_title_quest_snapshot_wild_poison_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Venenoso.", - "quest_title_quest_snapshot_wild_poison_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Venenoso diferentes.", - "quest_title_quest_snapshot_wild_psychic_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Psíquico.", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Psíquico diferentes.", - "quest_title_quest_snapshot_wild_raikou": "Tirar 1 foto de Raikou selvagem.", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes de tipo Terrestre, Pedra ou Fada", - "quest_title_quest_snapshot_wild_rock_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Pedra.", - "quest_title_quest_snapshot_wild_rock_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Pedra diferentes.", - "quest_title_quest_snapshot_wild_singular": "Tirar 1 foto de um Pokémon selvagem.", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Tirar 1 foto de Dodrio, Mantine ou Skarmory selvagem.", - "quest_title_quest_snapshot_wild_skitty_kirlia": "Tirar 1 foto de Kirlia ou Skitty selvagem.", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Tirar 1 foto de Sneasel, Croagunk ou Frillish selvagem.", - "quest_title_quest_snapshot_wild_steel_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Aço.", - "quest_title_quest_snapshot_wild_steel_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Aço diferentes.", - "quest_title_quest_snapshot_wild_suicune": "Tirar 1 foto de Suicune selvagem.", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Tirar 1 foto de Sandshrew, Trapinch ou Cacnea selvagem.", - "quest_title_quest_snapshot_wild_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes.", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens diferentes de tipo Fogo, Água ou Planta.", - "quest_title_quest_snapshot_wild_water_plural": "Tirar {{amount_0}} fotos de Pokémon selvagens de tipo Água.", - "quest_title_quest_snapshot_wild_water_singular": "Tirar uma foto de um Pokémon selvagem de tipo Água.", - "quest_title_quest_snapshot_wild_water_unique_plural": "Tirar fotos de {{amount_0}} Pokémon selvagens de tipo Água diferentes.", - "quest_title_quest_snapshot_yogyakarta": "Tirar 1 foto em Yogyakarta.", - "quest_title_quest_snapshots_inarow_plural": "Tirar um retrato de um Pokémon {{amount_0}} dias seguidos", - "quest_title_quest_snapshots_plural": "Tirar {{amount_0}} fotos.", - "quest_title_quest_snapshots_your_plural": "Tirar {{amount_0}} fotos de seu Pokémon.", - "quest_title_quest_snapshots_your_singular": "Tirar 1 foto de um de seus Pokémon.", - "quest_title_quest_snivt_catch_b": "Pegar {{amount_0}} Snivy.", - "quest_title_quest_snivt_evolve_b": "Evoluir {{amount_0}} Snivy.", - "quest_title_quest_snivt_evolve_s1": "Evoluir {{amount_0}} Servine.", - "quest_title_quest_sobble_evolve": "Evoluir 1 Sobble.", - "quest_title_quest_sphet_catch_b": "Pegar {{amount_0}} Spheal.", - "quest_title_quest_sphet_evolve_b": "Evoluir {{amount_0}} Spheal.", - "quest_title_quest_sphet_evolve_s1": "Evoluir {{amount_0}} Sealeo.", - "quest_title_quest_spin_151": "Girar 151 fotodiscos de Poképaradas ou Ginásios.", - "quest_title_quest_spin_daysinarow": "Visitar Poképaradas {{amount_0}} dia seguidos.", - "quest_title_quest_spin_go_tour_habitat_01": "Girar {{amount_0}} Poképaradas ou Ginásios no habitat Metrópole à Beira Mar.", - "quest_title_quest_spin_go_tour_habitat_02": "Girar {{amount_0}} Poképaradas ou Ginásios no habitat Ruínas Labirínticas.", - "quest_title_quest_spin_go_tour_habitat_03": "Girar {{amount_0}} Poképaradas ou Ginásios no habitat Lamaçal Borbulhante.", - "quest_title_quest_spin_go_tour_habitat_04": "Girar {{amount_0}} Poképaradas ou Ginásios no habitat Termas Montanhosas.", - "quest_title_quest_spin_go_tour_spiritomb_plural": "Girar {{amount_0}} Poképaradas diferentes de Spiritomb .", - "quest_title_quest_spin_go_tour_spiritomb_singular": "Girar 1 Poképarada de Spiritomb.", - "quest_title_quest_spin_mexico_plural": "Girar {{amount_0}} fotodiscos de Poképaradas no México.", - "quest_title_quest_spin_mexico_singular": "Girar 1 fotodisco de Poképarada no México.", - "quest_title_quest_spin_pokestop_days": "Visitar Poképaradas em {{amount_0}} dias diferentes.", - "quest_title_quest_spin_ultra_wormhole_gym": "Girar o fotodisco do Ginásio marcado como “Ultrafenda Espacial”.", - "quest_title_quest_spin_wcs_2024": "Girar 10 Poképaradas ou Ginásios no Hawaiʻi Convention Center.", - "quest_title_quest_sprigatito_evolve_b": "Evoluir 1 Sprigatito.", - "quest_title_quest_squirtle_catch_b": "Pegar {{amount_0}} Squirtle.", - "quest_title_quest_squirtle_evolve_b": "Evoluir {{amount_0}} Squirtle.", - "quest_title_quest_squirtle_snapshot_b": "Tirar {{amount_0}} fotos de Squirtle.", - "quest_title_quest_st_catch_s": "Pegar 15 Seedot", - "quest_title_quest_st_evolve_n": "Evoluir 1 Nuzleaf", - "quest_title_quest_st_evolve_s": "Evoluir 3 Seedot", - "quest_title_quest_stardust_plural": "Ganhar {{amount_0}} Poeiras Estelares.", - "quest_title_quest_starly_catch_b": "Pegar {{amount_0}} Starly.", - "quest_title_quest_starly_evolve_b": "Evoluir {{amount_0}} Starly.", - "quest_title_quest_starly_snapshot_b": "Tirar {{amount_0}} fotos de Starly.", - "quest_title_quest_start_battle": "COMEÇAR A BATALHA!", - "quest_title_quest_steenee_evolve_b_plural": "Evoluir {{amount_0}} Steenee.", - "quest_title_quest_steenee_evolve_b_singular": "Evoluir 1 Steenee.", - "quest_title_quest_streak_format": "Dias consecutivos: {{amount_0}}!", - "quest_title_quest_stuff_catch_b": "Pegar {{amount_0}} Stufful.", - "quest_title_quest_stuff_evolve_b": "Evoluir {{amount_0}} Stufful.", - "quest_title_quest_stuff_snapshot_b": "Tirar 1 foto de Stufful selvagem.", - "quest_title_quest_supereffective_charge_party_plural": "Usar {{amount_0}} ataques carregados supereficazes enquanto estiver em um grupo.", - "quest_title_quest_supereffective_charge_party_singular": "Usar 1 ataque carregado supereficaz enquanto estiver em um grupo.", - "quest_title_quest_supereffective_charge_plural": "Usar {{amount_0}} ataques carregados supereficazes", - "quest_title_quest_supereffective_charge_singular": "Usar um ataque carregado supereficaz", - "quest_title_quest_surskit_catch": "Pegar {{amount_0}} Surskit.", - "quest_title_quest_swabt_catch_b": "Pegar {{amount_0}} Swablu.", - "quest_title_quest_swabt_evolve_b": "Evoluir {{amount_0}} Swablu.", - "quest_title_quest_swinub_cdc_evolve_b": "Evolua {{amount_0}} Swinub", - "quest_title_quest_swinub_cdc_snapshot_b": "Tire uma foto de {{amount_0}} Swinub", - "quest_title_quest_teddiursa_catch_b": "Pegar {{amount_0}} Teddiursa.", - "quest_title_quest_teddiursa_evolve_b": "Evoluir {{amount_0}} Teddiursa.", - "quest_title_quest_teddiursa_snapshot_b": "Tirar 1 foto de {{amount_0}} Teddiursa.", - "quest_title_quest_template.display.branches#0.button_text_key": "Reides, Recrutas e Ginásios!", - "quest_title_quest_template.display.branches#0.description_key": "Ao escolher este caminho, você receberá tarefas relacionadas a Ginásios desafiadores, Reides e membros da Equipe GO Rocket para ganhar recompensas, como um encontro com Charizard e muito mais.", - "quest_title_quest_template.display.branches#1.button_text_key": "Liga de Batalha GO!", - "quest_title_quest_template.display.branches#1.description_key": "Ao escolher este caminho, você será desafiado com tarefas relacionadas a batalhas com outros Treinadores e ganhará recompensas, como um encontro com Charizard e muito mais.", - "quest_title_quest_tepit_catch_b": "Pegar {{amount_0}} Tepig.", - "quest_title_quest_tepit_evolve_b": "Evoluir {{amount_0}} Tepig.", - "quest_title_quest_tepit_evolve_s1": "Evoluir {{amount_0}} Pignite.", - "quest_title_quest_thwackey_evolve": "Evoluir 1 Thwackey.", - "quest_title_quest_timburr_catch_b": "Pegar {{amount_0}} Timburr.", - "quest_title_quest_timburr_evolve_b": "Evoluir {{amount_0}} Timburr.", - "quest_title_quest_timburr_snapshot_b": "Tirar 1 foto de {{amount_0}} Timburr.", - "quest_title_quest_time_remaining_day_plural": "Você tem {{amount_0}} dias para completar esta pesquisa especial", - "quest_title_quest_time_remaining_day_singular": "Você tem {{amount_0}} dia para completar esta pesquisa especial", - "quest_title_quest_togetic_catch_b": "Pegar {{amount_0}} Togetic.", - "quest_title_quest_togetic_evolve_b": "Evoluir {{amount_0}} Togetic.", - "quest_title_quest_togetic_snapshot_b": "Tirar 1 foto de {{amount_0}} Togetic.", - "quest_title_quest_torracat_evolve_b_plural": "Evoluir {{amount_0}} Torracat.", - "quest_title_quest_torracat_evolve_b_singular": "Evoluir 1 Torracat.", - "quest_title_quest_trade_50km_plural": "Realizar {{amount_0}} trocas com Pokémon pegos a pelo menos 50 km de distância", - "quest_title_quest_trade_100km_plural": "Realizar {{amount_0}} trocas com Pokémon pegos a pelo menos 100 km de distância", - "quest_title_quest_trade_200km_plural": "Realizar {{amount_0}} trocas com Pokémon pegos a pelo menos 200 km de distância", - "quest_title_quest_trade_300km_plural": "Realizar {{amount_0}} trocas com Pokémon pegos a pelo menos 300 km de distância", - "quest_title_quest_trade_400km_plural": "Realizar {{amount_0}} trocas com Pokémon pegos a pelo menos 400 km de distância", - "quest_title_quest_trade_500km_plural": "Realizar {{amount_0}} trocas com Pokémon pegos a pelo menos 500 km de distância", - "quest_title_quest_trade_500km_singular": "Realizar uma troca com Pokémon pegos a pelo menos 500 km de distância", - "quest_title_quest_trade_pikachu_plural": "Trocar {{amount_0}} Pikachu.", - "quest_title_quest_trade_plural": "Trocar Pokémon {{amount_0}} vezes.", - "quest_title_quest_trade_singular": "Trocar 1 Pokémon.", - "quest_title_quest_transfer_pidgey_plural": "Transferir {{amount_0}} Pidgey.", - "quest_title_quest_transfer_pokemon_plural": "Transferir {{amount_0}} Pokémon.", - "quest_title_quest_transfer_pokemon_singular": "Transferir 1 Pokémon.", - "quest_title_quest_transfer_rock_or_poison_plural": "Transferir {{amount_0}} Pokémon de tipo Pedra ou Venenoso.", - "quest_title_quest_transfer_rock_poison": "Transferir {{amount_0}} Pokémon de tipo Pedra ou Venenoso.", - "quest_title_quest_transfer_type_bug_plural": "Transferir {{amount_0}} Pokémon de tipo Inseto.", - "quest_title_quest_transfer_type_dark_plural": "Transferir {{amount_0}} Pokémon de tipo Sombrio.", - "quest_title_quest_transfer_type_dragon_plural": "Transferir {{amount_0}} Pokémon de tipo Dragão.", - "quest_title_quest_transfer_type_electric_plural": "Transferir {{amount_0}} Pokémon de tipo Elétrico.", - "quest_title_quest_transfer_type_fairy_plural": "Transferir {{amount_0}} Pokémon de tipo Fada.", - "quest_title_quest_transfer_type_fighting_plural": "Transferir {{amount_0}} Pokémon de tipo Lutador.", - "quest_title_quest_transfer_type_fire_plural": "Transferir {{amount_0}} Pokémon de tipo Fogo.", - "quest_title_quest_transfer_type_flying_plural": "Transferir {{amount_0}} Pokémon de tipo Voador.", - "quest_title_quest_transfer_type_ghost_plural": "Transferir {{amount_0}} Pokémon de tipo Fantasma.", - "quest_title_quest_transfer_type_grass_plural": "Transferir {{amount_0}} Pokémon de tipo Planta.", - "quest_title_quest_transfer_type_ground_plural": "Transferir {{amount_0}} Pokémon de tipo Terrestre.", - "quest_title_quest_transfer_type_ice_plural": "Transferir {{amount_0}} Pokémon de tipo Gelo.", - "quest_title_quest_transfer_type_normal_plural": "Transferir {{amount_0}} Pokémon de tipo Normal.", - "quest_title_quest_transfer_type_poison_plural": "Transferir {{amount_0}} Pokémon de tipo Venenoso.", - "quest_title_quest_transfer_type_psychic_plural": "Transferir {{amount_0}} Pokémon de tipo Psíquico.", - "quest_title_quest_transfer_type_rock_plural": "Transferir {{amount_0}} Pokémon de tipo Pedra.", - "quest_title_quest_transfer_type_steel_plural": "Transferir {{amount_0}} Pokémon de tipo Aço.", - "quest_title_quest_transfer_type_water_plural": "Transferir {{amount_0}} Pokémon de tipo Água.", - "quest_title_quest_travel_routes_km_plural": "Percorrer {{amount_0}} km enquanto explora Rotas", - "quest_title_quest_travel_routes_meters_plural": "Percorrer {{amount_0}} m enquanto explora Rotas", - "quest_title_quest_tynamo_catch_b": "Pegar {{amount_0}} Tynamo.", - "quest_title_quest_tynamo_evolve_b_plural": "Evoluir {{amount_0}} Tynamo.", - "quest_title_quest_tynamo_evolve_b_singular": "Evoluir 1 Tynamo.", - "quest_title_quest_under_investigation": "O Professor Willow está atualmente realizando uma investigação sobre esta pesquisa. Confira mais detalhes em breve!", - "quest_title_quest_urd22_june_battle_gym": "Dia de pesquisa: batalhar em 1 Ginásio.", - "quest_title_quest_urd22_june_battle_raid": "Dia de pesquisa: batalhar em 1 Reide.", - "quest_title_quest_urd22_june_beries": "Dia de pesquisa: usar {{amount_0}} Frutas para ajudar a pegar Pokémon.", - "quest_title_quest_urd22_june_catch_rock": "Dia de pesquisa: pegar {{amount_0}} Pokémon de tipo Pedra.", - "quest_title_quest_urd22_june_catch_weather": "Dia de pesquisa: pegar {{amount_0}} Pokémon com fortalecimento de clima.", - "quest_title_quest_urd22_june_curveball": "Dia de pesquisa: acertar {{amount_0}} bolas curvas.", - "quest_title_quest_urd22_june_curveball_row": "Dia de pesquisa: acertar {{amount_0}} bolas curvas seguidas.", - "quest_title_quest_urd22_june_evolve_rock": "Dia de pesquisa: evoluir {{amount_0}} Pokémon de tipo Pedra.", - "quest_title_quest_urd22_june_gift_sticker": "Dia de pesquisa: enviar {{amount_0}} presentes com adesivos.", - "quest_title_quest_urd22_june_great": "Dia de pesquisa: acertar {{amount_0}} ótimas jogadas.", - "quest_title_quest_urd22_june_great_row": "Dia de pesquisa: acertar {{amount_0}} ótimas jogadas seguidas.", - "quest_title_quest_urd22_june_nice": "Dia de pesquisa: acertar {{amount_0}} boas jogadas.", - "quest_title_quest_urd22_june_nice_row": "Dia de pesquisa: acertar {{amount_0}} boas jogadas seguidas.", - "quest_title_quest_urd22_june_powerup": "Dia de pesquisa: fortalecer um Pokémon {{amount_0}} vezes.", - "quest_title_quest_urd22_june_snap_rock": "Dia de pesquisa: tirar 1 foto de um Pokémon selvagem de tipo Pedra.", - "quest_title_quest_urd22_june_spin_stops": "Dia de pesquisa: girar {{amount_0}} fotodiscos de Poképaradas.", - "quest_title_quest_urd22_june_supereffective": "Dia de pesquisa: usar 1 ataque carregado supereficaz. ", - "quest_title_quest_ursaring_evolve_b": "Evoluir {{amount_0}} Ursaring.", - "quest_title_quest_use_any_potion": "Usar qualquer Poção em um Pokémon.", - "quest_title_quest_use_charged_move_singular": "Usar um ataque carregado supereficaz.", - "quest_title_quest_use_charged_tm": "Usar 1 MT de ataque carregado.", - "quest_title_quest_use_dai_plural": "Usar {{amount_0}} Incensos de Aventura Diários.", - "quest_title_quest_use_dai_singular": "Usar 1 Incenso de Aventura Diário.", - "quest_title_quest_use_fast_tm": "Usar 1 MT de ataque ágil.", - "quest_title_quest_use_hyper_potion": "Usar 1 Hiperpoção em um Pokémon.", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "Usar {{amount_0}} Módulos Atrair seguindo Rotas", - "quest_title_quest_use_lure_singular": "Usar 1 Módulo Atrair seguindo uma Rota", - "quest_title_quest_use_max_potion": "Usar 1 Poção Máxima em um Pokémon.", - "quest_title_quest_use_poffin": "Usar 1 Poffin.", - "quest_title_quest_use_rare_candy_plural": "Usar {{amount_0}} Doces Raros.", - "quest_title_quest_use_rare_candy_singular": "Usar 1 Doce Raro.", - "quest_title_quest_use_standard_charged_tm": "Usar 1 MT de ataque carregado.", - "quest_title_quest_use_standard_fast_tm": "Usar 1 MT de ataque ágil.", - "quest_title_quest_use_super_potion": "Usar 1 Superpoção em um Pokémon.", - "quest_title_quest_uxie_wild_snap": "Tirar 1 foto de Uxie selvagem.", - "quest_title_quest_val19_catch_specific_plural": "Dia dos Namorados: Pegar {{amount_0}} Luvdisc.", - "quest_title_quest_val19_catch_specific_singular": "Dia dos Namorados: Pegar 1 Chansey.", - "quest_title_quest_visit_different_pokestops": "Girar {{amount_0}} fotodiscos de Poképaradas diferentes.", - "quest_title_quest_visit_pokestop_new_plural": "Girar {{amount_0}} fotodiscos de Poképaradas que não tenha visitado antes.", - "quest_title_quest_visit_pokestop_new_singular": "Girar 1 fotodisco de uma Poképarada que não tenha visitado antes.", - "quest_title_quest_visit_pokestops_party_plural": "Girar {{amount_0}} Poképaradas ou Ginásios enquanto estiver em um grupo.", - "quest_title_quest_visit_pokestops_plural": "Girar {{amount_0}} fotodiscos de Poképaradas ou Ginásios.", - "quest_title_quest_visit_pokestops_singular": "Girar 1 fotodisco de uma Poképarada ou Ginásio.", - "quest_title_quest_visit_unique_pokestops_plural": "Girar {{amount_0}} fotodiscos de Poképaradas ou Ginásios diferentes.", - "quest_title_quest_wailmer_catch_b": "Pegar {{amount_0}} Wailmer.", - "quest_title_quest_waina_catch_great_ultra_plural": "Pegar {{amount_0}} Pokémon em Grande Bolas ou Ultra Bolas usando o Pokémon GO Plus +.", - "quest_title_quest_waina_catch_plural": "Pegar {{amount_0}} Pokémon em Poké Bolas usando o Pokémon GO Plus +.", - "quest_title_quest_waina_sleep_days": "Monitorar seu sono usando Pokémon GO Plus + durante {{amount_0}} dias.", - "quest_title_quest_waina_sleep_days_singular": "Monitore o sono usando o Pokémon GO Plus + por 1 dia.", - "quest_title_quest_waina_spin_pokestop_plural": "Girar {{amount_0}} Poképaradas usando o Pokémon GO Plus +.", - "quest_title_quest_walk_25km_inaweek_plural": "Receber as recompensas semanais por caminhar 25 km usando a Sincroaventura {{amount_0}} vezes", - "quest_title_quest_walk_buddy_plural": "Ganhar {{amount_0}} doces caminhando com seu companheiro.", - "quest_title_quest_walk_buddy_singular": "Ganhar 1 doce caminhando com seu companheiro.", - "quest_title_quest_walk_eevee_for_evo": "Caminhar 10 km com Eevee como seu companheiro para receber doce.", - "quest_title_quest_walk_hgrowlithe_header_0": "Caudas da aventura", - "quest_title_quest_walk_km": "Caminhar {{amount_0}} km.", - "quest_title_quest_walk_km_plural": "Caminhar {{amount_0}} km.", - "quest_title_quest_walk_routes_plural": "Percorrer {{amount_0}} km seguindo Rotas", - "quest_title_quest_walk_routes_singular": "Percorrer {{amount_0}} km seguindo Rotas", - "quest_title_quest_walk_steps": "Caminhar {{amount_0}} passos.", - "quest_title_quest_wartortle_evolve_b": "Evoluir {{amount_0}} Wartortle.", - "quest_title_quest_waterfestival_catch_feed_plural": "Festival Aquático: usar {{amount_0}} frutas para ajudar você a pegar Pokémon.", - "quest_title_quest_waterfestival_catch_pokemon_plural": "Festival Aquático: pegar {{amount_0}} Pokémon.", - "quest_title_quest_waterfestival_catch_special9_plural": "Festival Aquático: pegar {{amount_0}} Magikarp ou Wailmer.", - "quest_title_quest_waterfestival_catch_type_water_plural": "Festival Aquático: pegar {{amount_0}} Pokémon de tipo Água.", - "quest_title_quest_waterfestival_evolve_plural": "Festival Aquático: evoluir {{amount_0}} Shellder.", - "quest_title_quest_waterfestival_evolve_type_water_plural": "Festival Aquático: evoluir {{amount_0}} Pokémon de tipo Água.", - "quest_title_quest_waterfestival_hatch_egg_singular": "Festival Aquático: chocar 1 Ovo.", - "quest_title_quest_waterfestival_land_great_plural": "Festival Aquático: fazer {{amount_0}} ótimas jogadas.", - "quest_title_quest_waterfestival_land_nice_plural": "Festival Aquático: fazer {{amount_0}} boas jogadas.", - "quest_title_quest_waterfestival_win_raid_singular": "Festival Aquático: ganhar 1 Reide.", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Bônus Wayfarer: pegar {{amount_0}} Pokémon.", - "quest_title_quest_wcs_2024_catch_psychic_electric": "Pegar {{amount_0}} Pokémon de tipo Elétrico ou Psíquico.", - "quest_title_quest_wcs_2024_snapshot_fairy": "Tirar {{amount_0}} fotos de diferentes Pokémon selvagens de tipo Fada.", - "quest_title_quest_wcs_2024_spin_00": "Girar a Poképarada na Pokémon GO Zone.", - "quest_title_quest_wcs_2024_spin_01": "Girar a Poképarada no Play Lab.", - "quest_title_quest_wcs_2024_spin_02": "Girar a Poképarada no Collect & Trade Corner.", - "quest_title_quest_weepinbell_evolve_b_plural": "Evoluir {{amount_0}} Weepinbell.", - "quest_title_quest_weepinbell_evolve_b_singular": "Evoluir 1 Weepinbell.", - "quest_title_quest_wimpod_catch_b": "Pegar {{amount_0}} Wimpod.", - "quest_title_quest_win_gym_plural": "Vencer {{amount_0}} batalhas de Ginásio.", - "quest_title_quest_win_gym_singular": "Vencer 1 batalha de Ginásio.", - "quest_title_quest_win_raid_2_singular": "Vencer 1 Reide de duas estrelas ou maior.", - "quest_title_quest_win_raid_3_plural": "Vencer {{amount_0}} Reides de três estrelas ou maior.", - "quest_title_quest_win_raid_3_singular": "Vencer 1 Reide de três estrelas ou mais.", - "quest_title_quest_win_raid_buddy_plural": "Vencer {{amount_0}} Reides com o seu Pokémon companheiro.", - "quest_title_quest_win_raid_buddy_singular": "Vencer 1 Reide com o seu companheiro.", - "quest_title_quest_win_raid_lvl1_higher_singular": "Vencer 1 Reide de uma estrela ou maior.", - "quest_title_quest_win_raid_lvl1_singular": "Vencer 1 Reide de uma estrela.", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Vencer {{amount_0}} Reides usando apenas Pokémon com 1500 PC ou menos", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Vencer um Reide usando apenas Pokémon com 1,500 PC ou menos", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Vencer {{amount_0}} Reides de três estrelas usando apenas Pokémon com 1,500 PC ou menos", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Vencer um Reide de três estrelas usando apenas Pokémon com 1,500 PC ou menos", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Vencer {{amount_0}} Reides de três estrelas usando apenas Pokémon com 2.500 PC ou menos.", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Vencer um Reide de três estrelas usando apenas Pokémon com 2.500 PC ou menos.", - "quest_title_quest_win_raid_party_plural": "Vencer {{amount_0}} Reides enquanto estiver em um grupo.", - "quest_title_quest_win_raid_party_singular": "Vencer 1 Reide enquanto estiver em um grupo.", - "quest_title_quest_win_raid_plural": "Vencer {{amount_0}} Reides.", - "quest_title_quest_win_raid_singular": "Vencer 1 Reide.", - "quest_title_quest_win_raid_unique_plural": "Vencer {{amount_0}} Reides usando uma equipe de Pokémon de todas as espécies diferentes", - "quest_title_quest_win_raid_unique_singular": "Vencer uma Reide usando uma equipe de Pokémon de todas as espécies diferentes", - "quest_title_quest_win_raid_with_friend_plural": "Vencer {{amount_0}} Reides com 1 amigo.", - "quest_title_quest_win_raid_with_friend_singular": "Vencer 1 Reide com 1 amigo.", - "quest_title_quest_win_raids_unique_1500_plural": "Vencer {{amount_0}} Reides com uma equipe de Pokémon diferentes abaixo de 1.500 PC.", - "quest_title_quest_win_raids_unique_plural": "Vencer {{amount_0}} Reides com uma equipe de Pokémon diferentes.", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "Derrotar um Líder da Equipe GO Rocket {{amount_0}} vezes usando apenas Pokémon com 1,500 PC ou menos", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "Derrotar um Líder da Equipe GO Rocket usando apenas Pokémon com 1500 PC ou menos", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "Derrotar um Líder da Equipe GO Rocket {{amount_0}} vezes usando apenas Pokémon com 2,500 PC ou menos", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "Derrotar um Líder da Equipe GO Rocket {{amount_0}} vezes usando apenas Pokémon com 3,000 PC ou menos", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "Derrotar um Líder da Equipe GO Rocket {{amount_0}} vezes usando apenas Pokémon com 3,500 PC ou menos", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "Derrotar um Líder da Equipe GO Rocket {{amount_0}} vezes usando apenas Pokémon com 4,000 PC ou menos", - "quest_title_quest_wooper_catch_b": "Pegar {{amount_0}} Wooper ou Wooper de Paldea.", - "quest_title_quest_wooper_evolve_b": "Evoluir {{amount_0}} Wooper ou Wooper de Paldea.", - "quest_title_quest_wooper_snapshot_b": "Tirar uma foto de {{amount_0}} Wooper ou Wooper de Paldea.", - "quest_title_quest_wt_catch_weedle": "Pegar {{amount_0}} Weedle.", - "quest_title_quest_wt_evolve_kakuna": "Evoluir {{amount_0}} Kakuna.", - "quest_title_quest_wt_evolve_weedle": "Evoluir {{amount_0}} Weedle.", - "quest_title_quest_xp_plural": "Ganhar {{amount_0}} PE.", - "quest_title_quest_zigzagoon_catch_b": "Pegar {{amount_0}} Zigzagoon de Galar.", - "quest_title_quest_zigzagoon_evolve_b": "Evoluir {{amount_0}} Zigzagoon de Galar.", - "quest_title_quest_zigzagoon_snapshot_b": "Tirar {{amount_0}} fotos de Zigzagoon de Galar.", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Pegou 0 Pokémon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Pegou {{amount_0}} Pokémon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "Pegou 1 Pokémon", - "quest_title_score_1_10_11_12_singular": "Pegou {{amount_0}} Pokémon de tipo Fogo, Água ou Planta.", - "quest_title_score_1_10_singular": "Pegar {{amount_0}} Pokémon de tipo Fogo.", - "quest_title_score_1_11_singular": "Pegou {{amount_0}} Pokémon de tipo Água.", - "quest_title_score_1_12_singular": "Pegou {{amount_0}} Pokémon de tipo Planta.", - "quest_title_score_1_none": "Pegou 0 Pokémon", - "quest_title_score_1_plural": "Pegou {{amount_0}} Pokémon", - "quest_title_score_1_singular": "Pegou 1 Pokémon", - "quest_title_score_6_plural": "Venceu {{amount_0}} Reides.", - "quest_title_score_6_singular": "Venceu 1 Reide.", - "quest_title_score_8_10_none": "Nenhuma boa jogada feita.", - "quest_title_score_8_10_plural": "Fez {{amount_0}} boas jogadas.", - "quest_title_score_8_10_singular": "Fez 1 boa jogada.", - "quest_title_score_8_11_none": "Nenhuma jogada ótima feita.", - "quest_title_score_8_11_plural": "Fez {{amount_0}} ótimas jogadas.", - "quest_title_score_8_11_singular": "Fez 1 ótima jogada.", - "quest_title_score_8_12_none": "Nenhuma jogada excelente feita.", - "quest_title_score_8_12_plural": "Fez {{amount_0}} jogadas excelentes.", - "quest_title_score_8_12_singular": "Fez 1 jogada excelente.", - "quest_title_score_8_13_none": "Não jogou nenhuma bola curva.", - "quest_title_score_8_13_plural": "Jogou {{amount_0}} bolas curvas.", - "quest_title_score_8_13_singular": "Jogou 1 bola curva.", - "quest_title_score_11_701_none": "Não usou nenhuma Fruta Frambo.", - "quest_title_score_11_701_plural": "Usou {{amount_0}} Frutas Frambo.", - "quest_title_score_11_701_singular": "Usou 1 Fruta Frambo.", - "quest_title_score_11_703_none": "Não usou nenhuma Fruta Anaba.", - "quest_title_score_11_703_plural": "Usou {{amount_0}} Frutas Anaba.", - "quest_title_score_11_703_singular": "Usou 1 Fruta Anaba.", - "quest_title_score_11_705_none": "Não usou nenhuma Fruta Caxí.", - "quest_title_score_11_705_plural": "Usou {{amount_0}} Frutas Caxí.", - "quest_title_score_11_705_singular": "Usou 1 Fruta Caxí.", - "quest_title_score_15_10_none": "Não fez nenhuma boa jogada de bola curva.", - "quest_title_score_15_10_plural": "Fez {{amount_0}} boas jogadas de bolas curvas.", - "quest_title_score_15_10_singular": "Fez 1 boa jogada de bola curva.", - "quest_title_score_15_11_none": "Não fez nenhuma ótima jogada de bola curva.", - "quest_title_score_15_11_plural": "Fez {{amount_0}} ótimas jogadas de bolas curvas.", - "quest_title_score_15_11_singular": "Fez 1 ótima jogada de bola curva.", - "quest_title_score_15_12_none": "Não fez nenhuma jogada excelente de bola curva.", - "quest_title_score_15_12_plural": "Fez {{amount_0}} jogadas excelentes de bolas curvas.", - "quest_title_score_15_12_singular": "Fez 1 jogada excelente de bola curva.", - "quest_title_score_22_none": "Não completou nenhuma batalha com líderes de equipe.", - "quest_title_score_22_plural": "Completou {{amount_0}} batalhas com líderes de equipe.", - "quest_title_score_22_singular": "Completou 1 batalha com um líder de equipe.", - "quest_title_score_23_none": "Não completou nenhuma batalha da Liga de Batalha GO.", - "quest_title_score_23_plural": "Completou {{amount_0}} batalhas da Liga de Batalha GO.", - "quest_title_score_23_singular": "Completou 1 batalha da Liga de Batalha GO.", - "quest_title_score_battle_raid_none": "Não batalhou em Reides.", - "quest_title_score_battle_raid_plural": "Batalhou em {{amount_0}} Reides.", - "quest_title_score_battle_raid_singular": "Batalhou em 1 Reide.", - "quest_title_score_catch_feed_none": "Não usou nehuma Fruta.", - "quest_title_score_catch_feed_plural": "Usou {{amount_0}} Frutas.", - "quest_title_score_catch_feed_singular": "Usou 1 Fruta.", - "quest_title_score_catch_pokemon": "Pegou {{amount_0}} Pokémon", - "quest_title_score_defeat_rocket_none": "Não derrotou nenhum membro da Equipe GO Rocket", - "quest_title_score_defeat_rocket_plural": "Derrotou {{amount_0}} membros da Equipe GO Rocket", - "quest_title_score_defeat_rocket_singular": "Derrotou 1 membro da Equipe GO Rocket", - "quest_title_score_field_research_none": "Completou 0 tarefa de pesquisa de campo", - "quest_title_score_field_research_plural": "Completou {{amount_0}} tarefas de pesquisa de campo", - "quest_title_score_field_research_singular": "Completou 1 tarefa de pesquisa de campo", - "quest_title_score_send_gift_none": "Não enviou nenhum presente para amigos.", - "quest_title_score_send_gift_plural": "Enviou {{amount_0}} presentes para amigos.", - "quest_title_score_send_gift_singular": "Enviou 1 presente para um amigo.", - "quest_title_score_spin_pokestop_none": "Girou 0 fotodiscos de Poképaradas", - "quest_title_score_spin_pokestop_plural": "Girou {{amount_0}} fotodiscos de Poképaradas", - "quest_title_score_spin_pokestop_singular": "Girou 1 fotodisco de Poképarada", - "quest_win_raid_plural": "Vencer {{amount}} Reides.", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Star Raid", - "raid_1_plural": "1 Star Raids", - "raid_2": "2 Star Raid", - "raid_2_plural": "2 Star Raids", - "raid_3": "3 Star Raid", - "raid_3_plural": "3 Star Raids", - "raid_4": "4 Star Raid", - "raid_4_plural": "4 Star Raids", - "raid_5": "Legendary Raid", - "raid_5_plural": "Legendary Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "Melhor à tarde", - "route_tag_architecture": "Arquitetura", - "route_tag_art": "Arte", - "route_tag_beachy": "Praiano", - "route_tag_bike_path": "Ciclovia", - "route_tag_biking": "Boa para pedalar", - "route_tag_body_of_water": "Margem de água", - "route_tag_buildings": "Muitos edifícios", - "route_tag_category_misc": "Diversos", - "route_tag_category_nearby": "Por perto", - "route_tag_category_suitability": "Acessibilidade", - "route_tag_category_terrain": "Terreno", - "route_tag_category_theme": "Tema", - "route_tag_city_life": "Vida urbana", - "route_tag_culture": "Cultura", - "route_tag_easy_going": "Descontraído", - "route_tag_flat": "Plano", - "route_tag_foliage": "Muita vegetação", - "route_tag_food": "Comida", - "route_tag_grassy": "Gramado", - "route_tag_hilly": "Montanhoso", - "route_tag_historic": "Histórico", - "route_tag_intense": "Intenso", - "route_tag_morning": "Melhor pela manhã", - "route_tag_muddy": "Lamacento", - "route_tag_nature": "Natureza", - "route_tag_night": "Melhor à noite", - "route_tag_no_parking": "Sem estacionamento por perto", - "route_tag_no_people": "Poucas pessoas", - "route_tag_open_space": "Muito espaço aberto", - "route_tag_parking": "Estacionamento por perto", - "route_tag_parks_nearby": "Parques próximos", - "route_tag_partially_paved": "Caminho parcialmente pavimentado", - "route_tag_paved": "Caminho pavimentado", - "route_tag_people": "Muitas pessoas", - "route_tag_pets": "Conveniente para animais de estimação", - "route_tag_plenty_pokestops": "Muitas Poképaradas", - "route_tag_public_transport": "Perto de transporte público", - "route_tag_raid_friendly": "Muitos Ginásios", - "route_tag_rainy_day": "Ideal para um dia chuvoso", - "route_tag_rocky": "Pedregoso", - "route_tag_running": "Boa para corrida", - "route_tag_sandy": "Arenoso", - "route_tag_seasonal": "Sazonal", - "route_tag_sightseeing": "Passeio turístico", - "route_tag_stroller": "Acessível para carrinhos de bebê", - "route_tag_sunny_day": "Ideal para um dia ensolarado", - "route_tag_tree_cover": "Cobertura de árvores", - "route_tag_unpaved": "Caminho não pavimentado", - "route_tag_views": "Ótimas vistas", - "route_tag_walking": "Boa para caminhada", - "route_tag_wheelchair": "Acessível a cadeiras de rodas", - "route_tag_wildlife": "Muita vida selvagem", - "route_tag_woodsy": "Arborizado", - "route_tags_label": "TAGS", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "Sombroso", - "team_1": "Sabedoria", - "team_2": "Valor", - "team_3": "Instinto", - "team_a_0": "Sem equipe", - "team_a_1": "Equipe Sabedoria", - "team_a_2": "Equipe Valor", - "team_a_3": "Equipe Instinto", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "Extremo", - "weather_1": "Limpo", - "weather_2": "Chuvoso", - "weather_3": "Parcialmente nublado", - "weather_4": "Nublado", - "weather_5": "Ventos fortes", - "weather_6": "Neve", - "weather_7": "Neblina", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} diff --git a/client/public/locales/ru/translation.json b/client/public/locales/ru/translation.json deleted file mode 100644 index cb7116e96..000000000 --- a/client/public/locales/ru/translation.json +++ /dev/null @@ -1,8250 +0,0 @@ -{ - "login": "Войти", - "click_once": "Нажмите 'Авторизоваться' только один раз", - "save": "Сохранить", - "reset": "Сбросить", - "close": "Закрыть", - "reset_filters": "Сбросить Фильтры", - "pokemon_filters": "Настройки Фильтров Покемонов", - "gyms_filters": "Настройки Фильтров Спортзалов", - "pokestops_filters": "Настройки Фильтров Покестопов", - "nests_filters": "Настройки Фильтров Гнёзд", - "help": "Помощь", - "apply_to_all": "Применить ко Всем", - "disable_all": "Отключить Все", - "enable_all": "Включить Все", - "enabled": "Включено", - "legacy": "Устаревший", - "id": "ID", - "location": "Местоположение", - "search_pokemon": "Поиск Покемонов", - "search_nests": "Поиск Гнёзд", - "search_gyms": "Поиск Спортзалов", - "search_pokestops": "Поиск Покестопов", - "search_raids": "Поиск Рейдов", - "search_eggs": "Поиск Яиц", - "search_quests": "Поиск Заданий", - "search_lures": "Поиск Приманок", - "search_invasions": "Поиск Вторжений", - "sm": "Мал", - "md": "Сред", - "lg": "Бол", - "xl": "Оч. Бол", - "min": "Мин", - "max": "Макс", - "set_size": "Установить Размер Иконки", - "slot_selection": "Выбор Слота", - "generations": "Поколения", - "types": "Типы", - "forms": "Формы", - "rarity": "Текущая Редкость", - "others": "Другие", - "categories": "Категории", - "rank": "Ранг", - "slider_iv": "Диапазон IV", - "slider_great": "Лига Супер", - "slider_ultra": "Лига Ультра", - "slider_little": "Кубок Кроха", - "slider_atk_iv": "Атака", - "slider_def_iv": "Защита", - "slider_sta_iv": "Выносливость", - "slider_level": "Уровень", - "slider_size": "Размер", - "abbreviation_level": "Ур", - "lvl": "Ур", - "cap": "Лимит", - "custom": "Пользовательский", - "valid": "Действительный", - "invalid": "Недействительно!", - "overwrites": "Заменяет Все Фильтры", - "valid_filter": "Допустимый Фильтр Статистик", - "invalid_filter": "Введите Допустимый Фильтр", - "gyms": "Спортзалы", - "nests": "Гнёзда", - "pokestops": "Покестопы", - "pokemon": "Покемоны", - "wayfarer": "Вэйфарер", - "scan_areas": "Области Сканирования", - "s2cells": "S2 Ячейки", - "weather": "Погода", - "admin": "Администрирование", - "settings": "Настройки", - "advanced": "Расширенные", - "tile_servers": "Сервера Тайлов", - "icons": "Иконки", - "navigation": "Навигация", - "drawer": "Меню", - "tile_servers_default": "По Умолчанию", - "drawer_temporary": "Временное", - "drawer_persistent": "Постоянное", - "locale_selection": "Выбор Локали", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "Импорт", - "export": "Экспорт", - "logout": "Выйти", - "local_storage_cleared": "Локальное Хранилище очищено!", - "iv_or_filter": "Фильтр IV ИЛИ", - "polygons": "Полигоны", - "raids": "Рейды", - "ex_eligible": "EX Доступен", - "in_battle": "В Бою", - "all_pokestops": "Все Покестопы", - "lures": "Приманки", - "quests": "Задания", - "invasions": "Вторжения", - "portals": "Порталы", - "submission_cells": "Ячейки для Заявок", - "spawnpoint": "Точка Появления", - "spawnpoints": "Точки Появления", - "s2_cell_level": "Ячейка Уровня {{level}} S2", - "total_count": "Общее Количество", - "next_submission": "Следующая Заявка!", - "never": "Никогда", - "next_gym": "Следующий Спортзал", - "scan_cells": "Сканировать Ячейки", - "devices": "Устройства", - "use_my_location": "Использовать Мое Местоположение", - "submit_feedback_title": "Отправить Отзыв/Сообщение об Ошибке", - "use_the_link_below": "Используйте ссылку ниже, чтобы отправить отзыв или сообщение об ошибке.", - "feedback_to_devs": "Этот отзыв отправляется напрямую разработчикам.", - "feedback_form": "Форма Обратной Связи", - "unknown_pokestop": "Неизвестное Название Покестопа", - "unknown_gym": "Неизвестное название зала", - "exclude": "Исключить", - "exclude_quest": "Исключить задание", - "exclude_invasion": "Исключить вторжение", - "exclude_team": "Исключить команду", - "exclude_raid": "Исключить рейд", - "exclude_lure": "Исключить приманку", - "timer": "Таймер", - "hide": "Скрыть", - "tier": "Уровень", - "slots": "Места", - "mega": "Мега", - "form": "Форма", - "starts": "Начинается", - "ends": "Заканчивается", - "defender": "Защитник", - "best_buddy": "Лучший друг", - "cp": "БО", - "kilogram": "кг", - "meter": "м", - "total_cp": "Общее БО", - "first_seen": "Впервые замечен", - "last_seen": "Последний раз замечен", - "last_modified": "Последнее изменение", - "last_updated": "Последнее обновление", - "imported": "Импортировано", - "nest_estimated": "Данные о гнезде оценочные!", - "verify_nests": "Проверьте, наблюдая за текущими появлениями", - "nest_out_of_date": "Гнездо потенциально устарело!", - "nest_check_current": "Проверьте текущие появления", - "spawns_per_hour": "В час", - "teams": "Команды", - "eggs": "Яйца", - "reverse": "В обратном порядке", - "selected": "Выбрано", - "unselected": "Не выбрано", - "only_available": "Доступно", - "common": "Обычный", - "uncommon": "Необычный", - "rare": "Редкий", - "ultra_rare": "Сверхредкий", - "regional": "Региональный", - "event": "Событие", - "legendary": "Легендарный", - "mythical": "Мифический", - "ultra_beast": "Ультра Существо", - "alt_forms": "Другие формы", - "alola": "Алольская форма", - "galarian": "Галарская", - "showing": "Показать", - "instance": "Инстанс", - "online": "В сети", - "offline": "Не в сети", - "boosted_types": "Усиленные типы", - "pokemon_options": "Настройки Покемонов", - "pokestops_options": "Настройки ПокеСтопов", - "gyms_options": "Настройки Залов", - "nests_options": "Настройки Гнезд", - "wayfarer_options": "Настройки Wayfarer", - "admin_options": "Настройки Администратора", - "weather_options": "Настройки погоды", - "s2cells_options": "Настройки S2-ячеек", - "clustering": "Кластеризация", - "glow": "Свечение", - "legacy_filter": "Устаревший фильтр", - "raid_timers": "Все таймеры рейдов", - "invasion_timers": "Все таймеры вторжений", - "lure_timers": "Все таймеры приманок", - "device_path_color": "Цвет пути устройства", - "old_portals": "Старые порталы", - "new_portals": "Новые порталы", - "items": "Предметы", - "energy": "Энергия", - "ar_eligible": "Подходит для AR", - "iv_circles": "Индикаторы IV", - "min_iv_circle": "Минимальный круг IV", - "interaction_ranges": "Дистанции взаимодействия", - "cannot_connect": "\nВ данный момент не удалось соединиться с сервером.\nПовторная попытка сразу только создаст дополнительные проблемы.\nПожалуйста, попробуйте снова через несколько минут.\n\n- Команда администраторов карты", - "mad_quest_text": "Оригинальные задания", - "xs": "XS", - "primary": "Основной", - "secondary": "Дополнительный", - "zero_iv": "0% IV", - "hundo_iv": "100% IV", - "open_menu": "Открыть меню", - "zoom_in": "Приблизить", - "zoom_out": "Отдалить", - "welcome": "Добро пожаловать в", - "back": "Назад", - "next": "Далее", - "finish": "Закончить", - "start_tutorial": "Начать обучение", - "view_profile": "Просмотр профиля", - "login_optional": "Вход (необязательно)", - "tutorial": "Обучение", - "tutorial_language": "Выберите ваш язык", - "tutorial_welcome": "Это интерактивное обучение, и вам настоятельно рекомендуется попробовать все предоставленные возможности", - "tutorial_categories": "Категории, к которым у вас есть доступ", - "tutorial_logged_in": "Вы можете просмотреть информацию о своих разрешениях, просматривая свой профиль.", - "tutorial_logged_out": "Вы можете просмотреть информацию о своих разрешениях, выполнив вход.", - "tutorial_sidebar_0": "Здесь находятся все ваши фильтры и настройки", - "tutorial_sidebar_1": "В каждой категории вы сможете настроить отображение данных, используя переключатели", - "tutorial_sidebar_2": "Опции: Дополнительная настройка\nПродвинутые: Мы рассмотрим позже в этом руководстве", - "tutorial_sliders_0": "Использование ползунков для корректировки фильтров", - "tutorial_sliders_1": "Покемон между:", - "tutorial_sliders_2": "- IV {{iv0}}% до {{iv1}}%", - "tutorial_sliders_3": "Уровень {{level0}} до {{level1}}", - "tutorial_sliders_3alt": "- И Уровень {{level0}} до {{level1}}", - "tutorial_sliders_4": "- Рейтинг в Великом Лиге от {{gl0}} до {{gl1}}", - "tutorial_sliders_4alt": "- ИЛИ Рейтинг в Великом Лиге от {{gl0}} до {{gl1}}", - "tutorial_sliders_5": "- Рейтинг в Ультра Лиге от {{ul0}} до {{ul1}}", - "tutorial_sliders_5alt": "- ИЛИ Рейтинг в Ультра Лиге от {{ul0}} до {{ul1}}", - "tutorial_sliders_6": "Соединяется с другими того же цвета", - "tutorial_sliders_7": "Фильтруется отдельно от других ползунков", - "tutorial_sliders_8": "Полный ползунок означает, что он отключен:", - "tutorial_sliders_9": "Все появления, независимо от проверки IV", - "tutorial_help": "Быстрый доступ к этому меню", - "tutorial_adv_filter": "Только для мобильных, открывает опции фильтрации для продвинутого меню", - "tutorial_tune": "Устанавливает продвинутый фильтр для всех Покемонов, которые в настоящее время фильтруются в меню", - "tutorial_format_size": "Устанавливает размер иконки для всех элементов, которые в настоящее время фильтруются в меню", - "tutorial_check": "Включает все элементы, которые в настоящее время фильтруются в меню", - "tutorial_clear": "Отключает все элементы, которые в настоящее время фильтруются в меню", - "tutorial_save": "Сохраняет текущий выбор и выходит", - "tutorial_show_all_view": "Переключить ПокеСтопы и Жимы", - "tutorial_show_pokemon_view": "Переключить Покемонов", - "tutorial_toggle": "Нажатие на галочку/крестик переключает элемент", - "tutorial_pokemon_caption": "Этот значок позволяет установить фильтры для конкретного Покемона", - "tutorial_all_caption": "Команды имеют специальное меню слотов\nВсе другие элементы позволяют настраивать размер иконки", - "tutorial_popup_0": "Всплывающие окна теперь интерактивны!", - "tutorial_popup_1": "Три точки открывают опции скрытия, исключения и переключения таймера", - "tutorial_popup_2": "Значки по обеим сторонам ссылки навигации будут расширяться, показывая дополнительную информацию, попробуйте!", - "tutorial_popup_3": "Значки различаются для каждой категории, обязательно ознакомьтесь со всеми", - "tutorial_closing_0": "Дополнительная информация", - "tutorial_closing_1": "Глобальные ползунки Покемонов в боковой панели работают отдельно от продвинутого меню и не влияют друг на друга", - "tutorial_closing_2": "Обязательно ознакомьтесь с разделом Настройки в боковой панели", - "tutorial_closing_3": "Доступно множество эстетических опций для каждой категории, но имейте в виду, что чем больше вы добавляете на свою карту, тем выше шанс того, что карта зависнет", - "tutorial_closing_4": "Вы можете просмотреть это руководство снова, выбрав его в панели настроек в боковой панели", - "tutorial_closing_5": "Будьте в безопасности и удачи!", - "intro": "Вступление", - "sidebar": "Боковая панель", - "sliders": "Ползунки", - "popups": "Всплывающие окна", - "closing": "Закрытие", - "shortcuts": "Ярлыки", - "iv": "IV", - "area_restrictions": "Ограничения по территории", - "map": "Карта", - "stats": "Статистика", - "pvp": "PVP", - "area_restrictions_subtitle": "У вас есть доступ к этим территориям", - "devices_subtitle": "Показывает местоположения и маршруты активных устройств", - "gyms_subtitle": "Показывает все активные местоположения жимов, активные команды и сколько слотов доступно в каждом жиме", - "invasions_subtitle": "Показывает информацию об вторжениях Команды Ракет, включая состав битвы, время окончания и возможные награды", - "iv_subtitle": "Показывает IV% и варианты подсветки", - "lures_subtitle": "Показывает информацию о приманках, включая тип приманки и время истечения", - "map_subtitle": "Показывает карту", - "nests_subtitle": "Показывает активно гнездующих Покемонов и полигоны гнезд", - "pokemon_subtitle": "Показывает все местоположения Покемонов и время истечения", - "pokestops_subtitle": "Показывает все местоположения ПокеСтопов", - "portals_subtitle": "Показывает все порталы Ingress", - "pvp_subtitle": "Показывает информацию о PVP рейтинге/CP/Уровне для каждого покемона", - "quests_subtitle": "Показывает информацию о наградах и заданиях квестов", - "raids_subtitle": "Показывает всю информацию о рейдах, включая босса рейда, яйца, время окончания и набор движений", - "scan_cells_subtitle": "Показывает последний раз, когда S2 ячейка была сканирована устройством", - "scan_areas_subtitle": "Показывает доступные полигоны зон сканирования", - "spawnpoints_subtitle": "Показывает точки появления и предполагаемое время их исчезновения", - "stats_subtitle": "Показывает статистику и уровни покемонов", - "submission_cells_subtitle": "Показывает полезную информацию для отправки новых POI", - "weather_subtitle": "Показывает информацию о погоде в игре для каждой ячейки", - "scanner_subtitle": "Взаимодействовать непосредственно со сканером различными способами", - "s2cells_subtitle": "Отображает S2 ячейки различных уровней на карте", - "backups_subtitle": "Позволяет создавать резервные копии настроек и загружать их на разных устройствах", - "backups": "Резервные копии", - "user_profile": "Профиль пользователя", - "user_username": "Имя пользователя", - "candy": "Конфеты", - "show_ex_badge": "Показать значок EX", - "search": "Поиск", - "global_search_quests": "Введите название награды...", - "global_search_lures": "Введите название приманки...", - "global_search_pokestops": "Введите название Покестопа...", - "global_search_gyms": "Введите название тренажерного зала...", - "global_search_portals": "Введите название портала...", - "global_search_nests": "Введите имя покемона гнезда...", - "global_search_raids": "Введите имя босса рейда...", - "global_search_pokemon": "Введите имя покемона...", - "global_search_invasions": "Введите тип, имя или название награды покемона для Гранта...", - "raid_level_badges": "Значки уровня рейда", - "options": "Настройки", - "profile": "Профиль", - "pokemon_icons": "Иконки покемонов", - "pokestop_icons": "Иконки Покестопов", - "gym_icons": "Иконки тренажерных залов", - "team_icons": "Иконки команд", - "egg_icons": "Иконки яиц", - "raid_icons": "Иконки рейдов", - "nest_icons": "Иконки гнезд", - "reward_icons": "Иконки наград", - "type_icons": "Иконки типов", - "weather_icons": "Иконки погоды", - "misc_icons": "Разные иконки", - "invasion_icons": "Иконки вторжений", - "spawnpoint_icons": "Иконки точек появления", - "device_icons": "Иконки устройств", - "pokemon_audio": "Звуки покемонов", - "pokestop_audio": "Звуки Покестопов", - "gym_audio": "Звуки тренажерных залов", - "team_audio": "Звуки команд", - "egg_audio": "Звуки яиц", - "raid_audio": "Звуки рейдов", - "nest_audio": "Звуки гнезд", - "reward_audio": "Звуки наград", - "type_audio": "Звуки типов", - "weather_audio": "Звуки погоды", - "misc_audio": "Разные звуки", - "invasion_audio": "Звуки вторжений", - "spawnpoint_audio": "Звуки точек появления", - "device_audio": "Звуки устройств", - "pokemon_timers": "Таймеры всех покемонов", - "show_dex_num_in_popup": "Показать номер в Покедексе во всплывающем окне", - "popup": "Всплывающее окно", - "pvp_level": "Статистика PVP уровня {{level}}", - "pvp_mega": "Статистика Mega PVP", - "webhook_entry": "Добавить в {{name}}", - "remove_webhook_entry": "Удалить из {{name}}", - "distance": "Расстояние", - "gym": "Тренажерный зал", - "egg": "Яйцо", - "raid": "Рейд", - "lure": "Приманка", - "quest": "Квест", - "invasion": "Вторжение", - "nest": "Гнездо", - "pokestop": "Покестоп", - "team": "Команда", - "global": "Глобальный", - "manage_webhook": "Управление {{name}}", - "drag_and_drop": "Перетащите маркер, чтобы установить свое местоположение", - "click_to_select": "Нажмите, чтобы выбрать", - "add_new": "Добавить новое предупреждение {{category}}", - "my_location": "Мое местоположение", - "choose_on_map": "Выбрать на карте", - "select_profile": "Выбрать профиль", - "distance_radius": "Предпросмотр радиусов расстояний", - "areas": "Области", - "select_webhook": "Выбрать бота", - "ar_quest_true": "Задание AR", - "ar_quest_false": "Без AR", - "with_ar": "С AR", - "both": "Оба", - "without_ar": "Без AR", - "exclude_quest_multi": "Исключить {{reward}}", - "cluster_limit_0": "Лимит {{variable_0}} ({{variable_1}}) достигнут", - "cluster_limit_1": "Пожалуйста, увеличьте масштаб или сузьте фильтры", - "show_polygons": "Показать полигоны", - "exclude_invasion_multi": "Исключить {{invasion}}", - "stardust": "Звездная Пыль", - "slider_cp": "CP", - "pvp_ranking_league": "Лига", - "pvp_ranking_min_cp": "Мин. CP", - "slider_pvp": "Ранги", - "profile_no": "Профиль", - "template": "Шаблон", - "gender": "Пол", - "clean": "Очистить", - "all_forms": "Все формы", - "pvp_entry": "Ввод в PVP", - "no_iv": "Вкл. без IV", - "by_distance": "По расстоянию", - "min_time": "Мин. Время", - "add_new_profile": "Добавить Новый Профиль", - "slider_none": "Нет", - "non_registered_human_title": "Ой, что-то пошло не так!", - "non_registered_human_desc": "Возможно, Вы не зарегистрированы в {{webhook}}\nИли сервер сейчас недоступен", - "try_again_later": "Пожалуйста, попробуйте позже", - "selected_areas_one": "{{count}} Выбранная Область", - "selected_areas_other": "{{count}} Выбранных Областей", - "webhook_selection": "Выбор {{name}}", - "message_of_the_day": "Сообщение Дня", - "has_quest_indicator": "Альтернативный Цвет для Остановок с Заданиями", - "show_ar_badge": "Показать Значок AR", - "all_gyms": "Все Тренажерные Залы", - "general": "Общее", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "Выбор Глобально Уважает Выбранные", - "normal_forms": "Обычные Формы", - "weather_indicator": "Индикатор Погодной Активации", - "page": "Страница {{page}}", - "navigation_controls": "Навигационные Элементы Управления", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "Эксклюзив", - "all_moves": "Все Движения", - "move": "Движение", - "any": "Любой", - "min_spawn_average": "Мин. Среднее Появления", - "select_all": "Выбрать Все", - "delete_all": "Удалить Выбранные", - "cancel": "Отмена", - "day_1": "Понедельник", - "day_2": "Вторник", - "day_3": "Среда", - "day_4": "Четверг", - "day_5": "Пятница", - "day_6": "Суббота", - "day_7": "Воскресенье", - "profile_name": "Имя Профиля", - "manage_profiles": "Управление Профилями", - "min_spawn_avg": "Сред. Мин. Появление", - "poke_global": "Все", - "amount": "Количество", - "specific_gym": "Конкретный Зал", - "search_location": "Поиск Локаций", - "search_specific": "Поиск Конкретного {{category}}", - "webhook_success_gym": "Оповещения о Рейдах, Яйцах и Смене Команд Добавлены!", - "slot_changes": "Изменения Слотов", - "slot_changes_poracle": "изменения_слотов", - "confirm_delete": "Это уберет все отслеживания для этого профиля, вы уверены?", - "confirm_copy": "Выберите, на какой профиль вы хотели бы скопировать \"{{profile}}\", это полностью перезапишет этот профиль.", - "webhook_error": "{{name}} не смог обработать это.\nПожалуйста, попробуйте позже.", - "profile_error": "Должен быть уникальным и действительным", - "team_0": "Без команды", - "battle_changes": "В Бою", - "battle_changes_poracle": "изменения_в_бою", - "auto": "Авто", - "webhooks_subtitle": "Управляйте своими уведомлениями прямо с карты для этих ботов", - "event_stops_subtitle": "Отображает специальные ивентовые ПокеСтопы, например, Кецлеон", - "webhooks": "Оповещения", - "scanner": "Действия Сканера", - "everything_individually": "Добавлять Индивидуальные Оповещения", - "individually": "индивидуально", - "join": "Присоединиться", - "errors_404": "Ой, эту страницу не найти!", - "errors_500": "Произошла ошибка сервера, попробуйте позже!", - "local_username": "Имя Пользователя", - "local_password": "Пароль", - "local_error": "Произошла ошибка, пожалуйста, попробуйте позже.", - "no_filter_results": "Результатов Не Найдено\nПопробуйте Расширить Ваши Фильтры", - "donor_page": "Страница Донора", - "go_back": "Вернуться назад", - "access": "Доступ", - "link_discord": "Привязать Discord", - "select_webhook_strategy": "Менеджер Оповещений", - "webhook_strategy_success_0": "Успешно! Обновление для получения настроек оповещений...", - "register": "Зарегистрироваться", - "invalid_credentials": "Недействительные учетные данные", - "localauth_failed": "Ошибка аутентификации", - "error_creating_user": "Невозможно зарегистрировать нового пользователя в данный момент", - "discord_linked": "Discord Привязан", - "telegram_linked": "Telegram Привязан", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "уровень", - "km": "км", - "feedback": "Отзыв", - "donor_menu": "Меню Донора", - "pokemon_cell": "Местоположение Покемона Может Варьироваться", - "timer_verified": "Этот Таймер Проверен", - "timer_unverified": "Этот Таймер Не Проверен", - "all": "Все", - "badge_0": "Нет", - "badge_1": "Базовый", - "badge_2": "Бронза", - "badge_3": "Серебро", - "badge_4": "Золото", - "gym_badge_menu": "Редактировать Значок Спортзала", - "gym_badges": "Значки Спортзалов", - "gym_badge_diamonds": "Показать Значки Спортзала", - "gym_badges_subtitle": "Отображает значки спортзалов на карте и список на странице профиля.", - "confirm_filters_reset": "Сброс фильтров", - "filters_reset_text": "Вы уверены, что хотите сбросить настройки до значений по умолчанию? Это действие необратимо!", - "filters_reset_title": "Сброс фильтров", - "raid_quick_select": "Быстрый Выбор", - "disabled": "Отключено", - "loading": "Загрузка {{category}}", - "loading_icons": "Загрузка Иконок", - "loading_invasions": "Загрузка Вторжений", - "scan_next": "Сканировать Следующее Местоположение", - "scan_next_choose": "Переместите Маркер, Чтобы Установить Местоположение Сканирования", - "scan_zone": "Сканировать Область", - "scan_zone_choose": "Переместите Маркер, Чтобы Установить Местоположение Сканирования и Выбрать Размер", - "scan_zone_size": "Размер", - "scan_zone_range": "Диапазон", - "scan_zone_spacing": "Промежуток", - "scan_zone_radius": "Радиус", - "scan_requests": "Запросы Сканирования", - "scan_queue": "Текущая Очередь", - "click_to_scan": "Сканировать Здесь", - "scan_confirmed_title": "Запрос На Сканирование Подтвержден", - "scan_confirmed": "Оператор отправлен на местоположение, результат скоро появится на карте!", - "scan_loading_title": "Отправка Запроса На Сканирование", - "scan_loading": "Ваш запрос на сканирование обрабатывается и отправляется в систему!", - "scan_error_title": "Ошибка", - "scan_error": "Произошла ошибка при обработке запроса на сканирование...", - "scan_outside_area": "Это местоположение находится за пределами разрешенных зон", - "pvp_ranking_cap": "Уровень", - "lc_title": "Следите За Своим Местоположением", - "lc_metersUnit": "метры", - "lc_feetUnit": "футы", - "lc_popup": "Вы находитесь в пределах {distance} {unit} от этой точки", - "lc_outsideMapBoundsMsg": "Похоже, вы находитесь за пределами карты", - "no_alerts": "Оповещения Не Найдены", - "loading_settings": "Загрузка Настроек", - "refresh_to_continue": "Пожалуйста, обновите страницу, прежде чем продолжить", - "session_expired_title": "Сессия Истекла", - "session_expired_body": "Ваша сессия истекла", - "old_client_title": "Устаревший", - "old_client_body": "Новая версия этой карты доступна", - "early_old_client_title": "Устаревший", - "early_old_client_body": "Устаревшая версия этого приложения может быть сохранена в кеше вашего браузера, вам нужно очистить кеш, прежде чем вы сможете использовать это приложение.", - "refresh": "Обновить", - "points": "Очки", - "day": "День", - "days": "Дни", - "react_error": "Что-то Пошло Не Так", - "clickable_icon": "Иконка с Возможностью Клика", - "two_stops_till_next": "2 остановки до следующего", - "one_stop_till_next": "1 остановка до следующего", - "no_more_gyms": "Больше Нет Спортзалов", - "light_map_border": "Светлая Граница Карты", - "dark_map_border": "Темная Граница Карты", - "cell_blocked": "Ячейка Заблокирована", - "poi_color": "Цвет POI", - "quest_condition": "Условие Задания", - "always_show_labels": "Всегда Показывать Надписи", - "scan_areas_options": "Опции Зон Сканирования", - "historic_rarity": "Историческая Редкость", - "poi": "Точки Интереса", - "300m_range": "Диапазон 300м", - "lure_range": "Диапазон приманки", - "custom_range": "Выбранный диапазон", - "tap_to_toggle": "Нажмите, чтобы переключить", - "power_up": "Усилить", - "never_alt": "Никогда", - "seen_nearby_stop": "Замечено рядом", - "seen_nearby_cell": "Замечено в этой ячейке", - "seen_lure_encounter": "Встреча с приманкой", - "seen_lure_wild": "Дикий покемон от приманки", - "seen_wild": "Дикий покемон", - "event_stops": "Остановки событий", - "event_stop_timers": "Таймеры остановок событий", - "size_0": "Любой", - "size_1": "ОЧМ", - "size_2": "М", - "size_3": "С", - "size_4": "Б", - "size_5": "ОБ", - "show_size_indicator": "Показать индикатор размера", - "size": "Размер", - "gold_stop": "Золотая остановка", - "profile_backups": "Смена профиля", - "new_backup": "Новая копия", - "create": "Создать", - "load": "Загрузить", - "update": "Обновить", - "delete": "Удалить", - "name": "Имя", - "only_confirmed": "Только подтвержденные", - "only_exclude_grunts": "Исключить рядовых солдат", - "only_exclude_leaders": "Исключить лидеров", - "rocket_pokemon": "Покемон команды Р", - "decoy": "Приманка", - "s2_cell_limit_0": "Вы попробовали сгенерировать более 20 000 ячеек ({{variable_0}})", - "s2_cell_zoom_limit": "Некоторые ячейки слишком малы для отображения на этом уровне масштабирования", - "show_all_pvp_ranks": "Показать все PVP рейтинги", - "enable_pokemon_popup_coords": "Показать координаты покемонов", - "enable_gym_popup_coords": "Показать координаты тренажерных залов", - "enable_pokestop_popup_coords": "Показать координаты покестопов", - "enable_portal_popup_coords": "Показать координаты порталов", - "on_block_join_discord": "Пожалуйста, присоединяйтесь к нашему дискорду для получения дополнительной информации.", - "on_block_msg": "Вы были заблокированы за членство в", - "denied": "Отклонено", - "showcase": "Витрина", - "unknown_event": "Неизвестное событие", - "scanner_countdown": "Доступно через {{time}}с", - "success": "Успешно", - "contribute": "Внести вклад", - "mi": "ми", - "filter_by_areas": "Фильтровать по областям", - "submit_nest_name": "Предложить название гнезда", - "nest_submission_menu": "Обновление имени", - "nest_submissions": "Подача гнезд", - "nest_submissions_subtitle": "Позволяет предлагать новые названия для гнезд", - "pokemon_opacity": "Динамическая прозрачность покемонов", - "invasion_opacity": "Динамическая прозрачность вторжений", - "raid_opacity": "Динамическая прозрачность рейдов", - "opacity_ten_minutes": "Прозрачность через 10 минут", - "opacity_five_minutes": "Прозрачность через 5 минут", - "opacity_one_minute": "Прозрачность через 1 минуту", - "level_circles": "Индикаторы уровня", - "min_level_circle": "Минимальный уровень круга", - "mutation_auth_error": "Ваш запрос не был успешным из-за отсутствия входа в систему", - "submitted_by": "Предложено", - "reversible": "Обратимо", - "version": "Версия", - "route_tags": "Теги маршрута", - "routes": "Маршруты", - "route_type": "Тип маршрута", - "routes_subtitle": "Просмотр маршрутов в игре и соответствующая информация о них на карте", - "description": "Описание", - "additional_info": "Дополнительная информация", - "duration": "Продолжительность", - "elevation": "Высота", - "contest_category_1": "Самый маленький размер", - "context_category_2": "Самый большой размер", - "total_entries": "Всего записей", - "showcase_rankings": "Рейтинг витрины", - "showcase_rankings_subtitle": "Отображает список топ-рангов для витрины на покестопе", - "tth": "TTH", - "tth_0": "Все", - "tth_1": "Известно", - "tth_2": "Неизвестно", - "no_access": "Нет доступа", - "cooldown": "Перезарядка", - "scan_some_outside_area": "Некоторые места находятся за пределами разрешенных границ", - "alerts": "оповещения", - "alert_manager": "Менеджер оповещений", - "menu": "Меню", - "theme": "Тема", - "exit": "Выход", - "component": "Компонент", - "component_login_page": "Страница входа", - "component_donation_page": "Страница пожертвований", - "component_message_of_the_day": "Сообщение дня", - "download": "Скачать", - "playground": "Игровая площадка", - "locale": "Локаль", - "saved": "Сохранено", - "show_editor": "Показать редактор", - "hide_editor": "Скрыть редактор", - "reported_error": "Эта ошибка была отправлена на сервер с идентификатором", - "dark_mode": "Темный режим", - "load_from_autosave": "Загрузить из автосохранения", - "done": "Готово", - "fast": "Быстрое", - "charged": "Заряженное", - "offline_mode": "Офлайн режим", - "include_sponsored": "Включая спонсорское", - "showcase_color": "Цвет витрины", - "partner_color": "Цвет партнера", - "disable": "Отключить {{- name}}", - "profiling": "Профилирование", - "showcase_block": "Заблокировано из-за витрины", - "signed_in_as": "Вошел как", - "missing_map_perm": "У вас нет разрешения для просмотра карты.", - "access_denied": "Доступ запрещен", - "audio": "Аудио", - "desktop_notifications": "Уведомления на рабочем столе", - "notifications_options": "Настройки уведомлений", - "audio_always_on": "Аудио всегда включено", - "volume_level": "Уровень громкости", - "notifications_status": "Статус уведомлений", - "granted": "разрешено", - "set_all": "Настроить все", - "set_filtered": "Настроить фильтры", - "only_show_available": "Показывать только доступное", - "easy_mode": "Простой режим", - "quick_select": "Быстрый выбор глобально", - "pokemon_filter_mode": "Режим фильтрации Pokémon", - "basic": "Базовый", - "intermediate": "Средний", - "expert": "Экспертный", - "basic_description": "Легкий выбор Pokémon и применение глобального фильтра", - "intermediate_description": "Установка индивидуальных фильтров глобально и для каждого Pokémon (традиционно)", - "expert_description": "Ручной ввод запросов для максимальной настройки", - "icon_size": "Размер иконки", - "developer": "Разработчик", - "raid_override": "Переопределение Рейда", - "search_rocket_pokemon": "Поиск Pokémon Team GO Rocket", - "main": "Основной", - "extra": "Дополнительный", - "select": "Выбрать", - "searching": "поиск...", - "no_options": "Нет вариантов...", - "and": "И", - "or": "ИЛИ", - "only_global": "Только глобально", - "global_caption": "Игнорирует все другие фильтры", - "global_and_individual": "Глобальные и индивидуальные фильтры", - "gender_filters_all": "Пол применяется ко всем", - "and_caption": "Связаны вместе", - "or_caption": "Фильтрует независимо", - "filter_help": "Помощь с фильтрами", - "kilometers": "Километры", - "miles": "Мили", - "distance_unit": "Единица измерения расстояния", - "data_management": "Управление данными", - "reset_or_manage_text": "Вы можете либо полностью сбросить ваши фильтры, либо посмотреть страницу управления данными, которая позволит вам сбросить отдельные категории.", - "reset_audio": "Сбросить аудио", - "reset_all": "Сбросить все", - "reset_icons": "Сбросить иконки", - "reset_position": "Сбросить позицию", - "reset_ui": "Сбросить интерфейс пользователя", - "reset_options": "Сбросить настройки", - "reset_menus": "Сбросить меню", - "reset_settings": "Сбросить настройки", - "reset_general_title": "Общее", - "reset_filters_title": "Фильтры", - "reset_assets": "Сбросить ресурсы", - "reset_pokemon": "Сбросить Pokémon", - "reset_pokestops": "Сбросить PokéStops", - "reset_gyms": "Сбросить Gyms", - "reset_nests": "Сбросить Nests", - "reset_portals": "Сбросить Portals", - "reset_routes": "Сбросить Routes", - "reset_scan_areas": "Сбросить области сканирования", - "reset_scan_cells": "Сбросить ячейки сканирования", - "reset_devices": "Сбросить устройства", - "reset_weather": "Сбросить погоду", - "reset_s2cells": "Сбросить S2 Cells", - "reset_spawnpoints": "Сбросить точки появления", - "reset_submission_cells": "Сбросить ячейки подачи заявок", - "hisuian": "Хисуийский", - "spacial_rend_range": "Диапазон Пространственного Разрыва", - "key": "Ключ", - "ai": "ИИ", - "human": "Человек", - "locales": "Локализации", - "instructions": "Инструкции", - "locale_instructions_1": "Выберите язык из выпадающего списка", - "locale_instructions_2": "Введите желаемый перевод в колонку \"Человек\"", - "locale_instructions_3": "Нажмите кнопку \"$t(скачать)\" для загрузки файла JSON", - "locale_instructions_4": "Сделайте форк ссылки на GitHub репозиторий ниже", - "locale_instructions_5": "Создайте новую ветку и назовите её языком, на который вы переводите", - "locale_instructions_6": "Замените содержимое \"packages/locales/lib/human/{{lng}}.json\" файлом, который вы скачали", - "locale_instructions_7": "Создайте запрос на слияние", - "locale_instructions_8": "Ожидайте, пока ваш запрос на слияние будет рассмотрен и смержен", - "enter_translation": "Введите перевод", - "individual_filters": "Частичная фильтрация", - "data_limit_reached": "Вы запросили слишком много данных за последнее время и находитесь в режиме ожидания до {{until}}", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Unset", - "alignment_1": "Теневая форма", - "alignment_2": "Очищенная форма", - "challenge_buddy_affection_plural": "Заработай сердечки с твоим бадди-покемоном: {{amount}}", - "challenge_buddy_treat_plural": "Дай бадди-покемону угощения: {{amount}}", - "character_category_0": "Unset", - "character_category_1": "Лидер команды", - "character_category_2": "Приспешник", - "character_category_3": "Арло", - "character_category_4": "Клифф", - "character_category_5": "Сьерра", - "character_category_6": "Джованни", - "character_category_7": "Приспешник БЖ", - "character_category_8": "Приспешник БМ", - "character_category_9": "Ивентовый NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 2021 Noevolve", - "costume_51": "Holiday 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "Яйцо 1 уровня", - "egg_1_plural": "Яйца 1 уровня", - "egg_2": "Яйцо 2 уровня", - "egg_2_plural": "Яйца 2 уровня", - "egg_3": "Яйцо 3 уровня", - "egg_3_plural": "Яйца 3 уровня", - "egg_4": "Яйцо 4 уровня", - "egg_4_plural": "Яйца 3 уровня", - "egg_5": "Легендарный яйцо", - "egg_5_plural": "Легендарные яйца", - "egg_6": "Мега-яйцо", - "egg_6_plural": "Мега-яйца", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Мега", - "evo_2": "Мега X", - "evo_3": "Мега Y", - "evo_4": "Primal", - "form_0": "Неизвестный", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "!", - "form_28": "?", - "form_29": "Обычная форма", - "form_30": "Солнечная форма", - "form_31": "Дождливая форма", - "form_32": "Снежная форма", - "form_33": "Обычная форма", - "form_34": "Атакующая форма", - "form_35": "Защитная форма", - "form_36": "Скоростная форма", - "form_37": "00", - "form_38": "01", - "form_39": "02", - "form_40": "03", - "form_41": "04", - "form_42": "05", - "form_43": "06", - "form_44": "07", - "form_45": "Обычная форма", - "form_46": "Алольская форма", - "form_47": "Обычная форма", - "form_48": "Алольская форма", - "form_49": "Обычная форма", - "form_50": "Алольская форма", - "form_51": "Обычная форма", - "form_52": "Алольская форма", - "form_53": "Обычная форма", - "form_54": "Алольская форма", - "form_55": "Обычная форма", - "form_56": "Алольская форма", - "form_57": "Обычная форма", - "form_58": "Алольская форма", - "form_59": "Обычная форма", - "form_60": "Алольская форма", - "form_61": "Обычная форма", - "form_62": "Алольская форма", - "form_63": "Обычная форма", - "form_64": "Алольская форма", - "form_65": "Обычная форма", - "form_66": "Алольская форма", - "form_67": "Обычная форма", - "form_68": "Алольская форма", - "form_69": "Обычная форма", - "form_70": "Алольская форма", - "form_71": "Обычная форма", - "form_72": "Алольская форма", - "form_73": "Обычная форма", - "form_74": "Алольская форма", - "form_75": "Обычная форма", - "form_76": "Алольская форма", - "form_77": "Обычная форма", - "form_78": "Алольская форма", - "form_79": "Обычная форма", - "form_80": "Алольская форма", - "form_81": "Обычная форма", - "form_82": "Холодильник", - "form_83": "Вентилятор", - "form_84": "Газонокосилка", - "form_85": "Стиралка", - "form_86": "Обогреватель", - "form_87": "Растительный покров", - "form_88": "Песчанный покров", - "form_89": "Мусорный покров", - "form_90": "Изменённая форма", - "form_91": "Исходная форма", - "form_92": "Небесная форма", - "form_93": "Земная форма", - "form_94": "Пасмурная форма", - "form_95": "Солнечная форма", - "form_96": "Западно-морская форма", - "form_97": "Восточно-морская форма", - "form_98": "Западно-морская форма", - "form_99": "Восточно-морская форма", - "form_100": "Обычная форма", - "form_101": "Боевая форма", - "form_102": "Летающая форма", - "form_103": "Ядовитая форма", - "form_104": "Земленая форма", - "form_105": "Каменная форма", - "form_106": "Жучья форма", - "form_107": "Призрачная форма", - "form_108": "Стальная форма", - "form_109": "Огненная форма", - "form_110": "Водная форма", - "form_111": "Травяная форма", - "form_112": "Электрическая форма", - "form_113": "Психическая форма", - "form_114": "Ледяная форма", - "form_115": "Драконья форма", - "form_116": "Темная форма", - "form_117": "Феечная форма", - "form_118": "Растительный покров", - "form_119": "Песчанный покров", - "form_120": "Мусорный покров", - "form_121": "08", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "Обычная форма", - "form_136": "Красно-полосатая форма", - "form_137": "Сине-полосатая форма", - "form_138": "Обычная форма", - "form_139": "Дзен", - "form_140": "Воплощённая форма", - "form_141": "Териан форма", - "form_142": "Воплощённая форма", - "form_143": "Териан форма", - "form_144": "Воплощённая форма", - "form_145": "Териан форма", - "form_146": "Обычная форма", - "form_147": "Чёрный Кьюрем", - "form_148": "Белый Кьюрем", - "form_149": "Обычная форма", - "form_150": "Решительная форма", - "form_151": "Форма Арии", - "form_152": "Форма Пируэта", - "form_153": "Теневая форма", - "form_154": "Очищенная форма", - "form_155": "Теневая форма", - "form_156": "Очищенная форма", - "form_157": "Обычная форма", - "form_158": "Теневая форма", - "form_159": "Очищенная форма", - "form_160": "Обычная форма", - "form_161": "Теневая форма", - "form_162": "Очищенная форма", - "form_163": "Обычная форма", - "form_164": "Теневая форма", - "form_165": "Очищенная форма", - "form_166": "Обычная форма", - "form_167": "Теневая форма", - "form_168": "Очищенная форма", - "form_169": "Обычная форма", - "form_170": "Теневая форма", - "form_171": "Очищенная форма", - "form_172": "Обычная форма", - "form_173": "Теневая форма", - "form_174": "Очищенная форма", - "form_175": "Обычная форма", - "form_176": "Теневая форма", - "form_177": "Очищенная форма", - "form_178": "Обычная форма", - "form_179": "Теневая форма", - "form_180": "Очищенная форма", - "form_181": "Обычная форма", - "form_182": "Теневая форма", - "form_183": "Очищенная форма", - "form_184": "Обычная форма", - "form_185": "Теневая форма", - "form_186": "Очищенная форма", - "form_187": "Обычная форма", - "form_188": "Теневая форма", - "form_189": "Очищенная форма", - "form_190": "Обычная форма", - "form_191": "Теневая форма", - "form_192": "Очищенная форма", - "form_193": "Обычная форма", - "form_194": "Теневая форма", - "form_195": "Очищенная форма", - "form_196": "Обычная форма", - "form_197": "Теневая форма", - "form_198": "Очищенная форма", - "form_199": "Обычная форма", - "form_200": "Теневая форма", - "form_201": "Очищенная форма", - "form_202": "Обычная форма", - "form_203": "Теневая форма", - "form_204": "Очищенная форма", - "form_205": "Обычная форма", - "form_206": "Теневая форма", - "form_207": "Очищенная форма", - "form_208": "Обычная форма", - "form_209": "Теневая форма", - "form_210": "Очищенная форма", - "form_211": "Обычная форма", - "form_212": "Теневая форма", - "form_213": "Очищенная форма", - "form_214": "Обычная форма", - "form_215": "Теневая форма", - "form_216": "Очищенная форма", - "form_217": "Обычная форма", - "form_218": "Теневая форма", - "form_219": "Очищенная форма", - "form_220": "Теневая форма", - "form_221": "Очищенная форма", - "form_222": "Теневая форма", - "form_223": "Очищенная форма", - "form_224": "Обычная форма", - "form_225": "Теневая форма", - "form_226": "Очищенная форма", - "form_227": "Теневая форма", - "form_228": "Очищенная форма", - "form_229": "Обычная форма", - "form_230": "Теневая форма", - "form_231": "Очищенная форма", - "form_232": "Обычная форма", - "form_233": "Теневая форма", - "form_234": "Очищенная форма", - "form_235": "Обычная форма", - "form_236": "Теневая форма", - "form_237": "Очищенная форма", - "form_238": "Обычная форма", - "form_239": "Теневая форма", - "form_240": "Очищенная форма", - "form_241": "Обычная форма", - "form_242": "Теневая форма", - "form_243": "Очищенная форма", - "form_244": "Обычная форма", - "form_245": "Теневая форма", - "form_246": "Очищенная форма", - "form_247": "Обычная форма", - "form_248": "Теневая форма", - "form_249": "Очищенная форма", - "form_250": "Обычная форма", - "form_251": "Теневая форма", - "form_252": "Очищенная форма", - "form_253": "Обычная форма", - "form_254": "Теневая форма", - "form_255": "Очищенная форма", - "form_256": "Обычная форма", - "form_257": "Теневая форма", - "form_258": "Очищенная форма", - "form_259": "Обычная форма", - "form_260": "Теневая форма", - "form_261": "Очищенная форма", - "form_262": "Обычная форма", - "form_263": "Теневая форма", - "form_264": "Очищенная форма", - "form_265": "Обычная форма", - "form_266": "Теневая форма", - "form_267": "Очищенная форма", - "form_268": "Обычная форма", - "form_269": "Теневая форма", - "form_270": "Очищенная форма", - "form_271": "Обычная форма", - "form_272": "Теневая форма", - "form_273": "Очищенная форма", - "form_274": "Обычная форма", - "form_275": "Теневая форма", - "form_276": "Очищенная форма", - "form_277": "Обычная форма", - "form_278": "Теневая форма", - "form_279": "Очищенная форма", - "form_280": "Обычная форма", - "form_281": "Теневая форма", - "form_282": "Очищенная форма", - "form_283": "Обычная форма", - "form_284": "Теневая форма", - "form_285": "Очищенная форма", - "form_286": "Обычная форма", - "form_287": "Теневая форма", - "form_288": "Очищенная форма", - "form_289": "Обычная форма", - "form_290": "Теневая форма", - "form_291": "Очищенная форма", - "form_292": "Обычная форма", - "form_293": "Теневая форма", - "form_294": "Очищенная форма", - "form_295": "Обычная форма", - "form_296": "Теневая форма", - "form_297": "Очищенная форма", - "form_298": "Обычная форма", - "form_299": "Теневая форма", - "form_300": "Очищенная форма", - "form_301": "Обычная форма", - "form_302": "Теневая форма", - "form_303": "Очищенная форма", - "form_304": "Обычная форма", - "form_305": "Теневая форма", - "form_306": "Очищенная форма", - "form_307": "Обычная форма", - "form_308": "Теневая форма", - "form_309": "Очищенная форма", - "form_310": "Обычная форма", - "form_311": "Теневая форма", - "form_312": "Очищенная форма", - "form_313": "Обычная форма", - "form_314": "Теневая форма", - "form_315": "Очищенная форма", - "form_316": "Обычная форма", - "form_317": "Теневая форма", - "form_318": "Очищенная форма", - "form_319": "Обычная форма", - "form_320": "Теневая форма", - "form_321": "Очищенная форма", - "form_322": "Обычная форма", - "form_323": "Теневая форма", - "form_324": "Очищенная форма", - "form_585": "Весенняя форма", - "form_586": "Летняя форма", - "form_587": "Осенняя форма", - "form_588": "Зимняя форма", - "form_589": "Весенняя форма", - "form_590": "Летняя форма", - "form_591": "Осенняя форма", - "form_592": "Зимняя форма", - "form_593": "Обычная форма", - "form_594": "Электрический привод", - "form_595": "Огненный привод", - "form_596": "Ледяной привод", - "form_597": "Водный привод", - "form_598": "Обычная форма", - "form_599": "Noevolve", - "form_600": "Обычная форма", - "form_601": "Noevolve", - "form_602": "Обычная форма", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "Обычная форма", - "form_611": "Теневая форма", - "form_612": "Очищенная форма", - "form_613": "Обычная форма", - "form_614": "Теневая форма", - "form_615": "Очищенная форма", - "form_616": "Обычная форма", - "form_617": "Теневая форма", - "form_618": "Очищенная форма", - "form_619": "Обычная форма", - "form_620": "Теневая форма", - "form_621": "Очищенная форма", - "form_622": "Обычная форма", - "form_623": "Теневая форма", - "form_624": "Очищенная форма", - "form_625": "Обычная форма", - "form_626": "Теневая форма", - "form_627": "Очищенная форма", - "form_628": "Обычная форма", - "form_629": "Теневая форма", - "form_630": "Очищенная форма", - "form_631": "Обычная форма", - "form_632": "Теневая форма", - "form_633": "Очищенная форма", - "form_634": "Обычная форма", - "form_635": "Теневая форма", - "form_636": "Очищенная форма", - "form_637": "Обычная форма", - "form_638": "Теневая форма", - "form_639": "Очищенная форма", - "form_640": "Обычная форма", - "form_641": "Теневая форма", - "form_642": "Очищенная форма", - "form_643": "Обычная форма", - "form_644": "Теневая форма", - "form_645": "Очищенная форма", - "form_646": "Обычная форма", - "form_647": "Теневая форма", - "form_648": "Очищенная форма", - "form_649": "Обычная форма", - "form_650": "Теневая форма", - "form_651": "Очищенная форма", - "form_652": "Обычная форма", - "form_653": "Теневая форма", - "form_654": "Очищенная форма", - "form_655": "Обычная форма", - "form_656": "Теневая форма", - "form_657": "Очищенная форма", - "form_658": "Обычная форма", - "form_659": "Теневая форма", - "form_660": "Очищенная форма", - "form_661": "Обычная форма", - "form_662": "Теневая форма", - "form_663": "Очищенная форма", - "form_664": "Обычная форма", - "form_665": "Теневая форма", - "form_666": "Очищенная форма", - "form_667": "Обычная форма", - "form_668": "Теневая форма", - "form_669": "Очищенная форма", - "form_670": "Обычная форма", - "form_671": "Теневая форма", - "form_672": "Очищенная форма", - "form_673": "Теневая форма", - "form_674": "Очищенная форма", - "form_675": "Теневая форма", - "form_676": "Очищенная форма", - "form_677": "Обычная форма", - "form_678": "Теневая форма", - "form_679": "Очищенная форма", - "form_680": "Обычная форма", - "form_681": "Теневая форма", - "form_682": "Очищенная форма", - "form_683": "Обычная форма", - "form_684": "Теневая форма", - "form_685": "Очищенная форма", - "form_686": "Теневая форма", - "form_687": "Очищенная форма", - "form_688": "Обычная форма", - "form_689": "Теневая форма", - "form_690": "Очищенная форма", - "form_691": "Обычная форма", - "form_692": "Теневая форма", - "form_693": "Очищенная форма", - "form_694": "Обычная форма", - "form_695": "Теневая форма", - "form_696": "Очищенная форма", - "form_697": "Обычная форма", - "form_698": "Теневая форма", - "form_699": "Очищенная форма", - "form_700": "Обычная форма", - "form_701": "Теневая форма", - "form_702": "Очищенная форма", - "form_703": "Обычная форма", - "form_704": "Теневая форма", - "form_705": "Очищенная форма", - "form_706": "Обычная форма", - "form_707": "Теневая форма", - "form_708": "Очищенная форма", - "form_709": "Теневая форма", - "form_710": "Очищенная форма", - "form_711": "Теневая форма", - "form_712": "Очищенная форма", - "form_713": "Обычная форма", - "form_714": "Теневая форма", - "form_715": "Очищенная форма", - "form_716": "Обычная форма", - "form_717": "Теневая форма", - "form_718": "Очищенная форма", - "form_719": "Обычная форма", - "form_720": "Теневая форма", - "form_721": "Очищенная форма", - "form_722": "Обычная форма", - "form_723": "Теневая форма", - "form_724": "Очищенная форма", - "form_725": "Теневая форма", - "form_726": "Очищенная форма", - "form_727": "Теневая форма", - "form_728": "Очищенная форма", - "form_729": "Обычная форма", - "form_730": "Теневая форма", - "form_731": "Очищенная форма", - "form_732": "Теневая форма", - "form_733": "Очищенная форма", - "form_734": "Обычная форма", - "form_735": "Теневая форма", - "form_736": "Очищенная форма", - "form_737": "Обычная форма", - "form_738": "Теневая форма", - "form_739": "Очищенная форма", - "form_740": "Обычная форма", - "form_741": "Теневая форма", - "form_742": "Очищенная форма", - "form_743": "Обычная форма", - "form_744": "Теневая форма", - "form_745": "Очищенная форма", - "form_746": "Обычная форма", - "form_747": "Теневая форма", - "form_748": "Очищенная форма", - "form_749": "Обычная форма", - "form_750": "Теневая форма", - "form_751": "Очищенная форма", - "form_752": "Обычная форма", - "form_753": "Теневая форма", - "form_754": "Очищенная форма", - "form_755": "Обычная форма", - "form_756": "Теневая форма", - "form_757": "Очищенная форма", - "form_758": "Обычная форма", - "form_759": "Теневая форма", - "form_760": "Очищенная форма", - "form_761": "Обычная форма", - "form_762": "Теневая форма", - "form_763": "Очищенная форма", - "form_764": "Обычная форма", - "form_765": "Теневая форма", - "form_766": "Очищенная форма", - "form_767": "Обычная форма", - "form_768": "Теневая форма", - "form_769": "Очищенная форма", - "form_770": "Обычная форма", - "form_771": "Теневая форма", - "form_772": "Очищенная форма", - "form_773": "Обычная форма", - "form_774": "Теневая форма", - "form_775": "Очищенная форма", - "form_776": "Обычная форма", - "form_777": "Теневая форма", - "form_778": "Очищенная форма", - "form_779": "Обычная форма", - "form_780": "Теневая форма", - "form_781": "Очищенная форма", - "form_782": "Обычная форма", - "form_783": "Теневая форма", - "form_784": "Очищенная форма", - "form_785": "Обычная форма", - "form_786": "Теневая форма", - "form_787": "Очищенная форма", - "form_788": "Обычная форма", - "form_789": "Теневая форма", - "form_790": "Очищенная форма", - "form_791": "Обычная форма", - "form_792": "Теневая форма", - "form_793": "Очищенная форма", - "form_794": "Обычная форма", - "form_795": "Теневая форма", - "form_796": "Очищенная форма", - "form_797": "Обычная форма", - "form_798": "Теневая форма", - "form_799": "Очищенная форма", - "form_800": "Обычная форма", - "form_801": "Теневая форма", - "form_802": "Очищенная форма", - "form_803": "Обычная форма", - "form_804": "Теневая форма", - "form_805": "Очищенная форма", - "form_806": "Обычная форма", - "form_807": "Теневая форма", - "form_808": "Очищенная форма", - "form_809": "Обычная форма", - "form_810": "Теневая форма", - "form_811": "Очищенная форма", - "form_812": "Обычная форма", - "form_813": "Теневая форма", - "form_814": "Очищенная форма", - "form_815": "Обычная форма", - "form_816": "Теневая форма", - "form_817": "Очищенная форма", - "form_818": "Обычная форма", - "form_819": "Теневая форма", - "form_820": "Очищенная форма", - "form_821": "Обычная форма", - "form_822": "Теневая форма", - "form_823": "Очищенная форма", - "form_824": "Обычная форма", - "form_825": "Теневая форма", - "form_826": "Очищенная форма", - "form_827": "Обычная форма", - "form_828": "Теневая форма", - "form_829": "Очищенная форма", - "form_830": "Обычная форма", - "form_831": "Теневая форма", - "form_832": "Очищенная форма", - "form_833": "Обычная форма", - "form_834": "Теневая форма", - "form_835": "Очищенная форма", - "form_836": "Обычная форма", - "form_837": "Теневая форма", - "form_838": "Очищенная форма", - "form_839": "Обычная форма", - "form_840": "Теневая форма", - "form_841": "Очищенная форма", - "form_842": "Теневая форма", - "form_843": "Очищенная форма", - "form_844": "Теневая форма", - "form_845": "Очищенная форма", - "form_846": "Обычная форма", - "form_847": "Теневая форма", - "form_848": "Очищенная форма", - "form_849": "Обычная форма", - "form_850": "Теневая форма", - "form_851": "Очищенная форма", - "form_852": "Обычная форма", - "form_853": "Теневая форма", - "form_854": "Очищенная форма", - "form_855": "Обычная форма", - "form_856": "Теневая форма", - "form_857": "Очищенная форма", - "form_858": "Обычная форма", - "form_859": "Теневая форма", - "form_860": "Очищенная форма", - "form_861": "Обычная форма", - "form_862": "Теневая форма", - "form_863": "Очищенная форма", - "form_864": "Обычная форма", - "form_865": "Теневая форма", - "form_866": "Очищенная форма", - "form_867": "Обычная форма", - "form_868": "Теневая форма", - "form_869": "Очищенная форма", - "form_870": "Обычная форма", - "form_871": "Теневая форма", - "form_872": "Очищенная форма", - "form_873": "Обычная форма", - "form_874": "Теневая форма", - "form_875": "Очищенная форма", - "form_876": "Обычная форма", - "form_877": "Теневая форма", - "form_878": "Очищенная форма", - "form_879": "Обычная форма", - "form_880": "Теневая форма", - "form_881": "Очищенная форма", - "form_882": "Теневая форма", - "form_883": "Очищенная форма", - "form_884": "Теневая форма", - "form_885": "Очищенная форма", - "form_886": "Теневая форма", - "form_887": "Очищенная форма", - "form_888": "Обычная форма", - "form_889": "Теневая форма", - "form_890": "Очищенная форма", - "form_891": "Обычная форма", - "form_892": "Теневая форма", - "form_893": "Очищенная форма", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "Обычная форма", - "form_899": "Теневая форма", - "form_900": "Очищенная форма", - "form_901": "Vs 2019", - "form_902": "Обычная форма", - "form_903": "Теневая форма", - "form_904": "Очищенная форма", - "form_905": "Обычная форма", - "form_906": "Теневая форма", - "form_907": "Очищенная форма", - "form_908": "Обычная форма", - "form_909": "Теневая форма", - "form_910": "Очищенная форма", - "form_911": "Обычная форма", - "form_912": "Теневая форма", - "form_913": "Очищенная форма", - "form_914": "Обычная форма", - "form_915": "Теневая форма", - "form_916": "Очищенная форма", - "form_917": "Обычная форма", - "form_918": "Теневая форма", - "form_919": "Очищенная форма", - "form_920": "Обычная форма", - "form_921": "Теневая форма", - "form_922": "Очищенная форма", - "form_923": "Обычная форма", - "form_924": "Теневая форма", - "form_925": "Очищенная форма", - "form_926": "Обычная форма", - "form_927": "Теневая форма", - "form_928": "Очищенная форма", - "form_929": "Обычная форма", - "form_930": "Теневая форма", - "form_931": "Очищенная форма", - "form_932": "Обычная форма", - "form_933": "Теневая форма", - "form_934": "Очищенная форма", - "form_935": "Обычная форма", - "form_936": "Теневая форма", - "form_937": "Очищенная форма", - "form_938": "Обычная форма", - "form_939": "Теневая форма", - "form_940": "Очищенная форма", - "form_941": "Обычная форма", - "form_942": "Теневая форма", - "form_943": "Очищенная форма", - "form_944": "Галарская форма", - "form_945": "Обычная форма", - "form_946": "Галарская форма", - "form_947": "Обычная форма", - "form_948": "Галарская форма", - "form_949": "Клон 2019", - "form_950": "Клон 2019", - "form_951": "Клон 2019", - "form_952": "Клон 2019", - "form_953": "Обычная форма", - "form_954": "Теневая форма", - "form_955": "Очищенная форма", - "form_956": "Обычная форма", - "form_957": "Теневая форма", - "form_958": "Очищенная форма", - "form_959": "Обычная форма", - "form_960": "Теневая форма", - "form_961": "Очищенная форма", - "form_962": "Обычная форма", - "form_963": "Теневая форма", - "form_964": "Очищенная форма", - "form_965": "Обычная форма", - "form_966": "Теневая форма", - "form_967": "Очищенная форма", - "form_968": "Обычная форма", - "form_969": "Теневая форма", - "form_970": "Очищенная форма", - "form_971": "Обычная форма", - "form_972": "Теневая форма", - "form_973": "Очищенная форма", - "form_974": "Обычная форма", - "form_975": "Теневая форма", - "form_976": "Очищенная форма", - "form_977": "Теневая форма", - "form_978": "Очищенная форма", - "form_979": "Теневая форма", - "form_980": "Очищенная форма", - "form_981": "Обычная форма", - "form_982": "Теневая форма", - "form_983": "Очищенная форма", - "form_984": "Обычная форма", - "form_985": "Теневая форма", - "form_986": "Очищенная форма", - "form_987": "Обычная форма", - "form_988": "Теневая форма", - "form_989": "Очищенная форма", - "form_990": "Обычная форма", - "form_991": "Теневая форма", - "form_992": "Очищенная форма", - "form_993": "Обычная форма", - "form_994": "Теневая форма", - "form_995": "Очищенная форма", - "form_996": "Обычная форма", - "form_997": "Теневая форма", - "form_998": "Очищенная форма", - "form_999": "Обычная форма", - "form_1000": "Теневая форма", - "form_1001": "Очищенная форма", - "form_1002": "Обычная форма", - "form_1003": "Теневая форма", - "form_1004": "Очищенная форма", - "form_1005": "Обычная форма", - "form_1006": "Теневая форма", - "form_1007": "Очищенная форма", - "form_1008": "Обычная форма", - "form_1009": "Теневая форма", - "form_1010": "Очищенная форма", - "form_1011": "Обычная форма", - "form_1012": "Теневая форма", - "form_1013": "Очищенная форма", - "form_1014": "Обычная форма", - "form_1015": "Теневая форма", - "form_1016": "Очищенная форма", - "form_1017": "Обычная форма", - "form_1018": "Теневая форма", - "form_1019": "Очищенная форма", - "form_1020": "Обычная форма", - "form_1021": "Теневая форма", - "form_1022": "Очищенная форма", - "form_1023": "Обычная форма", - "form_1024": "Теневая форма", - "form_1025": "Очищенная форма", - "form_1026": "Обычная форма", - "form_1027": "Теневая форма", - "form_1028": "Очищенная форма", - "form_1029": "Обычная форма", - "form_1030": "Теневая форма", - "form_1031": "Очищенная форма", - "form_1032": "Обычная форма", - "form_1033": "Теневая форма", - "form_1034": "Очищенная форма", - "form_1035": "Обычная форма", - "form_1036": "Теневая форма", - "form_1037": "Очищенная форма", - "form_1038": "Обычная форма", - "form_1039": "Теневая форма", - "form_1040": "Очищенная форма", - "form_1041": "Обычная форма", - "form_1042": "Теневая форма", - "form_1043": "Очищенная форма", - "form_1044": "Обычная форма", - "form_1045": "Теневая форма", - "form_1046": "Очищенная форма", - "form_1047": "Обычная форма", - "form_1048": "Теневая форма", - "form_1049": "Очищенная форма", - "form_1050": "Обычная форма", - "form_1051": "Теневая форма", - "form_1052": "Очищенная форма", - "form_1053": "Обычная форма", - "form_1054": "Теневая форма", - "form_1055": "Очищенная форма", - "form_1056": "Обычная форма", - "form_1057": "Теневая форма", - "form_1058": "Очищенная форма", - "form_1059": "Обычная форма", - "form_1060": "Теневая форма", - "form_1061": "Очищенная форма", - "form_1062": "Обычная форма", - "form_1063": "Теневая форма", - "form_1064": "Очищенная форма", - "form_1065": "Обычная форма", - "form_1066": "Теневая форма", - "form_1067": "Очищенная форма", - "form_1068": "Обычная форма", - "form_1069": "Теневая форма", - "form_1070": "Очищенная форма", - "form_1071": "Обычная форма", - "form_1072": "Теневая форма", - "form_1073": "Очищенная форма", - "form_1074": "Обычная форма", - "form_1075": "Теневая форма", - "form_1076": "Очищенная форма", - "form_1077": "Обычная форма", - "form_1078": "Теневая форма", - "form_1079": "Очищенная форма", - "form_1080": "Обычная форма", - "form_1081": "Теневая форма", - "form_1082": "Очищенная форма", - "form_1083": "Обычная форма", - "form_1084": "Теневая форма", - "form_1085": "Очищенная форма", - "form_1086": "Обычная форма", - "form_1087": "Теневая форма", - "form_1088": "Очищенная форма", - "form_1089": "Обычная форма", - "form_1090": "Теневая форма", - "form_1091": "Очищенная форма", - "form_1092": "Обычная форма", - "form_1093": "Теневая форма", - "form_1094": "Очищенная форма", - "form_1095": "Обычная форма", - "form_1096": "Теневая форма", - "form_1097": "Очищенная форма", - "form_1098": "Обычная форма", - "form_1099": "Теневая форма", - "form_1100": "Очищенная форма", - "form_1101": "Обычная форма", - "form_1102": "Теневая форма", - "form_1103": "Очищенная форма", - "form_1104": "Обычная форма", - "form_1105": "Теневая форма", - "form_1106": "Очищенная форма", - "form_1107": "Обычная форма", - "form_1108": "Теневая форма", - "form_1109": "Очищенная форма", - "form_1110": "Обычная форма", - "form_1111": "Теневая форма", - "form_1112": "Очищенная форма", - "form_1113": "Теневая форма", - "form_1114": "Очищенная форма", - "form_1115": "Обычная форма", - "form_1116": "Теневая форма", - "form_1117": "Очищенная форма", - "form_1118": "Обычная форма", - "form_1119": "Теневая форма", - "form_1120": "Очищенная форма", - "form_1121": "Обычная форма", - "form_1122": "Теневая форма", - "form_1123": "Очищенная форма", - "form_1124": "Обычная форма", - "form_1125": "Теневая форма", - "form_1126": "Очищенная форма", - "form_1127": "Обычная форма", - "form_1128": "Теневая форма", - "form_1129": "Очищенная форма", - "form_1130": "Обычная форма", - "form_1131": "Теневая форма", - "form_1132": "Очищенная форма", - "form_1133": "Обычная форма", - "form_1134": "Теневая форма", - "form_1135": "Очищенная форма", - "form_1136": "Обычная форма", - "form_1137": "Теневая форма", - "form_1138": "Очищенная форма", - "form_1139": "Обычная форма", - "form_1140": "Теневая форма", - "form_1141": "Очищенная форма", - "form_1142": "Обычная форма", - "form_1143": "Теневая форма", - "form_1144": "Очищенная форма", - "form_1145": "Обычная форма", - "form_1146": "Теневая форма", - "form_1147": "Очищенная форма", - "form_1148": "Обычная форма", - "form_1149": "Теневая форма", - "form_1150": "Очищенная форма", - "form_1151": "Обычная форма", - "form_1152": "Теневая форма", - "form_1153": "Очищенная форма", - "form_1154": "Обычная форма", - "form_1155": "Теневая форма", - "form_1156": "Очищенная форма", - "form_1157": "Обычная форма", - "form_1158": "Теневая форма", - "form_1159": "Очищенная форма", - "form_1160": "Обычная форма", - "form_1161": "Теневая форма", - "form_1162": "Очищенная форма", - "form_1163": "Обычная форма", - "form_1164": "Теневая форма", - "form_1165": "Очищенная форма", - "form_1166": "Обычная форма", - "form_1167": "Теневая форма", - "form_1168": "Очищенная форма", - "form_1169": "Обычная форма", - "form_1170": "Теневая форма", - "form_1171": "Очищенная форма", - "form_1172": "Обычная форма", - "form_1173": "Теневая форма", - "form_1174": "Очищенная форма", - "form_1175": "Обычная форма", - "form_1176": "Теневая форма", - "form_1177": "Очищенная форма", - "form_1178": "Обычная форма", - "form_1179": "Теневая форма", - "form_1180": "Очищенная форма", - "form_1181": "Обычная форма", - "form_1182": "Теневая форма", - "form_1183": "Очищенная форма", - "form_1184": "Обычная форма", - "form_1185": "Теневая форма", - "form_1186": "Очищенная форма", - "form_1187": "Обычная форма", - "form_1188": "Теневая форма", - "form_1189": "Очищенная форма", - "form_1190": "Обычная форма", - "form_1191": "Теневая форма", - "form_1192": "Очищенная форма", - "form_1193": "Обычная форма", - "form_1194": "Теневая форма", - "form_1195": "Очищенная форма", - "form_1196": "Обычная форма", - "form_1197": "Теневая форма", - "form_1198": "Очищенная форма", - "form_1199": "Обычная форма", - "form_1200": "Теневая форма", - "form_1201": "Очищенная форма", - "form_1202": "Обычная форма", - "form_1203": "Теневая форма", - "form_1204": "Очищенная форма", - "form_1205": "Обычная форма", - "form_1206": "Теневая форма", - "form_1207": "Очищенная форма", - "form_1208": "Обычная форма", - "form_1209": "Теневая форма", - "form_1210": "Очищенная форма", - "form_1211": "Обычная форма", - "form_1212": "Теневая форма", - "form_1213": "Очищенная форма", - "form_1214": "Обычная форма", - "form_1215": "Теневая форма", - "form_1216": "Очищенная форма", - "form_1217": "Обычная форма", - "form_1218": "Теневая форма", - "form_1219": "Очищенная форма", - "form_1220": "Обычная форма", - "form_1221": "Теневая форма", - "form_1222": "Очищенная форма", - "form_1223": "Обычная форма", - "form_1224": "Теневая форма", - "form_1225": "Очищенная форма", - "form_1226": "Обычная форма", - "form_1227": "Теневая форма", - "form_1228": "Очищенная форма", - "form_1229": "Обычная форма", - "form_1230": "Теневая форма", - "form_1231": "Очищенная форма", - "form_1232": "Обычная форма", - "form_1233": "Теневая форма", - "form_1234": "Очищенная форма", - "form_1235": "Обычная форма", - "form_1236": "Теневая форма", - "form_1237": "Очищенная форма", - "form_1238": "Обычная форма", - "form_1239": "Теневая форма", - "form_1240": "Очищенная форма", - "form_1241": "Обычная форма", - "form_1242": "Теневая форма", - "form_1243": "Очищенная форма", - "form_1244": "Обычная форма", - "form_1245": "Теневая форма", - "form_1246": "Очищенная форма", - "form_1247": "Обычная форма", - "form_1248": "Теневая форма", - "form_1249": "Очищенная форма", - "form_1250": "Обычная форма", - "form_1251": "Теневая форма", - "form_1252": "Очищенная форма", - "form_1253": "Обычная форма", - "form_1254": "Теневая форма", - "form_1255": "Очищенная форма", - "form_1256": "Обычная форма", - "form_1257": "Теневая форма", - "form_1258": "Очищенная форма", - "form_1259": "Обычная форма", - "form_1260": "Теневая форма", - "form_1261": "Очищенная форма", - "form_1262": "Обычная форма", - "form_1263": "Теневая форма", - "form_1264": "Очищенная форма", - "form_1265": "Обычная форма", - "form_1266": "Теневая форма", - "form_1267": "Очищенная форма", - "form_1268": "Обычная форма", - "form_1269": "Теневая форма", - "form_1270": "Очищенная форма", - "form_1271": "Обычная форма", - "form_1272": "Теневая форма", - "form_1273": "Очищенная форма", - "form_1274": "Обычная форма", - "form_1275": "Теневая форма", - "form_1276": "Очищенная форма", - "form_1277": "Обычная форма", - "form_1278": "Теневая форма", - "form_1279": "Очищенная форма", - "form_1280": "Обычная форма", - "form_1281": "Теневая форма", - "form_1282": "Очищенная форма", - "form_1283": "Обычная форма", - "form_1284": "Теневая форма", - "form_1285": "Очищенная форма", - "form_1286": "Обычная форма", - "form_1287": "Теневая форма", - "form_1288": "Очищенная форма", - "form_1289": "Обычная форма", - "form_1290": "Теневая форма", - "form_1291": "Очищенная форма", - "form_1292": "Обычная форма", - "form_1293": "Теневая форма", - "form_1294": "Очищенная форма", - "form_1295": "Обычная форма", - "form_1296": "Теневая форма", - "form_1297": "Очищенная форма", - "form_1298": "Обычная форма", - "form_1299": "Теневая форма", - "form_1300": "Очищенная форма", - "form_1301": "Обычная форма", - "form_1302": "Теневая форма", - "form_1303": "Очищенная форма", - "form_1304": "Обычная форма", - "form_1305": "Теневая форма", - "form_1306": "Очищенная форма", - "form_1307": "Обычная форма", - "form_1308": "Теневая форма", - "form_1309": "Очищенная форма", - "form_1310": "Обычная форма", - "form_1311": "Теневая форма", - "form_1312": "Очищенная форма", - "form_1313": "Обычная форма", - "form_1314": "Теневая форма", - "form_1315": "Очищенная форма", - "form_1316": "Обычная форма", - "form_1317": "Теневая форма", - "form_1318": "Очищенная форма", - "form_1319": "Обычная форма", - "form_1320": "Теневая форма", - "form_1321": "Очищенная форма", - "form_1322": "Обычная форма", - "form_1323": "Теневая форма", - "form_1324": "Очищенная форма", - "form_1325": "Обычная форма", - "form_1326": "Теневая форма", - "form_1327": "Очищенная форма", - "form_1328": "Обычная форма", - "form_1329": "Теневая форма", - "form_1330": "Очищенная форма", - "form_1331": "Обычная форма", - "form_1332": "Теневая форма", - "form_1333": "Очищенная форма", - "form_1334": "Обычная форма", - "form_1335": "Теневая форма", - "form_1336": "Очищенная форма", - "form_1337": "Обычная форма", - "form_1338": "Теневая форма", - "form_1339": "Очищенная форма", - "form_1340": "Обычная форма", - "form_1341": "Теневая форма", - "form_1342": "Очищенная форма", - "form_1343": "Обычная форма", - "form_1344": "Теневая форма", - "form_1345": "Очищенная форма", - "form_1346": "Обычная форма", - "form_1347": "Теневая форма", - "form_1348": "Очищенная форма", - "form_1349": "Обычная форма", - "form_1350": "Теневая форма", - "form_1351": "Очищенная форма", - "form_1352": "Обычная форма", - "form_1353": "Теневая форма", - "form_1354": "Очищенная форма", - "form_1355": "Обычная форма", - "form_1356": "Теневая форма", - "form_1357": "Очищенная форма", - "form_1358": "Обычная форма", - "form_1359": "Теневая форма", - "form_1360": "Очищенная форма", - "form_1361": "Обычная форма", - "form_1362": "Теневая форма", - "form_1363": "Очищенная форма", - "form_1364": "Обычная форма", - "form_1365": "Теневая форма", - "form_1366": "Очищенная форма", - "form_1367": "Обычная форма", - "form_1368": "Теневая форма", - "form_1369": "Очищенная форма", - "form_1370": "Обычная форма", - "form_1371": "Теневая форма", - "form_1372": "Очищенная форма", - "form_1373": "Теневая форма", - "form_1374": "Очищенная форма", - "form_1375": "Теневая форма", - "form_1376": "Очищенная форма", - "form_1377": "Теневая форма", - "form_1378": "Очищенная форма", - "form_1379": "Обычная форма", - "form_1380": "Теневая форма", - "form_1381": "Очищенная форма", - "form_1382": "Обычная форма", - "form_1383": "Теневая форма", - "form_1384": "Очищенная форма", - "form_1385": "Обычная форма", - "form_1386": "Теневая форма", - "form_1387": "Очищенная форма", - "form_1388": "Обычная форма", - "form_1389": "Теневая форма", - "form_1390": "Очищенная форма", - "form_1391": "Обычная форма", - "form_1392": "Теневая форма", - "form_1393": "Очищенная форма", - "form_1394": "Обычная форма", - "form_1395": "Теневая форма", - "form_1396": "Очищенная форма", - "form_1397": "Обычная форма", - "form_1398": "Теневая форма", - "form_1399": "Очищенная форма", - "form_1400": "Обычная форма", - "form_1401": "Теневая форма", - "form_1402": "Очищенная форма", - "form_1403": "Обычная форма", - "form_1404": "Теневая форма", - "form_1405": "Очищенная форма", - "form_1406": "Обычная форма", - "form_1407": "Теневая форма", - "form_1408": "Очищенная форма", - "form_1409": "Обычная форма", - "form_1410": "Теневая форма", - "form_1411": "Очищенная форма", - "form_1412": "Обычная форма", - "form_1413": "Теневая форма", - "form_1414": "Очищенная форма", - "form_1415": "Обычная форма", - "form_1416": "Теневая форма", - "form_1417": "Очищенная форма", - "form_1418": "Обычная форма", - "form_1419": "Теневая форма", - "form_1420": "Очищенная форма", - "form_1421": "Обычная форма", - "form_1422": "Теневая форма", - "form_1423": "Очищенная форма", - "form_1424": "Обычная форма", - "form_1425": "Теневая форма", - "form_1426": "Очищенная форма", - "form_1427": "Обычная форма", - "form_1428": "Теневая форма", - "form_1429": "Очищенная форма", - "form_1430": "Обычная форма", - "form_1431": "Теневая форма", - "form_1432": "Очищенная форма", - "form_1433": "Обычная форма", - "form_1434": "Теневая форма", - "form_1435": "Очищенная форма", - "form_1436": "Обычная форма", - "form_1437": "Теневая форма", - "form_1438": "Очищенная форма", - "form_1439": "Обычная форма", - "form_1440": "Теневая форма", - "form_1441": "Очищенная форма", - "form_1442": "Обычная форма", - "form_1443": "Теневая форма", - "form_1444": "Очищенная форма", - "form_1445": "Обычная форма", - "form_1446": "Теневая форма", - "form_1447": "Очищенная форма", - "form_1448": "Обычная форма", - "form_1449": "Теневая форма", - "form_1450": "Очищенная форма", - "form_1451": "Обычная форма", - "form_1452": "Теневая форма", - "form_1453": "Очищенная форма", - "form_1454": "Обычная форма", - "form_1455": "Теневая форма", - "form_1456": "Очищенная форма", - "form_1457": "Обычная форма", - "form_1458": "Теневая форма", - "form_1459": "Очищенная форма", - "form_1460": "Обычная форма", - "form_1461": "Теневая форма", - "form_1462": "Очищенная форма", - "form_1463": "Обычная форма", - "form_1464": "Теневая форма", - "form_1465": "Очищенная форма", - "form_1466": "Обычная форма", - "form_1467": "Теневая форма", - "form_1468": "Очищенная форма", - "form_1469": "Обычная форма", - "form_1470": "Теневая форма", - "form_1471": "Очищенная форма", - "form_1472": "Обычная форма", - "form_1473": "Теневая форма", - "form_1474": "Очищенная форма", - "form_1475": "Обычная форма", - "form_1476": "Теневая форма", - "form_1477": "Очищенная форма", - "form_1478": "Обычная форма", - "form_1479": "Теневая форма", - "form_1480": "Очищенная форма", - "form_1481": "Обычная форма", - "form_1482": "Теневая форма", - "form_1483": "Очищенная форма", - "form_1484": "Обычная форма", - "form_1485": "Теневая форма", - "form_1486": "Очищенная форма", - "form_1487": "Обычная форма", - "form_1488": "Теневая форма", - "form_1489": "Очищенная форма", - "form_1490": "Обычная форма", - "form_1491": "Теневая форма", - "form_1492": "Очищенная форма", - "form_1493": "Обычная форма", - "form_1494": "Теневая форма", - "form_1495": "Очищенная форма", - "form_1496": "Обычная форма", - "form_1497": "Теневая форма", - "form_1498": "Очищенная форма", - "form_1499": "Обычная форма", - "form_1500": "Теневая форма", - "form_1501": "Очищенная форма", - "form_1502": "Обычная форма", - "form_1503": "Теневая форма", - "form_1504": "Очищенная форма", - "form_1505": "Обычная форма", - "form_1506": "Теневая форма", - "form_1507": "Очищенная форма", - "form_1508": "Обычная форма", - "form_1509": "Теневая форма", - "form_1510": "Очищенная форма", - "form_1511": "Обычная форма", - "form_1512": "Теневая форма", - "form_1513": "Очищенная форма", - "form_1514": "Обычная форма", - "form_1515": "Теневая форма", - "form_1516": "Очищенная форма", - "form_1517": "Обычная форма", - "form_1518": "Теневая форма", - "form_1519": "Очищенная форма", - "form_1520": "Обычная форма", - "form_1521": "Теневая форма", - "form_1522": "Очищенная форма", - "form_1523": "Обычная форма", - "form_1524": "Теневая форма", - "form_1525": "Очищенная форма", - "form_1526": "Обычная форма", - "form_1527": "Теневая форма", - "form_1528": "Очищенная форма", - "form_1529": "Обычная форма", - "form_1530": "Теневая форма", - "form_1531": "Очищенная форма", - "form_1532": "Обычная форма", - "form_1533": "Теневая форма", - "form_1534": "Очищенная форма", - "form_1535": "Обычная форма", - "form_1536": "Теневая форма", - "form_1537": "Очищенная форма", - "form_1538": "Обычная форма", - "form_1539": "Теневая форма", - "form_1540": "Очищенная форма", - "form_1541": "Обычная форма", - "form_1542": "Теневая форма", - "form_1543": "Очищенная форма", - "form_1544": "Обычная форма", - "form_1545": "Теневая форма", - "form_1546": "Очищенная форма", - "form_1547": "Обычная форма", - "form_1548": "Теневая форма", - "form_1549": "Очищенная форма", - "form_1550": "Обычная форма", - "form_1551": "Теневая форма", - "form_1552": "Очищенная форма", - "form_1553": "Обычная форма", - "form_1554": "Теневая форма", - "form_1555": "Очищенная форма", - "form_1556": "Обычная форма", - "form_1557": "Теневая форма", - "form_1558": "Очищенная форма", - "form_1559": "Обычная форма", - "form_1560": "Теневая форма", - "form_1561": "Очищенная форма", - "form_1562": "Обычная форма", - "form_1563": "Теневая форма", - "form_1564": "Очищенная форма", - "form_1565": "Обычная форма", - "form_1566": "Теневая форма", - "form_1567": "Очищенная форма", - "form_1568": "Обычная форма", - "form_1569": "Теневая форма", - "form_1570": "Очищенная форма", - "form_1571": "Обычная форма", - "form_1572": "Теневая форма", - "form_1573": "Очищенная форма", - "form_1574": "Обычная форма", - "form_1575": "Теневая форма", - "form_1576": "Очищенная форма", - "form_1577": "Обычная форма", - "form_1578": "Теневая форма", - "form_1579": "Очищенная форма", - "form_1580": "Обычная форма", - "form_1581": "Теневая форма", - "form_1582": "Очищенная форма", - "form_1583": "Обычная форма", - "form_1584": "Теневая форма", - "form_1585": "Очищенная форма", - "form_1586": "Обычная форма", - "form_1587": "Теневая форма", - "form_1588": "Очищенная форма", - "form_1589": "Обычная форма", - "form_1590": "Теневая форма", - "form_1591": "Очищенная форма", - "form_1592": "Обычная форма", - "form_1593": "Теневая форма", - "form_1594": "Очищенная форма", - "form_1595": "Обычная форма", - "form_1596": "Теневая форма", - "form_1597": "Очищенная форма", - "form_1598": "Обычная форма", - "form_1599": "Теневая форма", - "form_1600": "Очищенная форма", - "form_1601": "Обычная форма", - "form_1602": "Теневая форма", - "form_1603": "Очищенная форма", - "form_1604": "Обычная форма", - "form_1605": "Теневая форма", - "form_1606": "Очищенная форма", - "form_1607": "Обычная форма", - "form_1608": "Теневая форма", - "form_1609": "Очищенная форма", - "form_1610": "Обычная форма", - "form_1611": "Теневая форма", - "form_1612": "Очищенная форма", - "form_1613": "Обычная форма", - "form_1614": "Теневая форма", - "form_1615": "Очищенная форма", - "form_1616": "Обычная форма", - "form_1617": "Теневая форма", - "form_1618": "Очищенная форма", - "form_1619": "Обычная форма", - "form_1620": "Теневая форма", - "form_1621": "Очищенная форма", - "form_1622": "Обычная форма", - "form_1623": "Теневая форма", - "form_1624": "Очищенная форма", - "form_1625": "Обычная форма", - "form_1626": "Теневая форма", - "form_1627": "Очищенная форма", - "form_1628": "Обычная форма", - "form_1629": "Теневая форма", - "form_1630": "Очищенная форма", - "form_1631": "Обычная форма", - "form_1632": "Теневая форма", - "form_1633": "Очищенная форма", - "form_1634": "Обычная форма", - "form_1635": "Теневая форма", - "form_1636": "Очищенная форма", - "form_1637": "Обычная форма", - "form_1638": "Теневая форма", - "form_1639": "Очищенная форма", - "form_1640": "Обычная форма", - "form_1641": "Теневая форма", - "form_1642": "Очищенная форма", - "form_1643": "Обычная форма", - "form_1644": "Теневая форма", - "form_1645": "Очищенная форма", - "form_1646": "Обычная форма", - "form_1647": "Теневая форма", - "form_1648": "Очищенная форма", - "form_1649": "Обычная форма", - "form_1650": "Теневая форма", - "form_1651": "Очищенная форма", - "form_1652": "Обычная форма", - "form_1653": "Теневая форма", - "form_1654": "Очищенная форма", - "form_1655": "Обычная форма", - "form_1656": "Теневая форма", - "form_1657": "Очищенная форма", - "form_1658": "Обычная форма", - "form_1659": "Теневая форма", - "form_1660": "Очищенная форма", - "form_1661": "Обычная форма", - "form_1662": "Теневая форма", - "form_1663": "Очищенная форма", - "form_1664": "Обычная форма", - "form_1665": "Теневая форма", - "form_1666": "Очищенная форма", - "form_1667": "Обычная форма", - "form_1668": "Теневая форма", - "form_1669": "Очищенная форма", - "form_1670": "Обычная форма", - "form_1671": "Теневая форма", - "form_1672": "Очищенная форма", - "form_1673": "Обычная форма", - "form_1674": "Теневая форма", - "form_1675": "Очищенная форма", - "form_1676": "Обычная форма", - "form_1677": "Теневая форма", - "form_1678": "Очищенная форма", - "form_1679": "Обычная форма", - "form_1680": "Теневая форма", - "form_1681": "Очищенная форма", - "form_1682": "Обычная форма", - "form_1683": "Теневая форма", - "form_1684": "Очищенная форма", - "form_1685": "Обычная форма", - "form_1686": "Теневая форма", - "form_1687": "Очищенная форма", - "form_1688": "Обычная форма", - "form_1689": "Теневая форма", - "form_1690": "Очищенная форма", - "form_1691": "Обычная форма", - "form_1692": "Теневая форма", - "form_1693": "Очищенная форма", - "form_1694": "Обычная форма", - "form_1695": "Теневая форма", - "form_1696": "Очищенная форма", - "form_1697": "Обычная форма", - "form_1698": "Теневая форма", - "form_1699": "Очищенная форма", - "form_1700": "Обычная форма", - "form_1701": "Теневая форма", - "form_1702": "Очищенная форма", - "form_1703": "Обычная форма", - "form_1704": "Теневая форма", - "form_1705": "Очищенная форма", - "form_1706": "Обычная форма", - "form_1707": "Теневая форма", - "form_1708": "Очищенная форма", - "form_1709": "Обычная форма", - "form_1710": "Теневая форма", - "form_1711": "Очищенная форма", - "form_1712": "Обычная форма", - "form_1713": "Теневая форма", - "form_1714": "Очищенная форма", - "form_1715": "Обычная форма", - "form_1716": "Теневая форма", - "form_1717": "Очищенная форма", - "form_1718": "Обычная форма", - "form_1719": "Теневая форма", - "form_1720": "Очищенная форма", - "form_1721": "Обычная форма", - "form_1722": "Теневая форма", - "form_1723": "Очищенная форма", - "form_1724": "Обычная форма", - "form_1725": "Теневая форма", - "form_1726": "Очищенная форма", - "form_1727": "Обычная форма", - "form_1728": "Теневая форма", - "form_1729": "Очищенная форма", - "form_1730": "Обычная форма", - "form_1731": "Теневая форма", - "form_1732": "Очищенная форма", - "form_1733": "Обычная форма", - "form_1734": "Теневая форма", - "form_1735": "Очищенная форма", - "form_1736": "Обычная форма", - "form_1737": "Теневая форма", - "form_1738": "Очищенная форма", - "form_1739": "Обычная форма", - "form_1740": "Теневая форма", - "form_1741": "Очищенная форма", - "form_1742": "Обычная форма", - "form_1743": "Теневая форма", - "form_1744": "Очищенная форма", - "form_1745": "Обычная форма", - "form_1746": "Теневая форма", - "form_1747": "Очищенная форма", - "form_1748": "Обычная форма", - "form_1749": "Теневая форма", - "form_1750": "Очищенная форма", - "form_1751": "Обычная форма", - "form_1752": "Теневая форма", - "form_1753": "Очищенная форма", - "form_1754": "Обычная форма", - "form_1755": "Теневая форма", - "form_1756": "Очищенная форма", - "form_1757": "Обычная форма", - "form_1758": "Теневая форма", - "form_1759": "Очищенная форма", - "form_1760": "Обычная форма", - "form_1761": "Теневая форма", - "form_1762": "Очищенная форма", - "form_1763": "Обычная форма", - "form_1764": "Теневая форма", - "form_1765": "Очищенная форма", - "form_1766": "Обычная форма", - "form_1767": "Теневая форма", - "form_1768": "Очищенная форма", - "form_1769": "Обычная форма", - "form_1770": "Теневая форма", - "form_1771": "Очищенная форма", - "form_1772": "Обычная форма", - "form_1773": "Теневая форма", - "form_1774": "Очищенная форма", - "form_1775": "Обычная форма", - "form_1776": "Теневая форма", - "form_1777": "Очищенная форма", - "form_1778": "Обычная форма", - "form_1779": "Теневая форма", - "form_1780": "Очищенная форма", - "form_1781": "Обычная форма", - "form_1782": "Теневая форма", - "form_1783": "Очищенная форма", - "form_1784": "Обычная форма", - "form_1785": "Теневая форма", - "form_1786": "Очищенная форма", - "form_1787": "Обычная форма", - "form_1788": "Теневая форма", - "form_1789": "Очищенная форма", - "form_1790": "Обычная форма", - "form_1791": "Теневая форма", - "form_1792": "Очищенная форма", - "form_1793": "Обычная форма", - "form_1794": "Теневая форма", - "form_1795": "Очищенная форма", - "form_1796": "Обычная форма", - "form_1797": "Теневая форма", - "form_1798": "Очищенная форма", - "form_1799": "Обычная форма", - "form_1800": "Теневая форма", - "form_1801": "Очищенная форма", - "form_1802": "Обычная форма", - "form_1803": "Теневая форма", - "form_1804": "Очищенная форма", - "form_1805": "Обычная форма", - "form_1806": "Теневая форма", - "form_1807": "Очищенная форма", - "form_1808": "Обычная форма", - "form_1809": "Теневая форма", - "form_1810": "Очищенная форма", - "form_1811": "Обычная форма", - "form_1812": "Теневая форма", - "form_1813": "Очищенная форма", - "form_1814": "Обычная форма", - "form_1815": "Теневая форма", - "form_1816": "Очищенная форма", - "form_1817": "Обычная форма", - "form_1818": "Теневая форма", - "form_1819": "Очищенная форма", - "form_1820": "Обычная форма", - "form_1821": "Теневая форма", - "form_1822": "Очищенная форма", - "form_1823": "Обычная форма", - "form_1824": "Теневая форма", - "form_1825": "Очищенная форма", - "form_1826": "Обычная форма", - "form_1827": "Теневая форма", - "form_1828": "Очищенная форма", - "form_1829": "Обычная форма", - "form_1830": "Теневая форма", - "form_1831": "Очищенная форма", - "form_1832": "Обычная форма", - "form_1833": "Теневая форма", - "form_1834": "Очищенная форма", - "form_1835": "Обычная форма", - "form_1836": "Теневая форма", - "form_1837": "Очищенная форма", - "form_1838": "Обычная форма", - "form_1839": "Теневая форма", - "form_1840": "Очищенная форма", - "form_1841": "Обычная форма", - "form_1842": "Теневая форма", - "form_1843": "Очищенная форма", - "form_1844": "Обычная форма", - "form_1845": "Теневая форма", - "form_1846": "Очищенная форма", - "form_1847": "Обычная форма", - "form_1848": "Теневая форма", - "form_1849": "Очищенная форма", - "form_1850": "Обычная форма", - "form_1851": "Теневая форма", - "form_1852": "Очищенная форма", - "form_1853": "Обычная форма", - "form_1854": "Теневая форма", - "form_1855": "Очищенная форма", - "form_1856": "Обычная форма", - "form_1857": "Теневая форма", - "form_1858": "Очищенная форма", - "form_1859": "Обычная форма", - "form_1860": "Теневая форма", - "form_1861": "Очищенная форма", - "form_1862": "Обычная форма", - "form_1863": "Теневая форма", - "form_1864": "Очищенная форма", - "form_1865": "Обычная форма", - "form_1866": "Теневая форма", - "form_1867": "Очищенная форма", - "form_1868": "Обычная форма", - "form_1869": "Теневая форма", - "form_1870": "Очищенная форма", - "form_1871": "Обычная форма", - "form_1872": "Теневая форма", - "form_1873": "Очищенная форма", - "form_1874": "Обычная форма", - "form_1875": "Теневая форма", - "form_1876": "Очищенная форма", - "form_1877": "Обычная форма", - "form_1878": "Теневая форма", - "form_1879": "Очищенная форма", - "form_1880": "Обычная форма", - "form_1881": "Теневая форма", - "form_1882": "Очищенная форма", - "form_1883": "Обычная форма", - "form_1884": "Теневая форма", - "form_1885": "Очищенная форма", - "form_1886": "Обычная форма", - "form_1887": "Теневая форма", - "form_1888": "Очищенная форма", - "form_1889": "Обычная форма", - "form_1890": "Теневая форма", - "form_1891": "Очищенная форма", - "form_1892": "Обычная форма", - "form_1893": "Теневая форма", - "form_1894": "Очищенная форма", - "form_1895": "Обычная форма", - "form_1896": "Теневая форма", - "form_1897": "Очищенная форма", - "form_1898": "Обычная форма", - "form_1899": "Теневая форма", - "form_1900": "Очищенная форма", - "form_1901": "Обычная форма", - "form_1902": "Теневая форма", - "form_1903": "Очищенная форма", - "form_1904": "Обычная форма", - "form_1905": "Теневая форма", - "form_1906": "Очищенная форма", - "form_1907": "Обычная форма", - "form_1908": "Теневая форма", - "form_1909": "Очищенная форма", - "form_1910": "Обычная форма", - "form_1911": "Теневая форма", - "form_1912": "Очищенная форма", - "form_1913": "Обычная форма", - "form_1914": "Теневая форма", - "form_1915": "Очищенная форма", - "form_1916": "Обычная форма", - "form_1917": "Теневая форма", - "form_1918": "Очищенная форма", - "form_1919": "Обычная форма", - "form_1920": "Теневая форма", - "form_1921": "Очищенная форма", - "form_1922": "Обычная форма", - "form_1923": "Теневая форма", - "form_1924": "Очищенная форма", - "form_1925": "Обычная форма", - "form_1926": "Теневая форма", - "form_1927": "Очищенная форма", - "form_1928": "Обычная форма", - "form_1929": "Теневая форма", - "form_1930": "Очищенная форма", - "form_1931": "Обычная форма", - "form_1932": "Теневая форма", - "form_1933": "Очищенная форма", - "form_1934": "Обычная форма", - "form_1935": "Теневая форма", - "form_1936": "Очищенная форма", - "form_1937": "Обычная форма", - "form_1938": "Теневая форма", - "form_1939": "Очищенная форма", - "form_1940": "Обычная форма", - "form_1941": "Теневая форма", - "form_1942": "Очищенная форма", - "form_1943": "Обычная форма", - "form_1944": "Теневая форма", - "form_1945": "Очищенная форма", - "form_1946": "Обычная форма", - "form_1947": "Теневая форма", - "form_1948": "Очищенная форма", - "form_1949": "Обычная форма", - "form_1950": "Теневая форма", - "form_1951": "Очищенная форма", - "form_1952": "Обычная форма", - "form_1953": "Теневая форма", - "form_1954": "Очищенная форма", - "form_1955": "Обычная форма", - "form_1956": "Теневая форма", - "form_1957": "Очищенная форма", - "form_1958": "Обычная форма", - "form_1959": "Теневая форма", - "form_1960": "Очищенная форма", - "form_1961": "Обычная форма", - "form_1962": "Теневая форма", - "form_1963": "Очищенная форма", - "form_1964": "Обычная форма", - "form_1965": "Теневая форма", - "form_1966": "Очищенная форма", - "form_1967": "Обычная форма", - "form_1968": "Теневая форма", - "form_1969": "Очищенная форма", - "form_1970": "Обычная форма", - "form_1971": "Теневая форма", - "form_1972": "Очищенная форма", - "form_1973": "Обычная форма", - "form_1974": "Теневая форма", - "form_1975": "Очищенная форма", - "form_1976": "Обычная форма", - "form_1977": "Теневая форма", - "form_1978": "Очищенная форма", - "form_1979": "Обычная форма", - "form_1980": "Теневая форма", - "form_1981": "Очищенная форма", - "form_1982": "Обычная форма", - "form_1983": "Теневая форма", - "form_1984": "Очищенная форма", - "form_1985": "Обычная форма", - "form_1986": "Теневая форма", - "form_1987": "Очищенная форма", - "form_1988": "Обычная форма", - "form_1989": "Теневая форма", - "form_1990": "Очищенная форма", - "form_1991": "Обычная форма", - "form_1992": "Теневая форма", - "form_1993": "Очищенная форма", - "form_1994": "Обычная форма", - "form_1995": "Теневая форма", - "form_1996": "Очищенная форма", - "form_1997": "Обычная форма", - "form_1998": "Теневая форма", - "form_1999": "Очищенная форма", - "form_2000": "Обычная форма", - "form_2001": "Теневая форма", - "form_2002": "Очищенная форма", - "form_2003": "Обычная форма", - "form_2004": "Теневая форма", - "form_2005": "Очищенная форма", - "form_2006": "Обычная форма", - "form_2007": "Теневая форма", - "form_2008": "Очищенная форма", - "form_2009": "Обычная форма", - "form_2010": "Теневая форма", - "form_2011": "Очищенная форма", - "form_2012": "Обычная форма", - "form_2013": "Теневая форма", - "form_2014": "Очищенная форма", - "form_2015": "Обычная форма", - "form_2016": "Теневая форма", - "form_2017": "Очищенная форма", - "form_2018": "Обычная форма", - "form_2019": "Теневая форма", - "form_2020": "Очищенная форма", - "form_2021": "Обычная форма", - "form_2022": "Теневая форма", - "form_2023": "Очищенная форма", - "form_2024": "Обычная форма", - "form_2025": "Теневая форма", - "form_2026": "Очищенная форма", - "form_2027": "Обычная форма", - "form_2028": "Теневая форма", - "form_2029": "Очищенная форма", - "form_2030": "Обычная форма", - "form_2031": "Теневая форма", - "form_2032": "Очищенная форма", - "form_2033": "Обычная форма", - "form_2034": "Теневая форма", - "form_2035": "Очищенная форма", - "form_2036": "Обычная форма", - "form_2037": "Теневая форма", - "form_2038": "Очищенная форма", - "form_2039": "Обычная форма", - "form_2040": "Теневая форма", - "form_2041": "Очищенная форма", - "form_2042": "Обычная форма", - "form_2043": "Теневая форма", - "form_2044": "Очищенная форма", - "form_2045": "Обычная форма", - "form_2046": "Теневая форма", - "form_2047": "Очищенная форма", - "form_2048": "Обычная форма", - "form_2049": "Теневая форма", - "form_2050": "Очищенная форма", - "form_2051": "Обычная форма", - "form_2052": "Теневая форма", - "form_2053": "Очищенная форма", - "form_2054": "Обычная форма", - "form_2055": "Теневая форма", - "form_2056": "Очищенная форма", - "form_2057": "Обычная форма", - "form_2058": "Теневая форма", - "form_2059": "Очищенная форма", - "form_2060": "Обычная форма", - "form_2061": "Теневая форма", - "form_2062": "Очищенная форма", - "form_2063": "Обычная форма", - "form_2064": "Теневая форма", - "form_2065": "Очищенная форма", - "form_2066": "Обычная форма", - "form_2067": "Теневая форма", - "form_2068": "Очищенная форма", - "form_2069": "Обычная форма", - "form_2070": "Теневая форма", - "form_2071": "Очищенная форма", - "form_2072": "Обычная форма", - "form_2073": "Теневая форма", - "form_2074": "Очищенная форма", - "form_2075": "Обычная форма", - "form_2076": "Теневая форма", - "form_2077": "Очищенная форма", - "form_2078": "Обычная форма", - "form_2079": "Теневая форма", - "form_2080": "Очищенная форма", - "form_2081": "Обычная форма", - "form_2082": "Теневая форма", - "form_2083": "Очищенная форма", - "form_2084": "Обычная форма", - "form_2085": "Теневая форма", - "form_2086": "Очищенная форма", - "form_2087": "Обычная форма", - "form_2088": "Теневая форма", - "form_2089": "Очищенная форма", - "form_2090": "Обычная форма", - "form_2091": "Теневая форма", - "form_2092": "Очищенная форма", - "form_2093": "Обычная форма", - "form_2094": "Теневая форма", - "form_2095": "Очищенная форма", - "form_2096": "Обычная форма", - "form_2097": "Теневая форма", - "form_2098": "Очищенная форма", - "form_2099": "Обычная форма", - "form_2100": "Теневая форма", - "form_2101": "Очищенная форма", - "form_2102": "Обычная форма", - "form_2103": "Теневая форма", - "form_2104": "Очищенная форма", - "form_2105": "Обычная форма", - "form_2106": "Теневая форма", - "form_2107": "Очищенная форма", - "form_2108": "Обычная форма", - "form_2109": "Теневая форма", - "form_2110": "Очищенная форма", - "form_2111": "Обычная форма", - "form_2112": "Теневая форма", - "form_2113": "Очищенная форма", - "form_2114": "Обычная форма", - "form_2115": "Теневая форма", - "form_2116": "Очищенная форма", - "form_2117": "Обычная форма", - "form_2118": "Теневая форма", - "form_2119": "Очищенная форма", - "form_2120": "Обычная форма", - "form_2121": "Теневая форма", - "form_2122": "Очищенная форма", - "form_2123": "Обычная форма", - "form_2124": "Теневая форма", - "form_2125": "Очищенная форма", - "form_2126": "Обычная форма", - "form_2127": "Теневая форма", - "form_2128": "Очищенная форма", - "form_2129": "Обычная форма", - "form_2130": "Теневая форма", - "form_2131": "Очищенная форма", - "form_2132": "Обычная форма", - "form_2133": "Теневая форма", - "form_2134": "Очищенная форма", - "form_2135": "Обычная форма", - "form_2136": "Теневая форма", - "form_2137": "Очищенная форма", - "form_2138": "Обычная форма", - "form_2139": "Теневая форма", - "form_2140": "Очищенная форма", - "form_2141": "Обычная форма", - "form_2142": "Теневая форма", - "form_2143": "Очищенная форма", - "form_2144": "Обычная форма", - "form_2145": "Теневая форма", - "form_2146": "Очищенная форма", - "form_2147": "Обычная форма", - "form_2148": "Теневая форма", - "form_2149": "Очищенная форма", - "form_2150": "Обычная форма", - "form_2151": "Теневая форма", - "form_2152": "Очищенная форма", - "form_2153": "Обычная форма", - "form_2154": "Теневая форма", - "form_2155": "Очищенная форма", - "form_2156": "Обычная форма", - "form_2157": "Теневая форма", - "form_2158": "Очищенная форма", - "form_2159": "Обычная форма", - "form_2160": "Теневая форма", - "form_2161": "Очищенная форма", - "form_2162": "Обычная форма", - "form_2163": "Теневая форма", - "form_2164": "Очищенная форма", - "form_2165": "Обычная форма", - "form_2166": "Теневая форма", - "form_2167": "Очищенная форма", - "form_2168": "Обычная форма", - "form_2169": "Теневая форма", - "form_2170": "Очищенная форма", - "form_2171": "Обычная форма", - "form_2172": "Теневая форма", - "form_2173": "Очищенная форма", - "form_2174": "Обычная форма", - "form_2175": "Теневая форма", - "form_2176": "Очищенная форма", - "form_2177": "Обычная форма", - "form_2178": "Теневая форма", - "form_2179": "Очищенная форма", - "form_2180": "Обычная форма", - "form_2181": "Теневая форма", - "form_2182": "Очищенная форма", - "form_2183": "Обычная форма", - "form_2184": "Теневая форма", - "form_2185": "Очищенная форма", - "form_2186": "Обычная форма", - "form_2187": "Теневая форма", - "form_2188": "Очищенная форма", - "form_2189": "Обычная форма", - "form_2190": "Теневая форма", - "form_2191": "Очищенная форма", - "form_2192": "Обычная форма", - "form_2193": "Теневая форма", - "form_2194": "Очищенная форма", - "form_2195": "Обычная форма", - "form_2196": "Теневая форма", - "form_2197": "Очищенная форма", - "form_2198": "Обычная форма", - "form_2199": "Теневая форма", - "form_2200": "Очищенная форма", - "form_2201": "Обычная форма", - "form_2202": "Теневая форма", - "form_2203": "Очищенная форма", - "form_2204": "Обычная форма", - "form_2205": "Теневая форма", - "form_2206": "Очищенная форма", - "form_2207": "Обычная форма", - "form_2208": "Теневая форма", - "form_2209": "Очищенная форма", - "form_2210": "Обычная форма", - "form_2211": "Теневая форма", - "form_2212": "Очищенная форма", - "form_2213": "Обычная форма", - "form_2214": "Теневая форма", - "form_2215": "Очищенная форма", - "form_2216": "Обычная форма", - "form_2217": "Теневая форма", - "form_2218": "Очищенная форма", - "form_2219": "Обычная форма", - "form_2220": "Теневая форма", - "form_2221": "Очищенная форма", - "form_2222": "Обычная форма", - "form_2223": "Теневая форма", - "form_2224": "Очищенная форма", - "form_2225": "Обычная форма", - "form_2226": "Теневая форма", - "form_2227": "Очищенная форма", - "form_2228": "Обычная форма", - "form_2229": "Теневая форма", - "form_2230": "Очищенная форма", - "form_2231": "Обычная форма", - "form_2232": "Теневая форма", - "form_2233": "Очищенная форма", - "form_2234": "Обычная форма", - "form_2235": "Теневая форма", - "form_2236": "Очищенная форма", - "form_2237": "Обычная форма", - "form_2238": "Теневая форма", - "form_2239": "Очищенная форма", - "form_2240": "Обычная форма", - "form_2241": "Теневая форма", - "form_2242": "Очищенная форма", - "form_2243": "Обычная форма", - "form_2244": "Теневая форма", - "form_2245": "Очищенная форма", - "form_2246": "Обычная форма", - "form_2247": "Теневая форма", - "form_2248": "Очищенная форма", - "form_2249": "Обычная форма", - "form_2250": "Теневая форма", - "form_2251": "Очищенная форма", - "form_2252": "Обычная форма", - "form_2253": "Теневая форма", - "form_2254": "Очищенная форма", - "form_2255": "Обычная форма", - "form_2256": "Теневая форма", - "form_2257": "Очищенная форма", - "form_2258": "Обычная форма", - "form_2259": "Теневая форма", - "form_2260": "Очищенная форма", - "form_2261": "Обычная форма", - "form_2262": "Теневая форма", - "form_2263": "Очищенная форма", - "form_2264": "Обычная форма", - "form_2265": "Теневая форма", - "form_2266": "Очищенная форма", - "form_2267": "Обычная форма", - "form_2268": "Теневая форма", - "form_2269": "Очищенная форма", - "form_2270": "Обычная форма", - "form_2271": "Теневая форма", - "form_2272": "Очищенная форма", - "form_2273": "Обычная форма", - "form_2274": "Теневая форма", - "form_2275": "Очищенная форма", - "form_2276": "Обычная форма", - "form_2277": "Теневая форма", - "form_2278": "Очищенная форма", - "form_2279": "Обычная форма", - "form_2280": "Теневая форма", - "form_2281": "Очищенная форма", - "form_2282": "Обычная форма", - "form_2283": "Теневая форма", - "form_2284": "Очищенная форма", - "form_2285": "Обычная форма", - "form_2286": "Теневая форма", - "form_2287": "Очищенная форма", - "form_2288": "Обычная форма", - "form_2289": "Теневая форма", - "form_2290": "Очищенная форма", - "form_2291": "Обычная форма", - "form_2292": "Теневая форма", - "form_2293": "Очищенная форма", - "form_2294": "Обычная форма", - "form_2295": "Теневая форма", - "form_2296": "Очищенная форма", - "form_2297": "Обычная форма", - "form_2298": "Теневая форма", - "form_2299": "Очищенная форма", - "form_2300": "Обычная форма", - "form_2301": "Теневая форма", - "form_2302": "Очищенная форма", - "form_2303": "Обычная форма", - "form_2304": "Теневая форма", - "form_2305": "Очищенная форма", - "form_2306": "Обычная форма", - "form_2307": "Теневая форма", - "form_2308": "Очищенная форма", - "form_2309": "Обычная форма", - "form_2310": "Теневая форма", - "form_2311": "Очищенная форма", - "form_2312": "Обычная форма", - "form_2313": "Теневая форма", - "form_2314": "Очищенная форма", - "form_2315": "Обычная форма", - "form_2316": "Теневая форма", - "form_2317": "Очищенная форма", - "form_2318": "Обычная форма", - "form_2319": "Теневая форма", - "form_2320": "Очищенная форма", - "form_2321": "Обычная форма", - "form_2322": "Теневая форма", - "form_2323": "Очищенная форма", - "form_2324": "Обычная форма", - "form_2325": "Теневая форма", - "form_2326": "Очищенная форма", - "form_2327": "Весна 2020", - "form_2328": "Весна 2020", - "form_2329": "Весна 2020", - "form_2330": "Женская форма", - "form_2331": "Женская форма", - "form_2332": "Костюм 2020", - "form_2333": "Костюм 2020", - "form_2334": "Костюм 2020", - "form_2335": "Галарская форма", - "form_2336": "Галарская форма", - "form_2337": "Галарская форма", - "form_2338": "Галарская форма", - "form_2339": "Галарская форма", - "form_2340": "Галарская форма", - "form_2341": "Галарская форма", - "form_2342": "Галарская форма", - "form_2343": "Галарская форма Дзен", - "form_2344": "Галарская форма", - "form_2345": "Галарская форма", - "form_2463": "Сдержанная форма", - "form_2464": "Восторженная форма", - "form_2477": "Фальшивая форма", - "form_2478": "Антикварная форма", - "form_2480": "Фальшивая форма", - "form_2481": "Антикварная форма", - "form_2501": "Обычная форма", - "form_2502": "Теневая форма", - "form_2503": "Очищенная форма", - "form_2504": "Обычная форма", - "form_2505": "Теневая форма", - "form_2506": "Очищенная форма", - "form_2507": "Обычная форма", - "form_2508": "Теневая форма", - "form_2509": "Очищенная форма", - "form_2510": "Обычная форма", - "form_2511": "Теневая форма", - "form_2512": "Очищенная форма", - "form_2513": "Обычная форма", - "form_2514": "Теневая форма", - "form_2515": "Очищенная форма", - "form_2516": "Обычная форма", - "form_2517": "Теневая форма", - "form_2518": "Очищенная форма", - "form_2540": "Ледяное лицо", - "form_2541": "Неледяное лицо", - "form_2542": "Мужская форма", - "form_2543": "Женская форма", - "form_2544": "Режим Полный Живот", - "form_2545": "Злоголодный режим", - "form_2576": "Коронованный Меч", - "form_2577": "Герой многих битв", - "form_2578": "Коронованный Щит", - "form_2579": "Герой многих битв", - "form_2580": "Этернамакс", - "form_2581": "Обычная форма", - "form_2582": "Галарская форма", - "form_2583": "Галарская форма", - "form_2584": "Галарская форма", - "form_2585": "Костюм 2020", - "form_2586": "Костюм 2020", - "form_2587": "Обычная форма", - "form_2588": "Женская форма", - "form_2589": "Обычная форма", - "form_2590": "Женская форма", - "form_2591": "10% форма", - "form_2592": "50% форма", - "form_2593": "Завершенная форма", - "form_2594": "Островная форма", - "form_2595": "Континентальная форма", - "form_2596": "Элегантная форма", - "form_2597": "Изысканная форма", - "form_2598": "Садовая форма", - "form_2599": "Равнинная форма", - "form_2600": "Ледяная форма", - "form_2601": "Форма джунглей", - "form_2602": "Морская форма", - "form_2603": "Луговая форма", - "form_2604": "Современная форма", - "form_2605": "Муссонная форма", - "form_2606": "Океаническая форма", - "form_2607": "Форма покебола", - "form_2608": "Полярная форма", - "form_2609": "Речная форма", - "form_2610": "Форма песчанной бури", - "form_2611": "Саванновая форма", - "form_2612": "Солнечная форма", - "form_2613": "Тундровая форма", - "form_2614": "Красная форма", - "form_2615": "Желтая форма", - "form_2616": "Oранжевая форма", - "form_2617": "Синяя форма", - "form_2618": "Белая форма", - "form_2619": "Красная форма", - "form_2620": "Желтая форма", - "form_2621": "Оранжевая форма", - "form_2622": "Синяя форма", - "form_2623": "Белая форма", - "form_2624": "Красная форма", - "form_2625": "Желтая форма", - "form_2626": "Оранжевая форма", - "form_2627": "Синяя форма", - "form_2628": "Белая форма", - "form_2629": "Исходная форма", - "form_2630": "Сердечная форма", - "form_2631": "Звездная форма", - "form_2632": "Бриллиантовая форма", - "form_2633": "Дебютантская форма", - "form_2634": "Матронская форма", - "form_2635": "Светская форма", - "form_2636": "Форма Ла Рейне", - "form_2637": "Форма кабуки", - "form_2638": "Форма фараона", - "form_2639": "Форма щита", - "form_2640": "Форма меча", - "form_2641": "Маленькая форма", - "form_2642": "Средняя форма", - "form_2643": "Большая форма", - "form_2644": "Огромная форма", - "form_2645": "Маленькая форма", - "form_2646": "Средняя форма", - "form_2647": "Большая форма", - "form_2648": "Огромная форма", - "form_2649": "Нейтральная форма", - "form_2650": "Активная форма", - "form_2651": "Невольная форма", - "form_2652": "Высвобожденная форма", - "form_2666": "Костюм 2020 Устаревший", - "form_2668": "Костюм 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Зима 2020", - "form_2671": "Зима 2020", - "form_2672": "Зима 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Кариюши", - "form_2676": "Поп-звезда", - "form_2677": "Рок-звезда", - "form_2678": "Пятилетняя годовщина", - "form_2679": "Бальный стиль", - "form_2680": "Стиль Пом-Пом", - "form_2681": "Стиль Пау", - "form_2683": "Чувственный стиль", - "form_2684": "Полуденная форма", - "form_2685": "Полуночная форма", - "form_2686": "Сумеречная форма", - "form_2687": "Форма соло", - "form_2688": "Форма стая", - "form_2689": "Обычная форма", - "form_2690": "Жучья форма", - "form_2691": "Темная форма", - "form_2692": "Драконья форма", - "form_2693": "Электрическая форма", - "form_2694": "Феечная форма", - "form_2695": "Боевая форма", - "form_2696": "Огненная форма", - "form_2697": "Летающая форма", - "form_2698": "Призрачная форма", - "form_2699": "Травяная форма", - "form_2700": "Земляная форма", - "form_2701": "Ледяная форма", - "form_2702": "Ядовитая форма", - "form_2703": "Психическая форма", - "form_2704": "Каменная форма", - "form_2705": "Стальная форма", - "form_2706": "Водная форма", - "form_2707": "Метеорная форма", - "form_2708": "Голубая форма", - "form_2709": "Зеленая форма", - "form_2710": "Индиго форма", - "form_2711": "Оранжевая форма", - "form_2712": "Красная форма", - "form_2713": "Фиолетовая форма", - "form_2714": "Желтая форма", - "form_2715": "Сломанная форма", - "form_2716": "Замаскированная форма", - "form_2717": "Обычная форма", - "form_2718": "Грива заката", - "form_2719": "Крылья рассвета", - "form_2720": "Ультра форма", - "form_2721": "Обычная форма", - "form_2722": "Исходный цвет", - "form_2723": "Фома одного удара", - "form_2724": "Форма множества ударов", - "form_2725": "Обычная форма", - "form_2726": "Ледяной всадник", - "form_2727": "Теневой всадник", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "Сумеречная форма", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "Солнечная форма", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "Солнечная форма", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "Воплощённая форма", - "form_2803": "Форма Териан", - "form_2804": "Белая полосатая форма", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "Нормальный", - "form_2808": "Женский", - "form_2809": "Нормальный", - "form_2810": "Нормальный", - "form_2811": "Нормальный", - "form_2812": "Нормальный", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "Нормальный", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "Исходная форма", - "form_2830": "Исходная форма", - "form_2831": "Нормальный", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "Нормальный", - "form_2982": "Женский", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Зелёное оперение", - "form_2986": "Синее оперение", - "form_2987": "Жёлтое оперение", - "form_2988": "White", - "form_2989": "Нулевая форма", - "form_2990": "Герой многих битв", - "form_2991": "Изогнутая форма", - "form_2992": "Свисающая форма", - "form_2993": "Вытянутая форма", - "form_2994": "Двухсегментная форма", - "form_2995": "Трёхсегментная форма", - "form_2996": "Финальная форма", - "form_2997": "Полноценный режим", - "form_2998": "Нормальный", - "form_3000": "Нормальный", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "Мужской", - "gender_2": "Женский", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Канто", - "generation_2": "Джото", - "generation_3": "Хоэнн", - "generation_4": "Синно", - "generation_5": "Юнова", - "generation_6": "Калос", - "generation_7": "Алола", - "generation_8": "Галар", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "Бланш", - "grunt_2": "Кандела", - "grunt_3": "Спарк", - "grunt_4": "Приспешник (Мужской)", - "grunt_5": "Приспешник (Женский)", - "grunt_6": "Приспешник жучьего типа (Женский)", - "grunt_7": "Приспешник жучьего типа (Мужской)", - "grunt_8": "Приспешник (Женский)", - "grunt_9": "Приспешник (Мужской)", - "grunt_10": "Приспешник темного типа (Женский)", - "grunt_11": "Приспешник темного типа (Мужской)", - "grunt_12": "Приспешник драконьего типа (Женский)", - "grunt_13": "Приспешник драконьего типа (Мужской)", - "grunt_14": "Приспешник феечного типа (Женский)", - "grunt_15": "Приспешник феечного типа (Мужской)", - "grunt_16": "Приспешник боевого типа (Женский)", - "grunt_17": "Приспешник боевого типа (Мужской)", - "grunt_18": "Приспешник огненного типа (Женский)", - "grunt_19": "Приспешник огненного типа (Мужской)", - "grunt_20": "Приспешник летающего типа (Женский)", - "grunt_21": "Приспешник летающего типа (Мужской)", - "grunt_22": "Приспешник травяного типа (Женский)", - "grunt_23": "Приспешник травяного типа (Мужской)", - "grunt_24": "Приспешник земляного типа (Женский)", - "grunt_25": "Приспешник земляного типа (Мужской)", - "grunt_26": "Приспешник ледяного типа (Женский)", - "grunt_27": "Приспешник ледяного типа (Мужской)", - "grunt_28": "Приспешник (Женский)", - "grunt_29": "Приспешник (Мужской)", - "grunt_30": "Приспешник обычного типа (Женский)", - "grunt_31": "Приспешник обычного типа (Мужской)", - "grunt_32": "Приспешник ядовитого типа (Женский)", - "grunt_33": "Приспешник ядовитого типа (Мужской)", - "grunt_34": "Приспешник психического типа (Женский)", - "grunt_35": "Приспешник психического типа (Мужской)", - "grunt_36": "Приспешник каменного типа (Женский)", - "grunt_37": "Приспешник каменного типа (Мужской)", - "grunt_38": "Приспешник водного типа (Женский)", - "grunt_39": "Приспешник водного типа (Мужской)", - "grunt_40": "Лидер команды игрока", - "grunt_41": "Лидер Клифф", - "grunt_42": "Лидер Арло", - "grunt_43": "Лидер Сиерра", - "grunt_44": "Джованни", - "grunt_45": "Отвлекающий приспешник (Мужской)", - "grunt_46": "Отвлекающий приспешник (Женский)", - "grunt_47": "Приспешник призрачного типа (Женский)", - "grunt_48": "Приспешник призрачного типа (Мужской)", - "grunt_49": "Приспешник электрического типа (Женский)", - "grunt_50": "Приспешник электрического типа (Мужской)", - "grunt_51": "Приспешник (Женский)", - "grunt_52": "Приспешник (Мужской)", - "grunt_53": "Приспешник Б", - "grunt_54": "Приспешник Б", - "grunt_55": "Приспешник жучьего типа (Женский)", - "grunt_56": "Приспешник жучьего типа (Мужской)", - "grunt_57": "Приспешник темного типа (Женский)", - "grunt_58": "Приспешник темного типа (Мужской)", - "grunt_59": "Приспешник драконьего типа (Женский)", - "grunt_60": "Приспешник драконьего типа (Мужской)", - "grunt_61": "Приспешник феечного типа (Женский)", - "grunt_62": "Приспешник феечного типа (Мужской)", - "grunt_63": "Приспешник боевого типа (Женский)", - "grunt_64": "Приспешник боевого типа (Мужской)", - "grunt_65": "Приспешник огненного типа (Женский)", - "grunt_66": "Приспешник огненного типа (Мужской)", - "grunt_67": "Приспешник летающего типа (Женский)", - "grunt_68": "Приспешник летающего типа (Мужской)", - "grunt_69": "Приспешник травяного типа (Женский)", - "grunt_70": "Приспешник травяного типа (Мужской)", - "grunt_71": "Приспешник земляного типа (Женский)", - "grunt_72": "Приспешник земляного типа (Мужской)", - "grunt_73": "Приспешник ледяного типа (Женский)", - "grunt_74": "Приспешник ледяного типа (Мужской)", - "grunt_75": "Приспешник (Женский)", - "grunt_76": "Приспешник (Мужской)", - "grunt_77": "Приспешник обычного типа (Женский)", - "grunt_78": "Приспешник обычного типа (Мужской)", - "grunt_79": "Приспешник ядовитого типа (Женский)", - "grunt_80": "Приспешник ядовитого типа (Мужской)", - "grunt_81": "Приспешник психического типа (Женский)", - "grunt_82": "Приспешник психического типа (Мужской)", - "grunt_83": "Приспешник каменного типа (Женский)", - "grunt_84": "Приспешник каменного типа (Мужской)", - "grunt_85": "Приспешник водного типа (Женский)", - "grunt_86": "Приспешник водного типа (Мужской)", - "grunt_87": "Приспешник призрачного типа (Женский)", - "grunt_88": "Приспешник призрачного типа (Мужской)", - "grunt_89": "Приспешник электрического типа (Женский)", - "grunt_90": "Приспешник электрического типа (Мужской)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "Нет", - "grunt_a_1": "Бланш", - "grunt_a_2": "Кандела", - "grunt_a_3": "Спарк", - "grunt_a_4": "Приспешник ♂", - "grunt_a_5": "Приспешник ♀", - "grunt_a_6": "Жучий ♀", - "grunt_a_7": "Жучий ♂", - "grunt_a_8": "Приспешник ♀", - "grunt_a_9": "Приспешник ♂", - "grunt_a_10": "Темный ♀", - "grunt_a_11": "Темный ♂", - "grunt_a_12": "Драконий ♀", - "grunt_a_13": "Драконий ♂", - "grunt_a_14": "Феечный ♀", - "grunt_a_15": "Феечный ♂", - "grunt_a_16": "Боевой ♀", - "grunt_a_17": "Боевой ♂", - "grunt_a_18": "Огненный ♀", - "grunt_a_19": "Огненный ♂", - "grunt_a_20": "Летающий ♀", - "grunt_a_21": "Летающий ♂", - "grunt_a_22": "Травяной ♀", - "grunt_a_23": "Травяной ♂", - "grunt_a_24": "Земляной ♀", - "grunt_a_25": "Земляной ♂", - "grunt_a_26": "Ледяной ♀", - "grunt_a_27": "Ледяной ♂", - "grunt_a_28": "Приспешник ♀", - "grunt_a_29": "Приспешник ♂", - "grunt_a_30": "Обычный ♀", - "grunt_a_31": "Обычный ♂", - "grunt_a_32": "Ядовитый ♀", - "grunt_a_33": "Ядовитый ♂", - "grunt_a_34": "Психический ♀", - "grunt_a_35": "Психический ♂", - "grunt_a_36": "Каменный ♀", - "grunt_a_37": "Каменный ♂", - "grunt_a_38": "Водный ♀", - "grunt_a_39": "Водный ♂", - "grunt_a_40": "Player team leader", - "grunt_a_41": "Лидер Клифф", - "grunt_a_42": "Лидер Арло", - "grunt_a_43": "Лидер Сиерра", - "grunt_a_44": "Джованни", - "grunt_a_45": "Отвлекающий приспешник ♂", - "grunt_a_46": "Отвлекающий приспешник ♀", - "grunt_a_47": "Призрачный ♀", - "grunt_a_48": "Призрачный ♂", - "grunt_a_49": "Электрический ♀", - "grunt_a_50": "Электрический ♂", - "grunt_a_51": "Приспешник ♀", - "grunt_a_52": "Приспешник ♂", - "grunt_a_53": "Приспешник Б", - "grunt_a_54": "Приспешник Б", - "grunt_a_55": "Жучий ♀", - "grunt_a_56": "Жучий ♂", - "grunt_a_57": "Темный ♀", - "grunt_a_58": "Темный ♂", - "grunt_a_59": "Драконий ♀", - "grunt_a_60": "Драконий ♂", - "grunt_a_61": "Феечный ♀", - "grunt_a_62": "Феечный ♂", - "grunt_a_63": "Боевой ♀", - "grunt_a_64": "Боевой ♂", - "grunt_a_65": "Огненный ♀", - "grunt_a_66": "Огненный ♂", - "grunt_a_67": "Летающий ♀", - "grunt_a_68": "Летающий ♂", - "grunt_a_69": "Травяной ♀", - "grunt_a_70": "Травяной ♂", - "grunt_a_71": "Земляной ♀", - "grunt_a_72": "Земляной ♂", - "grunt_a_73": "Ледяной ♀", - "grunt_a_74": "Ледяной ♂", - "grunt_a_75": "Приспешник ♀", - "grunt_a_76": "Приспешник ♂", - "grunt_a_77": "Обычный ♀", - "grunt_a_78": "Обычный ♂", - "grunt_a_79": "Ядовитый ♀", - "grunt_a_80": "Ядовитый ♂", - "grunt_a_81": "Психический ♀", - "grunt_a_82": "Психический ♂", - "grunt_a_83": "Каменный ♀", - "grunt_a_84": "Каменный ♂", - "grunt_a_85": "Водный ♀", - "grunt_a_86": "Водный ♂", - "grunt_a_87": "Призрачный ♀", - "grunt_a_88": "Призрачный ♂", - "grunt_a_89": "Электрический ♀", - "grunt_a_90": "Электрический ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "Неизвестный", - "item_1": "Покебол", - "item_2": "Грейтбол", - "item_3": "Ультрабол", - "item_4": "Мастербол", - "item_5": "Премьербол", - "item_6": "УЧ-Болл", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "Зелье", - "item_102": "Супер-зелье", - "item_103": "Гипер-зелье", - "item_104": "Макс-зелье", - "item_201": "Ревайв", - "item_202": "Макс-ревайв", - "item_301": "Лакки-яйцо", - "item_401": "Приманка", - "item_402": "Пряная приманка", - "item_403": "Прохладная приманка", - "item_404": "Цветочная приманка", - "item_405": "Таинственная коробка", - "item_406": "Ладан ежедневных приключений", - "item_407": "Сумка с монетами", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "Люр-модуль", - "item_502": "Ледяной люр", - "item_503": "Травяной люр", - "item_504": "Магнитный люр", - "item_505": "Дождевой люр", - "item_506": "Золотая приманка", - "item_602": "Атака X", - "item_603": "Защита X", - "item_604": "НЕ ОПРЕДЕЛЕНО", - "item_650": "Клетка Зайгарда", - "item_651": "Куб Зайгарда", - "item_701": "Малина", - "item_702": "Ежевика", - "item_703": "Банан", - "item_704": "Груша", - "item_705": "Ананас", - "item_706": "Золотая малина", - "item_707": "Золотой банан", - "item_708": "Серебряная ананас", - "item_709": "Поффин", - "item_801": "Камера", - "item_802": "Наклейки", - "item_803": "Альбом для открыток", - "item_901": "Инкубатор для яиц ∞", - "item_902": "Инкубатор для яиц", - "item_903": "Супер-инкубатор", - "item_1001": "Хранилище Покемонов", - "item_1002": "Рюкзак для предметов", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "Солнечный камень", - "item_1102": "Королевский камень", - "item_1103": "Металлопокрытие", - "item_1104": "Драконья чешуйка", - "item_1105": "Апгрейд", - "item_1106": "Синно-камень", - "item_1107": "Юнова-камень", - "item_1150": "Монета Гиммигула", - "item_1201": "Фаст ТМ", - "item_1202": "Чардж ТМ", - "item_1203": "Элитный фаст ТМ", - "item_1204": "Элитный чардж ТМ", - "item_1250": "Метеорит", - "item_1301": "Рарка", - "item_1302": "Рарка XL", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "Рейд-пропуск", - "item_1402": "Примиум рейд-пропуск", - "item_1403": "ЕХ рейд-пропуск", - "item_1404": "Старпис", - "item_1405": "Подарок", - "item_1406": "Командный медальон", - "item_1407": "Route Maker", - "item_1408": "Пропуск на удалённый рейд", - "item_1409": "S Raid Ticket", - "item_1501": "Загадочный компонент", - "item_1502": "Радар команды Р", - "item_1503": "Супер-радар команды Р", - "item_1504": "Теневой осколок", - "item_1505": "Очищенный самоцвет", - "item_1506": "Частица макс", - "item_1507": "Набор частиц макс", - "item_1600": "Билет", - "item_1601": "Билет", - "item_1602": "Event Ticket Gray", - "item_1603": "Билет", - "item_1604": "Дополнительный билет", - "item_1605": "Дополнительный билет", - "item_1606": "Пропуск: квест на время в Боевой Лиге GO", - "item_1607": "Билет", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Билет на сафари: Сеул", - "item_1611": "Билет на сафари: Барселона", - "item_1612": "Билет на сафари: Мехико", - "item_1613": "Билет на сафари: Тайнань", - "item_1614": "Ticket City Safari 04", - "item_1615": "Билет", - "item_1616": "Билет", - "item_1617": "Билет", - "item_1618": "Билет", - "item_1619": "Билет", - "item_1620": "Билет", - "item_1621": "Билет", - "item_1622": "Билет", - "item_1623": "Билет", - "item_1624": "Билет", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "Обычная форма", - "lure_502": "Ледяной люр", - "lure_503": "Травяной люр", - "lure_504": "Магнитный люр", - "lure_505": "Дождевой люр", - "lure_506": "Золотая приманка", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "Неизвестный", - "move_1": "Удар Грома", - "move_2": "Быстрая Атака", - "move_3": "Царапание", - "move_4": "Тлеющие Угли", - "move_5": "Плеть-лиана", - "move_6": "Бросок", - "move_7": "Бритволист", - "move_8": "Налёт", - "move_9": "Водомёт", - "move_10": "Укус", - "move_11": "Тяжёлый Удар", - "move_12": "Двойной Шлепок", - "move_13": "Обхват", - "move_14": "Гиперлуч", - "move_15": "Лизака", - "move_16": "Тёмный Пульс", - "move_17": "Дым", - "move_18": "Слизь", - "move_19": "Металлический Коготь", - "move_20": "В Клещи", - "move_21": "Огненное Колесо", - "move_22": "Мегарог", - "move_23": "Атака Крылом", - "move_24": "Огнемёт", - "move_25": "Подлый Удар", - "move_26": "Рытьё", - "move_27": "Подсечка", - "move_28": "Перерубание", - "move_29": "Ментальный Порез", - "move_30": "Психолуч", - "move_31": "Землетрясение", - "move_32": "Каменное Остриё", - "move_33": "Ледяной Кулак", - "move_34": "ПечатьСердце", - "move_35": "Разряд", - "move_36": "Быстрая Пушка", - "move_37": "Удар Клювом", - "move_38": "Сверлящий Клюв", - "move_39": "Ледяной Луч", - "move_40": "Метель", - "move_41": "Аэроудар", - "move_42": "Волна Жара", - "move_43": "Двойная Игла", - "move_44": "Ядовитый Укол", - "move_45": "Высший Пилотаж", - "move_46": "Быстрое Сверло", - "move_47": "Буря Лепестков", - "move_48": "Мега-осушение", - "move_49": "Жужжание Насекомых", - "move_50": "Ядовитый Зуб", - "move_51": "Ночной Удар", - "move_52": "Удар Сплеча", - "move_53": "Луч Пузырей", - "move_54": "Подчинение", - "move_55": "Удар Карате", - "move_56": "Низкий Захват", - "move_57": "Водная Струя", - "move_58": "Аквахвост", - "move_59": "Семя-бомба", - "move_60": "Психошок", - "move_61": "Бросок Камня", - "move_62": "Древняя Сила", - "move_63": "Скальная Гробница", - "move_64": "Сдвиг Скалы", - "move_65": "Самоцвет Силы", - "move_66": "Сумеречный Проныра", - "move_67": "Теневая форма Кулак", - "move_68": "Коготь Тьмы", - "move_69": "Зловещий Ветер", - "move_70": "Шар Тьмы", - "move_71": "Удар Пули", - "move_72": "Магнитная Бомба", - "move_73": "Стальное Крыло", - "move_74": "Стальная Голова", - "move_75": "Параболический Заряд", - "move_76": "Искра", - "move_77": "Громовой Кулак", - "move_78": "Гром", - "move_79": "Удар Молнии", - "move_80": "Смерч", - "move_81": "Дыхание Дракона", - "move_82": "Пульс Дракона", - "move_83": "Коготь Дракона", - "move_84": "Обезоруживающий Голос", - "move_85": "Поцелуй Вампира", - "move_86": "Ослепительный Проблеск", - "move_87": "Лунный Удар", - "move_88": "Жёсткая Игра", - "move_89": "Перекрёстный Яд", - "move_90": "Бомба со Слизью", - "move_91": "Грязевая Волна", - "move_92": "Смоляной Удар", - "move_93": "Шлепок Грязью", - "move_94": "Костяная Дубина", - "move_95": "Бульдозер", - "move_96": "Грязевая Бомба", - "move_97": "Лезвие Ярости", - "move_98": "Укус Жука", - "move_99": "Сигнальный Луч", - "move_100": "Икс-ножницы", - "move_101": "Огненный Заряд", - "move_102": "Огненный Взрыв", - "move_103": "Огненный Залп", - "move_104": "Солёная Вода", - "move_105": "Сила Воды", - "move_106": "Ошпаривание", - "move_107": "Гидронасос", - "move_108": "Психокинез", - "move_109": "Психоналёт", - "move_110": "Осколок Льда", - "move_111": "Ледяной Ветер", - "move_112": "Морозное Дыхание", - "move_113": "Поглощение", - "move_114": "Гига-осушение", - "move_115": "Огненный Кулак", - "move_116": "Солнечный Луч", - "move_117": "Лист-лезвие", - "move_118": "Кнут Силы", - "move_119": "Всплеск", - "move_120": "Кислота", - "move_121": "Воздушный Резак", - "move_122": "Ураган", - "move_123": "Кирпичный Пролом", - "move_124": "Порез", - "move_125": "Ловкость", - "move_126": "Атака Рогами", - "move_127": "Топот", - "move_128": "Удар Головой", - "move_129": "Гиперклык", - "move_130": "Таранный Удар", - "move_131": "Удар Телом", - "move_132": "Отдых", - "move_133": "Борьба", - "move_134": "Ошпаривание", - "move_135": "Гидронасос", - "move_136": "Обхват", - "move_137": "Обхват", - "move_200": "Лезвие Ярости", - "move_201": "Укус Жука", - "move_202": "Укус", - "move_203": "Подлый Удар", - "move_204": "Дыхание Дракона", - "move_205": "Удар Грома", - "move_206": "Искра", - "move_207": "Подсечка", - "move_208": "Удар Карате", - "move_209": "Тлеющие Угли", - "move_210": "Атака Крылом", - "move_211": "Удар Клювом", - "move_212": "Лизака", - "move_213": "Коготь Тьмы", - "move_214": "Плеть-лиана", - "move_215": "Бритволист", - "move_216": "Шлепок Грязью", - "move_217": "Осколок Льда", - "move_218": "Морозное Дыхание", - "move_219": "Быстрая Атака", - "move_220": "Царапание", - "move_221": "Бросок", - "move_222": "Тяжёлый Удар", - "move_223": "Порез", - "move_224": "Ядовитый Укол", - "move_225": "Кислота", - "move_226": "Ментальный Порез", - "move_227": "Бросок Камня", - "move_228": "Металлический Коготь", - "move_229": "Удар Пули", - "move_230": "Водомёт", - "move_231": "Всплеск", - "move_232": "Водомёт", - "move_233": "Плевок Грязью", - "move_234": "Удар Головой Дзен", - "move_235": "Замешательство", - "move_236": "Ядовитое Жало", - "move_237": "Пузырь", - "move_238": "Ложная Атака", - "move_239": "Стальное Крыло", - "move_240": "Огненный Клык", - "move_241": "Камнедробилка", - "move_242": "Превращение", - "move_243": "Встречный Удар", - "move_244": "Снежная Пудра", - "move_245": "Ближний Бой", - "move_246": "Динамический Удар", - "move_247": "Концентрированный Взрыв", - "move_248": "Луч Авроры", - "move_249": "Заряженный Луч", - "move_250": "Вольт Хлыст", - "move_251": "Дикий Разряд", - "move_252": "Грохот Пушек", - "move_253": "Драконий Хвост", - "move_254": "Лавина", - "move_255": "Аэроудар", - "move_256": "Храбрая Птица", - "move_257": "Небесная Атака", - "move_258": "Песчаная Могила", - "move_259": "Каменный Взрыв", - "move_260": "Инфестация", - "move_261": "Красная Аура", - "move_262": "Серебряный Ветер", - "move_263": "Изумление", - "move_264": "Сглаз", - "move_265": "Ночная Тень", - "move_266": "Стальной Хвост", - "move_267": "Гиро-шар", - "move_268": "Тяжёлый Хлопок", - "move_269": "Огненный Вихрь", - "move_270": "Перегрев", - "move_271": "Выстреливающие Семена", - "move_272": "Травяной Узел", - "move_273": "Энергетический Шар", - "move_274": "Экстрасенсорика", - "move_275": "Образ Будущего", - "move_276": "Зеркальный Щит", - "move_277": "Гнев", - "move_278": "Ворчание", - "move_279": "Хруст", - "move_280": "Нечестная Игра", - "move_281": "Скрытая Сила", - "move_282": "Налёт", - "move_283": "Водопад", - "move_284": "Сёрф", - "move_285": "Метеор Дракона", - "move_286": "Обречённое Желание", - "move_287": "Зевок", - "move_288": "Перегрузка Сознания", - "move_289": "Первоначальный Пульс", - "move_290": "Лезвие Пропасти", - "move_291": "Сюрприз", - "move_292": "Шар Стихии", - "move_293": "Шар Стихии", - "move_294": "Шар Стихии", - "move_295": "Шар Стихии", - "move_296": "Ярость Леса", - "move_297": "Разрыв", - "move_298": "Обжигающий Взрыв", - "move_299": "Гидропушка", - "move_300": "Последнее Средство", - "move_301": "Метеоритный Кулак", - "move_302": "Лобовой Таран", - "move_303": "Кислотные Брызги", - "move_304": "Сила Земли", - "move_305": "Молот Краба", - "move_306": "Выпад", - "move_307": "Разящий Коготь", - "move_308": "Чернильная Пушка", - "move_309": "Зеркальный Удар", - "move_310": "Суперсила", - "move_311": "Беспощадное Жало", - "move_312": "Лиственный Смерч", - "move_313": "Пиявка", - "move_314": "Иссушающий Удар", - "move_315": "Теневая Кость", - "move_316": "Мутная Вода", - "move_317": "Огненный Пинок", - "move_318": "Острая Раковина", - "move_319": "Усиливающийся Удар", - "move_320": "Шарм", - "move_321": "Гига-удар", - "move_322": "Фрустрация", - "move_323": "Возврат", - "move_324": "Синхрошум", - "move_325": "Наведение на Цель", - "move_326": "Клык Грома", - "move_327": "Ледяной Клык", - "move_328": "Роговое Сверло", - "move_329": "Разлом", - "move_330": "Священный Меч", - "move_331": "Летающий Пресс", - "move_332": "Ауросфера", - "move_333": "Расплата", - "move_334": "Камнелом", - "move_335": "Аэровзрыв", - "move_336": "Техновзрыв", - "move_337": "Техновзрыв", - "move_338": "Техновзрыв", - "move_339": "Техновзрыв", - "move_340": "Техновзрыв", - "move_341": "Полёт", - "move_342": "Победный Ход", - "move_343": "Вихрь Листьев", - "move_344": "Тройная Атака", - "move_345": "Шквал", - "move_346": "Превращение в Пепел", - "move_347": "Темная Бездна", - "move_348": "Танец с Перьями", - "move_349": "Горячий Танец", - "move_350": "Ветер Фей", - "move_351": "Древняя Песня", - "move_352": "Шар Стихии", - "move_353": "Психоклыки", - "move_354": "Гиперпространственная Ярость", - "move_355": "Гиперпространственная Дыра", - "move_356": "Двойной Пинок", - "move_357": "Волшебный Лист", - "move_358": "Священный Огонь", - "move_359": "Ледяная Пика", - "move_360": "Аэровзрыв+", - "move_361": "Аэровзрыв++", - "move_362": "Священный Огонь+", - "move_363": "Священный Огонь++", - "move_364": "Акробатика", - "move_365": "Генеральная Чистка", - "move_366": "Шар Тумана", - "move_367": "Резкий Поворот", - "move_368": "Перекат", - "move_369": "Сияние Семени", - "move_370": "Преграда", - "move_371": "Сумеречная Сила", - "move_372": "Метеоритный Луч", - "move_373": "Водяной Сюрикен", - "move_374": "Термоядерный Разряд", - "move_375": "Ядерная Вспышка", - "move_376": "Полтергейст", - "move_377": "Лошадиная Сила", - "move_378": "Замораживание", - "move_379": "Разбивающий Удар", - "move_380": "Громкий Взрыв", - "move_381": "Двойной Стальной Таран", - "move_382": "Мистический Огонь", - "move_383": "Ликвидация", - "move_384": "Взлёт Дракона", - "move_385": "Облиствление", - "move_386": "Магма-Буря", - "move_387": "Геомантия", - "move_388": "Пространственный Разрыв", - "move_389": "Крылья Забвения", - "move_390": "Безумие Природы", - "move_391": "Тройной Аксель", - "move_392": "Новый Путь", - "move_393": "Раскалённый Песок", - "move_394": "Рёв Времени", - "move_395": "Ледяная Буря", - "move_396": "Обжигающая Буря", - "move_397": "Громовая Буря", - "move_398": "Спиритические Оковы", - "move_399": "Вольт-Бросок", - "move_400": "Тёмное Лассо", - "move_401": "Психоволны", - "move_402": "Металлический Звук", - "move_403": "Песчаная Атака", - "move_404": "Солнечно-Стальной Удар", - "move_405": "Луч Лунного Духа", - "move_406": "Колесо Ауры", - "move_407": "Колесо Ауры", - "move_408": "Прыжок-Удар", - "move_409": "Вспышка Макс", - "move_410": "Бабочка Макс", - "move_411": "Молния Макс", - "move_412": "Удар Макс", - "move_413": "Кулак Макс", - "move_414": "Иллюзия Макс", - "move_415": "Град Макс", - "move_416": "Токсины Макс", - "move_417": "Гейзер Макс", - "move_418": "Вихрь Макс", - "move_419": "Волшебство Макс", - "move_420": "Дракон Макс", - "move_421": "Психокинез Макс", - "move_422": "Камнепад Макс", - "move_423": "Землетрясение Макс", - "move_424": "Темнота Макс", - "move_425": "Рост Макс", - "move_426": "Остриё Макс", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "Сильная Ладонь", - "move_463": "Искрящаяся Ария", - "poke_0": "Замена", - "poke_1": "Бульбазавр", - "poke_2": "Айвизавр", - "poke_3": "Венузавр", - "poke_3_e1": "Мега-Венузавр", - "poke_4": "Чармандер", - "poke_5": "Чармелеон", - "poke_6": "Чаризард", - "poke_6_e2": "Мега-Чаризард X", - "poke_6_e3": "Мега-Чаризард Y", - "poke_7": "Сквиртл", - "poke_8": "Вартортл", - "poke_9": "Бластойз", - "poke_9_e1": "Мега-Бластойз", - "poke_10": "Катерпи", - "poke_11": "Метапод", - "poke_12": "Баттерфри", - "poke_13": "Видл", - "poke_14": "Какуна", - "poke_15": "Бидрилл", - "poke_15_e1": "Мега-Бидрилл", - "poke_16": "Пиджи", - "poke_17": "Пиджeотто", - "poke_18": "Пиджеот", - "poke_18_e1": "Мега-Пиджеот", - "poke_19": "Раттата", - "poke_20": "Ратикейт", - "poke_21": "Спироу", - "poke_22": "Фироу", - "poke_23": "Эканс", - "poke_24": "Эрбок", - "poke_25": "Пикачу", - "poke_26": "Райчу", - "poke_27": "Сэндшрю", - "poke_28": "Сэндслэш", - "poke_29": "Нидоран♀", - "poke_30": "Нидорина", - "poke_31": "Нидоквин", - "poke_32": "Нидоран♂", - "poke_33": "Нидорино", - "poke_34": "Нидокинг", - "poke_35": "Клефэйри", - "poke_36": "Клефейбл", - "poke_37": "Вульпикс", - "poke_38": "Найнтэйлс", - "poke_39": "Джигглипафф", - "poke_40": "Вигглитафф", - "poke_41": "Зубат", - "poke_42": "Голбат", - "poke_43": "Оддиш", - "poke_44": "Глум", - "poke_45": "Вайлплюм", - "poke_46": "Парас", - "poke_47": "Парасект", - "poke_48": "Венонат", - "poke_49": "Веномот", - "poke_50": "Диглетт", - "poke_51": "Дагтрио", - "poke_52": "Мяут", - "poke_53": "Персиан", - "poke_54": "Псайдак", - "poke_55": "Голдак", - "poke_56": "Манки", - "poke_57": "Праймейп", - "poke_58": "Гроулит", - "poke_59": "Арканайн", - "poke_60": "Поливаг", - "poke_61": "Поливирл", - "poke_62": "Поливрат", - "poke_63": "Абра", - "poke_64": "Кадабра", - "poke_65": "Алаказам", - "poke_65_e1": "Мега-Алаказам", - "poke_66": "Мачоп", - "poke_67": "Мачоук", - "poke_68": "Мачамп", - "poke_69": "Беллспраут", - "poke_70": "Випинбелл", - "poke_71": "Виктрибел", - "poke_72": "Тентакул", - "poke_73": "Тентакруэль", - "poke_74": "Геодуд", - "poke_75": "Грейвлер", - "poke_76": "Голем", - "poke_77": "Понита", - "poke_78": "Рапидаш", - "poke_79": "Слоупок", - "poke_80": "Слоубро", - "poke_80_e1": "Мега-Слоубро", - "poke_81": "Магнемайт", - "poke_82": "Магнетон", - "poke_83": "Фарфетч'т", - "poke_84": "Додуо", - "poke_85": "Додрио", - "poke_86": "Сил", - "poke_87": "Дюгонг", - "poke_88": "Граймер", - "poke_89": "Мак", - "poke_90": "Шеллдер", - "poke_91": "Клойстер", - "poke_92": "Гастли", - "poke_93": "Хонтер", - "poke_94": "Генгар", - "poke_94_e1": "Мега-Генгар", - "poke_95": "Оникс", - "poke_96": "Дроузи", - "poke_97": "Гипно", - "poke_98": "Крабби", - "poke_99": "Кинглер", - "poke_100": "Вальторб", - "poke_101": "Электрод", - "poke_102": "Экзегкьют", - "poke_103": "Экзегкьютор", - "poke_104": "Кьюбон", - "poke_105": "Маровак", - "poke_106": "Хитмонли", - "poke_107": "Хитмончан", - "poke_108": "Ликитунг", - "poke_109": "Коффинг", - "poke_110": "Визинг", - "poke_111": "Райхорн", - "poke_112": "Райдон", - "poke_113": "Ченси", - "poke_114": "Тангела", - "poke_115": "Кангасхан", - "poke_115_e1": "Мега-Кангасхан", - "poke_116": "Хорси", - "poke_117": "Сидра", - "poke_118": "Голдин", - "poke_119": "Сикинг", - "poke_120": "Старью", - "poke_121": "Старми", - "poke_122": "Мистер Майм", - "poke_123": "Скайтер", - "poke_124": "Джинкс", - "poke_125": "Электабазз", - "poke_126": "Магмар", - "poke_127": "Пинсир", - "poke_127_e1": "Мега-Пинсир", - "poke_128": "Таурос", - "poke_129": "Мэджикарп", - "poke_130": "Гиардос", - "poke_130_e1": "Мега-Гиарадос", - "poke_131": "Лапрас", - "poke_132": "Дитто", - "poke_133": "Иви", - "poke_134": "Вапореон", - "poke_135": "Джолтеон", - "poke_136": "Флареон", - "poke_137": "Поригон", - "poke_138": "Оманайт", - "poke_139": "Омастар", - "poke_140": "Кабуто", - "poke_141": "Кабутопс", - "poke_142": "Аэродактиль", - "poke_142_e1": "Мега-Аэродактиль", - "poke_143": "Снорлакс", - "poke_144": "Артикуно", - "poke_145": "Запдос", - "poke_146": "Молтрес", - "poke_147": "Дратини", - "poke_148": "Драгонэйр", - "poke_149": "Драгонайт", - "poke_150": "Мьюту", - "poke_150_e2": "Мега-Мьюту X", - "poke_150_e3": "Мега-Мьюту Y", - "poke_151": "Мью", - "poke_152": "Чикорита", - "poke_153": "Бэйлиф", - "poke_154": "Меганиум", - "poke_155": "Синдаквил", - "poke_156": "Квилава", - "poke_157": "Тифложн", - "poke_158": "Тотодайл", - "poke_159": "Кроконав", - "poke_160": "Фералигатор", - "poke_161": "Сентрет", - "poke_162": "Фуррет", - "poke_163": "Хутхут", - "poke_164": "Ноктоул", - "poke_165": "Ледиба", - "poke_166": "Ледиан", - "poke_167": "Спинарак", - "poke_168": "Ариадос", - "poke_169": "Кробат", - "poke_170": "Чинчоу", - "poke_171": "Лантурн", - "poke_172": "Пичу", - "poke_173": "Клеффа", - "poke_174": "Игглибафф", - "poke_175": "Тогепи", - "poke_176": "Тогетик", - "poke_177": "Нату", - "poke_178": "Зату", - "poke_179": "Марип", - "poke_180": "Флааффи", - "poke_181": "Амфарос", - "poke_181_e1": "Мега-Амфарос", - "poke_182": "Беллосом", - "poke_183": "Марилл", - "poke_184": "Азумарилл", - "poke_185": "Судовуду", - "poke_186": "Политоед", - "poke_187": "Хоппип", - "poke_188": "Скиплум", - "poke_189": "Джамплафф", - "poke_190": "Эйпом", - "poke_191": "Санкерн", - "poke_192": "Санфлора", - "poke_193": "Янма", - "poke_194": "Вупер", - "poke_195": "Квагсайр", - "poke_196": "Эспеон", - "poke_197": "Амбреон", - "poke_198": "Муркроу", - "poke_199": "Слоукинг", - "poke_200": "Мисдривус", - "poke_201": "Аноун", - "poke_202": "Воббаффет", - "poke_203": "Жирафариг", - "poke_204": "Пинеко", - "poke_205": "Форретресc", - "poke_206": "Данспарс", - "poke_207": "Глигар", - "poke_208": "Стиликс", - "poke_208_e1": "Мега-Стиликс", - "poke_209": "Снаббулл", - "poke_210": "Гранбулл", - "poke_211": "Квилфиш", - "poke_212": "Сизор", - "poke_212_e1": "Мега-Сизор", - "poke_213": "Шакл", - "poke_214": "Геракросс", - "poke_214_e1": "Мега-Геракросс", - "poke_215": "Снизель", - "poke_216": "Теддиурса", - "poke_217": "Урсаринг", - "poke_218": "Слагма", - "poke_219": "Магкарго", - "poke_220": "Свинуб", - "poke_221": "Пилосвайн", - "poke_222": "Корсола", - "poke_223": "Реморэйд", - "poke_224": "Октиллери", - "poke_225": "Делибёрд", - "poke_226": "Мантайн", - "poke_227": "Скармори", - "poke_228": "Хандор", - "poke_229": "Хандум", - "poke_229_e1": "Мега-Хандум", - "poke_230": "Кингдра", - "poke_231": "Фанпи", - "poke_232": "Донфан", - "poke_233": "Поригон2", - "poke_234": "Стантлер", - "poke_235": "Смиргл", - "poke_236": "Тироуг", - "poke_237": "Хитмонтоп", - "poke_238": "Смучум", - "poke_239": "Элекид", - "poke_240": "Магби", - "poke_241": "Милтанк", - "poke_242": "Блисси", - "poke_243": "Райку", - "poke_244": "Энтей", - "poke_245": "Суйкун", - "poke_246": "Ларвитар", - "poke_247": "Пупитар", - "poke_248": "Тиранитар", - "poke_248_e1": "Мега-Тиранитар", - "poke_249": "Лугиа", - "poke_250": "Хо-Oх", - "poke_251": "Селеби", - "poke_252": "Трико", - "poke_253": "Гровайл", - "poke_254": "Септайл", - "poke_254_e1": "Мега-Септайл", - "poke_255": "Торчик", - "poke_256": "Комбаскен", - "poke_257": "Блейзикен", - "poke_257_e1": "Мега-Блейзикен", - "poke_258": "Мадкип", - "poke_259": "Марштомп", - "poke_260": "Свамперт", - "poke_260_e1": "Мега-Свамперт", - "poke_261": "Пучиена", - "poke_262": "Майтиена", - "poke_263": "Зигзагун", - "poke_264": "Линун", - "poke_265": "Вурмпл", - "poke_266": "Силкун", - "poke_267": "Бьютифлай", - "poke_268": "Каскун", - "poke_269": "Дастокс", - "poke_270": "Лотад", - "poke_271": "Ломбрэ", - "poke_272": "Лудиколо", - "poke_273": "Сидот", - "poke_274": "Назлиф", - "poke_275": "Шифтри", - "poke_276": "Тэйллоу", - "poke_277": "Свеллоу", - "poke_278": "Вингулл", - "poke_279": "Пелиппер", - "poke_280": "Ральтс", - "poke_281": "Кирлия", - "poke_282": "Гардевуар", - "poke_282_e1": "Мега-Гардевойр", - "poke_283": "Сурскит", - "poke_284": "Маскерейн", - "poke_285": "Шрумиш", - "poke_286": "Брелум", - "poke_287": "Слякот", - "poke_288": "Вигорот", - "poke_289": "Слакинг", - "poke_290": "Нинкада", - "poke_291": "Нинджаск", - "poke_292": "Шединья", - "poke_293": "Визмур", - "poke_294": "Лаудред", - "poke_295": "Эксплауд", - "poke_296": "Макухита", - "poke_297": "Харияма", - "poke_298": "Азурилл", - "poke_299": "Ноуспасс", - "poke_300": "Скитти", - "poke_301": "Деликэтти", - "poke_302": "Сабляй", - "poke_302_e1": "Мега-Сэйблай", - "poke_303": "Мавайл", - "poke_303_e1": "Мега-Мавайл", - "poke_304": "Арон", - "poke_305": "Лайрон", - "poke_306": "Аггрон", - "poke_306_e1": "Мега-Аггрон", - "poke_307": "Медитайт", - "poke_308": "Медичам", - "poke_308_e1": "Мега-Медичам", - "poke_309": "Электрайк", - "poke_310": "Манектрик", - "poke_310_e1": "Мега-Манектрик", - "poke_311": "Плюсл", - "poke_312": "Минун", - "poke_313": "Вольбит", - "poke_314": "Иллюмайз", - "poke_315": "Розелия", - "poke_316": "Гульпин", - "poke_317": "Свалот", - "poke_318": "Карванья", - "poke_319": "Шарпедо", - "poke_319_e1": "Мега-Шарпедо", - "poke_320": "Вейлмер", - "poke_321": "Вейлорд", - "poke_322": "Нумел", - "poke_323": "Камерупт", - "poke_323_e1": "Мега-Камерапт", - "poke_324": "Торкоал", - "poke_325": "Споинк", - "poke_326": "Грампиг", - "poke_327": "Спинда", - "poke_328": "Трапинч", - "poke_329": "Вибрава", - "poke_330": "Флайгон", - "poke_331": "Какния", - "poke_332": "Кактурн", - "poke_333": "Сваблю", - "poke_334": "Альтария", - "poke_334_e1": "Мега-Алтария", - "poke_335": "Зангус", - "poke_336": "Севайпер", - "poke_337": "Лунатон", - "poke_338": "Солрок", - "poke_339": "Барбоуч", - "poke_340": "Вискаш", - "poke_341": "Корфиш", - "poke_342": "Краудонт", - "poke_343": "Балтой", - "poke_344": "Клэйдол", - "poke_345": "Лилип", - "poke_346": "Крадили", - "poke_347": "Анорит", - "poke_348": "Армальдо", - "poke_349": "Фибас", - "poke_350": "Милотик", - "poke_351": "Кастформ", - "poke_352": "Кеклеон", - "poke_353": "Шаппет", - "poke_354": "Банетт", - "poke_354_e1": "Мега-Банетт", - "poke_355": "Даскалл", - "poke_356": "Дасклопс", - "poke_357": "Тропиус", - "poke_358": "Чимечо", - "poke_359": "Абсол", - "poke_359_e1": "Мега-Абсол", - "poke_360": "Вайнот", - "poke_361": "Снорант", - "poke_362": "Глейли", - "poke_362_e1": "Мега-Глейли", - "poke_363": "Сфил", - "poke_364": "Силео", - "poke_365": "Валрейн", - "poke_366": "Кламперл", - "poke_367": "Хантейл", - "poke_368": "Горбисс", - "poke_369": "Реликант", - "poke_370": "Лавдиск", - "poke_371": "Багон", - "poke_372": "Шелгон", - "poke_373": "Саламенс", - "poke_373_e1": "Мега-Саламенс", - "poke_374": "Белдум", - "poke_375": "Метанг", - "poke_376": "Метагросс", - "poke_376_e1": "Мега-Метагросс", - "poke_377": "Реджирок", - "poke_378": "Реджайс", - "poke_379": "Реджистил", - "poke_380": "Латиас", - "poke_380_e1": "Мега-Латиас", - "poke_381": "Латиос", - "poke_381_e1": "Мега-Латиос", - "poke_382": "Кайогр", - "poke_383": "Граудон", - "poke_384": "Райкваза", - "poke_384_e1": "Мега-Райкваза", - "poke_385": "Джирачи", - "poke_386": "Деоксис", - "poke_387": "Тортвиг", - "poke_388": "Гротл", - "poke_389": "Тортерра", - "poke_390": "Чимчар", - "poke_391": "Монферно", - "poke_392": "Инфернейп", - "poke_393": "Пиплап", - "poke_394": "Принплап", - "poke_395": "Эмполеон", - "poke_396": "Старли", - "poke_397": "Старавия", - "poke_398": "Стараптор", - "poke_399": "Бидуф", - "poke_400": "Бибарел", - "poke_401": "Крикетот", - "poke_402": "Крикетун", - "poke_403": "Шинкс", - "poke_404": "Лаксио", - "poke_405": "Лаксрей", - "poke_406": "Бадью", - "poke_407": "Розерейд", - "poke_408": "Кранидос", - "poke_409": "Рампардос", - "poke_410": "Шилдон", - "poke_411": "Бастиодон", - "poke_412": "Бурми", - "poke_413": "Вормадам", - "poke_414": "Мотим", - "poke_415": "Комби", - "poke_416": "Веспиквен", - "poke_417": "Пачирису", - "poke_418": "Буизель", - "poke_419": "Флоатзель", - "poke_420": "Черуби", - "poke_421": "Черрим", - "poke_422": "Шеллос", - "poke_423": "Гастродон", - "poke_424": "Амбипом", - "poke_425": "Дрифлун", - "poke_426": "Дрифблим", - "poke_427": "Банири", - "poke_428": "Лопанни", - "poke_428_e1": "Мега-Лопанни", - "poke_429": "Мисмагиус", - "poke_430": "Ханчкроу", - "poke_431": "Гламяу", - "poke_432": "Парагли", - "poke_433": "Чинглинг", - "poke_434": "Станки", - "poke_435": "Скантанк", - "poke_436": "Бронзор", - "poke_437": "Бронзонг", - "poke_438": "Бонслай", - "poke_439": "Майм-джуниор", - "poke_440": "Хаппини", - "poke_441": "Чатот", - "poke_442": "Спиритомб", - "poke_443": "Гибл", - "poke_444": "Габайт", - "poke_445": "Гарчомп", - "poke_445_e1": "Мега-Гарчомп", - "poke_446": "Манчлакс", - "poke_447": "Риолу", - "poke_448": "Лукарио", - "poke_448_e1": "Мега-Лукарио", - "poke_449": "Гиппопотас", - "poke_450": "Гипподон", - "poke_451": "Скорупи", - "poke_452": "Драпион", - "poke_453": "Кроганк", - "poke_454": "Токсикроук", - "poke_455": "Карнивайн", - "poke_456": "Финнеон", - "poke_457": "Люминеон", - "poke_458": "Мантайк", - "poke_459": "Сновер", - "poke_460": "Абомасноу", - "poke_460_e1": "Мега-Абомасноу", - "poke_461": "Вивайл", - "poke_462": "Магнезон", - "poke_463": "Ликилики", - "poke_464": "Райпериор", - "poke_465": "Тангроут", - "poke_466": "Электривайр", - "poke_467": "Магмортар", - "poke_468": "Тогекисс", - "poke_469": "Янмега", - "poke_470": "Лифеон", - "poke_471": "Глейсеон", - "poke_472": "Глискор", - "poke_473": "Мамосвайн", - "poke_474": "ПоригонZ", - "poke_475": "Галлейд", - "poke_475_e1": "Мега-Галлейд", - "poke_476": "Пробопасс", - "poke_477": "Даскнуар", - "poke_478": "Фросласс", - "poke_479": "Ротом", - "poke_480": "Юкси", - "poke_481": "Месприт", - "poke_482": "Азельф", - "poke_483": "Диалга", - "poke_484": "Палкия", - "poke_485": "Хитран", - "poke_486": "Реджигигас", - "poke_487": "Гиратина", - "poke_488": "Кресселия", - "poke_489": "Фиона", - "poke_490": "Манафи", - "poke_491": "Даркрай", - "poke_492": "Шеймин", - "poke_493": "Аркеус", - "poke_494": "Виктини", - "poke_495": "Снайви", - "poke_496": "Сервайн", - "poke_497": "Серпериор", - "poke_498": "Тепиг", - "poke_499": "Пигнайт", - "poke_500": "Эмбор", - "poke_501": "Ошавотт", - "poke_502": "Девотт", - "poke_503": "Самуротт", - "poke_504": "Патрат", - "poke_505": "Вочхог", - "poke_506": "Лиллипап", - "poke_507": "Хердиер", - "poke_508": "Стаутлэнд", - "poke_509": "Пуррлойн", - "poke_510": "Липард", - "poke_511": "Пансейдж", - "poke_512": "Симисейдж", - "poke_513": "Пансир", - "poke_514": "Симисир", - "poke_515": "Панпур", - "poke_516": "Симипур", - "poke_517": "Мунна", - "poke_518": "Мушарна", - "poke_519": "Пидав", - "poke_520": "Транквилл", - "poke_521": "Анфезант", - "poke_522": "Блитцл", - "poke_523": "Зебстрика", - "poke_524": "Роггенрола", - "poke_525": "Болдор", - "poke_526": "Гигалит", - "poke_527": "Вубат", - "poke_528": "Свубат", - "poke_529": "Дрильбур", - "poke_530": "Экскадрилл", - "poke_531": "Одино", - "poke_531_e1": "Мега-Одино", - "poke_532": "Тимбурр", - "poke_533": "Гурдурр", - "poke_534": "Конкльдурр", - "poke_535": "Тимпоул", - "poke_536": "Палпитоад", - "poke_537": "Сейсмитоад", - "poke_538": "Трох", - "poke_539": "Суок", - "poke_540": "Севаддл", - "poke_541": "Свадлун", - "poke_542": "Ливанни", - "poke_543": "Венипид", - "poke_544": "Вирлипид", - "poke_545": "Сколипид", - "poke_546": "Коттони", - "poke_547": "Вимсикотт", - "poke_548": "Петилил", - "poke_549": "Лиллигант", - "poke_550": "Баскулин", - "poke_551": "Сэндайл", - "poke_552": "Крокорок", - "poke_553": "Крукодайл", - "poke_554": "Дарумака", - "poke_555": "Дармантан", - "poke_556": "Марактус", - "poke_557": "Двеббл", - "poke_558": "Крастл", - "poke_559": "Скрэгги", - "poke_560": "Скрафти", - "poke_561": "Сигилиф", - "poke_562": "Ямаск", - "poke_563": "Кофагригус", - "poke_564": "Тиртуга", - "poke_565": "Карракоста", - "poke_566": "Аркен", - "poke_567": "Аркеопс", - "poke_568": "Траббиш", - "poke_569": "Гарбодор", - "poke_570": "Зоруа", - "poke_571": "Зороарк", - "poke_572": "Минччино", - "poke_573": "Чинччино", - "poke_574": "Готита", - "poke_575": "Готорита", - "poke_576": "Готителль", - "poke_577": "Солосис", - "poke_578": "Дуожн", - "poke_579": "Реюниклюс", - "poke_580": "Даклетт", - "poke_581": "Суанна", - "poke_582": "Ваниллайт", - "poke_583": "Ваниллиш", - "poke_584": "Ваниллюкс", - "poke_585": "Дирлинг", - "poke_586": "Сосбак", - "poke_587": "Эмолга", - "poke_588": "Каррабласт", - "poke_589": "Эскавальер", - "poke_590": "Фунгус", - "poke_591": "Амунгус", - "poke_592": "Фриллиш", - "poke_593": "Джеллисент", - "poke_594": "Аломомола", - "poke_595": "Джолтик", - "poke_596": "Галвантула", - "poke_597": "Ферросид", - "poke_598": "Ферроторн", - "poke_599": "Клинк", - "poke_600": "Кланг", - "poke_601": "Клинкланг", - "poke_602": "Тинамо", - "poke_603": "Электрик", - "poke_604": "Электросс", - "poke_605": "Элгием", - "poke_606": "Бехийем", - "poke_607": "Литвик", - "poke_608": "Лампент", - "poke_609": "Шанделюр", - "poke_610": "Аксью", - "poke_611": "Фрэксюр", - "poke_612": "Хаксорус", - "poke_613": "Кабчу", - "poke_614": "Бертик", - "poke_615": "Криогонал", - "poke_616": "Шелмет", - "poke_617": "Акселгор", - "poke_618": "Станфиск", - "poke_619": "Минфу", - "poke_620": "Миншао", - "poke_621": "Драддигон", - "poke_622": "Голетт", - "poke_623": "Голарк", - "poke_624": "Поуниард", - "poke_625": "Бишарп", - "poke_626": "Буффалант", - "poke_627": "Раффлет", - "poke_628": "Бревиари", - "poke_629": "Виллаби", - "poke_630": "Мандибазз", - "poke_631": "Хитмор", - "poke_632": "Дюрант", - "poke_633": "Дейно", - "poke_634": "Цвайлос", - "poke_635": "Хайдрагон", - "poke_636": "Ларвеста", - "poke_637": "Волкарона", - "poke_638": "Кобалион", - "poke_639": "Терракион", - "poke_640": "Виризион", - "poke_641": "Торнадус", - "poke_642": "Тандурус", - "poke_643": "Реширам", - "poke_644": "Зекром", - "poke_645": "Ландорус", - "poke_646": "Кьюрем", - "poke_647": "Кельдио", - "poke_648": "Мелоэтта", - "poke_649": "Генесект", - "poke_650": "Чеспин", - "poke_651": "Квилладин", - "poke_652": "Чеснот", - "poke_653": "Феннекин", - "poke_654": "Брейксен", - "poke_655": "Делфокс", - "poke_656": "Фроки", - "poke_657": "Фрогадир", - "poke_658": "Грениндзя", - "poke_659": "Баннелби", - "poke_660": "Диггерсби", - "poke_661": "Флетчлинг", - "poke_662": "Флетчлиндер", - "poke_663": "Талонфлейм", - "poke_664": "Скаттербаг", - "poke_665": "Спьюпа", - "poke_666": "Вивийон", - "poke_667": "Литлео", - "poke_668": "Пироар", - "poke_669": "Флабебе", - "poke_670": "Флоэтт", - "poke_671": "Флоржес", - "poke_672": "Скиддо", - "poke_673": "Гогоут", - "poke_674": "Панчам", - "poke_675": "Пангоро", - "poke_676": "Фурфу", - "poke_677": "Эспурр", - "poke_678": "Мяустик", - "poke_679": "Хонедж", - "poke_680": "Дублейд", - "poke_681": "Иджислаш", - "poke_682": "Спритци", - "poke_683": "Ароматисс", - "poke_684": "Свирликс", - "poke_685": "Слёрпафф", - "poke_686": "Инкей", - "poke_687": "Маламар", - "poke_688": "Байнакл", - "poke_689": "Барберакл", - "poke_690": "Скрелп", - "poke_691": "Драгалдж", - "poke_692": "Клаунчер", - "poke_693": "Кловитцер", - "poke_694": "Хелиоптайл", - "poke_695": "Хелиолиск", - "poke_696": "Тайрант", - "poke_697": "Тайрантрам", - "poke_698": "Амаура", - "poke_699": "Аврорус", - "poke_700": "Сильвеон", - "poke_701": "Хавлуча", - "poke_702": "Деденне", - "poke_703": "Карбинк", - "poke_704": "Гуми", - "poke_705": "Слиггу", - "poke_706": "Гудра", - "poke_707": "Клефки", - "poke_708": "Фантамп", - "poke_709": "Тревенант", - "poke_710": "Пампкабу", - "poke_711": "Гургайст", - "poke_712": "Бергмайт", - "poke_713": "Авалагг", - "poke_714": "Нойбат", - "poke_715": "Нойверн", - "poke_716": "Зирнис", - "poke_717": "Ивелтал", - "poke_718": "Зайгард", - "poke_719": "Дианси", - "poke_719_e1": "Мега-Дианси", - "poke_720": "Хуппа", - "poke_721": "Вулканион", - "poke_722": "Раулет", - "poke_723": "Дартрикс", - "poke_724": "Десиджуай", - "poke_725": "Литтен", - "poke_726": "Торракат", - "poke_727": "Инсинероар", - "poke_728": "Попплио", - "poke_729": "Бриан", - "poke_730": "Примарина", - "poke_731": "Пикипек", - "poke_732": "Трамбик", - "poke_733": "Туканнон", - "poke_734": "Янгус", - "poke_735": "Гамшус", - "poke_736": "Граббин", - "poke_737": "Чарьябаг", - "poke_738": "Викаволт", - "poke_739": "Крабролер", - "poke_740": "Крабаминабл", - "poke_741": "Орикорио", - "poke_742": "Кьютифлай", - "poke_743": "Рибомби", - "poke_744": "Рокрафф", - "poke_745": "Лайканрок", - "poke_746": "Вишиваши", - "poke_747": "Марини", - "poke_748": "Токсапекс", - "poke_749": "Мадбрей", - "poke_750": "Мадсдэйл", - "poke_751": "Дупайдер", - "poke_752": "Аракванид", - "poke_753": "Фомантис", - "poke_754": "Лурантис", - "poke_755": "Морилалл", - "poke_756": "Шинатик", - "poke_757": "Саландит", - "poke_758": "Салаззл", - "poke_759": "Стаффул", - "poke_760": "Бевеар", - "poke_761": "Баунсвит", - "poke_762": "Стини", - "poke_763": "Царина", - "poke_764": "Комфей", - "poke_765": "Орангуру", - "poke_766": "Пассимиан", - "poke_767": "Вимпод", - "poke_768": "Голисопод", - "poke_769": "Сэндигаст", - "poke_770": "Палоссэнд", - "poke_771": "Пьюкумуку", - "poke_772": "Тип: Ноль", - "poke_773": "Силвалли", - "poke_774": "Миниор", - "poke_775": "Комала", - "poke_776": "Тартонэйтор", - "poke_777": "Тогедемару", - "poke_778": "Мимикью", - "poke_779": "Браксиш", - "poke_780": "Дрампа", - "poke_781": "Делмайз", - "poke_782": "Джангмоо", - "poke_783": "Хакамоo", - "poke_784": "Коммоo", - "poke_785": "Тапу Коко", - "poke_786": "Тапу Леле", - "poke_787": "Тапу Булу", - "poke_788": "Тапу Фини", - "poke_789": "Космог", - "poke_790": "Космоем", - "poke_791": "Солгалео", - "poke_792": "Лунала", - "poke_793": "Нигилего", - "poke_794": "Баззвол", - "poke_795": "Феромоса", - "poke_796": "Заркитри", - "poke_797": "Селестила", - "poke_798": "Картана", - "poke_799": "Газзлорд", - "poke_800": "Некрозма", - "poke_801": "Магирна", - "poke_802": "Маршадоу", - "poke_803": "Пойпол", - "poke_804": "Наганадел", - "poke_805": "Стакатака", - "poke_806": "Бласефалон", - "poke_807": "Зераора", - "poke_808": "Мелтан", - "poke_809": "Мелметал", - "poke_810": "Груки", - "poke_811": "Тваки", - "poke_812": "Риллабум", - "poke_813": "Скорбанни", - "poke_814": "Рабут", - "poke_815": "Синдерэйс", - "poke_816": "Соббл", - "poke_817": "Дриззайл", - "poke_818": "Интелеон", - "poke_819": "Сквовет", - "poke_820": "Гридент", - "poke_821": "Рукиди", - "poke_822": "Корвисквайр", - "poke_823": "Корвинайт", - "poke_824": "Блипбаг", - "poke_825": "Доттлер", - "poke_826": "Орбитл", - "poke_827": "Никит", - "poke_828": "Тивул", - "poke_829": "Госсифлёр", - "poke_830": "Эльдегосс", - "poke_831": "Вулу", - "poke_832": "Дабвул", - "poke_833": "Чутл", - "poke_834": "Дрэдно", - "poke_835": "Ямпер", - "poke_836": "Болтанд", - "poke_837": "Роликоли", - "poke_838": "Каркол", - "poke_839": "Коалоссал", - "poke_840": "Апплин", - "poke_841": "Флаппл", - "poke_842": "Апплтун", - "poke_843": "Силикобра", - "poke_844": "Сандаконда", - "poke_845": "Краморант", - "poke_846": "Аррокуда", - "poke_847": "Барраскюда", - "poke_848": "Токсел", - "poke_849": "Токстрисити", - "poke_850": "Сиззлипед", - "poke_851": "Сентискорч", - "poke_852": "Клоббопус", - "poke_853": "Грапплокт", - "poke_854": "Синисти", - "poke_855": "Полтигейст", - "poke_856": "Хатенна", - "poke_857": "Хаттрем", - "poke_858": "Хаттерин", - "poke_859": "Импидимп", - "poke_860": "Моргрем", - "poke_861": "Гриммснарл", - "poke_862": "Обстагун", - "poke_863": "Перрсеркер", - "poke_864": "Курсола", - "poke_865": "Сирфетчд", - "poke_866": "Мистер Райм", - "poke_867": "Рунеригус", - "poke_868": "Милсери", - "poke_869": "Алкреми", - "poke_870": "Фалинкс", - "poke_871": "Пинкурчин", - "poke_872": "Сном", - "poke_873": "Фросмот", - "poke_874": "Стонджорнер", - "poke_875": "Айскью", - "poke_876": "Индиди", - "poke_877": "Морпеко", - "poke_878": "Куфант", - "poke_879": "Коппераджа", - "poke_880": "Дракозолт", - "poke_881": "Арктозолт", - "poke_882": "Драковиш", - "poke_883": "Арктовиш", - "poke_884": "Дюралюдон", - "poke_885": "Дрипи", - "poke_886": "Драклоак", - "poke_887": "Драгапульт", - "poke_888": "Зэйшиан", - "poke_889": "Земазента", - "poke_890": "Этернатус", - "poke_891": "Кабфу", - "poke_892": "Уршифу", - "poke_893": "Заруд", - "poke_894": "Реджилеки", - "poke_895": "Реджидраго", - "poke_896": "Гластрир", - "poke_897": "Спектрир", - "poke_898": "Калирекс", - "poke_899": "Вирдир", - "poke_900": "Кливор", - "poke_901": "Урсалуна", - "poke_902": "Баскулиджен", - "poke_903": "Снизлер", - "poke_904": "Оверквил", - "poke_905": "Энаморус", - "poke_906": "Спригатито", - "poke_907": "Флорагато", - "poke_908": "Мяускарада", - "poke_909": "Фуэкоко", - "poke_910": "Крокалор", - "poke_911": "Скеледирж", - "poke_912": "Куаксли", - "poke_913": "Куаксвелл", - "poke_914": "Куаквавал", - "poke_915": "Лечонк", - "poke_916": "Ойнколон", - "poke_917": "Тараунтула", - "poke_918": "Спайдопс", - "poke_919": "Нимбл", - "poke_920": "Локикс", - "poke_921": "Поми", - "poke_922": "Помо", - "poke_923": "Помот", - "poke_924": "Тандемаус", - "poke_925": "Маусхолд", - "poke_926": "Файдо", - "poke_927": "Даксбан", - "poke_928": "Смолив", - "poke_929": "Доллив", - "poke_930": "Арболива", - "poke_931": "Сквакабилли", - "poke_932": "Накли", - "poke_933": "Наклстак", - "poke_934": "Гарганакл", - "poke_935": "Чаркадет", - "poke_936": "Армаруж", - "poke_937": "Серуледж", - "poke_938": "Тадбалб", - "poke_939": "Беллиболт", - "poke_940": "Ваттрел", - "poke_941": "Киловаттрел", - "poke_942": "Масчифф", - "poke_943": "Мабосстифф", - "poke_944": "Шрудл", - "poke_945": "Графайай", - "poke_946": "Брамблин", - "poke_947": "Брамблгаст", - "poke_948": "Тодскул", - "poke_949": "Тодскрул", - "poke_950": "Клоф", - "poke_951": "Капсакид", - "poke_952": "Сковиллен", - "poke_953": "Реллор", - "poke_954": "Рабска", - "poke_955": "Флиттл", - "poke_956": "Эспатра", - "poke_957": "Тинкатинк", - "poke_958": "Тинкатафф", - "poke_959": "Тинкатон", - "poke_960": "Виглетт", - "poke_961": "Вагтрио", - "poke_962": "Бомбердир", - "poke_963": "Финизен", - "poke_964": "Палафин", - "poke_965": "Варум", - "poke_966": "Реваврум", - "poke_967": "Сайклизар", - "poke_968": "Ортворм", - "poke_969": "Глиммет", - "poke_970": "Глиммора", - "poke_971": "Гриверд", - "poke_972": "Хаундстоун", - "poke_973": "Фламиго", - "poke_974": "Сетоддл", - "poke_975": "Сетайтан", - "poke_976": "Велуза", - "poke_977": "Дондозо", - "poke_978": "Тацугири", - "poke_979": "Аннаялейп", - "poke_980": "Клодсайр", - "poke_981": "Фарижираф", - "poke_982": "Даданспарс", - "poke_983": "Кингамбит", - "poke_984": "Великий Бивень", - "poke_985": "Кричащий Хвост", - "poke_986": "Свирепый Гриб", - "poke_987": "Волнистая Грива", - "poke_988": "Ползущее Крыло", - "poke_989": "Магнитные Вихры", - "poke_990": "Железные Гусеницы", - "poke_991": "Железный Мешок", - "poke_992": "Железные Руки", - "poke_993": "Железные Головы", - "poke_994": "Железный Мотылёк", - "poke_995": "Железные Шипы", - "poke_996": "Фриджибакс", - "poke_997": "Арктибакс", - "poke_998": "Бакскалибур", - "poke_999": "Гиммигул", - "poke_1000": "Голденго", - "poke_1001": "Во-Чиен", - "poke_1002": "Чиен-Пао", - "poke_1003": "Тинг-Лу", - "poke_1004": "Чи-Ю", - "poke_1005": "Ревущий Месяц", - "poke_1006": "Железный Воин", - "poke_1007": "Корайдон", - "poke_1008": "Мирайдон", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "Нет", - "poke_type_1": "Обычный", - "poke_type_2": "Боевой", - "poke_type_3": "Летающий", - "poke_type_4": "Ядовитый", - "poke_type_5": "Земляной", - "poke_type_6": "Каменный", - "poke_type_7": "Жучий", - "poke_type_8": "Призрачный", - "poke_type_9": "Стальной", - "poke_type_10": "Огненный", - "poke_type_11": "Водный", - "poke_type_12": "Травяной", - "poke_type_13": "Электрический", - "poke_type_14": "Психический", - "poke_type_15": "Лёдяной", - "poke_type_16": "Драконий", - "poke_type_17": "Темный", - "poke_type_18": "Феечный", - "purified": "Очищенная форма", - "quest_0": "Неизвестный тип квеста", - "quest_1": "Стрик на поимку: {{amount}}", - "quest_2": "Стрик на прокрутку покестопов: {{amount}}", - "quest_3": "Многоэтапный квест", - "quest_4": "Поймать покемонов: {{amount}}", - "quest_5": "Прокрутить покемтопы: {{amount}}", - "quest_6": "Вылупить яйца: {{amount}}", - "quest_7": "Выиграть битвы в гиме: {{amount}}", - "quest_8": "Выиграть рейды: {{amount}}", - "quest_9": "Завершить квесты: {{amount}}", - "quest_10": "Отправить покемонов профессору: {{amount}}", - "quest_11": "Добавить покемонов в избранное: {{amount}}", - "quest_12": "Завершено", - "quest_13": "Покормить покемонов ягодами: {{amount}}", - "quest_14": "Улучшить покемона: {{amount}}", - "quest_15": "Эволюционировать покемонов: {{amount}}", - "quest_16": "Сделать бросков: {{amount}}", - "quest_17": "Заработать конфет с бадди-покемоном: {{amount}}", - "quest_18": "Заработать медалей: {{amount}}", - "quest_19": "Достичь уровня: {{amount}}", - "quest_20": "ПРинять участие в рейдах: {{amount}}", - "quest_21": "Завершить битв: {{amount}}", - "quest_22": "Добавить друзей: {{amount}}", - "quest_23": "Обменять покемонов: {{amount}}", - "quest_24": "Отправить подарков: {{amount}}", - "quest_25": "Эволюционировать покемона в определенный вид: {{amount}}", - "quest_27": "Завершить битвы: {{amount}}", - "quest_28": "Сделать снапшоты: {{amount}}", - "quest_29": "Победить Команду Р: {{amount}}", - "quest_30": "Очистить покемонов: {{amount}}", - "quest_31": "Найти Команду Р: {{amount}}", - "quest_32": "Стрик на Команду Р: {{amount}}", - "quest_33": "Покормить бадди-покемона: {{amount}}", - "quest_34": "Заработать с бадди-покемоном сердечки: {{amount}}", - "quest_35": "Поиграть с бадди: {{amount}}", - "quest_36": "Увеличить уровень с бадди-покемоном: {{amount}}", - "quest_37": "Заработать очки дружбы с бадди-покемоном: {{amount}}", - "quest_38": "Получить сувениры от бадди-покемона: {{amount}}", - "quest_39": "Использовать приманку: {{amount}}", - "quest_40": "Бадди покемон нашел сувениры: {{amount}}", - "quest_41": "Собрать награды: {{amount}}", - "quest_42": "Пройти {{amount}}км", - "quest_43": "Мега-эволюционировать покемонов: {{amount}}", - "quest_44": "Заработать пыли: {{amount}}", - "quest_45": "Мини-коллекции: {{amount}}", - "quest_46": "АР-задания", - "quest_50": "Пройти с бадди для эволюции: {{amount}}", - "quest_51": "Достигнуть ранг в GBL: {{amount}}", - "quest_53": "Использовать чардж-атаки: {{amount}}", - "quest_54": "Изменить форму покемона: {{amount}}", - "quest_55": "Победить ивентовых NPC: {{amount}}", - "quest_56": "Заработать очки улучшений фортов {{amount}}", - "quest_57": "Сделать снапшоты покемонов в дикой природе: {{amount}}", - "quest_58": "Использовать предметы на покемонов: {{amount}}", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "Пройди {{amount}} км со своим бадди-покемоном", - "quest_catch_type_dark_plural": "Поймай {{amount}} тёмных Покемонов", - "quest_catch_type_dragon_plural": "Поймай Покемонов типа Дракон ×{{amount}}", - "quest_catch_type_poison_plural": "Поймай {{amount}} ядовитых Покемонов", - "quest_catch_type_psychic_plural": "Поймай {{amount}} психических Покемонов", - "quest_condition_0": "Неустановленно", - "quest_condition_1": "Тип Покемона", - "quest_condition_1_formatted": "Типы: {{types}}", - "quest_condition_2": "Категории покемоны", - "quest_condition_2_formatted": "Покемоны: {{pokemon}}", - "quest_condition_3": "Погодный буст", - "quest_condition_4": "Ежедневный стрик за поимку", - "quest_condition_5": "Ежедневный стрик за прокрутку", - "quest_condition_6": "Выиграть рейд", - "quest_condition_7": "Уровень рейда", - "quest_condition_7_formatted": "Уровни рейда: {{levels}}", - "quest_condition_8": "Вид броска", - "quest_condition_8_formatted": "{{throw_type}} бросок", - "quest_condition_9": "Выиграть битву в гиме", - "quest_condition_10": "Супер-эффективная чардж атака", - "quest_condition_11": "Предмет", - "quest_condition_11_formatted": "Предмет: {{item}}", - "quest_condition_12": "Уникальный покестоп", - "quest_condition_13": "Контекст квеста", - "quest_condition_14": "подряд", - "quest_condition_14_formatted": "{{throw_type}} подряд", - "quest_condition_15": "Крученый", - "quest_condition_16": "Уровень медали", - "quest_condition_17": "Уровень игрока", - "quest_condition_18": "Выиграть битву", - "quest_condition_19": "Новый друг", - "quest_condition_20": "дней подряд", - "quest_condition_21": "Уникальный покемон", - "quest_condition_22": "Битва с NPC", - "quest_condition_23": "Битва в PVP", - "quest_condition_24": "Локация", - "quest_condition_25": "Растояние", - "quest_condition_26": "Форма покемона", - "quest_condition_26_formatted": "Формы покемонов: {{alignments}}", - "quest_condition_27": "Категория Команды Р", - "quest_condition_27_formatted": "Категории Команды Р: {{categories}}", - "quest_condition_28": "с бадди-покемоном", - "quest_condition_29": "Бадди-покемону хочет посмотреть на этот объект", - "quest_condition_30": "Ежедневный уровень дружбы с бадди", - "quest_condition_31": "Уровень покемона", - "quest_condition_32": "в один день", - "quest_condition_33": "командой с 6 уникальными покемонами", - "quest_condition_34": "Максимальное CP", - "quest_condition_35": "Лакки-покемон", - "quest_condition_36": "Легендарный покемон", - "quest_condition_37": "с мега-эволюционированным покемоном", - "quest_condition_37_formatted": "Мега-эволюции: {{evolutions}}", - "quest_condition_38": "Ранг GBL", - "quest_condition_39": "поймано подряд", - "quest_condition_40": "тип энкаунтера", - "quest_condition_41": "Выиграть боев в GBL", - "quest_condition_42": "POI с геотэгом", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "Тип предмета", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "в течение определенного времени", - "quest_condition_44_formatted": "в течение {{time}}с", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "Победи Покемонов типа Привидение ×{{amount}}", - "quest_fight_type_ghost_psychic_plural": "Победи Покемонов типа Психо или Привидение ×{{amount}}", - "quest_fight_type_psychic_plural": "Победи Покемонов типа Психо ×{{amount}}", - "quest_incense_singular": "Использовать 1 приманку", - "quest_land_excellent_plural": "Сделать отличные броски: {{amount}}", - "quest_reward_0": "Неустановленно", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Предмет", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Пыль", - "quest_reward_3_formatted": "{{amount}} пыли", - "quest_reward_4": "Конфеты", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} конфеты", - "quest_reward_5": "Одежда", - "quest_reward_6": "Квест", - "quest_reward_7": "Покемон", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "Покекоины", - "quest_reward_8_formatted": "{{amount}} покекоинов", - "quest_reward_9": "XL-конфеты", - "quest_reward_10": "Предел уровня", - "quest_reward_11": "Стикер", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "мега-энергия", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} мега-энергии", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_adventure_evolve_singular": "Неделя приключений – Эволюционируй 1 Оманайта или Кабуто", - "quest_title_adventure_hatch_egg_plural": "Неделя приключений – Выносить яйца: {{amount_0}}", - "quest_title_adventure_visit_pokestop_new_plural": "Неделя приключений – Покрути новые Покестопы: {{amount_0}}", - "quest_title_adventure_walk_buddy_plural": "Неделя приключений – Прогуливаясь со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", - "quest_title_adventure2019_catch_special33_plural": "Неделя приключений 2019 – Поймай {{amount_0}} Аронов", - "quest_title_adventure2019_evolve_singular": "Неделя приключений 2019 – Эволюционируй 1 Лилипа или Анорита", - "quest_title_adventure2019_hatch_egg_plural": "Неделя приключений 2019 – Выносить яйца: {{amount_0}}", - "quest_title_adventure2019_visit_pokestop_new_plural": "Неделя приключений 2019 – Покрути новые Покестопы: {{amount_0}}", - "quest_title_adventure2019_visit_pokestop_plural": "Неделя приключений 2019 – Покрути 25 Покестопов", - "quest_title_adventure2019_walk_buddy_plural": "Неделя приключений 2019 – Прогуливаясь со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", - "quest_title_at_catch_a": "Поймай {{amount_0}} Абр", - "quest_title_at_evolve_a": "Эволюционировать Покемона Абру: {{amount_0}}.", - "quest_title_at_evolve_k": "Эволюционировать Покемона Кадабру: {{amount_0}}.", - "quest_title_battle_gbl_halloween_plural": "Battle in the Halloween Cup {{amount_0}} times", - "quest_title_battle_gbl_halloween_win_plural": "Win {{amount_0}} Trainer Battles in the Halloween Cup", - "quest_title_battle_gbl_plural": "Сразись в Боевой Лиге GO x{{amount_0}}", - "quest_title_battle_gbl_singular": "Сразись в Боевой Лиге GO", - "quest_title_battle_gbl_win_plural": "Победи в {{amount_0}} тренерских битвах Боевой Лиги GO", - "quest_title_battle_gbl_win_singular": "Победи в тренерской битве Боевой Лиги GO", - "quest_title_battle_great_win_plural": "Победи в {{amount_0}} тренерских битвах Великой Лиги", - "quest_title_battle_great_win_singular": "Победи в тренерской битве Великой Лиги", - "quest_title_battle_gym_plural": "Сразись в Гиме x{{amount_0}}", - "quest_title_battle_gym_singular": "Сразись в Гиме", - "quest_title_battle_master_win_plural": "Победи в {{amount_0}} тренерских битвах Мастер-Лиги", - "quest_title_battle_master_win_singular": "Победи в тренерской битве Мастер-Лиги", - "quest_title_battle_raid_plural": "Сразись в {{amount_0}} рейдах", - "quest_title_battle_raid_singular": "Сразись в рейде", - "quest_title_battle_supereffective_charge_plural": "Используй суперэффективную заряженную атаку в Гим-битвах: {{amount_0}}", - "quest_title_battle_supereffective_charge_singular": "Используй суперэффективную заряженную атаку в Гим-битве", - "quest_title_battle_ultra_win_plural": "Победи в {{amount_0}} тренерских битвах Ультралиги", - "quest_title_battle_ultra_win_singular": "Победи в тренерской битве Ультралиги", - "quest_title_battle19_catch_fighting_easy": "Поймай {{amount_0}} Покемонов типа Сражения", - "quest_title_battle19_catch_medium_pkmn": "Поймай {{amount_0}} Макухит или Медитайтов", - "quest_title_battle19_land_excellent_inarow_veryhard_pkmn": "Сделай прекрасные броски: {{amount_0}} подряд", - "quest_title_battle19_raid_win_veryhard": "Победи в {{amount_0}} рейдах", - "quest_title_battle19_supereffective_charge_hard": "Используй суперэффективную заряженную атаку в Гим-битвах: {{amount_0}}", - "quest_title_beat_raid_10_minutes": "Победи в рейде меньше чем за 10 мин.", - "quest_title_beat_raid_60_seconds": "Победи в рейде меньше чем за 60 сек.", - "quest_title_beat_raid_singular_minutes": "Победи в рейде меньше чем за {{amount_0}} мин.", - "quest_title_beat_raid_singular_seconds": "Победи в рейде меньше чем за {{amount_0}} сек.", - "quest_title_begins19_catch_specific_plural": "День Покемонов – Поймай {{amount_0}} Пиджей или Раттат", - "quest_title_begins19_evolve_plural": "День Покемонов – Эволюционируй 1 Мяута", - "quest_title_beluga_evolve_pkmn": "Иди и лови! – Эволюционируй Аноритов: {{amount_0}}", - "quest_title_beluga_excellent_singular": "Иди и лови! – Сделай прекрасные броски: {{amount_0}}", - "quest_title_beluga_hatch_plural": "Иди и лови! – Выноси яйца: {{amount_0}}", - "quest_title_breakthrough_completed": "Полевой квест завершён!", - "quest_title_breakthrough_reward_mystery": "Таинственные предметы", - "quest_title_breakthrough_reward_stardust": "Звёздная Пыль", - "quest_title_buddy_souvenir_plural": "Получи сувениры от своего приятеля: {{amount_0}}", - "quest_title_buddy_souvenir_singular": "Получи сувенир от своего приятеля", - "quest_title_buddy_walk_km_plural": "Пройди {{amount_0}} км со своим Покемоном-приятелем", - "quest_title_catch_b_types_plural": "Поймай {{amount_0}} электрических, обычных или ядовитых Покемонов", - "quest_title_catch_basic_types_plural": "Поймай {{amount_0}} травяных, водных или огненных Покемонов", - "quest_title_catch_berry_any_drifloon": "Используй ягоды для поимки Дрифлуна: {{amount_0}}", - "quest_title_catch_berry_nanab_drifloon": "Используй Нанаб-Ягоды для поимки Дрифлуна: {{amount_0}}", - "quest_title_catch_berry_razz_drifloon": "Используй Разз-Ягоды для поимки Дрифлуна: {{amount_0}}", - "quest_title_catch_c_types_plural": "Поймай {{amount_0}} летающих, психических или драконьих Покемонов", - "quest_title_catch_celebi_types_plural": "Поймай {{amount_0}} травяных или психических Покемонов", - "quest_title_catch_dark_type_plural": "Поймай {{amount_0}} тёмных Покемонов", - "quest_title_catch_daysinarow": "Лови Покемонов {{amount_0}} дн. подряд", - "quest_title_catch_drifloon": "Поймай {{amount_0}} Дрифлунов", - "quest_title_catch_excellent_curve_drifloon": "Поймай {{amount_0}} Дрифлунов при помощи прекрасных кручёных бросков", - "quest_title_catch_excellent_with_berry_drifloon": "Примени ягоды и поймай {{amount_0}} Дрифлунов при помощи прекрасных бросков", - "quest_title_catch_feed_plural": "Используй ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_catch_feed_singular": "Используй 1 ягоду для поимки Покемона", - "quest_title_catch_in_day_plural": "Поймай {{amount_0}} Покемонов за день", - "quest_title_catch_jan21_hoenn1_plural": "Поймай {{amount_0}} Граудонов", - "quest_title_catch_jan21_hoenn2_plural": "Поймай {{amount_0}} Кайогров", - "quest_title_catch_legendary_inarow_plural": "Поймай Легендарного Покемона во время следующих {{amount_0}} встреч с Легендарными Покемонами", - "quest_title_catch_legendary_plural": "Поймай {{amount_0}} Легендарных Покемонов", - "quest_title_catch_legendary_singular": "Поймай Легендарного Покемона", - "quest_title_catch_lunatone_plural": "Поймай {{amount_0}} Лунатонов", - "quest_title_catch_luvdisc": "Поймай {{amount_0}} Лавдисков", - "quest_title_catch_misc_01_types_plural": "Поймай {{amount_0}} обычных, водных или ледяных Покемонов", - "quest_title_catch_plural_unique": "Поймай {{amount_0}} разныx особей Покемонов", - "quest_title_catch_pokemon_plural": "Поймай {{amount_0}} Покемонов", - "quest_title_catch_pokemon_singular": "Поймай Покемона", - "quest_title_catch_pokemon_task": "Поймай Покемонов", - "quest_title_catch_psychic_steel": "Поймай {{amount_0}} психических или стальных Покемонов", - "quest_title_catch_raid_regi_any": "Поймай 1 Реджирока, Реджайса или Реджистила в рейде", - "quest_title_catch_raid_regi_ice": "Поймай 1 Реджайса в рейде", - "quest_title_catch_raid_regi_rock": "Поймай 1 Реджирока в рейде", - "quest_title_catch_raid_regi_steel": "Поймай 1 Реджистила в рейде", - "quest_title_catch_solrock_plural": "Поймай {{amount_0}} Солроков", - "quest_title_catch_special_aerodactyl": "Поймай 1 Аэродактиля", - "quest_title_catch_special_bidoof": "Поймай {{amount_0}} Бидуфов", - "quest_title_catch_special_chespin": "Поймай Чеспина", - "quest_title_catch_special_cubone": "Поймай 1 Кьюбона", - "quest_title_catch_special_exeggcute": "Поймай {{amount_0}} Эксегкьютов", - "quest_title_catch_special_fennekin": "Поймай Феннекина", - "quest_title_catch_special_fletchling": "Поймай Флетчлинга", - "quest_title_catch_special_froakie": "Поймай Фроки", - "quest_title_catch_special_furfrou": "Поймай 1 Фурфу", - "quest_title_catch_special_jirachi": "Поймай Джирачи!", - "quest_title_catch_special_lieep_anorithl": "Поймай Лилипов или Аноритов: {{amount_0}}", - "quest_title_catch_special_litleo": "Поймай Литлео", - "quest_title_catch_special_mew": "Поймай Мью!", - "quest_title_catch_special_natu": "Поймай Дратини: {{amount_0}}", - "quest_title_catch_special_omanyte_kabuto": "Поймай {{amount_0}} Оманайтов или Кабуто", - "quest_title_catch_special_pumpkaboo": "Поймай Пампкабу: {{amount_0}} ", - "quest_title_catch_special_slugma_gulpin": "Поймай Слагм или Гальпинов: {{amount_0}}", - "quest_title_catch_special_voltorb": "Поймай {{amount_0}} Волторбов", - "quest_title_catch_special0_plural": "Поймай Дитто: {{amount_0}}", - "quest_title_catch_special0_plural_unique": "Tokyo eSports 2020: Поймай {{amount_0}} Покемонов в списке события", - "quest_title_catch_special0_singular": "Поймай 1 Дитто", - "quest_title_catch_special1_plural": "Поймай Оддишей или Беллспраутов: {{amount_0}}", - "quest_title_catch_special1_singular": "Поймай 1 Оддиша или Беллспраута", - "quest_title_catch_special2_plural": "Поймай Сваблу: {{amount_0}}", - "quest_title_catch_special2_singular": "Поймай 1 Сваблу", - "quest_title_catch_special3_plural": "Поймай Пиджи или Муркроу: {{amount_0}}", - "quest_title_catch_special3_singular": "Поймай 1 Пиджи или Муркроу", - "quest_title_catch_special4_plural": "Поймай Трико или Мадкипов: {{amount_0}}", - "quest_title_catch_special4_singular": "Поймай 1 Трико или Мадкипа", - "quest_title_catch_special5_plural": "Поймай Мяутов или Скитти: {{amount_0}}", - "quest_title_catch_special5_singular": "Поймай 1 Мяута или Скитти", - "quest_title_catch_special6_plural": "Поймай Марипов: {{amount_0}}", - "quest_title_catch_special7_plural": "Поймай Чармандеров: {{amount_0}}", - "quest_title_catch_special8_plural": "Поймай Ларвитаров: {{amount_0}}", - "quest_title_catch_special9_plural": "Поймать Аноунов: {{amount_0}}", - "quest_title_catch_special10_plural": "Поймать Пласлов: {{amount_0}}", - "quest_title_catch_special11_plural": "Поймай Майнунов: {{amount_0}}", - "quest_title_catch_special12_plural": "Поймай Сквиртлов: {{amount_0}}", - "quest_title_catch_special13_plural": "Поймай Розелий: {{amount_0}}", - "quest_title_catch_special14_singular": "Поймай Мяута или Гроулита", - "quest_title_catch_special15_singular": "Поймай Снуббеля или Пучиену", - "quest_title_catch_special16_singular": "Поймай Снуббеля или Пучиену", - "quest_title_catch_special17_plural": "Поймай Иви: {{amount_0}}", - "quest_title_catch_special18_plural": "Поймай Белдамов: {{amount_0}}", - "quest_title_catch_special19_plural": "Поймай Слакотов: {{amount_0}}", - "quest_title_catch_special20_plural": "Поймай Ральтсов: {{amount_0}}", - "quest_title_catch_special21_singular": "Поймай 1 Раттату или Пикачу", - "quest_title_catch_special22_plural": "Поймай Чикорит: {{amount_0}}", - "quest_title_catch_special23_plural": "Поймай Синдаквилов: {{amount_0}}", - "quest_title_catch_special24_plural": "Поймай Тотодайлов: {{amount_0}}", - "quest_title_catch_special25_plural": "Поймай Свинубов: {{amount_0}}", - "quest_title_catch_special26_plural": "Поймай Трико: {{amount_0}}", - "quest_title_catch_special27_plural": "Поймай Багонов: {{amount_0}}", - "quest_title_catch_special28_plural": "Поймай Торчиков: {{amount_0}}", - "quest_title_catch_special29_plural": "Поймай Мадкипов: {{amount_0}}", - "quest_title_catch_special31_plural": "Поймай Тортвигов: {{amount_0}}", - "quest_title_catch_special33_plural": "Поймай Трапинчей: {{amount_0}}", - "quest_title_catch_special34_plural": "Поймай Чимчаров: {{amount_0}}", - "quest_title_catch_special35_plural": "Поймай Пиплапов: {{amount_0}}", - "quest_title_catch_special36_plural": "Поймай Райхорнов: {{amount_0}}", - "quest_title_catch_special37_plural": "Поймай Мачопов: {{amount_0}}", - "quest_title_catch_special38_plural": "Поймай Вульпиксов: {{amount_0}}", - "quest_title_catch_special39_plural": "Поймай Дратини: {{amount_0}}", - "quest_title_catch_special40_plural": "Поймай Абр: {{amount_0}}", - "quest_title_catch_special41_plural": "Поймай Сфилов: {{amount_0}}", - "quest_title_catch_special42_plural": "Поймай Видлов: {{amount_0}}", - "quest_title_catch_special43_plural": "Поймай Старли: {{amount_0}}", - "quest_title_catch_special44_plural": "Поймай Сидотов: {{amount_0}}", - "quest_title_catch_special45_plural": "Поймай Граймеров: {{amount_0}}", - "quest_title_catch_special46_plural": "Поймай Поригонов: {{amount_0}}", - "quest_title_catch_trubbish_plural": "Поймай Траббишей: {{amount_0}}", - "quest_title_catch_type_bug_plural": "Поймай Покемонов жучьего типа: {{amount_0}}", - "quest_title_catch_type_bug_plural_unique": "Поймай разныx особей Покемонов жучьего типа: {{amount_0}}", - "quest_title_catch_type_bug_singular": "Поймай 1 Покемона жучьего типа", - "quest_title_catch_type_dark_plural": "Поймай Покемонов темного типа: {{amount_0}}", - "quest_title_catch_type_dark_plural_unique": "Поймай разныx особей Покемонов темного типа: {{amount_0}}", - "quest_title_catch_type_dark_singular": "Поймай 1 Покемона темного типа", - "quest_title_catch_type_dragon_plural": "Поймай Покемонов драконьего типа: {{amount_0}}", - "quest_title_catch_type_dragon_singular": "Поймай 1 драконьего Покемона", - "quest_title_catch_type_electric_plural": "Поймай Покемонов электрического типа: {{amount_0}}", - "quest_title_catch_type_electric_plural_unique": "Поймай разныx особей Покемонов электрического типа: {{amount_0}}", - "quest_title_catch_type_electric_singular": "Поймай 1 Покемона электрического типа", - "quest_title_catch_type_fairy_plural": "Поймай Покемонов феечного типа: {{amount_0}}", - "quest_title_catch_type_fairy_plural_unique": "Поймай {{amount_0}} разныx особей Покемонов типа Феи", - "quest_title_catch_type_fairy_singular": "Поймай 1 Покемона типа Феи", - "quest_title_catch_type_fighting_plural": "Поймай Покемонов боевого типа: {{amount_0}}", - "quest_title_catch_type_fighting_singular": "Поймай 1 Покемона типа Сражения", - "quest_title_catch_type_fire_plural": "Поймай Покемонов огненного типа: {{amount_0}}", - "quest_title_catch_type_fire_singular": "Поймай 1 огненного Покемона", - "quest_title_catch_type_flying_plural": "Поймай Покемонов летающего типа: {{amount_0}}", - "quest_title_catch_type_flying_plural_unique": "Поймай {{amount_0}} разныx особей летающих Покемонов", - "quest_title_catch_type_flying_singular": "Поймай 1 летающего Покемона", - "quest_title_catch_type_ghost_plural": "Поймай Покемонов призрачного типа: {{amount_0}}", - "quest_title_catch_type_ghost_plural_unique": "Поймай {{amount_0}} разныx особей Покемонов типа Привидения", - "quest_title_catch_type_ghost_singular": "Поймай 1 Покемона типа Привидения", - "quest_title_catch_type_grass_bug_plural": "Поймай Покемонов травяного или жучьего типа: {{amount_0}}", - "quest_title_catch_type_grass_plural": "Поймай Покемонов травяного типа: {{amount_0}}", - "quest_title_catch_type_grass_plural_unique": "Поймай {{amount_0}} разныx особей травяных Покемонов", - "quest_title_catch_type_grass_singular": "Поймай 1 травяного Покемона: {{amount_0}}", - "quest_title_catch_type_ground_plural": "Поймай Покемонов земляного типа: {{amount_0}}", - "quest_title_catch_type_ground_plural_unique": "Поймай {{amount_0}} разныx особей земляных Покемонов", - "quest_title_catch_type_ground_singular": "Поймай 1 земляного Покемона", - "quest_title_catch_type_ice_grass_plural_unique": "Поймай Покемонов травяного или ледяного типа: {{amount_0}}", - "quest_title_catch_type_ice_plural": "Поймай Покемонов ледяного типа: {{amount_0}}", - "quest_title_catch_type_ice_plural_unique": "Поймай {{amount_0}} разныx особей ледяных Покемонов", - "quest_title_catch_type_ice_singular": "Поймай 1 ледяного Покемона", - "quest_title_catch_type_normal_plural": "Поймай Покемонов обычного типа: {{amount_0}}", - "quest_title_catch_type_normal_plural_unique": "Поймай {{amount_0}} разныx особей обычных Покемонов", - "quest_title_catch_type_normal_singular": "Поймай 1 обычного Покемона", - "quest_title_catch_type_poison_plural": "Поймай Покемонов ядовитого типа: {{amount_0}}", - "quest_title_catch_type_poison_singular": "Поймай 1 ядовитого Покемона", - "quest_title_catch_type_psychic_plural": "Поймай Покемонов психического типа: {{amount_0}}", - "quest_title_catch_type_psychic_plural_unique": "Поймай {{amount_0}} разныx особей психических Покемонов", - "quest_title_catch_type_psychic_singular": "Поймай 1 психического Покемона", - "quest_title_catch_type_rock_plural": "Поймай Покемонов каменного типа: {{amount_0}}", - "quest_title_catch_type_rock_singular": "Поймай 1 каменного Покемона", - "quest_title_catch_type_steel_plural": "Поймай Покемонов стального типа: {{amount_0}}", - "quest_title_catch_type_steel_plural_unique": "Поймай {{amount_0}} разныx особей стальных Покемонов", - "quest_title_catch_type_steel_singular": "Поймай 1 стального Покемона", - "quest_title_catch_type_water_electric_fire_plural_unique": "Поймай Покемонов огненного, водного или электрического типа: {{amount_0}}", - "quest_title_catch_type_water_plural": "Поймай Покемонов водного типа: {{amount_0}}", - "quest_title_catch_type_water_plural_unique": "Поймай {{amount_0}} разныx особей водных Покемонов", - "quest_title_catch_type_water_singular": "Поймай 1 водного Покемона", - "quest_title_catch_types_rainy_plural": "Поймай Покемонов водного, электрического или жучьего типа: {{amount_0}}", - "quest_title_catch_types_rainy_singular": "Поймай 1 водного, электрического или насекомого Покемона", - "quest_title_catch_types_snowy_plural": "Поймай Покемонов ледяного или стального типа: {{amount_0}}", - "quest_title_catch_types_snowy_singular": "Поймай 1 ледяного или стального Покемона", - "quest_title_catch_types_sunny_plural": "Поймай Покемонов травяного, огненного или земляного типа: {{amount_0}}", - "quest_title_catch_types_sunny_singular": "Поймай 1 травяного, огненного или земляного Покемона", - "quest_title_catch_types_windy_plural": "Поймай Покемонов летающего, психического или драконьего типа: {{amount_0}}", - "quest_title_catch_types_windy_singular": "Поймай 1 летающего, психического или драконьего Покемона", - "quest_title_catch_vote0_plural": "Голосуй за День сообщества с Мачопом! Поймай {{amount_0}} Покемонов", - "quest_title_catch_vote1_plural": "Голосуй за День сообщества с Райхорном! Поймай {{amount_0}} Покемонов", - "quest_title_catch_vote2_plural": "Голосуй за День сообщества с Валпиксом! Поймай {{amount_0}} Покемонов", - "quest_title_catch_vote3_plural": "Голосуй за День сообщества с Дратини! Поймай {{amount_0}} Покемонов", - "quest_title_catch_weather_boost_plural": "Поймай Покемонов с погодным усилением: {{amount_0}}", - "quest_title_catch_weather_boost_singular": "Поймай 1 Покемона с погодным усилением", - "quest_title_catch_whismur": "Поймай Визмуров: {{amount_0}}", - "quest_title_challenge_2019_battle_leader": "Сразись с лидером команды ×{{amount_0}}", - "quest_title_challenge_2019_battle_trainer": "Сразись с другим Тренером", - "quest_title_challenge_2019_battle_trainer_plural": "Сразись с другим Тренером ×{{amount_0}}", - "quest_title_challenge_2019_battle_trainer_win": "Победи другого Тренера ×{{amount_0}}", - "quest_title_challenge_2019_snapshot_eevee": "Сделай {{amount_0}} фото Иви", - "quest_title_challenge_2019_snapshot_loudred": "Сделай фото Лаудреда", - "quest_title_challenge_2019_snapshot_pkmn": "Сделай {{amount_0}} фото Джирачи", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "Сделай {{amount_0}} фото Покемонов типа Фея", - "quest_title_challenge_2019_snapshot_pkmn_flying": "Сделай фото Покемонов типа Летающий ×{{amount_0}}", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "Сделай {{amount_0}} фото Покемонов типа Привидение", - "quest_title_challenge_2019_snapshot_pkmn_grass": "Сделай {{amount_0}} фото Покемонов типа Трава", - "quest_title_challenge_2019_snapshot_pkmn_ground": "Сделай {{amount_0}} фото Покемонов типа Земля", - "quest_title_challenge_2019_snapshot_pkmn_ice": "Сделай {{amount_0}} фото Покемонов типа Лёд", - "quest_title_challenge_2019_snapshot_pkmn_normal": "Сделай фото Покемонов типа Обычный ×{{amount_0}}", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "Сделай {{amount_0}} фото Покемонов типа Психо", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Сделай фото Покемонов типа Психо или Сталь ×{{amount_0}}", - "quest_title_challenge_2019_snapshot_pkmn_rock": "Сделай {{amount_0}} фото Покемонов типа Камень", - "quest_title_challenge_2019_snapshot_pkmn_steel": "Сделай {{amount_0}} фото Покемонов типа Сталь", - "quest_title_challenge_2019_snapshot_pkmn_water": "Сделай {{amount_0}} фото Покемонов типа Вода", - "quest_title_challenge_2019_trade_distance": "Обменяй своих Покемонов на 3 Покемонов в как минимум 100 км отсюда.", - "quest_title_challenge_available": "Доступен новый квест!", - "quest_title_challenge_battle_gbl_win_all": "Победи в Боевой Лиге GO", - "quest_title_challenge_battle_trainer_great": "Сразись с другим Тренером в Великой Лиге", - "quest_title_challenge_buddy_affection_plural": "Заработай сердечки с приятелем: {{amount_0}}", - "quest_title_challenge_buddy_affection_single": "Заработай сердечко с твоим приятелем", - "quest_title_challenge_buddy_battle_plural": "Сразись вместе с приятелем, пока он путешествует с тобой ×{{amount_0}}", - "quest_title_challenge_buddy_battle_single": "Сразись вместе со своим другом, пока он путешествует с тобой", - "quest_title_challenge_buddy_emotion_plural": "Порадуй своего приятеля ×{{amount_0}}", - "quest_title_challenge_buddy_emotion_single": "Порадуй своего приятеля", - "quest_title_challenge_buddy_level_best_plural": "Стань лучшим приятелем Покемонов ×{{amount_0}}", - "quest_title_challenge_buddy_level_best_single": "Стань лучшим приятелем Покемона", - "quest_title_challenge_buddy_level_good_plural": "Стань хорошим приятелем Покемонов ×{{amount_0}}", - "quest_title_challenge_buddy_level_good_single": "Стань хорошим приятелем Покемона", - "quest_title_challenge_buddy_level_great_plural": "Стань отличным приятелем Покемонов ×{{amount_0}}", - "quest_title_challenge_buddy_level_great_single": "Стань отличным приятелем Покемона", - "quest_title_challenge_buddy_level_plural": "Повысь уровень приятеля Покемонов ×{{amount_0}}", - "quest_title_challenge_buddy_level_single": "Повысь уровень приятеля Покемона", - "quest_title_challenge_buddy_level_ultra_plural": "Стань ультраприятелем Покемонов ×{{amount_0}}", - "quest_title_challenge_buddy_level_ultra_single": "Стань ультраприятелем Покемона", - "quest_title_challenge_buddy_play_plural": "Поиграй со своим приятелем ×{{amount_0}}", - "quest_title_challenge_buddy_play_single": "Поиграй со своим приятелем", - "quest_title_challenge_buddy_poi_plural": "Посети интересные места, которые показал тебе приятель ×{{amount_0}}", - "quest_title_challenge_buddy_poi_single": "Посети интересное место, которое показал тебе приятель", - "quest_title_challenge_buddy_snapshot_plural": "Сделай {{amount_0}} фото своего приятеля", - "quest_title_challenge_buddy_snapshot_single": "Сделай фото своего приятеля", - "quest_title_challenge_buddy_treat_plural": "Дай приятелю угощения: {{amount_0}}", - "quest_title_challenge_buddy_treat_single": "Дай приятелю угощение", - "quest_title_challenge_catch_legendary": "Поймай Легендарного Покемона в рейде или во время прорыва в полевом квесте", - "quest_title_challenge_catch_unique_any": "Поймай Покемонов {{amount_0}} разных видов", - "quest_title_challenge_snapshot_bidoof": "Сделай фото Бидуфа", - "quest_title_challenge_snapshot_dratini_singular": "Сделай фото Дратини", - "quest_title_challenge_snapshot_eevee": "Сделай фото Иви", - "quest_title_challenge_snapshot_pkmn_bug": "Сделай {{amount_0}} фото Покемонов типа Насекомое", - "quest_title_challenge_snapshot_pkmn_bug_single": "Сделай фото Покемона типа Насекомое", - "quest_title_challenge_snapshot_pkmn_dark": "Сделай {{amount_0}} фото Покемонов типа Тёмный", - "quest_title_challenge_snapshot_pkmn_dark_single": "Сделай фото Покемона типа Тёмный", - "quest_title_challenge_snapshot_pkmn_dragon": "Сделай {{amount_0}} фото Покемонов типа Дракон", - "quest_title_challenge_snapshot_pkmn_dragon_single": "Сделай фото Покемона типа Дракон", - "quest_title_challenge_snapshot_pkmn_electric": "Сделай {{amount_0}} фото Покемонов типа Электро", - "quest_title_challenge_snapshot_pkmn_electric_single": "Сделай фото Покемона типа Электро", - "quest_title_challenge_snapshot_pkmn_fairy_single": "Сделай фото Покемона типа Фея", - "quest_title_challenge_snapshot_pkmn_fighting": "Сделай {{amount_0}} фото Покемонов типа Боевой", - "quest_title_challenge_snapshot_pkmn_fighting_single": "Сделай фото Покемона типа Боевой", - "quest_title_challenge_snapshot_pkmn_fire": "Сделай {{amount_0}} фото Покемонов типа Огонь", - "quest_title_challenge_snapshot_pkmn_fire_single": "Сделай фото Покемона типа Огонь", - "quest_title_challenge_snapshot_pkmn_flying_single": "Сделай фото Покемона типа Летающий", - "quest_title_challenge_snapshot_pkmn_ghost_single": "Сделай фото Покемона типа Привидение", - "quest_title_challenge_snapshot_pkmn_grass_single": "Сделай фото Покемона типа Трава", - "quest_title_challenge_snapshot_pkmn_ground_single": "Сделай фото Покемона типа Земля", - "quest_title_challenge_snapshot_pkmn_ice_single": "Сделай фото Покемона типа Лёд", - "quest_title_challenge_snapshot_pkmn_normal_single": "Сделай фото Покемона типа Обычный", - "quest_title_challenge_snapshot_pkmn_poison": "Сделай {{amount_0}} фото Покемонов типа Яд", - "quest_title_challenge_snapshot_pkmn_poison_single": "Сделай фото Покемона типа Яд", - "quest_title_challenge_snapshot_pkmn_psychic_single": "Сделай фото Покемона типа Психо", - "quest_title_challenge_snapshot_pkmn_rock": "Сделай {{amount_0}} фото Покемонов типа Камень", - "quest_title_challenge_snapshot_pkmn_rock_single": "Сделай фото Покемона типа Камень", - "quest_title_challenge_snapshot_pkmn_steel_single": "Сделай фото Покемона типа Сталь", - "quest_title_challenge_snapshot_pkmn_water_single": "Сделай фото Покемона типа Вода", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Сделай фото дикого Блитцла", - "quest_title_challenge_snapshot_wild_glameow_singular": "Сделай фото дикого Глеймяу", - "quest_title_change_form_plural": "Измени форму Покемонов: {{amount_0}}", - "quest_title_change_form_singular": "Измени форму 1 Покемона", - "quest_title_chart_catch_b": "Поймай Чармандеров: {{amount_0}}", - "quest_title_chart_catch_s1": "Поймай Чармелеонов: {{amount_0}}", - "quest_title_chart_evolve_b": "Эволюционируй Чармандеров: {{amount_0}}", - "quest_title_chart_evolve_s1": "Эволюционируй Чармелеонов: {{amount_0}}", - "quest_title_defeat_jessie_james_plural": "Победи Джесси или Джеймса: {{amount_0}}", - "quest_title_defeat_rocket": "Победи приспешников Команды Р GO: {{amount_0}}", - "quest_title_defeat_rocket_singular": "Победи приспешника Команды Р GO", - "quest_title_duskt_catch_b": "Поймать Даскуллов: {{amount_0}}", - "quest_title_duskt_evolve_b": "Эволюционировать Даскуллов: {{amount_0}}", - "quest_title_duskt_evolve_s1": "Эволюционировать Дасклопсов: {{amount_0}}", - "quest_title_eevee_evolve_plural": "Эволюционируй Иви в каждую из возможных Ивилюций", - "quest_title_eevet_catch_b": "Поймай Иви: {{amount_0}}", - "quest_title_eevet_evolve_b": "Эволюционируй Иви: {{amount_0}}", - "quest_title_elect_catch_b": "Поймай Электабаззов: {{amount_0}}", - "quest_title_elect_evolve_b": "Эволюционируй Электабаззов: {{amount_0}}", - "quest_title_equinox19_catch_medium_pkmn": "Поймай Бульбазавров или Чикорит: {{amount_0}}", - "quest_title_equinox19_catch_type_grass_plural": "Поймай Покемонов травяного типа: {{amount_0}}", - "quest_title_equinox19_evolve_type_grass_plural": "Эволюционируй Покемонов травяного типа: {{amount_0}}", - "quest_title_equinox19_evolve_type_grass_plural_2": "Эволюционируй Покемонов травяного типа: {{amount_0}}", - "quest_title_evolve_abra_singular": "Эволюционируй 1 Покемона: Абра", - "quest_title_evolve_aipom_singular": "Эволюционируй 1 Покемона: Эйпом", - "quest_title_evolve_amaura_singular": "Эволюционируй 1 Покемона: Амаура", - "quest_title_evolve_anorith_singular": "Эволюционируй 1 Покемона: Анорит", - "quest_title_evolve_archen_singular": "Эволюционируй 1 Покемона: Аркен", - "quest_title_evolve_aron_singular": "Эволюционируй 1 Покемона: Арон", - "quest_title_evolve_axew_singular": "Эволюционируй 1 Покемона: Эксью", - "quest_title_evolve_azurill_singular": "Эволюционируй 1 Покемона: Азурилл", - "quest_title_evolve_bagon_singular": "Эволюционируй 1 Покемона: Бейгон", - "quest_title_evolve_baltoy_singular": "Эволюционируй 1 Покемона: Балтой", - "quest_title_evolve_barboach_singular": "Эволюционируй 1 Покемона: Барбоч", - "quest_title_evolve_bayleef_singular": "Эволюционируй 1 Покемона: Бэйлиф", - "quest_title_evolve_beldum_singular": "Эволюционируй 1 Покемона: Белдам", - "quest_title_evolve_bellsprout_singular": "Эволюционируй 1 Покемона: Беллспраут", - "quest_title_evolve_bergmite_singular": "Эволюционируй 1 Покемона: Бергмайт", - "quest_title_evolve_bidoof_singular": "Эволюционируй 1 Покемона: Бидуф", - "quest_title_evolve_binacle_singular": "Эволюционируй 1 Покемона: Байнакл", - "quest_title_evolve_blitzle_singular": "Эволюционируй 1 Покемона: Блитцл", - "quest_title_evolve_boldore_singular": "Эволюционируй 1 Покемона: Болдор", - "quest_title_evolve_bonsly_singular": "Эволюционируй 1 Покемона: Бонслай", - "quest_title_evolve_braixen_singular": "Эволюционируй 1 Покемона: Брейксен", - "quest_title_evolve_bronzor_singular": "Эволюционируй 1 Покемона: Бронзор", - "quest_title_evolve_budew_singular": "Эволюционируй 1 Покемона: Бадью", - "quest_title_evolve_buizel_singular": "Эволюционируй 1 Покемона: Буизел", - "quest_title_evolve_bulbasaur": "Эволюционируй 1 Бульбазавра", - "quest_title_evolve_bulbasaur_singular": "Эволюционируй 1 Покемона: Бульбазавр", - "quest_title_evolve_buneary_singular": "Эволюционируй 1 Покемона: Бунири", - "quest_title_evolve_bunnelby_singular": "Эволюционируй 1 Покемона: Баннелби", - "quest_title_evolve_burmy_singular": "Эволюционируй 1 Покемона: Бурми", - "quest_title_evolve_cacnea_singular": "Эволюционируй 1 Покемона: Какнея", - "quest_title_evolve_carvanha_singular": "Эволюционируй 1 Покемона: Карванья", - "quest_title_evolve_cascoon_singular": "Эволюционируй 1 Покемона: Каскун", - "quest_title_evolve_caterpie_singular": "Эволюционируй 1 Покемона: Катерпи", - "quest_title_evolve_chansey_singular": "Эволюционируй 1 Покемона: Ченси", - "quest_title_evolve_charmander": "Эволюционируй 1 Чармандера", - "quest_title_evolve_charmander_singular": "Эволюционируй 1 Покемона: Чармандер", - "quest_title_evolve_charmeleon_singular": "Эволюционируй 1 Покемона: Чармелеон", - "quest_title_evolve_cherubi_singular": "Эволюционируй 1 Покемона: Чераби", - "quest_title_evolve_chespin_singular": "Эволюционируй 1 Покемона: Чеспин", - "quest_title_evolve_chikorita_singular": "Эволюционируй 1 Покемона: Чикорита", - "quest_title_evolve_chimchar_singular": "Эволюционируй 1 Покемона: Чимчар", - "quest_title_evolve_chinchou_singular": "Эволюционируй 1 Покемона: Чинчоу", - "quest_title_evolve_chingling_singular": "Эволюционируй 1 Покемона: Чинглинг", - "quest_title_evolve_clamperl_singular": "Эволюционируй 1 Покемона: Кламперл", - "quest_title_evolve_clauncher_singular": "Эволюционируй 1 Покемона: Клаунчер", - "quest_title_evolve_clefairy_singular": "Эволюционируй 1 Покемона: Клефэйри", - "quest_title_evolve_cleffa_singular": "Эволюционируй 1 Покемона: Клеффа", - "quest_title_evolve_combee_singular": "Эволюционируй 1 Покемона: Комби", - "quest_title_evolve_combusken_singular": "Эволюционируй 1 Покемона: Комбаскен", - "quest_title_evolve_corphish_singular": "Эволюционируй 1 Покемона: Корфиш", - "quest_title_evolve_cottonee_singular": "Эволюционируй 1 Покемона: Коттони", - "quest_title_evolve_cranidos_singular": "Эволюционируй 1 Покемона: Кранидос", - "quest_title_evolve_croagunk_singular": "Эволюционируй 1 Покемона: Кроганк", - "quest_title_evolve_croconaw_singular": "Эволюционируй 1 Покемона: Кроконав", - "quest_title_evolve_cubchoo_singular": "Эволюционируй 1 Покемона: Кабчу", - "quest_title_evolve_cubone_singular": "Эволюционируй 1 Покемона: Кьюбон", - "quest_title_evolve_cyndaquil_singular": "Эволюционируй 1 Покемона: Синдаквил", - "quest_title_evolve_dark_type_singular": "Эволюционируй тёмного Покемона", - "quest_title_evolve_darumaka_singular": "Эволюционируй 1 Покемона: Дарумака", - "quest_title_evolve_deerling_singular": "Эволюционируй 1 Покемона: Дирлинг", - "quest_title_evolve_deino_singular": "Эволюционируй 1 Покемона: Дейно", - "quest_title_evolve_dewott_singular": "Эволюционируй 1 Покемона: Девотт", - "quest_title_evolve_diglett_singular": "Эволюционируй 1 Покемона: Диглетт", - "quest_title_evolve_doduo_singular": "Эволюционируй 1 Покемона: Додуо", - "quest_title_evolve_doublade_singular": "Эволюционируй 1 Покемона: Дублейд", - "quest_title_evolve_dragonair_singular": "Эволюционируй 1 Покемона: Драгонэйр", - "quest_title_evolve_dratini_singular": "Эволюционируй 1 Покемона: Дратини", - "quest_title_evolve_drifloon_singular": "Эволюционируй 1 Покемона: Дрифлун", - "quest_title_evolve_drilbur_singular": "Эволюционируй 1 Покемона: Дрилбур", - "quest_title_evolve_drowzee_singular": "Эволюционируй 1 Покемона: Драузи", - "quest_title_evolve_ducklett_singular": "Эволюционируй 1 Покемона: Даклетт", - "quest_title_evolve_duosion_singular": "Эволюционируй 1 Покемона: Дуожн", - "quest_title_evolve_durant_singular": "Эволюционируй 1 Покемона: Дюрант", - "quest_title_evolve_dusclops_singular": "Эволюционируй 1 Покемона: Дасклопс", - "quest_title_evolve_duskull_singular": "Эволюционируй 1 Покемона: Даскалл", - "quest_title_evolve_dwebble_singular": "Эволюционируй 1 Покемона: Двеббл", - "quest_title_evolve_eelektrik_singular": "Эволюционируй 1 Покемона: Электрик", - "quest_title_evolve_eevee_singular": "Эволюционируй 1 Покемона: Иви", - "quest_title_evolve_eevee_types_plural": "Эволюционируй {{amount_0}} электрических, водных или огненных Покемонов", - "quest_title_evolve_eevee_types_singular": "Эволюционируй 1 электрического, водного или огненного Покемона", - "quest_title_evolve_ekans_singular": "Эволюционируй 1 Покемона: Эканс", - "quest_title_evolve_electabuzz_singular": "Эволюционируй 1 Покемона: Электабазз", - "quest_title_evolve_electrike_singular": "Эволюционируй 1 Покемона: Электрайк", - "quest_title_evolve_elekid_singular": "Эволюционируй 1 Покемона: Элекид", - "quest_title_evolve_elgyem_singular": "Эволюционируй 1 Покемона: Элгием", - "quest_title_evolve_espeon": "Эволюционируй Иви в Эспеона в дневное время", - "quest_title_evolve_espurr_singular": "Эволюционируй 1 Покемона: Эспурр", - "quest_title_evolve_evolved_grass_singular": "Эволюционируй 1 эволюционировавшего травяного Покемона", - "quest_title_evolve_exeggcute_singular": "Эволюционируй 1 Покемона: Эксегкьют", - "quest_title_evolve_farfetch'd_singular": "Эволюционируй 1 Покемона: Фарфетчд", - "quest_title_evolve_feebas_singular": "Эволюционируй 1 Покемона: Фибас", - "quest_title_evolve_fennekin_singular": "Эволюционируй 1 Покемона: Феннекин", - "quest_title_evolve_ferroseed_singular": "Эволюционируй 1 Покемона: Ферросид", - "quest_title_evolve_finneon_singular": "Эволюционируй 1 Покемона: Финнеон", - "quest_title_evolve_flaaffy_singular": "Эволюционируй 1 Покемона: Флааффи", - "quest_title_evolve_flabébé_singular": "Эволюционируй 1 Покемона: Флабебе", - "quest_title_evolve_fletchinder_singular": "Эволюционируй 1 Покемона: Флетчлиндер", - "quest_title_evolve_fletchling_singular": "Эволюционируй 1 Покемона: Флетчлинг", - "quest_title_evolve_floette_singular": "Эволюционируй 1 Покемона: Флоэтт", - "quest_title_evolve_foongus_singular": "Эволюционируй 1 Покемона: Фунгус", - "quest_title_evolve_fraxure_singular": "Эволюционируй 1 Покемона: Фрэкшур", - "quest_title_evolve_frillish_singular": "Эволюционируй 1 Покемона: Фриллиш", - "quest_title_evolve_froakie_singular": "Эволюционируй 1 Покемона: Фроки", - "quest_title_evolve_frogadier_singular": "Эволюционируй 1 Покемона: Фрогадир", - "quest_title_evolve_gabite_singular": "Эволюционируй 1 Покемона: Габайт", - "quest_title_evolve_gastly_singular": "Эволюционируй 1 Покемона: Гастли", - "quest_title_evolve_geodude_singular": "Эволюционируй 1 Покемона: Геодуд", - "quest_title_evolve_gible_singular": "Эволюционируй 1 Покемона: Гибл", - "quest_title_evolve_glalie_singular": "Эволюционируй 1 Покемона: Глейли", - "quest_title_evolve_glameow_singular": "Эволюционируй 1 Покемона: Глеймяу", - "quest_title_evolve_gligar_singular": "Эволюционируй 1 Покемона: Глайгар", - "quest_title_evolve_gloom_singular": "Эволюционируй 1 Покемона: Глум", - "quest_title_evolve_golbat_singular": "Эволюционируй 1 Покемона: Голбат", - "quest_title_evolve_goldeen_singular": "Эволюционируй 1 Покемона: Голдин", - "quest_title_evolve_golett_singular": "Эволюционируй 1 Покемона: Голетт", - "quest_title_evolve_goomy_singular": "Эволюционируй 1 Покемона: Гуми", - "quest_title_evolve_gothita_singular": "Эволюционируй 1 Покемона: Гофита", - "quest_title_evolve_gothorita_singular": "Эволюционируй 1 Покемона: Гофорита", - "quest_title_evolve_graveler_singular": "Эволюционируй 1 Покемона: Гравелер", - "quest_title_evolve_grimer_singular": "Эволюционируй 1 Покемона: Граймер", - "quest_title_evolve_grotle_singular": "Эволюционируй 1 Покемона: Гротл", - "quest_title_evolve_grovyle_singular": "Эволюционируй 1 Покемона: Гровайл", - "quest_title_evolve_growlithe_singular": "Эволюционируй 1 Покемона: Гроулит", - "quest_title_evolve_gulpin_singular": "Эволюционируй 1 Покемона: Гальпин", - "quest_title_evolve_gurdurr_singular": "Эволюционируй 1 Покемона: Гурдурр", - "quest_title_evolve_happiny_singular": "Эволюционируй 1 Покемона: Хаппини", - "quest_title_evolve_haunter_singular": "Эволюционируй 1 Покемона: Хонтер", - "quest_title_evolve_heatmor_singular": "Эволюционируй 1 Покемона: Хитмор", - "quest_title_evolve_helioptile_singular": "Эволюционируй 1 Покемона: Хелиоптайл", - "quest_title_evolve_herdier_singular": "Эволюционируй 1 Покемона: Хардиер", - "quest_title_evolve_hippopotas_singular": "Эволюционируй 1 Покемона: Гиппопотас", - "quest_title_evolve_honedge_singular": "Эволюционируй 1 Покемона: Хонедж", - "quest_title_evolve_hoothoot_singular": "Эволюционируй 1 Покемона: Хутхут", - "quest_title_evolve_hoppip_singular": "Эволюционируй 1 Покемона: Хоппип", - "quest_title_evolve_horsea_singular": "Эволюционируй 1 Покемона: Хорси", - "quest_title_evolve_houndour_singular": "Эволюционируй 1 Покемона: Хандор", - "quest_title_evolve_igglybuff_singular": "Эволюционируй 1 Покемона: Игглибафф", - "quest_title_evolve_illumise_singular": "Эволюционируй 1 Покемона: Иллюмайз", - "quest_title_evolve_inkay_singular": "Эволюционируй 1 Покемона: Инкей", - "quest_title_evolve_items_plural": "Используй предметы, чтобы эволюционировать Покемонов x{{amount_0}}", - "quest_title_evolve_items_singular": "Используй предмет, чтобы эволюционировать 1 Покемона", - "quest_title_evolve_ivysaur_singular": "Эволюционируй 1 Покемона: Айвизавр", - "quest_title_evolve_jigglypuff_singular": "Эволюционируй 1 Покемона: Джигглипафф", - "quest_title_evolve_joltik_singular": "Эволюционируй 1 Покемона: Джолтик", - "quest_title_evolve_kabuto_singular": "Эволюционируй 1 Покемона: Кабуто", - "quest_title_evolve_kadabra_singular": "Эволюционируй 1 Покемона: Кадабра", - "quest_title_evolve_kakuna_singular": "Эволюционируй 1 Покемона: Какуна", - "quest_title_evolve_karrablast_singular": "Эволюционируй 1 Покемона: Каррабласт", - "quest_title_evolve_kirlia_singular": "Эволюционируй 1 Покемона: Кирлия", - "quest_title_evolve_klang_singular": "Эволюционируй 1 Покемона: Кланг", - "quest_title_evolve_klink_singular": "Эволюционируй 1 Покемона: Клинк", - "quest_title_evolve_koffing_singular": "Эволюционируй 1 Покемона: Коффинг", - "quest_title_evolve_krabby_singular": "Эволюционируй 1 Покемона: Крабби", - "quest_title_evolve_kricketot_singular": "Эволюционируй 1 Покемона: Крикетот", - "quest_title_evolve_krokorok_singular": "Эволюционируй 1 Покемона: Крокорок", - "quest_title_evolve_lairon_singular": "Эволюционируй 1 Покемона: Лайрон", - "quest_title_evolve_lampent_singular": "Эволюционируй 1 Покемона: Лампент", - "quest_title_evolve_larvesta_singular": "Эволюционируй 1 Покемона: Ларвеста", - "quest_title_evolve_larvitar_singular": "Эволюционируй 1 Покемона: Ларвитар", - "quest_title_evolve_ledyba_singular": "Эволюционируй 1 Покемона: Ледиба", - "quest_title_evolve_lickitung_singular": "Эволюционируй 1 Покемона: Ликитанг", - "quest_title_evolve_lileep_singular": "Эволюционируй 1 Покемона: Лилип", - "quest_title_evolve_lillipup_singular": "Эволюционируй 1 Покемона: Лиллипап", - "quest_title_evolve_litleo_singular": "Эволюционируй 1 Покемона: Литлео", - "quest_title_evolve_litwick_singular": "Эволюционируй 1 Покемона: Литвик", - "quest_title_evolve_lombre_singular": "Эволюционируй 1 Покемона: Ломбрэ", - "quest_title_evolve_lotad_singular": "Эволюционируй 1 Покемона: Лотад", - "quest_title_evolve_loudred_singular": "Эволюционируй 1 Покемона: Лаудред", - "quest_title_evolve_luxio_singular": "Эволюционируй 1 Покемона: Лаксио", - "quest_title_evolve_machoke_singular": "Эволюционируй 1 Покемона: Мачоук", - "quest_title_evolve_machop_singular": "Эволюционируй 1 Покемона: Мачоп", - "quest_title_evolve_magby_singular": "Эволюционируй 1 Покемона: Магби", - "quest_title_evolve_magikarp_singular": "Эволюционируй 1 Покемона: Мэджикарп", - "quest_title_evolve_magmar_singular": "Эволюционируй 1 Покемона: Магмар", - "quest_title_evolve_magnemite_singular": "Эволюционируй 1 Покемона: Магнемайт", - "quest_title_evolve_makuhita_singular": "Эволюционируй 1 Покемона: Макухита", - "quest_title_evolve_mankey_singular": "Эволюционируй 1 Покемона: Манки", - "quest_title_evolve_mantyke_singular": "Эволюционируй 1 Покемона: Мантайк", - "quest_title_evolve_mareep_singular": "Эволюционируй 1 Покемона: Марип", - "quest_title_evolve_marill_singular": "Эволюционируй 1 Покемона: Мэрилл", - "quest_title_evolve_marshtomp_singular": "Эволюционируй 1 Покемона: Марштомп", - "quest_title_evolve_meditite_singular": "Эволюционируй 1 Покемона: Медитайт", - "quest_title_evolve_meowth_singular": "Эволюционируй 1 Покемона: Мяут", - "quest_title_evolve_metang_singular": "Эволюционируй 1 Покемона: Метанг", - "quest_title_evolve_metapod_singular": "Эволюционируй 1 Покемона: Метапод", - "quest_title_evolve_mienfoo_singular": "Эволюционируй 1 Покемона: Минфу", - "quest_title_evolve_mime jr._singular": "Эволюционируй 1 Покемона: Майм-Джуниор", - "quest_title_evolve_minccino_singular": "Эволюционируй 1 Покемона: Минччино", - "quest_title_evolve_misdreavus_singular": "Эволюционируй 1 Покемона: Мисдривус", - "quest_title_evolve_monferno_singular": "Эволюционируй 1 Покемона: Монферно", - "quest_title_evolve_mr. mime_singular": "Эволюционируй 1 Покемона: Мистер Майм", - "quest_title_evolve_mudkip_singular": "Эволюционируй 1 Покемона: Мадкип", - "quest_title_evolve_munchlax_singular": "Эволюционируй 1 Покемона: Манчлакс", - "quest_title_evolve_munna_singular": "Эволюционируй 1 Покемона: Мунна", - "quest_title_evolve_murkrow_singular": "Эволюционируй 1 Покемона: Муркроу", - "quest_title_evolve_natu_singular": "Эволюционируй 1 Покемона: Нату", - "quest_title_evolve_nidoranfemale_singular": "Эволюционируй 1 Покемона: Нидоран♀", - "quest_title_evolve_nidoranmale_singular": "Эволюционируй 1 Покемона: Нидоран♂", - "quest_title_evolve_nidorina_singular": "Эволюционируй 1 Покемона: Нидорина", - "quest_title_evolve_nidorino_singular": "Эволюционируй 1 Покемона: Нидорино", - "quest_title_evolve_nincada_singular": "Эволюционируй 1 Покемона: Нинкада", - "quest_title_evolve_noibat_singular": "Эволюционируй 1 Покемона: Нойбат", - "quest_title_evolve_nosepass_singular": "Эволюционируй 1 Покемона: Ноузпасс", - "quest_title_evolve_numel_singular": "Эволюционируй 1 Покемона: Намел", - "quest_title_evolve_nuzleaf_singular": "Эволюционируй 1 Покемона: Назлиф", - "quest_title_evolve_oddish_singular": "Эволюционируй 1 Покемона: Оддиш", - "quest_title_evolve_omanyte_singular": "Эволюционируй 1 Покемона: Оманайт", - "quest_title_evolve_onix_singular": "Эволюционируй 1 Покемона: Оникс", - "quest_title_evolve_oshawott_singular": "Эволюционируй 1 Покемона: Ошавотт", - "quest_title_evolve_palpitoad_singular": "Эволюционируй 1 Покемона: Палпитоуд", - "quest_title_evolve_pancham_singular": "Эволюционируй 1 Покемона: Панчам", - "quest_title_evolve_panpour_singular": "Эволюционируй 1 Покемона: Панпур", - "quest_title_evolve_pansage_singular": "Эволюционируй 1 Покемона: Пансейдж", - "quest_title_evolve_pansear_singular": "Эволюционируй 1 Покемона: Пансир", - "quest_title_evolve_paras_singular": "Эволюционируй 1 Покемона: Парас", - "quest_title_evolve_patrat_singular": "Эволюционируй 1 Покемона: Патрат", - "quest_title_evolve_pawniard_singular": "Эволюционируй 1 Покемона: Поуниард", - "quest_title_evolve_petilil_singular": "Эволюционируй 1 Покемона: Петилил", - "quest_title_evolve_phanpy_singular": "Эволюционируй 1 Покемона: Фэнпи", - "quest_title_evolve_phantump_singular": "Эволюционируй 1 Покемона: Фантамп", - "quest_title_evolve_pichu_singular": "Эволюционируй 1 Покемона: Пичу", - "quest_title_evolve_pidgeotto_singular": "Эволюционируй 1 Покемона: Пиджeотто", - "quest_title_evolve_pidgey_singular": "Эволюционируй 1 Покемона: Пиджи", - "quest_title_evolve_pidove_singular": "Эволюционируй 1 Покемона: Пидав", - "quest_title_evolve_pignite_singular": "Эволюционируй 1 Покемона: Пигнайт", - "quest_title_evolve_pikachu_singular": "Эволюционируй 1 Покемона: Пикачу", - "quest_title_evolve_piloswine_singular": "Эволюционируй 1 Покемона: Пилосвайн", - "quest_title_evolve_pineco_singular": "Эволюционируй 1 Покемона: Пайнеко", - "quest_title_evolve_piplup_singular": "Эволюционируй 1 Покемона: Пиплап", - "quest_title_evolve_plural": "Эволюционируй {{amount_0}} Покемонов", - "quest_title_evolve_poison_type_singular": "Эволюционируй 1 ядовитого Покемона", - "quest_title_evolve_poliwag_singular": "Эволюционируй 1 Покемона: Поливаг", - "quest_title_evolve_poliwhirl_singular": "Эволюционируй 1 Покемона: Поливирл", - "quest_title_evolve_ponyta_singular": "Эволюционируй 1 Покемона: Понита", - "quest_title_evolve_poochyena_singular": "Эволюционируй 1 Покемона: Пучиена", - "quest_title_evolve_porygon2_singular": "Эволюционируй 1 Покемона: Porygon2", - "quest_title_evolve_prinplup_singular": "Эволюционируй 1 Покемона: Принплап", - "quest_title_evolve_psyduck_singular": "Эволюционируй 1 Покемона: Псайдак", - "quest_title_evolve_pumpkaboo_singular": "Эволюционируй 1 Покемона: Пампкабу", - "quest_title_evolve_pupitar_singular": "Эволюционируй 1 Покемона: Пьюпитар", - "quest_title_evolve_purrloin_singular": "Эволюционируй 1 Покемона: Пуррлойн", - "quest_title_evolve_quilava_singular": "Эволюционируй 1 Покемона: Квилава", - "quest_title_evolve_quilladin_singular": "Эволюционируй 1 Покемона: Квилладин", - "quest_title_evolve_qwilfish_singular": "Эволюционируй 1 Покемона: Квилфиш", - "quest_title_evolve_ralts_singular": "Эволюционируй 1 Покемона: Ролтс", - "quest_title_evolve_rattata_singular": "Эволюционируй 1 Покемона: Раттата", - "quest_title_evolve_remoraid_singular": "Эволюционируй 1 Покемона: Реморэйд", - "quest_title_evolve_rhydon_singular": "Эволюционируй 1 Покемона: Райдон", - "quest_title_evolve_rhyhorn_singular": "Эволюционируй 1 Покемона: Райхорн", - "quest_title_evolve_riolu_singular": "Эволюционируй 1 Покемона: Риолу", - "quest_title_evolve_roggenrola_singular": "Эволюционируй 1 Покемона: Роггенрола", - "quest_title_evolve_roselia_singular": "Эволюционируй 1 Покемона: Розелия", - "quest_title_evolve_rufflet_singular": "Эволюционируй 1 Покемона: Раффлет", - "quest_title_evolve_sandile_singular": "Эволюционируй 1 Покемона: Сэндайл", - "quest_title_evolve_sandshrew_singular": "Эволюционируй 1 Покемона: Сэндшрю", - "quest_title_evolve_sb_singular": "Эволюционируй 1 Снаббулла", - "quest_title_evolve_scatterbug_singular": "Эволюционируй 1 Покемона: Скаттербаг", - "quest_title_evolve_scraggy_singular": "Эволюционируй 1 Покемона: Скрэгги", - "quest_title_evolve_scyther_singular": "Эволюционируй 1 Покемона: Скайтер", - "quest_title_evolve_seadra_singular": "Эволюционируй 1 Покемона: Сидра", - "quest_title_evolve_sealeo_singular": "Эволюционируй 1 Покемона: Силео", - "quest_title_evolve_seedot_singular": "Эволюционируй 1 Покемона: Сидот", - "quest_title_evolve_seel_singular": "Эволюционируй 1 Покемона: Сил", - "quest_title_evolve_sentret_singular": "Эволюционируй 1 Покемона: Сентрет", - "quest_title_evolve_servine_singular": "Эволюционируй 1 Покемона: Сервайн", - "quest_title_evolve_sewaddle_singular": "Эволюционируй 1 Покемона: Севаддл", - "quest_title_evolve_shelgon_singular": "Эволюционируй 1 Покемона: Шелгон", - "quest_title_evolve_shellder_singular": "Эволюционируй 1 Покемона: Шеллдер", - "quest_title_evolve_shellos_singular": "Эволюционируй 1 Покемона: Шеллос", - "quest_title_evolve_shelmet_singular": "Эволюционируй 1 Покемона: Шелмет", - "quest_title_evolve_shieldon_singular": "Эволюционируй 1 Покемона: Шилдон", - "quest_title_evolve_shinx_singular": "Эволюционируй 1 Покемона: Шинкс", - "quest_title_evolve_shroomish_singular": "Эволюционируй 1 Покемона: Шрумиш", - "quest_title_evolve_shuckle_singular": "Эволюционируй 1 Покемона: Шакл", - "quest_title_evolve_shuppet_singular": "Эволюционируй 1 Покемона: Шаппет", - "quest_title_evolve_silcoon_singular": "Эволюционируй 1 Покемона: Силкун", - "quest_title_evolve_singular": "Эволюционируй 1 Покемона", - "quest_title_evolve_skiddo_singular": "Эволюционируй 1 Покемона: Скиддо", - "quest_title_evolve_skiploom_singular": "Эволюционируй 1 Покемона: Скиплум", - "quest_title_evolve_skitty_singular": "Эволюционируй 1 Покемона: Скитти", - "quest_title_evolve_skorupi_singular": "Эволюционируй 1 Покемона: Скорупи", - "quest_title_evolve_skrelp_singular": "Эволюционируй 1 Покемона: Скрелп", - "quest_title_evolve_slakoth_singular": "Эволюционируй 1 Покемона: Слакот", - "quest_title_evolve_sliggoo_singular": "Эволюционируй 1 Покемона: Слиггу", - "quest_title_evolve_slowpoke_plural": "Эволюционируй {{amount_0}} Слоупоков", - "quest_title_evolve_slowpoke_singular": "Эволюционируй 1 Покемона: Слоупок", - "quest_title_evolve_slugma_singular": "Эволюционируй 1 Покемона: Слагма", - "quest_title_evolve_smoochum_singular": "Эволюционируй 1 Покемона: Смучум", - "quest_title_evolve_sneasel_singular": "Эволюционируй 1 Покемона: Снизел", - "quest_title_evolve_snivy_singular": "Эволюционируй 1 Покемона: Снайви", - "quest_title_evolve_snorunt_singular": "Эволюционируй 1 Покемона: Снорант", - "quest_title_evolve_snover_singular": "Эволюционируй 1 Покемона: Сноувер", - "quest_title_evolve_snubbull_singular": "Эволюционируй 1 Покемона: Снаббулл", - "quest_title_evolve_solosis_singular": "Эволюционируй 1 Покемона: Солосис", - "quest_title_evolve_spearow_singular": "Эволюционируй 1 Покемона: Спироу", - "quest_title_evolve_special_drowzee": "Эволюционируй 1 Драузи", - "quest_title_evolve_special_feebas_singular": "Эволюционируй 1 Фибаса", - "quest_title_evolve_special_galarian_mrmime": "Эволюционируй Галарского Мистера Майма", - "quest_title_evolve_special_grimer": "Эволюционируй 1 Граймера", - "quest_title_evolve_special_magnemite": "Эволюционируй 1 Магнемайта", - "quest_title_evolve_special_scyther": "Эволюционируй 1 Скайтера", - "quest_title_evolve_special0_singular": "Эволюционируй 1 Мэджикарпа", - "quest_title_evolve_special1_plural": "Эволюционируй Пиджи: {{amount_0}}", - "quest_title_evolve_special1_singular": "Эволюционируй 1 Хорси", - "quest_title_evolve_special2_singular": "Эволюционируй Мяута", - "quest_title_evolve_spewpa_singular": "Эволюционируй 1 Покемона: Спьюпа", - "quest_title_evolve_spheal_singular": "Эволюционируй 1 Покемона: Сфил", - "quest_title_evolve_spinarak_singular": "Эволюционируй 1 Покемона: Спинарак", - "quest_title_evolve_spoink_singular": "Эволюционируй 1 Покемона: Споинк", - "quest_title_evolve_spritzee_singular": "Эволюционируй 1 Покемона: Спритци", - "quest_title_evolve_squirtle_singular": "Эволюционируй 1 Покемона: Сквиртл", - "quest_title_evolve_staravia_singular": "Эволюционируй 1 Покемона: Старавия", - "quest_title_evolve_starly_singular": "Эволюционируй 1 Покемона: Старли", - "quest_title_evolve_staryu_singular": "Эволюционируй 1 Покемона: Старью", - "quest_title_evolve_steelix_singular": "Эволюционируй 1 Покемона: Стиликс", - "quest_title_evolve_stunky_singular": "Эволюционируй 1 Покемона: Станки", - "quest_title_evolve_sunkern_singular": "Эволюционируй 1 Покемона: Санкерн", - "quest_title_evolve_sunstone_singular": "Используй Солнечный камень, чтобы эволюционировать Глума или Санкерна", - "quest_title_evolve_surskit_singular": "Эволюционируй 1 Покемона: Сурскит", - "quest_title_evolve_swablu_singular": "Эволюционируй 1 Покемона: Сваблу", - "quest_title_evolve_swadloon_singular": "Эволюционируй 1 Покемона: Свадлун", - "quest_title_evolve_swinub_singular": "Эволюционируй 1 Покемона: Свинуб", - "quest_title_evolve_swirlix_singular": "Эволюционируй 1 Покемона: Свирликс", - "quest_title_evolve_taillow_singular": "Эволюционируй 1 Покемона: Тэйллоу", - "quest_title_evolve_tangela_singular": "Эволюционируй 1 Покемона: Тангела", - "quest_title_evolve_teddiursa_singular": "Эволюционируй 1 Покемона: Теддиурса", - "quest_title_evolve_tentacool_singular": "Эволюционируй 1 Покемона: Тентакул", - "quest_title_evolve_tepig_singular": "Эволюционируй 1 Тепига", - "quest_title_evolve_timburr_singular": "Эволюционируй 1 Покемона: Тимбёрр", - "quest_title_evolve_tirtouga_singular": "Эволюционируй 1 Покемона: Тиртуга", - "quest_title_evolve_togepi_singular": "Эволюционируй 1 Покемона: Тогэпи", - "quest_title_evolve_togetic_singular": "Эволюционируй 1 Покемона: Тогэтик", - "quest_title_evolve_torchic_singular": "Эволюционируй 1 Покемона: Торчик", - "quest_title_evolve_totodile_singular": "Эволюционируй 1 Покемона: Тотодайл", - "quest_title_evolve_tranquill_singular": "Эволюционируй 1 Покемона: Транквилл", - "quest_title_evolve_trapinch_singular": "Эволюционируй 1 Покемона: Трапинч", - "quest_title_evolve_treecko_singular": "Эволюционируй 1 Покемона: Трико", - "quest_title_evolve_trubbish_singular": "Эволюционируй 1 Покемона: Траббиш", - "quest_title_evolve_turtwig_singular": "Эволюционируй 1 Покемона: Тортвиг", - "quest_title_evolve_tympole_singular": "Эволюционируй 1 Покемона: Тимпоул", - "quest_title_evolve_tynamo_singular": "Эволюционируй 1 Покемона: Тинамо", - "quest_title_evolve_type_electric_plural": "Эволюционируй Покемонов электрического типа: {{amount_0}}", - "quest_title_evolve_type_electric_singular": "Эволюционируй 1 электрического Покемона", - "quest_title_evolve_type_fairy_plural": "Эволюционируй Покемонов феечного типа: {{amount_0}}", - "quest_title_evolve_type_fairy_singular": "Эволюционируй 1 Покемона типа Феи", - "quest_title_evolve_type_fire_plural": "Эволюционируй Покемонов огненного типа: {{amount_0}}", - "quest_title_evolve_type_fire_singular": "Эволюционируй 1 огненного Покемона", - "quest_title_evolve_type_flying_plural": "Эволюционируй Покемонов летающего типа: {{amount_0}}", - "quest_title_evolve_type_flying_singular": "Эволюционируй 1 летающего Покемона", - "quest_title_evolve_type_grass_plural": "Эволюционируй Покемонов травяного типа: {{amount_0}}", - "quest_title_evolve_type_grass_singular": "Эволюционируй 1 травяного Покемона", - "quest_title_evolve_type_ice_plural": "Эволюционируй Покемонов ледяного типа: {{amount_0}}", - "quest_title_evolve_type_ice_singular": "Эволюционируй 1 ледяного Покемона", - "quest_title_evolve_type_psychic_plural": "Эволюционируй Покемонов психического типа: {{amount_0}}", - "quest_title_evolve_type_psychic_singular": "Эволюционируй 1 психического Покемона", - "quest_title_evolve_type_rock_plural": "Эволюционируй Покемонов каменного типа: {{amount_0}}", - "quest_title_evolve_type_steel_plural": "Эволюционируй Покемонов стального типа: {{amount_0}}", - "quest_title_evolve_type_water_plural": "Эволюционируй Покемонов водного типа: {{amount_0}}", - "quest_title_evolve_type_water_singular": "Эволюционируй 1 водного Покемона", - "quest_title_evolve_tyrogue_singular": "Эволюционируй 1 Покемона: Тайрог", - "quest_title_evolve_tyrunt_singular": "Эволюционируй 1 Покемона: Тайрант", - "quest_title_evolve_umbreon": "Эволюционируй Иви в Амбреона в ночное время", - "quest_title_evolve_vanillish_singular": "Эволюционируй 1 Покемона: Ваниллиш", - "quest_title_evolve_vanillite_singular": "Эволюционируй 1 Покемона: Ваниллайт", - "quest_title_evolve_venipede_singular": "Эволюционируй 1 Покемона: Венипид", - "quest_title_evolve_venonat_singular": "Эволюционируй 1 Покемона: Венонат", - "quest_title_evolve_vibrava_singular": "Эволюционируй 1 Покемона: Вибрава", - "quest_title_evolve_vigoroth_singular": "Эволюционируй 1 Покемона: Вигорот", - "quest_title_evolve_volbeat_singular": "Эволюционируй 1 Покемона: Волбит", - "quest_title_evolve_voltorb_singular": "Эволюционируй 1 Покемона: Волторб", - "quest_title_evolve_vullaby_singular": "Эволюционируй 1 Покемона: Виллаби", - "quest_title_evolve_vulpix_singular": "Эволюционируй 1 Покемона: Валпикс", - "quest_title_evolve_wailmer_singular": "Эволюционируй 1 Покемона: Вэйлмер", - "quest_title_evolve_wartortle_singular": "Эволюционируй 1 Покемона: Вартортл", - "quest_title_evolve_weedle_singular": "Эволюционируй 1 Покемона: Видл", - "quest_title_evolve_weepinbell_singular": "Эволюционируй 1 Покемона: Випинбелл", - "quest_title_evolve_whirlipede_singular": "Эволюционируй 1 Покемона: Вирлипид", - "quest_title_evolve_whismur_singular": "Эволюционируй 1 Покемона: Визмур", - "quest_title_evolve_wingull_singular": "Эволюционируй 1 Покемона: Вингалл", - "quest_title_evolve_woobat_singular": "Эволюционируй 1 Покемона: Вубат", - "quest_title_evolve_wooper_singular": "Эволюционируй 1 Покемона: Вупер", - "quest_title_evolve_wurmple_singular": "Эволюционируй 1 Покемона: Вурмпл", - "quest_title_evolve_wynaut_singular": "Эволюционируй 1 Покемона: Вайнот", - "quest_title_evolve_yamask_singular": "Эволюционируй 1 Покемона: Ямаск", - "quest_title_evolve_yanma_singular": "Эволюционируй 1 Покемона: Янма", - "quest_title_evolve_zigzagoon_singular": "Эволюционируй 1 Покемона: Зигзагун", - "quest_title_evolve_zorua_singular": "Эволюционируй 1 Покемона: Зоруа", - "quest_title_evolve_zubat_singular": "Эволюционируй 1 Покемона: Зубат", - "quest_title_evolve_zweilous_singular": "Эволюционируй 1 Покемона: Цвайлос", - "quest_title_febresearchday_battle_gym_singular": "Кламперл-квест – Сразись в 1 Гиме", - "quest_title_febresearchday_battle_raid_singular": "Кламперл-квест – Сразись в 1 рейде", - "quest_title_febresearchday_battle_supereffective_charge_singular": "Кламперл-квест – Используй 1 суперэффективную чардж атаку в Гим-битве", - "quest_title_febresearchday_catch_feed_plural": "Кламперл-квест – Используй ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_febresearchday_catch_special1_singular": "Кламперл-квест – Поймай 1 Мэджикарпа или Вэйлмера", - "quest_title_febresearchday_catch_special2_singular": "Кламперл-квест – Поймай 1 Псайдака или Крабби", - "quest_title_febresearchday_catch_type_water_plural": "Кламперл-квест – Поймай {{amount_0}} водных Покемонов", - "quest_title_febresearchday_evolve_type_water_plural": "Кламперл-квест – Эволюционируй {{amount_0}} водных Покемонов", - "quest_title_febresearchday_land_curveball_plural": "Кламперл-квест – Сделай кручёные броски: {{amount_0}}", - "quest_title_febresearchday_land_great_plural": "Кламперл-квест – Сделай отличные броски: {{amount_0}}", - "quest_title_febresearchday_land_inarow_great_plural": "Кламперл-квест – Сделай отличные броски: {{amount_0}} подряд", - "quest_title_febresearchday_land_inarow_nice_plural": "Кламперл-квест – Сделай хорошие броски: {{amount_0}} подряд", - "quest_title_febresearchday_land_nice_plural": "Кламперл-квест – Сделай хорошие броски: {{amount_0}}", - "quest_title_febresearchday_visit_pokestops_plural": "Кламперл-квест – Покрути Покестопы: {{amount_0}}", - "quest_title_feed_goldenrazz_plural": "Используй золотые Разз-Ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_feed_nanab_plural": "Используй Нанаб-Ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_feed_pinaps_plural": "Используй Пайнеп-Ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_feed_razz_plural": "Используй Разз-Ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_field_research_plural": "Выполни {{amount_0}} заданий для полевых квестов. ", - "quest_title_field_research_singular": "Выполни задание", - "quest_title_first_catch_of_the_day": "Первая поимка дня", - "quest_title_first_pokestop_of_the_day": "Первый Покестоп дня", - "quest_title_flett_catch_b": "Поймай Флетчлингов: {{amount_0}}", - "quest_title_flett_evolve_b": "Эволюционируй Флетчлингов: {{amount_0}}", - "quest_title_flett_evolve_s1": "Эволюционируй Флетчлиндеров: {{amount_0}}", - "quest_title_gbl_rank": "Достигни {{amount_0}} ранга в Боевой Лиге GO", - "quest_title_gbl_rank_fifteen": "Достигни 15 ранга в Боевой Лиге GO", - "quest_title_gbl_rank_five": "Достигни 5 ранга в Боевой Лиге GO", - "quest_title_gbl_rank_ten": "Достигни 10 ранга в Боевой Лиге GO", - "quest_title_gbl_rank_twenty": "Достигни 20 ранга в Боевой Лиге GO", - "quest_title_geotarget_quest_description": "Сканируй {{amount_0}}", - "quest_title_giblt_catch_b": "Поймай Гиблов: {{amount_0}}", - "quest_title_giblt_evolve_b": "Эволюционируй Гиблов: {{amount_0}}", - "quest_title_giblt_evolve_s1": "Эволюционируй Габайта: {{amount_0}}", - "quest_title_gold_medal_plural": "Заработай золотые медали: {{amount_0}} ", - "quest_title_gold_medal_plural_five": "Заработай 5 золотых медалей", - "quest_title_gold_medal_singular": "Заработай золотую медаль", - "quest_title_gt_catch_b": "Поймай Гастли: {{amount_0}}", - "quest_title_gt_evolve_b": "Эволюционируй Гастли: {{amount_0}}", - "quest_title_gt_evolve_s1": "Эволюционируй Хонтеров: {{amount_0}}", - "quest_title_hallo19_catch_specific_plural": "Поймай Пучиен или Хандоров: {{amount_0}}", - "quest_title_hallo19_catch_type_dark_plural": "Поймай Покемонов темного типа: {{amount_0}}", - "quest_title_hallo19_catch_type_ghost_plural": "Поймай Покемонов призрачного типа: {{amount_0}}", - "quest_title_hallo19_evolve_plural": "Эволюционируй Даскаллов или Шаппетов: {{amount_0}} ", - "quest_title_hallo19_transfer_plural": "Отправь Покемонов профессору: {{amount_0}} ", - "quest_title_hatch_egg_plural": "Выноси яйца: {{amount_0}}", - "quest_title_hatch_egg_singular": "Выноси 1 яйцо", - "quest_title_hoenn_celebration_research": "Квест: Праздник Хоэнн", - "quest_title_hoenn19_catch_specific_plural": "Праздник Хоэнн – Поймай Зигзагунов или Тэйллоу: {{amount_0}}", - "quest_title_hoenn19_evolve_specific_plural": "Праздник Хоэнн – Эволюционируй Вурмплов: {{amount_0}}", - "quest_title_hoenn19_hatch_eggs": "Праздник Хоэнн – Выносить яйца: {{amount_0}}", - "quest_title_incense_plural": "Используй ладаны: {{amount_0}}", - "quest_title_incense_singular": "Используй 1 ладан", - "quest_title_jan19rsd_buddywalk_singular": "Фибас-квест – Заработай 1 конфету для приятеля", - "quest_title_jan19rsd_hatch_egg_singular": "Фибас-квест – Выносить 1 яйцо", - "quest_title_jan19rsd_land_great_plural": "Фибас-квест – Сделай отличные броски: {{amount_0}}", - "quest_title_jan19rsd_land_nice_plural": "Фибас-квест – Сделай хорошие броски: {{amount_0}}", - "quest_title_johtofestival_catch_special17_plural": "Фестиваль Джото – Поймай {{amount_0}} Санкернов", - "quest_title_johtofestival_catch_type_water_plural": "Фестиваль Джото – Поймай {{amount_0}} водных Покемонов", - "quest_title_johtofestival_evolve_plural": "Фестиваль Джото – Эволюционируй Санкернов или Нату: {{amount_0}}", - "quest_title_johtofestival_land_excellent_plural": "Фестиваль Джото – Сделай прекрасные броски: {{amount_0}}", - "quest_title_johtofestival_land_inarow_great_curveball_plural": "Фестиваль Джото – Сделай отличные кручёные броски: {{amount_0}} подряд", - "quest_title_johtofestival_win_raid_singular": "Фестиваль Джото – Победи в рейде", - "quest_title_kanto_green_bellsprout": "Тур GO: Поймай Беллспраута", - "quest_title_kanto_green_meowth": "Тур GO: Поймай Мяута", - "quest_title_kanto_green_sandshrew": "Тур GO: Поймай Сэндшрю", - "quest_title_kanto_green_vulpix": "Тур GO: Поймай Валпикса для обмена", - "quest_title_kanto_hatch_plural": "Тур GO: Канто – Выноси яйца: {{amount_0}}", - "quest_title_kanto_hatch_singular": "Тур GO: Канто – Выноси 1 яйцо", - "quest_title_kanto_npc_plural": "Тур GO: Канто – Победи {{amount_0}} противников в Туре GO", - "quest_title_kanto_npc_singular": "Тур GO: Канто – Победи противника в Туре GO", - "quest_title_kanto_red_ekans": "Тур GO: Поймай Эканса", - "quest_title_kanto_red_growlithe": "Тур GO: Поймай Гроулита", - "quest_title_kanto_red_mankey": "Тур GO: Поймай Манки", - "quest_title_kanto_red_oddish": "Тур GO: Поймай Оддиша", - "quest_title_land_curve_type_ghost": "Примени кручёные броски к Покемонам типа Привидения: {{amount_0}}", - "quest_title_land_curveball_plural": "Сделай кручёные броски: {{amount_0}}", - "quest_title_land_excellent_curveball_plural": "Сделай прекрасные кручёные броски: {{amount_0}}", - "quest_title_land_excellent_curveball_singular": "Сделай 1 прекрасный кручёный бросок", - "quest_title_land_excellent_plural": "Сделай прекрасные броски: {{amount_0}}", - "quest_title_land_excellent_singular": "Сделай 1 прекрасный бросок", - "quest_title_land_great_curve_inarow_type_ghost": "Примени отличные кручёные броски к Покемонам типа Привидения: {{amount_0}} подряд", - "quest_title_land_great_curve_type_ghost": "Примени отличные кручёные броски к Покемонам типа Привидения: {{amount_0}}", - "quest_title_land_great_curveball_plural": "Сделай отличные кручёные броски: {{amount_0}}", - "quest_title_land_great_curveball_singular": "Сделай 1 отличный кручёный бросок", - "quest_title_land_great_plural": "Сделай отличные броски: {{amount_0}}", - "quest_title_land_great_singular": "Сделай 1 отличный бросок", - "quest_title_land_great_type_ghost": "Примени отличные броски к Покемонам типа Привидения: {{amount_0}}", - "quest_title_land_inarow_curveball_plural": "Сделай кручёные броски подряд: {{amount_0}}", - "quest_title_land_inarow_excellent_curveball_plural": "Сделай прекрасные кручёные броски: {{amount_0}} подряд", - "quest_title_land_inarow_excellent_plural": "Сделай прекрасные броски: {{amount_0}} подряд", - "quest_title_land_inarow_great_curveball_plural": "Сделай отличные кручёные броски: {{amount_0}} подряд", - "quest_title_land_inarow_great_plural": "Сделай отличные броски: {{amount_0}} подряд", - "quest_title_land_inarow_nice_curveball_plural": "Сделай хорошие кручёные броски: {{amount_0}} подряд", - "quest_title_land_inarow_nice_plural": "Сделай хорошие броски: {{amount_0}} подряд", - "quest_title_land_nice_curve_inarow_type_ghost": "Примени хорошие кручёные броски к Покемонам типа Привидения: {{amount_0}} подряд", - "quest_title_land_nice_curve_plural": "Сделай хорошие кручёные броски: {{amount_0}}", - "quest_title_land_nice_curve_singular": "Сделай 1 хороший кручёный бросок", - "quest_title_land_nice_curve_type_ghost": "Примени хорошие кручёные броски к Покемонам типа Привидения: {{amount_0}}", - "quest_title_land_nice_electric_plural": "Поймай {{amount_0}} электрических Покемонов хорошими бросками", - "quest_title_land_nice_plural": "Сделай хорошие броски: {{amount_0}}", - "quest_title_land_nice_singular": "Сделай 1 хороший бросок", - "quest_title_land_nice_type_ghost": "Примени хорошие броски к Покемонам типа Привидения: {{amount_0}}", - "quest_title_lucky_plural": "Получи {{amount_0}} Удачливых Покемонов при обмене", - "quest_title_lucky_singular": "Получи Удачливого Покемона при обмене", - "quest_title_lunar19_friends_trade_plural": "Обменяй Покемонов с другом: {{amount_0}}", - "quest_title_macht_catch_b": "Поймай {{amount_0}} Мачопов", - "quest_title_macht_evolve_b": "Эволюционируй {{amount_0}} Мачопов", - "quest_title_macht_evolve_s1": "Эволюционируй Мачоуков: {{amount_0}}", - "quest_title_magit_catch_b": "Поймай {{amount_0}} Мэджикарпов", - "quest_title_magit_evolve_b": "Эволюционируй {{amount_0}} Мэджикарпов", - "quest_title_magmt_catch_b": "Поймай {{amount_0}} Магмаров", - "quest_title_magmt_evolve_b": "Эволюционируй Магмаров: {{amount_0}}", - "quest_title_mega_evolve_beedrill": "Мегаэволюционируй Бидрилла", - "quest_title_mega_evolve_blastoise": "Мегаэволюционируй Бластойза", - "quest_title_mega_evolve_charizard": "Мегаэволюционируй Чаризарда", - "quest_title_mega_evolve_plural": "Мегаэволюционируй {{amount_0}} Покемонов", - "quest_title_mega_evolve_singular": "Мегаэволюционируй Покемона", - "quest_title_mega_evolve_venusaur": "Мегаэволюционируй Венузавра", - "quest_title_mega_join_raid_plural": "Сразись в {{amount_0}} мегарейдах", - "quest_title_mega_join_raid_singular": "Сразись в мегарейде", - "quest_title_mega_win_raid_plural": "Победи в {{amount_0}} мегарейдах", - "quest_title_mega_win_raid_singular": "Победи в мегарейде", - "quest_title_more_reseach_coming_soon": "Больше квестов будут доступны в ближайшем будущем!", - "quest_title_new_friends_plural": "Добавь новых друзей: {{amount_0}}", - "quest_title_new_friends_singular": "Добавь нового друга", - "quest_title_oshat_catch_b": "Поймай {{amount_0}} Ошавоттов", - "quest_title_oshat_evolve_b": "Эволюционируй {{amount_0}} Ошавоттов", - "quest_title_oshat_evolve_s1": "Эволюционируй Девотта", - "quest_title_platinum_kanto_badge": "Заработай платиновую медаль Канто", - "quest_title_platinum_medal_plural": "Заработай платиновые медали: {{amount_0}}", - "quest_title_platinum_medal_plural_five": "Заработай 5 платиновых медалей", - "quest_title_platinum_medal_plural_forty": "Заработай 40 платиновых медалей", - "quest_title_platinum_medal_plural_ten": "Заработай 10 платиновых медалей", - "quest_title_platinum_medal_plural_twenty": "Заработай 20 платиновых медалей", - "quest_title_platinum_medal_singular": "Заработай платиновую медаль", - "quest_title_pokemon_appears": "Появление Покемона!", - "quest_title_poryt_catch_b": "Поймай {{amount_0}} Поригонов", - "quest_title_poryt_catch_s1": "Поймай {{amount_0}} Поригонов-2", - "quest_title_poryt_evolve_b": "Эволюционируй {{amount_0}} Поригонов", - "quest_title_poryt_evolve_s1": "Эволюционируй Поригонов-2: {{amount_0}} ", - "quest_title_power_up_legendary_plural": "Усиль Легендарного Покемона x{{amount_0}}", - "quest_title_power_up_legendary_singular": "Усиление Легендарного Покемона", - "quest_title_power_up_max_plural": "Усиль {{amount_0}} Покемонов до максимальной БС", - "quest_title_power_up_max_singular": "Усиль Покемона до максимальной БС", - "quest_title_power_up_plural": "Усиль Покемонов x{{amount_0}}", - "quest_title_power_up_singular": "Усиль 1 Покемона", - "quest_title_psychicspec_catch_abra_plural": "Поймай {{amount_0}} Абр или Драузи", - "quest_title_psychicspec_catch_type_psychic_plural": "Поймай {{amount_0}} психических Покемонов", - "quest_title_psychicspec_evolve_plural": "Эволюционируй Эксегкьюта или Слоупока: {{amount_0}}", - "quest_title_quest_achieve_lvl_40": "Достигни уровня 40", - "quest_title_quest_adventure_effect_activate_plural": "Активируй эффект приключений ×{{amount_0}}", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Активируй эффект приключений атаки Рёв Времени ×{{amount_0}}", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Активируй эффект приключений атаки Рёв Времени", - "quest_title_quest_adventure_effect_activate_singular": "Активируй эффект приключений", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Активируй эффект приключений атаки Пространственный Разрыв ×{{amount_0}}", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Активируй эффект приключений атаки Пространственный Разрыв", - "quest_title_quest_adventure_evolve_singular": "Неделя приключений: Эволюционируй 1 Оманайта или Кабуто", - "quest_title_quest_adventure_hatch_egg_plural": "Неделя приключений: Выносить яйца: {{amount_0}}", - "quest_title_quest_adventure_visit_pokestop_new_plural": "Неделя приключений: Покрути новые Покестопы: {{amount_0}}", - "quest_title_quest_adventure_walk_buddy_plural": "Неделя приключений: Прогуливаясь со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", - "quest_title_quest_adventure2019_catch_special33_plural": "Неделя приключений 2019 – Поймай {{amount_0}} Аронов", - "quest_title_quest_adventure2019_evolve_singular": "Неделя приключений 2019 – Эволюционируй 1 Лилипа или Анорита", - "quest_title_quest_adventure2019_hatch_egg_plural": "Неделя приключений 2019 – Выносить яйца: {{amount_0}}", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Неделя приключений 2019 – Покрути новые Покестопы: {{amount_0}}", - "quest_title_quest_adventure2019_visit_pokestop_plural": "Неделя приключений 2019 – Покрути 25 Покестопов", - "quest_title_quest_adventure2019_walk_buddy_plural": "Неделя приключений 2019 – Прогуливаясь со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", - "quest_title_quest_alodude_catch": "Поймай {{amount_0}} Алольских Геодудов", - "quest_title_quest_alodude_evolve_a": "Эволюционируй {{amount_0}} Алольских Геодудов", - "quest_title_quest_alodude_evolve_b": "Эволюционируй {{amount_0}} Алольского Гравелера", - "quest_title_quest_alodude_snap": "Сделай {{amount_0}} фото Алольского Геодуда", - "quest_title_quest_at_catch_a": "Поймай {{amount_0}} Абр", - "quest_title_quest_at_evolve_a": "Эволюционировать Покемона Абру: {{amount_0}}.", - "quest_title_quest_at_evolve_k": "Эволюционировать Покемона Кадабру: {{amount_0}}.", - "quest_title_quest_axew_catch_b": "Поймай {{amount_0}} Эксью", - "quest_title_quest_axew_evolve_b": "Эволюционируй {{amount_0}} Эксью", - "quest_title_quest_axew_snapshot_b": "Сделай фото {{amount_0}} Эксью", - "quest_title_quest_azelf_wild_snap": "Сделай фото дикого Азелфа", - "quest_title_quest_bagon_catch_b": "Поймай Бейгонов ×{{amount_0}}", - "quest_title_quest_bagon_evolve_b_plural": "Эволюционируй Бейгонов ×{{amount_0}}", - "quest_title_quest_bagon_evolve_b_singular": "Эволюционируй Бейгона", - "quest_title_quest_bagon_snapshot_b": "Сделай фото Бейгонов ×{{amount_0}}", - "quest_title_quest_battle_buddy_adventure_plural": "Сразись с другим Тренером вместе со своим Покемоном-приятелем, пока он путешествует с тобой ×{{amount_0}}", - "quest_title_quest_battle_buddy_adventure_single": "Сразись с другим Тренером вместе со своим Покемоном-приятелем, пока он путешествует с тобой", - "quest_title_quest_battle_dangling_reward_toast": "Нужно завершить текущее сражение перед тем, как начать новое!", - "quest_title_quest_battle_error_toast": "При запуске сражения произошла ошибка", - "quest_title_quest_battle_gbl_halloween_plural": "Сразись в Кубке Хэллоуина ×{{amount_0}}", - "quest_title_quest_battle_gbl_halloween_win_plural": "Победи в {{amount_0}} тренерских битвах Кубка Хэллоуина", - "quest_title_quest_battle_gbl_plural": "Сразись в Боевой Лиге GO ×{{amount_0}}", - "quest_title_quest_battle_gbl_singular": "Сразись в Боевой Лиге GO", - "quest_title_quest_battle_gbl_win_plural": "Победи в {{amount_0}} тренерских битвах Боевой Лиги GO", - "quest_title_quest_battle_gbl_win_singular": "Победи в тренерской битве Боевой Лиги GO", - "quest_title_quest_battle_great_plural": "Сразись с другим Тренером в Великой Лиге ×{{amount_0}}", - "quest_title_quest_battle_great_win_plural": "Победи в {{amount_0}} тренерских битвах Великой Лиги", - "quest_title_quest_battle_great_win_singular": "Победи в тренерской битве Великой Лиги", - "quest_title_quest_battle_gym_plural": "Сразись в Гиме ×{{amount_0}}", - "quest_title_quest_battle_gym_singular": "Сразись в Гиме", - "quest_title_quest_battle_master_win_plural": "Победи в {{amount_0}} тренерских битвах Мастер-Лиги", - "quest_title_quest_battle_master_win_singular": "Победи в тренерской битве Мастер-Лиги", - "quest_title_quest_battle_raid_plural": "Сразись в {{amount_0}} рейдах", - "quest_title_quest_battle_raid_singular": "Сразись в рейде", - "quest_title_quest_battle_raid_with_friend_plural": "Сразись в {{amount_0}} рейдах с другом", - "quest_title_quest_battle_raid_with_friend_singular": "Сразись в 1 рейде с другом", - "quest_title_quest_battle_supereffective_charge_plural": "Используй суперэффективную заряженную атаку в Гим-битвах: {{amount_0}}", - "quest_title_quest_battle_supereffective_charge_singular": "Используй суперэффективную заряженную атаку в Гим-битве", - "quest_title_quest_battle_team_rocket_plural": "Сразись с {{amount_0}} агентами Команды Ракета GO", - "quest_title_quest_battle_team_rocket_singular": "Сразись с 1 агентом Команды Ракета GO", - "quest_title_quest_battle_ultra_win_plural": "Победи в {{amount_0}} тренерских битвах Ультралиги", - "quest_title_quest_battle_ultra_win_singular": "Победи в тренерской битве Ультралиги", - "quest_title_quest_battle19_catch_fighting_easy": "Поймай Покемонов типа Боевой ×{{amount_0}}", - "quest_title_quest_battle19_catch_medium_pkmn": "Поймай {{amount_0}} Макухит или Медитайтов", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Сделай прекрасные броски: {{amount_0}} подряд", - "quest_title_quest_battle19_raid_win_veryhard": "Победи в {{amount_0}} рейдах", - "quest_title_quest_battle19_supereffective_charge_hard": "Используй суперэффективную заряженную атаку в Гим-битвах: {{amount_0}}", - "quest_title_quest_battler_appears": "ПОЯВЛЕНИЕ ПРОТИВНИКА!", - "quest_title_quest_beat_raid_10_minutes": "Победи в рейде меньше чем за 10 мин.", - "quest_title_quest_beat_raid_60_seconds": "Победи в рейде меньше чем за 60 сек.", - "quest_title_quest_beat_raid_singular_minutes": "Победи в рейде меньше чем за {{amount_0}} мин.", - "quest_title_quest_beat_raid_singular_seconds": "Победи в рейде меньше чем за {{amount_0}} сек.", - "quest_title_quest_begins19_catch_specific_plural": "День Покемонов – Поймай {{amount_0}} Пиджей или Раттат", - "quest_title_quest_begins19_evolve_plural": "День Покемонов – Эволюционируй 1 Мяута", - "quest_title_quest_beldum_catch_b": "Поймай Белдамов ×{{amount_0}}", - "quest_title_quest_beldum_evolve_b_plural": "Эволюционируй Белдамов ×{{amount_0}}", - "quest_title_quest_beldum_evolve_b_singular": "Эволюционируй Белдама", - "quest_title_quest_bellsprout_catch_b": "Поймай Беллспраутов ×{{amount_0}}", - "quest_title_quest_bellsprout_evolve_b_plural": "Эволюционируй Беллспраутов ×{{amount_0}}", - "quest_title_quest_bellsprout_evolve_b_singular": "Эволюционируй Беллспраута", - "quest_title_quest_bellsprout_snapshot_b": "Сделай фото Беллспраутов ×{{amount_0}}", - "quest_title_quest_beluga_evolve_pkmn": "Иди и лови! – Эволюционируй Аноритов: {{amount_0}}", - "quest_title_quest_beluga_excellent_singular": "Иди и лови! – Сделай прекрасные броски: {{amount_0}}", - "quest_title_quest_beluga_hatch_plural": "Иди и лови! – Выноси яйца: {{amount_0}}", - "quest_title_quest_best_buddy_bronze": "Заведи 1 лучшего приятеля", - "quest_title_quest_best_buddy_silver": "Заведи 10 лучших приятелей", - "quest_title_quest_bounsweet_catch_b": "Поймай Баунсвит ×{{amount_0}}", - "quest_title_quest_bounsweet_evolve_b_plural": "Эволюционируй Баунсвит ×{{amount_0}}", - "quest_title_quest_bounsweet_evolve_b_singular": "Эволюционируй Баунсвит", - "quest_title_quest_braixen_evolve_b": "Эволюционируй {{amount_0}} Брейксена", - "quest_title_quest_breakthrough_completed": "Полевой квест завершён!", - "quest_title_quest_breakthrough_reward_mystery": "Таинственные предметы", - "quest_title_quest_breakthrough_reward_stardust": "Звёздная Пыль", - "quest_title_quest_brionne_evolve_b_plural": "Эволюционируй Брианов ×{{amount_0}}", - "quest_title_quest_brionne_evolve_b_singular": "Эволюционируй Бриана", - "quest_title_quest_buddy_affection_days": "Зарабатывай сердечки с приятелем в разные дни ×{{amount_0}}", - "quest_title_quest_buddy_affection_days_in_a_row": "Заработай сердечко с твоим приятелем {{amount_0}} дн. подряд", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Сразись с другим Тренером вместе со своим Покемоном-приятелем, пока он путешествует с тобой ×{{amount_0}}", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "Сразись с другим Тренером вместе со своим Покемоном-приятелем, пока он путешествует с тобой", - "quest_title_quest_buddy_souvenir_plural": "Получи сувениры от приятеля: {{amount_0}}", - "quest_title_quest_buddy_souvenir_singular": "Получи сувенир от приятеля", - "quest_title_quest_buddy_walk_km_plural": "Пройди {{amount_0}} км со своим Покемоном-приятелем", - "quest_title_quest_bulbt_catch_b": "Поймай {{amount_0}} Бульбазавров", - "quest_title_quest_bulbt_evolve_b": "Эволюционируй {{amount_0}} Бульбазавров", - "quest_title_quest_bulbt_evolve_s1": "Эволюционируй {{amount_0}} Айвизавров", - "quest_title_quest_cacnea_catch": "Поймай {{amount_0}} Какней", - "quest_title_quest_catch_151": "Поймай 151 Покемона", - "quest_title_quest_catch_b_types_plural": "Поймай Покемонов типов Электро, Обычный или Яд ×{{amount_0}}", - "quest_title_quest_catch_basic_types_plural": "Поймай Покемонов типов Трава, Вода или Огонь ×{{amount_0}}", - "quest_title_quest_catch_berry_any_drifloon": "Используй ягоды для поимки Дрифлуна: {{amount_0}}", - "quest_title_quest_catch_berry_nanab_drifloon": "Используй Нанаб-Ягоды для поимки Дрифлуна: {{amount_0}}", - "quest_title_quest_catch_berry_pinap": "Используй Пайнеп-Ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_quest_catch_berry_razz": "Используй Разз-Ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_quest_catch_berry_razz_drifloon": "Используй Разз-Ягоды для поимки Дрифлуна: {{amount_0}}", - "quest_title_quest_catch_bronzor_plural": "Поймай Бронзоров ×{{amount_0}}", - "quest_title_quest_catch_c_types_plural": "Поймай Покемонов типов Летающий, Психо и Тёмный ×{{amount_0}}", - "quest_title_quest_catch_carbink_singular": "Поймай Карбинка", - "quest_title_quest_catch_celebi_types_plural": "Поймай Покемонов типа Трава или Психо ×{{amount_0}}", - "quest_title_quest_catch_costumed_plural": "Поймай Иви в короне с солнцем или Иви в короне с месяцем ×{{amount_0}}", - "quest_title_quest_catch_crabrawler_plural": "Поймай Крабролеров ×{{amount_0}}", - "quest_title_quest_catch_dark_type_plural": "Поймай Покемонов типа Тёмный ×{{amount_0}}", - "quest_title_quest_catch_darumaka_plural": "Поймай Дарумак ×{{amount_0}}", - "quest_title_quest_catch_daysinarow": "Лови Покемонов {{amount_0}} дн. подряд", - "quest_title_quest_catch_dialga": "Поймай Диалгу", - "quest_title_quest_catch_drifloon": "Поймай {{amount_0}} Дрифлунов", - "quest_title_quest_catch_ducklett_plural": "Поймай Даклеттов ×{{amount_0}}", - "quest_title_quest_catch_ducklett_singular": "Поймай Даклетта", - "quest_title_quest_catch_emolga_plural": "Поймай Эмолг ×{{amount_0}}", - "quest_title_quest_catch_excellent_curve_drifloon": "Поймай {{amount_0}} Дрифлунов при помощи прекрасных кручёных бросков", - "quest_title_quest_catch_excellent_with_berry_drifloon": "Примени ягоды и поймай {{amount_0}} Дрифлунов при помощи прекрасных бросков", - "quest_title_quest_catch_feed_plural": "Используй ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_quest_catch_feed_singular": "Используй 1 ягоду для поимки Покемона", - "quest_title_quest_catch_furfou_singular": "Поймай 1 Фурфу", - "quest_title_quest_catch_groudon_primal_boosted_types": "Поймай Покемонов типа Огонь, Трава или Земля ×{{amount_0}}", - "quest_title_quest_catch_groudon_type": "Поймай Покемонов типа Огонь, Трава или Земля ×{{amount_0}}", - "quest_title_quest_catch_hoenn_pokemon": "Поймай Покемонов, впервые обнаруженных в регионе Хоэнн ×{{amount_0}}", - "quest_title_quest_catch_in_day_plural": "Поймай {{amount_0}} Покемонов за день", - "quest_title_quest_catch_jan21_hoenn1_plural": "Поймай {{amount_0}} Граудонов", - "quest_title_quest_catch_jan21_hoenn2_plural": "Поймай {{amount_0}} Кайогров", - "quest_title_quest_catch_johto_pokemon": "Поймай Покемонов, впервые обнаруженных в регионе Джото ×{{amount_0}}", - "quest_title_quest_catch_kanto_pokemon": "Поймай Покемонов, впервые обнаруженных в регионе Канто ×{{amount_0}}", - "quest_title_quest_catch_kyogre_primal_boosted_types": "Поймай Покемонов типов Вода, Электро или Насекомое ×{{amount_0}}", - "quest_title_quest_catch_kyogre_type": "Поймай Покемонов типов Вода, Электро или Насекомое ×{{amount_0}}", - "quest_title_quest_catch_legendary_inarow_plural": "Поймай Легендарных или Мифических Покемонов во время следующих встреч ×{{amount_0}}", - "quest_title_quest_catch_legendary_plural": "Поймай {{amount_0}} Легендарных или Мифических Покемонов", - "quest_title_quest_catch_legendary_singular": "Поймай 1 Легендарного или Мифического Покемона", - "quest_title_quest_catch_lunatone_plural": "Поймай {{amount_0}} Лунатонов", - "quest_title_quest_catch_luvdisc": "Поймай {{amount_0}} Лавдисков", - "quest_title_quest_catch_misc_01_types_plural": "Поймай Покемонов типов Обычный, Вода или Лёд ×{{amount_0}}", - "quest_title_quest_catch_nymble_plural": "Поймай {{amount_0}} Нимблов", - "quest_title_quest_catch_palkia": "Поймай Палкию", - "quest_title_quest_catch_pikachu_plural": "Поймай {{amount_0}} Пикачу", - "quest_title_quest_catch_plural_unique": "Поймай Покемонов {{amount_0}} разных видов", - "quest_title_quest_catch_pokemon_dai_plural": "Используй ладан ежедневных приключений для поимки {{amount_0}} Покемонов", - "quest_title_quest_catch_pokemon_days": "Лови Покемонов в разные дни ×{{amount_0}}", - "quest_title_quest_catch_pokemon_great_ball_plural": "Поймай Покемонов в Мега-Боллы ×{{amount_0}}", - "quest_title_quest_catch_pokemon_great_ball_singular": "Поймай Покемона в Мега-Болл", - "quest_title_quest_catch_pokemon_legendary_plural": "Поймай Легендарных Покемонов ×{{amount_0}}", - "quest_title_quest_catch_pokemon_legendary_singular": "Поймай Легендарного Покемона", - "quest_title_quest_catch_pokemon_party_plural": "Играя в команде, поймай Покемонов ×{{amount_0}}", - "quest_title_quest_catch_pokemon_plural": "Поймай {{amount_0}} Покемонов", - "quest_title_quest_catch_pokemon_poke_ball_plural": "Поймай Покемонов в Поке-Боллы ×{{amount_0}}", - "quest_title_quest_catch_pokemon_poke_ball_singular": "Поймай Покемона в Поке-Болл", - "quest_title_quest_catch_pokemon_routes_plural": "Поймай {{amount_0}} Покемонов во время прохождения маршрутов", - "quest_title_quest_catch_pokemon_routes_singular": "Поймай Покемона во время прохождения маршрута", - "quest_title_quest_catch_pokemon_singular": "Поймай Покемона", - "quest_title_quest_catch_pokemon_task": "Поймай Покемонов", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "Поймай Покемонов в Ультра-Боллы ×{{amount_0}}", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "Поймай Покемона в Ультра-Болл", - "quest_title_quest_catch_psychic_steel": "Поймай Покемонов типа Психо или Сталь ×{{amount_0}}", - "quest_title_quest_catch_raid_regi_any": "Поймай 1 Реджирока, Реджайса или Реджистила в рейде", - "quest_title_quest_catch_raid_regi_ice": "Поймай 1 Реджайса в рейде", - "quest_title_quest_catch_raid_regi_rock": "Поймай 1 Реджирока в рейде", - "quest_title_quest_catch_raid_regi_steel": "Поймай 1 Реджистила в рейде", - "quest_title_quest_catch_rayquaza_type": "Поймай Покемонов типов Летающий, Психо или Дракон ×{{amount_0}}", - "quest_title_quest_catch_sinnoh_pokemon": "Поймай Покемонов, впервые обнаруженных в регионе Синно ×{{amount_0}}", - "quest_title_quest_catch_sinnoh_pokemon_singular": "Поймай 1 Покемона, впервые обнаруженного в регионе Синно", - "quest_title_quest_catch_solrock_plural": "Поймай {{amount_0}} Солроков", - "quest_title_quest_catch_special_aerodactyl": "Поймай 1 Аэродактиля", - "quest_title_quest_catch_special_bidoof": "Поймай {{amount_0}} Бидуфов", - "quest_title_quest_catch_special_chespin": "Поймай Чеспина", - "quest_title_quest_catch_special_cottonee": "Поймай {{amount_0}} Коттони", - "quest_title_quest_catch_special_cubone": "Поймай 1 Кьюбона", - "quest_title_quest_catch_special_exeggcute": "Поймай {{amount_0}} Эксегкьютов", - "quest_title_quest_catch_special_fennekin": "Поймай Феннекина", - "quest_title_quest_catch_special_fletchling": "Поймай Флетчлинга", - "quest_title_quest_catch_special_froakie": "Поймай Фроки", - "quest_title_quest_catch_special_furfrou": "Поймай 1 Фурфу", - "quest_title_quest_catch_special_jirachi": "Поймай Джирачи!", - "quest_title_quest_catch_special_lieep_anorithl": "Поймай {{amount_0}} Лилипов или Аноритов", - "quest_title_quest_catch_special_litleo": "Поймай Литлео", - "quest_title_quest_catch_special_mew": "Поймай Мью!", - "quest_title_quest_catch_special_natu": "Поймай {{amount_0}} Дратини", - "quest_title_quest_catch_special_omanyte_kabuto": "Поймай {{amount_0}} Оманайтов или Кабуто", - "quest_title_quest_catch_special_pumpkaboo": "Поймай {{amount_0}} Пампкабу", - "quest_title_quest_catch_special_slugma_gulpin": "Поймай {{amount_0}} Слагм или Гальпинов", - "quest_title_quest_catch_special_voltorb": "Поймай {{amount_0}} Волторбов", - "quest_title_quest_catch_special0_plural": "Поймай Дитто: {{amount_0}}", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Поймай {{amount_0}} Покемонов в списке события", - "quest_title_quest_catch_special0_singular": "Поймай 1 Дитто", - "quest_title_quest_catch_special1_plural": "Поймай {{amount_0}} Оддишей или Беллспраутов", - "quest_title_quest_catch_special1_singular": "Поймай 1 Оддиша или Беллспраута", - "quest_title_quest_catch_special2_plural": "Поймай {{amount_0}} Сваблу", - "quest_title_quest_catch_special2_singular": "Поймай 1 Сваблу", - "quest_title_quest_catch_special3_plural": "Поймай {{amount_0}} Пиджи или Муркроу", - "quest_title_quest_catch_special3_singular": "Поймай 1 Пиджи или Муркроу", - "quest_title_quest_catch_special4_plural": "Поймай Трико или Мадкипов: {{amount_0}}", - "quest_title_quest_catch_special4_singular": "Поймай 1 Трико или Мадкипа", - "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", - "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", - "quest_title_quest_catch_special6_plural": "Поймай {{amount_0}} Марипов", - "quest_title_quest_catch_special7_plural": "Поймай {{amount_0}} Чармандеров", - "quest_title_quest_catch_special8_plural": "Поймай {{amount_0}} Ларвитаров", - "quest_title_quest_catch_special9_plural": "Поймать Аноунов: {{amount_0}}", - "quest_title_quest_catch_special10_plural": "Поймать Пласлов: {{amount_0}}", - "quest_title_quest_catch_special11_plural": "Поймай {{amount_0}} Майнунов", - "quest_title_quest_catch_special12_plural": "Поймай {{amount_0}} Сквиртлов", - "quest_title_quest_catch_special13_plural": "Поймай {{amount_0}} Розелий", - "quest_title_quest_catch_special14_singular": "Поймай Мяута или Гроулита", - "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", - "quest_title_quest_catch_special16_singular": "Поймай Скитти или Пучиену", - "quest_title_quest_catch_special17_plural": "Поймай {{amount_0}} Иви", - "quest_title_quest_catch_special18_plural": "Поймай {{amount_0}} Белдамов", - "quest_title_quest_catch_special19_plural": "Поймай {{amount_0}} Слакотов", - "quest_title_quest_catch_special20_plural": "Поймай {{amount_0}} Ролтсов", - "quest_title_quest_catch_special21_singular": "Поймай 1 Раттату или Пикачу", - "quest_title_quest_catch_special22_plural": "Поймай {{amount_0}} Чикорит ", - "quest_title_quest_catch_special23_plural": "Поймай {{amount_0}} Синдаквилов", - "quest_title_quest_catch_special24_plural": "Поймай {{amount_0}} Тотодайлов", - "quest_title_quest_catch_special25_plural": "Поймай {{amount_0}} Свинубов", - "quest_title_quest_catch_special26_plural": "Поймай {{amount_0}} Трико", - "quest_title_quest_catch_special27_plural": "Поймай {{amount_0}} Бейгонов", - "quest_title_quest_catch_special28_plural": "Поймай {{amount_0}} Торчиков", - "quest_title_quest_catch_special29_plural": "Поймай {{amount_0}} Мадкипов", - "quest_title_quest_catch_special31_plural": "Поймай {{amount_0}} Тортвигов", - "quest_title_quest_catch_special33_plural": "Поймай {{amount_0}} Трапинчев", - "quest_title_quest_catch_special34_plural": "Поймай {{amount_0}} Чимчаров", - "quest_title_quest_catch_special35_plural": "Поймай {{amount_0}} Пиплапов", - "quest_title_quest_catch_special36_plural": "Поймай {{amount_0}} Райхорнов", - "quest_title_quest_catch_special37_plural": "Поймай {{amount_0}} Мачопов", - "quest_title_quest_catch_special38_plural": "Поймай {{amount_0}} Валпиксов", - "quest_title_quest_catch_special39_plural": "Поймай {{amount_0}} Дратини", - "quest_title_quest_catch_special40_plural": "Поймай {{amount_0}} Абр", - "quest_title_quest_catch_special41_plural": "Поймай {{amount_0}} Сфилов", - "quest_title_quest_catch_special42_plural": "Поймай {{amount_0}} Видлов", - "quest_title_quest_catch_special43_plural": "Поймай {{amount_0}} Старли", - "quest_title_quest_catch_special44_plural": "Поймай {{amount_0}} Сидотов", - "quest_title_quest_catch_special45_plural": "Поймай {{amount_0}} Граймеров", - "quest_title_quest_catch_special46_plural": "Поймай {{amount_0}} Поригонов", - "quest_title_quest_catch_staryu_plural": "Поймай {{amount_0}} Старью", - "quest_title_quest_catch_stufful_pinap_plural": "Используй Пайнеп-Ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_quest_catch_stufful_pinap_singular": "Используй 1 Пайнеп-Ягоду для поимки Покемона", - "quest_title_quest_catch_stufful_razz_plural": "Используй Разз-Ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_quest_catch_stufful_razz_singular": "Используй 1 Разз-Ягоду для поимки Покемона", - "quest_title_quest_catch_transform_pokemon_plural": "Поймай {{amount_0}} Превращающихся Покемонов", - "quest_title_quest_catch_trubbish_plural": "Поймай {{amount_0}} Траббишей", - "quest_title_quest_catch_type_bug_plural": "Поймай Покемонов типа Насекомое ×{{amount_0}}", - "quest_title_quest_catch_type_bug_plural_unique": "Поймай Покемонов типа Насекомое разных видов ×{{amount_0}}", - "quest_title_quest_catch_type_bug_singular": "Поймай 1 Покемона типа Насекомое", - "quest_title_quest_catch_type_buzzwole": "Поймай Покемона того же типа, что и Баззвол", - "quest_title_quest_catch_type_buzzwole_effective": "Поймай Покемона, к типу которого слаб Баззвол", - "quest_title_quest_catch_type_buzzwole_plural": "Поймай {{amount_0}} Покемонов того же типа, что и Баззвол", - "quest_title_quest_catch_type_celesteela_effective": "Поймай Покемона, к типу которого слаб Селестила", - "quest_title_quest_catch_type_dark_plural": "Поймай Покемонов типа Тёмный ×{{amount_0}}", - "quest_title_quest_catch_type_dark_plural_unique": "Поймай разных особей Покемонов типа Тёмный ×{{amount_0}}", - "quest_title_quest_catch_type_dark_singular": "Поймай 1 Покемона типа Тёмный", - "quest_title_quest_catch_type_dragon_normal_plural": "Поймай Покемонов типа Обычный или Дракон ×{{amount_0}}", - "quest_title_quest_catch_type_dragon_plural": "Поймай Покемонов типа Дракон ×{{amount_0}}", - "quest_title_quest_catch_type_dragon_plural_unique": "Поймай разных особей Покемонов типа Дракон ×{{amount_0}}", - "quest_title_quest_catch_type_dragon_singular": "Поймай 1 Покемона типа Дракон", - "quest_title_quest_catch_type_electric_flying_plural": "Поймай Покемонов типа Электро или Летающий ×{{amount_0}}", - "quest_title_quest_catch_type_electric_plural": "Поймай Покемонов типа Электро ×{{amount_0}}", - "quest_title_quest_catch_type_electric_plural_unique": "Поймай разных Покемонов типа Электро ×{{amount_0}}", - "quest_title_quest_catch_type_electric_singular": "Поймай 1 Покемона типа Электро", - "quest_title_quest_catch_type_fairy_plural": "Поймай Покемонов типа Фея ×{{amount_0}}", - "quest_title_quest_catch_type_fairy_plural_unique": "Поймай Покемонов типа Фея разных видов ×{{amount_0}}", - "quest_title_quest_catch_type_fairy_singular": "Поймай 1 Покемона типа Фея", - "quest_title_quest_catch_type_fighting_plural": "Поймай Покемонов типа Боевой ×{{amount_0}}", - "quest_title_quest_catch_type_fighting_plural_unique": "Поймай разных особей Покемонов типа Боевой ×{{amount_0}}", - "quest_title_quest_catch_type_fighting_singular": "Поймай 1 Покемона типа Боевой", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Поймай Покемонов типа Огонь или Тёмный ×{{amount_0}}", - "quest_title_quest_catch_type_fire_plural": "Поймай Покемонов типа Огонь ×{{amount_0}}", - "quest_title_quest_catch_type_fire_singular": "Поймай 1 Покемона типа Огонь", - "quest_title_quest_catch_type_flying_plural": "Поймай Покемонов типа Летающий ×{{amount_0}}", - "quest_title_quest_catch_type_flying_plural_unique": "Поймай разных особей Покемонов типа Летающий ×{{amount_0}}", - "quest_title_quest_catch_type_flying_singular": "Поймай 1 Покемона типа Летающий", - "quest_title_quest_catch_type_ghost_dark_plural": "Поймай Покемонов типов Привидение или Тёмный ×{{amount_0}}", - "quest_title_quest_catch_type_ghost_plural": "Поймай Покемонов типа Привидение ×{{amount_0}}", - "quest_title_quest_catch_type_ghost_plural_unique": "Поймай Покемонов типа Привидение разных видов ×{{amount_0}}", - "quest_title_quest_catch_type_ghost_singular": "Поймай 1 Покемона типа Привидение", - "quest_title_quest_catch_type_grass_bug_plural": "Поймай Покемонов типов Трава или Лёд ×{{amount_0}}", - "quest_title_quest_catch_type_grass_plural": "Поймай Покемонов типа Трава ×{{amount_0}}", - "quest_title_quest_catch_type_grass_plural_unique": "Поймай Покемонов типа Трава разных видов ×{{amount_0}}", - "quest_title_quest_catch_type_grass_poison_plural": "Поймай Покемонов типа Трава или Яд ×{{amount_0}}", - "quest_title_quest_catch_type_grass_singular": "Поймай 1 Покемона типа Трава", - "quest_title_quest_catch_type_ground_plural": "Поймай Покемонов типа Земля ×{{amount_0}}", - "quest_title_quest_catch_type_ground_plural_unique": "Поймай Покемонов типа Земля разных видов ×{{amount_0}}", - "quest_title_quest_catch_type_ground_singular": "Поймай 1 Покемона типа Земля", - "quest_title_quest_catch_type_guzzlord_effective": "Поймай Покемона, к типу которого слаб Газзлорд", - "quest_title_quest_catch_type_ice_grass_plural_unique": "Поймай Покемонов типа Трава или Лёд ×{{amount_0}}", - "quest_title_quest_catch_type_ice_plural": "Поймай Покемонов типа Лёд ×{{amount_0}}", - "quest_title_quest_catch_type_ice_plural_unique": "Поймай разных особей Покемонов типа Лёд ×{{amount_0}}", - "quest_title_quest_catch_type_ice_singular": "Поймай 1 Покемона типа Лёд", - "quest_title_quest_catch_type_kartana_effective": "Поймай Покемона, к типу которого слаб Картана", - "quest_title_quest_catch_type_nihilego": "Поймай Покемона того же типа, что и Нигилего", - "quest_title_quest_catch_type_nihilego_effective": "Поймай Покемона, к типу которого слаб Нигилего", - "quest_title_quest_catch_type_nihilego_plural": "Поймай {{amount_0}} Покемонов того же типа, что и Нигилего", - "quest_title_quest_catch_type_normal_plural": "Поймай Покемонов типа Обычный ×{{amount_0}}", - "quest_title_quest_catch_type_normal_plural_unique": "Поймай разных особей Покемонов типа Обычный ×{{amount_0}}", - "quest_title_quest_catch_type_normal_singular": "Поймай 1 Покемона типа Обычный", - "quest_title_quest_catch_type_pheremosa_effective": "Поймай Покемона, к типу которого слаба Феромоса", - "quest_title_quest_catch_type_pheromosa": "Поймай Покемона того же типа, что и Феромоса", - "quest_title_quest_catch_type_pheromosa_plural": "Поймай {{amount_0}} Покемонов того же типа, что и Феромоса", - "quest_title_quest_catch_type_poison_plural": "Поймай Покемонов типа Яд ×{{amount_0}}", - "quest_title_quest_catch_type_poison_plural_unique": "Поймай разных особей Покемонов типа Яд ×{{amount_0}}", - "quest_title_quest_catch_type_poison_singular": "Поймай 1 Покемона типа Яд", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "Поймай Покемонов типа Психо или Боевой ×{{amount_0}}", - "quest_title_quest_catch_type_psychic_plural": "Поймай Покемонов типа Психо ×{{amount_0}}", - "quest_title_quest_catch_type_psychic_plural_unique": "Поймай Покемонов типа Психо разных видов ×{{amount_0}}", - "quest_title_quest_catch_type_psychic_singular": "Поймай 1 Покемона типа Психо", - "quest_title_quest_catch_type_rock_plural": "Поймай Покемонов типа Камень ×{{amount_0}}", - "quest_title_quest_catch_type_rock_plural_unique": "Поймай разных особей Покемонов типа Камень ×{{amount_0}}", - "quest_title_quest_catch_type_rock_singular": "Поймай 1 Покемона типа Камень", - "quest_title_quest_catch_type_shaymin": "Поймай Покемона того же типа, что и Шеймин", - "quest_title_quest_catch_type_shaymin_plural": "Поймай {{amount_0}} Покемонов того же типа, что и Шеймин", - "quest_title_quest_catch_type_steel_plural": "Поймай Покемонов типа Сталь ×{{amount_0}}", - "quest_title_quest_catch_type_steel_plural_unique": "Поймай Покемонов типа Сталь разных видов ×{{amount_0}}", - "quest_title_quest_catch_type_steel_singular": "Поймай 1 Покемона типа Сталь", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Поймай Покемонов типа Огонь, Вода или Электро ×{{amount_0}}", - "quest_title_quest_catch_type_water_flying_plural": "Поймай Покемонов типа Вода или Летающий ×{{amount_0}}", - "quest_title_quest_catch_type_water_ground_plural": "Поймай Покемонов типа Вода или Земля ×{{amount_0}}", - "quest_title_quest_catch_type_water_plural": "Поймай Покемонов типа Вода ×{{amount_0}}", - "quest_title_quest_catch_type_water_plural_unique": "Поймай Покемонов типа Вода разных видов ×{{amount_0}}", - "quest_title_quest_catch_type_water_singular": "Поймай 1 Покемона типа Вода", - "quest_title_quest_catch_type_xurkitree": "Поймай Покемона того же типа, что и Заркитри", - "quest_title_quest_catch_type_xurkitree_effective": "Поймай Покемона, к типу которого слаб Заркитри", - "quest_title_quest_catch_type_xurkitree_plural": "Поймай {{amount_0}} Покемонов того же типа, что и Заркитри", - "quest_title_quest_catch_types_rainy_plural": "Поймай Покемонов типов Вода, Электро или Насекомое ×{{amount_0}}", - "quest_title_quest_catch_types_rainy_singular": "Поймай 1 Покемона типа Вода, Электро или Насекомое", - "quest_title_quest_catch_types_snowy_plural": "Поймай Покемонов типов Лёд или Сталь ×{{amount_0}}", - "quest_title_quest_catch_types_snowy_singular": "Поймай 1 Покемона типа Лёд или Сталь", - "quest_title_quest_catch_types_sunny_plural": "Поймай Покемонов типов Трава, Огонь или Земля ×{{amount_0}}", - "quest_title_quest_catch_types_sunny_singular": "Поймай 1 Покемона типа Трава, Огонь или Земля", - "quest_title_quest_catch_types_windy_plural": "Поймай Покемонов типов Летающий, Психо или Дракон ×{{amount_0}}", - "quest_title_quest_catch_types_windy_singular": "Поймай 1 Покемона типа Летающий, Психо или Дракон", - "quest_title_quest_catch_weather_boost_plural": "Поймай {{amount_0}} Покемонов при погодном усилении ", - "quest_title_quest_catch_weather_boost_singular": "Поймай 1 Покемона при погодном усилении", - "quest_title_quest_catch_whismur": "Поймай {{amount_0}} Визмуров", - "quest_title_quest_challenge_party_power_plural": "Используй силу команды в рейдах ×{{amount_0}}", - "quest_title_quest_challenge_party_power_singular": "Используй силу команды в рейде", - "quest_title_quest_change_form_furfrou": "Поменяй стрижку Фурфу", - "quest_title_quest_change_form_plural": "Измени форму {{amount_0}} Покемонов", - "quest_title_quest_change_form_singular": "Измени форму 1 Покемона", - "quest_title_quest_chansey_catch_b": "Поймай Ченси ×{{amount_0}}", - "quest_title_quest_chansey_evolve_b_plural": "Эволюционируй Ченси ×{{amount_0}}", - "quest_title_quest_chansey_evolve_b_singular": "Эволюционируй Ченси", - "quest_title_quest_chansey_snapshot_b": "Сделай фото Ченси ×{{amount_0}}", - "quest_title_quest_charge_attack_party_plural": "Играя в команде, используй заряженные атаки ×{{amount_0}}", - "quest_title_quest_charge_attack_party_singular": "Играя в команде, используй заряженную атаку", - "quest_title_quest_charged_attack_plural": "Используй заряженные атаки: {{amount_0}}", - "quest_title_quest_charjabug_evolve_b": "Эволюционируй Чарьябагов ×{{amount_0}}", - "quest_title_quest_chart_catch_b": "Поймай {{amount_0}} Чармандеров", - "quest_title_quest_chart_catch_s1": "Поймай {{amount_0}} Чармелеонов", - "quest_title_quest_chart_evolve_b": "Эволюционируй {{amount_0}} Чармандеров", - "quest_title_quest_chart_evolve_s1": "Эволюционируй Чармелеонов: {{amount_0}}", - "quest_title_quest_chespin_catch_b": "Поймай {{amount_0}} Чеспинов", - "quest_title_quest_chespin_evolve_b": "Эволюционируй {{amount_0}} Чеспинов", - "quest_title_quest_chespin_snapshot_b": "Сделай фото {{amount_0}} Чеспинов", - "quest_title_quest_crocalor_evolve_b": "Эволюционируй Крокалора", - "quest_title_quest_cyndaquil_catch_b": "Поймай Синдаквилов ×{{amount_0}}", - "quest_title_quest_cyndaquil_evolve_b_plural": "Эволюционируй Синдаквилов ×{{amount_0}}", - "quest_title_quest_cyndaquil_evolve_b_singular": "Эволюционируй Синдаквила", - "quest_title_quest_dartrix_evolve_b_plural": "Эволюционируй Дартриксов ×{{amount_0}}", - "quest_title_quest_dartrix_evolve_b_singular": "Эволюционируй Дартриксов ×{{amount_0}}", - "quest_title_quest_dec2021_catch_b": "Поймай {{amount_0}} Покемонов, представленных в днях сообщества 2021", - "quest_title_quest_dec2022_catch_b": "Поймай {{amount_0}} Покемонов, представленных в Декабрьском дне сообщества 2022", - "quest_title_quest_dec2023_catch_b": "Поймай Покемонов, представленных в днях сообщества 2023 ×{{amount_0}}", - "quest_title_quest_defeat_jessie_james_plural": "Победи Джесси или Джеймса ×{{amount_0}}", - "quest_title_quest_defeat_rocket": "Победи {{amount_0}} членов Команды Ракета GO", - "quest_title_quest_defeat_rocket_leader_2500": "Победи лидера Команды Ракета GO, используя только Покемонов с 2500 БC или меньше ×{{amount_0}}", - "quest_title_quest_defeat_rocket_singular": "Победи члена Команды Ракета GO", - "quest_title_quest_deino_catch": "Поймай {{amount_0}} Дейно", - "quest_title_quest_deino_evolve_a": "Эволюционируй {{amount_0}} Дейно", - "quest_title_quest_deino_evolve_b": "Эволюционируй {{amount_0}} Дейно или Цвайлосов", - "quest_title_quest_deino_snap": "Сделай {{amount_0}} фото Дейно", - "quest_title_quest_dragonair_evolve_b": "Эволюционируй {{amount_0}} Драгонэйра", - "quest_title_quest_dratini_cdc_catch_b": "Поймай {{amount_0}} Дратини", - "quest_title_quest_dratini_cdc_evolve_b": "Эволюционируй {{amount_0}} Дратини", - "quest_title_quest_dratini_cdc_snapshot_b": "Сделай фото {{amount_0}} Дратини", - "quest_title_quest_drizzle_evolve": "Эволюционируй Дриззайла", - "quest_title_quest_dude_catch": "Поймай {{amount_0}} Геодудов", - "quest_title_quest_dude_evolve_a": "Эволюционируй {{amount_0}} Геодудов", - "quest_title_quest_dude_evolve_b": "Эволюционируй {{amount_0}} Гравелера", - "quest_title_quest_dude_snap": "Сделай {{amount_0}} фото Геодуда", - "quest_title_quest_duskt_catch_b": "Поймай {{amount_0}} Даскаллов", - "quest_title_quest_duskt_evolve_b": "Эволюционируй {{amount_0}} Даскаллов", - "quest_title_quest_duskt_evolve_s1": "Эволюционируй Дасклопса: {{amount_0}}", - "quest_title_quest_earn_buddy_ribbon_plural": "Earn {{amount_0}} Best Buddy Ribbons with your Pokémon", - "quest_title_quest_eelektrik_evolve_b_plural": "Эволюционируй Электриков ×{{amount_0}}", - "quest_title_quest_eelektrik_evolve_b_singular": "Эволюционируй Электрика", - "quest_title_quest_eevee_evolve_plural": "Эволюционируй Иви в каждую из возможных Эволюций", - "quest_title_quest_eevet_catch_b": "Поймай {{amount_0}} Иви", - "quest_title_quest_eevet_evolve_b": "Эволюционируй {{amount_0}} Иви", - "quest_title_quest_elect_catch_b": "Поймай {{amount_0}} Электабаззов", - "quest_title_quest_elect_evolve_b": "Эволюционируй Электабаззов: {{amount_0}}", - "quest_title_quest_elite_raid_victory_plural": "Победи в элитных рейдах ×{{amount_0}}", - "quest_title_quest_elite_raid_victory_singular": "Победи в элитном рейде", - "quest_title_quest_elite4_a": "Победи Элитную Четвёрку Тура GO: Тренер Меса", - "quest_title_quest_elite4_b": "Победи Элитную Четвёрку Тура GO: Тренер Кейв", - "quest_title_quest_elite4_c": "Победи Элитную Четвёрку Тура GO: Тренер Оушен", - "quest_title_quest_elite4_d": "Победи Элитную Четвёрку Тура GO: Тренер Саванна", - "quest_title_quest_elrd22_april16_battle": "Эксегкьют-квест: Сразись в Гиме", - "quest_title_quest_elrd22_april16_berries": "Эксегкьют-квест: Используй 3 ягоды для поимки Покемонов", - "quest_title_quest_elrd22_april16_catch_grass": "Эксегкьют-квест: Поймай 3 Покемонов типа Трава", - "quest_title_quest_elrd22_april16_charged_move": "Эксегкьют-квест: Используй суперэффективную заряженную атаку", - "quest_title_quest_elrd22_april16_curve": "Эксегкьют-квест: Сделай 5 кручёных бросков", - "quest_title_quest_elrd22_april16_evolve_grass": "Эксегкьют-квест: Эволюционируй 2 Покемонов типа Трава", - "quest_title_quest_elrd22_april16_gifts_stickers": "Эксегкьют-квест: Отправь 2 подарка и добавь наклейку к каждому", - "quest_title_quest_elrd22_april16_great": "Эксегкьют-квест: Сделай 3 отличных броска", - "quest_title_quest_elrd22_april16_great_row": "Эксегкьют-квест: Сделай 2 отличных броска подряд", - "quest_title_quest_elrd22_april16_nice": "Эксегкьют-квест: Сделай 5 хороших бросков", - "quest_title_quest_elrd22_april16_nice_row": "Эксегкьют-квест: Сделай 3 хороших броска подряд", - "quest_title_quest_elrd22_april16_raid": "Эксегкьют-квест: Сразись в 1 рейде", - "quest_title_quest_elrd22_april16_spin": "Эксегкьют-квест: Покрути 2 Покестопа", - "quest_title_quest_elrd22_april16_weather_easy": "Эксегкьют-квест: Поймай 3 Покемонов при погодном усилении", - "quest_title_quest_elrd22_april16_weather_hard": "Эксегкьют-квест: Поймай 5 Покемонов при погодном усилении", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Эксегкьют-квест: Сделай фото дикого Покемона типа Трава", - "quest_title_quest_equinox19_catch_medium_pkmn": "Поймай {{amount_0}} Бульбазавров или Чикорит", - "quest_title_quest_equinox19_catch_type_grass_plural": "Поймай Покемонов типа Трава ×{{amount_0}}", - "quest_title_quest_equinox19_evolve_type_grass_plural": "Эволюционируй Покемонов типа Трава ×{{amount_0}}", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Эволюционируй Покемонов типа Трава ×{{amount_0}}", - "quest_title_quest_event_eevee_snapshot_barcelona": "Сделай фото своего Иви в Барселоне", - "quest_title_quest_event_eevee_snapshot_jakarta": "Сделай фото своего Иви в Джакарте", - "quest_title_quest_event_eevee_snapshot_mexico_city": "Сделай фото своего Иви в Мехико", - "quest_title_quest_event_eevee_snapshot_seoul": "Сделай фото своего Иви в Сеуле", - "quest_title_quest_event_eevee_snapshot_tainan": "Сделай фото своего Иви в Тайнане", - "quest_title_quest_event_leave_behind_spin": "Покрути 10 новых Покестопов или Гимов", - "quest_title_quest_event_leave_behind_spin_safari_city": "Покрути любой Покестоп во время события Исследователи Иви", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Покрути новые Покестопы во время события Исследователи Иви: {{amount_0}}", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Покрути новый Покестоп во время события Исследователи Иви", - "quest_title_quest_event_spin_barcelona": "Покрути 1 Покестоп или Гим в Барселоне", - "quest_title_quest_event_spin_incheon": "Покрути 1 Покестоп или Гим в Инчхоне", - "quest_title_quest_event_spin_jakarta": "Покрути 1 Покестоп или Гим в Джакарте", - "quest_title_quest_event_spin_mexico_city": "Покрути 1 Покестоп или Гим в Мехико", - "quest_title_quest_event_spin_seoul": "Покрути 1 Покестоп или Гим в Сеуле", - "quest_title_quest_event_spin_tainan": "Покрути 1 Покестоп или Гим в Тайнане", - "quest_title_quest_evolve_abra_singular": "Эволюционируй 1 Покемона: Абра", - "quest_title_quest_evolve_aipom_singular": "Эволюционируй 1 Покемона: Эйпом", - "quest_title_quest_evolve_amaura_singular": "Эволюционируй 1 Покемона: Амаура", - "quest_title_quest_evolve_anorith_singular": "Эволюционируй 1 Покемона: Анорит", - "quest_title_quest_evolve_archen_singular": "Эволюционируй 1 Покемона: Аркен", - "quest_title_quest_evolve_aron_singular": "Эволюционируй 1 Покемона: Арон", - "quest_title_quest_evolve_axew_singular": "Эволюционируй 1 Покемона: Эксью", - "quest_title_quest_evolve_azurill_singular": "Эволюционируй 1 Покемона: Азурилл", - "quest_title_quest_evolve_bagon_singular": "Эволюционируй 1 Покемона: Бейгон", - "quest_title_quest_evolve_baltoy_singular": "Эволюционируй 1 Покемона: Балтой", - "quest_title_quest_evolve_barboach_singular": "Эволюционируй 1 Покемона: Барбоч", - "quest_title_quest_evolve_bayleef": "Эволюционируй своего Бэйлифа", - "quest_title_quest_evolve_bayleef_singular": "Эволюционируй 1 Покемона: Бэйлиф", - "quest_title_quest_evolve_beldum_singular": "Эволюционируй 1 Покемона: Белдам", - "quest_title_quest_evolve_bellsprout_singular": "Эволюционируй 1 Покемона: Беллспраут", - "quest_title_quest_evolve_bergmite_singular": "Эволюционируй 1 Покемона: Бергмайт", - "quest_title_quest_evolve_bidoof_singular": "Эволюционируй 1 Покемона: Бидуф", - "quest_title_quest_evolve_binacle_singular": "Эволюционируй 1 Покемона: Байнакл", - "quest_title_quest_evolve_blitzle_singular": "Эволюционируй 1 Покемона: Блитцл", - "quest_title_quest_evolve_boldore_singular": "Эволюционируй 1 Покемона: Болдор", - "quest_title_quest_evolve_bonsly_singular": "Эволюционируй 1 Покемона: Бонслай", - "quest_title_quest_evolve_braixen_singular": "Эволюционируй 1 Покемона: Брейксен", - "quest_title_quest_evolve_bronzor_singular": "Эволюционируй 1 Покемона: Бронзор", - "quest_title_quest_evolve_budew_singular": "Эволюционируй 1 Покемона: Бадью", - "quest_title_quest_evolve_buizel_singular": "Эволюционируй 1 Покемона: Буизел", - "quest_title_quest_evolve_bulbasaur": "Эволюционируй 1 Бульбазавра", - "quest_title_quest_evolve_bulbasaur_singular": "Эволюционируй 1 Бульбазавра", - "quest_title_quest_evolve_buneary_singular": "Эволюционируй 1 Покемона: Бунири", - "quest_title_quest_evolve_bunnelby_singular": "Эволюционируй 1 Покемона: Баннелби", - "quest_title_quest_evolve_burmy_singular": "Эволюционируй 1 Покемона: Бурми", - "quest_title_quest_evolve_cacnea_singular": "Эволюционируй 1 Покемона: Какнея", - "quest_title_quest_evolve_carvanha_singular": "Эволюционируй 1 Покемона: Карванья", - "quest_title_quest_evolve_cascoon_singular": "Эволюционируй 1 Покемона: Каскун", - "quest_title_quest_evolve_caterpie_singular": "Эволюционируй 1 Покемона: Катерпи", - "quest_title_quest_evolve_chansey_singular": "Эволюционируй 1 Покемона: Ченси", - "quest_title_quest_evolve_charmander": "Эволюционируй 1 Чармандера", - "quest_title_quest_evolve_charmander_singular": "Эволюционируй 1 Покемона: Чармандер", - "quest_title_quest_evolve_charmeleon_singular": "Эволюционируй 1 Покемона: Чармелеон", - "quest_title_quest_evolve_cherubi_singular": "Эволюционируй 1 Покемона: Чераби", - "quest_title_quest_evolve_chespin_singular": "Эволюционируй 1 Покемона: Чеспин", - "quest_title_quest_evolve_chikorita": "Эволюционируй своего Чикориту", - "quest_title_quest_evolve_chikorita_singular": "Эволюционируй 1 Покемона: Чикорита", - "quest_title_quest_evolve_chimchar_singular": "Эволюционируй 1 Покемона: Чимчар", - "quest_title_quest_evolve_chinchou_singular": "Эволюционируй 1 Покемона: Чинчоу", - "quest_title_quest_evolve_chingling_singular": "Эволюционируй 1 Покемона: Чинглинг", - "quest_title_quest_evolve_clamperl_singular": "Эволюционируй 1 Покемона: Кламперл", - "quest_title_quest_evolve_clauncher_singular": "Эволюционируй 1 Покемона: Клаунчер", - "quest_title_quest_evolve_clefairy_singular": "Эволюционируй 1 Покемона: Клефэйри", - "quest_title_quest_evolve_cleffa_singular": "Эволюционируй 1 Покемона: Клеффа", - "quest_title_quest_evolve_combee_singular": "Эволюционируй 1 Покемона: Комби", - "quest_title_quest_evolve_combusken_singular": "Эволюционируй 1 Покемона: Комбаскен", - "quest_title_quest_evolve_corphish_singular": "Эволюционируй 1 Покемона: Корфиш", - "quest_title_quest_evolve_cosmoem_singular": "Эволюционируй Космоема", - "quest_title_quest_evolve_cosmog_singular": "Эволюционируй Космога", - "quest_title_quest_evolve_cottonee_singular": "Эволюционируй 1 Покемона: Коттони", - "quest_title_quest_evolve_cranidos_singular": "Эволюционируй 1 Покемона: Кранидос", - "quest_title_quest_evolve_croagunk_singular": "Эволюционируй 1 Покемона: Кроганк", - "quest_title_quest_evolve_croconaw": "Эволюционируй своего Кроконава", - "quest_title_quest_evolve_croconaw_singular": "Эволюционируй 1 Кроконава", - "quest_title_quest_evolve_cubchoo_singular": "Эволюционируй 1 Покемона: Кабчу", - "quest_title_quest_evolve_cubone_singular": "Эволюционируй 1 Покемона: Кьюбон", - "quest_title_quest_evolve_cyndaquil": "Эволюционируй своего Синдаквила", - "quest_title_quest_evolve_cyndaquil_singular": "Эволюционируй 1 Покемона: Синдаквил", - "quest_title_quest_evolve_dark_type_singular": "Эволюционируй Покемона типа Тёмный", - "quest_title_quest_evolve_darumaka_singular": "Эволюционируй 1 Покемона: Дарумака", - "quest_title_quest_evolve_deerling_singular": "Эволюционируй 1 Покемона: Дирлинг", - "quest_title_quest_evolve_deino_singular": "Эволюционируй 1 Покемона: Дейно", - "quest_title_quest_evolve_dewott_singular": "Эволюционируй 1 Покемона: Девотт", - "quest_title_quest_evolve_diglett_singular": "Эволюционируй 1 Покемона: Диглетт", - "quest_title_quest_evolve_doduo_singular": "Эволюционируй 1 Покемона: Додуо", - "quest_title_quest_evolve_doublade_singular": "Эволюционируй 1 Покемона: Дублейд", - "quest_title_quest_evolve_dragonair_singular": "Эволюционируй 1 Драгонэйра", - "quest_title_quest_evolve_dratini_singular": "Эволюционируй 1 Дратини", - "quest_title_quest_evolve_drifloon_singular": "Эволюционируй 1 Покемона: Дрифлун", - "quest_title_quest_evolve_drilbur_singular": "Эволюционируй 1 Покемона: Дрилбур", - "quest_title_quest_evolve_drowzee_singular": "Эволюционируй 1 Покемона: Драузи", - "quest_title_quest_evolve_ducklett_singular": "Эволюционируй 1 Покемона: Даклетт", - "quest_title_quest_evolve_duosion_singular": "Эволюционируй 1 Покемона: Дуожн", - "quest_title_quest_evolve_durant_singular": "Эволюционируй 1 Покемона: Дюрант", - "quest_title_quest_evolve_dusclops_singular": "Эволюционируй 1 Покемона: Дасклопс", - "quest_title_quest_evolve_duskull_singular": "Эволюционируй 1 Покемона: Даскалл", - "quest_title_quest_evolve_dwebble_singular": "Эволюционируй 1 Покемона: Двеббл", - "quest_title_quest_evolve_eelektrik_singular": "Эволюционируй 1 Покемона: Электрик", - "quest_title_quest_evolve_eevee_singular": "Эволюционируй 1 Покемона: Иви", - "quest_title_quest_evolve_eevee_types_plural": "Эволюционируй Покемонов типов Электро, Вода или Огонь ×{{amount_0}}", - "quest_title_quest_evolve_eevee_types_singular": "Эволюционируй 1 Покемона типа Электро, Вода или Огонь", - "quest_title_quest_evolve_ekans_singular": "Эволюционируй 1 Покемона: Эканс", - "quest_title_quest_evolve_electabuzz_singular": "Эволюционируй 1 Покемона: Электабазз", - "quest_title_quest_evolve_electrike_singular": "Эволюционируй 1 Покемона: Электрайк", - "quest_title_quest_evolve_elekid_singular": "Эволюционируй 1 Покемона: Элекид", - "quest_title_quest_evolve_elgyem_singular": "Эволюционируй 1 Покемона: Элгием", - "quest_title_quest_evolve_espeon": "Эволюционируй Иви в Эспеона в дневное время", - "quest_title_quest_evolve_espurr_singular": "Эволюционируй 1 Покемона: Эспурр", - "quest_title_quest_evolve_evolved_grass_singular": "Эволюционируй 1 эволюционировавшего Покемона типа Трава", - "quest_title_quest_evolve_exeggcute_singular": "Эволюционируй 1 Покемона: Эксегкьют", - "quest_title_quest_evolve_farfetch'd_singular": "Эволюционируй 1 Покемона: Фарфетчд", - "quest_title_quest_evolve_feebas_singular": "Эволюционируй 1 Покемона: Фибас", - "quest_title_quest_evolve_fennekin_singular": "Эволюционируй 1 Феннекина", - "quest_title_quest_evolve_ferroseed_singular": "Эволюционируй 1 Покемона: Ферросид", - "quest_title_quest_evolve_finneon_singular": "Эволюционируй 1 Покемона: Финнеон", - "quest_title_quest_evolve_flaaffy_singular": "Эволюционируй 1 Покемона: Флааффи", - "quest_title_quest_evolve_flabébé_singular": "Эволюционируй 1 Покемона: Флабебе", - "quest_title_quest_evolve_fletchinder_singular": "Эволюционируй 1 Покемона: Флетчлиндер", - "quest_title_quest_evolve_fletchling_singular": "Эволюционируй 1 Покемона: Флетчлинг", - "quest_title_quest_evolve_floette_singular": "Эволюционируй 1 Покемона: Флоэтт", - "quest_title_quest_evolve_foongus_singular": "Эволюционируй 1 Покемона: Фунгус", - "quest_title_quest_evolve_fraxure_singular": "Эволюционируй 1 Покемона: Фрэкшур", - "quest_title_quest_evolve_frillish_singular": "Эволюционируй 1 Покемона: Фриллиш", - "quest_title_quest_evolve_froakie_singular": "Эволюционируй 1 Покемона: Фроки", - "quest_title_quest_evolve_frogadier_singular": "Эволюционируй 1 Покемона: Фрогадир", - "quest_title_quest_evolve_gabite_singular": "Эволюционируй 1 Покемона: Габайт", - "quest_title_quest_evolve_gastly_singular": "Эволюционируй 1 Покемона: Гастли", - "quest_title_quest_evolve_geodude_singular": "Эволюционируй 1 Покемона: Геодуд", - "quest_title_quest_evolve_gible_singular": "Эволюционируй 1 Покемона: Гибл", - "quest_title_quest_evolve_glalie_singular": "Эволюционируй 1 Покемона: Глейли", - "quest_title_quest_evolve_glameow_singular": "Эволюционируй 1 Покемона: Глеймяу", - "quest_title_quest_evolve_gligar_singular": "Эволюционируй 1 Покемона: Глайгар", - "quest_title_quest_evolve_gloom_singular": "Эволюционируй 1 Покемона: Глум", - "quest_title_quest_evolve_golbat_singular": "Эволюционируй 1 Покемона: Голбат", - "quest_title_quest_evolve_goldeen_singular": "Эволюционируй 1 Покемона: Голдин", - "quest_title_quest_evolve_golett_singular": "Эволюционируй 1 Покемона: Голетт", - "quest_title_quest_evolve_goomy_singular": "Эволюционируй 1 Покемона: Гуми", - "quest_title_quest_evolve_gothita_singular": "Эволюционируй 1 Покемона: Гофита", - "quest_title_quest_evolve_gothorita_singular": "Эволюционируй 1 Покемона: Гофорита", - "quest_title_quest_evolve_graveler_singular": "Эволюционируй 1 Покемона: Гравелер", - "quest_title_quest_evolve_grimer_singular": "Эволюционируй 1 Покемона: Граймер", - "quest_title_quest_evolve_grotle_singular": "Эволюционируй 1 Покемона: Гротл", - "quest_title_quest_evolve_ground_plural": "Эволюционируй Покемонов типа Земля ×{{amount_0}}", - "quest_title_quest_evolve_grovyle_singular": "Эволюционируй 1 Покемона: Гровайл", - "quest_title_quest_evolve_growlithe_singular": "Эволюционируй 1 Покемона: Гроулит", - "quest_title_quest_evolve_gulpin_singular": "Эволюционируй 1 Покемона: Гальпин", - "quest_title_quest_evolve_gurdurr_singular": "Эволюционируй 1 Покемона: Гурдурр", - "quest_title_quest_evolve_happiny_singular": "Эволюционируй 1 Покемона: Хаппини", - "quest_title_quest_evolve_haunter_singular": "Эволюционируй 1 Покемона: Хонтер", - "quest_title_quest_evolve_heatmor_singular": "Эволюционируй 1 Покемона: Хитмор", - "quest_title_quest_evolve_helioptile_singular": "Эволюционируй 1 Покемона: Хелиоптайл", - "quest_title_quest_evolve_herdier_singular": "Эволюционируй 1 Покемона: Хардиер", - "quest_title_quest_evolve_hippopotas_singular": "Эволюционируй 1 Покемона: Гиппопотас", - "quest_title_quest_evolve_honedge_singular": "Эволюционируй 1 Покемона: Хонедж", - "quest_title_quest_evolve_hoothoot_singular": "Эволюционируй 1 Хутхута", - "quest_title_quest_evolve_hoppip_singular": "Эволюционируй 1 Покемона: Хоппип", - "quest_title_quest_evolve_horsea_singular": "Эволюционируй 1 Покемона: Хорси", - "quest_title_quest_evolve_houndour_singular": "Эволюционируй 1 Покемона: Хандор", - "quest_title_quest_evolve_igglybuff_singular": "Эволюционируй 1 Покемона: Игглибафф", - "quest_title_quest_evolve_illumise_singular": "Эволюционируй 1 Покемона: Иллюмайз", - "quest_title_quest_evolve_inkay_singular": "Эволюционируй 1 Покемона: Инкей", - "quest_title_quest_evolve_items_plural": "Используй предметы, чтобы эволюционировать Покемонов ×{{amount_0}}", - "quest_title_quest_evolve_items_singular": "Используй предмет, чтобы эволюционировать 1 Покемона", - "quest_title_quest_evolve_ivysaur_singular": "Эволюционируй 1 Покемона: Айвизавр", - "quest_title_quest_evolve_jigglypuff_singular": "Эволюционируй 1 Покемона: Джигглипафф", - "quest_title_quest_evolve_joltik_singular": "Эволюционируй 1 Покемона: Джолтик", - "quest_title_quest_evolve_kabuto_singular": "Эволюционируй 1 Покемона: Кабуто", - "quest_title_quest_evolve_kadabra_singular": "Эволюционируй 1 Покемона: Кадабра", - "quest_title_quest_evolve_kakuna_singular": "Эволюционируй 1 Покемона: Какуна", - "quest_title_quest_evolve_karrablast_singular": "Эволюционируй 1 Покемона: Каррабласт", - "quest_title_quest_evolve_kirlia_singular": "Эволюционируй 1 Покемона: Кирлия", - "quest_title_quest_evolve_klang_singular": "Эволюционируй 1 Покемона: Кланг", - "quest_title_quest_evolve_klink_singular": "Эволюционируй 1 Покемона: Клинк", - "quest_title_quest_evolve_koffing_singular": "Эволюционируй 1 Покемона: Коффинг", - "quest_title_quest_evolve_krabby_singular": "Эволюционируй 1 Покемона: Крабби", - "quest_title_quest_evolve_kricketot_singular": "Эволюционируй 1 Покемона: Крикетот", - "quest_title_quest_evolve_krokorok_singular": "Эволюционируй 1 Покемона: Крокорок", - "quest_title_quest_evolve_lairon_singular": "Эволюционируй 1 Покемона: Лайрон", - "quest_title_quest_evolve_lampent_singular": "Эволюционируй 1 Покемона: Лампент", - "quest_title_quest_evolve_larvesta_singular": "Эволюционируй 1 Покемона: Ларвеста", - "quest_title_quest_evolve_larvitar_singular": "Эволюционируй 1 Покемона: Ларвитар", - "quest_title_quest_evolve_ledyba_singular": "Эволюционируй 1 Покемона: Ледиба", - "quest_title_quest_evolve_lickitung_singular": "Эволюционируй 1 Покемона: Ликитанг", - "quest_title_quest_evolve_lileep_singular": "Эволюционируй 1 Покемона: Лилип", - "quest_title_quest_evolve_lillipup_singular": "Эволюционируй 1 Покемона: Лиллипап", - "quest_title_quest_evolve_linoone_singular": "Эволюционируй {{amount_0}} Галарского Лайнуна", - "quest_title_quest_evolve_litleo_singular": "Эволюционируй 1 Покемона: Литлео", - "quest_title_quest_evolve_litwick_singular": "Эволюционируй 1 Литвика", - "quest_title_quest_evolve_lombre_singular": "Эволюционируй 1 Покемона: Ломбрэ", - "quest_title_quest_evolve_lotad_singular": "Эволюционируй 1 Покемона: Лотад", - "quest_title_quest_evolve_loudred_singular": "Эволюционируй 1 Покемона: Лаудред", - "quest_title_quest_evolve_luxio_singular": "Эволюционируй 1 Покемона: Лаксио", - "quest_title_quest_evolve_machoke_singular": "Эволюционируй 1 Покемона: Мачоук", - "quest_title_quest_evolve_machop_singular": "Эволюционируй 1 Покемона: Мачоп", - "quest_title_quest_evolve_magby_singular": "Эволюционируй 1 Покемона: Магби", - "quest_title_quest_evolve_magikarp_singular": "Эволюционируй 1 Покемона: Мэджикарп", - "quest_title_quest_evolve_magmar_singular": "Эволюционируй 1 Покемона: Магмар", - "quest_title_quest_evolve_magnemite_singular": "Эволюционируй 1 Покемона: Магнемайт", - "quest_title_quest_evolve_makuhita_singular": "Эволюционируй 1 Покемона: Макухита", - "quest_title_quest_evolve_mankey_singular": "Эволюционируй 1 Покемона: Манки", - "quest_title_quest_evolve_mantyke_singular": "Эволюционируй 1 Покемона: Мантайк", - "quest_title_quest_evolve_mareep_singular": "Эволюционируй 1 Покемона: Марип", - "quest_title_quest_evolve_marill_singular": "Эволюционируй 1 Покемона: Мэрилл", - "quest_title_quest_evolve_marshtomp_singular": "Эволюционируй 1 Покемона: Марштомп", - "quest_title_quest_evolve_meditite_singular": "Эволюционируй 1 Покемона: Медитайт", - "quest_title_quest_evolve_meowth_singular": "Эволюционируй 1 Покемона: Мяут", - "quest_title_quest_evolve_metang_singular": "Эволюционируй 1 Покемона: Метанг", - "quest_title_quest_evolve_metapod_singular": "Эволюционируй 1 Покемона: Метапод", - "quest_title_quest_evolve_mienfoo_singular": "Эволюционируй 1 Покемона: Минфу", - "quest_title_quest_evolve_mime jr._singular": "Эволюционируй 1 Покемона: Майм-Джуниор", - "quest_title_quest_evolve_minccino_singular": "Эволюционируй 1 Покемона: Минччино", - "quest_title_quest_evolve_misdreavus_singular": "Эволюционируй 1 Покемона: Мисдривус", - "quest_title_quest_evolve_monferno_singular": "Эволюционируй 1 Покемона: Монферно", - "quest_title_quest_evolve_mr. mime_singular": "Эволюционируй 1 Покемона: Мистер Майм", - "quest_title_quest_evolve_mudkip_singular": "Эволюционируй 1 Мадкипа", - "quest_title_quest_evolve_munchlax_singular": "Эволюционируй 1 Покемона: Манчлакс", - "quest_title_quest_evolve_munna_singular": "Эволюционируй 1 Покемона: Мунна", - "quest_title_quest_evolve_murkrow_singular": "Эволюционируй 1 Покемона: Муркроу", - "quest_title_quest_evolve_natu_singular": "Эволюционируй 1 Нату", - "quest_title_quest_evolve_nidoranfemale_singular": "Эволюционируй 1 Покемона: Нидоран♀", - "quest_title_quest_evolve_nidoranmale_singular": "Эволюционируй 1 Покемона: Нидоран♂", - "quest_title_quest_evolve_nidorina_singular": "Эволюционируй 1 Покемона: Нидорина", - "quest_title_quest_evolve_nidorino_singular": "Эволюционируй 1 Покемона: Нидорино", - "quest_title_quest_evolve_nincada_singular": "Эволюционируй 1 Покемона: Нинкада", - "quest_title_quest_evolve_noibat_singular": "Эволюционируй 1 Покемона: Нойбат", - "quest_title_quest_evolve_nosepass_singular": "Эволюционируй 1 Покемона: Ноузпасс", - "quest_title_quest_evolve_numel_singular": "Эволюционируй 1 Покемона: Намел", - "quest_title_quest_evolve_nuzleaf_singular": "Эволюционируй 1 Покемона: Назлиф", - "quest_title_quest_evolve_oddish_singular": "Эволюционируй 1 Покемона: Оддиш", - "quest_title_quest_evolve_omanyte_singular": "Эволюционируй 1 Покемона: Оманайт", - "quest_title_quest_evolve_onix_singular": "Эволюционируй 1 Покемона: Оникс", - "quest_title_quest_evolve_oshawott_singular": "Эволюционируй 1 Покемона: Ошавотт", - "quest_title_quest_evolve_palpitoad_singular": "Эволюционируй 1 Покемона: Палпитоуд", - "quest_title_quest_evolve_pancham_singular": "Эволюционируй 1 Покемона: Панчам", - "quest_title_quest_evolve_panpour_singular": "Эволюционируй 1 Покемона: Панпур", - "quest_title_quest_evolve_pansage_singular": "Эволюционируй 1 Покемона: Пансейдж", - "quest_title_quest_evolve_pansear_singular": "Эволюционируй 1 Покемона: Пансир", - "quest_title_quest_evolve_paras_singular": "Эволюционируй 1 Покемона: Парас", - "quest_title_quest_evolve_patrat_singular": "Эволюционируй 1 Покемона: Патрат", - "quest_title_quest_evolve_pawniard_singular": "Эволюционируй 1 Покемона: Поуниард", - "quest_title_quest_evolve_petilil_singular": "Эволюционируй 1 Покемона: Петилил", - "quest_title_quest_evolve_phanpy_singular": "Эволюционируй 1 Покемона: Фэнпи", - "quest_title_quest_evolve_phantump_singular": "Эволюционируй 1 Покемона: Фантамп", - "quest_title_quest_evolve_pichu_singular": "Эволюционируй 1 Покемона: Пичу", - "quest_title_quest_evolve_pidgeotto_singular": "Эволюционируй 1 Покемона: Пиджеотто", - "quest_title_quest_evolve_pidgey_singular": "Эволюционируй 1 Покемона: Пиджи", - "quest_title_quest_evolve_pidove_singular": "Эволюционируй 1 Покемона: Пидав", - "quest_title_quest_evolve_pignite_singular": "Эволюционируй 1 Покемона: Пигнайт", - "quest_title_quest_evolve_pikachu_singular": "Эволюционируй 1 Покемона: Пикачу", - "quest_title_quest_evolve_piloswine_plural": "Эволюционируй {{amount_0}} Пилосвайна", - "quest_title_quest_evolve_piloswine_singular": "Эволюционируй 1 Покемона: Пилосвайн", - "quest_title_quest_evolve_pineco_singular": "Эволюционируй 1 Покемона: Пайнеко", - "quest_title_quest_evolve_piplup_singular": "Эволюционируй 1 Покемона: Пиплап", - "quest_title_quest_evolve_plural": "Эволюционируй {{amount_0}} Покемонов", - "quest_title_quest_evolve_poison_type_singular": "Эволюционируй 1 Покемона типа Яд", - "quest_title_quest_evolve_poliwag_singular": "Эволюционируй 1 Покемона: Поливаг", - "quest_title_quest_evolve_poliwhirl_singular": "Эволюционируй 1 Покемона: Поливирл", - "quest_title_quest_evolve_ponyta_singular": "Эволюционируй 1 Покемона: Понита", - "quest_title_quest_evolve_poochyena_singular": "Эволюционируй 1 Покемона: Пучиена", - "quest_title_quest_evolve_porygon2_singular": "Эволюционируй 1 Покемона: Поригон-2", - "quest_title_quest_evolve_prinplup_singular": "Эволюционируй 1 Покемона: Принплап", - "quest_title_quest_evolve_psyduck_singular": "Эволюционируй 1 Покемона: Псайдак", - "quest_title_quest_evolve_pumpkaboo_singular": "Эволюционируй 1 Покемона: Пампкабу", - "quest_title_quest_evolve_pupitar_singular": "Эволюционируй 1 Покемона: Пьюпитар", - "quest_title_quest_evolve_purrloin_singular": "Эволюционируй 1 Покемона: Пуррлойн", - "quest_title_quest_evolve_quilava": "Эволюционируй своего Квилаву", - "quest_title_quest_evolve_quilava_singular": "Эволюционируй 1 Покемона: Квилава", - "quest_title_quest_evolve_quilladin_singular": "Эволюционируй 1 Покемона: Квилладин", - "quest_title_quest_evolve_qwilfish_singular": "Эволюционируй 1 Покемона: Квилфиш", - "quest_title_quest_evolve_ralts_singular": "Эволюционируй 1 Покемона: Ролтс", - "quest_title_quest_evolve_rattata_singular": "Эволюционируй 1 Покемона: Раттата", - "quest_title_quest_evolve_remoraid_singular": "Эволюционируй 1 Покемона: Реморэйд", - "quest_title_quest_evolve_rhydon_singular": "Эволюционируй 1 Покемона: Райдон", - "quest_title_quest_evolve_rhyhorn_singular": "Эволюционируй 1 Покемона: Райхорн", - "quest_title_quest_evolve_riolu_singular": "Эволюционируй 1 Покемона: Риолу", - "quest_title_quest_evolve_roggenrola_singular": "Эволюционируй 1 Роггенролу", - "quest_title_quest_evolve_roselia_singular": "Эволюционируй 1 Покемона: Розелия", - "quest_title_quest_evolve_rufflet_singular": "Эволюционируй 1 Покемона: Раффлет", - "quest_title_quest_evolve_sandile_singular": "Эволюционируй 1 Покемона: Сэндайл", - "quest_title_quest_evolve_sandshrew_singular": "Эволюционируй 1 Покемона: Сэндшрю", - "quest_title_quest_evolve_sb_singular": "Эволюционируй 1 Снаббулла", - "quest_title_quest_evolve_scatterbug_singular": "Эволюционируй 1 Покемона: Скаттербаг", - "quest_title_quest_evolve_scraggy_singular": "Эволюционируй 1 Покемона: Скрэгги", - "quest_title_quest_evolve_scyther_singular": "Эволюционируй 1 Покемона: Скайтер", - "quest_title_quest_evolve_seadra_singular": "Эволюционируй 1 Покемона: Сидра", - "quest_title_quest_evolve_sealeo_singular": "Эволюционируй 1 Покемона: Силео", - "quest_title_quest_evolve_seedot_singular": "Эволюционируй 1 Покемона: Сидот", - "quest_title_quest_evolve_seel_singular": "Эволюционируй 1 Покемона: Сил", - "quest_title_quest_evolve_sentret_singular": "Эволюционируй 1 Покемона: Сентрет", - "quest_title_quest_evolve_servine_singular": "Эволюционируй 1 Покемона: Сервайн", - "quest_title_quest_evolve_sewaddle_singular": "Эволюционируй 1 Покемона: Севаддл", - "quest_title_quest_evolve_shelgon_singular": "Эволюционируй 1 Покемона: Шелгон", - "quest_title_quest_evolve_shellder_singular": "Эволюционируй 1 Покемона: Шеллдер", - "quest_title_quest_evolve_shellos_singular": "Эволюционируй 1 Покемона: Шеллос", - "quest_title_quest_evolve_shelmet_singular": "Эволюционируй 1 Покемона: Шелмет", - "quest_title_quest_evolve_shieldon_singular": "Эволюционируй 1 Покемона: Шилдон", - "quest_title_quest_evolve_shinx_singular": "Эволюционируй 1 Покемона: Шинкс", - "quest_title_quest_evolve_shroomish_singular": "Эволюционируй 1 Покемона: Шрумиш", - "quest_title_quest_evolve_shuckle_singular": "Эволюционируй 1 Покемона: Шакл", - "quest_title_quest_evolve_shuppet_singular": "Эволюционируй 1 Покемона: Шаппет", - "quest_title_quest_evolve_silcoon_singular": "Эволюционируй 1 Покемона: Силкун", - "quest_title_quest_evolve_singular": "Эволюционируй 1 Покемона", - "quest_title_quest_evolve_skiddo_singular": "Эволюционируй 1 Покемона: Скиддо", - "quest_title_quest_evolve_skiploom_singular": "Эволюционируй 1 Покемона: Скиплум", - "quest_title_quest_evolve_skitty_singular": "Эволюционируй 1 Покемона: Скитти", - "quest_title_quest_evolve_skorupi_singular": "Эволюционируй 1 Покемона: Скорупи", - "quest_title_quest_evolve_skrelp_singular": "Эволюционируй 1 Покемона: Скрелп", - "quest_title_quest_evolve_slakoth_singular": "Эволюционируй 1 Покемона: Слакот", - "quest_title_quest_evolve_sliggoo_singular": "Эволюционируй 1 Покемона: Слиггу", - "quest_title_quest_evolve_slowpoke_plural": "Эволюционируй {{amount_0}} Слоупоков", - "quest_title_quest_evolve_slowpoke_singular": "Эволюционируй 1 Покемона: Слоупок", - "quest_title_quest_evolve_slugma_singular": "Эволюционируй 1 Покемона: Слагма", - "quest_title_quest_evolve_smoochum_singular": "Эволюционируй 1 Покемона: Смучум", - "quest_title_quest_evolve_sneasel_singular": "Эволюционируй 1 Покемона: Снизел", - "quest_title_quest_evolve_snivy_singular": "Эволюционируй 1 Покемона: Снайви", - "quest_title_quest_evolve_snorunt_singular": "Эволюционируй 1 Покемона: Снорант", - "quest_title_quest_evolve_snover_singular": "Эволюционируй 1 Покемона: Сноувер", - "quest_title_quest_evolve_snubbull_singular": "Эволюционируй 1 Покемона: Снаббулл", - "quest_title_quest_evolve_solosis_singular": "Эволюционируй 1 Покемона: Солосис", - "quest_title_quest_evolve_spearow_singular": "Эволюционируй 1 Покемона: Спироу", - "quest_title_quest_evolve_special_drowzee": "Эволюционируй 1 Драузи", - "quest_title_quest_evolve_special_feebas_singular": "Эволюционируй 1 Фибаса", - "quest_title_quest_evolve_special_galarian_mrmime": "Эволюционируй Галарского Мистера Майма", - "quest_title_quest_evolve_special_galarian_slowpoke": "Эволюционируй 1 Галарского Слоупока", - "quest_title_quest_evolve_special_grimer": "Эволюционируй 1 Граймера", - "quest_title_quest_evolve_special_magnemite": "Эволюционируй 1 Магнемайта", - "quest_title_quest_evolve_special_scyther": "Эволюционируй 1 Скайтера", - "quest_title_quest_evolve_special0_singular": "Эволюционируй 1 Мэджикарпа", - "quest_title_quest_evolve_special1_plural": "Эволюционируй Пиджи: {{amount_0}}", - "quest_title_quest_evolve_special1_singular": "Эволюционируй 1 Хорси", - "quest_title_quest_evolve_special2_singular": "Эволюционируй Мяута", - "quest_title_quest_evolve_spewpa_singular": "Эволюционируй 1 Покемона: Спьюпа", - "quest_title_quest_evolve_spheal_singular": "Эволюционируй 1 Покемона: Сфил", - "quest_title_quest_evolve_spinarak_singular": "Эволюционируй 1 Покемона: Спинарак", - "quest_title_quest_evolve_spoink_singular": "Эволюционируй 1 Покемона: Споинк", - "quest_title_quest_evolve_spritzee_singular": "Эволюционируй 1 Покемона: Спритци", - "quest_title_quest_evolve_squirtle_singular": "Эволюционируй 1 Покемона: Сквиртл", - "quest_title_quest_evolve_staravia_singular": "Эволюционируй 1 Покемона: Старавия", - "quest_title_quest_evolve_starly_singular": "Эволюционируй 1 Старли", - "quest_title_quest_evolve_staryu_singular": "Эволюционируй 1 Покемона: Старью", - "quest_title_quest_evolve_steelix_singular": "Эволюционируй 1 Покемона: Стиликс", - "quest_title_quest_evolve_stunky_singular": "Эволюционируй 1 Покемона: Станки", - "quest_title_quest_evolve_sunkern_singular": "Эволюционируй 1 Покемона: Санкерн", - "quest_title_quest_evolve_sunstone_singular": "Используй Солнечный камень, чтобы эволюционировать Глума или Санкерна", - "quest_title_quest_evolve_surskit_singular": "Эволюционируй 1 Покемона: Сурскит", - "quest_title_quest_evolve_swablu_singular": "Эволюционируй 1 Покемона: Сваблу", - "quest_title_quest_evolve_swadloon_singular": "Эволюционируй 1 Покемона: Свадлун", - "quest_title_quest_evolve_swinub_singular": "Эволюционируй 1 Покемона: Свинуб", - "quest_title_quest_evolve_swirlix_singular": "Эволюционируй 1 Покемона: Свирликс", - "quest_title_quest_evolve_taillow_singular": "Эволюционируй 1 Покемона: Тэйллоу", - "quest_title_quest_evolve_tangela_singular": "Эволюционируй 1 Покемона: Тангела", - "quest_title_quest_evolve_teddiursa_singular": "Эволюционируй 1 Покемона: Теддиурса", - "quest_title_quest_evolve_tentacool_singular": "Эволюционируй 1 Покемона: Тентакул", - "quest_title_quest_evolve_tepig_singular": "Эволюционируй 1 Тепига", - "quest_title_quest_evolve_timburr_singular": "Эволюционируй 1 Покемона: Тимбёрр", - "quest_title_quest_evolve_tirtouga_singular": "Эволюционируй 1 Покемона: Тиртуга", - "quest_title_quest_evolve_togepi_singular": "Эволюционируй 1 Покемона: Тогэпи", - "quest_title_quest_evolve_togetic_singular": "Эволюционируй 1 Покемона: Тогэтик", - "quest_title_quest_evolve_torchic_singular": "Эволюционируй 1 Покемона: Торчик", - "quest_title_quest_evolve_totodile": "Эволюционируй своего Тотодайла", - "quest_title_quest_evolve_totodile_singular": "Эволюционируй 1 Тотодайла", - "quest_title_quest_evolve_tranquill_singular": "Эволюционируй 1 Покемона: Транквилл", - "quest_title_quest_evolve_trapinch_singular": "Эволюционируй 1 Покемона: Трапинч", - "quest_title_quest_evolve_treecko_singular": "Эволюционируй 1 Покемона: Трико", - "quest_title_quest_evolve_trubbish_singular": "Эволюционируй 1 Покемона: Траббиш", - "quest_title_quest_evolve_turtwig_singular": "Эволюционируй 1 Покемона: Тортвиг", - "quest_title_quest_evolve_tympole_singular": "Эволюционируй 1 Покемона: Тимпоул", - "quest_title_quest_evolve_tynamo_singular": "Эволюционируй 1 Покемона: Тинамо", - "quest_title_quest_evolve_type_dark_plural": "Эволюционируй {{amount_0}} тёмных Покемонов", - "quest_title_quest_evolve_type_dragon_plural": "Эволюционируй Покемонов типа Дракон ×{{amount_0}}", - "quest_title_quest_evolve_type_dragon_singular": "Эволюционируй Покемона типа Дракон", - "quest_title_quest_evolve_type_electric_plural": "Эволюционируй Покемонов типа Электро ×{{amount_0}}", - "quest_title_quest_evolve_type_electric_singular": "Эволюционируй 1 Покемона типа Электро", - "quest_title_quest_evolve_type_fairy_plural": "Эволюционируй Покемонов типа Фея ×{{amount_0}}", - "quest_title_quest_evolve_type_fairy_singular": "Эволюционируй 1 Покемона типа Фея", - "quest_title_quest_evolve_type_fire_plural": "Эволюционируй Покемонов типа Огонь ×{{amount_0}}", - "quest_title_quest_evolve_type_fire_singular": "Эволюционируй 1 Покемона типа Огонь", - "quest_title_quest_evolve_type_flying_plural": "Эволюционируй Покемонов типа Летающий ×{{amount_0}}", - "quest_title_quest_evolve_type_flying_singular": "Эволюционируй 1 Покемона типа Летающий", - "quest_title_quest_evolve_type_ghost_plural": "Эволюционируй Покемонов типа Привидение ×{{amount_0}}", - "quest_title_quest_evolve_type_ghost_single": "Эволюционируй Покемона типа Привидение", - "quest_title_quest_evolve_type_grass_plural": "Эволюционируй Покемонов типа Трава ×{{amount_0}}", - "quest_title_quest_evolve_type_grass_singular": "Эволюционируй 1 Покемона типа Трава", - "quest_title_quest_evolve_type_ice_plural": "Эволюционируй Покемонов типа Лёд ×{{amount_0}}", - "quest_title_quest_evolve_type_ice_singular": "Эволюционируй 1 Покемона типа Лёд", - "quest_title_quest_evolve_type_poison_plural": "Эволюционируй Покемонов типа Яд ×{{amount_0}}", - "quest_title_quest_evolve_type_psychic_plural": "Эволюционируй Покемонов типа Психо ×{{amount_0}}", - "quest_title_quest_evolve_type_psychic_singular": "Эволюционируй 1 Покемона типа Психо", - "quest_title_quest_evolve_type_rock_plural": "Эволюционируй Покемонов типа Камень ×{{amount_0}}", - "quest_title_quest_evolve_type_steel_plural": "Эволюционируй Покемонов типа Сталь ×{{amount_0}}", - "quest_title_quest_evolve_type_water_plural": "Эволюционируй Покемонов типа Вода ×{{amount_0}}", - "quest_title_quest_evolve_type_water_singular": "Эволюционируй 1 Покемона типа Вода", - "quest_title_quest_evolve_tyrogue_singular": "Эволюционируй 1 Покемона: Тайрог", - "quest_title_quest_evolve_tyrunt_singular": "Эволюционируй 1 Покемона: Тайрант", - "quest_title_quest_evolve_umbreon": "Эволюционируй Иви в Амбреона в ночное время", - "quest_title_quest_evolve_vanillish_singular": "Эволюционируй 1 Покемона: Ваниллиш", - "quest_title_quest_evolve_vanillite_singular": "Эволюционируй 1 Покемона: Ваниллайт", - "quest_title_quest_evolve_venipede_singular": "Эволюционируй 1 Покемона: Венипид", - "quest_title_quest_evolve_venonat_singular": "Эволюционируй 1 Покемона: Венонат", - "quest_title_quest_evolve_vibrava_singular": "Эволюционируй 1 Покемона: Вибрава", - "quest_title_quest_evolve_vigoroth_singular": "Эволюционируй 1 Покемона: Вигорот", - "quest_title_quest_evolve_volbeat_singular": "Эволюционируй 1 Покемона: Волбит", - "quest_title_quest_evolve_voltorb_singular": "Эволюционируй 1 Покемона: Волторб", - "quest_title_quest_evolve_vullaby_singular": "Эволюционируй 1 Покемона: Виллаби", - "quest_title_quest_evolve_vulpix_singular": "Эволюционируй 1 Покемона: Валпикс", - "quest_title_quest_evolve_wailmer_singular": "Эволюционируй 1 Покемона: Вэйлмер", - "quest_title_quest_evolve_wartortle_singular": "Эволюционируй 1 Покемона: Вартортл", - "quest_title_quest_evolve_weedle_singular": "Эволюционируй 1 Покемона: Видл", - "quest_title_quest_evolve_weepinbell_singular": "Эволюционируй 1 Покемона: Випинбелл", - "quest_title_quest_evolve_whirlipede_singular": "Эволюционируй 1 Покемона: Вирлипид", - "quest_title_quest_evolve_whismur_singular": "Эволюционируй 1 Покемона: Визмур", - "quest_title_quest_evolve_wingull_singular": "Эволюционируй 1 Покемона: Вингалл", - "quest_title_quest_evolve_woobat_singular": "Эволюционируй 1 Покемона: Вубат", - "quest_title_quest_evolve_wooper_singular": "Эволюционируй 1 Покемона: Вупер", - "quest_title_quest_evolve_wurmple_singular": "Эволюционируй 1 Покемона: Вурмпл", - "quest_title_quest_evolve_wynaut_singular": "Эволюционируй 1 Покемона: Вайнот", - "quest_title_quest_evolve_yamask_singular": "Эволюционируй 1 Покемона: Ямаск", - "quest_title_quest_evolve_yanma_singular": "Эволюционируй 1 Покемона: Янма", - "quest_title_quest_evolve_zigzagoon_singular": "Эволюционируй 1 Покемона: Зигзагун", - "quest_title_quest_evolve_zorua_singular": "Эволюционируй 1 Покемона: Зоруа", - "quest_title_quest_evolve_zubat_singular": "Эволюционируй 1 Покемона: Зубат", - "quest_title_quest_evolve_zweilous_singular": "Эволюционируй 1 Покемона: Цвайлос", - "quest_title_quest_explore_buddy": "Исследуя со своим Покемоном-приятелем, заработай 1 конфету", - "quest_title_quest_explore_buddy_carbink": "Исследуя с Карбинком в качестве Покемона-приятеля, заработай 1 конфету", - "quest_title_quest_explore_buddy_plural": "Исследуя со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", - "quest_title_quest_explore_buddy_routes_plural": "Исследуя маршруты со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", - "quest_title_quest_explore_buddy_routes_singular": "Исследуя маршруты со своим Покемоном-приятелем, заработай 1 конфету", - "quest_title_quest_explore_km": "Пройди {{amount_0}} км", - "quest_title_quest_explore_km_party": "Играя в команде, пройди {{amount_0}} км", - "quest_title_quest_febresearchday_battle_gym_singular": "Кламперл-квест: Сразись в 1 Гиме", - "quest_title_quest_febresearchday_battle_raid_singular": "Кламперл-квест: Сразись в 1 рейде", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Кламперл-квест: Используй 1 суперэффективную заряженную атаку в Гим-битве", - "quest_title_quest_febresearchday_catch_feed_plural": "Кламперл-квест: Используй ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_quest_febresearchday_catch_special1_singular": "Кламперл-квест: Поймай 1 Мэджикарпа или Вэйлмера", - "quest_title_quest_febresearchday_catch_special2_singular": "Кламперл-квест: Поймай 1 Псайдака или Крабби", - "quest_title_quest_febresearchday_catch_type_water_plural": "Кламперл-квест: Поймай Покемонов типа Вода ×{{amount_0}}", - "quest_title_quest_febresearchday_evolve_type_water_plural": "Кламперл-квест: Эволюционируй Покемонов типа Вода ×{{amount_0}}", - "quest_title_quest_febresearchday_land_curveball_plural": "Кламперл-квест: Сделай кручёные броски: {{amount_0}}", - "quest_title_quest_febresearchday_land_great_plural": "Кламперл-квест: Сделай отличные броски: {{amount_0}}", - "quest_title_quest_febresearchday_land_inarow_great_plural": "Кламперл-квест: Сделай отличные броски: {{amount_0}} подряд", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "Кламперл-квест: Сделай хорошие броски: {{amount_0}} подряд", - "quest_title_quest_febresearchday_land_nice_plural": "Кламперл-квест: Сделай хорошие броски: {{amount_0}}", - "quest_title_quest_febresearchday_visit_pokestops_plural": "Кламперл-квест: Покрути Покестопы: {{amount_0}}", - "quest_title_quest_feed_buddy_multiple": "Покорми своего приятеля ×{{amount_0}}", - "quest_title_quest_feed_buddy_singular": "Покорми своего приятеля", - "quest_title_quest_feed_goldenrazz_plural": "Используй золотые Разз-Ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_quest_feed_nanab_plural": "Используй Нанаб-Ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_quest_feed_pinaps_plural": "Используй Пайнеп-Ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_quest_feed_razz_plural": "Используй Разз-Ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_quest_fennekin_catch_b": "Поймай {{amount_0}} Феннекинов", - "quest_title_quest_fennekin_evolve_b": "Эволюционируй {{amount_0}} Феннекинов", - "quest_title_quest_fennekin_snapshot_b": "Сделай фото {{amount_0}} Феннекинов", - "quest_title_quest_field_research_plural": "Выполни задания полевых квестов: {{amount_0}}", - "quest_title_quest_field_research_singular": "Выполни задание полевого квеста", - "quest_title_quest_fight_type_bug_plural": "Победи Покемонов типа Насекомое ×{{amount_0}}", - "quest_title_quest_fight_type_dark_plural": "Победи Покемонов типа Тёмный ×{{amount_0}}", - "quest_title_quest_fight_type_dark_steel_plural": "Победи Покемонов типа Тёмный или Сталь ×{{amount_0}}", - "quest_title_quest_fight_type_dragon_plural": "Победи Покемонов типа Дракон ×{{amount_0}}", - "quest_title_quest_fight_type_electric_plural": "Победи Покемонов типа Электро ×{{amount_0}}", - "quest_title_quest_fight_type_fairy_plural": "Победи Покемонов типа Фея ×{{amount_0}}", - "quest_title_quest_fight_type_fighting_plural": "Победи Покемонов типа Боевой ×{{amount_0}}", - "quest_title_quest_fight_type_fire_plural": "Победи Покемонов типа Огонь ×{{amount_0}}", - "quest_title_quest_fight_type_flying_plural": "Победи Покемонов типа Летающий ×{{amount_0}}", - "quest_title_quest_fight_type_ghost_fighting_plural": "Победи Покемонов типа Боевой или Привидение ×{{amount_0}}", - "quest_title_quest_fight_type_ghost_plural": "Победи Покемонов типа Привидение ×{{amount_0}}", - "quest_title_quest_fight_type_ghost_psychic_plural": "Победи Покемонов типа Психо или Привидение ×{{amount_0}}", - "quest_title_quest_fight_type_grass_plural": "Победи Покемонов типа Трава ×{{amount_0}}", - "quest_title_quest_fight_type_ground_plural": "Победи Покемонов типа Земля ×{{amount_0}}", - "quest_title_quest_fight_type_ice_plural": "Победи Покемонов типа Лёд ×{{amount_0}}", - "quest_title_quest_fight_type_normal_plural": "Победи Покемонов типа Обычный ×{{amount_0}}", - "quest_title_quest_fight_type_normal_psychic_plural": "Победи Покемонов типа Обычный или Психо ×{{amount_0}}", - "quest_title_quest_fight_type_poison_plural": "Победи Покемонов типа Яд ×{{amount_0}}", - "quest_title_quest_fight_type_psychic_plural": "Победи Покемонов типа Психо ×{{amount_0}}", - "quest_title_quest_fight_type_rock_plural": "Победи Покемонов типа Камень ×{{amount_0}}", - "quest_title_quest_fight_type_steel_plural": "Победи Покемонов типа Сталь ×{{amount_0}}", - "quest_title_quest_fight_type_water_plural": "Победи Покемонов типа Вода ×{{amount_0}}", - "quest_title_quest_first_catch_of_the_day": "Первая поимка дня", - "quest_title_quest_first_pokestop_of_the_day": "Первый Покестоп дня", - "quest_title_quest_flaaffy_evolve_b": "Эволюционируй Флааффи ×{{amount_0}}", - "quest_title_quest_flett_catch_b": "Поймай {{amount_0}} Флетчлингов", - "quest_title_quest_flett_evolve_b": "Эволюционируй {{amount_0}} Флетчлингов", - "quest_title_quest_flett_evolve_s1": "Эволюционируй Флетчлиндеров: {{amount_0}}", - "quest_title_quest_floragato_evolve_b": "Эволюционируй Флорагато", - "quest_title_quest_fraxure_evolve_b": "Эволюционируй {{amount_0}} Фрэкшура", - "quest_title_quest_froakie_catch_b": "Поймай {{amount_0}} Фроки", - "quest_title_quest_froakie_evolve_b": "Эволюционируй {{amount_0}} Фроки", - "quest_title_quest_froakie_snapshot_b": "Сделай фото {{amount_0}} Фроки", - "quest_title_quest_frogadier_evolve_b": "Эволюционируй {{amount_0}} Фрогадира", - "quest_title_quest_fuecoco_evolve_b": "Эволюционируй Фуэкоко", - "quest_title_quest_fuse_necrozma": "Объедини Некрозму", - "quest_title_quest_gbl_rank": "Достигни {{amount_0}}-го ранга в Боевой Лиге GO", - "quest_title_quest_gbl_rank_fifteen": "Достигни 15-го ранга в Боевой Лиге GO", - "quest_title_quest_gbl_rank_five": "Достигни 5-го ранга в Боевой Лиге GO", - "quest_title_quest_gbl_rank_ten": "Достигни 10-го ранга в Боевой Лиге GO", - "quest_title_quest_gbl_rank_twenty": "Достигни 20-го ранга в Боевой Лиге GO", - "quest_title_quest_get_cell_singular": "Найди клетку Зайгарда", - "quest_title_quest_giblt_catch_b": "Поймай {{amount_0}} Гиблов", - "quest_title_quest_giblt_evolve_b": "Эволюционируй {{amount_0}} Гиблов", - "quest_title_quest_giblt_evolve_s1": "Эволюционируй Габайта: {{amount_0}}", - "quest_title_quest_gift_open_plural": "Открой подарки: {{amount_0}}", - "quest_title_quest_gift_open_singular": "Открой подарок", - "quest_title_quest_go_for_a_spin_00": "Найди и покрути 1 из 8 Покестопов Спинды", - "quest_title_quest_go_for_a_spin_01": "Найди и покрути 2 из 8 Покестопов Спинды", - "quest_title_quest_go_for_a_spin_02": "Найди и покрути 3 из 8 Покестопов Спинды", - "quest_title_quest_go_for_a_spin_03": "Найди и покрути 4 из 8 Покестопов Спинды", - "quest_title_quest_go_for_a_spin_04": "Найди и покрути 5 из 8 Покестопов Спинды", - "quest_title_quest_go_for_a_spin_05": "Найди и покрути 6 из 8 Покестопов Спинды", - "quest_title_quest_go_for_a_spin_06": "Найди и покрути 7 из 8 Покестопов Спинды", - "quest_title_quest_go_for_a_spin_07": "Найди и покрути 8 из 8 Покестопов Спинды", - "quest_title_quest_go_tour_snapshot_habitat_01": "Сделай фото своего приятеля на территории Обжигающие пески", - "quest_title_quest_go_tour_snapshot_habitat_02": "Сделай фото своего приятеля на территории Загадочные туманы", - "quest_title_quest_go_tour_snapshot_habitat_03": "Сделай фото своего приятеля на территории Зелёные земли", - "quest_title_quest_go_tour_snapshot_habitat_04": "Сделай фото своего приятеля на территории Древние берега", - "quest_title_quest_gold_hoenn_dex": "Заработай золотую медаль Хоэнн", - "quest_title_quest_gold_medal_plural": "Заработай золотые медали: {{amount_0}} ", - "quest_title_quest_gold_medal_plural_five": "Заработай 5 золотых медалей", - "quest_title_quest_gold_medal_singular": "Заработай золотую медаль", - "quest_title_quest_goomy_catch_b": "Поймай Гуми ×{{amount_0}}", - "quest_title_quest_goomy_evolve_b_plural": "Эволюционируй Гуми ×{{amount_0}}", - "quest_title_quest_goomy_evolve_b_singular": "Эволюционируй Гуми", - "quest_title_quest_grookey_evolve": "Эволюционируй Груки", - "quest_title_quest_grubbin_catch_b": "Поймай Граббинов ×{{amount_0}}", - "quest_title_quest_grubbin_evolve_b": "Эволюционируй Граббинов ×{{amount_0}}", - "quest_title_quest_grubbin_snapshot_b": "Сделай фото Граббинов ×{{amount_0}}", - "quest_title_quest_gt_catch_b": "Поймай {{amount_0}} Гастли", - "quest_title_quest_gt_evolve_b": "Эволюционируй Гастли: {{amount_0}}", - "quest_title_quest_gt_evolve_s1": "Эволюционируй Хонтеров: {{amount_0}}", - "quest_title_quest_gulpin_catch": "Поймай {{amount_0}} Гальпинов", - "quest_title_quest_gurdurr_evolve_b": "Эволюционируй Гурдурров ×{{amount_0}}", - "quest_title_quest_hallo19_catch_specific_plural": "Поймай {{amount_0}} Пучиен или Хандоров", - "quest_title_quest_hallo19_catch_type_dark_plural": "Поймай Покемонов типа Тёмный ×{{amount_0}}", - "quest_title_quest_hallo19_catch_type_ghost_plural": "Поймай Покемонов типа Привидение ×{{amount_0}}", - "quest_title_quest_hallo19_evolve_plural": "Эволюционируй Даскаллов или Шаппетов: {{amount_0}} ", - "quest_title_quest_hallo19_transfer_plural": "Передай {{amount_0}} Покемонов", - "quest_title_quest_hatch_egg_plural": "Выноси яйца: {{amount_0}}", - "quest_title_quest_hatch_egg_routes_plural": "Выноси яйца во время прохождения маршрутов: {{amount_0}}", - "quest_title_quest_hatch_egg_routes_singular": "Выноси 1 яйцо во время прохождения маршрута", - "quest_title_quest_hatch_egg_singular": "Выноси 1 яйцо", - "quest_title_quest_hoenn_celebration_research": "Квест: Праздник Хоэнн", - "quest_title_quest_hoenn19_catch_specific_plural": "Праздник Хоэнн – Поймай {{amount_0}} Зигзагунов или Тэйллоу", - "quest_title_quest_hoenn19_evolve_specific_plural": "Праздник Хоэнн – Эволюционируй Вурмплов: {{amount_0}}", - "quest_title_quest_hoenn19_hatch_eggs": "Праздник Хоэнн – Выносить яйца: {{amount_0}}", - "quest_title_quest_hoppt_catch_b": "Поймай {{amount_0}} Хоппипов", - "quest_title_quest_hoppt_evolve_b": "Эволюционируй {{amount_0}} Хоппипов", - "quest_title_quest_hoppt_evolve_s1": "Эволюционируй Скиплума: {{amount_0}}", - "quest_title_quest_incense_or_dai_plural": "Используй ладан или ладан ежедневных приключений ×{{amount_0}}", - "quest_title_quest_incense_or_dai_singular": "Используй ладан или ладан ежедневных приключений ×1", - "quest_title_quest_incense_plural": "Используй ладаны: {{amount_0}}", - "quest_title_quest_incense_routes_plural": "Используй ладаны во время прохождения маршрутов: {{amount_0}}", - "quest_title_quest_incense_routes_singular": "Используй ладан во время прохождения маршрута", - "quest_title_quest_incense_singular": "Используй 1 ладан", - "quest_title_quest_jan19rsd_buddywalk_singular": "Фибас-квест: Заработай 1 конфету приятеля", - "quest_title_quest_jan19rsd_hatch_egg_singular": "Фибас-квест: Выносить 1 яйцо", - "quest_title_quest_jan19rsd_land_great_plural": "Фибас-квест: Сделай отличные броски: {{amount_0}}", - "quest_title_quest_jan19rsd_land_nice_plural": "Фибас-квест: Сделай хорошие броски: {{amount_0}}", - "quest_title_quest_johtofestival_catch_special17_plural": "Фестиваль Джото – Поймай {{amount_0}} Санкернов", - "quest_title_quest_johtofestival_catch_type_water_plural": "Фестиваль Джото – Поймай {{amount_0}} водных Покемонов", - "quest_title_quest_johtofestival_evolve_plural": "Фестиваль Джото – Эволюционируй Санкернов или Нату: {{amount_0}}", - "quest_title_quest_johtofestival_land_excellent_plural": "Фестиваль Джото – Сделай прекрасные броски: {{amount_0}}", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Фестиваль Джото – Сделай отличные кручёные броски: {{amount_0}} подряд", - "quest_title_quest_johtofestival_win_raid_singular": "Фестиваль Джото – Победи в рейде", - "quest_title_quest_kanto_green_bellsprout": "Тур GO: Поймай Беллспраута", - "quest_title_quest_kanto_green_meowth": "Тур GO: Поймай Мяута", - "quest_title_quest_kanto_green_sandshrew": "Тур GO: Поймай Сэндшрю", - "quest_title_quest_kanto_green_vulpix": "Тур GO: Поймай Валпикса для обмена", - "quest_title_quest_kanto_hatch_plural": "Тур GO: Канто – Выноси яйца: {{amount_0}}", - "quest_title_quest_kanto_hatch_singular": "Тур GO: Канто – Выноси 1 яйцо", - "quest_title_quest_kanto_npc_plural": "Тур GO: Канто – Победи {{amount_0}} противников в Туре GO", - "quest_title_quest_kanto_npc_singular": "Тур GO: Канто – Победи противника в Туре GO", - "quest_title_quest_kanto_red_ekans": "Тур GO: Поймай Эканса", - "quest_title_quest_kanto_red_growlithe": "Тур GO: Поймай Гроулита", - "quest_title_quest_kanto_red_mankey": "Тур GO: Поймай Манки", - "quest_title_quest_kanto_red_oddish": "Тур GO: Поймай Оддиша", - "quest_title_quest_kecleon_catch": "Поймай {{amount_0}} Кеклеонов", - "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "Примени кручёные броски к Покемонам типа Привидение ×{{amount_0}}", - "quest_title_quest_land_curveball_plural": "Сделай кручёные броски: {{amount_0}}", - "quest_title_quest_land_curveball_singular": "Сделай 1 кручёный бросок", - "quest_title_quest_land_excellent_curveball_plural": "Сделай прекрасные кручёные броски: {{amount_0}}", - "quest_title_quest_land_excellent_curveball_singular": "Сделай 1 прекрасный кручёный бросок", - "quest_title_quest_land_excellent_plural": "Сделай прекрасные броски: {{amount_0}}", - "quest_title_quest_land_excellent_singular": "Сделай 1 прекрасный бросок", - "quest_title_quest_land_great_curve_inarow_type_ghost": "Примени отличные кручёные броски к Покемонам типа Привидение ×{{amount_0}} подряд", - "quest_title_quest_land_great_curve_type_ghost": "Примени отличные кручёные броски к Покемонам типа Привидение ×{{amount_0}}", - "quest_title_quest_land_great_curveball_plural": "Сделай отличные кручёные броски: {{amount_0}}", - "quest_title_quest_land_great_curveball_singular": "Сделай 1 отличный кручёный бросок", - "quest_title_quest_land_great_plural": "Сделай отличные броски: {{amount_0}}", - "quest_title_quest_land_great_singular": "Сделай 1 отличный бросок", - "quest_title_quest_land_great_type_ghost": "Примени отличные броски к Покемонам типа Привидение ×{{amount_0}}", - "quest_title_quest_land_inarow_curveball_plural": "Сделай кручёные броски подряд: {{amount_0}}", - "quest_title_quest_land_inarow_excellent_curveball_plural": "Сделай прекрасные кручёные броски: {{amount_0}} подряд", - "quest_title_quest_land_inarow_excellent_plural": "Сделай прекрасные броски: {{amount_0}} подряд", - "quest_title_quest_land_inarow_great_curveball_plural": "Сделай отличные кручёные броски: {{amount_0}} подряд", - "quest_title_quest_land_inarow_great_plural": "Сделай отличные броски: {{amount_0}} подряд", - "quest_title_quest_land_inarow_nice_curveball_plural": "Сделай хорошие кручёные броски: {{amount_0}} подряд", - "quest_title_quest_land_inarow_nice_plural": "Сделай хорошие броски: {{amount_0}} подряд", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "Примени хорошие кручёные броски к Покемонам типа Привидение ×{{amount_0}} подряд", - "quest_title_quest_land_nice_curve_plural": "Сделай хорошие кручёные броски: {{amount_0}}", - "quest_title_quest_land_nice_curve_singular": "Сделай 1 хороший кручёный бросок", - "quest_title_quest_land_nice_curve_type_ghost": "Примени хорошие кручёные броски к Покемонам типа Привидение ×{{amount_0}}", - "quest_title_quest_land_nice_electric_plural": "Поймай Покемонов типа Электро хорошими бросками ×{{amount_0}}", - "quest_title_quest_land_nice_plural": "Сделай хорошие броски: {{amount_0}}", - "quest_title_quest_land_nice_singular": "Сделай 1 хороший бросок", - "quest_title_quest_land_nice_type_ghost": "Примени хорошие броски к Покемонам типа Привидение ×{{amount_0}}", - "quest_title_quest_larvitar_cdc_evolve_b": "Эволюционируй {{amount_0}} Ларвитаров", - "quest_title_quest_larvitar_cdc_snapshot_b": "Сделай фото {{amount_0}} Ларвитаров", - "quest_title_quest_latias_wild_snap": "Сделай фото дикой Латиас", - "quest_title_quest_latios_wild_snap": "Сделай фото дикого Латиоса", - "quest_title_quest_litten_catch_b": "Поймай Литтенов ×{{amount_0}}", - "quest_title_quest_litten_evolve_b_plural": "Эволюционируй Литтенов ×{{amount_0}}", - "quest_title_quest_litten_evolve_b_singular": "Эволюционируй Литтена", - "quest_title_quest_litten_snapshot_b": "Сделай фото Литтенов ×{{amount_0}}", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "Вызови на битву Тренера поблизости, отсканировав его код сражения.", - "quest_title_quest_lucky_plural": "Получи {{amount_0}} Удачливых Покемонов при обмене", - "quest_title_quest_lucky_singular": "Получи Удачливого Покемона при обмене", - "quest_title_quest_lunar19_friends_trade_plural": "Обменяй {{amount_0}} Покемонов с другом", - "quest_title_quest_macht_catch_b": "Поймай {{amount_0}} Мачопов", - "quest_title_quest_macht_evolve_b": "Эволюционируй {{amount_0}} Мачопов", - "quest_title_quest_macht_evolve_s1": "Эволюционируй Мачоуков: {{amount_0}}", - "quest_title_quest_magit_catch_b": "Поймай {{amount_0}} Мэджикарпов", - "quest_title_quest_magit_evolve_b": "Эволюционируй {{amount_0}} Мэджикарпов", - "quest_title_quest_magmt_catch_b": "Поймай {{amount_0}} Магмаров", - "quest_title_quest_magmt_evolve_b": "Эволюционируй Магмаров: {{amount_0}}", - "quest_title_quest_mareep_catch_b": "Поймай Марипов ×{{amount_0}}", - "quest_title_quest_mareep_evolve_b": "Эволюционируй Марипов ×{{amount_0}}", - "quest_title_quest_mareep_snapshot_b": "Сделай фото Марипов ×{{amount_0}}", - "quest_title_quest_mega_evo_primal_rev_plural": "Активируй протопревращение ИЛИ мегаэволюционируй Покемона ×{{amount_0}}", - "quest_title_quest_mega_evo_primal_rev_singular": "Активируй протопревращение ИЛИ мегаэволюционируй Покемона", - "quest_title_quest_mega_evolve_beedrill": "Мегаэволюционируй Бидрилла", - "quest_title_quest_mega_evolve_blastoise": "Мегаэволюционируй Бластойза", - "quest_title_quest_mega_evolve_charizard": "Мегаэволюционируй Чаризарда", - "quest_title_quest_mega_evolve_diancie": "Мегаэволюционируй Дианси", - "quest_title_quest_mega_evolve_plural": "Мегаэволюционируй {{amount_0}} Покемонов", - "quest_title_quest_mega_evolve_rayquaza": "Мегаэволюционируй Райквазу", - "quest_title_quest_mega_evolve_singular": "Мегаэволюционируй Покемона", - "quest_title_quest_mega_evolve_venusaur": "Мегаэволюционируй Венузавра", - "quest_title_quest_mega_join_raid_plural": "Сразись в {{amount_0}} мегарейдах", - "quest_title_quest_mega_join_raid_singular": "Сразись в мегарейде", - "quest_title_quest_mega_win_raid_plural": "Победи в {{amount_0}} мегарейдах", - "quest_title_quest_mega_win_raid_singular": "Победи в мегарейде", - "quest_title_quest_mesprit_wild_snap": "Сделай фото дикого Месприта", - "quest_title_quest_metang_evolve_b_singular": "Эволюционируй Метанга", - "quest_title_quest_more_reseach_coming_soon": "Больше квестов будут доступны в ближайшем будущем!", - "quest_title_quest_mudkt_catch_b": "Поймай {{amount_0}} Мадкипов", - "quest_title_quest_mudkt_evolve_b": "Эволюционируй {{amount_0}} Мадкипов", - "quest_title_quest_mudkt_evolve_s1": "Эволюционируй {{amount_0}} Марштомпа", - "quest_title_quest_new_friends_plural": "Добавь {{amount_0}} новых друзей", - "quest_title_quest_new_friends_singular": "Добавь нового друга", - "quest_title_quest_noibat_catch_b": "Поймай {{amount_0}} Нойбатов", - "quest_title_quest_noibat_evolve_b": "Эволюционируй {{amount_0}} Нойбатов", - "quest_title_quest_noibat_snapshot_b": "Сделай фото {{amount_0}} Нойбатов", - "quest_title_quest_oshat_catch_b": "Поймай {{amount_0}} Ошавоттов", - "quest_title_quest_oshat_evolve_b": "Эволюционируй {{amount_0}} Ошавоттов", - "quest_title_quest_oshat_evolve_s1": "Эволюционируй Девотта", - "quest_title_quest_party_catch_electric_type_plural": "Играя в команде, поймай Покемонов типа Электро ×{{amount_0}}", - "quest_title_quest_party_catch_electric_type_singular": "Играя в команде, поймай Покемонов типа Электро ×1", - "quest_title_quest_party_catch_fire_type_plural": "Играя в команде, поймай Покемонов типа Огонь ×{{amount_0}}", - "quest_title_quest_party_catch_fire_type_singular": "Играя в команде, поймай Покемонов типа Огонь ×1", - "quest_title_quest_party_catch_normal_type_plural": "Играя в команде, поймай Покемонов типа Обычный ×{{amount_0}}", - "quest_title_quest_party_catch_normal_type_singular": "Играя в команде, поймай Покемонов типа Обычный ×1", - "quest_title_quest_party_catch_water_type_plural": "Играя в команде, поймай Покемонов типа Вода ×{{amount_0}}", - "quest_title_quest_party_catch_water_type_singular": "Играя в команде, поймай Покемонов типа Вода ×1", - "quest_title_quest_party_challenge_plural": "Выполни испытания команды ×{{amount_0}}", - "quest_title_quest_party_challenge_singular": "Выполни испытание команды", - "quest_title_quest_platinum_johto_badge": "Заработай платиновую медаль Джото", - "quest_title_quest_platinum_kanto_badge": "Заработай платиновую медаль Канто", - "quest_title_quest_platinum_medal_plural": "Заработай платиновые медали: {{amount_0}}", - "quest_title_quest_platinum_medal_plural_five": "Заработай 5 платиновых медалей", - "quest_title_quest_platinum_medal_plural_forty": "Заработай 40 платиновых медалей", - "quest_title_quest_platinum_medal_plural_ten": "Заработай 10 платиновых медалей", - "quest_title_quest_platinum_medal_plural_twenty": "Заработай 20 платиновых медалей", - "quest_title_quest_platinum_medal_singular": "Заработай платиновую медаль", - "quest_title_quest_play_buddy_singular": "Поиграй со своим приятелем!", - "quest_title_quest_pokemon_appears": "Появление Покемона!", - "quest_title_quest_poliwag_catch_b": "Поймай {{amount_0}} Поливагов", - "quest_title_quest_poliwag_evolve_b": "Эволюционируй {{amount_0}} Поливагов", - "quest_title_quest_poliwag_snapshot_b": "Сделай {{amount_0}} фото Поливага", - "quest_title_quest_poliwhirl_evolve_b": "Эволюционируй {{amount_0}} Поливирла", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "Поймай Попплио ×{{amount_0}}", - "quest_title_quest_popplio_evolve_b_plural": "Эволюционируй Попплио ×{{amount_0}}", - "quest_title_quest_popplio_evolve_b_singular": "Эволюционируй Попплио", - "quest_title_quest_porygon_catch_b": "Поймай Поригонов ×{{amount_0}}", - "quest_title_quest_porygon_evolve_b_plural": "Эволюционируй Поригонов ×{{amount_0}}", - "quest_title_quest_porygon_evolve_b_singular": "Эволюционируй Поригона", - "quest_title_quest_porygon_snapshot_b": "Сделай фото Поригонов ×{{amount_0}}", - "quest_title_quest_porygon2_evolve_b_plural": "Эволюционируй Поригонов-2 ×{{amount_0}}", - "quest_title_quest_porygon2_evolve_b_singular": "Эволюционируй Поригона-2", - "quest_title_quest_poryt_catch_b": "Поймай {{amount_0}} Поригонов", - "quest_title_quest_poryt_catch_s1": "Поймай {{amount_0}} Поригонов-2", - "quest_title_quest_poryt_evolve_b": "Эволюционируй {{amount_0}} Поригонов", - "quest_title_quest_poryt_evolve_s1": "Эволюционируй Поригонов-2: {{amount_0}} ", - "quest_title_quest_power_up_dragon_plural": "Усиль Покемонов типа Дракон ×{{amount_0}}", - "quest_title_quest_power_up_fire_ice": "Усиль Покемонов типа Огонь или Лёд ×5", - "quest_title_quest_power_up_grass_ghost": "Усиль Покемонов типа Трава или Привидение ×5", - "quest_title_quest_power_up_legendary_plural": "Усиль Легендарных или Мифических Покемонов ×{{amount_0}}", - "quest_title_quest_power_up_legendary_singular": "Усиль 1 Легендарного или Мифического Покемона", - "quest_title_quest_power_up_max_plural": "Усиль {{amount_0}} Покемонов до максимальной БС", - "quest_title_quest_power_up_max_singular": "Усиль Покемона до максимальной БС", - "quest_title_quest_power_up_plural": "Усиль Покемонов ×{{amount_0}}", - "quest_title_quest_power_up_plural_bug": "Усиль Покемонов типа Насекомое ×{{amount_0}}", - "quest_title_quest_power_up_plural_dark": "Усиль {{amount_0}} тёмных Покемонов", - "quest_title_quest_power_up_plural_dragon": "Усиль Покемонов типа Дракон ×{{amount_0}}", - "quest_title_quest_power_up_plural_electric": "Усиль Покемонов типа Электро ×{{amount_0}}", - "quest_title_quest_power_up_plural_fairy": "Усиль Покемонов типа Фея ×{{amount_0}}", - "quest_title_quest_power_up_plural_fighting": "Усиль Покемонов типа Боевой ×{{amount_0}}", - "quest_title_quest_power_up_plural_fire": "Усиль Покемонов типа Огонь ×{{amount_0}}", - "quest_title_quest_power_up_plural_flying": "Усиль Покемонов типа Летающий ×{{amount_0}}", - "quest_title_quest_power_up_plural_ghost": "Усиль Покемонов типа Привидение ×{{amount_0}}", - "quest_title_quest_power_up_plural_grass": "Усиль Покемонов типа Трава ×{{amount_0}}", - "quest_title_quest_power_up_plural_ground": "Усиль Покемонов типа Земля ×{{amount_0}}", - "quest_title_quest_power_up_plural_ice": "Усиль Покемонов типа Лёд ×{{amount_0}}", - "quest_title_quest_power_up_plural_normal": "Усиль Покемонов типа Обычный ×{{amount_0}}", - "quest_title_quest_power_up_plural_poison": "Усиль Покемонов типа Яд ×{{amount_0}}", - "quest_title_quest_power_up_plural_psychic": "Усиль Покемонов типа Психо ×{{amount_0}}", - "quest_title_quest_power_up_plural_rock": "Усиль Покемонов типа Камень ×{{amount_0}}", - "quest_title_quest_power_up_plural_rock_fairy": "Усиль Покемонов типа Камень или Фея ×{{amount_0}}", - "quest_title_quest_power_up_plural_steel": "Усиль {{amount_0}} стальных Покемонов", - "quest_title_quest_power_up_plural_water": "Усиль Покемонов типа Вода ×{{amount_0}}", - "quest_title_quest_power_up_poison_rock": "Усиль Покемонов типа Яд или Камень ×5", - "quest_title_quest_power_up_singular": "Усиль 1 Покемона", - "quest_title_quest_power_up_singular_marshadow": "Усиль Маршадоу", - "quest_title_quest_power_up_water_normal": "Усиль Покемонов типа Обычный или Вода ×5", - "quest_title_quest_primal_raid_victory_groudon": "Победи Прото-Граудона в рейде", - "quest_title_quest_primal_raid_victory_kyogre": "Победи Прото-Кайогра в рейде", - "quest_title_quest_primal_raid_victory_plural": "Победи в {{amount_0}} проторейдах", - "quest_title_quest_primal_raid_victory_singular": "Победи в проторейде", - "quest_title_quest_primal_reversion_plural": "Активируй протопревращение ×{{amount_0}}", - "quest_title_quest_primal_reversion_singular": "Активируй протопревращение", - "quest_title_quest_primal_surge_candy": "Протовторжение: Прогуливаясь со своим Покемоном-приятелем, заработай 1 конфету", - "quest_title_quest_primal_surge_catch": "Протовторжение: Поймай 10 Покемонов", - "quest_title_quest_primal_surge_hatch": "Протовторжение: Выноси 1 яйцо", - "quest_title_quest_primal_surge_power_ground": "Протовторжение: Усиль Покемонов типа Земля ×5", - "quest_title_quest_primal_surge_power_water": "Протовторжение: Усиль Покемонов типа Вода ×5", - "quest_title_quest_primal_surge_raid": "Протовторжение: Победи в рейде", - "quest_title_quest_psychicspec_catch_abra_plural": "Поймай {{amount_0}} Абр или Драузи", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "Поймай Покемонов типа Психо ×{{amount_0}}", - "quest_title_quest_psychicspec_evolve_plural": "Эволюционируй Эксегкьюта или Слоупока: {{amount_0}}", - "quest_title_quest_quaxly_evolve_b": "Эволюционируй Куаксли", - "quest_title_quest_quaxwell_evolve_b": "Эволюционируй Куаксвелла", - "quest_title_quest_quilava_evolve_b_plural": "Эволюционируй Квилав ×{{amount_0}}", - "quest_title_quest_quilava_evolve_b_singular": "Эволюционируй Квилаву", - "quest_title_quest_quilladin_evolve_b": "Эволюционируй {{amount_0}} Квилладина", - "quest_title_quest_raboot_evolve": "Эволюционируй Рабута", - "quest_title_quest_raid_friend_singular": "Прими участие в рейде вместе с другом", - "quest_title_quest_raid_t5_win": "Победи в пятизвёздочном рейде", - "quest_title_quest_raid_with_buddy_plural": "Сразись в {{amount_0}} рейдах со своим приятелем", - "quest_title_quest_raid_with_buddy_singular": "Сразись в рейде со своим приятелем", - "quest_title_quest_reach_hoenn_gold": "Заработай золотую медаль Хоэнн", - "quest_title_quest_reach_johto_gold": "Заработай золотую медаль Джото", - "quest_title_quest_reach_kanto_gold": "Заработай золотую медаль Канто", - "quest_title_quest_reach_kanto_silver": "Заработай серебряную медаль Канто", - "quest_title_quest_reach_level": "Достигни уровня {{amount_0}}", - "quest_title_quest_referral_initial_milestone": "Выполнен вход в Pokémon GO", - "quest_title_quest_remove_bonus_challenge_desc": "Завтра ты получишь ещё одно задание.", - "quest_title_quest_reward_desc_1": "Собирай наклейки, чтобы разблокировать научный прорыв от Профессора Уиллоу!", - "quest_title_quest_reward_desc_2": "Необходимо собрать:", - "quest_title_quest_reward_desc_3_plural": "ещё {{amount_0}} наклейки!", - "quest_title_quest_reward_desc_3_singular": "ещё {{amount_0}} наклейку!", - "quest_title_quest_reward_encounter_later": "Позже", - "quest_title_quest_reward_encounter_uses_ar": "Чтобы поймать этого Покемона, необходимо быть в режиме AR.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "Появился таинственный Покемон!", - "quest_title_quest_reward_start_encounter": "Начать встречу", - "quest_title_quest_rocket_battle_plural": "Сразись с {{amount_0}} агентами Команды Ракета GO", - "quest_title_quest_rocket_battle_win_plural": "Победи {{amount_0}} агентов Команды Ракета GO", - "quest_title_quest_rocket_battle_win_singular": "Победи агента Команды Ракета GO", - "quest_title_quest_rocket_catch_shadow_singular": "Поймай Теневого Покемона", - "quest_title_quest_rocket_evolve_plural": "Эволюционируй {{amount_0}} Покемонов", - "quest_title_quest_rocket_leader_battle_win_singular": "Победи лидера Команды Ракета GO", - "quest_title_quest_rocket_power_up_plural": "Усиль Покемонов ×{{amount_0}}", - "quest_title_quest_rocket_purify_dark_plural": "Очисти Теневых Покемонов типа Тёмный ×{{amount_0}}", - "quest_title_quest_rocket_purify_fire_plural": "Очисти Теневых Покемонов типа Огонь ×{{amount_0}}", - "quest_title_quest_rocket_purify_plural": "Очисти Теневых Покемонов ×{{amount_0}}", - "quest_title_quest_rocket_purify_type_singular": "Очисти 1 Теневого Покемона типа Огонь, Вода или Трава", - "quest_title_quest_rocket_rescue_shadow_plural": "Спаси Теневых Покемонов: {{amount_0}}", - "quest_title_quest_rocket_shadow_plural": "Поймай {{amount_0}} Теневых Покемонов", - "quest_title_quest_rockethq1_arlo_win": "Победи лидера Команды Ракета GO Арло", - "quest_title_quest_rockethq1_arlo_win_plural": "Победи лидера Команды Ракета GO Арло ×{{amount_0}}", - "quest_title_quest_rockethq1_battle_boss": "Сразись с боссом Команды Ракета GO", - "quest_title_quest_rockethq1_catch_legendary_shadow": "Поймай Легендарного Теневого Покемона", - "quest_title_quest_rockethq1_catch_shadow1": "Поймай {{amount_0}} Теневых Покемонов", - "quest_title_quest_rockethq1_cliff_win": "Победи лидера Команды Ракета GO Клиффа", - "quest_title_quest_rockethq1_cliff_win_plural": "Победи лидера Команды Ракета GO Клиффа ×{{amount_0}}", - "quest_title_quest_rockethq1_defeat_boss": "Победи босса Команды Ракета GO", - "quest_title_quest_rockethq1_find_boss": "Найди босса Команды Ракета GO", - "quest_title_quest_rockethq1_grunt_win1": "Победи агентов Команды Ракета GO: {{amount_0}} ", - "quest_title_quest_rockethq1_grunt_win2": "Победи агентов Команды Ракета GO: {{amount_0}}", - "quest_title_quest_rockethq1_leader_win_plural": "Победи лидера Команды Ракета GO ×{{amount_0}}", - "quest_title_quest_rockethq1_leaders_win_plural": "Победи лидера Команды Ракета GO ×{{amount_0}}", - "quest_title_quest_rockethq1_purify": "Очисти Теневых Покемонов ×{{amount_0}}", - "quest_title_quest_rockethq1_raid_win": "Победи в {{amount_0}} рейдах", - "quest_title_quest_rockethq1_sierra_win": "Победи лидера Команды Ракета GO Сиерру", - "quest_title_quest_rockethq1_sierra_win_plural": "Победи лидера Команды Ракета GO Сиерру ×{{amount_0}}", - "quest_title_quest_rockethq1_spin": "Покрути Покестопы: {{amount_0}}", - "quest_title_quest_rockethq1_spin_row": "Покрути Покестоп {{amount_0}} дн. подряд", - "quest_title_quest_rockethq1_supereffective": "Используй суперэффективные заряженные атаки в Гим-битвах: {{amount_0}}", - "quest_title_quest_rockethq1_trainerbattle_win": "Выиграй тренерские битвы Великой Лиги против другого Тренера: {{amount_0}}", - "quest_title_quest_roggenrola_catch_b": "Поймай {{amount_0}} Роггенрол", - "quest_title_quest_roggenrola_evolve_b": "Эволюционируй {{amount_0}} Роггенрол", - "quest_title_quest_roggenrola_snapshot_b": "Сделай {{amount_0}} фото Роггенролы", - "quest_title_quest_roset_catch_b": "Поймай {{amount_0}} Розелий", - "quest_title_quest_roset_evolve_b": "Эволюционируй {{amount_0}} Розелий", - "quest_title_quest_rowlet_catch_b": "Поймай Раулетов ×{{amount_0}}", - "quest_title_quest_rowlet_evolve_b_plural": "Эволюционируй Раулетов ×{{amount_0}}", - "quest_title_quest_rowlet_evolve_b_singular": "Эволюционируй Раулетов ×{{amount_0}}", - "quest_title_quest_rowlet_snapshot_b": "Сделай фото Раулетов ×{{amount_0}}", - "quest_title_quest_sandt_catch_b": "Поймай {{amount_0}} Сэндшрю", - "quest_title_quest_sandt_evolve_b": "Эволюционируй {{amount_0}} Сэндшрю", - "quest_title_quest_scorbunny_evolve": "Эволюционируй Скорбанни", - "quest_title_quest_send_gifts_daily_row": "Отправляй подарки {{amount_0}} дн. подряд", - "quest_title_quest_send_gifts_plural": "Отправь подарки друзьям: {{amount_0}}", - "quest_title_quest_send_gifts_singular": "Отправь 1 подарок другу", - "quest_title_quest_send_gifts_sticker_plural": "Отправь подарки с наклейкой: {{amount_0}}", - "quest_title_quest_send_gifts_sticker_singular": "Отправить подарок с наклейкой", - "quest_title_quest_shelgon_evolve_b_plural": "Эволюционируй Шелгонов ×{{amount_0}}", - "quest_title_quest_shelgon_evolve_b_singular": "Эволюционируй Шелгона", - "quest_title_quest_shint_catch_b": "Поймай {{amount_0}} Шинксов", - "quest_title_quest_shint_evolve_b": "Эволюционируй {{amount_0}} Шинксов", - "quest_title_quest_shint_evolve_s1": "Эволюционируй {{amount_0}} Лаксио", - "quest_title_quest_sinnoh_evolve_plural": "Эволюционируй Покемонов, эволюции которых были впервые обнаружены в регионе Синно ×{{amount_0}}", - "quest_title_quest_sinnoh_evolve_stone_plural": "Эволюционируй Покемонов с помощью Камня Синно ×{{amount_0}}", - "quest_title_quest_sinnoh_medal_gold": "Заработай золотую медаль Синно", - "quest_title_quest_sliggoo_evolve_b_plural": "Эволюционируй Слиггу ×{{amount_0}}", - "quest_title_quest_sliggoo_evolve_b_singular": "Эволюционируй Слиггу", - "quest_title_quest_slowpoke_catch_b": "Поймай {{amount_0}} Слоупоков или Галарских Слоупоков", - "quest_title_quest_slowpoke_evolve_b": "Эволюционируй {{amount_0}} Слоупоков или Галарских Слоупоков", - "quest_title_quest_slowpoke_snapshot_b": "Сделай фото {{amount_0}} Слоупоков или Галарских Слоупоков", - "quest_title_quest_snapshot_ar_photo_safari": "Сделай фото приятеля у стенда Pokémon GO", - "quest_title_quest_snapshot_bali": "Сделай фото на Бали", - "quest_title_quest_snapshot_buddy": "Сделай фото со своим приятелем", - "quest_title_quest_snapshot_bulbasaur": "Сделай фото Бульбазавра", - "quest_title_quest_snapshot_charmander": "Сделай фото Чармандера", - "quest_title_quest_snapshot_chikorita": "Сделай фото своего Чикориты", - "quest_title_quest_snapshot_cyndaquil": "Сделай фото своего Синдаквила", - "quest_title_quest_snapshot_genesect": "Сделай {{amount_0}} фото Дженесекта", - "quest_title_quest_snapshot_hariyama": "Сделай фото своего Хариямы", - "quest_title_quest_snapshot_hoopa_singular": "Сделай фото Хуппы", - "quest_title_quest_snapshot_jeju": "Сделай фото на острове Чеджу", - "quest_title_quest_snapshot_keldeo": "Сделай {{amount_0}} фото Кельдио", - "quest_title_quest_snapshot_landorus": "Сделай фото Ландоруса", - "quest_title_quest_snapshot_machamp": "Сделай фото своего Мачампа", - "quest_title_quest_snapshot_okinawa": "Сделай фото в Окинаве", - "quest_title_quest_snapshot_poison_grass_singular": "Сделай фото дикого Покемона типа Яд", - "quest_title_quest_snapshot_regi_ice": "Сделай фото Реджайса", - "quest_title_quest_snapshot_regi_rock": "Сделай фото Реджирока", - "quest_title_quest_snapshot_regi_steel": "Сделай фото Реджистила", - "quest_title_quest_snapshot_scrafty": "Сделай фото своего Скрафти", - "quest_title_quest_snapshot_singular": "Сделай фото", - "quest_title_quest_snapshot_storage_bug_unique_plural": "Сделай фото разных пойманных тобой Покемонов типа Насекомое ×{{amount_0}}", - "quest_title_quest_snapshot_storage_steel_unique_plural": "Сделай фото {{amount_0}} разных пойманных тобой стальных Покемонов", - "quest_title_quest_snapshot_storage_unique_plural": "Сделай фото {{amount_0}} разных диких Покемонов", - "quest_title_quest_snapshot_surabaya": "Сделай фото в Сурабае", - "quest_title_quest_snapshot_thundurus": "Сделай фото Тандуруса", - "quest_title_quest_snapshot_tornadus": "Сделай фото Торнадуса", - "quest_title_quest_snapshot_totodile": "Сделай фото своего Тотодайла", - "quest_title_quest_snapshot_unique_fire_pokemon": "Сделай фото разных Покемонов типа Огонь ×{{amount_0}}", - "quest_title_quest_snapshot_unique_pokemon": "Сделай {{amount_0}} фото разных Покемонов", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Сделай фото дикого Шинкса, Блитцла или Фурфу", - "quest_title_quest_snapshot_wild_bug_plural": "Сделай {{amount_0}} фото диких Покемонов типа Насекомое", - "quest_title_quest_snapshot_wild_bug_unique_plural": "Сделай фото разных диких Покемонов типа Насекомое ×{{amount_0}}", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Сделай фото дикого Баттерфри, Шинкса или Блитцла", - "quest_title_quest_snapshot_wild_dark_plural": "Сделай {{amount_0}} фото диких Покемонов типа Тёмный", - "quest_title_quest_snapshot_wild_dark_unique_plural": "Сделай фото разных диких Покемонов типа Тёмный ×{{amount_0}}", - "quest_title_quest_snapshot_wild_dragon_plural": "Сделай {{amount_0}} фото диких Покемонов типа Дракон", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "Сделай фото разных диких Покемонов типа Дракон ×{{amount_0}}", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Сделай фото дикого Чинчоу, Финнеона или Даклетта", - "quest_title_quest_snapshot_wild_eevee": "Сделай фото дикого Иви", - "quest_title_quest_snapshot_wild_electric_plural": "Сделай {{amount_0}} фото диких Покемонов типа Электро", - "quest_title_quest_snapshot_wild_electric_unique_plural": "Сделай фото разных диких Покемонов типа Электро ×{{amount_0}}", - "quest_title_quest_snapshot_wild_entei": "Сделай фото дикого Энтея", - "quest_title_quest_snapshot_wild_fairy_plural": "Сделай {{amount_0}} фото диких Покемонов типа Фея", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "Сделай фото разных диких Покемонов типа Фея ×{{amount_0}}", - "quest_title_quest_snapshot_wild_fighting_plural": "Сделай {{amount_0}} фото диких Покемонов типа Боевой", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "Сделай фото разных диких Покемонов типа Боевой ×{{amount_0}}", - "quest_title_quest_snapshot_wild_fire_plural": "Сделай {{amount_0}} фото диких Покемонов типа Огонь", - "quest_title_quest_snapshot_wild_fire_unique_plural": "Сделай фото разных диких Покемонов типа Огонь ×{{amount_0}}", - "quest_title_quest_snapshot_wild_flying_plural": "Сделай {{amount_0}} фото диких Покемонов типа Летающий", - "quest_title_quest_snapshot_wild_flying_unique_plural": "Сделай фото разных диких Покемонов типа Летающий ×{{amount_0}}", - "quest_title_quest_snapshot_wild_frillish_absol": "Сделай фото дикого Абсола или Фриллиша", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Сделай фото дикого Сэндшрю, Геодуда или Какнеи", - "quest_title_quest_snapshot_wild_ghost_plural": "Сделай {{amount_0}} фото диких Покемонов типа Привидение", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "Сделай фото разных диких Покемонов типа Привидение ×{{amount_0}}", - "quest_title_quest_snapshot_wild_grass_plural": "Сделай {{amount_0}} фото диких Покемонов типа Трава", - "quest_title_quest_snapshot_wild_grass_singular": "Сделай фото дикого Покемона типа Трава", - "quest_title_quest_snapshot_wild_grass_unique_plural": "Сделай фото разных диких Покемонов типа Трава ×{{amount_0}}", - "quest_title_quest_snapshot_wild_ground_plural": "Сделай {{amount_0}} фото диких Покемонов типа Земля", - "quest_title_quest_snapshot_wild_ground_unique_plural": "Сделай фото разных диких Покемонов типа Земля ×{{amount_0}}", - "quest_title_quest_snapshot_wild_hoothoot": "Сделай фото дикого Хутхута", - "quest_title_quest_snapshot_wild_ice_plural": "Сделай {{amount_0}} фото диких Покемонов типа Лёд", - "quest_title_quest_snapshot_wild_ice_singular": "Сделай фото дикого Покемона типа Лёд", - "quest_title_quest_snapshot_wild_ice_unique_plural": "Сделай фото разных диких Покемонов типа Лёд ×{{amount_0}}", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Сделай фото дикого Метапода, Эйпома или Лотада", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Сделай фото дикого Чинчоу, Лавдиска или Финнеона", - "quest_title_quest_snapshot_wild_mareanie_singluar": "Сделай фото дикого Марини", - "quest_title_quest_snapshot_wild_normal_plural": "Сделай {{amount_0}} фото диких Покемонов типа Обычный", - "quest_title_quest_snapshot_wild_normal_unique_plural": "Сделай фото разных диких Покемонов типа Обычный ×{{amount_0}}", - "quest_title_quest_snapshot_wild_plural": "Сделай {{amount_0}} фото диких Покемонов", - "quest_title_quest_snapshot_wild_poison_plural": "Сделай {{amount_0}} фото диких Покемонов типа Яд", - "quest_title_quest_snapshot_wild_poison_unique_plural": "Сделай фото разных диких Покемонов типа Яд ×{{amount_0}}", - "quest_title_quest_snapshot_wild_psychic_plural": "Сделай {{amount_0}} фото диких Покемонов типа Психо", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "Сделай фото разных диких Покемонов типа Психо ×{{amount_0}}", - "quest_title_quest_snapshot_wild_raikou": "Сделай фото дикого Райку", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Сделай фото разных диких Покемонов типов Земля, Камень или Фея ×{{amount_0}}", - "quest_title_quest_snapshot_wild_rock_plural": "Сделай {{amount_0}} фото диких Покемонов типа Камень", - "quest_title_quest_snapshot_wild_rock_unique_plural": "Сделай фото разных диких Покемонов типа Камень ×{{amount_0}}", - "quest_title_quest_snapshot_wild_singular": "Сделай фото дикого Покемона", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Сделай фото дикого Додрио, Мантайна или Скармори", - "quest_title_quest_snapshot_wild_skitty_kirlia": "Сделай фото дикого Кирлии или Скитти", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Сделай фото дикого Снизела, Кроганка или Фриллиша", - "quest_title_quest_snapshot_wild_steel_plural": "Сделай {{amount_0}} фото диких Покемонов типа Сталь", - "quest_title_quest_snapshot_wild_steel_unique_plural": "Сделай фото {{amount_0}} разных диких стальных Покемонов", - "quest_title_quest_snapshot_wild_suicune": "Сделай фото дикого Суикуна", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Сделай фото дикого Сэндшрю, Трапинча или Какнеи", - "quest_title_quest_snapshot_wild_unique_plural": "Сделай фото {{amount_0}} разных диких Покемонов", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Сделай фото разных Покемонов типов Огонь, Вода или Трава ×{{amount_0}}", - "quest_title_quest_snapshot_wild_water_plural": "Сделай {{amount_0}} фото диких Покемонов типа Вода", - "quest_title_quest_snapshot_wild_water_singular": "Сделай фото дикого Покемона типа Вода", - "quest_title_quest_snapshot_wild_water_unique_plural": "Сделай фото разных диких Покемонов типа Вода ×{{amount_0}}", - "quest_title_quest_snapshot_yogyakarta": "Сделай фото в Джокьякарте", - "quest_title_quest_snapshots_inarow_plural": "Сделай фото Покемона {{amount_0}} дн. подряд", - "quest_title_quest_snapshots_plural": "Сделай {{amount_0}} фото", - "quest_title_quest_snapshots_your_plural": "Сделай {{amount_0}} фото своих Покемонов", - "quest_title_quest_snapshots_your_singular": "Сделай фото одного из своих Покемонов", - "quest_title_quest_snivt_catch_b": "Поймай {{amount_0}} Снайви", - "quest_title_quest_snivt_evolve_b": "Эволюционируй {{amount_0}} Снайви", - "quest_title_quest_snivt_evolve_s1": "Эволюционируй Сервайнов: {{amount_0}}", - "quest_title_quest_sobble_evolve": "Эволюционируй Соббла", - "quest_title_quest_sphet_catch_b": "Поймай {{amount_0}} Сфилов", - "quest_title_quest_sphet_evolve_b": "Эволюционируй {{amount_0}} Сфилов", - "quest_title_quest_sphet_evolve_s1": "Эволюционируй {{amount_0}} Силео", - "quest_title_quest_spin_151": "Покрути 151 Покестоп или Гим", - "quest_title_quest_spin_daysinarow": "Посещай Покестопы {{amount_0}} дн. подряд", - "quest_title_quest_spin_go_tour_habitat_01": "Покрути Покестопы или Гимы на территории Город на побережье ×{{amount_0}}", - "quest_title_quest_spin_go_tour_habitat_02": "Покрути Покестопы или Гимы на территории Лабиринты руин ×{{amount_0}}", - "quest_title_quest_spin_go_tour_habitat_03": "Покрути Покестопы или Гимы на территории Бурлящее болото ×{{amount_0}}", - "quest_title_quest_spin_go_tour_habitat_04": "Покрути Покестопы или Гимы на территории Горячие источники ×{{amount_0}}", - "quest_title_quest_spin_go_tour_spiritomb_plural": "Покрути разные Покестопы Спиритума ×{{amount_0}}", - "quest_title_quest_spin_go_tour_spiritomb_singular": "Покрути Покестоп Спиритума", - "quest_title_quest_spin_mexico_plural": "Покрути Покестопы в Мексике: {{amount_0}}", - "quest_title_quest_spin_mexico_singular": "Покрути 1 Покестоп в Мексике", - "quest_title_quest_spin_pokestop_days": "Посещай Покестопы в разные дни ×{{amount_0}}", - "quest_title_quest_spin_ultra_wormhole_gym": "Покрути Гим, помеченный как Ультрачервоточина", - "quest_title_quest_spin_wcs_2024": "Покрути 10 новых Покестопов или Гимов в Hawaiʻi Convention Center", - "quest_title_quest_sprigatito_evolve_b": "Эволюционируй Спригатито", - "quest_title_quest_squirtle_catch_b": "Поймай {{amount_0}} Сквиртлов", - "quest_title_quest_squirtle_evolve_b": "Эволюционируй {{amount_0}} Сквиртлов", - "quest_title_quest_squirtle_snapshot_b": "Сделай {{amount_0}} фото Сквиртла", - "quest_title_quest_st_catch_s": "Поймай 15 Сидотов", - "quest_title_quest_st_evolve_n": "Эволюционируй 1 Назлифа", - "quest_title_quest_st_evolve_s": "Эволюционируй 3 Сидота", - "quest_title_quest_stardust_plural": "Заработай звёздную пыль: {{amount_0}}", - "quest_title_quest_starly_catch_b": "Поймай {{amount_0}} Старли", - "quest_title_quest_starly_evolve_b": "Эволюционируй {{amount_0}} Старли", - "quest_title_quest_starly_snapshot_b": "Сделай {{amount_0}} фото Старли", - "quest_title_quest_start_battle": "НАЧАТЬ СРАЖЕНИЕ!", - "quest_title_quest_steenee_evolve_b_plural": "Эволюционируй Стини ×{{amount_0}}", - "quest_title_quest_steenee_evolve_b_singular": "Эволюционируй Стини", - "quest_title_quest_streak_format": "{{amount_0}}-Й ДЕНЬ ПОДРЯД!", - "quest_title_quest_stuff_catch_b": "Поймай {{amount_0}} Стаффулов", - "quest_title_quest_stuff_evolve_b": "Эволюционируй {{amount_0}} Стаффулов", - "quest_title_quest_stuff_snapshot_b": "Сделай {{amount_0}} фото диких Стаффулов", - "quest_title_quest_supereffective_charge_party_plural": "Играя в команде, используй суперэффективные заряженные атаки ×{{amount_0}}", - "quest_title_quest_supereffective_charge_party_singular": "Играя в команде, используй суперэффективную заряженную атаку", - "quest_title_quest_supereffective_charge_plural": "Используй суперэффективную заряженную атаку ×{{amount_0}}", - "quest_title_quest_supereffective_charge_singular": "Используй суперэффективную заряженную атаку", - "quest_title_quest_surskit_catch": "Поймай {{amount_0}} Сурскитов", - "quest_title_quest_swabt_catch_b": "Поймай {{amount_0}} Сваблу", - "quest_title_quest_swabt_evolve_b": "Эволюционируй {{amount_0}} Сваблу", - "quest_title_quest_swinub_cdc_evolve_b": "Эволюционируй {{amount_0}} Свинубов", - "quest_title_quest_swinub_cdc_snapshot_b": "Сделай фото {{amount_0}} Свинубов", - "quest_title_quest_teddiursa_catch_b": "Поймай {{amount_0}} Теддиурс", - "quest_title_quest_teddiursa_evolve_b": "Эволюционируй {{amount_0}} Теддиурс", - "quest_title_quest_teddiursa_snapshot_b": "Сделай фото {{amount_0}} Теддиурс", - "quest_title_quest_template.display.branches#0.button_text_key": "Рейды, агенты и Гимы!", - "quest_title_quest_template.display.branches#0.description_key": "Выбрав этот путь, ты получишь задания, связанные со сражениями в Гимах, рейдах и с членами Команды Ракета GO. В качестве награды ты заработаешь встречу с Чаризардом и многое другое.", - "quest_title_quest_template.display.branches#1.button_text_key": "Боевая Лига GO!", - "quest_title_quest_template.display.branches#1.description_key": "Выбрав этот путь, ты получишь задания, связанные со сражениями с другими Тренерами. В качестве награды ты заработаешь встречу с Чаризардом и многое другое.", - "quest_title_quest_tepit_catch_b": "Поймай {{amount_0}} Тепигов", - "quest_title_quest_tepit_evolve_b": "Эволюционируй {{amount_0}} Тепигов", - "quest_title_quest_tepit_evolve_s1": "Эволюционируй Пигнайта: {{amount_0}}", - "quest_title_quest_thwackey_evolve": "Эволюционируй Тваки", - "quest_title_quest_timburr_catch_b": "Поймай Тимбёрров ×{{amount_0}}", - "quest_title_quest_timburr_evolve_b": "Эволюционируй Тимбёрров ×{{amount_0}}", - "quest_title_quest_timburr_snapshot_b": "Сделай фото Тимбёрров ×{{amount_0}}", - "quest_title_quest_time_remaining_day_plural": "Осталось {{amount_0}} дн., чтобы завершить этот специальный квест", - "quest_title_quest_time_remaining_day_singular": "Чтобы завершить этот специальный квест, остался {{amount_0}} день", - "quest_title_quest_togetic_catch_b": "Поймай {{amount_0}} Тогэтиков", - "quest_title_quest_togetic_evolve_b": "Эволюционируй {{amount_0}} Тогэтика", - "quest_title_quest_togetic_snapshot_b": "Сделай фото {{amount_0}} Тогэтиков", - "quest_title_quest_torracat_evolve_b_plural": "Эволюционируй Торракатов ×{{amount_0}}", - "quest_title_quest_torracat_evolve_b_singular": "Эволюционируй Торраката", - "quest_title_quest_trade_50km_plural": "Обменяй Покемонов, пойманных как минимум в 50 км друг от друга ×{{amount_0}}", - "quest_title_quest_trade_100km_plural": "Обменяй Покемонов, пойманных как минимум в 100 км друг от друга ×{{amount_0}}", - "quest_title_quest_trade_200km_plural": "Обменяй Покемонов, пойманных как минимум в 200 км друг от друга ×{{amount_0}}", - "quest_title_quest_trade_300km_plural": "Обменяй Покемонов, пойманных как минимум в 300 км друг от друга ×{{amount_0}}", - "quest_title_quest_trade_400km_plural": "Обменяй Покемонов, пойманных как минимум в 400 км друг от друга ×{{amount_0}}", - "quest_title_quest_trade_500km_plural": "Обменяй Покемонов, пойманных как минимум в 500 км друг от друга ×{{amount_0}}", - "quest_title_quest_trade_500km_singular": "Обменяй 1 раз Покемонов, пойманных как минимум в 500 км друг от друга", - "quest_title_quest_trade_pikachu_plural": "Обменяй {{amount_0}} Пикачу", - "quest_title_quest_trade_plural": "Обменяй Покемонов ×{{amount_0}}", - "quest_title_quest_trade_singular": "Обменяй Покемона", - "quest_title_quest_transfer_pidgey_plural": "Передай {{amount_0}} Пиджи", - "quest_title_quest_transfer_pokemon_plural": "Передай {{amount_0}} Покемонов", - "quest_title_quest_transfer_pokemon_singular": "Передай 1 Покемона", - "quest_title_quest_transfer_rock_or_poison_plural": "Передай Покемонов типов Камень или Яд ×{{amount_0}}", - "quest_title_quest_transfer_rock_poison": "Передай Покемонов типов Камень или Яд ×{{amount_0}}", - "quest_title_quest_transfer_type_bug_plural": "Передай Покемонов типа Насекомое ×{{amount_0}}", - "quest_title_quest_transfer_type_dark_plural": "Передай Покемонов тип Тёмный ×{{amount_0}}", - "quest_title_quest_transfer_type_dragon_plural": "Передай Покемонов типа Дракон ×{{amount_0}}", - "quest_title_quest_transfer_type_electric_plural": "Передай Покемонов типа Электро ×{{amount_0}}", - "quest_title_quest_transfer_type_fairy_plural": "Передай Покемонов типа Фея ×{{amount_0}}", - "quest_title_quest_transfer_type_fighting_plural": "Передай Покемонов типа Боевой ×{{amount_0}}", - "quest_title_quest_transfer_type_fire_plural": "Передай Покемонов типа Огонь ×{{amount_0}}", - "quest_title_quest_transfer_type_flying_plural": "Передай Покемонов типа Летающий ×{{amount_0}}", - "quest_title_quest_transfer_type_ghost_plural": "Передать Покемонов типа Привидение ×{{amount_0}}", - "quest_title_quest_transfer_type_grass_plural": "Передай Покемонов типа Трава ×{{amount_0}}", - "quest_title_quest_transfer_type_ground_plural": "Передай Покемонов типа Земля ×{{amount_0}}", - "quest_title_quest_transfer_type_ice_plural": "Передай Покемонов типа Лёд ×{{amount_0}}", - "quest_title_quest_transfer_type_normal_plural": "Передай Покемонов типа Обычный ×{{amount_0}}", - "quest_title_quest_transfer_type_poison_plural": "Передай Покемонов типа Яд ×{{amount_0}}", - "quest_title_quest_transfer_type_psychic_plural": "Передай Покемонов типа Психо ×{{amount_0}}", - "quest_title_quest_transfer_type_rock_plural": "Передай Покемонов типа Камень ×{{amount_0}}", - "quest_title_quest_transfer_type_steel_plural": "Передай Покемонов типа Сталь ×{{amount_0}}", - "quest_title_quest_transfer_type_water_plural": "Передай Покемонов типа Трава ×{{amount_0}}", - "quest_title_quest_travel_routes_km_plural": "Пройди {{amount_0}} км по маршрутам", - "quest_title_quest_travel_routes_meters_plural": "Пройди {{amount_0}} м по маршрутам", - "quest_title_quest_tynamo_catch_b": "Поймай Тинамо ×{{amount_0}}", - "quest_title_quest_tynamo_evolve_b_plural": "Эволюционируй Тинамо ×{{amount_0}}", - "quest_title_quest_tynamo_evolve_b_singular": "Эволюционируй Тинамо", - "quest_title_quest_under_investigation": "Профессор Уиллоу сейчас проводит исследование на эту тему. Скоро станут известны подробности!", - "quest_title_quest_urd22_june_battle_gym": "День исследований: Сразись в Гиме", - "quest_title_quest_urd22_june_battle_raid": "День исследований: Сразись в 1 рейде", - "quest_title_quest_urd22_june_beries": "День исследований: Используй ягоды для поимки Покемонов: {{amount_0}}", - "quest_title_quest_urd22_june_catch_rock": "День исследований: Поймай Покемонов типа Камень ×{{amount_0}}", - "quest_title_quest_urd22_june_catch_weather": "День исследований: Поймай {{amount_0}} Покемонов при погодном усилении", - "quest_title_quest_urd22_june_curveball": "День исследований: Сделай кручёные броски: {{amount_0}}", - "quest_title_quest_urd22_june_curveball_row": "День исследований: Сделай кручёные броски: {{amount_0}} подряд", - "quest_title_quest_urd22_june_evolve_rock": "День исследований: Эволюционируй Покемонов типа Камень ×{{amount_0}}", - "quest_title_quest_urd22_june_gift_sticker": "День исследований: Отправь подарки с наклейкой: {{amount_0}}", - "quest_title_quest_urd22_june_great": "День исследований: Сделай отличные броски: {{amount_0}}", - "quest_title_quest_urd22_june_great_row": "День исследований: Сделай отличные броски: {{amount_0}} подряд", - "quest_title_quest_urd22_june_nice": "День исследований: Сделай хорошие броски: {{amount_0}}", - "quest_title_quest_urd22_june_nice_row": "День исследований: Сделай хорошие броски: {{amount_0}} подряд", - "quest_title_quest_urd22_june_powerup": "День исследований: Усиль Покемона ×{{amount_0}}", - "quest_title_quest_urd22_june_snap_rock": "День исследований: Сделай фото дикого Покемона типа Камень", - "quest_title_quest_urd22_june_spin_stops": "День исследований: Покрути Покестопы: {{amount_0}}", - "quest_title_quest_urd22_june_supereffective": "День исследований: Используй суперэффективную заряженную атаку", - "quest_title_quest_ursaring_evolve_b": "Эволюционируй {{amount_0}} Урсаринга", - "quest_title_quest_use_any_potion": "Используй любой эликсир на Покемоне", - "quest_title_quest_use_charged_move_singular": "Используй суперэффективную заряженную атаку", - "quest_title_quest_use_charged_tm": "Используй заряженную TM", - "quest_title_quest_use_dai_plural": "Используй ладаны ежедневных приключений: {{amount_0}}", - "quest_title_quest_use_dai_singular": "Используй ладан ежедневных приключений", - "quest_title_quest_use_fast_tm": "Используй быструю TM", - "quest_title_quest_use_hyper_potion": "Используй 1 гиперэликсир на Покемоне", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "Используй приманки во время прохождения маршрутов: {{amount_0}}", - "quest_title_quest_use_lure_singular": "Используй приманку во время прохождения маршрута", - "quest_title_quest_use_max_potion": "Используй 1 эликсир макс на Покемоне", - "quest_title_quest_use_poffin": "Используй 1 Поффин", - "quest_title_quest_use_rare_candy_plural": "Используй редкие конфеты: {{amount_0}}", - "quest_title_quest_use_rare_candy_singular": "Используй 1 редкую конфету", - "quest_title_quest_use_standard_charged_tm": "Используй заряженную TM", - "quest_title_quest_use_standard_fast_tm": "Используй быструю TM", - "quest_title_quest_use_super_potion": "Используй 1 суперэликсир на Покемоне", - "quest_title_quest_uxie_wild_snap": "Сделай фото дикого Юкси", - "quest_title_quest_val19_catch_specific_plural": "День св. Валентина – Поймай {{amount_0}} Лавдисков", - "quest_title_quest_val19_catch_specific_singular": "День св. Валентина: Поймай 1 Ченси", - "quest_title_quest_visit_different_pokestops": "Покрути разные Покестопы: {{amount_0}}", - "quest_title_quest_visit_pokestop_new_plural": "Покрути новые Покестопы: {{amount_0}}", - "quest_title_quest_visit_pokestop_new_singular": "Покрути новый Покестоп", - "quest_title_quest_visit_pokestops_party_plural": "Играя в команде, покрути Покестопы или Гимы ×{{amount_0}}", - "quest_title_quest_visit_pokestops_plural": "Покрути Покестопы или Гимы: {{amount_0}}", - "quest_title_quest_visit_pokestops_singular": "Покрути 1 Покестоп или Гим", - "quest_title_quest_visit_unique_pokestops_plural": "Покрути разные Покестопы или Гимы: {{amount_0}}", - "quest_title_quest_wailmer_catch_b": "Поймай Вэйлмеров ×{{amount_0}}", - "quest_title_quest_waina_catch_great_ultra_plural": "Поймай {{amount_0}} Покемонов в Мега-Боллы или Ультра-Боллы, используя Pokémon GO Plus +", - "quest_title_quest_waina_catch_plural": "Поймай {{amount_0}} Покемонов в Поке-Боллы, используя Pokémon GO Plus +", - "quest_title_quest_waina_sleep_days": "Отслеживай сон {{amount_0}} дн., используя Pokémon GO Plus + ", - "quest_title_quest_waina_sleep_days_singular": "Отслеживай сон 1 день, используя Pokémon GO Plus +", - "quest_title_quest_waina_spin_pokestop_plural": "Покрути Покестопы, используя Pokémon GO Plus +: {{amount_0}}", - "quest_title_quest_walk_25km_inaweek_plural": "Пройди 25 км в неделю c Синхронизацией приключений ×{{amount_0}}", - "quest_title_quest_walk_buddy_plural": "Прогуливаясь со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", - "quest_title_quest_walk_buddy_singular": "Прогуливаясь со своим Покемоном-приятелем, заработай 1 конфету", - "quest_title_quest_walk_eevee_for_evo": "Пройди 10 км с Иви в качестве своего приятеля, чтобы заработать конфету", - "quest_title_quest_walk_hgrowlithe_header_0": "Огненные приключения", - "quest_title_quest_walk_km": "Пройди {{amount_0}} км", - "quest_title_quest_walk_km_plural": "Пройди {{amount_0}} км", - "quest_title_quest_walk_routes_plural": "Пройди {{amount_0}} км по маршрутам", - "quest_title_quest_walk_routes_singular": "Пройди {{amount_0}} км по маршрутам", - "quest_title_quest_walk_steps": "Пройди шагов: {{amount_0}}", - "quest_title_quest_wartortle_evolve_b": "Эволюционируй {{amount_0}} Вартортла", - "quest_title_quest_waterfestival_catch_feed_plural": "Водный фестиваль – Используй ягоды для поимки Покемонов: {{amount_0}} ", - "quest_title_quest_waterfestival_catch_pokemon_plural": "Водный фестиваль – Поймай {{amount_0}} Покемонов", - "quest_title_quest_waterfestival_catch_special9_plural": "Водный фестиваль – Поймай {{amount_0}} Мэджикарпов или Вэйлмеров", - "quest_title_quest_waterfestival_catch_type_water_plural": "Водный фестиваль: Поймай Покемонов типа Вода ×{{amount_0}}", - "quest_title_quest_waterfestival_evolve_plural": "Водный фестиваль – Эволюционировать Шеллдеров: {{amount_0}}", - "quest_title_quest_waterfestival_evolve_type_water_plural": "Водный фестиваль: Эволюционируй Покемонов типа Вода ×{{amount_0}}", - "quest_title_quest_waterfestival_hatch_egg_singular": "Водный фестиваль – Выносить 1 яйцо", - "quest_title_quest_waterfestival_land_great_plural": "Водный фестиваль: Сделай отличные броски ×{{amount_0}}", - "quest_title_quest_waterfestival_land_nice_plural": "Водный фестиваль: Сделай хорошие броски ×{{amount_0}}", - "quest_title_quest_waterfestival_win_raid_singular": "Водный фестиваль – Победи в рейде", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Бонус Wayfarer – Поймай {{amount_0}} Покемонов", - "quest_title_quest_wcs_2024_catch_psychic_electric": "Поймай Покемонов типа Электро или Психо ×{{amount_0}}", - "quest_title_quest_wcs_2024_snapshot_fairy": "Сделай фото разных диких Покемонов типа Фея ×{{amount_0}}", - "quest_title_quest_wcs_2024_spin_00": "Покрути Покестоп в Зоне Pokémon GO", - "quest_title_quest_wcs_2024_spin_01": "Покрути Покестоп в Play Lab", - "quest_title_quest_wcs_2024_spin_02": "Покрути Покестоп в Collect & Trade Corner", - "quest_title_quest_weepinbell_evolve_b_plural": "Эволюционируй Випинбеллов ×{{amount_0}}", - "quest_title_quest_weepinbell_evolve_b_singular": "Эволюционируй Випинбелла", - "quest_title_quest_wimpod_catch_b": "Поймай Вимподов ×{{amount_0}}", - "quest_title_quest_win_gym_plural": "Победи в Гим-битвах: {{amount_0}}", - "quest_title_quest_win_gym_singular": "Победи в 1 Гим-битве", - "quest_title_quest_win_raid_2_singular": "Победи в двухзвёздочном или более сложном рейде", - "quest_title_quest_win_raid_3_plural": "Победи в {{amount_0}} трёхзвёздочных или более сложных рейдах", - "quest_title_quest_win_raid_3_singular": "Победи в трёхзвёздочном или более сложном рейде", - "quest_title_quest_win_raid_buddy_plural": "Победи в {{amount_0}} рейдах со своим Покемоном-приятелем", - "quest_title_quest_win_raid_buddy_singular": "Победи в рейде с приятелем", - "quest_title_quest_win_raid_lvl1_higher_singular": "Победи в однозвёздочном или более сложном рейде", - "quest_title_quest_win_raid_lvl1_singular": "Победи в однозвёздочном рейде", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Победи в {{amount_0}} рейдах, используя только Покемонов с 1500 БC или меньше", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Победи в рейде, используя только Покемонов с 1500 БC или меньше", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Победи в {{amount_0}} трёхзвёздочных рейдах, используя только Покемонов с 1500 БC или меньше", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Победи в трёхзвёздочном рейде, используя только Покемонов с 1500 БC или меньше", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Победи в {{amount_0}} трёхзвёздочных рейдах, используя только Покемонов с 2500 БC или меньше", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Победи в трёхзвёздочном рейде, используя только Покемонов с 2500 БC или меньше", - "quest_title_quest_win_raid_party_plural": "Играя в команде, победи в рейдах ×{{amount_0}}", - "quest_title_quest_win_raid_party_singular": "Играя в команде, победи в рейде", - "quest_title_quest_win_raid_plural": "Победи в {{amount_0}} рейдах", - "quest_title_quest_win_raid_singular": "Победи в рейде", - "quest_title_quest_win_raid_unique_plural": "Победи в {{amount_0}} рейдах, используя команду разных Покемонов", - "quest_title_quest_win_raid_unique_singular": "Победи в рейде, используя команду разных Покемонов", - "quest_title_quest_win_raid_with_friend_plural": "Победи в {{amount_0}} рейдах с другом", - "quest_title_quest_win_raid_with_friend_singular": "Победи в рейде с другом", - "quest_title_quest_win_raids_unique_1500_plural": "Победи в {{amount_0}} рейдах с командой из разных Покемонов с 1500 БC или меньше", - "quest_title_quest_win_raids_unique_plural": "Победи в {{amount_0}} рейдах с командой из разных Покемонов", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 1500 БC или меньше ×{{amount_0}} ", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "Победи лидера Команды Ракета GO, используя только Покемонов с 1500 БC или меньше ×{{amount_0}}", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 2500 БC или меньше ×{{amount_0}} ", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 3000 БC или меньше ×{{amount_0}} ", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 3500 БC или меньше ×{{amount_0}} ", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 4000 БC или меньше ×{{amount_0}} ", - "quest_title_quest_wooper_catch_b": "Поймай Вуперов или Пальдейских Вуперов ×{{amount_0}}", - "quest_title_quest_wooper_evolve_b": "Эволюционируй Вуперов или Пальдейских Вуперов ×{{amount_0}}", - "quest_title_quest_wooper_snapshot_b": "Сделай фото Вуперов или Пальдейских Вуперов ×{{amount_0}}", - "quest_title_quest_wt_catch_weedle": "Поймай {{amount_0}} Видлов", - "quest_title_quest_wt_evolve_kakuna": "Эволюционируй Какун: {{amount_0}}", - "quest_title_quest_wt_evolve_weedle": "Эволюционировать Видлов: {{amount_0}}", - "quest_title_quest_xp_plural": "Заработай {{amount_0}} XP", - "quest_title_quest_zigzagoon_catch_b": "Поймай {{amount_0}} Галарских Зигзагунов", - "quest_title_quest_zigzagoon_evolve_b": "Эволюционируй {{amount_0}} Галарских Зигзагунов", - "quest_title_quest_zigzagoon_snapshot_b": "Сделай {{amount_0}} фото Галарского Зигзагуна", - "quest_title_reach_hoenn_gold": "Заработай золотую медаль Хоэнн", - "quest_title_reach_johto_gold": "Заработай золотую медаль Джото", - "quest_title_reach_kanto_gold": "Заработай золотую медаль Канто", - "quest_title_reach_kanto_silver": "Заработай серебряную медаль Канто", - "quest_title_reach_level": "Достигни уровня {{amount_0}}", - "quest_title_referral_initial_milestone": "Выполнен вход в Pokémon GO", - "quest_title_remove_bonus_challenge_desc": "Завтра ты получишь ещё одно задание.", - "quest_title_reward_desc_1": "Собирай наклейки, чтобы разблокировать научный прорыв от Профессора Уиллоу!", - "quest_title_reward_desc_2": "Необходимо собрать:", - "quest_title_reward_desc_3_plural": "Ещё наклеек: {{amount_0}}!", - "quest_title_reward_desc_3_singular": "Ещё {{amount_0}} наклейку!", - "quest_title_reward_encounter_later": "Позже", - "quest_title_reward_encounter_uses_ar": "Чтобы поймать этого Покемона, необходимо быть в режиме AR.", - "quest_title_reward_mysterious_pokemon_appeared": "Появился таинственный Покемон!", - "quest_title_reward_start_encounter": "Начать встречу", - "quest_title_rocket_battle_plural": "Сразись с {{amount_0}} агентами Команды Ракета GO", - "quest_title_rocket_battle_win_plural": "Победи {{amount_0}} агентов Команды Ракета GO", - "quest_title_rocket_battle_win_singular": "Победи агента Команды Ракета GO", - "quest_title_rocket_evolve_plural": "Эволюционируй {{amount_0}} Покемонов", - "quest_title_rocket_leader_battle_win_singular": "Победи лидера Команды Ракета GO", - "quest_title_rocket_power_up_plural": "Усиль Покемонов x{{amount_0}}", - "quest_title_rocket_purify_plural": "Очисти Теневых Покемонов: {{amount_0}}", - "quest_title_rocket_purify_type_singular": "Очисти 1 огненного, водного или травяного Теневого Покемона: {{amount_0}}", - "quest_title_rocket_rescue_shadow_plural": "Спаси Теневых Покемонов: {{amount_0}}", - "quest_title_rocket_shadow_plural": "Поймай {{amount_0}} Теневых Покемонов", - "quest_title_rockethq1_arlo_win": "Победи лидера Команды Ракета GO Арло", - "quest_title_rockethq1_arlo_win_plural": "Победи лидера Команды Ракета GO Арло x{{amount_0}}", - "quest_title_rockethq1_battle_boss": "Сразись с боссом Команды Ракета GO", - "quest_title_rockethq1_catch_legendary_shadow": "Поймай Легендарного Теневого Покемона", - "quest_title_rockethq1_catch_shadow1": "Поймай {{amount_0}} Теневых Покемонов", - "quest_title_rockethq1_cliff_win": "Победи лидера Команды Ракета GO Клиффа", - "quest_title_rockethq1_cliff_win_plural": "Победи лидера Команды Ракета GO Клиффа x{{amount_0}}", - "quest_title_rockethq1_defeat_boss": "Победи босса Команды Ракета GO", - "quest_title_rockethq1_find_boss": "Найди босса Команды Ракета GO", - "quest_title_rockethq1_grunt_win1": "Победи агентов Команды Ракета GO: {{amount_0}} ", - "quest_title_rockethq1_grunt_win2": "Победи агентов Команды Ракета GO: {{amount_0}}", - "quest_title_rockethq1_leader_win_plural": "Победи лидера Команды Ракета GO x{{amount_0}}", - "quest_title_rockethq1_leaders_win_plural": "Победи лидера Команды Ракета GO x{{amount_0}}", - "quest_title_rockethq1_purify": "Очисти Теневых Покемонов: {{amount_0}}", - "quest_title_rockethq1_raid_win": "Победи в {{amount_0}} рейдах", - "quest_title_rockethq1_sierra_win": "Победи лидера Команды Ракета GO Сиерру", - "quest_title_rockethq1_sierra_win_plural": "Победи лидера Команды Ракета GO Сиерру x{{amount_0}}", - "quest_title_rockethq1_spin": "Покрути Покестопы: {{amount_0}}", - "quest_title_rockethq1_spin_row": "Покрути Покестоп {{amount_0}} дн. подряд", - "quest_title_rockethq1_supereffective": "Используй суперэффективные заряженные атаки в Гим-битвах: {{amount_0}}", - "quest_title_rockethq1_trainerbattle_win": "Выиграй тренерские битвы Великой Лиги против другого Тренера: {{amount_0}}", - "quest_title_roset_catch_b": "Поймай {{amount_0}} Розелий", - "quest_title_roset_evolve_b": "Эволюционируй {{amount_0}} Розелий", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Поймано 0 Покемонов", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Поймано Покемонов: {{amount_0}}", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "Пойман 1 Покемон", - "quest_title_score_1_10_11_12_singular": "Поймано Покемонов типа Огонь, Вода или Трава ×{{amount_0}}", - "quest_title_score_1_10_singular": "Поймано Покемонов типа Огонь ×{{amount_0}}", - "quest_title_score_1_11_singular": "Поймано Покемонов типа Вода ×{{amount_0}}", - "quest_title_score_1_12_singular": "Поймано Покемонов типа Трава ×{{amount_0}}", - "quest_title_score_1_none": "Поймано 0 Покемонов", - "quest_title_score_1_plural": "Поймано Покемонов: {{amount_0}}", - "quest_title_score_1_singular": "Пойман 1 Покемон", - "quest_title_score_6_plural": "Победа в {{amount_0}} рейдах", - "quest_title_score_6_singular": "Победа в 1 рейде", - "quest_title_score_8_10_none": "Сделано 0 хороших бросков", - "quest_title_score_8_10_plural": "Сделаны хорошие броски: {{amount_0}}", - "quest_title_score_8_10_singular": "Сделан 1 хороший бросок", - "quest_title_score_8_11_none": "Сделано 0 отличных бросков", - "quest_title_score_8_11_plural": "Сделаны отличные броски: {{amount_0}}", - "quest_title_score_8_11_singular": "Сделан 1 отличный бросок", - "quest_title_score_8_12_none": "Сделано 0 прекрасных бросков", - "quest_title_score_8_12_plural": "Сделаны прекрасные броски: {{amount_0}}", - "quest_title_score_8_12_singular": "Сделан 1 прекрасный бросок", - "quest_title_score_8_13_none": "Сделано 0 кручёных бросков", - "quest_title_score_8_13_plural": "Сделано кручёных бросков: {{amount_0}}", - "quest_title_score_8_13_singular": "Сделан 1 кручёный бросок", - "quest_title_score_11_701_none": "Использовано 0 Разз-Ягод", - "quest_title_score_11_701_plural": "Использовано Разз-Ягод: {{amount_0}}", - "quest_title_score_11_701_singular": "Использована 1 Разз-Ягода", - "quest_title_score_11_703_none": "Использовано 0 Нанаб-Ягод", - "quest_title_score_11_703_plural": "Использовано Нанаб-Ягод: {{amount_0}} ", - "quest_title_score_11_703_singular": "Использована 1 Нанаб-Ягода", - "quest_title_score_11_705_none": "Использовано 0 Пайнеп-Ягод", - "quest_title_score_11_705_plural": "Использовано Пайнеп-Ягод: {{amount_0}}", - "quest_title_score_11_705_singular": "Использована 1 Пайнеп-Ягода", - "quest_title_score_15_10_none": "Сделано 0 хороших кручёных бросков", - "quest_title_score_15_10_plural": "Сделаны хорошие кручёные броски: {{amount_0}}", - "quest_title_score_15_10_singular": "Сделан 1 хороший кручёный бросок", - "quest_title_score_15_11_none": "Сделано 0 отличных кручёных бросков", - "quest_title_score_15_11_plural": "Сделаны отличные кручёные броски: {{amount_0}}", - "quest_title_score_15_11_singular": "Сделан 1 отличный кручёный бросок", - "quest_title_score_15_12_none": "Сделано 0 прекрасных кручёных бросков", - "quest_title_score_15_12_plural": "Сделаны прекрасные кручёные броски: {{amount_0}}", - "quest_title_score_15_12_singular": "Сделан 1 прекрасный кручёный бросок", - "quest_title_score_22_none": "Завершено 0 битв с лидерами команды", - "quest_title_score_22_plural": "Завершено битв с лидерами команды: {{amount_0}} ", - "quest_title_score_22_singular": "Завершена 1 битва с лидерами команды", - "quest_title_score_23_none": "Завершено 0 битв Боевой Лиги GO", - "quest_title_score_23_plural": "Завершено битв Боевой Лиги GO: {{amount_0}}", - "quest_title_score_23_singular": "Завершена 1 битва Боевой Лиги GO", - "quest_title_score_battle_raid_none": "Не было сражений в рейдах", - "quest_title_score_battle_raid_plural": "Сражение в {{amount_0}} рейдах", - "quest_title_score_battle_raid_singular": "Сражение в 1 рейде", - "quest_title_score_catch_feed_none": "Использовано 0 ягод", - "quest_title_score_catch_feed_plural": "Использовано ягод: {{amount_0}}", - "quest_title_score_catch_feed_singular": "Использована 1 ягода", - "quest_title_score_catch_pokemon": "Поймано Покемонов: {{amount_0}}", - "quest_title_score_defeat_rocket_none": "Не побеждён ни один член Команды Ракета GO", - "quest_title_score_defeat_rocket_plural": "Побеждены члены Команды Ракета GO: {{amount_0}}", - "quest_title_score_defeat_rocket_singular": "Побеждён 1 член Команды Ракета GO", - "quest_title_score_field_research_none": "Не выполнено ни одно задание полевого квеста", - "quest_title_score_field_research_plural": "Выполнены задания полевых квестов: {{amount_0}}", - "quest_title_score_field_research_singular": "Выполнено 1 задание полевого квеста", - "quest_title_score_send_gift_none": "Отправлено 0 подарков друзьям", - "quest_title_score_send_gift_plural": "Отправлено подарков друзьям: {{amount_0}} ", - "quest_title_score_send_gift_singular": "Отправлен 1 подарок другу", - "quest_title_score_spin_pokestop_none": "Покручено 0 Покестопов", - "quest_title_score_spin_pokestop_plural": "Покручено Покестопов: {{amount_0}}", - "quest_title_score_spin_pokestop_singular": "Покручен 1 Покестоп", - "quest_title_send_gifts_plural": "Отправь подарки друзьям: {{amount_0}}", - "quest_title_send_gifts_singular": "Отправь 1 подарок другу", - "quest_title_snapshot_bulbasaur": "Сделай фото Бульбазавра", - "quest_title_snapshot_charmander": "Сделай фото Чармандера", - "quest_title_snapshot_genesect": "Сделай {{amount_0}} фото Дженесекта", - "quest_title_snapshot_landorus": "Сделай фото Ландоруса", - "quest_title_snapshot_regi_ice": "Сделай фото Реджайса", - "quest_title_snapshot_regi_rock": "Сделай фото Реджирока", - "quest_title_snapshot_regi_steel": "Сделай фото Реджистила", - "quest_title_snapshot_thundurus": "Сделай фото Тандуруса", - "quest_title_snapshot_tornadus": "Сделай фото Торнадуса", - "quest_title_snapshot_wild_blitzle_shinx_furfrou": "Сделай фото дикого Шинкса, Блитцла или Фурфу", - "quest_title_snapshot_wild_bug_plural": "Сделай {{amount_0}} фото диких насекомых Покемонов", - "quest_title_snapshot_wild_butterfree_shinx_blitzle": "Сделай фото дикого Баттерфри, Шинкса или Блитцла", - "quest_title_snapshot_wild_dark_plural": "Сделай {{amount_0}} фото диких тёмных Покемонов", - "quest_title_snapshot_wild_dragon_plural": "Сделай {{amount_0}} фото диких драконьих Покемонов", - "quest_title_snapshot_wild_ducklett_chinchou_finneon": "Сделай фото дикого Чинчоу, Финнеона или Даклетта", - "quest_title_snapshot_wild_eevee": "Сделай фото дикого Иви", - "quest_title_snapshot_wild_electric_plural": "Сделай {{amount_0}} фото диких электрических Покемонов", - "quest_title_snapshot_wild_fairy_plural": "Сделай {{amount_0}} фото диких Покемонов типа Феи", - "quest_title_snapshot_wild_fighting_plural": "Сделай {{amount_0}} фото диких боевых Покемонов", - "quest_title_snapshot_wild_fire_plural": "Сделай {{amount_0}} фото диких огненных Покемонов", - "quest_title_snapshot_wild_flying_plural": "Сделай {{amount_0}} фото диких летающих Покемонов", - "quest_title_snapshot_wild_geodude_sandshrew_cacnea": "Сделай фото дикого Сэндшрю, Геодуда или Какнеи", - "quest_title_snapshot_wild_ghost_plural": "Сделай {{amount_0}} фото диких Покемонов типа Привидения", - "quest_title_snapshot_wild_grass_plural": "Сделай {{amount_0}} фото диких травяных Покемонов", - "quest_title_snapshot_wild_ground_plural": "Сделай {{amount_0}} фото диких земляных Покемонов", - "quest_title_snapshot_wild_hoothoot": "Сделай фото дикого Хутхута", - "quest_title_snapshot_wild_ice_plural": "Сделай {{amount_0}} фото диких ледяных Покемонов", - "quest_title_snapshot_wild_lotad_metapod_aipom": "Сделай фото дикого Метапода, Эйпома или Лотада", - "quest_title_snapshot_wild_luvdisc_chinchou_finneon": "Сделай фото дикого Чинчоу, Лавдиска или Финнеона", - "quest_title_snapshot_wild_normal_plural": "Сделай {{amount_0}} фото диких обычных Покемонов", - "quest_title_snapshot_wild_plural": "Сделай {{amount_0}} фото диких Покемонов", - "quest_title_snapshot_wild_poison_plural": "Сделай {{amount_0}} фото диких ядовитых Покемонов", - "quest_title_snapshot_wild_psychic_plural": "Сделай {{amount_0}} фото диких психических Покемонов", - "quest_title_snapshot_wild_rock_plural": "Сделай {{amount_0}} фото диких каменных Покемонов", - "quest_title_snapshot_wild_singular": "Сделай фото дикого Покемона", - "quest_title_snapshot_wild_skarmory_dodrio_mantine": "Сделай фото дикого Додрио, Мантайна или Скармори", - "quest_title_snapshot_wild_skitty_kirlia": "Сделай фото дикого Кирлии или Скитти", - "quest_title_snapshot_wild_sneasel_croagunk_frillish": "Сделай фото дикого Снизела, Кроганка или Фриллиша", - "quest_title_snapshot_wild_steel_plural": "Сделай {{amount_0}} фото диких стальных Покемонов", - "quest_title_snapshot_wild_trapinch_sandshrew_cacnea": "Сделай фото дикого Сэндшрю, Трапинча или Какнеи", - "quest_title_snapshot_wild_water_plural": "Сделай {{amount_0}} фото диких водных Покемонов", - "quest_title_snapshots_inarow_plural": "Сделай фото Покемона {{amount_0}} дн. подряд", - "quest_title_snapshots_plural": "Сделай {{amount_0}} фото", - "quest_title_snivt_catch_b": "Поймай {{amount_0}} Снайви", - "quest_title_snivt_evolve_b": "Эволюционируй {{amount_0}} Снайви", - "quest_title_snivt_evolve_s1": "Эволюционируй Сервайнов: {{amount_0}}", - "quest_title_spin_daysinarow": "Посети Покестопы {{amount_0}} дн. подряд", - "quest_title_st_catch_s": "Поймай 15 Сидотов", - "quest_title_st_evolve_n": "Эволюционируй 1 Назлифа", - "quest_title_st_evolve_s": "Эволюционируй 3 Сидота", - "quest_title_stardust_plural": "Заработай звёздную пыль: {{amount_0}}", - "quest_title_streak_format": "{{amount_0}}-Й ДЕНЬ ПОДРЯД!", - "quest_title_supereffective_charge_plural": "Используй суперэффективную заряженную атаку x{{amount_0}}", - "quest_title_supereffective_charge_singular": "Используй суперэффективную заряженную атаку", - "quest_title_swabt_catch_b": "Поймай {{amount_0}} Сваблу", - "quest_title_swabt_evolve_b": "Эволюционируй {{amount_0}} Сваблу", - "quest_title_tepit_catch_b": "Поймай {{amount_0}} Тепигов", - "quest_title_tepit_evolve_b": "Эволюционируй {{amount_0}} Тепигов", - "quest_title_tepit_evolve_s1": "Эволюционируй Пигнайта: {{amount_0}}", - "quest_title_time_remaining_day_plural": "Осталось {{amount_0}} дн., чтобы завершить этот специальный квест", - "quest_title_time_remaining_day_singular": "Чтобы завершить этот специальный квест, остался {{amount_0}} день", - "quest_title_trade_50km_plural": "Обменяй Покемонов, пойманных как минимум в 50 км друг от друга x{{amount_0}}", - "quest_title_trade_100km_plural": "Обменяй Покемонов, пойманных как минимум в 100 км друг от друга x{{amount_0}}", - "quest_title_trade_200km_plural": "Обменяй Покемонов, пойманных как минимум в 200 км друг от друга x{{amount_0}}", - "quest_title_trade_300km_plural": "Обменяй Покемонов, пойманных как минимум в 300 км друг от друга x{{amount_0}}", - "quest_title_trade_400km_plural": "Обменяй Покемонов, пойманных как минимум в 400 км друг от друга x{{amount_0}}", - "quest_title_trade_500km_plural": "Обменяй Покемонов, пойманных как минимум в 500 км друг от друга x{{amount_0}}", - "quest_title_trade_500km_singular": "Обменяй 1 раз Покемонов, пойманных как минимум в 500 км друг от друга", - "quest_title_trade_plural": "Обменяй Покемонов x{{amount_0}}", - "quest_title_trade_singular": "Обменяй Покемона", - "quest_title_transfer_pokemon_plural": "Передай {{amount_0}} Покемонов", - "quest_title_transfer_pokemon_singular": "Передай 1 Покемона", - "quest_title_transfer_type_bug_plural": "Передай {{amount_0}} насекомых Покемонов", - "quest_title_transfer_type_dark_plural": " Передай {{amount_0}} тёмных Покемонов", - "quest_title_transfer_type_dragon_plural": "Передай {{amount_0}} драконьих Покемонов", - "quest_title_transfer_type_electric_plural": "Передай {{amount_0}} электрических Покемонов", - "quest_title_transfer_type_fairy_plural": "Передай {{amount_0}} Покемонов типа Феи", - "quest_title_transfer_type_fighting_plural": "Передай {{amount_0}} боевых Покемонов", - "quest_title_transfer_type_fire_plural": "Передай {{amount_0}} огненных Покемонов", - "quest_title_transfer_type_flying_plural": " Передай {{amount_0}} летающих Покемонов", - "quest_title_transfer_type_ghost_plural": "Передать {{amount_0}} Покемонов типа Привидения", - "quest_title_transfer_type_grass_plural": "Передай {{amount_0}} травяных Покемонов", - "quest_title_transfer_type_ground_plural": "Передай {{amount_0}} земляных Покемонов", - "quest_title_transfer_type_ice_plural": "Передай {{amount_0}} ледяных Покемонов", - "quest_title_transfer_type_normal_plural": "Передай {{amount_0}} обычных Покемонов", - "quest_title_transfer_type_poison_plural": " Передай {{amount_0}} ядовитых Покемонов", - "quest_title_transfer_type_psychic_plural": "Передай {{amount_0}} психических Покемонов", - "quest_title_transfer_type_rock_plural": "Передай {{amount_0}} каменных Покемонов", - "quest_title_transfer_type_steel_plural": "Передай {{amount_0}} стальных Покемонов", - "quest_title_transfer_type_water_plural": "Передай {{amount_0}} водных Покемонов", - "quest_title_under_investigation": "Профессор Уиллоу сейчас проводит исследование на эту тему. Скоро станут известны подробности!", - "quest_title_use_any_potion": "Use any Potion on a Pokémon", - "quest_title_use_hyper_potion": "Use a Hyper Potion on a Pokémon", - "quest_title_use_max_potion": "Use a Max Potion on a Pokémon", - "quest_title_use_super_potion": "Use a Super Potion on a Pokémon", - "quest_title_val19_catch_specific_plural": "День св. Валентина – Поймай {{amount_0}} Лавдисков", - "quest_title_val19_catch_specific_singular": "День св. Валентина – Поймай 1 Ченси", - "quest_title_visit_different_pokestops": "Покрути разные Покестопы: {{amount_0}}", - "quest_title_visit_pokestop_new_plural": "Покрути новые Покестопы: {{amount_0}}", - "quest_title_visit_pokestop_new_singular": "Покрути новый Покестоп", - "quest_title_visit_pokestops_plural": "Покрути Покестопы или Гимы: {{amount_0}}", - "quest_title_visit_pokestops_singular": "Покрути 1 Покестоп или Гим", - "quest_title_visit_unique_pokestops_plural": "Покрути разные Покестопы или Гимы: {{amount_0}}", - "quest_title_walk_25km_inaweek_plural": "Пройди 25 км в неделю c Синхронизацией приключений x{{amount_0}}", - "quest_title_walk_buddy_plural": "Прогуливаясь со своим Покемоном-приятелем, заработай конфеты: {{amount_0}}", - "quest_title_walk_buddy_singular": "Прогуливаясь со своим Покемоном-приятелем, заработай 1 конфету", - "quest_title_walk_eevee_for_evo": "Пройди 10 км с Иви в качестве своего приятеля, чтобы заработать конфету", - "quest_title_walk_km_plural": "Пройди {{amount_0}} км", - "quest_title_waterfestival_catch_feed_plural": "Водный фестиваль – Используй ягоды для поимки Покемонов: {{amount_0}} ", - "quest_title_waterfestival_catch_special9_plural": "Водный фестиваль – Поймай {{amount_0}} Мэджикарпов или Вэйлмеров", - "quest_title_waterfestival_catch_type_water_plural": "Водный фестиваль – Поймай {{amount_0}} водных Покемонов", - "quest_title_waterfestival_evolve_plural": "Водный фестиваль – Эволюционировать Шеллдеров: {{amount_0}}", - "quest_title_waterfestival_hatch_egg_singular": "Водный фестиваль – Выносить 1 яйцо", - "quest_title_waterfestival_win_raid_singular": "Водный фестиваль – Победи в рейде", - "quest_title_wayfarer_catch_pokemon_plural": "Бонус Wayfarer – Поймай {{amount_0}} Покемонов", - "quest_title_win_gym_plural": "Победи в Гим-битвах: {{amount_0}}", - "quest_title_win_gym_singular": "Победи в 1 Гим-битве", - "quest_title_win_raid_2_singular": "Победи в рейде уровня 2 или выше", - "quest_title_win_raid_3_plural": "Победи в {{amount_0}} рейдах уровня 3 или выше", - "quest_title_win_raid_3_singular": "Победи в рейде уровня 3 или выше", - "quest_title_win_raid_buddy_singular": "Победи в рейде с приятелем", - "quest_title_win_raid_lvl1plus_less1500cp_plural": "Победи в {{amount_0}} рейдах, используя только Покемонов с 1500 БC или меньше", - "quest_title_win_raid_lvl1plus_less1500cp_singular": "Победи в рейде, используя только Покемонов с 1500 БC или меньше", - "quest_title_win_raid_lvl3plus_less1500cp_plural": "Победи в {{amount_0}} трёхзвёздночных рейдах, используя только Покемонов с 1500 БC или меньше", - "quest_title_win_raid_lvl3plus_less1500cp_singular": "Победи в трёхзвёздночном рейде, используя только Покемонов с 1500 БC или меньше", - "quest_title_win_raid_plural": "Победи в {{amount_0}} рейдах", - "quest_title_win_raid_singular": "Победи в рейде", - "quest_title_win_raid_unique_plural": "Победи в {{amount_0}} рейдах, используя команду разных Покемонов", - "quest_title_win_raid_unique_singular": "Победи в рейде, используя команду разных Покемонов", - "quest_title_win_rocket_leader_less1500cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 1500 БC или меньше x{{amount_0}} ", - "quest_title_win_rocket_leader_less1500cp_singular": "Победи лидера Команды Ракета GO, используя только Покемонов с 1500 БC или меньше x{{amount_0}}", - "quest_title_win_rocket_leader_less2500cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 2500 БC или меньше x{{amount_0}} ", - "quest_title_win_rocket_leader_less3000cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 3000 БC или меньше x{{amount_0}} ", - "quest_title_win_rocket_leader_less3500cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 3500 БC или меньше x{{amount_0}} ", - "quest_title_win_rocket_leader_less4000cp_plural": "Победи лидера Команды Ракета GO, используя только Покемонов с 4000 БC или меньше x{{amount_0}} ", - "quest_title_wt_catch_weedle": "Поймай {{amount_0}} Видлов", - "quest_title_wt_evolve_kakuna": "Эволюционируй Какун: {{amount_0}}", - "quest_title_wt_evolve_weedle": "Эволюционировать Видлов: {{amount_0}}", - "quest_win_raid_plural": "Победи в {{amount}} рейдах", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "Рейд 1 уровня", - "raid_1_plural": "Рейды 1 уровня", - "raid_2": "Рейд 2 уровня", - "raid_2_plural": "Рейды 2 уровня", - "raid_3": "Рейд 3 уровня", - "raid_3_plural": "Рейды 3 уровня", - "raid_4": "Рейд 4 уровня", - "raid_4_plural": "Рейды 1 уровня", - "raid_5": "Легендарный рейд", - "raid_5_plural": "Легендарный рейды", - "raid_6": "Мега-рейд", - "raid_6_plural": "мега-рейды", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "Лучше всего днём", - "route_tag_architecture": "Архитектура", - "route_tag_art": "Искусство", - "route_tag_beachy": "Пляж", - "route_tag_bike_path": "Велосипедная дорожка", - "route_tag_biking": "Подходит для велосипедов", - "route_tag_body_of_water": "Берег", - "route_tag_buildings": "Много зданий", - "route_tag_category_misc": "Разное", - "route_tag_category_nearby": "Поблизости", - "route_tag_category_suitability": "Доступность", - "route_tag_category_terrain": "Ландшафт", - "route_tag_category_theme": "Тема", - "route_tag_city_life": "Город", - "route_tag_culture": "Культура", - "route_tag_easy_going": "Лёгкий", - "route_tag_flat": "Ровный", - "route_tag_foliage": "Много растительности", - "route_tag_food": "Еда", - "route_tag_grassy": "Трава", - "route_tag_hilly": "Холмы", - "route_tag_historic": "Исторический", - "route_tag_intense": "Интенсивный", - "route_tag_morning": "Лучше всего утром", - "route_tag_muddy": "Грязь", - "route_tag_nature": "Природа", - "route_tag_night": "Лучше всего вечером", - "route_tag_no_parking": "Нет парковки поблизости", - "route_tag_no_people": "Мало людей", - "route_tag_open_space": "Много открытого пространства", - "route_tag_parking": "Парковка поблизости", - "route_tag_parks_nearby": "Парки поблизости", - "route_tag_partially_paved": "Частично мощёная дорога", - "route_tag_paved": "Мощёная дорога", - "route_tag_people": "Много людей", - "route_tag_pets": "Подходит для домашних животных", - "route_tag_plenty_pokestops": "Много Покестопов", - "route_tag_public_transport": "Рядом с общественным транспортом", - "route_tag_raid_friendly": "Много Гимов", - "route_tag_rainy_day": "Подходит для дождливого дня", - "route_tag_rocky": "Камни", - "route_tag_running": "Подходит для бега", - "route_tag_sandy": "Песок", - "route_tag_seasonal": "Сезонный", - "route_tag_sightseeing": "Достопримечательности", - "route_tag_stroller": "Подходит для детских колясок", - "route_tag_sunny_day": "Подходит для солнечного дня", - "route_tag_tree_cover": "Тенистые деревья", - "route_tag_unpaved": "Грунтовая дорога", - "route_tag_views": "Красивые виды", - "route_tag_walking": "Подходит для прогулок", - "route_tag_wheelchair": "Подходит для инвалидных колясок", - "route_tag_wildlife": "Много диких животных", - "route_tag_woodsy": "Лес", - "route_tags_label": "ТЕГИ", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "Теневая форма", - "team_1": "Мистик", - "team_2": "Валор", - "team_3": "Инстинкт", - "team_a_0": "Без команды", - "team_a_1": "Мистик", - "team_a_2": "Валор", - "team_a_3": "Инстинкт", - "throw_type_9": "Первый", - "throw_type_10": "Неплохо", - "throw_type_11": "Хорошо", - "throw_type_12": "Отлично", - "throw_type_13": "Крученый", - "throw_type_67": "Master Ball", - "weather_0": "Экстремальные условия", - "weather_1": "Ясно", - "weather_2": "Дождь", - "weather_3": "Переменная облачность", - "weather_4": "Облачно", - "weather_5": "Ветер", - "weather_6": "Снег", - "weather_7": "Туман", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} diff --git a/client/public/locales/sv/translation.json b/client/public/locales/sv/translation.json deleted file mode 100644 index 845901fe3..000000000 --- a/client/public/locales/sv/translation.json +++ /dev/null @@ -1,6001 +0,0 @@ -{ - "login": "Logga in", - "click_once": "Klicka bara på 'Auktorisera' en gång", - "save": "Spara", - "reset": "Återställ", - "close": "Stäng", - "reset_filters": "Återställ filter", - "pokemon_filters": "Pokémon-filterinställningar", - "gyms_filters": "Gym-filterinställningar", - "pokestops_filters": "PokéStop-filterinställningar", - "nests_filters": "Bo-filterinställningar", - "help": "Hjälp", - "apply_to_all": "Tillämpa på alla", - "disable_all": "Inaktivera alla", - "enable_all": "Aktivera alla", - "enabled": "Aktiverad", - "legacy": "Legacy", - "id": "ID", - "location": "Plats", - "search_pokemon": "Sök Pokémon", - "search_nests": "Sök bo", - "search_gyms": "Sök gym", - "search_pokestops": "Sök PokéStops", - "search_raids": "Sök Raid", - "search_eggs": "Sök Ägg", - "search_quests": "Sök Uppdrag", - "search_lures": "Sök Lockmedel", - "search_invasions": "Sök Invasioner", - "sm": "sm", - "md": "md", - "lg": "lg", - "xl": "XL", - "min": "Min", - "max": "Max", - "set_size": "Ställ in ikonstorlek", - "slot_selection": "Platsval", - "generations": "Generationer", - "types": "Typer", - "forms": "Former", - "rarity": "Nuvarande Sällsynthet", - "others": "Övriga", - "categories": "Kategorier", - "rank": "Rank", - "slider_iv": "IV-intervall", - "slider_great": "Great League", - "slider_ultra": "Ultra League", - "slider_little": "Little Cup", - "slider_atk_iv": "Attack", - "slider_def_iv": "Försvar", - "slider_sta_iv": "Uthållighet", - "slider_level": "Nivå", - "slider_size": "Storlek", - "abbreviation_level": "N", - "lvl": "Niv", - "cap": "Max", - "custom": "Anpassad", - "valid": "Giltig", - "invalid": "Ogiltig!", - "overwrites": "Skriver över alla filter", - "valid_filter": "Giltigt statsfilter", - "invalid_filter": "Ange ett giltigt filter", - "gyms": "Gym", - "nests": "Bo", - "pokestops": "PokéStops", - "pokemon": "Pokémon", - "wayfarer": "Wayfarer", - "scan_areas": "Skanningsområden", - "s2cells": "S2-celler", - "weather": "Väder", - "admin": "Admin", - "settings": "Inställningar", - "advanced": "Avancerad", - "tile_servers": "Tile-servrar", - "icons": "Ikoner", - "navigation": "Navigering", - "drawer": "Skjutpanel", - "tile_servers_default": "Standard", - "drawer_temporary": "Tillfällig", - "drawer_persistent": "Bestående", - "locale_selection": "Språkval", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "Importera", - "export": "Exportera", - "logout": "Logga ut", - "local_storage_cleared": "Lokal lagring har rensats!", - "iv_or_filter": "IV ELLER Filter", - "polygons": "Polygoner", - "raids": "Raids", - "ex_eligible": "EX Berättigad", - "in_battle": "I strid", - "all_pokestops": "Alla PokéStops", - "lures": "Lockmedel", - "quests": "Uppdrag", - "invasions": "Invasioner", - "portals": "Portaler", - "submission_cells": "Inlämningsceller", - "spawnpoint": "Spawnpunkt", - "spawnpoints": "Spawnpunkter", - "s2_cell_level": "Nivå {{level}} S2-cell", - "total_count": "Totalt antal", - "next_submission": "Nästa inlämning!", - "never": "Aldrig", - "next_gym": "Nästa gym", - "scan_cells": "Skanningsceller", - "devices": "Enheter", - "use_my_location": "Använd min plats", - "submit_feedback_title": "Skicka feedback/buggrapport", - "use_the_link_below": "Du kan använda länken nedan för att skicka feedback eller eventuella buggar du har stött på.", - "feedback_to_devs": "Denna feedback skickas direkt till utvecklarna.", - "feedback_form": "Feedback-formulär", - "unknown_pokestop": "Okänt PokéStop-namn", - "unknown_gym": "Okänt Gymnamn", - "exclude": "Exkludera", - "exclude_quest": "Exkludera Uppdrag", - "exclude_invasion": "Exkludera Invasion", - "exclude_team": "Exkludera Lag", - "exclude_raid": "Exkludera Raid", - "exclude_lure": "Exkludera Lockbete", - "timer": "Timer", - "hide": "Dölj", - "tier": "Nivå", - "slots": "Platser", - "mega": "Mega", - "form": "Form", - "starts": "Startar", - "ends": "Slutar", - "defender": "Försvarare", - "best_buddy": "Bästa kompis", - "cp": "KP", - "kilogram": "kg", - "meter": "m", - "total_cp": "Total KP", - "first_seen": "Först Sett", - "last_seen": "Senast Sett", - "last_modified": "Senast Ändrad", - "last_updated": "Senast Uppdaterad", - "imported": "Importerad", - "nest_estimated": "Bonddata är Uppskattad!", - "verify_nests": "Verifiera Genom Att Kolla Nuvarande Spawns", - "nest_out_of_date": "Boendet är Potentiellt Utgånget!", - "nest_check_current": "Kolla Nuvarande Spawns Istället", - "spawns_per_hour": "Per Timme", - "teams": "Lag", - "eggs": "Ägg", - "reverse": "Omvänd", - "selected": "Vald", - "unselected": "Ovald", - "only_available": "Tillgänglig", - "common": "Vanlig", - "uncommon": "Ovanlig", - "rare": "Sällsynt", - "ultra_rare": "Mycket Sällsynt", - "regional": "Regional", - "event": "Event", - "legendary": "Legendary", - "mythical": "Mythical", - "ultra_beast": "Ultra Beast", - "alt_forms": "Alternativa Former", - "alola": "Alola", - "galarian": "Galarian", - "showing": "Visar", - "instance": "Instans", - "online": "Online", - "offline": "Offline", - "boosted_types": "Förstärkta Typer", - "pokemon_options": "Pokémon Inställningar", - "pokestops_options": "PokéStop Inställningar", - "gyms_options": "Gym Inställningar", - "nests_options": "Bonn Inställningar", - "wayfarer_options": "Wayfarer Inställningar", - "admin_options": "Admin Inställningar", - "weather_options": "Väder Inställningar", - "s2cells_options": "S2 Cell Inställningar", - "clustering": "Klustering", - "glow": "Glöd", - "legacy_filter": "Äldre Filter", - "raid_timers": "Alla Raid Timrar", - "invasion_timers": "Alla Invasions Timrar", - "lure_timers": "Alla Lockbete Timrar", - "device_path_color": "Enhetens Vägfärg", - "old_portals": "Gamla Portaler", - "new_portals": "Nya Portaler", - "items": "Föremål", - "energy": "Energi", - "ar_eligible": "AR Berättigad", - "iv_circles": "KP Indikatorer", - "min_iv_circle": "Minsta Cirkel KP", - "interaction_ranges": "Interaktionsområden", - "cannot_connect": "\nKan inte ansluta till servern för tillfället.\nAtt försöka igen omedelbart kommer bara att orsaka fler problem.\nVänligen försök igen om några minuter.\n\n- Kartans Admin Team", - "mad_quest_text": "Ursprungliga Uppdrag", - "xs": "XS", - "primary": "Primär", - "secondary": "Sekundär", - "zero_iv": "0% KP", - "hundo_iv": "100% KP", - "open_menu": "Öppna Meny", - "zoom_in": "Zooma In", - "zoom_out": "Zooma Ut", - "welcome": "Välkommen till", - "back": "Tillbaka", - "next": "Nästa", - "finish": "Avsluta", - "start_tutorial": "Starta Tutorial", - "view_profile": "Visa Profil", - "login_optional": "Logga in (Valfritt)", - "tutorial": "Tutorial", - "tutorial_language": "Välj Ditt Språk", - "tutorial_welcome": "Den här guiden är interaktiv och du uppmuntras starkt att leka med alla tillgängliga alternativ", - "tutorial_categories": "Kategorier Du Har Tillgång Till", - "tutorial_logged_in": "Du kan se detaljer om dina behörigheter genom att visa din profil.", - "tutorial_logged_out": "Du kan se detaljer om dina behörigheter genom att logga in.", - "tutorial_sidebar_0": "Alla Dina Filter & Inställningar Finns Här", - "tutorial_sidebar_1": "För varje kategori kommer du att kunna växla exakt vilka data du vill använda med hjälp av omkopplarna", - "tutorial_sidebar_2": "Alternativ: Ytterligare anpassning\nAvancerat: Vi kommer att täcka senare i denna handledning", - "tutorial_sliders_0": "Använda reglage för att justera filter", - "tutorial_sliders_1": "Pokémon Mellan:", - "tutorial_sliders_2": "- IVs {{iv0}}% till {{iv1}}%", - "tutorial_sliders_3": "Nivå {{level0}} till {{level1}}", - "tutorial_sliders_3alt": "- OCH är Nivå {{level0}} till {{level1}}", - "tutorial_sliders_4": "- Great League Rank {{gl0}} till {{gl1}}", - "tutorial_sliders_4alt": "- ELLER Great League Rank {{gl0}} till {{gl1}}", - "tutorial_sliders_5": "- Ultra League Rank {{ul0}} till {{ul1}}", - "tutorial_sliders_5alt": "- ELLER Ultra League Rank {{ul0}} till {{ul1}}", - "tutorial_sliders_6": "Kombinerar med andra av samma färg", - "tutorial_sliders_7": "Filtrerar separat från andra reglage", - "tutorial_sliders_8": "Ett 'fullt' reglage innebär att det är inaktiverat:", - "tutorial_sliders_9": "Alla framträdanden, oavsett om de har IV-kontrollerats eller inte", - "tutorial_help": "Genväg till denna meny", - "tutorial_adv_filter": "Endast mobil, öppnar filtreringsalternativen för den avancerade menyn", - "tutorial_tune": "Ställer in det avancerade filtret för alla Pokémon som för närvarande filtreras i menyn", - "tutorial_format_size": "Ställer in ikonstorleken för alla objekt som för närvarande filtreras i menyn", - "tutorial_check": "Aktiverar alla objekt som för närvarande filtreras i menyn", - "tutorial_clear": "Inaktiverar alla objekt som för närvarande filtreras i menyn", - "tutorial_save": "Sparar det aktuella urvalet och avslutar", - "tutorial_show_all_view": "Växla PokéStops & Gym", - "tutorial_show_pokemon_view": "Växla Pokémon", - "tutorial_toggle": "Klick på kryss/bock växlar objektet", - "tutorial_pokemon_caption": "Denna ikon låter dig ställa in filter för den specifika Pokémon", - "tutorial_all_caption": "Lag har en särskild slotsmeny\nAlla andra objekt låter dig justera ikonstorleken", - "tutorial_popup_0": "Popup-fönster är nu interaktiva!", - "tutorial_popup_1": "De tre punkterna öppnar alternativen för att dölja, utesluta och växla timer", - "tutorial_popup_2": "Ikoner på varje sida om navigeringslänken kommer att expandera för att visa extra info, ge det ett försök!", - "tutorial_popup_3": "Ikonerna varierar för varje kategori, se till att kolla in dem alla", - "tutorial_closing_0": "Ytterligare info", - "tutorial_closing_1": "De globala Pokémon-reglagen i sidofältet fungerar separat från den avancerade menyn och har ingen effekt på varandra", - "tutorial_closing_2": "Se till att ta en titt på avsnittet Inställningar i sidofältet", - "tutorial_closing_3": "Det finns gott om estetiska alternativ tillgängliga för varje kategori, men kom ihåg att ju mer du lägger till din karta, desto större chans att din karta kommer att frysa", - "tutorial_closing_4": "Du kan visa denna handledning igen genom att välja den i inställningspanelen i sidofältet", - "tutorial_closing_5": "Var säker och lycka till!", - "intro": "Introduktion", - "sidebar": "Sidofält", - "sliders": "Reglage", - "popups": "Popup-fönster", - "closing": "Avslutning", - "shortcuts": "Genvägar", - "iv": "IV", - "area_restrictions": "Områdesrestriktioner", - "map": "Karta", - "stats": "Statistik", - "pvp": "PVP", - "area_restrictions_subtitle": "Du har tillgång till dessa områden", - "devices_subtitle": "Visar aktiva enhetsplatser och rutter", - "gyms_subtitle": "Visar alla aktiva gymplatser, aktiva lag och hur många platser varje gym har tillgängliga", - "invasions_subtitle": "Visar info om Team Rocket-invasioner, inklusive stridslinje, utgångstid och möjliga belöningar", - "iv_subtitle": "Visar IV% och glödalternativ", - "lures_subtitle": "Visar lockmedelsinfo, inklusive lockmedelstyp och utgångstid", - "map_subtitle": "Visar kartan", - "nests_subtitle": "Visar aktivt nästande Pokémon och bo-polygontåg", - "pokemon_subtitle": "Visar alla Pokémonplatser och utgångstider", - "pokestops_subtitle": "Visar alla PokéStop-platser", - "portals_subtitle": "Visar alla Ingress-portaler", - "pvp_subtitle": "Visar PVP-rankning/CP/Nivå info för varje Pokémon", - "quests_subtitle": "Visar information om uppdragsbelöningar och uppgifter", - "raids_subtitle": "Visar all information om raid inklusive raidboss, ägg, utgångstid och moveset", - "scan_cells_subtitle": "Visar den senaste skanningstiden för en S2-cell av en enhet", - "scan_areas_subtitle": "Visar tillgängliga skanningsområdespolygoner", - "spawnpoints_subtitle": "Visar spawnpoints och deras uppskattade försvinnandetid", - "stats_subtitle": "Visar Pokémon-statistik och nivåer", - "submission_cells_subtitle": "Visar information användbar för att lämna in nya POI:er", - "weather_subtitle": "Visar information om spelets väder för varje cell", - "scanner_subtitle": "Interagera direkt med skannern på olika sätt", - "s2cells_subtitle": "Visar S2-celler på en mängd nivåer på kartan", - "backups_subtitle": "Gör det möjligt att säkerhetskopiera och ladda inställningar över enheter", - "backups": "Säkerhetskopior", - "user_profile": "Användarprofil", - "user_username": "Användarnamn", - "candy": "Godis", - "show_ex_badge": "Visa EX-märke", - "search": "Sök", - "global_search_quests": "Ange belöningsnamn...", - "global_search_lures": "Ange Lockbete Namn...", - "global_search_pokestops": "Ange PokéStop-namn...", - "global_search_gyms": "Ange Gym-namn...", - "global_search_portals": "Ange Portal Namn...", - "global_search_nests": "Ange Namn på Nest Pokémon...", - "global_search_raids": "Ange Raid Boss Namn...", - "global_search_pokemon": "Ange Pokémon Namn...", - "global_search_invasions": "Ange Grunt-typ, Namn eller Pokémon belöningsnamn...", - "raid_level_badges": "Raidnivå-märken", - "options": "Alternativ", - "profile": "Profil", - "pokemon_icons": "Pokémon-ikoner", - "pokestop_icons": "PokéStop-ikoner", - "gym_icons": "Gym-ikoner", - "team_icons": "Team-ikoner", - "egg_icons": "Ägg-ikoner", - "raid_icons": "Raid-ikoner", - "nest_icons": "Nest-ikoner", - "reward_icons": "Belöningsikoner", - "type_icons": "Typ-ikoner", - "weather_icons": "Väder-ikoner", - "misc_icons": "Diverse-ikoner", - "invasion_icons": "Invasions-ikoner", - "spawnpoint_icons": "Spawnpoint-ikoner", - "device_icons": "Enhetsikoner", - "pokemon_audio": "Pokémon-ljud", - "pokestop_audio": "PokéStop-ljud", - "gym_audio": "Gym-ljud", - "team_audio": "Team-ljud", - "egg_audio": "Ägg-ljud", - "raid_audio": "Raid-ljud", - "nest_audio": "Nest-ljud", - "reward_audio": "Belöningsljud", - "type_audio": "Typ-ljud", - "weather_audio": "Väder-ljud", - "misc_audio": "Diverse ljud", - "invasion_audio": "Invasionsljud", - "spawnpoint_audio": "Spawnpoint-ljud", - "device_audio": "Enhetsljud", - "pokemon_timers": "Alla Pokémon-timer", - "show_dex_num_in_popup": "Visa Pokédexnummer i Popup", - "popup": "Popup", - "pvp_level": "Nivå {{level}} PVP-statistik", - "pvp_mega": "Mega PVP-statistik", - "webhook_entry": "Lägg till i {{name}}", - "remove_webhook_entry": "Ta bort från {{name}}", - "distance": "Avstånd", - "gym": "Gym", - "egg": "Ägg", - "raid": "Raid", - "lure": "Lockbete", - "quest": "Uppdrag", - "invasion": "Invasion", - "nest": "Nest", - "pokestop": "PokéStop", - "team": "Team", - "global": "Global", - "manage_webhook": "Hantera {{name}}", - "drag_and_drop": "Dra och släpp markören för att ange din plats", - "click_to_select": "Klicka för att välja", - "add_new": "Lägg till Nytt {{category}} Larm", - "my_location": "Min Plats", - "choose_on_map": "Välj på Kartan", - "select_profile": "Välj Profil", - "distance_radius": "Förhandsgranska Radieavstånd", - "areas": "Områden", - "select_webhook": "Välj Bot", - "ar_quest_true": "AR-uppdrag", - "ar_quest_false": "Inget AR", - "with_ar": "Med AR", - "both": "Båda", - "without_ar": "Utan AR", - "exclude_quest_multi": "Uteslut {{reward}}", - "cluster_limit_0": "{{variable_0}}-gränsen ({{variable_1}}) har nåtts", - "cluster_limit_1": "Vänligen zooma in eller smala av dina filter", - "show_polygons": "Visa polygoner", - "exclude_invasion_multi": "Uteslut {{invasion}}", - "stardust": "Stardamm", - "slider_cp": "CP", - "pvp_ranking_league": "Liga", - "pvp_ranking_min_cp": "Min CP", - "slider_pvp": "Rankingar", - "profile_no": "Profilnummer", - "template": "Mall", - "gender": "Kön", - "clean": "Rensa", - "all_forms": "Alla former", - "pvp_entry": "PVP-inslag", - "no_iv": "Inkl. Ingen IV", - "by_distance": "Efter avstånd", - "min_time": "Minst tid", - "add_new_profile": "Lägg till ny profil", - "slider_none": "Ingen", - "non_registered_human_title": "Oj, något stämmer inte!", - "non_registered_human_desc": "Du kanske inte är registrerad med {{webhook}}\nEller så är servern för närvarande oåtkomlig", - "try_again_later": "Var vänlig försök igen senare", - "selected_areas_one": "{{count}} område valt", - "selected_areas_other": "{{count}} områden valda", - "webhook_selection": "{{name}}-val", - "message_of_the_day": "Dagens meddelande", - "has_quest_indicator": "Alternativ färg för stops med uppdrag", - "show_ar_badge": "Visa AR-märke", - "all_gyms": "Alla gym", - "general": "Allmän", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "Global respekterar valt", - "normal_forms": "Normala former", - "weather_indicator": "Väderboost-indikator", - "page": "Sida {{page}}", - "navigation_controls": "Navigeringskontroller", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "Exklusiv", - "all_moves": "Alla drag", - "move": "Drag", - "any": "Någon", - "min_spawn_average": "Minsta spawn-frekvens", - "select_all": "Välj alla", - "delete_all": "Radera vald", - "cancel": "Avbryt", - "day_1": "Måndag", - "day_2": "Tisdag", - "day_3": "Onsdag", - "day_4": "Torsdag", - "day_5": "Fredag", - "day_6": "Lördag", - "day_7": "Söndag", - "profile_name": "Profilnamn", - "manage_profiles": "Hantera profiler", - "min_spawn_avg": "Genomsnittlig minsta spawn", - "poke_global": "Allting", - "amount": "Mängd", - "specific_gym": "Specifikt gym", - "search_location": "Sök platser", - "search_specific": "Sök efter en specifik {{category}}", - "webhook_success_gym": "Räder, ägg och teamändringsvarningar har lagts till!", - "slot_changes": "Platsförändringar", - "slot_changes_poracle": "slot_changes", - "confirm_delete": "Detta kommer ta bort all spårning för denna profil, är du säker?", - "confirm_copy": "Välj vilken profil du vill kopiera \"{{profile}}\" till, detta kommer skriva över den profilen helt.", - "webhook_error": "{{name}} kunde inte bearbeta det.\nVar vänlig försök igen senare.", - "profile_error": "Måste vara unikt och giltigt", - "team_0": "No Team", - "battle_changes": "I strid", - "battle_changes_poracle": "battle_changes", - "auto": "Auto", - "webhooks_subtitle": "Hantera dina larm direkt från kartan för dessa botar", - "event_stops_subtitle": "Visar speciella event-Pokéstops såsom Kecleon", - "webhooks": "Larm", - "scanner": "Scanner-åtgärder", - "everything_individually": "Lägg till individuella larm", - "individually": "individuellt", - "join": "Gå med", - "errors_404": "Oj, den här sidan kan inte hittas!", - "errors_500": "Det har skett ett serverfel, försök igen senare!", - "local_username": "Användarnamn", - "local_password": "Lösenord", - "local_error": "Det uppstod ett fel, vänligen försök igen senare!", - "no_filter_results": "Inga resultat funna\nFörsök vidga dina filter", - "donor_page": "Donorsida", - "go_back": "Gå tillbaka", - "access": "Tillgång", - "link_discord": "Länka Discord", - "select_webhook_strategy": "Larmhanterare", - "webhook_strategy_success_0": "Lyckades! Uppdaterar för att hämta larminställningar...", - "register": "Registrera", - "invalid_credentials": "Ogiltiga uppgifter", - "localauth_failed": "Autentisering misslyckades", - "error_creating_user": "Kan inte registrera ny användare just nu", - "discord_linked": "Discord Länkat", - "telegram_linked": "Telegram Länkat", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "nivå", - "km": "km", - "feedback": "Feedback", - "donor_menu": "Donator Meny", - "pokemon_cell": "Pokemons Plats Kan Variera", - "timer_verified": "Denna Timer är Verifierad", - "timer_unverified": "Denna Timer är Ej Verifierad", - "all": "Alla", - "badge_0": "Ingen", - "badge_1": "Grundläggande", - "badge_2": "Brons", - "badge_3": "Silver", - "badge_4": "Guld", - "gym_badge_menu": "Redigera Gymmärke", - "gym_badges": "Gymmärken", - "gym_badge_diamonds": "Visa Gymmärken", - "gym_badges_subtitle": "Visar Gymmärken på kartan och en lista på profilsidan.", - "confirm_filters_reset": "Återställ filter", - "filters_reset_text": "Är du säker på att du vill återställa inställningarna till standardvärden? Detta kan inte göras ogjort!", - "filters_reset_title": "Återställ filter", - "raid_quick_select": "Snabbval", - "disabled": "Inaktiverad", - "loading": "Laddar {{category}}", - "loading_icons": "Hämtar Ikoner", - "loading_invasions": "Hämtar Invasioner", - "scan_next": "Skanna Plats", - "scan_next_choose": "Dra och Släpp Markören för att Ställa in Skanningsplats", - "scan_zone": "Skanna ett Område", - "scan_zone_choose": "Dra och Släpp Markören för att Ställa in Skanningsplats och Välj Storlek", - "scan_zone_size": "Storlek", - "scan_zone_range": "Räckvidd", - "scan_zone_spacing": "Avstånd", - "scan_zone_radius": "Radie", - "scan_requests": "Skanningsförfrågningar", - "scan_queue": "Aktuell Kö", - "click_to_scan": "Skanna Här", - "scan_confirmed_title": "Skanningsförfrågan bekräftad", - "scan_confirmed": "Arbetare har skickats till platsen, resultatet kommer snart visas på kartan!", - "scan_loading_title": "Skickar skanningsförfrågan", - "scan_loading": "Din skanningsförfrågan bearbetas och skickas till systemet!", - "scan_error_title": "Fel", - "scan_error": "Det uppstod ett fel vid bearbetningen av skanningsförfrågan...", - "scan_outside_area": "Denna plats är utanför gränserna för auktoriserade områden", - "pvp_ranking_cap": "Nivå", - "lc_title": "Följ Din Plats", - "lc_metersUnit": "meter", - "lc_feetUnit": "fötter", - "lc_popup": "Du befinner dig inom {distance} {unit} från denna punkt", - "lc_outsideMapBoundsMsg": "Du verkar befinna dig utanför kartans gränser", - "no_alerts": "Inga Larm Funna", - "loading_settings": "Laddar Inställningar", - "refresh_to_continue": "Vänligen uppdatera innan du fortsätter", - "session_expired_title": "Session Utgången", - "session_expired_body": "Din session har löpt ut", - "old_client_title": "Föråldrad", - "old_client_body": "En ny version av denna karta är tillgänglig", - "early_old_client_title": "Föråldrad", - "early_old_client_body": "En gammal version av denna app kan vara cachad i din webbläsare, du behöver rensa din cache innan du kan använda denna app.", - "refresh": "Uppdatera", - "points": "Poäng", - "day": "Dag", - "days": "Dagar", - "react_error": "Något Gick Fel", - "clickable_icon": "Ikonen är Klickbar", - "two_stops_till_next": "2 stopp till nästa", - "one_stop_till_next": "1 stopp till nästa", - "no_more_gyms": "Inga fler gym", - "light_map_border": "Ljus Kartgräns", - "dark_map_border": "Mörk Kartgräns", - "cell_blocked": "Cell Blockerad", - "poi_color": "POI Färg", - "quest_condition": "Uppdragsvillkor", - "always_show_labels": "Visa alltid Etiketter", - "scan_areas_options": "Skanningsområdesalternativ", - "historic_rarity": "Historisk Sällsynthet", - "poi": "Intressepunkter", - "300m_range": "300m Räckvidd", - "lure_range": "Lockmedelsräckvidd", - "custom_range": "Anpassad Räckvidd", - "tap_to_toggle": "Tryck för att växla", - "power_up": "Stärka", - "never_alt": "Aldrig", - "seen_nearby_stop": "Sett i närheten", - "seen_nearby_cell": "Sett i denna cell", - "seen_lure_encounter": "Lockmedelsmöte", - "seen_lure_wild": "Lockmedelsvilt", - "seen_wild": "Vilt Möte", - "event_stops": "Event Stop", - "event_stop_timers": "Event Stop Tidtagare", - "size_0": "Alla", - "size_1": "XXS", - "size_2": "XS", - "size_3": "M", - "size_4": "XL", - "size_5": "XXL", - "show_size_indicator": "Visa Storleksindikator", - "size": "Storlek", - "gold_stop": "Guld Stop", - "profile_backups": "Profilbyte", - "new_backup": "Ny Säkerhetskopia", - "create": "Skapa", - "load": "Ladda", - "update": "Uppdatera", - "delete": "Radera", - "name": "Namn", - "only_confirmed": "Endast Bekräftade", - "only_exclude_grunts": "Uteslut Gruntar", - "only_exclude_leaders": "Uteslut Ledare", - "rocket_pokemon": "Rocket Pokémon", - "decoy": "Lokförare", - "s2_cell_limit_0": "Du försökte generera fler än 20 000 celler ({{variable_0}})", - "s2_cell_zoom_limit": "Vissa celler är för små för att visas vid denna zoomnivå", - "show_all_pvp_ranks": "Visa Alla PVP Rankningar", - "enable_pokemon_popup_coords": "Visa Pokémon Koordinater", - "enable_gym_popup_coords": "Visa Gym Koordinater", - "enable_pokestop_popup_coords": "Visa Pokéstop Koordinater", - "enable_portal_popup_coords": "Visa Portal Koordinater", - "on_block_join_discord": "Var god anslut till vår discord för mer information.", - "on_block_msg": "Du har blivit blockerad för att vara medlem av", - "denied": "Nekad", - "showcase": "Skyltfönster", - "unknown_event": "Okänt Event", - "scanner_countdown": "Tillgänglig om {{time}}s", - "success": "Lyckades", - "contribute": "Bidra", - "mi": "mi", - "filter_by_areas": "Filtrera efter områden", - "submit_nest_name": "Skicka in Bo Namn", - "nest_submission_menu": "Namnuppdatering", - "nest_submissions": "Bo Inskickningar", - "nest_submissions_subtitle": "Tillåter dig att skicka in nya namn för bon", - "pokemon_opacity": "Dynamisk Pokémon Opacitet", - "invasion_opacity": "Dynamisk Invasion Opacitet", - "raid_opacity": "Dynamisk Raid Opacitet", - "opacity_ten_minutes": "Opacitet vid 10 minuter", - "opacity_five_minutes": "Opacitet vid 5 minuter", - "opacity_one_minute": "Opacitet vid 1 minut", - "level_circles": "Nivåindikatorer", - "min_level_circle": "Minsta Cirkel Nivå", - "mutation_auth_error": "Din förfrågan misslyckades på grund av att du inte var inloggad", - "submitted_by": "Inskickad Av", - "reversible": "Reversibel", - "version": "Version", - "route_tags": "Ruttetiketter", - "routes": "Rutter", - "route_type": "Rutt Typ", - "routes_subtitle": "Visa spelrutter och relevant information om dem på kartan", - "description": "Beskrivning", - "additional_info": "Ytterligare Info", - "duration": "Varaktighet", - "elevation": "Höjd", - "contest_category_1": "Minsta Storlek", - "context_category_2": "Största Storlek", - "total_entries": "Totalt Antal Inlägg", - "showcase_rankings": "Skyltfönster Rankings", - "showcase_rankings_subtitle": "Visar en lista över de högsta rankningarna för ett skyltfönster vid ett Pokéstop", - "tth": "TTH", - "tth_0": "Alla", - "tth_1": "Känd", - "tth_2": "Okänd", - "no_access": "Ingen Tillgång", - "cooldown": "Återhämtning", - "scan_some_outside_area": "Vissa platser ligger utanför de godkända gränserna", - "alerts": "notiser", - "alert_manager": "Notishanterare", - "menu": "Meny", - "theme": "Tema", - "exit": "Avsluta", - "component": "Komponent", - "component_login_page": "Inloggningssida", - "component_donation_page": "Donationssida", - "component_message_of_the_day": "Dagens Meddelande", - "download": "Ladda ner", - "playground": "Lekplats", - "locale": "Språk", - "saved": "Sparad", - "show_editor": "Visa redigerare", - "hide_editor": "Dölj redigerare", - "reported_error": "Detta fel har rapporterats till servern med identifieraren", - "dark_mode": "Mörkt läge", - "load_from_autosave": "Ladda från autosparning", - "done": "Klar", - "fast": "Snabb", - "charged": "Laddad", - "offline_mode": "Offline-läge", - "include_sponsored": "Inkludera sponsrad", - "showcase_color": "Skyltfärg", - "partner_color": "Partnerfärg", - "disable": "Inaktivera {{- name}}", - "profiling": "Profilering", - "showcase_block": "Blockerad på grund av en skyltning", - "signed_in_as": "Inloggad som", - "missing_map_perm": "Du har inte tillstånd att visa kartan.", - "access_denied": "Åtkomst nekad", - "audio": "Ljud", - "desktop_notifications": "Skrivbordsnotifikationer", - "notifications_options": "Notifikationsalternativ", - "audio_always_on": "Ljud spelas alltid", - "volume_level": "Volymnivå", - "notifications_status": "Notifikationsstatus", - "granted": "beviljad", - "set_all": "Ställ in alla", - "set_filtered": "Ställ in filtrerat", - "only_show_available": "Visa endast tillgängliga", - "easy_mode": "Lättläge", - "quick_select": "Global snabbval", - "pokemon_filter_mode": "Pokémon filterläge", - "basic": "Grundläggande", - "intermediate": "Mellannivå", - "expert": "Expert", - "basic_description": "Välj Pokémon enkelt och tillämpa ett globalt filter", - "intermediate_description": "Ställ in individuella filter globalt och per Pokémon (traditionellt)", - "expert_description": "Manuell inmatning för mest anpassning", - "icon_size": "Ikonstorlek", - "developer": "Utvecklare", - "raid_override": "Raid-override", - "search_rocket_pokemon": "Sök Rocket Pokémon", - "main": "Huvud", - "extra": "Extra", - "select": "Välj", - "searching": "söker...", - "no_options": "Inga alternativ...", - "and": "OCH", - "or": "ELLER", - "only_global": "Endast global", - "global_caption": "Ignorerar alla andra filter", - "global_and_individual": "Globala & individuella filter", - "gender_filters_all": "Kön gäller alla", - "and_caption": "Länkade ihop", - "or_caption": "Filter oberoende", - "filter_help": "Filterhjälp", - "kilometers": "Kilometer", - "miles": "Miles", - "distance_unit": "Distansenhet", - "data_management": "Datahantering", - "reset_or_manage_text": "Du kan antingen hårdåterställa dina filter eller du kan se sidan för datahantering som låter dig återställa individuella kategorier.", - "reset_audio": "Återställ ljud", - "reset_all": "Återställ allt", - "reset_icons": "Återställ ikoner", - "reset_position": "Återställ position", - "reset_ui": "Återställ UI", - "reset_options": "Återställ alternativ", - "reset_menus": "Återställ menyer", - "reset_settings": "Återställ inställningar", - "reset_general_title": "Allmänt", - "reset_filters_title": "Filter", - "reset_assets": "Återställ tillgångar", - "reset_pokemon": "Återställ Pokémon", - "reset_pokestops": "Återställ Pokéstops", - "reset_gyms": "Återställ gym", - "reset_nests": "Återställ nästen", - "reset_portals": "Återställ portaler", - "reset_routes": "Återställ rutter", - "reset_scan_areas": "Återställ skanningsområden", - "reset_scan_cells": "Återställ skanningsceller", - "reset_devices": "Återställ enheter", - "reset_weather": "Återställ väder", - "reset_s2cells": "Återställ S2-celler", - "reset_spawnpoints": "Återställ spawnpoints", - "reset_submission_cells": "Återställ inskickningsceller", - "hisuian": "Hisuian", - "spacial_rend_range": "Räckvidd för rymdbristning", - "key": "Nyckel", - "ai": "AI", - "human": "Människa", - "locales": "Språkinställningar", - "instructions": "Instruktioner", - "locale_instructions_1": "Välj ett språk från rullgardinsmenyn", - "locale_instructions_2": "Ange önskade översättningar i kolumnen \"Människa\"", - "locale_instructions_3": "Klicka på \"$t(download)\" knappen för att ladda ner en JSON-fil", - "locale_instructions_4": "Forka GitHub-repolänken nedan", - "locale_instructions_5": "Skapa en ny gren och namnge den till det språk du översätter till", - "locale_instructions_6": "Ersätt innehållet i \"packages/locales/lib/human/{{lng}}.json\" med filen du laddade ner", - "locale_instructions_7": "Skapa en pull-begäran", - "locale_instructions_8": "Vänta på att pull-begäran granskas och sammanfogas", - "enter_translation": "Ange Översättning", - "individual_filters": "Delvis Filtrerad", - "data_limit_reached": "Du har begärt för mycket data nyligen och är i nedkylning tills {{until}}", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "Earn {{amount}} hearts with your buddy", - "challenge_buddy_treat_plural": "Give your buddy {{amount}} treats", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Star Egg", - "egg_1_plural": "1 Star Eggs", - "egg_2": "2 Star Egg", - "egg_2_plural": "2 Star Eggs", - "egg_3": "3 Star Egg", - "egg_3_plural": "3 Star Eggs", - "egg_4": "4 Star Egg", - "egg_4_plural": "4 Star Eggs", - "egg_5": "Legendary Egg", - "egg_5_plural": "Legendary Eggs", - "egg_6": "Mega Egg", - "egg_6_plural": "Mega Eggs", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "Normal", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "Normal", - "form_34": "Attack", - "form_35": "Defense", - "form_36": "Speed", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "Normal", - "form_46": "Alola", - "form_47": "Normal", - "form_48": "Alola", - "form_49": "Normal", - "form_50": "Alola", - "form_51": "Normal", - "form_52": "Alola", - "form_53": "Normal", - "form_54": "Alola", - "form_55": "Normal", - "form_56": "Alola", - "form_57": "Normal", - "form_58": "Alola", - "form_59": "Normal", - "form_60": "Alola", - "form_61": "Normal", - "form_62": "Alola", - "form_63": "Normal", - "form_64": "Alola", - "form_65": "Normal", - "form_66": "Alola", - "form_67": "Normal", - "form_68": "Alola", - "form_69": "Normal", - "form_70": "Alola", - "form_71": "Normal", - "form_72": "Alola", - "form_73": "Normal", - "form_74": "Alola", - "form_75": "Normal", - "form_76": "Alola", - "form_77": "Normal", - "form_78": "Alola", - "form_79": "Normal", - "form_80": "Alola", - "form_81": "Normal", - "form_82": "Frost Rotom", - "form_83": "Fan Rotom", - "form_84": "Mow Rotom", - "form_85": "Wash Rotom", - "form_86": "Heat Rotom", - "form_87": "Plant Cloak", - "form_88": "Sandy Cloak", - "form_89": "Trash Cloak", - "form_90": "Altered Forme", - "form_91": "Origin Forme", - "form_92": "Sky Forme", - "form_93": "Land Forme", - "form_94": "Overcast Form", - "form_95": "Sunny", - "form_96": "West Sea", - "form_97": "East Sea", - "form_98": "West Sea", - "form_99": "East Sea", - "form_100": "Normal", - "form_101": "Fighting", - "form_102": "Flying", - "form_103": "Poison", - "form_104": "Ground", - "form_105": "Rock", - "form_106": "Bug", - "form_107": "Ghost", - "form_108": "Steel", - "form_109": "Fire", - "form_110": "Water", - "form_111": "Grass", - "form_112": "Electric", - "form_113": "Psychic", - "form_114": "Ice", - "form_115": "Dragon", - "form_116": "Dark", - "form_117": "Fairy", - "form_118": "Plant Cloak", - "form_119": "Sandy Cloak", - "form_120": "Trash Cloak", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "Normal", - "form_136": "Red-Striped", - "form_137": "Blue-Striped", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "Incarnate Forme", - "form_141": "Therian Forme", - "form_142": "Incarnate Forme", - "form_143": "Therian Forme", - "form_144": "Incarnate Forme", - "form_145": "Therian Forme", - "form_146": "Normal", - "form_147": "Black Kyurem", - "form_148": "White Kyurem", - "form_149": "Ordinary Form", - "form_150": "Resolute Form", - "form_151": "Aria Forme", - "form_152": "Pirouette Forme", - "form_157": "Normal", - "form_160": "Normal", - "form_163": "Normal", - "form_166": "Normal", - "form_169": "Normal", - "form_172": "Normal", - "form_175": "Normal", - "form_178": "Normal", - "form_181": "Normal", - "form_184": "Normal", - "form_187": "Normal", - "form_190": "Normal", - "form_193": "Normal", - "form_196": "Normal", - "form_199": "Normal", - "form_202": "Normal", - "form_205": "Normal", - "form_208": "Normal", - "form_211": "Normal", - "form_214": "Normal", - "form_217": "Normal", - "form_224": "Normal", - "form_229": "Normal", - "form_232": "Normal", - "form_235": "Normal", - "form_238": "Normal", - "form_241": "Normal", - "form_244": "Normal", - "form_247": "Normal", - "form_250": "Normal", - "form_253": "Normal", - "form_256": "Normal", - "form_259": "Normal", - "form_262": "Normal", - "form_265": "Normal", - "form_268": "Normal", - "form_271": "Normal", - "form_274": "Normal", - "form_277": "Normal", - "form_280": "Normal", - "form_283": "Normal", - "form_286": "Normal", - "form_289": "Normal", - "form_292": "Normal", - "form_295": "Normal", - "form_298": "Normal", - "form_301": "Normal", - "form_304": "Normal", - "form_307": "Normal", - "form_310": "Normal", - "form_313": "Normal", - "form_316": "Normal", - "form_319": "Normal", - "form_322": "Normal", - "form_585": "Spring Form", - "form_586": "Summer Form", - "form_587": "Autumn Form", - "form_588": "Winter Form", - "form_589": "Spring Form", - "form_590": "Summer Form", - "form_591": "Autumn Form", - "form_592": "Winter Form", - "form_593": "Normal", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "Normal", - "form_599": "Noevolve", - "form_600": "Normal", - "form_601": "Noevolve", - "form_602": "Normal", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "Normal", - "form_613": "Normal", - "form_616": "Normal", - "form_619": "Normal", - "form_622": "Normal", - "form_625": "Normal", - "form_628": "Normal", - "form_631": "Normal", - "form_634": "Normal", - "form_637": "Normal", - "form_640": "Normal", - "form_643": "Normal", - "form_646": "Normal", - "form_649": "Normal", - "form_652": "Normal", - "form_655": "Normal", - "form_658": "Normal", - "form_661": "Normal", - "form_664": "Normal", - "form_667": "Normal", - "form_670": "Normal", - "form_677": "Normal", - "form_680": "Normal", - "form_683": "Normal", - "form_688": "Normal", - "form_691": "Normal", - "form_694": "Normal", - "form_697": "Normal", - "form_700": "Normal", - "form_703": "Normal", - "form_706": "Normal", - "form_713": "Normal", - "form_716": "Normal", - "form_719": "Normal", - "form_722": "Normal", - "form_729": "Normal", - "form_734": "Normal", - "form_737": "Normal", - "form_740": "Normal", - "form_743": "Normal", - "form_746": "Normal", - "form_749": "Normal", - "form_752": "Normal", - "form_755": "Normal", - "form_758": "Normal", - "form_761": "Normal", - "form_764": "Normal", - "form_767": "Normal", - "form_770": "Normal", - "form_773": "Normal", - "form_776": "Normal", - "form_779": "Normal", - "form_782": "Normal", - "form_785": "Normal", - "form_788": "Normal", - "form_791": "Normal", - "form_794": "Normal", - "form_797": "Normal", - "form_800": "Normal", - "form_803": "Normal", - "form_806": "Normal", - "form_809": "Normal", - "form_812": "Normal", - "form_815": "Normal", - "form_818": "Normal", - "form_821": "Normal", - "form_824": "Normal", - "form_827": "Normal", - "form_830": "Normal", - "form_833": "Normal", - "form_836": "Normal", - "form_839": "Normal", - "form_846": "Normal", - "form_849": "Normal", - "form_852": "Normal", - "form_855": "Normal", - "form_858": "Normal", - "form_861": "Normal", - "form_864": "Normal", - "form_867": "Normal", - "form_870": "Normal", - "form_873": "Normal", - "form_876": "Normal", - "form_879": "Normal", - "form_888": "Normal", - "form_891": "Normal", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "Normal", - "form_901": "Vs 2019", - "form_902": "Normal", - "form_905": "Normal", - "form_908": "Normal", - "form_911": "Normal", - "form_914": "Normal", - "form_917": "Normal", - "form_920": "Normal", - "form_923": "Normal", - "form_926": "Normal", - "form_929": "Normal", - "form_932": "Normal", - "form_935": "Normal", - "form_938": "Normal", - "form_941": "Normal", - "form_944": "Galarian", - "form_945": "Normal", - "form_946": "Galarian", - "form_947": "Normal", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "Normal", - "form_956": "Normal", - "form_959": "Normal", - "form_962": "Normal", - "form_965": "Normal", - "form_968": "Normal", - "form_971": "Normal", - "form_974": "Normal", - "form_981": "Normal", - "form_984": "Normal", - "form_987": "Normal", - "form_990": "Normal", - "form_993": "Normal", - "form_996": "Normal", - "form_999": "Normal", - "form_1002": "Normal", - "form_1005": "Normal", - "form_1008": "Normal", - "form_1011": "Normal", - "form_1014": "Normal", - "form_1017": "Normal", - "form_1020": "Normal", - "form_1023": "Normal", - "form_1026": "Normal", - "form_1029": "Normal", - "form_1032": "Normal", - "form_1035": "Normal", - "form_1038": "Normal", - "form_1041": "Normal", - "form_1044": "Normal", - "form_1047": "Normal", - "form_1050": "Normal", - "form_1053": "Normal", - "form_1056": "Normal", - "form_1059": "Normal", - "form_1062": "Normal", - "form_1065": "Normal", - "form_1068": "Normal", - "form_1071": "Normal", - "form_1074": "Normal", - "form_1077": "Normal", - "form_1080": "Normal", - "form_1083": "Normal", - "form_1086": "Normal", - "form_1089": "Normal", - "form_1092": "Normal", - "form_1095": "Normal", - "form_1098": "Normal", - "form_1101": "Normal", - "form_1104": "Normal", - "form_1107": "Normal", - "form_1110": "Normal", - "form_1115": "Normal", - "form_1118": "Normal", - "form_1121": "Normal", - "form_1124": "Normal", - "form_1127": "Normal", - "form_1130": "Normal", - "form_1133": "Normal", - "form_1136": "Normal", - "form_1139": "Normal", - "form_1142": "Normal", - "form_1145": "Normal", - "form_1148": "Normal", - "form_1151": "Normal", - "form_1154": "Normal", - "form_1157": "Normal", - "form_1160": "Normal", - "form_1163": "Normal", - "form_1166": "Normal", - "form_1169": "Normal", - "form_1172": "Normal", - "form_1175": "Normal", - "form_1178": "Normal", - "form_1181": "Normal", - "form_1184": "Normal", - "form_1187": "Normal", - "form_1190": "Normal", - "form_1193": "Normal", - "form_1196": "Normal", - "form_1199": "Normal", - "form_1202": "Normal", - "form_1205": "Normal", - "form_1208": "Normal", - "form_1211": "Normal", - "form_1214": "Normal", - "form_1217": "Normal", - "form_1220": "Normal", - "form_1223": "Normal", - "form_1226": "Normal", - "form_1229": "Normal", - "form_1232": "Normal", - "form_1235": "Normal", - "form_1238": "Normal", - "form_1241": "Normal", - "form_1244": "Normal", - "form_1247": "Normal", - "form_1250": "Normal", - "form_1253": "Normal", - "form_1256": "Normal", - "form_1259": "Normal", - "form_1262": "Normal", - "form_1265": "Normal", - "form_1268": "Normal", - "form_1271": "Normal", - "form_1274": "Normal", - "form_1277": "Normal", - "form_1280": "Normal", - "form_1283": "Normal", - "form_1286": "Normal", - "form_1289": "Normal", - "form_1292": "Normal", - "form_1295": "Normal", - "form_1298": "Normal", - "form_1301": "Normal", - "form_1304": "Normal", - "form_1307": "Normal", - "form_1310": "Normal", - "form_1313": "Normal", - "form_1316": "Normal", - "form_1319": "Normal", - "form_1322": "Normal", - "form_1325": "Normal", - "form_1328": "Normal", - "form_1331": "Normal", - "form_1334": "Normal", - "form_1337": "Normal", - "form_1340": "Normal", - "form_1343": "Normal", - "form_1346": "Normal", - "form_1349": "Normal", - "form_1352": "Normal", - "form_1355": "Normal", - "form_1358": "Normal", - "form_1361": "Normal", - "form_1364": "Normal", - "form_1367": "Normal", - "form_1370": "Normal", - "form_1379": "Normal", - "form_1382": "Normal", - "form_1385": "Normal", - "form_1388": "Normal", - "form_1391": "Normal", - "form_1394": "Normal", - "form_1397": "Normal", - "form_1400": "Normal", - "form_1403": "Normal", - "form_1406": "Normal", - "form_1409": "Normal", - "form_1412": "Normal", - "form_1415": "Normal", - "form_1418": "Normal", - "form_1421": "Normal", - "form_1424": "Normal", - "form_1427": "Normal", - "form_1430": "Normal", - "form_1433": "Normal", - "form_1436": "Normal", - "form_1439": "Normal", - "form_1442": "Normal", - "form_1445": "Normal", - "form_1448": "Normal", - "form_1451": "Normal", - "form_1454": "Normal", - "form_1457": "Normal", - "form_1460": "Normal", - "form_1463": "Normal", - "form_1466": "Normal", - "form_1469": "Normal", - "form_1472": "Normal", - "form_1475": "Normal", - "form_1478": "Normal", - "form_1481": "Normal", - "form_1484": "Normal", - "form_1487": "Normal", - "form_1490": "Normal", - "form_1493": "Normal", - "form_1496": "Normal", - "form_1499": "Normal", - "form_1502": "Normal", - "form_1505": "Normal", - "form_1508": "Normal", - "form_1511": "Normal", - "form_1514": "Normal", - "form_1517": "Normal", - "form_1520": "Normal", - "form_1523": "Normal", - "form_1526": "Normal", - "form_1529": "Normal", - "form_1532": "Normal", - "form_1535": "Normal", - "form_1538": "Normal", - "form_1541": "Normal", - "form_1544": "Normal", - "form_1547": "Normal", - "form_1550": "Normal", - "form_1553": "Normal", - "form_1556": "Normal", - "form_1559": "Normal", - "form_1562": "Normal", - "form_1565": "Normal", - "form_1568": "Normal", - "form_1571": "Normal", - "form_1574": "Normal", - "form_1577": "Normal", - "form_1580": "Normal", - "form_1583": "Normal", - "form_1586": "Normal", - "form_1589": "Normal", - "form_1592": "Normal", - "form_1595": "Normal", - "form_1598": "Normal", - "form_1601": "Normal", - "form_1604": "Normal", - "form_1607": "Normal", - "form_1610": "Normal", - "form_1613": "Normal", - "form_1616": "Normal", - "form_1619": "Normal", - "form_1622": "Normal", - "form_1625": "Normal", - "form_1628": "Normal", - "form_1631": "Normal", - "form_1634": "Normal", - "form_1637": "Normal", - "form_1640": "Normal", - "form_1643": "Normal", - "form_1646": "Normal", - "form_1649": "Normal", - "form_1652": "Normal", - "form_1655": "Normal", - "form_1658": "Normal", - "form_1661": "Normal", - "form_1664": "Normal", - "form_1667": "Normal", - "form_1670": "Normal", - "form_1673": "Normal", - "form_1676": "Normal", - "form_1679": "Normal", - "form_1682": "Normal", - "form_1685": "Normal", - "form_1688": "Normal", - "form_1691": "Normal", - "form_1694": "Normal", - "form_1697": "Normal", - "form_1700": "Normal", - "form_1703": "Normal", - "form_1706": "Normal", - "form_1709": "Normal", - "form_1712": "Normal", - "form_1715": "Normal", - "form_1718": "Normal", - "form_1721": "Normal", - "form_1724": "Normal", - "form_1727": "Normal", - "form_1730": "Normal", - "form_1733": "Normal", - "form_1736": "Normal", - "form_1739": "Normal", - "form_1742": "Normal", - "form_1745": "Normal", - "form_1748": "Normal", - "form_1751": "Normal", - "form_1754": "Normal", - "form_1757": "Normal", - "form_1760": "Normal", - "form_1763": "Normal", - "form_1766": "Normal", - "form_1769": "Normal", - "form_1772": "Normal", - "form_1775": "Normal", - "form_1778": "Normal", - "form_1781": "Normal", - "form_1784": "Normal", - "form_1787": "Normal", - "form_1790": "Normal", - "form_1793": "Normal", - "form_1796": "Normal", - "form_1799": "Normal", - "form_1802": "Normal", - "form_1805": "Normal", - "form_1808": "Normal", - "form_1811": "Normal", - "form_1814": "Normal", - "form_1817": "Normal", - "form_1820": "Normal", - "form_1823": "Normal", - "form_1826": "Normal", - "form_1829": "Normal", - "form_1832": "Normal", - "form_1835": "Normal", - "form_1838": "Normal", - "form_1841": "Normal", - "form_1844": "Normal", - "form_1847": "Normal", - "form_1850": "Normal", - "form_1853": "Normal", - "form_1856": "Normal", - "form_1859": "Normal", - "form_1862": "Normal", - "form_1865": "Normal", - "form_1868": "Normal", - "form_1871": "Normal", - "form_1874": "Normal", - "form_1877": "Normal", - "form_1880": "Normal", - "form_1883": "Normal", - "form_1886": "Normal", - "form_1889": "Normal", - "form_1892": "Normal", - "form_1895": "Normal", - "form_1898": "Normal", - "form_1901": "Normal", - "form_1904": "Normal", - "form_1907": "Normal", - "form_1910": "Normal", - "form_1913": "Normal", - "form_1916": "Normal", - "form_1919": "Normal", - "form_1922": "Normal", - "form_1925": "Normal", - "form_1928": "Normal", - "form_1931": "Normal", - "form_1934": "Normal", - "form_1937": "Normal", - "form_1940": "Normal", - "form_1943": "Normal", - "form_1946": "Normal", - "form_1949": "Normal", - "form_1952": "Normal", - "form_1955": "Normal", - "form_1958": "Normal", - "form_1961": "Normal", - "form_1964": "Normal", - "form_1967": "Normal", - "form_1970": "Normal", - "form_1973": "Normal", - "form_1976": "Normal", - "form_1979": "Normal", - "form_1982": "Normal", - "form_1985": "Normal", - "form_1988": "Normal", - "form_1991": "Normal", - "form_1994": "Normal", - "form_1997": "Normal", - "form_2000": "Normal", - "form_2003": "Normal", - "form_2006": "Normal", - "form_2009": "Normal", - "form_2012": "Normal", - "form_2015": "Normal", - "form_2018": "Normal", - "form_2021": "Normal", - "form_2024": "Normal", - "form_2027": "Normal", - "form_2030": "Normal", - "form_2033": "Normal", - "form_2036": "Normal", - "form_2039": "Normal", - "form_2042": "Normal", - "form_2045": "Normal", - "form_2048": "Normal", - "form_2051": "Normal", - "form_2054": "Normal", - "form_2057": "Normal", - "form_2060": "Normal", - "form_2063": "Normal", - "form_2066": "Normal", - "form_2069": "Normal", - "form_2072": "Normal", - "form_2075": "Normal", - "form_2078": "Normal", - "form_2081": "Normal", - "form_2084": "Normal", - "form_2087": "Normal", - "form_2090": "Normal", - "form_2093": "Normal", - "form_2096": "Normal", - "form_2099": "Normal", - "form_2102": "Normal", - "form_2105": "Normal", - "form_2108": "Normal", - "form_2111": "Normal", - "form_2114": "Normal", - "form_2117": "Normal", - "form_2120": "Normal", - "form_2123": "Normal", - "form_2126": "Normal", - "form_2129": "Normal", - "form_2132": "Normal", - "form_2135": "Normal", - "form_2138": "Normal", - "form_2141": "Normal", - "form_2144": "Normal", - "form_2147": "Normal", - "form_2150": "Normal", - "form_2153": "Normal", - "form_2156": "Normal", - "form_2159": "Normal", - "form_2162": "Normal", - "form_2165": "Normal", - "form_2168": "Normal", - "form_2171": "Normal", - "form_2174": "Normal", - "form_2177": "Normal", - "form_2180": "Normal", - "form_2183": "Normal", - "form_2186": "Normal", - "form_2189": "Normal", - "form_2192": "Normal", - "form_2195": "Normal", - "form_2198": "Normal", - "form_2201": "Normal", - "form_2204": "Normal", - "form_2207": "Normal", - "form_2210": "Normal", - "form_2213": "Normal", - "form_2216": "Normal", - "form_2219": "Normal", - "form_2222": "Normal", - "form_2225": "Normal", - "form_2228": "Normal", - "form_2231": "Normal", - "form_2234": "Normal", - "form_2237": "Normal", - "form_2240": "Normal", - "form_2243": "Normal", - "form_2246": "Normal", - "form_2249": "Normal", - "form_2252": "Normal", - "form_2255": "Normal", - "form_2258": "Normal", - "form_2261": "Normal", - "form_2264": "Normal", - "form_2267": "Normal", - "form_2270": "Normal", - "form_2273": "Normal", - "form_2276": "Normal", - "form_2279": "Normal", - "form_2282": "Normal", - "form_2285": "Normal", - "form_2288": "Normal", - "form_2291": "Normal", - "form_2294": "Normal", - "form_2297": "Normal", - "form_2300": "Normal", - "form_2303": "Normal", - "form_2306": "Normal", - "form_2309": "Normal", - "form_2312": "Normal", - "form_2315": "Normal", - "form_2318": "Normal", - "form_2321": "Normal", - "form_2324": "Normal", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "Female", - "form_2331": "Female", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "Low Key Form", - "form_2464": "Amped Form", - "form_2477": "Phony Form", - "form_2478": "Antique Form", - "form_2480": "Phony Form", - "form_2481": "Antique Form", - "form_2501": "Normal", - "form_2504": "Normal", - "form_2507": "Normal", - "form_2510": "Normal", - "form_2513": "Normal", - "form_2516": "Normal", - "form_2540": "Ice Face", - "form_2541": "Noice Face", - "form_2542": "Male", - "form_2543": "Female", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "Crowned Sword", - "form_2577": "Hero of Many Battles", - "form_2578": "Crowned Shield", - "form_2579": "Hero of Many Battles", - "form_2580": "Eternamax", - "form_2581": "Normal", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "Normal", - "form_2588": "Female", - "form_2589": "Normal", - "form_2590": "Female", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "Sunny", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "Baile Style", - "form_2680": "Pom-Pom Style", - "form_2681": "Pa’u Style", - "form_2683": "Sensu Style", - "form_2684": "Midday Form", - "form_2685": "Midnight Form", - "form_2686": "Dusk Form", - "form_2687": "Solo Form", - "form_2688": "School Form", - "form_2689": "Normal", - "form_2690": "Bug", - "form_2691": "Dark", - "form_2692": "Dragon", - "form_2693": "Electric", - "form_2694": "Fairy", - "form_2695": "Fighting", - "form_2696": "Fire", - "form_2697": "Flying", - "form_2698": "Ghost", - "form_2699": "Grass", - "form_2700": "Ground", - "form_2701": "Ice", - "form_2702": "Poison", - "form_2703": "Psychic", - "form_2704": "Rock", - "form_2705": "Steel", - "form_2706": "Water", - "form_2707": "Meteor Blue", - "form_2708": "Blue Plumage", - "form_2709": "Green Plumage", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "Yellow Plumage", - "form_2715": "Busted Form", - "form_2716": "Disguised Form", - "form_2717": "Normal", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "Normal", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "Normal", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "Dusk Form", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "Sunny", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "Sunny", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "Incarnate Forme", - "form_2803": "Therian Forme", - "form_2804": "White-Striped", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "Normal", - "form_2808": "Female", - "form_2809": "Normal", - "form_2810": "Normal", - "form_2811": "Normal", - "form_2812": "Normal", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "Normal", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "Origin Forme", - "form_2830": "Origin Forme", - "form_2831": "Normal", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "Normal", - "form_2982": "Female", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Green Plumage", - "form_2986": "Blue Plumage", - "form_2987": "Yellow Plumage", - "form_2988": "White", - "form_2989": "Zero Form", - "form_2990": "Hero of Many Battles", - "form_2991": "Curly Form", - "form_2992": "Droopy Form", - "form_2993": "Stretchy Form", - "form_2994": "Two-Segment Form", - "form_2995": "Three-Segment Form", - "form_2996": "Apex Build", - "form_2997": "Ultimate Mode", - "form_2998": "Normal", - "form_3000": "Normal", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "Male", - "gender_2": "Female", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "Alola", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "Blanche", - "grunt_2": "Candela", - "grunt_3": "Spark", - "grunt_4": "Grunt (Male)", - "grunt_5": "Grunt (Female)", - "grunt_6": "Bug - Grunt (Female)", - "grunt_7": "Bug - Grunt (Male)", - "grunt_8": "Grunt (Female)", - "grunt_9": "Grunt (Male)", - "grunt_10": "Dark - Grunt (Female)", - "grunt_11": "Dark - Grunt (Male)", - "grunt_12": "Dragon - Grunt (Female)", - "grunt_13": "Dragon - Grunt (Male)", - "grunt_14": "Fairy - Grunt (Female)", - "grunt_15": "Fairy - Grunt (Male)", - "grunt_16": "Fighting - Grunt (Female)", - "grunt_17": "Fighting - Grunt (Male)", - "grunt_18": "Fire - Grunt (Female)", - "grunt_19": "Fire - Grunt (Male)", - "grunt_20": "Flying - Grunt (Female)", - "grunt_21": "Flying - Grunt (Male)", - "grunt_22": "Grass - Grunt (Female)", - "grunt_23": "Grass - Grunt (Male)", - "grunt_24": "Ground - Grunt (Female)", - "grunt_25": "Ground - Grunt (Male)", - "grunt_26": "Ice - Grunt (Female)", - "grunt_27": "Ice - Grunt (Male)", - "grunt_28": "Steel - Grunt (Female)", - "grunt_29": "Steel - Grunt (Male)", - "grunt_30": "Normal - Grunt (Female)", - "grunt_31": "Normal - Grunt (Male)", - "grunt_32": "Poison - Grunt (Female)", - "grunt_33": "Poison - Grunt (Male)", - "grunt_34": "Psychic - Grunt (Female)", - "grunt_35": "Psychic - Grunt (Male)", - "grunt_36": "Rock - Grunt (Female)", - "grunt_37": "Rock - Grunt (Male)", - "grunt_38": "Water - Grunt (Female)", - "grunt_39": "Water - Grunt (Male)", - "grunt_40": "Player Team Leader", - "grunt_41": "Leader Cliff", - "grunt_42": "Leader Arlo", - "grunt_43": "Leader Sierra", - "grunt_44": "Giovanni", - "grunt_45": "Decoy Grunt (Male)", - "grunt_46": "Decoy Grunt (Female)", - "grunt_47": "Ghost - Grunt (Female)", - "grunt_48": "Ghost - Grunt (Male)", - "grunt_49": "Electric - Grunt (Female)", - "grunt_50": "Electric - Grunt (Male)", - "grunt_51": "Grunt (Female)", - "grunt_52": "Grunt (Male)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "Bug - Grunt (Female)", - "grunt_56": "Bug - Grunt (Male)", - "grunt_57": "Dark - Grunt (Female)", - "grunt_58": "Dark - Grunt (Male)", - "grunt_59": "Dragon - Grunt (Female)", - "grunt_60": "Dragon - Grunt (Male)", - "grunt_61": "Fairy - Grunt (Female)", - "grunt_62": "Fairy - Grunt (Male)", - "grunt_63": "Fighting - Grunt (Female)", - "grunt_64": "Fighting - Grunt (Male)", - "grunt_65": "Fire - Grunt (Female)", - "grunt_66": "Fire - Grunt (Male)", - "grunt_67": "Flying - Grunt (Female)", - "grunt_68": "Flying - Grunt (Male)", - "grunt_69": "Grass - Grunt (Female)", - "grunt_70": "Grass - Grunt (Male)", - "grunt_71": "Ground - Grunt (Female)", - "grunt_72": "Ground - Grunt (Male)", - "grunt_73": "Ice - Grunt (Female)", - "grunt_74": "Ice - Grunt (Male)", - "grunt_75": "Grunt (Female)", - "grunt_76": "Grunt (Male)", - "grunt_77": "Normal - Grunt (Female)", - "grunt_78": "Normal - Grunt (Male)", - "grunt_79": "Poison - Grunt (Female)", - "grunt_80": "Poison - Grunt (Male)", - "grunt_81": "Psychic - Grunt (Female)", - "grunt_82": "Psychic - Grunt (Male)", - "grunt_83": "Rock - Grunt (Female)", - "grunt_84": "Rock - Grunt (Male)", - "grunt_85": "Water - Grunt (Female)", - "grunt_86": "Water - Grunt (Male)", - "grunt_87": "Ghost - Grunt (Female)", - "grunt_88": "Ghost - Grunt (Male)", - "grunt_89": "Electric - Grunt (Female)", - "grunt_90": "Electric - Grunt (Male)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "None", - "grunt_a_1": "Blanche", - "grunt_a_2": "Candela", - "grunt_a_3": "Spark", - "grunt_a_4": "Grunt ♂", - "grunt_a_5": "Grunt ♀", - "grunt_a_6": "Bug ♀", - "grunt_a_7": "Bug ♂", - "grunt_a_8": "Grunt ♀", - "grunt_a_9": "Grunt ♂", - "grunt_a_10": "Dark ♀", - "grunt_a_11": "Dark ♂", - "grunt_a_12": "Dragon ♀", - "grunt_a_13": "Dragon ♂", - "grunt_a_14": "Fairy ♀", - "grunt_a_15": "Fairy ♂", - "grunt_a_16": "Fighting ♀", - "grunt_a_17": "Fighting ♂", - "grunt_a_18": "Fire ♀", - "grunt_a_19": "Fire ♂", - "grunt_a_20": "Flying ♀", - "grunt_a_21": "Flying ♂", - "grunt_a_22": "Grass ♀", - "grunt_a_23": "Grass ♂", - "grunt_a_24": "Ground ♀", - "grunt_a_25": "Ground ♂", - "grunt_a_26": "Ice ♀", - "grunt_a_27": "Ice ♂", - "grunt_a_28": "Steel ♀", - "grunt_a_29": "Steel ♂", - "grunt_a_30": "Normal ♀", - "grunt_a_31": "Normal ♂", - "grunt_a_32": "Poison ♀", - "grunt_a_33": "Poison ♂", - "grunt_a_34": "Psychic ♀", - "grunt_a_35": "Psychic ♂", - "grunt_a_36": "Rock ♀", - "grunt_a_37": "Rock ♂", - "grunt_a_38": "Water ♀", - "grunt_a_39": "Water ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "Leader Cliff", - "grunt_a_42": "Leader Arlo", - "grunt_a_43": "Leader Sierra", - "grunt_a_44": "Giovanni", - "grunt_a_45": "Decoy Grunt ♂", - "grunt_a_46": "Decoy Grunt ♀", - "grunt_a_47": "Ghost ♀", - "grunt_a_48": "Ghost ♂", - "grunt_a_49": "Electric ♀", - "grunt_a_50": "Electric ♂", - "grunt_a_51": "Grunt ♀", - "grunt_a_52": "Grunt ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "Bug ♀", - "grunt_a_56": "Bug ♂", - "grunt_a_57": "Dark ♀", - "grunt_a_58": "Dark ♂", - "grunt_a_59": "Dragon ♀", - "grunt_a_60": "Dragon ♂", - "grunt_a_61": "Fairy ♀", - "grunt_a_62": "Fairy ♂", - "grunt_a_63": "Fighting ♀", - "grunt_a_64": "Fighting ♂", - "grunt_a_65": "Fire ♀", - "grunt_a_66": "Fire ♂", - "grunt_a_67": "Flying ♀", - "grunt_a_68": "Flying ♂", - "grunt_a_69": "Grass ♀", - "grunt_a_70": "Grass ♂", - "grunt_a_71": "Ground ♀", - "grunt_a_72": "Ground ♂", - "grunt_a_73": "Ice ♀", - "grunt_a_74": "Ice ♂", - "grunt_a_75": "Grunt ♀", - "grunt_a_76": "Grunt ♂", - "grunt_a_77": "Normal ♀", - "grunt_a_78": "Normal ♂", - "grunt_a_79": "Poison ♀", - "grunt_a_80": "Poison ♂", - "grunt_a_81": "Psychic ♀", - "grunt_a_82": "Psychic ♂", - "grunt_a_83": "Rock ♀", - "grunt_a_84": "Rock ♂", - "grunt_a_85": "Water ♀", - "grunt_a_86": "Water ♂", - "grunt_a_87": "Ghost ♀", - "grunt_a_88": "Ghost ♂", - "grunt_a_89": "Electric ♀", - "grunt_a_90": "Electric ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "Unknown", - "item_1": "Poké Ball", - "item_2": "Great Ball", - "item_3": "Ultra Ball", - "item_4": "Master Ball", - "item_5": "Premier Ball", - "item_6": "Beast Ball", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "Potion", - "item_102": "Super Potion", - "item_103": "Hyper Potion", - "item_104": "Max Potion", - "item_201": "Revive", - "item_202": "Max Revive", - "item_301": "Lucky Egg", - "item_401": "Incense", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "Mystery Box", - "item_406": "Daily Adventure Incense", - "item_407": "Coin Bag", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "Lure Module", - "item_502": "Glacial Lure Module", - "item_503": "Mossy Lure Module", - "item_504": "Magnetic Lure Module", - "item_505": "Rainy Lure Module", - "item_506": "Golden Lure Module", - "item_602": "X Attack", - "item_603": "X Defense", - "item_604": "UNDEFINED", - "item_650": "Zygarde Cell", - "item_651": "Zygarde Cube", - "item_701": "Razz Berry", - "item_702": "Bluk Berry", - "item_703": "Nanab Berry", - "item_704": "Wepear Berry", - "item_705": "Pinap Berry", - "item_706": "Golden Razz Berry", - "item_707": "Golden Nanab Berry", - "item_708": "Silver Pinap Berry", - "item_709": "Poffin", - "item_801": "Camera", - "item_802": "Stickers", - "item_803": "Postcard Book", - "item_901": "Incubator ∞", - "item_902": "Egg Incubator", - "item_903": "Super Incubator", - "item_1001": "Pokémon Storage", - "item_1002": "Item Bag", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "Sun Stone", - "item_1102": "King's Rock", - "item_1103": "Metal Coat", - "item_1104": "Dragon Scale", - "item_1105": "Upgrade", - "item_1106": "Sinnoh Stone", - "item_1107": "Unova Stone", - "item_1150": "Gimmighoul Coins", - "item_1201": "Fast TM", - "item_1202": "Charged TM", - "item_1203": "Elite Fast TM", - "item_1204": "Elite Charged TM", - "item_1250": "Meteorite", - "item_1301": "Rare Candy", - "item_1302": "Rare Candy XL", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "Raid Pass", - "item_1402": "Premium Battle Pass", - "item_1404": "Star Piece", - "item_1405": "Gift", - "item_1406": "Team Medallion", - "item_1408": "Remote Raid Pass", - "item_1409": "S Raid Ticket", - "item_1501": "Mysterious Component", - "item_1502": "Rocket Radar", - "item_1503": "Super Rocket Radar", - "item_1504": "Shadow Shard", - "item_1505": "Purified Gem", - "item_1506": "Max Particle", - "item_1507": "Max Particle Pack", - "item_1600": "Ticket", - "item_1601": "Ticket", - "item_1602": "Ticket", - "item_1603": "Ticket", - "item_1604": "Extra Ticket", - "item_1605": "Extra Ticket", - "item_1606": "GO Battle League Timed Research Pass", - "item_1607": "Ticket", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Safari Ticket: Seoul", - "item_1611": "Safari Ticket: Barcelona", - "item_1612": "Safari Ticket: Mexico City", - "item_1613": "Safari Ticket: Tainan", - "item_1614": "Ticket City Safari 04", - "item_1615": "Ticket", - "item_1616": "Ticket", - "item_1617": "Ticket", - "item_1618": "Ticket", - "item_1619": "Ticket", - "item_1620": "Ticket", - "item_1621": "Ticket", - "item_1622": "Ticket", - "item_1623": "Ticket", - "item_1624": "Ticket", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "Normal", - "lure_502": "Glacial", - "lure_503": "Mossy", - "lure_504": "Magnetic", - "lure_505": "Rainy", - "lure_506": "Golden", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "Unknown", - "move_1": "Thunder Shock", - "move_2": "Quick Attack", - "move_3": "Scratch", - "move_4": "Ember", - "move_5": "Vine Whip", - "move_6": "Tackle", - "move_7": "Razor Leaf", - "move_8": "Take Down", - "move_9": "Water Gun", - "move_10": "Bite", - "move_11": "Pound", - "move_12": "Double Slap", - "move_13": "Wrap", - "move_14": "Hyper Beam", - "move_15": "Lick", - "move_16": "Dark Pulse", - "move_17": "Smog", - "move_18": "Sludge", - "move_19": "Metal Claw", - "move_20": "Vise Grip", - "move_21": "Flame Wheel", - "move_22": "Megahorn", - "move_23": "Wing Attack", - "move_24": "Flamethrower", - "move_25": "Sucker Punch", - "move_26": "Dig", - "move_27": "Low Kick", - "move_28": "Cross Chop", - "move_29": "Psycho Cut", - "move_30": "Psybeam", - "move_31": "Earthquake", - "move_32": "Stone Edge", - "move_33": "Ice Punch", - "move_34": "Heart Stamp", - "move_35": "Discharge", - "move_36": "Flash Cannon", - "move_37": "Peck", - "move_38": "Drill Peck", - "move_39": "Ice Beam", - "move_40": "Blizzard", - "move_41": "Air Slash", - "move_42": "Heat Wave", - "move_43": "Twineedle", - "move_44": "Poison Jab", - "move_45": "Aerial Ace", - "move_46": "Drill Run", - "move_47": "Petal Blizzard", - "move_48": "Mega Drain", - "move_49": "Bug Buzz", - "move_50": "Poison Fang", - "move_51": "Night Slash", - "move_52": "Slash", - "move_53": "Bubble Beam", - "move_54": "Submission", - "move_55": "Karate Chop", - "move_56": "Low Sweep", - "move_57": "Aqua Jet", - "move_58": "Aqua Tail", - "move_59": "Seed Bomb", - "move_60": "Psyshock", - "move_61": "Rock Throw", - "move_62": "Ancient Power", - "move_63": "Rock Tomb", - "move_64": "Rock Slide", - "move_65": "Power Gem", - "move_66": "Shadow Sneak", - "move_67": "Shadow Punch", - "move_68": "Shadow Claw", - "move_69": "Ominous Wind", - "move_70": "Shadow Ball", - "move_71": "Bullet Punch", - "move_72": "Magnet Bomb", - "move_73": "Steel Wing", - "move_74": "Iron Head", - "move_75": "Parabolic Charge", - "move_76": "Spark", - "move_77": "Thunder Punch", - "move_78": "Thunder", - "move_79": "Thunderbolt", - "move_80": "Twister", - "move_81": "Dragon Breath", - "move_82": "Dragon Pulse", - "move_83": "Dragon Claw", - "move_84": "Disarming Voice", - "move_85": "Draining Kiss", - "move_86": "Dazzling Gleam", - "move_87": "Moonblast", - "move_88": "Play Rough", - "move_89": "Cross Poison", - "move_90": "Sludge Bomb", - "move_91": "Sludge Wave", - "move_92": "Gunk Shot", - "move_93": "Mud Shot", - "move_94": "Bone Club", - "move_95": "Bulldoze", - "move_96": "Mud Bomb", - "move_97": "Fury Cutter", - "move_98": "Bug Bite", - "move_99": "Signal Beam", - "move_100": "X-Scissor", - "move_101": "Flame Charge", - "move_102": "Flame Burst", - "move_103": "Fire Blast", - "move_104": "Brine", - "move_105": "Water Pulse", - "move_106": "Scald", - "move_107": "Hydro Pump", - "move_108": "Psychic", - "move_109": "Psystrike", - "move_110": "Ice Shard", - "move_111": "Icy Wind", - "move_112": "Frost Breath", - "move_113": "Absorb", - "move_114": "Giga Drain", - "move_115": "Fire Punch", - "move_116": "Solar Beam", - "move_117": "Leaf Blade", - "move_118": "Power Whip", - "move_119": "Splash", - "move_120": "Acid", - "move_121": "Air Cutter", - "move_122": "Hurricane", - "move_123": "Brick Break", - "move_124": "Cut", - "move_125": "Swift", - "move_126": "Horn Attack", - "move_127": "Stomp", - "move_128": "Headbutt", - "move_129": "Hyper Fang", - "move_130": "Slam", - "move_131": "Body Slam", - "move_132": "Rest", - "move_133": "Struggle", - "move_134": "Scald", - "move_135": "Hydro Pump", - "move_136": "Wrap", - "move_137": "Wrap", - "move_200": "Fury Cutter", - "move_201": "Bug Bite", - "move_202": "Bite", - "move_203": "Sucker Punch", - "move_204": "Dragon Breath", - "move_205": "Thunder Shock", - "move_206": "Spark", - "move_207": "Low Kick", - "move_208": "Karate Chop", - "move_209": "Ember", - "move_210": "Wing Attack", - "move_211": "Peck", - "move_212": "Lick", - "move_213": "Shadow Claw", - "move_214": "Vine Whip", - "move_215": "Razor Leaf", - "move_216": "Mud Shot", - "move_217": "Ice Shard", - "move_218": "Frost Breath", - "move_219": "Quick Attack", - "move_220": "Scratch", - "move_221": "Tackle", - "move_222": "Pound", - "move_223": "Cut", - "move_224": "Poison Jab", - "move_225": "Acid", - "move_226": "Psycho Cut", - "move_227": "Rock Throw", - "move_228": "Metal Claw", - "move_229": "Bullet Punch", - "move_230": "Water Gun", - "move_231": "Splash", - "move_232": "Water Gun", - "move_233": "Mud-Slap", - "move_234": "Zen Headbutt", - "move_235": "Confusion", - "move_236": "Poison Sting", - "move_237": "Bubble", - "move_238": "Feint Attack", - "move_239": "Steel Wing", - "move_240": "Fire Fang", - "move_241": "Rock Smash", - "move_242": "Transform", - "move_243": "Counter", - "move_244": "Powder Snow", - "move_245": "Close Combat", - "move_246": "Dynamic Punch", - "move_247": "Focus Blast", - "move_248": "Aurora Beam", - "move_249": "Charge Beam", - "move_250": "Volt Switch", - "move_251": "Wild Charge", - "move_252": "Zap Cannon", - "move_253": "Dragon Tail", - "move_254": "Avalanche", - "move_255": "Air Slash", - "move_256": "Brave Bird", - "move_257": "Sky Attack", - "move_258": "Sand Tomb", - "move_259": "Rock Blast", - "move_260": "Infestation", - "move_261": "Struggle Bug", - "move_262": "Silver Wind", - "move_263": "Astonish", - "move_264": "Hex", - "move_265": "Night Shade", - "move_266": "Iron Tail", - "move_267": "Gyro Ball", - "move_268": "Heavy Slam", - "move_269": "Fire Spin", - "move_270": "Overheat", - "move_271": "Bullet Seed", - "move_272": "Grass Knot", - "move_273": "Energy Ball", - "move_274": "Extrasensory", - "move_275": "Future Sight", - "move_276": "Mirror Coat", - "move_277": "Outrage", - "move_278": "Snarl", - "move_279": "Crunch", - "move_280": "Foul Play", - "move_281": "Hidden Power", - "move_282": "Take Down", - "move_283": "Waterfall", - "move_284": "Surf", - "move_285": "Draco Meteor", - "move_286": "Doom Desire", - "move_287": "Yawn", - "move_288": "Psycho Boost", - "move_289": "Origin Pulse", - "move_290": "Precipice Blades", - "move_291": "Present", - "move_292": "Weather Ball", - "move_293": "Weather Ball", - "move_294": "Weather Ball", - "move_295": "Weather Ball", - "move_296": "Frenzy Plant", - "move_297": "Smack Down", - "move_298": "Blast Burn", - "move_299": "Hydro Cannon", - "move_300": "Last Resort", - "move_301": "Meteor Mash", - "move_302": "Skull Bash", - "move_303": "Acid Spray", - "move_304": "Earth Power", - "move_305": "Crabhammer", - "move_306": "Lunge", - "move_307": "Crush Claw", - "move_308": "Octazooka", - "move_309": "Mirror Shot", - "move_310": "Superpower", - "move_311": "Fell Stinger", - "move_312": "Leaf Tornado", - "move_313": "Leech Life", - "move_314": "Drain Punch", - "move_315": "Shadow Bone", - "move_316": "Muddy Water", - "move_317": "Blaze Kick", - "move_318": "Razor Shell", - "move_319": "Power-Up Punch", - "move_320": "Charm", - "move_321": "Giga Impact", - "move_322": "Frustration", - "move_323": "Return", - "move_324": "Synchronoise", - "move_325": "Lock-On", - "move_326": "Thunder Fang", - "move_327": "Ice Fang", - "move_328": "Horn Drill", - "move_329": "Fissure", - "move_330": "Sacred Sword", - "move_331": "Flying Press", - "move_332": "Aura Sphere", - "move_333": "Payback", - "move_334": "Rock Wrecker", - "move_335": "Aeroblast", - "move_336": "Techno Blast", - "move_337": "Techno Blast", - "move_338": "Techno Blast", - "move_339": "Techno Blast", - "move_340": "Techno Blast", - "move_341": "Fly", - "move_342": "V-create", - "move_343": "Leaf Storm", - "move_344": "Tri Attack", - "move_345": "Gust", - "move_346": "Incinerate", - "move_347": "Dark Void", - "move_348": "Feather Dance", - "move_349": "Fiery Dance", - "move_350": "Fairy Wind", - "move_351": "Relic Song", - "move_352": "Weather Ball", - "move_353": "Psychic Fangs", - "move_354": "Hyperspace Fury", - "move_355": "Hyperspace Hole", - "move_356": "Double Kick", - "move_357": "Magical Leaf", - "move_358": "Sacred Fire", - "move_359": "Icicle Spear", - "move_360": "Aeroblast+", - "move_361": "Aeroblast++", - "move_362": "Sacred Fire+", - "move_363": "Sacred Fire++", - "move_364": "Acrobatics", - "move_365": "Luster Purge", - "move_366": "Mist Ball", - "move_367": "Brutal Swing", - "move_368": "Rollout", - "move_369": "Seed Flare", - "move_370": "Obstruct", - "move_371": "Shadow Force", - "move_372": "Meteor Beam", - "move_373": "Water Shuriken", - "move_374": "Fusion Bolt", - "move_375": "Fusion Flare", - "move_376": "Poltergeist", - "move_377": "High Horsepower", - "move_378": "Glaciate", - "move_379": "Breaking Swipe", - "move_380": "Boomburst", - "move_381": "Double Iron Bash", - "move_382": "Mystical Fire", - "move_383": "Liquidation", - "move_384": "Dragon Ascent", - "move_385": "Leafage", - "move_386": "Magma Storm", - "move_387": "Geomancy", - "move_388": "Spacial Rend", - "move_389": "Oblivion Wing", - "move_390": "Nature’s Madness", - "move_391": "Triple Axel", - "move_392": "Trailblaze", - "move_393": "Scorching Sands", - "move_394": "Roar of Time", - "move_395": "Bleakwind Storm", - "move_396": "Sandsear Storm", - "move_397": "Wildbolt Storm", - "move_398": "Spirit Shackle", - "move_399": "Volt Tackle", - "move_400": "Darkest Lariat", - "move_401": "Psywave", - "move_402": "Metal Sound", - "move_403": "Sand Attack", - "move_404": "Sunsteel Strike", - "move_405": "Moongeist Beam", - "move_406": "Aura Wheel", - "move_407": "Aura Wheel", - "move_408": "High Jump Kick", - "move_409": "Max Flare", - "move_410": "Max Flutterby", - "move_411": "Max Lightning", - "move_412": "Max Strike", - "move_413": "Max Knuckle", - "move_414": "Max Phantasm", - "move_415": "Max Hailstorm", - "move_416": "Max Ooze", - "move_417": "Max Geyser", - "move_418": "Max Airstream", - "move_419": "Max Starfall", - "move_420": "Max Wyrmwind", - "move_421": "Max Mindstorm", - "move_422": "Max Rockfall", - "move_423": "Max Quake", - "move_424": "Max Darkness", - "move_425": "Max Overgrowth", - "move_426": "Max Steelspike", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "Force Palm", - "move_463": "Sparkling Aria", - "poke_0": "Substitute", - "poke_1": "Bulbasaur", - "poke_2": "Ivysaur", - "poke_3": "Venusaur", - "poke_3_e1": "Mega Venusaur", - "poke_4": "Charmander", - "poke_5": "Charmeleon", - "poke_6": "Charizard", - "poke_6_e2": "Mega Charizard X", - "poke_6_e3": "Mega Charizard Y", - "poke_7": "Squirtle", - "poke_8": "Wartortle", - "poke_9": "Blastoise", - "poke_9_e1": "Mega Blastoise", - "poke_10": "Caterpie", - "poke_11": "Metapod", - "poke_12": "Butterfree", - "poke_13": "Weedle", - "poke_14": "Kakuna", - "poke_15": "Beedrill", - "poke_15_e1": "Mega Beedrill", - "poke_16": "Pidgey", - "poke_17": "Pidgeotto", - "poke_18": "Pidgeot", - "poke_18_e1": "Mega Pidgeot", - "poke_19": "Rattata", - "poke_20": "Raticate", - "poke_21": "Spearow", - "poke_22": "Fearow", - "poke_23": "Ekans", - "poke_24": "Arbok", - "poke_25": "Pikachu", - "poke_26": "Raichu", - "poke_27": "Sandshrew", - "poke_28": "Sandslash", - "poke_29": "Nidoran♀", - "poke_30": "Nidorina", - "poke_31": "Nidoqueen", - "poke_32": "Nidoran♂", - "poke_33": "Nidorino", - "poke_34": "Nidoking", - "poke_35": "Clefairy", - "poke_36": "Clefable", - "poke_37": "Vulpix", - "poke_38": "Ninetales", - "poke_39": "Jigglypuff", - "poke_40": "Wigglytuff", - "poke_41": "Zubat", - "poke_42": "Golbat", - "poke_43": "Oddish", - "poke_44": "Gloom", - "poke_45": "Vileplume", - "poke_46": "Paras", - "poke_47": "Parasect", - "poke_48": "Venonat", - "poke_49": "Venomoth", - "poke_50": "Diglett", - "poke_51": "Dugtrio", - "poke_52": "Meowth", - "poke_53": "Persian", - "poke_54": "Psyduck", - "poke_55": "Golduck", - "poke_56": "Mankey", - "poke_57": "Primeape", - "poke_58": "Growlithe", - "poke_59": "Arcanine", - "poke_60": "Poliwag", - "poke_61": "Poliwhirl", - "poke_62": "Poliwrath", - "poke_63": "Abra", - "poke_64": "Kadabra", - "poke_65": "Alakazam", - "poke_65_e1": "Mega Alakazam", - "poke_66": "Machop", - "poke_67": "Machoke", - "poke_68": "Machamp", - "poke_69": "Bellsprout", - "poke_70": "Weepinbell", - "poke_71": "Victreebel", - "poke_72": "Tentacool", - "poke_73": "Tentacruel", - "poke_74": "Geodude", - "poke_75": "Graveler", - "poke_76": "Golem", - "poke_77": "Ponyta", - "poke_78": "Rapidash", - "poke_79": "Slowpoke", - "poke_80": "Slowbro", - "poke_80_e1": "Mega Slowbro", - "poke_81": "Magnemite", - "poke_82": "Magneton", - "poke_83": "Farfetch'd", - "poke_84": "Doduo", - "poke_85": "Dodrio", - "poke_86": "Seel", - "poke_87": "Dewgong", - "poke_88": "Grimer", - "poke_89": "Muk", - "poke_90": "Shellder", - "poke_91": "Cloyster", - "poke_92": "Gastly", - "poke_93": "Haunter", - "poke_94": "Gengar", - "poke_94_e1": "Mega Gengar", - "poke_95": "Onix", - "poke_96": "Drowzee", - "poke_97": "Hypno", - "poke_98": "Krabby", - "poke_99": "Kingler", - "poke_100": "Voltorb", - "poke_101": "Electrode", - "poke_102": "Exeggcute", - "poke_103": "Exeggutor", - "poke_104": "Cubone", - "poke_105": "Marowak", - "poke_106": "Hitmonlee", - "poke_107": "Hitmonchan", - "poke_108": "Lickitung", - "poke_109": "Koffing", - "poke_110": "Weezing", - "poke_111": "Rhyhorn", - "poke_112": "Rhydon", - "poke_113": "Chansey", - "poke_114": "Tangela", - "poke_115": "Kangaskhan", - "poke_115_e1": "Mega Kangaskhan", - "poke_116": "Horsea", - "poke_117": "Seadra", - "poke_118": "Goldeen", - "poke_119": "Seaking", - "poke_120": "Staryu", - "poke_121": "Starmie", - "poke_122": "Mr. Mime", - "poke_123": "Scyther", - "poke_124": "Jynx", - "poke_125": "Electabuzz", - "poke_126": "Magmar", - "poke_127": "Pinsir", - "poke_127_e1": "Mega Pinsir", - "poke_128": "Tauros", - "poke_129": "Magikarp", - "poke_130": "Gyarados", - "poke_130_e1": "Mega Gyarados", - "poke_131": "Lapras", - "poke_132": "Ditto", - "poke_133": "Eevee", - "poke_134": "Vaporeon", - "poke_135": "Jolteon", - "poke_136": "Flareon", - "poke_137": "Porygon", - "poke_138": "Omanyte", - "poke_139": "Omastar", - "poke_140": "Kabuto", - "poke_141": "Kabutops", - "poke_142": "Aerodactyl", - "poke_142_e1": "Mega Aerodactyl", - "poke_143": "Snorlax", - "poke_144": "Articuno", - "poke_145": "Zapdos", - "poke_146": "Moltres", - "poke_147": "Dratini", - "poke_148": "Dragonair", - "poke_149": "Dragonite", - "poke_150": "Mewtwo", - "poke_150_e2": "Mega Mewtwo X", - "poke_150_e3": "Mega Mewtwo Y", - "poke_151": "Mew", - "poke_152": "Chikorita", - "poke_153": "Bayleef", - "poke_154": "Meganium", - "poke_155": "Cyndaquil", - "poke_156": "Quilava", - "poke_157": "Typhlosion", - "poke_158": "Totodile", - "poke_159": "Croconaw", - "poke_160": "Feraligatr", - "poke_161": "Sentret", - "poke_162": "Furret", - "poke_163": "Hoothoot", - "poke_164": "Noctowl", - "poke_165": "Ledyba", - "poke_166": "Ledian", - "poke_167": "Spinarak", - "poke_168": "Ariados", - "poke_169": "Crobat", - "poke_170": "Chinchou", - "poke_171": "Lanturn", - "poke_172": "Pichu", - "poke_173": "Cleffa", - "poke_174": "Igglybuff", - "poke_175": "Togepi", - "poke_176": "Togetic", - "poke_177": "Natu", - "poke_178": "Xatu", - "poke_179": "Mareep", - "poke_180": "Flaaffy", - "poke_181": "Ampharos", - "poke_181_e1": "Mega Ampharos", - "poke_182": "Bellossom", - "poke_183": "Marill", - "poke_184": "Azumarill", - "poke_185": "Sudowoodo", - "poke_186": "Politoed", - "poke_187": "Hoppip", - "poke_188": "Skiploom", - "poke_189": "Jumpluff", - "poke_190": "Aipom", - "poke_191": "Sunkern", - "poke_192": "Sunflora", - "poke_193": "Yanma", - "poke_194": "Wooper", - "poke_195": "Quagsire", - "poke_196": "Espeon", - "poke_197": "Umbreon", - "poke_198": "Murkrow", - "poke_199": "Slowking", - "poke_200": "Misdreavus", - "poke_201": "Unown", - "poke_202": "Wobbuffet", - "poke_203": "Girafarig", - "poke_204": "Pineco", - "poke_205": "Forretress", - "poke_206": "Dunsparce", - "poke_207": "Gligar", - "poke_208": "Steelix", - "poke_208_e1": "Mega Steelix", - "poke_209": "Snubbull", - "poke_210": "Granbull", - "poke_211": "Qwilfish", - "poke_212": "Scizor", - "poke_212_e1": "Mega Scizor", - "poke_213": "Shuckle", - "poke_214": "Heracross", - "poke_214_e1": "Mega Heracross", - "poke_215": "Sneasel", - "poke_216": "Teddiursa", - "poke_217": "Ursaring", - "poke_218": "Slugma", - "poke_219": "Magcargo", - "poke_220": "Swinub", - "poke_221": "Piloswine", - "poke_222": "Corsola", - "poke_223": "Remoraid", - "poke_224": "Octillery", - "poke_225": "Delibird", - "poke_226": "Mantine", - "poke_227": "Skarmory", - "poke_228": "Houndour", - "poke_229": "Houndoom", - "poke_229_e1": "Mega Houndoom", - "poke_230": "Kingdra", - "poke_231": "Phanpy", - "poke_232": "Donphan", - "poke_233": "Porygon2", - "poke_234": "Stantler", - "poke_235": "Smeargle", - "poke_236": "Tyrogue", - "poke_237": "Hitmontop", - "poke_238": "Smoochum", - "poke_239": "Elekid", - "poke_240": "Magby", - "poke_241": "Miltank", - "poke_242": "Blissey", - "poke_243": "Raikou", - "poke_244": "Entei", - "poke_245": "Suicune", - "poke_246": "Larvitar", - "poke_247": "Pupitar", - "poke_248": "Tyranitar", - "poke_248_e1": "Mega Tyranitar", - "poke_249": "Lugia", - "poke_250": "Ho-Oh", - "poke_251": "Celebi", - "poke_252": "Treecko", - "poke_253": "Grovyle", - "poke_254": "Sceptile", - "poke_254_e1": "Mega Sceptile", - "poke_255": "Torchic", - "poke_256": "Combusken", - "poke_257": "Blaziken", - "poke_257_e1": "Mega Blaziken", - "poke_258": "Mudkip", - "poke_259": "Marshtomp", - "poke_260": "Swampert", - "poke_260_e1": "Mega Swampert", - "poke_261": "Poochyena", - "poke_262": "Mightyena", - "poke_263": "Zigzagoon", - "poke_264": "Linoone", - "poke_265": "Wurmple", - "poke_266": "Silcoon", - "poke_267": "Beautifly", - "poke_268": "Cascoon", - "poke_269": "Dustox", - "poke_270": "Lotad", - "poke_271": "Lombre", - "poke_272": "Ludicolo", - "poke_273": "Seedot", - "poke_274": "Nuzleaf", - "poke_275": "Shiftry", - "poke_276": "Taillow", - "poke_277": "Swellow", - "poke_278": "Wingull", - "poke_279": "Pelipper", - "poke_280": "Ralts", - "poke_281": "Kirlia", - "poke_282": "Gardevoir", - "poke_282_e1": "Mega Gardevoir", - "poke_283": "Surskit", - "poke_284": "Masquerain", - "poke_285": "Shroomish", - "poke_286": "Breloom", - "poke_287": "Slakoth", - "poke_288": "Vigoroth", - "poke_289": "Slaking", - "poke_290": "Nincada", - "poke_291": "Ninjask", - "poke_292": "Shedinja", - "poke_293": "Whismur", - "poke_294": "Loudred", - "poke_295": "Exploud", - "poke_296": "Makuhita", - "poke_297": "Hariyama", - "poke_298": "Azurill", - "poke_299": "Nosepass", - "poke_300": "Skitty", - "poke_301": "Delcatty", - "poke_302": "Sableye", - "poke_302_e1": "Mega Sableye", - "poke_303": "Mawile", - "poke_303_e1": "Mega Mawile", - "poke_304": "Aron", - "poke_305": "Lairon", - "poke_306": "Aggron", - "poke_306_e1": "Mega Aggron", - "poke_307": "Meditite", - "poke_308": "Medicham", - "poke_308_e1": "Mega Medicham", - "poke_309": "Electrike", - "poke_310": "Manectric", - "poke_310_e1": "Mega Manectric", - "poke_311": "Plusle", - "poke_312": "Minun", - "poke_313": "Volbeat", - "poke_314": "Illumise", - "poke_315": "Roselia", - "poke_316": "Gulpin", - "poke_317": "Swalot", - "poke_318": "Carvanha", - "poke_319": "Sharpedo", - "poke_319_e1": "Mega Sharpedo", - "poke_320": "Wailmer", - "poke_321": "Wailord", - "poke_322": "Numel", - "poke_323": "Camerupt", - "poke_323_e1": "Mega Camerupt", - "poke_324": "Torkoal", - "poke_325": "Spoink", - "poke_326": "Grumpig", - "poke_327": "Spinda", - "poke_328": "Trapinch", - "poke_329": "Vibrava", - "poke_330": "Flygon", - "poke_331": "Cacnea", - "poke_332": "Cacturne", - "poke_333": "Swablu", - "poke_334": "Altaria", - "poke_334_e1": "Mega Altaria", - "poke_335": "Zangoose", - "poke_336": "Seviper", - "poke_337": "Lunatone", - "poke_338": "Solrock", - "poke_339": "Barboach", - "poke_340": "Whiscash", - "poke_341": "Corphish", - "poke_342": "Crawdaunt", - "poke_343": "Baltoy", - "poke_344": "Claydol", - "poke_345": "Lileep", - "poke_346": "Cradily", - "poke_347": "Anorith", - "poke_348": "Armaldo", - "poke_349": "Feebas", - "poke_350": "Milotic", - "poke_351": "Castform", - "poke_352": "Kecleon", - "poke_353": "Shuppet", - "poke_354": "Banette", - "poke_354_e1": "Mega Banette", - "poke_355": "Duskull", - "poke_356": "Dusclops", - "poke_357": "Tropius", - "poke_358": "Chimecho", - "poke_359": "Absol", - "poke_359_e1": "Mega Absol", - "poke_360": "Wynaut", - "poke_361": "Snorunt", - "poke_362": "Glalie", - "poke_362_e1": "Mega Glalie", - "poke_363": "Spheal", - "poke_364": "Sealeo", - "poke_365": "Walrein", - "poke_366": "Clamperl", - "poke_367": "Huntail", - "poke_368": "Gorebyss", - "poke_369": "Relicanth", - "poke_370": "Luvdisc", - "poke_371": "Bagon", - "poke_372": "Shelgon", - "poke_373": "Salamence", - "poke_373_e1": "Mega Salamence", - "poke_374": "Beldum", - "poke_375": "Metang", - "poke_376": "Metagross", - "poke_376_e1": "Mega Metagross", - "poke_377": "Regirock", - "poke_378": "Regice", - "poke_379": "Registeel", - "poke_380": "Latias", - "poke_380_e1": "Mega Latias", - "poke_381": "Latios", - "poke_381_e1": "Mega Latios", - "poke_382": "Kyogre", - "poke_383": "Groudon", - "poke_384": "Rayquaza", - "poke_384_e1": "Mega Rayquaza", - "poke_385": "Jirachi", - "poke_386": "Deoxys", - "poke_387": "Turtwig", - "poke_388": "Grotle", - "poke_389": "Torterra", - "poke_390": "Chimchar", - "poke_391": "Monferno", - "poke_392": "Infernape", - "poke_393": "Piplup", - "poke_394": "Prinplup", - "poke_395": "Empoleon", - "poke_396": "Starly", - "poke_397": "Staravia", - "poke_398": "Staraptor", - "poke_399": "Bidoof", - "poke_400": "Bibarel", - "poke_401": "Kricketot", - "poke_402": "Kricketune", - "poke_403": "Shinx", - "poke_404": "Luxio", - "poke_405": "Luxray", - "poke_406": "Budew", - "poke_407": "Roserade", - "poke_408": "Cranidos", - "poke_409": "Rampardos", - "poke_410": "Shieldon", - "poke_411": "Bastiodon", - "poke_412": "Burmy", - "poke_413": "Wormadam", - "poke_414": "Mothim", - "poke_415": "Combee", - "poke_416": "Vespiquen", - "poke_417": "Pachirisu", - "poke_418": "Buizel", - "poke_419": "Floatzel", - "poke_420": "Cherubi", - "poke_421": "Cherrim", - "poke_422": "Shellos", - "poke_423": "Gastrodon", - "poke_424": "Ambipom", - "poke_425": "Drifloon", - "poke_426": "Drifblim", - "poke_427": "Buneary", - "poke_428": "Lopunny", - "poke_428_e1": "Mega Lopunny", - "poke_429": "Mismagius", - "poke_430": "Honchkrow", - "poke_431": "Glameow", - "poke_432": "Purugly", - "poke_433": "Chingling", - "poke_434": "Stunky", - "poke_435": "Skuntank", - "poke_436": "Bronzor", - "poke_437": "Bronzong", - "poke_438": "Bonsly", - "poke_439": "Mime Jr.", - "poke_440": "Happiny", - "poke_441": "Chatot", - "poke_442": "Spiritomb", - "poke_443": "Gible", - "poke_444": "Gabite", - "poke_445": "Garchomp", - "poke_445_e1": "Mega Garchomp", - "poke_446": "Munchlax", - "poke_447": "Riolu", - "poke_448": "Lucario", - "poke_448_e1": "Mega Lucario", - "poke_449": "Hippopotas", - "poke_450": "Hippowdon", - "poke_451": "Skorupi", - "poke_452": "Drapion", - "poke_453": "Croagunk", - "poke_454": "Toxicroak", - "poke_455": "Carnivine", - "poke_456": "Finneon", - "poke_457": "Lumineon", - "poke_458": "Mantyke", - "poke_459": "Snover", - "poke_460": "Abomasnow", - "poke_460_e1": "Mega Abomasnow", - "poke_461": "Weavile", - "poke_462": "Magnezone", - "poke_463": "Lickilicky", - "poke_464": "Rhyperior", - "poke_465": "Tangrowth", - "poke_466": "Electivire", - "poke_467": "Magmortar", - "poke_468": "Togekiss", - "poke_469": "Yanmega", - "poke_470": "Leafeon", - "poke_471": "Glaceon", - "poke_472": "Gliscor", - "poke_473": "Mamoswine", - "poke_474": "Porygon-Z", - "poke_475": "Gallade", - "poke_475_e1": "Mega Gallade", - "poke_476": "Probopass", - "poke_477": "Dusknoir", - "poke_478": "Froslass", - "poke_479": "Rotom", - "poke_480": "Uxie", - "poke_481": "Mesprit", - "poke_482": "Azelf", - "poke_483": "Dialga", - "poke_484": "Palkia", - "poke_485": "Heatran", - "poke_486": "Regigigas", - "poke_487": "Giratina", - "poke_488": "Cresselia", - "poke_489": "Phione", - "poke_490": "Manaphy", - "poke_491": "Darkrai", - "poke_492": "Shaymin", - "poke_493": "Arceus", - "poke_494": "Victini", - "poke_495": "Snivy", - "poke_496": "Servine", - "poke_497": "Serperior", - "poke_498": "Tepig", - "poke_499": "Pignite", - "poke_500": "Emboar", - "poke_501": "Oshawott", - "poke_502": "Dewott", - "poke_503": "Samurott", - "poke_504": "Patrat", - "poke_505": "Watchog", - "poke_506": "Lillipup", - "poke_507": "Herdier", - "poke_508": "Stoutland", - "poke_509": "Purrloin", - "poke_510": "Liepard", - "poke_511": "Pansage", - "poke_512": "Simisage", - "poke_513": "Pansear", - "poke_514": "Simisear", - "poke_515": "Panpour", - "poke_516": "Simipour", - "poke_517": "Munna", - "poke_518": "Musharna", - "poke_519": "Pidove", - "poke_520": "Tranquill", - "poke_521": "Unfezant", - "poke_522": "Blitzle", - "poke_523": "Zebstrika", - "poke_524": "Roggenrola", - "poke_525": "Boldore", - "poke_526": "Gigalith", - "poke_527": "Woobat", - "poke_528": "Swoobat", - "poke_529": "Drilbur", - "poke_530": "Excadrill", - "poke_531": "Audino", - "poke_531_e1": "Mega Audino", - "poke_532": "Timburr", - "poke_533": "Gurdurr", - "poke_534": "Conkeldurr", - "poke_535": "Tympole", - "poke_536": "Palpitoad", - "poke_537": "Seismitoad", - "poke_538": "Throh", - "poke_539": "Sawk", - "poke_540": "Sewaddle", - "poke_541": "Swadloon", - "poke_542": "Leavanny", - "poke_543": "Venipede", - "poke_544": "Whirlipede", - "poke_545": "Scolipede", - "poke_546": "Cottonee", - "poke_547": "Whimsicott", - "poke_548": "Petilil", - "poke_549": "Lilligant", - "poke_550": "Basculin", - "poke_551": "Sandile", - "poke_552": "Krokorok", - "poke_553": "Krookodile", - "poke_554": "Darumaka", - "poke_555": "Darmanitan", - "poke_556": "Maractus", - "poke_557": "Dwebble", - "poke_558": "Crustle", - "poke_559": "Scraggy", - "poke_560": "Scrafty", - "poke_561": "Sigilyph", - "poke_562": "Yamask", - "poke_563": "Cofagrigus", - "poke_564": "Tirtouga", - "poke_565": "Carracosta", - "poke_566": "Archen", - "poke_567": "Archeops", - "poke_568": "Trubbish", - "poke_569": "Garbodor", - "poke_570": "Zorua", - "poke_571": "Zoroark", - "poke_572": "Minccino", - "poke_573": "Cinccino", - "poke_574": "Gothita", - "poke_575": "Gothorita", - "poke_576": "Gothitelle", - "poke_577": "Solosis", - "poke_578": "Duosion", - "poke_579": "Reuniclus", - "poke_580": "Ducklett", - "poke_581": "Swanna", - "poke_582": "Vanillite", - "poke_583": "Vanillish", - "poke_584": "Vanilluxe", - "poke_585": "Deerling", - "poke_586": "Sawsbuck", - "poke_587": "Emolga", - "poke_588": "Karrablast", - "poke_589": "Escavalier", - "poke_590": "Foongus", - "poke_591": "Amoonguss", - "poke_592": "Frillish", - "poke_593": "Jellicent", - "poke_594": "Alomomola", - "poke_595": "Joltik", - "poke_596": "Galvantula", - "poke_597": "Ferroseed", - "poke_598": "Ferrothorn", - "poke_599": "Klink", - "poke_600": "Klang", - "poke_601": "Klinklang", - "poke_602": "Tynamo", - "poke_603": "Eelektrik", - "poke_604": "Eelektross", - "poke_605": "Elgyem", - "poke_606": "Beheeyem", - "poke_607": "Litwick", - "poke_608": "Lampent", - "poke_609": "Chandelure", - "poke_610": "Axew", - "poke_611": "Fraxure", - "poke_612": "Haxorus", - "poke_613": "Cubchoo", - "poke_614": "Beartic", - "poke_615": "Cryogonal", - "poke_616": "Shelmet", - "poke_617": "Accelgor", - "poke_618": "Stunfisk", - "poke_619": "Mienfoo", - "poke_620": "Mienshao", - "poke_621": "Druddigon", - "poke_622": "Golett", - "poke_623": "Golurk", - "poke_624": "Pawniard", - "poke_625": "Bisharp", - "poke_626": "Bouffalant", - "poke_627": "Rufflet", - "poke_628": "Braviary", - "poke_629": "Vullaby", - "poke_630": "Mandibuzz", - "poke_631": "Heatmor", - "poke_632": "Durant", - "poke_633": "Deino", - "poke_634": "Zweilous", - "poke_635": "Hydreigon", - "poke_636": "Larvesta", - "poke_637": "Volcarona", - "poke_638": "Cobalion", - "poke_639": "Terrakion", - "poke_640": "Virizion", - "poke_641": "Tornadus", - "poke_642": "Thundurus", - "poke_643": "Reshiram", - "poke_644": "Zekrom", - "poke_645": "Landorus", - "poke_646": "Kyurem", - "poke_647": "Keldeo", - "poke_648": "Meloetta", - "poke_649": "Genesect", - "poke_650": "Chespin", - "poke_651": "Quilladin", - "poke_652": "Chesnaught", - "poke_653": "Fennekin", - "poke_654": "Braixen", - "poke_655": "Delphox", - "poke_656": "Froakie", - "poke_657": "Frogadier", - "poke_658": "Greninja", - "poke_659": "Bunnelby", - "poke_660": "Diggersby", - "poke_661": "Fletchling", - "poke_662": "Fletchinder", - "poke_663": "Talonflame", - "poke_664": "Scatterbug", - "poke_665": "Spewpa", - "poke_666": "Vivillon", - "poke_667": "Litleo", - "poke_668": "Pyroar", - "poke_669": "Flabébé", - "poke_670": "Floette", - "poke_671": "Florges", - "poke_672": "Skiddo", - "poke_673": "Gogoat", - "poke_674": "Pancham", - "poke_675": "Pangoro", - "poke_676": "Furfrou", - "poke_677": "Espurr", - "poke_678": "Meowstic", - "poke_679": "Honedge", - "poke_680": "Doublade", - "poke_681": "Aegislash", - "poke_682": "Spritzee", - "poke_683": "Aromatisse", - "poke_684": "Swirlix", - "poke_685": "Slurpuff", - "poke_686": "Inkay", - "poke_687": "Malamar", - "poke_688": "Binacle", - "poke_689": "Barbaracle", - "poke_690": "Skrelp", - "poke_691": "Dragalge", - "poke_692": "Clauncher", - "poke_693": "Clawitzer", - "poke_694": "Helioptile", - "poke_695": "Heliolisk", - "poke_696": "Tyrunt", - "poke_697": "Tyrantrum", - "poke_698": "Amaura", - "poke_699": "Aurorus", - "poke_700": "Sylveon", - "poke_701": "Hawlucha", - "poke_702": "Dedenne", - "poke_703": "Carbink", - "poke_704": "Goomy", - "poke_705": "Sliggoo", - "poke_706": "Goodra", - "poke_707": "Klefki", - "poke_708": "Phantump", - "poke_709": "Trevenant", - "poke_710": "Pumpkaboo", - "poke_711": "Gourgeist", - "poke_712": "Bergmite", - "poke_713": "Avalugg", - "poke_714": "Noibat", - "poke_715": "Noivern", - "poke_716": "Xerneas", - "poke_717": "Yveltal", - "poke_718": "Zygarde", - "poke_719": "Diancie", - "poke_719_e1": "Mega Diancie", - "poke_720": "Hoopa", - "poke_721": "Volcanion", - "poke_722": "Rowlet", - "poke_723": "Dartrix", - "poke_724": "Decidueye", - "poke_725": "Litten", - "poke_726": "Torracat", - "poke_727": "Incineroar", - "poke_728": "Popplio", - "poke_729": "Brionne", - "poke_730": "Primarina", - "poke_731": "Pikipek", - "poke_732": "Trumbeak", - "poke_733": "Toucannon", - "poke_734": "Yungoos", - "poke_735": "Gumshoos", - "poke_736": "Grubbin", - "poke_737": "Charjabug", - "poke_738": "Vikavolt", - "poke_739": "Crabrawler", - "poke_740": "Crabominable", - "poke_741": "Oricorio", - "poke_742": "Cutiefly", - "poke_743": "Ribombee", - "poke_744": "Rockruff", - "poke_745": "Lycanroc", - "poke_746": "Wishiwashi", - "poke_747": "Mareanie", - "poke_748": "Toxapex", - "poke_749": "Mudbray", - "poke_750": "Mudsdale", - "poke_751": "Dewpider", - "poke_752": "Araquanid", - "poke_753": "Fomantis", - "poke_754": "Lurantis", - "poke_755": "Morelull", - "poke_756": "Shiinotic", - "poke_757": "Salandit", - "poke_758": "Salazzle", - "poke_759": "Stufful", - "poke_760": "Bewear", - "poke_761": "Bounsweet", - "poke_762": "Steenee", - "poke_763": "Tsareena", - "poke_764": "Comfey", - "poke_765": "Oranguru", - "poke_766": "Passimian", - "poke_767": "Wimpod", - "poke_768": "Golisopod", - "poke_769": "Sandygast", - "poke_770": "Palossand", - "poke_771": "Pyukumuku", - "poke_772": "Type: Null", - "poke_773": "Silvally", - "poke_774": "Minior", - "poke_775": "Komala", - "poke_776": "Turtonator", - "poke_777": "Togedemaru", - "poke_778": "Mimikyu", - "poke_779": "Bruxish", - "poke_780": "Drampa", - "poke_781": "Dhelmise", - "poke_782": "Jangmo-o", - "poke_783": "Hakamo-o", - "poke_784": "Kommo-o", - "poke_785": "Tapu Koko", - "poke_786": "Tapu Lele", - "poke_787": "Tapu Bulu", - "poke_788": "Tapu Fini", - "poke_789": "Cosmog", - "poke_790": "Cosmoem", - "poke_791": "Solgaleo", - "poke_792": "Lunala", - "poke_793": "Nihilego", - "poke_794": "Buzzwole", - "poke_795": "Pheromosa", - "poke_796": "Xurkitree", - "poke_797": "Celesteela", - "poke_798": "Kartana", - "poke_799": "Guzzlord", - "poke_800": "Necrozma", - "poke_801": "Magearna", - "poke_802": "Marshadow", - "poke_803": "Poipole", - "poke_804": "Naganadel", - "poke_805": "Stakataka", - "poke_806": "Blacephalon", - "poke_807": "Zeraora", - "poke_808": "Meltan", - "poke_809": "Melmetal", - "poke_810": "Grookey", - "poke_811": "Thwackey", - "poke_812": "Rillaboom", - "poke_813": "Scorbunny", - "poke_814": "Raboot", - "poke_815": "Cinderace", - "poke_816": "Sobble", - "poke_817": "Drizzile", - "poke_818": "Inteleon", - "poke_819": "Skwovet", - "poke_820": "Greedent", - "poke_821": "Rookidee", - "poke_822": "Corvisquire", - "poke_823": "Corviknight", - "poke_824": "Blipbug", - "poke_825": "Dottler", - "poke_826": "Orbeetle", - "poke_827": "Nickit", - "poke_828": "Thievul", - "poke_829": "Gossifleur", - "poke_830": "Eldegoss", - "poke_831": "Wooloo", - "poke_832": "Dubwool", - "poke_833": "Chewtle", - "poke_834": "Drednaw", - "poke_835": "Yamper", - "poke_836": "Boltund", - "poke_837": "Rolycoly", - "poke_838": "Carkol", - "poke_839": "Coalossal", - "poke_840": "Applin", - "poke_841": "Flapple", - "poke_842": "Appletun", - "poke_843": "Silicobra", - "poke_844": "Sandaconda", - "poke_845": "Cramorant", - "poke_846": "Arrokuda", - "poke_847": "Barraskewda", - "poke_848": "Toxel", - "poke_849": "Toxtricity", - "poke_850": "Sizzlipede", - "poke_851": "Centiskorch", - "poke_852": "Clobbopus", - "poke_853": "Grapploct", - "poke_854": "Sinistea", - "poke_855": "Polteageist", - "poke_856": "Hatenna", - "poke_857": "Hattrem", - "poke_858": "Hatterene", - "poke_859": "Impidimp", - "poke_860": "Morgrem", - "poke_861": "Grimmsnarl", - "poke_862": "Obstagoon", - "poke_863": "Perrserker", - "poke_864": "Cursola", - "poke_865": "Sirfetch'd", - "poke_866": "Mr. Rime", - "poke_867": "Runerigus", - "poke_868": "Milcery", - "poke_869": "Alcremie", - "poke_870": "Falinks", - "poke_871": "Pincurchin", - "poke_872": "Snom", - "poke_873": "Frosmoth", - "poke_874": "Stonjourner", - "poke_875": "Eiscue", - "poke_876": "Indeedee", - "poke_877": "Morpeko", - "poke_878": "Cufant", - "poke_879": "Copperajah", - "poke_880": "Dracozolt", - "poke_881": "Arctozolt", - "poke_882": "Dracovish", - "poke_883": "Arctovish", - "poke_884": "Duraludon", - "poke_885": "Dreepy", - "poke_886": "Drakloak", - "poke_887": "Dragapult", - "poke_888": "Zacian", - "poke_889": "Zamazenta", - "poke_890": "Eternatus", - "poke_891": "Kubfu", - "poke_892": "Urshifu", - "poke_893": "Zarude", - "poke_894": "Regieleki", - "poke_895": "Regidrago", - "poke_896": "Glastrier", - "poke_897": "Spectrier", - "poke_898": "Calyrex", - "poke_899": "Wyrdeer", - "poke_900": "Kleavor", - "poke_901": "Ursaluna", - "poke_902": "Basculegion", - "poke_903": "Sneasler", - "poke_904": "Overqwil", - "poke_905": "Enamorus", - "poke_906": "Sprigatito", - "poke_907": "Floragato", - "poke_908": "Meowscarada", - "poke_909": "Fuecoco", - "poke_910": "Crocalor", - "poke_911": "Skeledirge", - "poke_912": "Quaxly", - "poke_913": "Quaxwell", - "poke_914": "Quaquaval", - "poke_915": "Lechonk", - "poke_916": "Oinkologne", - "poke_917": "Tarountula", - "poke_918": "Spidops", - "poke_919": "Nymble", - "poke_920": "Lokix", - "poke_921": "Pawmi", - "poke_922": "Pawmo", - "poke_923": "Pawmot", - "poke_924": "Tandemaus", - "poke_925": "Maushold", - "poke_926": "Fidough", - "poke_927": "Dachsbun", - "poke_928": "Smoliv", - "poke_929": "Dolliv", - "poke_930": "Arboliva", - "poke_931": "Squawkabilly", - "poke_932": "Nacli", - "poke_933": "Naclstack", - "poke_934": "Garganacl", - "poke_935": "Charcadet", - "poke_936": "Armarouge", - "poke_937": "Ceruledge", - "poke_938": "Tadbulb", - "poke_939": "Bellibolt", - "poke_940": "Wattrel", - "poke_941": "Kilowattrel", - "poke_942": "Maschiff", - "poke_943": "Mabosstiff", - "poke_944": "Shroodle", - "poke_945": "Grafaiai", - "poke_946": "Bramblin", - "poke_947": "Brambleghast", - "poke_948": "Toedscool", - "poke_949": "Toedscruel", - "poke_950": "Klawf", - "poke_951": "Capsakid", - "poke_952": "Scovillain", - "poke_953": "Rellor", - "poke_954": "Rabsca", - "poke_955": "Flittle", - "poke_956": "Espathra", - "poke_957": "Tinkatink", - "poke_958": "Tinkatuff", - "poke_959": "Tinkaton", - "poke_960": "Wiglett", - "poke_961": "Wugtrio", - "poke_962": "Bombirdier", - "poke_963": "Finizen", - "poke_964": "Palafin", - "poke_965": "Varoom", - "poke_966": "Revavroom", - "poke_967": "Cyclizar", - "poke_968": "Orthworm", - "poke_969": "Glimmet", - "poke_970": "Glimmora", - "poke_971": "Greavard", - "poke_972": "Houndstone", - "poke_973": "Flamigo", - "poke_974": "Cetoddle", - "poke_975": "Cetitan", - "poke_976": "Veluza", - "poke_977": "Dondozo", - "poke_978": "Tatsugiri", - "poke_979": "Annihilape", - "poke_980": "Clodsire", - "poke_981": "Farigiraf", - "poke_982": "Dudunsparce", - "poke_983": "Kingambit", - "poke_984": "Great Tusk", - "poke_985": "Scream Tail", - "poke_986": "Brute Bonnet", - "poke_987": "Flutter Mane", - "poke_988": "Slither Wing", - "poke_989": "Sandy Shocks", - "poke_990": "Iron Treads", - "poke_991": "Iron Bundle", - "poke_992": "Iron Hands", - "poke_993": "Iron Jugulis", - "poke_994": "Iron Moth", - "poke_995": "Iron Thorns", - "poke_996": "Frigibax", - "poke_997": "Arctibax", - "poke_998": "Baxcalibur", - "poke_999": "Gimmighoul", - "poke_1000": "Gholdengo", - "poke_1001": "Wo-Chien", - "poke_1002": "Chien-Pao", - "poke_1003": "Ting-Lu", - "poke_1004": "Chi-Yu", - "poke_1005": "Roaring Moon", - "poke_1006": "Iron Valiant", - "poke_1007": "Koraidon", - "poke_1008": "Miraidon", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "None", - "poke_type_1": "Normal", - "poke_type_2": "Fighting", - "poke_type_3": "Flying", - "poke_type_4": "Poison", - "poke_type_5": "Ground", - "poke_type_6": "Rock", - "poke_type_7": "Bug", - "poke_type_8": "Ghost", - "poke_type_9": "Steel", - "poke_type_10": "Fire", - "poke_type_11": "Water", - "poke_type_12": "Grass", - "poke_type_13": "Electric", - "poke_type_14": "Psychic", - "poke_type_15": "Ice", - "poke_type_16": "Dragon", - "poke_type_17": "Dark", - "poke_type_18": "Fairy", - "purified": "Purified", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "Walk {{amount}} km with your buddy", - "quest_catch_type_dark_plural": "Catch {{amount}} Dark-type Pokémon", - "quest_catch_type_dragon_plural": "Catch {{amount}} Dragon-type Pokémon", - "quest_catch_type_poison_plural": "Catch {{amount}} Poison-type Pokémon", - "quest_catch_type_psychic_plural": "Catch {{amount}} Psychic-type Pokémon", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "Defeat {{amount}} Ghost-type Pokémon", - "quest_fight_type_ghost_psychic_plural": "Defeat {{amount}} Psychic- or Ghost-type Pokémon", - "quest_fight_type_psychic_plural": "Defeat {{amount}} Psychic-type Pokémon", - "quest_incense_singular": "Use an Incense", - "quest_land_excellent_plural": "Make {{amount}} Excellent Throws", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "Battle a team leader {{amount_0}} times", - "quest_title_challenge_2019_battle_trainer": "Battle another Trainer", - "quest_title_challenge_2019_battle_trainer_plural": "Battle another Trainer {{amount_0}} times", - "quest_title_challenge_2019_battle_trainer_win": "Win against another Trainer {{amount_0}} times", - "quest_title_challenge_2019_snapshot_eevee": "Take {{amount_0}} snapshots of Eevee", - "quest_title_challenge_2019_snapshot_loudred": "Take a snapshot of Loudred", - "quest_title_challenge_2019_snapshot_pkmn": "Take {{amount_0}} snapshots of Jirachi", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "Take {{amount_0}} snapshots of Fairy-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_flying": "Take {{amount_0}} snapshots of Flying-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "Take {{amount_0}} snapshots of Ghost-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_grass": "Take {{amount_0}} snapshots of Grass-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_ground": "Take {{amount_0}} snapshots of Ground-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_ice": "Take {{amount_0}} snapshots of Ice-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_normal": "Take {{amount_0}} snapshots of Normal-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "Take {{amount_0}} snapshots of Psychic-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Take {{amount_0}} snapshots of Psychic- or Steel-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_steel": "Take {{amount_0}} snapshots of Steel-type Pokémon", - "quest_title_challenge_2019_snapshot_pkmn_water": "Take {{amount_0}} snapshots of Water-type Pokémon", - "quest_title_challenge_2019_trade_distance": "Trade for 3 Pokémon from at least 100 km away", - "quest_title_challenge_available": "A new challenge is available!", - "quest_title_challenge_battle_gbl_win_all": "Win in the GO Battle League", - "quest_title_challenge_battle_trainer_great": "Battle another Trainer in the Great League", - "quest_title_challenge_buddy_affection_plural": "Earn {{amount_0}} hearts with your buddy", - "quest_title_challenge_buddy_affection_single": "Earn a heart with your buddy", - "quest_title_challenge_buddy_battle_plural": "Battle alongside your buddy {{amount_0}} times while it’s adventuring with you", - "quest_title_challenge_buddy_battle_single": "Battle alongside your buddy while it’s adventuring with you", - "quest_title_challenge_buddy_emotion_plural": "Get your buddy excited {{amount_0}} times", - "quest_title_challenge_buddy_emotion_single": "Get your buddy excited", - "quest_title_challenge_buddy_level_best_plural": "Reach Best Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_best_single": "Reach Best Buddy with a Pokémon", - "quest_title_challenge_buddy_level_good_plural": "Reach Good Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_good_single": "Reach Good Buddy with a Pokémon", - "quest_title_challenge_buddy_level_great_plural": "Reach Great Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_great_single": "Reach Great Buddy with a Pokémon", - "quest_title_challenge_buddy_level_plural": "Increase the Buddy Level of Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_single": "Increase the Buddy Level of a Pokémon", - "quest_title_challenge_buddy_level_ultra_plural": "Reach Ultra Buddy with Pokémon {{amount_0}} times", - "quest_title_challenge_buddy_level_ultra_single": "Reach Ultra Buddy with a Pokémon", - "quest_title_challenge_buddy_play_plural": "Play with your buddy {{amount_0}} times", - "quest_title_challenge_buddy_play_single": "Play with your buddy", - "quest_title_challenge_buddy_poi_plural": "Visit interesting locations pointed out by your buddy {{amount_0}} times", - "quest_title_challenge_buddy_poi_single": "Visit an interesting location pointed out by your buddy", - "quest_title_challenge_buddy_snapshot_plural": "Take {{amount_0}} snapshots of your buddy", - "quest_title_challenge_buddy_snapshot_single": "Take a snapshot of your buddy", - "quest_title_challenge_buddy_treat_plural": "Give your buddy {{amount_0}} treats", - "quest_title_challenge_buddy_treat_single": "Give your buddy a treat", - "quest_title_challenge_catch_legendary": "Catch a Legendary Pokémon from a Field Research Breakthrough or raid", - "quest_title_challenge_catch_unique_any": "Catch {{amount_0}} different species of Pokémon", - "quest_title_challenge_snapshot_bidoof": "Take a snapshot of Bidoof", - "quest_title_challenge_snapshot_dratini_singular": "Take a snapshot of Dratini", - "quest_title_challenge_snapshot_eevee": "Take a snapshot of Eevee", - "quest_title_challenge_snapshot_pkmn_bug": "Take {{amount_0}} snapshots of Bug-type Pokémon", - "quest_title_challenge_snapshot_pkmn_bug_single": "Take a snapshot of a Bug-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dark": "Take {{amount_0}} snapshots of Dark-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dark_single": "Take a snapshot of a Dark-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dragon": "Take {{amount_0}} snapshots of Dragon-type Pokémon", - "quest_title_challenge_snapshot_pkmn_dragon_single": "Take a snapshot of a Dragon-type Pokémon", - "quest_title_challenge_snapshot_pkmn_electric": "Take {{amount_0}} snapshots of Electric-type Pokémon", - "quest_title_challenge_snapshot_pkmn_electric_single": "Take a snapshot of an Electric-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fairy_single": "Take a snapshot of a Fairy-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fighting": "Take {{amount_0}} snapshots of Fighting-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fighting_single": "Take a snapshot of a Fighting-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fire": "Take {{amount_0}} snapshots of Fire-type Pokémon", - "quest_title_challenge_snapshot_pkmn_fire_single": "Take a snapshot of a Fire-type Pokémon", - "quest_title_challenge_snapshot_pkmn_flying_single": "Take a snapshot of a Flying-type Pokémon", - "quest_title_challenge_snapshot_pkmn_ghost_single": "Take a snapshot of a Ghost-type Pokémon", - "quest_title_challenge_snapshot_pkmn_grass_single": "Take a snapshot of a Grass-type Pokémon", - "quest_title_challenge_snapshot_pkmn_ground_single": "Take a snapshot of a Ground-type Pokémon", - "quest_title_challenge_snapshot_pkmn_ice_single": "Take a snapshot of an Ice-type Pokémon", - "quest_title_challenge_snapshot_pkmn_normal_single": "Take a snapshot of a Normal-type Pokémon", - "quest_title_challenge_snapshot_pkmn_poison": "Take {{amount_0}} snapshots of Poison-type Pokémon", - "quest_title_challenge_snapshot_pkmn_poison_single": "Take a snapshot of a Poison-type Pokémon", - "quest_title_challenge_snapshot_pkmn_psychic_single": "Take a snapshot of a Psychic-type Pokémon", - "quest_title_challenge_snapshot_pkmn_rock": "Take {{amount_0}} snapshots of Rock-type Pokémon", - "quest_title_challenge_snapshot_pkmn_rock_single": "Take a snapshot of a Rock-type Pokémon", - "quest_title_challenge_snapshot_pkmn_steel_single": "Take a snapshot of a Steel-type Pokémon", - "quest_title_challenge_snapshot_pkmn_water_single": "Take a snapshot of a Water-type Pokémon", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Take a snapshot of Blitzle in the wild", - "quest_title_challenge_snapshot_wild_glameow_singular": "Take a snapshot of Glameow in the wild", - "quest_title_geotarget_quest_description": "Scan {{amount_0}}", - "quest_title_quest_achieve_lvl_40": "Reach level 40", - "quest_title_quest_adventure_effect_activate_plural": "Activate an Adventure Effect {{amount_0}} times", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Activate Roar of Time’s Adventure Effect {{amount_0}} times", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Activate Roar of Time’s Adventure Effect", - "quest_title_quest_adventure_effect_activate_singular": "Activate an Adventure Effect", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Activate Spacial Rend’s Adventure Effect {{amount_0}} times", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Activate Spacial Rend’s Adventure Effect", - "quest_title_quest_adventure_evolve_singular": "Adventure Week: Evolve an Omanyte or Kabuto", - "quest_title_quest_adventure_hatch_egg_plural": "Adventure Week: Hatch {{amount_0}} Eggs", - "quest_title_quest_adventure_visit_pokestop_new_plural": "Adventure Week: Spin {{amount_0}} PokéStops you haven't visited before", - "quest_title_quest_adventure_walk_buddy_plural": "Adventure Week: Earn {{amount_0}} Candies walking with your buddy", - "quest_title_quest_adventure2019_catch_special33_plural": "Adventure Week 2019: Catch {{amount_0}} Aron", - "quest_title_quest_adventure2019_evolve_singular": "Adventure Week 2019: Evolve a Lileep or Anorith", - "quest_title_quest_adventure2019_hatch_egg_plural": "Adventure Week 2019: Hatch {{amount_0}} Eggs", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Adventure Week 2019: Spin {{amount_0}} PokéStops you haven’t visited before", - "quest_title_quest_adventure2019_visit_pokestop_plural": "Adventure Week 2019: Spin 25 PokéStops", - "quest_title_quest_adventure2019_walk_buddy_plural": "Adventure Week 2019: Earn {{amount_0}} Candies walking with your buddy", - "quest_title_quest_alodude_catch": "Catch {{amount_0}} Alolan Geodude", - "quest_title_quest_alodude_evolve_a": "Evolve {{amount_0}} Alolan Geodude", - "quest_title_quest_alodude_evolve_b": "Evolve {{amount_0}} Alolan Graveler", - "quest_title_quest_alodude_snap": "Take {{amount_0}} snapshots of Alolan Geodude", - "quest_title_quest_at_catch_a": "Catch {{amount_0}} Abra", - "quest_title_quest_at_evolve_a": "Evolve {{amount_0}} Abra", - "quest_title_quest_at_evolve_k": "Evolve {{amount_0}} Kadabra", - "quest_title_quest_axew_catch_b": "Catch {{amount_0}} Axew", - "quest_title_quest_axew_evolve_b": "Evolve {{amount_0}} Axew", - "quest_title_quest_axew_snapshot_b": "Take a snapshot of {{amount_0}} Axew", - "quest_title_quest_azelf_wild_snap": "Take a snapshot of Azelf in the wild", - "quest_title_quest_bagon_catch_b": "Catch {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_plural": "Evolve {{amount_0}} Bagon", - "quest_title_quest_bagon_evolve_b_singular": "Evolve a Bagon", - "quest_title_quest_bagon_snapshot_b": "Take a snapshot of {{amount_0}} Bagon", - "quest_title_quest_battle_buddy_adventure_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", - "quest_title_quest_battle_buddy_adventure_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", - "quest_title_quest_battle_dangling_reward_toast": "You must complete your current battle before beginning a new battle!", - "quest_title_quest_battle_error_toast": "An error occurred when starting the battle", - "quest_title_quest_battle_gbl_halloween_plural": "Battle in the Halloween Cup {{amount_0}} times", - "quest_title_quest_battle_gbl_halloween_win_plural": "Win {{amount_0}} Trainer Battles in the Halloween Cup", - "quest_title_quest_battle_gbl_plural": "Battle in the GO Battle League {{amount_0}} times", - "quest_title_quest_battle_gbl_singular": "Battle in the GO Battle League", - "quest_title_quest_battle_gbl_win_plural": "Win {{amount_0}} Trainer Battles in the GO Battle League", - "quest_title_quest_battle_gbl_win_singular": "Win a Trainer Battle in the GO Battle League", - "quest_title_quest_battle_great_plural": "Battle another Trainer in the Great League {{amount_0}} times", - "quest_title_quest_battle_great_win_plural": "Win {{amount_0}} Trainer Battles in the Great League", - "quest_title_quest_battle_great_win_singular": "Win a Trainer Battle in the Great League", - "quest_title_quest_battle_gym_plural": "Battle in a Gym {{amount_0}} times", - "quest_title_quest_battle_gym_singular": "Battle in a Gym", - "quest_title_quest_battle_master_win_plural": "Win {{amount_0}} Trainer Battles in the Master League", - "quest_title_quest_battle_master_win_singular": "Win a Trainer Battle in the Master League", - "quest_title_quest_battle_raid_plural": "Battle in {{amount_0}} raids", - "quest_title_quest_battle_raid_singular": "Battle in a raid", - "quest_title_quest_battle_raid_with_friend_plural": "Battle in {{amount_0}} raids with a friend", - "quest_title_quest_battle_raid_with_friend_singular": "Battle in a raid with a friend", - "quest_title_quest_battle_supereffective_charge_plural": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", - "quest_title_quest_battle_supereffective_charge_singular": "Use a supereffective Charged Attack in a Gym battle", - "quest_title_quest_battle_team_rocket_plural": "Battle {{amount_0}} Team GO Rocket members", - "quest_title_quest_battle_team_rocket_singular": "Battle a Team GO Rocket member", - "quest_title_quest_battle_ultra_win_plural": "Win {{amount_0}} Trainer Battles in the Ultra League", - "quest_title_quest_battle_ultra_win_singular": "Win a Trainer Battle in the Ultra League", - "quest_title_quest_battle19_catch_fighting_easy": "Catch {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_battle19_catch_medium_pkmn": "Catch {{amount_0}} Makuhita or Meditite", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Make {{amount_0}} Excellent Throws in a row", - "quest_title_quest_battle19_raid_win_veryhard": "Win {{amount_0}} raids", - "quest_title_quest_battle19_supereffective_charge_hard": "Use a supereffective Charged Attack in {{amount_0}} Gym battles", - "quest_title_quest_battler_appears": "AN OPPONENT APPEARS!", - "quest_title_quest_beat_raid_10_minutes": "Win a raid in under 10 minutes", - "quest_title_quest_beat_raid_60_seconds": "Win a raid in under 60 seconds", - "quest_title_quest_beat_raid_singular_minutes": "Win a raid in under {{amount_0}} minutes", - "quest_title_quest_beat_raid_singular_seconds": "Win a raid in under {{amount_0}} seconds", - "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day: Catch {{amount_0}} Pidgey or Rattata", - "quest_title_quest_begins19_evolve_plural": "Pokémon Day: Evolve 1 Meowth", - "quest_title_quest_beldum_catch_b": "Catch {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_plural": "Evolve {{amount_0}} Beldum", - "quest_title_quest_beldum_evolve_b_singular": "Evolve a Beldum", - "quest_title_quest_bellsprout_catch_b": "Catch {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_plural": "Evolve {{amount_0}} Bellsprout", - "quest_title_quest_bellsprout_evolve_b_singular": "Evolve a Bellsprout", - "quest_title_quest_bellsprout_snapshot_b": "Take a snapshot of {{amount_0}} Bellsprout", - "quest_title_quest_beluga_evolve_pkmn": "Let’s Go: Evolve {{amount_0}} Anorith", - "quest_title_quest_beluga_excellent_singular": "Let's Go: Make {{amount_0}} Excellent Throw", - "quest_title_quest_beluga_hatch_plural": "Let’s Go: Hatch {{amount_0}} Eggs", - "quest_title_quest_best_buddy_bronze": "Have 1 Best Buddy", - "quest_title_quest_best_buddy_silver": "Have 10 Best Buddies", - "quest_title_quest_bounsweet_catch_b": "Catch {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_plural": "Evolve {{amount_0}} Bounsweet", - "quest_title_quest_bounsweet_evolve_b_singular": "Evolve a Bounsweet", - "quest_title_quest_braixen_evolve_b": "Evolve {{amount_0}} Braixen", - "quest_title_quest_breakthrough_completed": "Field Research completed!", - "quest_title_quest_breakthrough_reward_mystery": "Mystery items", - "quest_title_quest_breakthrough_reward_stardust": "Stardust", - "quest_title_quest_brionne_evolve_b_plural": "Evolve {{amount_0}} Brionne", - "quest_title_quest_brionne_evolve_b_singular": "Evolve a Brionne", - "quest_title_quest_buddy_affection_days": "Earn a heart with your buddy on {{amount_0}} different days", - "quest_title_quest_buddy_affection_days_in_a_row": "Earn a heart with your buddy {{amount_0}} days in a row", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you {{amount_0}} times", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "Battle another Trainer with your Buddy Pokémon while it’s adventuring with you", - "quest_title_quest_buddy_souvenir_plural": "Receive {{amount_0}} Souvenirs from your buddy", - "quest_title_quest_buddy_souvenir_singular": "Receive a Souvenir from your buddy", - "quest_title_quest_buddy_walk_km_plural": "Walk {{amount_0}} km with your buddy", - "quest_title_quest_bulbt_catch_b": "Catch {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_b": "Evolve {{amount_0}} Bulbasaur", - "quest_title_quest_bulbt_evolve_s1": "Evolve {{amount_0}} Ivysaur", - "quest_title_quest_cacnea_catch": "Catch {{amount_0}} Cacnea", - "quest_title_quest_catch_151": "Catch 151 Pokémon", - "quest_title_quest_catch_b_types_plural": "Catch {{amount_0}} Electric-, Normal-, or Poison-type Pokémon", - "quest_title_quest_catch_basic_types_plural": "Catch {{amount_0}} Grass-, Water-, or Fire-type Pokémon", - "quest_title_quest_catch_berry_any_drifloon": "Use {{amount_0}} Berries to help catch Drifloon", - "quest_title_quest_catch_berry_nanab_drifloon": "Use {{amount_0}} Nanab Berries to help catch Drifloon", - "quest_title_quest_catch_berry_pinap": "Use {{amount_0}} Pinap Berries to help catch Pokémon", - "quest_title_quest_catch_berry_razz": "Use {{amount_0}} Razz Berries to help catch Pokémon", - "quest_title_quest_catch_berry_razz_drifloon": "Use {{amount_0}} Razz Berries to help catch Drifloon", - "quest_title_quest_catch_bronzor_plural": "Catch {{amount_0}} Bronzor", - "quest_title_quest_catch_c_types_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dark-type Pokémon", - "quest_title_quest_catch_carbink_singular": "Catch a Carbink", - "quest_title_quest_catch_celebi_types_plural": "Catch {{amount_0}} Grass- or Psychic-type Pokémon", - "quest_title_quest_catch_costumed_plural": "Catch {{amount_0}} Eevee wearing a sun crown or moon crown", - "quest_title_quest_catch_crabrawler_plural": "Catch {{amount_0}} Crabrawler", - "quest_title_quest_catch_dark_type_plural": "Catch {{amount_0}} Dark-type Pokémon", - "quest_title_quest_catch_darumaka_plural": "Catch {{amount_0}} Darumaka", - "quest_title_quest_catch_daysinarow": "Catch a Pokémon {{amount_0}} days in a row", - "quest_title_quest_catch_dialga": "Catch Dialga", - "quest_title_quest_catch_drifloon": "Catch {{amount_0}} Drifloon", - "quest_title_quest_catch_ducklett_plural": "Catch {{amount_0}} Ducklett", - "quest_title_quest_catch_ducklett_singular": "Catch a Ducklett", - "quest_title_quest_catch_emolga_plural": "Catch {{amount_0}} Emolga", - "quest_title_quest_catch_excellent_curve_drifloon": "Catch {{amount_0}} Drifloon with Excellent Curveball Throws", - "quest_title_quest_catch_excellent_with_berry_drifloon": "Catch {{amount_0}} Drifloon with Excellent Throws after giving them Berries", - "quest_title_quest_catch_feed_plural": "Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_catch_feed_singular": "Use a Berry to help catch a Pokémon", - "quest_title_quest_catch_furfou_singular": "Catch a Furfrou", - "quest_title_quest_catch_groudon_primal_boosted_types": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", - "quest_title_quest_catch_groudon_type": "Catch {{amount_0}} Fire-, Grass-, or Ground-type Pokémon", - "quest_title_quest_catch_hoenn_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Hoenn region", - "quest_title_quest_catch_in_day_plural": "Catch {{amount_0}} Pokémon in a single day", - "quest_title_quest_catch_jan21_hoenn1_plural": "Catch {{amount_0}} Groudon", - "quest_title_quest_catch_jan21_hoenn2_plural": "Catch {{amount_0}} Kyogre", - "quest_title_quest_catch_johto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Johto region", - "quest_title_quest_catch_kanto_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Kanto region", - "quest_title_quest_catch_kyogre_primal_boosted_types": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_kyogre_type": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_legendary_inarow_plural": "Successfully catch the next {{amount_0}} Legendary or Mythical Pokémon you encounter", - "quest_title_quest_catch_legendary_plural": "Catch {{amount_0}} Legendary or Mythical Pokémon", - "quest_title_quest_catch_legendary_singular": "Catch a Legendary or Mythical Pokémon", - "quest_title_quest_catch_lunatone_plural": "Catch {{amount_0}} Lunatone", - "quest_title_quest_catch_luvdisc": "Catch {{amount_0}} Luvdisc", - "quest_title_quest_catch_misc_01_types_plural": "Catch {{amount_0}} Normal-, Water-, or Ice-type Pokémon", - "quest_title_quest_catch_nymble_plural": "Catch {{amount_0}} Nymble", - "quest_title_quest_catch_palkia": "Catch Palkia", - "quest_title_quest_catch_pikachu_plural": "Catch {{amount_0}} Pikachu", - "quest_title_quest_catch_plural_unique": "Catch {{amount_0}} different species of Pokémon", - "quest_title_quest_catch_pokemon_dai_plural": "Use Daily Adventure Incense to help catch {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_days": "Catch a Pokémon on {{amount_0}} different days", - "quest_title_quest_catch_pokemon_great_ball_plural": "Catch {{amount_0}} Pokémon in Great Balls", - "quest_title_quest_catch_pokemon_great_ball_singular": "Catch a Pokémon in a Great Ball", - "quest_title_quest_catch_pokemon_legendary_plural": "Catch {{amount_0}} Legendary Pokémon", - "quest_title_quest_catch_pokemon_legendary_singular": "Catch a Legendary Pokémon", - "quest_title_quest_catch_pokemon_party_plural": "Catch {{amount_0}} Pokémon while in a party", - "quest_title_quest_catch_pokemon_plural": "Catch {{amount_0}} Pokémon", - "quest_title_quest_catch_pokemon_poke_ball_plural": "Catch {{amount_0}} Pokémon in Poké Balls", - "quest_title_quest_catch_pokemon_poke_ball_singular": "Catch a Pokémon in a Poké Ball", - "quest_title_quest_catch_pokemon_routes_plural": "Catch {{amount_0}} Pokémon while following Routes", - "quest_title_quest_catch_pokemon_routes_singular": "Catch a Pokémon while following a Route", - "quest_title_quest_catch_pokemon_singular": "Catch a Pokémon", - "quest_title_quest_catch_pokemon_task": "Catch Pokémon", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "Catch {{amount_0}} Pokémon in Ultra Balls", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "Catch a Pokémon in an Ultra Ball", - "quest_title_quest_catch_psychic_steel": "Catch {{amount_0}} Psychic- or Steel-type Pokémon", - "quest_title_quest_catch_raid_regi_any": "Catch a Regirock, Regice, or Registeel from a raid", - "quest_title_quest_catch_raid_regi_ice": "Catch a Regice from a raid", - "quest_title_quest_catch_raid_regi_rock": "Catch a Regirock from a raid", - "quest_title_quest_catch_raid_regi_steel": "Catch a Registeel from a raid", - "quest_title_quest_catch_rayquaza_type": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", - "quest_title_quest_catch_sinnoh_pokemon": "Catch {{amount_0}} Pokémon originally discovered in the Sinnoh region", - "quest_title_quest_catch_sinnoh_pokemon_singular": "Catch a Pokémon originally discovered in the Sinnoh region", - "quest_title_quest_catch_solrock_plural": "Catch {{amount_0}} Solrock", - "quest_title_quest_catch_special_aerodactyl": "Catch an Aerodactyl", - "quest_title_quest_catch_special_bidoof": "Catch {{amount_0}} Bidoof", - "quest_title_quest_catch_special_chespin": "Catch a Chespin", - "quest_title_quest_catch_special_cottonee": "Catch {{amount_0}} Cottonee", - "quest_title_quest_catch_special_cubone": "Catch a Cubone", - "quest_title_quest_catch_special_exeggcute": "Catch {{amount_0}} Exeggcute", - "quest_title_quest_catch_special_fennekin": "Catch a Fennekin", - "quest_title_quest_catch_special_fletchling": "Catch a Fletchling", - "quest_title_quest_catch_special_froakie": "Catch a Froakie", - "quest_title_quest_catch_special_furfrou": "Catch a Furfrou", - "quest_title_quest_catch_special_jirachi": "Catch Jirachi!", - "quest_title_quest_catch_special_lieep_anorithl": "Catch {{amount_0}} Lileep or Anorith", - "quest_title_quest_catch_special_litleo": "Catch a Litleo", - "quest_title_quest_catch_special_mew": "Catch Mew!", - "quest_title_quest_catch_special_natu": "Catch {{amount_0}} Natu", - "quest_title_quest_catch_special_omanyte_kabuto": "Catch {{amount_0}} Omanyte or Kabuto", - "quest_title_quest_catch_special_pumpkaboo": "Catch {{amount_0}} Pumpkaboo", - "quest_title_quest_catch_special_slugma_gulpin": "Catch {{amount_0}} Slugma or Gulpin", - "quest_title_quest_catch_special_voltorb": "Catch {{amount_0}} Voltorb", - "quest_title_quest_catch_special0_plural": "Catch {{amount_0}} Ditto", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Catch the {{amount_0}} Pokémon on the event list", - "quest_title_quest_catch_special0_singular": "Catch a Ditto", - "quest_title_quest_catch_special1_plural": "Catch {{amount_0}} Oddish or Bellsprout", - "quest_title_quest_catch_special1_singular": "Catch an Oddish or Bellsprout", - "quest_title_quest_catch_special2_plural": "Catch {{amount_0}} Swablu", - "quest_title_quest_catch_special2_singular": "Catch a Swablu", - "quest_title_quest_catch_special3_plural": "Catch {{amount_0}} Pidgey or Murkrow", - "quest_title_quest_catch_special3_singular": "Catch a Pidgey or Murkrow", - "quest_title_quest_catch_special4_plural": "Catch {{amount_0}} Treecko or Mudkip", - "quest_title_quest_catch_special4_singular": "Catch a Treecko or Mudkip", - "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", - "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", - "quest_title_quest_catch_special6_plural": "Catch {{amount_0}} Mareep", - "quest_title_quest_catch_special7_plural": "Catch {{amount_0}} Charmander", - "quest_title_quest_catch_special8_plural": "Catch {{amount_0}} Larvitar", - "quest_title_quest_catch_special9_plural": "Catch {{amount_0}} Unown", - "quest_title_quest_catch_special10_plural": "Catch {{amount_0}} Plusle", - "quest_title_quest_catch_special11_plural": "Catch {{amount_0}} Minun", - "quest_title_quest_catch_special12_plural": "Catch {{amount_0}} Squirtle", - "quest_title_quest_catch_special13_plural": "Catch {{amount_0}} Roselia", - "quest_title_quest_catch_special14_singular": "Catch a Meowth or Growlithe", - "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", - "quest_title_quest_catch_special16_singular": "Catch a Skitty or Poochyena", - "quest_title_quest_catch_special17_plural": "Catch {{amount_0}} Eevee", - "quest_title_quest_catch_special18_plural": "Catch {{amount_0}} Beldum", - "quest_title_quest_catch_special19_plural": "Catch {{amount_0}} Slakoth", - "quest_title_quest_catch_special20_plural": "Catch {{amount_0}} Ralts", - "quest_title_quest_catch_special21_singular": "Catch a Rattata or Pikachu", - "quest_title_quest_catch_special22_plural": "Catch {{amount_0}} Chikorita", - "quest_title_quest_catch_special23_plural": "Catch {{amount_0}} Cyndaquil", - "quest_title_quest_catch_special24_plural": "Catch {{amount_0}} Totodile", - "quest_title_quest_catch_special25_plural": "Catch {{amount_0}} Swinub", - "quest_title_quest_catch_special26_plural": "Catch {{amount_0}} Treecko", - "quest_title_quest_catch_special27_plural": "Catch {{amount_0}} Bagon", - "quest_title_quest_catch_special28_plural": "Catch {{amount_0}} Torchic", - "quest_title_quest_catch_special29_plural": "Catch {{amount_0}} Mudkip", - "quest_title_quest_catch_special31_plural": "Catch {{amount_0}} Turtwig", - "quest_title_quest_catch_special33_plural": "Catch {{amount_0}} Trapinch", - "quest_title_quest_catch_special34_plural": "Catch {{amount_0}} Chimchar", - "quest_title_quest_catch_special35_plural": "Catch {{amount_0}} Piplup", - "quest_title_quest_catch_special36_plural": "Catch {{amount_0}} Rhyhorn", - "quest_title_quest_catch_special37_plural": "Catch {{amount_0}} Machop", - "quest_title_quest_catch_special38_plural": "Catch {{amount_0}} Vulpix", - "quest_title_quest_catch_special39_plural": "Catch {{amount_0}} Dratini", - "quest_title_quest_catch_special40_plural": "Catch {{amount_0}} Abra", - "quest_title_quest_catch_special41_plural": "Catch {{amount_0}} Spheal", - "quest_title_quest_catch_special42_plural": "Catch {{amount_0}} Weedle", - "quest_title_quest_catch_special43_plural": "Catch {{amount_0}} Starly", - "quest_title_quest_catch_special44_plural": "Catch {{amount_0}} Seedot", - "quest_title_quest_catch_special45_plural": "Catch {{amount_0}} Grimer", - "quest_title_quest_catch_special46_plural": "Catch {{amount_0}} Porygon", - "quest_title_quest_catch_staryu_plural": "Catch {{amount_0}} Staryu", - "quest_title_quest_catch_stufful_pinap_plural": "Use {{amount_0}} Pinap Berries to help catch Pokémon", - "quest_title_quest_catch_stufful_pinap_singular": "Use a Pinap Berry to help catch a Pokémon", - "quest_title_quest_catch_stufful_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", - "quest_title_quest_catch_stufful_razz_singular": "Use a Razz Berry to help catch a Pokémon", - "quest_title_quest_catch_transform_pokemon_plural": "Catch {{amount_0}} of the Transform Pokémon", - "quest_title_quest_catch_trubbish_plural": "Catch {{amount_0}} Trubbish", - "quest_title_quest_catch_type_bug_plural": "Catch {{amount_0}} Bug-type Pokémon", - "quest_title_quest_catch_type_bug_plural_unique": "Catch {{amount_0}} different species of Bug-type Pokémon", - "quest_title_quest_catch_type_bug_singular": "Catch a Bug-type Pokémon", - "quest_title_quest_catch_type_buzzwole": "Catch a Pokémon that shares a type with Buzzwole", - "quest_title_quest_catch_type_buzzwole_effective": "Catch a Pokémon of a type that Buzzwole is weak to", - "quest_title_quest_catch_type_buzzwole_plural": "Catch {{amount_0}} Pokémon that share a type with Buzzwole", - "quest_title_quest_catch_type_celesteela_effective": "Catch a Pokémon of a type that Celesteela is weak to", - "quest_title_quest_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", - "quest_title_quest_catch_type_dark_plural_unique": "Catch {{amount_0}} different species of Dark-type Pokémon", - "quest_title_quest_catch_type_dark_singular": "Catch a Dark-type Pokémon", - "quest_title_quest_catch_type_dragon_normal_plural": "Catch {{amount_0}} Normal- or Dragon-type Pokémon", - "quest_title_quest_catch_type_dragon_plural": "Catch {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_catch_type_dragon_plural_unique": "Catch {{amount_0}} different species of Dragon-type Pokémon", - "quest_title_quest_catch_type_dragon_singular": "Catch a Dragon-type Pokémon", - "quest_title_quest_catch_type_electric_flying_plural": "Catch {{amount_0}} Electric- or Flying-type Pokémon", - "quest_title_quest_catch_type_electric_plural": "Catch {{amount_0}} Electric-type Pokémon", - "quest_title_quest_catch_type_electric_plural_unique": "Catch {{amount_0}} different species of Electric-type Pokémon", - "quest_title_quest_catch_type_electric_singular": "Catch an Electric-type Pokémon", - "quest_title_quest_catch_type_fairy_plural": "Catch {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_catch_type_fairy_plural_unique": "Catch {{amount_0}} different species of Fairy-type Pokémon", - "quest_title_quest_catch_type_fairy_singular": "Catch a Fairy-type Pokémon", - "quest_title_quest_catch_type_fighting_plural": "Catch {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_catch_type_fighting_plural_unique": "Catch {{amount_0}} different species of Fighting-type Pokémon", - "quest_title_quest_catch_type_fighting_singular": "Catch a Fighting-type Pokémon", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Catch {{amount_0}} Fire- or Dark-type Pokémon", - "quest_title_quest_catch_type_fire_plural": "Catch {{amount_0}} Fire-type Pokémon", - "quest_title_quest_catch_type_fire_singular": "Catch a Fire-type Pokémon", - "quest_title_quest_catch_type_flying_plural": "Catch {{amount_0}} Flying-type Pokémon", - "quest_title_quest_catch_type_flying_plural_unique": "Catch {{amount_0}} different species of Flying-type Pokémon", - "quest_title_quest_catch_type_flying_singular": "Catch a Flying-type Pokémon", - "quest_title_quest_catch_type_ghost_dark_plural": "Catch {{amount_0}} Ghost- or Dark-type Pokémon", - "quest_title_quest_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_catch_type_ghost_plural_unique": "Catch {{amount_0}} different species of Ghost-type Pokémon", - "quest_title_quest_catch_type_ghost_singular": "Catch a Ghost-type Pokémon", - "quest_title_quest_catch_type_grass_bug_plural": "Catch {{amount_0}} Grass- or Bug-type Pokémon", - "quest_title_quest_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", - "quest_title_quest_catch_type_grass_plural_unique": "Catch {{amount_0}} different species of Grass-type Pokémon", - "quest_title_quest_catch_type_grass_poison_plural": "Catch {{amount_0}} Grass- or Poison-type Pokémon", - "quest_title_quest_catch_type_grass_singular": "Catch a Grass-type Pokémon", - "quest_title_quest_catch_type_ground_plural": "Catch {{amount_0}} Ground-type Pokémon", - "quest_title_quest_catch_type_ground_plural_unique": "Catch {{amount_0}} different species of Ground-type Pokémon", - "quest_title_quest_catch_type_ground_singular": "Catch a Ground-type Pokémon", - "quest_title_quest_catch_type_guzzlord_effective": "Catch a Pokémon of a type that Guzzlord is weak to", - "quest_title_quest_catch_type_ice_grass_plural_unique": "Catch {{amount_0}} Grass- or Ice-type Pokémon", - "quest_title_quest_catch_type_ice_plural": "Catch {{amount_0}} Ice-type Pokémon", - "quest_title_quest_catch_type_ice_plural_unique": "Catch {{amount_0}} different species of Ice-type Pokémon", - "quest_title_quest_catch_type_ice_singular": "Catch an Ice-type Pokémon", - "quest_title_quest_catch_type_kartana_effective": "Catch a Pokémon of a type that Kartana is weak to", - "quest_title_quest_catch_type_nihilego": "Catch a Pokémon that shares a type with Nihilego", - "quest_title_quest_catch_type_nihilego_effective": "Catch a Pokémon of a type that Nihilego is weak to", - "quest_title_quest_catch_type_nihilego_plural": "Catch {{amount_0}} Pokémon that share a type with Nihilego", - "quest_title_quest_catch_type_normal_plural": "Catch {{amount_0}} Normal-type Pokémon", - "quest_title_quest_catch_type_normal_plural_unique": "Catch {{amount_0}} different species of Normal-type Pokémon", - "quest_title_quest_catch_type_normal_singular": "Catch a Normal-type Pokémon", - "quest_title_quest_catch_type_pheremosa_effective": "Catch a Pokémon of a type that Pheromosa is weak to", - "quest_title_quest_catch_type_pheromosa": "Catch a Pokémon that shares a type with Pheromosa", - "quest_title_quest_catch_type_pheromosa_plural": "Catch {{amount_0}} Pokémon that share a type with Pheromosa", - "quest_title_quest_catch_type_poison_plural": "Catch {{amount_0}} Poison-type Pokémon", - "quest_title_quest_catch_type_poison_plural_unique": "Catch {{amount_0}} different species of Poison-type Pokémon", - "quest_title_quest_catch_type_poison_singular": "Catch a Poison-type Pokémon", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "Catch {{amount_0}} Psychic- or Fighting-type Pokémon", - "quest_title_quest_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_catch_type_psychic_plural_unique": "Catch {{amount_0}} different species of Psychic-type Pokémon", - "quest_title_quest_catch_type_psychic_singular": "Catch a Psychic-type Pokémon", - "quest_title_quest_catch_type_rock_plural": "Catch {{amount_0}} Rock-type Pokémon", - "quest_title_quest_catch_type_rock_plural_unique": "Catch {{amount_0}} different species of Rock-type Pokémon", - "quest_title_quest_catch_type_rock_singular": "Catch a Rock-type Pokémon", - "quest_title_quest_catch_type_shaymin": "Catch a Pokémon that shares a type with Shaymin", - "quest_title_quest_catch_type_shaymin_plural": "Catch {{amount_0}} Pokémon that share a type with Shaymin", - "quest_title_quest_catch_type_steel_plural": "Catch {{amount_0}} Steel-type Pokémon", - "quest_title_quest_catch_type_steel_plural_unique": "Catch {{amount_0}} different species of Steel-type Pokémon", - "quest_title_quest_catch_type_steel_singular": "Catch a Steel-type Pokémon", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Catch {{amount_0}} Fire-, Water-, or Electric-type Pokémon", - "quest_title_quest_catch_type_water_flying_plural": "Catch {{amount_0}} Water- or Flying-type Pokémon", - "quest_title_quest_catch_type_water_ground_plural": "Catch {{amount_0}} Water- or Ground-type Pokémon", - "quest_title_quest_catch_type_water_plural": "Catch {{amount_0}} Water-type Pokémon", - "quest_title_quest_catch_type_water_plural_unique": "Catch {{amount_0}} different species of Water-type Pokémon", - "quest_title_quest_catch_type_water_singular": "Catch a Water-type Pokémon", - "quest_title_quest_catch_type_xurkitree": "Catch a Pokémon that shares a type with Xurkitree", - "quest_title_quest_catch_type_xurkitree_effective": "Catch a Pokémon of a type that Xurkitree is weak to", - "quest_title_quest_catch_type_xurkitree_plural": "Catch {{amount_0}} Pokémon that share a type with Xurkitree", - "quest_title_quest_catch_types_rainy_plural": "Catch {{amount_0}} Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_types_rainy_singular": "Catch a Water-, Electric-, or Bug-type Pokémon", - "quest_title_quest_catch_types_snowy_plural": "Catch {{amount_0}} Ice- or Steel-type Pokémon", - "quest_title_quest_catch_types_snowy_singular": "Catch an Ice- or Steel-type Pokémon", - "quest_title_quest_catch_types_sunny_plural": "Catch {{amount_0}} Grass-, Fire-, or Ground-type Pokémon", - "quest_title_quest_catch_types_sunny_singular": "Catch a Grass-, Fire-, or Ground-type Pokémon", - "quest_title_quest_catch_types_windy_plural": "Catch {{amount_0}} Flying-, Psychic-, or Dragon-type Pokémon", - "quest_title_quest_catch_types_windy_singular": "Catch a Flying-, Psychic-, or Dragon-type Pokémon", - "quest_title_quest_catch_weather_boost_plural": "Catch {{amount_0}} Pokémon with Weather Boost", - "quest_title_quest_catch_weather_boost_singular": "Catch a Pokémon with Weather Boost", - "quest_title_quest_catch_whismur": "Catch {{amount_0}} Whismur", - "quest_title_quest_challenge_party_power_plural": "Use Party Power {{amount_0}} times in Raid Battles", - "quest_title_quest_challenge_party_power_singular": "Use Party Power in a Raid Battle", - "quest_title_quest_change_form_furfrou": "Change a Furfrou’s trim", - "quest_title_quest_change_form_plural": "Change the form of {{amount_0}} Pokémon", - "quest_title_quest_change_form_singular": "Change the form of a Pokémon", - "quest_title_quest_chansey_catch_b": "Catch {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_plural": "Evolve {{amount_0}} Chansey", - "quest_title_quest_chansey_evolve_b_singular": "Evolve a Chansey", - "quest_title_quest_chansey_snapshot_b": "Take a snapshot of {{amount_0}} Chansey", - "quest_title_quest_charge_attack_party_plural": "Use {{amount_0}} Charged Attacks while in a party", - "quest_title_quest_charge_attack_party_singular": "Use a Charged Attack while in a party", - "quest_title_quest_charged_attack_plural": "Use {{amount_0}} Charged Attacks", - "quest_title_quest_charjabug_evolve_b": "Evolve {{amount_0}} Charjabug", - "quest_title_quest_chart_catch_b": "Catch {{amount_0}} Charmander", - "quest_title_quest_chart_catch_s1": "Catch {{amount_0}} Charmeleon", - "quest_title_quest_chart_evolve_b": "Evolve {{amount_0}} Charmander", - "quest_title_quest_chart_evolve_s1": "Evolve {{amount_0}} Charmeleon", - "quest_title_quest_chespin_catch_b": "Catch {{amount_0}} Chespin", - "quest_title_quest_chespin_evolve_b": "Evolve {{amount_0}} Chespin", - "quest_title_quest_chespin_snapshot_b": "Take a snapshot of {{amount_0}} Chespin", - "quest_title_quest_crocalor_evolve_b": "Evolve a Crocalor", - "quest_title_quest_cyndaquil_catch_b": "Catch {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_plural": "Evolve {{amount_0}} Cyndaquil", - "quest_title_quest_cyndaquil_evolve_b_singular": "Evolve a Cyndaquil", - "quest_title_quest_dartrix_evolve_b_plural": "Evolve {{amount_0}} Dartrix", - "quest_title_quest_dartrix_evolve_b_singular": "Evolve {{amount_0}} Dartrix", - "quest_title_quest_dec2021_catch_b": "Catch {{amount_0}} Pokémon featured during 2021’s Community Days", - "quest_title_quest_dec2022_catch_b": "Catch {{amount_0}} Pokémon featured during December Community Day 2022", - "quest_title_quest_dec2023_catch_b": "Catch {{amount_0}} Pokémon featured during 2023 Community Days", - "quest_title_quest_defeat_jessie_james_plural": "Defeat Jessie or James {{amount_0}} times", - "quest_title_quest_defeat_rocket": "Defeat {{amount_0}} Team GO Rocket members", - "quest_title_quest_defeat_rocket_leader_2500": "Defeat {{amount_0}} Team GO Rocket Leaders with Pokémon at or below 2,500 CP", - "quest_title_quest_defeat_rocket_singular": "Defeat a Team GO Rocket member", - "quest_title_quest_deino_catch": "Catch {{amount_0}} Deino", - "quest_title_quest_deino_evolve_a": "Evolve {{amount_0}} Deino", - "quest_title_quest_deino_evolve_b": "Evolve {{amount_0}} Deino or Zweilous", - "quest_title_quest_deino_snap": "Take {{amount_0}} snapshots of Deino", - "quest_title_quest_dragonair_evolve_b": "Evolve {{amount_0}} Dragonair", - "quest_title_quest_dratini_cdc_catch_b": "Catch {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_evolve_b": "Evolve {{amount_0}} Dratini", - "quest_title_quest_dratini_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Dratini", - "quest_title_quest_drizzle_evolve": "Evolve a Drizzile", - "quest_title_quest_dude_catch": "Catch {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_a": "Evolve {{amount_0}} Geodude", - "quest_title_quest_dude_evolve_b": "Evolve {{amount_0}} Graveler", - "quest_title_quest_dude_snap": "Take {{amount_0}} snapshots of Geodude", - "quest_title_quest_duskt_catch_b": "Catch {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_b": "Evolve {{amount_0}} Duskull", - "quest_title_quest_duskt_evolve_s1": "Evolve {{amount_0}} Dusclops", - "quest_title_quest_earn_buddy_ribbon_plural": "Earn {{amount_0}} Best Buddy Ribbons with your Pokémon", - "quest_title_quest_eelektrik_evolve_b_plural": "Evolve {{amount_0}} Eelektrik", - "quest_title_quest_eelektrik_evolve_b_singular": "Evolve an Eelektrik", - "quest_title_quest_eevee_evolve_plural": "Evolve Eevee into each of its unique Evolutions", - "quest_title_quest_eevet_catch_b": "Catch {{amount_0}} Eevee", - "quest_title_quest_eevet_evolve_b": "Evolve {{amount_0}} Eevee", - "quest_title_quest_elect_catch_b": "Catch {{amount_0}} Electabuzz", - "quest_title_quest_elect_evolve_b": "Evolve {{amount_0}} Electabuzz", - "quest_title_quest_elite_raid_victory_plural": "Win {{amount_0}} Elite Raids", - "quest_title_quest_elite_raid_victory_singular": "Win an Elite Raid", - "quest_title_quest_elite4_a": "Defeat the GO Tour Elite Four: Mesa Trainer", - "quest_title_quest_elite4_b": "Defeat the GO Tour Elite Four: Cave Trainer", - "quest_title_quest_elite4_c": "Defeat the GO Tour Elite Four: Ocean Trainer", - "quest_title_quest_elite4_d": "Defeat the GO Tour Elite Four: Savannah Trainer", - "quest_title_quest_elrd22_april16_battle": "Exeggcute Research: Battle in a Gym", - "quest_title_quest_elrd22_april16_berries": "Exeggcute Research: Use three Berries to help catch Pokemon", - "quest_title_quest_elrd22_april16_catch_grass": "Exeggcute Research: Catch three Grass-type Pokémon", - "quest_title_quest_elrd22_april16_charged_move": "Exeggcute Research: Use a Super Effective Charged Move", - "quest_title_quest_elrd22_april16_curve": "Exeggcute Research: Make five Curveball Throws", - "quest_title_quest_elrd22_april16_evolve_grass": "Exeggcute Research: Evolve two Grass-type Pokémon", - "quest_title_quest_elrd22_april16_gifts_stickers": "Exeggcute Research: Send two Gifts and add a sticker to each", - "quest_title_quest_elrd22_april16_great": "Exeggcute Research: Make three Great Throws", - "quest_title_quest_elrd22_april16_great_row": "Exeggcute Research: Make two Great Throws in a row", - "quest_title_quest_elrd22_april16_nice": "Exeggcute Research: Make five Nice Throws", - "quest_title_quest_elrd22_april16_nice_row": "Exeggcute Research: Make three Nice Throws in a row", - "quest_title_quest_elrd22_april16_raid": "Exeggcute Research: Battle in a Raid", - "quest_title_quest_elrd22_april16_spin": "Exeggcute Research: Spin two PokéStops", - "quest_title_quest_elrd22_april16_weather_easy": "Exeggcute Research: Catch three Pokémon with Weather Boost", - "quest_title_quest_elrd22_april16_weather_hard": "Exeggcute Research: Catch five Pokémon with Weather Boost", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Exeggcute Research: Take a snapshot of a wild Grass-type Pokémon", - "quest_title_quest_equinox19_catch_medium_pkmn": "Catch {{amount_0}} Bulbasaur or Chikorita", - "quest_title_quest_equinox19_catch_type_grass_plural": "Catch {{amount_0}} Grass-type Pokémon", - "quest_title_quest_equinox19_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "Evolve {{amount_0}} Grass-type Pokémon", - "quest_title_quest_event_eevee_snapshot_barcelona": "Take a snapshot of your Eevee in Barcelona", - "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", - "quest_title_quest_event_eevee_snapshot_mexico_city": "Take a snapshot of your Eevee in Mexico City", - "quest_title_quest_event_eevee_snapshot_seoul": "Take a snapshot of your Eevee in Seoul", - "quest_title_quest_event_eevee_snapshot_tainan": "Take a snapshot of your Eevee in Tainan", - "quest_title_quest_event_leave_behind_spin": "Spin 10 PokéStops or Gyms you haven’t visited before", - "quest_title_quest_event_leave_behind_spin_safari_city": "Spin any Eevee Explorer PokéStop", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Spin {{amount_0}} Eevee Explorer PokéStops you haven’t spun yet", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Spin an Eevee Explorer PokéStop you haven’t spun yet", - "quest_title_quest_event_spin_barcelona": "Spin a PokéStop or Gym in Barcelona", - "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", - "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", - "quest_title_quest_event_spin_mexico_city": "Spin a PokéStop or Gym in Mexico City", - "quest_title_quest_event_spin_seoul": "Spin a PokéStop or Gym in Seoul", - "quest_title_quest_event_spin_tainan": "Spin a PokéStop or Gym in Tainan", - "quest_title_quest_evolve_abra_singular": "Evolve one Abra", - "quest_title_quest_evolve_aipom_singular": "Evolve one Aipom", - "quest_title_quest_evolve_amaura_singular": "Evolve one Amaura", - "quest_title_quest_evolve_anorith_singular": "Evolve one Anorith", - "quest_title_quest_evolve_archen_singular": "Evolve one Archen", - "quest_title_quest_evolve_aron_singular": "Evolve one Aron", - "quest_title_quest_evolve_axew_singular": "Evolve one Axew", - "quest_title_quest_evolve_azurill_singular": "Evolve one Azurill", - "quest_title_quest_evolve_bagon_singular": "Evolve one Bagon", - "quest_title_quest_evolve_baltoy_singular": "Evolve one Baltoy", - "quest_title_quest_evolve_barboach_singular": "Evolve one Barboach", - "quest_title_quest_evolve_bayleef": "Evolve your Bayleef", - "quest_title_quest_evolve_bayleef_singular": "Evolve one Bayleef", - "quest_title_quest_evolve_beldum_singular": "Evolve one Beldum", - "quest_title_quest_evolve_bellsprout_singular": "Evolve one Bellsprout", - "quest_title_quest_evolve_bergmite_singular": "Evolve one Bergmite", - "quest_title_quest_evolve_bidoof_singular": "Evolve one Bidoof", - "quest_title_quest_evolve_binacle_singular": "Evolve one Binacle", - "quest_title_quest_evolve_blitzle_singular": "Evolve one Blitzle", - "quest_title_quest_evolve_boldore_singular": "Evolve one Boldore", - "quest_title_quest_evolve_bonsly_singular": "Evolve one Bonsly", - "quest_title_quest_evolve_braixen_singular": "Evolve one Braixen", - "quest_title_quest_evolve_bronzor_singular": "Evolve one Bronzor", - "quest_title_quest_evolve_budew_singular": "Evolve one Budew", - "quest_title_quest_evolve_buizel_singular": "Evolve one Buizel", - "quest_title_quest_evolve_bulbasaur": "Evolve a Bulbasaur", - "quest_title_quest_evolve_bulbasaur_singular": "Evolve one Bulbasaur", - "quest_title_quest_evolve_buneary_singular": "Evolve one Buneary", - "quest_title_quest_evolve_bunnelby_singular": "Evolve one Bunnelby", - "quest_title_quest_evolve_burmy_singular": "Evolve one Burmy", - "quest_title_quest_evolve_cacnea_singular": "Evolve one Cacnea", - "quest_title_quest_evolve_carvanha_singular": "Evolve one Carvanha", - "quest_title_quest_evolve_cascoon_singular": "Evolve one Cascoon", - "quest_title_quest_evolve_caterpie_singular": "Evolve one Caterpie", - "quest_title_quest_evolve_chansey_singular": "Evolve one Chansey", - "quest_title_quest_evolve_charmander": "Evolve a Charmander", - "quest_title_quest_evolve_charmander_singular": "Evolve one Charmander", - "quest_title_quest_evolve_charmeleon_singular": "Evolve one Charmeleon", - "quest_title_quest_evolve_cherubi_singular": "Evolve one Cherubi", - "quest_title_quest_evolve_chespin_singular": "Evolve one Chespin", - "quest_title_quest_evolve_chikorita": "Evolve your Chikorita", - "quest_title_quest_evolve_chikorita_singular": "Evolve one Chikorita", - "quest_title_quest_evolve_chimchar_singular": "Evolve one Chimchar", - "quest_title_quest_evolve_chinchou_singular": "Evolve one Chinchou", - "quest_title_quest_evolve_chingling_singular": "Evolve one Chingling", - "quest_title_quest_evolve_clamperl_singular": "Evolve one Clamperl", - "quest_title_quest_evolve_clauncher_singular": "Evolve one Clauncher", - "quest_title_quest_evolve_clefairy_singular": "Evolve one Clefairy", - "quest_title_quest_evolve_cleffa_singular": "Evolve one Cleffa", - "quest_title_quest_evolve_combee_singular": "Evolve one Combee", - "quest_title_quest_evolve_combusken_singular": "Evolve one Combusken", - "quest_title_quest_evolve_corphish_singular": "Evolve one Corphish", - "quest_title_quest_evolve_cosmoem_singular": "Evolve a Cosmoem", - "quest_title_quest_evolve_cosmog_singular": "Evolve a Cosmog", - "quest_title_quest_evolve_cottonee_singular": "Evolve one Cottonee", - "quest_title_quest_evolve_cranidos_singular": "Evolve one Cranidos", - "quest_title_quest_evolve_croagunk_singular": "Evolve one Croagunk", - "quest_title_quest_evolve_croconaw": "Evolve your Croconaw", - "quest_title_quest_evolve_croconaw_singular": "Evolve one Croconaw", - "quest_title_quest_evolve_cubchoo_singular": "Evolve one Cubchoo", - "quest_title_quest_evolve_cubone_singular": "Evolve one Cubone", - "quest_title_quest_evolve_cyndaquil": "Evolve your Cyndaquil", - "quest_title_quest_evolve_cyndaquil_singular": "Evolve one Cyndaquil", - "quest_title_quest_evolve_dark_type_singular": "Evolve a Dark-type Pokémon", - "quest_title_quest_evolve_darumaka_singular": "Evolve one Darumaka", - "quest_title_quest_evolve_deerling_singular": "Evolve one Deerling", - "quest_title_quest_evolve_deino_singular": "Evolve one Deino", - "quest_title_quest_evolve_dewott_singular": "Evolve one Dewott", - "quest_title_quest_evolve_diglett_singular": "Evolve one Diglett", - "quest_title_quest_evolve_doduo_singular": "Evolve one Doduo", - "quest_title_quest_evolve_doublade_singular": "Evolve one Doublade", - "quest_title_quest_evolve_dragonair_singular": "Evolve one Dragonair", - "quest_title_quest_evolve_dratini_singular": "Evolve one Dratini", - "quest_title_quest_evolve_drifloon_singular": "Evolve one Drifloon", - "quest_title_quest_evolve_drilbur_singular": "Evolve one Drilbur", - "quest_title_quest_evolve_drowzee_singular": "Evolve one Drowzee", - "quest_title_quest_evolve_ducklett_singular": "Evolve one Ducklett", - "quest_title_quest_evolve_duosion_singular": "Evolve one Duosion", - "quest_title_quest_evolve_durant_singular": "Evolve one Durant", - "quest_title_quest_evolve_dusclops_singular": "Evolve one Dusclops", - "quest_title_quest_evolve_duskull_singular": "Evolve one Duskull", - "quest_title_quest_evolve_dwebble_singular": "Evolve one Dwebble", - "quest_title_quest_evolve_eelektrik_singular": "Evolve one Eelektrik", - "quest_title_quest_evolve_eevee_singular": "Evolve one Eevee", - "quest_title_quest_evolve_eevee_types_plural": "Evolve {{amount_0}} Electric-, Water-, or Fire-type Pokémon", - "quest_title_quest_evolve_eevee_types_singular": "Evolve an Electric-, Water-, or Fire-type Pokémon", - "quest_title_quest_evolve_ekans_singular": "Evolve one Ekans", - "quest_title_quest_evolve_electabuzz_singular": "Evolve one Electabuzz", - "quest_title_quest_evolve_electrike_singular": "Evolve one Electrike", - "quest_title_quest_evolve_elekid_singular": "Evolve one Elekid", - "quest_title_quest_evolve_elgyem_singular": "Evolve one Elgyem", - "quest_title_quest_evolve_espeon": "Evolve Eevee into Espeon during the day", - "quest_title_quest_evolve_espurr_singular": "Evolve one Espurr", - "quest_title_quest_evolve_evolved_grass_singular": "Evolve an evolved Grass-type Pokémon", - "quest_title_quest_evolve_exeggcute_singular": "Evolve one Exeggcute", - "quest_title_quest_evolve_farfetch'd_singular": "Evolve one Farfetch'd", - "quest_title_quest_evolve_feebas_singular": "Evolve one Feebas", - "quest_title_quest_evolve_fennekin_singular": "Evolve one Fennekin", - "quest_title_quest_evolve_ferroseed_singular": "Evolve one Ferroseed", - "quest_title_quest_evolve_finneon_singular": "Evolve one Finneon", - "quest_title_quest_evolve_flaaffy_singular": "Evolve one Flaaffy", - "quest_title_quest_evolve_flabébé_singular": "Evolve one Flabébé", - "quest_title_quest_evolve_fletchinder_singular": "Evolve one Fletchinder", - "quest_title_quest_evolve_fletchling_singular": "Evolve one Fletchling", - "quest_title_quest_evolve_floette_singular": "Evolve one Floette", - "quest_title_quest_evolve_foongus_singular": "Evolve one Foongus", - "quest_title_quest_evolve_fraxure_singular": "Evolve one Fraxure", - "quest_title_quest_evolve_frillish_singular": "Evolve one Frillish", - "quest_title_quest_evolve_froakie_singular": "Evolve one Froakie", - "quest_title_quest_evolve_frogadier_singular": "Evolve one Frogadier", - "quest_title_quest_evolve_gabite_singular": "Evolve one Gabite", - "quest_title_quest_evolve_gastly_singular": "Evolve one Gastly", - "quest_title_quest_evolve_geodude_singular": "Evolve one Geodude", - "quest_title_quest_evolve_gible_singular": "Evolve one Gible", - "quest_title_quest_evolve_glalie_singular": "Evolve one Glalie", - "quest_title_quest_evolve_glameow_singular": "Evolve one Glameow", - "quest_title_quest_evolve_gligar_singular": "Evolve one Gligar", - "quest_title_quest_evolve_gloom_singular": "Evolve one Gloom", - "quest_title_quest_evolve_golbat_singular": "Evolve one Golbat", - "quest_title_quest_evolve_goldeen_singular": "Evolve one Goldeen", - "quest_title_quest_evolve_golett_singular": "Evolve one Golett", - "quest_title_quest_evolve_goomy_singular": "Evolve one Goomy", - "quest_title_quest_evolve_gothita_singular": "Evolve one Gothita", - "quest_title_quest_evolve_gothorita_singular": "Evolve one Gothorita", - "quest_title_quest_evolve_graveler_singular": "Evolve one Graveler", - "quest_title_quest_evolve_grimer_singular": "Evolve one Grimer", - "quest_title_quest_evolve_grotle_singular": "Evolve one Grotle", - "quest_title_quest_evolve_ground_plural": "Evolve {{amount_0}} Ground-type Pokémon", - "quest_title_quest_evolve_grovyle_singular": "Evolve one Grovyle", - "quest_title_quest_evolve_growlithe_singular": "Evolve one Growlithe", - "quest_title_quest_evolve_gulpin_singular": "Evolve one Gulpin", - "quest_title_quest_evolve_gurdurr_singular": "Evolve one Gurdurr", - "quest_title_quest_evolve_happiny_singular": "Evolve one Happiny", - "quest_title_quest_evolve_haunter_singular": "Evolve one Haunter", - "quest_title_quest_evolve_heatmor_singular": "Evolve one Heatmor", - "quest_title_quest_evolve_helioptile_singular": "Evolve one Helioptile", - "quest_title_quest_evolve_herdier_singular": "Evolve one Herdier", - "quest_title_quest_evolve_hippopotas_singular": "Evolve one Hippopotas", - "quest_title_quest_evolve_honedge_singular": "Evolve one Honedge", - "quest_title_quest_evolve_hoothoot_singular": "Evolve one Hoothoot", - "quest_title_quest_evolve_hoppip_singular": "Evolve one Hoppip", - "quest_title_quest_evolve_horsea_singular": "Evolve one Horsea", - "quest_title_quest_evolve_houndour_singular": "Evolve one Houndour", - "quest_title_quest_evolve_igglybuff_singular": "Evolve one Igglybuff", - "quest_title_quest_evolve_illumise_singular": "Evolve one Illumise", - "quest_title_quest_evolve_inkay_singular": "Evolve one Inkay", - "quest_title_quest_evolve_items_plural": "Use items to evolve Pokémon {{amount_0}} times", - "quest_title_quest_evolve_items_singular": "Use an item to evolve a Pokémon", - "quest_title_quest_evolve_ivysaur_singular": "Evolve one Ivysaur", - "quest_title_quest_evolve_jigglypuff_singular": "Evolve one Jigglypuff", - "quest_title_quest_evolve_joltik_singular": "Evolve one Joltik", - "quest_title_quest_evolve_kabuto_singular": "Evolve one Kabuto", - "quest_title_quest_evolve_kadabra_singular": "Evolve one Kadabra", - "quest_title_quest_evolve_kakuna_singular": "Evolve one Kakuna", - "quest_title_quest_evolve_karrablast_singular": "Evolve one Karrablast", - "quest_title_quest_evolve_kirlia_singular": "Evolve one Kirlia", - "quest_title_quest_evolve_klang_singular": "Evolve one Klang", - "quest_title_quest_evolve_klink_singular": "Evolve one Klink", - "quest_title_quest_evolve_koffing_singular": "Evolve one Koffing", - "quest_title_quest_evolve_krabby_singular": "Evolve one Krabby", - "quest_title_quest_evolve_kricketot_singular": "Evolve one Kricketot", - "quest_title_quest_evolve_krokorok_singular": "Evolve one Krokorok", - "quest_title_quest_evolve_lairon_singular": "Evolve one Lairon", - "quest_title_quest_evolve_lampent_singular": "Evolve one Lampent", - "quest_title_quest_evolve_larvesta_singular": "Evolve one Larvesta", - "quest_title_quest_evolve_larvitar_singular": "Evolve one Larvitar", - "quest_title_quest_evolve_ledyba_singular": "Evolve one Ledyba", - "quest_title_quest_evolve_lickitung_singular": "Evolve one Lickitung", - "quest_title_quest_evolve_lileep_singular": "Evolve one Lileep", - "quest_title_quest_evolve_lillipup_singular": "Evolve one Lillipup", - "quest_title_quest_evolve_linoone_singular": "Evolve {{amount_0}} Galarian Linoone", - "quest_title_quest_evolve_litleo_singular": "Evolve one Litleo", - "quest_title_quest_evolve_litwick_singular": "Evolve one Litwick", - "quest_title_quest_evolve_lombre_singular": "Evolve one Lombre", - "quest_title_quest_evolve_lotad_singular": "Evolve one Lotad", - "quest_title_quest_evolve_loudred_singular": "Evolve one Loudred", - "quest_title_quest_evolve_luxio_singular": "Evolve one Luxio", - "quest_title_quest_evolve_machoke_singular": "Evolve one Machoke", - "quest_title_quest_evolve_machop_singular": "Evolve one Machop", - "quest_title_quest_evolve_magby_singular": "Evolve one Magby", - "quest_title_quest_evolve_magikarp_singular": "Evolve one Magikarp", - "quest_title_quest_evolve_magmar_singular": "Evolve one Magmar", - "quest_title_quest_evolve_magnemite_singular": "Evolve one Magnemite", - "quest_title_quest_evolve_makuhita_singular": "Evolve one Makuhita", - "quest_title_quest_evolve_mankey_singular": "Evolve one Mankey", - "quest_title_quest_evolve_mantyke_singular": "Evolve one Mantyke", - "quest_title_quest_evolve_mareep_singular": "Evolve one Mareep", - "quest_title_quest_evolve_marill_singular": "Evolve one Marill", - "quest_title_quest_evolve_marshtomp_singular": "Evolve one Marshtomp", - "quest_title_quest_evolve_meditite_singular": "Evolve one Meditite", - "quest_title_quest_evolve_meowth_singular": "Evolve one Meowth", - "quest_title_quest_evolve_metang_singular": "Evolve one Metang", - "quest_title_quest_evolve_metapod_singular": "Evolve one Metapod", - "quest_title_quest_evolve_mienfoo_singular": "Evolve one Mienfoo", - "quest_title_quest_evolve_mime jr._singular": "Evolve one Mime Jr.", - "quest_title_quest_evolve_minccino_singular": "Evolve one Minccino", - "quest_title_quest_evolve_misdreavus_singular": "Evolve one Misdreavus", - "quest_title_quest_evolve_monferno_singular": "Evolve one Monferno", - "quest_title_quest_evolve_mr. mime_singular": "Evolve one Mr. Mime", - "quest_title_quest_evolve_mudkip_singular": "Evolve one Mudkip", - "quest_title_quest_evolve_munchlax_singular": "Evolve one Munchlax", - "quest_title_quest_evolve_munna_singular": "Evolve one Munna", - "quest_title_quest_evolve_murkrow_singular": "Evolve one Murkrow", - "quest_title_quest_evolve_natu_singular": "Evolve one Natu", - "quest_title_quest_evolve_nidoranfemale_singular": "Evolve one Nidoran♀", - "quest_title_quest_evolve_nidoranmale_singular": "Evolve one Nidoran♂", - "quest_title_quest_evolve_nidorina_singular": "Evolve one Nidorina", - "quest_title_quest_evolve_nidorino_singular": "Evolve one Nidorino", - "quest_title_quest_evolve_nincada_singular": "Evolve one Nincada", - "quest_title_quest_evolve_noibat_singular": "Evolve one Noibat", - "quest_title_quest_evolve_nosepass_singular": "Evolve one Nosepass", - "quest_title_quest_evolve_numel_singular": "Evolve one Numel", - "quest_title_quest_evolve_nuzleaf_singular": "Evolve one Nuzleaf", - "quest_title_quest_evolve_oddish_singular": "Evolve one Oddish", - "quest_title_quest_evolve_omanyte_singular": "Evolve one Omanyte", - "quest_title_quest_evolve_onix_singular": "Evolve one Onix", - "quest_title_quest_evolve_oshawott_singular": "Evolve one Oshawott", - "quest_title_quest_evolve_palpitoad_singular": "Evolve one Palpitoad", - "quest_title_quest_evolve_pancham_singular": "Evolve one Pancham", - "quest_title_quest_evolve_panpour_singular": "Evolve one Panpour", - "quest_title_quest_evolve_pansage_singular": "Evolve one Pansage", - "quest_title_quest_evolve_pansear_singular": "Evolve one Pansear", - "quest_title_quest_evolve_paras_singular": "Evolve one Paras", - "quest_title_quest_evolve_patrat_singular": "Evolve one Patrat", - "quest_title_quest_evolve_pawniard_singular": "Evolve one Pawniard", - "quest_title_quest_evolve_petilil_singular": "Evolve one Petilil", - "quest_title_quest_evolve_phanpy_singular": "Evolve one Phanpy", - "quest_title_quest_evolve_phantump_singular": "Evolve one Phantump", - "quest_title_quest_evolve_pichu_singular": "Evolve one Pichu", - "quest_title_quest_evolve_pidgeotto_singular": "Evolve one Pidgeotto", - "quest_title_quest_evolve_pidgey_singular": "Evolve one Pidgey", - "quest_title_quest_evolve_pidove_singular": "Evolve one Pidove", - "quest_title_quest_evolve_pignite_singular": "Evolve one Pignite", - "quest_title_quest_evolve_pikachu_singular": "Evolve one Pikachu", - "quest_title_quest_evolve_piloswine_plural": "Evolve {{amount_0}} Piloswine", - "quest_title_quest_evolve_piloswine_singular": "Evolve one Piloswine", - "quest_title_quest_evolve_pineco_singular": "Evolve one Pineco", - "quest_title_quest_evolve_piplup_singular": "Evolve one Piplup", - "quest_title_quest_evolve_plural": "Evolve {{amount_0}} Pokémon", - "quest_title_quest_evolve_poison_type_singular": "Evolve a Poison-type Pokémon", - "quest_title_quest_evolve_poliwag_singular": "Evolve one Poliwag", - "quest_title_quest_evolve_poliwhirl_singular": "Evolve one Poliwhirl", - "quest_title_quest_evolve_ponyta_singular": "Evolve one Ponyta", - "quest_title_quest_evolve_poochyena_singular": "Evolve one Poochyena", - "quest_title_quest_evolve_porygon2_singular": "Evolve one Porygon2", - "quest_title_quest_evolve_prinplup_singular": "Evolve one Prinplup", - "quest_title_quest_evolve_psyduck_singular": "Evolve one Psyduck", - "quest_title_quest_evolve_pumpkaboo_singular": "Evolve one Pumpkaboo", - "quest_title_quest_evolve_pupitar_singular": "Evolve one Pupitar", - "quest_title_quest_evolve_purrloin_singular": "Evolve one Purrloin", - "quest_title_quest_evolve_quilava": "Evolve your Quilava", - "quest_title_quest_evolve_quilava_singular": "Evolve one Quilava", - "quest_title_quest_evolve_quilladin_singular": "Evolve one Quilladin", - "quest_title_quest_evolve_qwilfish_singular": "Evolve one Qwilfish", - "quest_title_quest_evolve_ralts_singular": "Evolve one Ralts", - "quest_title_quest_evolve_rattata_singular": "Evolve one Rattata", - "quest_title_quest_evolve_remoraid_singular": "Evolve one Remoraid", - "quest_title_quest_evolve_rhydon_singular": "Evolve one Rhydon", - "quest_title_quest_evolve_rhyhorn_singular": "Evolve one Rhyhorn", - "quest_title_quest_evolve_riolu_singular": "Evolve one Riolu", - "quest_title_quest_evolve_roggenrola_singular": "Evolve one Roggenrola", - "quest_title_quest_evolve_roselia_singular": "Evolve one Roselia", - "quest_title_quest_evolve_rufflet_singular": "Evolve one Rufflet", - "quest_title_quest_evolve_sandile_singular": "Evolve one Sandile", - "quest_title_quest_evolve_sandshrew_singular": "Evolve one Sandshrew", - "quest_title_quest_evolve_sb_singular": "Evolve a Snubbull", - "quest_title_quest_evolve_scatterbug_singular": "Evolve one Scatterbug", - "quest_title_quest_evolve_scraggy_singular": "Evolve one Scraggy", - "quest_title_quest_evolve_scyther_singular": "Evolve one Scyther", - "quest_title_quest_evolve_seadra_singular": "Evolve one Seadra", - "quest_title_quest_evolve_sealeo_singular": "Evolve one Sealeo", - "quest_title_quest_evolve_seedot_singular": "Evolve one Seedot", - "quest_title_quest_evolve_seel_singular": "Evolve one Seel", - "quest_title_quest_evolve_sentret_singular": "Evolve one Sentret", - "quest_title_quest_evolve_servine_singular": "Evolve one Servine", - "quest_title_quest_evolve_sewaddle_singular": "Evolve one Sewaddle", - "quest_title_quest_evolve_shelgon_singular": "Evolve one Shelgon", - "quest_title_quest_evolve_shellder_singular": "Evolve one Shellder", - "quest_title_quest_evolve_shellos_singular": "Evolve one Shellos", - "quest_title_quest_evolve_shelmet_singular": "Evolve one Shelmet", - "quest_title_quest_evolve_shieldon_singular": "Evolve one Shieldon", - "quest_title_quest_evolve_shinx_singular": "Evolve one Shinx", - "quest_title_quest_evolve_shroomish_singular": "Evolve one Shroomish", - "quest_title_quest_evolve_shuckle_singular": "Evolve one Shuckle", - "quest_title_quest_evolve_shuppet_singular": "Evolve one Shuppet", - "quest_title_quest_evolve_silcoon_singular": "Evolve one Silcoon", - "quest_title_quest_evolve_singular": "Evolve a Pokémon", - "quest_title_quest_evolve_skiddo_singular": "Evolve one Skiddo", - "quest_title_quest_evolve_skiploom_singular": "Evolve one Skiploom", - "quest_title_quest_evolve_skitty_singular": "Evolve one Skitty", - "quest_title_quest_evolve_skorupi_singular": "Evolve one Skorupi", - "quest_title_quest_evolve_skrelp_singular": "Evolve one Skrelp", - "quest_title_quest_evolve_slakoth_singular": "Evolve one Slakoth", - "quest_title_quest_evolve_sliggoo_singular": "Evolve one Sliggoo", - "quest_title_quest_evolve_slowpoke_plural": "Evolve {{amount_0}} Slowpoke", - "quest_title_quest_evolve_slowpoke_singular": "Evolve one Slowpoke", - "quest_title_quest_evolve_slugma_singular": "Evolve one Slugma", - "quest_title_quest_evolve_smoochum_singular": "Evolve one Smoochum", - "quest_title_quest_evolve_sneasel_singular": "Evolve a Sneasel", - "quest_title_quest_evolve_snivy_singular": "Evolve one Snivy", - "quest_title_quest_evolve_snorunt_singular": "Evolve one Snorunt", - "quest_title_quest_evolve_snover_singular": "Evolve one Snover", - "quest_title_quest_evolve_snubbull_singular": "Evolve one Snubbull", - "quest_title_quest_evolve_solosis_singular": "Evolve one Solosis", - "quest_title_quest_evolve_spearow_singular": "Evolve one Spearow", - "quest_title_quest_evolve_special_drowzee": "Evolve a Drowzee", - "quest_title_quest_evolve_special_feebas_singular": "Evolve a Feebas", - "quest_title_quest_evolve_special_galarian_mrmime": "Evolve a Galarian Mr. Mime", - "quest_title_quest_evolve_special_galarian_slowpoke": "Evolve a Galarian Slowpoke", - "quest_title_quest_evolve_special_grimer": "Evolve a Grimer", - "quest_title_quest_evolve_special_magnemite": "Evolve a Magnemite", - "quest_title_quest_evolve_special_scyther": "Evolve a Scyther", - "quest_title_quest_evolve_special0_singular": "Evolve a Magikarp", - "quest_title_quest_evolve_special1_plural": "Evolve {{amount_0}} Pidgey", - "quest_title_quest_evolve_special1_singular": "Evolve a Horsea", - "quest_title_quest_evolve_special2_singular": "Evolve a Meowth", - "quest_title_quest_evolve_spewpa_singular": "Evolve one Spewpa", - "quest_title_quest_evolve_spheal_singular": "Evolve one Spheal", - "quest_title_quest_evolve_spinarak_singular": "Evolve one Spinarak", - "quest_title_quest_evolve_spoink_singular": "Evolve one Spoink", - "quest_title_quest_evolve_spritzee_singular": "Evolve one Spritzee", - "quest_title_quest_evolve_squirtle_singular": "Evolve one Squirtle", - "quest_title_quest_evolve_staravia_singular": "Evolve one Staravia", - "quest_title_quest_evolve_starly_singular": "Evolve one Starly", - "quest_title_quest_evolve_staryu_singular": "Evolve one Staryu", - "quest_title_quest_evolve_steelix_singular": "Evolve one Steelix", - "quest_title_quest_evolve_stunky_singular": "Evolve one Stunky", - "quest_title_quest_evolve_sunkern_singular": "Evolve one Sunkern", - "quest_title_quest_evolve_sunstone_singular": "Use a Sun Stone to evolve Gloom or Sunkern", - "quest_title_quest_evolve_surskit_singular": "Evolve one Surskit", - "quest_title_quest_evolve_swablu_singular": "Evolve one Swablu", - "quest_title_quest_evolve_swadloon_singular": "Evolve one Swadloon", - "quest_title_quest_evolve_swinub_singular": "Evolve one Swinub", - "quest_title_quest_evolve_swirlix_singular": "Evolve one Swirlix", - "quest_title_quest_evolve_taillow_singular": "Evolve one Taillow", - "quest_title_quest_evolve_tangela_singular": "Evolve one Tangela", - "quest_title_quest_evolve_teddiursa_singular": "Evolve one Teddiursa", - "quest_title_quest_evolve_tentacool_singular": "Evolve one Tentacool", - "quest_title_quest_evolve_tepig_singular": "Evolve one Tepig", - "quest_title_quest_evolve_timburr_singular": "Evolve one Timburr", - "quest_title_quest_evolve_tirtouga_singular": "Evolve one Tirtouga", - "quest_title_quest_evolve_togepi_singular": "Evolve one Togepi", - "quest_title_quest_evolve_togetic_singular": "Evolve one Togetic", - "quest_title_quest_evolve_torchic_singular": "Evolve one Torchic", - "quest_title_quest_evolve_totodile": "Evolve your Totodile", - "quest_title_quest_evolve_totodile_singular": "Evolve one Totodile", - "quest_title_quest_evolve_tranquill_singular": "Evolve one Tranquill", - "quest_title_quest_evolve_trapinch_singular": "Evolve one Trapinch", - "quest_title_quest_evolve_treecko_singular": "Evolve one Treecko", - "quest_title_quest_evolve_trubbish_singular": "Evolve one Trubbish", - "quest_title_quest_evolve_turtwig_singular": "Evolve one Turtwig", - "quest_title_quest_evolve_tympole_singular": "Evolve one Tympole", - "quest_title_quest_evolve_tynamo_singular": "Evolve one Tynamo", - "quest_title_quest_evolve_type_dark_plural": "Evolve {{amount_0}} Dark-type Pokémon", - "quest_title_quest_evolve_type_dragon_plural": "Evolve {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_evolve_type_dragon_singular": "Evolve a Dragon-type Pokémon", - "quest_title_quest_evolve_type_electric_plural": "Evolve {{amount_0}} Electric-type Pokémon", - "quest_title_quest_evolve_type_electric_singular": "Evolve an Electric-type Pokémon", - "quest_title_quest_evolve_type_fairy_plural": "Evolve {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_evolve_type_fairy_singular": "Evolve a Fairy-type Pokémon", - "quest_title_quest_evolve_type_fire_plural": "Evolve {{amount_0}} Fire-type Pokémon", - "quest_title_quest_evolve_type_fire_singular": "Evolve a Fire-type Pokémon", - "quest_title_quest_evolve_type_flying_plural": "Evolve {{amount_0}} Flying-type Pokémon", - "quest_title_quest_evolve_type_flying_singular": "Evolve a Flying-type Pokémon", - "quest_title_quest_evolve_type_ghost_plural": "Evolve {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_evolve_type_ghost_single": "Evolve a Ghost-type Pokémon", - "quest_title_quest_evolve_type_grass_plural": "Evolve {{amount_0}} Grass-type Pokémon", - "quest_title_quest_evolve_type_grass_singular": "Evolve a Grass-type Pokémon", - "quest_title_quest_evolve_type_ice_plural": "Evolve {{amount_0}} Ice-type Pokémon", - "quest_title_quest_evolve_type_ice_singular": "Evolve an Ice-type Pokémon", - "quest_title_quest_evolve_type_poison_plural": "Evolve {{amount_0}} Poison-type Pokémon", - "quest_title_quest_evolve_type_psychic_plural": "Evolve {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_evolve_type_psychic_singular": "Evolve a Psychic-type Pokémon", - "quest_title_quest_evolve_type_rock_plural": "Evolve {{amount_0}} Rock-type Pokémon", - "quest_title_quest_evolve_type_steel_plural": "Evolve {{amount_0}} Steel-type Pokémon", - "quest_title_quest_evolve_type_water_plural": "Evolve {{amount_0}} Water-type Pokémon", - "quest_title_quest_evolve_type_water_singular": "Evolve a Water-type Pokémon", - "quest_title_quest_evolve_tyrogue_singular": "Evolve one Tyrogue", - "quest_title_quest_evolve_tyrunt_singular": "Evolve one Tyrunt", - "quest_title_quest_evolve_umbreon": "Evolve Eevee into Umbreon at night", - "quest_title_quest_evolve_vanillish_singular": "Evolve one Vanillish", - "quest_title_quest_evolve_vanillite_singular": "Evolve one Vanillite", - "quest_title_quest_evolve_venipede_singular": "Evolve one Venipede", - "quest_title_quest_evolve_venonat_singular": "Evolve one Venonat", - "quest_title_quest_evolve_vibrava_singular": "Evolve one Vibrava", - "quest_title_quest_evolve_vigoroth_singular": "Evolve one Vigoroth", - "quest_title_quest_evolve_volbeat_singular": "Evolve one Volbeat", - "quest_title_quest_evolve_voltorb_singular": "Evolve one Voltorb", - "quest_title_quest_evolve_vullaby_singular": "Evolve one Vullaby", - "quest_title_quest_evolve_vulpix_singular": "Evolve one Vulpix", - "quest_title_quest_evolve_wailmer_singular": "Evolve one Wailmer", - "quest_title_quest_evolve_wartortle_singular": "Evolve one Wartortle", - "quest_title_quest_evolve_weedle_singular": "Evolve one Weedle", - "quest_title_quest_evolve_weepinbell_singular": "Evolve one Weepinbell", - "quest_title_quest_evolve_whirlipede_singular": "Evolve one Whirlipede", - "quest_title_quest_evolve_whismur_singular": "Evolve one Whismur", - "quest_title_quest_evolve_wingull_singular": "Evolve one Wingull", - "quest_title_quest_evolve_woobat_singular": "Evolve one Woobat", - "quest_title_quest_evolve_wooper_singular": "Evolve one Wooper", - "quest_title_quest_evolve_wurmple_singular": "Evolve one Wurmple", - "quest_title_quest_evolve_wynaut_singular": "Evolve one Wynaut", - "quest_title_quest_evolve_yamask_singular": "Evolve one Yamask", - "quest_title_quest_evolve_yanma_singular": "Evolve one Yanma", - "quest_title_quest_evolve_zigzagoon_singular": "Evolve one Zigzagoon", - "quest_title_quest_evolve_zorua_singular": "Evolve one Zorua", - "quest_title_quest_evolve_zubat_singular": "Evolve one Zubat", - "quest_title_quest_evolve_zweilous_singular": "Evolve one Zweilous", - "quest_title_quest_explore_buddy": "Earn a Candy exploring with your buddy", - "quest_title_quest_explore_buddy_carbink": "Earn a Candy exploring with Carbink as your buddy", - "quest_title_quest_explore_buddy_plural": "Earn {{amount_0}} Candies exploring with your buddy", - "quest_title_quest_explore_buddy_routes_plural": "Earn {{amount_0}} Candies while exploring Routes with your buddy", - "quest_title_quest_explore_buddy_routes_singular": "Earn a Candy while exploring Routes with your buddy", - "quest_title_quest_explore_km": "Explore {{amount_0}} km", - "quest_title_quest_explore_km_party": "Explore {{amount_0}} km while in a party", - "quest_title_quest_febresearchday_battle_gym_singular": "Clamperl Research: Battle in a Gym", - "quest_title_quest_febresearchday_battle_raid_singular": "Clamperl Research: Battle in a raid", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Clamperl Research: Use a supereffective Charged Attack in a Gym battle", - "quest_title_quest_febresearchday_catch_feed_plural": "Clamperl Research: Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_febresearchday_catch_special1_singular": "Clamperl Research: Catch a Magikarp or Wailmer", - "quest_title_quest_febresearchday_catch_special2_singular": "Clamperl Research: Catch a Psyduck or Krabby", - "quest_title_quest_febresearchday_catch_type_water_plural": "Clamperl Research: Catch {{amount_0}} Water-type Pokémon", - "quest_title_quest_febresearchday_evolve_type_water_plural": "Clamperl Research: Evolve {{amount_0}} Water-type Pokémon", - "quest_title_quest_febresearchday_land_curveball_plural": "Clamperl Research: Make {{amount_0}} Curveball Throws", - "quest_title_quest_febresearchday_land_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws", - "quest_title_quest_febresearchday_land_inarow_great_plural": "Clamperl Research: Make {{amount_0}} Great Throws in a row", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws in a row", - "quest_title_quest_febresearchday_land_nice_plural": "Clamperl Research: Make {{amount_0}} Nice Throws", - "quest_title_quest_febresearchday_visit_pokestops_plural": "Clamperl Research: Spin {{amount_0}} PokéStops", - "quest_title_quest_feed_buddy_multiple": "Feed your buddy {{amount_0}} times", - "quest_title_quest_feed_buddy_singular": "Feed your buddy", - "quest_title_quest_feed_goldenrazz_plural": "Use {{amount_0}} Golden Razz Berries to help catch Pokémon", - "quest_title_quest_feed_nanab_plural": "Use {{amount_0}} Nanab Berries while catching Pokémon", - "quest_title_quest_feed_pinaps_plural": "Use {{amount_0}} Pinap Berries while catching Pokémon", - "quest_title_quest_feed_razz_plural": "Use {{amount_0}} Razz Berries to help catch Pokémon", - "quest_title_quest_fennekin_catch_b": "Catch {{amount_0}} Fennekin", - "quest_title_quest_fennekin_evolve_b": "Evolve {{amount_0}} Fennekin", - "quest_title_quest_fennekin_snapshot_b": "Take a snapshot of {{amount_0}} Fennekin", - "quest_title_quest_field_research_plural": "Complete {{amount_0}} Field Research tasks", - "quest_title_quest_field_research_singular": "Complete a Field Research task", - "quest_title_quest_fight_type_bug_plural": "Defeat {{amount_0}} Bug-type Pokémon", - "quest_title_quest_fight_type_dark_plural": "Defeat {{amount_0}} Dark-type Pokémon", - "quest_title_quest_fight_type_dark_steel_plural": "Defeat {{amount_0}} Dark- or Steel-type Pokémon", - "quest_title_quest_fight_type_dragon_plural": "Defeat {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_fight_type_electric_plural": "Defeat {{amount_0}} Electric-type Pokémon", - "quest_title_quest_fight_type_fairy_plural": "Defeat {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_fight_type_fighting_plural": "Defeat {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_fight_type_fire_plural": "Defeat {{amount_0}} Fire-type Pokémon", - "quest_title_quest_fight_type_flying_plural": "Defeat {{amount_0}} Flying-type Pokémon", - "quest_title_quest_fight_type_ghost_fighting_plural": "Defeat {{amount_0}} Fighting- or Ghost-type Pokémon", - "quest_title_quest_fight_type_ghost_plural": "Defeat {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_fight_type_ghost_psychic_plural": "Defeat {{amount_0}} Psychic- or Ghost-type Pokémon", - "quest_title_quest_fight_type_grass_plural": "Defeat {{amount_0}} Grass-type Pokémon", - "quest_title_quest_fight_type_ground_plural": "Defeat {{amount_0}} Ground-type Pokémon", - "quest_title_quest_fight_type_ice_plural": "Defeat {{amount_0}} Ice-type Pokémon", - "quest_title_quest_fight_type_normal_plural": "Defeat {{amount_0}} Normal-type Pokémon", - "quest_title_quest_fight_type_normal_psychic_plural": "Defeat {{amount_0}} Normal- or Psychic-type Pokémon", - "quest_title_quest_fight_type_poison_plural": "Defeat {{amount_0}} Poison-type Pokémon", - "quest_title_quest_fight_type_psychic_plural": "Defeat {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_fight_type_rock_plural": "Defeat {{amount_0}} Rock-type Pokémon", - "quest_title_quest_fight_type_steel_plural": "Defeat {{amount_0}} Steel-type Pokémon", - "quest_title_quest_fight_type_water_plural": "Defeat {{amount_0}} Water-type Pokémon", - "quest_title_quest_first_catch_of_the_day": "First Catch of the Day", - "quest_title_quest_first_pokestop_of_the_day": "First PokéStop of the Day", - "quest_title_quest_flaaffy_evolve_b": "Evolve {{amount_0}} Flaaffy", - "quest_title_quest_flett_catch_b": "Catch {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_b": "Evolve {{amount_0}} Fletchling", - "quest_title_quest_flett_evolve_s1": "Evolve {{amount_0}} Fletchinder", - "quest_title_quest_floragato_evolve_b": "Evolve a Floragato", - "quest_title_quest_fraxure_evolve_b": "Evolve {{amount_0}} Fraxure", - "quest_title_quest_froakie_catch_b": "Catch {{amount_0}} Froakie", - "quest_title_quest_froakie_evolve_b": "Evolve {{amount_0}} Froakie", - "quest_title_quest_froakie_snapshot_b": "Take a snapshot of {{amount_0}} Froakie", - "quest_title_quest_frogadier_evolve_b": "Evolve {{amount_0}} Frogadier", - "quest_title_quest_fuecoco_evolve_b": "Evolve a Fuecoco", - "quest_title_quest_fuse_necrozma": "Fuse Necrozma", - "quest_title_quest_gbl_rank": "Achieve rank {{amount_0}} in the GO Battle League", - "quest_title_quest_gbl_rank_fifteen": "Achieve rank 15 in the GO Battle League", - "quest_title_quest_gbl_rank_five": "Achieve rank 5 in the GO Battle League", - "quest_title_quest_gbl_rank_ten": "Achieve rank 10 in the GO Battle League", - "quest_title_quest_gbl_rank_twenty": "Achieve rank 20 in the GO Battle League", - "quest_title_quest_get_cell_singular": "Find a Zygarde Cell", - "quest_title_quest_giblt_catch_b": "Catch {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_b": "Evolve {{amount_0}} Gible", - "quest_title_quest_giblt_evolve_s1": "Evolve {{amount_0}} Gabite", - "quest_title_quest_gift_open_plural": "Open {{amount_0}} Gifts", - "quest_title_quest_gift_open_singular": "Open a Gift", - "quest_title_quest_go_for_a_spin_00": "Find and spin Spinda PokéStop 1 of 8", - "quest_title_quest_go_for_a_spin_01": "Find and spin Spinda PokéStop 2 of 8", - "quest_title_quest_go_for_a_spin_02": "Find and spin Spinda PokéStop 3 of 8", - "quest_title_quest_go_for_a_spin_03": "Find and spin Spinda PokéStop 4 of 8", - "quest_title_quest_go_for_a_spin_04": "Find and spin Spinda PokéStop 5 of 8", - "quest_title_quest_go_for_a_spin_05": "Find and spin Spinda PokéStop 6 of 8", - "quest_title_quest_go_for_a_spin_06": "Find and spin Spinda PokéStop 7 of 8", - "quest_title_quest_go_for_a_spin_07": "Find and spin Spinda PokéStop 8 of 8", - "quest_title_quest_go_tour_snapshot_habitat_01": "Take a snapshot of your buddy in the Blistering Sands habitat", - "quest_title_quest_go_tour_snapshot_habitat_02": "Take a snapshot of your buddy in the Eerie Mists habitat", - "quest_title_quest_go_tour_snapshot_habitat_03": "Take a snapshot of your buddy in the Verdant Earth habitat", - "quest_title_quest_go_tour_snapshot_habitat_04": "Take a snapshot of your buddy in the Ancient Shores habitat", - "quest_title_quest_gold_hoenn_dex": "Earn a gold Hoenn medal", - "quest_title_quest_gold_medal_plural": "Earn {{amount_0}} gold medals", - "quest_title_quest_gold_medal_plural_five": "Earn 5 gold medals", - "quest_title_quest_gold_medal_singular": "Earn a gold medal", - "quest_title_quest_goomy_catch_b": "Catch {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_plural": "Evolve {{amount_0}} Goomy", - "quest_title_quest_goomy_evolve_b_singular": "Evolve a Goomy", - "quest_title_quest_grookey_evolve": "Evolve a Grookey", - "quest_title_quest_grubbin_catch_b": "Catch {{amount_0}} Grubbin", - "quest_title_quest_grubbin_evolve_b": "Evolve {{amount_0}} Grubbin", - "quest_title_quest_grubbin_snapshot_b": "Take a snapshot of {{amount_0}} Grubbin", - "quest_title_quest_gt_catch_b": "Catch {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_b": "Evolve {{amount_0}} Gastly", - "quest_title_quest_gt_evolve_s1": "Evolve {{amount_0}} Haunter", - "quest_title_quest_gulpin_catch": "Catch {{amount_0}} Gulpin", - "quest_title_quest_gurdurr_evolve_b": "Evolve {{amount_0}} Gurdurr", - "quest_title_quest_hallo19_catch_specific_plural": "Catch {{amount_0}} Poochyena or Houndour", - "quest_title_quest_hallo19_catch_type_dark_plural": "Catch {{amount_0}} Dark-type Pokémon", - "quest_title_quest_hallo19_catch_type_ghost_plural": "Catch {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_hallo19_evolve_plural": "Evolve {{amount_0}} Duskull or Shuppet", - "quest_title_quest_hallo19_transfer_plural": "Transfer {{amount_0}} Pokémon", - "quest_title_quest_hatch_egg_plural": "Hatch {{amount_0}} Eggs", - "quest_title_quest_hatch_egg_routes_plural": "Hatch {{amount_0}} Eggs while following Routes", - "quest_title_quest_hatch_egg_routes_singular": "Hatch an Egg while following a Route", - "quest_title_quest_hatch_egg_singular": "Hatch an Egg", - "quest_title_quest_hoenn_celebration_research": "Hoenn Celebration Research", - "quest_title_quest_hoenn19_catch_specific_plural": "Hoenn Celebration: Catch {{amount_0}} Zigzagoon or Taillow", - "quest_title_quest_hoenn19_evolve_specific_plural": "Hoenn Celebration: Evolve {{amount_0}} Wurmple", - "quest_title_quest_hoenn19_hatch_eggs": "Hoenn Celebration: Hatch {{amount_0}} Eggs", - "quest_title_quest_hoppt_catch_b": "Catch {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_b": "Evolve {{amount_0}} Hoppip", - "quest_title_quest_hoppt_evolve_s1": "Evolve {{amount_0}} Skiploom", - "quest_title_quest_incense_or_dai_plural": "Use {{amount_0}} Incense or Daily Adventure Incense", - "quest_title_quest_incense_or_dai_singular": "Use an Incense or Daily Adventure Incense", - "quest_title_quest_incense_plural": "Use {{amount_0}} Incense", - "quest_title_quest_incense_routes_plural": "Use {{amount_0}} Incense while following Routes", - "quest_title_quest_incense_routes_singular": "Use an Incense while following a Route", - "quest_title_quest_incense_singular": "Use an Incense", - "quest_title_quest_jan19rsd_buddywalk_singular": "Feebas Research: Earn 1 Buddy Candy", - "quest_title_quest_jan19rsd_hatch_egg_singular": "Feebas Research: Hatch 1 Egg", - "quest_title_quest_jan19rsd_land_great_plural": "Feebas Research: Make {{amount_0}} Great Throws", - "quest_title_quest_jan19rsd_land_nice_plural": "Feebas Research: Make {{amount_0}} Nice Throws", - "quest_title_quest_johtofestival_catch_special17_plural": "Johto Festival: Catch {{amount_0}} Sunkern", - "quest_title_quest_johtofestival_catch_type_water_plural": "Johto Festival: Catch {{amount_0}} Water Pokémon", - "quest_title_quest_johtofestival_evolve_plural": "Johto Festival: Evolve {{amount_0}} Sunkern or Natu", - "quest_title_quest_johtofestival_land_excellent_plural": "Johto Festival: Make {{amount_0}} Excellent Throws", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Johto Festival: Make {{amount_0}} Great Curveball Throws in a row", - "quest_title_quest_johtofestival_win_raid_singular": "Johto Festival: Win a raid", - "quest_title_quest_kanto_green_bellsprout": "GO Tour: Catch Bellsprout", - "quest_title_quest_kanto_green_meowth": "GO Tour: Catch Meowth", - "quest_title_quest_kanto_green_sandshrew": "GO Tour: Catch Sandshrew", - "quest_title_quest_kanto_green_vulpix": "GO Tour: Catch Vulpix", - "quest_title_quest_kanto_hatch_plural": "GO Tour Kanto: Hatch {{amount_0}} Eggs", - "quest_title_quest_kanto_hatch_singular": "GO Tour Kanto: Hatch an Egg", - "quest_title_quest_kanto_npc_plural": "GO Tour Kanto: Defeat {{amount_0}} GO Tour Challengers", - "quest_title_quest_kanto_npc_singular": "GO Tour Kanto: Defeat a GO Tour Challenger", - "quest_title_quest_kanto_red_ekans": "GO Tour: Catch Ekans", - "quest_title_quest_kanto_red_growlithe": "GO Tour: Catch Growlithe", - "quest_title_quest_kanto_red_mankey": "GO Tour: Catch Mankey", - "quest_title_quest_kanto_red_oddish": "GO Tour: Catch Oddish", - "quest_title_quest_kecleon_catch": "Catch {{amount_0}} Kecleon", - "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "Make {{amount_0}} Curveball Throws on Ghost-type Pokémon", - "quest_title_quest_land_curveball_plural": "Make {{amount_0}} Curveball Throws", - "quest_title_quest_land_curveball_singular": "Make a Curveball Throw", - "quest_title_quest_land_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws", - "quest_title_quest_land_excellent_curveball_singular": "Make an Excellent Curveball Throw", - "quest_title_quest_land_excellent_plural": "Make {{amount_0}} Excellent Throws", - "quest_title_quest_land_excellent_singular": "Make an Excellent Throw", - "quest_title_quest_land_great_curve_inarow_type_ghost": "Make {{amount_0}} Great Curveball Throws in a row on Ghost-type Pokémon", - "quest_title_quest_land_great_curve_type_ghost": "Make {{amount_0}} Great Curveball Throws on Ghost-type Pokémon", - "quest_title_quest_land_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws", - "quest_title_quest_land_great_curveball_singular": "Make a Great Curveball Throw", - "quest_title_quest_land_great_plural": "Make {{amount_0}} Great Throws", - "quest_title_quest_land_great_singular": "Make a Great Throw", - "quest_title_quest_land_great_type_ghost": "Make {{amount_0}} Great Throws on Ghost-type Pokémon", - "quest_title_quest_land_inarow_curveball_plural": "Make {{amount_0}} Curveball Throws in a row", - "quest_title_quest_land_inarow_excellent_curveball_plural": "Make {{amount_0}} Excellent Curveball Throws in a row", - "quest_title_quest_land_inarow_excellent_plural": "Make {{amount_0}} Excellent Throws in a row", - "quest_title_quest_land_inarow_great_curveball_plural": "Make {{amount_0}} Great Curveball Throws in a row", - "quest_title_quest_land_inarow_great_plural": "Make {{amount_0}} Great Throws in a row", - "quest_title_quest_land_inarow_nice_curveball_plural": "Make {{amount_0}} Nice Curveball Throws in a row", - "quest_title_quest_land_inarow_nice_plural": "Make {{amount_0}} Nice Throws in a row", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "Make {{amount_0}} Nice Curveball Throws in a row on Ghost-type Pokémon", - "quest_title_quest_land_nice_curve_plural": "Make {{amount_0}} Nice Curveball Throws", - "quest_title_quest_land_nice_curve_singular": "Make a Nice Curveball Throw", - "quest_title_quest_land_nice_curve_type_ghost": "Make {{amount_0}} Nice Curveball Throws on Ghost-type Pokémon", - "quest_title_quest_land_nice_electric_plural": "Catch {{amount_0}} Electric-type Pokémon with Nice Throws", - "quest_title_quest_land_nice_plural": "Make {{amount_0}} Nice Throws", - "quest_title_quest_land_nice_singular": "Make a Nice Throw", - "quest_title_quest_land_nice_type_ghost": "Make {{amount_0}} Nice Throws on Ghost-type Pokémon", - "quest_title_quest_larvitar_cdc_evolve_b": "Evolve {{amount_0}} Larvitar", - "quest_title_quest_larvitar_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Larvitar", - "quest_title_quest_latias_wild_snap": "Take a snapshot of Latias in the wild", - "quest_title_quest_latios_wild_snap": "Take a snapshot of Latios in the wild", - "quest_title_quest_litten_catch_b": "Catch {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_plural": "Evolve {{amount_0}} Litten", - "quest_title_quest_litten_evolve_b_singular": "Evolve a Litten", - "quest_title_quest_litten_snapshot_b": "Take a Snapshot of {{amount_0}} Litten", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "Challenge a nearby Trainer by scanning their Battle Code.", - "quest_title_quest_lucky_plural": "Obtain {{amount_0}} Lucky Pokémon in trades", - "quest_title_quest_lucky_singular": "Obtain a Lucky Pokémon in a trade", - "quest_title_quest_lunar19_friends_trade_plural": "Trade {{amount_0}} Pokémon with a friend", - "quest_title_quest_macht_catch_b": "Catch {{amount_0}} Machop", - "quest_title_quest_macht_evolve_b": "Evolve {{amount_0}} Machop", - "quest_title_quest_macht_evolve_s1": "Evolve {{amount_0}} Machoke", - "quest_title_quest_magit_catch_b": "Catch {{amount_0}} Magikarp", - "quest_title_quest_magit_evolve_b": "Evolve {{amount_0}} Magikarp", - "quest_title_quest_magmt_catch_b": "Catch {{amount_0}} Magmar", - "quest_title_quest_magmt_evolve_b": "Evolve {{amount_0}} Magmar", - "quest_title_quest_mareep_catch_b": "Catch {{amount_0}} Mareep", - "quest_title_quest_mareep_evolve_b": "Evolve {{amount_0}} Mareep", - "quest_title_quest_mareep_snapshot_b": "Take a snapshot of {{amount_0}} Mareep", - "quest_title_quest_mega_evo_primal_rev_plural": "Activate Primal Reversion or Mega Evolve a Pokémon {{amount_0}} times", - "quest_title_quest_mega_evo_primal_rev_singular": "Activate Primal Reversion or Mega Evolve a Pokémon", - "quest_title_quest_mega_evolve_beedrill": "Mega Evolve a Beedrill", - "quest_title_quest_mega_evolve_blastoise": "Mega Evolve a Blastoise", - "quest_title_quest_mega_evolve_charizard": "Mega Evolve a Charizard", - "quest_title_quest_mega_evolve_diancie": "Mega Evolve Diancie", - "quest_title_quest_mega_evolve_plural": "Mega Evolve {{amount_0}} Pokémon", - "quest_title_quest_mega_evolve_rayquaza": "Mega Evolve Rayquaza", - "quest_title_quest_mega_evolve_singular": "Mega Evolve a Pokémon", - "quest_title_quest_mega_evolve_venusaur": "Mega Evolve a Venusaur", - "quest_title_quest_mega_join_raid_plural": "Battle in {{amount_0}} Mega Raids", - "quest_title_quest_mega_join_raid_singular": "Battle in a Mega Raid", - "quest_title_quest_mega_win_raid_plural": "Win {{amount_0}} Mega Raids", - "quest_title_quest_mega_win_raid_singular": "Win a Mega Raid", - "quest_title_quest_mesprit_wild_snap": "Take a snapshot of Mesprit in the wild", - "quest_title_quest_metang_evolve_b_singular": "Evolve a Metang", - "quest_title_quest_more_reseach_coming_soon": "More research requests will be coming soon!", - "quest_title_quest_mudkt_catch_b": "Catch {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_b": "Evolve {{amount_0}} Mudkip", - "quest_title_quest_mudkt_evolve_s1": "Evolve {{amount_0}} Marshtomp", - "quest_title_quest_new_friends_plural": "Make {{amount_0}} new friends", - "quest_title_quest_new_friends_singular": "Make a new friend", - "quest_title_quest_noibat_catch_b": "Catch {{amount_0}} Noibat", - "quest_title_quest_noibat_evolve_b": "Evolve {{amount_0}} Noibat", - "quest_title_quest_noibat_snapshot_b": "Take a snapshot of {{amount_0}} Noibat", - "quest_title_quest_oshat_catch_b": "Catch {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_b": "Evolve {{amount_0}} Oshawott", - "quest_title_quest_oshat_evolve_s1": "Evolve a Dewott", - "quest_title_quest_party_catch_electric_type_plural": "Catch {{amount_0}} Electric-type Pokémon while in a party", - "quest_title_quest_party_catch_electric_type_singular": "Catch a Electric-type Pokémon while in a party", - "quest_title_quest_party_catch_fire_type_plural": "Catch {{amount_0}} Fire-type Pokémon while in a party", - "quest_title_quest_party_catch_fire_type_singular": "Catch a Fire-type Pokémon while in a party", - "quest_title_quest_party_catch_normal_type_plural": "Catch {{amount_0}} Normal-type Pokémon while in a party", - "quest_title_quest_party_catch_normal_type_singular": "Catch a Normal-type Pokémon while in a party", - "quest_title_quest_party_catch_water_type_plural": "Catch {{amount_0}} Water-type Pokémon while in a party", - "quest_title_quest_party_catch_water_type_singular": "Catch a Water-type Pokémon while in a party", - "quest_title_quest_party_challenge_plural": "Complete {{amount_0}} Party Challenges", - "quest_title_quest_party_challenge_singular": "Complete a Party Challenge", - "quest_title_quest_platinum_johto_badge": "Earn the platinum Johto medal", - "quest_title_quest_platinum_kanto_badge": "Earn the platinum Kanto medal", - "quest_title_quest_platinum_medal_plural": "Earn {{amount_0}} platinum medals", - "quest_title_quest_platinum_medal_plural_five": "Earn 5 platinum medals", - "quest_title_quest_platinum_medal_plural_forty": "Earn 40 platinum medals", - "quest_title_quest_platinum_medal_plural_ten": "Earn 10 platinum medals", - "quest_title_quest_platinum_medal_plural_twenty": "Earn 20 platinum medals", - "quest_title_quest_platinum_medal_singular": "Earn a platinum medal", - "quest_title_quest_play_buddy_singular": "Play with your buddy", - "quest_title_quest_pokemon_appears": "Pokémon appears!", - "quest_title_quest_poliwag_catch_b": "Catch {{amount_0}} Poliwag", - "quest_title_quest_poliwag_evolve_b": "Evolve {{amount_0}} Poliwag", - "quest_title_quest_poliwag_snapshot_b": "Take {{amount_0}} snapshots of Poliwag", - "quest_title_quest_poliwhirl_evolve_b": "Evolve {{amount_0}} Poliwhirl", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "Catch {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_plural": "Evolve {{amount_0}} Popplio", - "quest_title_quest_popplio_evolve_b_singular": "Evolve a Popplio", - "quest_title_quest_porygon_catch_b": "Catch {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_plural": "Evolve {{amount_0}} Porygon", - "quest_title_quest_porygon_evolve_b_singular": "Evolve a Porygon", - "quest_title_quest_porygon_snapshot_b": "Take a snapshot of {{amount_0}} Porygon", - "quest_title_quest_porygon2_evolve_b_plural": "Evolve {{amount_0}} Porygon2", - "quest_title_quest_porygon2_evolve_b_singular": "Evolve a Porygon2", - "quest_title_quest_poryt_catch_b": "Catch {{amount_0}} Porygon", - "quest_title_quest_poryt_catch_s1": "Catch {{amount_0}} Porygon2", - "quest_title_quest_poryt_evolve_b": "Evolve {{amount_0}} Porygon", - "quest_title_quest_poryt_evolve_s1": "Evolve {{amount_0}} Porygon2", - "quest_title_quest_power_up_dragon_plural": "Power up Dragon-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_fire_ice": "Power up Fire- or Ice-type Pokémon 5 times", - "quest_title_quest_power_up_grass_ghost": "Power up Grass- or Ghost-type Pokémon 5 times", - "quest_title_quest_power_up_legendary_plural": "Power up Legendary or Mythical Pokémon {{amount_0}} times", - "quest_title_quest_power_up_legendary_singular": "Power up a Legendary or Mythical Pokémon", - "quest_title_quest_power_up_max_plural": "Power up {{amount_0}} Pokémon to their max CP", - "quest_title_quest_power_up_max_singular": "Power up a Pokémon to its max CP", - "quest_title_quest_power_up_plural": "Power up Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_bug": "Power up Bug-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_dark": "Power up Dark-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_dragon": "Power up Dragon-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_electric": "Power up Electric-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_fairy": "Power up Fairy-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_fighting": "Power up Fighting-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_fire": "Power up Fire-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_flying": "Power up Flying-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_ghost": "Power up Ghost-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_grass": "Power up Grass-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_ground": "Power up Ground-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_ice": "Power up Ice-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_normal": "Power up Normal-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_poison": "Power up Poison-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_psychic": "Power up Psychic-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_rock": "Power up Rock-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_rock_fairy": "Power up Rock- or Fairy-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_steel": "Power up Steel-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_plural_water": "Power up Water-type Pokémon {{amount_0}} times", - "quest_title_quest_power_up_poison_rock": "Power up Poison- or Rock-type Pokémon 5 times", - "quest_title_quest_power_up_singular": "Power up a Pokémon", - "quest_title_quest_power_up_singular_marshadow": "Power up Marshadow", - "quest_title_quest_power_up_water_normal": "Power up Normal- or Water-type Pokémon 5 times", - "quest_title_quest_primal_raid_victory_groudon": "Win a Primal Groudon raid", - "quest_title_quest_primal_raid_victory_kyogre": "Win a Primal Kyogre raid", - "quest_title_quest_primal_raid_victory_plural": "Win {{amount_0}} Primal Raids", - "quest_title_quest_primal_raid_victory_singular": "Win a Primal Raid", - "quest_title_quest_primal_reversion_plural": "Activate Primal Reversion {{amount_0}} times", - "quest_title_quest_primal_reversion_singular": "Activate Primal Reversion", - "quest_title_quest_primal_surge_candy": "Primal Surge: Earn a Candy walking with your buddy", - "quest_title_quest_primal_surge_catch": "Primal Surge: Catch 10 Pokémon", - "quest_title_quest_primal_surge_hatch": "Primal Surge: Hatch an Egg", - "quest_title_quest_primal_surge_power_ground": "Primal Surge: Power up Ground-type Pokémon 5 times", - "quest_title_quest_primal_surge_power_water": "Primal Surge: Power up Water-type Pokémon 5 times", - "quest_title_quest_primal_surge_raid": "Primal Surge: Win a raid", - "quest_title_quest_psychicspec_catch_abra_plural": "Catch {{amount_0}} Abra or Drowzee", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "Catch {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_psychicspec_evolve_plural": "Evolve {{amount_0}} Exeggcute or Slowpoke", - "quest_title_quest_quaxly_evolve_b": "Evolve a Quaxly", - "quest_title_quest_quaxwell_evolve_b": "Evolve a Quaxwell", - "quest_title_quest_quilava_evolve_b_plural": "Evolve {{amount_0}} Quilava", - "quest_title_quest_quilava_evolve_b_singular": "Evolve a Quilava", - "quest_title_quest_quilladin_evolve_b": "Evolve {{amount_0}} Quilladin", - "quest_title_quest_raboot_evolve": "Evolve a Raboot", - "quest_title_quest_raid_friend_singular": "Raid with a friend", - "quest_title_quest_raid_t5_win": "Win a five-star raid", - "quest_title_quest_raid_with_buddy_plural": "Battle in {{amount_0}} raids with your buddy", - "quest_title_quest_raid_with_buddy_singular": "Battle in a raid with your buddy", - "quest_title_quest_reach_hoenn_gold": "Earn a gold Hoenn medal", - "quest_title_quest_reach_johto_gold": "Earn a gold Johto medal", - "quest_title_quest_reach_kanto_gold": "Earn a gold Kanto medal", - "quest_title_quest_reach_kanto_silver": "Earn a silver Kanto medal", - "quest_title_quest_reach_level": "Reach level {{amount_0}}", - "quest_title_quest_referral_initial_milestone": "Logged in to Pokémon GO", - "quest_title_quest_remove_bonus_challenge_desc": "You’ll receive another task tomorrow.", - "quest_title_quest_reward_desc_1": "Collect stamps to unlock Research Breakthroughs from Professor Willow!", - "quest_title_quest_reward_desc_2": "Next Breakthrough in", - "quest_title_quest_reward_desc_3_plural": "{{amount_0}} more stamps!", - "quest_title_quest_reward_desc_3_singular": "{{amount_0}} more stamp!", - "quest_title_quest_reward_encounter_later": "Later", - "quest_title_quest_reward_encounter_uses_ar": "You must be in AR mode to catch this Pokémon.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "A mysterious Pokémon has appeared!", - "quest_title_quest_reward_start_encounter": "Start Encounter", - "quest_title_quest_rocket_battle_plural": "Battle {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rocket_battle_win_plural": "Defeat {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rocket_battle_win_singular": "Defeat a Team GO Rocket Grunt", - "quest_title_quest_rocket_catch_shadow_singular": "Catch a Shadow Pokémon", - "quest_title_quest_rocket_evolve_plural": "Evolve {{amount_0}} Pokémon", - "quest_title_quest_rocket_leader_battle_win_singular": "Defeat a Team GO Rocket Leader", - "quest_title_quest_rocket_power_up_plural": "Power up Pokémon {{amount_0}} times", - "quest_title_quest_rocket_purify_dark_plural": "Purify {{amount_0}} Dark-type Shadow Pokémon", - "quest_title_quest_rocket_purify_fire_plural": "Purify {{amount_0}} Fire-type Shadow Pokémon", - "quest_title_quest_rocket_purify_plural": "Purify {{amount_0}} Shadow Pokémon", - "quest_title_quest_rocket_purify_type_singular": "Purify a Fire-, Water-, or Grass-type Shadow Pokémon", - "quest_title_quest_rocket_rescue_shadow_plural": "Rescue {{amount_0}} Shadow Pokémon", - "quest_title_quest_rocket_shadow_plural": "Catch {{amount_0}} Shadow Pokémon", - "quest_title_quest_rockethq1_arlo_win": "Defeat Team GO Rocket Leader Arlo", - "quest_title_quest_rockethq1_arlo_win_plural": "Defeat Team GO Rocket Leader Arlo {{amount_0}} times", - "quest_title_quest_rockethq1_battle_boss": "Battle the Team GO Rocket Boss", - "quest_title_quest_rockethq1_catch_legendary_shadow": "Catch a Legendary Shadow Pokémon", - "quest_title_quest_rockethq1_catch_shadow1": "Catch {{amount_0}} Shadow Pokémon", - "quest_title_quest_rockethq1_cliff_win": "Defeat Team GO Rocket Leader Cliff", - "quest_title_quest_rockethq1_cliff_win_plural": "Defeat Team GO Rocket Leader Cliff {{amount_0}} times", - "quest_title_quest_rockethq1_defeat_boss": "Defeat the Team GO Rocket Boss", - "quest_title_quest_rockethq1_find_boss": "Find the Team GO Rocket Boss", - "quest_title_quest_rockethq1_grunt_win1": "Defeat {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rockethq1_grunt_win2": "Defeat {{amount_0}} Team GO Rocket Grunts", - "quest_title_quest_rockethq1_leader_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", - "quest_title_quest_rockethq1_leaders_win_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times", - "quest_title_quest_rockethq1_purify": "Purify {{amount_0}} Shadow Pokémon", - "quest_title_quest_rockethq1_raid_win": "Win {{amount_0}} raids", - "quest_title_quest_rockethq1_sierra_win": "Defeat Team GO Rocket Leader Sierra", - "quest_title_quest_rockethq1_sierra_win_plural": "Defeat Team GO Rocket Leader Sierra {{amount_0}} times", - "quest_title_quest_rockethq1_spin": "Spin {{amount_0}} PokéStops", - "quest_title_quest_rockethq1_spin_row": "Spin a PokéStop {{amount_0}} days in a row", - "quest_title_quest_rockethq1_supereffective": "Use {{amount_0}} supereffective Charged Attacks in Gym battles", - "quest_title_quest_rockethq1_trainerbattle_win": "Win {{amount_0}} Great League Trainer Battles against another Trainer", - "quest_title_quest_roggenrola_catch_b": "Catch {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_evolve_b": "Evolve {{amount_0}} Roggenrola", - "quest_title_quest_roggenrola_snapshot_b": "Take {{amount_0}} snapshots of Roggenrola", - "quest_title_quest_roset_catch_b": "Catch {{amount_0}} Roselia", - "quest_title_quest_roset_evolve_b": "Evolve {{amount_0}} Roselia", - "quest_title_quest_rowlet_catch_b": "Catch {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_plural": "Evolve {{amount_0}} Rowlet", - "quest_title_quest_rowlet_evolve_b_singular": "Evolve {{amount_0}} Rowlet", - "quest_title_quest_rowlet_snapshot_b": "Take a snapshot of {{amount_0}} Rowlet", - "quest_title_quest_sandt_catch_b": "Catch {{amount_0}} Sandshrew", - "quest_title_quest_sandt_evolve_b": "Evolve {{amount_0}} Sandshrew", - "quest_title_quest_scorbunny_evolve": "Evolve a Scorbunny", - "quest_title_quest_send_gifts_daily_row": "Send Gifts {{amount_0}} Days in a Row", - "quest_title_quest_send_gifts_plural": "Send {{amount_0}} Gifts to friends", - "quest_title_quest_send_gifts_singular": "Send a Gift to a friend", - "quest_title_quest_send_gifts_sticker_plural": "Send {{amount_0}} Gifts and add a sticker to each", - "quest_title_quest_send_gifts_sticker_singular": "Send a Gift with a sticker", - "quest_title_quest_shelgon_evolve_b_plural": "Evolve {{amount_0}} Shelgon", - "quest_title_quest_shelgon_evolve_b_singular": "Evolve a Shelgon", - "quest_title_quest_shint_catch_b": "Catch {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_b": "Evolve {{amount_0}} Shinx", - "quest_title_quest_shint_evolve_s1": "Evolve {{amount_0}} Luxio", - "quest_title_quest_sinnoh_evolve_plural": "Evolve {{amount_0}} Pokémon to species originally discovered in the Sinnoh region", - "quest_title_quest_sinnoh_evolve_stone_plural": "Use a Sinnoh Stone to evolve {{amount_0}} Pokémon", - "quest_title_quest_sinnoh_medal_gold": "Earn a gold Sinnoh medal", - "quest_title_quest_sliggoo_evolve_b_plural": "Evolve {{amount_0}} Sliggoo", - "quest_title_quest_sliggoo_evolve_b_singular": "Evolve a Sliggoo", - "quest_title_quest_slowpoke_catch_b": "Catch {{amount_0}} Slowpoke or Galarian Slowpoke", - "quest_title_quest_slowpoke_evolve_b": "Evolve {{amount_0}} Slowpoke or Galarian Slowpoke", - "quest_title_quest_slowpoke_snapshot_b": "Take a snapshot of {{amount_0}} Slowpoke or Galarian Slowpoke", - "quest_title_quest_snapshot_ar_photo_safari": "Take a Snapshot with your Buddy at the PGO Tent", - "quest_title_quest_snapshot_bali": "Take a snapshot in Bali", - "quest_title_quest_snapshot_buddy": "Take a snapshot with your buddy", - "quest_title_quest_snapshot_bulbasaur": "Take a snapshot of Bulbasaur", - "quest_title_quest_snapshot_charmander": "Take a snapshot of Charmander", - "quest_title_quest_snapshot_chikorita": "Take a snapshot of your Chikorita", - "quest_title_quest_snapshot_cyndaquil": "Take a snapshot of your Cyndaquil", - "quest_title_quest_snapshot_genesect": "Take {{amount_0}} snapshots of Genesect", - "quest_title_quest_snapshot_hariyama": "Take a snapshot of your Hariyama", - "quest_title_quest_snapshot_hoopa_singular": "Take a snapshot of Hoopa", - "quest_title_quest_snapshot_jeju": "Take a snapshot on Jeju Island", - "quest_title_quest_snapshot_keldeo": "Take {{amount_0}} snapshots of Keldeo", - "quest_title_quest_snapshot_landorus": "Take a snapshot of Landorus", - "quest_title_quest_snapshot_machamp": "Take a snapshot of your Machamp", - "quest_title_quest_snapshot_okinawa": "Take a snapshot in Okinawa", - "quest_title_quest_snapshot_poison_grass_singular": "Take a snapshot of a wild Poison-type Pokémon", - "quest_title_quest_snapshot_regi_ice": "Take a snapshot of Regice", - "quest_title_quest_snapshot_regi_rock": "Take a snapshot of Regirock", - "quest_title_quest_snapshot_regi_steel": "Take a snapshot of Registeel", - "quest_title_quest_snapshot_scrafty": "Take a snapshot of your Scrafty", - "quest_title_quest_snapshot_singular": "Take a snapshot", - "quest_title_quest_snapshot_storage_bug_unique_plural": "Take snapshots of {{amount_0}} different Bug-type Pokémon that you caught", - "quest_title_quest_snapshot_storage_steel_unique_plural": "Take snapshots of {{amount_0}} different Steel-type Pokémon that you caught", - "quest_title_quest_snapshot_storage_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", - "quest_title_quest_snapshot_surabaya": "Take a snapshot in Surabaya", - "quest_title_quest_snapshot_thundurus": "Take a snapshot of Thundurus", - "quest_title_quest_snapshot_tornadus": "Take a snapshot of Tornadus", - "quest_title_quest_snapshot_totodile": "Take a snapshot of your Totodile", - "quest_title_quest_snapshot_unique_fire_pokemon": "Take snapshots of {{amount_0}} different Fire-type Pokémon", - "quest_title_quest_snapshot_unique_pokemon": "Take snapshots of {{amount_0}} different Pokémon", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Take a snapshot of Shinx, Blitzle, or Furfrou in the wild", - "quest_title_quest_snapshot_wild_bug_plural": "Take {{amount_0}} snapshots of wild Bug-type Pokémon", - "quest_title_quest_snapshot_wild_bug_unique_plural": "Take snapshots of {{amount_0}} different wild Bug-type Pokémon", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Take a snapshot of Butterfree, Shinx, or Blitzle in the wild", - "quest_title_quest_snapshot_wild_dark_plural": "Take {{amount_0}} snapshots of wild Dark-type Pokémon", - "quest_title_quest_snapshot_wild_dark_unique_plural": "Take snapshots of {{amount_0}} different wild Dark-type Pokémon", - "quest_title_quest_snapshot_wild_dragon_plural": "Take {{amount_0}} snapshots of wild Dragon-type Pokémon", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "Take snapshots of {{amount_0}} different wild Dragon-type Pokémon", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Take a snapshot of Chinchou, Finneon, or Ducklett in the wild", - "quest_title_quest_snapshot_wild_eevee": "Take a snapshot of Eevee in the wild", - "quest_title_quest_snapshot_wild_electric_plural": "Take {{amount_0}} snapshots of wild Electric-type Pokémon", - "quest_title_quest_snapshot_wild_electric_unique_plural": "Take snapshots of {{amount_0}} different wild Electric-type Pokémon", - "quest_title_quest_snapshot_wild_entei": "Take a snapshot of Entei in the wild", - "quest_title_quest_snapshot_wild_fairy_plural": "Take {{amount_0}} snapshots of wild Fairy-type Pokémon", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Fairy-type Pokémon", - "quest_title_quest_snapshot_wild_fighting_plural": "Take {{amount_0}} snapshots of wild Fighting-type Pokémon", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "Take snapshots of {{amount_0}} different wild Fighting-type Pokémon", - "quest_title_quest_snapshot_wild_fire_plural": "Take {{amount_0}} snapshots of wild Fire-type Pokémon", - "quest_title_quest_snapshot_wild_fire_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-type Pokémon", - "quest_title_quest_snapshot_wild_flying_plural": "Take {{amount_0}} snapshots of wild Flying-type Pokémon", - "quest_title_quest_snapshot_wild_flying_unique_plural": "Take snapshots of {{amount_0}} different wild Flying-type Pokémon", - "quest_title_quest_snapshot_wild_frillish_absol": "Take a snapshot of Absol or Frillish in the wild", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Take a snapshot of Sandshrew, Geodude, or Cacnea in the wild", - "quest_title_quest_snapshot_wild_ghost_plural": "Take {{amount_0}} snapshots of wild Ghost-type Pokémon", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "Take snapshots of {{amount_0}} different wild Ghost-type Pokémon", - "quest_title_quest_snapshot_wild_grass_plural": "Take {{amount_0}} snapshots of wild Grass-type Pokémon", - "quest_title_quest_snapshot_wild_grass_singular": "Take a snapshot of a wild Grass-type Pokémon", - "quest_title_quest_snapshot_wild_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Grass-type Pokémon", - "quest_title_quest_snapshot_wild_ground_plural": "Take {{amount_0}} snapshots of wild Ground-type Pokémon", - "quest_title_quest_snapshot_wild_ground_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-type Pokémon", - "quest_title_quest_snapshot_wild_hoothoot": "Take a snapshot of Hoothoot in the wild", - "quest_title_quest_snapshot_wild_ice_plural": "Take {{amount_0}} snapshots of wild Ice-type Pokémon", - "quest_title_quest_snapshot_wild_ice_singular": "Take a snapshot of a wild Ice-type Pokémon", - "quest_title_quest_snapshot_wild_ice_unique_plural": "Take snapshots of {{amount_0}} different wild Ice-type Pokémon", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Take a snapshot of Metapod, Aipom, or Lotad in the wild", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Take a snapshot of Chinchou, Luvdisc, or Finneon in the wild", - "quest_title_quest_snapshot_wild_mareanie_singluar": "Take a snapshot of Mareanie in the wild", - "quest_title_quest_snapshot_wild_normal_plural": "Take {{amount_0}} snapshots of wild Normal-type Pokémon", - "quest_title_quest_snapshot_wild_normal_unique_plural": "Take snapshots of {{amount_0}} different wild Normal-type Pokémon", - "quest_title_quest_snapshot_wild_plural": "Take {{amount_0}} snapshots of wild Pokémon", - "quest_title_quest_snapshot_wild_poison_plural": "Take {{amount_0}} snapshots of wild Poison-type Pokémon", - "quest_title_quest_snapshot_wild_poison_unique_plural": "Take snapshots of {{amount_0}} different wild Poison-type Pokémon", - "quest_title_quest_snapshot_wild_psychic_plural": "Take {{amount_0}} snapshots of wild Psychic-type Pokémon", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "Take snapshots of {{amount_0}} different wild Psychic-type Pokémon", - "quest_title_quest_snapshot_wild_raikou": "Take a snapshot of Raikou in the wild", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "Take snapshots of {{amount_0}} different wild Ground-, Rock-, or Fairy-type Pokémon", - "quest_title_quest_snapshot_wild_rock_plural": "Take {{amount_0}} snapshots of wild Rock-type Pokémon", - "quest_title_quest_snapshot_wild_rock_unique_plural": "Take snapshots of {{amount_0}} different wild Rock-type Pokémon", - "quest_title_quest_snapshot_wild_singular": "Take a snapshot of a wild Pokémon", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Take a snapshot of Dodrio, Mantine, or Skarmory in the wild", - "quest_title_quest_snapshot_wild_skitty_kirlia": "Take a snapshot of Kirlia or Skitty in the wild", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Take a snapshot of Sneasel, Croagunk, or Frillish in the wild", - "quest_title_quest_snapshot_wild_steel_plural": "Take {{amount_0}} snapshots of wild Steel-type Pokémon", - "quest_title_quest_snapshot_wild_steel_unique_plural": "Take snapshots of {{amount_0}} different wild Steel-type Pokémon", - "quest_title_quest_snapshot_wild_suicune": "Take a snapshot of Suicune in the wild", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Take a snapshot of Sandshrew, Trapinch, or Cacnea in the wild", - "quest_title_quest_snapshot_wild_unique_plural": "Take snapshots of {{amount_0}} different wild Pokémon", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "Take snapshots of {{amount_0}} different wild Fire-, Water-, or Grass-type Pokémon", - "quest_title_quest_snapshot_wild_water_plural": "Take {{amount_0}} snapshots of wild Water-type Pokémon", - "quest_title_quest_snapshot_wild_water_singular": "Take a snapshot of wild Water-type Pokémon", - "quest_title_quest_snapshot_wild_water_unique_plural": "Take snapshots of {{amount_0}} different wild Water-type Pokémon", - "quest_title_quest_snapshot_yogyakarta": "Take a snapshot in Yogyakarta", - "quest_title_quest_snapshots_inarow_plural": "Take a snapshot of a Pokémon {{amount_0}} days in a row", - "quest_title_quest_snapshots_plural": "Take {{amount_0}} snapshots", - "quest_title_quest_snapshots_your_plural": "Take {{amount_0}} snapshots of your Pokémon", - "quest_title_quest_snapshots_your_singular": "Take a snapshot of one of your Pokémon", - "quest_title_quest_snivt_catch_b": "Catch {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_b": "Evolve {{amount_0}} Snivy", - "quest_title_quest_snivt_evolve_s1": "Evolve {{amount_0}} Servine", - "quest_title_quest_sobble_evolve": "Evolve a Sobble", - "quest_title_quest_sphet_catch_b": "Catch {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_b": "Evolve {{amount_0}} Spheal", - "quest_title_quest_sphet_evolve_s1": "Evolve {{amount_0}} Sealeo", - "quest_title_quest_spin_151": "Spin 151 PokéStops or Gyms", - "quest_title_quest_spin_daysinarow": "Visit PokéStops {{amount_0}} days in a row", - "quest_title_quest_spin_go_tour_habitat_01": "Spin {{amount_0}} PokéStops or Gyms in the Seaside Metropolis habitat", - "quest_title_quest_spin_go_tour_habitat_02": "Spin {{amount_0}} PokéStops or Gyms in the Entangled Ruins habitat", - "quest_title_quest_spin_go_tour_habitat_03": "Spin {{amount_0}} PokéStops or Gyms in the Bubbling Mire habitat", - "quest_title_quest_spin_go_tour_habitat_04": "Spin {{amount_0}} PokéStops or Gyms in the Mountain Hot Spring habitat", - "quest_title_quest_spin_go_tour_spiritomb_plural": "Spin {{amount_0}} different Spiritomb PokéStops", - "quest_title_quest_spin_go_tour_spiritomb_singular": "Spin a Spiritomb PokéStop", - "quest_title_quest_spin_mexico_plural": "Spin {{amount_0}} PokéStops in Mexico", - "quest_title_quest_spin_mexico_singular": "Spin a PokéStop in Mexico", - "quest_title_quest_spin_pokestop_days": "Visit PokéStops on {{amount_0}} different days", - "quest_title_quest_spin_ultra_wormhole_gym": "Spin the Gym marked “Ultra Wormhole”", - "quest_title_quest_spin_wcs_2024": "Spin 10 PokéStops or Gyms at the Hawaiʻi Convention Center", - "quest_title_quest_sprigatito_evolve_b": "Evolve a Sprigatito", - "quest_title_quest_squirtle_catch_b": "Catch {{amount_0}} Squirtle", - "quest_title_quest_squirtle_evolve_b": "Evolve {{amount_0}} Squirtle", - "quest_title_quest_squirtle_snapshot_b": "Take {{amount_0}} snapshots of Squirtle", - "quest_title_quest_st_catch_s": "Catch 15 Seedot", - "quest_title_quest_st_evolve_n": "Evolve a Nuzleaf", - "quest_title_quest_st_evolve_s": "Evolve 3 Seedot", - "quest_title_quest_stardust_plural": "Earn {{amount_0}} Stardust", - "quest_title_quest_starly_catch_b": "Catch {{amount_0}} Starly", - "quest_title_quest_starly_evolve_b": "Evolve {{amount_0}} Starly", - "quest_title_quest_starly_snapshot_b": "Take {{amount_0}} snapshots of Starly", - "quest_title_quest_start_battle": "START BATTLE!", - "quest_title_quest_steenee_evolve_b_plural": "Evolve {{amount_0}} Steenee", - "quest_title_quest_steenee_evolve_b_singular": "Evolve a Steenee", - "quest_title_quest_streak_format": "{{amount_0}} DAY STREAK!", - "quest_title_quest_stuff_catch_b": "Catch {{amount_0}} Stufful", - "quest_title_quest_stuff_evolve_b": "Evolve {{amount_0}} Stufful", - "quest_title_quest_stuff_snapshot_b": "Take {{amount_0}} snapshots of Stufful in the wild", - "quest_title_quest_supereffective_charge_party_plural": "Use {{amount_0}} supereffective Charged Attacks while in a party", - "quest_title_quest_supereffective_charge_party_singular": "Use a supereffective Charged Attack while in a party", - "quest_title_quest_supereffective_charge_plural": "Use {{amount_0}} supereffective Charged Attacks", - "quest_title_quest_supereffective_charge_singular": "Use a supereffective Charged Attack", - "quest_title_quest_surskit_catch": "Catch {{amount_0}} Surskit", - "quest_title_quest_swabt_catch_b": "Catch {{amount_0}} Swablu", - "quest_title_quest_swabt_evolve_b": "Evolve {{amount_0}} Swablu", - "quest_title_quest_swinub_cdc_evolve_b": "Evolve {{amount_0}} Swinub", - "quest_title_quest_swinub_cdc_snapshot_b": "Take a snapshot of {{amount_0}} Swinub", - "quest_title_quest_teddiursa_catch_b": "Catch {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_evolve_b": "Evolve {{amount_0}} Teddiursa", - "quest_title_quest_teddiursa_snapshot_b": "Take a snapshot of {{amount_0}} Teddiursa", - "quest_title_quest_template.display.branches#0.button_text_key": "Raids, Grunts, and Gyms!", - "quest_title_quest_template.display.branches#0.description_key": "By choosing this path, you’ll be given tasks related to challenging Gyms, raids, and Team GO Rocket members to earn rewards such as an encounter with Charizard and more.", - "quest_title_quest_template.display.branches#1.button_text_key": "GO Battle League!", - "quest_title_quest_template.display.branches#1.description_key": "By choosing this path, you’ll be challenged with tasks related to battling other Trainers to earn rewards such as an encounter with Charizard and more.", - "quest_title_quest_tepit_catch_b": "Catch {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_b": "Evolve {{amount_0}} Tepig", - "quest_title_quest_tepit_evolve_s1": "Evolve {{amount_0}} Pignite", - "quest_title_quest_thwackey_evolve": "Evolve a Thwackey", - "quest_title_quest_timburr_catch_b": "Catch {{amount_0}} Timburr", - "quest_title_quest_timburr_evolve_b": "Evolve {{amount_0}} Timburr", - "quest_title_quest_timburr_snapshot_b": "Take a snapshot of {{amount_0}} Timburr", - "quest_title_quest_time_remaining_day_plural": "{{amount_0}} days left to complete this Special Research", - "quest_title_quest_time_remaining_day_singular": "{{amount_0}} day left to complete this Special Research", - "quest_title_quest_togetic_catch_b": "Catch {{amount_0}} Togetic", - "quest_title_quest_togetic_evolve_b": "Evolve {{amount_0}} Togetic", - "quest_title_quest_togetic_snapshot_b": "Take a snapshot of {{amount_0}} Togetic", - "quest_title_quest_torracat_evolve_b_plural": "Evolve {{amount_0}} Torracat", - "quest_title_quest_torracat_evolve_b_singular": "Evolve a Torracat", - "quest_title_quest_trade_50km_plural": "Make {{amount_0}} trades with Pokémon caught at least 50 km apart", - "quest_title_quest_trade_100km_plural": "Make {{amount_0}} trades with Pokémon caught at least 100 km apart", - "quest_title_quest_trade_200km_plural": "Make {{amount_0}} trades with Pokémon caught at least 200 km apart", - "quest_title_quest_trade_300km_plural": "Make {{amount_0}} trades with Pokémon caught at least 300 km apart", - "quest_title_quest_trade_400km_plural": "Make {{amount_0}} trades with Pokémon caught at least 400 km apart", - "quest_title_quest_trade_500km_plural": "Make {{amount_0}} trades with Pokémon caught at least 500 km apart", - "quest_title_quest_trade_500km_singular": "Make a trade with Pokémon caught at least 500 km apart", - "quest_title_quest_trade_pikachu_plural": "Trade {{amount_0}} Pikachu", - "quest_title_quest_trade_plural": "Trade Pokémon {{amount_0}} times", - "quest_title_quest_trade_singular": "Trade a Pokémon", - "quest_title_quest_transfer_pidgey_plural": "Transfer {{amount_0}} Pidgey", - "quest_title_quest_transfer_pokemon_plural": "Transfer {{amount_0}} Pokémon", - "quest_title_quest_transfer_pokemon_singular": "Transfer a Pokémon", - "quest_title_quest_transfer_rock_or_poison_plural": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", - "quest_title_quest_transfer_rock_poison": "Transfer {{amount_0}} Rock- or Poison-type Pokémon", - "quest_title_quest_transfer_type_bug_plural": "Transfer {{amount_0}} Bug-type Pokémon", - "quest_title_quest_transfer_type_dark_plural": "Transfer {{amount_0}} Dark-type Pokémon", - "quest_title_quest_transfer_type_dragon_plural": "Transfer {{amount_0}} Dragon-type Pokémon", - "quest_title_quest_transfer_type_electric_plural": "Transfer {{amount_0}} Electric-type Pokémon", - "quest_title_quest_transfer_type_fairy_plural": "Transfer {{amount_0}} Fairy-type Pokémon", - "quest_title_quest_transfer_type_fighting_plural": "Transfer {{amount_0}} Fighting-type Pokémon", - "quest_title_quest_transfer_type_fire_plural": "Transfer {{amount_0}} Fire-type Pokémon", - "quest_title_quest_transfer_type_flying_plural": "Transfer {{amount_0}} Flying-type Pokémon", - "quest_title_quest_transfer_type_ghost_plural": "Transfer {{amount_0}} Ghost-type Pokémon", - "quest_title_quest_transfer_type_grass_plural": "Transfer {{amount_0}} Grass-type Pokémon", - "quest_title_quest_transfer_type_ground_plural": "Transfer {{amount_0}} Ground-type Pokémon", - "quest_title_quest_transfer_type_ice_plural": "Transfer {{amount_0}} Ice-type Pokémon", - "quest_title_quest_transfer_type_normal_plural": "Transfer {{amount_0}} Normal-type Pokémon", - "quest_title_quest_transfer_type_poison_plural": "Transfer {{amount_0}} Poison-type Pokémon", - "quest_title_quest_transfer_type_psychic_plural": "Transfer {{amount_0}} Psychic-type Pokémon", - "quest_title_quest_transfer_type_rock_plural": "Transfer {{amount_0}} Rock-type Pokémon", - "quest_title_quest_transfer_type_steel_plural": "Transfer {{amount_0}} Steel-type Pokémon", - "quest_title_quest_transfer_type_water_plural": "Transfer {{amount_0}} Water-type Pokémon", - "quest_title_quest_travel_routes_km_plural": "Walk {{amount_0}} km while traveling Routes", - "quest_title_quest_travel_routes_meters_plural": "Walk {{amount_0}} m while traveling Routes", - "quest_title_quest_tynamo_catch_b": "Catch {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_plural": "Evolve {{amount_0}} Tynamo", - "quest_title_quest_tynamo_evolve_b_singular": "Evolve a Tynamo", - "quest_title_quest_under_investigation": "Professor Willow is currently performing an investigation regarding this research. Check back for more details soon!", - "quest_title_quest_urd22_june_battle_gym": "Research Day: Battle in a Gym", - "quest_title_quest_urd22_june_battle_raid": "Research Day: Battle in a raid", - "quest_title_quest_urd22_june_beries": "Research Day: Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_urd22_june_catch_rock": "Research Day: Catch {{amount_0}} Rock-type Pokémon", - "quest_title_quest_urd22_june_catch_weather": "Research Day: Catch {{amount_0}} Pokémon with Weather Boost", - "quest_title_quest_urd22_june_curveball": "Research Day: Land {{amount_0}} Curveball Throws", - "quest_title_quest_urd22_june_curveball_row": "Research Day: Land {{amount_0}} Curveball Throws in a row", - "quest_title_quest_urd22_june_evolve_rock": "Research Day: Evolve {{amount_0}} Rock-type Pokémon", - "quest_title_quest_urd22_june_gift_sticker": "Research Day: Send {{amount_0}} Gifts with stickers", - "quest_title_quest_urd22_june_great": "Research Day: Land {{amount_0}} Great Throws", - "quest_title_quest_urd22_june_great_row": "Research Day: Land {{amount_0}} Great Throws in a row", - "quest_title_quest_urd22_june_nice": "Research Day: Land {{amount_0}} Nice Throws", - "quest_title_quest_urd22_june_nice_row": "Research Day: Land {{amount_0}} Nice Throws in a row", - "quest_title_quest_urd22_june_powerup": "Research Day: Power up a Pokémon {{amount_0}} times", - "quest_title_quest_urd22_june_snap_rock": "Research Day: Take a snapshot of a wild Rock-type Pokémon", - "quest_title_quest_urd22_june_spin_stops": "Research Day: Spin {{amount_0}} PokéStops", - "quest_title_quest_urd22_june_supereffective": "Research Day: Use a supereffective Charged Attack", - "quest_title_quest_ursaring_evolve_b": "Evolve {{amount_0}} Ursaring", - "quest_title_quest_use_any_potion": "Use any Potion on a Pokémon", - "quest_title_quest_use_charged_move_singular": "Use a supereffective Charged Attack", - "quest_title_quest_use_charged_tm": "Use a Charged TM", - "quest_title_quest_use_dai_plural": "Use {{amount_0}} Daily Adventure Incense", - "quest_title_quest_use_dai_singular": "Use one Daily Adventure Incense", - "quest_title_quest_use_fast_tm": "Use a Fast TM", - "quest_title_quest_use_hyper_potion": "Use a Hyper Potion on a Pokémon", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "Use {{amount_0}} Lure Modules while following Routes", - "quest_title_quest_use_lure_singular": "Use a Lure Module while following a Route", - "quest_title_quest_use_max_potion": "Use a Max Potion on a Pokémon", - "quest_title_quest_use_poffin": "Use a Poffin", - "quest_title_quest_use_rare_candy_plural": "Use {{amount_0}} Rare Candies", - "quest_title_quest_use_rare_candy_singular": "Use a Rare Candy", - "quest_title_quest_use_standard_charged_tm": "Use a Charged TM", - "quest_title_quest_use_standard_fast_tm": "Use a Fast TM", - "quest_title_quest_use_super_potion": "Use a Super Potion on a Pokémon", - "quest_title_quest_uxie_wild_snap": "Take a snapshot of Uxie in the wild", - "quest_title_quest_val19_catch_specific_plural": "Valentine’s Day: Catch {{amount_0}} Luvdisc", - "quest_title_quest_val19_catch_specific_singular": "Valentine’s Day: Catch a Chansey", - "quest_title_quest_visit_different_pokestops": "Spin {{amount_0}} different PokéStops", - "quest_title_quest_visit_pokestop_new_plural": "Spin {{amount_0}} PokéStops you haven't visited before", - "quest_title_quest_visit_pokestop_new_singular": "Spin a PokéStop you haven't visited before", - "quest_title_quest_visit_pokestops_party_plural": "Spin {{amount_0}} PokéStops or Gyms while in a party", - "quest_title_quest_visit_pokestops_plural": "Spin {{amount_0}} PokéStops or Gyms", - "quest_title_quest_visit_pokestops_singular": "Spin a PokéStop or Gym", - "quest_title_quest_visit_unique_pokestops_plural": "Spin {{amount_0}} different PokéStops or Gyms", - "quest_title_quest_wailmer_catch_b": "Catch {{amount_0}} Wailmer", - "quest_title_quest_waina_catch_great_ultra_plural": "Catch {{amount_0}} Pokémon in Great Balls or Ultra Balls using Pokémon GO Plus +", - "quest_title_quest_waina_catch_plural": "Catch {{amount_0}} Pokémon in Poké Balls using Pokémon GO Plus +", - "quest_title_quest_waina_sleep_days": "Track sleep using Pokémon GO Plus + for {{amount_0}} days", - "quest_title_quest_waina_sleep_days_singular": "Track sleep using Pokémon GO Plus + for 1 day", - "quest_title_quest_waina_spin_pokestop_plural": "Spin {{amount_0}} PokéStops using Pokémon GO Plus +", - "quest_title_quest_walk_25km_inaweek_plural": "Walk 25 km in one week using Adventure Sync {{amount_0}} times", - "quest_title_quest_walk_buddy_plural": "Earn {{amount_0}} Candies walking with your buddy", - "quest_title_quest_walk_buddy_singular": "Earn a Candy walking with your buddy", - "quest_title_quest_walk_eevee_for_evo": "Walk 10 km with Eevee as your buddy to earn Candy", - "quest_title_quest_walk_hgrowlithe_header_0": "Tails of Adventure", - "quest_title_quest_walk_km": "Walk {{amount_0}} km", - "quest_title_quest_walk_km_plural": "Walk {{amount_0}} km", - "quest_title_quest_walk_routes_plural": "Walk {{amount_0}} km while following Routes", - "quest_title_quest_walk_routes_singular": "Walk {{amount_0}} km while following Routes", - "quest_title_quest_walk_steps": "Walk {{amount_0}} steps", - "quest_title_quest_wartortle_evolve_b": "Evolve {{amount_0}} Wartortle", - "quest_title_quest_waterfestival_catch_feed_plural": "Water Festival: Use {{amount_0}} Berries to help catch Pokémon", - "quest_title_quest_waterfestival_catch_pokemon_plural": "Water Festival: Catch {{amount_0}} Pokémon", - "quest_title_quest_waterfestival_catch_special9_plural": "Water Festival: Catch {{amount_0}} Magikarp or Wailmer", - "quest_title_quest_waterfestival_catch_type_water_plural": "Water Festival: Catch {{amount_0}} Water-type Pokémon", - "quest_title_quest_waterfestival_evolve_plural": "Water Festival: Evolve {{amount_0}} Shellder", - "quest_title_quest_waterfestival_evolve_type_water_plural": "Water Festival: Evolve {{amount_0}} Water-type Pokémon", - "quest_title_quest_waterfestival_hatch_egg_singular": "Water Festival: Hatch an Egg", - "quest_title_quest_waterfestival_land_great_plural": "Water Festival: Make {{amount_0}} Great Throws", - "quest_title_quest_waterfestival_land_nice_plural": "Water Festival: Make {{amount_0}} Nice Throws", - "quest_title_quest_waterfestival_win_raid_singular": "Water Festival: Win a raid", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer bonus: Catch {{amount_0}} Pokémon", - "quest_title_quest_wcs_2024_catch_psychic_electric": "Catch {{amount_0}} Electric- or Psychic-type Pokémon", - "quest_title_quest_wcs_2024_snapshot_fairy": "Take {{amount_0}} snapshots of different wild Fairy-type Pokémon", - "quest_title_quest_wcs_2024_spin_00": "Spin the PokéStop at the Pokémon GO Zone", - "quest_title_quest_wcs_2024_spin_01": "Spin the PokéStop at the Play Lab", - "quest_title_quest_wcs_2024_spin_02": "Spin the PokéStop at the Collect & Trade Corner", - "quest_title_quest_weepinbell_evolve_b_plural": "Evolve {{amount_0}} Weepinbell", - "quest_title_quest_weepinbell_evolve_b_singular": "Evolve a Weepinbell", - "quest_title_quest_wimpod_catch_b": "Catch {{amount_0}} Wimpod", - "quest_title_quest_win_gym_plural": "Win {{amount_0}} Gym battles", - "quest_title_quest_win_gym_singular": "Win a Gym battle", - "quest_title_quest_win_raid_2_singular": "Win a two-star raid or higher", - "quest_title_quest_win_raid_3_plural": "Win {{amount_0}} three-star raids or higher", - "quest_title_quest_win_raid_3_singular": "Win a three-star raid or higher", - "quest_title_quest_win_raid_buddy_plural": "Win {{amount_0}} raids with your Buddy Pokémon", - "quest_title_quest_win_raid_buddy_singular": "Win a raid with your buddy", - "quest_title_quest_win_raid_lvl1_higher_singular": "Win a one-star raid or higher", - "quest_title_quest_win_raid_lvl1_singular": "Win a one-star raid", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Win {{amount_0}} raids using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Win a raid using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Win a three-star raid using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Win {{amount_0}} three-star raids using only Pokémon with 2,500 CP or less", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Win a three-star raid using only Pokémon with 2,500 CP or less", - "quest_title_quest_win_raid_party_plural": "Win {{amount_0}} raids while in a party", - "quest_title_quest_win_raid_party_singular": "Win a raid while in a party", - "quest_title_quest_win_raid_plural": "Win {{amount_0}} raids", - "quest_title_quest_win_raid_singular": "Win a raid", - "quest_title_quest_win_raid_unique_plural": "Win {{amount_0}} raids using a team of all unique Pokémon species", - "quest_title_quest_win_raid_unique_singular": "Win a raid using a team of all unique Pokémon species", - "quest_title_quest_win_raid_with_friend_plural": "Win {{amount_0}} raids with a friend", - "quest_title_quest_win_raid_with_friend_singular": "Win a raid with a friend", - "quest_title_quest_win_raids_unique_1500_plural": "Win {{amount_0}} raids with a team of different Pokémon at or below 1,500 CP", - "quest_title_quest_win_raids_unique_plural": "Win {{amount_0}} raids with a team of different Pokémon", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 1,500 CP or less", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "Defeat a Team GO Rocket Leader using only Pokémon with 1500 CP or less", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 2,500 CP or less", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,000 CP or less", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 3,500 CP or less", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "Defeat a Team GO Rocket Leader {{amount_0}} times using only Pokémon with 4,000 CP or less", - "quest_title_quest_wooper_catch_b": "Catch {{amount_0}} Wooper or Paldean Wooper", - "quest_title_quest_wooper_evolve_b": "Evolve {{amount_0}} Wooper or Paldean Wooper", - "quest_title_quest_wooper_snapshot_b": "Take a snapshot of {{amount_0}} Wooper or Paldean Wooper", - "quest_title_quest_wt_catch_weedle": "Catch {{amount_0}} Weedle", - "quest_title_quest_wt_evolve_kakuna": "Evolve {{amount_0}} Kakuna", - "quest_title_quest_wt_evolve_weedle": "Evolve {{amount_0}} Weedle", - "quest_title_quest_xp_plural": "Earn {{amount_0}} XP", - "quest_title_quest_zigzagoon_catch_b": "Catch {{amount_0}} Galarian Zigzagoon", - "quest_title_quest_zigzagoon_evolve_b": "Evolve {{amount_0}} Galarian Zigzagoon", - "quest_title_quest_zigzagoon_snapshot_b": "Take {{amount_0}} snapshots of Galarian Zigzagoon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "Caught 0 Pokémon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "Caught {{amount_0}} Pokémon", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "Caught 1 Pokémon", - "quest_title_score_1_10_11_12_singular": "Caught {{amount_0}} Fire-, Water-, or Grass-type Pokémon", - "quest_title_score_1_10_singular": "Caught {{amount_0}} Fire-type Pokémon", - "quest_title_score_1_11_singular": "Caught {{amount_0}} Water-type Pokémon", - "quest_title_score_1_12_singular": "Caught {{amount_0}} Grass-type Pokémon", - "quest_title_score_1_none": "Caught 0 Pokémon", - "quest_title_score_1_plural": "Caught {{amount_0}} Pokémon", - "quest_title_score_1_singular": "Caught 1 Pokémon", - "quest_title_score_6_plural": "Won {{amount_0}} raids", - "quest_title_score_6_singular": "Won 1 raid", - "quest_title_score_8_10_none": "Made 0 Nice Throws", - "quest_title_score_8_10_plural": "Made {{amount_0}} Nice Throws", - "quest_title_score_8_10_singular": "Made 1 Nice Throw", - "quest_title_score_8_11_none": "Made 0 Great Throws", - "quest_title_score_8_11_plural": "Made {{amount_0}} Great Throws", - "quest_title_score_8_11_singular": "Made 1 Great Throw", - "quest_title_score_8_12_none": "Made 0 Excellent Throws", - "quest_title_score_8_12_plural": "Made {{amount_0}} Excellent Throws", - "quest_title_score_8_12_singular": "Made 1 Excellent Throw", - "quest_title_score_8_13_none": "Made 0 Curveball Throws", - "quest_title_score_8_13_plural": "Made {{amount_0}} Curveball Throws", - "quest_title_score_8_13_singular": "Made 1 Curveball Throw", - "quest_title_score_11_701_none": "Used 0 Razz Berries", - "quest_title_score_11_701_plural": "Used {{amount_0}} Razz Berries", - "quest_title_score_11_701_singular": "Used 1 Razz Berry", - "quest_title_score_11_703_none": "Used 0 Nanab Berries", - "quest_title_score_11_703_plural": "Used {{amount_0}} Nanab Berries", - "quest_title_score_11_703_singular": "Used 1 Nanab Berry", - "quest_title_score_11_705_none": "Used 0 Pinap Berries", - "quest_title_score_11_705_plural": "Used {{amount_0}} Pinap Berries", - "quest_title_score_11_705_singular": "Used 1 Pinap Berry", - "quest_title_score_15_10_none": "Made 0 Nice Curveball Throws", - "quest_title_score_15_10_plural": "Made {{amount_0}} Nice Curveball Throws", - "quest_title_score_15_10_singular": "Made 1 Nice Curveball Throw", - "quest_title_score_15_11_none": "Made 0 Great Curveball Throws", - "quest_title_score_15_11_plural": "Made {{amount_0}} Great Curveball Throws", - "quest_title_score_15_11_singular": "Made 1 Great Curveball Throw", - "quest_title_score_15_12_none": "Made 0 Excellent Curveball Throws", - "quest_title_score_15_12_plural": "Made {{amount_0}} Excellent Curveball Throws", - "quest_title_score_15_12_singular": "Made 1 Excellent Curveball Throw", - "quest_title_score_22_none": "Completed 0 battles with team leaders", - "quest_title_score_22_plural": "Completed {{amount_0}} battles with team leaders", - "quest_title_score_22_singular": "Completed 1 battle with a team leader", - "quest_title_score_23_none": "Completed 0 GO Battle League battles", - "quest_title_score_23_plural": "Completed {{amount_0}} GO Battle League battles", - "quest_title_score_23_singular": "Completed 1 GO Battle League battle", - "quest_title_score_battle_raid_none": "Battled in 0 raids", - "quest_title_score_battle_raid_plural": "Battled in {{amount_0}} raids", - "quest_title_score_battle_raid_singular": "Battled in 1 raid", - "quest_title_score_catch_feed_none": "Used 0 Berries", - "quest_title_score_catch_feed_plural": "Used {{amount_0}} Berries", - "quest_title_score_catch_feed_singular": "Used 1 Berry", - "quest_title_score_catch_pokemon": "Caught {{amount_0}} Pokémon", - "quest_title_score_defeat_rocket_none": "Defeated 0 Team GO Rocket members", - "quest_title_score_defeat_rocket_plural": "Defeated {{amount_0}} Team GO Rocket members", - "quest_title_score_defeat_rocket_singular": "Defeated 1 Team GO Rocket member", - "quest_title_score_field_research_none": "Completed 0 Field Research tasks", - "quest_title_score_field_research_plural": "Completed {{amount_0}} Field Research tasks", - "quest_title_score_field_research_singular": "Completed 1 Field Research task", - "quest_title_score_send_gift_none": "Sent 0 Gifts to friends", - "quest_title_score_send_gift_plural": "Sent {{amount_0}} Gifts to friends", - "quest_title_score_send_gift_singular": "Sent 1 Gift to a friend", - "quest_title_score_spin_pokestop_none": "Spun 0 PokéStops", - "quest_title_score_spin_pokestop_plural": "Spun {{amount_0}} PokéStops", - "quest_title_score_spin_pokestop_singular": "Spun 1 PokéStop", - "quest_win_raid_plural": "Win {{amount}} raids", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Star Raid", - "raid_1_plural": "1 Star Raids", - "raid_2": "2 Star Raid", - "raid_2_plural": "2 Star Raids", - "raid_3": "3 Star Raid", - "raid_3_plural": "3 Star Raids", - "raid_4": "4 Star Raid", - "raid_4_plural": "4 Star Raids", - "raid_5": "Legendary Raid", - "raid_5_plural": "Legendary Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "Best in the Afternoon", - "route_tag_architecture": "Architecture", - "route_tag_art": "Art", - "route_tag_beachy": "Beachy", - "route_tag_bike_path": "Bike Path", - "route_tag_biking": "Good for Biking", - "route_tag_body_of_water": "Waterside", - "route_tag_buildings": "Lots of Buildings", - "route_tag_category_misc": "Miscellaneous", - "route_tag_category_nearby": "Nearby", - "route_tag_category_suitability": "Suitability", - "route_tag_category_terrain": "Terrain", - "route_tag_category_theme": "Theme", - "route_tag_city_life": "City Life", - "route_tag_culture": "Culture", - "route_tag_easy_going": "Relaxed", - "route_tag_flat": "Flat", - "route_tag_foliage": "Lots of Foliage", - "route_tag_food": "Food", - "route_tag_grassy": "Grassy", - "route_tag_hilly": "Hilly", - "route_tag_historic": "Historic", - "route_tag_intense": "Intense", - "route_tag_morning": "Best in the Morning", - "route_tag_muddy": "Muddy", - "route_tag_nature": "Nature", - "route_tag_night": "Best at Night", - "route_tag_no_parking": "No Parking Nearby", - "route_tag_no_people": "Not Many People", - "route_tag_open_space": "Lots of Open Space", - "route_tag_parking": "Parking Nearby", - "route_tag_parks_nearby": "Parks Nearby", - "route_tag_partially_paved": "Partially Paved Path", - "route_tag_paved": "Paved Path", - "route_tag_people": "Lots of People", - "route_tag_pets": "Pet-Friendly", - "route_tag_plenty_pokestops": "Lots of PokéStops", - "route_tag_public_transport": "Near Public Transport", - "route_tag_raid_friendly": "Lots of Gyms", - "route_tag_rainy_day": "Good for a Rainy Day", - "route_tag_rocky": "Rocky", - "route_tag_running": "Good for Running", - "route_tag_sandy": "Sandy", - "route_tag_seasonal": "Seasonal", - "route_tag_sightseeing": "Sightseeing", - "route_tag_stroller": "Stroller-Accessible", - "route_tag_sunny_day": "Good for a Sunny Day", - "route_tag_tree_cover": "Tree Cover", - "route_tag_unpaved": "Unpaved Path", - "route_tag_views": "Great Views", - "route_tag_walking": "Good for Walking", - "route_tag_wheelchair": "Wheelchair Accessible", - "route_tag_wildlife": "Lots of Wildlife", - "route_tag_woodsy": "Woodsy", - "route_tags_label": "TAGS", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "Shadow", - "team_1": "Mystic", - "team_2": "Valor", - "team_3": "Instinct", - "team_a_0": "No Team", - "team_a_1": "Team Mystic", - "team_a_2": "Team Valor", - "team_a_3": "Team Instinct", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "None", - "weather_1": "Klar", - "weather_2": "Regnigt", - "weather_3": "Delvis molnigt", - "weather_4": "Mulet", - "weather_5": "Blåsigt", - "weather_6": "Snö", - "weather_7": "Dimma", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} diff --git a/client/public/locales/th/translation.json b/client/public/locales/th/translation.json deleted file mode 100644 index 7557d4e2d..000000000 --- a/client/public/locales/th/translation.json +++ /dev/null @@ -1,6001 +0,0 @@ -{ - "login": "เข้าสู่ระบบ", - "click_once": "คลิก 'อนุญาต' เพียงครั้งเดียว", - "save": "บันทึก", - "reset": "รีเซ็ต", - "close": "ปิด", - "reset_filters": "รีเซ็ตตัวกรอง", - "pokemon_filters": "การตั้งค่าตัวกรอง Pokémon", - "gyms_filters": "การตั้งค่าตัวกรองยิม", - "pokestops_filters": "การตั้งค่าตัวกรอง PokéStop", - "nests_filters": "การตั้งค่าตัวกรอง Nest", - "help": "ช่วยเหลือ", - "apply_to_all": "นำไปใช้กับทั้งหมด", - "disable_all": "ปิดใช้งานทั้งหมด", - "enable_all": "เปิดใช้งานทั้งหมด", - "enabled": "เปิดการใช้งาน", - "legacy": "เวอร์ชันเก่า", - "id": "ไอดี", - "location": "ตำแหน่ง", - "search_pokemon": "ค้นหา Pokémon", - "search_nests": "ค้นหา Nest", - "search_gyms": "ค้นหายิม", - "search_pokestops": "ค้นหา PokéStop", - "search_raids": "ค้นหารายการบุกรุก", - "search_eggs": "ค้นหาไข่", - "search_quests": "ค้นหาภารกิจ", - "search_lures": "ค้นหา Lures", - "search_invasions": "ค้นหาการบุกรุก", - "sm": "เล็ก", - "md": "กลาง", - "lg": "ใหญ่", - "xl": "ใหญ่มาก", - "min": "ต่ำสุด", - "max": "สูงสุด", - "set_size": "ตั้งค่าขนาดไอคอน", - "slot_selection": "การเลือกช่อง", - "generations": "รุ่น", - "types": "ประเภท", - "forms": "รูปแบบ", - "rarity": "ความหายากในปัจจุบัน", - "others": "อื่นๆ", - "categories": "หมวดหมู่", - "rank": "อันดับ", - "slider_iv": "ช่วง IV", - "slider_great": "ลีกเกรท", - "slider_ultra": "ลีกอัลตร้า", - "slider_little": "คัพลิตเติ้ล", - "slider_atk_iv": "โจมตี", - "slider_def_iv": "ป้องกัน", - "slider_sta_iv": "สเตมิน่า", - "slider_level": "ชั้นวาง", - "slider_size": "ขนาด", - "abbreviation_level": "L", - "lvl": "ระดับ", - "cap": "จำกัด", - "custom": "กำหนดเอง", - "valid": "ถูกต้อง", - "invalid": "ไม่ถูกต้อง!", - "overwrites": "เขียนทับตัวกรองทั้งหมด", - "valid_filter": "ตัวกรองสถิติที่ถูกต้อง", - "invalid_filter": "กรอกตัวกรองที่ถูกต้อง", - "gyms": "ยิม", - "nests": "Nest", - "pokestops": "PokéStops", - "pokemon": "Pokémon", - "wayfarer": "Wayfarer", - "scan_areas": "พื้นที่สแกน", - "s2cells": "เซลล์ S2", - "weather": "สภาพอากาศ", - "admin": "ผู้ดูแลระบบ", - "settings": "การตั้งค่า", - "advanced": "ขั้นสูง", - "tile_servers": "เซิร์ฟเวอร์ Tile", - "icons": "ไอคอน", - "navigation": "การนำทาง", - "drawer": "ลิ้นชัก", - "tile_servers_default": "ค่าเริ่มต้น", - "drawer_temporary": "ชั่วคราว", - "drawer_persistent": "ถาวร", - "locale_selection": "การเลือกภาษา", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "นำเข้า", - "export": "ส่งออก", - "logout": "ออกจากระบบ", - "local_storage_cleared": "ล้างพื้นที่เก็บข้อมูลในเครื่องเรียบร้อย!", - "iv_or_filter": "ตัวกรอง IV OR", - "polygons": "รูปหลายเหลี่ยม", - "raids": "รายการบุกรุก", - "ex_eligible": "มีสิทธิ์รับ EX", - "in_battle": "ในการต่อสู้", - "all_pokestops": "ทุก PokéStops", - "lures": "Lures", - "quests": "ภารกิจ", - "invasions": "การบุกรุก", - "portals": "พอร์ทัล", - "submission_cells": "เซลล์ส่งข้อมูล", - "spawnpoint": "จุดปรากฏ", - "spawnpoints": "จุดปรากฏ", - "s2_cell_level": "เซลล์ S2 ชั้น {{level}}", - "total_count": "จำนวนรวม", - "next_submission": "การส่งครั้งถัดไป!", - "never": "ไม่เคย", - "next_gym": "ยิมถัดไป", - "scan_cells": "สแกนเซลล์", - "devices": "อุปกรณ์", - "use_my_location": "ใช้ตำแหน่งของฉัน", - "submit_feedback_title": "ส่งข้อเสนอแนะ/รายงานข้อผิดพลาด", - "use_the_link_below": "คุณสามารถใช้ลิงค์ด้านล่างเพื่อส่งข้อเสนอแนะหรือข้อผิดพลาดที่คุณพบได้", - "feedback_to_devs": "ข้อเสนอแนะนี้ส่งตรงไปยังนักพัฒนา", - "feedback_form": "ฟอร์มข้อเสนอแนะ", - "unknown_pokestop": "ชื่อ PokéStop ไม่ทราบ", - "unknown_gym": "ชื่อยิมที่ไม่รู้จัก", - "exclude": "ยกเว้น", - "exclude_quest": "ยกเว้นภารกิจ", - "exclude_invasion": "ยกเว้นการรุกราน", - "exclude_team": "ยกเว้นทีม", - "exclude_raid": "ยกเว้นการจู่โจม", - "exclude_lure": "ยกเว้นล่อ", - "timer": "ตัวจับเวลา", - "hide": "ซ่อน", - "tier": "ระดับ", - "slots": "ช่อง", - "mega": "เมก้า", - "form": "รูปแบบ", - "starts": "เริ่ม", - "ends": "สิ้นสุด", - "defender": "ผู้ป้องกัน", - "best_buddy": "เพื่อนซี้ที่ดีที่สุด", - "cp": "CP", - "kilogram": "กิโลกรัม", - "meter": "เมตร", - "total_cp": "CP รวม", - "first_seen": "พบครั้งแรก", - "last_seen": "พบครั้งล่าสุด", - "last_modified": "แก้ไขครั้งล่าสุด", - "last_updated": "อัปเดตล่าสุด", - "imported": "นำเข้า", - "nest_estimated": "ข้อมูลเนสต์เป็นเพียงการประมาณ!", - "verify_nests": "ยืนยันโดยตรวจสอบสปอนแบบปัจจุบัน", - "nest_out_of_date": "เนสต์อาจล้าสมัย!", - "nest_check_current": "ตรวจสอบสปอนแบบปัจจุบันแทน", - "spawns_per_hour": "ต่อชั่วโมง", - "teams": "ทีม", - "eggs": "ไข่", - "reverse": "ย้อนกลับ", - "selected": "ที่เลือก", - "unselected": "ไม่เลือก", - "only_available": "ที่มีอยู่", - "common": "ทั่วไป", - "uncommon": "ไม่ชิน", - "rare": "หายาก", - "ultra_rare": "หายากมาก", - "regional": "ภูมิภาค", - "event": "กิจกรรม", - "legendary": "ตำนาน", - "mythical": "มายา", - "ultra_beast": "อัลทร้าบีสต์", - "alt_forms": "รูปแบบอื่น", - "alola": "อโลลา", - "galarian": "กาลาเรียน", - "showing": "แสดง", - "instance": "อินสแตนซ์", - "online": "ออนไลน์", - "offline": "ออฟไลน์", - "boosted_types": "ประเภทที่ถูกเพิ่มพลัง", - "pokemon_options": "ตัวเลือก Pokémon", - "pokestops_options": "ตัวเลือก PokéStop", - "gyms_options": "ตัวเลือกยิม", - "nests_options": "ตัวเลือกเนสต์", - "wayfarer_options": "ตัวเลือก Wayfarer", - "admin_options": "ตัวเลือกผู้ดูแลระบบ", - "weather_options": "ตัวเลือกสภาพอากาศ", - "s2cells_options": "ตัวเลือก S2 Cell", - "clustering": "การจัดกลุ่ม", - "glow": "เรืองแสง", - "legacy_filter": "ตัวกรองเดิม", - "raid_timers": "ตัวจับเวลาการจู่โจมทั้งหมด", - "invasion_timers": "ตัวจับเวลาการรุกรานทั้งหมด", - "lure_timers": "ตัวจับเวลาล่อทั้งหมด", - "device_path_color": "สีเส้นทางของอุปกรณ์", - "old_portals": "พอร์ทัลเก่า", - "new_portals": "พอร์ทัลใหม่", - "items": "ไอเทม", - "energy": "พลังงาน", - "ar_eligible": "มีสิทธิ์ AR", - "iv_circles": "ตัวบ่งชี้ IV", - "min_iv_circle": "วง IV ขั้นต่ำ", - "interaction_ranges": "ช่วงการโต้ตอบ", - "cannot_connect": "\nไม่สามารถเชื่อมต่อกับเซิร์ฟเวอร์ในเวลานี้ได้\nการพยายามเชื่อมต่อทันทีจะทำให้เกิดปัญหามากขึ้น\nกรุณาลองใหม่อีกครั้งในไม่กี่นาที\n\n- ทีมผู้ดูแลแผนที่", - "mad_quest_text": "ภารกิจเดิม", - "xs": "XS", - "primary": "หลัก", - "secondary": "รอง", - "zero_iv": "0% IV", - "hundo_iv": "100% IV", - "open_menu": "เปิดเมนู", - "zoom_in": "ซูมเข้า", - "zoom_out": "ซูมออก", - "welcome": "ยินดีต้อนรับสู่", - "back": "ย้อนกลับ", - "next": "ถัดไป", - "finish": "เสร็จสิ้น", - "start_tutorial": "เริ่มการสอน", - "view_profile": "ดูโปรไฟล์", - "login_optional": "เข้าสู่ระบบ (ไม่จำเป็น)", - "tutorial": "การสอน", - "tutorial_language": "เลือกภาษาของคุณ", - "tutorial_welcome": "การสอนนี้เป็นการโต้ตอบและคุณได้รับการสนับสนุนอย่างยิ่งให้เล่นกับตัวเลือกที่ให้ไว้ทั้งหมด", - "tutorial_categories": "หมวดหมู่ที่คุณเข้าถึงได้", - "tutorial_logged_in": "คุณสามารถดูรายละเอียดเกี่ยวกับสิทธิ์ของคุณโดยการดูโปรไฟล์ของคุณ", - "tutorial_logged_out": "คุณสามารถดูรายละเอียดเกี่ยวกับสิทธิ์ของคุณโดยการเข้าสู่ระบบ", - "tutorial_sidebar_0": "ตัวกรองและการตั้งค่าทั้งหมดของคุณอยู่ที่นี่", - "tutorial_sidebar_1": "สำหรับแต่ละหมวดหมู่คุณสามารถเลือกข้อมูลที่คุณต้องการได้ด้วยการเปิดหรือปิดสวิตช์", - "tutorial_sidebar_2": "ตัวเลือก: การปรับแต่งเพิ่มเติม\nขั้นสูง: เราจะครอบคลุมในส่วนถัดไปของบทเรียนนี้", - "tutorial_sliders_0": "การใช้สไลเดอร์เพื่อปรับตัวกรอง", - "tutorial_sliders_1": "โปเกมอนระหว่าง:", - "tutorial_sliders_2": "- IVs {{iv0}}% ถึง {{iv1}}%", - "tutorial_sliders_3": "ระดับ {{level0}} ถึง {{level1}}", - "tutorial_sliders_3alt": "- และเป็นระดับ {{level0}} ถึง {{level1}}", - "tutorial_sliders_4": "- อันดับในลีกเกรท {{gl0}} ถึง {{gl1}}", - "tutorial_sliders_4alt": "- หรืออันดับในลีกเกรท {{gl0}} ถึง {{gl1}}", - "tutorial_sliders_5": "- อันดับในลีกอัลตร้า {{ul0}} ถึง {{ul1}}", - "tutorial_sliders_5alt": "- หรืออันดับในลีกอัลตร้า {{ul0}} ถึง {{ul1}}", - "tutorial_sliders_6": "เชื่อมโยงกับสีเดียวกัน", - "tutorial_sliders_7": "ตัวกรองแยกต่างหากจากสไลเดอร์อื่น ๆ", - "tutorial_sliders_8": "สไลเดอร์ที่ 'เต็ม' หมายถึงว่าถูกปิดใช้งาน:", - "tutorial_sliders_9": "การปรากฏของทุกสายพันธุ์, ไม่ว่าจะผ่านการตรวจสอบ IV หรือไม่", - "tutorial_help": "ทางลัดไปยังเมนูนี้", - "tutorial_adv_filter": "เฉพาะบนมือถือ, เปิดตัวเลือกการกรองสำหรับเมนูขั้นสูง", - "tutorial_tune": "ตั้งค่าตัวกรองขั้นสูงสำหรับโปเกมอนทั้งหมดที่กำลังถูกกรองในเมนู", - "tutorial_format_size": "ตั้งค่าขนาดไอคอนสำหรับรายการทั้งหมดที่กำลังถูกกรองในเมนู", - "tutorial_check": "เปิดใช้งานรายการทั้งหมดที่กำลังถูกกรองในเมนู", - "tutorial_clear": "ปิดใช้งานรายการทั้งหมดที่กำลังถูกกรองในเมนู", - "tutorial_save": "บันทึกการเลือกปัจจุบันและออก", - "tutorial_show_all_view": "เปลี่ยนแปลงการแสดงผล PokéStops & Gyms", - "tutorial_show_pokemon_view": "เปลี่ยนแปลงการแสดงผล Pokémon", - "tutorial_toggle": "การคลิก Check/X เป็นการสลับรายการ", - "tutorial_pokemon_caption": "ไอคอนนี้ช่วยให้คุณตั้งค่าตัวกรองสำหรับโปเกมอนนั้นๆ", - "tutorial_all_caption": "ทีมมีเมนูช่องพิเศษ\nรายการอื่นๆ ช่วยให้คุณปรับขนาดไอคอน", - "tutorial_popup_0": "ป๊อปอัพตอนนี้สามารถตอบสนองได้!", - "tutorial_popup_1": "สามจุดเปิดตัวเลือกการซ่อน, ยกเว้น, และสลับตัวจับเวลา", - "tutorial_popup_2": "ไอคอนที่อยู่ทั้งสองข้างลิงก์นำทางจะขยายเพื่อแสดงข้อมูลเพิ่มเติม, ลองดูสิ!", - "tutorial_popup_3": "ไอคอนแตกต่างกันไปในแต่ละหมวดหมู่, อย่าลืมตรวจสอบทั้งหมด", - "tutorial_closing_0": "ข้อมูลเพิ่มเติม", - "tutorial_closing_1": "สไลเดอร์โปเกมอนทั่วโลกในแถบด้านข้างทำงานแยกต่างหากจากเมนูขั้นสูงและไม่มีผลกระทบต่อกัน", - "tutorial_closing_2": "อย่าลืมตรวจสอบส่วนการตั้งค่าในแถบด้านข้าง", - "tutorial_closing_3": "มีตัวเลือกทางด้านความสวยงามมากมายสำหรับแต่ละหมวดหมู่, แต่จำไว้ว่ายิ่งคุณเพิ่มลงในแมพของคุณ, โอกาสที่แมพของคุณจะค้างก็ยิ่งสูงขึ้น", - "tutorial_closing_4": "คุณสามารถดูบทเรียนนี้อีกครั้งโดยการเลือกในแผงการตั้งค่าในแถบด้านข้าง", - "tutorial_closing_5": "รักษาสุขภาพและโชคดี!", - "intro": "บทนำ", - "sidebar": "แถบด้านข้าง", - "sliders": "สไลเดอร์", - "popups": "ป๊อปอัพ", - "closing": "สิ้นสุด", - "shortcuts": "ทางลัด", - "iv": "IV", - "area_restrictions": "การจำกัดพื้นที่", - "map": "แมพ", - "stats": "สถิติ", - "pvp": "PVP", - "area_restrictions_subtitle": "คุณมีสิทธิ์เข้าถึงพื้นที่เหล่านี้", - "devices_subtitle": "แสดงตำแหน่งและเส้นทางของอุปกรณ์ที่กำลังใช้งาน", - "gyms_subtitle": "แสดงตำแหน่งยิมที่กำลังใช้งาน, ทีมที่ครอง, และช่องว่างที่แต่ละยิมมี", - "invasions_subtitle": "แสดงข้อมูลการรุกรานของทีมโรเก็ต, รวมถึงไลน์อัพการต่อสู้, เวลาหมดอายุ, และรางวัลที่เป็นไปได้", - "iv_subtitle": "แสดง IV% และตัวเลือกแสงเรืองแสง", - "lures_subtitle": "แสดงข้อมูลล่อ, รวมถึงประเภทของล่อและเวลาหมดอายุ", - "map_subtitle": "แสดงแมพ", - "nests_subtitle": "แสดงโปเกมอนที่ทำรังอยู่และรูปปิดรัง", - "pokemon_subtitle": "แสดงตำแหน่งโปเกมอนทั้งหมดและเวลาหมดอายุ", - "pokestops_subtitle": "แสดงตำแหน่ง PokéStop ทั้งหมด", - "portals_subtitle": "แสดงพอร์ทัล Ingress ทั้งหมด", - "pvp_subtitle": "แสดงข้อมูลอันดับ PVP/CP/ระดับ สำหรับแต่ละโปเกมอน", - "quests_subtitle": "แสดงข้อมูลรางวัลและภารกิจ", - "raids_subtitle": "แสดงข้อมูลการโจมตีทั้งหมด รวมถึงบอสในการโจมตี, ไข่, เวลาหมดอายุ และชุดการเคลื่อนไหว", - "scan_cells_subtitle": "แสดงเวลาที่เซลล์ S2 ถูกแสกนครั้งสุดท้ายโดยอุปกรณ์", - "scan_areas_subtitle": "แสดงพื้นที่สแกนที่มีอยู่", - "spawnpoints_subtitle": "แสดงจุดเกิดและเวลาโดยประมาณที่จะหายไป", - "stats_subtitle": "แสดงสถิติและระดับของโปเกมอน", - "submission_cells_subtitle": "แสดงข้อมูลที่มีประโยชน์สำหรับการเสนอ POI ใหม่", - "weather_subtitle": "แสดงข้อมูลอากาศในเกมสำหรับแต่ละเซลล์", - "scanner_subtitle": "โต้ตอบโดยตรงกับเครื่องสแกนในหลายวิธี", - "s2cells_subtitle": "แสดงเซลล์ S2 ในหลายชั้นบนแผนที่", - "backups_subtitle": "เปิดใช้งานการสำรองและโหลดการตั้งค่าข้ามอุปกรณ์", - "backups": "การสำรองข้อมูล", - "user_profile": "โปรไฟล์ผู้ใช้", - "user_username": "ชื่อผู้ใช้", - "candy": "ลูกอม", - "show_ex_badge": "แสดงเหรียญ EX", - "search": "ค้นหา", - "global_search_quests": "ใส่ชื่อรางวัล...", - "global_search_lures": "ใส่ชื่อล่อ...", - "global_search_pokestops": "ใส่ชื่อป้ายโปเกสตอป...", - "global_search_gyms": "ใส่ชื่อยิม...", - "global_search_portals": "ใส่ชื่อพอร์ทัล...", - "global_search_nests": "ใส่ชื่อโปเกมอนที่รัง...", - "global_search_raids": "ใส่ชื่อบอสการโจมตี...", - "global_search_pokemon": "ใส่ชื่อโปเกมอน...", - "global_search_invasions": "ใส่ประเภทมาร, ชื่อ, หรือชื่อรางวัลโปเกมอน...", - "raid_level_badges": "เหรียญระดับการโจมตี", - "options": "ตัวเลือก", - "profile": "โปรไฟล์", - "pokemon_icons": "ไอคอนโปเกมอน", - "pokestop_icons": "ไอคอนโปเกสตอป", - "gym_icons": "ไอคอนยิม", - "team_icons": "ไอคอนทีม", - "egg_icons": "ไอคอนไข่", - "raid_icons": "ไอคอนการโจมตี", - "nest_icons": "ไอคอนรัง", - "reward_icons": "ไอคอนรางวัล", - "type_icons": "ไอคอนประเภท", - "weather_icons": "ไอคอนอากาศ", - "misc_icons": "ไอคอนอื่นๆ", - "invasion_icons": "ไอคอนการบุกรุก", - "spawnpoint_icons": "ไอคอนจุดเกิด", - "device_icons": "ไอคอนอุปกรณ์", - "pokemon_audio": "เสียงโปเกมอน", - "pokestop_audio": "เสียงโปเกสตอป", - "gym_audio": "เสียงยิม", - "team_audio": "เสียงทีม", - "egg_audio": "เสียงไข่", - "raid_audio": "เสียงการโจมตี", - "nest_audio": "เสียงรัง", - "reward_audio": "เสียงรางวัล", - "type_audio": "เสียงประเภท", - "weather_audio": "เสียงอากาศ", - "misc_audio": "เสียงอื่นๆ", - "invasion_audio": "เสียงการบุกรุก", - "spawnpoint_audio": "เสียงจุดเกิด", - "device_audio": "เสียงอุปกรณ์", - "pokemon_timers": "ตัวจับเวลาโปเกมอนทั้งหมด", - "show_dex_num_in_popup": "แสดงเลข Pokedex ในป็อปอัป", - "popup": "ป็อปอัป", - "pvp_level": "สถิติ PVP ระดับ {{level}}", - "pvp_mega": "สถิติ PVP เมก้า", - "webhook_entry": "เพิ่มใน {{name}}", - "remove_webhook_entry": "ลบออกจาก {{name}}", - "distance": "ระยะทาง", - "gym": "ยิม", - "egg": "ไข่", - "raid": "การโจมตี", - "lure": "ล่อ", - "quest": "ภารกิจ", - "invasion": "การบุกรุก", - "nest": "รัง", - "pokestop": "ป้ายโปเกสตอป", - "team": "ทีม", - "global": "ทั่วไป", - "manage_webhook": "จัดการ {{name}}", - "drag_and_drop": "ลากและวางเครื่องหมายเพื่อตั้งค่าตำแหน่งของคุณ", - "click_to_select": "คลิกเพื่อเลือก", - "add_new": "เพิ่มการแจ้งเตือน{{category}}ใหม่", - "my_location": "ตำแหน่งของฉัน", - "choose_on_map": "เลือกบนแผนที่", - "select_profile": "เลือกโปรไฟล์", - "distance_radius": "พรีวิวรัศมีระยะทาง", - "areas": "พื้นที่", - "select_webhook": "เลือก Bot", - "ar_quest_true": "ภารกิจ AR", - "ar_quest_false": "ไม่มี AR", - "with_ar": "มี AR", - "both": "ทั้งสอง", - "without_ar": "ไม่ใช้ AR", - "exclude_quest_multi": "ไม่รวม {{reward}}", - "cluster_limit_0": "จำกัด {{variable_0}} ({{variable_1}}) ถูกบรรลุแล้ว", - "cluster_limit_1": "กรุณาซูมเข้าหรือจำกัดตัวกรอง", - "show_polygons": "แสดงโพลีกอน", - "exclude_invasion_multi": "ไม่รวมการรุกราน {{invasion}}", - "stardust": "สตาร์ดัสต์", - "slider_cp": "CP", - "pvp_ranking_league": "ลีก", - "pvp_ranking_min_cp": "CP ต่ำสุด", - "slider_pvp": "อันดับ", - "profile_no": "โปรไฟล์", - "template": "เทมเพลต", - "gender": "เพศ", - "clean": "ล้าง", - "all_forms": "ทุกฟอร์ม", - "pvp_entry": "รายการ PVP", - "no_iv": "Incl. No IV", - "by_distance": "โดยระยะทาง", - "min_time": "เวลาขั้นต่ำ", - "add_new_profile": "เพิ่มโปรไฟล์ใหม่", - "slider_none": "ไม่มี", - "non_registered_human_title": "อุปส์, บางอย่างไม่ถูกต้อง!", - "non_registered_human_desc": "คุณอาจจะไม่ได้ลงทะเบียนกับ {{webhook}}\nหรือเซิร์ฟเวอร์ไม่สามารถเชื่อมต่อได้ในขณะนี้", - "try_again_later": "กรุณาลองอีกครั้งในภายหลัง", - "selected_areas_one": "เลือก {{count}} พื้นที่", - "selected_areas_other": "เลือก {{count}} พื้นที่", - "webhook_selection": "การเลือก {{name}}", - "message_of_the_day": "ข้อความประจำวัน", - "has_quest_indicator": "สีเลือกสำหรับจุดที่มีเควส", - "show_ar_badge": "แสดงแบดจ์ AR", - "all_gyms": "ยิมทั้งหมด", - "general": "ทั่วไป", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "การเลือกทั่วโลกที่เลือกไว้", - "normal_forms": "ฟอร์มปกติ", - "weather_indicator": "ตัวบ่งชี้สภาพอากาศเพิ่มพลัง", - "page": "หน้า {{page}}", - "navigation_controls": "ควบคุมนำทาง", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "พิเศษ", - "all_moves": "ทุกการเคลื่อนไหว", - "move": "วิธีการเคลื่อนไหว", - "any": "ทุก", - "min_spawn_average": "อัตราการปรากฏต่ำสุด", - "select_all": "เลือกทั้งหมด", - "delete_all": "ลบที่เลือก", - "cancel": "ยกเลิก", - "day_1": "วันจันทร์", - "day_2": "วันอังคาร", - "day_3": "วันพุธ", - "day_4": "วันพฤหัสบดี", - "day_5": "วันศุกร์", - "day_6": "วันเสาร์", - "day_7": "วันอาทิตย์", - "profile_name": "ชื่อโปรไฟล์", - "manage_profiles": "จัดการโปรไฟล์", - "min_spawn_avg": "อัตราการปรากฏโดยเฉลี่ยต่ำ", - "poke_global": "ทุกอย่าง", - "amount": "จำนวน", - "specific_gym": "ยิมเฉพาะ", - "search_location": "ค้นหาสถานที่", - "search_specific": "ค้นหา {{category}} เฉพาะ", - "webhook_success_gym": "การแจ้งเตือนการโจมตี, ไข่, และการเปลี่ยนทีมได้ถูกเพิ่ม!", - "slot_changes": "การเปลี่ยนช่อง", - "slot_changes_poracle": "การเปลี่ยนช่อง", - "confirm_delete": "จะลบการติดตามทั้งหมดสำหรับโปรไฟล์นี้, คุณแน่ใจหรือไม่?", - "confirm_copy": "เลือกโปรไฟล์ที่คุณต้องการคัดลอก \"{{profile}}\" มาที่นี่, จะเขียนทับโปรไฟล์นั้นทั้งหมด.", - "webhook_error": "{{name}} ไม่สามารถประมวลผลได้.\nกรุณาลองอีกครั้งในภายหลัง.", - "profile_error": "ต้องเป็นชื่อที่ไม่ซ้ำและถูกต้อง", - "team_0": "ไมมีทีม", - "battle_changes": "ในการต่อสู้", - "battle_changes_poracle": "การเปลี่ยนแปลงการต่อสู้", - "auto": "อัตโนมัติ", - "webhooks_subtitle": "จัดการการแจ้งเตือนของคุณโดยตรงจากแผนที่สำหรับบอทเหล่านี้", - "event_stops_subtitle": "แสดง Pokéstops ของกิจกรรมพิเศษเช่น Kecleon", - "webhooks": "การแจ้งเตือน", - "scanner": "การกระทำของสแกนเนอร์", - "everything_individually": "เพิ่มการแจ้งเตือนแต่ละอย่าง", - "individually": "แยก", - "join": "เข้าร่วม", - "errors_404": "อุปส์, ไม่พบหน้านี้!", - "errors_500": "เกิดข้อผิดพลาดของเซิร์ฟเวอร์, กรุณาลองอีกครั้งในภายหลัง!", - "local_username": "ชื่อผู้ใช้", - "local_password": "รหัสผ่าน", - "local_error": "เกิดข้อผิดพลาด, กรุณาลองอีกครั้งในภายหลัง!", - "no_filter_results": "ไม่พบผลลัพธ์\nลองขยายตัวกรองของคุณ", - "donor_page": "หน้าผู้บริจาค", - "go_back": "กลับไป", - "access": "เข้าถึง", - "link_discord": "เชื่อมต่อ Discord", - "select_webhook_strategy": "จัดการการแจ้งเตือน", - "webhook_strategy_success_0": "สำเร็จ! กำลังรีเฟรชเพื่อดึงการตั้งค่าการแจ้งเตือน...", - "register": "ลงทะเบียน", - "invalid_credentials": "ข้อมูลไม่ถูกต้อง", - "localauth_failed": "การยืนยันตัวตนล้มเหลว", - "error_creating_user": "ไม่สามารถลงทะเบียนผู้ใช้ใหม่ได้ในขณะนี้", - "discord_linked": "เชื่อมต่อกับ Discord แล้ว", - "telegram_linked": "เชื่อมต่อกับ Telegram แล้ว", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "ระดับ", - "km": "กิโลเมตร", - "feedback": "ข้อเสนอแนะ", - "donor_menu": "เมนูผู้บริจาค", - "pokemon_cell": "ตำแหน่งของโปเกมอนอาจมีความแตกต่าง", - "timer_verified": "ตัวจับเวลานี้ได้รับการยืนยันแล้ว", - "timer_unverified": "ตัวจับเวลานี้ยังไม่ได้รับการยืนยัน", - "all": "ทั้งหมด", - "badge_0": "ไม่มี", - "badge_1": "พื้นฐาน", - "badge_2": "ทองแดง", - "badge_3": "เงิน", - "badge_4": "ทอง", - "gym_badge_menu": "แก้ไขเหรียญยิม", - "gym_badges": "เหรียญยิม", - "gym_badge_diamonds": "แสดงเหรียญยิม", - "gym_badges_subtitle": "แสดงเหรียญยิมบนแผนที่และในหน้าโปรไฟล์", - "confirm_filters_reset": "รีเซ็ตตัวกรอง", - "filters_reset_text": "คุณแน่ใจหรือไม่ที่จะรีเซ็ตการตั้งค่าเป็นค่าเริ่มต้น? ไม่สามารถยกเลิกได้!", - "filters_reset_title": "รีเซ็ตตัวกรอง", - "raid_quick_select": "เลือกอย่างรวดเร็ว", - "disabled": "ปิดการใช้งาน", - "loading": "กำลังโหลด {{category}}", - "loading_icons": "กำลังดึงไอคอน", - "loading_invasions": "กำลังดึงข้อมูลการบุกรุก", - "scan_next": "สแกนที่ตั้งถัดไป", - "scan_next_choose": "ลากและวางเครื่องหมายเพื่อตั้งที่ตั้งการสแกน", - "scan_zone": "สแกนพื้นที่", - "scan_zone_choose": "ลากและวางเครื่องหมายเพื่อตั้งที่ตั้งการสแกนและเลือกขนาด", - "scan_zone_size": "ขนาด", - "scan_zone_range": "ระยะทาง", - "scan_zone_spacing": "ระยะห่าง", - "scan_zone_radius": "รัศมี", - "scan_requests": "คำขอสแกน", - "scan_queue": "คิวปัจจุบัน", - "click_to_scan": "สแกนที่นี่", - "scan_confirmed_title": "ยืนยันความต้องการสแกน", - "scan_confirmed": "คนงานได้ถูกส่งไปยังที่ตั้ง, ผลลัพธ์จะปรากฏบนแผนที่เร็วๆ นี้!", - "scan_loading_title": "กำลังส่งคำขอสแกน", - "scan_loading": "คำขอสแกนของคุณกำลังถูกประมวลผลและส่งไปยังระบบ!", - "scan_error_title": "ข้อผิดพลาด", - "scan_error": "มีข้อผิดพลาดขณะประมวลผลคำขอสแกน...", - "scan_outside_area": "ที่ตั้งนี้อยู่นอกขอบเขตพื้นที่ที่ได้รับอนุญาต", - "pvp_ranking_cap": "ระดับ", - "lc_title": "ติดตามตำแหน่งของคุณ", - "lc_metersUnit": "เมตร", - "lc_feetUnit": "ฟุต", - "lc_popup": "คุณอยู่ห่างจากจุดนี้ {distance} {unit}", - "lc_outsideMapBoundsMsg": "คุณอยู่นอกขอบเขตของแผนที่", - "no_alerts": "ไม่พบการแจ้งเตือน", - "loading_settings": "กำลังโหลดการตั้งค่า", - "refresh_to_continue": "กรุณารีเฟรชก่อนที่จะดำเนินการต่อ", - "session_expired_title": "เซสชันหมดอายุ", - "session_expired_body": "เซสชันของคุณหมดอายุแล้ว", - "old_client_title": "ล้าสมัย", - "old_client_body": "มีเวอร์ชันใหม่ของแผนที่นี้มากว่าที่คุณกำลังใช้", - "early_old_client_title": "ล้าสมัย", - "early_old_client_body": "อาจมีเวอร์ชันเก่าของแอปนี้ที่ถูกแคชไว้ในเบราว์เซอร์ของคุณ, คุณจำเป็นต้องล้างแคชก่อนที่คุณจะสามารถใช้แอปนี้ได้.", - "refresh": "รีเฟรช", - "points": "คะแนน", - "day": "วัน", - "days": "วัน", - "react_error": "เกิดข้อผิดพลาดบางอย่าง", - "clickable_icon": "ไอคอนที่คลิกได้", - "two_stops_till_next": "2 สถานีถัดไป", - "one_stop_till_next": "1 สถานีถัดไป", - "no_more_gyms": "ไม่มียิมเพิ่มเติม", - "light_map_border": "ขอบแผนที่สว่าง", - "dark_map_border": "ขอบแผนที่เข้ม", - "cell_blocked": "บล็อคเซลล์", - "poi_color": "สีจุดที่น่าสนใจ", - "quest_condition": "เงื่อนไขภารกิจ", - "always_show_labels": "แสดงป้ายกำกับเสมอ", - "scan_areas_options": "ตัวเลือกพื้นที่สแกน", - "historic_rarity": "ความหายากประวัติศาสตร์", - "poi": "จุดที่น่าสนใจ", - "300m_range": "ระยะ 300m", - "lure_range": "ระยะของเหยื่อ", - "custom_range": "ระยะกำหนดเอง", - "tap_to_toggle": "แตะเพื่อสลับ", - "power_up": "เพิ่มพลัง", - "never_alt": "ไม่เคย", - "seen_nearby_stop": "พบใกล้ป้าย", - "seen_nearby_cell": "พบในช่องนี้", - "seen_lure_encounter": "พบจากเหยื่อ", - "seen_lure_wild": "เหยื่อสร้าง", - "seen_wild": "พบในธรรมชาติ", - "event_stops": "ป้ายกิจกรรม", - "event_stop_timers": "ตัวจับเวลาป้ายกิจกรรม", - "size_0": "ทุกขนาด", - "size_1": "XXS", - "size_2": "XS", - "size_3": "M", - "size_4": "XL", - "size_5": "XXL", - "show_size_indicator": "แสดงตัวบ่งชี้ขนาด", - "size": "ขนาด", - "gold_stop": "ป้ายโกลด์", - "profile_backups": "สลับโปรไฟล์", - "new_backup": "สำรองข้อมูลใหม่", - "create": "สร้าง", - "load": "โหลด", - "update": "อัปเดต", - "delete": "ลบ", - "name": "ชื่อ", - "only_confirmed": "เฉพาะที่ยืนยันแล้ว", - "only_exclude_grunts": "ไม่รวม Grunts", - "only_exclude_leaders": "ไม่รวม Leaders", - "rocket_pokemon": "โปเกมอนทีม Rocket", - "decoy": "เหยื่อล่อ", - "s2_cell_limit_0": "คุณพยายามสร้างเซลล์มากกว่า 20,000 เซลล์ ({{variable_0}})", - "s2_cell_zoom_limit": "บางเซลล์มีขนาดเล็กเกินไปที่จะแสดงในระดับการซูมนี้", - "show_all_pvp_ranks": "แสดงอันดับ PVP ทั้งหมด", - "enable_pokemon_popup_coords": "แสดงพิกัดโปเกมอน", - "enable_gym_popup_coords": "แสดงพิกัดยิม", - "enable_pokestop_popup_coords": "แสดงพิกัดป้าย", - "enable_portal_popup_coords": "แสดงพิกัดพอร์ทัล", - "on_block_join_discord": "กรุณาเข้าร่วมดิสคอร์ดของเราเพื่อข้อมูลเพิ่มเติม", - "on_block_msg": "คุณถูกบล็อกเนื่องจากเป็นสมาชิกของ", - "denied": "ถูกปฏิเสธ", - "showcase": "แสดง", - "unknown_event": "กิจกรรมไม่ทราบชื่อ", - "scanner_countdown": "พร้อมในอีก {{time}}s", - "success": "สำเร็จ", - "contribute": "มีส่วนร่วม", - "mi": "ไมล์", - "filter_by_areas": "กรองตามพื้นที่", - "submit_nest_name": "ส่งชื่อรัง", - "nest_submission_menu": "อัปเดตชื่อ", - "nest_submissions": "ส่งชื่อรัง", - "nest_submissions_subtitle": "อนุญาตให้คุณส่งชื่อใหม่สำหรับรัง", - "pokemon_opacity": "ความทึบแสงของโปเกมอน", - "invasion_opacity": "ความทึบแสงของการบุกรุก", - "raid_opacity": "ความทึบแสงของการเรด", - "opacity_ten_minutes": "ความทึบแสงที่ 10 นาที", - "opacity_five_minutes": "ความทึบแสงที่ 5 นาที", - "opacity_one_minute": "ความทึบแสงที่ 1 นาที", - "level_circles": "ตัวบ่งชี้ระดับ", - "min_level_circle": "ระดับวงกลมต่ำสุด", - "mutation_auth_error": "คำขอของคุณไม่สำเร็จเนื่องจากคุณไม่ได้เข้าสู่ระบบ", - "submitted_by": "ส่งโดย", - "reversible": "สามารถย้อนกลับได้", - "version": "เวอร์ชัน", - "route_tags": "แท็กเส้นทาง", - "routes": "เส้นทาง", - "route_type": "ประเภทเส้นทาง", - "routes_subtitle": "ดูเส้นทางและข้อมูลที่เกี่ยวข้องในเกมบนแผนที่", - "description": "คำอธิบาย", - "additional_info": "ข้อมูลเพิ่มเติม", - "duration": "ระยะเวลา", - "elevation": "ความสูง", - "contest_category_1": "ขนาดเล็กที่สุด", - "context_category_2": "ขนาดใหญ่ที่สุด", - "total_entries": "จำนวนการเข้าร่วมทั้งหมด", - "showcase_rankings": "แสดงอันดับ", - "showcase_rankings_subtitle": "แสดงรายการอันดับสูงสุดสำหรับการแสดงผลที่ป้าย", - "tth": "TTH", - "tth_0": "ทั้งหมด", - "tth_1": "ที่รู้จัก", - "tth_2": "ไม่ทราบ", - "no_access": "ไม่มีสิทธิการเข้าถึง", - "cooldown": "เวลาหยุดพัก", - "scan_some_outside_area": "บางตำแหน่งอยู่นอกขอบเขตที่ได้รับอนุญาต", - "alerts": "การแจ้งเตือน", - "alert_manager": "การจัดการการแจ้งเตือน", - "menu": "เมนู", - "theme": "ธีม", - "exit": "ออก", - "component": "ส่วนประกอบ", - "component_login_page": "หน้าเข้าสู่ระบบ", - "component_donation_page": "หน้าบริจาค", - "component_message_of_the_day": "ข้อความประจำวัน", - "download": "ดาวน์โหลด", - "playground": "สนามเด็กเล่น", - "locale": "ภาษา", - "saved": "บันทึกแล้ว", - "show_editor": "แสดงตัวแก้ไข", - "hide_editor": "ซ่อนตัวแก้ไข", - "reported_error": "ข้อผิดพลาดนี้ได้รับการรายงานไปยังเซิร์ฟเวอร์พร้อมด้วยรหัสประจำตัว", - "dark_mode": "โหมดมืด", - "load_from_autosave": "โหลดจากการบันทึกอัตโนมัติ", - "done": "เสร็จสิ้น", - "fast": "ฟาสต์", - "charged": "ชาร์จ", - "offline_mode": "โหมดออฟไลน์", - "include_sponsored": "รวมสปอนเซอร์", - "showcase_color": "สีแสดง", - "partner_color": "สีพันธมิตร", - "disable": "ปิดใช้งาน {{- name}}", - "profiling": "โปรไฟลิง", - "showcase_block": "บล็อกเนื่องจากการแสดง", - "signed_in_as": "เข้าสู่ระบบเป็น", - "missing_map_perm": "คุณไม่มีสิทธิ์ดูแผนที่", - "access_denied": "การเข้าถึงถูกปฏิเสธ", - "audio": "เสียง", - "desktop_notifications": "การแจ้งเตือนบนเดสก์ท็อป", - "notifications_options": "ตัวเลือกการแจ้งเตือน", - "audio_always_on": "เล่นเสียงตลอดเวลา", - "volume_level": "ระดับเสียง", - "notifications_status": "สถานะการแจ้งเตือน", - "granted": "อนุญาตแล้ว", - "set_all": "ตั้งค่าทั้งหมด", - "set_filtered": "ตั้งค่าตัวกรอง", - "only_show_available": "แสดงเฉพาะที่มี", - "easy_mode": "โหมดง่าย", - "quick_select": "เลือกเร็วทั่วโลก", - "pokemon_filter_mode": "โหมดกรองโปเกมอน", - "basic": "พื้นฐาน", - "intermediate": "กลาง", - "expert": "ผู้เชี่ยวชาญ", - "basic_description": "เลือกโปเกมอนได้ง่ายและใช้ตัวกรองทั่วไป", - "intermediate_description": "ตั้งค่าตัวกรองทั่วไปและตัวกรองสำหรับแต่ละโปเกมอน (แบบดั้งเดิม)", - "expert_description": "คีย์คำค้นสำหรับการปรับแต่งมากที่สุด", - "icon_size": "ขนาดไอคอน", - "developer": "นักพัฒนา", - "raid_override": "การเข้าควบคุมการโจมตี", - "search_rocket_pokemon": "ค้นหาโปเกมอนของทีมโรเก็ต", - "main": "หลัก", - "extra": "เสริม", - "select": "เลือก", - "searching": "กำลังค้นหา...", - "no_options": "ไม่มีตัวเลือก...", - "and": "และ", - "or": "หรือ", - "only_global": "เฉพาะทั่วถึงทั้งหมด", - "global_caption": "ไม่ทางตัวกรองอื่นๆ", - "global_and_individual": "ตัวกรองทั่วไปและเฉพาะตัว", - "gender_filters_all": "เพศใช้กับทั้งหมด", - "and_caption": "เชื่อมต่อกัน", - "or_caption": "กรองอย่างอิสระ", - "filter_help": "ช่วยเหลือตัวกรอง", - "kilometers": "กิโลเมตร", - "miles": "ไมล์", - "distance_unit": "หน่วยระยะทาง", - "data_management": "การจัดการข้อมูล", - "reset_or_manage_text": "คุณสามารถรีเซ็ตตัวกรองของคุณหมดเป็นครั้งคราว หรือคุณสามารถดูหน้าการจัดการข้อมูลซึ่งจะช่วยให้คุณรีเซ็ตหมวดหมู่แต่ละรายการ", - "reset_audio": "รีเซ็ตเสียง", - "reset_all": "รีเซ็ตทั้งหมด", - "reset_icons": "รีเซ็ตไอคอน", - "reset_position": "รีเซ็ตตำแหน่ง", - "reset_ui": "รีเซ็ต UI", - "reset_options": "รีเซ็ตตัวเลือก", - "reset_menus": "รีเซ็ตเมนู", - "reset_settings": "รีเซ็ตการตั้งค่า", - "reset_general_title": "ทั่วไป", - "reset_filters_title": "ตัวกรอง", - "reset_assets": "รีเซ็ตทรัพยากร", - "reset_pokemon": "รีเซ็ตโปเกมอน", - "reset_pokestops": "รีเซ็ตป้ายโปเกสต็อป", - "reset_gyms": "รีเซ็ตยิม", - "reset_nests": "รีเซ็ตที่พัก", - "reset_portals": "รีเซ็ตประตู", - "reset_routes": "รีเซ็ตเส้นทาง", - "reset_scan_areas": "รีเซ็ตพื้นที่สแกน", - "reset_scan_cells": "รีเซ็ตเซลสแกน", - "reset_devices": "รีเซ็ตอุปกรณ์", - "reset_weather": "รีเซ็ตสภาพอากาศ", - "reset_s2cells": "รีเซ็ตเซล S2", - "reset_spawnpoints": "รีเซ็ตจุดปรากฏ", - "reset_submission_cells": "รีเซ็ตเซลส่งข้อมูล", - "hisuian": "ฮิสุเอี้ยน", - "spacial_rend_range": "ระยะห่าง Spacial Rend", - "key": "คีย์", - "ai": "AI", - "human": "มนุษย์", - "locales": "ภาษา", - "instructions": "คำแนะนำ", - "locale_instructions_1": "เลือกภาษาจากเมนูแบบเลื่อนลง", - "locale_instructions_2": "ป้อนการแปลที่ต้องการลงในคอลัมน์ \"มนุษย์\"", - "locale_instructions_3": "คลิกปุ่ม \"$t(download)\" เพื่อดาวน์โหลดไฟล์ JSON", - "locale_instructions_4": "Fork ลิงก์ของ GitHub repo ด้านล่างนี้", - "locale_instructions_5": "สร้าง branch ใหม่และตั้งชื่อตามภาษาที่คุณกำลังแปล", - "locale_instructions_6": "แทนที่เนื้อหาของ \"packages/locales/lib/human/{{lng}}.json\" ด้วยไฟล์ที่คุณดาวน์โหลด", - "locale_instructions_7": "สร้าง pull request", - "locale_instructions_8": "รอการตรวจสอบและผสาน pull request", - "enter_translation": "ป้อนการแปล", - "individual_filters": "กรองบางส่วน", - "data_limit_reached": "คุณขอข้อมูลมากเกินไปเมื่อเร็ว ๆ นี้และจะต้องรอจนถึง {{until}}", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "ไดรับ {{amount}} หัวใจรวมกันกับคูหูของคุณ", - "challenge_buddy_treat_plural": "ปอนของวางใหคูหูของคุณ {{amount}} ครั้ง", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Star Egg", - "egg_1_plural": "1 Star Eggs", - "egg_2": "2 Star Egg", - "egg_2_plural": "2 Star Eggs", - "egg_3": "3 Star Egg", - "egg_3_plural": "3 Star Eggs", - "egg_4": "4 Star Egg", - "egg_4_plural": "4 Star Eggs", - "egg_5": "Legendary Egg", - "egg_5_plural": "Legendary Eggs", - "egg_6": "Mega Egg", - "egg_6_plural": "Mega Eggs", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "ปกติ", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "ปกติ", - "form_34": "โจมตี", - "form_35": "ปองกัน", - "form_36": "รวดเร็ว", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "ปกติ", - "form_46": "อโลลา", - "form_47": "ปกติ", - "form_48": "อโลลา", - "form_49": "ปกติ", - "form_50": "อโลลา", - "form_51": "ปกติ", - "form_52": "อโลลา", - "form_53": "ปกติ", - "form_54": "อโลลา", - "form_55": "ปกติ", - "form_56": "อโลลา", - "form_57": "ปกติ", - "form_58": "อโลลา", - "form_59": "ปกติ", - "form_60": "อโลลา", - "form_61": "ปกติ", - "form_62": "อโลลา", - "form_63": "ปกติ", - "form_64": "อโลลา", - "form_65": "ปกติ", - "form_66": "อโลลา", - "form_67": "ปกติ", - "form_68": "อโลลา", - "form_69": "ปกติ", - "form_70": "อโลลา", - "form_71": "ปกติ", - "form_72": "อโลลา", - "form_73": "ปกติ", - "form_74": "อโลลา", - "form_75": "ปกติ", - "form_76": "อโลลา", - "form_77": "ปกติ", - "form_78": "อโลลา", - "form_79": "ปกติ", - "form_80": "อโลลา", - "form_81": "ปกติ", - "form_82": "ฟรอสตโรตอม", - "form_83": "สปนโรตอม", - "form_84": "คัตโรตอม", - "form_85": "วอชโรตอม", - "form_86": "ฮีทโรตอม", - "form_87": "ปลอกใบไม", - "form_88": "ปลอกทราย", - "form_89": "ปลอกขยะ", - "form_90": "ฟอรมดัดแปลง", - "form_91": "ฟอรมดั้งเดิม", - "form_92": "ฟอรมทองฟา", - "form_93": "ฟอรมพื้นดิน", - "form_94": "ฟอรมมืดมน", - "form_95": "Sunny", - "form_96": "ทะเลตะวันตก", - "form_97": "ทะเลตะวันออก", - "form_98": "ทะเลตะวันตก", - "form_99": "ทะเลตะวันออก", - "form_100": "ปกติ", - "form_101": "ตอสู", - "form_102": "บิน", - "form_103": "พิษ", - "form_104": "ดิน", - "form_105": "หิน", - "form_106": "แมลง", - "form_107": "ผี", - "form_108": "โลหะ", - "form_109": "ไฟ", - "form_110": "น้ำ", - "form_111": "หญา", - "form_112": "ไฟฟา", - "form_113": "พลังจิต", - "form_114": "น้ำแข็ง", - "form_115": "มังกร", - "form_116": "ความมืด", - "form_117": "แฟรี่", - "form_118": "ปลอกใบไม", - "form_119": "ปลอกทราย", - "form_120": "ปลอกขยะ", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "ปกติ", - "form_136": "แถบสีแดง", - "form_137": "แถบสีฟา", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "ฟอรมอวตาร", - "form_141": "ฟอรมสัตวศักดิ์สิทธิ์", - "form_142": "ฟอรมอวตาร", - "form_143": "ฟอรมสัตวศักดิ์สิทธิ์", - "form_144": "ฟอรมอวตาร", - "form_145": "ฟอรมสัตวศักดิ์สิทธิ์", - "form_146": "ปกติ", - "form_147": "แบล็กคิวเรม", - "form_148": "ไวทคิวเรม", - "form_149": "รางปกติ", - "form_150": "รางแนวแน", - "form_151": "ฟอรมวอยซ", - "form_152": "ฟอรมสเต็ป", - "form_157": "ปกติ", - "form_160": "ปกติ", - "form_163": "ปกติ", - "form_166": "ปกติ", - "form_169": "ปกติ", - "form_172": "ปกติ", - "form_175": "ปกติ", - "form_178": "ปกติ", - "form_181": "ปกติ", - "form_184": "ปกติ", - "form_187": "ปกติ", - "form_190": "ปกติ", - "form_193": "ปกติ", - "form_196": "ปกติ", - "form_199": "ปกติ", - "form_202": "ปกติ", - "form_205": "ปกติ", - "form_208": "ปกติ", - "form_211": "ปกติ", - "form_214": "ปกติ", - "form_217": "ปกติ", - "form_224": "ปกติ", - "form_229": "ปกติ", - "form_232": "ปกติ", - "form_235": "ปกติ", - "form_238": "ปกติ", - "form_241": "ปกติ", - "form_244": "ปกติ", - "form_247": "ปกติ", - "form_250": "ปกติ", - "form_253": "ปกติ", - "form_256": "ปกติ", - "form_259": "ปกติ", - "form_262": "ปกติ", - "form_265": "ปกติ", - "form_268": "ปกติ", - "form_271": "ปกติ", - "form_274": "ปกติ", - "form_277": "ปกติ", - "form_280": "ปกติ", - "form_283": "ปกติ", - "form_286": "ปกติ", - "form_289": "ปกติ", - "form_292": "ปกติ", - "form_295": "ปกติ", - "form_298": "ปกติ", - "form_301": "ปกติ", - "form_304": "ปกติ", - "form_307": "ปกติ", - "form_310": "ปกติ", - "form_313": "ปกติ", - "form_316": "ปกติ", - "form_319": "ปกติ", - "form_322": "ปกติ", - "form_585": "รางฤดูใบไมผลิ", - "form_586": "รางฤดูรอน", - "form_587": "รางฤดูใบไมรวง", - "form_588": "รางฤดูหนาว", - "form_589": "รางฤดูใบไมผลิ", - "form_590": "รางฤดูรอน", - "form_591": "รางฤดูใบไมรวง", - "form_592": "รางฤดูหนาว", - "form_593": "ปกติ", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "ปกติ", - "form_599": "Noevolve", - "form_600": "ปกติ", - "form_601": "Noevolve", - "form_602": "ปกติ", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "ปกติ", - "form_613": "ปกติ", - "form_616": "ปกติ", - "form_619": "ปกติ", - "form_622": "ปกติ", - "form_625": "ปกติ", - "form_628": "ปกติ", - "form_631": "ปกติ", - "form_634": "ปกติ", - "form_637": "ปกติ", - "form_640": "ปกติ", - "form_643": "ปกติ", - "form_646": "ปกติ", - "form_649": "ปกติ", - "form_652": "ปกติ", - "form_655": "ปกติ", - "form_658": "ปกติ", - "form_661": "ปกติ", - "form_664": "ปกติ", - "form_667": "ปกติ", - "form_670": "ปกติ", - "form_677": "ปกติ", - "form_680": "ปกติ", - "form_683": "ปกติ", - "form_688": "ปกติ", - "form_691": "ปกติ", - "form_694": "ปกติ", - "form_697": "ปกติ", - "form_700": "ปกติ", - "form_703": "ปกติ", - "form_706": "ปกติ", - "form_713": "ปกติ", - "form_716": "ปกติ", - "form_719": "ปกติ", - "form_722": "ปกติ", - "form_729": "ปกติ", - "form_734": "ปกติ", - "form_737": "ปกติ", - "form_740": "ปกติ", - "form_743": "ปกติ", - "form_746": "ปกติ", - "form_749": "ปกติ", - "form_752": "ปกติ", - "form_755": "ปกติ", - "form_758": "ปกติ", - "form_761": "ปกติ", - "form_764": "ปกติ", - "form_767": "ปกติ", - "form_770": "ปกติ", - "form_773": "ปกติ", - "form_776": "ปกติ", - "form_779": "ปกติ", - "form_782": "ปกติ", - "form_785": "ปกติ", - "form_788": "ปกติ", - "form_791": "ปกติ", - "form_794": "ปกติ", - "form_797": "ปกติ", - "form_800": "ปกติ", - "form_803": "ปกติ", - "form_806": "ปกติ", - "form_809": "ปกติ", - "form_812": "ปกติ", - "form_815": "ปกติ", - "form_818": "ปกติ", - "form_821": "ปกติ", - "form_824": "ปกติ", - "form_827": "ปกติ", - "form_830": "ปกติ", - "form_833": "ปกติ", - "form_836": "ปกติ", - "form_839": "ปกติ", - "form_846": "ปกติ", - "form_849": "ปกติ", - "form_852": "ปกติ", - "form_855": "ปกติ", - "form_858": "ปกติ", - "form_861": "ปกติ", - "form_864": "ปกติ", - "form_867": "ปกติ", - "form_870": "ปกติ", - "form_873": "ปกติ", - "form_876": "ปกติ", - "form_879": "ปกติ", - "form_888": "ปกติ", - "form_891": "ปกติ", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "ปกติ", - "form_901": "Vs 2019", - "form_902": "ปกติ", - "form_905": "ปกติ", - "form_908": "ปกติ", - "form_911": "ปกติ", - "form_914": "ปกติ", - "form_917": "ปกติ", - "form_920": "ปกติ", - "form_923": "ปกติ", - "form_926": "ปกติ", - "form_929": "ปกติ", - "form_932": "ปกติ", - "form_935": "ปกติ", - "form_938": "ปกติ", - "form_941": "ปกติ", - "form_944": "Galarian", - "form_945": "ปกติ", - "form_946": "Galarian", - "form_947": "ปกติ", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "ปกติ", - "form_956": "ปกติ", - "form_959": "ปกติ", - "form_962": "ปกติ", - "form_965": "ปกติ", - "form_968": "ปกติ", - "form_971": "ปกติ", - "form_974": "ปกติ", - "form_981": "ปกติ", - "form_984": "ปกติ", - "form_987": "ปกติ", - "form_990": "ปกติ", - "form_993": "ปกติ", - "form_996": "ปกติ", - "form_999": "ปกติ", - "form_1002": "ปกติ", - "form_1005": "ปกติ", - "form_1008": "ปกติ", - "form_1011": "ปกติ", - "form_1014": "ปกติ", - "form_1017": "ปกติ", - "form_1020": "ปกติ", - "form_1023": "ปกติ", - "form_1026": "ปกติ", - "form_1029": "ปกติ", - "form_1032": "ปกติ", - "form_1035": "ปกติ", - "form_1038": "ปกติ", - "form_1041": "ปกติ", - "form_1044": "ปกติ", - "form_1047": "ปกติ", - "form_1050": "ปกติ", - "form_1053": "ปกติ", - "form_1056": "ปกติ", - "form_1059": "ปกติ", - "form_1062": "ปกติ", - "form_1065": "ปกติ", - "form_1068": "ปกติ", - "form_1071": "ปกติ", - "form_1074": "ปกติ", - "form_1077": "ปกติ", - "form_1080": "ปกติ", - "form_1083": "ปกติ", - "form_1086": "ปกติ", - "form_1089": "ปกติ", - "form_1092": "ปกติ", - "form_1095": "ปกติ", - "form_1098": "ปกติ", - "form_1101": "ปกติ", - "form_1104": "ปกติ", - "form_1107": "ปกติ", - "form_1110": "ปกติ", - "form_1115": "ปกติ", - "form_1118": "ปกติ", - "form_1121": "ปกติ", - "form_1124": "ปกติ", - "form_1127": "ปกติ", - "form_1130": "ปกติ", - "form_1133": "ปกติ", - "form_1136": "ปกติ", - "form_1139": "ปกติ", - "form_1142": "ปกติ", - "form_1145": "ปกติ", - "form_1148": "ปกติ", - "form_1151": "ปกติ", - "form_1154": "ปกติ", - "form_1157": "ปกติ", - "form_1160": "ปกติ", - "form_1163": "ปกติ", - "form_1166": "ปกติ", - "form_1169": "ปกติ", - "form_1172": "ปกติ", - "form_1175": "ปกติ", - "form_1178": "ปกติ", - "form_1181": "ปกติ", - "form_1184": "ปกติ", - "form_1187": "ปกติ", - "form_1190": "ปกติ", - "form_1193": "ปกติ", - "form_1196": "ปกติ", - "form_1199": "ปกติ", - "form_1202": "ปกติ", - "form_1205": "ปกติ", - "form_1208": "ปกติ", - "form_1211": "ปกติ", - "form_1214": "ปกติ", - "form_1217": "ปกติ", - "form_1220": "ปกติ", - "form_1223": "ปกติ", - "form_1226": "ปกติ", - "form_1229": "ปกติ", - "form_1232": "ปกติ", - "form_1235": "ปกติ", - "form_1238": "ปกติ", - "form_1241": "ปกติ", - "form_1244": "ปกติ", - "form_1247": "ปกติ", - "form_1250": "ปกติ", - "form_1253": "ปกติ", - "form_1256": "ปกติ", - "form_1259": "ปกติ", - "form_1262": "ปกติ", - "form_1265": "ปกติ", - "form_1268": "ปกติ", - "form_1271": "ปกติ", - "form_1274": "ปกติ", - "form_1277": "ปกติ", - "form_1280": "ปกติ", - "form_1283": "ปกติ", - "form_1286": "ปกติ", - "form_1289": "ปกติ", - "form_1292": "ปกติ", - "form_1295": "ปกติ", - "form_1298": "ปกติ", - "form_1301": "ปกติ", - "form_1304": "ปกติ", - "form_1307": "ปกติ", - "form_1310": "ปกติ", - "form_1313": "ปกติ", - "form_1316": "ปกติ", - "form_1319": "ปกติ", - "form_1322": "ปกติ", - "form_1325": "ปกติ", - "form_1328": "ปกติ", - "form_1331": "ปกติ", - "form_1334": "ปกติ", - "form_1337": "ปกติ", - "form_1340": "ปกติ", - "form_1343": "ปกติ", - "form_1346": "ปกติ", - "form_1349": "ปกติ", - "form_1352": "ปกติ", - "form_1355": "ปกติ", - "form_1358": "ปกติ", - "form_1361": "ปกติ", - "form_1364": "ปกติ", - "form_1367": "ปกติ", - "form_1370": "ปกติ", - "form_1379": "ปกติ", - "form_1382": "ปกติ", - "form_1385": "ปกติ", - "form_1388": "ปกติ", - "form_1391": "ปกติ", - "form_1394": "ปกติ", - "form_1397": "ปกติ", - "form_1400": "ปกติ", - "form_1403": "ปกติ", - "form_1406": "ปกติ", - "form_1409": "ปกติ", - "form_1412": "ปกติ", - "form_1415": "ปกติ", - "form_1418": "ปกติ", - "form_1421": "ปกติ", - "form_1424": "ปกติ", - "form_1427": "ปกติ", - "form_1430": "ปกติ", - "form_1433": "ปกติ", - "form_1436": "ปกติ", - "form_1439": "ปกติ", - "form_1442": "ปกติ", - "form_1445": "ปกติ", - "form_1448": "ปกติ", - "form_1451": "ปกติ", - "form_1454": "ปกติ", - "form_1457": "ปกติ", - "form_1460": "ปกติ", - "form_1463": "ปกติ", - "form_1466": "ปกติ", - "form_1469": "ปกติ", - "form_1472": "ปกติ", - "form_1475": "ปกติ", - "form_1478": "ปกติ", - "form_1481": "ปกติ", - "form_1484": "ปกติ", - "form_1487": "ปกติ", - "form_1490": "ปกติ", - "form_1493": "ปกติ", - "form_1496": "ปกติ", - "form_1499": "ปกติ", - "form_1502": "ปกติ", - "form_1505": "ปกติ", - "form_1508": "ปกติ", - "form_1511": "ปกติ", - "form_1514": "ปกติ", - "form_1517": "ปกติ", - "form_1520": "ปกติ", - "form_1523": "ปกติ", - "form_1526": "ปกติ", - "form_1529": "ปกติ", - "form_1532": "ปกติ", - "form_1535": "ปกติ", - "form_1538": "ปกติ", - "form_1541": "ปกติ", - "form_1544": "ปกติ", - "form_1547": "ปกติ", - "form_1550": "ปกติ", - "form_1553": "ปกติ", - "form_1556": "ปกติ", - "form_1559": "ปกติ", - "form_1562": "ปกติ", - "form_1565": "ปกติ", - "form_1568": "ปกติ", - "form_1571": "ปกติ", - "form_1574": "ปกติ", - "form_1577": "ปกติ", - "form_1580": "ปกติ", - "form_1583": "ปกติ", - "form_1586": "ปกติ", - "form_1589": "ปกติ", - "form_1592": "ปกติ", - "form_1595": "ปกติ", - "form_1598": "ปกติ", - "form_1601": "ปกติ", - "form_1604": "ปกติ", - "form_1607": "ปกติ", - "form_1610": "ปกติ", - "form_1613": "ปกติ", - "form_1616": "ปกติ", - "form_1619": "ปกติ", - "form_1622": "ปกติ", - "form_1625": "ปกติ", - "form_1628": "ปกติ", - "form_1631": "ปกติ", - "form_1634": "ปกติ", - "form_1637": "ปกติ", - "form_1640": "ปกติ", - "form_1643": "ปกติ", - "form_1646": "ปกติ", - "form_1649": "ปกติ", - "form_1652": "ปกติ", - "form_1655": "ปกติ", - "form_1658": "ปกติ", - "form_1661": "ปกติ", - "form_1664": "ปกติ", - "form_1667": "ปกติ", - "form_1670": "ปกติ", - "form_1673": "ปกติ", - "form_1676": "ปกติ", - "form_1679": "ปกติ", - "form_1682": "ปกติ", - "form_1685": "ปกติ", - "form_1688": "ปกติ", - "form_1691": "ปกติ", - "form_1694": "ปกติ", - "form_1697": "ปกติ", - "form_1700": "ปกติ", - "form_1703": "ปกติ", - "form_1706": "ปกติ", - "form_1709": "ปกติ", - "form_1712": "ปกติ", - "form_1715": "ปกติ", - "form_1718": "ปกติ", - "form_1721": "ปกติ", - "form_1724": "ปกติ", - "form_1727": "ปกติ", - "form_1730": "ปกติ", - "form_1733": "ปกติ", - "form_1736": "ปกติ", - "form_1739": "ปกติ", - "form_1742": "ปกติ", - "form_1745": "ปกติ", - "form_1748": "ปกติ", - "form_1751": "ปกติ", - "form_1754": "ปกติ", - "form_1757": "ปกติ", - "form_1760": "ปกติ", - "form_1763": "ปกติ", - "form_1766": "ปกติ", - "form_1769": "ปกติ", - "form_1772": "ปกติ", - "form_1775": "ปกติ", - "form_1778": "ปกติ", - "form_1781": "ปกติ", - "form_1784": "ปกติ", - "form_1787": "ปกติ", - "form_1790": "ปกติ", - "form_1793": "ปกติ", - "form_1796": "ปกติ", - "form_1799": "ปกติ", - "form_1802": "ปกติ", - "form_1805": "ปกติ", - "form_1808": "ปกติ", - "form_1811": "ปกติ", - "form_1814": "ปกติ", - "form_1817": "ปกติ", - "form_1820": "ปกติ", - "form_1823": "ปกติ", - "form_1826": "ปกติ", - "form_1829": "ปกติ", - "form_1832": "ปกติ", - "form_1835": "ปกติ", - "form_1838": "ปกติ", - "form_1841": "ปกติ", - "form_1844": "ปกติ", - "form_1847": "ปกติ", - "form_1850": "ปกติ", - "form_1853": "ปกติ", - "form_1856": "ปกติ", - "form_1859": "ปกติ", - "form_1862": "ปกติ", - "form_1865": "ปกติ", - "form_1868": "ปกติ", - "form_1871": "ปกติ", - "form_1874": "ปกติ", - "form_1877": "ปกติ", - "form_1880": "ปกติ", - "form_1883": "ปกติ", - "form_1886": "ปกติ", - "form_1889": "ปกติ", - "form_1892": "ปกติ", - "form_1895": "ปกติ", - "form_1898": "ปกติ", - "form_1901": "ปกติ", - "form_1904": "ปกติ", - "form_1907": "ปกติ", - "form_1910": "ปกติ", - "form_1913": "ปกติ", - "form_1916": "ปกติ", - "form_1919": "ปกติ", - "form_1922": "ปกติ", - "form_1925": "ปกติ", - "form_1928": "ปกติ", - "form_1931": "ปกติ", - "form_1934": "ปกติ", - "form_1937": "ปกติ", - "form_1940": "ปกติ", - "form_1943": "ปกติ", - "form_1946": "ปกติ", - "form_1949": "ปกติ", - "form_1952": "ปกติ", - "form_1955": "ปกติ", - "form_1958": "ปกติ", - "form_1961": "ปกติ", - "form_1964": "ปกติ", - "form_1967": "ปกติ", - "form_1970": "ปกติ", - "form_1973": "ปกติ", - "form_1976": "ปกติ", - "form_1979": "ปกติ", - "form_1982": "ปกติ", - "form_1985": "ปกติ", - "form_1988": "ปกติ", - "form_1991": "ปกติ", - "form_1994": "ปกติ", - "form_1997": "ปกติ", - "form_2000": "ปกติ", - "form_2003": "ปกติ", - "form_2006": "ปกติ", - "form_2009": "ปกติ", - "form_2012": "ปกติ", - "form_2015": "ปกติ", - "form_2018": "ปกติ", - "form_2021": "ปกติ", - "form_2024": "ปกติ", - "form_2027": "ปกติ", - "form_2030": "ปกติ", - "form_2033": "ปกติ", - "form_2036": "ปกติ", - "form_2039": "ปกติ", - "form_2042": "ปกติ", - "form_2045": "ปกติ", - "form_2048": "ปกติ", - "form_2051": "ปกติ", - "form_2054": "ปกติ", - "form_2057": "ปกติ", - "form_2060": "ปกติ", - "form_2063": "ปกติ", - "form_2066": "ปกติ", - "form_2069": "ปกติ", - "form_2072": "ปกติ", - "form_2075": "ปกติ", - "form_2078": "ปกติ", - "form_2081": "ปกติ", - "form_2084": "ปกติ", - "form_2087": "ปกติ", - "form_2090": "ปกติ", - "form_2093": "ปกติ", - "form_2096": "ปกติ", - "form_2099": "ปกติ", - "form_2102": "ปกติ", - "form_2105": "ปกติ", - "form_2108": "ปกติ", - "form_2111": "ปกติ", - "form_2114": "ปกติ", - "form_2117": "ปกติ", - "form_2120": "ปกติ", - "form_2123": "ปกติ", - "form_2126": "ปกติ", - "form_2129": "ปกติ", - "form_2132": "ปกติ", - "form_2135": "ปกติ", - "form_2138": "ปกติ", - "form_2141": "ปกติ", - "form_2144": "ปกติ", - "form_2147": "ปกติ", - "form_2150": "ปกติ", - "form_2153": "ปกติ", - "form_2156": "ปกติ", - "form_2159": "ปกติ", - "form_2162": "ปกติ", - "form_2165": "ปกติ", - "form_2168": "ปกติ", - "form_2171": "ปกติ", - "form_2174": "ปกติ", - "form_2177": "ปกติ", - "form_2180": "ปกติ", - "form_2183": "ปกติ", - "form_2186": "ปกติ", - "form_2189": "ปกติ", - "form_2192": "ปกติ", - "form_2195": "ปกติ", - "form_2198": "ปกติ", - "form_2201": "ปกติ", - "form_2204": "ปกติ", - "form_2207": "ปกติ", - "form_2210": "ปกติ", - "form_2213": "ปกติ", - "form_2216": "ปกติ", - "form_2219": "ปกติ", - "form_2222": "ปกติ", - "form_2225": "ปกติ", - "form_2228": "ปกติ", - "form_2231": "ปกติ", - "form_2234": "ปกติ", - "form_2237": "ปกติ", - "form_2240": "ปกติ", - "form_2243": "ปกติ", - "form_2246": "ปกติ", - "form_2249": "ปกติ", - "form_2252": "ปกติ", - "form_2255": "ปกติ", - "form_2258": "ปกติ", - "form_2261": "ปกติ", - "form_2264": "ปกติ", - "form_2267": "ปกติ", - "form_2270": "ปกติ", - "form_2273": "ปกติ", - "form_2276": "ปกติ", - "form_2279": "ปกติ", - "form_2282": "ปกติ", - "form_2285": "ปกติ", - "form_2288": "ปกติ", - "form_2291": "ปกติ", - "form_2294": "ปกติ", - "form_2297": "ปกติ", - "form_2300": "ปกติ", - "form_2303": "ปกติ", - "form_2306": "ปกติ", - "form_2309": "ปกติ", - "form_2312": "ปกติ", - "form_2315": "ปกติ", - "form_2318": "ปกติ", - "form_2321": "ปกติ", - "form_2324": "ปกติ", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "ตัวเมีย", - "form_2331": "ตัวเมีย", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "รางเสียงต่ำ", - "form_2464": "Amped Form", - "form_2477": "ฟอรมของปลอม", - "form_2478": "Antique Form", - "form_2480": "ฟอรมของปลอม", - "form_2481": "Antique Form", - "form_2501": "ปกติ", - "form_2504": "ปกติ", - "form_2507": "ปกติ", - "form_2510": "ปกติ", - "form_2513": "ปกติ", - "form_2516": "ปกติ", - "form_2540": "ไอซเฟซ", - "form_2541": "ไนซเฟซ", - "form_2542": "ตัวผู", - "form_2543": "ตัวเมีย", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "ราชาแหงดาบ", - "form_2577": "ผูกลาศึกแหงตำนาน", - "form_2578": "ราชาแหงโล", - "form_2579": "ผูกลาศึกแหงตำนาน", - "form_2580": "Eternamax", - "form_2581": "ปกติ", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "ปกติ", - "form_2588": "ตัวเมีย", - "form_2589": "ปกติ", - "form_2590": "ตัวเมีย", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "พระอาทิตย", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "สไตลรอนแรง", - "form_2680": "สไตลคึกคัก", - "form_2681": "สไตลนุมนวล", - "form_2683": "สไตลออนชอย", - "form_2684": "รางเที่ยงวัน", - "form_2685": "รางเที่ยงคืน", - "form_2686": "รางพลบค่ำ", - "form_2687": "รางเดี่ยว", - "form_2688": "รางรวมฝูง", - "form_2689": "ปกติ", - "form_2690": "แมลง", - "form_2691": "ความมืด", - "form_2692": "มังกร", - "form_2693": "ไฟฟา", - "form_2694": "แฟรี่", - "form_2695": "ตอสู", - "form_2696": "ไฟ", - "form_2697": "บิน", - "form_2698": "ผี", - "form_2699": "หญา", - "form_2700": "ดิน", - "form_2701": "น้ำแข็ง", - "form_2702": "พิษ", - "form_2703": "พลังจิต", - "form_2704": "หิน", - "form_2705": "โลหะ", - "form_2706": "น้ำ", - "form_2707": "Meteor Blue", - "form_2708": "ขนนกสีฟา", - "form_2709": "ขนนกสีเขียว", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "ขนนกสีเหลือง", - "form_2715": "รางที่ถูกเปดเผย", - "form_2716": "รางปลอมตัว", - "form_2717": "ปกติ", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "ปกติ", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "ปกติ", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "รางพลบค่ำ", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "พระอาทิตย", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "พระอาทิตย", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "ฟอรมอวตาร", - "form_2803": "ฟอรมสัตวศักดิ์สิทธิ์", - "form_2804": "รางแถบสีขาว", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "ปกติ", - "form_2808": "ตัวเมีย", - "form_2809": "ปกติ", - "form_2810": "ปกติ", - "form_2811": "ปกติ", - "form_2812": "ปกติ", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "ปกติ", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "ฟอรมดั้งเดิม", - "form_2830": "ฟอรมดั้งเดิม", - "form_2831": "ปกติ", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "ปกติ", - "form_2982": "ตัวเมีย", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "ขนนกสีเขียว", - "form_2986": "ขนนกสีฟา", - "form_2987": "ขนนกสีเหลือง", - "form_2988": "White", - "form_2989": "ฟอรมไรเดียงสา", - "form_2990": "ผูกลาศึกแหงตำนาน", - "form_2991": "รางโคง", - "form_2992": "รางยอย", - "form_2993": "รางยืด", - "form_2994": "ฟอรมสองปลอง", - "form_2995": "ฟอรมสามปลอง", - "form_2996": "รางสมบูรณ", - "form_2997": "โหมดคอมพลีต", - "form_2998": "ปกติ", - "form_3000": "ปกติ", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "ตัวผู", - "gender_2": "ตัวเมีย", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "อโลลา", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "บลองช", - "grunt_2": "แคนเดลา", - "grunt_3": "สปารก", - "grunt_4": "ลูกสมุน (ตัวผู)", - "grunt_5": "ลูกสมุน (ตัวเมีย)", - "grunt_6": "แมลง - ลูกสมุน (ตัวเมีย)", - "grunt_7": "แมลง - ลูกสมุน (ตัวผู)", - "grunt_8": "ลูกสมุน (ตัวเมีย)", - "grunt_9": "ลูกสมุน (ตัวผู)", - "grunt_10": "ความมืด - ลูกสมุน (ตัวเมีย)", - "grunt_11": "ความมืด - ลูกสมุน (ตัวผู)", - "grunt_12": "มังกร - ลูกสมุน (ตัวเมีย)", - "grunt_13": "มังกร - ลูกสมุน (ตัวผู)", - "grunt_14": "แฟรี่ - ลูกสมุน (ตัวเมีย)", - "grunt_15": "แฟรี่ - ลูกสมุน (ตัวผู)", - "grunt_16": "ตอสู - ลูกสมุน (ตัวเมีย)", - "grunt_17": "ตอสู - ลูกสมุน (ตัวผู)", - "grunt_18": "ไฟ - ลูกสมุน (ตัวเมีย)", - "grunt_19": "ไฟ - ลูกสมุน (ตัวผู)", - "grunt_20": "บิน - ลูกสมุน (ตัวเมีย)", - "grunt_21": "บิน - ลูกสมุน (ตัวผู)", - "grunt_22": "หญา - ลูกสมุน (ตัวเมีย)", - "grunt_23": "หญา - ลูกสมุน (ตัวผู)", - "grunt_24": "ดิน - ลูกสมุน (ตัวเมีย)", - "grunt_25": "ดิน - ลูกสมุน (ตัวผู)", - "grunt_26": "น้ำแข็ง - ลูกสมุน (ตัวเมีย)", - "grunt_27": "น้ำแข็ง - ลูกสมุน (ตัวผู)", - "grunt_28": "โลหะ - ลูกสมุน (ตัวเมีย)", - "grunt_29": "โลหะ - ลูกสมุน (ตัวผู)", - "grunt_30": "ปกติ - ลูกสมุน (ตัวเมีย)", - "grunt_31": "ปกติ - ลูกสมุน (ตัวผู)", - "grunt_32": "พิษ - ลูกสมุน (ตัวเมีย)", - "grunt_33": "พิษ - ลูกสมุน (ตัวผู)", - "grunt_34": "พลังจิต - ลูกสมุน (ตัวเมีย)", - "grunt_35": "พลังจิต - ลูกสมุน (ตัวผู)", - "grunt_36": "หิน - ลูกสมุน (ตัวเมีย)", - "grunt_37": "หิน - ลูกสมุน (ตัวผู)", - "grunt_38": "น้ำ - ลูกสมุน (ตัวเมีย)", - "grunt_39": "น้ำ - ลูกสมุน (ตัวผู)", - "grunt_40": "Player Team Leader", - "grunt_41": "หัวหนาคลิฟ", - "grunt_42": "หัวหนาอารโล", - "grunt_43": "หัวหนาเซียรรา", - "grunt_44": "ซากากิ", - "grunt_45": "ลูกสมุนนกตอ (ตัวผู)", - "grunt_46": "ลูกสมุนนกตอ (ตัวเมีย)", - "grunt_47": "ผี - ลูกสมุน (ตัวเมีย)", - "grunt_48": "ผี - ลูกสมุน (ตัวผู)", - "grunt_49": "ไฟฟา - ลูกสมุน (ตัวเมีย)", - "grunt_50": "ไฟฟา - ลูกสมุน (ตัวผู)", - "grunt_51": "ลูกสมุน (ตัวเมีย)", - "grunt_52": "ลูกสมุน (ตัวผู)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "แมลง - ลูกสมุน (ตัวเมีย)", - "grunt_56": "แมลง - ลูกสมุน (ตัวผู)", - "grunt_57": "ความมืด - ลูกสมุน (ตัวเมีย)", - "grunt_58": "ความมืด - ลูกสมุน (ตัวผู)", - "grunt_59": "มังกร - ลูกสมุน (ตัวเมีย)", - "grunt_60": "มังกร - ลูกสมุน (ตัวผู)", - "grunt_61": "แฟรี่ - ลูกสมุน (ตัวเมีย)", - "grunt_62": "แฟรี่ - ลูกสมุน (ตัวผู)", - "grunt_63": "ตอสู - ลูกสมุน (ตัวเมีย)", - "grunt_64": "ตอสู - ลูกสมุน (ตัวผู)", - "grunt_65": "ไฟ - ลูกสมุน (ตัวเมีย)", - "grunt_66": "ไฟ - ลูกสมุน (ตัวผู)", - "grunt_67": "บิน - ลูกสมุน (ตัวเมีย)", - "grunt_68": "บิน - ลูกสมุน (ตัวผู)", - "grunt_69": "หญา - ลูกสมุน (ตัวเมีย)", - "grunt_70": "หญา - ลูกสมุน (ตัวผู)", - "grunt_71": "ดิน - ลูกสมุน (ตัวเมีย)", - "grunt_72": "ดิน - ลูกสมุน (ตัวผู)", - "grunt_73": "น้ำแข็ง - ลูกสมุน (ตัวเมีย)", - "grunt_74": "น้ำแข็ง - ลูกสมุน (ตัวผู)", - "grunt_75": "ลูกสมุน (ตัวเมีย)", - "grunt_76": "ลูกสมุน (ตัวผู)", - "grunt_77": "ปกติ - ลูกสมุน (ตัวเมีย)", - "grunt_78": "ปกติ - ลูกสมุน (ตัวผู)", - "grunt_79": "พิษ - ลูกสมุน (ตัวเมีย)", - "grunt_80": "พิษ - ลูกสมุน (ตัวผู)", - "grunt_81": "พลังจิต - ลูกสมุน (ตัวเมีย)", - "grunt_82": "พลังจิต - ลูกสมุน (ตัวผู)", - "grunt_83": "หิน - ลูกสมุน (ตัวเมีย)", - "grunt_84": "หิน - ลูกสมุน (ตัวผู)", - "grunt_85": "น้ำ - ลูกสมุน (ตัวเมีย)", - "grunt_86": "น้ำ - ลูกสมุน (ตัวผู)", - "grunt_87": "ผี - ลูกสมุน (ตัวเมีย)", - "grunt_88": "ผี - ลูกสมุน (ตัวผู)", - "grunt_89": "ไฟฟา - ลูกสมุน (ตัวเมีย)", - "grunt_90": "ไฟฟา - ลูกสมุน (ตัวผู)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "ไม่มี", - "grunt_a_1": "บลองช", - "grunt_a_2": "แคนเดลา", - "grunt_a_3": "สปารก", - "grunt_a_4": "ลูกสมุน ♂", - "grunt_a_5": "ลูกสมุน ♀", - "grunt_a_6": "แมลง ♀", - "grunt_a_7": "แมลง ♂", - "grunt_a_8": "ลูกสมุน ♀", - "grunt_a_9": "ลูกสมุน ♂", - "grunt_a_10": "ความมืด ♀", - "grunt_a_11": "ความมืด ♂", - "grunt_a_12": "มังกร ♀", - "grunt_a_13": "มังกร ♂", - "grunt_a_14": "แฟรี่ ♀", - "grunt_a_15": "แฟรี่ ♂", - "grunt_a_16": "ตอสู ♀", - "grunt_a_17": "ตอสู ♂", - "grunt_a_18": "ไฟ ♀", - "grunt_a_19": "ไฟ ♂", - "grunt_a_20": "บิน ♀", - "grunt_a_21": "บิน ♂", - "grunt_a_22": "หญา ♀", - "grunt_a_23": "หญา ♂", - "grunt_a_24": "ดิน ♀", - "grunt_a_25": "ดิน ♂", - "grunt_a_26": "น้ำแข็ง ♀", - "grunt_a_27": "น้ำแข็ง ♂", - "grunt_a_28": "โลหะ ♀", - "grunt_a_29": "โลหะ ♂", - "grunt_a_30": "ปกติ ♀", - "grunt_a_31": "ปกติ ♂", - "grunt_a_32": "พิษ ♀", - "grunt_a_33": "พิษ ♂", - "grunt_a_34": "พลังจิต ♀", - "grunt_a_35": "พลังจิต ♂", - "grunt_a_36": "หิน ♀", - "grunt_a_37": "หิน ♂", - "grunt_a_38": "น้ำ ♀", - "grunt_a_39": "น้ำ ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "หัวหนาคลิฟ", - "grunt_a_42": "หัวหนาอารโล", - "grunt_a_43": "หัวหนาเซียรรา", - "grunt_a_44": "ซากากิ", - "grunt_a_45": "ลูกสมุนนกตอ ♂", - "grunt_a_46": "ลูกสมุนนกตอ ♀", - "grunt_a_47": "ผี ♀", - "grunt_a_48": "ผี ♂", - "grunt_a_49": "ไฟฟา ♀", - "grunt_a_50": "ไฟฟา ♂", - "grunt_a_51": "ลูกสมุน ♀", - "grunt_a_52": "ลูกสมุน ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "แมลง ♀", - "grunt_a_56": "แมลง ♂", - "grunt_a_57": "ความมืด ♀", - "grunt_a_58": "ความมืด ♂", - "grunt_a_59": "มังกร ♀", - "grunt_a_60": "มังกร ♂", - "grunt_a_61": "แฟรี่ ♀", - "grunt_a_62": "แฟรี่ ♂", - "grunt_a_63": "ตอสู ♀", - "grunt_a_64": "ตอสู ♂", - "grunt_a_65": "ไฟ ♀", - "grunt_a_66": "ไฟ ♂", - "grunt_a_67": "บิน ♀", - "grunt_a_68": "บิน ♂", - "grunt_a_69": "หญา ♀", - "grunt_a_70": "หญา ♂", - "grunt_a_71": "ดิน ♀", - "grunt_a_72": "ดิน ♂", - "grunt_a_73": "น้ำแข็ง ♀", - "grunt_a_74": "น้ำแข็ง ♂", - "grunt_a_75": "ลูกสมุน ♀", - "grunt_a_76": "ลูกสมุน ♂", - "grunt_a_77": "ปกติ ♀", - "grunt_a_78": "ปกติ ♂", - "grunt_a_79": "พิษ ♀", - "grunt_a_80": "พิษ ♂", - "grunt_a_81": "พลังจิต ♀", - "grunt_a_82": "พลังจิต ♂", - "grunt_a_83": "หิน ♀", - "grunt_a_84": "หิน ♂", - "grunt_a_85": "น้ำ ♀", - "grunt_a_86": "น้ำ ♂", - "grunt_a_87": "ผี ♀", - "grunt_a_88": "ผี ♂", - "grunt_a_89": "ไฟฟา ♀", - "grunt_a_90": "ไฟฟา ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "ผู้เข้าถึงไม่ทราบ", - "item_1": "มอนสเตอรบอล", - "item_2": "ซูเปอรบอล", - "item_3": "ไฮเปอรบอล", - "item_4": "มาสเตอรบอล", - "item_5": "พรีเมียรบอล", - "item_6": "อัลตราบอล", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "ยารักษาแผล", - "item_102": "ยารักษาแผลอยางดี", - "item_103": "ยารักษาแผลชั้นยอด", - "item_104": "ยาฟ้นพลังกายเต็มถัง", - "item_201": "ยาคืนชีพ", - "item_202": "ยาคืนชีพชั้นยอด", - "item_301": "ไขแหงความสุข", - "item_401": "เครื่องหอม", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "กลองลึกลับ", - "item_406": "เครื่องหอมรายวัน", - "item_407": "กลองสมบัติล้ำคา", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "อุปกรณปลอยลัวร", - "item_502": "อุปกรณปลอยลัวรเกล็ดน้ำแข็ง", - "item_503": "อุปกรณปลอยลัวรมอส", - "item_504": "อุปกรณปลอยลัวรแมเหล็ก", - "item_505": "อุปกรณปลอยลัวรน้ำฝน", - "item_506": "อุปกรณปลอยลัวรสีทอง", - "item_602": "เพิ่มพลังโจมตี", - "item_603": "เพิ่มพลังปองกัน", - "item_604": "ไมแนชัด", - "item_650": "ซีการดเซลล", - "item_651": "ซีการดคิวบ", - "item_701": "ผลราส", - "item_702": "ผลแบลร", - "item_703": "ผลนานา", - "item_704": "ผลเซชินะ", - "item_705": "ผลไพน", - "item_706": "ผลราสสีทอง", - "item_707": "Golden Nanab Berry", - "item_708": "ผลไพนสีเงิน", - "item_709": "โปฟฟน", - "item_801": "กลองถายรูป", - "item_802": "สติกเกอร", - "item_803": "อัลบั้มโปสการด", - "item_901": "เครื่องฟกไข ∞", - "item_902": "เครื่องฟกไข", - "item_903": "เครื่องฟกไขชั้นเยี่ยม", - "item_1001": "ที่เก็บโปเกมอน", - "item_1002": "กระเปาเก็บไอเท็ม", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "หินพระอาทิตย", - "item_1102": "สัญลักษณแหงราชา", - "item_1103": "ฟลมโลหะ", - "item_1104": "เกล็ดมังกร", - "item_1105": "อัปเกรด", - "item_1106": "หินชินโอ", - "item_1107": "หินอิชชู", - "item_1150": "เหรียญ??????", - "item_1201": "TM ทาเร็ว", - "item_1202": "TM ทาชารจ", - "item_1203": "TM ทาเร็วชั้นเลิศ", - "item_1204": "TM ทาชารจชั้นเลิศ", - "item_1250": "ลูกอุกกาบาต", - "item_1301": "ลูกอมประหลาด", - "item_1302": "ลูกอมประหลาด XL", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "บัตรตีบอส", - "item_1402": "บัตรแบตเทิลพรีเมียม", - "item_1404": "สะเก็ดดาว", - "item_1405": "ของขวัญ", - "item_1406": "เหรียญรางวัลเปลี่ยนทีม", - "item_1408": "บัตรตีบอสระยะไกล", - "item_1409": "S Raid Ticket", - "item_1501": "ชิ้นสวนลึกลับ", - "item_1502": "ร็อกเกตเรดาร", - "item_1503": "ซูเปอรร็อกเกตเรดาร", - "item_1504": "ชิ้นสวนชาโดว", - "item_1505": "อัญมณีขาวสะอาด", - "item_1506": "อนุภาคแมกซ", - "item_1507": "แพ็กอนุภาคแมกซ", - "item_1600": "ตั๋ว", - "item_1601": "ตั๋ว", - "item_1602": "ตั๋ว", - "item_1603": "ตั๋ว", - "item_1604": "ตั๋วสวนเกิน", - "item_1605": "ตั๋วสวนเกิน", - "item_1606": "บัตรผานงานวิจัยแบบจำกัดเวลาโกแบตเทิลลีก", - "item_1607": "ตั๋ว", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "ตั๋ว Safari: โซล", - "item_1611": "ตั๋ว Safari: บารเซโลนา", - "item_1612": "ตั๋ว Safari: เม็กซิโกซิตี้", - "item_1613": "ตั๋ว Safari: ไถหนาน", - "item_1614": "Ticket City Safari 04", - "item_1615": "ตั๋ว", - "item_1616": "ตั๋ว", - "item_1617": "ตั๋ว", - "item_1618": "ตั๋ว", - "item_1619": "ตั๋ว", - "item_1620": "ตั๋ว", - "item_1621": "ตั๋ว", - "item_1622": "ตั๋ว", - "item_1623": "ตั๋ว", - "item_1624": "ตั๋ว", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "ปกติ", - "lure_502": "เกล็ดน้ำแข็ง", - "lure_503": "มอส", - "lure_504": "แมเหล็ก", - "lure_505": "น้ำฝน", - "lure_506": "สีทอง", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "ผู้เข้าถึงไม่ทราบ", - "move_1": "ช็อกไฟฟา", - "move_2": "เคลื่อนที่ความไวแสง", - "move_3": "ขวน", - "move_4": "ลูกไฟ", - "move_5": "แสเถาวัลย", - "move_6": "พุงเขาชน", - "move_7": "คัตเตอรใบไม", - "move_8": "พุงเขาใส", - "move_9": "ปนฉีดน้ำ", - "move_10": "กัดติด", - "move_11": "ปด", - "move_12": "ตบเรียกสติ", - "move_13": "รัด", - "move_14": "แสงมฤตยู", - "move_15": "ลิ้นเลีย", - "move_16": "คลื่นชั่วราย", - "move_17": "ควัน", - "move_18": "สลัดจแอทแทก", - "move_19": "เมทัลคลอว", - "move_20": "หนีบ", - "move_21": "กงลอไฟ", - "move_22": "เมกาฮอรน", - "move_23": "โจมตีดวยปก", - "move_24": "พนไฟ", - "move_25": "โจมตีแบบไมคาดคิด", - "move_26": "ขุดรู", - "move_27": "เตะเรียด", - "move_28": "ครอสช็อป", - "move_29": "ไซโคคัตเตอร", - "move_30": "ลำแสงพลังจิต", - "move_31": "แผนดินไหว", - "move_32": "ศิลาพิฆาต", - "move_33": "หมัดเยือกแข็ง", - "move_34": "ฮารตแสตมป", - "move_35": "ปลอยกระแสไฟฟา", - "move_36": "ลัสเตอรแคนนอน", - "move_37": "จิก", - "move_38": "จะงอยสวาน", - "move_39": "ลำแสงเยือกแข็ง", - "move_40": "พายุหิมะ", - "move_41": "แอรสแลช", - "move_42": "คลื่นความรอน", - "move_43": "ดับเบิลนีดเดิ้ล", - "move_44": "โจมตีดวยพิษ", - "move_45": "คมมีดบูมเมอแรง", - "move_46": "ดริลไลนเนอร", - "move_47": "บุษบาโปรยปราย", - "move_48": "เมกาเดรน", - "move_49": "เสียงฮัมของแมลง", - "move_50": "เขี้ยวมหาพิษ", - "move_51": "ไนทสแลช", - "move_52": "ฟนแหลก", - "move_53": "บับเบิลบีม", - "move_54": "กงลอนรก", - "move_55": "คาราเตช็อป", - "move_56": "เตะต่ำ", - "move_57": "อควาเจ็ต", - "move_58": "อควาเทล", - "move_59": "ระเบิดเมล็ดพืช", - "move_60": "ไซโคช็อก", - "move_61": "หินผาถลม", - "move_62": "พลังดึกดำบรรพ", - "move_63": "ปดกั้นดวยศิลา", - "move_64": "ผาทลาย", - "move_65": "พาวเวอรเจม", - "move_66": "แฝงเงา", - "move_67": "ชาโดวพันช", - "move_68": "ชาโดวคลอว", - "move_69": "สายลมบอกเหตุ", - "move_70": "ชาโดวบอล", - "move_71": "บูลเล็ตพันช", - "move_72": "แมกเน็ทบอมบ", - "move_73": "ปกเหล็ก", - "move_74": "ไอออนเฮด", - "move_75": "พาราโบลาชารจ", - "move_76": "สปารก", - "move_77": "หมัดสายฟา", - "move_78": "ฟาผา", - "move_79": "หนึ่งแสนโวลต", - "move_80": "พายุหมุน", - "move_81": "ลมหายใจมังกร", - "move_82": "คลื่นมังกร", - "move_83": "ดรากอนคลอว", - "move_84": "เสียงทรงเสนห", - "move_85": "เดรนคิส", - "move_86": "เมจิคัลไชน", - "move_87": "มูนฟอรซ", - "move_88": "คลอเคลีย", - "move_89": "ครอสพอยซัน", - "move_90": "สลัดจบอมบ", - "move_91": "สลัดจเวฟ", - "move_92": "ดัสตชูต", - "move_93": "มัดช็อต", - "move_94": "ตะบองกระดูก", - "move_95": "ย่ำใหราบ", - "move_96": "ระเบิดโคลน", - "move_97": "ตัดตอเนื่อง", - "move_98": "แมลงกัด", - "move_99": "ลำแสงสัญญาณ", - "move_100": "ซิสเซอรครอส", - "move_101": "ไนโตรชารจ", - "move_102": "ระเบิดไฟ", - "move_103": "เพลิงอัคคี", - "move_104": "น้ำเค็ม", - "move_105": "คลื่นน้ำ", - "move_106": "น้ำรอน", - "move_107": "ไฮโดรป๊มพ", - "move_108": "ไซโคคิเนซิส", - "move_109": "ไซโคเบรก", - "move_110": "สะเก็ดน้ำแข็ง", - "move_111": "สายลมเยือกแข็ง", - "move_112": "ลมหายใจเยือกแข็ง", - "move_113": "ดูดซับ", - "move_114": "กิกาเดรน", - "move_115": "หมัดไฟ", - "move_116": "โซลารบีม", - "move_117": "ลีฟเบลด", - "move_118": "พาวเวอรวิป", - "move_119": "ดิ้นกระแดว", - "move_120": "กรดละลาย", - "move_121": "แอรคัตเตอร", - "move_122": "ลมพายุ", - "move_123": "ผาอิฐ", - "move_124": "ตัด", - "move_125": "สปดสตาร", - "move_126": "เขาขวิด", - "move_127": "เหยียบแบน", - "move_128": "พุงหัวชน", - "move_129": "ฟนหนามรณะ", - "move_130": "ฟาดผัวะ", - "move_131": "ทิ้งตัวทับ", - "move_132": "นิทรา", - "move_133": "ดิ้นรน", - "move_134": "น้ำรอน", - "move_135": "ไฮโดรป๊มพ", - "move_136": "รัด", - "move_137": "รัด", - "move_200": "ตัดตอเนื่อง", - "move_201": "แมลงกัด", - "move_202": "กัดติด", - "move_203": "โจมตีแบบไมคาดคิด", - "move_204": "ลมหายใจมังกร", - "move_205": "ช็อกไฟฟา", - "move_206": "สปารก", - "move_207": "เตะเรียด", - "move_208": "คาราเตช็อป", - "move_209": "ลูกไฟ", - "move_210": "โจมตีดวยปก", - "move_211": "จิก", - "move_212": "ลิ้นเลีย", - "move_213": "ชาโดวคลอว", - "move_214": "แสเถาวัลย", - "move_215": "คัตเตอรใบไม", - "move_216": "มัดช็อต", - "move_217": "สะเก็ดน้ำแข็ง", - "move_218": "ลมหายใจเยือกแข็ง", - "move_219": "เคลื่อนที่ความไวแสง", - "move_220": "ขวน", - "move_221": "พุงเขาชน", - "move_222": "ปด", - "move_223": "ตัด", - "move_224": "โจมตีดวยพิษ", - "move_225": "กรดละลาย", - "move_226": "ไซโคคัตเตอร", - "move_227": "หินผาถลม", - "move_228": "เมทัลคลอว", - "move_229": "บูลเล็ตพันช", - "move_230": "ปนฉีดน้ำ", - "move_231": "ดิ้นกระแดว", - "move_232": "ปนฉีดน้ำ", - "move_233": "สาดโคลน", - "move_234": "โขกหัวพลังจิต", - "move_235": "จิตตานุภาพ", - "move_236": "เหล็กในพิษ", - "move_237": "ฟอง", - "move_238": "หลอกตี", - "move_239": "ปกเหล็ก", - "move_240": "เขี้ยวไฟ", - "move_241": "ถลมหิน", - "move_242": "แปลงราง", - "move_243": "ตอบโต", - "move_244": "ผงหิมะ", - "move_245": "อินไฟท", - "move_246": "หมัดดินระเบิด", - "move_247": "โฟกัสบลาสต", - "move_248": "ออโรราบีม", - "move_249": "ชารจบีม", - "move_250": "โวลตเชนจ", - "move_251": "ไวลดโวลต", - "move_252": "ปนใหญแมเหล็กไฟฟา", - "move_253": "ดรากอนเทล", - "move_254": "หิมะถลม", - "move_255": "แอรสแลช", - "move_256": "เบรฟเบิรด", - "move_257": "ก็อดเบิรด", - "move_258": "สุสานทรายดูด", - "move_259": "ร็อกบลาสต", - "move_260": "เกาะติด", - "move_261": "การตอตานของแมลง", - "move_262": "ลมสีเงิน", - "move_263": "ทำใหตกใจ", - "move_264": "คำสาป", - "move_265": "ไนทเฉด", - "move_266": "ไอออนเทล", - "move_267": "ไจโรบอล", - "move_268": "เฮฟวีบอมเบอร", - "move_269": "วงลอไฟ", - "move_270": "โอเวอรฮีท", - "move_271": "ปนกลเมล็ดพืช", - "move_272": "ปมหญา", - "move_273": "เอนเนอรจี้บอล", - "move_274": "สัมผัสพิเศษ", - "move_275": "รูลวงหนา", - "move_276": "มิเรอรโคต", - "move_277": "อารมณเดือดพลาน", - "move_278": "บารกเอาต", - "move_279": "กัดขย้ำ", - "move_280": "หลอกลวง", - "move_281": "พลังเรนลับ", - "move_282": "พุงเขาใส", - "move_283": "ปนน้ำตก", - "move_284": "โตคลื่น", - "move_285": "หมูดาวตก", - "move_286": "คำอธิษฐานแหงการทำลาย", - "move_287": "หาว", - "move_288": "ไซโคบูสต", - "move_289": "กระแสคลื่นแหลงกำเนิด", - "move_290": "ดาบผาชัน", - "move_291": "ของขวัญ", - "move_292": "เวเธอรบอล", - "move_293": "เวเธอรบอล", - "move_294": "เวเธอรบอล", - "move_295": "เวเธอรบอล", - "move_296": "ฮารดแพลนท", - "move_297": "ตีตก", - "move_298": "บลาสตเบิรน", - "move_299": "ไฮโดรแคนนอน", - "move_300": "สุดยอดไมตาย", - "move_301": "โคเม็ทพันช", - "move_302": "พุงหัวจรวด", - "move_303": "ระเบิดกรด", - "move_304": "พลังปฐพี", - "move_305": "คอนกามปู", - "move_306": "กระโจนใส", - "move_307": "กรงเล็บทำลายลาง", - "move_308": "ปนใหญออคตัน", - "move_309": "มิเรอรช็อต", - "move_310": "พลังสุดขีด", - "move_311": "เหล็กในปลิดชีพ", - "move_312": "กราสมิกเซอร", - "move_313": "ดูดเลือด", - "move_314": "เดรนพันช", - "move_315": "ชาโดวโบน", - "move_316": "น้ำโคลน", - "move_317": "เตะเปลวเพลิง", - "move_318": "เชลลเบลด", - "move_319": "โกรวพันช", - "move_320": "ออดออน", - "move_321": "กิกาอิมแพกต", - "move_322": "ระเบิดอารมณ", - "move_323": "ทดแทนคุณ", - "move_324": "ซิงโครนอยส", - "move_325": "ล็อกออน", - "move_326": "เขี้ยวสายฟา", - "move_327": "เขี้ยวน้ำแข็ง", - "move_328": "เขาสวาน", - "move_329": "แยกพสุธา", - "move_330": "ดาบศักดิ์สิทธิ์", - "move_331": "ฟลายอิงเพรส", - "move_332": "กระสุนคลื่นพลัง", - "move_333": "เอาคืน", - "move_334": "ปนใหญหิน", - "move_335": "แอโรบลาสต", - "move_336": "เทคโนบัสเตอร", - "move_337": "เทคโนบัสเตอร", - "move_338": "เทคโนบัสเตอร", - "move_339": "เทคโนบัสเตอร", - "move_340": "เทคโนบัสเตอร", - "move_341": "บินขึ้น", - "move_342": "V เจนเนอเรต", - "move_343": "ลีฟสตอรม", - "move_344": "จูโจมสามทา", - "move_345": "เรียกลม", - "move_346": "เผาใหเปนเถาถาน", - "move_347": "Dark Void", - "move_348": "ระบำขนนก", - "move_349": "Fiery Dance", - "move_350": "สายลมแหงภูตพราย", - "move_351": "Relic Song", - "move_352": "เวเธอรบอล", - "move_353": "ไซโคแฟงก", - "move_354": "โกรธาทะลุมิติ", - "move_355": "หลุมตางมิติ", - "move_356": "เตะสองครั้ง", - "move_357": "เมจิคัลลีฟ", - "move_358": "ไฟศักดิ์สิทธิ์", - "move_359": "หอกน้ำแข็ง", - "move_360": "แอโรบลาสต+", - "move_361": "แอโรบลาสต++", - "move_362": "ไฟศักดิ์สิทธิ์+", - "move_363": "ไฟศักดิ์สิทธิ์++", - "move_364": "อะโครแบท", - "move_365": "ลัสเตอรเพิรจ", - "move_366": "บอลหมอก", - "move_367": "เหวี่ยงกระเด็น", - "move_368": "กลิ้ง", - "move_369": "ซีดแฟลร", - "move_370": "บล็อกกิง", - "move_371": "ชาโดวไดฟ", - "move_372": "มีทิเออรบีม", - "move_373": "ดาวกระจายน้ำ", - "move_374": "ครอสธันเดอร", - "move_375": "ครอสเฟลม", - "move_376": "โพลเตอรไกสท", - "move_377": "แสนแรงมา", - "move_378": "โลกเยือกแข็ง", - "move_379": "ไวดเบรกเกอร", - "move_380": "คลื่นเสียงสะทาน", - "move_381": "ดับเบิลพันเซอร", - "move_382": "เมจิคัลเฟลม", - "move_383": "อควาเบรก", - "move_384": "ไมตายมังกรทะยานฟา", - "move_385": "ใบไม", - "move_386": "แม็กมาสตอรม", - "move_387": "จีโอคอนโทรล", - "move_388": "ผามิติ", - "move_389": "ปกแหงความตาย", - "move_390": "ธรรมชาติพิโรธ", - "move_391": "ทริปเปลแอกเซิล", - "move_392": "แหวกหญาเปดทาง", - "move_393": "ปฐพีทรายรอน", - "move_394": "เสียงคำรามแหงหวงเวลา", - "move_395": "พายุลมหนาวเหน็บ", - "move_396": "พายุทรายรอน", - "move_397": "พายุฟาผา", - "move_398": "เย็บเงา", - "move_399": "โวลตแท็กเกิล", - "move_400": "ดีดีแลเรียท", - "move_401": "คลื่นพลังจิต", - "move_402": "เสียงโลหะ", - "move_403": "สาดทราย", - "move_404": "มีทิเออรไดรฟ", - "move_405": "ชาโดวเรย", - "move_406": "Aura Wheel", - "move_407": "Aura Wheel", - "move_408": "กระโดดแทงเขา", - "move_409": "ไดเบิรน", - "move_410": "ไดเวิรม", - "move_411": "ไดธันเดอร", - "move_412": "ไดแอทแทก", - "move_413": "ไดนักเคิล", - "move_414": "ไดฮอลโลว", - "move_415": "ไดไอซ", - "move_416": "ไดแอซิด", - "move_417": "ไดสตรีม", - "move_418": "ไดเจ็ต", - "move_419": "ไดแฟรี่", - "move_420": "ไดดรากูน", - "move_421": "ไดไซโค", - "move_422": "ไดร็อก", - "move_423": "ไดเอิรท", - "move_424": "ไดอารก", - "move_425": "ไดโอเวอรโกรท", - "move_426": "ไดสตีล", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "พลังฝามือ", - "move_463": "บทเพลงแหงฟองน้ำ", - "poke_0": "คืนค้าง", - "poke_1": "ฟุชิกิดาเนะ", - "poke_2": "ฟุชิกิโซ", - "poke_3": "ฟุชิกิบานะ", - "poke_3_e1": "เมกาฟุชิกิบานะ", - "poke_4": "ฮิโตคาเงะ", - "poke_5": "ลิซารโดะ", - "poke_6": "ลิซารดอน", - "poke_6_e2": "เมกาลิซารดอน X", - "poke_6_e3": "เมกาลิซารดอน Y", - "poke_7": "เซนิกาเมะ", - "poke_8": "คาเมล", - "poke_9": "คาเม็กซ", - "poke_9_e1": "เมกาคาเม็กซ", - "poke_10": "คาเตอรป", - "poke_11": "ทรานเซล", - "poke_12": "บัตเตอรฟรี", - "poke_13": "บีเดิล", - "poke_14": "โคคูน", - "poke_15": "สเปยร", - "poke_15_e1": "เมกาสเปยร", - "poke_16": "ปอปโปะ", - "poke_17": "พีเจียน", - "poke_18": "พีเจียต", - "poke_18_e1": "เมกาพีเจียต", - "poke_19": "โครัตตา", - "poke_20": "รัตตา", - "poke_21": "โอนิสึซึเมะ", - "poke_22": "โอนิดริล", - "poke_23": "อารโบ", - "poke_24": "อารบ็อก", - "poke_25": "พิคาชู", - "poke_26": "ไรชู", - "poke_27": "แซนด", - "poke_28": "แซนดแพน", - "poke_29": "นิโดรัน♀", - "poke_30": "นิโดรินา", - "poke_31": "นิโดควีน", - "poke_32": "นิโดรัน♂", - "poke_33": "นิโดริโน", - "poke_34": "นิโดคิง", - "poke_35": "ปปป", - "poke_36": "ปคซี", - "poke_37": "โรคอน", - "poke_38": "คิวคอน", - "poke_39": "พูริน", - "poke_40": "พูคูริน", - "poke_41": "ซูแบท", - "poke_42": "โกลแบท", - "poke_43": "นาโซโนะคุสะ", - "poke_44": "คุไซฮานะ", - "poke_45": "รัฟเฟรเซีย", - "poke_46": "พารัส", - "poke_47": "พาราเซ็คท", - "poke_48": "คองปง", - "poke_49": "มอรฟอน", - "poke_50": "ดิกดา", - "poke_51": "ดักทริโอ", - "poke_52": "เนียส", - "poke_53": "เปอรเซียน", - "poke_54": "โคดัก", - "poke_55": "โกลดัก", - "poke_56": "แมนคี", - "poke_57": "โอโคริซารุ", - "poke_58": "การดี", - "poke_59": "วินดี", - "poke_60": "เนียวโรโมะ", - "poke_61": "เนียวโรโซ", - "poke_62": "เนียวโรบอน", - "poke_63": "เคซี", - "poke_64": "ยุนเกเรอร", - "poke_65": "ฟูดิน", - "poke_65_e1": "เมกาฟูดิน", - "poke_66": "วันริกี", - "poke_67": "โกริกี", - "poke_68": "ไคริกี", - "poke_69": "มาดาซึโบมิ", - "poke_70": "อุซึดง", - "poke_71": "อุซึบ็อท", - "poke_72": "เมโนคุราเกะ", - "poke_73": "โดคุคุราเกะ", - "poke_74": "อิชิซึบูเตะ", - "poke_75": "โกโลน", - "poke_76": "โกโลเนีย", - "poke_77": "โพนีตะ", - "poke_78": "แกลล็อป", - "poke_79": "ยาดง", - "poke_80": "ยาโดรัน", - "poke_80_e1": "เมกายาโดรัน", - "poke_81": "คอยล", - "poke_82": "แรคอยล", - "poke_83": "คาโมเนกิ", - "poke_84": "โดโด", - "poke_85": "โดโดริโอ", - "poke_86": "เพาเวา", - "poke_87": "จูกอน", - "poke_88": "เบโตเบตา", - "poke_89": "เบโตเบตัน", - "poke_90": "เชลเดอร", - "poke_91": "พารเชน", - "poke_92": "โกส", - "poke_93": "โกสท", - "poke_94": "เก็งกา", - "poke_94_e1": "เมกาเก็งกา", - "poke_95": "อิวารค", - "poke_96": "สลีป", - "poke_97": "สลีปเปอร", - "poke_98": "แครบ", - "poke_99": "คิงเกลอร", - "poke_100": "บิริริดามา", - "poke_101": "มารุมายน", - "poke_102": "ทามะทามะ", - "poke_103": "นัชชี", - "poke_104": "คาระคาระ", - "poke_105": "การะการะ", - "poke_106": "ซาวามูลาร", - "poke_107": "เอบิวาลาร", - "poke_108": "เบโรรินกา", - "poke_109": "โดกาซ", - "poke_110": "มาตาโดกัซ", - "poke_111": "ไซฮอรน", - "poke_112": "ไซดอน", - "poke_113": "ลัคกี", - "poke_114": "มอนจารา", - "poke_115": "การูรา", - "poke_115_e1": "เมกาการูรา", - "poke_116": "ทัททู", - "poke_117": "ซีดรา", - "poke_118": "โทซาคินโตะ", - "poke_119": "อซึมาโอ", - "poke_120": "ฮิโตเดมัน", - "poke_121": "สตารมี", - "poke_122": "บารเรียด", - "poke_123": "สไตรค", - "poke_124": "รูจูลา", - "poke_125": "เอเลบู", - "poke_126": "บูเบอร", - "poke_127": "ไคลอส", - "poke_127_e1": "เมกาไคลอส", - "poke_128": "เคนเทารอส", - "poke_129": "คอยคิง", - "poke_130": "เกียราดอส", - "poke_130_e1": "เมกาเกียราดอส", - "poke_131": "ลาพลาซ", - "poke_132": "เมตามอน", - "poke_133": "อีวุย", - "poke_134": "ชาวเวอรส", - "poke_135": "ธันเดอรส", - "poke_136": "บูสเตอร", - "poke_137": "โพรีกอน", - "poke_138": "ออมไนต", - "poke_139": "ออมสตาร", - "poke_140": "คาบูโตะ", - "poke_141": "คาบูท็อปส", - "poke_142": "พเทอรา", - "poke_142_e1": "เมกาพเทอรา", - "poke_143": "คาบิกอน", - "poke_144": "ฟรีเซอร", - "poke_145": "ธันเดอร", - "poke_146": "ไฟเยอร", - "poke_147": "มินิริว", - "poke_148": "ฮาคุริว", - "poke_149": "ไคริว", - "poke_150": "มิวทู", - "poke_150_e2": "เมกามิวทู X", - "poke_150_e3": "เมกามิวทู Y", - "poke_151": "มิว", - "poke_152": "จิโคริตา", - "poke_153": "เบยลีฟ", - "poke_154": "เมกาเนียม", - "poke_155": "ฮิโนอาราชิ", - "poke_156": "แม็กมาราชิ", - "poke_157": "บาคุฟูน", - "poke_158": "วานิโนโกะ", - "poke_159": "อัลลิเกต", - "poke_160": "ออไดล", - "poke_161": "โอทาจิ", - "poke_162": "โอโอทาจิ", - "poke_163": "โฮโฮ", - "poke_164": "โยรุโนะซึคุ", - "poke_165": "เรดิบา", - "poke_166": "เรเดียน", - "poke_167": "อิโตมารุ", - "poke_168": "อาริอาโดส", - "poke_169": "โครแบท", - "poke_170": "ชอนชี", - "poke_171": "แลนเทอรน", - "poke_172": "พิชู", - "poke_173": "ป", - "poke_174": "พูพูริน", - "poke_175": "โทเกป", - "poke_176": "โทเกชิก", - "poke_177": "เนที", - "poke_178": "เนทิโอ", - "poke_179": "เมรีป", - "poke_180": "โมโคโค", - "poke_181": "เด็นริว", - "poke_181_e1": "เมกาเด็นริว", - "poke_182": "คิเรอิฮานะ", - "poke_183": "มาริล", - "poke_184": "มาริลลิ", - "poke_185": "อุซกกี", - "poke_186": "เนียวโรโทโนะ", - "poke_187": "ฮาเน็กโกะ", - "poke_188": "โพพ็อกโกะ", - "poke_189": "วาทักโกะ", - "poke_190": "เอยแพม", - "poke_191": "ฮิมานัทส", - "poke_192": "คิมาวาริ", - "poke_193": "ยันยันมา", - "poke_194": "อูปา", - "poke_195": "นูโอ", - "poke_196": "เอฟ", - "poke_197": "แบล็กกี", - "poke_198": "ยามิคาราซึ", - "poke_199": "ยาโดคิง", - "poke_200": "มูมา", - "poke_201": "อันโนน", - "poke_202": "โซนานส", - "poke_203": "คิรินริกิ", - "poke_204": "คุนุกิดามะ", - "poke_205": "ฟอเรทอส", - "poke_206": "โนก็อจจิ", - "poke_207": "ไกลกา", - "poke_208": "ฮากาเนล", - "poke_208_e1": "เมกาฮากาเนล", - "poke_209": "บูล", - "poke_210": "แกรนบูล", - "poke_211": "ฮารีเซน", - "poke_212": "ฮัซซัม", - "poke_212_e1": "เมกาฮัซซัม", - "poke_213": "สึโบสึโบะ", - "poke_214": "เฮราครอส", - "poke_214_e1": "เมกาเฮราครอส", - "poke_215": "นิวลา", - "poke_216": "ฮิเมกุมะ", - "poke_217": "ริงกุมะ", - "poke_218": "มักแม็ก", - "poke_219": "มักคารโก", - "poke_220": "อุริมู", - "poke_221": "อิโนมู", - "poke_222": "ซันนีโก", - "poke_223": "เทปโปโอ", - "poke_224": "ออคตัน", - "poke_225": "เดลิเบิรด", - "poke_226": "แมนไทน", - "poke_227": "แอรมุโด", - "poke_228": "เดลวิล", - "poke_229": "เฮลการ", - "poke_229_e1": "เมกาเฮลการ", - "poke_230": "คิงดรา", - "poke_231": "โกมาโซ", - "poke_232": "ดอนแฟน", - "poke_233": "โพรีกอน2", - "poke_234": "โอโดชิชิ", - "poke_235": "โดเบิล", - "poke_236": "บัลกี", - "poke_237": "คาโพเอลาร", - "poke_238": "มุจูล", - "poke_239": "เอเลคิด", - "poke_240": "บูบี", - "poke_241": "มิลแทงค", - "poke_242": "แฮปปนาส", - "poke_243": "ไรโค", - "poke_244": "เอ็นเต", - "poke_245": "ซุยคูน", - "poke_246": "โยกิราส", - "poke_247": "ซานากิราส", - "poke_248": "บันกิราส", - "poke_248_e1": "เมกาบันกิราส", - "poke_249": "ลูเกีย", - "poke_250": "โฮโอ", - "poke_251": "เซเลบี", - "poke_252": "คิโมริ", - "poke_253": "จุปไทล", - "poke_254": "จูไคน", - "poke_254_e1": "เมกาจูไคน", - "poke_255": "อาชาโม", - "poke_256": "วาคาชาโม", - "poke_257": "บาชาโม", - "poke_257_e1": "เมกาบาชาโม", - "poke_258": "มิซึโกโร", - "poke_259": "นูมาโคร", - "poke_260": "ลากลาจ", - "poke_260_e1": "เมกาลากลาจ", - "poke_261": "โปชิเอนา", - "poke_262": "กราเอนา", - "poke_263": "จิกุซากุมะ", - "poke_264": "มัสสึกุมะ", - "poke_265": "เคมุตโสะ", - "poke_266": "คาราซาลิส", - "poke_267": "อาเกฮันท", - "poke_268": "มายูลด", - "poke_269": "โดคุเคล", - "poke_270": "ฮาซึโบ", - "poke_271": "ฮาซึเบรโร", - "poke_272": "รุนปปปา", - "poke_273": "ทาเนโบ", - "poke_274": "โคโนฮานะ", - "poke_275": "ดาเทนกุ", - "poke_276": "สึบาเมะ", - "poke_277": "โอโอสึบาเมะ", - "poke_278": "คาโมเมะ", - "poke_279": "เพลิปเปอร", - "poke_280": "ราลทซ", - "poke_281": "เคอเรีย", - "poke_282": "เซอไนท", - "poke_282_e1": "เมกาเซอไนท", - "poke_283": "อาเมทามะ", - "poke_284": "อาเมมอธ", - "poke_285": "คิโนโคโค", - "poke_286": "คิโนกัซซา", - "poke_287": "นามาเคโร", - "poke_288": "ยารุคิโมโนะ", - "poke_289": "เค็คคิง", - "poke_290": "สึจินิน", - "poke_291": "เท็คคานิน", - "poke_292": "นูเคนิน", - "poke_293": "โกเนียวเนียว", - "poke_294": "โดกอม", - "poke_295": "บาคุองก", - "poke_296": "มาคุโนชิตะ", - "poke_297": "ฮาริเทยามะ", - "poke_298": "รูริริ", - "poke_299": "โนซพาส", - "poke_300": "เอเนโค", - "poke_301": "เอเนโคโรโระ", - "poke_302": "ยามิรามิ", - "poke_302_e1": "เมกายามิรามิ", - "poke_303": "คูชีท", - "poke_303_e1": "เมกาคูชีท", - "poke_304": "โคโคโดรา", - "poke_305": "โคโดรา", - "poke_306": "บอสโกโดรา", - "poke_306_e1": "เมกาบอสโกโดรา", - "poke_307": "อาซานัน", - "poke_308": "ชาเรม", - "poke_308_e1": "เมกาชาเรม", - "poke_309": "ราคุไร", - "poke_310": "ไลโวลต", - "poke_310_e1": "เมกาไลโวลต", - "poke_311": "พราเซิล", - "poke_312": "ไมนัน", - "poke_313": "บารูบีท", - "poke_314": "อิลูมิเซะ", - "poke_315": "โรเซเลีย", - "poke_316": "โกคูลิน", - "poke_317": "มารุโนม", - "poke_318": "คิบาเนีย", - "poke_319": "ซาเมฮาเดอร", - "poke_319_e1": "เมกาซาเมฮาเดอร", - "poke_320": "เวลโกะ", - "poke_321": "เวลโอ", - "poke_322": "ดอนเมล", - "poke_323": "บาคูดา", - "poke_323_e1": "เมกาบาคูดา", - "poke_324": "โคทอยซ", - "poke_325": "บาเนบู", - "poke_326": "บูพิก", - "poke_327": "พัทชีล", - "poke_328": "นัคครา", - "poke_329": "วิบราวา", - "poke_330": "ฟลายกอน", - "poke_331": "ซาโบเนีย", - "poke_332": "น็อคทัส", - "poke_333": "ทิลทโท", - "poke_334": "ทิลทาลิส", - "poke_334_e1": "เมกาทิลทาลิส", - "poke_335": "แซงกูส", - "poke_336": "ฮาบูเนค", - "poke_337": "ลูนาโทน", - "poke_338": "โซลร็อก", - "poke_339": "โดโจทช", - "poke_340": "นามาซูน", - "poke_341": "เฮกานิ", - "poke_342": "ชิซาริเกอร", - "poke_343": "ยาจิลอน", - "poke_344": "เนนดอลล", - "poke_345": "ลิลีลา", - "poke_346": "ยูเรเดิล", - "poke_347": "อน็อปธ", - "poke_348": "อามัลโด", - "poke_349": "ฮินบาส", - "poke_350": "มิโลคารอส", - "poke_351": "โปวาลุน", - "poke_352": "คาคุเลียน", - "poke_353": "คาเงะโบสึ", - "poke_354": "จุปเปตตะ", - "poke_354_e1": "เมกาจุปเปตตะ", - "poke_355": "โยมาวารุ", - "poke_356": "ซามาโยรุ", - "poke_357": "โทรพิอุส", - "poke_358": "ชิรีน", - "poke_359": "แอบโซล", - "poke_359_e1": "เมกาแอบโซล", - "poke_360": "โซนาโนะ", - "poke_361": "ยูกิวาราชิ", - "poke_362": "โอนิโกริ", - "poke_362_e1": "เมกาโอนิโกริ", - "poke_363": "ทามาซาราชิ", - "poke_364": "โทดอกเกลอร", - "poke_365": "โทโดเซรุกา", - "poke_366": "ปาลูลุ", - "poke_367": "ฮันเทล", - "poke_368": "ซาคุราบิส", - "poke_369": "จีแลนซ", - "poke_370": "เลิฟคัส", - "poke_371": "ทัทซึเบ", - "poke_372": "โคโมรู", - "poke_373": "โบมันเดอร", - "poke_373_e1": "เมกาโบมันเดอร", - "poke_374": "ดันบัล", - "poke_375": "เมแทงก", - "poke_376": "เมทากรอส", - "poke_376_e1": "เมกาเมทากรอส", - "poke_377": "เรจิร็อก", - "poke_378": "เรจิไอซ", - "poke_379": "เรจิสตีล", - "poke_380": "ลาทิอาส", - "poke_380_e1": "เมกาลาทิอาส", - "poke_381": "ลาทิโอส", - "poke_381_e1": "เมกาลาทิโอส", - "poke_382": "ไคออกา", - "poke_383": "กราดอน", - "poke_384": "เร็คควอซา", - "poke_384_e1": "เมกาเร็คควอซา", - "poke_385": "จิราชิ", - "poke_386": "ดีอ็อกซิส", - "poke_387": "นาเอเติล", - "poke_388": "ฮายาชิกาเมะ", - "poke_389": "โดไดโทส", - "poke_390": "ฮิโกซารุ", - "poke_391": "โมคาซารุ", - "poke_392": "โกคาซารุ", - "poke_393": "โพจจามะ", - "poke_394": "โพจไทชิ", - "poke_395": "เอ็มเพลท", - "poke_396": "มุคคูรุ", - "poke_397": "มุคูเบิรด", - "poke_398": "มุคูฮอวก", - "poke_399": "บิปปา", - "poke_400": "บีดารุ", - "poke_401": "โคโรโบชิ", - "poke_402": "โคโรท็อก", - "poke_403": "โคลิงก", - "poke_404": "ลุคซิโอ", - "poke_405": "เร็นโทรา", - "poke_406": "ซึโบมี", - "poke_407": "โรสเรด", - "poke_408": "ซึไกโดส", - "poke_409": "แรมพารด", - "poke_410": "ทาเทท็อปส", - "poke_411": "โทริเด็ปส", - "poke_412": "มิโนมุจจิ", - "poke_413": "มิโนมาดาม", - "poke_414": "กาเมล", - "poke_415": "มิทซึฮันนี", - "poke_416": "บีควิน", - "poke_417": "พาจิริซึ", - "poke_418": "บุยเซล", - "poke_419": "โฟลเซล", - "poke_420": "เชอรินโบ", - "poke_421": "เชอริม", - "poke_422": "คารานะคูชิ", - "poke_423": "ไทรโทดอน", - "poke_424": "เอเทโบธ", - "poke_425": "ฟูวันเต", - "poke_426": "ฟูวาไรด", - "poke_427": "มิมิโรล", - "poke_428": "มิมิล็อป", - "poke_428_e1": "เมกามิมิล็อป", - "poke_429": "มูมาจิ", - "poke_430": "ดอนคาราซึ", - "poke_431": "เนียรุมา", - "poke_432": "บูเนียตโตะ", - "poke_433": "ลีชาน", - "poke_434": "สกังพู", - "poke_435": "สกาแทงค", - "poke_436": "โดมิเรอร", - "poke_437": "โดทาคุน", - "poke_438": "อุโซฮาจิ", - "poke_439": "มาเนเน", - "poke_440": "พินพูคุ", - "poke_441": "เพแรป", - "poke_442": "มิคารูเกะ", - "poke_443": "ฟุคามารุ", - "poke_444": "กาไบต", - "poke_445": "กาเบรียส", - "poke_445_e1": "เมกากาเบรียส", - "poke_446": "กอนเบะ", - "poke_447": "ริโอลุ", - "poke_448": "ลูคาริโอ", - "poke_448_e1": "เมกาลูคาริโอ", - "poke_449": "ฮิปโปโปตัส", - "poke_450": "คาบัลดอน", - "poke_451": "สกอรป", - "poke_452": "โดราเปยน", - "poke_453": "กูเรกกรู", - "poke_454": "โดคูร็อก", - "poke_455": "มัสคิปปา", - "poke_456": "เคโคโอ", - "poke_457": "เนโอแลนท", - "poke_458": "ทาแมนทา", - "poke_459": "ยูกิคาบูริ", - "poke_460": "ยูกิโนะโอ", - "poke_460_e1": "เมกายูกิโนะโอ", - "poke_461": "มานิวลา", - "poke_462": "จิบะคอยล", - "poke_463": "เบโรเบลท", - "poke_464": "โดไซดอน", - "poke_465": "โมจัมโบ", - "poke_466": "เอเลคิเบิล", - "poke_467": "บูเบิรน", - "poke_468": "โทเกคิส", - "poke_469": "เมกะยันมา", - "poke_470": "ลีเฟย", - "poke_471": "กราเซีย", - "poke_472": "ไกลออน", - "poke_473": "แมมมู", - "poke_474": "โพรีกอน-แซด", - "poke_475": "เอรูเรโด", - "poke_475_e1": "เมกาเอรูเรโด", - "poke_476": "ไดโนซ", - "poke_477": "โยนัวร", - "poke_478": "ยูกิเมโนโกะ", - "poke_479": "โรตอม", - "poke_480": "ยุคซี", - "poke_481": "เอ็มริต", - "poke_482": "อักนอม", - "poke_483": "ดีอัลกา", - "poke_484": "พัลเกีย", - "poke_485": "ฮีดราน", - "poke_486": "เรจิกิกัส", - "poke_487": "กิราตินา", - "poke_488": "เครเซเลีย", - "poke_489": "ฟโอเน", - "poke_490": "มานาฟ", - "poke_491": "ดารกไร", - "poke_492": "เชมิน", - "poke_493": "อารเซอุส", - "poke_494": "วิคทินี", - "poke_495": "สึทาจะ", - "poke_496": "จาโนวี", - "poke_497": "จาโลดา", - "poke_498": "โพคาบู", - "poke_499": "จาโอบู", - "poke_500": "เอ็นบูโอ", - "poke_501": "มิจูมารุ", - "poke_502": "ฟุตาจิมารุ", - "poke_503": "ไดเคนคิ", - "poke_504": "มิเนซูมิ", - "poke_505": "มิรูฮอก", - "poke_506": "โยเทอรี", - "poke_507": "เฮอเดอเรีย", - "poke_508": "มูแลนด", - "poke_509": "โจโรเนโกะ", - "poke_510": "เลพัลดัส", - "poke_511": "ยานัปปุ", - "poke_512": "ยานักกี", - "poke_513": "บาอปปุ", - "poke_514": "บาอกกี", - "poke_515": "ฮิยัปปุ", - "poke_516": "ฮิยักกี", - "poke_517": "มุนนะ", - "poke_518": "มุชานา", - "poke_519": "มาเมพาโตะ", - "poke_520": "ฮาโทโบ", - "poke_521": "เคนโฮโล", - "poke_522": "ชิมามา", - "poke_523": "ซีบรายกา", - "poke_524": "ดันโกโร", - "poke_525": "กันเทิล", - "poke_526": "กิไกอาซ", - "poke_527": "โคโรโมริ", - "poke_528": "โคโคโรโมริ", - "poke_529": "โมกุริว", - "poke_530": "โดริวซึ", - "poke_531": "ทาบุนเนะ", - "poke_531_e1": "เมกาทาบุนเนะ", - "poke_532": "ด็อคโคเรอร", - "poke_533": "โดเท็คคทซึ", - "poke_534": "โรบูชิน", - "poke_535": "โอทามาโร", - "poke_536": "กามาการุ", - "poke_537": "กามาเกโรเกะ", - "poke_538": "นาเกคิ", - "poke_539": "ดาเกคิ", - "poke_540": "คูรูมีรุ", - "poke_541": "คูรูมายุ", - "poke_542": "ฮาฮาโคโมริ", - "poke_543": "ฟูชิเดะ", - "poke_544": "วีกา", - "poke_545": "เพนโดรา", - "poke_546": "โมนเมน", - "poke_547": "เอลฟูน", - "poke_548": "จูริเน", - "poke_549": "เดรเดีย", - "poke_550": "บาสราโอ", - "poke_551": "เมะกุโรโกะ", - "poke_552": "วารุวิล", - "poke_553": "วารุเวียล", - "poke_554": "ดารุมักกะ", - "poke_555": "ฮิฮิดารุมะ", - "poke_556": "มาราคัจจิ", - "poke_557": "อิชิซึไม", - "poke_558": "อิวาพาเลซ", - "poke_559": "ซึรุกกุ", - "poke_560": "ซึรุซึคิน", - "poke_561": "ซิมโบลา", - "poke_562": "เดธมาส", - "poke_563": "เดธคาน", - "poke_564": "โปรโตกา", - "poke_565": "อบาโกรา", - "poke_566": "อาเคน", - "poke_567": "อาเคโอส", - "poke_568": "ยาบุคุรอน", - "poke_569": "ดัสตดาส", - "poke_570": "โซรัว", - "poke_571": "โซโรอารค", - "poke_572": "จิลามี", - "poke_573": "จิลาจีโน", - "poke_574": "โกธิมู", - "poke_575": "โกธิมิรุ", - "poke_576": "โกธิรูเซล", - "poke_577": "ยูนิรัน", - "poke_578": "ดาบูลัน", - "poke_579": "แลนคูลัส", - "poke_580": "โคอารูฮี", - "poke_581": "สวอนนา", - "poke_582": "วานิเพ็ตติ", - "poke_583": "วานิริช", - "poke_584": "ไบวานิลลา", - "poke_585": "ชิคิจิกะ", - "poke_586": "เมบูคิจิกะ", - "poke_587": "เอมอนกา", - "poke_588": "คาบูรูโมะ", - "poke_589": "ชูวัลโก", - "poke_590": "ทามาเกะทาเคะ", - "poke_591": "โมโรบาเรรุ", - "poke_592": "พูรูริล", - "poke_593": "บูรุนเจล", - "poke_594": "มามันโบ", - "poke_595": "บาชูรุ", - "poke_596": "เดนทูลา", - "poke_597": "เทสซีด", - "poke_598": "นัทเทรย", - "poke_599": "เกียร", - "poke_600": "กิเกียร", - "poke_601": "กิกิเกียร", - "poke_602": "ชิบิชิราซึ", - "poke_603": "ชิบิบีล", - "poke_604": "ชิบิรูดอน", - "poke_605": "ลีเกรย", - "poke_606": "โอเบ็ม", - "poke_607": "ฮิโตโมชิ", - "poke_608": "แลมพูลา", - "poke_609": "แชนเดลา", - "poke_610": "คิบาโกะ", - "poke_611": "โอโนนโดะ", - "poke_612": "โอโนโนคุส", - "poke_613": "คูมะชุน", - "poke_614": "ทันแบร", - "poke_615": "ฟรีจิโอ", - "poke_616": "โชโบมากิ", - "poke_617": "อกิลดา", - "poke_618": "มักเกียว", - "poke_619": "โคโจฟู", - "poke_620": "โคโจนโดะ", - "poke_621": "คริมแกน", - "poke_622": "โกบิท", - "poke_623": "โกลูก", - "poke_624": "โคมาทานา", - "poke_625": "คิริคิซัน", - "poke_626": "บัฟฟรอน", - "poke_627": "วาชิบอน", - "poke_628": "วอรเกิล", - "poke_629": "วัลไจ", - "poke_630": "วัลจีนา", - "poke_631": "คุยทาแรน", - "poke_632": "ไอแอนท", - "poke_633": "โมโนซึ", - "poke_634": "จิเฮด", - "poke_635": "ซาซันดรา", - "poke_636": "เมลารวา", - "poke_637": "อุลกามอธ", - "poke_638": "โคบัลออน", - "poke_639": "เทราคิออน", - "poke_640": "วิริซิออน", - "poke_641": "ทอรเนลอส", - "poke_642": "โวลโทลอส", - "poke_643": "เรชิรัม", - "poke_644": "เซครอม", - "poke_645": "แลนโดลอส", - "poke_646": "คิวเรม", - "poke_647": "เคลดิโอ", - "poke_648": "เมโลเอตตา", - "poke_649": "เกโนเซ็กท", - "poke_650": "ฮาริมารอน", - "poke_651": "ฮาริบอรก", - "poke_652": "บริการอน", - "poke_653": "ฟอกโกะ", - "poke_654": "เทลนาร", - "poke_655": "มาฟอกซี", - "poke_656": "เคโรมัตซึ", - "poke_657": "เกโคกาชิระ", - "poke_658": "เก็คโคกะ", - "poke_659": "โฮรุบี", - "poke_660": "โฮรูโด", - "poke_661": "ยายาโคมะ", - "poke_662": "ฮิโนยาโคมะ", - "poke_663": "ไฟรแอโรว", - "poke_664": "โคฟูคิมูชิ", - "poke_665": "โคฟูไร", - "poke_666": "วิวิญอง", - "poke_667": "ชิชิโกะ", - "poke_668": "คาเอ็นจิชิ", - "poke_669": "ฟลาเบเบ", - "poke_670": "ฟลาเอตเต", - "poke_671": "ฟลาเจส", - "poke_672": "เมเคิล", - "poke_673": "โกโกท", - "poke_674": "ยันชัม", - "poke_675": "โกรอนดะ", - "poke_676": "ทริมเมียน", - "poke_677": "เนียสเปอร", - "poke_678": "เนียโอนิกซ", - "poke_679": "ฮิโตทซึกิ", - "poke_680": "นิดังกิล", - "poke_681": "กิลการด", - "poke_682": "ชูชูป", - "poke_683": "เฟรฟุวัน", - "poke_684": "เพร็อพพัฟ", - "poke_685": "เพโรรีม", - "poke_686": "มาอีกะ", - "poke_687": "คาลามาเนโร", - "poke_688": "คาเมเทเทะ", - "poke_689": "กาเมโนเดส", - "poke_690": "คูซูโม", - "poke_691": "ดรามิโดโร", - "poke_692": "อุเด็ปโป", - "poke_693": "บลอสเตอร", - "poke_694": "เอลิคิเทล", - "poke_695": "เอเลซารด", - "poke_696": "จิโกรัส", - "poke_697": "กาจิโกรัส", - "poke_698": "อมารุส", - "poke_699": "อมารูรูกา", - "poke_700": "นิมเฟย", - "poke_701": "ลูจาบูล", - "poke_702": "เดเด็นเนะ", - "poke_703": "เมเลซี", - "poke_704": "นูเมรา", - "poke_705": "นูเมล", - "poke_706": "นูเมลกอน", - "poke_707": "เคลฟฟ", - "poke_708": "โบคุเร", - "poke_709": "โอร็อต", - "poke_710": "บาเค็จจะ", - "poke_711": "พัมพจิน", - "poke_712": "คาจิคอล", - "poke_713": "เครเบส", - "poke_714": "ออนแบท", - "poke_715": "ออนเวิรน", - "poke_716": "เซอเนียส", - "poke_717": "อีเวลทอล", - "poke_718": "ซีการด", - "poke_719": "ดีแอนซี", - "poke_719_e1": "เมกาดีแอนซี", - "poke_720": "ฮูปา", - "poke_721": "โวลเคเนียน", - "poke_722": "โมคุโร", - "poke_723": "ฟุคุซึโร", - "poke_724": "จูไนเปอร", - "poke_725": "เนียบี", - "poke_726": "เนียฮีท", - "poke_727": "กาโอกาเอ็น", - "poke_728": "อชิมาริ", - "poke_729": "โอชามาริ", - "poke_730": "อชิเรน", - "poke_731": "สึสึเคระ", - "poke_732": "เครารัปปา", - "poke_733": "โดเดคาบาชิ", - "poke_734": "ยังกูส", - "poke_735": "เดคากูส", - "poke_736": "อโกจิมูชิ", - "poke_737": "เด็นจิมูชิ", - "poke_738": "คุวากานอน", - "poke_739": "มาเค็นคานิ", - "poke_740": "เคเค็นคานิ", - "poke_741": "โอโดริโดริ", - "poke_742": "อบูรี", - "poke_743": "อบูริบง", - "poke_744": "อิวังโค", - "poke_745": "ลูกาลูกัน", - "poke_746": "โยวาชิ", - "poke_747": "ฮิโดอิเดะ", - "poke_748": "โดฮิโดอิเดะ", - "poke_749": "โดโรบังโค", - "poke_750": "บัมบะโดโร", - "poke_751": "ชิซึคุโม", - "poke_752": "โอนิชิซึคุโม", - "poke_753": "คาริคิริ", - "poke_754": "รารันเทส", - "poke_755": "เนมาชู", - "poke_756": "มาเชโดะ", - "poke_757": "ยาโทโมริ", - "poke_758": "เอ็นนิวท", - "poke_759": "นุยโคกุมะ", - "poke_760": "คิเทรุกุมะ", - "poke_761": "อมาคาจิ", - "poke_762": "อมามาอิโกะ", - "poke_763": "อมาโจ", - "poke_764": "คิววะวา", - "poke_765": "ยาเรยูตัน", - "poke_766": "นาเกสึเคซารุ", - "poke_767": "โคโซคูมูชิ", - "poke_768": "กูโซคูมูฉะ", - "poke_769": "ซึนาบา", - "poke_770": "ชิโรเดซึนะ", - "poke_771": "นามาโคบูชิ", - "poke_772": "ไทป: นัล", - "poke_773": "ซิลวาดี", - "poke_774": "เมเทโน", - "poke_775": "เน็คโคอาลา", - "poke_776": "บาคุกาเมส", - "poke_777": "โทเกะเดมารุ", - "poke_778": "มิมิคคิว", - "poke_779": "ฮากิกิชิริ", - "poke_780": "จิจีลอน", - "poke_781": "ดาดาริน", - "poke_782": "จาราโค", - "poke_783": "จารังโก", - "poke_784": "จารารังกา", - "poke_785": "คาปู โคเคโค", - "poke_786": "คาปู เทเทฟู", - "poke_787": "คาปู บูลูลู", - "poke_788": "คาปู เรฮิเร", - "poke_789": "คอสม็อก", - "poke_790": "คอสโมม", - "poke_791": "โซลกาเลโอ", - "poke_792": "ลูนาอาลา", - "poke_793": "อุทซึรอยด", - "poke_794": "มัสชิบูน", - "poke_795": "เฟโรเช", - "poke_796": "เด็นจูโมคุ", - "poke_797": "เท็คคากูยะ", - "poke_798": "คามิทซึรูกิ", - "poke_799": "อคูจิคิง", - "poke_800": "เนครอสมา", - "poke_801": "มาเกียนา", - "poke_802": "มารชาโดว", - "poke_803": "เบเวนอม", - "poke_804": "อาโกโยง", - "poke_805": "สึนเดะสึนเดะ", - "poke_806": "ซุกะโดง", - "poke_807": "เซราโอรา", - "poke_808": "เมลตัน", - "poke_809": "เมลเมทัล", - "poke_810": "ซารุโนริ", - "poke_811": "บาจินคี", - "poke_812": "กอริลลันดา", - "poke_813": "ฮิบานี", - "poke_814": "แรบบิฟุต", - "poke_815": "เอสเบิรน", - "poke_816": "เมซซอน", - "poke_817": "จิเมเลียน", - "poke_818": "อินเทเลียน", - "poke_819": "โฮชิกะริสึ", - "poke_820": "โยคุบะริสึ", - "poke_821": "โคโคการะ", - "poke_822": "อาโอการาสึ", - "poke_823": "อารเมอรการ", - "poke_824": "ซัจจิมุชิ", - "poke_825": "เรโดมุชิ", - "poke_826": "อิออรบ", - "poke_827": "คุสุเนะ", - "poke_828": "ฟอกสไล", - "poke_829": "ฮิเมงกะ", - "poke_830": "วาตะชิรากะ", - "poke_831": "วูลู", - "poke_832": "ไบวูลู", - "poke_833": "คามุคาเมะ", - "poke_834": "คาจิริกาเมะ", - "poke_835": "วันปาจิ", - "poke_836": "พัลสวัน", - "poke_837": "ทันดง", - "poke_838": "โทร็อกกอน", - "poke_839": "เซคิทันซัง", - "poke_840": "คาจิชชู", - "poke_841": "แอปปริว", - "poke_842": "ทารุปเปล", - "poke_843": "ซึนะเฮบิ", - "poke_844": "ซาไดจา", - "poke_845": "อุอุ", - "poke_846": "ซาชิคามาสึ", - "poke_847": "คามาสึโจ", - "poke_848": "เอเลซัน", - "poke_849": "สตรินเดอร", - "poke_850": "ยาคุเดะ", - "poke_851": "มารุยาคุเดะ", - "poke_852": "ทาทักโกะ", - "poke_853": "โอโทสพัส", - "poke_854": "ยาบาฉะ", - "poke_855": "พอตเดธ", - "poke_856": "มิบริม", - "poke_857": "เทบริม", - "poke_858": "บริมออน", - "poke_859": "เบโรบา", - "poke_860": "กิโม", - "poke_861": "โอลองเกะ", - "poke_862": "ทาจิฟุซากุมะ", - "poke_863": "เนียคิง", - "poke_864": "ซานิกอน", - "poke_865": "เนกิกะไนท", - "poke_866": "บาริโคโอรุ", - "poke_867": "เดธบาน", - "poke_868": "มาโฮมิล", - "poke_869": "มาวิป", - "poke_870": "ไทเรสึ", - "poke_871": "บาจินอุนิ", - "poke_872": "ยูกิฮามิ", - "poke_873": "มอสโนว", - "poke_874": "อิชิเฮนจิน", - "poke_875": "โคโอริปโปะ", - "poke_876": "อิเอซซัน", - "poke_877": "โมรุเปโกะ", - "poke_878": "โซโด", - "poke_879": "ไดโอโด", - "poke_880": "พัจจิรากอน", - "poke_881": "พัจจิรุดอน", - "poke_882": "อุโอโนรากอน", - "poke_883": "อุโอจิรุดอน", - "poke_884": "ดิวรัลดอน", - "poke_885": "โดราเมชิยะ", - "poke_886": "โดรอนจิ", - "poke_887": "โดราพัลท", - "poke_888": "ซาเชียน", - "poke_889": "ซามาเซนตา", - "poke_890": "มุเก็นไดนา", - "poke_891": "ดาคุมะ", - "poke_892": "วูลาโอส", - "poke_893": "ซารูด", - "poke_894": "เรจิเอเลคิ", - "poke_895": "เรจิดราโก", - "poke_896": "บลิซซาพอส", - "poke_897": "เรสพอส", - "poke_898": "บัดเดร็กซ", - "poke_899": "อายาชิชิ", - "poke_900": "บาซากิริ", - "poke_901": "กาจิกุมะ", - "poke_902": "อิไดโต", - "poke_903": "โอนิวลา", - "poke_904": "ฮารีมัน", - "poke_905": "เลิฟโทลอส", - "poke_906": "เนียวฮะ", - "poke_907": "เนียโรเต", - "poke_908": "มาสเคอเนีย", - "poke_909": "โฮเกเตอร", - "poke_910": "อาจิเกเตอร", - "poke_911": "ลาวดโบน", - "poke_912": "แคว็กซ", - "poke_913": "เวลคาโมะ", - "poke_914": "เวนิวัล", - "poke_915": "กูรตง", - "poke_916": "เพอรฟูตง", - "poke_917": "ทามันทูลา", - "poke_918": "วาไนเดอร", - "poke_919": "มาเมะบัตตะ", - "poke_920": "เอ็กซเลก", - "poke_921": "พาโม", - "poke_922": "พาม็อต", - "poke_923": "เพอรม็อต", - "poke_924": "วักคาเนซูมิ", - "poke_925": "อิกคาเนซูมิ", - "poke_926": "พาปม็อตจิ", - "poke_927": "บัลซเซล", - "poke_928": "มินีฟ", - "poke_929": "โอลีเนียว", - "poke_930": "โอลีวา", - "poke_931": "อิคิริงโกะ", - "poke_932": "โคจีโอ", - "poke_933": "จีโอซึมู", - "poke_934": "เคียวจีโอน", - "poke_935": "คารโบ", - "poke_936": "กุเร็นอารมา", - "poke_937": "โซเบลดส", - "poke_938": "ซุพีคา", - "poke_939": "ฮาราบารี", - "poke_940": "ไคเด็น", - "poke_941": "ไทไคเด็น", - "poke_942": "โอราทิฟ", - "poke_943": "มาฟทิฟ", - "poke_944": "ชิรุชูลู", - "poke_945": "ทากิงกูลู", - "poke_946": "อาโนะคุสะ", - "poke_947": "อาโนะโฮรากุสะ", - "poke_948": "โนโนะคุราเกะ", - "poke_949": "ริคุคุราเกะ", - "poke_950": "กาเคกานิ", - "poke_951": "แคปไซจิ", - "poke_952": "สโกวิลเลิน", - "poke_953": "ชิกาโรโค", - "poke_954": "เบราคาสุ", - "poke_955": "ฮิราฮินะ", - "poke_956": "เควสพัตรา", - "poke_957": "คานุจัง", - "poke_958": "นาคานุจัง", - "poke_959": "เดคานุจัง", - "poke_960": "อุมิดิกดา", - "poke_961": "อุมิทริโอ", - "poke_962": "โอโตชิโดริ", - "poke_963": "นามิอิรุกะ", - "poke_964": "อิรุกะแมน", - "poke_965": "โบรรอน", - "poke_966": "โบรโรโรม", - "poke_967": "โมโตโทคาเงะ", - "poke_968": "มิมิซึซึ", - "poke_969": "คิราเมะ", - "poke_970": "คิราฟลอร", - "poke_971": "โบจิ", - "poke_972": "ฮากาด็อก", - "poke_973": "คลามิงโก", - "poke_974": "อารุคุจิระ", - "poke_975": "ฮัลคจิระ", - "poke_976": "มิกาลูซา", - "poke_977": "เฮรัชเชอร", - "poke_978": "ชาริทัตสึ", - "poke_979": "โคโนะโยซารุ", - "poke_980": "โดะโอ", - "poke_981": "ริกิคิริน", - "poke_982": "โนโกก็อจจิ", - "poke_983": "โดโดเกซัน", - "poke_984": "งายักษ", - "poke_985": "หางตะเบ็ง", - "poke_986": "เห็ดคลุมคลั่ง", - "poke_987": "เกศากระพือ", - "poke_988": "ปกไลพสุธา", - "poke_989": "ขนทราย", - "poke_990": "รอยลอเหล็ก", - "poke_991": "ถุงเหล็ก", - "poke_992": "แขนเหล็ก", - "poke_993": "คอเหล็ก", - "poke_994": "แมลงมอธเหล็ก", - "poke_995": "หนามเหล็ก", - "poke_996": "เซบิเอะ", - "poke_997": "เซโกล", - "poke_998": "เซเกลฟ", - "poke_999": "คอลเลคเรย", - "poke_1000": "ซารฟโก", - "poke_1001": "ฉงเจี่ยน", - "poke_1002": "เปาเจี้ยน", - "poke_1003": "ติ่งลู", - "poke_1004": "อวี้อวี๋", - "poke_1005": "จันทรคำรน", - "poke_1006": "นักรบเหล็ก", - "poke_1007": "โคไรดอน", - "poke_1008": "มิไรดอน", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "ไม่มี", - "poke_type_1": "ปกติ", - "poke_type_2": "ตอสู", - "poke_type_3": "บิน", - "poke_type_4": "พิษ", - "poke_type_5": "ดิน", - "poke_type_6": "หิน", - "poke_type_7": "แมลง", - "poke_type_8": "ผี", - "poke_type_9": "โลหะ", - "poke_type_10": "ไฟ", - "poke_type_11": "น้ำ", - "poke_type_12": "หญา", - "poke_type_13": "ไฟฟา", - "poke_type_14": "พลังจิต", - "poke_type_15": "น้ำแข็ง", - "poke_type_16": "มังกร", - "poke_type_17": "ความมืด", - "poke_type_18": "แฟรี่", - "purified": "ชำระลาง", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "เดินกับคูหูของคุณ {{amount}} กม.", - "quest_catch_type_dark_plural": "จับโปเกมอนประเภทความมืด {{amount}} ตัว", - "quest_catch_type_dragon_plural": "จับโปเกมอนประเภทมังกร {{amount}} ตัว", - "quest_catch_type_poison_plural": "จับโปเกมอนประเภทพิษ {{amount}} ตัว", - "quest_catch_type_psychic_plural": "จับโปเกมอนประเภทพลังจิต {{amount}} ตัว", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "เอาชนะโปเกมอนประเภทผี {{amount}} ตัว", - "quest_fight_type_ghost_psychic_plural": "เอาชนะโปเกมอนประเภทพลังจิตหรือผี {{amount}} ตัว", - "quest_fight_type_psychic_plural": "เอาชนะโปเกมอนประเภทพลังจิต {{amount}} ตัว", - "quest_incense_singular": "ใชเครื่องหอม", - "quest_land_excellent_plural": "ทำการขวางไดสุดยอด {{amount}} ครั้ง", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "แบตเทิลกับหัวหนาทีม {{amount_0}} ครั้ง", - "quest_title_challenge_2019_battle_trainer": "แบตเทิลกับเทรนเนอรคนอื่น", - "quest_title_challenge_2019_battle_trainer_plural": "แบตเทิลกับเทรนเนอรคนอื่น {{amount_0}} ครั้ง", - "quest_title_challenge_2019_battle_trainer_win": "เอาชนะเทรนเนอรคนอื่น {{amount_0}} ครั้ง", - "quest_title_challenge_2019_snapshot_eevee": "ถายภาพอีวุย {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_loudred": "ถายภาพโดกอม", - "quest_title_challenge_2019_snapshot_pkmn": "ถายภาพจิราชิ {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "ถายภาพโปเกมอนประเภทแฟรี่ {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_pkmn_flying": "ถายภาพโปเกมอนประเภทบิน {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "ถายภาพโปเกมอนประเภทผี {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_pkmn_grass": "ถายภาพโปเกมอนประเภทหญา {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_pkmn_ground": "ถายภาพโปเกมอนประเภทดิน {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_pkmn_ice": "ถายภาพโปเกมอนประเภทน้ำแข็ง {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_pkmn_normal": "ถายภาพโปเกมอนประเภทปกติ {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "ถายภาพโปเกมอนประเภทพลังจิต {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "ถายภาพโปเกมอนประเภทพลังจิตหรือโลหะ {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_pkmn_rock": "ถายภาพโปเกมอนประเภทหิน {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_pkmn_steel": "ถายภาพโปเกมอนประเภทโลหะ {{amount_0}} ภาพ", - "quest_title_challenge_2019_snapshot_pkmn_water": "ถายภาพโปเกมอนประเภทน้ำ {{amount_0}} ภาพ", - "quest_title_challenge_2019_trade_distance": "แลกเปลี่ยนโปเกมอนจากที่หางออกไปอยางนอย 100 กม. 3 ครั้ง", - "quest_title_challenge_available": "คำทาใหมมาแลว!", - "quest_title_challenge_battle_gbl_win_all": "ชนะโกแบตเทิลลีก", - "quest_title_challenge_battle_trainer_great": "แบตเทิลกับเทรนเนอรคนอื่นในเกรตลีก", - "quest_title_challenge_buddy_affection_plural": "ไดรับ {{amount_0}} หัวใจรวมกันกับคูหูของคุณ", - "quest_title_challenge_buddy_affection_single": "ไดรับหัวใจรวมกันกับคูหูของคุณ", - "quest_title_challenge_buddy_battle_plural": "แบตเทิลรวมกันกับคูหูของคุณ {{amount_0}} ครั้งในระหวางที่ผจญภัยดวยกัน", - "quest_title_challenge_buddy_battle_single": "แบตเทิลรวมกันกับคูหูของคุณในระหวางที่ผจญภัยดวยกัน", - "quest_title_challenge_buddy_emotion_plural": "ทำใหคูหูของคุณตื่นเตน {{amount_0}} ครั้ง", - "quest_title_challenge_buddy_emotion_single": "ทำใหคูหูของคุณตื่นเตน", - "quest_title_challenge_buddy_level_best_plural": "เปนคูหูมิตรแทกับโปเกมอน {{amount_0}} ครั้ง", - "quest_title_challenge_buddy_level_best_single": "เปนคูหูมิตรแทกับโปเกมอน", - "quest_title_challenge_buddy_level_good_plural": "เปนคูหูรูใจกับโปเกมอน {{amount_0}} ครั้ง", - "quest_title_challenge_buddy_level_good_single": "เปนคูหูรูใจกับโปเกมอน", - "quest_title_challenge_buddy_level_great_plural": "เปนคูหูสนิทสนมกับโปเกมอน {{amount_0}} ครั้ง", - "quest_title_challenge_buddy_level_great_single": "เปนคูหูสนิทสนมกับโปเกมอน", - "quest_title_challenge_buddy_level_plural": "ระดับความสนิทกับคูหูเพิ่มขึ้น {{amount_0}} ครั้ง", - "quest_title_challenge_buddy_level_single": "ระดับความสนิทกับคูหูเพิ่มขึ้น", - "quest_title_challenge_buddy_level_ultra_plural": "เปนคูหูสุดรักกับโปเกมอน {{amount_0}} ครั้ง", - "quest_title_challenge_buddy_level_ultra_single": "เปนคูหูสุดรักกับโปเกมอน", - "quest_title_challenge_buddy_play_plural": "เลนกับคูหูของคุณ {{amount_0}} ครั้ง", - "quest_title_challenge_buddy_play_single": "เลนกับคูหูของคุณ", - "quest_title_challenge_buddy_poi_plural": "ไปยังสถานที่ที่นาสนใจที่คูหูของคุณคนพบ {{amount_0}} ครั้ง", - "quest_title_challenge_buddy_poi_single": "ไปยังสถานที่ที่นาสนใจที่คูหูของคุณคนพบ", - "quest_title_challenge_buddy_snapshot_plural": "ถายภาพคูหูของคุณ {{amount_0}} ภาพ", - "quest_title_challenge_buddy_snapshot_single": "ถายภาพคูหูของคุณ", - "quest_title_challenge_buddy_treat_plural": "ปอนของวางใหคูหูของคุณ {{amount_0}} ครั้ง", - "quest_title_challenge_buddy_treat_single": "ปอนของวางใหคูหูของคุณ", - "quest_title_challenge_catch_legendary": "จับโปเกมอนในตำนานจากความกาวหนาในงานวิจัยภาคสนามหรือการตีบอส", - "quest_title_challenge_catch_unique_any": "จับโปเกมอนที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_challenge_snapshot_bidoof": "ถายภาพบิปปา", - "quest_title_challenge_snapshot_dratini_singular": "ถายภาพมินิริว", - "quest_title_challenge_snapshot_eevee": "ถายภาพอีวุย", - "quest_title_challenge_snapshot_pkmn_bug": "ถายภาพโปเกมอนประเภทแมลง {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_bug_single": "ถายภาพโปเกมอนประเภทแมลง", - "quest_title_challenge_snapshot_pkmn_dark": "ถายภาพโปเกมอนประเภทความมืด {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_dark_single": "ถายภาพโปเกมอนประเภทความมืด", - "quest_title_challenge_snapshot_pkmn_dragon": "ถายภาพโปเกมอนประเภทมังกร {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_dragon_single": "ถายภาพโปเกมอนประเภทมังกร", - "quest_title_challenge_snapshot_pkmn_electric": "ถายภาพโปเกมอนประเภทไฟฟา {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_electric_single": "ถายภาพโปเกมอนประเภทไฟฟา", - "quest_title_challenge_snapshot_pkmn_fairy_single": "ถายภาพโปเกมอนประเภทแฟรี่ {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_fighting": "ถายภาพโปเกมอนประเภทตอสู {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_fighting_single": "ถายภาพโปเกมอนประเภทตอสู", - "quest_title_challenge_snapshot_pkmn_fire": "ถายภาพโปเกมอนประเภทไฟ {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_fire_single": "ถายภาพโปเกมอนประเภทไฟ", - "quest_title_challenge_snapshot_pkmn_flying_single": "ถายภาพโปเกมอนประเภทบิน {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_ghost_single": "ถายภาพโปเกมอนประเภทผี {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_grass_single": "ถายภาพโปเกมอนประเภทหญา {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_ground_single": "ถายภาพโปเกมอนประเภทดิน {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_ice_single": "ถายภาพโปเกมอนประเภทน้ำแข็ง {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_normal_single": "ถายภาพโปเกมอนประเภทปกติ", - "quest_title_challenge_snapshot_pkmn_poison": "ถายภาพโปเกมอนประเภทพิษ {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_poison_single": "ถายภาพโปเกมอนประเภทพิษ", - "quest_title_challenge_snapshot_pkmn_psychic_single": "ถายภาพโปเกมอนประเภทพลังจิต {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_rock": "ถายภาพโปเกมอนประเภทหิน {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_rock_single": "ถายภาพโปเกมอนประเภทหิน", - "quest_title_challenge_snapshot_pkmn_steel_single": "ถายภาพโปเกมอนประเภทโลหะ {{amount_0}} ภาพ", - "quest_title_challenge_snapshot_pkmn_water_single": "ถายภาพโปเกมอนประเภทน้ำ", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "ถายภาพชิมามาที่พบในธรรมชาติ", - "quest_title_challenge_snapshot_wild_glameow_singular": "ถายภาพเนียรุมาที่พบในธรรมชาติ", - "quest_title_geotarget_quest_description": "สแกน{{amount_0}}", - "quest_title_quest_achieve_lvl_40": "เลเวลถึง 40", - "quest_title_quest_adventure_effect_activate_plural": "ใชงานเอฟเฟกตผจญภัย {{amount_0}} ครั้ง", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "ใชงานเอฟเฟกตผจญภัยของ ”เสียงคำรามแหงหวงเวลา” {{amount_0}} ครั้ง", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "ใชงานเอฟเฟกตผจญภัยของ ”เสียงคำรามแหงหวงเวลา”", - "quest_title_quest_adventure_effect_activate_singular": "ใชงานเอฟเฟกตผจญภัย", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "ใชงานเอฟเฟกตผจญภัยของ ”ผามิติ” {{amount_0}} ครั้ง", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "ใชงานเอฟเฟกตผจญภัยของ ”ผามิติ”", - "quest_title_quest_adventure_evolve_singular": "สัปดาหแหงการผจญภัย : วิวัฒนาการออมไนตหรือคาบูโตะ", - "quest_title_quest_adventure_hatch_egg_plural": "สัปดาหแหงการผจญภัย : ฟกไข {{amount_0}} ใบ", - "quest_title_quest_adventure_visit_pokestop_new_plural": "สัปดาหแหงการผจญภัย : หมุนเสาโปเกสต็อปที่ไมเคยหมุนมากอน {{amount_0}} จุด", - "quest_title_quest_adventure_walk_buddy_plural": "สัปดาหแหงการผจญภัย : ไดรับลูกอมจากการเดินกับคูหูของคุณ {{amount_0}} เม็ด", - "quest_title_quest_adventure2019_catch_special33_plural": "สัปดาหแหงการผจญภัย 2019 : จับโคโคโดรา {{amount_0}} ตัว", - "quest_title_quest_adventure2019_evolve_singular": "สัปดาหแหงการผจญภัย 2019 : วิวัฒนาการลิลีลาหรืออน็อปธ", - "quest_title_quest_adventure2019_hatch_egg_plural": "สัปดาหแหงการผจญภัย 2019 : ฟกไข {{amount_0}} ใบ", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "สัปดาหแหงการผจญภัย 2019 : หมุนเสาโปเกสต็อปที่ไมเคยหมุนมากอน {{amount_0}} จุด", - "quest_title_quest_adventure2019_visit_pokestop_plural": "สัปดาหแหงการผจญภัย 2019 : หมุนเสาโปเกสต็อป 25 ครั้ง", - "quest_title_quest_adventure2019_walk_buddy_plural": "สัปดาหแหงการผจญภัย 2019 : ไดรับลูกอมจากการเดินกับคูหูของคุณ {{amount_0}} เม็ด", - "quest_title_quest_alodude_catch": "จับอิชิซึบูเตะรางอโลลา {{amount_0}} ตัว", - "quest_title_quest_alodude_evolve_a": "วิวัฒนาการอิชิซึบูเตะรางอโลลา {{amount_0}} ตัว", - "quest_title_quest_alodude_evolve_b": "วิวัฒนาการโกโลนรางอโลลา {{amount_0}} ตัว", - "quest_title_quest_alodude_snap": "ถายภาพอิชิซึบูเตะรางอโลลา {{amount_0}} ภาพ", - "quest_title_quest_at_catch_a": "จับเคซี {{amount_0}} ตัว", - "quest_title_quest_at_evolve_a": "วิวัฒนาการเคซี {{amount_0}} ตัว", - "quest_title_quest_at_evolve_k": "วิวัฒนาการยุนเกเรอร {{amount_0}} ตัว", - "quest_title_quest_axew_catch_b": "จับคิบาโกะ {{amount_0}} ตัว", - "quest_title_quest_axew_evolve_b": "วิวัฒนาการคิบาโกะ {{amount_0}} ตัว", - "quest_title_quest_axew_snapshot_b": "ถายภาพคิบาโกะ {{amount_0}} ภาพ", - "quest_title_quest_azelf_wild_snap": "ถายภาพอักนอมที่พบในธรรมชาติ", - "quest_title_quest_bagon_catch_b": "จับทัทซึเบ {{amount_0}} ตัว", - "quest_title_quest_bagon_evolve_b_plural": "วิวัฒนาการทัทซึเบ {{amount_0}} ตัว", - "quest_title_quest_bagon_evolve_b_singular": "วิวัฒนาการทัทซึเบ", - "quest_title_quest_bagon_snapshot_b": "ถายภาพทัทซึเบ {{amount_0}} ภาพ", - "quest_title_quest_battle_buddy_adventure_plural": "ใชโปเกมอนคูหูแบตเทิลกับเทรนเนอรอื่น{{amount_0}} ครั้งในระหวางที่โปเกมอนคูหูเดินอยูดวยกัน", - "quest_title_quest_battle_buddy_adventure_single": "ใชโปเกมอนคูหูแบตเทิลกับเทรนเนอรอื่นในระหวางที่โปเกมอนคูหูเดินอยูดวยกัน", - "quest_title_quest_battle_dangling_reward_toast": "กรุณาจบการตอสูที่กำลังดำเนินอยูกอนเริ่มการตอสูใหม!", - "quest_title_quest_battle_error_toast": "เกิดขอผิดพลาดขณะเริ่มการตอสู", - "quest_title_quest_battle_gbl_halloween_plural": "แบตเทิลในการแขงขันฮาโลวีน {{amount_0}} ครั้ง", - "quest_title_quest_battle_gbl_halloween_win_plural": "ชนะการแบตเทิลกับเทรนเนอร", - "quest_title_quest_battle_gbl_plural": "แบตเทิลในโกแบตเทิลลีก {{amount_0}} ครั้ง", - "quest_title_quest_battle_gbl_singular": "แบตเทิลในโกแบตเทิลลีก", - "quest_title_quest_battle_gbl_win_plural": "ชนะการแบตเทิลกับเทรนเนอร", - "quest_title_quest_battle_gbl_win_singular": "ชนะการแบตเทิลกับเทรนเนอร", - "quest_title_quest_battle_great_plural": "แบตเทิลกับเทรนเนอรคนอื่น", - "quest_title_quest_battle_great_win_plural": "ชนะการแบตเทิลกับเทรนเนอร", - "quest_title_quest_battle_great_win_singular": "ชนะการแบตเทิลกับเทรนเนอร", - "quest_title_quest_battle_gym_plural": "แบตเทิลที่ยิม {{amount_0}} ครั้ง", - "quest_title_quest_battle_gym_singular": "แบตเทิลที่ยิม", - "quest_title_quest_battle_master_win_plural": "ชนะการแบตเทิลกับเทรนเนอร", - "quest_title_quest_battle_master_win_singular": "ชนะการแบตเทิลกับเทรนเนอร", - "quest_title_quest_battle_raid_plural": "แบตเทิลตีบอส {{amount_0}} ครั้ง", - "quest_title_quest_battle_raid_singular": "แบตเทิลตีบอส", - "quest_title_quest_battle_raid_with_friend_plural": "แบตเทิลตีบอสกับเพื่อน {{amount_0}} ครั้ง", - "quest_title_quest_battle_raid_with_friend_singular": "แบตเทิลตีบอสกับเพื่อน", - "quest_title_quest_battle_supereffective_charge_plural": "ใชทาโจมตีชารจใหไดผลดีเยี่ยมในยิมแบตเทิล {{amount_0}} ครั้ง", - "quest_title_quest_battle_supereffective_charge_singular": "ใชทาโจมตีชารจใหไดผลดีเยี่ยมในยิมแบตเทิล", - "quest_title_quest_battle_team_rocket_plural": "แบตเทิลกับลูกสมุนแกงโกร็อกเกต", - "quest_title_quest_battle_team_rocket_singular": "แบตเทิลกับลูกสมุนแกงโกร็อกเกต", - "quest_title_quest_battle_ultra_win_plural": "ชนะการแบตเทิลกับเทรนเนอร", - "quest_title_quest_battle_ultra_win_singular": "ชนะการแบตเทิลกับเทรนเนอร", - "quest_title_quest_battle19_catch_fighting_easy": "จับโปเกมอนประเภทตอสู {{amount_0}} ตัว", - "quest_title_quest_battle19_catch_medium_pkmn": "จับมาคุโนชิตะหรืออาซานัน {{amount_0}} ตัว", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "ทำการขวางไดสุดยอด {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_battle19_raid_win_veryhard": "ชนะการตีบอส {{amount_0}} ครั้ง", - "quest_title_quest_battle19_supereffective_charge_hard": "ใชทาโจมตีชารจใหไดผลดีเยี่ยมในยิมแบตเทิล {{amount_0}} ครั้ง", - "quest_title_quest_battler_appears": "ศัตรูปรากฏตัว!", - "quest_title_quest_beat_raid_10_minutes": "ชนะการตีบอสภายในเวลา 10 นาที", - "quest_title_quest_beat_raid_60_seconds": "ชนะการตีบอสภายในเวลา 60 วินาที", - "quest_title_quest_beat_raid_singular_minutes": "ชนะการตีบอสภายในเวลา {{amount_0}} นาที", - "quest_title_quest_beat_raid_singular_seconds": "ชนะการตีบอสภายในเวลา {{amount_0}} วินาที", - "quest_title_quest_begins19_catch_specific_plural": "โปเกมอนเดย : จับปอปโปะหรือโครัตตา {{amount_0}} ตัว", - "quest_title_quest_begins19_evolve_plural": "โปเกมอนเดย : วิวัฒนาการเนียส 1 ตัว", - "quest_title_quest_beldum_catch_b": "จับดันบัล {{amount_0}} ตัว", - "quest_title_quest_beldum_evolve_b_plural": "วิวัฒนาการดันบัล {{amount_0}} ตัว", - "quest_title_quest_beldum_evolve_b_singular": "วิวัฒนาการดันบัล", - "quest_title_quest_bellsprout_catch_b": "จับมาดาซึโบมิ {{amount_0}} ตัว", - "quest_title_quest_bellsprout_evolve_b_plural": "วิวัฒนาการมาดาซึโบมิ {{amount_0}} ตัว", - "quest_title_quest_bellsprout_evolve_b_singular": "วิวัฒนาการมาดาซึโบมิ", - "quest_title_quest_bellsprout_snapshot_b": "ถายภาพมาดาซึโบมิ {{amount_0}} ภาพ", - "quest_title_quest_beluga_evolve_pkmn": "เล็ตสโก : วิวัฒนาการอน็อปธ {{amount_0}} ตัว", - "quest_title_quest_beluga_excellent_singular": "เล็ตสโก : ทำการขวางไดสุดยอด {{amount_0}} ครั้ง", - "quest_title_quest_beluga_hatch_plural": "เล็ตสโก : ฟกไข {{amount_0}} ใบ", - "quest_title_quest_best_buddy_bronze": "มีคูหูมิตรแท 1 ตัว", - "quest_title_quest_best_buddy_silver": "มีคูหูมิตรแท 10 ตัว", - "quest_title_quest_bounsweet_catch_b": "จับอมาคาจิ {{amount_0}} ตัว", - "quest_title_quest_bounsweet_evolve_b_plural": "วิวัฒนาการอมาคาจิ {{amount_0}} ตัว", - "quest_title_quest_bounsweet_evolve_b_singular": "วิวัฒนาการอมาคาจิ", - "quest_title_quest_braixen_evolve_b": "วิวัฒนาการเทลนาร {{amount_0}} ตัว", - "quest_title_quest_breakthrough_completed": "งานวิจัยภาคสนามเสร็จสิ้น!", - "quest_title_quest_breakthrough_reward_mystery": "ไอเท็มปริศนา", - "quest_title_quest_breakthrough_reward_stardust": "สตารดัสต", - "quest_title_quest_brionne_evolve_b_plural": "วิวัฒนาการโอชามาริ {{amount_0}} ตัว", - "quest_title_quest_brionne_evolve_b_singular": "วิวัฒนาการโอชามาริ", - "quest_title_quest_buddy_affection_days": "ไดรับหัวใจรวมกันกับคูหูของคุณรวม {{amount_0}} วัน", - "quest_title_quest_buddy_affection_days_in_a_row": "ไดรับหัวใจรวมกันกับคูหูของคุณ {{amount_0}} วันติดตอกัน", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "ใชโปเกมอนคูหูแบตเทิลกับเทรนเนอรอื่น{{amount_0}} ครั้งในระหวางที่โปเกมอนคูหูเดินอยูดวยกัน", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "แบตเทิลกับเทรนเนอรคนอื่น โดยใชโปเกมอนคูหูในระหวางที่มันเดินอยูดวยกัน", - "quest_title_quest_buddy_souvenir_plural": "ไดรับของฝากจากคูหูของคุณ {{amount_0}} ชิ้น", - "quest_title_quest_buddy_souvenir_singular": "ไดรับของฝากจากคูหูของคุณ", - "quest_title_quest_buddy_walk_km_plural": "เดินกับคูหูของคุณ {{amount_0}} กม.", - "quest_title_quest_bulbt_catch_b": "จับฟุชิกิดาเนะ {{amount_0}} ตัว", - "quest_title_quest_bulbt_evolve_b": "วิวัฒนาการฟุชิกิดาเนะ {{amount_0}} ตัว", - "quest_title_quest_bulbt_evolve_s1": "วิวัฒนาการฟุชิกิโซ {{amount_0}} ตัว", - "quest_title_quest_cacnea_catch": "จับซาโบเนีย {{amount_0}} ตัว", - "quest_title_quest_catch_151": "จับโปเกมอน 151 ตัว", - "quest_title_quest_catch_b_types_plural": "จับโปเกมอนประเภทไฟฟา ปกติ หรือพิษ {{amount_0}} ตัว", - "quest_title_quest_catch_basic_types_plural": "จับโปเกมอนประเภทหญา น้ำ หรือไฟ {{amount_0}} ตัว", - "quest_title_quest_catch_berry_any_drifloon": "ใชผลไมชวยในการจับฟูวันเต {{amount_0}} ผล", - "quest_title_quest_catch_berry_nanab_drifloon": "ใชผลนานาชวยในการจับฟูวันเต {{amount_0}} ผล", - "quest_title_quest_catch_berry_pinap": "ใชผลไพนชวยในการจับโปเกมอน {{amount_0}} ผล", - "quest_title_quest_catch_berry_razz": "ใชผลราสชวยในการจับโปเกมอน {{amount_0}} ผล", - "quest_title_quest_catch_berry_razz_drifloon": "ใชผลราสชวยในการจับฟูวันเต {{amount_0}} ผล", - "quest_title_quest_catch_bronzor_plural": "จับโดมิเรอร {{amount_0}} ตัว", - "quest_title_quest_catch_c_types_plural": "จับโปเกมอนประเภทบิน พลังจิต หรือความมืด {{amount_0}} ตัว", - "quest_title_quest_catch_carbink_singular": "จับเมเลซี", - "quest_title_quest_catch_celebi_types_plural": "จับโปเกมอนประเภทหญาหรือพลังจิต {{amount_0}} ตัว", - "quest_title_quest_catch_costumed_plural": "จับอีวุยสวมมงกุฎสุริยาหรืออีวุยสวมมงกุฎจันทรา {{amount_0}} ตัว", - "quest_title_quest_catch_crabrawler_plural": "จับมาเค็นคานิ {{amount_0}} ตัว", - "quest_title_quest_catch_dark_type_plural": "จับโปเกมอนประเภทความมืด {{amount_0}} ตัว", - "quest_title_quest_catch_darumaka_plural": "จับดารุมักกะ {{amount_0}} ตัว", - "quest_title_quest_catch_daysinarow": "จับโปเกมอน {{amount_0}} วันติดตอกัน", - "quest_title_quest_catch_dialga": "จับดีอัลกา", - "quest_title_quest_catch_drifloon": "จับฟูวันเต {{amount_0}} ตัว", - "quest_title_quest_catch_ducklett_plural": "จับโคอารูฮี {{amount_0}} ตัว", - "quest_title_quest_catch_ducklett_singular": "จับโคอารูฮี", - "quest_title_quest_catch_emolga_plural": "จับเอมอนกา {{amount_0}} ตัว", - "quest_title_quest_catch_excellent_curve_drifloon": "จับฟูวันเตโดยการขวางบอลโคงไดสุดยอดพรอมใชผลไม {{amount_0}} ตัว", - "quest_title_quest_catch_excellent_with_berry_drifloon": "จับฟูวันเตโดยการขวางไดสุดยอด", - "quest_title_quest_catch_feed_plural": "ใชผลไมชวยในการจับโปเกมอน {{amount_0}} ผล", - "quest_title_quest_catch_feed_singular": "ใชผลไมชวยในการจับโปเกมอน", - "quest_title_quest_catch_furfou_singular": "จับทริมเมียน", - "quest_title_quest_catch_groudon_primal_boosted_types": "จับโปเกมอนประเภทไฟ หญา หรือดิน {{amount_0}} ตัว", - "quest_title_quest_catch_groudon_type": "จับโปเกมอนประเภทไฟ หญา หรือดิน {{amount_0}} ตัว", - "quest_title_quest_catch_hoenn_pokemon": "จับโปเกมอนที่ถูกคนพบครั้งแรกในภูมิภาคโฮเอ็น {{amount_0}} ตัว", - "quest_title_quest_catch_in_day_plural": "จับโปเกมอนในวันเดียวกัน {{amount_0}} ตัว", - "quest_title_quest_catch_jan21_hoenn1_plural": "จับกราดอน {{amount_0}} ตัว", - "quest_title_quest_catch_jan21_hoenn2_plural": "จับไคออกา {{amount_0}} ตัว", - "quest_title_quest_catch_johto_pokemon": "จับโปเกมอนที่ถูกคนพบครั้งแรกในภูมิภาคโจโตะ {{amount_0}} ตัว", - "quest_title_quest_catch_kanto_pokemon": "จับโปเกมอนที่ถูกคนพบครั้งแรกในภูมิภาคคันโต {{amount_0}} ตัว", - "quest_title_quest_catch_kyogre_primal_boosted_types": "จับโปเกมอนประเภทน้ำ ไฟฟา หรือแมลง {{amount_0}} ตัว", - "quest_title_quest_catch_kyogre_type": "จับโปเกมอนประเภทน้ำ ไฟฟา หรือแมลง {{amount_0}} ตัว", - "quest_title_quest_catch_legendary_inarow_plural": "จับโปเกมอนในตำนานไดสำเร็จเมื่อ", - "quest_title_quest_catch_legendary_plural": "จับโปเกมอนในตำนานหรือ", - "quest_title_quest_catch_legendary_singular": "จับโปเกมอนในตำนาน", - "quest_title_quest_catch_lunatone_plural": "จับลูนาโทน {{amount_0}} ตัว", - "quest_title_quest_catch_luvdisc": "จับเลิฟคัส {{amount_0}} ตัว", - "quest_title_quest_catch_misc_01_types_plural": "จับโปเกมอนประเภทปกติ น้ำ หรือน้ำแข็ง {{amount_0}} ตัว", - "quest_title_quest_catch_nymble_plural": "จับมาเมะบัตตะ {{amount_0}} ตัว", - "quest_title_quest_catch_palkia": "จับพัลเกีย", - "quest_title_quest_catch_pikachu_plural": "จับพิคาชู {{amount_0}} ตัว", - "quest_title_quest_catch_plural_unique": "จับโปเกมอนที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_catch_pokemon_dai_plural": "จับโปเกมอนที่ถูกดึงดูดโดยเครื่องหอมรายวัน {{amount_0}} ตัว", - "quest_title_quest_catch_pokemon_days": "จับโปเกมอนรวม {{amount_0}} วัน", - "quest_title_quest_catch_pokemon_great_ball_plural": "จับโปเกมอน {{amount_0}} ตัวลงในซูเปอรบอล", - "quest_title_quest_catch_pokemon_great_ball_singular": "จับโปเกมอนลงในซูเปอรบอล", - "quest_title_quest_catch_pokemon_legendary_plural": "จับโปเกมอนในตำนาน {{amount_0}} ตัว", - "quest_title_quest_catch_pokemon_legendary_singular": "จับโปเกมอนในตำนาน", - "quest_title_quest_catch_pokemon_party_plural": "จับโปเกมอน {{amount_0}} ตัว ระหวางเลนแบบปารตี้", - "quest_title_quest_catch_pokemon_plural": "จับโปเกมอน {{amount_0}} ตัว", - "quest_title_quest_catch_pokemon_poke_ball_plural": "จับโปเกมอน {{amount_0}} ตัวลงในมอนสเตอรบอล", - "quest_title_quest_catch_pokemon_poke_ball_singular": "จับโปเกมอนลงในมอนสเตอรบอล", - "quest_title_quest_catch_pokemon_routes_plural": "จับโปเกมอน {{amount_0}} ตัว ระหวางเดินตาม ”เสนทาง”", - "quest_title_quest_catch_pokemon_routes_singular": "จับโปเกมอนระหวางเดินตาม ”เสนทาง”", - "quest_title_quest_catch_pokemon_singular": "จับโปเกมอน", - "quest_title_quest_catch_pokemon_task": "จับโปเกมอน ตัว", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "จับโปเกมอน {{amount_0}} ตัวลงในไฮเปอรบอล", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "จับโปเกมอนลงในไฮเปอรบอล", - "quest_title_quest_catch_psychic_steel": "จับโปเกมอนประเภทพลังจิตหรือโลหะ {{amount_0}} ตัว", - "quest_title_quest_catch_raid_regi_any": "จับเรจิร็อก เรจิไอซ หรือเรจิสตีลจากการตีบอส", - "quest_title_quest_catch_raid_regi_ice": "จับเรจิไอซจากการตีบอส", - "quest_title_quest_catch_raid_regi_rock": "จับเรจิร็อกจากการตีบอส", - "quest_title_quest_catch_raid_regi_steel": "จับเรจิสตีลจากการตีบอส", - "quest_title_quest_catch_rayquaza_type": "จับโปเกมอนประเภทบิน พลังจิต หรือมังกร {{amount_0}} ตัว", - "quest_title_quest_catch_sinnoh_pokemon": "จับโปเกมอนที่ถูกคนพบครั้งแรกในภูมิภาคชินโอ {{amount_0}} ตัว", - "quest_title_quest_catch_sinnoh_pokemon_singular": "จับโปเกมอนที่ถูกคนพบครั้งแรกในภูมิภาคชินโอ", - "quest_title_quest_catch_solrock_plural": "จับโซลร็อก {{amount_0}} ตัว", - "quest_title_quest_catch_special_aerodactyl": "จับพเทอรา", - "quest_title_quest_catch_special_bidoof": "จับบิปปา {{amount_0}} ตัว", - "quest_title_quest_catch_special_chespin": "จับฮาริมารอน", - "quest_title_quest_catch_special_cottonee": "จับโมนเมน {{amount_0}} ตัว", - "quest_title_quest_catch_special_cubone": "จับคาระคาระ", - "quest_title_quest_catch_special_exeggcute": "จับทามะทามะ {{amount_0}} ตัว", - "quest_title_quest_catch_special_fennekin": "จับฟอกโกะ", - "quest_title_quest_catch_special_fletchling": "จับยายาโคมะ", - "quest_title_quest_catch_special_froakie": "จับเคโรมัตซึ", - "quest_title_quest_catch_special_furfrou": "จับทริมเมียน", - "quest_title_quest_catch_special_jirachi": "จับจิราชิ!", - "quest_title_quest_catch_special_lieep_anorithl": "จับลิลีลาหรืออน็อปธ {{amount_0}} ตัว", - "quest_title_quest_catch_special_litleo": "จับชิชิโกะ", - "quest_title_quest_catch_special_mew": "จับมิว!", - "quest_title_quest_catch_special_natu": "จับเนที {{amount_0}} ตัว", - "quest_title_quest_catch_special_omanyte_kabuto": "จับออมไนตหรือคาบูโตะ {{amount_0}} ตัว", - "quest_title_quest_catch_special_pumpkaboo": "จับบาเค็จจะ {{amount_0}} ตัว", - "quest_title_quest_catch_special_slugma_gulpin": "จับมักแม็กหรือโกคูลิน {{amount_0}} ตัว", - "quest_title_quest_catch_special_voltorb": "จับบิบิริดามะ {{amount_0}} ตัว", - "quest_title_quest_catch_special0_plural": "จับเมตามอน {{amount_0}} ตัว", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020 : จับโปเกมอนที่อยูในรายการกิจกรรม {{amount_0}} ตัว", - "quest_title_quest_catch_special0_singular": "จับเมตามอน", - "quest_title_quest_catch_special1_plural": "จับนาโซโนะคุสะหรือมาดาซึโบมิ {{amount_0}} ตัว", - "quest_title_quest_catch_special1_singular": "จับนาโซโนะคุสะหรือมาดาซึโบมิ", - "quest_title_quest_catch_special2_plural": "จับทิลทโท {{amount_0}} ตัว", - "quest_title_quest_catch_special2_singular": "จับทิลทโท", - "quest_title_quest_catch_special3_plural": "จับปอปโปะหรือยามิคาราซึ {{amount_0}} ตัว", - "quest_title_quest_catch_special3_singular": "จับปอปโปะหรือยามิคาราซึ", - "quest_title_quest_catch_special4_plural": "จับคิโมริหรือมิซึโกโร {{amount_0}} ตัว", - "quest_title_quest_catch_special4_singular": "จับคิโมริหรือมิซึโกโร", - "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", - "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", - "quest_title_quest_catch_special6_plural": "จับเมรีป {{amount_0}} ตัว", - "quest_title_quest_catch_special7_plural": "จับฮิโตคาเงะ {{amount_0}} ตัว", - "quest_title_quest_catch_special8_plural": "จับโยกิราส {{amount_0}} ตัว", - "quest_title_quest_catch_special9_plural": "จับอันโนน {{amount_0}} ตัว", - "quest_title_quest_catch_special10_plural": "จับพราเซิล {{amount_0}} ตัว", - "quest_title_quest_catch_special11_plural": "จับไมนัน {{amount_0}} ตัว", - "quest_title_quest_catch_special12_plural": "จับเซนิกาเมะ {{amount_0}} ตัว", - "quest_title_quest_catch_special13_plural": "จับโรเซเลีย {{amount_0}} ตัว", - "quest_title_quest_catch_special14_singular": "จับเนียสหรือการดี", - "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", - "quest_title_quest_catch_special16_singular": "จับเอเนโคหรือโปชิเอนา", - "quest_title_quest_catch_special17_plural": "จับอีวุย {{amount_0}} ตัว", - "quest_title_quest_catch_special18_plural": "จับดันบัล {{amount_0}} ตัว", - "quest_title_quest_catch_special19_plural": "จับนามาเคโร {{amount_0}} ตัว", - "quest_title_quest_catch_special20_plural": "จับราลทซ {{amount_0}} ตัว", - "quest_title_quest_catch_special21_singular": "จับโครัตตาหรือพิคาชู", - "quest_title_quest_catch_special22_plural": "จับจิโคริตา {{amount_0}} ตัว", - "quest_title_quest_catch_special23_plural": "จับฮิโนอาราชิ {{amount_0}} ตัว", - "quest_title_quest_catch_special24_plural": "จับวานิโนโกะ {{amount_0}} ตัว", - "quest_title_quest_catch_special25_plural": "จับอุริมู {{amount_0}} ตัว", - "quest_title_quest_catch_special26_plural": "จับคิโมริ {{amount_0}} ตัว", - "quest_title_quest_catch_special27_plural": "จับทัทซึเบ {{amount_0}} ตัว", - "quest_title_quest_catch_special28_plural": "จับอาชาโม {{amount_0}} ตัว", - "quest_title_quest_catch_special29_plural": "จับมิซึโกโร {{amount_0}} ตัว", - "quest_title_quest_catch_special31_plural": "จับนาเอเติล {{amount_0}} ตัว", - "quest_title_quest_catch_special33_plural": "จับนัคครา {{amount_0}} ตัว", - "quest_title_quest_catch_special34_plural": "จับฮิโกซารุ {{amount_0}} ตัว", - "quest_title_quest_catch_special35_plural": "จับโพจจามะ {{amount_0}} ตัว", - "quest_title_quest_catch_special36_plural": "จับไซฮอรน {{amount_0}} ตัว", - "quest_title_quest_catch_special37_plural": "จับวันริกี {{amount_0}} ตัว", - "quest_title_quest_catch_special38_plural": "จับโรคอน {{amount_0}} ตัว", - "quest_title_quest_catch_special39_plural": "จับมินิริว {{amount_0}} ตัว", - "quest_title_quest_catch_special40_plural": "จับเคซี {{amount_0}} ตัว", - "quest_title_quest_catch_special41_plural": "จับทามาซาราชิ {{amount_0}} ตัว", - "quest_title_quest_catch_special42_plural": "จับบีเดิล {{amount_0}} ตัว", - "quest_title_quest_catch_special43_plural": "จับมุคคูรุ {{amount_0}} ตัว", - "quest_title_quest_catch_special44_plural": "จับทาเนโบ {{amount_0}} ตัว", - "quest_title_quest_catch_special45_plural": "จับเบโตเบตา {{amount_0}} ตัว", - "quest_title_quest_catch_special46_plural": "จับโพรีกอน {{amount_0}} ตัว", - "quest_title_quest_catch_staryu_plural": "จับฮิโตเดมัน {{amount_0}} ตัว", - "quest_title_quest_catch_stufful_pinap_plural": "ใชผลไพนชวยในการจับโปเกมอน {{amount_0}} ผล", - "quest_title_quest_catch_stufful_pinap_singular": "ใชผลไพนชวยในการจับโปเกมอน", - "quest_title_quest_catch_stufful_razz_plural": "ใชผลราสชวยในการจับโปเกมอน {{amount_0}} ผล", - "quest_title_quest_catch_stufful_razz_singular": "ใชผลราสชวยในการจับโปเกมอน", - "quest_title_quest_catch_transform_pokemon_plural": "จับโปเกมอนแปลงราง {{amount_0}} ตัว", - "quest_title_quest_catch_trubbish_plural": "จับยาบุคุรอน {{amount_0}} ตัว", - "quest_title_quest_catch_type_bug_plural": "จับโปเกมอนประเภทแมลง {{amount_0}} ตัว", - "quest_title_quest_catch_type_bug_plural_unique": "จับโปเกมอนประเภทแมลง", - "quest_title_quest_catch_type_bug_singular": "จับโปเกมอนประเภทแมลง", - "quest_title_quest_catch_type_buzzwole": "จับโปเกมอนที่มีประเภทเดียวกับมัสชิบูน", - "quest_title_quest_catch_type_buzzwole_effective": "จับโปเกมอนประเภทที่มัสชิบูนแพทาง", - "quest_title_quest_catch_type_buzzwole_plural": "จับโปเกมอนที่มีประเภทเดียวกับมัสชิบูน {{amount_0}} ตัว", - "quest_title_quest_catch_type_celesteela_effective": "จับโปเกมอนประเภทที่เท็คคากูยะแพทาง", - "quest_title_quest_catch_type_dark_plural": "จับโปเกมอนประเภทความมืด {{amount_0}} ตัว", - "quest_title_quest_catch_type_dark_plural_unique": "จับโปเกมอนประเภทความมืด", - "quest_title_quest_catch_type_dark_singular": "จับโปเกมอนประเภทความมืด", - "quest_title_quest_catch_type_dragon_normal_plural": "จับโปเกมอนประเภทปกติหรือมังกร {{amount_0}} ตัว", - "quest_title_quest_catch_type_dragon_plural": "จับโปเกมอนประเภทมังกร {{amount_0}} ตัว", - "quest_title_quest_catch_type_dragon_plural_unique": "จับโปเกมอนประเภทมังกรที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_catch_type_dragon_singular": "จับโปเกมอนประเภทมังกร", - "quest_title_quest_catch_type_electric_flying_plural": "จับโปเกมอนประเภทไฟฟาหรือบิน {{amount_0}} ตัว", - "quest_title_quest_catch_type_electric_plural": "จับโปเกมอนประเภทไฟฟา {{amount_0}} ตัว", - "quest_title_quest_catch_type_electric_plural_unique": "จับโปเกมอนประเภทไฟฟาที่แตกตางกัน", - "quest_title_quest_catch_type_electric_singular": "จับโปเกมอนประเภทไฟฟา", - "quest_title_quest_catch_type_fairy_plural": "จับโปเกมอนประเภทแฟรี่ {{amount_0}} ตัว", - "quest_title_quest_catch_type_fairy_plural_unique": "จับโปเกมอนประเภทแฟรี่", - "quest_title_quest_catch_type_fairy_singular": "จับโปเกมอนประเภทแฟรี่", - "quest_title_quest_catch_type_fighting_plural": "จับโปเกมอนประเภทตอสู {{amount_0}} ตัว", - "quest_title_quest_catch_type_fighting_plural_unique": "จับโปเกมอนประเภทตอสูที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_catch_type_fighting_singular": "จับโปเกมอนประเภทตอสู", - "quest_title_quest_catch_type_fire_dark_plural_unique": "จับโปเกมอนประเภทไฟหรือความมืด {{amount_0}} ตัว", - "quest_title_quest_catch_type_fire_plural": "จับโปเกมอนประเภทไฟ {{amount_0}} ตัว", - "quest_title_quest_catch_type_fire_singular": "จับโปเกมอนประเภทไฟ", - "quest_title_quest_catch_type_flying_plural": "จับโปเกมอนประเภทบิน {{amount_0}} ตัว", - "quest_title_quest_catch_type_flying_plural_unique": "จับโปเกมอนประเภทบิน", - "quest_title_quest_catch_type_flying_singular": "จับโปเกมอนประเภทบิน", - "quest_title_quest_catch_type_ghost_dark_plural": "จับโปเกมอนประเภทผีหรือความมืด {{amount_0}} ตัว", - "quest_title_quest_catch_type_ghost_plural": "จับโปเกมอนประเภทผี {{amount_0}} ตัว", - "quest_title_quest_catch_type_ghost_plural_unique": "จับโปเกมอนประเภทผี", - "quest_title_quest_catch_type_ghost_singular": "จับโปเกมอนประเภทผี", - "quest_title_quest_catch_type_grass_bug_plural": "จับโปเกมอนประเภทหญาหรือแมลง {{amount_0}} ตัว", - "quest_title_quest_catch_type_grass_plural": "จับโปเกมอนประเภทหญา {{amount_0}} ตัว", - "quest_title_quest_catch_type_grass_plural_unique": "จับโปเกมอนประเภทหญา", - "quest_title_quest_catch_type_grass_poison_plural": "จับโปเกมอนประเภทหญาหรือพิษ {{amount_0}} ตัว", - "quest_title_quest_catch_type_grass_singular": "จับโปเกมอนประเภทหญา", - "quest_title_quest_catch_type_ground_plural": "จับโปเกมอนประเภทดิน {{amount_0}} ตัว", - "quest_title_quest_catch_type_ground_plural_unique": "จับโปเกมอนประเภทดิน", - "quest_title_quest_catch_type_ground_singular": "จับโปเกมอนประเภทดิน", - "quest_title_quest_catch_type_guzzlord_effective": "จับโปเกมอนประเภทที่อคูจิคิงแพทาง", - "quest_title_quest_catch_type_ice_grass_plural_unique": "จับโปเกมอนประเภทหญาหรือน้ำแข็ง {{amount_0}} ตัว", - "quest_title_quest_catch_type_ice_plural": "จับโปเกมอนประเภทน้ำแข็ง {{amount_0}} ตัว", - "quest_title_quest_catch_type_ice_plural_unique": "จับโปเกมอนประเภทน้ำแข็ง", - "quest_title_quest_catch_type_ice_singular": "จับโปเกมอนประเภทน้ำแข็ง", - "quest_title_quest_catch_type_kartana_effective": "จับโปเกมอนประเภทที่คามิทซึรูกิแพทาง", - "quest_title_quest_catch_type_nihilego": "จับโปเกมอนที่มีประเภทเดียวกับอุทซึรอยด", - "quest_title_quest_catch_type_nihilego_effective": "จับโปเกมอนประเภทที่อุทซึรอยดแพทาง", - "quest_title_quest_catch_type_nihilego_plural": "จับโปเกมอนที่มีประเภทเดียวกับอุทซึรอยด {{amount_0}} ตัว", - "quest_title_quest_catch_type_normal_plural": "จับโปเกมอนประเภทปกติ {{amount_0}} ตัว", - "quest_title_quest_catch_type_normal_plural_unique": "จับโปเกมอนประเภทปกติ", - "quest_title_quest_catch_type_normal_singular": "จับโปเกมอนประเภทปกติ", - "quest_title_quest_catch_type_pheremosa_effective": "จับโปเกมอนประเภทที่เฟโรเชแพทาง", - "quest_title_quest_catch_type_pheromosa": "จับโปเกมอนที่มีประเภทเดียวกับเฟโรเช", - "quest_title_quest_catch_type_pheromosa_plural": "จับโปเกมอนที่มีประเภทเดียวกับเฟโรเช {{amount_0}} ตัว", - "quest_title_quest_catch_type_poison_plural": "จับโปเกมอนประเภทพิษ {{amount_0}} ตัว", - "quest_title_quest_catch_type_poison_plural_unique": "จับโปเกมอนประเภทพิษที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_catch_type_poison_singular": "จับโปเกมอนประเภทพิษ", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "จับโปเกมอนประเภทพลังจิตหรือตอสู {{amount_0}} ตัว", - "quest_title_quest_catch_type_psychic_plural": "จับโปเกมอนประเภทพลังจิต {{amount_0}} ตัว", - "quest_title_quest_catch_type_psychic_plural_unique": "จับโปเกมอนประเภทพลังจิต", - "quest_title_quest_catch_type_psychic_singular": "จับโปเกมอนประเภทพลังจิต", - "quest_title_quest_catch_type_rock_plural": "จับโปเกมอนประเภทหิน {{amount_0}} ตัว", - "quest_title_quest_catch_type_rock_plural_unique": "จับโปเกมอนประเภทหินที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_catch_type_rock_singular": "จับโปเกมอนประเภทหิน", - "quest_title_quest_catch_type_shaymin": "จับโปเกมอนที่มีประเภทเดียวกับเชมิน", - "quest_title_quest_catch_type_shaymin_plural": "จับโปเกมอนที่มีประเภทเดียวกับเชมิน {{amount_0}} ตัว", - "quest_title_quest_catch_type_steel_plural": "จับโปเกมอนประเภทโลหะ {{amount_0}} ตัว", - "quest_title_quest_catch_type_steel_plural_unique": "จับโปเกมอนประเภทโลหะ", - "quest_title_quest_catch_type_steel_singular": "จับโปเกมอนประเภทโลหะ", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "จับโปเกมอนประเภทไฟ น้ำ หรือไฟฟา {{amount_0}} ตัว", - "quest_title_quest_catch_type_water_flying_plural": "จับโปเกมอนประเภทน้ำหรือบิน {{amount_0}} ตัว", - "quest_title_quest_catch_type_water_ground_plural": "จับโปเกมอนประเภทน้ำหรือดิน {{amount_0}} ตัว", - "quest_title_quest_catch_type_water_plural": "จับโปเกมอนประเภทน้ำ {{amount_0}} ตัว", - "quest_title_quest_catch_type_water_plural_unique": "จับโปเกมอนประเภทน้ำ", - "quest_title_quest_catch_type_water_singular": "จับโปเกมอนประเภทน้ำ", - "quest_title_quest_catch_type_xurkitree": "จับโปเกมอนที่มีประเภทเดียวกับเด็นจูโมคุ", - "quest_title_quest_catch_type_xurkitree_effective": "จับโปเกมอนประเภทที่เด็นจูโมคุแพทาง", - "quest_title_quest_catch_type_xurkitree_plural": "จับโปเกมอนที่มีประเภทเดียวกับเด็นจูโมคุ {{amount_0}} ตัว", - "quest_title_quest_catch_types_rainy_plural": "จับโปเกมอนประเภทน้ำ ไฟฟา หรือแมลง {{amount_0}} ตัว", - "quest_title_quest_catch_types_rainy_singular": "จับโปเกมอนประเภทน้ำ ไฟฟา หรือแมลง", - "quest_title_quest_catch_types_snowy_plural": "จับโปเกมอนประเภทน้ำแข็งหรือโลหะ {{amount_0}} ตัว", - "quest_title_quest_catch_types_snowy_singular": "จับโปเกมอนประเภทน้ำแข็งหรือโลหะ", - "quest_title_quest_catch_types_sunny_plural": "จับโปเกมอนประเภทหญา ไฟ หรือดิน {{amount_0}} ตัว", - "quest_title_quest_catch_types_sunny_singular": "จับโปเกมอนประเภทหญา ไฟ หรือดิน", - "quest_title_quest_catch_types_windy_plural": "จับโปเกมอนประเภทบิน พลังจิต หรือมังกร {{amount_0}} ตัว", - "quest_title_quest_catch_types_windy_singular": "จับโปเกมอนประเภทบิน พลังจิต หรือมังกร", - "quest_title_quest_catch_weather_boost_plural": "จับโปเกมอนที่ไดรับบูสตสภาพอากาศ {{amount_0}} ตัว", - "quest_title_quest_catch_weather_boost_singular": "จับโปเกมอนที่ไดรับบูสตสภาพอากาศ", - "quest_title_quest_catch_whismur": "จับโกเนียวเนียว {{amount_0}} ตัว", - "quest_title_quest_challenge_party_power_plural": "ใชพลังปารตี้ {{amount_0}} ครั้ง ในแบตเทิลตีบอส", - "quest_title_quest_challenge_party_power_singular": "ใชพลังปารตี้ในแบตเทิลตีบอส", - "quest_title_quest_change_form_furfrou": "เปลี่ยนรางทริมเมียน", - "quest_title_quest_change_form_plural": "เปลี่ยนรางของโปเกมอน {{amount_0}} ตัว", - "quest_title_quest_change_form_singular": "เปลี่ยนรางของโปเกมอน", - "quest_title_quest_chansey_catch_b": "จับลัคกี {{amount_0}} ตัว", - "quest_title_quest_chansey_evolve_b_plural": "วิวัฒนาการลัคกี {{amount_0}} ตัว", - "quest_title_quest_chansey_evolve_b_singular": "วิวัฒนาการลัคกี", - "quest_title_quest_chansey_snapshot_b": "ถายภาพลัคกี {{amount_0}} ภาพ", - "quest_title_quest_charge_attack_party_plural": "ใชทาโจมตีชารจ {{amount_0}} ครั้ง ระหวางเลนแบบปารตี้", - "quest_title_quest_charge_attack_party_singular": "ใชทาโจมตีชารจระหวางเลนแบบปารตี้", - "quest_title_quest_charged_attack_plural": "ใชทาชารจ {{amount_0}} ครั้ง", - "quest_title_quest_charjabug_evolve_b": "วิวัฒนาการเด็นจิมูชิ {{amount_0}} ตัว", - "quest_title_quest_chart_catch_b": "จับฮิโตคาเงะ {{amount_0}} ตัว", - "quest_title_quest_chart_catch_s1": "จับลิซารโดะ {{amount_0}} ตัว", - "quest_title_quest_chart_evolve_b": "วิวัฒนาการฮิโตคาเงะ {{amount_0}} ตัว", - "quest_title_quest_chart_evolve_s1": "วิวัฒนาการลิซารโดะ {{amount_0}} ตัว", - "quest_title_quest_chespin_catch_b": "จับฮาริมารอน {{amount_0}} ตัว", - "quest_title_quest_chespin_evolve_b": "วิวัฒนาการฮาริมารอน {{amount_0}} ตัว", - "quest_title_quest_chespin_snapshot_b": "ถายภาพฮาริมารอน {{amount_0}} ภาพ", - "quest_title_quest_crocalor_evolve_b": "วิวัฒนาการอาจิเกเตอร", - "quest_title_quest_cyndaquil_catch_b": "จับฮิโนอาราชิ {{amount_0}} ตัว", - "quest_title_quest_cyndaquil_evolve_b_plural": "วิวัฒนาการฮิโนอาราชิ {{amount_0}} ตัว", - "quest_title_quest_cyndaquil_evolve_b_singular": "วิวัฒนาการฮิโนอาราชิ", - "quest_title_quest_dartrix_evolve_b_plural": "วิวัฒนาการฟุคุซึโร {{amount_0}} ตัว", - "quest_title_quest_dartrix_evolve_b_singular": "วิวัฒนาการฟุคุซึโร {{amount_0}} ตัว", - "quest_title_quest_dec2021_catch_b": "จับโปเกมอนเดนในชวงคอมมิวนิตี้เดยป 2021 {{amount_0}} ตัว", - "quest_title_quest_dec2022_catch_b": "จับโปเกมอนเดนในชวงคอมมิวนิตี้เดยธันวาคม 2022 {{amount_0}} ตัว", - "quest_title_quest_dec2023_catch_b": "จับโปเกมอนเดนในชวงคอมมิวนิตี้เดยป 2023 {{amount_0}} ตัว", - "quest_title_quest_defeat_jessie_james_plural": "เอาชนะมุซาชิและโคจิโร {{amount_0}} ครั้ง", - "quest_title_quest_defeat_rocket": "เอาชนะสมาชิกแกงโกร็อกเกต {{amount_0}} คน", - "quest_title_quest_defeat_rocket_leader_2500": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 2,500 จำนวน {{amount_0}} ครั้ง", - "quest_title_quest_defeat_rocket_singular": "เอาชนะสมาชิกแกงโกร็อกเกต", - "quest_title_quest_deino_catch": "จับโมโนซึ {{amount_0}} ตัว", - "quest_title_quest_deino_evolve_a": "วิวัฒนาการโมโนซึ {{amount_0}} ตัว", - "quest_title_quest_deino_evolve_b": "วิวัฒนาการโมโนซึหรือจิเฮด {{amount_0}} ตัว", - "quest_title_quest_deino_snap": "ถายภาพโมโนซึ {{amount_0}} ภาพ", - "quest_title_quest_dragonair_evolve_b": "วิวัฒนาการฮาคุริว {{amount_0}} ตัว", - "quest_title_quest_dratini_cdc_catch_b": "จับมินิริว {{amount_0}} ตัว", - "quest_title_quest_dratini_cdc_evolve_b": "วิวัฒนาการมินิริว {{amount_0}} ตัว", - "quest_title_quest_dratini_cdc_snapshot_b": "ถายภาพมินิริว {{amount_0}} ภาพ", - "quest_title_quest_drizzle_evolve": "วิวัฒนาการจิเมเลียน", - "quest_title_quest_dude_catch": "จับอิชิซึบูเตะ {{amount_0}} ตัว", - "quest_title_quest_dude_evolve_a": "วิวัฒนาการอิชิซึบูเตะ {{amount_0}} ตัว", - "quest_title_quest_dude_evolve_b": "วิวัฒนาการโกโลน {{amount_0}} ตัว", - "quest_title_quest_dude_snap": "ถายภาพอิชิซึบูเตะ {{amount_0}} ภาพ", - "quest_title_quest_duskt_catch_b": "จับโยมาวารุ {{amount_0}} ตัว", - "quest_title_quest_duskt_evolve_b": "วิวัฒนาการโยมาวารุ {{amount_0}} ตัว", - "quest_title_quest_duskt_evolve_s1": "วิวัฒนาการซามาโยรุ {{amount_0}} ตัว", - "quest_title_quest_earn_buddy_ribbon_plural": "Earn {{amount_0}} Best Buddy Ribbons with your Pokémon", - "quest_title_quest_eelektrik_evolve_b_plural": "วิวัฒนาการชิบิบีล {{amount_0}} ตัว", - "quest_title_quest_eelektrik_evolve_b_singular": "วิวัฒนาการชิบิบีล", - "quest_title_quest_eevee_evolve_plural": "วิวัฒนาการอีวุยใหเปนรางวิวัฒนาการที่แตกตางกันครบทุกราง", - "quest_title_quest_eevet_catch_b": "จับอีวุย {{amount_0}} ตัว", - "quest_title_quest_eevet_evolve_b": "วิวัฒนาการอีวุย {{amount_0}} ตัว", - "quest_title_quest_elect_catch_b": "จับเอเลบู {{amount_0}} ตัว", - "quest_title_quest_elect_evolve_b": "วิวัฒนาการเอเลบู {{amount_0}} ตัว", - "quest_title_quest_elite_raid_victory_plural": "ชนะตีบอสเอลีต {{amount_0}} ครั้ง", - "quest_title_quest_elite_raid_victory_singular": "ชนะตีบอสเอลีต", - "quest_title_quest_elite4_a": "เอาชนะจตุรเทพ GO Tour: เทรนเนอรภูเขายอดราบ", - "quest_title_quest_elite4_b": "เอาชนะจตุรเทพ GO Tour: เทรนเนอรถ้ำ", - "quest_title_quest_elite4_c": "เอาชนะจตุรเทพ GO Tour: เทรนเนอรมหาสมุทร", - "quest_title_quest_elite4_d": "เอาชนะจตุรเทพ GO Tour: เทรนเนอรสะวันนา", - "quest_title_quest_elrd22_april16_battle": "งานวิจัยทามะทามะ: แบตเทิลที่ยิม", - "quest_title_quest_elrd22_april16_berries": "งานวิจัยทามะทามะ: ใชผลไมชวยในการจับโปเกมอน 3 ผล", - "quest_title_quest_elrd22_april16_catch_grass": "งานวิจัยทามะทามะ: จับโปเกมอนประเภทหญา 3 ตัว", - "quest_title_quest_elrd22_april16_charged_move": "งานวิจัยทามะทามะ: ใชทาโจมตีชารจใหไดผลดีเยี่ยม", - "quest_title_quest_elrd22_april16_curve": "งานวิจัยทามะทามะ: ขวางบอลโคง 5 ครั้ง", - "quest_title_quest_elrd22_april16_evolve_grass": "งานวิจัยทามะทามะ: วิวัฒนาการโปเกมอนประเภทหญา 2 ตัว", - "quest_title_quest_elrd22_april16_gifts_stickers": "งานวิจัยทามะทามะ: สงของขวัญพรอมสติกเกอรรวม 2 ชิ้น", - "quest_title_quest_elrd22_april16_great": "งานวิจัยทามะทามะ: ขวางไดเยี่ยม 3 ครั้ง", - "quest_title_quest_elrd22_april16_great_row": "งานวิจัยทามะทามะ: ขวางไดเยี่ยม 2 ครั้งติดตอกัน", - "quest_title_quest_elrd22_april16_nice": "งานวิจัยทามะทามะ: ขวางไดดี 5 ครั้ง", - "quest_title_quest_elrd22_april16_nice_row": "งานวิจัยทามะทามะ: ขวางไดดี 3 ครั้งติดตอกัน", - "quest_title_quest_elrd22_april16_raid": "งานวิจัยทามะทามะ: แบตเทิลตีบอส", - "quest_title_quest_elrd22_april16_spin": "งานวิจัยทามะทามะ: หมุนเสาโปเกสต็อป 2 ครั้ง", - "quest_title_quest_elrd22_april16_weather_easy": "งานวิจัยทามะทามะ: จับโปเกมอนที่ไดรับบูสตสภาพอากาศ 3 ตัว", - "quest_title_quest_elrd22_april16_weather_hard": "งานวิจัยทามะทามะ: จับโปเกมอนที่ไดรับบูสตสภาพอากาศ 5 ตัว", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "งานวิจัยทามะทามะ: ถายภาพโปเกมอนปาประเภทหญา", - "quest_title_quest_equinox19_catch_medium_pkmn": "จับฟุชิกิดาเนะหรือจิโคริตา {{amount_0}} ตัว", - "quest_title_quest_equinox19_catch_type_grass_plural": "จับโปเกมอนประเภทหญา {{amount_0}} ตัว", - "quest_title_quest_equinox19_evolve_type_grass_plural": "วิวัฒนาการโปเกมอนประเภทหญา {{amount_0}} ตัว", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "วิวัฒนาการโปเกมอนประเภทหญา {{amount_0}} ตัว", - "quest_title_quest_event_eevee_snapshot_barcelona": "ถายภาพอีวุยของคุณในบารเซโลนา", - "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", - "quest_title_quest_event_eevee_snapshot_mexico_city": "ถายภาพอีวุยของคุณในเม็กซิโกซิตี้", - "quest_title_quest_event_eevee_snapshot_seoul": "ถายภาพอีวุยของคุณในโซล", - "quest_title_quest_event_eevee_snapshot_tainan": "ถายภาพอีวุยของคุณในไถหนาน", - "quest_title_quest_event_leave_behind_spin": "หมุนเสาโปเกสต็อปหรือยิมที่ไมเคยหมุนมากอน 10 จุด", - "quest_title_quest_event_leave_behind_spin_safari_city": "หมุนเสาโปเกสต็อปหรือยิมในบริเวณนักสำรวจอีวุย", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "หมุนเสาโปเกสต็อปในบริเวณนักสำรวจอีวุยที่ไมเคยหมุนมากอน {{amount_0}} ที่", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "หมุนเสาโปเกสต็อปในบริเวณนักสำรวจอีวุยที่ไมเคยหมุนมากอน", - "quest_title_quest_event_spin_barcelona": "หมุนเสาโปเกสต็อปหรือยิมในบารเซโลนา", - "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", - "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", - "quest_title_quest_event_spin_mexico_city": "หมุนเสาโปเกสต็อปหรือยิมในเม็กซิโกซิตี้", - "quest_title_quest_event_spin_seoul": "หมุนเสาโปเกสต็อปหรือยิมในโซล", - "quest_title_quest_event_spin_tainan": "หมุนเสาโปเกสต็อปหรือยิมในไถหนาน", - "quest_title_quest_evolve_abra_singular": "วิวัฒนาการเคซี", - "quest_title_quest_evolve_aipom_singular": "วิวัฒนาการเอยแพม", - "quest_title_quest_evolve_amaura_singular": "Evolve one Amaura", - "quest_title_quest_evolve_anorith_singular": "วิวัฒนาการอน็อปธ", - "quest_title_quest_evolve_archen_singular": "วิวัฒนาการอาเคน", - "quest_title_quest_evolve_aron_singular": "วิวัฒนาการโคโคโดรา", - "quest_title_quest_evolve_axew_singular": "วิวัฒนาการคิบาโกะ", - "quest_title_quest_evolve_azurill_singular": "วิวัฒนาการรูริริ", - "quest_title_quest_evolve_bagon_singular": "วิวัฒนาการทัทซึเบ", - "quest_title_quest_evolve_baltoy_singular": "วิวัฒนาการยาจิลอน", - "quest_title_quest_evolve_barboach_singular": "วิวัฒนาการโดโจทช", - "quest_title_quest_evolve_bayleef": "วิวัฒนาการเบยลีฟ", - "quest_title_quest_evolve_bayleef_singular": "วิวัฒนาการเบยลีฟ", - "quest_title_quest_evolve_beldum_singular": "วิวัฒนาการดันบัล", - "quest_title_quest_evolve_bellsprout_singular": "วิวัฒนาการมาดาซึโบมิ", - "quest_title_quest_evolve_bergmite_singular": "Evolve one Bergmite", - "quest_title_quest_evolve_bidoof_singular": "วิวัฒนาการบิปปา", - "quest_title_quest_evolve_binacle_singular": "Evolve one Binacle", - "quest_title_quest_evolve_blitzle_singular": "วิวัฒนาการชิมามา", - "quest_title_quest_evolve_boldore_singular": "วิวัฒนาการกันเทิล", - "quest_title_quest_evolve_bonsly_singular": "วิวัฒนาการอุโซฮาจิ", - "quest_title_quest_evolve_braixen_singular": "วิวัฒนาการเทลนาร", - "quest_title_quest_evolve_bronzor_singular": "วิวัฒนาการโดมิเรอร", - "quest_title_quest_evolve_budew_singular": "วิวัฒนาการซึโบมี", - "quest_title_quest_evolve_buizel_singular": "วิวัฒนาการบุยเซล", - "quest_title_quest_evolve_bulbasaur": "วิวัฒนาการฟุชิกิดาเนะ", - "quest_title_quest_evolve_bulbasaur_singular": "วิวัฒนาการฟุชิกิดาเนะ", - "quest_title_quest_evolve_buneary_singular": "วิวัฒนาการมิมิโรล", - "quest_title_quest_evolve_bunnelby_singular": "วิวัฒนาการโฮรุบี", - "quest_title_quest_evolve_burmy_singular": "วิวัฒนาการมิโนมุจจิ", - "quest_title_quest_evolve_cacnea_singular": "วิวัฒนาการซาโบเนีย", - "quest_title_quest_evolve_carvanha_singular": "วิวัฒนาการคิบาเนีย", - "quest_title_quest_evolve_cascoon_singular": "วิวัฒนาการมายูลด", - "quest_title_quest_evolve_caterpie_singular": "วิวัฒนาการคาเตอรป", - "quest_title_quest_evolve_chansey_singular": "วิวัฒนาการลัคกี", - "quest_title_quest_evolve_charmander": "วิวัฒนาการฮิโตคาเงะ", - "quest_title_quest_evolve_charmander_singular": "วิวัฒนาการฮิโตคาเงะ", - "quest_title_quest_evolve_charmeleon_singular": "วิวัฒนาการลิซารโดะ", - "quest_title_quest_evolve_cherubi_singular": "วิวัฒนาการเชอรินโบ", - "quest_title_quest_evolve_chespin_singular": "วิวัฒนาการฮาริมารอน", - "quest_title_quest_evolve_chikorita": "วิวัฒนาการจิโคริตา", - "quest_title_quest_evolve_chikorita_singular": "วิวัฒนาการจิโคริตา", - "quest_title_quest_evolve_chimchar_singular": "วิวัฒนาการฮิโกซารุ", - "quest_title_quest_evolve_chinchou_singular": "วิวัฒนาการชอนชี", - "quest_title_quest_evolve_chingling_singular": "วิวัฒนาการลีชาน", - "quest_title_quest_evolve_clamperl_singular": "วิวัฒนาการปาลูลุ", - "quest_title_quest_evolve_clauncher_singular": "Evolve one Clauncher", - "quest_title_quest_evolve_clefairy_singular": "วิวัฒนาการปปป", - "quest_title_quest_evolve_cleffa_singular": "วิวัฒนาการป", - "quest_title_quest_evolve_combee_singular": "วิวัฒนาการมิทซึฮันนี", - "quest_title_quest_evolve_combusken_singular": "วิวัฒนาการวาคาชาโม", - "quest_title_quest_evolve_corphish_singular": "วิวัฒนาการเฮกานิ", - "quest_title_quest_evolve_cosmoem_singular": "วิวัฒนาการคอสโมม", - "quest_title_quest_evolve_cosmog_singular": "วิวัฒนาการคอสม็อก", - "quest_title_quest_evolve_cottonee_singular": "วิวัฒนาการโมนเมน", - "quest_title_quest_evolve_cranidos_singular": "วิวัฒนาการซึไกโดส", - "quest_title_quest_evolve_croagunk_singular": "วิวัฒนาการกูเรกกรู", - "quest_title_quest_evolve_croconaw": "วิวัฒนาการอัลลิเกต", - "quest_title_quest_evolve_croconaw_singular": "วิวัฒนาการอัลลิเกต", - "quest_title_quest_evolve_cubchoo_singular": "วิวัฒนาการคูมะชุน", - "quest_title_quest_evolve_cubone_singular": "วิวัฒนาการคาระคาระ", - "quest_title_quest_evolve_cyndaquil": "วิวัฒนาการฮิโนอาราชิ", - "quest_title_quest_evolve_cyndaquil_singular": "วิวัฒนาการฮิโนอาราชิ", - "quest_title_quest_evolve_dark_type_singular": "วิวัฒนาการโปเกมอนประเภทความมืด", - "quest_title_quest_evolve_darumaka_singular": "วิวัฒนาการดารุมักกะ", - "quest_title_quest_evolve_deerling_singular": "วิวัฒนาการชิคิจิกะ", - "quest_title_quest_evolve_deino_singular": "วิวัฒนาการโมโนซึ", - "quest_title_quest_evolve_dewott_singular": "วิวัฒนาการฟุตาจิมารุ", - "quest_title_quest_evolve_diglett_singular": "วิวัฒนาการดิกดา", - "quest_title_quest_evolve_doduo_singular": "วิวัฒนาการโดโด", - "quest_title_quest_evolve_doublade_singular": "Evolve one Doublade", - "quest_title_quest_evolve_dragonair_singular": "วิวัฒนาการฮาคุริว", - "quest_title_quest_evolve_dratini_singular": "วิวัฒนาการมินิริว", - "quest_title_quest_evolve_drifloon_singular": "วิวัฒนาการฟูวันเต", - "quest_title_quest_evolve_drilbur_singular": "วิวัฒนาการโมกุริว", - "quest_title_quest_evolve_drowzee_singular": "วิวัฒนาการสลีป", - "quest_title_quest_evolve_ducklett_singular": "วิวัฒนาการโคอารูฮี", - "quest_title_quest_evolve_duosion_singular": "วิวัฒนาการดาบูลัน", - "quest_title_quest_evolve_durant_singular": "วิวัฒนาการไอแอนท", - "quest_title_quest_evolve_dusclops_singular": "วิวัฒนาการซามาโยรุ", - "quest_title_quest_evolve_duskull_singular": "วิวัฒนาการโยมาวารุ", - "quest_title_quest_evolve_dwebble_singular": "วิวัฒนาการอิชิซึไม", - "quest_title_quest_evolve_eelektrik_singular": "วิวัฒนาการชิบิบีล", - "quest_title_quest_evolve_eevee_singular": "วิวัฒนาการอีวุย", - "quest_title_quest_evolve_eevee_types_plural": "วิวัฒนาการโปเกมอนประเภทไฟฟา น้ำ หรือไฟ {{amount_0}} ตัว", - "quest_title_quest_evolve_eevee_types_singular": "วิวัฒนาการโปเกมอนประเภทไฟฟา น้ำ หรือไฟ", - "quest_title_quest_evolve_ekans_singular": "วิวัฒนาการอารโบ", - "quest_title_quest_evolve_electabuzz_singular": "วิวัฒนาการเอเลบู", - "quest_title_quest_evolve_electrike_singular": "วิวัฒนาการราคุไร", - "quest_title_quest_evolve_elekid_singular": "วิวัฒนาการเอเลคิด", - "quest_title_quest_evolve_elgyem_singular": "วิวัฒนาการลีเกรย", - "quest_title_quest_evolve_espeon": "วิวัฒนาการอีวุยเปนเอฟในชวงเวลากลางวัน", - "quest_title_quest_evolve_espurr_singular": "วิวัฒนาการเนียสเปอร", - "quest_title_quest_evolve_evolved_grass_singular": "วิวัฒนาการโปเกมอนประเภทหญา", - "quest_title_quest_evolve_exeggcute_singular": "วิวัฒนาการทามะทามะ", - "quest_title_quest_evolve_farfetch'd_singular": "วิวัฒนาการคาโมเนกิ", - "quest_title_quest_evolve_feebas_singular": "วิวัฒนาการฮินบาส", - "quest_title_quest_evolve_fennekin_singular": "วิวัฒนาการฟอกโกะ", - "quest_title_quest_evolve_ferroseed_singular": "วิวัฒนาการเทสซีด", - "quest_title_quest_evolve_finneon_singular": "วิวัฒนาการเคโคโอ", - "quest_title_quest_evolve_flaaffy_singular": "วิวัฒนาการโมโคโค", - "quest_title_quest_evolve_flabébé_singular": "วิวัฒนาการฟลาเบเบ", - "quest_title_quest_evolve_fletchinder_singular": "วิวัฒนาการฮิโนยาโคมะ", - "quest_title_quest_evolve_fletchling_singular": "วิวัฒนาการยายาโคมะ", - "quest_title_quest_evolve_floette_singular": "Evolve one Floette", - "quest_title_quest_evolve_foongus_singular": "วิวัฒนาการทามาเกะทาเคะ", - "quest_title_quest_evolve_fraxure_singular": "วิวัฒนาการโอโนนโดะ", - "quest_title_quest_evolve_frillish_singular": "วิวัฒนาการพูรูริล", - "quest_title_quest_evolve_froakie_singular": "วิวัฒนาการเคโรมัตซึ", - "quest_title_quest_evolve_frogadier_singular": "วิวัฒนาการเกโคกาชิระ", - "quest_title_quest_evolve_gabite_singular": "วิวัฒนาการกาไบต", - "quest_title_quest_evolve_gastly_singular": "วิวัฒนาการโกส", - "quest_title_quest_evolve_geodude_singular": "วิวัฒนาการอิชิซึบูเตะ", - "quest_title_quest_evolve_gible_singular": "วิวัฒนาการฟุคามารุ", - "quest_title_quest_evolve_glalie_singular": "วิวัฒนาการโอนิโกริ", - "quest_title_quest_evolve_glameow_singular": "วิวัฒนาการเนียรุมา", - "quest_title_quest_evolve_gligar_singular": "วิวัฒนาการไกลกา", - "quest_title_quest_evolve_gloom_singular": "วิวัฒนาการคุไซฮานะ", - "quest_title_quest_evolve_golbat_singular": "วิวัฒนาการโกลแบท", - "quest_title_quest_evolve_goldeen_singular": "วิวัฒนาการโทซาคินโตะ", - "quest_title_quest_evolve_golett_singular": "วิวัฒนาการโกบิท", - "quest_title_quest_evolve_goomy_singular": "วิวัฒนาการนูเมรา", - "quest_title_quest_evolve_gothita_singular": "วิวัฒนาการโกธิมู", - "quest_title_quest_evolve_gothorita_singular": "วิวัฒนาการโกธิมิรุ", - "quest_title_quest_evolve_graveler_singular": "วิวัฒนาการโกโลน", - "quest_title_quest_evolve_grimer_singular": "วิวัฒนาการเบโตเบตา", - "quest_title_quest_evolve_grotle_singular": "วิวัฒนาการฮายาชิกาเมะ", - "quest_title_quest_evolve_ground_plural": "วิวัฒนาการโปเกมอนประเภทดิน {{amount_0}} ตัว", - "quest_title_quest_evolve_grovyle_singular": "วิวัฒนาการจุปไทล", - "quest_title_quest_evolve_growlithe_singular": "วิวัฒนาการการดี", - "quest_title_quest_evolve_gulpin_singular": "วิวัฒนาการโกคูลิน", - "quest_title_quest_evolve_gurdurr_singular": "วิวัฒนาการโดเท็คคทซึ", - "quest_title_quest_evolve_happiny_singular": "วิวัฒนาการพินพูคุ", - "quest_title_quest_evolve_haunter_singular": "วิวัฒนาการโกสท", - "quest_title_quest_evolve_heatmor_singular": "วิวัฒนาการคุยทาแรน", - "quest_title_quest_evolve_helioptile_singular": "Evolve one Helioptile", - "quest_title_quest_evolve_herdier_singular": "วิวัฒนาการเฮอเดอเรีย", - "quest_title_quest_evolve_hippopotas_singular": "วิวัฒนาการฮิปโปโปตัส", - "quest_title_quest_evolve_honedge_singular": "Evolve one Honedge", - "quest_title_quest_evolve_hoothoot_singular": "วิวัฒนาการโฮโฮ", - "quest_title_quest_evolve_hoppip_singular": "วิวัฒนาการฮาเน็กโกะ", - "quest_title_quest_evolve_horsea_singular": "วิวัฒนาการทัททู", - "quest_title_quest_evolve_houndour_singular": "วิวัฒนาการเดลวิล", - "quest_title_quest_evolve_igglybuff_singular": "วิวัฒนาการพูพูริน", - "quest_title_quest_evolve_illumise_singular": "วิวัฒนาการอิลูมิเซะ", - "quest_title_quest_evolve_inkay_singular": "Evolve one Inkay", - "quest_title_quest_evolve_items_plural": "ใชไอเท็มวิวัฒนาการโปเกมอน {{amount_0}} ครั้ง", - "quest_title_quest_evolve_items_singular": "ใชไอเท็มวิวัฒนาการโปเกมอน", - "quest_title_quest_evolve_ivysaur_singular": "วิวัฒนาการฟุชิกิโซ", - "quest_title_quest_evolve_jigglypuff_singular": "วิวัฒนาการพูริน", - "quest_title_quest_evolve_joltik_singular": "วิวัฒนาการบาชูรุ", - "quest_title_quest_evolve_kabuto_singular": "วิวัฒนาการคาบูโตะ", - "quest_title_quest_evolve_kadabra_singular": "วิวัฒนาการยุนเกเรอร", - "quest_title_quest_evolve_kakuna_singular": "วิวัฒนาการโคคูน", - "quest_title_quest_evolve_karrablast_singular": "วิวัฒนาการคาบูรูโมะ", - "quest_title_quest_evolve_kirlia_singular": "วิวัฒนาการเคอเรีย", - "quest_title_quest_evolve_klang_singular": "วิวัฒนาการกิเกียร", - "quest_title_quest_evolve_klink_singular": "วิวัฒนาการเกียร", - "quest_title_quest_evolve_koffing_singular": "วิวัฒนาการโดกาซ", - "quest_title_quest_evolve_krabby_singular": "วิวัฒนาการแครบ", - "quest_title_quest_evolve_kricketot_singular": "วิวัฒนาการโคโรโบชิ", - "quest_title_quest_evolve_krokorok_singular": "วิวัฒนาการวารุวิล", - "quest_title_quest_evolve_lairon_singular": "วิวัฒนาการโคโดรา", - "quest_title_quest_evolve_lampent_singular": "วิวัฒนาการแลมพูลา", - "quest_title_quest_evolve_larvesta_singular": "วิวัฒนาการเมลารวา", - "quest_title_quest_evolve_larvitar_singular": "วิวัฒนาการโยกิราส", - "quest_title_quest_evolve_ledyba_singular": "วิวัฒนาการเรดิบา", - "quest_title_quest_evolve_lickitung_singular": "วิวัฒนาการเบโรรินกา", - "quest_title_quest_evolve_lileep_singular": "วิวัฒนาการลิลีลา", - "quest_title_quest_evolve_lillipup_singular": "วิวัฒนาการโยเทอรี", - "quest_title_quest_evolve_linoone_singular": "วิวัฒนาการกาลารมัสสึกุมะ {{amount_0}} ตัว", - "quest_title_quest_evolve_litleo_singular": "วิวัฒนาการชิชิโกะ", - "quest_title_quest_evolve_litwick_singular": "วิวัฒนาการฮิโตโมชิ", - "quest_title_quest_evolve_lombre_singular": "วิวัฒนาการฮาซึเบรโร", - "quest_title_quest_evolve_lotad_singular": "วิวัฒนาการฮาซึโบ", - "quest_title_quest_evolve_loudred_singular": "วิวัฒนาการโดกอม", - "quest_title_quest_evolve_luxio_singular": "วิวัฒนาการลุคซิโอ", - "quest_title_quest_evolve_machoke_singular": "วิวัฒนาการโกริกี", - "quest_title_quest_evolve_machop_singular": "วิวัฒนาการวันริกี", - "quest_title_quest_evolve_magby_singular": "วิวัฒนาการบูบี", - "quest_title_quest_evolve_magikarp_singular": "วิวัฒนาการคอยคิง", - "quest_title_quest_evolve_magmar_singular": "วิวัฒนาการบูเบอร", - "quest_title_quest_evolve_magnemite_singular": "วิวัฒนาการคอยล", - "quest_title_quest_evolve_makuhita_singular": "วิวัฒนาการมาคุโนชิตะ", - "quest_title_quest_evolve_mankey_singular": "วิวัฒนาการแมนคี", - "quest_title_quest_evolve_mantyke_singular": "วิวัฒนาการทาแมนทา", - "quest_title_quest_evolve_mareep_singular": "วิวัฒนาการเมรีป", - "quest_title_quest_evolve_marill_singular": "วิวัฒนาการมาริล", - "quest_title_quest_evolve_marshtomp_singular": "วิวัฒนาการนูมาโคร", - "quest_title_quest_evolve_meditite_singular": "วิวัฒนาการอาซานัน", - "quest_title_quest_evolve_meowth_singular": "วิวัฒนาการเนียส", - "quest_title_quest_evolve_metang_singular": "วิวัฒนาการเมแทงก", - "quest_title_quest_evolve_metapod_singular": "วิวัฒนาการทรานเซล", - "quest_title_quest_evolve_mienfoo_singular": "วิวัฒนาการโคโจฟู", - "quest_title_quest_evolve_mime jr._singular": "วิวัฒนาการมาเนเน", - "quest_title_quest_evolve_minccino_singular": "วิวัฒนาการจิลามี", - "quest_title_quest_evolve_misdreavus_singular": "วิวัฒนาการมูมา", - "quest_title_quest_evolve_monferno_singular": "วิวัฒนาการโมคาซารุ", - "quest_title_quest_evolve_mr. mime_singular": "วิวัฒนาการบารเรียด", - "quest_title_quest_evolve_mudkip_singular": "วิวัฒนาการมิซึโกโร", - "quest_title_quest_evolve_munchlax_singular": "วิวัฒนาการกอนเบะ", - "quest_title_quest_evolve_munna_singular": "วิวัฒนาการมุนนะ", - "quest_title_quest_evolve_murkrow_singular": "วิวัฒนาการยามิคาราซึ", - "quest_title_quest_evolve_natu_singular": "วิวัฒนาการเนที", - "quest_title_quest_evolve_nidoranfemale_singular": "วิวัฒนาการนิโดรัน♀", - "quest_title_quest_evolve_nidoranmale_singular": "วิวัฒนาการนิโดรัน♂", - "quest_title_quest_evolve_nidorina_singular": "วิวัฒนาการนิโดรินา", - "quest_title_quest_evolve_nidorino_singular": "วิวัฒนาการนิโดริโน", - "quest_title_quest_evolve_nincada_singular": "วิวัฒนาการสึจินิน", - "quest_title_quest_evolve_noibat_singular": "วิวัฒนาการออนแบท", - "quest_title_quest_evolve_nosepass_singular": "วิวัฒนาการโนซพาส", - "quest_title_quest_evolve_numel_singular": "วิวัฒนาการดอนเมล", - "quest_title_quest_evolve_nuzleaf_singular": "วิวัฒนาการโคโนฮานะ", - "quest_title_quest_evolve_oddish_singular": "วิวัฒนาการนาโซโนะคุสะ", - "quest_title_quest_evolve_omanyte_singular": "วิวัฒนาการออมไนต", - "quest_title_quest_evolve_onix_singular": "วิวัฒนาการอิวารค", - "quest_title_quest_evolve_oshawott_singular": "วิวัฒนาการมิจูมารุ", - "quest_title_quest_evolve_palpitoad_singular": "วิวัฒนาการกามาการุ", - "quest_title_quest_evolve_pancham_singular": "Evolve one Pancham", - "quest_title_quest_evolve_panpour_singular": "วิวัฒนาการฮิยัปปุ", - "quest_title_quest_evolve_pansage_singular": "วิวัฒนาการยานัปปุ", - "quest_title_quest_evolve_pansear_singular": "วิวัฒนาการบาอปปุ", - "quest_title_quest_evolve_paras_singular": "วิวัฒนาการพารัส", - "quest_title_quest_evolve_patrat_singular": "วิวัฒนาการมิเนซูมิ", - "quest_title_quest_evolve_pawniard_singular": "วิวัฒนาการโคมาทานา", - "quest_title_quest_evolve_petilil_singular": "วิวัฒนาการจูริเน", - "quest_title_quest_evolve_phanpy_singular": "วิวัฒนาการโกมาโซ", - "quest_title_quest_evolve_phantump_singular": "Evolve one Phantump", - "quest_title_quest_evolve_pichu_singular": "วิวัฒนาการพิชู", - "quest_title_quest_evolve_pidgeotto_singular": "วิวัฒนาการพีเจียน", - "quest_title_quest_evolve_pidgey_singular": "วิวัฒนาการปอปโปะ", - "quest_title_quest_evolve_pidove_singular": "วิวัฒนาการมาเมพาโตะ", - "quest_title_quest_evolve_pignite_singular": "วิวัฒนาการจาโอบู", - "quest_title_quest_evolve_pikachu_singular": "วิวัฒนาการพิคาชู", - "quest_title_quest_evolve_piloswine_plural": "วิวัฒนาการอิโนมู {{amount_0}} ตัว", - "quest_title_quest_evolve_piloswine_singular": "วิวัฒนาการอิโนมู", - "quest_title_quest_evolve_pineco_singular": "วิวัฒนาการคุนุกิดามะ", - "quest_title_quest_evolve_piplup_singular": "วิวัฒนาการโพจจามะ", - "quest_title_quest_evolve_plural": "วิวัฒนาการโปเกมอน {{amount_0}} ตัว", - "quest_title_quest_evolve_poison_type_singular": "วิวัฒนาการโปเกมอนประเภทพิษ", - "quest_title_quest_evolve_poliwag_singular": "วิวัฒนาการเนียวโรโมะ", - "quest_title_quest_evolve_poliwhirl_singular": "วิวัฒนาการเนียวโรโซ", - "quest_title_quest_evolve_ponyta_singular": "วิวัฒนาการโพนีตะ", - "quest_title_quest_evolve_poochyena_singular": "วิวัฒนาการโปชิเอนา", - "quest_title_quest_evolve_porygon2_singular": "วิวัฒนาการโพรีกอน2", - "quest_title_quest_evolve_prinplup_singular": "วิวัฒนาการโพจไทชิ", - "quest_title_quest_evolve_psyduck_singular": "วิวัฒนาการโคดัก", - "quest_title_quest_evolve_pumpkaboo_singular": "Evolve one Pumpkaboo", - "quest_title_quest_evolve_pupitar_singular": "วิวัฒนาการซานากิราส", - "quest_title_quest_evolve_purrloin_singular": "วิวัฒนาการโจโรเนโกะ", - "quest_title_quest_evolve_quilava": "วิวัฒนาการแม็กมาราชิ", - "quest_title_quest_evolve_quilava_singular": "วิวัฒนาการแม็กมาราชิ", - "quest_title_quest_evolve_quilladin_singular": "วิวัฒนาการฮาริบอรก", - "quest_title_quest_evolve_qwilfish_singular": "วิวัฒนาการฮารีเซน", - "quest_title_quest_evolve_ralts_singular": "วิวัฒนาการราลทซ", - "quest_title_quest_evolve_rattata_singular": "วิวัฒนาการโครัตตา", - "quest_title_quest_evolve_remoraid_singular": "วิวัฒนาการเทปโปโอ", - "quest_title_quest_evolve_rhydon_singular": "วิวัฒนาการไซดอน", - "quest_title_quest_evolve_rhyhorn_singular": "วิวัฒนาการไซฮอรน", - "quest_title_quest_evolve_riolu_singular": "วิวัฒนาการริโอลุ", - "quest_title_quest_evolve_roggenrola_singular": "วิวัฒนาการดันโกโร", - "quest_title_quest_evolve_roselia_singular": "วิวัฒนาการโรเซเลีย", - "quest_title_quest_evolve_rufflet_singular": "วิวัฒนาการวาชิบอน", - "quest_title_quest_evolve_sandile_singular": "วิวัฒนาการเมะกุโรโกะ", - "quest_title_quest_evolve_sandshrew_singular": "วิวัฒนาการแซนด", - "quest_title_quest_evolve_sb_singular": "วิวัฒนาการบูล", - "quest_title_quest_evolve_scatterbug_singular": "Evolve one Scatterbug", - "quest_title_quest_evolve_scraggy_singular": "วิวัฒนาการซึรุกกุ", - "quest_title_quest_evolve_scyther_singular": "วิวัฒนาการสไตรค", - "quest_title_quest_evolve_seadra_singular": "วิวัฒนาการซีดรา", - "quest_title_quest_evolve_sealeo_singular": "วิวัฒนาการโทดอกเกลอร", - "quest_title_quest_evolve_seedot_singular": "วิวัฒนาการทาเนโบ", - "quest_title_quest_evolve_seel_singular": "วิวัฒนาการเพาเวา", - "quest_title_quest_evolve_sentret_singular": "วิวัฒนาการโอทาจิ", - "quest_title_quest_evolve_servine_singular": "วิวัฒนาการจาโนวี", - "quest_title_quest_evolve_sewaddle_singular": "วิวัฒนาการคูรูมีรุ", - "quest_title_quest_evolve_shelgon_singular": "วิวัฒนาการโคโมรู", - "quest_title_quest_evolve_shellder_singular": "วิวัฒนาการเชลเดอร", - "quest_title_quest_evolve_shellos_singular": "วิวัฒนาการคารานะคูชิ", - "quest_title_quest_evolve_shelmet_singular": "วิวัฒนาการโชโบมากิ", - "quest_title_quest_evolve_shieldon_singular": "วิวัฒนาการทาเทท็อปส", - "quest_title_quest_evolve_shinx_singular": "วิวัฒนาการโคลิงก", - "quest_title_quest_evolve_shroomish_singular": "วิวัฒนาการคิโนโคโค", - "quest_title_quest_evolve_shuckle_singular": "วิวัฒนาการสึโบสึโบะ", - "quest_title_quest_evolve_shuppet_singular": "วิวัฒนาการคาเงะโบสึ", - "quest_title_quest_evolve_silcoon_singular": "วิวัฒนาการคาราซาลิส", - "quest_title_quest_evolve_singular": "วิวัฒนาการโปเกมอน", - "quest_title_quest_evolve_skiddo_singular": "Evolve one Skiddo", - "quest_title_quest_evolve_skiploom_singular": "วิวัฒนาการโพพ็อกโกะ", - "quest_title_quest_evolve_skitty_singular": "วิวัฒนาการเอเนโค", - "quest_title_quest_evolve_skorupi_singular": "วิวัฒนาการสกอรป", - "quest_title_quest_evolve_skrelp_singular": "Evolve one Skrelp", - "quest_title_quest_evolve_slakoth_singular": "วิวัฒนาการนามาเคโร", - "quest_title_quest_evolve_sliggoo_singular": "Evolve one Sliggoo", - "quest_title_quest_evolve_slowpoke_plural": "วิวัฒนาการยาดง {{amount_0}} ตัว", - "quest_title_quest_evolve_slowpoke_singular": "วิวัฒนาการยาดง", - "quest_title_quest_evolve_slugma_singular": "วิวัฒนาการมักแม็ก", - "quest_title_quest_evolve_smoochum_singular": "วิวัฒนาการมุจูล", - "quest_title_quest_evolve_sneasel_singular": "วิวัฒนาการนิวลา", - "quest_title_quest_evolve_snivy_singular": "วิวัฒนาการสึทาจะ", - "quest_title_quest_evolve_snorunt_singular": "วิวัฒนาการยูกิวาราชิ", - "quest_title_quest_evolve_snover_singular": "วิวัฒนาการยูกิคาบูริ", - "quest_title_quest_evolve_snubbull_singular": "วิวัฒนาการบูล", - "quest_title_quest_evolve_solosis_singular": "วิวัฒนาการยูนิรัน", - "quest_title_quest_evolve_spearow_singular": "วิวัฒนาการโอนิสึซึเมะ", - "quest_title_quest_evolve_special_drowzee": "วิวัฒนาการสลีป", - "quest_title_quest_evolve_special_feebas_singular": "วิวัฒนาการฮินบาส", - "quest_title_quest_evolve_special_galarian_mrmime": "วิวัฒนาการกาลารบารเรียด", - "quest_title_quest_evolve_special_galarian_slowpoke": "วิวัฒนาการกาลารยาดง", - "quest_title_quest_evolve_special_grimer": "วิวัฒนาการเบโตเบตา", - "quest_title_quest_evolve_special_magnemite": "วิวัฒนาการคอยล", - "quest_title_quest_evolve_special_scyther": "วิวัฒนาการสไตรค", - "quest_title_quest_evolve_special0_singular": "วิวัฒนาการคอยคิง", - "quest_title_quest_evolve_special1_plural": "วิวัฒนาการปอปโปะ {{amount_0}} ตัว", - "quest_title_quest_evolve_special1_singular": "วิวัฒนาการทัททู", - "quest_title_quest_evolve_special2_singular": "วิวัฒนาการเนียส", - "quest_title_quest_evolve_spewpa_singular": "Evolve one Spewpa", - "quest_title_quest_evolve_spheal_singular": "วิวัฒนาการทามาซาราชิ", - "quest_title_quest_evolve_spinarak_singular": "วิวัฒนาการอิโตมารุ", - "quest_title_quest_evolve_spoink_singular": "วิวัฒนาการบาเนบู", - "quest_title_quest_evolve_spritzee_singular": "Evolve one Spritzee", - "quest_title_quest_evolve_squirtle_singular": "วิวัฒนาการเซนิกาเมะ", - "quest_title_quest_evolve_staravia_singular": "วิวัฒนาการมุคูเบิรด", - "quest_title_quest_evolve_starly_singular": "วิวัฒนาการมุคคูรุ", - "quest_title_quest_evolve_staryu_singular": "วิวัฒนาการฮิโตเดมัน", - "quest_title_quest_evolve_steelix_singular": "วิวัฒนาการฮากาเนล", - "quest_title_quest_evolve_stunky_singular": "วิวัฒนาการสกังพู", - "quest_title_quest_evolve_sunkern_singular": "วิวัฒนาการฮิมานัทส", - "quest_title_quest_evolve_sunstone_singular": "ใชหินพระอาทิตยเพื่อวิวัฒนาการ", - "quest_title_quest_evolve_surskit_singular": "วิวัฒนาการอาเมทามะ", - "quest_title_quest_evolve_swablu_singular": "วิวัฒนาการทิลทโท", - "quest_title_quest_evolve_swadloon_singular": "วิวัฒนาการคูรูมายุ", - "quest_title_quest_evolve_swinub_singular": "วิวัฒนาการอุริมู", - "quest_title_quest_evolve_swirlix_singular": "Evolve one Swirlix", - "quest_title_quest_evolve_taillow_singular": "วิวัฒนาการสึบาเมะ", - "quest_title_quest_evolve_tangela_singular": "วิวัฒนาการมอนจารา", - "quest_title_quest_evolve_teddiursa_singular": "วิวัฒนาการฮิเมกุมะ", - "quest_title_quest_evolve_tentacool_singular": "วิวัฒนาการเมโนคุราเกะ", - "quest_title_quest_evolve_tepig_singular": "วิวัฒนาการโพคาบู", - "quest_title_quest_evolve_timburr_singular": "วิวัฒนาการด็อคโคเรอร", - "quest_title_quest_evolve_tirtouga_singular": "วิวัฒนาการโปรโตกา", - "quest_title_quest_evolve_togepi_singular": "วิวัฒนาการโทเกป", - "quest_title_quest_evolve_togetic_singular": "วิวัฒนาการโทเกชิก", - "quest_title_quest_evolve_torchic_singular": "วิวัฒนาการอาชาโม", - "quest_title_quest_evolve_totodile": "วิวัฒนาการวานิโนโกะ", - "quest_title_quest_evolve_totodile_singular": "วิวัฒนาการวานิโนโกะ", - "quest_title_quest_evolve_tranquill_singular": "วิวัฒนาการฮาโทโบ", - "quest_title_quest_evolve_trapinch_singular": "วิวัฒนาการนัคครา", - "quest_title_quest_evolve_treecko_singular": "วิวัฒนาการคิโมริ", - "quest_title_quest_evolve_trubbish_singular": "วิวัฒนาการยาบุคุรอน", - "quest_title_quest_evolve_turtwig_singular": "วิวัฒนาการนาเอเติล", - "quest_title_quest_evolve_tympole_singular": "วิวัฒนาการโอทามาโร", - "quest_title_quest_evolve_tynamo_singular": "วิวัฒนาการชิบิชิราซึ", - "quest_title_quest_evolve_type_dark_plural": "วิวัฒนาการโปเกมอนประเภทความมืด {{amount_0}} ตัว", - "quest_title_quest_evolve_type_dragon_plural": "วิวัฒนาการโปเกมอนประเภทมังกร {{amount_0}} ตัว", - "quest_title_quest_evolve_type_dragon_singular": "วิวัฒนาการโปเกมอนประเภทมังกร", - "quest_title_quest_evolve_type_electric_plural": "วิวัฒนาการโปเกมอนประเภทไฟฟา {{amount_0}} ตัว", - "quest_title_quest_evolve_type_electric_singular": "วิวัฒนาการโปเกมอนประเภทไฟฟา", - "quest_title_quest_evolve_type_fairy_plural": "วิวัฒนาการโปเกมอนประเภทแฟรี่ {{amount_0}} ตัว", - "quest_title_quest_evolve_type_fairy_singular": "วิวัฒนาการโปเกมอนประเภทแฟรี่", - "quest_title_quest_evolve_type_fire_plural": "วิวัฒนาการโปเกมอนประเภทไฟ {{amount_0}} ตัว", - "quest_title_quest_evolve_type_fire_singular": "วิวัฒนาการโปเกมอนประเภทไฟ", - "quest_title_quest_evolve_type_flying_plural": "วิวัฒนาการโปเกมอนประเภทบิน {{amount_0}} ตัว", - "quest_title_quest_evolve_type_flying_singular": "วิวัฒนาการโปเกมอนประเภทบิน", - "quest_title_quest_evolve_type_ghost_plural": "วิวัฒนาการโปเกมอนประเภทผี {{amount_0}} ตัว", - "quest_title_quest_evolve_type_ghost_single": "วิวัฒนาการโปเกมอนประเภทผี", - "quest_title_quest_evolve_type_grass_plural": "วิวัฒนาการโปเกมอนประเภทหญา {{amount_0}} ตัว", - "quest_title_quest_evolve_type_grass_singular": "วิวัฒนาการโปเกมอนประเภทหญา", - "quest_title_quest_evolve_type_ice_plural": "วิวัฒนาการโปเกมอนประเภทน้ำแข็ง {{amount_0}} ตัว", - "quest_title_quest_evolve_type_ice_singular": "วิวัฒนาการโปเกมอนประเภทน้ำแข็ง", - "quest_title_quest_evolve_type_poison_plural": "วิวัฒนาการโปเกมอนประเภทพิษ {{amount_0}} ตัว", - "quest_title_quest_evolve_type_psychic_plural": "วิวัฒนาการโปเกมอนประเภทพลังจิต {{amount_0}} ตัว", - "quest_title_quest_evolve_type_psychic_singular": "วิวัฒนาการโปเกมอนประเภทพลังจิต", - "quest_title_quest_evolve_type_rock_plural": "วิวัฒนาการโปเกมอนประเภทหิน {{amount_0}} ตัว", - "quest_title_quest_evolve_type_steel_plural": "วิวัฒนาการโปเกมอนประเภทโลหะ {{amount_0}} ตัว", - "quest_title_quest_evolve_type_water_plural": "วิวัฒนาการโปเกมอนประเภทน้ำ {{amount_0}} ตัว", - "quest_title_quest_evolve_type_water_singular": "วิวัฒนาการโปเกมอนประเภทน้ำ", - "quest_title_quest_evolve_tyrogue_singular": "วิวัฒนาการบัลกี", - "quest_title_quest_evolve_tyrunt_singular": "Evolve one Tyrunt", - "quest_title_quest_evolve_umbreon": "วิวัฒนาการอีวุยเปนแบล็กกี ในตอนกลางคืน", - "quest_title_quest_evolve_vanillish_singular": "วิวัฒนาการวานิริช", - "quest_title_quest_evolve_vanillite_singular": "วิวัฒนาการวานิเพ็ตติ", - "quest_title_quest_evolve_venipede_singular": "วิวัฒนาการฟูชิเดะ", - "quest_title_quest_evolve_venonat_singular": "วิวัฒนาการคองปง", - "quest_title_quest_evolve_vibrava_singular": "วิวัฒนาการวิบราวา", - "quest_title_quest_evolve_vigoroth_singular": "วิวัฒนาการยารุคิโมโนะ", - "quest_title_quest_evolve_volbeat_singular": "วิวัฒนาการบารูบีท", - "quest_title_quest_evolve_voltorb_singular": "วิวัฒนาการบิริริดามา", - "quest_title_quest_evolve_vullaby_singular": "วิวัฒนาการวัลไจ", - "quest_title_quest_evolve_vulpix_singular": "วิวัฒนาการโรคอน", - "quest_title_quest_evolve_wailmer_singular": "วิวัฒนาการเวลโกะ", - "quest_title_quest_evolve_wartortle_singular": "วิวัฒนาการคาเมล", - "quest_title_quest_evolve_weedle_singular": "วิวัฒนาการบีเดิล", - "quest_title_quest_evolve_weepinbell_singular": "วิวัฒนาการอุซึดง", - "quest_title_quest_evolve_whirlipede_singular": "วิวัฒนาการวีกา", - "quest_title_quest_evolve_whismur_singular": "วิวัฒนาการโกเนียวเนียว", - "quest_title_quest_evolve_wingull_singular": "วิวัฒนาการคาโมเมะ", - "quest_title_quest_evolve_woobat_singular": "วิวัฒนาการโคโรโมริ", - "quest_title_quest_evolve_wooper_singular": "วิวัฒนาการอูปา", - "quest_title_quest_evolve_wurmple_singular": "วิวัฒนาการเคมุตโสะ", - "quest_title_quest_evolve_wynaut_singular": "วิวัฒนาการโซนาโนะ", - "quest_title_quest_evolve_yamask_singular": "วิวัฒนาการเดธมาส", - "quest_title_quest_evolve_yanma_singular": "วิวัฒนาการยันยันมา", - "quest_title_quest_evolve_zigzagoon_singular": "วิวัฒนาการจิกุซากุมะ", - "quest_title_quest_evolve_zorua_singular": "วิวัฒนาการโซรัว", - "quest_title_quest_evolve_zubat_singular": "วิวัฒนาการซูแบท", - "quest_title_quest_evolve_zweilous_singular": "วิวัฒนาการจิเฮด", - "quest_title_quest_explore_buddy": "ไดรับลูกอมจากการเดินสำรวจกับคูหูของคุณ", - "quest_title_quest_explore_buddy_carbink": "ไดรับลูกอมจากการเดินสำรวจกับเมเลซีที่เปนคูหู", - "quest_title_quest_explore_buddy_plural": "ไดรับลูกอม {{amount_0}} เม็ดจากการเดินสำรวจกับคูหูของคุณ", - "quest_title_quest_explore_buddy_routes_plural": "ไดรับลูกอม {{amount_0}} เม็ด ระหวางสำรวจ ”เสนทาง” กับคูหูของคุณ", - "quest_title_quest_explore_buddy_routes_singular": "ไดรับลูกอมระหวางเดินสำรวจ ”เสนทาง” กับคูหูของคุณ", - "quest_title_quest_explore_km": "สำรวจ {{amount_0}} กม.", - "quest_title_quest_explore_km_party": "สำรวจ {{amount_0}} กม. ระหวางเลนแบบปารตี้", - "quest_title_quest_febresearchday_battle_gym_singular": "งานวิจัยปาลูลุ : แบตเทิลที่ยิม", - "quest_title_quest_febresearchday_battle_raid_singular": "งานวิจัยปาลูลุ : แบตเทิลตีบอส", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "งานวิจัยปาลูลุ : ใชทาโจมตีชารจใหไดผลดีเยี่ยมในยิมแบตเทิล", - "quest_title_quest_febresearchday_catch_feed_plural": "งานวิจัยปาลูลุ : ใชผลไมชวยในการจับโปเกมอน {{amount_0}} ผล", - "quest_title_quest_febresearchday_catch_special1_singular": "งานวิจัยปาลูลุ : จับคอยคิงหรือเวลโกะ", - "quest_title_quest_febresearchday_catch_special2_singular": "งานวิจัยปาลูลุ : จับโคดักหรือแครบ", - "quest_title_quest_febresearchday_catch_type_water_plural": "งานวิจัยปาลูลุ : จับโปเกมอนประเภทน้ำ {{amount_0}} ตัว", - "quest_title_quest_febresearchday_evolve_type_water_plural": "งานวิจัยปาลูลุ : วิวัฒนาการโปเกมอนประเภทน้ำ {{amount_0}} ตัว", - "quest_title_quest_febresearchday_land_curveball_plural": "งานวิจัยปาลูลุ : ทำการขวางบอลโคง {{amount_0}} ครั้ง", - "quest_title_quest_febresearchday_land_great_plural": "งานวิจัยปาลูลุ : ทำการขวางไดเยี่ยม {{amount_0}} ครั้ง", - "quest_title_quest_febresearchday_land_inarow_great_plural": "งานวิจัยปาลูลุ : ทำการขวางไดเยี่ยม {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "งานวิจัยปาลูลุ : ทำการขวางไดดี {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_febresearchday_land_nice_plural": "งานวิจัยปาลูลุ : ทำการขวางไดดี {{amount_0}} ครั้ง", - "quest_title_quest_febresearchday_visit_pokestops_plural": "งานวิจัยปาลูลุ : หมุนเสาโปเกสต็อป {{amount_0}} ครั้ง", - "quest_title_quest_feed_buddy_multiple": "ปอนของวางใหคูหู {{amount_0}} ครั้ง", - "quest_title_quest_feed_buddy_singular": "ปอนของวางใหคูหู", - "quest_title_quest_feed_goldenrazz_plural": "ใชผลราสสีทองชวยในการจับโปเกมอน {{amount_0}} ผล", - "quest_title_quest_feed_nanab_plural": "ใชผลนานาขณะจับโปเกมอน {{amount_0}} ผล", - "quest_title_quest_feed_pinaps_plural": "ใชผลไพนขณะจับโปเกมอน {{amount_0}} ผล", - "quest_title_quest_feed_razz_plural": "ใชผลราสชวยในการจับโปเกมอน {{amount_0}} ผล", - "quest_title_quest_fennekin_catch_b": "จับฟอกโกะ {{amount_0}} ตัว", - "quest_title_quest_fennekin_evolve_b": "วิวัฒนาการฟอกโกะ {{amount_0}} ตัว", - "quest_title_quest_fennekin_snapshot_b": "ถายภาพฟอกโกะ {{amount_0}} ภาพ", - "quest_title_quest_field_research_plural": "ทำภารกิจงานวิจัยภาคสนามเสร็จสิ้น {{amount_0}} ภารกิจ", - "quest_title_quest_field_research_singular": "ทำภารกิจงานวิจัยภาคสนามเสร็จสิ้น", - "quest_title_quest_fight_type_bug_plural": "เอาชนะโปเกมอนประเภทแมลง {{amount_0}} ตัว", - "quest_title_quest_fight_type_dark_plural": "เอาชนะโปเกมอนประเภทความมืด {{amount_0}} ตัว", - "quest_title_quest_fight_type_dark_steel_plural": "เอาชนะโปเกมอนประเภทความมืดหรือโลหะ {{amount_0}} ตัว", - "quest_title_quest_fight_type_dragon_plural": "เอาชนะโปเกมอนประเภทมังกร {{amount_0}} ตัว", - "quest_title_quest_fight_type_electric_plural": "เอาชนะโปเกมอนประเภทไฟฟา {{amount_0}} ตัว", - "quest_title_quest_fight_type_fairy_plural": "เอาชนะโปเกมอนประเภทแฟรี่ {{amount_0}} ตัว", - "quest_title_quest_fight_type_fighting_plural": "เอาชนะโปเกมอนประเภทตอสู {{amount_0}} ตัว", - "quest_title_quest_fight_type_fire_plural": "เอาชนะโปเกมอนประเภทไฟ {{amount_0}} ตัว", - "quest_title_quest_fight_type_flying_plural": "เอาชนะโปเกมอนประเภทบิน {{amount_0}} ตัว", - "quest_title_quest_fight_type_ghost_fighting_plural": "เอาชนะโปเกมอนประเภทตอสูหรือผี {{amount_0}} ตัว", - "quest_title_quest_fight_type_ghost_plural": "เอาชนะโปเกมอนประเภทผี {{amount_0}} ตัว", - "quest_title_quest_fight_type_ghost_psychic_plural": "เอาชนะโปเกมอนประเภทพลังจิตหรือผี {{amount_0}} ตัว", - "quest_title_quest_fight_type_grass_plural": "เอาชนะโปเกมอนประเภทหญา {{amount_0}} ตัว", - "quest_title_quest_fight_type_ground_plural": "เอาชนะโปเกมอนประเภทดิน {{amount_0}} ตัว", - "quest_title_quest_fight_type_ice_plural": "เอาชนะโปเกมอนประเภทน้ำแข็ง {{amount_0}} ตัว", - "quest_title_quest_fight_type_normal_plural": "เอาชนะโปเกมอนประเภทปกติ {{amount_0}} ตัว", - "quest_title_quest_fight_type_normal_psychic_plural": "เอาชนะโปเกมอนประเภทปกติหรือพลังจิต {{amount_0}} ตัว", - "quest_title_quest_fight_type_poison_plural": "เอาชนะโปเกมอนประเภทพิษ {{amount_0}} ตัว", - "quest_title_quest_fight_type_psychic_plural": "เอาชนะโปเกมอนประเภทพลังจิต {{amount_0}} ตัว", - "quest_title_quest_fight_type_rock_plural": "เอาชนะโปเกมอนประเภทหิน {{amount_0}} ตัว", - "quest_title_quest_fight_type_steel_plural": "เอาชนะโปเกมอนประเภทโลหะ {{amount_0}} ตัว", - "quest_title_quest_fight_type_water_plural": "เอาชนะโปเกมอนประเภทน้ำ {{amount_0}} ตัว", - "quest_title_quest_first_catch_of_the_day": "การจับครั้งแรกของวัน", - "quest_title_quest_first_pokestop_of_the_day": "เสาโปเกสต็อปที่แรกของวัน", - "quest_title_quest_flaaffy_evolve_b": "วิวัฒนาการโมโคโค {{amount_0}} ตัว", - "quest_title_quest_flett_catch_b": "จับยายาโคมะ {{amount_0}} ตัว", - "quest_title_quest_flett_evolve_b": "วิวัฒนาการยายาโคมะ {{amount_0}} ตัว", - "quest_title_quest_flett_evolve_s1": "วิวัฒนาการฮิโนยาโคมะ {{amount_0}} ตัว", - "quest_title_quest_floragato_evolve_b": "วิวัฒนาการเนียโรเต", - "quest_title_quest_fraxure_evolve_b": "วิวัฒนาการโอโนนโดะ {{amount_0}} ตัว", - "quest_title_quest_froakie_catch_b": "จับเคโรมัตซึ {{amount_0}} ตัว", - "quest_title_quest_froakie_evolve_b": "วิวัฒนาการเคโรมัตซึ {{amount_0}} ตัว", - "quest_title_quest_froakie_snapshot_b": "ถายภาพเคโรมัตซึ {{amount_0}} ภาพ", - "quest_title_quest_frogadier_evolve_b": "วิวัฒนาการเกโคกาชิระ {{amount_0}} ตัว", - "quest_title_quest_fuecoco_evolve_b": "วิวัฒนาการโฮเกเตอร", - "quest_title_quest_fuse_necrozma": "รวมรางเนครอสมา", - "quest_title_quest_gbl_rank": "ไปถึงแรงก {{amount_0}} ในโกแบตเทิลลีก", - "quest_title_quest_gbl_rank_fifteen": "ไปถึงแรงก 15 ในโกแบตเทิลลีก", - "quest_title_quest_gbl_rank_five": "ไปถึงแรงก 5 ในโกแบตเทิลลีก", - "quest_title_quest_gbl_rank_ten": "ไปถึงแรงก 10 ในโกแบตเทิลลีก", - "quest_title_quest_gbl_rank_twenty": "ไปถึงแรงก 20 ในโกแบตเทิลลีก", - "quest_title_quest_get_cell_singular": "คนหาซีการดเซลล", - "quest_title_quest_giblt_catch_b": "จับฟุคามารุ {{amount_0}} ตัว", - "quest_title_quest_giblt_evolve_b": "วิวัฒนาการฟุคามารุ {{amount_0}} ตัว", - "quest_title_quest_giblt_evolve_s1": "วิวัฒนาการกาไบต {{amount_0}} ตัว", - "quest_title_quest_gift_open_plural": "เปดของขวัญ {{amount_0}} ชิ้น", - "quest_title_quest_gift_open_singular": "เปดของขวัญ", - "quest_title_quest_go_for_a_spin_00": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (1/8)", - "quest_title_quest_go_for_a_spin_01": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (2/8)", - "quest_title_quest_go_for_a_spin_02": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (3/8)", - "quest_title_quest_go_for_a_spin_03": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (4/8)", - "quest_title_quest_go_for_a_spin_04": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (5/8)", - "quest_title_quest_go_for_a_spin_05": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (6/8)", - "quest_title_quest_go_for_a_spin_06": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (7/8)", - "quest_title_quest_go_for_a_spin_07": "หมุนแผนภาพเสาโปเกสต็อปพัทชีล (8/8)", - "quest_title_quest_go_tour_snapshot_habitat_01": "ถายภาพคูหูในธีมทะเลทรายรอนระอุ", - "quest_title_quest_go_tour_snapshot_habitat_02": "ถายภาพคูหูในธีมมานหมอกพิศวง", - "quest_title_quest_go_tour_snapshot_habitat_03": "ถายภาพคูหูในธีมผืนดินเขียวขจี", - "quest_title_quest_go_tour_snapshot_habitat_04": "ถายภาพคูหูในธีมชายฝ่งโบราณ", - "quest_title_quest_gold_hoenn_dex": "ไดรับเหรียญรางวัลโฮเอ็นสีทอง", - "quest_title_quest_gold_medal_plural": "มีเหรียญรางวัลทอง {{amount_0}} เหรียญ", - "quest_title_quest_gold_medal_plural_five": "มีเหรียญรางวัลทอง 5 เหรียญ", - "quest_title_quest_gold_medal_singular": "มีเหรียญรางวัลทอง", - "quest_title_quest_goomy_catch_b": "จับนูเมรา {{amount_0}} ตัว", - "quest_title_quest_goomy_evolve_b_plural": "วิวัฒนาการนูเมรา {{amount_0}} ตัว", - "quest_title_quest_goomy_evolve_b_singular": "วิวัฒนาการนูเมรา", - "quest_title_quest_grookey_evolve": "วิวัฒนาการซารุโนริ", - "quest_title_quest_grubbin_catch_b": "จับอโกจิมูชิ {{amount_0}} ตัว", - "quest_title_quest_grubbin_evolve_b": "วิวัฒนาการอโกจิมูชิ {{amount_0}} ตัว", - "quest_title_quest_grubbin_snapshot_b": "ถายภาพอโกจิมูชิ {{amount_0}} ภาพ", - "quest_title_quest_gt_catch_b": "จับโกส {{amount_0}} ตัว", - "quest_title_quest_gt_evolve_b": "วิวัฒนาการโกส {{amount_0}} ตัว", - "quest_title_quest_gt_evolve_s1": "วิวัฒนาการโกสท {{amount_0}} ตัว", - "quest_title_quest_gulpin_catch": "จับโกคูลิน {{amount_0}} ตัว", - "quest_title_quest_gurdurr_evolve_b": "วิวัฒนาการโดเท็คคทซึ {{amount_0}} ตัว", - "quest_title_quest_hallo19_catch_specific_plural": "จับโปชิเอนาหรือเดลวิล {{amount_0}} ตัว", - "quest_title_quest_hallo19_catch_type_dark_plural": "จับโปเกมอนประเภทความมืด {{amount_0}} ตัว", - "quest_title_quest_hallo19_catch_type_ghost_plural": "จับโปเกมอนประเภทผี {{amount_0}} ตัว", - "quest_title_quest_hallo19_evolve_plural": "วิวัฒนาการโยมาวารุหรือคาเงะโบสึ {{amount_0}} ตัว", - "quest_title_quest_hallo19_transfer_plural": "ถายโอนโปเกมอน {{amount_0}} ตัว", - "quest_title_quest_hatch_egg_plural": "ฟกไข {{amount_0}} ใบ", - "quest_title_quest_hatch_egg_routes_plural": "ฟกไข {{amount_0}} ใบ ระหวางเดินตาม ”เสนทาง”", - "quest_title_quest_hatch_egg_routes_singular": "ฟกไขระหวางเดินตาม ”เสนทาง”", - "quest_title_quest_hatch_egg_singular": "ฟกไข 1 ใบ", - "quest_title_quest_hoenn_celebration_research": "งานวิจัยเฉลิมฉลองโฮเอ็น", - "quest_title_quest_hoenn19_catch_specific_plural": "เทศกาลเฉลิมฉลองโฮเอ็น : จับจิกุซากุมะหรือสึบาเมะ {{amount_0}} ตัว", - "quest_title_quest_hoenn19_evolve_specific_plural": "เทศกาลเฉลิมฉลองโฮเอ็น : วิวัฒนาการเคมุตโสะ {{amount_0}} ตัว", - "quest_title_quest_hoenn19_hatch_eggs": "เทศกาลเฉลิมฉลองโฮเอ็น : ฟกไข {{amount_0}} ใบ", - "quest_title_quest_hoppt_catch_b": "จับฮาเน็กโกะ {{amount_0}} ตัว", - "quest_title_quest_hoppt_evolve_b": "วิวัฒนาการฮาเน็กโกะ {{amount_0}} ตัว", - "quest_title_quest_hoppt_evolve_s1": "วิวัฒนาการโพพ็อกโกะ {{amount_0}} ตัว", - "quest_title_quest_incense_or_dai_plural": "ใชเครื่องหอมหรือเครื่องหอมรายวัน {{amount_0}} ชิ้น", - "quest_title_quest_incense_or_dai_singular": "ใชเครื่องหอมหรือเครื่องหอมรายวัน", - "quest_title_quest_incense_plural": "ใชเครื่องหอม {{amount_0}} อัน", - "quest_title_quest_incense_routes_plural": "ใชเครื่องหอม {{amount_0}} ชิ้น ระหวางเดินตาม ”เสนทาง”", - "quest_title_quest_incense_routes_singular": "ใชเครื่องหอมระหวางเดินตาม ”เสนทาง”", - "quest_title_quest_incense_singular": "ใชเครื่องหอม", - "quest_title_quest_jan19rsd_buddywalk_singular": "งานวิจัยฮินบาส : ไดรับลูกอมจากคูหู 1 เม็ด", - "quest_title_quest_jan19rsd_hatch_egg_singular": "งานวิจัยฮินบาส : ฟกไข 1 ใบ", - "quest_title_quest_jan19rsd_land_great_plural": "งานวิจัยฮินบาส : ทำการขวางไดเยี่ยม {{amount_0}} ครั้ง", - "quest_title_quest_jan19rsd_land_nice_plural": "งานวิจัยฮินบาส : ทำการขวางไดดี {{amount_0}} ครั้ง", - "quest_title_quest_johtofestival_catch_special17_plural": "เทศกาลโจโตะ : จับฮิมานัทส {{amount_0}} ตัว", - "quest_title_quest_johtofestival_catch_type_water_plural": "เทศกาลโจโตะ : จับโปเกมอนประเภทน้ำ {{amount_0}} ตัว", - "quest_title_quest_johtofestival_evolve_plural": "เทศกาลโจโตะ : วิวัฒนาการฮิมานัทสหรือเนที {{amount_0}} ตัว", - "quest_title_quest_johtofestival_land_excellent_plural": "เทศกาลโจโตะ : ทำการขวางไดสุดยอด {{amount_0}} ครั้ง", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "เทศกาลโจโตะ : ทำการขวางบอลโคงไดเยี่ยม {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_johtofestival_win_raid_singular": "เทศกาลโจโตะ : ชนะการตีบอส", - "quest_title_quest_kanto_green_bellsprout": "GO Tour: จับมาดาซึโบมิ", - "quest_title_quest_kanto_green_meowth": "GO Tour: จับเนียส", - "quest_title_quest_kanto_green_sandshrew": "GO Tour: จับแซนด", - "quest_title_quest_kanto_green_vulpix": "GO Tour: จับโรคอน", - "quest_title_quest_kanto_hatch_plural": "GO Tour คันโต: ฟกไข {{amount_0}} ฟอง", - "quest_title_quest_kanto_hatch_singular": "GO Tour คันโต: ฟกไข", - "quest_title_quest_kanto_npc_plural": "GO Tour คันโต: เอาชนะผูทาชิง GO Tour {{amount_0}} คน", - "quest_title_quest_kanto_npc_singular": "GO Tour คันโต: เอาชนะผูทาชิง GO Tour", - "quest_title_quest_kanto_red_ekans": "GO Tour: จับอารโบ", - "quest_title_quest_kanto_red_growlithe": "GO Tour: จับการดี", - "quest_title_quest_kanto_red_mankey": "GO Tour: จับแมนคี", - "quest_title_quest_kanto_red_oddish": "GO Tour: จับนาโซโนะคุสะ", - "quest_title_quest_kecleon_catch": "จับคาคุเลียน {{amount_0}} ตัว", - "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "ทำการขวางบอลโคงใสโปเกมอนประเภทผี {{amount_0}} ครั้ง", - "quest_title_quest_land_curveball_plural": "ทำการขวางบอลโคง {{amount_0}} ครั้ง", - "quest_title_quest_land_curveball_singular": "ทำการขวางบอลโคง", - "quest_title_quest_land_excellent_curveball_plural": "ทำการขวางบอลโคงไดสุดยอด {{amount_0}} ครั้ง", - "quest_title_quest_land_excellent_curveball_singular": "ทำการขวางบอลโคงไดสุดยอด", - "quest_title_quest_land_excellent_plural": "ทำการขวางไดสุดยอด {{amount_0}} ครั้ง", - "quest_title_quest_land_excellent_singular": "ทำการขวางไดสุดยอด", - "quest_title_quest_land_great_curve_inarow_type_ghost": "ทำการขวางบอลโคงไดเยี่ยมใสโปเกมอนประเภทผี {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_land_great_curve_type_ghost": "ทำการขวางบอลโคงไดเยี่ยมใสโปเกมอนประเภทผี {{amount_0}} ครั้ง", - "quest_title_quest_land_great_curveball_plural": "ทำการขวางบอลโคงไดเยี่ยม {{amount_0}} ครั้ง", - "quest_title_quest_land_great_curveball_singular": "ทำการขวางบอลโคงไดเยี่ยม", - "quest_title_quest_land_great_plural": "ทำการขวางไดเยี่ยม {{amount_0}} ครั้ง", - "quest_title_quest_land_great_singular": "ทำการขวางไดเยี่ยม", - "quest_title_quest_land_great_type_ghost": "ทำการขวางไดเยี่ยมใสโปเกมอนประเภทผี {{amount_0}} ครั้ง", - "quest_title_quest_land_inarow_curveball_plural": "ทำการขวางบอลโคง {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_land_inarow_excellent_curveball_plural": "ทำการขวางบอลโคงไดสุดยอด {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_land_inarow_excellent_plural": "ทำการขวางไดสุดยอด {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_land_inarow_great_curveball_plural": "ทำการขวางบอลโคงไดเยี่ยม {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_land_inarow_great_plural": "ทำการขวางไดเยี่ยม {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_land_inarow_nice_curveball_plural": "ทำการขวางบอลโคงไดดี {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_land_inarow_nice_plural": "ทำการขวางไดดี {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "ทำการขวางบอลโคงไดดีใสโปเกมอนประเภทผี {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_land_nice_curve_plural": "ทำการขวางบอลโคงไดดี {{amount_0}} ครั้ง", - "quest_title_quest_land_nice_curve_singular": "ทำการขวางบอลโคงไดดี", - "quest_title_quest_land_nice_curve_type_ghost": "ทำการขวางบอลโคงไดดีใสโปเกมอนประเภทผี {{amount_0}} ครั้ง", - "quest_title_quest_land_nice_electric_plural": "จับโปเกมอนประเภทไฟฟาดวยการขวางไดดี {{amount_0}} ตัว", - "quest_title_quest_land_nice_plural": "ทำการขวางไดดี {{amount_0}} ครั้ง", - "quest_title_quest_land_nice_singular": "ทำการขวางไดดี", - "quest_title_quest_land_nice_type_ghost": "ทำการขวางไดดีใสโปเกมอนประเภทผี {{amount_0}} ครั้ง", - "quest_title_quest_larvitar_cdc_evolve_b": "วิวัฒนาการโยกิราส {{amount_0}} ตัว", - "quest_title_quest_larvitar_cdc_snapshot_b": "ถายภาพโยกิราส {{amount_0}} ภาพ", - "quest_title_quest_latias_wild_snap": "ถายภาพลาทิอาสที่พบในธรรมชาติ", - "quest_title_quest_latios_wild_snap": "ถายภาพลาทิโอสที่พบในธรรมชาติ", - "quest_title_quest_litten_catch_b": "จับเนียบี {{amount_0}} ตัว", - "quest_title_quest_litten_evolve_b_plural": "วิวัฒนาการเนียบี {{amount_0}} ตัว", - "quest_title_quest_litten_evolve_b_singular": "วิวัฒนาการเนียบี", - "quest_title_quest_litten_snapshot_b": "ถายภาพเนียบี {{amount_0}} ภาพ", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "แบตเทิลกับเทรนเนอรในพื้นที่ดวยการสแกนรหัสแบตเทิล", - "quest_title_quest_lucky_plural": "ไดรับโปเกมอนนำโชค {{amount_0}} ตัว", - "quest_title_quest_lucky_singular": "ไดรับโปเกมอนนำโชค", - "quest_title_quest_lunar19_friends_trade_plural": "แลกเปลี่ยนโปเกมอนกับเพื่อน {{amount_0}} ตัว", - "quest_title_quest_macht_catch_b": "จับวันริกี {{amount_0}} ตัว", - "quest_title_quest_macht_evolve_b": "วิวัฒนาการวันริกี {{amount_0}} ตัว", - "quest_title_quest_macht_evolve_s1": "วิวัฒนาการโกริกี {{amount_0}} ตัว", - "quest_title_quest_magit_catch_b": "จับคอยคิง {{amount_0}} ตัว", - "quest_title_quest_magit_evolve_b": "วิวัฒนาการคอยคิง {{amount_0}} ตัว", - "quest_title_quest_magmt_catch_b": "จับบูเบอร {{amount_0}} ตัว", - "quest_title_quest_magmt_evolve_b": "วิวัฒนาการบูเบอร {{amount_0}} ตัว", - "quest_title_quest_mareep_catch_b": "จับเมรีป {{amount_0}} ตัว", - "quest_title_quest_mareep_evolve_b": "วิวัฒนาการเมรีป {{amount_0}} ตัว", - "quest_title_quest_mareep_snapshot_b": "ถายภาพเมรีป {{amount_0}} ภาพ", - "quest_title_quest_mega_evo_primal_rev_plural": "ใหโปเกมอนคืนสูตนกำเนิด หรือ วิวัฒนาการเมกาโปเกมอน {{amount_0}} ครั้ง", - "quest_title_quest_mega_evo_primal_rev_singular": "ใหโปเกมอนคืนสูตนกำเนิด หรือ วิวัฒนาการเมกาโปเกมอน", - "quest_title_quest_mega_evolve_beedrill": "วิวัฒนาการเมกาสเปยร", - "quest_title_quest_mega_evolve_blastoise": "วิวัฒนาการเมกาคาเม็กซ", - "quest_title_quest_mega_evolve_charizard": "วิวัฒนาการเมกาลิซารดอน", - "quest_title_quest_mega_evolve_diancie": "วิวัฒนาการเมกาดีแอนซี", - "quest_title_quest_mega_evolve_plural": "วิวัฒนาการเมกาโปเกมอน {{amount_0}} ตัว", - "quest_title_quest_mega_evolve_rayquaza": "วิวัฒนาการเมกาเร็คควอซา", - "quest_title_quest_mega_evolve_singular": "วิวัฒนาการเมกาโปเกมอน", - "quest_title_quest_mega_evolve_venusaur": "วิวัฒนาการเมกาฟุชิกิบานะ", - "quest_title_quest_mega_join_raid_plural": "เขารวมตีบอสเมกา {{amount_0}} ครั้ง", - "quest_title_quest_mega_join_raid_singular": "เขารวมตีบอสเมกา", - "quest_title_quest_mega_win_raid_plural": "ชนะตีบอสเมกา {{amount_0}} ครั้ง", - "quest_title_quest_mega_win_raid_singular": "ชนะตีบอสเมกา", - "quest_title_quest_mesprit_wild_snap": "ถายภาพเอ็มริตที่พบในธรรมชาติ", - "quest_title_quest_metang_evolve_b_singular": "วิวัฒนาการเมแทงก", - "quest_title_quest_more_reseach_coming_soon": "คำรองงานวิจัยจะมีมาอีกในเร็ว ๆ นี้!", - "quest_title_quest_mudkt_catch_b": "จับมิซึโกโร {{amount_0}} ตัว", - "quest_title_quest_mudkt_evolve_b": "วิวัฒนาการมิซึโกโร {{amount_0}} ตัว", - "quest_title_quest_mudkt_evolve_s1": "วิวัฒนาการนูมาโคร {{amount_0}} ตัว", - "quest_title_quest_new_friends_plural": "หาเพื่อนใหม {{amount_0}} คน", - "quest_title_quest_new_friends_singular": "หาเพื่อนใหม", - "quest_title_quest_noibat_catch_b": "จับออนแบท {{amount_0}} ตัว", - "quest_title_quest_noibat_evolve_b": "วิวัฒนาการออนแบท {{amount_0}} ตัว", - "quest_title_quest_noibat_snapshot_b": "ถายภาพออนแบท {{amount_0}} ภาพ", - "quest_title_quest_oshat_catch_b": "จับมิจูมารุ {{amount_0}} ตัว", - "quest_title_quest_oshat_evolve_b": "วิวัฒนาการมิจูมารุ {{amount_0}} ตัว", - "quest_title_quest_oshat_evolve_s1": "วิวัฒนาการฟุตาจิมารุ", - "quest_title_quest_party_catch_electric_type_plural": "จับโปเกมอนประเภทไฟฟา {{amount_0}} ตัวระหวางเลนแบบปารตี้", - "quest_title_quest_party_catch_electric_type_singular": "จับโปเกมอนประเภทไฟฟาระหวางเลนแบบปารตี้", - "quest_title_quest_party_catch_fire_type_plural": "จับโปเกมอนประเภทไฟ {{amount_0}} ตัวระหวางเลนแบบปารตี้", - "quest_title_quest_party_catch_fire_type_singular": "จับโปเกมอนประเภทไฟระหวางเลนแบบปารตี้", - "quest_title_quest_party_catch_normal_type_plural": "จับโปเกมอนประเภทปกติ {{amount_0}} ตัวระหวางเลนแบบปารตี้", - "quest_title_quest_party_catch_normal_type_singular": "จับโปเกมอนประเภทปกติระหวางเลนแบบปารตี้", - "quest_title_quest_party_catch_water_type_plural": "จับโปเกมอนประเภทน้ำ {{amount_0}} ตัวระหวางเลนแบบปารตี้", - "quest_title_quest_party_catch_water_type_singular": "จับโปเกมอนประเภทน้ำระหวางเลนแบบปารตี้", - "quest_title_quest_party_challenge_plural": "บรรลุคำทาปารตี้ {{amount_0}} ครั้ง", - "quest_title_quest_party_challenge_singular": "บรรลุคำทาปารตี้", - "quest_title_quest_platinum_johto_badge": "ไดรับเหรียญรางวัลโจโตะแพลทินัม", - "quest_title_quest_platinum_kanto_badge": "ไดรับเหรียญรางวัลคันโตแพลทินัม", - "quest_title_quest_platinum_medal_plural": "มีเหรียญรางวัลแพลทินัม {{amount_0}} เหรียญ", - "quest_title_quest_platinum_medal_plural_five": "มีเหรียญรางวัลแพลทินัม 5 เหรียญ", - "quest_title_quest_platinum_medal_plural_forty": "มีเหรียญรางวัลแพลทินัม 40 เหรียญ", - "quest_title_quest_platinum_medal_plural_ten": "มีเหรียญรางวัลแพลทินัม 10 เหรียญ", - "quest_title_quest_platinum_medal_plural_twenty": "มีเหรียญรางวัลแพลทินัม 20 เหรียญ", - "quest_title_quest_platinum_medal_singular": "มีเหรียญรางวัลแพลทินัม", - "quest_title_quest_play_buddy_singular": "เลนกับคูหูของคุณ", - "quest_title_quest_pokemon_appears": "พบโปเกมอน!", - "quest_title_quest_poliwag_catch_b": "จับเนียวโรโมะ {{amount_0}} ตัว", - "quest_title_quest_poliwag_evolve_b": "วิวัฒนาการเนียวโรโมะ {{amount_0}} ตัว", - "quest_title_quest_poliwag_snapshot_b": "ถายภาพเนียวโรโมะ {{amount_0}} ภาพ", - "quest_title_quest_poliwhirl_evolve_b": "วิวัฒนาการเนียวโรโซ {{amount_0}} ตัว", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "จับอชิมาริ {{amount_0}} ตัว", - "quest_title_quest_popplio_evolve_b_plural": "วิวัฒนาการอชิมาริ {{amount_0}} ตัว", - "quest_title_quest_popplio_evolve_b_singular": "วิวัฒนาการอชิมาริ", - "quest_title_quest_porygon_catch_b": "จับโพรีกอน {{amount_0}} ตัว", - "quest_title_quest_porygon_evolve_b_plural": "วิวัฒนาการโพรีกอน {{amount_0}} ตัว", - "quest_title_quest_porygon_evolve_b_singular": "วิวัฒนาการโพรีกอน", - "quest_title_quest_porygon_snapshot_b": "ถายภาพโพรีกอน {{amount_0}} ภาพ", - "quest_title_quest_porygon2_evolve_b_plural": "วิวัฒนาการโพรีกอน2 {{amount_0}} ตัว", - "quest_title_quest_porygon2_evolve_b_singular": "วิวัฒนาการโพรีกอน2", - "quest_title_quest_poryt_catch_b": "จับโพรีกอน {{amount_0}} ตัว", - "quest_title_quest_poryt_catch_s1": "จับโพรีกอน2 {{amount_0}} ตัว", - "quest_title_quest_poryt_evolve_b": "วิวัฒนาการโพรีกอน {{amount_0}} ตัว", - "quest_title_quest_poryt_evolve_s1": "วิวัฒนาการโพรีกอน2 {{amount_0}} ตัว", - "quest_title_quest_power_up_dragon_plural": "พาวเวอรอัปโปเกมอนประเภทมังกร {{amount_0}} ครั้ง", - "quest_title_quest_power_up_fire_ice": "พาวเวอรอัปโปเกมอนประเภทไฟหรือน้ำแข็ง 5 ครั้ง", - "quest_title_quest_power_up_grass_ghost": "พาวเวอรอัปโปเกมอนประเภทหญาหรือผี 5 ครั้ง", - "quest_title_quest_power_up_legendary_plural": "พาวเวอรอัปโปเกมอนในตำนาน", - "quest_title_quest_power_up_legendary_singular": "พาวเวอรอัปโปเกมอนในตำนาน", - "quest_title_quest_power_up_max_plural": "พาวเวอรอัปโปเกมอนใหถึงขีด CP สูงสุด {{amount_0}} ตัว", - "quest_title_quest_power_up_max_singular": "พาวเวอรอัปโปเกมอนใหถึงขีด CP สูงสุด", - "quest_title_quest_power_up_plural": "พาวเวอรอัปโปเกมอน {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_bug": "พาวเวอรอัปโปเกมอนประเภทแมลง {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_dark": "พาวเวอรอัปโปเกมอนประเภทความมืด {{amount_0}} ตัว", - "quest_title_quest_power_up_plural_dragon": "พาวเวอรอัปโปเกมอนประเภทมังกร {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_electric": "พาวเวอรอัปโปเกมอนประเภทไฟฟา {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_fairy": "พาวเวอรอัปโปเกมอนประเภทแฟรี่ {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_fighting": "พาวเวอรอัปโปเกมอนประเภทตอสู {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_fire": "พาวเวอรอัปโปเกมอนประเภทไฟ {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_flying": "พาวเวอรอัปโปเกมอนประเภทบิน {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_ghost": "พาวเวอรอัปโปเกมอนประเภทผี {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_grass": "พาวเวอรอัปโปเกมอนประเภทหญา {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_ground": "พาวเวอรอัปโปเกมอนประเภทดิน {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_ice": "พาวเวอรอัปโปเกมอนประเภทน้ำแข็ง {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_normal": "พาวเวอรอัปโปเกมอนประเภทปกติ {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_poison": "พาวเวอรอัปโปเกมอนประเภทพิษ {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_psychic": "พาวเวอรอัปโปเกมอนประเภทพลังจิต {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_rock": "พาวเวอรอัปโปเกมอนประเภทหิน {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_rock_fairy": "พาวเวอรอัปโปเกมอนประเภทหินหรือแฟรี่ {{amount_0}} ครั้ง", - "quest_title_quest_power_up_plural_steel": "พาวเวอรอัปโปเกมอนประเภทโลหะ {{amount_0}} ตัว", - "quest_title_quest_power_up_plural_water": "พาวเวอรอัปโปเกมอนประเภทน้ำ {{amount_0}} ครั้ง", - "quest_title_quest_power_up_poison_rock": "พาวเวอรอัปโปเกมอนประเภทพิษหรือหิน 5 ครั้ง", - "quest_title_quest_power_up_singular": "พาวเวอรอัปโปเกมอน", - "quest_title_quest_power_up_singular_marshadow": "พาวเวอรอัปมารชาโดว", - "quest_title_quest_power_up_water_normal": "พาวเวอรอัปโปเกมอนประเภทปกติหรือน้ำ 5 ครั้ง", - "quest_title_quest_primal_raid_victory_groudon": "ชนะตีบอสกราดอนตนกำเนิด", - "quest_title_quest_primal_raid_victory_kyogre": "ชนะตีบอสไคออกาตนกำเนิด", - "quest_title_quest_primal_raid_victory_plural": "ชนะตีบอสตนกำเนิด {{amount_0}} ครั้ง", - "quest_title_quest_primal_raid_victory_singular": "ชนะตีบอสตนกำเนิด", - "quest_title_quest_primal_reversion_plural": "ใหโปเกมอนคืนสูตนกำเนิด {{amount_0}} ครั้ง", - "quest_title_quest_primal_reversion_singular": "ใหโปเกมอนคืนสูตนกำเนิด", - "quest_title_quest_primal_surge_candy": "ขุมพลังตนกำเนิด: ไดรับลูกอมจากการเดินกับคูหูของคุณ", - "quest_title_quest_primal_surge_catch": "ขุมพลังตนกำเนิด: จับโปเกมอน 10 ตัว", - "quest_title_quest_primal_surge_hatch": "ขุมพลังตนกำเนิด: ฟกไข", - "quest_title_quest_primal_surge_power_ground": "ขุมพลังตนกำเนิด: พาวเวอรอัปโปเกมอนประเภทดิน 5 ครั้ง", - "quest_title_quest_primal_surge_power_water": "ขุมพลังตนกำเนิด: พาวเวอรอัปโปเกมอนประเภทน้ำ 5 ครั้ง", - "quest_title_quest_primal_surge_raid": "ขุมพลังตนกำเนิด: ชนะการตีบอส", - "quest_title_quest_psychicspec_catch_abra_plural": "จับเคซีหรือสลีป {{amount_0}} ตัว", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "จับโปเกมอนประเภทพลังจิต {{amount_0}} ตัว", - "quest_title_quest_psychicspec_evolve_plural": "วิวัฒนาการทามะทามะหรือยาดง {{amount_0}} ตัว", - "quest_title_quest_quaxly_evolve_b": "วิวัฒนาการแคว็กซ", - "quest_title_quest_quaxwell_evolve_b": "วิวัฒนาการเวลคาโมะ", - "quest_title_quest_quilava_evolve_b_plural": "วิวัฒนาการแม็กมาราชิ {{amount_0}} ตัว", - "quest_title_quest_quilava_evolve_b_singular": "วิวัฒนาการแม็กมาราชิ", - "quest_title_quest_quilladin_evolve_b": "วิวัฒนาการฮาริบอรก", - "quest_title_quest_raboot_evolve": "วิวัฒนาการแรบบิฟุต", - "quest_title_quest_raid_friend_singular": "ตีบอสกับเพื่อน", - "quest_title_quest_raid_t5_win": "ชนะตีบอสหาดาว", - "quest_title_quest_raid_with_buddy_plural": "ตีบอสกับคูหูของคุณ {{amount_0}} ครั้ง", - "quest_title_quest_raid_with_buddy_singular": "ตีบอสกับคูหูของคุณ", - "quest_title_quest_reach_hoenn_gold": "ไดรับเหรียญรางวัลโฮเอ็นสีทอง", - "quest_title_quest_reach_johto_gold": "ไดรับเหรียญรางวัลโจโตะสีทอง", - "quest_title_quest_reach_kanto_gold": "ไดรับเหรียญรางวัลคันโตสีทอง", - "quest_title_quest_reach_kanto_silver": "ไดรับเหรียญรางวัลคันโตสีเงิน", - "quest_title_quest_reach_level": "เลเวลถึง {{amount_0}}", - "quest_title_quest_referral_initial_milestone": "ล็อกอินเขา Pokémon GO แลว", - "quest_title_quest_remove_bonus_challenge_desc": "คุณจะไดรับภารกิจเพิ่มพรุงนี้", - "quest_title_quest_reward_desc_1": "สะสมแสตมปเพื่อปลดล็อกความกาวหนา", - "quest_title_quest_reward_desc_2": "ความกาวหนาขั้นตอไปใน", - "quest_title_quest_reward_desc_3_plural": "อีก {{amount_0}} แสตมป!", - "quest_title_quest_reward_desc_3_singular": "อีก {{amount_0}} แสตมป!", - "quest_title_quest_reward_encounter_later": "ไวทีหลัง", - "quest_title_quest_reward_encounter_uses_ar": "คุณตองอยูในโหมด AR เพื่อจับโปเกมอนตัวนี้", - "quest_title_quest_reward_mysterious_pokemon_appeared": "โปเกมอนปริศนาปรากฏตัวแลว!", - "quest_title_quest_reward_start_encounter": "เริ่มการเผชิญหนา", - "quest_title_quest_rocket_battle_plural": "แบตเทิลกับลูกสมุนแกงโกร็อกเกต {{amount_0}} ครั้ง", - "quest_title_quest_rocket_battle_win_plural": "เอาชนะลูกสมุนแกงโกร็อกเกต {{amount_0}} ครั้ง", - "quest_title_quest_rocket_battle_win_singular": "เอาชนะลูกสมุนแกงโกร็อกเกต", - "quest_title_quest_rocket_catch_shadow_singular": "จับโปเกมอนชาโดว", - "quest_title_quest_rocket_evolve_plural": "วิวัฒนาการโปเกมอน {{amount_0}} ตัว", - "quest_title_quest_rocket_leader_battle_win_singular": "เอาชนะหัวหนาแกงโกร็อกเกต", - "quest_title_quest_rocket_power_up_plural": "พาวเวอรอัปโปเกมอน {{amount_0}} ครั้ง", - "quest_title_quest_rocket_purify_dark_plural": "ชำระลางโปเกมอนชาโดวประเภทความมืด {{amount_0}} ตัว", - "quest_title_quest_rocket_purify_fire_plural": "ชำระลางโปเกมอนชาโดวประเภทไฟ {{amount_0}} ตัว", - "quest_title_quest_rocket_purify_plural": "ชำระลางโปเกมอนชาโดว {{amount_0}} ตัว", - "quest_title_quest_rocket_purify_type_singular": "ชำระลางโปเกมอนชาโดวประเภทไฟ น้ำ หรือหญา {{amount_0}} ตัว", - "quest_title_quest_rocket_rescue_shadow_plural": "ชวยโปเกมอนชาโดว {{amount_0}} ตัว", - "quest_title_quest_rocket_shadow_plural": "จับโปเกมอนชาโดว {{amount_0}} ตัว", - "quest_title_quest_rockethq1_arlo_win": "เอาชนะหัวหนาแกงโกร็อกเกต อารโล", - "quest_title_quest_rockethq1_arlo_win_plural": "เอาชนะหัวหนาแกงโกร็อกเกต อารโล {{amount_0}} ครั้ง", - "quest_title_quest_rockethq1_battle_boss": "แบตเทิลกับหัวหนาใหญแกงโกร็อกเกต", - "quest_title_quest_rockethq1_catch_legendary_shadow": "จับโปเกมอนชาโดวในตำนาน", - "quest_title_quest_rockethq1_catch_shadow1": "จับโปเกมอนชาโดว {{amount_0}} ตัว", - "quest_title_quest_rockethq1_cliff_win": "เอาชนะหัวหนาแกงโกร็อกเกต คลิฟ", - "quest_title_quest_rockethq1_cliff_win_plural": "เอาชนะหัวหนาแกงโกร็อกเกต คลิฟ {{amount_0}} ครั้ง", - "quest_title_quest_rockethq1_defeat_boss": "เอาชนะหัวหนาใหญแกงโกร็อกเกต", - "quest_title_quest_rockethq1_find_boss": "คนหาหัวหนาใหญแกงโกร็อกเกต", - "quest_title_quest_rockethq1_grunt_win1": "เอาชนะลูกสมุนแกงโกร็อกเกต {{amount_0}} ครั้ง", - "quest_title_quest_rockethq1_grunt_win2": "เอาชนะลูกสมุนแกงโกร็อกเกต {{amount_0}} ครั้ง", - "quest_title_quest_rockethq1_leader_win_plural": "เอาชนะหัวหนาแกงโกร็อกเกต {{amount_0}} ครั้ง", - "quest_title_quest_rockethq1_leaders_win_plural": "เอาชนะหัวหนาแกงโกร็อกเกต {{amount_0}} ครั้ง", - "quest_title_quest_rockethq1_purify": "ชำระลางโปเกมอนชาโดว {{amount_0}} ตัว", - "quest_title_quest_rockethq1_raid_win": "ชนะการตีบอส {{amount_0}} ครั้ง", - "quest_title_quest_rockethq1_sierra_win": "เอาชนะหัวหนาแกงโกร็อกเกต เซียรรา", - "quest_title_quest_rockethq1_sierra_win_plural": "เอาชนะหัวหนาแกงโกร็อกเกต เซียรรา {{amount_0}} ครั้ง", - "quest_title_quest_rockethq1_spin": "หมุนเสาโปเกสต็อป {{amount_0}} ครั้ง", - "quest_title_quest_rockethq1_spin_row": "หมุนเสาโปเกสต็อป {{amount_0}} วันติดตอกัน", - "quest_title_quest_rockethq1_supereffective": "ใชทาโจมตีชารจใหไดผลดีเยี่ยมในยิมแบตเทิล {{amount_0}} ครั้ง", - "quest_title_quest_rockethq1_trainerbattle_win": "ชนะการแบตเทิลกับเทรนเนอร", - "quest_title_quest_roggenrola_catch_b": "จับดันโกโร {{amount_0}} ตัว", - "quest_title_quest_roggenrola_evolve_b": "วิวัฒนาการดันโกโร {{amount_0}} ตัว", - "quest_title_quest_roggenrola_snapshot_b": "ถายภาพดันโกโร {{amount_0}} ภาพ", - "quest_title_quest_roset_catch_b": "จับโรเซเลีย {{amount_0}} ตัว", - "quest_title_quest_roset_evolve_b": "วิวัฒนาการโรเซเลีย {{amount_0}} ตัว", - "quest_title_quest_rowlet_catch_b": "จับโมคุโร {{amount_0}} ตัว", - "quest_title_quest_rowlet_evolve_b_plural": "วิวัฒนาการโมคุโร {{amount_0}} ตัว", - "quest_title_quest_rowlet_evolve_b_singular": "วิวัฒนาการโมคุโร {{amount_0}} ตัว", - "quest_title_quest_rowlet_snapshot_b": "ถายภาพโมคุโร {{amount_0}} ภาพ", - "quest_title_quest_sandt_catch_b": "จับแซนด {{amount_0}} ตัว", - "quest_title_quest_sandt_evolve_b": "วิวัฒนาการแซนด {{amount_0}} ตัว", - "quest_title_quest_scorbunny_evolve": "วิวัฒนาการฮิบานี", - "quest_title_quest_send_gifts_daily_row": "สงของขวัญ {{amount_0}} วันติดตอกัน", - "quest_title_quest_send_gifts_plural": "สงของขวัญใหเพื่อน {{amount_0}} ครั้ง", - "quest_title_quest_send_gifts_singular": "สงของขวัญใหเพื่อน", - "quest_title_quest_send_gifts_sticker_plural": "สงของขวัญพรอมสติกเกอรรวม {{amount_0}} ชิ้น", - "quest_title_quest_send_gifts_sticker_singular": "สงของขวัญพรอมสติกเกอร", - "quest_title_quest_shelgon_evolve_b_plural": "วิวัฒนาการโคโมรู {{amount_0}} ตัว", - "quest_title_quest_shelgon_evolve_b_singular": "วิวัฒนาการโคโมรู", - "quest_title_quest_shint_catch_b": "จับโคลิงก {{amount_0}} ตัว", - "quest_title_quest_shint_evolve_b": "วิวัฒนาการโคลิงก {{amount_0}} ตัว", - "quest_title_quest_shint_evolve_s1": "วิวัฒนาการลุคซิโอ {{amount_0}} ตัว", - "quest_title_quest_sinnoh_evolve_plural": "วิวัฒนาการโปเกมอนใหเปนสายพันธุที่ถูกคนพบครั้งแรกในภูมิภาคชินโอ {{amount_0}} ตัว", - "quest_title_quest_sinnoh_evolve_stone_plural": "ใชหินชินโอวิวัฒนาการโปเกมอน {{amount_0}} ตัว", - "quest_title_quest_sinnoh_medal_gold": "ไดรับเหรียญรางวัลชินโอสีทอง", - "quest_title_quest_sliggoo_evolve_b_plural": "วิวัฒนาการนูเมละ {{amount_0}} ตัว", - "quest_title_quest_sliggoo_evolve_b_singular": "วิวัฒนาการนูเมล", - "quest_title_quest_slowpoke_catch_b": "จับยาดงหรือกาลารยาดง {{amount_0}} ตัว", - "quest_title_quest_slowpoke_evolve_b": "วิวัฒนาการยาดงหรือกาลารยาดง {{amount_0}} ตัว", - "quest_title_quest_slowpoke_snapshot_b": "ถายภาพยาดงหรือกาลารยาดง {{amount_0}} ภาพ", - "quest_title_quest_snapshot_ar_photo_safari": "ถายภาพคูหูของคุณที่เต็นท Pokémon GO ", - "quest_title_quest_snapshot_bali": "ถายภาพในบาหลี", - "quest_title_quest_snapshot_buddy": "ถายภาพกับคูหูของคุณ", - "quest_title_quest_snapshot_bulbasaur": "ถายภาพฟุชิกิดาเนะ", - "quest_title_quest_snapshot_charmander": "ถายภาพฮิโตคาเงะ", - "quest_title_quest_snapshot_chikorita": "ถายภาพจิโคริตา", - "quest_title_quest_snapshot_cyndaquil": "ถายภาพฮิโนอาราชิ", - "quest_title_quest_snapshot_genesect": "ถายภาพเกโนเซ็กท {{amount_0}} ภาพ", - "quest_title_quest_snapshot_hariyama": "ถายภาพฮาริเทยามะของคุณ", - "quest_title_quest_snapshot_hoopa_singular": "ถายภาพฮูปา", - "quest_title_quest_snapshot_jeju": "ถายภาพบนเกาะเชจู", - "quest_title_quest_snapshot_keldeo": "ถายภาพเคลดิโอ {{amount_0}} ภาพ", - "quest_title_quest_snapshot_landorus": "ถายภาพแลนโดลอส", - "quest_title_quest_snapshot_machamp": "ถายภาพไคริกีของคุณ", - "quest_title_quest_snapshot_okinawa": "ถายภาพในโอกินาวะ", - "quest_title_quest_snapshot_poison_grass_singular": "ถายภาพโปเกมอนปาประเภทพิษ", - "quest_title_quest_snapshot_regi_ice": "ถายภาพเรจิไอซ", - "quest_title_quest_snapshot_regi_rock": "ถายภาพเรจิร็อก", - "quest_title_quest_snapshot_regi_steel": "ถายภาพเรจิสตีล", - "quest_title_quest_snapshot_scrafty": "ถายภาพซึรุซึคินของคุณ", - "quest_title_quest_snapshot_singular": "ถายภาพ", - "quest_title_quest_snapshot_storage_bug_unique_plural": "ถายภาพโปเกมอนประเภทแมลงของคุณ", - "quest_title_quest_snapshot_storage_steel_unique_plural": "ถายภาพโปเกมอนประเภทโลหะของคุณ", - "quest_title_quest_snapshot_storage_unique_plural": "ถายภาพโปเกมอนปาที่แตกตางกัน{{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_surabaya": "ถายภาพในซูราบายา", - "quest_title_quest_snapshot_thundurus": "ถายภาพโวลโทลอส", - "quest_title_quest_snapshot_tornadus": "ถายภาพทอรเนลอส", - "quest_title_quest_snapshot_totodile": "ถายภาพวานิโนโกะ", - "quest_title_quest_snapshot_unique_fire_pokemon": "ถายภาพโปเกมอนประเภทไฟ", - "quest_title_quest_snapshot_unique_pokemon": "ถายภาพโปเกมอนที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "ถายภาพโคลิงก ชิมามา หรือทริมเมียนที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_bug_plural": "ถายภาพโปเกมอนปาประเภทแมลง {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_bug_unique_plural": "ถายภาพโปเกมอนประเภทแมลง", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "ถายภาพบัตเตอรฟรี โคลิงก หรือชิมามาที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_dark_plural": "ถายภาพโปเกมอนปาประเภทความมืด {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_dark_unique_plural": "ถายภาพโปเกมอนปาประเภทความมืดที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_dragon_plural": "ถายภาพโปเกมอนปาประเภทมังกร {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "ถายภาพโปเกมอนปาประเภทมังกรที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "ถายภาพโคอารูฮี ชอนชี หรือเคโคโอที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_eevee": "ถายภาพอีวุยที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_electric_plural": "ถายภาพโปเกมอนปาประเภทไฟฟา {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_electric_unique_plural": "ถายภาพโปเกมอนปาประเภทไฟฟาที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_entei": "ถายภาพเอ็นเตที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_fairy_plural": "ถายภาพโปเกมอนปาประเภทแฟรี่ {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "ถายภาพโปเกมอนปาประเภทแฟรี่ที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_fighting_plural": "ถายภาพโปเกมอนปาประเภทตอสู {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "ถายภาพโปเกมอนปาประเภทตอสูที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_fire_plural": "ถายภาพโปเกมอนปาประเภทไฟ {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_fire_unique_plural": "ถายภาพโปเกมอนปาประเภทไฟที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_flying_plural": "ถายภาพโปเกมอนปาประเภทบิน {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_flying_unique_plural": "ถายภาพโปเกมอนปาประเภทบินที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_frillish_absol": "ถายภาพแอบโซลหรือพูรูริลที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "ถายภาพแซนด อิชิซึบูเตะ หรือซาโบเนียที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_ghost_plural": "ถายภาพโปเกมอนปาประเภทผี {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "ถายภาพโปเกมอนปาประเภทผีที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_grass_plural": "ถายภาพโปเกมอนปาประเภทหญา {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_grass_singular": "ถายภาพโปเกมอนปาประเภทหญา", - "quest_title_quest_snapshot_wild_grass_unique_plural": "ถายภาพโปเกมอนปาประเภทหญาที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_ground_plural": "ถายภาพโปเกมอนปาประเภทดิน {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_ground_unique_plural": "ถายภาพโปเกมอนปาประเภทดินที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_hoothoot": "ถายภาพโฮโฮที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_ice_plural": "ถายภาพโปเกมอนปาประเภทน้ำแข็ง {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_ice_singular": "ถายภาพโปเกมอนปาประเภทน้ำแข็ง", - "quest_title_quest_snapshot_wild_ice_unique_plural": "ถายภาพโปเกมอนปาประเภทน้ำแข็งที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "ถายภาพทรานเซล เอยแพม หรือฮาซึโบที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "ถายภาพชอนชี เลิฟคัส หรือเคโคโอที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_mareanie_singluar": "ถายภาพฮิโดอิเดะที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_normal_plural": "ถายภาพโปเกมอนปาประเภทปกติ {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_normal_unique_plural": "ถายภาพโปเกมอนปาประเภทปกติที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_plural": "ถายภาพโปเกมอนปา {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_poison_plural": "ถายภาพโปเกมอนปาประเภทพิษ {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_poison_unique_plural": "ถายภาพโปเกมอนปาประเภทพิษที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_psychic_plural": "ถายภาพโปเกมอนปาประเภทพลังจิต {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "ถายภาพโปเกมอนปาประเภทพลังจิตที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_raikou": "ถายภาพไรโคที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "ถายภาพโปเกมอนปาประเภทดิน หินหรือแฟรี่ที่แตกตางกัน {{amount_0}} ตัว", - "quest_title_quest_snapshot_wild_rock_plural": "ถายภาพโปเกมอนปาประเภทหิน {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_rock_unique_plural": "ถายภาพโปเกมอนปาประเภทหินที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_singular": "ถายภาพโปเกมอนปา", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "ถายภาพโดโดริโอ แมนไทน หรือแอรมุโดที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_skitty_kirlia": "ถายภาพเคอเรีย หรือเอเนโคที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "ถายภาพนิวลา กูเรกกรู หรือพูรูริลที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_steel_plural": "ถายภาพโปเกมอนปาประเภทโลหะ {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_steel_unique_plural": "ถายภาพโปเกมอนประเภทโลหะ", - "quest_title_quest_snapshot_wild_suicune": "ถายภาพซุยคูนที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "ถายภาพนัคครา แซนด หรือซาโบเนียที่พบในธรรมชาติ", - "quest_title_quest_snapshot_wild_unique_plural": "ถายภาพโปเกมอนปาที่แตกตางกัน{{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "ถายภาพโปเกมอนปาประเภทไฟ น้ำหรือหญาที่แตกตางกัน {{amount_0}} ตัว", - "quest_title_quest_snapshot_wild_water_plural": "ถายภาพโปเกมอนปาประเภทน้ำ {{amount_0}} ภาพ", - "quest_title_quest_snapshot_wild_water_singular": "ถายภาพโปเกมอนปาประเภทน้ำ", - "quest_title_quest_snapshot_wild_water_unique_plural": "ถายภาพโปเกมอนปาประเภทน้ำที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_snapshot_yogyakarta": "ถายภาพในยอกยาการตา", - "quest_title_quest_snapshots_inarow_plural": "ถายภาพโปเกมอน {{amount_0}} วันติดตอกัน", - "quest_title_quest_snapshots_plural": "ถายภาพ {{amount_0}} ภาพ", - "quest_title_quest_snapshots_your_plural": "ถายภาพโปเกมอนของคุณ {{amount_0}} ภาพ", - "quest_title_quest_snapshots_your_singular": "ถายภาพโปเกมอนของคุณ", - "quest_title_quest_snivt_catch_b": "จับสึทาจะ {{amount_0}} ตัว", - "quest_title_quest_snivt_evolve_b": "วิวัฒนาการสึทาจะ {{amount_0}} ตัว", - "quest_title_quest_snivt_evolve_s1": "วิวัฒนาการจาโนวี {{amount_0}} ตัว", - "quest_title_quest_sobble_evolve": "วิวัฒนาการเมซซอน", - "quest_title_quest_sphet_catch_b": "จับทามาซาราชิ {{amount_0}} ตัว", - "quest_title_quest_sphet_evolve_b": "วิวัฒนาการทามาซาราชิ {{amount_0}} ตัว", - "quest_title_quest_sphet_evolve_s1": "วิวัฒนาการโทดอกเกลอร {{amount_0}} ตัว", - "quest_title_quest_spin_151": "หมุนเสาโปเกสต็อปหรือยิม 151 ครั้ง", - "quest_title_quest_spin_daysinarow": "หมุนเสาโปเกสต็อป {{amount_0}} วันติดตอกัน", - "quest_title_quest_spin_go_tour_habitat_01": "หมุนเสาโปเกสต็อปหรือยิม {{amount_0}} แหงในถิ่นที่อยู ”มหานครริมทะเล”", - "quest_title_quest_spin_go_tour_habitat_02": "หมุนเสาโปเกสต็อปหรือยิม {{amount_0}} แหงในถิ่นที่อยู ”ซากปรักหักพังยุงเหยิง”", - "quest_title_quest_spin_go_tour_habitat_03": "หมุนเสาโปเกสต็อปหรือยิม {{amount_0}} แหงในถิ่นที่อยู ”โคลนตมพิษ”", - "quest_title_quest_spin_go_tour_habitat_04": "หมุนเสาโปเกสต็อปหรือยิม {{amount_0}} แหงในถิ่นที่อยู ”น้ำพุรอนขุนเขา”", - "quest_title_quest_spin_go_tour_spiritomb_plural": "หมุนเสาโปเกสต็อปมิคารูเกะที่ไมซ้ำกัน {{amount_0}} แหง", - "quest_title_quest_spin_go_tour_spiritomb_singular": "หมุนเสาโปเกสต็อปมิคารูเกะ", - "quest_title_quest_spin_mexico_plural": "หมุนเสาโปเกสต็อปในเม็กซิโก {{amount_0}} ครั้ง", - "quest_title_quest_spin_mexico_singular": "หมุนเสาโปเกสต็อปในเม็กซิโก", - "quest_title_quest_spin_pokestop_days": "หมุนเสาโปเกสต็อปรวม {{amount_0}} วัน", - "quest_title_quest_spin_ultra_wormhole_gym": "หมุนแผนภาพยิมที่มีอัลตราโฮล", - "quest_title_quest_spin_wcs_2024": "หมุนเสาโปเกสต็อปหรือยิม 10 แหงที่ Hawaiʻi Convention Center", - "quest_title_quest_sprigatito_evolve_b": "วิวัฒนาการเนียวฮะ", - "quest_title_quest_squirtle_catch_b": "จับเซนิกาเมะ {{amount_0}} ตัว", - "quest_title_quest_squirtle_evolve_b": "วิวัฒนาการเซนิกาเมะ {{amount_0}} ตัว", - "quest_title_quest_squirtle_snapshot_b": "ถายภาพเซนิกาเมะ {{amount_0}} ภาพ", - "quest_title_quest_st_catch_s": "จับทาเนโบ 15 ตัว", - "quest_title_quest_st_evolve_n": "วิวัฒนาการโคโนฮานะ", - "quest_title_quest_st_evolve_s": "วิวัฒนาการทาเนโบ 3 ตัว", - "quest_title_quest_stardust_plural": "ไดรับสตารดัสต {{amount_0}} ชิ้น", - "quest_title_quest_starly_catch_b": "จับมุคคูรุ {{amount_0}} ตัว", - "quest_title_quest_starly_evolve_b": "วิวัฒนาการมุคคูรุ {{amount_0}} ตัว", - "quest_title_quest_starly_snapshot_b": "ถายภาพมุคคูรุ {{amount_0}} ภาพ", - "quest_title_quest_start_battle": "เริ่มการตอสู!", - "quest_title_quest_steenee_evolve_b_plural": "วิวัฒนาการอมามาอิโกะ {{amount_0}} ตัว", - "quest_title_quest_steenee_evolve_b_singular": "วิวัฒนาการอมามาอิโกะ", - "quest_title_quest_streak_format": "{{amount_0}} วันตอเนื่อง!", - "quest_title_quest_stuff_catch_b": "จับนุยโคกุมะ {{amount_0}} ตัว", - "quest_title_quest_stuff_evolve_b": "วิวัฒนาการนุยโคกุมะ {{amount_0}} ตัว", - "quest_title_quest_stuff_snapshot_b": "ถายภาพนุยโคกุมะที่พบในธรรมชาติ {{amount_0}} ภาพ", - "quest_title_quest_supereffective_charge_party_plural": "ใชทาโจมตีชารจใหไดผลดีเยี่ยม {{amount_0}} ครั้งระหวางเลนแบบปารตี้", - "quest_title_quest_supereffective_charge_party_singular": "ใชทาโจมตีชารจใหไดผลดีเยี่ยมระหวางเลนแบบปารตี้", - "quest_title_quest_supereffective_charge_plural": "ใชทาโจมตีชารจใหไดผลดีเยี่ยม {{amount_0}} ครั้ง", - "quest_title_quest_supereffective_charge_singular": "ใชทาโจมตีชารจใหไดผลดีเยี่ยม", - "quest_title_quest_surskit_catch": "จับอาเมทามะ {{amount_0}} ตัว", - "quest_title_quest_swabt_catch_b": "จับทิลทโท {{amount_0}} ตัว", - "quest_title_quest_swabt_evolve_b": "วิวัฒนาการทิลทโท {{amount_0}} ตัว", - "quest_title_quest_swinub_cdc_evolve_b": "วิวัฒนาการอุริมู {{amount_0}} ตัว", - "quest_title_quest_swinub_cdc_snapshot_b": "ถายภาพอุริมู {{amount_0}} ภาพ", - "quest_title_quest_teddiursa_catch_b": "จับฮิเมกุมะ {{amount_0}} ตัว", - "quest_title_quest_teddiursa_evolve_b": "วิวัฒนาการฮิเมกุมะ {{amount_0}} ตัว", - "quest_title_quest_teddiursa_snapshot_b": "ถายภาพฮิเมกุมะ {{amount_0}} ภาพ", - "quest_title_quest_template.display.branches#0.button_text_key": "ตีบอส, ลูกสมุน และยิม!", - "quest_title_quest_template.display.branches#0.description_key": "เมื่อเลือกเสนทางนี้ คุณจะไดรับภารกิจในธีมยิม, ตีบอส และแกงโกร็อกเกตเพื่อรับรางวัลเชนการเผชิญหนากับลิซารดอน และอื่น ๆ", - "quest_title_quest_template.display.branches#1.button_text_key": "โกแบตเทิลลีก!", - "quest_title_quest_template.display.branches#1.description_key": "เมื่อเลือกเสนทางนี้ คุณจะไดรับภารกิจในธีมตอสูกับเทรนเนอรคนอื่น ๆเพื่อรับรางวัลเชนการเผชิญหนากับลิซารดอน และอื่น ๆ", - "quest_title_quest_tepit_catch_b": "จับโพคาบู {{amount_0}} ตัว", - "quest_title_quest_tepit_evolve_b": "วิวัฒนาการโพคาบู {{amount_0}} ตัว", - "quest_title_quest_tepit_evolve_s1": "วิวัฒนาการจาโอบู {{amount_0}} ตัว", - "quest_title_quest_thwackey_evolve": "วิวัฒนาการบาจินคี", - "quest_title_quest_timburr_catch_b": "จับด็อคโคเรอร {{amount_0}} ตัว", - "quest_title_quest_timburr_evolve_b": "วิวัฒนาการด็อคโคเรอร {{amount_0}} ตัว", - "quest_title_quest_timburr_snapshot_b": "ถายภาพด็อคโคเรอร {{amount_0}} ภาพ", - "quest_title_quest_time_remaining_day_plural": "เหลือเวลาอีก {{amount_0}} วันในการทำงานวิจัยพิเศษนี้ใหเสร็จสิ้น", - "quest_title_quest_time_remaining_day_singular": "เหลือเวลาอีก {{amount_0}} วันในการทำงานวิจัยใหเสร็จสิ้น", - "quest_title_quest_togetic_catch_b": "จับโทเกชิก {{amount_0}} ตัว", - "quest_title_quest_togetic_evolve_b": "วิวัฒนาการโทเกชิก {{amount_0}} ตัว", - "quest_title_quest_togetic_snapshot_b": "ถายภาพโทเกชิก {{amount_0}} ภาพ", - "quest_title_quest_torracat_evolve_b_plural": "วิวัฒนาการเนียฮีท {{amount_0}} ตัว", - "quest_title_quest_torracat_evolve_b_singular": "วิวัฒนาการเนียฮีท", - "quest_title_quest_trade_50km_plural": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 50 กม. {{amount_0}} ครั้ง", - "quest_title_quest_trade_100km_plural": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 100 กม. {{amount_0}} ครั้ง", - "quest_title_quest_trade_200km_plural": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 200 กม. {{amount_0}} ครั้ง", - "quest_title_quest_trade_300km_plural": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 300 กม. {{amount_0}} ครั้ง", - "quest_title_quest_trade_400km_plural": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 400 กม. {{amount_0}} ครั้ง", - "quest_title_quest_trade_500km_plural": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 500 กม. {{amount_0}} ครั้ง", - "quest_title_quest_trade_500km_singular": "แลกเปลี่ยนโปเกมอนที่จับในที่หางกัน 500 กม.", - "quest_title_quest_trade_pikachu_plural": "แลกเปลี่ยนพิคาชู {{amount_0}} ตัว", - "quest_title_quest_trade_plural": "แลกเปลี่ยนโปเกมอน {{amount_0}} ครั้ง", - "quest_title_quest_trade_singular": "แลกเปลี่ยนโปเกมอน", - "quest_title_quest_transfer_pidgey_plural": "ถายโอนปอปโปะ {{amount_0}} ตัว", - "quest_title_quest_transfer_pokemon_plural": "ถายโอนโปเกมอน {{amount_0}} ตัว", - "quest_title_quest_transfer_pokemon_singular": "ถายโอนโปเกมอน", - "quest_title_quest_transfer_rock_or_poison_plural": "ถายโอนโปเกมอนประเภทหินหรือพิษ {{amount_0}} ตัว", - "quest_title_quest_transfer_rock_poison": "ถายโอนโปเกมอนประเภทหินหรือพิษ {{amount_0}} ตัว", - "quest_title_quest_transfer_type_bug_plural": "ถายโอนโปเกมอนประเภทแมลง {{amount_0}} ตัว", - "quest_title_quest_transfer_type_dark_plural": "ถายโอนโปเกมอนประเภทความมืด {{amount_0}} ตัว", - "quest_title_quest_transfer_type_dragon_plural": "ถายโอนโปเกมอนประเภทมังกร {{amount_0}} ตัว", - "quest_title_quest_transfer_type_electric_plural": "ถายโอนโปเกมอนประเภทไฟฟา {{amount_0}} ตัว", - "quest_title_quest_transfer_type_fairy_plural": "ถายโอนโปเกมอนประเภทแฟรี่ {{amount_0}} ตัว", - "quest_title_quest_transfer_type_fighting_plural": "ถายโอนโปเกมอนประเภทตอสู {{amount_0}} ตัว", - "quest_title_quest_transfer_type_fire_plural": "ถายโอนโปเกมอนประเภทไฟ {{amount_0}} ตัว", - "quest_title_quest_transfer_type_flying_plural": "ถายโอนโปเกมอนประเภทบิน {{amount_0}} ตัว", - "quest_title_quest_transfer_type_ghost_plural": "ถายโอนโปเกมอนประเภทผี {{amount_0}} ตัว", - "quest_title_quest_transfer_type_grass_plural": "ถายโอนโปเกมอนประเภทหญา {{amount_0}} ตัว", - "quest_title_quest_transfer_type_ground_plural": "ถายโอนโปเกมอนประเภทดิน {{amount_0}} ตัว", - "quest_title_quest_transfer_type_ice_plural": "ถายโอนโปเกมอนประเภทน้ำแข็ง {{amount_0}} ตัว", - "quest_title_quest_transfer_type_normal_plural": "ถายโอนโปเกมอนประเภทปกติ {{amount_0}} ตัว", - "quest_title_quest_transfer_type_poison_plural": "ถายโอนโปเกมอนประเภทพิษ {{amount_0}} ตัว", - "quest_title_quest_transfer_type_psychic_plural": "ถายโอนโปเกมอนประเภทพลังจิต {{amount_0}} ตัว", - "quest_title_quest_transfer_type_rock_plural": "ถายโอนโปเกมอนประเภทหิน {{amount_0}} ตัว", - "quest_title_quest_transfer_type_steel_plural": "ถายโอนโปเกมอนประเภทโลหะ {{amount_0}} ตัว", - "quest_title_quest_transfer_type_water_plural": "ถายโอนโปเกมอนประเภทน้ำ {{amount_0}} ตัว", - "quest_title_quest_travel_routes_km_plural": "เดินตาม ”เสนทาง” {{amount_0}} กม.", - "quest_title_quest_travel_routes_meters_plural": "เดินตาม ”เสนทาง” {{amount_0}} ม.", - "quest_title_quest_tynamo_catch_b": "จับชิบิชิราซึ {{amount_0}} ตัว", - "quest_title_quest_tynamo_evolve_b_plural": "วิวัฒนาการชิบิชิราซึ {{amount_0}} ตัว", - "quest_title_quest_tynamo_evolve_b_singular": "วิวัฒนาการชิบิชิราซึ", - "quest_title_quest_under_investigation": "ศาสตราจารยวิลโลวกำลังตรวจสอบ", - "quest_title_quest_urd22_june_battle_gym": "งานวิจัยอัลตรา: แบตเทิลที่ยิม", - "quest_title_quest_urd22_june_battle_raid": "งานวิจัยอัลตรา: แบตเทิลตีบอส", - "quest_title_quest_urd22_june_beries": "งานวิจัยอัลตรา: ใชผลไมชวยในการจับโปเกมอน {{amount_0}} ผล", - "quest_title_quest_urd22_june_catch_rock": "งานวิจัยอัลตรา: จับโปเกมอนประเภทหิน {{amount_0}} ตัว", - "quest_title_quest_urd22_june_catch_weather": "งานวิจัยอัลตรา: จับโปเกมอนที่ไดรับบูสตสภาพอากาศ {{amount_0}} ตัว", - "quest_title_quest_urd22_june_curveball": "งานวิจัยอัลตรา: ทำการขวางบอลโคง {{amount_0}} ครั้ง", - "quest_title_quest_urd22_june_curveball_row": "งานวิจัยอัลตรา: ทำการขวางบอลโคง {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_urd22_june_evolve_rock": "งานวิจัยอัลตรา: วิวัฒนาการโปเกมอนประเภทหิน {{amount_0}} ตัว", - "quest_title_quest_urd22_june_gift_sticker": "งานวิจัยอัลตรา: สงของขวัญพรอมสติกเกอร {{amount_0}} ครั้ง", - "quest_title_quest_urd22_june_great": "งานวิจัยอัลตรา: ทำการขวางไดเยี่ยม {{amount_0}} ครั้ง", - "quest_title_quest_urd22_june_great_row": "งานวิจัยอัลตรา: ทำการขวางไดเยี่ยม {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_urd22_june_nice": "งานวิจัยอัลตรา: ทำการขวางไดดี {{amount_0}} ครั้ง", - "quest_title_quest_urd22_june_nice_row": "งานวิจัยอัลตรา: ทำการขวางไดดี {{amount_0}} ครั้งติดตอกัน", - "quest_title_quest_urd22_june_powerup": "งานวิจัยอัลตรา: พาวเวอรอัปโปเกมอน {{amount_0}} ครั้ง", - "quest_title_quest_urd22_june_snap_rock": "งานวิจัยอัลตรา: ถายภาพโปเกมอนปาประเภทหิน", - "quest_title_quest_urd22_june_spin_stops": "งานวิจัยอัลตรา: หมุนเสาโปเกสต็อป {{amount_0}} ครั้ง", - "quest_title_quest_urd22_june_supereffective": "งานวิจัยอัลตรา: ใชทาโจมตีชารจใหไดผลดีเยี่ยม", - "quest_title_quest_ursaring_evolve_b": "วิวัฒนาการริงกุมะ {{amount_0}} ตัว", - "quest_title_quest_use_any_potion": "ใชยารักษาแผล", - "quest_title_quest_use_charged_move_singular": "ใชทาโจมตีชารจใหไดผลดีเยี่ยม", - "quest_title_quest_use_charged_tm": "ใช TM ทาชารจ", - "quest_title_quest_use_dai_plural": "ใชเครื่องหอมรายวัน {{amount_0}} ครั้ง", - "quest_title_quest_use_dai_singular": "ใชเครื่องหอมรายวัน", - "quest_title_quest_use_fast_tm": "ใช TM ทาเร็ว", - "quest_title_quest_use_hyper_potion": "ใชยารักษาแผลชั้นยอด", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "ใชอุปกรณปลอยลัวร {{amount_0}} ชิ้น ระหวางเดินตาม ”เสนทาง”", - "quest_title_quest_use_lure_singular": "ใชอุปกรณปลอยลัวรระหวางเดินตาม ”เสนทาง”", - "quest_title_quest_use_max_potion": "ใชยาฟ้นพลังกายเต็มถัง", - "quest_title_quest_use_poffin": "ใชโปฟฟน", - "quest_title_quest_use_rare_candy_plural": "ใชลูกอมประหลาด {{amount_0}} เม็ด", - "quest_title_quest_use_rare_candy_singular": "ใชลูกอมประหลาด", - "quest_title_quest_use_standard_charged_tm": "ใช TM ทาชารจ", - "quest_title_quest_use_standard_fast_tm": "ใช TM ทาเร็ว", - "quest_title_quest_use_super_potion": "ใชยารักษาแผลอยางดี", - "quest_title_quest_uxie_wild_snap": "ถายภาพยุคซีที่พบในธรรมชาติ", - "quest_title_quest_val19_catch_specific_plural": "วันวาเลนไทน : จับเลิฟคัส {{amount_0}} ตัว", - "quest_title_quest_val19_catch_specific_singular": "วันวาเลนไทน : จับลัคกี", - "quest_title_quest_visit_different_pokestops": "หมุนเสาโปเกสต็อปที่ไมซ้ำกัน {{amount_0}} ครั้ง", - "quest_title_quest_visit_pokestop_new_plural": "หมุนเสาโปเกสต็อปที่ไมเคยหมุนมากอน {{amount_0}} จุด", - "quest_title_quest_visit_pokestop_new_singular": "หมุนเสาโปเกสต็อปที่ไมเคยหมุนมากอน", - "quest_title_quest_visit_pokestops_party_plural": "หมุนเสาโปเกสต็อปหรือยิม {{amount_0}} ครั้งระหวางเลนแบบปารตี้", - "quest_title_quest_visit_pokestops_plural": "หมุนเสาโปเกสต็อปหรือยิม {{amount_0}} ครั้ง", - "quest_title_quest_visit_pokestops_singular": "หมุนเสาโปเกสต็อปหรือยิม", - "quest_title_quest_visit_unique_pokestops_plural": "หมุนเสาโปเกสต็อปหรือยิมที่ไมซ้ำกัน {{amount_0}} ครั้ง", - "quest_title_quest_wailmer_catch_b": "จับเวลโกะ {{amount_0}} ตัว", - "quest_title_quest_waina_catch_great_ultra_plural": "จับโปเกมอน {{amount_0}} ตัวลงในซูเปอรบอลหรือไฮเปอรบอลดวย Pokémon GO Plus +", - "quest_title_quest_waina_catch_plural": "จับโปเกมอน {{amount_0}} ตัวลงในมอนสเตอรบอลดวย Pokémon GO Plus +", - "quest_title_quest_waina_sleep_days": "วัดการนอนหลับดวย Pokémon GO Plus +เปนเวลา {{amount_0}} วัน", - "quest_title_quest_waina_sleep_days_singular": "วัดการนอนหลับดวย Pokémon GO Plus +เปนเวลา 1 วัน", - "quest_title_quest_waina_spin_pokestop_plural": "หมุนเสาโปเกสต็อปดวย Pokémon GO Plus + {{amount_0}} แหง", - "quest_title_quest_walk_25km_inaweek_plural": "รับรางวัลเดิน 25 กม. ในหนึ่งสัปดาห {{amount_0}} ครั้ง", - "quest_title_quest_walk_buddy_plural": "ไดรับลูกอมจากการเดินกับคูหูของคุณ {{amount_0}} เม็ด", - "quest_title_quest_walk_buddy_singular": "ไดรับลูกอมจากการเดินกับคูหูของคุณ", - "quest_title_quest_walk_eevee_for_evo": "เดิน 10 กม. กับอีวุยที่เปนคูหูของคุณเพื่อรับลูกอม", - "quest_title_quest_walk_hgrowlithe_header_0": "การผจญภัยของหาง", - "quest_title_quest_walk_km": "เดิน {{amount_0}} กม", - "quest_title_quest_walk_km_plural": "เดิน {{amount_0}} กม", - "quest_title_quest_walk_routes_plural": "เดินตาม ”เสนทาง” {{amount_0}} กม.", - "quest_title_quest_walk_routes_singular": "เดินตาม ”เสนทาง” {{amount_0}} กม.", - "quest_title_quest_walk_steps": "เดิน {{amount_0}} กาว", - "quest_title_quest_wartortle_evolve_b": "วิวัฒนาการคาเมล {{amount_0}} ตัว", - "quest_title_quest_waterfestival_catch_feed_plural": "เทศกาลสายน้ำ : ใชผลไมชวยในการจับโปเกมอน {{amount_0}} ผล", - "quest_title_quest_waterfestival_catch_pokemon_plural": "เทศกาลสายน้ำ: จับโปเกมอน {{amount_0}} ตัว", - "quest_title_quest_waterfestival_catch_special9_plural": "เทศกาลสายน้ำ : จับคอยคิงหรือเวลโกะ {{amount_0}} ตัว", - "quest_title_quest_waterfestival_catch_type_water_plural": "เทศกาลสายน้ำ : จับโปเกมอนประเภทน้ำ {{amount_0}} ตัว", - "quest_title_quest_waterfestival_evolve_plural": "เทศกาลสายน้ำ : วิวัฒนาการเชลเดอร {{amount_0}} ตัว", - "quest_title_quest_waterfestival_evolve_type_water_plural": "เทศกาลสายน้ำ: วิวัฒนาการโปเกมอนประเภทน้ำ {{amount_0}} ตัว", - "quest_title_quest_waterfestival_hatch_egg_singular": "เทศกาลสายน้ำ : ฟกไข 1 ใบ", - "quest_title_quest_waterfestival_land_great_plural": "เทศกาลสายน้ำ: ทำการขวางไดเยี่ยม {{amount_0}} ครั้ง", - "quest_title_quest_waterfestival_land_nice_plural": "เทศกาลสายน้ำ: ทำการขวางไดดี {{amount_0}} ครั้ง", - "quest_title_quest_waterfestival_win_raid_singular": "เทศกาลสายน้ำ : ชนะการตีบอส", - "quest_title_quest_wayfarer_catch_pokemon_plural": "โบนัสนักเดินทาง : จับโปเกมอน {{amount_0}} ตัว", - "quest_title_quest_wcs_2024_catch_psychic_electric": "จับโปเกมอนประเภทไฟฟาหรือพลังจิต {{amount_0}} ตัว", - "quest_title_quest_wcs_2024_snapshot_fairy": "ถายภาพโปเกมอนปาประเภทแฟรี่ที่แตกตางกัน {{amount_0}} สายพันธุ", - "quest_title_quest_wcs_2024_spin_00": "หมุนเสาโปเกสต็อปที่ Pokémon GO Zone", - "quest_title_quest_wcs_2024_spin_01": "หมุนเสาโปเกสต็อปที่ Play Lab", - "quest_title_quest_wcs_2024_spin_02": "หมุนเสาโปเกสต็อปที่ Collect & Trade Corner", - "quest_title_quest_weepinbell_evolve_b_plural": "วิวัฒนาการอุซึดง {{amount_0}} ตัว", - "quest_title_quest_weepinbell_evolve_b_singular": "วิวัฒนาการอุซึดง", - "quest_title_quest_wimpod_catch_b": "จับโคโซคูมูชิ {{amount_0}} ตัว", - "quest_title_quest_win_gym_plural": "ชนะยิมแบตเทิล {{amount_0}} ครั้ง", - "quest_title_quest_win_gym_singular": "ชนะยิมแบตเทิล", - "quest_title_quest_win_raid_2_singular": "ชนะการตีบอสระดับ 2 หรือสูงกวานั้น", - "quest_title_quest_win_raid_3_plural": "ชนะการตีบอสระดับ 3 หรือสูงกวานั้น {{amount_0}} ครั้ง", - "quest_title_quest_win_raid_3_singular": "ชนะการตีบอสระดับ 3 หรือสูงกวานั้น", - "quest_title_quest_win_raid_buddy_plural": "ชนะการตีบอสกับโปเกมอนคูหูของคุณ {{amount_0}} ครั้ง", - "quest_title_quest_win_raid_buddy_singular": "ชนะการตีบอสกับคูหูของคุณ", - "quest_title_quest_win_raid_lvl1_higher_singular": "ชนะการตีบอสระดับ 1 หรือสูงกวานั้น", - "quest_title_quest_win_raid_lvl1_singular": "ชนะการตีบอสหนึ่งดาว", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "ชนะการตีบอสโดยใชเฉพาะโปเกมอนที่มี CP 1500 หรือต่ำกวา จำนวน {{amount_0}} ครั้ง", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "ชนะการตีบอสโดยใชเฉพาะโปเกมอนที่มี CP 1500 หรือต่ำกวา", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "ชนะการตีบอสเลเวล 3 โดยใชเฉพาะโปเกมอนที่มี CP 1,500 หรือต่ำกวา จำนวน {{amount_0}} ครั้ง", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "ชนะการตีบอสเลเวล 3 โดยใชเฉพาะโปเกมอนที่มี CP 1,500 หรือต่ำกวา", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "ชนะตีบอสสามดาวโดยใชเฉพาะโปเกมอนที่มี CP ไมเกิน 2,500 จำนวน {{amount_0}} ครั้ง", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "ชนะตีบอสสามดาวโดยใชเฉพาะโปเกมอนที่มี CP ไมเกิน 2,500", - "quest_title_quest_win_raid_party_plural": "ชนะตีบอส {{amount_0}} ครั้ง ระหวางเลนแบบปารตี้", - "quest_title_quest_win_raid_party_singular": "ชนะตีบอสระหวางเลนแบบปารตี้", - "quest_title_quest_win_raid_plural": "ชนะการตีบอส {{amount_0}} ครั้ง", - "quest_title_quest_win_raid_singular": "ชนะการตีบอส", - "quest_title_quest_win_raid_unique_plural": "ชนะการตีบอสโดยใชโปเกมอนที่ตางสายพันธุกันทุกตัว {{amount_0}} ครั้ง", - "quest_title_quest_win_raid_unique_singular": "ชนะการตีบอสโดยใชโปเกมอนที่ตางสายพันธุกันทุกตัว", - "quest_title_quest_win_raid_with_friend_plural": "ชนะการตีบอสกับเพื่อน {{amount_0}} ครั้ง", - "quest_title_quest_win_raid_with_friend_singular": "ชนะการตีบอสกับเพื่อน", - "quest_title_quest_win_raids_unique_1500_plural": "ชนะการตีบอสโดยใชเฉพาะโปเกมอน", - "quest_title_quest_win_raids_unique_plural": "ชนะการตีบอสโดยใชโปเกมอน", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 1,500 จำนวน {{amount_0}} ครั้ง", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 1500", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 2,500 จำนวน {{amount_0}} ครั้ง", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 3,000 จำนวน {{amount_0}} ครั้ง", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 3,500 จำนวน {{amount_0}} ครั้ง", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "เอาชนะหัวหนาแกงโกร็อกเกตโดยใชเฉพาะโปเกมอนที่มี CP ต่ำกวา 4,000 จำนวน {{amount_0}} ครั้ง", - "quest_title_quest_wooper_catch_b": "จับอูปาหรืออูปา (รางพัลเดีย) {{amount_0}} ตัว", - "quest_title_quest_wooper_evolve_b": "วิวัฒนาการอูปาหรืออูปา (รางพัลเดีย) {{amount_0}} ตัว", - "quest_title_quest_wooper_snapshot_b": "ถายภาพอูปาหรืออูปา (รางพัลเดีย) {{amount_0}} ภาพ", - "quest_title_quest_wt_catch_weedle": "จับบีเดิล {{amount_0}} ตัว", - "quest_title_quest_wt_evolve_kakuna": "วิวัฒนาการโคคูน {{amount_0}} ตัว", - "quest_title_quest_wt_evolve_weedle": "วิวัฒนาการบีเดิล {{amount_0}} ตัว", - "quest_title_quest_xp_plural": "รับ {{amount_0}} XP", - "quest_title_quest_zigzagoon_catch_b": "จับกาลารจิกุซากุมะ {{amount_0}} ตัว", - "quest_title_quest_zigzagoon_evolve_b": "วิวัฒนาการกาลารจิกุซากุมะ {{amount_0}} ตัว", - "quest_title_quest_zigzagoon_snapshot_b": "ถายภาพจิกุซากุมะรางกาลาร {{amount_0}} ภาพ", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "จับโปเกมอน 0 ตัว", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "จับโปเกมอน {{amount_0}} ตัว", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "จับโปเกมอน 1 ตัว", - "quest_title_score_1_10_11_12_singular": "จับโปเกมอนประเภทไฟ น้ำ หรือหญา {{amount_0}} ตัว", - "quest_title_score_1_10_singular": "จับโปเกมอนประเภทไฟ {{amount_0}} ตัว", - "quest_title_score_1_11_singular": "จับโปเกมอนประเภทน้ำ {{amount_0}} ตัว", - "quest_title_score_1_12_singular": "จับโปเกมอนประเภทหญา {{amount_0}} ตัว", - "quest_title_score_1_none": "จับโปเกมอน 0 ตัว", - "quest_title_score_1_plural": "จับโปเกมอน {{amount_0}} ตัว", - "quest_title_score_1_singular": "จับโปเกมอน 1 ตัว", - "quest_title_score_6_plural": "ชนะการตีบอส {{amount_0}} ครั้ง", - "quest_title_score_6_singular": "ชนะการตีบอส 1 ครั้ง", - "quest_title_score_8_10_none": "ทำการขวางไดดี 0 ครั้ง", - "quest_title_score_8_10_plural": "ทำการขวางไดดี {{amount_0}} ครั้ง", - "quest_title_score_8_10_singular": "ทำการขวางไดดี 1 ครั้ง", - "quest_title_score_8_11_none": "ทำการขวางไดเยี่ยม 0 ครั้ง", - "quest_title_score_8_11_plural": "ทำการขวางไดเยี่ยม {{amount_0}} ครั้ง", - "quest_title_score_8_11_singular": "ทำการขวางไดเยี่ยม 1 ครั้ง", - "quest_title_score_8_12_none": "ทำการขวางไดสุดยอด 0 ครั้ง", - "quest_title_score_8_12_plural": "ทำการขวางไดสุดยอด {{amount_0}} ครั้ง", - "quest_title_score_8_12_singular": "ทำการขวางไดสุดยอด 1 ครั้ง", - "quest_title_score_8_13_none": "ทำการขวางบอลโคง 0 ครั้ง", - "quest_title_score_8_13_plural": "ทำการขวางบอลโคง {{amount_0}} ครั้ง", - "quest_title_score_8_13_singular": "ทำการขวางบอลโคง 1 ครั้ง", - "quest_title_score_11_701_none": "ใชผลราส 0 ผล", - "quest_title_score_11_701_plural": "ใชผลราส {{amount_0}} ผล", - "quest_title_score_11_701_singular": "ใชผลราส 1 ผล", - "quest_title_score_11_703_none": "ใชผลนานา 0 ผล", - "quest_title_score_11_703_plural": "ใชผลนานา {{amount_0}} ผล", - "quest_title_score_11_703_singular": "ใชผลนานา 1 ผล", - "quest_title_score_11_705_none": "ใชผลไพน 0 ผล", - "quest_title_score_11_705_plural": "ใชผลไพน {{amount_0}} ผล", - "quest_title_score_11_705_singular": "ใชผลไพน 1 ผล", - "quest_title_score_15_10_none": "ทำการขวางบอลโคงไดดี 0 ครั้ง", - "quest_title_score_15_10_plural": "ทำการขวางบอลโคงไดดี {{amount_0}} ครั้ง", - "quest_title_score_15_10_singular": "ทำการขวางบอลโคงไดดี 1 ครั้ง", - "quest_title_score_15_11_none": "ทำการขวางบอลโคงไดเยี่ยม 0 ครั้ง", - "quest_title_score_15_11_plural": "ทำการขวางบอลโคงไดเยี่ยม {{amount_0}} ครั้ง", - "quest_title_score_15_11_singular": "ทำการขวางบอลโคงไดเยี่ยม 1 ครั้ง", - "quest_title_score_15_12_none": "ทำการขวางบอลโคงไดสุดยอด 0 ครั้ง", - "quest_title_score_15_12_plural": "ทำการขวางบอลโคงไดสุดยอด {{amount_0}} ครั้ง", - "quest_title_score_15_12_singular": "ทำการขวางบอลโคงไดสุดยอด 1 ครั้ง", - "quest_title_score_22_none": "แบตเทิลกับหัวหนาทีม 0 ครั้ง", - "quest_title_score_22_plural": "แบตเทิลกับหัวหนาทีม {{amount_0}} ครั้ง", - "quest_title_score_22_singular": "แบตเทิลกับหัวหนาทีม 1 ครั้ง", - "quest_title_score_23_none": "แบตเทิลในโกแบตเทิลลีก 0 ครั้ง", - "quest_title_score_23_plural": "แบตเทิลในโกแบตเทิลลีก {{amount_0}} ครั้ง", - "quest_title_score_23_singular": "แบตเทิลในโกแบตเทิลลีก 1 ครั้ง", - "quest_title_score_battle_raid_none": "แบตเทิลตีบอส 0 ครั้ง", - "quest_title_score_battle_raid_plural": "แบตเทิลตีบอส {{amount_0}} ครั้ง", - "quest_title_score_battle_raid_singular": "แบตเทิลตีบอส 1 ครั้ง", - "quest_title_score_catch_feed_none": "ใชผลไม 0 ผล", - "quest_title_score_catch_feed_plural": "ใชผลไม {{amount_0}} ผล", - "quest_title_score_catch_feed_singular": "ใชผลไม 1 ผล", - "quest_title_score_catch_pokemon": "จับโปเกมอน {{amount_0}} ตัว", - "quest_title_score_defeat_rocket_none": "ชนะสมาชิกแกงโกร็อกเกต 0 คน", - "quest_title_score_defeat_rocket_plural": "ชนะสมาชิกแกงโกร็อกเกต {{amount_0}} คน", - "quest_title_score_defeat_rocket_singular": "ชนะสมาชิกแกงโกร็อกเกต 1 คน", - "quest_title_score_field_research_none": "ทำภารกิจงานวิจัยภาคสนามเสร็จสิ้น 0 ชิ้น", - "quest_title_score_field_research_plural": "ทำภารกิจงานวิจัยภาคสนามเสร็จสิ้น {{amount_0}} ชิ้น", - "quest_title_score_field_research_singular": "ทำภารกิจงานวิจัยภาคสนามเสร็จสิ้น 1 ชิ้น", - "quest_title_score_send_gift_none": "สงของขวัญใหเพื่อน 0 ครั้ง", - "quest_title_score_send_gift_plural": "สงของขวัญใหเพื่อน {{amount_0}} ครั้ง", - "quest_title_score_send_gift_singular": "สงของขวัญใหเพื่อน 1 ครั้ง", - "quest_title_score_spin_pokestop_none": "หมุนเสาโปเกสต็อป 0 ครั้ง", - "quest_title_score_spin_pokestop_plural": "หมุนเสาโปเกสต็อป {{amount_0}} ครั้ง", - "quest_title_score_spin_pokestop_singular": "หมุนเสาโปเกสต็อป 1 ครั้ง", - "quest_win_raid_plural": "ชนะการตีบอส {{amount}} ครั้ง", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Star Raid", - "raid_1_plural": "1 Star Raids", - "raid_2": "2 Star Raid", - "raid_2_plural": "2 Star Raids", - "raid_3": "3 Star Raid", - "raid_3_plural": "3 Star Raids", - "raid_4": "4 Star Raid", - "raid_4_plural": "4 Star Raids", - "raid_5": "Legendary Raid", - "raid_5_plural": "Legendary Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "เหมาะที่สุดในชวงบาย", - "route_tag_architecture": "สถาปตยกรรม", - "route_tag_art": "ศิลปะ", - "route_tag_beachy": "คลายชายหาด", - "route_tag_bike_path": "ทางจักรยาน", - "route_tag_biking": "เหมาะสำหรับป่นจักรยาน", - "route_tag_body_of_water": "ริมน้ำ", - "route_tag_buildings": "ตึกเยอะ", - "route_tag_category_misc": "เบ็ดเตล็ด", - "route_tag_category_nearby": "บริเวณใกลเคียง", - "route_tag_category_suitability": "การเขาถึง", - "route_tag_category_terrain": "ภูมิประเทศ", - "route_tag_category_theme": "หัวขอ", - "route_tag_city_life": "ชีวิตในเมือง", - "route_tag_culture": "วัฒนธรรม", - "route_tag_easy_going": "ผอนคลาย", - "route_tag_flat": "ทางราบ", - "route_tag_foliage": "ใบไมมากมาย", - "route_tag_food": "อาหาร", - "route_tag_grassy": "หญาเยอะ", - "route_tag_hilly": "มีเนิน", - "route_tag_historic": "ประวัติศาสตร", - "route_tag_intense": "ผจญภัย", - "route_tag_morning": "เหมาะที่สุดในชวงเชา", - "route_tag_muddy": "โคลนเยอะ", - "route_tag_nature": "ธรรมชาติ", - "route_tag_night": "เหมาะที่สุดในชวงค่ำ", - "route_tag_no_parking": "ไมมีที่จอดรถในบริเวณ", - "route_tag_no_people": "คนนอย", - "route_tag_open_space": "พื้นที่เปดโลง", - "route_tag_parking": "ใกลที่จอดรถ", - "route_tag_parks_nearby": "ใกลสวนสาธารณะ", - "route_tag_partially_paved": "ถนนลาดยางบางสวน", - "route_tag_paved": "ถนนลาดยาง", - "route_tag_people": "คนเยอะ", - "route_tag_pets": "เหมาะกับสัตวเลี้ยง", - "route_tag_plenty_pokestops": "เสาโปเกสต็อปเยอะ", - "route_tag_public_transport": "ใกลขนสงสาธารณะ", - "route_tag_raid_friendly": "ยิมเยอะ", - "route_tag_rainy_day": "เหมาะกับวันฝนตก", - "route_tag_rocky": "หินเยอะ", - "route_tag_running": "เหมาะสำหรับวิ่ง", - "route_tag_sandy": "ทรายเยอะ", - "route_tag_seasonal": "ประจำฤดูกาล", - "route_tag_sightseeing": "ทองเที่ยว", - "route_tag_stroller": "รถเข็นเด็กผานได", - "route_tag_sunny_day": "เหมาะกับวันแดดออก", - "route_tag_tree_cover": "รมเงาไม", - "route_tag_unpaved": "ถนนไมลาดยาง", - "route_tag_views": "วิวงดงาม", - "route_tag_walking": "เหมาะสำหรับเดิน", - "route_tag_wheelchair": "รถวีลแชรผานได", - "route_tag_wildlife": "สัตวปาเยอะ", - "route_tag_woodsy": "คลายปา", - "route_tags_label": "แท็ก", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "ชาโดว", - "team_1": "ทีมมิสติก", - "team_2": "ทีมแวเลอร", - "team_3": "ทีมอินสติงต", - "team_a_0": "ไมมีทีม", - "team_a_1": "ทีมมิสติก", - "team_a_2": "ทีมแวเลอร", - "team_a_3": "ทีมอินสติงต", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "รุนแรงมาก", - "weather_1": "แจมใส", - "weather_2": "ฝนตก", - "weather_3": "มีเมฆบางสวน", - "weather_4": "มีเมฆมาก", - "weather_5": "ลมแรง", - "weather_6": "หิมะตก", - "weather_7": "หมอกลง", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} diff --git a/client/public/locales/tr/translation.json b/client/public/locales/tr/translation.json deleted file mode 100644 index 206e9edef..000000000 --- a/client/public/locales/tr/translation.json +++ /dev/null @@ -1,6003 +0,0 @@ -{ - "login": "Giriş Yap", - "click_once": "'Yetkilendir' düğmesine sadece bir kez tıklayın", - "save": "Kaydet", - "reset": "Sıfırla", - "close": "Kapat", - "reset_filters": "Filtreleri Sıfırla", - "pokemon_filters": "Pokémon Filtre Ayarları", - "gyms_filters": "Spor Salonu Filtre Ayarları", - "pokestops_filters": "PokéStop Filtre Ayarları", - "nests_filters": "Yuva Filtre Ayarları", - "help": "Yardım", - "apply_to_all": "Tümüne Uygula", - "disable_all": "Tümünü Devre Dışı Bırak", - "enable_all": "Tümünü Aktif Et", - "enabled": "Aktif", - "legacy": "Eski", - "id": "ID", - "location": "Konum", - "search_pokemon": "Pokémon Ara", - "search_nests": "Yuvaları Ara", - "search_gyms": "Spor Salonlarını Ara", - "search_pokestops": "PokéStop'ları Ara", - "search_raids": "Baskınları Ara", - "search_eggs": "Yumurtaları Ara", - "search_quests": "Görevleri Ara", - "search_lures": "Cezbedicileri Ara", - "search_invasions": "İstilaları Ara", - "sm": "kçk", - "md": "ort", - "lg": "büy", - "xl": "çbüy", - "min": "Min", - "max": "Maks", - "set_size": "Simge Boyutunu Ayarla", - "slot_selection": "Yuva Seçimi", - "generations": "Nesiller", - "types": "Tipler", - "forms": "Formlar", - "rarity": "Mevcut Nadirlik", - "others": "Diğerleri", - "categories": "Kategoriler", - "rank": "Sıralama", - "slider_iv": "IV Aralığı", - "slider_great": "Büyük Lig", - "slider_ultra": "Ultra Lig", - "slider_little": "Küçük Kupa", - "slider_atk_iv": "Saldırı", - "slider_def_iv": "Savunma", - "slider_sta_iv": "Dayanıklılık", - "slider_level": "Seviye", - "slider_size": "Boyut", - "abbreviation_level": "S", - "lvl": "Sev", - "cap": "Sınır", - "custom": "Özel", - "valid": "Geçerli", - "invalid": "Geçersiz!", - "overwrites": "Tüm Filtreleri Üzerine Yaz", - "valid_filter": "Geçerli İstatistik Filtresi", - "invalid_filter": "Geçerli Bir Filtre Girin", - "gyms": "Spor Salonları", - "nests": "Yuvalar", - "pokestops": "PokéStop'lar", - "pokemon": "Pokémon", - "wayfarer": "Göçebe", - "scan_areas": "Tarama Alanları", - "s2cells": "S2 Hücreleri", - "weather": "Hava Durumu", - "admin": "Yönetici", - "settings": "Ayarlar", - "advanced": "Gelişmiş", - "tile_servers": "Döşeme Sunucuları", - "icons": "Simgeler", - "navigation": "Navigasyon", - "drawer": "Çekmece", - "tile_servers_default": "Varsayılan", - "drawer_temporary": "Geçici", - "drawer_persistent": "Kalıcı", - "locale_selection": "Yerel Ayar Seçimi", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "İçe Aktar", - "export": "Dışa Aktar", - "logout": "Çıkış Yap", - "local_storage_cleared": "Yerel Depolama Temizlendi!", - "iv_or_filter": "IV YA DA Filtre", - "polygons": "Poligonlar", - "raids": "Baskınlar", - "ex_eligible": "EX Uygun", - "in_battle": "Mücadelede", - "all_pokestops": "Tüm PokéStop'lar", - "lures": "Cezbediciler", - "quests": "Görevler", - "invasions": "İstilalar", - "portals": "Portallar", - "submission_cells": "Gönderim Hücreleri", - "spawnpoint": "Belirme Noktası", - "spawnpoints": "Belirme Noktaları", - "s2_cell_level": "{{level}} Seviye S2 Hücresi", - "total_count": "Toplam Sayım", - "next_submission": "Sonraki Gönderim!", - "never": "Asla", - "next_gym": "Sonraki Spor Salonu", - "scan_cells": "Tarama Hücreleri", - "devices": "Cihazlar", - "use_my_location": "Konumumu Kullan", - "submit_feedback_title": "Geribildirim/Hata Raporu Gönder", - "use_the_link_below": "Aşağıdaki bağlantıyı geribildirim veya karşılaştığınız hataları göndermek için kullanabilirsiniz.", - "feedback_to_devs": "Bu geribildirim doğrudan geliştiricilere gönderilir.", - "feedback_form": "Geribildirim Formu", - "unknown_pokestop": "Bilinmeyen PokéStop Adı", - "unknown_gym": "Bilinmeyen Spor Salonu Adı", - "exclude": "Hariç Tutar", - "exclude_quest": "Görevi Hariç Tutar", - "exclude_invasion": "İstilayı Hariç Tutar", - "exclude_team": "Takımı Hariç Tutar", - "exclude_raid": "Baskını Hariç Tutar", - "exclude_lure": "Yem'i Hariç Tutar", - "timer": "Zamanlayıcı", - "hide": "Gizle", - "tier": "Seviye", - "slots": "Yuvalar", - "mega": "Mega", - "form": "Form", - "starts": "Başlangıç", - "ends": "Bitiş", - "defender": "Savunucu", - "best_buddy": "En iyi arkadaş", - "cp": "CP", - "kilogram": "kg", - "meter": "m", - "total_cp": "Toplam CP", - "first_seen": "İlk Kez Görüldü", - "last_seen": "Son Kez Görüldü", - "last_modified": "Son Değiştirilme", - "last_updated": "Son Güncelleme", - "imported": "İçe Aktarıldı", - "nest_estimated": "Yuva Verileri Tahmini!", - "verify_nests": "Mevcut Oluşumları Kontrol Ederek Doğrula", - "nest_out_of_date": "Yuva Potansiyel Olarak Güncel Değil!", - "nest_check_current": "Mevcut Oluşumları Kontrol Et", - "spawns_per_hour": "Saati Başına Oluşum", - "teams": "Takımlar", - "eggs": "Yumurtalar", - "reverse": "Ters", - "selected": "Seçili", - "unselected": "Seçilmemiş", - "only_available": "Mevcut", - "common": "Yaygın", - "uncommon": "Nadir", - "rare": "Seyrek", - "ultra_rare": "Çok Seyrek", - "regional": "Bölgesel", - "event": "Etkinlik", - "legendary": "Efsanevi", - "mythical": "Mitolojik", - "ultra_beast": "Ultra Canavar", - "alt_forms": "Alternatif Formlar", - "alola": "Alola", - "galarian": "Galar", - "showing": "Gösteriliyor", - "instance": "Örnek", - "online": "Çevrimiçi", - "offline": "Çevrimdışı", - "boosted_types": "Güçlendirilmiş Türler", - "pokemon_options": "Pokémon Seçenekleri", - "pokestops_options": "PokéStop Seçenekleri", - "gyms_options": "Spor Salonu Seçenekleri", - "nests_options": "Yuva Seçenekleri", - "wayfarer_options": "Wayfarer Seçenekleri", - "admin_options": "Yönetici Seçenekleri", - "weather_options": "Hava Durumu Seçenekleri", - "s2cells_options": "S2 Hücre Seçenekleri", - "clustering": "Kümelenme", - "glow": "Parıltı", - "legacy_filter": "Klasik Filtre", - "raid_timers": "Tüm Baskın Zamanlayıcıları", - "invasion_timers": "Tüm İstila Zamanlayıcıları", - "lure_timers": "Tüm Yem Zamanlayıcıları", - "device_path_color": "Cihaz Yolu Rengi", - "old_portals": "Eski Portallar", - "new_portals": "Yeni Portallar", - "items": "Eşyalar", - "energy": "Enerji", - "ar_eligible": "AR Uygun", - "iv_circles": "IV Göstergeleri", - "min_iv_circle": "Minimum IV Dairesi", - "interaction_ranges": "Etkileşim Aralıkları", - "cannot_connect": "\nBu anda sunucuya bağlanılamıyor. \nHemen tekrar denemek daha fazla soruna neden olacaktır. \nLütfen birkaç dakika sonra tekrar deneyiniz.\n\n- Harita Yönetim Ekibi", - "mad_quest_text": "Yerel Görevler", - "xs": "XS", - "primary": "Birincil", - "secondary": "İkincil", - "zero_iv": "%0 IV", - "hundo_iv": "%100 IV", - "open_menu": "Menüyü Aç", - "zoom_in": "Yakınlaştır", - "zoom_out": "Uzaklaştır", - "welcome": "Hoş geldin", - "back": "Geri", - "next": "İleri", - "finish": "Bitir", - "start_tutorial": "Eğitime Başla", - "view_profile": "Profili Görüntüle", - "login_optional": "Giriş (İsteğe Bağlı)", - "tutorial": "Eğitim", - "tutorial_language": "Dilini Seç", - "tutorial_welcome": "Bu eğitim etkileşimlidir ve sunulan tüm seçeneklerle oynamanız şiddetle tavsiye edilir", - "tutorial_categories": "Erişiminiz Olan Kategoriler", - "tutorial_logged_in": "Profilinizi görüntüleyerek izinleriniz hakkında detayları görebilirsiniz.", - "tutorial_logged_out": "Giriş yaparak izinleriniz hakkında detayları görebilirsiniz.", - "tutorial_sidebar_0": "Tüm Filtreleriniz ve Ayarlarınız Burada", - "tutorial_sidebar_1": "Her kategori için hangi veriyi istediğinizi anahtarlarla belirleyebileceksiniz", - "tutorial_sidebar_2": "Seçenekler: Ek özelleştirme\nGelişmiş: Bu eğitimde daha sonra ele alacağız", - "tutorial_sliders_0": "Filtreleri ayarlamak için kaydırıcıları kullanma", - "tutorial_sliders_1": "Arasında Pokémonlar:", - "tutorial_sliders_2": "- IV %{{iv0}} ile %{{iv1}} arası", - "tutorial_sliders_3": "Seviye {{level0}} ile {{level1}} arası", - "tutorial_sliders_3alt": "- VE Seviye {{level0}} ile {{level1}} arası", - "tutorial_sliders_4": "- Büyük Lig Sıralaması {{gl0}} ile {{gl1}} arası", - "tutorial_sliders_4alt": "- YA DA Büyük Lig Sıralaması {{gl0}} ile {{gl1}} arası", - "tutorial_sliders_5": "- Ultra Lig Sıralaması {{ul0}} ile {{ul1}} arası", - "tutorial_sliders_5alt": "- YA DA Ultra Lig Sıralaması {{ul0}} ile {{ul1}} arası", - "tutorial_sliders_6": "Aynı renkten diğerleri ile zincirleme", - "tutorial_sliders_7": "Diğer kaydırıcılardan ayrı filtreler", - "tutorial_sliders_8": "'Dolu' bir kaydırıcı, devre dışı bırakıldığı anlamına gelir:", - "tutorial_sliders_9": "IV kontrol edilmiş olsun ya da olmasın, tüm yavrular", - "tutorial_help": "Bu menüye kısayol", - "tutorial_adv_filter": "Yalnızca mobil, gelişmiş menü için filtreleme seçeneklerini açar", - "tutorial_tune": "Menüde şu anda filtrelenmekte olan tüm Pokémonlar için gelişmiş filtreyi ayarlar", - "tutorial_format_size": "Menüde şu anda filtrelenmekte olan tüm öğeler için simge büyüklüğünü ayarlar", - "tutorial_check": "Menüde şu anda filtrelenmekte olan tüm öğeleri etkinleştirir", - "tutorial_clear": "Menüde şu anda filtrelenmekte olan tüm öğeleri devre dışı bırakır", - "tutorial_save": "Mevcut seçimi kaydeder ve çıkar", - "tutorial_show_all_view": "PokéStops & Gym'ları göstermeyi değiştir", - "tutorial_show_pokemon_view": "Pokémonları göstermeyi değiştir", - "tutorial_toggle": "İşaret/X'e tıklamak öğeyi değiştirir", - "tutorial_pokemon_caption": "Bu simge, belirli bir Pokémon için filtreleri ayarlamanızı sağlar", - "tutorial_all_caption": "Takımların özel yuvalar menüsü vardır\nDiğer tüm öğeler simge büyüklüğünü ayarlamanızı sağlar", - "tutorial_popup_0": "Popuplar artık etkileşimli!", - "tutorial_popup_1": "Üç nokta, gizleme, hariç tutma ve zamanlayıcıyı değiştirme seçeneklerini açar", - "tutorial_popup_2": "Navigasyon bağlantısının her iki yanındaki simgeler, ek bilgi göstermek için genişleyecek, bir deneyin!", - "tutorial_popup_3": "Her kategori için simgeler farklılık gösterir, hepsini kontrol ettiğinizden emin olun", - "tutorial_closing_0": "Ek bilgi", - "tutorial_closing_1": "Kenar çubuğundaki küresel Pokémon kaydırıcıları, gelişmiş menüden ayrı çalışır ve birbirlerini etkilemez", - "tutorial_closing_2": "Kenar çubuğundaki Ayarlar bölümünü kontrol ettiğinizden emin olun", - "tutorial_closing_3": "Her kategori için çok sayıda estetik seçenek mevcut, ancak haritanıza ne kadar çok şey eklerseniz, haritanızın donma ihtimali o kadar artar", - "tutorial_closing_4": "Bu eğitimi, kenar çubuğundaki Ayarlar panelinden seçerek tekrar görebilirsiniz", - "tutorial_closing_5": "Kendinize dikkat edin ve iyi şanslar!", - "intro": "Giriş", - "sidebar": "Kenar Çubuğu", - "sliders": "Kaydırıcılar", - "popups": "Popuplar", - "closing": "Son", - "shortcuts": "Kısayollar", - "iv": "IV", - "area_restrictions": "Alan Kısıtlamaları", - "map": "Harita", - "stats": "İstatistikler", - "pvp": "PVP", - "area_restrictions_subtitle": "Bu alanlara erişiminiz var", - "devices_subtitle": "Aktif cihaz konumlarını ve rotalarını gösterir", - "gyms_subtitle": "Aktif spor salonu konumlarını, aktif takımı ve her spor salonunun kaç yuva sunduğunu gösterir", - "invasions_subtitle": "Team Rocket istilası bilgisini, dâhil savaş dizilimi, bitiş zamanı ve olası ödülleri gösterir", - "iv_subtitle": "IV% ve parıltı seçeneklerini gösterir", - "lures_subtitle": "Oltalar hakkında bilgi gösterir, oltanın tipi ve bitiş zamanı dâhil", - "map_subtitle": "Haritayı gösterir", - "nests_subtitle": "Aktif şekilde yuvalanan Pokémonları ve yuva poligonlarını gösterir", - "pokemon_subtitle": "Tüm Pokémon konumlarını ve bitiş zamanlarını gösterir", - "pokestops_subtitle": "Tüm PokéStop konumlarını gösterir", - "portals_subtitle": "Tüm Ingress portallarını gösterir", - "pvp_subtitle": "Her Pokémon için PVP rütbesi/CP/Seviye bilgisini gösterir", - "quests_subtitle": "Görev ödülü ve görev bilgisini gösterir", - "raids_subtitle": "Baskın lideri, yumurtalar, bitiş zamanı ve hareket seti dahil olmak üzere tüm baskın bilgilerini gösterir", - "scan_cells_subtitle": "Bir S2 hücresinin son taranma zamanını gösterir", - "scan_areas_subtitle": "Kullanılabilir tarama alanı poligonlarını gösterir", - "spawnpoints_subtitle": "Yaratma noktalarını ve tahmini yok olma zamanlarını gösterir", - "stats_subtitle": "Pokémon istatistikleri ve seviyelerini gösterir", - "submission_cells_subtitle": "Yeni POI'ler göndermek için yararlı bilgiler gösterir", - "weather_subtitle": "Her hücre için oyundaki hava durumu bilgisini gösterir", - "scanner_subtitle": "Tarananı çeşitli yollarla doğrudan etkileşim kur", - "s2cells_subtitle": "Haritada çeşitli seviyelerde S2 Hücrelerini gösterir", - "backups_subtitle": "Ayarları cihazlar arası yedeklemeyi ve yüklemeyi sağlar", - "backups": "Yedeklemeler", - "user_profile": "Kullanıcı Profili", - "user_username": "Kullanıcı Adı", - "candy": "Şeker", - "show_ex_badge": "EX Rozetini Göster", - "search": "Ara", - "global_search_quests": "Ödül Adı Gir...", - "global_search_lures": "Yem Adı Gir...", - "global_search_pokestops": "PokéStop Adı Gir...", - "global_search_gyms": "Spor Salonu Adı Gir...", - "global_search_portals": "Portal Adı Gir...", - "global_search_nests": "Yuva Pokémon Adı Gir...", - "global_search_raids": "Baskın Lideri Adı Gir...", - "global_search_pokemon": "Pokémon Adı Gir...", - "global_search_invasions": "Grunt Türünü, Adını veya Pokémon ödül adını gir...", - "raid_level_badges": "Baskın Seviye Rozetleri", - "options": "Seçenekler", - "profile": "Profil", - "pokemon_icons": "Pokémon İkonları", - "pokestop_icons": "PokéStop İkonları", - "gym_icons": "Spor Salonu İkonları", - "team_icons": "Takım İkonları", - "egg_icons": "Yumurta İkonları", - "raid_icons": "Baskın İkonları", - "nest_icons": "Yuva İkonları", - "reward_icons": "Ödül İkonları", - "type_icons": "Tür İkonları", - "weather_icons": "Hava Durumu İkonları", - "misc_icons": "Çeşitli İkonlar", - "invasion_icons": "İstila İkonları", - "spawnpoint_icons": "Yaratma Noktası İkonları", - "device_icons": "Cihaz İkonları", - "pokemon_audio": "Pokémon Sesi", - "pokestop_audio": "PokéStop Sesi", - "gym_audio": "Spor Salonu Sesi", - "team_audio": "Takım Sesi", - "egg_audio": "Yumurta Sesi", - "raid_audio": "Baskın Sesi", - "nest_audio": "Yuva Sesi", - "reward_audio": "Ödül Sesi", - "type_audio": "Tür Sesi", - "weather_audio": "Hava Durumu Sesi", - "misc_audio": "Çeşitli Sesler", - "invasion_audio": "İstila Sesi", - "spawnpoint_audio": "Yaratma Noktası Sesi", - "device_audio": "Cihaz Sesi", - "pokemon_timers": "Tüm Pokémon Zamanlayıcıları", - "show_dex_num_in_popup": "Açılır Pencerede Pokédex # Numarasını Göster", - "popup": "Açılır Pencere", - "pvp_level": "{{level}} Seviye PVP İstatistikleri", - "pvp_mega": "Mega PVP İstatistikleri", - "webhook_entry": "{{name}}'e Ekle", - "remove_webhook_entry": "{{name}}'den Kaldır", - "distance": "Mesafe", - "gym": "Spor Salonu", - "egg": "Yumurta", - "raid": "Baskın", - "lure": "Yem", - "quest": "Görev", - "invasion": "İstila", - "nest": "Yuva", - "pokestop": "PokéStop", - "team": "Takım", - "global": "Global", - "manage_webhook": "{{name}} Yönet", - "drag_and_drop": "Konumunuzu Belirlemek için İşaretçiyi Sürükleyip Bırakın", - "click_to_select": "Seçmek için Tıklayın", - "add_new": "Yeni {{category}} Uyarısı Ekle", - "my_location": "Benim Konumum", - "choose_on_map": "Haritadan Seç", - "select_profile": "Profil Seç", - "distance_radius": "Mesafe Yarıçapını Önizle", - "areas": "Alanlar", - "select_webhook": "Bot Seç", - "ar_quest_true": "AR Görevi", - "ar_quest_false": "AR Yok", - "with_ar": "AR ile", - "both": "Her İkisi", - "without_ar": "AR Olmadan", - "exclude_quest_multi": "{{reward}} Hariç Tut", - "cluster_limit_0": "{{variable_0}} limiti ({{variable_1}}) aşıldı", - "cluster_limit_1": "Lütfen yakınlaştırın veya filtrelerinizi daraltın", - "show_polygons": "Poligonları Göster", - "exclude_invasion_multi": "{{invasion}} Hariç Tut", - "stardust": "Yıldız Tozu", - "slider_cp": "CP", - "pvp_ranking_league": "Lig", - "pvp_ranking_min_cp": "Min CP", - "slider_pvp": "Sıralamalar", - "profile_no": "Profil", - "template": "Şablon", - "gender": "Cinsiyet", - "clean": "Temizle", - "all_forms": "Tüm Formlar", - "pvp_entry": "PVP Girişi", - "no_iv": "IV'siz", - "by_distance": "Mesafeye Göre", - "min_time": "Min Süre", - "add_new_profile": "Yeni Profil Ekle", - "slider_none": "Yok", - "non_registered_human_title": "Oops, bir şeyler ters gitti!", - "non_registered_human_desc": "{{webhook}} ile kayıtlı olmayabilirsiniz\nVeya sunucu şu anda ulaşılabilir değil", - "try_again_later": "Lütfen daha sonra tekrar deneyin", - "selected_areas_one": "{{count}} Alan Seçildi", - "selected_areas_other": "{{count}} Alan Seçildi", - "webhook_selection": "{{name}} Seçimi", - "message_of_the_day": "Günün Mesajı", - "has_quest_indicator": "Görevleri Olan Duraklar için Alternatif Renk", - "show_ar_badge": "AR Rozetini Göster", - "all_gyms": "Tüm Spor Salonları", - "general": "Genel", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "Seçili Global Ayarları Saygılar", - "normal_forms": "Normal Formlar", - "weather_indicator": "Hava Durumu Güçlendirme Göstergesi", - "page": "Sayfa {{page}}", - "navigation_controls": "Navigasyon Kontrolleri", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "Özel", - "all_moves": "Tüm Hareketler", - "move": "Hareket", - "any": "Herhangi", - "min_spawn_average": "Min Yavrulama Oranı", - "select_all": "Tümünü Seç", - "delete_all": "Seçilenleri Sil", - "cancel": "İptal", - "day_1": "Pazartesi", - "day_2": "Salı", - "day_3": "Çarşamba", - "day_4": "Perşembe", - "day_5": "Cuma", - "day_6": "Cumartesi", - "day_7": "Pazar", - "profile_name": "Profil Adı", - "manage_profiles": "Profilleri Yönet", - "min_spawn_avg": "Ort. Min Yavrulama", - "poke_global": "Her Şey", - "amount": "Miktar", - "specific_gym": "Belirli Spor Salonu", - "search_location": "Yerleri Ara", - "search_specific": "Belirli Bir {{category}} Ara", - "webhook_success_gym": "Baskınlar, Yumurtalar ve Takım Değişikliği Uyarıları Eklendi!", - "slot_changes": "Yuva Değişiklikleri", - "slot_changes_poracle": "yuva_değişiklikleri", - "confirm_delete": "Bu profil için tüm takibi kaldıracaksınız, emin misiniz?", - "confirm_copy": "\"{{profile}}\" profilini hangi profile kopyalamak istersiniz, bu profilin tamamını üstüne yazacaktır.", - "webhook_error": "{{name}} bunu işleyemedi.\nLütfen daha sonra tekrar deneyin.", - "profile_error": "Benzersiz ve geçerli olmalıdır", - "team_0": "Takım Yok", - "battle_changes": "Savaşta", - "battle_changes_poracle": "savaş_değişiklikleri", - "auto": "Otomatik", - "webhooks_subtitle": "Bu botlar için uyarılarınızı doğrudan haritadan yönetin", - "event_stops_subtitle": "Kecleon gibi özel etkinlik Pokéstops'larını gösterir", - "webhooks": "Uyarılar", - "scanner": "Tarayıcı Eylemleri", - "everything_individually": "Tekil Uyarılar Ekle", - "individually": "tekillik", - "join": "Katıl", - "errors_404": "Oops, bu sayfa bulunamadı!", - "errors_500": "Bir sunucu hatası oluştu, daha sonra tekrar deneyin!", - "local_username": "Kullanıcı Adı", - "local_password": "Şifre", - "local_error": "Bir hata oluştu, lütfen daha sonra tekrar deneyin!", - "no_filter_results": "Sonuç Bulunamadı\nFiltrelerinizi Genişletmeyi Deneyin", - "donor_page": "Bağışçı Sayfası", - "go_back": "Geri Dön", - "access": "Erişim", - "link_discord": "Discord Bağla", - "select_webhook_strategy": "Alarm Yöneticisi", - "webhook_strategy_success_0": "Başarılı! Alarmların ayarlarını almak için yenileniyor...", - "register": "Kayıt Ol", - "invalid_credentials": "Geçersiz Bilgiler", - "localauth_failed": "Kimlik doğrulama başarısız", - "error_creating_user": "Şu anda yeni kullanıcı kaydı yapılamıyor", - "discord_linked": "Discord Bağlandı", - "telegram_linked": "Telegram Bağlandı", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "seviye", - "km": "km", - "feedback": "Geri Bildirim", - "donor_menu": "Bağışçı Menüsü", - "pokemon_cell": "Pokemon'un Konumu Değişebilir", - "timer_verified": "Bu Zamanlayıcı Doğrulandı", - "timer_unverified": "Bu Zamanlayıcı Doğrulanmadı", - "all": "Tümü", - "badge_0": "Yok", - "badge_1": "Temel", - "badge_2": "Bronz", - "badge_3": "Gümüş", - "badge_4": "Altın", - "gym_badge_menu": "Spor Salonu Rozeti Düzenle", - "gym_badges": "Spor Salonu Rozetleri", - "gym_badge_diamonds": "Spor Salonu Rozetlerini Göster", - "gym_badges_subtitle": "Haritada ve profil sayfasında bir liste içinde Spor Salonu Rozetlerini gösterir.", - "confirm_filters_reset": "Filtreleri Sıfırla", - "filters_reset_text": "Ayarları varsayılan değerlere sıfırlamak istediğinizden emin misiniz? Bu işlem geri alınamaz!", - "filters_reset_title": "Filtreleri Sıfırla", - "raid_quick_select": "Hızlı Seçim", - "disabled": "Devre Dışı", - "loading": "{{category}} Yükleniyor", - "loading_icons": "Simgeler Alınıyor", - "loading_invasions": "İstilalar Alınıyor", - "scan_next": "Sonraki Konumu Tara", - "scan_next_choose": "Tarama Konumunu Ayarlamak İçin İşaretçiyi Sürükleyip Bırakın", - "scan_zone": "Bir Alanı Tara", - "scan_zone_choose": "Tarama Konumunu Belirlemek ve Boyut Seçmek İçin İşaretçiyi Sürükleyip Bırakın", - "scan_zone_size": "Boyut", - "scan_zone_range": "Aralık", - "scan_zone_spacing": "Aralıklar", - "scan_zone_radius": "Yarıçap", - "scan_requests": "Tarama Talepleri", - "scan_queue": "Mevcut Kuyruk", - "click_to_scan": "Burayı Tara", - "scan_confirmed_title": "Tarama talebi onaylandı", - "scan_confirmed": "Çalışan konuma gönderildi, sonuç yakında haritada görünecek!", - "scan_loading_title": "Tarama isteği gönderiliyor", - "scan_loading": "Tarama isteğiniz işleniyor ve sisteme gönderiliyor!", - "scan_error_title": "Hata", - "scan_error": "Tarama isteği işlenirken bir hata oluştu...", - "scan_outside_area": "Bu konum, yetkili alanların sınırlarının dışında", - "pvp_ranking_cap": "Seviye", - "lc_title": "Konumunuzu Takip Et", - "lc_metersUnit": "metre", - "lc_feetUnit": "feet", - "lc_popup": "Bu noktadan {distance} {unit} içindesiniz", - "lc_outsideMapBoundsMsg": "Haritanın sınırları dışında olduğunuz görünüyor", - "no_alerts": "Alarm Bulunamadı", - "loading_settings": "Ayarlar Yükleniyor", - "refresh_to_continue": "Devam etmeden önce lütfen sayfayı yenileyin", - "session_expired_title": "Oturum Süresi Doldu", - "session_expired_body": "Oturumunuzun süresi doldu", - "old_client_title": "Güncel Değil", - "old_client_body": "Bu haritanın yeni bir sürümü mevcut", - "early_old_client_title": "Güncel Değil", - "early_old_client_body": "Bu uygulamanın eski bir sürümü tarayıcınızda önbelleğe alınmış olabilir, bu uygulamayı kullanabilmeniz için önbelleğinizi temizlemeniz gerekecektir.", - "refresh": "Yenile", - "points": "Puanlar", - "day": "Gün", - "days": "Günler", - "react_error": "Bir Şeyler Yanlış Gitti", - "clickable_icon": "İkon Tıklanabilir", - "two_stops_till_next": "Sonraki duraklara 2 durak", - "one_stop_till_next": "Sonraki duraklara 1 durak", - "no_more_gyms": "Başka spor salonu yok", - "light_map_border": "Açık Harita Sınırı", - "dark_map_border": "Koyu Harita Sınırı", - "cell_blocked": "Hücre Engellendi", - "poi_color": "İlgi Noktası Rengi", - "quest_condition": "Görev Koşulu", - "always_show_labels": "Etiketleri Her Zaman Göster", - "scan_areas_options": "Tarama Alanları Seçenekleri", - "historic_rarity": "Tarihi Nadirlik", - "poi": "İlgi Noktaları", - "300m_range": "300m Menzil", - "lure_range": "Oltalama Menzili", - "custom_range": "Özel Menzil", - "tap_to_toggle": "Değiştirmek İçin Dokun", - "power_up": "Güçlendir", - "never_alt": "Asla", - "seen_nearby_stop": "Yakında Görüldü", - "seen_nearby_cell": "Bu Hücrede Görüldü", - "seen_lure_encounter": "Oltalama Karşılaşması", - "seen_lure_wild": "Oltalama Yabani", - "seen_wild": "Yabani Görüldü", - "event_stops": "Etkinlik Durakları", - "event_stop_timers": "Etkinlik Durağı Zamanlayıcıları", - "size_0": "Herhangi", - "size_1": "ÇÇK", - "size_2": "ÇK", - "size_3": "O", - "size_4": "B", - "size_5": "ÇB", - "show_size_indicator": "Boyut Göstergesini Göster", - "size": "Boyut", - "gold_stop": "Altın Durak", - "profile_backups": "Profil Değişimi", - "new_backup": "Yeni Yedek", - "create": "Oluştur", - "load": "Yükle", - "update": "Güncelle", - "delete": "Sil", - "name": "Ad", - "only_confirmed": "Sadece Onaylanmış", - "only_exclude_grunts": "Grunt'ları Hariç Tut", - "only_exclude_leaders": "Liderleri Hariç Tut", - "rocket_pokemon": "Roket Pokémon'u", - "decoy": "Yem", - "s2_cell_limit_0": "20.000'den fazla hücre üretmeye çalıştınız ({{variable_0}})", - "s2_cell_zoom_limit": "Bazı hücreler bu yakınlaştırma seviyesinde görüntülenemeyecek kadar küçük", - "show_all_pvp_ranks": "Tüm PVP Sıralamalarını Göster", - "enable_pokemon_popup_coords": "Pokémon Koordinatlarını Göster", - "enable_gym_popup_coords": "Spor Salonu Koordinatlarını Göster", - "enable_pokestop_popup_coords": "Pokéstop Koordinatlarını Göster", - "enable_portal_popup_coords": "Portal Koordinatlarını Göster", - "on_block_join_discord": "Daha fazla bilgi için lütfen Discord'umuza katılın.", - "on_block_msg": "Bir üyesi olduğunuz için engellendiniz", - "denied": "Reddedildi", - "showcase": "Vitrin", - "unknown_event": "Bilinmeyen Etkinlik", - "scanner_countdown": "{{time}} saniye sonra kullanılabilir", - "success": "Başarılı", - "contribute": "Katkıda Bulun", - "mi": "mi", - "filter_by_areas": "Alanlara Göre Filtrele", - "submit_nest_name": "Yuva Adı Gönder", - "nest_submission_menu": "Ad Güncelleme", - "nest_submissions": "Yuva Gönderimleri", - "nest_submissions_subtitle": "Yuvalar için yeni adlar göndermenizi sağlar", - "pokemon_opacity": "Dinamik Pokémon Opaklığı", - "invasion_opacity": "Dinamik İstila Opaklığı", - "raid_opacity": "Dinamik Baskın Opaklığı", - "opacity_ten_minutes": "10 dakikada opaklık", - "opacity_five_minutes": "5 dakikada opaklık", - "opacity_one_minute": "1 dakikada opaklık", - "level_circles": "Seviye Göstergeleri", - "min_level_circle": "Minimum Çember Seviyesi", - "mutation_auth_error": "Giriş yapmadığınız için isteğiniz başarısız oldu", - "submitted_by": "Gönderen", - "reversible": "Geri Alınabilir", - "version": "Versiyon", - "route_tags": "Rota Etiketleri", - "routes": "Rotalar", - "route_type": "Rota Türü", - "routes_subtitle": "Haritada oyun içi rotaları ve bu rotalarla ilgili bilgileri gör", - "description": "Açıklama", - "additional_info": "Ek Bilgi", - "duration": "Süre", - "elevation": "Yükseklik", - "contest_category_1": "En Küçük Boyut", - "context_category_2": "En Büyük Boyut", - "total_entries": "Toplam Giriş", - "showcase_rankings": "Vitrin Sıralamaları", - "showcase_rankings_subtitle": "Bir Pokéstop'ta vitrin için en üst sıralamaların bir listesini gösterir", - "tth": "TTH", - "tth_0": "Tümü", - "tth_1": "Bilinen", - "tth_2": "Bilinmeyen", - "no_access": "Erişim Yok", - "cooldown": "Serinleme Süresi", - "scan_some_outside_area": "Bazı konumlar yetkilendirilmiş sınırların dışında", - "alerts": "alarmalar", - "alert_manager": "Alarm Yöneticisi", - "menu": "Menü", - "theme": "Tema", - "exit": "Çıkış", - "component": "Bileşen", - "component_login_page": "Giriş Sayfası", - "component_donation_page": "Bağış Sayfası", - "component_message_of_the_day": "Günün Mesajı", - "download": "İndir", - "playground": "Oyun Alanı", - "locale": "Yerel Ayar", - "saved": "Kaydedildi", - "show_editor": "Editörü Göster", - "hide_editor": "Editörü Gizle", - "reported_error": "Bu hata, şu tanımlayıcı ile sunucuya bildirildi", - "dark_mode": "Karanlık Mod", - "load_from_autosave": "Otomatik Kayıttan Yükle", - "done": "Tamamlandı", - "fast": "Hızlı", - "charged": "Şarjlı", - "offline_mode": "Çevrimdışı Mod", - "include_sponsored": "Sponsorlu İçerikleri Dahil Et", - "showcase_color": "Vitrin Rengi", - "partner_color": "Ortak Rengi", - "disable": "{{- name}} Devre Dışı Bırak", - "profiling": "Profil Oluşturma", - "showcase_block": "Vitrin nedeniyle engellendi", - "signed_in_as": "Olarak giriş yapıldı", - "missing_map_perm": "Haritayı görüntüleme izniniz yok.", - "access_denied": "Erişim Reddedildi", - "audio": "Ses", - "desktop_notifications": "Masaüstü Bildirimleri", - "notifications_options": "Bildirim Seçenekleri", - "audio_always_on": "Ses Her Zaman Çalar", - "volume_level": "Ses Seviyesi", - "notifications_status": "Bildirim Durumu", - "granted": "verildi", - "set_all": "Hepsini Ayarla", - "set_filtered": "Filtrelenmişi Ayarla", - "only_show_available": "Yalnızca Mevcut Olanları Göster", - "easy_mode": "Kolay Mod", - "quick_select": "Küresel Hızlı Seçim", - "pokemon_filter_mode": "Pokémon Filtre Modu", - "basic": "Temel", - "intermediate": "Orta", - "expert": "Uzman", - "basic_description": "Kolayca Pokémon seçin ve küresel bir filtre uygulayın", - "intermediate_description": "Bireysel filtreleri küresel olarak ve Pokémon başına ayarlayın (geleneksel)", - "expert_description": "En fazla özelleştirme için manuel giriş sorguları", - "icon_size": "Simgenin Boyutu", - "developer": "Geliştirici", - "raid_override": "Baskın Geçersiz Kılma", - "search_rocket_pokemon": "Roket Pokémon'larını Ara", - "main": "Ana", - "extra": "Ekstra", - "select": "Seç", - "searching": "arama...", - "no_options": "Seçenek Yok...", - "and": "VE", - "or": "YA DA", - "only_global": "Yalnızca Küresel", - "global_caption": "Diğer Tüm Filtreleri Yoksayar", - "global_and_individual": "Küresel & Bireysel Filtreler", - "gender_filters_all": "Cinsiyet Tümüne Uygulanır", - "and_caption": "Birlikte Bağlandı", - "or_caption": "Bağımsız Filtreler", - "filter_help": "Filtre Yardımı", - "kilometers": "Kilometre", - "miles": "Mil", - "distance_unit": "Mesafe Birimi", - "data_management": "Veri Yönetimi", - "reset_or_manage_text": "Filtrelerinizi sıfırlayabilir veya bireysel kategorileri sıfırlamanıza izin verecek veri yönetimi sayfasını görüntüleyebilirsiniz.", - "reset_audio": "Sesi Sıfırla", - "reset_all": "Hepsini Sıfırla", - "reset_icons": "Simgeleri Sıfırla", - "reset_position": "Konumu Sıfırla", - "reset_ui": "Kullanıcı Arayüzünü Sıfırla", - "reset_options": "Seçenekleri Sıfırla", - "reset_menus": "Menüleri Sıfırla", - "reset_settings": "Ayarları Sıfırla", - "reset_general_title": "Genel", - "reset_filters_title": "Filtreler", - "reset_assets": "Varlıkları Sıfırla", - "reset_pokemon": "Pokémon'ları Sıfırla", - "reset_pokestops": "PokéStop'ları Sıfırla", - "reset_gyms": "Spor Salonlarını Sıfırla", - "reset_nests": "Yuvaları Sıfırla", - "reset_portals": "Portalları Sıfırla", - "reset_routes": "Rotaları Sıfırla", - "reset_scan_areas": "Tarama Alanlarını Sıfırla", - "reset_scan_cells": "Tarama Hücrelerini Sıfırla", - "reset_devices": "Cihazları Sıfırla", - "reset_weather": "Havayı Sıfırla", - "reset_s2cells": "S2 Hücrelerini Sıfırla", - "reset_spawnpoints": "Doğuş Noktalarını Sıfırla", - "reset_submission_cells": "Gönderim Hücrelerini Sıfırla", - "hisuian": "Hisuian", - "spacial_rend_range": "Uzaysal Yırtma Menzili", - "key": "Anahtar", - "ai": "Yapay Zeka", - "human": "İnsan", - "locales": "Yerel Ayarlar", - "instructions": "Talimatlar", - "locale_instructions_1": "Açılır menüden bir dil seçin", - "locale_instructions_2": "\"İnsan\" sütununa istenilen çevirileri girin", - "locale_instructions_3": "JSON dosyasını indirmek için \"$t(indir)\" butonuna tıklayın", - "locale_instructions_4": "Aşağıdaki GitHub repo bağlantısını çatallayın", - "locale_instructions_5": "Yeni bir dal oluşturun ve adını çevirdiğiniz dil olarak adlandırın", - "locale_instructions_6": "\"packages/locales/lib/human/{{lng}}.json\" içeriğini indirdiğiniz dosya ile değiştirin", - "locale_instructions_7": "Bir çekme isteği oluşturun", - "locale_instructions_8": "Çekme isteğinin incelenip birleştirilmesini bekleyin", - "enter_translation": "Çeviri Gir", - "individual_filters": "Kısmen Filtrelenmiş", - "data_limit_reached": "Son zamanlarda çok fazla veri talebinde bulundunuz ve {{until}} tarihine kadar beklemedesiniz", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "Dostunuzla {{amount}} kalp kazanın", - "challenge_buddy_treat_plural": "Dostunuza {{amount}} adet atıştırmalık verin", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Star Egg", - "egg_1_plural": "1 Star Eggs", - "egg_2": "2 Star Egg", - "egg_2_plural": "2 Star Eggs", - "egg_3": "3 Star Egg", - "egg_3_plural": "3 Star Eggs", - "egg_4": "4 Star Egg", - "egg_4_plural": "4 Star Eggs", - "egg_5": "Legendary Egg", - "egg_5_plural": "Legendary Eggs", - "egg_6": "Mega Egg", - "egg_6_plural": "Mega Eggs", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "Normal", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "Normal", - "form_34": "Saldırı", - "form_35": "Savunma", - "form_36": "Hız", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "Normal", - "form_46": "Alola", - "form_47": "Normal", - "form_48": "Alola", - "form_49": "Normal", - "form_50": "Alola", - "form_51": "Normal", - "form_52": "Alola", - "form_53": "Normal", - "form_54": "Alola", - "form_55": "Normal", - "form_56": "Alola", - "form_57": "Normal", - "form_58": "Alola", - "form_59": "Normal", - "form_60": "Alola", - "form_61": "Normal", - "form_62": "Alola", - "form_63": "Normal", - "form_64": "Alola", - "form_65": "Normal", - "form_66": "Alola", - "form_67": "Normal", - "form_68": "Alola", - "form_69": "Normal", - "form_70": "Alola", - "form_71": "Normal", - "form_72": "Alola", - "form_73": "Normal", - "form_74": "Alola", - "form_75": "Normal", - "form_76": "Alola", - "form_77": "Normal", - "form_78": "Alola", - "form_79": "Normal", - "form_80": "Alola", - "form_81": "Normal", - "form_82": "Buz Rotom", - "form_83": "Vantilatör Rotom", - "form_84": "Biçer Rotom", - "form_85": "Yıkayan Rotom", - "form_86": "Sıcak Rotom", - "form_87": "Bitki Pelerini", - "form_88": "Kumlu Pelerin", - "form_89": "Çöp Pelerin", - "form_90": "Değişmiş Formu", - "form_91": "Orijin Formu", - "form_92": "Gökyüzü Formu", - "form_93": "Kara Formu", - "form_94": "Kapalı Hava Formu", - "form_95": "Sunny", - "form_96": "Batı Denizi", - "form_97": "Doğu Denizi", - "form_98": "Batı Denizi", - "form_99": "Doğu Denizi", - "form_100": "Normal", - "form_101": "Dövüşçü", - "form_102": "Uçan", - "form_103": "Zehir", - "form_104": "Yer", - "form_105": "Kaya", - "form_106": "Böcek", - "form_107": "Hayalet", - "form_108": "Çelik", - "form_109": "Ateş", - "form_110": "Su", - "form_111": "Bitki", - "form_112": "Elektrik", - "form_113": "Psişik", - "form_114": "Buz", - "form_115": "Ejderha", - "form_116": "Karanlık", - "form_117": "Peri", - "form_118": "Bitki Pelerini", - "form_119": "Kumlu Pelerin", - "form_120": "Çöp Pelerin", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "Normal", - "form_136": "Kırmızı Çizgili", - "form_137": "Mavi Çizgili Formu", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "Enkarne Formu", - "form_141": "Theria Formu", - "form_142": "Enkarne Formu", - "form_143": "Theria Formu", - "form_144": "Enkarne Formu", - "form_145": "Theria Formu", - "form_146": "Normal", - "form_147": "Kara Kyurem", - "form_148": "Ak Kyurem", - "form_149": "Sıradan Formu", - "form_150": "Kararlı Formu", - "form_151": "Arya Formu", - "form_152": "Piruet Formu", - "form_157": "Normal", - "form_160": "Normal", - "form_163": "Normal", - "form_166": "Normal", - "form_169": "Normal", - "form_172": "Normal", - "form_175": "Normal", - "form_178": "Normal", - "form_181": "Normal", - "form_184": "Normal", - "form_187": "Normal", - "form_190": "Normal", - "form_193": "Normal", - "form_196": "Normal", - "form_199": "Normal", - "form_202": "Normal", - "form_205": "Normal", - "form_208": "Normal", - "form_211": "Normal", - "form_214": "Normal", - "form_217": "Normal", - "form_224": "Normal", - "form_229": "Normal", - "form_232": "Normal", - "form_235": "Normal", - "form_238": "Normal", - "form_241": "Normal", - "form_244": "Normal", - "form_247": "Normal", - "form_250": "Normal", - "form_253": "Normal", - "form_256": "Normal", - "form_259": "Normal", - "form_262": "Normal", - "form_265": "Normal", - "form_268": "Normal", - "form_271": "Normal", - "form_274": "Normal", - "form_277": "Normal", - "form_280": "Normal", - "form_283": "Normal", - "form_286": "Normal", - "form_289": "Normal", - "form_292": "Normal", - "form_295": "Normal", - "form_298": "Normal", - "form_301": "Normal", - "form_304": "Normal", - "form_307": "Normal", - "form_310": "Normal", - "form_313": "Normal", - "form_316": "Normal", - "form_319": "Normal", - "form_322": "Normal", - "form_585": "İlkbahar Formu", - "form_586": "Yaz Formu", - "form_587": "Sonbahar Formu", - "form_588": "Kış Formu", - "form_589": "İlkbahar Formu", - "form_590": "Yaz Formu", - "form_591": "Sonbahar Formu", - "form_592": "Kış Formu", - "form_593": "Normal", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "Normal", - "form_599": "Noevolve", - "form_600": "Normal", - "form_601": "Noevolve", - "form_602": "Normal", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "Normal", - "form_613": "Normal", - "form_616": "Normal", - "form_619": "Normal", - "form_622": "Normal", - "form_625": "Normal", - "form_628": "Normal", - "form_631": "Normal", - "form_634": "Normal", - "form_637": "Normal", - "form_640": "Normal", - "form_643": "Normal", - "form_646": "Normal", - "form_649": "Normal", - "form_652": "Normal", - "form_655": "Normal", - "form_658": "Normal", - "form_661": "Normal", - "form_664": "Normal", - "form_667": "Normal", - "form_670": "Normal", - "form_677": "Normal", - "form_680": "Normal", - "form_683": "Normal", - "form_688": "Normal", - "form_691": "Normal", - "form_694": "Normal", - "form_697": "Normal", - "form_700": "Normal", - "form_703": "Normal", - "form_706": "Normal", - "form_713": "Normal", - "form_716": "Normal", - "form_719": "Normal", - "form_722": "Normal", - "form_729": "Normal", - "form_734": "Normal", - "form_737": "Normal", - "form_740": "Normal", - "form_743": "Normal", - "form_746": "Normal", - "form_749": "Normal", - "form_752": "Normal", - "form_755": "Normal", - "form_758": "Normal", - "form_761": "Normal", - "form_764": "Normal", - "form_767": "Normal", - "form_770": "Normal", - "form_773": "Normal", - "form_776": "Normal", - "form_779": "Normal", - "form_782": "Normal", - "form_785": "Normal", - "form_788": "Normal", - "form_791": "Normal", - "form_794": "Normal", - "form_797": "Normal", - "form_800": "Normal", - "form_803": "Normal", - "form_806": "Normal", - "form_809": "Normal", - "form_812": "Normal", - "form_815": "Normal", - "form_818": "Normal", - "form_821": "Normal", - "form_824": "Normal", - "form_827": "Normal", - "form_830": "Normal", - "form_833": "Normal", - "form_836": "Normal", - "form_839": "Normal", - "form_846": "Normal", - "form_849": "Normal", - "form_852": "Normal", - "form_855": "Normal", - "form_858": "Normal", - "form_861": "Normal", - "form_864": "Normal", - "form_867": "Normal", - "form_870": "Normal", - "form_873": "Normal", - "form_876": "Normal", - "form_879": "Normal", - "form_888": "Normal", - "form_891": "Normal", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "Normal", - "form_901": "Vs 2019", - "form_902": "Normal", - "form_905": "Normal", - "form_908": "Normal", - "form_911": "Normal", - "form_914": "Normal", - "form_917": "Normal", - "form_920": "Normal", - "form_923": "Normal", - "form_926": "Normal", - "form_929": "Normal", - "form_932": "Normal", - "form_935": "Normal", - "form_938": "Normal", - "form_941": "Normal", - "form_944": "Galarian", - "form_945": "Normal", - "form_946": "Galarian", - "form_947": "Normal", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "Normal", - "form_956": "Normal", - "form_959": "Normal", - "form_962": "Normal", - "form_965": "Normal", - "form_968": "Normal", - "form_971": "Normal", - "form_974": "Normal", - "form_981": "Normal", - "form_984": "Normal", - "form_987": "Normal", - "form_990": "Normal", - "form_993": "Normal", - "form_996": "Normal", - "form_999": "Normal", - "form_1002": "Normal", - "form_1005": "Normal", - "form_1008": "Normal", - "form_1011": "Normal", - "form_1014": "Normal", - "form_1017": "Normal", - "form_1020": "Normal", - "form_1023": "Normal", - "form_1026": "Normal", - "form_1029": "Normal", - "form_1032": "Normal", - "form_1035": "Normal", - "form_1038": "Normal", - "form_1041": "Normal", - "form_1044": "Normal", - "form_1047": "Normal", - "form_1050": "Normal", - "form_1053": "Normal", - "form_1056": "Normal", - "form_1059": "Normal", - "form_1062": "Normal", - "form_1065": "Normal", - "form_1068": "Normal", - "form_1071": "Normal", - "form_1074": "Normal", - "form_1077": "Normal", - "form_1080": "Normal", - "form_1083": "Normal", - "form_1086": "Normal", - "form_1089": "Normal", - "form_1092": "Normal", - "form_1095": "Normal", - "form_1098": "Normal", - "form_1101": "Normal", - "form_1104": "Normal", - "form_1107": "Normal", - "form_1110": "Normal", - "form_1115": "Normal", - "form_1118": "Normal", - "form_1121": "Normal", - "form_1124": "Normal", - "form_1127": "Normal", - "form_1130": "Normal", - "form_1133": "Normal", - "form_1136": "Normal", - "form_1139": "Normal", - "form_1142": "Normal", - "form_1145": "Normal", - "form_1148": "Normal", - "form_1151": "Normal", - "form_1154": "Normal", - "form_1157": "Normal", - "form_1160": "Normal", - "form_1163": "Normal", - "form_1166": "Normal", - "form_1169": "Normal", - "form_1172": "Normal", - "form_1175": "Normal", - "form_1178": "Normal", - "form_1181": "Normal", - "form_1184": "Normal", - "form_1187": "Normal", - "form_1190": "Normal", - "form_1193": "Normal", - "form_1196": "Normal", - "form_1199": "Normal", - "form_1202": "Normal", - "form_1205": "Normal", - "form_1208": "Normal", - "form_1211": "Normal", - "form_1214": "Normal", - "form_1217": "Normal", - "form_1220": "Normal", - "form_1223": "Normal", - "form_1226": "Normal", - "form_1229": "Normal", - "form_1232": "Normal", - "form_1235": "Normal", - "form_1238": "Normal", - "form_1241": "Normal", - "form_1244": "Normal", - "form_1247": "Normal", - "form_1250": "Normal", - "form_1253": "Normal", - "form_1256": "Normal", - "form_1259": "Normal", - "form_1262": "Normal", - "form_1265": "Normal", - "form_1268": "Normal", - "form_1271": "Normal", - "form_1274": "Normal", - "form_1277": "Normal", - "form_1280": "Normal", - "form_1283": "Normal", - "form_1286": "Normal", - "form_1289": "Normal", - "form_1292": "Normal", - "form_1295": "Normal", - "form_1298": "Normal", - "form_1301": "Normal", - "form_1304": "Normal", - "form_1307": "Normal", - "form_1310": "Normal", - "form_1313": "Normal", - "form_1316": "Normal", - "form_1319": "Normal", - "form_1322": "Normal", - "form_1325": "Normal", - "form_1328": "Normal", - "form_1331": "Normal", - "form_1334": "Normal", - "form_1337": "Normal", - "form_1340": "Normal", - "form_1343": "Normal", - "form_1346": "Normal", - "form_1349": "Normal", - "form_1352": "Normal", - "form_1355": "Normal", - "form_1358": "Normal", - "form_1361": "Normal", - "form_1364": "Normal", - "form_1367": "Normal", - "form_1370": "Normal", - "form_1379": "Normal", - "form_1382": "Normal", - "form_1385": "Normal", - "form_1388": "Normal", - "form_1391": "Normal", - "form_1394": "Normal", - "form_1397": "Normal", - "form_1400": "Normal", - "form_1403": "Normal", - "form_1406": "Normal", - "form_1409": "Normal", - "form_1412": "Normal", - "form_1415": "Normal", - "form_1418": "Normal", - "form_1421": "Normal", - "form_1424": "Normal", - "form_1427": "Normal", - "form_1430": "Normal", - "form_1433": "Normal", - "form_1436": "Normal", - "form_1439": "Normal", - "form_1442": "Normal", - "form_1445": "Normal", - "form_1448": "Normal", - "form_1451": "Normal", - "form_1454": "Normal", - "form_1457": "Normal", - "form_1460": "Normal", - "form_1463": "Normal", - "form_1466": "Normal", - "form_1469": "Normal", - "form_1472": "Normal", - "form_1475": "Normal", - "form_1478": "Normal", - "form_1481": "Normal", - "form_1484": "Normal", - "form_1487": "Normal", - "form_1490": "Normal", - "form_1493": "Normal", - "form_1496": "Normal", - "form_1499": "Normal", - "form_1502": "Normal", - "form_1505": "Normal", - "form_1508": "Normal", - "form_1511": "Normal", - "form_1514": "Normal", - "form_1517": "Normal", - "form_1520": "Normal", - "form_1523": "Normal", - "form_1526": "Normal", - "form_1529": "Normal", - "form_1532": "Normal", - "form_1535": "Normal", - "form_1538": "Normal", - "form_1541": "Normal", - "form_1544": "Normal", - "form_1547": "Normal", - "form_1550": "Normal", - "form_1553": "Normal", - "form_1556": "Normal", - "form_1559": "Normal", - "form_1562": "Normal", - "form_1565": "Normal", - "form_1568": "Normal", - "form_1571": "Normal", - "form_1574": "Normal", - "form_1577": "Normal", - "form_1580": "Normal", - "form_1583": "Normal", - "form_1586": "Normal", - "form_1589": "Normal", - "form_1592": "Normal", - "form_1595": "Normal", - "form_1598": "Normal", - "form_1601": "Normal", - "form_1604": "Normal", - "form_1607": "Normal", - "form_1610": "Normal", - "form_1613": "Normal", - "form_1616": "Normal", - "form_1619": "Normal", - "form_1622": "Normal", - "form_1625": "Normal", - "form_1628": "Normal", - "form_1631": "Normal", - "form_1634": "Normal", - "form_1637": "Normal", - "form_1640": "Normal", - "form_1643": "Normal", - "form_1646": "Normal", - "form_1649": "Normal", - "form_1652": "Normal", - "form_1655": "Normal", - "form_1658": "Normal", - "form_1661": "Normal", - "form_1664": "Normal", - "form_1667": "Normal", - "form_1670": "Normal", - "form_1673": "Normal", - "form_1676": "Normal", - "form_1679": "Normal", - "form_1682": "Normal", - "form_1685": "Normal", - "form_1688": "Normal", - "form_1691": "Normal", - "form_1694": "Normal", - "form_1697": "Normal", - "form_1700": "Normal", - "form_1703": "Normal", - "form_1706": "Normal", - "form_1709": "Normal", - "form_1712": "Normal", - "form_1715": "Normal", - "form_1718": "Normal", - "form_1721": "Normal", - "form_1724": "Normal", - "form_1727": "Normal", - "form_1730": "Normal", - "form_1733": "Normal", - "form_1736": "Normal", - "form_1739": "Normal", - "form_1742": "Normal", - "form_1745": "Normal", - "form_1748": "Normal", - "form_1751": "Normal", - "form_1754": "Normal", - "form_1757": "Normal", - "form_1760": "Normal", - "form_1763": "Normal", - "form_1766": "Normal", - "form_1769": "Normal", - "form_1772": "Normal", - "form_1775": "Normal", - "form_1778": "Normal", - "form_1781": "Normal", - "form_1784": "Normal", - "form_1787": "Normal", - "form_1790": "Normal", - "form_1793": "Normal", - "form_1796": "Normal", - "form_1799": "Normal", - "form_1802": "Normal", - "form_1805": "Normal", - "form_1808": "Normal", - "form_1811": "Normal", - "form_1814": "Normal", - "form_1817": "Normal", - "form_1820": "Normal", - "form_1823": "Normal", - "form_1826": "Normal", - "form_1829": "Normal", - "form_1832": "Normal", - "form_1835": "Normal", - "form_1838": "Normal", - "form_1841": "Normal", - "form_1844": "Normal", - "form_1847": "Normal", - "form_1850": "Normal", - "form_1853": "Normal", - "form_1856": "Normal", - "form_1859": "Normal", - "form_1862": "Normal", - "form_1865": "Normal", - "form_1868": "Normal", - "form_1871": "Normal", - "form_1874": "Normal", - "form_1877": "Normal", - "form_1880": "Normal", - "form_1883": "Normal", - "form_1886": "Normal", - "form_1889": "Normal", - "form_1892": "Normal", - "form_1895": "Normal", - "form_1898": "Normal", - "form_1901": "Normal", - "form_1904": "Normal", - "form_1907": "Normal", - "form_1910": "Normal", - "form_1913": "Normal", - "form_1916": "Normal", - "form_1919": "Normal", - "form_1922": "Normal", - "form_1925": "Normal", - "form_1928": "Normal", - "form_1931": "Normal", - "form_1934": "Normal", - "form_1937": "Normal", - "form_1940": "Normal", - "form_1943": "Normal", - "form_1946": "Normal", - "form_1949": "Normal", - "form_1952": "Normal", - "form_1955": "Normal", - "form_1958": "Normal", - "form_1961": "Normal", - "form_1964": "Normal", - "form_1967": "Normal", - "form_1970": "Normal", - "form_1973": "Normal", - "form_1976": "Normal", - "form_1979": "Normal", - "form_1982": "Normal", - "form_1985": "Normal", - "form_1988": "Normal", - "form_1991": "Normal", - "form_1994": "Normal", - "form_1997": "Normal", - "form_2000": "Normal", - "form_2003": "Normal", - "form_2006": "Normal", - "form_2009": "Normal", - "form_2012": "Normal", - "form_2015": "Normal", - "form_2018": "Normal", - "form_2021": "Normal", - "form_2024": "Normal", - "form_2027": "Normal", - "form_2030": "Normal", - "form_2033": "Normal", - "form_2036": "Normal", - "form_2039": "Normal", - "form_2042": "Normal", - "form_2045": "Normal", - "form_2048": "Normal", - "form_2051": "Normal", - "form_2054": "Normal", - "form_2057": "Normal", - "form_2060": "Normal", - "form_2063": "Normal", - "form_2066": "Normal", - "form_2069": "Normal", - "form_2072": "Normal", - "form_2075": "Normal", - "form_2078": "Normal", - "form_2081": "Normal", - "form_2084": "Normal", - "form_2087": "Normal", - "form_2090": "Normal", - "form_2093": "Normal", - "form_2096": "Normal", - "form_2099": "Normal", - "form_2102": "Normal", - "form_2105": "Normal", - "form_2108": "Normal", - "form_2111": "Normal", - "form_2114": "Normal", - "form_2117": "Normal", - "form_2120": "Normal", - "form_2123": "Normal", - "form_2126": "Normal", - "form_2129": "Normal", - "form_2132": "Normal", - "form_2135": "Normal", - "form_2138": "Normal", - "form_2141": "Normal", - "form_2144": "Normal", - "form_2147": "Normal", - "form_2150": "Normal", - "form_2153": "Normal", - "form_2156": "Normal", - "form_2159": "Normal", - "form_2162": "Normal", - "form_2165": "Normal", - "form_2168": "Normal", - "form_2171": "Normal", - "form_2174": "Normal", - "form_2177": "Normal", - "form_2180": "Normal", - "form_2183": "Normal", - "form_2186": "Normal", - "form_2189": "Normal", - "form_2192": "Normal", - "form_2195": "Normal", - "form_2198": "Normal", - "form_2201": "Normal", - "form_2204": "Normal", - "form_2207": "Normal", - "form_2210": "Normal", - "form_2213": "Normal", - "form_2216": "Normal", - "form_2219": "Normal", - "form_2222": "Normal", - "form_2225": "Normal", - "form_2228": "Normal", - "form_2231": "Normal", - "form_2234": "Normal", - "form_2237": "Normal", - "form_2240": "Normal", - "form_2243": "Normal", - "form_2246": "Normal", - "form_2249": "Normal", - "form_2252": "Normal", - "form_2255": "Normal", - "form_2258": "Normal", - "form_2261": "Normal", - "form_2264": "Normal", - "form_2267": "Normal", - "form_2270": "Normal", - "form_2273": "Normal", - "form_2276": "Normal", - "form_2279": "Normal", - "form_2282": "Normal", - "form_2285": "Normal", - "form_2288": "Normal", - "form_2291": "Normal", - "form_2294": "Normal", - "form_2297": "Normal", - "form_2300": "Normal", - "form_2303": "Normal", - "form_2306": "Normal", - "form_2309": "Normal", - "form_2312": "Normal", - "form_2315": "Normal", - "form_2318": "Normal", - "form_2321": "Normal", - "form_2324": "Normal", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "Dişi", - "form_2331": "Dişi", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "Dingin Formu", - "form_2464": "Kızgın Formu", - "form_2477": "Sahte Formu", - "form_2478": "Antika Formu", - "form_2480": "Sahte Formu", - "form_2481": "Antika Formu", - "form_2501": "Normal", - "form_2504": "Normal", - "form_2507": "Normal", - "form_2510": "Normal", - "form_2513": "Normal", - "form_2516": "Normal", - "form_2540": "Buz Surat", - "form_2541": "Erimiş Surat", - "form_2542": "Erkek", - "form_2543": "Dişi", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "Taçlı Kılıç", - "form_2577": "Savaş Kahramanı", - "form_2578": "Taçlı Kalkan", - "form_2579": "Savaş Kahramanı", - "form_2580": "Eternamax", - "form_2581": "Normal", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "Normal", - "form_2588": "Dişi", - "form_2589": "Normal", - "form_2590": "Dişi", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "Güneşli", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "Baile Tarzı", - "form_2680": "Ponpon Tarzı", - "form_2681": "Pa'u Tarzı", - "form_2683": "Sensu Tarzı", - "form_2684": "Günortası Formu", - "form_2685": "Geceyarısı Formu", - "form_2686": "Alacakaranlık Formu", - "form_2687": "Solo Formu", - "form_2688": "Sürü Formu", - "form_2689": "Normal", - "form_2690": "Böcek", - "form_2691": "Karanlık", - "form_2692": "Ejderha", - "form_2693": "Elektrik", - "form_2694": "Peri", - "form_2695": "Dövüşçü", - "form_2696": "Ateş", - "form_2697": "Uçan", - "form_2698": "Hayalet", - "form_2699": "Bitki", - "form_2700": "Yer", - "form_2701": "Buz", - "form_2702": "Zehir", - "form_2703": "Psişik", - "form_2704": "Kaya", - "form_2705": "Çelik", - "form_2706": "Su", - "form_2707": "Meteor Blue", - "form_2708": "Mavi Tüylü", - "form_2709": "Yeşil Tüylü", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "Sarı Tüylü", - "form_2715": "Yakalanmış Formu", - "form_2716": "Kılık Değiştirmiş Formu", - "form_2717": "Normal", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "Normal", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "Normal", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "Alacakaranlık Formu", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "Güneşli", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "Güneşli", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "Enkarne Formu", - "form_2803": "Theria Formu", - "form_2804": "Beyaz Çizgili", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "Normal", - "form_2808": "Dişi", - "form_2809": "Normal", - "form_2810": "Normal", - "form_2811": "Normal", - "form_2812": "Normal", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "Normal", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "Orijin Formu", - "form_2830": "Orijin Formu", - "form_2831": "Normal", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "Normal", - "form_2982": "Dişi", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "Yeşil Tüylü", - "form_2986": "Mavi Tüylü", - "form_2987": "Sarı Tüylü", - "form_2988": "White", - "form_2989": "Sıfır Formu", - "form_2990": "Savaş Kahramanı", - "form_2991": "Kıvrık Formu", - "form_2992": "Sarkık Formu", - "form_2993": "Dümdüz Formu", - "form_2994": "İki Segment Formu", - "form_2995": "Üç Segment Formu", - "form_2996": "Alfa Yapısı", - "form_2997": "Doruk Modu", - "form_2998": "Normal", - "form_3000": "Normal", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "Erkek", - "gender_2": "Dişi", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "Alola", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "Blanche", - "grunt_2": "Candela", - "grunt_3": "Spark", - "grunt_4": "Serseri (Erkek)", - "grunt_5": "Serseri (Dişi)", - "grunt_6": "Böcek - Serseri (Dişi)", - "grunt_7": "Böcek - Serseri (Erkek)", - "grunt_8": "Serseri (Dişi)", - "grunt_9": "Serseri (Erkek)", - "grunt_10": "Karanlık - Serseri (Dişi)", - "grunt_11": "Karanlık - Serseri (Erkek)", - "grunt_12": "Ejderha - Serseri (Dişi)", - "grunt_13": "Ejderha - Serseri (Erkek)", - "grunt_14": "Peri - Serseri (Dişi)", - "grunt_15": "Peri - Serseri (Erkek)", - "grunt_16": "Dövüşçü - Serseri (Dişi)", - "grunt_17": "Dövüşçü - Serseri (Erkek)", - "grunt_18": "Ateş - Serseri (Dişi)", - "grunt_19": "Ateş - Serseri (Erkek)", - "grunt_20": "Uçan - Serseri (Dişi)", - "grunt_21": "Uçan - Serseri (Erkek)", - "grunt_22": "Bitki - Serseri (Dişi)", - "grunt_23": "Bitki - Serseri (Erkek)", - "grunt_24": "Yer - Serseri (Dişi)", - "grunt_25": "Yer - Serseri (Erkek)", - "grunt_26": "Buz - Serseri (Dişi)", - "grunt_27": "Buz - Serseri (Erkek)", - "grunt_28": "Çelik - Serseri (Dişi)", - "grunt_29": "Çelik - Serseri (Erkek)", - "grunt_30": "Normal - Serseri (Dişi)", - "grunt_31": "Normal - Serseri (Erkek)", - "grunt_32": "Zehir - Serseri (Dişi)", - "grunt_33": "Zehir - Serseri (Erkek)", - "grunt_34": "Psişik - Serseri (Dişi)", - "grunt_35": "Psişik - Serseri (Erkek)", - "grunt_36": "Kaya - Serseri (Dişi)", - "grunt_37": "Kaya - Serseri (Erkek)", - "grunt_38": "Su - Serseri (Dişi)", - "grunt_39": "Su - Serseri (Erkek)", - "grunt_40": "Player Team Leader", - "grunt_41": "Lider Cliff", - "grunt_42": "Lider Arlo", - "grunt_43": "Lider Sierra", - "grunt_44": "Giovanni", - "grunt_45": "Sahte Serseri (Erkek)", - "grunt_46": "Sahte Serseri (Dişi)", - "grunt_47": "Hayalet - Serseri (Dişi)", - "grunt_48": "Hayalet - Serseri (Erkek)", - "grunt_49": "Elektrik - Serseri (Dişi)", - "grunt_50": "Elektrik - Serseri (Erkek)", - "grunt_51": "Serseri (Dişi)", - "grunt_52": "Serseri (Erkek)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "Böcek - Serseri (Dişi)", - "grunt_56": "Böcek - Serseri (Erkek)", - "grunt_57": "Karanlık - Serseri (Dişi)", - "grunt_58": "Karanlık - Serseri (Erkek)", - "grunt_59": "Ejderha - Serseri (Dişi)", - "grunt_60": "Ejderha - Serseri (Erkek)", - "grunt_61": "Peri - Serseri (Dişi)", - "grunt_62": "Peri - Serseri (Erkek)", - "grunt_63": "Dövüşçü - Serseri (Dişi)", - "grunt_64": "Dövüşçü - Serseri (Erkek)", - "grunt_65": "Ateş - Serseri (Dişi)", - "grunt_66": "Ateş - Serseri (Erkek)", - "grunt_67": "Uçan - Serseri (Dişi)", - "grunt_68": "Uçan - Serseri (Erkek)", - "grunt_69": "Bitki - Serseri (Dişi)", - "grunt_70": "Bitki - Serseri (Erkek)", - "grunt_71": "Yer - Serseri (Dişi)", - "grunt_72": "Yer - Serseri (Erkek)", - "grunt_73": "Buz - Serseri (Dişi)", - "grunt_74": "Buz - Serseri (Erkek)", - "grunt_75": "Serseri (Dişi)", - "grunt_76": "Serseri (Erkek)", - "grunt_77": "Normal - Serseri (Dişi)", - "grunt_78": "Normal - Serseri (Erkek)", - "grunt_79": "Zehir - Serseri (Dişi)", - "grunt_80": "Zehir - Serseri (Erkek)", - "grunt_81": "Psişik - Serseri (Dişi)", - "grunt_82": "Psişik - Serseri (Erkek)", - "grunt_83": "Kaya - Serseri (Dişi)", - "grunt_84": "Kaya - Serseri (Erkek)", - "grunt_85": "Su - Serseri (Dişi)", - "grunt_86": "Su - Serseri (Erkek)", - "grunt_87": "Hayalet - Serseri (Dişi)", - "grunt_88": "Hayalet - Serseri (Erkek)", - "grunt_89": "Elektrik - Serseri (Dişi)", - "grunt_90": "Elektrik - Serseri (Erkek)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "Hiçbiri", - "grunt_a_1": "Blanche", - "grunt_a_2": "Candela", - "grunt_a_3": "Spark", - "grunt_a_4": "Serseri ♂", - "grunt_a_5": "Serseri ♀", - "grunt_a_6": "Böcek ♀", - "grunt_a_7": "Böcek ♂", - "grunt_a_8": "Serseri ♀", - "grunt_a_9": "Serseri ♂", - "grunt_a_10": "Karanlık ♀", - "grunt_a_11": "Karanlık ♂", - "grunt_a_12": "Ejderha ♀", - "grunt_a_13": "Ejderha ♂", - "grunt_a_14": "Peri ♀", - "grunt_a_15": "Peri ♂", - "grunt_a_16": "Dövüşçü ♀", - "grunt_a_17": "Dövüşçü ♂", - "grunt_a_18": "Ateş ♀", - "grunt_a_19": "Ateş ♂", - "grunt_a_20": "Uçan ♀", - "grunt_a_21": "Uçan ♂", - "grunt_a_22": "Bitki ♀", - "grunt_a_23": "Bitki ♂", - "grunt_a_24": "Yer ♀", - "grunt_a_25": "Yer ♂", - "grunt_a_26": "Buz ♀", - "grunt_a_27": "Buz ♂", - "grunt_a_28": "Çelik ♀", - "grunt_a_29": "Çelik ♂", - "grunt_a_30": "Normal ♀", - "grunt_a_31": "Normal ♂", - "grunt_a_32": "Zehir ♀", - "grunt_a_33": "Zehir ♂", - "grunt_a_34": "Psişik ♀", - "grunt_a_35": "Psişik ♂", - "grunt_a_36": "Kaya ♀", - "grunt_a_37": "Kaya ♂", - "grunt_a_38": "Su ♀", - "grunt_a_39": "Su ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "Lider Cliff", - "grunt_a_42": "Lider Arlo", - "grunt_a_43": "Lider Sierra", - "grunt_a_44": "Giovanni", - "grunt_a_45": "Sahte Serseri ♂", - "grunt_a_46": "Sahte Serseri ♀", - "grunt_a_47": "Hayalet ♀", - "grunt_a_48": "Hayalet ♂", - "grunt_a_49": "Elektrik ♀", - "grunt_a_50": "Elektrik ♂", - "grunt_a_51": "Serseri ♀", - "grunt_a_52": "Serseri ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "Böcek ♀", - "grunt_a_56": "Böcek ♂", - "grunt_a_57": "Karanlık ♀", - "grunt_a_58": "Karanlık ♂", - "grunt_a_59": "Ejderha ♀", - "grunt_a_60": "Ejderha ♂", - "grunt_a_61": "Peri ♀", - "grunt_a_62": "Peri ♂", - "grunt_a_63": "Dövüşçü ♀", - "grunt_a_64": "Dövüşçü ♂", - "grunt_a_65": "Ateş ♀", - "grunt_a_66": "Ateş ♂", - "grunt_a_67": "Uçan ♀", - "grunt_a_68": "Uçan ♂", - "grunt_a_69": "Bitki ♀", - "grunt_a_70": "Bitki ♂", - "grunt_a_71": "Yer ♀", - "grunt_a_72": "Yer ♂", - "grunt_a_73": "Buz ♀", - "grunt_a_74": "Buz ♂", - "grunt_a_75": "Serseri ♀", - "grunt_a_76": "Serseri ♂", - "grunt_a_77": "Normal ♀", - "grunt_a_78": "Normal ♂", - "grunt_a_79": "Zehir ♀", - "grunt_a_80": "Zehir ♂", - "grunt_a_81": "Psişik ♀", - "grunt_a_82": "Psişik ♂", - "grunt_a_83": "Kaya ♀", - "grunt_a_84": "Kaya ♂", - "grunt_a_85": "Su ♀", - "grunt_a_86": "Su ♂", - "grunt_a_87": "Hayalet ♀", - "grunt_a_88": "Hayalet ♂", - "grunt_a_89": "Elektrik ♀", - "grunt_a_90": "Elektrik ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "Bilinmiyor", - "item_1": "Poké Topu", - "item_2": "Süper Top", - "item_3": "Ultra Top", - "item_4": "Usta Top", - "item_5": "Prömiyer Top", - "item_6": "Yaratık Topu", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "İksir", - "item_102": "Süper İksir", - "item_103": "Hiper İksir", - "item_104": "Maks. İksir", - "item_201": "Canlandır", - "item_202": "Maks. Canlandır", - "item_301": "Şans Yumurtası", - "item_401": "Tütsü", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "Gizemli Kutu", - "item_406": "Günlük Macera Tütsüsü", - "item_407": "Para Çantası", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "Yem Modülü", - "item_502": "Buzul Yem Modülü", - "item_503": "Yosunlu Yem Modülü", - "item_504": "Manyetik Yem Modülü", - "item_505": "Islak Yem Modülü", - "item_506": "Altın Yem Modülü", - "item_602": "X Saldırı", - "item_603": "X Savunma", - "item_604": "BELİRSİZ", - "item_650": "Zygarde Hücresi", - "item_651": "Zygarde Küpü", - "item_701": "Razz Meyvesi", - "item_702": "Bluk Meyvesi", - "item_703": "Nanab Meyvesi", - "item_704": "Wepear Meyvesi", - "item_705": "Pinap Meyvesi", - "item_706": "Altın Razz Meyvesi", - "item_707": "Golden Nanab Berry", - "item_708": "Gümüş Pinap Meyvesi", - "item_709": "Pofin", - "item_801": "Kamera", - "item_802": "Çıkartmalar", - "item_803": "Kartpostal Defteri", - "item_901": "Kuluçka Makinesi ∞", - "item_902": "Kuluçka Makinesi", - "item_903": "Süper Kuluçka Makinesi", - "item_1001": "Pokémon Deposu", - "item_1002": "Eşya Çantası", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "Güneş Taşı", - "item_1102": "Kral Kayası", - "item_1103": "Metal Kaplama", - "item_1104": "Ejderha Pulu", - "item_1105": "Geliştirme", - "item_1106": "Sinnoh Taşı", - "item_1107": "Unova Taşı", - "item_1150": "?????? Parası", - "item_1201": "Hızlı TM", - "item_1202": "Güçlü TM", - "item_1203": "Elit Hızlı TM", - "item_1204": "Elit Güçlü TM", - "item_1250": "Meteorit", - "item_1301": "Nadir Şeker", - "item_1302": "Nadir Büyük Şeker", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "Akın Bileti", - "item_1402": "Premium Maç Bileti", - "item_1404": "Yıldız Parçası", - "item_1405": "Hediye", - "item_1406": "Takım Madalyonu", - "item_1408": "Uzak Akın Bileti", - "item_1409": "S Raid Ticket", - "item_1501": "Gizemli Bileşen", - "item_1502": "Roket Radarı", - "item_1503": "Süper Roket Radarı", - "item_1504": "Gölge Parçası", - "item_1505": "Arınmış Cevher", - "item_1506": "Maksi Parçacık", - "item_1507": "Maksi Parçacık Paketi", - "item_1600": "Bilet", - "item_1601": "Bilet", - "item_1602": "Bilet", - "item_1603": "Bilet", - "item_1604": "Ekstra Bilet", - "item_1605": "Ekstra Bilet", - "item_1606": "GO Maç Ligi Süreli Araştırma Bileti", - "item_1607": "Bilet", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Safari Bileti: Seul", - "item_1611": "Safari Bileti: Barselona", - "item_1612": "Safari Bileti: Meksiko", - "item_1613": "Safari Bileti: Tainan", - "item_1614": "Ticket City Safari 04", - "item_1615": "Bilet", - "item_1616": "Bilet", - "item_1617": "Bilet", - "item_1618": "Bilet", - "item_1619": "Bilet", - "item_1620": "Bilet", - "item_1621": "Bilet", - "item_1622": "Bilet", - "item_1623": "Bilet", - "item_1624": "Bilet", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "Normal", - "lure_502": "Buzul", - "lure_503": "Yosunlu", - "lure_504": "Manyetik", - "lure_505": "Islak", - "lure_506": "Altın", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "Bilinmiyor", - "move_1": "Gök Gürültüsü Şoku", - "move_2": "Tez Saldırı", - "move_3": "Tırmala", - "move_4": "Köz", - "move_5": "Asma Kamçısı", - "move_6": "Toslama", - "move_7": "Jilet Yaprak", - "move_8": "Yere İndirme", - "move_9": "Su Tabancası", - "move_10": "Isırma", - "move_11": "Vur", - "move_12": "Çift Tokat", - "move_13": "Yakalama", - "move_14": "Hiper Işın", - "move_15": "Yala", - "move_16": "Karanlık Darbe", - "move_17": "Duman", - "move_18": "Balçık", - "move_19": "Metal Pençe", - "move_20": "Mengene Tutuşu", - "move_21": "Alev Çemberi", - "move_22": "Mega Boynuz", - "move_23": "Kanat Saldırısı", - "move_24": "Alev Püskürtücü", - "move_25": "Ani Yumruk", - "move_26": "Kazı", - "move_27": "Alçak Tekme", - "move_28": "Çapraz Kesme", - "move_29": "Psişik Kesik", - "move_30": "Psişik Işın", - "move_31": "Deprem", - "move_32": "Taş Kenar", - "move_33": "Buz Yumruğu", - "move_34": "Kalp Damgası", - "move_35": "Elektrik Boşalımı", - "move_36": "Flaş Topu", - "move_37": "Gagalama", - "move_38": "Matkap Gaga", - "move_39": "Buz Işını", - "move_40": "Tipi", - "move_41": "Hava Kesiği", - "move_42": "Isı Dalgası", - "move_43": "İkiz İğne", - "move_44": "Zehirli Yumruk", - "move_45": "Havaların Hakimi", - "move_46": "Matkap Koşusu", - "move_47": "Taç Yaprak Fırtınası", - "move_48": "Mega Emiş", - "move_49": "Böcek Vızıltısı", - "move_50": "Zehirli Diş", - "move_51": "Gece Kesiği", - "move_52": "Biç", - "move_53": "Baloncuk Işını", - "move_54": "Teslimiyet", - "move_55": "Karate Biçişi", - "move_56": "Yerden Tekme", - "move_57": "Su Jeti", - "move_58": "Su Kuyruğu", - "move_59": "Tohum Bombası", - "move_60": "Psikoşok", - "move_61": "Kaya Atışı", - "move_62": "Antik Güç", - "move_63": "Kaya Mezar", - "move_64": "Kaya Kayması", - "move_65": "Güç Taşı", - "move_66": "Gölge Sokulması", - "move_67": "Gölge Yumruğu", - "move_68": "Gölge Pençesi", - "move_69": "Uğursuz Rüzgâr", - "move_70": "Gölge Topu", - "move_71": "Kurşun Yumruk", - "move_72": "Mıknatıs Bombası", - "move_73": "Çelik Kanat", - "move_74": "Demir Kafa", - "move_75": "Parabolik Şarj", - "move_76": "Kıvılcım", - "move_77": "Gök Gürültüsü Yumruğu", - "move_78": "Gök Gürültüsü", - "move_79": "Yıldırım", - "move_80": "Burgaç", - "move_81": "Ejderha Nefesi", - "move_82": "Ejderha Darbesi", - "move_83": "Ejderha Pençesi", - "move_84": "Yatıştıran Ses", - "move_85": "Emici Öpücük", - "move_86": "Parlak Işın", - "move_87": "Ay Patlaması", - "move_88": "Sert Oyun", - "move_89": "Çapraz Zehir", - "move_90": "Balçık Bombası", - "move_91": "Balçık Dalgası", - "move_92": "Yapışkan Atış", - "move_93": "Çamur Atışı", - "move_94": "Kemik Sopa", - "move_95": "Buldozer", - "move_96": "Çamur Bombası", - "move_97": "Öfkeli Kesme", - "move_98": "Böcek Isırığı", - "move_99": "Sinyal Işını", - "move_100": "Çapraz Makas", - "move_101": "Alev Saldırısı", - "move_102": "Alev Patlaması", - "move_103": "Ateş Patlaması", - "move_104": "Tuzlu Su Püskürtme", - "move_105": "Su Vuruşu", - "move_106": "Haşlama", - "move_107": "Su Pompası", - "move_108": "Psişik", - "move_109": "Psişik Saldırı", - "move_110": "Buz Parçası", - "move_111": "Buzlu Rüzgâr", - "move_112": "Buz Nefes", - "move_113": "Absorbe Etme", - "move_114": "Giga Emiş", - "move_115": "Ateş Yumruğu", - "move_116": "Güneş Işını", - "move_117": "Yaprak Bıçağı", - "move_118": "Güç Kırbacı", - "move_119": "Su Sıçratma", - "move_120": "Asit", - "move_121": "Hava Bıçağı", - "move_122": "Fırtına", - "move_123": "Tuğla Kırma", - "move_124": "Kesme", - "move_125": "Yıldız Işını", - "move_126": "Boynuz Saldırısı", - "move_127": "Ezme", - "move_128": "Kafa Darbesi", - "move_129": "Hiper Diş", - "move_130": "Çarp", - "move_131": "Vücut Çarpması", - "move_132": "Dinlen", - "move_133": "Mücadele", - "move_134": "Haşlama", - "move_135": "Su Pompası", - "move_136": "Yakalama", - "move_137": "Yakalama", - "move_200": "Öfkeli Kesme", - "move_201": "Böcek Isırığı", - "move_202": "Isırma", - "move_203": "Ani Yumruk", - "move_204": "Ejderha Nefesi", - "move_205": "Gök Gürültüsü Şoku", - "move_206": "Kıvılcım", - "move_207": "Alçak Tekme", - "move_208": "Karate Biçişi", - "move_209": "Köz", - "move_210": "Kanat Saldırısı", - "move_211": "Gagalama", - "move_212": "Yala", - "move_213": "Gölge Pençesi", - "move_214": "Asma Kamçısı", - "move_215": "Jilet Yaprak", - "move_216": "Çamur Atışı", - "move_217": "Buz Parçası", - "move_218": "Buz Nefes", - "move_219": "Tez Saldırı", - "move_220": "Tırmala", - "move_221": "Toslama", - "move_222": "Vur", - "move_223": "Kesme", - "move_224": "Zehirli Yumruk", - "move_225": "Asit", - "move_226": "Psişik Kesik", - "move_227": "Kaya Atışı", - "move_228": "Metal Pençe", - "move_229": "Kurşun Yumruk", - "move_230": "Su Tabancası", - "move_231": "Su Sıçratma", - "move_232": "Su Tabancası", - "move_233": "Çamur Tokadı", - "move_234": "Zen Kafa Darbesi", - "move_235": "Kafa Karışıklığı", - "move_236": "Zehirli İğne", - "move_237": "Baloncuk", - "move_238": "Sinsi Saldırı", - "move_239": "Çelik Kanat", - "move_240": "Ateş Diş", - "move_241": "Kaya Darbesi", - "move_242": "Dönüşüm", - "move_243": "Karşılık", - "move_244": "Toz Kar", - "move_245": "Yakın Dövüş", - "move_246": "Dinamik Yumruk", - "move_247": "Odak Darbesi", - "move_248": "Aurora Işını", - "move_249": "Şarj Işını", - "move_250": "Volt Değişimi", - "move_251": "Yabani Şarj", - "move_252": "Elektrik Topu", - "move_253": "Ejderha Kuyruğu", - "move_254": "Çığ", - "move_255": "Hava Kesiği", - "move_256": "Cesur Kuş", - "move_257": "Gökyüzü Saldırısı", - "move_258": "Kum Mezar", - "move_259": "Kaya Yağmuru", - "move_260": "İstila", - "move_261": "Mücadele Böceği", - "move_262": "Gümüş Rüzgâr", - "move_263": "Şaşırtmaca", - "move_264": "Büyü", - "move_265": "Gece Gölgesi", - "move_266": "Demir Kuyruk", - "move_267": "Jiro Top", - "move_268": "Ağır Vuruş", - "move_269": "Ateş Dönüşü", - "move_270": "Aşırı Isınma", - "move_271": "Mermi Tohumu", - "move_272": "Çimen Düğümü", - "move_273": "Enerji Topu", - "move_274": "Algı Ötesi", - "move_275": "Gelecek Görüşü", - "move_276": "Ayna Kalkan", - "move_277": "Öfke Krizi", - "move_278": "Gürleme", - "move_279": "Çiğne", - "move_280": "Hileli Oyun", - "move_281": "Saklı Güç", - "move_282": "Yere İndirme", - "move_283": "Şelale", - "move_284": "Sörf", - "move_285": "Drako Meteor", - "move_286": "Kıyamet Arzusu", - "move_287": "Esneme", - "move_288": "Psişik Yükleme", - "move_289": "Orijin Darbesi", - "move_290": "Uçurum Bıçakları", - "move_291": "Hediye", - "move_292": "Hava Durumu Topu", - "move_293": "Hava Durumu Topu", - "move_294": "Hava Durumu Topu", - "move_295": "Hava Durumu Topu", - "move_296": "Çılgın Bitki", - "move_297": "Yere Yapıştır", - "move_298": "Tahrip Yanığı", - "move_299": "Su Topu", - "move_300": "Son Çare", - "move_301": "Meteor Darbesi", - "move_302": "Kafatası Darbesi", - "move_303": "Asit Püskürtme", - "move_304": "Yeryüzü Gücü", - "move_305": "Yengeç Çekici", - "move_306": "Atılım", - "move_307": "Parçalayan Pençe", - "move_308": "Oktazuka", - "move_309": "Ayna Atışı", - "move_310": "Süper Güç", - "move_311": "Bitirici İğne", - "move_312": "Yaprak Hortumu", - "move_313": "Hayat Emme", - "move_314": "Emici Yumruk", - "move_315": "Gölge Kemik", - "move_316": "Çamurlu Su", - "move_317": "Alev Tekmesi", - "move_318": "Jilet Kabuk", - "move_319": "Güçlendiren Yumruk", - "move_320": "Çekici", - "move_321": "Giga Vuruş", - "move_322": "Asabiyet", - "move_323": "İyiliğin Karşılığı", - "move_324": "Senkro Gürültü", - "move_325": "Kilitlen", - "move_326": "Gök Gürültüsü Dişi", - "move_327": "Buz Diş", - "move_328": "Matkap Boynuz", - "move_329": "Çatlak", - "move_330": "Kutsal Kılıç", - "move_331": "Uçan Pres", - "move_332": "Aura Küresi", - "move_333": "Ödeşme", - "move_334": "Kaya Enkazı", - "move_335": "Hava Darbesi", - "move_336": "Tekno Patlama", - "move_337": "Tekno Patlama", - "move_338": "Tekno Patlama", - "move_339": "Tekno Patlama", - "move_340": "Tekno Patlama", - "move_341": "Uç", - "move_342": "V Yapıcı", - "move_343": "Yaprak Fırtınası", - "move_344": "Üçlü Saldırı", - "move_345": "Kasırga", - "move_346": "Kül Etme", - "move_347": "Dark Void", - "move_348": "Tüy Dansı", - "move_349": "Fiery Dance", - "move_350": "Peri Rüzgârı", - "move_351": "Relic Song", - "move_352": "Hava Durumu Topu", - "move_353": "Psişik Dişler", - "move_354": "Hiperuzay Öfkesi", - "move_355": "Hiperuzay Deliği", - "move_356": "Çifte Tekme", - "move_357": "Büyülü Yaprak", - "move_358": "Kutsal Ateş", - "move_359": "Buzul Mızrak", - "move_360": "Hava Darbesi+", - "move_361": "Hava Darbesi++", - "move_362": "Kutsal Ateş+", - "move_363": "Kutsal Ateş++", - "move_364": "Acrobatics", - "move_365": "Arındıran Işık", - "move_366": "Sis Topu", - "move_367": "Vahşi Savurma", - "move_368": "Yuvarlanma", - "move_369": "Tohum Meşalesi", - "move_370": "Engelleme", - "move_371": "Gölge Gücü", - "move_372": "Meteor Işını", - "move_373": "Yağmur Hançeri", - "move_374": "Füzyon Yıldırımı", - "move_375": "Füzyon Alevi", - "move_376": "Poltergeist", - "move_377": "Yüksek Beygir Gücü", - "move_378": "Buzullaşma", - "move_379": "Kıran Vuruş", - "move_380": "Büyük Patlama", - "move_381": "Çifte Demir Darbe", - "move_382": "Mistik Alev", - "move_383": "Sıvılaştırma", - "move_384": "Ejderha Yükselişi", - "move_385": "Yeşillik", - "move_386": "Magma Fırtınası", - "move_387": "Yer Kontrolü", - "move_388": "Uzamsal Yırtış", - "move_389": "Yok Edici Kanat", - "move_390": "Doğanın Çılgınlığı", - "move_391": "Üçlü Axel", - "move_392": "Çığır Açma", - "move_393": "Kavurucu Kum", - "move_394": "Zaman Kükremesi", - "move_395": "Ayazlayan Fırtına", - "move_396": "Yakan Kum Fırtınası", - "move_397": "Yıldırım Hortumu", - "move_398": "Ruh Kelepçesi", - "move_399": "Volt Vuruşu", - "move_400": "Zifiri Kement", - "move_401": "Psişik Dalga", - "move_402": "Metal Sesi", - "move_403": "Kum Saldırısı", - "move_404": "Meteor Çarpması", - "move_405": "Hayalet Ay Işını", - "move_406": "Aura Çemberi", - "move_407": "Aura Çemberi", - "move_408": "Yüksek Sıçrama Tekmesi", - "move_409": "Maksi Alev", - "move_410": "Maksi Kanatlılar", - "move_411": "Maksi Şimşek", - "move_412": "Maksi Saldırı", - "move_413": "Maksi Yumruk", - "move_414": "Maksi Hayalet", - "move_415": "Maksi Dolu Fırtınası", - "move_416": "Maksi Balçık", - "move_417": "Maksi Gayzer", - "move_418": "Maksi Hava Akımı", - "move_419": "Maksi Yıldız Yağmuru", - "move_420": "Maksi Ejderha Rüzgârı", - "move_421": "Maksi Zihin Fırtınası", - "move_422": "Maksi Kaya Düşüşü", - "move_423": "Maksi Deprem", - "move_424": "Maksi Karanlık", - "move_425": "Maksi Büyüme", - "move_426": "Maksi Çelikçivi", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "Güçlü Avuç", - "move_463": "Pırıldayan Arya", - "poke_0": "Değiştir", - "poke_1": "Bulbasaur", - "poke_2": "Ivysaur", - "poke_3": "Venusaur", - "poke_3_e1": "Mega Venusaur", - "poke_4": "Charmander", - "poke_5": "Charmeleon", - "poke_6": "Charizard", - "poke_6_e2": "Mega Charizard X", - "poke_6_e3": "Mega Charizard Y", - "poke_7": "Squirtle", - "poke_8": "Wartortle", - "poke_9": "Blastoise", - "poke_9_e1": "Mega Blastoise", - "poke_10": "Caterpie", - "poke_11": "Metapod", - "poke_12": "Butterfree", - "poke_13": "Weedle", - "poke_14": "Kakuna", - "poke_15": "Beedrill", - "poke_15_e1": "Mega Beedrill", - "poke_16": "Pidgey", - "poke_17": "Pidgeotto", - "poke_18": "Pidgeot", - "poke_18_e1": "Mega Pidgeot", - "poke_19": "Rattata", - "poke_20": "Raticate", - "poke_21": "Spearow", - "poke_22": "Fearow", - "poke_23": "Ekans", - "poke_24": "Arbok", - "poke_25": "Pikachu", - "poke_26": "Raichu", - "poke_27": "Sandshrew", - "poke_28": "Sandslash", - "poke_29": "Nidoran♀", - "poke_30": "Nidorina", - "poke_31": "Nidoqueen", - "poke_32": "Nidoran♂", - "poke_33": "Nidorino", - "poke_34": "Nidoking", - "poke_35": "Clefairy", - "poke_36": "Clefable", - "poke_37": "Vulpix", - "poke_38": "Ninetales", - "poke_39": "Jigglypuff", - "poke_40": "Wigglytuff", - "poke_41": "Zubat", - "poke_42": "Golbat", - "poke_43": "Oddish", - "poke_44": "Gloom", - "poke_45": "Vileplume", - "poke_46": "Paras", - "poke_47": "Parasect", - "poke_48": "Venonat", - "poke_49": "Venomoth", - "poke_50": "Diglett", - "poke_51": "Dugtrio", - "poke_52": "Meowth", - "poke_53": "Persian", - "poke_54": "Psyduck", - "poke_55": "Golduck", - "poke_56": "Mankey", - "poke_57": "Primeape", - "poke_58": "Growlithe", - "poke_59": "Arcanine", - "poke_60": "Poliwag", - "poke_61": "Poliwhirl", - "poke_62": "Poliwrath", - "poke_63": "Abra", - "poke_64": "Kadabra", - "poke_65": "Alakazam", - "poke_65_e1": "Mega Alakazam", - "poke_66": "Machop", - "poke_67": "Machoke", - "poke_68": "Machamp", - "poke_69": "Bellsprout", - "poke_70": "Weepinbell", - "poke_71": "Victreebel", - "poke_72": "Tentacool", - "poke_73": "Tentacruel", - "poke_74": "Geodude", - "poke_75": "Graveler", - "poke_76": "Golem", - "poke_77": "Ponyta", - "poke_78": "Rapidash", - "poke_79": "Slowpoke", - "poke_80": "Slowbro", - "poke_80_e1": "Mega Slowbro", - "poke_81": "Magnemite", - "poke_82": "Magneton", - "poke_83": "Farfetch'd", - "poke_84": "Doduo", - "poke_85": "Dodrio", - "poke_86": "Seel", - "poke_87": "Dewgong", - "poke_88": "Grimer", - "poke_89": "Muk", - "poke_90": "Shellder", - "poke_91": "Cloyster", - "poke_92": "Gastly", - "poke_93": "Haunter", - "poke_94": "Gengar", - "poke_94_e1": "Mega Gengar", - "poke_95": "Onix", - "poke_96": "Drowzee", - "poke_97": "Hypno", - "poke_98": "Krabby", - "poke_99": "Kingler", - "poke_100": "Voltorb", - "poke_101": "Electrode", - "poke_102": "Exeggcute", - "poke_103": "Exeggutor", - "poke_104": "Cubone", - "poke_105": "Marowak", - "poke_106": "Hitmonlee", - "poke_107": "Hitmonchan", - "poke_108": "Lickitung", - "poke_109": "Koffing", - "poke_110": "Weezing", - "poke_111": "Rhyhorn", - "poke_112": "Rhydon", - "poke_113": "Chansey", - "poke_114": "Tangela", - "poke_115": "Kangaskhan", - "poke_115_e1": "Mega Kangaskhan", - "poke_116": "Horsea", - "poke_117": "Seadra", - "poke_118": "Goldeen", - "poke_119": "Seaking", - "poke_120": "Staryu", - "poke_121": "Starmie", - "poke_122": "Mr. Mime", - "poke_123": "Scyther", - "poke_124": "Jynx", - "poke_125": "Electabuzz", - "poke_126": "Magmar", - "poke_127": "Pinsir", - "poke_127_e1": "Mega Pinsir", - "poke_128": "Tauros", - "poke_129": "Magikarp", - "poke_130": "Gyarados", - "poke_130_e1": "Mega Gyarados", - "poke_131": "Lapras", - "poke_132": "Ditto", - "poke_133": "Eevee", - "poke_134": "Vaporeon", - "poke_135": "Jolteon", - "poke_136": "Flareon", - "poke_137": "Porygon", - "poke_138": "Omanyte", - "poke_139": "Omastar", - "poke_140": "Kabuto", - "poke_141": "Kabutops", - "poke_142": "Aerodactyl", - "poke_142_e1": "Mega Aerodactyl", - "poke_143": "Snorlax", - "poke_144": "Articuno", - "poke_145": "Zapdos", - "poke_146": "Moltres", - "poke_147": "Dratini", - "poke_148": "Dragonair", - "poke_149": "Dragonite", - "poke_150": "Mewtwo", - "poke_150_e2": "Mega Mewtwo X", - "poke_150_e3": "Mega Mewtwo Y", - "poke_151": "Mew", - "poke_152": "Chikorita", - "poke_153": "Bayleef", - "poke_154": "Meganium", - "poke_155": "Cyndaquil", - "poke_156": "Quilava", - "poke_157": "Typhlosion", - "poke_158": "Totodile", - "poke_159": "Croconaw", - "poke_160": "Feraligatr", - "poke_161": "Sentret", - "poke_162": "Furret", - "poke_163": "Hoothoot", - "poke_164": "Noctowl", - "poke_165": "Ledyba", - "poke_166": "Ledian", - "poke_167": "Spinarak", - "poke_168": "Ariados", - "poke_169": "Crobat", - "poke_170": "Chinchou", - "poke_171": "Lanturn", - "poke_172": "Pichu", - "poke_173": "Cleffa", - "poke_174": "Igglybuff", - "poke_175": "Togepi", - "poke_176": "Togetic", - "poke_177": "Natu", - "poke_178": "Xatu", - "poke_179": "Mareep", - "poke_180": "Flaaffy", - "poke_181": "Ampharos", - "poke_181_e1": "Mega Ampharos", - "poke_182": "Bellossom", - "poke_183": "Marill", - "poke_184": "Azumarill", - "poke_185": "Sudowoodo", - "poke_186": "Politoed", - "poke_187": "Hoppip", - "poke_188": "Skiploom", - "poke_189": "Jumpluff", - "poke_190": "Aipom", - "poke_191": "Sunkern", - "poke_192": "Sunflora", - "poke_193": "Yanma", - "poke_194": "Wooper", - "poke_195": "Quagsire", - "poke_196": "Espeon", - "poke_197": "Umbreon", - "poke_198": "Murkrow", - "poke_199": "Slowking", - "poke_200": "Misdreavus", - "poke_201": "Unown", - "poke_202": "Wobbuffet", - "poke_203": "Girafarig", - "poke_204": "Pineco", - "poke_205": "Forretress", - "poke_206": "Dunsparce", - "poke_207": "Gligar", - "poke_208": "Steelix", - "poke_208_e1": "Mega Steelix", - "poke_209": "Snubbull", - "poke_210": "Granbull", - "poke_211": "Qwilfish", - "poke_212": "Scizor", - "poke_212_e1": "Mega Scizor", - "poke_213": "Shuckle", - "poke_214": "Heracross", - "poke_214_e1": "Mega Heracross", - "poke_215": "Sneasel", - "poke_216": "Teddiursa", - "poke_217": "Ursaring", - "poke_218": "Slugma", - "poke_219": "Magcargo", - "poke_220": "Swinub", - "poke_221": "Piloswine", - "poke_222": "Corsola", - "poke_223": "Remoraid", - "poke_224": "Octillery", - "poke_225": "Delibird", - "poke_226": "Mantine", - "poke_227": "Skarmory", - "poke_228": "Houndour", - "poke_229": "Houndoom", - "poke_229_e1": "Mega Houndoom", - "poke_230": "Kingdra", - "poke_231": "Phanpy", - "poke_232": "Donphan", - "poke_233": "Porygon2", - "poke_234": "Stantler", - "poke_235": "Smeargle", - "poke_236": "Tyrogue", - "poke_237": "Hitmontop", - "poke_238": "Smoochum", - "poke_239": "Elekid", - "poke_240": "Magby", - "poke_241": "Miltank", - "poke_242": "Blissey", - "poke_243": "Raikou", - "poke_244": "Entei", - "poke_245": "Suicune", - "poke_246": "Larvitar", - "poke_247": "Pupitar", - "poke_248": "Tyranitar", - "poke_248_e1": "Mega Tyranitar", - "poke_249": "Lugia", - "poke_250": "Ho-Oh", - "poke_251": "Celebi", - "poke_252": "Treecko", - "poke_253": "Grovyle", - "poke_254": "Sceptile", - "poke_254_e1": "Mega Sceptile", - "poke_255": "Torchic", - "poke_256": "Combusken", - "poke_257": "Blaziken", - "poke_257_e1": "Mega Blaziken", - "poke_258": "Mudkip", - "poke_259": "Marshtomp", - "poke_260": "Swampert", - "poke_260_e1": "Mega Swampert", - "poke_261": "Poochyena", - "poke_262": "Mightyena", - "poke_263": "Zigzagoon", - "poke_264": "Linoone", - "poke_265": "Wurmple", - "poke_266": "Silcoon", - "poke_267": "Beautifly", - "poke_268": "Cascoon", - "poke_269": "Dustox", - "poke_270": "Lotad", - "poke_271": "Lombre", - "poke_272": "Ludicolo", - "poke_273": "Seedot", - "poke_274": "Nuzleaf", - "poke_275": "Shiftry", - "poke_276": "Taillow", - "poke_277": "Swellow", - "poke_278": "Wingull", - "poke_279": "Pelipper", - "poke_280": "Ralts", - "poke_281": "Kirlia", - "poke_282": "Gardevoir", - "poke_282_e1": "Mega Gardevoir", - "poke_283": "Surskit", - "poke_284": "Masquerain", - "poke_285": "Shroomish", - "poke_286": "Breloom", - "poke_287": "Slakoth", - "poke_288": "Vigoroth", - "poke_289": "Slaking", - "poke_290": "Nincada", - "poke_291": "Ninjask", - "poke_292": "Shedinja", - "poke_293": "Whismur", - "poke_294": "Loudred", - "poke_295": "Exploud", - "poke_296": "Makuhita", - "poke_297": "Hariyama", - "poke_298": "Azurill", - "poke_299": "Nosepass", - "poke_300": "Skitty", - "poke_301": "Delcatty", - "poke_302": "Sableye", - "poke_302_e1": "Mega Sableye", - "poke_303": "Mawile", - "poke_303_e1": "Mega Mawile", - "poke_304": "Aron", - "poke_305": "Lairon", - "poke_306": "Aggron", - "poke_306_e1": "Mega Aggron", - "poke_307": "Meditite", - "poke_308": "Medicham", - "poke_308_e1": "Mega Medicham", - "poke_309": "Electrike", - "poke_310": "Manectric", - "poke_310_e1": "Mega Manectric", - "poke_311": "Plusle", - "poke_312": "Minun", - "poke_313": "Volbeat", - "poke_314": "Illumise", - "poke_315": "Roselia", - "poke_316": "Gulpin", - "poke_317": "Swalot", - "poke_318": "Carvanha", - "poke_319": "Sharpedo", - "poke_319_e1": "Mega Sharpedo", - "poke_320": "Wailmer", - "poke_321": "Wailord", - "poke_322": "Numel", - "poke_323": "Camerupt", - "poke_323_e1": "Mega Camerupt", - "poke_324": "Torkoal", - "poke_325": "Spoink", - "poke_326": "Grumpig", - "poke_327": "Spinda", - "poke_328": "Trapinch", - "poke_329": "Vibrava", - "poke_330": "Flygon", - "poke_331": "Cacnea", - "poke_332": "Cacturne", - "poke_333": "Swablu", - "poke_334": "Altaria", - "poke_334_e1": "Mega Altaria", - "poke_335": "Zangoose", - "poke_336": "Seviper", - "poke_337": "Lunatone", - "poke_338": "Solrock", - "poke_339": "Barboach", - "poke_340": "Whiscash", - "poke_341": "Corphish", - "poke_342": "Crawdaunt", - "poke_343": "Baltoy", - "poke_344": "Claydol", - "poke_345": "Lileep", - "poke_346": "Cradily", - "poke_347": "Anorith", - "poke_348": "Armaldo", - "poke_349": "Feebas", - "poke_350": "Milotic", - "poke_351": "Castform", - "poke_352": "Kecleon", - "poke_353": "Shuppet", - "poke_354": "Banette", - "poke_354_e1": "Mega Banette", - "poke_355": "Duskull", - "poke_356": "Dusclops", - "poke_357": "Tropius", - "poke_358": "Chimecho", - "poke_359": "Absol", - "poke_359_e1": "Mega Absol", - "poke_360": "Wynaut", - "poke_361": "Snorunt", - "poke_362": "Glalie", - "poke_362_e1": "Mega Glalie", - "poke_363": "Spheal", - "poke_364": "Sealeo", - "poke_365": "Walrein", - "poke_366": "Clamperl", - "poke_367": "Huntail", - "poke_368": "Gorebyss", - "poke_369": "Relicanth", - "poke_370": "Luvdisc", - "poke_371": "Bagon", - "poke_372": "Shelgon", - "poke_373": "Salamence", - "poke_373_e1": "Mega Salamence", - "poke_374": "Beldum", - "poke_375": "Metang", - "poke_376": "Metagross", - "poke_376_e1": "Mega Metagross", - "poke_377": "Regirock", - "poke_378": "Regice", - "poke_379": "Registeel", - "poke_380": "Latias", - "poke_380_e1": "Mega Latias", - "poke_381": "Latios", - "poke_381_e1": "Mega Latios", - "poke_382": "Kyogre", - "poke_382_e1": "Kadim Kyogre", - "poke_383": "Groudon", - "poke_383_e1": "Kadim Groudon", - "poke_384": "Rayquaza", - "poke_384_e1": "Mega Rayquaza", - "poke_385": "Jirachi", - "poke_386": "Deoxys", - "poke_387": "Turtwig", - "poke_388": "Grotle", - "poke_389": "Torterra", - "poke_390": "Chimchar", - "poke_391": "Monferno", - "poke_392": "Infernape", - "poke_393": "Piplup", - "poke_394": "Prinplup", - "poke_395": "Empoleon", - "poke_396": "Starly", - "poke_397": "Staravia", - "poke_398": "Staraptor", - "poke_399": "Bidoof", - "poke_400": "Bibarel", - "poke_401": "Kricketot", - "poke_402": "Kricketune", - "poke_403": "Shinx", - "poke_404": "Luxio", - "poke_405": "Luxray", - "poke_406": "Budew", - "poke_407": "Roserade", - "poke_408": "Cranidos", - "poke_409": "Rampardos", - "poke_410": "Shieldon", - "poke_411": "Bastiodon", - "poke_412": "Burmy", - "poke_413": "Wormadam", - "poke_414": "Mothim", - "poke_415": "Combee", - "poke_416": "Vespiquen", - "poke_417": "Pachirisu", - "poke_418": "Buizel", - "poke_419": "Floatzel", - "poke_420": "Cherubi", - "poke_421": "Cherrim", - "poke_422": "Shellos", - "poke_423": "Gastrodon", - "poke_424": "Ambipom", - "poke_425": "Drifloon", - "poke_426": "Drifblim", - "poke_427": "Buneary", - "poke_428": "Lopunny", - "poke_428_e1": "Mega Lopunny", - "poke_429": "Mismagius", - "poke_430": "Honchkrow", - "poke_431": "Glameow", - "poke_432": "Purugly", - "poke_433": "Chingling", - "poke_434": "Stunky", - "poke_435": "Skuntank", - "poke_436": "Bronzor", - "poke_437": "Bronzong", - "poke_438": "Bonsly", - "poke_439": "Mime Jr.", - "poke_440": "Happiny", - "poke_441": "Chatot", - "poke_442": "Spiritomb", - "poke_443": "Gible", - "poke_444": "Gabite", - "poke_445": "Garchomp", - "poke_445_e1": "Mega Garchomp", - "poke_446": "Munchlax", - "poke_447": "Riolu", - "poke_448": "Lucario", - "poke_448_e1": "Mega Lucario", - "poke_449": "Hippopotas", - "poke_450": "Hippowdon", - "poke_451": "Skorupi", - "poke_452": "Drapion", - "poke_453": "Croagunk", - "poke_454": "Toxicroak", - "poke_455": "Carnivine", - "poke_456": "Finneon", - "poke_457": "Lumineon", - "poke_458": "Mantyke", - "poke_459": "Snover", - "poke_460": "Abomasnow", - "poke_460_e1": "Mega Abomasnow", - "poke_461": "Weavile", - "poke_462": "Magnezone", - "poke_463": "Lickilicky", - "poke_464": "Rhyperior", - "poke_465": "Tangrowth", - "poke_466": "Electivire", - "poke_467": "Magmortar", - "poke_468": "Togekiss", - "poke_469": "Yanmega", - "poke_470": "Leafeon", - "poke_471": "Glaceon", - "poke_472": "Gliscor", - "poke_473": "Mamoswine", - "poke_474": "Porygon-Z", - "poke_475": "Gallade", - "poke_475_e1": "Mega Gallade", - "poke_476": "Probopass", - "poke_477": "Dusknoir", - "poke_478": "Froslass", - "poke_479": "Rotom", - "poke_480": "Uxie", - "poke_481": "Mesprit", - "poke_482": "Azelf", - "poke_483": "Dialga", - "poke_484": "Palkia", - "poke_485": "Heatran", - "poke_486": "Regigigas", - "poke_487": "Giratina", - "poke_488": "Cresselia", - "poke_489": "Phione", - "poke_490": "Manaphy", - "poke_491": "Darkrai", - "poke_492": "Shaymin", - "poke_493": "Arceus", - "poke_494": "Victini", - "poke_495": "Snivy", - "poke_496": "Servine", - "poke_497": "Serperior", - "poke_498": "Tepig", - "poke_499": "Pignite", - "poke_500": "Emboar", - "poke_501": "Oshawott", - "poke_502": "Dewott", - "poke_503": "Samurott", - "poke_504": "Patrat", - "poke_505": "Watchog", - "poke_506": "Lillipup", - "poke_507": "Herdier", - "poke_508": "Stoutland", - "poke_509": "Purrloin", - "poke_510": "Liepard", - "poke_511": "Pansage", - "poke_512": "Simisage", - "poke_513": "Pansear", - "poke_514": "Simisear", - "poke_515": "Panpour", - "poke_516": "Simipour", - "poke_517": "Munna", - "poke_518": "Musharna", - "poke_519": "Pidove", - "poke_520": "Tranquill", - "poke_521": "Unfezant", - "poke_522": "Blitzle", - "poke_523": "Zebstrika", - "poke_524": "Roggenrola", - "poke_525": "Boldore", - "poke_526": "Gigalith", - "poke_527": "Woobat", - "poke_528": "Swoobat", - "poke_529": "Drilbur", - "poke_530": "Excadrill", - "poke_531": "Audino", - "poke_531_e1": "Mega Audino", - "poke_532": "Timburr", - "poke_533": "Gurdurr", - "poke_534": "Conkeldurr", - "poke_535": "Tympole", - "poke_536": "Palpitoad", - "poke_537": "Seismitoad", - "poke_538": "Throh", - "poke_539": "Sawk", - "poke_540": "Sewaddle", - "poke_541": "Swadloon", - "poke_542": "Leavanny", - "poke_543": "Venipede", - "poke_544": "Whirlipede", - "poke_545": "Scolipede", - "poke_546": "Cottonee", - "poke_547": "Whimsicott", - "poke_548": "Petilil", - "poke_549": "Lilligant", - "poke_550": "Basculin", - "poke_551": "Sandile", - "poke_552": "Krokorok", - "poke_553": "Krookodile", - "poke_554": "Darumaka", - "poke_555": "Darmanitan", - "poke_556": "Maractus", - "poke_557": "Dwebble", - "poke_558": "Crustle", - "poke_559": "Scraggy", - "poke_560": "Scrafty", - "poke_561": "Sigilyph", - "poke_562": "Yamask", - "poke_563": "Cofagrigus", - "poke_564": "Tirtouga", - "poke_565": "Carracosta", - "poke_566": "Archen", - "poke_567": "Archeops", - "poke_568": "Trubbish", - "poke_569": "Garbodor", - "poke_570": "Zorua", - "poke_571": "Zoroark", - "poke_572": "Minccino", - "poke_573": "Cinccino", - "poke_574": "Gothita", - "poke_575": "Gothorita", - "poke_576": "Gothitelle", - "poke_577": "Solosis", - "poke_578": "Duosion", - "poke_579": "Reuniclus", - "poke_580": "Ducklett", - "poke_581": "Swanna", - "poke_582": "Vanillite", - "poke_583": "Vanillish", - "poke_584": "Vanilluxe", - "poke_585": "Deerling", - "poke_586": "Sawsbuck", - "poke_587": "Emolga", - "poke_588": "Karrablast", - "poke_589": "Escavalier", - "poke_590": "Foongus", - "poke_591": "Amoonguss", - "poke_592": "Frillish", - "poke_593": "Jellicent", - "poke_594": "Alomomola", - "poke_595": "Joltik", - "poke_596": "Galvantula", - "poke_597": "Ferroseed", - "poke_598": "Ferrothorn", - "poke_599": "Klink", - "poke_600": "Klang", - "poke_601": "Klinklang", - "poke_602": "Tynamo", - "poke_603": "Eelektrik", - "poke_604": "Eelektross", - "poke_605": "Elgyem", - "poke_606": "Beheeyem", - "poke_607": "Litwick", - "poke_608": "Lampent", - "poke_609": "Chandelure", - "poke_610": "Axew", - "poke_611": "Fraxure", - "poke_612": "Haxorus", - "poke_613": "Cubchoo", - "poke_614": "Beartic", - "poke_615": "Cryogonal", - "poke_616": "Shelmet", - "poke_617": "Accelgor", - "poke_618": "Stunfisk", - "poke_619": "Mienfoo", - "poke_620": "Mienshao", - "poke_621": "Druddigon", - "poke_622": "Golett", - "poke_623": "Golurk", - "poke_624": "Pawniard", - "poke_625": "Bisharp", - "poke_626": "Bouffalant", - "poke_627": "Rufflet", - "poke_628": "Braviary", - "poke_629": "Vullaby", - "poke_630": "Mandibuzz", - "poke_631": "Heatmor", - "poke_632": "Durant", - "poke_633": "Deino", - "poke_634": "Zweilous", - "poke_635": "Hydreigon", - "poke_636": "Larvesta", - "poke_637": "Volcarona", - "poke_638": "Cobalion", - "poke_639": "Terrakion", - "poke_640": "Virizion", - "poke_641": "Tornadus", - "poke_642": "Thundurus", - "poke_643": "Reshiram", - "poke_644": "Zekrom", - "poke_645": "Landorus", - "poke_646": "Kyurem", - "poke_647": "Keldeo", - "poke_648": "Meloetta", - "poke_649": "Genesect", - "poke_650": "Chespin", - "poke_651": "Quilladin", - "poke_652": "Chesnaught", - "poke_653": "Fennekin", - "poke_654": "Braixen", - "poke_655": "Delphox", - "poke_656": "Froakie", - "poke_657": "Frogadier", - "poke_658": "Greninja", - "poke_659": "Bunnelby", - "poke_660": "Diggersby", - "poke_661": "Fletchling", - "poke_662": "Fletchinder", - "poke_663": "Talonflame", - "poke_664": "Scatterbug", - "poke_665": "Spewpa", - "poke_666": "Vivillon", - "poke_667": "Litleo", - "poke_668": "Pyroar", - "poke_669": "Flabébé", - "poke_670": "Floette", - "poke_671": "Florges", - "poke_672": "Skiddo", - "poke_673": "Gogoat", - "poke_674": "Pancham", - "poke_675": "Pangoro", - "poke_676": "Furfrou", - "poke_677": "Espurr", - "poke_678": "Meowstic", - "poke_679": "Honedge", - "poke_680": "Doublade", - "poke_681": "Aegislash", - "poke_682": "Spritzee", - "poke_683": "Aromatisse", - "poke_684": "Swirlix", - "poke_685": "Slurpuff", - "poke_686": "Inkay", - "poke_687": "Malamar", - "poke_688": "Binacle", - "poke_689": "Barbaracle", - "poke_690": "Skrelp", - "poke_691": "Dragalge", - "poke_692": "Clauncher", - "poke_693": "Clawitzer", - "poke_694": "Helioptile", - "poke_695": "Heliolisk", - "poke_696": "Tyrunt", - "poke_697": "Tyrantrum", - "poke_698": "Amaura", - "poke_699": "Aurorus", - "poke_700": "Sylveon", - "poke_701": "Hawlucha", - "poke_702": "Dedenne", - "poke_703": "Carbink", - "poke_704": "Goomy", - "poke_705": "Sliggoo", - "poke_706": "Goodra", - "poke_707": "Klefki", - "poke_708": "Phantump", - "poke_709": "Trevenant", - "poke_710": "Pumpkaboo", - "poke_711": "Gourgeist", - "poke_712": "Bergmite", - "poke_713": "Avalugg", - "poke_714": "Noibat", - "poke_715": "Noivern", - "poke_716": "Xerneas", - "poke_717": "Yveltal", - "poke_718": "Zygarde", - "poke_719": "Diancie", - "poke_719_e1": "Mega Diancie", - "poke_720": "Hoopa", - "poke_721": "Volcanion", - "poke_722": "Rowlet", - "poke_723": "Dartrix", - "poke_724": "Decidueye", - "poke_725": "Litten", - "poke_726": "Torracat", - "poke_727": "Incineroar", - "poke_728": "Popplio", - "poke_729": "Brionne", - "poke_730": "Primarina", - "poke_731": "Pikipek", - "poke_732": "Trumbeak", - "poke_733": "Toucannon", - "poke_734": "Yungoos", - "poke_735": "Gumshoos", - "poke_736": "Grubbin", - "poke_737": "Charjabug", - "poke_738": "Vikavolt", - "poke_739": "Crabrawler", - "poke_740": "Crabominable", - "poke_741": "Oricorio", - "poke_742": "Cutiefly", - "poke_743": "Ribombee", - "poke_744": "Rockruff", - "poke_745": "Lycanroc", - "poke_746": "Wishiwashi", - "poke_747": "Mareanie", - "poke_748": "Toxapex", - "poke_749": "Mudbray", - "poke_750": "Mudsdale", - "poke_751": "Dewpider", - "poke_752": "Araquanid", - "poke_753": "Fomantis", - "poke_754": "Lurantis", - "poke_755": "Morelull", - "poke_756": "Shiinotic", - "poke_757": "Salandit", - "poke_758": "Salazzle", - "poke_759": "Stufful", - "poke_760": "Bewear", - "poke_761": "Bounsweet", - "poke_762": "Steenee", - "poke_763": "Tsareena", - "poke_764": "Comfey", - "poke_765": "Oranguru", - "poke_766": "Passimian", - "poke_767": "Wimpod", - "poke_768": "Golisopod", - "poke_769": "Sandygast", - "poke_770": "Palossand", - "poke_771": "Pyukumuku", - "poke_772": "Tür: Sıfır", - "poke_773": "Silvally", - "poke_774": "Minior", - "poke_775": "Komala", - "poke_776": "Turtonator", - "poke_777": "Togedemaru", - "poke_778": "Mimikyu", - "poke_779": "Bruxish", - "poke_780": "Drampa", - "poke_781": "Dhelmise", - "poke_782": "Jangmo-o", - "poke_783": "Hakamo-o", - "poke_784": "Kommo-o", - "poke_785": "Tapu Koko", - "poke_786": "Tapu Lele", - "poke_787": "Tapu Bulu", - "poke_788": "Tapu Fini", - "poke_789": "Cosmog", - "poke_790": "Cosmoem", - "poke_791": "Solgaleo", - "poke_792": "Lunala", - "poke_793": "Nihilego", - "poke_794": "Buzzwole", - "poke_795": "Pheromosa", - "poke_796": "Xurkitree", - "poke_797": "Celesteela", - "poke_798": "Kartana", - "poke_799": "Guzzlord", - "poke_800": "Necrozma", - "poke_801": "Magearna", - "poke_802": "Marshadow", - "poke_803": "Poipole", - "poke_804": "Naganadel", - "poke_805": "Stakataka", - "poke_806": "Blacephalon", - "poke_807": "Zeraora", - "poke_808": "Meltan", - "poke_809": "Melmetal", - "poke_810": "Grookey", - "poke_811": "Thwackey", - "poke_812": "Rillaboom", - "poke_813": "Scorbunny", - "poke_814": "Raboot", - "poke_815": "Cinderace", - "poke_816": "Sobble", - "poke_817": "Drizzile", - "poke_818": "Inteleon", - "poke_819": "Skwovet", - "poke_820": "Greedent", - "poke_821": "Rookidee", - "poke_822": "Corvisquire", - "poke_823": "Corviknight", - "poke_824": "Blipbug", - "poke_825": "Dottler", - "poke_826": "Orbeetle", - "poke_827": "Nickit", - "poke_828": "Thievul", - "poke_829": "Gossifleur", - "poke_830": "Eldegoss", - "poke_831": "Wooloo", - "poke_832": "Dubwool", - "poke_833": "Chewtle", - "poke_834": "Drednaw", - "poke_835": "Yamper", - "poke_836": "Boltund", - "poke_837": "Rolycoly", - "poke_838": "Carkol", - "poke_839": "Coalossal", - "poke_840": "Applin", - "poke_841": "Flapple", - "poke_842": "Appletun", - "poke_843": "Silicobra", - "poke_844": "Sandaconda", - "poke_845": "Cramorant", - "poke_846": "Arrokuda", - "poke_847": "Barraskewda", - "poke_848": "Toxel", - "poke_849": "Toxtricity", - "poke_850": "Sizzlipede", - "poke_851": "Centiskorch", - "poke_852": "Clobbopus", - "poke_853": "Grapploct", - "poke_854": "Sinistea", - "poke_855": "Polteageist", - "poke_856": "Hatenna", - "poke_857": "Hattrem", - "poke_858": "Hatterene", - "poke_859": "Impidimp", - "poke_860": "Morgrem", - "poke_861": "Grimmsnarl", - "poke_862": "Obstagoon", - "poke_863": "Perrserker", - "poke_864": "Cursola", - "poke_865": "Sirfetch'd", - "poke_866": "Mr. Rime", - "poke_867": "Runerigus", - "poke_868": "Milcery", - "poke_869": "Alcremie", - "poke_870": "Falinks", - "poke_871": "Pincurchin", - "poke_872": "Snom", - "poke_873": "Frosmoth", - "poke_874": "Stonjourner", - "poke_875": "Eiscue", - "poke_876": "Indeedee", - "poke_877": "Morpeko", - "poke_878": "Cufant", - "poke_879": "Copperajah", - "poke_880": "Dracozolt", - "poke_881": "Arctozolt", - "poke_882": "Dracovish", - "poke_883": "Arctovish", - "poke_884": "Duraludon", - "poke_885": "Dreepy", - "poke_886": "Drakloak", - "poke_887": "Dragapult", - "poke_888": "Zacian", - "poke_889": "Zamazenta", - "poke_890": "Eternatus", - "poke_891": "Kubfu", - "poke_892": "Urshifu", - "poke_893": "Zarude", - "poke_894": "Regieleki", - "poke_895": "Regidrago", - "poke_896": "Glastrier", - "poke_897": "Spectrier", - "poke_898": "Calyrex", - "poke_899": "Wyrdeer", - "poke_900": "Kleavor", - "poke_901": "Ursaluna", - "poke_902": "Basculegion", - "poke_903": "Sneasler", - "poke_904": "Overqwil", - "poke_905": "Enamorus", - "poke_906": "Sprigatito", - "poke_907": "Floragato", - "poke_908": "Meowscarada", - "poke_909": "Fuecoco", - "poke_910": "Crocalor", - "poke_911": "Skeledirge", - "poke_912": "Quaxly", - "poke_913": "Quaxwell", - "poke_914": "Quaquaval", - "poke_915": "Lechonk", - "poke_916": "Oinkologne", - "poke_917": "Tarountula", - "poke_918": "Spidops", - "poke_919": "Nymble", - "poke_920": "Lokix", - "poke_921": "Pawmi", - "poke_922": "Pawmo", - "poke_923": "Pawmot", - "poke_924": "Tandemaus", - "poke_925": "Maushold", - "poke_926": "Fidough", - "poke_927": "Dachsbun", - "poke_928": "Smoliv", - "poke_929": "Dolliv", - "poke_930": "Arboliva", - "poke_931": "Squawkabilly", - "poke_932": "Nacli", - "poke_933": "Naclstack", - "poke_934": "Garganacl", - "poke_935": "Charcadet", - "poke_936": "Armarouge", - "poke_937": "Ceruledge", - "poke_938": "Tadbulb", - "poke_939": "Bellibolt", - "poke_940": "Wattrel", - "poke_941": "Kilowattrel", - "poke_942": "Maschiff", - "poke_943": "Mabosstiff", - "poke_944": "Shroodle", - "poke_945": "Grafaiai", - "poke_946": "Bramblin", - "poke_947": "Brambleghast", - "poke_948": "Toedscool", - "poke_949": "Toedscruel", - "poke_950": "Klawf", - "poke_951": "Capsakid", - "poke_952": "Scovillain", - "poke_953": "Rellor", - "poke_954": "Rabsca", - "poke_955": "Flittle", - "poke_956": "Espathra", - "poke_957": "Tinkatink", - "poke_958": "Tinkatuff", - "poke_959": "Tinkaton", - "poke_960": "Wiglett", - "poke_961": "Wugtrio", - "poke_962": "Bombirdier", - "poke_963": "Finizen", - "poke_964": "Palafin", - "poke_965": "Varoom", - "poke_966": "Revavroom", - "poke_967": "Cyclizar", - "poke_968": "Orthworm", - "poke_969": "Glimmet", - "poke_970": "Glimmora", - "poke_971": "Greavard", - "poke_972": "Houndstone", - "poke_973": "Flamigo", - "poke_974": "Cetoddle", - "poke_975": "Cetitan", - "poke_976": "Veluza", - "poke_977": "Dondozo", - "poke_978": "Tatsugiri", - "poke_979": "Annihilape", - "poke_980": "Clodsire", - "poke_981": "Farigiraf", - "poke_982": "Dudunsparce", - "poke_983": "Kingambit", - "poke_984": "İri Diş", - "poke_985": "Kuyruklu Çığlık", - "poke_986": "Kaba Şapka", - "poke_987": "Titrek Yele", - "poke_988": "Sürüngen Kanat", - "poke_989": "Kuru Şok", - "poke_990": "Demir Palet", - "poke_991": "Demir Kuyruk", - "poke_992": "Demir Avuç", - "poke_993": "Demir Gerdan", - "poke_994": "Demir Güve", - "poke_995": "Demir Zırh", - "poke_996": "Frigibax", - "poke_997": "Arctibax", - "poke_998": "Baxcalibur", - "poke_999": "Gimmighoul", - "poke_1000": "Gholdengo", - "poke_1001": "Wo-Chien", - "poke_1002": "Chien-Pao", - "poke_1003": "Ting-Lu", - "poke_1004": "Chi-Yu", - "poke_1005": "Kükreyen Hilal", - "poke_1006": "Demir Savaşçı", - "poke_1007": "Koraidon", - "poke_1008": "Miraidon", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "Hiçbiri", - "poke_type_1": "Normal", - "poke_type_2": "Dövüşçü", - "poke_type_3": "Uçan", - "poke_type_4": "Zehir", - "poke_type_5": "Yer", - "poke_type_6": "Kaya", - "poke_type_7": "Böcek", - "poke_type_8": "Hayalet", - "poke_type_9": "Çelik", - "poke_type_10": "Ateş", - "poke_type_11": "Su", - "poke_type_12": "Bitki", - "poke_type_13": "Elektrik", - "poke_type_14": "Psişik", - "poke_type_15": "Buz", - "poke_type_16": "Ejderha", - "poke_type_17": "Karanlık", - "poke_type_18": "Peri", - "purified": "Arınmış", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "Dostunuzla {{amount}} km yürüyün", - "quest_catch_type_dark_plural": "{{amount}} Karanlık türü Pokémon yakalayın", - "quest_catch_type_dragon_plural": "{{amount}} Ejderha türü Pokémon yakalayın", - "quest_catch_type_poison_plural": "{{amount}} Zehir türü Pokémon yakalayın", - "quest_catch_type_psychic_plural": "{{amount}} Psişik türü Pokémon yakalayın", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "{{amount}} Hayalet türü Pokémon alt edin", - "quest_fight_type_ghost_psychic_plural": "Psişik ya da Hayalet türünden {{amount}} Pokémon alt edin", - "quest_fight_type_psychic_plural": "{{amount}} Psişik tür Pokémon alt edin", - "quest_incense_singular": "Tütsü kullanın", - "quest_land_excellent_plural": "{{amount}} mükemmel atış yapın", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "Bir takım lideriyle {{amount_0}} kez maç yapın", - "quest_title_challenge_2019_battle_trainer": "Başka Eğitmenlerle maç yapın", - "quest_title_challenge_2019_battle_trainer_plural": "Başka Eğitmenlerle {{amount_0}} kez maç yapın", - "quest_title_challenge_2019_battle_trainer_win": "Başka Eğitmenlere karşı {{amount_0}} kez zafer kazanın", - "quest_title_challenge_2019_snapshot_eevee": "Eevee'nin {{amount_0}} adet fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_loudred": "Loudred'in fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn": "Jirachi'nin {{amount_0}} adet fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "Peri türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn_flying": "Uçan tür Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "Hayalet türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn_grass": "Bitki türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn_ground": "Yer türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn_ice": "Buz türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn_normal": "Normal tür Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "Psişik türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "Psişik ya da Çelik türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn_rock": "Kaya türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn_steel": "Çelik türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_2019_snapshot_pkmn_water": "Su türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_2019_trade_distance": "En az 100 km uzaklıktan 3 Pokémon takas edin", - "quest_title_challenge_available": "Yeni bir görev mevcut!", - "quest_title_challenge_battle_gbl_win_all": "GO Maç Ligi'nde zafer kazanın", - "quest_title_challenge_battle_trainer_great": "Süper Lig'de başka bir Eğitmenle maç yapın", - "quest_title_challenge_buddy_affection_plural": "Dostunuzla {{amount_0}} kalp kazanın", - "quest_title_challenge_buddy_affection_single": "Dostunuzla bir kalp kazanın", - "quest_title_challenge_buddy_battle_plural": "Sizinle maceraya çıktığında dostunuzla birlikte {{amount_0}} kez maç yapın", - "quest_title_challenge_buddy_battle_single": "Sizinle maceraya çıktığında dostunuzla birlikte maç yapın", - "quest_title_challenge_buddy_emotion_plural": "Dostunuzu {{amount_0}} kez heyecanlandırın", - "quest_title_challenge_buddy_emotion_single": "Dostunuzu heyecanlandırın", - "quest_title_challenge_buddy_level_best_plural": "Pokémon’larla {{amount_0}} kez En İyi Dost seviyesine ulaşın", - "quest_title_challenge_buddy_level_best_single": "Bir Pokémon'la En İyi Dost seviyesine ulaşın", - "quest_title_challenge_buddy_level_good_plural": "Pokémon’larla {{amount_0}} kez İyi Dost seviyesine ulaşın", - "quest_title_challenge_buddy_level_good_single": "Bir Pokémon'la İyi Dost seviyesine ulaşın", - "quest_title_challenge_buddy_level_great_plural": "Pokémon’larla {{amount_0}} kez Harika Dost seviyesine ulaşın", - "quest_title_challenge_buddy_level_great_single": "Bir Pokémon'la Harika Dost seviyesine ulaşın", - "quest_title_challenge_buddy_level_plural": "Bir Pokémon'un dost seviyesini {{amount_0}} kez artırın", - "quest_title_challenge_buddy_level_single": "Bir Pokémon'un dost seviyesini artırın", - "quest_title_challenge_buddy_level_ultra_plural": "Pokémon’larla {{amount_0}} kez Ultra Dost seviyesine ulaşın", - "quest_title_challenge_buddy_level_ultra_single": "Bir Pokémon'la Ultra Dost seviyesine ulaşın", - "quest_title_challenge_buddy_play_plural": "Dostunuzla {{amount_0}} kez oynayın", - "quest_title_challenge_buddy_play_single": "Dostunuzla oynayın", - "quest_title_challenge_buddy_poi_plural": "{{amount_0}} kez dostunuzun gösterdiği enteresan yerlere gidin", - "quest_title_challenge_buddy_poi_single": "Dostunuzun gösterdiği enteresan bir yere gidin", - "quest_title_challenge_buddy_snapshot_plural": "Dostunuzun {{amount_0}} adet fotoğrafını çekin", - "quest_title_challenge_buddy_snapshot_single": "Dostunuzun fotoğrafını çekin", - "quest_title_challenge_buddy_treat_plural": "Dostunuza {{amount_0}} adet atıştırmalık verin", - "quest_title_challenge_buddy_treat_single": "Dostunuza bir atıştırmalık verin", - "quest_title_challenge_catch_legendary": "Alan araştırması büyük ilerlemesinden veya akından bir Efsanevi Pokémon yakalayın", - "quest_title_challenge_catch_unique_any": "Farklı türden {{amount_0}} Pokémon yakalayın", - "quest_title_challenge_snapshot_bidoof": "Bidoof'un anlık görüntüsünü çekin", - "quest_title_challenge_snapshot_dratini_singular": "Dratini'nin fotoğrafını çekin", - "quest_title_challenge_snapshot_eevee": "Eevee'nin fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_bug": "Böcek türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_bug_single": "Böcek türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_dark": "Karanlık türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_dark_single": "Karanlık türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_dragon": "Ejderha türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_dragon_single": "Ejderha türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_electric": "Elektrik türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_electric_single": "Elektrik türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_fairy_single": "Peri türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_fighting": "Dövüşçü türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_fighting_single": "Dövüşçü türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_fire": "Ateş türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_fire_single": "Ateş türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_flying_single": "Uçan tür Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_ghost_single": "Bir Hayalet türü Pokémon'un fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_grass_single": "Bitki türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_ground_single": "Yer türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_ice_single": "Buz türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_normal_single": "Normal tür Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_poison": "Zehir türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_poison_single": "Zehir türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_psychic_single": "Psişik türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_rock": "Kaya türü Pokémon'un {{amount_0}} fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_rock_single": "Kaya türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_steel_single": "Çelik türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_pkmn_water_single": "Su türü Pokémon'un bir fotoğrafını çekin", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "Doğada Blitzle’ın bir fotoğrafını çekin", - "quest_title_challenge_snapshot_wild_glameow_singular": "Doğada Glameow’ın bir fotoğrafını çekin", - "quest_title_geotarget_quest_description": "{{amount_0}} tarayın", - "quest_title_quest_achieve_lvl_40": "40. seviyeye ulaşın", - "quest_title_quest_adventure_effect_activate_plural": "Macera Etkisini {{amount_0}} kez etkinleştirin", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "Zaman Kükremesi’nin Macera Etkisini {{amount_0}} kez etkinleştirin", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "Zaman Kükremesi’nin Macera Etkisini etkinleştirin", - "quest_title_quest_adventure_effect_activate_singular": "Macera Etkisini etkinleştirin", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "Uzamsal Yırtış’ın Macera Etkisini {{amount_0}} kez etkinleştirin", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "Uzamsal Yırtış’ın Macera Etkisini etkinleştirin", - "quest_title_quest_adventure_evolve_singular": "Macera Haftası: Omanyte ya da Kabuto evrimleştirin", - "quest_title_quest_adventure_hatch_egg_plural": "Macera Haftası: {{amount_0}} yumurta çatlatın", - "quest_title_quest_adventure_visit_pokestop_new_plural": "Macera Haftası: Daha önce gitmediğiniz {{amount_0}} PokéDurağı döndürün", - "quest_title_quest_adventure_walk_buddy_plural": "Macera Haftası: Dostunuzla yürüyerek {{amount_0}} şeker kazanın", - "quest_title_quest_adventure2019_catch_special33_plural": "Macera Haftası 2019: {{amount_0}} Aron yakalayın", - "quest_title_quest_adventure2019_evolve_singular": "Macera Haftası 2019: Lileep ya da Anorith evrimleştirin", - "quest_title_quest_adventure2019_hatch_egg_plural": "Macera Haftası 2019: {{amount_0}} yumurta çatlatın", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "Macera Haftası 2019: Daha önce gitmediğiniz {{amount_0}} PokéDurağı döndürün", - "quest_title_quest_adventure2019_visit_pokestop_plural": "Macera Haftası 2019: 25 PokéDurak döndürün", - "quest_title_quest_adventure2019_walk_buddy_plural": "Macera Haftası 2019: Dostunuzla yürüyerek {{amount_0}} şeker kazanın", - "quest_title_quest_alodude_catch": "{{amount_0}} Alolalı Geodude yakalayın", - "quest_title_quest_alodude_evolve_a": "{{amount_0}} Alolalı Geodude evrimleştirin", - "quest_title_quest_alodude_evolve_b": "{{amount_0}} Alolalı Graveler evrimleştirin", - "quest_title_quest_alodude_snap": "Alolalı Geodude’un {{amount_0}} fotoğrafını çekin", - "quest_title_quest_at_catch_a": "{{amount_0}} Abra yakalayın", - "quest_title_quest_at_evolve_a": "{{amount_0}} Abra evrimleştirin", - "quest_title_quest_at_evolve_k": "{{amount_0}} Kadabra evrimleştirin", - "quest_title_quest_axew_catch_b": "{{amount_0}} Axew yakalayın", - "quest_title_quest_axew_evolve_b": "{{amount_0}} Axew evrimleştirin", - "quest_title_quest_axew_snapshot_b": "{{amount_0}} Axew’un fotoğrafını çekin", - "quest_title_quest_azelf_wild_snap": "Doğada Azelf’in bir fotoğrafını çekin", - "quest_title_quest_bagon_catch_b": "{{amount_0}} Bagon yakalayın", - "quest_title_quest_bagon_evolve_b_plural": "{{amount_0}} Bagon evrimleştirin", - "quest_title_quest_bagon_evolve_b_singular": "Bir Bagon evrimleştirin", - "quest_title_quest_bagon_snapshot_b": "{{amount_0}} Bagon’ın fotoğrafını çekin", - "quest_title_quest_battle_buddy_adventure_plural": "Dostunuz sizinle maceradayken başka bir Eğitmenle {{amount_0}} kez maç yapın", - "quest_title_quest_battle_buddy_adventure_single": "Dostunuz sizinle maceradayken başka bir Eğitmenle maç yapın", - "quest_title_quest_battle_dangling_reward_toast": "Yeni bir maça başlamadan önce mevcut maçınızı tamamlamalısınız!", - "quest_title_quest_battle_error_toast": "Maç başlatılırken bir hata oluştu", - "quest_title_quest_battle_gbl_halloween_plural": "Cadılar Bayramı Kupası'nda {{amount_0}} kez maç yapın", - "quest_title_quest_battle_gbl_halloween_win_plural": "Cadılar Bayramı Kupası'nda {{amount_0}} Eğitmen maçı kazanın", - "quest_title_quest_battle_gbl_plural": "GO Maç Ligi'nde {{amount_0}} kez maç yapın", - "quest_title_quest_battle_gbl_singular": "GO Maç Ligi'nde maç yapın", - "quest_title_quest_battle_gbl_win_plural": "GO Maç Ligi'nde {{amount_0}} Eğitmen maçı kazanın", - "quest_title_quest_battle_gbl_win_singular": "GO Maç Ligi'nde bir Eğitmen maçı kazanın", - "quest_title_quest_battle_great_plural": "Süper Lig’de başka bir Eğitmen ile {{amount_0}} kez maç yapın", - "quest_title_quest_battle_great_win_plural": "Süper Lig'de {{amount_0}} Eğitmen maçı kazanın", - "quest_title_quest_battle_great_win_singular": "Süper Lig'de bir Eğitmen maçı kazanın", - "quest_title_quest_battle_gym_plural": "{{amount_0}} kez spor salonu maçı yapın", - "quest_title_quest_battle_gym_singular": "Bir spor salonunda maç yapın", - "quest_title_quest_battle_master_win_plural": "Usta Ligi'nde {{amount_0}} Eğitmen maçı kazanın", - "quest_title_quest_battle_master_win_singular": "Usta Ligi'nde bir Eğitmen maçı kazanın", - "quest_title_quest_battle_raid_plural": "{{amount_0}} akına katılın", - "quest_title_quest_battle_raid_singular": "Bir akına katılın", - "quest_title_quest_battle_raid_with_friend_plural": "Bir arkadaşınızla {{amount_0}} akında maç yapın", - "quest_title_quest_battle_raid_with_friend_singular": "Bir arkadaşınızla bir akında maç yapın", - "quest_title_quest_battle_supereffective_charge_plural": "{{amount_0}} spor salonu maçında süper etkili bir güçlü saldırı kullanın", - "quest_title_quest_battle_supereffective_charge_singular": "Bir spor salonu maçında süper etkili bir güçlü saldırı kullanın", - "quest_title_quest_battle_team_rocket_plural": "{{amount_0}} GO Roket Takımı serserisiyle maç yapın", - "quest_title_quest_battle_team_rocket_singular": "Bir GO Roket Takımı serserisiyle maç yapın", - "quest_title_quest_battle_ultra_win_plural": "Ultra Lig'de {{amount_0}} Eğitmen maçı kazanın", - "quest_title_quest_battle_ultra_win_singular": "Ultra Lig'de bir Eğitmen maçı kazanın", - "quest_title_quest_battle19_catch_fighting_easy": "{{amount_0}} Dövüşçü türü Pokémon yakalayın", - "quest_title_quest_battle19_catch_medium_pkmn": "{{amount_0}} Makuhita ya da Meditite yakalayın", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "Art arda {{amount_0}} mükemmel atış yapın", - "quest_title_quest_battle19_raid_win_veryhard": "{{amount_0}} akın kazanın", - "quest_title_quest_battle19_supereffective_charge_hard": "{{amount_0}} Spor Salonu maçında süper etkili bir Güçlü Saldırı kullanın", - "quest_title_quest_battler_appears": "BİR RAKİP ORTAYA ÇIKTI!", - "quest_title_quest_beat_raid_10_minutes": "10 dakika içinde bir akın kazanın", - "quest_title_quest_beat_raid_60_seconds": "60 saniye içinde bir akın kazanın", - "quest_title_quest_beat_raid_singular_minutes": "{{amount_0}} dakika içinde bir akın kazanın", - "quest_title_quest_beat_raid_singular_seconds": "{{amount_0}} saniye içinde bir akın kazanın", - "quest_title_quest_begins19_catch_specific_plural": "Pokémon Günü: {{amount_0}} Pidgey ya da Rattata yakalayın", - "quest_title_quest_begins19_evolve_plural": "Pokémon Günü: 1 Meowth evrimleştirin", - "quest_title_quest_beldum_catch_b": "{{amount_0}} Beldum yakalayın", - "quest_title_quest_beldum_evolve_b_plural": "{{amount_0}} Beldum evrimleştirin", - "quest_title_quest_beldum_evolve_b_singular": "Bir Beldum evrimleştirin", - "quest_title_quest_bellsprout_catch_b": "{{amount_0}} Bellsprout yakalayın", - "quest_title_quest_bellsprout_evolve_b_plural": "{{amount_0}} Bellsprout evrimleştirin", - "quest_title_quest_bellsprout_evolve_b_singular": "Bir Bellsprout evrimleştirin", - "quest_title_quest_bellsprout_snapshot_b": "{{amount_0}} Bellsprout’un fotoğrafını çekin", - "quest_title_quest_beluga_evolve_pkmn": "Hadi: {{amount_0}} Anorith evrimleştirin", - "quest_title_quest_beluga_excellent_singular": "Hadi: {{amount_0}} mükemmel atış yapın", - "quest_title_quest_beluga_hatch_plural": "Hadi Gidelim: {{amount_0}} yumurta çatlatın", - "quest_title_quest_best_buddy_bronze": "1 En İyi Dost edinin", - "quest_title_quest_best_buddy_silver": "10 En İyi Dost edinin", - "quest_title_quest_bounsweet_catch_b": "{{amount_0}} Bounsweet yakalayın", - "quest_title_quest_bounsweet_evolve_b_plural": "{{amount_0}} Bounsweet evrimleştirin", - "quest_title_quest_bounsweet_evolve_b_singular": "Bir Bounsweet evrimleştirin", - "quest_title_quest_braixen_evolve_b": "{{amount_0}} Braixen evrimleştirin", - "quest_title_quest_breakthrough_completed": "Alan araştırması tamamlandı!", - "quest_title_quest_breakthrough_reward_mystery": "Gizemli eşyalar", - "quest_title_quest_breakthrough_reward_stardust": "Yıldız tozu", - "quest_title_quest_brionne_evolve_b_plural": "{{amount_0}} Brionne evrimleştirin", - "quest_title_quest_brionne_evolve_b_singular": "Bir Brionne evrimleştirin", - "quest_title_quest_buddy_affection_days": "{{amount_0}} farklı gün dostunuzla bir kalp kazanın", - "quest_title_quest_buddy_affection_days_in_a_row": "{{amount_0}} gün arka arkaya dostunuzla bir kalp kazanın", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "Dostunuz sizinle maceradayken başka bir Eğitmenle {{amount_0}} kez maç yapın", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "Dostunuz sizinle maceradayken başka bir Eğitmenle maç yapın", - "quest_title_quest_buddy_souvenir_plural": "Dostunuzdan {{amount_0}} hediyelik eşya alın", - "quest_title_quest_buddy_souvenir_singular": "Dostunuzdan bir hediyelik eşya alın", - "quest_title_quest_buddy_walk_km_plural": "Dostunuzla {{amount_0}} km yürüyün", - "quest_title_quest_bulbt_catch_b": "{{amount_0}} Bulbasaur yakalayın", - "quest_title_quest_bulbt_evolve_b": "{{amount_0}} Bulbasaur evrimleştirin", - "quest_title_quest_bulbt_evolve_s1": "{{amount_0}} Ivysaur evrimleştirin", - "quest_title_quest_cacnea_catch": "{{amount_0}} Cacnea yakalayın", - "quest_title_quest_catch_151": "151 Pokémon yakalayın", - "quest_title_quest_catch_b_types_plural": "Elektrik, Normal ya da Zehir türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_basic_types_plural": "Bitki, Su ya da Ateş türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_berry_any_drifloon": "Drifloon yakalarken {{amount_0}} meyve kullanın", - "quest_title_quest_catch_berry_nanab_drifloon": "Drifloon yakalarken {{amount_0}} Nanab Meyvesi kullanın", - "quest_title_quest_catch_berry_pinap": "Pokémon yakalarken {{amount_0}} Pinap Meyvesi kullanın", - "quest_title_quest_catch_berry_razz": "Pokémon yakalarken {{amount_0}} Razz Meyvesi kullanın", - "quest_title_quest_catch_berry_razz_drifloon": "Drifloon yakalarken {{amount_0}} Razz Meyvesi kullanın", - "quest_title_quest_catch_bronzor_plural": "{{amount_0}} Bronzor yakalayın", - "quest_title_quest_catch_c_types_plural": "Uçan, Psişik ya da Karanlık türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_carbink_singular": "Bir Carbink yakalayın", - "quest_title_quest_catch_celebi_types_plural": "Bitki ya da Psişik türden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_costumed_plural": "{{amount_0}} güneş taçlı veya ay taçlı Eevee yakalayın", - "quest_title_quest_catch_crabrawler_plural": "{{amount_0}} Crabrawler yakalayın", - "quest_title_quest_catch_dark_type_plural": "{{amount_0}} Karanlık türü Pokémon yakalayın", - "quest_title_quest_catch_darumaka_plural": "{{amount_0}} Darumaka yakalayın", - "quest_title_quest_catch_daysinarow": "Art arda {{amount_0}} gün Pokémon yakalayın", - "quest_title_quest_catch_dialga": "Dialga yakalayın", - "quest_title_quest_catch_drifloon": "{{amount_0}} Drifloon yakalayın", - "quest_title_quest_catch_ducklett_plural": "{{amount_0}} Ducklett yakalayın", - "quest_title_quest_catch_ducklett_singular": "Bir Ducklett yakalayın", - "quest_title_quest_catch_emolga_plural": "{{amount_0}} Emolga yakalayın", - "quest_title_quest_catch_excellent_curve_drifloon": "Mükemmel falsolu atış yaparak {{amount_0}} Drifloon yakalayın", - "quest_title_quest_catch_excellent_with_berry_drifloon": "Meyve verdikten sonra mükemmel atış yaparak {{amount_0}} Drifloon yakalayın", - "quest_title_quest_catch_feed_plural": "Pokémon yakalarken {{amount_0}} meyve kullanın", - "quest_title_quest_catch_feed_singular": "Pokémon yakalarken bir meyve kullanın", - "quest_title_quest_catch_furfou_singular": "Bir Furfrou yakalayın", - "quest_title_quest_catch_groudon_primal_boosted_types": "Ateş, Bitki ya da Yer türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_groudon_type": "Ateş, Bitki ya da Yer türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_hoenn_pokemon": "İlk olarak Hoenn bölgesinde keşfedilmiş {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_in_day_plural": "Bir günde {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_jan21_hoenn1_plural": "{{amount_0}} Groudon yakalayın", - "quest_title_quest_catch_jan21_hoenn2_plural": "{{amount_0}} Kyogre yakalayın", - "quest_title_quest_catch_johto_pokemon": "İlk olarak Johto bölgesinde keşfedilmiş {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_kanto_pokemon": "İlk olarak Kanto bölgesinde keşfedilmiş {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_kyogre_primal_boosted_types": "Su, Elektrik ya da Böcek türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_kyogre_type": "Su, Elektrik ya da Böcek türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_legendary_inarow_plural": "Karşılaşacağınız bir sonraki {{amount_0}} Efsanevi veya Mitolojik Pokémon’u yakalayın", - "quest_title_quest_catch_legendary_plural": "{{amount_0}} adet Efsanevi veya Mitolojik Pokémon yakalayın", - "quest_title_quest_catch_legendary_singular": "Bir Efsanevi veya Mitolojik Pokémon yakalayın", - "quest_title_quest_catch_lunatone_plural": "{{amount_0}} Lunatone yakalayın", - "quest_title_quest_catch_luvdisc": "{{amount_0}} Luvdisc yakalayın", - "quest_title_quest_catch_misc_01_types_plural": "Normal, Su ya da Buz türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_nymble_plural": "{{amount_0}} Nymble yakalayın", - "quest_title_quest_catch_palkia": "Palkia yakalayın", - "quest_title_quest_catch_pikachu_plural": "{{amount_0}} Pikachu yakalayın", - "quest_title_quest_catch_plural_unique": "Farklı türden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_pokemon_dai_plural": "Günlük Macera Tütsüsü kullanırken {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_pokemon_days": "{{amount_0}} farklı gün bir Pokémon yakalayın", - "quest_title_quest_catch_pokemon_great_ball_plural": "Süper Top ile {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_pokemon_great_ball_singular": "Süper Top ile bir Pokémon yakalayın", - "quest_title_quest_catch_pokemon_legendary_plural": "{{amount_0}} Efsanevi Pokémon yakalayın", - "quest_title_quest_catch_pokemon_legendary_singular": "Bir Efsanevi Pokémon yakalayın", - "quest_title_quest_catch_pokemon_party_plural": "Bir ekipteyken {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_pokemon_plural": "{{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_pokemon_poke_ball_plural": "Poké Topu ile {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_pokemon_poke_ball_singular": "Poké Topu ile bir Pokémon yakalayın", - "quest_title_quest_catch_pokemon_routes_plural": "Rota takip ederken {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_pokemon_routes_singular": "Rota takip ederken bir Pokémon yakalayın", - "quest_title_quest_catch_pokemon_singular": "Bir Pokémon yakalayın", - "quest_title_quest_catch_pokemon_task": "Pokémon yakalayın", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "Ultra Top ile {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "Ultra Top ile bir Pokémon yakalayın", - "quest_title_quest_catch_psychic_steel": "Psişik ya da Çelik türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_raid_regi_any": "Bir akından Regirock, Regice ya da Registeel yakalayın", - "quest_title_quest_catch_raid_regi_ice": "Bir akından Regice yakalayın", - "quest_title_quest_catch_raid_regi_rock": "Bir akından Regirock yakalayın", - "quest_title_quest_catch_raid_regi_steel": "Bir akından Registeel yakalayın", - "quest_title_quest_catch_rayquaza_type": "Uçan, Psişik ya da Ejderha türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_sinnoh_pokemon": "İlk olarak Sinnoh bölgesinde keşfedilmiş {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_sinnoh_pokemon_singular": "İlk olarak Sinnoh bölgesinde keşfedilmiş bir Pokémon yakalayın", - "quest_title_quest_catch_solrock_plural": "{{amount_0}} Solrock yakalayın", - "quest_title_quest_catch_special_aerodactyl": "Bir Aerodactyl yakalayın", - "quest_title_quest_catch_special_bidoof": "{{amount_0}} Bidoof yakalayın", - "quest_title_quest_catch_special_chespin": "Bir Chespin yakalayın", - "quest_title_quest_catch_special_cottonee": "{{amount_0}} Cottonee yakalayın", - "quest_title_quest_catch_special_cubone": "Bir Cubone yakalayın", - "quest_title_quest_catch_special_exeggcute": "{{amount_0}} Exeggcute yakalayın", - "quest_title_quest_catch_special_fennekin": "Bir Fennekin yakalayın", - "quest_title_quest_catch_special_fletchling": "Bir Fletchling yakalayın", - "quest_title_quest_catch_special_froakie": "Bir Froakie yakalayın", - "quest_title_quest_catch_special_furfrou": "1 Furfrou yakalayın", - "quest_title_quest_catch_special_jirachi": "Jirachi’yi yakalayın!", - "quest_title_quest_catch_special_lieep_anorithl": "{{amount_0}} Lileep ya da Anorith yakalayın", - "quest_title_quest_catch_special_litleo": "Bir Litleo yakalayın", - "quest_title_quest_catch_special_mew": "Mew’u yakalayın!", - "quest_title_quest_catch_special_natu": "{{amount_0}} Natu yakalayın", - "quest_title_quest_catch_special_omanyte_kabuto": "{{amount_0}} Omanyte ya da Kabuto yakalayın", - "quest_title_quest_catch_special_pumpkaboo": "{{amount_0}} Pumpkaboo yakalayın", - "quest_title_quest_catch_special_slugma_gulpin": "{{amount_0}} Slugma ya da Gulpin yakalayın", - "quest_title_quest_catch_special_voltorb": "{{amount_0}} Voltorb yakalayın", - "quest_title_quest_catch_special0_plural": "{{amount_0}} Ditto yakalayın", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020: Etkinlik listesindeki {{amount_0}} Pokémon'u yakalayın", - "quest_title_quest_catch_special0_singular": "Bir Ditto yakalayın", - "quest_title_quest_catch_special1_plural": "{{amount_0}} Oddish ya da Bellsprout yakalayın", - "quest_title_quest_catch_special1_singular": "Bir Oddish ya da Bellsprout yakalayın", - "quest_title_quest_catch_special2_plural": "{{amount_0}} Swablu yakalayın", - "quest_title_quest_catch_special2_singular": "Bir Swablu yakalayın", - "quest_title_quest_catch_special3_plural": "{{amount_0}} Pidgey ya da Murkrow yakalayın", - "quest_title_quest_catch_special3_singular": "Bir Pidgey ya da Murkrow yakalayın", - "quest_title_quest_catch_special4_plural": "{{amount_0}} Treecko ya da Mudkip yakalayın", - "quest_title_quest_catch_special4_singular": "Bir Treecko ya da Mudkip yakalayın", - "quest_title_quest_catch_special5_plural": "Catch {{amount_0}} Meowth or Skitty", - "quest_title_quest_catch_special5_singular": "Catch a Meowth or Skitty", - "quest_title_quest_catch_special6_plural": "{{amount_0}} Mareep yakalayın", - "quest_title_quest_catch_special7_plural": "{{amount_0}} Charmander yakalayın", - "quest_title_quest_catch_special8_plural": "{{amount_0}} Larvitar yakalayın", - "quest_title_quest_catch_special9_plural": "{{amount_0}} Unown yakalayın", - "quest_title_quest_catch_special10_plural": "{{amount_0}} Plusle yakalayın", - "quest_title_quest_catch_special11_plural": "{{amount_0}} Minun yakalayın", - "quest_title_quest_catch_special12_plural": "{{amount_0}} Squirtle yakalayın", - "quest_title_quest_catch_special13_plural": "{{amount_0}} Roselia yakalayın", - "quest_title_quest_catch_special14_singular": "Meowth ya da Growlithe yakalayın", - "quest_title_quest_catch_special15_singular": "Catch a Snubbull or Poochyena", - "quest_title_quest_catch_special16_singular": "Skitty ya da Poochyena yakalayın", - "quest_title_quest_catch_special17_plural": "{{amount_0}} Eevee yakalayın", - "quest_title_quest_catch_special18_plural": "{{amount_0}} Beldum yakalayın", - "quest_title_quest_catch_special19_plural": "{{amount_0}} Slakoth yakalayın", - "quest_title_quest_catch_special20_plural": "{{amount_0}} Ralts yakalayın", - "quest_title_quest_catch_special21_singular": "Rattata ya da Pikachu yakalayın", - "quest_title_quest_catch_special22_plural": "{{amount_0}} Chikorita yakalayın", - "quest_title_quest_catch_special23_plural": "{{amount_0}} Cyndaquil yakalayın", - "quest_title_quest_catch_special24_plural": "{{amount_0}} Totodile yakalayın", - "quest_title_quest_catch_special25_plural": "{{amount_0}} Swinub yakalayın", - "quest_title_quest_catch_special26_plural": "{{amount_0}} Treecko yakalayın", - "quest_title_quest_catch_special27_plural": "{{amount_0}} Bagon yakalayın", - "quest_title_quest_catch_special28_plural": "{{amount_0}} Torchic yakalayın", - "quest_title_quest_catch_special29_plural": "{{amount_0}} Mudkip yakalayın", - "quest_title_quest_catch_special31_plural": "{{amount_0}} Turtwig yakalayın", - "quest_title_quest_catch_special33_plural": "{{amount_0}} Trapinch yakalayın", - "quest_title_quest_catch_special34_plural": "{{amount_0}} Chimchar yakalayın", - "quest_title_quest_catch_special35_plural": "{{amount_0}} Piplup yakalayın", - "quest_title_quest_catch_special36_plural": "{{amount_0}} Rhyhorn yakalayın", - "quest_title_quest_catch_special37_plural": "{{amount_0}} Machop yakalayın", - "quest_title_quest_catch_special38_plural": "{{amount_0}} Vulpix yakalayın", - "quest_title_quest_catch_special39_plural": "{{amount_0}} Dratini yakalayın", - "quest_title_quest_catch_special40_plural": "{{amount_0}} Abra yakalayın", - "quest_title_quest_catch_special41_plural": "{{amount_0}} Spheal yakalayın", - "quest_title_quest_catch_special42_plural": "{{amount_0}} Weedle yakalayın", - "quest_title_quest_catch_special43_plural": "{{amount_0}} Starly yakalayın", - "quest_title_quest_catch_special44_plural": "{{amount_0}} Seedot yakalayın", - "quest_title_quest_catch_special45_plural": "{{amount_0}} Grimer yakalayın", - "quest_title_quest_catch_special46_plural": "{{amount_0}} Porygon yakalayın", - "quest_title_quest_catch_staryu_plural": "{{amount_0}} Staryu yakalayın", - "quest_title_quest_catch_stufful_pinap_plural": "Pokémon yakalarken {{amount_0}} Pinap Meyvesi kullanın", - "quest_title_quest_catch_stufful_pinap_singular": "Pokémon yakalarken bir Pinap Meyvesi kullanın", - "quest_title_quest_catch_stufful_razz_plural": "Pokémon yakalarken {{amount_0}} Razz Meyvesi kullanın", - "quest_title_quest_catch_stufful_razz_singular": "Pokémon yakalarken bir Razz Meyvesi kullanın", - "quest_title_quest_catch_transform_pokemon_plural": "{{amount_0}} Dönüşen Pokémon yakalayın", - "quest_title_quest_catch_trubbish_plural": "{{amount_0}} Trubbish yakalayın", - "quest_title_quest_catch_type_bug_plural": "{{amount_0}} Böcek türü Pokémon yakalayın", - "quest_title_quest_catch_type_bug_plural_unique": "{{amount_0}} farklı Böcek türü Pokémon yakalayın", - "quest_title_quest_catch_type_bug_singular": "Bir Böcek türü Pokémon yakalayın", - "quest_title_quest_catch_type_buzzwole": "Buzzwole ile aynı türü paylaşan bir Pokémon yakalayın", - "quest_title_quest_catch_type_buzzwole_effective": "Buzzwole karşısında güçlü olan türden bir Pokémon yakalayın", - "quest_title_quest_catch_type_buzzwole_plural": "Buzzwole ile aynı türü paylaşan {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_type_celesteela_effective": "Celesteela karşısında güçlü olan türden bir Pokémon yakalayın", - "quest_title_quest_catch_type_dark_plural": "{{amount_0}} Karanlık türü Pokémon yakalayın", - "quest_title_quest_catch_type_dark_plural_unique": "{{amount_0}} farklı Karanlık türü Pokémon yakalayın", - "quest_title_quest_catch_type_dark_singular": "Bir Karanlık türü Pokémon yakalayın", - "quest_title_quest_catch_type_dragon_normal_plural": "{{amount_0}} Normal tür veya Ejderha türü Pokémon yakalayın", - "quest_title_quest_catch_type_dragon_plural": "{{amount_0}} Ejderha türü Pokémon yakalayın", - "quest_title_quest_catch_type_dragon_plural_unique": "{{amount_0}} farklı Ejderha türü Pokémon yakalayın", - "quest_title_quest_catch_type_dragon_singular": "Bir Ejderha türü Pokémon yakalayın", - "quest_title_quest_catch_type_electric_flying_plural": "{{amount_0}} Elektrik türü veya Uçan tür Pokémon yakalayın", - "quest_title_quest_catch_type_electric_plural": "{{amount_0}} Elektrik türü Pokémon yakalayın", - "quest_title_quest_catch_type_electric_plural_unique": "{{amount_0}} farklı Elektrik türü Pokémon yakalayın", - "quest_title_quest_catch_type_electric_singular": "Bir Elektrik türü Pokémon yakalayın", - "quest_title_quest_catch_type_fairy_plural": "{{amount_0}} Peri türü Pokémon yakalayın", - "quest_title_quest_catch_type_fairy_plural_unique": "{{amount_0}} farklı Peri türü Pokémon yakalayın", - "quest_title_quest_catch_type_fairy_singular": "Bir Peri türü Pokémon yakalayın", - "quest_title_quest_catch_type_fighting_plural": "{{amount_0}} Dövüşçü türü Pokémon yakalayın", - "quest_title_quest_catch_type_fighting_plural_unique": "{{amount_0}} farklı Dövüşçü türü Pokémon yakalayın", - "quest_title_quest_catch_type_fighting_singular": "Bir Dövüşçü türü Pokémon yakalayın", - "quest_title_quest_catch_type_fire_dark_plural_unique": "Ateş veya Karanlık türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_type_fire_plural": "{{amount_0}} Ateş türü Pokémon yakalayın", - "quest_title_quest_catch_type_fire_singular": "Bir Ateş türü Pokémon yakalayın", - "quest_title_quest_catch_type_flying_plural": "{{amount_0}} Uçan tür Pokémon yakalayın", - "quest_title_quest_catch_type_flying_plural_unique": "{{amount_0}} farklı Uçan tür Pokémon yakalayın", - "quest_title_quest_catch_type_flying_singular": "Bir Uçan tür Pokémon yakalayın", - "quest_title_quest_catch_type_ghost_dark_plural": "Hayalet veya Karanlık türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_type_ghost_plural": "{{amount_0}} Hayalet türü Pokémon yakalayın", - "quest_title_quest_catch_type_ghost_plural_unique": "{{amount_0}} farklı Hayalet türü Pokémon yakalayın", - "quest_title_quest_catch_type_ghost_singular": "Bir Hayalet türü Pokémon yakalayın", - "quest_title_quest_catch_type_grass_bug_plural": "{{amount_0}} adet Bitki veya Böcek türü Pokémon yakalayın", - "quest_title_quest_catch_type_grass_plural": "{{amount_0}} Bitki türü Pokémon yakalayın", - "quest_title_quest_catch_type_grass_plural_unique": "{{amount_0}} farklı Bitki türü Pokémon yakalayın", - "quest_title_quest_catch_type_grass_poison_plural": "{{amount_0}} Bitki veya Zehir türü Pokémon yakalayın", - "quest_title_quest_catch_type_grass_singular": "Bir Bitki türü Pokémon yakalayın", - "quest_title_quest_catch_type_ground_plural": "{{amount_0}} Yer türü Pokémon yakalayın", - "quest_title_quest_catch_type_ground_plural_unique": "{{amount_0}} farklı Yer türü Pokémon yakalayın", - "quest_title_quest_catch_type_ground_singular": "Bir Yer türü Pokémon yakalayın", - "quest_title_quest_catch_type_guzzlord_effective": "Guzzlord karşısında güçlü olan türden bir Pokémon yakalayın", - "quest_title_quest_catch_type_ice_grass_plural_unique": "Bitki ya da Buz türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_type_ice_plural": "{{amount_0}} Buz türü Pokémon yakalayın", - "quest_title_quest_catch_type_ice_plural_unique": "{{amount_0}} farklı Buz türü Pokémon yakalayın", - "quest_title_quest_catch_type_ice_singular": "Bir Buz türü Pokémon yakalayın", - "quest_title_quest_catch_type_kartana_effective": "Kartana karşısında güçlü olan türden bir Pokémon yakalayın", - "quest_title_quest_catch_type_nihilego": "Nihilego ile aynı türü paylaşan bir Pokémon yakalayın", - "quest_title_quest_catch_type_nihilego_effective": "Nihilego karşısında güçlü olan türden bir Pokémon yakalayın", - "quest_title_quest_catch_type_nihilego_plural": "Nihilego ile aynı türü paylaşan {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_type_normal_plural": "{{amount_0}} Normal tür Pokémon yakalayın", - "quest_title_quest_catch_type_normal_plural_unique": "{{amount_0}} farklı Normal tür Pokémon yakalayın", - "quest_title_quest_catch_type_normal_singular": "Bir Normal tür Pokémon yakalayın", - "quest_title_quest_catch_type_pheremosa_effective": "Pheromosa karşısında güçlü olan türden bir Pokémon yakalayın", - "quest_title_quest_catch_type_pheromosa": "Pheromosa ile aynı türü paylaşan bir Pokémon yakalayın", - "quest_title_quest_catch_type_pheromosa_plural": "Pheromosa ile aynı türü paylaşan {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_type_poison_plural": "{{amount_0}} Zehir türü Pokémon yakalayın", - "quest_title_quest_catch_type_poison_plural_unique": "{{amount_0}} farklı Zehir türü Pokémon yakalayın", - "quest_title_quest_catch_type_poison_singular": "Bir Zehir türü Pokémon yakalayın", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "{{amount_0}} Psişik tür veya Dövüşçü türü Pokémon yakalayın", - "quest_title_quest_catch_type_psychic_plural": "{{amount_0}} Psişik türü Pokémon yakalayın", - "quest_title_quest_catch_type_psychic_plural_unique": "{{amount_0}} farklı Psişik türü Pokémon yakalayın", - "quest_title_quest_catch_type_psychic_singular": "Bir Psişik türü Pokémon yakalayın", - "quest_title_quest_catch_type_rock_plural": "{{amount_0}} Kaya türü Pokémon yakalayın", - "quest_title_quest_catch_type_rock_plural_unique": "{{amount_0}} farklı Kaya türü Pokémon yakalayın", - "quest_title_quest_catch_type_rock_singular": "Bir Kaya türü Pokémon yakalayın", - "quest_title_quest_catch_type_shaymin": "Shaymin ile aynı türü paylaşan bir Pokémon yakalayın", - "quest_title_quest_catch_type_shaymin_plural": "Shaymin ile aynı türü paylaşan {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_type_steel_plural": "{{amount_0}} Çelik türü Pokémon yakalayın", - "quest_title_quest_catch_type_steel_plural_unique": "{{amount_0}} farklı Çelik türü Pokémon yakalayın", - "quest_title_quest_catch_type_steel_singular": "Bir Çelik türü Pokémon yakalayın", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "Ateş, Su ya da Elektrik türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_type_water_flying_plural": "{{amount_0}} Su türü veya Uçan tür Pokémon yakalayın", - "quest_title_quest_catch_type_water_ground_plural": "{{amount_0}} Su veya Yer türü Pokémon yakalayın", - "quest_title_quest_catch_type_water_plural": "{{amount_0}} Su türü Pokémon yakalayın", - "quest_title_quest_catch_type_water_plural_unique": "{{amount_0}} farklı Su türü Pokémon yakalayın", - "quest_title_quest_catch_type_water_singular": "Bir Su türü Pokémon yakalayın", - "quest_title_quest_catch_type_xurkitree": "Xurkitree ile aynı türü paylaşan bir Pokémon yakalayın", - "quest_title_quest_catch_type_xurkitree_effective": "Xurkitree karşısında güçlü olan türden bir Pokémon yakalayın", - "quest_title_quest_catch_type_xurkitree_plural": "Xurkitree ile aynı türü paylaşan {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_types_rainy_plural": "Su, Elektrik ya da Böcek türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_types_rainy_singular": "Bir Su, Elektrik ya da Böcek türü Pokémon yakalayın", - "quest_title_quest_catch_types_snowy_plural": "Buz ya da Çelik türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_types_snowy_singular": "Bir Buz ya da Çelik türü Pokémon yakalayın", - "quest_title_quest_catch_types_sunny_plural": "{{amount_0}} Bitki, Ateş ya da Yer türü Pokémon yakalayın", - "quest_title_quest_catch_types_sunny_singular": "Bir Bitki, Ateş ya da Yer türü Pokémon yakalayın", - "quest_title_quest_catch_types_windy_plural": "Uçan, Psişik ya da Ejderha türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_types_windy_singular": "Bir Uçan, Psişik ya da Ejderha türü Pokémon yakalayın", - "quest_title_quest_catch_weather_boost_plural": "Hava Durumu Desteği olan {{amount_0}} Pokémon yakalayın", - "quest_title_quest_catch_weather_boost_singular": "Hava Durumu Desteği olan bir Pokémon yakalayın", - "quest_title_quest_catch_whismur": "{{amount_0}} Whismur yakalayın", - "quest_title_quest_challenge_party_power_plural": "Akın maçlarında {{amount_0}} kere Ekip Gücü kullanın", - "quest_title_quest_challenge_party_power_singular": "Akın maçlarında Ekip Gücü kullanın", - "quest_title_quest_change_form_furfrou": "Bir Furfrou’nun süsünü değiştirin", - "quest_title_quest_change_form_plural": "{{amount_0}} Pokémon'un formunu değiştirin", - "quest_title_quest_change_form_singular": "Bir Pokémon'un formunu değiştirin", - "quest_title_quest_chansey_catch_b": "{{amount_0}} Chansey yakalayın", - "quest_title_quest_chansey_evolve_b_plural": "{{amount_0}} Chansey evrimleştirin", - "quest_title_quest_chansey_evolve_b_singular": "Bir Chansey evrimleştirin", - "quest_title_quest_chansey_snapshot_b": "{{amount_0}} Chansey’nin fotoğrafını çekin", - "quest_title_quest_charge_attack_party_plural": "Bir ekipteyken {{amount_0}} güçlü saldırı kullanın", - "quest_title_quest_charge_attack_party_singular": "Bir ekipteyken bir güçlü saldırı kullanın", - "quest_title_quest_charged_attack_plural": "{{amount_0}} güçlü saldırı kullanın", - "quest_title_quest_charjabug_evolve_b": "{{amount_0}} Charjabug evrimleştirin", - "quest_title_quest_chart_catch_b": "{{amount_0}} Charmander yakalayın", - "quest_title_quest_chart_catch_s1": "{{amount_0}} Charmeleon yakalayın", - "quest_title_quest_chart_evolve_b": "{{amount_0}} Charmander evrimleştirin", - "quest_title_quest_chart_evolve_s1": "{{amount_0}} Charmeleon evrimleştirin", - "quest_title_quest_chespin_catch_b": "{{amount_0}} Chespin yakalayın", - "quest_title_quest_chespin_evolve_b": "{{amount_0}} Chespin evrimleştirin", - "quest_title_quest_chespin_snapshot_b": "{{amount_0}} Chespin'in fotoğrafını çekin", - "quest_title_quest_crocalor_evolve_b": "Bir Crocalor evrimleştirin", - "quest_title_quest_cyndaquil_catch_b": "{{amount_0}} Cyndaquil yakalayın", - "quest_title_quest_cyndaquil_evolve_b_plural": "{{amount_0}} Cyndaquil evrimleştirin", - "quest_title_quest_cyndaquil_evolve_b_singular": "Bir Cyndaquil evrimleştirin", - "quest_title_quest_dartrix_evolve_b_plural": "{{amount_0}} Dartrix evrimleştirin", - "quest_title_quest_dartrix_evolve_b_singular": "{{amount_0}} Dartrix evrimleştirin", - "quest_title_quest_dec2021_catch_b": "2021 Topluluk Günlerinde öne çıkan {{amount_0}} Pokémon yakalayın", - "quest_title_quest_dec2022_catch_b": "Aralık Topluluk Günü 2022’de öne çıkan {{amount_0}} Pokémon yakalayın", - "quest_title_quest_dec2023_catch_b": "2023’ün Topluluk Günlerinde öne çıkmış {{amount_0}} Pokémon yakalayın", - "quest_title_quest_defeat_jessie_james_plural": "Jessie'yi ya da James'i {{amount_0}} kez alt edin", - "quest_title_quest_defeat_rocket": "{{amount_0}} GO Roket Takımı üyesini alt edin", - "quest_title_quest_defeat_rocket_leader_2500": "2500 ve altı DG'li Pokémon'larla GO Roket Takımı Liderini {{amount_0}} kez yen", - "quest_title_quest_defeat_rocket_singular": "1 GO Roket Takımı üyesini yenin", - "quest_title_quest_deino_catch": "{{amount_0}} Deino yakalayın", - "quest_title_quest_deino_evolve_a": "{{amount_0}} Deino evrimleştirin", - "quest_title_quest_deino_evolve_b": "{{amount_0}} Deino veya Zweilous evrimleştirin", - "quest_title_quest_deino_snap": "Deino’nun {{amount_0}} fotoğrafını çekin", - "quest_title_quest_dragonair_evolve_b": "{{amount_0}} Dragonair evrimleştirin", - "quest_title_quest_dratini_cdc_catch_b": "{{amount_0}} Dratini yakalayın", - "quest_title_quest_dratini_cdc_evolve_b": "{{amount_0}} Dratini evrimleştirin", - "quest_title_quest_dratini_cdc_snapshot_b": "{{amount_0}} Dratini'nin fotoğrafını çekin", - "quest_title_quest_drizzle_evolve": "Bir Drizzile evrimleştirin", - "quest_title_quest_dude_catch": "{{amount_0}} Geodude yakalayın", - "quest_title_quest_dude_evolve_a": "{{amount_0}} Geodude evrimleştirin", - "quest_title_quest_dude_evolve_b": "{{amount_0}} Graveler evrimleştirin", - "quest_title_quest_dude_snap": "Geodude'un {{amount_0}} fotoğrafını çekin", - "quest_title_quest_duskt_catch_b": "{{amount_0}} Duskull yakalayın", - "quest_title_quest_duskt_evolve_b": "{{amount_0}} Duskull evrimleştirin", - "quest_title_quest_duskt_evolve_s1": "{{amount_0}} Dusclops evrimleştirin", - "quest_title_quest_earn_buddy_ribbon_plural": "Pokémon’larınızla {{amount_0}} En İyi Dost kurdelesi kazanın", - "quest_title_quest_eelektrik_evolve_b_plural": "{{amount_0}} Eelektrik evrimleştirin", - "quest_title_quest_eelektrik_evolve_b_singular": "Bir Eelektrik evrimleştirin", - "quest_title_quest_eevee_evolve_plural": "Eevee'yi özel evrimlerinin hepsine evrimleştirin", - "quest_title_quest_eevet_catch_b": "{{amount_0}} Eevee yakalayın", - "quest_title_quest_eevet_evolve_b": "{{amount_0}} Eevee evrimleştirin", - "quest_title_quest_elect_catch_b": "{{amount_0}} Electabuzz yakalayın", - "quest_title_quest_elect_evolve_b": "{{amount_0}} Electabuzz evrimleştirin", - "quest_title_quest_elite_raid_victory_plural": "{{amount_0}} elit akın kazanın", - "quest_title_quest_elite_raid_victory_singular": "Bir elit akın kazanın", - "quest_title_quest_elite4_a": "GO Tur Elit Dörtlüsü: Ova Eğitmenini yenin", - "quest_title_quest_elite4_b": "GO Tur Elit Dörtlüsü: Mağara Eğitmenini yenin", - "quest_title_quest_elite4_c": "GO Tur Elit Dörtlüsü: Okyanus Eğitmenini yenin", - "quest_title_quest_elite4_d": "GO Tur Elit Dörtlüsü: Savana Eğitmenini yenin", - "quest_title_quest_elrd22_april16_battle": "Exeggcute Araştırması: Bir spor salonunda maç yapın", - "quest_title_quest_elrd22_april16_berries": "Exeggcute Araştırması: Pokémon yakalarken üç kere meyve kullanın", - "quest_title_quest_elrd22_april16_catch_grass": "Exeggcute Araştırması: Üç adet bitki türü Pokémon yakalayın", - "quest_title_quest_elrd22_april16_charged_move": "Exeggcute Araştırması: Süper etkili bir güçlü saldırı kullanın", - "quest_title_quest_elrd22_april16_curve": "Exeggcute Araştırması: Beş falsolu atış yapın", - "quest_title_quest_elrd22_april16_evolve_grass": "Exeggcute Araştırması: 2 Bitki türü Pokémon evrimleştirin", - "quest_title_quest_elrd22_april16_gifts_stickers": "Exeggcute Araştırması: Çıkartma ekleyerek iki Hediye gönderin", - "quest_title_quest_elrd22_april16_great": "Exeggcute Araştırması: Üç süper atış yapın", - "quest_title_quest_elrd22_april16_great_row": "Exeggcute Araştırması: Art arda iki süper atış yapın", - "quest_title_quest_elrd22_april16_nice": "Exeggcute Araştırması: 5 iyi atış yapın", - "quest_title_quest_elrd22_april16_nice_row": "Exeggcute Araştırması: Art arda üç iyi atış yapın", - "quest_title_quest_elrd22_april16_raid": "Exeggcute Araştırması: Bir akın maçı yapın", - "quest_title_quest_elrd22_april16_spin": "Exeggcute Araştırması: 2 PokéDurak döndürün", - "quest_title_quest_elrd22_april16_weather_easy": "Exeggcute Araştırması: Hava durumu desteği olan üç Pokémon yakalayın", - "quest_title_quest_elrd22_april16_weather_hard": "Exeggcute Araştırması: Hava durumu desteği olan beş Pokémon yakalayın", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "Exeggcute Araştırması: Vahşi bir Bitki türü Pokémon'un fotoğrafını çekin", - "quest_title_quest_equinox19_catch_medium_pkmn": "{{amount_0}} Bulbasaur ya da Chikorita yakalayın", - "quest_title_quest_equinox19_catch_type_grass_plural": "{{amount_0}} Bitki türü Pokémon yakalayın", - "quest_title_quest_equinox19_evolve_type_grass_plural": "{{amount_0}} Bitki türü Pokémon evrimleştirin", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "{{amount_0}} Bitki türü Pokémon evrimleştirin", - "quest_title_quest_event_eevee_snapshot_barcelona": "Eevee’nin Barselona’da bir fotoğrafını çekin", - "quest_title_quest_event_eevee_snapshot_jakarta": "Cakarta’da Eevee’nizin bir fotoğrafını çekin", - "quest_title_quest_event_eevee_snapshot_mexico_city": "Eevee’nin Meksiko’da bir fotoğrafını çekin", - "quest_title_quest_event_eevee_snapshot_seoul": "Eevee’nin Seul’de bir fotoğrafını çekin", - "quest_title_quest_event_eevee_snapshot_tainan": "Eevee’nin Tainan’da bir fotoğrafını çekin", - "quest_title_quest_event_leave_behind_spin": "Daha önce gitmediğiniz 10 PokéDurak veya spor salonu döndürün", - "quest_title_quest_event_leave_behind_spin_safari_city": "Herhangi bir Eevee Kâşifi konumunda PokéDurak döndürün", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "Daha önce ziyaret etmediğiniz bir Eevee Kâşifleri konumunda {{amount_0}} PokéDurak çevirin", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "Daha önce ziyaret etmediğiniz bir Eevee Kâşifleri konumunda bir PokéDurak çevirin", - "quest_title_quest_event_spin_barcelona": "Barselona’da bir PokéDurak veya spor salonu döndürün", - "quest_title_quest_event_spin_incheon": "Incheon’da bir PokéDurak veya spor salonu döndürün", - "quest_title_quest_event_spin_jakarta": "Cakarta’da bir PokéDurak veya spor salonu döndürün", - "quest_title_quest_event_spin_mexico_city": "Meksiko’da bir PokéDurak veya spor salonu döndürün", - "quest_title_quest_event_spin_seoul": "Seul’de bir PokéDurak veya spor salonu döndürün", - "quest_title_quest_event_spin_tainan": "Tainan’da bir PokéDurak veya spor salonu döndürün", - "quest_title_quest_evolve_abra_singular": "Bir Abra evrimleştir", - "quest_title_quest_evolve_aipom_singular": "Bir Aipom evrimleştir", - "quest_title_quest_evolve_amaura_singular": "Bir Amaura evrimleştir", - "quest_title_quest_evolve_anorith_singular": "Bir Anorith evrimleştir", - "quest_title_quest_evolve_archen_singular": "Bir Archen evrimleştir", - "quest_title_quest_evolve_aron_singular": "Bir Aron evrimleştir", - "quest_title_quest_evolve_axew_singular": "Bir Axew evrimleştirin", - "quest_title_quest_evolve_azurill_singular": "Bir Azurill evrimleştir", - "quest_title_quest_evolve_bagon_singular": "Bir Bagon evrimleştir", - "quest_title_quest_evolve_baltoy_singular": "Bir Baltoy evrimleştir", - "quest_title_quest_evolve_barboach_singular": "Bir Barboach evrimleştir", - "quest_title_quest_evolve_bayleef": "Bayleef'inizi evrimleştirin", - "quest_title_quest_evolve_bayleef_singular": "Bir Bayleef evrimleştirin", - "quest_title_quest_evolve_beldum_singular": "Bir Beldum evrimleştir", - "quest_title_quest_evolve_bellsprout_singular": "Bir Bellsprout evrimleştir", - "quest_title_quest_evolve_bergmite_singular": "Bir Bergmite evrimleştir", - "quest_title_quest_evolve_bidoof_singular": "Bir Bidoof evrimleştir", - "quest_title_quest_evolve_binacle_singular": "Bir Binacle evrimleştir", - "quest_title_quest_evolve_blitzle_singular": "Bir Blitzle evrimleştir", - "quest_title_quest_evolve_boldore_singular": "Bir Boldore evrimleştir", - "quest_title_quest_evolve_bonsly_singular": "Bir Bonsly evrimleştir", - "quest_title_quest_evolve_braixen_singular": "Bir Braixen evrimleştir", - "quest_title_quest_evolve_bronzor_singular": "Bir Bronzor evrimleştir", - "quest_title_quest_evolve_budew_singular": "Bir Budew evrimleştir", - "quest_title_quest_evolve_buizel_singular": "Bir Buizel evrimleştir", - "quest_title_quest_evolve_bulbasaur": "Bir Bulbasaur evrimleştirin", - "quest_title_quest_evolve_bulbasaur_singular": "Bir Bulbasaur evrimleştir", - "quest_title_quest_evolve_buneary_singular": "Bir Buneary evrimleştir", - "quest_title_quest_evolve_bunnelby_singular": "Bir Bunnelby evrimleştir", - "quest_title_quest_evolve_burmy_singular": "Bir Burmy evrimleştir", - "quest_title_quest_evolve_cacnea_singular": "Bir Cacnea evrimleştir", - "quest_title_quest_evolve_carvanha_singular": "Bir Carvanha evrimleştir", - "quest_title_quest_evolve_cascoon_singular": "Bir Cascoon evrimleştir", - "quest_title_quest_evolve_caterpie_singular": "Bir Caterpie evrimleştir", - "quest_title_quest_evolve_chansey_singular": "Bir Chansey evrimleştir", - "quest_title_quest_evolve_charmander": "Bir Charmander evrimleştirin", - "quest_title_quest_evolve_charmander_singular": "Bir Charmander evrimleştir", - "quest_title_quest_evolve_charmeleon_singular": "Bir Charmeleon evrimleştir", - "quest_title_quest_evolve_cherubi_singular": "Bir Cherubi evrimleştir", - "quest_title_quest_evolve_chespin_singular": "Bir Chespin evrimleştir", - "quest_title_quest_evolve_chikorita": "Chikorita'nızı evrimleştirin", - "quest_title_quest_evolve_chikorita_singular": "Bir Chikorita evrimleştirin", - "quest_title_quest_evolve_chimchar_singular": "Bir Chimchar evrimleştir", - "quest_title_quest_evolve_chinchou_singular": "Bir Chinchou evrimleştir", - "quest_title_quest_evolve_chingling_singular": "Bir Chingling evrimleştir", - "quest_title_quest_evolve_clamperl_singular": "Bir Clamperl evrimleştir", - "quest_title_quest_evolve_clauncher_singular": "Bir Clauncher evrimleştir", - "quest_title_quest_evolve_clefairy_singular": "Bir Clefairy evrimleştir", - "quest_title_quest_evolve_cleffa_singular": "Bir Cleffa evrimleştir", - "quest_title_quest_evolve_combee_singular": "Bir Combee evrimleştir", - "quest_title_quest_evolve_combusken_singular": "Bir Combusken evrimleştir", - "quest_title_quest_evolve_corphish_singular": "Bir Corphish evrimleştir", - "quest_title_quest_evolve_cosmoem_singular": "Bir Cosmoem evrimleştirin", - "quest_title_quest_evolve_cosmog_singular": "Bir Cosmog evrimleştirin", - "quest_title_quest_evolve_cottonee_singular": "Bir Cottonee evrimleştir", - "quest_title_quest_evolve_cranidos_singular": "Bir Cranidos evrimleştir", - "quest_title_quest_evolve_croagunk_singular": "Bir Croagunk evrimleştir", - "quest_title_quest_evolve_croconaw": "Croconaw'ınızı evrimleştirin", - "quest_title_quest_evolve_croconaw_singular": "Bir Croconaw evrimleştirin", - "quest_title_quest_evolve_cubchoo_singular": "Bir Cubchoo evrimleştir", - "quest_title_quest_evolve_cubone_singular": "Bir Cubone evrimleştir", - "quest_title_quest_evolve_cyndaquil": "Cyndaquil'inizi evrimleştirin", - "quest_title_quest_evolve_cyndaquil_singular": "Bir Cyndaquil evrimleştirin", - "quest_title_quest_evolve_dark_type_singular": "Bir Karanlık türü Pokémon evrimleştirin", - "quest_title_quest_evolve_darumaka_singular": "Bir Darumaka evrimleştir", - "quest_title_quest_evolve_deerling_singular": "Bir Deerling evrimleştir", - "quest_title_quest_evolve_deino_singular": "Bir Deino evrimleştir", - "quest_title_quest_evolve_dewott_singular": "Bir Dewott evrimleştir", - "quest_title_quest_evolve_diglett_singular": "Bir Diglett evrimleştir", - "quest_title_quest_evolve_doduo_singular": "Bir Doduo evrimleştir", - "quest_title_quest_evolve_doublade_singular": "Bir Doublade evrimleştir", - "quest_title_quest_evolve_dragonair_singular": "Bir Dragonair evrimleştir", - "quest_title_quest_evolve_dratini_singular": "Bir Dratini evrimleştir", - "quest_title_quest_evolve_drifloon_singular": "Bir Drifloon evrimleştir", - "quest_title_quest_evolve_drilbur_singular": "Bir Drilbur evrimleştir", - "quest_title_quest_evolve_drowzee_singular": "Bir Drowzee evrimleştir", - "quest_title_quest_evolve_ducklett_singular": "Bir Ducklett evrimleştir", - "quest_title_quest_evolve_duosion_singular": "Bir Duosion evrimleştir", - "quest_title_quest_evolve_durant_singular": "Bir Durant evrimleştir", - "quest_title_quest_evolve_dusclops_singular": "Bir Dusclops evrimleştir", - "quest_title_quest_evolve_duskull_singular": "Bir Duskull evrimleştir", - "quest_title_quest_evolve_dwebble_singular": "Bir Dwebble evrimleştir", - "quest_title_quest_evolve_eelektrik_singular": "Bir Eelektrik evrimleştir", - "quest_title_quest_evolve_eevee_singular": "Bir Eevee evrimleştir", - "quest_title_quest_evolve_eevee_types_plural": "Elektrik, Su ya da Ateş türünden {{amount_0}} Pokémon evrimleştirin", - "quest_title_quest_evolve_eevee_types_singular": "Elektrik, Su ya da Ateş türü Pokémon evrimleştirin", - "quest_title_quest_evolve_ekans_singular": "Bir Ekans evrimleştir", - "quest_title_quest_evolve_electabuzz_singular": "Bir Electabuzz evrimleştir", - "quest_title_quest_evolve_electrike_singular": "Bir Electrike evrimleştir", - "quest_title_quest_evolve_elekid_singular": "Bir Elekid evrimleştir", - "quest_title_quest_evolve_elgyem_singular": "Bir Elgyem evrimleştir", - "quest_title_quest_evolve_espeon": "Gündüz Eevee'yi Espeon'a evrimleştirin", - "quest_title_quest_evolve_espurr_singular": "Bir Espurr evrimleştir", - "quest_title_quest_evolve_evolved_grass_singular": "Evrimleşmiş bir Bitki türü Pokémon evrimleştirin", - "quest_title_quest_evolve_exeggcute_singular": "Bir Exeggcute evrimleştir", - "quest_title_quest_evolve_farfetch'd_singular": "Bir Farfetch'd evrimleştir", - "quest_title_quest_evolve_feebas_singular": "Bir Feebas evrimleştir", - "quest_title_quest_evolve_fennekin_singular": "Bir Fennekin evrimleştir", - "quest_title_quest_evolve_ferroseed_singular": "Bir Ferroseed evrimleştir", - "quest_title_quest_evolve_finneon_singular": "Bir Finneon evrimleştir", - "quest_title_quest_evolve_flaaffy_singular": "Bir Flaaffy evrimleştir", - "quest_title_quest_evolve_flabébé_singular": "Bir Flabébé evrimleştir", - "quest_title_quest_evolve_fletchinder_singular": "Bir Fletchinder evrimleştir", - "quest_title_quest_evolve_fletchling_singular": "Bir Fletchling evrimleştir", - "quest_title_quest_evolve_floette_singular": "Bir Floette evrimleştir", - "quest_title_quest_evolve_foongus_singular": "Bir Foongus evrimleştir", - "quest_title_quest_evolve_fraxure_singular": "Bir Fraxure evrimleştirin", - "quest_title_quest_evolve_frillish_singular": "Bir Frillish evrimleştir", - "quest_title_quest_evolve_froakie_singular": "Bir Froakie evrimleştir", - "quest_title_quest_evolve_frogadier_singular": "Bir Frogadier evrimleştir", - "quest_title_quest_evolve_gabite_singular": "Bir Gabite evrimleştir", - "quest_title_quest_evolve_gastly_singular": "Bir Gastly evrimleştir", - "quest_title_quest_evolve_geodude_singular": "Bir Geodude evrimleştir", - "quest_title_quest_evolve_gible_singular": "Bir Gible evrimleştir", - "quest_title_quest_evolve_glalie_singular": "Bir Glalie evrimleştir", - "quest_title_quest_evolve_glameow_singular": "Bir Glameow evrimleştir", - "quest_title_quest_evolve_gligar_singular": "Bir Gligar evrimleştir", - "quest_title_quest_evolve_gloom_singular": "Bir Gloom evrimleştir", - "quest_title_quest_evolve_golbat_singular": "Bir Golbat evrimleştir", - "quest_title_quest_evolve_goldeen_singular": "Bir Goldeen evrimleştir", - "quest_title_quest_evolve_golett_singular": "Bir Golett evrimleştir", - "quest_title_quest_evolve_goomy_singular": "Bir Goomy evrimleştir", - "quest_title_quest_evolve_gothita_singular": "Bir Gothita evrimleştir", - "quest_title_quest_evolve_gothorita_singular": "Bir Gothorita evrimleştir", - "quest_title_quest_evolve_graveler_singular": "Bir Graveler evrimleştir", - "quest_title_quest_evolve_grimer_singular": "Bir Grimer evrimleştir", - "quest_title_quest_evolve_grotle_singular": "Bir Grotle evrimleştir", - "quest_title_quest_evolve_ground_plural": "{{amount_0}} Yer türü Pokémon evrimleştirin", - "quest_title_quest_evolve_grovyle_singular": "Bir Grovyle evrimleştir", - "quest_title_quest_evolve_growlithe_singular": "Bir Growlithe evrimleştir", - "quest_title_quest_evolve_gulpin_singular": "Bir Gulpin evrimleştir", - "quest_title_quest_evolve_gurdurr_singular": "Bir Gurdurr evrimleştir", - "quest_title_quest_evolve_happiny_singular": "Bir Happiny evrimleştir", - "quest_title_quest_evolve_haunter_singular": "Bir Haunter evrimleştir", - "quest_title_quest_evolve_heatmor_singular": "Bir Heatmor evrimleştir", - "quest_title_quest_evolve_helioptile_singular": "Bir Helioptile evrimleştir", - "quest_title_quest_evolve_herdier_singular": "Bir Herdier evrimleştir", - "quest_title_quest_evolve_hippopotas_singular": "Bir Hippopotas evrimleştir", - "quest_title_quest_evolve_honedge_singular": "Bir Honedge evrimleştir", - "quest_title_quest_evolve_hoothoot_singular": "Bir Hoothoot evrimleştir", - "quest_title_quest_evolve_hoppip_singular": "Bir Hoppip evrimleştir", - "quest_title_quest_evolve_horsea_singular": "Bir Horsea evrimleştir", - "quest_title_quest_evolve_houndour_singular": "Bir Houndour evrimleştir", - "quest_title_quest_evolve_igglybuff_singular": "Bir Igglybuff evrimleştir", - "quest_title_quest_evolve_illumise_singular": "Bir Illumise evrimleştir", - "quest_title_quest_evolve_inkay_singular": "Bir Inkay evrimleştir", - "quest_title_quest_evolve_items_plural": "Eşyaları kullanarak {{amount_0}} kez Pokémon evrimleştirin", - "quest_title_quest_evolve_items_singular": "Pokémon evrimleştirmek için bir eşya kullanın", - "quest_title_quest_evolve_ivysaur_singular": "Bir Ivysaur evrimleştir", - "quest_title_quest_evolve_jigglypuff_singular": "Bir Jigglypuff evrimleştir", - "quest_title_quest_evolve_joltik_singular": "Bir Joltik evrimleştir", - "quest_title_quest_evolve_kabuto_singular": "Bir Kabuto evrimleştir", - "quest_title_quest_evolve_kadabra_singular": "Bir Kadabra evrimleştir", - "quest_title_quest_evolve_kakuna_singular": "Bir Kakuna evrimleştir", - "quest_title_quest_evolve_karrablast_singular": "Bir Karrablast evrimleştir", - "quest_title_quest_evolve_kirlia_singular": "Bir Kirlia evrimleştir", - "quest_title_quest_evolve_klang_singular": "Bir Klang evrimleştir", - "quest_title_quest_evolve_klink_singular": "Bir Klink evrimleştir", - "quest_title_quest_evolve_koffing_singular": "Bir Koffing evrimleştir", - "quest_title_quest_evolve_krabby_singular": "Bir Krabby evrimleştir", - "quest_title_quest_evolve_kricketot_singular": "Bir Kricketot evrimleştir", - "quest_title_quest_evolve_krokorok_singular": "Bir Krokorok evrimleştir", - "quest_title_quest_evolve_lairon_singular": "Bir Lairon evrimleştir", - "quest_title_quest_evolve_lampent_singular": "Bir Lampent evrimleştir", - "quest_title_quest_evolve_larvesta_singular": "Bir Larvesta evrimleştir", - "quest_title_quest_evolve_larvitar_singular": "Bir Larvitar evrimleştir", - "quest_title_quest_evolve_ledyba_singular": "Bir Ledyba evrimleştir", - "quest_title_quest_evolve_lickitung_singular": "Bir Lickitung evrimleştir", - "quest_title_quest_evolve_lileep_singular": "Bir Lileep evrimleştir", - "quest_title_quest_evolve_lillipup_singular": "Bir Lillipup evrimleştir", - "quest_title_quest_evolve_linoone_singular": "{{amount_0}} Galarlı Linoone evrimleştirin", - "quest_title_quest_evolve_litleo_singular": "Bir Litleo evrimleştir", - "quest_title_quest_evolve_litwick_singular": "Bir Litwick evrimleştir", - "quest_title_quest_evolve_lombre_singular": "Bir Lombre evrimleştir", - "quest_title_quest_evolve_lotad_singular": "Bir Lotad evrimleştir", - "quest_title_quest_evolve_loudred_singular": "Bir Loudred evrimleştir", - "quest_title_quest_evolve_luxio_singular": "Bir Luxio evrimleştir", - "quest_title_quest_evolve_machoke_singular": "Bir Machoke evrimleştir", - "quest_title_quest_evolve_machop_singular": "Bir Machop evrimleştir", - "quest_title_quest_evolve_magby_singular": "Bir Magby evrimleştir", - "quest_title_quest_evolve_magikarp_singular": "Bir Magikarp evrimleştir", - "quest_title_quest_evolve_magmar_singular": "Bir Magmar evrimleştir", - "quest_title_quest_evolve_magnemite_singular": "Bir Magnemite evrimleştir", - "quest_title_quest_evolve_makuhita_singular": "Bir Makuhita evrimleştir", - "quest_title_quest_evolve_mankey_singular": "Bir Mankey evrimleştir", - "quest_title_quest_evolve_mantyke_singular": "Bir Mantyke evrimleştir", - "quest_title_quest_evolve_mareep_singular": "Bir Mareep evrimleştir", - "quest_title_quest_evolve_marill_singular": "Bir Marill evrimleştir", - "quest_title_quest_evolve_marshtomp_singular": "Bir Marshtomp evrimleştir", - "quest_title_quest_evolve_meditite_singular": "Bir Meditite evrimleştir", - "quest_title_quest_evolve_meowth_singular": "Bir Meowth evrimleştir", - "quest_title_quest_evolve_metang_singular": "Bir Metang evrimleştir", - "quest_title_quest_evolve_metapod_singular": "Bir Metapod evrimleştir", - "quest_title_quest_evolve_mienfoo_singular": "Bir Mienfoo evrimleştir", - "quest_title_quest_evolve_mime jr._singular": "Bir Mime Jr. evrimleştir", - "quest_title_quest_evolve_minccino_singular": "Bir Minccino evrimleştir", - "quest_title_quest_evolve_misdreavus_singular": "Bir Misdreavus evrimleştir", - "quest_title_quest_evolve_monferno_singular": "Bir Monferno evrimleştir", - "quest_title_quest_evolve_mr. mime_singular": "Bir Mr. Mime evrimleştir", - "quest_title_quest_evolve_mudkip_singular": "Bir Mudkip evrimleştir", - "quest_title_quest_evolve_munchlax_singular": "Bir Munchlax evrimleştir", - "quest_title_quest_evolve_munna_singular": "Bir Munna evrimleştir", - "quest_title_quest_evolve_murkrow_singular": "Bir Murkrow evrimleştir", - "quest_title_quest_evolve_natu_singular": "Bir Natu evrimleştir", - "quest_title_quest_evolve_nidoranfemale_singular": "Bir Nidoran♀ evrimleştir", - "quest_title_quest_evolve_nidoranmale_singular": "Bir Nidoran♂ evrimleştir", - "quest_title_quest_evolve_nidorina_singular": "Bir Nidorina evrimleştir", - "quest_title_quest_evolve_nidorino_singular": "Bir Nidorino evrimleştir", - "quest_title_quest_evolve_nincada_singular": "Bir Nincada evrimleştir", - "quest_title_quest_evolve_noibat_singular": "Bir Noibat evrimleştir", - "quest_title_quest_evolve_nosepass_singular": "Bir Nosepass evrimleştir", - "quest_title_quest_evolve_numel_singular": "Bir Numel evrimleştir", - "quest_title_quest_evolve_nuzleaf_singular": "Bir Nuzleaf evrimleştir", - "quest_title_quest_evolve_oddish_singular": "Bir Oddish evrimleştir", - "quest_title_quest_evolve_omanyte_singular": "Bir Omanyte evrimleştir", - "quest_title_quest_evolve_onix_singular": "Bir Onix evrimleştir", - "quest_title_quest_evolve_oshawott_singular": "Bir Oshawott evrimleştir", - "quest_title_quest_evolve_palpitoad_singular": "Bir Palpitoad evrimleştir", - "quest_title_quest_evolve_pancham_singular": "Bir Pancham evrimleştir", - "quest_title_quest_evolve_panpour_singular": "Bir Panpour evrimleştir", - "quest_title_quest_evolve_pansage_singular": "Bir Pansage evrimleştir", - "quest_title_quest_evolve_pansear_singular": "Bir Pansear evrimleştir", - "quest_title_quest_evolve_paras_singular": "Bir Paras evrimleştir", - "quest_title_quest_evolve_patrat_singular": "Bir Patrat evrimleştir", - "quest_title_quest_evolve_pawniard_singular": "Bir Pawniard evrimleştir", - "quest_title_quest_evolve_petilil_singular": "Bir Petilil evrimleştir", - "quest_title_quest_evolve_phanpy_singular": "Bir Phanpy evrimleştir", - "quest_title_quest_evolve_phantump_singular": "Bir Phantump evrimleştir", - "quest_title_quest_evolve_pichu_singular": "Bir Pichu evrimleştir", - "quest_title_quest_evolve_pidgeotto_singular": "Bir Pidgeotto evrimleştir", - "quest_title_quest_evolve_pidgey_singular": "Bir Pidgey evrimleştir", - "quest_title_quest_evolve_pidove_singular": "Bir Pidove evrimleştir", - "quest_title_quest_evolve_pignite_singular": "Bir Pignite evrimleştir", - "quest_title_quest_evolve_pikachu_singular": "Bir Pikachu evrimleştir", - "quest_title_quest_evolve_piloswine_plural": "{{amount_0}} Piloswine evrimleştirin", - "quest_title_quest_evolve_piloswine_singular": "Bir Piloswine evrimleştir", - "quest_title_quest_evolve_pineco_singular": "Bir Pineco evrimleştir", - "quest_title_quest_evolve_piplup_singular": "Bir Piplup evrimleştir", - "quest_title_quest_evolve_plural": "{{amount_0}} Pokémon evrimleştirin", - "quest_title_quest_evolve_poison_type_singular": "Bir Zehir türü Pokémon evrimleştirin", - "quest_title_quest_evolve_poliwag_singular": "Bir Poliwag evrimleştirin", - "quest_title_quest_evolve_poliwhirl_singular": "Bir Poliwhirl evrimleştir", - "quest_title_quest_evolve_ponyta_singular": "Bir Ponyta evrimleştir", - "quest_title_quest_evolve_poochyena_singular": "Bir Poochyena evrimleştir", - "quest_title_quest_evolve_porygon2_singular": "Bir Porygon2 evrimleştir", - "quest_title_quest_evolve_prinplup_singular": "Bir Prinplup evrimleştir", - "quest_title_quest_evolve_psyduck_singular": "Bir Psyduck evrimleştir", - "quest_title_quest_evolve_pumpkaboo_singular": "Bir Pumpkaboo evrimleştir", - "quest_title_quest_evolve_pupitar_singular": "Bir Pupitar evrimleştir", - "quest_title_quest_evolve_purrloin_singular": "Bir Purrloin evrimleştir", - "quest_title_quest_evolve_quilava": "Quilava'nızı evrimleştirin", - "quest_title_quest_evolve_quilava_singular": "Bir Quilava evrimleştirin", - "quest_title_quest_evolve_quilladin_singular": "Bir Quilladin evrimleştir", - "quest_title_quest_evolve_qwilfish_singular": "Bir Qwilfish evrimleştir", - "quest_title_quest_evolve_ralts_singular": "Bir Ralts evrimleştir", - "quest_title_quest_evolve_rattata_singular": "Bir Rattata evrimleştir", - "quest_title_quest_evolve_remoraid_singular": "Bir Remoraid evrimleştir", - "quest_title_quest_evolve_rhydon_singular": "Bir Rhydon evrimleştir", - "quest_title_quest_evolve_rhyhorn_singular": "Bir Rhyhorn evrimleştir", - "quest_title_quest_evolve_riolu_singular": "Bir Riolu evrimleştir", - "quest_title_quest_evolve_roggenrola_singular": "Bir Roggenrola evrimleştir", - "quest_title_quest_evolve_roselia_singular": "Bir Roselia evrimleştir", - "quest_title_quest_evolve_rufflet_singular": "Bir Rufflet evrimleştir", - "quest_title_quest_evolve_sandile_singular": "Bir Sandile evrimleştir", - "quest_title_quest_evolve_sandshrew_singular": "Bir Sandshrew evrimleştir", - "quest_title_quest_evolve_sb_singular": "Bir Snubbull evrimleştirin", - "quest_title_quest_evolve_scatterbug_singular": "Bir Scatterbug evrimleştir", - "quest_title_quest_evolve_scraggy_singular": "Bir Scraggy evrimleştir", - "quest_title_quest_evolve_scyther_singular": "Bir Scyther evrimleştir", - "quest_title_quest_evolve_seadra_singular": "Bir Seadra evrimleştir", - "quest_title_quest_evolve_sealeo_singular": "Bir Sealeo evrimleştir", - "quest_title_quest_evolve_seedot_singular": "Bir Seedot evrimleştir", - "quest_title_quest_evolve_seel_singular": "Bir Seel evrimleştir", - "quest_title_quest_evolve_sentret_singular": "Bir Sentret evrimleştir", - "quest_title_quest_evolve_servine_singular": "Bir Servine evrimleştir", - "quest_title_quest_evolve_sewaddle_singular": "Bir Sewaddle evrimleştir", - "quest_title_quest_evolve_shelgon_singular": "Bir Shelgon evrimleştir", - "quest_title_quest_evolve_shellder_singular": "Bir Shellder evrimleştir", - "quest_title_quest_evolve_shellos_singular": "Bir Shellos evrimleştir", - "quest_title_quest_evolve_shelmet_singular": "Bir Shelmet evrimleştir", - "quest_title_quest_evolve_shieldon_singular": "Bir Shieldon evrimleştir", - "quest_title_quest_evolve_shinx_singular": "Bir Shinx evrimleştir", - "quest_title_quest_evolve_shroomish_singular": "Bir Shroomish evrimleştir", - "quest_title_quest_evolve_shuckle_singular": "Bir Shuckle evrimleştir", - "quest_title_quest_evolve_shuppet_singular": "Bir Shuppet evrimleştir", - "quest_title_quest_evolve_silcoon_singular": "Bir Silcoon evrimleştir", - "quest_title_quest_evolve_singular": "Bir Pokémon evrimleştirin", - "quest_title_quest_evolve_skiddo_singular": "Bir Skiddo evrimleştir", - "quest_title_quest_evolve_skiploom_singular": "Bir Skiploom evrimleştir", - "quest_title_quest_evolve_skitty_singular": "Bir Skitty evrimleştir", - "quest_title_quest_evolve_skorupi_singular": "Bir Skorupi evrimleştir", - "quest_title_quest_evolve_skrelp_singular": "Bir Skrelp evrimleştir", - "quest_title_quest_evolve_slakoth_singular": "Bir Slakoth evrimleştir", - "quest_title_quest_evolve_sliggoo_singular": "Bir Sliggoo evrimleştir", - "quest_title_quest_evolve_slowpoke_plural": "{{amount_0}} Slowpoke evrimleştirin", - "quest_title_quest_evolve_slowpoke_singular": "Bir Slowpoke evrimleştir", - "quest_title_quest_evolve_slugma_singular": "Bir Slugma evrimleştir", - "quest_title_quest_evolve_smoochum_singular": "Bir Smoochum evrimleştir", - "quest_title_quest_evolve_sneasel_singular": "Bir Sneasel evrimleştir", - "quest_title_quest_evolve_snivy_singular": "Bir Snivy evrimleştir", - "quest_title_quest_evolve_snorunt_singular": "Bir Snorunt evrimleştir", - "quest_title_quest_evolve_snover_singular": "Bir Snover evrimleştir", - "quest_title_quest_evolve_snubbull_singular": "Bir Snubbull evrimleştir", - "quest_title_quest_evolve_solosis_singular": "Bir Solosis evrimleştir", - "quest_title_quest_evolve_spearow_singular": "Bir Spearow evrimleştir", - "quest_title_quest_evolve_special_drowzee": "Bir Drowzee evrimleştirin", - "quest_title_quest_evolve_special_feebas_singular": "Bir Feebas evrimleştirin", - "quest_title_quest_evolve_special_galarian_mrmime": "Bir Galarlı Mr. Mime evrimleştirin", - "quest_title_quest_evolve_special_galarian_slowpoke": "Bir Galarlı Slowpoke evrimleştirin", - "quest_title_quest_evolve_special_grimer": "Bir Grimer evrimleştirin", - "quest_title_quest_evolve_special_magnemite": "Bir Magnemite evrimleştirin", - "quest_title_quest_evolve_special_scyther": "Bir Scyther evrimleştirin", - "quest_title_quest_evolve_special0_singular": "Bir Magikarp evrimleştirin", - "quest_title_quest_evolve_special1_plural": "{{amount_0}} Pidgey evrimleştirin", - "quest_title_quest_evolve_special1_singular": "Bir Horsea evrimleştirin", - "quest_title_quest_evolve_special2_singular": "Bir Meowth evrimleştirin", - "quest_title_quest_evolve_spewpa_singular": "Bir Spewpa evrimleştir", - "quest_title_quest_evolve_spheal_singular": "Bir Spheal evrimleştir", - "quest_title_quest_evolve_spinarak_singular": "Bir Spinarak evrimleştir", - "quest_title_quest_evolve_spoink_singular": "Bir Spoink evrimleştir", - "quest_title_quest_evolve_spritzee_singular": "Bir Spritzee evrimleştir", - "quest_title_quest_evolve_squirtle_singular": "Bir Squirtle evrimleştir", - "quest_title_quest_evolve_staravia_singular": "Bir Staravia evrimleştirin", - "quest_title_quest_evolve_starly_singular": "Bir Starly evrimleştir", - "quest_title_quest_evolve_staryu_singular": "Bir Staryu evrimleştir", - "quest_title_quest_evolve_steelix_singular": "Bir Steelix evrimleştir", - "quest_title_quest_evolve_stunky_singular": "Bir Stunky evrimleştir", - "quest_title_quest_evolve_sunkern_singular": "Bir Sunkern evrimleştir", - "quest_title_quest_evolve_sunstone_singular": "Gloom ya da Sunkern evrimleştirmek için Güneş Taşı kullanın", - "quest_title_quest_evolve_surskit_singular": "Bir Surskit evrimleştir", - "quest_title_quest_evolve_swablu_singular": "Bir Swablu evrimleştir", - "quest_title_quest_evolve_swadloon_singular": "Bir Swadloon evrimleştir", - "quest_title_quest_evolve_swinub_singular": "Bir Swinub evrimleştir", - "quest_title_quest_evolve_swirlix_singular": "Bir Swirlix evrimleştir", - "quest_title_quest_evolve_taillow_singular": "Bir Taillow evrimleştir", - "quest_title_quest_evolve_tangela_singular": "Bir Tangela evrimleştir", - "quest_title_quest_evolve_teddiursa_singular": "Bir Teddiursa evrimleştir", - "quest_title_quest_evolve_tentacool_singular": "Bir Tentacool evrimleştir", - "quest_title_quest_evolve_tepig_singular": "Bir Tepig evrimleştir", - "quest_title_quest_evolve_timburr_singular": "Bir Timburr evrimleştir", - "quest_title_quest_evolve_tirtouga_singular": "Bir Tirtouga evrimleştir", - "quest_title_quest_evolve_togepi_singular": "Bir Togepi evrimleştir", - "quest_title_quest_evolve_togetic_singular": "Bir Togetic evrimleştir", - "quest_title_quest_evolve_torchic_singular": "Bir Torchic evrimleştir", - "quest_title_quest_evolve_totodile": "Totodile'ınızı evrimleştirin", - "quest_title_quest_evolve_totodile_singular": "Bir Totodile evrimleştirin", - "quest_title_quest_evolve_tranquill_singular": "Bir Tranquill evrimleştir", - "quest_title_quest_evolve_trapinch_singular": "Bir Trapinch evrimleştir", - "quest_title_quest_evolve_treecko_singular": "Bir Treecko evrimleştir", - "quest_title_quest_evolve_trubbish_singular": "Bir Trubbish evrimleştir", - "quest_title_quest_evolve_turtwig_singular": "Bir Turtwig evrimleştir", - "quest_title_quest_evolve_tympole_singular": "Bir Tympole evrimleştir", - "quest_title_quest_evolve_tynamo_singular": "Bir Tynamo evrimleştir", - "quest_title_quest_evolve_type_dark_plural": "{{amount_0}} Karanlık tür Pokémon evrimleştirin", - "quest_title_quest_evolve_type_dragon_plural": "{{amount_0}} Ejderha türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_dragon_singular": "Bir Ejderha türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_electric_plural": "{{amount_0}} Elektrik türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_electric_singular": "Bir Elektrik türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_fairy_plural": "{{amount_0}} Peri türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_fairy_singular": "Bir Peri türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_fire_plural": "{{amount_0}} Ateş türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_fire_singular": "Bir Ateş türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_flying_plural": "{{amount_0}} Uçan tür Pokémon evrimleştirin", - "quest_title_quest_evolve_type_flying_singular": "Bir Uçan tür Pokémon evrimleştirin", - "quest_title_quest_evolve_type_ghost_plural": "{{amount_0}} Hayalet türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_ghost_single": "Bir Hayalet türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_grass_plural": "{{amount_0}} Bitki türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_grass_singular": "Bir Bitki türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_ice_plural": "{{amount_0}} Buz türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_ice_singular": "Bir Buz türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_poison_plural": "{{amount_0}} Zehir türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_psychic_plural": "{{amount_0}} Psişik türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_psychic_singular": "Bir Psişik türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_rock_plural": "{{amount_0}} Kaya türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_steel_plural": "{{amount_0}} Çelik türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_water_plural": "{{amount_0}} Su türü Pokémon evrimleştirin", - "quest_title_quest_evolve_type_water_singular": "Bir Su türü Pokémon evrimleştirin", - "quest_title_quest_evolve_tyrogue_singular": "Bir Tyrogue evrimleştir", - "quest_title_quest_evolve_tyrunt_singular": "Bir Tyrunt evrimleştir", - "quest_title_quest_evolve_umbreon": "Geceleyin Eevee'yi Umbreon'a evrimleştirin", - "quest_title_quest_evolve_vanillish_singular": "Bir Vanillish evrimleştir", - "quest_title_quest_evolve_vanillite_singular": "Bir Vanillite evrimleştir", - "quest_title_quest_evolve_venipede_singular": "Bir Venipede evrimleştir", - "quest_title_quest_evolve_venonat_singular": "Bir Venonat evrimleştir", - "quest_title_quest_evolve_vibrava_singular": "Bir Vibrava evrimleştir", - "quest_title_quest_evolve_vigoroth_singular": "Bir Vigoroth evrimleştir", - "quest_title_quest_evolve_volbeat_singular": "Bir Volbeat evrimleştir", - "quest_title_quest_evolve_voltorb_singular": "Bir Voltorb evrimleştir", - "quest_title_quest_evolve_vullaby_singular": "Bir Vullaby evrimleştir", - "quest_title_quest_evolve_vulpix_singular": "Bir Vulpix evrimleştir", - "quest_title_quest_evolve_wailmer_singular": "Bir Wailmer evrimleştir", - "quest_title_quest_evolve_wartortle_singular": "Bir Wartortle evrimleştir", - "quest_title_quest_evolve_weedle_singular": "Bir Weedle evrimleştir", - "quest_title_quest_evolve_weepinbell_singular": "Bir Weepinbell evrimleştir", - "quest_title_quest_evolve_whirlipede_singular": "Bir Whirlipede evrimleştir", - "quest_title_quest_evolve_whismur_singular": "Bir Whismur evrimleştir", - "quest_title_quest_evolve_wingull_singular": "Bir Wingull evrimleştir", - "quest_title_quest_evolve_woobat_singular": "Bir Woobat evrimleştir", - "quest_title_quest_evolve_wooper_singular": "Bir Wooper evrimleştir", - "quest_title_quest_evolve_wurmple_singular": "Bir Wurmple evrimleştir", - "quest_title_quest_evolve_wynaut_singular": "Bir Wynaut evrimleştir", - "quest_title_quest_evolve_yamask_singular": "Bir Yamask evrimleştir", - "quest_title_quest_evolve_yanma_singular": "Bir Yanma evrimleştir", - "quest_title_quest_evolve_zigzagoon_singular": "Bir Zigzagoon evrimleştir", - "quest_title_quest_evolve_zorua_singular": "Bir Zorua evrimleştir", - "quest_title_quest_evolve_zubat_singular": "Bir Zubat evrimleştir", - "quest_title_quest_evolve_zweilous_singular": "Bir Zweilous evrimleştir", - "quest_title_quest_explore_buddy": "Dostunuzla mesafe katederek bir şeker kazanın", - "quest_title_quest_explore_buddy_carbink": "Carbink dostunuzken keşfe çıkarak bir şeker kazanın", - "quest_title_quest_explore_buddy_plural": "Dostunuzla mesafe katederek {{amount_0}} şeker kazanın", - "quest_title_quest_explore_buddy_routes_plural": "Dostunuzla rota keşfederken {{amount_0}} şeker kazanın", - "quest_title_quest_explore_buddy_routes_singular": "Dostunuzla rota keşfederken bir şeker kazanın", - "quest_title_quest_explore_km": "{{amount_0}} km katedin", - "quest_title_quest_explore_km_party": "Bir ekipteyken {{amount_0}} km keşfedin", - "quest_title_quest_febresearchday_battle_gym_singular": "Clamperl Araştırması: Bir spor salonunda maç yapın", - "quest_title_quest_febresearchday_battle_raid_singular": "Clamperl Araştırması: Bir akın maçı yapın", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "Clamperl Araştırması: Bir spor salonu maçında süper etkili bir güçlü saldırı kullanın", - "quest_title_quest_febresearchday_catch_feed_plural": "Clamperl Araştırması: Pokémon yakalarken {{amount_0}} meyve kullanın", - "quest_title_quest_febresearchday_catch_special1_singular": "Clamperl Araştırması: Bir Magikarp ya da Wailmer yakalayın", - "quest_title_quest_febresearchday_catch_special2_singular": "Clamperl Araştırması: Bir Psyduck ya da Krabby yakalayın", - "quest_title_quest_febresearchday_catch_type_water_plural": "Clamperl Araştırması: {{amount_0}} Su türü Pokémon yakalayın", - "quest_title_quest_febresearchday_evolve_type_water_plural": "Clamperl Araştırması: {{amount_0}} Su türü Pokémon evrimleştirin", - "quest_title_quest_febresearchday_land_curveball_plural": "Clamperl Araştırması: {{amount_0}} Falsolu Atış yapın", - "quest_title_quest_febresearchday_land_great_plural": "Clamperl Araştırması: {{amount_0}} süper atış yapın", - "quest_title_quest_febresearchday_land_inarow_great_plural": "Clamperl Araştırması: Art arda {{amount_0}} süper atış yapın", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "Clamperl Araştırması: Art arda {{amount_0}} iyi atış yapın", - "quest_title_quest_febresearchday_land_nice_plural": "Clamperl Araştırması: {{amount_0}} iyi atış yapın", - "quest_title_quest_febresearchday_visit_pokestops_plural": "Clamperl Araştırması: {{amount_0}} PokéDurak döndürün", - "quest_title_quest_feed_buddy_multiple": "Dostunuzu {{amount_0}} kez besleyin", - "quest_title_quest_feed_buddy_singular": "Dostunuzu besleyin", - "quest_title_quest_feed_goldenrazz_plural": "Pokémon yakalarken {{amount_0}} Altın Razz Meyvesi kullanın", - "quest_title_quest_feed_nanab_plural": "Pokémon yakalarken {{amount_0}} Nanab Meyvesi kullanın", - "quest_title_quest_feed_pinaps_plural": "Pokémon yakalarken {{amount_0}} Pinap Meyvesi kullanın", - "quest_title_quest_feed_razz_plural": "Pokémon yakalarken {{amount_0}} Razz Meyvesi kullanın", - "quest_title_quest_fennekin_catch_b": "{{amount_0}} Fennekin yakalayın", - "quest_title_quest_fennekin_evolve_b": "{{amount_0}} Fennekin evrimleştirin", - "quest_title_quest_fennekin_snapshot_b": "{{amount_0}} Fennekin’in fotoğrafını çekin", - "quest_title_quest_field_research_plural": "{{amount_0}} alan araştırması görevi tamamlayın", - "quest_title_quest_field_research_singular": "Bir alan araştırması görevi tamamlayın", - "quest_title_quest_fight_type_bug_plural": "{{amount_0}} Böcek türü Pokémon alt edin", - "quest_title_quest_fight_type_dark_plural": "{{amount_0}} Karanlık tür Pokémon alt edin", - "quest_title_quest_fight_type_dark_steel_plural": "Karanlık ya da Çelik türünden {{amount_0}} Pokémon alt edin", - "quest_title_quest_fight_type_dragon_plural": "{{amount_0}} Ejderha türü Pokémon alt edin", - "quest_title_quest_fight_type_electric_plural": "{{amount_0}} Elektrik türü Pokémon alt edin", - "quest_title_quest_fight_type_fairy_plural": "{{amount_0}} Peri türü Pokémon alt edin", - "quest_title_quest_fight_type_fighting_plural": "{{amount_0}} Dövüşçü türü Pokémon alt edin", - "quest_title_quest_fight_type_fire_plural": "{{amount_0}} Ateş türü Pokémon alt edin", - "quest_title_quest_fight_type_flying_plural": "{{amount_0}} Uçan tür Pokémon alt edin", - "quest_title_quest_fight_type_ghost_fighting_plural": "Dövüşçü ya da Hayalet türünden {{amount_0}} Pokémon alt edin", - "quest_title_quest_fight_type_ghost_plural": "{{amount_0}} Hayalet türü Pokémon alt edin", - "quest_title_quest_fight_type_ghost_psychic_plural": "Psişik ya da Hayalet türünden {{amount_0}} Pokémon alt edin", - "quest_title_quest_fight_type_grass_plural": "{{amount_0}} Bitki türü Pokémon alt edin", - "quest_title_quest_fight_type_ground_plural": "{{amount_0}} Yer türü Pokémon alt edin", - "quest_title_quest_fight_type_ice_plural": "{{amount_0}} Buz türü Pokémon alt edin", - "quest_title_quest_fight_type_normal_plural": "{{amount_0}} Normal tür Pokémon alt edin", - "quest_title_quest_fight_type_normal_psychic_plural": "Normal ya da Psişik türünden {{amount_0}} Pokémon alt edin", - "quest_title_quest_fight_type_poison_plural": "{{amount_0}} Zehir türü Pokémon alt edin", - "quest_title_quest_fight_type_psychic_plural": "{{amount_0}} Psişik tür Pokémon alt edin", - "quest_title_quest_fight_type_rock_plural": "{{amount_0}} Kaya türü Pokémon alt edin", - "quest_title_quest_fight_type_steel_plural": "{{amount_0}} Çelik türü Pokémon alt edin", - "quest_title_quest_fight_type_water_plural": "{{amount_0}} Su türü Pokémon alt edin", - "quest_title_quest_first_catch_of_the_day": "Günün İlk Yakalaması", - "quest_title_quest_first_pokestop_of_the_day": "Günün İlk PokéDurağı", - "quest_title_quest_flaaffy_evolve_b": "{{amount_0}} Flaaffy evrimleştirin", - "quest_title_quest_flett_catch_b": "{{amount_0}} Fletchling yakalayın", - "quest_title_quest_flett_evolve_b": "{{amount_0}} Fletchling evrimleştirin", - "quest_title_quest_flett_evolve_s1": "{{amount_0}} Fletchinder evrimleştirin", - "quest_title_quest_floragato_evolve_b": "Bir Floragato evrimleştirin", - "quest_title_quest_fraxure_evolve_b": "{{amount_0}} Fraxure evrimleştirin", - "quest_title_quest_froakie_catch_b": "{{amount_0}} Froakie yakalayın", - "quest_title_quest_froakie_evolve_b": "{{amount_0}} Froakie evrimleştirin", - "quest_title_quest_froakie_snapshot_b": "{{amount_0}} Froakie’nin fotoğrafını çekin", - "quest_title_quest_frogadier_evolve_b": "{{amount_0}} Frogadier evrimleştirin", - "quest_title_quest_fuecoco_evolve_b": "Bir Fuecoco evrimleştirin", - "quest_title_quest_fuse_necrozma": "Necrozma’yı birleştirin", - "quest_title_quest_gbl_rank": "GO Maç Ligi'nde {{amount_0}}. Seviyeye ulaşın", - "quest_title_quest_gbl_rank_fifteen": "GO Maç Ligi'nde 15. Seviyeye ulaşın", - "quest_title_quest_gbl_rank_five": "GO Maç Ligi'nde 5. Seviyeye ulaşın", - "quest_title_quest_gbl_rank_ten": "GO Maç Ligi'nde 10. Seviyeye ulaşın", - "quest_title_quest_gbl_rank_twenty": "GO Maç Ligi'nde 20. Seviyeye ulaşın", - "quest_title_quest_get_cell_singular": "Bir Zygarde Hücresi bulun", - "quest_title_quest_giblt_catch_b": "{{amount_0}} Gible yakalayın", - "quest_title_quest_giblt_evolve_b": "{{amount_0}} Gible evrimleştirin", - "quest_title_quest_giblt_evolve_s1": "{{amount_0}} Gabite evrimleştirin", - "quest_title_quest_gift_open_plural": "{{amount_0}} Hediye açın", - "quest_title_quest_gift_open_singular": "Bir Hediye açın", - "quest_title_quest_go_for_a_spin_00": "8 Spinda PokéDurağının 1.sini bulup döndürün", - "quest_title_quest_go_for_a_spin_01": "8 Spinda PokéDurağının 2.sini bulup döndürün", - "quest_title_quest_go_for_a_spin_02": "8 Spinda PokéDurağının 3.sünü bulup döndürün", - "quest_title_quest_go_for_a_spin_03": "8 Spinda PokéDurağının 4.sünü bulup döndürün", - "quest_title_quest_go_for_a_spin_04": "8 Spinda PokéDurağının 5.sini bulup döndürün", - "quest_title_quest_go_for_a_spin_05": "8 Spinda PokéDurağının 6.sını bulup döndürün", - "quest_title_quest_go_for_a_spin_06": "8 Spinda PokéDurağının 7.sini bulup döndürün", - "quest_title_quest_go_for_a_spin_07": "8 Spinda PokéDurağının 8.sini bulup döndürün", - "quest_title_quest_go_tour_snapshot_habitat_01": "Kızgın Kumlar habitatında dostunuzun bir fotoğrafını çekin", - "quest_title_quest_go_tour_snapshot_habitat_02": "Tekinsiz Sis habitatında dostunuzun bir fotoğrafını çekin", - "quest_title_quest_go_tour_snapshot_habitat_03": "Yemyeşil Dünya habitatında dostunuzun bir fotoğrafını çekin", - "quest_title_quest_go_tour_snapshot_habitat_04": "Kadim Kıyılar habitatında dostunuzun bir fotoğrafını çekin", - "quest_title_quest_gold_hoenn_dex": "Altın Hoenn madalyası kazanın", - "quest_title_quest_gold_medal_plural": "{{amount_0}} altın madalya kazanın", - "quest_title_quest_gold_medal_plural_five": "5 altın madalya kazanın", - "quest_title_quest_gold_medal_singular": "Bir altın madalya kazanın", - "quest_title_quest_goomy_catch_b": "{{amount_0}} Goomy yakalayın", - "quest_title_quest_goomy_evolve_b_plural": "{{amount_0}} Goomy evrimleştirin", - "quest_title_quest_goomy_evolve_b_singular": "Bir Goomy evrimleştirin", - "quest_title_quest_grookey_evolve": "Bir Grookey evrimleştirin", - "quest_title_quest_grubbin_catch_b": "{{amount_0}} Grubbin yakalayın", - "quest_title_quest_grubbin_evolve_b": "{{amount_0}} Grubbin evrimleştirin", - "quest_title_quest_grubbin_snapshot_b": "{{amount_0}} Grubbin’in fotoğrafını çekin", - "quest_title_quest_gt_catch_b": "{{amount_0}} Gastly yakalayın", - "quest_title_quest_gt_evolve_b": "{{amount_0}} Gastly evrimleştirin", - "quest_title_quest_gt_evolve_s1": "{{amount_0}} Haunter evrimleştirin", - "quest_title_quest_gulpin_catch": "{{amount_0}} Gulpin yakalayın", - "quest_title_quest_gurdurr_evolve_b": "{{amount_0}} Gurdurr evrimleştirin", - "quest_title_quest_hallo19_catch_specific_plural": "{{amount_0}} Poochyena ya da Houndour yakalayın", - "quest_title_quest_hallo19_catch_type_dark_plural": "{{amount_0}} Karanlık türü Pokémon yakalayın", - "quest_title_quest_hallo19_catch_type_ghost_plural": "{{amount_0}} Hayalet türü Pokémon yakalayın", - "quest_title_quest_hallo19_evolve_plural": "{{amount_0}} Duskull ya da Shuppet evrimleştirin", - "quest_title_quest_hallo19_transfer_plural": "{{amount_0}} Pokémon gönderin", - "quest_title_quest_hatch_egg_plural": "{{amount_0}} yumurta çatlatın", - "quest_title_quest_hatch_egg_routes_plural": "Rota takip ederken {{amount_0}} yumurta çatlatın", - "quest_title_quest_hatch_egg_routes_singular": "Rota takip ederken bir yumurta çatlatın", - "quest_title_quest_hatch_egg_singular": "Bir yumurta çatlatın", - "quest_title_quest_hoenn_celebration_research": "Hoenn Kutlaması Araştırması", - "quest_title_quest_hoenn19_catch_specific_plural": "Hoenn Kutlaması: {{amount_0}} Zigzagoon ya da Taillow yakalayın", - "quest_title_quest_hoenn19_evolve_specific_plural": "Hoenn Kutlaması: {{amount_0}} Wurmple evrimleştirin", - "quest_title_quest_hoenn19_hatch_eggs": "Hoenn Kutlaması: {{amount_0}} yumurta çatlatın", - "quest_title_quest_hoppt_catch_b": "{{amount_0}} Hoppip yakalayın", - "quest_title_quest_hoppt_evolve_b": "{{amount_0}} Hoppip evrimleştirin", - "quest_title_quest_hoppt_evolve_s1": "{{amount_0}} Skiploom evrimleştirin", - "quest_title_quest_incense_or_dai_plural": "{{amount_0}} Tütsü veya Günlük Macera Tütsüsü kullanın", - "quest_title_quest_incense_or_dai_singular": "Bir Tütsü veya Günlük Macera Tütsüsü kullanın", - "quest_title_quest_incense_plural": "{{amount_0}} Tütsü kullanın", - "quest_title_quest_incense_routes_plural": "Rota takip ederken {{amount_0}} Tütsü kullanın", - "quest_title_quest_incense_routes_singular": "Rota takip ederken bir Tütsü kullanın", - "quest_title_quest_incense_singular": "Tütsü kullanın", - "quest_title_quest_jan19rsd_buddywalk_singular": "Feebas Araştırması: 1 dost şekeri kazanın", - "quest_title_quest_jan19rsd_hatch_egg_singular": "Feebas Araştırması: 1 yumurta çatlatın", - "quest_title_quest_jan19rsd_land_great_plural": "Feebas Araştırması: {{amount_0}} süper atış yapın", - "quest_title_quest_jan19rsd_land_nice_plural": "Feebas Araştırması: {{amount_0}} iyi atış yapın", - "quest_title_quest_johtofestival_catch_special17_plural": "Johto Festivali: {{amount_0}} Sunkern yakalayın", - "quest_title_quest_johtofestival_catch_type_water_plural": "Johto Festivali: {{amount_0}} Su Pokémonu yakalayın", - "quest_title_quest_johtofestival_evolve_plural": "Johto Festivali: {{amount_0}} Sunkern ya da Natu evrimleştirin", - "quest_title_quest_johtofestival_land_excellent_plural": "Johto Festivali: {{amount_0}} mükemmel atış yapın", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "Johto Festivali: Art arda {{amount_0}} süper falsolu atış yapın", - "quest_title_quest_johtofestival_win_raid_singular": "Johto Festivali: Bir akın kazanın", - "quest_title_quest_kanto_green_bellsprout": "GO Tur: Bellsprout yakalayın", - "quest_title_quest_kanto_green_meowth": "GO Tur: Meowth yakalayın", - "quest_title_quest_kanto_green_sandshrew": "GO Tur: Sandshrew yakalayın", - "quest_title_quest_kanto_green_vulpix": "GO Tur: Vulpix yakalayın", - "quest_title_quest_kanto_hatch_plural": "GO Tur Kanto: {{amount_0}} yumurta çatlatın", - "quest_title_quest_kanto_hatch_singular": "GO Tur Kanto: Bir yumurta çatlatın", - "quest_title_quest_kanto_npc_plural": "GO Tur Kanto: {{amount_0}} GO Tur Meydan Okuyanlarını alt edin", - "quest_title_quest_kanto_npc_singular": "GO Tur Kanto: Bir GO Tur Meydan Okuyanını alt edin", - "quest_title_quest_kanto_red_ekans": "GO Tur: Ekans yakalayın", - "quest_title_quest_kanto_red_growlithe": "GO Tur: Growlithe yakalayın", - "quest_title_quest_kanto_red_mankey": "GO Tur: Mankey yakalayın", - "quest_title_quest_kanto_red_oddish": "GO Tur: Oddish yakalayın", - "quest_title_quest_kecleon_catch": "{{amount_0}} Kecleon yakalayın", - "quest_title_quest_lampent_evolve_b": "Evolve {{amount_0}} Lampent", - "quest_title_quest_land_curve_type_ghost": "Hayalet türü Pokémon’lara {{amount_0}} Falsolu Atış yapın", - "quest_title_quest_land_curveball_plural": "{{amount_0}} Falsolu Atış yapın", - "quest_title_quest_land_curveball_singular": "Bir Falsolu Atış yapın", - "quest_title_quest_land_excellent_curveball_plural": "{{amount_0}} mükemmel falsolu atış yapın", - "quest_title_quest_land_excellent_curveball_singular": "Bir mükemmel falsolu atış yapın", - "quest_title_quest_land_excellent_plural": "{{amount_0}} mükemmel atış yapın", - "quest_title_quest_land_excellent_singular": "Bir mükemmel atış yapın", - "quest_title_quest_land_great_curve_inarow_type_ghost": "Hayalet türü Pokémon’lara art arda {{amount_0}} süper falsolu atış yapın", - "quest_title_quest_land_great_curve_type_ghost": "Hayalet türü Pokémon’lara {{amount_0}} süper falsolu atış yapın", - "quest_title_quest_land_great_curveball_plural": "{{amount_0}} süper falsolu atış yapın", - "quest_title_quest_land_great_curveball_singular": "Bir süper falsolu atış yapın", - "quest_title_quest_land_great_plural": "{{amount_0}} süper atış yapın", - "quest_title_quest_land_great_singular": "Bir süper atış yapın", - "quest_title_quest_land_great_type_ghost": "Hayalet türü Pokémon’lara {{amount_0}} süper atış yapın", - "quest_title_quest_land_inarow_curveball_plural": "Art arda {{amount_0}} Falsolu Atış yapın", - "quest_title_quest_land_inarow_excellent_curveball_plural": "Art arda {{amount_0}} mükemmel falsolu atış yapın", - "quest_title_quest_land_inarow_excellent_plural": "Art arda {{amount_0}} mükemmel atış yapın", - "quest_title_quest_land_inarow_great_curveball_plural": "Art arda {{amount_0}} süper falsolu atış yapın", - "quest_title_quest_land_inarow_great_plural": "Art arda {{amount_0}} süper atış yapın", - "quest_title_quest_land_inarow_nice_curveball_plural": "Art arda {{amount_0}} iyi falsolu atış yapın", - "quest_title_quest_land_inarow_nice_plural": "Art arda {{amount_0}} iyi atış yapın", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "Hayalet türü Pokémon’lara art arda {{amount_0}} iyi falsolu atış yapın", - "quest_title_quest_land_nice_curve_plural": "{{amount_0}} iyi falsolu atış yapın", - "quest_title_quest_land_nice_curve_singular": "Bir iyi falsolu atış yapın", - "quest_title_quest_land_nice_curve_type_ghost": "Hayalet türü Pokémon’lara {{amount_0}} iyi falsolu atış yapın", - "quest_title_quest_land_nice_electric_plural": "İyi atışla {{amount_0}} Elektrik türü Pokémon yakalayın", - "quest_title_quest_land_nice_plural": "{{amount_0}} iyi atış yapın", - "quest_title_quest_land_nice_singular": "Bir iyi atış yapın", - "quest_title_quest_land_nice_type_ghost": "Hayalet türü Pokémon’lara {{amount_0}} iyi atış yapın", - "quest_title_quest_larvitar_cdc_evolve_b": "{{amount_0}} Larvitar evrimleştirin", - "quest_title_quest_larvitar_cdc_snapshot_b": "Larvitar'ın {{amount_0}} fotoğrafını çekin", - "quest_title_quest_latias_wild_snap": "Doğada Latias’ın bir fotoğrafını çekin", - "quest_title_quest_latios_wild_snap": "Doğada Latios’un bir fotoğrafını çekin", - "quest_title_quest_litten_catch_b": "{{amount_0}} Litten yakalayın", - "quest_title_quest_litten_evolve_b_plural": "{{amount_0}} Litten evrimleştirin", - "quest_title_quest_litten_evolve_b_singular": "Bir Litten evrimleştirin", - "quest_title_quest_litten_snapshot_b": "{{amount_0}} Litten’ın fotoğrafını çekin", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "Evolve {{amount_0}} Litwick", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "Maç kodunu tarayarak yakındaki bir Eğitmene meydan okuyun", - "quest_title_quest_lucky_plural": "Takasla {{amount_0}} Şanslı Pokémon elde edin", - "quest_title_quest_lucky_singular": "Takasla bir Şanslı Pokémon elde edin", - "quest_title_quest_lunar19_friends_trade_plural": "Arkadaşınızla {{amount_0}} Pokémon takas edin", - "quest_title_quest_macht_catch_b": "{{amount_0}} Machop yakalayın", - "quest_title_quest_macht_evolve_b": "{{amount_0}} Machop evrimleştirin", - "quest_title_quest_macht_evolve_s1": "{{amount_0}} Machoke evrimleştirin", - "quest_title_quest_magit_catch_b": "{{amount_0}} Magikarp yakalayın", - "quest_title_quest_magit_evolve_b": "{{amount_0}} Magikarp evrimleştirin", - "quest_title_quest_magmt_catch_b": "{{amount_0}} Magmar yakalayın", - "quest_title_quest_magmt_evolve_b": "{{amount_0}} Magmar evrimleştirin", - "quest_title_quest_mareep_catch_b": "{{amount_0}} Mareep yakalayın", - "quest_title_quest_mareep_evolve_b": "{{amount_0}} Mareep evrimleştirin", - "quest_title_quest_mareep_snapshot_b": "{{amount_0}} Mareep’in fotoğrafını çekin", - "quest_title_quest_mega_evo_primal_rev_plural": "Kadim dönüşümü etkinleştirin veya bir Pokémon’u {{amount_0}} kez mega evrimleştirin", - "quest_title_quest_mega_evo_primal_rev_singular": "Kadim dönüşümü etkinleştirin veya bir Pokémon’u mega evrimleştirin", - "quest_title_quest_mega_evolve_beedrill": "Bir Beedrill'i mega evrimleştirin", - "quest_title_quest_mega_evolve_blastoise": "Bir Blastoise'i mega evrimleştirin", - "quest_title_quest_mega_evolve_charizard": "Bir Charizard'ı mega evrimleştirin", - "quest_title_quest_mega_evolve_diancie": "Diancie’yi mega evrimleştirin", - "quest_title_quest_mega_evolve_plural": "{{amount_0}} Pokémon'u mega evrimleştirin", - "quest_title_quest_mega_evolve_rayquaza": "Rayquaza’yı mega evrimleştirin", - "quest_title_quest_mega_evolve_singular": "Bir Pokémon'u mega evrimleştirin", - "quest_title_quest_mega_evolve_venusaur": "Bir Venusaur'u mega evrimleştirin", - "quest_title_quest_mega_join_raid_plural": "{{amount_0}} mega akında maç yapın", - "quest_title_quest_mega_join_raid_singular": "Mega akında maç yapın", - "quest_title_quest_mega_win_raid_plural": "{{amount_0}} mega akın kazanın", - "quest_title_quest_mega_win_raid_singular": "Bir mega akın kazanın", - "quest_title_quest_mesprit_wild_snap": "Doğada Mesprit’in bir fotoğrafını çekin", - "quest_title_quest_metang_evolve_b_singular": "Bir Metang evrimleştirin", - "quest_title_quest_more_reseach_coming_soon": "Yakında daha fazla araştırma görevi olacak!", - "quest_title_quest_mudkt_catch_b": "{{amount_0}} Mudkip yakalayın", - "quest_title_quest_mudkt_evolve_b": "{{amount_0}} Mudkip evrimleştirin", - "quest_title_quest_mudkt_evolve_s1": "{{amount_0}} Marshtomp evrimleştirin", - "quest_title_quest_new_friends_plural": "{{amount_0}} yeni arkadaş edinin", - "quest_title_quest_new_friends_singular": "Yeni bir arkadaş edinin", - "quest_title_quest_noibat_catch_b": "{{amount_0}} Noibat yakalayın", - "quest_title_quest_noibat_evolve_b": "{{amount_0}} Noibat evrimleştirin", - "quest_title_quest_noibat_snapshot_b": "{{amount_0}} Noibat’in fotoğrafını çekin", - "quest_title_quest_oshat_catch_b": "{{amount_0}} Oshawott yakalayın", - "quest_title_quest_oshat_evolve_b": "{{amount_0}} Oshawott evrimleştirin", - "quest_title_quest_oshat_evolve_s1": "Bir Dewott evrimleştirin", - "quest_title_quest_party_catch_electric_type_plural": "Bir ekipteyken {{amount_0}} Elektrik türü Pokémon yakalayın", - "quest_title_quest_party_catch_electric_type_singular": "Bir ekipteyken bir Elektrik türü Pokémon yakalayın", - "quest_title_quest_party_catch_fire_type_plural": "Bir ekipteyken {{amount_0}} Ateş türü Pokémon yakalayın", - "quest_title_quest_party_catch_fire_type_singular": "Bir ekipteyken bir Ateş türü Pokémon yakalayın", - "quest_title_quest_party_catch_normal_type_plural": "Bir ekipteyken {{amount_0}} Normal tür Pokémon yakalayın", - "quest_title_quest_party_catch_normal_type_singular": "Bir ekipteyken bir Normal tür Pokémon yakalayın", - "quest_title_quest_party_catch_water_type_plural": "Bir ekipteyken {{amount_0}} Su türü Pokémon yakalayın", - "quest_title_quest_party_catch_water_type_singular": "Bir ekipteyken bir Su türü Pokémon yakalayın", - "quest_title_quest_party_challenge_plural": "{{amount_0}} ekip görevi tamamlayın", - "quest_title_quest_party_challenge_singular": "Bir ekip görevi tamamlayın", - "quest_title_quest_platinum_johto_badge": "Platin Johto madalyası kazanın", - "quest_title_quest_platinum_kanto_badge": "Platin Kanto madalyası kazanın", - "quest_title_quest_platinum_medal_plural": "{{amount_0}} platin madalya kazanın", - "quest_title_quest_platinum_medal_plural_five": "5 platin madalya kazanın", - "quest_title_quest_platinum_medal_plural_forty": "40 platin madalya kazanın", - "quest_title_quest_platinum_medal_plural_ten": "10 platin madalya kazanın", - "quest_title_quest_platinum_medal_plural_twenty": "20 platin madalya kazanın", - "quest_title_quest_platinum_medal_singular": "Platin madalya kazanın", - "quest_title_quest_play_buddy_singular": "Dostunuzla oynayın", - "quest_title_quest_pokemon_appears": "Pokémon belirir!", - "quest_title_quest_poliwag_catch_b": "{{amount_0}} Poliwag yakalayın", - "quest_title_quest_poliwag_evolve_b": "{{amount_0}} Poliwag evrimleştirin", - "quest_title_quest_poliwag_snapshot_b": "Poliwag'in {{amount_0}} fotoğrafını çekin", - "quest_title_quest_poliwhirl_evolve_b": "{{amount_0}} Poliwhirl evrimleştirin", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "{{amount_0}} Popplio yakalayın", - "quest_title_quest_popplio_evolve_b_plural": "{{amount_0}} Popplio evrimleştirin", - "quest_title_quest_popplio_evolve_b_singular": "Bir Popplio evrimleştirin", - "quest_title_quest_porygon_catch_b": "{{amount_0}} Porygon yakalayın", - "quest_title_quest_porygon_evolve_b_plural": "{{amount_0}} Porygon evrimleştirin", - "quest_title_quest_porygon_evolve_b_singular": "Bir Porygon evrimleştirin", - "quest_title_quest_porygon_snapshot_b": "{{amount_0}} Porygon’ın fotoğrafını çekin", - "quest_title_quest_porygon2_evolve_b_plural": "{{amount_0}} Porygon2 evrimleştirin", - "quest_title_quest_porygon2_evolve_b_singular": "Bir Porygon2 evrimleştirin", - "quest_title_quest_poryt_catch_b": "{{amount_0}} Porygon yakalayın", - "quest_title_quest_poryt_catch_s1": "{{amount_0}} Porygon2 yakalayın", - "quest_title_quest_poryt_evolve_b": "{{amount_0}} Porygon evrimleştirin", - "quest_title_quest_poryt_evolve_s1": "{{amount_0}} Porygon2 evrimleştirin", - "quest_title_quest_power_up_dragon_plural": "Ejderha türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_fire_ice": "5 kez Ateş veya Buz türü Pokémon güçlendirin", - "quest_title_quest_power_up_grass_ghost": "5 kez Bitki veya Hayalet türü Pokémon güçlendirin", - "quest_title_quest_power_up_legendary_plural": "Efsanevi veya Mitolojik Pokémon'ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_legendary_singular": "Bir Efsanevi veya Mitolojik Pokémon'u güçlendirin", - "quest_title_quest_power_up_max_plural": "{{amount_0}} Pokémon'u maksimum DG'sine güçlendirin", - "quest_title_quest_power_up_max_singular": "Bir Pokémon'u maksimum DG'sine güçlendirin", - "quest_title_quest_power_up_plural": "Pokémon'ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_bug": "Böcek türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_dark": "{{amount_0}} adet Karanlık tür Pokémon güçlendirin", - "quest_title_quest_power_up_plural_dragon": "Ejderha türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_electric": "Elektrik türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_fairy": "Peri türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_fighting": "Dövüşçü türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_fire": "Ateş türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_flying": "Uçan tür Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_ghost": "Hayalet türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_grass": "Bitki türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_ground": "Yer türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_ice": "Buz türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_normal": "Normal tür Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_poison": "Zehir türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_psychic": "Psişik tür Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_rock": "Kaya türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_rock_fairy": "Kaya veya Peri türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_steel": "Çelik türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_plural_water": "Su türü Pokémon’ları {{amount_0}} kez güçlendirin", - "quest_title_quest_power_up_poison_rock": "5 kez Zehir veya Kaya türü Pokémon güçlendirin", - "quest_title_quest_power_up_singular": "Bir Pokémon'u güçlendirin", - "quest_title_quest_power_up_singular_marshadow": "Bir Marshadow güçlendirin", - "quest_title_quest_power_up_water_normal": "5 kez Normal tür veya Su türü Pokémon güçlendirin", - "quest_title_quest_primal_raid_victory_groudon": "Bir Kadim Groudon akını kazanın", - "quest_title_quest_primal_raid_victory_kyogre": "Bir Kadim Kyogre akını kazanın", - "quest_title_quest_primal_raid_victory_plural": "{{amount_0}} kadim akın kazanın", - "quest_title_quest_primal_raid_victory_singular": "Bir kadim akın kazanın", - "quest_title_quest_primal_reversion_plural": "Kadim dönüşümü {{amount_0}} kez etkinleştirin", - "quest_title_quest_primal_reversion_singular": "Kadim dönüşümü etkinleştirin", - "quest_title_quest_primal_surge_candy": "Kadim Artışı: Dostunuzla yürüyerek bir şeker kazanın", - "quest_title_quest_primal_surge_catch": "Kadim Artışı: 10 Pokémon yakalayın", - "quest_title_quest_primal_surge_hatch": "Kadim Artışı: Bir yumurta çatlatın", - "quest_title_quest_primal_surge_power_ground": "Kadim Artışı: Yer türü Pokémon’ları 5 kez güçlendirin", - "quest_title_quest_primal_surge_power_water": "Kadim Artışı: Su türü Pokémon’ları 5 kez güçlendirin", - "quest_title_quest_primal_surge_raid": "Kadim Artışı: Bir akın maçı kazanın", - "quest_title_quest_psychicspec_catch_abra_plural": "{{amount_0}} Abra ya da Drowzee yakalayın", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "{{amount_0}} Psişik türü Pokémon yakalayın", - "quest_title_quest_psychicspec_evolve_plural": "{{amount_0}} Exeggcute ya da Slowpoke evrimleştirin", - "quest_title_quest_quaxly_evolve_b": "Bir Quaxly evrimleştirin", - "quest_title_quest_quaxwell_evolve_b": "Bir Quaxwell evrimleştirin", - "quest_title_quest_quilava_evolve_b_plural": "{{amount_0}} Quilava evrimleştirin", - "quest_title_quest_quilava_evolve_b_singular": "Bir Quilava evrimleştirin", - "quest_title_quest_quilladin_evolve_b": "{{amount_0}} Quilladin evrimleştirin", - "quest_title_quest_raboot_evolve": "Bir Raboot evrimleştirin", - "quest_title_quest_raid_friend_singular": "Bir arkadaşınızla akına katılın", - "quest_title_quest_raid_t5_win": "Beş yıldızlı bir akın kazanın", - "quest_title_quest_raid_with_buddy_plural": "Dostunuzla {{amount_0}} akında maç yapın", - "quest_title_quest_raid_with_buddy_singular": "Dostunuzla bir akında maç yapın", - "quest_title_quest_reach_hoenn_gold": "Altın Hoenn madalyası kazanın", - "quest_title_quest_reach_johto_gold": "Altın Johto madalyası kazanın", - "quest_title_quest_reach_kanto_gold": "Altın Kanto madalyası kazanın", - "quest_title_quest_reach_kanto_silver": "Gümüş Kanto madalyası kazanın", - "quest_title_quest_reach_level": "{{amount_0}}. seviyeye ulaşın", - "quest_title_quest_referral_initial_milestone": "Pokémon GO'ya giriş yapıldı", - "quest_title_quest_remove_bonus_challenge_desc": "Yarın başka bir görev alacaksınız.", - "quest_title_quest_reward_desc_1": "Damga toplayarak Profesör Willow'dan alacağınız Araştırmada Büyük İlerleme ödüllerini açın!", - "quest_title_quest_reward_desc_2": "Sonraki Büyük İlerleme:", - "quest_title_quest_reward_desc_3_plural": "{{amount_0}} damga kaldı!", - "quest_title_quest_reward_desc_3_singular": "{{amount_0}} damga kaldı!", - "quest_title_quest_reward_encounter_later": "Görüşürüz", - "quest_title_quest_reward_encounter_uses_ar": "Bu Pokémon'u yakalamak için AR modunda olmalısınız.", - "quest_title_quest_reward_mysterious_pokemon_appeared": "Gizemli bir Pokémon belirdi!", - "quest_title_quest_reward_start_encounter": "Karşılaşmayı Başlat", - "quest_title_quest_rocket_battle_plural": "GO Roket Takımı Serserisiyle {{amount_0}} maç yapın", - "quest_title_quest_rocket_battle_win_plural": "{{amount_0}} GO Roket Takımı Serserisini alt edin", - "quest_title_quest_rocket_battle_win_singular": "Bir GO Roket Takımı Serserisini alt edin", - "quest_title_quest_rocket_catch_shadow_singular": "Bir Gölge Pokémon yakalayın", - "quest_title_quest_rocket_evolve_plural": "{{amount_0}} Pokémon evrimleştirin", - "quest_title_quest_rocket_leader_battle_win_singular": "Bir GO Roket Takımı Liderini alt edin", - "quest_title_quest_rocket_power_up_plural": "Pokémon'ları {{amount_0}} kez güçlendirin", - "quest_title_quest_rocket_purify_dark_plural": "{{amount_0}} Karanlık türü Gölge Pokémon arındırın", - "quest_title_quest_rocket_purify_fire_plural": "{{amount_0}} Ateş türü Gölge Pokémon arındırın", - "quest_title_quest_rocket_purify_plural": "{{amount_0}} Gölge Pokémon arındırın", - "quest_title_quest_rocket_purify_type_singular": "Bir Ateş, Su ya da Bitki türü Gölge Pokémon arındırın", - "quest_title_quest_rocket_rescue_shadow_plural": "{{amount_0}} Gölge Pokémon kurtarın", - "quest_title_quest_rocket_shadow_plural": "{{amount_0}} Gölge Pokémon yakalayın", - "quest_title_quest_rockethq1_arlo_win": "GO Roket Takımı Lideri Arlo'yu alt edin", - "quest_title_quest_rockethq1_arlo_win_plural": "GO Roket Takımı Lideri Arlo'yu {{amount_0}} kez alt edin", - "quest_title_quest_rockethq1_battle_boss": "GO Roket Takımı Patronuyla maç yapın", - "quest_title_quest_rockethq1_catch_legendary_shadow": "Efsanevi Gölge Pokémon’u yakalayın", - "quest_title_quest_rockethq1_catch_shadow1": "{{amount_0}} Gölge Pokémon yakalayın", - "quest_title_quest_rockethq1_cliff_win": "GO Roket Takımı Lideri Cliff'i alt edin", - "quest_title_quest_rockethq1_cliff_win_plural": "GO Roket Takımı Lideri Cliff'i {{amount_0}} kez alt edin", - "quest_title_quest_rockethq1_defeat_boss": "GO Roket Takımı Patronunu alt edin", - "quest_title_quest_rockethq1_find_boss": "GO Roket Takımı Patronunu bulun", - "quest_title_quest_rockethq1_grunt_win1": "{{amount_0}} GO Roket Takımı Serserisini alt edin", - "quest_title_quest_rockethq1_grunt_win2": "{{amount_0}} GO Roket Takımı Serserisi alt edin", - "quest_title_quest_rockethq1_leader_win_plural": "Bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", - "quest_title_quest_rockethq1_leaders_win_plural": "Bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", - "quest_title_quest_rockethq1_purify": "{{amount_0}} Gölge Pokémon arındırın", - "quest_title_quest_rockethq1_raid_win": "{{amount_0}} akın kazanın", - "quest_title_quest_rockethq1_sierra_win": "GO Roket Takımı Lideri Sierra'yı alt edin", - "quest_title_quest_rockethq1_sierra_win_plural": "GO Roket Takımı Lideri Sierra'yı {{amount_0}} kez alt edin", - "quest_title_quest_rockethq1_spin": "{{amount_0}} PokéDurak döndürün", - "quest_title_quest_rockethq1_spin_row": "Art arda {{amount_0}} gün PokéDurak döndürün", - "quest_title_quest_rockethq1_supereffective": "Spor salonu maçlarında süper etkili {{amount_0}} güçlü saldırı kullanın", - "quest_title_quest_rockethq1_trainerbattle_win": "Başka Eğitmenlere karşı {{amount_0}} Süper Lig Eğitmen maçı kazanın", - "quest_title_quest_roggenrola_catch_b": "{{amount_0}} Roggenrola yakalayın", - "quest_title_quest_roggenrola_evolve_b": "{{amount_0}} Roggenrola evrimleştirin", - "quest_title_quest_roggenrola_snapshot_b": "Roggenrola'nın {{amount_0}} fotoğrafını çekin", - "quest_title_quest_roset_catch_b": "{{amount_0}} Roselia yakalayın", - "quest_title_quest_roset_evolve_b": "{{amount_0}} Roselia evrimleştirin", - "quest_title_quest_rowlet_catch_b": "{{amount_0}} Rowlet yakalayın", - "quest_title_quest_rowlet_evolve_b_plural": "{{amount_0}} Rowlet evrimleştirin", - "quest_title_quest_rowlet_evolve_b_singular": "{{amount_0}} Rowlet evrimleştirin", - "quest_title_quest_rowlet_snapshot_b": "{{amount_0}} Rowlet’ın fotoğrafını çekin", - "quest_title_quest_sandt_catch_b": "{{amount_0}} Sandshrew yakalayın", - "quest_title_quest_sandt_evolve_b": "{{amount_0}} Sandshrew evrimleştirin", - "quest_title_quest_scorbunny_evolve": "Bir Scorbunny evrimleştirin", - "quest_title_quest_send_gifts_daily_row": "Arka arkaya {{amount_0}} gün Hediye gönderin", - "quest_title_quest_send_gifts_plural": "Arkadaşlarınıza {{amount_0}} Hediye gönderin", - "quest_title_quest_send_gifts_singular": "Bir arkadaşınıza Hediye gönderin", - "quest_title_quest_send_gifts_sticker_plural": "{{amount_0}} hediye gönderin ve hepsine bir çıkartma ekleyin", - "quest_title_quest_send_gifts_sticker_singular": "Çıkartmalı bir hediye gönderin", - "quest_title_quest_shelgon_evolve_b_plural": "{{amount_0}} Shelgon evrimleştirin", - "quest_title_quest_shelgon_evolve_b_singular": "Bir Shelgon evrimleştirin", - "quest_title_quest_shint_catch_b": "{{amount_0}} Shinx yakalayın", - "quest_title_quest_shint_evolve_b": "{{amount_0}} Shinx evrimleştirin", - "quest_title_quest_shint_evolve_s1": "{{amount_0}} Luxio evrimleştirin", - "quest_title_quest_sinnoh_evolve_plural": "İlk olarak Sinnoh bölgesinde keşfedilmiş {{amount_0}} Pokémon yakalayın", - "quest_title_quest_sinnoh_evolve_stone_plural": "Bir Sinnoh Taşı kullanarak {{amount_0}} Pokémon evrimleştirin", - "quest_title_quest_sinnoh_medal_gold": "Altın Sinnoh madalyası kazanın", - "quest_title_quest_sliggoo_evolve_b_plural": "{{amount_0}} Sliggoo evrimleştirin", - "quest_title_quest_sliggoo_evolve_b_singular": "Bir Sliggoo evrimleştirin", - "quest_title_quest_slowpoke_catch_b": "{{amount_0}} Slowpoke veya Galarlı Slowpoke yakalayın", - "quest_title_quest_slowpoke_evolve_b": "{{amount_0}} Slowpoke veya Galarlı Slowpoke evrimleştirin", - "quest_title_quest_slowpoke_snapshot_b": "{{amount_0}} Slowpoke veya Galarlı Slowpoke fotoğrafı çekin", - "quest_title_quest_snapshot_ar_photo_safari": "Pokémon GO çadırında dostunuzun bir fotoğrafını çekin", - "quest_title_quest_snapshot_bali": "Bali’de bir fotoğraf çekin", - "quest_title_quest_snapshot_buddy": "Dostunuzun bir fotoğrafını çekin", - "quest_title_quest_snapshot_bulbasaur": "Bulbasaur'ın fotoğrafını çekin", - "quest_title_quest_snapshot_charmander": "Charmander'ın fotoğrafını çekin", - "quest_title_quest_snapshot_chikorita": "Chikorita’nızın fotoğrafını çekin", - "quest_title_quest_snapshot_cyndaquil": "Cyndaquil’inizin fotoğrafını çekin", - "quest_title_quest_snapshot_genesect": "Genesect'in {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_hariyama": "Hariyama’nızın bir fotoğrafını çekin", - "quest_title_quest_snapshot_hoopa_singular": "Hoopa'nın fotoğrafını çekin", - "quest_title_quest_snapshot_jeju": "Jeju Adası’nda bir fotoğraf çekin", - "quest_title_quest_snapshot_keldeo": "Keldeo'nun {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_landorus": "Landorus'un fotoğrafını çekin", - "quest_title_quest_snapshot_machamp": "Machamp’inizin bir fotoğrafını çekin", - "quest_title_quest_snapshot_okinawa": "Okinava’da fotoğraf çekin", - "quest_title_quest_snapshot_poison_grass_singular": "Doğada Zehir türü bir Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_regi_ice": "Regice'ın fotoğrafını çekin", - "quest_title_quest_snapshot_regi_rock": "Regirock'ın fotoğrafını çekin", - "quest_title_quest_snapshot_regi_steel": "Registeel'ın fotoğrafını çekin", - "quest_title_quest_snapshot_scrafty": "Scrafty’nizin bir fotoğrafını çekin", - "quest_title_quest_snapshot_singular": "Fotoğraf çekin", - "quest_title_quest_snapshot_storage_bug_unique_plural": "Yakaladığınız {{amount_0}} farklı Böcek türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_storage_steel_unique_plural": "Yakaladığınız {{amount_0}} farklı Çelik türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_storage_unique_plural": "{{amount_0}} farklı vahşi Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_surabaya": "Surabaya’da bir fotoğraf çekin", - "quest_title_quest_snapshot_thundurus": "Thundurus'un fotoğrafını çekin", - "quest_title_quest_snapshot_tornadus": "Tornadus'un fotoğrafını çekin", - "quest_title_quest_snapshot_totodile": "Totodile’ınızın fotoğrafını çekin", - "quest_title_quest_snapshot_unique_fire_pokemon": "{{amount_0}} farklı ateş türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_unique_pokemon": "{{amount_0}} farklı Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "Doğada Shinx, Blitzle veya Furfrou'nun bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_bug_plural": "Vahşi Böcek türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_bug_unique_plural": "{{amount_0}} farklı vahşi Böcek türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "Doğada Butterfree, Shinx veya Blitzle'ın bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_dark_plural": "Vahşi Karanlık türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_dark_unique_plural": "{{amount_0}} farklı vahşi Karanlık tür Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_dragon_plural": "Vahşi Ejderha türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "{{amount_0}} farklı vahşi Ejderha türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "Doğada Chinchou, Finneon ya da Ducklett'in bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_eevee": "Doğada Eevee'nin bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_electric_plural": "Vahşi Elektrik türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_electric_unique_plural": "{{amount_0}} farklı vahşi Elektrik türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_entei": "Doğada Entei’in bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_fairy_plural": "Vahşi Peri türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "{{amount_0}} farklı vahşi Peri türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_fighting_plural": "Vahşi Dövüşçü türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "{{amount_0}} farklı vahşi Dövüşçü türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_fire_plural": "Vahşi Ateş türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_fire_unique_plural": "{{amount_0}} farklı vahşi Ateş türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_flying_plural": "Vahşi Uçan tür Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_flying_unique_plural": "{{amount_0}} farklı vahşi Uçan tür Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_frillish_absol": "Doğada Absol veya Frillish'in fotoğrafını çekin", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "Doğada Sandshrew, Geodude ya da Cacnea'nın bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_ghost_plural": "Vahşi Hayalet türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "{{amount_0}} farklı vahşi Hayalet türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_grass_plural": "Vahşi Bitki türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_grass_singular": "Bitki türünden vahşi bir Pokémon'un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_grass_unique_plural": "{{amount_0}} farklı vahşi Bitki türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_ground_plural": "Vahşi Yer türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_ground_unique_plural": "{{amount_0}} farklı vahşi Yer türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_hoothoot": "Doğada Hoothoot'un bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_ice_plural": "Vahşi Buz türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_ice_singular": "Vahşi Buz türü bir Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_ice_unique_plural": "{{amount_0}} farklı vahşi Buz türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "Doğada Metapod, Aipom ya da Lotad'in bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "Doğada Chinchou'nun, Luvdisc'in ya da Finneon'un bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_mareanie_singluar": "Doğada Mareanie’nin bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_normal_plural": "Vahşi Normal tür Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_normal_unique_plural": "{{amount_0}} farklı vahşi Normal tür Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_plural": "Vahşi Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_poison_plural": "Vahşi Zehir türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_poison_unique_plural": "{{amount_0}} farklı vahşi Zehir türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_psychic_plural": "Vahşi Psişik türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "{{amount_0}} farklı vahşi Psişik türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_raikou": "Doğada Raikou’nun bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "{{amount_0}} farklı Yer, Kaya veya Peri türü vahşi Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_rock_plural": "Vahşi Kaya türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_rock_unique_plural": "{{amount_0}} farklı vahşi Kaya türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_singular": "Bir vahşi Pokémon'un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "Doğada Dodrio'nun, Mantine'ın ya da Skarmory'nin bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_skitty_kirlia": "Doğada Kirlia veya Skitty'nin bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "Doğada Sneasel, Croagunk veya Frillish'in bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_steel_plural": "Vahşi Çelik türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_steel_unique_plural": "{{amount_0}} farklı vahşi Çelik türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_suicune": "Doğada Suicune’un bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "Doğada Sandshrew'nun, Trapinch'in ya da Cacnea'nın bir fotoğrafını çekin", - "quest_title_quest_snapshot_wild_unique_plural": "{{amount_0}} farklı vahşi Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "{{amount_0}} farklı Ateş, Su veya Bitki türü vahşi Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_wild_water_plural": "Vahşi Su türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshot_wild_water_singular": "Take a snapshot of wild Water-type Pokémon", - "quest_title_quest_snapshot_wild_water_unique_plural": "{{amount_0}} farklı vahşi Su türü Pokémon’un fotoğrafını çekin", - "quest_title_quest_snapshot_yogyakarta": "Yogyakarta’da bir fotoğraf çekin", - "quest_title_quest_snapshots_inarow_plural": "{{amount_0}} gün art arda bir Pokémon'un fotoğrafını çekin", - "quest_title_quest_snapshots_plural": "{{amount_0}} fotoğraf çekin", - "quest_title_quest_snapshots_your_plural": "Pokémon’larınızın {{amount_0}} fotoğrafını çekin", - "quest_title_quest_snapshots_your_singular": "Pokémon’larınızdan birinin fotoğrafını çekin", - "quest_title_quest_snivt_catch_b": "{{amount_0}} Snivy yakalayın", - "quest_title_quest_snivt_evolve_b": "{{amount_0}} Snivy evrimleştirin", - "quest_title_quest_snivt_evolve_s1": "{{amount_0}} Servine evrimleştirin", - "quest_title_quest_sobble_evolve": "Bir Sobble evrimleştirin", - "quest_title_quest_sphet_catch_b": "{{amount_0}} Spheal yakalayın", - "quest_title_quest_sphet_evolve_b": "{{amount_0}} Spheal evrimleştirin", - "quest_title_quest_sphet_evolve_s1": "{{amount_0}} Sealeo evrimleştirin", - "quest_title_quest_spin_151": "151 PokéDurak veya spor salonu döndürün", - "quest_title_quest_spin_daysinarow": "Art arda {{amount_0}} gün PokéDuraklara gidin", - "quest_title_quest_spin_go_tour_habitat_01": "Sahil Kenti habitatında 0}} PokéDurak ya da spor salonu döndürün", - "quest_title_quest_spin_go_tour_habitat_02": "Çapraşık Harabeler habitatında 0}} PokéDurak ya da spor salonu döndürün", - "quest_title_quest_spin_go_tour_habitat_03": "Fokurdayan Batak habitatında 0}} PokéDurak ya da spor salonu döndürün", - "quest_title_quest_spin_go_tour_habitat_04": "Dağ Kaplıcası habitatında 0}} PokéDurak ya da spor salonu döndürün", - "quest_title_quest_spin_go_tour_spiritomb_plural": "{{amount_0}} farklı Spiritomb PokéDurağı döndürün", - "quest_title_quest_spin_go_tour_spiritomb_singular": "Bir Spiritomb PokéDurağı döndürün", - "quest_title_quest_spin_mexico_plural": "Meksika’da {{amount_0}} PokéDurak döndürün", - "quest_title_quest_spin_mexico_singular": "Meksika’da bir PokéDurak döndürün", - "quest_title_quest_spin_pokestop_days": "{{amount_0}} farklı gün PokéDurağa gidin", - "quest_title_quest_spin_ultra_wormhole_gym": "“Ultra Solucan Deliği” olarak belirtilmiş Spor Salonunu döndürün", - "quest_title_quest_spin_wcs_2024": "Hawaiʻi Convention Center’da 10 PokéDurak veya spor salonu döndürün", - "quest_title_quest_sprigatito_evolve_b": "Bir Sprigatito evrimleştirin", - "quest_title_quest_squirtle_catch_b": "{{amount_0}} Squirtle yakalayın", - "quest_title_quest_squirtle_evolve_b": "{{amount_0}} Squirtle evrimleştirin", - "quest_title_quest_squirtle_snapshot_b": "Squirtle'ın {{amount_0}} fotoğrafını çekin", - "quest_title_quest_st_catch_s": "15 Seedot yakalayın", - "quest_title_quest_st_evolve_n": "Bir Nuzleaf evrimleştirin", - "quest_title_quest_st_evolve_s": "3 Seedot evrimleştirin", - "quest_title_quest_stardust_plural": "{{amount_0}} yıldız tozu kazanın", - "quest_title_quest_starly_catch_b": "{{amount_0}} Starly yakalayın", - "quest_title_quest_starly_evolve_b": "{{amount_0}} Starly evrimleştirin", - "quest_title_quest_starly_snapshot_b": "Starly'nin {{amount_0}} fotoğrafını çekin", - "quest_title_quest_start_battle": "MAÇA BAŞLA!", - "quest_title_quest_steenee_evolve_b_plural": "{{amount_0}} Steenee evrimleştirin", - "quest_title_quest_steenee_evolve_b_singular": "Bir Steenee evrimleştirin", - "quest_title_quest_streak_format": "{{amount_0}} GÜNLÜK SERİ!", - "quest_title_quest_stuff_catch_b": "{{amount_0}} Stufful yakalayın", - "quest_title_quest_stuff_evolve_b": "{{amount_0}} Stufful evrimleştirin", - "quest_title_quest_stuff_snapshot_b": "Doğada Stufful’ın {{amount_0}} fotoğrafını çekin", - "quest_title_quest_supereffective_charge_party_plural": "Bir ekipteyken {{amount_0}} süper etkili güçlü saldırı kullanın", - "quest_title_quest_supereffective_charge_party_singular": "Bir ekipteyken bir süper etkili güçlü saldırı kullanın", - "quest_title_quest_supereffective_charge_plural": "{{amount_0}} kere süper etkili güçlü saldırı kullanın", - "quest_title_quest_supereffective_charge_singular": "Süper etkili bir güçlü saldırı kullanın", - "quest_title_quest_surskit_catch": "{{amount_0}} Surskit yakalayın", - "quest_title_quest_swabt_catch_b": "{{amount_0}} Swablu yakalayın", - "quest_title_quest_swabt_evolve_b": "{{amount_0}} Swablu evrimleştirin", - "quest_title_quest_swinub_cdc_evolve_b": "{{amount_0}} Swinub evrimleştirin", - "quest_title_quest_swinub_cdc_snapshot_b": "{{amount_0}} Swinub’ın fotoğrafını çekin", - "quest_title_quest_teddiursa_catch_b": "{{amount_0}} Teddiursa yakalayın", - "quest_title_quest_teddiursa_evolve_b": "{{amount_0}} Teddiursa evrimleştirin", - "quest_title_quest_teddiursa_snapshot_b": "{{amount_0}} Teddiursa'nın fotoğrafını çekin", - "quest_title_quest_template.display.branches#0.button_text_key": "Spor Salonları ve Serseriler!", - "quest_title_quest_template.display.branches#0.description_key": "Bu yolu seçtiğinizde spor salonlarında, akınlarda ve GO Roket Takımı üyeleriyle maç yapmaya odaklanan görevler alacaksınız ve Charizard karşılaşması gibi ödüller kazanacaksınız.", - "quest_title_quest_template.display.branches#1.button_text_key": "Şampiyon Ligi!", - "quest_title_quest_template.display.branches#1.description_key": "Bu yolu seçtiğinizde diğer oyuncularla maç yapmaya ve kazanmaya odaklanan görevler alacaksınız ve Charizard karşılaşması gibi ödüller kazanacaksınız.", - "quest_title_quest_tepit_catch_b": "{{amount_0}} Tepig yakalayın", - "quest_title_quest_tepit_evolve_b": "{{amount_0}} Tepig evrimleştirin", - "quest_title_quest_tepit_evolve_s1": "{{amount_0}} Pignite evrimleştirin", - "quest_title_quest_thwackey_evolve": "Bir Thwackey evrimleştirin", - "quest_title_quest_timburr_catch_b": "{{amount_0}} Timburr yakalayın", - "quest_title_quest_timburr_evolve_b": "{{amount_0}} Timburr evrimleştirin", - "quest_title_quest_timburr_snapshot_b": "{{amount_0}} Timburr’un fotoğrafını çekin", - "quest_title_quest_time_remaining_day_plural": "Bu özel araştırmayı tamamlamak için {{amount_0}} gün kaldı", - "quest_title_quest_time_remaining_day_singular": "Bu özel araştırmayı tamamlamak için {{amount_0}} gün kaldı", - "quest_title_quest_togetic_catch_b": "{{amount_0}} Togetic yakalayın", - "quest_title_quest_togetic_evolve_b": "{{amount_0}} Togetic evrimleştirin", - "quest_title_quest_togetic_snapshot_b": "{{amount_0}} Togetic’in fotoğrafını çekin", - "quest_title_quest_torracat_evolve_b_plural": "{{amount_0}} Torracat evrimleştirin", - "quest_title_quest_torracat_evolve_b_singular": "Bir Torracat evrimleştirin", - "quest_title_quest_trade_50km_plural": "En az 50 km mesafe farkla yakalanan Pokémon’ları {{amount_0}} kez takas edin", - "quest_title_quest_trade_100km_plural": "En az 100 km mesafe farkla yakalanan Pokémon’ları {{amount_0}} kez takas edin", - "quest_title_quest_trade_200km_plural": "En az 200 km mesafe farkla yakalanan Pokémon’ları {{amount_0}} kez takas edin", - "quest_title_quest_trade_300km_plural": "En az 300 km mesafe farkla yakalanan Pokémon’ları {{amount_0}} kez takas edin", - "quest_title_quest_trade_400km_plural": "En az 400 km mesafe farkla yakalanan Pokémon’ları {{amount_0}} kez takas edin", - "quest_title_quest_trade_500km_plural": "En az 500 km mesafe farkla yakalanan Pokémon’ları {{amount_0}} kez takas edin", - "quest_title_quest_trade_500km_singular": "En az 500 km mesafe farkla yakalanan Pokémon’ları takas edin", - "quest_title_quest_trade_pikachu_plural": "{{amount_0}} Pikachu takas edin", - "quest_title_quest_trade_plural": "{{amount_0}} kez Pokémon takas edin", - "quest_title_quest_trade_singular": "Bir Pokémon takas edin", - "quest_title_quest_transfer_pidgey_plural": "{{amount_0}} Pidgey gönderin", - "quest_title_quest_transfer_pokemon_plural": "{{amount_0}} Pokémon gönderin", - "quest_title_quest_transfer_pokemon_singular": "Bir Pokémon gönderin", - "quest_title_quest_transfer_rock_or_poison_plural": "{{amount_0}} Kaya veya Zehir türü Pokémon gönderin", - "quest_title_quest_transfer_rock_poison": "Kaya veya Zehir türünden {{amount_0}} Pokémon gönderin", - "quest_title_quest_transfer_type_bug_plural": "{{amount_0}} Böcek türü Pokémon gönderin", - "quest_title_quest_transfer_type_dark_plural": "{{amount_0}} Karanlık türü Pokémon gönderin", - "quest_title_quest_transfer_type_dragon_plural": "{{amount_0}} Ejderha türü Pokémon gönderin", - "quest_title_quest_transfer_type_electric_plural": "{{amount_0}} Elektrik türü Pokémon gönderin", - "quest_title_quest_transfer_type_fairy_plural": "{{amount_0}} Peri türü Pokémon gönderin", - "quest_title_quest_transfer_type_fighting_plural": "{{amount_0}} Dövüşçü türü Pokémon gönderin", - "quest_title_quest_transfer_type_fire_plural": "{{amount_0}} Ateş türü Pokémon gönderin", - "quest_title_quest_transfer_type_flying_plural": "{{amount_0}} Uçan tür Pokémon gönderin", - "quest_title_quest_transfer_type_ghost_plural": "{{amount_0}} Hayalet türü Pokémon gönderin", - "quest_title_quest_transfer_type_grass_plural": "{{amount_0}} Bitki türü Pokémon gönderin", - "quest_title_quest_transfer_type_ground_plural": "{{amount_0}} Yer türü Pokémon gönderin", - "quest_title_quest_transfer_type_ice_plural": "{{amount_0}} Buz türü Pokémon gönderin", - "quest_title_quest_transfer_type_normal_plural": "{{amount_0}} Normal tür Pokémon gönderin", - "quest_title_quest_transfer_type_poison_plural": "{{amount_0}} Zehir türü Pokémon gönderin", - "quest_title_quest_transfer_type_psychic_plural": "{{amount_0}} Psişik türü Pokémon gönderin", - "quest_title_quest_transfer_type_rock_plural": "{{amount_0}} Kaya türü Pokémon gönderin", - "quest_title_quest_transfer_type_steel_plural": "{{amount_0}} Çelik türü Pokémon gönderin", - "quest_title_quest_transfer_type_water_plural": "{{amount_0}} Su türü Pokémon gönderin", - "quest_title_quest_travel_routes_km_plural": "Rota takip ederken {{amount_0}} km katedin", - "quest_title_quest_travel_routes_meters_plural": "Rota takip ederken {{amount_0}} m katedin", - "quest_title_quest_tynamo_catch_b": "{{amount_0}} Tynamo yakalayın", - "quest_title_quest_tynamo_evolve_b_plural": "{{amount_0}} Tynamo evrimleştirin", - "quest_title_quest_tynamo_evolve_b_singular": "Bir Tynamo evrimleştirin", - "quest_title_quest_under_investigation": "Profesör Willow bu araştırmayla ilgili bir inceleme yürütüyor. Ayrıntılar için daha sonra buraya tekrar göz atın!", - "quest_title_quest_urd22_june_battle_gym": "Araştırma Günü: Bir spor salonunda maç yapın", - "quest_title_quest_urd22_june_battle_raid": "Araştırma Günü: Bir akın maçı yapın", - "quest_title_quest_urd22_june_beries": "Araştırma Günü: Pokémon yakalarken {{amount_0}} meyve kullanın", - "quest_title_quest_urd22_june_catch_rock": "Araştırma Günü: {{amount_0}} Kaya türü Pokémon yakalayın", - "quest_title_quest_urd22_june_catch_weather": "Araştırma Günü: Hava durumu desteği olan {{amount_0}} Pokémon yakalayın", - "quest_title_quest_urd22_june_curveball": "Araştırma Günü: {{amount_0}} falsolu atış isabet ettirin", - "quest_title_quest_urd22_june_curveball_row": "Araştırma Günü: Art arda {{amount_0}} falsolu atış isabet ettirin", - "quest_title_quest_urd22_june_evolve_rock": "Araştırma Günü: {{amount_0}} Kaya türü Pokémon evrimleştirin", - "quest_title_quest_urd22_june_gift_sticker": "Araştırma Günü: Çıkartma ekleyerek {{amount_0}} Hediye gönderin", - "quest_title_quest_urd22_june_great": "Araştırma Günü: {{amount_0}} süper atış isabet ettirin", - "quest_title_quest_urd22_june_great_row": "Araştırma Günü: Art arda {{amount_0}} süper atış isabet ettirin", - "quest_title_quest_urd22_june_nice": "Araştırma Günü: {{amount_0}} iyi atış isabet ettirin", - "quest_title_quest_urd22_june_nice_row": "Araştırma Günü: Art arda {{amount_0}} iyi atış isabet ettirin", - "quest_title_quest_urd22_june_powerup": "Araştırma Günü: Bir Pokémon’u {{amount_0}} kez güçlendirin", - "quest_title_quest_urd22_june_snap_rock": "Araştırma Günü: Vahşi bir Kaya türü Pokémon'un fotoğrafını çekin", - "quest_title_quest_urd22_june_spin_stops": "Araştırma Günü: {{amount_0}} PokéDurak döndürün", - "quest_title_quest_urd22_june_supereffective": "Araştırma Günü: Süper etkili güçlü saldırı kullanın", - "quest_title_quest_ursaring_evolve_b": "{{amount_0}} Ursaring evrimleştirin", - "quest_title_quest_use_any_potion": "Pokémon üzerinde herhangi bir İksir kullanın", - "quest_title_quest_use_charged_move_singular": "Bir süper etkili güçlü saldırı kullanın", - "quest_title_quest_use_charged_tm": "Bir Güçlü TM Kullanın", - "quest_title_quest_use_dai_plural": "{{amount_0}} adet Günlük Macera Tütsüsü kullanın", - "quest_title_quest_use_dai_singular": "Bir adet Günlük Macera Tütsüsü kullanın", - "quest_title_quest_use_fast_tm": "Bir Hızlı TM Kullanın", - "quest_title_quest_use_hyper_potion": "Pokémon üzerinde Hiper İksir kullanın", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "Rota takip ederken {{amount_0}} Yem Modülü kullanın", - "quest_title_quest_use_lure_singular": "Rota takip ederken bir Yem Modülü kullanın", - "quest_title_quest_use_max_potion": "Pokémon üzerinde Maks. İksir kullanın", - "quest_title_quest_use_poffin": "Bir Pofin kullanın", - "quest_title_quest_use_rare_candy_plural": "{{amount_0}} Nadir Şeker kullanın", - "quest_title_quest_use_rare_candy_singular": "1 Nadir Şeker kullanın", - "quest_title_quest_use_standard_charged_tm": "Bir Güçlü TM Kullanın", - "quest_title_quest_use_standard_fast_tm": "Bir Hızlı TM Kullanın", - "quest_title_quest_use_super_potion": "Pokémon üzerinde Süper İksir kullanın", - "quest_title_quest_uxie_wild_snap": "Doğada Uxie’nin bir fotoğrafını çekin", - "quest_title_quest_val19_catch_specific_plural": "Sevgililer Günü: {{amount_0}} Luvdisc yakalayın", - "quest_title_quest_val19_catch_specific_singular": "Sevgililer Günü: Bir Chansey yakalayın", - "quest_title_quest_visit_different_pokestops": "{{amount_0}} farklı PokéDurak döndürün", - "quest_title_quest_visit_pokestop_new_plural": "Daha önce gitmediğiniz {{amount_0}} PokéDurağı döndürün", - "quest_title_quest_visit_pokestop_new_singular": "Daha önce gitmediğiniz bir PokéDurağı döndürün", - "quest_title_quest_visit_pokestops_party_plural": "Bir ekipteyken {{amount_0}} PokéDurak veya spor salonu döndürün", - "quest_title_quest_visit_pokestops_plural": "{{amount_0}} PokéDurak ya da spor salonu döndürün", - "quest_title_quest_visit_pokestops_singular": "Bir PokéDurak ya da spor salonu döndürün", - "quest_title_quest_visit_unique_pokestops_plural": "{{amount_0}} farklı PokéDurak ya da spor salonu döndürün", - "quest_title_quest_wailmer_catch_b": "{{amount_0}} Wailmer yakalayın", - "quest_title_quest_waina_catch_great_ultra_plural": "Pokémon GO Plus + kullanarak Süper Top veya Ultra Top ile {{amount_0}} Pokémon yakalayın", - "quest_title_quest_waina_catch_plural": "Pokémon GO Plus + kullanarak Poké Topu ile {{amount_0}} Pokémon yakalayın", - "quest_title_quest_waina_sleep_days": "Pokémon GO Plus + kullanarak {{amount_0}} gün boyunca uykunuzu takip edin", - "quest_title_quest_waina_sleep_days_singular": "Pokémon GO Plus + kullanarak 1 gün boyunca uykunuzu takip edin", - "quest_title_quest_waina_spin_pokestop_plural": "Pokémon GO Plus + kullanarak {{amount_0}} PokéDurak döndürün", - "quest_title_quest_walk_25km_inaweek_plural": "Macera Senkronizasyonu'nu {{amount_0}} kez kullanarak bir haftada 25 km yürüyün", - "quest_title_quest_walk_buddy_plural": "Dostunuzla yürüyerek {{amount_0}} şeker kazanın", - "quest_title_quest_walk_buddy_singular": "Dostunuzla yürüyerek bir şeker kazanın", - "quest_title_quest_walk_eevee_for_evo": "Şeker kazanmak için Eevee'yi dostunuz olarak yanınıza alıp 10 km yürüyün", - "quest_title_quest_walk_hgrowlithe_header_0": "Kuyruklu Macera", - "quest_title_quest_walk_km": "{{amount_0}} km yürüyün", - "quest_title_quest_walk_km_plural": "{{amount_0}} km yürüyün", - "quest_title_quest_walk_routes_plural": "Rota takip ederken {{amount_0}} km katedin", - "quest_title_quest_walk_routes_singular": "Rota takip ederken {{amount_0}} km katedin", - "quest_title_quest_walk_steps": "{{amount_0}} adım yürüyün", - "quest_title_quest_wartortle_evolve_b": "{{amount_0}} Wartortle evrimleştirin", - "quest_title_quest_waterfestival_catch_feed_plural": "Su Festivali: Pokémon yakalarken {{amount_0}} meyve kullanın", - "quest_title_quest_waterfestival_catch_pokemon_plural": "Su Festivali: Su türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_waterfestival_catch_special9_plural": "Su Festivali: {{amount_0}} Magikarp ya da Wailmer yakalayın", - "quest_title_quest_waterfestival_catch_type_water_plural": "Su Festivali: Su türünden {{amount_0}} Pokémon yakalayın", - "quest_title_quest_waterfestival_evolve_plural": "Su Festivali: {{amount_0}} Shellder evrimleştirin", - "quest_title_quest_waterfestival_evolve_type_water_plural": "Su Festivali: Su türünden {{amount_0}} Pokémon evrimleştirin", - "quest_title_quest_waterfestival_hatch_egg_singular": "Su Festivali: Bir yumurta çatlatın", - "quest_title_quest_waterfestival_land_great_plural": "Su Festivali: {{amount_0}} süper atış yapın", - "quest_title_quest_waterfestival_land_nice_plural": "Su Festivali: {{amount_0}} iyi atış yapın", - "quest_title_quest_waterfestival_win_raid_singular": "Su Festivali: Bir akın kazanın", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer bonusu: {{amount_0}} Pokémon yakalayın", - "quest_title_quest_wcs_2024_catch_psychic_electric": "{{amount_0}} Elektrik türü veya Psişik tür Pokémon yakalayın", - "quest_title_quest_wcs_2024_snapshot_fairy": "Farklı vahşi Peri türü Pokémon’ların {{amount_0}} fotoğrafını çekin", - "quest_title_quest_wcs_2024_spin_00": "Pokémon GO Bölgesindeki PokéDurağı döndürün", - "quest_title_quest_wcs_2024_spin_01": "Play Lab’deki PokéDurağı döndürün", - "quest_title_quest_wcs_2024_spin_02": "Collect & Trade Corner'daki PokéDurağı döndürün", - "quest_title_quest_weepinbell_evolve_b_plural": "{{amount_0}} Weepinbell evrimleştirin", - "quest_title_quest_weepinbell_evolve_b_singular": "Bir Weepinbell evrimleştirin", - "quest_title_quest_wimpod_catch_b": "{{amount_0}} Wimpod yakalayın", - "quest_title_quest_win_gym_plural": "{{amount_0}} spor salonu maçı kazanın", - "quest_title_quest_win_gym_singular": "Bir spor salonu maçı kazanın", - "quest_title_quest_win_raid_2_singular": "2 veya daha üstü yıldızlı bir akın kazanın", - "quest_title_quest_win_raid_3_plural": "{{amount_0}} veya daha üstü yıldızlı bir akın kazanın", - "quest_title_quest_win_raid_3_singular": "3 veya daha üstü yıldızlı bir akın kazanın", - "quest_title_quest_win_raid_buddy_plural": "Dost Pokémon'unuzla {{amount_0}} akın kazanın", - "quest_title_quest_win_raid_buddy_singular": "Dostunuzla bir akın kazanın", - "quest_title_quest_win_raid_lvl1_higher_singular": "1 veya daha üstü yıldızlı bir akın kazanın", - "quest_title_quest_win_raid_lvl1_singular": "1 yıldızlı bir akın kazanın", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "Yalnızca 1.500 DG ya da daha azına sahip Pokémon’lar kullanarak {{amount_0}} akını kazanın", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "Yalnızca 1.500 DG ya da daha azına sahip Pokémon’lar kullanarak bir akını kazanın", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "Yalnızca 1.500 DG ya da daha azına sahip Pokémon’lar kullanarak üç yıldızlı {{amount_0}} akın kazanın", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "Yalnızca 1.500 DG ya da daha azına sahip Pokémon’lar kullanarak bir üç yıldızlı akın kazanın", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "Yalnızca 2.500 DG ya da daha azına sahip Pokémon’lar kullanarak üç yıldızlı {{amount_0}} akın kazanın", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "Yalnızca 2.500 DG ya da daha azına sahip Pokémon’lar kullanarak üç yıldızlı bir akın kazanın", - "quest_title_quest_win_raid_party_plural": "Bir ekipteyken {{amount_0}} akın kazanın", - "quest_title_quest_win_raid_party_singular": "Bir ekipteyken bir akın kazanın", - "quest_title_quest_win_raid_plural": "{{amount_0}} akın kazanın", - "quest_title_quest_win_raid_singular": "Bir akın kazanın", - "quest_title_quest_win_raid_unique_plural": "Farklı Pokémon türlerinden oluşan bir takım kullanarak {{amount_0}} akın kazanın", - "quest_title_quest_win_raid_unique_singular": "Farklı Pokémon türlerinden oluşan bir takım kullanarak bir akın kazanın", - "quest_title_quest_win_raid_with_friend_plural": "Bir arkadaşınızla {{amount_0}} akın kazanın", - "quest_title_quest_win_raid_with_friend_singular": "Bir arkadaşınızla bir akın kazanın", - "quest_title_quest_win_raids_unique_1500_plural": "1500 ve altı DG'li ayrı Pokémon'lardan oluşan takımla {{amount_0}} akın kazan", - "quest_title_quest_win_raids_unique_plural": "Farklı Pokémon’lardan oluşan bir takımla {{amount_0}} akın kazanın", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "Yalnızca 1.500 DG ya da daha azına sahip Pokémon’lar kullanarak bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "Yalnızca 1.500 DG ya da daha azına sahip Pokémon’lar kullanarak bir GO Roket Takımı Liderini alt edin", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "Yalnızca 2.500 DG ya da daha azına sahip bir Pokémon kullanarak bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "Yalnızca 3.000 DG ya da daha azına sahip bir Pokémon kullanarak bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "Yalnızca 3.500 DG ya da daha azına sahip bir Pokémon kullanarak bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "Yalnızca 4.000 DG ya da daha azına sahip bir Pokémon kullanarak bir GO Roket Takımı Liderini {{amount_0}} kez alt edin", - "quest_title_quest_wooper_catch_b": "{{amount_0}} Wooper veya Paldealı Wooper yakalayın", - "quest_title_quest_wooper_evolve_b": "{{amount_0}} Wooper veya Paldealı Wooper evrimleştirin", - "quest_title_quest_wooper_snapshot_b": "{{amount_0}} Wooper veya Paldealı Wooper’ın fotoğrafını çekin", - "quest_title_quest_wt_catch_weedle": "{{amount_0}} Weedle yakalayın", - "quest_title_quest_wt_evolve_kakuna": "{{amount_0}} Kakuna evrimleştirin", - "quest_title_quest_wt_evolve_weedle": "{{amount_0}} Weedle evrimleştirin", - "quest_title_quest_xp_plural": "{{amount_0}} TP kazanın", - "quest_title_quest_zigzagoon_catch_b": "{{amount_0}} Galarlı Zigzagoon yakalayın", - "quest_title_quest_zigzagoon_evolve_b": "{{amount_0}} Galarlı Zigzagoon evrimleştirin", - "quest_title_quest_zigzagoon_snapshot_b": "Galarlı Zigzagoon’un {{amount_0}} fotoğrafını çekin", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "0 Pokémon yakaladı", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "{{amount_0}} Pokémon yakaladı", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "1 Pokémon yakaladı", - "quest_title_score_1_10_11_12_singular": "{{amount_0}} Ateş, Su ya da Bitki türü Pokémon yakaladınız", - "quest_title_score_1_10_singular": "{{amount_0}} Ateş türü Pokémon yakaladınız", - "quest_title_score_1_11_singular": "{{amount_0}} Su türü Pokémon yakaladınız", - "quest_title_score_1_12_singular": "{{amount_0}} Bitki türü Pokémon yakaladınız", - "quest_title_score_1_none": "0 Pokémon yakaladı", - "quest_title_score_1_plural": "{{amount_0}} Pokémon yakaladı", - "quest_title_score_1_singular": "1 Pokémon yakaladı", - "quest_title_score_6_plural": "{{amount_0}} akın kazandınız", - "quest_title_score_6_singular": "1 akın kazandınız", - "quest_title_score_8_10_none": "0 iyi atış yaptınız", - "quest_title_score_8_10_plural": "{{amount_0}} iyi atış yaptınız", - "quest_title_score_8_10_singular": "1 iyi atış yaptınız", - "quest_title_score_8_11_none": "0 süper atış yaptınız", - "quest_title_score_8_11_plural": "{{amount_0}} süper atış yaptınız", - "quest_title_score_8_11_singular": "1 süper atış yaptınız", - "quest_title_score_8_12_none": "0 mükemmel atış yaptınız", - "quest_title_score_8_12_plural": "{{amount_0}} mükemmel atış yaptınız", - "quest_title_score_8_12_singular": "1 mükemmel atış yaptınız", - "quest_title_score_8_13_none": "0 Falsolu Atış Yaptınız", - "quest_title_score_8_13_plural": "{{amount_0}} Falsolu Atış Yaptınız", - "quest_title_score_8_13_singular": "1 Falsolu Atış Yaptınız", - "quest_title_score_11_701_none": "0 Razz Meyvesi kullandınız", - "quest_title_score_11_701_plural": "{{amount_0}} Razz Meyvesi kullandınız", - "quest_title_score_11_701_singular": "1 Razz Meyvesi kullandınız", - "quest_title_score_11_703_none": "0 Nanab Meyvesi kullandınız", - "quest_title_score_11_703_plural": "{{amount_0}} Nanab Meyvesi kullandınız", - "quest_title_score_11_703_singular": "1 Nanab Meyvesi kullandınız", - "quest_title_score_11_705_none": "0 Pinap Meyvesi kullandınız", - "quest_title_score_11_705_plural": "{{amount_0}} Pinap Meyvesi kullandınız", - "quest_title_score_11_705_singular": "1 Pinap Meyvesi kullandınız", - "quest_title_score_15_10_none": "0 iyi falsolu atış yaptınız", - "quest_title_score_15_10_plural": "{{amount_0}} iyi falsolu atış yaptınız", - "quest_title_score_15_10_singular": "1 iyi falsolu atış yaptınız", - "quest_title_score_15_11_none": "0 süper falsolu atış yaptınız", - "quest_title_score_15_11_plural": "{{amount_0}} süper falsolu atış yaptınız", - "quest_title_score_15_11_singular": "1 süper falsolu atış yaptınız", - "quest_title_score_15_12_none": "0 mükemmel falsolu atış yaptınız", - "quest_title_score_15_12_plural": "{{amount_0}} mükemmel falsolu atış yaptınız", - "quest_title_score_15_12_singular": "1 mükemmel falsolu atış yaptınız", - "quest_title_score_22_none": "Takım liderleriyle 0 maç tamamladınız", - "quest_title_score_22_plural": "Takım liderleriyle {{amount_0}} maç tamamladınız", - "quest_title_score_22_singular": "Takım liderleriyle 1 maç tamamladınız", - "quest_title_score_23_none": "0 GO Maç Ligi maçı tamamladınız", - "quest_title_score_23_plural": "{{amount_0}} GO Maç Ligi maçı tamamladınız", - "quest_title_score_23_singular": "1 GO Maç Ligi maçı tamamladınız", - "quest_title_score_battle_raid_none": "0 akında maç yaptınız", - "quest_title_score_battle_raid_plural": "{{amount_0}} akında maç yaptınız", - "quest_title_score_battle_raid_singular": "1 akında maç yaptınız", - "quest_title_score_catch_feed_none": "0 meyve kullandınız", - "quest_title_score_catch_feed_plural": "{{amount_0}} meyve kullandınız", - "quest_title_score_catch_feed_singular": "1 meyve kullandınız", - "quest_title_score_catch_pokemon": "{{amount_0}} Pokémon yakaladı", - "quest_title_score_defeat_rocket_none": "0 GO Roket Takımı Serserisi alt edildi", - "quest_title_score_defeat_rocket_plural": "{{amount_0}} GO Roket Takımı Serserisi alt edildi", - "quest_title_score_defeat_rocket_singular": "1 GO Roket Takımı Serserisi alt edildi", - "quest_title_score_field_research_none": "0 alan araştırması görevi tamamlandı", - "quest_title_score_field_research_plural": "{{amount_0}} alan araştırması görevi tamamlandı", - "quest_title_score_field_research_singular": "1 alan araştırması görevi tamamlandı", - "quest_title_score_send_gift_none": "Arkadaşlarınıza 0 Hediye gönderdiniz", - "quest_title_score_send_gift_plural": "Arkadaşlarınıza {{amount_0}} Hediye gönderdiniz", - "quest_title_score_send_gift_singular": "Arkadaşlarınıza 1 Hediye gönderdiniz", - "quest_title_score_spin_pokestop_none": "0 PokéDurak döndürdü", - "quest_title_score_spin_pokestop_plural": "{{amount_0}} PokéDurak döndürdü", - "quest_title_score_spin_pokestop_singular": "1 PokéDurak döndürdü", - "quest_win_raid_plural": "{{amount}} akın kazanın", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Star Raid", - "raid_1_plural": "1 Star Raids", - "raid_2": "2 Star Raid", - "raid_2_plural": "2 Star Raids", - "raid_3": "3 Star Raid", - "raid_3_plural": "3 Star Raids", - "raid_4": "4 Star Raid", - "raid_4_plural": "4 Star Raids", - "raid_5": "Legendary Raid", - "raid_5_plural": "Legendary Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "Öğleden Sonra En Güzel", - "route_tag_architecture": "Mimari", - "route_tag_art": "Sanat", - "route_tag_beachy": "Plaj", - "route_tag_bike_path": "Bisiklet Yolu", - "route_tag_biking": "Bisiklete Uygun", - "route_tag_body_of_water": "Su Kenarı", - "route_tag_buildings": "Bol Binalı", - "route_tag_category_misc": "Diğer", - "route_tag_category_nearby": "Yakında", - "route_tag_category_suitability": "Uygunluk", - "route_tag_category_terrain": "Arazi", - "route_tag_category_theme": "Tema", - "route_tag_city_life": "Şehir Yaşamı", - "route_tag_culture": "Kültür", - "route_tag_easy_going": "Rahat", - "route_tag_flat": "Düz", - "route_tag_foliage": "Bol Ağaçlıklı", - "route_tag_food": "Yemek", - "route_tag_grassy": "Çimenlik", - "route_tag_hilly": "Engebeli", - "route_tag_historic": "Tarihî", - "route_tag_intense": "Zorlu", - "route_tag_morning": "Sabah En Güzel", - "route_tag_muddy": "Çamurlu", - "route_tag_nature": "Doğa", - "route_tag_night": "Gece En Güzel", - "route_tag_no_parking": "Park Yerine Uzak", - "route_tag_no_people": "Tenha", - "route_tag_open_space": "Bol Açık Alanlı", - "route_tag_parking": "Park Yerine Yakın", - "route_tag_parks_nearby": "Parklara Yakın", - "route_tag_partially_paved": "Yarı Asfalt Yol", - "route_tag_paved": "Asfalt Yol", - "route_tag_people": "Kalabalık", - "route_tag_pets": "Evcil Hayvana Elverişli", - "route_tag_plenty_pokestops": "Bol PokéDuraklı", - "route_tag_public_transport": "Toplu Taşımaya Yakın", - "route_tag_raid_friendly": "Bol Spor Salonlu", - "route_tag_rainy_day": "Yağmurlu Gün İçin", - "route_tag_rocky": "Kayalık", - "route_tag_running": "Koşmaya Uygun", - "route_tag_sandy": "Kumlu", - "route_tag_seasonal": "Mevsimlik", - "route_tag_sightseeing": "Turistik Mekanlar", - "route_tag_stroller": "Bebek Arabasıyla Erişilebilir", - "route_tag_sunny_day": "Güneşli Gün İçin", - "route_tag_tree_cover": "Ağaçlık", - "route_tag_unpaved": "Toprak Yol", - "route_tag_views": "Harika Manzara", - "route_tag_walking": "Yürümeye Uygun", - "route_tag_wheelchair": "Tekerlekli Sandalyeyle Erişilebilir", - "route_tag_wildlife": "Bol Yabani Hayvanlı", - "route_tag_woodsy": "Ormanlık", - "route_tags_label": "ETİKETLER", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "Gölge", - "team_1": "Takımı", - "team_2": "Takımı", - "team_3": "Takımı", - "team_a_0": "Takım Yok", - "team_a_1": "Mistik Takımı", - "team_a_2": "Cesaret Takımı", - "team_a_3": "İçgüdü Takımı", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "Ağır Koşullar", - "weather_1": "Açık", - "weather_2": "Yağmur", - "weather_3": "Parçalı Bulutlu", - "weather_4": "Bulutlu", - "weather_5": "Rüzgârlı", - "weather_6": "Kar", - "weather_7": "Sis", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} diff --git a/client/public/locales/zh-tw/translation.json b/client/public/locales/zh-tw/translation.json deleted file mode 100644 index 1389492ca..000000000 --- a/client/public/locales/zh-tw/translation.json +++ /dev/null @@ -1,6001 +0,0 @@ -{ - "login": "登入", - "click_once": "請僅點擊一次「授權」", - "save": "儲存", - "reset": "重置", - "close": "關閉", - "reset_filters": "重置篩選器", - "pokemon_filters": "寶可夢篩選設定", - "gyms_filters": "道館篩選設定", - "pokestops_filters": "補給站篩選設定", - "nests_filters": "巢穴篩選設定", - "help": "幫助", - "apply_to_all": "全部適用", - "disable_all": "全部停用", - "enable_all": "全部啟用", - "enabled": "已啟用", - "legacy": "傳承", - "id": "編號", - "location": "位置", - "search_pokemon": "搜尋寶可夢", - "search_nests": "搜尋巢穴", - "search_gyms": "搜尋道館", - "search_pokestops": "搜尋補給站", - "search_raids": "搜尋突襲戰", - "search_eggs": "搜尋蛋", - "search_quests": "搜尋任務", - "search_lures": "搜尋誘餌", - "search_invasions": "搜尋入侵", - "sm": "小", - "md": "中", - "lg": "大", - "xl": "特大", - "min": "最小", - "max": "最大", - "set_size": "設定圖示大小", - "slot_selection": "選擇欄位", - "generations": "世代", - "types": "類型", - "forms": "形態", - "rarity": "目前稀有度", - "others": "其他", - "categories": "分類", - "rank": "排名", - "slider_iv": "IV範圍", - "slider_great": "超級聯盟", - "slider_ultra": "高級聯盟", - "slider_little": "小小盃", - "slider_atk_iv": "攻擊", - "slider_def_iv": "防禦", - "slider_sta_iv": "耐力", - "slider_level": "等級", - "slider_size": "大小", - "abbreviation_level": "等", - "lvl": "等級", - "cap": "上限", - "custom": "自訂", - "valid": "有效", - "invalid": "無效!", - "overwrites": "覆蓋所有篩選器", - "valid_filter": "有效的統計篩選器", - "invalid_filter": "請輸入有效的篩選器", - "gyms": "道館", - "nests": "巢穴", - "pokestops": "補給站", - "pokemon": "寶可夢", - "wayfarer": "導遊", - "scan_areas": "掃描區域", - "s2cells": "S2細胞", - "weather": "天氣", - "admin": "管理", - "settings": "設定", - "advanced": "進階", - "tile_servers": "圖磚服務", - "icons": "圖示", - "navigation": "導航", - "drawer": "抽屜", - "tile_servers_default": "預設", - "drawer_temporary": "臨時", - "drawer_persistent": "持久", - "locale_selection": "語言選擇", - "locale_selection_en": "English", - "locale_selection_de": "Deutsch", - "locale_selection_nl": "Nederlands", - "locale_selection_es": "Español", - "locale_selection_pl": "Polski", - "locale_selection_fr": "Français", - "locale_selection_it": "Italiano", - "locale_selection_ja": "日本語", - "locale_selection_ko": "한국어", - "locale_selection_zh-tw": "中文", - "locale_selection_ru": "Русский", - "locale_selection_pt-br": "Português", - "locale_selection_sv": "Svenska", - "locale_selection_th": "ไทย", - "locale_selection_hi": "हिन्दी", - "locale_selection_id": "Bahasa Indonesia", - "locale_selection_tr": "Türkçe", - "import": "導入", - "export": "導出", - "logout": "登出", - "local_storage_cleared": "本地儲存已被清除!", - "iv_or_filter": "IV或篩選器", - "polygons": "多邊形", - "raids": "突襲戰", - "ex_eligible": "EX合格", - "in_battle": "戰鬥中", - "all_pokestops": "所有補給站", - "lures": "誘餌", - "quests": "任務", - "invasions": "入侵", - "portals": "傳送門", - "submission_cells": "提交細胞", - "spawnpoint": "生成點", - "spawnpoints": "生成點", - "s2_cell_level": "等級{{level}}的S2細胞", - "total_count": "總數", - "next_submission": "下一次提交!", - "never": "從未", - "next_gym": "下一個道館", - "scan_cells": "掃描細胞", - "devices": "設備", - "use_my_location": "使用我的位置", - "submit_feedback_title": "提交反饋/錯誤報告", - "use_the_link_below": "您可以使用下面的鏈接提交反饋或您遇到的任何錯誤。", - "feedback_to_devs": "這個反饋將直接發送給開發者。", - "feedback_form": "反饋表單", - "unknown_pokestop": "未知補給站名稱", - "unknown_gym": "未知道館名稱", - "exclude": "排除", - "exclude_quest": "排除任務", - "exclude_invasion": "排除入侵", - "exclude_team": "排除隊伍", - "exclude_raid": "排除突襲", - "exclude_lure": "排除誘餌", - "timer": "計時器", - "hide": "隱藏", - "tier": "等級", - "slots": "空位", - "mega": "超級進化", - "form": "形態", - "starts": "開始", - "ends": "結束", - "defender": "防守者", - "best_buddy": "最佳夥伴", - "cp": "CP值", - "kilogram": "公斤", - "meter": "公尺", - "total_cp": "總CP值", - "first_seen": "首次發現", - "last_seen": "最後發現", - "last_modified": "最後修改", - "last_updated": "最後更新", - "imported": "已導入", - "nest_estimated": "巢穴數據為估計值!", - "verify_nests": "通過檢查當前的出現驗證", - "nest_out_of_date": "巢穴可能已過時!", - "nest_check_current": "改為檢查當前的出現", - "spawns_per_hour": "每小時出現次數", - "teams": "隊伍", - "eggs": "蛋", - "reverse": "反轉", - "selected": "已選擇", - "unselected": "未選擇", - "only_available": "僅可用", - "common": "常見", - "uncommon": "罕見", - "rare": "稀有", - "ultra_rare": "極罕見", - "regional": "地區", - "event": "活動", - "legendary": "傳說的寶可夢", - "mythical": "幻", - "ultra_beast": "究極異獸", - "alt_forms": "其他形態", - "alola": "阿羅拉", - "galarian": "伽勒爾", - "showing": "顯示", - "instance": "實例", - "online": "在線", - "offline": "離線", - "boosted_types": "增強類型", - "pokemon_options": "寶可夢選項", - "pokestops_options": "寶可夢補給站選項", - "gyms_options": "道館選項", - "nests_options": "巢穴選項", - "wayfarer_options": "探險家選項", - "admin_options": "管理選項", - "weather_options": "天氣選項", - "s2cells_options": "S2 Cell選項", - "clustering": "聚類", - "glow": "發光", - "legacy_filter": "傳統過濾器", - "raid_timers": "所有突襲計時器", - "invasion_timers": "所有入侵計時器", - "lure_timers": "所有誘餌計時器", - "device_path_color": "設備路徑顏色", - "old_portals": "舊傳送門", - "new_portals": "新傳送門", - "items": "物品", - "energy": "能量", - "ar_eligible": "AR適配", - "iv_circles": "IV指示器", - "min_iv_circle": "最小IV指示器", - "interaction_ranges": "互動範圍", - "cannot_connect": "\n目前無法連接伺服器。\n立即重試只會導致更多問題。\n請幾分鐘後再試。\n\n- 地圖管理團隊", - "mad_quest_text": "原生任務", - "xs": "XS", - "primary": "主要", - "secondary": "次要", - "zero_iv": "0% IV", - "hundo_iv": "100% IV", - "open_menu": "開啟菜單", - "zoom_in": "放大", - "zoom_out": "縮小", - "welcome": "歡迎來到", - "back": "返回", - "next": "下一個", - "finish": "完成", - "start_tutorial": "開始教程", - "view_profile": "查看個人資料", - "login_optional": "登入(選填)", - "tutorial": "教學", - "tutorial_language": "選擇您的語言", - "tutorial_welcome": "這個教學是互動式的,我們非常鼓勵您使用所有提供的選項", - "tutorial_categories": "您可以訪問的分類", - "tutorial_logged_in": "您可以通過查看個人資料來查看您的權限詳情。", - "tutorial_logged_out": "您可以通過登入來查看您的權限詳情。", - "tutorial_sidebar_0": "您所有的過濾器和設置都在這裡", - "tutorial_sidebar_1": "在每個類別中,您可以使用開關來精確控制您想要的數據", - "tutorial_sidebar_2": "選項:額外的自定義\n進階:我們將在本教程後面介紹", - "tutorial_sliders_0": "使用滑桿調整過濾器", - "tutorial_sliders_1": "寶可夢範圍:", - "tutorial_sliders_2": "- IV值 {{iv0}}% 至 {{iv1}}%", - "tutorial_sliders_3": "等級 {{level0}} 至 {{level1}}", - "tutorial_sliders_3alt": "- 且等級在 {{level0}} 至 {{level1}}", - "tutorial_sliders_4": "- 超級聯盟排名 {{gl0}} 至 {{gl1}}", - "tutorial_sliders_4alt": "- 或超級聯盟排名 {{gl0}} 至 {{gl1}}", - "tutorial_sliders_5": "- 極限聯盟排名 {{ul0}} 至 {{ul1}}", - "tutorial_sliders_5alt": "- 或極限聯盟排名 {{ul0}} 至 {{ul1}}", - "tutorial_sliders_6": "與同色的其他滑桿連鎖", - "tutorial_sliders_7": "與其他滑桿獨立過濾", - "tutorial_sliders_8": "「滿」的滑桿表示它被禁用:", - "tutorial_sliders_9": "所有出現的寶可夢,不論是否檢查了IV值", - "tutorial_help": "這個菜單的快捷方式", - "tutorial_adv_filter": "僅限手機,打開進階菜單的過濾選項", - "tutorial_tune": "為目前在菜單中被過濾的所有寶可夢設置進階過濾", - "tutorial_format_size": "設置目前在菜單中被過濾的所有項目的圖標大小", - "tutorial_check": "啟用目前在菜單中被過濾的所有項目", - "tutorial_clear": "禁用目前在菜單中被過濾的所有項目", - "tutorial_save": "保存當前選擇並退出", - "tutorial_show_all_view": "切換訓練場 & 道館的顯示", - "tutorial_show_pokemon_view": "切換寶可夢的顯示", - "tutorial_toggle": "點擊勾選/叉號來切換項目", - "tutorial_pokemon_caption": "這個圖標讓你為特定的寶可夢設置過濾條件", - "tutorial_all_caption": "隊伍有一個特別的槽位菜單\n所有其他項目讓您調整圖標大小", - "tutorial_popup_0": "彈出窗現在可互動了!", - "tutorial_popup_1": "三個點開啟隱藏、排除和切換計時器選項", - "tutorial_popup_2": "導航鏈接兩邊的圖標會擴展以顯示額外信息,試試看!", - "tutorial_popup_3": "每個類別的圖標不同,務必全部查看", - "tutorial_closing_0": "附加資訊", - "tutorial_closing_1": "側邊欄中的全域寶可夢滑桿操作與進階菜單分開,互不影響", - "tutorial_closing_2": "務必查看側邊欄中的設置部分", - "tutorial_closing_3": "每個類別都有許多美學選項可用,但請記住,您添加到地圖上的內容越多,地圖凍結的機會就越高", - "tutorial_closing_4": "您可以通過在側邊欄的設置面板中選擇來再次查看此教程", - "tutorial_closing_5": "保持安全,祝您好運!", - "intro": "介紹", - "sidebar": "側邊欄", - "sliders": "滑桿", - "popups": "彈出窗口", - "closing": "結束", - "shortcuts": "快捷鍵", - "iv": "IV", - "area_restrictions": "區域限制", - "map": "地圖", - "stats": "統計", - "pvp": "PVP", - "area_restrictions_subtitle": "您可以訪問這些區域", - "devices_subtitle": "顯示活躍的設備位置和路線", - "gyms_subtitle": "顯示所有活躍的道館位置、活躍隊伍和每個道館可用的空位數", - "invasions_subtitle": "顯示火箭隊入侵信息,包括戰鬥陣容、到期時間和可能的獎勵", - "iv_subtitle": "顯示IV%和發光選項", - "lures_subtitle": "顯示誘餌信息,包括誘餌類型和到期時間", - "map_subtitle": "顯示地圖", - "nests_subtitle": "顯示活躍的寶可夢巢穴和巢穴多邊形", - "pokemon_subtitle": "顯示所有寶可夢的位置和到期時間", - "pokestops_subtitle": "顯示所有訓練場的位置", - "portals_subtitle": "顯示所有入口點", - "pvp_subtitle": "顯示每隻寶可夢的PVP排名/CP值/等級資訊", - "quests_subtitle": "顯示任務獎勵和任務資訊", - "raids_subtitle": "顯示所有的團體戰資訊,包含團體戰首領、蛋、結束時間和招式組合", - "scan_cells_subtitle": "顯示S2區域最後一次被掃描的時間", - "scan_areas_subtitle": "顯示可用的掃描區域多邊形", - "spawnpoints_subtitle": "顯示出現點和它們估計的消失時間", - "stats_subtitle": "顯示寶可夢的統計數據和等級", - "submission_cells_subtitle": "顯示適用於提交新興趣點的資訊", - "weather_subtitle": "顯示每個區域中遊戲內的天氣資訊", - "scanner_subtitle": "以各種方式直接與掃描器互動", - "s2cells_subtitle": "在地圖上以各種等級顯示S2細胞", - "backups_subtitle": "允許跨設備備份和載入設定", - "backups": "備份", - "user_profile": "用戶檔案", - "user_username": "用戶名", - "candy": "糖果", - "show_ex_badge": "顯示EX徽章", - "search": "搜索", - "global_search_quests": "輸入獎勵名稱...", - "global_search_lures": "輸入誘餌名稱...", - "global_search_pokestops": "輸入補給站名稱...", - "global_search_gyms": "輸入健身房名稱...", - "global_search_portals": "輸入傳送門名稱...", - "global_search_nests": "輸入巢穴寶可夢名稱...", - "global_search_raids": "輸入團體戰首領名稱...", - "global_search_pokemon": "輸入寶可夢名稱...", - "global_search_invasions": "輸入侵略者類型、名稱或寶可夢獎勵名稱...", - "raid_level_badges": "團體戰等級徽章", - "options": "選項", - "profile": "檔案", - "pokemon_icons": "寶可夢圖標", - "pokestop_icons": "補給站圖標", - "gym_icons": "健身房圖標", - "team_icons": "隊伍圖標", - "egg_icons": "蛋圖標", - "raid_icons": "團體戰圖標", - "nest_icons": "巢穴圖標", - "reward_icons": "獎勵圖標", - "type_icons": "類型圖標", - "weather_icons": "天氣圖標", - "misc_icons": "雜項圖標", - "invasion_icons": "侵略圖標", - "spawnpoint_icons": "出現點圖標", - "device_icons": "設備圖標", - "pokemon_audio": "寶可夢音效", - "pokestop_audio": "補給站音效", - "gym_audio": "健身房音效", - "team_audio": "隊伍音效", - "egg_audio": "蛋音效", - "raid_audio": "團體戰音效", - "nest_audio": "巢穴音效", - "reward_audio": "獎勵音效", - "type_audio": "類型音效", - "weather_audio": "天氣音效", - "misc_audio": "雜項音效", - "invasion_audio": "侵略音效", - "spawnpoint_audio": "出現點音效", - "device_audio": "設備音效", - "pokemon_timers": "所有寶可夢計時器", - "show_dex_num_in_popup": "在彈出視窗顯示圖鑑編號", - "popup": "彈出視窗", - "pvp_level": "{{level}} 等級 PVP 統計資料", - "pvp_mega": "超級PVP統計資料", - "webhook_entry": "添加至{{name}}", - "remove_webhook_entry": "從{{name}}移除", - "distance": "距離", - "gym": "健身房", - "egg": "蛋", - "raid": "團體戰", - "lure": "誘餌", - "quest": "任務", - "invasion": "侵略", - "nest": "巢穴", - "pokestop": "補給站", - "team": "隊伍", - "global": "全球", - "manage_webhook": "管理{{name}}", - "drag_and_drop": "拖曳標記以設置您的位置", - "click_to_select": "點擊以選擇", - "add_new": "添加新的{{category}}警報", - "my_location": "我的位置", - "choose_on_map": "在地圖上選擇", - "select_profile": "選擇檔案", - "distance_radius": "預覽半徑距離", - "areas": "區域", - "select_webhook": "選擇機器人", - "ar_quest_true": "AR任務", - "ar_quest_false": "無AR", - "with_ar": "包含AR", - "both": "兩者", - "without_ar": "無AR", - "exclude_quest_multi": "排除 {{reward}}", - "cluster_limit_0": "{{variable_0}} 限制({{variable_1}})已達到", - "cluster_limit_1": "請放大或縮小篩選條件", - "show_polygons": "顯示多邊形", - "exclude_invasion_multi": "排除 {{invasion}}", - "stardust": "星塵", - "slider_cp": "CP值", - "pvp_ranking_league": "聯盟", - "pvp_ranking_min_cp": "最小CP", - "slider_pvp": "排名", - "profile_no": "個人檔案", - "template": "模板", - "gender": "性別", - "clean": "清除", - "all_forms": "所有形態", - "pvp_entry": "PVP條目", - "no_iv": "包括無IV", - "by_distance": "按距離", - "min_time": "最短時間", - "add_new_profile": "新增個人檔案", - "slider_none": "無", - "non_registered_human_title": "哎呀,出了些問題!", - "non_registered_human_desc": "您可能未在 {{webhook}} 註冊\n或伺服器目前無法連線", - "try_again_later": "請稍後再試", - "selected_areas_one": "{{count}} 個區域已選擇", - "selected_areas_other": "{{count}} 個區域已選擇", - "webhook_selection": "{{name}} 選擇", - "message_of_the_day": "今日消息", - "has_quest_indicator": "任務站點使用替代顏色", - "show_ar_badge": "顯示AR徽章", - "all_gyms": "所有道館", - "general": "一般", - "server_dev_error_0": "{{variable_0}}", - "link_global_and_advanced": "全球選擇尊重", - "normal_forms": "普通形態", - "weather_indicator": "天氣加成指示", - "page": "頁面 {{page}}", - "navigation_controls": "導航控制", - "navigation_controls_react": "React", - "navigation_controls_leaflet": "Leaflet", - "exclusive": "獨家", - "all_moves": "所有招式", - "move": "招式", - "any": "任何", - "min_spawn_average": "最小生成率", - "select_all": "選擇全部", - "delete_all": "刪除選定項目", - "cancel": "取消", - "day_1": "星期一", - "day_2": "星期二", - "day_3": "星期三", - "day_4": "星期四", - "day_5": "星期五", - "day_6": "星期六", - "day_7": "星期日", - "profile_name": "個人檔案名稱", - "manage_profiles": "管理個人檔案", - "min_spawn_avg": "平均最小生成", - "poke_global": "全部", - "amount": "數量", - "specific_gym": "特定道館", - "search_location": "搜索地點", - "search_specific": "搜索特定 {{category}}", - "webhook_success_gym": "突襲、蛋和隊伍變化提醒已添加!", - "slot_changes": "槽位變化", - "slot_changes_poracle": "槽位變化", - "confirm_delete": "這將移除此個人檔案的所有跟蹤,您確定嗎?", - "confirm_copy": "選擇您希望將 \"{{profile}}\" 複製到哪個檔案,這將完全覆蓋那個檔案。", - "webhook_error": "{{name}} 無法處理。\n請稍後再試。", - "profile_error": "必須是唯一且有效的", - "team_0": "未選擇隊伍", - "battle_changes": "戰鬥中", - "battle_changes_poracle": "戰鬥變化", - "auto": "自動", - "webhooks_subtitle": "從地圖直接管理您的警報這些機器人", - "event_stops_subtitle": "顯示特殊活動的寶可夢補給站,如Kecleon", - "webhooks": "警報", - "scanner": "掃描器操作", - "everything_individually": "添加個別警報", - "individually": "個別", - "join": "加入", - "errors_404": "哎呀,找不到這個頁面!", - "errors_500": "伺服器出錯,稍後再試!", - "local_username": "用戶名", - "local_password": "密碼", - "local_error": "出現錯誤,請稍後再試!", - "no_filter_results": "未找到結果\n嘗試擴大您的篩選條件", - "donor_page": "捐贈頁面", - "go_back": "返回", - "access": "訪問", - "link_discord": "連接 Discord", - "select_webhook_strategy": "警報管理", - "webhook_strategy_success_0": "成功!正在刷新以獲取警報設定...", - "register": "註冊", - "invalid_credentials": "憑證無效", - "localauth_failed": "認證失敗", - "error_creating_user": "目前無法註冊新用戶", - "discord_linked": "已連接 Discord", - "telegram_linked": "已連接 Telegram", - "dialog_filter_footer_apply_to_all_width": 2, - "dialog_filter_footer_adv_menu_width": 2, - "dialog_filter_footer_disable_all_width": 2, - "dialog_filter_footer_enable_all_width": 2, - "dialog_filter_footer_help_width": 2, - "dialog_filter_footer_open_filter_width": 2, - "dialog_filter_footer_save_width": 2, - "dialog_filter_footer_next_width": 2, - "drawer_grid_advanced_width": 6, - "drawer_grid_options_width": 6, - "drawer_settings_export_settings_width": 6, - "drawer_settings_feedback_width": 6, - "drawer_settings_import_settings_width": 6, - "drawer_settings_logout_width": 6, - "drawer_settings_profile_width": 6, - "drawer_settings_reset_filters_width": 6, - "drawer_settings_stats_width": 6, - "drawer_settings_tutorial_width": 6, - "popup_gym_description_width": 5, - "popup_gym_seen_timer_width": 7, - "popup_gym_data_width": 12, - "popup_pokestop_description_width": 5, - "popup_pokestop_seen_timer_width": 7, - "popup_pokestop_data_width": 12, - "popup_pokemon_description_width": 5, - "popup_pokemon_seen_timer_width": 6, - "popup_pokemon_data_width": 11, - "webhook_footer_help_width": 4, - "webhook_footer_feedback_width": 4, - "webhook_footer_close_width": 4, - "webhook_footer_add_new_width": 4, - "webhook_advanced_save_width": 2, - "login_button": 5, - "join_button": 5, - "level": "等級", - "km": "公里", - "feedback": "反饋", - "donor_menu": "捐贈者菜單", - "pokemon_cell": "寶可夢的位置可能會有變化", - "timer_verified": "此計時器已驗證", - "timer_unverified": "此計時器未經驗證", - "all": "全部", - "badge_0": "無", - "badge_1": "基礎", - "badge_2": "銅", - "badge_3": "銀", - "badge_4": "金", - "gym_badge_menu": "編輯健身房徽章", - "gym_badges": "健身房徽章", - "gym_badge_diamonds": "顯示健身房徽章", - "gym_badges_subtitle": "在地圖上和個人資料頁面中顯示健身房徽章。", - "confirm_filters_reset": "重置篩選器", - "filters_reset_text": "您確定要將設定重置為預設值嗎?這無法撤銷!", - "filters_reset_title": "重置篩選器", - "raid_quick_select": "快速選擇", - "disabled": "已禁用", - "loading": "正在加載 {{category}}", - "loading_icons": "正在獲取圖標", - "loading_invasions": "正在獲取入侵信息", - "scan_next": "掃描位置", - "scan_next_choose": "拖放標記以設置掃描位置", - "scan_zone": "掃描區域", - "scan_zone_choose": "拖放標記以設置掃描位置並選擇大小", - "scan_zone_size": "大小", - "scan_zone_range": "範圍", - "scan_zone_spacing": "間距", - "scan_zone_radius": "半徑", - "scan_requests": "掃描請求", - "scan_queue": "當前隊列", - "click_to_scan": "在此處掃描", - "scan_confirmed_title": "掃描需求已確認", - "scan_confirmed": "工人已被派往地點,結果將很快顯示在地圖上!", - "scan_loading_title": "正在發送掃描請求", - "scan_loading": "您的掃描請求正在處理並發送至系統!", - "scan_error_title": "錯誤", - "scan_error": "處理掃描請求時出現錯誤...", - "scan_outside_area": "此位置位於授權區域的邊界之外", - "pvp_ranking_cap": "等級", - "lc_title": "跟隨您的位置", - "lc_metersUnit": "米", - "lc_feetUnit": "英尺", - "lc_popup": "您距離該點 {distance} {unit}", - "lc_outsideMapBoundsMsg": "您似乎位於地圖邊界之外", - "no_alerts": "未找到警報", - "loading_settings": "正在加載設置", - "refresh_to_continue": "請刷新後繼續", - "session_expired_title": "會話已過期", - "session_expired_body": "您的會話已過期", - "old_client_title": "過時", - "old_client_body": "此地圖的新版本可用", - "early_old_client_title": "過時", - "early_old_client_body": "此應用的舊版本可能已經被緩存在您的瀏覽器中,您需要清除緩存才能使用此應用。", - "refresh": "刷新", - "points": "點", - "day": "日", - "days": "天", - "react_error": "出了點問題", - "clickable_icon": "可點擊的圖標", - "two_stops_till_next": "距離下一個還有2站", - "one_stop_till_next": "距離下一個還有1站", - "no_more_gyms": "沒有更多健身房", - "light_map_border": "淺色地圖邊框", - "dark_map_border": "深色地圖邊框", - "cell_blocked": "區塊被封鎖", - "poi_color": "興趣點顏色", - "quest_condition": "任務條件", - "always_show_labels": "始終顯示標籤", - "scan_areas_options": "掃描區域選項", - "historic_rarity": "歷史稀有度", - "poi": "興趣點", - "300m_range": "300m 範圍", - "lure_range": "誘餌範圍", - "custom_range": "自訂範圍", - "tap_to_toggle": "點擊切換", - "power_up": "提升等級", - "never_alt": "從不", - "seen_nearby_stop": "附近發現", - "seen_nearby_cell": "此區域內發現", - "seen_lure_encounter": "誘餌遇到", - "seen_lure_wild": "誘餌野生出現", - "seen_wild": "野生出現", - "event_stops": "活動補給站", - "event_stop_timers": "活動補給站計時器", - "size_0": "任何", - "size_1": "超小", - "size_2": "小", - "size_3": "中", - "size_4": "大", - "size_5": "超大", - "show_size_indicator": "顯示大小指示器", - "size": "大小", - "gold_stop": "金色補給站", - "profile_backups": "資料檔案切換", - "new_backup": "新的備份", - "create": "創建", - "load": "載入", - "update": "更新", - "delete": "刪除", - "name": "名字", - "only_confirmed": "僅確認的", - "only_exclude_grunts": "排除小兵", - "only_exclude_leaders": "排除領袖", - "rocket_pokemon": "火箭隊寶可夢", - "decoy": "誘餌", - "s2_cell_limit_0": "您試圖生成超過20,000個單元格 ({{variable_0}})", - "s2_cell_zoom_limit": "某些細胞在此縮放級別太小無法顯示", - "show_all_pvp_ranks": "顯示所有PVP排名", - "enable_pokemon_popup_coords": "顯示寶可夢座標", - "enable_gym_popup_coords": "顯示道館座標", - "enable_pokestop_popup_coords": "顯示補給站座標", - "enable_portal_popup_coords": "顯示傳送門座標", - "on_block_join_discord": "請加入我們的Discord以獲取更多資訊。", - "on_block_msg": "您因為是以下成員而被封鎖", - "denied": "拒絕", - "showcase": "展示", - "unknown_event": "未知活動", - "scanner_countdown": "{{time}}秒後可用", - "success": "成功", - "contribute": "貢獻", - "mi": "英里", - "filter_by_areas": "按區域篩選", - "submit_nest_name": "提交巢穴名稱", - "nest_submission_menu": "名稱更新", - "nest_submissions": "巢穴提交", - "nest_submissions_subtitle": "允許您為巢穴提交新的名稱", - "pokemon_opacity": "動態寶可夢透明度", - "invasion_opacity": "動態入侵透明度", - "raid_opacity": "動態團體戰透明度", - "opacity_ten_minutes": "10分鐘時的透明度", - "opacity_five_minutes": "5分鐘時的透明度", - "opacity_one_minute": "1分鐘時的透明度", - "level_circles": "等級指示", - "min_level_circle": "最低圈等級", - "mutation_auth_error": "由於您未登入,您的請求未成功", - "submitted_by": "提交者", - "reversible": "可逆的", - "version": "版本", - "route_tags": "路線標籤", - "routes": "路線", - "route_type": "路線類型", - "routes_subtitle": "在地圖上查看遊戲內的路線及相關信息", - "description": "描述", - "additional_info": "其他資訊", - "duration": "持續時間", - "elevation": "海拔", - "contest_category_1": "最小尺寸", - "context_category_2": "最大尺寸", - "total_entries": "總參賽作品", - "showcase_rankings": "展示排名", - "showcase_rankings_subtitle": "在補給站顯示展示排名的頂尖列表", - "tth": "到期時間", - "tth_0": "所有", - "tth_1": "已知", - "tth_2": "未知", - "no_access": "無法訪問", - "cooldown": "冷卻時間", - "scan_some_outside_area": "一些位置超出了授權的界限", - "alerts": "警報", - "alert_manager": "警報管理", - "menu": "菜單", - "theme": "主題", - "exit": "退出", - "component": "組件", - "component_login_page": "登入頁面", - "component_donation_page": "捐款頁面", - "component_message_of_the_day": "每日訊息", - "download": "下載", - "playground": "遊樂場", - "locale": "地區設定", - "saved": "已儲存", - "show_editor": "顯示編輯器", - "hide_editor": "隱藏編輯器", - "reported_error": "此錯誤已經報告至服務器,識別碼為", - "dark_mode": "夜間模式", - "load_from_autosave": "從自動儲存加載", - "done": "完成", - "fast": "快速", - "charged": "蓄力", - "offline_mode": "離線模式", - "include_sponsored": "包含贊助內容", - "showcase_color": "展示顏色", - "partner_color": "合作夥伴顏色", - "disable": "禁用 {{- name}}", - "profiling": "分析", - "showcase_block": "由於展示被阻擋", - "signed_in_as": "登入為", - "missing_map_perm": "您沒有查看地圖的權限。", - "access_denied": "拒絕訪問", - "audio": "音頻", - "desktop_notifications": "桌面通知", - "notifications_options": "通知選項", - "audio_always_on": "音頻總是開啟", - "volume_level": "音量等級", - "notifications_status": "通知狀態", - "granted": "已授予", - "set_all": "設定全部", - "set_filtered": "設定已篩選", - "only_show_available": "僅顯示可用的", - "easy_mode": "簡易模式", - "quick_select": "全局快速選擇", - "pokemon_filter_mode": "寶可夢篩選模式", - "basic": "基礎", - "intermediate": "中級", - "expert": "專家", - "basic_description": "輕鬆選擇寶可夢並應用全局篩選器", - "intermediate_description": "全局和每個寶可夢設定個別篩選器(傳統方式)", - "expert_description": "手動輸入查詢以獲取最多自定義選項", - "icon_size": "圖標大小", - "developer": "開發者", - "raid_override": "突襲覆蓋", - "search_rocket_pokemon": "搜索火箭隊寶可夢", - "main": "主要", - "extra": "額外", - "select": "選擇", - "searching": "正在搜索...", - "no_options": "無可選項...", - "and": "與", - "or": "或", - "only_global": "僅全局", - "global_caption": "忽略所有其他篩選器", - "global_and_individual": "全局和個別篩選器", - "gender_filters_all": "性別適用於所有", - "and_caption": "連接在一起", - "or_caption": "獨立篩選", - "filter_help": "篩選幫助", - "kilometers": "公里", - "miles": "英里", - "distance_unit": "距離單位", - "data_management": "資料管理", - "reset_or_manage_text": "您可以完全重置您的篩選器,或者您可以查看資料管理頁面,許您重置單獨類別。", - "reset_audio": "重置音頻", - "reset_all": "重置全部", - "reset_icons": "重置圖標", - "reset_position": "重置位置", - "reset_ui": "重置用戶界面", - "reset_options": "重置選項", - "reset_menus": "重置菜單", - "reset_settings": "重置設定", - "reset_general_title": "通用", - "reset_filters_title": "篩選器", - "reset_assets": "重置資源", - "reset_pokemon": "重置寶可夢", - "reset_pokestops": "重置補給站", - "reset_gyms": "重置健身房", - "reset_nests": "重置巢穴", - "reset_portals": "重置傳送門", - "reset_routes": "重置路徑", - "reset_scan_areas": "重置掃描區域", - "reset_scan_cells": "重置掃描單元", - "reset_devices": "重置設備", - "reset_weather": "重置天氣", - "reset_s2cells": "重置S2單元", - "reset_spawnpoints": "重置生成點", - "reset_submission_cells": "重置提交單元", - "hisuian": "洗翠", - "spacial_rend_range": "空間裂痕範圍", - "key": "鑰匙", - "ai": "人工智能", - "human": "人類", - "locales": "地區設定", - "instructions": "指南", - "locale_instructions_1": "從下拉選單中選擇一種語言", - "locale_instructions_2": "在「人類」欄中輸入所需的翻譯", - "locale_instructions_3": "點擊「$t(下載)」按鈕下載JSON文件", - "locale_instructions_4": "從下方的GitHub儲存庫連接中分支", - "locale_instructions_5": "創建一個新分支並將其命名為您正在翻譯的語言", - "locale_instructions_6": "用您下載的文件替換「packages/locales/lib/human/{{lng}}.json」中的內容", - "locale_instructions_7": "創建一個拉取請求", - "locale_instructions_8": "等待拉取請求被審核和合併", - "enter_translation": "輸入翻譯", - "individual_filters": "部分過濾", - "data_limit_reached": "您最近請求的數據過多,需等待至 {{until}} 方可繼續", - "unknown_station": "Unknown Power Spot", - "exclude_battle": "Exclude Max Battle", - "station": "Power Spot", - "stations": "Power Spots", - "stations_filters": "Power Spots Filter Settings", - "stations_options": "Power Spot Options", - "all_stations": "All Power Spots", - "search_battles": "Search Max Battles", - "started": "Started", - "ended": "Ended", - "search_stations": "Search Power Spots", - "global_search_stations": "Enter Power Spot Name or Dynamax Pokémon...", - "station_timers": "Power Spot Timers", - "stations_opacity": "Dynamic Power Spot Opacity", - "max_battles": "Max Battles", - "dynamax": "Dynamax", - "stations_subtitle": "Displays Power Spots on the map", - "dynamax_subtitle": "Displays Dynamax Battles on the map", - "override": "Override", - "placed_pokemon": "Placed Pokémon", - "attack_bonus": "Attack Bonus", - "battle_bonus": "Battle Bonus", - "copy_coordinates": "Copy Coordinates", - "enable_station_popup_coords": "Show Power Spot Coords", - "station_icons": "Power Spot Icons", - "dynamic_opacity": "Dynamic Opacity", - "tooltips": "Tooltips", - "markers": "Markers", - "filters": "Filters", - "alignment_0": "Alignment Unset", - "alignment_1": "Shadow", - "alignment_2": "Purified", - "challenge_buddy_affection_plural": "和夥伴獲得 {{amount}} 顆心心", - "challenge_buddy_treat_plural": "餵夥伴吃 {{amount}} 個點心", - "character_category_0": "Unset", - "character_category_1": "Team Leader", - "character_category_2": "Grunt", - "character_category_3": "Arlo", - "character_category_4": "Cliff", - "character_category_5": "Sierra", - "character_category_6": "Giovanni", - "character_category_7": "Grunt Balloon ♀", - "character_category_8": "Grunt Balloon ♂", - "character_category_9": "Event NPC", - "character_category_10": "Player Team Leader", - "costume_0": "Unset", - "costume_1": "Holiday", - "costume_2": "Party", - "costume_3": "Ash", - "costume_4": "Witch", - "costume_5": "Adventure", - "costume_6": "Black Cap", - "costume_7": "Flower", - "costume_8": "Toque", - "costume_9": "Detective", - "costume_10": "One Piece", - "costume_11": "Pokemon Day", - "costume_12": "April 2020 Noevolve", - "costume_13": "Safari 2020 Noevolve", - "costume_14": "Spring 2020 Noevolve", - "costume_15": "Summer 2020 Noevolve", - "costume_16": "Fall 2020 Noevolve", - "costume_17": "Winter 2020 Noevolve", - "costume_18": "Not For Release Alpha", - "costume_19": "Not For Release Beta", - "costume_20": "Not For Release Gamma", - "costume_21": "Not For Release Noevolve", - "costume_22": "Kanto 2020 Noevolve", - "costume_23": "Johto 2020 Noevolve", - "costume_24": "Hoenn 2020 Noevolve", - "costume_25": "Sinnoh 2020 Noevolve", - "costume_26": "Halloween 2020 Noevolve", - "costume_27": "Costume 1", - "costume_28": "Costume 2", - "costume_29": "Costume 3", - "costume_30": "Costume 4", - "costume_31": "Costume 5", - "costume_32": "Costume 6", - "costume_33": "Costume 7", - "costume_34": "Costume 8", - "costume_35": "Costume 9", - "costume_36": "Costume 10", - "costume_37": "Costume 1 Noevolve", - "costume_38": "Costume 2 Noevolve", - "costume_39": "Costume 3 Noevolve", - "costume_40": "Costume 4 Noevolve", - "costume_41": "Costume 5 Noevolve", - "costume_42": "Costume 6 Noevolve", - "costume_43": "Costume 7 Noevolve", - "costume_44": "Costume 8 Noevolve", - "costume_45": "Costume 9 Noevolve", - "costume_46": "Costume 10 Noevolve", - "costume_47": "Gofest 2021 Noevolve", - "costume_48": "Fashion 2021 Noevolve", - "costume_49": "Halloween 2021 Noevolve", - "costume_50": "Gems 1 2021 Noevolve", - "costume_51": "Gems 2 2021 Noevolve", - "costume_52": "Holiday 2021 Noevolve", - "costume_53": "Tcg 2022 Noevolve", - "costume_54": "Jan 2022 Noevolve", - "costume_55": "Gofest 2022 Noevolve", - "costume_56": "Anniversary 2022 Noevolve", - "costume_57": "Fall 2022", - "costume_58": "Fall 2022 Noevolve", - "costume_59": "Holiday 2022", - "costume_60": "Jan 2023 Noevolve", - "costume_61": "Gotour 2023 Bandana Noevolve", - "costume_62": "Gotour 2023 Hat Noevolve", - "costume_63": "Spring 2023", - "costume_64": "Spring 2023 Mystic", - "costume_65": "Spring 2023 Valor", - "costume_66": "Spring 2023 Instinct", - "costume_67": "Nightcap", - "costume_68": "May 2023", - "costume_69": "Pi", - "costume_70": "Fall 2023", - "costume_71": "Fall 2023 Noevolve", - "costume_72": "Pi Noevolve", - "costume_73": "Holiday 2023", - "costume_74": "Jan 2024", - "costume_75": "Spring 2024", - "costume_77": "Summer 2024", - "costume_78": "Anniversary 2024", - "costume_79": "Fall 2024", - "display_type_7": "Gold Coins", - "display_type_8": "Kecleon", - "display_type_9": "Showcase", - "egg_0": "Unset Egg", - "egg_0_plural": "Unset Eggs", - "egg_1": "1 Star Egg", - "egg_1_plural": "1 Star Eggs", - "egg_2": "2 Star Egg", - "egg_2_plural": "2 Star Eggs", - "egg_3": "3 Star Egg", - "egg_3_plural": "3 Star Eggs", - "egg_4": "4 Star Egg", - "egg_4_plural": "4 Star Eggs", - "egg_5": "Legendary Egg", - "egg_5_plural": "Legendary Eggs", - "egg_6": "Mega Egg", - "egg_6_plural": "Mega Eggs", - "egg_7": "Mega Legendary Egg", - "egg_7_plural": "Mega Legendary Eggs", - "egg_8": "Ultra Wormhole", - "egg_8_plural": "Ultra Wormholes", - "egg_9": "Elite Egg", - "egg_9_plural": "Elite Eggs", - "egg_10": "Primal Egg", - "egg_10_plural": "Primal Eggs", - "egg_11": "1 Shadow Egg", - "egg_11_plural": "1 Shadow Eggs", - "egg_12": "2 Shadow Egg", - "egg_12_plural": "2 Shadow Eggs", - "egg_13": "3 Shadow Egg", - "egg_13_plural": "3 Shadow Eggs", - "egg_14": "4 Shadow Egg", - "egg_14_plural": "4 Shadow Eggs", - "egg_15": "5 Shadow Egg", - "egg_15_plural": "5 Shadow Eggs", - "evo_0": "Unset", - "evo_1": "Mega", - "evo_2": "Mega X", - "evo_3": "Mega Y", - "evo_4": "Primal", - "form_0": "Unset", - "form_1": "A", - "form_2": "B", - "form_3": "C", - "form_4": "D", - "form_5": "E", - "form_6": "F", - "form_7": "G", - "form_8": "H", - "form_9": "I", - "form_10": "J", - "form_11": "K", - "form_12": "L", - "form_13": "M", - "form_14": "N", - "form_15": "O", - "form_16": "P", - "form_17": "Q", - "form_18": "R", - "form_19": "S", - "form_20": "T", - "form_21": "U", - "form_22": "V", - "form_23": "W", - "form_24": "X", - "form_25": "Y", - "form_26": "Z", - "form_27": "Exclamation Point", - "form_28": "Question Mark", - "form_29": "正常", - "form_30": "Sunny", - "form_31": "Rainy", - "form_32": "Snowy", - "form_33": "正常", - "form_34": "攻擊形態", - "form_35": "防禦形態", - "form_36": "速度形態", - "form_37": "01", - "form_38": "02", - "form_39": "03", - "form_40": "04", - "form_41": "05", - "form_42": "06", - "form_43": "07", - "form_44": "08", - "form_45": "正常", - "form_46": "阿羅拉", - "form_47": "正常", - "form_48": "阿羅拉", - "form_49": "正常", - "form_50": "阿羅拉", - "form_51": "正常", - "form_52": "阿羅拉", - "form_53": "正常", - "form_54": "阿羅拉", - "form_55": "正常", - "form_56": "阿羅拉", - "form_57": "正常", - "form_58": "阿羅拉", - "form_59": "正常", - "form_60": "阿羅拉", - "form_61": "正常", - "form_62": "阿羅拉", - "form_63": "正常", - "form_64": "阿羅拉", - "form_65": "正常", - "form_66": "阿羅拉", - "form_67": "正常", - "form_68": "阿羅拉", - "form_69": "正常", - "form_70": "阿羅拉", - "form_71": "正常", - "form_72": "阿羅拉", - "form_73": "正常", - "form_74": "阿羅拉", - "form_75": "正常", - "form_76": "阿羅拉", - "form_77": "正常", - "form_78": "阿羅拉", - "form_79": "正常", - "form_80": "阿羅拉", - "form_81": "正常", - "form_82": "結冰洛托姆", - "form_83": "旋轉洛托姆", - "form_84": "切割洛托姆", - "form_85": "清洗洛托姆", - "form_86": "加熱洛托姆", - "form_87": "草木蓑衣", - "form_88": "砂土蓑衣", - "form_89": "垃圾蓑衣", - "form_90": "別種形態", - "form_91": "起源形態", - "form_92": "天空形態", - "form_93": "陸上形態", - "form_94": "陰天形態", - "form_95": "Sunny", - "form_96": "西海", - "form_97": "東海", - "form_98": "西海", - "form_99": "東海", - "form_100": "正常", - "form_101": "格鬥", - "form_102": "飛行", - "form_103": "毒", - "form_104": "地面", - "form_105": "岩石", - "form_106": "蟲", - "form_107": "幽靈", - "form_108": "鋼", - "form_109": "火", - "form_110": "水", - "form_111": "草", - "form_112": "電", - "form_113": "超能力", - "form_114": "冰", - "form_115": "龍", - "form_116": "惡", - "form_117": "妖精", - "form_118": "草木蓑衣", - "form_119": "砂土蓑衣", - "form_120": "垃圾蓑衣", - "form_121": "09", - "form_122": "09", - "form_123": "10", - "form_124": "11", - "form_125": "12", - "form_126": "13", - "form_127": "14", - "form_128": "15", - "form_129": "16", - "form_130": "17", - "form_131": "18", - "form_132": "19", - "form_133": "A", - "form_135": "正常", - "form_136": "紅條紋的樣子", - "form_137": "藍條紋的樣子", - "form_138": "Standard", - "form_139": "Zen", - "form_140": "化身形態", - "form_141": "靈獸形態", - "form_142": "化身形態", - "form_143": "靈獸形態", - "form_144": "化身形態", - "form_145": "靈獸形態", - "form_146": "正常", - "form_147": "闇黑酋雷姆", - "form_148": "焰白酋雷姆", - "form_149": "平常的樣子", - "form_150": "Resolute Form", - "form_151": "歌聲形態", - "form_152": "舞步形態", - "form_157": "正常", - "form_160": "正常", - "form_163": "正常", - "form_166": "正常", - "form_169": "正常", - "form_172": "正常", - "form_175": "正常", - "form_178": "正常", - "form_181": "正常", - "form_184": "正常", - "form_187": "正常", - "form_190": "正常", - "form_193": "正常", - "form_196": "正常", - "form_199": "正常", - "form_202": "正常", - "form_205": "正常", - "form_208": "正常", - "form_211": "正常", - "form_214": "正常", - "form_217": "正常", - "form_224": "正常", - "form_229": "正常", - "form_232": "正常", - "form_235": "正常", - "form_238": "正常", - "form_241": "正常", - "form_244": "正常", - "form_247": "正常", - "form_250": "正常", - "form_253": "正常", - "form_256": "正常", - "form_259": "正常", - "form_262": "正常", - "form_265": "正常", - "form_268": "正常", - "form_271": "正常", - "form_274": "正常", - "form_277": "正常", - "form_280": "正常", - "form_283": "正常", - "form_286": "正常", - "form_289": "正常", - "form_292": "正常", - "form_295": "正常", - "form_298": "正常", - "form_301": "正常", - "form_304": "正常", - "form_307": "正常", - "form_310": "正常", - "form_313": "正常", - "form_316": "正常", - "form_319": "正常", - "form_322": "正常", - "form_585": "春天的樣子", - "form_586": "夏天的樣子", - "form_587": "秋天的樣子", - "form_588": "冬天的樣子", - "form_589": "春天的樣子", - "form_590": "夏天的樣子", - "form_591": "秋天的樣子", - "form_592": "冬天的樣子", - "form_593": "正常", - "form_594": "Shock", - "form_595": "Burn", - "form_596": "Chill", - "form_597": "Douse", - "form_598": "正常", - "form_599": "Noevolve", - "form_600": "正常", - "form_601": "Noevolve", - "form_602": "正常", - "form_603": "Noevolve", - "form_604": "Noevolve", - "form_605": "Noevolve", - "form_606": "Noevolve", - "form_607": "Noevolve", - "form_608": "Noevolve", - "form_609": "Noevolve", - "form_610": "正常", - "form_613": "正常", - "form_616": "正常", - "form_619": "正常", - "form_622": "正常", - "form_625": "正常", - "form_628": "正常", - "form_631": "正常", - "form_634": "正常", - "form_637": "正常", - "form_640": "正常", - "form_643": "正常", - "form_646": "正常", - "form_649": "正常", - "form_652": "正常", - "form_655": "正常", - "form_658": "正常", - "form_661": "正常", - "form_664": "正常", - "form_667": "正常", - "form_670": "正常", - "form_677": "正常", - "form_680": "正常", - "form_683": "正常", - "form_688": "正常", - "form_691": "正常", - "form_694": "正常", - "form_697": "正常", - "form_700": "正常", - "form_703": "正常", - "form_706": "正常", - "form_713": "正常", - "form_716": "正常", - "form_719": "正常", - "form_722": "正常", - "form_729": "正常", - "form_734": "正常", - "form_737": "正常", - "form_740": "正常", - "form_743": "正常", - "form_746": "正常", - "form_749": "正常", - "form_752": "正常", - "form_755": "正常", - "form_758": "正常", - "form_761": "正常", - "form_764": "正常", - "form_767": "正常", - "form_770": "正常", - "form_773": "正常", - "form_776": "正常", - "form_779": "正常", - "form_782": "正常", - "form_785": "正常", - "form_788": "正常", - "form_791": "正常", - "form_794": "正常", - "form_797": "正常", - "form_800": "正常", - "form_803": "正常", - "form_806": "正常", - "form_809": "正常", - "form_812": "正常", - "form_815": "正常", - "form_818": "正常", - "form_821": "正常", - "form_824": "正常", - "form_827": "正常", - "form_830": "正常", - "form_833": "正常", - "form_836": "正常", - "form_839": "正常", - "form_846": "正常", - "form_849": "正常", - "form_852": "正常", - "form_855": "正常", - "form_858": "正常", - "form_861": "正常", - "form_864": "正常", - "form_867": "正常", - "form_870": "正常", - "form_873": "正常", - "form_876": "正常", - "form_879": "正常", - "form_888": "正常", - "form_891": "正常", - "form_894": "Fall 2019", - "form_895": "Fall 2019", - "form_896": "Fall 2019", - "form_897": "Fall 2019", - "form_898": "正常", - "form_901": "Vs 2019", - "form_902": "正常", - "form_905": "正常", - "form_908": "正常", - "form_911": "正常", - "form_914": "正常", - "form_917": "正常", - "form_920": "正常", - "form_923": "正常", - "form_926": "正常", - "form_929": "正常", - "form_932": "正常", - "form_935": "正常", - "form_938": "正常", - "form_941": "正常", - "form_944": "Galarian", - "form_945": "正常", - "form_946": "Galarian", - "form_947": "正常", - "form_948": "Galarian", - "form_949": "Copy 2019", - "form_950": "Copy 2019", - "form_951": "Copy 2019", - "form_952": "Copy 2019", - "form_953": "正常", - "form_956": "正常", - "form_959": "正常", - "form_962": "正常", - "form_965": "正常", - "form_968": "正常", - "form_971": "正常", - "form_974": "正常", - "form_981": "正常", - "form_984": "正常", - "form_987": "正常", - "form_990": "正常", - "form_993": "正常", - "form_996": "正常", - "form_999": "正常", - "form_1002": "正常", - "form_1005": "正常", - "form_1008": "正常", - "form_1011": "正常", - "form_1014": "正常", - "form_1017": "正常", - "form_1020": "正常", - "form_1023": "正常", - "form_1026": "正常", - "form_1029": "正常", - "form_1032": "正常", - "form_1035": "正常", - "form_1038": "正常", - "form_1041": "正常", - "form_1044": "正常", - "form_1047": "正常", - "form_1050": "正常", - "form_1053": "正常", - "form_1056": "正常", - "form_1059": "正常", - "form_1062": "正常", - "form_1065": "正常", - "form_1068": "正常", - "form_1071": "正常", - "form_1074": "正常", - "form_1077": "正常", - "form_1080": "正常", - "form_1083": "正常", - "form_1086": "正常", - "form_1089": "正常", - "form_1092": "正常", - "form_1095": "正常", - "form_1098": "正常", - "form_1101": "正常", - "form_1104": "正常", - "form_1107": "正常", - "form_1110": "正常", - "form_1115": "正常", - "form_1118": "正常", - "form_1121": "正常", - "form_1124": "正常", - "form_1127": "正常", - "form_1130": "正常", - "form_1133": "正常", - "form_1136": "正常", - "form_1139": "正常", - "form_1142": "正常", - "form_1145": "正常", - "form_1148": "正常", - "form_1151": "正常", - "form_1154": "正常", - "form_1157": "正常", - "form_1160": "正常", - "form_1163": "正常", - "form_1166": "正常", - "form_1169": "正常", - "form_1172": "正常", - "form_1175": "正常", - "form_1178": "正常", - "form_1181": "正常", - "form_1184": "正常", - "form_1187": "正常", - "form_1190": "正常", - "form_1193": "正常", - "form_1196": "正常", - "form_1199": "正常", - "form_1202": "正常", - "form_1205": "正常", - "form_1208": "正常", - "form_1211": "正常", - "form_1214": "正常", - "form_1217": "正常", - "form_1220": "正常", - "form_1223": "正常", - "form_1226": "正常", - "form_1229": "正常", - "form_1232": "正常", - "form_1235": "正常", - "form_1238": "正常", - "form_1241": "正常", - "form_1244": "正常", - "form_1247": "正常", - "form_1250": "正常", - "form_1253": "正常", - "form_1256": "正常", - "form_1259": "正常", - "form_1262": "正常", - "form_1265": "正常", - "form_1268": "正常", - "form_1271": "正常", - "form_1274": "正常", - "form_1277": "正常", - "form_1280": "正常", - "form_1283": "正常", - "form_1286": "正常", - "form_1289": "正常", - "form_1292": "正常", - "form_1295": "正常", - "form_1298": "正常", - "form_1301": "正常", - "form_1304": "正常", - "form_1307": "正常", - "form_1310": "正常", - "form_1313": "正常", - "form_1316": "正常", - "form_1319": "正常", - "form_1322": "正常", - "form_1325": "正常", - "form_1328": "正常", - "form_1331": "正常", - "form_1334": "正常", - "form_1337": "正常", - "form_1340": "正常", - "form_1343": "正常", - "form_1346": "正常", - "form_1349": "正常", - "form_1352": "正常", - "form_1355": "正常", - "form_1358": "正常", - "form_1361": "正常", - "form_1364": "正常", - "form_1367": "正常", - "form_1370": "正常", - "form_1379": "正常", - "form_1382": "正常", - "form_1385": "正常", - "form_1388": "正常", - "form_1391": "正常", - "form_1394": "正常", - "form_1397": "正常", - "form_1400": "正常", - "form_1403": "正常", - "form_1406": "正常", - "form_1409": "正常", - "form_1412": "正常", - "form_1415": "正常", - "form_1418": "正常", - "form_1421": "正常", - "form_1424": "正常", - "form_1427": "正常", - "form_1430": "正常", - "form_1433": "正常", - "form_1436": "正常", - "form_1439": "正常", - "form_1442": "正常", - "form_1445": "正常", - "form_1448": "正常", - "form_1451": "正常", - "form_1454": "正常", - "form_1457": "正常", - "form_1460": "正常", - "form_1463": "正常", - "form_1466": "正常", - "form_1469": "正常", - "form_1472": "正常", - "form_1475": "正常", - "form_1478": "正常", - "form_1481": "正常", - "form_1484": "正常", - "form_1487": "正常", - "form_1490": "正常", - "form_1493": "正常", - "form_1496": "正常", - "form_1499": "正常", - "form_1502": "正常", - "form_1505": "正常", - "form_1508": "正常", - "form_1511": "正常", - "form_1514": "正常", - "form_1517": "正常", - "form_1520": "正常", - "form_1523": "正常", - "form_1526": "正常", - "form_1529": "正常", - "form_1532": "正常", - "form_1535": "正常", - "form_1538": "正常", - "form_1541": "正常", - "form_1544": "正常", - "form_1547": "正常", - "form_1550": "正常", - "form_1553": "正常", - "form_1556": "正常", - "form_1559": "正常", - "form_1562": "正常", - "form_1565": "正常", - "form_1568": "正常", - "form_1571": "正常", - "form_1574": "正常", - "form_1577": "正常", - "form_1580": "正常", - "form_1583": "正常", - "form_1586": "正常", - "form_1589": "正常", - "form_1592": "正常", - "form_1595": "正常", - "form_1598": "正常", - "form_1601": "正常", - "form_1604": "正常", - "form_1607": "正常", - "form_1610": "正常", - "form_1613": "正常", - "form_1616": "正常", - "form_1619": "正常", - "form_1622": "正常", - "form_1625": "正常", - "form_1628": "正常", - "form_1631": "正常", - "form_1634": "正常", - "form_1637": "正常", - "form_1640": "正常", - "form_1643": "正常", - "form_1646": "正常", - "form_1649": "正常", - "form_1652": "正常", - "form_1655": "正常", - "form_1658": "正常", - "form_1661": "正常", - "form_1664": "正常", - "form_1667": "正常", - "form_1670": "正常", - "form_1673": "正常", - "form_1676": "正常", - "form_1679": "正常", - "form_1682": "正常", - "form_1685": "正常", - "form_1688": "正常", - "form_1691": "正常", - "form_1694": "正常", - "form_1697": "正常", - "form_1700": "正常", - "form_1703": "正常", - "form_1706": "正常", - "form_1709": "正常", - "form_1712": "正常", - "form_1715": "正常", - "form_1718": "正常", - "form_1721": "正常", - "form_1724": "正常", - "form_1727": "正常", - "form_1730": "正常", - "form_1733": "正常", - "form_1736": "正常", - "form_1739": "正常", - "form_1742": "正常", - "form_1745": "正常", - "form_1748": "正常", - "form_1751": "正常", - "form_1754": "正常", - "form_1757": "正常", - "form_1760": "正常", - "form_1763": "正常", - "form_1766": "正常", - "form_1769": "正常", - "form_1772": "正常", - "form_1775": "正常", - "form_1778": "正常", - "form_1781": "正常", - "form_1784": "正常", - "form_1787": "正常", - "form_1790": "正常", - "form_1793": "正常", - "form_1796": "正常", - "form_1799": "正常", - "form_1802": "正常", - "form_1805": "正常", - "form_1808": "正常", - "form_1811": "正常", - "form_1814": "正常", - "form_1817": "正常", - "form_1820": "正常", - "form_1823": "正常", - "form_1826": "正常", - "form_1829": "正常", - "form_1832": "正常", - "form_1835": "正常", - "form_1838": "正常", - "form_1841": "正常", - "form_1844": "正常", - "form_1847": "正常", - "form_1850": "正常", - "form_1853": "正常", - "form_1856": "正常", - "form_1859": "正常", - "form_1862": "正常", - "form_1865": "正常", - "form_1868": "正常", - "form_1871": "正常", - "form_1874": "正常", - "form_1877": "正常", - "form_1880": "正常", - "form_1883": "正常", - "form_1886": "正常", - "form_1889": "正常", - "form_1892": "正常", - "form_1895": "正常", - "form_1898": "正常", - "form_1901": "正常", - "form_1904": "正常", - "form_1907": "正常", - "form_1910": "正常", - "form_1913": "正常", - "form_1916": "正常", - "form_1919": "正常", - "form_1922": "正常", - "form_1925": "正常", - "form_1928": "正常", - "form_1931": "正常", - "form_1934": "正常", - "form_1937": "正常", - "form_1940": "正常", - "form_1943": "正常", - "form_1946": "正常", - "form_1949": "正常", - "form_1952": "正常", - "form_1955": "正常", - "form_1958": "正常", - "form_1961": "正常", - "form_1964": "正常", - "form_1967": "正常", - "form_1970": "正常", - "form_1973": "正常", - "form_1976": "正常", - "form_1979": "正常", - "form_1982": "正常", - "form_1985": "正常", - "form_1988": "正常", - "form_1991": "正常", - "form_1994": "正常", - "form_1997": "正常", - "form_2000": "正常", - "form_2003": "正常", - "form_2006": "正常", - "form_2009": "正常", - "form_2012": "正常", - "form_2015": "正常", - "form_2018": "正常", - "form_2021": "正常", - "form_2024": "正常", - "form_2027": "正常", - "form_2030": "正常", - "form_2033": "正常", - "form_2036": "正常", - "form_2039": "正常", - "form_2042": "正常", - "form_2045": "正常", - "form_2048": "正常", - "form_2051": "正常", - "form_2054": "正常", - "form_2057": "正常", - "form_2060": "正常", - "form_2063": "正常", - "form_2066": "正常", - "form_2069": "正常", - "form_2072": "正常", - "form_2075": "正常", - "form_2078": "正常", - "form_2081": "正常", - "form_2084": "正常", - "form_2087": "正常", - "form_2090": "正常", - "form_2093": "正常", - "form_2096": "正常", - "form_2099": "正常", - "form_2102": "正常", - "form_2105": "正常", - "form_2108": "正常", - "form_2111": "正常", - "form_2114": "正常", - "form_2117": "正常", - "form_2120": "正常", - "form_2123": "正常", - "form_2126": "正常", - "form_2129": "正常", - "form_2132": "正常", - "form_2135": "正常", - "form_2138": "正常", - "form_2141": "正常", - "form_2144": "正常", - "form_2147": "正常", - "form_2150": "正常", - "form_2153": "正常", - "form_2156": "正常", - "form_2159": "正常", - "form_2162": "正常", - "form_2165": "正常", - "form_2168": "正常", - "form_2171": "正常", - "form_2174": "正常", - "form_2177": "正常", - "form_2180": "正常", - "form_2183": "正常", - "form_2186": "正常", - "form_2189": "正常", - "form_2192": "正常", - "form_2195": "正常", - "form_2198": "正常", - "form_2201": "正常", - "form_2204": "正常", - "form_2207": "正常", - "form_2210": "正常", - "form_2213": "正常", - "form_2216": "正常", - "form_2219": "正常", - "form_2222": "正常", - "form_2225": "正常", - "form_2228": "正常", - "form_2231": "正常", - "form_2234": "正常", - "form_2237": "正常", - "form_2240": "正常", - "form_2243": "正常", - "form_2246": "正常", - "form_2249": "正常", - "form_2252": "正常", - "form_2255": "正常", - "form_2258": "正常", - "form_2261": "正常", - "form_2264": "正常", - "form_2267": "正常", - "form_2270": "正常", - "form_2273": "正常", - "form_2276": "正常", - "form_2279": "正常", - "form_2282": "正常", - "form_2285": "正常", - "form_2288": "正常", - "form_2291": "正常", - "form_2294": "正常", - "form_2297": "正常", - "form_2300": "正常", - "form_2303": "正常", - "form_2306": "正常", - "form_2309": "正常", - "form_2312": "正常", - "form_2315": "正常", - "form_2318": "正常", - "form_2321": "正常", - "form_2324": "正常", - "form_2327": "Spring 2020", - "form_2328": "Spring 2020", - "form_2329": "Spring 2020", - "form_2330": "雌性", - "form_2331": "雌性", - "form_2332": "Costume 2020", - "form_2333": "Costume 2020", - "form_2334": "Costume 2020", - "form_2335": "Galarian", - "form_2336": "Galarian", - "form_2337": "Galarian", - "form_2338": "Galarian", - "form_2339": "Galarian", - "form_2340": "Galarian", - "form_2341": "Galarian", - "form_2342": "Galarian Standard", - "form_2343": "Galarian Zen", - "form_2344": "Galarian", - "form_2345": "Galarian", - "form_2463": "Low Key Form", - "form_2464": "Amped Form", - "form_2477": "Phony Form", - "form_2478": "Antique Form", - "form_2480": "Phony Form", - "form_2481": "Antique Form", - "form_2501": "正常", - "form_2504": "正常", - "form_2507": "正常", - "form_2510": "正常", - "form_2513": "正常", - "form_2516": "正常", - "form_2540": "Ice Face", - "form_2541": "Noice Face", - "form_2542": "雄性", - "form_2543": "雌性", - "form_2544": "Full Belly", - "form_2545": "Hangry", - "form_2576": "Crowned Sword", - "form_2577": "身經百戰", - "form_2578": "Crowned Shield", - "form_2579": "身經百戰", - "form_2580": "Eternamax", - "form_2581": "正常", - "form_2582": "Galarian", - "form_2583": "Galarian", - "form_2584": "Galarian", - "form_2585": "Costume 2020", - "form_2586": "Costume 2020", - "form_2587": "正常", - "form_2588": "雌性", - "form_2589": "正常", - "form_2590": "雌性", - "form_2591": "Ten Percent", - "form_2592": "Fifty Percent", - "form_2593": "Complete", - "form_2594": "Archipelago", - "form_2595": "Continental", - "form_2596": "Elegant", - "form_2597": "Fancy", - "form_2598": "Garden", - "form_2599": "High Plains", - "form_2600": "Icy Snow", - "form_2601": "Jungle", - "form_2602": "Marine", - "form_2603": "Meadow", - "form_2604": "Modern", - "form_2605": "Monsoon", - "form_2606": "Ocean", - "form_2607": "Pokeball", - "form_2608": "Polar", - "form_2609": "River", - "form_2610": "Sandstorm", - "form_2611": "Savanna", - "form_2612": "太陽的樣子", - "form_2613": "Tundra", - "form_2614": "Red Flower", - "form_2615": "Yellow Flower", - "form_2616": "Orange Flower", - "form_2617": "Blue Flower", - "form_2618": "White Flower", - "form_2619": "Red Flower", - "form_2620": "Yellow Flower", - "form_2621": "Orange Flower", - "form_2622": "Blue Flower", - "form_2623": "White Flower", - "form_2624": "Red Flower", - "form_2625": "Yellow Flower", - "form_2626": "Orange Flower", - "form_2627": "Blue Flower", - "form_2628": "White Flower", - "form_2629": "Natural", - "form_2630": "Heart Trim", - "form_2631": "Star Trim", - "form_2632": "Diamond Trim", - "form_2633": "Debutante Trim", - "form_2634": "Matron Trim", - "form_2635": "Dandy Trim", - "form_2636": "La Reine Trim", - "form_2637": "Kabuki Trim", - "form_2638": "Pharaoh Trim", - "form_2639": "Shield", - "form_2640": "Blade", - "form_2641": "Small", - "form_2642": "Average", - "form_2643": "Large", - "form_2644": "Super", - "form_2645": "Small", - "form_2646": "Average", - "form_2647": "Large", - "form_2648": "Super", - "form_2649": "Neutral", - "form_2650": "Active", - "form_2651": "Confined", - "form_2652": "Unbound", - "form_2666": "Costume 2020 Deprecated", - "form_2668": "Costume 2020", - "form_2669": "Adventure Hat 2020", - "form_2670": "Winter 2020", - "form_2671": "Winter 2020", - "form_2672": "Winter 2020", - "form_2673": "2020", - "form_2674": "2021", - "form_2675": "Kariyushi", - "form_2676": "Pop Star", - "form_2677": "Rock Star", - "form_2678": "Flying 5th Anniv", - "form_2679": "熱辣熱辣風格", - "form_2680": "啪滋啪滋風格", - "form_2681": "呼拉呼拉風格", - "form_2683": "輕盈輕盈風格", - "form_2684": "白晝的樣子", - "form_2685": "黑夜的樣子", - "form_2686": "黃昏的樣子", - "form_2687": "Solo Form", - "form_2688": "School Form", - "form_2689": "正常", - "form_2690": "蟲", - "form_2691": "惡", - "form_2692": "龍", - "form_2693": "電", - "form_2694": "妖精", - "form_2695": "格鬥", - "form_2696": "火", - "form_2697": "飛行", - "form_2698": "幽靈", - "form_2699": "草", - "form_2700": "地面", - "form_2701": "冰", - "form_2702": "毒", - "form_2703": "超能力", - "form_2704": "岩石", - "form_2705": "鋼", - "form_2706": "水", - "form_2707": "Meteor Blue", - "form_2708": "藍羽毛", - "form_2709": "綠羽毛", - "form_2710": "Indigo", - "form_2711": "Orange", - "form_2712": "Red", - "form_2713": "Violet", - "form_2714": "黃羽毛", - "form_2715": "Busted Form", - "form_2716": "Disguised Form", - "form_2717": "正常", - "form_2718": "Dusk Mane", - "form_2719": "Dawn Wings", - "form_2720": "Ultra", - "form_2721": "正常", - "form_2722": "Original Color", - "form_2723": "Single Strike", - "form_2724": "Rapid Strike", - "form_2725": "正常", - "form_2726": "Ice Rider", - "form_2727": "Shadow Rider", - "form_2728": "Hisuian", - "form_2729": "S", - "form_2730": "S", - "form_2731": "S", - "form_2732": "S", - "form_2733": "S", - "form_2734": "2022", - "form_2735": "Hisuian", - "form_2736": "Flying Okinawa", - "form_2737": "黃昏的樣子", - "form_2739": "Meteor Green", - "form_2740": "Meteor Indigo", - "form_2741": "Meteor Orange", - "form_2742": "Meteor Red", - "form_2743": "Meteor Violet", - "form_2744": "Meteor Yellow", - "form_2745": "Archipelago", - "form_2746": "Continental", - "form_2747": "Elegant", - "form_2748": "Fancy", - "form_2749": "Garden", - "form_2750": "High Plains", - "form_2751": "Icy Snow", - "form_2752": "Jungle", - "form_2753": "Marine", - "form_2754": "Meadow", - "form_2755": "Modern", - "form_2756": "Monsoon", - "form_2757": "Ocean", - "form_2758": "Pokeball", - "form_2759": "Polar", - "form_2760": "River", - "form_2761": "Sandstorm", - "form_2762": "Savanna", - "form_2763": "太陽的樣子", - "form_2764": "Tundra", - "form_2765": "Archipelago", - "form_2766": "Continental", - "form_2767": "Elegant", - "form_2768": "Fancy", - "form_2769": "Garden", - "form_2770": "High Plains", - "form_2771": "Icy Snow", - "form_2772": "Jungle", - "form_2773": "Marine", - "form_2774": "Meadow", - "form_2775": "Modern", - "form_2776": "Monsoon", - "form_2777": "Ocean", - "form_2778": "Pokeball", - "form_2779": "Polar", - "form_2780": "River", - "form_2781": "Sandstorm", - "form_2782": "Savanna", - "form_2783": "太陽的樣子", - "form_2784": "Tundra", - "form_2785": "Hisuian", - "form_2786": "Hisuian", - "form_2787": "Hisuian", - "form_2788": "Hisuian", - "form_2789": "Hisuian", - "form_2790": "Hisuian", - "form_2791": "Hisuian", - "form_2792": "Hisuian", - "form_2793": "Hisuian", - "form_2794": "Hisuian", - "form_2795": "Hisuian", - "form_2796": "Hisuian", - "form_2797": "Hisuian", - "form_2798": "Hisuian", - "form_2799": "Galarian", - "form_2800": "Galarian", - "form_2801": "Galarian", - "form_2802": "化身形態", - "form_2803": "靈獸形態", - "form_2804": "白條紋的樣子", - "form_2805": "Gofest 2022", - "form_2806": "Wcs 2022", - "form_2807": "正常", - "form_2808": "雌性", - "form_2809": "正常", - "form_2810": "正常", - "form_2811": "正常", - "form_2812": "正常", - "form_2813": "Tshirt 01", - "form_2814": "Tshirt 02", - "form_2815": "Flying 01", - "form_2816": "Flying 02", - "form_2817": "正常", - "form_2820": "Winter 2020", - "form_2821": "S", - "form_2822": "S", - "form_2823": "Complete Ten Percent", - "form_2824": "Complete Fifty Percent", - "form_2825": "Gotour 2024 A", - "form_2826": "Gotour 2024 B", - "form_2827": "Gotour 2024 A 02", - "form_2828": "Gotour 2024 B 02", - "form_2829": "起源形態", - "form_2830": "起源形態", - "form_2831": "正常", - "form_2832": "Tshirt 03", - "form_2833": "Flying 04", - "form_2834": "Tshirt 04", - "form_2835": "Tshirt 05", - "form_2836": "Tshirt 06", - "form_2837": "Tshirt 07", - "form_2838": "Flying 05", - "form_2839": "Flying 06", - "form_2840": "Flying 07", - "form_2841": "Flying 08", - "form_2842": "Horizons", - "form_2843": "Gofest 2024 Stiara", - "form_2844": "Gofest 2024 Mtiara", - "form_2845": "Gofest 2024 Stiara", - "form_2846": "Gofest 2024 Mtiara", - "form_2847": "Gofest 2024 Sscarf", - "form_2848": "Gofest 2024 Mscarf", - "form_2981": "正常", - "form_2982": "雌性", - "form_2983": "Family Of Three", - "form_2984": "Family Of Four", - "form_2985": "綠羽毛", - "form_2986": "藍羽毛", - "form_2987": "黃羽毛", - "form_2988": "White", - "form_2989": "平凡形態", - "form_2990": "身經百戰", - "form_2991": "上弓姿勢", - "form_2992": "下垂姿勢", - "form_2993": "平挺姿勢", - "form_2994": "二節形態", - "form_2995": "三節形態", - "form_2996": "完全形態", - "form_2997": "完整模式", - "form_2998": "正常", - "form_3000": "正常", - "form_3001": "Summer 2023", - "form_3002": "Summer 2023 A", - "form_3003": "Summer 2023 B", - "form_3004": "Summer 2023 C", - "form_3005": "Summer 2023 D", - "form_3006": "Paldea Combat", - "form_3007": "Paldea Blaze", - "form_3008": "Paldea Aqua", - "form_3009": "Paldea", - "form_3010": "Summer 2023 E", - "form_3011": "Flying 03", - "form_3012": "Jeju", - "form_3013": "Doctor", - "form_3014": "Wcs 2023", - "form_3015": "Wcs 2024", - "gender_0": "Any", - "gender_1": "雄性", - "gender_2": "雌性", - "gender_icon_0": " ", - "gender_icon_1": "♂", - "gender_icon_2": "♀", - "gender_icon_3": "⚲", - "generation_1": "Kanto", - "generation_2": "Johto", - "generation_3": "Hoenn", - "generation_4": "Sinnoh", - "generation_5": "Unova", - "generation_6": "Kalos", - "generation_7": "阿羅拉", - "generation_8": "Galar", - "generation_9": "Paldea", - "grunt_0": "Unset", - "grunt_1": "布蘭雪", - "grunt_2": "坎迪拉", - "grunt_3": "史帕克", - "grunt_4": "手下 (雄性)", - "grunt_5": "手下 (雌性)", - "grunt_6": "蟲 - 手下 (雌性)", - "grunt_7": "蟲 - 手下 (雄性)", - "grunt_8": "手下 (雌性)", - "grunt_9": "手下 (雄性)", - "grunt_10": "惡 - 手下 (雌性)", - "grunt_11": "惡 - 手下 (雄性)", - "grunt_12": "龍 - 手下 (雌性)", - "grunt_13": "龍 - 手下 (雄性)", - "grunt_14": "妖精 - 手下 (雌性)", - "grunt_15": "妖精 - 手下 (雄性)", - "grunt_16": "格鬥 - 手下 (雌性)", - "grunt_17": "格鬥 - 手下 (雄性)", - "grunt_18": "火 - 手下 (雌性)", - "grunt_19": "火 - 手下 (雄性)", - "grunt_20": "飛行 - 手下 (雌性)", - "grunt_21": "飛行 - 手下 (雄性)", - "grunt_22": "草 - 手下 (雌性)", - "grunt_23": "草 - 手下 (雄性)", - "grunt_24": "地面 - 手下 (雌性)", - "grunt_25": "地面 - 手下 (雄性)", - "grunt_26": "冰 - 手下 (雌性)", - "grunt_27": "冰 - 手下 (雄性)", - "grunt_28": "鋼 - 手下 (雌性)", - "grunt_29": "鋼 - 手下 (雄性)", - "grunt_30": "一般 - 手下 (雌性)", - "grunt_31": "一般 - 手下 (雄性)", - "grunt_32": "毒 - 手下 (雌性)", - "grunt_33": "毒 - 手下 (雄性)", - "grunt_34": "超能力 - 手下 (雌性)", - "grunt_35": "超能力 - 手下 (雄性)", - "grunt_36": "岩石 - 手下 (雌性)", - "grunt_37": "岩石 - 手下 (雄性)", - "grunt_38": "水 - 手下 (雌性)", - "grunt_39": "水 - 手下 (雄性)", - "grunt_40": "Player Team Leader", - "grunt_41": "幹部 克里夫", - "grunt_42": "幹部 亞洛", - "grunt_43": "幹部 希爾拉", - "grunt_44": "阪木", - "grunt_45": "冒牌手下 (雄性)", - "grunt_46": "冒牌手下 (雌性)", - "grunt_47": "幽靈 - 手下 (雌性)", - "grunt_48": "幽靈 - 手下 (雄性)", - "grunt_49": "電 - 手下 (雌性)", - "grunt_50": "電 - 手下 (雄性)", - "grunt_51": "手下 (雌性)", - "grunt_52": "手下 (雄性)", - "grunt_53": "Jessie", - "grunt_54": "James", - "grunt_55": "蟲 - 手下 (雌性)", - "grunt_56": "蟲 - 手下 (雄性)", - "grunt_57": "惡 - 手下 (雌性)", - "grunt_58": "惡 - 手下 (雄性)", - "grunt_59": "龍 - 手下 (雌性)", - "grunt_60": "龍 - 手下 (雄性)", - "grunt_61": "妖精 - 手下 (雌性)", - "grunt_62": "妖精 - 手下 (雄性)", - "grunt_63": "格鬥 - 手下 (雌性)", - "grunt_64": "格鬥 - 手下 (雄性)", - "grunt_65": "火 - 手下 (雌性)", - "grunt_66": "火 - 手下 (雄性)", - "grunt_67": "飛行 - 手下 (雌性)", - "grunt_68": "飛行 - 手下 (雄性)", - "grunt_69": "草 - 手下 (雌性)", - "grunt_70": "草 - 手下 (雄性)", - "grunt_71": "地面 - 手下 (雌性)", - "grunt_72": "地面 - 手下 (雄性)", - "grunt_73": "冰 - 手下 (雌性)", - "grunt_74": "冰 - 手下 (雄性)", - "grunt_75": "手下 (雌性)", - "grunt_76": "手下 (雄性)", - "grunt_77": "一般 - 手下 (雌性)", - "grunt_78": "一般 - 手下 (雄性)", - "grunt_79": "毒 - 手下 (雌性)", - "grunt_80": "毒 - 手下 (雄性)", - "grunt_81": "超能力 - 手下 (雌性)", - "grunt_82": "超能力 - 手下 (雄性)", - "grunt_83": "岩石 - 手下 (雌性)", - "grunt_84": "岩石 - 手下 (雄性)", - "grunt_85": "水 - 手下 (雌性)", - "grunt_86": "水 - 手下 (雄性)", - "grunt_87": "幽靈 - 手下 (雌性)", - "grunt_88": "幽靈 - 手下 (雄性)", - "grunt_89": "電 - 手下 (雌性)", - "grunt_90": "電 - 手下 (雄性)", - "grunt_91": "Willow", - "grunt_92": "Willowb", - "grunt_93": "Traveler", - "grunt_94": "Explorer", - "grunt_500": "LenTao9", - "grunt_501": "oneslapguy", - "grunt_502": "DieCurryWurst", - "grunt_503": "DieCurryWurst", - "grunt_504": "Juanevoli", - "grunt_505": "Trainer yournameNPC05", - "grunt_506": "CashmereFeline", - "grunt_507": "enjoyryde", - "grunt_508": "Trainer yournameNPC08", - "grunt_509": "Telli997", - "grunt_510": "malibuleo", - "grunt_511": "NPC Blanche", - "grunt_512": "NPC Candela", - "grunt_513": "NPC Spark", - "grunt_514": "NPC 11", - "grunt_515": "NPC 12", - "grunt_516": "NPC 13", - "grunt_517": "NPC 14", - "grunt_518": "NPC 15", - "grunt_519": "NPC 16", - "grunt_520": "NPC 17", - "grunt_521": "NPC 18", - "grunt_522": "NPC 19", - "grunt_523": "NPC 20", - "grunt_524": "Giovanni Unticketed", - "grunt_525": "Sierra Unticketed", - "grunt_526": "Arlo Unticketed", - "grunt_527": "Cliff Unticketed", - "grunt_a_0": "無", - "grunt_a_1": "布蘭雪", - "grunt_a_2": "坎迪拉", - "grunt_a_3": "史帕克", - "grunt_a_4": "手下 ♂", - "grunt_a_5": "手下 ♀", - "grunt_a_6": "蟲 ♀", - "grunt_a_7": "蟲 ♂", - "grunt_a_8": "手下 ♀", - "grunt_a_9": "手下 ♂", - "grunt_a_10": "惡 ♀", - "grunt_a_11": "惡 ♂", - "grunt_a_12": "龍 ♀", - "grunt_a_13": "龍 ♂", - "grunt_a_14": "妖精 ♀", - "grunt_a_15": "妖精 ♂", - "grunt_a_16": "格鬥 ♀", - "grunt_a_17": "格鬥 ♂", - "grunt_a_18": "火 ♀", - "grunt_a_19": "火 ♂", - "grunt_a_20": "飛行 ♀", - "grunt_a_21": "飛行 ♂", - "grunt_a_22": "草 ♀", - "grunt_a_23": "草 ♂", - "grunt_a_24": "地面 ♀", - "grunt_a_25": "地面 ♂", - "grunt_a_26": "冰 ♀", - "grunt_a_27": "冰 ♂", - "grunt_a_28": "鋼 ♀", - "grunt_a_29": "鋼 ♂", - "grunt_a_30": "一般 ♀", - "grunt_a_31": "一般 ♂", - "grunt_a_32": "毒 ♀", - "grunt_a_33": "毒 ♂", - "grunt_a_34": "超能力 ♀", - "grunt_a_35": "超能力 ♂", - "grunt_a_36": "岩石 ♀", - "grunt_a_37": "岩石 ♂", - "grunt_a_38": "水 ♀", - "grunt_a_39": "水 ♂", - "grunt_a_40": "Player Team Leader", - "grunt_a_41": "幹部 克里夫", - "grunt_a_42": "幹部 亞洛", - "grunt_a_43": "幹部 希爾拉", - "grunt_a_44": "阪木", - "grunt_a_45": "冒牌手下 ♂", - "grunt_a_46": "冒牌手下 ♀", - "grunt_a_47": "幽靈 ♀", - "grunt_a_48": "幽靈 ♂", - "grunt_a_49": "電 ♀", - "grunt_a_50": "電 ♂", - "grunt_a_51": "手下 ♀", - "grunt_a_52": "手下 ♂", - "grunt_a_53": "Jessie", - "grunt_a_54": "James", - "grunt_a_55": "蟲 ♀", - "grunt_a_56": "蟲 ♂", - "grunt_a_57": "惡 ♀", - "grunt_a_58": "惡 ♂", - "grunt_a_59": "龍 ♀", - "grunt_a_60": "龍 ♂", - "grunt_a_61": "妖精 ♀", - "grunt_a_62": "妖精 ♂", - "grunt_a_63": "格鬥 ♀", - "grunt_a_64": "格鬥 ♂", - "grunt_a_65": "火 ♀", - "grunt_a_66": "火 ♂", - "grunt_a_67": "飛行 ♀", - "grunt_a_68": "飛行 ♂", - "grunt_a_69": "草 ♀", - "grunt_a_70": "草 ♂", - "grunt_a_71": "地面 ♀", - "grunt_a_72": "地面 ♂", - "grunt_a_73": "冰 ♀", - "grunt_a_74": "冰 ♂", - "grunt_a_75": "手下 ♀", - "grunt_a_76": "手下 ♂", - "grunt_a_77": "一般 ♀", - "grunt_a_78": "一般 ♂", - "grunt_a_79": "毒 ♀", - "grunt_a_80": "毒 ♂", - "grunt_a_81": "超能力 ♀", - "grunt_a_82": "超能力 ♂", - "grunt_a_83": "岩石 ♀", - "grunt_a_84": "岩石 ♂", - "grunt_a_85": "水 ♀", - "grunt_a_86": "水 ♂", - "grunt_a_87": "幽靈 ♀", - "grunt_a_88": "幽靈 ♂", - "grunt_a_89": "電 ♀", - "grunt_a_90": "電 ♂", - "grunt_a_91": "Willow", - "grunt_a_92": "Willowb", - "grunt_a_93": "Traveler", - "grunt_a_94": "Explorer", - "grunt_a_500": "LenTao9", - "grunt_a_501": "oneslapguy", - "grunt_a_502": "DieCurryWurst", - "grunt_a_503": "DieCurryWurst", - "grunt_a_504": "Juanevoli", - "grunt_a_505": "Trainer yournameNPC05", - "grunt_a_506": "CashmereFeline", - "grunt_a_507": "enjoyryde", - "grunt_a_508": "Trainer yournameNPC08", - "grunt_a_509": "Telli997", - "grunt_a_510": "malibuleo", - "grunt_a_511": "NPC Blanche", - "grunt_a_512": "NPC Candela", - "grunt_a_513": "NPC Spark", - "grunt_a_514": "NPC 11", - "grunt_a_515": "NPC 12", - "grunt_a_516": "NPC 13", - "grunt_a_517": "NPC 14", - "grunt_a_518": "NPC 15", - "grunt_a_519": "NPC 16", - "grunt_a_520": "NPC 17", - "grunt_a_521": "NPC 18", - "grunt_a_522": "NPC 19", - "grunt_a_523": "NPC 20", - "grunt_a_524": "Giovanni Unticketed", - "grunt_a_525": "Sierra Unticketed", - "grunt_a_526": "Arlo Unticketed", - "grunt_a_527": "Cliff Unticketed", - "item_0": "不明", - "item_1": "精靈球", - "item_2": "超級球", - "item_3": "高級球", - "item_4": "大師球", - "item_5": "紀念球", - "item_6": "究極球", - "item_7": "Wild Ball", - "item_8": "Wild Ball Premier", - "item_101": "傷藥", - "item_102": "好傷藥", - "item_103": "厲害傷藥", - "item_104": "全滿藥", - "item_201": "活力碎片", - "item_202": "活力塊", - "item_301": "幸運蛋", - "item_401": "薰香", - "item_402": "Incense Spicy", - "item_403": "Incense Cool", - "item_404": "Incense Floral", - "item_405": "神秘盒子", - "item_406": "散步小薰香", - "item_407": "重要的寶箱", - "item_408": "Incense Day Bonus", - "item_409": "Incense Night Bonus", - "item_501": "誘餌模組", - "item_502": "冰寒誘餌模組", - "item_503": "藥草誘餌模組", - "item_504": "磁鐵誘餌模組", - "item_505": "雨露誘餌模組", - "item_506": "黃金誘餌模組", - "item_602": "力量強化", - "item_603": "防禦強化", - "item_604": "未定", - "item_650": "基格爾德・細胞", - "item_651": "基格爾德多面體", - "item_701": "蔓莓果", - "item_702": "墨莓果", - "item_703": "蕉香果", - "item_704": "西梨果", - "item_705": "凰梨果", - "item_706": "金色蔓莓果", - "item_707": "Golden Nanab Berry", - "item_708": "銀色凰梨果", - "item_709": "寶芬", - "item_801": "照相機", - "item_802": "貼圖", - "item_803": "明信片收納冊", - "item_901": "無限孵化器", - "item_902": "孵化器", - "item_903": "超級孵化器", - "item_1001": "升級寶可夢盒子", - "item_1002": "升級包包", - "item_1003": "Postcard Storage Upgrade", - "item_1101": "日之石", - "item_1102": "王者之證", - "item_1103": "金屬膜", - "item_1104": "龍之麟片", - "item_1105": "升級資料", - "item_1106": "神奧之石", - "item_1107": "合眾之石", - "item_1150": "??????硬幣", - "item_1201": "一般招式學習器", - "item_1202": "特殊招式學習器", - "item_1203": "厲害一般招式學習器", - "item_1204": "厲害特殊招式學習器", - "item_1250": "隕石", - "item_1301": "神奇糖果", - "item_1302": "神奇糖果XL", - "item_1350": "Fusion Resource Dawnwings Necrozma", - "item_1351": "Fusion Resource Duskmane Necrozma", - "item_1352": "Fusion Resource Black Kyurem", - "item_1353": "Fusion Resource White Kyurem", - "item_1354": "Fusion Resource Icerider Calyrex", - "item_1355": "Fusion Resource Spectralrider Calyrex", - "item_1401": "團體戰入場券", - "item_1402": "特級對戰入場券", - "item_1404": "星星碎片", - "item_1405": "友情禮物", - "item_1406": "轉隊獎章", - "item_1408": "遠距團體戰入場券", - "item_1409": "S Raid Ticket", - "item_1501": "神秘零件", - "item_1502": "火箭隊雷達", - "item_1503": "超級火箭隊雷達", - "item_1504": "暗影碎片", - "item_1505": "淨化結晶", - "item_1506": "極巨粒子", - "item_1507": "極巨粒子組合", - "item_1600": "入場券", - "item_1601": "入場券", - "item_1602": "入場券", - "item_1603": "入場券", - "item_1604": "額外入場券", - "item_1605": "額外入場券", - "item_1606": "GO對戰聯盟限時挑戰入場券", - "item_1607": "入場券", - "item_1608": "Evergreen Ticket To Gift", - "item_1609": "Deprecated 1", - "item_1610": "Safari入場券:首爾", - "item_1611": "Safari入場券:巴塞隆納", - "item_1612": "Safari入場券:墨西哥城", - "item_1613": "Safari入場券:台南", - "item_1614": "Ticket City Safari 04", - "item_1615": "入場券", - "item_1616": "入場券", - "item_1617": "入場券", - "item_1618": "入場券", - "item_1619": "入場券", - "item_1620": "入場券", - "item_1621": "入場券", - "item_1622": "入場券", - "item_1623": "入場券", - "item_1624": "入場券", - "item_1625": "Event Ticket 01 To Gift", - "item_1626": "Event Ticket 02 To Gift", - "item_1627": "Event Ticket 03 To Gift", - "item_1628": "Event Ticket 04 To Gift", - "item_1629": "Event Ticket 05 To Gift", - "item_1630": "Event Ticket 06 To Gift", - "item_1631": "Event Ticket 07 To Gift", - "item_1632": "Event Ticket 08 To Gift", - "item_1633": "Event Ticket 09 To Gift", - "item_1634": "Event Ticket 10 To Gift", - "lure_501": "正常", - "lure_502": "冰寒", - "lure_503": "藥草", - "lure_504": "磁鐵", - "lure_505": "雨露", - "lure_506": "黃金", - "max_battle_1": "1 Star Max Battle", - "max_battle_1_plural": "1 Star Max Battles", - "max_battle_2": "2 Star Max Battle", - "max_battle_2_plural": "2 Star Max Battles", - "max_battle_3": "3 Star Max Battle", - "max_battle_3_plural": "3 Star Max Battles", - "max_battle_4": "4 Star Max Battle", - "max_battle_4_plural": "4 Star Max Battles", - "max_battle_5": "Legendary Max Battle", - "max_battle_5_plural": "Legendary Max Battles", - "move_0": "不明", - "move_1": "電擊", - "move_2": "電光一閃", - "move_3": "抓", - "move_4": "火花", - "move_5": "藤鞭", - "move_6": "撞擊", - "move_7": "飛葉快刀", - "move_8": "猛撞", - "move_9": "水槍", - "move_10": "咬住", - "move_11": "拍擊", - "move_12": "連環巴掌", - "move_13": "緊束", - "move_14": "破壞光線", - "move_15": "舌舔", - "move_16": "惡之波動", - "move_17": "濁霧", - "move_18": "污泥攻擊", - "move_19": "金屬爪", - "move_20": "夾住", - "move_21": "火焰輪", - "move_22": "超級角擊", - "move_23": "翅膀攻擊", - "move_24": "噴射火焰", - "move_25": "突襲", - "move_26": "挖洞", - "move_27": "踢倒", - "move_28": "十字劈", - "move_29": "精神利刃", - "move_30": "幻象光線", - "move_31": "地震", - "move_32": "尖石攻擊", - "move_33": "冰凍拳", - "move_34": "愛心印章", - "move_35": "放電", - "move_36": "加農光炮", - "move_37": "啄", - "move_38": "啄鑽", - "move_39": "冰凍光束", - "move_40": "暴風雪", - "move_41": "空氣斬", - "move_42": "熱風", - "move_43": "雙針", - "move_44": "毒擊", - "move_45": "燕返", - "move_46": "直衝鑽", - "move_47": "落英繽紛", - "move_48": "超級吸取", - "move_49": "蟲鳴", - "move_50": "劇毒牙", - "move_51": "暗襲要害", - "move_52": "劈開", - "move_53": "泡沫光線", - "move_54": "地獄翻滾", - "move_55": "空手劈", - "move_56": "下盤踢", - "move_57": "水流噴射", - "move_58": "水流尾", - "move_59": "種子炸彈", - "move_60": "精神衝擊", - "move_61": "落石", - "move_62": "原始之力", - "move_63": "岩石封鎖", - "move_64": "岩崩", - "move_65": "力量寶石", - "move_66": "影子偷襲", - "move_67": "暗影拳", - "move_68": "暗影爪", - "move_69": "奇異之風", - "move_70": "暗影球", - "move_71": "子彈拳", - "move_72": "磁鐵炸彈", - "move_73": "鋼翼", - "move_74": "鐵頭", - "move_75": "拋物面充電", - "move_76": "電光", - "move_77": "雷電拳", - "move_78": "打雷", - "move_79": "十萬伏特", - "move_80": "龍捲風", - "move_81": "龍息", - "move_82": "龍之波動", - "move_83": "龍爪", - "move_84": "魅惑之聲", - "move_85": "吸取之吻", - "move_86": "魔法閃耀", - "move_87": "月亮之力", - "move_88": "嬉鬧", - "move_89": "十字毒刃", - "move_90": "污泥炸彈", - "move_91": "污泥波", - "move_92": "垃圾射擊", - "move_93": "泥巴射擊", - "move_94": "骨棒", - "move_95": "重踏", - "move_96": "泥巴炸彈", - "move_97": "連斬", - "move_98": "蟲咬", - "move_99": "信號光束", - "move_100": "十字剪", - "move_101": "蓄能焰襲", - "move_102": "烈焰濺射", - "move_103": "大字爆炎", - "move_104": "鹽水", - "move_105": "水之波動", - "move_106": "熱水", - "move_107": "水炮", - "move_108": "精神強念", - "move_109": "精神擊破", - "move_110": "冰礫", - "move_111": "冰凍之風", - "move_112": "冰息", - "move_113": "吸取", - "move_114": "終極吸取", - "move_115": "火焰拳", - "move_116": "日光束", - "move_117": "葉刃", - "move_118": "強力鞭打", - "move_119": "躍起", - "move_120": "溶解液", - "move_121": "空氣利刃", - "move_122": "暴風", - "move_123": "劈瓦", - "move_124": "居合斬", - "move_125": "高速星星", - "move_126": "角撞", - "move_127": "踩踏", - "move_128": "頭錘", - "move_129": "必殺門牙", - "move_130": "摔打", - "move_131": "泰山壓頂", - "move_132": "睡覺", - "move_133": "掙扎", - "move_134": "熱水", - "move_135": "水炮", - "move_136": "緊束", - "move_137": "緊束", - "move_200": "連斬", - "move_201": "蟲咬", - "move_202": "咬住", - "move_203": "突襲", - "move_204": "龍息", - "move_205": "電擊", - "move_206": "電光", - "move_207": "踢倒", - "move_208": "空手劈", - "move_209": "火花", - "move_210": "翅膀攻擊", - "move_211": "啄", - "move_212": "舌舔", - "move_213": "暗影爪", - "move_214": "藤鞭", - "move_215": "飛葉快刀", - "move_216": "泥巴射擊", - "move_217": "冰礫", - "move_218": "冰息", - "move_219": "電光一閃", - "move_220": "抓", - "move_221": "撞擊", - "move_222": "拍擊", - "move_223": "居合斬", - "move_224": "毒擊", - "move_225": "溶解液", - "move_226": "精神利刃", - "move_227": "落石", - "move_228": "金屬爪", - "move_229": "子彈拳", - "move_230": "水槍", - "move_231": "躍起", - "move_232": "水槍", - "move_233": "擲泥", - "move_234": "意念頭錘", - "move_235": "念力", - "move_236": "毒針", - "move_237": "泡沫", - "move_238": "出奇一擊", - "move_239": "鋼翼", - "move_240": "火焰牙", - "move_241": "碎岩", - "move_242": "變身", - "move_243": "雙倍奉還", - "move_244": "細雪", - "move_245": "近身戰", - "move_246": "爆裂拳", - "move_247": "真氣彈", - "move_248": "極光束", - "move_249": "充電光束", - "move_250": "伏特替換", - "move_251": "瘋狂伏特", - "move_252": "電磁炮", - "move_253": "龍尾", - "move_254": "雪崩", - "move_255": "空氣斬", - "move_256": "勇鳥猛攻", - "move_257": "神鳥猛擊", - "move_258": "流沙地獄", - "move_259": "岩石爆擊", - "move_260": "死纏爛打", - "move_261": "蟲之抵抗", - "move_262": "銀色旋風", - "move_263": "驚嚇", - "move_264": "禍不單行", - "move_265": "黑夜魔影", - "move_266": "鐵尾", - "move_267": "陀螺球", - "move_268": "重磅衝撞", - "move_269": "火焰旋渦", - "move_270": "過熱", - "move_271": "種子機關槍", - "move_272": "打草結", - "move_273": "能量球", - "move_274": "神通力", - "move_275": "預知未來", - "move_276": "鏡面反射", - "move_277": "逆麟", - "move_278": "大聲咆哮", - "move_279": "咬碎", - "move_280": "欺詐", - "move_281": "覺醒力量", - "move_282": "猛撞", - "move_283": "攀瀑", - "move_284": "衝浪", - "move_285": "流星群", - "move_286": "破滅之願", - "move_287": "哈欠", - "move_288": "精神突進", - "move_289": "根源波動", - "move_290": "斷崖之劍", - "move_291": "禮物", - "move_292": "氣象球", - "move_293": "氣象球", - "move_294": "氣象球", - "move_295": "氣象球", - "move_296": "瘋狂植物", - "move_297": "擊落", - "move_298": "爆炸烈焰", - "move_299": "加農水砲", - "move_300": "珍藏", - "move_301": "彗星拳", - "move_302": "火箭頭錘", - "move_303": "酸液炸彈", - "move_304": "大地之力", - "move_305": "蟹鉗錘", - "move_306": "猛撲", - "move_307": "撕裂爪", - "move_308": "章魚桶炮", - "move_309": "鏡光射擊", - "move_310": "蠻力", - "move_311": "致命針刺", - "move_312": "青草攪拌器", - "move_313": "吸血", - "move_314": "吸取拳", - "move_315": "暗影之骨", - "move_316": "濁流", - "move_317": "火焰踢", - "move_318": "貝殼刃", - "move_319": "增強拳", - "move_320": "撒嬌", - "move_321": "終極衝擊", - "move_322": "遷怒", - "move_323": "報恩", - "move_324": "同步干擾", - "move_325": "鎖定", - "move_326": "雷電牙", - "move_327": "冰凍牙", - "move_328": "角鑽", - "move_329": "地裂", - "move_330": "聖劍", - "move_331": "飛身重壓", - "move_332": "波導彈", - "move_333": "以牙還牙", - "move_334": "岩石炮", - "move_335": "氣旋攻擊", - "move_336": "高科技光炮", - "move_337": "高科技光炮", - "move_338": "高科技光炮", - "move_339": "高科技光炮", - "move_340": "高科技光炮", - "move_341": "飛翔", - "move_342": "V熱焰", - "move_343": "飛葉風暴", - "move_344": "三重攻擊", - "move_345": "起風", - "move_346": "燒盡", - "move_347": "Dark Void", - "move_348": "羽毛舞", - "move_349": "Fiery Dance", - "move_350": "妖精之風", - "move_351": "Relic Song", - "move_352": "氣象球", - "move_353": "精神之牙", - "move_354": "異次元猛攻", - "move_355": "異次元洞", - "move_356": "二連踢", - "move_357": "魔法葉", - "move_358": "神聖之火", - "move_359": "冰錐", - "move_360": "氣旋攻擊+", - "move_361": "氣旋攻擊++", - "move_362": "神聖之火+", - "move_363": "神聖之火++", - "move_364": "雜技", - "move_365": "潔淨光芒", - "move_366": "薄霧球", - "move_367": "狂舞揮打", - "move_368": "滾動", - "move_369": "種子閃光", - "move_370": "攔堵", - "move_371": "Shadow Force", - "move_372": "流星光束", - "move_373": "飛水手裡劍", - "move_374": "交錯閃電", - "move_375": "交錯火焰", - "move_376": "靈騷", - "move_377": "十萬馬力", - "move_378": "冰封世界", - "move_379": "廣域破壞", - "move_380": "爆音波", - "move_381": "鋼拳雙擊", - "move_382": "魔法火焰", - "move_383": "水流裂破", - "move_384": "畫龍點睛", - "move_385": "樹葉", - "move_386": "熔岩風暴", - "move_387": "大地掌控", - "move_388": "亞空裂斬", - "move_389": "死亡之翼", - "move_390": "自然之怒", - "move_391": "三旋擊", - "move_392": "起草", - "move_393": "熱沙大地", - "move_394": "時光咆哮", - "move_395": "枯葉風暴", - "move_396": "熱沙風暴", - "move_397": "鳴雷風暴", - "move_398": "縫影", - "move_399": "伏特攻擊", - "move_400": "DD金勾臂", - "move_401": "精神波", - "move_402": "金屬音", - "move_403": "潑沙", - "move_404": "流星閃衝", - "move_405": "暗影之光", - "move_406": "Aura Wheel", - "move_407": "Aura Wheel", - "move_408": "飛膝踢", - "move_409": "極巨火爆", - "move_410": "極巨蟲蠱", - "move_411": "極巨閃電", - "move_412": "極巨攻擊", - "move_413": "極巨拳鬥", - "move_414": "極巨幽魂", - "move_415": "極巨寒冰", - "move_416": "極巨酸毒", - "move_417": "極巨水流", - "move_418": "極巨飛衝", - "move_419": "極巨妖精", - "move_420": "極巨龍騎", - "move_421": "極巨超能", - "move_422": "極巨岩石", - "move_423": "極巨寒冰", - "move_424": "極巨惡霸", - "move_425": "極巨草原", - "move_426": "極巨鋼鐵", - "move_460": "Vn Bm 052", - "move_461": "Vn Bm 053", - "move_462": "發勁", - "move_463": "泡影的詠歎調", - "poke_0": "代替", - "poke_1": "妙蛙種子", - "poke_2": "妙蛙草", - "poke_3": "妙蛙花", - "poke_3_e1": "超級妙蛙花", - "poke_4": "小火龍", - "poke_5": "火恐龍", - "poke_6": "噴火龍", - "poke_6_e2": "超級噴火龍X", - "poke_6_e3": "超級噴火龍Y", - "poke_7": "傑尼龜", - "poke_8": "卡咪龜", - "poke_9": "水箭龜", - "poke_9_e1": "超級水箭龜", - "poke_10": "綠毛蟲", - "poke_11": "鐵甲蛹", - "poke_12": "巴大蝶", - "poke_13": "獨角蟲", - "poke_14": "鐵殼蛹", - "poke_15": "大針蜂", - "poke_15_e1": "超級大針蜂", - "poke_16": "波波", - "poke_17": "比比鳥", - "poke_18": "大比鳥", - "poke_18_e1": "超級大比鳥", - "poke_19": "小拉達", - "poke_20": "拉達", - "poke_21": "烈雀", - "poke_22": "大嘴雀", - "poke_23": "阿柏蛇", - "poke_24": "阿柏怪", - "poke_25": "皮卡丘", - "poke_26": "雷丘", - "poke_27": "穿山鼠", - "poke_28": "穿山王", - "poke_29": "尼多蘭", - "poke_30": "尼多娜", - "poke_31": "尼多后", - "poke_32": "尼多朗", - "poke_33": "尼多力諾", - "poke_34": "尼多王", - "poke_35": "皮皮", - "poke_36": "皮可西", - "poke_37": "六尾", - "poke_38": "九尾", - "poke_39": "胖丁", - "poke_40": "胖可丁", - "poke_41": "超音蝠", - "poke_42": "大嘴蝠", - "poke_43": "走路草", - "poke_44": "臭臭花", - "poke_45": "霸王花", - "poke_46": "派拉斯", - "poke_47": "派拉斯特", - "poke_48": "毛球", - "poke_49": "摩魯蛾", - "poke_50": "地鼠", - "poke_51": "三地鼠", - "poke_52": "喵喵", - "poke_53": "貓老大", - "poke_54": "可達鴨", - "poke_55": "哥達鴨", - "poke_56": "猴怪", - "poke_57": "火爆猴", - "poke_58": "卡蒂狗", - "poke_59": "風速狗", - "poke_60": "蚊香蝌蚪", - "poke_61": "蚊香君", - "poke_62": "蚊香泳士", - "poke_63": "凱西", - "poke_64": "勇基拉", - "poke_65": "胡地", - "poke_65_e1": "超級胡地", - "poke_66": "腕力", - "poke_67": "豪力", - "poke_68": "怪力", - "poke_69": "喇叭芽", - "poke_70": "口呆花", - "poke_71": "大食花", - "poke_72": "瑪瑙水母", - "poke_73": "毒刺水母", - "poke_74": "小拳石", - "poke_75": "隆隆石", - "poke_76": "隆隆岩", - "poke_77": "小火馬", - "poke_78": "烈焰馬", - "poke_79": "呆呆獸", - "poke_80": "呆殼獸", - "poke_80_e1": "超級呆殼獸", - "poke_81": "小磁怪", - "poke_82": "三合一磁怪", - "poke_83": "大蔥鴨", - "poke_84": "嘟嘟", - "poke_85": "嘟嘟利", - "poke_86": "小海獅", - "poke_87": "白海獅", - "poke_88": "臭泥", - "poke_89": "臭臭泥", - "poke_90": "大舌貝", - "poke_91": "刺甲貝", - "poke_92": "鬼斯", - "poke_93": "鬼斯通", - "poke_94": "耿鬼", - "poke_94_e1": "超級耿鬼", - "poke_95": "大岩蛇", - "poke_96": "催眠貘", - "poke_97": "引夢貘人", - "poke_98": "大鉗蟹", - "poke_99": "巨鉗蟹", - "poke_100": "霹靂電球", - "poke_101": "頑皮雷彈", - "poke_102": "蛋蛋", - "poke_103": "椰蛋樹", - "poke_104": "卡拉卡拉", - "poke_105": "嘎啦嘎啦", - "poke_106": "飛腿郎", - "poke_107": "快拳郎", - "poke_108": "大舌頭", - "poke_109": "瓦斯彈", - "poke_110": "雙彈瓦斯", - "poke_111": "獨角犀牛", - "poke_112": "鑽角犀獸", - "poke_113": "吉利蛋", - "poke_114": "蔓藤怪", - "poke_115": "袋獸", - "poke_115_e1": "超級袋獸", - "poke_116": "墨海馬", - "poke_117": "海刺龍", - "poke_118": "角金魚", - "poke_119": "金魚王", - "poke_120": "海星星", - "poke_121": "寶石海星", - "poke_122": "魔牆人偶", - "poke_123": "飛天螳螂", - "poke_124": "迷唇姐", - "poke_125": "電擊獸", - "poke_126": "鴨嘴火獸", - "poke_127": "凱羅斯", - "poke_127_e1": "超級凱羅斯", - "poke_128": "肯泰羅", - "poke_129": "鯉魚王", - "poke_130": "暴鯉龍", - "poke_130_e1": "超級暴鯉龍", - "poke_131": "拉普拉斯", - "poke_132": "百變怪", - "poke_133": "伊布", - "poke_134": "水伊布", - "poke_135": "雷伊布", - "poke_136": "火伊布", - "poke_137": "多邊獸", - "poke_138": "菊石獸", - "poke_139": "多刺菊石獸", - "poke_140": "化石盔", - "poke_141": "鐮刀盔", - "poke_142": "化石翼龍", - "poke_142_e1": "超級化石翼龍", - "poke_143": "卡比獸", - "poke_144": "急凍鳥", - "poke_145": "閃電鳥", - "poke_146": "火焰鳥", - "poke_147": "迷你龍", - "poke_148": "哈克龍", - "poke_149": "快龍", - "poke_150": "超夢", - "poke_150_e2": "超級超夢X", - "poke_150_e3": "超級超夢Y", - "poke_151": "夢幻", - "poke_152": "菊草葉", - "poke_153": "月桂葉", - "poke_154": "大竺葵", - "poke_155": "火球鼠", - "poke_156": "火岩鼠", - "poke_157": "火爆獸", - "poke_158": "小鋸鱷", - "poke_159": "藍鱷", - "poke_160": "大力鱷", - "poke_161": "尾立", - "poke_162": "大尾立", - "poke_163": "咕咕", - "poke_164": "貓頭夜鷹", - "poke_165": "芭瓢蟲", - "poke_166": "安瓢蟲", - "poke_167": "圓絲蛛", - "poke_168": "阿利多斯", - "poke_169": "叉字蝠", - "poke_170": "燈籠魚", - "poke_171": "電燈怪", - "poke_172": "皮丘", - "poke_173": "皮寶寶", - "poke_174": "寶寶丁", - "poke_175": "波克比", - "poke_176": "波克基古", - "poke_177": "天然雀", - "poke_178": "天然鳥", - "poke_179": "咩利羊", - "poke_180": "茸茸羊", - "poke_181": "電龍", - "poke_181_e1": "超級電龍", - "poke_182": "美麗花", - "poke_183": "瑪力露", - "poke_184": "瑪力露麗", - "poke_185": "樹才怪", - "poke_186": "蚊香蛙皇", - "poke_187": "毽子草", - "poke_188": "毽子花", - "poke_189": "毽子棉", - "poke_190": "長尾怪手", - "poke_191": "向日種子", - "poke_192": "向日花怪", - "poke_193": "蜻蜻蜓", - "poke_194": "烏波", - "poke_195": "沼王", - "poke_196": "太陽伊布", - "poke_197": "月亮伊布", - "poke_198": "黑暗鴉", - "poke_199": "呆呆王", - "poke_200": "夢妖", - "poke_201": "未知圖騰", - "poke_202": "果然翁", - "poke_203": "麒麟奇", - "poke_204": "榛果球", - "poke_205": "佛烈托斯", - "poke_206": "土龍弟弟", - "poke_207": "天蠍", - "poke_208": "大鋼蛇", - "poke_208_e1": "超級大鋼蛇", - "poke_209": "布魯", - "poke_210": "布魯皇", - "poke_211": "千針魚", - "poke_212": "巨鉗螳螂", - "poke_212_e1": "超級巨鉗螳螂", - "poke_213": "壺壺", - "poke_214": "赫拉克羅斯", - "poke_214_e1": "超級赫拉克羅斯", - "poke_215": "狃拉", - "poke_216": "熊寶寶", - "poke_217": "圈圈熊", - "poke_218": "熔岩蟲", - "poke_219": "熔岩蝸牛", - "poke_220": "小山豬", - "poke_221": "長毛豬", - "poke_222": "太陽珊瑚", - "poke_223": "鐵炮魚", - "poke_224": "章魚桶", - "poke_225": "信使鳥", - "poke_226": "巨翅飛魚", - "poke_227": "盔甲鳥", - "poke_228": "戴魯比", - "poke_229": "黑魯加", - "poke_229_e1": "超級黑魯加", - "poke_230": "刺龍王", - "poke_231": "小小象", - "poke_232": "頓甲", - "poke_233": "多邊獸Ⅱ", - "poke_234": "驚角鹿", - "poke_235": "圖圖犬", - "poke_236": "無畏小子", - "poke_237": "戰舞郎", - "poke_238": "迷唇娃", - "poke_239": "電擊怪", - "poke_240": "鴨嘴寶寶", - "poke_241": "大奶罐", - "poke_242": "幸福蛋", - "poke_243": "雷公", - "poke_244": "炎帝", - "poke_245": "水君", - "poke_246": "幼基拉斯", - "poke_247": "沙基拉斯", - "poke_248": "班基拉斯", - "poke_248_e1": "超級班基拉斯", - "poke_249": "洛奇亞", - "poke_250": "鳳王", - "poke_251": "時拉比", - "poke_252": "木守宮", - "poke_253": "森林蜥蜴", - "poke_254": "蜥蜴王", - "poke_254_e1": "超級蜥蜴王", - "poke_255": "火稚雞", - "poke_256": "力壯雞", - "poke_257": "火焰雞", - "poke_257_e1": "超級火焰雞", - "poke_258": "水躍魚", - "poke_259": "沼躍魚", - "poke_260": "巨沼怪", - "poke_260_e1": "超級巨沼怪", - "poke_261": "土狼犬", - "poke_262": "大狼犬", - "poke_263": "蛇紋熊", - "poke_264": "直衝熊", - "poke_265": "刺尾蟲", - "poke_266": "甲殼繭", - "poke_267": "狩獵鳳蝶", - "poke_268": "盾甲繭", - "poke_269": "毒粉蛾", - "poke_270": "蓮葉童子", - "poke_271": "蓮帽小童", - "poke_272": "樂天河童", - "poke_273": "橡實果", - "poke_274": "長鼻葉", - "poke_275": "狡猾天狗", - "poke_276": "傲骨燕", - "poke_277": "大王燕", - "poke_278": "長翅鷗", - "poke_279": "大嘴鷗", - "poke_280": "拉魯拉絲", - "poke_281": "奇魯莉安", - "poke_282": "沙奈朵", - "poke_282_e1": "超級沙奈朵", - "poke_283": "溜溜糖球", - "poke_284": "雨翅蛾", - "poke_285": "蘑蘑菇", - "poke_286": "斗笠菇", - "poke_287": "懶人獺", - "poke_288": "過動猿", - "poke_289": "請假王", - "poke_290": "土居忍士", - "poke_291": "鐵面忍者", - "poke_292": "脫殼忍者", - "poke_293": "咕妞妞", - "poke_294": "吼爆彈", - "poke_295": "爆音怪", - "poke_296": "幕下力士", - "poke_297": "鐵掌力士", - "poke_298": "露力麗", - "poke_299": "朝北鼻", - "poke_300": "向尾喵", - "poke_301": "優雅貓", - "poke_302": "勾魂眼", - "poke_302_e1": "超級勾魂眼", - "poke_303": "大嘴娃", - "poke_303_e1": "超級大嘴娃", - "poke_304": "可可多拉", - "poke_305": "可多拉", - "poke_306": "波士可多拉", - "poke_306_e1": "超級波士可多拉", - "poke_307": "瑪沙那", - "poke_308": "恰雷姆", - "poke_308_e1": "超級恰雷姆", - "poke_309": "落雷獸", - "poke_310": "雷電獸", - "poke_310_e1": "超級雷電獸", - "poke_311": "正電拍拍", - "poke_312": "負電拍拍", - "poke_313": "電螢蟲", - "poke_314": "甜甜螢", - "poke_315": "毒薔薇", - "poke_316": "溶食獸", - "poke_317": "吞食獸", - "poke_318": "利牙魚", - "poke_319": "巨牙鯊", - "poke_319_e1": "超級巨牙鯊", - "poke_320": "吼吼鯨", - "poke_321": "吼鯨王", - "poke_322": "呆火駝", - "poke_323": "噴火駝", - "poke_323_e1": "超級噴火駝", - "poke_324": "煤炭龜", - "poke_325": "跳跳豬", - "poke_326": "噗噗豬", - "poke_327": "晃晃斑", - "poke_328": "大顎蟻", - "poke_329": "超音波幼蟲", - "poke_330": "沙漠蜻蜓", - "poke_331": "刺球仙人掌", - "poke_332": "夢歌仙人掌", - "poke_333": "青綿鳥", - "poke_334": "七夕青鳥", - "poke_334_e1": "超級七夕青鳥", - "poke_335": "貓鼬斬", - "poke_336": "飯匙蛇", - "poke_337": "月石", - "poke_338": "太陽岩", - "poke_339": "泥泥鰍", - "poke_340": "鯰魚王", - "poke_341": "龍蝦小兵", - "poke_342": "鐵螯龍蝦", - "poke_343": "天秤偶", - "poke_344": "念力土偶", - "poke_345": "觸手百合", - "poke_346": "搖籃百合", - "poke_347": "太古羽蟲", - "poke_348": "太古盔甲", - "poke_349": "醜醜魚", - "poke_350": "美納斯", - "poke_351": "飄浮泡泡", - "poke_352": "變隱龍", - "poke_353": "怨影娃娃", - "poke_354": "詛咒娃娃", - "poke_354_e1": "超級詛咒娃娃", - "poke_355": "夜巡靈", - "poke_356": "彷徨夜靈", - "poke_357": "熱帶龍", - "poke_358": "風鈴鈴", - "poke_359": "阿勃梭魯", - "poke_359_e1": "超級阿勃梭魯", - "poke_360": "小果然", - "poke_361": "雪童子", - "poke_362": "冰鬼護", - "poke_362_e1": "超級冰鬼護", - "poke_363": "海豹球", - "poke_364": "海魔獅", - "poke_365": "帝牙海獅", - "poke_366": "珍珠貝", - "poke_367": "獵斑魚", - "poke_368": "櫻花魚", - "poke_369": "古空棘魚", - "poke_370": "愛心魚", - "poke_371": "寶貝龍", - "poke_372": "甲殼龍", - "poke_373": "暴飛龍", - "poke_373_e1": "超級暴飛龍", - "poke_374": "鐵啞鈴", - "poke_375": "金屬怪", - "poke_376": "巨金怪", - "poke_376_e1": "超級巨金怪", - "poke_377": "雷吉洛克", - "poke_378": "雷吉艾斯", - "poke_379": "雷吉斯奇魯", - "poke_380": "拉帝亞斯", - "poke_380_e1": "超級拉帝亞斯", - "poke_381": "拉帝歐斯", - "poke_381_e1": "超級拉帝歐斯", - "poke_382": "蓋歐卡", - "poke_383": "固拉多", - "poke_384": "烈空坐", - "poke_384_e1": "超級烈空坐", - "poke_385": "基拉祈", - "poke_386": "代歐奇希斯", - "poke_387": "草苗龜", - "poke_388": "樹林龜", - "poke_389": "土台龜", - "poke_390": "小火焰猴", - "poke_391": "猛火猴", - "poke_392": "烈焰猴", - "poke_393": "波加曼", - "poke_394": "波皇子", - "poke_395": "帝王拿波", - "poke_396": "姆克兒", - "poke_397": "姆克鳥", - "poke_398": "姆克鷹", - "poke_399": "大牙狸", - "poke_400": "大尾狸", - "poke_401": "圓法師", - "poke_402": "音箱蟀", - "poke_403": "小貓怪", - "poke_404": "勒克貓", - "poke_405": "倫琴貓", - "poke_406": "含羞苞", - "poke_407": "羅絲雷朵", - "poke_408": "頭蓋龍", - "poke_409": "戰槌龍", - "poke_410": "盾甲龍", - "poke_411": "護城龍", - "poke_412": "結草兒", - "poke_413": "結草貴婦", - "poke_414": "紳士蛾", - "poke_415": "三蜜蜂", - "poke_416": "蜂女王", - "poke_417": "帕奇利茲", - "poke_418": "泳圈鼬", - "poke_419": "浮潛鼬", - "poke_420": "櫻花寶", - "poke_421": "櫻花兒", - "poke_422": "無殼海兔", - "poke_423": "海兔獸", - "poke_424": "雙尾怪手", - "poke_425": "飄飄球", - "poke_426": "隨風球", - "poke_427": "捲捲耳", - "poke_428": "長耳兔", - "poke_428_e1": "超級長耳兔", - "poke_429": "夢妖魔", - "poke_430": "烏鴉頭頭", - "poke_431": "魅力喵", - "poke_432": "東施喵", - "poke_433": "鈴鐺響", - "poke_434": "臭鼬噗", - "poke_435": "坦克臭鼬", - "poke_436": "銅鏡怪", - "poke_437": "青銅鐘", - "poke_438": "盆才怪", - "poke_439": "魔尼尼", - "poke_440": "小福蛋", - "poke_441": "聒噪鳥", - "poke_442": "花岩怪", - "poke_443": "圓陸鯊", - "poke_444": "尖牙陸鯊", - "poke_445": "烈咬陸鯊", - "poke_445_e1": "超級烈咬陸鯊", - "poke_446": "小卡比獸", - "poke_447": "利歐路", - "poke_448": "路卡利歐", - "poke_448_e1": "超級路卡利歐", - "poke_449": "沙河馬", - "poke_450": "河馬獸", - "poke_451": "鉗尾蠍", - "poke_452": "龍王蠍", - "poke_453": "不良蛙", - "poke_454": "毒骷蛙", - "poke_455": "尖牙籠", - "poke_456": "螢光魚", - "poke_457": "霓虹魚", - "poke_458": "小球飛魚", - "poke_459": "雪笠怪", - "poke_460": "暴雪王", - "poke_460_e1": "超級暴雪王", - "poke_461": "瑪狃拉", - "poke_462": "自爆磁怪", - "poke_463": "大舌舔", - "poke_464": "超甲狂犀", - "poke_465": "巨蔓藤", - "poke_466": "電擊魔獸", - "poke_467": "鴨嘴炎獸", - "poke_468": "波克基斯", - "poke_469": "遠古巨蜓", - "poke_470": "葉伊布", - "poke_471": "冰伊布", - "poke_472": "天蠍王", - "poke_473": "象牙豬", - "poke_474": "多邊獸Z", - "poke_475": "艾路雷朵", - "poke_475_e1": "超級艾路雷朵", - "poke_476": "大朝北鼻", - "poke_477": "黑夜魔靈", - "poke_478": "雪妖女", - "poke_479": "洛托姆", - "poke_480": "由克希", - "poke_481": "艾姆利多", - "poke_482": "亞克諾姆", - "poke_483": "帝牙盧卡", - "poke_484": "帕路奇亞", - "poke_485": "席多藍恩", - "poke_486": "雷吉奇卡斯", - "poke_487": "騎拉帝納", - "poke_488": "克雷色利亞", - "poke_489": "霏歐納", - "poke_490": "瑪納霏", - "poke_491": "達克萊伊", - "poke_492": "謝米", - "poke_493": "阿爾宙斯", - "poke_494": "比克提尼", - "poke_495": "藤藤蛇", - "poke_496": "青藤蛇", - "poke_497": "君主蛇", - "poke_498": "暖暖豬", - "poke_499": "炒炒豬", - "poke_500": "炎武王", - "poke_501": "水水獺", - "poke_502": "雙刃丸", - "poke_503": "大劍鬼", - "poke_504": "探探鼠", - "poke_505": "步哨鼠", - "poke_506": "小約克", - "poke_507": "哈約克", - "poke_508": "長毛狗", - "poke_509": "扒手貓", - "poke_510": "酷豹", - "poke_511": "花椰猴", - "poke_512": "花椰猿", - "poke_513": "爆香猴", - "poke_514": "爆香猿", - "poke_515": "冷水猴", - "poke_516": "冷水猿", - "poke_517": "食夢夢", - "poke_518": "夢夢蝕", - "poke_519": "豆豆鴿", - "poke_520": "咕咕鴿", - "poke_521": "高傲雉雞", - "poke_522": "斑斑馬", - "poke_523": "雷電斑馬", - "poke_524": "石丸子", - "poke_525": "地幔岩", - "poke_526": "龐岩怪", - "poke_527": "滾滾蝙蝠", - "poke_528": "心蝙蝠", - "poke_529": "螺釘地鼠", - "poke_530": "龍頭地鼠", - "poke_531": "差不多娃娃", - "poke_531_e1": "超級差不多娃娃", - "poke_532": "搬運小匠", - "poke_533": "鐵骨土人", - "poke_534": "修建老匠", - "poke_535": "圓蝌蚪", - "poke_536": "藍蟾蜍", - "poke_537": "蟾蜍王", - "poke_538": "投摔鬼", - "poke_539": "打擊鬼", - "poke_540": "蟲寶包", - "poke_541": "寶包繭", - "poke_542": "保母蟲", - "poke_543": "百足蜈蚣", - "poke_544": "車輪毬", - "poke_545": "蜈蚣王", - "poke_546": "木棉球", - "poke_547": "風妖精", - "poke_548": "百合根娃娃", - "poke_549": "裙兒小姐", - "poke_550": "野蠻鱸魚", - "poke_551": "黑眼鱷", - "poke_552": "混混鱷", - "poke_553": "流氓鱷", - "poke_554": "火紅不倒翁", - "poke_555": "達摩狒狒", - "poke_556": "沙鈴仙人掌", - "poke_557": "石居蟹", - "poke_558": "岩殿居蟹", - "poke_559": "滑滑小子", - "poke_560": "頭巾混混", - "poke_561": "象徵鳥", - "poke_562": "哭哭面具", - "poke_563": "死神棺", - "poke_564": "原蓋海龜", - "poke_565": "肋骨海龜", - "poke_566": "始祖小鳥", - "poke_567": "始祖大鳥", - "poke_568": "破破袋", - "poke_569": "灰塵山", - "poke_570": "索羅亞", - "poke_571": "索羅亞克", - "poke_572": "泡沫栗鼠", - "poke_573": "奇諾栗鼠", - "poke_574": "哥德寶寶", - "poke_575": "哥德小童", - "poke_576": "哥德小姐", - "poke_577": "單卵細胞球", - "poke_578": "雙卵細胞球", - "poke_579": "人造細胞卵", - "poke_580": "鴨寶寶", - "poke_581": "舞天鵝", - "poke_582": "迷你冰", - "poke_583": "多多冰", - "poke_584": "雙倍多多冰", - "poke_585": "四季鹿", - "poke_586": "萌芽鹿", - "poke_587": "電飛鼠", - "poke_588": "蓋蓋蟲", - "poke_589": "騎士蝸牛", - "poke_590": "哎呀球菇", - "poke_591": "敗露球菇", - "poke_592": "輕飄飄", - "poke_593": "胖嘟嘟", - "poke_594": "保母曼波", - "poke_595": "電電蟲", - "poke_596": "電蜘蛛", - "poke_597": "種子鐵球", - "poke_598": "堅果啞鈴", - "poke_599": "齒輪兒", - "poke_600": "齒輪組", - "poke_601": "齒輪怪", - "poke_602": "麻麻小魚", - "poke_603": "麻麻鰻", - "poke_604": "麻麻鰻魚王", - "poke_605": "小灰怪", - "poke_606": "大宇怪", - "poke_607": "燭光靈", - "poke_608": "燈火幽靈", - "poke_609": "水晶燈火靈", - "poke_610": "牙牙", - "poke_611": "斧牙龍", - "poke_612": "雙斧戰龍", - "poke_613": "噴嚏熊", - "poke_614": "凍原熊", - "poke_615": "幾何雪花", - "poke_616": "小嘴蝸", - "poke_617": "敏捷蟲", - "poke_618": "泥巴魚", - "poke_619": "功夫鼬", - "poke_620": "師父鼬", - "poke_621": "赤面龍", - "poke_622": "泥偶小人", - "poke_623": "泥偶巨人", - "poke_624": "駒刀小兵", - "poke_625": "劈斬司令", - "poke_626": "爆炸頭水牛", - "poke_627": "毛頭小鷹", - "poke_628": "勇士雄鷹", - "poke_629": "禿鷹丫頭", - "poke_630": "禿鷹娜", - "poke_631": "熔蟻獸", - "poke_632": "鐵蟻", - "poke_633": "單首龍", - "poke_634": "雙首暴龍", - "poke_635": "三首惡龍", - "poke_636": "燃燒蟲", - "poke_637": "火神蛾", - "poke_638": "勾帕路翁", - "poke_639": "代拉基翁", - "poke_640": "畢力吉翁", - "poke_641": "龍捲雲", - "poke_642": "雷電雲", - "poke_643": "萊希拉姆", - "poke_644": "捷克羅姆", - "poke_645": "土地雲", - "poke_646": "酋雷姆", - "poke_647": "凱路迪歐", - "poke_648": "美洛耶塔", - "poke_649": "蓋諾賽克特", - "poke_650": "哈力栗", - "poke_651": "胖胖哈力", - "poke_652": "布里卡隆", - "poke_653": "火狐狸", - "poke_654": "長尾火狐", - "poke_655": "妖火紅狐", - "poke_656": "呱呱泡蛙", - "poke_657": "呱頭蛙", - "poke_658": "甲賀忍蛙", - "poke_659": "掘掘兔", - "poke_660": "掘地兔", - "poke_661": "小箭雀", - "poke_662": "火箭雀", - "poke_663": "烈箭鷹", - "poke_664": "粉蝶蟲", - "poke_665": "粉蝶蛹", - "poke_666": "彩粉蝶", - "poke_667": "小獅獅", - "poke_668": "火炎獅", - "poke_669": "花蓓蓓", - "poke_670": "花葉蒂", - "poke_671": "花潔夫人", - "poke_672": "坐騎小羊", - "poke_673": "坐騎山羊", - "poke_674": "頑皮熊貓", - "poke_675": "流氓熊貓", - "poke_676": "多麗米亞", - "poke_677": "妙喵", - "poke_678": "超能妙喵", - "poke_679": "獨劍鞘", - "poke_680": "雙劍鞘", - "poke_681": "堅盾劍怪", - "poke_682": "粉香香", - "poke_683": "芳香精", - "poke_684": "綿綿泡芙", - "poke_685": "胖甜妮", - "poke_686": "好啦魷", - "poke_687": "烏賊王", - "poke_688": "龜腳腳", - "poke_689": "龜足巨鎧", - "poke_690": "垃垃藻", - "poke_691": "毒藻龍", - "poke_692": "鐵臂槍蝦", - "poke_693": "鋼炮臂蝦", - "poke_694": "傘電蜥", - "poke_695": "光電傘蜥", - "poke_696": "寶寶暴龍", - "poke_697": "怪顎龍", - "poke_698": "冰雪龍", - "poke_699": "冰雪巨龍", - "poke_700": "仙子伊布", - "poke_701": "摔角鷹人", - "poke_702": "咚咚鼠", - "poke_703": "小碎鑽", - "poke_704": "黏黏寶", - "poke_705": "黏美兒", - "poke_706": "黏美龍", - "poke_707": "鑰圈兒", - "poke_708": "小木靈", - "poke_709": "朽木妖", - "poke_710": "南瓜精", - "poke_711": "南瓜怪人", - "poke_712": "冰寶", - "poke_713": "冰岩怪", - "poke_714": "嗡蝠", - "poke_715": "音波龍", - "poke_716": "哲爾尼亞斯", - "poke_717": "伊裴爾塔爾", - "poke_718": "基格爾德", - "poke_719": "蒂安希", - "poke_719_e1": "超級蒂安希", - "poke_720": "胡帕", - "poke_721": "波爾凱尼恩", - "poke_722": "木木梟", - "poke_723": "投羽梟", - "poke_724": "狙射樹梟", - "poke_725": "火斑喵", - "poke_726": "炎熱喵", - "poke_727": "熾焰咆哮虎", - "poke_728": "球球海獅", - "poke_729": "花漾海獅", - "poke_730": "西獅海壬", - "poke_731": "小篤兒", - "poke_732": "喇叭啄鳥", - "poke_733": "銃嘴大鳥", - "poke_734": "貓鼬少", - "poke_735": "貓鼬探長", - "poke_736": "強顎雞母蟲", - "poke_737": "蟲電寶", - "poke_738": "鍬農炮蟲", - "poke_739": "好勝蟹", - "poke_740": "好勝毛蟹", - "poke_741": "花舞鳥", - "poke_742": "萌虻", - "poke_743": "蝶結萌虻", - "poke_744": "岩狗狗", - "poke_745": "鬃岩狼人", - "poke_746": "弱丁魚", - "poke_747": "好壞星", - "poke_748": "超壞星", - "poke_749": "泥驢仔", - "poke_750": "重泥挽馬", - "poke_751": "滴蛛", - "poke_752": "滴蛛霸", - "poke_753": "偽螳草", - "poke_754": "蘭螳花", - "poke_755": "睡睡菇", - "poke_756": "燈罩夜菇", - "poke_757": "夜盜火蜥", - "poke_758": "焰后蜥", - "poke_759": "童偶熊", - "poke_760": "穿著熊", - "poke_761": "甜竹竹", - "poke_762": "甜舞妮", - "poke_763": "甜冷美后", - "poke_764": "花療環環", - "poke_765": "智揮猩", - "poke_766": "投擲猴", - "poke_767": "膽小蟲", - "poke_768": "具甲武者", - "poke_769": "沙丘娃", - "poke_770": "噬沙堡爺", - "poke_771": "拳海參", - "poke_772": "屬性:空", - "poke_773": "銀伴戰獸", - "poke_774": "小隕星", - "poke_775": "樹枕尾熊", - "poke_776": "爆焰龜獸", - "poke_777": "托戈德瑪爾", - "poke_778": "謎擬Q", - "poke_779": "磨牙彩皮魚", - "poke_780": "老翁龍", - "poke_781": "破破舵輪", - "poke_782": "心鱗寶", - "poke_783": "鱗甲龍", - "poke_784": "杖尾鱗甲龍", - "poke_785": "卡璞・鳴鳴", - "poke_786": "卡璞・蝶蝶", - "poke_787": "卡璞・哞哞", - "poke_788": "卡璞・鰭鰭", - "poke_789": "科斯莫古", - "poke_790": "科斯莫姆", - "poke_791": "索爾迦雷歐", - "poke_792": "露奈雅拉", - "poke_793": "虛吾伊德", - "poke_794": "爆肌蚊", - "poke_795": "費洛美螂", - "poke_796": "電束木", - "poke_797": "鐵火輝夜", - "poke_798": "紙御劍", - "poke_799": "惡食大王", - "poke_800": "奈克洛茲瑪", - "poke_801": "瑪機雅娜", - "poke_802": "瑪夏多", - "poke_803": "毒貝比", - "poke_804": "四顎針龍", - "poke_805": "壘磊石", - "poke_806": "砰頭小丑", - "poke_807": "捷拉奧拉", - "poke_808": "美錄坦", - "poke_809": "美錄梅塔", - "poke_810": "敲音猴", - "poke_811": "啪咚猴", - "poke_812": "轟擂金剛猩", - "poke_813": "炎兔兒", - "poke_814": "騰蹴小將", - "poke_815": "閃焰王牌", - "poke_816": "淚眼蜥", - "poke_817": "變澀蜥", - "poke_818": "千面避役", - "poke_819": "貪心栗鼠", - "poke_820": "藏飽栗鼠", - "poke_821": "稚山雀", - "poke_822": "藍鴉", - "poke_823": "鋼鎧鴉", - "poke_824": "索偵蟲", - "poke_825": "天罩蟲", - "poke_826": "以歐路普", - "poke_827": "偷兒狐", - "poke_828": "狐大盜", - "poke_829": "幼棉棉", - "poke_830": "白蓬蓬", - "poke_831": "毛辮羊", - "poke_832": "毛毛角羊", - "poke_833": "咬咬龜", - "poke_834": "暴噬龜", - "poke_835": "來電汪", - "poke_836": "逐電犬", - "poke_837": "小炭仔", - "poke_838": "大炭車", - "poke_839": "巨炭山", - "poke_840": "啃果蟲", - "poke_841": "蘋裹龍", - "poke_842": "豐蜜龍", - "poke_843": "沙包蛇", - "poke_844": "沙螺蟒", - "poke_845": "古月鳥", - "poke_846": "刺梭魚", - "poke_847": "戽斗尖梭", - "poke_848": "毒電嬰", - "poke_849": "顫弦蠑螈", - "poke_850": "燒火蚣", - "poke_851": "焚焰蚣", - "poke_852": "拳拳蛸", - "poke_853": "八爪武師", - "poke_854": "來悲茶", - "poke_855": "怖思壺", - "poke_856": "迷布莉姆", - "poke_857": "提布莉姆", - "poke_858": "布莉姆溫", - "poke_859": "搗蛋小妖", - "poke_860": "詐唬魔", - "poke_861": "長毛巨魔", - "poke_862": "堵攔熊", - "poke_863": "喵頭目", - "poke_864": "魔靈珊瑚", - "poke_865": "蔥遊兵", - "poke_866": "踏冰人偶", - "poke_867": "死神板", - "poke_868": "小仙奶", - "poke_869": "霜奶仙", - "poke_870": "列陣兵", - "poke_871": "啪嚓海膽", - "poke_872": "雪吞蟲", - "poke_873": "雪絨蛾", - "poke_874": "巨石丁", - "poke_875": "冰砌鵝", - "poke_876": "愛管侍", - "poke_877": "莫魯貝可", - "poke_878": "銅象", - "poke_879": "大王銅象", - "poke_880": "雷鳥龍", - "poke_881": "雷鳥海獸", - "poke_882": "鰓魚龍", - "poke_883": "鰓魚海獸", - "poke_884": "鋁鋼龍", - "poke_885": "多龍梅西亞", - "poke_886": "多龍奇", - "poke_887": "多龍巴魯托", - "poke_888": "蒼響", - "poke_889": "藏瑪然特", - "poke_890": "無極汰那", - "poke_891": "熊徒弟", - "poke_892": "武道熊師", - "poke_893": "薩戮德", - "poke_894": "雷吉艾勒奇", - "poke_895": "雷吉鐸拉戈", - "poke_896": "雪暴馬", - "poke_897": "靈幽馬", - "poke_898": "蕾冠王", - "poke_899": "詭角鹿", - "poke_900": "劈斧螳螂", - "poke_901": "月月熊", - "poke_902": "幽尾玄魚", - "poke_903": "大狃拉", - "poke_904": "萬針魚", - "poke_905": "眷戀雲", - "poke_906": "新葉喵", - "poke_907": "蒂蕾喵", - "poke_908": "魔幻假面喵", - "poke_909": "呆火鱷", - "poke_910": "炙燙鱷", - "poke_911": "骨紋巨聲鱷", - "poke_912": "潤水鴨", - "poke_913": "湧躍鴨", - "poke_914": "狂歡浪舞鴨", - "poke_915": "愛吃豚", - "poke_916": "飄香豚", - "poke_917": "團珠蛛", - "poke_918": "操陷蛛", - "poke_919": "豆蟋蟀", - "poke_920": "烈腿蝗", - "poke_921": "布撥", - "poke_922": "布土撥", - "poke_923": "巴布土撥", - "poke_924": "一對鼠", - "poke_925": "一家鼠", - "poke_926": "狗仔包", - "poke_927": "麻花犬", - "poke_928": "迷你芙", - "poke_929": "奧利紐", - "poke_930": "奧利瓦", - "poke_931": "怒鸚哥", - "poke_932": "鹽石寶", - "poke_933": "鹽石壘", - "poke_934": "鹽石巨靈", - "poke_935": "炭小侍", - "poke_936": "紅蓮鎧騎", - "poke_937": "蒼炎刃鬼", - "poke_938": "光蚪仔", - "poke_939": "電肚蛙", - "poke_940": "電海燕", - "poke_941": "大電海燕", - "poke_942": "偶叫獒", - "poke_943": "獒教父", - "poke_944": "滋汁鼴", - "poke_945": "塗標客", - "poke_946": "納噬草", - "poke_947": "怖納噬草", - "poke_948": "原野水母", - "poke_949": "陸地水母", - "poke_950": "毛崖蟹", - "poke_951": "熱辣娃", - "poke_952": "狠辣椒", - "poke_953": "蟲滾泥", - "poke_954": "蟲甲聖", - "poke_955": "飄飄雛", - "poke_956": "超能豔鴕", - "poke_957": "小鍛匠", - "poke_958": "巧鍛匠", - "poke_959": "巨鍛匠", - "poke_960": "海地鼠", - "poke_961": "三海地鼠", - "poke_962": "下石鳥", - "poke_963": "波普海豚", - "poke_964": "海豚俠", - "poke_965": "噗隆隆", - "poke_966": "普隆隆姆", - "poke_967": "摩托蜥", - "poke_968": "拖拖蚓", - "poke_969": "晶光芽", - "poke_970": "晶光花", - "poke_971": "墓仔狗", - "poke_972": "墓揚犬", - "poke_973": "纏紅鶴", - "poke_974": "走鯨", - "poke_975": "浩大鯨", - "poke_976": "輕身鱈", - "poke_977": "吃吼霸", - "poke_978": "米立龍", - "poke_979": "棄世猴", - "poke_980": "土王", - "poke_981": "奇麒麟", - "poke_982": "土龍節節", - "poke_983": "仆斬將軍", - "poke_984": "雄偉牙", - "poke_985": "吼叫尾", - "poke_986": "猛惡菇", - "poke_987": "振翼髮", - "poke_988": "爬地翅", - "poke_989": "沙鐵皮", - "poke_990": "鐵轍跡", - "poke_991": "鐵包袱", - "poke_992": "鐵臂膀", - "poke_993": "鐵脖頸", - "poke_994": "鐵毒蛾", - "poke_995": "鐵荊棘", - "poke_996": "涼脊龍", - "poke_997": "凍脊龍", - "poke_998": "戟脊龍", - "poke_999": "索財靈", - "poke_1000": "賽富豪", - "poke_1001": "古簡蝸", - "poke_1002": "古劍豹", - "poke_1003": "古鼎鹿", - "poke_1004": "古玉魚", - "poke_1005": "轟鳴月", - "poke_1006": "鐵武者", - "poke_1007": "故勒頓", - "poke_1008": "密勒頓", - "poke_1009": "Walking-wake", - "poke_1010": "Iron-leaves", - "poke_1011": "Dipplin", - "poke_1012": "Poltchageist", - "poke_1013": "Sinistcha", - "poke_1014": "Okidogi", - "poke_1015": "Munkidori", - "poke_1016": "Fezandipiti", - "poke_1017": "Ogerpon", - "poke_1018": "Archaludon", - "poke_1019": "Hydrapple", - "poke_1020": "Gouging-fire", - "poke_1021": "Raging-bolt", - "poke_1022": "Iron-boulder", - "poke_1023": "Iron-crown", - "poke_1024": "Terapagos", - "poke_1025": "Pecharunt", - "poke_type_0": "無", - "poke_type_1": "一般", - "poke_type_2": "格鬥", - "poke_type_3": "飛行", - "poke_type_4": "毒", - "poke_type_5": "地面", - "poke_type_6": "岩石", - "poke_type_7": "蟲", - "poke_type_8": "幽靈", - "poke_type_9": "鋼", - "poke_type_10": "火", - "poke_type_11": "水", - "poke_type_12": "草", - "poke_type_13": "電", - "poke_type_14": "超能力", - "poke_type_15": "冰", - "poke_type_16": "龍", - "poke_type_17": "惡", - "poke_type_18": "妖精", - "purified": "淨化", - "quest_0": "Unknown Quest Type", - "quest_1": "{{amount}} time(s) First Catch OTD", - "quest_2": "{{amount}} time(s) First Pokestop OTD", - "quest_3": "Multi Part Quest", - "quest_4": "Catch {{amount}} Pokemon", - "quest_5": "Spin {{amount}} Pokestop(s)", - "quest_6": "Hatch {{amount}} Egg(s)", - "quest_7": "Complete {{amount}} Gym Battle(s)", - "quest_8": "Complete {{amount}} Raid Battle(s)", - "quest_9": "Complete {{amount}} Quest", - "quest_10": "Transfer {{amount}} Pokemon", - "quest_11": "Favourite {{amount}} Pokemon", - "quest_12": "Autocomplete", - "quest_13": "Use {{amount}} Berries on Pokemon", - "quest_14": "Power up {{amount}} Pokemon", - "quest_15": "Evolve {{amount}} Pokemon", - "quest_16": "Land {{amount}} Throw(s)", - "quest_17": "Get {{amount}} Buddy candy", - "quest_18": "Get {{amount}} Badge(s)", - "quest_19": "Get {{amount}} Level", - "quest_20": "Join {{amount}} Raid Battle(s)", - "quest_21": "Complete {{amount}} Battle(s)", - "quest_22": "Add {{amount}} Friend(s)", - "quest_23": "Trade {{amount}} Pokemon", - "quest_24": "Send {{amount}} Gift(s)", - "quest_25": "Evolve {{amount}} Into Specific Pokemon", - "quest_27": "Complete {{amount}} Combat(s)", - "quest_28": "Take {{amount}} Snapshot(s)", - "quest_29": "Battle {{amount}} Team Rocket Battle(s)", - "quest_30": "Purify {{amount}} Pokemon", - "quest_31": "Find {{amount}} Team Rocket Invasion(s)", - "quest_32": "{{amount}} time(s) First Grunt OTD", - "quest_33": "Feed your buddy {{amount}} times", - "quest_34": "Earn {{amount}} hearts with your buddy", - "quest_35": "Play {{amount}} times with your Buddy", - "quest_36": "Increase your Buddy Level {{amount}} times", - "quest_37": "Earn {{amount}} Friendship points by Walking with your Buddy", - "quest_38": "Earn {{amount}} Souvenirs from your Buddy", - "quest_39": "Use Incense {{amount}} times", - "quest_40": "Buddy Find {{amount}} Souvenir(s)", - "quest_41": "Collect {{amount}} as Rewards", - "quest_42": "Walk {{amount}}km", - "quest_43": "Mega-Evolve {{amount}} Pokemon", - "quest_44": "Get Stardust {{amount}}", - "quest_45": "Mini Collection {{amount}}", - "quest_46": "AR-Mapping", - "quest_50": "Buddy Evolution Walk {{amount}}", - "quest_51": "Achieve GBL Rank of {{amount}}", - "quest_53": "Use {{amount}} Charge Attack(s)", - "quest_54": "Change {{amount}} Pokemon Form", - "quest_55": "Battle {{amount}} Event NPC(s)", - "quest_56": "Earn {{amount}} Fort Power Up Points", - "quest_57": "Take {{amount}} Snapshot(s) of wild Pokemon", - "quest_58": "Use {{amount}} Pokemon Item(s)", - "quest_59": "Open {{amount}} Gift(s)", - "quest_60": "Earn Xp", - "quest_61": "Battle Player Team Leader", - "quest_62": "First Route Of The Day", - "quest_63": "Submit Sleep Data", - "quest_64": "Route Travel", - "quest_65": "Route Complete", - "quest_66": "Collect Tappable", - "quest_67": "Activate Trainer Ability", - "quest_68": "NPC Send Gift", - "quest_69": "NPC Open Gift", - "quest_70": "Ptc Oauth Link", - "quest_71": "Fight Pokemon", - "quest_72": "Use Non Combat Move", - "quest_73": "Fuse Pokemon", - "quest_74": "Unfuse Pokemon", - "quest_75": "Walk Meters", - "quest_76": "Change Into Pokemon Form", - "quest_77": "Fuse Into Pokemon", - "quest_78": "Unfuse Into Pokemon", - "quest_82": "Collect Mp", - "quest_83": "Loot Station", - "quest_84": "Complete Bread Battle", - "quest_85": "Use Bread Move", - "quest_86": "Unlock Bread Move", - "quest_87": "Enhance Bread Move", - "quest_88": "Collect Stamp", - "quest_buddy_walk_km_plural": "和夥伴一起步行 {{amount}} 公里", - "quest_catch_type_dark_plural": "捕捉 {{amount}} 隻惡屬性的寶可夢", - "quest_catch_type_dragon_plural": "捕捉 {{amount}} 隻龍屬性的寶可夢", - "quest_catch_type_poison_plural": "捕捉 {{amount}} 隻毒屬性的寶可夢", - "quest_catch_type_psychic_plural": "捕捉 {{amount}} 隻超能力屬性的寶可夢", - "quest_condition_0": "Unset", - "quest_condition_1": "Pokemon Type", - "quest_condition_1_formatted": "Type(s): {{types}}", - "quest_condition_2": "Pokemon Category", - "quest_condition_2_formatted": "Pokemon: {{pokemon}}", - "quest_condition_3": "Weather Boosted", - "quest_condition_4": "Daily Capture Bonus", - "quest_condition_5": "Daily Spin Bonus", - "quest_condition_6": "Win Raid", - "quest_condition_7": "Raid Level", - "quest_condition_7_formatted": "Raid Level(s): {{levels}}", - "quest_condition_8": "Throw Type", - "quest_condition_8_formatted": "{{throw_type}} Throw", - "quest_condition_9": "Win Gym Battle", - "quest_condition_10": "Super Effective Charge", - "quest_condition_11": "Item", - "quest_condition_11_formatted": "Item: {{item}}", - "quest_condition_12": "Unique Pokestop", - "quest_condition_13": "Quest Context", - "quest_condition_14": "In a Row", - "quest_condition_14_formatted": "{{throw_type}} Throw In a Row", - "quest_condition_15": "Curve Ball", - "quest_condition_16": "Badge Type", - "quest_condition_17": "Player Level", - "quest_condition_18": "Win Battle", - "quest_condition_19": "New Friend", - "quest_condition_20": "Days In a Row", - "quest_condition_21": "Unique Pokemon", - "quest_condition_22": "NPC Combat", - "quest_condition_23": "PVP Combat", - "quest_condition_24": "Location", - "quest_condition_25": "Distance", - "quest_condition_26": "Pokemon Alignment", - "quest_condition_26_formatted": "Pokemon Alignment(s): {{alignments}}", - "quest_condition_27": "Invasion Category", - "quest_condition_27_formatted": "Invasion Category(s): {{categories}}", - "quest_condition_28": "With Buddy", - "quest_condition_29": "Buddy Interesting POI", - "quest_condition_30": "Daily Buddy Affection", - "quest_condition_31": "Pokemon Level", - "quest_condition_32": "Single Day", - "quest_condition_33": "Unique Pokemon Team", - "quest_condition_34": "Max CP", - "quest_condition_35": "Lucky Pokemon", - "quest_condition_36": "Legendary Pokemon", - "quest_condition_37": "With Mega Evo Pokemon", - "quest_condition_37_formatted": "Mega Evolution(s): {{evolutions}}", - "quest_condition_38": "GBL Rank", - "quest_condition_39": "Catches In A Row", - "quest_condition_40": "Encounter Type", - "quest_condition_41": "Win in the GO Battle League", - "quest_condition_42": "Geotargeted POI Scan", - "quest_condition_42_formatted": "Geotargeted POI {{poi}}", - "quest_condition_43": "With Item Type", - "quest_condition_43_formatted": "With Item Types: {{types}}", - "quest_condition_44": "Within certain time", - "quest_condition_44_formatted": "Within {{time}}s", - "quest_condition_45": "Friend Level", - "quest_condition_46": "Sticker", - "quest_condition_47": "Pokemon CP", - "quest_condition_48": "Raid Location", - "quest_condition_49": "Friends Raid", - "quest_condition_50": "Pokemon Costume", - "quest_condition_51": "Applied Item", - "quest_condition_52": "Pokemon Size", - "quest_condition_53": "Total Days", - "quest_condition_54": "Device Type", - "quest_condition_55": "Route Travel", - "quest_condition_56": "Unique Route Travel", - "quest_condition_57": "Tappable Type", - "quest_condition_58": "In Party", - "quest_condition_59": "Shiny Pokemon", - "quest_condition_60": "Ability Party Power Damage Dealt", - "quest_condition_61": "Auth Provider Type", - "quest_condition_62": "Opponent Pokemon Battle Status", - "quest_condition_63": "Fort Id", - "quest_condition_64": "Pokemon Move", - "quest_condition_65": "Pokemon Form", - "quest_condition_66": "Bread Pokemon", - "quest_condition_67": "Bread Dough Pokemon", - "quest_condition_68": "Win Bread Battle", - "quest_condition_69": "Bread Move Type", - "quest_condition_70": "Strong Pokemon", - "quest_condition_71": "POI Sponsor Id", - "quest_fight_type_ghost_plural": "戰勝{{amount}}隻幽靈屬性的寶可夢", - "quest_fight_type_ghost_psychic_plural": "戰勝{{amount}}隻超能力屬性或幽靈屬性的寶可夢", - "quest_fight_type_psychic_plural": "戰勝{{amount}}隻超能力屬性的寶可夢", - "quest_incense_singular": "使用薰香", - "quest_land_excellent_plural": "投出 {{amount}} 次Excellent", - "quest_reward_0": "Unset", - "quest_reward_1": "XP", - "quest_reward_1_formatted": "{{amount}} XP", - "quest_reward_2": "Item", - "quest_reward_2_formatted": "{{amount}} {{item}}", - "quest_reward_3": "Stardust", - "quest_reward_3_formatted": "{{amount}} Stardust", - "quest_reward_4": "Candy", - "quest_reward_4_formatted": "{{amount}} {{pokemon}} Candy", - "quest_reward_5": "Avatar Clothing", - "quest_reward_6": "Quest", - "quest_reward_7": "Pokemon Encounter", - "quest_reward_7_formatted": "{{pokemon}}", - "quest_reward_8": "PokéCoin", - "quest_reward_8_formatted": "{{amount}} PokéCoins", - "quest_reward_9": "XL Candy", - "quest_reward_10": "Level Cap", - "quest_reward_11": "Sticker", - "quest_reward_11_formatted": "{{amount}}x {{sticker_id}} Sticker", - "quest_reward_12": "Mega Energy", - "quest_reward_12_formatted": "{{amount}} {{pokemon}} Mega Energy", - "quest_reward_13": "Incident", - "quest_reward_14": "Player Attribute", - "quest_reward_15": "Event Badge", - "quest_reward_16": "Pokemon Egg", - "quest_title_challenge_2019_battle_leader": "和隊長對戰 {{amount_0}} 次", - "quest_title_challenge_2019_battle_trainer": "和其他訓練家對戰", - "quest_title_challenge_2019_battle_trainer_plural": "和其他訓練家對戰 {{amount_0}} 次", - "quest_title_challenge_2019_battle_trainer_win": "和其他訓練家對戰並獲勝 {{amount_0}} 次", - "quest_title_challenge_2019_snapshot_eevee": "為伊布拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_snapshot_loudred": "為吼爆彈拍攝1張照片", - "quest_title_challenge_2019_snapshot_pkmn": "為基拉祈拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_snapshot_pkmn_fairy": "為妖精屬性的寶可夢拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_snapshot_pkmn_flying": "為飛行屬性的寶可夢拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_snapshot_pkmn_ghost": "為幽靈屬性的寶可夢拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_snapshot_pkmn_grass": "為草屬性的寶可夢拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_snapshot_pkmn_ground": "為地面屬性的寶可夢拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_snapshot_pkmn_ice": "為冰屬性的寶可夢拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_snapshot_pkmn_normal": "為一般屬性的寶可夢拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_snapshot_pkmn_psychic": "為超能力屬性的寶可夢拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_snapshot_pkmn_psychic_steel": "為鋼屬性或超能力屬性的寶可夢拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_snapshot_pkmn_rock": "為岩石屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_challenge_2019_snapshot_pkmn_steel": "為鋼屬性的寶可夢拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_snapshot_pkmn_water": "為水屬性的寶可夢拍攝 {{amount_0}} 張照片", - "quest_title_challenge_2019_trade_distance": "交換3隻來自100公里遠以外的寶可夢", - "quest_title_challenge_available": "新挑戰開始囉!", - "quest_title_challenge_battle_gbl_win_all": "在GO對戰聯盟中獲得1場勝利", - "quest_title_challenge_battle_trainer_great": "在超級聯盟中與其他訓練家對戰", - "quest_title_challenge_buddy_affection_plural": "和夥伴獲得 {{amount_0}} 顆心心", - "quest_title_challenge_buddy_affection_single": "和夥伴獲得1顆心心", - "quest_title_challenge_buddy_battle_plural": "帶著夥伴一起走時參加 {{amount_0}} 次對戰", - "quest_title_challenge_buddy_battle_single": "帶著夥伴一起走時參加對戰", - "quest_title_challenge_buddy_emotion_plural": "讓你的夥伴欣喜若狂 {{amount_0}} 次", - "quest_title_challenge_buddy_emotion_single": "讓你的夥伴欣喜若狂", - "quest_title_challenge_buddy_level_best_plural": "和寶可夢成為 {{amount_0}} 次正港好夥伴", - "quest_title_challenge_buddy_level_best_single": "和寶可夢成為正港好夥伴", - "quest_title_challenge_buddy_level_good_plural": "和寶可夢成為 {{amount_0}} 次好夥伴", - "quest_title_challenge_buddy_level_good_single": "和寶可夢成為好夥伴", - "quest_title_challenge_buddy_level_great_plural": "和寶可夢成為 {{amount_0}} 次給力好夥伴", - "quest_title_challenge_buddy_level_great_single": "和寶可夢成為給力好夥伴", - "quest_title_challenge_buddy_level_plural": "提升 {{amount_0}} 次夥伴等級", - "quest_title_challenge_buddy_level_single": "提升夥伴等級", - "quest_title_challenge_buddy_level_ultra_plural": "和寶可夢成為 {{amount_0}} 次麻吉好夥伴", - "quest_title_challenge_buddy_level_ultra_single": "和寶可夢成為麻吉好夥伴", - "quest_title_challenge_buddy_play_plural": "和夥伴一起玩 {{amount_0}} 次", - "quest_title_challenge_buddy_play_single": "和夥伴一起玩", - "quest_title_challenge_buddy_poi_plural": "拜訪 {{amount_0}} 個夥伴告訴你的有趣地點", - "quest_title_challenge_buddy_poi_single": "拜訪夥伴告訴你的有趣地點", - "quest_title_challenge_buddy_snapshot_plural": "為夥伴拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_challenge_buddy_snapshot_single": "為夥伴拍攝1張GO Snapshot照片", - "quest_title_challenge_buddy_treat_plural": "餵夥伴吃 {{amount_0}} 個點心", - "quest_title_challenge_buddy_treat_single": "餵夥伴吃點心", - "quest_title_challenge_catch_legendary": "在田野調查的突破性進展或團體戰中捕捉1隻傳說的寶可夢", - "quest_title_challenge_catch_unique_any": "捕捉 {{amount_0}} 隻不同的寶可夢", - "quest_title_challenge_snapshot_bidoof": "為大牙狸拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_dratini_singular": "為迷你龍拍攝1張照片", - "quest_title_challenge_snapshot_eevee": "為伊布拍攝1張照片", - "quest_title_challenge_snapshot_pkmn_bug": "為蟲屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_bug_single": "為蟲屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_dark": "為惡屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_dark_single": "為惡屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_dragon": "為龍屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_dragon_single": "為龍屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_electric": "為電屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_electric_single": "為電屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_fairy_single": "為妖精屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_fighting": "為格鬥屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_fighting_single": "為格鬥屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_fire": "為火屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_fire_single": "為火屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_flying_single": "為飛行屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_ghost_single": "為幽靈屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_grass_single": "為草屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_ground_single": "為地面屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_ice_single": "為冰屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_normal_single": "為一般屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_poison": "為毒屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_poison_single": "為毒屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_psychic_single": "為超能力屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_rock": "為岩石屬性的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_rock_single": "為岩石屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_steel_single": "為鋼屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_pkmn_water_single": "為水屬性的寶可夢拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_wild_blitzle_singularchallenge_snapshot_wild_blitzle_singular": "為野生斑斑馬拍攝1張GO Snapshot照片", - "quest_title_challenge_snapshot_wild_glameow_singular": "為野生魅力喵拍攝1張GO Snapshot照片", - "quest_title_geotarget_quest_description": "掃描 {{amount_0}}", - "quest_title_quest_achieve_lvl_40": "升至40級", - "quest_title_quest_adventure_effect_activate_plural": "發動{{amount_0}}次冒險效果", - "quest_title_quest_adventure_effect_activate_roar_of_time_plural": "發動{{amount_0}}次冒險效果:時光咆哮", - "quest_title_quest_adventure_effect_activate_roar_of_time_singular": "發動冒險效果:時光咆哮", - "quest_title_quest_adventure_effect_activate_singular": "發動冒險效果", - "quest_title_quest_adventure_effect_activate_spacial_rend_plural": "發動{{amount_0}}次冒險效果:亞空裂斬", - "quest_title_quest_adventure_effect_activate_spacial_rend_singular": "發動冒險效果:亞空裂斬", - "quest_title_quest_adventure_evolve_singular": "驚奇冒險週:讓1隻菊石獸或化石盔進化", - "quest_title_quest_adventure_hatch_egg_plural": "驚奇冒險週:孵化 {{amount_0}} 顆蛋", - "quest_title_quest_adventure_visit_pokestop_new_plural": "驚奇冒險週:拜訪 {{amount_0}} 個從未去過的寶可補給站", - "quest_title_quest_adventure_walk_buddy_plural": "驚奇冒險週:和夥伴一起走路,取得 {{amount_0}} 顆糖果", - "quest_title_quest_adventure2019_catch_special33_plural": "驚奇冒險週2019:捕捉 {{amount_0}} 隻可可多拉", - "quest_title_quest_adventure2019_evolve_singular": "驚奇冒險週2019:讓1隻觸手百合或太古羽蟲進化", - "quest_title_quest_adventure2019_hatch_egg_plural": "驚奇冒險週2019:孵 {{amount_0}} 顆蛋", - "quest_title_quest_adventure2019_visit_pokestop_new_plural": "驚奇冒險週2019:拜訪 {{amount_0}} 個從未去過的寶可補給站", - "quest_title_quest_adventure2019_visit_pokestop_plural": "驚奇冒險週2019:拜訪25個寶可補給站", - "quest_title_quest_adventure2019_walk_buddy_plural": "驚奇冒險週2019:和夥伴寶可夢一起走路,獲得 {{amount_0}} 顆糖果", - "quest_title_quest_alodude_catch": "捕捉 {{amount_0}} 隻阿羅拉小拳石", - "quest_title_quest_alodude_evolve_a": "讓 {{amount_0}} 隻阿羅拉小拳石進化", - "quest_title_quest_alodude_evolve_b": "讓 {{amount_0}} 隻阿羅拉隆隆石進化", - "quest_title_quest_alodude_snap": "拍攝 {{amount_0}} 阿羅拉小拳石的Snapshot照片", - "quest_title_quest_at_catch_a": "捕捉 {{amount_0}} 隻凱西", - "quest_title_quest_at_evolve_a": "讓 {{amount_0}} 隻凱西進化", - "quest_title_quest_at_evolve_k": "讓 {{amount_0}} 隻勇基拉進化", - "quest_title_quest_axew_catch_b": "捕捉 {{amount_0}} 隻牙牙", - "quest_title_quest_axew_evolve_b": "讓{{amount_0}}隻牙牙進化", - "quest_title_quest_axew_snapshot_b": "為牙牙拍攝{{amount_0}}張照片", - "quest_title_quest_azelf_wild_snap": "為野生亞克諾姆拍攝GO Snapshot照片", - "quest_title_quest_bagon_catch_b": "捕捉{{amount_0}}隻寶貝龍", - "quest_title_quest_bagon_evolve_b_plural": "讓{{amount_0}}隻寶貝龍進化", - "quest_title_quest_bagon_evolve_b_singular": "讓1隻寶貝龍進化", - "quest_title_quest_bagon_snapshot_b": "為寶貝龍拍攝{{amount_0}}張GO Snapshot照片", - "quest_title_quest_battle_buddy_adventure_plural": "當夥伴寶可夢跟在你身後走路時,派牠上場參加{{amount_0}}次訓練家對戰", - "quest_title_quest_battle_buddy_adventure_single": "當夥伴寶可夢跟在你身後走路時,派牠上場參加1次訓練家對戰", - "quest_title_quest_battle_dangling_reward_toast": "你必須先完成目前的對戰,才能參加新的對戰", - "quest_title_quest_battle_error_toast": "對戰開始時發生錯誤", - "quest_title_quest_battle_gbl_halloween_plural": "在萬聖節盃中對戰 {{amount_0}} 次", - "quest_title_quest_battle_gbl_halloween_win_plural": "在萬聖節盃的訓練家對戰中獲勝 {{amount_0}} 次", - "quest_title_quest_battle_gbl_plural": "在GO對戰聯盟中對戰 {{amount_0}} 次", - "quest_title_quest_battle_gbl_singular": "在GO對戰聯盟中對戰", - "quest_title_quest_battle_gbl_win_plural": "在GO對戰聯盟的訓練家對戰中獲勝 {{amount_0}} 次", - "quest_title_quest_battle_gbl_win_singular": "在GO對戰聯盟的訓練家對戰中獲勝1次", - "quest_title_quest_battle_great_plural": "在超級聯盟中與其他訓練家對戰 {{amount_0}} 次", - "quest_title_quest_battle_great_win_plural": "在超級聯盟的訓練家對戰中獲勝 {{amount_0}} 次", - "quest_title_quest_battle_great_win_singular": "在超級聯盟的訓練家對戰中獲勝1次", - "quest_title_quest_battle_gym_plural": "參加 {{amount_0}} 次道館對戰", - "quest_title_quest_battle_gym_singular": "參加1次道館對戰", - "quest_title_quest_battle_master_win_plural": "在大師聯盟的訓練家對戰中獲勝 {{amount_0}} 次", - "quest_title_quest_battle_master_win_singular": "在大師聯盟的訓練家對戰中獲勝1次", - "quest_title_quest_battle_raid_plural": "參加 {{amount_0}} 場團體戰", - "quest_title_quest_battle_raid_singular": "參加1場團體戰", - "quest_title_quest_battle_raid_with_friend_plural": "和朋友一起參加{{amount_0}}場團體戰", - "quest_title_quest_battle_raid_with_friend_singular": "和朋友一起參加1場團體戰", - "quest_title_quest_battle_supereffective_charge_plural": "在 {{amount_0}} 場道館對戰中使出1次效果絕佳的特殊招式", - "quest_title_quest_battle_supereffective_charge_singular": "在1場道館對戰中使出效果絕佳的特殊招式", - "quest_title_quest_battle_team_rocket_plural": "打敗 {{amount_0}} 個GO火箭隊手下", - "quest_title_quest_battle_team_rocket_singular": "打敗1個GO火箭隊手下", - "quest_title_quest_battle_ultra_win_plural": "在高級聯盟的訓練家對戰中獲勝 {{amount_0}} 次", - "quest_title_quest_battle_ultra_win_singular": "在高級聯盟的訓練家對戰中獲勝1次", - "quest_title_quest_battle19_catch_fighting_easy": "捕捉 {{amount_0}} 隻格鬥屬性的寶可夢", - "quest_title_quest_battle19_catch_medium_pkmn": "捕捉 {{amount_0}} 隻幕下力士或瑪沙那", - "quest_title_quest_battle19_land_excellent_inarow_veryhard_pkmn": "連續投出 {{amount_0}} 次Excellent", - "quest_title_quest_battle19_raid_win_veryhard": "在團體戰中獲勝 {{amount_0}} 次", - "quest_title_quest_battle19_supereffective_charge_hard": "在 {{amount_0}} 場道館對戰中使出1次效果絕佳的特殊招式", - "quest_title_quest_battler_appears": "對手出現了!", - "quest_title_quest_beat_raid_10_minutes": "在 10 分內獲得團體戰勝利", - "quest_title_quest_beat_raid_60_seconds": "在 60 秒內獲得團體戰勝利", - "quest_title_quest_beat_raid_singular_minutes": "在 {{amount_0}} 分內獲得團體戰勝利", - "quest_title_quest_beat_raid_singular_seconds": "在 {{amount_0}} 秒內獲得團體戰勝利", - "quest_title_quest_begins19_catch_specific_plural": "Pokémon Day:捕捉 {{amount_0}} 隻波波或小拉達", - "quest_title_quest_begins19_evolve_plural": "Pokémon Day:讓1隻喵喵進化", - "quest_title_quest_beldum_catch_b": "捕捉 {{amount_0}} 隻鐵啞鈴", - "quest_title_quest_beldum_evolve_b_plural": "讓{{amount_0}}隻鐵啞鈴進化", - "quest_title_quest_beldum_evolve_b_singular": "讓1隻鐵啞鈴進化", - "quest_title_quest_bellsprout_catch_b": "捕捉{{amount_0}}隻喇叭芽", - "quest_title_quest_bellsprout_evolve_b_plural": "讓{{amount_0}}隻喇叭芽進化", - "quest_title_quest_bellsprout_evolve_b_singular": "讓1隻喇叭芽進化", - "quest_title_quest_bellsprout_snapshot_b": "為喇叭芽拍攝{{amount_0}}張GO Snapshot照片", - "quest_title_quest_beluga_evolve_pkmn": "Let's Go:讓 {{amount_0}} 隻太古羽蟲進化", - "quest_title_quest_beluga_excellent_singular": "Let's Go:投出 {{amount_0}} 次Excellent", - "quest_title_quest_beluga_hatch_plural": "Let's Go:孵 {{amount_0}} 顆蛋", - "quest_title_quest_best_buddy_bronze": "擁有1個正港好夥伴", - "quest_title_quest_best_buddy_silver": "擁有10個正港好夥伴", - "quest_title_quest_bounsweet_catch_b": "捕捉{{amount_0}}隻甜竹竹", - "quest_title_quest_bounsweet_evolve_b_plural": "讓{{amount_0}}隻甜竹竹進化", - "quest_title_quest_bounsweet_evolve_b_singular": "讓1隻甜竹竹進化", - "quest_title_quest_braixen_evolve_b": "讓{{amount_0}}隻長尾火狐進化", - "quest_title_quest_breakthrough_completed": "完成田野調查!", - "quest_title_quest_breakthrough_reward_mystery": "神秘道具", - "quest_title_quest_breakthrough_reward_stardust": "星星沙子", - "quest_title_quest_brionne_evolve_b_plural": "讓{{amount_0}}隻花漾海獅進化", - "quest_title_quest_brionne_evolve_b_singular": "讓1隻花漾海獅進化", - "quest_title_quest_buddy_affection_days": "和夥伴獲得心心{{amount_0}}天", - "quest_title_quest_buddy_affection_days_in_a_row": "連續 {{amount_0}} 天和夥伴獲得心心", - "quest_title_quest_buddy_battle_trainer_adventuring_plural": "當夥伴寶可夢跟在你身後走路時,派牠上場參加{{amount_0}}次訓練家對戰", - "quest_title_quest_buddy_battle_trainer_adventuring_single": "當夥伴寶可夢跟在你身後走路時,派牠上場參加1次訓練家對戰", - "quest_title_quest_buddy_souvenir_plural": "從夥伴那邊收到 {{amount_0}} 個紀念品", - "quest_title_quest_buddy_souvenir_singular": "從夥伴那邊收到1個紀念品", - "quest_title_quest_buddy_walk_km_plural": "和夥伴一起步行 {{amount_0}} 公里", - "quest_title_quest_bulbt_catch_b": "捕捉 {{amount_0}} 隻妙蛙種子", - "quest_title_quest_bulbt_evolve_b": "讓 {{amount_0}} 隻妙蛙種子進化", - "quest_title_quest_bulbt_evolve_s1": "讓 {{amount_0}} 隻妙蛙草進化", - "quest_title_quest_cacnea_catch": "捕捉 {{amount_0}} 隻刺球仙人掌", - "quest_title_quest_catch_151": "捕捉151隻寶可夢", - "quest_title_quest_catch_b_types_plural": "捕捉 {{amount_0}} 隻電、一般或毒屬性的寶可夢", - "quest_title_quest_catch_basic_types_plural": "捕捉 {{amount_0}} 隻草、水或火屬性的寶可夢", - "quest_title_quest_catch_berry_any_drifloon": "捕捉飄飄球時使用 {{amount_0}} 個樹果", - "quest_title_quest_catch_berry_nanab_drifloon": "捕捉飄飄球時使用 {{amount_0}} 個蕉香果", - "quest_title_quest_catch_berry_pinap": "用 {{amount_0}} 顆凰梨果來幫忙捕捉寶可夢", - "quest_title_quest_catch_berry_razz": "用 {{amount_0}} 顆蔓莓果來幫忙捕捉寶可夢", - "quest_title_quest_catch_berry_razz_drifloon": "捕捉飄飄球時使用 {{amount_0}} 個蔓莓果", - "quest_title_quest_catch_bronzor_plural": "捕捉{{amount_0}}隻銅鏡怪", - "quest_title_quest_catch_c_types_plural": "捕捉 {{amount_0}} 隻飛行、超能力或惡屬性的寶可夢", - "quest_title_quest_catch_carbink_singular": "捕捉1隻小碎鑽", - "quest_title_quest_catch_celebi_types_plural": "捕捉 {{amount_0}} 隻草屬性或超能力屬性的寶可夢", - "quest_title_quest_catch_costumed_plural": "捕捉{{amount_0}}隻戴著太陽頭冠或月亮頭冠的伊布", - "quest_title_quest_catch_crabrawler_plural": "捕捉{{amount_0}}隻好勝蟹", - "quest_title_quest_catch_dark_type_plural": "捕捉 {{amount_0}} 隻惡屬性的寶可夢", - "quest_title_quest_catch_darumaka_plural": "捕捉{{amount_0}}隻火紅不倒翁", - "quest_title_quest_catch_daysinarow": "連續 {{amount_0}} 天捕捉寶可夢", - "quest_title_quest_catch_dialga": "捕捉帝牙盧卡", - "quest_title_quest_catch_drifloon": "捕捉 {{amount_0}} 隻飄飄球", - "quest_title_quest_catch_ducklett_plural": "捕捉{{amount_0}}隻鴨寶寶", - "quest_title_quest_catch_ducklett_singular": "捕捉鴨寶寶", - "quest_title_quest_catch_emolga_plural": "捕捉{{amount_0}}隻電飛鼠", - "quest_title_quest_catch_excellent_curve_drifloon": "以Excellent曲球捕捉 {{amount_0}} 隻飄飄球", - "quest_title_quest_catch_excellent_with_berry_drifloon": "先餵食樹果再投出Excellent,捕捉 {{amount_0}} 隻飄飄球", - "quest_title_quest_catch_feed_plural": "捕捉寶可夢時使用 {{amount_0}} 個樹果", - "quest_title_quest_catch_feed_singular": "捕捉寶可夢時使用1個樹果", - "quest_title_quest_catch_furfou_singular": "捕捉1隻多麗米亞", - "quest_title_quest_catch_groudon_primal_boosted_types": "捕捉 {{amount_0}} 隻草、火或地面屬性的寶可夢", - "quest_title_quest_catch_groudon_type": "捕捉 {{amount_0}} 隻草、火或地面屬性的寶可夢", - "quest_title_quest_catch_hoenn_pokemon": "捕捉{{amount_0}}隻在豐緣地區首次被發現的寶可夢", - "quest_title_quest_catch_in_day_plural": "1天之內捕捉 {{amount_0}} 隻寶可夢", - "quest_title_quest_catch_jan21_hoenn1_plural": "捕捉 {{amount_0}} 隻固拉多", - "quest_title_quest_catch_jan21_hoenn2_plural": "捕捉 {{amount_0}} 隻蓋歐卡", - "quest_title_quest_catch_johto_pokemon": "捕捉{{amount_0}}隻在城都地區首次被發現的寶可夢", - "quest_title_quest_catch_kanto_pokemon": "捕捉{{amount_0}}隻在關都地區首次被發現的寶可夢", - "quest_title_quest_catch_kyogre_primal_boosted_types": "捕捉 {{amount_0}} 隻水、電或蟲屬性的寶可夢", - "quest_title_quest_catch_kyogre_type": "捕捉 {{amount_0}} 隻水、電或蟲屬性的寶可夢", - "quest_title_quest_catch_legendary_inarow_plural": "連續捕捉{{amount_0}}隻接下來出現的傳說的寶可夢或幻之寶可夢", - "quest_title_quest_catch_legendary_plural": "捕捉 {{amount_0}} 隻傳說的寶可夢或幻之寶可夢", - "quest_title_quest_catch_legendary_singular": "捕捉1隻傳說的寶可夢或幻之寶可夢", - "quest_title_quest_catch_lunatone_plural": "捕捉 {{amount_0}} 隻月石", - "quest_title_quest_catch_luvdisc": "捕捉 {{amount_0}} 隻愛心魚", - "quest_title_quest_catch_misc_01_types_plural": "捕捉 {{amount_0}} 隻一般、水或冰屬性的寶可夢", - "quest_title_quest_catch_nymble_plural": "捕捉{{amount_0}}隻豆蟋蟀", - "quest_title_quest_catch_palkia": "捕捉帕路奇亞", - "quest_title_quest_catch_pikachu_plural": "捕捉 {{amount_0}} 隻皮卡丘", - "quest_title_quest_catch_plural_unique": "捕捉 {{amount_0}} 種不同的寶可夢", - "quest_title_quest_catch_pokemon_dai_plural": "捕捉 {{amount_0}} 隻用散步小薰香吸引來的寶可夢", - "quest_title_quest_catch_pokemon_days": "捕捉寶可夢{{amount_0}}天", - "quest_title_quest_catch_pokemon_great_ball_plural": "使用超級球捕捉{{amount_0}}隻寶可夢", - "quest_title_quest_catch_pokemon_great_ball_singular": "使用超級球捕捉寶可夢", - "quest_title_quest_catch_pokemon_legendary_plural": "捕捉{{amount_0}}隻傳說的寶可夢", - "quest_title_quest_catch_pokemon_legendary_singular": "捕捉1隻傳說的寶可夢", - "quest_title_quest_catch_pokemon_party_plural": "在參加小隊時捕捉{{amount_0}}隻寶可夢", - "quest_title_quest_catch_pokemon_plural": "捕捉 {{amount_0}} 隻寶可夢", - "quest_title_quest_catch_pokemon_poke_ball_plural": "使用精靈球捕捉{{amount_0}}隻寶可夢", - "quest_title_quest_catch_pokemon_poke_ball_singular": "使用精靈球捕捉寶可夢", - "quest_title_quest_catch_pokemon_routes_plural": "在遊玩路線時捕捉{{amount_0}}隻寶可夢", - "quest_title_quest_catch_pokemon_routes_singular": "在遊玩路線時捕捉1隻寶可夢", - "quest_title_quest_catch_pokemon_singular": "捕捉1隻寶可夢", - "quest_title_quest_catch_pokemon_task": "捕捉 寶可夢", - "quest_title_quest_catch_pokemon_ultra_ball_plural": "使用高級球捕捉{{amount_0}}隻寶可夢", - "quest_title_quest_catch_pokemon_ultra_ball_singular": "使用高級球捕捉寶可夢", - "quest_title_quest_catch_psychic_steel": "捕捉 {{amount_0}} 隻超能力屬性或鋼屬性的寶可夢", - "quest_title_quest_catch_raid_regi_any": "在團體戰中捉到1隻雷吉洛克、雷吉艾斯或雷吉斯奇魯", - "quest_title_quest_catch_raid_regi_ice": "在團體戰中捕獲1隻雷吉艾斯", - "quest_title_quest_catch_raid_regi_rock": "在團體戰中捕獲1隻雷吉洛克", - "quest_title_quest_catch_raid_regi_steel": "在團體戰中捕獲1隻雷吉斯奇魯", - "quest_title_quest_catch_rayquaza_type": "捕捉 {{amount_0}} 隻飛行、超能力或龍屬性的寶可夢", - "quest_title_quest_catch_sinnoh_pokemon": "捕捉{{amount_0}}隻在神奧地區首次被發現的寶可夢", - "quest_title_quest_catch_sinnoh_pokemon_singular": "捕捉在神奧地區首次被發現的寶可夢", - "quest_title_quest_catch_solrock_plural": "捕捉 {{amount_0}} 隻太陽岩", - "quest_title_quest_catch_special_aerodactyl": "捕捉1隻化石翼龍", - "quest_title_quest_catch_special_bidoof": "捕捉 {{amount_0}} 隻大牙狸", - "quest_title_quest_catch_special_chespin": "捕捉1隻哈力栗", - "quest_title_quest_catch_special_cottonee": "捕捉 {{amount_0}} 隻木棉球", - "quest_title_quest_catch_special_cubone": "捕捉1隻卡拉卡拉", - "quest_title_quest_catch_special_exeggcute": "捕捉 {{amount_0}} 隻蛋蛋", - "quest_title_quest_catch_special_fennekin": "捕捉1隻火狐狸", - "quest_title_quest_catch_special_fletchling": "捕捉1隻小箭雀", - "quest_title_quest_catch_special_froakie": "捕捉1隻呱呱泡蛙", - "quest_title_quest_catch_special_furfrou": "捕捉1隻多麗米亞", - "quest_title_quest_catch_special_jirachi": "捕捉基拉祈!", - "quest_title_quest_catch_special_lieep_anorithl": "捕捉 {{amount_0}} 隻觸手百合或太古羽蟲", - "quest_title_quest_catch_special_litleo": "捕捉1隻小獅獅", - "quest_title_quest_catch_special_mew": "捕捉夢幻!", - "quest_title_quest_catch_special_natu": "捕捉 {{amount_0}} 隻天然雀", - "quest_title_quest_catch_special_omanyte_kabuto": "捕捉 {{amount_0}} 隻菊石獸或化石盔", - "quest_title_quest_catch_special_pumpkaboo": "捕捉 {{amount_0}} 隻南瓜精", - "quest_title_quest_catch_special_slugma_gulpin": "捕捉 {{amount_0}} 隻熔岩蟲或溶食獸", - "quest_title_quest_catch_special_voltorb": "捕捉 {{amount_0}} 隻霹靂電球", - "quest_title_quest_catch_special0_plural": "捕捉 {{amount_0}} 隻百變怪", - "quest_title_quest_catch_special0_plural_unique": "Tokyo eSports 2020:捕捉 {{amount_0}} 隻名單上的寶可夢", - "quest_title_quest_catch_special0_singular": "捕捉1隻百變怪", - "quest_title_quest_catch_special1_plural": "捕捉 {{amount_0}} 隻走路草或喇叭芽", - "quest_title_quest_catch_special1_singular": "捕捉1隻走路草或喇叭芽", - "quest_title_quest_catch_special2_plural": "捕捉 {{amount_0}} 隻青綿鳥", - "quest_title_quest_catch_special2_singular": "捕捉1隻青綿鳥", - "quest_title_quest_catch_special3_plural": "捕捉 {{amount_0}} 隻波波或黑暗鴉", - "quest_title_quest_catch_special3_singular": "捕捉1隻波波或黑暗鴉", - "quest_title_quest_catch_special4_plural": "捕捉 {{amount_0}} 隻木守宮或水躍魚", - "quest_title_quest_catch_special4_singular": "捕捉1隻木守宮或水躍魚", - "quest_title_quest_catch_special5_plural": "捕捉 {{amount_0}} 隻喵喵或向尾喵", - "quest_title_quest_catch_special5_singular": "捕捉1隻喵喵或向尾喵", - "quest_title_quest_catch_special6_plural": "捕捉 {{amount_0}} 隻咩利羊", - "quest_title_quest_catch_special7_plural": "捕捉 {{amount_0}} 隻小火龍", - "quest_title_quest_catch_special8_plural": "捕捉 {{amount_0}} 隻幼基拉斯", - "quest_title_quest_catch_special9_plural": "捕捉 {{amount_0}} 隻未知圖騰", - "quest_title_quest_catch_special10_plural": "捕捉 {{amount_0}} 隻正電拍拍", - "quest_title_quest_catch_special11_plural": "捕捉 {{amount_0}} 隻負電拍拍", - "quest_title_quest_catch_special12_plural": "捕捉 {{amount_0}} 隻傑尼龜", - "quest_title_quest_catch_special13_plural": "捕捉 {{amount_0}} 隻毒薔薇", - "quest_title_quest_catch_special14_singular": "捕捉1隻喵喵或卡蒂狗", - "quest_title_quest_catch_special15_singular": "捕捉布魯或土狼犬", - "quest_title_quest_catch_special16_singular": "捕捉1隻向尾喵或土狼犬", - "quest_title_quest_catch_special17_plural": "捕捉 {{amount_0}} 隻伊布", - "quest_title_quest_catch_special18_plural": "捕捉 {{amount_0}} 隻鐵啞鈴", - "quest_title_quest_catch_special19_plural": "捕捉 {{amount_0}} 隻懶人獺", - "quest_title_quest_catch_special20_plural": "捕捉 {{amount_0}} 隻拉魯拉絲", - "quest_title_quest_catch_special21_singular": "捕捉1隻小拉達或皮卡丘", - "quest_title_quest_catch_special22_plural": "捕捉 {{amount_0}} 隻菊草葉", - "quest_title_quest_catch_special23_plural": "捕捉 {{amount_0}} 隻火球鼠", - "quest_title_quest_catch_special24_plural": "捕捉 {{amount_0}} 隻小鋸鱷", - "quest_title_quest_catch_special25_plural": "捕捉 {{amount_0}} 隻小山豬", - "quest_title_quest_catch_special26_plural": "捕捉 {{amount_0}} 隻木守宮", - "quest_title_quest_catch_special27_plural": "捕捉 {{amount_0}} 隻寶貝龍", - "quest_title_quest_catch_special28_plural": "捕捉 {{amount_0}} 隻火稚雞", - "quest_title_quest_catch_special29_plural": "捕捉 {{amount_0}} 隻水躍魚", - "quest_title_quest_catch_special31_plural": "捕捉 {{amount_0}} 隻草苗龜", - "quest_title_quest_catch_special33_plural": "捕捉 {{amount_0}} 隻大顎蟻", - "quest_title_quest_catch_special34_plural": "捕捉 {{amount_0}} 隻小火焰猴", - "quest_title_quest_catch_special35_plural": "捕捉 {{amount_0}} 隻波加曼", - "quest_title_quest_catch_special36_plural": "捕捉 {{amount_0}} 隻獨角犀牛", - "quest_title_quest_catch_special37_plural": "捕捉 {{amount_0}} 隻腕力", - "quest_title_quest_catch_special38_plural": "捕捉 {{amount_0}} 隻六尾", - "quest_title_quest_catch_special39_plural": "捕捉 {{amount_0}} 隻迷你龍", - "quest_title_quest_catch_special40_plural": "捕捉 {{amount_0}} 隻凱西", - "quest_title_quest_catch_special41_plural": "捕捉 {{amount_0}} 隻海豹球", - "quest_title_quest_catch_special42_plural": "捕捉 {{amount_0}} 隻獨角蟲", - "quest_title_quest_catch_special43_plural": "捕捉 {{amount_0}} 隻姆克兒", - "quest_title_quest_catch_special44_plural": "捕捉 {{amount_0}} 隻橡實果", - "quest_title_quest_catch_special45_plural": "捕捉 {{amount_0}} 隻臭泥", - "quest_title_quest_catch_special46_plural": "捕捉 {{amount_0}} 隻多邊獸", - "quest_title_quest_catch_staryu_plural": "捕捉 {{amount_0}} 隻海星星", - "quest_title_quest_catch_stufful_pinap_plural": "用 {{amount_0}} 顆凰梨果來幫忙捕捉寶可夢", - "quest_title_quest_catch_stufful_pinap_singular": "捕捉寶可夢時使用1顆凰梨果", - "quest_title_quest_catch_stufful_razz_plural": "用 {{amount_0}} 顆蔓莓果來幫忙捕捉寶可夢", - "quest_title_quest_catch_stufful_razz_singular": "捕捉寶可夢時使用1顆蔓莓果", - "quest_title_quest_catch_transform_pokemon_plural": "捕捉 {{amount_0}} 隻變身寶可夢", - "quest_title_quest_catch_trubbish_plural": "捕捉 {{amount_0}} 隻破破袋", - "quest_title_quest_catch_type_bug_plural": "捕捉 {{amount_0}} 隻蟲屬性的寶可夢", - "quest_title_quest_catch_type_bug_plural_unique": "捕捉 {{amount_0}} 種蟲屬性的寶可夢", - "quest_title_quest_catch_type_bug_singular": "捕捉1隻蟲屬性的寶可夢", - "quest_title_quest_catch_type_buzzwole": "捕捉1隻屬性和爆肌蚊相同的寶可夢", - "quest_title_quest_catch_type_buzzwole_effective": "捕捉屬相可剋爆肌蚊的寶可夢", - "quest_title_quest_catch_type_buzzwole_plural": "捕捉 {{amount_0}} 隻屬性和爆肌蚊相同的寶可夢", - "quest_title_quest_catch_type_celesteela_effective": "捕捉屬相可剋鐵火輝夜的寶可夢", - "quest_title_quest_catch_type_dark_plural": "捕捉 {{amount_0}} 隻惡屬性的寶可夢", - "quest_title_quest_catch_type_dark_plural_unique": "捕捉 {{amount_0}} 種惡屬性的寶可夢", - "quest_title_quest_catch_type_dark_singular": "捕捉1隻惡屬性的寶可夢", - "quest_title_quest_catch_type_dragon_normal_plural": "捕捉{{amount_0}}隻一般屬性或龍屬性的寶可夢", - "quest_title_quest_catch_type_dragon_plural": "捕捉 {{amount_0}} 隻龍屬性的寶可夢", - "quest_title_quest_catch_type_dragon_plural_unique": "捕捉{{amount_0}}種龍屬性的寶可夢", - "quest_title_quest_catch_type_dragon_singular": "捕捉1隻龍屬性的寶可夢", - "quest_title_quest_catch_type_electric_flying_plural": "捕捉{{amount_0}}隻電屬性或飛行屬性的寶可夢", - "quest_title_quest_catch_type_electric_plural": "捕捉 {{amount_0}} 隻電屬性的寶可夢", - "quest_title_quest_catch_type_electric_plural_unique": "捕捉 {{amount_0}} 種電屬性的寶可夢", - "quest_title_quest_catch_type_electric_singular": "捕捉1隻電屬性的寶可夢", - "quest_title_quest_catch_type_fairy_plural": "捕捉 {{amount_0}} 隻妖精屬性的寶可夢", - "quest_title_quest_catch_type_fairy_plural_unique": "捕捉 {{amount_0}} 種妖精屬性的寶可夢", - "quest_title_quest_catch_type_fairy_singular": "捕捉1隻妖精屬性的寶可夢", - "quest_title_quest_catch_type_fighting_plural": "捕捉 {{amount_0}} 隻格鬥屬性的寶可夢", - "quest_title_quest_catch_type_fighting_plural_unique": "捕捉{{amount_0}}種格鬥屬性的寶可夢", - "quest_title_quest_catch_type_fighting_singular": "捕捉1隻格鬥屬性的寶可夢", - "quest_title_quest_catch_type_fire_dark_plural_unique": "捕捉 {{amount_0}} 隻火屬性或惡屬性的寶可夢", - "quest_title_quest_catch_type_fire_plural": "捕捉 {{amount_0}} 隻火屬性的寶可夢", - "quest_title_quest_catch_type_fire_singular": "捕捉1隻火屬性的寶可夢", - "quest_title_quest_catch_type_flying_plural": "捕捉 {{amount_0}} 隻飛行屬性的寶可夢", - "quest_title_quest_catch_type_flying_plural_unique": "捕捉 {{amount_0}} 種飛行屬性的寶可夢", - "quest_title_quest_catch_type_flying_singular": "捕捉1隻飛行屬性的寶可夢", - "quest_title_quest_catch_type_ghost_dark_plural": "捕捉 {{amount_0}} 隻幽靈屬性或惡屬性的寶可夢", - "quest_title_quest_catch_type_ghost_plural": "捕捉 {{amount_0}} 隻幽靈屬性的寶可夢", - "quest_title_quest_catch_type_ghost_plural_unique": "捕捉 {{amount_0}} 種幽靈屬性的寶可夢", - "quest_title_quest_catch_type_ghost_singular": "捕捉1隻幽靈屬性的寶可夢", - "quest_title_quest_catch_type_grass_bug_plural": "捕捉 {{amount_0}} 隻草屬性或蟲屬性的寶可夢", - "quest_title_quest_catch_type_grass_plural": "捕捉 {{amount_0}} 隻草屬性的寶可夢", - "quest_title_quest_catch_type_grass_plural_unique": "捕捉 {{amount_0}} 種草屬性的寶可夢", - "quest_title_quest_catch_type_grass_poison_plural": "捕捉{{amount_0}}隻草屬性或毒屬性的寶可夢", - "quest_title_quest_catch_type_grass_singular": "捕捉1隻草屬性的寶可夢", - "quest_title_quest_catch_type_ground_plural": "捕捉 {{amount_0}} 隻地面屬性的寶可夢", - "quest_title_quest_catch_type_ground_plural_unique": "捕捉 {{amount_0}} 種地面屬性的寶可夢", - "quest_title_quest_catch_type_ground_singular": "捕捉1隻地面屬性的寶可夢", - "quest_title_quest_catch_type_guzzlord_effective": "捕捉屬相可剋惡食大王的寶可夢", - "quest_title_quest_catch_type_ice_grass_plural_unique": "捕捉 {{amount_0}} 隻冰或草屬性的寶可夢", - "quest_title_quest_catch_type_ice_plural": "捕捉 {{amount_0}} 隻冰屬性的寶可夢", - "quest_title_quest_catch_type_ice_plural_unique": "捕捉 {{amount_0}} 種冰屬性的寶可夢", - "quest_title_quest_catch_type_ice_singular": "捕捉1隻冰屬性的寶可夢", - "quest_title_quest_catch_type_kartana_effective": "捕捉屬相可剋紙御劍的寶可夢", - "quest_title_quest_catch_type_nihilego": "捕捉1隻屬性和虛吾伊德相同的寶可夢", - "quest_title_quest_catch_type_nihilego_effective": "捕捉屬相可剋虛吾伊德的寶可夢", - "quest_title_quest_catch_type_nihilego_plural": "捕捉 {{amount_0}} 隻屬性和虛吾伊德相同的寶可夢", - "quest_title_quest_catch_type_normal_plural": "捕捉 {{amount_0}} 隻一般屬性的寶可夢", - "quest_title_quest_catch_type_normal_plural_unique": "捕捉 {{amount_0}} 種一般屬性的寶可夢", - "quest_title_quest_catch_type_normal_singular": "捕捉1隻一般屬性的寶可夢", - "quest_title_quest_catch_type_pheremosa_effective": "捕捉屬相可剋費洛美螂的寶可夢", - "quest_title_quest_catch_type_pheromosa": "捕捉1隻屬性和費洛美螂相同的寶可夢", - "quest_title_quest_catch_type_pheromosa_plural": "捕捉 {{amount_0}} 隻屬性和費洛美螂相同的寶可夢", - "quest_title_quest_catch_type_poison_plural": "捕捉 {{amount_0}} 隻毒屬性的寶可夢", - "quest_title_quest_catch_type_poison_plural_unique": "捕捉{{amount_0}}種毒屬性的寶可夢", - "quest_title_quest_catch_type_poison_singular": "捕捉1隻毒屬性的寶可夢", - "quest_title_quest_catch_type_psychic_fairy_plural": "Catch {{amount_0}} Psychic- or Fairy-type Pokémon", - "quest_title_quest_catch_type_psychic_fighting_plural": "捕捉{{amount_0}}隻超能力屬性或格鬥屬性的寶可夢", - "quest_title_quest_catch_type_psychic_plural": "捕捉 {{amount_0}} 隻超能力屬性的寶可夢", - "quest_title_quest_catch_type_psychic_plural_unique": "捕捉 {{amount_0}} 種超能力屬性的寶可夢", - "quest_title_quest_catch_type_psychic_singular": "捕捉1隻超能力屬性的寶可夢", - "quest_title_quest_catch_type_rock_plural": "捕捉 {{amount_0}} 隻岩石屬性的寶可夢", - "quest_title_quest_catch_type_rock_plural_unique": "捕捉{{amount_0}}種岩石屬性的寶可夢", - "quest_title_quest_catch_type_rock_singular": "捕捉1隻岩石屬性的寶可夢", - "quest_title_quest_catch_type_shaymin": "捕捉1隻屬性和謝米相同的寶可夢", - "quest_title_quest_catch_type_shaymin_plural": "捕捉 {{amount_0}} 隻屬性和謝米相同的寶可夢", - "quest_title_quest_catch_type_steel_plural": "捕捉 {{amount_0}} 隻鋼屬性的寶可夢", - "quest_title_quest_catch_type_steel_plural_unique": "捕捉 {{amount_0}} 種鋼屬性的寶可夢", - "quest_title_quest_catch_type_steel_singular": "捕捉1隻鋼屬性的寶可夢", - "quest_title_quest_catch_type_water_electric_fire_plural_unique": "捕捉 {{amount_0}} 隻水、電或火屬性的寶可夢", - "quest_title_quest_catch_type_water_flying_plural": "捕捉{{amount_0}}隻水屬性或飛行屬性的寶可夢", - "quest_title_quest_catch_type_water_ground_plural": "捕捉{{amount_0}}隻水屬性或地面屬性的寶可夢", - "quest_title_quest_catch_type_water_plural": "捕捉 {{amount_0}} 隻水屬性的寶可夢", - "quest_title_quest_catch_type_water_plural_unique": "捕捉 {{amount_0}} 種水屬性的寶可夢", - "quest_title_quest_catch_type_water_singular": "捕捉1隻水屬性的寶可夢", - "quest_title_quest_catch_type_xurkitree": "捕捉1隻屬性和電束木相同的寶可夢", - "quest_title_quest_catch_type_xurkitree_effective": "捕捉屬相可剋電束木的寶可夢", - "quest_title_quest_catch_type_xurkitree_plural": "捕捉 {{amount_0}} 隻屬性和電束木相同的寶可夢", - "quest_title_quest_catch_types_rainy_plural": "捕捉 {{amount_0}} 隻水、電或蟲屬性的寶可夢", - "quest_title_quest_catch_types_rainy_singular": "捕捉1隻水、電或蟲屬性的寶可夢", - "quest_title_quest_catch_types_snowy_plural": "捕捉 {{amount_0}} 隻冰或鋼屬性的寶可夢", - "quest_title_quest_catch_types_snowy_singular": "捕捉1隻冰或鋼屬性的寶可夢", - "quest_title_quest_catch_types_sunny_plural": "捕捉 {{amount_0}} 隻草、火或地面屬性的寶可夢", - "quest_title_quest_catch_types_sunny_singular": "捕捉1隻草、火或地面屬性的寶可夢", - "quest_title_quest_catch_types_windy_plural": "捕捉 {{amount_0}} 隻飛行、龍或超能力屬性的寶可夢", - "quest_title_quest_catch_types_windy_singular": "捕捉1隻飛行、龍或超能力屬性的寶可夢", - "quest_title_quest_catch_weather_boost_plural": "捕捉 {{amount_0}} 隻擁有天氣優勢的寶可夢", - "quest_title_quest_catch_weather_boost_singular": "捕捉1隻擁有天氣優勢的寶可夢", - "quest_title_quest_catch_whismur": "捕捉 {{amount_0}} 隻咕妞妞", - "quest_title_quest_challenge_party_power_plural": "在團體戰中使用{{amount_0}}次小隊之力", - "quest_title_quest_challenge_party_power_singular": "在團體戰中使用1次小隊之力", - "quest_title_quest_change_form_furfrou": "改變多麗米亞的樣子", - "quest_title_quest_change_form_plural": "讓 {{amount_0}} 隻寶可夢改變樣子", - "quest_title_quest_change_form_singular": "讓1隻寶可夢改變樣子", - "quest_title_quest_chansey_catch_b": "捕捉{{amount_0}}隻吉利蛋", - "quest_title_quest_chansey_evolve_b_plural": "讓{{amount_0}}隻吉利蛋進化", - "quest_title_quest_chansey_evolve_b_singular": "讓1隻吉利蛋進化", - "quest_title_quest_chansey_snapshot_b": "為吉利蛋拍攝{{amount_0}}張GO Snapshot照片", - "quest_title_quest_charge_attack_party_plural": "在參加小隊時使出{{amount_0}}次特殊招式", - "quest_title_quest_charge_attack_party_singular": "在參加小隊時使出特殊招式", - "quest_title_quest_charged_attack_plural": "使出 {{amount_0}} 次特殊攻擊", - "quest_title_quest_charjabug_evolve_b": "讓{{amount_0}}隻蟲電寶進化", - "quest_title_quest_chart_catch_b": "捕捉 {{amount_0}} 隻小火龍", - "quest_title_quest_chart_catch_s1": "捕捉 {{amount_0}} 隻火恐龍", - "quest_title_quest_chart_evolve_b": "讓 {{amount_0}} 隻小火龍進化", - "quest_title_quest_chart_evolve_s1": "讓 {{amount_0}} 隻火恐龍進化", - "quest_title_quest_chespin_catch_b": "捕捉{{amount_0}}隻哈力栗", - "quest_title_quest_chespin_evolve_b": "讓{{amount_0}}隻哈力栗進化", - "quest_title_quest_chespin_snapshot_b": "為哈力栗拍攝{{amount_0}}張照片", - "quest_title_quest_crocalor_evolve_b": "讓炙燙鱷進化", - "quest_title_quest_cyndaquil_catch_b": "捕捉{{amount_0}}隻火球鼠", - "quest_title_quest_cyndaquil_evolve_b_plural": "讓{{amount_0}}隻火球鼠進化", - "quest_title_quest_cyndaquil_evolve_b_singular": "讓1隻火球鼠進化", - "quest_title_quest_dartrix_evolve_b_plural": "讓{{amount_0}}隻投羽梟進化", - "quest_title_quest_dartrix_evolve_b_singular": "讓{{amount_0}}隻投羽梟進化", - "quest_title_quest_dec2021_catch_b": "捕捉 {{amount_0}} 隻2021年社群日的主題寶可夢", - "quest_title_quest_dec2022_catch_b": "捕捉 {{amount_0}} 隻2022年社群日的主題寶可夢", - "quest_title_quest_dec2023_catch_b": "捕捉{{amount_0}}隻在2023年社群日登場的寶可夢", - "quest_title_quest_defeat_jessie_james_plural": "打敗武藏或小次郎 {{amount_0}} 次", - "quest_title_quest_defeat_rocket": "打敗 {{amount_0}} 個GO火箭隊成員", - "quest_title_quest_defeat_rocket_leader_2500": "用CP低於2,500的寶可夢打敗GO火箭隊幹部 {{amount_0}} 次", - "quest_title_quest_defeat_rocket_singular": "打敗1個GO火箭隊成員", - "quest_title_quest_deino_catch": "捕捉 {{amount_0}} 隻單首龍", - "quest_title_quest_deino_evolve_a": "讓 {{amount_0}} 隻單首龍進化", - "quest_title_quest_deino_evolve_b": "讓 {{amount_0}} 隻單首龍或雙首暴龍進化", - "quest_title_quest_deino_snap": "為單首龍拍攝 {{amount_0}} 張照片", - "quest_title_quest_dragonair_evolve_b": "讓{{amount_0}}隻哈克龍進化", - "quest_title_quest_dratini_cdc_catch_b": "捕捉 {{amount_0}} 隻迷你龍", - "quest_title_quest_dratini_cdc_evolve_b": "讓{{amount_0}}隻迷你龍進化", - "quest_title_quest_dratini_cdc_snapshot_b": "為迷你龍拍攝{{amount_0}}張照片", - "quest_title_quest_drizzle_evolve": "讓1隻變澀蜥進化", - "quest_title_quest_dude_catch": "捕捉 {{amount_0}} 隻小拳石", - "quest_title_quest_dude_evolve_a": "讓 {{amount_0}} 隻小拳石進化", - "quest_title_quest_dude_evolve_b": "讓 {{amount_0}} 隻隆隆石進化", - "quest_title_quest_dude_snap": "為小拳石拍攝 {{amount_0}} 張照片", - "quest_title_quest_duskt_catch_b": "捕捉 {{amount_0}} 隻夜巡靈", - "quest_title_quest_duskt_evolve_b": "讓 {{amount_0}} 隻夜巡靈進化", - "quest_title_quest_duskt_evolve_s1": "讓1隻彷徨夜靈進化", - "quest_title_quest_earn_buddy_ribbon_plural": "為{{amount_0}}隻寶可夢佩上正港好夥伴獎章", - "quest_title_quest_eelektrik_evolve_b_plural": "讓{{amount_0}}隻麻麻鰻進化", - "quest_title_quest_eelektrik_evolve_b_singular": "讓1隻麻麻鰻進化", - "quest_title_quest_eevee_evolve_plural": "讓伊布完成所有形態的進化", - "quest_title_quest_eevet_catch_b": "捕捉 {{amount_0}} 隻伊布", - "quest_title_quest_eevet_evolve_b": "讓 {{amount_0}} 隻伊布進化", - "quest_title_quest_elect_catch_b": "捕捉 {{amount_0}} 隻電擊獸", - "quest_title_quest_elect_evolve_b": "讓 {{amount_0}} 隻電擊獸進化", - "quest_title_quest_elite_raid_victory_plural": "在菁英團體戰獲勝{{amount_0}}次", - "quest_title_quest_elite_raid_victory_singular": "在菁英團體戰獲勝1次", - "quest_title_quest_elite4_a": "擊敗GO Tour四天王:台地", - "quest_title_quest_elite4_b": "擊敗GO Tour四天王:洞窟", - "quest_title_quest_elite4_c": "擊敗GO Tour四天王:海洋", - "quest_title_quest_elite4_d": "擊敗GO Tour四天王:莽原", - "quest_title_quest_elrd22_april16_battle": "蛋蛋研究:參加1次道館對戰", - "quest_title_quest_elrd22_april16_berries": "蛋蛋研究:捕捉寶可夢時使用3顆樹果來輔助", - "quest_title_quest_elrd22_april16_catch_grass": "蛋蛋研究:捕捉3隻草屬性寶可夢", - "quest_title_quest_elrd22_april16_charged_move": "蛋蛋研究:使出1次效果絕佳的特殊招式", - "quest_title_quest_elrd22_april16_curve": "蛋蛋研究:投出5次曲球", - "quest_title_quest_elrd22_april16_evolve_grass": "蛋蛋研究:讓2隻草屬性寶可夢進化", - "quest_title_quest_elrd22_april16_gifts_stickers": "蛋蛋研究:傳送2個貼了貼圖的友情禮物給朋友", - "quest_title_quest_elrd22_april16_great": "蛋蛋研究:投出3次Great", - "quest_title_quest_elrd22_april16_great_row": "蛋蛋研究:連續投出2次Great", - "quest_title_quest_elrd22_april16_nice": "蛋蛋研究:投出5次Nice", - "quest_title_quest_elrd22_april16_nice_row": "蛋蛋研究:連續投出3次Nice", - "quest_title_quest_elrd22_april16_raid": "蛋蛋研究:參加1場團體戰", - "quest_title_quest_elrd22_april16_spin": "蛋蛋研究:拜訪2個寶可補給站", - "quest_title_quest_elrd22_april16_weather_easy": "蛋蛋研究:捕捉3隻擁有天氣優勢的寶可夢", - "quest_title_quest_elrd22_april16_weather_hard": "蛋蛋研究:捕捉5隻擁有天氣優勢的寶可夢", - "quest_title_quest_elrd22_april16_wild_grass_snapshot": "タマタマリサーチ:野生のくさタイプのポケモンのGOスナップショットを撮る", - "quest_title_quest_equinox19_catch_medium_pkmn": "捕捉 {{amount_0}} 隻妙蛙種子或菊草葉", - "quest_title_quest_equinox19_catch_type_grass_plural": "捕捉 {{amount_0}} 隻草屬性的寶可夢", - "quest_title_quest_equinox19_evolve_type_grass_plural": "讓 {{amount_0}} 隻草屬性的寶可夢進化", - "quest_title_quest_equinox19_evolve_type_grass_plural_2": "讓 {{amount_0}} 隻草屬性的寶可夢進化", - "quest_title_quest_event_eevee_snapshot_barcelona": "在巴塞隆納為你的伊布拍攝1張GO Snapshot照片", - "quest_title_quest_event_eevee_snapshot_jakarta": "Take a snapshot of your Eevee in Jakarta", - "quest_title_quest_event_eevee_snapshot_mexico_city": "在墨西哥城為你的伊布拍攝1張GO Snapshot照片", - "quest_title_quest_event_eevee_snapshot_seoul": "在首爾為你的伊布拍攝1張GO Snapshot照片", - "quest_title_quest_event_eevee_snapshot_tainan": "在台南為你的伊布拍攝1張GO Snapshot照片", - "quest_title_quest_event_leave_behind_spin": "旋轉10個從未去過的寶可補給站和道館", - "quest_title_quest_event_leave_behind_spin_safari_city": "旋轉伊布探險的寶可補給站", - "quest_title_quest_event_leave_behind_spin_safari_city_plural": "旋轉{{amount_0}}個從未去過的伊布探索的寶可補給站", - "quest_title_quest_event_leave_behind_spin_safari_city_singular": "旋轉從未去過的伊布探索的寶可補給站", - "quest_title_quest_event_spin_barcelona": "旋轉1個巴塞隆納的寶可補給站或道館轉盤", - "quest_title_quest_event_spin_incheon": "Spin a PokéStop or Gym in Incheon", - "quest_title_quest_event_spin_jakarta": "Spin a PokéStop or Gym in Jakarta", - "quest_title_quest_event_spin_mexico_city": "旋轉1個墨西哥城的寶可補給站或道館轉盤", - "quest_title_quest_event_spin_seoul": "旋轉1個首爾的寶可補給站或道館轉盤", - "quest_title_quest_event_spin_tainan": "旋轉1個台南的寶可補給站或道館轉盤", - "quest_title_quest_evolve_abra_singular": "讓1隻凱西進化", - "quest_title_quest_evolve_aipom_singular": "讓1隻長尾怪手進化", - "quest_title_quest_evolve_amaura_singular": "讓1隻冰雪龍進化", - "quest_title_quest_evolve_anorith_singular": "讓1隻太古羽蟲進化", - "quest_title_quest_evolve_archen_singular": "讓1隻始祖小鳥進化", - "quest_title_quest_evolve_aron_singular": "讓1隻可可多拉進化", - "quest_title_quest_evolve_axew_singular": "讓1隻牙牙進化", - "quest_title_quest_evolve_azurill_singular": "讓1隻露力麗進化", - "quest_title_quest_evolve_bagon_singular": "讓1隻寶貝龍進化", - "quest_title_quest_evolve_baltoy_singular": "讓1隻天秤偶進化", - "quest_title_quest_evolve_barboach_singular": "讓1隻泥泥鰍進化", - "quest_title_quest_evolve_bayleef": "讓1隻月桂葉進化", - "quest_title_quest_evolve_bayleef_singular": "讓1隻月桂葉進化", - "quest_title_quest_evolve_beldum_singular": "讓1隻鐵啞鈴進化", - "quest_title_quest_evolve_bellsprout_singular": "讓1隻喇叭芽進化", - "quest_title_quest_evolve_bergmite_singular": "讓1隻冰寶進化", - "quest_title_quest_evolve_bidoof_singular": "讓1隻大牙狸進化", - "quest_title_quest_evolve_binacle_singular": "讓1隻龜腳腳進化", - "quest_title_quest_evolve_blitzle_singular": "讓1隻斑斑馬進化", - "quest_title_quest_evolve_boldore_singular": "讓1隻地幔岩進化", - "quest_title_quest_evolve_bonsly_singular": "讓1隻盆才怪進化", - "quest_title_quest_evolve_braixen_singular": "讓1隻長尾火狐進化", - "quest_title_quest_evolve_bronzor_singular": "讓1隻銅鏡怪進化", - "quest_title_quest_evolve_budew_singular": "讓1隻含羞苞進化", - "quest_title_quest_evolve_buizel_singular": "讓1隻泳圈鼬進化", - "quest_title_quest_evolve_bulbasaur": "讓1隻妙蛙種子進化", - "quest_title_quest_evolve_bulbasaur_singular": "讓1隻妙蛙種子進化", - "quest_title_quest_evolve_buneary_singular": "讓1隻捲捲耳進化", - "quest_title_quest_evolve_bunnelby_singular": "讓1隻掘掘兔進化", - "quest_title_quest_evolve_burmy_singular": "讓1隻結草兒進化", - "quest_title_quest_evolve_cacnea_singular": "讓1隻刺球仙人掌進化", - "quest_title_quest_evolve_carvanha_singular": "讓1隻利牙魚進化", - "quest_title_quest_evolve_cascoon_singular": "讓1隻盾甲繭進化", - "quest_title_quest_evolve_caterpie_singular": "讓1隻綠毛蟲進化", - "quest_title_quest_evolve_chansey_singular": "讓1隻吉利蛋進化", - "quest_title_quest_evolve_charmander": "讓1隻小火龍進化", - "quest_title_quest_evolve_charmander_singular": "讓1隻小火龍進化", - "quest_title_quest_evolve_charmeleon_singular": "讓1隻火恐龍進化", - "quest_title_quest_evolve_cherubi_singular": "讓1隻櫻花寶進化", - "quest_title_quest_evolve_chespin_singular": "讓1隻哈力栗進化", - "quest_title_quest_evolve_chikorita": "讓1隻菊草葉進化", - "quest_title_quest_evolve_chikorita_singular": "讓1隻菊草葉進化", - "quest_title_quest_evolve_chimchar_singular": "讓1隻小火焰猴進化", - "quest_title_quest_evolve_chinchou_singular": "讓1隻燈籠魚進化", - "quest_title_quest_evolve_chingling_singular": "讓1隻鈴鐺響進化", - "quest_title_quest_evolve_clamperl_singular": "讓1隻珍珠貝進化", - "quest_title_quest_evolve_clauncher_singular": "讓1隻鐵臂槍蝦進化", - "quest_title_quest_evolve_clefairy_singular": "讓1隻皮皮進化", - "quest_title_quest_evolve_cleffa_singular": "讓1隻皮寶寶進化", - "quest_title_quest_evolve_combee_singular": "讓1隻三蜜蜂進化", - "quest_title_quest_evolve_combusken_singular": "讓1隻力壯雞進化", - "quest_title_quest_evolve_corphish_singular": "讓1隻龍蝦小兵進化", - "quest_title_quest_evolve_cosmoem_singular": "讓1隻科斯莫姆進化", - "quest_title_quest_evolve_cosmog_singular": "讓1隻科斯莫古進化", - "quest_title_quest_evolve_cottonee_singular": "讓1隻木棉球進化", - "quest_title_quest_evolve_cranidos_singular": "讓1隻頭蓋龍進化", - "quest_title_quest_evolve_croagunk_singular": "讓1隻不良蛙進化", - "quest_title_quest_evolve_croconaw": "讓1隻藍鱷進化", - "quest_title_quest_evolve_croconaw_singular": "讓1隻藍鱷進化", - "quest_title_quest_evolve_cubchoo_singular": "讓1隻噴嚏熊進化", - "quest_title_quest_evolve_cubone_singular": "讓1隻卡拉卡拉進化", - "quest_title_quest_evolve_cyndaquil": "讓1隻火球鼠進化", - "quest_title_quest_evolve_cyndaquil_singular": "讓1隻火球鼠進化", - "quest_title_quest_evolve_dark_type_singular": "讓1隻惡屬性的寶可夢進化", - "quest_title_quest_evolve_darumaka_singular": "讓1隻火紅不倒翁進化", - "quest_title_quest_evolve_deerling_singular": "讓1隻四季鹿進化", - "quest_title_quest_evolve_deino_singular": "讓1隻單首龍進化", - "quest_title_quest_evolve_dewott_singular": "讓1隻雙刃丸進化", - "quest_title_quest_evolve_diglett_singular": "讓1隻地鼠進化", - "quest_title_quest_evolve_doduo_singular": "讓1隻嘟嘟進化", - "quest_title_quest_evolve_doublade_singular": "讓1隻雙劍鞘進化", - "quest_title_quest_evolve_dragonair_singular": "讓1隻哈克龍進化", - "quest_title_quest_evolve_dratini_singular": "讓1隻迷你龍進化", - "quest_title_quest_evolve_drifloon_singular": "讓1隻飄飄球進化", - "quest_title_quest_evolve_drilbur_singular": "讓1隻螺釘地鼠進化", - "quest_title_quest_evolve_drowzee_singular": "讓1隻催眠貘進化", - "quest_title_quest_evolve_ducklett_singular": "讓1隻鴨寶寶進化", - "quest_title_quest_evolve_duosion_singular": "讓1隻雙卵細胞球進化", - "quest_title_quest_evolve_durant_singular": "讓1隻鐵蟻進化", - "quest_title_quest_evolve_dusclops_singular": "讓1隻彷徨夜靈進化", - "quest_title_quest_evolve_duskull_singular": "讓1隻夜巡靈進化", - "quest_title_quest_evolve_dwebble_singular": "讓1隻石居蟹進化", - "quest_title_quest_evolve_eelektrik_singular": "讓1隻麻麻鰻進化", - "quest_title_quest_evolve_eevee_singular": "讓1隻伊布進化", - "quest_title_quest_evolve_eevee_types_plural": "讓 {{amount_0}} 隻電、水或火屬性的寶可夢進化", - "quest_title_quest_evolve_eevee_types_singular": "讓1隻電、水或火屬性的寶可夢進化", - "quest_title_quest_evolve_ekans_singular": "讓1隻阿柏蛇進化", - "quest_title_quest_evolve_electabuzz_singular": "讓1隻電擊獸進化", - "quest_title_quest_evolve_electrike_singular": "讓1隻落雷獸進化", - "quest_title_quest_evolve_elekid_singular": "讓1隻電擊怪進化", - "quest_title_quest_evolve_elgyem_singular": "讓1隻小灰怪進化", - "quest_title_quest_evolve_espeon": "在白天讓伊布進化成太陽伊布", - "quest_title_quest_evolve_espurr_singular": "讓1隻妙喵進化", - "quest_title_quest_evolve_evolved_grass_singular": "讓1隻已經進化過的草屬性寶可夢進一步進化", - "quest_title_quest_evolve_exeggcute_singular": "讓1隻蛋蛋進化", - "quest_title_quest_evolve_farfetch'd_singular": "讓1隻大蔥鴨進化", - "quest_title_quest_evolve_feebas_singular": "讓1隻醜醜魚進化", - "quest_title_quest_evolve_fennekin_singular": "讓1隻火狐狸進化", - "quest_title_quest_evolve_ferroseed_singular": "讓1隻種子鐵球進化", - "quest_title_quest_evolve_finneon_singular": "讓1隻螢光魚進化", - "quest_title_quest_evolve_flaaffy_singular": "讓1隻茸茸羊進化", - "quest_title_quest_evolve_flabébé_singular": "讓1隻花蓓蓓進化", - "quest_title_quest_evolve_fletchinder_singular": "讓1隻火箭雀進化", - "quest_title_quest_evolve_fletchling_singular": "讓1隻小箭雀進化", - "quest_title_quest_evolve_floette_singular": "讓1隻花葉蒂進化", - "quest_title_quest_evolve_foongus_singular": "讓1隻哎呀球菇進化", - "quest_title_quest_evolve_fraxure_singular": "讓1隻斧牙龍進化", - "quest_title_quest_evolve_frillish_singular": "讓1隻輕飄飄進化", - "quest_title_quest_evolve_froakie_singular": "讓1隻呱呱泡蛙進化", - "quest_title_quest_evolve_frogadier_singular": "讓1隻呱頭蛙進化", - "quest_title_quest_evolve_gabite_singular": "讓1隻尖牙陸鯊進化", - "quest_title_quest_evolve_gastly_singular": "讓1隻鬼斯進化", - "quest_title_quest_evolve_geodude_singular": "讓1隻小拳石進化", - "quest_title_quest_evolve_gible_singular": "讓1隻圓陸鯊進化", - "quest_title_quest_evolve_glalie_singular": "讓1隻冰鬼護進化", - "quest_title_quest_evolve_glameow_singular": "讓1隻魅力喵進化", - "quest_title_quest_evolve_gligar_singular": "讓1隻天蠍進化", - "quest_title_quest_evolve_gloom_singular": "讓1隻臭臭花進化", - "quest_title_quest_evolve_golbat_singular": "讓1隻大嘴蝠進化", - "quest_title_quest_evolve_goldeen_singular": "讓1隻角金魚進化", - "quest_title_quest_evolve_golett_singular": "讓1隻泥偶小人進化", - "quest_title_quest_evolve_goomy_singular": "讓1隻黏黏寶進化", - "quest_title_quest_evolve_gothita_singular": "讓1隻哥德寶寶進化", - "quest_title_quest_evolve_gothorita_singular": "讓1隻哥德小童進化", - "quest_title_quest_evolve_graveler_singular": "讓1隻隆隆石進化", - "quest_title_quest_evolve_grimer_singular": "讓1隻臭泥進化", - "quest_title_quest_evolve_grotle_singular": "讓1隻樹林龜進化", - "quest_title_quest_evolve_ground_plural": "讓 {{amount_0}} 隻地面屬性的寶可夢進化", - "quest_title_quest_evolve_grovyle_singular": "讓1隻森林蜥蜴進化", - "quest_title_quest_evolve_growlithe_singular": "讓1隻卡蒂狗進化", - "quest_title_quest_evolve_gulpin_singular": "讓1隻溶食獸進化", - "quest_title_quest_evolve_gurdurr_singular": "讓1隻鐵骨土人進化", - "quest_title_quest_evolve_happiny_singular": "讓1隻小福蛋進化", - "quest_title_quest_evolve_haunter_singular": "讓1隻鬼斯通進化", - "quest_title_quest_evolve_heatmor_singular": "讓1隻熔蟻獸進化", - "quest_title_quest_evolve_helioptile_singular": "讓1隻傘電蜥進化", - "quest_title_quest_evolve_herdier_singular": "讓1隻哈約克進化", - "quest_title_quest_evolve_hippopotas_singular": "讓1隻沙河馬進化", - "quest_title_quest_evolve_honedge_singular": "讓1隻獨劍鞘進化", - "quest_title_quest_evolve_hoothoot_singular": "讓1隻咕咕進化", - "quest_title_quest_evolve_hoppip_singular": "讓1隻毽子草進化", - "quest_title_quest_evolve_horsea_singular": "讓1隻墨海馬進化", - "quest_title_quest_evolve_houndour_singular": "讓1隻戴魯比進化", - "quest_title_quest_evolve_igglybuff_singular": "讓1隻寶寶丁進化", - "quest_title_quest_evolve_illumise_singular": "讓1隻甜甜螢進化", - "quest_title_quest_evolve_inkay_singular": "讓1隻好啦魷進化", - "quest_title_quest_evolve_items_plural": "用道具讓 {{amount_0}} 隻寶可夢進化", - "quest_title_quest_evolve_items_singular": "用道具來讓1隻寶可夢進化", - "quest_title_quest_evolve_ivysaur_singular": "讓1隻妙蛙草進化", - "quest_title_quest_evolve_jigglypuff_singular": "讓1隻胖丁進化", - "quest_title_quest_evolve_joltik_singular": "讓1隻電電蟲進化", - "quest_title_quest_evolve_kabuto_singular": "讓1隻化石盔進化", - "quest_title_quest_evolve_kadabra_singular": "讓1隻勇基拉進化", - "quest_title_quest_evolve_kakuna_singular": "讓1隻鐵殼蛹進化", - "quest_title_quest_evolve_karrablast_singular": "讓1隻蓋蓋蟲進化", - "quest_title_quest_evolve_kirlia_singular": "讓1隻奇魯莉安進化", - "quest_title_quest_evolve_klang_singular": "讓1隻齒輪組進化", - "quest_title_quest_evolve_klink_singular": "讓1隻齒輪兒進化", - "quest_title_quest_evolve_koffing_singular": "讓1隻瓦斯彈進化", - "quest_title_quest_evolve_krabby_singular": "讓1隻大鉗蟹進化", - "quest_title_quest_evolve_kricketot_singular": "讓1隻圓法師進化", - "quest_title_quest_evolve_krokorok_singular": "讓1隻混混鱷進化", - "quest_title_quest_evolve_lairon_singular": "讓1隻可多拉進化", - "quest_title_quest_evolve_lampent_singular": "讓1隻燈火幽靈進化", - "quest_title_quest_evolve_larvesta_singular": "讓1隻燃燒蟲進化", - "quest_title_quest_evolve_larvitar_singular": "讓1隻幼基拉斯進化", - "quest_title_quest_evolve_ledyba_singular": "讓1隻芭瓢蟲進化", - "quest_title_quest_evolve_lickitung_singular": "讓1隻大舌頭進化", - "quest_title_quest_evolve_lileep_singular": "讓1隻觸手百合進化", - "quest_title_quest_evolve_lillipup_singular": "讓1隻小約克進化", - "quest_title_quest_evolve_linoone_singular": "讓{{amount_0}}隻伽勒爾直衝熊進化", - "quest_title_quest_evolve_litleo_singular": "讓1隻小獅獅進化", - "quest_title_quest_evolve_litwick_singular": "讓1隻燭光靈進化", - "quest_title_quest_evolve_lombre_singular": "讓1隻蓮帽小童進化", - "quest_title_quest_evolve_lotad_singular": "讓1隻蓮葉童子進化", - "quest_title_quest_evolve_loudred_singular": "讓1隻吼爆彈進化", - "quest_title_quest_evolve_luxio_singular": "讓1隻勒克貓進化", - "quest_title_quest_evolve_machoke_singular": "讓1隻豪力進化", - "quest_title_quest_evolve_machop_singular": "讓1隻腕力進化", - "quest_title_quest_evolve_magby_singular": "讓1隻鴨嘴寶寶進化", - "quest_title_quest_evolve_magikarp_singular": "讓1隻鯉魚王進化", - "quest_title_quest_evolve_magmar_singular": "讓1隻鴨嘴火獸進化", - "quest_title_quest_evolve_magnemite_singular": "讓1隻小磁怪進化", - "quest_title_quest_evolve_makuhita_singular": "讓1隻幕下力士進化", - "quest_title_quest_evolve_mankey_singular": "讓1隻猴怪進化", - "quest_title_quest_evolve_mantyke_singular": "讓1隻小球飛魚進化", - "quest_title_quest_evolve_mareep_singular": "讓1隻咩利羊進化", - "quest_title_quest_evolve_marill_singular": "讓1隻瑪力露進化", - "quest_title_quest_evolve_marshtomp_singular": "讓1隻沼躍魚進化", - "quest_title_quest_evolve_meditite_singular": "讓1隻瑪沙那進化", - "quest_title_quest_evolve_meowth_singular": "讓1隻喵喵進化", - "quest_title_quest_evolve_metang_singular": "讓1隻金屬怪進化", - "quest_title_quest_evolve_metapod_singular": "讓1隻鐵甲蛹進化", - "quest_title_quest_evolve_mienfoo_singular": "讓1隻功夫鼬進化", - "quest_title_quest_evolve_mime jr._singular": "讓1隻魔尼尼進化", - "quest_title_quest_evolve_minccino_singular": "讓1隻泡沫栗鼠進化", - "quest_title_quest_evolve_misdreavus_singular": "讓1隻夢妖進化", - "quest_title_quest_evolve_monferno_singular": "讓1隻猛火猴進化", - "quest_title_quest_evolve_mr. mime_singular": "讓1隻魔牆人偶進化", - "quest_title_quest_evolve_mudkip_singular": "讓1隻水躍魚進化", - "quest_title_quest_evolve_munchlax_singular": "讓1隻小卡比獸進化", - "quest_title_quest_evolve_munna_singular": "讓1隻食夢夢進化", - "quest_title_quest_evolve_murkrow_singular": "讓1隻黑暗鴉進化", - "quest_title_quest_evolve_natu_singular": "讓1隻天然雀進化", - "quest_title_quest_evolve_nidoranfemale_singular": "讓1隻尼多蘭進化", - "quest_title_quest_evolve_nidoranmale_singular": "讓1隻尼多朗進化", - "quest_title_quest_evolve_nidorina_singular": "讓1隻尼多娜進化", - "quest_title_quest_evolve_nidorino_singular": "讓1隻尼多力諾進化", - "quest_title_quest_evolve_nincada_singular": "讓1隻土居忍士進化", - "quest_title_quest_evolve_noibat_singular": "讓1隻嗡蝠進化", - "quest_title_quest_evolve_nosepass_singular": "讓1隻朝北鼻進化", - "quest_title_quest_evolve_numel_singular": "讓1隻呆火駝進化", - "quest_title_quest_evolve_nuzleaf_singular": "讓1隻長鼻葉進化", - "quest_title_quest_evolve_oddish_singular": "讓1隻走路草進化", - "quest_title_quest_evolve_omanyte_singular": "讓1隻菊石獸進化", - "quest_title_quest_evolve_onix_singular": "讓1隻大岩蛇進化", - "quest_title_quest_evolve_oshawott_singular": "讓1隻水水獺進化", - "quest_title_quest_evolve_palpitoad_singular": "讓1隻藍蟾蜍進化", - "quest_title_quest_evolve_pancham_singular": "讓1隻頑皮熊貓進化", - "quest_title_quest_evolve_panpour_singular": "讓1隻冷水猴進化", - "quest_title_quest_evolve_pansage_singular": "讓1隻花椰猴進化", - "quest_title_quest_evolve_pansear_singular": "讓1隻爆香猴進化", - "quest_title_quest_evolve_paras_singular": "讓1隻派拉斯進化", - "quest_title_quest_evolve_patrat_singular": "讓1隻探探鼠進化", - "quest_title_quest_evolve_pawniard_singular": "讓1隻駒刀小兵進化", - "quest_title_quest_evolve_petilil_singular": "讓1隻百合根娃娃進化", - "quest_title_quest_evolve_phanpy_singular": "讓1隻小小象進化", - "quest_title_quest_evolve_phantump_singular": "讓1隻小木靈進化", - "quest_title_quest_evolve_pichu_singular": "讓1隻皮丘進化", - "quest_title_quest_evolve_pidgeotto_singular": "讓1隻比比鳥進化", - "quest_title_quest_evolve_pidgey_singular": "讓1隻波波進化", - "quest_title_quest_evolve_pidove_singular": "讓1隻豆豆鴿進化", - "quest_title_quest_evolve_pignite_singular": "讓1隻炒炒豬進化", - "quest_title_quest_evolve_pikachu_singular": "讓1隻皮卡丘進化", - "quest_title_quest_evolve_piloswine_plural": "讓 {{amount_0}} 隻長毛豬進化", - "quest_title_quest_evolve_piloswine_singular": "讓1隻長毛豬進化", - "quest_title_quest_evolve_pineco_singular": "讓1隻榛果球進化", - "quest_title_quest_evolve_piplup_singular": "讓1隻波加曼進化", - "quest_title_quest_evolve_plural": "讓 {{amount_0}} 隻寶可夢進化", - "quest_title_quest_evolve_poison_type_singular": "讓1隻毒屬性的寶可夢進化", - "quest_title_quest_evolve_poliwag_singular": "讓1隻蚊香蝌蚪進化", - "quest_title_quest_evolve_poliwhirl_singular": "讓1隻蚊香君進化", - "quest_title_quest_evolve_ponyta_singular": "讓1隻小火馬進化", - "quest_title_quest_evolve_poochyena_singular": "讓1隻土狼犬進化", - "quest_title_quest_evolve_porygon2_singular": "讓1隻多邊獸Ⅱ進化", - "quest_title_quest_evolve_prinplup_singular": "讓1隻波皇子進化", - "quest_title_quest_evolve_psyduck_singular": "讓1隻可達鴨進化", - "quest_title_quest_evolve_pumpkaboo_singular": "讓1隻南瓜精進化", - "quest_title_quest_evolve_pupitar_singular": "讓1隻沙基拉斯進化", - "quest_title_quest_evolve_purrloin_singular": "讓1隻扒手貓進化", - "quest_title_quest_evolve_quilava": "讓1隻火岩鼠進化", - "quest_title_quest_evolve_quilava_singular": "讓1隻火岩鼠進化", - "quest_title_quest_evolve_quilladin_singular": "讓1隻胖胖哈力進化", - "quest_title_quest_evolve_qwilfish_singular": "讓1隻千針魚進化", - "quest_title_quest_evolve_ralts_singular": "讓1隻拉魯拉絲進化", - "quest_title_quest_evolve_rattata_singular": "讓1隻小拉達進化", - "quest_title_quest_evolve_remoraid_singular": "讓1隻鐵炮魚進化", - "quest_title_quest_evolve_rhydon_singular": "讓1隻鑽角犀獸進化", - "quest_title_quest_evolve_rhyhorn_singular": "讓1隻獨角犀牛進化", - "quest_title_quest_evolve_riolu_singular": "讓1隻利歐路進化", - "quest_title_quest_evolve_roggenrola_singular": "讓1隻石丸子進化", - "quest_title_quest_evolve_roselia_singular": "讓1隻毒薔薇進化", - "quest_title_quest_evolve_rufflet_singular": "讓1隻毛頭小鷹進化", - "quest_title_quest_evolve_sandile_singular": "讓1隻黑眼鱷進化", - "quest_title_quest_evolve_sandshrew_singular": "讓1隻穿山鼠進化", - "quest_title_quest_evolve_sb_singular": "讓1隻布魯進化", - "quest_title_quest_evolve_scatterbug_singular": "讓1隻粉蝶蟲進化", - "quest_title_quest_evolve_scraggy_singular": "讓1隻滑滑小子進化", - "quest_title_quest_evolve_scyther_singular": "讓1隻飛天螳螂進化", - "quest_title_quest_evolve_seadra_singular": "讓1隻海刺龍進化", - "quest_title_quest_evolve_sealeo_singular": "讓1隻海魔獅進化", - "quest_title_quest_evolve_seedot_singular": "讓1隻橡實果進化", - "quest_title_quest_evolve_seel_singular": "讓1隻小海獅進化", - "quest_title_quest_evolve_sentret_singular": "讓1隻尾立進化", - "quest_title_quest_evolve_servine_singular": "讓1隻青藤蛇進化", - "quest_title_quest_evolve_sewaddle_singular": "讓1隻蟲寶包進化", - "quest_title_quest_evolve_shelgon_singular": "讓1隻甲殼龍進化", - "quest_title_quest_evolve_shellder_singular": "讓1隻大舌貝進化", - "quest_title_quest_evolve_shellos_singular": "讓1隻無殼海兔進化", - "quest_title_quest_evolve_shelmet_singular": "讓1隻小嘴蝸進化", - "quest_title_quest_evolve_shieldon_singular": "讓1隻盾甲龍進化", - "quest_title_quest_evolve_shinx_singular": "讓1隻小貓怪進化", - "quest_title_quest_evolve_shroomish_singular": "讓1隻蘑蘑菇進化", - "quest_title_quest_evolve_shuckle_singular": "讓1隻壺壺進化", - "quest_title_quest_evolve_shuppet_singular": "讓1隻怨影娃娃進化", - "quest_title_quest_evolve_silcoon_singular": "讓1隻甲殼繭進化", - "quest_title_quest_evolve_singular": "讓1隻寶可夢進化", - "quest_title_quest_evolve_skiddo_singular": "讓1隻坐騎小羊進化", - "quest_title_quest_evolve_skiploom_singular": "讓1隻毽子花進化", - "quest_title_quest_evolve_skitty_singular": "讓1隻向尾喵進化", - "quest_title_quest_evolve_skorupi_singular": "讓1隻鉗尾蠍進化", - "quest_title_quest_evolve_skrelp_singular": "讓1隻垃垃藻進化", - "quest_title_quest_evolve_slakoth_singular": "讓1隻懶人獺進化", - "quest_title_quest_evolve_sliggoo_singular": "讓1隻黏美兒進化", - "quest_title_quest_evolve_slowpoke_plural": "讓 {{amount_0}} 隻呆呆獸進化", - "quest_title_quest_evolve_slowpoke_singular": "讓1隻呆呆獸進化", - "quest_title_quest_evolve_slugma_singular": "讓1隻熔岩蟲進化", - "quest_title_quest_evolve_smoochum_singular": "讓1隻迷唇娃進化", - "quest_title_quest_evolve_sneasel_singular": "讓1隻狃拉進化", - "quest_title_quest_evolve_snivy_singular": "讓1隻藤藤蛇進化", - "quest_title_quest_evolve_snorunt_singular": "讓1隻雪童子進化", - "quest_title_quest_evolve_snover_singular": "讓1隻雪笠怪進化", - "quest_title_quest_evolve_snubbull_singular": "讓1隻布魯進化", - "quest_title_quest_evolve_solosis_singular": "讓1隻單卵細胞球進化", - "quest_title_quest_evolve_spearow_singular": "讓1隻烈雀進化", - "quest_title_quest_evolve_special_drowzee": "讓1隻催眠貘進化", - "quest_title_quest_evolve_special_feebas_singular": "讓1隻醜醜魚進化", - "quest_title_quest_evolve_special_galarian_mrmime": "讓1隻伽勒爾魔牆人偶進化", - "quest_title_quest_evolve_special_galarian_slowpoke": "讓1隻伽勒爾呆呆獸進化", - "quest_title_quest_evolve_special_grimer": "讓1隻臭泥進化", - "quest_title_quest_evolve_special_magnemite": "讓1隻小磁怪進化", - "quest_title_quest_evolve_special_scyther": "讓1隻飛天螳螂進化", - "quest_title_quest_evolve_special0_singular": "讓1隻鯉魚王進化", - "quest_title_quest_evolve_special1_plural": "讓 {{amount_0}} 隻波波進化", - "quest_title_quest_evolve_special1_singular": "讓1隻墨海馬進化", - "quest_title_quest_evolve_special2_singular": "讓1隻喵喵進化", - "quest_title_quest_evolve_spewpa_singular": "讓1隻粉蝶蛹進化", - "quest_title_quest_evolve_spheal_singular": "讓1隻海豹球進化", - "quest_title_quest_evolve_spinarak_singular": "讓1隻圓絲蛛進化", - "quest_title_quest_evolve_spoink_singular": "讓1隻跳跳豬進化", - "quest_title_quest_evolve_spritzee_singular": "讓1隻粉香香進化", - "quest_title_quest_evolve_squirtle_singular": "讓1隻傑尼龜進化", - "quest_title_quest_evolve_staravia_singular": "讓1隻姆克鳥進化", - "quest_title_quest_evolve_starly_singular": "讓1隻姆克兒進化", - "quest_title_quest_evolve_staryu_singular": "讓1隻海星星進化", - "quest_title_quest_evolve_steelix_singular": "讓1隻大鋼蛇進化", - "quest_title_quest_evolve_stunky_singular": "讓1隻臭鼬噗進化", - "quest_title_quest_evolve_sunkern_singular": "讓1隻向日種子進化", - "quest_title_quest_evolve_sunstone_singular": "用日之石來讓臭臭花或向日種子進化", - "quest_title_quest_evolve_surskit_singular": "讓1隻溜溜糖球進化", - "quest_title_quest_evolve_swablu_singular": "讓1隻青綿鳥進化", - "quest_title_quest_evolve_swadloon_singular": "讓1隻寶包繭進化", - "quest_title_quest_evolve_swinub_singular": "讓1隻小山豬進化", - "quest_title_quest_evolve_swirlix_singular": "讓1隻綿綿泡芙進化", - "quest_title_quest_evolve_taillow_singular": "讓1隻傲骨燕進化", - "quest_title_quest_evolve_tangela_singular": "讓1隻蔓藤怪進化", - "quest_title_quest_evolve_teddiursa_singular": "讓1隻熊寶寶進化", - "quest_title_quest_evolve_tentacool_singular": "讓1隻瑪瑙水母進化", - "quest_title_quest_evolve_tepig_singular": "讓1隻暖暖豬進化", - "quest_title_quest_evolve_timburr_singular": "讓1隻搬運小匠進化", - "quest_title_quest_evolve_tirtouga_singular": "讓1隻原蓋海龜進化", - "quest_title_quest_evolve_togepi_singular": "讓1隻波克比進化", - "quest_title_quest_evolve_togetic_singular": "讓1隻波克基古進化", - "quest_title_quest_evolve_torchic_singular": "讓1隻火稚雞進化", - "quest_title_quest_evolve_totodile": "讓1隻小鋸鱷進化", - "quest_title_quest_evolve_totodile_singular": "讓1隻小鋸鱷進化", - "quest_title_quest_evolve_tranquill_singular": "讓1隻咕咕鴿進化", - "quest_title_quest_evolve_trapinch_singular": "讓1隻大顎蟻進化", - "quest_title_quest_evolve_treecko_singular": "讓1隻木守宮進化", - "quest_title_quest_evolve_trubbish_singular": "讓1隻破破袋進化", - "quest_title_quest_evolve_turtwig_singular": "讓1隻草苗龜進化", - "quest_title_quest_evolve_tympole_singular": "讓1隻圓蝌蚪進化", - "quest_title_quest_evolve_tynamo_singular": "讓1隻麻麻小魚進化", - "quest_title_quest_evolve_type_dark_plural": "讓 {{amount_0}} 隻惡屬性的寶可夢進化", - "quest_title_quest_evolve_type_dragon_plural": "讓{{amount_0}}隻龍屬性的寶可夢進化", - "quest_title_quest_evolve_type_dragon_singular": "讓1隻龍屬性的寶可夢進化", - "quest_title_quest_evolve_type_electric_plural": "讓 {{amount_0}} 隻電屬性的寶可夢進化", - "quest_title_quest_evolve_type_electric_singular": "讓1隻電屬性的寶可夢進化", - "quest_title_quest_evolve_type_fairy_plural": "讓 {{amount_0}} 隻妖精屬性的寶可夢進化", - "quest_title_quest_evolve_type_fairy_singular": "讓1隻妖精屬性的寶可夢進化", - "quest_title_quest_evolve_type_fire_plural": "讓 {{amount_0}} 隻火屬性的寶可夢進化", - "quest_title_quest_evolve_type_fire_singular": "讓1隻火屬性的寶可夢進化", - "quest_title_quest_evolve_type_flying_plural": "讓 {{amount_0}} 隻飛行屬性的寶可夢進化", - "quest_title_quest_evolve_type_flying_singular": "讓1隻飛行屬性的寶可夢進化", - "quest_title_quest_evolve_type_ghost_plural": "讓{{amount_0}}隻幽靈屬性的寶可夢進化", - "quest_title_quest_evolve_type_ghost_single": "讓幽靈屬性的寶可夢進化", - "quest_title_quest_evolve_type_grass_plural": "讓 {{amount_0}} 隻草屬性的寶可夢進化", - "quest_title_quest_evolve_type_grass_singular": "讓1隻草屬性的寶可夢進化", - "quest_title_quest_evolve_type_ice_plural": "讓 {{amount_0}} 隻冰屬性的寶可夢進化", - "quest_title_quest_evolve_type_ice_singular": "讓1隻冰屬性的寶可夢進化", - "quest_title_quest_evolve_type_poison_plural": "讓{{amount_0}}隻毒屬性的寶可夢進化", - "quest_title_quest_evolve_type_psychic_plural": "讓 {{amount_0}} 隻超能力屬性的寶可夢進化", - "quest_title_quest_evolve_type_psychic_singular": "讓1隻超能力屬性的寶可夢進化", - "quest_title_quest_evolve_type_rock_plural": "讓 {{amount_0}} 隻岩石屬性的寶可夢進化", - "quest_title_quest_evolve_type_steel_plural": "讓 {{amount_0}} 隻鋼屬性的寶可夢進化", - "quest_title_quest_evolve_type_water_plural": "讓 {{amount_0}} 隻水屬性的寶可夢進化", - "quest_title_quest_evolve_type_water_singular": "讓1隻水屬性的寶可夢進化", - "quest_title_quest_evolve_tyrogue_singular": "讓1隻無畏小子進化", - "quest_title_quest_evolve_tyrunt_singular": "讓1隻寶寶暴龍進化", - "quest_title_quest_evolve_umbreon": "在晚上讓伊布進化成月亮伊布", - "quest_title_quest_evolve_vanillish_singular": "讓1隻多多冰進化", - "quest_title_quest_evolve_vanillite_singular": "讓1隻迷你冰進化", - "quest_title_quest_evolve_venipede_singular": "讓1隻百足蜈蚣進化", - "quest_title_quest_evolve_venonat_singular": "讓1隻毛球進化", - "quest_title_quest_evolve_vibrava_singular": "讓1隻超音波幼蟲進化", - "quest_title_quest_evolve_vigoroth_singular": "讓1隻過動猿進化", - "quest_title_quest_evolve_volbeat_singular": "讓1隻電螢蟲進化", - "quest_title_quest_evolve_voltorb_singular": "讓1隻霹靂電球進化", - "quest_title_quest_evolve_vullaby_singular": "讓1隻禿鷹丫頭進化", - "quest_title_quest_evolve_vulpix_singular": "讓1隻六尾進化", - "quest_title_quest_evolve_wailmer_singular": "讓1隻吼吼鯨進化", - "quest_title_quest_evolve_wartortle_singular": "讓1隻卡咪龜進化", - "quest_title_quest_evolve_weedle_singular": "讓1隻獨角蟲進化", - "quest_title_quest_evolve_weepinbell_singular": "讓1隻口呆花進化", - "quest_title_quest_evolve_whirlipede_singular": "讓1隻車輪毬進化", - "quest_title_quest_evolve_whismur_singular": "讓1隻咕妞妞進化", - "quest_title_quest_evolve_wingull_singular": "讓1隻長翅鷗進化", - "quest_title_quest_evolve_woobat_singular": "讓1隻滾滾蝙蝠進化", - "quest_title_quest_evolve_wooper_singular": "讓1隻烏波進化", - "quest_title_quest_evolve_wurmple_singular": "讓1隻刺尾蟲進化", - "quest_title_quest_evolve_wynaut_singular": "讓1隻小果然進化", - "quest_title_quest_evolve_yamask_singular": "讓1隻哭哭面具進化", - "quest_title_quest_evolve_yanma_singular": "讓1隻蜻蜻蜓進化", - "quest_title_quest_evolve_zigzagoon_singular": "讓1隻蛇紋熊進化", - "quest_title_quest_evolve_zorua_singular": "讓1隻索羅亞進化", - "quest_title_quest_evolve_zubat_singular": "讓1隻超音蝠進化", - "quest_title_quest_evolve_zweilous_singular": "讓1隻雙首暴龍進化", - "quest_title_quest_explore_buddy": "和夥伴一起探索,取得1顆糖果", - "quest_title_quest_explore_buddy_carbink": "將小碎鑽設成夥伴,並和牠一起探索,取得1顆糖果", - "quest_title_quest_explore_buddy_plural": "和夥伴一起探索,取得 {{amount_0}} 顆糖果", - "quest_title_quest_explore_buddy_routes_plural": "和夥伴一起探索路線,取得{{amount_0}}顆糖果", - "quest_title_quest_explore_buddy_routes_singular": "和夥伴一起探索路線,取得1顆糖果", - "quest_title_quest_explore_km": "探索 {{amount_0}} 公里", - "quest_title_quest_explore_km_party": "在參加小隊時探索{{amount_0}}km", - "quest_title_quest_febresearchday_battle_gym_singular": "珍珠貝研究:參加1次道館對戰", - "quest_title_quest_febresearchday_battle_raid_singular": "珍珠貝研究:參加1次團體戰", - "quest_title_quest_febresearchday_battle_supereffective_charge_singular": "珍珠貝研究:在道館對戰中使出1次「效果絕佳」的特殊招式", - "quest_title_quest_febresearchday_catch_feed_plural": "珍珠貝研究:捕捉寶可夢時使用 {{amount_0}} 顆樹果來輔助", - "quest_title_quest_febresearchday_catch_special1_singular": "珍珠貝研究:捕捉1隻鯉魚王或吼吼鯨", - "quest_title_quest_febresearchday_catch_special2_singular": "珍珠貝研究:捕捉1隻可達鴨或大鉗蟹", - "quest_title_quest_febresearchday_catch_type_water_plural": "珍珠貝研究:捕捉 {{amount_0}} 隻水屬性寶可夢", - "quest_title_quest_febresearchday_evolve_type_water_plural": "珍珠貝研究:讓{{amount_0}} 隻水屬性寶可夢進化", - "quest_title_quest_febresearchday_land_curveball_plural": "珍珠貝研究:投出 {{amount_0}} 次曲球", - "quest_title_quest_febresearchday_land_great_plural": "珍珠貝研究:投出 {{amount_0}} 次Great", - "quest_title_quest_febresearchday_land_inarow_great_plural": "珍珠貝研究:連續投出 {{amount_0}} 次Great", - "quest_title_quest_febresearchday_land_inarow_nice_plural": "珍珠貝研究:連續投出 {{amount_0}} 次Nice", - "quest_title_quest_febresearchday_land_nice_plural": "珍珠貝研究:投出 {{amount_0}} 次Nice", - "quest_title_quest_febresearchday_visit_pokestops_plural": "珍珠貝研究:拜訪 {{amount_0}} 個寶可補給站", - "quest_title_quest_feed_buddy_multiple": "餵你的夥伴吃 {{amount_0}} 個點心", - "quest_title_quest_feed_buddy_singular": "餵夥伴吃點心", - "quest_title_quest_feed_goldenrazz_plural": "捕捉寶可夢時使用 {{amount_0}} 顆金色蔓莓果", - "quest_title_quest_feed_nanab_plural": "在捕捉寶可夢時使用 {{amount_0}} 顆蕉香果", - "quest_title_quest_feed_pinaps_plural": "在捕捉寶可夢時使用 {{amount_0}} 顆凰梨果", - "quest_title_quest_feed_razz_plural": "用 {{amount_0}} 顆蔓莓果來幫忙捕捉寶可夢", - "quest_title_quest_fennekin_catch_b": "捕捉{{amount_0}}隻火狐狸", - "quest_title_quest_fennekin_evolve_b": "讓{{amount_0}}隻火狐狸進化", - "quest_title_quest_fennekin_snapshot_b": "為火狐狸拍攝{{amount_0}}張照片", - "quest_title_quest_field_research_plural": "完成 {{amount_0}} 個田野調查課題", - "quest_title_quest_field_research_singular": "完成1個田野調查課題", - "quest_title_quest_fight_type_bug_plural": "戰勝{{amount_0}}隻蟲屬性的寶可夢", - "quest_title_quest_fight_type_dark_plural": "戰勝{{amount_0}}隻惡屬性的寶可夢", - "quest_title_quest_fight_type_dark_steel_plural": "戰勝{{amount_0}}隻惡屬性或鋼屬性的寶可夢", - "quest_title_quest_fight_type_dragon_plural": "戰勝{{amount_0}}隻龍屬性的寶可夢", - "quest_title_quest_fight_type_electric_plural": "戰勝{{amount_0}}隻電屬性的寶可夢", - "quest_title_quest_fight_type_fairy_plural": "戰勝{{amount_0}}隻妖精屬性的寶可夢", - "quest_title_quest_fight_type_fighting_plural": "戰勝{{amount_0}}隻格鬥屬性的寶可夢", - "quest_title_quest_fight_type_fire_plural": "戰勝{{amount_0}}隻火屬性的寶可夢", - "quest_title_quest_fight_type_flying_plural": "戰勝{{amount_0}}隻飛行屬性的寶可夢", - "quest_title_quest_fight_type_ghost_fighting_plural": "戰勝{{amount_0}}隻格鬥屬性或幽靈屬性的寶可夢", - "quest_title_quest_fight_type_ghost_plural": "戰勝{{amount_0}}隻幽靈屬性的寶可夢", - "quest_title_quest_fight_type_ghost_psychic_plural": "戰勝{{amount_0}}隻超能力屬性或幽靈屬性的寶可夢", - "quest_title_quest_fight_type_grass_plural": "戰勝{{amount_0}}隻草屬性的寶可夢", - "quest_title_quest_fight_type_ground_plural": "戰勝{{amount_0}}隻地面屬性的寶可夢", - "quest_title_quest_fight_type_ice_plural": "戰勝{{amount_0}}隻冰屬性的寶可夢", - "quest_title_quest_fight_type_normal_plural": "戰勝{{amount_0}}隻一般屬性的寶可夢", - "quest_title_quest_fight_type_normal_psychic_plural": "戰勝{{amount_0}}隻一般屬性或超能力屬性的寶可夢", - "quest_title_quest_fight_type_poison_plural": "戰勝{{amount_0}}隻毒屬性的寶可夢", - "quest_title_quest_fight_type_psychic_plural": "戰勝{{amount_0}}隻超能力屬性的寶可夢", - "quest_title_quest_fight_type_rock_plural": "戰勝{{amount_0}}隻岩石屬性的寶可夢", - "quest_title_quest_fight_type_steel_plural": "戰勝{{amount_0}}隻鋼屬性的寶可夢", - "quest_title_quest_fight_type_water_plural": "戰勝{{amount_0}}隻水屬性的寶可夢", - "quest_title_quest_first_catch_of_the_day": "今天捉到的第1隻", - "quest_title_quest_first_pokestop_of_the_day": "今天拜訪的第1個寶可補給站", - "quest_title_quest_flaaffy_evolve_b": "讓{{amount_0}}隻茸茸羊進化", - "quest_title_quest_flett_catch_b": "捕捉 {{amount_0}} 隻小箭雀", - "quest_title_quest_flett_evolve_b": "讓 {{amount_0}} 隻小箭雀進化", - "quest_title_quest_flett_evolve_s1": "讓 {{amount_0}} 隻火箭雀進化", - "quest_title_quest_floragato_evolve_b": "讓蒂蕾喵進化", - "quest_title_quest_fraxure_evolve_b": "讓{{amount_0}}隻斧牙龍進化", - "quest_title_quest_froakie_catch_b": "捕捉{{amount_0}}隻呱呱泡蛙", - "quest_title_quest_froakie_evolve_b": "讓{{amount_0}}隻呱呱泡蛙進化", - "quest_title_quest_froakie_snapshot_b": "為呱呱泡蛙拍攝{{amount_0}}張GO Snapshot照片", - "quest_title_quest_frogadier_evolve_b": "讓{{amount_0}}隻呱頭蛙進化", - "quest_title_quest_fuecoco_evolve_b": "讓呆火鱷進化", - "quest_title_quest_fuse_necrozma": "讓奈克洛茲瑪合體", - "quest_title_quest_gbl_rank": "在GO對戰聯盟升上 {{amount_0}} 級", - "quest_title_quest_gbl_rank_fifteen": "在GO對戰聯盟升上 15 級", - "quest_title_quest_gbl_rank_five": "在GO對戰聯盟升上 5 級", - "quest_title_quest_gbl_rank_ten": "在GO對戰聯盟升上 10 級", - "quest_title_quest_gbl_rank_twenty": "在GO對戰聯盟升上 20 級", - "quest_title_quest_get_cell_singular": "獲得基格爾德・細胞", - "quest_title_quest_giblt_catch_b": "捕捉 {{amount_0}} 隻圓陸鯊", - "quest_title_quest_giblt_evolve_b": "讓 {{amount_0}} 隻圓陸鯊進化", - "quest_title_quest_giblt_evolve_s1": "讓 {{amount_0}} 隻尖牙陸鯊進化", - "quest_title_quest_gift_open_plural": "開啟 {{amount_0}} 個友情禮物", - "quest_title_quest_gift_open_singular": "開啟1個友情禮物", - "quest_title_quest_go_for_a_spin_00": "旋轉晃晃斑寶可補給站轉盤 1/8", - "quest_title_quest_go_for_a_spin_01": "旋轉晃晃斑寶可補給站轉盤 2/8", - "quest_title_quest_go_for_a_spin_02": "旋轉晃晃斑寶可補給站轉盤 3/8", - "quest_title_quest_go_for_a_spin_03": "旋轉晃晃斑寶可補給站轉盤 4/8", - "quest_title_quest_go_for_a_spin_04": "旋轉晃晃斑寶可補給站轉盤 5/8", - "quest_title_quest_go_for_a_spin_05": "旋轉晃晃斑寶可補給站轉盤 6/8", - "quest_title_quest_go_for_a_spin_06": "旋轉晃晃斑寶可補給站轉盤 7/8", - "quest_title_quest_go_for_a_spin_07": "旋轉晃晃斑寶可補給站轉盤 8/8", - "quest_title_quest_go_tour_snapshot_habitat_01": "在炙熱沙漠棲息地中為夥伴寶可夢拍攝1張GO Snapshot照片", - "quest_title_quest_go_tour_snapshot_habitat_02": "在「奇幻霧裡」為夥伴寶可夢拍一張GO Snapshot照片", - "quest_title_quest_go_tour_snapshot_habitat_03": "在盎然綠地棲息地中為夥伴寶可夢拍攝1張GO Snapshot照片", - "quest_title_quest_go_tour_snapshot_habitat_04": "在古代海岸棲息地中為夥伴寶可夢拍攝1張GO Snapshot照片", - "quest_title_quest_gold_hoenn_dex": "獲得金豐緣獎牌", - "quest_title_quest_gold_medal_plural": "獲得 {{amount_0}} 面金色獎牌", - "quest_title_quest_gold_medal_plural_five": "獲得 5 面金色獎牌", - "quest_title_quest_gold_medal_singular": "獲得1面金色獎牌", - "quest_title_quest_goomy_catch_b": "捕捉{{amount_0}}隻黏黏寶", - "quest_title_quest_goomy_evolve_b_plural": "讓{{amount_0}}隻黏黏寶進化", - "quest_title_quest_goomy_evolve_b_singular": "讓1隻黏黏寶進化", - "quest_title_quest_grookey_evolve": "讓1隻敲音猴進化", - "quest_title_quest_grubbin_catch_b": "捕捉{{amount_0}}隻強顎雞母蟲", - "quest_title_quest_grubbin_evolve_b": "讓{{amount_0}}隻強顎雞母蟲進化", - "quest_title_quest_grubbin_snapshot_b": "為強顎雞母蟲拍攝{{amount_0}}張GO Snapshot照片", - "quest_title_quest_gt_catch_b": "捕捉 {{amount_0}} 隻鬼斯", - "quest_title_quest_gt_evolve_b": "讓 {{amount_0}} 隻鬼斯進化", - "quest_title_quest_gt_evolve_s1": "讓 {{amount_0}} 隻鬼斯通進化", - "quest_title_quest_gulpin_catch": "捕捉 {{amount_0}} 隻溶食獸", - "quest_title_quest_gurdurr_evolve_b": "讓{{amount_0}}隻鐵骨土人進化", - "quest_title_quest_hallo19_catch_specific_plural": "捕捉 {{amount_0}} 隻土狼犬或戴魯比", - "quest_title_quest_hallo19_catch_type_dark_plural": "捕捉 {{amount_0}} 隻惡屬性的寶可夢", - "quest_title_quest_hallo19_catch_type_ghost_plural": "捕捉 {{amount_0}} 隻幽靈屬性的寶可夢", - "quest_title_quest_hallo19_evolve_plural": "讓 {{amount_0}} 隻夜巡靈或怨影娃娃進化", - "quest_title_quest_hallo19_transfer_plural": "傳送 {{amount_0}} 隻寶可夢", - "quest_title_quest_hatch_egg_plural": "孵化 {{amount_0}} 顆蛋", - "quest_title_quest_hatch_egg_routes_plural": "在遊玩路線時孵化{{amount_0}}顆蛋", - "quest_title_quest_hatch_egg_routes_singular": "在遊玩路線時孵化1顆蛋", - "quest_title_quest_hatch_egg_singular": "孵化1顆蛋", - "quest_title_quest_hoenn_celebration_research": "豐緣慶典調查", - "quest_title_quest_hoenn19_catch_specific_plural": "豐緣祭典:捕捉 {{amount_0}} 隻蛇紋熊或傲骨燕", - "quest_title_quest_hoenn19_evolve_specific_plural": "豐緣祭典:讓 {{amount_0}} 隻刺尾蟲進化", - "quest_title_quest_hoenn19_hatch_eggs": "豐緣祭典:孵 {{amount_0}} 顆蛋", - "quest_title_quest_hoppt_catch_b": "捕捉 {{amount_0}} 隻毽子草", - "quest_title_quest_hoppt_evolve_b": "讓 {{amount_0}} 隻毽子草進化", - "quest_title_quest_hoppt_evolve_s1": "讓 {{amount_0}} 隻毽子花進化", - "quest_title_quest_incense_or_dai_plural": "使用{{amount_0}}個薰香或散步小薰香", - "quest_title_quest_incense_or_dai_singular": "使用薰香或散步小薰香", - "quest_title_quest_incense_plural": "使用 {{amount_0}} 個薰香", - "quest_title_quest_incense_routes_plural": "在遊玩路線時使用{{amount_0}}個薰香", - "quest_title_quest_incense_routes_singular": "在遊玩路線時使用1個薰香", - "quest_title_quest_incense_singular": "使用薰香", - "quest_title_quest_jan19rsd_buddywalk_singular": "醜醜魚研究:帶夥伴寶可夢走路,獲得1顆糖果", - "quest_title_quest_jan19rsd_hatch_egg_singular": "醜醜魚研究:孵 1 顆蛋", - "quest_title_quest_jan19rsd_land_great_plural": "醜醜魚研究:投出 {{amount_0}} 次Great", - "quest_title_quest_jan19rsd_land_nice_plural": "醜醜魚研究:投出 {{amount_0}} 次Nice", - "quest_title_quest_johtofestival_catch_special17_plural": "城都週:捕捉 {{amount_0}} 隻向日種子", - "quest_title_quest_johtofestival_catch_type_water_plural": "城都週:捕捉 {{amount_0}} 隻水屬性的寶可夢", - "quest_title_quest_johtofestival_evolve_plural": "城都週:讓 {{amount_0}} 隻向日種子或天然雀進化", - "quest_title_quest_johtofestival_land_excellent_plural": "城都週:投出 {{amount_0}} 次Excellent", - "quest_title_quest_johtofestival_land_inarow_great_curveball_plural": "城都週:連續用曲球投出 {{amount_0}} 次Great", - "quest_title_quest_johtofestival_win_raid_singular": "城都週:在1場團體戰中獲勝", - "quest_title_quest_kanto_green_bellsprout": "GO Tour:捕捉喇叭芽", - "quest_title_quest_kanto_green_meowth": "GO Tour:捕捉喵喵", - "quest_title_quest_kanto_green_sandshrew": "GO Tour:捕捉穿山鼠", - "quest_title_quest_kanto_green_vulpix": "GO Tour:捕捉六尾", - "quest_title_quest_kanto_hatch_plural": "GO Tour 關都地區:孵 {{amount_0}} 顆蛋", - "quest_title_quest_kanto_hatch_singular": "GO Tour 關都地區:孵1顆蛋", - "quest_title_quest_kanto_npc_plural": "GO Tour 關都地區:打敗 {{amount_0}} 個GO Tour挑戰者", - "quest_title_quest_kanto_npc_singular": "GO Tour 關都地區:打敗1個GO Tour挑戰者", - "quest_title_quest_kanto_red_ekans": "GO Tour:捕捉阿柏蛇", - "quest_title_quest_kanto_red_growlithe": "GO Tour:捕捉卡蒂狗", - "quest_title_quest_kanto_red_mankey": "GO Tour:捕捉猴怪", - "quest_title_quest_kanto_red_oddish": "GO Tour:捕捉走路草", - "quest_title_quest_kecleon_catch": "捕捉 {{amount_0}} 隻變隱龍", - "quest_title_quest_lampent_evolve_b": "讓{{amount_0}}隻燈火幽靈進化", - "quest_title_quest_land_curve_type_ghost": "捕捉幽靈屬性寶可夢時投出 {{amount_0}} 次曲球", - "quest_title_quest_land_curveball_plural": "投出 {{amount_0}} 次曲球", - "quest_title_quest_land_curveball_singular": "投出1次曲球", - "quest_title_quest_land_excellent_curveball_plural": "用曲球投出 {{amount_0}} 次Excellent", - "quest_title_quest_land_excellent_curveball_singular": "用曲球投出1次Excellent", - "quest_title_quest_land_excellent_plural": "投出 {{amount_0}} 次Excellent", - "quest_title_quest_land_excellent_singular": "投出1次Excellent Throw", - "quest_title_quest_land_great_curve_inarow_type_ghost": "捕捉幽靈屬性寶可夢時連續投出 {{amount_0}} 次Great曲球", - "quest_title_quest_land_great_curve_type_ghost": "捕捉幽靈屬性寶可夢時投出 {{amount_0}} 次Great曲球", - "quest_title_quest_land_great_curveball_plural": "用曲球投出 {{amount_0}} 次Great", - "quest_title_quest_land_great_curveball_singular": "用曲球投出1次Great", - "quest_title_quest_land_great_plural": "投出 {{amount_0}} 次Great", - "quest_title_quest_land_great_singular": "投出1次Great", - "quest_title_quest_land_great_type_ghost": "捕捉幽靈屬性寶可夢時投出 {{amount_0}} 次Great", - "quest_title_quest_land_inarow_curveball_plural": "連續投出 {{amount_0}} 次曲球", - "quest_title_quest_land_inarow_excellent_curveball_plural": "連續用曲球投出 {{amount_0}} 次Excellent", - "quest_title_quest_land_inarow_excellent_plural": "連續投出 {{amount_0}} 次Excellent", - "quest_title_quest_land_inarow_great_curveball_plural": "連續用曲球投出 {{amount_0}} 次Great", - "quest_title_quest_land_inarow_great_plural": "連續投出 {{amount_0}} 次Great", - "quest_title_quest_land_inarow_nice_curveball_plural": "連續用曲球投出 {{amount_0}} 次Nice", - "quest_title_quest_land_inarow_nice_plural": "連續投出 {{amount_0}} 次Nice", - "quest_title_quest_land_nice_curve_inarow_type_ghost": "捕捉幽靈屬性寶可夢時連續投出 {{amount_0}} 次Nice曲球", - "quest_title_quest_land_nice_curve_plural": "用曲球投出 {{amount_0}} 次Nice", - "quest_title_quest_land_nice_curve_singular": "用曲球投出1次Nice", - "quest_title_quest_land_nice_curve_type_ghost": "捕捉幽靈屬性寶可夢時投出 {{amount_0}} 次Nice曲球", - "quest_title_quest_land_nice_electric_plural": "用Nice Throw捕捉 {{amount_0}} 隻電屬性的寶可夢", - "quest_title_quest_land_nice_plural": "投出 {{amount_0}} 次Nice", - "quest_title_quest_land_nice_singular": "投出1次Nice", - "quest_title_quest_land_nice_type_ghost": "捕捉幽靈屬性寶可夢時投出 {{amount_0}} 次Nice", - "quest_title_quest_larvitar_cdc_evolve_b": "讓{{amount_0}}隻幼基拉斯進化", - "quest_title_quest_larvitar_cdc_snapshot_b": "為幼基拉斯拍攝{{amount_0}}張照片", - "quest_title_quest_latias_wild_snap": "為野生拉帝亞斯拍攝1張GO Snapshot照片", - "quest_title_quest_latios_wild_snap": "為野生拉帝歐斯拍攝1張GO Snapshot照片", - "quest_title_quest_litten_catch_b": "捕捉{{amount_0}}隻火斑喵", - "quest_title_quest_litten_evolve_b_plural": "讓{{amount_0}}隻火斑喵進化", - "quest_title_quest_litten_evolve_b_singular": "讓火斑喵進化", - "quest_title_quest_litten_snapshot_b": "為火斑喵拍攝{{amount_0}}張照片", - "quest_title_quest_litwick_catch_b": "Catch {{amount_0}} Litwick", - "quest_title_quest_litwick_evolve_b": "讓{{amount_0}}隻燭光靈進化", - "quest_title_quest_litwick_snapshot_b": "Take {{amount_0}} snapshots of Litwick", - "quest_title_quest_local_trainer_battle": "讀取對戰代碼以和附近的訓練家對戰", - "quest_title_quest_lucky_plural": "交換到 {{amount_0}} 隻亮晶晶寶可夢", - "quest_title_quest_lucky_singular": "交換到1隻亮晶晶寶可夢", - "quest_title_quest_lunar19_friends_trade_plural": "和朋友進行 {{amount_0}} 次寶可夢交換", - "quest_title_quest_macht_catch_b": "捕捉 {{amount_0}} 隻腕力", - "quest_title_quest_macht_evolve_b": "讓 {{amount_0}} 隻腕力進化", - "quest_title_quest_macht_evolve_s1": "讓 {{amount_0}} 隻豪力進化", - "quest_title_quest_magit_catch_b": "捕捉 {{amount_0}} 隻鯉魚王", - "quest_title_quest_magit_evolve_b": "讓 {{amount_0}} 隻鯉魚王進化", - "quest_title_quest_magmt_catch_b": "捕捉 {{amount_0}} 隻鴨嘴火獸", - "quest_title_quest_magmt_evolve_b": "讓 {{amount_0}} 隻鴨嘴火獸進化", - "quest_title_quest_mareep_catch_b": "捕捉{{amount_0}}隻咩利羊", - "quest_title_quest_mareep_evolve_b": "讓{{amount_0}}隻咩利羊進化", - "quest_title_quest_mareep_snapshot_b": "為咩利羊拍攝{{amount_0}}張GO Snapshot照片", - "quest_title_quest_mega_evo_primal_rev_plural": "讓寶可夢進行{{amount_0}}次原始回歸或是超級進化", - "quest_title_quest_mega_evo_primal_rev_singular": "讓寶可夢進行原始回歸或是超級進化", - "quest_title_quest_mega_evolve_beedrill": "讓1隻大針蜂超級進化", - "quest_title_quest_mega_evolve_blastoise": "讓1隻水箭龜進化成超級水箭龜", - "quest_title_quest_mega_evolve_charizard": "讓1隻噴火龍進化成超級噴火龍", - "quest_title_quest_mega_evolve_diancie": "讓蒂安希超級進化", - "quest_title_quest_mega_evolve_plural": "讓 {{amount_0}} 隻寶可夢進行超級進化", - "quest_title_quest_mega_evolve_rayquaza": "讓烈空坐超級進化", - "quest_title_quest_mega_evolve_singular": "讓1隻寶可夢進行超級進化", - "quest_title_quest_mega_evolve_venusaur": "讓1隻妙蛙花進化成超級妙蛙花", - "quest_title_quest_mega_join_raid_plural": "參加 {{amount_0}} 場超級團體戰", - "quest_title_quest_mega_join_raid_singular": "參加1場超級團體戰", - "quest_title_quest_mega_win_raid_plural": "在超級團體戰中獲勝 {{amount_0}} 次", - "quest_title_quest_mega_win_raid_singular": "在超級團體戰中獲勝1次", - "quest_title_quest_mesprit_wild_snap": "為野生艾姆利多拍攝GO Snapshot照片", - "quest_title_quest_metang_evolve_b_singular": "讓1隻金屬怪進化", - "quest_title_quest_more_reseach_coming_soon": "敬請期待下次的調查!", - "quest_title_quest_mudkt_catch_b": "捕捉 {{amount_0}} 隻水躍魚", - "quest_title_quest_mudkt_evolve_b": "讓 {{amount_0}} 隻水躍魚進化", - "quest_title_quest_mudkt_evolve_s1": "讓 {{amount_0}} 隻沼躍魚進化", - "quest_title_quest_new_friends_plural": "和 {{amount_0}} 位訓練家成為朋友", - "quest_title_quest_new_friends_singular": "結交1位新朋友", - "quest_title_quest_noibat_catch_b": "捕捉 {{amount_0}} 隻嗡蝠", - "quest_title_quest_noibat_evolve_b": "讓{{amount_0}}隻嗡蝠進化 ", - "quest_title_quest_noibat_snapshot_b": "為嗡蝠拍攝{{amount_0}}張照片", - "quest_title_quest_oshat_catch_b": "捕捉 {{amount_0}} 隻水水獺", - "quest_title_quest_oshat_evolve_b": "讓 {{amount_0}} 隻水水獺進化", - "quest_title_quest_oshat_evolve_s1": "讓1隻雙刃丸進化", - "quest_title_quest_party_catch_electric_type_plural": "在參加小隊時捕捉{{amount_0}}隻電屬性的寶可夢", - "quest_title_quest_party_catch_electric_type_singular": "在參加小隊時捕捉1隻電屬性的寶可夢", - "quest_title_quest_party_catch_fire_type_plural": "在參加小隊時捕捉{{amount_0}}隻火屬性的寶可夢", - "quest_title_quest_party_catch_fire_type_singular": "在參加小隊時捕捉1隻火屬性的寶可夢", - "quest_title_quest_party_catch_normal_type_plural": "在參加小隊時捕捉{{amount_0}}隻一般屬性的寶可夢", - "quest_title_quest_party_catch_normal_type_singular": "在參加小隊時捕捉1隻一般屬性的寶可夢", - "quest_title_quest_party_catch_water_type_plural": "在參加小隊時捕捉{{amount_0}}隻水屬性的寶可夢", - "quest_title_quest_party_catch_water_type_singular": "在參加小隊時捕捉1隻水屬性的寶可夢", - "quest_title_quest_party_challenge_plural": "完成{{amount_0}}個小隊挑戰", - "quest_title_quest_party_challenge_singular": "完成小隊挑戰", - "quest_title_quest_platinum_johto_badge": "獲得城都地區的白金獎牌", - "quest_title_quest_platinum_kanto_badge": "獲得關都地區的白金獎牌", - "quest_title_quest_platinum_medal_plural": "獲得 {{amount_0}} 面白金獎牌", - "quest_title_quest_platinum_medal_plural_five": "獲得 5 面白金獎牌", - "quest_title_quest_platinum_medal_plural_forty": "獲得 40 面白金獎牌", - "quest_title_quest_platinum_medal_plural_ten": "獲得 10 面白金獎牌", - "quest_title_quest_platinum_medal_plural_twenty": "獲得 20 面白金獎牌", - "quest_title_quest_platinum_medal_singular": "獲得1面白金獎牌", - "quest_title_quest_play_buddy_singular": "和夥伴一起玩", - "quest_title_quest_pokemon_appears": "寶可夢出現!", - "quest_title_quest_poliwag_catch_b": "捕捉 {{amount_0}} 隻蚊香蝌蚪", - "quest_title_quest_poliwag_evolve_b": "讓{{amount_0}}隻蚊香蝌蚪進化", - "quest_title_quest_poliwag_snapshot_b": "為蚊香蝌蚪拍攝 {{amount_0}} 張照片", - "quest_title_quest_poliwhirl_evolve_b": "讓{{amount_0}}隻蚊香君進化", - "quest_title_quest_ponyta_catch_b": "Catch {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_plural": "Evolve {{amount_0}} Ponyta or Galarian Ponyta", - "quest_title_quest_ponyta_evolve_b_singular": "Evolve a Ponyta or Galarian Ponyta", - "quest_title_quest_popplio_catch_b": "捕捉{{amount_0}}隻球球海獅", - "quest_title_quest_popplio_evolve_b_plural": "讓{{amount_0}}隻球球海獅進化", - "quest_title_quest_popplio_evolve_b_singular": "讓1隻球球海獅進化", - "quest_title_quest_porygon_catch_b": "捕捉{{amount_0}}隻多邊獸", - "quest_title_quest_porygon_evolve_b_plural": "讓{{amount_0}}隻多邊獸進化", - "quest_title_quest_porygon_evolve_b_singular": "讓1隻多邊獸進化", - "quest_title_quest_porygon_snapshot_b": "為多邊獸拍攝{{amount_0}}張GO Snapshot照片", - "quest_title_quest_porygon2_evolve_b_plural": "讓{{amount_0}}隻多邊獸Ⅱ進化", - "quest_title_quest_porygon2_evolve_b_singular": "讓1隻多邊獸Ⅱ進化", - "quest_title_quest_poryt_catch_b": "捕捉 {{amount_0}} 隻多邊獸", - "quest_title_quest_poryt_catch_s1": "捕捉 {{amount_0}} 隻多邊獸Ⅱ", - "quest_title_quest_poryt_evolve_b": "讓 {{amount_0}} 隻多邊獸進化", - "quest_title_quest_poryt_evolve_s1": "讓 {{amount_0}} 隻多邊獸Ⅱ進化", - "quest_title_quest_power_up_dragon_plural": "強化龍屬性寶可夢 {{amount_0}} 次", - "quest_title_quest_power_up_fire_ice": "為火屬性或冰屬性的寶可夢進行5次強化", - "quest_title_quest_power_up_grass_ghost": "為草屬性或幽靈屬性的寶可夢進行5次強化", - "quest_title_quest_power_up_legendary_plural": "強化傳說的寶可夢或幻之寶可夢 {{amount_0}} 次", - "quest_title_quest_power_up_legendary_singular": "強化1隻傳說的寶可夢或幻之寶可夢", - "quest_title_quest_power_up_max_plural": "將 {{amount_0}} 隻寶可夢的CP強化至上限", - "quest_title_quest_power_up_max_singular": "將1隻寶可夢的CP強化至上限", - "quest_title_quest_power_up_plural": "強化寶可夢 {{amount_0}} 次", - "quest_title_quest_power_up_plural_bug": "強化蟲屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_dark": "強化 {{amount_0}} 隻惡屬性的寶可夢", - "quest_title_quest_power_up_plural_dragon": "強化龍屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_electric": "強化電屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_fairy": "強化妖精屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_fighting": "強化格鬥屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_fire": "強化火屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_flying": "強化飛行屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_ghost": "強化幽靈屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_grass": "強化草屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_ground": "強化地面屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_ice": "強化冰屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_normal": "強化一般屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_poison": "強化毒屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_psychic": "強化超能力屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_rock": "強化岩石屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_rock_fairy": "強化岩石或妖精屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_plural_steel": "強化 {{amount_0}} 隻鋼屬性的寶可夢", - "quest_title_quest_power_up_plural_water": "強化水屬性的寶可夢{{amount_0}}次", - "quest_title_quest_power_up_poison_rock": "為毒屬性或岩石屬性的寶可夢進行5次強化", - "quest_title_quest_power_up_singular": "強化1隻寶可夢", - "quest_title_quest_power_up_singular_marshadow": "強化瑪夏多", - "quest_title_quest_power_up_water_normal": "為一般屬性或水屬性的寶可夢進行5次強化", - "quest_title_quest_primal_raid_victory_groudon": "在一場原始固拉多團體戰中獲勝", - "quest_title_quest_primal_raid_victory_kyogre": "在一場原始蓋歐卡團體戰中獲勝", - "quest_title_quest_primal_raid_victory_plural": "在原始團體戰中獲勝{{amount_0}}次", - "quest_title_quest_primal_raid_victory_singular": "在原始團體戰中獲勝1次", - "quest_title_quest_primal_reversion_plural": "讓寶可夢進行{{amount_0}}次原始回歸", - "quest_title_quest_primal_reversion_singular": "讓寶可夢進行原始回歸", - "quest_title_quest_primal_surge_candy": "大地大海之力:和夥伴寶可夢一起走路,獲得1顆糖果", - "quest_title_quest_primal_surge_catch": "大地大海之力:捕捉10隻寶可夢", - "quest_title_quest_primal_surge_hatch": "大地大海之力:孵1顆蛋", - "quest_title_quest_primal_surge_power_ground": "大地大海之力:為地面屬性的寶可夢進行5次強化", - "quest_title_quest_primal_surge_power_water": "大地大海之力:為水屬性的寶可夢進行5次強化", - "quest_title_quest_primal_surge_raid": "大地大海之力:在1場團體戰中獲勝", - "quest_title_quest_psychicspec_catch_abra_plural": "捕捉 {{amount_0}} 隻凱西或催眠貘", - "quest_title_quest_psychicspec_catch_type_psychic_plural": "捕捉 {{amount_0}} 隻超能力屬性的寶可夢", - "quest_title_quest_psychicspec_evolve_plural": "讓 {{amount_0}} 隻蛋蛋或呆呆獸進化", - "quest_title_quest_quaxly_evolve_b": "讓潤水鴨進化", - "quest_title_quest_quaxwell_evolve_b": "讓湧躍鴨進化", - "quest_title_quest_quilava_evolve_b_plural": "讓{{amount_0}}隻火岩鼠進化", - "quest_title_quest_quilava_evolve_b_singular": "讓1隻火岩鼠進化", - "quest_title_quest_quilladin_evolve_b": "讓{{amount_0}}隻胖胖哈力進化", - "quest_title_quest_raboot_evolve": "讓1隻騰蹴小將進化", - "quest_title_quest_raid_friend_singular": "和朋友一起參加團體戰", - "quest_title_quest_raid_t5_win": "在五星團體戰中獲勝", - "quest_title_quest_raid_with_buddy_plural": "在{{amount_0}}場團體戰中派夥伴上場", - "quest_title_quest_raid_with_buddy_singular": "在1場團體戰中派夥伴上場", - "quest_title_quest_reach_hoenn_gold": "獲得金豐緣獎牌", - "quest_title_quest_reach_johto_gold": "獲得金城都獎牌", - "quest_title_quest_reach_kanto_gold": "獲得金關都獎牌", - "quest_title_quest_reach_kanto_silver": "獲得銀關都獎牌", - "quest_title_quest_reach_level": "升至 {{amount_0}} 級", - "quest_title_quest_referral_initial_milestone": "成功登入Pokémon GO", - "quest_title_quest_remove_bonus_challenge_desc": "明天可再領取別的課題", - "quest_title_quest_reward_desc_1": "收集圖章,讓維羅博士的研究能有突破性的進展!", - "quest_title_quest_reward_desc_2": "距離下次突破性進展", - "quest_title_quest_reward_desc_3_plural": "需要再收集 {{amount_0}} 個圖章!", - "quest_title_quest_reward_desc_3_singular": "需要再收集 {{amount_0}} 個圖章!", - "quest_title_quest_reward_encounter_later": "稍後再說", - "quest_title_quest_reward_encounter_uses_ar": "你必須開啟AR模式,才能捕捉這隻寶可夢", - "quest_title_quest_reward_mysterious_pokemon_appeared": "謎樣的寶可夢出現了!", - "quest_title_quest_reward_start_encounter": "開始捕捉", - "quest_title_quest_rocket_battle_plural": "打敗 {{amount_0}} 個GO火箭隊手下", - "quest_title_quest_rocket_battle_win_plural": "打敗 {{amount_0}} 個GO火箭隊手下", - "quest_title_quest_rocket_battle_win_singular": "打敗1個GO火箭隊手下", - "quest_title_quest_rocket_catch_shadow_singular": "捕捉暗影寶可夢", - "quest_title_quest_rocket_evolve_plural": "讓 {{amount_0}} 隻寶可夢進化", - "quest_title_quest_rocket_leader_battle_win_singular": "打敗1個GO火箭隊幹部", - "quest_title_quest_rocket_power_up_plural": "強化寶可夢 {{amount_0}} 次", - "quest_title_quest_rocket_purify_dark_plural": "淨化 {{amount_0}} 隻惡屬性的暗影寶可夢", - "quest_title_quest_rocket_purify_fire_plural": "淨化 {{amount_0}} 隻火屬性的暗影寶可夢", - "quest_title_quest_rocket_purify_plural": "淨化 {{amount_0}} 隻暗影寶可夢", - "quest_title_quest_rocket_purify_type_singular": "淨化1隻火、水或草屬性的暗影寶可夢", - "quest_title_quest_rocket_rescue_shadow_plural": "拯救 {{amount_0}} 隻暗影寶可夢", - "quest_title_quest_rocket_shadow_plural": "捕捉 {{amount_0}} 隻暗影寶可夢", - "quest_title_quest_rockethq1_arlo_win": "打敗GO火箭隊幹部亞洛", - "quest_title_quest_rockethq1_arlo_win_plural": "打敗GO火箭隊幹部亞洛 {{amount_0}} 次", - "quest_title_quest_rockethq1_battle_boss": "與GO火箭隊老大對戰", - "quest_title_quest_rockethq1_catch_legendary_shadow": "捕捉傳說的暗影寶可夢", - "quest_title_quest_rockethq1_catch_shadow1": "捕捉 {{amount_0}} 隻暗影寶可夢", - "quest_title_quest_rockethq1_cliff_win": "打敗GO火箭隊幹部克里夫", - "quest_title_quest_rockethq1_cliff_win_plural": "打敗GO火箭隊幹部克里夫 {{amount_0}} 次", - "quest_title_quest_rockethq1_defeat_boss": "打敗GO火箭隊老大", - "quest_title_quest_rockethq1_find_boss": "找到GO火箭隊老大", - "quest_title_quest_rockethq1_grunt_win1": "打敗{{amount_0}}個GO火箭隊手下", - "quest_title_quest_rockethq1_grunt_win2": "打敗 {{amount_0}} 個GO火箭隊手下", - "quest_title_quest_rockethq1_leader_win_plural": "在與GO火箭隊幹部的對戰中獲勝 {{amount_0}} 次", - "quest_title_quest_rockethq1_leaders_win_plural": "在與GO火箭隊幹部的對戰中獲勝 {{amount_0}} 次", - "quest_title_quest_rockethq1_purify": "淨化 {{amount_0}} 隻暗影寶可夢", - "quest_title_quest_rockethq1_raid_win": "在團體戰中獲勝 {{amount_0}} 次", - "quest_title_quest_rockethq1_sierra_win": "打敗GO火箭隊幹部希爾拉", - "quest_title_quest_rockethq1_sierra_win_plural": "打敗GO火箭隊幹部希爾拉 {{amount_0}} 次", - "quest_title_quest_rockethq1_spin": "旋轉{{amount_0}}個寶可補給站的轉盤", - "quest_title_quest_rockethq1_spin_row": "連續 {{amount_0}} 天旋轉寶可補給站的轉盤", - "quest_title_quest_rockethq1_supereffective": "在1場道館對戰中使出 {{amount_0}} 次效果絕佳的特殊招式", - "quest_title_quest_rockethq1_trainerbattle_win": "在超級聯盟訓練家對戰中和其他訓練家對戰,並獲勝 {{amount_0}} 次", - "quest_title_quest_roggenrola_catch_b": "捕捉 {{amount_0}} 隻石丸子", - "quest_title_quest_roggenrola_evolve_b": "讓 {{amount_0}} 隻石丸子進化", - "quest_title_quest_roggenrola_snapshot_b": "為石丸子拍攝 {{amount_0}} 張照片", - "quest_title_quest_roset_catch_b": "捕捉 {{amount_0}} 隻毒薔薇", - "quest_title_quest_roset_evolve_b": "讓 {{amount_0}} 隻毒薔薇進化", - "quest_title_quest_rowlet_catch_b": "捕捉{{amount_0}}隻木木梟", - "quest_title_quest_rowlet_evolve_b_plural": "讓{{amount_0}}隻木木梟進化", - "quest_title_quest_rowlet_evolve_b_singular": "讓{{amount_0}}隻木木梟進化", - "quest_title_quest_rowlet_snapshot_b": "為木木梟拍攝{{amount_0}}張GO Snapshot照片", - "quest_title_quest_sandt_catch_b": "捕捉 {{amount_0}} 隻穿山鼠", - "quest_title_quest_sandt_evolve_b": "讓 {{amount_0}} 隻穿山鼠進化", - "quest_title_quest_scorbunny_evolve": "讓1隻炎兔兒進化", - "quest_title_quest_send_gifts_daily_row": "連續 {{amount_0}} 天傳送友情禮物", - "quest_title_quest_send_gifts_plural": "傳送 {{amount_0}} 個友情禮物", - "quest_title_quest_send_gifts_singular": "傳送友情禮物給朋友", - "quest_title_quest_send_gifts_sticker_plural": "傳送 {{amount_0}} 個貼了貼圖的友情禮物", - "quest_title_quest_send_gifts_sticker_singular": "傳送貼了貼圖的友情禮物", - "quest_title_quest_shelgon_evolve_b_plural": "讓{{amount_0}}隻甲殼龍進化", - "quest_title_quest_shelgon_evolve_b_singular": "讓1隻甲殼龍進化", - "quest_title_quest_shint_catch_b": "捕捉 {{amount_0}} 隻小貓怪", - "quest_title_quest_shint_evolve_b": "讓 {{amount_0}} 隻小貓怪進化", - "quest_title_quest_shint_evolve_s1": "讓 {{amount_0}} 隻勒克貓進化", - "quest_title_quest_sinnoh_evolve_plural": "讓{{amount_0}}隻在神奧地區首次被發現的寶可夢進化", - "quest_title_quest_sinnoh_evolve_stone_plural": "用神奧之石讓{{amount_0}}隻寶可夢進化", - "quest_title_quest_sinnoh_medal_gold": "獲得金神奧獎牌", - "quest_title_quest_sliggoo_evolve_b_plural": "讓{{amount_0}}隻黏美兒進化", - "quest_title_quest_sliggoo_evolve_b_singular": "讓1隻黏美兒進化", - "quest_title_quest_slowpoke_catch_b": "捕捉{{amount_0}}隻呆呆獸或伽勒爾呆呆獸", - "quest_title_quest_slowpoke_evolve_b": "讓{{amount_0}}隻呆呆獸或伽勒爾呆呆獸進化", - "quest_title_quest_slowpoke_snapshot_b": "為呆呆獸或伽勒爾呆呆獸拍攝{{amount_0}}張GO Snapshot照片", - "quest_title_quest_snapshot_ar_photo_safari": "在帳篷裡為夥伴寶可夢拍一張GO Snapshot照片", - "quest_title_quest_snapshot_bali": "在峇里島拍攝1張Snapshot照片", - "quest_title_quest_snapshot_buddy": "和夥伴拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_bulbasaur": "為妙蛙種子拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_charmander": "為小火龍拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_chikorita": "為菊草葉拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_cyndaquil": "為火球鼠拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_genesect": "為蓋諾賽克特拍攝 {{amount_0}} 張照片", - "quest_title_quest_snapshot_hariyama": "為你的鐵掌力士拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_hoopa_singular": "為胡帕拍攝1張照片", - "quest_title_quest_snapshot_jeju": "在濟州島拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_keldeo": "為凱路迪歐拍攝 {{amount_0}} 張照片", - "quest_title_quest_snapshot_landorus": "為土地雲拍攝1張照片", - "quest_title_quest_snapshot_machamp": "為你的怪力拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_okinawa": "在沖繩拍攝1張Snapshot照片", - "quest_title_quest_snapshot_poison_grass_singular": "為野生的毒屬性寶可夢拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_regi_ice": "為雷吉艾斯拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_regi_rock": "為雷吉洛克拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_regi_steel": "為雷吉斯奇魯拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_scrafty": "為你的頭巾混混拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_singular": "拍照", - "quest_title_quest_snapshot_storage_bug_unique_plural": "為{{amount_0}}種蟲屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_storage_steel_unique_plural": "為{{amount_0}}種鋼屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_storage_unique_plural": "為 {{amount_0}} 種野生寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_surabaya": "在泗水拍攝1張Snapshot照片", - "quest_title_quest_snapshot_thundurus": "為雷電雲拍攝1張照片", - "quest_title_quest_snapshot_tornadus": "為龍捲雲拍攝1張照片", - "quest_title_quest_snapshot_totodile": "為小鋸鱷拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_unique_fire_pokemon": "為 {{amount_0}} 種火屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_unique_pokemon": "為 {{amount_0}} 種寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_blitzle_shinx_furfrou": "為野生的小貓怪、斑斑馬或多麗米亞拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_bug_plural": "為野生的蟲屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_bug_unique_plural": "為 {{amount_0}} 種野生蟲屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_butterfree_shinx_blitzle": "輕飄飄為野生的巴大蝶、小貓怪或斑斑馬拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_dark_plural": "為野生的惡屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_dark_unique_plural": "為{{amount_0}}種野生的惡屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_dragon_plural": "為野生的龍屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_dragon_unique_plural": "為{{amount_0}}種野生龍屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_ducklett_chinchou_finneon": "為野生的燈籠魚、螢光魚或鴨寶寶拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_eevee": "為野生伊布拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_electric_plural": "為野生的電屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_electric_unique_plural": "為{{amount_0}}種野生電屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_entei": "為野生炎帝拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_fairy_plural": "為野生的妖精屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_fairy_unique_plural": "為{{amount_0}}種野生妖精屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_fighting_plural": "為野生的格鬥屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_fighting_unique_plural": "為{{amount_0}}種野生格鬥屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_fire_plural": "為野生的火屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_fire_unique_plural": "為{{amount_0}}種野生的火屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_flying_plural": "為野生的飛行屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_flying_unique_plural": "為{{amount_0}}種野生飛行屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_frillish_absol": "為野生的阿勃梭魯或輕飄飄拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_geodude_sandshrew_cacnea": "為野生的穿山鼠、小拳石或刺球仙人掌拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_ghost_plural": "為野生的幽靈屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_ghost_unique_plural": "為{{amount_0}}種野生的幽靈屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_grass_plural": "為野生的草屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_grass_singular": "為野生的草屬性寶可夢拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_grass_unique_plural": "為{{amount_0}}種野生草屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_ground_plural": "為野生的地面屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_ground_unique_plural": "為{{amount_0}}種野生地面屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_hoothoot": "為咕咕拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_ice_plural": "為野生的冰屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_ice_singular": "為野生的冰屬性寶可夢拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_ice_unique_plural": "為{{amount_0}}種野生冰屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_lotad_metapod_aipom": "為野生的鐵甲蛹、長尾怪手或蓮葉童子拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_luvdisc_chinchou_finneon": "為野生的燈籠魚、愛心魚或螢光魚拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_mareanie_singluar": "為野生好壞星拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_normal_plural": "為野生的一般屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_normal_unique_plural": "為{{amount_0}}種野生一般屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_plural": "為野生寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_poison_plural": "為野生的毒屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_poison_unique_plural": "為{{amount_0}}種野生毒屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_psychic_plural": "為野生的超能力屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_psychic_unique_plural": "為{{amount_0}}種野生超能力屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_raikou": "為野生雷公拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_rock_ground_fairy_unique_plural": "為{{amount_0}}種野生的地面屬性、岩石屬性或妖精屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_rock_plural": "為野生的岩石屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_rock_unique_plural": "為{{amount_0}}種野生岩石屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_singular": "為野生寶可夢拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_skarmory_dodrio_mantine": "為野生的嘟嘟利、巨翅飛魚或盔甲鳥拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_skitty_kirlia": "為野生的奇魯莉安或向尾喵拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_sneasel_croagunk_frillish": "為野生的狃拉、不良蛙或輕飄飄拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_steel_plural": "為野生的鋼屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_steel_unique_plural": "為 {{amount_0}} 種野生鋼屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_suicune": "為野生水君拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_trapinch_sandshrew_cacnea": "為野生的穿山鼠、大顎蟻或刺球仙人掌拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_unique_plural": "為 {{amount_0}} 種野生寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_water_fire_grass_unique_plural": "為 {{amount_0}} 種野生的火屬性、水屬性或草屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_wild_water_plural": "為野生的水屬性寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshot_wild_water_singular": "為野生的水屬性寶可夢拍攝1張GO Snapshot照片", - "quest_title_quest_snapshot_wild_water_unique_plural": "為{{amount_0}}種野生水屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshot_yogyakarta": "在日惹拍攝1張Snapshot照片", - "quest_title_quest_snapshots_inarow_plural": "連續 {{amount_0}} 天為寶可夢拍攝GO Snapshot照片", - "quest_title_quest_snapshots_plural": "拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshots_your_plural": "為你的寶可夢拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_snapshots_your_singular": "為你的寶可夢拍攝1張GO Snapshot照片", - "quest_title_quest_snivt_catch_b": "捕捉 {{amount_0}} 隻藤藤蛇", - "quest_title_quest_snivt_evolve_b": "讓{{amount_0}}隻藤藤蛇進化", - "quest_title_quest_snivt_evolve_s1": "讓 {{amount_0}} 隻青藤蛇進化", - "quest_title_quest_sobble_evolve": "讓1隻淚眼蜥進化", - "quest_title_quest_sphet_catch_b": "捕捉 {{amount_0}} 隻海豹球", - "quest_title_quest_sphet_evolve_b": "讓 {{amount_0}} 隻海豹球進化", - "quest_title_quest_sphet_evolve_s1": "讓 {{amount_0}} 隻海魔獅進化", - "quest_title_quest_spin_151": "拜訪151個寶可補給站或道館", - "quest_title_quest_spin_daysinarow": "連續 {{amount_0}} 天拜訪寶可補給站", - "quest_title_quest_spin_go_tour_habitat_01": "在海邊都市旋轉{{amount_0}}個寶可補給站或道館轉盤", - "quest_title_quest_spin_go_tour_habitat_02": "在詭異遺跡旋轉{{amount_0}}個寶可補給站或道館轉盤", - "quest_title_quest_spin_go_tour_habitat_03": "在聚毒之地旋轉{{amount_0}}個寶可補給站或道館轉盤", - "quest_title_quest_spin_go_tour_habitat_04": "在山間溫泉旋轉{{amount_0}}個寶可補給站或道館轉盤", - "quest_title_quest_spin_go_tour_spiritomb_plural": "旋轉{{amount_0}}種花岩怪寶可補給站轉盤", - "quest_title_quest_spin_go_tour_spiritomb_singular": "旋轉花岩怪寶可補給站轉盤", - "quest_title_quest_spin_mexico_plural": "拜訪{{amount_0}}個墨西哥國內的寶可補給站", - "quest_title_quest_spin_mexico_singular": "拜訪1個墨西哥國內的寶可補給站", - "quest_title_quest_spin_pokestop_days": "拜訪寶可補給站{{amount_0}}天", - "quest_title_quest_spin_ultra_wormhole_gym": "旋轉有究極之洞的道館轉盤", - "quest_title_quest_spin_wcs_2024": "在夏威夷會議中心旋轉10個寶可補給站或道館的轉盤", - "quest_title_quest_sprigatito_evolve_b": "讓新葉喵進化", - "quest_title_quest_squirtle_catch_b": "捕捉 {{amount_0}} 隻傑尼龜", - "quest_title_quest_squirtle_evolve_b": "讓{{amount_0}}隻傑尼龜進化", - "quest_title_quest_squirtle_snapshot_b": "為傑尼龜拍攝 {{amount_0}} 張照片", - "quest_title_quest_st_catch_s": "捕捉15隻橡實果", - "quest_title_quest_st_evolve_n": "讓1隻長鼻葉進化", - "quest_title_quest_st_evolve_s": "讓3隻橡實果進化", - "quest_title_quest_stardust_plural": "獲得星星沙子x{{amount_0}}", - "quest_title_quest_starly_catch_b": "捕捉 {{amount_0}} 隻姆克兒", - "quest_title_quest_starly_evolve_b": "讓 {{amount_0}} 隻姆克兒進化", - "quest_title_quest_starly_snapshot_b": "為姆克兒拍攝 {{amount_0}} 張照片", - "quest_title_quest_start_battle": "對戰開始!", - "quest_title_quest_steenee_evolve_b_plural": "讓{{amount_0}}隻甜舞妮進化", - "quest_title_quest_steenee_evolve_b_singular": "讓1隻甜舞妮進化", - "quest_title_quest_streak_format": "連續第 {{amount_0}} 天!", - "quest_title_quest_stuff_catch_b": "捕捉 {{amount_0}} 隻童偶熊", - "quest_title_quest_stuff_evolve_b": "讓 {{amount_0}} 隻童偶熊進化", - "quest_title_quest_stuff_snapshot_b": "為野生童偶熊拍攝 {{amount_0}} 張GO Snapshot照片", - "quest_title_quest_supereffective_charge_party_plural": "在參加小隊時使出{{amount_0}}次效果絕佳的特殊招式", - "quest_title_quest_supereffective_charge_party_singular": "在參加小隊時使出效果絕佳的特殊招式", - "quest_title_quest_supereffective_charge_plural": "在對戰中使出 {{amount_0}} 次效果絕佳的特殊招式", - "quest_title_quest_supereffective_charge_singular": "在對戰中使出1次效果絕佳的特殊招式", - "quest_title_quest_surskit_catch": "捕捉 {{amount_0}} 隻溜溜糖球", - "quest_title_quest_swabt_catch_b": "捕捉 {{amount_0}} 隻青綿鳥", - "quest_title_quest_swabt_evolve_b": "讓 {{amount_0}} 隻青綿鳥進化", - "quest_title_quest_swinub_cdc_evolve_b": "讓 {{amount_0}} 隻小山豬進化", - "quest_title_quest_swinub_cdc_snapshot_b": "為小山豬拍攝{{amount_0}}張照片", - "quest_title_quest_teddiursa_catch_b": "捕捉{{amount_0}}隻熊寶寶", - "quest_title_quest_teddiursa_evolve_b": "讓{{amount_0}}隻熊寶寶進化", - "quest_title_quest_teddiursa_snapshot_b": "為熊寶寶拍攝{{amount_0}}張照片", - "quest_title_quest_template.display.branches#0.button_text_key": "團體戰、手下和道館!", - "quest_title_quest_template.display.branches#0.description_key": "選擇這個路線後,你將需要完成有關道館、團體戰、GO火箭隊的課題來獲得獎勵。獎勵中包含遇見噴火龍的機會。", - "quest_title_quest_template.display.branches#1.button_text_key": "GO對戰聯盟", - "quest_title_quest_template.display.branches#1.description_key": "選擇這個路線後,你將需要完成和其他訓練家對戰的課題來獲得獎勵。獎勵中包含遇見噴火龍的機會。", - "quest_title_quest_tepit_catch_b": "捕捉 {{amount_0}} 隻暖暖豬", - "quest_title_quest_tepit_evolve_b": "讓 {{amount_0}} 隻暖暖豬進化", - "quest_title_quest_tepit_evolve_s1": "讓 {{amount_0}} 隻炒炒豬進化", - "quest_title_quest_thwackey_evolve": "讓1隻啪咚猴進化", - "quest_title_quest_timburr_catch_b": "捕捉{{amount_0}}隻搬運小匠", - "quest_title_quest_timburr_evolve_b": "讓{{amount_0}}隻搬運小匠進化", - "quest_title_quest_timburr_snapshot_b": "為搬運小匠拍攝{{amount_0}}張GO Snapshot照片", - "quest_title_quest_time_remaining_day_plural": "請在 {{amount_0}} 天內完成此特殊調查", - "quest_title_quest_time_remaining_day_singular": "請在 {{amount_0}} 天內完成此特殊調查", - "quest_title_quest_togetic_catch_b": "捕捉 {{amount_0}} 隻波克基古", - "quest_title_quest_togetic_evolve_b": "讓{{amount_0}}隻波克基古進化", - "quest_title_quest_togetic_snapshot_b": "為波克基古拍攝{{amount_0}}張照片", - "quest_title_quest_torracat_evolve_b_plural": "讓{{amount_0}}隻炎熱喵進化", - "quest_title_quest_torracat_evolve_b_singular": "讓炎熱喵進化", - "quest_title_quest_trade_50km_plural": "和朋友交換 {{amount_0}} 隻捕捉地相距50公里以上的寶可夢", - "quest_title_quest_trade_100km_plural": "和朋友交換 {{amount_0}} 隻捕捉地相距100公里以上的寶可夢", - "quest_title_quest_trade_200km_plural": "和朋友交換 {{amount_0}} 隻捕捉地相距200公里以上的寶可夢", - "quest_title_quest_trade_300km_plural": "和朋友交換 {{amount_0}} 隻捕捉地相距300公里以上的寶可夢", - "quest_title_quest_trade_400km_plural": "和朋友交換 {{amount_0}} 隻捕捉地相距400公里以上的寶可夢", - "quest_title_quest_trade_500km_plural": "和朋友交換 {{amount_0}} 隻捕捉地相距500公里以上的寶可夢", - "quest_title_quest_trade_500km_singular": "和朋友交換1隻捕捉地相距500公里以上的寶可夢", - "quest_title_quest_trade_pikachu_plural": "交換 {{amount_0}} 隻皮卡丘", - "quest_title_quest_trade_plural": "進行 {{amount_0}} 次寶可夢交換", - "quest_title_quest_trade_singular": "交換1隻寶可夢", - "quest_title_quest_transfer_pidgey_plural": "傳送{{amount_0}}隻波波。", - "quest_title_quest_transfer_pokemon_plural": "傳送 {{amount_0}} 隻寶可夢", - "quest_title_quest_transfer_pokemon_singular": "傳送1隻寶可夢", - "quest_title_quest_transfer_rock_or_poison_plural": "傳送 {{amount_0}} 隻岩石屬性或毒屬性的寶可夢", - "quest_title_quest_transfer_rock_poison": "傳送 {{amount_0}} 隻岩石屬性或毒屬性的寶可夢", - "quest_title_quest_transfer_type_bug_plural": "傳送 {{amount_0}} 隻蟲屬性的寶可夢", - "quest_title_quest_transfer_type_dark_plural": "傳送 {{amount_0}} 隻惡屬性的寶可夢", - "quest_title_quest_transfer_type_dragon_plural": "傳送 {{amount_0}} 隻龍屬性的寶可夢", - "quest_title_quest_transfer_type_electric_plural": "傳送 {{amount_0}} 隻電屬性的寶可夢", - "quest_title_quest_transfer_type_fairy_plural": "傳送 {{amount_0}} 隻妖精屬性的寶可夢", - "quest_title_quest_transfer_type_fighting_plural": "傳送 {{amount_0}} 隻格鬥屬性的寶可夢", - "quest_title_quest_transfer_type_fire_plural": "傳送 {{amount_0}} 隻火屬性的寶可夢", - "quest_title_quest_transfer_type_flying_plural": "傳送 {{amount_0}} 隻飛行屬性的寶可夢", - "quest_title_quest_transfer_type_ghost_plural": " 傳送 {{amount_0}} 隻幽靈屬性的寶可夢", - "quest_title_quest_transfer_type_grass_plural": "傳送 {{amount_0}} 隻草屬性的寶可夢", - "quest_title_quest_transfer_type_ground_plural": "傳送 {{amount_0}} 隻地面屬性的寶可夢", - "quest_title_quest_transfer_type_ice_plural": "傳送 {{amount_0}} 隻冰屬性的寶可夢", - "quest_title_quest_transfer_type_normal_plural": "傳送 {{amount_0}} 隻一般屬性的寶可夢", - "quest_title_quest_transfer_type_poison_plural": "傳送 {{amount_0}} 隻毒屬性的寶可夢", - "quest_title_quest_transfer_type_psychic_plural": "傳送 {{amount_0}} 隻超能力屬性的寶可夢", - "quest_title_quest_transfer_type_rock_plural": "傳送 {{amount_0}} 隻岩石屬性的寶可夢", - "quest_title_quest_transfer_type_steel_plural": "傳送 {{amount_0}} 隻鋼屬性的寶可夢", - "quest_title_quest_transfer_type_water_plural": "傳送 {{amount_0}} 隻水屬性的寶可夢", - "quest_title_quest_travel_routes_km_plural": "在遊玩路線時步行{{amount_0}}公里", - "quest_title_quest_travel_routes_meters_plural": "在遊玩路線時步行{{amount_0}}公尺", - "quest_title_quest_tynamo_catch_b": "捕捉{{amount_0}}隻麻麻小魚", - "quest_title_quest_tynamo_evolve_b_plural": "讓{{amount_0}}隻麻麻小魚進化", - "quest_title_quest_tynamo_evolve_b_singular": "讓1隻麻麻小魚進化", - "quest_title_quest_under_investigation": "維羅博士正在進行調查。請等他做好準備。", - "quest_title_quest_urd22_june_battle_gym": "究極研究:參加1次道館對戰", - "quest_title_quest_urd22_june_battle_raid": "究極研究:參加1次團體戰", - "quest_title_quest_urd22_june_beries": "究極研究:捕捉寶可夢時使用 {{amount_0}} 顆樹果來輔助", - "quest_title_quest_urd22_june_catch_rock": "究極研究:捕捉 {{amount_0}} 隻岩石屬性寶可夢", - "quest_title_quest_urd22_june_catch_weather": "究極研究:捕捉 {{amount_0}} 隻擁有天氣優勢的寶可夢", - "quest_title_quest_urd22_june_curveball": "究極研究:投出 {{amount_0}} 次曲球", - "quest_title_quest_urd22_june_curveball_row": "究極研究:連續投出 {{amount_0}} 次曲球", - "quest_title_quest_urd22_june_evolve_rock": "究極研究:讓 {{amount_0}} 隻岩石屬性寶可夢進化", - "quest_title_quest_urd22_june_gift_sticker": "究極研究:傳送 {{amount_0}} 個貼了貼圖的友情禮物", - "quest_title_quest_urd22_june_great": "究極研究:投出 {{amount_0}} 次Great", - "quest_title_quest_urd22_june_great_row": "究極研究:連續投出 {{amount_0}} 次Great", - "quest_title_quest_urd22_june_nice": "究極研究:投出 {{amount_0}} 次Nice", - "quest_title_quest_urd22_june_nice_row": "究極研究:連續投出 {{amount_0}} 次Nice", - "quest_title_quest_urd22_june_powerup": "究極研究:讓1隻寶可夢強化 {{amount_0}} 次", - "quest_title_quest_urd22_june_snap_rock": "究極研究:為岩石屬性寶可夢拍1張Snapshot照片", - "quest_title_quest_urd22_june_spin_stops": "究極研究:拜訪 {{amount_0}} 個寶可補給站", - "quest_title_quest_urd22_june_supereffective": "究極研究:使出1次效果絕佳的特殊招式", - "quest_title_quest_ursaring_evolve_b": "讓{{amount_0}}隻圈圈熊進化", - "quest_title_quest_use_any_potion": "使用傷藥", - "quest_title_quest_use_charged_move_singular": "在戰中使出1次效果絕佳的特殊招式", - "quest_title_quest_use_charged_tm": "使用1個特殊招式學習器", - "quest_title_quest_use_dai_plural": "使用 {{amount_0}} 個散步小薰香", - "quest_title_quest_use_dai_singular": "使用1個散步小薰香", - "quest_title_quest_use_fast_tm": "使用1個一般招式學習器", - "quest_title_quest_use_hyper_potion": "使用厲害傷藥", - "quest_title_quest_use_lure": "Use a Lure Module", - "quest_title_quest_use_lure_plural": "在遊玩路線時使用{{amount_0}}個誘餌模組", - "quest_title_quest_use_lure_singular": "在遊玩路線時使用1個誘餌模組", - "quest_title_quest_use_max_potion": "使用全滿藥", - "quest_title_quest_use_poffin": "使用寶芬", - "quest_title_quest_use_rare_candy_plural": "使用 {{amount_0}} 個神奇糖果", - "quest_title_quest_use_rare_candy_singular": "使用1個神奇糖果", - "quest_title_quest_use_standard_charged_tm": "使用1個特殊招式學習器", - "quest_title_quest_use_standard_fast_tm": "使用1個一般招式學習器", - "quest_title_quest_use_super_potion": "使用好傷藥", - "quest_title_quest_uxie_wild_snap": "為野生由克希拍攝GO Snapshot照片", - "quest_title_quest_val19_catch_specific_plural": "Valentine's Day: 捕捉 {{amount_0}} 隻愛心魚", - "quest_title_quest_val19_catch_specific_singular": "Valentine's Day: 捕捉1隻吉利蛋", - "quest_title_quest_visit_different_pokestops": "拜訪 {{amount_0}} 個不同的寶可補給站", - "quest_title_quest_visit_pokestop_new_plural": "拜訪 {{amount_0}} 個從未去過的寶可補給站", - "quest_title_quest_visit_pokestop_new_singular": "拜訪1個從未去過的寶可補給站", - "quest_title_quest_visit_pokestops_party_plural": "在參加小隊時旋轉{{amount_0}}次寶可補給站或道館的轉盤", - "quest_title_quest_visit_pokestops_plural": "拜訪 {{amount_0}} 個寶可補給站", - "quest_title_quest_visit_pokestops_singular": "旋轉1次寶可補給站的轉盤", - "quest_title_quest_visit_unique_pokestops_plural": "拜訪 {{amount_0}} 個不同的寶可補給站或道館", - "quest_title_quest_wailmer_catch_b": "捕捉{{amount_0}}隻吼吼鯨", - "quest_title_quest_waina_catch_great_ultra_plural": "用Pokémon GO Plus + 捕捉{{amount_0}}隻寶可夢到超級球或高級球裡", - "quest_title_quest_waina_catch_plural": "用Pokémon GO Plus + 捕捉{{amount_0}}隻寶可夢到精靈球裡", - "quest_title_quest_waina_sleep_days": "用Pokémon GO Plus + 記錄睡眠{{amount_0}}天", - "quest_title_quest_waina_sleep_days_singular": "用Pokémon GO Plus + 記錄睡眠1天", - "quest_title_quest_waina_spin_pokestop_plural": "用Pokémon GO Plus + 旋轉{{amount_0}}個寶可補給站", - "quest_title_quest_walk_25km_inaweek_plural": "收到 {{amount_0}} 次以時時刻刻冒險模式步行25公里的獎勵", - "quest_title_quest_walk_buddy_plural": "和夥伴一起走路,取得 {{amount_0}} 顆糖果", - "quest_title_quest_walk_buddy_singular": "和夥伴一起走路,取得1顆糖果", - "quest_title_quest_walk_eevee_for_evo": "把伊布設為夥伴,並一起行走10公里", - "quest_title_quest_walk_hgrowlithe_header_0": "卡蒂狗限時調查", - "quest_title_quest_walk_km": "步行 {{amount_0}} km", - "quest_title_quest_walk_km_plural": "行走 {{amount_0}} km", - "quest_title_quest_walk_routes_plural": "沿著路線步行{{amount_0}}km", - "quest_title_quest_walk_routes_singular": "沿著路線步行{{amount_0}}km", - "quest_title_quest_walk_steps": "走 {{amount_0}} 步", - "quest_title_quest_wartortle_evolve_b": "讓{{amount_0}}隻卡咪龜進化", - "quest_title_quest_waterfestival_catch_feed_plural": "潑水節:捕捉寶可夢時使用 {{amount_0}} 顆樹果來輔助", - "quest_title_quest_waterfestival_catch_pokemon_plural": "潑水節:捕捉 {{amount_0}} 隻寶可夢", - "quest_title_quest_waterfestival_catch_special9_plural": "潑水節:捕捉 {{amount_0}} 隻鯉魚王或吼吼鯨", - "quest_title_quest_waterfestival_catch_type_water_plural": "潑水節:捕捉 {{amount_0}} 隻水屬性的寶可夢", - "quest_title_quest_waterfestival_evolve_plural": "潑水節:讓 {{amount_0}} 隻大舌貝進化", - "quest_title_quest_waterfestival_evolve_type_water_plural": "潑水節:讓 {{amount_0}} 隻水屬性的寶可夢進化", - "quest_title_quest_waterfestival_hatch_egg_singular": "潑水節:孵化1顆蛋", - "quest_title_quest_waterfestival_land_great_plural": "潑水節:投出{{amount_0}}次Great", - "quest_title_quest_waterfestival_land_nice_plural": "潑水節:投出{{amount_0}}次Nice", - "quest_title_quest_waterfestival_win_raid_singular": "潑水節:在1場團體戰中獲勝", - "quest_title_quest_wayfarer_catch_pokemon_plural": "Wayfarer bonus:捕捉 {{amount_0}} 隻寶可夢", - "quest_title_quest_wcs_2024_catch_psychic_electric": "捕捉{{amount_0}}隻電屬性或超能力屬性的寶可夢", - "quest_title_quest_wcs_2024_snapshot_fairy": "為{{amount_0}}種野生的妖精屬性寶可夢拍攝GO Snapshot照片", - "quest_title_quest_wcs_2024_spin_00": "在Pokémon GO專區旋轉寶可補給站的轉盤", - "quest_title_quest_wcs_2024_spin_01": "在Play Lab旋轉寶可補給站的轉盤", - "quest_title_quest_wcs_2024_spin_02": "在Collect & Trade Corner旋轉寶可補給站的轉盤", - "quest_title_quest_weepinbell_evolve_b_plural": "讓{{amount_0}}隻口呆花進化", - "quest_title_quest_weepinbell_evolve_b_singular": "讓1隻口呆花進化", - "quest_title_quest_wimpod_catch_b": "捕捉{{amount_0}}隻膽小蟲", - "quest_title_quest_win_gym_plural": "在道館對戰中獲勝 {{amount_0}} 次", - "quest_title_quest_win_gym_singular": "在道館對戰中獲勝1次", - "quest_title_quest_win_raid_2_singular": "在等級2以上的團體戰中獲勝1次", - "quest_title_quest_win_raid_3_plural": "在等級3以上的團體戰中獲勝 {{amount_0}} 次", - "quest_title_quest_win_raid_3_singular": "在等級3以上的團體戰中獲勝1次", - "quest_title_quest_win_raid_buddy_plural": "在團體戰中派出夥伴寶可夢,並贏得 {{amount_0}} 場團體戰。", - "quest_title_quest_win_raid_buddy_singular": "和夥伴在1場團體戰中獲勝", - "quest_title_quest_win_raid_lvl1_higher_singular": "在1星以上的團體戰中獲勝1次", - "quest_title_quest_win_raid_lvl1_singular": "在1星團體戰中獲勝", - "quest_title_quest_win_raid_lvl1plus_less1500cp_plural": "用CP低於1500的寶可夢在團體戰中獲勝 {{amount_0}} 次", - "quest_title_quest_win_raid_lvl1plus_less1500cp_singular": "用CP低於1,500的寶可夢在團體戰中獲勝", - "quest_title_quest_win_raid_lvl3plus_less1500cp_plural": "用CP低於1,500的寶可夢在3星團體戰中獲勝 {{amount_0}} 次", - "quest_title_quest_win_raid_lvl3plus_less1500cp_singular": "用CP低於1,500的寶可夢在3星團體戰中獲勝", - "quest_title_quest_win_raid_lvl3plus_less2500cp_plural": "用CP低於2500的寶可夢在3星團體戰中獲勝{{amount_0}}次", - "quest_title_quest_win_raid_lvl3plus_less2500cp_singular": "用CP低於2500的寶可夢在3星團體戰中獲勝", - "quest_title_quest_win_raid_party_plural": "在參加小隊時贏得{{amount_0}}場團體戰", - "quest_title_quest_win_raid_party_singular": "在參加小隊時贏得團體戰", - "quest_title_quest_win_raid_plural": "在團體戰中獲勝 {{amount_0}} 次", - "quest_title_quest_win_raid_singular": "在團體戰中獲勝1次", - "quest_title_quest_win_raid_unique_plural": "在團體戰中派出六隻寶可夢皆異的對戰小隊,並獲勝 {{amount_0}} 次", - "quest_title_quest_win_raid_unique_singular": "在團體戰中派出六隻寶可夢皆異的對戰小隊,並獲得1次勝利", - "quest_title_quest_win_raid_with_friend_plural": "和朋友一起在團體戰獲勝 {{amount_0}} 次", - "quest_title_quest_win_raid_with_friend_singular": "和朋友一起在團體戰獲勝1次", - "quest_title_quest_win_raids_unique_1500_plural": "在對戰小隊中六隻寶可夢CP均為1500的狀態下,贏得 {{amount_0}} 場團體戰。", - "quest_title_quest_win_raids_unique_plural": "在對戰小隊中六隻寶可夢皆為不同寶可夢的狀態下,贏得 {{amount_0}} 場團體戰。", - "quest_title_quest_win_rocket_leader_less1500cp_plural": "用CP低於1,500的寶可夢打敗GO火箭隊幹部 {{amount_0}} 次", - "quest_title_quest_win_rocket_leader_less1500cp_singular": "用CP低於1500的寶可夢打敗GO火箭隊幹部 ", - "quest_title_quest_win_rocket_leader_less2500cp_plural": "用CP低於2,500的寶可夢打敗GO火箭隊幹部 {{amount_0}} 次", - "quest_title_quest_win_rocket_leader_less3000cp_plural": "用CP低於3,000的寶可夢打敗GO火箭隊幹部 {{amount_0}} 次", - "quest_title_quest_win_rocket_leader_less3500cp_plural": "用CP低於3,500的寶可夢打敗GO火箭隊幹部 {{amount_0}} 次", - "quest_title_quest_win_rocket_leader_less4000cp_plural": "用CP低於4,000的寶可夢打敗GO火箭隊幹部 {{amount_0}} 次", - "quest_title_quest_wooper_catch_b": "捕捉{{amount_0}}隻烏波", - "quest_title_quest_wooper_evolve_b": "讓{{amount_0}}隻烏波進化", - "quest_title_quest_wooper_snapshot_b": "為烏波拍攝{{amount_0}}張GO Snapshot照片", - "quest_title_quest_wt_catch_weedle": "捕捉 {{amount_0}} 隻獨角蟲", - "quest_title_quest_wt_evolve_kakuna": "讓 {{amount_0}} 隻鐵殼蛹進化", - "quest_title_quest_wt_evolve_weedle": "讓 {{amount_0}} 隻獨角蟲進化", - "quest_title_quest_xp_plural": "獲得 {{amount_0}} XP", - "quest_title_quest_zigzagoon_catch_b": "捕捉{{amount_0}}隻伽勒爾蛇紋熊", - "quest_title_quest_zigzagoon_evolve_b": "讓{{amount_0}}隻伽勒爾蛇紋熊進化", - "quest_title_quest_zigzagoon_snapshot_b": "為伽勒爾蛇紋熊拍{{amount_0}}張GO Snapshot照片", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_none": "捉到0隻寶可夢", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_plural": "捉到 {{amount_0}} 隻寶可夢", - "quest_title_score_1_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_singular": "捉到1隻寶可夢", - "quest_title_score_1_10_11_12_singular": "捕捉了 {{amount_0}} 隻火、水或草屬性的寶可夢", - "quest_title_score_1_10_singular": "捕捉了 {{amount_0}} 隻火屬性的寶可夢", - "quest_title_score_1_11_singular": "捕捉了 {{amount_0}} 隻水屬性的寶可夢", - "quest_title_score_1_12_singular": "捕捉了 {{amount_0}} 隻草屬性的寶可夢", - "quest_title_score_1_none": "捉到0隻寶可夢", - "quest_title_score_1_plural": "捉到 {{amount_0}} 隻寶可夢", - "quest_title_score_1_singular": "捉到1隻寶可夢", - "quest_title_score_6_plural": "在團體戰中獲勝 {{amount_0}} 次", - "quest_title_score_6_singular": "在團體戰中獲勝1次", - "quest_title_score_8_10_none": "投出了0次Nice", - "quest_title_score_8_10_plural": "投出了 {{amount_0}} 次Nice", - "quest_title_score_8_10_singular": "投出了1次Nice", - "quest_title_score_8_11_none": "投出了0次Great", - "quest_title_score_8_11_plural": "投出了 {{amount_0}} 次Great", - "quest_title_score_8_11_singular": "投出了1次Great", - "quest_title_score_8_12_none": "投出了0次Excellent", - "quest_title_score_8_12_plural": "投出了 {{amount_0}} 次Excellent", - "quest_title_score_8_12_singular": "投出了1次Excellent", - "quest_title_score_8_13_none": "投出0次曲球", - "quest_title_score_8_13_plural": "投出了 {{amount_0}} 次曲球", - "quest_title_score_8_13_singular": "投出了1次曲球", - "quest_title_score_11_701_none": "使用了0個蔓莓果", - "quest_title_score_11_701_plural": "使用了 {{amount_0}} 個蔓莓果", - "quest_title_score_11_701_singular": "使用了1個蔓莓果", - "quest_title_score_11_703_none": "使用了0個蕉香果", - "quest_title_score_11_703_plural": "使用了 {{amount_0}} 個蕉香果", - "quest_title_score_11_703_singular": "使用了1個蕉香果", - "quest_title_score_11_705_none": "使用了0個凰梨果", - "quest_title_score_11_705_plural": "使用了 {{amount_0}} 個凰梨果", - "quest_title_score_11_705_singular": "使用了1個凰梨果", - "quest_title_score_15_10_none": "用曲球投出了0次Nice", - "quest_title_score_15_10_plural": "用曲球投出了 {{amount_0}} 次Nice", - "quest_title_score_15_10_singular": "用曲球投出了1次Nice", - "quest_title_score_15_11_none": "用曲球投出了0次Great", - "quest_title_score_15_11_plural": "用曲球投出了 {{amount_0}} 次Great", - "quest_title_score_15_11_singular": "用曲球投出了1次Great", - "quest_title_score_15_12_none": "用曲球投出了0次Excellent", - "quest_title_score_15_12_plural": "用曲球投出了 {{amount_0}} 次Excellent", - "quest_title_score_15_12_singular": "用曲球投出了1次Excellent", - "quest_title_score_22_none": "和隊長進行了0場對戰", - "quest_title_score_22_plural": "和隊長進行了 {{amount_0}} 場對戰", - "quest_title_score_22_singular": "和隊長進行了1場對戰", - "quest_title_score_23_none": "參加了0次GO對戰聯盟對戰", - "quest_title_score_23_plural": "參加了 {{amount_0}} 次GO對戰聯盟對戰", - "quest_title_score_23_singular": "參加了1次GO對戰聯盟對戰", - "quest_title_score_battle_raid_none": "參加0場團體戰", - "quest_title_score_battle_raid_plural": "參加 {{amount_0}} 場團體戰", - "quest_title_score_battle_raid_singular": "參加1場團體戰", - "quest_title_score_catch_feed_none": "使用了0個樹果", - "quest_title_score_catch_feed_plural": "使用了 {{amount_0}} 個樹果", - "quest_title_score_catch_feed_singular": "使用了1個樹果", - "quest_title_score_catch_pokemon": "捉到 {{amount_0}} 隻寶可夢", - "quest_title_score_defeat_rocket_none": "尚未打敗任何GO火箭隊成員", - "quest_title_score_defeat_rocket_plural": "已打敗 {{amount_0}} 個GO火箭隊成員!", - "quest_title_score_defeat_rocket_singular": "已打敗1個GO火箭隊成員!", - "quest_title_score_field_research_none": "未完成任何田野調查課題", - "quest_title_score_field_research_plural": "已完成 {{amount_0}} 個田野調查課題", - "quest_title_score_field_research_singular": "已完成1個田野調查課題", - "quest_title_score_send_gift_none": "傳送了0個友情禮物給朋友", - "quest_title_score_send_gift_plural": "傳送了 {{amount_0}} 個友情禮物給朋友", - "quest_title_score_send_gift_singular": "傳送了1個友情禮物給朋友", - "quest_title_score_spin_pokestop_none": "旋轉0個寶可補給站的轉盤", - "quest_title_score_spin_pokestop_plural": "旋轉 {{amount_0}} 個寶可補給站的轉盤", - "quest_title_score_spin_pokestop_singular": "旋轉1個寶可補給站的轉盤", - "quest_win_raid_plural": "在團體戰中獲勝 {{amount}} 次", - "raid_0": "Unset Raid", - "raid_0_plural": "Unset Raids", - "raid_1": "1 Star Raid", - "raid_1_plural": "1 Star Raids", - "raid_2": "2 Star Raid", - "raid_2_plural": "2 Star Raids", - "raid_3": "3 Star Raid", - "raid_3_plural": "3 Star Raids", - "raid_4": "4 Star Raid", - "raid_4_plural": "4 Star Raids", - "raid_5": "Legendary Raid", - "raid_5_plural": "Legendary Raids", - "raid_6": "Mega Raid", - "raid_6_plural": "Mega Raids", - "raid_7": "Mega Legendary Raid", - "raid_7_plural": "Mega Legendary Raids", - "raid_8": "Ultra Beast Raid", - "raid_8_plural": "Ultra Beast Raids", - "raid_9": "Elite Raid", - "raid_9_plural": "Elite Raids", - "raid_10": "Primal Raid", - "raid_10_plural": "Primal Raids", - "raid_11": "1 Shadow Raid", - "raid_11_plural": "1 Shadow Raids", - "raid_12": "2 Shadow Raid", - "raid_12_plural": "2 Shadow Raids", - "raid_13": "3 Shadow Raid", - "raid_13_plural": "3 Shadow Raids", - "raid_14": "4 Shadow Raid", - "raid_14_plural": "4 Shadow Raids", - "raid_15": "5 Shadow Raid", - "raid_15_plural": "5 Shadow Raids", - "route_tag_afternoon": "最適合午後探訪", - "route_tag_architecture": "建築", - "route_tag_art": "藝術", - "route_tag_beachy": "沙灘般", - "route_tag_bike_path": "自行車道", - "route_tag_biking": "適合騎行單車", - "route_tag_body_of_water": "水濱", - "route_tag_buildings": "有許多建築物", - "route_tag_category_misc": "其他", - "route_tag_category_nearby": "鄰近", - "route_tag_category_suitability": "交通便利性", - "route_tag_category_terrain": "地形", - "route_tag_category_theme": "主題", - "route_tag_city_life": "城市生活", - "route_tag_culture": "文化", - "route_tag_easy_going": "悠閒", - "route_tag_flat": "平坦地形", - "route_tag_foliage": "有許多紅葉", - "route_tag_food": "美食", - "route_tag_grassy": "茂草", - "route_tag_hilly": "起伏地形", - "route_tag_historic": "具歷史性", - "route_tag_intense": "冒險", - "route_tag_morning": "最適合早晨探訪", - "route_tag_muddy": "泥濘", - "route_tag_nature": "自然", - "route_tag_night": "最適合晚上探訪", - "route_tag_no_parking": "附近無法停車", - "route_tag_no_people": "沒人潮", - "route_tag_open_space": "有許多開放空間", - "route_tag_parking": "附近可以停車", - "route_tag_parks_nearby": "鄰近公園", - "route_tag_partially_paved": "一部分有鋪設道路", - "route_tag_paved": "有鋪設道路", - "route_tag_people": "有人潮", - "route_tag_pets": "適合攜帶寵物", - "route_tag_plenty_pokestops": "有許多寶可補給站", - "route_tag_public_transport": "鄰近大眾運輸", - "route_tag_raid_friendly": "有許多道館", - "route_tag_rainy_day": "適合雨天遊玩", - "route_tag_rocky": "岩地", - "route_tag_running": "適合跑步", - "route_tag_sandy": "沙地", - "route_tag_seasonal": "具季節性", - "route_tag_sightseeing": "觀光", - "route_tag_stroller": "嬰兒車可通行", - "route_tag_sunny_day": "適合晴天遊玩", - "route_tag_tree_cover": "樹蔭", - "route_tag_unpaved": "未鋪設道路", - "route_tag_views": "美景", - "route_tag_walking": "適合健走", - "route_tag_wheelchair": "輪椅可通行", - "route_tag_wildlife": "有許多野生動物", - "route_tag_woodsy": "森林般", - "route_tags_label": "標籤", - "route_type_0": "Unset", - "route_type_1": "Organic", - "route_type_2": "Official", - "route_type_3": "Event", - "route_type_4": "Sponsored", - "shadow": "暗影", - "team_1": "叡智隊", - "team_2": "武勇隊", - "team_3": "靈犀隊", - "team_a_0": "未選擇隊伍", - "team_a_1": "叡智隊", - "team_a_2": "武勇隊", - "team_a_3": "靈犀隊", - "throw_type_9": "First", - "throw_type_10": "Nice", - "throw_type_11": "Great", - "throw_type_12": "Excellent", - "throw_type_13": "Curveball", - "throw_type_67": "Master Ball", - "weather_0": "天氣惡劣", - "weather_1": "晴天", - "weather_2": "雨天", - "weather_3": "多雲", - "weather_4": "陰天", - "weather_5": "強風", - "weather_6": "下雪", - "weather_7": "起霧", - "weather_icon_1": "☀️", - "weather_icon_2": "☔️", - "weather_icon_3": "⛅", - "weather_icon_4": "☁️", - "weather_icon_5": "💨", - "weather_icon_6": "⛄️", - "weather_icon_7": "🌁" -} From 5fb4636d4d68b720a4de7dc2ca0df028b824165a Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:47:33 -0400 Subject: [PATCH 07/15] refactor: remove custom table names BREAKING CHANGE: removes support for custom table names --- config/default.json | 5 --- server/src/db/knexfile.cjs | 2 +- .../20210407180251_discordUsers.cjs | 30 +++------------- .../20210928021816_passport-options.cjs | 24 ++++++------- .../migrations/20211119195323_local-auth.cjs | 24 +++++-------- .../20211228173232_link_discord_telegram.cjs | 28 ++++++--------- .../20220116023217_gym_tracking.cjs | 36 ++++++++----------- .../20221006032139_add_data_column.cjs | 20 ++++------- .../db/migrations/20230316021148_backups.cjs | 36 ++++++++----------- .../20230722200327_nest-submissions.cjs | 4 +-- ...230813002118_add_webhook_to_user_table.cjs | 20 ++++------- .../20240416222131_basicGymBadge.cjs | 7 ++-- server/src/middleware/session.js | 2 +- server/src/models/Backup.js | 6 ++-- server/src/models/Badge.js | 9 ++--- server/src/models/NestSubmission.js | 3 +- server/src/models/Session.js | 2 +- server/src/models/User.js | 9 +++-- server/src/utils/reloadConfig.js | 1 - 19 files changed, 89 insertions(+), 179 deletions(-) diff --git a/config/default.json b/config/default.json index ea0376867..0cabee9cc 100644 --- a/config/default.json +++ b/config/default.json @@ -591,11 +591,6 @@ }, "database": { "settings": { - "userTableName": "users", - "gymBadgeTableName": "gymBadges", - "sessionTableName": "session", - "backupTableName": "backups", - "migrationTableName": "knex_migrations", "maxConnections": 10, "userBackupLimits": 10, "userBackupSizeLimit": 10000000, diff --git a/server/src/db/knexfile.cjs b/server/src/db/knexfile.cjs index 9623e0a70..7677d2fe4 100644 --- a/server/src/db/knexfile.cjs +++ b/server/src/db/knexfile.cjs @@ -30,7 +30,7 @@ const getConfig = () => { database: selectedDb.database, }, migrations: { - tableName: database.settings.migrationTableName, + tableName: 'knex_migrations', directory: migrationUrl, extension: 'cjs', stub: path.join(migrationUrl, 'migration.stub.cjs'), diff --git a/server/src/db/migrations/20210407180251_discordUsers.cjs b/server/src/db/migrations/20210407180251_discordUsers.cjs index 5c21fd54e..f70a5995a 100644 --- a/server/src/db/migrations/20210407180251_discordUsers.cjs +++ b/server/src/db/migrations/20210407180251_discordUsers.cjs @@ -1,34 +1,12 @@ -/* eslint-disable no-unused-vars */ -const config = require('@rm/config') -const { log, TAGS } = require('@rm/logger') - /** * @param {import("knex").Knex} knex */ exports.up = async (knex) => - knex.schema - .hasTable(config.getSafe('database.settings.userTableName')) - .then((exists) => { - if (!exists) { - return knex.schema.createTable( - config.getSafe('database.settings.userTableName'), - (table) => { - table.string('id') - }, - ) - } - log.warn( - TAGS.db, - `${config.getSafe( - 'database.settings.userTableName', - )} already exists in your db, you may need to choose a new name in the config file.`, - ) - }) + knex.schema.createTable('users', (table) => { + table.string('id') + }) /** * @param {import("knex").Knex} knex */ -exports.down = (knex) => - knex.schema.dropTableIfExists( - config.getSafe('database.settings.userTableName'), - ) +exports.down = (knex) => knex.schema.dropTableIfExists('users') diff --git a/server/src/db/migrations/20210928021816_passport-options.cjs b/server/src/db/migrations/20210928021816_passport-options.cjs index ec6044c7e..1f961dc58 100644 --- a/server/src/db/migrations/20210928021816_passport-options.cjs +++ b/server/src/db/migrations/20210928021816_passport-options.cjs @@ -5,22 +5,18 @@ const config = require('@rm/config') * @param {import("knex").Knex} knex */ exports.up = async (knex) => - knex.schema - .dropTable(config.getSafe('database.settings.userTableName')) - .createTable(config.getSafe('database.settings.userTableName'), (table) => { - table.bigIncrements('id') - table.boolean('tutorial').defaultTo(false) - table.string('strategy') - table.string('discordId') - table.string('telegramId') - }) + knex.schema.dropTable('users').createTable('users', (table) => { + table.bigIncrements('id') + table.boolean('tutorial').defaultTo(false) + table.string('strategy') + table.string('discordId') + table.string('telegramId') + }) /** * @param {import("knex").Knex} knex */ exports.down = async (knex) => - knex.schema - .dropTable(config.getSafe('database.settings.userTableName')) - .createTable(config.getSafe('database.settings.userTableName'), (table) => { - table.string('id') - }) + knex.schema.dropTable('users').createTable('users', (table) => { + table.string('id') + }) diff --git a/server/src/db/migrations/20211119195323_local-auth.cjs b/server/src/db/migrations/20211119195323_local-auth.cjs index 914a8cd35..2e168681f 100644 --- a/server/src/db/migrations/20211119195323_local-auth.cjs +++ b/server/src/db/migrations/20211119195323_local-auth.cjs @@ -1,25 +1,17 @@ -const config = require('@rm/config') - /** * @param {import("knex").Knex} knex */ exports.up = async (knex) => - knex.schema.table( - config.getSafe('database.settings.userTableName'), - (table) => { - table.string('username') - table.string('password') - }, - ) + knex.schema.table('users', (table) => { + table.string('username') + table.string('password') + }) /** * @param {import("knex").Knex} knex */ exports.down = async (knex) => - knex.schema.table( - config.getSafe('database.settings.userTableName'), - (table) => { - table.dropColumn('username') - table.dropColumn('password') - }, - ) + knex.schema.table('users', (table) => { + table.dropColumn('username') + table.dropColumn('password') + }) diff --git a/server/src/db/migrations/20211228173232_link_discord_telegram.cjs b/server/src/db/migrations/20211228173232_link_discord_telegram.cjs index 25456ee1d..b90df7404 100644 --- a/server/src/db/migrations/20211228173232_link_discord_telegram.cjs +++ b/server/src/db/migrations/20211228173232_link_discord_telegram.cjs @@ -1,27 +1,19 @@ -const config = require('@rm/config') - /** * @param {import("knex").Knex} knex */ exports.up = async (knex) => - knex.schema.table( - config.getSafe('database.settings.userTableName'), - (table) => { - table.json('discordPerms') - table.json('telegramPerms') - table.string('webhookStrategy') - }, - ) + knex.schema.table('users', (table) => { + table.json('discordPerms') + table.json('telegramPerms') + table.string('webhookStrategy') + }) /** * @param {import("knex").Knex} knex */ exports.down = async (knex) => - knex.schema.table( - config.getSafe('database.settings.userTableName'), - (table) => { - table.dropColumn('discordPerms') - table.dropColumn('telegramPerms') - table.dropColumn('webhookStrategy') - }, - ) + knex.schema.table('users', (table) => { + table.dropColumn('discordPerms') + table.dropColumn('telegramPerms') + table.dropColumn('webhookStrategy') + }) diff --git a/server/src/db/migrations/20220116023217_gym_tracking.cjs b/server/src/db/migrations/20220116023217_gym_tracking.cjs index fc77ab3a7..e23ab0343 100644 --- a/server/src/db/migrations/20220116023217_gym_tracking.cjs +++ b/server/src/db/migrations/20220116023217_gym_tracking.cjs @@ -1,30 +1,22 @@ -const config = require('@rm/config') - /** * @param {import("knex").Knex} knex */ exports.up = async (knex) => - knex.schema.createTable( - config.getSafe('database.settings.gymBadgeTableName'), - (table) => { - table.bigIncrements('id').primary() - table - .bigInteger('userId') - .references(`${config.getSafe('database.settings.userTableName')}.id`) - .unsigned() - .notNullable() - .index() - table.string('gymId').notNullable() - table.integer('badge').unsigned().notNullable().defaultTo(0) - table.bigInteger('createdAt').unsigned().notNullable().defaultTo(0) - table.bigInteger('updatedAt').unsigned().notNullable().defaultTo(0) - }, - ) + knex.schema.createTable('gymBadges', (table) => { + table.bigIncrements('id').primary() + table + .bigInteger('userId') + .references(`${'users'}.id`) + .unsigned() + .notNullable() + .index() + table.string('gymId').notNullable() + table.integer('badge').unsigned().notNullable().defaultTo(0) + table.bigInteger('createdAt').unsigned().notNullable().defaultTo(0) + table.bigInteger('updatedAt').unsigned().notNullable().defaultTo(0) + }) /** * @param {import("knex").Knex} knex */ -exports.down = (knex) => - knex.schema.dropTableIfExists( - config.getSafe('database.settings.gymBadgeTableName'), - ) +exports.down = (knex) => knex.schema.dropTableIfExists('gymBadges') diff --git a/server/src/db/migrations/20221006032139_add_data_column.cjs b/server/src/db/migrations/20221006032139_add_data_column.cjs index 7087d2bc0..92425fbb5 100644 --- a/server/src/db/migrations/20221006032139_add_data_column.cjs +++ b/server/src/db/migrations/20221006032139_add_data_column.cjs @@ -1,23 +1,15 @@ -const config = require('@rm/config') - /** * @param {import("knex").Knex} knex */ exports.up = async (knex) => - knex.schema.table( - config.getSafe('database.settings.userTableName'), - (table) => { - table.json('data') - }, - ) + knex.schema.table('users', (table) => { + table.json('data') + }) /** * @param {import("knex").Knex} knex */ exports.down = async (knex) => - knex.schema.table( - config.getSafe('database.settings.userTableName'), - (table) => { - table.dropColumn('data') - }, - ) + knex.schema.table('users', (table) => { + table.dropColumn('data') + }) diff --git a/server/src/db/migrations/20230316021148_backups.cjs b/server/src/db/migrations/20230316021148_backups.cjs index 012915702..be280e8b6 100644 --- a/server/src/db/migrations/20230316021148_backups.cjs +++ b/server/src/db/migrations/20230316021148_backups.cjs @@ -1,30 +1,22 @@ -const config = require('@rm/config') - /** * @param {import("knex").Knex} knex */ exports.up = async (knex) => - knex.schema.createTable( - config.getSafe('database.settings.backupTableName'), - (table) => { - table.bigIncrements('id').primary() - table - .bigInteger('userId') - .references(`${config.getSafe('database.settings.userTableName')}.id`) - .unsigned() - .notNullable() - .index() - table.string('name').notNullable() - table.json('data') - table.bigInteger('createdAt').unsigned().notNullable().defaultTo(0) - table.bigInteger('updatedAt').unsigned().notNullable().defaultTo(0) - }, - ) + knex.schema.createTable('backups', (table) => { + table.bigIncrements('id').primary() + table + .bigInteger('userId') + .references(`${'users'}.id`) + .unsigned() + .notNullable() + .index() + table.string('name').notNullable() + table.json('data') + table.bigInteger('createdAt').unsigned().notNullable().defaultTo(0) + table.bigInteger('updatedAt').unsigned().notNullable().defaultTo(0) + }) /** * @param {import("knex").Knex} knex */ -exports.down = (knex) => - knex.schema.dropTableIfExists( - config.getSafe('database.settings.backupTableName'), - ) +exports.down = (knex) => knex.schema.dropTableIfExists('backups') diff --git a/server/src/db/migrations/20230722200327_nest-submissions.cjs b/server/src/db/migrations/20230722200327_nest-submissions.cjs index 2f3fdf9e0..783f38573 100644 --- a/server/src/db/migrations/20230722200327_nest-submissions.cjs +++ b/server/src/db/migrations/20230722200327_nest-submissions.cjs @@ -1,5 +1,3 @@ -const config = require('@rm/config') - /** * @param {import("knex").Knex} knex */ @@ -8,7 +6,7 @@ exports.up = async (knex) => table.bigInteger('nest_id').primary() table .bigInteger('user_id') - .references(`${config.getSafe('database.settings.userTableName')}.id`) + .references(`${'users'}.id`) .unsigned() .notNullable() .index() diff --git a/server/src/db/migrations/20230813002118_add_webhook_to_user_table.cjs b/server/src/db/migrations/20230813002118_add_webhook_to_user_table.cjs index 86526469e..cdb81b84c 100644 --- a/server/src/db/migrations/20230813002118_add_webhook_to_user_table.cjs +++ b/server/src/db/migrations/20230813002118_add_webhook_to_user_table.cjs @@ -1,23 +1,15 @@ -const config = require('@rm/config') - /** * @param {import("knex").Knex} knex */ exports.up = async (knex) => - knex.schema.table( - config.getSafe('database.settings.userTableName'), - (table) => { - table.string('selectedWebhook').nullable() - }, - ) + knex.schema.table('users', (table) => { + table.string('selectedWebhook').nullable() + }) /** * @param {import("knex").Knex} knex */ exports.down = async (knex) => - knex.schema.table( - config.getSafe('database.settings.userTableName'), - (table) => { - table.dropColumn('selectedWebhook') - }, - ) + knex.schema.table('users', (table) => { + table.dropColumn('selectedWebhook') + }) diff --git a/server/src/db/migrations/20240416222131_basicGymBadge.cjs b/server/src/db/migrations/20240416222131_basicGymBadge.cjs index b705db3fe..aebc09e26 100644 --- a/server/src/db/migrations/20240416222131_basicGymBadge.cjs +++ b/server/src/db/migrations/20240416222131_basicGymBadge.cjs @@ -1,12 +1,9 @@ -/* eslint-disable no-unused-vars */ -const config = require('@rm/config') - /** * @param {import("knex").Knex} knex */ exports.up = async (knex) => { // Increment all non-zero badges by 1 (e.g., moving Bronze from value 1 to value 2, making room for a basic badge) - await knex(config.getSafe('database.settings.gymBadgeTableName')) + await knex('gymBadges') .where('badge', '>', 0) .update({ badge: knex.raw('?? + 1', ['badge']) }) } @@ -16,7 +13,7 @@ exports.up = async (knex) => { */ exports.down = async (knex) => { // Decrement all non-zero badges by 1 (e.g., moving Bronze from value 2 to value 1) - await knex(config.getSafe('database.settings.gymBadgeTableName')) + await knex('gymBadges') .where('badge', '>', 0) .update({ badge: knex.raw('?? - 1', ['badge']) }) } diff --git a/server/src/middleware/session.js b/server/src/middleware/session.js index 1ace59064..9488cc8f7 100644 --- a/server/src/middleware/session.js +++ b/server/src/middleware/session.js @@ -20,7 +20,7 @@ function sessionMiddleware() { createDatabaseTable: true, endConnectionOnClose: true, schema: { - tableName: config.getSafe('database.settings.sessionTableName'), + tableName: 'session', }, host: dbSelection.host, port: dbSelection.port, diff --git a/server/src/models/Backup.js b/server/src/models/Backup.js index f0747d90c..2b7a55556 100644 --- a/server/src/models/Backup.js +++ b/server/src/models/Backup.js @@ -9,7 +9,7 @@ const jsonSize = (s) => bytes(JSON.stringify(s)) class Backup extends Model { static get tableName() { - return config.getSafe('database.settings.backupTableName') + return 'backups' } $beforeInsert() { @@ -28,8 +28,8 @@ class Backup extends Model { relation: Model.BelongsToOneRelation, modelClass: state.db.models.User, join: { - from: `${config.getSafe('database.settings.backupTableName')}.userId`, - to: `${config.getSafe('database.settings.userTableName')}.id`, + from: `${'backups'}.userId`, + to: `${'users'}.id`, }, }, } diff --git a/server/src/models/Badge.js b/server/src/models/Badge.js index 7edfac32a..971a93eaa 100644 --- a/server/src/models/Badge.js +++ b/server/src/models/Badge.js @@ -1,10 +1,9 @@ // @ts-check const { Model } = require('objection') -const config = require('@rm/config') class Badge extends Model { static get tableName() { - return config.getSafe('database.settings.gymBadgeTableName') + return 'gymBadges' } $beforeInsert() { @@ -23,10 +22,8 @@ class Badge extends Model { relation: Model.BelongsToOneRelation, modelClass: state.db.models.User, join: { - from: `${config.getSafe( - 'database.settings.gymBadgeTableName', - )}.userId`, - to: `${config.getSafe('database.settings.userTableName')}.id`, + from: `gymBadges.userId`, + to: `${'users'}.id`, }, }, } diff --git a/server/src/models/NestSubmission.js b/server/src/models/NestSubmission.js index 444e55515..5bdb0f2c0 100644 --- a/server/src/models/NestSubmission.js +++ b/server/src/models/NestSubmission.js @@ -1,7 +1,6 @@ // @ts-check const { Model } = require('objection') -const config = require('@rm/config') const { log, TAGS } = require('@rm/logger') class NestSubmission extends Model { @@ -22,7 +21,7 @@ class NestSubmission extends Model { modelClass: state.db.models.User, join: { from: `nest_submissions.user_id`, - to: `${config.getSafe('database.settings.userTableName')}.id`, + to: `${'users'}.id`, }, }, } diff --git a/server/src/models/Session.js b/server/src/models/Session.js index 22950140b..c1c207378 100644 --- a/server/src/models/Session.js +++ b/server/src/models/Session.js @@ -5,7 +5,7 @@ const { log, TAGS } = require('@rm/logger') class Session extends Model { static get tableName() { - return config.getSafe('database.settings.sessionTableName') + return 'session' } static async clear() { diff --git a/server/src/models/User.js b/server/src/models/User.js index d02434ee8..9a32b9d4e 100644 --- a/server/src/models/User.js +++ b/server/src/models/User.js @@ -1,12 +1,11 @@ // @ts-check const { Model } = require('objection') -const config = require('@rm/config') const { log, TAGS } = require('@rm/logger') class User extends Model { static get tableName() { - return config.getSafe('database.settings.userTableName') + return 'users' } static get relationMappings() { @@ -17,15 +16,15 @@ class User extends Model { relation: Model.HasManyRelation, modelClass: state.db.models.Badge, join: { - from: `${config.getSafe('database.settings.userTableName')}.id`, - to: `${config.getSafe('database.settings.gymBadgeTableName')}.userId`, + from: `${'users'}.id`, + to: `${'gymBadges'}.userId`, }, }, nestSubmissions: { relation: Model.HasManyRelation, modelClass: state.db.models.NestSubmission, join: { - from: `${config.getSafe('database.settings.userTableName')}.id`, + from: `${'users'}.id`, to: `nest_submissions.userId`, }, }, diff --git a/server/src/utils/reloadConfig.js b/server/src/utils/reloadConfig.js index c88436066..fe65f50cd 100644 --- a/server/src/utils/reloadConfig.js +++ b/server/src/utils/reloadConfig.js @@ -23,7 +23,6 @@ const NO_RELOAD = new Set([ 'api.rateLimit.requests', 'api.sessionCheckIntervalMs', 'api.enableHelmet', - 'database.settings.sessionTableName', 'sentry', 'sentry.client', 'sentry.client.enabled', From 0bf5d0acbc123862fa11fb5653eb723e7f7f7009 Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:02:56 -0400 Subject: [PATCH 08/15] fix: `jsconfig.json` => `tsconfig.json` --- client/{jsconfig.json => tsconfig.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename client/{jsconfig.json => tsconfig.json} (100%) diff --git a/client/jsconfig.json b/client/tsconfig.json similarity index 100% rename from client/jsconfig.json rename to client/tsconfig.json From 14045218f25ec29c5117a4ea8c1f0cefe6044585 Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:04:16 -0400 Subject: [PATCH 09/15] chore: temporarily remove husky --- .husky/commit-msg | 4 ++-- .husky/pre-commit | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index fc28b52c8..418bf3132 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh -. "$(dirname "$0")/_/husky.sh" +# . "$(dirname "$0")/_/husky.sh" -npx --no -- commitlint --edit "${1}" +# npx --no -- commitlint --edit "${1}" diff --git a/.husky/pre-commit b/.husky/pre-commit index ba85fbeec..88b0afa71 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh -. "$(dirname "$0")/_/husky.sh" +# . "$(dirname "$0")/_/husky.sh" -npx lint-staged --verbose +# npx lint-staged --verbose From d5f4bd1d57aaa40867c92436a2c49c05e88ca57f Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:06:29 -0400 Subject: [PATCH 10/15] chore: add ts-migrate --- package.json | 3 +- yarn.lock | 2544 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 2501 insertions(+), 46 deletions(-) diff --git a/package.json b/package.json index ecb19237c..410b27520 100644 --- a/package.json +++ b/package.json @@ -135,10 +135,11 @@ "prettier": "3.3.3", "rollup-plugin-delete": "^2.0.0", "semantic-release": "^22", + "ts-migrate": "0.1.35", "typescript": "5.5.4" }, "engines": { "node": ">=18", "yarn": "^1.22.x" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 05a979022..cebe930cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7,6 +7,14 @@ resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== +"@ampproject/remapping@^2.2.0": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4" + integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== + dependencies: + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.24" + "@apollo/cache-control-types@^1.0.3": version "1.0.3" resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.3.tgz#5da62cf64c3b4419dabfef4536b57a40c8ff0b47" @@ -172,6 +180,13 @@ resolved "https://registry.yarnpkg.com/@apollo/utils.withrequired/-/utils.withrequired-2.0.1.tgz#e72bc512582a6f26af150439f7eb7473b46ba874" integrity sha512-YBDiuAX9i1lLc6GeTy1m7DGLFn/gMnvXqlalOIMjM7DeOgIacEjjfwPqb0M1CQ2v11HhR15d1NmxJoRCfrNqcA== +"@babel/code-frame@7.12.11": + version "7.12.11" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" + integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== + dependencies: + "@babel/highlight" "^7.10.4" + "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13": version "7.23.5" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" @@ -188,7 +203,33 @@ "@babel/highlight" "^7.24.7" picocolors "^1.0.0" -"@babel/generator@^7.25.6": +"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.4": + version "7.25.4" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb" + integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ== + +"@babel/core@^7.1.6", "@babel/core@^7.13.16": + version "7.25.2" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77" + integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA== + dependencies: + "@ampproject/remapping" "^2.2.0" + "@babel/code-frame" "^7.24.7" + "@babel/generator" "^7.25.0" + "@babel/helper-compilation-targets" "^7.25.2" + "@babel/helper-module-transforms" "^7.25.2" + "@babel/helpers" "^7.25.0" + "@babel/parser" "^7.25.0" + "@babel/template" "^7.25.0" + "@babel/traverse" "^7.25.2" + "@babel/types" "^7.25.2" + convert-source-map "^2.0.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.2.3" + semver "^6.3.1" + +"@babel/generator@^7.25.0", "@babel/generator@^7.25.6": version "7.25.6" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.6.tgz#0df1ad8cb32fe4d2b01d8bf437f153d19342a87c" integrity sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw== @@ -198,7 +239,74 @@ "@jridgewell/trace-mapping" "^0.3.25" jsesc "^2.5.1" -"@babel/helper-module-imports@^7.16.7": +"@babel/helper-annotate-as-pure@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab" + integrity sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg== + dependencies: + "@babel/types" "^7.24.7" + +"@babel/helper-builder-binary-assignment-operator-visitor@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz#37d66feb012024f2422b762b9b2a7cfe27c7fba3" + integrity sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA== + dependencies: + "@babel/traverse" "^7.24.7" + "@babel/types" "^7.24.7" + +"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2": + version "7.25.2" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c" + integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw== + dependencies: + "@babel/compat-data" "^7.25.2" + "@babel/helper-validator-option" "^7.24.8" + browserslist "^4.23.1" + lru-cache "^5.1.1" + semver "^6.3.1" + +"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.24.7", "@babel/helper-create-class-features-plugin@^7.25.0", "@babel/helper-create-class-features-plugin@^7.25.4": + version "7.25.4" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz#57eaf1af38be4224a9d9dd01ddde05b741f50e14" + integrity sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.7" + "@babel/helper-member-expression-to-functions" "^7.24.8" + "@babel/helper-optimise-call-expression" "^7.24.7" + "@babel/helper-replace-supers" "^7.25.0" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" + "@babel/traverse" "^7.25.4" + semver "^6.3.1" + +"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.24.7", "@babel/helper-create-regexp-features-plugin@^7.25.0", "@babel/helper-create-regexp-features-plugin@^7.25.2": + version "7.25.2" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz#24c75974ed74183797ffd5f134169316cd1808d9" + integrity sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.7" + regexpu-core "^5.3.1" + semver "^6.3.1" + +"@babel/helper-define-polyfill-provider@^0.6.2": + version "0.6.2" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d" + integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ== + dependencies: + "@babel/helper-compilation-targets" "^7.22.6" + "@babel/helper-plugin-utils" "^7.22.5" + debug "^4.1.1" + lodash.debounce "^4.0.8" + resolve "^1.14.2" + +"@babel/helper-member-expression-to-functions@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz#6155e079c913357d24a4c20480db7c712a5c3fb6" + integrity sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA== + dependencies: + "@babel/traverse" "^7.24.8" + "@babel/types" "^7.24.8" + +"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.24.7": version "7.24.7" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b" integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA== @@ -206,6 +314,62 @@ "@babel/traverse" "^7.24.7" "@babel/types" "^7.24.7" +"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2": + version "7.25.2" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6" + integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ== + dependencies: + "@babel/helper-module-imports" "^7.24.7" + "@babel/helper-simple-access" "^7.24.7" + "@babel/helper-validator-identifier" "^7.24.7" + "@babel/traverse" "^7.25.2" + +"@babel/helper-optimise-call-expression@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f" + integrity sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A== + dependencies: + "@babel/types" "^7.24.7" + +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz#94ee67e8ec0e5d44ea7baeb51e571bd26af07878" + integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg== + +"@babel/helper-remap-async-to-generator@^7.24.7", "@babel/helper-remap-async-to-generator@^7.25.0": + version "7.25.0" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz#d2f0fbba059a42d68e5e378feaf181ef6055365e" + integrity sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.7" + "@babel/helper-wrap-function" "^7.25.0" + "@babel/traverse" "^7.25.0" + +"@babel/helper-replace-supers@^7.24.7", "@babel/helper-replace-supers@^7.25.0": + version "7.25.0" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz#ff44deac1c9f619523fe2ca1fd650773792000a9" + integrity sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg== + dependencies: + "@babel/helper-member-expression-to-functions" "^7.24.8" + "@babel/helper-optimise-call-expression" "^7.24.7" + "@babel/traverse" "^7.25.0" + +"@babel/helper-simple-access@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3" + integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg== + dependencies: + "@babel/traverse" "^7.24.7" + "@babel/types" "^7.24.7" + +"@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz#5f8fa83b69ed5c27adc56044f8be2b3ea96669d9" + integrity sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ== + dependencies: + "@babel/traverse" "^7.24.7" + "@babel/types" "^7.24.7" + "@babel/helper-string-parser@^7.24.8": version "7.24.8" resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" @@ -221,16 +385,29 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== -"@babel/highlight@^7.23.4": - version "7.23.4" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" - integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== +"@babel/helper-validator-option@^7.24.7", "@babel/helper-validator-option@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d" + integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q== + +"@babel/helper-wrap-function@^7.25.0": + version "7.25.0" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz#dab12f0f593d6ca48c0062c28bcfb14ebe812f81" + integrity sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ== dependencies: - "@babel/helper-validator-identifier" "^7.22.20" - chalk "^2.4.2" - js-tokens "^4.0.0" + "@babel/template" "^7.25.0" + "@babel/traverse" "^7.25.0" + "@babel/types" "^7.25.0" -"@babel/highlight@^7.24.7": +"@babel/helpers@^7.25.0": + version "7.25.6" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60" + integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q== + dependencies: + "@babel/template" "^7.25.0" + "@babel/types" "^7.25.6" + +"@babel/highlight@^7.10.4", "@babel/highlight@^7.24.7": version "7.24.7" resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d" integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw== @@ -240,14 +417,797 @@ js-tokens "^4.0.0" picocolors "^1.0.0" -"@babel/parser@^7.25.0", "@babel/parser@^7.25.6": +"@babel/highlight@^7.23.4": + version "7.23.4" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== + dependencies: + "@babel/helper-validator-identifier" "^7.22.20" + chalk "^2.4.2" + js-tokens "^4.0.0" + +"@babel/parser@^7.1.6", "@babel/parser@^7.13.16", "@babel/parser@^7.25.0", "@babel/parser@^7.25.6": version "7.25.6" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f" integrity sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q== dependencies: "@babel/types" "^7.25.6" -"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.21.0", "@babel/runtime@^7.24.8": +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": + version "7.25.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f" + integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/traverse" "^7.25.3" + +"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0": + version "7.25.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz#cd0c583e01369ef51676bdb3d7b603e17d2b3f73" + integrity sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.25.0": + version "7.25.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz#749bde80356b295390954643de7635e0dffabe73" + integrity sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz#e4eabdd5109acc399b38d7999b2ef66fc2022f89" + integrity sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" + "@babel/plugin-transform-optional-chaining" "^7.24.7" + +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.25.0": + version "7.25.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz#3a82a70e7cb7294ad2559465ebcb871dfbf078fb" + integrity sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/traverse" "^7.25.0" + +"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.13.0": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" + integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.6" + +"@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1" + integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== + dependencies: + "@babel/helper-plugin-utils" "^7.18.6" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + +"@babel/plugin-proposal-object-rest-spread@^7.0.0": + version "7.20.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a" + integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg== + dependencies: + "@babel/compat-data" "^7.20.5" + "@babel/helper-compilation-targets" "^7.20.7" + "@babel/helper-plugin-utils" "^7.20.2" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.20.7" + +"@babel/plugin-proposal-optional-chaining@^7.13.12": + version "7.21.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea" + integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA== + dependencies: + "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + +"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": + version "7.21.0-placeholder-for-preset-env.2" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703" + integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w== + +"@babel/plugin-syntax-async-generators@^7.8.4": + version "7.8.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" + integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-class-properties@^7.12.13": + version "7.12.13" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" + integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== + dependencies: + "@babel/helper-plugin-utils" "^7.12.13" + +"@babel/plugin-syntax-class-static-block@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" + integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-dynamic-import@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" + integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-export-namespace-from@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" + integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== + dependencies: + "@babel/helper-plugin-utils" "^7.8.3" + +"@babel/plugin-syntax-flow@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.7.tgz#d1759e84dd4b437cf9fae69b4c06c41d7625bfb7" + integrity sha512-9G8GYT/dxn/D1IIKOUBmGX0mnmj46mGH9NnZyJLwtCpgh5f7D2VbuKodb+2s9m1Yavh1s7ASQN8lf0eqrb1LTw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-syntax-import-assertions@^7.24.7": + version "7.25.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.6.tgz#bb918905c58711b86f9710d74a3744b6c56573b5" + integrity sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-syntax-import-attributes@^7.24.7": + version "7.25.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz#6d4c78f042db0e82fd6436cd65fec5dc78ad2bde" + integrity sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-syntax-import-meta@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" + integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-json-strings@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" + integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-jsx@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz#39a1fa4a7e3d3d7f34e2acc6be585b718d30e02d" + integrity sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" + integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" + integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-numeric-separator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" + integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-object-rest-spread@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" + integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-catch-binding@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" + integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-chaining@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" + integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-private-property-in-object@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" + integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-top-level-await@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" + integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-typescript@^7.24.7": + version "7.25.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.4.tgz#04db9ce5a9043d9c635e75ae7969a2cd50ca97ff" + integrity sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-syntax-unicode-sets-regex@^7.18.6": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357" + integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.6" + +"@babel/plugin-transform-arrow-functions@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz#4f6886c11e423bd69f3ce51dbf42424a5f275514" + integrity sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-async-generator-functions@^7.25.4": + version "7.25.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz#2afd4e639e2d055776c9f091b6c0c180ed8cf083" + integrity sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/helper-remap-async-to-generator" "^7.25.0" + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/traverse" "^7.25.4" + +"@babel/plugin-transform-async-to-generator@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz#72a3af6c451d575842a7e9b5a02863414355bdcc" + integrity sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA== + dependencies: + "@babel/helper-module-imports" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-remap-async-to-generator" "^7.24.7" + +"@babel/plugin-transform-block-scoped-functions@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz#a4251d98ea0c0f399dafe1a35801eaba455bbf1f" + integrity sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-block-scoping@^7.25.0": + version "7.25.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz#23a6ed92e6b006d26b1869b1c91d1b917c2ea2ac" + integrity sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-transform-class-properties@^7.25.4": + version "7.25.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz#bae7dbfcdcc2e8667355cd1fb5eda298f05189fd" + integrity sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.25.4" + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-transform-class-static-block@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz#c82027ebb7010bc33c116d4b5044fbbf8c05484d" + integrity sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + +"@babel/plugin-transform-classes@^7.25.4": + version "7.25.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz#d29dbb6a72d79f359952ad0b66d88518d65ef89a" + integrity sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.7" + "@babel/helper-compilation-targets" "^7.25.2" + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/helper-replace-supers" "^7.25.0" + "@babel/traverse" "^7.25.4" + globals "^11.1.0" + +"@babel/plugin-transform-computed-properties@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz#4cab3214e80bc71fae3853238d13d097b004c707" + integrity sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/template" "^7.24.7" + +"@babel/plugin-transform-destructuring@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz#c828e814dbe42a2718a838c2a2e16a408e055550" + integrity sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-transform-dotall-regex@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz#5f8bf8a680f2116a7207e16288a5f974ad47a7a0" + integrity sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-duplicate-keys@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz#dd20102897c9a2324e5adfffb67ff3610359a8ee" + integrity sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.25.0": + version "7.25.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz#809af7e3339466b49c034c683964ee8afb3e2604" + integrity sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.25.0" + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-transform-dynamic-import@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz#4d8b95e3bae2b037673091aa09cd33fecd6419f4" + integrity sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + +"@babel/plugin-transform-exponentiation-operator@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz#b629ee22645f412024297d5245bce425c31f9b0d" + integrity sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ== + dependencies: + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-export-namespace-from@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz#176d52d8d8ed516aeae7013ee9556d540c53f197" + integrity sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + +"@babel/plugin-transform-flow-strip-types@^7.24.7": + version "7.25.2" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.25.2.tgz#b3aa251db44959b7a7c82abcd6b4225dec7d2258" + integrity sha512-InBZ0O8tew5V0K6cHcQ+wgxlrjOw1W4wDXLkOTjLRD8GYhTSkxTVBtdy3MMtvYBrbAWa1Qm3hNoTc1620Yj+Mg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/plugin-syntax-flow" "^7.24.7" + +"@babel/plugin-transform-for-of@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz#f25b33f72df1d8be76399e1b8f3f9d366eb5bc70" + integrity sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" + +"@babel/plugin-transform-function-name@^7.25.1": + version "7.25.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37" + integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA== + dependencies: + "@babel/helper-compilation-targets" "^7.24.8" + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/traverse" "^7.25.1" + +"@babel/plugin-transform-json-strings@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz#f3e9c37c0a373fee86e36880d45b3664cedaf73a" + integrity sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-json-strings" "^7.8.3" + +"@babel/plugin-transform-literals@^7.25.2": + version "7.25.2" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3" + integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-transform-logical-assignment-operators@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz#a58fb6eda16c9dc8f9ff1c7b1ba6deb7f4694cb0" + integrity sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + +"@babel/plugin-transform-member-expression-literals@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz#3b4454fb0e302e18ba4945ba3246acb1248315df" + integrity sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-modules-amd@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz#65090ed493c4a834976a3ca1cde776e6ccff32d7" + integrity sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg== + dependencies: + "@babel/helper-module-transforms" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-modules-commonjs@^7.13.8", "@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz#ab6421e564b717cb475d6fff70ae7f103536ea3c" + integrity sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA== + dependencies: + "@babel/helper-module-transforms" "^7.24.8" + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/helper-simple-access" "^7.24.7" + +"@babel/plugin-transform-modules-systemjs@^7.25.0": + version "7.25.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz#8f46cdc5f9e5af74f3bd019485a6cbe59685ea33" + integrity sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw== + dependencies: + "@babel/helper-module-transforms" "^7.25.0" + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/helper-validator-identifier" "^7.24.7" + "@babel/traverse" "^7.25.0" + +"@babel/plugin-transform-modules-umd@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz#edd9f43ec549099620df7df24e7ba13b5c76efc8" + integrity sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A== + dependencies: + "@babel/helper-module-transforms" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-named-capturing-groups-regex@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz#9042e9b856bc6b3688c0c2e4060e9e10b1460923" + integrity sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-new-target@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz#31ff54c4e0555cc549d5816e4ab39241dfb6ab00" + integrity sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-nullish-coalescing-operator@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz#1de4534c590af9596f53d67f52a92f12db984120" + integrity sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + +"@babel/plugin-transform-numeric-separator@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz#bea62b538c80605d8a0fac9b40f48e97efa7de63" + integrity sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + +"@babel/plugin-transform-object-rest-spread@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz#d13a2b93435aeb8a197e115221cab266ba6e55d6" + integrity sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q== + dependencies: + "@babel/helper-compilation-targets" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.24.7" + +"@babel/plugin-transform-object-super@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz#66eeaff7830bba945dd8989b632a40c04ed625be" + integrity sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-replace-supers" "^7.24.7" + +"@babel/plugin-transform-optional-catch-binding@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz#00eabd883d0dd6a60c1c557548785919b6e717b4" + integrity sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + +"@babel/plugin-transform-optional-chaining@^7.24.7", "@babel/plugin-transform-optional-chaining@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz#bb02a67b60ff0406085c13d104c99a835cdf365d" + integrity sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + +"@babel/plugin-transform-parameters@^7.20.7", "@babel/plugin-transform-parameters@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz#5881f0ae21018400e320fc7eb817e529d1254b68" + integrity sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-private-methods@^7.25.4": + version "7.25.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz#9bbefbe3649f470d681997e0b64a4b254d877242" + integrity sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.25.4" + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-transform-private-property-in-object@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz#4eec6bc701288c1fab5f72e6a4bbc9d67faca061" + integrity sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.7" + "@babel/helper-create-class-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + +"@babel/plugin-transform-property-literals@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz#f0d2ed8380dfbed949c42d4d790266525d63bbdc" + integrity sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-regenerator@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz#021562de4534d8b4b1851759fd7af4e05d2c47f8" + integrity sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + regenerator-transform "^0.15.2" + +"@babel/plugin-transform-reserved-words@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz#80037fe4fbf031fc1125022178ff3938bb3743a4" + integrity sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-shorthand-properties@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz#85448c6b996e122fa9e289746140aaa99da64e73" + integrity sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-spread@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz#e8a38c0fde7882e0fb8f160378f74bd885cc7bb3" + integrity sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" + +"@babel/plugin-transform-sticky-regex@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz#96ae80d7a7e5251f657b5cf18f1ea6bf926f5feb" + integrity sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-template-literals@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz#a05debb4a9072ae8f985bcf77f3f215434c8f8c8" + integrity sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-typeof-symbol@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz#383dab37fb073f5bfe6e60c654caac309f92ba1c" + integrity sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-transform-typescript@^7.24.7": + version "7.25.2" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz#237c5d10de6d493be31637c6b9fa30b6c5461add" + integrity sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.7" + "@babel/helper-create-class-features-plugin" "^7.25.0" + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" + "@babel/plugin-syntax-typescript" "^7.24.7" + +"@babel/plugin-transform-unicode-escapes@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz#2023a82ced1fb4971630a2e079764502c4148e0e" + integrity sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-unicode-property-regex@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz#9073a4cd13b86ea71c3264659590ac086605bbcd" + integrity sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-unicode-regex@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz#dfc3d4a51127108099b19817c0963be6a2adf19f" + integrity sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-unicode-sets-regex@^7.25.4": + version "7.25.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz#be664c2a0697ffacd3423595d5edef6049e8946c" + integrity sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.25.2" + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/preset-env@^7.1.6": + version "7.25.4" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.4.tgz#be23043d43a34a2721cd0f676c7ba6f1481f6af6" + integrity sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw== + dependencies: + "@babel/compat-data" "^7.25.4" + "@babel/helper-compilation-targets" "^7.25.2" + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/helper-validator-option" "^7.24.8" + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.3" + "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.0" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.0" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.0" + "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/plugin-syntax-class-properties" "^7.12.13" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + "@babel/plugin-syntax-import-assertions" "^7.24.7" + "@babel/plugin-syntax-import-attributes" "^7.24.7" + "@babel/plugin-syntax-import-meta" "^7.10.4" + "@babel/plugin-syntax-json-strings" "^7.8.3" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + "@babel/plugin-syntax-top-level-await" "^7.14.5" + "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" + "@babel/plugin-transform-arrow-functions" "^7.24.7" + "@babel/plugin-transform-async-generator-functions" "^7.25.4" + "@babel/plugin-transform-async-to-generator" "^7.24.7" + "@babel/plugin-transform-block-scoped-functions" "^7.24.7" + "@babel/plugin-transform-block-scoping" "^7.25.0" + "@babel/plugin-transform-class-properties" "^7.25.4" + "@babel/plugin-transform-class-static-block" "^7.24.7" + "@babel/plugin-transform-classes" "^7.25.4" + "@babel/plugin-transform-computed-properties" "^7.24.7" + "@babel/plugin-transform-destructuring" "^7.24.8" + "@babel/plugin-transform-dotall-regex" "^7.24.7" + "@babel/plugin-transform-duplicate-keys" "^7.24.7" + "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.0" + "@babel/plugin-transform-dynamic-import" "^7.24.7" + "@babel/plugin-transform-exponentiation-operator" "^7.24.7" + "@babel/plugin-transform-export-namespace-from" "^7.24.7" + "@babel/plugin-transform-for-of" "^7.24.7" + "@babel/plugin-transform-function-name" "^7.25.1" + "@babel/plugin-transform-json-strings" "^7.24.7" + "@babel/plugin-transform-literals" "^7.25.2" + "@babel/plugin-transform-logical-assignment-operators" "^7.24.7" + "@babel/plugin-transform-member-expression-literals" "^7.24.7" + "@babel/plugin-transform-modules-amd" "^7.24.7" + "@babel/plugin-transform-modules-commonjs" "^7.24.8" + "@babel/plugin-transform-modules-systemjs" "^7.25.0" + "@babel/plugin-transform-modules-umd" "^7.24.7" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7" + "@babel/plugin-transform-new-target" "^7.24.7" + "@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7" + "@babel/plugin-transform-numeric-separator" "^7.24.7" + "@babel/plugin-transform-object-rest-spread" "^7.24.7" + "@babel/plugin-transform-object-super" "^7.24.7" + "@babel/plugin-transform-optional-catch-binding" "^7.24.7" + "@babel/plugin-transform-optional-chaining" "^7.24.8" + "@babel/plugin-transform-parameters" "^7.24.7" + "@babel/plugin-transform-private-methods" "^7.25.4" + "@babel/plugin-transform-private-property-in-object" "^7.24.7" + "@babel/plugin-transform-property-literals" "^7.24.7" + "@babel/plugin-transform-regenerator" "^7.24.7" + "@babel/plugin-transform-reserved-words" "^7.24.7" + "@babel/plugin-transform-shorthand-properties" "^7.24.7" + "@babel/plugin-transform-spread" "^7.24.7" + "@babel/plugin-transform-sticky-regex" "^7.24.7" + "@babel/plugin-transform-template-literals" "^7.24.7" + "@babel/plugin-transform-typeof-symbol" "^7.24.8" + "@babel/plugin-transform-unicode-escapes" "^7.24.7" + "@babel/plugin-transform-unicode-property-regex" "^7.24.7" + "@babel/plugin-transform-unicode-regex" "^7.24.7" + "@babel/plugin-transform-unicode-sets-regex" "^7.25.4" + "@babel/preset-modules" "0.1.6-no-external-plugins" + babel-plugin-polyfill-corejs2 "^0.4.10" + babel-plugin-polyfill-corejs3 "^0.10.6" + babel-plugin-polyfill-regenerator "^0.6.1" + core-js-compat "^3.37.1" + semver "^6.3.1" + +"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.13.13": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.24.7.tgz#eef5cb8e05e97a448fc50c16826f5612fe512c06" + integrity sha512-NL3Lo0NorCU607zU3NwRyJbpaB6E3t0xtd3LfAQKDfkeX4/ggcDXvkmkW42QWT5owUeW/jAe4hn+2qvkV1IbfQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-validator-option" "^7.24.7" + "@babel/plugin-transform-flow-strip-types" "^7.24.7" + +"@babel/preset-modules@0.1.6-no-external-plugins": + version "0.1.6-no-external-plugins" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a" + integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA== + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/types" "^7.4.4" + esutils "^2.0.2" + +"@babel/preset-typescript@^7.1.0", "@babel/preset-typescript@^7.13.0": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz#66cd86ea8f8c014855671d5ea9a737139cbbfef1" + integrity sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-validator-option" "^7.24.7" + "@babel/plugin-syntax-jsx" "^7.24.7" + "@babel/plugin-transform-modules-commonjs" "^7.24.7" + "@babel/plugin-transform-typescript" "^7.24.7" + +"@babel/register@^7.0.0", "@babel/register@^7.13.16": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.24.6.tgz#59e21dcc79e1d04eed5377633b0f88029a6bef9e" + integrity sha512-WSuFCc2wCqMeXkz/i3yfAAsxwWflEgbVkZzivgAmXl/MxrXeoYFZOOPllbC8R8WTF7u61wSRQtDVZ1879cdu6w== + dependencies: + clone-deep "^4.0.1" + find-cache-dir "^2.0.0" + make-dir "^2.1.0" + pirates "^4.0.6" + source-map-support "^0.5.16" + +"@babel/regjsgen@^0.8.0": + version "0.8.0" + resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" + integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== + +"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.21.0", "@babel/runtime@^7.24.8", "@babel/runtime@^7.8.4": version "7.25.6" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.6.tgz#9afc3289f7184d8d7f98b099884c26317b9264d2" integrity sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ== @@ -268,7 +1228,7 @@ dependencies: regenerator-runtime "^0.14.0" -"@babel/template@^7.25.0": +"@babel/template@^7.24.7", "@babel/template@^7.25.0": version "7.25.0" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q== @@ -277,7 +1237,7 @@ "@babel/parser" "^7.25.0" "@babel/types" "^7.25.0" -"@babel/traverse@^7.24.7": +"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4": version "7.25.6" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41" integrity sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ== @@ -290,7 +1250,7 @@ debug "^4.3.1" globals "^11.1.0" -"@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.6": +"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.25.6", "@babel/types@^7.4.4": version "7.25.6" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6" integrity sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw== @@ -847,6 +1807,21 @@ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63" integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== +"@eslint/eslintrc@^0.4.3": + version "0.4.3" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c" + integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw== + dependencies: + ajv "^6.12.4" + debug "^4.1.1" + espree "^7.3.0" + globals "^13.9.0" + ignore "^4.0.6" + import-fresh "^3.2.1" + js-yaml "^3.13.1" + minimatch "^3.0.4" + strip-json-comments "^3.1.1" + "@eslint/eslintrc@^2.1.4": version "2.1.4" resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad" @@ -992,11 +1967,25 @@ debug "^4.1.1" minimatch "^3.0.5" +"@humanwhocodes/config-array@^0.5.0": + version "0.5.0" + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9" + integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg== + dependencies: + "@humanwhocodes/object-schema" "^1.2.0" + debug "^4.1.1" + minimatch "^3.0.4" + "@humanwhocodes/module-importer@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== +"@humanwhocodes/object-schema@^1.2.0": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" + integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== + "@humanwhocodes/object-schema@^2.0.1": version "2.0.1" resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044" @@ -2196,6 +3185,23 @@ dependencies: "@swc/counter" "^0.1.3" +"@ts-morph/bootstrap@^0.16.0": + version "0.16.0" + resolved "https://registry.yarnpkg.com/@ts-morph/bootstrap/-/bootstrap-0.16.0.tgz#c97034175a8fc2b7d3f575526d819877f7ed2d83" + integrity sha512-FYW3bK5EBeAgpHu0qZ57gHbLjzgzC81y5EJmrebzIhXSYg6OgZu5lFHpF5NJ7CwM7ZMhxX1PG+DRA8e+skopKw== + dependencies: + "@ts-morph/common" "~0.16.0" + +"@ts-morph/common@~0.16.0": + version "0.16.0" + resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.16.0.tgz#57e27d4b3fd65a4cd72cb36679ed08acb40fa3ba" + integrity sha512-SgJpzkTgZKLKqQniCjLaE3c2L2sdL7UShvmTmPBejAKd2OKV/yfMpQ2IWpAuA+VY5wy7PkSUaEObIqEK6afFuw== + dependencies: + fast-glob "^3.2.11" + minimatch "^5.1.0" + mkdirp "^1.0.4" + path-browserify "^1.0.1" + "@tufjs/canonical-json@2.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz#a52f61a3d7374833fca945b2549bc30a2dd40d0a" @@ -2753,11 +3759,16 @@ accepts@~1.3.5, accepts@~1.3.8: mime-types "~2.1.34" negotiator "0.6.3" -acorn-jsx@^5.3.2: +acorn-jsx@^5.3.1, acorn-jsx@^5.3.2: version "5.3.2" resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== +acorn@^7.4.0: + version "7.4.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" + integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== + acorn@^8.8.1, acorn@^8.9.0: version "8.11.2" resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.2.tgz#ca0d78b51895be5390a5903c5b3bdcdaf78ae40b" @@ -2814,7 +3825,7 @@ ajv-formats@^2.1.1: dependencies: ajv "^8.0.0" -ajv@^6.12.4: +ajv@^6.10.0, ajv@^6.12.4: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -2834,6 +3845,26 @@ ajv@^8.0.0, ajv@^8.11.0, ajv@^8.12.0: require-from-string "^2.0.2" uri-js "^4.2.2" +ajv@^8.0.1: + version "8.17.1" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6" + integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g== + dependencies: + fast-deep-equal "^3.1.3" + fast-uri "^3.0.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + +ansi-colors@^4.1.1: + version "4.1.3" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" + integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== + +ansi-escapes@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" + integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== + ansi-escapes@^4.2.1, ansi-escapes@^4.3.0: version "4.3.2" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" @@ -2858,6 +3889,11 @@ ansi-regex@^2.0.0: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" integrity sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA== +ansi-regex@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed" + integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g== + ansi-regex@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" @@ -2873,7 +3909,7 @@ ansi-styles@^2.2.1: resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" integrity sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA== -ansi-styles@^3.2.1: +ansi-styles@^3.2.0, ansi-styles@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== @@ -2923,6 +3959,13 @@ are-we-there-yet@^2.0.0: delegates "^1.0.0" readable-stream "^3.6.0" +argparse@^1.0.7: + version "1.0.10" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== + dependencies: + sprintf-js "~1.0.2" + argparse@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" @@ -2940,6 +3983,21 @@ aria-query@~5.1.3: dependencies: deep-equal "^2.0.5" +arr-diff@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" + integrity sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA== + +arr-flatten@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== + +arr-union@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" + integrity sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q== + array-buffer-byte-length@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz#fabe8bc193fea865f317fe7807085ee0dee5aead" @@ -2999,6 +4057,11 @@ array-union@^2.1.0: resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== +array-unique@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" + integrity sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ== + array.prototype.findlast@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904" @@ -3081,11 +4144,33 @@ arraybuffer.prototype.slice@^1.0.3: is-array-buffer "^3.0.4" is-shared-array-buffer "^1.0.2" +assign-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" + integrity sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw== + ast-types-flow@^0.0.8: version "0.0.8" resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.8.tgz#0a85e1c92695769ac13a428bb653e7538bea27d6" integrity sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ== +ast-types@0.11.7: + version "0.11.7" + resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.11.7.tgz#f318bf44e339db6a320be0009ded64ec1471f46c" + integrity sha512-2mP3TwtkY/aTv5X3ZsMpNAbOnyoC/aMJwJSoaELPkHId0nSQgFcnU4dRW3isxiz7+zBexk0ym3WNVjMiQBnJSw== + +ast-types@0.14.2: + version "0.14.2" + resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd" + integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA== + dependencies: + tslib "^2.0.1" + +astral-regex@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" + integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== + async-retry@^1.2.1: version "1.3.3" resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.3.3.tgz#0e7f36c04d8478e7a58bdbed80cedf977785f280" @@ -3103,6 +4188,11 @@ at-least-node@^1.0.0: resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== +atob@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" + integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== + available-typed-arrays@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" @@ -3130,6 +4220,11 @@ axobject-query@^4.1.0: resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-4.1.0.tgz#28768c76d0e3cff21bc62a9e2d0b6ac30042a1ee" integrity sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ== +babel-core@^7.0.0-bridge.0: + version "7.0.0-bridge.0" + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" + integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== + babel-plugin-macros@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1" @@ -3139,6 +4234,30 @@ babel-plugin-macros@^3.1.0: cosmiconfig "^7.0.0" resolve "^1.19.0" +babel-plugin-polyfill-corejs2@^0.4.10: + version "0.4.11" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33" + integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q== + dependencies: + "@babel/compat-data" "^7.22.6" + "@babel/helper-define-polyfill-provider" "^0.6.2" + semver "^6.3.1" + +babel-plugin-polyfill-corejs3@^0.10.6: + version "0.10.6" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7" + integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.6.2" + core-js-compat "^3.38.0" + +babel-plugin-polyfill-regenerator@^0.6.1: + version "0.6.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e" + integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.6.2" + balanced-match@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" @@ -3154,6 +4273,19 @@ base64url@3.x.x: resolved "https://registry.yarnpkg.com/base64url/-/base64url-3.0.1.tgz#6399d572e2bc3f90a9a8b22d5dbb0a32d33f788d" integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A== +base@^0.11.1: + version "0.11.2" + resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" + integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== + dependencies: + cache-base "^1.0.1" + class-utils "^0.3.5" + component-emitter "^1.2.1" + define-property "^1.0.0" + isobject "^3.0.1" + mixin-deep "^1.2.0" + pascalcase "^0.1.1" + bcrypt@^5.0.1: version "5.1.1" resolved "https://registry.yarnpkg.com/bcrypt/-/bcrypt-5.1.1.tgz#0f732c6dcb4e12e5b70a25e326a72965879ba6e2" @@ -3268,6 +4400,22 @@ brace-expansion@^2.0.1: dependencies: balanced-match "^1.0.0" +braces@^2.3.1: + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" + integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== + dependencies: + arr-flatten "^1.1.0" + array-unique "^0.3.2" + extend-shallow "^2.0.1" + fill-range "^4.0.0" + isobject "^3.0.1" + repeat-element "^1.1.2" + snapdragon "^0.8.1" + snapdragon-node "^2.0.1" + split-string "^3.0.2" + to-regex "^3.0.1" + braces@^3.0.3, braces@~3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" @@ -3275,6 +4423,16 @@ braces@^3.0.3, braces@~3.0.2: dependencies: fill-range "^7.1.1" +browserslist@^4.23.1, browserslist@^4.23.3: + version "4.24.0" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.0.tgz#a1325fe4bc80b64fda169629fc01b3d6cecd38d4" + integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A== + dependencies: + caniuse-lite "^1.0.30001663" + electron-to-chromium "^1.5.28" + node-releases "^2.0.18" + update-browserslist-db "^1.1.0" + buffer-from@^1.0.0: version "1.1.2" resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" @@ -3316,6 +4474,21 @@ cacache@^18.0.0, cacache@^18.0.3: tar "^6.1.11" unique-filename "^3.0.0" +cache-base@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" + integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== + dependencies: + collection-visit "^1.0.0" + component-emitter "^1.2.1" + get-value "^2.0.6" + has-value "^1.0.0" + isobject "^3.0.1" + set-value "^2.0.0" + to-object-path "^0.3.0" + union-value "^1.0.0" + unset-value "^1.0.0" + cachedir@2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.3.0.tgz#0c75892a052198f0b21c7c1804d8331edfcae0e8" @@ -3346,6 +4519,16 @@ callsites@^3.0.0: resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== +camelcase@^5.0.0: + version "5.3.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== + +caniuse-lite@^1.0.30001663: + version "1.0.30001664" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001664.tgz#d588d75c9682d3301956b05a3749652a80677df4" + integrity sha512-AmE7k4dXiNKQipgn7a2xg558IRqPN3jMQY/rOsbxDhrd0tyChwbITBfiwtnqz8bi2M5mIWbxAYBvk7W7QBUS2g== + capture-stack-trace@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.2.tgz#1c43f6b059d4249e7f3f8724f15f048b927d3a8a" @@ -3371,7 +4554,7 @@ chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@^4, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1: +chalk@^4, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== @@ -3434,6 +4617,16 @@ cidr-regex@^4.1.1: dependencies: ip-regex "^5.0.0" +class-utils@^0.3.5: + version "0.3.6" + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== + dependencies: + arr-union "^3.1.0" + define-property "^0.2.5" + isobject "^3.0.0" + static-extend "^0.1.1" + clean-stack@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" @@ -3454,6 +4647,13 @@ cli-columns@^4.0.0: string-width "^4.2.3" strip-ansi "^6.0.1" +cli-cursor@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" + integrity sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw== + dependencies: + restore-cursor "^2.0.0" + cli-cursor@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" @@ -3507,6 +4707,15 @@ cli-width@^3.0.0: resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== +cliui@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" + integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^6.2.0" + cliui@^7.0.2: version "7.0.4" resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" @@ -3525,6 +4734,15 @@ cliui@^8.0.1: strip-ansi "^6.0.1" wrap-ansi "^7.0.0" +clone-deep@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" + integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== + dependencies: + is-plain-object "^2.0.4" + kind-of "^6.0.2" + shallow-clone "^3.0.0" + clone@2.x: version "2.1.2" resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" @@ -3555,6 +4773,14 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA== +collection-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" + integrity sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw== + dependencies: + map-visit "^1.0.0" + object-visit "^1.0.0" + color-convert@^1.9.0: version "1.9.3" resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" @@ -3594,6 +4820,11 @@ colorette@^2.0.20: resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a" integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w== +colors@^1.1.2: + version "1.4.0" + resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" + integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== + combined-stream@^1.0.8: version "1.0.8" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" @@ -3646,6 +4877,11 @@ common-ancestor-path@^1.0.1: resolved "https://registry.yarnpkg.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz#4f7d2d1394d91b7abdf51871c62f71eadb0182a7" integrity sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w== +commondir@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" + integrity sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg== + compare-func@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3" @@ -3654,6 +4890,11 @@ compare-func@^2.0.0: array-ify "^1.0.0" dot-prop "^5.1.0" +component-emitter@^1.2.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.1.tgz#ef1d5796f7d93f135ee6fb684340b26403c97d17" + integrity sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ== + compressible@~2.0.16: version "2.0.18" resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" @@ -3787,6 +5028,11 @@ convert-source-map@^1.5.0: resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f" integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== +convert-source-map@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" + integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== + cookie-signature@1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" @@ -3802,6 +5048,18 @@ cookie@0.6.0: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051" integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw== +copy-descriptor@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" + integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw== + +core-js-compat@^3.37.1, core-js-compat@^3.38.0: + version "3.38.1" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09" + integrity sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw== + dependencies: + browserslist "^4.23.3" + core-util-is@~1.0.0: version "1.0.3" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" @@ -3860,6 +5118,15 @@ create-error-class@^3.0.1: dependencies: capture-stack-trace "^1.0.0" +create-jest-runner@^0.5.3: + version "0.5.3" + resolved "https://registry.yarnpkg.com/create-jest-runner/-/create-jest-runner-0.5.3.tgz#1387e2ce70b08e4c989ae55f677005b64f9ba97b" + integrity sha512-a9VY2doMBmzRollJB3Ft3/Y5fBceSWJ4gdyVsg4/d7nP1S4715VG939s2VnITDj79YBmRgKhjGjNRv1c+Kre1g== + dependencies: + chalk "^2.4.2" + jest-worker "^24.0.0" + throat "^4.1.0" + cross-fetch@4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983" @@ -3982,7 +5249,7 @@ db-errors@^0.2.3: resolved "https://registry.yarnpkg.com/db-errors/-/db-errors-0.2.3.tgz#a6a38952e00b20e790f2695a6446b3c65497ffa2" integrity sha512-OOgqgDuCavHXjYSJoV2yGhv6SeG8nk42aoCSoyXLZUH7VwFG27rxbavU1z+VrZbZjphw5UkDQwUlD21MwZpUng== -debug@2.6.9: +debug@2.6.9, debug@^2.2.0, debug@^2.3.3: version "2.6.9" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== @@ -4010,7 +5277,7 @@ debug@^3.2.7: dependencies: ms "^2.1.1" -debug@^4.3.1: +debug@^4.0.1, debug@^4.1.0, debug@^4.3.1: version "4.3.7" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== @@ -4024,6 +5291,16 @@ debug@~4.3.6: dependencies: ms "2.1.2" +decamelize@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" + integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== + +decode-uri-component@^0.2.0: + version "0.2.2" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9" + integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ== + dedent@0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" @@ -4097,6 +5374,28 @@ define-properties@^1.1.3, define-properties@^1.2.0, define-properties@^1.2.1: has-property-descriptors "^1.0.0" object-keys "^1.1.1" +define-property@^0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" + integrity sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA== + dependencies: + is-descriptor "^0.1.0" + +define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" + integrity sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA== + dependencies: + is-descriptor "^1.0.0" + +define-property@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" + integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== + dependencies: + is-descriptor "^1.0.2" + isobject "^3.0.1" + del@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz#d9487c94e367410e6eff2925ee58c0c84a75b3a7" @@ -4264,11 +5563,21 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== +electron-to-chromium@^1.5.28: + version "1.5.29" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.29.tgz#aa592a3caa95d07cc26a66563accf99fa573a1ee" + integrity sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw== + emoji-regex@^10.3.0: version "10.3.0" resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.3.0.tgz#76998b9268409eb3dae3de989254d456e70cfe23" integrity sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw== +emoji-regex@^7.0.1: + version "7.0.3" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" + integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== + emoji-regex@^8.0.0: version "8.0.0" resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" @@ -4301,6 +5610,14 @@ encoding@^0.1.13: dependencies: iconv-lite "^0.6.2" +enquirer@^2.3.5: + version "2.4.1" + resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.4.1.tgz#93334b3fbd74fc7097b224ab4a8fb7e40bf4ae56" + integrity sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ== + dependencies: + ansi-colors "^4.1.1" + strip-ansi "^6.0.1" + env-ci@^10.0.0: version "10.0.0" resolved "https://registry.yarnpkg.com/env-ci/-/env-ci-10.0.0.tgz#38f0c33a0d14df1303cba708339fb5e38535b00c" @@ -4550,6 +5867,11 @@ escalade@^3.1.1: resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== +escalade@^3.1.2: + version "3.2.0" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5" + integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== + escape-html@~1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" @@ -4674,6 +5996,14 @@ eslint-plugin-react@^7.35.0: string.prototype.matchall "^4.0.11" string.prototype.repeat "^1.0.0" +eslint-scope@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== + dependencies: + esrecurse "^4.3.0" + estraverse "^4.1.1" + eslint-scope@^7.2.2: version "7.2.2" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" @@ -4682,11 +6012,74 @@ eslint-scope@^7.2.2: esrecurse "^4.3.0" estraverse "^5.2.0" +eslint-utils@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" + integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== + dependencies: + eslint-visitor-keys "^1.1.0" + +eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" + integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== + +eslint-visitor-keys@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" + integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== + eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: version "3.4.3" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== +eslint@^7.14.0: + version "7.32.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d" + integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA== + dependencies: + "@babel/code-frame" "7.12.11" + "@eslint/eslintrc" "^0.4.3" + "@humanwhocodes/config-array" "^0.5.0" + ajv "^6.10.0" + chalk "^4.0.0" + cross-spawn "^7.0.2" + debug "^4.0.1" + doctrine "^3.0.0" + enquirer "^2.3.5" + escape-string-regexp "^4.0.0" + eslint-scope "^5.1.1" + eslint-utils "^2.1.0" + eslint-visitor-keys "^2.0.0" + espree "^7.3.1" + esquery "^1.4.0" + esutils "^2.0.2" + fast-deep-equal "^3.1.3" + file-entry-cache "^6.0.1" + functional-red-black-tree "^1.0.1" + glob-parent "^5.1.2" + globals "^13.6.0" + ignore "^4.0.6" + import-fresh "^3.0.0" + imurmurhash "^0.1.4" + is-glob "^4.0.0" + js-yaml "^3.13.1" + json-stable-stringify-without-jsonify "^1.0.1" + levn "^0.4.1" + lodash.merge "^4.6.2" + minimatch "^3.0.4" + natural-compare "^1.4.0" + optionator "^0.9.1" + progress "^2.0.0" + regexpp "^3.1.0" + semver "^7.2.1" + strip-ansi "^6.0.0" + strip-json-comments "^3.1.0" + table "^6.0.9" + text-table "^0.2.0" + v8-compile-cache "^2.0.3" + eslint@^8.44.0: version "8.56.0" resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15" @@ -4736,6 +6129,15 @@ esm@^3.2.25: resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10" integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA== +espree@^7.3.0, espree@^7.3.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6" + integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== + dependencies: + acorn "^7.4.0" + acorn-jsx "^5.3.1" + eslint-visitor-keys "^1.3.0" + espree@^9.6.0, espree@^9.6.1: version "9.6.1" resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" @@ -4745,6 +6147,18 @@ espree@^9.6.0, espree@^9.6.1: acorn-jsx "^5.3.2" eslint-visitor-keys "^3.4.1" +esprima@^4.0.0, esprima@~4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== + +esquery@^1.4.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7" + integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg== + dependencies: + estraverse "^5.1.0" + esquery@^1.4.2: version "1.5.0" resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" @@ -4759,6 +6173,11 @@ esrecurse@^4.3.0: dependencies: estraverse "^5.2.0" +estraverse@^4.1.1: + version "4.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" + integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== + estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0: version "5.3.0" resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" @@ -4814,6 +6233,19 @@ execa@^8.0.0, execa@^8.0.1, execa@~8.0.1: signal-exit "^4.1.0" strip-final-newline "^3.0.0" +expand-brackets@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" + integrity sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA== + dependencies: + debug "^2.3.3" + define-property "^0.2.5" + extend-shallow "^2.0.1" + posix-character-classes "^0.1.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + expand-tilde@^2.0.0, expand-tilde@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" @@ -4890,6 +6322,21 @@ express@4.21.0, express@^4.17.1, express@^4.18.2: utils-merge "1.0.1" vary "~1.1.2" +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + integrity sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug== + dependencies: + is-extendable "^0.1.0" + +extend-shallow@^3.0.0, extend-shallow@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" + integrity sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q== + dependencies: + assign-symbols "^1.0.0" + is-extendable "^1.0.1" + external-editor@^3.0.3: version "3.1.0" resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" @@ -4899,6 +6346,20 @@ external-editor@^3.0.3: iconv-lite "^0.4.24" tmp "^0.0.33" +extglob@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== + dependencies: + array-unique "^0.3.2" + define-property "^1.0.0" + expand-brackets "^2.1.4" + extend-shallow "^2.0.1" + fragment-cache "^0.2.1" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + fast-deep-equal@3.1.3, fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" @@ -4909,7 +6370,7 @@ fast-diff@^1.1.2: resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0" integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== -fast-glob@^3.0.3, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.2: +fast-glob@^3.0.3, fast-glob@^3.2.11, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== @@ -4930,6 +6391,11 @@ fast-levenshtein@^2.0.6: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== +fast-uri@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134" + integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw== + fastest-levenshtein@^1.0.16: version "1.0.16" resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5" @@ -4977,6 +6443,16 @@ file-source@0.6: dependencies: stream-source "0.3" +fill-range@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" + integrity sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ== + dependencies: + extend-shallow "^2.0.1" + is-number "^3.0.0" + repeat-string "^1.6.1" + to-regex-range "^2.1.0" + fill-range@^7.1.1: version "7.1.1" resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" @@ -5002,6 +6478,15 @@ finalhandler@1.3.1: statuses "2.0.1" unpipe "~1.0.0" +find-cache-dir@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" + integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== + dependencies: + commondir "^1.0.1" + make-dir "^2.0.0" + pkg-dir "^3.0.0" + find-node-modules@^2.1.2: version "2.1.3" resolved "https://registry.yarnpkg.com/find-node-modules/-/find-node-modules-2.1.3.tgz#3c976cff2ca29ee94b4f9eafc613987fc4c0ee44" @@ -5035,6 +6520,21 @@ find-up@^2.0.0: dependencies: locate-path "^2.0.0" +find-up@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" + integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== + dependencies: + locate-path "^3.0.0" + +find-up@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" + integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== + dependencies: + locate-path "^5.0.0" + path-exists "^4.0.0" + find-up@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-7.0.0.tgz#e8dec1455f74f78d888ad65bf7ca13dd2b4e66fb" @@ -5075,6 +6575,11 @@ flatted@^3.2.9: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf" integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== +flow-parser@0.*: + version "0.246.0" + resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.246.0.tgz#72752377a92376de680d1a56bd963667b782e3fa" + integrity sha512-WHRizzSrWFTcKo7cVcbP3wzZVhzsoYxoWqbnH4z+JXGqrjVmnsld6kBZWVlB200PwD5ur8r+HV3KUDxv3cHhOQ== + for-each@^0.3.3: version "0.3.3" resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e" @@ -5082,6 +6587,11 @@ for-each@^0.3.3: dependencies: is-callable "^1.1.3" +for-in@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ== + foreground-child@^3.1.0: version "3.3.0" resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77" @@ -5117,6 +6627,13 @@ forwarded@0.2.0: resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== +fragment-cache@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" + integrity sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA== + dependencies: + map-cache "^0.2.2" + fresh@0.5.2: version "0.5.2" resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" @@ -5188,6 +6705,11 @@ function.prototype.name@^1.1.5, function.prototype.name@^1.1.6: es-abstract "^1.22.1" functions-have-names "^1.2.3" +functional-red-black-tree@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" + integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g== + functions-have-names@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" @@ -5215,6 +6737,11 @@ generate-function@^2.3.1: dependencies: is-property "^1.0.2" +gensync@^1.0.0-beta.2: + version "1.0.0-beta.2" + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" + integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== + geo-tz@^7.0.7: version "7.0.7" resolved "https://registry.yarnpkg.com/geo-tz/-/geo-tz-7.0.7.tgz#cb0a3ff632f2eadb6b262f1976cf881ff8b5a4ba" @@ -5246,7 +6773,7 @@ geojson@0.5.0: resolved "https://registry.yarnpkg.com/geojson/-/geojson-0.5.0.tgz#3cd6c96399be65b56ee55596116fe9191ce701c0" integrity sha512-/Bx5lEn+qRF4TfQ5aLu6NH+UKtvIv7Lhc487y/c8BdludrCTpiWf9wyI0RTyqg49MFefIAvFDuEi5Dfd/zgNxQ== -get-caller-file@^2.0.5: +get-caller-file@^2.0.1, get-caller-file@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== @@ -5314,6 +6841,11 @@ get-symbol-description@^1.0.2: es-errors "^1.3.0" get-intrinsic "^1.2.4" +get-value@^2.0.3, get-value@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" + integrity sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA== + getopts@2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/getopts/-/getopts-2.3.0.tgz#71e5593284807e03e2427449d4f6712a268666f4" @@ -5427,7 +6959,7 @@ globals@^11.1.0: resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== -globals@^13.19.0: +globals@^13.19.0, globals@^13.6.0, globals@^13.9.0: version "13.24.0" resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171" integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ== @@ -5519,7 +7051,7 @@ graceful-fs@4.2.10: resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== -graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.2, graceful-fs@^4.2.6: +graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.2, graceful-fs@^4.2.4, graceful-fs@^4.2.6: version "4.2.11" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== @@ -5636,6 +7168,37 @@ has-unicode@^2.0.1: resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ== +has-value@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" + integrity sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q== + dependencies: + get-value "^2.0.3" + has-values "^0.1.4" + isobject "^2.0.0" + +has-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" + integrity sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw== + dependencies: + get-value "^2.0.6" + has-values "^1.0.0" + isobject "^3.0.0" + +has-values@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" + integrity sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ== + +has-values@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" + integrity sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ== + dependencies: + is-number "^3.0.0" + kind-of "^4.0.0" + hasown@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c" @@ -5827,6 +7390,11 @@ ignore-walk@^6.0.4: dependencies: minimatch "^9.0.0" +ignore@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" + integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== + ignore@^5.1.1, ignore@^5.2.0: version "5.3.0" resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78" @@ -5994,6 +7562,13 @@ ipaddr.js@1.9.1: resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== +is-accessor-descriptor@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz#3223b10628354644b86260db29b3e693f5ceedd4" + integrity sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA== + dependencies: + hasown "^2.0.0" + is-arguments@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" @@ -6053,6 +7628,11 @@ is-boolean-object@^1.1.0: call-bind "^1.0.2" has-tostringtag "^1.0.0" +is-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" @@ -6079,6 +7659,13 @@ is-core-module@^2.15.1: dependencies: hasown "^2.0.2" +is-data-descriptor@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz#2109164426166d32ea38c405c1e0945d9e6a4eeb" + integrity sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw== + dependencies: + hasown "^2.0.0" + is-data-view@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.1.tgz#4b4d3a511b70f3dc26d42c03ca9ca515d847759f" @@ -6093,6 +7680,34 @@ is-date-object@^1.0.1, is-date-object@^1.0.5: dependencies: has-tostringtag "^1.0.0" +is-descriptor@^0.1.0: + version "0.1.7" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.7.tgz#2727eb61fd789dcd5bdf0ed4569f551d2fe3be33" + integrity sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg== + dependencies: + is-accessor-descriptor "^1.0.1" + is-data-descriptor "^1.0.1" + +is-descriptor@^1.0.0, is-descriptor@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.3.tgz#92d27cb3cd311c4977a4db47df457234a13cb306" + integrity sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw== + dependencies: + is-accessor-descriptor "^1.0.1" + is-data-descriptor "^1.0.1" + +is-extendable@^0.1.0, is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + integrity sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw== + +is-extendable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" + integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== + dependencies: + is-plain-object "^2.0.4" + is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" @@ -6117,6 +7732,11 @@ is-fullwidth-code-point@^1.0.0: dependencies: number-is-nan "^1.0.0" +is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + integrity sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w== + is-fullwidth-code-point@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" @@ -6190,6 +7810,13 @@ is-number-object@^1.0.4: dependencies: has-tostringtag "^1.0.0" +is-number@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + integrity sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg== + dependencies: + kind-of "^3.0.2" + is-number@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" @@ -6215,6 +7842,13 @@ is-path-inside@^3.0.1, is-path-inside@^3.0.3: resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== +is-plain-object@^2.0.3, is-plain-object@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== + dependencies: + isobject "^3.0.1" + is-property@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84" @@ -6347,21 +7981,21 @@ is-weakset@^2.0.1: call-bind "^1.0.2" get-intrinsic "^1.1.1" -is-windows@^1.0.1: +is-windows@^1.0.1, is-windows@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== +isarray@1.0.0, isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== + isarray@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== -isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== - isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" @@ -6372,6 +8006,18 @@ isexe@^3.1.1: resolved "https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz#4a407e2bd78ddfb14bea0c27c6f7072dde775f0d" integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ== +isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + integrity sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA== + dependencies: + isarray "1.0.0" + +isobject@^3.0.0, isobject@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg== + issue-parser@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/issue-parser/-/issue-parser-6.0.0.tgz#b1edd06315d4f2044a9755daf85fdafde9b4014a" @@ -6408,6 +8054,14 @@ java-properties@^1.0.2: resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211" integrity sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ== +jest-worker@^24.0.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5" + integrity sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== + dependencies: + merge-stream "^2.0.0" + supports-color "^6.1.0" + jiti@^1.19.1: version "1.21.0" resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d" @@ -6418,6 +8072,14 @@ jiti@^1.19.1: resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== +js-yaml@^3.13.1: + version "3.14.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" + integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + js-yaml@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" @@ -6430,11 +8092,65 @@ jsbn@1.1.0: resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040" integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A== +jscodeshift@^0.13.0: + version "0.13.1" + resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.13.1.tgz#69bfe51e54c831296380585c6d9e733512aecdef" + integrity sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ== + dependencies: + "@babel/core" "^7.13.16" + "@babel/parser" "^7.13.16" + "@babel/plugin-proposal-class-properties" "^7.13.0" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8" + "@babel/plugin-proposal-optional-chaining" "^7.13.12" + "@babel/plugin-transform-modules-commonjs" "^7.13.8" + "@babel/preset-flow" "^7.13.13" + "@babel/preset-typescript" "^7.13.0" + "@babel/register" "^7.13.16" + babel-core "^7.0.0-bridge.0" + chalk "^4.1.2" + flow-parser "0.*" + graceful-fs "^4.2.4" + micromatch "^3.1.10" + neo-async "^2.5.0" + node-dir "^0.1.17" + recast "^0.20.4" + temp "^0.8.4" + write-file-atomic "^2.3.0" + +jscodeshift@^0.6.3: + version "0.6.4" + resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.6.4.tgz#e19ab86214edac86a75c4557fc88b3937d558a8e" + integrity sha512-+NF/tlNbc2WEhXUuc4WEJLsJumF84tnaMUZW2hyJw3jThKKRvsPX4sPJVgO1lPE28z0gNL+gwniLG9d8mYvQCQ== + dependencies: + "@babel/core" "^7.1.6" + "@babel/parser" "^7.1.6" + "@babel/plugin-proposal-class-properties" "^7.1.0" + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" + "@babel/preset-env" "^7.1.6" + "@babel/preset-flow" "^7.0.0" + "@babel/preset-typescript" "^7.1.0" + "@babel/register" "^7.0.0" + babel-core "^7.0.0-bridge.0" + colors "^1.1.2" + flow-parser "0.*" + graceful-fs "^4.1.11" + micromatch "^3.1.10" + neo-async "^2.5.0" + node-dir "^0.1.17" + recast "^0.16.1" + temp "^0.8.1" + write-file-atomic "^2.3.0" + jsesc@^2.5.1: version "2.5.2" resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== +jsesc@~0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" + integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== + json-buffer@3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" @@ -6465,6 +8181,11 @@ json-schema-traverse@^1.0.0: resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== +json-schema@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" + integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== + json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" @@ -6480,6 +8201,13 @@ json-stringify-safe@^5.0.1: resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== +json5-writer@^0.1.8: + version "0.1.8" + resolved "https://registry.yarnpkg.com/json5-writer/-/json5-writer-0.1.8.tgz#98e1934ef6002f8ac12f36438e2b39c49af213fd" + integrity sha512-h5sqkk/vSKvESOUTBniGWs8p8nTzHsoDrxPS9enJfQVINqXv3lm+FAyizLwbrCwCn0q7NXqDBb+r8AdUdK3XZw== + dependencies: + jscodeshift "^0.6.3" + json5@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" @@ -6487,7 +8215,7 @@ json5@^1.0.2: dependencies: minimist "^1.2.0" -json5@^2.2.3: +json5@^2.1.1, json5@^2.2.3: version "2.2.3" resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== @@ -6548,6 +8276,25 @@ keyv@^4.5.3: dependencies: json-buffer "3.0.1" +kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ== + dependencies: + is-buffer "^1.1.5" + +kind-of@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + integrity sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw== + dependencies: + is-buffer "^1.1.5" + +kind-of@^6.0.2: + version "6.0.3" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" + integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== + knex@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/knex/-/knex-3.1.0.tgz#b6ddd5b5ad26a6315234a5b09ec38dc4a370bd8c" @@ -6793,6 +8540,21 @@ locate-path@^2.0.0: p-locate "^2.0.0" path-exists "^3.0.0" +locate-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" + integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== + dependencies: + p-locate "^3.0.0" + path-exists "^3.0.0" + +locate-path@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" + integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== + dependencies: + p-locate "^4.1.0" + locate-path@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" @@ -6822,6 +8584,11 @@ lodash.capitalize@^4.2.1: resolved "https://registry.yarnpkg.com/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz#f826c9b4e2a8511d84e3aca29db05e1a4f3b72a9" integrity sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw== +lodash.debounce@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" + integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== + lodash.escaperegexp@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz#64762c48618082518ac3df4ccf5d5886dae20347" @@ -6872,6 +8639,11 @@ lodash.startcase@^4.4.0: resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8" integrity sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg== +lodash.truncate@^4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" + integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw== + lodash.uniq@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" @@ -6900,6 +8672,15 @@ log-symbols@^4.1.0: chalk "^4.1.0" is-unicode-supported "^0.1.0" +log-update@^3.3.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/log-update/-/log-update-3.4.0.tgz#3b9a71e00ac5b1185cc193a36d654581c48f97b9" + integrity sha512-ILKe88NeMt4gmDvk/eb615U/IVn7K9KWGkoYbdatQ69Z65nj1ZzjM6fHXfcs0Uge+e+EGnMW7DY4T9yko8vWFg== + dependencies: + ansi-escapes "^3.2.0" + cli-cursor "^2.1.0" + wrap-ansi "^5.0.0" + log-update@^6.1.0: version "6.1.0" resolved "https://registry.yarnpkg.com/log-update/-/log-update-6.1.0.tgz#1a04ff38166f94647ae1af562f4bd6a15b1b7cd4" @@ -6953,6 +8734,13 @@ lru-cache@^10.0.1, lru-cache@^10.2.0, lru-cache@^10.2.2: resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== +lru-cache@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" + integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + dependencies: + yallist "^3.0.2" + lru-cache@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" @@ -6987,6 +8775,14 @@ magic-string@0.27.0: dependencies: "@jridgewell/sourcemap-codec" "^1.4.13" +make-dir@^2.0.0, make-dir@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" + integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== + dependencies: + pify "^4.0.1" + semver "^5.6.0" + make-dir@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" @@ -7012,6 +8808,18 @@ make-fetch-happen@^13.0.0, make-fetch-happen@^13.0.1: promise-retry "^2.0.1" ssri "^10.0.0" +map-cache@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + integrity sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg== + +map-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" + integrity sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w== + dependencies: + object-visit "^1.0.0" + marked-terminal@^6.0.0: version "6.3.0" resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.3.0.tgz#cd093af64129ace4175a4a54c02a0db472e2e9d1" @@ -7083,6 +8891,25 @@ methods@~1.1.2: resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w== +micromatch@^3.1.10: + version "3.1.10" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" + integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + braces "^2.3.1" + define-property "^2.0.2" + extend-shallow "^3.0.2" + extglob "^2.0.4" + fragment-cache "^0.2.1" + kind-of "^6.0.2" + nanomatch "^1.2.9" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.2" + micromatch@^4.0.0, micromatch@^4.0.2, micromatch@^4.0.4, micromatch@~4.0.7: version "4.0.8" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" @@ -7118,6 +8945,11 @@ mime@^4.0.0: resolved "https://registry.yarnpkg.com/mime/-/mime-4.0.4.tgz#9f851b0fc3c289d063b20a7a8055b3014b25664b" integrity sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ== +mimic-fn@^1.0.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" + integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== + mimic-fn@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" @@ -7133,13 +8965,20 @@ mimic-function@^5.0.0: resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076" integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA== -minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: +minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== dependencies: brace-expansion "^1.1.7" +minimatch@^5.1.0: + version "5.1.6" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" + integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== + dependencies: + brace-expansion "^2.0.1" + minimatch@^7.4.1: version "7.4.6" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.6.tgz#845d6f254d8f4a5e4fd6baf44d5f10c8448365fb" @@ -7238,6 +9077,14 @@ minizlib@^2.1.1, minizlib@^2.1.2: minipass "^3.0.0" yallist "^4.0.0" +mixin-deep@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" + integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== + dependencies: + for-in "^1.0.2" + is-extendable "^1.0.1" + mkdirp@^0.5.0: version "0.5.6" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" @@ -7245,7 +9092,7 @@ mkdirp@^0.5.0: dependencies: minimist "^1.2.6" -mkdirp@^1.0.3: +mkdirp@^1.0.3, mkdirp@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== @@ -7342,6 +9189,23 @@ nanoid@^3.3.7: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== +nanomatch@^1.2.9: + version "1.2.13" + resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" + integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + define-property "^2.0.2" + extend-shallow "^3.0.2" + fragment-cache "^0.2.1" + is-windows "^1.0.2" + kind-of "^6.0.2" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + natural-compare@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" @@ -7352,7 +9216,7 @@ negotiator@0.6.3, negotiator@^0.6.3: resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== -neo-async@^2.6.2: +neo-async@^2.5.0, neo-async@^2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== @@ -7379,6 +9243,13 @@ node-cache@^5.1.2: dependencies: clone "2.x" +node-dir@^0.1.17: + version "0.1.17" + resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5" + integrity sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg== + dependencies: + minimatch "^3.0.2" + node-domexception@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5" @@ -7432,6 +9303,11 @@ node-gyp@^10.0.0, node-gyp@^10.1.0: tar "^6.2.1" which "^4.0.0" +node-releases@^2.0.18: + version "2.0.18" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f" + integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g== + node-status-codes@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/node-status-codes/-/node-status-codes-1.0.0.tgz#5ae5541d024645d32a58fcddc9ceecea7ae3ac2f" @@ -7699,6 +9575,15 @@ object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.1: resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== +object-copy@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" + integrity sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ== + dependencies: + copy-descriptor "^0.1.0" + define-property "^0.2.5" + kind-of "^3.0.3" + object-inspect@^1.13.1, object-inspect@^1.9.0: version "1.13.1" resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2" @@ -7717,6 +9602,13 @@ object-keys@^1.1.1: resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== +object-visit@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" + integrity sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA== + dependencies: + isobject "^3.0.0" + object.assign@^4.1.4, object.assign@^4.1.5: version "4.1.5" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.5.tgz#3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0" @@ -7755,6 +9647,13 @@ object.groupby@^1.0.3: define-properties "^1.2.1" es-abstract "^1.23.2" +object.pick@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + integrity sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ== + dependencies: + isobject "^3.0.1" + object.values@^1.1.6: version "1.1.7" resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a" @@ -7810,6 +9709,13 @@ once@^1.3.0, once@^1.4.0: dependencies: wrappy "1" +onetime@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" + integrity sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ== + dependencies: + mimic-fn "^1.0.0" + onetime@^5.1.0, onetime@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" @@ -7856,6 +9762,18 @@ optimism@^0.18.0: "@wry/trie" "^0.4.3" tslib "^2.3.0" +optionator@^0.9.1: + version "0.9.4" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.4.tgz#7ea1c1a5d91d764fb282139c88fe11e182a3a734" + integrity sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g== + dependencies: + deep-is "^0.1.3" + fast-levenshtein "^2.0.6" + levn "^0.4.1" + prelude-ls "^1.2.1" + type-check "^0.4.0" + word-wrap "^1.2.5" + optionator@^0.9.3: version "0.9.3" resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64" @@ -7932,6 +9850,13 @@ p-limit@^1.1.0: dependencies: p-try "^1.0.0" +p-limit@^2.0.0, p-limit@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" + integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== + dependencies: + p-try "^2.0.0" + p-limit@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644" @@ -7946,6 +9871,20 @@ p-locate@^2.0.0: dependencies: p-limit "^1.1.0" +p-locate@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" + integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== + dependencies: + p-limit "^2.0.0" + +p-locate@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" + integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== + dependencies: + p-limit "^2.2.0" + p-locate@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" @@ -7994,6 +9933,11 @@ p-try@^1.0.0: resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" integrity sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww== +p-try@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== + package-json-from-dist@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00" @@ -8087,6 +10031,11 @@ parse-json@^8.0.0: index-to-position "^0.1.2" type-fest "^4.7.1" +parse-ms@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz#348565a753d4391fa524029956b172cb7753097d" + integrity sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA== + parse-passwd@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" @@ -8114,6 +10063,11 @@ parseurl@~1.3.3: resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== +pascalcase@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" + integrity sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw== + "passport-discord@https://github.com/tonestrike/passport-discord.git": version "0.1.4" resolved "https://github.com/tonestrike/passport-discord.git#7d7a726f6dc1e3d7be51cf11c554f1fd8a74563a" @@ -8152,6 +10106,11 @@ passport@^0.6.0: pause "0.0.1" utils-merge "^1.0.1" +path-browserify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd" + integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g== + path-exists@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" @@ -8244,7 +10203,7 @@ pg-connection-string@2.6.2: resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.2.tgz#713d82053de4e2bd166fab70cd4f26ad36aab475" integrity sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA== -picocolors@^1.0.0, picocolors@^1.1.0: +picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59" integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw== @@ -8264,6 +10223,11 @@ pify@^3.0.0: resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg== +pify@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" + integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== + pinkie-promise@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" @@ -8276,6 +10240,11 @@ pinkie@^2.0.0: resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg== +pirates@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9" + integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg== + pkg-conf@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/pkg-conf/-/pkg-conf-2.1.0.tgz#2126514ca6f2abfebd168596df18ba57867f0058" @@ -8284,6 +10253,13 @@ pkg-conf@^2.1.0: find-up "^2.0.0" load-json-file "^4.0.0" +pkg-dir@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" + integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== + dependencies: + find-up "^3.0.0" + pkginfo@^0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.3.1.tgz#5b29f6a81f70717142e09e765bbeab97b4f81e21" @@ -8303,6 +10279,11 @@ point-in-polygon-hao@^1.1.0: resolved "https://registry.yarnpkg.com/point-in-polygon-hao/-/point-in-polygon-hao-1.1.0.tgz#37f5f4fbe14e89fa8a3bb7f67c9158079d2ede7c" integrity sha512-3hTIM2j/v9Lio+wOyur3kckD4NxruZhpowUbEgmyikW+a2Kppjtu1eN+AhnMQtoHW46zld88JiYWv6fxpsDrTQ== +posix-character-classes@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" + integrity sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg== + possible-typed-array-names@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f" @@ -8347,6 +10328,18 @@ prettier@3.3.3: resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105" integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew== +pretty-ms@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-7.0.1.tgz#7d903eaab281f7d8e03c66f867e239dc32fb73e8" + integrity sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q== + dependencies: + parse-ms "^2.1.0" + +private@~0.1.5: + version "0.1.8" + resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" + integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== + proc-log@^4.0.0, proc-log@^4.1.0, proc-log@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-4.2.0.tgz#b6f461e4026e75fdfe228b265e9f7a00779d7034" @@ -8362,7 +10355,7 @@ proggy@^2.0.0: resolved "https://registry.yarnpkg.com/proggy/-/proggy-2.0.0.tgz#154bb0e41d3125b518ef6c79782455c2c47d94e1" integrity sha512-69agxLtnI8xBs9gUGqEnK26UfiexpHy+KUpBQWabiytQjnn5wFY8rklAi7GRfABIuPNnQ/ik48+LGLkYYJcy4A== -progress@^2.0.3: +progress@^2.0.0, progress@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== @@ -8679,6 +10672,26 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" +recast@^0.16.1: + version "0.16.2" + resolved "https://registry.yarnpkg.com/recast/-/recast-0.16.2.tgz#3796ebad5fe49ed85473b479cd6df554ad725dc2" + integrity sha512-O/7qXi51DPjRVdbrpNzoBQH5dnAPQNbfoOFyRiUwreTMJfIHYOEBzwuH+c0+/BTSJ3CQyKs6ILSWXhESH6Op3A== + dependencies: + ast-types "0.11.7" + esprima "~4.0.0" + private "~0.1.5" + source-map "~0.6.1" + +recast@^0.20.4: + version "0.20.5" + resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae" + integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ== + dependencies: + ast-types "0.14.2" + esprima "~4.0.0" + source-map "~0.6.1" + tslib "^2.0.1" + rechoir@^0.8.0: version "0.8.0" resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.8.0.tgz#49f866e0d32146142da3ad8f0eff352b3215ff22" @@ -8698,11 +10711,38 @@ reflect.getprototypeof@^1.0.4: globalthis "^1.0.3" which-builtin-type "^1.1.3" +regenerate-unicode-properties@^10.1.0: + version "10.2.0" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz#626e39df8c372338ea9b8028d1f99dc3fd9c3db0" + integrity sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA== + dependencies: + regenerate "^1.4.2" + +regenerate@^1.4.2: + version "1.4.2" + resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" + integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== + regenerator-runtime@^0.14.0: version "0.14.1" resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f" integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== +regenerator-transform@^0.15.2: + version "0.15.2" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4" + integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg== + dependencies: + "@babel/runtime" "^7.8.4" + +regex-not@^1.0.0, regex-not@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" + integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== + dependencies: + extend-shallow "^3.0.2" + safe-regex "^1.1.0" + regexp.prototype.flags@^1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e" @@ -8722,6 +10762,23 @@ regexp.prototype.flags@^1.5.2: es-errors "^1.3.0" set-function-name "^2.0.1" +regexpp@^3.1.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" + integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== + +regexpu-core@^5.3.1: + version "5.3.2" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.3.2.tgz#11a2b06884f3527aec3e93dbbf4a3b958a95546b" + integrity sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ== + dependencies: + "@babel/regjsgen" "^0.8.0" + regenerate "^1.4.2" + regenerate-unicode-properties "^10.1.0" + regjsparser "^0.9.1" + unicode-match-property-ecmascript "^2.0.0" + unicode-match-property-value-ecmascript "^2.1.0" + registry-auth-token@^3.0.1: version "3.4.0" resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.4.0.tgz#d7446815433f5d5ed6431cd5dca21048f66b397e" @@ -8744,6 +10801,13 @@ registry-url@^3.0.3: dependencies: rc "^1.0.1" +regjsparser@^0.9.1: + version "0.9.1" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.9.1.tgz#272d05aa10c7c1f67095b1ff0addae8442fc5709" + integrity sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ== + dependencies: + jsesc "~0.5.0" + rehackt@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.1.0.tgz#a7c5e289c87345f70da8728a7eb878e5d03c696b" @@ -8754,6 +10818,16 @@ remove-trailing-separator@^1.0.1: resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" integrity sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw== +repeat-element@^1.1.2: + version "1.1.4" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9" + integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== + +repeat-string@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w== + repeating@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" @@ -8771,6 +10845,11 @@ require-from-string@^2.0.2: resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== +require-main-filename@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" + integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== + resolve-dir@^1.0.0, resolve-dir@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" @@ -8803,7 +10882,12 @@ resolve-protobuf-schema@^2.1.0: dependencies: protocol-buffers-schema "^3.3.1" -resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.4: +resolve-url@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" + integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg== + +resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.4: version "1.22.8" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== @@ -8826,6 +10910,14 @@ response-iterator@^0.2.6: resolved "https://registry.yarnpkg.com/response-iterator/-/response-iterator-0.2.6.tgz#249005fb14d2e4eeb478a3f735a28fd8b4c9f3da" integrity sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw== +restore-cursor@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" + integrity sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q== + dependencies: + onetime "^2.0.0" + signal-exit "^3.0.2" + restore-cursor@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" @@ -8842,6 +10934,11 @@ restore-cursor@^5.0.0: onetime "^7.0.0" signal-exit "^4.1.0" +ret@~0.1.10: + version "0.1.15" + resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== + retry@0.13.1: version "0.13.1" resolved "https://registry.yarnpkg.com/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658" @@ -8879,6 +10976,13 @@ rimraf@^3.0.0, rimraf@^3.0.2: dependencies: glob "^7.1.3" +rimraf@~2.6.2: + version "2.6.3" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" + integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== + dependencies: + glob "^7.1.3" + rollup-plugin-delete@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/rollup-plugin-delete/-/rollup-plugin-delete-2.0.0.tgz#262acf80660d48c3b167fb0baabd0c3ab985c153" @@ -8983,6 +11087,13 @@ safe-regex-test@^1.0.3: es-errors "^1.3.0" is-regex "^1.1.4" +safe-regex@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" + integrity sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg== + dependencies: + ret "~0.1.10" + "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" @@ -9049,7 +11160,7 @@ semver-regex@^4.0.5: resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-4.0.5.tgz#fbfa36c7ba70461311f5debcb3928821eb4f9180" integrity sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw== -semver@^5.0.3, semver@^5.1.0: +semver@^5.0.3, semver@^5.1.0, semver@^5.6.0: version "5.7.2" resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== @@ -9066,7 +11177,7 @@ semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semve dependencies: lru-cache "^6.0.0" -semver@^7.5.2, semver@^7.6.0, semver@^7.6.2: +semver@^7.2.1, semver@^7.5.2, semver@^7.6.0, semver@^7.6.2: version "7.6.3" resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== @@ -9151,6 +11262,16 @@ set-function-name@^2.0.2: functions-have-names "^1.2.3" has-property-descriptors "^1.0.2" +set-value@^2.0.0, set-value@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" + integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.3" + split-string "^3.0.1" + setimmediate@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" @@ -9169,6 +11290,13 @@ sha.js@^2.4.11: inherits "^2.0.1" safe-buffer "^5.0.1" +shallow-clone@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" + integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== + dependencies: + kind-of "^6.0.2" + shapefile@~0.6.6: version "0.6.6" resolved "https://registry.yarnpkg.com/shapefile/-/shapefile-0.6.6.tgz#6fee152b9fb2b1c85f690285b692fb68c95a5f4f" @@ -9267,6 +11395,15 @@ slash@^5.1.0: resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce" integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== +slice-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" + integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== + dependencies: + ansi-styles "^4.0.0" + astral-regex "^2.0.0" + is-fullwidth-code-point "^3.0.0" + slice-ansi@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-5.0.0.tgz#b73063c57aa96f9cd881654b15294d95d285c42a" @@ -9298,6 +11435,36 @@ smart-buffer@^4.2.0: resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== +snapdragon-node@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" + integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== + dependencies: + define-property "^1.0.0" + isobject "^3.0.0" + snapdragon-util "^3.0.1" + +snapdragon-util@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" + integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== + dependencies: + kind-of "^3.2.0" + +snapdragon@^0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" + integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== + dependencies: + base "^0.11.1" + debug "^2.2.0" + define-property "^0.2.5" + extend-shallow "^2.0.1" + map-cache "^0.2.2" + source-map "^0.5.6" + source-map-resolve "^0.5.0" + use "^3.1.0" + socks-proxy-agent@^8.0.3: version "8.0.4" resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz#9071dca17af95f483300316f4b063578fa0db08c" @@ -9320,12 +11487,36 @@ source-map-js@^1.2.1: resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== -source-map@^0.5.7: +source-map-resolve@^0.5.0: + version "0.5.3" + resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" + integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== + dependencies: + atob "^2.1.2" + decode-uri-component "^0.2.0" + resolve-url "^0.2.1" + source-map-url "^0.4.0" + urix "^0.1.0" + +source-map-support@^0.5.16: + version "0.5.21" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" + integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + +source-map-url@^0.4.0: + version "0.4.1" + resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" + integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== + +source-map@^0.5.6, source-map@^0.5.7: version "0.5.7" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ== -source-map@^0.6.1: +source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== @@ -9374,6 +11565,13 @@ spdx-license-ids@^3.0.0: resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz#a14f64e0954f6e25cc6587bd4f392522db0d998f" integrity sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw== +split-string@^3.0.1, split-string@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" + integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== + dependencies: + extend-shallow "^3.0.0" + split2@^4.0.0: version "4.2.0" resolved "https://registry.yarnpkg.com/split2/-/split2-4.2.0.tgz#c9c5920904d148bab0b9f67145f245a86aadbfa4" @@ -9391,6 +11589,11 @@ sprintf-js@^1.1.3: resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz#4914b903a2f8b685d17fdf78a70e917e872e444a" integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA== +sprintf-js@~1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== + sqlstring@^2.3.2: version "2.3.3" resolved "https://registry.yarnpkg.com/sqlstring/-/sqlstring-2.3.3.tgz#2ddc21f03bce2c387ed60680e739922c65751d0c" @@ -9408,6 +11611,14 @@ state-local@^1.0.6: resolved "https://registry.yarnpkg.com/state-local/-/state-local-1.0.7.tgz#da50211d07f05748d53009bee46307a37db386d5" integrity sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w== +static-extend@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" + integrity sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g== + dependencies: + define-property "^0.2.5" + object-copy "^0.1.0" + statuses@2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" @@ -9456,6 +11667,15 @@ string-width@^1.0.1: is-fullwidth-code-point "^1.0.0" strip-ansi "^3.0.0" +string-width@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" + integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== + dependencies: + emoji-regex "^7.0.1" + is-fullwidth-code-point "^2.0.0" + strip-ansi "^5.1.0" + string-width@^5.0.1, string-width@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" @@ -9591,6 +11811,13 @@ strip-ansi@^3.0.0: dependencies: ansi-regex "^2.0.0" +strip-ansi@^5.0.0, strip-ansi@^5.1.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" + integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== + dependencies: + ansi-regex "^4.1.0" + strip-ansi@^7.0.1, strip-ansi@^7.1.0: version "7.1.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" @@ -9618,7 +11845,7 @@ strip-final-newline@^3.0.0: resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd" integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw== -strip-json-comments@3.1.1, strip-json-comments@^3.1.1: +strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== @@ -9657,6 +11884,13 @@ supports-color@^5.3.0, supports-color@^5.5.0: dependencies: has-flag "^3.0.0" +supports-color@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" + integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== + dependencies: + has-flag "^3.0.0" + supports-color@^7.0.0, supports-color@^7.1.0: version "7.2.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" @@ -9702,6 +11936,17 @@ synckit@^0.9.1: "@pkgr/core" "^0.1.0" tslib "^2.6.2" +table@^6.0.9: + version "6.8.2" + resolved "https://registry.yarnpkg.com/table/-/table-6.8.2.tgz#c5504ccf201213fa227248bdc8c5569716ac6c58" + integrity sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA== + dependencies: + ajv "^8.0.1" + lodash.truncate "^4.4.2" + slice-ansi "^4.0.0" + string-width "^4.2.3" + strip-ansi "^6.0.1" + tar@^6.1.11, tar@^6.2.1: version "6.2.1" resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a" @@ -9724,6 +11969,13 @@ temp-dir@^3.0.0: resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-3.0.0.tgz#7f147b42ee41234cc6ba3138cd8e8aa2302acffa" integrity sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw== +temp@^0.8.1, temp@^0.8.4: + version "0.8.4" + resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.4.tgz#8c97a33a4770072e0a05f919396c7665a7dd59f2" + integrity sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg== + dependencies: + rimraf "~2.6.2" + tempy@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/tempy/-/tempy-3.1.0.tgz#00958b6df85db8589cb595465e691852aac038e9" @@ -9763,6 +12015,11 @@ thenify-all@^1.0.0: dependencies: any-promise "^1.0.0" +throat@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a" + integrity sha512-wCVxLDcFxw7ujDxaeJC6nfl2XfHJNYs8yUYJnvMgtPEFlttP9tHSfRUv2vBe6C4hkVFPWoP1P6ZccbYjmSEkKA== + through2@~2.0.0: version "2.0.5" resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" @@ -9826,6 +12083,21 @@ to-fast-properties@^2.0.0: resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== +to-object-path@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" + integrity sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg== + dependencies: + kind-of "^3.0.2" + +to-regex-range@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" + integrity sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg== + dependencies: + is-number "^3.0.0" + repeat-string "^1.6.1" + to-regex-range@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" @@ -9833,6 +12105,16 @@ to-regex-range@^5.0.1: dependencies: is-number "^7.0.0" +to-regex@^3.0.1, to-regex@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" + integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== + dependencies: + define-property "^2.0.2" + extend-shallow "^3.0.2" + regex-not "^1.0.2" + safe-regex "^1.1.0" + toidentifier@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" @@ -9867,6 +12149,38 @@ ts-invariant@^0.10.3: dependencies: tslib "^2.1.0" +ts-migrate-plugins@^0.1.35: + version "0.1.35" + resolved "https://registry.yarnpkg.com/ts-migrate-plugins/-/ts-migrate-plugins-0.1.35.tgz#96579e07ba8ffa31ff85dfbdd0220482e641f654" + integrity sha512-DUkx7ClKhxKYPWDha9DJTZ6LhwEUszL90uH5I/O11K/6TbA96ytln1O3HL6Pt83i4mAKOlg0mQ6AMsPtL5FFkQ== + dependencies: + eslint "^7.14.0" + jscodeshift "^0.13.0" + json-schema "^0.4.0" + ts-migrate-server "^0.1.33" + +ts-migrate-server@^0.1.33: + version "0.1.33" + resolved "https://registry.yarnpkg.com/ts-migrate-server/-/ts-migrate-server-0.1.33.tgz#7fc38ac9ce6642399dbfbcb8e46a26e45caea8c4" + integrity sha512-MYHy10yzL2fkb2FHFQ9f54gqc5KkaVthTjtpwS4bTroYCONDelp1hbz5nxKWaP3q2oc3kBVeGuAR91RNI+yK+g== + dependencies: + "@ts-morph/bootstrap" "^0.16.0" + pretty-ms "^7.0.1" + updatable-log "^0.2.0" + +ts-migrate@0.1.35: + version "0.1.35" + resolved "https://registry.yarnpkg.com/ts-migrate/-/ts-migrate-0.1.35.tgz#705d65e54b9d4a5a72ee11e276bb5a5856a4b340" + integrity sha512-EmXahqwIP0a6fE1BLKKVMgJEeYn9V+CxJ19qFJ/DzkPL4PjDI/FcgPo8D519amBPy2nnlc/x1V6R6aIeHdD87w== + dependencies: + create-jest-runner "^0.5.3" + json5 "^2.1.1" + json5-writer "^0.1.8" + ts-migrate-plugins "^0.1.35" + ts-migrate-server "^0.1.33" + updatable-log "^0.2.0" + yargs "^15.0.2" + ts-mixer@^6.0.4: version "6.0.4" resolved "https://registry.yarnpkg.com/ts-mixer/-/ts-mixer-6.0.4.tgz#1da39ceabc09d947a82140d9f09db0f84919ca28" @@ -9887,7 +12201,7 @@ tslib@2.6.2, tslib@^2.1.0, tslib@^2.3.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== -tslib@^2.4.0, tslib@^2.6.2, tslib@^2.6.3: +tslib@^2.0.1, tslib@^2.4.0, tslib@^2.6.2, tslib@^2.6.3: version "2.7.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01" integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA== @@ -10091,16 +12405,49 @@ undici@6.19.8: resolved "https://registry.yarnpkg.com/undici/-/undici-6.19.8.tgz#002d7c8a28f8cc3a44ff33c3d4be4d85e15d40e1" integrity sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g== +unicode-canonical-property-names-ecmascript@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz#cb3173fe47ca743e228216e4a3ddc4c84d628cc2" + integrity sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg== + unicode-emoji-modifier-base@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz#dbbd5b54ba30f287e2a8d5a249da6c0cef369459" integrity sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g== +unicode-match-property-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" + integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== + dependencies: + unicode-canonical-property-names-ecmascript "^2.0.0" + unicode-property-aliases-ecmascript "^2.0.0" + +unicode-match-property-value-ecmascript@^2.1.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz#a0401aee72714598f739b68b104e4fe3a0cb3c71" + integrity sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg== + +unicode-property-aliases-ecmascript@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd" + integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== + unicorn-magic@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4" integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ== +union-value@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" + integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== + dependencies: + arr-union "^3.1.0" + get-value "^2.0.6" + is-extendable "^0.1.1" + set-value "^2.0.1" + unique-filename@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-3.0.0.tgz#48ba7a5a16849f5080d26c760c86cf5cf05770ea" @@ -10154,11 +12501,36 @@ unplugin@1.0.1: webpack-sources "^3.2.3" webpack-virtual-modules "^0.5.0" +unset-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" + integrity sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ== + dependencies: + has-value "^0.3.1" + isobject "^3.0.0" + unzip-response@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-1.0.2.tgz#b984f0877fc0a89c2c773cc1ef7b5b232b5b06fe" integrity sha512-pwCcjjhEcpW45JZIySExBHYv5Y9EeL2OIGEfrSKp2dMUFGFv4CpvZkwJbVge8OvGH2BNNtJBx67DuKuJhf+N5Q== +updatable-log@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/updatable-log/-/updatable-log-0.2.0.tgz#8adfe35dd744bd87e8bf217425e4e8bb81b6f3c6" + integrity sha512-gR48/mTR6YFB+B1sNoap3nx8HFbEvDl0ej9KhlQTFZdmP8yL5fzFiCUfeHCUf1QvNnXowY1pM9iiGkPKrd0XyQ== + dependencies: + chalk "^2.4.2" + figures "^3.0.0" + log-update "^3.3.0" + +update-browserslist-db@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e" + integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ== + dependencies: + escalade "^3.1.2" + picocolors "^1.0.1" + update-notifier@^0.6.0: version "0.6.3" resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-0.6.3.tgz#776dec8daa13e962a341e8a1d98354306b67ae08" @@ -10178,6 +12550,11 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" +urix@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" + integrity sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg== + url-join@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/url-join/-/url-join-5.0.0.tgz#c2f1e5cbd95fa91082a93b58a1f42fecb4bdbcf1" @@ -10195,6 +12572,11 @@ use-sync-external-store@1.2.0: resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a" integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA== +use@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" + integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== + util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" @@ -10224,6 +12606,11 @@ uuid@^9.0.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== +v8-compile-cache@^2.0.3: + version "2.4.0" + resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz#cdada8bec61e15865f05d097c5f4fd30e94dc128" + integrity sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw== + validate-npm-package-license@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" @@ -10411,6 +12798,11 @@ which-collection@^1.0.1: is-weakmap "^2.0.1" is-weakset "^2.0.1" +which-module@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409" + integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ== + which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.9: version "1.1.13" resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.13.tgz#870cd5be06ddb616f504e7b039c4c24898184d36" @@ -10468,7 +12860,7 @@ widest-line@^1.0.0: dependencies: string-width "^1.0.1" -word-wrap@^1.0.3: +word-wrap@^1.0.3, word-wrap@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34" integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA== @@ -10487,6 +12879,24 @@ wordwrap@^1.0.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" + integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== + dependencies: + ansi-styles "^3.2.0" + string-width "^3.0.0" + strip-ansi "^5.0.0" + +wrap-ansi@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" + integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" @@ -10519,6 +12929,15 @@ write-file-atomic@^1.1.2: imurmurhash "^0.1.4" slide "^1.1.5" +write-file-atomic@^2.3.0: + version "2.4.3" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481" + integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== + dependencies: + graceful-fs "^4.1.11" + imurmurhash "^0.1.4" + signal-exit "^3.0.2" + write-file-atomic@^5.0.0, write-file-atomic@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-5.0.1.tgz#68df4717c55c6fa4281a7860b4c2ba0a6d2b11e7" @@ -10544,11 +12963,21 @@ xtend@~4.0.1: resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== +y18n@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" + integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== + y18n@^5.0.5: version "5.0.8" resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== +yallist@^3.0.2: + version "3.1.1" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + yallist@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" @@ -10564,6 +12993,14 @@ yaml@~2.5.0: resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.5.0.tgz#c6165a721cf8000e91c36490a41d7be25176cf5d" integrity sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw== +yargs-parser@^18.1.2: + version "18.1.3" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" + integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== + dependencies: + camelcase "^5.0.0" + decamelize "^1.2.0" + yargs-parser@^20.2.2: version "20.2.9" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" @@ -10574,6 +13011,23 @@ yargs-parser@^21.1.1: resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== +yargs@^15.0.2: + version "15.4.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" + integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== + dependencies: + cliui "^6.0.0" + decamelize "^1.2.0" + find-up "^4.1.0" + get-caller-file "^2.0.1" + require-directory "^2.1.1" + require-main-filename "^2.0.0" + set-blocking "^2.0.0" + string-width "^4.2.0" + which-module "^2.0.0" + y18n "^4.0.0" + yargs-parser "^18.1.2" + yargs@^16.0.0: version "16.2.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" From 54543a795036b51c49e5239c498cea9083ac9240 Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:06:35 -0400 Subject: [PATCH 11/15] [ts-migrate][client] Rename files from JS/JSX to TS/TSX Co-authored-by: ts-migrate <> --- client/src/{App.jsx => App.tsx} | 0 client/src/assets/{constants.js => constants.ts} | 0 client/src/assets/{fallbackMarker.js => fallbackMarker.ts} | 0 client/src/assets/{theme.js => theme.tsx} | 0 client/src/components/{BasicAccordion.jsx => BasicAccordion.tsx} | 0 client/src/components/{Config.jsx => Config.tsx} | 0 client/src/components/{ErrorBoundary.jsx => ErrorBoundary.tsx} | 0 client/src/components/{Global.jsx => Global.tsx} | 0 client/src/components/{I.jsx => I.tsx} | 0 client/src/components/{Img.jsx => Img.tsx} | 0 client/src/components/{Loading.jsx => Loading.tsx} | 0 client/src/components/{Menu.jsx => Menu.tsx} | 0 client/src/components/{Notification.jsx => Notification.tsx} | 0 client/src/components/{QuestTitle.jsx => QuestTitle.tsx} | 0 client/src/components/{StatusIcon.jsx => StatusIcon.tsx} | 0 client/src/components/{StyledDivider.jsx => StyledDivider.tsx} | 0 client/src/components/{TabPanel.jsx => TabPanel.tsx} | 0 .../src/components/{ToggleTypography.jsx => ToggleTypography.tsx} | 0 client/src/components/{ToolTipWrapper.jsx => ToolTipWrapper.tsx} | 0 client/src/components/auth/{Discord.jsx => Discord.tsx} | 0 client/src/components/auth/{Local.jsx => Local.tsx} | 0 client/src/components/auth/{Telegram.jsx => Telegram.tsx} | 0 .../components/dialogs/{BadgeSelection.jsx => BadgeSelection.tsx} | 0 .../src/components/dialogs/{ClientError.jsx => ClientError.tsx} | 0 .../components/dialogs/{DialogWrapper.jsx => DialogWrapper.tsx} | 0 client/src/components/dialogs/{Feedback.jsx => Feedback.tsx} | 0 client/src/components/dialogs/{Footer.jsx => Footer.tsx} | 0 client/src/components/dialogs/{Header.jsx => Header.tsx} | 0 client/src/components/dialogs/{Help.jsx => Help.tsx} | 0 .../components/dialogs/{NestSubmission.jsx => NestSubmission.tsx} | 0 .../src/components/dialogs/{ResetFilters.jsx => ResetFilters.tsx} | 0 .../src/components/dialogs/{UserOptions.jsx => UserOptions.tsx} | 0 client/src/components/filters/{Advanced.jsx => Advanced.tsx} | 0 client/src/components/filters/{FilterMenu.jsx => FilterMenu.tsx} | 0 client/src/components/filters/{Gender.jsx => Gender.tsx} | 0 client/src/components/filters/{Options.jsx => Options.tsx} | 0 .../filters/{OptionsContainer.jsx => OptionsContainer.tsx} | 0 .../filters/{QuestConditions.jsx => QuestConditions.tsx} | 0 client/src/components/filters/{Size.jsx => Size.tsx} | 0 .../components/filters/{SlotSelection.jsx => SlotSelection.tsx} | 0 .../src/components/filters/{StringFilter.jsx => StringFilter.tsx} | 0 .../inputs/{BasicListButton.jsx => BasicListButton.tsx} | 0 client/src/components/inputs/{BoolToggle.jsx => BoolToggle.tsx} | 0 .../components/inputs/{ExpandCollapse.jsx => ExpandCollapse.tsx} | 0 client/src/components/inputs/{FCSelect.jsx => FCSelect.tsx} | 0 .../components/inputs/{GenericSearch.jsx => GenericSearch.tsx} | 0 .../inputs/{LocaleSelection.jsx => LocaleSelection.tsx} | 0 .../components/inputs/{MultiSelector.jsx => MultiSelector.tsx} | 0 client/src/components/inputs/{SliderTile.jsx => SliderTile.tsx} | 0 client/src/components/inputs/{ThemeToggle.jsx => ThemeToggle.tsx} | 0 .../components/inputs/{VisibleToggle.jsx => VisibleToggle.tsx} | 0 client/src/components/popups/{Coords.jsx => Coords.tsx} | 0 client/src/components/popups/{Dropdown.jsx => Dropdown.tsx} | 0 client/src/components/popups/{ExtraInfo.jsx => ExtraInfo.tsx} | 0 client/src/components/popups/{GenderIcon.jsx => GenderIcon.tsx} | 0 client/src/components/popups/{HeaderImage.jsx => HeaderImage.tsx} | 0 client/src/components/popups/{NameTT.jsx => NameTT.tsx} | 0 client/src/components/popups/{Navigation.jsx => Navigation.tsx} | 0 client/src/components/popups/{PokeMove.jsx => PokeMove.tsx} | 0 client/src/components/popups/{PokeType.jsx => PokeType.tsx} | 0 client/src/components/popups/{PowerUp.jsx => PowerUp.tsx} | 0 client/src/components/popups/{TimeStamps.jsx => TimeStamps.tsx} | 0 client/src/components/popups/{TimeTile.jsx => TimeTile.tsx} | 0 client/src/components/popups/{Timer.jsx => Timer.tsx} | 0 client/src/components/popups/{Title.jsx => Title.tsx} | 0 .../src/components/virtual/{ColoredTile.jsx => ColoredTile.tsx} | 0 .../src/components/virtual/{SelectorItem.jsx => SelectorItem.tsx} | 0 .../src/components/virtual/{StandardItem.jsx => StandardItem.tsx} | 0 client/src/components/virtual/{Table.jsx => Table.tsx} | 0 .../src/components/virtual/{VirtualGrid.jsx => VirtualGrid.tsx} | 0 client/src/features/builder/{DonorPage.jsx => DonorPage.tsx} | 0 client/src/features/builder/{LoginPage.jsx => LoginPage.tsx} | 0 client/src/features/builder/{Motd.jsx => Motd.tsx} | 0 .../builder/components/{CustomButton.jsx => CustomButton.tsx} | 0 .../builder/components/{CustomDialog.jsx => CustomDialog.tsx} | 0 .../builder/components/{CustomText.jsx => CustomText.tsx} | 0 .../builder/components/{CustomTile.jsx => CustomTile.tsx} | 0 .../features/builder/components/{Generator.jsx => Generator.tsx} | 0 .../builder/components/{LinkWrapper.jsx => LinkWrapper.tsx} | 0 client/src/features/builder/{index.js => index.ts} | 0 client/src/features/builder/{utils.js => utils.ts} | 0 client/src/features/device/{DevicePath.jsx => DevicePath.tsx} | 0 client/src/features/device/{DevicePopup.jsx => DevicePopup.tsx} | 0 client/src/features/device/{DeviceTile.jsx => DeviceTile.tsx} | 0 client/src/features/device/{deviceMarker.js => deviceMarker.ts} | 0 client/src/features/device/{index.js => index.ts} | 0 client/src/features/drawer/{Admin.jsx => Admin.tsx} | 0 client/src/features/drawer/{Extras.jsx => Extras.tsx} | 0 client/src/features/drawer/{Routes.jsx => Routes.tsx} | 0 client/src/features/drawer/{S2Cells.jsx => S2Cells.tsx} | 0 client/src/features/drawer/{Stations.jsx => Stations.tsx} | 0 client/src/features/drawer/{Wayfarer.jsx => Wayfarer.tsx} | 0 client/src/features/drawer/areas/{AreaTable.jsx => AreaTable.tsx} | 0 client/src/features/drawer/areas/{Child.jsx => Child.tsx} | 0 client/src/features/drawer/areas/{Parent.jsx => Parent.tsx} | 0 client/src/features/drawer/areas/{index.jsx => index.tsx} | 0 .../src/features/drawer/components/{Actions.jsx => Actions.tsx} | 0 .../src/features/drawer/components/{AllForts.jsx => AllForts.tsx} | 0 .../components/{CollapsibleItem.jsx => CollapsibleItem.tsx} | 0 .../src/features/drawer/components/{Section.jsx => Section.tsx} | 0 .../drawer/components/{SelectorList.jsx => SelectorList.tsx} | 0 client/src/features/drawer/gyms/{GymBadges.jsx => GymBadges.tsx} | 0 client/src/features/drawer/gyms/{Raids.jsx => Raids.tsx} | 0 client/src/features/drawer/gyms/{index.jsx => index.tsx} | 0 client/src/features/drawer/{index.jsx => index.tsx} | 0 .../features/drawer/nests/{ActiveNests.jsx => ActiveNests.tsx} | 0 client/src/features/drawer/nests/{AvgSlider.jsx => AvgSlider.tsx} | 0 .../features/drawer/nests/{NestSelector.jsx => NestSelector.tsx} | 0 client/src/features/drawer/nests/{index.jsx => index.tsx} | 0 .../features/drawer/pokemon/{FilterHelp.jsx => FilterHelp.tsx} | 0 .../drawer/pokemon/{ModeSelector.jsx => ModeSelector.tsx} | 0 .../drawer/pokemon/{PokemonSlider.jsx => PokemonSlider.tsx} | 0 .../features/drawer/pokemon/{PokemonTab.jsx => PokemonTab.tsx} | 0 client/src/features/drawer/pokemon/{index.jsx => index.tsx} | 0 .../features/drawer/pokestops/{EventStops.jsx => EventStops.tsx} | 0 .../features/drawer/pokestops/{Invasions.jsx => Invasions.tsx} | 0 client/src/features/drawer/pokestops/{Lures.jsx => Lures.tsx} | 0 client/src/features/drawer/pokestops/{Quests.jsx => Quests.tsx} | 0 client/src/features/drawer/pokestops/{index.jsx => index.tsx} | 0 client/src/features/drawer/settings/{General.jsx => General.tsx} | 0 client/src/features/drawer/settings/{Holiday.jsx => Holiday.tsx} | 0 client/src/features/drawer/settings/{Icon.jsx => Icon.tsx} | 0 client/src/features/drawer/settings/{UAssets.jsx => UAssets.tsx} | 0 client/src/features/drawer/settings/{index.jsx => index.tsx} | 0 client/src/features/gym/{GymPopup.jsx => GymPopup.tsx} | 0 client/src/features/gym/{GymTile.jsx => GymTile.tsx} | 0 client/src/features/gym/{gymMarker.js => gymMarker.ts} | 0 client/src/features/gym/{index.js => index.ts} | 0 client/src/features/gym/{useWebhook.js => useWebhook.ts} | 0 .../holiday/{HolidayAnimations.js => HolidayAnimations.ts} | 0 .../src/features/holiday/{HolidayEffect.jsx => HolidayEffect.tsx} | 0 client/src/features/holiday/{index.jsx => index.tsx} | 0 client/src/features/holiday/{utils.js => utils.ts} | 0 client/src/features/nest/{NestPopup.jsx => NestPopup.tsx} | 0 client/src/features/nest/{NestTile.jsx => NestTile.tsx} | 0 client/src/features/nest/{index.js => index.ts} | 0 client/src/features/nest/{nestMarker.js => nestMarker.ts} | 0 .../src/features/pokemon/{PokemonPopup.jsx => PokemonPopup.tsx} | 0 client/src/features/pokemon/{PokemonTile.jsx => PokemonTile.tsx} | 0 client/src/features/pokemon/{index.js => index.ts} | 0 .../src/features/pokemon/{pokemonMarker.js => pokemonMarker.ts} | 0 .../features/pokestop/{PokestopPopup.jsx => PokestopPopup.tsx} | 0 .../src/features/pokestop/{PokestopTile.jsx => PokestopTile.tsx} | 0 client/src/features/pokestop/{index.js => index.ts} | 0 .../pokestop/{usePokestopMarker.js => usePokestopMarker.ts} | 0 client/src/features/portal/{PortalPopup.jsx => PortalPopup.tsx} | 0 client/src/features/portal/{PortalTile.jsx => PortalTile.tsx} | 0 client/src/features/portal/{index.js => index.ts} | 0 client/src/features/profile/{Backups.jsx => Backups.tsx} | 0 client/src/features/profile/{ExtraFields.jsx => ExtraFields.tsx} | 0 client/src/features/profile/{GymBadges.jsx => GymBadges.tsx} | 0 .../src/features/profile/{LinkAccounts.jsx => LinkAccounts.tsx} | 0 client/src/features/profile/{Permissions.jsx => Permissions.tsx} | 0 client/src/features/profile/{index.jsx => index.tsx} | 0 client/src/features/route/{RoutePopup.jsx => RoutePopup.tsx} | 0 client/src/features/route/{RouteTile.jsx => RouteTile.tsx} | 0 client/src/features/route/{index.js => index.ts} | 0 client/src/features/route/{routeMarker.js => routeMarker.ts} | 0 .../features/route/{useFormatDistance.js => useFormatDistance.ts} | 0 client/src/features/s2cell/{BaseCell.jsx => BaseCell.tsx} | 0 .../src/features/s2cell/{GenerateCells.jsx => GenerateCells.tsx} | 0 client/src/features/s2cell/{index.js => index.ts} | 0 .../src/features/scanArea/{ScanAreaTile.jsx => ScanAreaTile.tsx} | 0 client/src/features/scanArea/{index.js => index.ts} | 0 .../features/scanCell/{ScanCellPopup.jsx => ScanCellPopup.tsx} | 0 .../src/features/scanCell/{ScanCellTile.jsx => ScanCellTile.tsx} | 0 client/src/features/scanCell/{index.js => index.ts} | 0 .../features/scanCell/{scanCellMarker.js => scanCellMarker.ts} | 0 .../features/scanner/{ContextProvider.jsx => ContextProvider.tsx} | 0 client/src/features/scanner/{Marker.jsx => Marker.tsx} | 0 client/src/features/scanner/{Popup.jsx => Popup.tsx} | 0 client/src/features/scanner/{ScanDialog.jsx => ScanDialog.tsx} | 0 .../src/features/scanner/{ScanOnDemand.jsx => ScanOnDemand.tsx} | 0 client/src/features/scanner/{Shared.jsx => Shared.tsx} | 0 client/src/features/scanner/hooks/{store.js => store.ts} | 0 .../features/scanner/hooks/{useCheckValid.js => useCheckValid.ts} | 0 client/src/features/scanner/{index.js => index.ts} | 0 .../scanner/scanNext/{PopupContent.jsx => PopupContent.tsx} | 0 .../src/features/scanner/scanNext/{getCoords.js => getCoords.ts} | 0 client/src/features/scanner/scanNext/{index.jsx => index.tsx} | 0 .../scanner/scanZone/{AdvAccordion.jsx => AdvAccordion.tsx} | 0 .../scanner/scanZone/{PopupContent.jsx => PopupContent.tsx} | 0 .../src/features/scanner/scanZone/{getCoords.js => getCoords.ts} | 0 client/src/features/scanner/scanZone/{index.jsx => index.tsx} | 0 client/src/features/search/{OptionImage.jsx => OptionImage.tsx} | 0 client/src/features/search/{index.jsx => index.tsx} | 0 client/src/features/search/{renderInput.jsx => renderInput.tsx} | 0 client/src/features/search/{renderOption.jsx => renderOption.tsx} | 0 client/src/features/search/{useSendSearch.js => useSendSearch.ts} | 0 .../spawnpoint/{SpawnpointPopup.jsx => SpawnpointPopup.tsx} | 0 .../spawnpoint/{SpawnpointTile.jsx => SpawnpointTile.tsx} | 0 client/src/features/spawnpoint/{index.js => index.ts} | 0 .../spawnpoint/{spawnpointMarker.js => spawnpointMarker.ts} | 0 .../src/features/station/{StationPopup.jsx => StationPopup.tsx} | 0 client/src/features/station/{StationTile.jsx => StationTile.tsx} | 0 client/src/features/station/{index.js => index.ts} | 0 .../station/{useGetStationMons.js => useGetStationMons.ts} | 0 .../features/station/{useStationMarker.js => useStationMarker.ts} | 0 client/src/features/tutorial/{Advanced.jsx => Advanced.tsx} | 0 client/src/features/tutorial/{Closing.jsx => Closing.tsx} | 0 client/src/features/tutorial/{Popups.jsx => Popups.tsx} | 0 client/src/features/tutorial/{Sidebar.jsx => Sidebar.tsx} | 0 client/src/features/tutorial/{Sliders.jsx => Sliders.tsx} | 0 client/src/features/tutorial/{Welcome.jsx => Welcome.tsx} | 0 client/src/features/tutorial/{data.js => data.ts} | 0 client/src/features/tutorial/{index.jsx => index.tsx} | 0 client/src/features/wayfarer/{PoI.jsx => PoI.tsx} | 0 client/src/features/wayfarer/{S14Cell.jsx => S14Cell.tsx} | 0 client/src/features/wayfarer/{S17Cell.jsx => S17Cell.tsx} | 0 .../features/wayfarer/{WayfarerPopup.jsx => WayfarerPopup.tsx} | 0 .../src/features/wayfarer/{WayfarerTile.jsx => WayfarerTile.tsx} | 0 client/src/features/wayfarer/{index.js => index.ts} | 0 client/src/features/wayfarer/{typeCell.js => typeCell.ts} | 0 .../src/features/weather/{ActiveWeather.jsx => ActiveWeather.tsx} | 0 .../src/features/weather/{WeatherPopup.jsx => WeatherPopup.tsx} | 0 client/src/features/weather/{WeatherTile.jsx => WeatherTile.tsx} | 0 client/src/features/weather/{index.js => index.ts} | 0 .../src/features/weather/{weatherMarker.js => weatherMarker.ts} | 0 client/src/features/webhooks/{Error.jsx => Error.tsx} | 0 client/src/features/webhooks/{Manage.jsx => Manage.tsx} | 0 .../src/features/webhooks/{Notification.jsx => Notification.tsx} | 0 client/src/features/webhooks/{Selecting.jsx => Selecting.tsx} | 0 client/src/features/webhooks/{Tracked.jsx => Tracked.tsx} | 0 client/src/features/webhooks/{Webhook.jsx => Webhook.tsx} | 0 client/src/features/webhooks/{WebhookAdv.jsx => WebhookAdv.tsx} | 0 .../webhooks/hooks/{useGenFilters.js => useGenFilters.ts} | 0 .../features/webhooks/hooks/{useGetAreas.js => useGetAreas.ts} | 0 .../webhooks/hooks/{useGetHookContext.js => useGetHookContext.ts} | 0 .../webhooks/hooks/{useGetWebhookData.js => useGetWebhookData.ts} | 0 .../features/webhooks/hooks/{useSyncData.js => useSyncData.ts} | 0 .../src/features/webhooks/human/{Draggable.jsx => Draggable.tsx} | 0 client/src/features/webhooks/human/{Location.jsx => Location.tsx} | 0 .../features/webhooks/human/area/{AreaChip.jsx => AreaChip.tsx} | 0 .../features/webhooks/human/area/{AreaGroup.jsx => AreaGroup.tsx} | 0 .../webhooks/human/area/{AreaSelection.jsx => AreaSelection.tsx} | 0 .../features/webhooks/human/area/{Selected.jsx => Selected.tsx} | 0 client/src/features/webhooks/human/area/{index.jsx => index.tsx} | 0 client/src/features/webhooks/human/{index.jsx => index.tsx} | 0 .../human/profile/{ActiveHourChip.jsx => ActiveHourChip.tsx} | 0 .../webhooks/human/profile/{CopyView.jsx => CopyView.tsx} | 0 .../webhooks/human/profile/{DeleteVIew.jsx => DeleteVIew.tsx} | 0 .../webhooks/human/profile/{EditView.jsx => EditView.tsx} | 0 .../webhooks/human/profile/{NewProfile.jsx => NewProfile.tsx} | 0 .../webhooks/human/profile/{ProfileTile.jsx => ProfileTile.tsx} | 0 .../webhooks/human/profile/{ProfileView.jsx => ProfileView.tsx} | 0 .../webhooks/human/profile/{handleUpdate.js => handleUpdate.ts} | 0 .../src/features/webhooks/human/profile/{index.jsx => index.tsx} | 0 .../webhooks/human/status/{EnableSwitch.jsx => EnableSwitch.tsx} | 0 .../human/status/{HookSelection.jsx => HookSelection.tsx} | 0 .../human/status/{ProfileSelect.jsx => ProfileSelect.tsx} | 0 .../src/features/webhooks/human/status/{index.jsx => index.tsx} | 0 client/src/features/webhooks/{index.js => index.ts} | 0 client/src/features/webhooks/services/{Poracle.js => Poracle.ts} | 0 .../features/webhooks/tiles/{TrackedTile.jsx => TrackedTile.tsx} | 0 .../features/webhooks/tiles/{WebhookItem.jsx => WebhookItem.tsx} | 0 client/src/hooks/{useAnalytics.js => useAnalytics.ts} | 0 client/src/hooks/{useFilter.js => useFilter.ts} | 0 client/src/hooks/{useForcePopup.js => useForcePopup.tsx} | 0 client/src/hooks/{useGetAvailable.js => useGetAvailable.ts} | 0 client/src/hooks/{useHideElement.js => useHideElement.ts} | 0 client/src/hooks/{useLocation.js => useLocation.ts} | 0 client/src/hooks/{useMapData.js => useMapData.ts} | 0 client/src/hooks/{useMarkerTimer.js => useMarkerTimer.tsx} | 0 client/src/hooks/{useOpacity.js => useOpacity.ts} | 0 client/src/hooks/{useProcessError.js => useProcessError.ts} | 0 client/src/hooks/{useRelativeTime.js => useRelativeTime.ts} | 0 client/src/hooks/{useTranslateById.js => useTranslateById.ts} | 0 client/src/{index.jsx => index.tsx} | 0 client/src/pages/{Blocked.jsx => Blocked.tsx} | 0 client/src/pages/{Error.jsx => Error.tsx} | 0 client/src/pages/{Reset.jsx => Reset.tsx} | 0 .../pages/data/components/{Notification.jsx => Notification.tsx} | 0 .../pages/data/components/{ResetFilters.jsx => ResetFilters.tsx} | 0 .../pages/data/components/{ResetGeneral.jsx => ResetGeneral.tsx} | 0 client/src/pages/data/components/{Shared.jsx => Shared.tsx} | 0 client/src/pages/data/components/{TopRow.jsx => TopRow.tsx} | 0 client/src/pages/data/hooks/{store.js => store.ts} | 0 client/src/pages/data/{index.jsx => index.tsx} | 0 client/src/pages/{index.jsx => index.tsx} | 0 .../src/pages/locales/components/{AllSwitch.jsx => AllSwitch.tsx} | 0 .../pages/locales/components/{EditLocale.jsx => EditLocale.tsx} | 0 .../locales/components/{LocalesFooter.jsx => LocalesFooter.tsx} | 0 .../locales/components/{LocalesHeader.jsx => LocalesHeader.tsx} | 0 .../locales/components/{LocalesTable.jsx => LocalesTable.tsx} | 0 client/src/pages/locales/hooks/{store.js => store.ts} | 0 client/src/pages/locales/{index.jsx => index.tsx} | 0 client/src/pages/login/{DefaultPage.jsx => DefaultPage.tsx} | 0 client/src/pages/login/{Methods.jsx => Methods.tsx} | 0 client/src/pages/login/{index.jsx => index.tsx} | 0 .../src/pages/map/components/{Clustering.jsx => Clustering.tsx} | 0 client/src/pages/map/components/{Container.jsx => Container.tsx} | 0 client/src/pages/map/components/{Data.jsx => Data.tsx} | 0 client/src/pages/map/components/{Effects.jsx => Effects.tsx} | 0 .../src/pages/map/components/{FloatingBtn.jsx => FloatingBtn.tsx} | 0 client/src/pages/map/components/{Layers.jsx => Layers.tsx} | 0 client/src/pages/map/components/{Nav.jsx => Nav.tsx} | 0 client/src/pages/map/components/{QueryData.jsx => QueryData.tsx} | 0 .../pages/map/components/{WebhookQuery.jsx => WebhookQuery.tsx} | 0 client/src/pages/map/hooks/{useGenGyms.js => useGenGyms.ts} | 0 client/src/pages/map/hooks/{useGenPokemon.js => useGenPokemon.ts} | 0 .../pages/map/hooks/{useGenPokestops.js => useGenPokestops.ts} | 0 client/src/pages/map/hooks/{usePermCheck.js => usePermCheck.ts} | 0 client/src/pages/map/hooks/{useTileLayer.js => useTileLayer.ts} | 0 client/src/pages/map/{index.jsx => index.tsx} | 0 client/src/pages/map/{tileObject.js => tileObject.ts} | 0 .../components/{ComponentMenu.jsx => ComponentMenu.tsx} | 0 .../pages/playground/components/{Download.jsx => Download.tsx} | 0 client/src/pages/playground/components/{Editor.jsx => Editor.tsx} | 0 .../playground/components/{LocaleMenu.jsx => LocaleMenu.tsx} | 0 .../pages/playground/components/{MainMenu.jsx => MainMenu.tsx} | 0 client/src/pages/playground/components/{Save.jsx => Save.tsx} | 0 client/src/pages/playground/components/{Status.jsx => Status.tsx} | 0 client/src/pages/playground/components/{Theme.jsx => Theme.tsx} | 0 .../playground/components/{ToggleEditor.jsx => ToggleEditor.tsx} | 0 .../src/pages/playground/components/{Toolbar.jsx => Toolbar.tsx} | 0 client/src/pages/playground/components/{Viewer.jsx => Viewer.tsx} | 0 client/src/pages/playground/hooks/{store.js => store.ts} | 0 .../pages/playground/hooks/{useSafeParse.js => useSafeParse.ts} | 0 client/src/pages/playground/{index.jsx => index.tsx} | 0 client/src/services/{Assets.js => Assets.ts} | 0 client/src/services/{Sentry.js => Sentry.ts} | 0 client/src/services/{SimpleTTLCache.js => SimpleTTLCache.ts} | 0 .../services/apollo/{AbortableContext.js => AbortableContext.ts} | 0 client/src/services/apollo/{AbortableLink.js => AbortableLink.ts} | 0 client/src/services/apollo/{RobustTimeout.js => RobustTimeout.ts} | 0 client/src/services/apollo/{index.js => index.ts} | 0 .../services/{desktopNotification.js => desktopNotification.ts} | 0 client/src/services/{events.js => events.ts} | 0 client/src/services/{fetches.js => fetches.ts} | 0 client/src/services/{i18n.js => i18n.ts} | 0 client/src/services/queries/{available.js => available.ts} | 0 client/src/services/queries/{config.js => config.ts} | 0 client/src/services/queries/{device.js => device.ts} | 0 client/src/services/queries/{geocoder.js => geocoder.ts} | 0 client/src/services/queries/{gym.js => gym.ts} | 0 client/src/services/queries/{index.js => index.ts} | 0 client/src/services/queries/{nest.js => nest.ts} | 0 client/src/services/queries/{pokemon.js => pokemon.ts} | 0 client/src/services/queries/{pokestop.js => pokestop.ts} | 0 client/src/services/queries/{portal.js => portal.ts} | 0 client/src/services/queries/{route.js => route.ts} | 0 client/src/services/queries/{s2cell.js => s2cell.ts} | 0 client/src/services/queries/{scanAreas.js => scanAreas.ts} | 0 client/src/services/queries/{scanCell.js => scanCell.ts} | 0 client/src/services/queries/{scanner.js => scanner.ts} | 0 client/src/services/queries/{search.js => search.ts} | 0 client/src/services/queries/{spawnpoint.js => spawnpoint.ts} | 0 client/src/services/queries/{station.js => station.ts} | 0 .../services/queries/{submissionCells.js => submissionCells.ts} | 0 client/src/services/queries/{user.js => user.ts} | 0 client/src/services/queries/{weather.js => weather.ts} | 0 client/src/services/queries/{webhook.js => webhook.ts} | 0 client/src/store/{useFormatStore.js => useFormatStore.ts} | 0 client/src/store/{useLayoutStore.js => useLayoutStore.ts} | 0 client/src/store/{useMapStore.js => useMapStore.ts} | 0 client/src/store/{useMemory.js => useMemory.ts} | 0 client/src/store/{useStorage.js => useStorage.tsx} | 0 client/src/store/{useWebhookStore.js => useWebhookStore.ts} | 0 client/src/utils/{analytics.js => analytics.ts} | 0 client/src/utils/{applyToAll.js => applyToAll.ts} | 0 client/src/utils/{checkAdvFilter.js => checkAdvFilter.ts} | 0 client/src/utils/{dayCheck.js => dayCheck.ts} | 0 client/src/utils/{deepMerge.js => deepMerge.ts} | 0 client/src/utils/{downloadJson.js => downloadJson.ts} | 0 client/src/utils/{formatDistance.js => formatDistance.ts} | 0 client/src/utils/{formatInterval.js => formatInterval.ts} | 0 client/src/utils/{fromSearchCategory.js => fromSearchCategory.ts} | 0 client/src/utils/{generateSlots.js => generateSlots.ts} | 0 client/src/utils/{getAttackBonus.js => getAttackBonus.ts} | 0 client/src/utils/{getBadge.js => getBadge.ts} | 0 client/src/utils/{getGlowRules.js => getGlowRules.ts} | 0 client/src/utils/{getGruntReward.js => getGruntReward.ts} | 0 client/src/utils/{getQueryArgs.js => getQueryArgs.ts} | 0 client/src/utils/{getRewardInfo.js => getRewardInfo.ts} | 0 client/src/utils/{getTileBackground.js => getTileBackground.ts} | 0 client/src/utils/{getTimeUntil.js => getTimeUntil.ts} | 0 client/src/utils/{hasAll.js => hasAll.ts} | 0 .../utils/{isLocalStorageEnabled.js => isLocalStorageEnabled.ts} | 0 client/src/utils/{offset.js => offset.ts} | 0 client/src/utils/{parseConditions.js => parseConditions.ts} | 0 client/src/utils/{resetState.js => resetState.ts} | 0 client/src/utils/{setDeep.js => setDeep.ts} | 0 client/src/utils/{setLoadingText.js => setLoadingText.ts} | 0 client/src/utils/{strings.js => strings.ts} | 0 client/src/utils/{timeCheck.js => timeCheck.ts} | 0 client/{vite.config.js => vite.config.ts} | 0 386 files changed, 0 insertions(+), 0 deletions(-) rename client/src/{App.jsx => App.tsx} (100%) rename client/src/assets/{constants.js => constants.ts} (100%) rename client/src/assets/{fallbackMarker.js => fallbackMarker.ts} (100%) rename client/src/assets/{theme.js => theme.tsx} (100%) rename client/src/components/{BasicAccordion.jsx => BasicAccordion.tsx} (100%) rename client/src/components/{Config.jsx => Config.tsx} (100%) rename client/src/components/{ErrorBoundary.jsx => ErrorBoundary.tsx} (100%) rename client/src/components/{Global.jsx => Global.tsx} (100%) rename client/src/components/{I.jsx => I.tsx} (100%) rename client/src/components/{Img.jsx => Img.tsx} (100%) rename client/src/components/{Loading.jsx => Loading.tsx} (100%) rename client/src/components/{Menu.jsx => Menu.tsx} (100%) rename client/src/components/{Notification.jsx => Notification.tsx} (100%) rename client/src/components/{QuestTitle.jsx => QuestTitle.tsx} (100%) rename client/src/components/{StatusIcon.jsx => StatusIcon.tsx} (100%) rename client/src/components/{StyledDivider.jsx => StyledDivider.tsx} (100%) rename client/src/components/{TabPanel.jsx => TabPanel.tsx} (100%) rename client/src/components/{ToggleTypography.jsx => ToggleTypography.tsx} (100%) rename client/src/components/{ToolTipWrapper.jsx => ToolTipWrapper.tsx} (100%) rename client/src/components/auth/{Discord.jsx => Discord.tsx} (100%) rename client/src/components/auth/{Local.jsx => Local.tsx} (100%) rename client/src/components/auth/{Telegram.jsx => Telegram.tsx} (100%) rename client/src/components/dialogs/{BadgeSelection.jsx => BadgeSelection.tsx} (100%) rename client/src/components/dialogs/{ClientError.jsx => ClientError.tsx} (100%) rename client/src/components/dialogs/{DialogWrapper.jsx => DialogWrapper.tsx} (100%) rename client/src/components/dialogs/{Feedback.jsx => Feedback.tsx} (100%) rename client/src/components/dialogs/{Footer.jsx => Footer.tsx} (100%) rename client/src/components/dialogs/{Header.jsx => Header.tsx} (100%) rename client/src/components/dialogs/{Help.jsx => Help.tsx} (100%) rename client/src/components/dialogs/{NestSubmission.jsx => NestSubmission.tsx} (100%) rename client/src/components/dialogs/{ResetFilters.jsx => ResetFilters.tsx} (100%) rename client/src/components/dialogs/{UserOptions.jsx => UserOptions.tsx} (100%) rename client/src/components/filters/{Advanced.jsx => Advanced.tsx} (100%) rename client/src/components/filters/{FilterMenu.jsx => FilterMenu.tsx} (100%) rename client/src/components/filters/{Gender.jsx => Gender.tsx} (100%) rename client/src/components/filters/{Options.jsx => Options.tsx} (100%) rename client/src/components/filters/{OptionsContainer.jsx => OptionsContainer.tsx} (100%) rename client/src/components/filters/{QuestConditions.jsx => QuestConditions.tsx} (100%) rename client/src/components/filters/{Size.jsx => Size.tsx} (100%) rename client/src/components/filters/{SlotSelection.jsx => SlotSelection.tsx} (100%) rename client/src/components/filters/{StringFilter.jsx => StringFilter.tsx} (100%) rename client/src/components/inputs/{BasicListButton.jsx => BasicListButton.tsx} (100%) rename client/src/components/inputs/{BoolToggle.jsx => BoolToggle.tsx} (100%) rename client/src/components/inputs/{ExpandCollapse.jsx => ExpandCollapse.tsx} (100%) rename client/src/components/inputs/{FCSelect.jsx => FCSelect.tsx} (100%) rename client/src/components/inputs/{GenericSearch.jsx => GenericSearch.tsx} (100%) rename client/src/components/inputs/{LocaleSelection.jsx => LocaleSelection.tsx} (100%) rename client/src/components/inputs/{MultiSelector.jsx => MultiSelector.tsx} (100%) rename client/src/components/inputs/{SliderTile.jsx => SliderTile.tsx} (100%) rename client/src/components/inputs/{ThemeToggle.jsx => ThemeToggle.tsx} (100%) rename client/src/components/inputs/{VisibleToggle.jsx => VisibleToggle.tsx} (100%) rename client/src/components/popups/{Coords.jsx => Coords.tsx} (100%) rename client/src/components/popups/{Dropdown.jsx => Dropdown.tsx} (100%) rename client/src/components/popups/{ExtraInfo.jsx => ExtraInfo.tsx} (100%) rename client/src/components/popups/{GenderIcon.jsx => GenderIcon.tsx} (100%) rename client/src/components/popups/{HeaderImage.jsx => HeaderImage.tsx} (100%) rename client/src/components/popups/{NameTT.jsx => NameTT.tsx} (100%) rename client/src/components/popups/{Navigation.jsx => Navigation.tsx} (100%) rename client/src/components/popups/{PokeMove.jsx => PokeMove.tsx} (100%) rename client/src/components/popups/{PokeType.jsx => PokeType.tsx} (100%) rename client/src/components/popups/{PowerUp.jsx => PowerUp.tsx} (100%) rename client/src/components/popups/{TimeStamps.jsx => TimeStamps.tsx} (100%) rename client/src/components/popups/{TimeTile.jsx => TimeTile.tsx} (100%) rename client/src/components/popups/{Timer.jsx => Timer.tsx} (100%) rename client/src/components/popups/{Title.jsx => Title.tsx} (100%) rename client/src/components/virtual/{ColoredTile.jsx => ColoredTile.tsx} (100%) rename client/src/components/virtual/{SelectorItem.jsx => SelectorItem.tsx} (100%) rename client/src/components/virtual/{StandardItem.jsx => StandardItem.tsx} (100%) rename client/src/components/virtual/{Table.jsx => Table.tsx} (100%) rename client/src/components/virtual/{VirtualGrid.jsx => VirtualGrid.tsx} (100%) rename client/src/features/builder/{DonorPage.jsx => DonorPage.tsx} (100%) rename client/src/features/builder/{LoginPage.jsx => LoginPage.tsx} (100%) rename client/src/features/builder/{Motd.jsx => Motd.tsx} (100%) rename client/src/features/builder/components/{CustomButton.jsx => CustomButton.tsx} (100%) rename client/src/features/builder/components/{CustomDialog.jsx => CustomDialog.tsx} (100%) rename client/src/features/builder/components/{CustomText.jsx => CustomText.tsx} (100%) rename client/src/features/builder/components/{CustomTile.jsx => CustomTile.tsx} (100%) rename client/src/features/builder/components/{Generator.jsx => Generator.tsx} (100%) rename client/src/features/builder/components/{LinkWrapper.jsx => LinkWrapper.tsx} (100%) rename client/src/features/builder/{index.js => index.ts} (100%) rename client/src/features/builder/{utils.js => utils.ts} (100%) rename client/src/features/device/{DevicePath.jsx => DevicePath.tsx} (100%) rename client/src/features/device/{DevicePopup.jsx => DevicePopup.tsx} (100%) rename client/src/features/device/{DeviceTile.jsx => DeviceTile.tsx} (100%) rename client/src/features/device/{deviceMarker.js => deviceMarker.ts} (100%) rename client/src/features/device/{index.js => index.ts} (100%) rename client/src/features/drawer/{Admin.jsx => Admin.tsx} (100%) rename client/src/features/drawer/{Extras.jsx => Extras.tsx} (100%) rename client/src/features/drawer/{Routes.jsx => Routes.tsx} (100%) rename client/src/features/drawer/{S2Cells.jsx => S2Cells.tsx} (100%) rename client/src/features/drawer/{Stations.jsx => Stations.tsx} (100%) rename client/src/features/drawer/{Wayfarer.jsx => Wayfarer.tsx} (100%) rename client/src/features/drawer/areas/{AreaTable.jsx => AreaTable.tsx} (100%) rename client/src/features/drawer/areas/{Child.jsx => Child.tsx} (100%) rename client/src/features/drawer/areas/{Parent.jsx => Parent.tsx} (100%) rename client/src/features/drawer/areas/{index.jsx => index.tsx} (100%) rename client/src/features/drawer/components/{Actions.jsx => Actions.tsx} (100%) rename client/src/features/drawer/components/{AllForts.jsx => AllForts.tsx} (100%) rename client/src/features/drawer/components/{CollapsibleItem.jsx => CollapsibleItem.tsx} (100%) rename client/src/features/drawer/components/{Section.jsx => Section.tsx} (100%) rename client/src/features/drawer/components/{SelectorList.jsx => SelectorList.tsx} (100%) rename client/src/features/drawer/gyms/{GymBadges.jsx => GymBadges.tsx} (100%) rename client/src/features/drawer/gyms/{Raids.jsx => Raids.tsx} (100%) rename client/src/features/drawer/gyms/{index.jsx => index.tsx} (100%) rename client/src/features/drawer/{index.jsx => index.tsx} (100%) rename client/src/features/drawer/nests/{ActiveNests.jsx => ActiveNests.tsx} (100%) rename client/src/features/drawer/nests/{AvgSlider.jsx => AvgSlider.tsx} (100%) rename client/src/features/drawer/nests/{NestSelector.jsx => NestSelector.tsx} (100%) rename client/src/features/drawer/nests/{index.jsx => index.tsx} (100%) rename client/src/features/drawer/pokemon/{FilterHelp.jsx => FilterHelp.tsx} (100%) rename client/src/features/drawer/pokemon/{ModeSelector.jsx => ModeSelector.tsx} (100%) rename client/src/features/drawer/pokemon/{PokemonSlider.jsx => PokemonSlider.tsx} (100%) rename client/src/features/drawer/pokemon/{PokemonTab.jsx => PokemonTab.tsx} (100%) rename client/src/features/drawer/pokemon/{index.jsx => index.tsx} (100%) rename client/src/features/drawer/pokestops/{EventStops.jsx => EventStops.tsx} (100%) rename client/src/features/drawer/pokestops/{Invasions.jsx => Invasions.tsx} (100%) rename client/src/features/drawer/pokestops/{Lures.jsx => Lures.tsx} (100%) rename client/src/features/drawer/pokestops/{Quests.jsx => Quests.tsx} (100%) rename client/src/features/drawer/pokestops/{index.jsx => index.tsx} (100%) rename client/src/features/drawer/settings/{General.jsx => General.tsx} (100%) rename client/src/features/drawer/settings/{Holiday.jsx => Holiday.tsx} (100%) rename client/src/features/drawer/settings/{Icon.jsx => Icon.tsx} (100%) rename client/src/features/drawer/settings/{UAssets.jsx => UAssets.tsx} (100%) rename client/src/features/drawer/settings/{index.jsx => index.tsx} (100%) rename client/src/features/gym/{GymPopup.jsx => GymPopup.tsx} (100%) rename client/src/features/gym/{GymTile.jsx => GymTile.tsx} (100%) rename client/src/features/gym/{gymMarker.js => gymMarker.ts} (100%) rename client/src/features/gym/{index.js => index.ts} (100%) rename client/src/features/gym/{useWebhook.js => useWebhook.ts} (100%) rename client/src/features/holiday/{HolidayAnimations.js => HolidayAnimations.ts} (100%) rename client/src/features/holiday/{HolidayEffect.jsx => HolidayEffect.tsx} (100%) rename client/src/features/holiday/{index.jsx => index.tsx} (100%) rename client/src/features/holiday/{utils.js => utils.ts} (100%) rename client/src/features/nest/{NestPopup.jsx => NestPopup.tsx} (100%) rename client/src/features/nest/{NestTile.jsx => NestTile.tsx} (100%) rename client/src/features/nest/{index.js => index.ts} (100%) rename client/src/features/nest/{nestMarker.js => nestMarker.ts} (100%) rename client/src/features/pokemon/{PokemonPopup.jsx => PokemonPopup.tsx} (100%) rename client/src/features/pokemon/{PokemonTile.jsx => PokemonTile.tsx} (100%) rename client/src/features/pokemon/{index.js => index.ts} (100%) rename client/src/features/pokemon/{pokemonMarker.js => pokemonMarker.ts} (100%) rename client/src/features/pokestop/{PokestopPopup.jsx => PokestopPopup.tsx} (100%) rename client/src/features/pokestop/{PokestopTile.jsx => PokestopTile.tsx} (100%) rename client/src/features/pokestop/{index.js => index.ts} (100%) rename client/src/features/pokestop/{usePokestopMarker.js => usePokestopMarker.ts} (100%) rename client/src/features/portal/{PortalPopup.jsx => PortalPopup.tsx} (100%) rename client/src/features/portal/{PortalTile.jsx => PortalTile.tsx} (100%) rename client/src/features/portal/{index.js => index.ts} (100%) rename client/src/features/profile/{Backups.jsx => Backups.tsx} (100%) rename client/src/features/profile/{ExtraFields.jsx => ExtraFields.tsx} (100%) rename client/src/features/profile/{GymBadges.jsx => GymBadges.tsx} (100%) rename client/src/features/profile/{LinkAccounts.jsx => LinkAccounts.tsx} (100%) rename client/src/features/profile/{Permissions.jsx => Permissions.tsx} (100%) rename client/src/features/profile/{index.jsx => index.tsx} (100%) rename client/src/features/route/{RoutePopup.jsx => RoutePopup.tsx} (100%) rename client/src/features/route/{RouteTile.jsx => RouteTile.tsx} (100%) rename client/src/features/route/{index.js => index.ts} (100%) rename client/src/features/route/{routeMarker.js => routeMarker.ts} (100%) rename client/src/features/route/{useFormatDistance.js => useFormatDistance.ts} (100%) rename client/src/features/s2cell/{BaseCell.jsx => BaseCell.tsx} (100%) rename client/src/features/s2cell/{GenerateCells.jsx => GenerateCells.tsx} (100%) rename client/src/features/s2cell/{index.js => index.ts} (100%) rename client/src/features/scanArea/{ScanAreaTile.jsx => ScanAreaTile.tsx} (100%) rename client/src/features/scanArea/{index.js => index.ts} (100%) rename client/src/features/scanCell/{ScanCellPopup.jsx => ScanCellPopup.tsx} (100%) rename client/src/features/scanCell/{ScanCellTile.jsx => ScanCellTile.tsx} (100%) rename client/src/features/scanCell/{index.js => index.ts} (100%) rename client/src/features/scanCell/{scanCellMarker.js => scanCellMarker.ts} (100%) rename client/src/features/scanner/{ContextProvider.jsx => ContextProvider.tsx} (100%) rename client/src/features/scanner/{Marker.jsx => Marker.tsx} (100%) rename client/src/features/scanner/{Popup.jsx => Popup.tsx} (100%) rename client/src/features/scanner/{ScanDialog.jsx => ScanDialog.tsx} (100%) rename client/src/features/scanner/{ScanOnDemand.jsx => ScanOnDemand.tsx} (100%) rename client/src/features/scanner/{Shared.jsx => Shared.tsx} (100%) rename client/src/features/scanner/hooks/{store.js => store.ts} (100%) rename client/src/features/scanner/hooks/{useCheckValid.js => useCheckValid.ts} (100%) rename client/src/features/scanner/{index.js => index.ts} (100%) rename client/src/features/scanner/scanNext/{PopupContent.jsx => PopupContent.tsx} (100%) rename client/src/features/scanner/scanNext/{getCoords.js => getCoords.ts} (100%) rename client/src/features/scanner/scanNext/{index.jsx => index.tsx} (100%) rename client/src/features/scanner/scanZone/{AdvAccordion.jsx => AdvAccordion.tsx} (100%) rename client/src/features/scanner/scanZone/{PopupContent.jsx => PopupContent.tsx} (100%) rename client/src/features/scanner/scanZone/{getCoords.js => getCoords.ts} (100%) rename client/src/features/scanner/scanZone/{index.jsx => index.tsx} (100%) rename client/src/features/search/{OptionImage.jsx => OptionImage.tsx} (100%) rename client/src/features/search/{index.jsx => index.tsx} (100%) rename client/src/features/search/{renderInput.jsx => renderInput.tsx} (100%) rename client/src/features/search/{renderOption.jsx => renderOption.tsx} (100%) rename client/src/features/search/{useSendSearch.js => useSendSearch.ts} (100%) rename client/src/features/spawnpoint/{SpawnpointPopup.jsx => SpawnpointPopup.tsx} (100%) rename client/src/features/spawnpoint/{SpawnpointTile.jsx => SpawnpointTile.tsx} (100%) rename client/src/features/spawnpoint/{index.js => index.ts} (100%) rename client/src/features/spawnpoint/{spawnpointMarker.js => spawnpointMarker.ts} (100%) rename client/src/features/station/{StationPopup.jsx => StationPopup.tsx} (100%) rename client/src/features/station/{StationTile.jsx => StationTile.tsx} (100%) rename client/src/features/station/{index.js => index.ts} (100%) rename client/src/features/station/{useGetStationMons.js => useGetStationMons.ts} (100%) rename client/src/features/station/{useStationMarker.js => useStationMarker.ts} (100%) rename client/src/features/tutorial/{Advanced.jsx => Advanced.tsx} (100%) rename client/src/features/tutorial/{Closing.jsx => Closing.tsx} (100%) rename client/src/features/tutorial/{Popups.jsx => Popups.tsx} (100%) rename client/src/features/tutorial/{Sidebar.jsx => Sidebar.tsx} (100%) rename client/src/features/tutorial/{Sliders.jsx => Sliders.tsx} (100%) rename client/src/features/tutorial/{Welcome.jsx => Welcome.tsx} (100%) rename client/src/features/tutorial/{data.js => data.ts} (100%) rename client/src/features/tutorial/{index.jsx => index.tsx} (100%) rename client/src/features/wayfarer/{PoI.jsx => PoI.tsx} (100%) rename client/src/features/wayfarer/{S14Cell.jsx => S14Cell.tsx} (100%) rename client/src/features/wayfarer/{S17Cell.jsx => S17Cell.tsx} (100%) rename client/src/features/wayfarer/{WayfarerPopup.jsx => WayfarerPopup.tsx} (100%) rename client/src/features/wayfarer/{WayfarerTile.jsx => WayfarerTile.tsx} (100%) rename client/src/features/wayfarer/{index.js => index.ts} (100%) rename client/src/features/wayfarer/{typeCell.js => typeCell.ts} (100%) rename client/src/features/weather/{ActiveWeather.jsx => ActiveWeather.tsx} (100%) rename client/src/features/weather/{WeatherPopup.jsx => WeatherPopup.tsx} (100%) rename client/src/features/weather/{WeatherTile.jsx => WeatherTile.tsx} (100%) rename client/src/features/weather/{index.js => index.ts} (100%) rename client/src/features/weather/{weatherMarker.js => weatherMarker.ts} (100%) rename client/src/features/webhooks/{Error.jsx => Error.tsx} (100%) rename client/src/features/webhooks/{Manage.jsx => Manage.tsx} (100%) rename client/src/features/webhooks/{Notification.jsx => Notification.tsx} (100%) rename client/src/features/webhooks/{Selecting.jsx => Selecting.tsx} (100%) rename client/src/features/webhooks/{Tracked.jsx => Tracked.tsx} (100%) rename client/src/features/webhooks/{Webhook.jsx => Webhook.tsx} (100%) rename client/src/features/webhooks/{WebhookAdv.jsx => WebhookAdv.tsx} (100%) rename client/src/features/webhooks/hooks/{useGenFilters.js => useGenFilters.ts} (100%) rename client/src/features/webhooks/hooks/{useGetAreas.js => useGetAreas.ts} (100%) rename client/src/features/webhooks/hooks/{useGetHookContext.js => useGetHookContext.ts} (100%) rename client/src/features/webhooks/hooks/{useGetWebhookData.js => useGetWebhookData.ts} (100%) rename client/src/features/webhooks/hooks/{useSyncData.js => useSyncData.ts} (100%) rename client/src/features/webhooks/human/{Draggable.jsx => Draggable.tsx} (100%) rename client/src/features/webhooks/human/{Location.jsx => Location.tsx} (100%) rename client/src/features/webhooks/human/area/{AreaChip.jsx => AreaChip.tsx} (100%) rename client/src/features/webhooks/human/area/{AreaGroup.jsx => AreaGroup.tsx} (100%) rename client/src/features/webhooks/human/area/{AreaSelection.jsx => AreaSelection.tsx} (100%) rename client/src/features/webhooks/human/area/{Selected.jsx => Selected.tsx} (100%) rename client/src/features/webhooks/human/area/{index.jsx => index.tsx} (100%) rename client/src/features/webhooks/human/{index.jsx => index.tsx} (100%) rename client/src/features/webhooks/human/profile/{ActiveHourChip.jsx => ActiveHourChip.tsx} (100%) rename client/src/features/webhooks/human/profile/{CopyView.jsx => CopyView.tsx} (100%) rename client/src/features/webhooks/human/profile/{DeleteVIew.jsx => DeleteVIew.tsx} (100%) rename client/src/features/webhooks/human/profile/{EditView.jsx => EditView.tsx} (100%) rename client/src/features/webhooks/human/profile/{NewProfile.jsx => NewProfile.tsx} (100%) rename client/src/features/webhooks/human/profile/{ProfileTile.jsx => ProfileTile.tsx} (100%) rename client/src/features/webhooks/human/profile/{ProfileView.jsx => ProfileView.tsx} (100%) rename client/src/features/webhooks/human/profile/{handleUpdate.js => handleUpdate.ts} (100%) rename client/src/features/webhooks/human/profile/{index.jsx => index.tsx} (100%) rename client/src/features/webhooks/human/status/{EnableSwitch.jsx => EnableSwitch.tsx} (100%) rename client/src/features/webhooks/human/status/{HookSelection.jsx => HookSelection.tsx} (100%) rename client/src/features/webhooks/human/status/{ProfileSelect.jsx => ProfileSelect.tsx} (100%) rename client/src/features/webhooks/human/status/{index.jsx => index.tsx} (100%) rename client/src/features/webhooks/{index.js => index.ts} (100%) rename client/src/features/webhooks/services/{Poracle.js => Poracle.ts} (100%) rename client/src/features/webhooks/tiles/{TrackedTile.jsx => TrackedTile.tsx} (100%) rename client/src/features/webhooks/tiles/{WebhookItem.jsx => WebhookItem.tsx} (100%) rename client/src/hooks/{useAnalytics.js => useAnalytics.ts} (100%) rename client/src/hooks/{useFilter.js => useFilter.ts} (100%) rename client/src/hooks/{useForcePopup.js => useForcePopup.tsx} (100%) rename client/src/hooks/{useGetAvailable.js => useGetAvailable.ts} (100%) rename client/src/hooks/{useHideElement.js => useHideElement.ts} (100%) rename client/src/hooks/{useLocation.js => useLocation.ts} (100%) rename client/src/hooks/{useMapData.js => useMapData.ts} (100%) rename client/src/hooks/{useMarkerTimer.js => useMarkerTimer.tsx} (100%) rename client/src/hooks/{useOpacity.js => useOpacity.ts} (100%) rename client/src/hooks/{useProcessError.js => useProcessError.ts} (100%) rename client/src/hooks/{useRelativeTime.js => useRelativeTime.ts} (100%) rename client/src/hooks/{useTranslateById.js => useTranslateById.ts} (100%) rename client/src/{index.jsx => index.tsx} (100%) rename client/src/pages/{Blocked.jsx => Blocked.tsx} (100%) rename client/src/pages/{Error.jsx => Error.tsx} (100%) rename client/src/pages/{Reset.jsx => Reset.tsx} (100%) rename client/src/pages/data/components/{Notification.jsx => Notification.tsx} (100%) rename client/src/pages/data/components/{ResetFilters.jsx => ResetFilters.tsx} (100%) rename client/src/pages/data/components/{ResetGeneral.jsx => ResetGeneral.tsx} (100%) rename client/src/pages/data/components/{Shared.jsx => Shared.tsx} (100%) rename client/src/pages/data/components/{TopRow.jsx => TopRow.tsx} (100%) rename client/src/pages/data/hooks/{store.js => store.ts} (100%) rename client/src/pages/data/{index.jsx => index.tsx} (100%) rename client/src/pages/{index.jsx => index.tsx} (100%) rename client/src/pages/locales/components/{AllSwitch.jsx => AllSwitch.tsx} (100%) rename client/src/pages/locales/components/{EditLocale.jsx => EditLocale.tsx} (100%) rename client/src/pages/locales/components/{LocalesFooter.jsx => LocalesFooter.tsx} (100%) rename client/src/pages/locales/components/{LocalesHeader.jsx => LocalesHeader.tsx} (100%) rename client/src/pages/locales/components/{LocalesTable.jsx => LocalesTable.tsx} (100%) rename client/src/pages/locales/hooks/{store.js => store.ts} (100%) rename client/src/pages/locales/{index.jsx => index.tsx} (100%) rename client/src/pages/login/{DefaultPage.jsx => DefaultPage.tsx} (100%) rename client/src/pages/login/{Methods.jsx => Methods.tsx} (100%) rename client/src/pages/login/{index.jsx => index.tsx} (100%) rename client/src/pages/map/components/{Clustering.jsx => Clustering.tsx} (100%) rename client/src/pages/map/components/{Container.jsx => Container.tsx} (100%) rename client/src/pages/map/components/{Data.jsx => Data.tsx} (100%) rename client/src/pages/map/components/{Effects.jsx => Effects.tsx} (100%) rename client/src/pages/map/components/{FloatingBtn.jsx => FloatingBtn.tsx} (100%) rename client/src/pages/map/components/{Layers.jsx => Layers.tsx} (100%) rename client/src/pages/map/components/{Nav.jsx => Nav.tsx} (100%) rename client/src/pages/map/components/{QueryData.jsx => QueryData.tsx} (100%) rename client/src/pages/map/components/{WebhookQuery.jsx => WebhookQuery.tsx} (100%) rename client/src/pages/map/hooks/{useGenGyms.js => useGenGyms.ts} (100%) rename client/src/pages/map/hooks/{useGenPokemon.js => useGenPokemon.ts} (100%) rename client/src/pages/map/hooks/{useGenPokestops.js => useGenPokestops.ts} (100%) rename client/src/pages/map/hooks/{usePermCheck.js => usePermCheck.ts} (100%) rename client/src/pages/map/hooks/{useTileLayer.js => useTileLayer.ts} (100%) rename client/src/pages/map/{index.jsx => index.tsx} (100%) rename client/src/pages/map/{tileObject.js => tileObject.ts} (100%) rename client/src/pages/playground/components/{ComponentMenu.jsx => ComponentMenu.tsx} (100%) rename client/src/pages/playground/components/{Download.jsx => Download.tsx} (100%) rename client/src/pages/playground/components/{Editor.jsx => Editor.tsx} (100%) rename client/src/pages/playground/components/{LocaleMenu.jsx => LocaleMenu.tsx} (100%) rename client/src/pages/playground/components/{MainMenu.jsx => MainMenu.tsx} (100%) rename client/src/pages/playground/components/{Save.jsx => Save.tsx} (100%) rename client/src/pages/playground/components/{Status.jsx => Status.tsx} (100%) rename client/src/pages/playground/components/{Theme.jsx => Theme.tsx} (100%) rename client/src/pages/playground/components/{ToggleEditor.jsx => ToggleEditor.tsx} (100%) rename client/src/pages/playground/components/{Toolbar.jsx => Toolbar.tsx} (100%) rename client/src/pages/playground/components/{Viewer.jsx => Viewer.tsx} (100%) rename client/src/pages/playground/hooks/{store.js => store.ts} (100%) rename client/src/pages/playground/hooks/{useSafeParse.js => useSafeParse.ts} (100%) rename client/src/pages/playground/{index.jsx => index.tsx} (100%) rename client/src/services/{Assets.js => Assets.ts} (100%) rename client/src/services/{Sentry.js => Sentry.ts} (100%) rename client/src/services/{SimpleTTLCache.js => SimpleTTLCache.ts} (100%) rename client/src/services/apollo/{AbortableContext.js => AbortableContext.ts} (100%) rename client/src/services/apollo/{AbortableLink.js => AbortableLink.ts} (100%) rename client/src/services/apollo/{RobustTimeout.js => RobustTimeout.ts} (100%) rename client/src/services/apollo/{index.js => index.ts} (100%) rename client/src/services/{desktopNotification.js => desktopNotification.ts} (100%) rename client/src/services/{events.js => events.ts} (100%) rename client/src/services/{fetches.js => fetches.ts} (100%) rename client/src/services/{i18n.js => i18n.ts} (100%) rename client/src/services/queries/{available.js => available.ts} (100%) rename client/src/services/queries/{config.js => config.ts} (100%) rename client/src/services/queries/{device.js => device.ts} (100%) rename client/src/services/queries/{geocoder.js => geocoder.ts} (100%) rename client/src/services/queries/{gym.js => gym.ts} (100%) rename client/src/services/queries/{index.js => index.ts} (100%) rename client/src/services/queries/{nest.js => nest.ts} (100%) rename client/src/services/queries/{pokemon.js => pokemon.ts} (100%) rename client/src/services/queries/{pokestop.js => pokestop.ts} (100%) rename client/src/services/queries/{portal.js => portal.ts} (100%) rename client/src/services/queries/{route.js => route.ts} (100%) rename client/src/services/queries/{s2cell.js => s2cell.ts} (100%) rename client/src/services/queries/{scanAreas.js => scanAreas.ts} (100%) rename client/src/services/queries/{scanCell.js => scanCell.ts} (100%) rename client/src/services/queries/{scanner.js => scanner.ts} (100%) rename client/src/services/queries/{search.js => search.ts} (100%) rename client/src/services/queries/{spawnpoint.js => spawnpoint.ts} (100%) rename client/src/services/queries/{station.js => station.ts} (100%) rename client/src/services/queries/{submissionCells.js => submissionCells.ts} (100%) rename client/src/services/queries/{user.js => user.ts} (100%) rename client/src/services/queries/{weather.js => weather.ts} (100%) rename client/src/services/queries/{webhook.js => webhook.ts} (100%) rename client/src/store/{useFormatStore.js => useFormatStore.ts} (100%) rename client/src/store/{useLayoutStore.js => useLayoutStore.ts} (100%) rename client/src/store/{useMapStore.js => useMapStore.ts} (100%) rename client/src/store/{useMemory.js => useMemory.ts} (100%) rename client/src/store/{useStorage.js => useStorage.tsx} (100%) rename client/src/store/{useWebhookStore.js => useWebhookStore.ts} (100%) rename client/src/utils/{analytics.js => analytics.ts} (100%) rename client/src/utils/{applyToAll.js => applyToAll.ts} (100%) rename client/src/utils/{checkAdvFilter.js => checkAdvFilter.ts} (100%) rename client/src/utils/{dayCheck.js => dayCheck.ts} (100%) rename client/src/utils/{deepMerge.js => deepMerge.ts} (100%) rename client/src/utils/{downloadJson.js => downloadJson.ts} (100%) rename client/src/utils/{formatDistance.js => formatDistance.ts} (100%) rename client/src/utils/{formatInterval.js => formatInterval.ts} (100%) rename client/src/utils/{fromSearchCategory.js => fromSearchCategory.ts} (100%) rename client/src/utils/{generateSlots.js => generateSlots.ts} (100%) rename client/src/utils/{getAttackBonus.js => getAttackBonus.ts} (100%) rename client/src/utils/{getBadge.js => getBadge.ts} (100%) rename client/src/utils/{getGlowRules.js => getGlowRules.ts} (100%) rename client/src/utils/{getGruntReward.js => getGruntReward.ts} (100%) rename client/src/utils/{getQueryArgs.js => getQueryArgs.ts} (100%) rename client/src/utils/{getRewardInfo.js => getRewardInfo.ts} (100%) rename client/src/utils/{getTileBackground.js => getTileBackground.ts} (100%) rename client/src/utils/{getTimeUntil.js => getTimeUntil.ts} (100%) rename client/src/utils/{hasAll.js => hasAll.ts} (100%) rename client/src/utils/{isLocalStorageEnabled.js => isLocalStorageEnabled.ts} (100%) rename client/src/utils/{offset.js => offset.ts} (100%) rename client/src/utils/{parseConditions.js => parseConditions.ts} (100%) rename client/src/utils/{resetState.js => resetState.ts} (100%) rename client/src/utils/{setDeep.js => setDeep.ts} (100%) rename client/src/utils/{setLoadingText.js => setLoadingText.ts} (100%) rename client/src/utils/{strings.js => strings.ts} (100%) rename client/src/utils/{timeCheck.js => timeCheck.ts} (100%) rename client/{vite.config.js => vite.config.ts} (100%) diff --git a/client/src/App.jsx b/client/src/App.tsx similarity index 100% rename from client/src/App.jsx rename to client/src/App.tsx diff --git a/client/src/assets/constants.js b/client/src/assets/constants.ts similarity index 100% rename from client/src/assets/constants.js rename to client/src/assets/constants.ts diff --git a/client/src/assets/fallbackMarker.js b/client/src/assets/fallbackMarker.ts similarity index 100% rename from client/src/assets/fallbackMarker.js rename to client/src/assets/fallbackMarker.ts diff --git a/client/src/assets/theme.js b/client/src/assets/theme.tsx similarity index 100% rename from client/src/assets/theme.js rename to client/src/assets/theme.tsx diff --git a/client/src/components/BasicAccordion.jsx b/client/src/components/BasicAccordion.tsx similarity index 100% rename from client/src/components/BasicAccordion.jsx rename to client/src/components/BasicAccordion.tsx diff --git a/client/src/components/Config.jsx b/client/src/components/Config.tsx similarity index 100% rename from client/src/components/Config.jsx rename to client/src/components/Config.tsx diff --git a/client/src/components/ErrorBoundary.jsx b/client/src/components/ErrorBoundary.tsx similarity index 100% rename from client/src/components/ErrorBoundary.jsx rename to client/src/components/ErrorBoundary.tsx diff --git a/client/src/components/Global.jsx b/client/src/components/Global.tsx similarity index 100% rename from client/src/components/Global.jsx rename to client/src/components/Global.tsx diff --git a/client/src/components/I.jsx b/client/src/components/I.tsx similarity index 100% rename from client/src/components/I.jsx rename to client/src/components/I.tsx diff --git a/client/src/components/Img.jsx b/client/src/components/Img.tsx similarity index 100% rename from client/src/components/Img.jsx rename to client/src/components/Img.tsx diff --git a/client/src/components/Loading.jsx b/client/src/components/Loading.tsx similarity index 100% rename from client/src/components/Loading.jsx rename to client/src/components/Loading.tsx diff --git a/client/src/components/Menu.jsx b/client/src/components/Menu.tsx similarity index 100% rename from client/src/components/Menu.jsx rename to client/src/components/Menu.tsx diff --git a/client/src/components/Notification.jsx b/client/src/components/Notification.tsx similarity index 100% rename from client/src/components/Notification.jsx rename to client/src/components/Notification.tsx diff --git a/client/src/components/QuestTitle.jsx b/client/src/components/QuestTitle.tsx similarity index 100% rename from client/src/components/QuestTitle.jsx rename to client/src/components/QuestTitle.tsx diff --git a/client/src/components/StatusIcon.jsx b/client/src/components/StatusIcon.tsx similarity index 100% rename from client/src/components/StatusIcon.jsx rename to client/src/components/StatusIcon.tsx diff --git a/client/src/components/StyledDivider.jsx b/client/src/components/StyledDivider.tsx similarity index 100% rename from client/src/components/StyledDivider.jsx rename to client/src/components/StyledDivider.tsx diff --git a/client/src/components/TabPanel.jsx b/client/src/components/TabPanel.tsx similarity index 100% rename from client/src/components/TabPanel.jsx rename to client/src/components/TabPanel.tsx diff --git a/client/src/components/ToggleTypography.jsx b/client/src/components/ToggleTypography.tsx similarity index 100% rename from client/src/components/ToggleTypography.jsx rename to client/src/components/ToggleTypography.tsx diff --git a/client/src/components/ToolTipWrapper.jsx b/client/src/components/ToolTipWrapper.tsx similarity index 100% rename from client/src/components/ToolTipWrapper.jsx rename to client/src/components/ToolTipWrapper.tsx diff --git a/client/src/components/auth/Discord.jsx b/client/src/components/auth/Discord.tsx similarity index 100% rename from client/src/components/auth/Discord.jsx rename to client/src/components/auth/Discord.tsx diff --git a/client/src/components/auth/Local.jsx b/client/src/components/auth/Local.tsx similarity index 100% rename from client/src/components/auth/Local.jsx rename to client/src/components/auth/Local.tsx diff --git a/client/src/components/auth/Telegram.jsx b/client/src/components/auth/Telegram.tsx similarity index 100% rename from client/src/components/auth/Telegram.jsx rename to client/src/components/auth/Telegram.tsx diff --git a/client/src/components/dialogs/BadgeSelection.jsx b/client/src/components/dialogs/BadgeSelection.tsx similarity index 100% rename from client/src/components/dialogs/BadgeSelection.jsx rename to client/src/components/dialogs/BadgeSelection.tsx diff --git a/client/src/components/dialogs/ClientError.jsx b/client/src/components/dialogs/ClientError.tsx similarity index 100% rename from client/src/components/dialogs/ClientError.jsx rename to client/src/components/dialogs/ClientError.tsx diff --git a/client/src/components/dialogs/DialogWrapper.jsx b/client/src/components/dialogs/DialogWrapper.tsx similarity index 100% rename from client/src/components/dialogs/DialogWrapper.jsx rename to client/src/components/dialogs/DialogWrapper.tsx diff --git a/client/src/components/dialogs/Feedback.jsx b/client/src/components/dialogs/Feedback.tsx similarity index 100% rename from client/src/components/dialogs/Feedback.jsx rename to client/src/components/dialogs/Feedback.tsx diff --git a/client/src/components/dialogs/Footer.jsx b/client/src/components/dialogs/Footer.tsx similarity index 100% rename from client/src/components/dialogs/Footer.jsx rename to client/src/components/dialogs/Footer.tsx diff --git a/client/src/components/dialogs/Header.jsx b/client/src/components/dialogs/Header.tsx similarity index 100% rename from client/src/components/dialogs/Header.jsx rename to client/src/components/dialogs/Header.tsx diff --git a/client/src/components/dialogs/Help.jsx b/client/src/components/dialogs/Help.tsx similarity index 100% rename from client/src/components/dialogs/Help.jsx rename to client/src/components/dialogs/Help.tsx diff --git a/client/src/components/dialogs/NestSubmission.jsx b/client/src/components/dialogs/NestSubmission.tsx similarity index 100% rename from client/src/components/dialogs/NestSubmission.jsx rename to client/src/components/dialogs/NestSubmission.tsx diff --git a/client/src/components/dialogs/ResetFilters.jsx b/client/src/components/dialogs/ResetFilters.tsx similarity index 100% rename from client/src/components/dialogs/ResetFilters.jsx rename to client/src/components/dialogs/ResetFilters.tsx diff --git a/client/src/components/dialogs/UserOptions.jsx b/client/src/components/dialogs/UserOptions.tsx similarity index 100% rename from client/src/components/dialogs/UserOptions.jsx rename to client/src/components/dialogs/UserOptions.tsx diff --git a/client/src/components/filters/Advanced.jsx b/client/src/components/filters/Advanced.tsx similarity index 100% rename from client/src/components/filters/Advanced.jsx rename to client/src/components/filters/Advanced.tsx diff --git a/client/src/components/filters/FilterMenu.jsx b/client/src/components/filters/FilterMenu.tsx similarity index 100% rename from client/src/components/filters/FilterMenu.jsx rename to client/src/components/filters/FilterMenu.tsx diff --git a/client/src/components/filters/Gender.jsx b/client/src/components/filters/Gender.tsx similarity index 100% rename from client/src/components/filters/Gender.jsx rename to client/src/components/filters/Gender.tsx diff --git a/client/src/components/filters/Options.jsx b/client/src/components/filters/Options.tsx similarity index 100% rename from client/src/components/filters/Options.jsx rename to client/src/components/filters/Options.tsx diff --git a/client/src/components/filters/OptionsContainer.jsx b/client/src/components/filters/OptionsContainer.tsx similarity index 100% rename from client/src/components/filters/OptionsContainer.jsx rename to client/src/components/filters/OptionsContainer.tsx diff --git a/client/src/components/filters/QuestConditions.jsx b/client/src/components/filters/QuestConditions.tsx similarity index 100% rename from client/src/components/filters/QuestConditions.jsx rename to client/src/components/filters/QuestConditions.tsx diff --git a/client/src/components/filters/Size.jsx b/client/src/components/filters/Size.tsx similarity index 100% rename from client/src/components/filters/Size.jsx rename to client/src/components/filters/Size.tsx diff --git a/client/src/components/filters/SlotSelection.jsx b/client/src/components/filters/SlotSelection.tsx similarity index 100% rename from client/src/components/filters/SlotSelection.jsx rename to client/src/components/filters/SlotSelection.tsx diff --git a/client/src/components/filters/StringFilter.jsx b/client/src/components/filters/StringFilter.tsx similarity index 100% rename from client/src/components/filters/StringFilter.jsx rename to client/src/components/filters/StringFilter.tsx diff --git a/client/src/components/inputs/BasicListButton.jsx b/client/src/components/inputs/BasicListButton.tsx similarity index 100% rename from client/src/components/inputs/BasicListButton.jsx rename to client/src/components/inputs/BasicListButton.tsx diff --git a/client/src/components/inputs/BoolToggle.jsx b/client/src/components/inputs/BoolToggle.tsx similarity index 100% rename from client/src/components/inputs/BoolToggle.jsx rename to client/src/components/inputs/BoolToggle.tsx diff --git a/client/src/components/inputs/ExpandCollapse.jsx b/client/src/components/inputs/ExpandCollapse.tsx similarity index 100% rename from client/src/components/inputs/ExpandCollapse.jsx rename to client/src/components/inputs/ExpandCollapse.tsx diff --git a/client/src/components/inputs/FCSelect.jsx b/client/src/components/inputs/FCSelect.tsx similarity index 100% rename from client/src/components/inputs/FCSelect.jsx rename to client/src/components/inputs/FCSelect.tsx diff --git a/client/src/components/inputs/GenericSearch.jsx b/client/src/components/inputs/GenericSearch.tsx similarity index 100% rename from client/src/components/inputs/GenericSearch.jsx rename to client/src/components/inputs/GenericSearch.tsx diff --git a/client/src/components/inputs/LocaleSelection.jsx b/client/src/components/inputs/LocaleSelection.tsx similarity index 100% rename from client/src/components/inputs/LocaleSelection.jsx rename to client/src/components/inputs/LocaleSelection.tsx diff --git a/client/src/components/inputs/MultiSelector.jsx b/client/src/components/inputs/MultiSelector.tsx similarity index 100% rename from client/src/components/inputs/MultiSelector.jsx rename to client/src/components/inputs/MultiSelector.tsx diff --git a/client/src/components/inputs/SliderTile.jsx b/client/src/components/inputs/SliderTile.tsx similarity index 100% rename from client/src/components/inputs/SliderTile.jsx rename to client/src/components/inputs/SliderTile.tsx diff --git a/client/src/components/inputs/ThemeToggle.jsx b/client/src/components/inputs/ThemeToggle.tsx similarity index 100% rename from client/src/components/inputs/ThemeToggle.jsx rename to client/src/components/inputs/ThemeToggle.tsx diff --git a/client/src/components/inputs/VisibleToggle.jsx b/client/src/components/inputs/VisibleToggle.tsx similarity index 100% rename from client/src/components/inputs/VisibleToggle.jsx rename to client/src/components/inputs/VisibleToggle.tsx diff --git a/client/src/components/popups/Coords.jsx b/client/src/components/popups/Coords.tsx similarity index 100% rename from client/src/components/popups/Coords.jsx rename to client/src/components/popups/Coords.tsx diff --git a/client/src/components/popups/Dropdown.jsx b/client/src/components/popups/Dropdown.tsx similarity index 100% rename from client/src/components/popups/Dropdown.jsx rename to client/src/components/popups/Dropdown.tsx diff --git a/client/src/components/popups/ExtraInfo.jsx b/client/src/components/popups/ExtraInfo.tsx similarity index 100% rename from client/src/components/popups/ExtraInfo.jsx rename to client/src/components/popups/ExtraInfo.tsx diff --git a/client/src/components/popups/GenderIcon.jsx b/client/src/components/popups/GenderIcon.tsx similarity index 100% rename from client/src/components/popups/GenderIcon.jsx rename to client/src/components/popups/GenderIcon.tsx diff --git a/client/src/components/popups/HeaderImage.jsx b/client/src/components/popups/HeaderImage.tsx similarity index 100% rename from client/src/components/popups/HeaderImage.jsx rename to client/src/components/popups/HeaderImage.tsx diff --git a/client/src/components/popups/NameTT.jsx b/client/src/components/popups/NameTT.tsx similarity index 100% rename from client/src/components/popups/NameTT.jsx rename to client/src/components/popups/NameTT.tsx diff --git a/client/src/components/popups/Navigation.jsx b/client/src/components/popups/Navigation.tsx similarity index 100% rename from client/src/components/popups/Navigation.jsx rename to client/src/components/popups/Navigation.tsx diff --git a/client/src/components/popups/PokeMove.jsx b/client/src/components/popups/PokeMove.tsx similarity index 100% rename from client/src/components/popups/PokeMove.jsx rename to client/src/components/popups/PokeMove.tsx diff --git a/client/src/components/popups/PokeType.jsx b/client/src/components/popups/PokeType.tsx similarity index 100% rename from client/src/components/popups/PokeType.jsx rename to client/src/components/popups/PokeType.tsx diff --git a/client/src/components/popups/PowerUp.jsx b/client/src/components/popups/PowerUp.tsx similarity index 100% rename from client/src/components/popups/PowerUp.jsx rename to client/src/components/popups/PowerUp.tsx diff --git a/client/src/components/popups/TimeStamps.jsx b/client/src/components/popups/TimeStamps.tsx similarity index 100% rename from client/src/components/popups/TimeStamps.jsx rename to client/src/components/popups/TimeStamps.tsx diff --git a/client/src/components/popups/TimeTile.jsx b/client/src/components/popups/TimeTile.tsx similarity index 100% rename from client/src/components/popups/TimeTile.jsx rename to client/src/components/popups/TimeTile.tsx diff --git a/client/src/components/popups/Timer.jsx b/client/src/components/popups/Timer.tsx similarity index 100% rename from client/src/components/popups/Timer.jsx rename to client/src/components/popups/Timer.tsx diff --git a/client/src/components/popups/Title.jsx b/client/src/components/popups/Title.tsx similarity index 100% rename from client/src/components/popups/Title.jsx rename to client/src/components/popups/Title.tsx diff --git a/client/src/components/virtual/ColoredTile.jsx b/client/src/components/virtual/ColoredTile.tsx similarity index 100% rename from client/src/components/virtual/ColoredTile.jsx rename to client/src/components/virtual/ColoredTile.tsx diff --git a/client/src/components/virtual/SelectorItem.jsx b/client/src/components/virtual/SelectorItem.tsx similarity index 100% rename from client/src/components/virtual/SelectorItem.jsx rename to client/src/components/virtual/SelectorItem.tsx diff --git a/client/src/components/virtual/StandardItem.jsx b/client/src/components/virtual/StandardItem.tsx similarity index 100% rename from client/src/components/virtual/StandardItem.jsx rename to client/src/components/virtual/StandardItem.tsx diff --git a/client/src/components/virtual/Table.jsx b/client/src/components/virtual/Table.tsx similarity index 100% rename from client/src/components/virtual/Table.jsx rename to client/src/components/virtual/Table.tsx diff --git a/client/src/components/virtual/VirtualGrid.jsx b/client/src/components/virtual/VirtualGrid.tsx similarity index 100% rename from client/src/components/virtual/VirtualGrid.jsx rename to client/src/components/virtual/VirtualGrid.tsx diff --git a/client/src/features/builder/DonorPage.jsx b/client/src/features/builder/DonorPage.tsx similarity index 100% rename from client/src/features/builder/DonorPage.jsx rename to client/src/features/builder/DonorPage.tsx diff --git a/client/src/features/builder/LoginPage.jsx b/client/src/features/builder/LoginPage.tsx similarity index 100% rename from client/src/features/builder/LoginPage.jsx rename to client/src/features/builder/LoginPage.tsx diff --git a/client/src/features/builder/Motd.jsx b/client/src/features/builder/Motd.tsx similarity index 100% rename from client/src/features/builder/Motd.jsx rename to client/src/features/builder/Motd.tsx diff --git a/client/src/features/builder/components/CustomButton.jsx b/client/src/features/builder/components/CustomButton.tsx similarity index 100% rename from client/src/features/builder/components/CustomButton.jsx rename to client/src/features/builder/components/CustomButton.tsx diff --git a/client/src/features/builder/components/CustomDialog.jsx b/client/src/features/builder/components/CustomDialog.tsx similarity index 100% rename from client/src/features/builder/components/CustomDialog.jsx rename to client/src/features/builder/components/CustomDialog.tsx diff --git a/client/src/features/builder/components/CustomText.jsx b/client/src/features/builder/components/CustomText.tsx similarity index 100% rename from client/src/features/builder/components/CustomText.jsx rename to client/src/features/builder/components/CustomText.tsx diff --git a/client/src/features/builder/components/CustomTile.jsx b/client/src/features/builder/components/CustomTile.tsx similarity index 100% rename from client/src/features/builder/components/CustomTile.jsx rename to client/src/features/builder/components/CustomTile.tsx diff --git a/client/src/features/builder/components/Generator.jsx b/client/src/features/builder/components/Generator.tsx similarity index 100% rename from client/src/features/builder/components/Generator.jsx rename to client/src/features/builder/components/Generator.tsx diff --git a/client/src/features/builder/components/LinkWrapper.jsx b/client/src/features/builder/components/LinkWrapper.tsx similarity index 100% rename from client/src/features/builder/components/LinkWrapper.jsx rename to client/src/features/builder/components/LinkWrapper.tsx diff --git a/client/src/features/builder/index.js b/client/src/features/builder/index.ts similarity index 100% rename from client/src/features/builder/index.js rename to client/src/features/builder/index.ts diff --git a/client/src/features/builder/utils.js b/client/src/features/builder/utils.ts similarity index 100% rename from client/src/features/builder/utils.js rename to client/src/features/builder/utils.ts diff --git a/client/src/features/device/DevicePath.jsx b/client/src/features/device/DevicePath.tsx similarity index 100% rename from client/src/features/device/DevicePath.jsx rename to client/src/features/device/DevicePath.tsx diff --git a/client/src/features/device/DevicePopup.jsx b/client/src/features/device/DevicePopup.tsx similarity index 100% rename from client/src/features/device/DevicePopup.jsx rename to client/src/features/device/DevicePopup.tsx diff --git a/client/src/features/device/DeviceTile.jsx b/client/src/features/device/DeviceTile.tsx similarity index 100% rename from client/src/features/device/DeviceTile.jsx rename to client/src/features/device/DeviceTile.tsx diff --git a/client/src/features/device/deviceMarker.js b/client/src/features/device/deviceMarker.ts similarity index 100% rename from client/src/features/device/deviceMarker.js rename to client/src/features/device/deviceMarker.ts diff --git a/client/src/features/device/index.js b/client/src/features/device/index.ts similarity index 100% rename from client/src/features/device/index.js rename to client/src/features/device/index.ts diff --git a/client/src/features/drawer/Admin.jsx b/client/src/features/drawer/Admin.tsx similarity index 100% rename from client/src/features/drawer/Admin.jsx rename to client/src/features/drawer/Admin.tsx diff --git a/client/src/features/drawer/Extras.jsx b/client/src/features/drawer/Extras.tsx similarity index 100% rename from client/src/features/drawer/Extras.jsx rename to client/src/features/drawer/Extras.tsx diff --git a/client/src/features/drawer/Routes.jsx b/client/src/features/drawer/Routes.tsx similarity index 100% rename from client/src/features/drawer/Routes.jsx rename to client/src/features/drawer/Routes.tsx diff --git a/client/src/features/drawer/S2Cells.jsx b/client/src/features/drawer/S2Cells.tsx similarity index 100% rename from client/src/features/drawer/S2Cells.jsx rename to client/src/features/drawer/S2Cells.tsx diff --git a/client/src/features/drawer/Stations.jsx b/client/src/features/drawer/Stations.tsx similarity index 100% rename from client/src/features/drawer/Stations.jsx rename to client/src/features/drawer/Stations.tsx diff --git a/client/src/features/drawer/Wayfarer.jsx b/client/src/features/drawer/Wayfarer.tsx similarity index 100% rename from client/src/features/drawer/Wayfarer.jsx rename to client/src/features/drawer/Wayfarer.tsx diff --git a/client/src/features/drawer/areas/AreaTable.jsx b/client/src/features/drawer/areas/AreaTable.tsx similarity index 100% rename from client/src/features/drawer/areas/AreaTable.jsx rename to client/src/features/drawer/areas/AreaTable.tsx diff --git a/client/src/features/drawer/areas/Child.jsx b/client/src/features/drawer/areas/Child.tsx similarity index 100% rename from client/src/features/drawer/areas/Child.jsx rename to client/src/features/drawer/areas/Child.tsx diff --git a/client/src/features/drawer/areas/Parent.jsx b/client/src/features/drawer/areas/Parent.tsx similarity index 100% rename from client/src/features/drawer/areas/Parent.jsx rename to client/src/features/drawer/areas/Parent.tsx diff --git a/client/src/features/drawer/areas/index.jsx b/client/src/features/drawer/areas/index.tsx similarity index 100% rename from client/src/features/drawer/areas/index.jsx rename to client/src/features/drawer/areas/index.tsx diff --git a/client/src/features/drawer/components/Actions.jsx b/client/src/features/drawer/components/Actions.tsx similarity index 100% rename from client/src/features/drawer/components/Actions.jsx rename to client/src/features/drawer/components/Actions.tsx diff --git a/client/src/features/drawer/components/AllForts.jsx b/client/src/features/drawer/components/AllForts.tsx similarity index 100% rename from client/src/features/drawer/components/AllForts.jsx rename to client/src/features/drawer/components/AllForts.tsx diff --git a/client/src/features/drawer/components/CollapsibleItem.jsx b/client/src/features/drawer/components/CollapsibleItem.tsx similarity index 100% rename from client/src/features/drawer/components/CollapsibleItem.jsx rename to client/src/features/drawer/components/CollapsibleItem.tsx diff --git a/client/src/features/drawer/components/Section.jsx b/client/src/features/drawer/components/Section.tsx similarity index 100% rename from client/src/features/drawer/components/Section.jsx rename to client/src/features/drawer/components/Section.tsx diff --git a/client/src/features/drawer/components/SelectorList.jsx b/client/src/features/drawer/components/SelectorList.tsx similarity index 100% rename from client/src/features/drawer/components/SelectorList.jsx rename to client/src/features/drawer/components/SelectorList.tsx diff --git a/client/src/features/drawer/gyms/GymBadges.jsx b/client/src/features/drawer/gyms/GymBadges.tsx similarity index 100% rename from client/src/features/drawer/gyms/GymBadges.jsx rename to client/src/features/drawer/gyms/GymBadges.tsx diff --git a/client/src/features/drawer/gyms/Raids.jsx b/client/src/features/drawer/gyms/Raids.tsx similarity index 100% rename from client/src/features/drawer/gyms/Raids.jsx rename to client/src/features/drawer/gyms/Raids.tsx diff --git a/client/src/features/drawer/gyms/index.jsx b/client/src/features/drawer/gyms/index.tsx similarity index 100% rename from client/src/features/drawer/gyms/index.jsx rename to client/src/features/drawer/gyms/index.tsx diff --git a/client/src/features/drawer/index.jsx b/client/src/features/drawer/index.tsx similarity index 100% rename from client/src/features/drawer/index.jsx rename to client/src/features/drawer/index.tsx diff --git a/client/src/features/drawer/nests/ActiveNests.jsx b/client/src/features/drawer/nests/ActiveNests.tsx similarity index 100% rename from client/src/features/drawer/nests/ActiveNests.jsx rename to client/src/features/drawer/nests/ActiveNests.tsx diff --git a/client/src/features/drawer/nests/AvgSlider.jsx b/client/src/features/drawer/nests/AvgSlider.tsx similarity index 100% rename from client/src/features/drawer/nests/AvgSlider.jsx rename to client/src/features/drawer/nests/AvgSlider.tsx diff --git a/client/src/features/drawer/nests/NestSelector.jsx b/client/src/features/drawer/nests/NestSelector.tsx similarity index 100% rename from client/src/features/drawer/nests/NestSelector.jsx rename to client/src/features/drawer/nests/NestSelector.tsx diff --git a/client/src/features/drawer/nests/index.jsx b/client/src/features/drawer/nests/index.tsx similarity index 100% rename from client/src/features/drawer/nests/index.jsx rename to client/src/features/drawer/nests/index.tsx diff --git a/client/src/features/drawer/pokemon/FilterHelp.jsx b/client/src/features/drawer/pokemon/FilterHelp.tsx similarity index 100% rename from client/src/features/drawer/pokemon/FilterHelp.jsx rename to client/src/features/drawer/pokemon/FilterHelp.tsx diff --git a/client/src/features/drawer/pokemon/ModeSelector.jsx b/client/src/features/drawer/pokemon/ModeSelector.tsx similarity index 100% rename from client/src/features/drawer/pokemon/ModeSelector.jsx rename to client/src/features/drawer/pokemon/ModeSelector.tsx diff --git a/client/src/features/drawer/pokemon/PokemonSlider.jsx b/client/src/features/drawer/pokemon/PokemonSlider.tsx similarity index 100% rename from client/src/features/drawer/pokemon/PokemonSlider.jsx rename to client/src/features/drawer/pokemon/PokemonSlider.tsx diff --git a/client/src/features/drawer/pokemon/PokemonTab.jsx b/client/src/features/drawer/pokemon/PokemonTab.tsx similarity index 100% rename from client/src/features/drawer/pokemon/PokemonTab.jsx rename to client/src/features/drawer/pokemon/PokemonTab.tsx diff --git a/client/src/features/drawer/pokemon/index.jsx b/client/src/features/drawer/pokemon/index.tsx similarity index 100% rename from client/src/features/drawer/pokemon/index.jsx rename to client/src/features/drawer/pokemon/index.tsx diff --git a/client/src/features/drawer/pokestops/EventStops.jsx b/client/src/features/drawer/pokestops/EventStops.tsx similarity index 100% rename from client/src/features/drawer/pokestops/EventStops.jsx rename to client/src/features/drawer/pokestops/EventStops.tsx diff --git a/client/src/features/drawer/pokestops/Invasions.jsx b/client/src/features/drawer/pokestops/Invasions.tsx similarity index 100% rename from client/src/features/drawer/pokestops/Invasions.jsx rename to client/src/features/drawer/pokestops/Invasions.tsx diff --git a/client/src/features/drawer/pokestops/Lures.jsx b/client/src/features/drawer/pokestops/Lures.tsx similarity index 100% rename from client/src/features/drawer/pokestops/Lures.jsx rename to client/src/features/drawer/pokestops/Lures.tsx diff --git a/client/src/features/drawer/pokestops/Quests.jsx b/client/src/features/drawer/pokestops/Quests.tsx similarity index 100% rename from client/src/features/drawer/pokestops/Quests.jsx rename to client/src/features/drawer/pokestops/Quests.tsx diff --git a/client/src/features/drawer/pokestops/index.jsx b/client/src/features/drawer/pokestops/index.tsx similarity index 100% rename from client/src/features/drawer/pokestops/index.jsx rename to client/src/features/drawer/pokestops/index.tsx diff --git a/client/src/features/drawer/settings/General.jsx b/client/src/features/drawer/settings/General.tsx similarity index 100% rename from client/src/features/drawer/settings/General.jsx rename to client/src/features/drawer/settings/General.tsx diff --git a/client/src/features/drawer/settings/Holiday.jsx b/client/src/features/drawer/settings/Holiday.tsx similarity index 100% rename from client/src/features/drawer/settings/Holiday.jsx rename to client/src/features/drawer/settings/Holiday.tsx diff --git a/client/src/features/drawer/settings/Icon.jsx b/client/src/features/drawer/settings/Icon.tsx similarity index 100% rename from client/src/features/drawer/settings/Icon.jsx rename to client/src/features/drawer/settings/Icon.tsx diff --git a/client/src/features/drawer/settings/UAssets.jsx b/client/src/features/drawer/settings/UAssets.tsx similarity index 100% rename from client/src/features/drawer/settings/UAssets.jsx rename to client/src/features/drawer/settings/UAssets.tsx diff --git a/client/src/features/drawer/settings/index.jsx b/client/src/features/drawer/settings/index.tsx similarity index 100% rename from client/src/features/drawer/settings/index.jsx rename to client/src/features/drawer/settings/index.tsx diff --git a/client/src/features/gym/GymPopup.jsx b/client/src/features/gym/GymPopup.tsx similarity index 100% rename from client/src/features/gym/GymPopup.jsx rename to client/src/features/gym/GymPopup.tsx diff --git a/client/src/features/gym/GymTile.jsx b/client/src/features/gym/GymTile.tsx similarity index 100% rename from client/src/features/gym/GymTile.jsx rename to client/src/features/gym/GymTile.tsx diff --git a/client/src/features/gym/gymMarker.js b/client/src/features/gym/gymMarker.ts similarity index 100% rename from client/src/features/gym/gymMarker.js rename to client/src/features/gym/gymMarker.ts diff --git a/client/src/features/gym/index.js b/client/src/features/gym/index.ts similarity index 100% rename from client/src/features/gym/index.js rename to client/src/features/gym/index.ts diff --git a/client/src/features/gym/useWebhook.js b/client/src/features/gym/useWebhook.ts similarity index 100% rename from client/src/features/gym/useWebhook.js rename to client/src/features/gym/useWebhook.ts diff --git a/client/src/features/holiday/HolidayAnimations.js b/client/src/features/holiday/HolidayAnimations.ts similarity index 100% rename from client/src/features/holiday/HolidayAnimations.js rename to client/src/features/holiday/HolidayAnimations.ts diff --git a/client/src/features/holiday/HolidayEffect.jsx b/client/src/features/holiday/HolidayEffect.tsx similarity index 100% rename from client/src/features/holiday/HolidayEffect.jsx rename to client/src/features/holiday/HolidayEffect.tsx diff --git a/client/src/features/holiday/index.jsx b/client/src/features/holiday/index.tsx similarity index 100% rename from client/src/features/holiday/index.jsx rename to client/src/features/holiday/index.tsx diff --git a/client/src/features/holiday/utils.js b/client/src/features/holiday/utils.ts similarity index 100% rename from client/src/features/holiday/utils.js rename to client/src/features/holiday/utils.ts diff --git a/client/src/features/nest/NestPopup.jsx b/client/src/features/nest/NestPopup.tsx similarity index 100% rename from client/src/features/nest/NestPopup.jsx rename to client/src/features/nest/NestPopup.tsx diff --git a/client/src/features/nest/NestTile.jsx b/client/src/features/nest/NestTile.tsx similarity index 100% rename from client/src/features/nest/NestTile.jsx rename to client/src/features/nest/NestTile.tsx diff --git a/client/src/features/nest/index.js b/client/src/features/nest/index.ts similarity index 100% rename from client/src/features/nest/index.js rename to client/src/features/nest/index.ts diff --git a/client/src/features/nest/nestMarker.js b/client/src/features/nest/nestMarker.ts similarity index 100% rename from client/src/features/nest/nestMarker.js rename to client/src/features/nest/nestMarker.ts diff --git a/client/src/features/pokemon/PokemonPopup.jsx b/client/src/features/pokemon/PokemonPopup.tsx similarity index 100% rename from client/src/features/pokemon/PokemonPopup.jsx rename to client/src/features/pokemon/PokemonPopup.tsx diff --git a/client/src/features/pokemon/PokemonTile.jsx b/client/src/features/pokemon/PokemonTile.tsx similarity index 100% rename from client/src/features/pokemon/PokemonTile.jsx rename to client/src/features/pokemon/PokemonTile.tsx diff --git a/client/src/features/pokemon/index.js b/client/src/features/pokemon/index.ts similarity index 100% rename from client/src/features/pokemon/index.js rename to client/src/features/pokemon/index.ts diff --git a/client/src/features/pokemon/pokemonMarker.js b/client/src/features/pokemon/pokemonMarker.ts similarity index 100% rename from client/src/features/pokemon/pokemonMarker.js rename to client/src/features/pokemon/pokemonMarker.ts diff --git a/client/src/features/pokestop/PokestopPopup.jsx b/client/src/features/pokestop/PokestopPopup.tsx similarity index 100% rename from client/src/features/pokestop/PokestopPopup.jsx rename to client/src/features/pokestop/PokestopPopup.tsx diff --git a/client/src/features/pokestop/PokestopTile.jsx b/client/src/features/pokestop/PokestopTile.tsx similarity index 100% rename from client/src/features/pokestop/PokestopTile.jsx rename to client/src/features/pokestop/PokestopTile.tsx diff --git a/client/src/features/pokestop/index.js b/client/src/features/pokestop/index.ts similarity index 100% rename from client/src/features/pokestop/index.js rename to client/src/features/pokestop/index.ts diff --git a/client/src/features/pokestop/usePokestopMarker.js b/client/src/features/pokestop/usePokestopMarker.ts similarity index 100% rename from client/src/features/pokestop/usePokestopMarker.js rename to client/src/features/pokestop/usePokestopMarker.ts diff --git a/client/src/features/portal/PortalPopup.jsx b/client/src/features/portal/PortalPopup.tsx similarity index 100% rename from client/src/features/portal/PortalPopup.jsx rename to client/src/features/portal/PortalPopup.tsx diff --git a/client/src/features/portal/PortalTile.jsx b/client/src/features/portal/PortalTile.tsx similarity index 100% rename from client/src/features/portal/PortalTile.jsx rename to client/src/features/portal/PortalTile.tsx diff --git a/client/src/features/portal/index.js b/client/src/features/portal/index.ts similarity index 100% rename from client/src/features/portal/index.js rename to client/src/features/portal/index.ts diff --git a/client/src/features/profile/Backups.jsx b/client/src/features/profile/Backups.tsx similarity index 100% rename from client/src/features/profile/Backups.jsx rename to client/src/features/profile/Backups.tsx diff --git a/client/src/features/profile/ExtraFields.jsx b/client/src/features/profile/ExtraFields.tsx similarity index 100% rename from client/src/features/profile/ExtraFields.jsx rename to client/src/features/profile/ExtraFields.tsx diff --git a/client/src/features/profile/GymBadges.jsx b/client/src/features/profile/GymBadges.tsx similarity index 100% rename from client/src/features/profile/GymBadges.jsx rename to client/src/features/profile/GymBadges.tsx diff --git a/client/src/features/profile/LinkAccounts.jsx b/client/src/features/profile/LinkAccounts.tsx similarity index 100% rename from client/src/features/profile/LinkAccounts.jsx rename to client/src/features/profile/LinkAccounts.tsx diff --git a/client/src/features/profile/Permissions.jsx b/client/src/features/profile/Permissions.tsx similarity index 100% rename from client/src/features/profile/Permissions.jsx rename to client/src/features/profile/Permissions.tsx diff --git a/client/src/features/profile/index.jsx b/client/src/features/profile/index.tsx similarity index 100% rename from client/src/features/profile/index.jsx rename to client/src/features/profile/index.tsx diff --git a/client/src/features/route/RoutePopup.jsx b/client/src/features/route/RoutePopup.tsx similarity index 100% rename from client/src/features/route/RoutePopup.jsx rename to client/src/features/route/RoutePopup.tsx diff --git a/client/src/features/route/RouteTile.jsx b/client/src/features/route/RouteTile.tsx similarity index 100% rename from client/src/features/route/RouteTile.jsx rename to client/src/features/route/RouteTile.tsx diff --git a/client/src/features/route/index.js b/client/src/features/route/index.ts similarity index 100% rename from client/src/features/route/index.js rename to client/src/features/route/index.ts diff --git a/client/src/features/route/routeMarker.js b/client/src/features/route/routeMarker.ts similarity index 100% rename from client/src/features/route/routeMarker.js rename to client/src/features/route/routeMarker.ts diff --git a/client/src/features/route/useFormatDistance.js b/client/src/features/route/useFormatDistance.ts similarity index 100% rename from client/src/features/route/useFormatDistance.js rename to client/src/features/route/useFormatDistance.ts diff --git a/client/src/features/s2cell/BaseCell.jsx b/client/src/features/s2cell/BaseCell.tsx similarity index 100% rename from client/src/features/s2cell/BaseCell.jsx rename to client/src/features/s2cell/BaseCell.tsx diff --git a/client/src/features/s2cell/GenerateCells.jsx b/client/src/features/s2cell/GenerateCells.tsx similarity index 100% rename from client/src/features/s2cell/GenerateCells.jsx rename to client/src/features/s2cell/GenerateCells.tsx diff --git a/client/src/features/s2cell/index.js b/client/src/features/s2cell/index.ts similarity index 100% rename from client/src/features/s2cell/index.js rename to client/src/features/s2cell/index.ts diff --git a/client/src/features/scanArea/ScanAreaTile.jsx b/client/src/features/scanArea/ScanAreaTile.tsx similarity index 100% rename from client/src/features/scanArea/ScanAreaTile.jsx rename to client/src/features/scanArea/ScanAreaTile.tsx diff --git a/client/src/features/scanArea/index.js b/client/src/features/scanArea/index.ts similarity index 100% rename from client/src/features/scanArea/index.js rename to client/src/features/scanArea/index.ts diff --git a/client/src/features/scanCell/ScanCellPopup.jsx b/client/src/features/scanCell/ScanCellPopup.tsx similarity index 100% rename from client/src/features/scanCell/ScanCellPopup.jsx rename to client/src/features/scanCell/ScanCellPopup.tsx diff --git a/client/src/features/scanCell/ScanCellTile.jsx b/client/src/features/scanCell/ScanCellTile.tsx similarity index 100% rename from client/src/features/scanCell/ScanCellTile.jsx rename to client/src/features/scanCell/ScanCellTile.tsx diff --git a/client/src/features/scanCell/index.js b/client/src/features/scanCell/index.ts similarity index 100% rename from client/src/features/scanCell/index.js rename to client/src/features/scanCell/index.ts diff --git a/client/src/features/scanCell/scanCellMarker.js b/client/src/features/scanCell/scanCellMarker.ts similarity index 100% rename from client/src/features/scanCell/scanCellMarker.js rename to client/src/features/scanCell/scanCellMarker.ts diff --git a/client/src/features/scanner/ContextProvider.jsx b/client/src/features/scanner/ContextProvider.tsx similarity index 100% rename from client/src/features/scanner/ContextProvider.jsx rename to client/src/features/scanner/ContextProvider.tsx diff --git a/client/src/features/scanner/Marker.jsx b/client/src/features/scanner/Marker.tsx similarity index 100% rename from client/src/features/scanner/Marker.jsx rename to client/src/features/scanner/Marker.tsx diff --git a/client/src/features/scanner/Popup.jsx b/client/src/features/scanner/Popup.tsx similarity index 100% rename from client/src/features/scanner/Popup.jsx rename to client/src/features/scanner/Popup.tsx diff --git a/client/src/features/scanner/ScanDialog.jsx b/client/src/features/scanner/ScanDialog.tsx similarity index 100% rename from client/src/features/scanner/ScanDialog.jsx rename to client/src/features/scanner/ScanDialog.tsx diff --git a/client/src/features/scanner/ScanOnDemand.jsx b/client/src/features/scanner/ScanOnDemand.tsx similarity index 100% rename from client/src/features/scanner/ScanOnDemand.jsx rename to client/src/features/scanner/ScanOnDemand.tsx diff --git a/client/src/features/scanner/Shared.jsx b/client/src/features/scanner/Shared.tsx similarity index 100% rename from client/src/features/scanner/Shared.jsx rename to client/src/features/scanner/Shared.tsx diff --git a/client/src/features/scanner/hooks/store.js b/client/src/features/scanner/hooks/store.ts similarity index 100% rename from client/src/features/scanner/hooks/store.js rename to client/src/features/scanner/hooks/store.ts diff --git a/client/src/features/scanner/hooks/useCheckValid.js b/client/src/features/scanner/hooks/useCheckValid.ts similarity index 100% rename from client/src/features/scanner/hooks/useCheckValid.js rename to client/src/features/scanner/hooks/useCheckValid.ts diff --git a/client/src/features/scanner/index.js b/client/src/features/scanner/index.ts similarity index 100% rename from client/src/features/scanner/index.js rename to client/src/features/scanner/index.ts diff --git a/client/src/features/scanner/scanNext/PopupContent.jsx b/client/src/features/scanner/scanNext/PopupContent.tsx similarity index 100% rename from client/src/features/scanner/scanNext/PopupContent.jsx rename to client/src/features/scanner/scanNext/PopupContent.tsx diff --git a/client/src/features/scanner/scanNext/getCoords.js b/client/src/features/scanner/scanNext/getCoords.ts similarity index 100% rename from client/src/features/scanner/scanNext/getCoords.js rename to client/src/features/scanner/scanNext/getCoords.ts diff --git a/client/src/features/scanner/scanNext/index.jsx b/client/src/features/scanner/scanNext/index.tsx similarity index 100% rename from client/src/features/scanner/scanNext/index.jsx rename to client/src/features/scanner/scanNext/index.tsx diff --git a/client/src/features/scanner/scanZone/AdvAccordion.jsx b/client/src/features/scanner/scanZone/AdvAccordion.tsx similarity index 100% rename from client/src/features/scanner/scanZone/AdvAccordion.jsx rename to client/src/features/scanner/scanZone/AdvAccordion.tsx diff --git a/client/src/features/scanner/scanZone/PopupContent.jsx b/client/src/features/scanner/scanZone/PopupContent.tsx similarity index 100% rename from client/src/features/scanner/scanZone/PopupContent.jsx rename to client/src/features/scanner/scanZone/PopupContent.tsx diff --git a/client/src/features/scanner/scanZone/getCoords.js b/client/src/features/scanner/scanZone/getCoords.ts similarity index 100% rename from client/src/features/scanner/scanZone/getCoords.js rename to client/src/features/scanner/scanZone/getCoords.ts diff --git a/client/src/features/scanner/scanZone/index.jsx b/client/src/features/scanner/scanZone/index.tsx similarity index 100% rename from client/src/features/scanner/scanZone/index.jsx rename to client/src/features/scanner/scanZone/index.tsx diff --git a/client/src/features/search/OptionImage.jsx b/client/src/features/search/OptionImage.tsx similarity index 100% rename from client/src/features/search/OptionImage.jsx rename to client/src/features/search/OptionImage.tsx diff --git a/client/src/features/search/index.jsx b/client/src/features/search/index.tsx similarity index 100% rename from client/src/features/search/index.jsx rename to client/src/features/search/index.tsx diff --git a/client/src/features/search/renderInput.jsx b/client/src/features/search/renderInput.tsx similarity index 100% rename from client/src/features/search/renderInput.jsx rename to client/src/features/search/renderInput.tsx diff --git a/client/src/features/search/renderOption.jsx b/client/src/features/search/renderOption.tsx similarity index 100% rename from client/src/features/search/renderOption.jsx rename to client/src/features/search/renderOption.tsx diff --git a/client/src/features/search/useSendSearch.js b/client/src/features/search/useSendSearch.ts similarity index 100% rename from client/src/features/search/useSendSearch.js rename to client/src/features/search/useSendSearch.ts diff --git a/client/src/features/spawnpoint/SpawnpointPopup.jsx b/client/src/features/spawnpoint/SpawnpointPopup.tsx similarity index 100% rename from client/src/features/spawnpoint/SpawnpointPopup.jsx rename to client/src/features/spawnpoint/SpawnpointPopup.tsx diff --git a/client/src/features/spawnpoint/SpawnpointTile.jsx b/client/src/features/spawnpoint/SpawnpointTile.tsx similarity index 100% rename from client/src/features/spawnpoint/SpawnpointTile.jsx rename to client/src/features/spawnpoint/SpawnpointTile.tsx diff --git a/client/src/features/spawnpoint/index.js b/client/src/features/spawnpoint/index.ts similarity index 100% rename from client/src/features/spawnpoint/index.js rename to client/src/features/spawnpoint/index.ts diff --git a/client/src/features/spawnpoint/spawnpointMarker.js b/client/src/features/spawnpoint/spawnpointMarker.ts similarity index 100% rename from client/src/features/spawnpoint/spawnpointMarker.js rename to client/src/features/spawnpoint/spawnpointMarker.ts diff --git a/client/src/features/station/StationPopup.jsx b/client/src/features/station/StationPopup.tsx similarity index 100% rename from client/src/features/station/StationPopup.jsx rename to client/src/features/station/StationPopup.tsx diff --git a/client/src/features/station/StationTile.jsx b/client/src/features/station/StationTile.tsx similarity index 100% rename from client/src/features/station/StationTile.jsx rename to client/src/features/station/StationTile.tsx diff --git a/client/src/features/station/index.js b/client/src/features/station/index.ts similarity index 100% rename from client/src/features/station/index.js rename to client/src/features/station/index.ts diff --git a/client/src/features/station/useGetStationMons.js b/client/src/features/station/useGetStationMons.ts similarity index 100% rename from client/src/features/station/useGetStationMons.js rename to client/src/features/station/useGetStationMons.ts diff --git a/client/src/features/station/useStationMarker.js b/client/src/features/station/useStationMarker.ts similarity index 100% rename from client/src/features/station/useStationMarker.js rename to client/src/features/station/useStationMarker.ts diff --git a/client/src/features/tutorial/Advanced.jsx b/client/src/features/tutorial/Advanced.tsx similarity index 100% rename from client/src/features/tutorial/Advanced.jsx rename to client/src/features/tutorial/Advanced.tsx diff --git a/client/src/features/tutorial/Closing.jsx b/client/src/features/tutorial/Closing.tsx similarity index 100% rename from client/src/features/tutorial/Closing.jsx rename to client/src/features/tutorial/Closing.tsx diff --git a/client/src/features/tutorial/Popups.jsx b/client/src/features/tutorial/Popups.tsx similarity index 100% rename from client/src/features/tutorial/Popups.jsx rename to client/src/features/tutorial/Popups.tsx diff --git a/client/src/features/tutorial/Sidebar.jsx b/client/src/features/tutorial/Sidebar.tsx similarity index 100% rename from client/src/features/tutorial/Sidebar.jsx rename to client/src/features/tutorial/Sidebar.tsx diff --git a/client/src/features/tutorial/Sliders.jsx b/client/src/features/tutorial/Sliders.tsx similarity index 100% rename from client/src/features/tutorial/Sliders.jsx rename to client/src/features/tutorial/Sliders.tsx diff --git a/client/src/features/tutorial/Welcome.jsx b/client/src/features/tutorial/Welcome.tsx similarity index 100% rename from client/src/features/tutorial/Welcome.jsx rename to client/src/features/tutorial/Welcome.tsx diff --git a/client/src/features/tutorial/data.js b/client/src/features/tutorial/data.ts similarity index 100% rename from client/src/features/tutorial/data.js rename to client/src/features/tutorial/data.ts diff --git a/client/src/features/tutorial/index.jsx b/client/src/features/tutorial/index.tsx similarity index 100% rename from client/src/features/tutorial/index.jsx rename to client/src/features/tutorial/index.tsx diff --git a/client/src/features/wayfarer/PoI.jsx b/client/src/features/wayfarer/PoI.tsx similarity index 100% rename from client/src/features/wayfarer/PoI.jsx rename to client/src/features/wayfarer/PoI.tsx diff --git a/client/src/features/wayfarer/S14Cell.jsx b/client/src/features/wayfarer/S14Cell.tsx similarity index 100% rename from client/src/features/wayfarer/S14Cell.jsx rename to client/src/features/wayfarer/S14Cell.tsx diff --git a/client/src/features/wayfarer/S17Cell.jsx b/client/src/features/wayfarer/S17Cell.tsx similarity index 100% rename from client/src/features/wayfarer/S17Cell.jsx rename to client/src/features/wayfarer/S17Cell.tsx diff --git a/client/src/features/wayfarer/WayfarerPopup.jsx b/client/src/features/wayfarer/WayfarerPopup.tsx similarity index 100% rename from client/src/features/wayfarer/WayfarerPopup.jsx rename to client/src/features/wayfarer/WayfarerPopup.tsx diff --git a/client/src/features/wayfarer/WayfarerTile.jsx b/client/src/features/wayfarer/WayfarerTile.tsx similarity index 100% rename from client/src/features/wayfarer/WayfarerTile.jsx rename to client/src/features/wayfarer/WayfarerTile.tsx diff --git a/client/src/features/wayfarer/index.js b/client/src/features/wayfarer/index.ts similarity index 100% rename from client/src/features/wayfarer/index.js rename to client/src/features/wayfarer/index.ts diff --git a/client/src/features/wayfarer/typeCell.js b/client/src/features/wayfarer/typeCell.ts similarity index 100% rename from client/src/features/wayfarer/typeCell.js rename to client/src/features/wayfarer/typeCell.ts diff --git a/client/src/features/weather/ActiveWeather.jsx b/client/src/features/weather/ActiveWeather.tsx similarity index 100% rename from client/src/features/weather/ActiveWeather.jsx rename to client/src/features/weather/ActiveWeather.tsx diff --git a/client/src/features/weather/WeatherPopup.jsx b/client/src/features/weather/WeatherPopup.tsx similarity index 100% rename from client/src/features/weather/WeatherPopup.jsx rename to client/src/features/weather/WeatherPopup.tsx diff --git a/client/src/features/weather/WeatherTile.jsx b/client/src/features/weather/WeatherTile.tsx similarity index 100% rename from client/src/features/weather/WeatherTile.jsx rename to client/src/features/weather/WeatherTile.tsx diff --git a/client/src/features/weather/index.js b/client/src/features/weather/index.ts similarity index 100% rename from client/src/features/weather/index.js rename to client/src/features/weather/index.ts diff --git a/client/src/features/weather/weatherMarker.js b/client/src/features/weather/weatherMarker.ts similarity index 100% rename from client/src/features/weather/weatherMarker.js rename to client/src/features/weather/weatherMarker.ts diff --git a/client/src/features/webhooks/Error.jsx b/client/src/features/webhooks/Error.tsx similarity index 100% rename from client/src/features/webhooks/Error.jsx rename to client/src/features/webhooks/Error.tsx diff --git a/client/src/features/webhooks/Manage.jsx b/client/src/features/webhooks/Manage.tsx similarity index 100% rename from client/src/features/webhooks/Manage.jsx rename to client/src/features/webhooks/Manage.tsx diff --git a/client/src/features/webhooks/Notification.jsx b/client/src/features/webhooks/Notification.tsx similarity index 100% rename from client/src/features/webhooks/Notification.jsx rename to client/src/features/webhooks/Notification.tsx diff --git a/client/src/features/webhooks/Selecting.jsx b/client/src/features/webhooks/Selecting.tsx similarity index 100% rename from client/src/features/webhooks/Selecting.jsx rename to client/src/features/webhooks/Selecting.tsx diff --git a/client/src/features/webhooks/Tracked.jsx b/client/src/features/webhooks/Tracked.tsx similarity index 100% rename from client/src/features/webhooks/Tracked.jsx rename to client/src/features/webhooks/Tracked.tsx diff --git a/client/src/features/webhooks/Webhook.jsx b/client/src/features/webhooks/Webhook.tsx similarity index 100% rename from client/src/features/webhooks/Webhook.jsx rename to client/src/features/webhooks/Webhook.tsx diff --git a/client/src/features/webhooks/WebhookAdv.jsx b/client/src/features/webhooks/WebhookAdv.tsx similarity index 100% rename from client/src/features/webhooks/WebhookAdv.jsx rename to client/src/features/webhooks/WebhookAdv.tsx diff --git a/client/src/features/webhooks/hooks/useGenFilters.js b/client/src/features/webhooks/hooks/useGenFilters.ts similarity index 100% rename from client/src/features/webhooks/hooks/useGenFilters.js rename to client/src/features/webhooks/hooks/useGenFilters.ts diff --git a/client/src/features/webhooks/hooks/useGetAreas.js b/client/src/features/webhooks/hooks/useGetAreas.ts similarity index 100% rename from client/src/features/webhooks/hooks/useGetAreas.js rename to client/src/features/webhooks/hooks/useGetAreas.ts diff --git a/client/src/features/webhooks/hooks/useGetHookContext.js b/client/src/features/webhooks/hooks/useGetHookContext.ts similarity index 100% rename from client/src/features/webhooks/hooks/useGetHookContext.js rename to client/src/features/webhooks/hooks/useGetHookContext.ts diff --git a/client/src/features/webhooks/hooks/useGetWebhookData.js b/client/src/features/webhooks/hooks/useGetWebhookData.ts similarity index 100% rename from client/src/features/webhooks/hooks/useGetWebhookData.js rename to client/src/features/webhooks/hooks/useGetWebhookData.ts diff --git a/client/src/features/webhooks/hooks/useSyncData.js b/client/src/features/webhooks/hooks/useSyncData.ts similarity index 100% rename from client/src/features/webhooks/hooks/useSyncData.js rename to client/src/features/webhooks/hooks/useSyncData.ts diff --git a/client/src/features/webhooks/human/Draggable.jsx b/client/src/features/webhooks/human/Draggable.tsx similarity index 100% rename from client/src/features/webhooks/human/Draggable.jsx rename to client/src/features/webhooks/human/Draggable.tsx diff --git a/client/src/features/webhooks/human/Location.jsx b/client/src/features/webhooks/human/Location.tsx similarity index 100% rename from client/src/features/webhooks/human/Location.jsx rename to client/src/features/webhooks/human/Location.tsx diff --git a/client/src/features/webhooks/human/area/AreaChip.jsx b/client/src/features/webhooks/human/area/AreaChip.tsx similarity index 100% rename from client/src/features/webhooks/human/area/AreaChip.jsx rename to client/src/features/webhooks/human/area/AreaChip.tsx diff --git a/client/src/features/webhooks/human/area/AreaGroup.jsx b/client/src/features/webhooks/human/area/AreaGroup.tsx similarity index 100% rename from client/src/features/webhooks/human/area/AreaGroup.jsx rename to client/src/features/webhooks/human/area/AreaGroup.tsx diff --git a/client/src/features/webhooks/human/area/AreaSelection.jsx b/client/src/features/webhooks/human/area/AreaSelection.tsx similarity index 100% rename from client/src/features/webhooks/human/area/AreaSelection.jsx rename to client/src/features/webhooks/human/area/AreaSelection.tsx diff --git a/client/src/features/webhooks/human/area/Selected.jsx b/client/src/features/webhooks/human/area/Selected.tsx similarity index 100% rename from client/src/features/webhooks/human/area/Selected.jsx rename to client/src/features/webhooks/human/area/Selected.tsx diff --git a/client/src/features/webhooks/human/area/index.jsx b/client/src/features/webhooks/human/area/index.tsx similarity index 100% rename from client/src/features/webhooks/human/area/index.jsx rename to client/src/features/webhooks/human/area/index.tsx diff --git a/client/src/features/webhooks/human/index.jsx b/client/src/features/webhooks/human/index.tsx similarity index 100% rename from client/src/features/webhooks/human/index.jsx rename to client/src/features/webhooks/human/index.tsx diff --git a/client/src/features/webhooks/human/profile/ActiveHourChip.jsx b/client/src/features/webhooks/human/profile/ActiveHourChip.tsx similarity index 100% rename from client/src/features/webhooks/human/profile/ActiveHourChip.jsx rename to client/src/features/webhooks/human/profile/ActiveHourChip.tsx diff --git a/client/src/features/webhooks/human/profile/CopyView.jsx b/client/src/features/webhooks/human/profile/CopyView.tsx similarity index 100% rename from client/src/features/webhooks/human/profile/CopyView.jsx rename to client/src/features/webhooks/human/profile/CopyView.tsx diff --git a/client/src/features/webhooks/human/profile/DeleteVIew.jsx b/client/src/features/webhooks/human/profile/DeleteVIew.tsx similarity index 100% rename from client/src/features/webhooks/human/profile/DeleteVIew.jsx rename to client/src/features/webhooks/human/profile/DeleteVIew.tsx diff --git a/client/src/features/webhooks/human/profile/EditView.jsx b/client/src/features/webhooks/human/profile/EditView.tsx similarity index 100% rename from client/src/features/webhooks/human/profile/EditView.jsx rename to client/src/features/webhooks/human/profile/EditView.tsx diff --git a/client/src/features/webhooks/human/profile/NewProfile.jsx b/client/src/features/webhooks/human/profile/NewProfile.tsx similarity index 100% rename from client/src/features/webhooks/human/profile/NewProfile.jsx rename to client/src/features/webhooks/human/profile/NewProfile.tsx diff --git a/client/src/features/webhooks/human/profile/ProfileTile.jsx b/client/src/features/webhooks/human/profile/ProfileTile.tsx similarity index 100% rename from client/src/features/webhooks/human/profile/ProfileTile.jsx rename to client/src/features/webhooks/human/profile/ProfileTile.tsx diff --git a/client/src/features/webhooks/human/profile/ProfileView.jsx b/client/src/features/webhooks/human/profile/ProfileView.tsx similarity index 100% rename from client/src/features/webhooks/human/profile/ProfileView.jsx rename to client/src/features/webhooks/human/profile/ProfileView.tsx diff --git a/client/src/features/webhooks/human/profile/handleUpdate.js b/client/src/features/webhooks/human/profile/handleUpdate.ts similarity index 100% rename from client/src/features/webhooks/human/profile/handleUpdate.js rename to client/src/features/webhooks/human/profile/handleUpdate.ts diff --git a/client/src/features/webhooks/human/profile/index.jsx b/client/src/features/webhooks/human/profile/index.tsx similarity index 100% rename from client/src/features/webhooks/human/profile/index.jsx rename to client/src/features/webhooks/human/profile/index.tsx diff --git a/client/src/features/webhooks/human/status/EnableSwitch.jsx b/client/src/features/webhooks/human/status/EnableSwitch.tsx similarity index 100% rename from client/src/features/webhooks/human/status/EnableSwitch.jsx rename to client/src/features/webhooks/human/status/EnableSwitch.tsx diff --git a/client/src/features/webhooks/human/status/HookSelection.jsx b/client/src/features/webhooks/human/status/HookSelection.tsx similarity index 100% rename from client/src/features/webhooks/human/status/HookSelection.jsx rename to client/src/features/webhooks/human/status/HookSelection.tsx diff --git a/client/src/features/webhooks/human/status/ProfileSelect.jsx b/client/src/features/webhooks/human/status/ProfileSelect.tsx similarity index 100% rename from client/src/features/webhooks/human/status/ProfileSelect.jsx rename to client/src/features/webhooks/human/status/ProfileSelect.tsx diff --git a/client/src/features/webhooks/human/status/index.jsx b/client/src/features/webhooks/human/status/index.tsx similarity index 100% rename from client/src/features/webhooks/human/status/index.jsx rename to client/src/features/webhooks/human/status/index.tsx diff --git a/client/src/features/webhooks/index.js b/client/src/features/webhooks/index.ts similarity index 100% rename from client/src/features/webhooks/index.js rename to client/src/features/webhooks/index.ts diff --git a/client/src/features/webhooks/services/Poracle.js b/client/src/features/webhooks/services/Poracle.ts similarity index 100% rename from client/src/features/webhooks/services/Poracle.js rename to client/src/features/webhooks/services/Poracle.ts diff --git a/client/src/features/webhooks/tiles/TrackedTile.jsx b/client/src/features/webhooks/tiles/TrackedTile.tsx similarity index 100% rename from client/src/features/webhooks/tiles/TrackedTile.jsx rename to client/src/features/webhooks/tiles/TrackedTile.tsx diff --git a/client/src/features/webhooks/tiles/WebhookItem.jsx b/client/src/features/webhooks/tiles/WebhookItem.tsx similarity index 100% rename from client/src/features/webhooks/tiles/WebhookItem.jsx rename to client/src/features/webhooks/tiles/WebhookItem.tsx diff --git a/client/src/hooks/useAnalytics.js b/client/src/hooks/useAnalytics.ts similarity index 100% rename from client/src/hooks/useAnalytics.js rename to client/src/hooks/useAnalytics.ts diff --git a/client/src/hooks/useFilter.js b/client/src/hooks/useFilter.ts similarity index 100% rename from client/src/hooks/useFilter.js rename to client/src/hooks/useFilter.ts diff --git a/client/src/hooks/useForcePopup.js b/client/src/hooks/useForcePopup.tsx similarity index 100% rename from client/src/hooks/useForcePopup.js rename to client/src/hooks/useForcePopup.tsx diff --git a/client/src/hooks/useGetAvailable.js b/client/src/hooks/useGetAvailable.ts similarity index 100% rename from client/src/hooks/useGetAvailable.js rename to client/src/hooks/useGetAvailable.ts diff --git a/client/src/hooks/useHideElement.js b/client/src/hooks/useHideElement.ts similarity index 100% rename from client/src/hooks/useHideElement.js rename to client/src/hooks/useHideElement.ts diff --git a/client/src/hooks/useLocation.js b/client/src/hooks/useLocation.ts similarity index 100% rename from client/src/hooks/useLocation.js rename to client/src/hooks/useLocation.ts diff --git a/client/src/hooks/useMapData.js b/client/src/hooks/useMapData.ts similarity index 100% rename from client/src/hooks/useMapData.js rename to client/src/hooks/useMapData.ts diff --git a/client/src/hooks/useMarkerTimer.js b/client/src/hooks/useMarkerTimer.tsx similarity index 100% rename from client/src/hooks/useMarkerTimer.js rename to client/src/hooks/useMarkerTimer.tsx diff --git a/client/src/hooks/useOpacity.js b/client/src/hooks/useOpacity.ts similarity index 100% rename from client/src/hooks/useOpacity.js rename to client/src/hooks/useOpacity.ts diff --git a/client/src/hooks/useProcessError.js b/client/src/hooks/useProcessError.ts similarity index 100% rename from client/src/hooks/useProcessError.js rename to client/src/hooks/useProcessError.ts diff --git a/client/src/hooks/useRelativeTime.js b/client/src/hooks/useRelativeTime.ts similarity index 100% rename from client/src/hooks/useRelativeTime.js rename to client/src/hooks/useRelativeTime.ts diff --git a/client/src/hooks/useTranslateById.js b/client/src/hooks/useTranslateById.ts similarity index 100% rename from client/src/hooks/useTranslateById.js rename to client/src/hooks/useTranslateById.ts diff --git a/client/src/index.jsx b/client/src/index.tsx similarity index 100% rename from client/src/index.jsx rename to client/src/index.tsx diff --git a/client/src/pages/Blocked.jsx b/client/src/pages/Blocked.tsx similarity index 100% rename from client/src/pages/Blocked.jsx rename to client/src/pages/Blocked.tsx diff --git a/client/src/pages/Error.jsx b/client/src/pages/Error.tsx similarity index 100% rename from client/src/pages/Error.jsx rename to client/src/pages/Error.tsx diff --git a/client/src/pages/Reset.jsx b/client/src/pages/Reset.tsx similarity index 100% rename from client/src/pages/Reset.jsx rename to client/src/pages/Reset.tsx diff --git a/client/src/pages/data/components/Notification.jsx b/client/src/pages/data/components/Notification.tsx similarity index 100% rename from client/src/pages/data/components/Notification.jsx rename to client/src/pages/data/components/Notification.tsx diff --git a/client/src/pages/data/components/ResetFilters.jsx b/client/src/pages/data/components/ResetFilters.tsx similarity index 100% rename from client/src/pages/data/components/ResetFilters.jsx rename to client/src/pages/data/components/ResetFilters.tsx diff --git a/client/src/pages/data/components/ResetGeneral.jsx b/client/src/pages/data/components/ResetGeneral.tsx similarity index 100% rename from client/src/pages/data/components/ResetGeneral.jsx rename to client/src/pages/data/components/ResetGeneral.tsx diff --git a/client/src/pages/data/components/Shared.jsx b/client/src/pages/data/components/Shared.tsx similarity index 100% rename from client/src/pages/data/components/Shared.jsx rename to client/src/pages/data/components/Shared.tsx diff --git a/client/src/pages/data/components/TopRow.jsx b/client/src/pages/data/components/TopRow.tsx similarity index 100% rename from client/src/pages/data/components/TopRow.jsx rename to client/src/pages/data/components/TopRow.tsx diff --git a/client/src/pages/data/hooks/store.js b/client/src/pages/data/hooks/store.ts similarity index 100% rename from client/src/pages/data/hooks/store.js rename to client/src/pages/data/hooks/store.ts diff --git a/client/src/pages/data/index.jsx b/client/src/pages/data/index.tsx similarity index 100% rename from client/src/pages/data/index.jsx rename to client/src/pages/data/index.tsx diff --git a/client/src/pages/index.jsx b/client/src/pages/index.tsx similarity index 100% rename from client/src/pages/index.jsx rename to client/src/pages/index.tsx diff --git a/client/src/pages/locales/components/AllSwitch.jsx b/client/src/pages/locales/components/AllSwitch.tsx similarity index 100% rename from client/src/pages/locales/components/AllSwitch.jsx rename to client/src/pages/locales/components/AllSwitch.tsx diff --git a/client/src/pages/locales/components/EditLocale.jsx b/client/src/pages/locales/components/EditLocale.tsx similarity index 100% rename from client/src/pages/locales/components/EditLocale.jsx rename to client/src/pages/locales/components/EditLocale.tsx diff --git a/client/src/pages/locales/components/LocalesFooter.jsx b/client/src/pages/locales/components/LocalesFooter.tsx similarity index 100% rename from client/src/pages/locales/components/LocalesFooter.jsx rename to client/src/pages/locales/components/LocalesFooter.tsx diff --git a/client/src/pages/locales/components/LocalesHeader.jsx b/client/src/pages/locales/components/LocalesHeader.tsx similarity index 100% rename from client/src/pages/locales/components/LocalesHeader.jsx rename to client/src/pages/locales/components/LocalesHeader.tsx diff --git a/client/src/pages/locales/components/LocalesTable.jsx b/client/src/pages/locales/components/LocalesTable.tsx similarity index 100% rename from client/src/pages/locales/components/LocalesTable.jsx rename to client/src/pages/locales/components/LocalesTable.tsx diff --git a/client/src/pages/locales/hooks/store.js b/client/src/pages/locales/hooks/store.ts similarity index 100% rename from client/src/pages/locales/hooks/store.js rename to client/src/pages/locales/hooks/store.ts diff --git a/client/src/pages/locales/index.jsx b/client/src/pages/locales/index.tsx similarity index 100% rename from client/src/pages/locales/index.jsx rename to client/src/pages/locales/index.tsx diff --git a/client/src/pages/login/DefaultPage.jsx b/client/src/pages/login/DefaultPage.tsx similarity index 100% rename from client/src/pages/login/DefaultPage.jsx rename to client/src/pages/login/DefaultPage.tsx diff --git a/client/src/pages/login/Methods.jsx b/client/src/pages/login/Methods.tsx similarity index 100% rename from client/src/pages/login/Methods.jsx rename to client/src/pages/login/Methods.tsx diff --git a/client/src/pages/login/index.jsx b/client/src/pages/login/index.tsx similarity index 100% rename from client/src/pages/login/index.jsx rename to client/src/pages/login/index.tsx diff --git a/client/src/pages/map/components/Clustering.jsx b/client/src/pages/map/components/Clustering.tsx similarity index 100% rename from client/src/pages/map/components/Clustering.jsx rename to client/src/pages/map/components/Clustering.tsx diff --git a/client/src/pages/map/components/Container.jsx b/client/src/pages/map/components/Container.tsx similarity index 100% rename from client/src/pages/map/components/Container.jsx rename to client/src/pages/map/components/Container.tsx diff --git a/client/src/pages/map/components/Data.jsx b/client/src/pages/map/components/Data.tsx similarity index 100% rename from client/src/pages/map/components/Data.jsx rename to client/src/pages/map/components/Data.tsx diff --git a/client/src/pages/map/components/Effects.jsx b/client/src/pages/map/components/Effects.tsx similarity index 100% rename from client/src/pages/map/components/Effects.jsx rename to client/src/pages/map/components/Effects.tsx diff --git a/client/src/pages/map/components/FloatingBtn.jsx b/client/src/pages/map/components/FloatingBtn.tsx similarity index 100% rename from client/src/pages/map/components/FloatingBtn.jsx rename to client/src/pages/map/components/FloatingBtn.tsx diff --git a/client/src/pages/map/components/Layers.jsx b/client/src/pages/map/components/Layers.tsx similarity index 100% rename from client/src/pages/map/components/Layers.jsx rename to client/src/pages/map/components/Layers.tsx diff --git a/client/src/pages/map/components/Nav.jsx b/client/src/pages/map/components/Nav.tsx similarity index 100% rename from client/src/pages/map/components/Nav.jsx rename to client/src/pages/map/components/Nav.tsx diff --git a/client/src/pages/map/components/QueryData.jsx b/client/src/pages/map/components/QueryData.tsx similarity index 100% rename from client/src/pages/map/components/QueryData.jsx rename to client/src/pages/map/components/QueryData.tsx diff --git a/client/src/pages/map/components/WebhookQuery.jsx b/client/src/pages/map/components/WebhookQuery.tsx similarity index 100% rename from client/src/pages/map/components/WebhookQuery.jsx rename to client/src/pages/map/components/WebhookQuery.tsx diff --git a/client/src/pages/map/hooks/useGenGyms.js b/client/src/pages/map/hooks/useGenGyms.ts similarity index 100% rename from client/src/pages/map/hooks/useGenGyms.js rename to client/src/pages/map/hooks/useGenGyms.ts diff --git a/client/src/pages/map/hooks/useGenPokemon.js b/client/src/pages/map/hooks/useGenPokemon.ts similarity index 100% rename from client/src/pages/map/hooks/useGenPokemon.js rename to client/src/pages/map/hooks/useGenPokemon.ts diff --git a/client/src/pages/map/hooks/useGenPokestops.js b/client/src/pages/map/hooks/useGenPokestops.ts similarity index 100% rename from client/src/pages/map/hooks/useGenPokestops.js rename to client/src/pages/map/hooks/useGenPokestops.ts diff --git a/client/src/pages/map/hooks/usePermCheck.js b/client/src/pages/map/hooks/usePermCheck.ts similarity index 100% rename from client/src/pages/map/hooks/usePermCheck.js rename to client/src/pages/map/hooks/usePermCheck.ts diff --git a/client/src/pages/map/hooks/useTileLayer.js b/client/src/pages/map/hooks/useTileLayer.ts similarity index 100% rename from client/src/pages/map/hooks/useTileLayer.js rename to client/src/pages/map/hooks/useTileLayer.ts diff --git a/client/src/pages/map/index.jsx b/client/src/pages/map/index.tsx similarity index 100% rename from client/src/pages/map/index.jsx rename to client/src/pages/map/index.tsx diff --git a/client/src/pages/map/tileObject.js b/client/src/pages/map/tileObject.ts similarity index 100% rename from client/src/pages/map/tileObject.js rename to client/src/pages/map/tileObject.ts diff --git a/client/src/pages/playground/components/ComponentMenu.jsx b/client/src/pages/playground/components/ComponentMenu.tsx similarity index 100% rename from client/src/pages/playground/components/ComponentMenu.jsx rename to client/src/pages/playground/components/ComponentMenu.tsx diff --git a/client/src/pages/playground/components/Download.jsx b/client/src/pages/playground/components/Download.tsx similarity index 100% rename from client/src/pages/playground/components/Download.jsx rename to client/src/pages/playground/components/Download.tsx diff --git a/client/src/pages/playground/components/Editor.jsx b/client/src/pages/playground/components/Editor.tsx similarity index 100% rename from client/src/pages/playground/components/Editor.jsx rename to client/src/pages/playground/components/Editor.tsx diff --git a/client/src/pages/playground/components/LocaleMenu.jsx b/client/src/pages/playground/components/LocaleMenu.tsx similarity index 100% rename from client/src/pages/playground/components/LocaleMenu.jsx rename to client/src/pages/playground/components/LocaleMenu.tsx diff --git a/client/src/pages/playground/components/MainMenu.jsx b/client/src/pages/playground/components/MainMenu.tsx similarity index 100% rename from client/src/pages/playground/components/MainMenu.jsx rename to client/src/pages/playground/components/MainMenu.tsx diff --git a/client/src/pages/playground/components/Save.jsx b/client/src/pages/playground/components/Save.tsx similarity index 100% rename from client/src/pages/playground/components/Save.jsx rename to client/src/pages/playground/components/Save.tsx diff --git a/client/src/pages/playground/components/Status.jsx b/client/src/pages/playground/components/Status.tsx similarity index 100% rename from client/src/pages/playground/components/Status.jsx rename to client/src/pages/playground/components/Status.tsx diff --git a/client/src/pages/playground/components/Theme.jsx b/client/src/pages/playground/components/Theme.tsx similarity index 100% rename from client/src/pages/playground/components/Theme.jsx rename to client/src/pages/playground/components/Theme.tsx diff --git a/client/src/pages/playground/components/ToggleEditor.jsx b/client/src/pages/playground/components/ToggleEditor.tsx similarity index 100% rename from client/src/pages/playground/components/ToggleEditor.jsx rename to client/src/pages/playground/components/ToggleEditor.tsx diff --git a/client/src/pages/playground/components/Toolbar.jsx b/client/src/pages/playground/components/Toolbar.tsx similarity index 100% rename from client/src/pages/playground/components/Toolbar.jsx rename to client/src/pages/playground/components/Toolbar.tsx diff --git a/client/src/pages/playground/components/Viewer.jsx b/client/src/pages/playground/components/Viewer.tsx similarity index 100% rename from client/src/pages/playground/components/Viewer.jsx rename to client/src/pages/playground/components/Viewer.tsx diff --git a/client/src/pages/playground/hooks/store.js b/client/src/pages/playground/hooks/store.ts similarity index 100% rename from client/src/pages/playground/hooks/store.js rename to client/src/pages/playground/hooks/store.ts diff --git a/client/src/pages/playground/hooks/useSafeParse.js b/client/src/pages/playground/hooks/useSafeParse.ts similarity index 100% rename from client/src/pages/playground/hooks/useSafeParse.js rename to client/src/pages/playground/hooks/useSafeParse.ts diff --git a/client/src/pages/playground/index.jsx b/client/src/pages/playground/index.tsx similarity index 100% rename from client/src/pages/playground/index.jsx rename to client/src/pages/playground/index.tsx diff --git a/client/src/services/Assets.js b/client/src/services/Assets.ts similarity index 100% rename from client/src/services/Assets.js rename to client/src/services/Assets.ts diff --git a/client/src/services/Sentry.js b/client/src/services/Sentry.ts similarity index 100% rename from client/src/services/Sentry.js rename to client/src/services/Sentry.ts diff --git a/client/src/services/SimpleTTLCache.js b/client/src/services/SimpleTTLCache.ts similarity index 100% rename from client/src/services/SimpleTTLCache.js rename to client/src/services/SimpleTTLCache.ts diff --git a/client/src/services/apollo/AbortableContext.js b/client/src/services/apollo/AbortableContext.ts similarity index 100% rename from client/src/services/apollo/AbortableContext.js rename to client/src/services/apollo/AbortableContext.ts diff --git a/client/src/services/apollo/AbortableLink.js b/client/src/services/apollo/AbortableLink.ts similarity index 100% rename from client/src/services/apollo/AbortableLink.js rename to client/src/services/apollo/AbortableLink.ts diff --git a/client/src/services/apollo/RobustTimeout.js b/client/src/services/apollo/RobustTimeout.ts similarity index 100% rename from client/src/services/apollo/RobustTimeout.js rename to client/src/services/apollo/RobustTimeout.ts diff --git a/client/src/services/apollo/index.js b/client/src/services/apollo/index.ts similarity index 100% rename from client/src/services/apollo/index.js rename to client/src/services/apollo/index.ts diff --git a/client/src/services/desktopNotification.js b/client/src/services/desktopNotification.ts similarity index 100% rename from client/src/services/desktopNotification.js rename to client/src/services/desktopNotification.ts diff --git a/client/src/services/events.js b/client/src/services/events.ts similarity index 100% rename from client/src/services/events.js rename to client/src/services/events.ts diff --git a/client/src/services/fetches.js b/client/src/services/fetches.ts similarity index 100% rename from client/src/services/fetches.js rename to client/src/services/fetches.ts diff --git a/client/src/services/i18n.js b/client/src/services/i18n.ts similarity index 100% rename from client/src/services/i18n.js rename to client/src/services/i18n.ts diff --git a/client/src/services/queries/available.js b/client/src/services/queries/available.ts similarity index 100% rename from client/src/services/queries/available.js rename to client/src/services/queries/available.ts diff --git a/client/src/services/queries/config.js b/client/src/services/queries/config.ts similarity index 100% rename from client/src/services/queries/config.js rename to client/src/services/queries/config.ts diff --git a/client/src/services/queries/device.js b/client/src/services/queries/device.ts similarity index 100% rename from client/src/services/queries/device.js rename to client/src/services/queries/device.ts diff --git a/client/src/services/queries/geocoder.js b/client/src/services/queries/geocoder.ts similarity index 100% rename from client/src/services/queries/geocoder.js rename to client/src/services/queries/geocoder.ts diff --git a/client/src/services/queries/gym.js b/client/src/services/queries/gym.ts similarity index 100% rename from client/src/services/queries/gym.js rename to client/src/services/queries/gym.ts diff --git a/client/src/services/queries/index.js b/client/src/services/queries/index.ts similarity index 100% rename from client/src/services/queries/index.js rename to client/src/services/queries/index.ts diff --git a/client/src/services/queries/nest.js b/client/src/services/queries/nest.ts similarity index 100% rename from client/src/services/queries/nest.js rename to client/src/services/queries/nest.ts diff --git a/client/src/services/queries/pokemon.js b/client/src/services/queries/pokemon.ts similarity index 100% rename from client/src/services/queries/pokemon.js rename to client/src/services/queries/pokemon.ts diff --git a/client/src/services/queries/pokestop.js b/client/src/services/queries/pokestop.ts similarity index 100% rename from client/src/services/queries/pokestop.js rename to client/src/services/queries/pokestop.ts diff --git a/client/src/services/queries/portal.js b/client/src/services/queries/portal.ts similarity index 100% rename from client/src/services/queries/portal.js rename to client/src/services/queries/portal.ts diff --git a/client/src/services/queries/route.js b/client/src/services/queries/route.ts similarity index 100% rename from client/src/services/queries/route.js rename to client/src/services/queries/route.ts diff --git a/client/src/services/queries/s2cell.js b/client/src/services/queries/s2cell.ts similarity index 100% rename from client/src/services/queries/s2cell.js rename to client/src/services/queries/s2cell.ts diff --git a/client/src/services/queries/scanAreas.js b/client/src/services/queries/scanAreas.ts similarity index 100% rename from client/src/services/queries/scanAreas.js rename to client/src/services/queries/scanAreas.ts diff --git a/client/src/services/queries/scanCell.js b/client/src/services/queries/scanCell.ts similarity index 100% rename from client/src/services/queries/scanCell.js rename to client/src/services/queries/scanCell.ts diff --git a/client/src/services/queries/scanner.js b/client/src/services/queries/scanner.ts similarity index 100% rename from client/src/services/queries/scanner.js rename to client/src/services/queries/scanner.ts diff --git a/client/src/services/queries/search.js b/client/src/services/queries/search.ts similarity index 100% rename from client/src/services/queries/search.js rename to client/src/services/queries/search.ts diff --git a/client/src/services/queries/spawnpoint.js b/client/src/services/queries/spawnpoint.ts similarity index 100% rename from client/src/services/queries/spawnpoint.js rename to client/src/services/queries/spawnpoint.ts diff --git a/client/src/services/queries/station.js b/client/src/services/queries/station.ts similarity index 100% rename from client/src/services/queries/station.js rename to client/src/services/queries/station.ts diff --git a/client/src/services/queries/submissionCells.js b/client/src/services/queries/submissionCells.ts similarity index 100% rename from client/src/services/queries/submissionCells.js rename to client/src/services/queries/submissionCells.ts diff --git a/client/src/services/queries/user.js b/client/src/services/queries/user.ts similarity index 100% rename from client/src/services/queries/user.js rename to client/src/services/queries/user.ts diff --git a/client/src/services/queries/weather.js b/client/src/services/queries/weather.ts similarity index 100% rename from client/src/services/queries/weather.js rename to client/src/services/queries/weather.ts diff --git a/client/src/services/queries/webhook.js b/client/src/services/queries/webhook.ts similarity index 100% rename from client/src/services/queries/webhook.js rename to client/src/services/queries/webhook.ts diff --git a/client/src/store/useFormatStore.js b/client/src/store/useFormatStore.ts similarity index 100% rename from client/src/store/useFormatStore.js rename to client/src/store/useFormatStore.ts diff --git a/client/src/store/useLayoutStore.js b/client/src/store/useLayoutStore.ts similarity index 100% rename from client/src/store/useLayoutStore.js rename to client/src/store/useLayoutStore.ts diff --git a/client/src/store/useMapStore.js b/client/src/store/useMapStore.ts similarity index 100% rename from client/src/store/useMapStore.js rename to client/src/store/useMapStore.ts diff --git a/client/src/store/useMemory.js b/client/src/store/useMemory.ts similarity index 100% rename from client/src/store/useMemory.js rename to client/src/store/useMemory.ts diff --git a/client/src/store/useStorage.js b/client/src/store/useStorage.tsx similarity index 100% rename from client/src/store/useStorage.js rename to client/src/store/useStorage.tsx diff --git a/client/src/store/useWebhookStore.js b/client/src/store/useWebhookStore.ts similarity index 100% rename from client/src/store/useWebhookStore.js rename to client/src/store/useWebhookStore.ts diff --git a/client/src/utils/analytics.js b/client/src/utils/analytics.ts similarity index 100% rename from client/src/utils/analytics.js rename to client/src/utils/analytics.ts diff --git a/client/src/utils/applyToAll.js b/client/src/utils/applyToAll.ts similarity index 100% rename from client/src/utils/applyToAll.js rename to client/src/utils/applyToAll.ts diff --git a/client/src/utils/checkAdvFilter.js b/client/src/utils/checkAdvFilter.ts similarity index 100% rename from client/src/utils/checkAdvFilter.js rename to client/src/utils/checkAdvFilter.ts diff --git a/client/src/utils/dayCheck.js b/client/src/utils/dayCheck.ts similarity index 100% rename from client/src/utils/dayCheck.js rename to client/src/utils/dayCheck.ts diff --git a/client/src/utils/deepMerge.js b/client/src/utils/deepMerge.ts similarity index 100% rename from client/src/utils/deepMerge.js rename to client/src/utils/deepMerge.ts diff --git a/client/src/utils/downloadJson.js b/client/src/utils/downloadJson.ts similarity index 100% rename from client/src/utils/downloadJson.js rename to client/src/utils/downloadJson.ts diff --git a/client/src/utils/formatDistance.js b/client/src/utils/formatDistance.ts similarity index 100% rename from client/src/utils/formatDistance.js rename to client/src/utils/formatDistance.ts diff --git a/client/src/utils/formatInterval.js b/client/src/utils/formatInterval.ts similarity index 100% rename from client/src/utils/formatInterval.js rename to client/src/utils/formatInterval.ts diff --git a/client/src/utils/fromSearchCategory.js b/client/src/utils/fromSearchCategory.ts similarity index 100% rename from client/src/utils/fromSearchCategory.js rename to client/src/utils/fromSearchCategory.ts diff --git a/client/src/utils/generateSlots.js b/client/src/utils/generateSlots.ts similarity index 100% rename from client/src/utils/generateSlots.js rename to client/src/utils/generateSlots.ts diff --git a/client/src/utils/getAttackBonus.js b/client/src/utils/getAttackBonus.ts similarity index 100% rename from client/src/utils/getAttackBonus.js rename to client/src/utils/getAttackBonus.ts diff --git a/client/src/utils/getBadge.js b/client/src/utils/getBadge.ts similarity index 100% rename from client/src/utils/getBadge.js rename to client/src/utils/getBadge.ts diff --git a/client/src/utils/getGlowRules.js b/client/src/utils/getGlowRules.ts similarity index 100% rename from client/src/utils/getGlowRules.js rename to client/src/utils/getGlowRules.ts diff --git a/client/src/utils/getGruntReward.js b/client/src/utils/getGruntReward.ts similarity index 100% rename from client/src/utils/getGruntReward.js rename to client/src/utils/getGruntReward.ts diff --git a/client/src/utils/getQueryArgs.js b/client/src/utils/getQueryArgs.ts similarity index 100% rename from client/src/utils/getQueryArgs.js rename to client/src/utils/getQueryArgs.ts diff --git a/client/src/utils/getRewardInfo.js b/client/src/utils/getRewardInfo.ts similarity index 100% rename from client/src/utils/getRewardInfo.js rename to client/src/utils/getRewardInfo.ts diff --git a/client/src/utils/getTileBackground.js b/client/src/utils/getTileBackground.ts similarity index 100% rename from client/src/utils/getTileBackground.js rename to client/src/utils/getTileBackground.ts diff --git a/client/src/utils/getTimeUntil.js b/client/src/utils/getTimeUntil.ts similarity index 100% rename from client/src/utils/getTimeUntil.js rename to client/src/utils/getTimeUntil.ts diff --git a/client/src/utils/hasAll.js b/client/src/utils/hasAll.ts similarity index 100% rename from client/src/utils/hasAll.js rename to client/src/utils/hasAll.ts diff --git a/client/src/utils/isLocalStorageEnabled.js b/client/src/utils/isLocalStorageEnabled.ts similarity index 100% rename from client/src/utils/isLocalStorageEnabled.js rename to client/src/utils/isLocalStorageEnabled.ts diff --git a/client/src/utils/offset.js b/client/src/utils/offset.ts similarity index 100% rename from client/src/utils/offset.js rename to client/src/utils/offset.ts diff --git a/client/src/utils/parseConditions.js b/client/src/utils/parseConditions.ts similarity index 100% rename from client/src/utils/parseConditions.js rename to client/src/utils/parseConditions.ts diff --git a/client/src/utils/resetState.js b/client/src/utils/resetState.ts similarity index 100% rename from client/src/utils/resetState.js rename to client/src/utils/resetState.ts diff --git a/client/src/utils/setDeep.js b/client/src/utils/setDeep.ts similarity index 100% rename from client/src/utils/setDeep.js rename to client/src/utils/setDeep.ts diff --git a/client/src/utils/setLoadingText.js b/client/src/utils/setLoadingText.ts similarity index 100% rename from client/src/utils/setLoadingText.js rename to client/src/utils/setLoadingText.ts diff --git a/client/src/utils/strings.js b/client/src/utils/strings.ts similarity index 100% rename from client/src/utils/strings.js rename to client/src/utils/strings.ts diff --git a/client/src/utils/timeCheck.js b/client/src/utils/timeCheck.ts similarity index 100% rename from client/src/utils/timeCheck.js rename to client/src/utils/timeCheck.ts diff --git a/client/vite.config.js b/client/vite.config.ts similarity index 100% rename from client/vite.config.js rename to client/vite.config.ts From 229c02b8a36fbedc1ebb50fbbf53f42a49c19e7b Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:08:24 -0400 Subject: [PATCH 12/15] [ts-migrate][client] Init tsconfig.json file Co-authored-by: ts-migrate <> --- client/tsconfig.json | 46 +++++++++++++++++++++++++++++++++----------- 1 file changed, 35 insertions(+), 11 deletions(-) diff --git a/client/tsconfig.json b/client/tsconfig.json index b8a9a3b8b..e431fa111 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -9,19 +9,43 @@ "baseUrl": "./src", "rootDir": "./", "outDir": "../dist", - "lib": ["ESNext", "DOM"], + "lib": [ + "ESNext", + "DOM" + ], + "skipLibCheck": true, "jsx": "react-jsx", "allowJs": true, "paths": { - "@assets/*": ["./assets/*"], - "@components/*": ["./components/*"], - "@features/*": ["./features/*"], - "@services/*": ["./services/*"], - "@hooks/*": ["./hooks/*"], - "@utils/*": ["./utils/*"], - "@store/*": ["./store/*"] + "@assets/*": [ + "./assets/*" + ], + "@components/*": [ + "./components/*" + ], + "@features/*": [ + "./features/*" + ], + "@services/*": [ + "./services/*" + ], + "@hooks/*": [ + "./hooks/*" + ], + "@utils/*": [ + "./utils/*" + ], + "@store/*": [ + "./store/*" + ] } }, - "include": ["src", "vite.config.js"], - "exclude": ["node_modules", "dist"] -} + "include": [ + "src", + "vite.config.js" + ], + "exclude": [ + "node_modules", + "dist" + ] +} \ No newline at end of file From 05cc5a8d06ed221594c0e9db44ce73e20d0639b9 Mon Sep 17 00:00:00 2001 From: Derick M <58572875+TurtIeSocks@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:44:46 -0400 Subject: [PATCH 13/15] feat: typescript client --- .vscode/settings.json | 2 +- client/package.json | 6 +- client/src/App.tsx | 1 - client/src/assets/constants.ts | 48 +- client/src/assets/theme.ts | 187 ++ client/src/assets/theme.tsx | 194 -- client/src/components/BasicAccordion.tsx | 28 +- client/src/components/Config.tsx | 27 +- client/src/components/ErrorBoundary.tsx | 23 +- client/src/components/Global.tsx | 2 - client/src/components/I.tsx | 8 +- client/src/components/Img.tsx | 92 +- client/src/components/Loading.tsx | 10 +- client/src/components/Menu.tsx | 154 +- client/src/components/Notification.tsx | 34 +- client/src/components/QuestTitle.tsx | 18 +- client/src/components/StatusIcon.tsx | 21 +- client/src/components/StyledDivider.tsx | 33 +- client/src/components/TabPanel.tsx | 21 +- client/src/components/ToggleTypography.tsx | 16 +- client/src/components/ToolTipWrapper.tsx | 22 +- client/src/components/auth/Discord.tsx | 13 +- client/src/components/auth/Local.tsx | 23 +- client/src/components/auth/Telegram.tsx | 14 +- .../src/components/dialogs/BadgeSelection.tsx | 52 +- client/src/components/dialogs/ClientError.tsx | 2 - .../src/components/dialogs/DialogWrapper.tsx | 18 +- client/src/components/dialogs/Feedback.tsx | 1 - client/src/components/dialogs/Footer.tsx | 48 +- client/src/components/dialogs/Header.tsx | 21 +- client/src/components/dialogs/Help.tsx | 9 +- .../src/components/dialogs/NestSubmission.tsx | 1 - .../src/components/dialogs/ResetFilters.tsx | 7 +- client/src/components/dialogs/UserOptions.tsx | 136 +- client/src/components/filters/Advanced.tsx | 8 +- client/src/components/filters/FilterMenu.tsx | 7 +- client/src/components/filters/Gender.tsx | 16 +- client/src/components/filters/Options.tsx | 97 +- .../components/filters/OptionsContainer.tsx | 58 +- .../components/filters/QuestConditions.tsx | 8 +- client/src/components/filters/Size.tsx | 26 +- .../src/components/filters/SlotSelection.tsx | 71 +- .../src/components/filters/StringFilter.tsx | 91 +- .../src/components/inputs/BasicListButton.tsx | 23 +- client/src/components/inputs/BoolToggle.tsx | 47 +- .../src/components/inputs/ExpandCollapse.tsx | 52 +- client/src/components/inputs/FCSelect.tsx | 32 +- .../src/components/inputs/GenericSearch.tsx | 31 +- .../src/components/inputs/LocaleSelection.tsx | 1 - .../src/components/inputs/MultiSelector.tsx | 60 +- client/src/components/inputs/SliderTile.tsx | 91 +- client/src/components/inputs/ThemeToggle.tsx | 2 - .../src/components/inputs/VisibleToggle.tsx | 13 +- client/src/components/popups/Coords.tsx | 31 +- client/src/components/popups/Dropdown.tsx | 28 +- client/src/components/popups/ExtraInfo.tsx | 17 +- client/src/components/popups/GenderIcon.tsx | 8 +- client/src/components/popups/HeaderImage.tsx | 8 +- client/src/components/popups/NameTT.tsx | 15 +- client/src/components/popups/Navigation.tsx | 16 +- client/src/components/popups/PokeMove.tsx | 13 +- client/src/components/popups/PokeType.tsx | 18 +- client/src/components/popups/PowerUp.tsx | 12 +- client/src/components/popups/TimeStamps.tsx | 15 +- client/src/components/popups/TimeTile.tsx | 23 +- client/src/components/popups/Timer.tsx | 15 +- client/src/components/popups/Title.tsx | 19 +- client/src/components/virtual/ColoredTile.tsx | 2 - .../src/components/virtual/SelectorItem.tsx | 55 +- .../src/components/virtual/StandardItem.tsx | 11 +- client/src/components/virtual/Table.tsx | 47 +- client/src/components/virtual/VirtualGrid.tsx | 48 +- client/src/features/builder/DonorPage.tsx | 7 +- client/src/features/builder/LoginPage.tsx | 3 - client/src/features/builder/Motd.tsx | 30 +- .../builder/components/CustomButton.tsx | 6 +- .../builder/components/CustomDialog.tsx | 11 +- .../builder/components/CustomText.tsx | 18 +- .../builder/components/CustomTile.tsx | 14 +- .../features/builder/components/Generator.tsx | 19 +- .../builder/components/LinkWrapper.tsx | 30 +- client/src/features/builder/index.ts | 2 - client/src/features/builder/utils.ts | 11 +- client/src/features/device/DevicePath.tsx | 13 +- client/src/features/device/DevicePopup.tsx | 12 +- client/src/features/device/DeviceTile.tsx | 9 +- client/src/features/device/deviceMarker.ts | 13 +- client/src/features/device/index.ts | 2 - client/src/features/drawer/Admin.tsx | 1 - client/src/features/drawer/Extras.tsx | 9 +- client/src/features/drawer/Routes.tsx | 4 +- client/src/features/drawer/S2Cells.tsx | 21 +- client/src/features/drawer/Stations.tsx | 2 - client/src/features/drawer/Wayfarer.tsx | 12 +- .../src/features/drawer/areas/AreaTable.tsx | 6 +- client/src/features/drawer/areas/Child.tsx | 17 +- client/src/features/drawer/areas/Parent.tsx | 16 +- client/src/features/drawer/areas/index.tsx | 1 - .../features/drawer/components/Actions.tsx | 5 +- .../features/drawer/components/AllForts.tsx | 10 +- .../drawer/components/CollapsibleItem.tsx | 13 +- .../features/drawer/components/Section.tsx | 12 +- .../drawer/components/SelectorList.tsx | 58 +- client/src/features/drawer/gyms/GymBadges.tsx | 1 - client/src/features/drawer/gyms/Raids.tsx | 2 +- client/src/features/drawer/gyms/index.tsx | 3 +- client/src/features/drawer/index.tsx | 5 +- .../src/features/drawer/nests/ActiveNests.tsx | 3 - .../src/features/drawer/nests/AvgSlider.tsx | 1 - .../features/drawer/nests/NestSelector.tsx | 1 - client/src/features/drawer/nests/index.tsx | 3 +- .../features/drawer/pokemon/FilterHelp.tsx | 54 +- .../features/drawer/pokemon/ModeSelector.tsx | 1 - .../features/drawer/pokemon/PokemonSlider.tsx | 14 +- .../features/drawer/pokemon/PokemonTab.tsx | 21 +- client/src/features/drawer/pokemon/index.tsx | 8 +- .../features/drawer/pokestops/EventStops.tsx | 1 - .../features/drawer/pokestops/Invasions.tsx | 1 - .../src/features/drawer/pokestops/Lures.tsx | 1 - .../src/features/drawer/pokestops/Quests.tsx | 1 - .../src/features/drawer/pokestops/index.tsx | 3 +- .../src/features/drawer/settings/General.tsx | 13 +- .../src/features/drawer/settings/Holiday.tsx | 2 - client/src/features/drawer/settings/Icon.tsx | 10 +- .../src/features/drawer/settings/UAssets.tsx | 22 +- client/src/features/drawer/settings/index.tsx | 2 - client/src/features/gym/GymPopup.tsx | 69 +- client/src/features/gym/GymTile.tsx | 12 +- client/src/features/gym/gymMarker.ts | 30 +- client/src/features/gym/index.ts | 2 - client/src/features/gym/useWebhook.ts | 8 +- .../src/features/holiday/HolidayAnimations.ts | 36 +- client/src/features/holiday/HolidayEffect.tsx | 13 +- client/src/features/holiday/index.tsx | 3 - client/src/features/holiday/utils.ts | 34 +- client/src/features/nest/NestPopup.tsx | 17 +- client/src/features/nest/NestTile.tsx | 40 +- client/src/features/nest/index.ts | 2 - client/src/features/nest/nestMarker.ts | 26 +- client/src/features/pokemon/PokemonPopup.tsx | 253 +- client/src/features/pokemon/PokemonTile.tsx | 50 +- client/src/features/pokemon/index.ts | 2 - client/src/features/pokemon/pokemonMarker.ts | 40 +- .../src/features/pokestop/PokestopPopup.tsx | 85 +- client/src/features/pokestop/PokestopTile.tsx | 11 +- client/src/features/pokestop/index.ts | 2 - .../features/pokestop/usePokestopMarker.ts | 18 +- client/src/features/portal/PortalPopup.tsx | 15 +- client/src/features/portal/PortalTile.tsx | 11 +- client/src/features/portal/index.ts | 2 - client/src/features/profile/Backups.tsx | 19 +- client/src/features/profile/ExtraFields.tsx | 9 +- client/src/features/profile/GymBadges.tsx | 14 +- client/src/features/profile/LinkAccounts.tsx | 1 - client/src/features/profile/Permissions.tsx | 8 +- client/src/features/profile/index.tsx | 6 +- client/src/features/route/RoutePopup.tsx | 42 +- client/src/features/route/RouteTile.tsx | 14 +- client/src/features/route/index.ts | 2 - client/src/features/route/routeMarker.ts | 7 +- .../src/features/route/useFormatDistance.ts | 4 +- client/src/features/s2cell/BaseCell.tsx | 14 +- client/src/features/s2cell/GenerateCells.tsx | 2 - client/src/features/s2cell/index.ts | 2 - client/src/features/scanArea/ScanAreaTile.tsx | 9 +- client/src/features/scanArea/index.ts | 2 - .../src/features/scanCell/ScanCellPopup.tsx | 8 +- client/src/features/scanCell/ScanCellTile.tsx | 9 +- client/src/features/scanCell/index.ts | 2 - .../src/features/scanCell/scanCellMarker.ts | 8 +- .../src/features/scanner/ContextProvider.tsx | 5 +- client/src/features/scanner/Marker.tsx | 12 +- client/src/features/scanner/Popup.tsx | 14 +- client/src/features/scanner/ScanDialog.tsx | 15 +- client/src/features/scanner/ScanOnDemand.tsx | 18 +- client/src/features/scanner/Shared.tsx | 51 +- client/src/features/scanner/hooks/store.ts | 85 +- .../features/scanner/hooks/useCheckValid.ts | 8 +- client/src/features/scanner/index.ts | 2 - .../scanner/scanNext/PopupContent.tsx | 3 +- .../features/scanner/scanNext/getCoords.ts | 11 +- .../src/features/scanner/scanNext/index.tsx | 6 - .../scanner/scanZone/AdvAccordion.tsx | 5 +- .../scanner/scanZone/PopupContent.tsx | 22 +- .../features/scanner/scanZone/getCoords.ts | 18 +- .../src/features/scanner/scanZone/index.tsx | 7 - client/src/features/search/OptionImage.tsx | 51 +- client/src/features/search/index.tsx | 87 +- client/src/features/search/renderInput.tsx | 29 +- client/src/features/search/renderOption.tsx | 19 +- client/src/features/search/useSendSearch.ts | 21 +- .../features/spawnpoint/SpawnpointPopup.tsx | 14 +- .../features/spawnpoint/SpawnpointTile.tsx | 9 +- client/src/features/spawnpoint/index.ts | 2 - .../features/spawnpoint/spawnpointMarker.ts | 19 +- client/src/features/station/StationPopup.tsx | 55 +- client/src/features/station/StationTile.tsx | 11 +- client/src/features/station/index.ts | 2 - .../src/features/station/useGetStationMons.ts | 17 +- .../src/features/station/useStationMarker.ts | 8 +- client/src/features/tutorial/Advanced.tsx | 13 +- client/src/features/tutorial/Closing.tsx | 1 - client/src/features/tutorial/Popups.tsx | 9 +- client/src/features/tutorial/Sidebar.tsx | 2 - client/src/features/tutorial/Sliders.tsx | 21 +- client/src/features/tutorial/Welcome.tsx | 3 - client/src/features/tutorial/data.ts | 7 +- client/src/features/tutorial/index.tsx | 8 +- client/src/features/wayfarer/PoI.tsx | 12 +- client/src/features/wayfarer/S14Cell.tsx | 11 +- client/src/features/wayfarer/S17Cell.tsx | 19 +- .../src/features/wayfarer/WayfarerPopup.tsx | 13 +- client/src/features/wayfarer/WayfarerTile.tsx | 12 +- client/src/features/wayfarer/index.ts | 2 - client/src/features/wayfarer/typeCell.ts | 23 +- client/src/features/weather/ActiveWeather.tsx | 28 +- client/src/features/weather/WeatherPopup.tsx | 20 +- client/src/features/weather/WeatherTile.tsx | 9 +- client/src/features/weather/index.ts | 2 - client/src/features/weather/weatherMarker.ts | 8 +- client/src/features/webhooks/Error.tsx | 5 +- client/src/features/webhooks/Manage.tsx | 28 +- client/src/features/webhooks/Notification.tsx | 3 - client/src/features/webhooks/Selecting.tsx | 2 - client/src/features/webhooks/Tracked.tsx | 16 +- client/src/features/webhooks/Webhook.tsx | 2 - client/src/features/webhooks/WebhookAdv.tsx | 26 +- .../features/webhooks/hooks/useGenFilters.ts | 4 +- .../features/webhooks/hooks/useGetAreas.ts | 7 +- .../webhooks/hooks/useGetHookContext.ts | 4 +- .../webhooks/hooks/useGetWebhookData.ts | 20 +- .../features/webhooks/hooks/useSyncData.ts | 8 +- .../src/features/webhooks/human/Draggable.tsx | 35 +- .../src/features/webhooks/human/Location.tsx | 21 +- .../features/webhooks/human/area/AreaChip.tsx | 5 +- .../webhooks/human/area/AreaGroup.tsx | 54 +- .../webhooks/human/area/AreaSelection.tsx | 1 - .../features/webhooks/human/area/Selected.tsx | 2 - .../features/webhooks/human/area/index.tsx | 11 - client/src/features/webhooks/human/index.tsx | 1 - .../webhooks/human/profile/ActiveHourChip.tsx | 14 +- .../webhooks/human/profile/CopyView.tsx | 7 +- .../webhooks/human/profile/DeleteVIew.tsx | 8 +- .../webhooks/human/profile/EditView.tsx | 7 +- .../webhooks/human/profile/NewProfile.tsx | 21 +- .../webhooks/human/profile/ProfileTile.tsx | 18 +- .../webhooks/human/profile/ProfileView.tsx | 14 +- .../webhooks/human/profile/handleUpdate.ts | 10 +- .../features/webhooks/human/profile/index.tsx | 12 +- .../webhooks/human/status/EnableSwitch.tsx | 2 - .../webhooks/human/status/HookSelection.tsx | 2 - .../webhooks/human/status/ProfileSelect.tsx | 55 +- .../features/webhooks/human/status/index.tsx | 3 - client/src/features/webhooks/index.ts | 2 - .../src/features/webhooks/services/Poracle.ts | 1 - .../features/webhooks/tiles/TrackedTile.tsx | 2 - .../features/webhooks/tiles/WebhookItem.tsx | 12 +- client/src/hooks/useAnalytics.ts | 16 +- client/src/hooks/useFilter.ts | 15 +- client/src/hooks/useForcePopup.tsx | 11 +- client/src/hooks/useGetAvailable.ts | 25 +- client/src/hooks/useHideElement.ts | 2 - client/src/hooks/useLocation.ts | 15 +- client/src/hooks/useMapData.ts | 4 +- client/src/hooks/useMarkerTimer.tsx | 13 +- client/src/hooks/useOpacity.ts | 22 +- client/src/hooks/useProcessError.ts | 9 +- client/src/hooks/useRelativeTime.ts | 9 +- client/src/hooks/useTranslateById.ts | 23 +- client/src/index.tsx | 1 - client/src/pages/Blocked.tsx | 2 - client/src/pages/Error.tsx | 2 - client/src/pages/Reset.tsx | 2 - .../pages/data/components/Notification.tsx | 18 +- .../pages/data/components/ResetFilters.tsx | 4 +- .../pages/data/components/ResetGeneral.tsx | 2 - client/src/pages/data/components/Shared.tsx | 42 +- client/src/pages/data/components/TopRow.tsx | 2 - client/src/pages/data/hooks/store.ts | 36 +- client/src/pages/data/index.tsx | 1 - client/src/pages/index.tsx | 1 - .../pages/locales/components/AllSwitch.tsx | 3 - .../pages/locales/components/EditLocale.tsx | 35 +- .../locales/components/LocalesFooter.tsx | 2 - .../locales/components/LocalesHeader.tsx | 2 - .../pages/locales/components/LocalesTable.tsx | 34 +- client/src/pages/locales/hooks/store.ts | 18 +- client/src/pages/login/DefaultPage.tsx | 1 - client/src/pages/login/Methods.tsx | 6 +- client/src/pages/login/index.tsx | 2 - .../src/pages/map/components/Clustering.tsx | 62 +- client/src/pages/map/components/Container.tsx | 14 +- client/src/pages/map/components/Data.tsx | 1 - client/src/pages/map/components/Effects.tsx | 13 +- .../src/pages/map/components/FloatingBtn.tsx | 12 +- client/src/pages/map/components/Layers.tsx | 1 - client/src/pages/map/components/Nav.tsx | 1 - client/src/pages/map/components/QueryData.tsx | 33 +- .../src/pages/map/components/WebhookQuery.tsx | 9 +- client/src/pages/map/hooks/useGenGyms.ts | 6 +- client/src/pages/map/hooks/useGenPokemon.ts | 3 +- client/src/pages/map/hooks/useGenPokestops.ts | 6 +- client/src/pages/map/hooks/usePermCheck.ts | 8 +- client/src/pages/map/hooks/useTileLayer.ts | 14 +- client/src/pages/map/index.tsx | 2 - client/src/pages/map/tileObject.ts | 2 - .../playground/components/ComponentMenu.tsx | 7 +- .../pages/playground/components/Download.tsx | 2 - .../pages/playground/components/Editor.tsx | 1 - .../playground/components/LocaleMenu.tsx | 7 +- .../pages/playground/components/MainMenu.tsx | 2 - .../src/pages/playground/components/Save.tsx | 1 - .../pages/playground/components/Status.tsx | 11 +- .../src/pages/playground/components/Theme.tsx | 2 - .../playground/components/ToggleEditor.tsx | 2 - .../pages/playground/components/Toolbar.tsx | 3 - .../pages/playground/components/Viewer.tsx | 2 - client/src/pages/playground/hooks/store.ts | 39 +- .../pages/playground/hooks/useSafeParse.ts | 6 +- client/src/services/Assets.ts | 107 +- client/src/services/Sentry.ts | 1 - client/src/services/SimpleTTLCache.ts | 22 +- .../src/services/apollo/AbortableContext.ts | 36 +- client/src/services/apollo/AbortableLink.ts | 14 +- client/src/services/apollo/RobustTimeout.ts | 31 +- client/src/services/apollo/index.ts | 1 - client/src/services/desktopNotification.ts | 39 +- client/src/services/events.ts | 3 +- client/src/services/fetches.ts | 31 +- client/src/services/i18n.ts | 1 - client/src/store/useFormatStore.ts | 40 +- client/src/store/useLayoutStore.ts | 147 +- client/src/store/useMapStore.ts | 10 +- client/src/store/useMemory.ts | 180 +- client/src/store/useStorage.tsx | 165 +- client/src/store/useWebhookStore.ts | 123 +- client/src/utils/analytics.ts | 17 +- client/src/utils/applyToAll.ts | 32 +- client/src/utils/checkAdvFilter.ts | 11 +- client/src/utils/dayCheck.ts | 8 +- client/src/utils/deepMerge.ts | 12 +- client/src/utils/downloadJson.ts | 11 +- client/src/utils/formatDistance.ts | 1 - client/src/utils/formatInterval.ts | 5 +- client/src/utils/fromSearchCategory.ts | 9 +- client/src/utils/generateSlots.ts | 15 +- client/src/utils/getAttackBonus.ts | 5 +- client/src/utils/getBadge.ts | 6 +- client/src/utils/getGlowRules.ts | 27 +- client/src/utils/getGruntReward.ts | 12 +- client/src/utils/getQueryArgs.ts | 1 - client/src/utils/getRewardInfo.ts | 7 +- client/src/utils/getTileBackground.ts | 9 +- client/src/utils/getTimeUntil.ts | 9 +- client/src/utils/hasAll.ts | 9 +- client/src/utils/isLocalStorageEnabled.ts | 2 - client/src/utils/offset.ts | 32 +- client/src/utils/parseConditions.ts | 5 +- client/src/utils/resetState.ts | 12 +- client/src/utils/setDeep.ts | 9 +- client/src/utils/setLoadingText.ts | 7 +- client/src/utils/strings.ts | 15 +- client/src/utils/timeCheck.ts | 9 +- client/tsconfig.json | 2 +- client/{vite.config.ts => vite.config.js} | 0 package.json | 4 +- .../{augmentations.d.ts => augmentations.ts} | 6 +- packages/types/lib/{blocks.d.ts => blocks.ts} | 22 +- packages/types/lib/{client.d.ts => client.ts} | 65 +- packages/types/lib/{config.d.ts => config.ts} | 30 +- .../types/lib/{general.d.ts => general.ts} | 5 +- packages/types/lib/index.d.ts | 11 - packages/types/lib/index.ts | 11 + packages/types/lib/{models.d.ts => models.ts} | 5 +- .../types/lib/{poracle.d.ts => poracle.ts} | 19 +- .../types/lib/{scanner.d.ts => scanner.ts} | 41 +- packages/types/lib/{server.d.ts => server.ts} | 32 +- .../types/lib/{utility.d.ts => utility.ts} | 25 +- packages/types/package.json | 11 +- packages/types/tsconfig.json | 29 + server/src/filters/builder/base.js | 139 +- server/src/ui/drawer.js | 140 +- server/src/utils/getServerSettings.js | 4 + yarn.lock | 2641 +---------------- 384 files changed, 3782 insertions(+), 6604 deletions(-) create mode 100644 client/src/assets/theme.ts delete mode 100644 client/src/assets/theme.tsx rename client/{vite.config.ts => vite.config.js} (100%) rename packages/types/lib/{augmentations.d.ts => augmentations.ts} (90%) rename packages/types/lib/{blocks.d.ts => blocks.ts} (69%) rename packages/types/lib/{client.d.ts => client.ts} (54%) rename packages/types/lib/{config.d.ts => config.ts} (91%) rename packages/types/lib/{general.d.ts => general.ts} (96%) delete mode 100644 packages/types/lib/index.d.ts create mode 100644 packages/types/lib/index.ts rename packages/types/lib/{models.d.ts => models.ts} (94%) rename packages/types/lib/{poracle.d.ts => poracle.ts} (95%) rename packages/types/lib/{scanner.d.ts => scanner.ts} (81%) rename packages/types/lib/{server.d.ts => server.ts} (92%) rename packages/types/lib/{utility.d.ts => utility.ts} (77%) create mode 100644 packages/types/tsconfig.json diff --git a/.vscode/settings.json b/.vscode/settings.json index 7a7d02ce0..8794e9292 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,4 +15,4 @@ }, "editor.formatOnSave": true, "typescript.tsdk": "node_modules/typescript/lib" -} +} \ No newline at end of file diff --git a/client/package.json b/client/package.json index 0348a9b35..f5ab42ef5 100644 --- a/client/package.json +++ b/client/package.json @@ -49,12 +49,16 @@ "devDependencies": { "@rm/types": "*", "@sentry/vite-plugin": "2.10.3", + "@types/leaflet": "1.9.12", + "@types/leaflet.locatecontrol": "0.74.5", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", + "@types/suncalc": "1.9.2", + "@types/supercluster": "7.1.3", "@vitejs/plugin-react-swc": "3.7.0", "monaco-editor": "^0.41.0", "rollup-plugin-delete": "^2.0.0", "vite": "5.4.6", "vite-plugin-checker": "0.7.2" } -} +} \ No newline at end of file diff --git a/client/src/App.tsx b/client/src/App.tsx index 799951547..b973676a3 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -1,4 +1,3 @@ -// @ts-check import '@assets/css/main.css' import 'leaflet.locatecontrol/dist/L.Control.Locate.css' import 'leaflet/dist/leaflet.css' diff --git a/client/src/assets/constants.ts b/client/src/assets/constants.ts index 47bd16d8f..195fbe2f0 100644 --- a/client/src/assets/constants.ts +++ b/client/src/assets/constants.ts @@ -1,19 +1,19 @@ // @ts-check -export const ICON_SIZES = /** @type {const} */ (['sm', 'md', 'lg', 'xl']) +export const ICON_SIZES = ['sm', 'md', 'lg', 'xl'] as const -export const XXS_XXL = /** @type {const} */ (['xxs', 'xxl']) +export const XXS_XXL = ['xxs', 'xxl'] as const -export const NUNDO_HUNDO = /** @type {const} */ (['zeroIv', 'hundoIv']) +export const NUNDO_HUNDO = ['zeroIv', 'hundoIv'] as const -export const ENUM_GENDER = /** @type {const} */ ([0, 1, 2, 3]) +export const ENUM_GENDER = [0, 1, 2, 3] as const -export const ENUM_BADGES = /** @type {const} */ ([0, 1, 2, 3, 4]) +export const ENUM_BADGES = [0, 1, 2, 3, 4] as const -export const S2_LEVELS = /** @type {const} */ ([ +export const S2_LEVELS = [ ...(process.env.NODE_ENV === 'development' - ? [1, 2, 3, 4, 5, 6, 7, 8, 9] - : []), + ? ([1, 2, 3, 4, 5, 6, 7, 8, 9] as const) + : ([] as const)), 10, 11, 12, @@ -25,45 +25,41 @@ export const S2_LEVELS = /** @type {const} */ ([ 18, 19, 20, -]) +] as const -export const FORT_LEVELS = /** @type {const} */ (['all', '1', '2', '3']) +export const FORT_LEVELS = ['all', '1', '2', '3'] as const -export const BADGES = /** @type {const} */ ([ +export const BADGES = [ 'all', 'badge_1', 'badge_2', 'badge_3', 'badge_4', -]) +] as const -export const QUEST_SETS = /** @type {const} */ ([ - 'with_ar', - 'both', - 'without_ar', -]) +export const QUEST_SETS = ['with_ar', 'both', 'without_ar'] as const -export const WAYFARER_OPTIONS = /** @type {const} */ ([ +export const WAYFARER_OPTIONS = [ 'rings', 'includeSponsored', 's14Cells', 's17Cells', -]) +] as const -export const ENUM_TTH = /** @type {const} */ ([0, 1, 2]) +export const ENUM_TTH = [0, 1, 2] as const -export const MIN_MAX = /** @type {const} */ (['min', 'max']) +export const MIN_MAX = ['min', 'max'] as const -export const ENABLED_ALL = /** @type {const} */ (['enabled', 'all']) +export const ENABLED_ALL = ['enabled', 'all'] as const -export const RADIUS_CHOICES = /** @type {const} */ (['pokemon', 'gym']) +export const RADIUS_CHOICES = ['pokemon', 'gym'] as const -export const METHODS = /** @type {const} */ (['discord', 'telegram']) +export const METHODS = ['discord', 'telegram'] as const export const FILTER_SKIP_LIST = ['filter', 'enabled', 'legacy'] export const ALWAYS_EXCLUDED = new Set(['donor', 'blockedGuildNames', 'admin']) -export const SCAN_MODES = ['confirmed', 'loading', 'error'] +export const SCAN_MODES = ['confirmed', 'loading', 'error'] as const -export const SCAN_SIZES = /** @type {const} */ (['S', 'M', 'XL']) +export const SCAN_SIZES = ['S', 'M', 'XL'] as const diff --git a/client/src/assets/theme.ts b/client/src/assets/theme.ts new file mode 100644 index 000000000..d09c0f8e7 --- /dev/null +++ b/client/src/assets/theme.ts @@ -0,0 +1,187 @@ +import { useMemo } from 'react' +import { createTheme, responsiveFontSizes, darken } from '@mui/material/styles' +import dlv from 'dlv' + +import { useMemory } from '@store/useMemory' +import { useStorage } from '@store/useStorage' + +const VALID_COLOR = + /^#([A-Fa-f0-9]{3,4}){1,2}$|^rgb\((\s*\d{1,3}\s*,){2}\s*\d{1,3}\s*\)$|^rgba\((\s*\d{1,3}\s*,){3}\s*(0?\.\d+|1\.0|1|\d{1,2}%)\s*\)$|^hsl\(\s*\d{1,3}(\s*,\s*\d{1,3}%){2}\s*\)$|^hsla\(\s*\d{1,3}(\s*,\s*\d{1,3}%){2}\s*,\s*(0?\.\d+|1\.0|1|\d{1,2}%)\s*\)$/ + +export function useCustomTheme() { + const { primary, secondary } = useMemory((s) => s.theme) + const darkMode = useStorage((s) => s.darkMode) + + if (darkMode) { + if (!document.body.classList.contains('dark')) { + document.body.classList.add('dark') + } + } else if (document.body.classList.contains('dark')) { + document.body.classList.remove('dark') + } + + return useMemo( + () => + responsiveFontSizes( + createTheme({ + palette: { + mode: darkMode ? 'dark' : 'light', + primary: { + main: primary, + }, + secondary: { + main: secondary, + contrastText: '#fff', + }, + info: { + main: '#2AB5F6', + contrastText: '#fff', + }, + // TODO: Augment Mui Types + discord: { + main: '#5865F2', + green: '#57F287', + yellow: '#FEE75C', + fuchsia: '#EB459E', + red: '#ED4245', + }, + }, + components: { + MuiPaper: { + styleOverrides: { + root: { + backgroundImage: 'none', + }, + }, + }, + MuiRating: { + styleOverrides: { + iconFilled: ({ theme }) => ({ + color: theme.palette.secondary.main, + }), + }, + }, + MuiListSubheader: { + defaultProps: { + disableSticky: true, + }, + }, + MuiTabs: { + defaultProps: { + textColor: 'inherit', + indicatorColor: 'secondary', + variant: 'fullWidth', + }, + styleOverrides: { + root: ({ theme: t }) => ({ + backgroundColor: + t.palette.grey[t.palette.mode === 'dark' ? 800 : 500], + width: '100%', + }), + }, + }, + MuiListItemText: { + styleOverrides: { + inset: { + paddingLeft: 32, + }, + }, + }, + MuiAccordion: { + defaultProps: { + disableGutters: true, + }, + styleOverrides: { + root: { + '&.Mui-expanded:before': { + opacity: 1, + }, + }, + }, + }, + MuiCardActions: { + styleOverrides: { + root: { + padding: '0px 8px', + }, + }, + }, + MuiSelect: { + defaultProps: { + size: 'small', + }, + }, + MuiAutocomplete: { + styleOverrides: { + inputRoot: { + paddingRight: `0px !important`, + }, + paper: { + borderTopLeftRadius: 0, + borderTopRightRadius: 0, + }, + }, + }, + MuiButtonBase: { + defaultProps: { + disableRipple: true, + }, + }, + MuiButton: { + defaultProps: { + disableRipple: true, + }, + styleOverrides: { + root: ({ theme, ownerState }) => { + const color = ownerState?.bgcolor + if (typeof color === 'string') { + const backgroundColor = color + ? (typeof color === 'string' && color.includes('.')) || + color in theme.palette + ? dlv(theme.palette, color) + : color + : theme.palette.success.dark + const finalColor = + typeof backgroundColor === 'string' + ? backgroundColor + : backgroundColor?.main + if (!VALID_COLOR.test(finalColor) || !finalColor) { + return + } + return { + color: theme.palette.getContrastText(finalColor), + backgroundColor, + '&:hover': { + backgroundColor: darken(finalColor, 0.2), + }, + } + } + }, + }, + }, + MuiDialogTitle: { + styleOverrides: { + root: { + padding: '12px 24px', + }, + }, + }, + MuiDialogContent: { + styleOverrides: { + root: { + height: '100%', + }, + }, + }, + MuiSlider: { + defaultProps: { + size: 'small', + valueLabelDisplay: 'auto', + }, + }, + }, + }), + ), + [darkMode, primary, secondary], + ) +} diff --git a/client/src/assets/theme.tsx b/client/src/assets/theme.tsx deleted file mode 100644 index 22c9f21c1..000000000 --- a/client/src/assets/theme.tsx +++ /dev/null @@ -1,194 +0,0 @@ -// @ts-check -import { useMemo } from 'react' -import { createTheme, responsiveFontSizes, darken } from '@mui/material/styles' -import dlv from 'dlv' - -import { useMemory } from '@store/useMemory' -import { useStorage } from '@store/useStorage' - -const VALID_COLOR = - /^#([A-Fa-f0-9]{3,4}){1,2}$|^rgb\((\s*\d{1,3}\s*,){2}\s*\d{1,3}\s*\)$|^rgba\((\s*\d{1,3}\s*,){3}\s*(0?\.\d+|1\.0|1|\d{1,2}%)\s*\)$|^hsl\(\s*\d{1,3}(\s*,\s*\d{1,3}%){2}\s*\)$|^hsla\(\s*\d{1,3}(\s*,\s*\d{1,3}%){2}\s*,\s*(0?\.\d+|1\.0|1|\d{1,2}%)\s*\)$/ - -/** @type {import('@mui/material').Components>} */ -const components = { - MuiPaper: { - styleOverrides: { - root: { - backgroundImage: 'none', - }, - }, - }, - MuiRating: { - styleOverrides: { - iconFilled: ({ theme }) => ({ - color: theme.palette.secondary.main, - }), - }, - }, - MuiListSubheader: { - defaultProps: { - disableSticky: true, - }, - }, - MuiTabs: { - defaultProps: { - textColor: 'inherit', - indicatorColor: 'secondary', - variant: 'fullWidth', - }, - styleOverrides: { - root: ({ theme: t }) => ({ - backgroundColor: t.palette.grey[t.palette.mode === 'dark' ? 800 : 500], - width: '100%', - }), - }, - }, - MuiListItemText: { - styleOverrides: { - inset: { - paddingLeft: 32, - }, - }, - }, - MuiAccordion: { - defaultProps: { - disableGutters: true, - }, - styleOverrides: { - root: { - '&.Mui-expanded:before': { - opacity: 1, - }, - }, - }, - }, - MuiCardActions: { - styleOverrides: { - root: { - padding: '0px 8px', - }, - }, - }, - MuiSelect: { - defaultProps: { - size: 'small', - }, - }, - MuiAutocomplete: { - styleOverrides: { - inputRoot: { - paddingRight: `0px !important`, - }, - paper: { - borderTopLeftRadius: 0, - borderTopRightRadius: 0, - }, - }, - }, - MuiButtonBase: { - defaultProps: { - disableRipple: true, - }, - }, - MuiButton: { - defaultProps: { - disableRipple: true, - }, - styleOverrides: { - root: ({ theme, ownerState }) => { - const color = ownerState?.bgcolor - if (typeof color === 'string') { - const backgroundColor = color - ? (typeof color === 'string' && color.includes('.')) || - color in theme.palette - ? dlv(theme.palette, color) - : color - : theme.palette.success.dark - const finalColor = - typeof backgroundColor === 'string' - ? backgroundColor - : backgroundColor?.main - if (!VALID_COLOR.test(finalColor) || !finalColor) { - return - } - return { - color: theme.palette.getContrastText(finalColor), - backgroundColor, - '&:hover': { - backgroundColor: darken(finalColor, 0.2), - }, - } - } - }, - }, - }, - MuiDialogTitle: { - styleOverrides: { - root: { - padding: '12px 24px', - }, - }, - }, - MuiDialogContent: { - styleOverrides: { - root: { - height: '100%', - }, - }, - }, - MuiSlider: { - defaultProps: { - size: 'small', - valueLabelDisplay: 'auto', - }, - }, -} - -/** - * @returns {import('@mui/material').Theme} - */ -export function useCustomTheme() { - const { primary, secondary } = useMemory((s) => s.theme) - const darkMode = useStorage((s) => s.darkMode) - - if (darkMode) { - if (!document.body.classList.contains('dark')) { - document.body.classList.add('dark') - } - } else if (document.body.classList.contains('dark')) { - document.body.classList.remove('dark') - } - - const newTheme = useMemo( - () => - responsiveFontSizes( - createTheme({ - palette: { - mode: darkMode ? 'dark' : 'light', - primary: { - main: primary, - }, - secondary: { - main: secondary, - contrastText: '#fff', - }, - info: { - main: '#2AB5F6', - contrastText: '#fff', - }, - // TODO: Augment Mui Types - discord: { - main: '#5865F2', - green: '#57F287', - yellow: '#FEE75C', - fuchsia: '#EB459E', - red: '#ED4245', - }, - }, - components, - }), - ), - [darkMode, primary, secondary], - ) - return newTheme -} diff --git a/client/src/components/BasicAccordion.tsx b/client/src/components/BasicAccordion.tsx index ea932df7e..8a16a1409 100644 --- a/client/src/components/BasicAccordion.tsx +++ b/client/src/components/BasicAccordion.tsx @@ -1,4 +1,3 @@ -// @ts-check import * as React from 'react' import ExpandMoreIcon from '@mui/icons-material/ExpandMore' import Typography from '@mui/material/Typography' @@ -12,29 +11,28 @@ const expandIcon = /** * A basic accordion component that already has the expand icon and state management - * @param {{ - * stateKey?: string - * title: string - * children: React.ReactNode - * } & import('@mui/material').AccordionDetailsProps} props - * @returns */ export function BasicAccordion({ title, stateKey = title, children, ...props -}) { +}: { + stateKey?: string + title: string + children: React.ReactNode +} & import('@mui/material').AccordionDetailsProps) { const expanded = useStorage((s) => !!s.expanded[stateKey]) /** @type {(e: unknown, isExpanded: boolean )=> void} */ - const handleChange = React.useCallback( - (_, isExpanded) => - useStorage.setState((prev) => ({ - expanded: { ...prev.expanded, [stateKey]: isExpanded }, - })), - [stateKey], - ) + const handleChange: (e: unknown, isExpanded: boolean) => void = + React.useCallback( + (_, isExpanded) => + useStorage.setState((prev) => ({ + expanded: { ...prev.expanded, [stateKey]: isExpanded }, + })), + [stateKey], + ) return ( diff --git a/client/src/components/Config.tsx b/client/src/components/Config.tsx index 9b7b5c804..61fb28da3 100644 --- a/client/src/components/Config.tsx +++ b/client/src/components/Config.tsx @@ -45,10 +45,8 @@ export function Config({ children }) { }) } - /** @type {{ state: import('@store/useStorage').UseStorage}} */ - const localState = JSON.parse( - localStorage.getItem('local-state') || '{ "state": {} }', - ) + const localState: { state: import('@store/useStorage').UseStorage } = + JSON.parse(localStorage.getItem('local-state') || '{ "state": {} }') /** * @template T @@ -56,24 +54,21 @@ export function Config({ children }) { * @param {string} category * @returns {T} */ - const updatePositionState = (defaults, category) => { + function updatePositionState(defaults: T, category: string): T { if (localState?.state?.[category]) { return localState.state[category] } return defaults } - const defaultLocation = /** @type {const} */ ([ - data.map.general.startLat, - data.map.general.startLon, - ]) - const location = /** @type {[number, number]} */ ( - updatePositionState(defaultLocation, 'location').map( - (x, i) => - x || - (i === 0 ? data.map.general.startLat : data.map.general.startLon), - ) - ) + const location = updatePositionState( + [data.map.general.startLat, data.map.general.startLon], + 'location', + ).map( + (x, i) => + x || + (i === 0 ? data.map.general.startLat : data.map.general.startLon), + ) as [number, number] const zoom = updatePositionState(data.map.general.startZoom, 'zoom') const safeZoom = diff --git a/client/src/components/ErrorBoundary.tsx b/client/src/components/ErrorBoundary.tsx index 4a7c2b262..5f43071c7 100644 --- a/client/src/components/ErrorBoundary.tsx +++ b/client/src/components/ErrorBoundary.tsx @@ -14,17 +14,28 @@ import { sendError } from '@services/fetches' import { Notification } from './Notification' -/** @type {React.CSSProperties} */ -const defaultStyle = { +const defaultStyle: React.CSSProperties = { height: '100vh', width: '100vw', textAlign: 'center', } -// This component uses React Classes due to componentDidCatch() not being available in React Hooks -// Do not use this as a base for other components - -class ErrorCatcher extends React.Component { +/** + * This component uses React Classes due to componentDidCatch() not being available in React Hooks + * + * Do not use this as a base for other components + */ +class ErrorCatcher extends React.Component< + { + children?: React.ReactNode + style?: React.CSSProperties + noRefresh?: boolean + resettable?: boolean + variant?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' + t: (key: string) => string + }, + { message: string; errorCount: number; reported: boolean; uuid: string } +> { static uuidv4() { return 'xxxxxxxx-r2m4-xxxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, (c) => { const r = (Math.random() * 16) | 0 diff --git a/client/src/components/Global.tsx b/client/src/components/Global.tsx index 22abddd5a..eddc4da32 100644 --- a/client/src/components/Global.tsx +++ b/client/src/components/Global.tsx @@ -1,5 +1,3 @@ -// @ts-check -import * as React from 'react' import GlobalStyles from '@mui/material/GlobalStyles' import { darken, lighten } from '@mui/material/styles' diff --git a/client/src/components/I.tsx b/client/src/components/I.tsx index 7987605ff..1cd938cc6 100644 --- a/client/src/components/I.tsx +++ b/client/src/components/I.tsx @@ -1,13 +1,9 @@ -// @ts-check - import { styled } from '@mui/material/styles' +import type { ButtonProps } from '@mui/material' -// TODO: Figure out how to type this - -/** @type {import('react').FC} */ export const I = styled('i', { shouldForwardProp: (prop) => prop !== 'color' && prop !== 'size', -})(({ theme, style, size, color }) => ({ +})<{ size?: ButtonProps['size'] }>(({ theme, style, size, color }) => ({ paddingLeft: 1.5, fontSize: size === 'small' ? 18 : 24, color: color || theme.palette.text.primary, diff --git a/client/src/components/Img.tsx b/client/src/components/Img.tsx index 3f4429882..af9f2c65d 100644 --- a/client/src/components/Img.tsx +++ b/client/src/components/Img.tsx @@ -6,13 +6,15 @@ import { useMemory } from '@store/useMemory' import { useTranslateById } from '@hooks/useTranslateById' import { NameTT } from './popups/NameTT' -/** - * @typedef {React.ImgHTMLAttributes} ImgProps - * @typedef {Pick & { sx?: import('@mui/material').SxProps }} ExtraProps - * @typedef {ImgProps & Partial} Props - */ +export interface ImgProps extends React.ImgHTMLAttributes {} + +type ExtraProps = Pick< + React.CSSProperties, + 'maxWidth' | 'minWidth' | 'maxHeight' | 'minHeight' | 'zIndex' +> & { sx?: import('@mui/material').SxProps } + +type Props = ImgProps & Partial -/** @type {React.FC} */ export const Img = styled('img', { shouldForwardProp: (prop) => prop !== 'maxWidth' && @@ -20,59 +22,46 @@ export const Img = styled('img', { prop !== 'zIndex' && prop !== 'minHeight' && prop !== 'minWidth', -})( - ( - /** @type {Props} */ { maxWidth, maxHeight, minHeight, minWidth, zIndex }, - ) => ({ - maxWidth, - maxHeight, - minHeight, - minWidth, - zIndex, - }), -) +})(({ maxWidth, maxHeight, minHeight, minWidth, zIndex }) => ({ + maxWidth, + maxHeight, + minHeight, + minWidth, + zIndex, +})) /** * A small wrapper around the Img component to display an icon next to text * * The image defaults to 15x15px - * @param {import('@mui/material').TypographyProps & { - * src: string, - * alt?: string, - * imgMaxWidth?: number, - * imgMaxHeight?: number - * }} props - * @returns */ -export const TextWithIcon = ({ +export function TextWithIcon({ children, src, alt = typeof children === 'string' ? children : src, imgMaxHeight = 15, imgMaxWidth = 15, ...props -}) => ( - - {children} -   - {alt} - -) +}: import('@mui/material').TypographyProps & { + src: string + alt?: string + imgMaxWidth?: number + imgMaxHeight?: number +}) { + return ( + + {children} +   + {alt} + + ) +} -/** - * - * @param {{ - * id: number, - * form?: number, - * evolution?: number, - * gender?: number, - * costume?: number, - * alignment?: number, - * shiny?: boolean, - * bread?: number, - * } & Omit} props - * @returns - */ export const PokemonImg = ({ id, form = 0, @@ -83,7 +72,16 @@ export const PokemonImg = ({ shiny = false, bread = 0, ...props -}) => { +}: { + id: number + form?: number + evolution?: number + gender?: number + costume?: number + alignment?: number + shiny?: boolean + bread?: number +} & Omit) => { const src = useMemory((s) => s.Icons.getPokemon( id, diff --git a/client/src/components/Loading.tsx b/client/src/components/Loading.tsx index 6bb26c949..f58113ee9 100644 --- a/client/src/components/Loading.tsx +++ b/client/src/components/Loading.tsx @@ -1,15 +1,9 @@ -// @ts-check import * as React from 'react' -import Box from '@mui/material/Box' +import Box, { BoxProps } from '@mui/material/Box' import CircularProgress from '@mui/material/CircularProgress' import Typography from '@mui/material/Typography' -/** - * A basic loading component with a circular progress bar and a message. - * @param {import('@mui/material').BoxProps} props - * @returns - */ -export function Loading({ children, ...props }) { +export function Loading({ children, ...props }: BoxProps) { return ( React.ReactNode - * categories?: (keyof import('@rm/types').Available)[] - * extraButtons?: import('@components/dialogs/Footer').FooterButton[] - * }} props - */ -export function Menu({ +interface Props { + category: T + webhookCategory?: string + children: (index: number, key: string) => React.ReactNode + categories?: (keyof Available)[] + extraButtons?: FooterButton[] +} + +export function Menu({ category, webhookCategory, children, categories, extraButtons, -}) { +}: Props) { useGetAvailable(category) useAnalytics(`/advanced/${category}`) const isMobile = useMemory((s) => s.isMobile) @@ -46,68 +43,66 @@ export function Menu({ const [filterDrawer, setFilterDrawer] = React.useState(false) - const footerButtons = React.useMemo( - () => - /** @type {import('@components/dialogs/Footer').FooterButton[]} */ ([ - { - name: 'help', - action: () => - useLayoutStore.setState({ help: { open: true, category } }), - icon: 'HelpOutline', - }, - { - name: '', - disabled: true, - }, - { - name: 'apply_to_all', - action: () => - (webhookCategory ? useWebhookStore : useLayoutStore).setState({ - [webhookCategory ? 'advanced' : 'advancedFilter']: { - open: true, - id: 'global', - category: webhookCategory || category, + const footerButtons: FooterButton[] = React.useMemo( + () => [ + { + name: 'help', + action: () => + useLayoutStore.setState({ help: { open: true, category } }), + icon: 'Help', + }, + { + name: '', + disabled: true, + }, + { + name: 'apply_to_all', + action: () => + (webhookCategory ? useWebhookStore : useLayoutStore).setState({ + [webhookCategory ? 'advanced' : 'advancedFilter']: { + open: true, + id: 'global', + category: webhookCategory || category, + selectedIds: useMemory.getState().advMenuFiltered[category], + }, + }), + icon: category === 'pokemon' || webhookCategory ? 'Tune' : 'FormatSize', + }, + { + name: 'disable_all', + action: () => + webhookCategory + ? applyToAllWebhooks( + false, + useMemory.getState().advMenuFiltered[category], + ) + : applyToAll({ + newFilter: { enabled: false }, + category, + selectedIds: useMemory.getState().advMenuFiltered[category], + }), + icon: 'Clear', + color: 'error', + }, + { + name: 'enable_all', + action: () => + webhookCategory + ? applyToAllWebhooks( + true, + useMemory.getState().advMenuFiltered[category], + ) + : applyToAll({ + newFilter: { enabled: true }, + category, selectedIds: useMemory.getState().advMenuFiltered[category], - }, - }), - icon: - category === 'pokemon' || webhookCategory ? 'Tune' : 'FormatSize', - }, - { - name: 'disable_all', - action: () => - webhookCategory - ? applyToAllWebhooks( - false, - useMemory.getState().advMenuFiltered[category], - ) - : applyToAll( - { enabled: false }, - category, - useMemory.getState().advMenuFiltered[category], - ), - icon: 'Clear', - color: 'error', - }, - { - name: 'enable_all', - action: () => - webhookCategory - ? applyToAllWebhooks( - true, - useMemory.getState().advMenuFiltered[category], - ) - : applyToAll( - { enabled: true }, - category, - useMemory.getState().advMenuFiltered[category], - !webhookCategory, - ), - icon: 'Check', - color: 'success', - }, - ...(extraButtons ?? []), - ]), + includeSlots: !webhookCategory, + }), + icon: 'Check', + color: 'success', + }, + ...(extraButtons ?? []), + ], [category, webhookCategory, extraButtons], ) @@ -154,7 +149,12 @@ export function Menu({ ) } -function Results({ category, webhookCategory, categories, children }) { +function Results({ + category, + webhookCategory, + categories, + children, +}: Props) { const { t } = useTranslation() const filteredArr = useFilter(category, webhookCategory, categories) return filteredArr.length ? ( diff --git a/client/src/components/Notification.tsx b/client/src/components/Notification.tsx index 9afd2190d..f28598f82 100644 --- a/client/src/components/Notification.tsx +++ b/client/src/components/Notification.tsx @@ -1,4 +1,3 @@ -// @ts-check import * as React from 'react' import Alert from '@mui/material/Alert' import Snackbar from '@mui/material/Snackbar' @@ -6,30 +5,13 @@ import Slide from '@mui/material/Slide' import AlertTitle from '@mui/material/AlertTitle' import { useTranslation, Trans } from 'react-i18next' -/** @param {import('@mui/material').SlideProps} props */ -function SlideTransition(props) { - // eslint-disable-next-line react/jsx-props-no-spreading +function SlideTransition(props: import('@mui/material').SlideProps) { return } -/** @type {React.CSSProperties} */ -const alertStyle = { textAlign: 'center', color: 'white' } +const alertStyle: React.CSSProperties = { textAlign: 'center', color: 'white' } -/** - * - * @template T - * @param {{ - * open?: boolean - * severity: import('@mui/material').AlertProps['severity'] - * i18nKey?: T - * messages?: T extends string ? { key: string, variables: string[] }[] : React.ReactNode - * children?: T extends string ? never : React.ReactNode - * cb?: () => void - * title?: string - * }} props - * @returns - */ -export function Notification({ +export function Notification({ open, severity, i18nKey, @@ -37,6 +19,16 @@ export function Notification({ children, cb, title, +}: { + open?: boolean + severity: import('@mui/material').AlertProps['severity'] + i18nKey?: T + messages?: T extends string + ? { key: string; variables: string[] }[] + : React.ReactNode + children?: T extends string ? never : React.ReactNode + cb?: () => void + title?: string }) { const { t } = useTranslation() const [alert, setAlert] = React.useState(open || false) diff --git a/client/src/components/QuestTitle.tsx b/client/src/components/QuestTitle.tsx index 47373741d..ebe53635c 100644 --- a/client/src/components/QuestTitle.tsx +++ b/client/src/components/QuestTitle.tsx @@ -1,12 +1,7 @@ -// @ts-check -import * as React from 'react' import Typography from '@mui/material/Typography' import { useTranslation } from 'react-i18next' -/** - * @param {{ questTitle: string, questTarget: number }} props - */ -export function QuestTitle(props) { +export function QuestTitle(props: { questTitle: string; questTarget: number }) { return ( @@ -14,10 +9,13 @@ export function QuestTitle(props) { ) } -/** - * @param {{ questTitle: string, questTarget: number }} props - */ -export function RawQuestTitle({ questTitle, questTarget }) { +export function RawQuestTitle({ + questTitle, + questTarget, +}: { + questTitle: string + questTarget: number +}) { const { t, i18n } = useTranslation() const normalized = `quest_title_${questTitle.toLowerCase()}` return i18n.exists(normalized) ? t(normalized, { amount_0: questTarget }) : '' diff --git a/client/src/components/StatusIcon.tsx b/client/src/components/StatusIcon.tsx index f20a20503..8e96031ea 100644 --- a/client/src/components/StatusIcon.tsx +++ b/client/src/components/StatusIcon.tsx @@ -3,26 +3,25 @@ import * as React from 'react' import CheckIcon from '@mui/icons-material/Check' import ClearIcon from '@mui/icons-material/Clear' import RuleIcon from '@mui/icons-material/Rule' +import { SvgIconProps } from '@mui/material' -/** - * @typedef {{ - * status: boolean | null, - * partialColor?: import('@mui/material').SvgIconProps['color'] - * checkColor?: import('@mui/material').SvgIconProps['color'] - * clearColor?: import('@mui/material').SvgIconProps['color'] - * } & import('@mui/material').SvgIconProps} StatusIconProps - */ +interface StatusIconProps extends SvgIconProps { + status: boolean | null + partialColor?: SvgIconProps['color'] + checkColor?: SvgIconProps['color'] + clearColor?: SvgIconProps['color'] +} -export const StatusIcon = React.forwardRef( +export const StatusIcon = React.forwardRef( ( - /** @type {StatusIconProps} */ { + { status, color, partialColor = color || 'info', checkColor = color || 'success', clearColor = color || 'error', ...props - }, + }: StatusIconProps, ref, ) => status === null ? ( diff --git a/client/src/components/StyledDivider.tsx b/client/src/components/StyledDivider.tsx index 5c592aa37..3d27f91cc 100644 --- a/client/src/components/StyledDivider.tsx +++ b/client/src/components/StyledDivider.tsx @@ -19,35 +19,16 @@ const SKIP_PROPS = new Set([ 'py', ]) -/** - * @typedef {import('@rm/types').MarginProps & import('@rm/types').PaddingProps} ExtraProps - * @typedef {ExtraProps & import('@mui/material').DividerProps} Props - * @typedef {Props & { theme: import('@mui/material').Theme}} DividerStyleProps - * - * @type {import('react').FC} - */ +type ExtraProps = import('@rm/types').MarginProps & + import('@rm/types').PaddingProps + +type Props = ExtraProps & import('@mui/material').DividerProps + export const DividerWithMargin = styled(Divider, { shouldForwardProp: (prop) => typeof prop !== 'string' || !SKIP_PROPS.has(prop), -})( - ( - /** @type {DividerStyleProps} */ { - m = '10px 0', - mr, - ml, - mt, - mb, - mx, - my, - p, - pr, - pl, - pt, - pb, - px, - py, - }, - ) => ({ +})( + ({ m = '10px 0', mr, ml, mt, mb, mx, my, p, pr, pl, pt, pb, px, py }) => ({ m, mr, ml, diff --git a/client/src/components/TabPanel.tsx b/client/src/components/TabPanel.tsx index a1ecfbd4d..7bea94009 100644 --- a/client/src/components/TabPanel.tsx +++ b/client/src/components/TabPanel.tsx @@ -1,16 +1,17 @@ -// @ts-check import * as React from 'react' import Box from '@mui/material/Box' -/** - * @param {{ - * children: React.ReactNode, - * value: number, - * index: number, - * disablePadding?: boolean - * }} props - */ -export function TabPanel({ children, value, index, disablePadding }) { +export function TabPanel({ + children, + value, + index, + disablePadding, +}: { + children: React.ReactNode + value: number + index: number + disablePadding?: boolean +}) { return ( { - e.stopPropagation() - return setNoWrap((prev) => !prev) - }, []) + const onClick: import('@mui/material').TypographyProps['onClick'] = + React.useCallback((e) => { + e.stopPropagation() + return setNoWrap((prev) => !prev) + }, []) return } diff --git a/client/src/components/ToolTipWrapper.tsx b/client/src/components/ToolTipWrapper.tsx index 51f86b59a..ce9650dd2 100644 --- a/client/src/components/ToolTipWrapper.tsx +++ b/client/src/components/ToolTipWrapper.tsx @@ -1,4 +1,3 @@ -// @ts-check import * as React from 'react' import { Tooltip } from 'react-leaflet' import { useTranslation } from 'react-i18next' @@ -21,21 +20,20 @@ const Timer = ({ timestamp }) => { ) } -/** - * TODO: Come back and makes timers only accept 1 timer - * @param {{ timers: number[], offset?: [number, number], children?: React.ReactNode }} props - * @returns - */ -export function TooltipWrapper({ timers, offset, children }) { +export function TooltipWrapper({ + timers, + offset, + children, +}: { + timers: number[] + offset?: [number, number] + children?: React.ReactNode +}) { return ( {children} {[...new Set(timers)].map((timer, i) => ( - + ))} ) diff --git a/client/src/components/auth/Discord.tsx b/client/src/components/auth/Discord.tsx index af4168db6..c355d20d8 100644 --- a/client/src/components/auth/Discord.tsx +++ b/client/src/components/auth/Discord.tsx @@ -1,27 +1,18 @@ -// @ts-check - -import * as React from 'react' -import Button from '@mui/material/Button' +import Button, { ButtonProps } from '@mui/material/Button' import { useTranslation } from 'react-i18next' import { I } from '../I' -/** - * - * @param {{ children?: string, bgcolor?: string } & import('@mui/material/Button').ButtonProps} props - * @returns {JSX.Element} - */ export function DiscordButton({ href = '/auth/discord/callback', children = 'login', size = 'large', bgcolor = 'discord.main', ...props -}) { +}: ButtonProps & { children?: string; bgcolor?: string }) { const { t } = useTranslation() return ( - // TODO: Augment Mui Types diff --git a/client/src/features/scanner/scanNext/getCoords.ts b/client/src/features/scanner/scanNext/getCoords.ts index 9e1d91a94..de5069a10 100644 --- a/client/src/features/scanner/scanNext/getCoords.ts +++ b/client/src/features/scanner/scanNext/getCoords.ts @@ -18,8 +18,10 @@ export const getScanNextCoords = ( size: import('../hooks/store').UseScanStore['scanNextSize'], ): import('../hooks/store').UseScanStore['scanCoords'] => { const coords = [center] + if (size === 'S') return coords const start = point([center[1], center[0]]) + return coords.concat( [0, 60, 120, 180, 240, 300].map((bearing) => { const [lon, lat] = destination( @@ -28,6 +30,7 @@ export const getScanNextCoords = ( bearing, OPTIONS, ).geometry.coordinates + return [lat, lon] }), ) diff --git a/client/src/features/scanner/scanNext/index.tsx b/client/src/features/scanner/scanNext/index.tsx index 899b993dc..3d62408fc 100644 --- a/client/src/features/scanner/scanNext/index.tsx +++ b/client/src/features/scanner/scanNext/index.tsx @@ -1,10 +1,11 @@ import { ScanCircle, ScanCircles } from '../Shared' import { useCheckValid } from '../hooks/useCheckValid' -import { ScanNextPopup } from './PopupContent' import { ScanOnDemandMarker } from '../Marker' import { ScanOnDemandPopup } from '../Popup' import { useScanStore } from '../hooks/store' +import { ScanNextPopup } from './PopupContent' + const POKEMON_RADIUS = 70 const GYM_RADIUS = 750 @@ -13,6 +14,7 @@ export function ScanNext() { const scanLocation = useScanStore((s) => s.scanLocation) const scanNextSize = useScanStore((s) => s.scanNextSize) + return ( <> diff --git a/client/src/features/scanner/scanZone/AdvAccordion.tsx b/client/src/features/scanner/scanZone/AdvAccordion.tsx index 84d662c29..02aad389b 100644 --- a/client/src/features/scanner/scanZone/AdvAccordion.tsx +++ b/client/src/features/scanner/scanZone/AdvAccordion.tsx @@ -34,6 +34,7 @@ const StyledAccordionSummary = styled(AccordionSummary)((/* { theme } */) => ({ export function AdvAccordion({ children }: { children: React.ReactNode }) { const { t } = useTranslation() + return ( }> diff --git a/client/src/features/scanner/scanZone/PopupContent.tsx b/client/src/features/scanner/scanZone/PopupContent.tsx index abeb06d4a..110dd9e0a 100644 --- a/client/src/features/scanner/scanZone/PopupContent.tsx +++ b/client/src/features/scanner/scanZone/PopupContent.tsx @@ -6,12 +6,12 @@ import ListItem from '@mui/material/ListItem' import Slider from '@mui/material/Slider' import { useTranslation } from 'react-i18next' import { debounce } from 'lodash' - import { RADIUS_CHOICES } from '@assets/constants' import { StyledSubHeader } from '../Shared' import { ConfigContext } from '../ContextProvider' import { useScanStore } from '../hooks/store' + import { AdvAccordion } from './AdvAccordion' export function ScanZonePopup() { @@ -22,14 +22,14 @@ export function ScanZonePopup() { <> {t('scan_zone_size')} - + {t('scan_zone_range')} {advancedOptions && ( - + {t('scan_zone_spacing')} - + {t('scan_zone_radius')} - + @@ -70,9 +70,9 @@ function ScanZoneSlider({ return ( ) @@ -89,15 +89,16 @@ function SizeSelection() { ) return ( - + {RADIUS_CHOICES.map((item) => { const radius = item === 'pokemon' ? pokemonRadius : gymRadius + return ( diff --git a/client/src/features/scanner/scanZone/getCoords.ts b/client/src/features/scanner/scanZone/getCoords.ts index 59a76a955..54f0a5cb8 100644 --- a/client/src/features/scanner/scanZone/getCoords.ts +++ b/client/src/features/scanner/scanZone/getCoords.ts @@ -21,9 +21,11 @@ export const getScanZoneCoords = ( const coords = [center] let currentPoint = point([center[1], center[0]]) const distance = radius * 2 * Math.cos(30 * (Math.PI / 180)) + for (let i = 1; i < scanZoneSize + 1; i += 1) { let quadrant = 1 let step = 1 + while (step < 6 * i + 1) { currentPoint = destination( currentPoint, @@ -39,5 +41,6 @@ export const getScanZoneCoords = ( step += 1 } } + return coords } diff --git a/client/src/features/scanner/scanZone/index.tsx b/client/src/features/scanner/scanZone/index.tsx index 39037226f..de1509454 100644 --- a/client/src/features/scanner/scanZone/index.tsx +++ b/client/src/features/scanner/scanZone/index.tsx @@ -1,9 +1,10 @@ import { ScanCircles } from '../Shared' import { useCheckValid } from '../hooks/useCheckValid' -import { ScanZonePopup } from './PopupContent' import { ScanOnDemandMarker } from '../Marker' import { ScanOnDemandPopup } from '../Popup' +import { ScanZonePopup } from './PopupContent' + export function ScanZone() { useCheckValid('scanZone') diff --git a/client/src/features/search/OptionImage.tsx b/client/src/features/search/OptionImage.tsx index aef63b77e..35768e58f 100644 --- a/client/src/features/search/OptionImage.tsx +++ b/client/src/features/search/OptionImage.tsx @@ -1,6 +1,5 @@ import * as React from 'react' import Box from '@mui/material/Box' - import { NameTT } from '@components/popups/NameTT' import { useMemory } from '@store/useMemory' import { useStorage } from '@store/useStorage' @@ -11,14 +10,15 @@ import { Img } from '@components/Img' function QuestImage(props: Partial) { const { src, amount, tt } = getRewardInfo(props) const { Icons } = useMemory.getState() + return ( {typeof { if (e.target instanceof HTMLImageElement) { e.target.onerror = null @@ -35,13 +35,17 @@ function QuestImage(props: Partial) { function FortImage({ url }: { url: string }) { const { searchTab } = useStorage.getState() const { Icons } = useMemory.getState() + return ( {url} { if (e.target instanceof HTMLImageElement) { e.target.onerror = null @@ -49,9 +53,6 @@ function FortImage({ url }: { url: string }) { searchTab === 'pokestops' ? Icons.getPokestops(0) : Icons.getGyms(0) } }} - alt={url} - height={45} - width={45} /> ) } @@ -66,9 +67,13 @@ function PokemonImage({ }: Partial & { bread?: number }) { const { Icons } = useMemory.getState() const { t } = useTranslateById() + return ( {t(`${pokemon_id}-${form}`)} ) @@ -97,6 +99,7 @@ function RaidImage({ }: Partial) { const { Icons } = useMemory.getState() const { t } = useTranslateById() + return ( {t(`${raid_pokemon_id}-${raid_pokemon_form}`)} ) @@ -125,13 +128,14 @@ function RaidImage({ function LureImage({ lure_id }: Partial) { const { Icons } = useMemory.getState() const { t } = useTranslateById() + return ( {t(`lure_${lure_id}`)} ) @@ -146,6 +150,7 @@ function NestImage({ }) { const { Icons } = useMemory.getState() const { t } = useTranslateById() + return ( {t(`${nest_pokemon_id}-${nest_pokemon_form ) @@ -169,13 +174,14 @@ function InvasionImage({ }: Partial) { const { Icons } = useMemory.getState() const { t } = useTranslateById() + return ( {t(`grunt_${grunt_type}`)} ) @@ -188,7 +194,8 @@ function Misc() { ? s.Icons.getStation() : s.Icons.getMisc(searchTab), ) - return {searchTab} + + return {searchTab} } function OptionImage( @@ -212,13 +219,14 @@ function OptionImage( if ('battle_pokemon_id' in props && props.battle_pokemon_id) return ( ) + return } diff --git a/client/src/features/search/index.tsx b/client/src/features/search/index.tsx index 89353782f..23682d938 100644 --- a/client/src/features/search/index.tsx +++ b/client/src/features/search/index.tsx @@ -3,7 +3,6 @@ import Box from '@mui/material/Box' import Popper, { PopperProps } from '@mui/material/Popper' import Autocomplete from '@mui/material/Autocomplete' import { useTranslation } from 'react-i18next' - import { useMemory } from '@store/useMemory' import { useLayoutStore } from '@store/useLayoutStore' import { useStorage } from '@store/useStorage' @@ -56,6 +55,7 @@ const STATIC_PROPS: Omit< onChange: (_, result) => { const { map } = useMapStore.getState() const { searchTab } = useStorage.getState() + handleClose() if (typeof result === 'object' && 'lat' in result && 'lon' in result) { map.flyTo([result.lat, result.lon], 16) @@ -92,19 +92,19 @@ export function Search() { -
+
diff --git a/client/src/features/search/renderInput.tsx b/client/src/features/search/renderInput.tsx index c6c0355cc..7c11a0680 100644 --- a/client/src/features/search/renderInput.tsx +++ b/client/src/features/search/renderInput.tsx @@ -10,7 +10,6 @@ import CircularProgress from '@mui/material/CircularProgress' import HighlightOffIcon from '@mui/icons-material/HighlightOff' import { useTranslation } from 'react-i18next' import { useQuery } from '@apollo/client' - import { useMemory } from '@store/useMemory' import { useStorage } from '@store/useStorage' import { SEARCHABLE } from '@services/queries/config' @@ -25,17 +24,19 @@ const SearchImage = React.memo( return ( {t(name)} ) }, (prev, next) => prev.name === next.name, ) +SearchImage.displayName = 'SearchImage' + const EndAdornment = React.memo( ({ children, @@ -45,11 +46,12 @@ const EndAdornment = React.memo( disabled: boolean }) => { const loading = useMemory((s) => s.searchLoading) + return ( <> useStorage.setState({ search: '' })} > {loading ? ( @@ -65,13 +67,15 @@ const EndAdornment = React.memo( )} - + {children} ) }, ) +EndAdornment.displayName = 'EndAdornment' + export function renderInput({ InputProps, ...props @@ -129,17 +133,17 @@ export function renderInput({ /> {(data?.searchable || []).map((option) => ( { const MiniInvasion = ({ id, form }: { id: number; form: number }) => { const { Icons } = useMemory.getState() - return + + return } const InvasionSubtitle = ({ @@ -46,6 +46,7 @@ const InvasionSubtitle = ({ incident_expire_timestamp, }: import('@rm/types').Invasion) => { const expire = getTimeUntil(incident_expire_timestamp * 1000, true) + if (!confirmed) return expire.str const { masterfile } = useMemory.getState() const reward = getGruntReward(masterfile.invasions[grunt_type]) @@ -54,29 +55,29 @@ const InvasionSubtitle = ({ {slot_1_pokemon_id && ( <> - + {!!reward.first && (  {`(${reward.first}%)`} )} - + )} {slot_2_pokemon_id && ( <> - + {!!reward.second && (  {`(${reward.second}%)`} )} - + )} {slot_3_pokemon_id && ( <> - + {!!reward.third && (  {`(${reward.third}%)`} @@ -90,6 +91,7 @@ const InvasionSubtitle = ({ const Timer = ({ expireTime }) => { const time = useRelativeTimer(expireTime || 0) + return time } @@ -128,11 +130,16 @@ export const renderOption: import('@mui/material').AutocompleteProps< ? t(`grunt_${option.grunt_type}`).toString() : option.name || t(getBackupName(searchTab)) } + primaryTypographyProps={{ + variant: 'subtitle2', + noWrap: true, + pr: 1, + }} secondary={ option.quest_title && option.quest_target ? ( ) : option.lure_expire_timestamp ? ( t(`lure_${option.lure_id}`).toString() @@ -142,11 +149,6 @@ export const renderOption: import('@mui/material').AutocompleteProps< '' ) } - primaryTypographyProps={{ - variant: 'subtitle2', - noWrap: true, - pr: 1, - }} secondaryTypographyProps={{ variant: 'caption', noWrap: true, @@ -156,6 +158,10 @@ export const renderOption: import('@mui/material').AutocompleteProps< /> { const { lat, lng } = map.getCenter() const { filters } = useStorage.getState() + callSearch({ variables: { search: newSearch, diff --git a/client/src/features/spawnpoint/SpawnpointPopup.tsx b/client/src/features/spawnpoint/SpawnpointPopup.tsx index 6e082f5b8..79c182a05 100644 --- a/client/src/features/spawnpoint/SpawnpointPopup.tsx +++ b/client/src/features/spawnpoint/SpawnpointPopup.tsx @@ -1,6 +1,5 @@ import Typography from '@mui/material/Typography' import { useTranslation } from 'react-i18next' - import { ErrorBoundary } from '@components/ErrorBoundary' import { dayCheck } from '@utils/dayCheck' @@ -17,23 +16,23 @@ export function SpawnpointPopup({ return ( - + {t('spawnpoint')} - + {despawn_sec ? `00:${minuteFixed}` : '?'} - + {t('last_updated')} - + {dayCheck(Date.now() / 1000, updated)}
- + {t('location')} - + {lat},
{lon}
diff --git a/client/src/features/spawnpoint/SpawnpointTile.tsx b/client/src/features/spawnpoint/SpawnpointTile.tsx index 8d6be5b4e..99a7844f7 100644 --- a/client/src/features/spawnpoint/SpawnpointTile.tsx +++ b/client/src/features/spawnpoint/SpawnpointTile.tsx @@ -1,6 +1,5 @@ import * as React from 'react' import { Marker, Circle, Popup } from 'react-leaflet' - import { useMemory } from '@store/useMemory' import { SpawnpointPopup } from './SpawnpointPopup' @@ -13,12 +12,12 @@ const BaseSpawnpointTile = (item: import('@rm/types').Spawnpoint) => { return modifiers.useImage ? ( @@ -27,8 +26,8 @@ const BaseSpawnpointTile = (item: import('@rm/types').Spawnpoint) => { ) : ( @@ -36,6 +35,7 @@ const BaseSpawnpointTile = (item: import('@rm/types').Spawnpoint) => { ) } + export const SpawnpointTile = React.memo( BaseSpawnpointTile, (prev, next) => diff --git a/client/src/features/station/StationPopup.tsx b/client/src/features/station/StationPopup.tsx index 5c1d55184..0ec96b22c 100644 --- a/client/src/features/station/StationPopup.tsx +++ b/client/src/features/station/StationPopup.tsx @@ -15,7 +15,6 @@ import Stack from '@mui/material/Stack' import Box from '@mui/material/Box' import LockOpenIcon from '@mui/icons-material/LockOpen' import LockIcon from '@mui/icons-material/Lock' - import { useMemory } from '@store/useMemory' import { setDeepStore, useGetDeepStore } from '@store/useStorage' import { Navigation } from '@components/popups/Navigation' @@ -43,7 +42,7 @@ export function StationPopup(station: import('@rm/types').Station) { useAnalytics('Popup', 'Station') return ( - + {!!station.battle_level && } @@ -51,8 +50,8 @@ export function StationPopup(station: import('@rm/types').Station) { @@ -82,23 +81,23 @@ function StationHeader({ name, updated }: import('@rm/types').Station) { return ( + {dateFormatter.format(new Date(updated * 1000))} +
+ } + sx={{ p: 0 }} title={ {name} } - subheader={ - - {dateFormatter.format(new Date(updated * 1000))} - - } - sx={{ p: 0 }} /> ) } @@ -111,14 +110,15 @@ function StationRating({ const { t } = useTranslation() const isStarting = battle_start > Date.now() / 1000 const epoch = isStarting ? battle_start : battle_end + return ( - + {t(`max_battle_${battle_level}`)} - + ) @@ -173,6 +173,7 @@ function StationMenu({ if (prev.timerList.includes(id)) { return { timerList: prev.timerList.filter((x) => x !== id) } } + return { timerList: [...prev.timerList, id] } }), }, @@ -189,11 +190,11 @@ function StationMenu({ {options.map((option) => ( { handleClose() option.action() }} - dense > {t(option.name)} @@ -220,9 +221,11 @@ function StationMedia({ const types = useMemory((s) => { if (!battle_pokemon_id) return [] const poke = s.masterfile.pokemon[battle_pokemon_id] + if (poke?.forms?.[battle_pokemon_form]?.types) { return poke.forms[battle_pokemon_form]?.types || [] } + return poke?.types || [] }) @@ -231,12 +234,12 @@ function StationMedia({ @@ -252,11 +255,11 @@ function StationMedia({ {!!battle_pokemon_gender && ( - + )} {types.map((type) => ( @@ -268,7 +271,7 @@ function StationMedia({ ) : ( - + } emptyIcon={} + icon={} max={4} + value={getStationAttackBonus(total_stationed_pokemon)} /> {t('battle_bonus')}  ({total_stationed_pokemon} / 40) @@ -304,6 +308,7 @@ function StationContent({ id, }: import('@rm/types').Station) { const epoch = (start_time > Date.now() / 1000 ? start_time : end_time) || 0 + return ( @@ -326,23 +331,27 @@ function StationMons({ id }: import('@rm/types').Station) { return ( - + {t('placed_pokemon')} {(index, mon) => { const caption = tId(`${mon.pokemon_id}-${mon.form}`) + return ( {caption} {caption} @@ -405,6 +411,7 @@ function StaticTimeStamp({ epoch: number } & import('@mui/material').TypographyProps) { const formatter = useFormatStore((s) => (date ? s.dateFormat : s.timeFormat)) + return ( {formatter.format(new Date(epoch * 1000))} diff --git a/client/src/features/station/StationTile.tsx b/client/src/features/station/StationTile.tsx index ba01b6c73..9abbf6df1 100644 --- a/client/src/features/station/StationTile.tsx +++ b/client/src/features/station/StationTile.tsx @@ -1,6 +1,5 @@ import * as React from 'react' import { Marker, Popup } from 'react-leaflet' - import { useMarkerTimer } from '@hooks/useMarkerTimer' import { useMemory } from '@store/useMemory' import { useStorage } from '@store/useStorage' @@ -23,12 +22,14 @@ const BaseStationTile = (station: import('@rm/types').Station) => { const timers = React.useMemo(() => { const now = Date.now() / 1000 const internalTimers = /** @type {number[]} */ [] + if (showTimer && station.start_time && station.start_time > now) { internalTimers.push(station.start_time) } if (showTimer && station.end_time && station.end_time > now) { internalTimers.push(station.end_time) } + return internalTimers }, [showTimer]) @@ -40,14 +41,14 @@ const BaseStationTile = (station: import('@rm/types').Station) => { return ( {!!(showTimer && timers.length > 0) && ( - + )} ) diff --git a/client/src/features/station/useGetStationMons.ts b/client/src/features/station/useGetStationMons.ts index 302619790..450509c26 100644 --- a/client/src/features/station/useGetStationMons.ts +++ b/client/src/features/station/useGetStationMons.ts @@ -1,6 +1,5 @@ import { useMemo } from 'react' import { useQuery } from '@apollo/client' - import { GET_STATION_POKEMON } from '@services/queries/station' import { StationPokemon } from '@rm/types' diff --git a/client/src/features/station/useStationMarker.ts b/client/src/features/station/useStationMarker.ts index 75ea9d878..13d8a4f52 100644 --- a/client/src/features/station/useStationMarker.ts +++ b/client/src/features/station/useStationMarker.ts @@ -1,5 +1,4 @@ import { divIcon } from 'leaflet' - import { basicEqualFn, useMemory } from '@store/useMemory' import { useStorage } from '@store/useStorage' import { useOpacity } from '@hooks/useOpacity' @@ -22,6 +21,7 @@ export function useStationMarker({ ) const [baseIcon, baseSize, battleIcon, battleSize] = useStorage((s) => { const { filter } = s.filters.stations + return [ Icons.getStation(start_time < Date.now() / 1000), Icons.getSize('station', filter[`j${battle_level}`]?.size), diff --git a/client/src/features/tutorial/Advanced.tsx b/client/src/features/tutorial/Advanced.tsx index 95e2a6fba..fc969efd6 100644 --- a/client/src/features/tutorial/Advanced.tsx +++ b/client/src/features/tutorial/Advanced.tsx @@ -13,7 +13,6 @@ import Button from '@mui/material/Button' import Grid from '@mui/material/Unstable_Grid2' import Box from '@mui/material/Box' import { useTranslation } from 'react-i18next' - import { useMemory } from '@store/useMemory' import { VirtualGrid } from '@components/virtual/VirtualGrid' import { StandardItem } from '@components/virtual/StandardItem' @@ -50,6 +49,7 @@ export function TutorialAdvanced({ React.useEffect(() => { const newCategory = (category ?? isPokemon) ? 'pokemon' : 'gyms' + setLocalCategory(newCategory) setTempFilters({ ...tutorialData.filters[newCategory].filter, @@ -61,27 +61,27 @@ export function TutorialAdvanced({ - + {t('tutorial_toggle')} - + {(_, key) => ( - + )} - + {isPokemon ? t('tutorial_pokemon_caption') @@ -91,108 +91,108 @@ export function TutorialAdvanced({ - + {isMobile ? : {t('help')}} - - + + {t('tutorial_help')} - + - - + + {t('tutorial_adv_filter')} {isPokemon ? ( <> - + {isMobile ? ( ) : ( {t('apply_to_all')} )} - - + + {t('tutorial_tune')} ) : ( <> - + {isMobile ? ( ) : ( {t('apply_to_all')} )} - - + + {t('tutorial_format_size')} )} ({ color: theme.palette.error.main, textAlign: 'center', })} + xs={3} > {isMobile ? : {t('disable_all')}} - - + + {t('tutorial_clear')} ({ color: theme.palette.success.light, textAlign: 'center', })} + xs={3} > {isMobile ? : {t('enable_all')}} - - + + {t('tutorial_check')} - + {isMobile ? ( ) : ( {t('save')} )} - - + + {t('tutorial_save')} {toggleHelp ? ( - - ) : ( - + } - backButton={ + nextButton={ } + position="static" + steps={steps.length} + style={{ flexGrow: 1 }} + variant="text" />
diff --git a/client/src/features/wayfarer/PoI.tsx b/client/src/features/wayfarer/PoI.tsx index 69ef9373b..88da79640 100644 --- a/client/src/features/wayfarer/PoI.tsx +++ b/client/src/features/wayfarer/PoI.tsx @@ -9,10 +9,10 @@ const PoI = ({ ) diff --git a/client/src/features/wayfarer/S14Cell.tsx b/client/src/features/wayfarer/S14Cell.tsx index b965712d3..c77976078 100644 --- a/client/src/features/wayfarer/S14Cell.tsx +++ b/client/src/features/wayfarer/S14Cell.tsx @@ -17,11 +17,12 @@ const S14Cell = ({ noMoreGyms: string }) => { const total = cell.count_pokestops + cell.count_gyms + return ( - + {total || '0'} diff --git a/client/src/features/wayfarer/S17Cell.tsx b/client/src/features/wayfarer/S17Cell.tsx index c6a1c5433..28c29dec7 100644 --- a/client/src/features/wayfarer/S17Cell.tsx +++ b/client/src/features/wayfarer/S17Cell.tsx @@ -12,11 +12,11 @@ const S17Cell = ({ } & import('@rm/types').Level17Cell) => ( ) diff --git a/client/src/features/wayfarer/WayfarerPopup.tsx b/client/src/features/wayfarer/WayfarerPopup.tsx index 332e6e7cd..bcb99fb19 100644 --- a/client/src/features/wayfarer/WayfarerPopup.tsx +++ b/client/src/features/wayfarer/WayfarerPopup.tsx @@ -1,6 +1,5 @@ import Typography from '@mui/material/Typography' import { useTranslation } from 'react-i18next' - import { ErrorBoundary } from '@components/ErrorBoundary' import { useAnalytics } from '@hooks/useAnalytics' @@ -16,6 +15,7 @@ export function WayfarerPopup({ count_gyms < 3 ? GYM_THRESHOLD[count_gyms] - total : t('never_alt', t('never')) + if ( (total === 1 && count_gyms < 1) || (total === 5 && count_gyms < 2) || @@ -28,19 +28,19 @@ export function WayfarerPopup({ return ( - + {t('s2_cell_level', { level: 14 })} - + {t('total_count')}: {total} - + {t('pokestops')}: {count_pokestops} - + {t('gyms')}: {count_gyms} - + {t('next_gym')}: {untilNextGym} diff --git a/client/src/features/wayfarer/WayfarerTile.tsx b/client/src/features/wayfarer/WayfarerTile.tsx index 99d81599d..0b2ee4691 100644 --- a/client/src/features/wayfarer/WayfarerTile.tsx +++ b/client/src/features/wayfarer/WayfarerTile.tsx @@ -1,5 +1,4 @@ import * as React from 'react' - import { useMemory } from '@store/useMemory' import { useStorage } from '@store/useStorage' @@ -29,6 +28,7 @@ const Wayfarer = ({ ? s.userSettings.wayfarer.darkMapBorder : s.userSettings.wayfarer.lightMapBorder, ) + return ( <> {pois?.map((ring) => ( @@ -47,8 +47,8 @@ const Wayfarer = ({ {level17Cells?.map((cell) => ( ))} @@ -56,9 +56,9 @@ const Wayfarer = ({ ))} diff --git a/client/src/features/wayfarer/typeCell.ts b/client/src/features/wayfarer/typeCell.ts index f619a8662..523a6566b 100644 --- a/client/src/features/wayfarer/typeCell.ts +++ b/client/src/features/wayfarer/typeCell.ts @@ -30,5 +30,6 @@ export function getPathOptions( fillOpacity: 0.25, } } + return { fillOpacity: 0.0 } } diff --git a/client/src/features/weather/ActiveWeather.tsx b/client/src/features/weather/ActiveWeather.tsx index 92af10276..fee2559f8 100644 --- a/client/src/features/weather/ActiveWeather.tsx +++ b/client/src/features/weather/ActiveWeather.tsx @@ -6,7 +6,6 @@ import Box from '@mui/material/Box' import booleanPointInPolygon from '@turf/boolean-point-in-polygon' import { point, polygon } from '@turf/helpers' import { useTranslation } from 'react-i18next' - import { useMemory } from '@store/useMemory' import { useStorage } from '@store/useStorage' import { apolloClient } from '@services/apollo' @@ -56,8 +55,10 @@ function Weather({ ], [setOpen], ) + if (!Icons) return null const [{ disableColorShift = false }] = Icons.getModifiers('weather') + return ( setOpen(!!clickable)} > {t(`weather_${gameplay_condition}`)} - setOpen(false)} maxWidth="xs"> -
setOpen(false)} /> + setOpen(false)}> +
setOpen(false)} titles={['weather']} /> -
+
) @@ -112,6 +113,7 @@ export function ActiveWeather() { // @ts-ignore booleanPointInPolygon(point(location), polygon([x.polygon])), ) + if ( weatherCache && 'gameplay_condition' in weatherCache && @@ -126,5 +128,6 @@ export function ActiveWeather() { }, [location, zoom, allowedZoom]) if (!weatherEnabled || !active) return null + return } diff --git a/client/src/features/weather/WeatherPopup.tsx b/client/src/features/weather/WeatherPopup.tsx index d8a413e14..59d3cf33a 100644 --- a/client/src/features/weather/WeatherPopup.tsx +++ b/client/src/features/weather/WeatherPopup.tsx @@ -2,7 +2,6 @@ import * as React from 'react' import Grid from '@mui/material/Unstable_Grid2' import Typography from '@mui/material/Typography' import { useTranslation } from 'react-i18next' - import { useMemory } from '@store/useMemory' import { ErrorBoundary } from '@components/ErrorBoundary' import { useAnalytics } from '@hooks/useAnalytics' @@ -29,33 +28,33 @@ export function WeatherPopup({ - + {t(`weather_${gameplay_condition}`)} - + {t('last_updated')}: - + {t('boosted_types')}: {weatherTypes.map((type) => ( - + {t(`poke_type_${type}`)} {t(`weather_${gameplay_condition}`)} { setTimer(getTimeUntil(updated * 1000)) }, 1000) + return () => clearTimeout(timer2) }) @@ -101,20 +101,20 @@ const Timer = ({ <> 60 ? 12 : 8}> {dayCheck(ts, updated)} 60 ? 12 : 4}> ({timer.str.replace('days', t('days')).replace('day', t('day'))}) diff --git a/client/src/features/weather/WeatherTile.tsx b/client/src/features/weather/WeatherTile.tsx index ac6a826fa..5428aee36 100644 --- a/client/src/features/weather/WeatherTile.tsx +++ b/client/src/features/weather/WeatherTile.tsx @@ -1,6 +1,5 @@ import * as React from 'react' import { Popup, Polyline, Marker } from 'react-leaflet' - import { basicEqualFn, useMemory } from '@store/useMemory' import { useStorage } from '@store/useStorage' @@ -23,6 +22,7 @@ const BaseWeatherTile = (weather: import('@rm/types').Weather) => { ? s.userSettings.weather.darkMapBorder : s.userSettings.weather.lightMapBorder, ) + React.useEffect(() => { if (popup && markerRef) { markerRef.current.openPopup() @@ -41,16 +41,16 @@ const BaseWeatherTile = (weather: import('@rm/types').Weather) => { return ( diff --git a/client/src/features/webhooks/Error.tsx b/client/src/features/webhooks/Error.tsx index 2a1993892..5624a964d 100644 --- a/client/src/features/webhooks/Error.tsx +++ b/client/src/features/webhooks/Error.tsx @@ -2,26 +2,26 @@ import * as React from 'react' import Typography from '@mui/material/Typography' import Grid from '@mui/material/Unstable_Grid2' import { useTranslation, Trans } from 'react-i18next' - import { useWebhookStore } from '@store/useWebhookStore' export function WebhookError({ children }: { children: React.ReactNode }) { const { t } = useTranslation() const name = useWebhookStore((s) => s.context.name) + return ( - + {t('non_registered_human_title')}
- + {children ?? ( {{ webhook: name }} @@ -29,7 +29,7 @@ export function WebhookError({ children }: { children: React.ReactNode }) { )}
- + {t('try_again_later')}
diff --git a/client/src/features/webhooks/Manage.tsx b/client/src/features/webhooks/Manage.tsx index a8217087e..5e1a64d56 100644 --- a/client/src/features/webhooks/Manage.tsx +++ b/client/src/features/webhooks/Manage.tsx @@ -5,10 +5,8 @@ import AppBar from '@mui/material/AppBar' import Tabs from '@mui/material/Tabs' import Tab from '@mui/material/Tab' import Collapse from '@mui/material/Collapse' - import Box from '@mui/material/Box' import { useTranslation } from 'react-i18next' - import { useMemory } from '@store/useMemory' import { useLayoutStore } from '@store/useLayoutStore' import { Footer } from '@components/dialogs/Footer' @@ -66,6 +64,7 @@ export function Manage() { color: 'secondary', }, ] + if (!addNew.open) { buttons.push({ name: 'close', @@ -75,6 +74,7 @@ export function Manage() { color: 'primary', }) } + return buttons }, [addNew, categories, category, feedbackLink]) @@ -95,6 +95,7 @@ export function Manage() { Object.values(tempFilters || {}).filter((x) => x && x.enabled), useWebhookStore.getState().context.ui[category].defaults, ) + apolloClient.mutate({ // @ts-ignore mutation: Query.webhook(category.toUpperCase()), @@ -134,27 +135,28 @@ export function Manage() { ], [setAddNew], ) + return category !== 'human' && addNew.open ? ( <>
setAddNew({ open: false, save: false })} names={[category]} + titles="webhook_selection" /> - {(_, key) => } + {(_, key) => } ) : ( <>
- + {category !== 'human' && ( - + )} @@ -191,7 +193,7 @@ export function Manage() { {category === 'human' && } -